PeerConnection::SetBitrate calls PeerConnectionFactory::worker_thread from multiple threads, so it was triggering the DCHECK. However, the worker thread never changes after construction, so worker_thread should be safe to call from multiple threads. BUG=NONE Review-Url: https://codereview.webrtc.org/2923953004 Cr-Commit-Position: refs/heads/master@{#18576}
Name: WebRTC URL: http://www.webrtc.org Version: 90 License: BSD License File: LICENSE Description: WebRTC provides real time voice and video processing functionality to enable the implementation of PeerConnection/MediaStream. Third party code used in this project is described in the file LICENSE_THIRD_PARTY.