\n {stopped ? (\n
\n ) : (\n
\n );\n }\n}\n","/**\n * ```typescript\n * parseLocationSearchParamsToJSON('a=1&b=2&c=3'); //=> {a: 1, b: 2, c: 3}\n * parseLocationSearchParamsToJSON('?a=1&b=2'); //=> {a: 1, b: 2}\n * parseLocationSearchParamsToJSON(''); //=> {}\n * ```\n */\nexport function parseLocationSearchParamsToJSON(paramsString?: string): Record
{\n const result = {};\n\n if (!paramsString) {\n return result;\n }\n\n if (paramsString.startsWith('?')) {\n paramsString = paramsString.substr(1);\n }\n\n paramsString.split('&').forEach(param => {\n const [\n key = '',\n value = '',\n ] = param.split('=');\n result[key] = value;\n });\n\n return result;\n}\n","import React from 'react';\nimport ReactDOM from 'react-dom';\nimport {PublicTranscribeRoot} from 'app/components/Root/publicTranscribe';\n\ndocument.addEventListener('DOMContentLoaded', () => {\n ReactDOM.render(React.createElement(PublicTranscribeRoot), document.querySelector('#app'));\n});\n","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\tid: moduleId,\n\t\tloaded: false,\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n\t// Flag the module as loaded\n\tmodule.loaded = true;\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n// expose the modules object (__webpack_modules__)\n__webpack_require__.m = __webpack_modules__;\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = function(module) {\n\tvar getter = module && module.__esModule ?\n\t\tfunction() { return module['default']; } :\n\t\tfunction() { return module; };\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = function(exports, definition) {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","// The chunk loading function for additional chunks\n// Since all referenced chunks are already included\n// in this file, this function is empty here.\n__webpack_require__.e = function() { return Promise.resolve(); };","__webpack_require__.g = (function() {\n\tif (typeof globalThis === 'object') return globalThis;\n\ttry {\n\t\treturn this || new Function('return this')();\n\t} catch (e) {\n\t\tif (typeof window === 'object') return window;\n\t}\n})();","__webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }","// define __esModule on exports\n__webpack_require__.r = function(exports) {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","__webpack_require__.nmd = function(module) {\n\tmodule.paths = [];\n\tif (!module.children) module.children = [];\n\treturn module;\n};","__webpack_require__.j = 517;","// no baseURI\n\n// object to store loaded and loading chunks\n// undefined = chunk not loaded, null = chunk preloaded/prefetched\n// [resolve, reject, Promise] = chunk loading, 0 = chunk loaded\nvar installedChunks = {\n\t517: 0\n};\n\n// no chunk on demand loading\n\n// no prefetching\n\n// no preloaded\n\n// no HMR\n\n// no HMR manifest\n\n__webpack_require__.O.j = function(chunkId) { return installedChunks[chunkId] === 0; };\n\n// install a JSONP callback for chunk loading\nvar webpackJsonpCallback = function(parentChunkLoadingFunction, data) {\n\tvar chunkIds = data[0];\n\tvar moreModules = data[1];\n\tvar runtime = data[2];\n\t// add \"moreModules\" to the modules object,\n\t// then flag all \"chunkIds\" as loaded and fire callback\n\tvar moduleId, chunkId, i = 0;\n\tif(chunkIds.some(function(id) { return installedChunks[id] !== 0; })) {\n\t\tfor(moduleId in moreModules) {\n\t\t\tif(__webpack_require__.o(moreModules, moduleId)) {\n\t\t\t\t__webpack_require__.m[moduleId] = moreModules[moduleId];\n\t\t\t}\n\t\t}\n\t\tif(runtime) var result = runtime(__webpack_require__);\n\t}\n\tif(parentChunkLoadingFunction) parentChunkLoadingFunction(data);\n\tfor(;i < chunkIds.length; i++) {\n\t\tchunkId = chunkIds[i];\n\t\tif(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {\n\t\t\tinstalledChunks[chunkId][0]();\n\t\t}\n\t\tinstalledChunks[chunkId] = 0;\n\t}\n\treturn __webpack_require__.O(result);\n}\n\nvar chunkLoadingGlobal = self[\"webpackChunkepiphan\"] = self[\"webpackChunkepiphan\"] || [];\nchunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));\nchunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));","// startup\n// Load entry module and return exports\n// This entry module depends on other loaded chunks and execution need to be delayed\nvar __webpack_exports__ = __webpack_require__.O(undefined, [736], function() { return __webpack_require__(13618); })\n__webpack_exports__ = __webpack_require__.O(__webpack_exports__);\n"],"names":["deferred","leafPrototypes","getProto","THEME","VARIANT","SIZE","SORT_DIRECTION","UserRole","Master","Owner","Operator","Editor","UserLoginType","KeyboardCode","isNil","value","symbol","Icon","constructor","className","this","undefined","Error","arg","names","Array","isArray","name","trim","dataId","testAttr","onclick","cb","label","text","placement","class","labelText","labelPlacement","reactComponent","onClick","size","XS","S","M","L","XL","XXL","theme","PRIMARY","SUCCESS","WARNING","DANGER","SECONDARY","SvgIcon","svg","super","icon","xlinkHref","id","key","Icons","accountBox","addPaymentMethod","archive","arrowDown","arrowLeft","arrowLightRight","arrowRight","arrowTwoWay","arrowUp","attention","audioControl","backward","backLeft","bell","bracketLeft","bracketRight","calendar","caretThin","caretTriangle","chain","check","checkCircle","checkboxChecked","checkboxUnchecked","checkmark","close","creditCard","cross","coupon","copy","deviceCircuit","devicePresetLastApplied","devices","down","download","downloadSimple","edit","effects","ellipsis","exclamation","fair","facebook","filter","fleet","forward","fullscreen","gridView","groupFolder","groupFolderStroke","groupMove","groupRemove","helpCircle","infinity","home","info","invite","keyframe","layout","lightning","link","listView","liveScrypt","loadingDots","lock","logout","money","movie","notifications","pause","play","plus","plusCircle","post","powerOff","preferences","prepostroll","preset","record","recordEvent","remove","render","required","resizer","retry","save","search","searchMinus","searchPlus","selectPreset","send","settings","share","sliders","spinner","srt","star","starActive","stop","streaming","streamingEvent","subscriptions","switchOff","switchOn","teams","timer","trash","twitter","unlink","updateFirmware","upload","urlGoArrow","urlGoBackArrow","user","users","videocamera","volume","videoFile","warning","youtube","facebookStreamingService","facebookStreamingServiceSmall","youtubeStreamingService","youtubeStreamingServiceSmall","twitchStreamingService","twitch","twitchStreamingServiceSmall","rtmpStreamingService","rtmp","rtmpStreamingServiceSmall","batchForStreamingUpgradeToPro","deviceGroupingUpgradeToPro","highDefinitionVideoUpgradeToPro","devicePresetAfu","devicePresetEpiphanCloud","devicePresetChannels","devicePresetCms","devicePresetDisplays","devicePresetEdid","devicePresetFrontScreen","devicePresetNetwork","devicePresetSources","devicePresetSystem","teamPresetsFreePlanPlaceholderFile","cms","events","eventFreePlan","eventCMSIsTurnedOff","eventNoDevices","virtualDevice","guideIcon","virtualDeviceIcon","projectIconColored","microsoftTeams","videoOn","videoOff","microOn","microOff","options","disconnectedSource","zoom","account","savings","edge","connect","unify","trimTranscript","transcript","itemsCount","slice","TranscribingText","Component","props","state","componentDidUpdate","prevProps","prevIds","reduce","acc","b","partial","add","Set","forEach","item","new","has","setState","paused","disabled","placeholder","transcriptProps","rest","length","map","ApiResponseStatus","ApiResponseNumeralStatus","TeamMemberStatus","noop","_args","LongPoll","call","pollTimeout","failPollTimeout","checkUpdated","onUpdate","onStart","onStop","checkUpdatedCb","onUpdateCb","onStartCb","onStopCb","start","stopped","_onStart","_run","abortRequest","window","clearTimeout","timeout","_onStop","_checkUpdated","response","_onUpdate","immediately","_fetch","failed","setTimeout","getAbort","abort","then","status","Ok","NoContent","catch","DIVIDER","isDivider","character","trimEndSlash","string","trimAllSlashes","substr","trimStartSlash","Url","join","urls","url","url1","url2","String","processValue","decodeURI","decodeURIComponent","encodeURIComponent","MediaType","isString","RequestMethod","Chain","parent","endpoints","cache","onAjaxError","_generateEndpoints","endpointName","endpointOptions","Object","entries","params","childEndpoints","customUrl","__url__","__nocache__","noTeam","__noteam__","protocol","__protocol__","Endpoint","traverseUp","fn","node","_id","redrawAfterRequest","get","bind","put","delete","_getUrlPart","paramsAcc","queryString","queryStringSorted","fetchRequest","method","data","contentType","Json","headers","abortController","body","AbortController","Get","unset","joinSymbol","includes","JSON","stringify","Promise","resolve","reject","signal","error","err","console","getResponse","getOrElse","Post","Put","Delete","postForm","XWwwFormUrlencoded","json","push","Service","version","getCurrentTeamId","minutesToSeconds","minutes","DEFAULT_GARBAGE_COLLECTION_TIMEOUT","seconds","secondsToMilliseconds","Cache","expireMs","garbageCollectionTimeout","Map","garbageCollectionTimeoutId","garbageCollection","storage","isExpired","Date","now","set","time","elseValue","destroy","removeOldValues","Api","baseUrl","_teamId","emitter","addService","handleAjaxError","addCachedService","host","split","location","setCurrentTeamId","teamId","listener","ajaxErrorHandlers","ajaxErrorHandler","Dispatcher","_verifyListenersCount","eventsListeners","_impl","eventNames","count","listenerCount","sort","a","eventWithMaxListeners","find","_currentMaxListeners","warn","on","eventName","removeListener","emit","payload","cirrusApi","billing","plan","plans","v2","econnect","prices","files","alerts","dictionary","devicenumbers","task","live","batch_task","commands","preview","hls","playlist","snapshot","source","sources","afu","network","stream","unpair","streams","transcribe","configuration","resume","request","channel_previews","source_previews","audio_levels","presets","cloud","local","rename","remote_login","vpearls","vpearl","update","system","ssrt","inputs","firmware","pairing_stick","groups","device","move","batch","ungroup","attach","test","destinations","transcribing","result","sessions","clear","txt","oauth","google","internal_cognito","me","device_alerts","team","accept","decline","all_device_alerts","unread_device_alerts","acknowledge_device_alerts","agreement","policy","master","invoice","payment_info","validate","activate","switch_to_ibb","cancel_switch_to_ibb","history","pdf","subscribe","unsubscribe","tokens","versions","connections","box","dropbox","pair","ms","tenant","shareable_link","meetings","disconnect","participants","mute","injection","password","permissions","calls","ms_tenants","health","zoomAccounts","ws","schedule","refresh","action","extend","confirm","current_event","current_events","control","current","eventrules","filemanager","v1","windows","front","maintenance","processResponseData","Unauthorized","URLSearchParams","append","pathname","hash","URL","origin","toString","assign","MethodNotAllowed","ErrorData","NewTeam","href","finally","log","TranscribingLP","deviceId","_deviceId","_abortRequest","_call","_version","_lp","stop_time","_paused","once","cirrusPublicTranscribeApi","public","changes","publicTranscribeApi","TranscriptionStoppedScreen","src","alt","width","height","PublicTranscribeRoot","createRef","parsed","paramsString","startsWith","param","parseLocationSearchParamsToJSON","lp","transcribedIds","scrolledToBottom","partialTranscript","componentDidMount","getSnapshotBeforeUpdate","element","scrollContainerRef","scrollHeight","clientHeight","scrollTop","containerEndRef","scrollIntoView","behavior","ref","document","addEventListener","querySelector","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","exports","module","loaded","__webpack_modules__","m","O","chunkIds","priority","notFulfilled","Infinity","i","fulfilled","j","keys","every","splice","r","n","getter","__esModule","d","getPrototypeOf","obj","__proto__","t","mode","ns","create","def","indexOf","getOwnPropertyNames","definition","o","defineProperty","enumerable","e","g","globalThis","Function","prop","prototype","hasOwnProperty","Symbol","toStringTag","nmd","paths","children","installedChunks","chunkId","webpackJsonpCallback","parentChunkLoadingFunction","moreModules","runtime","some","chunkLoadingGlobal","self","__webpack_exports__"],"sourceRoot":""}