Edit

Share via


Call.ActiveMediaTypes Property

Definition

Caution

This method will be removed from future versions. Use method 'GetActiveMediaTypes()'

Gets the list of active media types for the call.

public:
 property System::Collections::ObjectModel::Collection<System::String ^> ^ ActiveMediaTypes { System::Collections::ObjectModel::Collection<System::String ^> ^ get(); };
[System.Obsolete("This method will be removed from future versions. Use method 'GetActiveMediaTypes()'")]
public System.Collections.ObjectModel.Collection<string> ActiveMediaTypes { get; }
member this.ActiveMediaTypes : System.Collections.ObjectModel.Collection<string>
Public ReadOnly Property ActiveMediaTypes As Collection(Of String)

Property Value

Attributes

Remarks

This property will be removed from future versions. Instead use the GetActiveMediaTypes() method.

The active media types designate the media tokens that have been negotiated, and for which the port is greater than 0 on the "m=" line. This list cannot be null but may return Empty when no media types have yet been negotiated.

Applies to