- 26 Mar, 2024 1 commit
-
-
* Separate mocks and tests into separate package * publishing for testing package * Make NetworkCallbackManager injectable * various fixes and upgrades to test package * fix tests
davidliu authored
-
- 14 Mar, 2024 3 commits
- 13 Mar, 2024 5 commits
- 08 Mar, 2024 1 commit
-
- 07 Mar, 2024 1 commit
-
-
* feat: add exteranl audio processing api. * update. * fix spotlessKotlinCheck. * update. * Comments. * fix typo. * upgrade libwebrtc to 114.5735.08. * code format. * rename and add more method. * update. * add siwtch dialog for audio processor. * format. * format. * add AudioProcessorOptions. * revert changes. * Code cleanup * spotless * fix test compile * spotless * Renaming of functions and removing url/token checking from isEnabled --------- Co-authored-by: davidliu <davidliu@deviange.net>
CloudWebRTC authored
-
- 29 Feb, 2024 1 commit
-
-
* State locking for Room and RTC engine around critical spots * Cancel connect job if invoking coroutine is cancelled * cleanup * Clean up test logs * revert stress test changes to sample apps
davidliu authored
-
- 26 Feb, 2024 4 commits
- 22 Feb, 2024 1 commit
-
- 20 Feb, 2024 2 commits
-
-
davidliu authored
-
Antoine Baché authored
-
- 19 Feb, 2024 1 commit
-
- 03 Feb, 2024 3 commits
- 30 Jan, 2024 1 commit
-
-
davidliu authored
-
- 25 Jan, 2024 1 commit
-
-
* Communication mode workaround * clean up implementation * tests and spotless * Inject dispatcher * Tie communication workaround to playout instead of record
davidliu authored
-
- 19 Jan, 2024 1 commit
-
-
Jonas Schell authored
-
- 18 Jan, 2024 1 commit
-
-
davidliu authored
-
- 17 Jan, 2024 3 commits
-
-
davidliu authored
-
davidliu authored
-
* Allow registration of external cameras implementations * Update livekit-android-sdk/src/main/java/io/livekit/android/room/track/video/CameraCapturerUtils.kt * Update livekit-android-sdk/src/main/java/io/livekit/android/room/track/video/CameraCapturerUtils.kt * Remove internal and suppress tags to make camera capturers public * Update CameraEventsDispatchHandler.kt * spotless --------- Co-authored-by: davidliu <davidliu@deviange.net>
jfilo-ebay authored
-
- 13 Jan, 2024 1 commit
-
-
Russ d'Sa authored
-
- 12 Jan, 2024 1 commit
-
-
davidliu authored
-
- 11 Jan, 2024 1 commit
-
-
davidliu authored
-
- 10 Jan, 2024 1 commit
-
-
* Prefix webrtc to avoid collisions with other libraries * Prepare for v2.0.0 * Move test webrtc files as well * Revert java target to Java 1.8 * Remove LiveKit.connect method * Rename participant's track variables to trackPublication to accurately reflect type * update protocol submodule * Change remoteParticipants to identity keys Also add in the Participant Sid/Identity value classes to prevent mistakes * change publishData to take in Identity type * Move to android-prefixed webrtc library * Make inline value classes serializable * Fix publishdata send to identity destination * Support sync stream id * Remap LivekitModels.VideoQuality to VideoQuality enum The new VideoQuality enum exposes only the ones that should be used by consumers * Suspend function for getSid * spotless * fix compile * Add documentation and internal visibility for internal classes
davidliu authored
-
- 07 Jan, 2024 2 commits
-
-
davidliu authored
-
- 26 Dec, 2023 1 commit
-
-
This was causing confusion in users who expected it to overwrite the existing room options
davidliu authored
-
- 13 Dec, 2023 1 commit
-
-
* Force all rtc related calls onto a single dedicated thread * Fix test issues * clean up long lock * Move any callbacks from peerconnection api into local RTC thread * Spotless
davidliu authored
-
- 28 Nov, 2023 2 commits