Video Call Screen
The CallTheme
is a class that is used to build a one to one Video Call for incoming and outgoing calls
#
Module ComponentsIn the CallTheme
class, and its components are used to create and display call screen view.
Property name | Type |
---|---|
OutGoingCall | CallTheme.Custome |
When the Custome()
method of each module component is called to set the property values and display the view.
#
Video Mute ButtonThe 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 name | Type |
---|---|
Video Mic Button Tint | callVideoMicButtonIconTin |
Video Mic Button Icons | callVideoMicButtonIcon(Active,InActive) |
#
Switch Camera ButtonThe 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 name | Type |
---|---|
Switch Camera Button Tint | callSwitchCameraButtonIconTin |
Switch Camera Button Icons | callSwitchCameraButtonIcon(Active,InActive) |