client-sdk-flutter
client-sdk-flutter copied to clipboard
Flutter Client SDK for LiveKit
**Is your feature request related to a problem? Please describe.** Currently I can only subscribe and unsubscribe to/from an audio track which may be inconvenient if one of the participants...
Hello, Currently, I am working on video calling project in a flutter. I have used livekit for video calling. but I am facing one issue between android and IOS video...
**Describe the bug** I was creating mobile app by using flutter livekit. But devices list is not working correctly. Hardware.instance.enumerateDevices() I got devices list. And it's returning like this. ``[MediaDevice{deviceId:...
I get this error message in the debug logs everytime i setMicrophoneEnabled(false). The function works, but the error message is a false positive. We should still handle it though. My...
`Hardware.onDeviceChange` StreamController is only updated occasionally. I've debugged it and found that for some reason the `FlutterWebRTCEventChannel.handleEvents` StreamController not updated on every audio device change: https://github.com/flutter-webrtc/flutter-webrtc/blob/1dcb8223355dc58db0852e2df19f8514e9b4cd0d/lib/src/native/event_channel.dart#L15-L16 **To Reproduce** 1. Use...
close https://github.com/livekit/client-sdk-flutter/issues/364
**Describe the bug** We enable/disable camera and microphone of the local participant in a callback whenever our call state changes. Sometimes we experienced duplicated audio and/or video streams. It turns...
**Describe the bug** I try to give users feedback about connectivity issues as fast as possible, i.e. on RoomAttemptReconnectEvent. However, it looks like "RoomReconnectedEvent" is not always fired after attempting...
close https://github.com/livekit/client-sdk-flutter/issues/511