Dependencies
Importing SDK and setting up dependencies
Follow these steps to import the SDK and set up dependencies for your project.
Adding local swift package
1. Open the Swift packages settings:
- In the Project Navigator, select the project File at the top.
-
Select Add Package Dependency

-
Select Add Local

-
Select the path to the SDK folder.

-
Next, press the "Add Package" button.
2. After successfully adding the package to the project, the packages "Conpeek-IOS-SDK" and "WebRTC" will be added to the Package Dependencies section in the file structure.

You can now utilize the package of the Conpeek SDK in your project.
Proceed to the next step: Initialization