@voicenter-team/opensips-js 1.0.122 → 1.0.123

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
@@ -892,7 +892,7 @@ export declare class ScreenShareWhiteBoardPlugin extends BaseProcessStreamPlugin
892
892
  /**
893
893
  * Stops stream processing
894
894
  */
895
- stop(): any;
895
+ stop(): void;
896
896
  setupScreenShareDrawerOptions(options: KonvaDrawerOptions): void;
897
897
  }
898
898