# instrumentisto-browser

(Fork of [openvidu-browser][1])

It is a library to use in your client side (available for JavaScript and TypeScript). It allows you to create video-calls, join users to them, send and receive video and audio, etc... All the actions available with OpenVidu are managed via OpenVidu Browser.

It fork implements reconnect for web-socket connection with signaling server.


## Usage:

```
npm i instrumentisto-browser
```

Current version: 2.7.0-r7.

Full [docks][2].

[1]: https://github.com/OpenVidu/openvidu/tree/master/openvidu-browser
[2]: https://openvidu.io/api/openvidu-browser/
