@voicenter-team/opensips-js 1.0.117 → 1.0.119

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
@@ -903,6 +903,7 @@ declare interface ScreenShareWhiteboardSelectors {
903
903
  drawerContainer: string;
904
904
  videoElement: string;
905
905
  videoElementContainer: string;
906
+ document: HTMLElement;
906
907
  }
907
908
 
908
909
  declare type startBlurListener = () => void