mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
add screencast to connection state.
This commit is contained in:
@ -76,6 +76,7 @@ export class NekoMessages extends EventEmitter<NekoEvents> {
|
||||
this._log.debug('EVENT.SYSTEM_INIT')
|
||||
Vue.set(this._state, 'session_id', conf.session_id)
|
||||
Vue.set(this._state.control, 'implicit_hosting', conf.implicit_hosting)
|
||||
Vue.set(this._state.connection, 'screencast', conf.screencast_enabled)
|
||||
Vue.set(this._state.connection.webrtc, 'videos', conf.webrtc.videos)
|
||||
|
||||
for (const id in conf.sessions) {
|
||||
|
Reference in New Issue
Block a user