2.0.11 • Published 3 years ago
vitalchat v2.0.11
vitalchat-node
Setup
var vitalchat = require('vitalchat');
var client = new vitalchat({
host: '',
key: '',
secret: ''
});Get Devices
var devices = await client.devices();
console.log(devices);Get Link To Enter Room
var data = await client.enter({
device: '',
name: '',
});
console.log(data);Set Privacy Mode
await client.privacy({
device: '',,
privacy: true
});Capture Screen
let image = await client.screen_capture({
device: ''
});
console.log(image);Get Last Screen Capture
var image = await client.screen({
device: ''
});
console.log(image);Set Custom URL
await client.custom_url({
device: '',
url: 'https://google.com',
});Set Custom URL Call Window Location
await client.custom_url_window_location({
device: '',
left: '0',
top: '0',
width: '0',
height: '0',
});Subscribe to Events
client.on('event', (event)=>{
console.log(event);
});
client.listen();2.0.11
3 years ago
2.0.10
3 years ago
2.0.9
3 years ago
2.0.7
4 years ago
2.0.8
4 years ago
2.0.5
4 years ago
2.0.4
4 years ago
2.0.6
4 years ago
2.0.3
4 years ago
2.0.2
4 years ago
2.0.1
4 years ago
1.0.13
5 years ago
1.0.12
6 years ago
1.0.11
6 years ago
1.0.10
6 years ago
1.0.9
6 years ago
1.0.8
6 years ago
1.0.7
6 years ago
1.0.6
6 years ago
1.0.5
6 years ago
1.0.4
6 years ago
1.0.3
6 years ago
1.0.2
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago
0.0.10
7 years ago
0.0.9
7 years ago
0.0.8
7 years ago
0.0.7
7 years ago
0.0.6
7 years ago
0.0.5
7 years ago
0.0.4
7 years ago
0.0.3
7 years ago
0.0.2
7 years ago
0.0.1
7 years ago