mirror of
https://github.com/m1k1o/neko.git
synced 2025-07-27 21:48:48 +02:00
add screencast enabled bool to system init.
This commit is contained in:
parent
257b642b94
commit
3227978725
2 changed files with 11 additions and 9 deletions
|
@ -43,8 +43,9 @@ func (h *MessageHandlerCtx) systemInit(session types.Session) error {
|
|||
Height: size.Height,
|
||||
Rate: size.Rate,
|
||||
},
|
||||
Sessions: sessions,
|
||||
ImplicitHosting: h.sessions.ImplicitHosting(),
|
||||
Sessions: sessions,
|
||||
ImplicitHosting: h.sessions.ImplicitHosting(),
|
||||
ScreencastEnabled: h.capture.Screencast().Enabled(),
|
||||
WebRTC: message.SystemWebRTC{
|
||||
Videos: h.capture.VideoIDs(),
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue