Method is ParticipantsUnmuteSelfAllowed on InMeetingService was not returning the updated value

Description
allowParticipantsToUnmuteSelf on InMeetingService was working fine but isParticipantsUnmuteSelfAllowed on InMeetingService on host side was always returning true value.

Which version?
v5.4.3.603

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

  1. Set mInMeetingService?.allowParticipantsToUnmuteSelf(false)
  2. After few minutes or exit the meeting and come back to access mInMeetingService?.isParticipantsUnmuteSelfAllowed which always return true even though we set false
  3. While checking on cross-platform other than the host by callingmInMeetingVideoController.canUnmuteMyVideo() it’s returning correct value which is updated
  4. But on host login, if you call mInMeetingService?.isParticipantsUnmuteSelfAllowed to check or show the UI it’s always retrieving a single value as true

Smartphone (please complete the following information):

  • Pixel 2, OnePlus 6

Additional context
isParticipantsUnmuteSelfAllowed on InMeetingService was not returning the updated value.

Hi @pavan.careers5208, thanks for the post.

We have been able to consistently reproduce this issue in our sample app. We will investigate this behavior and let you know as soon as we have an update.

Thanks!

Hi @pavan.careers5208, I hope all is well.

The latest release of our SDK should have resolved this issue. Please test at your convenience and let me know if you are still encountering any issues.

Thanks!

this issue was resolved in v5.4.3.613
.

Glad to hear it!

Please don’t hesitate to reach back out if you encounter any additional issues. :slightly_smiling_face: