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