commit | 4139c0f1c53509ea48c936b58a22a66e63e51fda | [log] [tgz] |
---|---|---|
author | deadbeef <deadbeef@webrtc.org> | Tue Oct 06 19:29:25 2015 |
committer | Commit bot <commit-bot@chromium.org> | Tue Oct 06 19:29:32 2015 |
tree | e03682fa77c2d260a1c218df4777f3e61e32e353 | |
parent | 10950692d67af5cfdcb19d93b40f25193d1db8c6 [diff] |
Java binding for RtpSender/RtpReceiver. The Java PeerConnection maintains a cached list of Java RtpSenders and RtpReceivers so that the same objects are returned every time getSenders() or getReceivers() is called. They are disposed of when PeerConnection.dispose() is called, which will also dispose their referenced MediaStreamTracks. Review URL: https://codereview.webrtc.org/1368143002 Cr-Commit-Position: refs/heads/master@{#10189}
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.