Open
Bug 1500181
Opened 7 years ago
Updated 1 year ago
Use SetBitrateConfigMask in VideoConduit
Categories
(Core :: WebRTC: Audio/Video, enhancement, P3)
Tracking
()
NEW
People
(Reporter: dminor, Unassigned)
Details
(Whiteboard: tech-debt)
At the moment, we're using SetBitrateConfig in VideoConduit to set bitrate constraints. Branch 64 has added SetBitrateConfigMask which according to the comments in call.h, is to be used for setting local bitrate preferences, reserving SetBitrateConfig for preferences negotiated through signaling (using x-google-start-bitrate attribute in SDP).
The values from SetBitrateConfig and SetBitrateConfigMask are currently combined in call.cc, so it's safe to use SetBitrateConfig for now. We should switch over in case things change in the future.
Updated•7 years ago
|
Priority: -- → P2
Whiteboard: tech-debt
Updated•3 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Priority: P2 → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•