mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
show ongoing audio call in LeftPanel
This commit is contained in:
parent
37c46cf02f
commit
eaf47ea05c
@ -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} />
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user