Skip to content
Snippets Groups Projects
  1. Apr 23, 2021
  2. Apr 22, 2021
  3. Apr 21, 2021
  4. Apr 20, 2021
    • Anton Georgiev's avatar
      Merge pull request #12101 from mariogasparoni/fix-11662 · d96424dc
      Anton Georgiev authored
      fix: breakout autojoin audio with wrong behavior
      d96424dc
    • Anton Georgiev's avatar
      Merge pull request #12054 from mariogasparoni/fix-12023-and-other-two-fixes · 36b67971
      Anton Georgiev authored
      fix: mic selection (firefox/all browsers) and muted alert when mic is changed
      36b67971
    • 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
    • Anton Georgiev's avatar
      Merge pull request #12004 from prlanzarin/u23-isitcoldinthewater · 3ebb2cf4
      Anton Georgiev authored
      video: voice activity video sorting
      3ebb2cf4
Loading