Could you please let me know the parameter to be set for lobby feature in the JWT token payload, so that lobby could be enabled for a meeting through JWT token
Jwt properties determine if a user has access and what features they have access to, but they don’t automatically trigger specific actions.
So you may be able to use jwt to determine if someone can start lobby or not, but no, you won’t be able to trigger lobby on a room just by adding properties to the token.