- 01 Sep, 2021 - 4 commits
-
-
johan authored
-
DanmeiChen authored
-
QuentinArguillere authored
Set session state to Ended when onCallSessionEarlyFailed is called after starting from a push notification
-
Sylvain Berfini authored
-
- 31 Aug, 2021 - 1 commit
-
-
Andrea Gianarda authored
Add local participant to conference only if call is in state StreamsRunning and improve documentation Correctly check typeid of core conference Add test to verify that linphone_core_add_all_to_conference always adds local participant
-
- 30 Aug, 2021 - 3 commits
-
-
QuentinArguillere authored
Add test to check that all push parameters are removed from mContactUriParameters if present, when core push are enabled
-
Sylvain Berfini authored
Updated mediastreamer2 & msaaudio to disable echo canceller when using media recorder + added Oboe sound plugin for Android (disabled for now) to replace AAudio some day
-
ClémenceHim authored
-
- 27 Aug, 2021 - 3 commits
-
-
QuentinArguillere authored
Account rework : handle all push notification related information in the PushNotificationConfig rather than the contact uri parameters
-
Sylvain Berfini authored
-
Simon Morlat authored
-
- 26 Aug, 2021 - 2 commits
-
-
Julien Wadel authored
- Fix uninitialized encryption backend on chat room creation without encryption
-
Sylvain Berfini authored
-
- 25 Aug, 2021 - 3 commits
-
-
Sylvain Berfini authored
-
Sylvain Berfini authored
Updated liblinphone with Android crash fixes & mediastreamer2 to fix recorder issue with MKV format when no video configured
-
Peio Rigaux authored
-
- 23 Aug, 2021 - 3 commits
-
-
Julien Wadel authored
- Fix MSQOgl crash on resizing and lost images + add debug feedback
-
Sylvain Berfini authored
Fixed issue with log collection callback not following not nil declaration + no longer catches Java expcetion that happens in listeners
-
Julien Wadel authored
-
- 20 Aug, 2021 - 2 commits
-
-
Andrea Gianarda authored
Rename linphone_core_get_100rel_support_level and linphone_core_set_100rel_support_level to comply with Swift function naming rules
-
Andrea Gianarda authored
Start count of potential configuration to 1 Compatibility with Avaya and FreeSwitch servers: - call is paused when receiving a response with all streams having RTP port set to 0 - add support for 100rel support/require level belle-sip: Test scenario where connection and origin IP are not identical
-
- 19 Aug, 2021 - 2 commits
-
-
Simon Morlat authored
-
Timothée Jaussoin authored
liblinphone!1429
-
- 12 Aug, 2021 - 3 commits
-
-
Julien Wadel authored
-
QuentinArguillere authored
-
DanmeiChen authored
-
- 11 Aug, 2021 - 1 commit
-
-
Simon Morlat authored
It seems that the removal of start code emulation prevention bytes is not required for MediaCodec, and moreover if done, it creates random decoding errors at the other end (even if the other end is not a MediaCodec implementation).
-
- 10 Aug, 2021 - 2 commits
-
-
Julien Wadel authored
- Protect Qt Rendering when switch window ID or stopping qogl : mParent could be NULL - Update Readme to use docker image with cmake 3.20 for Android build
-
Andrea Gianarda authored
-
- 09 Aug, 2021 - 1 commit
-
-
Andrea Gianarda authored
-
- 05 Aug, 2021 - 1 commit
-
-
jehan authored
-
- 04 Aug, 2021 - 1 commit
-
-
Mickaël Turnel authored
-
- 03 Aug, 2021 - 2 commits
-
-
QuentinArguillere authored
-
Andrea Gianarda authored
-
- 23 Jul, 2021 - 1 commit
-
-
Adapted if to work with sh too. Could fail silently and then chose the wrong upload directory. Release 5.0's betas were uploaded in releases directory
-
- 15 Jul, 2021 - 2 commits
-
-
Timothée Jaussoin authored
-
Julien Wadel authored
* Stop audio stream when setting new device and Filter don't implement MS_AUDIO_CAPTURE_SET_INTERNAL_ID and MS_AUDIO_PLAYBACK_SET_INTERNAL_ID. This fix allow changing device on Desktop while ringback. * Add Audio stream stop count for tests. * Change audio_stream_set_<input/output>_ms_snd_card prototype to know if MS_AUDIO_CAPTURE_SET_INTERNAL_ID/MS_AUDIO_PLAYBACK_SET_INTERNAL_ID have been called in filters. * Add debug feedback when setting card.
-
- 14 Jul, 2021 - 1 commit
-
-
Sylvain Berfini authored
Updated liblinphone to prevent crash on Android when Core enters background/foreground before it is started
-
- 13 Jul, 2021 - 2 commits
-
-
Julien Wadel authored
Audio : avoid returning audio card if null is set. Fix getting capture card on setting input and not playback. Allow setting NULL device (case of no cards available). Fix tests to not take account of system audio cards (maybe need to be done directly on core creation) Fix UWP tester in case of xml wasn't needed.
-
Julien Wadel authored
Install docs only if requested (This is a workaround to having a path with too many characters on Windows where it is not needed to have docs). Export 2 liblinphone_tester functions to allow UWP to use them for fixing dns resolver. Fix dns resolver on UWP tester that didn't point to the right IP. Wasapi : Add default card only if it exists.
-