Enum RTCIceGatheringState
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[To("None")]
public enum RTCIceGatheringState
Fields
[EnumValue("new")] New = 0[EnumValue("gathering")] Gathering = 1[EnumValue("complete")] Complete = 2