AudioVideoMcuDialInOptions.RemoveFromDefaultRouting Property

Gets or sets whether the call to the audio-video MCU will be established without any incoming or outgoing routes.

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

Syntax

'Declaration
Public Property RemoveFromDefaultRouting As Boolean
    Get
    Set
'Usage
Dim instance As AudioVideoMcuDialInOptions
Dim value As Boolean

value = instance.RemoveFromDefaultRouting

instance.RemoveFromDefaultRouting = value
public bool RemoveFromDefaultRouting { get; set; }

Property Value

Type: System.Boolean

Remarks

Setting this property to true is only valid for scenarios where the conversation has joined a conference as a trusted application. BeginJoin(ConferenceJoinOptions, AsyncCallback, Object) and JoinMode

Establishing a call to the audio-video MCU without any routes means that although the call is connected to the MCU, no audio from the MCU is sent to the call and no audio from the call is sent to other participants connected to the MCU. The Application can then modify the call routes by calling AudioVideoCall.AudioVideoMcuRouting.BeginUpdateAudioRoutes.

See Also

Reference

AudioVideoMcuDialInOptions Class

AudioVideoMcuDialInOptions Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace