- 10 Jun, 2025 3 commits
-
-
davidliu authored
-
Jean Kruger authored
-
- 02 Jun, 2025 2 commits
- 01 Jun, 2025 3 commits
-
-
* Refactor and enable switching between cameras using physical id. * Override cameraName * Rename unused arguments in predicate * Update documentation * Add changeset * Move camera lookup to CameraXSession * Override isBackFacing and isFrontFacing * update byte buddy to support java 21 * Refactor to fix unit tests * Run spotlessApply * Run spotlessApply on all plugins * cleanup --------- Co-authored-by: davidliu <davidliu@deviange.net>
Kasem Mohamed authored -
davidliu authored
-
* Change isMicrophoneEnabled, isCameraEnabled, isScreenshareEnabled to FlowObservable variables * Compile fixes * spotless
davidliu authored
-
- 24 May, 2025 1 commit
-
-
davidliu authored
-
- 20 May, 2025 1 commit
-
- 19 May, 2025 3 commits
-
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
davidliu authored -
* Support selecting physical camera This commit adds support for selecting a specific physical camera when multiple physical cameras are available under a single logical camera. This is particularly relevant for devices with multi-camera systems. * Return early * Fix typo * Add comment * Fix comment * Make function private * add changeset --------- Co-authored-by: davidliu <davidliu@deviange.net>
Kasem Mohamed authored
-
- 16 May, 2025 1 commit
-
-
* Update protocol submodule to v1.38.0 * Basic Preconnect audio buffer implementation * Add Participant.State and related events * prerecording full implementation * Fix outgoing byte datastreams incorrectly padding data * Add pre-connect audio for use with agents
davidliu authored
-
- 14 May, 2025 1 commit
-
- 13 May, 2025 5 commits
-
-
davidliu authored
-
davidliu authored
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
davidliu authored -
* save * port js shaders * save * fix downsampler * save - trying to get blur shader workging * fix wrong height to downsample * expose specific floats arguments for coordinate matrixes * constant vertex shader * properly set sizes for framebuffer to draw into * working blur shader * Rename DownSamplerShader to ResamplerShader * save * Virtual background and track-processors module * Delete experimental files * Clean up example * Clean up documentation * Delete unused file * revert change to module.md * cleanup documentation * revert unwanted change * changeset * spotless * spotless
davidliu authored
-
- 12 May, 2025 1 commit
-
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
davidliu authored
-
- 09 May, 2025 1 commit
-
-
If the track has already been disposed, the associated MediaStreamTrack is also disposed, causing unpublishTrack to throw an IllegalStateException ("MediaStreamTrack has been disposed."). To prevent this issue, dispose of the defaultTracks only after the track has been unpublished.Jean Kruger authored
-
- 06 May, 2025 1 commit
-
- 03 May, 2025 3 commits
-
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
davidliu authored -
* Avoid exception on request add track failure * Stop audio and video track on publish failure * Start the video capture on connect if requested * Fire a room event when the track publication failed * Add changeset * Fixes unit tests * Update livekit-android-sdk/src/main/java/io/livekit/android/room/participant/LocalParticipant.kt * Also return true from setDeviceEnabled --------- Co-authored-by: davidliu <davidliu@deviange.net>
Jean Kruger authored -
* Fix CameraXSession not setting the target capture format correctly, and remove unused usecase * changeset and spotless
davidliu authored
-
- 26 Apr, 2025 1 commit
-
- 25 Apr, 2025 1 commit
-
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
davidliu authored
-
- 21 Apr, 2025 2 commits
-
- 01 Apr, 2025 4 commits
-
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
davidliu authored -
* Unpublish the screen sharing track on stop * Introduce ScreenCaptureParams * Add changeset * Lint fixes
Jean Kruger authored -
* Implement data streams * Emit warning logs for unhandled datastreams * Fix stream closing
davidliu authored
- 17 Mar, 2025 4 commits
-
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
davidliu authored -
* Fast fail attempts to publish without permissions * Fix publish deadlock when no response from server
davidliu authored -
* Prewarm audio to speed up mic publishing * update cache action * spotless and changeset
davidliu authored
- 26 Feb, 2025 1 commit
-
- 23 Feb, 2025 1 commit
-
-
…pantPermission (#610) Add tests to verify protobuf and sdk fields match Add SCREEN_SHARE_AUDIO as a Track.Source.Type
davidliu authored
-