Use flag for calling raise hand
This commit is contained in:
parent
03406b15fa
commit
ad3366fa5c
7 changed files with 27 additions and 1 deletions
|
@ -88,6 +88,7 @@ const createProps = (storyProps: Partial<PropsType> = {}): PropsType => ({
|
|||
i18n,
|
||||
incomingCall: null,
|
||||
callLink: storyProps.callLink ?? undefined,
|
||||
isGroupCallRaiseHandEnabled: true,
|
||||
me: {
|
||||
...getDefaultConversation({
|
||||
color: AvatarColors[0],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue