- 28 Sep, 2022 - 1 commit
-
-
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
-
- 27 Sep, 2022 - 2 commits
-
-
Andrea Gianarda authored
-
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 Improve tests: - verify behaviour when participants are added in a quick succession to remote conference - improve chat room test coverage
-
- 22 Sep, 2022 - 1 commit
-
-
Sylvain Berfini authored
-
- 19 Sep, 2022 - 1 commit
-
-
Andrea Gianarda authored
-
- 14 Sep, 2022 - 1 commit
-
-
Mickaël Turnel authored
-
- 08 Sep, 2022 - 1 commit
-
-
Simon Morlat authored
-
- 08 Aug, 2022 - 1 commit
-
-
DanmeiChen authored
free audio resource before new incoming call, to ensure there is only one write card and avoid crash ios
-
- 04 Aug, 2022 - 1 commit
-
-
DanmeiChen authored
-
- 03 Aug, 2022 - 1 commit
-
-
DanmeiChen authored
-
- 02 Aug, 2022 - 2 commits
-
-
DanmeiChen authored
-
Mickaël Turnel authored
(cherry picked from commit 76b86a22)
-
- 27 Jul, 2022 - 2 commits
-
-
QuentinArguillere authored
-
QuentinArguillere authored
-
- 21 Jul, 2022 - 1 commit
-
-
Mickaël Turnel authored
-
- 19 Jul, 2022 - 1 commit
-
-
Andrea Gianarda authored
-
- 13 Jul, 2022 - 1 commit
-
-
Timothée Jaussoin authored
Use sal_get_random_token_lowercase in tests to ensure username compatibility with FlexiAPI validation restrictions
-
- 08 Jul, 2022 - 1 commit
-
-
Peio Rigaux authored
Fix sip address table creation when database connection string containts utf8mb4 as charset, on mariadb 5.5 (mitigates Exception while creating or updating the database's schema : Specified key was too long; max key length is 767 bytes while executing) Added warning comments in case utf8mb4 varchar columns > 255 were to be indexed
-
- 07 Jul, 2022 - 1 commit
-
-
Mickaël Turnel authored
(cherry picked from commit 8b3275e7)
-
- 28 Jun, 2022 - 1 commit
-
-
Sylvain Berfini authored
-
- 27 Jun, 2022 - 1 commit
-
-
Sylvain Berfini authored
-
- 22 Jun, 2022 - 1 commit
-
-
johan authored
-
- 16 Jun, 2022 - 1 commit
-
-
Simon Morlat authored
This saves time to establish the audio stream. Starting before ICE verified was not a good idea: it will trigger retransmissions, and retransmission interval growing over time makes the handshake slower. Also, fix an issue where callee sets host candidates as default candidates in SDP, sflrx must be preferred.
-
- 15 Jun, 2022 - 1 commit
-
-
Andrea Gianarda authored
Look if me is focus to kow whether conference is local or remote
-
- 10 Jun, 2022 - 2 commits
-
-
Sylvain Berfini authored
-
Sylvain Berfini authored
-
- 03 Jun, 2022 - 2 commits
-
-
Sylvain Berfini authored
-
Sylvain Berfini authored
-
- 02 Jun, 2022 - 1 commit
-
-
Julien Wadel authored
-
- 01 Jun, 2022 - 1 commit
-
-
Sylvain Berfini authored
-
- 27 May, 2022 - 4 commits
-
-
Julien Wadel authored
-
Julien Wadel authored
This reverts commit 76651156.
-
Julien Wadel authored
Revert "MagicSearch for case insensitive : replace tolower by regex in order to work without locale." This reverts commit 3b89c845.
-
Sylvain Berfini authored
Fixed crash in Android AudioHelper when trying to set looping property of ringtone on devices older than 9.0
-
- 25 May, 2022 - 1 commit
-
-
Julien Wadel authored
-
- 24 May, 2022 - 1 commit
-
-
Julien Wadel authored
-
- 23 May, 2022 - 4 commits
-
-
Julien Wadel authored
-
Julien Wadel authored
-
Julien Wadel authored
-
Thibault Lemaire authored
Log messages were passed, unchecked, to the log_message_written callback On Xamarin this callback is written in C#. So the const char* is converted to a .NET string, which is stored as UTF16. Mono checks for validity and throws an exception when the string contains illegal byte sequences, leading to a crash. Interestingly, though, I was unable to reproduce the crash on UWP, which uses the .NET Core runtime. The illegal bytes seem to be silently replaced with the replacement character ('�') without throwing.
-