Skip to content
Snippets Groups Projects
  1. Apr 29, 2021
  2. Apr 28, 2021
  3. Apr 27, 2021
  4. Apr 26, 2021
  5. Apr 23, 2021
  6. Apr 22, 2021
  7. Apr 21, 2021
  8. Apr 20, 2021
    • Ramon Souza's avatar
      fix missing chat messages · ea51cb78
      Ramon Souza authored
      ea51cb78
    • Mario Jr's avatar
      fix: breakout autojoin audio with wrong behavior · bf17b385
      Mario Jr authored
      When joining/returning breakouts, audio would always connect
      with full audio. This can lead to a performance problem, once
      all listenonly users would join full audio, increasing the
      number of streams in FreeSWITCH.
      
      We now have a consistent behavior, which is:
      1 - The choice made by the user in the main room is predominant:
          if mic is active in main room, user will automatically
          join mic in breakout room. When returning from breakout
          room, user will also join with mic again.
      2 - Changes made in breakout room won't have effect when
          returning to the main room. This means if user, for example,
          change from listenonly to mic in breakout room, the returning
          will consider the option choosen previously (listenonly) and
          listenonly will be active again in the main room.
      3 - If user didn't join audio in the main room, the audio modal
          will be prompted when joining the breakout room (this is
          a special case of (1))
      
      
      The following is some technicall information:
      InputStreamLiveSelector (component.jsx) now calls
      'handleLeaveAudio' function, which is the default
      function when user leaves audio (also used when
      dynamic devices are inactive).
      
      We now store information about user's choice (mic or listenonly)
      using local storage, instead of the previous cookie method (this
      was triggering some warnings in browser's console).
      
      Also did a small refactoring to match eslint rules.
      Fixes #11662.
      bf17b385
    • Ramon Souza's avatar
      remove unused props in audio controls · 6960c524
      Ramon Souza authored
      6960c524
    • MrKeksi's avatar
      Make waiting users more responsiv · 418d4ffe
      MrKeksi authored
      418d4ffe
    • Ramon Souza's avatar
      remove unused imports · d5d1c86c
      Ramon Souza authored
      d5d1c86c
    • KDSBrowne's avatar
      update html lang on locale change in settings · ca3975f2
      KDSBrowne authored
      ca3975f2
  9. Apr 19, 2021
Loading