peerjs
Here are 374 public repositories matching this topic...
Video & Audio
-
Updated
Aug 15, 2021 - JavaScript
-
Updated
Jan 29, 2021 - JavaScript
-
Updated
Mar 27, 2021 - JavaScript
-
Updated
Feb 4, 2022 - TypeScript
-
Updated
Apr 29, 2022 - TypeScript
-
Updated
Mar 25, 2022 - JavaScript
-
Updated
Mar 12, 2022 - HTML
-
Updated
Dec 3, 2020 - TypeScript
-
Updated
Apr 29, 2022 - JavaScript
Hello DataChannel message handling appears to be broken for binary-serialized messages. Every time I receive a binary DataChannel message, I receive the below exception:
2021-01-06 08:49:41 WARNING ~/Development/proj/venv/lib/python3.9/site-packages/peerjs/datacon
-
Updated
May 22, 2022 - TypeScript
-
Updated
Nov 17, 2020 - JavaScript
-
Updated
Feb 10, 2021 - HTML
-
Updated
Jul 12, 2021 - TypeScript
-
Updated
Jul 23, 2021 - JavaScript
For now all users that can join the audio stream are admins. I've extended userController by
const role = users.length === 0 ? 'admin' : 'visitor'
const user = {id,name,room,role};
...
const role = usersInVoice.length === 0 ? 'admin' : 'visitor'
const user = {id,name,room,role};
and replaced user:admin with user:user.role. In result, we have two roles of users.
-
Updated
May 30, 2022 - JavaScript
-
Updated
Mar 12, 2022 - C#
-
Updated
Jun 18, 2021 - JavaScript
-
Updated
May 25, 2022 - JavaScript
Improve this page
Add a description, image, and links to the peerjs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the peerjs topic, visit your repo's landing page and select "manage topics."



After there is 3 or more participants the video will glitch out for everybody. And sometimes the audio also glitches out and makes it impossible for the others to hear you. Please fix.