Skip to content

Commit 8d17986

Browse files
Update docs/ff-concepts/file-handling/displaying-media.md
Co-authored-by: Pooja Bhaumik <[email protected]>
1 parent 86f1f5a commit 8d17986

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/ff-concepts/file-handling/displaying-media.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,9 @@ After starting recording, you might want to update the state variables to reflec
9696

9797
### Stop Audio Recording [Action]
9898

99-
This halts the ongoing recording using the name from the [Start Audio Recording](#start-audio-recording-action) action. To capture and play the recorded audio, make sure to specify the *Action Output Variable Name*, which can be used with the audio player.
99+
If you have multiple audio recording actions, all the Recorder object names (either auto-generated by FlutterFlow or manually set by the user) are listed under the Recorder Name dropdown. Choose the recorder object you want to stop, and it will stop the ongoing recording.
100+
101+
To capture and play the recorded audio, make sure to specify the *Action Output Variable Name*, which can be used with the audio player.
100102

101103
Here’s how you can setup this action:
102104

0 commit comments

Comments
 (0)