Block users from joining call links

This commit is contained in:
ayumi-signal 2024-06-28 17:13:20 -07:00 committed by GitHub
parent 71ae6ea93a
commit 4ae563cc95
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 137 additions and 5 deletions

View file

@ -437,6 +437,7 @@ export const SmartCallManager = memo(function SmartCallManager() {
declineCall,
openSystemPreferencesAction,
removeClient,
blockClient,
sendGroupCallRaiseHand,
sendGroupCallReaction,
setGroupCallVideoRequest,
@ -464,6 +465,7 @@ export const SmartCallManager = memo(function SmartCallManager() {
activeCall={activeCall}
approveUser={approveUser}
availableCameras={availableCameras}
blockClient={blockClient}
bounceAppIconStart={bounceAppIconStart}
bounceAppIconStop={bounceAppIconStop}
callLink={callLink}