Edit

Share via


ConferenceInvitationSettings.AvailableMediaTypes Property

Definition

Gets the collection of media types to be available in the invitation.

public:
 property System::Collections::ObjectModel::Collection<System::String ^> ^ AvailableMediaTypes { System::Collections::ObjectModel::Collection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.Collection<string> AvailableMediaTypes { get; }
member this.AvailableMediaTypes : System.Collections.ObjectModel.Collection<string>
Public ReadOnly Property AvailableMediaTypes As Collection(Of String)

Property Value

Remarks

The application should add its available media types to this list.

Applies to