Edit

Share via


AudioVideoMcuDialOutOptions.RemoveFromDefaultRouting Property

Definition

Gets or sets whether the dial out will be removed from the MCU default routing.

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

This operation can only be performed by trusted applications and is only supported by the audio-video MCU.

Removing the dialed-out to endpoint from the MCU default routing means that the endpoint will not receive any media from other endpoints connected to the MCU default routing. Also those endpoints will not receive any media from this endpoint.

The dialed-out to endpoint can be added back to the MCU default routing by calling BeginAddToDefaultRouting(ParticipantEndpoint, AsyncCallback, Object).

Applies to