Show raise hand status in call participant list
This commit is contained in:
parent
23e3883ce0
commit
52d267f7b8
6 changed files with 76 additions and 51 deletions
|
@ -114,20 +114,18 @@ export function CallingRaisedHandsList({
|
|||
/>
|
||||
)}
|
||||
</div>
|
||||
<div className="module-calling-participants-list__status">
|
||||
{localHandRaised &&
|
||||
ourServiceId &&
|
||||
participant.serviceId === ourServiceId && (
|
||||
<button
|
||||
className="CallingRaisedHandsList__LowerMyHandLink"
|
||||
type="button"
|
||||
onClick={onLowerMyHand}
|
||||
>
|
||||
{i18n('icu:CallControls__RaiseHands--lower')}
|
||||
</button>
|
||||
)}
|
||||
<div className="CallingRaisedHandsList__NameHandIcon" />
|
||||
</div>
|
||||
{localHandRaised &&
|
||||
ourServiceId &&
|
||||
participant.serviceId === ourServiceId && (
|
||||
<button
|
||||
className="CallingRaisedHandsList__LowerMyHandLink"
|
||||
type="button"
|
||||
onClick={onLowerMyHand}
|
||||
>
|
||||
{i18n('icu:CallControls__RaiseHands--lower')}
|
||||
</button>
|
||||
)}
|
||||
<div className="module-calling-participants-list__status-icon CallingRaisedHandsList__NameHandIcon" />
|
||||
</li>
|
||||
))}
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue