@@ -195,6 +195,7 @@ The following interfaces are involved:
195195 import { EStrokeType , ApplianceNames } from ' @netless/appliance-plugin' ;
196196 room .setMemberState ({currentApplianceName: ApplianceNames .laserPen , strokeType: EStrokeType .Normal });
197197 ```
198+ ! [Image](https: // github.com/user-attachments/assets/3cd10c3a-b17b-4c01-b9d4-868c69116d96)
1981992. Extended Teaching AIDS (Version >= 1.1 .1 )
199200 ` ` ` js
200201 export enum EStrokeType {
@@ -248,7 +249,7 @@ The following interfaces are involved:
248249 appliance.setMemberState({ ... } as ExtendMemberState);
249250 ` ` `
2502513. Split screen display Elements (little whiteboard featrue), need to combine ' @netless/app-little-white-board' (Version >= 1.1 .3 )
251-
252+ ! [Image](https : // github.com/user-attachments/assets/20810ea6-7d85-4e72-b75f-185599fffaf8)
2522534. Minimap function (Version >= 1.1 .6 )
253254 ```js
254255 /** Create a minimap
@@ -259,6 +260,7 @@ The following interfaces are involved:
259260 /** Destroy minimap */
260261 destroyMiniMap(viewId: string): Promise<void>;
261262 ```
263+ 
2622645. Filter Elements (Version >=1.1.6)
263265 ```js
264266 /** Filter Elements
@@ -276,6 +278,7 @@ The following interfaces are involved:
276278 */
277279 cancelFilterRender (viewId: string, isSync?: boolean): void ;
278280 ` ` `
281+ 
2792826. Handwriting graphics automatic association function: 'autoDraw' (version >=1.1.7)
280283 ` ` ` js
281284 export type AutoDrawOptions = {
@@ -295,6 +298,7 @@ The following interfaces are involved:
295298 });
296299 plugin .usePlugin (autoDrawPlugin);
297300 ` ` `
301+ 
298302### Configure parameters
299303` ` getInstance(wm: WindowManager, adaptor: ApplianceAdaptor)` `
300304- wm: WindowManager\r oom\p layer. In multi-window mode, you pass WindowManager, and in single-window mode, you pass room or player(whiteboard playback mode).
0 commit comments