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