Make sure that Jitsis JWT allows to join only to the room to which it is granted

Hi
Is there option to set or how we can make sure that jitsi jwt allows to join only to room which it is granted?
is it possible?

Yes, that’s what the “room” claim on the token is for. For example. if you set "room": "abc" then that token can only be used for the “abc” room.

Thank you @shawn
Is there any documentation where I can check this setting ?