Enum WebRTCIceGatheringState

    Definition

    Namespace:
    Tizen.Multimedia.Remoting
    Assembly:
    Tizen.Multimedia.Remoting.dll

    Specifies ICE gathering states that a WebRTC can have.

    public enum WebRTCIceGatheringState

    Fields

    Name Description
    Completed

    Ice gathering sequence has been completed.

    Gathering

    Ice candidate is creating.

    New

    The Initial state.

    See Also
    IceCandidate

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<WebRTCIceGatheringState>(WebRTCIceGatheringState, string)
    Extensions.LoadFromXaml<WebRTCIceGatheringState>(WebRTCIceGatheringState, string)
    Extensions.LoadFromXaml<WebRTCIceGatheringState>(WebRTCIceGatheringState, Type)
    Extensions.LoadFromXamlFile<WebRTCIceGatheringState>(WebRTCIceGatheringState, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX