mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
screencast only if not disconnected.
This commit is contained in:
parent
b3198f4825
commit
2b2ed70912
@ -180,6 +180,8 @@
|
|||||||
|
|
||||||
public get screencast() {
|
public get screencast() {
|
||||||
return (
|
return (
|
||||||
|
this.state.authenticated &&
|
||||||
|
this.state.connection.status != 'disconnected' &&
|
||||||
this.state.connection.screencast &&
|
this.state.connection.screencast &&
|
||||||
(!this.state.connection.webrtc.connected ||
|
(!this.state.connection.webrtc.connected ||
|
||||||
(this.state.connection.webrtc.connected && !this.state.video.playable))
|
(this.state.connection.webrtc.connected && !this.state.video.playable))
|
||||||
|
Loading…
Reference in New Issue
Block a user