...
- Checkout localization
Fix
- An issue that prevented the user to open the sidebar from mobile
- An issue that shown the video meeting all to left
- An issue that doesn't show all buttons at the creation of meeting
Removed
- Ended meetings from Meetings section table
...
- Possibility to show notifications either in chat tab and in fullscreen mode
Fix
- An issue that prevented the user from filtering results by ID in various tables
- An issue that did not allow the correct display of IDs in the Sessions and Devices tables (deprecated)
- An issue that did not allow the correct translation of ticket states
- An issue that prevented the user from joining a meeting without a webcam and a microphone
- An issue that showed progress bar even if uploaded file sent an error
...
- MeetingId column to recordings table
- a button to copy the meeting link to the meetings table
Fix
- An issue that allowed only 10 users to be loaded in the user selection dropdown of the conditions section of automation page
...
- Section cards to Profile page
- Logs section
Fix
- A problem that allow users to join meetings before selecting devices
...
- Automations feature
- Meetings feature
- A dedicated meeting's page that adds new features:
- the possibility to choose a nickname
- the possibility to choose audio and video devices before joining the meeting
- a sidebar that shows the list of participants along with their nicknames and the status of their devices
- a responsive version of the page, which allows the users to partecipate in the meeting from their mobile phones - a list of query string parameters that make meeting's page customizable:
- skipWelcome: if "true", the user will join the meeting skipping the nickname and devices selection page
- nickname: the string specified will be used as user nickname (only available for not authenticated - guest - users)
- audio: if "false", the user will join the meeting with its microphone muted
- video: if "false", the user will join the meeting with its camera disabled
- mode: if "audioOnly", all video tracks will be disabled (the user will not send and receive video tracks). If "videoOnly", all audio tracks will be disabled (the user will not send and receive audio tracks)
- cameraButton: if "false", hides camera button
- microphoneButton: if "false", hides microphone button
- screensharingButton: if "false", hides screensharing button
- fullscreenButton: if "false", hides fullscreen button
- closeButton: if "false", hides the button to leave/close the meeting
- settingsButton: if "false", hides settings button
Query string parameters are case-sensitive. - Reset own password
Fix
- An issue that caused the plans to display incorrectly on their page
- Duration and Size columns in Recordings table
...