Timur Mehrvarz

Results 41 comments of Timur Mehrvarz

Thank you. I am not using docker and I am therefor not qualified to create such an image. Shall we work on this together?

Go executables are standalone and self-contained. Once you have a working WebCall executable, there should be no Go-specific issues. > standard_init_linux.go:228: exec user process caused: exec format error This is...

Use the browser client and look for err messages in the JS console. EXPOSE 8067 is probably not sufficient. You also need to let wsPort (8071) through. And at some...

WebCall server supports (optional) external http(s) proxying, but not for websocket connections. External websocket proxies interfere with always-on connected websocket clients. For a secure setup, the WebCall server needs access...

File structure: Read-only components: webcall executable + webroot folder (html + js). You need an external folder for config.ini, db folder, 2 certificate files and (optionally) a backupdb.sh. WebCall generates...

Hi. Can you think of a secure method to implement this, without storing email addresses on the server?

Letting users change their pw while they are still connected is easily doable. (But would allow someone with access to your device to change the pw, too.) Letting an operator...

> app only make connections through tcp RTC over TCP through NAT is not technically possible. If you mean TCP over TURN: Routine (frequent) use of TURN is discouraged due...

> Countries like Kazakhstan, china, Syria, Lebanon, Afghanistan, india, Iran and many more that they called enemies of the internet. When I call people in (some of) these countries, it...

Hi. It is not only the audio signal (ring tone). When a call arrives, the screen will turn on and the WebCall activity will jump to the front, where you...