Compare commits
No commits in common. "e19c36b1fb456af171f6a5e3f89d3628e1d95714" and "7b9362756dcf18c8edc81bd0e1728fa742ed34ed" have entirely different histories.
e19c36b1fb
...
7b9362756d
@ -34,9 +34,7 @@ async function getCaptureStream() {
|
|||||||
async function handleOffer(clientId, offer, role) {
|
async function handleOffer(clientId, offer, role) {
|
||||||
const stream = await getCaptureStream();
|
const stream = await getCaptureStream();
|
||||||
|
|
||||||
const pc = new RTCPeerConnection({
|
const pc = new RTCPeerConnection({ iceServers: [] });
|
||||||
iceServers: [{ urls: 'stun:stun.l.google.com:19302' }]
|
|
||||||
});
|
|
||||||
clients.set(clientId, { pc, role });
|
clients.set(clientId, { pc, role });
|
||||||
|
|
||||||
// Add video tracks
|
// Add video tracks
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "multi-hoster-uploader",
|
"name": "multi-hoster-uploader",
|
||||||
"version": "2.1.1",
|
"version": "2.1.0",
|
||||||
"description": "Upload files to doodstream, voe, vidmoly, byse simultaneously",
|
"description": "Upload files to doodstream, voe, vidmoly, byse simultaneously",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user