An enum that represents the SRTP encryption mode for the calls
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
SyntaxPublic Enumeration SRTPMode
public enum class SRTPMode
MembersMember name | Value | Description |
---|
None | 0 |
No SRTP encryption is set
|
Prefer | 1 |
The SRTP encryption is preferably set
|
Force | 2 |
The SRTP encryption is forced to be set
|
See Also