I have a community-based website and I’d like to add a text and video-chat feature to it. I’d like it to be text-first and video second, so you don’t have to be streaming to be in the room and for the main part, to be text. Everything I find is video-only. I can host the video streaming data myself.
IRC could work as a backend for text chat, Twitch based their chat system on that and heavily modified things. Jitsi, or Jami support video out of the box. Could probably also roll your own with XMPP and WebRTC
As much as I love IRC, it’s a terribly insecure platform and I’m trying to avoid rolling my own if I can help it, but yeah WebRTC support would be necessary. Do Jitsi support text now, it’s always appeared video first to me?