ConferenceInvitation.AvailableMediaTypes Property
Gets a collection of the media types available in the conference for which this invitation was sent.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property AvailableMediaTypes As ReadOnlyCollection(Of String)
Get
'Usage
Dim instance As ConferenceInvitation
Dim value As ReadOnlyCollection(Of String)
value = instance.AvailableMediaTypes
public ReadOnlyCollection<string> AvailableMediaTypes { get; }
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<String>