- 14 Jan, 2022 - 4 commits
-
-
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
-
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
- factory API to get/set the cache dir - rename get plain file function to make more explicit that the function create a file - empty cache on core stop - belle-sip dir manipulation API moved to bctoolbox
-
- Get Native Window ID from participant. - Add Window ID creation API for filters.
-
- 10 Jan, 2022 - 2 commits
-
-
Andrea Gianarda authored
-
Andrea Gianarda authored
-
- 07 Jan, 2022 - 1 commit
-
-
Andrea Gianarda authored
-
- 06 Jan, 2022 - 3 commits
-
-
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.
-
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
-
-
- 04 Jan, 2022 - 1 commit
-
-
Mickaël Turnel authored
-
- 03 Jan, 2022 - 2 commits
-
-
Simon Morlat authored
Add complex test to reproduce a complex SIP race condition, now fixed in belle-sip.
-
Sylvain Berfini authored
-
- 23 Dec, 2021 - 1 commit
-
-
Andrea Gianarda authored
Fix crash on setting remote address in call log.
-
- 22 Dec, 2021 - 1 commit
-
-
Julien Wadel authored
Deprecated some APIs & created new ones to unify naming + workaround in Java wrapper to create duplicates if needed so Kotlin will wrap some enableX/xEnabled as properties properly
-
- 21 Dec, 2021 - 1 commit
-
-
Andrea Gianarda authored
Do not allow remote participants to change conference layout
-
- 20 Dec, 2021 - 1 commit
-
-
Simon Morlat authored
-
- 18 Dec, 2021 - 1 commit
-
-
Sylvain Berfini authored
-
- 17 Dec, 2021 - 2 commits
-
-
Andrea Gianarda authored
Apply more fixes to video toggling during conference
-
François Grisez authored
target_link_libraries() instruction was repalaced by target_include_directories() to make build on Yocto to pass. (cherry picked from commit 7776abdb)
-
- 16 Dec, 2021 - 4 commits
-
-
Mickaël Turnel authored
-
Sylvain Berfini authored
This reverts commit 181d3d95.
-
Andrea Gianarda authored
-
Andrea Gianarda authored
Do not destroy conferences created on server
-
- 15 Dec, 2021 - 4 commits
-
-
Sylvain Berfini authored
-
Sylvain Berfini authored
-
Sylvain Berfini authored
-
Sylvain Berfini authored
Fixed issue when sending invitations through ConferenceScheduler when chat room params is set to use Flexisip backend
-
- 14 Dec, 2021 - 2 commits
-
-
Sylvain Berfini authored
Reworked scheduled conferences creation & conference info sending API using new ConferenceScheduler object
-
Mickaël Turnel authored
-
- 13 Dec, 2021 - 2 commits
-
-
Andrea Gianarda authored
Set organizer as admin and allow him to remove participants The address of me when creating the conference from an op is the to of the op itself
-
Mickaël Turnel authored
-
- 10 Dec, 2021 - 3 commits
-
-
DanmeiChen authored
-
Simon Morlat authored
-
Andrea Gianarda authored
- do not create any intermediate/dummy conference - do not start a call to create a conference to allow creation while in a call
-