Bandwidth · JSON Structure

Voice Update Conference Member Request Structure

UpdateConferenceMemberRequest schema from Bandwidth voice API

Type: object Properties: 3
CommunicationsCPaaSVoiceMessagingTelephonySMSMFA

UpdateConferenceMemberRequest is a JSON Structure definition published by Bandwidth, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

mute hold callIdsToCoach

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/bandwidth/refs/heads/main/json-structure/voice-update-conference-member-request-structure.json",
  "name": "UpdateConferenceMemberRequest",
  "description": "UpdateConferenceMemberRequest schema from Bandwidth voice API",
  "type": "object",
  "properties": {
    "mute": {
      "type": "boolean",
      "description": "Whether to mute the member"
    },
    "hold": {
      "type": "boolean",
      "description": "Whether to place the member on hold"
    },
    "callIdsToCoach": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "List of call IDs that this member should coach"
    }
  }
}