Release 2021.19
On the 12th of May, 2021, WeSeeDo version 2021.19 was released.
User interface changes
Waiting room filtering issue
In some edge cases, the waiting room filtering would not work properly. This issue has been resolved.
Hide parts of the user interface by customizing the WeSeeDo URL
It is now possible to hide specific elements of the WeSeeDo interface by appending query string parameters to the WeSeeDo URL.
For more information on how to use this new feature, refer to Customize the layout using querystring parameters
Integration improvements
Communicate WeSeeDo events with the parent window
If your app integrated WeSeeDo using iframes, it is now possible to receive real time events that occur within the WeSeeDo iframe using the window.postMessage API.
For more information on how to use this new feature, refer to Receive PostMessage API events