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

Flutter Client SDK for LiveKit

Results 106 client-sdk-flutter issues
Sort by recently updated
recently updated
newest added

livekit_client:^1.3.5 @OverRide 无效 initState() { super.initState(); Hardware.instance.enumerateDevices().then(_loadDevices); } void _loadDevices(列出设备) async { _audioInputs = devices.where((d) => d.kind == 'audioinput').toList(); _audioOutputs = devices.where((d) => d.kind == 'audiooutput').toList(); _videoInputs = devices.where((d) =>...

**Describe the bug** W/System.err( 9765): java.util.concurrent.ExecutionException: java.lang.IllegalArgumentException W/System.err( 9765): at java.util.concurrent.FutureTask.report(FutureTask.java:122) W/System.err( 9765): at java.util.concurrent.FutureTask.get(FutureTask.java:191) W/System.err( 9765): at com.cloudwebrtc.webrtc.SimulcastVideoEncoderFactoryWrapper$StreamEncoderWrapper.initEncode(SimulcastVideoEncoderFactoryWrapper.kt:111) W/System.err( 9765): Caused by: java.lang.IllegalArgumentException W/System.err( 9765): at android.media.MediaCodec.native_configure(Native Method) W/System.err(...

**Describe the bug** Some iPhone users have the problem of not being able to broadcast. Local widget appears black. ``` FlutterError - Unable to RTCPeerConnection::addTransceiver: Error: can't addTransceiver! Fatal Exception:...

**Is your feature request related to a problem? Please describe.** Currently, playback in the windows environment will occupy the output device independently, resulting in no sound for other applications. Can...

Facing video freeze issue with latest flutter livekit sdk (and lower versions also ), trying to call from some mobile devices (iphones and android) to samsung tablet (galaxy a8) (1...

hardware-specific bugs

**Describe the bug** I have 3 devices, a mac m1, an ipad and an iphone. I first connect on desktop (web safari) but after i connect with the 3rd device...

**Describe the bug** With flutter web if i enter with an android device in a room the device is not detected on the other side (desktop web). The bug is...

**Describe the bug** This issue occasionally occurs on IOS devices ( Not every time, but is occur ), So much so that ``room.localParticipant?.videoTracks.firstOrNull?.track`` is null and cannot be rendered ``LocalVideoTrack``...

**Describe the bug** When publishing on certain devices, their video appears to have an artifact. Sometimes it's a green border, other times it appears distorted. This appears hardware specific. The...

bug

**Describe the bug** A "deliverDecodedFrame failed" error occurs in the logs of the viewer when the broadcaster closes the broadcast. There are no errors in the publisher's logs, this error...

bug