Live UIKit iOS v1
Live UIKit iOS
Live UIKit
iOS
Version 1

Icon set

Copy link

The IconSet class contains all icons that appear on the Live UIKit views. The following table shows the elements of IconSet and its description.

IconImageDescription

ICON_CAMERA_SWITCH

Switches between front and rear cameras.

ICON_AUDIO_ON

Indicates that an audio device is turned on.

ICON_AUDIO_OFF

Indicates that an audio device is turned off.

ICON_VIDEO_ON

Indicates that a video device is turned on.

ICON_VIDEO_OFF

Indicates that a video device is turned off.


Customize SBUIconSet

Copy link

Use the following code to customize SBUIconSet. Customizing SBUIconSet can replace icons that are used as default across the UIKit with custom images.

SBUIconSet.Live.iconCameraSwitch = cameraImage
SBUIconSet.Live.iconAudioOff = micOffImage
// ...