Skip to content

Commit c0f4d95

Browse files
committedJul 14, 2016
update README
1 parent e389700 commit c0f4d95

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎README.md

+8
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ npm install react-recorder
1111

1212
This component is dependent on browser implementation of both the `navigator.getUserMedia` and `MediaRecorder` APIs. Currently only Google Chrome and Mozilla Firefox fully support these APIs. The `Recorder` component provides an `onMissingAPIs` prop that allows developers to specify the appropriate behavior if a browser is lacking support for these APIs. If `onMissingAPIs` is undefined, it defaults to calling the `alert` function to notify the user to use either Chrome or Firefox.
1313

14+
## Example
15+
16+
You can see the Recorder in action [here](https://agrasley.github.io/react-audio-example/). Check out the source code [here](https://github.com/agrasley/react-audio-example).
17+
18+
## Usage with Redux
19+
20+
If you're using Redux to handle your client-side state, [react-recorder-redux](https://github.com/agrasley/react-recorder-redux) provides actions and reducers for working with this library.
21+
1422
## Usage
1523

1624
```js

0 commit comments

Comments
 (0)
Please sign in to comment.