@voicenter-team/events-sdk 0.0.107 → 0.0.109

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.
@@ -3134,7 +3134,10 @@ class rt {
3134
3134
  };
3135
3135
  this.eventsSdkClass.options.debugOption && (s[this.eventsSdkClass.options.debugOption].includes(t) || this.eventsSdkClass.options.debugOption === te.FULL) && this.log({
3136
3136
  Message: `Event name: ${t}`,
3137
- Body: e,
3137
+ Body: {
3138
+ ...this.getStaticData(),
3139
+ ...e
3140
+ },
3138
3141
  ActionName: Y.WSCONNECT,
3139
3142
  isShowClient: !1,
3140
3143
  Status: "Successful",
@@ -3142,6 +3145,11 @@ class rt {
3142
3145
  LogType: Q.INFO
3143
3146
  });
3144
3147
  }
3148
+ getStaticData() {
3149
+ return {
3150
+ SocketId: this.eventsSdkClass.socketIoClass && this.eventsSdkClass.socketIoClass.io ? this.eventsSdkClass.socketIoClass.io.id : ""
3151
+ };
3152
+ }
3145
3153
  }
3146
3154
  class st {
3147
3155
  constructor(t) {