import plivo
client = plivo.RestClient('<auth_id>','<auth_token>')
client.calls.delete_all_streams('ebe4ab56-9b72-4c3e-9870-5f4262847407')
{
"api_id": "79cf3765-0f65-11ee-809f-0242ac110003",
"error": "No active stream found"
}

This method lets you retrieve the details of an audio stream.

API Endpoint

GET
https://api.plivo.com/v1/Account/{auth_id}/Call/{call_uuid}/Stream/{Stream_uuid}/

Arguments

No arguments need to be passed.

import plivo
client = plivo.RestClient('<auth_id>','<auth_token>')
client.calls.delete_all_streams('ebe4ab56-9b72-4c3e-9870-5f4262847407')
{
"api_id": "79cf3765-0f65-11ee-809f-0242ac110003",
"error": "No active stream found"
}