Compare commits

..

No commits in common. "e19c36b1fb456af171f6a5e3f89d3628e1d95714" and "7b9362756dcf18c8edc81bd0e1728fa742ed34ed" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View File

@ -34,9 +34,7 @@ async function getCaptureStream() {
async function handleOffer(clientId, offer, role) {
const stream = await getCaptureStream();
const pc = new RTCPeerConnection({
iceServers: [{ urls: 'stun:stun.l.google.com:19302' }]
});
const pc = new RTCPeerConnection({ iceServers: [] });
clients.set(clientId, { pc, role });
// Add video tracks

View File

@ -1,6 +1,6 @@
{
"name": "multi-hoster-uploader",
"version": "2.1.1",
"version": "2.1.0",
"description": "Upload files to doodstream, voe, vidmoly, byse simultaneously",
"main": "main.js",
"scripts": {