Documentation Index
Fetch the complete documentation index at: https://docs.knotapi.com/llms.txt
Use this file to discover all available pages before exploring further.
iOS
Android
React Native
Flutter
Web
Refreshing Sessions
To maintain a continuous and secure connection to the SDK while a user is interacting with it, it’s important to maintain a fresh session. Sessions expire after 30 minutes, therefore in order to maintain an active session, call Extend Session upon receiving the event in theonEvent callback. This event is sent 5 seconds prior to the session expiration.
Note that it is best practice to create a new session using Create Session each time the SDK is invoked.