briefing icon indicating copy to clipboard operation
briefing copied to clipboard

feature request: real "calls" (with ring, etc.)

Open bam80 opened this issue 2 months ago • 2 comments

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.

bam80 avatar Nov 16 '25 22:11 bam80

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 ;)

Image

holtwick avatar Nov 16 '25 22:11 holtwick

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).

bam80 avatar Nov 16 '25 23:11 bam80