Update Client show error correctly

This commit is contained in:
Sergiu Toma 2023-02-08 03:46:38 +02:00
parent fadf65c184
commit bf18906cb7

View File

@ -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 () => {