Add an option to avoid early initialization of audio capture
This can cause issues on Android S if this initialization happens when the app doesn't have permission to access the microphone. Bug: b/197461765 Change-Id: Iebccff9d15f5bb12a7b2c78e1c373e379b37a127 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/246104 Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org> Reviewed-by: Henrik Andreassson <henrika@webrtc.org> Commit-Queue: Xavier Lepaul <xalep@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35689}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
a3361ff2f5
commit
1e12f2a800
@ -67,7 +67,8 @@ class MediaConstraints {
|
||||
static const char kTypingNoiseDetection[]; // googTypingNoiseDetection
|
||||
static const char kAudioMirroring[]; // googAudioMirroring
|
||||
static const char
|
||||
kAudioNetworkAdaptorConfig[]; // goodAudioNetworkAdaptorConfig
|
||||
kAudioNetworkAdaptorConfig[]; // googAudioNetworkAdaptorConfig
|
||||
static const char kInitAudioRecordingOnSend[]; // InitAudioRecordingOnSend;
|
||||
|
||||
// Constraint keys for CreateOffer / CreateAnswer
|
||||
// Specified by the W3C PeerConnection spec
|
||||
|
||||
Reference in New Issue
Block a user