teamviewer-engage-sdk
v1.3.1
Published
A capacitor plugin for TeamViewer's Engage SDK
Downloads
5
Maintainers
Readme
engage
A capacitor plugin for TeamViewer's Engage SDK
Install
npx cap sync
API
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>