Block users from joining call links
This commit is contained in:
parent
71ae6ea93a
commit
4ae563cc95
9 changed files with 137 additions and 5 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue