[REGRESSION] Jitsi Call doesn't send message link (#2277)
This commit is contained in:
parent
f3b02a6a88
commit
146babc3dd
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue