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