MediaProvider.IsEscalationSupported Property
Gets or sets whether the media provider supports the escalation from a two-party call to conferencing.
Namespace: Microsoft.Rtc.Collaboration.ComponentModel
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property IsEscalationSupported As Boolean
Get
Protected Set
'Usage
Dim instance As MediaProvider
Dim value As Boolean
value = instance.IsEscalationSupported
instance.IsEscalationSupported = value
public bool IsEscalationSupported { get; protected set; }
Property Value
Type: System.Boolean