- 28 Sep, 2022 - 14 commits
-
-
Thomas Renaud authored
-
Thomas Renaud authored
-
Thomas Renaud authored
-
Thomas Renaud authored
-
Thomas Renaud authored
-
Thomas Renaud authored
-
Thomas Renaud authored
-
Thomas Renaud authored
-
Thomas Renaud authored
-
Thomas Renaud authored
-
Thomas Renaud authored
Move bundle handling in initiateOutGoingConfiguration and add booolean logic in matchPayloads for FEC
-
Thomas Renaud authored
-
Thomas Renaud authored
-
Thomas Renaud authored
-
- 26 Sep, 2022 - 1 commit
-
-
Simon Morlat authored
-
- 23 Sep, 2022 - 2 commits
-
-
Andrea Gianarda authored
Do not print the assertion failure every time the loop in function wait_for_conference_streams and modify test 'Add all calls to conference' not to pause all calls before adding them to the conference
-
Sylvain Berfini authored
-
- 22 Sep, 2022 - 2 commits
-
-
Sylvain Berfini authored
-
Simon Morlat authored
-
- 21 Sep, 2022 - 3 commits
-
-
Sylvain Berfini authored
-
Andrea Gianarda authored
-
Andrea Gianarda authored
- clients will unsubscribe and re-subscribe to the server to force a full state - servers will send full state to make sure clients are on the same page
-
- 20 Sep, 2022 - 2 commits
-
-
Simon Morlat authored
Fix issue where the video conference mixer does not output video when there are two participants only in the conference.
-
Andrea Gianarda authored
- move to an error state if the call errors out - do not try to insert conference in database if scheduler is in an error state Chat Message: - remove messages from the transient list if they are in one of the following state: - NotDelivered - Delivered - DeliveredToUser - Displayed
-
- 16 Sep, 2022 - 1 commit
-
-
Simon Morlat authored
Make lime-x3Dh server implementation independant from lime library. Fix a crash with ZRTP video calls. Make boundaries random in lime multipart messages.
-
- 14 Sep, 2022 - 6 commits
-
-
-
Timothée Jaussoin authored
-
Fix crash when url is not set or if the URL request cannot be generated. Fix C++ build.
-
Timothée Jaussoin authored
Rename prepareRequest to prepareAndSendRequest Explose the class publicly
-
Mickaël Turnel authored
(cherry picked from commit ca7009b9)
-
Sylvain Berfini authored
-
- 13 Sep, 2022 - 5 commits
-
-
Sylvain Berfini authored
-
Julien Wadel authored
-
Mickaël Turnel authored
-
Sylvain Berfini authored
Improved callback header, fixed test that may crash if it fails, moved conference scheduler state enum as child of conference scheduler
-
Simon Morlat authored
Improve dependant Account: +sip.instance parameter is now set so that the dependant account can obtain a gruu address pointing to the submitted primary address. Fix unreliable tests.
-
- 12 Sep, 2022 - 2 commits
-
-
Andrea Gianarda authored
Assign to every participant a sequence number. The first time a participant is added to a conference, its sequence number is 0 and it is incremented by one every time the conference is updated. The sequence number is sent to every participant as a parameter of the ics field ATTENDEE Add conference scheduler cancel conference Add test to verify edition of conference while it is active
-
Julien Wadel authored
-
- 09 Sep, 2022 - 2 commits
-
-
Julien Wadel authored
Rework of reading QRCode to the new API (another fork of ZXing). Use turbojpeg for converting raw data into a jpeg image and add API. Remove the need of doing unreliable test about turbojpeg function parameter.
-
Andrea Gianarda authored
-