Is there a way to destroy a JWT token after a call or add a remote hook for revalidating a valid token before joining a call?
Tokens are validated every time they are used. You can set a resonably low expiration time to prevent reuse.
I can set a low expiration time but what I can predict is how much is low because calls can last for hours
Once a meeting starts, I don’t think you need an unexpired token to continue running the meeting.
Have you tried it?
I don’t get the question
But I believe the token is needed for other subsequent
What I’m trying achieve is, if there’s a way to re-validate a token after the token pass prosody validation, then it can hit endpoint which re-validate and respond with boolean or so