I need to know that when i use createSession function of Java-client a new session is created. What will be the expiry time of this session?
Hello @Vinit_ParadoX,
The expiration time is configured with OPENVIDU_SESSIONS_GARBAGE_INTERVAL
and OPENVIDU_SESSIONS_GARBAGE_THRESHOLD
configuration properties. You can have more information in configuration page.
According to default values, a session created will be destroyed in a time between 1 hour and 1h and 15 minutos. You can change those values.
Also, take into account that any session with participants will be destroyed when last participant leaves the session.