docs: Add **Flash** documentation

This commit is contained in:
Marc Rousavy
2023-10-05 16:40:15 +02:00
parent 3750734578
commit 36e9e00930
3 changed files with 26 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ export interface RecordVideoOptions {
/**
* Set the video flash mode. Natively, this just enables the torch while recording.
*/
flash?: 'on' | 'off' | 'auto'
flash?: 'on' | 'off'
/**
* Specifies the output file type to record videos into.
*/