Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Playing audio on fake mic of puppeteer #882

Open
Sandeep-Zedblock opened this issue Mar 30, 2024 · 0 comments
Open

Playing audio on fake mic of puppeteer #882

Sandeep-Zedblock opened this issue Mar 30, 2024 · 0 comments

Comments

@Sandeep-Zedblock
Copy link

i have join the google meet using puppeteer on a server

now i want to play a audio using mic of puppeteer browser

const browser = await launch(puppeteer, {
headless: true,
args: [
"--no-sandbox",
"--disable-setuid-sandbox",
"--use-fake-device-for-media-stream",
],

userDataDir,
});

i tried play audio in the page using page.evaluate it's playing audio but it's only audible in that tab not to other member of google meet

so how to play audio i a way it can be audible to everyone in google meet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant