Gustavo Garcia
Gustavo Garcia
WebRTC uses padding-only packets for testing available bandwidth specially when using simulcast (to test if it is possible to enable a higher layer). With the current handling in mediasoup those...
If the meeting room has a "Xmin" suffix the session should be closed after those minutes. Ideally with a countdown in the screen and not letting anybody else reconnect in...
Allow users to sign in with Google / Facebook / Github / Twitter accounts so that we can present usernames and avatars for widgets (specially for audio only ones). This...
Fix build issues when compiling in MacOS. 1/ atomic_compare_exchange_weak expects a double* and not an Atomic double*. 2/ The microhttpd handler return value is MHD_Result instead of int. I didn't...
Let's see what happens....
I would like to get feedback on this and see if people is confortable with these clang rules. Right now is using the "llvm" style increasing the line length from...
Add a constructor to be able to pass optional parameters to the EventEmitter constructor (f.e. `{ captureRejections: true }`) The argument could be typed too but then you need to...
Implement support for fake timers (timers that run "faster than real time") to make unit tests faster and more predictable. The approach taken in this PR is to have two...
## Feature Request (more like a feedback request) Protoype: https://github.com/ggarber/mediasoup/commit/14a3ba052aad4a19a2d34533573e144afec7dbef Some use cases require custom processing of Media and Data packets and because of the performance implications it is not...