PhoneLineConfigurationSRTPMode Property |
Gets the default security mode for incoming and outgoing calls.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public SRTPMode SRTPMode { get; set; }
Public Property SRTPMode As SRTPMode
Get
Set
public:
virtual property SRTPMode SRTPMode {
SRTPMode get () sealed;
void set (SRTPMode value) sealed;
}
abstract SRTPMode : SRTPMode with get, set
override SRTPMode : SRTPMode with get, set
Property Value
Type:
SRTPModeImplements
ISIPClientConfigurationSRTPModeRemarks
If the value is None, the line cannot receive calls with secure channels.
If the value is Prefer, the line can receive calls with both secure and insecure channels.
If the value is Forces, the line can receive calls only with secure channels.
See Also