startCall: wait for startOutgoingDirectCall before updating lobby
This commit is contained in:
parent
b066d04817
commit
bb250d4fb5
2 changed files with 3 additions and 3 deletions
|
@ -1220,7 +1220,7 @@ function startCall(
|
|||
return async (dispatch, getState) => {
|
||||
switch (payload.callMode) {
|
||||
case CallMode.Direct:
|
||||
calling.startOutgoingDirectCall(
|
||||
await calling.startOutgoingDirectCall(
|
||||
payload.conversationId,
|
||||
payload.hasLocalAudio,
|
||||
payload.hasLocalVideo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue