Hide participant list button on direct calls
This commit is contained in:
parent
9f13fd7484
commit
5284497d4d
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ export const CallingHeader = ({
|
|||
<div className="module-ongoing-call__header-message">{message}</div>
|
||||
) : null}
|
||||
<div className="module-calling-tools">
|
||||
{participantCount ? (
|
||||
{isGroupCall && participantCount ? (
|
||||
<div className="module-calling-tools__button">
|
||||
<Tooltip
|
||||
content={i18n('calling__participants', [String(participantCount)])}
|
||||
|
|
Loading…
Reference in a new issue