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
readonlycapabilities:SttCapabilities
Defined in: types.ts:123
name
readonlyname:string
Defined in: types.ts:122
Methods
open()
open(
callbacks):Promise<SttConnection>
Defined in: types.ts:124
Parameters
callbacks
Returns
Promise<SttConnection>