AudioVideoCall.GetMediaForDialReplaces Method
Gets the media to be offered by the MCU for dial out replacements.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Protected Overrides Function GetMediaForDialReplaces As IEnumerable(Of McuMediaChannel)
'Usage
Dim returnValue As IEnumerable(Of McuMediaChannel)
returnValue = Me.GetMediaForDialReplaces()
protected override IEnumerable<McuMediaChannel> GetMediaForDialReplaces()
Return Value
Type: System.Collections.Generic.IEnumerable<McuMediaChannel>
A list or null if the dial out should be aborted.