Changelog

Changelog

19.09.2025

  • Added options to kick, mute and block user in room and event
  • Changed implementation of block and mute in chats (use of restrictions service)
  • Changed documentation for slow mode (description and update slow mode params)
  • Added instructions on how to join broadcast room as a streamer
  • Bumped all libraries to version 1.0.0 (update on client side is needed)
  • Added missing permissions in chatMemberToken (docs)

12.09.2025

  • Added event module - possibility to take part in events - join, leave and getBroadcastUrl
  • Added handling of start, finish and cancel event packets
  • Added eventChat module
  • Added slow mode to chat - by default one message per 30 seconds
  • Changed join to use tokens instead of ids (chat, room and event)
  • Cleaned up package.json of the libraries
  • Moved browser detection tools to core Module
  • Added detection of Safe Exam Browser and handle it properly
  • Added checks if navigator.permissions exists in browser
  • Added fallback for .ondevicechange event (if not exists in browser, we check it manually every 10 seconds)

03.03.2025

  • Added screenShare with description

03.02.2025

  • Added camStatus and micStatus with description

10.01.2024

  • Added recommended resolutions to DevicesManager module
  • Added chats documentation
  • Added room capacity
  • Added onUserKicked event to room module.

27.11.2023

Room module changes

  • Added new Getter membersIds
  • changed formatting of the page.

Conference module changes

  • Added bitrate settings (Getter, action & option to set it up during module initialization)
  • Added codecs settings (Getter, action & option to set it up during module initialization)
  • Removed upcoming Getters, left only the tested one.
  • Added status Getter.
  • Changed names: usersWithMedia => membersWithMedia, getSettingsByUserId => getLocalUserSettings
  • Added more descriptions to existing utilities and changed formatting of the page.

General docs changes

  • changed formatting (based on room.mdx)
  • fix inconsistency (errors in docs and in code was not the same)

06.11.2023

Conference module changes

  • Added possibility to mute video and audio of selected user locally
  • Added possibility to change volume of selected user audio

31.10.2023

Room module changes

General docs changes

  • Added more description about how to use listenerCreator and how to clear them - Events