hanc-webrtc-widgets 2.2.5 → 2.2.7

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.
@@ -41,6 +41,7 @@ export declare class OrbRenderer {
41
41
  private currentRotation;
42
42
  private audioValues;
43
43
  private readonly canvasPadding;
44
+ private resizeObserver;
44
45
  private resizeTimeoutId;
45
46
  private isContextLost;
46
47
  private boundHandleContextLost;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hanc-webrtc-widgets",
3
- "version": "2.2.5",
3
+ "version": "2.2.7",
4
4
  "type": "module",
5
5
  "main": "dist/hanc-webrtc-widgets.umd.js",
6
6
  "module": "dist/hanc-webrtc-widgets.es.js",