fix (frontend-assist): fix call end after 5 sec
This commit is contained in:
parent
6e5164a036
commit
c11251013c
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ export default class AssistManager {
|
|||
});
|
||||
|
||||
const intervalID = setInterval(() => {
|
||||
if (!conn.open) {
|
||||
if (!conn.open && getState().calling !== CallingState.Requesting) {
|
||||
this.md.setMessagesLoading(true);
|
||||
this.assistentCallEnd();
|
||||
update({ peerConnectionStatus: ConnectionStatus.Disconnected })
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue