Type Alias: CreateSessionRequest
Properties
| Property | Type | Required | Description |
|---|---|---|---|
title | string | Yes | Title of the session (example: "Daily Standup") |
externalRoomId | string | Yes | External Room ID (example: "room_abc123") |
gateway | string | No | ODIN Gateway URL (example: "gateway.odin.4players.io") |
idleTimeout | number | No | Idle timeout in seconds. If > 0, session auto-stops after this duration with no participants. 0 or omitted means no auto-stop. (example: 300) |
autoStart | boolean | No | Whether to automatically start the bot after session creation. Defaults to true when omitted; set to false to disable. (example: true) |
Defined in
4Players/cortex-typescript-sdk/src/resources/sessions.ts:18