Skip to content

Unidirectionnal #2

Open
Open
@tho1294

Description

@tho1294

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions