1. 13 Nov, 2020 - 1 commit
  2. 12 Nov, 2020 - 2 commits
  3. 29 Oct, 2020 - 1 commit
  4. 06 Oct, 2020 - 1 commit
    • Andrea Gianarda's avatar
      Rework conference. · 4387c3ed
      Andrea Gianarda authored
      When participants are added to a local conference, a remote conference is created that allow the remote participants to receive notifications about newly added participants and other events if the event conference package is enabled
      Delete private classes of LocalConferenceEventHandler, RemoteConferenceEventHandler, Participant, ParticipantDevice, Conference, LocalConference, RemoteConference, RemoteConferenceEventHandler, LocalConferenceEventHandler
      Send 200OK to subscribes whose state is terminated and expires field is set to 0
      Create audio video conference tester whose task is to verify conference behaviour
      4387c3ed
  5. 16 Sep, 2020 - 2 commits
  6. 08 Jul, 2020 - 1 commit
  7. 07 Jul, 2020 - 1 commit
  8. 06 Jul, 2020 - 1 commit
  9. 25 Jun, 2020 - 1 commit
  10. 13 May, 2020 - 1 commit
  11. 24 Feb, 2020 - 1 commit
  12. 17 Feb, 2020 - 2 commits
  13. 14 Feb, 2020 - 1 commit
  14. 29 Jan, 2020 - 1 commit
    • DanmeiChen's avatar
      add feature ephmeral message · 5b4c2cc8
      DanmeiChen authored and Sylvain Berfini's avatar Sylvain Berfini committed
      fix wrapper swift
      
      fix build windows
      
      correct spelling and add useful logs
      
      add events
      
      fix indentation error
      
      rename functions
      
      Renamed expiredLifetime to expireLifetime + fixed long type in java wrapper
      
      optimization of ephemeral message
      
      Fixed issues in event logs filters
      
      Added missing history size override
      
      set expired time maximum by default
      
      Added missing callback for ephemeral related event generated + moved ephemeral code to client-group-chat-room instead of chat-room
      
      Added tag to epehemeral tests
      
      fix expired time
      
      remove useless item
      
      fix spelling
      
      Delete chat message from db before notifying the callbacks
      
      Added ephemeral messages capability
      
      Set ephemeral spec when creating Core
      
      Started API to check if all participants in a chat room support ephemeral messages
      
      Added callback on Core when an ephemeral message has expired
      
      Use internal app directory as download path
      
      Do not generate an ephemeral lifetime changed event when ephemeral feature is disabled
      
      Changes regarding ephemeral time header used in CPIM
      
      Fixed wrong callback called
      5b4c2cc8
  15. 05 Nov, 2019 - 1 commit
  16. 31 Oct, 2019 - 1 commit
  17. 15 Oct, 2019 - 1 commit
  18. 10 Sep, 2019 - 1 commit
  19. 14 Jun, 2019 - 6 commits
  20. 22 Mar, 2019 - 1 commit
  21. 19 Feb, 2019 - 1 commit
  22. 24 Jan, 2019 - 1 commit
    • François Grisez's avatar
      Fix memory leak in the generated C++ wrapper · fa550210
      François Grisez authored
      clone() methods sytematically took a reference on the freshly
      created object whereas these had their reference counter set to one
      already.
      
      This commit prevents the wrapper generator take an extra reference
      by passing false as 'takeRef' argument of cPtrToSharedPtr().
      
      This commit also introduce a new property for abstractapi.Method
      objects, which tells whether the method returns an allocated object.
      fa550210
  23. 12 Dec, 2018 - 1 commit
  24. 26 Nov, 2018 - 1 commit
  25. 05 Sep, 2018 - 1 commit
  26. 24 Aug, 2018 - 1 commit
  27. 23 Aug, 2018 - 1 commit
  28. 18 Jun, 2018 - 1 commit
  29. 13 Jun, 2018 - 1 commit
  30. 17 May, 2018 - 1 commit
  31. 14 May, 2018 - 1 commit
  32. 09 May, 2018 - 1 commit