Edit

Share via


AudioVideoCall.GetMediaForDialReplaces Method

Definition

Gets the media to be offered by the MCU for dial out replacements.

protected:
 override System::Collections::Generic::IEnumerable<Microsoft::Rtc::Collaboration::McuMediaChannel ^> ^ GetMediaForDialReplaces();
protected override System.Collections.Generic.IEnumerable<Microsoft.Rtc.Collaboration.McuMediaChannel> GetMediaForDialReplaces ();
override this.GetMediaForDialReplaces : unit -> seq<Microsoft.Rtc.Collaboration.McuMediaChannel>
Protected Overrides Function GetMediaForDialReplaces () As IEnumerable(Of McuMediaChannel)

Returns

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

Applies to