Unmute conference participants
Unmute a list of participants in a conference call
POST
JavaScript
Documentation Index
Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Uniquely identifies the conference by id or name
Body
application/json
List of unique identifiers and tokens for controlling the call. Enter each call control ID to be unmuted. When empty all participants will be unmuted.
Region where the conference data is located. Defaults to the region defined in user's data locality settings (Europe or US).
Available options:
Australia, Europe, Middle East, US Example:
"US"
Response
Successful response upon making a conference command.
Example:
{ "result": "ok" }
JavaScript