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