Ozeki VoIP SDK Class library
SRTPMode Property
NamespacesOzeki.VoIP.SIPISIPClientConfigurationSRTPMode
Gets the default security mode for incoming and outgoing calls.
Declaration Syntax
C#Visual BasicVisual C++
SRTPMode SRTPMode { get; set; }
Property SRTPMode As SRTPMode
	Get
	Set
property SRTPMode SRTPMode {
	SRTPMode get ();
	void set (SRTPMode value);
}
Property Value
Remarks
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.

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290