diff --git a/src/components/structures/RoomStatusBar.js b/src/components/structures/RoomStatusBar.js
index ca50e1071a..95631e304d 100644
--- a/src/components/structures/RoomStatusBar.js
+++ b/src/components/structures/RoomStatusBar.js
@@ -194,8 +194,9 @@ module.exports = React.createClass({
}
if (this.props.hasActiveCall) {
+ var TintableSvg = sdk.getComponent("elements.TintableSvg");
return (
-
+