How can I programmatically create a Session from server side?

Description
I want to create a session for specific period of time from the server side .
I don’t see any rest endpoint to create .
@tommy

Hey @vamshidudducts ,

Sessions are spun up on demand and don’t need to be scheduled. :slight_smile:

You could build a “scheduling system”, but in regards to the Video SDK, there is nothing you need to schedule. Once the time comes for the session, just call the stream.join() function.

Thanks,
Tommy

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