tchvu3 / capacitor-voice-recorder

Capacitor plugin for voice recording
69 stars 57 forks source link

Added "RecordingStatus" enum #43

Open trdecker opened 5 months ago

trdecker commented 5 months ago

Modified definitions.ts interface CurrentRecordingStatus. Property "status" is now of type enum RecordingStatus, which are the same string values as before, "NONE", "RECORDING", and "PAUSED".