endpoints.joinMultiple

POST https://relay.bluejeans.com/api/endpoints/join
Join multiple Endpoints into a single Meeting.

inputs

application/json

meetingid

String QUERY no

passcode

String QUERY no

cluster

Cluster QUERY no

meetingtype

MeetingType QUERY no

endpointIds

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>