# 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](https://github.com/GetStream/stream-chat-angular/blob/d65326c9379c93c53babc4e0ffe54519dd0712a9/projects/stream-chat-angular/src/lib/message-input/voice-recorder.service.ts#L15)

---

### 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](https://github.com/GetStream/stream-chat-angular/blob/d65326c9379c93c53babc4e0ffe54519dd0712a9/projects/stream-chat-angular/src/lib/message-input/voice-recorder.service.ts#L19)


---

This page was last updated at 2026-08-11T17:19:01.559Z.

For the most recent version of this documentation, visit [https://getstream.io/chat/docs/sdk/angular/v5/services/VoiceRecorderService/](https://getstream.io/chat/docs/sdk/angular/v5/services/VoiceRecorderService/).