AudioRecordGroupContent
fun AudioRecordGroupContent(modifier: Modifier = Modifier, attachmentState: AttachmentState, viewModelFactory: AudioPlayerViewModelFactory)
Deprecated
Use AudioRecordAttachmentContent with 4 parameters instead
Replace with
import io.getstream.chat.android.compose.ui.attachments.content
Content copied to clipboard
AudioRecordAttachmentContent(/* parameters */, getCurrentUserId = { /* your implementation */ })
Content copied to clipboard
Represents the audio recording attachment content.