Hi,
sorry for late reply, I was on vacation.
Linphone-js needs no daemon process, in runs completely in browser process as extension or shared library. Linphone core is designed for this purpose, as the core is a library with sth like exported functions, which control the core. Then you can write GUI which just calls these functions, or a cli app, or as I did a browser extension.
For this reason, it's not possible to use linphone's GUI client together with JS binding (linphone gui app which is controlled from JS), user interface must be impelemented completely in JS.
If you have more questions, don't hesitate to contact me, I'll try to answer them.
Jan Dolecek
juzna.cz@
gmail.com