This commit is contained in:
steveseguin 2023-01-23 10:38:36 -05:00
parent 8df78d1873
commit 1513c4658d

View File

@ -3387,6 +3387,7 @@ async function main(){ // main asyncronous thread; mostly initializes the user s
if (turnstring == "twilio") { // a sample function on loading remote credentials for TURN servers.
try {
session.ws = false; // prevents connection
var twillioRequest = new XMLHttpRequest();
twillioRequest.onload = function() {
if (this.status === 200) {
try{