- 07 Feb, 2024 - 1 commit
-
-
Andrea Gianarda authored
A client can ebale screensharing by setting the isScreensharing flag in the call parameters to TRUE. This change will only take into effect if the call and the conference support video capabilities. As far as the signalling is concerned, the SDK will add or modify the content of the main video stream to "slides" if the call is in a conference. Screensharing can be enabled for any layout the client is in. In case one or more clients wish to share the screen, the last one making its request will actually share the screen. The application has the responsability to set the video source descriptor corresponding to the screen, window or program to share. This can be done eithe rbefore or after updating the call parameters. Similarly, once the video scharing session ends, the application must change the video source descriptor. The person who shared its screen can avoid sharing the image of its camera by diabling the camera in the call parameters The application will be notified if the screensharing request was accepted through a dedicated callback
-
- 30 Jan, 2024 - 1 commit
-
-
Julien Wadel authored
-
- 25 Jan, 2024 - 1 commit
-
-
Julien Wadel authored
-
- 24 Jan, 2024 - 1 commit
-
-
Sylvain Berfini authored
Updated liblinphone to add a new callback notifying when a new SIP address is discovered through long term presence
-
- 23 Jan, 2024 - 3 commits
-
-
Sylvain Berfini authored
Updated liblinphone to fix linphone_account_get_call_logs possibly returning more results than history_max_size config value
-
Sylvain Berfini authored
-
Mickaël Turnel authored
-
- 22 Jan, 2024 - 1 commit
-
-
Mickaël Turnel authored
-
- 21 Jan, 2024 - 1 commit
-
-
johan authored
+ fix build options to build only kyber and hqc + add pq tests in bzrtp
-
- 20 Jan, 2024 - 2 commits
-
-
Sylvain Berfini authored
-
Sylvain Berfini authored
-
- 19 Jan, 2024 - 2 commits
-
-
Sylvain Berfini authored
-
Andrea Gianarda authored
to: - store conference information on the device holding the conference - correctly set the organizer by looking at the joining mode. If it is FocusOwner, the use it - Do not default organizer to me participant - Set the role of the me participant of a local conference to speaker
-
- 18 Jan, 2024 - 1 commit
-
-
QuentinArguillere authored
-
- 17 Jan, 2024 - 1 commit
-
-
Andrea Gianarda authored
do not compile example plugin for iOS
-
- 16 Jan, 2024 - 2 commits
-
-
Sylvain Berfini authored
-
Sylvain Berfini authored
-
- 15 Jan, 2024 - 2 commits
-
-
Sylvain Berfini authored
Updated liblinphone to be able to set, store & retrieve the international prefix's matching ISO country code in AccountParams
-
Andrea Gianarda authored
-
- 13 Jan, 2024 - 3 commits
-
-
Sylvain Berfini authored
Prevents crash in Android PhoneStateListener if Core is created from a thread that didn't called Looper.prepare() first
-
Sylvain Berfini authored
Use usage_hint info to know when to restore the default audio route in Android's AudioManager in OpenSLES sound card
-
Sylvain Berfini authored
-
- 12 Jan, 2024 - 3 commits
-
-
Christophe Deschamps authored
-
Christophe Deschamps authored
-
Benoit Martins authored
-
- 11 Jan, 2024 - 4 commits
-
-
Christophe Deschamps authored
- Refactor account creator utility functions - Migrate account creator random username and password generators from C to C++
-
Mickaël Turnel authored
-
Andrea Gianarda authored
-
Sylvain Berfini authored
-
- 10 Jan, 2024 - 4 commits
-
-
Andrea Gianarda authored
-
Andrea Gianarda authored
-
Mickaël Turnel authored
-
Mickaël Turnel authored
-
- 09 Jan, 2024 - 1 commit
-
-
Mickaël Turnel authored
-
- 08 Jan, 2024 - 2 commits
-
-
Andrea Gianarda authored
-
QuentinArguillere authored
ios begin/end background task : remove the dispatch_sync call to force execution on main thread, as beginBackgroundTask and endBackgroundTask functions can safely be called on non-main thread
-
- 04 Jan, 2024 - 3 commits
-
-
QuentinArguillere authored
-
Andrea Gianarda authored
Add curly brackets to variable used to set LINPHONESDK_IOS_BASE_URL in order to avoid the following error and improve clarity: CMake Warning: Ignoring extra path from command line: "/novideo/"
-
QuentinArguillere authored
-
- 03 Jan, 2024 - 1 commit
-
-
Andrea Gianarda authored
-