CallTypeExToMediaTypeList Method |
Determines the media types from the given call type value.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static List<MediaType> ToMediaTypeList(
CallType callType
)
Public Shared Function ToMediaTypeList (
callType As CallType
) As List(Of MediaType)
public:
static List<MediaType>^ ToMediaTypeList(
CallType callType
)
static member ToMediaTypeList :
callType : CallType -> List<MediaType>
Parameters
- callType
- Type: Ozeki.VoIPCallType
The call type enum value.
Return Value
Type:
ListMediaTypeThe media type collection.
See Also