Hi,
I have installed openfire 3.9.1 and jitsivideobridge officially.
Here is my config.js file :
var config = {
hosts: {
domain: 'openfire.devagipi.local',
muc: 'conference.openfire.devagipi.local', // FIXME: use XEP-0030
bridge: 'jitsi-videobridge.openfire.devagipi.local' // FIXME: use XEP-0030
},
useIPv6: false, // ipv6 support. use at your own risk
useNicks: false,
useWebsockets: false,
resolution: "360",
bosh: window.location.protocol + "//" + window.location.host + '/http-bind/' // FIXME: use xep-0156 for that
};
Can't understand why I cannot share my screen. When I click on screeshare button, I have only a big black screen and, one small screen on bottom with myvideo. Moreover, when I send the link to my friend he is connected to a room and alone, and cannot join my room......
Thanks Dele for your help.