Cannot remove user from breakout room

Description
it always return false if I try to remove the participant from breakout room even if the participant is already left the breakout room

Which iOS Meeting SDK version?
5.11.0

To Reproduce(If applicable)
Steps to reproduce the behavior:
let meetingService = MobileRTC.shared().getMeetingService()
let creator = meetingService.getCreatorHelper()
let canRemove = creator.removeUser(boID, roomID)
canRemove <= always false

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

Smartphone (please complete the following information):
IOS 13.0 or above

Additional context
Add any other context about the problem here.

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