mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
move consts.
This commit is contained in:
@ -44,9 +44,6 @@ const (
|
||||
|
||||
// send a PLI on an interval so that the publisher is pushing a keyframe every rtcpPLIInterval
|
||||
rtcpPLIInterval = 3 * time.Second
|
||||
|
||||
// how often we check the bitrate of each client. Default is 250ms
|
||||
bitrateCheckInterval = 250 * time.Millisecond
|
||||
)
|
||||
|
||||
func New(desktop types.DesktopManager, capture types.CaptureManager, config *config.WebRTC) *WebRTCManagerCtx {
|
||||
|
Reference in New Issue
Block a user