Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.92 KB

ConferenceMember.md

File metadata and controls

15 lines (11 loc) · 1.92 KB

Bandwidth.Standard.Model.ConferenceMember

Properties

Name Type Description Notes
CallId string The call id associated with the event. [optional]
ConferenceId string The unique, Bandwidth-generated ID of the conference that was recorded [optional]
MemberUrl string A URL that may be used to retrieve information about or update the state of this conference member. This is the URL of this member's Get Conference Member endpoint and Modify Conference Member endpoint. [optional]
Mute bool Whether or not this member is currently muted. Members who are muted are still able to hear other participants. If used in a PUT request, 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. If used in a PUT request, 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. If present in a PUT request, 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]