DescriptionJava 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.
Committed: https://crrev.com/4139c0f1c53509ea48c936b58a22a66e63e51fda
Cr-Commit-Position: refs/heads/master@{#10189}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Minor cleanup. #Patch Set 3 : Fixing typo. #
Total comments: 8
Patch Set 4 : Simplifying code for updateReceivers/updateSenders. #
Total comments: 2
Patch Set 5 : Getting rid of updateSenders. Instead, getSenders will update the stored list and dispose of old ob… #
Total comments: 21
Patch Set 6 : Addressing comments. #
Total comments: 2
Patch Set 7 : Getting rid of obsolete methods, and using unmodifiableList. #
Messages
Total messages: 18 (4 generated)
|