Enum RTCPeerConnectionEventType
Represents the type of event for a peer connection.
Namespace: Unity.WebRTC
Assembly: Unity.WebRTC.dll
Syntax
public enum RTCPeerConnectionEventType
Fields
| Name | Description |
|---|---|
| ConnectionStateChange | The connection state has changed. |
| DataChannel | A new data channel has been added. |
| IceCandidate | |
| IceConnectionStateChange | |
| Track |