McuDialOutOptions.Media Property
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 a collection of media channels for the dial-out operation.
public:
property System::Collections::ObjectModel::Collection<Microsoft::Rtc::Collaboration::McuMediaChannel ^> ^ Media { System::Collections::ObjectModel::Collection<Microsoft::Rtc::Collaboration::McuMediaChannel ^> ^ get(); };
public System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.McuMediaChannel> Media { get; }
member this.Media : System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.McuMediaChannel>
Public ReadOnly Property Media As Collection(Of McuMediaChannel)