Enum MultiplexPolicy
The local policy for RTP/RTCP multiplex negotation.
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public enum MultiplexPolicy
Fields
Name | Description |
---|---|
Disabled | Indicates that multiplexing will be disabled. The connection will fail if the remote end requires multiplexing. |
Negotiated | Indicates that multiplexing will be used only if the remote end supports it. |
Required | Indicates that multiplexing will be required. The connection will fail if the remote end does not support multiplexing. |