Docs around pause/resume preview (#1623)

This commit is contained in:
jtweaver 2018-06-08 15:54:18 -05:00 committed by Sibelius Seraphini
parent 747bcf9030
commit bd582f4b02

View File

@ -423,6 +423,14 @@ The promise will be fulfilled with an object with some of the following properti
#### `stopRecording: void`
Should be called after recordAsync() to make the promise be fulfilled and get the video uri.
#### `pausePreview: void`
Pauses the preview. The preview can be resumed again by using resumePreview().
#### `resumePreview: void`
Resumes the preview after pausePreview() has been called.
#### `Android` `getSupportedRatiosAsync(): Promise`