Looks good!
But it's unfortunately just another "non-self-hosted" solution. Which is of course not your problem. But if you really like to offer privacy to your users, like us, we need a self-hosted solution, so no calls goes to or over foreign servers. Even the loading of the app itself is a problem.
Yeah I can understand that. This early version requires calls be routed via a server, but being webrtc it can be P2P. We'd like to provide recording and transcription in the near future (with the appropriate user permissions).
Down the track I believe we can deliver a self-hosted solution.
Yeah, I mean, it is not a problem to have a server, it just must be ours. :) And paying for a self-hosted solution is also not the problem. We just cannot give up our users privacy, so all the request needs to go to our domains and servers.
You can also use Smidge without sending us any PII, but obviously segmentation will be limited.
Also in the next couple of weeks, with just a user id, you will be able to place a call directly from Zendesk (for example) without us knowing anything about the user.
Yep absolutely. You bucket users on your end and just pass through the user Id and the segment name. Then mirror the segment as call groups on our end e.g. segment='high value'
This looks very promising! Do you think it is a good idea to install the development environment in a lxd container and run it in production? Because I could not find any documentation for self-hosting it. Just the heruko docs..
Hey, I'm currently working on installing this for our company as internal tool. I wouldn't know. But yeah, I'm kinda doing the same and maybe using dokku/ledokku to manage my own heroku-like infra
It is a nice project, but the docs need some love. You can also hire premium support for 30usd/month directly from the creator of the project, which I'm sure would happily help you with your prod deployment!
You have also development docs on docker / ubuntu / mac / win!