It would be more flexible if the parameters could be configured, most importantly the port.
Potential solutions:
We should find out what happens if we install Janus without the janus.transport.websockets.jcfg file. Maybe it can then be provided by the user afterwards.
The file could be placed by the user beforehand, and then the Debian package would only create one if it’s not there yet.
The network parameters for the Janus websocket are currently hardcoded to
127.0.0.1:8002
.It would be more flexible if the parameters could be configured, most importantly the port.
Potential solutions:
janus.transport.websockets.jcfg
file. Maybe it can then be provided by the user afterwards.