we are developing a team's interoperability web app using Azure communication service(ACS) client-side SDK. here, I'm facing one issue when the participants are in the lobby. When I retrieve the participant from the meeting while connecting to the team's call, remote participant state is coming as "Idle" instead of "InLobby". so that I'm not able to differentiate whether the user is in a meeting or the lobby.
scenario:
let's assume there are two ACS users userA and userB. both are joining the team's meeting using a custom web app. Teams user admin the userA, so he can able to join the meeting and interact with the teams user. but still, the userA can also able to see the userB in his screen.
