Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To integrate Swift SDK framework into your project, do the following

1. Add Swift SDK framework to the project

2. Add WebRTC framework from Swift SDK framework dependencies to the project

...

3. Set the following target build options:

  • Enable Bitcode: No
  • Validate Workspace: Yes

You can download sample project with the changes made above here

...