onEmojiReactionReceived not working

Description
after “mInMeetingService.getEmojiReactionController().setEvent(mEmojiReactionControllerEventListener)”
the callback function is not triggered in latest version
and also isEmojiReactionEnabled() return false
is that function deprecated?

Which Android Meeting SDK version?
5.10.1.5184

To Reproduce(If applicable)
Steps to reproduce the behavior:

  1. Go to ‘…’
  2. Click on ‘…’
  3. Scroll down to ‘…’
  4. See error

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,

Can you please clarify at what point you are calling setEvent and how you are testing this callback? I was able to receive the callback in my test environment, so there is likely something being done differently between our implementations.

Thanks!

I called “setEvent” method on onMeetingStatusChanged callback with (MeetingStatus == MEETING_STATUS_CONNECTING).

With previous version(5.7.1.1267), the emoji functionality worked well.

--------------- add
I found the reason.
The callback function is not trigger when use “waitingroom” setting.
if I enter the room without “waitroom”, the callback function called

-------------- readd
Because “MEETING_STATUS_CONNECTING” status called several times with “waitingroom” setting, I found the emoji callback setting is needed again and again.

After changed, it works well now.

Glad to hear you were able to resolve this!

Please don’t hesitate to reach back out in a new topic with any additional questions. :slightly_smiling_face:

1 Like