Skip to main content

Type Alias: SessionResponse

type SessionResponse: components["schemas"]["SessionResponse"];

Properties

PropertyTypeRequiredDescription
idstringYesSession ID (example: "sess_789")
tenantIdstringYesTenant ID (example: "tenant_456")
externalRoomIdstringYesExternal Room ID (example: "room_abc123")
projectIdstringYesProject ID (example: "proj_123")
gatewaystringYesODIN Gateway URL (example: "gateway.odin.4players.io")
titlestringYesSession Title (example: "Daily Standup")
createdByUserIdstringYesID of the user who created the session (example: "user_123")
createdAtstringYesCreation timestamp (example: "2023-10-01T10:00:00Z")
statusstringYesSession Status (example: "active")
idleTimeoutnumberNoIdle timeout in seconds. 0 or null means no auto-stop. (example: 300)

Defined in

4Players/cortex-typescript-sdk/src/resources/sessions.ts:19