Update calling raise hand button order
This commit is contained in:
@@ -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', {
|
||||||
|
Reference in New Issue
Block a user