nubomediaTI / Kurento-iOS

Kurento Toolbox for iOS
Apache License 2.0
120 stars 76 forks source link

WebRTC.framework #18

Open lawindman opened 7 years ago

lawindman commented 7 years ago

hi, This is a wonderful project. i build it and test ok. But when i replace the WebRTC.framework which i build it self. The app crashed. I found the function name is different. eg. RTCPeerConnectionFactory.h In your project ,the name is audioTrackWithTrackId, but my file is audioTrackWithID. the same problem: mediaStreamWithStreamId avFoundationVideoSourceWithConstraints... so the sourcecode of WebRTC.framework modified?

mohamedadly commented 7 years ago

you can try using the WebRTC pod instead

tudorpopa39 commented 6 years ago

@mohamedadly , did you manage to replace WebRTC.framework using 'WebRTC' pod ? If yes, how and where you add the pod? In the Podfile of your application?

mohamedadly commented 6 years ago

@tudorpopa39 Yes, just add pod 'WebRTC' to your podfile.

haofanning commented 5 years ago

@mohamedadly that's not work for me ! when I use "pod update" ,it will show me " target has frameworks with conflicting names: webrtc.framework."