Type Alias: RelayAuthToken
@roomful/core / RelayAuthToken
Type Alias: RelayAuthToken
Section titled “Type Alias: RelayAuthToken”RelayAuthToken =
string| () =>string|Promise<string>
Defined in: packages/core/src/types.ts:31
Supplies relay authentication as a static token or token factory.