@whereby.com/media 1.20.0 → 1.20.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
@@ -895,11 +895,12 @@ interface SpotlightRemovedEvent {
895
895
  requestedByClientId: string;
896
896
  }
897
897
  interface LiveTranscriptionStartedEvent {
898
- startedAt: string;
899
898
  transcriptionId: string;
899
+ startedAt: string;
900
900
  }
901
901
  interface LiveTranscriptionStoppedEvent {
902
902
  transcriptionId: string;
903
+ endedAt: string;
903
904
  }
904
905
  interface SignalEvents {
905
906
  audio_enabled: AudioEnabledEvent;
package/dist/index.d.mts CHANGED
@@ -895,11 +895,12 @@ interface SpotlightRemovedEvent {
895
895
  requestedByClientId: string;
896
896
  }
897
897
  interface LiveTranscriptionStartedEvent {
898
- startedAt: string;
899
898
  transcriptionId: string;
899
+ startedAt: string;
900
900
  }
901
901
  interface LiveTranscriptionStoppedEvent {
902
902
  transcriptionId: string;
903
+ endedAt: string;
903
904
  }
904
905
  interface SignalEvents {
905
906
  audio_enabled: AudioEnabledEvent;
package/dist/index.d.ts CHANGED
@@ -895,11 +895,12 @@ interface SpotlightRemovedEvent {
895
895
  requestedByClientId: string;
896
896
  }
897
897
  interface LiveTranscriptionStartedEvent {
898
- startedAt: string;
899
898
  transcriptionId: string;
899
+ startedAt: string;
900
900
  }
901
901
  interface LiveTranscriptionStoppedEvent {
902
902
  transcriptionId: string;
903
+ endedAt: string;
903
904
  }
904
905
  interface SignalEvents {
905
906
  audio_enabled: AudioEnabledEvent;
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.20.0",
4
+ "version": "1.20.1",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/whereby/sdk",
7
7
  "repository": {