Call link admin key fix and in-call approve, deny, remove
This commit is contained in:
parent
5df8924197
commit
8ec585d54c
20 changed files with 599 additions and 43 deletions
|
@ -100,6 +100,7 @@ describe('state/selectors/calling', () => {
|
|||
localDemuxId: undefined,
|
||||
peekInfo: {
|
||||
acis: [ACI_1],
|
||||
pendingAcis: [],
|
||||
creatorAci: ACI_1,
|
||||
maxDevices: Infinity,
|
||||
deviceCount: 1,
|
||||
|
@ -180,6 +181,7 @@ describe('state/selectors/calling', () => {
|
|||
...incomingGroupCall,
|
||||
peekInfo: {
|
||||
acis: [],
|
||||
pendingAcis: [],
|
||||
maxDevices: Infinity,
|
||||
deviceCount: 1,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue