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.3.183.0
Syntax
public static List<MediaType> ToMediaTypeList(
	CallType callType
)

Parameters

callType
Type: Ozeki.VoIPCallType
The call type enum value.

Return Value

Type: ListMediaType
The media type collection.
See Also