WhiteReadonlyMemberState Class Reference
currentApplianceName
@property (nonatomic, copy, readonly) WhiteApplianceNameKey currentApplianceName
互动白板实时房间内当前使用的工具名称。初始工具为 pencil,无默认值。
strokeColor
@property (nonatomic, copy, readonly) NSArray<NSNumber*> *strokeColor
线条颜色,为 RGB 格式,例如,(0, 0, 255) 表示蓝色。
strokeWidth
@property (nonatomic, strong, readonly, nullable) NSNumber *strokeWidth
线条粗细。
textSize
@property (nonatomic, strong, readonly, nullable) NSNumber *textSize
字体大小。
textColor
@property (nonatomic, copy, readwrite, nullable) NSArray<NSNumber*> *textColor
文本颜色,为 RGB 格式,例如,(0, 0, 255) 表示蓝色。
pencilEraserSize
@property (nonatomic, strong, readwrite, nullable) NSNumber *pencilEraserSize
局部橡皮擦大小。取值范围为 [1,3],值越大代表尺寸越大。
shapeType
@property (nonatomic, strong, readonly, nullable) WhiteApplianceShapeTypeKey shapeType
当教具为 Shape 时,所选定的 shape 图形。