client-sdk-swift
client-sdk-swift copied to clipboard
LiveKit Swift Client SDK. Easily build live audio or video experiences on iOS, macOS, tvOS, and visionOS.
**Is your feature request related to a problem? Please describe.** What I need to implement is to send video and audio buffer on my own in a format of `CMSampleBuffer`....
**Describe the bug** Network switch not working when joined using canSubscribe=false "canPublish": true,"canPublishData": true in ios app. Chat msg not received at IOS app. **SDK Version** 2.0.10/11 **iOS/macOS Version** IOS17...
**Describe the bug** Unable to switch to speaker output when bluetooth headsets are connected Is there way to change output audio to BluetoothHeadset, Earpiece, Speakerphone in real time ? I...
**Describe the bug** When attempting to reconnect the `connectionState` remains as `.connected` until all retry attempts have been exhausted. **SDK Version** 2.0.10 **iOS Version** 17.5.1 **Steps to Reproduce** 1. Build...
**Describe the bug** App crashes while running on a physical device. Added a sample project(TestLiveKitIntegration.zip) to run and reproduce. **SDK Version** 1.1.6, Adding the sdk using SPM under a sub...
Continuing the issue of using version 2 along with the BUILD_LIBRARY_FOR_DISTRIBUTION=YES option, it was somewhat helpful to remove CHeaders from the dependencies. However, a new problem has arisen related to...
Hello everyone, here is a question about broadcast. According to the description of iOS Screen Sharing on Wiki, I have followed the instructions to set up the broadcast. Here are...
We're building an application where iOS Voip is combined with LiveKit. We have all configured modes, categories, and options for the AudioSession depending on the type of the call: video...
**Describe the bug** Hi All, It seems websdk sends chat msg in different format but ios sdk expects differently which causes Error in ios sdk "Failed to decode data keyNotFound(CodingKeys(stringValue:...
**Describe the bug** connectionState still appears to be .connected (didUpdateConnectionState is not called to alert about .disconnect) when you lose connection for a prolonged period (around 15+ seconds), but the...