Skip to content

Image capture and virtual background support added.

Compare
Choose a tag to compare
@udayg24 udayg24 released this 06 Jun 12:00
· 2 commits to main since this release

New Features:

  1. Image capture that enables capturing local participant's image using methods.
    • Methods added: captureImage.
  2. Fetch and upload base64 data during the meeting.
    • Methods added: fetchBase64File and uploadBase64File.
  3. Added public protocol VideoSDKVideoProcessor for processing frames manually.
  4. Added a public class VideoSDKBackgroundProcessor that helps in seamlessly starting virtual background during the meeting.
  5. Added setVideoProcessor method for setting the processor instance for frame processing.

Change Log:

  1. Freeze stats added.