Skip to content

Commit

Permalink
feat(screen-sharing) update @jitsi/electron-sdk for SS fixes
Browse files Browse the repository at this point in the history
- Uses getDisplayMedia which fixes app sharing on some platforms
- Avoid Jitsi picker on Wayland, just use the native one
  • Loading branch information
saghul committed Feb 13, 2025
1 parent 589b3dc commit 1af3a5f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"readmeFilename": "README.md",
"license": "Apache-2.0",
"dependencies": {
"@jitsi/electron-sdk": "6.0.50",
"@jitsi/electron-sdk": "7.0.1",
"electron-debug": "^3.2.0",
"electron-reload": "^1.5.0"
},
Expand Down

0 comments on commit 1af3a5f

Please sign in to comment.