@whereby.com/media 1.1.0 → 1.1.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +3 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -614,12 +614,15 @@ interface RoomJoinedEvent {
614
614
  } | null;
615
615
  };
616
616
  selfId: string;
617
+ clientClaim?: string;
617
618
  }
618
619
  interface RoomKnockedEvent {
619
620
  clientId: string;
620
621
  displayName: string | null;
621
622
  imageUrl: string | null;
622
623
  liveVideo: boolean;
624
+ selfId?: string;
625
+ clientClaim?: string;
623
626
  }
624
627
  interface RoomSessionEndedEvent {
625
628
  roomSessionId: 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.1.0",
4
+ "version": "1.1.1",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/whereby/sdk",
7
7
  "repository": {