podchat-browser 11.2.4 → 11.3.1-snapshot.2

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.
package/src/chat.js CHANGED
@@ -190,6 +190,7 @@
190
190
  START_SCREEN_SHARE: 123,
191
191
  END_SCREEN_SHARE: 124,
192
192
  DELETE_FROM_CALL_HISTORY: 125,
193
+ DESTINATED_RECORD_CALL: 126,
193
194
  MUTUAL_GROUPS: 130,
194
195
  CREATE_TAG: 140,
195
196
  EDIT_TAG: 141,
@@ -7,6 +7,7 @@
7
7
  //if (typeof (require) !== 'undefined' && typeof (exports) !== 'undefined') {} else {}
8
8
 
9
9
  var Sentry = params.Sentry,
10
+ currentModuleInstance = this,
10
11
  Utility = params.Utility,
11
12
  consoleLogging = params.consoleLogging,
12
13
  token = params.token,