Audio Call Screen
The CallTheme
is a class that is used to build a one to one Audio 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.
#
Mute ButtonThe 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 Mute Component.
Parameter name | Type |
---|---|
Mic Button Tint | callMicButtonIconTin |
Mic Button Icons | callMicButtonIcon(Active,InActive) |
#
Speaker ButtonThe Speaker 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 Speaker Component.
Parameter name | Type |
---|---|
Speaker Button Tint | callSpeakerButtonIconTin |
Speaker Button Icons | callSpeakerButtonIcon(Active,InActive) |
#
Hangup ButtonThe Hangup Button has property to change button color,button icons. The following table shows the parameters of the Custome()
method of the Hangup Component.
Parameter name | Type |
---|---|
Hangup Button Tint | callEndButtonIconTin |
Hangup Button Icons | callEndButtonIcon |