ZegoMixerWhiteboard
ZegoMixerWhiteboard
Mixer whiteboard object.
Details
Configure the mix whiteboard ID, aspect ratio and the layout.
Declared in ZegoExpressDefines.h
Properties
whiteboardID
unsigned long long whiteboardIDWhiteboard ID.
horizontalRatio
int horizontalRatioWhiteboard aspect ratio(width), the default aspect ratio is 16:9.
verticalRatio
int verticalRatioWhiteboard aspect ratio(height), the default aspect ratio is 16:9.
isPPTAnimation
BOOL isPPTAnimationWhether the whiteboard will load dynamic PPT files or not, default value is false.
layout
nonatomic, assign CGRect layoutWhiteboard layout.
zOrder
int zOrderWhiteboard z-order.
backgroundColor
int backgroundColorWhiteboard background color. Defaule is 0xF1F3F400 (gray). The color value corresponding to RGBA is 0xRRGGBBAA, and setting the transparency of the background color is currently not supported. The AA in 0xRRGGBBAA is 00. For example, select RGB as #87CEFA as the background color, this parameter passes 0x87CEFA00.F
Methods
initWithWhiteboardID:layout
- (instancetype)initWithWhiteboardID:(unsigned long long)whiteboardID layout:(CGRect)layout;ZegoExpressDefines.hZegoMixerWhiteboard instance
