Open
Description
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