Enum WebRTCPeerConnectionState

    Definition

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

    Specifies peer connection states that a WebRTC can have.

    public enum WebRTCPeerConnectionState
    Remarks

    This state is related in peer connection.

    Fields

    Name Description
    Closed

    The connection is closed.

    Connected

    The remote SDP offer has been applied successfully.

    Connecting

    Establishing a connection is in the process.

    Disconnected

    The SDP offer sent by the remote peer has been applied and an answer has been created and applied.

    Failed

    A provisional answer has been received and successfully applied in local.

    New

    The Initial state.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX