Customizing Colors
NOTE: The following information is for the 6.1 version of the SDK.
1. Screenshare Colors
Use the method setDefaultUIColor to set various colors used by the Default UI:
GlanceVisitor.setDefaultUIColor(GlanceDefaultUIColors.CONSTANT, color: UIColor.COLOR_VALUE)
[GlanceVisitor setDefaultUIColor:CONSTANT color:COLOR_VALUE];
Color constants can be found in the images below.
Dialog Colors

Session Key Colors

Agent Viewer Colors

End Button Colors

2. Two-Way Video colors
Use the method setVideoDefaultUIColor to set various colors used by the default UI:
GlanceVisitor.setVideoDefaultUIColor(GlanceDefaultUIColors.CONSTANT, color: UIColor.COLOR_VALUE)
[GlanceVisitor setVideoDefaultUIColor:CONSTANT color:COLOR_VALUE];
Color constants can be found in the images below.
Video Call Colors

Dialog Colors
