Package tvi.webrtc
Class RtpTransceiver.RtpTransceiverInit
java.lang.Object
tvi.webrtc.RtpTransceiver.RtpTransceiverInit
- Enclosing class:
- RtpTransceiver
Tracks webrtc::RtpTransceiverInit. https://w3c.github.io/webrtc-pc/#dom-rtcrtptransceiverinit
A structure for initializing an RtpTransceiver in a call to addTransceiver.
Note: This does not contain a list of encoding parameters, because they are currently
not being used natively.
-
Constructor Summary
ConstructorDescriptionRtpTransceiverInit
(RtpTransceiver.RtpTransceiverDirection direction, List<String> streamIds) RtpTransceiverInit
(RtpTransceiver.RtpTransceiverDirection direction, List<String> streamIds, List<RtpParameters.Encoding> sendEncodings) -
Method Summary
-
Constructor Details
-
RtpTransceiverInit
public RtpTransceiverInit() -
RtpTransceiverInit
-
RtpTransceiverInit
-
RtpTransceiverInit
public RtpTransceiverInit(RtpTransceiver.RtpTransceiverDirection direction, List<String> streamIds, List<RtpParameters.Encoding> sendEncodings)
-