Update callId update

This commit is contained in:
Sergiu Toma 2021-02-17 14:13:08 +02:00
parent 2c13b988f3
commit 017fe0881c
1 changed files with 0 additions and 7 deletions

View File

@ -266,13 +266,6 @@ class App extends Component {
origin_asset_name: this.state.user.name,
video_call_id: this.state.callId
}));
// var userToCall = document.getElementById('calluser').value
// remoteUser = userToCall
// document.getElementById('invitestatus').innerHTML = " INVITATIE TRIMISA"
// document.getElementById('loadingOverlay').style.display = "block"
// var x = document.getElementById('calluser');
// x.style.display = "none";
// socket.emit('call', userToCall)
}
closeVideo = () => {