AudioAppBar

fun AudioAppBar(modifier: Modifier = Modifier, title: String)

Represents the default AppBar that's shown in the audio room.

Parameters

title

A title that will be shown.

modifier

Modifier for styling.