Edit

Share via


AudioVideoMcuDialInOptions.RemoveFromDefaultRouting Property

Definition

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

public:
 property bool RemoveFromDefaultRouting { bool get(); void set(bool value); };
public bool RemoveFromDefaultRouting { get; set; }
member this.RemoveFromDefaultRouting : bool with get, set
Public Property RemoveFromDefaultRouting As Boolean

Property Value

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.

Applies to