mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-07 12:37:45 +00:00
19 lines
1.5 KiB
Markdown
19 lines
1.5 KiB
Markdown
# Session
|
|
|
|
Information about the playback session
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { Session } from "@lukehagar/plexjs/models/shared";
|
|
|
|
let value: Session = {};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- |
|
|
| `bandwidth` | *number* | :heavy_minus_sign: | The bandwidth used by this client's playback in kbps |
|
|
| `id` | *string* | :heavy_minus_sign: | The id of the playback session |
|
|
| `location` | [shared.SessionLocation](../../models/shared/sessionlocation.md) | :heavy_minus_sign: | The location of the client | |