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

**Describe the bug** I'm getting this error during broadcasting. On Android: ``` Fatal Exception: io.flutter.plugins.firebase.crashlytics.FlutterError: Unsupported operation: Infinity or NaN toInt at double.toInt(dart:core) at LocalVideoTrack.monitorStats.(video.dart:90) at _LinkedHashMapMixin.forEach(dart:collection) at LocalVideoTrack.monitorStats(video.dart:88) at...

Can we please do something about the audio ids or add a simple type like builtin | bluetooth | wired, both Android and iOS provie this identification in native (not...

Flutter

I need to set RTCDegradationPreference to DISABLED。Can it be done in my own APP instead of modifying the SDK code? Just like in publishVideoTrack: ``` if (track.source == TrackSource.screenShareVideo) {...

close https://github.com/livekit/client-sdk-flutter/issues/546

**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** When issuing a room grant to a participant you can define attributes to the participant...

**Describe the bug** Add the `livekit_client` package, then the flutter build fails. **To Reproduce** ```bash flutter create -t app --platforms windows,linux,macos --project-name livekit_example livekit_example cd livekit_example flutter run # this...

**Describe the bug** Audio playback is just not working when I build the test app I made because it doesn't work in my actual app. During where audio playback should...

**Describe the bug** I am running the application on two separate Android devices and executing the connect method: ```dart await room!.connect(NetConfig.liveKitUrl, token); ``` The first device successfully connects, but the...

**Is your feature request related to a problem? Please describe.** The June LiveKit newsletter update announced pinch-to-zoom: ![image](https://github.com/livekit/client-sdk-flutter/assets/19392916/42b0b681-5c54-49e2-b1bd-4312cc203f1a) **Describe the solution you'd like** pinch-to-zoom support added to `VideoTrackRenderer` **Describe alternatives...

**Is your feature request related to a problem? Please describe.** In Flutter 3.22.0, the project maintainers added stable support for WebAssembly. They recommend migrating packages to [package:web](https://pub.dev/packages/web) and [dart:js_interop](https://api.dart.dev/stable/dart-js_interop) to...