show ongoing audio call in LeftPanel

This commit is contained in:
Matthew Hodgson 2016-09-01 00:13:49 +01:00
parent 37c46cf02f
commit eaf47ea05c

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} />
);
}