CallAppBarCenterContentParams

data class CallAppBarCenterContentParams(val call: Call, val title: String? = null)

Parameters for VideoComponentFactory.CallAppBarCenterContent.

Parameters

call

The call that contains all the participants state and tracks.

title

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

Constructors

Link copied to clipboard
constructor(call: Call, title: String? = null)

Properties

Link copied to clipboard
val call: Call
Link copied to clipboard