@voicenter-team/opensips-js 1.0.101 → 1.0.102

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
@@ -1109,6 +1109,7 @@ declare interface WebrtcMetricsConfigType {
1109
1109
  declare interface WhiteboardElementSelectors {
1110
1110
  container: string;
1111
1111
  drawerContainer: string;
1112
+ konvaContainer: HTMLElement;
1112
1113
  document: HTMLElement;
1113
1114
  }
1114
1115