UpdateConferenceRequest schema from Bandwidth voice API
Type: objectProperties: 4
CommunicationsCPaaSVoiceMessagingTelephonySMSMFA
UpdateConferenceRequest is a JSON Structure definition published by Bandwidth, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/bandwidth/refs/heads/main/json-structure/voice-update-conference-request-structure.json",
"name": "UpdateConferenceRequest",
"description": "UpdateConferenceRequest schema from Bandwidth voice API",
"type": "object",
"properties": {
"status": {
"type": "string",
"enum": [
"active",
"completed"
],
"description": "Set to completed to end the conference and disconnect all members"
},
"redirectUrl": {
"type": "uri",
"description": "URL to redirect the conference to for new BXML instructions"
},
"redirectMethod": {
"type": "string",
"enum": [
"POST",
"GET"
],
"default": "POST",
"description": "The HTTP method for the redirect webhook"
},
"tag": {
"type": "string",
"description": "Custom tag for the conference"
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.