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.
**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...
**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...
**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...