Image capture and virtual background support added.
New Features:
- Image capture that enables capturing local participant's image using methods.
- Methods added:
captureImage
.
- Methods added:
- Fetch and upload base64 data during the meeting.
- Methods added:
fetchBase64File
anduploadBase64File
.
- Methods added:
- Added public protocol
VideoSDKVideoProcessor
for processing frames manually. - Added a public class
VideoSDKBackgroundProcessor
that helps in seamlessly starting virtual background during the meeting. - Added
setVideoProcessor
method for setting the processor instance for frame processing.
Change Log:
- Freeze stats added.