Skip to content

Interface: SttTransport

Defined in: types.ts:121

One STT engine flavor. open performs the credential act (minting a single-use token, presenting an ek_) and connects — so a transport is also the unit of reconnect: one open = one credential = one socket.

Properties

capabilities

readonly capabilities: SttCapabilities

Defined in: types.ts:123


name

readonly name: string

Defined in: types.ts:122

Methods

open()

open(callbacks): Promise<SttConnection>

Defined in: types.ts:124

Parameters

callbacks

SttCallbacks

Returns

Promise<SttConnection>