@voicenter-team/opensips-js 1.0.109 → 1.0.111
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts
CHANGED
@@ -1131,6 +1131,7 @@ export declare class WhiteBoardPlugin extends BaseNewStreamPlugin {
|
|
1131
1131
|
mode: ConferencingModeType;
|
1132
1132
|
constructor(options: WhiteboardOptions);
|
1133
1133
|
setupDrawerOptions(options: KonvaDrawerOptions): void;
|
1134
|
+
setMode(mode: ConferencingModeType, imageSrc?: string): void;
|
1134
1135
|
setupDrawerImage(imageSrc: any): void;
|
1135
1136
|
private drawEmptyWhiteboard;
|
1136
1137
|
private drawImageWhiteboard;
|