Docs
CodeRabbit
Cloudflare
Railway
AG Grid
Clerk
Netlify
OpenRouter
SerpAPI
WorkOS
Prisma
Sentry
Electric
Unkey
CodeRabbit
Cloudflare
Railway
AG Grid
Clerk
Netlify
OpenRouter
SerpAPI
WorkOS
Prisma
Sentry
Electric
Unkey
Class References
Function References
Interface References
Type Alias References
Variable References
Interface References

RealtimeToken

Interface: RealtimeToken

Defined in: packages/ai/src/realtime/types.ts:58

Token returned by the server for client authentication

Properties

config

ts
config: RealtimeSessionConfig;
config: RealtimeSessionConfig;

Defined in: packages/ai/src/realtime/types.ts:66

Session configuration embedded in the token


expiresAt

ts
expiresAt: number;
expiresAt: number;

Defined in: packages/ai/src/realtime/types.ts:64

Token expiration timestamp (ms since epoch)


provider

ts
provider: string;
provider: string;

Defined in: packages/ai/src/realtime/types.ts:60

Provider identifier


token

ts
token: string;
token: string;

Defined in: packages/ai/src/realtime/types.ts:62

The ephemeral token value