{
  "message": "conference hung up",
  "api_id": "2867b6e2-58c3-11e1-86da-adf28403fe48"
}

Conferences let you involve multiple participants in a single call. Using Plivo’s Conference API, you can manage ongoing and completed conferences in your account, terminate ongoing conferences, and retrieve details of an ongoing or completed conference.

Conferences are suited for traditional “meeting” use cases. If you need more control over a call, for example for advanced contact center or sales dialer use cases, consider multiparty calls.

API Endpoint

BaseURI
https://api.plivo.com/v1/Account/{auth_id}/Conference/

List all conferences

Retrieves a list of all ongoing conferences for your account and returns their names.

API Endpoint

GET
https://api.plivo.com/v1/Account/{auth_id}/Conference/

Arguments

No arguments need to be passed.

Returns

Returns the names of all ongoing conferences associated with the account.

{
  "message": "conference hung up",
  "api_id": "2867b6e2-58c3-11e1-86da-adf28403fe48"
}