CallBackground
fun CallBackground(modifier: Modifier = Modifier, backgroundContent: @Composable BoxScope.() -> Unit? = null, content: @Composable BoxScope.() -> Unit)
Renders a call background that shows either a static image or user images based on the call state.
Parameters
modifier
Modifier for styling.
backgroundContent
The background content to render.
content
The content to render on top of the background.