voximplant / react-native-voximplant

Voximplant mobile SDK for React Native (iOS/Android)
http://voximplant.com
205 stars 39 forks source link

VoxImplant answerCall Issue #84

Closed Ashish121 closed 5 years ago

Ashish121 commented 5 years ago

Hi, I am getting issue related to Voximplant answerCall method.When I am opening a project with Xcode and building ,I am getting build error with message : - No visible @interface for 'VoxImplant' declares the selector 'answerCall:withHeaders:'.Kindly help me to fix this issue.

YuliaGrigorieva commented 5 years ago

Hello @Ashish121 ,

Could you please provide the version of the Voximplant React Native SDK you use?

Do you observe this issue in the demo project or in your own?

Please also let me know if you've followed integration steps for iOS platform and run pod install command.

Best regards, Yulia Grigorieva

Ashish121 commented 5 years ago

I am using react-native-voximplant: "^0.1.7".All basic steps are done and It was working perfectly few days ago.

Ashish121 commented 5 years ago

voximplant_error

YuliaGrigorieva commented 5 years ago

Hello @Ashish121 ,

You are using a very old version of the Voximplant React Native SDK and deprecated APIs. Please update to the latest version (1.8.0) and follow the integrations steps.

Also you can use this migartion guide to easily move to the new APIs.

Best regards, Yulia Grigorieva