ControlButton

constructor(icon: String, active: Boolean = false, onPress: () -> Unit, activeColor: Int = 0xFF4CAF50.toInt(), inactiveColor: Int = 0xFFFFFFFF.toInt(), disabled: Boolean = false, customComponent: MediaSfuUIComponent? = null, iconComponent: MediaSfuUIComponent? = null, alternateIconComponent: MediaSfuUIComponent? = null, name: String = "")