- 07 Feb, 2025 - 2 commits
-
-
Andrea Gianarda authored
Allow to change chat message participant state when it is in Displayed state. It may be the case when there is an file transfer involved. The message goes into the Displayed state and then it starts downloading the file therefore moving to a file transfer state
-
ClémenceHim authored
-
- 06 Feb, 2025 - 4 commits
-
-
QuentinArguillere authored
iOS: make the IosPlatformHelper a CoreListener, in order to register for push only when core is in GlobalOn state. This fixes a bug where, when using remote provisioning, push token could be lost.
-
Andrea Gianarda authored
-
Julien Wadel authored
LDAP: fix where phone number was not added to friend if the result is an address. linphone_account_normalize_phone_number() need a username.
-
johan authored
-
- 05 Feb, 2025 - 4 commits
-
-
Simon Morlat authored
-
Christophe Deschamps authored
-
Andrea Gianarda authored
Make the best effort to find a conference that can be linked to an INVITE session. In some cases, the account contact address doesn't match neither the conference ID peer address nor the conference address therefore the core now looks also at the To or From headers Add backward compatibility code for tchat conference server based on SDK release/5.3. In fact, the GRUU parameter must be added to the To header of a SUBSCRIBE and MESSAGE messages Comment code needed to remove the gr parameter from the conference address and conference ID that can be used once a tchat flexisip conference server based on SDK 5.4 will be released Add setting to keep GRUU in chatroom and conference addresses and conference IDs Do not use anymore local address as contact address of SUBSCRIBE and PUBLISH messages
-
Christophe Deschamps authored
-
- 04 Feb, 2025 - 2 commits
-
-
ClémenceHim authored
-
Ghislain MARY authored
-
- 03 Feb, 2025 - 1 commit
-
-
Simon Morlat authored
Add useful linphone_participant_device_get_participant() method. Fix a random crash.
-
- 30 Jan, 2025 - 2 commits
-
-
Sylvain Berfini authored
-
Andrea Gianarda authored
Fix documentation of onActiveSpeakerParticipantDevice callback as the pointer to the device can be NULL. It occurs when the active speaker leaves the conference
-
- 29 Jan, 2025 - 6 commits
-
-
Simon Morlat authored
Fix constness and FriendList reloading issues.
-
Currently, on 5.4 and master, the cache is shared
-
Enable FASTZIP everywhere
-
Sylvain Berfini authored
-
Ghislain MARY authored
-
ClémenceHim authored
-
- 28 Jan, 2025 - 6 commits
-
-
johan authored
-
Ghislain MARY authored
-
Mickaël Turnel authored
-
Mickaël Turnel authored
-
Andrea Gianarda authored
Catch exception thrown by getCore() in the ClientConferenceEventHandler class Improve reliability of remote provisioning tests using the FlexiAPI and of test "Create video transfer conference with active speaker changed"
-
Andrea Gianarda authored
Add test to verify behaviour when a conference with chat capabilities ends before the EKT has been sent
-
- 27 Jan, 2025 - 3 commits
-
-
Andrea Gianarda authored
-
ClémenceHim authored
-
Sylvain Berfini authored
-
- 25 Jan, 2025 - 1 commit
-
-
johan authored
-
- 24 Jan, 2025 - 4 commits
-
-
Simon Morlat authored
-
Andrea Gianarda authored
conference even if the last one is still active Increase number of CPUs required by "Audio Bypass" test suite
-
Andrea Gianarda authored
Call core callbacks when a chat message has been received on a chat room linked to a audio video conference Move ConferenceScheduler to the Error state if the conference infromation cannot be inserted in the database
-
Christophe Deschamps authored
-
- 23 Jan, 2025 - 1 commit
-
-
Simon Morlat authored
-
- 22 Jan, 2025 - 2 commits
-
-
johan authored
+ fix crash on lime engine constructor failure
-
Andrea Gianarda authored
Rework how participants are added to conference by an admin. The call to ClientConference::addParticipant() will now add them to the list of invited participant and they'll be added to to the conference official participant list by the Conference Event Package or when transfering the call to the focus if the core doesn't support RFC4575. Do not use tag "docker-liblinphone-tester-light" anymore in an attempt to improve test reliability
-
- 21 Jan, 2025 - 2 commits
-
-
jehan authored
-
Andrea Gianarda authored
-