Skip to main content
Version: v5

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

Did you find this page helpful?