- Oct 24, 2019
-
-
Dixon Fred authored
-
Dixon Fred authored
-
Chad Pilkey authored
Adjust external video sync interval and emit check
-
Anton Georgiev authored
Only request a breakout join URL once
-
Chad Pilkey authored
-
Chad Pilkey authored
Extend help text shown when getUserMedia with microphone fails
-
- Oct 23, 2019
-
-
Chad Pilkey authored
-
Chad Pilkey authored
-
Chad Pilkey authored
Fix multiple external videos synced to different meetings
-
Lucas Zawacki authored
-
Lucas Zawacki authored
-
Dixon Fred authored
Fix typos in archive script
-
Calvin Walton authored
-
- Oct 22, 2019
-
-
Dixon Fred authored
recording archive: Compress audio files
-
Calvin Walton authored
The wav files from the freeswitch recordings are huge, uncompressed. There's no reason to keep them as wav, we can compress them in the archive step.
-
Lucas Zawacki authored
-
Lucas Zawacki authored
-
KDSBrowne authored
-
KDSBrowne authored
-
- Oct 21, 2019
-
-
Chad Pilkey authored
Don't run synchronization code on a player with autoplay blocked and add an autoplay warning
-
Chad Pilkey authored
Fix actions button misplacement in RTL mode
-
Pedro Beschorner Marin authored
-
Richard Alam authored
Add timestamp on msg envelope
-
- Oct 20, 2019
-
-
Richard Alam authored
Prototyping client <-> server messaging
-
Richard Alam authored
This is a prototype of sending messages between client and server outside of meteor.
-
- Oct 18, 2019
-
-
Dixon Fred authored
Make presentation playback continue if deskshare.xml was not found
-
Richard Alam authored
-
Calvin Walton authored
Someone on the mailing list had some recordings which were using the 2.0 playback, but were missing the deskshare.xml file (which should always be present for 2.0… strange). It's safe to continue loading the recording playback if the deskshare.xml file is not found, the recording will just act as if there were no deskshare start/stop events.
-
Richard Alam authored
- add a new timestamp field on the message envelope so we can collect statistics on message processing times.
-
- Oct 17, 2019
-
-
Richard Alam authored
Make sure we record audio if meeting is recorded
-
Richard Alam authored
- We had an issue where FreeSWITCH, for some unknow reason, stopped recording the voice conference in the middle of the meeting while there are users in the voice conference. We've relied on the voice conf started event to trigger recording of wav files. This event is sent when the first user joins the voice conference. In this case, there was no voice user joined after the recording stopped as there were already users in the voice conference. TO make sure that the audio is recorded, akka-apps will send a "check if voice conf is running and recording" message to FreeSWITCH every 30sec. If akka-apps receives a "running=true recording=false" response from FreeSWITCH, akka-apps will send a start recording msg to FreeSWITCH.
-
- Oct 16, 2019
-
-
Lucas Zawacki authored
-
Lucas Zawacki authored
-
Lucas Zawacki authored
-
- Oct 14, 2019
-
-
Dixon Fred authored
Check that the tomcat7 log directory first exists
-
Dixon Fred authored
-
- Oct 13, 2019
-
-
Dixon Fred authored
Updated bbb-conf for bbb-webhooks
-
Dixon Fred authored
-
- Oct 12, 2019
-
-
Dixon Fred authored
Add script to start meteor using external mongo (from packaging)
-
Tiago Daniel Jacobs authored
-