Enum WebRTCSignalingState

    Definition

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

    Specifies signaling states that a WebRTC can have.

    public enum WebRTCSignalingState
    Remarks

    This state is related in SDP offer/answer.

    Fields

    Name Description
    Closed

    The connection is closed.

    HaveLocalOffer

    The local SDP offer has been applied successfully.

    HaveLocalPrAnswer

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

    HaveRemoteOffer

    The remote SDP offer has been applied successfully.

    HaveRemotePrAnswer

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

    Stable

    The Initial state.

    See Also
    SetLocalDescription(string)
    SetRemoteDescription(string)
    CreateAnswerAsync()
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX