Skip to content

Commit 178965d

Browse files
committed
Update README.md
1 parent ebe531e commit 178965d

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ This repo will host a few examples for the [LiveKit Swift SDK](https://github.co
44

55
For a SwiftUI example, view this repo 👉 https://github.com/livekit/client-example-swift
66

7-
* [Minimal UIKit example](https://github.com/livekit/client-example-collection-swift/tree/main/uikit-minimal)
8-
Demonstrates how to set up the SDK for `UIKit` and best practices for `UICollectionView` performance.
9-
10-
* [Minimal Objective-C example](https://github.com/livekit/client-example-collection-swift/tree/main/objc-minimal)
11-
Demonstrates how to use the SDK from Objective-C code.
7+
* [**uikit-minimal**](uikit-minimal) - Demonstrates how to set up the SDK for `UIKit` and best practices for `UICollectionView` performance.
8+
* [**objc-minimal**](objc-minimal) - Demonstrates how to use the SDK from Objective-C code.
9+
* [**using-cocoapods**](using-cocoapods) - Shows how to integrate the LiveKit SDK using CocoaPods.
10+
* [**multiple-webrtc**](multiple-webrtc) - Demonstrates using other WebRTC frameworks without conflicting with LiveKit SDK's WebRTC framework .
11+
* [**multicam**](multicam) - Shows how to publish from multiple cameras simultaneously using iOS multi-camera support.
12+
* [**krisp-minimal**](krisp-minimal) - Demonstrates integration with Krisp enhanced noise cancellation for LiveKit Cloud projects.
13+
* [**minimal-pip**](minimal-pip) - Shows how to implement iOS Picture-in-Picture (PiP) functionality with custom video rendering.
14+
* [**callkit**](callkit) - Comprehensive example of integrating LiveKit with CallKit and PushKit for VoIP calling with proper AVAudioSession management.
15+
* [**custom-framework**](custom-framework) - Demonstrates how to create a custom framework that wraps the LiveKit SDK.

0 commit comments

Comments
 (0)