Releases: jitsi/jitsi-meet-electron-sdk
Releases · jitsi/jitsi-meet-electron-sdk
3.0.2
3.0.1
-
fix: use napi also during normal package install (#152)
prebuild-install needs to be updated to work correctly with npm8, see
https://github.com/prebuild/prebuild-install/releases/tag/v6.0.0 -
chore(deps): update robotjs to use prebuilds during npm install (#154)
3.0.0
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
requirestatements 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
v2.0.22
v2.0.21
fix(SS): when the iframe reloads.