Make startCallLobby resilient to re-entrant calls
This commit is contained in:
parent
be4036f4ab
commit
b9cd858ec7
6 changed files with 498 additions and 150 deletions
|
@ -62,6 +62,7 @@ describe('state/selectors/calling', () => {
|
|||
const stateWithActiveDirectCall: CallingStateType = {
|
||||
...stateWithDirectCall,
|
||||
activeCallState: {
|
||||
state: 'Active',
|
||||
callMode: CallMode.Direct,
|
||||
conversationId: 'fake-direct-call-conversation-id',
|
||||
hasLocalAudio: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue