LINXD-2222-debugging-for-i-os #7

Merged
sergiu merged 36 commits from LINXD-2222-debugging-for-i-os into master 2022-09-20 23:16:17 +00:00
Showing only changes of commit 52b922825f - Show all commits

8
app.js
View File

@ -7,9 +7,9 @@ import 'dotenv/config'
/* Please follow mediasoup installation requirements */
/* https://mediasoup.org/documentation/v3/mediasoup/installation/ */
// import express from 'express'
// const app = express()
const app = express()
// const app = require('express')();
// import https from 'httpolyglot'
import https from 'httpolyglot'
import fs from 'fs'
import path from 'path'
const __dirname = path.resolve()
@ -17,10 +17,10 @@ const __dirname = path.resolve()
// import Server from 'socket.io'
import mediasoup from 'mediasoup'
import * as express from "express";
import * as https from "http";
// import * as https from "http";
import Server from "socket.io";
// import middleware from 'socketio-wildcard'
const app = express.default();
// const app = express.default();
let worker
/**