CallAppBarTrailingContentParams

data class CallAppBarTrailingContentParams(val call: Call, val onCallAction: (CallAction) -> Unit = {})

Parameters for VideoComponentFactory.CallAppBarTrailingContent.

Parameters

call

The call that contains all the participants state and tracks.

onCallAction

Handler when the user triggers a Call Control Action.

Constructors

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

Properties

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