Move position of incoming call buttons.

This commit is contained in:
Kegan Dougal 2015-07-16 16:32:11 +01:00
parent 50edc619af
commit 6b81022e28
6 changed files with 125 additions and 18 deletions

View file

@ -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 = (