Skip to content

Commit

Permalink
mute button id changed
Browse files Browse the repository at this point in the history
  • Loading branch information
tec committed Aug 21, 2024
1 parent 6fc80d7 commit cd74875
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/MeetWrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ class MeetWrapper { // eslint-disable-line
* @return {?Element}
*/
#getMicButton() {
const sel = '[jscontroller=t2mBxb]';
const sel = '[jscontroller=eB6kvd]';
return document.querySelector(sel)?.querySelector('button[data-is-muted]');
}

Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "StreamDeck-Meet",
"version": "0.87",
"version": "0.88",
"description": "StreamDeck helper for Google Meet",
"manifest_version": 3,
"content_scripts": [
Expand Down

0 comments on commit cd74875

Please sign in to comment.