java.lang.Object
dev.onvoid.webrtc.RTCRtpTransceiverInit
Provides configuration options for
RTCRtpTransceiver
s.- Author:
- Alex Andres
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe direction of the RTCRtpTransceiver.Parameters for sending RTP encodings of media.Media stream ids associated with the transceiver. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
direction
The direction of the RTCRtpTransceiver. -
streamIds
Media stream ids associated with the transceiver. -
sendEncodings
Parameters for sending RTP encodings of media.
-
-
Constructor Details
-
RTCRtpTransceiverInit
public RTCRtpTransceiverInit()Creates an instance of RTCRtpTransceiverInit.
-