Skip to content

Commit

Permalink
Merge pull request #108 from emanuelwanyonyi/fix-leave-audio-error
Browse files Browse the repository at this point in the history
Update liveRTMP.js to fix issue #93
  • Loading branch information
jibon57 authored Nov 18, 2021
2 parents fbf5842 + 81d3431 commit 7f3ef44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liveRTMP.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ async function main() {
await page.$eval('[class^=navbar]', element => element.style.display = "none");

await page.$eval('.Toastify', element => element.style.display = "none");
await page.waitForSelector('button[aria-label="Leave audio"]');
await page.waitForSelector('button[aria-label="Change/Leave audio"]');
await page.$eval('[class^=actionsbar] > [class^=center]', element => element.style.display = "none");
await page.mouse.move(0, 700);
await page.addStyleTag({content: '@keyframes refresh {0%{ opacity: 1 } 100% { opacity: 0.99 }} body { animation: refresh .01s infinite }'});
Expand Down

0 comments on commit 7f3ef44

Please sign in to comment.