AudioOnlyCallContent
Represents the UI for an active audio-only call. By default, it shows the current participants that are in the call.
Parameters
Modifier for styling.
The call to be rendered.
Weather or not the microphone icon will show the mic as enabled or not.
Android permissions that should be requested.
If true, header content is shown.
Content that overrides the header. When null, io.getstream.video.android.compose.theme.VideoComponentFactory.AudioOnlyCallHeaderContent is used.
Content (text) shown while the duration is not available.
Content that overrides the details (the middle part of the screen). When null, io.getstream.video.android.compose.theme.VideoComponentFactory.AudioOnlyCallDetailsContent is used.
Content that allows users to trigger call actions. See CallAction. When null, io.getstream.video.android.compose.theme.VideoComponentFactory.AudioOnlyCallControlsContent is used.
Handler used when the user triggers a CallAction.
Handler used when the user taps on the back button.