IsEscalationSupported Property

Gets or sets the value of a flag to indicate if mediaprovider 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

See Also

Reference

MediaProvider Class

MediaProvider Members

Microsoft.Rtc.Collaboration.ComponentModel Namespace