CallTypeExToCallType Method |
Determines the call type value from the given media type collection.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static CallType ToCallType(
IEnumerable<MediaType> mediaType
)
Public Shared Function ToCallType (
mediaType As IEnumerable(Of MediaType)
) As CallType
public:
static CallType ToCallType(
IEnumerable<MediaType>^ mediaType
)
static member ToCallType :
mediaType : IEnumerable<MediaType> -> CallType
Parameters
- mediaType
- Type: System.Collections.GenericIEnumerableMediaType
The media type collection.
Return Value
Type:
CallTypeThe call type enum value.
See Also