RTM icon indicating copy to clipboard operation
RTM copied to clipboard

Uncaught (in promise) TypeError: this.client.createMediaMessageByUploading is not a function

Open wann2 opened this issue 4 years ago • 5 comments

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

wann2 avatar Nov 26 '20 08:11 wann2

hi my guess is your rtm sdk version is too low. which version are you using?

plutoless avatar Dec 03 '20 16:12 plutoless

I am using Agora_RTM_SDK_for_Web_1.4.1

wann2 avatar Dec 04 '20 02:12 wann2

@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

plutoless avatar Dec 12 '20 16:12 plutoless

Having Same issue in 1.5.1 Version. What will be solution of it??

shahzaib1010hassan avatar Aug 07 '23 14:08 shahzaib1010hassan

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 ?

Rohit-1717 avatar Sep 11 '24 14:09 Rohit-1717