@koredev/kore-web-sdk 11.9.1-rc.26ccead → 11.9.1-rc.3db583a

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.
@@ -64,6 +64,14 @@ declare class chatWindow extends EventEmitter {
64
64
  * @property {Object} chatWindowEvent
65
65
  */
66
66
  AFTER_RENDER_MSG: string;
67
+ /** beforeWSConnection will be triggered before web socket connection is established
68
+ *
69
+ * @event chatWindow#beforeWSConnection
70
+ * @type {object}
71
+ * @property {Object} data - contains web socket url
72
+ * @property {Object} isImplicitReconnect - flag whether the connection is implicit reconnection or not
73
+ */
74
+ BEFORE_WS_CONNECTION: string;
67
75
  /**
68
76
  * onWSOpen will be triggered on new websocket connection open
69
77
  *