Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.32 KB

UpdateConferenceMember.md

File metadata and controls

12 lines (8 loc) · 1.32 KB

Bandwidth.Standard.Model.UpdateConferenceMember

Properties

Name Type Description Notes
Mute bool Whether or not this member is currently muted. Members who are muted are still able to hear other participants. Updates this member's mute status. Has no effect if omitted. [optional]
Hold bool Whether or not this member is currently on hold. Members who are on hold are not able to hear or speak in the conference. Updates this member's hold status. Has no effect if omitted. [optional]
CallIdsToCoach List<string> If this member had a value set for `callIdsToCoach` in its Conference verb or this list was added with a previous PUT request to modify the member, this is that list of calls. Modifies the calls that this member is coaching. Has no effect if omitted. See the documentation for the Conference verb for more details about coaching. Note that this will not add the matching calls to the conference; each call must individually execute a Conference verb to join. [optional]

[Back to Model list] [Back to API list] [Back to README]