DescriptionThis patch starts the source of the capturer when the first audiotrack is added to the capturer; and stops the source of the capturer when the last audiotrack is removed from the capturer.
BUG=242520
TEST=content_unittests --gtest_filter=="*WebRtcLocalAudioTrackTest*"
open chrome, go to https://apprtc.appspot.com/?debug=loopback
after the call setup, open javascript console, run:
navigator.webkitGetUserMedia({audio:true},function(s){s.stop();})
It should not stop the audio.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=205595
Patch Set 1 : #
Total comments: 52
Patch Set 2 : addressed Henrik's comments. #Messages
Total messages: 8 (0 generated)
|