setCustomVirtualBackgroundImagePaths method
Implementation
void setCustomVirtualBackgroundImagePaths(List<String> imagePaths) {
setCustomVirtualBackgroundImages(
imagePaths
.map((imagePath) => TCICVirtualBackgroundImage(imagePath: imagePath))
.toList(),
);
}