Call.GetActiveMediaTypes Method

Definition

Gets the active media types for the call.

public:
 System::Collections::ObjectModel::Collection<System::String ^> ^ GetActiveMediaTypes();
public System.Collections.ObjectModel.Collection<string> GetActiveMediaTypes ();
member this.GetActiveMediaTypes : unit -> System.Collections.ObjectModel.Collection<string>
Public Function GetActiveMediaTypes () As Collection(Of String)

Returns

A collection of currently active media types.

Remarks

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 can be Empty when no media types have yet been negotiated.

Applies to