bkad / prat

group chat with markdown served over websockets
11 stars 6 forks source link

Support video/audio chat sessions. #49

Open cespare opened 11 years ago

cespare commented 11 years ago

Thanks to @tobert for pointing this out. It would be stupid easy to support conference calls a la Campfire using Tropo:

https://www.tropo.com/docs/scripting/creating_conference_call.htm

bkad commented 11 years ago

I'm content to wait for WebRTC.

mdietz commented 11 years ago

I'm working on a WebRTC solution for voice / video chat (and maybe off-the-record p2p private chats as a reach goal). Pushing updates to this branch: https://github.com/bkad/oochat/tree/WebRTC

cespare commented 11 years ago

Oh you.