We've been working on this tool for the past month. It's super easy to use (just click and go!) and can hold up to 9 people in video / audio chat.
We're now starting to focus more on team collaboration. So if you look at the product in the left pane, we are working on adding more features to the codepad and the Presentation mode, as well as more collaboration tools.
Let me know what you guys think of the product and what additions to it would be awesome to see!
Random little things off the top of my head:
1) the left hand collaborative notepad is an awesome idea, this is very cool. Maybe don't need line numbers in the plaintext mode though? Can't really tell what the other formats allow either, just syntax highlighting? Would maybe be neat if they were rendered in the appropriate formats?
2) Let us pay for it! No seriously, I want this to live!
3) Will there be logins or always just dynamic? Maybe save an email address in a cookie and use gravatars?
4) If using email addresses having a way to send the 'codepad' to all participants would be a good way to send out meeting notes / todos.
5) No kill/yank support in the editor! :(
That's all off the top of my head, but super cool! We'll try it out for our next team meeting.
- Private rooms with an owner - Persistent rooms (once everyone leaves, all the content is lost) - Outbound calling to real phone numbers (let us call out to a conference line, or someone's cell phone)
Heck or even INBOUND calling directly to a room. Our team uses Join.me frequently, and while our dev team all have their own "rooms" (so if Bob needs to have a meeting with a few devs in Chicago, he can just throw join.me/bob at them) I've long wanted to be able to just call a number and get thrown right into the audio stream.
We're using ReactJS with Redux which is really nice. It lets us pass data effortlessly and the whole ReactJS paradigm is just great.
We're using a couple of services -- Firebase to handle our coderpad and Sendbird to handle our chat.
Then we're using pretty vanilla webRTC to a server, so the peer connections aren't peer to peer, but peer to server to peer. This makes scalability better as well as connectivity (one guy who has really slow internet won't affect the group as much).
Then our application server is a simple NodeJS server that manages each individual room.
Proof (NSFW): https://getnando.com/showhn (in case it gets fixed or if you are at work - as soon as the comments load, it redirects to an adult website)
Like this for example:
We'll make posts about product updates and roadmap things and probably answer questions about our tech stack and how we did specific things.
I didn't get a chance to try the video conferencing, but I'm assuming it'll be pretty good(?)
Quick question. If I want to do a presentation to say 50 or 60 people, will they be able to at least see what i am sharing in the presentation or will they receive audio only?
Everyone is able to see everything in the presentation area. We are working on being able to make the presentation area synced for everyone, so if you click on something, then it should show for everyone.
What's the revenue model? Don't want to move to this to only have it either disappear or go all enterprise pricing on us.
Either way, kudos!
Fast and snappy, at least with 5 video participants.
I'd like to test a ten person meeting, all with video, though.