Show HN: Room.sh – a simple online meeting space
11–15 of 15 posts
Re: Show HN: Room.sh – a simple online meeting space
#12Hey HN, co-founder of room.sh here, happy to answer any questions. We started out building online tools for education but soon began using them to have our own meetings. Behind the scenes, things are powered by a CRDT (specifically, https://github.com/y-js/yjs ) and we're using Janus as a WebRTC SFU. It's not peer to peer, but this brings some advantages (simplicity, more reliable connections, better support for larg…
That's cool. How many people can be present simultaneously in the meeting at most?
We've got a pretty long pipeline of features, one of them includes a better setup for things like webinars, with one presenter and a large number of consumers.
Re: Show HN: Room.sh – a simple online meeting space
#13One feature that's either missing or I just couldn't find was screen sharing. It's my understanding that screen sharing can be done with WebRTC on modern browsers (except Safari?) Other than that, this looks really fantastic.
Hey Lowkeyloki, if your browser supports it, you should be able to find the Share Screen button in the bottom left-hand corner of your video feed (the monitor icon).
Re: Show HN: Room.sh – a simple online meeting space
#14Re: Show HN: Room.sh – a simple online meeting space
#15Since I've seen the latter behavior more frequently it seems to be the more intuitive/usable option, though that's just my experience.