Video Call Screen

The CallTheme is a class that is used to build a one to one Video Call for incoming and outgoing calls

audiocall

Module Components#

In the CallTheme class, and its components are used to create and display call screen view.

Property nameType
OutGoingCallCallTheme.Custome

When the Custome() method of each module component is called to set the property values and display the view.

Video Mute Button#

The Video Mute Button has property to change button color,button active and inactive state icons. The following table shows the parameters of the Custome() method of the Video Mute Component.

Parameter nameType
Video Mic Button TintcallVideoMicButtonIconTin
Video Mic Button IconscallVideoMicButtonIcon(Active,InActive)

Switch Camera Button#

The Switch Camera Button has property to change button color,button active and inactive state icons. The following table shows the parameters of the Custome() method of the Switch Camera Component.

Parameter nameType
Switch Camera Button TintcallSwitchCameraButtonIconTin
Switch Camera Button IconscallSwitchCameraButtonIcon(Active,InActive)