VoiceRecorderService
The VoiceRecorderService
provides a commincation outlet between the message input and voice recorder components.
Properties
isRecorderVisible$
isRecorderVisible$: BehaviorSubject
<boolean
>
Use this property to get/set if the recording component should be visible
Defined in
projects/stream-chat-angular/src/lib/message-input/voice-recorder.service.ts:15
recording$
recording$: BehaviorSubject
<undefined
| AudioRecording
>
The audio recording that was created
Defined in
projects/stream-chat-angular/src/lib/message-input/voice-recorder.service.ts:19
- I'm working with the Stream Chat Angular SDK and would like to ask questions about this documentation page: https://getstream.io/chat/docs/sdk/angular/services/VoiceRecorderService.md
- View as markdown
- Open in ChatGPT
- Open in Claude
On this page: