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 |
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. |