This message was deleted.
# cloud
s
This message was deleted.
a
I see this but is there a way to configure that from a livekit-client-sdk ?
Because, right now, the room is created as soon as a user starts publishing.
a
emptyTimeout
is set in the CreateRoom API, which you would need to call before users join a room. Your template can also call endRecording when the last user leaves, which is how our default templates work
🙌 1
a
Thank you, @able-gigabyte-21598 for confirming this. That is what I ended up doing. 🙂