Enum WebRTCIceGatheringState

Definition

Namespace:
Tizen.Multimedia.Remoting
Assembly:
Tizen.Multimedia.Remoting.dll
API Level:
9

Specifies ICE gathering states that a WebRTC can have.

C#
Copy
public enum WebRTCIceGatheringState
Name Description
Completed

Ice gathering sequence has been completed.

Gathering

Ice candidate is creating.

New

The Initial state.

See Also