mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-07 04:20:49 +00:00
1.5 KiB
1.5 KiB
Session
Information about the playback session
Example Usage
import { Session } from "@lukehagar/plexjs/models/shared";
let value: Session = {};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
bandwidth |
number | ➖ | The bandwidth used by this client's playback in kbps |
id |
string | ➖ | The id of the playback session |
location |
shared.SessionLocation | ➖ | The location of the client |