You can get WebRTC.framework as flowing three ways.
You can download WebRTC.framework from hereTHIS IS REMOVED. please build on your own.- You can build official WebRTC.framework. see how to build
- You can use cocoapods.
If you choosed 3, I'm not sure this example works, because the framework versions may be different.(this sample code is currently M72).
If you choosed 1 or 2, you can add your WebRTC.framework to your xcode project as follows.
- Just drag & drop WebRTC.framework to SimpleWebRTC > TARGETS > SimpleWebRTC > General > Embedded Binaries
- Check
Copy items if neededand click finish. - It's done!
