api:pbx:conference:unmute
Table of Contents
API : PBX : Conference Unmute participant
Introduction
This request will unmute a participant (allow to speak again).
Request
| URL | https://api.telecomx.dk/pbx/conference/CONFERENCE_ID/unmute/PARTICIPANT_ID | ||
|---|---|---|---|
| Method | GET | ||
| Access level | MANAGER or OWNER if user belongs to the customer who owns it. RESELLER if customer belongs to the reseller. ADMIN. |
||
| params | CONFERENCE_ID | Id | Id of the conference. |
| params | PARTICIPANT_ID | Id | ChannelId of participant to unmute. |
Response
| JSON object | ||
|---|---|---|
| success | Boolean | true on success. |
Example
{ success: true }
Errors
| Error code | Message | Description |
|---|---|---|
| 400 | bad_request | Id not found in request URI |
| 404 | not_found | Conference not found |
| 409 | id | Not possible - there are no callers in the conference |
| 404 | participantId | Participant not found |
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |
api/pbx/conference/unmute.txt · Last modified: 2018/10/24 14:31 by Per Møller