endpoints.joinMultiple
POST
https://relay.bluejeans.com/api/endpoints/join
Join multiple Endpoints into a single Meeting.
inputs
application/json
meetingid
String QUERY nopasscode
String QUERY nocluster
Cluster QUERY nomeetingtype
MeetingType QUERY noendpointIds
a list of Endpoint IDs that should be joined to this Meeting
String
BODY
yes
outputs
a list of ApiErrorMessage objects for any Endpoints which failed to dial into the Meeting. Unlisted Endpoints can be assumed to have dialed successfully.
application/json
List<ApiErrorMessage>