Question

Conference Call Webhook

  • 24 July 2020
  • 1 reply
  • 312 views

I have implemented a feature that receives a notification via webhook on the Presence event.

But now according to the client need I need to do the same for his conference call (3-way call, how they say it).

I want to know API/webhook from where I can get detailed information on such calls.

I am looking for all numbers of all participants in a call.


1 reply

Userlevel 1

Use the /restapi/v1.0/account/{accountId}/telephony/sessions filter instead. Each call party will have its own party id.

Reply