SRTPModeType Enumeration

SRTP handling types

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public enum SRTPModeType

Members

SRTPDisabled0 Media server will not offer/accept SRTP media
SRTPEnabled1 Media server will manage streams and will add SRTP media when generate initial offer/renegotiation
SRTPEnforced2 Media server will manage streams. Only secure media will be accepted/offered

See Also