Skip to content

Commit

Permalink
Fix #1313 Attach appropriate function to ipc "select-souce" to fix sc…
Browse files Browse the repository at this point in the history
…reen sharing (#1315)
  • Loading branch information
camspiers committed Jun 25, 2024
1 parent d9dee34 commit 9d2c1dd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/mainAppWindow/browserWindowManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class BrowserWindowManager {


assignEventHandlers() {
ipcMain.on('select-source', this.assignSelectSourceHandler);
ipcMain.on('select-source', this.assignSelectSourceHandler());
ipcMain.handle('incoming-call-created', this.handleOnIncomingCallCreated);
ipcMain.handle('incoming-call-connecting', this.incomingCallCommandTerminate);
ipcMain.handle('incoming-call-disconnecting', this.incomingCallCommandTerminate);
Expand Down
7 changes: 7 additions & 0 deletions com.github.IsmaelMartinez.teams_for_linux.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
<url type="bugtracker">https://github.com/IsmaelMartinez/teams-for-linux/issues</url>
<launchable type="desktop-id">com.github.IsmaelMartinez.teams_for_linux.desktop</launchable>
<releases>
<release version="1.7.4" date="2024-06-25">
<description>
<ul>
<li>FIX broken screen sharing during calls</li>
</ul>
</description>
</release>
<release version="1.7.3" date="2024-06-18">
<description>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "teams-for-linux",
"version": "1.7.3",
"version": "1.7.4",
"main": "app/index.js",
"description": "Unofficial client for Microsoft Teams for Linux",
"homepage": "https://github.com/IsmaelMartinez/teams-for-linux",
Expand Down

0 comments on commit 9d2c1dd

Please sign in to comment.