Animate call link join requests

This commit is contained in:
ayumi-signal 2024-09-24 11:33:58 -07:00 committed by GitHub
parent 7e9773a144
commit e51cde1770
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 117 additions and 15 deletions

View file

@ -858,7 +858,7 @@ export function CallScreen({
renderRaisedHandsToast={renderRaisedHandsToast}
i18n={i18n}
/>
{pendingParticipants.length ? (
{isCallLinkAdmin ? (
<CallingPendingParticipants
i18n={i18n}
participants={pendingParticipants}