|
@@ -1,13 +1,25 @@
|
1
|
1
|
# Jitsi Meet SDK for iOS
|
2
|
2
|
|
3
|
|
-## Build
|
|
3
|
+The Jitsi Meet iOS SDK provides the same user experience as the Jitsi Meet app,
|
|
4
|
+in a customizable way which you can embed in your apps.
|
|
5
|
+
|
|
6
|
+## Usage
|
|
7
|
+
|
|
8
|
+There are 2 ways to integrate the SDK into your project:
|
|
9
|
+
|
|
10
|
+- Using CocoaPods
|
|
11
|
+- Building it yourself
|
|
12
|
+
|
|
13
|
+### Using CocoaPods
|
|
14
|
+
|
|
15
|
+Follow the instructions [here](https://github.com/jitsi/jitsi-meet-ios-sdk-releases/blob/master/README.md).
|
|
16
|
+
|
|
17
|
+### Builduing it yourself
|
4
|
18
|
|
5
|
19
|
1. Install all required [dependencies](https://github.com/jitsi/jitsi-meet/blob/master/doc/mobile.md).
|
6
|
20
|
|
7
|
21
|
2. `xcodebuild -workspace ios/jitsi-meet.xcworkspace -scheme JitsiMeet -destination='generic/platform=iOS' -configuration Release archive`
|
8
|
22
|
|
9
|
|
-## Install
|
10
|
|
-
|
11
|
23
|
After successfully building Jitsi Meet SDK for iOS, copy
|
12
|
24
|
`ios/sdk/JitsiMeet.framework` (if the path points to a symbolic link, follow the
|
13
|
25
|
symbolic link) and
|