CallTypeExToMediaTypeList Method |
Determines the media types from the given call type value.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic 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 CallType
- The call type enum value.
Return Value
ListMediaTypeThe media type collection.
See Also