RTM
RTM copied to clipboard
Uncaught (in promise) TypeError: this.client.createMediaMessageByUploading is not a function
In Agora-RTM-Tutorial-Web, When I try to send an image to channel or peer, I got the below error.
Uncaught (in promise) TypeError: this.client.createMediaMessageByUploading is not a function
hi my guess is your rtm sdk version is too low. which version are you using?
I am using Agora_RTM_SDK_for_Web_1.4.1
@wann2 i tested again after upgrade package.json depencency to 1.4.1 and it's working, maybe try again https://github.com/AgoraIO/RTM/commit/a297484bb6cfc86bd6b8c3c242ef72c413d578af
Having Same issue in 1.5.1 Version. What will be solution of it??
In Agora-RTM-Tutorial-Web, When I am trying to create the RTM instance I am getting this error "main.js:20 Uncaught (in promise) TypeError: AgoraRTM.createInstance is not a function",
I am using Signaling SDK version : 2.2.0
How can I fix that error ?