ConferenceInvitationSettings.AvailableMediaTypes Property
Gets the collection of media types to be available in the invitation.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property AvailableMediaTypes As Collection(Of String)
Get
'Usage
Dim instance As ConferenceInvitationSettings
Dim value As Collection(Of String)
value = instance.AvailableMediaTypes
public Collection<string> AvailableMediaTypes { get; }
Property Value
Type: System.Collections.ObjectModel.Collection<String>
Remarks
The application should add its available media types to this list.
See Also
Reference
ConferenceInvitationSettings Class