admwx7 / portfolio

A portfolio website to house a blog and information about my current and past projects
GNU General Public License v3.0
2 stars 0 forks source link

Audio/Video streaming #41

Open admwx7 opened 4 years ago

admwx7 commented 4 years ago

Once players are part of a session, we need to utilize WebRTC over a TURN server to allow bi-directional audio/video streaming between all of the players in a session.

admwx7 commented 4 years ago

Another option for handling voice/video is to tie into discord, could also use their chat which gives access to avrae for rolling and such, tying much deeper into the D&D ecosystem.

https://discord.com/developers/docs/topics/voice-connections#establishing-a-voice-udp-connection https://github.com/discord/discord-api-docs/issues/1647 https://github.com/discordjs/discord.js/issues/4340 https://github.com/discordjs/discord.js/pull/4346