Skip to content
Roomful is in public beta — install with the @beta tag. Share feedback →

Type Alias: RelayAuthToken

@roomful/core


@roomful/core / RelayAuthToken

RelayAuthToken = string | () => string | Promise<string>

Defined in: packages/core/src/types.ts:31

Supplies relay authentication as a static token or token factory.