ICallAnswerAsync Method

Awaitable vesion of the Answer Works similar to AssureMedia but gurantee that call will be "answered" as well.
Script should use this method only when executed in Active mode.

Definition

Namespace: CallFlow
Assembly: 3CX.CallFlow (in 3CX.CallFlow.dll) Version: 20.0.1
C#
Task<bool> AnswerAsync()

Return Value

TaskBoolean

Remarks

this method and AssureMedia are separated to allow control over early media support where media channel may be established before call has been "answered"

See Also