commit | 8f425f9629636e82749f3e3e5a6e524d947bf750 | [log] [tgz] |
---|---|---|
author | deadbeef <deadbeef@webrtc.org> | Thu Dec 01 20:26:27 2016 |
committer | Commit bot <commit-bot@chromium.org> | Thu Dec 01 20:26:33 2016 |
tree | 9da4e9b0b16459e86732c62c7af3981272057d44 | |
parent | 183d51a67fdbbcedeba4aea2c652ac670cb0acc6 [diff] |
Relaxing DCHECK for packets sent before SRTP is enabled. We still DCHECK for RTP, but not RTCP. RTCP packets can be sent before offer/answer negotiation is complete, due to this bug: https://bugs.chromium.org/p/webrtc/issues/detail?id=6809 This bug can only occur if the RTCP mux policy is "require", which is why we started hitting it recently (the default in unit tests was recently changed to "require"). BUG=webrtc:6776 TBR=pthatcher@webrtc.org Review-Url: https://codereview.webrtc.org/2542233002 Cr-Commit-Position: refs/heads/master@{#15369}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.