Update calling raise hand button order
This commit is contained in:
parent
091b50c414
commit
703d5a97e3
1 changed files with 8 additions and 8 deletions
|
@ -884,14 +884,6 @@ export function CallScreen({
|
||||||
onClick={toggleAudio}
|
onClick={toggleAudio}
|
||||||
tooltipDirection={TooltipPlacement.Top}
|
tooltipDirection={TooltipPlacement.Top}
|
||||||
/>
|
/>
|
||||||
<CallingButton
|
|
||||||
buttonType={presentingButtonType}
|
|
||||||
i18n={i18n}
|
|
||||||
onMouseEnter={onControlsMouseEnter}
|
|
||||||
onMouseLeave={onControlsMouseLeave}
|
|
||||||
onClick={togglePresenting}
|
|
||||||
tooltipDirection={TooltipPlacement.Top}
|
|
||||||
/>
|
|
||||||
{isGroupCallRaiseHandEnabled && raiseHandButtonType && (
|
{isGroupCallRaiseHandEnabled && raiseHandButtonType && (
|
||||||
<CallingButton
|
<CallingButton
|
||||||
buttonType={raiseHandButtonType}
|
buttonType={raiseHandButtonType}
|
||||||
|
@ -902,6 +894,14 @@ export function CallScreen({
|
||||||
tooltipDirection={TooltipPlacement.Top}
|
tooltipDirection={TooltipPlacement.Top}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
<CallingButton
|
||||||
|
buttonType={presentingButtonType}
|
||||||
|
i18n={i18n}
|
||||||
|
onMouseEnter={onControlsMouseEnter}
|
||||||
|
onMouseLeave={onControlsMouseLeave}
|
||||||
|
onClick={togglePresenting}
|
||||||
|
tooltipDirection={TooltipPlacement.Top}
|
||||||
|
/>
|
||||||
{isGroupCallReactionsEnabled && reactButtonType && (
|
{isGroupCallReactionsEnabled && reactButtonType && (
|
||||||
<div
|
<div
|
||||||
className={classNames('CallControls__ReactButtonContainer', {
|
className={classNames('CallControls__ReactButtonContainer', {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue