Usage
The library is available as an object to import. You may want to import it as Chatvisor
:
import { Chatvisor }from 'react-native-teamviewer-engage';
import { ActiveUser } from 'react-native-teamviewer-engage';
import { ConferenceProperties } from 'react-native-teamviewer-engage';
Initialization
You may initialize the library any time during the life of your application.
Chatvisor.init("<your tenantId>", "<your token>");
Example
Functions are available in different categories. For instance if you want to start a LiveView session, use the following:
Chatvisor.liveView.start();