How to generate Video conferencing URL programatically

Hi openVidu,
I have this requirement to generate video conferencing URL,
like a Room URL and then this room/URL if possible is scheduled at certain time and only valid for a duration of time.

Is it possible?
I tested your API is just to create session and token, I can’t generate URL nor setting up the duration of a meeting. is there a workaround for this?

Thanks

Your own application has to manage the scheduling and duration. When a user access to your application, you can check if the session id of the URL is valid or not. If it is valid, just create a session in OpenVidu and let the user enter on it (generating the token for it). If the session has expired, just show an error to the user.

The scheduling, duration control and user control has to be managed by your app.

Regards