- 22 Sep, 2022 - 3 commits
-
-
Julien Wadel authored
-
Sylvain Berfini authored
Updated liblinphone to prevent crash if an Error is thrown during Core setup (instead of an Exception)
-
Simon Morlat authored
-
- 21 Sep, 2022 - 8 commits
-
-
Simon Morlat authored
Add names to threads launched by mediastreamer2. Add checks to help troubleshooting of video conference.
-
Sylvain Berfini authored
-
Julien Wadel authored
- Close the file before calling stop callback to let cb to do file modifications like renaming. If used, ensure to use turbojpeg in dependencies.
-
Andrea Gianarda authored
-
Andrea Gianarda authored
- clients will unsubscribe and re-subscribe to the server to force a full state - servers will send full state to make sure clients are on the same page
-
Julien Wadel authored
-
Julien Wadel authored
-
Simon Morlat authored
Fix video conference issue.
-
- 20 Sep, 2022 - 1 commit
-
-
Andrea Gianarda authored
- move to an error state if the call errors out - do not try to insert conference in database if scheduler is in an error state Chat Message: - remove messages from the transient list if they are in one of the following state: - NotDelivered - Delivered - DeliveredToUser - Displayed
-
- 17 Sep, 2022 - 1 commit
-
-
Julien Wadel authored
MSFoundation : Display current video device in logs. Make async calls for UWP when changing device settings. Manage errors and show them in logs. Fix multiple camera restarting, video freezes and keeping open camera after stopping it. Display errors in hexadecimals. Activate readers and camera after knowing what to use in the initialization step. MSWasapi: Display what card is used in logs.
-
- 16 Sep, 2022 - 3 commits
-
-
Simon Morlat authored
Make lime-x3Dh server implementation independant from lime library. Fix a crash with ZRTP video calls.
-
QuentinArguillere authored
Do not call stream_channel_ios_background_mode on iOS >= 16, XCode14 do not seem to support it anymore and it causes a crash instantly
-
Sylvain Berfini authored
-
- 15 Sep, 2022 - 2 commits
-
-
Sylvain Berfini authored
Updated mediastreamer2 to force keeping new sound cards if SoundDeviceDescription table has changed + updated AAudio & Oboe plugins
-
François Grisez authored
* deprecated-declarations warning on inclusion of <soci/soci.h>; * deprecated-declarations warning on inclusion of <belle-sip/sip-uri.h>. * cast-function-type warnings thrown while belle-sip compilation because of callback casts.
-
- 14 Sep, 2022 - 4 commits
-
-
Julien Wadel authored
By default, avoid building ZXing with CLang below 5.0 because of c++17 is not fully supported. Note: checking cxx_std_17 detects feature but not its full implementation)
-
Timothée Jaussoin authored
See liblinphone!2183
-
Mickaël Turnel authored
-
Sylvain Berfini authored
-
- 13 Sep, 2022 - 6 commits
-
-
Simon Morlat authored
-
Sylvain Berfini authored
-
Julien Wadel authored
-
Mickaël Turnel authored
-
Sylvain Berfini authored
-
Simon Morlat authored
Improve dependant Account: +sip.instance parameter is now set so that the dependant account can obtain a gruu address pointing to the submitted primary address.
-
- 12 Sep, 2022 - 3 commits
-
-
Andrea Gianarda authored
Assign to every participant a sequence number. The first time a participant is added to a conference, its sequence number is 0 and it is incremented by one every time the conference is updated. The sequence number is sent to every participant as a parameter of the ics field ATTENDEE Add linphone_conference_scheduler_cancel_conference to enable apps to cancel a conference for a given conference info Add test to verify edition of conference while it is active Fix description of compile features
-
Julien Wadel authored
-
Andrea Gianarda authored
-
- 09 Sep, 2022 - 3 commits
-
-
Simon Morlat authored
-
Julien Wadel authored
Rework of reading QRCode to the new API (another fork of ZXing). Use turbojpeg for converting raw data into a jpeg image. Add a tool to make auto cast without knowing the type in advance (used for turbojpeg to adapt different version of prototype without the help of cmake).
-
Andrea Gianarda authored
-
- 08 Sep, 2022 - 3 commits
-
-
Sylvain Berfini authored
Updated liblinphone to fix issue when sending conference invitations + improvements over recent LIME changes
-
Andrea Gianarda authored
If the client receives a partial notify for an unknown participant device, then he will send a subscribe to the server to clear things up
-
Simon Morlat authored
-
- 07 Sep, 2022 - 3 commits
-
-
Anthony Gauchy authored
-
jehan authored
-
Simon Morlat authored
Optimize OpenGL/TextureView android video rendering by using a single thread for all TextureViews. For that purpose the MSWorkerThread has been enriched with new features: ability to wait for tasks, and repeatable tasks.
-