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.
Can you enable the support to add virtual bg in ios SDK. **Describe the solution you'd like** - Easier or convenient solution is to allow the startCapture and stopCapture to...
**Describe the bug** Video appears 90 degrees rotated incorrectly. I think some logic in WebRTC's RTCCameraCapturer that determines rotation works differently somehow for catalyst, so I need to make a...
* Current E2EE manager holds strong reference to `RemoteParticipant`s, try to solve this since it causes issues. * Add frame cryptors to simulcast senders also. New design: * Internal `E2EEManager`...
We want to create a voice call application for the VisionOS simulator; however, it appears that LiveKit lacks support for this platform. During the process of building for the VisionOS...
**Describe the Bug** I am encountering an issue with screen share previews using the following code: ```swift SwiftUIVideoView(track, layoutMode: .fit, renderMode: .auto, debugMode: false) ``` The video tracks are configured...
**Describe the Bug** When streaming the display and subsequently shutting it down, the streaming automatically stops. If attempting to unpublish the display track, it returns an error stating that the...
**Describe the bug** When leaving a Room with several participants, our application is occasionally crashing. It looks like process is being killed with `SIGILL`. Whenever this happens the `livekit.multicast` thread...
### Title: Request for watchOS Support in Swift SDK **Is your feature request related to a problem? Please describe.** Currently, the LiveKit Swift SDK does not offer support for watchOS....
**Describe the bug** I need a solution that 1. Allows me to hear music in high quality through bluetooth (a2dp) and comms whenever I am muted in a call 2....