mirror of
https://github.com/m1k1o/neko.git
synced 2025-05-17 19:17:11 +02:00
webrtc connect with selected video.
This commit is contained in:
parent
57deea25d4
commit
014b757734
5 changed files with 22 additions and 9 deletions
|
@ -45,6 +45,9 @@ func (h *MessageHandlerCtx) systemInit(session types.Session) error {
|
|||
},
|
||||
Sessions: sessions,
|
||||
ImplicitHosting: h.sessions.ImplicitHosting(),
|
||||
WebRTC: message.SystemWebRTC{
|
||||
Videos: h.capture.VideoIDs(),
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue