- 27 Jan, 2022 - 2 commits
-
-
Peio Rigaux authored
-
Peio Rigaux authored
-
- 26 Jan, 2022 - 2 commits
-
-
johan authored
-
Timothée Jaussoin authored
liblinphone!1794
-
- 25 Jan, 2022 - 1 commit
-
-
DanmeiChen authored
-
- 24 Jan, 2022 - 2 commits
-
-
Peio Rigaux authored
Removed cache compression Changed cache key to use image name, in order to get more cache hits from jobs sharing the same docker image Modified cache size per key up to 3G to match new needs in cache storage for jobs (ccache will only use 80% of CCACHE_SIZE variable) Clears the cache stats at each job start to see the cache hits per jobs (improvement can be done, check comment)
-
Andrea Gianarda authored
Move up "Video Quality" tests in order to try speeding up test runs Enable remote conference tests Made conference_get_state() API public
-
- 21 Jan, 2022 - 3 commits
-
-
Sylvain Berfini authored
-
Andrea Gianarda authored
Enable video in local conference based on core parameters and create remote conference as soon as possible and subscribe later
-
-
- 20 Jan, 2022 - 1 commit
-
-
Sylvain Berfini authored
Updated liblinphone to add default call values for microphone & input/output audio devices in CallParams
-
- 19 Jan, 2022 - 2 commits
-
-
-
Timothée Jaussoin authored
liblinphone!1646
-
- 18 Jan, 2022 - 4 commits
-
-
Andrea Gianarda authored
-
DanmeiChen authored
-
Simon Morlat authored
-
Peio Rigaux authored
-
- 17 Jan, 2022 - 3 commits
-
-
-
Mickaël Turnel authored
-
Julien Wadel authored
- Conference parameters : Change proxy config into account. Deprecate proxy config on linphone_conference_params_get_proxy_cfg(). - Conference parameters : add default and custom factory URI, aswell of identity coming from proxy. - LinphoneAddress : add isValid() to public API. - Create conference : creation from "conference_type" on default proxy (unchange). If not set, use factory from conference parameters. If factory is not valid then it is a local conference.
-
- 14 Jan, 2022 - 7 commits
-
-
-
Set the max job limitation in common accross all Unix jobs (prevents Ninja from using all system threads and belle_sip_parser to take all memory)
-
Andrea Gianarda authored
-
Andrea Gianarda authored
Do not send reINVITE if conference has layout none and the participant was added while the call was establishment
-
Simon Morlat authored
-
Julien Wadel authored
- Add a missing var (LINUX_OR_BSD) for setting default ENABLE_V4L in MS2
-
Andrea Gianarda authored
Stream capability stores the informations coming from the conference event package. Stream availability states whether a stream is available for a given participant Add callbacks to notify clients when changes are done Fixed ljb redefinition in generated JNI file for Java wrapper
-
- 13 Jan, 2022 - 1 commit
-
-
Anthony Gauchy authored
-
- 12 Jan, 2022 - 1 commit
-
-
Andrea Gianarda authored
The conference server or participant holding the conference will always send a reINVITE following a request from a client to toggle video settings in order to keep him up to date regarding new streams that have been added while his/her video was off
-
- 11 Jan, 2022 - 2 commits
-
-
johan authored
-
- Get Native Window ID from participant. - Add window ID creation API and use it in in MSQOgl filter.
-
- 10 Jan, 2022 - 2 commits
-
-
Andrea Gianarda authored
-
Andrea Gianarda authored
-
- 07 Jan, 2022 - 1 commit
-
-
Andrea Gianarda authored
The conference server tries to add them as soon as possible (i.e. in the IncomingReceived call state). At this stage the participant device is in state ScheduledForJoining. Once the call reaches the StreamsRunning state, the participant device state will move to Joining is ICE is disable. Otherwise, the server will wait for the ICE reINVITE before changing the participant state . The server also sends out an update in order to offer the right streams based on the chosen layout. The participant device state will ultimately move to Present once the client accepted the server offer and the other participant are notified of the addition of the participant device.
-
- 06 Jan, 2022 - 2 commits
-
-
Andrea Gianarda authored
Restore previously created conference after server restart by looking at conference informations stored in the DB
-
DanmeiChen authored
-
- 05 Jan, 2022 - 1 commit
-
-
jehan authored
-
- 04 Jan, 2022 - 1 commit
-
-
Mickaël Turnel authored
-
- 03 Jan, 2022 - 2 commits
-
-
Simon Morlat authored
-
Sylvain Berfini authored
-