Client.leave(true) works perfectly but previous meeting tokens are still accessible

Hello everyone,

I end the meeting by using client.leave(true) as host, this triggers “connection-change” event with payload state: closed. So meeting ends.

But I can create a new meeting by using the same key that I used to connect finished session.

Is there any way to block creating a new meeting with same topic?

Hey @uyaniksigma

Thanks for your feedback.

The topic is reusable. To prevent joining the same topic session accidentally, set a new session_key value in the JWT token.

If set with the host, all attendees must provide the same session_key value or they will fail to join the session. Max length 36 characters.

Thanks
Vic

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.