Skip to content

Latest commit

 

History

History
95 lines (68 loc) · 6.57 KB

File metadata and controls

95 lines (68 loc) · 6.57 KB

Changelog

Historical list of changes in releases

[v0.0.55] - 2026-04-20

  • Add joinScreenEnabled to InitialRoomSettings to override room default (#8d09915a).

[v0.0.54] - 2026-02-09

  • Add proper typing for iframe class attributes (#8d06a79e).
  • Support optional "publicRoomUrl" for invite overrides (#5f9c7fb5).
  • Add new applySpokenLanguageToAll param to captions options (#21f2bd54).

[v0.0.53] - 2026-01-12

[v0.0.52] - 2025-09-29

  • Add audioOnly property to RoomState interface (#5c5731a7).
  • Add new methods for managing mobile app screenshare (#0842fb09).

[v0.0.51] - 2025-08-18

  • Batch multiple enumeration calls into a shared promise (#2b666c9e).

[v0.0.50] - 2025-08-18

  • Add new methods for managing topbar (#77c4ffbc).

[v0.0.49] - 2025-08-04

  • Improved device enumeration to avoid using getUserMedia when not required (#7238a01f).

[v0.0.48] - 2025-06-09

  • Add new method to send post message events to custom tiles (#b07141c).

[v0.0.47] - 2025-05-12

  • Add support for multiple virtual backgrounds via initial config (#05395a7a).

[v0.0.46] - 2025-04-30

  • Update allowBroadcast types to reflect new API (#71949475).

[v0.0.45] - 2025-04-14

  • Add video virtual backgrounds support (#bee6e78e).
  • Add new methods for managing custom tiles (#6f0fa570).

[v0.0.44] - 2025-01-23

  • Add new createWhiteboard method, and update exist whiteboard methods (#48058f61).
  • Add new methods for managing library files (#870ce040).

[v0.0.43] - 2025-01-09

  • Add a templateParams param to init options (#c8c5c43e).

[v0.0.42] - 2024-12-27

[v0.0.41] - 2024-09-17

  • Support userLeftBatch event from frontend, emit individual userLeft events for users in the payload. (#6474ee5).

[v0.0.40] - 2024-07-12

  • Add a requireRemoveUserConfirmation param to initial settings (#564e3ac).

[v0.0.37] - 2024-06-13

  • Add support for custom 'tileActions' (#64).
  • Add chatMessageReceived event to type definitions (#ed7cd15)
  • Add requireConfirmation prop to endSession command (true by default) (#e5476c6)

[v0.0.35] - 2023-11-16

  • Add sessionEnded event to type definitions (#146f159)

[v0.0.34] - 2023-11-01

  • Add UICallback commands to attach listeners for custom interface actions in embedded app (#59)
  • Add changeRole command and roleChanged event (#60)

[v0.0.33] - 2023-10-05

  • Add appLanguage field to room state to match rooms localization language
  • Add virtual background image name field to room state
  • Expose list of active media devices in room state

[v0.0.31] - 2023-09-07

  • Allow listening to document or window events fired inside the frame (#47)
  • Allow pre-selecting app language using init options (#48)

[v0.0.29] - 2023-09-01

  • Fix an issue with EventEmitter import in typescript declaration

[v0.0.28] - 2023-08-24

  • Connect demos to test drive endpoint to dynamically create demo rooms
  • Allow pre-selecting media devices through initial settings (#44)
  • Add support for custom CNAME, handle cname property in init options (#45)

[v0.0.27] - 2023-08-09

  • Fix an issue with stored state not resetting properly when creating a new control instance

[v0.0.26] - 2023-08-09

  • Add missing type definitions for newest methods and state fields (#01a3bf1)