react-native-teamviewer-engage
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

react-native-teamviewer-engage

Usage

import { Chatvisor, ActiveUser } from 'react-native-teamviewer-engage';

Chatvisor.init("..", "...");

// LiveView
Chatvisor.liveView.start();
Chatvisor.liveView.stop();

// CoBrowsing
Chatvisor.coBrowsing.start();
Chatvisor.coBrowsing.stop();

// Tag user
let user: ActiveUser = {
  id: "45323",
  email: "john.doe@email.com",
  firstname: "John",
  lastname: "Doe",
  labels: ["foo", "baar"],
  assignedUser: ""
};
Chatvisor.user.tag(user);

Package Sidebar

Install

npm i react-native-teamviewer-engage

Weekly Downloads

4

Version

1.0.3

License

UNLICENSED

Unpacked Size

50.6 kB

Total Files

32

Last publish

Collaborators

  • sstadler_teamviewer
  • jmittendorfer_teamviewer