Package-level declarations

Functions

Link copied to clipboard
fun ControlActions(call: Call, modifier: Modifier = Modifier, onCallAction: (CallAction) -> Unit = { DefaultOnCallActionHandler.onCallAction(call, it) }, actions: List<@Composable () -> Unit> = buildDefaultCallControlActions( call = call, onCallAction, ))

Represents the set of controls the user can use to change their audio and video device state, or browse other types of settings, leave the call, or implement something custom. You can simply custom the controls button by giving a list of custom call actions to actions.