Type Definition
Below is the type definition for theAmbientSessionStatus type. You can use this to track the current state of a session and update your UI accordingly.
Status type for ambient sessions
AmbientSessionStatus type. You can use this to track the current state of a session and update your UI accordingly.
type AmbientSessionStatus =
| "created"
| "submitted"
| "completed"
| "cancelled";