Skip to content

3.0.0

Choose a tag to compare

@csett86 csett86 released this 11 Nov 20:53
· 294 commits to master since this release
00b5874

This module is now compatible with electron 14+, as all remote module usages were replaced and robotjs is used in a Node-API based fork.

BREAKING CHANGES

  • RemoteControl now needs an object to be initialized on main process as well, see README or jitsi/jitsi-meet-electron#655 for sample usage
  • rename package to @jitsi/electron-sdk. All require statements need to be adapted, see README for new usage examples.

Features

  • Replaced remote module in aot (#129)
  • Replaced remote module in screensharing (#131)
  • Replaced remote module in popupsconfig (#132)
  • Replaced remote module in remotecontrol (#134)
  • Moved to Node-API based and prebuild fork @jitsi/robotjs for robotjs dependency so that it runs with electron 14+
  • Refactor native code to use stable binary Node-API ABI
  • Provide prebuilds for native code