put https://api.accelevents.com/rest/events/$/chime/meeting/$
This API is used to call other users.
This API is used to create meetings for 1:1 calls.
To call this API you will make sure that the user is part of the event otherwise, it will return an error.
To call this API, you need to pass eventurl, user id, and authorisation token in the request API.
For the authorisation token, you need to call login API.
Here is the description of response fields.
Field | Description |
---|---|
attendee | This field represents the details of the attendee like ExternalUserId, JoinToken, and AttendeeId. |
capacity | This field represents the capacity. |
chatEnabled | This field represents the chat is enabled or disabled for the meeting. |
hideSessionFromAttendees | This field represents the session is hidden from the attendees or not. |
meeting | This field represents the details of the meeting. |
pollEnabled | This field represents the poll is enabled or disabled for the meeting. |
quesAndAnsEnabled | This field represents the question and answer enabled or disabled for the meeting. |
Here is the description of the error codes.
Response status code | Error Code | Description |
---|---|---|
401 | 4010101 | The request not authorize to access. |
404 | 40440205 | Meeting not found or meeting expired. |
405 | Request method not supported. |