ControlActionsParams
constructor(call: Call, modifier: Modifier = Modifier, onCallAction: (CallAction) -> Unit? = null, actions: List<@Composable () -> Unit>? = null)
Parameters
call
The call that contains all the participants state and tracks.
modifier
Modifier for styling.
onCallAction
Handler when the user triggers a Call Control Action. When null, the default call action handler is used.
actions
A list of composable call actions arranged in the layout. When null, the default call control actions are used.