new

Spaces

Developer Portal

Vatom Spaces v1.8.491

Version 1.8.491
has been released! 🏷️
✨ New Features
Plug-ins:
: Plug-in developers have the ability to determine whether attendees have their microphones muted or not. This can be achieved through the use of the new
user.isMuted()
function (documented here). In addition, a new mute state change hook allows you to register a callback to know when the user has changed the mute state. These additions allow developers to create more interactive and dynamic plugins, providing users with a better understanding of their audio status within the virtual environment.
🐛 Bug Fixes
Plug-ins
: Resolved an issue related to the deletion of parent objects using
this.objects.remove(parentId)
Previously, using this function to delete a parent object would inadvertently lead to the deletion of child objects as well. With this fix, the function works as intended, ensuring that only the specified parent object is removed without affecting child objects.
Grouping
: Fixed a problem where the 'move to' interaction feature did not function correctly when the target object was a child within a group. With this issue resolved, the 'move to' interaction now operates as expected even when dealing with grouped objects. This fix ensures a consistent and reliable interaction experience, allowing users to seamlessly interact with both grouped and ungrouped objects using the 'move to' functionality.
Please go check it out now in Vatom Spaces!
-Vatom Product Team