add implicit_control to stats.

This commit is contained in:
Miroslav Šedivý 2021-12-11 15:15:29 +01:00
parent f4682d3f1c
commit 5be8319d8a
3 changed files with 5 additions and 3 deletions

View file

@ -316,6 +316,7 @@ func (ws *WebSocketHandler) Stats() types.Stats {
LastUserLeftAt: ws.lastUserLeftAt,
ControlProtection: ws.conf.ControlProtection,
ImplicitControl: ws.handler.webrtc.ImplicitControl(),
}
}