put https://api.accelevents.com/rest/virtual/event//networking-lounge//meeting
This API is useful for joining lounge meetings.
The below table shows response fields specification.
Attribute | Description |
---|---|
title | It contains the lounge name as the title. |
meeting | It contains string formed JSON data that is information about meeting like MeetingId, AudioHostUrl , AudioFallbackUrl, ScreenDataUrl, ScreenViewingUrl , MediaRegion. |
attendee | It contains information about attendees like ExternalUserId, AttendeeId, and JoinToken. |
eventAdmins | It contains the list of user id of the event admin. |
speakersOrModeratorsUserIds | It contains a list of user ids of speakers and moderators. |
Here is the possible error messages, which return if any condition gets failed or required data is missing for processing.
Error Code | Error | Description |
---|---|---|
401 | 4010101 | You are not authorized to view the resource. |
404 | The resource you were trying to reach is not found. | |
404 | 4040200 | Server can not create URL from the eventUrl value. |
406 | 4040200 | No event could be found. |