v1

latestOpenAPI 3.0.02026-07-17316378.3 KB
Call

/v0.1/PlayStop/

Interrupts media playback on a given call

post/v0.1/PlayStop/

Response

Response

Message'PlayStop Executed' | 'CallUUID Parameter Missing' | 'PlayStop Failed -- Call not found' | 'PlayStop Failed' required

Response message

Successboolean required

Whether the request was successful or not

Example response

{
  "Message": "PlayStop Executed",
  "Success": true
}