- 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 - 3 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
-
Andrea Gianarda authored
This is a simple way for applications to index a chatroom or conference provided by the SDK. Applications can also retrieve a chatroom or conference object by providing its identifier
-
- 14 Feb, 2025 - 1 commit
-
-
Andrea Gianarda authored
Ensure that linphone_core_search_chat_room_2 doesn't do a SIP address comparison as stated in the RFC. In fact, doing that leads to being too exposed to server instabilities. For example, if a server for whatever reason removes the conf-id parameter from the chatroom peer address, it will prevent to client to join any new chatroom as all will match the corrupted chat Add class ConferenceContext to easily compare two chatrooms or conference based on the parameters, local and remote address and the participants
-
- 13 Feb, 2025 - 1 commit
-
-
Andrea Gianarda authored
state change At startup, set all media conference supporting chat capabilities to Terminated and reset the last notify ID
-
- 12 Feb, 2025 - 2 commits
-
-
Andrea Gianarda authored
Free transient messages and events as soon as the chatroom moved into the Deleted state. The application might still keep a reference preventing the immediate destruction
-
Andrea Gianarda authored
scenarios: - the client requested a full state - the server sends a full state to catch up a big number of missed events. In order to detect the latter case, the client looks if its current last notify ID is not 0
-
- 11 Feb, 2025 - 4 commits
-
-
Julien Wadel authored
-
Andrea Gianarda authored
Use parameters passed down by the application to join a group call after it has been created on the server Rework impromptu conference tests to avoid using the conference scheduler to create such conferences. Use instead the method linphone_conference_invite_participants
-
ClémenceHim authored
-
ClémenceHim authored
-
- 10 Feb, 2025 - 3 commits
-
-
ClémenceHim authored
-
Andrea Gianarda authored
Take into account conference capabilities in the NOTIFY full state if the conference supports medias
-
Sylvain Berfini authored
-
- 08 Feb, 2025 - 1 commit
-
-
Simon Morlat authored
Fix a crash while sending a response retransmission in a server transaction, after a network disconnection.
-
- 07 Feb, 2025 - 1 commit
-
-
Sylvain Berfini authored
-