show ongoing audio call in LeftPanel

pull/2056/head
Matthew Hodgson 2016-09-01 00:13:49 +01:00
parent 37c46cf02f
commit eaf47ea05c
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ var LeftPanel = React.createClass({
var CallView = sdk.getComponent('voip.CallView');
callPreview = (
<CallView
className="mx_LeftPanel_callView" onClick={this.onCallViewClick}
className="mx_LeftPanel_callView" showVoice={true} onClick={this.onCallViewClick}
ConferenceHandler={VectorConferenceHandler} />
);
}