Adding fallback to unauthenticated Jitsi
This commit is contained in:
parent
260b0ea408
commit
16d1c2354e
6 changed files with 30 additions and 8 deletions
|
@ -612,7 +612,7 @@ class SocketManager {
|
|||
"aud": "jitsi",
|
||||
"iss": "meetworkadventure",
|
||||
"sub": "coremeet.workadventu.re",
|
||||
"room": "*"
|
||||
"room": room
|
||||
}, SECRET_JITSI_KEY, {
|
||||
expiresIn: '1d',
|
||||
algorithm: "HS256",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue