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.
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