Get conf calling working, apart from the end call button showing in the right room.
This commit is contained in:
parent
94a6f856d1
commit
3845a989f6
3 changed files with 21 additions and 5 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue