Client
The client provides methods to configure the embedded device, manage sessions and listen to device related events.
Methods
on(event, listener)
client.on(event, data => {
console.log(data)
})startSession()
const session = await client.startSession()Name
Type
Description
setConfig()
Name
Type
Description
getConfig()
endSession()
Properties
device
app
Last updated