Enum RTCIceGatheringState
Represents the ICE gathering state for a peer connection.
Namespace: Unity.WebRTC
Assembly: Unity.WebRTC.dll
Syntax
public enum RTCIceGatheringState
Fields
Name | Description |
---|---|
Complete | The ICE gathering state has completed gathering candidates. |
Gathering | The ICE gathering state is in the process of gathering candidates. |
New | The ICE gathering state is in the initial state. |