Possible to stream video of webpage through Discord.js bot?
Hello! I'd like to create a bot that can stream a live view of an HTML5 canvas during a call. Is this at all possible? If so, can anyone point me in the right direction? Or is it only possible through self-botting?
Thank you in advance!
8 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
- ✅
Marked as resolved by staffFor more context, I'm interested in creating a bot to assist with a tabletop campaign, and I'd love for it to be able to stream our map using the bot's database.
adding to ⬆️ you could use embedded app sdk to achieve a similar result
Thanks so much for the answer, I appreciate it!
Do you mind pointing me in the direction of some reading to get started? I'm curious about how this could be implemented :ztmochabowing:
Is that like creating an activity?
yes
Discord Developer Portal
Discord Developer Portal — API Docs for Bots and Developers
Integrate your service with Discord — whether it's a bot or a game or whatever your wildest imagination can come up with.
Awesome, thank you !