Update Client show error correctly
This commit is contained in:
parent
fadf65c184
commit
bf18906cb7
@ -377,7 +377,8 @@ const connectSendTransport = async () => {
|
||||
// Enable Close call button
|
||||
const closeCallBtn = document.getElementById('btnCloseCall');
|
||||
closeCallBtn.removeAttribute('disabled');
|
||||
consume()
|
||||
// consume()
|
||||
createRecvTransport()
|
||||
}
|
||||
|
||||
const createRecvTransport = async () => {
|
||||
|
Loading…
Reference in New Issue
Block a user