Fix empty capture spectrum check

This commit is contained in:
Georgi Gerganov
2018-05-05 10:14:34 +03:00
parent db1c128f56
commit 948ba4e64d
2 changed files with 5 additions and 3 deletions

View File

@@ -538,6 +538,8 @@ function checkRxForPeerData() {
lastReceiverAnswerSDP = '{"type":"answer","sdp":'+JSON.stringify(writeSDP(res))+'}';
playSound("/media/open-ended");
peerInfo.innerHTML= "Trying to connect with " + vals[0] + " ...";
senderSend();
return;