DescriptionAdded a level controller initialization value to MediaConstraints.
An audio track with a level controller with the correct initialization
value can be created by a combination of
PeerConnectionFactory::CreateAudioTrack(..., audio_source) and
either
audio_source = PeerConnectionFactory::CreateAudioSource(constraints) or
audio_source = PeerConnectionFactory::CreateAudioSource(audio_options).
NOTRY=True
BUG=webrtc:6386
Committed: https://crrev.com/e33c5d918a213202321bde751226c4949644fe5e
Cr-Commit-Position: refs/heads/master@{#14693}
Patch Set 1 : Tests pass. #Patch Set 2 : Improve documenting comment. #
Total comments: 5
Patch Set 3 : Minor changes in constraints -> options translation & changed logging order. #
Total comments: 5
Patch Set 4 : Changed the boolean constraints variable name and comment back to its original form. #Patch Set 5 : Rebase. #
Messages
Total messages: 25 (11 generated)
|