Click or drag to resize
BfcpMode Enumeration
Definition of BfcpMode.
Definition of BfcpMode.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public enum BfcpMode
Members
  Member nameValueDescription
Disabled0 BFCP mode disabled.
UdpOnly1 Specifies the UDP protocol for the outgoing stream. However, for incoming stream, the BFCP over TCP offer will be accepted.
TcpOnly2 Specifies the TCP protocol for the incoming/outgoing stream. The incoming UDP offer would be rejected.
See Also