⚠️ This release requires ODIN server version 1.3.0 or newer. Cloud-hosted servers will be updated automatically.
New Features
- Enabled access to server-side functionality for muting and unmuting individual remote media streams
- Improved server-side position-based packet culling to support 3D coordinates
API Changes
- Added
odin_media_stream_pause
and odin_media_stream_resume
to request a mute/unmute for a specific media stream
- Updated
odin_room_update_position
for 3D coordinate support
- Replaced
odin_room_update_user_data
with odin_room_update_peer_user_data
- Removed
OdinUserDataTarget
Bugfixes / Improvements
- Enhanced the internal mechanism for handling reconnections