inMeetingService.leaveCurrentMeeting(isEnd) cause app to freeze

Description
When call inMeetingService.leaveCurrentMeeting(isEnd) , the UI would freeze until onMeetingLeaveComplete is invoked. That means the app is not response for several seconds

Which Android Client SDK version?
v5.5.1.1319

To Reproduce(If applicable)

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

Smartphone (please complete the following information):

  • Device: Xiaomi 8
  • OS: Android 10

Additional context
Add any other context about the problem here.
It happens for other devices we tested.

Hi @codeleter, thanks for using our SDK.

Sorry to hear you are running into issues with your app freezing. Are you able to reproduce this behavior in the sample app included with the SDK?

Thanks!

yes, I can reproduce it with demo sdk sample. I am suspecting the SDK is doing something blocking the main thread.

Hi @codeleter,

Thanks for confirming. I have not been able to reproduce this in the sample app, so I’m wondering if it might be a device-specific issue. Have you made any changes to the sample app’s implementation? Are you able to reproduce it across all devices?

Thanks!

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