teamviewer-engage-sdk
v1.3.1
Published
A capacitor plugin for TeamViewer's Engage SDK
Maintainers
Readme
engage
A capacitor plugin for TeamViewer's Engage SDK
Install
npx cap syncAPI
startCoBrowse()
startCoBrowse() => Promise<void>Start the Co-Browsing.
initPlugin(...)
initPlugin(opts: { initConfig: InitConfig; }) => Promise<void>| Param | Type |
| ---------- | ---------------------------------------- |
| opts | { initConfig: InitConfig; } |
openChat()
openChat() => Promise<void>stopCoBrowse()
stopCoBrowse() => Promise<void>tagUser(...)
tagUser(opts: { tagUserInfo: TagUserInfo; }) => Promise<void>| Param | Type |
| ---------- | ------------------------------------------ |
| opts | { tagUserInfo: TagUserInfo; } |
clearUser()
clearUser() => Promise<void>