put https://api.accelevents.com/rest/exhibitor/event//exhibitor//join
This API is used to provide information about meetings, attendees, and ids of admin, speaker, and moderator of admin.
When an exhibitor joins a meeting, this API is called and will give information about it.
Response
Here is the description of response attributes, which returns to the form of JSON.
Attributes | Description |
---|---|
capacity | Contains how many users can join the meeting |
chatEnabled | Shows if chat is enabled for a meeting. |
pollEnabled | Shows if polls are enabled for a meeting. |
quesAndAnsEnabled | Shows if question and answer is enabled for a meeting |
hideSessionFromAttendees | Shows if session is hidden from attendees. |
meeting | This Meeting Json contains information about meeting like MeetingId, AudioHostUrl , AudioFallbackUrl, ScreenDataUrl, ScreenViewingUrl ,MediaRegion. |
attendee | Contains information about attendees like ExternalUserId, AttendeeId, and JoinToken. |
eventAdmins | Contains a list of ids of exhibitor admins |
speakersOrModeratorsUserIds | Contains a list of user ids of speaker and moderator |
Error Code
Here are the possible error messages, which return if any condition gets failed or required data is missing for processing.
Error Code | Error Description |
---|---|
400 | The request could not be understood by the server due to malformed syntax. |
401 | You are not authorized to view the resource. |
403 | Accessing the resource you were trying to reach is forbidden. |
404 | The resource you were trying to reach is not found. |
40600013 | Cant create url |
4040200 | Event Not Found |
4040027 | Exhibitor Not found |