Skip to content

Commit 78665ba

Browse files
committed
Address feedback
1 parent 1d948e5 commit 78665ba

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
33

44
# Upcoming
55

6+
### ✅ Added
7+
- Config the audioRecorder that is used when sending async voice messages.
8+
69
### 🔄 Changed
710

811
# [4.48.0](https://github.com/GetStream/stream-chat-swiftui/releases/tag/4.48.0)

Sources/StreamChatSwiftUI/Utils.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ public class Utils {
3939
return player
4040
}
4141
}
42+
4243
public var audioRecorderBuilder: () -> AudioRecording = { StreamAudioRecorder() }
4344
public var audioRecorder: AudioRecording {
4445
if let _audioRecorder {

0 commit comments

Comments
 (0)