@wildix/wda-stream-client 1.0.10 → 1.0.12

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.
@@ -483,7 +483,7 @@ export interface CallAnalyticsLiveTranscriptionEvent {
483
483
  flowStartTime: number;
484
484
  callStartTime: number;
485
485
  chunk: CallTranscriptionChunk;
486
- participant: CallParticipant;
486
+ participant?: CallParticipant;
487
487
  }
488
488
  /**
489
489
  * @public
@@ -1068,7 +1068,7 @@ export interface ConferenceAnalyticsLiveTranscriptionEvent {
1068
1068
  conferenceStartTime: number;
1069
1069
  transcriptionStartTime: number;
1070
1070
  chunk: ConferenceTranscriptionChunk;
1071
- participant: ConferenceParticipant;
1071
+ participant?: ConferenceParticipant;
1072
1072
  }
1073
1073
  /**
1074
1074
  * @public
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wildix/wda-stream-client",
3
3
  "description": "@wildix/wda-stream-client client",
4
- "version": "1.0.10",
4
+ "version": "1.0.12",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",