SuperViz v6.2.0
We have released SuperViz SDK v6.2.0. This release includes a couple of new features for our Real-time Data Engine: the ability to create multiple channels and to receive real-time data through a webhook. We also made huge improvements to all Presence components, like Who-is-Online, 3D components, and Mouse Pointers, as well as in our Video Conference.
What's New
Real-time Data Engine
Channel
We've added a new feature to the Real-time Data Engine that allows you to create multiple channels in a single room.
A channel is useful when you want to separate different types of messages or events in your application. It allows you to create a dedicated communication path for specific types of messages, ensuring that only the intended participants receive them.
The Real-time Data Engine component now provides a connect
method that allows you to add channels within the same room. We highly recommend using channels to organize your real-time events and messages, if you need any help ping us on our Discord server.
Webhook connection
We've added a new feature that allows you to receive the data payload from the Real-time Data Engine through a webhook. This feature is useful when you want to receive the data outside of the frontend of your application, like in a server or a third-party service.
Learn more about how to set up this webhook connection for the Real-time Data Engine.
More improvements & fixes
- We've made a significant improvement on all Presence components, like Who-is-Online, 3D components, and Mouse Pointers as well as in our Video Conference. It's now more reliable and faster than ever.
- We fixed an issue where you would be required to pass both the
imageUrl
andmodel3DUrl
when creating a participant avatar, now you can pass only one of them. - We've made several corrections to the Contextual Comments UI for a better user experience.
Version numbers
The changes mentioned above are available in the following versions:
Package | Version |
---|---|
@superviz/sdk | 6.2.0 |
@superviz/autodesk-viewer-plugin | 1.17.0 |
@superviz/matterport-plugin | 0.20.0 |
@superviz/threejs-plugin | 0.23.0 |
@superviz/react-sdk | 1.7.0 |
Important: Due to recent changes to the three.js library, the minimum required version for the Three.js plugin is now 0.164.0
, make sure to update it in your project.