ScreenShareToggleAction

fun ScreenShareToggleAction(    modifier: Modifier = Modifier,     active: Boolean,     enabled: Boolean = true,     shape: Shape? = null,     enabledColor: Color? = null,     disabledColor: Color? = null,     onCallAction: (ClosedCaptionsAction) -> Unit)

A call action button for screen sharing.