We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello I am using "agora-react-native-rtm": "^1.5.0",
when ever i try to implement , it gives me an error deprecated and Error
here is my code ..
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
AgoraRTMEngine.current = new RtmEngine(); AgoraRTMEngine.current.on('error', (evt) => { console.log(evt, "evtevtevtevt"); }) await AgoraRTMEngine.current.createClient(agoraTokenChannel.channelName); AgoraRTMEngine.current.login({ uid: 0, token: agoraTokenChannel.token, }); setTimeout(async () => { await AgoraRTMEngine.current.joinChannel(agoraTokenChannel.channelName).catch((e) => console.log(e, "joinChannel AgoraRTMEngine")); }, 1000);
setTimeout(() => {
// AgoraRTMEngine.current.on('channelMemberLeft', (evt) => { // let { channelId, uid } = evt; AgoraRTMEngine.current?.sendMessageByChannelId( agoraTokenChannel.channelName, agoraTokenChannel.channelName + "popppoppopppop", ) // }); }, 5000);
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
The text was updated successfully, but these errors were encountered:
same problem
Sorry, something went wrong.
pls refer to the comments and migrate to the suggestion.
No branches or pull requests
Hello I am using "agora-react-native-rtm": "^1.5.0",
when ever i try to implement , it gives me an error deprecated and Error
here is my code ..
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
setTimeout(() => {
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
The text was updated successfully, but these errors were encountered: