mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-11 21:58:35 +00:00
typo fix
This commit is contained in:
parent
8df78d1873
commit
1513c4658d
1
main.js
1
main.js
@ -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{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user