You've already forked matrix-react-sdk
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:
@@ -99,7 +99,7 @@ function HangupButton(props) {
|
||||
return;
|
||||
}
|
||||
|
||||
const call = CallHandler.getCallForRoom(props.roomId);
|
||||
const call = CallHandler.sharedInstance().getCallForRoom(props.roomId);
|
||||
if (!call) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user