get https://api.accelevents.com/rest/events//session/v2/chimeConfig/
Using this API you can get workshop configuration. It will return details like disableAttendeesCameraOnEntry
and muteAttendeesOnEntry
. So based on this configuration you can disable the microphone/camera device when the attendee joins the meeting.
To call this API, You have to send eventurl
and sessionId
as path parameters.
This API can be used by authenticated users only, and it will require super admin/ event admin/ event staff/event attendee level access.
Here is the description of response attributes, which returns to the form of JSON.
Attributes | Description |
---|---|
disableAttendeesCameraOnEntry | It will return true if attendees camera on entry enable or else false. If it's true, will off camera on user entry from session and if it's false, it will on camera on user entry. |
muteAttendeesOnEntry | It will return true if attendees mute on entry enable, or else false. If it's true, will does not mute user on entry from session and if it's false, it will mute user on entry. |
Here is 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. |
4040200 | Event Not Found |
404800 | Session not found! |