Skip to content
Snippets Groups Projects
  1. Nov 01, 2023
    • Sébastien Blin's avatar
      swarm-call: avoid multiple call creation when receiving concurrent calls · 3b4985bf
      Sébastien Blin authored
      A Jami client can receive several calls in parallel, trying to create/
      initiate a rendezvous in a swarm at the same moment. Because callId
      will be different for each, this will result in several rendezvous
      with different peers.
      Instead of this, all incoming calls can pass an invalid Id and
      if no id specified, the host can create a first conference, or
      just join incoming requests (that aren't a join to a specific id)
      in one and unique call.
      
      Change-Id: I4e648bec4205e7dcd8860c6140568afcba6f92ed
      3b4985bf
  2. Oct 31, 2023
  3. Oct 30, 2023
  4. Oct 26, 2023
  5. Oct 25, 2023
  6. Oct 24, 2023
  7. Oct 19, 2023
  8. Oct 18, 2023
  9. Oct 17, 2023
  10. Oct 16, 2023
  11. Oct 13, 2023
  12. Oct 12, 2023
  13. Oct 11, 2023
  14. Oct 10, 2023
  15. Oct 06, 2023
  16. Oct 05, 2023
    • Adrien Béraud's avatar
      coreaudio: support floating point audio · a87f1aae
      Adrien Béraud authored
      Change-Id: Ie445116f321e91e13239009b32318cd24cf3c6a7
      a87f1aae
    • Sébastien Blin's avatar
      media_decoder: refactor locking model · a67dd980
      Sébastien Blin authored and Adrien Béraud's avatar Adrien Béraud committed
      In SIPCall, requestKeyFrame & setVideoOrientation are using
      pjsip on the main thread. To avoid this, use the io thread as
      it's io operations that should not be done on main thread.
      
      Moreover, some operations from recorder were called from pjsip
      but not retriggered, causing jami->pjsip->jami operations
      called with lock that could be called from pjsip nor jami causing
      potential deadlocks.
      
      Finally, audioDecoder_/receiveThread_ should be protected in
      AudioRtpSession.
      
      This fixes crashes for ut_conference
      
      GitLab: #900
      GitLab: #901
      GitLab: #902
      Change-Id: I055b297d25bc417e685f4c31d6105e4f6dab52e6
      a67dd980
  17. Oct 04, 2023
Loading