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: 1.8.12.0 (1.8.12)
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