AudioVideoMcuDialOutOptions.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 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).