Open
Description
Hello i try to edit your example
I want to make it unidirectional, but when i remove :
const stream = await navigator.mediaDevices.getUserMedia({ video: true });
stream.getTracks().forEach(track => {
console.log(track);
pc.addTrack(track, stream)
});
the example doesn't work
i don't understand what to do
thank's a lot for your ideas
Metadata
Metadata
Assignees
Labels
No labels