Package | Description |
---|---|
org.webrtc |
Modifier and Type | Method and Description |
---|---|
RtpReceiver |
RtpTransceiver.getReceiver()
The receiver attribute exposes the RtpReceiver corresponding to the RTP
media that may be received with the transceiver's mid.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<RtpReceiver> |
PeerConnection.getReceivers()
Gets all RtpReceivers associated with this peer connection.
|
Modifier and Type | Method and Description |
---|---|
void |
PeerConnection.Observer.onAddTrack(RtpReceiver receiver,
MediaStream[] mediaStreams)
Triggered when a new track is signaled by the remote peer, as a result of
setRemoteDescription.
|