- 13 Mar, 2025 - 2 commits
-
-
ClémenceHim authored
-
(cherry picked from commit c13e378b)
-
- 12 Mar, 2025 - 4 commits
-
-
Andrea Gianarda authored
conference list fails In fact, at such early stage, the core is still waiting for the conference list in order to spawn off one HTTP request for every conference to retrieve its information
-
ClémenceHim authored
-
ClémenceHim authored
-
johan authored
-
- 11 Mar, 2025 - 3 commits
-
-
Julien Wadel authored
Reinitialize remote address to the size of sockaddr_storage before using it: rtp_session_rtp_recv_abstract reset this field to match its answer. It sould not be reused on the next iteration.
-
Andrea Gianarda authored
-
Mickaël Turnel authored
-
- 10 Mar, 2025 - 1 commit
-
-
Mickaël Turnel authored
-
- 07 Mar, 2025 - 3 commits
-
-
Andrea Gianarda authored
Handle the case where a faulty core in a conference sends an SDP with multiple streams without any label
-
Wasapi:Reset mDefaultDeviceChanged after accepting changing routes to avoid infinite loop on default device change. When default device is changed, initiate reload request.
-
Andrea Gianarda authored
without the GRUU parameter therefore it must be pruned from the conference address should it be present
-
- 06 Mar, 2025 - 1 commit
-
-
Andrea Gianarda authored
enabled Make more robust database migration code as the user may set database paths but instruct the core not to initialize the database. This behaviour can de achieved by the following lines in the rc file: [misc] use_database=1 [storage] uri=null By not explicitely disabling friends, call log and chat database, the SDK assumes that they are enabled and migration sould be carried out
-
- 05 Mar, 2025 - 2 commits
-
-
Christophe Deschamps authored
-
Andrea Gianarda authored
-
- 04 Mar, 2025 - 5 commits
-
-
Sylvain Berfini authored
-
Christophe Deschamps authored
- build novideo flavor for macos - fix manual job for MRs
-
Andrea Gianarda authored
as well as public API linphone_core_create_chat_room_7 functions. In fact, the conference parameters already have an account member therefore it is redundant to take the local address in as it might lead to an unexpected behaviour if not set correctly
-
Sylvain Berfini authored
-
Christophe Deschamps authored
-
- 03 Mar, 2025 - 1 commit
-
-
Andrea Gianarda authored
Do not queue a task to dleete a conference if the core is shutting down Delay by one iteration the Terminated state in the ClientConference class. In fact, this state transition is done in a state changed callback, therefore the application may be notified of a state or an incorrect sequence of them
-
- 28 Feb, 2025 - 2 commits
-
-
Andrea Gianarda authored
only the logs of each and every test suite
-
Andrea Gianarda authored
-
- 27 Feb, 2025 - 2 commits
-
-
johan authored
+ update lime documentation
-
Simon Morlat authored
-
- 26 Feb, 2025 - 1 commit
-
-
Andrea Gianarda authored
-
- 25 Feb, 2025 - 3 commits
-
-
ClémenceHim authored
-
Ghislain MARY authored
Prevent crash in std::mutex::lock() for builds made with latest VS 2022 version running on a machine where the redistributables are older.
-
Andrea Gianarda authored
-
- 24 Feb, 2025 - 2 commits
-
-
Andrea Gianarda authored
-
Andrea Gianarda authored
Avoid making the assumption that the first 2 video streams are the main stream the the thumbnail of the local participant
-
- 21 Feb, 2025 - 1 commit
-
-
Simon Morlat authored
-
- 20 Feb, 2025 - 2 commits
-
-
Julien Wadel authored
-
QuentinArguillere authored
-
- 19 Feb, 2025 - 1 commit
-
-
Andrea Gianarda authored
Delete findOneToOneChatRoom from private API Do not check subject for one to one chats
-
- 18 Feb, 2025 - 2 commits
-
-
Julien Wadel authored
Wasapi: System notification listener to detect changing devices (Desktop only). - Update licence to GPL3. - Clean macros and put them in header. - Notify MSFilter on audio route changed if current audio unit has been deactivated. - Add SystemNotifier class and monitor devices changes. - Clean memory when no audio endpoint has been found. - clang format.
-
Andrea Gianarda authored
Add boolean value to know when the addition of a new endpoint has already been notified by the user XML
-
- 17 Feb, 2025 - 2 commits
-
-
Mickaël Turnel authored
- Fix conference ssrc not correctly used (RFC 5576) - Add a workaround for ICE used by WebRTC - Fix extension header ID selection - Fix call without media treated as incoming with an outgoing call
-
Andrea Gianarda authored
EndToEnd
-