Skip to content

Commit

Permalink
Merge branch 'develop' into improvement.sort-native
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolmello authored Jul 10, 2020
2 parents 0fb39e4 + 146babc commit aa08ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/rocketchat.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit aa08ff0

Please sign in to comment.