Open Bug 1500181 Opened 7 years ago Updated 1 year ago

Use SetBitrateConfigMask in VideoConduit

Categories

(Core :: WebRTC: Audio/Video, enhancement, P3)

63 Branch
enhancement

Tracking

()

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.
Priority: -- → P2
Whiteboard: tech-debt
Severity: normal → S3
Priority: P2 → P3
You need to log in before you can comment on or make changes to this bug.