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