@wildix/wda-stream-client 1.0.53 → 1.0.55

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.
@@ -56,6 +56,7 @@ declare const ConsumeEventCommand_base: {
56
56
  * groupId: "STRING_VALUE",
57
57
  * groupName: "STRING_VALUE",
58
58
  * device: "STRING_VALUE",
59
+ * sipCallId: "STRING_VALUE",
59
60
  * },
60
61
  * callee: {
61
62
  * phone: "STRING_VALUE",
@@ -69,6 +70,7 @@ declare const ConsumeEventCommand_base: {
69
70
  * groupId: "STRING_VALUE",
70
71
  * groupName: "STRING_VALUE",
71
72
  * device: "STRING_VALUE",
73
+ * sipCallId: "STRING_VALUE",
72
74
  * },
73
75
  * status: "connecting" || "talking" || "hold",
74
76
  * destination: "STRING_VALUE",
@@ -112,6 +114,7 @@ declare const ConsumeEventCommand_base: {
112
114
  * groupId: "STRING_VALUE",
113
115
  * groupName: "STRING_VALUE",
114
116
  * device: "STRING_VALUE",
117
+ * sipCallId: "STRING_VALUE",
115
118
  * },
116
119
  * callee: {
117
120
  * phone: "STRING_VALUE",
@@ -125,6 +128,7 @@ declare const ConsumeEventCommand_base: {
125
128
  * groupId: "STRING_VALUE",
126
129
  * groupName: "STRING_VALUE",
127
130
  * device: "STRING_VALUE",
131
+ * sipCallId: "STRING_VALUE",
128
132
  * },
129
133
  * status: "connecting" || "talking" || "hold",
130
134
  * destination: "STRING_VALUE",
@@ -169,6 +173,7 @@ declare const ConsumeEventCommand_base: {
169
173
  * groupId: "STRING_VALUE",
170
174
  * groupName: "STRING_VALUE",
171
175
  * device: "STRING_VALUE",
176
+ * sipCallId: "STRING_VALUE",
172
177
  * },
173
178
  * callee: "<CallFlowConsumeParticipant>",
174
179
  * status: "connecting" || "talking" || "hold",
@@ -441,12 +446,12 @@ declare const ConsumeEventCommand_base: {
441
446
  * session: "STRING_VALUE", // required
442
447
  * time: Number("long"), // required
443
448
  * type: "CONFERENCE.START" || "CONFERENCE.JOIN" || "CONFERENCE.RECORD_START" || "CONFERENCE.TRANSCRIPTION" || "CONFERENCE.LEAVE" || "CONFERENCE.RECORD_STOP" || "CONFERENCE.KEEP_ALIVE" || "CONFERENCE.TIMEFRAMES" || "CONFERENCE.END" || "CONFERENCE.STATS", // required
444
- * data: { // ConferenceStatsConsumeEventData
445
- * member: { // ConferenceSpeakerTime
449
+ * data: [ // ConferenceStatsConsumeEventData // required
450
+ * { // ConferenceSpeakerTime
446
451
  * jid: "STRING_VALUE", // required
447
452
  * speakerTime: Number("int"), // required
448
453
  * },
449
- * },
454
+ * ],
450
455
  * },
451
456
  * chatNew: { // ChatNewConsumeEvent
452
457
  * type: "CHAT.NEW" || "CHAT.UPDATE", // required
@@ -154,6 +154,7 @@ declare const DescribeEventCommand_base: {
154
154
  * // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
155
155
  * // role: "CLIENT" || "AGENT", // required
156
156
  * // license: "STRING_VALUE",
157
+ * // sipCallId: "STRING_VALUE",
157
158
  * // },
158
159
  * // callee: {
159
160
  * // type: "REMOTE" || "LOCAL", // required
@@ -170,6 +171,7 @@ declare const DescribeEventCommand_base: {
170
171
  * // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
171
172
  * // role: "CLIENT" || "AGENT", // required
172
173
  * // license: "STRING_VALUE",
174
+ * // sipCallId: "STRING_VALUE",
173
175
  * // },
174
176
  * // service: "STRING_VALUE",
175
177
  * // serviceNumber: "STRING_VALUE",
@@ -349,6 +351,7 @@ declare const DescribeEventCommand_base: {
349
351
  * // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
350
352
  * // role: "CLIENT" || "AGENT", // required
351
353
  * // license: "STRING_VALUE",
354
+ * // sipCallId: "STRING_VALUE",
352
355
  * // },
353
356
  * // },
354
357
  * // CallAnalyticsRecordEvent: { // CallAnalyticsRecordEvent
@@ -385,6 +388,7 @@ declare const DescribeEventCommand_base: {
385
388
  * // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
386
389
  * // role: "CLIENT" || "AGENT", // required
387
390
  * // license: "STRING_VALUE",
391
+ * // sipCallId: "STRING_VALUE",
388
392
  * // },
389
393
  * // callee: {
390
394
  * // type: "REMOTE" || "LOCAL", // required
@@ -401,6 +405,7 @@ declare const DescribeEventCommand_base: {
401
405
  * // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
402
406
  * // role: "CLIENT" || "AGENT", // required
403
407
  * // license: "STRING_VALUE",
408
+ * // sipCallId: "STRING_VALUE",
404
409
  * // },
405
410
  * // service: "STRING_VALUE",
406
411
  * // serviceNumber: "STRING_VALUE",
@@ -81,6 +81,7 @@ declare const GetConversationsCommand_base: {
81
81
  * // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
82
82
  * // role: "CLIENT" || "AGENT", // required
83
83
  * // license: "STRING_VALUE",
84
+ * // sipCallId: "STRING_VALUE",
84
85
  * // },
85
86
  * // callee: {
86
87
  * // type: "REMOTE" || "LOCAL", // required
@@ -97,6 +98,7 @@ declare const GetConversationsCommand_base: {
97
98
  * // userDevice: "COLLABORATION_WEB" || "COLLABORATION_IOS" || "COLLABORATION_ANDROID" || "XBEES_WEB" || "XBEES_IOS" || "XBEES_ANDROID" || "WILDIX_PHONE" || "WILDIX_DEVICE" || "VOICEBOT" || "UNKNOWN",
98
99
  * // role: "CLIENT" || "AGENT", // required
99
100
  * // license: "STRING_VALUE",
101
+ * // sipCallId: "STRING_VALUE",
100
102
  * // },
101
103
  * // service: "STRING_VALUE",
102
104
  * // serviceNumber: "STRING_VALUE",
@@ -326,6 +326,11 @@ export interface CallParticipant {
326
326
  userDevice?: CallDevice | undefined;
327
327
  role: CallParticipantRole;
328
328
  license?: string | undefined;
329
+ /**
330
+ * A unique identifier for the SIP call session used to control the call e.g., answer, hold, transfer, hang up.
331
+ * @public
332
+ */
333
+ sipCallId?: string | undefined;
329
334
  }
330
335
  /**
331
336
  * @public
@@ -729,6 +734,7 @@ export interface CallFlowConsumeParticipant {
729
734
  groupId?: string | undefined;
730
735
  groupName?: string | undefined;
731
736
  device?: string | undefined;
737
+ sipCallId?: string | undefined;
732
738
  }
733
739
  /**
734
740
  * @public
@@ -2015,12 +2021,6 @@ export interface ConferenceStartConsumeEvent {
2015
2021
  service?: string | undefined;
2016
2022
  data: ConferenceStartConsumeEventData;
2017
2023
  }
2018
- /**
2019
- * @public
2020
- */
2021
- export interface ConferenceStatsConsumeEventData {
2022
- member?: ConferenceSpeakerTime | undefined;
2023
- }
2024
2024
  /**
2025
2025
  * @public
2026
2026
  */
@@ -2029,7 +2029,7 @@ export interface ConferenceStatsConsumeEvent {
2029
2029
  session: string;
2030
2030
  time: number;
2031
2031
  type: ConferenceConsumeEventType;
2032
- data: ConferenceStatsConsumeEventData;
2032
+ data: (ConferenceSpeakerTime)[];
2033
2033
  }
2034
2034
  /**
2035
2035
  * @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.53",
4
+ "version": "1.0.55",
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",