actions

val actions: MutableStateFlow<Set<CallUI.Action>>? = null

Deprecated

Action mutable state flow is deprecated and it will be removed in a further release. Please update CallUI Call Buttons via buttonsProvider callback.

Replace with

buttonsProvider = { callButtons ->
callButtons
}