ICallModifyCallType Method |
Modifies the media used during the call.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxvoid ModifyCallType(
CallType callType
)
Sub ModifyCallType (
callType As CallType
)
void ModifyCallType(
CallType callType
)
abstract ModifyCallType :
callType : CallType -> unit
Parameters
- callType CallType
- The type of the call. It can be audio, video or audiovideo
See Also