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