ConferenceInvitation.GetAvailableMediaTypes Method

NOTE: This API is now obsolete.

This method will be removed from future versions. Instead, use the 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
<ObsoleteAttribute("This method will be removed from future versions. Use property 'AvailableMediaTypes'")> _
Public Function GetAvailableMediaTypes As Collection(Of String)
'Usage
Dim instance As ConferenceInvitation
Dim returnValue As Collection(Of String)

returnValue = instance.GetAvailableMediaTypes()
[ObsoleteAttribute("This method will be removed from future versions. Use property 'AvailableMediaTypes'")]
public Collection<string> GetAvailableMediaTypes()

Return Value

Type: System.Collections.ObjectModel.Collection<String>

See Also

Reference

ConferenceInvitation Class

ConferenceInvitation Members

Microsoft.Rtc.Collaboration Namespace