Mute

Mute meeting participant

Mute meeting participant.

post

/user/meetings/{id}/participants/{participant_id}/mute

Authorizations
Path parameters
idall ofrequired

The unique ID of conference room.

participant_idall ofrequired

The unique ID of conference room participant.

Responses
curl -L \
  --request POST \
  --url 'https://HOSTNAME:8887/api/user/meetings/{id}/participants/{participant_id}/mute' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'

No body

Was this helpful?