[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 Diego Mello
parent 0ecfe0f780
commit 8142851fde
1 changed files with 1 additions and 1 deletions

View File

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