bigbluebutton-Github/bigbluebutton-html5
prlanzarin 10b4a60a57 Fix race condition in video-provider that may cause peers to fail
The peer object was being fetched only once in the ICE candidate callback, and it would fetch a placeholder empty object (sometimes) which would be kept in the callback closure till the end of the peer lifecycle. With that, the didSDPAnswered state variable which released the outbound ICE queue wouldnt be correctly read and the queue would never be flushed
2020-01-31 19:32:57 +00:00
..
.meteor update Meteor to 1.8.1 2019-04-22 21:20:00 +00:00
client Revert "Implement HOC to handle errors" 2019-08-16 17:38:17 -04:00
imports Fix race condition in video-provider that may cause peers to fail 2020-01-31 19:32:57 +00:00
private add bbb_show_participants_on_login as a join parameter 2020-01-30 15:43:54 -05:00
public Update SourceSansPro font files to support more languages. 2020-01-06 21:24:51 +01:00
server Rename collection to video-streams 2019-09-06 13:50:31 -03:00
tests Remove some create parameters 2019-08-30 14:05:33 -04:00
.babelrc
.dockerignore update instructions and implementation of a working docker-compose (no recordings yet) 2018-08-24 17:15:47 -03:00
.eslintignore change eslint ignore to new compatibility dir 2019-04-25 12:30:59 -07:00
.eslintrc.js Update for the WebdriverIO tests 2019-06-21 16:11:05 -04:00
.gitignore Add .testing-env to .gitignore 2019-08-28 15:24:46 -04:00
docker-entrypoint.sh - reduce size of the bbb-html5 image 2018-08-24 17:15:47 -03:00
Dockerfile - update webhooks to use the same message format for bearer auth or checksum 2018-08-24 17:15:47 -03:00
Dockerfile.dev push unfinished work on docker 2018-08-24 17:15:47 -03:00
package-lock.json Add heapdump dependecy 2019-09-24 17:09:56 -03:00
package.json Add script to start meteor using external mongo (from packaging) instead of embeded mongo 2019-10-12 19:51:20 -03:00
test-html5.sh Increasing jest timeout and setting it to run as a single thread 2018-11-22 17:20:06 -02:00
TRANSIFEX_PULL_INSTRUCTIONS.md move transifex instructions to the repo from docs 2019-07-30 10:27:30 -07:00
transifex.sh html5 locales on 2.2; updated script and files 2019-01-18 16:42:37 +00:00