Click or drag to resize

CallTypeExToMediaTypeList Method

Determines the media types from the given call type value.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public static List<MediaType> ToMediaTypeList(
	CallType callType
)

Parameters

callType  CallType
The call type enum value.

Return Value

ListMediaType
The media type collection.
See Also