agora-react-native-rtm icon indicating copy to clipboard operation
agora-react-native-rtm copied to clipboard

setChannelAttributes accept array in mobile sdk and object in web sdk

Open yasvitajoshi309 opened this issue 1 year ago • 1 comments

Hello all, we are using "agora-react-native-rtm": "^1.5.0", in react native and in "agora-web-sdk": 1.5.0 in web so it creates issue like invalid parameter to communicate between cross platform can you suggest how to fix this or can you suggest any other alternative to communicate if any ! Any help would be highly appreciated

yasvitajoshi309 avatar Aug 08 '22 17:08 yasvitajoshi309

@yasvitajoshi309 you can provide different params depending on platform.

plutoless avatar Aug 09 '22 02:08 plutoless

@plutoless thanks it's working for different types also in both platforms as you said!

Now we are facing issue in acceptRemoteInvitationV2 on iOS

For, agora-react-native-rtm version 1.4.8 it was working if we change remote invitation hash value to 0 and then call accept/refuse invitation as i have mentioned in this issue https://github.com/AgoraIO/agora-react-native-rtm/issues/52

but after upgrading agora-react-native-rtm version 1.5.0 it stop working that workaround also can you please help?

yasvitajoshi309 avatar Sep 08 '22 06:09 yasvitajoshi309

Sorry for the inconvenience, it was my mistake working fine after changing hash value to 0 of remote invitation in this(agora-react-native-rtm: 1.5.0) version also, Thanks!

yasvitajoshi309 avatar Sep 16 '22 06:09 yasvitajoshi309