Merge branch 'develop' into travis/ft-sep1620/04-jitsi-hangup
This commit is contained in:
commit
9df175212e
144 changed files with 3643 additions and 1968 deletions
|
@ -99,7 +99,7 @@ function HangupButton(props) {
|
|||
return;
|
||||
}
|
||||
|
||||
const call = CallHandler.getCallForRoom(props.roomId);
|
||||
const call = CallHandler.sharedInstance().getCallForRoom(props.roomId);
|
||||
if (!call) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue