AudioControlActions

fun AudioControlActions(call: Call, modifier: Modifier = Modifier, onLeaveRoom: () -> Unit? = null)

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.

Parameters

call

The call that contains all the participants state and tracks.

modifier

The modifier to be applied to the call controls.

onLeaveRoom

A lambda that will be invoked when the leave quietly button was clicked.