Move position of incoming call buttons.
This commit is contained in:
parent
50edc619af
commit
6b81022e28
6 changed files with 125 additions and 18 deletions
|
@ -33,18 +33,6 @@ module.exports = React.createClass({
|
|||
var callButtons;
|
||||
if (this.state) {
|
||||
switch (this.state.call_state) {
|
||||
case "ringing":
|
||||
callButtons = (
|
||||
<div>
|
||||
<div className="mx_RoomHeader_button" onClick={this.onAnswerClick}>
|
||||
YUP
|
||||
</div>
|
||||
<div className="mx_RoomHeader_button" onClick={this.onHangupClick}>
|
||||
NOPE
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
break;
|
||||
case "ringback":
|
||||
case "connected":
|
||||
callButtons = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue