mirror of
https://github.com/m1k1o/neko.git
synced 2025-07-25 20:49:05 +02:00
Toggle estimator config (#32)
* add estimator to conifg. * ensure video auto is false when estimator is disabled.
This commit is contained in:
parent
64abfd0b1a
commit
a4a3ff79ad
3 changed files with 81 additions and 38 deletions
|
@ -40,6 +40,7 @@ func (h *MessageHandlerCtx) signalRequest(session types.Session, payload *messag
|
|||
}
|
||||
|
||||
payload.Video = webrtcPeer.GetVideoID()
|
||||
payload.VideoAuto = webrtcPeer.VideoAuto()
|
||||
}
|
||||
|
||||
session.Send(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue