@whereby.com/media 1.3.8 → 1.3.9

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
@@ -693,6 +693,7 @@ interface JoinRoomRequest {
693
693
  organizationId: string;
694
694
  roomName: string;
695
695
  displayName?: string;
696
+ clientClaim?: string;
696
697
  }
697
698
  interface KnockRoomRequest {
698
699
  displayName: string;
package/dist/index.d.mts CHANGED
@@ -693,6 +693,7 @@ interface JoinRoomRequest {
693
693
  organizationId: string;
694
694
  roomName: string;
695
695
  displayName?: string;
696
+ clientClaim?: string;
696
697
  }
697
698
  interface KnockRoomRequest {
698
699
  displayName: string;
package/dist/index.d.ts CHANGED
@@ -693,6 +693,7 @@ interface JoinRoomRequest {
693
693
  organizationId: string;
694
694
  roomName: string;
695
695
  displayName?: string;
696
+ clientClaim?: string;
696
697
  }
697
698
  interface KnockRoomRequest {
698
699
  displayName: string;
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.3.8",
4
+ "version": "1.3.9",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/whereby/sdk",
7
7
  "repository": {