ICallMediaManagerSupportedMediaTypes Property |
Gets the list of supported media types of the call.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
SyntaxIEnumerable<MediaType> SupportedMediaTypes { get; }
ReadOnly Property SupportedMediaTypes As IEnumerable(Of MediaType)
Get
property IEnumerable<MediaType>^ SupportedMediaTypes {
IEnumerable<MediaType>^ get ();
}
abstract SupportedMediaTypes : IEnumerable<MediaType> with get
Property Value
Type:
IEnumerableMediaType
See Also