LocalCallWrapperAnswer Method (CallType) |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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