Uses of Class
com.bandwidth.sdk.model.ConferenceMember
Packages that use ConferenceMember
-
Uses of ConferenceMember in com.bandwidth.sdk.api
Methods in com.bandwidth.sdk.api that return ConferenceMemberModifier and TypeMethodDescriptionConferencesApi.getConferenceMember
(String accountId, String conferenceId, String memberId) Get Conference Member Returns information about the specified conference member.Methods in com.bandwidth.sdk.api that return types with arguments of type ConferenceMemberModifier and TypeMethodDescriptionConferencesApi.getConferenceMemberWithHttpInfo
(String accountId, String conferenceId, String memberId) Get Conference Member Returns information about the specified conference member.Method parameters in com.bandwidth.sdk.api with type arguments of type ConferenceMemberModifier and TypeMethodDescriptionokhttp3.Call
ConferencesApi.getConferenceMemberAsync
(String accountId, String conferenceId, String memberId, ApiCallback<ConferenceMember> _callback) Get Conference Member (asynchronously) Returns information about the specified conference member. -
Uses of ConferenceMember in com.bandwidth.sdk.model
Methods in com.bandwidth.sdk.model that return ConferenceMemberModifier and TypeMethodDescriptionConferenceMember.addCallIdsToCoachItem
(String callIdsToCoachItem) ConferenceMember.callIdsToCoach
(List<String> callIdsToCoach) ConferenceMember.conferenceId
(String conferenceId) static ConferenceMember
Create an instance of ConferenceMember given an JSON stringConferenceMember.putAdditionalProperty
(String key, Object value) Set the additional (undeclared) property with the specified name and value.Methods in com.bandwidth.sdk.model that return types with arguments of type ConferenceMemberModifier and TypeMethodDescriptionConference.getActiveMembers()
A list of active members of the conference.Methods in com.bandwidth.sdk.model with parameters of type ConferenceMemberModifier and TypeMethodDescriptionConference.addActiveMembersItem
(ConferenceMember activeMembersItem) Method parameters in com.bandwidth.sdk.model with type arguments of type ConferenceMemberModifier and TypeMethodDescriptionConference.activeMembers
(List<ConferenceMember> activeMembers) void
Conference.setActiveMembers
(List<ConferenceMember> activeMembers)