mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
do not show screencast if not connected to webrtc.
This commit is contained in:
parent
f7f533f269
commit
7435ff68a6
@ -5,7 +5,7 @@
|
|||||||
<neko-screencast
|
<neko-screencast
|
||||||
v-show="screencast && screencastReady"
|
v-show="screencast && screencastReady"
|
||||||
:image="fallbackImage"
|
:image="fallbackImage"
|
||||||
:enabled="screencast || !state.connection.webrtc.stable"
|
:enabled="screencast || (!state.connection.webrtc.stable && state.connection.webrtc.connected)"
|
||||||
:api="api.room"
|
:api="api.room"
|
||||||
@imageReady="screencastReady = $event"
|
@imageReady="screencastReady = $event"
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user