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.