Useful to be able to hang up rather than close the window.
This commit is contained in:
parent
8dd58d7e5c
commit
d270756443
1 changed files with 3 additions and 1 deletions
|
@ -419,7 +419,9 @@ export function InCallView({
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
buttons.push(<HangupButton key="6" onPress={onLeave} />);
|
buttons.push(
|
||||||
|
<HangupButton key="6" onPress={onLeave} data-testid="incall_leave" />
|
||||||
|
);
|
||||||
footer = <div className={styles.footer}>{buttons}</div>;
|
footer = <div className={styles.footer}>{buttons}</div>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue