allowParticipantsToRename , allowParticipantsToUnmuteSelf return SDKERR_WRONG_USEAGE

Description
As host, after start meeting, in meeting:

  • I call inMeetingService.allowParticipantsToUnmuteSelf(true/false) alway return SDKERR_WRONG_USEAGE
  • If I call changeName(), it return success but after that, call allowParticipantsToRename(true/false) alway return SDKERR_WRONG_USEAGE. But in UI , i can go to more menu and set to allowParticipantsToRename(false).
  • If I call allowParticipantsToRename(false), it return success but after that, call changeName() return SDKERR_WRONG_USEAGE

Which Android Client SDK version?
v5.5.1.1319

Hi @shpy2001, thanks for the post.

I have not been able to reproduce the behavior you are describing around the allowParticipantsToUnmuteSelf method, but the allowParticipantsToRename method was reproducible.

Are you certain that you are the meeting’s host when you call allowParticipantsToUnmuteSelf? That’s the only thing I could think of that would adversely affect this method’s behavior.

We will need to investigate the allowParticipantsToRename method.

Thanks!

1 Like

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