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 working on an app that deals with videocalls, and so I'd like to use the loudspeaker while on a call, rather than using the earpiece. Unfortunately,...

**Describe the bug** participant.setCameraEnabled(true); published multiple VideoTracks if pressed multiple times. Im wondering if `setMicrophoneEnabled` does this as well and if it does I hope it can be fixed as...

**Description** Livekit implementation on Android works well, but when I try to run it on iOS, we run into this error: ``` [!] CocoaPods could not find compatible versions for...

**Describe the bug** Tested on windows and macos. Echo canceling works perfectly fine until a moment of silence (random length). Then there is no echo canceling at all. Muting/unmuting fixes...

**Is your feature request related to a problem? Please describe.** Users would like to record audio and video locally in addition to publishing to the server. Currently audio and video...

enhancement
help wanted

**Describe the bug** 1. When I connecting to room with headphones (bluetooth) I hear participants from headphones. But when I call setMicrophoneEnabled(true) audio output automatically switched to speakerphone. Also, Hardware.instanse.enumerateDevices()...

**Describe the bug** [bug] list of mics and camera titles are empty from Hardware.instance.enumerateDevices(); on FIREFOX flutter WEB and return weird device ids **To Reproduce** 1. Build the example app:...

``` localVideoTrackFuture = LocalVideoTrack.createScreenShareTrack( ScreenShareCaptureOptions( params: VideoParameters( dimensions: VideoDimensions(1280, 720), encoding: const VideoEncoding( maxBitrate: 2500 * 1000, maxFramerate: 15, ), ), sourceId: sourceId, maxFrameRate: 30.0, ), ); var localVideo =...

Mention that the microphone functionality (specifically on/off) is not functioning as expected on iOS. Anyone else errors are also not showing If anyone has any reference livekit_client: ^1.5.3 flutter sdk...

**Is your feature request related to a problem? Please describe.** There is example of streaming app in flutter. But there is one in TypeScript. **Describe the solution you'd like** 1....