You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// When set to `true` recorded messages can be grouped together and send as part of one message.
/// When set to `false`, recorded messages will be sent instantly.
publicvarisVoiceRecordingConfirmationRequiredEnabled= true
If possible, how can you achieve this currently?
Not sure if I can access to this specific component configuration, in a similar way to the isVoiceRecordingEnabled provided in the ComposerConfig
/// Config for customizing the composer.
publicstructComposerConfig{publicvarisVoiceRecordingEnabled:Bool
///....
public init(
isVoiceRecordingEnabled:Bool= false,
///....
What would be the better way?
would be great having both configurations in the ComposerConfig API
publicstructComposerConfig{publicvarisVoiceRecordingEnabled:BoolpublicvarisVoiceRecordingConfirmationRequiredEnabled:Bool
///....
public init(
isVoiceRecordingEnabled:Bool= false,
isVoiceRecordingConfirmationRequiredEnabled = true
///....
What are you trying to achieve?
I'm trying to change the next flag:
https://github.com/GetStream/stream-chat-swift/blob/develop/Sources/StreamChatUI/Components.swift#L540
If possible, how can you achieve this currently?
Not sure if I can access to this specific component configuration, in a similar way to the
isVoiceRecordingEnabled
provided in theComposerConfig
What would be the better way?
would be great having both configurations in the
ComposerConfig
APIGetStream Environment
GetStream Chat version: 4.60.0
GetStream Chat frameworks: StreamChat, StreamChatSwiftUI
iOS version:
Swift version:
Xcode version:
Device:
Additional context
The text was updated successfully, but these errors were encountered: