Call.GetActiveMediaTypes Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.