@webex/internal-plugin-metrics 3.0.0-beta.42 → 3.0.0-beta.420

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.
Files changed (73) hide show
  1. package/dist/batcher.js +40 -1
  2. package/dist/batcher.js.map +1 -1
  3. package/dist/call-diagnostic/call-diagnostic-metrics-batcher.js +65 -0
  4. package/dist/call-diagnostic/call-diagnostic-metrics-batcher.js.map +1 -0
  5. package/dist/call-diagnostic/call-diagnostic-metrics-latencies.js +552 -0
  6. package/dist/call-diagnostic/call-diagnostic-metrics-latencies.js.map +1 -0
  7. package/dist/call-diagnostic/call-diagnostic-metrics.js +863 -0
  8. package/dist/call-diagnostic/call-diagnostic-metrics.js.map +1 -0
  9. package/dist/call-diagnostic/call-diagnostic-metrics.util.js +371 -0
  10. package/dist/call-diagnostic/call-diagnostic-metrics.util.js.map +1 -0
  11. package/dist/call-diagnostic/config.js +627 -0
  12. package/dist/call-diagnostic/config.js.map +1 -0
  13. package/dist/client-metrics-batcher.js +2 -1
  14. package/dist/client-metrics-batcher.js.map +1 -1
  15. package/dist/config.js +2 -1
  16. package/dist/config.js.map +1 -1
  17. package/dist/index.js +33 -0
  18. package/dist/index.js.map +1 -1
  19. package/dist/metrics.js +27 -28
  20. package/dist/metrics.js.map +1 -1
  21. package/dist/metrics.types.js +7 -0
  22. package/dist/metrics.types.js.map +1 -0
  23. package/dist/new-metrics.js +300 -0
  24. package/dist/new-metrics.js.map +1 -0
  25. package/dist/prelogin-metrics-batcher.js +82 -0
  26. package/dist/prelogin-metrics-batcher.js.map +1 -0
  27. package/dist/types/batcher.d.ts +7 -0
  28. package/dist/types/call-diagnostic/call-diagnostic-metrics-batcher.d.ts +2 -0
  29. package/dist/types/call-diagnostic/call-diagnostic-metrics-latencies.d.ts +237 -0
  30. package/dist/types/call-diagnostic/call-diagnostic-metrics.d.ts +425 -0
  31. package/dist/types/call-diagnostic/call-diagnostic-metrics.util.d.ts +103 -0
  32. package/dist/types/call-diagnostic/config.d.ts +178 -0
  33. package/dist/types/client-metrics-batcher.d.ts +2 -0
  34. package/dist/types/config.d.ts +36 -0
  35. package/dist/types/index.d.ts +15 -0
  36. package/dist/types/metrics.d.ts +3 -0
  37. package/dist/types/metrics.types.d.ts +107 -0
  38. package/dist/types/new-metrics.d.ts +131 -0
  39. package/dist/types/prelogin-metrics-batcher.d.ts +2 -0
  40. package/dist/types/utils.d.ts +6 -0
  41. package/dist/utils.js +27 -0
  42. package/dist/utils.js.map +1 -0
  43. package/package.json +15 -8
  44. package/src/batcher.js +38 -0
  45. package/src/call-diagnostic/call-diagnostic-metrics-batcher.ts +72 -0
  46. package/src/call-diagnostic/call-diagnostic-metrics-latencies.ts +511 -0
  47. package/src/call-diagnostic/call-diagnostic-metrics.ts +925 -0
  48. package/src/call-diagnostic/call-diagnostic-metrics.util.ts +399 -0
  49. package/src/call-diagnostic/config.ts +685 -0
  50. package/src/client-metrics-batcher.js +1 -0
  51. package/src/config.js +1 -0
  52. package/src/index.ts +56 -0
  53. package/src/metrics.js +21 -24
  54. package/src/metrics.types.ts +179 -0
  55. package/src/new-metrics.ts +278 -0
  56. package/src/prelogin-metrics-batcher.ts +95 -0
  57. package/src/utils.ts +17 -0
  58. package/test/unit/spec/batcher.js +2 -0
  59. package/test/unit/spec/call-diagnostic/call-diagnostic-metrics-batcher.ts +469 -0
  60. package/test/unit/spec/call-diagnostic/call-diagnostic-metrics-latencies.ts +718 -0
  61. package/test/unit/spec/call-diagnostic/call-diagnostic-metrics.ts +2371 -0
  62. package/test/unit/spec/call-diagnostic/call-diagnostic-metrics.util.ts +637 -0
  63. package/test/unit/spec/client-metrics-batcher.js +2 -0
  64. package/test/unit/spec/metrics.js +77 -98
  65. package/test/unit/spec/new-metrics.ts +231 -0
  66. package/test/unit/spec/prelogin-metrics-batcher.ts +253 -0
  67. package/test/unit/spec/utils.ts +22 -0
  68. package/tsconfig.json +6 -0
  69. package/dist/call-diagnostic-events-batcher.js +0 -60
  70. package/dist/call-diagnostic-events-batcher.js.map +0 -1
  71. package/src/call-diagnostic-events-batcher.js +0 -62
  72. package/src/index.js +0 -17
  73. package/test/unit/spec/call-diagnostic-events-batcher.js +0 -195
