MediaProvider.SrtpEncryption Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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".