RtpTransceiverInit

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.

Constructors

Link copied to clipboard
constructor()
constructor(direction: RtpTransceiver.RtpTransceiverDirection, streamIds: List<String>)
constructor(direction: RtpTransceiver.RtpTransceiverDirection, streamIds: List<String>, sendEncodings: List<RtpParameters.Encoding>)