Created
April 15, 2020 19:22
-
-
Save dneprDroid/5d69743eba14ff8310d1d3840f2334ea to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| RTCError PeerConnection::SetBitrate(const BitrateSettings& bitrate) { | |
| if (!worker_thread()->IsCurrent()) { | |
| return worker_thread()->Invoke<RTCError>( | |
| RTC_FROM_HERE, [&]() { return SetBitrate(bitrate); }); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment