AbstractLocalCallAnswer Method (CallType) |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic abstract bool Answer(
CallType callType
)
Public MustOverride Function Answer (
callType As CallType
) As Boolean
public:
virtual bool Answer(
CallType callType
) abstract
abstract Answer :
callType : CallType -> bool
Parameters
- callType
- Type: Ozeki.VoIPCallType
Return Value
Type:
BooleanImplements
IOzPhoneCallAnswer(CallType)
See Also