AgoraVirtualBackgroundSourceType Constants Reference

Declared in AgoraEnumerates.h
Availability v3.4.5

AgoraVirtualBackgroundSourceType

The type of the custom background image.

Definition

typedef NS_ENUM(NSUInteger, AgoraVirtualBackgroundSourceType ) {
   AgoraVirtualBackgroundColor = 1,
   AgoraVirtualBackgroundImg = 2,
   AgoraVirtualBackgroundBlur = 3,
};

Constants

AgoraVirtualBackgroundColor

1: (Default) The background image is a solid color.

Declared In AgoraEnumerates.h.

AgoraVirtualBackgroundImg

2: The background image is a file in PNG or JPG format.

Declared In AgoraEnumerates.h.

AgoraVirtualBackgroundBlur

3: The background image is blurred.

Available in v3.5.1

Declared In AgoraEnumerates.h.

Availability

v3.4.5

Declared In

AgoraEnumerates.h