Reputation: 103
hi im trying to create a bot to stream videos in discord voice chat
but i cant find any docs for video streaming
does anyone know about this?
Upvotes: 1
Views: 2045
Reputation: 2286
Bots cannot stream anything other than audio on a voice channel.
Discord's REST - based API all the libraries such as discord.py, discord.js, Eris, etc, are based upon does not provide an endpoint for bot applications to stream in voicechannels as of now, although there is a self-video option in the voice structure it is not available to bots.
Upvotes: 4