show ongoing audio call in LeftPanel
This commit is contained in:
parent
37c46cf02f
commit
eaf47ea05c
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ var LeftPanel = React.createClass({
|
||||||
var CallView = sdk.getComponent('voip.CallView');
|
var CallView = sdk.getComponent('voip.CallView');
|
||||||
callPreview = (
|
callPreview = (
|
||||||
<CallView
|
<CallView
|
||||||
className="mx_LeftPanel_callView" onClick={this.onCallViewClick}
|
className="mx_LeftPanel_callView" showVoice={true} onClick={this.onCallViewClick}
|
||||||
ConferenceHandler={VectorConferenceHandler} />
|
ConferenceHandler={VectorConferenceHandler} />
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue