Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accept invitation not working in iOS #52

Closed
Yasvita opened this issue Dec 18, 2021 · 3 comments
Closed

Accept invitation not working in iOS #52

Yasvita opened this issue Dec 18, 2021 · 3 comments

Comments

@Yasvita
Copy link

Yasvita commented Dec 18, 2021

Hello, I'm using agora-react-native-rtm to handle call invitation. It works fine on Android, However, on iOS the acceptRemoteInvitationV2 method fails with error code 1.

I'm using
react-native: 0.66.4
xcode: 12.5.1
agora-react-native-rtm: 1.4.8

can anyone please suggest me any solution for this @plutoless @LichKing-2234 @Matrixbirds @vitoresende ?

@Yasvita
Copy link
Author

Yasvita commented Jan 18, 2022

Somehow in iOS in invitation hash value needs to be 0, so we need to change hash value of invitation before accept/refuse then only it will work in iOS while in android no this kind of change is required, Anyways thanks!

@Yasvita Yasvita closed this as completed Jan 18, 2022
@kbwo
Copy link

kbwo commented Jan 19, 2022

Somehow in iOS in invitation hash value needs to be 0

I was having same problem. Now it works according to your solution. Thanks!

@jorgerojas26
Copy link

Indeed, @Yasvita solution is working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants