Get the setting of chat notification

Description
How to get the setting of chat notification(right upper icon of chat controller)?

Which Android Client SDK version?
lastest

To Reproduce(If applicable)
Even if I set the notification off, “onChatMessageReceived” API called in meeting UI.

Screenshots
If applicable, add screenshots to help explain your problem.

Smartphone (please complete the following information):

  • Device: [e.g. Pixel 5]
  • OS: [e.g. Android 11]

Additional context
Add any other context about the problem here.

Hi @bnbcompany.ceo, thanks for the post.

Can you please clarify what you mean by getting the setting? Are you trying to disable chat, stop showing the notification in the default UI, or something else?

Thanks!

if I set the notification setting off, I want to disable showing the chat message(toast) in meeting view. But even If I set notification off, the SimpleInMeetingListener’s onChatMessageReceived callback is called.

Hi @bnbcompany.ceo,

The onChatMessageReceived callback will always be invoked when a chat message is received. The only way to stop this would be to disable chat entirely.

Thanks!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.