The feature is available, but not found nothing informations about it!
Yeah, there will be a section for this in the guide.
For now though, sending video is supported but you will need to run with Google Chrome instead of the default Chromium. To do this, just set the executablePath option for puppeteer to point to your chrome installation.
const client = new Client({
puppeteer: {
executablePath: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome',
}
});
Note that this is the executablePath if you鈥檙e on Mac and have installed chrome in the default location, but it鈥檚 different for other OSes and install locations.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Most helpful comment
Yeah, there will be a section for this in the guide.
For now though, sending video is supported but you will need to run with Google Chrome instead of the default Chromium. To do this, just set the
executablePathoption for puppeteer to point to your chrome installation.Note that this is the executablePath if you鈥檙e on Mac and have installed chrome in the default location, but it鈥檚 different for other OSes and install locations.