Enum SetDescriptionResultEnum
Namespace: SIPSorcery.Net
Assembly: SIPSorcery.dll
Syntax
public enum SetDescriptionResultEnum
Fields
| Name | Description |
|---|---|
| AudioIncompatible | Both parties had audio but no compatible format was available. |
| CryptoNegotiationFailed | Crypto attributes invalid or not compatible. |
| DataChannelTransportNotSupported | An unsupported data channel transport was requested (at the time of writing only SCTP over DTLS is supported, no TCP option). |
| DtlsFingerprintDigestNotSupported | The DTLS fingerprint was provided with an unsupported digest. It won't be possible to check that the certificate supplied during the DTLS handshake matched the fingerprint. |
| DtlsFingerprintInvalid | The DTLS fingerprint was present but the format was not recognised. |
| DtlsFingerprintMissing | A required DTLS fingerprint was missing from the session description. |
| Error | An unknown error. |
| NoLocalMedia | No media tracks are available on the local session. |
| NoMatchingMediaType | Indicates there was no media type match. For example only have audio locally but video remote or vice-versa. |
| NoRemoteMedia | The remote description did not contain any media announcements. |
| OK | At least one media stream with a compatible format was available. |
| VideoIncompatible | Both parties had video but no compatible format was available. |
| WrongSdpTypeOfferAfterOffer | An SDP offer was received when the local agent had already entered have local offer state. |