client-sdk-android
client-sdk-android copied to clipboard
LiveKit SDK for Android
Investigate adding rotation/mirroring directly to the video renderers.
Reported in Slack community. I’m playing a lot with RoomOptions.audioTrackCaptureDefaults flags and with LiveKitOverrides.javaAudioDeviceModuleCustomizer (to set UseHardwareAcousticEchoCanceler and UseHardwareNoiseSuppressor). Sometimes I find combination that seems to solve the problem, but...
There are two Android devices: - **A** – connected via Wi-Fi - **B** – connected via cellular network (4G) **A** calls **B** via LiveKit. After both users enter the room,...
While running the build I am getting this error "**Unresolved reference: livekit**" in **livekit-android-sdk** module. Its not able to import classes in **livekit**. What's the fix or workaround so that...
After switching from WiFi to 4G the livekit client successfully recovers as I receive a `RoomEvent.Reconnecting` followed by the video stream coming back on track after few ms of being...
State flows won't refire for internal changes within objects. Need to create immutable versions for flows.
publication source: on certain devices the CAMERA track is returned as UNKNOWN Step to reproduce: - connect two devices (tested with huawei p40 lite and lenovo tab M10 HD) in...
### Intension Currently the camera access and capturing is handled within the LiveKit SDK. For AR applications which use ARCore and render some 3D objects into the camera image the...
How we can read the External camera now it only reads the front and back camera see an app that reads all external cameras https://play.google.com/store/apps/details?id=com.shenyaocn.android.usbcamera
**To Reproduce** I integrated version 0.9.1 and even version 1.1.1 of Android SDK Connecting two android phones A to B, audio and video flows only from one side to another....