codysherman / 2nfm

Share your screen and computer's audio via WebRTC!
https://2n.fm
BSD 3-Clause "New" or "Revised" License
31 stars 16 forks source link

Import ReceiverConnection.vue into PublicRooms.vue #195

Open codysherman opened 4 years ago

codysherman commented 4 years ago

PublicRooms.vue currently contains a copy of an outdated version of ReceiverConnection within it. We should strip out all of that duplicate code and instead import the real ReceiverConnection and utilize that.