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

    Add package

  • Select Add Local

    Select local

  • Select the path to the SDK folder.

    Select path

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

Final package

You can now utilize the package of the Conpeek SDK in your project.

Proceed to the next step: Initialization