@whereby.com/media 2.7.4 → 2.8.0

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
@@ -793,6 +793,7 @@ interface SignalClient {
793
793
  breakoutGroup: string | null;
794
794
  externalId: string | null;
795
795
  isDialIn: boolean;
796
+ isAudioRecorder: boolean;
796
797
  }
797
798
  interface Spotlight {
798
799
  clientId: string;
package/dist/index.d.mts CHANGED
@@ -793,6 +793,7 @@ interface SignalClient {
793
793
  breakoutGroup: string | null;
794
794
  externalId: string | null;
795
795
  isDialIn: boolean;
796
+ isAudioRecorder: boolean;
796
797
  }
797
798
  interface Spotlight {
798
799
  clientId: string;
package/dist/index.d.ts CHANGED
@@ -793,6 +793,7 @@ interface SignalClient {
793
793
  breakoutGroup: string | null;
794
794
  externalId: string | null;
795
795
  isDialIn: boolean;
796
+ isAudioRecorder: boolean;
796
797
  }
797
798
  interface Spotlight {
798
799
  clientId: 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": "2.7.4",
4
+ "version": "2.8.0",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/whereby/sdk",
7
7
  "repository": {