feature request: real "calls" (with ring, etc.)
I would like to see some kind of real calls implementation, where one user can call to the other if he knows his identity. Effectively, this would remind SIP client functionality, but with new technologies.
Here is an example: https://github.com/miroslavpejic85/call-me Note it's still not a full featured calls there, as:
- the app doesn't support WebPush so can't receive calls if closed, and the only calls possible is to clients who are currently online.
- no support of accounts registration, so no real authentication for clients, I guess.
Thanks for sharing the idea. I'll take a look.
There is a web push implementation in beta.brie.fi already. It should also work when no page is open. You can register for a room and if someone enters you get a push.
Although might be buggy right now, but that's the idea ;)
Yes, I know and that is very good, thanks. What I mean the other app I referenced doesn't have that, so I see your app as a real competitor (https://github.com/miroslavpejic85/call-me has some kind of "calls", though).