AudioVideoMcuDialOutOptions.RemoveFromDefaultRouting Property
Gets or sets whether the dial out will be removed from the MCU default routing.
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 AudioVideoMcuDialOutOptions
Dim value As Boolean
value = instance.RemoveFromDefaultRouting
instance.RemoveFromDefaultRouting = value
public bool RemoveFromDefaultRouting { get; set; }
Property Value
Type: System.Boolean
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).
See Also
Reference
AudioVideoMcuDialOutOptions Class