onChatMessageNotification delegate is not working for message sent

Description
Previously i was using SDK version 5.13.1 and upgraded to 5.16.1 on Oct 2023 and we migrated onInMeetingChat into onChatMessageNotification. But this is something that we noticed just recently, onInMeetingChat was working for message sent and received, but onChatMessageNotification only captured message received event, not message sent event.
I can’t find this update on the change log, is there any changes related to this?

Which iOS Meeting SDK version?
5.16.1

To Reproduce(If applicable)

  • Send a message.
  • onChatMessageNotification is not getting triggered.
  • Got this on log instead -canOpenURL: failed for URL: "tel:0" - error: "This app is not allowed to query for scheme tel" which doesn’t seem related to this issue.

Smartphone (please complete the following information):

  • Device: Simulator
  • OS: iOS 17.4

Hi @ilham.majid

Thank you for posting on our Developer forum.
I tested it with our version 5.17.6, both sending and receiving messages will trigger the callback onChatMessageNotification. Would you please upgrade the version to the latest one and check whether the issue persists?
Thanks.

Elaine

2 Likes