Jerko Steiner
Jerko Steiner
Thanks for reporting! Looks like this is a bug indeed, and I was able to reproduce it on Chrome for Android as well. Something must've happened during the recent refactoring...
@jjsarton Can you please check if the fix above works for you?
Yeah currently no audio is being sent. This is to prevent feedback. For example it might transfer back the audio of all speakers and thus cause feedback. I'm wondering what's...
Interesting! I'm going to try to add an option to share the computer audio as well. I'm just kind of swamped with other projects at the moment so it might...
Hi @alainvanderbroeck, I just pushed version 4.0.9 which has support for this. I'm waiting for the build to complete and then I'm going to push it to peercalls.com. However, I...
Great - I'd recommend you to take a look at the Browser Compatibility table here: https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getDisplayMedia#Browser_compatibility Looks like Chrome and Edge on Windows and Chrome OS/Edge OS can capture audio...
Last I checked `pion/turn` didn't implement all features of `coturn` so it was recommended to use `coturn` for better coverage. That said, I'm not against adding support.
I thought it would be more confusing to the users to have a randomly generated name than a user-entered name so that's why I added the `required` attribute. Do people...
Right now I cannot accept this because the videos from users without the nicknames won't show up: https://github.com/peer-calls/peer-calls/blob/6d0e3d32dd629858c7a2a589b09c9c1271b57882/src/client/components/Videos.tsx#L97-L102
Hey @prologic thanks for the submission. Would you mind submitting a PR with this branch?