commit | 184a3fd6489b2602a21c415cad3c51a7b035040b | [log] [tgz] |
---|---|---|
author | zhihuang <zhihuang@webrtc.org> | Tue Jun 14 18:47:14 2016 |
committer | Commit bot <commit-bot@chromium.org> | Tue Jun 14 18:47:20 2016 |
tree | 065652d441461687ed57db6a3733842338f4a796 | |
parent | 9a38cabf24d07a3d26c4448cfbed7d5864e48ac0 [diff] |
Forward the SignalFirstPacketReceived to RtpReceiver. The RtpReceiverObserverInterface is created. The SignalFirstPacketReceived will be forwarded from BaseChannel to WebRtcSession. WebRtcSession will forward SignalFirstAudioPacketReceived and SignalFirstVideoPacketReceived to the RtpReceiverInterface. The application can listen to the Signal by implementing and registering a RtpReceiverObserver. Review-Url: https://codereview.webrtc.org/1999853002 Cr-Commit-Position: refs/heads/master@{#13139}
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.