Auto-place a video call if the conf notification is clicked
This commit is contained in:
parent
2b65b4c2dc
commit
f89fbffe89
2 changed files with 9 additions and 1 deletions
|
@ -179,7 +179,7 @@ module.exports = React.createClass({
|
|||
var conferenceCallNotification = null;
|
||||
if (this.state.displayConfCallNotification) {
|
||||
conferenceCallNotification = (
|
||||
<div className="mx_RoomView_ongoingConfCallNotification">
|
||||
<div className="mx_RoomView_ongoingConfCallNotification" onClick={this.onConferenceNotificationClick}>
|
||||
Ongoing conference call
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue