- 31 Aug, 2024 - 1 commit
-
-
Ghislain MARY authored
-
- 30 Aug, 2024 - 1 commit
-
-
Simon Morlat authored
-
- 29 Aug, 2024 - 3 commits
-
-
Simon Morlat authored
Fix crash happening in rare case when an I/O error happens after a Chatroom SUBSCRIBE, caused by the destruction of the Op during the notification of the termination of the subscription.
-
Sylvain Berfini authored
-
Sylvain Berfini authored
-
- 28 Aug, 2024 - 3 commits
-
-
Ghislain MARY authored
-
Ghislain MARY authored
-
Andrea Gianarda authored
Before this commit, the dependency was broken in Core::releaseAccounts() which caused a crash if an application called linphone_core_get_proxy_config_list after the core was in the LinphoneGlobalOff state Do not wrap linphone_account_get_conference_information_list_2 Add linphone_conference_scheduler_send_invitations_2 that takes conference parameters in instead pf deprecated chat room parameters
-
- 27 Aug, 2024 - 2 commits
-
-
ClémenceHim authored
-
Mickaël Turnel authored
-
- 26 Aug, 2024 - 4 commits
-
-
johan authored
-
Andrea Gianarda authored
a clean up timer to ensure that orphan conference are cleaned within a user defined time window A conference (and its conference information) on a server is deleted if the last participant leaves the conference after the end time is elapsed otherwise it is deleted by the above mentioned timer should it be set. Participants can be added after the end time if there is at least one participant in the conference Dialout conferences are cleaned up as soon as the last participant exits the conference
-
Sylvain Berfini authored
-
Andrea Gianarda authored
-
- 23 Aug, 2024 - 3 commits
-
-
Andrea Gianarda authored
-
ClémenceHim authored
-
ClémenceHim authored
-
- 22 Aug, 2024 - 1 commit
-
-
Sylvain Berfini authored
-
- 21 Aug, 2024 - 4 commits
-
-
Andrea Gianarda authored
-
ClémenceHim authored
-
Simon Morlat authored
Rework iOS AudioUnit in order to use a MSWorkerThread rather than a dispatch_async(). This fixes crashes due to mutiple threads possibly running into AudioUnitStart() in rare conditions.
-
ClémenceHim authored
-
- 20 Aug, 2024 - 3 commits
-
-
Andrea Gianarda authored
core in order to keep the backward compatibility. The SDK now stores the addresses of the conference without the gr parameter as it will negatively affect the high availability capability of a server and it will make it dependent on keeping the same gr all the time. Therefore clients might be lead to call the conference without specifying the gr parameter in the To field of the INVITE. If a conference address was stored with the gr parameter, the core would not be able to find it as it compares strings and not Address objects
-
Andrea Gianarda authored
chatroom from conferences. Add methods in the public API to allow application to search only conference informations with a given capability Create event handler if not already done when exhuming the chatroom Avoid changing SSRC of main stream if not needed when changing layout
-
- 19 Aug, 2024 - 2 commits
-
-
johan authored
-
Sylvain Berfini authored
Updated msAAudio to prevent crash on Android + updated msAndroidCamera2 to add missing compilation flags
-
- 15 Aug, 2024 - 1 commit
-
-
Sylvain Berfini authored
-
- 14 Aug, 2024 - 2 commits
-
-
Sylvain Berfini authored
-
Sylvain Berfini authored
Updated liblinphone to filter out duplicates in Friend & fix getAddresses() not returning the full list if addresses where added outside of edit()/done()
-
- 13 Aug, 2024 - 1 commit
-
-
Sylvain Berfini authored
-
- 12 Aug, 2024 - 1 commit
-
-
Andrea Gianarda authored
-
- 09 Aug, 2024 - 1 commit
-
-
Andrea Gianarda authored
-
- 08 Aug, 2024 - 2 commits
-
-
Andrea Gianarda authored
-
Sylvain Berfini authored
Updated mediastreamer2 to prevent leaving DnD mode on Android when an incoming early media call is received
-
- 05 Aug, 2024 - 1 commit
-
-
Do not block in linphone_core_iterate() while the are unregistrations to perform after calling linphone_core_stop_async(). Fix nuget package README.md. Fix memory leak in bctoolbox's logging feature.
-
- 04 Aug, 2024 - 1 commit
-
-
- 02 Aug, 2024 - 1 commit
-
-
ClémenceHim authored
-
- 01 Aug, 2024 - 1 commit
-
-
Sylvain Berfini authored
-
- 31 Jul, 2024 - 1 commit
-
-
Ghislain MARY authored
-