add implicit_control to stats.
This commit is contained in:
@ -316,6 +316,7 @@ func (ws *WebSocketHandler) Stats() types.Stats {
|
||||
LastUserLeftAt: ws.lastUserLeftAt,
|
||||
|
||||
ControlProtection: ws.conf.ControlProtection,
|
||||
ImplicitControl: ws.handler.webrtc.ImplicitControl(),
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user