1. 27 Jan, 2022 - 2 commits
  2. 26 Jan, 2022 - 2 commits
  3. 25 Jan, 2022 - 1 commit
  4. 24 Jan, 2022 - 2 commits
    • Peio Rigaux's avatar
      Linux CI, ccache optimizations · a9005f45
      Peio Rigaux authored
      Removed cache compression
      Changed cache key to use image name, in order to get more cache hits from jobs sharing the same docker image
      Modified cache size per key up to 3G to match new needs in cache storage for jobs (ccache will only use 80% of CCACHE_SIZE variable)
      Clears the cache stats at each job start to see the cache hits per jobs (improvement can be done, check comment)
      a9005f45
    • Andrea Gianarda's avatar
      Do not add SRTP crypto suites to SDP if the stream is inactive · 30044d6c
      Andrea Gianarda authored
      Move up "Video Quality" tests in order to try speeding up test runs
      Enable remote conference tests
      Made conference_get_state() API public
      30044d6c
  5. 21 Jan, 2022 - 3 commits
  6. 20 Jan, 2022 - 1 commit
  7. 19 Jan, 2022 - 2 commits
  8. 18 Jan, 2022 - 4 commits
  9. 17 Jan, 2022 - 3 commits
  10. 14 Jan, 2022 - 7 commits
  11. 13 Jan, 2022 - 1 commit
  12. 12 Jan, 2022 - 1 commit
    • Andrea Gianarda's avatar
      Implement conference video toggling · 3ebfb9e4
      Andrea Gianarda authored
          The conference server or participant holding the conference will always send a reINVITE following a request from a client to toggle video settings in order to keep him up to date regarding new streams that have been added while his/her video was off
      3ebfb9e4
  13. 11 Jan, 2022 - 2 commits
  14. 10 Jan, 2022 - 2 commits
  15. 07 Jan, 2022 - 1 commit
    • Andrea Gianarda's avatar
      Rework how participant are added to a conference when they dial a focus uri. · accf2ac3
      Andrea Gianarda authored
      The conference server tries to add them as soon as possible (i.e. in the IncomingReceived call state). At this stage the participant device is in state ScheduledForJoining.
      Once the call reaches the StreamsRunning state, the participant device state will move to Joining is ICE is disable. Otherwise, the server will wait for the ICE reINVITE before changing the participant state    .
      The server also sends out an update in order to offer the right streams based on the chosen layout.
      The participant device state will ultimately move to Present once the client accepted the server offer and the other participant are notified of the addition of the participant device.
      accf2ac3
  16. 06 Jan, 2022 - 2 commits
  17. 05 Jan, 2022 - 1 commit
  18. 04 Jan, 2022 - 1 commit
  19. 03 Jan, 2022 - 2 commits