Skip to content

Commit

Permalink
Updates mute/cam button
Browse files Browse the repository at this point in the history
  • Loading branch information
petele committed Apr 24, 2023
1 parent 7bed01d commit caf07e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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=t8kvj]';
const sel = '[jscontroller=t2mBxb]';
return document.querySelector(sel)?.querySelector('button');
}

Expand All @@ -729,7 +729,7 @@ class MeetWrapper { // eslint-disable-line
* @return {?Element}
*/
#getCamButton() {
const sel = '[jscontroller=DXtw0b]';
const sel = '[jscontroller=vuC9df]';
return document.querySelector(sel)?.querySelector('button');
}

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.82",
"version": "0.84",
"description": "StreamDeck helper for Google Meet",
"manifest_version": 3,
"content_scripts": [
Expand Down

0 comments on commit caf07e4

Please sign in to comment.