Call.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 enumeration of media types that MCU should offer when dialing or replacing this call.
protected:
virtual System::Collections::Generic::IEnumerable<Microsoft::Rtc::Collaboration::McuMediaChannel ^> ^ GetMediaForDialReplaces();
protected virtual System.Collections.Generic.IEnumerable<Microsoft.Rtc.Collaboration.McuMediaChannel> GetMediaForDialReplaces ();
abstract member GetMediaForDialReplaces : unit -> seq<Microsoft.Rtc.Collaboration.McuMediaChannel>
override this.GetMediaForDialReplaces : unit -> seq<Microsoft.Rtc.Collaboration.McuMediaChannel>
Protected Overridable Function GetMediaForDialReplaces () As IEnumerable(Of McuMediaChannel)
Returns
The media list or null to fail.