Skip to content
Snippets Groups Projects
  1. Oct 20, 2019
  2. Oct 18, 2019
  3. Oct 17, 2019
    • Richard Alam's avatar
      Merge pull request #8215 from ritzalam/poll-audio-recording · cbecf320
      Richard Alam authored
       Make sure we record audio if meeting is recorded
      cbecf320
    • Richard Alam's avatar
      Make sure we record audio if meeting is recorded · 3395cdbd
      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.
      3395cdbd
  4. Oct 14, 2019
  5. Oct 13, 2019
  6. Oct 12, 2019
  7. Oct 10, 2019
  8. Oct 09, 2019
  9. Oct 08, 2019
  10. Oct 07, 2019
    • Dixon Fred's avatar
      Merge pull request #8193 from kepstin/deskshare-autoplay · 6c0e1ce0
      Dixon Fred authored
      Fix deskshare media sync when deskshare loads before webcam/audio
      6c0e1ce0
    • Calvin Walton's avatar
      Fix deskshare media sync when deskshare loads before webcam/audio · d5097fa4
      Calvin Walton authored
      If the secondary media loaded before the main media, it would run the
      "setMediaSync" function before the main media player was setup. As a
      side-effect of setting up the main media player, all of the event handlers
      added by the setMediaSync function are detached, and so the secondary
      media never starts playing.
      
      Move the call to setMediaSync to after the media-ready events for all
      media have fired, so that it can reliably attach the event handlers.
      d5097fa4
  11. Oct 06, 2019
  12. Oct 05, 2019
  13. Oct 04, 2019
  14. Oct 03, 2019
Loading