mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
Toggle estimator config (#32)
* add estimator to conifg. * ensure video auto is false when estimator is disabled.
This commit is contained in:
@ -40,6 +40,7 @@ func (h *MessageHandlerCtx) signalRequest(session types.Session, payload *messag
|
||||
}
|
||||
|
||||
payload.Video = webrtcPeer.GetVideoID()
|
||||
payload.VideoAuto = webrtcPeer.VideoAuto()
|
||||
}
|
||||
|
||||
session.Send(
|
||||
|
Reference in New Issue
Block a user