- Apr 05, 2021
-
-
Pedro Beschorner Marin authored
Push offline users to the bottom of the list.
-
Pedro Beschorner Marin authored
-
Ramon Souza authored
-
- Apr 02, 2021
-
-
Mario Jr authored
This was being shown in both audio in video modal. Related to #11865.
-
Mario Jr authored
When browser's name string has whitespaces, we must treat it before adding to the body class. For example Edge uses 'microsoft edge' string This class string must match names used in css. Tested in firefox, chrome and safari and it's corresponding mobile versions, this is working for all. Fixes #11865
-
hiroshisuga authored
-
hiroshisuga authored
-
hiroshisuga authored
-
- Apr 01, 2021
-
-
Mario Jr authored
Firefox doesn't create a device called 'default' and we were trying to set this when user is joining the room. We don't do this anymore, letting devices to be changed when there's some user request. Moved outputDeviceId inputDeviceId information to be managed in bridge (just like we do with inputDeviceId), we don't store this duplicated information in audio container anymore. Fixed the eslint warning in "playAlertSound(url) { ..." We are safe to let users try to change input/output devices because the device list is retrieved from enumerateDevices.
-
Ramon Souza authored
-
Ramon Souza authored
-
Ramon Souza authored
-
Ramon Souza authored
-
Ramon Souza authored
-
Ramon Souza authored
-
Philipp Memmel authored
-
- Mar 31, 2021
-
-
Mario Jr authored
When listen only fallbacks from Kurento to FreeSWITCH, we must guarantee the muted alert won't be created, speciallly because listen-only's fallback uses a flow similar to microphone's. Client currently crashes when this happens: this commit fixes this peoblem.
-
Mario Jr authored
We now stop the MediaStream (cloned/dummy input stream) when this is not needed anymore. We don't create/clone a new MediaStream when it already exists. Fixed eslint warning in muted-alert/component.jsx
-
Ramon Souza authored
-
Philipp Memmel authored
-
- Mar 30, 2021
-
-
Anton Georgiev authored
-
Maxim Khlobystov authored
-
Joao Siebel authored
-
Ramon Souza authored
-
Mohamed Amine Ben Salah authored
* WIP adding whiteboard special user access test spec * Adds additional user whiteboard access test spec to whiteboard.obj.js
-
- Mar 29, 2021
-
-
Mario Jr authored
Setting this as default to prevent bad UX: device selector is currently small for mobile devices This could be added as a config in future
-
Mario Jr authored
By default this is set to true, allowing users to dynamic change audio devices Fixed a few linter warnings
-
Mario Jr authored
Allow listenonly users to change output devices Fixed dynamic audio device change for firefox Fixed shortcuts for audio join/leave Show (with a bold font) the current selected device [performance] Prevent calling mediaDevices.enumerateDevices every time we render the selector. This adds a delay (~200ms, on my chrome setup) to render this component [performance] Do not call enumerateDevices to search for new devices, instead we listen on mediaDevices.deviceChange event Small refactoring and fixed a few errors that were being throw in browser's console Fixed device selection when this is done in audio-settings modal Fallback to default device when current device is removed Truncate device name length Renamed "Input","Output" labels to "Microphone","Speakers", respectively Update eslint rule for accessKey
-
Pedro Beschorner Marin authored
Isolate most Pad related functions and secure shared notes and closed captions creation to only when there is a reachable Etherpad server configured.
-
Ramon Souza authored
-
Ramon Souza authored
-
KDSBrowne authored
-
- Mar 27, 2021
-
-
KDSBrowne authored
-
- Mar 26, 2021
-
-
Ramon Souza authored
-
Ramon Souza authored
-
Pedro Beschorner Marin authored
- Removed the connection-status history from the user list's gear icon and now is opened by the connection-status button. Moderators will render the same modal as before and viewers will only have access to their own data. - Added data-savings shortcut at the connection-status modal. - Added websocket round-trip time.
-
- Mar 25, 2021
-
-
Anton Georgiev authored
-
Ramon Souza authored
-
Tainan Felipe authored
-
Ramon Souza authored
-