Class RTCRtpTransceiver
Implements
Inherited Members
Namespace: Unity.WebRTC
Assembly: solution.dll
Syntax
public class RTCRtpTransceiver : RefCountedObject, IDisposable
Properties
Name | Description |
---|---|
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. |
Direction | This is used to set the transceiver's desired direction and will be used in calls to CreateOffer and CreateAnswer. |
Mid | |
Receiver | |
Sender |
Methods
Name | Description |
---|---|
Dispose() | |
~RTCRtpTransceiver() | |
SetCodecPreferences(RTCRtpCodecCapability[]) | |
Stop() |