Wiki

Clone wiki

Numera.LibrisAPI / dashboard.answer_call

Home > API Reference Documentation > device.answer_call

device.answer_call

When implementing your own call dashboard, you invoke this action to mark the call as answered so others know the call his being handled. It returns information you may need to open a real time connection to the real time server to receive live updates about the call.

Input Parameters

PropertyRequiredDescription
rvyesThe RendezVous id for the call you want to answer

Output

PropertyDescription
rendezVousUrlURL to be called for long polling the real time events
rendezVousIdThe RendezVous ID

Possible Status Codes

Status CodeReasonDescription
1000UNAUTHORIZEDUser is not authorized to make this call
1001RV_DOES_NOT_EXISTRendezVousID does not exist

Updated