client-sdk-android icon indicating copy to clipboard operation
client-sdk-android copied to clipboard

LiveKit SDK for Android

Results 85 client-sdk-android issues
Sort by recently updated
recently updated
newest added

latest libaray version videoTrack.switchCamera was not available

**Crash** When try to disconnect room, i got a crash. The crashlog that i got. Any idea for it? Non-fatal Exception: java.util.concurrent.ExecutionException: java.lang.NullPointerException: Attempt to invoke virtual method 'void livekit.org.webrtc.RtpTransceiver.dispose()'...

bug

When I do stress testing on Android(HUAWEI/HONOR) and call the SDK( v1.5.3) dozens of times, libjingle_peerconnection_so crash occurs and the phone must be retarted. 2024-01-18 15:59:55.375 3561-4044 rtc com.example.gecko E...

bug

**Describe the bug** Sometime ConcurrentModificationException occurs, if multiple people exit a group call at the same time. I apologize for the lack of detailed logs, but describe solution below. **To...

bug

**Is your feature request related to a problem? Please describe.** For Android devices, I want to apply the mirror for the front camera, and in order to do that, I...

enhancement

**Describe the bug** When attempting to apply custom post-processing to the microphone by overriding `capturePostProcessor` through `LiveKitOverrides`, issues arise with the audio output. Using simple gain modification as an example,...

bug

**Describe the bug** We're using Livekit in our Android app, calling works well and we're able to create and join rooms. However trying to use the `room.localParticipant.publishData` mechanism doesn't work....

bug

**Describe the bug** kotlin.UninitializedPropertyAccessException: subscriber has not been initialized yet. at io.livekit.android.room.RTCEngine.getSubscriber$livekit_android_sdk_release(RTCEngine.kt:128) at io.livekit.android.room.RTCEngine.onTrickle(RTCEngine.kt:733) at io.livekit.android.room.SignalClient.handleSignalResponseImpl(SignalClient.kt:586) at io.livekit.android.room.SignalClient.access$handleSignalResponseImpl(SignalClient.kt:56) at io.livekit.android.room.SignalClient$onReadyForResponses$1$1.emit(SignalClient.kt:208) at io.livekit.android.room.SignalClient$onReadyForResponses$1$1.emit(SignalClient.kt:206) at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:383) at kotlinx.coroutines.flow.SharedFlowImpl.collect(Unknown Source:0) at io.livekit.android.room.SignalClient$onReadyForResponses$1.invokeSuspend(SignalClient.kt:206) at...

bug
Android

I working with WebRTC try to stream kind of detection model to other users in the room. The key is to convert the frame to a bitmap.

enhancement

**Describe the bug** The VideoFrame can be instantiated using a canvas in the [Javascript SDK](https://github.com/livekit/track-processors-js/blob/4c92414b0fab07ae7eb9e0e9adac1c0b4ef644fc/src/transformers/BackgroundTransformer.ts#L97). How can the same be done in Android? In Android, to create a VideoFrame we...

bug