()
| 178 | checkTagLoaded() |
| 179 | |
| 180 | function checkTagLoaded() { |
| 181 | if (doc.data() != undefined) { |
| 182 | $(".connectionStatus").html(`<span class="highlight">${doc.data().caller.tag}</span> joined your call, connection established`) |
| 183 | return; |
| 184 | } |
| 185 | window.setTimeout(checkTagLoaded, 100); |
| 186 | } |
| 187 | }) |
| 188 | drawOscilloscope(remoteStream, 'remoteOscilloscope') |
| 189 | return; |
no test coverage detected