Skip to content
Snippets Groups Projects
  1. 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
    • prlanzarin's avatar
      Rework of the floor event · 172e31b7
      prlanzarin authored
      Now it`s called AudioFloorChanged* to properly reflect its role
      
      Add fields to carry the floor state (boolean) along with the uID and vID to be able to send events for a floor takeover and a floor surrender
      172e31b7
  2. Apr 09, 2021
  3. Apr 08, 2021
  4. Apr 07, 2021
Loading