2.0.11 • Published 2 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
2 years ago
2.0.10
2 years ago
2.0.9
2 years ago
2.0.7
3 years ago
2.0.8
3 years ago
2.0.5
3 years ago
2.0.4
3 years ago
2.0.6
3 years ago
2.0.3
3 years ago
2.0.2
3 years ago
2.0.1
4 years ago
1.0.13
4 years ago
1.0.12
5 years ago
1.0.11
5 years ago
1.0.10
5 years ago
1.0.9
5 years ago
1.0.8
5 years ago
1.0.7
5 years ago
1.0.6
5 years ago
1.0.5
5 years ago
1.0.4
5 years ago
1.0.3
5 years ago
1.0.2
5 years ago
1.0.1
5 years ago
1.0.0
5 years ago
0.0.10
6 years ago
0.0.9
6 years ago
0.0.8
6 years ago
0.0.7
6 years ago
0.0.6
6 years ago
0.0.5
6 years ago
0.0.4
6 years ago
0.0.3
6 years ago
0.0.2
7 years ago
0.0.1
7 years ago