status
The current status of the stream session resource. Possible statuses include the following:
ACTIVATING
: The stream session is starting and preparing to stream.ACTIVE
: The stream session is ready to accept client connections.CONNECTED
: The stream session has a connected client.PENDING_CLIENT_RECONNECTION
: A client has recently disconnected, and the stream session is waiting for the client to reconnect. After a short time, if the client doesn't reconnect, the stream session status transitions toTERMINATED
.TERMINATING
: The stream session is ending.TERMINATED
: The stream session has ended.ERROR
: The stream session failed to activate.