Replies: 2 comments
-
do you know how to replicate this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'll investigate and fix this if it turns out to be an issue on our end, provided you can outline clear steps to replicate the issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm having an issue with a Django and WebRTC-based application (part of a larger project). Some users join the room, and everything works fine - their audio and video are transmitted correctly. However, other participants join, but they cannot be seen or heard, even though their microphone and camera are enabled.
I've already checked:
Whether users have granted the necessary permissions for the microphone and camera,
Whether the browser is blocking access to the devices,
Whether the issue occurs across all browsers (it does).
Has anyone encountered a similar problem? Maybe I missed something in the WebRTC configuration? Any advice would be greatly appreciated!
Thanks in advance!
P.S. If this topic is too specific, I would appreciate any suggestions on where to seek help with this issue (even paid assistance).
room2.html: https://pastebin.com/499g2vW3
room2_rtc.js: https://pastebin.com/eD0wK1kY
room2.js: https://pastebin.com/WH9QHazr
Beta Was this translation helpful? Give feedback.
All reactions