IOzPhoneCallAnswer(CallType) Method |
Answers the incoming call with the specified media types.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxbool Answer(
CallType callType
)
Function Answer (
callType As CallType
) As Boolean
bool Answer(
CallType callType
)
abstract Answer :
callType : CallType -> bool
Parameters
- callType CallType
-
Return Value
Boolean
Remarks
It has no effect on outgoing calls.
See Also