Skip to content

Commit

Permalink
updated classes for mic and camera button
Browse files Browse the repository at this point in the history
  • Loading branch information
DarshitJain04 committed Jun 10, 2021
1 parent 8416d20 commit 65ba2ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scripts/meet.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const autoJoin = () => {
var initiateAutoJoin = setInterval(() => {
try {
var micButton = document.getElementsByClassName(
'U26fgb JRY2Pb mUbCce kpROve uJNmj HNeRed QmxbVb'
'U26fgb JRY2Pb mUbCce kpROve yBiuPb y1zVCf HNeRed M9Bg4d'
)[0];
if (typeof micButton != 'undefined' && micButton != null) {
micButton.click();
Expand All @@ -13,7 +13,7 @@ const autoJoin = () => {
}
try {
var camButton = document.getElementsByClassName(
'U26fgb JRY2Pb mUbCce kpROve uJNmj HNeRed QmxbVb'
'U26fgb JRY2Pb mUbCce kpROve yBiuPb y1zVCf HNeRed M9Bg4d'
)[0];
if (typeof camButton != 'undefined' && camButton != null) {
camButton.click();
Expand Down

0 comments on commit 65ba2ef

Please sign in to comment.