AgoraIO / Signaling

18 stars 28 forks source link

I cant receive message on channel? #14

Closed htrxuan closed 5 years ago

htrxuan commented 5 years ago

Hi,

I try this function to receive message on channel

channel.onMessageChannelReceive = function (account, uid, msg) { //code here });

before all works fine, but now cant.

Same for Agora RTM Web API: channel.on('ChannelMessage', function (message, memberId) { // Your code. });

Totally, I cant trigger receive message on channel. Any problems with your server?

Please help me this issue

plutoless commented 5 years ago

i just did a quick test on our demo and it's working fine. https://webdemo.agora.io/agora-web-showcase/examples/Agora-RTM-Tutorial-Web/