@webex/event-dictionary-ts 1.0.1330 → 1.0.1331

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.
@@ -6303,6 +6303,12 @@
6303
6303
  "minimum": 0.0,
6304
6304
  "maximum": 9223372036854776000.0
6305
6305
  },
6306
+ "callIsConnectedTime": {
6307
+ "description": "The time when the call is successfully established.",
6308
+ "type": "number",
6309
+ "minimum": 0.0,
6310
+ "maximum": 9223372036854776000.0
6311
+ },
6306
6312
  "firstAudioPacketSentTime": {
6307
6313
  "description": "First audio packet is captured from microphone and sent to the remote.",
6308
6314
  "type": "number",
@@ -6775,6 +6775,12 @@
6775
6775
  "minimum": 0.0,
6776
6776
  "maximum": 9223372036854776000.0
6777
6777
  },
6778
+ "callIsConnectedTime": {
6779
+ "description": "The time when the call is successfully established.",
6780
+ "type": "number",
6781
+ "minimum": 0.0,
6782
+ "maximum": 9223372036854776000.0
6783
+ },
6778
6784
  "firstAudioPacketSentTime": {
6779
6785
  "description": "First audio packet is captured from microphone and sent to the remote.",
6780
6786
  "type": "number",
@@ -3056,6 +3056,10 @@ export interface Event {
3056
3056
  * Happens right after applyAudioSDPTime completes.
3057
3057
  */
3058
3058
  applyVideoSDPTime?: number;
3059
+ /**
3060
+ * The time when the call is successfully established.
3061
+ */
3062
+ callIsConnectedTime?: number;
3059
3063
  /**
3060
3064
  * First audio packet is captured from microphone and sent to the remote.
3061
3065
  */
@@ -12227,6 +12231,10 @@ export interface ClientEvent {
12227
12231
  * Happens right after applyAudioSDPTime completes.
12228
12232
  */
12229
12233
  applyVideoSDPTime?: number;
12234
+ /**
12235
+ * The time when the call is successfully established.
12236
+ */
12237
+ callIsConnectedTime?: number;
12230
12238
  /**
12231
12239
  * First audio packet is captured from microphone and sent to the remote.
12232
12240
  */
package/package.json CHANGED
@@ -28,5 +28,5 @@
28
28
  "access": "public",
29
29
  "registry": "https://registry.npmjs.org"
30
30
  },
31
- "version": "1.0.1330"
31
+ "version": "1.0.1331"
32
32
  }