- 07 Sep, 2023 - 1 commit
-
-
Andrea Gianarda authored
- Add callback to notify the application that a participant has changed role in the conference - Take into account role when creating the list of participant informations of a conference - Give priority to the conference information stored in the database over that cached in the call log object - When a participant is added, give the application a pointer to it with all the informations up to date - In the event of a full state, reduce the number of database accesses by updating the conference information in the callback onFullStateReceived. Previously, for every participant added a DB access was required in order to update the conference information Tests: - Add verification of role and sequence id of every participant info in the conference information in the call logs and conference information - add helper functions to ease checking of conference informations
-
- 06 Sep, 2023 - 3 commits
-
-
Simon Morlat authored
Compared to release/5.2, the fix had to be re-worked.
-
Sylvain Berfini authored
-
Sylvain Berfini authored
Updated DB scheme & added method to flag a chat room as muted, it's unread messages won't be used to compute global unread messages count
-
- 05 Sep, 2023 - 1 commit
-
-
Sylvain Berfini authored
-
- 04 Sep, 2023 - 4 commits
-
-
Sylvain Berfini authored
Improved C# wrapper, using GC.KeepAlive() method to ensure managed objects won't be garbage collected during a method execution
-
Sylvain Berfini authored
-
Sylvain Berfini authored
-
Simon Morlat authored
This is based on bctoolbox log tags feature. Rework Alert API for consistency.
-
- 01 Sep, 2023 - 2 commits
-
-
Sylvain Berfini authored
Fixed list of characters used to randomly generate password in account creator to remove the ones that will be escaped in JSON
-
Sylvain Berfini authored
-
- 31 Aug, 2023 - 2 commits
-
-
Sylvain Berfini authored
-
Andrea Gianarda authored
-
- 25 Aug, 2023 - 1 commit
-
-
Sylvain Berfini authored
-
- 24 Aug, 2023 - 5 commits
-
-
Simon Morlat authored
Additionnaly, rework/optimize alert processing and improve documentation.
-
Simon Morlat authored
-
Simon Morlat authored
Implement workaround for north-america ATnT firewall policy. It consists in advertising wrong IP address in client SDP, in order to prevent SIP server to send traffic first to the client - which blocks traffic according to the firewall policy.
-
Julien Wadel authored
-
Julien Wadel authored
- crash on account creation in core. - leak on proxy config and auth info.
-
- 23 Aug, 2023 - 3 commits
-
-
Sylvain Berfini authored
-
Sylvain Berfini authored
-
Mickaël Turnel authored
-
- 22 Aug, 2023 - 3 commits
-
-
Andrea Gianarda authored
video conference factory if the core is used as a conference server Replace usage of ProxyConfiguration with Account in classes Call, CallSession and MediaSession
-
Julien Wadel authored
-
Andrea Gianarda authored
re-registers during a call to ensure that it is always up to date and SIP message responses reach the intented destination
-
- 16 Aug, 2023 - 2 commits
- 12 Aug, 2023 - 1 commit
-
-
Sylvain Berfini authored
-
- 11 Aug, 2023 - 2 commits
-
-
Andrea Gianarda authored
-
Julien Wadel authored
-
- 10 Aug, 2023 - 3 commits
-
-
Andrea Gianarda authored
- Fix crash occurring when calling linphone_core_find_conference_information_from_uri with a NULL address - reintroduce deprecated core public methods to the documentation - catch more std::out_of_range exceptions
-
Andrea Gianarda authored
-
Andrea Gianarda authored
information stored in DB to avoid the application to change its attributes and therefore implicitely modify it. The cache method will return a cloned version instead. Add support for ICS sent through the conference scheduler in basic chat rooms
-
- 09 Aug, 2023 - 1 commit
-
-
Andrea Gianarda authored
Fix crash occuring when calling ConferenceScheduler::setInfo after an first unsuccessful attempt to create a conference
-
- 07 Aug, 2023 - 1 commit
-
-
Andrea Gianarda authored
Rename linphone_conference_info_set_participants_2 as linphone_conference_info_set_participant_infos Do not call deprecated function linphone_conference_info_get_participants in testers but use linphone_conference_info_get_participant_infos
-
- 04 Aug, 2023 - 1 commit
-
-
Andrea Gianarda authored
It allows the organizer to choose whether participant are speakers or listener in a conference. For scheduled conferences, if a participant is not in the list of allowed participants, he/she will have its role set to listener (i.e audio stream will be sendonly from the server side and recvonly on the client side). Non scheduled conferences will have the organizer and participants to be speakers. The dynamic change of a participant role is not supported yet once the conference is started but it may be done prior to it by updating the conference informations
-
- 03 Aug, 2023 - 2 commits
-
-
Andrea Gianarda authored
Add missing macros LINPHONE_PUBLIC to linphone_conference_params_set_hidden and linphone_conference_params_get_hidden
-
Andrea Gianarda authored
Add to reproduce server group chat room double unref
-
- 02 Aug, 2023 - 2 commits
-
-
generation fail
-
Julien Wadel authored
Adapt suites declarations.
-