- Aug 27, 2021
-
-
Anton Georgiev authored
-
- Aug 25, 2021
-
-
Mario Jr authored
-
Mario Jr authored
For browsers that don't support headerBytesSent in RTCOutboundRtpStreamStats neither headerBytesReceived in RTCInboundRtpStreamStats, we are now able to calculate upload and download rates. We are also able to get transportStats information for browsers that don't support iceTransport attribute of RTCDtlsTransport.
-
- Aug 24, 2021
-
-
Mario Jr authored
We now show jitter, lost packets and turn server informations
-
- Aug 23, 2021
-
-
Mario Jr authored
Added support for getStats in screenshare's service. This works similar to the getStats for video provider, and the information retrieved from screenshare is added to the video information for cameras.
-
Mario Jr authored
When audio is inactive, the browser shows an error related to this undefined reference.
-
Mario Jr authored
-
- Aug 19, 2021
-
-
Pedro Beschorner Marin authored
Change the custom logo style to centralize the logo image.
-
- Aug 17, 2021
- Aug 16, 2021
- Aug 13, 2021
-
-
Mario Jr authored
We now retrieve update information about active video peers, and calculates download and upload rates. These rates are the sum of data transfered in all video peers. Screenshare stats is not being added to the sum, yet.
-
Pedro Beschorner Marin authored
Setting the waiting state false as default was leaving an open gap where the users still did not have a valid breakout room's join url and it's join button enabled. Change the first waiting state to true and handle the join type as the component finishes mounting. If it's a free to choose room scenario, dispatch the whole Promise based solution and let it manage the waiting state as the interval checks for the URL response.
-
Mario Jr authored
-
- Aug 12, 2021
-
-
Mario Jr authored
Using getStats api and peer information to retrieve upload/download rates and transport information
-
- Aug 11, 2021
-
-
Mario Jr authored
-
- Aug 10, 2021
-
-
Mario Jr authored
Adds a label in connection status modal, where users will be able to copy information to clipboard.
-
- Aug 09, 2021
-
-
Anton Georgiev authored
-
Anton Georgiev authored
-
- Aug 06, 2021
-
-
Jibon Costa authored
-
- Aug 05, 2021
-
-
Anton Georgiev authored
-
Jibon Costa authored
-
- Aug 04, 2021
-
-
Anton Georgiev authored
-
Anton Georgiev authored
-
Anton Georgiev authored
-
- Aug 02, 2021
-
-
Ramon Souza authored
-
Ramon Souza authored
-
- Jul 30, 2021
-
-
Anton Georgiev authored
-
Anton Georgiev authored
-
Anton Georgiev authored
-
- Jul 29, 2021
-
-
Anton Georgiev authored
-
- Jul 26, 2021
-
-
hiroshisuga authored
-
- Jul 23, 2021
-
-
Anton Georgiev authored
Until now we only logged for `normal`, `danger` and `critical` leading to some ambiguity in log analysis
-
prlanzarin authored
-
prlanzarin authored
-
prlanzarin authored
Should fix an issue with the recent Chrome 92 intervention that limits the number of concurrent WebMediaPlayers (an inner element of HTMLMediaElements) to 75/40. Webcam video elements were being left dangling in paused state despite the elements themselves being cleaned up from the component. That generated a skewed accounting of WebMediaPlayers in the session.
-
- Jul 22, 2021
-
-
Mario Jr authored
After reconnecting (with 1007 or 1005), user may gets 1005 when meeting is ended by moderator.
-
- Jul 20, 2021
-
-
Mario Jr authored
We now let audio-manager log errors, using the specified error code. These errors are still logged in bridge layer, but as a warning. This commit doens't change error codes behavior, they are still being logged as errors and with the same code numbers.
-
hiroshisuga authored
-