ConferenceMember is a JSON Structure definition published by Bandwidth, describing 6 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-conference-member-structure.json",
"name": "ConferenceMember",
"description": "ConferenceMember schema from Bandwidth voice API",
"type": "object",
"properties": {
"callId": {
"type": "string",
"description": "The call ID of the conference member"
},
"conferenceId": {
"type": "string",
"description": "The conference ID"
},
"memberUrl": {
"type": "uri",
"description": "The URL for this member resource"
},
"mute": {
"type": "boolean",
"description": "Whether the member is muted"
},
"hold": {
"type": "boolean",
"description": "Whether the member is on hold"
},
"callIdsToCoach": {
"type": "array",
"items": {
"type": "string"
},
"description": "List of call IDs that this member is coaching"
}
}
}
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.