We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: