https://github.com/ringcentral/ringcentral-media-reader
A web app to get RingCentral media resource
https://github.com/ringcentral/ringcentral-media-reader
Last synced: 6 months ago
JSON representation
A web app to get RingCentral media resource
- Host: GitHub
- URL: https://github.com/ringcentral/ringcentral-media-reader
- Owner: ringcentral
- Created: 2019-07-11T02:18:51.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-02T03:03:53.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T04:11:17.710Z (over 1 year ago)
- Language: HTML
- Homepage: https://ringcentral.github.io/ringcentral-media-reader/
- Size: 61.5 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RingCentral Media Reader
A lite app to read RingCentral media resource (Call Recording/Voicemail) with browser
## Usage
Visit in browser with following link:
```
# Production:
https://ringcentral.github.io/ringcentral-media-reader/index.html?media=https://media.ringcentral.com/restapi/v1.0/account/170848004/recording/6571972004/content
# Sandbox
https://ringcentral.github.io/ringcentral-media-reader/sandbox.html?media=https://media.devtest.ringcentral.com/restapi/v1.0/account/170848004/recording/6571972004/content
```
## Development
```
$ git clone https://github.com/ringcentral/ringcentral-media-reader.git
$ yarn
$ yarn start
# visit on browser:
# http://localhost:3000/index.html?media=https://media.ringcentral.com/restapi/v1.0/account/170848004/recording/6571972004/content
```