1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

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
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;
}