An open API service indexing awesome lists of open source software.

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

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
```