client-sdk-flutter
client-sdk-flutter copied to clipboard
Flutter Client SDK for LiveKit
flutter: enable screen share [unspecified] container_create_or_lookup_app_group_path_by_app_group_identifier: client is not entitled * thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x0) frame #0: 0x00000001dbf97e90 libsystem_platform.dylib`_platform_strnlen + 16 libsystem_platform.dylib`: ->...
I am creating a one to one video calling app using flutter_webrtc and Livekit. And I have: await room.connect( url, token, fastConnectOptions: FastConnectOptions( microphone: TrackOption(track: _audioTrack), camera: TrackOption(track: _videoTrack), ),...
I don't think `setMicrophoneEnabled(true); ` works for macOS. When using the above to connect to room I get error: `Unable to getUserMedia: NotAllowedError `
**I am using LiveKit with WebRTC, and the captureFrame method works as expected on Android APP and web browsers like Chrome, Edge, and Opera. However, it fails on Firefox and...
This fixes a few remaining issues blocking WASM builds
**Describe the bug** I want to implement local audio mixing during call without playing background audio. can you please help me? Thank you
**Describe the bug** When I start call from Windows, it throws: `[ERROR:flutter/shell/common/shell.cc(1055)] The 'FlutterWebRTC/Texture1515781191712' channel sent a message from native to Flutter on a non-platform thread. Platform channel messages must...
There is an intermittent issue we have encountered while using the flutter SDK for audio and video calls on iOS devices. Issue Summary: We have observed that approximately 10%-20% of...
**Is your feature request related to a problem? Please describe.** I'm trying to use an external microphone with LiveKit's example app on Android. I have plugged in a USB-C microphone...
**Describe the bug** When e2eeOptions is enabled, the video screen cannot be displayed when connected with the java SDK after upgrading to 2.2.4. Downgrade back to 2.2.2 and everything is...