Skip to content

Get rid of "[audio|video][On|Off]" datachannel events #397

Open
@fancycode

Description

@fancycode

As just discussed offline with @Ivansss : currently the UI sends videoOn/videoOff and audioOn/audioOff events through the datachannels to all connected clients to notify about what is available and what is currently sending.

This is not necessary as you can get the information on media types from the offer/answer, and get the state (paused/running) from the streams. In order to remove duplicate functionality and simplify the code, these events should be removed.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions