Rohit Krishnan
Rohit Krishnan
My own application built with jitsi electron sdk. Electron logs show the error from this [function block](https://github.com/jitsi/lib-jitsi-meet/blob/master/JitsiConference.js#L1144) The function block comment says they have to add support for multiple video...
This is the config used to initialize lib-jitsi-meet ```js var config = { hosts: { domain: 'example.com', muc: 'conference.example.com' }, // BOSH URL. FIXME: use XEP-0156 to discover it. bosh:...
I'm not using the docker release. These are the versions of the jitsi packages I have installed. ```bash dpkg -l | grep jitsi ii jitsi-meet 2.0.8719-1 all WebRTC JavaScript video...
I tried with the following simplified config. ``` var config = { hosts: { domain: 'example.com', muc: 'conference.example.com' }, // BOSH URL. FIXME: use XEP-0156 to discover it. bosh: '//example.com/http-bind',...