Get conf calling working, apart from the end call button showing in the right room.

This commit is contained in:
David Baker 2015-09-30 18:22:15 +01:00
parent 94a6f856d1
commit 3845a989f6
3 changed files with 21 additions and 5 deletions

View file

@ -20,7 +20,7 @@ var React = require('react');
var sdk = require('matrix-react-sdk')
var CallViewController = require(
"matrix-react-sdk/lib/controllers/molecules/voip/CallView"
"../../../../../controllers/molecules/voip/CallView"
);
module.exports = React.createClass({