MCPcopy Create free account
hub / github.com/Milkyroad/SCiPNET / checkTagLoaded

Function checkTagLoaded

public/src/js/vc.js:180–186  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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;

Callers 1

checkaudioLoadedFunction · 0.85

Calls 2

$Function · 0.50
dataMethod · 0.45

Tested by

no test coverage detected