CallAppBarParams

constructor(call: Call, modifier: Modifier = Modifier, onBackPressed: () -> Unit = {}, onCallAction: (CallAction) -> Unit = {}, title: String? = null)

Parameters

call

The call that contains all the participants state and tracks.

modifier

Modifier for styling.

onBackPressed

Handler when the user taps on the back button.

onCallAction

Handler when the user triggers a Call Control Action.

title

The title shown in the app bar. When null, the default title is used.