[REGRESSION] Jitsi Call doesn't send message link (#2277)

This commit is contained in:
Djorkaeff Alexandre 2020-07-10 09:52:03 -03:00 committed by GitHub
parent f3b02a6a88
commit 146babc3dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ const RocketChat = {
updateJitsiTimeout(roomId) { updateJitsiTimeout(roomId) {
// RC 0.74.0 // RC 0.74.0
return this.post('jitsi.updateTimeout', { roomId }); return this.post('video-conference/jitsi.update-timeout', { roomId });
}, },
register(credentials) { register(credentials) {