Electron webapp for 3CX on Linux
Clone this repository
git clone https://github.com/kaipee/3cx-linux-electron.git
Edit main.js
and insert your 3CX Webclient address
win.loadURL('https://<yourclientaddress>/webclient')
Example
win.loadURL('https://test.3cx.uk:2096/webclient')
electron ./main.js