Add comment

pull/21833/head
Richard Lewis 2017-06-27 11:39:20 +01:00
parent 1f1352786f
commit 63b1250385
1 changed files with 1 additions and 0 deletions

View File

@ -166,6 +166,7 @@ export default class MessageComposer extends React.Component {
// if (!appsStateEvent.videoConf) {
// appsStateEvent.videoConf = {
// type: 'jitsi',
// // FIXME -- This should not be localhost
// url: 'http://localhost:8000/jitsi.html',
// data: {
// confId: this.props.room.roomId.replace(/[^A-Za-z0-9]/g, '_') + Date.now(),