For Android, please add your icons by putting your images in drawable folders with the names indicated below:
- Flip
ic_camera_switch_on_new
ic_camera_switch_off_new
- Flash
ic_flashlight_on_new
ic_flashlight_off_new
- Timer
ic_timer_new
- Speed
ic_recording_speed_x0_5_new
ic_recording_speed_x1_new
ic_recording_speed_x2_new
ic_recording_speed_x3_new
ic_recording_speed_x0_5_selected_new
ic_recording_speed_x1_selected_new
ic_recording_speed_x2_selected_new
ic_recording_speed_x3_selected_new
- Mic
ic_mute_mic_on_new
ic_mute_mic_off_new
- Beauty
ic_beauty_on_new
ic_beauty_off_new
- Filter
ic_color_on_new
ic_color_off_new
- PIP
ic_pip_on_new
ic_pip_off_new
- Mask
ic_mask_on_new
ic_mask_off_new
For iOS, please replace icons by using this instruction.
You just need to rewrite all the icons to change them.
config.recorderConfiguration.additionalEffectsButtons = [
AdditionalEffectsButtonConfiguration(
identifier: .beauty,
imageConfiguration: ImageConfiguration(imageName:"icon1.png"),
selectedImageConfiguration: ImageConfiguration(imageName: "icon1.png")
),
...
]