move consts.

This commit is contained in:
Miroslav Šedivý
2023-04-17 01:21:32 +02:00
parent 3f375c037f
commit 5a2fcc1c8a
3 changed files with 10 additions and 5 deletions

View File

@ -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 {