feat(webapp): remove frame fallback from runtime stream path
This commit is contained in:
@@ -185,14 +185,6 @@
|
||||
playsinline
|
||||
bind:this={clientVideoElement}
|
||||
></video>
|
||||
{#if $appState.clientFallbackFrame}
|
||||
<img
|
||||
id="clientStreamImage"
|
||||
class="absolute inset-0 w-full h-full object-contain {$appState.clientStreamMode === 'image' ? '' : 'hidden'}"
|
||||
src={$appState.clientFallbackFrame}
|
||||
alt="Live stream frame"
|
||||
/>
|
||||
{/if}
|
||||
|
||||
<div id="clientStreamPlaceholder" class="flex flex-col items-center gap-4 animate-pulse {$appState.clientStreamMode === 'none' || $appState.clientStreamMode === 'connecting' || $appState.clientStreamMode === 'unavailable' ? '' : 'hidden'}">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="h-12 w-12 text-gray-700" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
||||
|
||||
Reference in New Issue
Block a user