Returns detailed session status including current sessions, max sessions allowed, and whether a new session can be started. Used to determine if remote control button should be enabled and to display session information to users.
Session status retrieved successfully
Invalid Request
Invalid Request
Device has no active sessions, can start new session
{- "can_start_new_session": true,
- "current_sessions": 0,
- "max_sessions": 1
}