For a lobby room, we know that the moderator can see the waiting participants list and can Allow or reject them.
What we want to do is we want to show the knocking participant list to lobby users also, so that anyone who is waiting to join the meeting can also see other participants.
I have printed in the browser console,
APP.store.getState()['features/lobby']
those waiting users not getting knocking list and lobbyEnabled variable also set as false.
{knocking: true, knockingParticipants: [], lobbyEnabled: false, passwordJoinFailed: false} = $1
Can anyone please help, it would be a very important feature for us to let waiting users show other eager waiting members.