Open RalphLincoln opened 3 years ago
I have same issue on iOS SDK 1.4.3.
@RalphLincoln @nhan7777 could you pls provide logs?
@RalphLincoln @nhan7777 could you pls provide logs?
No log here. Client logined successfully. I tried debug breakpoint at function
(void)channel:(AgoraRtmChannel *)channel messageReceived:(AgoraRtmMessage *)message fromMember:(AgoraRtmMember *)member
but nothing happened.
@nhan7777 if you can provide your log it will be easier for me to understand your situation. if not maybe you can provide your source code or reproducible project?
@plutoless you can try this example https://github.com/AgoraIO/Agora-Flutter-RTM-SDK. I tried debug native sdk. Maybe it is an issue of server side
@plutoless try my code above and see if it works!!
@RalphLincoln hi your code is just a class definition. i have no idea how you instantiate the class and use.
@plutoless Did you try the example? Does it work?
My code below