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

**Describe the bug** In order to make screen sharing work on example app, I needed to add RTCAppGroupIdentifier to `iOS/BroadcastExtension/info.plist` and `iOS/info.plist` **SDK Version** Please provide the SDK version. **iOS/macOS...

bug

**Steps to Reproduce** Here is how I connect and disconnect a room 1. Declare the `liveKitRoom: Room` variable, a method `connectToLiveKitRoom()` to connect and a method `teardownLiveKitRoom()` to cleanup after...

bug

**Describe the bug** When I perform reconnection tests, I find that the WebSocket can quickly establish a connection. However, when executing primaryTransportConnectedCompleter.wait(timeout: _state.connectOptions.primaryTransportConnectTimeout), regardless of whether I set it to...

bug