- 17 Mar, 2025 - 2 commits
-
-
ClémenceHim authored
-
Andrea Gianarda authored
-
- 14 Mar, 2025 - 1 commit
-
-
Simon Morlat authored
-
- 13 Mar, 2025 - 2 commits
-
-
Andrea Gianarda authored
-
Julien Wadel authored
Add a manual test for checking device changed by doing manual OS updates. It can be run with options `--all --suite "Audio Routes --test "Simple call with real audio devices reload"` Add 2 tools function to detect volumes on record/playback. Move usable functions into global headers to avoid future code duplications: check device name and id. For tester, fix missing entitlements in plist to access microphones.
-
- 12 Mar, 2025 - 1 commit
-
-
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
-
- 11 Mar, 2025 - 2 commits
-
-
Andrea Gianarda authored
-
Mickaël Turnel authored
-
- 10 Mar, 2025 - 1 commit
-
-
Mickaël Turnel authored
-
- 07 Mar, 2025 - 2 commits
-
-
Andrea Gianarda authored
Handle the case where a faulty core in a conference sends an SDP with multiple streams without any label
-
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 - 1 commit
-
-
Andrea Gianarda authored
-
- 04 Mar, 2025 - 3 commits
-
-
Sylvain Berfini authored
-
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 Rework me conference parameter member as it is not required anymore as the address of the me participant is the account identity address
-
Sylvain Berfini 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 - 1 commit
-
-
Andrea Gianarda authored
for basic chatroom. Flexisip based chatroom will set it to the contact address of the account. As RFC3428 doesn't allow MESSAGE requests to have a Contact header, the account contact address is the only way for the server to know which device sent it.
-
- 27 Feb, 2025 - 2 commits
-
-
johan authored
+ better migration testing
-
Simon Morlat authored
-
- 26 Feb, 2025 - 1 commit
-
-
Andrea Gianarda authored
-
- 25 Feb, 2025 - 2 commits
-
-
ClémenceHim authored
-
Andrea Gianarda authored
-
- 24 Feb, 2025 - 2 commits
-
-
Andrea Gianarda authored
-
Andrea Gianarda authored
void 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 - 1 commit
-
-
QuentinArguillere authored
-
- 19 Feb, 2025 - 1 commit
-
-
Andrea Gianarda authored
Fix typo
-
- 18 Feb, 2025 - 2 commits
-
-
Andrea Gianarda authored
Delete findOneToOneChatRoom from private API Do not check subject for one to one chats
-
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 - 6 commits
-
-
Mickaël Turnel authored
-
Mickaël Turnel authored
(cherry picked from commit c26adf04)
-
Mickaël Turnel authored
-
Mickaël Turnel authored
-
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
-