datso / react-native-pjsip

A PJSIP module for React Native.
http://datso.github.io/react-native-pjsip
GNU General Public License v3.0
272 stars 228 forks source link

renamed interface to prevent name conflict #230

Open antonjuls opened 3 years ago

antonjuls commented 3 years ago

Renamed interface to prevent Xcode buildtime "Duplicate symbols for architecture x86_64" error due to name conflict with react-native-webrtc library: https://github.com/react-native-webrtc/react-native-webrtc/blob/master/ios/RCTWebRTC/RTCVideoViewManager.m#L55