Skip to main content

toggle mute status for a user connected to a channel through pstn

post/v1/channel/pstn/mute

toggle mute status for a user connected to a channel through pstn

post/v1/channel/pstn/mute

https://managedservices-prod.rteappbuilder.com/

Request

HEADER

AuthorizationREQUIRED
TYPE: STRING

JWT token as auth header

REQUEST BODY

request to toggle mute status

uid
TYPE: STRING

passphrase
TYPE: STRING

mute
TYPE: BOOLEAN
SAMPLE REQUEST
{
"uid": "string",
"passphrase": "string",
"mute": true
}

Responses

success

Loading...