Click or drag to resize

CallTypeExToCallType Method

Determines the call type value from the given media type collection.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public static CallType ToCallType(
	IEnumerable<MediaType> mediaType
)

Parameters

mediaType
Type: System.Collections.GenericIEnumerableMediaType
The media type collection.

Return Value

Type: CallType
The call type enum value.
See Also