webrtc
Here are 1,894 public repositories matching this topic...
This issue (webtorrent/webtorrent#1685) mentioned a nice resource that shows how to integrate WebTorrent with various JS video libraries.
https://qiita.com/mehdi/items/22ba55ae30bdcedd0746
Would be nice to add updated versions of these examples to the docs.
Is your feature request related to a problem you are facing?
Script for SSL certificate creation is broken on 20.04 Focal Fossa.
Details see #6371
Describe the solution you'd like
People start to use Ubuntu 20.04
The certbot installation script for jitsi has to be adjusted.
Either add a warning or a workaround for Ubuntu 20.04 in the documentation.
Otherwise the community for
Please read first!
Please use discuss-webrtc for general technical discussions and questions.
- [ x] I have provided steps to reproduce
- [x ] I have provided browser name and version
- [ x] I have provided a link to the sample here or a modified version thereof
**Note: If the checkboxes above are not checked (which you do after
Hello Sir,
I am trying to use your screen sharing library, but the documentation is not properly written so I am not able to move forward. Can you please provide a documentation for screen sharing which uses socket.io and peerjs.
Hello!
When text line in list is too long and part of it is moved on the next line, list number is placed on the last line. When I use <br>, list number is placed on the first line of multiline text.
Demo is below:
Demo text:
1. [ ] task 1
2. [ ] task 2 task 2 task 2
I think we should create an INSTALL.md file in the root of this repo with detailed installation instructions for each OS, including our recommended installation method, as well as alternatives.
For Mac, for example, we recommend the official installer on the website, but it's also available via a Homebrew Cask.
For each Linux variant, there will be a different command or preferred file to
-
Updated
Jun 20, 2020 - TypeScript
The documentation states that you should not run BBB on a VM and explains the why by referring to Freeswitch requirements. But the page you are referring to is about Freeswitch Performance Testing, not about basic requirements or recommendations for production.
So while there sure are benefits in running this on a bare metal server, I don't think that you really need one. Depending
This should be added to support the Tor folks!
I'm looking at implementing a "switch between front and rear camera" feature.
When user taps a button to switch the camera:
- I run
navigator.mediaDevices.getUserMediawith appropriate constraint - when getUserMedia returns a stream I run
replaceTracklike so:
navigator.mediaDevices.getUserMedia({
video: { facingMode: facingMode },
audio: true
}).then(function(stream
-
Updated
Jun 3, 2020 - JavaScript
As I understand from the documentation initCallback should be called when audio recorder is loaded and ready. But when I add this parameter with a function it isn't called.
It would be really useful if FilePizza showed the download percentage in the tab name so you can see the progress without having to actively check the tab.
When hitting send on a chat message, a scrollbar will briefly appear and then disappear again.
Expected behavior
The build should be successful with recent RN version.
Observed behavior
Many problems with
Simple suggestion: add a QR code to the webpage. This way, people can easily share the address without having to type anything. It can probably be at the top-left of the page (which is empty now). Tapping on it might expand it (similar to how the ⓘ button works), to make it easier to scan.
if I don't specify
mediaRecorder.width = resolutions.maxWidth;
mediaRecorder.height = resolutions.maxHeight;
it will be defaulted to 320x240
as mentioned in docs, should be
mediaRecorder.videoWidth = resolutions.maxWidth;
mediaRecorder.videoHeight = resolutions.maxHeight;
how to make high quality
Events are not documented in the doc. The only way to know about them is via the examples. Anyway, I don't know what to expect from here:
@channel.on("message")
def on_message(message):What is message supposed to be? is it an object? a string? a blob/buffer (or whatever it's called in Python)?
According to the spec, passing a description as an argument to RTCPeerConnection.setLocalDescription should be optional: https://w3c.github.io/webrtc-pc/#dom-peerconnection-setlocaldescription
For now, if no description is passed, a TypeError: Expected an object exception is thrown.
Improve this page
Add a description, image, and links to the webrtc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the webrtc topic, visit your repo's landing page and select "manage topics."

We wanted to include the email address into our user search and found the option in the UI Fields to Consider in Search, but it took a while to find the correct entry. The only hint on how to reference the email was in a comment on another issue. Since the right way to refer to the email address is entering `emails.a