Enum WebRTCState

    Definition

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

    Specifies states that a WebRTC can have.

    public enum WebRTCState

    Fields

    Name Description
    Idle

    The Initial state, create but not started.

    Negotiating

    Started and negotiating.

    Playing

    Negotiated and started all streams.

    Extension Methods

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