Skip to content

Type Alias: RelayAuthToken

@roomful/core


@roomful/core / RelayAuthToken

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

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

Supplies relay authentication as a static token or token factory.