Enum RTCSignalingState
Signalling states for a WebRTC peer connection.
Namespace: SIPSorcery.Net
Assembly: SIPSorcery.dll
Syntax
public enum RTCSignalingState
Remarks
As specified in https://www.w3.org/TR/webrtc/#dom-rtcsignalingstate.
Fields
| Name | Description |
|---|---|
| closed | |
| have_local_offer | |
| have_local_pranswer | |
| have_remote_offer | |
| have_remote_pranswer | |
| stable |