jonfelixrico / webrtc-poc

0 stars 0 forks source link

Create separation of audio and video elements #30

Closed jonfelixrico closed 6 hours ago

jonfelixrico commented 9 hours ago

Currently audio is coupled with the video tiles. If the video tiles are not rendered, then there will be no audio.

With the current state of the app, this is alright. However, we want to do this early so that we can plan features down the road where the user can hide certain tiles without affecting audio.