You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of the approch shown on home page if I use puppeteer directly getStream fails and recording does not start. If I use approch on
home page resolution handling is very hard. Is there a way to get this working?
Instead of the approch shown on home page if I use puppeteer directly
getStream
fails and recording does not start. If I use approch onhome page resolution handling is very hard. Is there a way to get this working?
`const browser = await puppeteer.launch({ headless: true });
const page = await browser.newPage();
await page.goto(url);
await page.setViewport({
width: 1080,
height: 720,
});
const stream = await getStream(page, { audio: true, video: true });`
The text was updated successfully, but these errors were encountered: