Skip to content

Playing audio on fake mic of puppeteer  #882

@Sandeep-Zedblock

Description

@Sandeep-Zedblock

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions