How to capture image when use video SDK UI toolkit

How can I capture an image by using video SDK UI toolkit? Does it support to do that?

This isn’t possible to do directly with the UIToolkit. However you can access the DOM element rendering the video and use a library like html-to-image to convert it to an image.