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

Visual Basic (Declaration)
Protected 
Overrides 
Function 
GetMediaForDialReplaces 
As 
IEnumerable(
Of 

McuMediaChannel)
C#
protected 
override 
IEnumerable<

McuMediaChannel> 
GetMediaForDialReplaces()
Visual C++
protected:
virtual 
IEnumerable<

McuMediaChannel^>^ 
GetMediaForDialReplaces() 
override
JavaScript
function 
getMediaForDialReplaces();

Return Value

A list or null if the dial out should be aborted.

See Also