https://github.com/ringcentral/ringcentral-embeddable-rcv-demo
A demo shows how to use RCV in ringcentral-embeddable
https://github.com/ringcentral/ringcentral-embeddable-rcv-demo
Last synced: 6 months ago
JSON representation
A demo shows how to use RCV in ringcentral-embeddable
- Host: GitHub
- URL: https://github.com/ringcentral/ringcentral-embeddable-rcv-demo
- Owner: ringcentral
- License: mit
- Created: 2020-10-16T14:04:13.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-19T00:59:02.000Z (over 5 years ago)
- Last Synced: 2025-01-23T04:11:28.175Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://ringcentral.github.io/ringcentral-embeddable-rcv-demo/index.html
- Size: 475 KB
- Stars: 2
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RingCentral Embeddable Video Demo
This demo shows how to integrate RingCentral Video using [RingCentral Embeddable web widget](https://github.com/ringcentral/ringcentral-embeddable).
You can try out a live demo here:
* Live Demo: [https://ringcentral.github.io/ringcentral-embeddable-rcv-demo/index.html](https://ringcentral.github.io/ringcentral-embeddable-rcv-demo/index.html)
You an inspect the demo source code here:
* Main Source Code: [index.jsx](src/client/index.jsx)
Also we have a demo video:
* Video: [https://youtu.be/zo9G1QVtQ-A](https://youtu.be/zo9G1QVtQ-A)
## Usage
```bash
# Install code
$ git clone https://github.com/ringcentral/ringcentral-embeddable-rcv-demo
$ cd ringcentral-embddable-rcv-demo
$ npm i
$ cp .env.sample .env
# start local server
npm start
# build code
npm run build
# then visit http://{RINGCENTRAL_HOST}:{RINGCENTRAL_PORT}
```
Once the web page is up, login with a RingCentral Sandbox account and then use the demo to open the Embeddable meeting panel or dial a phone number.
## License
MIT