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
AudioRecordAttachmentContent(/* parameters */, getCurrentUserId = { /* your implementation */ })

Represents the audio recording attachment content.