@voicenter-team/opensips-js 1.0.108 → 1.0.110

Sign up to get free protection for your applications and to get access to all the features.
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;