- Sep 16, 2020
-
-
- Allows conference host to notify each participant when recording - Remove unnecessary callback - Notify host if remaining participant is still recording after conference - Update host notification if participant leave the conference Change-Id: Ib17675442f2e175fe8711c695bc737ffa6d89f05
-
- Sep 15, 2020
-
-
Adrien Béraud authored
Change-Id: I3031460435bde7b15f9f7ba7f449ba08ec0fbe0b
-
Adrien Béraud authored
Change-Id: I76689a7312e3839aaee3fdac4fa760e0ca5dc109
-
This code seems bugguy when the iOS device is in LTE. IPv4 addresses for TURN is not added, however it's successfully done for getaddrinfo. From https://developer.apple.com/library/archive/documentation/NetworkingInternet/Conceptual/NetworkingTopics/Articles/ResolvingDNSHostnames.html 3 APIs exists for doing this resolution: "These functions should be used only if you are writing portable code" and this is the case of pjsip. We should avoid any platform specific code because it's hard to maintain. Moreover, this code was included by https://trac.pjsip.org/repos/ticket/1246 I don't find any reference to this problem about local hostname, moreover, local hostnames are not resolved by Jami, because we only pass IPs addresses directly to pjsip, so this ticket doesn't apply for our codebase. Change-Id: Iff6384eb3325d19f2c215dec953d794823adec51
-
Change-Id: Ib8b1379ca719350de95ab353f56712a02d9278fa
-
- Reduce time during bitrate increase (to reach bandwidth limit faster) - Increase the default bitrate value from 600 kbit/s to 800 kbit/s - Increase maximum bitrate value from 3 Mbit/s to 6 Mbit/s (needed for high resolution, if we use a low resolution the CRF mode will lower the bitrate anyway) Change-Id: I467649d27178e5f8577d313f3d12ce0ed6712005
-
Adrien Béraud authored
Change-Id: Ied62d7760cd11bdb1f62b80cbcaf16a9f4d29a33
-
Change-Id: I5573606fae39567caf9026e9b1253b33588ab292
-
Sébastien Blin authored
Change-Id: Ic02b37fffb6834261c4d8aa9d7c1a68eb72af84e
-
- Sep 13, 2020
-
-
Handle cases when pts is smaller than start time. (Usually should not happens). Change-Id: Ia0687237764cef54d6830ab95169f21f295d041d
-
When call unpaused after microphone was muted, mute state changes to unmute in call, when in audio input it still muted. After this all attempts to mute/unmute audio are unsuccessful. This patch removes mute state update when restarting media, since audio muting managed only by audio input, and should not be related of rtp session parameters. This patch left video mute state updates. Change-Id: I4ac3bea04865fa23b876d5c10fcb5c172c4501a3
-
Change-Id: I24d212f25d355535536a038ec13b92898ce9eb03 Gitlab: #307
-
Change-Id: I2acae919d2a600e8125e203c169be057ec8fda81
-
Adrien Béraud authored
Change-Id: Ic1cdeacaa73e496c0c1483fdaf2db1e95474e5d3
-
- Sep 11, 2020
-
-
Because the callback is shared by multiple objects, parent MUST be passed as a weak pointer to avoid any use after free. Change-Id: Ia03b1aa7326922fe3d07a62f0ac73e9a15da40b0 Gitlab: #307
-
Change-Id: I8e693d8d35d896139be4dc6b4806ef31297ce8f8
-
Adrien Béraud authored
Change-Id: Ia4a8b9b262875c29bb4095f68cd3a017420751a7
-
- Sep 10, 2020
-
-
A new recording file is created during a change Change-Id: I5ac72b31c0d78211a994036150dde34b07d7854a Gitlab: #276
-
Adrien Béraud authored
Change-Id: I332fb4f341f3cb433f54b71651a02d6eb417282b
-
Adrien Béraud authored
Change-Id: I0d98659fdf04aa5c7075f955f40ea217b5914608
-
Mohamed Chibani authored
Add user-agent header to most relevant SIP messages (INVITE, RINGING, OK, ...). The user-agent string is generated from the build version. The user-agent header is useful to identify build version used by the peer. Change-Id: Ic99263ca147d3f96c3c092be2ff3d723bdb6fe6f Gitlab: #287
-
- Sep 09, 2020
-
-
Sébastien Blin authored
This reverts commit 6ce8a7ce. Reason for revert: Some problems with ipv4 only networks Change-Id: Id038c0d60adb3c2fa37d23bb7561c00a30c5aac1
-
- Sep 08, 2020
-
-
Change-Id: I39524d84804c885c5eaae49a2dfccb1e97144aba
-
Adrien Béraud authored
Change-Id: Ibd1cc34e36ba3446907674d6c54d35aeb70cc8e3
-
Adrien Béraud authored
Change-Id: I1dadee13a2baed2c6011e8885482c6356aa3a600
-
Adrien Béraud authored
Change-Id: I21fb8c933587fae5ce3ac07bb9582431e542f173
-
Sébastien Blin authored
Change-Id: I09775af6fcd9ad69b8c139e685b9cf66e9ec215b Gitlab: #301
-
- Sep 04, 2020
-
-
Kateryna Kostiuk authored
For iOS ringtone managed by CallKit. Change-Id: Idb603f44d94e1ad3bc1cb5ccb627997cf1b5c29f
-
Kateryna Kostiuk authored
Add value initialization for tones array, otherwise in iOS behaviour will be undefined. Change-Id: I604beda02fc4cdc2e6ade94088fdbc2f7d0b9c25
-
- Sep 03, 2020
-
-
Sébastien Blin authored
Change-Id: I7f4d6e5baef04b99a2cf1435aa6848aff7bd84df
-
If a router is plugged inside the same network and support UPnP, it can send a unreachable location address. To avoid un-necessary timeout, we just ignore these locations Change-Id: I30312ad1371f5bf59ed8f3d773c36360e622b4ab
-
- Sep 02, 2020
-
-
Adrien Béraud authored
Change-Id: Icfd0fba1cd1b74b58a987510e592aeb4a2565c9d
-
Sébastien Blin authored
Change-Id: Iad373b5b515141928b20c04599991bd3d9ee32d2
-
- Sep 01, 2020
-
-
Adrien Béraud authored
This reverts commit 7f215008. Reason for revert: API design issue Change-Id: I89b4bd9f59b95637acb7fd2199a4ccc43b1bda64
-
- Aug 31, 2020
-
-
Change-Id: I61c074464e21344b2d7a1d64023f23bd96139c3b
-
Change-Id: I711a0b2f446f1620d7dff66945bf9295fd8372ac
-
Change-Id: I9d2915350f6b4e295d72111d66ea66d548b2034c
-
Change-Id: I4620a3a2704ea9bca661f00e0f7e6da55f2cb909
-
Change-Id: I865275b95641aef48a694a375191862ad489ab94
-
Andreas Traczyk authored
- fixes rebase issue from ae7c912a Change-Id: I2107f5283cb5f288fd22905510d8e0b663787957
-