@webex/plugin-meetings 2.16.0 → 2.17.0
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/dist/analyzer/analyzer.js.map +1 -1
- package/dist/analyzer/calculator.js.map +1 -1
- package/dist/common/browser-detection.js.map +1 -1
- package/dist/common/collection.js +2 -3
- package/dist/common/collection.js.map +1 -1
- package/dist/common/errors/captcha-error.js.map +1 -1
- package/dist/common/errors/intent-to-join.js.map +1 -1
- package/dist/common/errors/join-meeting.js.map +1 -1
- package/dist/common/errors/media.js.map +1 -1
- package/dist/common/errors/parameter.js +20 -5
- package/dist/common/errors/parameter.js.map +1 -1
- package/dist/common/errors/password-error.js.map +1 -1
- package/dist/common/errors/permission.js.map +1 -1
- package/dist/common/errors/reconnection.js.map +1 -1
- package/dist/common/errors/stats.js.map +1 -1
- package/dist/common/events/events-scope.js.map +1 -1
- package/dist/common/events/events.js.map +1 -1
- package/dist/common/events/trigger-proxy.js.map +1 -1
- package/dist/common/events/util.js.map +1 -1
- package/dist/common/logs/logger-proxy.js.map +1 -1
- package/dist/common/logs/request.js.map +1 -1
- package/dist/common/queue.js +3 -0
- package/dist/common/queue.js.map +1 -1
- package/dist/config.js.map +1 -1
- package/dist/constants.js.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/locus-info/fullState.js.map +1 -1
- package/dist/locus-info/index.js +5 -3
- package/dist/locus-info/index.js.map +1 -1
- package/dist/locus-info/infoUtils.js +4 -4
- package/dist/locus-info/infoUtils.js.map +1 -1
- package/dist/locus-info/parser.js.map +1 -1
- package/dist/locus-info/selfUtils.js +22 -9
- package/dist/locus-info/selfUtils.js.map +1 -1
- package/dist/media/index.js.map +1 -1
- package/dist/media/properties.js.map +1 -1
- package/dist/media/util.js.map +1 -1
- package/dist/meeting/effectsState.js.map +1 -1
- package/dist/meeting/index.js +1 -2
- package/dist/meeting/index.js.map +1 -1
- package/dist/meeting/muteState.js.map +1 -1
- package/dist/meeting/request.js.map +1 -1
- package/dist/meeting/state.js.map +1 -1
- package/dist/meeting/util.js.map +1 -1
- package/dist/meeting-info/index.js.map +1 -1
- package/dist/meeting-info/meeting-info-v2.js.map +1 -1
- package/dist/meeting-info/request.js.map +1 -1
- package/dist/meeting-info/util.js +0 -3
- package/dist/meeting-info/util.js.map +1 -1
- package/dist/meeting-info/utilv2.js +0 -3
- package/dist/meeting-info/utilv2.js.map +1 -1
- package/dist/meetings/index.js.map +1 -1
- package/dist/meetings/request.js.map +1 -1
- package/dist/meetings/util.js.map +1 -1
- package/dist/member/index.js.map +1 -1
- package/dist/members/index.js.map +1 -1
- package/dist/members/request.js.map +1 -1
- package/dist/members/util.js.map +1 -1
- package/dist/metrics/index.js.map +1 -1
- package/dist/metrics/mqa-processor.js.map +1 -1
- package/dist/networkQualityMonitor/index.js.map +1 -1
- package/dist/peer-connection-manager/index.js.map +1 -1
- package/dist/personal-meeting-room/request.js.map +1 -1
- package/dist/personal-meeting-room/util.js.map +1 -1
- package/dist/reachability/index.js.map +1 -1
- package/dist/reachability/request.js.map +1 -1
- package/dist/reconnection-manager/index.js +0 -3
- package/dist/reconnection-manager/index.js.map +1 -1
- package/dist/roap/collection.js.map +1 -1
- package/dist/roap/handler.js.map +1 -1
- package/dist/roap/index.js.map +1 -1
- package/dist/roap/request.js.map +1 -1
- package/dist/roap/state.js.map +1 -1
- package/dist/roap/util.js.map +1 -1
- package/dist/stats/data.js.map +1 -1
- package/dist/stats/events.js.map +1 -1
- package/dist/stats/filter.js.map +1 -1
- package/dist/stats/index.js.map +1 -1
- package/dist/stats/metrics.js.map +1 -1
- package/dist/stats/stats.js.map +1 -1
- package/dist/stats/stream.js.map +1 -1
- package/dist/stats/transformer.js.map +1 -1
- package/dist/stats/util.js.map +1 -1
- package/dist/statsAnalyzer/index.js.map +1 -1
- package/dist/statsAnalyzer/mqaUtil.js.map +1 -1
- package/dist/transcription/index.js.map +1 -1
- package/package.json +6 -6
- package/src/common/{collection.js → collection.ts} +2 -2
- package/src/common/errors/parameter.ts +29 -0
- package/src/common/{queue.js → queue.ts} +1 -0
- package/src/{constants.js → constants.ts} +0 -0
- package/src/locus-info/index.js +4 -4
- package/src/locus-info/infoUtils.js +4 -4
- package/src/locus-info/selfUtils.js +18 -9
- package/src/meeting/index.js +1 -1
- package/test/unit/spec/locus-info/index.js +4 -1
- package/test/unit/spec/locus-info/infoUtils.js +16 -0
- package/test/unit/spec/locus-info/selfUtils.js +20 -0
- package/test/unit/spec/meeting/index.js +2 -2
- package/dist/common/constants.js +0 -15
- package/dist/common/constants.js.map +0 -1
- package/src/common/constants.js +0 -6
- package/src/common/errors/parameter.js +0 -26
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["StatsAnalyzer","analyze","series","options","analysisKeys","ANALYSIS_STATS","DEFAULT_KEYS","length","ParameterError","properties","analysis","valid","failed","data","forEach","config","property","key","reports","previous","value","index","i","singular","getData","prop","webrtcData","difference","check","ANALYSIS_CHECKS","INCREASING","DECREASING","CONSTANT","push"],"sources":["analyzer.js"],"sourcesContent":["import {forEach, isFinite, isArray} from 'lodash';\n\nimport {\n ANALYSIS_STATS,\n ANALYSIS_CHECKS\n} from '../constants';\nimport ParameterError from '../common/errors/parameter';\n\nconst StatsAnalyzer = {};\n\n/**\n * Can involve changing of the default plugin-meetings sdk for deeper results\n * @param {Array} series of WebRTCData\n * @param {Object} options\n * @param {Array} options.analysisKeys [{key: 'bytesSent', check: 'increasing'}, {key: 'bytesReceived', check: 'increasing'}]\n * @returns {Object} analysis {valid: true/false, failed: { key: [number] }, data: { webRtcKeyToAnalyze: { valid: true/false, reports: [ { value: number, valid: true/false, difference: number } ] } } }\n * @public\n */\nStatsAnalyzer.analyze = (series, options = {analysisKeys: ANALYSIS_STATS.DEFAULT_KEYS}) => {\n if (!isArray(series) || !series.length || !options || !isArray(options.analysisKeys) || !options.analysisKeys.length) {\n throw new ParameterError('analyzer->analyze#series must be defined as a nonempty array of WebRTCData objects, and options.analysisKeys must be a nonempty array of strings, representing the properties to analyze.');\n }\n const properties = new Set(options.analysisKeys);\n const analysis = {valid: true, failed: {}, data: {}};\n\n properties.forEach((config) => {\n const property = config.key;\n\n analysis.data[property] = {valid: true, reports: []};\n analysis.failed[property] = [];\n let previous = {value: 0};\n let index = 0;\n\n for (let i = series.length - 1; i > 0; i -= 1) {\n const singular = {};\n\n forEach(series[i].data.getData()[config.prop], (webrtcData) => { // eslint-disable-line\n const value = webrtcData[property];\n\n if (!value || !isFinite(value)) {\n return;\n }\n singular.value = value;\n singular.difference = 0;\n singular.valid = false;\n singular.index = index;\n singular.difference = singular.value - previous.value;\n if (config.check === ANALYSIS_CHECKS.INCREASING && singular.difference > 0) {\n singular.valid = true;\n }\n else if (config.check === ANALYSIS_CHECKS.DECREASING && singular.difference < 0) {\n singular.valid = true;\n }\n else if (config.check === ANALYSIS_CHECKS.CONSTANT) {\n singular.valid = true;\n }\n else {\n singular.valid = false;\n }\n if (!singular.valid) {\n analysis.data[property].valid = false;\n analysis.valid = false;\n analysis.failed[property].push(i);\n }\n previous = singular;\n analysis.data[property].reports.push(singular);\n });\n index += 1;\n }\n if (!analysis.data[property].valid) {\n analysis.valid = false;\n }\n });\n\n return analysis;\n};\n\nexport default StatsAnalyzer;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAEA;;AAIA;;AAEA,IAAMA,aAAa,GAAG,EAAtB;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AACAA,aAAa,CAACC,OAAd,GAAwB,UAACC,MAAD,EAAmE;EAAA,IAA1DC,OAA0D,uEAAhD;IAACC,YAAY,EAAEC,
|
|
1
|
+
{"version":3,"names":["StatsAnalyzer","analyze","series","options","analysisKeys","ANALYSIS_STATS","DEFAULT_KEYS","length","ParameterError","properties","analysis","valid","failed","data","forEach","config","property","key","reports","previous","value","index","i","singular","getData","prop","webrtcData","difference","check","ANALYSIS_CHECKS","INCREASING","DECREASING","CONSTANT","push"],"sources":["analyzer.js"],"sourcesContent":["import {forEach, isFinite, isArray} from 'lodash';\n\nimport {\n ANALYSIS_STATS,\n ANALYSIS_CHECKS\n} from '../constants';\nimport ParameterError from '../common/errors/parameter';\n\nconst StatsAnalyzer = {};\n\n/**\n * Can involve changing of the default plugin-meetings sdk for deeper results\n * @param {Array} series of WebRTCData\n * @param {Object} options\n * @param {Array} options.analysisKeys [{key: 'bytesSent', check: 'increasing'}, {key: 'bytesReceived', check: 'increasing'}]\n * @returns {Object} analysis {valid: true/false, failed: { key: [number] }, data: { webRtcKeyToAnalyze: { valid: true/false, reports: [ { value: number, valid: true/false, difference: number } ] } } }\n * @public\n */\nStatsAnalyzer.analyze = (series, options = {analysisKeys: ANALYSIS_STATS.DEFAULT_KEYS}) => {\n if (!isArray(series) || !series.length || !options || !isArray(options.analysisKeys) || !options.analysisKeys.length) {\n throw new ParameterError('analyzer->analyze#series must be defined as a nonempty array of WebRTCData objects, and options.analysisKeys must be a nonempty array of strings, representing the properties to analyze.');\n }\n const properties = new Set(options.analysisKeys);\n const analysis = {valid: true, failed: {}, data: {}};\n\n properties.forEach((config) => {\n const property = config.key;\n\n analysis.data[property] = {valid: true, reports: []};\n analysis.failed[property] = [];\n let previous = {value: 0};\n let index = 0;\n\n for (let i = series.length - 1; i > 0; i -= 1) {\n const singular = {};\n\n forEach(series[i].data.getData()[config.prop], (webrtcData) => { // eslint-disable-line\n const value = webrtcData[property];\n\n if (!value || !isFinite(value)) {\n return;\n }\n singular.value = value;\n singular.difference = 0;\n singular.valid = false;\n singular.index = index;\n singular.difference = singular.value - previous.value;\n if (config.check === ANALYSIS_CHECKS.INCREASING && singular.difference > 0) {\n singular.valid = true;\n }\n else if (config.check === ANALYSIS_CHECKS.DECREASING && singular.difference < 0) {\n singular.valid = true;\n }\n else if (config.check === ANALYSIS_CHECKS.CONSTANT) {\n singular.valid = true;\n }\n else {\n singular.valid = false;\n }\n if (!singular.valid) {\n analysis.data[property].valid = false;\n analysis.valid = false;\n analysis.failed[property].push(i);\n }\n previous = singular;\n analysis.data[property].reports.push(singular);\n });\n index += 1;\n }\n if (!analysis.data[property].valid) {\n analysis.valid = false;\n }\n });\n\n return analysis;\n};\n\nexport default StatsAnalyzer;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAEA;;AAIA;;AAEA,IAAMA,aAAa,GAAG,EAAtB;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AACAA,aAAa,CAACC,OAAd,GAAwB,UAACC,MAAD,EAAmE;EAAA,IAA1DC,OAA0D,uEAAhD;IAACC,YAAY,EAAEC,yBAAA,CAAeC;EAA9B,CAAgD;;EACzF,IAAI,CAAC,uBAAQJ,MAAR,CAAD,IAAoB,CAACA,MAAM,CAACK,MAA5B,IAAsC,CAACJ,OAAvC,IAAkD,CAAC,uBAAQA,OAAO,CAACC,YAAhB,CAAnD,IAAoF,CAACD,OAAO,CAACC,YAAR,CAAqBG,MAA9G,EAAsH;IACpH,MAAM,IAAIC,kBAAJ,CAAmB,2LAAnB,CAAN;EACD;;EACD,IAAMC,UAAU,GAAG,iBAAQN,OAAO,CAACC,YAAhB,CAAnB;EACA,IAAMM,QAAQ,GAAG;IAACC,KAAK,EAAE,IAAR;IAAcC,MAAM,EAAE,EAAtB;IAA0BC,IAAI,EAAE;EAAhC,CAAjB;EAEAJ,UAAU,CAACK,OAAX,CAAmB,UAACC,MAAD,EAAY;IAC7B,IAAMC,QAAQ,GAAGD,MAAM,CAACE,GAAxB;IAEAP,QAAQ,CAACG,IAAT,CAAcG,QAAd,IAA0B;MAACL,KAAK,EAAE,IAAR;MAAcO,OAAO,EAAE;IAAvB,CAA1B;IACAR,QAAQ,CAACE,MAAT,CAAgBI,QAAhB,IAA4B,EAA5B;IACA,IAAIG,QAAQ,GAAG;MAACC,KAAK,EAAE;IAAR,CAAf;IACA,IAAIC,KAAK,GAAG,CAAZ;;IAN6B,2BAQpBC,CARoB;MAS3B,IAAMC,QAAQ,GAAG,EAAjB;MAEA,uBAAQrB,MAAM,CAACoB,CAAD,CAAN,CAAUT,IAAV,CAAeW,OAAf,GAAyBT,MAAM,CAACU,IAAhC,CAAR,EAA+C,UAACC,UAAD,EAAgB;QAAE;QAC/D,IAAMN,KAAK,GAAGM,UAAU,CAACV,QAAD,CAAxB;;QAEA,IAAI,CAACI,KAAD,IAAU,CAAC,wBAASA,KAAT,CAAf,EAAgC;UAC9B;QACD;;QACDG,QAAQ,CAACH,KAAT,GAAiBA,KAAjB;QACAG,QAAQ,CAACI,UAAT,GAAsB,CAAtB;QACAJ,QAAQ,CAACZ,KAAT,GAAiB,KAAjB;QACAY,QAAQ,CAACF,KAAT,GAAiBA,KAAjB;QACAE,QAAQ,CAACI,UAAT,GAAsBJ,QAAQ,CAACH,KAAT,GAAiBD,QAAQ,CAACC,KAAhD;;QACA,IAAIL,MAAM,CAACa,KAAP,KAAiBC,0BAAA,CAAgBC,UAAjC,IAA+CP,QAAQ,CAACI,UAAT,GAAsB,CAAzE,EAA4E;UAC1EJ,QAAQ,CAACZ,KAAT,GAAiB,IAAjB;QACD,CAFD,MAGK,IAAII,MAAM,CAACa,KAAP,KAAiBC,0BAAA,CAAgBE,UAAjC,IAA+CR,QAAQ,CAACI,UAAT,GAAsB,CAAzE,EAA4E;UAC/EJ,QAAQ,CAACZ,KAAT,GAAiB,IAAjB;QACD,CAFI,MAGA,IAAII,MAAM,CAACa,KAAP,KAAiBC,0BAAA,CAAgBG,QAArC,EAA+C;UAClDT,QAAQ,CAACZ,KAAT,GAAiB,IAAjB;QACD,CAFI,MAGA;UACHY,QAAQ,CAACZ,KAAT,GAAiB,KAAjB;QACD;;QACD,IAAI,CAACY,QAAQ,CAACZ,KAAd,EAAqB;UACnBD,QAAQ,CAACG,IAAT,CAAcG,QAAd,EAAwBL,KAAxB,GAAgC,KAAhC;UACAD,QAAQ,CAACC,KAAT,GAAiB,KAAjB;UACAD,QAAQ,CAACE,MAAT,CAAgBI,QAAhB,EAA0BiB,IAA1B,CAA+BX,CAA/B;QACD;;QACDH,QAAQ,GAAGI,QAAX;QACAb,QAAQ,CAACG,IAAT,CAAcG,QAAd,EAAwBE,OAAxB,CAAgCe,IAAhC,CAAqCV,QAArC;MACD,CA9BD;MA+BAF,KAAK,IAAI,CAAT;IA1C2B;;IAQ7B,KAAK,IAAIC,CAAC,GAAGpB,MAAM,CAACK,MAAP,GAAgB,CAA7B,EAAgCe,CAAC,GAAG,CAApC,EAAuCA,CAAC,IAAI,CAA5C,EAA+C;MAAA,MAAtCA,CAAsC;IAmC9C;;IACD,IAAI,CAACZ,QAAQ,CAACG,IAAT,CAAcG,QAAd,EAAwBL,KAA7B,EAAoC;MAClCD,QAAQ,CAACC,KAAT,GAAiB,KAAjB;IACD;EACF,CA/CD;EAiDA,OAAOD,QAAP;AACD,CAzDD;;eA2DeV,a"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["StatsCalculator","difference","previous","updated","data","getData","length","interval","forEach","key","stat","value","DEFAULT_EXCLUDED_STATS","includes","sum","summary","aggregate"],"sources":["calculator.js"],"sourcesContent":["import {keys, isFinite} from 'lodash';\n\nimport {DEFAULT_EXCLUDED_STATS} from '../constants';\n\nconst StatsCalculator = {};\n\n/**\n * Calculate an interval of values between 2 data points, using updated as the \"latest\" so updated - previous = interval\n * @param {WebRTCData} previous\n * @param {WebRTCData} updated\n * @returns {Object} interval: {StringKey: IntervalValue, ..., n}\n * @public\n */\nStatsCalculator.difference = (previous, updated) => {\n // if there was no previous, just take the updated\n if (!previous || !previous.data || !previous.data.getData || keys(previous.data.getData()).length === 0) {\n return updated;\n }\n const interval = {};\n\n // get inside the data from the filtered report\n keys(updated.data.getData()).forEach((key) => {\n interval[key] = interval[key] ? interval[key] : {};\n keys(updated.data.getData()[key]).forEach((stat) => {\n let value = updated.data.getData()[key][stat];\n\n // only use some simple data points that are numbers and aren't silly things like timestamp\n if (isFinite(value) && !(DEFAULT_EXCLUDED_STATS.includes(stat) && value !== 0)) {\n // if there was nothing there before, just return the updated data\n if (!previous.data.getData()[key] || !previous.data.getData()[key][stat]) {\n interval[key][stat] = value;\n }\n // subract and store\n else {\n value -= previous.data.getData()[key][stat];\n interval[key][stat] = value;\n }\n }\n });\n });\n\n return interval;\n};\n\n/**\n * Calculate an aggregate of values between an old summary and a new data point, using summary as the base to add to so aggregate = summary + data\n * @param {WebRTCData} data\n * @param {Object} summary\n * @returns {Object} aggregate {StringKey: SummedValue, ..., n}\n * @public\n */\nStatsCalculator.sum = (data, summary) => {\n const aggregate = summary;\n\n // get inside the data from the filtered report\n keys(data.data.getData()).forEach((key) => {\n keys(data.data.getData()[key]).forEach((stat) => {\n const value = data.data.getData()[key][stat];\n\n // only use some simple data points that are numbers and aren't silly things like timestamp\n if (isFinite(value) && !(DEFAULT_EXCLUDED_STATS.includes(stat) && value !== 0)) {\n // if there was something there before, add to that value\n if (aggregate[key][stat]) {\n aggregate[key][stat] += value;\n }\n // set up the value as the new data point\n else {\n aggregate[key][stat] = value;\n }\n }\n });\n });\n\n return aggregate;\n};\n\nexport default StatsCalculator;\n"],"mappings":";;;;;;;;;;;;;;;;AAEA;;AAEA,IAAMA,eAAe,GAAG,EAAxB;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AACAA,eAAe,CAACC,UAAhB,GAA6B,UAACC,QAAD,EAAWC,OAAX,EAAuB;EAClD;EACA,IAAI,CAACD,QAAD,IAAa,CAACA,QAAQ,CAACE,IAAvB,IAA+B,CAACF,QAAQ,CAACE,IAAT,CAAcC,OAA9C,IAAyD,oBAAKH,QAAQ,CAACE,IAAT,CAAcC,OAAd,EAAL,EAA8BC,MAA9B,KAAyC,CAAtG,EAAyG;IACvG,OAAOH,OAAP;EACD;;EACD,IAAMI,QAAQ,GAAG,EAAjB,CALkD,CAOlD;;EACA,oBAAKJ,OAAO,CAACC,IAAR,CAAaC,OAAb,EAAL,EAA6BG,OAA7B,CAAqC,UAACC,GAAD,EAAS;IAC5CF,QAAQ,CAACE,GAAD,CAAR,GAAgBF,QAAQ,CAACE,GAAD,CAAR,GAAgBF,QAAQ,CAACE,GAAD,CAAxB,GAAgC,EAAhD;IACA,oBAAKN,OAAO,CAACC,IAAR,CAAaC,OAAb,GAAuBI,GAAvB,CAAL,EAAkCD,OAAlC,CAA0C,UAACE,IAAD,EAAU;MAClD,IAAIC,KAAK,GAAGR,OAAO,CAACC,IAAR,CAAaC,OAAb,GAAuBI,GAAvB,EAA4BC,IAA5B,CAAZ,CADkD,CAGlD;;MACA,IAAI,wBAASC,KAAT,KAAmB,EAAEC,
|
|
1
|
+
{"version":3,"names":["StatsCalculator","difference","previous","updated","data","getData","length","interval","forEach","key","stat","value","DEFAULT_EXCLUDED_STATS","includes","sum","summary","aggregate"],"sources":["calculator.js"],"sourcesContent":["import {keys, isFinite} from 'lodash';\n\nimport {DEFAULT_EXCLUDED_STATS} from '../constants';\n\nconst StatsCalculator = {};\n\n/**\n * Calculate an interval of values between 2 data points, using updated as the \"latest\" so updated - previous = interval\n * @param {WebRTCData} previous\n * @param {WebRTCData} updated\n * @returns {Object} interval: {StringKey: IntervalValue, ..., n}\n * @public\n */\nStatsCalculator.difference = (previous, updated) => {\n // if there was no previous, just take the updated\n if (!previous || !previous.data || !previous.data.getData || keys(previous.data.getData()).length === 0) {\n return updated;\n }\n const interval = {};\n\n // get inside the data from the filtered report\n keys(updated.data.getData()).forEach((key) => {\n interval[key] = interval[key] ? interval[key] : {};\n keys(updated.data.getData()[key]).forEach((stat) => {\n let value = updated.data.getData()[key][stat];\n\n // only use some simple data points that are numbers and aren't silly things like timestamp\n if (isFinite(value) && !(DEFAULT_EXCLUDED_STATS.includes(stat) && value !== 0)) {\n // if there was nothing there before, just return the updated data\n if (!previous.data.getData()[key] || !previous.data.getData()[key][stat]) {\n interval[key][stat] = value;\n }\n // subract and store\n else {\n value -= previous.data.getData()[key][stat];\n interval[key][stat] = value;\n }\n }\n });\n });\n\n return interval;\n};\n\n/**\n * Calculate an aggregate of values between an old summary and a new data point, using summary as the base to add to so aggregate = summary + data\n * @param {WebRTCData} data\n * @param {Object} summary\n * @returns {Object} aggregate {StringKey: SummedValue, ..., n}\n * @public\n */\nStatsCalculator.sum = (data, summary) => {\n const aggregate = summary;\n\n // get inside the data from the filtered report\n keys(data.data.getData()).forEach((key) => {\n keys(data.data.getData()[key]).forEach((stat) => {\n const value = data.data.getData()[key][stat];\n\n // only use some simple data points that are numbers and aren't silly things like timestamp\n if (isFinite(value) && !(DEFAULT_EXCLUDED_STATS.includes(stat) && value !== 0)) {\n // if there was something there before, add to that value\n if (aggregate[key][stat]) {\n aggregate[key][stat] += value;\n }\n // set up the value as the new data point\n else {\n aggregate[key][stat] = value;\n }\n }\n });\n });\n\n return aggregate;\n};\n\nexport default StatsCalculator;\n"],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["mockDetectionObject","getOSName","require","platform","getOSVersion","release","getBrowserName","getBrowserVersion","isBrowser","createDetectionObject","results","name","agent","window","navigator","userAgent","bowser","getParser"],"sources":["browser-detection.js"],"sourcesContent":["import bowser from 'bowser';\nimport {memoize} from 'lodash';\nimport window from 'global/window';\n\nconst mockDetectionObject = {\n /* eslint-disable global-require */\n getOSName: () => require('os').platform(),\n getOSVersion: () => require('os').release(),\n /* eslint-enable global-require */\n getBrowserName: () => '',\n getBrowserVersion: () => '',\n isBrowser: () => false\n};\n\nconst createDetectionObject = (results) => {\n const getOSName = () => results?.getOSName() ?? '';\n const getOSVersion = () => results?.getOSVersion() ?? '';\n\n const getBrowserName = () => results?.getBrowserName() ?? '';\n const getBrowserVersion = () => results?.getBrowserVersion() ?? '';\n\n const isBrowser = (name) => !!results?.isBrowser(name, true);\n\n return {\n getOSName,\n getOSVersion,\n getBrowserName,\n getBrowserVersion,\n isBrowser\n };\n};\n\nexport default memoize((agent) => (agent || window.navigator?.userAgent ?\n createDetectionObject(bowser.getParser(agent || window.navigator.userAgent)) :\n mockDetectionObject\n));\n"],"mappings":";;;;;;;;;;;;;;AAAA;;AAEA;;AAEA,IAAMA,mBAAmB,GAAG;EAC1B;EACAC,SAAS,EAAE;IAAA,OAAMC,OAAO,CAAC,IAAD,CAAP,CAAcC,QAAd,EAAN;EAAA,CAFe;EAG1BC,YAAY,EAAE;IAAA,OAAMF,OAAO,CAAC,IAAD,CAAP,CAAcG,OAAd,EAAN;EAAA,CAHY;;EAI1B;EACAC,cAAc,EAAE;IAAA,OAAM,EAAN;EAAA,CALU;EAM1BC,iBAAiB,EAAE;IAAA,OAAM,EAAN;EAAA,CANO;EAO1BC,SAAS,EAAE;IAAA,OAAM,KAAN;EAAA;AAPe,CAA5B;;AAUA,IAAMC,qBAAqB,GAAG,SAAxBA,qBAAwB,CAACC,OAAD,EAAa;EACzC,IAAMT,SAAS,GAAG,SAAZA,SAAY;IAAA;;IAAA,6BAAMS,OAAN,aAAMA,OAAN,uBAAMA,OAAO,CAAET,SAAT,EAAN,mEAA8B,EAA9B;EAAA,CAAlB;;EACA,IAAMG,YAAY,GAAG,SAAfA,YAAe;IAAA;;IAAA,gCAAMM,OAAN,aAAMA,OAAN,uBAAMA,OAAO,CAAEN,YAAT,EAAN,yEAAiC,EAAjC;EAAA,CAArB;;EAEA,IAAME,cAAc,GAAG,SAAjBA,cAAiB;IAAA;;IAAA,gCAAMI,OAAN,aAAMA,OAAN,uBAAMA,OAAO,CAAEJ,cAAT,EAAN,yEAAmC,EAAnC;EAAA,CAAvB;;EACA,IAAMC,iBAAiB,GAAG,SAApBA,iBAAoB;IAAA;;IAAA,gCAAMG,OAAN,aAAMA,OAAN,uBAAMA,OAAO,CAAEH,iBAAT,EAAN,yEAAsC,EAAtC;EAAA,CAA1B;;EAEA,IAAMC,SAAS,GAAG,SAAZA,SAAY,CAACG,IAAD;IAAA,OAAU,CAAC,EAACD,OAAD,aAACA,OAAD,eAACA,OAAO,CAAEF,SAAT,CAAmBG,IAAnB,EAAyB,IAAzB,CAAD,CAAX;EAAA,CAAlB;;EAEA,OAAO;IACLV,SAAS,EAATA,SADK;IAELG,YAAY,EAAZA,YAFK;IAGLE,cAAc,EAAdA,cAHK;IAILC,iBAAiB,EAAjBA,iBAJK;IAKLC,SAAS,EAATA;EALK,CAAP;AAOD,CAhBD;;eAkBe,uBAAQ,UAACI,KAAD;EAAA;;EAAA,OAAYA,KAAK,yBAAIC,
|
|
1
|
+
{"version":3,"names":["mockDetectionObject","getOSName","require","platform","getOSVersion","release","getBrowserName","getBrowserVersion","isBrowser","createDetectionObject","results","name","agent","window","navigator","userAgent","bowser","getParser"],"sources":["browser-detection.js"],"sourcesContent":["import bowser from 'bowser';\nimport {memoize} from 'lodash';\nimport window from 'global/window';\n\nconst mockDetectionObject = {\n /* eslint-disable global-require */\n getOSName: () => require('os').platform(),\n getOSVersion: () => require('os').release(),\n /* eslint-enable global-require */\n getBrowserName: () => '',\n getBrowserVersion: () => '',\n isBrowser: () => false\n};\n\nconst createDetectionObject = (results) => {\n const getOSName = () => results?.getOSName() ?? '';\n const getOSVersion = () => results?.getOSVersion() ?? '';\n\n const getBrowserName = () => results?.getBrowserName() ?? '';\n const getBrowserVersion = () => results?.getBrowserVersion() ?? '';\n\n const isBrowser = (name) => !!results?.isBrowser(name, true);\n\n return {\n getOSName,\n getOSVersion,\n getBrowserName,\n getBrowserVersion,\n isBrowser\n };\n};\n\nexport default memoize((agent) => (agent || window.navigator?.userAgent ?\n createDetectionObject(bowser.getParser(agent || window.navigator.userAgent)) :\n mockDetectionObject\n));\n"],"mappings":";;;;;;;;;;;;;;AAAA;;AAEA;;AAEA,IAAMA,mBAAmB,GAAG;EAC1B;EACAC,SAAS,EAAE;IAAA,OAAMC,OAAO,CAAC,IAAD,CAAP,CAAcC,QAAd,EAAN;EAAA,CAFe;EAG1BC,YAAY,EAAE;IAAA,OAAMF,OAAO,CAAC,IAAD,CAAP,CAAcG,OAAd,EAAN;EAAA,CAHY;;EAI1B;EACAC,cAAc,EAAE;IAAA,OAAM,EAAN;EAAA,CALU;EAM1BC,iBAAiB,EAAE;IAAA,OAAM,EAAN;EAAA,CANO;EAO1BC,SAAS,EAAE;IAAA,OAAM,KAAN;EAAA;AAPe,CAA5B;;AAUA,IAAMC,qBAAqB,GAAG,SAAxBA,qBAAwB,CAACC,OAAD,EAAa;EACzC,IAAMT,SAAS,GAAG,SAAZA,SAAY;IAAA;;IAAA,6BAAMS,OAAN,aAAMA,OAAN,uBAAMA,OAAO,CAAET,SAAT,EAAN,mEAA8B,EAA9B;EAAA,CAAlB;;EACA,IAAMG,YAAY,GAAG,SAAfA,YAAe;IAAA;;IAAA,gCAAMM,OAAN,aAAMA,OAAN,uBAAMA,OAAO,CAAEN,YAAT,EAAN,yEAAiC,EAAjC;EAAA,CAArB;;EAEA,IAAME,cAAc,GAAG,SAAjBA,cAAiB;IAAA;;IAAA,gCAAMI,OAAN,aAAMA,OAAN,uBAAMA,OAAO,CAAEJ,cAAT,EAAN,yEAAmC,EAAnC;EAAA,CAAvB;;EACA,IAAMC,iBAAiB,GAAG,SAApBA,iBAAoB;IAAA;;IAAA,gCAAMG,OAAN,aAAMA,OAAN,uBAAMA,OAAO,CAAEH,iBAAT,EAAN,yEAAsC,EAAtC;EAAA,CAA1B;;EAEA,IAAMC,SAAS,GAAG,SAAZA,SAAY,CAACG,IAAD;IAAA,OAAU,CAAC,EAACD,OAAD,aAACA,OAAD,eAACA,OAAO,CAAEF,SAAT,CAAmBG,IAAnB,EAAyB,IAAzB,CAAD,CAAX;EAAA,CAAlB;;EAEA,OAAO;IACLV,SAAS,EAATA,SADK;IAELG,YAAY,EAAZA,YAFK;IAGLE,cAAc,EAAdA,cAHK;IAILC,iBAAiB,EAAjBA,iBAJK;IAKLC,SAAS,EAATA;EALK,CAAP;AAOD,CAhBD;;eAkBe,uBAAQ,UAACI,KAAD;EAAA;;EAAA,OAAYA,KAAK,yBAAIC,eAAA,CAAOC,SAAX,8CAAI,kBAAkBC,SAA3B,GACjCN,qBAAqB,CAACO,eAAA,CAAOC,SAAP,CAAiBL,KAAK,IAAIC,eAAA,CAAOC,SAAP,CAAiBC,SAA3C,CAAD,CADY,GAEjCf,mBAFqB;AAAA,CAAR,C"}
|
|
@@ -18,8 +18,6 @@ var _defineProperty2 = _interopRequireDefault(require("@babel/runtime-corejs2/he
|
|
|
18
18
|
|
|
19
19
|
var _isString2 = _interopRequireDefault(require("lodash/isString"));
|
|
20
20
|
|
|
21
|
-
var _constants = require("../constants");
|
|
22
|
-
|
|
23
21
|
var _parameter = _interopRequireDefault(require("../common/errors/parameter"));
|
|
24
22
|
|
|
25
23
|
/**
|
|
@@ -32,7 +30,8 @@ var Collection = /*#__PURE__*/function () {
|
|
|
32
30
|
*/
|
|
33
31
|
function Collection(property) {
|
|
34
32
|
(0, _classCallCheck2.default)(this, Collection);
|
|
35
|
-
(0, _defineProperty2.default)(this, "namespace",
|
|
33
|
+
(0, _defineProperty2.default)(this, "namespace", 'Meetings');
|
|
34
|
+
(0, _defineProperty2.default)(this, "propertyName", void 0);
|
|
36
35
|
|
|
37
36
|
if (!property || !(0, _isString2.default)(property)) {
|
|
38
37
|
throw new _parameter.default('Collection expects a string to use as a property name.');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["Collection","property","
|
|
1
|
+
{"version":3,"names":["Collection","property","ParameterError","propertyName","id","value","get","set","getAll"],"sources":["collection.ts"],"sourcesContent":["import {isString} from 'lodash';\n\nimport ParameterError from '../common/errors/parameter';\n\n/**\n * @class Collection\n */\nexport default class Collection {\n namespace = 'Meetings';\n propertyName: string;\n\n /**\n * @param {String} property\n * @memberof Collection\n */\n constructor(property) {\n if (!property || !isString(property)) {\n throw new ParameterError('Collection expects a string to use as a property name.');\n }\n /**\n * The property name for what collection will be stored, i.e., this.meetingInfos, this.meetings, etc.\n * @instance\n * @type {String}\n * @public\n * @memberof Meetings\n */\n this.propertyName = property;\n /**\n * The actual object for the collection\n * @instance\n * @type {Object}\n * @public\n * @memberof Meetings\n */\n this[this.propertyName] = {};\n }\n\n /**\n * @param {String} id ID of the thing stuffed into the collection at id location\n * @returns {Any} returns whatever is being stuffed into the collection\n * @public\n * @memberof Collection\n */\n get(id) {\n return this[this.propertyName] && this[this.propertyName][id] ? this[this.propertyName][id] : null;\n }\n\n /**\n * @param {String} id the id of the meeting info instance to add to the collection\n * @param {Any} value the thing to set in the collection\n * @returns {Any} returns the thing just put in the collection\n * @public\n * @memberof Collection\n */\n set(id, value) {\n this[this.propertyName][id] = value;\n\n return this.get(id);\n }\n\n /**\n * remove the thing at the id\n * @param {String} id ID of the thing you wish to delete from the collection\n * @returns {undefined}\n * @public\n * @memberof Collection\n */\n delete(id) {\n delete this[this.propertyName][id];\n }\n\n /**\n * @returns {Object} returns an object map of things stuffed into the collection\n * @public\n * @memberof Collection\n */\n getAll() {\n return this[this.propertyName];\n }\n\n /**\n * @param {Object} set the replacement object\n * @returns {Object} returns an object map of things stuffed into the collection\n * @public\n * @memberof Collection\n */\n setAll(set) {\n this[this.propertyName] = set;\n\n return this.getAll();\n }\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAEA;;AAEA;AACA;AACA;IACqBA,U;EAInB;AACF;AACA;AACA;EACE,oBAAYC,QAAZ,EAAsB;IAAA;IAAA,iDAPV,UAOU;IAAA;;IACpB,IAAI,CAACA,QAAD,IAAa,CAAC,wBAASA,QAAT,CAAlB,EAAsC;MACpC,MAAM,IAAIC,kBAAJ,CAAmB,wDAAnB,CAAN;IACD;IACD;AACJ;AACA;AACA;AACA;AACA;AACA;;;IACI,KAAKC,YAAL,GAAoBF,QAApB;IACA;AACJ;AACA;AACA;AACA;AACA;AACA;;IACI,KAAK,KAAKE,YAAV,IAA0B,EAA1B;EACD;EAED;AACF;AACA;AACA;AACA;AACA;;;;;WACE,aAAIC,EAAJ,EAAQ;MACN,OAAO,KAAK,KAAKD,YAAV,KAA2B,KAAK,KAAKA,YAAV,EAAwBC,EAAxB,CAA3B,GAAyD,KAAK,KAAKD,YAAV,EAAwBC,EAAxB,CAAzD,GAAuF,IAA9F;IACD;IAED;AACF;AACA;AACA;AACA;AACA;AACA;;;;WACE,aAAIA,EAAJ,EAAQC,KAAR,EAAe;MACb,KAAK,KAAKF,YAAV,EAAwBC,EAAxB,IAA8BC,KAA9B;MAEA,OAAO,KAAKC,GAAL,CAASF,EAAT,CAAP;IACD;IAED;AACF;AACA;AACA;AACA;AACA;AACA;;;;WACE,iBAAOA,EAAP,EAAW;MACT,OAAO,KAAK,KAAKD,YAAV,EAAwBC,EAAxB,CAAP;IACD;IAED;AACF;AACA;AACA;AACA;;;;WACE,kBAAS;MACP,OAAO,KAAK,KAAKD,YAAV,CAAP;IACD;IAED;AACF;AACA;AACA;AACA;AACA;;;;WACE,gBAAOI,GAAP,EAAY;MACV,KAAK,KAAKJ,YAAV,IAA0BI,GAA1B;MAEA,OAAO,KAAKC,MAAL,EAAP;IACD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["CaptchaError","message","ERROR_DICTIONARY","CAPTCHA","MESSAGE","error","name","NAME","sdkMessage","stack","Error","code","CODE"],"sources":["captcha-error.js"],"sourcesContent":["import {ERROR_DICTIONARY} from '../../constants';\n\n/**\n * Extended Error object to signify captcha related errors\n */\nexport default class CaptchaError extends Error {\n /**\n *\n * @constructor\n * @param {String} [message]\n * @param {Object} [error]\n */\n constructor(message = ERROR_DICTIONARY.CAPTCHA.MESSAGE, error = null) {\n super(message);\n this.name = ERROR_DICTIONARY.CAPTCHA.NAME;\n this.sdkMessage = ERROR_DICTIONARY.CAPTCHA.MESSAGE;\n this.error = error;\n this.stack = error ? error.stack : (new Error()).stack;\n this.code = ERROR_DICTIONARY.CAPTCHA.CODE;\n }\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;AAEA;AACA;AACA;IACqBA,Y;;;;;EACnB;AACF;AACA;AACA;AACA;AACA;EACE,wBAAsE;IAAA;;IAAA,IAA1DC,OAA0D,uEAAhDC,
|
|
1
|
+
{"version":3,"names":["CaptchaError","message","ERROR_DICTIONARY","CAPTCHA","MESSAGE","error","name","NAME","sdkMessage","stack","Error","code","CODE"],"sources":["captcha-error.js"],"sourcesContent":["import {ERROR_DICTIONARY} from '../../constants';\n\n/**\n * Extended Error object to signify captcha related errors\n */\nexport default class CaptchaError extends Error {\n /**\n *\n * @constructor\n * @param {String} [message]\n * @param {Object} [error]\n */\n constructor(message = ERROR_DICTIONARY.CAPTCHA.MESSAGE, error = null) {\n super(message);\n this.name = ERROR_DICTIONARY.CAPTCHA.NAME;\n this.sdkMessage = ERROR_DICTIONARY.CAPTCHA.MESSAGE;\n this.error = error;\n this.stack = error ? error.stack : (new Error()).stack;\n this.code = ERROR_DICTIONARY.CAPTCHA.CODE;\n }\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;AAEA;AACA;AACA;IACqBA,Y;;;;;EACnB;AACF;AACA;AACA;AACA;AACA;EACE,wBAAsE;IAAA;;IAAA,IAA1DC,OAA0D,uEAAhDC,2BAAA,CAAiBC,OAAjB,CAAyBC,OAAuB;IAAA,IAAdC,KAAc,uEAAN,IAAM;IAAA;IACpE,0BAAMJ,OAAN;IACA,MAAKK,IAAL,GAAYJ,2BAAA,CAAiBC,OAAjB,CAAyBI,IAArC;IACA,MAAKC,UAAL,GAAkBN,2BAAA,CAAiBC,OAAjB,CAAyBC,OAA3C;IACA,MAAKC,KAAL,GAAaA,KAAb;IACA,MAAKI,KAAL,GAAaJ,KAAK,GAAGA,KAAK,CAACI,KAAT,GAAkB,IAAIC,KAAJ,EAAD,CAAcD,KAAjD;IACA,MAAKE,IAAL,GAAYT,2BAAA,CAAiBC,OAAjB,CAAyBS,IAArC;IANoE;EAOrE;;;+CAduCF,K"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["IntentToJoinError","message","ERROR_DICTIONARY","INTENT_TO_JOIN","MESSAGE","error","name","NAME","sdkMessage","stack","Error","joinIntentRequired","code","CODE"],"sources":["intent-to-join.js"],"sourcesContent":["import {ERROR_DICTIONARY} from '../../constants';\n\n/**\n * Extended Error object to signify the intent to join for unclaimed PMR scenarios\n */\nexport default class IntentToJoinError extends Error {\n /**\n *\n * @constructor\n * @param {String} [message]\n * @param {Object} [error]\n */\n constructor(message = ERROR_DICTIONARY.INTENT_TO_JOIN.MESSAGE, error = null) {\n super(message);\n this.name = ERROR_DICTIONARY.INTENT_TO_JOIN.NAME;\n this.sdkMessage = ERROR_DICTIONARY.INTENT_TO_JOIN.MESSAGE;\n this.error = error;\n this.stack = error ? error.stack : (new Error()).stack;\n this.joinIntentRequired = true;\n this.code = ERROR_DICTIONARY.INTENT_TO_JOIN.CODE;\n }\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;AAEA;AACA;AACA;IACqBA,iB;;;;;EACnB;AACF;AACA;AACA;AACA;AACA;EACE,6BAA6E;IAAA;;IAAA,IAAjEC,OAAiE,uEAAvDC,
|
|
1
|
+
{"version":3,"names":["IntentToJoinError","message","ERROR_DICTIONARY","INTENT_TO_JOIN","MESSAGE","error","name","NAME","sdkMessage","stack","Error","joinIntentRequired","code","CODE"],"sources":["intent-to-join.js"],"sourcesContent":["import {ERROR_DICTIONARY} from '../../constants';\n\n/**\n * Extended Error object to signify the intent to join for unclaimed PMR scenarios\n */\nexport default class IntentToJoinError extends Error {\n /**\n *\n * @constructor\n * @param {String} [message]\n * @param {Object} [error]\n */\n constructor(message = ERROR_DICTIONARY.INTENT_TO_JOIN.MESSAGE, error = null) {\n super(message);\n this.name = ERROR_DICTIONARY.INTENT_TO_JOIN.NAME;\n this.sdkMessage = ERROR_DICTIONARY.INTENT_TO_JOIN.MESSAGE;\n this.error = error;\n this.stack = error ? error.stack : (new Error()).stack;\n this.joinIntentRequired = true;\n this.code = ERROR_DICTIONARY.INTENT_TO_JOIN.CODE;\n }\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;AAEA;AACA;AACA;IACqBA,iB;;;;;EACnB;AACF;AACA;AACA;AACA;AACA;EACE,6BAA6E;IAAA;;IAAA,IAAjEC,OAAiE,uEAAvDC,2BAAA,CAAiBC,cAAjB,CAAgCC,OAAuB;IAAA,IAAdC,KAAc,uEAAN,IAAM;IAAA;IAC3E,0BAAMJ,OAAN;IACA,MAAKK,IAAL,GAAYJ,2BAAA,CAAiBC,cAAjB,CAAgCI,IAA5C;IACA,MAAKC,UAAL,GAAkBN,2BAAA,CAAiBC,cAAjB,CAAgCC,OAAlD;IACA,MAAKC,KAAL,GAAaA,KAAb;IACA,MAAKI,KAAL,GAAaJ,KAAK,GAAGA,KAAK,CAACI,KAAT,GAAkB,IAAIC,KAAJ,EAAD,CAAcD,KAAjD;IACA,MAAKE,kBAAL,GAA0B,IAA1B;IACA,MAAKC,IAAL,GAAYV,2BAAA,CAAiBC,cAAjB,CAAgCU,IAA5C;IAP2E;EAQ5E;;;+CAf4CH,K"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["JoinMeetingError","options","message","ERROR_DICTIONARY","JOIN_MEETING","MESSAGE","error","name","NAME","sdkMessage","stack","Error","joinOptions","code","CODE"],"sources":["join-meeting.js"],"sourcesContent":["import {ERROR_DICTIONARY} from '../../constants';\n\n/**\n * Extended Error object to signify a join meeting error\n */\nexport default class JoinMeetingError extends Error {\n /**\n *\n * @constructor\n * @param {Object} [options]\n * @param {String} [message]\n * @param {Object} [error]\n */\n constructor(options = {}, message = ERROR_DICTIONARY.JOIN_MEETING.MESSAGE, error = null) {\n super(message);\n this.name = ERROR_DICTIONARY.JOIN_MEETING.NAME;\n this.sdkMessage = ERROR_DICTIONARY.JOIN_MEETING.MESSAGE;\n this.error = error;\n this.stack = error ? error.stack : (new Error()).stack;\n this.joinOptions = options;\n this.code = ERROR_DICTIONARY.JOIN_MEETING.CODE;\n }\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;AAEA;AACA;AACA;IACqBA,gB;;;;;EACnB;AACF;AACA;AACA;AACA;AACA;AACA;EACE,4BAAyF;IAAA;;IAAA,IAA7EC,OAA6E,uEAAnE,EAAmE;IAAA,IAA/DC,OAA+D,uEAArDC,
|
|
1
|
+
{"version":3,"names":["JoinMeetingError","options","message","ERROR_DICTIONARY","JOIN_MEETING","MESSAGE","error","name","NAME","sdkMessage","stack","Error","joinOptions","code","CODE"],"sources":["join-meeting.js"],"sourcesContent":["import {ERROR_DICTIONARY} from '../../constants';\n\n/**\n * Extended Error object to signify a join meeting error\n */\nexport default class JoinMeetingError extends Error {\n /**\n *\n * @constructor\n * @param {Object} [options]\n * @param {String} [message]\n * @param {Object} [error]\n */\n constructor(options = {}, message = ERROR_DICTIONARY.JOIN_MEETING.MESSAGE, error = null) {\n super(message);\n this.name = ERROR_DICTIONARY.JOIN_MEETING.NAME;\n this.sdkMessage = ERROR_DICTIONARY.JOIN_MEETING.MESSAGE;\n this.error = error;\n this.stack = error ? error.stack : (new Error()).stack;\n this.joinOptions = options;\n this.code = ERROR_DICTIONARY.JOIN_MEETING.CODE;\n }\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;AAEA;AACA;AACA;IACqBA,gB;;;;;EACnB;AACF;AACA;AACA;AACA;AACA;AACA;EACE,4BAAyF;IAAA;;IAAA,IAA7EC,OAA6E,uEAAnE,EAAmE;IAAA,IAA/DC,OAA+D,uEAArDC,2BAAA,CAAiBC,YAAjB,CAA8BC,OAAuB;IAAA,IAAdC,KAAc,uEAAN,IAAM;IAAA;IACvF,0BAAMJ,OAAN;IACA,MAAKK,IAAL,GAAYJ,2BAAA,CAAiBC,YAAjB,CAA8BI,IAA1C;IACA,MAAKC,UAAL,GAAkBN,2BAAA,CAAiBC,YAAjB,CAA8BC,OAAhD;IACA,MAAKC,KAAL,GAAaA,KAAb;IACA,MAAKI,KAAL,GAAaJ,KAAK,GAAGA,KAAK,CAACI,KAAT,GAAkB,IAAIC,KAAJ,EAAD,CAAcD,KAAjD;IACA,MAAKE,WAAL,GAAmBX,OAAnB;IACA,MAAKY,IAAL,GAAYV,2BAAA,CAAiBC,YAAjB,CAA8BU,IAA1C;IAPuF;EAQxF;;;+CAhB2CH,K"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["MediaError","message","ERROR_DICTIONARY","MEDIA","MESSAGE","error","name","RECONNECTION","NAME","sdkMessage","stack","Error","code","CODE"],"sources":["media.js"],"sourcesContent":["import {ERROR_DICTIONARY} from '../../constants';\n\n/**\n * Extended Error object for media errors\n */\nexport default class MediaError extends Error {\n /**\n *\n * @constructor\n * @param {String} [message]\n * @param {Object} [error]\n */\n constructor(message = ERROR_DICTIONARY.MEDIA.MESSAGE, error = null) {\n super(message);\n this.name = ERROR_DICTIONARY.RECONNECTION.NAME;\n this.sdkMessage = ERROR_DICTIONARY.MEDIA.MESSAGE;\n this.error = error;\n this.stack = error ? error.stack : (new Error()).stack;\n this.code = ERROR_DICTIONARY.RECONNECTION.CODE;\n }\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;AAEA;AACA;AACA;IACqBA,U;;;;;EACnB;AACF;AACA;AACA;AACA;AACA;EACE,sBAAoE;IAAA;;IAAA,IAAxDC,OAAwD,uEAA9CC,
|
|
1
|
+
{"version":3,"names":["MediaError","message","ERROR_DICTIONARY","MEDIA","MESSAGE","error","name","RECONNECTION","NAME","sdkMessage","stack","Error","code","CODE"],"sources":["media.js"],"sourcesContent":["import {ERROR_DICTIONARY} from '../../constants';\n\n/**\n * Extended Error object for media errors\n */\nexport default class MediaError extends Error {\n /**\n *\n * @constructor\n * @param {String} [message]\n * @param {Object} [error]\n */\n constructor(message = ERROR_DICTIONARY.MEDIA.MESSAGE, error = null) {\n super(message);\n this.name = ERROR_DICTIONARY.RECONNECTION.NAME;\n this.sdkMessage = ERROR_DICTIONARY.MEDIA.MESSAGE;\n this.error = error;\n this.stack = error ? error.stack : (new Error()).stack;\n this.code = ERROR_DICTIONARY.RECONNECTION.CODE;\n }\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;AAEA;AACA;AACA;IACqBA,U;;;;;EACnB;AACF;AACA;AACA;AACA;AACA;EACE,sBAAoE;IAAA;;IAAA,IAAxDC,OAAwD,uEAA9CC,2BAAA,CAAiBC,KAAjB,CAAuBC,OAAuB;IAAA,IAAdC,KAAc,uEAAN,IAAM;IAAA;IAClE,0BAAMJ,OAAN;IACA,MAAKK,IAAL,GAAYJ,2BAAA,CAAiBK,YAAjB,CAA8BC,IAA1C;IACA,MAAKC,UAAL,GAAkBP,2BAAA,CAAiBC,KAAjB,CAAuBC,OAAzC;IACA,MAAKC,KAAL,GAAaA,KAAb;IACA,MAAKK,KAAL,GAAaL,KAAK,GAAGA,KAAK,CAACK,KAAT,GAAkB,IAAIC,KAAJ,EAAD,CAAcD,KAAjD;IACA,MAAKE,IAAL,GAAYV,2BAAA,CAAiBK,YAAjB,CAA8BM,IAA1C;IANkE;EAOnE;;;+CAdqCF,K"}
|
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
+
var _typeof = require("@babel/runtime-corejs2/helpers/typeof");
|
|
4
|
+
|
|
3
5
|
var _Reflect$construct = require("@babel/runtime-corejs2/core-js/reflect/construct");
|
|
4
6
|
|
|
7
|
+
var _WeakMap = require("@babel/runtime-corejs2/core-js/weak-map");
|
|
8
|
+
|
|
5
9
|
var _Object$defineProperty = require("@babel/runtime-corejs2/core-js/object/define-property");
|
|
6
10
|
|
|
11
|
+
var _Object$getOwnPropertyDescriptor = require("@babel/runtime-corejs2/core-js/object/get-own-property-descriptor");
|
|
12
|
+
|
|
7
13
|
var _interopRequireDefault = require("@babel/runtime-corejs2/helpers/interopRequireDefault");
|
|
8
14
|
|
|
9
15
|
_Object$defineProperty(exports, "__esModule", {
|
|
@@ -26,7 +32,13 @@ var _getPrototypeOf2 = _interopRequireDefault(require("@babel/runtime-corejs2/he
|
|
|
26
32
|
|
|
27
33
|
var _wrapNativeSuper2 = _interopRequireDefault(require("@babel/runtime-corejs2/helpers/wrapNativeSuper"));
|
|
28
34
|
|
|
29
|
-
var
|
|
35
|
+
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime-corejs2/helpers/defineProperty"));
|
|
36
|
+
|
|
37
|
+
var MEETINGCONSTANTS = _interopRequireWildcard(require("../../constants"));
|
|
38
|
+
|
|
39
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof _WeakMap !== "function") return null; var cacheBabelInterop = new _WeakMap(); var cacheNodeInterop = new _WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
40
|
+
|
|
41
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = _Object$defineProperty && _Object$getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? _Object$getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { _Object$defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
30
42
|
|
|
31
43
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = _Reflect$construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
|
|
32
44
|
|
|
@@ -49,19 +61,22 @@ var ParameterError = /*#__PURE__*/function (_Error) {
|
|
|
49
61
|
function ParameterError() {
|
|
50
62
|
var _this;
|
|
51
63
|
|
|
52
|
-
var message = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] :
|
|
64
|
+
var message = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : MEETINGCONSTANTS.ERROR_DICTIONARY.PARAMETER.MESSAGE;
|
|
53
65
|
var error = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null;
|
|
54
66
|
(0, _classCallCheck2.default)(this, ParameterError);
|
|
55
67
|
_this = _super.call(this, message);
|
|
68
|
+
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "sdkMessage", void 0);
|
|
69
|
+
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "error", void 0);
|
|
70
|
+
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "code", void 0);
|
|
56
71
|
|
|
57
72
|
if (Error.captureStackTrace) {
|
|
58
73
|
Error.captureStackTrace((0, _assertThisInitialized2.default)(_this), ParameterError);
|
|
59
74
|
}
|
|
60
75
|
|
|
61
|
-
_this.name =
|
|
62
|
-
_this.sdkMessage = message ||
|
|
76
|
+
_this.name = MEETINGCONSTANTS.ERROR_DICTIONARY.PARAMETER.NAME;
|
|
77
|
+
_this.sdkMessage = message || MEETINGCONSTANTS.ERROR_DICTIONARY.PARAMETER.MESSAGE;
|
|
63
78
|
_this.error = error;
|
|
64
|
-
_this.code =
|
|
79
|
+
_this.code = MEETINGCONSTANTS.ERROR_DICTIONARY.PARAMETER.CODE;
|
|
65
80
|
return _this;
|
|
66
81
|
}
|
|
67
82
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["ParameterError","message","ERROR_DICTIONARY","PARAMETER","MESSAGE","error","Error","captureStackTrace","name","NAME","sdkMessage","code","CODE"],"sources":["parameter.
|
|
1
|
+
{"version":3,"names":["ParameterError","message","MEETINGCONSTANTS","ERROR_DICTIONARY","PARAMETER","MESSAGE","error","Error","captureStackTrace","name","NAME","sdkMessage","code","CODE"],"sources":["parameter.ts"],"sourcesContent":["import * as MEETINGCONSTANTS from '../../constants';\n\n/**\n * Extended Error object for general parameter errors\n */\nexport default class ParameterError extends Error {\n sdkMessage: string;\n error: null;\n code: number;\n /**\n *\n * @constructor\n * @param {String} [message]\n * @param {Object} [error]\n */\n constructor(message = MEETINGCONSTANTS.ERROR_DICTIONARY.PARAMETER.MESSAGE, error = null) {\n super(message);\n\n if (Error.captureStackTrace) {\n Error.captureStackTrace(this, ParameterError);\n }\n\n this.name = MEETINGCONSTANTS.ERROR_DICTIONARY.PARAMETER.NAME;\n this.sdkMessage = message || MEETINGCONSTANTS.ERROR_DICTIONARY.PARAMETER.MESSAGE;\n this.error = error;\n\n this.code = MEETINGCONSTANTS.ERROR_DICTIONARY.PARAMETER.CODE;\n }\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;AAEA;AACA;AACA;IACqBA,c;;;;;EAInB;AACF;AACA;AACA;AACA;AACA;EACE,0BAAyF;IAAA;;IAAA,IAA7EC,OAA6E,uEAAnEC,gBAAgB,CAACC,gBAAjB,CAAkCC,SAAlC,CAA4CC,OAAuB;IAAA,IAAdC,KAAc,uEAAN,IAAM;IAAA;IACvF,0BAAML,OAAN;IADuF;IAAA;IAAA;;IAGvF,IAAIM,KAAK,CAACC,iBAAV,EAA6B;MAC3BD,KAAK,CAACC,iBAAN,8CAA8BR,cAA9B;IACD;;IAED,MAAKS,IAAL,GAAYP,gBAAgB,CAACC,gBAAjB,CAAkCC,SAAlC,CAA4CM,IAAxD;IACA,MAAKC,UAAL,GAAkBV,OAAO,IAAIC,gBAAgB,CAACC,gBAAjB,CAAkCC,SAAlC,CAA4CC,OAAzE;IACA,MAAKC,KAAL,GAAaA,KAAb;IAEA,MAAKM,IAAL,GAAYV,gBAAgB,CAACC,gBAAjB,CAAkCC,SAAlC,CAA4CS,IAAxD;IAXuF;EAYxF;;;+CAtByCN,K"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["PasswordError","message","ERROR_DICTIONARY","PASSWORD","MESSAGE","error","name","NAME","sdkMessage","stack","Error","code","CODE"],"sources":["password-error.js"],"sourcesContent":["import {ERROR_DICTIONARY} from '../../constants';\n\n/**\n * Extended Error object to signify password related errors\n */\nexport default class PasswordError extends Error {\n /**\n *\n * @constructor\n * @param {String} [message]\n * @param {Object} [error]\n */\n constructor(message = ERROR_DICTIONARY.PASSWORD.MESSAGE, error = null) {\n super(message);\n this.name = ERROR_DICTIONARY.PASSWORD.NAME;\n this.sdkMessage = ERROR_DICTIONARY.PASSWORD.MESSAGE;\n this.error = error;\n this.stack = error ? error.stack : (new Error()).stack;\n this.code = ERROR_DICTIONARY.PASSWORD.CODE;\n }\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;AAEA;AACA;AACA;IACqBA,a;;;;;EACnB;AACF;AACA;AACA;AACA;AACA;EACE,yBAAuE;IAAA;;IAAA,IAA3DC,OAA2D,uEAAjDC,
|
|
1
|
+
{"version":3,"names":["PasswordError","message","ERROR_DICTIONARY","PASSWORD","MESSAGE","error","name","NAME","sdkMessage","stack","Error","code","CODE"],"sources":["password-error.js"],"sourcesContent":["import {ERROR_DICTIONARY} from '../../constants';\n\n/**\n * Extended Error object to signify password related errors\n */\nexport default class PasswordError extends Error {\n /**\n *\n * @constructor\n * @param {String} [message]\n * @param {Object} [error]\n */\n constructor(message = ERROR_DICTIONARY.PASSWORD.MESSAGE, error = null) {\n super(message);\n this.name = ERROR_DICTIONARY.PASSWORD.NAME;\n this.sdkMessage = ERROR_DICTIONARY.PASSWORD.MESSAGE;\n this.error = error;\n this.stack = error ? error.stack : (new Error()).stack;\n this.code = ERROR_DICTIONARY.PASSWORD.CODE;\n }\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;AAEA;AACA;AACA;IACqBA,a;;;;;EACnB;AACF;AACA;AACA;AACA;AACA;EACE,yBAAuE;IAAA;;IAAA,IAA3DC,OAA2D,uEAAjDC,2BAAA,CAAiBC,QAAjB,CAA0BC,OAAuB;IAAA,IAAdC,KAAc,uEAAN,IAAM;IAAA;IACrE,0BAAMJ,OAAN;IACA,MAAKK,IAAL,GAAYJ,2BAAA,CAAiBC,QAAjB,CAA0BI,IAAtC;IACA,MAAKC,UAAL,GAAkBN,2BAAA,CAAiBC,QAAjB,CAA0BC,OAA5C;IACA,MAAKC,KAAL,GAAaA,KAAb;IACA,MAAKI,KAAL,GAAaJ,KAAK,GAAGA,KAAK,CAACI,KAAT,GAAkB,IAAIC,KAAJ,EAAD,CAAcD,KAAjD;IACA,MAAKE,IAAL,GAAYT,2BAAA,CAAiBC,QAAjB,CAA0BS,IAAtC;IANqE;EAOtE;;;+CAdwCF,K"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["PermissionError","message","ERROR_DICTIONARY","PERMISSION","MESSAGE","error","name","NAME","sdkMessage","stack","Error","code","CODE"],"sources":["permission.js"],"sourcesContent":["import {ERROR_DICTIONARY} from '../../constants';\n\n/**\n * Extended Error object for general parameter errors\n */\nexport default class PermissionError extends Error {\n /**\n * @constructor\n * @param {String} [message]\n * @param {Object} [error]\n */\n constructor(message = ERROR_DICTIONARY.PERMISSION.MESSAGE, error = null) {\n super(message);\n this.name = ERROR_DICTIONARY.PERMISSION.NAME;\n this.sdkMessage = ERROR_DICTIONARY.PERMISSION.MESSAGE;\n this.error = error;\n this.stack = error ? error.stack : (new Error()).stack;\n this.code = ERROR_DICTIONARY.PERMISSION.CODE;\n }\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;AAEA;AACA;AACA;IACqBA,e;;;;;EACnB;AACF;AACA;AACA;AACA;EACE,2BAAyE;IAAA;;IAAA,IAA7DC,OAA6D,uEAAnDC,
|
|
1
|
+
{"version":3,"names":["PermissionError","message","ERROR_DICTIONARY","PERMISSION","MESSAGE","error","name","NAME","sdkMessage","stack","Error","code","CODE"],"sources":["permission.js"],"sourcesContent":["import {ERROR_DICTIONARY} from '../../constants';\n\n/**\n * Extended Error object for general parameter errors\n */\nexport default class PermissionError extends Error {\n /**\n * @constructor\n * @param {String} [message]\n * @param {Object} [error]\n */\n constructor(message = ERROR_DICTIONARY.PERMISSION.MESSAGE, error = null) {\n super(message);\n this.name = ERROR_DICTIONARY.PERMISSION.NAME;\n this.sdkMessage = ERROR_DICTIONARY.PERMISSION.MESSAGE;\n this.error = error;\n this.stack = error ? error.stack : (new Error()).stack;\n this.code = ERROR_DICTIONARY.PERMISSION.CODE;\n }\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;AAEA;AACA;AACA;IACqBA,e;;;;;EACnB;AACF;AACA;AACA;AACA;EACE,2BAAyE;IAAA;;IAAA,IAA7DC,OAA6D,uEAAnDC,2BAAA,CAAiBC,UAAjB,CAA4BC,OAAuB;IAAA,IAAdC,KAAc,uEAAN,IAAM;IAAA;IACvE,0BAAMJ,OAAN;IACA,MAAKK,IAAL,GAAYJ,2BAAA,CAAiBC,UAAjB,CAA4BI,IAAxC;IACA,MAAKC,UAAL,GAAkBN,2BAAA,CAAiBC,UAAjB,CAA4BC,OAA9C;IACA,MAAKC,KAAL,GAAaA,KAAb;IACA,MAAKI,KAAL,GAAaJ,KAAK,GAAGA,KAAK,CAACI,KAAT,GAAkB,IAAIC,KAAJ,EAAD,CAAcD,KAAjD;IACA,MAAKE,IAAL,GAAYT,2BAAA,CAAiBC,UAAjB,CAA4BS,IAAxC;IANuE;EAOxE;;;+CAb0CF,K"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["ReconnectionError","message","ERROR_DICTIONARY","RECONNECTION","MESSAGE","error","name","NAME","sdkMessage","stack","Error","code","CODE"],"sources":["reconnection.js"],"sourcesContent":["import {ERROR_DICTIONARY} from '../../constants';\n\n/**\n * Extended Error object to signify the intent to join for unclaimed PMR scenarios\n */\nexport default class ReconnectionError extends Error {\n /**\n *\n * @constructor\n * @param {String} [message]\n * @param {Object} [error]\n */\n constructor(message = ERROR_DICTIONARY.RECONNECTION.MESSAGE, error = null) {\n super(message);\n this.name = ERROR_DICTIONARY.RECONNECTION.NAME;\n this.sdkMessage = ERROR_DICTIONARY.RECONNECTION.MESSAGE;\n this.error = error;\n this.stack = error ? error.stack : (new Error()).stack;\n this.code = ERROR_DICTIONARY.RECONNECTION.CODE;\n }\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;AAEA;AACA;AACA;IACqBA,iB;;;;;EACnB;AACF;AACA;AACA;AACA;AACA;EACE,6BAA2E;IAAA;;IAAA,IAA/DC,OAA+D,uEAArDC,
|
|
1
|
+
{"version":3,"names":["ReconnectionError","message","ERROR_DICTIONARY","RECONNECTION","MESSAGE","error","name","NAME","sdkMessage","stack","Error","code","CODE"],"sources":["reconnection.js"],"sourcesContent":["import {ERROR_DICTIONARY} from '../../constants';\n\n/**\n * Extended Error object to signify the intent to join for unclaimed PMR scenarios\n */\nexport default class ReconnectionError extends Error {\n /**\n *\n * @constructor\n * @param {String} [message]\n * @param {Object} [error]\n */\n constructor(message = ERROR_DICTIONARY.RECONNECTION.MESSAGE, error = null) {\n super(message);\n this.name = ERROR_DICTIONARY.RECONNECTION.NAME;\n this.sdkMessage = ERROR_DICTIONARY.RECONNECTION.MESSAGE;\n this.error = error;\n this.stack = error ? error.stack : (new Error()).stack;\n this.code = ERROR_DICTIONARY.RECONNECTION.CODE;\n }\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;AAEA;AACA;AACA;IACqBA,iB;;;;;EACnB;AACF;AACA;AACA;AACA;AACA;EACE,6BAA2E;IAAA;;IAAA,IAA/DC,OAA+D,uEAArDC,2BAAA,CAAiBC,YAAjB,CAA8BC,OAAuB;IAAA,IAAdC,KAAc,uEAAN,IAAM;IAAA;IACzE,0BAAMJ,OAAN;IACA,MAAKK,IAAL,GAAYJ,2BAAA,CAAiBC,YAAjB,CAA8BI,IAA1C;IACA,MAAKC,UAAL,GAAkBN,2BAAA,CAAiBC,YAAjB,CAA8BC,OAAhD;IACA,MAAKC,KAAL,GAAaA,KAAb;IACA,MAAKI,KAAL,GAAaJ,KAAK,GAAGA,KAAK,CAACI,KAAT,GAAkB,IAAIC,KAAJ,EAAD,CAAcD,KAAjD;IACA,MAAKE,IAAL,GAAYT,2BAAA,CAAiBC,YAAjB,CAA8BS,IAA1C;IANyE;EAO1E;;;+CAd4CF,K"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["StatsError","message","ERROR_DICTIONARY","STATS","MESSAGE","error","name","NAME","sdkMessage","stack","Error","code","CODE"],"sources":["stats.js"],"sourcesContent":["import {ERROR_DICTIONARY} from '../../constants';\n\n/**\n * Extended Error object for Stats Errors\n */\nexport default class StatsError extends Error {\n /**\n *\n * @constructor\n * @param {String} [message]\n * @param {Object} [error]\n */\n constructor(message = ERROR_DICTIONARY.STATS.MESSAGE, error = null) {\n super(message);\n this.name = ERROR_DICTIONARY.STATS.NAME;\n this.sdkMessage = ERROR_DICTIONARY.STATS.MESSAGE;\n this.error = error;\n this.stack = error ? error.stack : (new Error()).stack;\n this.code = ERROR_DICTIONARY.STATS.CODE;\n }\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;AAEA;AACA;AACA;IACqBA,U;;;;;EACnB;AACF;AACA;AACA;AACA;AACA;EACE,sBAAoE;IAAA;;IAAA,IAAxDC,OAAwD,uEAA9CC,
|
|
1
|
+
{"version":3,"names":["StatsError","message","ERROR_DICTIONARY","STATS","MESSAGE","error","name","NAME","sdkMessage","stack","Error","code","CODE"],"sources":["stats.js"],"sourcesContent":["import {ERROR_DICTIONARY} from '../../constants';\n\n/**\n * Extended Error object for Stats Errors\n */\nexport default class StatsError extends Error {\n /**\n *\n * @constructor\n * @param {String} [message]\n * @param {Object} [error]\n */\n constructor(message = ERROR_DICTIONARY.STATS.MESSAGE, error = null) {\n super(message);\n this.name = ERROR_DICTIONARY.STATS.NAME;\n this.sdkMessage = ERROR_DICTIONARY.STATS.MESSAGE;\n this.error = error;\n this.stack = error ? error.stack : (new Error()).stack;\n this.code = ERROR_DICTIONARY.STATS.CODE;\n }\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;AAEA;AACA;AACA;IACqBA,U;;;;;EACnB;AACF;AACA;AACA;AACA;AACA;EACE,sBAAoE;IAAA;;IAAA,IAAxDC,OAAwD,uEAA9CC,2BAAA,CAAiBC,KAAjB,CAAuBC,OAAuB;IAAA,IAAdC,KAAc,uEAAN,IAAM;IAAA;IAClE,0BAAMJ,OAAN;IACA,MAAKK,IAAL,GAAYJ,2BAAA,CAAiBC,KAAjB,CAAuBI,IAAnC;IACA,MAAKC,UAAL,GAAkBN,2BAAA,CAAiBC,KAAjB,CAAuBC,OAAzC;IACA,MAAKC,KAAL,GAAaA,KAAb;IACA,MAAKI,KAAL,GAAaJ,KAAK,GAAGA,KAAK,CAACI,KAAT,GAAkB,IAAIC,KAAJ,EAAD,CAAcD,KAAjD;IACA,MAAKE,IAAL,GAAYT,2BAAA,CAAiBC,KAAjB,CAAuBS,IAAnC;IANkE;EAOnE;;;+CAdqCF,K"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["EventsScope","scope","eventName","args","LoggerProxy","logger","debug","EventsUtil","getScopeLog","LoggerConfig","verboseEvents","getEventLog","ChildEmitter"],"sources":["events-scope.js"],"sourcesContent":["import ChildEmitter from 'events';\n\nimport LoggerProxy from '../logs/logger-proxy';\nimport LoggerConfig from '../logs/logger-config';\n\nimport EventsUtil from './util';\n\n/**\n * Events\n * plugin-meetings local\n * Used to emit events internally between modules specific to an object\n */\nexport default class EventsScope extends ChildEmitter {\n /**\n * Emits and logs an event\n * @param {*} scope\n * @param {*} eventName\n * @param {*} args\n * @returns {Function}\n */\n emit(scope, eventName, args) {\n LoggerProxy.logger.debug(`${EventsUtil.getScopeLog(scope)}event#${eventName}${LoggerConfig.verboseEvents ? ` -- ${EventsUtil.getEventLog(args)}` : ''}`);\n\n return super.emit(eventName, args);\n }\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;AAEA;;AACA;;AAEA;;;;;;AAEA;AACA;AACA;AACA;AACA;IACqBA,W;;;;;;;;;;;;;IACnB;AACF;AACA;AACA;AACA;AACA;AACA;IACE,cAAKC,KAAL,EAAYC,SAAZ,EAAuBC,IAAvB,EAA6B;MAC3BC,
|
|
1
|
+
{"version":3,"names":["EventsScope","scope","eventName","args","LoggerProxy","logger","debug","EventsUtil","getScopeLog","LoggerConfig","verboseEvents","getEventLog","ChildEmitter"],"sources":["events-scope.js"],"sourcesContent":["import ChildEmitter from 'events';\n\nimport LoggerProxy from '../logs/logger-proxy';\nimport LoggerConfig from '../logs/logger-config';\n\nimport EventsUtil from './util';\n\n/**\n * Events\n * plugin-meetings local\n * Used to emit events internally between modules specific to an object\n */\nexport default class EventsScope extends ChildEmitter {\n /**\n * Emits and logs an event\n * @param {*} scope\n * @param {*} eventName\n * @param {*} args\n * @returns {Function}\n */\n emit(scope, eventName, args) {\n LoggerProxy.logger.debug(`${EventsUtil.getScopeLog(scope)}event#${eventName}${LoggerConfig.verboseEvents ? ` -- ${EventsUtil.getEventLog(args)}` : ''}`);\n\n return super.emit(eventName, args);\n }\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;AAEA;;AACA;;AAEA;;;;;;AAEA;AACA;AACA;AACA;AACA;IACqBA,W;;;;;;;;;;;;;IACnB;AACF;AACA;AACA;AACA;AACA;AACA;IACE,cAAKC,KAAL,EAAYC,SAAZ,EAAuBC,IAAvB,EAA6B;MAC3BC,oBAAA,CAAYC,MAAZ,CAAmBC,KAAnB,WAA4BC,aAAA,CAAWC,WAAX,CAAuBP,KAAvB,CAA5B,mBAAkEC,SAAlE,SAA8EO,qBAAA,CAAaC,aAAb,iBAAoCH,aAAA,CAAWI,WAAX,CAAuBR,IAAvB,CAApC,IAAqE,EAAnJ;;MAEA,yGAAkBD,SAAlB,EAA6BC,IAA7B;IACD;;;EAZsCS,e"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["Events","scope","eventName","args","LoggerProxy","logger","debug","EventsUtil","getScopeLog","LoggerConfig","verboseEvents","getEventLog","EventEmitter"],"sources":["events.js"],"sourcesContent":["import EventEmitter from 'events';\n\nimport LoggerProxy from '../logs/logger-proxy';\nimport LoggerConfig from '../logs/logger-config';\n\nimport EventsUtil from './util';\n\n/**\n * Events\n * plugin-meetings global\n * Used to emit events internally between modules\n */\nclass Events extends EventEmitter {\n emit(scope, eventName, args) {\n LoggerProxy.logger.debug(`${EventsUtil.getScopeLog(scope)}event#${eventName}${LoggerConfig.verboseEvents ? ` -- ${EventsUtil.getEventLog(args)}` : ''}`);\n\n return super.emit(eventName, args);\n }\n}\n\nexport default new Events();\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;AAEA;;AACA;;AAEA;;;;;;AAEA;AACA;AACA;AACA;AACA;IACMA,M;;;;;;;;;;;;WACJ,cAAKC,KAAL,EAAYC,SAAZ,EAAuBC,IAAvB,EAA6B;MAC3BC,
|
|
1
|
+
{"version":3,"names":["Events","scope","eventName","args","LoggerProxy","logger","debug","EventsUtil","getScopeLog","LoggerConfig","verboseEvents","getEventLog","EventEmitter"],"sources":["events.js"],"sourcesContent":["import EventEmitter from 'events';\n\nimport LoggerProxy from '../logs/logger-proxy';\nimport LoggerConfig from '../logs/logger-config';\n\nimport EventsUtil from './util';\n\n/**\n * Events\n * plugin-meetings global\n * Used to emit events internally between modules\n */\nclass Events extends EventEmitter {\n emit(scope, eventName, args) {\n LoggerProxy.logger.debug(`${EventsUtil.getScopeLog(scope)}event#${eventName}${LoggerConfig.verboseEvents ? ` -- ${EventsUtil.getEventLog(args)}` : ''}`);\n\n return super.emit(eventName, args);\n }\n}\n\nexport default new Events();\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;AAEA;;AACA;;AAEA;;;;;;AAEA;AACA;AACA;AACA;AACA;IACMA,M;;;;;;;;;;;;WACJ,cAAKC,KAAL,EAAYC,SAAZ,EAAuBC,IAAvB,EAA6B;MAC3BC,oBAAA,CAAYC,MAAZ,CAAmBC,KAAnB,WAA4BC,aAAA,CAAWC,WAAX,CAAuBP,KAAvB,CAA5B,mBAAkEC,SAAlE,SAA8EO,qBAAA,CAAaC,aAAb,iBAAoCH,aAAA,CAAWI,WAAX,CAAuBR,IAAvB,CAApC,IAAqE,EAAnJ;;MAEA,oGAAkBD,SAAlB,EAA6BC,IAA7B;IACD;;;EALkBS,e;;eAQN,IAAIZ,MAAJ,E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["TriggerProxy","trigger","instance","scope","payload","ParameterError","LoggerProxy","logger","debug","EventsUtil","getScopeLog","LoggerConfig","verboseEvents","getEventLog"],"sources":["trigger-proxy.js"],"sourcesContent":["\nimport LoggerProxy from '../logs/logger-proxy';\nimport LoggerConfig from '../logs/logger-config';\nimport ParameterError from '../errors/parameter';\n\nimport EventsUtil from './util';\n\n\nconst TriggerProxy = {};\n\nTriggerProxy.trigger = (instance, scope, trigger, payload) => {\n if (!instance || !instance.trigger) {\n throw new ParameterError('Instance to trigger from must be defined and have a trigger function.');\n }\n\n LoggerProxy.logger.debug(`${EventsUtil.getScopeLog(scope)}event#${trigger}${LoggerConfig.verboseEvents ? ` -- ${EventsUtil.getEventLog(payload)}` : ''}`);\n\n return instance.trigger(trigger, payload);\n};\n\nexport default TriggerProxy;\n"],"mappings":";;;;;;;;;;;;AACA;;AACA;;AACA;;AAEA;;AAGA,IAAMA,YAAY,GAAG,EAArB;;AAEAA,YAAY,CAACC,OAAb,GAAuB,UAACC,QAAD,EAAWC,KAAX,EAAkBF,OAAlB,EAA2BG,OAA3B,EAAuC;EAC5D,IAAI,CAACF,QAAD,IAAa,CAACA,QAAQ,CAACD,OAA3B,EAAoC;IAClC,MAAM,IAAII,kBAAJ,CAAmB,uEAAnB,CAAN;EACD;;EAEDC,
|
|
1
|
+
{"version":3,"names":["TriggerProxy","trigger","instance","scope","payload","ParameterError","LoggerProxy","logger","debug","EventsUtil","getScopeLog","LoggerConfig","verboseEvents","getEventLog"],"sources":["trigger-proxy.js"],"sourcesContent":["\nimport LoggerProxy from '../logs/logger-proxy';\nimport LoggerConfig from '../logs/logger-config';\nimport ParameterError from '../errors/parameter';\n\nimport EventsUtil from './util';\n\n\nconst TriggerProxy = {};\n\nTriggerProxy.trigger = (instance, scope, trigger, payload) => {\n if (!instance || !instance.trigger) {\n throw new ParameterError('Instance to trigger from must be defined and have a trigger function.');\n }\n\n LoggerProxy.logger.debug(`${EventsUtil.getScopeLog(scope)}event#${trigger}${LoggerConfig.verboseEvents ? ` -- ${EventsUtil.getEventLog(payload)}` : ''}`);\n\n return instance.trigger(trigger, payload);\n};\n\nexport default TriggerProxy;\n"],"mappings":";;;;;;;;;;;;AACA;;AACA;;AACA;;AAEA;;AAGA,IAAMA,YAAY,GAAG,EAArB;;AAEAA,YAAY,CAACC,OAAb,GAAuB,UAACC,QAAD,EAAWC,KAAX,EAAkBF,OAAlB,EAA2BG,OAA3B,EAAuC;EAC5D,IAAI,CAACF,QAAD,IAAa,CAACA,QAAQ,CAACD,OAA3B,EAAoC;IAClC,MAAM,IAAII,kBAAJ,CAAmB,uEAAnB,CAAN;EACD;;EAEDC,oBAAA,CAAYC,MAAZ,CAAmBC,KAAnB,WAA4BC,aAAA,CAAWC,WAAX,CAAuBP,KAAvB,CAA5B,mBAAkEF,OAAlE,SAA4EU,qBAAA,CAAaC,aAAb,iBAAoCH,aAAA,CAAWI,WAAX,CAAuBT,OAAvB,CAApC,IAAwE,EAApJ;;EAEA,OAAOF,QAAQ,CAACD,OAAT,CAAiBA,OAAjB,EAA0BG,OAA1B,CAAP;AACD,CARD;;eAUeJ,Y"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["EventsUtil","getEventLog","args","argString","e","LoggerProxy","logger","warn","getScopeLog","scope","scopeString","file","function"],"sources":["util.js"],"sourcesContent":["import {inspect} from 'util';\n\nimport LoggerProxy from '../logs/logger-proxy';\n\nconst EventsUtil = {};\n\nEventsUtil.getEventLog = (args) => {\n let argString = '';\n\n try {\n argString = inspect(args);\n }\n catch (e) {\n LoggerProxy.logger.warn(`Events:util#getEventLog --> ${e}`);\n }\n\n return argString;\n};\n\nEventsUtil.getScopeLog = (scope) => {\n let scopeString = '';\n\n if (scope) {\n if (scope.file && scope.function) {\n scopeString += `${scope.file}:${scope.function}->`;\n\n return scopeString;\n }\n if (scope.file) {\n scopeString += `${scope.file}->`;\n }\n if (scope.function) {\n scopeString += `${scope.function}->`;\n }\n }\n\n return scopeString;\n};\n\nexport default EventsUtil;\n"],"mappings":";;;;;;;;;;;;AAAA;;AAEA;;AAEA,IAAMA,UAAU,GAAG,EAAnB;;AAEAA,UAAU,CAACC,WAAX,GAAyB,UAACC,IAAD,EAAU;EACjC,IAAIC,SAAS,GAAG,EAAhB;;EAEA,IAAI;IACFA,SAAS,GAAG,
|
|
1
|
+
{"version":3,"names":["EventsUtil","getEventLog","args","argString","inspect","e","LoggerProxy","logger","warn","getScopeLog","scope","scopeString","file","function"],"sources":["util.js"],"sourcesContent":["import {inspect} from 'util';\n\nimport LoggerProxy from '../logs/logger-proxy';\n\nconst EventsUtil = {};\n\nEventsUtil.getEventLog = (args) => {\n let argString = '';\n\n try {\n argString = inspect(args);\n }\n catch (e) {\n LoggerProxy.logger.warn(`Events:util#getEventLog --> ${e}`);\n }\n\n return argString;\n};\n\nEventsUtil.getScopeLog = (scope) => {\n let scopeString = '';\n\n if (scope) {\n if (scope.file && scope.function) {\n scopeString += `${scope.file}:${scope.function}->`;\n\n return scopeString;\n }\n if (scope.file) {\n scopeString += `${scope.file}->`;\n }\n if (scope.function) {\n scopeString += `${scope.function}->`;\n }\n }\n\n return scopeString;\n};\n\nexport default EventsUtil;\n"],"mappings":";;;;;;;;;;;;AAAA;;AAEA;;AAEA,IAAMA,UAAU,GAAG,EAAnB;;AAEAA,UAAU,CAACC,WAAX,GAAyB,UAACC,IAAD,EAAU;EACjC,IAAIC,SAAS,GAAG,EAAhB;;EAEA,IAAI;IACFA,SAAS,GAAG,IAAAC,aAAA,EAAQF,IAAR,CAAZ;EACD,CAFD,CAGA,OAAOG,CAAP,EAAU;IACRC,oBAAA,CAAYC,MAAZ,CAAmBC,IAAnB,uCAAuDH,CAAvD;EACD;;EAED,OAAOF,SAAP;AACD,CAXD;;AAaAH,UAAU,CAACS,WAAX,GAAyB,UAACC,KAAD,EAAW;EAClC,IAAIC,WAAW,GAAG,EAAlB;;EAEA,IAAID,KAAJ,EAAW;IACT,IAAIA,KAAK,CAACE,IAAN,IAAcF,KAAK,CAACG,QAAxB,EAAkC;MAChCF,WAAW,cAAOD,KAAK,CAACE,IAAb,cAAqBF,KAAK,CAACG,QAA3B,OAAX;MAEA,OAAOF,WAAP;IACD;;IACD,IAAID,KAAK,CAACE,IAAV,EAAgB;MACdD,WAAW,cAAOD,KAAK,CAACE,IAAb,OAAX;IACD;;IACD,IAAIF,KAAK,CAACG,QAAV,EAAoB;MAClBF,WAAW,cAAOD,KAAK,CAACG,QAAb,OAAX;IACD;EACF;;EAED,OAAOF,WAAP;AACD,CAlBD;;eAoBeX,U"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["LoggerProxy","logger","info","console","error","log","warn","trace","debug","set","LoggerConfig","enable","get"],"sources":["logger-proxy.js"],"sourcesContent":["import LoggerConfig from './logger-config';\n\nconst LoggerProxy = {\n logger: {\n info: () => { console.error('LoggerProxy->info#NO LOGGER DEFINED'); },\n log: () => { console.error('LoggerProxy->log#NO LOGGER DEFINED'); },\n error: () => { console.error('LoggerProxy->error#NO LOGGER DEFINED'); },\n warn: () => { console.error('LoggerProxy->warn#NO LOGGER DEFINED'); },\n trace: () => { console.error('LoggerProxy->trace#NO LOGGER DEFINED'); },\n debug: () => { console.error('LoggerProxy->debug#NO LOGGER DEFINED'); }\n }\n};\n\nLoggerProxy.set = (logger) => {\n if (!LoggerConfig.enable) {\n LoggerProxy.logger = {\n info: () => {},\n log: () => {},\n error: () => {},\n warn: () => {},\n trace: () => {},\n debug: () => {}\n };\n }\n else {\n LoggerProxy.logger = logger;\n }\n};\n\nLoggerProxy.get = () => LoggerProxy.logger;\n\nexport default LoggerProxy;\n"],"mappings":";;;;;;;;;;;;AAAA;;AAEA,IAAMA,WAAW,GAAG;EAClBC,MAAM,EAAE;IACNC,IAAI,EAAE,gBAAM;MAAEC,OAAO,CAACC,KAAR,CAAc,qCAAd;IAAuD,CAD/D;IAENC,GAAG,EAAE,eAAM;MAAEF,OAAO,CAACC,KAAR,CAAc,oCAAd;IAAsD,CAF7D;IAGNA,KAAK,EAAE,iBAAM;MAAED,OAAO,CAACC,KAAR,CAAc,sCAAd;IAAwD,CAHjE;IAINE,IAAI,EAAE,gBAAM;MAAEH,OAAO,CAACC,KAAR,CAAc,qCAAd;IAAuD,CAJ/D;IAKNG,KAAK,EAAE,iBAAM;MAAEJ,OAAO,CAACC,KAAR,CAAc,sCAAd;IAAwD,CALjE;IAMNI,KAAK,EAAE,iBAAM;MAAEL,OAAO,CAACC,KAAR,CAAc,sCAAd;IAAwD;EANjE;AADU,CAApB;;AAWAJ,WAAW,CAACS,GAAZ,GAAkB,UAACR,MAAD,EAAY;EAC5B,IAAI,CAACS,
|
|
1
|
+
{"version":3,"names":["LoggerProxy","logger","info","console","error","log","warn","trace","debug","set","LoggerConfig","enable","get"],"sources":["logger-proxy.js"],"sourcesContent":["import LoggerConfig from './logger-config';\n\nconst LoggerProxy = {\n logger: {\n info: () => { console.error('LoggerProxy->info#NO LOGGER DEFINED'); },\n log: () => { console.error('LoggerProxy->log#NO LOGGER DEFINED'); },\n error: () => { console.error('LoggerProxy->error#NO LOGGER DEFINED'); },\n warn: () => { console.error('LoggerProxy->warn#NO LOGGER DEFINED'); },\n trace: () => { console.error('LoggerProxy->trace#NO LOGGER DEFINED'); },\n debug: () => { console.error('LoggerProxy->debug#NO LOGGER DEFINED'); }\n }\n};\n\nLoggerProxy.set = (logger) => {\n if (!LoggerConfig.enable) {\n LoggerProxy.logger = {\n info: () => {},\n log: () => {},\n error: () => {},\n warn: () => {},\n trace: () => {},\n debug: () => {}\n };\n }\n else {\n LoggerProxy.logger = logger;\n }\n};\n\nLoggerProxy.get = () => LoggerProxy.logger;\n\nexport default LoggerProxy;\n"],"mappings":";;;;;;;;;;;;AAAA;;AAEA,IAAMA,WAAW,GAAG;EAClBC,MAAM,EAAE;IACNC,IAAI,EAAE,gBAAM;MAAEC,OAAO,CAACC,KAAR,CAAc,qCAAd;IAAuD,CAD/D;IAENC,GAAG,EAAE,eAAM;MAAEF,OAAO,CAACC,KAAR,CAAc,oCAAd;IAAsD,CAF7D;IAGNA,KAAK,EAAE,iBAAM;MAAED,OAAO,CAACC,KAAR,CAAc,sCAAd;IAAwD,CAHjE;IAINE,IAAI,EAAE,gBAAM;MAAEH,OAAO,CAACC,KAAR,CAAc,qCAAd;IAAuD,CAJ/D;IAKNG,KAAK,EAAE,iBAAM;MAAEJ,OAAO,CAACC,KAAR,CAAc,sCAAd;IAAwD,CALjE;IAMNI,KAAK,EAAE,iBAAM;MAAEL,OAAO,CAACC,KAAR,CAAc,sCAAd;IAAwD;EANjE;AADU,CAApB;;AAWAJ,WAAW,CAACS,GAAZ,GAAkB,UAACR,MAAD,EAAY;EAC5B,IAAI,CAACS,qBAAA,CAAaC,MAAlB,EAA0B;IACxBX,WAAW,CAACC,MAAZ,GAAqB;MACnBC,IAAI,EAAE,gBAAM,CAAE,CADK;MAEnBG,GAAG,EAAE,eAAM,CAAE,CAFM;MAGnBD,KAAK,EAAE,iBAAM,CAAE,CAHI;MAInBE,IAAI,EAAE,gBAAM,CAAE,CAJK;MAKnBC,KAAK,EAAE,iBAAM,CAAE,CALI;MAMnBC,KAAK,EAAE,iBAAM,CAAE;IANI,CAArB;EAQD,CATD,MAUK;IACHR,WAAW,CAACC,MAAZ,GAAqBA,MAArB;EACD;AACF,CAdD;;AAgBAD,WAAW,CAACY,GAAZ,GAAkB;EAAA,OAAMZ,WAAW,CAACC,MAAlB;AAAA,CAAlB;;eAEeD,W"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["LogsRequest","options","webex","id","feedbackId","uuid","v4","locusId","correlationId","meetingId","callStart","LoggerProxy","logger","info","internal","support","submitLogs","error","reject"],"sources":["request.js"],"sourcesContent":["import uuid from 'uuid';\n\nimport LoggerProxy from './logger-proxy';\n\n/**\n * @class LogsRequest\n */\nexport default class LogsRequest {\n /**\n *\n * @param {Object} options\n * @param {Object} options.webex Webex SDK instance\n * @param {ClientMetrics} metrics\n */\n constructor(options) {\n this.webex = options.webex;\n }\n\n /**\n * Uploads logs to the support server\n *\n * @param {Object} [options={}]\n * @param {String} [options.feedbackId=uuid.v4] ID used for tracking\n * @param {String} [options.locusId]\n * @param {String} [options.correlationId]\n * @param {String} [options.callStart] Call Start Time\n * @param {String} [options.meetingId] webex meeting ID\n * @returns {Promise.<String>} Feedback ID\n * @memberof LogsRequest\n */\n async uploadLogs(options = {}) {\n const id = options.feedbackId || uuid.v4();\n const {\n locusId, correlationId, meetingId, callStart\n } = options;\n\n LoggerProxy.logger.info(`Logs:request#uploadLogs --> uploading user logs for feedbackId: ${id}`);\n\n try {\n await this.webex.internal.support.submitLogs({\n feedbackId: id, locusId, correlationId, meetingId, callStart\n });\n }\n catch (error) {\n LoggerProxy.logger.error('Logs:request#uploadLogs --> uploading user logs failed', error);\n\n return Promise.reject(error);\n }\n\n return id;\n }\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA;;AAEA;;AAEA;AACA;AACA;IACqBA,W;EACnB;AACF;AACA;AACA;AACA;AACA;EACE,qBAAYC,OAAZ,EAAqB;IAAA;IACnB,KAAKC,KAAL,GAAaD,OAAO,CAACC,KAArB;EACD;EAED;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;gGACE;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;UAAA;YAAA;cAAA;gBAAiBD,OAAjB,2DAA2B,EAA3B;gBACQE,EADR,GACaF,OAAO,CAACG,UAAR,IAAsBC,
|
|
1
|
+
{"version":3,"names":["LogsRequest","options","webex","id","feedbackId","uuid","v4","locusId","correlationId","meetingId","callStart","LoggerProxy","logger","info","internal","support","submitLogs","error","reject"],"sources":["request.js"],"sourcesContent":["import uuid from 'uuid';\n\nimport LoggerProxy from './logger-proxy';\n\n/**\n * @class LogsRequest\n */\nexport default class LogsRequest {\n /**\n *\n * @param {Object} options\n * @param {Object} options.webex Webex SDK instance\n * @param {ClientMetrics} metrics\n */\n constructor(options) {\n this.webex = options.webex;\n }\n\n /**\n * Uploads logs to the support server\n *\n * @param {Object} [options={}]\n * @param {String} [options.feedbackId=uuid.v4] ID used for tracking\n * @param {String} [options.locusId]\n * @param {String} [options.correlationId]\n * @param {String} [options.callStart] Call Start Time\n * @param {String} [options.meetingId] webex meeting ID\n * @returns {Promise.<String>} Feedback ID\n * @memberof LogsRequest\n */\n async uploadLogs(options = {}) {\n const id = options.feedbackId || uuid.v4();\n const {\n locusId, correlationId, meetingId, callStart\n } = options;\n\n LoggerProxy.logger.info(`Logs:request#uploadLogs --> uploading user logs for feedbackId: ${id}`);\n\n try {\n await this.webex.internal.support.submitLogs({\n feedbackId: id, locusId, correlationId, meetingId, callStart\n });\n }\n catch (error) {\n LoggerProxy.logger.error('Logs:request#uploadLogs --> uploading user logs failed', error);\n\n return Promise.reject(error);\n }\n\n return id;\n }\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA;;AAEA;;AAEA;AACA;AACA;IACqBA,W;EACnB;AACF;AACA;AACA;AACA;AACA;EACE,qBAAYC,OAAZ,EAAqB;IAAA;IACnB,KAAKC,KAAL,GAAaD,OAAO,CAACC,KAArB;EACD;EAED;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;gGACE;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;UAAA;YAAA;cAAA;gBAAiBD,OAAjB,2DAA2B,EAA3B;gBACQE,EADR,GACaF,OAAO,CAACG,UAAR,IAAsBC,aAAA,CAAKC,EAAL,EADnC;gBAGIC,OAHJ,GAIMN,OAJN,CAGIM,OAHJ,EAGaC,aAHb,GAIMP,OAJN,CAGaO,aAHb,EAG4BC,SAH5B,GAIMR,OAJN,CAG4BQ,SAH5B,EAGuCC,SAHvC,GAIMT,OAJN,CAGuCS,SAHvC;;gBAMEC,oBAAA,CAAYC,MAAZ,CAAmBC,IAAnB,2EAA2FV,EAA3F;;gBANF;gBAAA;gBAAA,OASU,KAAKD,KAAL,CAAWY,QAAX,CAAoBC,OAApB,CAA4BC,UAA5B,CAAuC;kBAC3CZ,UAAU,EAAED,EAD+B;kBAC3BI,OAAO,EAAPA,OAD2B;kBAClBC,aAAa,EAAbA,aADkB;kBACHC,SAAS,EAATA,SADG;kBACQC,SAAS,EAATA;gBADR,CAAvC,CATV;;cAAA;gBAAA;gBAAA;;cAAA;gBAAA;gBAAA;;gBAcIC,oBAAA,CAAYC,MAAZ,CAAmBK,KAAnB,CAAyB,wDAAzB;;gBAdJ,iCAgBW,iBAAQC,MAAR,aAhBX;;cAAA;gBAAA,iCAmBSf,EAnBT;;cAAA;cAAA;gBAAA;YAAA;UAAA;QAAA;MAAA,C"}
|
package/dist/common/queue.js
CHANGED
|
@@ -14,6 +14,8 @@ var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime-corejs2/he
|
|
|
14
14
|
|
|
15
15
|
var _createClass2 = _interopRequireDefault(require("@babel/runtime-corejs2/helpers/createClass"));
|
|
16
16
|
|
|
17
|
+
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime-corejs2/helpers/defineProperty"));
|
|
18
|
+
|
|
17
19
|
/**
|
|
18
20
|
* Simple queue
|
|
19
21
|
*/
|
|
@@ -23,6 +25,7 @@ var SimpleQueue = /*#__PURE__*/function () {
|
|
|
23
25
|
*/
|
|
24
26
|
function SimpleQueue() {
|
|
25
27
|
(0, _classCallCheck2.default)(this, SimpleQueue);
|
|
28
|
+
(0, _defineProperty2.default)(this, "queue", void 0);
|
|
26
29
|
this.queue = [];
|
|
27
30
|
}
|
|
28
31
|
/**
|
package/dist/common/queue.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["SimpleQueue","queue","item","push","length","shift"],"sources":["queue.
|
|
1
|
+
{"version":3,"names":["SimpleQueue","queue","item","push","length","shift"],"sources":["queue.ts"],"sourcesContent":["/**\n * Simple queue\n */\nexport default class SimpleQueue {\n queue: any[];\n /**\n * @constructs SimpleQueue\n */\n constructor() {\n this.queue = [];\n }\n\n /**\n * Removes all of the elements from queue.\n * @returns {undefined}\n */\n clear() {\n this.queue = [];\n }\n\n /**\n * Inserts the specified element into the queue.\n * @param {object} item\n * @returns {undefined}\n */\n enqueue(item) {\n this.queue.push(item);\n }\n\n /**\n * Returns and removes the head of the queue.\n * Returns null if the queue is empty.\n * @returns {(object|null)} Queue item or null.\n */\n dequeue() {\n if (this.queue.length === 0) {\n return null;\n }\n\n return this.queue.shift();\n }\n\n /**\n * Returns the number of items in queue.\n * @returns {number}\n */\n size() {\n return this.queue.length;\n }\n}\n\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AACA;AACA;IACqBA,W;EAEnB;AACF;AACA;EACE,uBAAc;IAAA;IAAA;IACZ,KAAKC,KAAL,GAAa,EAAb;EACD;EAED;AACF;AACA;AACA;;;;;WACE,iBAAQ;MACN,KAAKA,KAAL,GAAa,EAAb;IACD;IAED;AACF;AACA;AACA;AACA;;;;WACE,iBAAQC,IAAR,EAAc;MACZ,KAAKD,KAAL,CAAWE,IAAX,CAAgBD,IAAhB;IACD;IAED;AACF;AACA;AACA;AACA;;;;WACE,mBAAU;MACR,IAAI,KAAKD,KAAL,CAAWG,MAAX,KAAsB,CAA1B,EAA6B;QAC3B,OAAO,IAAP;MACD;;MAED,OAAO,KAAKH,KAAL,CAAWI,KAAX,EAAP;IACD;IAED;AACF;AACA;AACA;;;;WACE,gBAAO;MACL,OAAO,KAAKJ,KAAL,CAAWG,MAAlB;IACD"}
|
package/dist/config.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["meetings","deviceType","WEB","mediaSettings","sendAudio","sendVideo","receiveAudio","receiveVideo","pstn","sendShare","receiveShare","reconnection","enabled","autoRejoin","detection","iceReconnectionTimeout","maxRejoinAttempts","stats","enableStatsAnalyzer","autoDowngradeEnabled","interval","analyzerInterval","historyMax","videoPacketLossRatioThreshold","rttThreshold","jitterThreshold","metrics","clientName","clientType","subClientType","mqaMetricsInterval","autoSendMQA","logging","enable","verboseEvents","resolution","maxWidth","maxHeight","idealWidth","idealHeight","screenResolution","bandwidth","audio","video","startBitrate","screenFrameRate","videoShareFrameRate","aspectRatio","autoUploadLogs","enableRtx","receiveTranscription","enableExtmap","experimental","enableMediaNegotiatedEvent","enableUnifiedMeetings","enableAdhocMeetings"],"sources":["config.js"],"sourcesContent":["import {\n deviceType\n} from '@webex/common';\n\nexport default {\n // TODO: this needs to be defaulted\n // to JS_SDK and clients set it to WEB or others\n // see https://jira-eng-gpk2.cisco.com/jira/browse/SPARK-73167\n meetings: {\n deviceType: deviceType.WEB,\n mediaSettings: {\n sendAudio: true,\n sendVideo: true,\n receiveAudio: true,\n receiveVideo: true,\n pstn: false,\n sendShare: false,\n receiveShare: false\n },\n reconnection: {\n enabled: false,\n autoRejoin: true,\n detection: true,\n // Timeout duration to wait for ICE to reconnect if a disconnect is received.\n iceReconnectionTimeout: 10000,\n // Amount of times attempting to rejoin a meeting during reconnect\n maxRejoinAttempts: 3\n },\n stats: {\n // Enable the webrtc stats analyzer that emits quality degradation events\n enableStatsAnalyzer: true,\n // Enable the auto downgrade video quality feature\n autoDowngradeEnabled: false,\n // 1 second intervals to collect stats data\n interval: 1000,\n // we just want to analyze data every 5 sec interval\n analyzerInterval: 5000,\n // hold the last 2 minute of a calls data\n historyMax: 120,\n // Once packet loss hits this ratio, the video will downgrade\n videoPacketLossRatioThreshold: 9, // comparison of packets lost / packets received\n rttThreshold: 500, // 500 ms noticeable quality lag begins based on bandwidth of user\n jitterThreshold: 500 // 500 ms noticeable quality lag begins based on bandwidth of user\n },\n metrics: {\n // change to your client name else data will be muddled\n // you do not need a specific format, and you do not need to register it\n clientName: 'WEBEX_JS_SDK',\n // TODO: for now this line has to be whitelisted, which is problematic for third party\n clientType: 'WEBEX_SDK',\n // Stores the sub client type used when sending metrics\n subClientType: 'WEB_APP',\n // send average values MQA in 60 second intervals\n mqaMetricsInterval: 60000,\n // send to cisco internal MQA data automatically\n // we already send CA\n autoSendMQA: true\n },\n logging: {\n enable: true,\n verboseEvents: true\n },\n resolution: {\n maxWidth: 1280,\n maxHeight: 720,\n idealWidth: 1280,\n idealHeight: 720\n },\n screenResolution: {\n maxWidth: 1920,\n maxHeight: 1080,\n idealWidth: 1920,\n idealHeight: 1080\n },\n bandwidth: {\n // please note, these are the maximum bandwidth values\n // the server supports, minimums have to be tested\n audio: 64000,\n video: 4000000,\n startBitrate: 2000\n },\n screenFrameRate: 10,\n videoShareFrameRate: 30,\n aspectRatio: 1.7695852534562213,\n // When enabled, as calls are ended, it will upload the SDK logs and correlate them\n autoUploadLogs: true,\n enableRtx: true,\n receiveTranscription: false,\n enableExtmap: false,\n experimental: {\n enableMediaNegotiatedEvent: false,\n enableUnifiedMeetings: false,\n enableAdhocMeetings: false\n }\n }\n};\n"],"mappings":";;;;;;;;;;AAAA;;eAIe;EACb;EACA;EACA;EACAA,QAAQ,EAAE;IACRC,UAAU,EAAEA,
|
|
1
|
+
{"version":3,"names":["meetings","deviceType","WEB","mediaSettings","sendAudio","sendVideo","receiveAudio","receiveVideo","pstn","sendShare","receiveShare","reconnection","enabled","autoRejoin","detection","iceReconnectionTimeout","maxRejoinAttempts","stats","enableStatsAnalyzer","autoDowngradeEnabled","interval","analyzerInterval","historyMax","videoPacketLossRatioThreshold","rttThreshold","jitterThreshold","metrics","clientName","clientType","subClientType","mqaMetricsInterval","autoSendMQA","logging","enable","verboseEvents","resolution","maxWidth","maxHeight","idealWidth","idealHeight","screenResolution","bandwidth","audio","video","startBitrate","screenFrameRate","videoShareFrameRate","aspectRatio","autoUploadLogs","enableRtx","receiveTranscription","enableExtmap","experimental","enableMediaNegotiatedEvent","enableUnifiedMeetings","enableAdhocMeetings"],"sources":["config.js"],"sourcesContent":["import {\n deviceType\n} from '@webex/common';\n\nexport default {\n // TODO: this needs to be defaulted\n // to JS_SDK and clients set it to WEB or others\n // see https://jira-eng-gpk2.cisco.com/jira/browse/SPARK-73167\n meetings: {\n deviceType: deviceType.WEB,\n mediaSettings: {\n sendAudio: true,\n sendVideo: true,\n receiveAudio: true,\n receiveVideo: true,\n pstn: false,\n sendShare: false,\n receiveShare: false\n },\n reconnection: {\n enabled: false,\n autoRejoin: true,\n detection: true,\n // Timeout duration to wait for ICE to reconnect if a disconnect is received.\n iceReconnectionTimeout: 10000,\n // Amount of times attempting to rejoin a meeting during reconnect\n maxRejoinAttempts: 3\n },\n stats: {\n // Enable the webrtc stats analyzer that emits quality degradation events\n enableStatsAnalyzer: true,\n // Enable the auto downgrade video quality feature\n autoDowngradeEnabled: false,\n // 1 second intervals to collect stats data\n interval: 1000,\n // we just want to analyze data every 5 sec interval\n analyzerInterval: 5000,\n // hold the last 2 minute of a calls data\n historyMax: 120,\n // Once packet loss hits this ratio, the video will downgrade\n videoPacketLossRatioThreshold: 9, // comparison of packets lost / packets received\n rttThreshold: 500, // 500 ms noticeable quality lag begins based on bandwidth of user\n jitterThreshold: 500 // 500 ms noticeable quality lag begins based on bandwidth of user\n },\n metrics: {\n // change to your client name else data will be muddled\n // you do not need a specific format, and you do not need to register it\n clientName: 'WEBEX_JS_SDK',\n // TODO: for now this line has to be whitelisted, which is problematic for third party\n clientType: 'WEBEX_SDK',\n // Stores the sub client type used when sending metrics\n subClientType: 'WEB_APP',\n // send average values MQA in 60 second intervals\n mqaMetricsInterval: 60000,\n // send to cisco internal MQA data automatically\n // we already send CA\n autoSendMQA: true\n },\n logging: {\n enable: true,\n verboseEvents: true\n },\n resolution: {\n maxWidth: 1280,\n maxHeight: 720,\n idealWidth: 1280,\n idealHeight: 720\n },\n screenResolution: {\n maxWidth: 1920,\n maxHeight: 1080,\n idealWidth: 1920,\n idealHeight: 1080\n },\n bandwidth: {\n // please note, these are the maximum bandwidth values\n // the server supports, minimums have to be tested\n audio: 64000,\n video: 4000000,\n startBitrate: 2000\n },\n screenFrameRate: 10,\n videoShareFrameRate: 30,\n aspectRatio: 1.7695852534562213,\n // When enabled, as calls are ended, it will upload the SDK logs and correlate them\n autoUploadLogs: true,\n enableRtx: true,\n receiveTranscription: false,\n enableExtmap: false,\n experimental: {\n enableMediaNegotiatedEvent: false,\n enableUnifiedMeetings: false,\n enableAdhocMeetings: false\n }\n }\n};\n"],"mappings":";;;;;;;;;;AAAA;;eAIe;EACb;EACA;EACA;EACAA,QAAQ,EAAE;IACRC,UAAU,EAAEA,kBAAA,CAAWC,GADf;IAERC,aAAa,EAAE;MACbC,SAAS,EAAE,IADE;MAEbC,SAAS,EAAE,IAFE;MAGbC,YAAY,EAAE,IAHD;MAIbC,YAAY,EAAE,IAJD;MAKbC,IAAI,EAAE,KALO;MAMbC,SAAS,EAAE,KANE;MAObC,YAAY,EAAE;IAPD,CAFP;IAWRC,YAAY,EAAE;MACZC,OAAO,EAAE,KADG;MAEZC,UAAU,EAAE,IAFA;MAGZC,SAAS,EAAE,IAHC;MAIZ;MACAC,sBAAsB,EAAE,KALZ;MAMZ;MACAC,iBAAiB,EAAE;IAPP,CAXN;IAoBRC,KAAK,EAAE;MACL;MACAC,mBAAmB,EAAE,IAFhB;MAGL;MACAC,oBAAoB,EAAE,KAJjB;MAKL;MACAC,QAAQ,EAAE,IANL;MAOL;MACAC,gBAAgB,EAAE,IARb;MASL;MACAC,UAAU,EAAE,GAVP;MAWL;MACAC,6BAA6B,EAAE,CAZ1B;MAY6B;MAClCC,YAAY,EAAE,GAbT;MAac;MACnBC,eAAe,EAAE,GAdZ,CAcgB;;IAdhB,CApBC;IAoCRC,OAAO,EAAE;MACP;MACA;MACAC,UAAU,EAAE,cAHL;MAIP;MACAC,UAAU,EAAE,WALL;MAMP;MACAC,aAAa,EAAE,SAPR;MAQP;MACAC,kBAAkB,EAAE,KATb;MAUP;MACA;MACAC,WAAW,EAAE;IAZN,CApCD;IAkDRC,OAAO,EAAE;MACPC,MAAM,EAAE,IADD;MAEPC,aAAa,EAAE;IAFR,CAlDD;IAsDRC,UAAU,EAAE;MACVC,QAAQ,EAAE,IADA;MAEVC,SAAS,EAAE,GAFD;MAGVC,UAAU,EAAE,IAHF;MAIVC,WAAW,EAAE;IAJH,CAtDJ;IA4DRC,gBAAgB,EAAE;MAChBJ,QAAQ,EAAE,IADM;MAEhBC,SAAS,EAAE,IAFK;MAGhBC,UAAU,EAAE,IAHI;MAIhBC,WAAW,EAAE;IAJG,CA5DV;IAkERE,SAAS,EAAE;MACT;MACA;MACAC,KAAK,EAAE,KAHE;MAITC,KAAK,EAAE,OAJE;MAKTC,YAAY,EAAE;IALL,CAlEH;IAyERC,eAAe,EAAE,EAzET;IA0ERC,mBAAmB,EAAE,EA1Eb;IA2ERC,WAAW,EAAE,kBA3EL;IA4ER;IACAC,cAAc,EAAE,IA7ER;IA8ERC,SAAS,EAAE,IA9EH;IA+ERC,oBAAoB,EAAE,KA/Ed;IAgFRC,YAAY,EAAE,KAhFN;IAiFRC,YAAY,EAAE;MACZC,0BAA0B,EAAE,KADhB;MAEZC,qBAAqB,EAAE,KAFX;MAGZC,mBAAmB,EAAE;IAHT;EAjFN;AAJG,C"}
|