@webex/webrtc 2.42.0 → 2.43.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/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["WebRTC","console","log"],"sources":["index.js"],"sourcesContent":["/* eslint-disable no-console */\n\n/*!\n * Copyright (c) 2015-2020 Cisco Systems, Inc. See LICENSE file.\n */\n\n/**\n * APIs to talk with the browser.\n * This package could be used by any third-party project.\n */\nexport default class WebRTC {\n /**\n * Print stats to console.\n * @returns {undefined}\n */\n printStatsToConsole() {\n console.log('stats');\n }\n\n /**\n * Get history.\n * @returns {Object}\n */\n getHistory() {\n return {};\n }\n\n /**\n * Get info before analysis.\n * @returns {Object}\n */\n getRawInfo() {\n return {};\n }\n\n /**\n * Set peer connection and video.\n * TODO: Should this be split into explicit calls?\n * e.g., setPeerConnection, setVideo\n * @returns {undefined}\n */\n setPeerConnectionAndVideo() {}\n}\n"],"mappings":";;;;;;;;;;AAAA;AAEA;AACA;AACA;AAEA;AACA;AACA;AACA;AAHA,IAIqBA,MAAM;EAAA;IAAA;EAAA;EAAA;
|
|
1
|
+
{"version":3,"names":["WebRTC","_classCallCheck2","default","_createClass2","key","value","printStatsToConsole","console","log","getHistory","getRawInfo","setPeerConnectionAndVideo","exports"],"sources":["index.js"],"sourcesContent":["/* eslint-disable no-console */\n\n/*!\n * Copyright (c) 2015-2020 Cisco Systems, Inc. See LICENSE file.\n */\n\n/**\n * APIs to talk with the browser.\n * This package could be used by any third-party project.\n */\nexport default class WebRTC {\n /**\n * Print stats to console.\n * @returns {undefined}\n */\n printStatsToConsole() {\n console.log('stats');\n }\n\n /**\n * Get history.\n * @returns {Object}\n */\n getHistory() {\n return {};\n }\n\n /**\n * Get info before analysis.\n * @returns {Object}\n */\n getRawInfo() {\n return {};\n }\n\n /**\n * Set peer connection and video.\n * TODO: Should this be split into explicit calls?\n * e.g., setPeerConnection, setVideo\n * @returns {undefined}\n */\n setPeerConnectionAndVideo() {}\n}\n"],"mappings":";;;;;;;;;;AAAA;AAEA;AACA;AACA;AAEA;AACA;AACA;AACA;AAHA,IAIqBA,MAAM;EAAA,SAAAA,OAAA;IAAA,IAAAC,gBAAA,CAAAC,OAAA,QAAAF,MAAA;EAAA;EAAA,IAAAG,aAAA,CAAAD,OAAA,EAAAF,MAAA;IAAAI,GAAA;IAAAC,KAAA;IACzB;AACF;AACA;AACA;IACE,SAAAC,oBAAA,EAAsB;MACpBC,OAAO,CAACC,GAAG,CAAC,OAAO,CAAC;IACtB;;IAEA;AACF;AACA;AACA;EAHE;IAAAJ,GAAA;IAAAC,KAAA,EAIA,SAAAI,WAAA,EAAa;MACX,OAAO,CAAC,CAAC;IACX;;IAEA;AACF;AACA;AACA;EAHE;IAAAL,GAAA;IAAAC,KAAA,EAIA,SAAAK,WAAA,EAAa;MACX,OAAO,CAAC,CAAC;IACX;;IAEA;AACF;AACA;AACA;AACA;AACA;EALE;IAAAN,GAAA;IAAAC,KAAA,EAMA,SAAAM,0BAAA,EAA4B,CAAC;EAAC;EAAA,OAAAX,MAAA;AAAA;AAAAY,OAAA,CAAAV,OAAA,GAAAF,MAAA"}
|