client-sdk-swift icon indicating copy to clipboard operation
client-sdk-swift copied to clipboard

LiveKit Swift Client SDK. Easily build live audio or video experiences on iOS, macOS, tvOS, and visionOS.

Results 83 client-sdk-swift issues
Sort by recently updated
recently updated
newest added

> You can now use Swift Concurrency in applications that deploy to macOS Catalina 10.15, iOS 13, tvOS 13, and watchOS 6 or newer. This support includes async/await, actors, global...

enhancement

Draft pass at an updated readme, giving a bit more structure and reordering some of the information. There are a few areas that need to be fleshed out with more...

**Describe the bug** When you want to switch camera between front and rear camera, VideoView shows frame flipped horizontally. **SDK Version** 2.0.5 **iOS/macOS Version** iPhone 15 Pro, iOS 17.5 **Minimal...

bug

when the app is in background and the phone is locked. There is no audio of opponent user. Tried every possible way but no luck. Kindly guide me for the...

Some calls to delegates should be waited until proceeding. For example, `participantDidDisconnect:`. Fixes #300 Previously, delegates were invoked serially within an async queue. Now delegates are invoked concurrently within a...

**Describe the bug** If someone leaves and triggers `participantDidConnect`, then we cannot get identity in RemoteParticipant **SDK Version** The latest version **iOS/macOS Version** ALL **temporary solution** Participant.swift ``` func cleanUp(notify...

bug

**Describe the bug** While attempting to build an XCframework with LiveKit SDK as a dependency, I encountered the following errors. ``` /Users/daos/Library/Developer/Xcode/DerivedData/UnbluMobileSDK-bhhgojhqukhuwwegpvpuskbnsguw/Build/Intermediates.noindex/LiveKit.build/Release-iphoneos/LiveKit.build/Objects-normal/arm64/LiveKit.swiftinterface:5:8: error: no such module 'CHeaders' import CHeaders ^...

bug

**Describe the bug** VideoView sporadically shows nothing after track is set. In order to minimise explanation this bug is reproduced and reported based on minimal UIKit example. But I also...

bug
Swift

**Is your feature request related to a problem? Please describe.** We would like to enable mutual TLS for our LiveKit connections. **Describe the solution you'd like** A clear and concise...

enhancement
Swift