AudioVideoCall.GetMediaForDialReplaces Method
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 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.