Class RTCRtpTransceiver
Inheritance
RTCRtpTransceiver
Syntax
public class RTCRtpTransceiver : RefCountedObject, IDisposable
Properties
CurrentDirection
This property indicates the transceiver's current directionality,
or null if the transceiver is stopped or has never participated in an exchange of offers and answers.
To change the transceiver's directionality, set the value of the Direction property.
Declaration
public RTCRtpTransceiverDirection? CurrentDirection { get; }
Property Value
Direction
This is used to set the transceiver's desired direction
and will be used in calls to CreateOffer and CreateAnswer.
Declaration
public RTCRtpTransceiverDirection Direction { get; set; }
Property Value
Mid
Declaration
public string Mid { get; }
Property Value
Receiver
Declaration
public RTCRtpReceiver Receiver { get; }
Property Value
Sender
Declaration
public RTCRtpSender Sender { get; }
Property Value
Methods
Dispose()
Declaration
public override void Dispose()
Overrides
Finalize()
Declaration
protected void Finalize()
SetCodecPreferences(RTCRtpCodecCapability[])
Declaration
public RTCErrorType SetCodecPreferences(RTCRtpCodecCapability[] codecs)
Parameters
Returns
Stop()
Declaration
public RTCErrorType Stop()
Returns