Type Alias: SessionResponse
Properties
| Property | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Session ID (example: "sess_789") |
tenantId | string | Yes | Tenant ID (example: "tenant_456") |
externalRoomId | string | Yes | External Room ID (example: "room_abc123") |
projectId | string | Yes | Project ID (example: "proj_123") |
gateway | string | Yes | ODIN Gateway URL (example: "gateway.odin.4players.io") |
title | string | Yes | Session Title (example: "Daily Standup") |
createdByUserId | string | Yes | ID of the user who created the session (example: "user_123") |
createdAt | string | Yes | Creation timestamp (example: "2023-10-01T10:00:00Z") |
status | string | Yes | Session Status (example: "active") |
idleTimeout | number | No | Idle timeout in seconds. 0 or null means no auto-stop. (example: 300) |
Defined in
4Players/cortex-typescript-sdk/src/resources/sessions.ts:19