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.
Following Swift features are not support and needs re-write : - enums with associated values - structs - optional values - Inheriting generic classes
Starting iOS 15, we can adopt PiP for Video Calls, which seems very appropriate for this project. Do you know if it's possible? Doing a quick search for `import AV*`...
`ObservableRoom` is a subclass of `RoomDelegate` It has the following methods: ``` open func room(_ room: Room, didConnect isReconnect: Bool) {} open func room(_ room: Room, didFailToConnect error: Error) {}...
Added source_files property to the podspec and fixed CHeaders import
Use the Network Framework instead of NSURLSession. Network Framework has connectivity detection built-in and appears to be more reliable than our original `ConnectivityListener` class (which uses `NWPathMonitor` in a bit...
these are the test steps I did demonstrated in the video: Remembering that the view controller is locked in landscape, which is supposed to be. 1. I'm in landscape without...
1. `localParticipant.publishData()`'s promise occasionally never resolved. 2. Data isn't reliably delivered.
https://github.com/livekit/client-sdk-js/pull/377