Class RTCTrackEvent
Namespace: Unity.WebRTC
Syntax
public class RTCTrackEvent
Properties
Receiver
Declaration
public RTCRtpReceiver Receiver { get; }
Property Value
Type | Description |
---|---|
RTCRtpReceiver |
Track
Declaration
public MediaStreamTrack Track { get; }
Property Value
Type | Description |
---|---|
MediaStreamTrack |
Transceiver
Declaration
public RTCRtpTransceiver Transceiver { get; }
Property Value
Type | Description |
---|---|
RTCRtpTransceiver |