Edit

Share via


MediaProvider.SrtpEncryption Property

Definition

Gets the value that determines how the client makes and receives encrypted audio/video calls.

protected:
 property System::String ^ SrtpEncryption { System::String ^ get(); };
protected string SrtpEncryption { get; }
member this.SrtpEncryption : string
Protected ReadOnly Property SrtpEncryption As String

Property Value

Remarks

The value is one of "SupportEncryption", "RequireEncryption", or "DoNotSupportEncryption".

The default value is "SupportEncryption".

Applies to