@whereby.com/media 1.4.0 → 1.4.1

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.cts CHANGED
@@ -646,8 +646,9 @@ interface VideoEnabledEvent {
646
646
  isVideoEnabled: boolean;
647
647
  }
648
648
  interface ClientMetadataReceivedEvent {
649
- type: string;
650
- payload: {
649
+ error?: string;
650
+ type?: string;
651
+ payload?: {
651
652
  clientId: string;
652
653
  displayName: string;
653
654
  };
package/dist/index.d.mts CHANGED
@@ -646,8 +646,9 @@ interface VideoEnabledEvent {
646
646
  isVideoEnabled: boolean;
647
647
  }
648
648
  interface ClientMetadataReceivedEvent {
649
- type: string;
650
- payload: {
649
+ error?: string;
650
+ type?: string;
651
+ payload?: {
651
652
  clientId: string;
652
653
  displayName: string;
653
654
  };
package/dist/index.d.ts CHANGED
@@ -646,8 +646,9 @@ interface VideoEnabledEvent {
646
646
  isVideoEnabled: boolean;
647
647
  }
648
648
  interface ClientMetadataReceivedEvent {
649
- type: string;
650
- payload: {
649
+ error?: string;
650
+ type?: string;
651
+ payload?: {
651
652
  clientId: string;
652
653
  displayName: string;
653
654
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@whereby.com/media",
3
3
  "description": "Media library for Whereby",
4
- "version": "1.4.0",
4
+ "version": "1.4.1",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/whereby/sdk",
7
7
  "repository": {