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.4.13.0
Syntax
public static CallType ToCallType(
	IEnumerable<MediaType> mediaType
)

Parameters

mediaType  IEnumerableMediaType
The media type collection.

Return Value

CallType
The call type enum value.
See Also