VirtualBackgroundType

public enum VirtualBackgroundType

Represents different Virtual Background types

Since

3.2.0
  • no vitual background

    Declaration

    Swift

    case none
  • virtual background wil be blurred

    Declaration

    Swift

    case blur
  • virtual background will be the custom image uploaded

    Declaration

    Swift

    case custom