SuperViz SDK for Matterport
Add meetings to your Matterport tool
*No credit card required.
Add meetings to your Matterport tool
*No credit card required.
Integrated video conferencing for real estate, construction, insurance, hospitality, tourism and more. With just a few lines of code you can allow your users to meet virtually inside remote spaces to showcase, sell and collaborate with a sense of presence.
const sdk = await SuperVizSdk.init(, {
group: {
id: ,
name: ,
},
participant: {
id: ,
name: ,
type: ,
},
roomId: ,
});
Our easy-to-build, feature-rich SDK gets you up and running with just a few lines of code.
Full-function video conferencing layer for up to 16 participants, including chat, grid view and screen share.
Automatic Multiplayer enabled integration with avatars, pointers, and controls directly inside your Matterport tool.
Add an extra layer of collaboration by synchronizing your app properties in real time between meeting participants.
Flexible avatar support for glb and GLTF models. Add your own models for meeting participants.
Broadcast mode for up to 230 people. With this mode you can allow audience participants to follow live meetings with chat access.
Developer dashboard with detailed usage statistics and management.
Declare custom properties that will be synchronized between participants in the same meeting room.
You can synchronize 3D models, digital twins, 2D content, States, Selections, Objects, and anything else to meet your needs.
sdk.subscribe('syncPropertyName', onSyncPropertyChange);
onSyncPropertyChange(payload: any) {
// payload is the new value of the property you've changed
// do something
}
sdk.setSyncProperty('syncPropertyName', 'new value');
**Participant minutes are the sum of time spent by each participant in the call.
**Any extra participant minutes used during the month will be charged on the invoice of the following month