Type alias VbImageInfoType

VbImageInfoType: {
    displayName: string;
    fileName: string;
    id: string;
    url: string;
}

Virtual background (VB) image information.

Type declaration

  • displayName: string

    Name to display for virtual background.

  • fileName: string

    Virtual background file name.

  • id: string

    virtual background ID, must be unique

  • url: string

    Virtual background image resource URL.