mirror of
https://github.com/livekit/livekit.git
synced 2026-03-31 02:25:39 +00:00
Increased layer tolerance to improve rendering quality (#283)
This commit is contained in:
@@ -35,7 +35,7 @@ var (
|
||||
const (
|
||||
lostUpdateDelta = time.Second
|
||||
connectionQualityUpdateInterval = 5 * time.Second
|
||||
layerSelectionTolerance = 0.8
|
||||
layerSelectionTolerance = 0.9
|
||||
)
|
||||
|
||||
// MediaTrack represents a WebRTC track that needs to be forwarded
|
||||
|
||||
Reference in New Issue
Block a user