2nfm icon indicating copy to clipboard operation
2nfm copied to clipboard

Share your screen and computer's audio via WebRTC!

Results 47 2nfm issues
Sort by recently updated
recently updated
newest added

Confirm whether `core-js` should be a dev dependecy or not, and if so, move it into the proper location and re-run `yarn`.

help wanted
good first issue
chore
dependencies

Ending a stream keeps the mic icon going in browsers, as it was not properly closed. We need to find all the cases of making sure getDisplayMedia ended and apply...

bug

Add an extra field for room description, pass it along to the receiver page using the existing .extras.

enhancement

The "Room Taken" message seems to need some lovin'. The two problems: 1. Making sure it does appear on first attempt to create a room, when the room is taken....

bug
help wanted
good first issue

Let the viewers chat with each other.

enhancement

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...

help wanted
chore

This will follow up #68 and allow essentially optional voice chat between users. It would be nice if the host can decide whether or not others can mic.

enhancement