Show / Hide Table of Contents

Enum DataChannelTypes

Namespace: SIPSorcery.Net
Assembly: SIPSorcery.dll
Syntax
public enum DataChannelTypes : byte

Fields

Name Description
DATA_CHANNEL_PARTIAL_RELIABLE_REXMIT

The data channel provides a partially reliable in-order bidirectional communication. User messages will not be retransmitted more times than specified in the Reliability Parameter

DATA_CHANNEL_PARTIAL_RELIABLE_REXMIT_UNORDERED

The data channel provides a partially reliable unordered bidirectional communication. User messages will not be retransmitted more times than specified in the Reliability Parameter.

DATA_CHANNEL_PARTIAL_RELIABLE_TIMED

The data channel provides a partially reliable in-order bidirectional communication. User messages might not be transmitted or retransmitted after a specified lifetime given in milliseconds in the Reliability Parameter. This lifetime starts when providing the user message to the protocol stack.

DATA_CHANNEL_PARTIAL_RELIABLE_TIMED_UNORDERED

The data channel provides a partially reliable unordered bidirectional communication. User messages might not be transmitted or retransmitted after a specified lifetime given in milliseconds in the Reliability Parameter. This lifetime starts when providing the user message to the protocol stack.

DATA_CHANNEL_RELIABLE

The data channel provides a reliable in-order bidirectional communication.

DATA_CHANNEL_RELIABLE_UNORDERED

The data channel provides a reliable unordered bidirectional communication.

Extension Methods

JSONWriter.ToJson()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX