Enum WebRTCSignalingState

Definition

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

Specifies signaling states that a WebRTC can have.

C#
Copy
public enum WebRTCSignalingState
Remarks

This state is related in SDP offer/answer.

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