Enum IceGatheringState
State of an ICE gathering process.
Namespace: Microsoft.MixedReality.WebRTC
Assembly: Microsoft.MixedReality.WebRTC.dll
Syntax
public enum IceGatheringState : int
Remarks
See RTPIceGatheringState from the WebRTC 1.0 standard.
Fields
Name | Description |
---|---|
Complete | The gathering process is complete. At least one ICE transport was active, and all transports finished gathering ICE candidates. |
Gathering | The gathering process started. At least one ICE transport is active and gathering some ICE candidates. |
New | There is no ICE transport, or none of them started gathering ICE candidates. |