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
with ios. There is already an issue #74 related to this but it has been closed with the answer, change remote hash to 0.
But I wonder how to change the hash since hash value is read only in both remote and local invitations.
Also I tried changing the invitation hash to 0 as follows and it works but it seems not be an answer it's a workaround only. let newInvitation = {...invitation, hash: 0};
Seems this needs to be fixed in future version.
Note that this happens with ios only. My device os version -iOS 16.2
The text was updated successfully, but these errors were encountered:
Hi. I am using
"agora-react-native-rtm": "^1.5.1"
and I getCaller
Callee
with ios. There is already an issue #74 related to this but it has been closed with the answer,
change remote hash to 0.
But I wonder how to change the hash since hash value is read only in both remote and local invitations.
Also I tried changing the invitation hash to 0 as follows and it works but it seems not be an answer it's a workaround only.
let newInvitation = {...invitation, hash: 0};
Seems this needs to be fixed in future version.
Note that this happens with ios only. My device os version -iOS 16.2
The text was updated successfully, but these errors were encountered: