webrtc connect with selected video.

This commit is contained in:
Miroslav Šedivý 2021-04-30 14:05:07 +00:00
parent 57deea25d4
commit 014b757734
5 changed files with 22 additions and 9 deletions

View file

@ -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(),
},
})
}