@voicenter-team/opensips-js 1.0.100 → 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 +2 -0
- package/dist/opensips-js.cjs.js +1 -1
- package/dist/opensips-js.es.js +11 -11
- package/dist/opensips-js.iife.js +1 -1
- package/dist/opensips-js.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -1109,6 +1109,8 @@ declare interface WebrtcMetricsConfigType {
|
|
1109
1109
|
declare interface WhiteboardElementSelectors {
|
1110
1110
|
container: string;
|
1111
1111
|
drawerContainer: string;
|
1112
|
+
konvaContainer: HTMLElement;
|
1113
|
+
document: HTMLElement;
|
1112
1114
|
}
|
1113
1115
|
|
1114
1116
|
declare interface WhiteboardOptions {
|