MediaProvider.SrtpEncryption Property

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

Namespace:  Microsoft.Rtc.Collaboration.ComponentModel
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Protected ReadOnly Property SrtpEncryption As String
    Get
'Usage
Dim value As String

value = Me.SrtpEncryption
protected string SrtpEncryption { get; }

Property Value

Type: System.String

Remarks

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

The default value is "SupportEncryption".

See Also

Reference

MediaProvider Class

MediaProvider Members

Microsoft.Rtc.Collaboration.ComponentModel Namespace