Update calling raise hand button order

This commit is contained in:
ayumi-signal
2024-03-20 13:58:33 -07:00
committed by GitHub
parent 091b50c414
commit 703d5a97e3

View File

@@ -884,14 +884,6 @@ export function CallScreen({
onClick={toggleAudio}
tooltipDirection={TooltipPlacement.Top}
/>
<CallingButton
buttonType={presentingButtonType}
i18n={i18n}
onMouseEnter={onControlsMouseEnter}
onMouseLeave={onControlsMouseLeave}
onClick={togglePresenting}
tooltipDirection={TooltipPlacement.Top}
/>
{isGroupCallRaiseHandEnabled && raiseHandButtonType && (
<CallingButton
buttonType={raiseHandButtonType}
@@ -902,6 +894,14 @@ export function CallScreen({
tooltipDirection={TooltipPlacement.Top}
/>
)}
<CallingButton
buttonType={presentingButtonType}
i18n={i18n}
onMouseEnter={onControlsMouseEnter}
onMouseLeave={onControlsMouseLeave}
onClick={togglePresenting}
tooltipDirection={TooltipPlacement.Top}
/>
{isGroupCallReactionsEnabled && reactButtonType && (
<div
className={classNames('CallControls__ReactButtonContainer', {