Click or drag to resize
SRTPMode Enumeration
An enum that represents the SRTP encryption mode for the calls

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public enum SRTPMode
Members
  Member nameValueDescription
None0 No SRTP encryption is set
Prefer1 The SRTP encryption is preferably set
Force2 The SRTP encryption is forced to be set
See Also