@@ -0,0 +1,627 @@
1
+ "use strict";
2
+
3
+ var _Object$defineProperty = require("@babel/runtime-corejs2/core-js/object/define-property");
4
+ var _interopRequireDefault = require("@babel/runtime-corejs2/helpers/interopRequireDefault");
5
+ _Object$defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.WEBEX_SUB_SERVICE_TYPES = exports.WBX_APP_API_URL = exports.UNKNOWN_ERROR = exports.SERVICE_ERROR_CODES_TO_CLIENT_ERROR_CODES_MAP = exports.SDP_OFFER_CREATION_ERROR_MAP = exports.NEW_LOCUS_ERROR_CLIENT_CODE = exports.NETWORK_ERROR = exports.MISSING_ROAP_ANSWER_CLIENT_CODE = exports.MEETING_INFO_LOOKUP_ERROR_CLIENT_CODE = exports.ICE_FAILURE_CLIENT_CODE = exports.ICE_FAILED_WITH_TURN_TLS_CLIENT_CODE = exports.ICE_FAILED_WITHOUT_TURN_TLS_CLIENT_CODE = exports.ERROR_DESCRIPTIONS = exports.DTLS_HANDSHAKE_FAILED_CLIENT_CODE = exports.CLIENT_ERROR_CODE_TO_ERROR_PAYLOAD = exports.CALL_DIAGNOSTIC_LOG_IDENTIFIER = exports.CALL_DIAGNOSTIC_EVENT_FAILED_TO_SEND = exports.BROWSER_MEDIA_ERROR_NAME_TO_CLIENT_ERROR_CODES_MAP = exports.AUTHENTICATION_FAILED_CODE = void 0;
9
+ var _defineProperty2 = _interopRequireDefault(require("@babel/runtime-corejs2/helpers/defineProperty"));
10
+ var _BROWSER_MEDIA_ERROR_, _CLIENT_ERROR_CODE_TO;
11
+ /* eslint-disable import/prefer-default-export */
12
+ // Most client error codes are mapped based on
13
+ // https://sqbu-github.cisco.com/WebExSquared/event-dictionary/wiki/Error-codes-for-metric-events
14
+
15
+ var CALL_DIAGNOSTIC_LOG_IDENTIFIER = 'call-diagnostic-events -> ';
16
+ exports.CALL_DIAGNOSTIC_LOG_IDENTIFIER = CALL_DIAGNOSTIC_LOG_IDENTIFIER;
17
+ var AUTHENTICATION_FAILED_CODE = 1010;
18
+ exports.AUTHENTICATION_FAILED_CODE = AUTHENTICATION_FAILED_CODE;
19
+ var NETWORK_ERROR = 1026;
20
+ exports.NETWORK_ERROR = NETWORK_ERROR;
21
+ var NEW_LOCUS_ERROR_CLIENT_CODE = 4008;
22
+ exports.NEW_LOCUS_ERROR_CLIENT_CODE = NEW_LOCUS_ERROR_CLIENT_CODE;
23
+ var MEETING_INFO_LOOKUP_ERROR_CLIENT_CODE = 4100;
24
+ exports.MEETING_INFO_LOOKUP_ERROR_CLIENT_CODE = MEETING_INFO_LOOKUP_ERROR_CLIENT_CODE;
25
+ var UNKNOWN_ERROR = 9999; // Unexpected error that is not a meetingInfo error, locus error or browser media error.
26
+ exports.UNKNOWN_ERROR = UNKNOWN_ERROR;
27
+ var ICE_FAILURE_CLIENT_CODE = 2004;
28
+ exports.ICE_FAILURE_CLIENT_CODE = ICE_FAILURE_CLIENT_CODE;
29
+ var MISSING_ROAP_ANSWER_CLIENT_CODE = 2007;
30
+ exports.MISSING_ROAP_ANSWER_CLIENT_CODE = MISSING_ROAP_ANSWER_CLIENT_CODE;
31
+ var DTLS_HANDSHAKE_FAILED_CLIENT_CODE = 2008;
32
+ exports.DTLS_HANDSHAKE_FAILED_CLIENT_CODE = DTLS_HANDSHAKE_FAILED_CLIENT_CODE;
33
+ var ICE_FAILED_WITH_TURN_TLS_CLIENT_CODE = 2010;
34
+ exports.ICE_FAILED_WITH_TURN_TLS_CLIENT_CODE = ICE_FAILED_WITH_TURN_TLS_CLIENT_CODE;
35
+ var ICE_FAILED_WITHOUT_TURN_TLS_CLIENT_CODE = 2009;
36
+ exports.ICE_FAILED_WITHOUT_TURN_TLS_CLIENT_CODE = ICE_FAILED_WITHOUT_TURN_TLS_CLIENT_CODE;
37
+ var WBX_APP_API_URL = 'wbxappapi'; // MeetingInfo WebexAppApi response object normally contains a body.url that includes the string 'wbxappapi'
38
+ exports.WBX_APP_API_URL = WBX_APP_API_URL;
39
+ var WEBEX_SUB_SERVICE_TYPES = {
40
+ PMR: 'PMR',
41
+ SCHEDULED_MEETING: 'ScheduledMeeting',
42
+ WEBINAR: 'Webinar'
43
+ };
44
+
45
+ // Found in https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia
46
+ exports.WEBEX_SUB_SERVICE_TYPES = WEBEX_SUB_SERVICE_TYPES;
47
+ var BROWSER_MEDIA_ERROR_NAMES = {
48
+ PERMISSION_DENIED_ERROR: 'PermissionDeniedError',
49
+ NOT_ALLOWED_ERROR: 'NotAllowedError',
50
+ NOT_READABLE_ERROR: 'NotReadableError',
51
+ ABORT_ERROR: 'AbortError',
52
+ NOT_FOUND_ERROR: 'NotFoundError',
53
+ OVERCONSTRAINED_ERROR: 'OverconstrainedError',
54
+ SECURITY_ERROR: 'SecurityError',
55
+ TYPE_ERROR: 'TypeError'
56
+ };
57
+ var BROWSER_MEDIA_ERROR_NAME_TO_CLIENT_ERROR_CODES_MAP = (_BROWSER_MEDIA_ERROR_ = {}, (0, _defineProperty2.default)(_BROWSER_MEDIA_ERROR_, BROWSER_MEDIA_ERROR_NAMES.PERMISSION_DENIED_ERROR, 4032), (0, _defineProperty2.default)(_BROWSER_MEDIA_ERROR_, BROWSER_MEDIA_ERROR_NAMES.NOT_ALLOWED_ERROR, 4032), (0, _defineProperty2.default)(_BROWSER_MEDIA_ERROR_, BROWSER_MEDIA_ERROR_NAMES.NOT_READABLE_ERROR, 2729), (0, _defineProperty2.default)(_BROWSER_MEDIA_ERROR_, BROWSER_MEDIA_ERROR_NAMES.ABORT_ERROR, 2729), (0, _defineProperty2.default)(_BROWSER_MEDIA_ERROR_, BROWSER_MEDIA_ERROR_NAMES.NOT_FOUND_ERROR, 2729), (0, _defineProperty2.default)(_BROWSER_MEDIA_ERROR_, BROWSER_MEDIA_ERROR_NAMES.OVERCONSTRAINED_ERROR, 2729), (0, _defineProperty2.default)(_BROWSER_MEDIA_ERROR_, BROWSER_MEDIA_ERROR_NAMES.SECURITY_ERROR, 2729), (0, _defineProperty2.default)(_BROWSER_MEDIA_ERROR_, BROWSER_MEDIA_ERROR_NAMES.TYPE_ERROR, 2729), _BROWSER_MEDIA_ERROR_);
58
+ exports.BROWSER_MEDIA_ERROR_NAME_TO_CLIENT_ERROR_CODES_MAP = BROWSER_MEDIA_ERROR_NAME_TO_CLIENT_ERROR_CODES_MAP;
59
+ var SDP_OFFER_CREATION_ERROR_MAP = {
60
+ GENERAL: 2050,
61
+ SDP_MUNGE_MISSING_CODECS: 2051
62
+ };
63
+ exports.SDP_OFFER_CREATION_ERROR_MAP = SDP_OFFER_CREATION_ERROR_MAP;
64
+ var ERROR_DESCRIPTIONS = {
65
+ UNKNOWN_CALL_FAILURE: 'UnknownCallFailure',
66
+ LOCUS_RATE_LIMITED_INCOMING: 'LocusRateLimitedIncoming',
67
+ LOCUS_RATE_LIMITED_OUTGOING: 'LocusRateLimitedOutgoing',
68
+ LOCUS_UNAVAILABLE: 'LocusUnavailable',
69
+ LOCUS_CONFLICT: 'LocusConflict',
70
+ TIMEOUT: 'Timeout',
71
+ LOCUS_INVALID_SEQUENCE_HASH: 'LocusInvalidSequenceHash',
72
+ AUTHENTICATION_FAILED: 'AuthenticationFailed',
73
+ NETWORK_ERROR: 'NetworkError',
74
+ UPDATE_MEDIA_FAILED: 'UpdateMediaFailed',
75
+ FAILED_TO_CONNECT_MEDIA: 'FailedToConnectMedia',
76
+ MEDIA_ENGINE_LOST: 'MediaEngineLost',
77
+ MEDIA_CONNECTION_LOST: 'MediaConnectionLost',
78
+ ICE_FAILURE: 'IceFailure',
79
+ MEDIA_ENGINE_HANG: 'MediaEngineHang',
80
+ ICE_SERVER_REJECTED: 'IceServerRejected',
81
+ CALL_FULL: 'CallFull',
82
+ ROOM_TOO_LARGE: 'RoomTooLarge',
83
+ GUEST_ALREADY_ADDED: 'GuestAlreadyAdded',
84
+ LOCUS_USER_NOT_AUTHORISED: 'LocusUserNotAuthorised',
85
+ CLOUDBERRY_UNAVAILABLE: 'CloudberryUnavailable',
86
+ ROOM_TOO_LARGE_FREE_ACCOUNT: 'RoomTooLarge_FreeAccount',
87
+ MEETING_INACTIVE: 'MeetingInactive',
88
+ MEETING_LOCKED: 'MeetingLocked',
89
+ MEETING_TERMINATING: 'MeetingTerminating',
90
+ MODERATOR_PIN_OR_GUEST_REQUIRED: 'Moderator_Pin_Or_Guest_Required',
91
+ MODERATOR_PIN_OR_GUEST_PIN_REQUIRED: 'Moderator_Pin_Or_Guest_PIN_Required',
92
+ MODERATOR_REQUIRED: 'Moderator_Required',
93
+ USER_NOT_MEMBER_OF_ROOM: 'UserNotMemberOfRoom',
94
+ NEW_LOCUS_ERROR: 'NewLocusError',
95
+ NETWORK_UNAVAILABLE: 'NetworkUnavailable',
96
+ MEETING_UNAVAILABLE: 'MeetingUnavailable',
97
+ MEETING_ID_INVALID: 'MeetingIDInvalid',
98
+ MEETING_SITE_INVALID: 'MeetingSiteInvalid',
99
+ LOCUS_INVALID_JOINTIME: 'LocusInvalidJoinTime',
100
+ LOBBY_EXPIRED: 'LobbyExpired',
101
+ MEDIA_CONNECTION_LOST_PAIRED: 'MediaConnectionLostPaired',
102
+ PHONE_NUMBER_NOT_A_NUMBER: 'PhoneNumberNotANumber',
103
+ PHONE_NUMBER_TOO_LONG: 'PhoneNumberTooLong',
104
+ INVALID_DIALABLE_KEY: 'InvalidDialableKey',
105
+ ONE_ON_ONE_TO_SELF_NOT_ALLOWED: 'OneOnOneToSelfNotAllowed',
106
+ REMOVED_PARTICIPANT: 'RemovedParticipant',
107
+ MEETING_LINK_NOT_FOUND: 'MeetingLinkNotFound',
108
+ PHONE_NUMBER_TOO_SHORT_AFTER_IDD: 'PhoneNumberTooShortAfterIdd',
109
+ INVALID_INVITEE_ADDRESS: 'InvalidInviteeAddress',
110
+ PMR_USER_ACCOUNT_LOCKED_OUT: 'PMRUserAccountLockedOut',
111
+ GUEST_FORBIDDEN: 'GuestForbidden',
112
+ PMR_ACCOUNT_SUSPENDED: 'PMRAccountSuspended',
113
+ EMPTY_PHONE_NUMBER_OR_COUNTRY_CODE: 'EmptyPhoneNumberOrCountryCode',
114
+ CONVERSATION_NOT_FOUND: 'ConversationNotFound',
115
+ SIP_CALLEE_BUSY: 'SIPCalleeBusy',
116
+ SIP_CALLEE_NOT_FOUND: 'SIPCalleeNotFound',
117
+ START_RECORDING_FAILED: 'StartRecordingFailed',
118
+ RECORDING_IN_PROGRESS_FAILED: 'RecordingInProgressFailed',
119
+ MEETING_INFO_LOOKUP_ERROR: 'MeetingInfoLookupError',
120
+ CALL_FULL_ADD_GUEST: 'CallFullAddGuest',
121
+ REQUIRE_WEBEX_LOGIN: 'RequireWebexLogin',
122
+ USER_NOT_ALLOWED_ACCESS_MEETING: 'UserNotAllowedAccessMeeting',
123
+ USER_NEEDS_ACTIVATION: 'UserNeedsActivation',
124
+ SIGN_UP_INVALID_EMAIL: 'SignUpInvalidEmail',
125
+ UNKNOWN_ERROR: 'UnknownError',
126
+ NO_MEDIA_FOUND: 'NoMediaFound',
127
+ STREAM_ERROR_NO_MEDIA: 'StreamErrorNoMedia',
128
+ CAMERA_PERMISSION_DENIED: 'CameraPermissionDenied',
129
+ FRAUD_DETECTION: 'FraudDetection',
130
+ E2EE_NOT_SUPPORTED: 'E2EENotSupported',
131
+ LOCUS_LOBBY_FULL_CMR: 'LocusLobbyFullCMR',
132
+ USER_NOT_INVITED_TO_JOIN: 'UserNotInvitedToJoin',
133
+ MISSING_ROAP_ANSWER: 'MissingRoapAnswer',
134
+ DTLS_HANDSHAKE_FAILED: 'DTLSHandshakeFailed',
135
+ ICE_FAILED_WITHOUT_TURN_TLS: 'ICEFailedWithoutTURN_TLS',
136
+ ICE_FAILED_WITH_TURN_TLS: 'ICEFailedWithTURN_TLS',
137
+ SDP_OFFER_CREATION_ERROR: 'SdpOfferCreationError',
138
+ SDP_OFFER_CREATION_ERROR_MISSING_CODEC: 'SdpOfferCreationErrorMissingCodec'
139
+ };
140
+ exports.ERROR_DESCRIPTIONS = ERROR_DESCRIPTIONS;
141
+ var SERVICE_ERROR_CODES_TO_CLIENT_ERROR_CODES_MAP = {
142
+ // ---- Webex API ----
143
+ // Taken from https://wiki.cisco.com/display/HFWEB/MeetingInfo+API and https://sqbu-github.cisco.com/WebExSquared/spark-client-framework/blob/master/spark-client-framework/Services/WebexMeetingService/WebexMeetingModel.h
144
+ // Site not support the URL's domain
145
+ 58400: 4100,
146
+ 99002: 4100,
147
+ // Cannot find the data. Unkown meeting.
148
+ 99009: 4100,
149
+ // Meeting is not allow to cross env
150
+ 58500: 4100,
151
+ // Input parameters contain invalit item
152
+ 400001: 4100,
153
+ // Empty password or token. Meeting is not allow to access since require password
154
+ 403004: 4005,
155
+ // Wrong password. Meeting is not allow to access since password error
156
+ 403028: 4005,
157
+ // Wrong or expired permission. Meeting is not allow to access since permissionToken error or expire
158
+ 403032: 4005,
159
+ // Meeting is required login for current user
160
+ 403034: 4036,
161
+ // Meeting is not allow to access since require password or hostKey
162
+ // Empty password or host key
163
+ 403036: 4005,
164
+ // Meeting is not allow to access since password or hostKey error
165
+ // Wrong password or host key
166
+ 403038: 4005,
167
+ // CMR Meeting Not Supported (meeting exists, but not CMR meeting)
168
+ 403040: 4100,
169
+ // Requires Moderator Pin or Guest Pin
170
+ 403041: 4005,
171
+ // Email blocked
172
+ 403047: 4101,
173
+ // Device not authenticated for your organization
174
+ 403408: 4101,
175
+ // Invalid panelist Pin
176
+ 403043: 4005,
177
+ // Device not registered in org. Device not authenticated.
178
+ 403048: 4101,
179
+ // Not allowed to join external meetings. Violate meeting join policy. Your organization settings don't allow you to join this meeting.
180
+ 403049: 4101,
181
+ // Invalid email. Requires sign in meeting's current site.
182
+ 403100: 4101,
183
+ // Enforce sign in: need login before access when policy enforce sign in. GuestForceUserSignInPolicy
184
+ 403101: 4036,
185
+ // Enforce sign in: sign in with your email address that is approved by your organization
186
+ 403102: 4036,
187
+ // Join internal Meeting: need login before access when policy enforce sign in. Guest force user sign in internal meeting policy.
188
+ 403103: 4036,
189
+ // Join internal Meeting: The host's organization policy doesn't allow your account to join this meeting. Try switching to another account
190
+ 403104: 4101,
191
+ 404001: 4101,
192
+ // Site data not found. Unkonwn meeting. Site data not found(or null).
193
+ 404006: 4100,
194
+ // Invalid input with too many requests. Too many requests access, please input captcha code
195
+ 423001: 4005,
196
+ // Wrong password with too many requests. PasswordError too many time, please input captcha code
197
+ 423005: 4005,
198
+ // Wrong password or host key with too many requests
199
+ 423006: 4005,
200
+ // PasswordError with right captcha, please input captcha code
201
+ 423010: 4005,
202
+ // PasswordOrHostKeyError with right captcha, please input captcha code
203
+ 423012: 4005,
204
+ // Unverified or invalid input. Force show captcha. Please input captcha code"
205
+ 423013: 4005,
206
+ // Too many requests access
207
+ 429005: 4100,
208
+ // ---- Locus ------
209
+ // FREE_USER_MAX_PARTICIPANTS_EXCEEDED
210
+ 2403001: 3007,
211
+ // PAID_USER_MAX_PARTICIPANTS_EXCEEDED
212
+ 2403002: 3002,
213
+ // SERVICE_MAX_PARTICIPANTS_EXCEEDED
214
+ 2403003: 3002,
215
+ // LOCUS_INACTIVE
216
+ 2403004: 4001,
217
+ // LOCUS_FREE_USER_MAX_PARTICIPANTS_JOINED_EXCEEDED
218
+ 2403018: 3001,
219
+ // LOCUS_PAID_USER_MAX_PARTICIPANTS_JOINED_EXCEEDED
220
+ 2403019: 3001,
221
+ // LOCUS_LOCKED
222
+ 2423003: 4002,
223
+ // LOCUS_TERMINATING
224
+ 2423004: 4003,
225
+ // LOCUS_REQUIRES_MODERATOR_PIN_OR_GUEST
226
+ 2423005: 4005,
227
+ 2423006: 4005,
228
+ 2423016: 4005,
229
+ 2423017: 4005,
230
+ 2423018: 4005,
231
+ // LOCUS_OWNER_CONCURRENT_ACTIVE_MEETING_LIMIT_EXCEEDED
232
+ 2423012: 12000,
233
+ // LOCUS_LOBBY_FULL_CMR
234
+ 2423021: 12001,
235
+ // LOCUS_REQUIRES_MODERATOR_ROLE
236
+ 2423007: 4006,
237
+ // LOCUS_JOIN_RESTRICTED_USER_NOT_IN_ROOM
238
+ 2403010: 4007,
239
+ // LOCUS_MEETING_NOT_FOUND
240
+ 2403014: 4011,
241
+ // LOCUS_NOT_WEBEX_SITE
242
+ 2403015: 4012,
243
+ // LOCUS_INVALID_JOIN_TIME
244
+ 2423010: 4013,
245
+ // LOCUS_PHONE_NUMBER_NOT_A_NUMBER
246
+ 2400008: 4016,
247
+ // LOCUS_PHONE_NUMBER_TOO_LONG
248
+ 2400011: 4017,
249
+ // LOCUS_INVALID_DIALABLE_KEY
250
+ 2400012: 4018,
251
+ // LOCUS_ONE_ON_ONE_TO_SELF_NOT_ALLOWED
252
+ 2403007: 4019,
253
+ // LOCUS_REMOVED_PARTICIPANT
254
+ 2401002: 4020,
255
+ // LOCUS_MEETING_LINK_NOT_FOUND
256
+ 2404002: 4021,
257
+ // LOCUS_PHONE_NUMBER_TOO_SHORT_AFTER_IDD
258
+ 2400009: 4022,
259
+ // LOCUS_INVALID_INVITEE_ADDRESS
260
+ 2400025: 4023,
261
+ // LOCUS_PMR_USER_ACCOUNT_LOCKEDOUT
262
+ 2423009: 4024,
263
+ // LOCUS_RESOURCE_GUEST_FORBIDDEN
264
+ 2403022: 4025,
265
+ // LOCUS_PMR_SUSPENDED
266
+ 2423008: 4026,
267
+ // LOCUS_EMPTY_PHONE_NUMBER_OR_COUNTRY_CODE
268
+ 2400006: 4027,
269
+ // LOCUS_INVALID_SINCE_OR_SEQUENCE_HASH_IN_REQUEST
270
+ 2400014: 1006,
271
+ // LOCUS_CONVERSATION_NOT_FOUND
272
+ 2404001: 4028,
273
+ // LOCUS_RECORDING_CONTROL_NOT_SUPPORTED
274
+ 2403025: 4029,
275
+ // LOCUS_RECORDING_NOT_STARTED
276
+ 2405001: 4029,
277
+ // LOCUS_RECORDING_NOT_ENABLED
278
+ 2409005: 4029,
279
+ // E2EE_NOT_SUPPORTED
280
+ 2409062: 12002,
281
+ // LOCUS: ONLY_INVITED_USERS_CAN_ATTEND_THIS_MEETING
282
+ 2423025: 12003,
283
+ // ---- U2C Sign in catalog ------
284
+ // The user exists, but hasn't completed activation. Needs to visit Atlas for more processing.
285
+ 100002: 4102,
286
+ // The user exists, had completed activation earlier, but requires re-activation because of change in login strategy.
287
+ // Common example is: user signed up using an OAuth provider, but that OAuth provider was removed by org's admin. Now the user needs to re-activate using alternate login strategies: password-pin, new OAuth provider, SSO, etc.
288
+ 100007: 4102,
289
+ // The user does not exist
290
+ 100001: 4103,
291
+ // The user wasn't found, and the organization used for search is a domain-claimed organization.
292
+ 100006: 4103,
293
+ 100005: 4103,
294
+ // Depracated because of an issue in the UCF Clients
295
+ // If both email-hash and domain-hash are null or undefined.
296
+ 100004: 4103
297
+ };
298
+ exports.SERVICE_ERROR_CODES_TO_CLIENT_ERROR_CODES_MAP = SERVICE_ERROR_CODES_TO_CLIENT_ERROR_CODES_MAP;
299
+ var CLIENT_ERROR_CODE_TO_ERROR_PAYLOAD = (_CLIENT_ERROR_CODE_TO = {
300
+ 1000: {
301
+ errorDescription: ERROR_DESCRIPTIONS.UNKNOWN_CALL_FAILURE,
302
+ category: 'signaling',
303
+ fatal: true,
304
+ name: 'locus.response'
305
+ },
306
+ 1001: {
307
+ errorDescription: ERROR_DESCRIPTIONS.LOCUS_RATE_LIMITED_INCOMING,
308
+ category: 'signaling',
309
+ fatal: true,
310
+ name: 'locus.response'
311
+ },
312
+ 1002: {
313
+ errorDescription: ERROR_DESCRIPTIONS.LOCUS_RATE_LIMITED_OUTGOING,
314
+ category: 'signaling',
315
+ fatal: true,
316
+ name: 'locus.response'
317
+ },
318
+ 1003: {
319
+ errorDescription: ERROR_DESCRIPTIONS.LOCUS_UNAVAILABLE,
320
+ category: 'signaling',
321
+ fatal: true,
322
+ name: 'locus.response'
323
+ },
324
+ 1004: {
325
+ errorDescription: ERROR_DESCRIPTIONS.LOCUS_CONFLICT,
326
+ category: 'signaling',
327
+ fatal: true,
328
+ name: 'locus.response'
329
+ },
330
+ 1005: {
331
+ errorDescription: ERROR_DESCRIPTIONS.TIMEOUT,
332
+ category: 'signaling',
333
+ fatal: true,
334
+ name: 'locus.response'
335
+ },
336
+ 1006: {
337
+ errorDescription: ERROR_DESCRIPTIONS.LOCUS_INVALID_SEQUENCE_HASH,
338
+ category: 'signaling',
339
+ fatal: true
340
+ },
341
+ 1007: {
342
+ errorDescription: ERROR_DESCRIPTIONS.UPDATE_MEDIA_FAILED,
343
+ category: 'signaling',
344
+ fatal: true
345
+ }
346
+ }, (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, AUTHENTICATION_FAILED_CODE, {
347
+ errorDescription: ERROR_DESCRIPTIONS.AUTHENTICATION_FAILED,
348
+ category: 'network',
349
+ fatal: true
350
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 1026, {
351
+ errorDescription: ERROR_DESCRIPTIONS.NETWORK_ERROR,
352
+ category: 'network',
353
+ fatal: true
354
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 2001, {
355
+ errorDescription: ERROR_DESCRIPTIONS.FAILED_TO_CONNECT_MEDIA,
356
+ category: 'signaling',
357
+ fatal: true
358
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 2002, {
359
+ errorDescription: ERROR_DESCRIPTIONS.MEDIA_ENGINE_LOST,
360
+ category: 'signaling',
361
+ fatal: true
362
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 2003, {
363
+ errorDescription: ERROR_DESCRIPTIONS.MEDIA_CONNECTION_LOST,
364
+ category: 'signaling',
365
+ fatal: true
366
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, ICE_FAILURE_CLIENT_CODE, {
367
+ errorDescription: ERROR_DESCRIPTIONS.ICE_FAILURE,
368
+ category: 'media',
369
+ fatal: true
370
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 2005, {
371
+ errorDescription: ERROR_DESCRIPTIONS.MEDIA_ENGINE_HANG,
372
+ category: 'signaling',
373
+ fatal: true
374
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 2006, {
375
+ errorDescription: ERROR_DESCRIPTIONS.ICE_SERVER_REJECTED,
376
+ category: 'signaling',
377
+ fatal: true
378
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, MISSING_ROAP_ANSWER_CLIENT_CODE, {
379
+ errorDescription: ERROR_DESCRIPTIONS.MISSING_ROAP_ANSWER,
380
+ category: 'signaling',
381
+ fatal: true
382
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, DTLS_HANDSHAKE_FAILED_CLIENT_CODE, {
383
+ errorDescription: ERROR_DESCRIPTIONS.DTLS_HANDSHAKE_FAILED,
384
+ category: 'media',
385
+ fatal: true
386
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, ICE_FAILED_WITHOUT_TURN_TLS_CLIENT_CODE, {
387
+ errorDescription: ERROR_DESCRIPTIONS.ICE_FAILED_WITHOUT_TURN_TLS,
388
+ category: 'media',
389
+ fatal: true
390
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, ICE_FAILED_WITH_TURN_TLS_CLIENT_CODE, {
391
+ errorDescription: ERROR_DESCRIPTIONS.ICE_FAILED_WITH_TURN_TLS,
392
+ category: 'network',
393
+ fatal: true
394
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 2050, {
395
+ errorDescription: ERROR_DESCRIPTIONS.SDP_OFFER_CREATION_ERROR,
396
+ category: 'media',
397
+ fatal: true,
398
+ shownToUser: true
399
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 2051, {
400
+ errorDescription: ERROR_DESCRIPTIONS.SDP_OFFER_CREATION_ERROR_MISSING_CODEC,
401
+ category: 'expected',
402
+ fatal: true,
403
+ shownToUser: true
404
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 3001, {
405
+ errorDescription: ERROR_DESCRIPTIONS.CALL_FULL,
406
+ category: 'expected',
407
+ fatal: true
408
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 3002, {
409
+ errorDescription: ERROR_DESCRIPTIONS.ROOM_TOO_LARGE,
410
+ category: 'expected',
411
+ fatal: true
412
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 3004, {
413
+ errorDescription: ERROR_DESCRIPTIONS.GUEST_ALREADY_ADDED,
414
+ category: 'expected',
415
+ fatal: false
416
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 3005, {
417
+ errorDescription: ERROR_DESCRIPTIONS.LOCUS_USER_NOT_AUTHORISED,
418
+ category: 'expected',
419
+ fatal: true
420
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 3006, {
421
+ errorDescription: ERROR_DESCRIPTIONS.CLOUDBERRY_UNAVAILABLE,
422
+ category: 'expected',
423
+ fatal: true
424
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 3007, {
425
+ errorDescription: ERROR_DESCRIPTIONS.STREAM_ERROR_NO_MEDIA,
426
+ category: 'expected',
427
+ fatal: true
428
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 3013, {
429
+ errorDescription: ERROR_DESCRIPTIONS.ROOM_TOO_LARGE_FREE_ACCOUNT,
430
+ category: 'expected',
431
+ fatal: false
432
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4001, {
433
+ errorDescription: ERROR_DESCRIPTIONS.MEETING_INACTIVE,
434
+ category: 'expected',
435
+ fatal: true
436
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4002, {
437
+ errorDescription: ERROR_DESCRIPTIONS.MEETING_LOCKED,
438
+ category: 'expected',
439
+ fatal: true,
440
+ name: 'locus.response'
441
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4003, {
442
+ errorDescription: ERROR_DESCRIPTIONS.MEETING_TERMINATING,
443
+ category: 'expected',
444
+ fatal: true,
445
+ name: 'locus.leave'
446
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4004, {
447
+ errorDescription: ERROR_DESCRIPTIONS.MODERATOR_PIN_OR_GUEST_REQUIRED,
448
+ category: 'expected',
449
+ fatal: false
450
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4005, {
451
+ errorDescription: ERROR_DESCRIPTIONS.MODERATOR_PIN_OR_GUEST_PIN_REQUIRED,
452
+ category: 'expected',
453
+ fatal: false
454
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4006, {
455
+ errorDescription: ERROR_DESCRIPTIONS.MODERATOR_REQUIRED,
456
+ category: 'expected',
457
+ fatal: false
458
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4007, {
459
+ errorDescription: ERROR_DESCRIPTIONS.USER_NOT_MEMBER_OF_ROOM,
460
+ category: 'expected',
461
+ fatal: true
462
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4008, {
463
+ errorDescription: ERROR_DESCRIPTIONS.NEW_LOCUS_ERROR,
464
+ category: 'signaling',
465
+ fatal: true
466
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4009, {
467
+ errorDescription: ERROR_DESCRIPTIONS.NETWORK_UNAVAILABLE,
468
+ category: 'network',
469
+ fatal: true
470
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4010, {
471
+ errorDescription: ERROR_DESCRIPTIONS.MEETING_UNAVAILABLE,
472
+ category: 'expected',
473
+ fatal: true
474
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4011, {
475
+ errorDescription: ERROR_DESCRIPTIONS.MEETING_ID_INVALID,
476
+ category: 'expected',
477
+ fatal: true
478
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4012, {
479
+ errorDescription: ERROR_DESCRIPTIONS.MEETING_SITE_INVALID,
480
+ category: 'expected',
481
+ fatal: true
482
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4013, {
483
+ errorDescription: ERROR_DESCRIPTIONS.LOCUS_INVALID_JOINTIME,
484
+ category: 'expected',
485
+ fatal: true
486
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4014, {
487
+ errorDescription: ERROR_DESCRIPTIONS.LOBBY_EXPIRED,
488
+ category: 'expected',
489
+ fatal: true
490
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4015, {
491
+ errorDescription: ERROR_DESCRIPTIONS.MEDIA_CONNECTION_LOST_PAIRED,
492
+ category: 'expected',
493
+ fatal: false
494
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4016, {
495
+ errorDescription: ERROR_DESCRIPTIONS.PHONE_NUMBER_NOT_A_NUMBER,
496
+ category: 'expected',
497
+ fatal: true,
498
+ name: 'locus.response'
499
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4017, {
500
+ errorDescription: ERROR_DESCRIPTIONS.PHONE_NUMBER_TOO_LONG,
501
+ category: 'expected',
502
+ fatal: true,
503
+ name: 'locus.response'
504
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4018, {
505
+ errorDescription: ERROR_DESCRIPTIONS.INVALID_DIALABLE_KEY,
506
+ category: 'expected',
507
+ fatal: true,
508
+ name: 'locus.response'
509
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4019, {
510
+ errorDescription: ERROR_DESCRIPTIONS.ONE_ON_ONE_TO_SELF_NOT_ALLOWED,
511
+ category: 'expected',
512
+ fatal: true
513
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4020, {
514
+ errorDescription: ERROR_DESCRIPTIONS.REMOVED_PARTICIPANT,
515
+ category: 'expected',
516
+ fatal: true
517
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4021, {
518
+ errorDescription: ERROR_DESCRIPTIONS.MEETING_LINK_NOT_FOUND,
519
+ category: 'expected',
520
+ fatal: true
521
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4022, {
522
+ errorDescription: ERROR_DESCRIPTIONS.PHONE_NUMBER_TOO_SHORT_AFTER_IDD,
523
+ category: 'expected',
524
+ fatal: true
525
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4023, {
526
+ errorDescription: ERROR_DESCRIPTIONS.INVALID_INVITEE_ADDRESS,
527
+ category: 'expected',
528
+ fatal: true
529
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4024, {
530
+ errorDescription: ERROR_DESCRIPTIONS.PMR_USER_ACCOUNT_LOCKED_OUT,
531
+ category: 'expected',
532
+ fatal: true
533
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4025, {
534
+ errorDescription: ERROR_DESCRIPTIONS.GUEST_FORBIDDEN,
535
+ category: 'expected',
536
+ fatal: true
537
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4026, {
538
+ errorDescription: ERROR_DESCRIPTIONS.PMR_ACCOUNT_SUSPENDED,
539
+ category: 'expected',
540
+ fatal: true
541
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4027, {
542
+ errorDescription: ERROR_DESCRIPTIONS.EMPTY_PHONE_NUMBER_OR_COUNTRY_CODE,
543
+ category: 'expected',
544
+ fatal: true
545
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4028, {
546
+ errorDescription: ERROR_DESCRIPTIONS.CONVERSATION_NOT_FOUND,
547
+ category: 'expected',
548
+ fatal: true
549
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4029, {
550
+ errorDescription: ERROR_DESCRIPTIONS.START_RECORDING_FAILED,
551
+ category: 'expected',
552
+ fatal: true
553
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4030, {
554
+ errorDescription: ERROR_DESCRIPTIONS.RECORDING_IN_PROGRESS_FAILED,
555
+ category: 'expected',
556
+ fatal: true
557
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4032, {
558
+ errorDescription: ERROR_DESCRIPTIONS.CAMERA_PERMISSION_DENIED,
559
+ category: 'expected',
560
+ fatal: true
561
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4036, {
562
+ errorDescription: ERROR_DESCRIPTIONS.REQUIRE_WEBEX_LOGIN,
563
+ category: 'expected',
564
+ fatal: true
565
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 5000, {
566
+ errorDescription: ERROR_DESCRIPTIONS.SIP_CALLEE_BUSY,
567
+ category: 'expected',
568
+ fatal: true
569
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 5001, {
570
+ errorDescription: ERROR_DESCRIPTIONS.SIP_CALLEE_NOT_FOUND,
571
+ category: 'expected',
572
+ fatal: true
573
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4100, {
574
+ errorDescription: ERROR_DESCRIPTIONS.MEETING_INFO_LOOKUP_ERROR,
575
+ category: 'signaling',
576
+ fatal: true
577
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 3003, {
578
+ errorDescription: ERROR_DESCRIPTIONS.CALL_FULL_ADD_GUEST,
579
+ category: 'expected',
580
+ fatal: false
581
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4101, {
582
+ errorDescription: ERROR_DESCRIPTIONS.USER_NOT_ALLOWED_ACCESS_MEETING,
583
+ category: 'expected',
584
+ fatal: true
585
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4102, {
586
+ errorDescription: ERROR_DESCRIPTIONS.USER_NEEDS_ACTIVATION,
587
+ category: 'expected',
588
+ fatal: true
589
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4103, {
590
+ errorDescription: ERROR_DESCRIPTIONS.SIGN_UP_INVALID_EMAIL,
591
+ category: 'expected',
592
+ fatal: true
593
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 2729, {
594
+ errorDescription: ERROR_DESCRIPTIONS.NO_MEDIA_FOUND,
595
+ category: 'expected',
596
+ fatal: false
597
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 9999, {
598
+ errorDescription: ERROR_DESCRIPTIONS.UNKNOWN_ERROR,
599
+ category: 'other',
600
+ fatal: true
601
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 12000, {
602
+ errorDescription: ERROR_DESCRIPTIONS.FRAUD_DETECTION,
603
+ category: 'expected',
604
+ fatal: true,
605
+ name: 'locus.response',
606
+ shownToUser: true
607
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 12001, {
608
+ errorDescription: ERROR_DESCRIPTIONS.LOCUS_LOBBY_FULL_CMR,
609
+ category: 'expected',
610
+ fatal: true,
611
+ name: 'locus.response',
612
+ shownToUser: true
613
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 12002, {
614
+ errorDescription: ERROR_DESCRIPTIONS.E2EE_NOT_SUPPORTED,
615
+ category: 'expected',
616
+ fatal: true,
617
+ name: 'locus.response',
618
+ shownToUser: true
619
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 12003, {
620
+ errorDescription: ERROR_DESCRIPTIONS.USER_NOT_INVITED_TO_JOIN,
621
+ category: 'expected',
622
+ fatal: true
623
+ }), _CLIENT_ERROR_CODE_TO);
624
+ exports.CLIENT_ERROR_CODE_TO_ERROR_PAYLOAD = CLIENT_ERROR_CODE_TO_ERROR_PAYLOAD;
625
+ var CALL_DIAGNOSTIC_EVENT_FAILED_TO_SEND = 'js_sdk_call_diagnostic_event_failed_to_send';
626
+ exports.CALL_DIAGNOSTIC_EVENT_FAILED_TO_SEND = CALL_DIAGNOSTIC_EVENT_FAILED_TO_SEND;
627
+ //# sourceMappingURL=config.js.map