bigbluebutton-Github/akka-bbb-apps
Richard Alam 3395cdbdc0 Make sure we record audio if meeting is recorded
- 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.
2019-10-17 11:50:12 -07:00
..
project Update scala, sbt and akka version to the latest. 2018-12-16 20:18:37 +01:00
scala renamed noRedirect* to redirectToHtml5* 2018-06-07 15:59:06 +00:00
src Make sure we record audio if meeting is recorded 2019-10-17 11:50:12 -07:00
.dockerignore push unfinished work on docker 2018-08-24 17:15:47 -03:00
.gitignore Make sure we record audio if meeting is recorded 2019-10-17 11:50:12 -07:00
.scalariform.conf - enable scariform for akka-apps 2019-03-27 13:41:16 -07:00
build.sbt - enable scariform for akka-apps 2019-03-27 13:41:16 -07:00
Dockerfile update instructions and implementation of a working docker-compose (no recordings yet) 2018-08-24 17:15:47 -03:00
run-dev.sh - make akka-apps and bbb-web work with redis password 2019-04-04 14:38:53 -07:00
run.sh Make akka-bbb-apps runnable for developers while keeping the packaging intact. 2018-12-13 22:29:05 +01:00