Package | Description |
---|---|
org.webrtc |
Modifier and Type | Method and Description |
---|---|
RtpTransceiver |
PeerConnection.addTransceiver(MediaStreamTrack.MediaType mediaType) |
RtpTransceiver |
PeerConnection.addTransceiver(MediaStreamTrack.MediaType mediaType,
RtpTransceiver.RtpTransceiverInit init) |
RtpTransceiver |
PeerConnection.addTransceiver(MediaStreamTrack track)
Creates a new RtpTransceiver and adds it to the set of transceivers.
|
RtpTransceiver |
PeerConnection.addTransceiver(MediaStreamTrack track,
RtpTransceiver.RtpTransceiverInit init) |
Modifier and Type | Method and Description |
---|---|
java.util.List<RtpTransceiver> |
PeerConnection.getTransceivers()
Gets all RtpTransceivers associated with this peer connection.
|
Modifier and Type | Method and Description |
---|---|
default void |
PeerConnection.Observer.onTrack(RtpTransceiver transceiver)
Triggered when the signaling from SetRemoteDescription indicates that a transceiver
will be receiving media from a remote endpoint.
|