BlurVirtualBackground: { blur: true; fileUrl?: string; imageData?: ImageData }

Deprecated

this type is now inlined and will be removed in a future version of the sdk q3/2023

Type declaration

  • blur: true

    True or False; blur user's native background. Using blur=true will trigger a user-facing pop-up confirmation dialog in the client to let the user allow or deny the action. The function will either be executed if allowed, or the app will receive an error with code 10017 if denied. Best practice is to show the corresponding error message.

  • Optional fileUrl?: string
  • Optional imageData?: ImageData

Generated using TypeDoc