CallAppBarLeadingContentParams

data class CallAppBarLeadingContentParams(val call: Call, val onBackPressed: () -> Unit = {})

Parameters for VideoComponentFactory.CallAppBarLeadingContent.

Parameters

call

The call that contains all the participants state and tracks.

onBackPressed

Handler when the user taps on the back button.

Constructors

Link copied to clipboard
constructor(call: Call, onBackPressed: () -> Unit = {})

Properties

Link copied to clipboard
val call: Call
Link copied to clipboard
val onBackPressed: () -> Unit