DialParametersSRTPMode Property |
Gets or sets whether secure media channels will be used during the call or not. If not set, the default values will be used.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public Nullable<SRTPMode> SRTPMode { get; set; }
Public Property SRTPMode As Nullable(Of SRTPMode)
Get
Set
public:
property Nullable<SRTPMode> SRTPMode {
Nullable<SRTPMode> get ();
void set (Nullable<SRTPMode> value);
}
member SRTPMode : Nullable<SRTPMode> with get, set
Property Value
Type:
NullableSRTPModeSee Also