We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d948e5 commit 78665baCopy full SHA for 78665ba
CHANGELOG.md
@@ -3,6 +3,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
3
4
# Upcoming
5
6
+### ✅ Added
7
+- Config the audioRecorder that is used when sending async voice messages.
8
+
9
### 🔄 Changed
10
11
# [4.48.0](https://github.com/GetStream/stream-chat-swiftui/releases/tag/4.48.0)
Sources/StreamChatSwiftUI/Utils.swift
@@ -39,6 +39,7 @@ public class Utils {
39
return player
40
}
41
42
43
public var audioRecorderBuilder: () -> AudioRecording = { StreamAudioRecorder() }
44
public var audioRecorder: AudioRecording {
45
if let _audioRecorder {
0 commit comments