{
    "api_id": "e05b5263-45dc-11eb-9014-0242ac110003",
    "message": "play queued into MPC",
    "mpcMemberId": [
        "1"
    ],
    "mpcName": "test_mpc_1"
}

This endpoint allows you to play an audio file during an active call. Plivo supports .mp3 and .wav audio files.

POST
https://api.plivo.com/v1/Account/{auth_id}/Call/{call_uuid}/Play/

The member_id attribute that’s passed in the URL can be a member_id, a comma-separated list of member IDs on which this operation will be performed, or the string all. In the latter case, the play audio action is performed on all members of the MPC.

Arguments

urls
Required

URL of the sound file to be played in .mp3 or .wav file.

Returns

Returns an acknowledgement that the audio is played to the MPC.

{
    "api_id": "e05b5263-45dc-11eb-9014-0242ac110003",
    "message": "play queued into MPC",
    "mpcMemberId": [
        "1"
    ],
    "mpcName": "test_mpc_1"
}