Hi
I have deployed a customized jitsi meet. if i try to join a same conference room with multiple participants, both participants can join the meeting but both are in separate meetings individually. Can you help to fix this ?
Atteaching my config,js here
var config = {
// Connection
//
hosts: {
// XMPP domain.
domain: 'xx.yy.com',
// When using authentication, domain for guest users.
// anonymousdomain: 'guest.example.com',
// Domain for authenticated users. Defaults to <domain>.
// authdomain: 'xx.yy.com',
// Focus component domain. Defaults to focus.<domain>.
focus: 'focus.xx.yy.com',
// XMPP MUC domain. FIXME: use XEP-0030 to discover it.
muc: 'conference.' + subdomain + 'xx.yy.com',
},
// BOSH URL. FIXME: use XEP-0156 to discover it.
bosh: '//xx.yy.com/' + subdir + 'http-bind',
// Websocket URL (XMPP)
// websocket: 'wss://xx.yy.com/' + subdir + 'xmpp-websocket',
// The real JID of focus participant - can be overridden here
// Do not change username - FIXME: Make focus username configurable
// https://github.com/jitsi/jitsi-meet/issues/7376
have also updated in webpack.config.js.
I dont have any errors in prosody,jicofo and jvb.
in nginx i’m getting this error
2023/05/06 16:55:32 [crit] 43009#43009: *1469 SSL_do_handshake() failed (SSL: error:0A00006C:SSL routines::bad key share) while SSL handshaking, client: 87.236.176.52, server: 0.0.0.0:443
2023/05/06 19:51:38 [crit] 43009#43009: *1494 SSL_do_handshake() failed (SSL: error:0A00006C:SSL routines::bad key share) while SSL handshaking, client: 64.62.197.226, server: 0.0.0.0:443
Can you help me to find the issue ?