Skip to content
Snippets Groups Projects
  1. Jul 02, 2021
  2. Jun 30, 2021
  3. Jun 04, 2021
  4. Jun 02, 2021
  5. Jun 01, 2021
  6. May 31, 2021
  7. May 29, 2021
    • germanocaumo's avatar
      fix: export poll chat message · 5c7fa6ec
      germanocaumo authored
      Include the new poll text in the chat export function.
      Refactor some chat type constants.
      Also fixes empty lines in the export chat file.
      5c7fa6ec
  8. May 18, 2021
  9. May 12, 2021
  10. May 11, 2021
  11. May 06, 2021
  12. May 04, 2021
    • Mario Jr's avatar
      fix: first audio join in breakout fails with specific config · db4158dc
      Mario Jr authored
      When listenOnlyMode=false, skipCheck=true and skipCheckOnJoin=true, the
      audio tries to start a session more than one time, causing it to fail
      at the first one (and reconnect after that).
      
      Now we check if user is already connecting before trying to start a new
      audio session.
      
      Added some info in settings.yml for the options related to this commit
      Closes #12190
      db4158dc
  13. Apr 30, 2021
  14. Apr 29, 2021
  15. Apr 28, 2021
  16. Apr 26, 2021
  17. Apr 24, 2021
  18. Apr 23, 2021
  19. Apr 22, 2021
  20. Apr 20, 2021
  21. Apr 19, 2021
  22. Apr 16, 2021
  23. Apr 12, 2021
    • prlanzarin's avatar
      video: added voice activity stream sorting, made stream sorting extensible · 001ab955
      prlanzarin authored
      Video streams can be sorted by voice floor activity in the client according to FreeSWITCH´s floor events. The feature works together with pagination, essentially giving an Last-N like experience while not disrupting too much
      
      Made video stream sorting extensible in a way. The sorting modes for pagination and unbounded can be configured in settings.yml and new sorting modes can be added to the stream sorting util under video-provider. Inline docs explain how to do that
      
      Changed how the stream ID attribute from video-streams collection was passed to downstream components; we had an array map that was executed every change just to map stream to cameraId, which is bizarre. So I changed the cameraId usage in downstream components to be conformat with the collection attributes and shaved off the map where it wasnt needed
      
      Add better selectors to video-list-item container´s VoiceUser fetch
      001ab955
  24. Apr 06, 2021
  25. Apr 05, 2021
  26. Apr 01, 2021
    • Anton Georgiev's avatar
      Set breakoutRoomLimit to 16 · 4b68749f
      Anton Georgiev authored
      With defaults of 2 backend and 2 frontend bbb-html5 nodejs processes we can handle more breakouts. @ritzalam confirmed no audio changes are needed
      4b68749f
  27. Mar 30, 2021
  28. Mar 29, 2021
  29. Mar 28, 2021
  30. Mar 26, 2021
    • Pedro Beschorner Marin's avatar
      Move connection-status to nav-bar · 280b32d2
      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.
      280b32d2
  31. Mar 24, 2021
  32. Mar 23, 2021
Loading