You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The method returns a success status (imResult.isSuccess() is true), but the message is not delivered to any of the target users (toUsers). There are no errors thrown or exceptions logged, and the MultiMessageResult does not provide any indication of failure either.
Steps to Reproduce:
Invoke multicastMessage with a valid session.getUserId(), a populated toUsers list, a valid line, and payload.
Check the return value — the result says "succeed".
However, no users receive the message.
All users in toUsers are valid and online during the test and SDK is Latest Version