Peek group calls when opening conversations and leaving calls
This commit is contained in:
parent
5ce26eb91a
commit
f5a4cd9ce8
13 changed files with 202 additions and 373 deletions
|
@ -60,7 +60,7 @@ const defaultCall: ActiveCallType = {
|
|||
const createProps = (overrideProps: Partial<PropsType> = {}): PropsType => ({
|
||||
activeCall: overrideProps.activeCall || defaultCall,
|
||||
getGroupCallVideoFrameSource: fakeGetGroupCallVideoFrameSource,
|
||||
hangUp: action('hang-up'),
|
||||
hangUpActiveCall: action('hang-up-active-call'),
|
||||
hasLocalVideo: boolean('hasLocalVideo', overrideProps.hasLocalVideo || false),
|
||||
i18n,
|
||||
setGroupCallVideoRequest: action('set-group-call-video-request'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue