Limit session time in videoSDK

Hi,
I wanted to know if there is any method to limit session time in videoSDK, or get time from when the connected session has been running

Hi @sachinsingh.relish , you can see how long a session has been running for using the get session details Video SDK API endpoint. You can test with this endpoint here: Postman

You can also subscribe to the session.started and session.ended webhook events to get the session duration!

At this time, there is no ability to limit the session time programmatically.

Gianni

Thanks for the info I will checkout getSessionDetails immediately.

Will let you know.
Really Thanks a lot for support!
Wish you a good day Gianni

1 Like

No problem and take care!