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

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

enhancement

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

bug

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

enhancement

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

bug

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

bug

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

bug

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

enhancement

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

bug