mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-03 11:22:37 +02:00
add implicit_control to stats.
This commit is contained in:
parent
f4682d3f1c
commit
5be8319d8a
3 changed files with 5 additions and 3 deletions
|
@ -316,6 +316,7 @@ func (ws *WebSocketHandler) Stats() types.Stats {
|
|||
LastUserLeftAt: ws.lastUserLeftAt,
|
||||
|
||||
ControlProtection: ws.conf.ControlProtection,
|
||||
ImplicitControl: ws.handler.webrtc.ImplicitControl(),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue