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

This method stops streaming of a specific audio stream.

API Endpoint

DELETE
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_specific_stream('ebe4ab56-9b72-4c3e-9870-5f4262847407','f6efd24d-e592-4db5-baf9-6ad36ac54728')
{
"api_id": "79cf3765-0f65-11ee-809f-0242ac110003",
"error": "No active stream found"
}