ConferenceInvitation.GetAvailableMediaTypes Method

Definition

Caution

This method will be removed from future versions. Use property 'AvailableMediaTypes'

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.

public:
 System::Collections::ObjectModel::Collection<System::String ^> ^ GetAvailableMediaTypes();
[System.Obsolete("This method will be removed from future versions. Use property 'AvailableMediaTypes'")]
public System.Collections.ObjectModel.Collection<string> GetAvailableMediaTypes ();
member this.GetAvailableMediaTypes : unit -> System.Collections.ObjectModel.Collection<string>
Public Function GetAvailableMediaTypes () As Collection(Of String)

Returns

Collection<String>
Attributes

Applies to