You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure about how it is presented in iOS as I don't have a mac to test and check, but on Android I am getting the connection state as an error.
Checking the iOS code it seems that it's right to resolve it (rather than having a reject block).
But on Android, the code seems to always reject it because res will never equal to 0 (because it's a promise?) and would otherwise resolve null if it did equal to 0
I have no experience in native coding, but I probably can follow pattern; I'll try to make a pull request.
The text was updated successfully, but these errors were encountered:
react-native-agora: 2.9.1-alpha.3
Not sure about how it is presented in iOS as I don't have a mac to test and check, but on Android I am getting the connection state as an error.
Checking the iOS code it seems that it's right to resolve it (rather than having a reject block).
But on Android, the code seems to always reject it because res will never equal to 0 (because it's a promise?) and would otherwise resolve
null
if it did equal to 0I have no experience in native coding, but I probably can follow pattern; I'll try to make a pull request.
The text was updated successfully, but these errors were encountered: