Merge branch 'develop' into travis/ft-sep1620/04-jitsi-hangup

This commit is contained in:
Travis Ralston 2020-09-28 13:43:47 -06:00
commit 9df175212e
144 changed files with 3643 additions and 1968 deletions

View file

@ -99,7 +99,7 @@ function HangupButton(props) {
return;
}
const call = CallHandler.getCallForRoom(props.roomId);
const call = CallHandler.sharedInstance().getCallForRoom(props.roomId);
if (!call) {
return;
}