Skip to main content

DyteSwitchCameraButtonControlBar

Overview

This button is use to implement the action for toggling the Camera from front to back and vice-versa.

Topics:

Creating a Camera toggles button.

 init(meeting: DyteMobileClient)

Parameters:

meeting: Current ongoing meeting object.

Override the onClick action.

func onClick(button: DyteControlBarButton)

You can override this method inside the subclass of DyteSwitchCameraButtonControlBar to customize the functionality when user presses this button.