AudioVideoMcuDialInOptions.RemoveFromDefaultRouting Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.