@cloudflare/realtimekit 0.5.0-staging.94 → 0.5.0-staging.95
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/browser.js +15 -15
- package/dist/index.cjs.js +15 -15
- package/dist/index.es.js +694 -689
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
var RealtimeKitClient=function(){"use strict";var fc,nE=new Uint8Array(16);function iE(){if(!fc&&(fc=typeof crypto!="undefined"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||typeof msCrypto!="undefined"&&typeof msCrypto.getRandomValues=="function"&&msCrypto.getRandomValues.bind(msCrypto),!fc))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return fc(nE)}var sE=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;function zl(t){return typeof t=="string"&&sE.test(t)}for(var mt=[],Yl=0;Yl<256;++Yl)mt.push((Yl+256).toString(16).substr(1));function aE(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,r=(mt[t[e+0]]+mt[t[e+1]]+mt[t[e+2]]+mt[t[e+3]]+"-"+mt[t[e+4]]+mt[t[e+5]]+"-"+mt[t[e+6]]+mt[t[e+7]]+"-"+mt[t[e+8]]+mt[t[e+9]]+"-"+mt[t[e+10]]+mt[t[e+11]]+mt[t[e+12]]+mt[t[e+13]]+mt[t[e+14]]+mt[t[e+15]]).toLowerCase();if(!zl(r))throw TypeError("Stringified UUID is invalid");return r}function rs(t,e,r){t=t||{};var n=t.random||(t.rng||iE)();if(n[6]=n[6]&15|64,n[8]=n[8]&63|128,e){r=r||0;for(var i=0;i<16;++i)e[r+i]=n[i];return e}return aE(n)}const oE={"Amazon Silk":"amazon_silk","Android Browser":"android",Bada:"bada",BlackBerry:"blackberry",Chrome:"chrome",Chromium:"chromium",Electron:"electron",Epiphany:"epiphany",Firefox:"firefox",Focus:"focus",Generic:"generic","Google Search":"google_search",Googlebot:"googlebot","Internet Explorer":"ie","K-Meleon":"k_meleon",Maxthon:"maxthon","Microsoft Edge":"edge","MZ Browser":"mz","NAVER Whale Browser":"naver",Opera:"opera","Opera Coast":"opera_coast",PhantomJS:"phantomjs",Puffin:"puffin",QupZilla:"qupzilla",QQ:"qq",QQLite:"qqlite",Safari:"safari",Sailfish:"sailfish","Samsung Internet for Android":"samsung_internet",SeaMonkey:"seamonkey",Sleipnir:"sleipnir",Swing:"swing",Tizen:"tizen","UC Browser":"uc",Vivaldi:"vivaldi","WebOS Browser":"webos",WeChat:"wechat","Yandex Browser":"yandex",Roku:"roku"},sm={amazon_silk:"Amazon Silk",android:"Android Browser",bada:"Bada",blackberry:"BlackBerry",chrome:"Chrome",chromium:"Chromium",electron:"Electron",epiphany:"Epiphany",firefox:"Firefox",focus:"Focus",generic:"Generic",googlebot:"Googlebot",google_search:"Google Search",ie:"Internet Explorer",k_meleon:"K-Meleon",maxthon:"Maxthon",edge:"Microsoft Edge",mz:"MZ Browser",naver:"NAVER Whale Browser",opera:"Opera",opera_coast:"Opera Coast",phantomjs:"PhantomJS",puffin:"Puffin",qupzilla:"QupZilla",qq:"QQ Browser",qqlite:"QQ Browser Lite",safari:"Safari",sailfish:"Sailfish",samsung_internet:"Samsung Internet for Android",seamonkey:"SeaMonkey",sleipnir:"Sleipnir",swing:"Swing",tizen:"Tizen",uc:"UC Browser",vivaldi:"Vivaldi",webos:"WebOS Browser",wechat:"WeChat",yandex:"Yandex Browser"},ze={tablet:"tablet",mobile:"mobile",desktop:"desktop",tv:"tv"},_t={WindowsPhone:"Windows Phone",Windows:"Windows",MacOS:"macOS",iOS:"iOS",Android:"Android",WebOS:"WebOS",BlackBerry:"BlackBerry",Bada:"Bada",Tizen:"Tizen",Linux:"Linux",ChromeOS:"Chrome OS",PlayStation4:"PlayStation 4",Roku:"Roku"},_n={EdgeHTML:"EdgeHTML",Blink:"Blink",Trident:"Trident",Presto:"Presto",Gecko:"Gecko",WebKit:"WebKit"};class N{static getFirstMatch(e,r){const n=r.match(e);return n&&n.length>0&&n[1]||""}static getSecondMatch(e,r){const n=r.match(e);return n&&n.length>1&&n[2]||""}static matchAndReturnConst(e,r,n){if(e.test(r))return n}static getWindowsVersionName(e){switch(e){case"NT":return"NT";case"XP":return"XP";case"NT 5.0":return"2000";case"NT 5.1":return"XP";case"NT 5.2":return"2003";case"NT 6.0":return"Vista";case"NT 6.1":return"7";case"NT 6.2":return"8";case"NT 6.3":return"8.1";case"NT 10.0":return"10";default:return}}static getMacOSVersionName(e){const r=e.split(".").splice(0,2).map(n=>parseInt(n,10)||0);if(r.push(0),r[0]===10)switch(r[1]){case 5:return"Leopard";case 6:return"Snow Leopard";case 7:return"Lion";case 8:return"Mountain Lion";case 9:return"Mavericks";case 10:return"Yosemite";case 11:return"El Capitan";case 12:return"Sierra";case 13:return"High Sierra";case 14:return"Mojave";case 15:return"Catalina";default:return}}static getAndroidVersionName(e){const r=e.split(".").splice(0,2).map(n=>parseInt(n,10)||0);if(r.push(0),!(r[0]===1&&r[1]<5)){if(r[0]===1&&r[1]<6)return"Cupcake";if(r[0]===1&&r[1]>=6)return"Donut";if(r[0]===2&&r[1]<2)return"Eclair";if(r[0]===2&&r[1]===2)return"Froyo";if(r[0]===2&&r[1]>2)return"Gingerbread";if(r[0]===3)return"Honeycomb";if(r[0]===4&&r[1]<1)return"Ice Cream Sandwich";if(r[0]===4&&r[1]<4)return"Jelly Bean";if(r[0]===4&&r[1]>=4)return"KitKat";if(r[0]===5)return"Lollipop";if(r[0]===6)return"Marshmallow";if(r[0]===7)return"Nougat";if(r[0]===8)return"Oreo";if(r[0]===9)return"Pie"}}static getVersionPrecision(e){return e.split(".").length}static compareVersions(e,r,n=!1){const i=N.getVersionPrecision(e),s=N.getVersionPrecision(r);let a=Math.max(i,s),c=0;const d=N.map([e,r],l=>{const p=a-N.getVersionPrecision(l),m=l+new Array(p+1).join(".0");return N.map(m.split("."),S=>new Array(20-S.length).join("0")+S).reverse()});for(n&&(c=a-Math.min(i,s)),a-=1;a>=c;){if(d[0][a]>d[1][a])return 1;if(d[0][a]===d[1][a]){if(a===c)return 0;a-=1}else if(d[0][a]<d[1][a])return-1}}static map(e,r){const n=[];let i;if(Array.prototype.map)return Array.prototype.map.call(e,r);for(i=0;i<e.length;i+=1)n.push(r(e[i]));return n}static find(e,r){let n,i;if(Array.prototype.find)return Array.prototype.find.call(e,r);for(n=0,i=e.length;n<i;n+=1){const s=e[n];if(r(s,n))return s}}static assign(e,...r){const n=e;let i,s;if(Object.assign)return Object.assign(e,...r);for(i=0,s=r.length;i<s;i+=1){const a=r[i];typeof a=="object"&&a!==null&&Object.keys(a).forEach(d=>{n[d]=a[d]})}return e}static getBrowserAlias(e){return oE[e]}static getBrowserTypeByAlias(e){return sm[e]||""}}const ye=/version\/(\d+(\.?_?\d+)+)/i,cE=[{test:[/googlebot/i],describe(t){const e={name:"Googlebot"},r=N.getFirstMatch(/googlebot\/(\d+(\.\d+))/i,t)||N.getFirstMatch(ye,t);return r&&(e.version=r),e}},{test:[/opera/i],describe(t){const e={name:"Opera"},r=N.getFirstMatch(ye,t)||N.getFirstMatch(/(?:opera)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/opr\/|opios/i],describe(t){const e={name:"Opera"},r=N.getFirstMatch(/(?:opr|opios)[\s/](\S+)/i,t)||N.getFirstMatch(ye,t);return r&&(e.version=r),e}},{test:[/SamsungBrowser/i],describe(t){const e={name:"Samsung Internet for Android"},r=N.getFirstMatch(ye,t)||N.getFirstMatch(/(?:SamsungBrowser)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/Whale/i],describe(t){const e={name:"NAVER Whale Browser"},r=N.getFirstMatch(ye,t)||N.getFirstMatch(/(?:whale)[\s/](\d+(?:\.\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/MZBrowser/i],describe(t){const e={name:"MZ Browser"},r=N.getFirstMatch(/(?:MZBrowser)[\s/](\d+(?:\.\d+)+)/i,t)||N.getFirstMatch(ye,t);return r&&(e.version=r),e}},{test:[/focus/i],describe(t){const e={name:"Focus"},r=N.getFirstMatch(/(?:focus)[\s/](\d+(?:\.\d+)+)/i,t)||N.getFirstMatch(ye,t);return r&&(e.version=r),e}},{test:[/swing/i],describe(t){const e={name:"Swing"},r=N.getFirstMatch(/(?:swing)[\s/](\d+(?:\.\d+)+)/i,t)||N.getFirstMatch(ye,t);return r&&(e.version=r),e}},{test:[/coast/i],describe(t){const e={name:"Opera Coast"},r=N.getFirstMatch(ye,t)||N.getFirstMatch(/(?:coast)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/opt\/\d+(?:.?_?\d+)+/i],describe(t){const e={name:"Opera Touch"},r=N.getFirstMatch(/(?:opt)[\s/](\d+(\.?_?\d+)+)/i,t)||N.getFirstMatch(ye,t);return r&&(e.version=r),e}},{test:[/yabrowser/i],describe(t){const e={name:"Yandex Browser"},r=N.getFirstMatch(/(?:yabrowser)[\s/](\d+(\.?_?\d+)+)/i,t)||N.getFirstMatch(ye,t);return r&&(e.version=r),e}},{test:[/ucbrowser/i],describe(t){const e={name:"UC Browser"},r=N.getFirstMatch(ye,t)||N.getFirstMatch(/(?:ucbrowser)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/Maxthon|mxios/i],describe(t){const e={name:"Maxthon"},r=N.getFirstMatch(ye,t)||N.getFirstMatch(/(?:Maxthon|mxios)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/epiphany/i],describe(t){const e={name:"Epiphany"},r=N.getFirstMatch(ye,t)||N.getFirstMatch(/(?:epiphany)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/puffin/i],describe(t){const e={name:"Puffin"},r=N.getFirstMatch(ye,t)||N.getFirstMatch(/(?:puffin)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/sleipnir/i],describe(t){const e={name:"Sleipnir"},r=N.getFirstMatch(ye,t)||N.getFirstMatch(/(?:sleipnir)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/k-meleon/i],describe(t){const e={name:"K-Meleon"},r=N.getFirstMatch(ye,t)||N.getFirstMatch(/(?:k-meleon)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/micromessenger/i],describe(t){const e={name:"WeChat"},r=N.getFirstMatch(/(?:micromessenger)[\s/](\d+(\.?_?\d+)+)/i,t)||N.getFirstMatch(ye,t);return r&&(e.version=r),e}},{test:[/qqbrowser/i],describe(t){const e={name:/qqbrowserlite/i.test(t)?"QQ Browser Lite":"QQ Browser"},r=N.getFirstMatch(/(?:qqbrowserlite|qqbrowser)[/](\d+(\.?_?\d+)+)/i,t)||N.getFirstMatch(ye,t);return r&&(e.version=r),e}},{test:[/msie|trident/i],describe(t){const e={name:"Internet Explorer"},r=N.getFirstMatch(/(?:msie |rv:)(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/\sedg\//i],describe(t){const e={name:"Microsoft Edge"},r=N.getFirstMatch(/\sedg\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/edg([ea]|ios)/i],describe(t){const e={name:"Microsoft Edge"},r=N.getSecondMatch(/edg([ea]|ios)\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/vivaldi/i],describe(t){const e={name:"Vivaldi"},r=N.getFirstMatch(/vivaldi\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/seamonkey/i],describe(t){const e={name:"SeaMonkey"},r=N.getFirstMatch(/seamonkey\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/sailfish/i],describe(t){const e={name:"Sailfish"},r=N.getFirstMatch(/sailfish\s?browser\/(\d+(\.\d+)?)/i,t);return r&&(e.version=r),e}},{test:[/silk/i],describe(t){const e={name:"Amazon Silk"},r=N.getFirstMatch(/silk\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/phantom/i],describe(t){const e={name:"PhantomJS"},r=N.getFirstMatch(/phantomjs\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/slimerjs/i],describe(t){const e={name:"SlimerJS"},r=N.getFirstMatch(/slimerjs\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe(t){const e={name:"BlackBerry"},r=N.getFirstMatch(ye,t)||N.getFirstMatch(/blackberry[\d]+\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/(web|hpw)[o0]s/i],describe(t){const e={name:"WebOS Browser"},r=N.getFirstMatch(ye,t)||N.getFirstMatch(/w(?:eb)?[o0]sbrowser\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/bada/i],describe(t){const e={name:"Bada"},r=N.getFirstMatch(/dolfin\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/tizen/i],describe(t){const e={name:"Tizen"},r=N.getFirstMatch(/(?:tizen\s?)?browser\/(\d+(\.?_?\d+)+)/i,t)||N.getFirstMatch(ye,t);return r&&(e.version=r),e}},{test:[/qupzilla/i],describe(t){const e={name:"QupZilla"},r=N.getFirstMatch(/(?:qupzilla)[\s/](\d+(\.?_?\d+)+)/i,t)||N.getFirstMatch(ye,t);return r&&(e.version=r),e}},{test:[/firefox|iceweasel|fxios/i],describe(t){const e={name:"Firefox"},r=N.getFirstMatch(/(?:firefox|iceweasel|fxios)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/electron/i],describe(t){const e={name:"Electron"},r=N.getFirstMatch(/(?:electron)\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/MiuiBrowser/i],describe(t){const e={name:"Miui"},r=N.getFirstMatch(/(?:MiuiBrowser)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/chromium/i],describe(t){const e={name:"Chromium"},r=N.getFirstMatch(/(?:chromium)[\s/](\d+(\.?_?\d+)+)/i,t)||N.getFirstMatch(ye,t);return r&&(e.version=r),e}},{test:[/chrome|crios|crmo/i],describe(t){const e={name:"Chrome"},r=N.getFirstMatch(/(?:chrome|crios|crmo)\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/GSA/i],describe(t){const e={name:"Google Search"},r=N.getFirstMatch(/(?:GSA)\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test(t){const e=!t.test(/like android/i),r=t.test(/android/i);return e&&r},describe(t){const e={name:"Android Browser"},r=N.getFirstMatch(ye,t);return r&&(e.version=r),e}},{test:[/playstation 4/i],describe(t){const e={name:"PlayStation 4"},r=N.getFirstMatch(ye,t);return r&&(e.version=r),e}},{test:[/safari|applewebkit/i],describe(t){const e={name:"Safari"},r=N.getFirstMatch(ye,t);return r&&(e.version=r),e}},{test:[/.*/i],describe(t){const e=/^(.*)\/(.*) /,r=/^(.*)\/(.*)[ \t]\((.*)/,i=t.search("\\(")!==-1?r:e;return{name:N.getFirstMatch(i,t),version:N.getSecondMatch(i,t)}}}];var dE=[{test:[/Roku\/DVP/],describe(t){const e=N.getFirstMatch(/Roku\/DVP-(\d+\.\d+)/i,t);return{name:_t.Roku,version:e}}},{test:[/windows phone/i],describe(t){const e=N.getFirstMatch(/windows phone (?:os)?\s?(\d+(\.\d+)*)/i,t);return{name:_t.WindowsPhone,version:e}}},{test:[/windows /i],describe(t){const e=N.getFirstMatch(/Windows ((NT|XP)( \d\d?.\d)?)/i,t),r=N.getWindowsVersionName(e);return{name:_t.Windows,version:e,versionName:r}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe(t){const e={name:_t.iOS},r=N.getSecondMatch(/(Version\/)(\d[\d.]+)/,t);return r&&(e.version=r),e}},{test:[/macintosh/i],describe(t){const e=N.getFirstMatch(/mac os x (\d+(\.?_?\d+)+)/i,t).replace(/[_\s]/g,"."),r=N.getMacOSVersionName(e),n={name:_t.MacOS,version:e};return r&&(n.versionName=r),n}},{test:[/(ipod|iphone|ipad)/i],describe(t){const e=N.getFirstMatch(/os (\d+([_\s]\d+)*) like mac os x/i,t).replace(/[_\s]/g,".");return{name:_t.iOS,version:e}}},{test(t){const e=!t.test(/like android/i),r=t.test(/android/i);return e&&r},describe(t){const e=N.getFirstMatch(/android[\s/-](\d+(\.\d+)*)/i,t),r=N.getAndroidVersionName(e),n={name:_t.Android,version:e};return r&&(n.versionName=r),n}},{test:[/(web|hpw)[o0]s/i],describe(t){const e=N.getFirstMatch(/(?:web|hpw)[o0]s\/(\d+(\.\d+)*)/i,t),r={name:_t.WebOS};return e&&e.length&&(r.version=e),r}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe(t){const e=N.getFirstMatch(/rim\stablet\sos\s(\d+(\.\d+)*)/i,t)||N.getFirstMatch(/blackberry\d+\/(\d+([_\s]\d+)*)/i,t)||N.getFirstMatch(/\bbb(\d+)/i,t);return{name:_t.BlackBerry,version:e}}},{test:[/bada/i],describe(t){const e=N.getFirstMatch(/bada\/(\d+(\.\d+)*)/i,t);return{name:_t.Bada,version:e}}},{test:[/tizen/i],describe(t){const e=N.getFirstMatch(/tizen[/\s](\d+(\.\d+)*)/i,t);return{name:_t.Tizen,version:e}}},{test:[/linux/i],describe(){return{name:_t.Linux}}},{test:[/CrOS/],describe(){return{name:_t.ChromeOS}}},{test:[/PlayStation 4/],describe(t){const e=N.getFirstMatch(/PlayStation 4[/\s](\d+(\.\d+)*)/i,t);return{name:_t.PlayStation4,version:e}}}],lE=[{test:[/googlebot/i],describe(){return{type:"bot",vendor:"Google"}}},{test:[/huawei/i],describe(t){const e=N.getFirstMatch(/(can-l01)/i,t)&&"Nova",r={type:ze.mobile,vendor:"Huawei"};return e&&(r.model=e),r}},{test:[/nexus\s*(?:7|8|9|10).*/i],describe(){return{type:ze.tablet,vendor:"Nexus"}}},{test:[/ipad/i],describe(){return{type:ze.tablet,vendor:"Apple",model:"iPad"}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe(){return{type:ze.tablet,vendor:"Apple",model:"iPad"}}},{test:[/kftt build/i],describe(){return{type:ze.tablet,vendor:"Amazon",model:"Kindle Fire HD 7"}}},{test:[/silk/i],describe(){return{type:ze.tablet,vendor:"Amazon"}}},{test:[/tablet(?! pc)/i],describe(){return{type:ze.tablet}}},{test(t){const e=t.test(/ipod|iphone/i),r=t.test(/like (ipod|iphone)/i);return e&&!r},describe(t){const e=N.getFirstMatch(/(ipod|iphone)/i,t);return{type:ze.mobile,vendor:"Apple",model:e}}},{test:[/nexus\s*[0-6].*/i,/galaxy nexus/i],describe(){return{type:ze.mobile,vendor:"Nexus"}}},{test:[/[^-]mobi/i],describe(){return{type:ze.mobile}}},{test(t){return t.getBrowserName(!0)==="blackberry"},describe(){return{type:ze.mobile,vendor:"BlackBerry"}}},{test(t){return t.getBrowserName(!0)==="bada"},describe(){return{type:ze.mobile}}},{test(t){return t.getBrowserName()==="windows phone"},describe(){return{type:ze.mobile,vendor:"Microsoft"}}},{test(t){const e=Number(String(t.getOSVersion()).split(".")[0]);return t.getOSName(!0)==="android"&&e>=3},describe(){return{type:ze.tablet}}},{test(t){return t.getOSName(!0)==="android"},describe(){return{type:ze.mobile}}},{test(t){return t.getOSName(!0)==="macos"},describe(){return{type:ze.desktop,vendor:"Apple"}}},{test(t){return t.getOSName(!0)==="windows"},describe(){return{type:ze.desktop}}},{test(t){return t.getOSName(!0)==="linux"},describe(){return{type:ze.desktop}}},{test(t){return t.getOSName(!0)==="playstation 4"},describe(){return{type:ze.tv}}},{test(t){return t.getOSName(!0)==="roku"},describe(){return{type:ze.tv}}}],uE=[{test(t){return t.getBrowserName(!0)==="microsoft edge"},describe(t){if(/\sedg\//i.test(t))return{name:_n.Blink};const r=N.getFirstMatch(/edge\/(\d+(\.?_?\d+)+)/i,t);return{name:_n.EdgeHTML,version:r}}},{test:[/trident/i],describe(t){const e={name:_n.Trident},r=N.getFirstMatch(/trident\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test(t){return t.test(/presto/i)},describe(t){const e={name:_n.Presto},r=N.getFirstMatch(/presto\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test(t){const e=t.test(/gecko/i),r=t.test(/like gecko/i);return e&&!r},describe(t){const e={name:_n.Gecko},r=N.getFirstMatch(/gecko\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/(apple)?webkit\/537\.36/i],describe(){return{name:_n.Blink}}},{test:[/(apple)?webkit/i],describe(t){const e={name:_n.WebKit},r=N.getFirstMatch(/webkit\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}}];class am{constructor(e,r=!1){if(e==null||e==="")throw new Error("UserAgent parameter can't be empty");this._ua=e,this.parsedResult={},r!==!0&&this.parse()}getUA(){return this._ua}test(e){return e.test(this._ua)}parseBrowser(){this.parsedResult.browser={};const e=N.find(cE,r=>{if(typeof r.test=="function")return r.test(this);if(r.test instanceof Array)return r.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return e&&(this.parsedResult.browser=e.describe(this.getUA())),this.parsedResult.browser}getBrowser(){return this.parsedResult.browser?this.parsedResult.browser:this.parseBrowser()}getBrowserName(e){return e?String(this.getBrowser().name).toLowerCase()||"":this.getBrowser().name||""}getBrowserVersion(){return this.getBrowser().version}getOS(){return this.parsedResult.os?this.parsedResult.os:this.parseOS()}parseOS(){this.parsedResult.os={};const e=N.find(dE,r=>{if(typeof r.test=="function")return r.test(this);if(r.test instanceof Array)return r.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return e&&(this.parsedResult.os=e.describe(this.getUA())),this.parsedResult.os}getOSName(e){const{name:r}=this.getOS();return e?String(r).toLowerCase()||"":r||""}getOSVersion(){return this.getOS().version}getPlatform(){return this.parsedResult.platform?this.parsedResult.platform:this.parsePlatform()}getPlatformType(e=!1){const{type:r}=this.getPlatform();return e?String(r).toLowerCase()||"":r||""}parsePlatform(){this.parsedResult.platform={};const e=N.find(lE,r=>{if(typeof r.test=="function")return r.test(this);if(r.test instanceof Array)return r.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return e&&(this.parsedResult.platform=e.describe(this.getUA())),this.parsedResult.platform}getEngine(){return this.parsedResult.engine?this.parsedResult.engine:this.parseEngine()}getEngineName(e){return e?String(this.getEngine().name).toLowerCase()||"":this.getEngine().name||""}parseEngine(){this.parsedResult.engine={};const e=N.find(uE,r=>{if(typeof r.test=="function")return r.test(this);if(r.test instanceof Array)return r.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return e&&(this.parsedResult.engine=e.describe(this.getUA())),this.parsedResult.engine}parse(){return this.parseBrowser(),this.parseOS(),this.parsePlatform(),this.parseEngine(),this}getResult(){return N.assign({},this.parsedResult)}satisfies(e){const r={};let n=0;const i={};let s=0;if(Object.keys(e).forEach(c=>{const d=e[c];typeof d=="string"?(i[c]=d,s+=1):typeof d=="object"&&(r[c]=d,n+=1)}),n>0){const c=Object.keys(r),d=N.find(c,p=>this.isOS(p));if(d){const p=this.satisfies(r[d]);if(p!==void 0)return p}const l=N.find(c,p=>this.isPlatform(p));if(l){const p=this.satisfies(r[l]);if(p!==void 0)return p}}if(s>0){const c=Object.keys(i),d=N.find(c,l=>this.isBrowser(l,!0));if(d!==void 0)return this.compareVersion(i[d])}}isBrowser(e,r=!1){const n=this.getBrowserName().toLowerCase();let i=e.toLowerCase();const s=N.getBrowserTypeByAlias(i);return r&&s&&(i=s.toLowerCase()),i===n}compareVersion(e){let r=[0],n=e,i=!1;const s=this.getBrowserVersion();if(typeof s=="string")return e[0]===">"||e[0]==="<"?(n=e.substr(1),e[1]==="="?(i=!0,n=e.substr(2)):r=[],e[0]===">"?r.push(1):r.push(-1)):e[0]==="="?n=e.substr(1):e[0]==="~"&&(i=!0,n=e.substr(1)),r.indexOf(N.compareVersions(s,n,i))>-1}isOS(e){return this.getOSName(!0)===String(e).toLowerCase()}isPlatform(e){return this.getPlatformType(!0)===String(e).toLowerCase()}isEngine(e){return this.getEngineName(!0)===String(e).toLowerCase()}is(e,r=!1){return this.isBrowser(e,r)||this.isOS(e)||this.isPlatform(e)}some(e=[]){return e.some(r=>this.is(r))}}/*!
|
|
1
|
+
var RealtimeKitClient=function(){"use strict";var fc,nE=new Uint8Array(16);function iE(){if(!fc&&(fc=typeof crypto!="undefined"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||typeof msCrypto!="undefined"&&typeof msCrypto.getRandomValues=="function"&&msCrypto.getRandomValues.bind(msCrypto),!fc))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return fc(nE)}var sE=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;function zl(t){return typeof t=="string"&&sE.test(t)}for(var mt=[],Yl=0;Yl<256;++Yl)mt.push((Yl+256).toString(16).substr(1));function aE(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,r=(mt[t[e+0]]+mt[t[e+1]]+mt[t[e+2]]+mt[t[e+3]]+"-"+mt[t[e+4]]+mt[t[e+5]]+"-"+mt[t[e+6]]+mt[t[e+7]]+"-"+mt[t[e+8]]+mt[t[e+9]]+"-"+mt[t[e+10]]+mt[t[e+11]]+mt[t[e+12]]+mt[t[e+13]]+mt[t[e+14]]+mt[t[e+15]]).toLowerCase();if(!zl(r))throw TypeError("Stringified UUID is invalid");return r}function ns(t,e,r){t=t||{};var n=t.random||(t.rng||iE)();if(n[6]=n[6]&15|64,n[8]=n[8]&63|128,e){r=r||0;for(var i=0;i<16;++i)e[r+i]=n[i];return e}return aE(n)}const oE={"Amazon Silk":"amazon_silk","Android Browser":"android",Bada:"bada",BlackBerry:"blackberry",Chrome:"chrome",Chromium:"chromium",Electron:"electron",Epiphany:"epiphany",Firefox:"firefox",Focus:"focus",Generic:"generic","Google Search":"google_search",Googlebot:"googlebot","Internet Explorer":"ie","K-Meleon":"k_meleon",Maxthon:"maxthon","Microsoft Edge":"edge","MZ Browser":"mz","NAVER Whale Browser":"naver",Opera:"opera","Opera Coast":"opera_coast",PhantomJS:"phantomjs",Puffin:"puffin",QupZilla:"qupzilla",QQ:"qq",QQLite:"qqlite",Safari:"safari",Sailfish:"sailfish","Samsung Internet for Android":"samsung_internet",SeaMonkey:"seamonkey",Sleipnir:"sleipnir",Swing:"swing",Tizen:"tizen","UC Browser":"uc",Vivaldi:"vivaldi","WebOS Browser":"webos",WeChat:"wechat","Yandex Browser":"yandex",Roku:"roku"},sm={amazon_silk:"Amazon Silk",android:"Android Browser",bada:"Bada",blackberry:"BlackBerry",chrome:"Chrome",chromium:"Chromium",electron:"Electron",epiphany:"Epiphany",firefox:"Firefox",focus:"Focus",generic:"Generic",googlebot:"Googlebot",google_search:"Google Search",ie:"Internet Explorer",k_meleon:"K-Meleon",maxthon:"Maxthon",edge:"Microsoft Edge",mz:"MZ Browser",naver:"NAVER Whale Browser",opera:"Opera",opera_coast:"Opera Coast",phantomjs:"PhantomJS",puffin:"Puffin",qupzilla:"QupZilla",qq:"QQ Browser",qqlite:"QQ Browser Lite",safari:"Safari",sailfish:"Sailfish",samsung_internet:"Samsung Internet for Android",seamonkey:"SeaMonkey",sleipnir:"Sleipnir",swing:"Swing",tizen:"Tizen",uc:"UC Browser",vivaldi:"Vivaldi",webos:"WebOS Browser",wechat:"WeChat",yandex:"Yandex Browser"},ze={tablet:"tablet",mobile:"mobile",desktop:"desktop",tv:"tv"},_t={WindowsPhone:"Windows Phone",Windows:"Windows",MacOS:"macOS",iOS:"iOS",Android:"Android",WebOS:"WebOS",BlackBerry:"BlackBerry",Bada:"Bada",Tizen:"Tizen",Linux:"Linux",ChromeOS:"Chrome OS",PlayStation4:"PlayStation 4",Roku:"Roku"},_n={EdgeHTML:"EdgeHTML",Blink:"Blink",Trident:"Trident",Presto:"Presto",Gecko:"Gecko",WebKit:"WebKit"};class N{static getFirstMatch(e,r){const n=r.match(e);return n&&n.length>0&&n[1]||""}static getSecondMatch(e,r){const n=r.match(e);return n&&n.length>1&&n[2]||""}static matchAndReturnConst(e,r,n){if(e.test(r))return n}static getWindowsVersionName(e){switch(e){case"NT":return"NT";case"XP":return"XP";case"NT 5.0":return"2000";case"NT 5.1":return"XP";case"NT 5.2":return"2003";case"NT 6.0":return"Vista";case"NT 6.1":return"7";case"NT 6.2":return"8";case"NT 6.3":return"8.1";case"NT 10.0":return"10";default:return}}static getMacOSVersionName(e){const r=e.split(".").splice(0,2).map(n=>parseInt(n,10)||0);if(r.push(0),r[0]===10)switch(r[1]){case 5:return"Leopard";case 6:return"Snow Leopard";case 7:return"Lion";case 8:return"Mountain Lion";case 9:return"Mavericks";case 10:return"Yosemite";case 11:return"El Capitan";case 12:return"Sierra";case 13:return"High Sierra";case 14:return"Mojave";case 15:return"Catalina";default:return}}static getAndroidVersionName(e){const r=e.split(".").splice(0,2).map(n=>parseInt(n,10)||0);if(r.push(0),!(r[0]===1&&r[1]<5)){if(r[0]===1&&r[1]<6)return"Cupcake";if(r[0]===1&&r[1]>=6)return"Donut";if(r[0]===2&&r[1]<2)return"Eclair";if(r[0]===2&&r[1]===2)return"Froyo";if(r[0]===2&&r[1]>2)return"Gingerbread";if(r[0]===3)return"Honeycomb";if(r[0]===4&&r[1]<1)return"Ice Cream Sandwich";if(r[0]===4&&r[1]<4)return"Jelly Bean";if(r[0]===4&&r[1]>=4)return"KitKat";if(r[0]===5)return"Lollipop";if(r[0]===6)return"Marshmallow";if(r[0]===7)return"Nougat";if(r[0]===8)return"Oreo";if(r[0]===9)return"Pie"}}static getVersionPrecision(e){return e.split(".").length}static compareVersions(e,r,n=!1){const i=N.getVersionPrecision(e),s=N.getVersionPrecision(r);let a=Math.max(i,s),c=0;const d=N.map([e,r],l=>{const p=a-N.getVersionPrecision(l),m=l+new Array(p+1).join(".0");return N.map(m.split("."),S=>new Array(20-S.length).join("0")+S).reverse()});for(n&&(c=a-Math.min(i,s)),a-=1;a>=c;){if(d[0][a]>d[1][a])return 1;if(d[0][a]===d[1][a]){if(a===c)return 0;a-=1}else if(d[0][a]<d[1][a])return-1}}static map(e,r){const n=[];let i;if(Array.prototype.map)return Array.prototype.map.call(e,r);for(i=0;i<e.length;i+=1)n.push(r(e[i]));return n}static find(e,r){let n,i;if(Array.prototype.find)return Array.prototype.find.call(e,r);for(n=0,i=e.length;n<i;n+=1){const s=e[n];if(r(s,n))return s}}static assign(e,...r){const n=e;let i,s;if(Object.assign)return Object.assign(e,...r);for(i=0,s=r.length;i<s;i+=1){const a=r[i];typeof a=="object"&&a!==null&&Object.keys(a).forEach(d=>{n[d]=a[d]})}return e}static getBrowserAlias(e){return oE[e]}static getBrowserTypeByAlias(e){return sm[e]||""}}const ye=/version\/(\d+(\.?_?\d+)+)/i,cE=[{test:[/googlebot/i],describe(t){const e={name:"Googlebot"},r=N.getFirstMatch(/googlebot\/(\d+(\.\d+))/i,t)||N.getFirstMatch(ye,t);return r&&(e.version=r),e}},{test:[/opera/i],describe(t){const e={name:"Opera"},r=N.getFirstMatch(ye,t)||N.getFirstMatch(/(?:opera)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/opr\/|opios/i],describe(t){const e={name:"Opera"},r=N.getFirstMatch(/(?:opr|opios)[\s/](\S+)/i,t)||N.getFirstMatch(ye,t);return r&&(e.version=r),e}},{test:[/SamsungBrowser/i],describe(t){const e={name:"Samsung Internet for Android"},r=N.getFirstMatch(ye,t)||N.getFirstMatch(/(?:SamsungBrowser)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/Whale/i],describe(t){const e={name:"NAVER Whale Browser"},r=N.getFirstMatch(ye,t)||N.getFirstMatch(/(?:whale)[\s/](\d+(?:\.\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/MZBrowser/i],describe(t){const e={name:"MZ Browser"},r=N.getFirstMatch(/(?:MZBrowser)[\s/](\d+(?:\.\d+)+)/i,t)||N.getFirstMatch(ye,t);return r&&(e.version=r),e}},{test:[/focus/i],describe(t){const e={name:"Focus"},r=N.getFirstMatch(/(?:focus)[\s/](\d+(?:\.\d+)+)/i,t)||N.getFirstMatch(ye,t);return r&&(e.version=r),e}},{test:[/swing/i],describe(t){const e={name:"Swing"},r=N.getFirstMatch(/(?:swing)[\s/](\d+(?:\.\d+)+)/i,t)||N.getFirstMatch(ye,t);return r&&(e.version=r),e}},{test:[/coast/i],describe(t){const e={name:"Opera Coast"},r=N.getFirstMatch(ye,t)||N.getFirstMatch(/(?:coast)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/opt\/\d+(?:.?_?\d+)+/i],describe(t){const e={name:"Opera Touch"},r=N.getFirstMatch(/(?:opt)[\s/](\d+(\.?_?\d+)+)/i,t)||N.getFirstMatch(ye,t);return r&&(e.version=r),e}},{test:[/yabrowser/i],describe(t){const e={name:"Yandex Browser"},r=N.getFirstMatch(/(?:yabrowser)[\s/](\d+(\.?_?\d+)+)/i,t)||N.getFirstMatch(ye,t);return r&&(e.version=r),e}},{test:[/ucbrowser/i],describe(t){const e={name:"UC Browser"},r=N.getFirstMatch(ye,t)||N.getFirstMatch(/(?:ucbrowser)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/Maxthon|mxios/i],describe(t){const e={name:"Maxthon"},r=N.getFirstMatch(ye,t)||N.getFirstMatch(/(?:Maxthon|mxios)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/epiphany/i],describe(t){const e={name:"Epiphany"},r=N.getFirstMatch(ye,t)||N.getFirstMatch(/(?:epiphany)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/puffin/i],describe(t){const e={name:"Puffin"},r=N.getFirstMatch(ye,t)||N.getFirstMatch(/(?:puffin)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/sleipnir/i],describe(t){const e={name:"Sleipnir"},r=N.getFirstMatch(ye,t)||N.getFirstMatch(/(?:sleipnir)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/k-meleon/i],describe(t){const e={name:"K-Meleon"},r=N.getFirstMatch(ye,t)||N.getFirstMatch(/(?:k-meleon)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/micromessenger/i],describe(t){const e={name:"WeChat"},r=N.getFirstMatch(/(?:micromessenger)[\s/](\d+(\.?_?\d+)+)/i,t)||N.getFirstMatch(ye,t);return r&&(e.version=r),e}},{test:[/qqbrowser/i],describe(t){const e={name:/qqbrowserlite/i.test(t)?"QQ Browser Lite":"QQ Browser"},r=N.getFirstMatch(/(?:qqbrowserlite|qqbrowser)[/](\d+(\.?_?\d+)+)/i,t)||N.getFirstMatch(ye,t);return r&&(e.version=r),e}},{test:[/msie|trident/i],describe(t){const e={name:"Internet Explorer"},r=N.getFirstMatch(/(?:msie |rv:)(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/\sedg\//i],describe(t){const e={name:"Microsoft Edge"},r=N.getFirstMatch(/\sedg\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/edg([ea]|ios)/i],describe(t){const e={name:"Microsoft Edge"},r=N.getSecondMatch(/edg([ea]|ios)\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/vivaldi/i],describe(t){const e={name:"Vivaldi"},r=N.getFirstMatch(/vivaldi\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/seamonkey/i],describe(t){const e={name:"SeaMonkey"},r=N.getFirstMatch(/seamonkey\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/sailfish/i],describe(t){const e={name:"Sailfish"},r=N.getFirstMatch(/sailfish\s?browser\/(\d+(\.\d+)?)/i,t);return r&&(e.version=r),e}},{test:[/silk/i],describe(t){const e={name:"Amazon Silk"},r=N.getFirstMatch(/silk\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/phantom/i],describe(t){const e={name:"PhantomJS"},r=N.getFirstMatch(/phantomjs\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/slimerjs/i],describe(t){const e={name:"SlimerJS"},r=N.getFirstMatch(/slimerjs\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe(t){const e={name:"BlackBerry"},r=N.getFirstMatch(ye,t)||N.getFirstMatch(/blackberry[\d]+\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/(web|hpw)[o0]s/i],describe(t){const e={name:"WebOS Browser"},r=N.getFirstMatch(ye,t)||N.getFirstMatch(/w(?:eb)?[o0]sbrowser\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/bada/i],describe(t){const e={name:"Bada"},r=N.getFirstMatch(/dolfin\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/tizen/i],describe(t){const e={name:"Tizen"},r=N.getFirstMatch(/(?:tizen\s?)?browser\/(\d+(\.?_?\d+)+)/i,t)||N.getFirstMatch(ye,t);return r&&(e.version=r),e}},{test:[/qupzilla/i],describe(t){const e={name:"QupZilla"},r=N.getFirstMatch(/(?:qupzilla)[\s/](\d+(\.?_?\d+)+)/i,t)||N.getFirstMatch(ye,t);return r&&(e.version=r),e}},{test:[/firefox|iceweasel|fxios/i],describe(t){const e={name:"Firefox"},r=N.getFirstMatch(/(?:firefox|iceweasel|fxios)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/electron/i],describe(t){const e={name:"Electron"},r=N.getFirstMatch(/(?:electron)\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/MiuiBrowser/i],describe(t){const e={name:"Miui"},r=N.getFirstMatch(/(?:MiuiBrowser)[\s/](\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/chromium/i],describe(t){const e={name:"Chromium"},r=N.getFirstMatch(/(?:chromium)[\s/](\d+(\.?_?\d+)+)/i,t)||N.getFirstMatch(ye,t);return r&&(e.version=r),e}},{test:[/chrome|crios|crmo/i],describe(t){const e={name:"Chrome"},r=N.getFirstMatch(/(?:chrome|crios|crmo)\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/GSA/i],describe(t){const e={name:"Google Search"},r=N.getFirstMatch(/(?:GSA)\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test(t){const e=!t.test(/like android/i),r=t.test(/android/i);return e&&r},describe(t){const e={name:"Android Browser"},r=N.getFirstMatch(ye,t);return r&&(e.version=r),e}},{test:[/playstation 4/i],describe(t){const e={name:"PlayStation 4"},r=N.getFirstMatch(ye,t);return r&&(e.version=r),e}},{test:[/safari|applewebkit/i],describe(t){const e={name:"Safari"},r=N.getFirstMatch(ye,t);return r&&(e.version=r),e}},{test:[/.*/i],describe(t){const e=/^(.*)\/(.*) /,r=/^(.*)\/(.*)[ \t]\((.*)/,i=t.search("\\(")!==-1?r:e;return{name:N.getFirstMatch(i,t),version:N.getSecondMatch(i,t)}}}];var dE=[{test:[/Roku\/DVP/],describe(t){const e=N.getFirstMatch(/Roku\/DVP-(\d+\.\d+)/i,t);return{name:_t.Roku,version:e}}},{test:[/windows phone/i],describe(t){const e=N.getFirstMatch(/windows phone (?:os)?\s?(\d+(\.\d+)*)/i,t);return{name:_t.WindowsPhone,version:e}}},{test:[/windows /i],describe(t){const e=N.getFirstMatch(/Windows ((NT|XP)( \d\d?.\d)?)/i,t),r=N.getWindowsVersionName(e);return{name:_t.Windows,version:e,versionName:r}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe(t){const e={name:_t.iOS},r=N.getSecondMatch(/(Version\/)(\d[\d.]+)/,t);return r&&(e.version=r),e}},{test:[/macintosh/i],describe(t){const e=N.getFirstMatch(/mac os x (\d+(\.?_?\d+)+)/i,t).replace(/[_\s]/g,"."),r=N.getMacOSVersionName(e),n={name:_t.MacOS,version:e};return r&&(n.versionName=r),n}},{test:[/(ipod|iphone|ipad)/i],describe(t){const e=N.getFirstMatch(/os (\d+([_\s]\d+)*) like mac os x/i,t).replace(/[_\s]/g,".");return{name:_t.iOS,version:e}}},{test(t){const e=!t.test(/like android/i),r=t.test(/android/i);return e&&r},describe(t){const e=N.getFirstMatch(/android[\s/-](\d+(\.\d+)*)/i,t),r=N.getAndroidVersionName(e),n={name:_t.Android,version:e};return r&&(n.versionName=r),n}},{test:[/(web|hpw)[o0]s/i],describe(t){const e=N.getFirstMatch(/(?:web|hpw)[o0]s\/(\d+(\.\d+)*)/i,t),r={name:_t.WebOS};return e&&e.length&&(r.version=e),r}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe(t){const e=N.getFirstMatch(/rim\stablet\sos\s(\d+(\.\d+)*)/i,t)||N.getFirstMatch(/blackberry\d+\/(\d+([_\s]\d+)*)/i,t)||N.getFirstMatch(/\bbb(\d+)/i,t);return{name:_t.BlackBerry,version:e}}},{test:[/bada/i],describe(t){const e=N.getFirstMatch(/bada\/(\d+(\.\d+)*)/i,t);return{name:_t.Bada,version:e}}},{test:[/tizen/i],describe(t){const e=N.getFirstMatch(/tizen[/\s](\d+(\.\d+)*)/i,t);return{name:_t.Tizen,version:e}}},{test:[/linux/i],describe(){return{name:_t.Linux}}},{test:[/CrOS/],describe(){return{name:_t.ChromeOS}}},{test:[/PlayStation 4/],describe(t){const e=N.getFirstMatch(/PlayStation 4[/\s](\d+(\.\d+)*)/i,t);return{name:_t.PlayStation4,version:e}}}],lE=[{test:[/googlebot/i],describe(){return{type:"bot",vendor:"Google"}}},{test:[/huawei/i],describe(t){const e=N.getFirstMatch(/(can-l01)/i,t)&&"Nova",r={type:ze.mobile,vendor:"Huawei"};return e&&(r.model=e),r}},{test:[/nexus\s*(?:7|8|9|10).*/i],describe(){return{type:ze.tablet,vendor:"Nexus"}}},{test:[/ipad/i],describe(){return{type:ze.tablet,vendor:"Apple",model:"iPad"}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe(){return{type:ze.tablet,vendor:"Apple",model:"iPad"}}},{test:[/kftt build/i],describe(){return{type:ze.tablet,vendor:"Amazon",model:"Kindle Fire HD 7"}}},{test:[/silk/i],describe(){return{type:ze.tablet,vendor:"Amazon"}}},{test:[/tablet(?! pc)/i],describe(){return{type:ze.tablet}}},{test(t){const e=t.test(/ipod|iphone/i),r=t.test(/like (ipod|iphone)/i);return e&&!r},describe(t){const e=N.getFirstMatch(/(ipod|iphone)/i,t);return{type:ze.mobile,vendor:"Apple",model:e}}},{test:[/nexus\s*[0-6].*/i,/galaxy nexus/i],describe(){return{type:ze.mobile,vendor:"Nexus"}}},{test:[/[^-]mobi/i],describe(){return{type:ze.mobile}}},{test(t){return t.getBrowserName(!0)==="blackberry"},describe(){return{type:ze.mobile,vendor:"BlackBerry"}}},{test(t){return t.getBrowserName(!0)==="bada"},describe(){return{type:ze.mobile}}},{test(t){return t.getBrowserName()==="windows phone"},describe(){return{type:ze.mobile,vendor:"Microsoft"}}},{test(t){const e=Number(String(t.getOSVersion()).split(".")[0]);return t.getOSName(!0)==="android"&&e>=3},describe(){return{type:ze.tablet}}},{test(t){return t.getOSName(!0)==="android"},describe(){return{type:ze.mobile}}},{test(t){return t.getOSName(!0)==="macos"},describe(){return{type:ze.desktop,vendor:"Apple"}}},{test(t){return t.getOSName(!0)==="windows"},describe(){return{type:ze.desktop}}},{test(t){return t.getOSName(!0)==="linux"},describe(){return{type:ze.desktop}}},{test(t){return t.getOSName(!0)==="playstation 4"},describe(){return{type:ze.tv}}},{test(t){return t.getOSName(!0)==="roku"},describe(){return{type:ze.tv}}}],uE=[{test(t){return t.getBrowserName(!0)==="microsoft edge"},describe(t){if(/\sedg\//i.test(t))return{name:_n.Blink};const r=N.getFirstMatch(/edge\/(\d+(\.?_?\d+)+)/i,t);return{name:_n.EdgeHTML,version:r}}},{test:[/trident/i],describe(t){const e={name:_n.Trident},r=N.getFirstMatch(/trident\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test(t){return t.test(/presto/i)},describe(t){const e={name:_n.Presto},r=N.getFirstMatch(/presto\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test(t){const e=t.test(/gecko/i),r=t.test(/like gecko/i);return e&&!r},describe(t){const e={name:_n.Gecko},r=N.getFirstMatch(/gecko\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}},{test:[/(apple)?webkit\/537\.36/i],describe(){return{name:_n.Blink}}},{test:[/(apple)?webkit/i],describe(t){const e={name:_n.WebKit},r=N.getFirstMatch(/webkit\/(\d+(\.?_?\d+)+)/i,t);return r&&(e.version=r),e}}];class am{constructor(e,r=!1){if(e==null||e==="")throw new Error("UserAgent parameter can't be empty");this._ua=e,this.parsedResult={},r!==!0&&this.parse()}getUA(){return this._ua}test(e){return e.test(this._ua)}parseBrowser(){this.parsedResult.browser={};const e=N.find(cE,r=>{if(typeof r.test=="function")return r.test(this);if(r.test instanceof Array)return r.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return e&&(this.parsedResult.browser=e.describe(this.getUA())),this.parsedResult.browser}getBrowser(){return this.parsedResult.browser?this.parsedResult.browser:this.parseBrowser()}getBrowserName(e){return e?String(this.getBrowser().name).toLowerCase()||"":this.getBrowser().name||""}getBrowserVersion(){return this.getBrowser().version}getOS(){return this.parsedResult.os?this.parsedResult.os:this.parseOS()}parseOS(){this.parsedResult.os={};const e=N.find(dE,r=>{if(typeof r.test=="function")return r.test(this);if(r.test instanceof Array)return r.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return e&&(this.parsedResult.os=e.describe(this.getUA())),this.parsedResult.os}getOSName(e){const{name:r}=this.getOS();return e?String(r).toLowerCase()||"":r||""}getOSVersion(){return this.getOS().version}getPlatform(){return this.parsedResult.platform?this.parsedResult.platform:this.parsePlatform()}getPlatformType(e=!1){const{type:r}=this.getPlatform();return e?String(r).toLowerCase()||"":r||""}parsePlatform(){this.parsedResult.platform={};const e=N.find(lE,r=>{if(typeof r.test=="function")return r.test(this);if(r.test instanceof Array)return r.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return e&&(this.parsedResult.platform=e.describe(this.getUA())),this.parsedResult.platform}getEngine(){return this.parsedResult.engine?this.parsedResult.engine:this.parseEngine()}getEngineName(e){return e?String(this.getEngine().name).toLowerCase()||"":this.getEngine().name||""}parseEngine(){this.parsedResult.engine={};const e=N.find(uE,r=>{if(typeof r.test=="function")return r.test(this);if(r.test instanceof Array)return r.test.some(n=>this.test(n));throw new Error("Browser's test function is not valid")});return e&&(this.parsedResult.engine=e.describe(this.getUA())),this.parsedResult.engine}parse(){return this.parseBrowser(),this.parseOS(),this.parsePlatform(),this.parseEngine(),this}getResult(){return N.assign({},this.parsedResult)}satisfies(e){const r={};let n=0;const i={};let s=0;if(Object.keys(e).forEach(c=>{const d=e[c];typeof d=="string"?(i[c]=d,s+=1):typeof d=="object"&&(r[c]=d,n+=1)}),n>0){const c=Object.keys(r),d=N.find(c,p=>this.isOS(p));if(d){const p=this.satisfies(r[d]);if(p!==void 0)return p}const l=N.find(c,p=>this.isPlatform(p));if(l){const p=this.satisfies(r[l]);if(p!==void 0)return p}}if(s>0){const c=Object.keys(i),d=N.find(c,l=>this.isBrowser(l,!0));if(d!==void 0)return this.compareVersion(i[d])}}isBrowser(e,r=!1){const n=this.getBrowserName().toLowerCase();let i=e.toLowerCase();const s=N.getBrowserTypeByAlias(i);return r&&s&&(i=s.toLowerCase()),i===n}compareVersion(e){let r=[0],n=e,i=!1;const s=this.getBrowserVersion();if(typeof s=="string")return e[0]===">"||e[0]==="<"?(n=e.substr(1),e[1]==="="?(i=!0,n=e.substr(2)):r=[],e[0]===">"?r.push(1):r.push(-1)):e[0]==="="?n=e.substr(1):e[0]==="~"&&(i=!0,n=e.substr(1)),r.indexOf(N.compareVersions(s,n,i))>-1}isOS(e){return this.getOSName(!0)===String(e).toLowerCase()}isPlatform(e){return this.getPlatformType(!0)===String(e).toLowerCase()}isEngine(e){return this.getEngineName(!0)===String(e).toLowerCase()}is(e,r=!1){return this.isBrowser(e,r)||this.isOS(e)||this.isPlatform(e)}some(e=[]){return e.some(r=>this.is(r))}}/*!
|
|
2
2
|
* Bowser - a browser detector
|
|
3
3
|
* https://github.com/lancedikson/bowser
|
|
4
4
|
* MIT License | (c) Dustin Diaz 2012-2015
|
|
5
5
|
* MIT License | (c) Denis Demchenko 2015-2019
|
|
6
6
|
*/class om{static getParser(e,r=!1){if(typeof e!="string")throw new Error("UserAgent should be a string");return new am(e,r)}static parse(e){return new am(e).getResult()}static get BROWSER_MAP(){return sm}static get ENGINE_MAP(){return _n}static get OS_MAP(){return _t}static get PLATFORMS_MAP(){return ze}}function Ql(t){let e=typeof t;if(e=="object"){if(Array.isArray(t))return"array";if(t===null)return"null"}return e}function hE(t){return t!==null&&typeof t=="object"&&!Array.isArray(t)}let nn="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split(""),vc=[];for(let t=0;t<nn.length;t++)vc[nn[t].charCodeAt(0)]=t;vc["-".charCodeAt(0)]=nn.indexOf("+"),vc["_".charCodeAt(0)]=nn.indexOf("/");function pE(t){let e=t.length*3/4;t[t.length-2]=="="?e-=2:t[t.length-1]=="="&&(e-=1);let r=new Uint8Array(e),n=0,i=0,s,a=0;for(let c=0;c<t.length;c++){if(s=vc[t.charCodeAt(c)],s===void 0)switch(t[c]){case"=":i=0;case`
|
|
7
|
-
`:case"\r":case" ":case" ":continue;default:throw Error("invalid base64 string.")}switch(i){case 0:a=s,i=1;break;case 1:r[n++]=a<<2|(s&48)>>4,a=s,i=2;break;case 2:r[n++]=(a&15)<<4|(s&60)>>2,a=s,i=3;break;case 3:r[n++]=(a&3)<<6|s,i=0;break}}if(i==1)throw Error("invalid base64 string.");return r.subarray(0,n)}function mE(t){let e="",r=0,n,i=0;for(let s=0;s<t.length;s++)switch(n=t[s],r){case 0:e+=nn[n>>2],i=(n&3)<<4,r=1;break;case 1:e+=nn[i|n>>4],i=(n&15)<<2,r=2;break;case 2:e+=nn[i|n>>6],e+=nn[n&63],r=0;break}return r&&(e+=nn[i],e+="=",r==1&&(e+="=")),e}var yc;(function(t){t.symbol=Symbol.for("protobuf-ts/unknown"),t.onRead=(r,n,i,s,a)=>{(e(n)?n[t.symbol]:n[t.symbol]=[]).push({no:i,wireType:s,data:a})},t.onWrite=(r,n,i)=>{for(let{no:s,wireType:a,data:c}of t.list(n))i.tag(s,a).raw(c)},t.list=(r,n)=>{if(e(r)){let i=r[t.symbol];return n?i.filter(s=>s.no==n):i}return[]},t.last=(r,n)=>t.list(r,n).slice(-1)[0];const e=r=>r&&Array.isArray(r[t.symbol])})(yc||(yc={}));var Ye;(function(t){t[t.Varint=0]="Varint",t[t.Bit64=1]="Bit64",t[t.LengthDelimited=2]="LengthDelimited",t[t.StartGroup=3]="StartGroup",t[t.EndGroup=4]="EndGroup",t[t.Bit32=5]="Bit32"})(Ye||(Ye={}));function gE(){let t=0,e=0;for(let n=0;n<28;n+=7){let i=this.buf[this.pos++];if(t|=(i&127)<<n,(i&128)==0)return this.assertBounds(),[t,e]}let r=this.buf[this.pos++];if(t|=(r&15)<<28,e=(r&112)>>4,(r&128)==0)return this.assertBounds(),[t,e];for(let n=3;n<=31;n+=7){let i=this.buf[this.pos++];if(e|=(i&127)<<n,(i&128)==0)return this.assertBounds(),[t,e]}throw new Error("invalid varint")}function Xl(t,e,r){for(let s=0;s<28;s=s+7){const a=t>>>s,c=!(a>>>7==0&&e==0),d=(c?a|128:a)&255;if(r.push(d),!c)return}const n=t>>>28&15|(e&7)<<4,i=e>>3!=0;if(r.push((i?n|128:n)&255),!!i){for(let s=3;s<31;s=s+7){const a=e>>>s,c=a>>>7!=0,d=(c?a|128:a)&255;if(r.push(d),!c)return}r.push(e>>>31&1)}}const Sc=(1<<16)*(1<<16);function cm(t){let e=t[0]=="-";e&&(t=t.slice(1));const r=1e6;let n=0,i=0;function s(a,c){const d=Number(t.slice(a,c));i*=r,n=n*r+d,n>=Sc&&(i=i+(n/Sc|0),n=n%Sc)}return s(-24,-18),s(-18,-12),s(-12,-6),s(-6),[e,n,i]}function Zl(t,e){if(e>>>0<=2097151)return""+(Sc*e+(t>>>0));let r=t&16777215,n=(t>>>24|e<<8)>>>0&16777215,i=e>>16&65535,s=r+n*6777216+i*6710656,a=n+i*8147497,c=i*2,d=1e7;s>=d&&(a+=Math.floor(s/d),s%=d),a>=d&&(c+=Math.floor(a/d),a%=d);function l(p,m){let S=p?String(p):"";return m?"0000000".slice(S.length)+S:S}return l(c,0)+l(a,c)+l(s,1)}function dm(t,e){if(t>=0){for(;t>127;)e.push(t&127|128),t=t>>>7;e.push(t)}else{for(let r=0;r<9;r++)e.push(t&127|128),t=t>>7;e.push(1)}}function fE(){let t=this.buf[this.pos++],e=t&127;if((t&128)==0)return this.assertBounds(),e;if(t=this.buf[this.pos++],e|=(t&127)<<7,(t&128)==0)return this.assertBounds(),e;if(t=this.buf[this.pos++],e|=(t&127)<<14,(t&128)==0)return this.assertBounds(),e;if(t=this.buf[this.pos++],e|=(t&127)<<21,(t&128)==0)return this.assertBounds(),e;t=this.buf[this.pos++],e|=(t&15)<<28;for(let r=5;(t&128)!==0&&r<10;r++)t=this.buf[this.pos++];if((t&128)!=0)throw new Error("invalid varint");return this.assertBounds(),e>>>0}let Se;function vE(){const t=new DataView(new ArrayBuffer(8));Se=globalThis.BigInt!==void 0&&typeof t.getBigInt64=="function"&&typeof t.getBigUint64=="function"&&typeof t.setBigInt64=="function"&&typeof t.setBigUint64=="function"?{MIN:BigInt("-9223372036854775808"),MAX:BigInt("9223372036854775807"),UMIN:BigInt("0"),UMAX:BigInt("18446744073709551615"),C:BigInt,V:t}:void 0}vE();function lm(t){if(!t)throw new Error("BigInt unavailable, see https://github.com/timostamm/protobuf-ts/blob/v1.0.8/MANUAL.md#bigint-support")}const um=/^-?[0-9]+$/,Ec=4294967296,Tc=2147483648;class hm{constructor(e,r){this.lo=e|0,this.hi=r|0}isZero(){return this.lo==0&&this.hi==0}toNumber(){let e=this.hi*Ec+(this.lo>>>0);if(!Number.isSafeInteger(e))throw new Error("cannot convert to safe number");return e}}class St extends hm{static from(e){if(Se)switch(typeof e){case"string":if(e=="0")return this.ZERO;if(e=="")throw new Error("string is no integer");e=Se.C(e);case"number":if(e===0)return this.ZERO;e=Se.C(e);case"bigint":if(!e)return this.ZERO;if(e<Se.UMIN)throw new Error("signed value for ulong");if(e>Se.UMAX)throw new Error("ulong too large");return Se.V.setBigUint64(0,e,!0),new St(Se.V.getInt32(0,!0),Se.V.getInt32(4,!0))}else switch(typeof e){case"string":if(e=="0")return this.ZERO;if(e=e.trim(),!um.test(e))throw new Error("string is no integer");let[r,n,i]=cm(e);if(r)throw new Error("signed value for ulong");return new St(n,i);case"number":if(e==0)return this.ZERO;if(!Number.isSafeInteger(e))throw new Error("number is no integer");if(e<0)throw new Error("signed value for ulong");return new St(e,e/Ec)}throw new Error("unknown value "+typeof e)}toString(){return Se?this.toBigInt().toString():Zl(this.lo,this.hi)}toBigInt(){return lm(Se),Se.V.setInt32(0,this.lo,!0),Se.V.setInt32(4,this.hi,!0),Se.V.getBigUint64(0,!0)}}St.ZERO=new St(0,0);class Te extends hm{static from(e){if(Se)switch(typeof e){case"string":if(e=="0")return this.ZERO;if(e=="")throw new Error("string is no integer");e=Se.C(e);case"number":if(e===0)return this.ZERO;e=Se.C(e);case"bigint":if(!e)return this.ZERO;if(e<Se.MIN)throw new Error("signed long too small");if(e>Se.MAX)throw new Error("signed long too large");return Se.V.setBigInt64(0,e,!0),new Te(Se.V.getInt32(0,!0),Se.V.getInt32(4,!0))}else switch(typeof e){case"string":if(e=="0")return this.ZERO;if(e=e.trim(),!um.test(e))throw new Error("string is no integer");let[r,n,i]=cm(e);if(r){if(i>Tc||i==Tc&&n!=0)throw new Error("signed long too small")}else if(i>=Tc)throw new Error("signed long too large");let s=new Te(n,i);return r?s.negate():s;case"number":if(e==0)return this.ZERO;if(!Number.isSafeInteger(e))throw new Error("number is no integer");return e>0?new Te(e,e/Ec):new Te(-e,-e/Ec).negate()}throw new Error("unknown value "+typeof e)}isNegative(){return(this.hi&Tc)!==0}negate(){let e=~this.hi,r=this.lo;return r?r=~r+1:e+=1,new Te(r,e)}toString(){if(Se)return this.toBigInt().toString();if(this.isNegative()){let e=this.negate();return"-"+Zl(e.lo,e.hi)}return Zl(this.lo,this.hi)}toBigInt(){return lm(Se),Se.V.setInt32(0,this.lo,!0),Se.V.setInt32(4,this.hi,!0),Se.V.getBigInt64(0,!0)}}Te.ZERO=new Te(0,0);const pm={readUnknownField:!0,readerFactory:t=>new SE(t)};function yE(t){return t?Object.assign(Object.assign({},pm),t):pm}class SE{constructor(e,r){this.varint64=gE,this.uint32=fE,this.buf=e,this.len=e.length,this.pos=0,this.view=new DataView(e.buffer,e.byteOffset,e.byteLength),this.textDecoder=r!=null?r:new TextDecoder("utf-8",{fatal:!0,ignoreBOM:!0})}tag(){let e=this.uint32(),r=e>>>3,n=e&7;if(r<=0||n<0||n>5)throw new Error("illegal tag: field no "+r+" wire type "+n);return[r,n]}skip(e){let r=this.pos;switch(e){case Ye.Varint:for(;this.buf[this.pos++]&128;);break;case Ye.Bit64:this.pos+=4;case Ye.Bit32:this.pos+=4;break;case Ye.LengthDelimited:let n=this.uint32();this.pos+=n;break;case Ye.StartGroup:let i;for(;(i=this.tag()[1])!==Ye.EndGroup;)this.skip(i);break;default:throw new Error("cant skip wire type "+e)}return this.assertBounds(),this.buf.subarray(r,this.pos)}assertBounds(){if(this.pos>this.len)throw new RangeError("premature EOF")}int32(){return this.uint32()|0}sint32(){let e=this.uint32();return e>>>1^-(e&1)}int64(){return new Te(...this.varint64())}uint64(){return new St(...this.varint64())}sint64(){let[e,r]=this.varint64(),n=-(e&1);return e=(e>>>1|(r&1)<<31)^n,r=r>>>1^n,new Te(e,r)}bool(){let[e,r]=this.varint64();return e!==0||r!==0}fixed32(){return this.view.getUint32((this.pos+=4)-4,!0)}sfixed32(){return this.view.getInt32((this.pos+=4)-4,!0)}fixed64(){return new St(this.sfixed32(),this.sfixed32())}sfixed64(){return new Te(this.sfixed32(),this.sfixed32())}float(){return this.view.getFloat32((this.pos+=4)-4,!0)}double(){return this.view.getFloat64((this.pos+=8)-8,!0)}bytes(){let e=this.uint32(),r=this.pos;return this.pos+=e,this.assertBounds(),this.buf.subarray(r,r+e)}string(){return this.textDecoder.decode(this.bytes())}}function le(t,e){if(!t)throw new Error(e)}const EE=34028234663852886e22,TE=-34028234663852886e22,kE=4294967295,bE=2147483647,wE=-2147483648;function aa(t){if(typeof t!="number")throw new Error("invalid int 32: "+typeof t);if(!Number.isInteger(t)||t>bE||t<wE)throw new Error("invalid int 32: "+t)}function kc(t){if(typeof t!="number")throw new Error("invalid uint 32: "+typeof t);if(!Number.isInteger(t)||t>kE||t<0)throw new Error("invalid uint 32: "+t)}function eu(t){if(typeof t!="number")throw new Error("invalid float 32: "+typeof t);if(!!Number.isFinite(t)&&(t>EE||t<TE))throw new Error("invalid float 32: "+t)}const mm={writeUnknownFields:!0,writerFactory:()=>new PE};function _E(t){return t?Object.assign(Object.assign({},mm),t):mm}class PE{constructor(e){this.stack=[],this.textEncoder=e!=null?e:new TextEncoder,this.chunks=[],this.buf=[]}finish(){this.chunks.push(new Uint8Array(this.buf));let e=0;for(let i=0;i<this.chunks.length;i++)e+=this.chunks[i].length;let r=new Uint8Array(e),n=0;for(let i=0;i<this.chunks.length;i++)r.set(this.chunks[i],n),n+=this.chunks[i].length;return this.chunks=[],r}fork(){return this.stack.push({chunks:this.chunks,buf:this.buf}),this.chunks=[],this.buf=[],this}join(){let e=this.finish(),r=this.stack.pop();if(!r)throw new Error("invalid state, fork stack empty");return this.chunks=r.chunks,this.buf=r.buf,this.uint32(e.byteLength),this.raw(e)}tag(e,r){return this.uint32((e<<3|r)>>>0)}raw(e){return this.buf.length&&(this.chunks.push(new Uint8Array(this.buf)),this.buf=[]),this.chunks.push(e),this}uint32(e){for(kc(e);e>127;)this.buf.push(e&127|128),e=e>>>7;return this.buf.push(e),this}int32(e){return aa(e),dm(e,this.buf),this}bool(e){return this.buf.push(e?1:0),this}bytes(e){return this.uint32(e.byteLength),this.raw(e)}string(e){let r=this.textEncoder.encode(e);return this.uint32(r.byteLength),this.raw(r)}float(e){eu(e);let r=new Uint8Array(4);return new DataView(r.buffer).setFloat32(0,e,!0),this.raw(r)}double(e){let r=new Uint8Array(8);return new DataView(r.buffer).setFloat64(0,e,!0),this.raw(r)}fixed32(e){kc(e);let r=new Uint8Array(4);return new DataView(r.buffer).setUint32(0,e,!0),this.raw(r)}sfixed32(e){aa(e);let r=new Uint8Array(4);return new DataView(r.buffer).setInt32(0,e,!0),this.raw(r)}sint32(e){return aa(e),e=(e<<1^e>>31)>>>0,dm(e,this.buf),this}sfixed64(e){let r=new Uint8Array(8),n=new DataView(r.buffer),i=Te.from(e);return n.setInt32(0,i.lo,!0),n.setInt32(4,i.hi,!0),this.raw(r)}fixed64(e){let r=new Uint8Array(8),n=new DataView(r.buffer),i=St.from(e);return n.setInt32(0,i.lo,!0),n.setInt32(4,i.hi,!0),this.raw(r)}int64(e){let r=Te.from(e);return Xl(r.lo,r.hi,this.buf),this}sint64(e){let r=Te.from(e),n=r.hi>>31,i=r.lo<<1^n,s=(r.hi<<1|r.lo>>>31)^n;return Xl(i,s,this.buf),this}uint64(e){let r=St.from(e);return Xl(r.lo,r.hi,this.buf),this}}const gm={emitDefaultValues:!1,enumAsInteger:!1,useProtoFieldName:!1,prettySpaces:0},fm={ignoreUnknownFields:!1};function IE(t){return t?Object.assign(Object.assign({},fm),t):fm}function CE(t){return t?Object.assign(Object.assign({},gm),t):gm}const vm=Symbol.for("protobuf-ts/message-type");function ym(t){let e=!1;const r=[];for(let n=0;n<t.length;n++){let i=t.charAt(n);i=="_"?e=!0:/\d/.test(i)?(r.push(i),e=!0):e?(r.push(i.toUpperCase()),e=!1):n==0?r.push(i.toLowerCase()):r.push(i)}return r.join("")}var D;(function(t){t[t.DOUBLE=1]="DOUBLE",t[t.FLOAT=2]="FLOAT",t[t.INT64=3]="INT64",t[t.UINT64=4]="UINT64",t[t.INT32=5]="INT32",t[t.FIXED64=6]="FIXED64",t[t.FIXED32=7]="FIXED32",t[t.BOOL=8]="BOOL",t[t.STRING=9]="STRING",t[t.BYTES=12]="BYTES",t[t.UINT32=13]="UINT32",t[t.SFIXED32=15]="SFIXED32",t[t.SFIXED64=16]="SFIXED64",t[t.SINT32=17]="SINT32",t[t.SINT64=18]="SINT64"})(D||(D={}));var Wr;(function(t){t[t.BIGINT=0]="BIGINT",t[t.STRING=1]="STRING",t[t.NUMBER=2]="NUMBER"})(Wr||(Wr={}));var bc;(function(t){t[t.NO=0]="NO",t[t.PACKED=1]="PACKED",t[t.UNPACKED=2]="UNPACKED"})(bc||(bc={}));function RE(t){var e,r,n,i;return t.localName=(e=t.localName)!==null&&e!==void 0?e:ym(t.name),t.jsonName=(r=t.jsonName)!==null&&r!==void 0?r:ym(t.name),t.repeat=(n=t.repeat)!==null&&n!==void 0?n:bc.NO,t.opt=(i=t.opt)!==null&&i!==void 0?i:t.repeat||t.oneof?!1:t.kind=="message",t}function ME(t){if(typeof t!="object"||t===null||!t.hasOwnProperty("oneofKind"))return!1;switch(typeof t.oneofKind){case"string":return t[t.oneofKind]===void 0?!1:Object.keys(t).length==2;case"undefined":return Object.keys(t).length==1;default:return!1}}class AE{constructor(e){var r;this.fields=(r=e.fields)!==null&&r!==void 0?r:[]}prepare(){if(this.data)return;const e=[],r=[],n=[];for(let i of this.fields)if(i.oneof)n.includes(i.oneof)||(n.push(i.oneof),e.push(i.oneof),r.push(i.oneof));else switch(r.push(i.localName),i.kind){case"scalar":case"enum":(!i.opt||i.repeat)&&e.push(i.localName);break;case"message":i.repeat&&e.push(i.localName);break;case"map":e.push(i.localName);break}this.data={req:e,known:r,oneofs:Object.values(n)}}is(e,r,n=!1){if(r<0)return!0;if(e==null||typeof e!="object")return!1;this.prepare();let i=Object.keys(e),s=this.data;if(i.length<s.req.length||s.req.some(a=>!i.includes(a))||!n&&i.some(a=>!s.known.includes(a)))return!1;if(r<1)return!0;for(const a of s.oneofs){const c=e[a];if(!ME(c))return!1;if(c.oneofKind===void 0)continue;const d=this.fields.find(l=>l.localName===c.oneofKind);if(!d||!this.field(c[c.oneofKind],d,n,r))return!1}for(const a of this.fields)if(a.oneof===void 0&&!this.field(e[a.localName],a,n,r))return!1;return!0}field(e,r,n,i){let s=r.repeat;switch(r.kind){case"scalar":return e===void 0?r.opt:s?this.scalars(e,r.T,i,r.L):this.scalar(e,r.T,r.L);case"enum":return e===void 0?r.opt:s?this.scalars(e,D.INT32,i):this.scalar(e,D.INT32);case"message":return e===void 0?!0:s?this.messages(e,r.T(),n,i):this.message(e,r.T(),n,i);case"map":if(typeof e!="object"||e===null)return!1;if(i<2)return!0;if(!this.mapKeys(e,r.K,i))return!1;switch(r.V.kind){case"scalar":return this.scalars(Object.values(e),r.V.T,i,r.V.L);case"enum":return this.scalars(Object.values(e),D.INT32,i);case"message":return this.messages(Object.values(e),r.V.T(),n,i)}break}return!0}message(e,r,n,i){return n?r.isAssignable(e,i):r.is(e,i)}messages(e,r,n,i){if(!Array.isArray(e))return!1;if(i<2)return!0;if(n){for(let s=0;s<e.length&&s<i;s++)if(!r.isAssignable(e[s],i-1))return!1}else for(let s=0;s<e.length&&s<i;s++)if(!r.is(e[s],i-1))return!1;return!0}scalar(e,r,n){let i=typeof e;switch(r){case D.UINT64:case D.FIXED64:case D.INT64:case D.SFIXED64:case D.SINT64:switch(n){case Wr.BIGINT:return i=="bigint";case Wr.NUMBER:return i=="number"&&!isNaN(e);default:return i=="string"}case D.BOOL:return i=="boolean";case D.STRING:return i=="string";case D.BYTES:return e instanceof Uint8Array;case D.DOUBLE:case D.FLOAT:return i=="number"&&!isNaN(e);default:return i=="number"&&Number.isInteger(e)}}scalars(e,r,n,i){if(!Array.isArray(e))return!1;if(n<2)return!0;if(Array.isArray(e)){for(let s=0;s<e.length&&s<n;s++)if(!this.scalar(e[s],r,i))return!1}return!0}mapKeys(e,r,n){let i=Object.keys(e);switch(r){case D.INT32:case D.FIXED32:case D.SFIXED32:case D.SINT32:case D.UINT32:return this.scalars(i.slice(0,n).map(s=>parseInt(s)),r,n);case D.BOOL:return this.scalars(i.slice(0,n).map(s=>s=="true"?!0:s=="false"?!1:s),r,n);default:return this.scalars(i,r,n,Wr.STRING)}}}function yr(t,e){switch(e){case Wr.BIGINT:return t.toBigInt();case Wr.NUMBER:return t.toNumber();default:return t.toString()}}class DE{constructor(e){this.info=e}prepare(){var e;if(this.fMap===void 0){this.fMap={};const r=(e=this.info.fields)!==null&&e!==void 0?e:[];for(const n of r)this.fMap[n.name]=n,this.fMap[n.jsonName]=n,this.fMap[n.localName]=n}}assert(e,r,n){if(!e){let i=Ql(n);throw(i=="number"||i=="boolean")&&(i=n.toString()),new Error(`Cannot parse JSON ${i} for ${this.info.typeName}#${r}`)}}read(e,r,n){this.prepare();const i=[];for(const[s,a]of Object.entries(e)){const c=this.fMap[s];if(!c){if(!n.ignoreUnknownFields)throw new Error(`Found unknown field while reading ${this.info.typeName} from JSON format. JSON key: ${s}`);continue}const d=c.localName;let l;if(c.oneof){if(a===null&&(c.kind!=="enum"||c.T()[0]!=="google.protobuf.NullValue"))continue;if(i.includes(c.oneof))throw new Error(`Multiple members of the oneof group "${c.oneof}" of ${this.info.typeName} are present in JSON.`);i.push(c.oneof),l=r[c.oneof]={oneofKind:d}}else l=r;if(c.kind=="map"){if(a===null)continue;this.assert(hE(a),c.name,a);const p=l[d];for(const[m,S]of Object.entries(a)){this.assert(S!==null,c.name+" map value",null);let E;switch(c.V.kind){case"message":E=c.V.T().internalJsonRead(S,n);break;case"enum":if(E=this.enum(c.V.T(),S,c.name,n.ignoreUnknownFields),E===!1)continue;break;case"scalar":E=this.scalar(S,c.V.T,c.V.L,c.name);break}this.assert(E!==void 0,c.name+" map value",S);let b=m;c.K==D.BOOL&&(b=b=="true"?!0:b=="false"?!1:b),b=this.scalar(b,c.K,Wr.STRING,c.name).toString(),p[b]=E}}else if(c.repeat){if(a===null)continue;this.assert(Array.isArray(a),c.name,a);const p=l[d];for(const m of a){this.assert(m!==null,c.name,null);let S;switch(c.kind){case"message":S=c.T().internalJsonRead(m,n);break;case"enum":if(S=this.enum(c.T(),m,c.name,n.ignoreUnknownFields),S===!1)continue;break;case"scalar":S=this.scalar(m,c.T,c.L,c.name);break}this.assert(S!==void 0,c.name,a),p.push(S)}}else switch(c.kind){case"message":if(a===null&&c.T().typeName!="google.protobuf.Value"){this.assert(c.oneof===void 0,c.name+" (oneof member)",null);continue}l[d]=c.T().internalJsonRead(a,n,l[d]);break;case"enum":let p=this.enum(c.T(),a,c.name,n.ignoreUnknownFields);if(p===!1)continue;l[d]=p;break;case"scalar":l[d]=this.scalar(a,c.T,c.L,c.name);break}}}enum(e,r,n,i){if(e[0]=="google.protobuf.NullValue"&&le(r===null||r==="NULL_VALUE",`Unable to parse field ${this.info.typeName}#${n}, enum ${e[0]} only accepts null.`),r===null)return 0;switch(typeof r){case"number":return le(Number.isInteger(r),`Unable to parse field ${this.info.typeName}#${n}, enum can only be integral number, got ${r}.`),r;case"string":let s=r;e[2]&&r.substring(0,e[2].length)===e[2]&&(s=r.substring(e[2].length));let a=e[1][s];return typeof a=="undefined"&&i?!1:(le(typeof a=="number",`Unable to parse field ${this.info.typeName}#${n}, enum ${e[0]} has no value for "${r}".`),a)}le(!1,`Unable to parse field ${this.info.typeName}#${n}, cannot parse enum value from ${typeof r}".`)}scalar(e,r,n,i){let s;try{switch(r){case D.DOUBLE:case D.FLOAT:if(e===null)return 0;if(e==="NaN")return Number.NaN;if(e==="Infinity")return Number.POSITIVE_INFINITY;if(e==="-Infinity")return Number.NEGATIVE_INFINITY;if(e===""){s="empty string";break}if(typeof e=="string"&&e.trim().length!==e.length){s="extra whitespace";break}if(typeof e!="string"&&typeof e!="number")break;let a=Number(e);if(Number.isNaN(a)){s="not a number";break}if(!Number.isFinite(a)){s="too large or small";break}return r==D.FLOAT&&eu(a),a;case D.INT32:case D.FIXED32:case D.SFIXED32:case D.SINT32:case D.UINT32:if(e===null)return 0;let c;if(typeof e=="number"?c=e:e===""?s="empty string":typeof e=="string"&&(e.trim().length!==e.length?s="extra whitespace":c=Number(e)),c===void 0)break;return r==D.UINT32?kc(c):aa(c),c;case D.INT64:case D.SFIXED64:case D.SINT64:if(e===null)return yr(Te.ZERO,n);if(typeof e!="number"&&typeof e!="string")break;return yr(Te.from(e),n);case D.FIXED64:case D.UINT64:if(e===null)return yr(St.ZERO,n);if(typeof e!="number"&&typeof e!="string")break;return yr(St.from(e),n);case D.BOOL:if(e===null)return!1;if(typeof e!="boolean")break;return e;case D.STRING:if(e===null)return"";if(typeof e!="string"){s="extra whitespace";break}try{encodeURIComponent(e)}catch(d){d="invalid UTF8";break}return e;case D.BYTES:if(e===null||e==="")return new Uint8Array(0);if(typeof e!="string")break;return pE(e)}}catch(a){s=a.message}this.assert(!1,i+(s?" - "+s:""),e)}}class OE{constructor(e){var r;this.fields=(r=e.fields)!==null&&r!==void 0?r:[]}write(e,r){const n={},i=e;for(const s of this.fields){if(!s.oneof){let l=this.field(s,i[s.localName],r);l!==void 0&&(n[r.useProtoFieldName?s.name:s.jsonName]=l);continue}const a=i[s.oneof];if(a.oneofKind!==s.localName)continue;const c=s.kind=="scalar"||s.kind=="enum"?Object.assign(Object.assign({},r),{emitDefaultValues:!0}):r;let d=this.field(s,a[s.localName],c);le(d!==void 0),n[r.useProtoFieldName?s.name:s.jsonName]=d}return n}field(e,r,n){let i;if(e.kind=="map"){le(typeof r=="object"&&r!==null);const s={};switch(e.V.kind){case"scalar":for(const[d,l]of Object.entries(r)){const p=this.scalar(e.V.T,l,e.name,!1,!0);le(p!==void 0),s[d.toString()]=p}break;case"message":const a=e.V.T();for(const[d,l]of Object.entries(r)){const p=this.message(a,l,e.name,n);le(p!==void 0),s[d.toString()]=p}break;case"enum":const c=e.V.T();for(const[d,l]of Object.entries(r)){le(l===void 0||typeof l=="number");const p=this.enum(c,l,e.name,!1,!0,n.enumAsInteger);le(p!==void 0),s[d.toString()]=p}break}(n.emitDefaultValues||Object.keys(s).length>0)&&(i=s)}else if(e.repeat){le(Array.isArray(r));const s=[];switch(e.kind){case"scalar":for(let d=0;d<r.length;d++){const l=this.scalar(e.T,r[d],e.name,e.opt,!0);le(l!==void 0),s.push(l)}break;case"enum":const a=e.T();for(let d=0;d<r.length;d++){le(r[d]===void 0||typeof r[d]=="number");const l=this.enum(a,r[d],e.name,e.opt,!0,n.enumAsInteger);le(l!==void 0),s.push(l)}break;case"message":const c=e.T();for(let d=0;d<r.length;d++){const l=this.message(c,r[d],e.name,n);le(l!==void 0),s.push(l)}break}(n.emitDefaultValues||s.length>0||n.emitDefaultValues)&&(i=s)}else switch(e.kind){case"scalar":i=this.scalar(e.T,r,e.name,e.opt,n.emitDefaultValues);break;case"enum":i=this.enum(e.T(),r,e.name,e.opt,n.emitDefaultValues,n.enumAsInteger);break;case"message":i=this.message(e.T(),r,e.name,n);break}return i}enum(e,r,n,i,s,a){if(e[0]=="google.protobuf.NullValue")return!s&&!i?void 0:null;if(r===void 0){le(i);return}if(!(r===0&&!s&&!i))return le(typeof r=="number"),le(Number.isInteger(r)),a||!e[1].hasOwnProperty(r)?r:e[2]?e[2]+e[1][r]:e[1][r]}message(e,r,n,i){return r===void 0?i.emitDefaultValues?null:void 0:e.internalJsonWrite(r,i)}scalar(e,r,n,i,s){if(r===void 0){le(i);return}const a=s||i;switch(e){case D.INT32:case D.SFIXED32:case D.SINT32:return r===0?a?0:void 0:(aa(r),r);case D.FIXED32:case D.UINT32:return r===0?a?0:void 0:(kc(r),r);case D.FLOAT:eu(r);case D.DOUBLE:return r===0?a?0:void 0:(le(typeof r=="number"),Number.isNaN(r)?"NaN":r===Number.POSITIVE_INFINITY?"Infinity":r===Number.NEGATIVE_INFINITY?"-Infinity":r);case D.STRING:return r===""?a?"":void 0:(le(typeof r=="string"),r);case D.BOOL:return r===!1?a?!1:void 0:(le(typeof r=="boolean"),r);case D.UINT64:case D.FIXED64:le(typeof r=="number"||typeof r=="string"||typeof r=="bigint");let c=St.from(r);return c.isZero()&&!a?void 0:c.toString();case D.INT64:case D.SFIXED64:case D.SINT64:le(typeof r=="number"||typeof r=="string"||typeof r=="bigint");let d=Te.from(r);return d.isZero()&&!a?void 0:d.toString();case D.BYTES:return le(r instanceof Uint8Array),r.byteLength?mE(r):a?"":void 0}}}function tu(t,e=Wr.STRING){switch(t){case D.BOOL:return!1;case D.UINT64:case D.FIXED64:return yr(St.ZERO,e);case D.INT64:case D.SFIXED64:case D.SINT64:return yr(Te.ZERO,e);case D.DOUBLE:case D.FLOAT:return 0;case D.BYTES:return new Uint8Array(0);case D.STRING:return"";default:return 0}}class NE{constructor(e){this.info=e}prepare(){var e;if(!this.fieldNoToField){const r=(e=this.info.fields)!==null&&e!==void 0?e:[];this.fieldNoToField=new Map(r.map(n=>[n.no,n]))}}read(e,r,n,i){this.prepare();const s=i===void 0?e.len:e.pos+i;for(;e.pos<s;){const[a,c]=e.tag(),d=this.fieldNoToField.get(a);if(!d){let S=n.readUnknownField;if(S=="throw")throw new Error(`Unknown field ${a} (wire type ${c}) for ${this.info.typeName}`);let E=e.skip(c);S!==!1&&(S===!0?yc.onRead:S)(this.info.typeName,r,a,c,E);continue}let l=r,p=d.repeat,m=d.localName;switch(d.oneof&&(l=l[d.oneof],l.oneofKind!==m&&(l=r[d.oneof]={oneofKind:m})),d.kind){case"scalar":case"enum":let S=d.kind=="enum"?D.INT32:d.T,E=d.kind=="scalar"?d.L:void 0;if(p){let M=l[m];if(c==Ye.LengthDelimited&&S!=D.STRING&&S!=D.BYTES){let F=e.uint32()+e.pos;for(;e.pos<F;)M.push(this.scalar(e,S,E))}else M.push(this.scalar(e,S,E))}else l[m]=this.scalar(e,S,E);break;case"message":if(p){let M=l[m],F=d.T().internalBinaryRead(e,e.uint32(),n);M.push(F)}else l[m]=d.T().internalBinaryRead(e,e.uint32(),n,l[m]);break;case"map":let[b,O]=this.mapEntry(d,e,n);l[m][b]=O;break}}}mapEntry(e,r,n){let i=r.uint32(),s=r.pos+i,a,c;for(;r.pos<s;){let[d,l]=r.tag();switch(d){case 1:e.K==D.BOOL?a=r.bool().toString():a=this.scalar(r,e.K,Wr.STRING);break;case 2:switch(e.V.kind){case"scalar":c=this.scalar(r,e.V.T,e.V.L);break;case"enum":c=r.int32();break;case"message":c=e.V.T().internalBinaryRead(r,r.uint32(),n);break}break;default:throw new Error(`Unknown field ${d} (wire type ${l}) in map entry for ${this.info.typeName}#${e.name}`)}}if(a===void 0){let d=tu(e.K);a=e.K==D.BOOL?d.toString():d}if(c===void 0)switch(e.V.kind){case"scalar":c=tu(e.V.T,e.V.L);break;case"enum":c=0;break;case"message":c=e.V.T().create();break}return[a,c]}scalar(e,r,n){switch(r){case D.INT32:return e.int32();case D.STRING:return e.string();case D.BOOL:return e.bool();case D.DOUBLE:return e.double();case D.FLOAT:return e.float();case D.INT64:return yr(e.int64(),n);case D.UINT64:return yr(e.uint64(),n);case D.FIXED64:return yr(e.fixed64(),n);case D.FIXED32:return e.fixed32();case D.BYTES:return e.bytes();case D.UINT32:return e.uint32();case D.SFIXED32:return e.sfixed32();case D.SFIXED64:return yr(e.sfixed64(),n);case D.SINT32:return e.sint32();case D.SINT64:return yr(e.sint64(),n)}}}class LE{constructor(e){this.info=e}prepare(){if(!this.fields){const e=this.info.fields?this.info.fields.concat():[];this.fields=e.sort((r,n)=>r.no-n.no)}}write(e,r,n){this.prepare();for(const s of this.fields){let a,c,d=s.repeat,l=s.localName;if(s.oneof){const p=e[s.oneof];if(p.oneofKind!==l)continue;a=p[l],c=!0}else a=e[l],c=!1;switch(s.kind){case"scalar":case"enum":let p=s.kind=="enum"?D.INT32:s.T;if(d)if(le(Array.isArray(a)),d==bc.PACKED)this.packed(r,p,s.no,a);else for(const m of a)this.scalar(r,p,s.no,m,!0);else a===void 0?le(s.opt):this.scalar(r,p,s.no,a,c||s.opt);break;case"message":if(d){le(Array.isArray(a));for(const m of a)this.message(r,n,s.T(),s.no,m)}else this.message(r,n,s.T(),s.no,a);break;case"map":le(typeof a=="object"&&a!==null);for(const[m,S]of Object.entries(a))this.mapEntry(r,n,s,m,S);break}}let i=n.writeUnknownFields;i!==!1&&(i===!0?yc.onWrite:i)(this.info.typeName,e,r)}mapEntry(e,r,n,i,s){e.tag(n.no,Ye.LengthDelimited),e.fork();let a=i;switch(n.K){case D.INT32:case D.FIXED32:case D.UINT32:case D.SFIXED32:case D.SINT32:a=Number.parseInt(i);break;case D.BOOL:le(i=="true"||i=="false"),a=i=="true";break}switch(this.scalar(e,n.K,1,a,!0),n.V.kind){case"scalar":this.scalar(e,n.V.T,2,s,!0);break;case"enum":this.scalar(e,D.INT32,2,s,!0);break;case"message":this.message(e,r,n.V.T(),2,s);break}e.join()}message(e,r,n,i,s){s!==void 0&&(n.internalBinaryWrite(s,e.tag(i,Ye.LengthDelimited).fork(),r),e.join())}scalar(e,r,n,i,s){let[a,c,d]=this.scalarInfo(r,i);(!d||s)&&(e.tag(n,a),e[c](i))}packed(e,r,n,i){if(!i.length)return;le(r!==D.BYTES&&r!==D.STRING),e.tag(n,Ye.LengthDelimited),e.fork();let[,s]=this.scalarInfo(r);for(let a=0;a<i.length;a++)e[s](i[a]);e.join()}scalarInfo(e,r){let n=Ye.Varint,i,s=r===void 0,a=r===0;switch(e){case D.INT32:i="int32";break;case D.STRING:a=s||!r.length,n=Ye.LengthDelimited,i="string";break;case D.BOOL:a=r===!1,i="bool";break;case D.UINT32:i="uint32";break;case D.DOUBLE:n=Ye.Bit64,i="double";break;case D.FLOAT:n=Ye.Bit32,i="float";break;case D.INT64:a=s||Te.from(r).isZero(),i="int64";break;case D.UINT64:a=s||St.from(r).isZero(),i="uint64";break;case D.FIXED64:a=s||St.from(r).isZero(),n=Ye.Bit64,i="fixed64";break;case D.BYTES:a=s||!r.byteLength,n=Ye.LengthDelimited,i="bytes";break;case D.FIXED32:n=Ye.Bit32,i="fixed32";break;case D.SFIXED32:n=Ye.Bit32,i="sfixed32";break;case D.SFIXED64:a=s||Te.from(r).isZero(),n=Ye.Bit64,i="sfixed64";break;case D.SINT32:i="sint32";break;case D.SINT64:a=s||Te.from(r).isZero(),i="sint64";break}return[n,i,s||a]}}function xE(t){const e=t.messagePrototype?Object.create(t.messagePrototype):Object.defineProperty({},vm,{value:t});for(let r of t.fields){let n=r.localName;if(!r.opt)if(r.oneof)e[r.oneof]={oneofKind:void 0};else if(r.repeat)e[n]=[];else switch(r.kind){case"scalar":e[n]=tu(r.T,r.L);break;case"enum":e[n]=0;break;case"map":e[n]={};break}}return e}function ru(t,e,r){let n,i=r,s;for(let a of t.fields){let c=a.localName;if(a.oneof){const d=i[a.oneof];if((d==null?void 0:d.oneofKind)==null)continue;if(n=d[c],s=e[a.oneof],s.oneofKind=d.oneofKind,n==null){delete s[c];continue}}else if(n=i[c],s=e,n==null)continue;switch(a.repeat&&(s[c].length=n.length),a.kind){case"scalar":case"enum":if(a.repeat)for(let l=0;l<n.length;l++)s[c][l]=n[l];else s[c]=n;break;case"message":let d=a.T();if(a.repeat)for(let l=0;l<n.length;l++)s[c][l]=d.create(n[l]);else s[c]===void 0?s[c]=d.create(n):d.mergePartial(s[c],n);break;case"map":switch(a.V.kind){case"scalar":case"enum":Object.assign(s[c],n);break;case"message":let l=a.V.T();for(let p of Object.keys(n))s[c][p]=l.create(n[p]);break}break}}}function VE(t,e,r){if(e===r)return!0;if(!e||!r)return!1;for(let n of t.fields){let i=n.localName,s=n.oneof?e[n.oneof][i]:e[i],a=n.oneof?r[n.oneof][i]:r[i];switch(n.kind){case"enum":case"scalar":let c=n.kind=="enum"?D.INT32:n.T;if(!(n.repeat?Em(c,s,a):Sm(c,s,a)))return!1;break;case"map":if(!(n.V.kind=="message"?Tm(n.V.T(),wc(s),wc(a)):Em(n.V.kind=="enum"?D.INT32:n.V.T,wc(s),wc(a))))return!1;break;case"message":let d=n.T();if(!(n.repeat?Tm(d,s,a):d.equals(s,a)))return!1;break}}return!0}const wc=Object.values;function Sm(t,e,r){if(e===r)return!0;if(t!==D.BYTES)return!1;let n=e,i=r;if(n.length!==i.length)return!1;for(let s=0;s<n.length;s++)if(n[s]!=i[s])return!1;return!0}function Em(t,e,r){if(e.length!==r.length)return!1;for(let n=0;n<e.length;n++)if(!Sm(t,e[n],r[n]))return!1;return!0}function Tm(t,e,r){if(e.length!==r.length)return!1;for(let n=0;n<e.length;n++)if(!t.equals(e[n],r[n]))return!1;return!0}const UE=Object.getOwnPropertyDescriptors(Object.getPrototypeOf({}));class T{constructor(e,r,n){this.defaultCheckDepth=16,this.typeName=e,this.fields=r.map(RE),this.options=n!=null?n:{},this.messagePrototype=Object.create(null,Object.assign(Object.assign({},UE),{[vm]:{value:this}})),this.refTypeCheck=new AE(this),this.refJsonReader=new DE(this),this.refJsonWriter=new OE(this),this.refBinReader=new NE(this),this.refBinWriter=new LE(this)}create(e){let r=xE(this);return e!==void 0&&ru(this,r,e),r}clone(e){let r=this.create();return ru(this,r,e),r}equals(e,r){return VE(this,e,r)}is(e,r=this.defaultCheckDepth){return this.refTypeCheck.is(e,r,!1)}isAssignable(e,r=this.defaultCheckDepth){return this.refTypeCheck.is(e,r,!0)}mergePartial(e,r){ru(this,e,r)}fromBinary(e,r){let n=yE(r);return this.internalBinaryRead(n.readerFactory(e),e.byteLength,n)}fromJson(e,r){return this.internalJsonRead(e,IE(r))}fromJsonString(e,r){let n=JSON.parse(e);return this.fromJson(n,r)}toJson(e,r){return this.internalJsonWrite(e,CE(r))}toJsonString(e,r){var n;let i=this.toJson(e,r);return JSON.stringify(i,null,(n=r==null?void 0:r.prettySpaces)!==null&&n!==void 0?n:0)}toBinary(e,r){let n=_E(r);return this.internalBinaryWrite(e,n.writerFactory(),n).finish()}internalJsonRead(e,r,n){if(e!==null&&typeof e=="object"&&!Array.isArray(e)){let i=n!=null?n:this.create();return this.refJsonReader.read(e,i,r),i}throw new Error(`Unable to parse message ${this.typeName} from JSON ${Ql(e)}.`)}internalJsonWrite(e,r){return this.refJsonWriter.write(e,r)}internalBinaryWrite(e,r,n){return this.refBinWriter.write(e,r,n),r}internalBinaryRead(e,r,n,i){let s=i!=null?i:this.create();return this.refBinReader.read(e,s,n,r),s}}const FE=t=>(e,r)=>(t.set(e,r),r),km=Number.MAX_SAFE_INTEGER===void 0?9007199254740991:Number.MAX_SAFE_INTEGER,bm=536870912,wm=bm*2,BE=(t,e)=>r=>{const n=e.get(r);let i=n===void 0?r.size:n<wm?n+1:0;if(!r.has(i))return t(r,i);if(r.size<bm){for(;r.has(i);)i=Math.floor(Math.random()*wm);return t(r,i)}if(r.size>km)throw new Error("Congratulations, you created a collection of unique numbers which uses all available integers!");for(;r.has(i);)i=Math.floor(Math.random()*km);return t(r,i)},_m=new WeakMap,WE=FE(_m),_c=BE(WE,_m),jE=t=>t.method!==void 0&&t.method==="call",HE=t=>t.error===null&&typeof t.id=="number",Pc=((t,e)=>{let r=null;return()=>{if(r!==null)return r;const n=new Blob([e],{type:"application/javascript; charset=utf-8"}),i=URL.createObjectURL(n);return r=t(i),setTimeout(()=>URL.revokeObjectURL(i)),r}})(t=>{const e=new Map([[0,()=>{}]]),r=new Map([[0,()=>{}]]),n=new Map,i=new Worker(t);return i.addEventListener("message",({data:l})=>{if(jE(l)){const{params:{timerId:p,timerType:m}}=l;if(m==="interval"){const S=e.get(p);if(typeof S=="number"){const E=n.get(S);if(E===void 0||E.timerId!==p||E.timerType!==m)throw new Error("The timer is in an undefined state.")}else if(typeof S!="undefined")S();else throw new Error("The timer is in an undefined state.")}else if(m==="timeout"){const S=r.get(p);if(typeof S=="number"){const E=n.get(S);if(E===void 0||E.timerId!==p||E.timerType!==m)throw new Error("The timer is in an undefined state.")}else if(typeof S!="undefined")S(),r.delete(p);else throw new Error("The timer is in an undefined state.")}}else if(HE(l)){const{id:p}=l,m=n.get(p);if(m===void 0)throw new Error("The timer is in an undefined state.");const{timerId:S,timerType:E}=m;n.delete(p),E==="interval"?e.delete(S):r.delete(S)}else{const{error:{message:p}}=l;throw new Error(p)}}),{clearInterval:l=>{const p=_c(n);n.set(p,{timerId:l,timerType:"interval"}),e.set(l,p),i.postMessage({id:p,method:"clear",params:{timerId:l,timerType:"interval"}})},clearTimeout:l=>{const p=_c(n);n.set(p,{timerId:l,timerType:"timeout"}),r.set(l,p),i.postMessage({id:p,method:"clear",params:{timerId:l,timerType:"timeout"}})},setInterval:(l,p=0)=>{const m=_c(e);return e.set(m,()=>{l(),typeof e.get(m)=="function"&&i.postMessage({id:null,method:"set",params:{delay:p,now:performance.now(),timerId:m,timerType:"interval"}})}),i.postMessage({id:null,method:"set",params:{delay:p,now:performance.now(),timerId:m,timerType:"interval"}}),m},setTimeout:(l,p=0)=>{const m=_c(r);return r.set(m,l),i.postMessage({id:null,method:"set",params:{delay:p,now:performance.now(),timerId:m,timerType:"timeout"}}),m}}},`(()=>{"use strict";const e=new Map,t=new Map,r=(e,t)=>{let r,o;const i=performance.now();r=i,o=e-Math.max(0,i-t);return{expected:r+o,remainingDelay:o}},o=(e,t,r,i)=>{const s=performance.now();s>r?postMessage({id:null,method:"call",params:{timerId:t,timerType:i}}):e.set(t,setTimeout(o,r-s,e,t,r,i))};addEventListener("message",(i=>{let{data:s}=i;try{if("clear"===s.method){const{id:r,params:{timerId:o,timerType:i}}=s;if("interval"===i)(t=>{const r=e.get(t);if(void 0===r)throw new Error('There is no interval scheduled with the given id "'.concat(t,'".'));clearTimeout(r),e.delete(t)})(o),postMessage({error:null,id:r});else{if("timeout"!==i)throw new Error('The given type "'.concat(i,'" is not supported'));(e=>{const r=t.get(e);if(void 0===r)throw new Error('There is no timeout scheduled with the given id "'.concat(e,'".'));clearTimeout(r),t.delete(e)})(o),postMessage({error:null,id:r})}}else{if("set"!==s.method)throw new Error('The given method "'.concat(s.method,'" is not supported'));{const{params:{delay:i,now:n,timerId:a,timerType:d}}=s;if("interval"===d)((t,i,s)=>{const{expected:n,remainingDelay:a}=r(t,s);e.set(i,setTimeout(o,a,e,i,n,"interval"))})(i,a,n);else{if("timeout"!==d)throw new Error('The given type "'.concat(d,'" is not supported'));((e,i,s)=>{const{expected:n,remainingDelay:a}=r(e,s);t.set(i,setTimeout(o,a,t,i,n,"timeout"))})(i,a,n)}}}}catch(e){postMessage({error:{message:e.message},id:s.id,result:null})}}))})();`),ns=t=>Pc().clearInterval(t),qE=t=>Pc().clearTimeout(t),Ic=(t,e)=>Pc().setInterval(t,e);var GE=Object.freeze(Object.defineProperty({__proto__:null,clearInterval:ns,clearTimeout:qE,setInterval:Ic,setTimeout:(t,e)=>Pc().setTimeout(t,e)},Symbol.toStringTag,{value:"Module"})),Pm={},nu={exports:{}},Im=nu.exports={v:[{name:"version",reg:/^(\d*)$/}],o:[{name:"origin",reg:/^(\S*) (\d*) (\d*) (\S*) IP(\d) (\S*)/,names:["username","sessionId","sessionVersion","netType","ipVer","address"],format:"%s %s %d %s IP%d %s"}],s:[{name:"name"}],i:[{name:"description"}],u:[{name:"uri"}],e:[{name:"email"}],p:[{name:"phone"}],z:[{name:"timezones"}],r:[{name:"repeats"}],t:[{name:"timing",reg:/^(\d*) (\d*)/,names:["start","stop"],format:"%d %d"}],c:[{name:"connection",reg:/^IN IP(\d) (\S*)/,names:["version","ip"],format:"IN IP%d %s"}],b:[{push:"bandwidth",reg:/^(TIAS|AS|CT|RR|RS):(\d*)/,names:["type","limit"],format:"%s:%s"}],m:[{reg:/^(\w*) (\d*) ([\w/]*)(?: (.*))?/,names:["type","port","protocol","payloads"],format:"%s %d %s %s"}],a:[{push:"rtp",reg:/^rtpmap:(\d*) ([\w\-.]*)(?:\s*\/(\d*)(?:\s*\/(\S*))?)?/,names:["payload","codec","rate","encoding"],format:function(t){return t.encoding?"rtpmap:%d %s/%s/%s":t.rate?"rtpmap:%d %s/%s":"rtpmap:%d %s"}},{push:"fmtp",reg:/^fmtp:(\d*) ([\S| ]*)/,names:["payload","config"],format:"fmtp:%d %s"},{name:"control",reg:/^control:(.*)/,format:"control:%s"},{name:"rtcp",reg:/^rtcp:(\d*)(?: (\S*) IP(\d) (\S*))?/,names:["port","netType","ipVer","address"],format:function(t){return t.address!=null?"rtcp:%d %s IP%d %s":"rtcp:%d"}},{push:"rtcpFbTrrInt",reg:/^rtcp-fb:(\*|\d*) trr-int (\d*)/,names:["payload","value"],format:"rtcp-fb:%s trr-int %d"},{push:"rtcpFb",reg:/^rtcp-fb:(\*|\d*) ([\w-_]*)(?: ([\w-_]*))?/,names:["payload","type","subtype"],format:function(t){return t.subtype!=null?"rtcp-fb:%s %s %s":"rtcp-fb:%s %s"}},{push:"ext",reg:/^extmap:(\d+)(?:\/(\w+))?(?: (urn:ietf:params:rtp-hdrext:encrypt))? (\S*)(?: (\S*))?/,names:["value","direction","encrypt-uri","uri","config"],format:function(t){return"extmap:%d"+(t.direction?"/%s":"%v")+(t["encrypt-uri"]?" %s":"%v")+" %s"+(t.config?" %s":"")}},{name:"extmapAllowMixed",reg:/^(extmap-allow-mixed)/},{push:"crypto",reg:/^crypto:(\d*) ([\w_]*) (\S*)(?: (\S*))?/,names:["id","suite","config","sessionConfig"],format:function(t){return t.sessionConfig!=null?"crypto:%d %s %s %s":"crypto:%d %s %s"}},{name:"setup",reg:/^setup:(\w*)/,format:"setup:%s"},{name:"connectionType",reg:/^connection:(new|existing)/,format:"connection:%s"},{name:"mid",reg:/^mid:([^\s]*)/,format:"mid:%s"},{name:"msid",reg:/^msid:(.*)/,format:"msid:%s"},{name:"ptime",reg:/^ptime:(\d*(?:\.\d*)*)/,format:"ptime:%d"},{name:"maxptime",reg:/^maxptime:(\d*(?:\.\d*)*)/,format:"maxptime:%d"},{name:"direction",reg:/^(sendrecv|recvonly|sendonly|inactive)/},{name:"icelite",reg:/^(ice-lite)/},{name:"iceUfrag",reg:/^ice-ufrag:(\S*)/,format:"ice-ufrag:%s"},{name:"icePwd",reg:/^ice-pwd:(\S*)/,format:"ice-pwd:%s"},{name:"fingerprint",reg:/^fingerprint:(\S*) (\S*)/,names:["type","hash"],format:"fingerprint:%s %s"},{push:"candidates",reg:/^candidate:(\S*) (\d*) (\S*) (\d*) (\S*) (\d*) typ (\S*)(?: raddr (\S*) rport (\d*))?(?: tcptype (\S*))?(?: generation (\d*))?(?: network-id (\d*))?(?: network-cost (\d*))?/,names:["foundation","component","transport","priority","ip","port","type","raddr","rport","tcptype","generation","network-id","network-cost"],format:function(t){var e="candidate:%s %d %s %d %s %d typ %s";return e+=t.raddr!=null?" raddr %s rport %d":"%v%v",e+=t.tcptype!=null?" tcptype %s":"%v",t.generation!=null&&(e+=" generation %d"),e+=t["network-id"]!=null?" network-id %d":"%v",e+=t["network-cost"]!=null?" network-cost %d":"%v",e}},{name:"endOfCandidates",reg:/^(end-of-candidates)/},{name:"remoteCandidates",reg:/^remote-candidates:(.*)/,format:"remote-candidates:%s"},{name:"iceOptions",reg:/^ice-options:(\S*)/,format:"ice-options:%s"},{push:"ssrcs",reg:/^ssrc:(\d*) ([\w_-]*)(?::(.*))?/,names:["id","attribute","value"],format:function(t){var e="ssrc:%d";return t.attribute!=null&&(e+=" %s",t.value!=null&&(e+=":%s")),e}},{push:"ssrcGroups",reg:/^ssrc-group:([\x21\x23\x24\x25\x26\x27\x2A\x2B\x2D\x2E\w]*) (.*)/,names:["semantics","ssrcs"],format:"ssrc-group:%s %s"},{name:"msidSemantic",reg:/^msid-semantic:\s?(\w*) (\S*)/,names:["semantic","token"],format:"msid-semantic: %s %s"},{push:"groups",reg:/^group:(\w*) (.*)/,names:["type","mids"],format:"group:%s %s"},{name:"rtcpMux",reg:/^(rtcp-mux)/},{name:"rtcpRsize",reg:/^(rtcp-rsize)/},{name:"sctpmap",reg:/^sctpmap:([\w_/]*) (\S*)(?: (\S*))?/,names:["sctpmapNumber","app","maxMessageSize"],format:function(t){return t.maxMessageSize!=null?"sctpmap:%s %s %s":"sctpmap:%s %s"}},{name:"xGoogleFlag",reg:/^x-google-flag:([^\s]*)/,format:"x-google-flag:%s"},{push:"rids",reg:/^rid:([\d\w]+) (\w+)(?: ([\S| ]*))?/,names:["id","direction","params"],format:function(t){return t.params?"rid:%s %s %s":"rid:%s %s"}},{push:"imageattrs",reg:new RegExp("^imageattr:(\\d+|\\*)[\\s\\t]+(send|recv)[\\s\\t]+(\\*|\\[\\S+\\](?:[\\s\\t]+\\[\\S+\\])*)(?:[\\s\\t]+(recv|send)[\\s\\t]+(\\*|\\[\\S+\\](?:[\\s\\t]+\\[\\S+\\])*))?"),names:["pt","dir1","attrs1","dir2","attrs2"],format:function(t){return"imageattr:%s %s %s"+(t.dir2?" %s %s":"")}},{name:"simulcast",reg:new RegExp("^simulcast:(send|recv) ([a-zA-Z0-9\\-_~;,]+)(?:\\s?(send|recv) ([a-zA-Z0-9\\-_~;,]+))?$"),names:["dir1","list1","dir2","list2"],format:function(t){return"simulcast:%s %s"+(t.dir2?" %s %s":"")}},{name:"simulcast_03",reg:/^simulcast:[\s\t]+([\S+\s\t]+)$/,names:["value"],format:"simulcast: %s"},{name:"framerate",reg:/^framerate:(\d+(?:$|\.\d+))/,format:"framerate:%s"},{name:"sourceFilter",reg:/^source-filter: *(excl|incl) (\S*) (IP4|IP6|\*) (\S*) (.*)/,names:["filterMode","netType","addressTypes","destAddress","srcList"],format:"source-filter: %s %s %s %s %s"},{name:"bundleOnly",reg:/^(bundle-only)/},{name:"label",reg:/^label:(.+)/,format:"label:%s"},{name:"sctpPort",reg:/^sctp-port:(\d+)$/,format:"sctp-port:%s"},{name:"maxMessageSize",reg:/^max-message-size:(\d+)$/,format:"max-message-size:%s"},{push:"tsRefClocks",reg:/^ts-refclk:([^\s=]*)(?:=(\S*))?/,names:["clksrc","clksrcExt"],format:function(t){return"ts-refclk:%s"+(t.clksrcExt!=null?"=%s":"")}},{name:"mediaClk",reg:/^mediaclk:(?:id=(\S*))? *([^\s=]*)(?:=(\S*))?(?: *rate=(\d+)\/(\d+))?/,names:["id","mediaClockName","mediaClockValue","rateNumerator","rateDenominator"],format:function(t){var e="mediaclk:";return e+=t.id!=null?"id=%s %s":"%v%s",e+=t.mediaClockValue!=null?"=%s":"",e+=t.rateNumerator!=null?" rate=%s":"",e+=t.rateDenominator!=null?"/%s":"",e}},{name:"keywords",reg:/^keywds:(.+)$/,format:"keywds:%s"},{name:"content",reg:/^content:(.+)/,format:"content:%s"},{name:"bfcpFloorCtrl",reg:/^floorctrl:(c-only|s-only|c-s)/,format:"floorctrl:%s"},{name:"bfcpConfId",reg:/^confid:(\d+)/,format:"confid:%s"},{name:"bfcpUserId",reg:/^userid:(\d+)/,format:"userid:%s"},{name:"bfcpFloorId",reg:/^floorid:(.+) (?:m-stream|mstrm):(.+)/,names:["id","mStream"],format:"floorid:%s mstrm:%s"},{push:"invalid",names:["value"]}]};Object.keys(Im).forEach(function(t){var e=Im[t];e.forEach(function(r){r.reg||(r.reg=/(.*)/),r.format||(r.format="%s")})}),function(t){var e=function(c){return String(Number(c))===c?Number(c):c},r=function(c,d,l,p){if(p&&!l)d[p]=e(c[1]);else for(var m=0;m<l.length;m+=1)c[m+1]!=null&&(d[l[m]]=e(c[m+1]))},n=function(c,d,l){var p=c.name&&c.names;c.push&&!d[c.push]?d[c.push]=[]:p&&!d[c.name]&&(d[c.name]={});var m=c.push?{}:p?d[c.name]:d;r(l.match(c.reg),m,c.names,c.name),c.push&&d[c.push].push(m)},i=nu.exports,s=RegExp.prototype.test.bind(/^([a-z])=(.*)/);t.parse=function(c){var d={},l=[],p=d;return c.split(/(\r\n|\r|\n)/).filter(s).forEach(function(m){var S=m[0],E=m.slice(2);S==="m"&&(l.push({rtp:[],fmtp:[]}),p=l[l.length-1]);for(var b=0;b<(i[S]||[]).length;b+=1){var O=i[S][b];if(O.reg.test(E))return n(O,p,E)}}),d.media=l,d};var a=function(c,d){var l=d.split(/=(.+)/,2);return l.length===2?c[l[0]]=e(l[1]):l.length===1&&d.length>1&&(c[l[0]]=void 0),c};t.parseParams=function(c){return c.split(/;\s?/).reduce(a,{})},t.parseFmtpConfig=t.parseParams,t.parsePayloads=function(c){return c.toString().split(" ").map(Number)},t.parseRemoteCandidates=function(c){for(var d=[],l=c.split(" ").map(e),p=0;p<l.length;p+=3)d.push({component:l[p],ip:l[p+1],port:l[p+2]});return d},t.parseImageAttributes=function(c){return c.split(" ").map(function(d){return d.substring(1,d.length-1).split(",").reduce(a,{})})},t.parseSimulcastStreamList=function(c){return c.split(";").map(function(d){return d.split(",").map(function(l){var p,m=!1;return l[0]!=="~"?p=e(l):(p=e(l.substring(1,l.length)),m=!0),{scid:p,paused:m}})})}}(Pm);var iu=nu.exports,JE=/%[sdv%]/g,$E=function(t){var e=1,r=arguments,n=r.length;return t.replace(JE,function(i){if(e>=n)return i;var s=r[e];switch(e+=1,i){case"%%":return"%";case"%s":return String(s);case"%d":return Number(s);case"%v":return""}})},oa=function(t,e,r){var n=e.format instanceof Function?e.format(e.push?r:r[e.name]):e.format,i=[t+"="+n];if(e.names)for(var s=0;s<e.names.length;s+=1){var a=e.names[s];e.name?i.push(r[e.name][a]):i.push(r[e.names[s]])}else i.push(r[e.name]);return $E.apply(null,i)},KE=["v","o","s","i","u","e","p","c","b","t","r","z","a"],zE=["i","c","b","a"],YE=function(t,e){e=e||{},t.version==null&&(t.version=0),t.name==null&&(t.name=" "),t.media.forEach(function(s){s.payloads==null&&(s.payloads="")});var r=e.outerOrder||KE,n=e.innerOrder||zE,i=[];return r.forEach(function(s){iu[s].forEach(function(a){a.name in t&&t[a.name]!=null?i.push(oa(s,a,t)):a.push in t&&t[a.push]!=null&&t[a.push].forEach(function(c){i.push(oa(s,a,c))})})}),t.media.forEach(function(s){i.push(oa("m",iu.m[0],s)),n.forEach(function(a){iu[a].forEach(function(c){c.name in s&&s[c.name]!=null?i.push(oa(a,c,s)):c.push in s&&s[c.push]!=null&&s[c.push].forEach(function(d){i.push(oa(a,c,d))})})})}),i.join(`\r
|
|
7
|
+
`:case"\r":case" ":case" ":continue;default:throw Error("invalid base64 string.")}switch(i){case 0:a=s,i=1;break;case 1:r[n++]=a<<2|(s&48)>>4,a=s,i=2;break;case 2:r[n++]=(a&15)<<4|(s&60)>>2,a=s,i=3;break;case 3:r[n++]=(a&3)<<6|s,i=0;break}}if(i==1)throw Error("invalid base64 string.");return r.subarray(0,n)}function mE(t){let e="",r=0,n,i=0;for(let s=0;s<t.length;s++)switch(n=t[s],r){case 0:e+=nn[n>>2],i=(n&3)<<4,r=1;break;case 1:e+=nn[i|n>>4],i=(n&15)<<2,r=2;break;case 2:e+=nn[i|n>>6],e+=nn[n&63],r=0;break}return r&&(e+=nn[i],e+="=",r==1&&(e+="=")),e}var yc;(function(t){t.symbol=Symbol.for("protobuf-ts/unknown"),t.onRead=(r,n,i,s,a)=>{(e(n)?n[t.symbol]:n[t.symbol]=[]).push({no:i,wireType:s,data:a})},t.onWrite=(r,n,i)=>{for(let{no:s,wireType:a,data:c}of t.list(n))i.tag(s,a).raw(c)},t.list=(r,n)=>{if(e(r)){let i=r[t.symbol];return n?i.filter(s=>s.no==n):i}return[]},t.last=(r,n)=>t.list(r,n).slice(-1)[0];const e=r=>r&&Array.isArray(r[t.symbol])})(yc||(yc={}));var Ye;(function(t){t[t.Varint=0]="Varint",t[t.Bit64=1]="Bit64",t[t.LengthDelimited=2]="LengthDelimited",t[t.StartGroup=3]="StartGroup",t[t.EndGroup=4]="EndGroup",t[t.Bit32=5]="Bit32"})(Ye||(Ye={}));function gE(){let t=0,e=0;for(let n=0;n<28;n+=7){let i=this.buf[this.pos++];if(t|=(i&127)<<n,(i&128)==0)return this.assertBounds(),[t,e]}let r=this.buf[this.pos++];if(t|=(r&15)<<28,e=(r&112)>>4,(r&128)==0)return this.assertBounds(),[t,e];for(let n=3;n<=31;n+=7){let i=this.buf[this.pos++];if(e|=(i&127)<<n,(i&128)==0)return this.assertBounds(),[t,e]}throw new Error("invalid varint")}function Xl(t,e,r){for(let s=0;s<28;s=s+7){const a=t>>>s,c=!(a>>>7==0&&e==0),d=(c?a|128:a)&255;if(r.push(d),!c)return}const n=t>>>28&15|(e&7)<<4,i=e>>3!=0;if(r.push((i?n|128:n)&255),!!i){for(let s=3;s<31;s=s+7){const a=e>>>s,c=a>>>7!=0,d=(c?a|128:a)&255;if(r.push(d),!c)return}r.push(e>>>31&1)}}const Sc=(1<<16)*(1<<16);function cm(t){let e=t[0]=="-";e&&(t=t.slice(1));const r=1e6;let n=0,i=0;function s(a,c){const d=Number(t.slice(a,c));i*=r,n=n*r+d,n>=Sc&&(i=i+(n/Sc|0),n=n%Sc)}return s(-24,-18),s(-18,-12),s(-12,-6),s(-6),[e,n,i]}function Zl(t,e){if(e>>>0<=2097151)return""+(Sc*e+(t>>>0));let r=t&16777215,n=(t>>>24|e<<8)>>>0&16777215,i=e>>16&65535,s=r+n*6777216+i*6710656,a=n+i*8147497,c=i*2,d=1e7;s>=d&&(a+=Math.floor(s/d),s%=d),a>=d&&(c+=Math.floor(a/d),a%=d);function l(p,m){let S=p?String(p):"";return m?"0000000".slice(S.length)+S:S}return l(c,0)+l(a,c)+l(s,1)}function dm(t,e){if(t>=0){for(;t>127;)e.push(t&127|128),t=t>>>7;e.push(t)}else{for(let r=0;r<9;r++)e.push(t&127|128),t=t>>7;e.push(1)}}function fE(){let t=this.buf[this.pos++],e=t&127;if((t&128)==0)return this.assertBounds(),e;if(t=this.buf[this.pos++],e|=(t&127)<<7,(t&128)==0)return this.assertBounds(),e;if(t=this.buf[this.pos++],e|=(t&127)<<14,(t&128)==0)return this.assertBounds(),e;if(t=this.buf[this.pos++],e|=(t&127)<<21,(t&128)==0)return this.assertBounds(),e;t=this.buf[this.pos++],e|=(t&15)<<28;for(let r=5;(t&128)!==0&&r<10;r++)t=this.buf[this.pos++];if((t&128)!=0)throw new Error("invalid varint");return this.assertBounds(),e>>>0}let Se;function vE(){const t=new DataView(new ArrayBuffer(8));Se=globalThis.BigInt!==void 0&&typeof t.getBigInt64=="function"&&typeof t.getBigUint64=="function"&&typeof t.setBigInt64=="function"&&typeof t.setBigUint64=="function"?{MIN:BigInt("-9223372036854775808"),MAX:BigInt("9223372036854775807"),UMIN:BigInt("0"),UMAX:BigInt("18446744073709551615"),C:BigInt,V:t}:void 0}vE();function lm(t){if(!t)throw new Error("BigInt unavailable, see https://github.com/timostamm/protobuf-ts/blob/v1.0.8/MANUAL.md#bigint-support")}const um=/^-?[0-9]+$/,Ec=4294967296,Tc=2147483648;class hm{constructor(e,r){this.lo=e|0,this.hi=r|0}isZero(){return this.lo==0&&this.hi==0}toNumber(){let e=this.hi*Ec+(this.lo>>>0);if(!Number.isSafeInteger(e))throw new Error("cannot convert to safe number");return e}}class St extends hm{static from(e){if(Se)switch(typeof e){case"string":if(e=="0")return this.ZERO;if(e=="")throw new Error("string is no integer");e=Se.C(e);case"number":if(e===0)return this.ZERO;e=Se.C(e);case"bigint":if(!e)return this.ZERO;if(e<Se.UMIN)throw new Error("signed value for ulong");if(e>Se.UMAX)throw new Error("ulong too large");return Se.V.setBigUint64(0,e,!0),new St(Se.V.getInt32(0,!0),Se.V.getInt32(4,!0))}else switch(typeof e){case"string":if(e=="0")return this.ZERO;if(e=e.trim(),!um.test(e))throw new Error("string is no integer");let[r,n,i]=cm(e);if(r)throw new Error("signed value for ulong");return new St(n,i);case"number":if(e==0)return this.ZERO;if(!Number.isSafeInteger(e))throw new Error("number is no integer");if(e<0)throw new Error("signed value for ulong");return new St(e,e/Ec)}throw new Error("unknown value "+typeof e)}toString(){return Se?this.toBigInt().toString():Zl(this.lo,this.hi)}toBigInt(){return lm(Se),Se.V.setInt32(0,this.lo,!0),Se.V.setInt32(4,this.hi,!0),Se.V.getBigUint64(0,!0)}}St.ZERO=new St(0,0);class Te extends hm{static from(e){if(Se)switch(typeof e){case"string":if(e=="0")return this.ZERO;if(e=="")throw new Error("string is no integer");e=Se.C(e);case"number":if(e===0)return this.ZERO;e=Se.C(e);case"bigint":if(!e)return this.ZERO;if(e<Se.MIN)throw new Error("signed long too small");if(e>Se.MAX)throw new Error("signed long too large");return Se.V.setBigInt64(0,e,!0),new Te(Se.V.getInt32(0,!0),Se.V.getInt32(4,!0))}else switch(typeof e){case"string":if(e=="0")return this.ZERO;if(e=e.trim(),!um.test(e))throw new Error("string is no integer");let[r,n,i]=cm(e);if(r){if(i>Tc||i==Tc&&n!=0)throw new Error("signed long too small")}else if(i>=Tc)throw new Error("signed long too large");let s=new Te(n,i);return r?s.negate():s;case"number":if(e==0)return this.ZERO;if(!Number.isSafeInteger(e))throw new Error("number is no integer");return e>0?new Te(e,e/Ec):new Te(-e,-e/Ec).negate()}throw new Error("unknown value "+typeof e)}isNegative(){return(this.hi&Tc)!==0}negate(){let e=~this.hi,r=this.lo;return r?r=~r+1:e+=1,new Te(r,e)}toString(){if(Se)return this.toBigInt().toString();if(this.isNegative()){let e=this.negate();return"-"+Zl(e.lo,e.hi)}return Zl(this.lo,this.hi)}toBigInt(){return lm(Se),Se.V.setInt32(0,this.lo,!0),Se.V.setInt32(4,this.hi,!0),Se.V.getBigInt64(0,!0)}}Te.ZERO=new Te(0,0);const pm={readUnknownField:!0,readerFactory:t=>new SE(t)};function yE(t){return t?Object.assign(Object.assign({},pm),t):pm}class SE{constructor(e,r){this.varint64=gE,this.uint32=fE,this.buf=e,this.len=e.length,this.pos=0,this.view=new DataView(e.buffer,e.byteOffset,e.byteLength),this.textDecoder=r!=null?r:new TextDecoder("utf-8",{fatal:!0,ignoreBOM:!0})}tag(){let e=this.uint32(),r=e>>>3,n=e&7;if(r<=0||n<0||n>5)throw new Error("illegal tag: field no "+r+" wire type "+n);return[r,n]}skip(e){let r=this.pos;switch(e){case Ye.Varint:for(;this.buf[this.pos++]&128;);break;case Ye.Bit64:this.pos+=4;case Ye.Bit32:this.pos+=4;break;case Ye.LengthDelimited:let n=this.uint32();this.pos+=n;break;case Ye.StartGroup:let i;for(;(i=this.tag()[1])!==Ye.EndGroup;)this.skip(i);break;default:throw new Error("cant skip wire type "+e)}return this.assertBounds(),this.buf.subarray(r,this.pos)}assertBounds(){if(this.pos>this.len)throw new RangeError("premature EOF")}int32(){return this.uint32()|0}sint32(){let e=this.uint32();return e>>>1^-(e&1)}int64(){return new Te(...this.varint64())}uint64(){return new St(...this.varint64())}sint64(){let[e,r]=this.varint64(),n=-(e&1);return e=(e>>>1|(r&1)<<31)^n,r=r>>>1^n,new Te(e,r)}bool(){let[e,r]=this.varint64();return e!==0||r!==0}fixed32(){return this.view.getUint32((this.pos+=4)-4,!0)}sfixed32(){return this.view.getInt32((this.pos+=4)-4,!0)}fixed64(){return new St(this.sfixed32(),this.sfixed32())}sfixed64(){return new Te(this.sfixed32(),this.sfixed32())}float(){return this.view.getFloat32((this.pos+=4)-4,!0)}double(){return this.view.getFloat64((this.pos+=8)-8,!0)}bytes(){let e=this.uint32(),r=this.pos;return this.pos+=e,this.assertBounds(),this.buf.subarray(r,r+e)}string(){return this.textDecoder.decode(this.bytes())}}function le(t,e){if(!t)throw new Error(e)}const EE=34028234663852886e22,TE=-34028234663852886e22,kE=4294967295,bE=2147483647,wE=-2147483648;function oa(t){if(typeof t!="number")throw new Error("invalid int 32: "+typeof t);if(!Number.isInteger(t)||t>bE||t<wE)throw new Error("invalid int 32: "+t)}function kc(t){if(typeof t!="number")throw new Error("invalid uint 32: "+typeof t);if(!Number.isInteger(t)||t>kE||t<0)throw new Error("invalid uint 32: "+t)}function eu(t){if(typeof t!="number")throw new Error("invalid float 32: "+typeof t);if(!!Number.isFinite(t)&&(t>EE||t<TE))throw new Error("invalid float 32: "+t)}const mm={writeUnknownFields:!0,writerFactory:()=>new PE};function _E(t){return t?Object.assign(Object.assign({},mm),t):mm}class PE{constructor(e){this.stack=[],this.textEncoder=e!=null?e:new TextEncoder,this.chunks=[],this.buf=[]}finish(){this.chunks.push(new Uint8Array(this.buf));let e=0;for(let i=0;i<this.chunks.length;i++)e+=this.chunks[i].length;let r=new Uint8Array(e),n=0;for(let i=0;i<this.chunks.length;i++)r.set(this.chunks[i],n),n+=this.chunks[i].length;return this.chunks=[],r}fork(){return this.stack.push({chunks:this.chunks,buf:this.buf}),this.chunks=[],this.buf=[],this}join(){let e=this.finish(),r=this.stack.pop();if(!r)throw new Error("invalid state, fork stack empty");return this.chunks=r.chunks,this.buf=r.buf,this.uint32(e.byteLength),this.raw(e)}tag(e,r){return this.uint32((e<<3|r)>>>0)}raw(e){return this.buf.length&&(this.chunks.push(new Uint8Array(this.buf)),this.buf=[]),this.chunks.push(e),this}uint32(e){for(kc(e);e>127;)this.buf.push(e&127|128),e=e>>>7;return this.buf.push(e),this}int32(e){return oa(e),dm(e,this.buf),this}bool(e){return this.buf.push(e?1:0),this}bytes(e){return this.uint32(e.byteLength),this.raw(e)}string(e){let r=this.textEncoder.encode(e);return this.uint32(r.byteLength),this.raw(r)}float(e){eu(e);let r=new Uint8Array(4);return new DataView(r.buffer).setFloat32(0,e,!0),this.raw(r)}double(e){let r=new Uint8Array(8);return new DataView(r.buffer).setFloat64(0,e,!0),this.raw(r)}fixed32(e){kc(e);let r=new Uint8Array(4);return new DataView(r.buffer).setUint32(0,e,!0),this.raw(r)}sfixed32(e){oa(e);let r=new Uint8Array(4);return new DataView(r.buffer).setInt32(0,e,!0),this.raw(r)}sint32(e){return oa(e),e=(e<<1^e>>31)>>>0,dm(e,this.buf),this}sfixed64(e){let r=new Uint8Array(8),n=new DataView(r.buffer),i=Te.from(e);return n.setInt32(0,i.lo,!0),n.setInt32(4,i.hi,!0),this.raw(r)}fixed64(e){let r=new Uint8Array(8),n=new DataView(r.buffer),i=St.from(e);return n.setInt32(0,i.lo,!0),n.setInt32(4,i.hi,!0),this.raw(r)}int64(e){let r=Te.from(e);return Xl(r.lo,r.hi,this.buf),this}sint64(e){let r=Te.from(e),n=r.hi>>31,i=r.lo<<1^n,s=(r.hi<<1|r.lo>>>31)^n;return Xl(i,s,this.buf),this}uint64(e){let r=St.from(e);return Xl(r.lo,r.hi,this.buf),this}}const gm={emitDefaultValues:!1,enumAsInteger:!1,useProtoFieldName:!1,prettySpaces:0},fm={ignoreUnknownFields:!1};function IE(t){return t?Object.assign(Object.assign({},fm),t):fm}function CE(t){return t?Object.assign(Object.assign({},gm),t):gm}const vm=Symbol.for("protobuf-ts/message-type");function ym(t){let e=!1;const r=[];for(let n=0;n<t.length;n++){let i=t.charAt(n);i=="_"?e=!0:/\d/.test(i)?(r.push(i),e=!0):e?(r.push(i.toUpperCase()),e=!1):n==0?r.push(i.toLowerCase()):r.push(i)}return r.join("")}var D;(function(t){t[t.DOUBLE=1]="DOUBLE",t[t.FLOAT=2]="FLOAT",t[t.INT64=3]="INT64",t[t.UINT64=4]="UINT64",t[t.INT32=5]="INT32",t[t.FIXED64=6]="FIXED64",t[t.FIXED32=7]="FIXED32",t[t.BOOL=8]="BOOL",t[t.STRING=9]="STRING",t[t.BYTES=12]="BYTES",t[t.UINT32=13]="UINT32",t[t.SFIXED32=15]="SFIXED32",t[t.SFIXED64=16]="SFIXED64",t[t.SINT32=17]="SINT32",t[t.SINT64=18]="SINT64"})(D||(D={}));var Wr;(function(t){t[t.BIGINT=0]="BIGINT",t[t.STRING=1]="STRING",t[t.NUMBER=2]="NUMBER"})(Wr||(Wr={}));var bc;(function(t){t[t.NO=0]="NO",t[t.PACKED=1]="PACKED",t[t.UNPACKED=2]="UNPACKED"})(bc||(bc={}));function RE(t){var e,r,n,i;return t.localName=(e=t.localName)!==null&&e!==void 0?e:ym(t.name),t.jsonName=(r=t.jsonName)!==null&&r!==void 0?r:ym(t.name),t.repeat=(n=t.repeat)!==null&&n!==void 0?n:bc.NO,t.opt=(i=t.opt)!==null&&i!==void 0?i:t.repeat||t.oneof?!1:t.kind=="message",t}function ME(t){if(typeof t!="object"||t===null||!t.hasOwnProperty("oneofKind"))return!1;switch(typeof t.oneofKind){case"string":return t[t.oneofKind]===void 0?!1:Object.keys(t).length==2;case"undefined":return Object.keys(t).length==1;default:return!1}}class AE{constructor(e){var r;this.fields=(r=e.fields)!==null&&r!==void 0?r:[]}prepare(){if(this.data)return;const e=[],r=[],n=[];for(let i of this.fields)if(i.oneof)n.includes(i.oneof)||(n.push(i.oneof),e.push(i.oneof),r.push(i.oneof));else switch(r.push(i.localName),i.kind){case"scalar":case"enum":(!i.opt||i.repeat)&&e.push(i.localName);break;case"message":i.repeat&&e.push(i.localName);break;case"map":e.push(i.localName);break}this.data={req:e,known:r,oneofs:Object.values(n)}}is(e,r,n=!1){if(r<0)return!0;if(e==null||typeof e!="object")return!1;this.prepare();let i=Object.keys(e),s=this.data;if(i.length<s.req.length||s.req.some(a=>!i.includes(a))||!n&&i.some(a=>!s.known.includes(a)))return!1;if(r<1)return!0;for(const a of s.oneofs){const c=e[a];if(!ME(c))return!1;if(c.oneofKind===void 0)continue;const d=this.fields.find(l=>l.localName===c.oneofKind);if(!d||!this.field(c[c.oneofKind],d,n,r))return!1}for(const a of this.fields)if(a.oneof===void 0&&!this.field(e[a.localName],a,n,r))return!1;return!0}field(e,r,n,i){let s=r.repeat;switch(r.kind){case"scalar":return e===void 0?r.opt:s?this.scalars(e,r.T,i,r.L):this.scalar(e,r.T,r.L);case"enum":return e===void 0?r.opt:s?this.scalars(e,D.INT32,i):this.scalar(e,D.INT32);case"message":return e===void 0?!0:s?this.messages(e,r.T(),n,i):this.message(e,r.T(),n,i);case"map":if(typeof e!="object"||e===null)return!1;if(i<2)return!0;if(!this.mapKeys(e,r.K,i))return!1;switch(r.V.kind){case"scalar":return this.scalars(Object.values(e),r.V.T,i,r.V.L);case"enum":return this.scalars(Object.values(e),D.INT32,i);case"message":return this.messages(Object.values(e),r.V.T(),n,i)}break}return!0}message(e,r,n,i){return n?r.isAssignable(e,i):r.is(e,i)}messages(e,r,n,i){if(!Array.isArray(e))return!1;if(i<2)return!0;if(n){for(let s=0;s<e.length&&s<i;s++)if(!r.isAssignable(e[s],i-1))return!1}else for(let s=0;s<e.length&&s<i;s++)if(!r.is(e[s],i-1))return!1;return!0}scalar(e,r,n){let i=typeof e;switch(r){case D.UINT64:case D.FIXED64:case D.INT64:case D.SFIXED64:case D.SINT64:switch(n){case Wr.BIGINT:return i=="bigint";case Wr.NUMBER:return i=="number"&&!isNaN(e);default:return i=="string"}case D.BOOL:return i=="boolean";case D.STRING:return i=="string";case D.BYTES:return e instanceof Uint8Array;case D.DOUBLE:case D.FLOAT:return i=="number"&&!isNaN(e);default:return i=="number"&&Number.isInteger(e)}}scalars(e,r,n,i){if(!Array.isArray(e))return!1;if(n<2)return!0;if(Array.isArray(e)){for(let s=0;s<e.length&&s<n;s++)if(!this.scalar(e[s],r,i))return!1}return!0}mapKeys(e,r,n){let i=Object.keys(e);switch(r){case D.INT32:case D.FIXED32:case D.SFIXED32:case D.SINT32:case D.UINT32:return this.scalars(i.slice(0,n).map(s=>parseInt(s)),r,n);case D.BOOL:return this.scalars(i.slice(0,n).map(s=>s=="true"?!0:s=="false"?!1:s),r,n);default:return this.scalars(i,r,n,Wr.STRING)}}}function yr(t,e){switch(e){case Wr.BIGINT:return t.toBigInt();case Wr.NUMBER:return t.toNumber();default:return t.toString()}}class DE{constructor(e){this.info=e}prepare(){var e;if(this.fMap===void 0){this.fMap={};const r=(e=this.info.fields)!==null&&e!==void 0?e:[];for(const n of r)this.fMap[n.name]=n,this.fMap[n.jsonName]=n,this.fMap[n.localName]=n}}assert(e,r,n){if(!e){let i=Ql(n);throw(i=="number"||i=="boolean")&&(i=n.toString()),new Error(`Cannot parse JSON ${i} for ${this.info.typeName}#${r}`)}}read(e,r,n){this.prepare();const i=[];for(const[s,a]of Object.entries(e)){const c=this.fMap[s];if(!c){if(!n.ignoreUnknownFields)throw new Error(`Found unknown field while reading ${this.info.typeName} from JSON format. JSON key: ${s}`);continue}const d=c.localName;let l;if(c.oneof){if(a===null&&(c.kind!=="enum"||c.T()[0]!=="google.protobuf.NullValue"))continue;if(i.includes(c.oneof))throw new Error(`Multiple members of the oneof group "${c.oneof}" of ${this.info.typeName} are present in JSON.`);i.push(c.oneof),l=r[c.oneof]={oneofKind:d}}else l=r;if(c.kind=="map"){if(a===null)continue;this.assert(hE(a),c.name,a);const p=l[d];for(const[m,S]of Object.entries(a)){this.assert(S!==null,c.name+" map value",null);let E;switch(c.V.kind){case"message":E=c.V.T().internalJsonRead(S,n);break;case"enum":if(E=this.enum(c.V.T(),S,c.name,n.ignoreUnknownFields),E===!1)continue;break;case"scalar":E=this.scalar(S,c.V.T,c.V.L,c.name);break}this.assert(E!==void 0,c.name+" map value",S);let b=m;c.K==D.BOOL&&(b=b=="true"?!0:b=="false"?!1:b),b=this.scalar(b,c.K,Wr.STRING,c.name).toString(),p[b]=E}}else if(c.repeat){if(a===null)continue;this.assert(Array.isArray(a),c.name,a);const p=l[d];for(const m of a){this.assert(m!==null,c.name,null);let S;switch(c.kind){case"message":S=c.T().internalJsonRead(m,n);break;case"enum":if(S=this.enum(c.T(),m,c.name,n.ignoreUnknownFields),S===!1)continue;break;case"scalar":S=this.scalar(m,c.T,c.L,c.name);break}this.assert(S!==void 0,c.name,a),p.push(S)}}else switch(c.kind){case"message":if(a===null&&c.T().typeName!="google.protobuf.Value"){this.assert(c.oneof===void 0,c.name+" (oneof member)",null);continue}l[d]=c.T().internalJsonRead(a,n,l[d]);break;case"enum":let p=this.enum(c.T(),a,c.name,n.ignoreUnknownFields);if(p===!1)continue;l[d]=p;break;case"scalar":l[d]=this.scalar(a,c.T,c.L,c.name);break}}}enum(e,r,n,i){if(e[0]=="google.protobuf.NullValue"&&le(r===null||r==="NULL_VALUE",`Unable to parse field ${this.info.typeName}#${n}, enum ${e[0]} only accepts null.`),r===null)return 0;switch(typeof r){case"number":return le(Number.isInteger(r),`Unable to parse field ${this.info.typeName}#${n}, enum can only be integral number, got ${r}.`),r;case"string":let s=r;e[2]&&r.substring(0,e[2].length)===e[2]&&(s=r.substring(e[2].length));let a=e[1][s];return typeof a=="undefined"&&i?!1:(le(typeof a=="number",`Unable to parse field ${this.info.typeName}#${n}, enum ${e[0]} has no value for "${r}".`),a)}le(!1,`Unable to parse field ${this.info.typeName}#${n}, cannot parse enum value from ${typeof r}".`)}scalar(e,r,n,i){let s;try{switch(r){case D.DOUBLE:case D.FLOAT:if(e===null)return 0;if(e==="NaN")return Number.NaN;if(e==="Infinity")return Number.POSITIVE_INFINITY;if(e==="-Infinity")return Number.NEGATIVE_INFINITY;if(e===""){s="empty string";break}if(typeof e=="string"&&e.trim().length!==e.length){s="extra whitespace";break}if(typeof e!="string"&&typeof e!="number")break;let a=Number(e);if(Number.isNaN(a)){s="not a number";break}if(!Number.isFinite(a)){s="too large or small";break}return r==D.FLOAT&&eu(a),a;case D.INT32:case D.FIXED32:case D.SFIXED32:case D.SINT32:case D.UINT32:if(e===null)return 0;let c;if(typeof e=="number"?c=e:e===""?s="empty string":typeof e=="string"&&(e.trim().length!==e.length?s="extra whitespace":c=Number(e)),c===void 0)break;return r==D.UINT32?kc(c):oa(c),c;case D.INT64:case D.SFIXED64:case D.SINT64:if(e===null)return yr(Te.ZERO,n);if(typeof e!="number"&&typeof e!="string")break;return yr(Te.from(e),n);case D.FIXED64:case D.UINT64:if(e===null)return yr(St.ZERO,n);if(typeof e!="number"&&typeof e!="string")break;return yr(St.from(e),n);case D.BOOL:if(e===null)return!1;if(typeof e!="boolean")break;return e;case D.STRING:if(e===null)return"";if(typeof e!="string"){s="extra whitespace";break}try{encodeURIComponent(e)}catch(d){d="invalid UTF8";break}return e;case D.BYTES:if(e===null||e==="")return new Uint8Array(0);if(typeof e!="string")break;return pE(e)}}catch(a){s=a.message}this.assert(!1,i+(s?" - "+s:""),e)}}class OE{constructor(e){var r;this.fields=(r=e.fields)!==null&&r!==void 0?r:[]}write(e,r){const n={},i=e;for(const s of this.fields){if(!s.oneof){let l=this.field(s,i[s.localName],r);l!==void 0&&(n[r.useProtoFieldName?s.name:s.jsonName]=l);continue}const a=i[s.oneof];if(a.oneofKind!==s.localName)continue;const c=s.kind=="scalar"||s.kind=="enum"?Object.assign(Object.assign({},r),{emitDefaultValues:!0}):r;let d=this.field(s,a[s.localName],c);le(d!==void 0),n[r.useProtoFieldName?s.name:s.jsonName]=d}return n}field(e,r,n){let i;if(e.kind=="map"){le(typeof r=="object"&&r!==null);const s={};switch(e.V.kind){case"scalar":for(const[d,l]of Object.entries(r)){const p=this.scalar(e.V.T,l,e.name,!1,!0);le(p!==void 0),s[d.toString()]=p}break;case"message":const a=e.V.T();for(const[d,l]of Object.entries(r)){const p=this.message(a,l,e.name,n);le(p!==void 0),s[d.toString()]=p}break;case"enum":const c=e.V.T();for(const[d,l]of Object.entries(r)){le(l===void 0||typeof l=="number");const p=this.enum(c,l,e.name,!1,!0,n.enumAsInteger);le(p!==void 0),s[d.toString()]=p}break}(n.emitDefaultValues||Object.keys(s).length>0)&&(i=s)}else if(e.repeat){le(Array.isArray(r));const s=[];switch(e.kind){case"scalar":for(let d=0;d<r.length;d++){const l=this.scalar(e.T,r[d],e.name,e.opt,!0);le(l!==void 0),s.push(l)}break;case"enum":const a=e.T();for(let d=0;d<r.length;d++){le(r[d]===void 0||typeof r[d]=="number");const l=this.enum(a,r[d],e.name,e.opt,!0,n.enumAsInteger);le(l!==void 0),s.push(l)}break;case"message":const c=e.T();for(let d=0;d<r.length;d++){const l=this.message(c,r[d],e.name,n);le(l!==void 0),s.push(l)}break}(n.emitDefaultValues||s.length>0||n.emitDefaultValues)&&(i=s)}else switch(e.kind){case"scalar":i=this.scalar(e.T,r,e.name,e.opt,n.emitDefaultValues);break;case"enum":i=this.enum(e.T(),r,e.name,e.opt,n.emitDefaultValues,n.enumAsInteger);break;case"message":i=this.message(e.T(),r,e.name,n);break}return i}enum(e,r,n,i,s,a){if(e[0]=="google.protobuf.NullValue")return!s&&!i?void 0:null;if(r===void 0){le(i);return}if(!(r===0&&!s&&!i))return le(typeof r=="number"),le(Number.isInteger(r)),a||!e[1].hasOwnProperty(r)?r:e[2]?e[2]+e[1][r]:e[1][r]}message(e,r,n,i){return r===void 0?i.emitDefaultValues?null:void 0:e.internalJsonWrite(r,i)}scalar(e,r,n,i,s){if(r===void 0){le(i);return}const a=s||i;switch(e){case D.INT32:case D.SFIXED32:case D.SINT32:return r===0?a?0:void 0:(oa(r),r);case D.FIXED32:case D.UINT32:return r===0?a?0:void 0:(kc(r),r);case D.FLOAT:eu(r);case D.DOUBLE:return r===0?a?0:void 0:(le(typeof r=="number"),Number.isNaN(r)?"NaN":r===Number.POSITIVE_INFINITY?"Infinity":r===Number.NEGATIVE_INFINITY?"-Infinity":r);case D.STRING:return r===""?a?"":void 0:(le(typeof r=="string"),r);case D.BOOL:return r===!1?a?!1:void 0:(le(typeof r=="boolean"),r);case D.UINT64:case D.FIXED64:le(typeof r=="number"||typeof r=="string"||typeof r=="bigint");let c=St.from(r);return c.isZero()&&!a?void 0:c.toString();case D.INT64:case D.SFIXED64:case D.SINT64:le(typeof r=="number"||typeof r=="string"||typeof r=="bigint");let d=Te.from(r);return d.isZero()&&!a?void 0:d.toString();case D.BYTES:return le(r instanceof Uint8Array),r.byteLength?mE(r):a?"":void 0}}}function tu(t,e=Wr.STRING){switch(t){case D.BOOL:return!1;case D.UINT64:case D.FIXED64:return yr(St.ZERO,e);case D.INT64:case D.SFIXED64:case D.SINT64:return yr(Te.ZERO,e);case D.DOUBLE:case D.FLOAT:return 0;case D.BYTES:return new Uint8Array(0);case D.STRING:return"";default:return 0}}class NE{constructor(e){this.info=e}prepare(){var e;if(!this.fieldNoToField){const r=(e=this.info.fields)!==null&&e!==void 0?e:[];this.fieldNoToField=new Map(r.map(n=>[n.no,n]))}}read(e,r,n,i){this.prepare();const s=i===void 0?e.len:e.pos+i;for(;e.pos<s;){const[a,c]=e.tag(),d=this.fieldNoToField.get(a);if(!d){let S=n.readUnknownField;if(S=="throw")throw new Error(`Unknown field ${a} (wire type ${c}) for ${this.info.typeName}`);let E=e.skip(c);S!==!1&&(S===!0?yc.onRead:S)(this.info.typeName,r,a,c,E);continue}let l=r,p=d.repeat,m=d.localName;switch(d.oneof&&(l=l[d.oneof],l.oneofKind!==m&&(l=r[d.oneof]={oneofKind:m})),d.kind){case"scalar":case"enum":let S=d.kind=="enum"?D.INT32:d.T,E=d.kind=="scalar"?d.L:void 0;if(p){let M=l[m];if(c==Ye.LengthDelimited&&S!=D.STRING&&S!=D.BYTES){let F=e.uint32()+e.pos;for(;e.pos<F;)M.push(this.scalar(e,S,E))}else M.push(this.scalar(e,S,E))}else l[m]=this.scalar(e,S,E);break;case"message":if(p){let M=l[m],F=d.T().internalBinaryRead(e,e.uint32(),n);M.push(F)}else l[m]=d.T().internalBinaryRead(e,e.uint32(),n,l[m]);break;case"map":let[b,O]=this.mapEntry(d,e,n);l[m][b]=O;break}}}mapEntry(e,r,n){let i=r.uint32(),s=r.pos+i,a,c;for(;r.pos<s;){let[d,l]=r.tag();switch(d){case 1:e.K==D.BOOL?a=r.bool().toString():a=this.scalar(r,e.K,Wr.STRING);break;case 2:switch(e.V.kind){case"scalar":c=this.scalar(r,e.V.T,e.V.L);break;case"enum":c=r.int32();break;case"message":c=e.V.T().internalBinaryRead(r,r.uint32(),n);break}break;default:throw new Error(`Unknown field ${d} (wire type ${l}) in map entry for ${this.info.typeName}#${e.name}`)}}if(a===void 0){let d=tu(e.K);a=e.K==D.BOOL?d.toString():d}if(c===void 0)switch(e.V.kind){case"scalar":c=tu(e.V.T,e.V.L);break;case"enum":c=0;break;case"message":c=e.V.T().create();break}return[a,c]}scalar(e,r,n){switch(r){case D.INT32:return e.int32();case D.STRING:return e.string();case D.BOOL:return e.bool();case D.DOUBLE:return e.double();case D.FLOAT:return e.float();case D.INT64:return yr(e.int64(),n);case D.UINT64:return yr(e.uint64(),n);case D.FIXED64:return yr(e.fixed64(),n);case D.FIXED32:return e.fixed32();case D.BYTES:return e.bytes();case D.UINT32:return e.uint32();case D.SFIXED32:return e.sfixed32();case D.SFIXED64:return yr(e.sfixed64(),n);case D.SINT32:return e.sint32();case D.SINT64:return yr(e.sint64(),n)}}}class LE{constructor(e){this.info=e}prepare(){if(!this.fields){const e=this.info.fields?this.info.fields.concat():[];this.fields=e.sort((r,n)=>r.no-n.no)}}write(e,r,n){this.prepare();for(const s of this.fields){let a,c,d=s.repeat,l=s.localName;if(s.oneof){const p=e[s.oneof];if(p.oneofKind!==l)continue;a=p[l],c=!0}else a=e[l],c=!1;switch(s.kind){case"scalar":case"enum":let p=s.kind=="enum"?D.INT32:s.T;if(d)if(le(Array.isArray(a)),d==bc.PACKED)this.packed(r,p,s.no,a);else for(const m of a)this.scalar(r,p,s.no,m,!0);else a===void 0?le(s.opt):this.scalar(r,p,s.no,a,c||s.opt);break;case"message":if(d){le(Array.isArray(a));for(const m of a)this.message(r,n,s.T(),s.no,m)}else this.message(r,n,s.T(),s.no,a);break;case"map":le(typeof a=="object"&&a!==null);for(const[m,S]of Object.entries(a))this.mapEntry(r,n,s,m,S);break}}let i=n.writeUnknownFields;i!==!1&&(i===!0?yc.onWrite:i)(this.info.typeName,e,r)}mapEntry(e,r,n,i,s){e.tag(n.no,Ye.LengthDelimited),e.fork();let a=i;switch(n.K){case D.INT32:case D.FIXED32:case D.UINT32:case D.SFIXED32:case D.SINT32:a=Number.parseInt(i);break;case D.BOOL:le(i=="true"||i=="false"),a=i=="true";break}switch(this.scalar(e,n.K,1,a,!0),n.V.kind){case"scalar":this.scalar(e,n.V.T,2,s,!0);break;case"enum":this.scalar(e,D.INT32,2,s,!0);break;case"message":this.message(e,r,n.V.T(),2,s);break}e.join()}message(e,r,n,i,s){s!==void 0&&(n.internalBinaryWrite(s,e.tag(i,Ye.LengthDelimited).fork(),r),e.join())}scalar(e,r,n,i,s){let[a,c,d]=this.scalarInfo(r,i);(!d||s)&&(e.tag(n,a),e[c](i))}packed(e,r,n,i){if(!i.length)return;le(r!==D.BYTES&&r!==D.STRING),e.tag(n,Ye.LengthDelimited),e.fork();let[,s]=this.scalarInfo(r);for(let a=0;a<i.length;a++)e[s](i[a]);e.join()}scalarInfo(e,r){let n=Ye.Varint,i,s=r===void 0,a=r===0;switch(e){case D.INT32:i="int32";break;case D.STRING:a=s||!r.length,n=Ye.LengthDelimited,i="string";break;case D.BOOL:a=r===!1,i="bool";break;case D.UINT32:i="uint32";break;case D.DOUBLE:n=Ye.Bit64,i="double";break;case D.FLOAT:n=Ye.Bit32,i="float";break;case D.INT64:a=s||Te.from(r).isZero(),i="int64";break;case D.UINT64:a=s||St.from(r).isZero(),i="uint64";break;case D.FIXED64:a=s||St.from(r).isZero(),n=Ye.Bit64,i="fixed64";break;case D.BYTES:a=s||!r.byteLength,n=Ye.LengthDelimited,i="bytes";break;case D.FIXED32:n=Ye.Bit32,i="fixed32";break;case D.SFIXED32:n=Ye.Bit32,i="sfixed32";break;case D.SFIXED64:a=s||Te.from(r).isZero(),n=Ye.Bit64,i="sfixed64";break;case D.SINT32:i="sint32";break;case D.SINT64:a=s||Te.from(r).isZero(),i="sint64";break}return[n,i,s||a]}}function xE(t){const e=t.messagePrototype?Object.create(t.messagePrototype):Object.defineProperty({},vm,{value:t});for(let r of t.fields){let n=r.localName;if(!r.opt)if(r.oneof)e[r.oneof]={oneofKind:void 0};else if(r.repeat)e[n]=[];else switch(r.kind){case"scalar":e[n]=tu(r.T,r.L);break;case"enum":e[n]=0;break;case"map":e[n]={};break}}return e}function ru(t,e,r){let n,i=r,s;for(let a of t.fields){let c=a.localName;if(a.oneof){const d=i[a.oneof];if((d==null?void 0:d.oneofKind)==null)continue;if(n=d[c],s=e[a.oneof],s.oneofKind=d.oneofKind,n==null){delete s[c];continue}}else if(n=i[c],s=e,n==null)continue;switch(a.repeat&&(s[c].length=n.length),a.kind){case"scalar":case"enum":if(a.repeat)for(let l=0;l<n.length;l++)s[c][l]=n[l];else s[c]=n;break;case"message":let d=a.T();if(a.repeat)for(let l=0;l<n.length;l++)s[c][l]=d.create(n[l]);else s[c]===void 0?s[c]=d.create(n):d.mergePartial(s[c],n);break;case"map":switch(a.V.kind){case"scalar":case"enum":Object.assign(s[c],n);break;case"message":let l=a.V.T();for(let p of Object.keys(n))s[c][p]=l.create(n[p]);break}break}}}function VE(t,e,r){if(e===r)return!0;if(!e||!r)return!1;for(let n of t.fields){let i=n.localName,s=n.oneof?e[n.oneof][i]:e[i],a=n.oneof?r[n.oneof][i]:r[i];switch(n.kind){case"enum":case"scalar":let c=n.kind=="enum"?D.INT32:n.T;if(!(n.repeat?Em(c,s,a):Sm(c,s,a)))return!1;break;case"map":if(!(n.V.kind=="message"?Tm(n.V.T(),wc(s),wc(a)):Em(n.V.kind=="enum"?D.INT32:n.V.T,wc(s),wc(a))))return!1;break;case"message":let d=n.T();if(!(n.repeat?Tm(d,s,a):d.equals(s,a)))return!1;break}}return!0}const wc=Object.values;function Sm(t,e,r){if(e===r)return!0;if(t!==D.BYTES)return!1;let n=e,i=r;if(n.length!==i.length)return!1;for(let s=0;s<n.length;s++)if(n[s]!=i[s])return!1;return!0}function Em(t,e,r){if(e.length!==r.length)return!1;for(let n=0;n<e.length;n++)if(!Sm(t,e[n],r[n]))return!1;return!0}function Tm(t,e,r){if(e.length!==r.length)return!1;for(let n=0;n<e.length;n++)if(!t.equals(e[n],r[n]))return!1;return!0}const UE=Object.getOwnPropertyDescriptors(Object.getPrototypeOf({}));class T{constructor(e,r,n){this.defaultCheckDepth=16,this.typeName=e,this.fields=r.map(RE),this.options=n!=null?n:{},this.messagePrototype=Object.create(null,Object.assign(Object.assign({},UE),{[vm]:{value:this}})),this.refTypeCheck=new AE(this),this.refJsonReader=new DE(this),this.refJsonWriter=new OE(this),this.refBinReader=new NE(this),this.refBinWriter=new LE(this)}create(e){let r=xE(this);return e!==void 0&&ru(this,r,e),r}clone(e){let r=this.create();return ru(this,r,e),r}equals(e,r){return VE(this,e,r)}is(e,r=this.defaultCheckDepth){return this.refTypeCheck.is(e,r,!1)}isAssignable(e,r=this.defaultCheckDepth){return this.refTypeCheck.is(e,r,!0)}mergePartial(e,r){ru(this,e,r)}fromBinary(e,r){let n=yE(r);return this.internalBinaryRead(n.readerFactory(e),e.byteLength,n)}fromJson(e,r){return this.internalJsonRead(e,IE(r))}fromJsonString(e,r){let n=JSON.parse(e);return this.fromJson(n,r)}toJson(e,r){return this.internalJsonWrite(e,CE(r))}toJsonString(e,r){var n;let i=this.toJson(e,r);return JSON.stringify(i,null,(n=r==null?void 0:r.prettySpaces)!==null&&n!==void 0?n:0)}toBinary(e,r){let n=_E(r);return this.internalBinaryWrite(e,n.writerFactory(),n).finish()}internalJsonRead(e,r,n){if(e!==null&&typeof e=="object"&&!Array.isArray(e)){let i=n!=null?n:this.create();return this.refJsonReader.read(e,i,r),i}throw new Error(`Unable to parse message ${this.typeName} from JSON ${Ql(e)}.`)}internalJsonWrite(e,r){return this.refJsonWriter.write(e,r)}internalBinaryWrite(e,r,n){return this.refBinWriter.write(e,r,n),r}internalBinaryRead(e,r,n,i){let s=i!=null?i:this.create();return this.refBinReader.read(e,s,n,r),s}}const FE=t=>(e,r)=>(t.set(e,r),r),km=Number.MAX_SAFE_INTEGER===void 0?9007199254740991:Number.MAX_SAFE_INTEGER,bm=536870912,wm=bm*2,BE=(t,e)=>r=>{const n=e.get(r);let i=n===void 0?r.size:n<wm?n+1:0;if(!r.has(i))return t(r,i);if(r.size<bm){for(;r.has(i);)i=Math.floor(Math.random()*wm);return t(r,i)}if(r.size>km)throw new Error("Congratulations, you created a collection of unique numbers which uses all available integers!");for(;r.has(i);)i=Math.floor(Math.random()*km);return t(r,i)},_m=new WeakMap,WE=FE(_m),_c=BE(WE,_m),jE=t=>t.method!==void 0&&t.method==="call",HE=t=>t.error===null&&typeof t.id=="number",Pc=((t,e)=>{let r=null;return()=>{if(r!==null)return r;const n=new Blob([e],{type:"application/javascript; charset=utf-8"}),i=URL.createObjectURL(n);return r=t(i),setTimeout(()=>URL.revokeObjectURL(i)),r}})(t=>{const e=new Map([[0,()=>{}]]),r=new Map([[0,()=>{}]]),n=new Map,i=new Worker(t);return i.addEventListener("message",({data:l})=>{if(jE(l)){const{params:{timerId:p,timerType:m}}=l;if(m==="interval"){const S=e.get(p);if(typeof S=="number"){const E=n.get(S);if(E===void 0||E.timerId!==p||E.timerType!==m)throw new Error("The timer is in an undefined state.")}else if(typeof S!="undefined")S();else throw new Error("The timer is in an undefined state.")}else if(m==="timeout"){const S=r.get(p);if(typeof S=="number"){const E=n.get(S);if(E===void 0||E.timerId!==p||E.timerType!==m)throw new Error("The timer is in an undefined state.")}else if(typeof S!="undefined")S(),r.delete(p);else throw new Error("The timer is in an undefined state.")}}else if(HE(l)){const{id:p}=l,m=n.get(p);if(m===void 0)throw new Error("The timer is in an undefined state.");const{timerId:S,timerType:E}=m;n.delete(p),E==="interval"?e.delete(S):r.delete(S)}else{const{error:{message:p}}=l;throw new Error(p)}}),{clearInterval:l=>{const p=_c(n);n.set(p,{timerId:l,timerType:"interval"}),e.set(l,p),i.postMessage({id:p,method:"clear",params:{timerId:l,timerType:"interval"}})},clearTimeout:l=>{const p=_c(n);n.set(p,{timerId:l,timerType:"timeout"}),r.set(l,p),i.postMessage({id:p,method:"clear",params:{timerId:l,timerType:"timeout"}})},setInterval:(l,p=0)=>{const m=_c(e);return e.set(m,()=>{l(),typeof e.get(m)=="function"&&i.postMessage({id:null,method:"set",params:{delay:p,now:performance.now(),timerId:m,timerType:"interval"}})}),i.postMessage({id:null,method:"set",params:{delay:p,now:performance.now(),timerId:m,timerType:"interval"}}),m},setTimeout:(l,p=0)=>{const m=_c(r);return r.set(m,l),i.postMessage({id:null,method:"set",params:{delay:p,now:performance.now(),timerId:m,timerType:"timeout"}}),m}}},`(()=>{"use strict";const e=new Map,t=new Map,r=(e,t)=>{let r,o;const i=performance.now();r=i,o=e-Math.max(0,i-t);return{expected:r+o,remainingDelay:o}},o=(e,t,r,i)=>{const s=performance.now();s>r?postMessage({id:null,method:"call",params:{timerId:t,timerType:i}}):e.set(t,setTimeout(o,r-s,e,t,r,i))};addEventListener("message",(i=>{let{data:s}=i;try{if("clear"===s.method){const{id:r,params:{timerId:o,timerType:i}}=s;if("interval"===i)(t=>{const r=e.get(t);if(void 0===r)throw new Error('There is no interval scheduled with the given id "'.concat(t,'".'));clearTimeout(r),e.delete(t)})(o),postMessage({error:null,id:r});else{if("timeout"!==i)throw new Error('The given type "'.concat(i,'" is not supported'));(e=>{const r=t.get(e);if(void 0===r)throw new Error('There is no timeout scheduled with the given id "'.concat(e,'".'));clearTimeout(r),t.delete(e)})(o),postMessage({error:null,id:r})}}else{if("set"!==s.method)throw new Error('The given method "'.concat(s.method,'" is not supported'));{const{params:{delay:i,now:n,timerId:a,timerType:d}}=s;if("interval"===d)((t,i,s)=>{const{expected:n,remainingDelay:a}=r(t,s);e.set(i,setTimeout(o,a,e,i,n,"interval"))})(i,a,n);else{if("timeout"!==d)throw new Error('The given type "'.concat(d,'" is not supported'));((e,i,s)=>{const{expected:n,remainingDelay:a}=r(e,s);t.set(i,setTimeout(o,a,t,i,n,"timeout"))})(i,a,n)}}}}catch(e){postMessage({error:{message:e.message},id:s.id,result:null})}}))})();`),is=t=>Pc().clearInterval(t),qE=t=>Pc().clearTimeout(t),Ic=(t,e)=>Pc().setInterval(t,e);var GE=Object.freeze(Object.defineProperty({__proto__:null,clearInterval:is,clearTimeout:qE,setInterval:Ic,setTimeout:(t,e)=>Pc().setTimeout(t,e)},Symbol.toStringTag,{value:"Module"})),Pm={},nu={exports:{}},Im=nu.exports={v:[{name:"version",reg:/^(\d*)$/}],o:[{name:"origin",reg:/^(\S*) (\d*) (\d*) (\S*) IP(\d) (\S*)/,names:["username","sessionId","sessionVersion","netType","ipVer","address"],format:"%s %s %d %s IP%d %s"}],s:[{name:"name"}],i:[{name:"description"}],u:[{name:"uri"}],e:[{name:"email"}],p:[{name:"phone"}],z:[{name:"timezones"}],r:[{name:"repeats"}],t:[{name:"timing",reg:/^(\d*) (\d*)/,names:["start","stop"],format:"%d %d"}],c:[{name:"connection",reg:/^IN IP(\d) (\S*)/,names:["version","ip"],format:"IN IP%d %s"}],b:[{push:"bandwidth",reg:/^(TIAS|AS|CT|RR|RS):(\d*)/,names:["type","limit"],format:"%s:%s"}],m:[{reg:/^(\w*) (\d*) ([\w/]*)(?: (.*))?/,names:["type","port","protocol","payloads"],format:"%s %d %s %s"}],a:[{push:"rtp",reg:/^rtpmap:(\d*) ([\w\-.]*)(?:\s*\/(\d*)(?:\s*\/(\S*))?)?/,names:["payload","codec","rate","encoding"],format:function(t){return t.encoding?"rtpmap:%d %s/%s/%s":t.rate?"rtpmap:%d %s/%s":"rtpmap:%d %s"}},{push:"fmtp",reg:/^fmtp:(\d*) ([\S| ]*)/,names:["payload","config"],format:"fmtp:%d %s"},{name:"control",reg:/^control:(.*)/,format:"control:%s"},{name:"rtcp",reg:/^rtcp:(\d*)(?: (\S*) IP(\d) (\S*))?/,names:["port","netType","ipVer","address"],format:function(t){return t.address!=null?"rtcp:%d %s IP%d %s":"rtcp:%d"}},{push:"rtcpFbTrrInt",reg:/^rtcp-fb:(\*|\d*) trr-int (\d*)/,names:["payload","value"],format:"rtcp-fb:%s trr-int %d"},{push:"rtcpFb",reg:/^rtcp-fb:(\*|\d*) ([\w-_]*)(?: ([\w-_]*))?/,names:["payload","type","subtype"],format:function(t){return t.subtype!=null?"rtcp-fb:%s %s %s":"rtcp-fb:%s %s"}},{push:"ext",reg:/^extmap:(\d+)(?:\/(\w+))?(?: (urn:ietf:params:rtp-hdrext:encrypt))? (\S*)(?: (\S*))?/,names:["value","direction","encrypt-uri","uri","config"],format:function(t){return"extmap:%d"+(t.direction?"/%s":"%v")+(t["encrypt-uri"]?" %s":"%v")+" %s"+(t.config?" %s":"")}},{name:"extmapAllowMixed",reg:/^(extmap-allow-mixed)/},{push:"crypto",reg:/^crypto:(\d*) ([\w_]*) (\S*)(?: (\S*))?/,names:["id","suite","config","sessionConfig"],format:function(t){return t.sessionConfig!=null?"crypto:%d %s %s %s":"crypto:%d %s %s"}},{name:"setup",reg:/^setup:(\w*)/,format:"setup:%s"},{name:"connectionType",reg:/^connection:(new|existing)/,format:"connection:%s"},{name:"mid",reg:/^mid:([^\s]*)/,format:"mid:%s"},{name:"msid",reg:/^msid:(.*)/,format:"msid:%s"},{name:"ptime",reg:/^ptime:(\d*(?:\.\d*)*)/,format:"ptime:%d"},{name:"maxptime",reg:/^maxptime:(\d*(?:\.\d*)*)/,format:"maxptime:%d"},{name:"direction",reg:/^(sendrecv|recvonly|sendonly|inactive)/},{name:"icelite",reg:/^(ice-lite)/},{name:"iceUfrag",reg:/^ice-ufrag:(\S*)/,format:"ice-ufrag:%s"},{name:"icePwd",reg:/^ice-pwd:(\S*)/,format:"ice-pwd:%s"},{name:"fingerprint",reg:/^fingerprint:(\S*) (\S*)/,names:["type","hash"],format:"fingerprint:%s %s"},{push:"candidates",reg:/^candidate:(\S*) (\d*) (\S*) (\d*) (\S*) (\d*) typ (\S*)(?: raddr (\S*) rport (\d*))?(?: tcptype (\S*))?(?: generation (\d*))?(?: network-id (\d*))?(?: network-cost (\d*))?/,names:["foundation","component","transport","priority","ip","port","type","raddr","rport","tcptype","generation","network-id","network-cost"],format:function(t){var e="candidate:%s %d %s %d %s %d typ %s";return e+=t.raddr!=null?" raddr %s rport %d":"%v%v",e+=t.tcptype!=null?" tcptype %s":"%v",t.generation!=null&&(e+=" generation %d"),e+=t["network-id"]!=null?" network-id %d":"%v",e+=t["network-cost"]!=null?" network-cost %d":"%v",e}},{name:"endOfCandidates",reg:/^(end-of-candidates)/},{name:"remoteCandidates",reg:/^remote-candidates:(.*)/,format:"remote-candidates:%s"},{name:"iceOptions",reg:/^ice-options:(\S*)/,format:"ice-options:%s"},{push:"ssrcs",reg:/^ssrc:(\d*) ([\w_-]*)(?::(.*))?/,names:["id","attribute","value"],format:function(t){var e="ssrc:%d";return t.attribute!=null&&(e+=" %s",t.value!=null&&(e+=":%s")),e}},{push:"ssrcGroups",reg:/^ssrc-group:([\x21\x23\x24\x25\x26\x27\x2A\x2B\x2D\x2E\w]*) (.*)/,names:["semantics","ssrcs"],format:"ssrc-group:%s %s"},{name:"msidSemantic",reg:/^msid-semantic:\s?(\w*) (\S*)/,names:["semantic","token"],format:"msid-semantic: %s %s"},{push:"groups",reg:/^group:(\w*) (.*)/,names:["type","mids"],format:"group:%s %s"},{name:"rtcpMux",reg:/^(rtcp-mux)/},{name:"rtcpRsize",reg:/^(rtcp-rsize)/},{name:"sctpmap",reg:/^sctpmap:([\w_/]*) (\S*)(?: (\S*))?/,names:["sctpmapNumber","app","maxMessageSize"],format:function(t){return t.maxMessageSize!=null?"sctpmap:%s %s %s":"sctpmap:%s %s"}},{name:"xGoogleFlag",reg:/^x-google-flag:([^\s]*)/,format:"x-google-flag:%s"},{push:"rids",reg:/^rid:([\d\w]+) (\w+)(?: ([\S| ]*))?/,names:["id","direction","params"],format:function(t){return t.params?"rid:%s %s %s":"rid:%s %s"}},{push:"imageattrs",reg:new RegExp("^imageattr:(\\d+|\\*)[\\s\\t]+(send|recv)[\\s\\t]+(\\*|\\[\\S+\\](?:[\\s\\t]+\\[\\S+\\])*)(?:[\\s\\t]+(recv|send)[\\s\\t]+(\\*|\\[\\S+\\](?:[\\s\\t]+\\[\\S+\\])*))?"),names:["pt","dir1","attrs1","dir2","attrs2"],format:function(t){return"imageattr:%s %s %s"+(t.dir2?" %s %s":"")}},{name:"simulcast",reg:new RegExp("^simulcast:(send|recv) ([a-zA-Z0-9\\-_~;,]+)(?:\\s?(send|recv) ([a-zA-Z0-9\\-_~;,]+))?$"),names:["dir1","list1","dir2","list2"],format:function(t){return"simulcast:%s %s"+(t.dir2?" %s %s":"")}},{name:"simulcast_03",reg:/^simulcast:[\s\t]+([\S+\s\t]+)$/,names:["value"],format:"simulcast: %s"},{name:"framerate",reg:/^framerate:(\d+(?:$|\.\d+))/,format:"framerate:%s"},{name:"sourceFilter",reg:/^source-filter: *(excl|incl) (\S*) (IP4|IP6|\*) (\S*) (.*)/,names:["filterMode","netType","addressTypes","destAddress","srcList"],format:"source-filter: %s %s %s %s %s"},{name:"bundleOnly",reg:/^(bundle-only)/},{name:"label",reg:/^label:(.+)/,format:"label:%s"},{name:"sctpPort",reg:/^sctp-port:(\d+)$/,format:"sctp-port:%s"},{name:"maxMessageSize",reg:/^max-message-size:(\d+)$/,format:"max-message-size:%s"},{push:"tsRefClocks",reg:/^ts-refclk:([^\s=]*)(?:=(\S*))?/,names:["clksrc","clksrcExt"],format:function(t){return"ts-refclk:%s"+(t.clksrcExt!=null?"=%s":"")}},{name:"mediaClk",reg:/^mediaclk:(?:id=(\S*))? *([^\s=]*)(?:=(\S*))?(?: *rate=(\d+)\/(\d+))?/,names:["id","mediaClockName","mediaClockValue","rateNumerator","rateDenominator"],format:function(t){var e="mediaclk:";return e+=t.id!=null?"id=%s %s":"%v%s",e+=t.mediaClockValue!=null?"=%s":"",e+=t.rateNumerator!=null?" rate=%s":"",e+=t.rateDenominator!=null?"/%s":"",e}},{name:"keywords",reg:/^keywds:(.+)$/,format:"keywds:%s"},{name:"content",reg:/^content:(.+)/,format:"content:%s"},{name:"bfcpFloorCtrl",reg:/^floorctrl:(c-only|s-only|c-s)/,format:"floorctrl:%s"},{name:"bfcpConfId",reg:/^confid:(\d+)/,format:"confid:%s"},{name:"bfcpUserId",reg:/^userid:(\d+)/,format:"userid:%s"},{name:"bfcpFloorId",reg:/^floorid:(.+) (?:m-stream|mstrm):(.+)/,names:["id","mStream"],format:"floorid:%s mstrm:%s"},{push:"invalid",names:["value"]}]};Object.keys(Im).forEach(function(t){var e=Im[t];e.forEach(function(r){r.reg||(r.reg=/(.*)/),r.format||(r.format="%s")})}),function(t){var e=function(c){return String(Number(c))===c?Number(c):c},r=function(c,d,l,p){if(p&&!l)d[p]=e(c[1]);else for(var m=0;m<l.length;m+=1)c[m+1]!=null&&(d[l[m]]=e(c[m+1]))},n=function(c,d,l){var p=c.name&&c.names;c.push&&!d[c.push]?d[c.push]=[]:p&&!d[c.name]&&(d[c.name]={});var m=c.push?{}:p?d[c.name]:d;r(l.match(c.reg),m,c.names,c.name),c.push&&d[c.push].push(m)},i=nu.exports,s=RegExp.prototype.test.bind(/^([a-z])=(.*)/);t.parse=function(c){var d={},l=[],p=d;return c.split(/(\r\n|\r|\n)/).filter(s).forEach(function(m){var S=m[0],E=m.slice(2);S==="m"&&(l.push({rtp:[],fmtp:[]}),p=l[l.length-1]);for(var b=0;b<(i[S]||[]).length;b+=1){var O=i[S][b];if(O.reg.test(E))return n(O,p,E)}}),d.media=l,d};var a=function(c,d){var l=d.split(/=(.+)/,2);return l.length===2?c[l[0]]=e(l[1]):l.length===1&&d.length>1&&(c[l[0]]=void 0),c};t.parseParams=function(c){return c.split(/;\s?/).reduce(a,{})},t.parseFmtpConfig=t.parseParams,t.parsePayloads=function(c){return c.toString().split(" ").map(Number)},t.parseRemoteCandidates=function(c){for(var d=[],l=c.split(" ").map(e),p=0;p<l.length;p+=3)d.push({component:l[p],ip:l[p+1],port:l[p+2]});return d},t.parseImageAttributes=function(c){return c.split(" ").map(function(d){return d.substring(1,d.length-1).split(",").reduce(a,{})})},t.parseSimulcastStreamList=function(c){return c.split(";").map(function(d){return d.split(",").map(function(l){var p,m=!1;return l[0]!=="~"?p=e(l):(p=e(l.substring(1,l.length)),m=!0),{scid:p,paused:m}})})}}(Pm);var iu=nu.exports,JE=/%[sdv%]/g,$E=function(t){var e=1,r=arguments,n=r.length;return t.replace(JE,function(i){if(e>=n)return i;var s=r[e];switch(e+=1,i){case"%%":return"%";case"%s":return String(s);case"%d":return Number(s);case"%v":return""}})},ca=function(t,e,r){var n=e.format instanceof Function?e.format(e.push?r:r[e.name]):e.format,i=[t+"="+n];if(e.names)for(var s=0;s<e.names.length;s+=1){var a=e.names[s];e.name?i.push(r[e.name][a]):i.push(r[e.names[s]])}else i.push(r[e.name]);return $E.apply(null,i)},KE=["v","o","s","i","u","e","p","c","b","t","r","z","a"],zE=["i","c","b","a"],YE=function(t,e){e=e||{},t.version==null&&(t.version=0),t.name==null&&(t.name=" "),t.media.forEach(function(s){s.payloads==null&&(s.payloads="")});var r=e.outerOrder||KE,n=e.innerOrder||zE,i=[];return r.forEach(function(s){iu[s].forEach(function(a){a.name in t&&t[a.name]!=null?i.push(ca(s,a,t)):a.push in t&&t[a.push]!=null&&t[a.push].forEach(function(c){i.push(ca(s,a,c))})})}),t.media.forEach(function(s){i.push(ca("m",iu.m[0],s)),n.forEach(function(a){iu[a].forEach(function(c){c.name in s&&s[c.name]!=null?i.push(ca(a,c,s)):c.push in s&&s[c.push]!=null&&s[c.push].forEach(function(d){i.push(ca(a,c,d))})})})}),i.join(`\r
|
|
8
8
|
`)+`\r
|
|
9
|
-
`},oi=Pm,QE=YE,Cc=QE,ci=oi.parse;oi.parseParams,oi.parseFmtpConfig,oi.parsePayloads,oi.parseRemoteCandidates,oi.parseImageAttributes,oi.parseSimulcastStreamList;var XE=Object.defineProperty,ZE=Object.defineProperties,eT=Object.getOwnPropertyDescriptors,Rc=Object.getOwnPropertySymbols,tT=Object.getPrototypeOf,Cm=Object.prototype.hasOwnProperty,Rm=Object.prototype.propertyIsEnumerable,rT=Reflect.get,nT=Math.pow,su=(t,e,r)=>e in t?XE(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,x=(t,e)=>{for(var r in e||(e={}))Cm.call(e,r)&&su(t,r,e[r]);if(Rc)for(var r of Rc(e))Rm.call(e,r)&&su(t,r,e[r]);return t},G=(t,e)=>ZE(t,eT(e)),Mc=(t,e)=>{var r={};for(var n in t)Cm.call(t,n)&&e.indexOf(n)<0&&(r[n]=t[n]);if(t!=null&&Rc)for(var n of Rc(t))e.indexOf(n)<0&&Rm.call(t,n)&&(r[n]=t[n]);return r},f=(t,e,r)=>(su(t,typeof e!="symbol"?e+"":e,r),r),au=(t,e,r)=>{if(!e.has(t))throw TypeError("Cannot "+r)},o=(t,e,r)=>(au(t,e,"read from private field"),r?r.call(t):e.get(t)),v=(t,e,r)=>{if(e.has(t))throw TypeError("Cannot add the same private member more than once");e instanceof WeakSet?e.add(t):e.set(t,r)},y=(t,e,r,n)=>(au(t,e,"write to private field"),n?n.call(t,r):e.set(t,r),r),H=(t,e,r)=>(au(t,e,"access private method"),r),iT=(t,e,r)=>rT(tT(t),r,e),u=(t,e,r)=>new Promise((n,i)=>{var s=d=>{try{c(r.next(d))}catch(l){i(l)}},a=d=>{try{c(r.throw(d))}catch(l){i(l)}},c=d=>d.done?n(d.value):Promise.resolve(d.value).then(s,a);c((r=r.apply(t,e)).next())});function sT(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var Et={},aT={get exports(){return Et},set exports(t){Et=t}},is=typeof Reflect=="object"?Reflect:null,Mm=is&&typeof is.apply=="function"?is.apply:function(t,e,r){return Function.prototype.apply.call(t,e,r)},Ac;is&&typeof is.ownKeys=="function"?Ac=is.ownKeys:Object.getOwnPropertySymbols?Ac=function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:Ac=function(t){return Object.getOwnPropertyNames(t)};function oT(t){console&&console.warn&&console.warn(t)}var Am=Number.isNaN||function(t){return t!==t};function fe(){fe.init.call(this)}aT.exports=fe,Et.once=uT,fe.EventEmitter=fe,fe.prototype._events=void 0,fe.prototype._eventsCount=0,fe.prototype._maxListeners=void 0;var Dm=10;function Dc(t){if(typeof t!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof t)}Object.defineProperty(fe,"defaultMaxListeners",{enumerable:!0,get:function(){return Dm},set:function(t){if(typeof t!="number"||t<0||Am(t))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+t+".");Dm=t}}),fe.init=function(){(this._events===void 0||this._events===Object.getPrototypeOf(this)._events)&&(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},fe.prototype.setMaxListeners=function(t){if(typeof t!="number"||t<0||Am(t))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+t+".");return this._maxListeners=t,this};function Om(t){return t._maxListeners===void 0?fe.defaultMaxListeners:t._maxListeners}fe.prototype.getMaxListeners=function(){return Om(this)},fe.prototype.emit=function(t){for(var e=[],r=1;r<arguments.length;r++)e.push(arguments[r]);var n=t==="error",i=this._events;if(i!==void 0)n=n&&i.error===void 0;else if(!n)return!1;if(n){var s;if(e.length>0&&(s=e[0]),s instanceof Error)throw s;var a=new Error("Unhandled error."+(s?" ("+s.message+")":""));throw a.context=s,a}var c=i[t];if(c===void 0)return!1;if(typeof c=="function")Mm(c,this,e);else for(var d=c.length,l=Um(c,d),r=0;r<d;++r)Mm(l[r],this,e);return!0};function Nm(t,e,r,n){var i,s,a;if(Dc(r),s=t._events,s===void 0?(s=t._events=Object.create(null),t._eventsCount=0):(s.newListener!==void 0&&(t.emit("newListener",e,r.listener?r.listener:r),s=t._events),a=s[e]),a===void 0)a=s[e]=r,++t._eventsCount;else if(typeof a=="function"?a=s[e]=n?[r,a]:[a,r]:n?a.unshift(r):a.push(r),i=Om(t),i>0&&a.length>i&&!a.warned){a.warned=!0;var c=new Error("Possible EventEmitter memory leak detected. "+a.length+" "+String(e)+" listeners added. Use emitter.setMaxListeners() to increase limit");c.name="MaxListenersExceededWarning",c.emitter=t,c.type=e,c.count=a.length,oT(c)}return t}fe.prototype.addListener=function(t,e){return Nm(this,t,e,!1)},fe.prototype.on=fe.prototype.addListener,fe.prototype.prependListener=function(t,e){return Nm(this,t,e,!0)};function cT(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length===0?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function Lm(t,e,r){var n={fired:!1,wrapFn:void 0,target:t,type:e,listener:r},i=cT.bind(n);return i.listener=r,n.wrapFn=i,i}fe.prototype.once=function(t,e){return Dc(e),this.on(t,Lm(this,t,e)),this},fe.prototype.prependOnceListener=function(t,e){return Dc(e),this.prependListener(t,Lm(this,t,e)),this},fe.prototype.removeListener=function(t,e){var r,n,i,s,a;if(Dc(e),n=this._events,n===void 0)return this;if(r=n[t],r===void 0)return this;if(r===e||r.listener===e)--this._eventsCount===0?this._events=Object.create(null):(delete n[t],n.removeListener&&this.emit("removeListener",t,r.listener||e));else if(typeof r!="function"){for(i=-1,s=r.length-1;s>=0;s--)if(r[s]===e||r[s].listener===e){a=r[s].listener,i=s;break}if(i<0)return this;i===0?r.shift():dT(r,i),r.length===1&&(n[t]=r[0]),n.removeListener!==void 0&&this.emit("removeListener",t,a||e)}return this},fe.prototype.off=fe.prototype.removeListener,fe.prototype.removeAllListeners=function(t){var e,r,n;if(r=this._events,r===void 0)return this;if(r.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):r[t]!==void 0&&(--this._eventsCount===0?this._events=Object.create(null):delete r[t]),this;if(arguments.length===0){var i=Object.keys(r),s;for(n=0;n<i.length;++n)s=i[n],s!=="removeListener"&&this.removeAllListeners(s);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if(e=r[t],typeof e=="function")this.removeListener(t,e);else if(e!==void 0)for(n=e.length-1;n>=0;n--)this.removeListener(t,e[n]);return this};function xm(t,e,r){var n=t._events;if(n===void 0)return[];var i=n[e];return i===void 0?[]:typeof i=="function"?r?[i.listener||i]:[i]:r?lT(i):Um(i,i.length)}fe.prototype.listeners=function(t){return xm(this,t,!0)},fe.prototype.rawListeners=function(t){return xm(this,t,!1)},fe.listenerCount=function(t,e){return typeof t.listenerCount=="function"?t.listenerCount(e):Vm.call(t,e)},fe.prototype.listenerCount=Vm;function Vm(t){var e=this._events;if(e!==void 0){var r=e[t];if(typeof r=="function")return 1;if(r!==void 0)return r.length}return 0}fe.prototype.eventNames=function(){return this._eventsCount>0?Ac(this._events):[]};function Um(t,e){for(var r=new Array(e),n=0;n<e;++n)r[n]=t[n];return r}function dT(t,e){for(;e+1<t.length;e++)t[e]=t[e+1];t.pop()}function lT(t){for(var e=new Array(t.length),r=0;r<e.length;++r)e[r]=t[r].listener||t[r];return e}function uT(t,e){return new Promise(function(r,n){function i(a){t.removeListener(e,s),n(a)}function s(){typeof t.removeListener=="function"&&t.removeListener("error",i),r([].slice.call(arguments))}Fm(t,e,s,{once:!0}),e!=="error"&&hT(t,i,{once:!0})})}function hT(t,e,r){typeof t.on=="function"&&Fm(t,"error",e,r)}function Fm(t,e,r,n){if(typeof t.on=="function")n.once?t.once(e,r):t.on(e,r);else if(typeof t.addEventListener=="function")t.addEventListener(e,function i(s){n.once&&t.removeEventListener(e,i),r(s)});else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof t)}var ee;(function(t){t[t.MAJOR_EVENT=0]="MAJOR_EVENT",t[t.MINOR_EVENT=1]="MINOR_EVENT"})(ee||(ee={}));var U;(function(t){t.PRECALL_TEST_BEGIN="precall_begin",t.PRECALL_TEST_COMPLETE="precall_end",t.CALL_JOIN_BEGIN="call_join",t.NET_QUALITY_TEST_BEGIN="net_quality_test_begin",t.NET_QUALITY_TEST_END="net_quality_test_end",t.WEBSOCKET_CONNECTED="websocket_connected",t.TRANSPORT_CONNECTED="transport_connected",t.AUDIO_ON="audio_on",t.AUDIO_OFF="audio_off",t.VIDEO_ON="video_on",t.VIDEO_OFF="video_off",t.PARTICIPANT_ROLE="participant_role",t.PING_STAT="ping_stat",t.DISCONNECT="disconnect",t.RECONNECT_ATTEMPT="reconnect_attempt",t.SCREENSHARE_START_REQUESTED="screenshare_start_requested",t.SCREENSHARE_STARTED="screenshare_started",t.SCREENSHARE_STOPPED="screenshare_stopped",t.TAB_CHANGE="tab_change",t.BROWSER_BACKGROUNDED="browser_backgrounded",t.BROWSER_FOREGROUNDED="browser_foregrounded",t.DOMINANT_SPEAKER="dominant_speaker",t.AUDIO_DEVICES_UPDATES="audio_devices_updates",t.VIDEO_DEVICES_UPDATES="video_devices_updates",t.SPEAKER_DEVICES_UPDATES="speaker_devices_updates",t.SELECTED_MICROHPONE_UPDATE="selected_microphone_update",t.SELECTED_CAMERA_UPDATE="selected_camera_update",t.SELECTED_SPEAKER_UPDATE="selected_speaker_update",t.EXPECTED_VIDEO_RESOLUTION="expected_video_resolution",t.EXPECTED_SCREENSHARE_RESOLUTION="expected_screenshare_resolution",t.MEDIA_PERMISSION="media_permission",t.LEGACY_SWITCH="legacy_switch",t.AUDIO_PLAY_FAILED="audio_play_failed",t.VIDEO_PLAY_FAILED="video_play_failed",t.AUDIO_TRACK_MUTED="audio_track_muted",t.VIDEO_TRACK_MUTED="video_track_muted",t.IVS_PLAYER_REBUFFERING="ivs_player_rebuffering",t.IVS_PLAYER_AUDIO_BLOCKED="ivs_player_audio_blocked",t.IVS_PLAYER_PLAYBACK_BLOCKED="ivs_player_playback_blocked",t.IVS_PLAYER_ERROR="ivs_player_error",t.IVS_PLAYER_RECOVERABLE_ERROR="ivs_player_recoverable_error",t.IVS_PLAYER_WORKER_ERROR="ivs_player_worker_error",t.IVS_PLAYER_NETWORK_UNAVAILABLE="ivs_player_network_unavailable",t.LIVESTREAM_LATENCY="livestream_latency",t.IVS_PLAYER_ANALYTICS_EVENT="ivs_player_analytics_event",t.IVS_PLAYER_PLAYBACK_RATE_CHANGED="ivs_player_playback_rate_changed",t.IVS_PLAYER_QUALITY_CHANGED="ivs_player_quality_changed",t.IVS_PLAYER_INITIALIZED="ivs_player_initialized"})(U||(U={}));const pT=new Map([[U.PRECALL_TEST_BEGIN,ee.MINOR_EVENT],[U.PRECALL_TEST_COMPLETE,ee.MINOR_EVENT],[U.CALL_JOIN_BEGIN,ee.MAJOR_EVENT],[U.NET_QUALITY_TEST_BEGIN,ee.MINOR_EVENT],[U.NET_QUALITY_TEST_END,ee.MINOR_EVENT],[U.WEBSOCKET_CONNECTED,ee.MINOR_EVENT],[U.TRANSPORT_CONNECTED,ee.MAJOR_EVENT],[U.AUDIO_ON,ee.MINOR_EVENT],[U.AUDIO_OFF,ee.MINOR_EVENT],[U.VIDEO_ON,ee.MINOR_EVENT],[U.VIDEO_OFF,ee.MINOR_EVENT],[U.PARTICIPANT_ROLE,ee.MINOR_EVENT],[U.PING_STAT,ee.MAJOR_EVENT],[U.DISCONNECT,ee.MAJOR_EVENT],[U.RECONNECT_ATTEMPT,ee.MAJOR_EVENT],[U.SCREENSHARE_START_REQUESTED,ee.MINOR_EVENT],[U.SCREENSHARE_STARTED,ee.MINOR_EVENT],[U.SCREENSHARE_STOPPED,ee.MINOR_EVENT],[U.TAB_CHANGE,ee.MINOR_EVENT],[U.BROWSER_BACKGROUNDED,ee.MINOR_EVENT],[U.BROWSER_FOREGROUNDED,ee.MINOR_EVENT],[U.DOMINANT_SPEAKER,ee.MINOR_EVENT],[U.AUDIO_DEVICES_UPDATES,ee.MINOR_EVENT],[U.VIDEO_DEVICES_UPDATES,ee.MINOR_EVENT],[U.SPEAKER_DEVICES_UPDATES,ee.MINOR_EVENT],[U.SELECTED_MICROHPONE_UPDATE,ee.MINOR_EVENT],[U.SELECTED_CAMERA_UPDATE,ee.MINOR_EVENT],[U.SELECTED_SPEAKER_UPDATE,ee.MINOR_EVENT],[U.MEDIA_PERMISSION,ee.MINOR_EVENT],[U.LEGACY_SWITCH,ee.MINOR_EVENT],[U.AUDIO_PLAY_FAILED,ee.MINOR_EVENT],[U.VIDEO_PLAY_FAILED,ee.MINOR_EVENT],[U.AUDIO_TRACK_MUTED,ee.MINOR_EVENT],[U.VIDEO_TRACK_MUTED,ee.MINOR_EVENT],[U.IVS_PLAYER_REBUFFERING,ee.MAJOR_EVENT],[U.IVS_PLAYER_AUDIO_BLOCKED,ee.MAJOR_EVENT],[U.IVS_PLAYER_PLAYBACK_BLOCKED,ee.MAJOR_EVENT],[U.IVS_PLAYER_ERROR,ee.MAJOR_EVENT],[U.IVS_PLAYER_RECOVERABLE_ERROR,ee.MAJOR_EVENT],[U.IVS_PLAYER_WORKER_ERROR,ee.MAJOR_EVENT],[U.IVS_PLAYER_NETWORK_UNAVAILABLE,ee.MAJOR_EVENT],[U.LIVESTREAM_LATENCY,ee.MAJOR_EVENT],[U.IVS_PLAYER_ANALYTICS_EVENT,ee.MINOR_EVENT],[U.IVS_PLAYER_PLAYBACK_RATE_CHANGED,ee.MINOR_EVENT],[U.IVS_PLAYER_QUALITY_CHANGED,ee.MINOR_EVENT],[U.IVS_PLAYER_INITIALIZED,ee.MINOR_EVENT],[U.EXPECTED_VIDEO_RESOLUTION,ee.MINOR_EVENT],[U.EXPECTED_SCREENSHARE_RESOLUTION,ee.MINOR_EVENT]]);class mT{constructor(){f(this,"events"),this.events=[]}add(e){this.events.push(e)}flush(){return{entries:this.events.splice(0,25)}}}class gT extends Et{constructor({logger:e,peerId:r,apiHostnames:n}){super(),f(this,"logger"),f(this,"peerId"),f(this,"eventStore"),f(this,"apiEndpoint"),this.logger=e,this.peerId=r,this.apiEndpoint=`https://${n.daCollector}/api/v1/message`,this.eventStore=new mT}sendEventsChunkToServer(e){return u(this,null,function*(){var r;const n={payload:e,peerId:this.peerId};try{return yield fetch(this.apiEndpoint,{method:"POST",body:JSON.stringify(n)}),!0}catch(i){return this.logger.error("callStats::sendEventsChunkToServer::catch",{error:i}),(r=e.entries)==null||r.forEach(s=>{this.eventStore.add(s)}),!1}})}callEvent(e){e.timestamp=new Date,this.eventStore.add(e),this.emit(e.event,e.metaData),pT.get(e.event)===ee.MAJOR_EVENT&&this.flush()}flush(){return u(this,null,function*(){var e;const r=this.eventStore.flush();return(e=r==null?void 0:r.entries)!=null&&e.length?(yield this.sendEventsChunkToServer(r),!0):!1})}}var Bm;(function(t){t.CHROMIUM="chromum",t.FIREFOX="firefox",t.SAFARI="safari"})(Bm||(Bm={}));const ca={DEVEL:"devel",PREPROD:"preprod",PROD:"prod"};var dr;(function(t){t.AUDIO="AUDIO",t.VIDEO="VIDEO",t.SPEAKER="SPEAKER",t.SCREENSHARE="SCREENSHARE"})(dr||(dr={}));var Wm;(function(t){t[t.INIT=0]="INIT",t[t.ACCEPTED=1]="ACCEPTED",t[t.DENIED=2]="DENIED",t[t.SYS_DENIED=3]="SYS_DENIED",t[t.FAILED=4]="FAILED",t[t.NOTFOUND=5]="NOTFOUND",t[t.NOT_APPLICABLE=6]="NOT_APPLICABLE"})(Wm||(Wm={}));function Pn(t){return t?t.split(".").slice(0,2).concat(["0","0"]).join("."):""}function Oc({packetsLost:t,packetsSent:e}){return e>0?t*100/e:0}function Nc({packetsLost:t,packetsReceived:e}){return e+t>0?t*100/(e+t):0}const jm=240,Hm=720,qm=8,Gm=3,Lc=10,xc=.02,Vc=.03;function sn({stat:t,weight:e,rangeMin:r,rangeMax:n,rangeRankingDirection:i}){return t==null?e:r===n?i==="UP"?t<=r?e:0:t>=n?e:0:i==="UP"?(1-Math.max(Math.min(n,Math.abs(t))-r,0)/(n-r))*e:i==="DOWN"?Math.max(Math.min(n,Math.abs(t))-r,0)/(n-r)*e:e}function Jm({isLowQualityVideo:t,isVideoStuck:e,isVideoLagging:r,jitterQuality:n,packetsLostQuality:i}){const s=.8*((t?.85:1)*(r?.7:1)*(e?.5:1))+.2*(n*i);return Math.round((s+Number.EPSILON)*100)/100}function $m({packetsLost:t,packetsSent:e}){return e>0?t*100/e:0}function Km({packetsLost:t,packetsSent:e,jitter:r}){const n=sn({stat:$m({packetsLost:t,packetsSent:e}),weight:.7,rangeMin:0,rangeMax:Lc,rangeRankingDirection:"UP"}),i=sn({stat:r,weight:.3,rangeMin:xc,rangeMax:Vc,rangeRankingDirection:"UP"});return n+i}function fT({frameWidth:t,isScreenShare:e}){return t<(e?Hm:jm)}function vT({framesPerSecond:t,isScreenShare:e}){return t<(e?Gm:qm)}function yT({framesEncoded:t}){return t===0}function zm({frameWidth:t,framesPerSecond:e,packetsLost:r,packetsSent:n,jitter:i,isScreenShare:s,framesEncoded:a}){const c=sn({stat:$m({packetsLost:r,packetsSent:n}),weight:1,rangeMin:0,rangeMax:Lc,rangeRankingDirection:"UP"}),d=sn({stat:i,weight:1,rangeMin:xc,rangeMax:Vc,rangeRankingDirection:"UP"}),l=fT({frameWidth:t,isScreenShare:s}),p=vT({framesPerSecond:e,isScreenShare:s}),m=yT({framesEncoded:a,isScreenShare:s});return Jm({isLowQualityVideo:l,isVideoLagging:p,isVideoStuck:m,jitterQuality:d,packetsLostQuality:c})}function Ym({packetsLost:t,packetsReceived:e}){return e+t>0?t*100/(e+t):0}function Qm({concealmentEvents:t,packetsLost:e,packetsReceived:r,jitter:n}){const i=sn({stat:t,weight:.2,rangeMin:0,rangeMax:3,rangeRankingDirection:"UP"}),s=.5,a=sn({stat:Ym({packetsLost:e,packetsReceived:r}),weight:s,rangeMin:0,rangeMax:Lc,rangeRankingDirection:"UP"}),c=sn({stat:n,weight:.3,rangeMin:xc,rangeMax:Vc,rangeRankingDirection:"UP"});return i+a+c}function ST({framesDecoded:t}){return t===0}function ET({framesPerSecond:t,isScreenShare:e}){return t<(e?Gm:qm)}function TT({frameWidth:t,isScreenShare:e}){return t<(e?Hm:jm)}function Xm({frameWidth:t,framesPerSecond:e,packetsLost:r,packetsReceived:n,jitter:i,isScreenShare:s,framesDecoded:a}){const c=sn({stat:Ym({packetsLost:r,packetsReceived:n}),weight:1,rangeMin:0,rangeMax:Lc,rangeRankingDirection:"UP"}),d=sn({stat:i,weight:1,rangeMin:xc,rangeMax:Vc,rangeRankingDirection:"UP"}),l=TT({frameWidth:t,isScreenShare:s}),p=ET({framesPerSecond:e,isScreenShare:s}),m=ST({framesDecoded:a,isScreenShare:s});return Jm({isLowQualityVideo:l,isVideoLagging:p,isVideoStuck:m,jitterQuality:d,packetsLostQuality:c})}class an{constructor(e){f(this,"pc1"),f(this,"pc2"),f(this,"constrainVideoBitrateKbps"),f(this,"constrainOfferToRemoveVideoFec",!1),f(this,"iceCandidateFilter");const r=new RTCPeerConnection(e),n=new RTCPeerConnection(e);this.pc1=r,this.pc2=n,this.iceCandidateFilter=an.noFilter,this.pc1.addEventListener("icecandidate",this.onIceCandidate.bind(this,this.pc2)),this.pc2.addEventListener("icecandidate",this.onIceCandidate.bind(this,this.pc1))}static parseCandidate(e){const r="candidate:",n=e.indexOf(r)+r.length,i=e.substr(n).split(" ");return{type:i[7],protocol:i[2],address:i[4]}}static isNotHostCandidate(e){return e.type!=="host"}static isHost(e){return e.type==="host"}static isRelay(e){return e.type==="relay"}static isReflexive(e){return e.type==="srflx"}static noFilter(e){return!0}onIceCandidate(e,r){if(r.candidate){const n=an.parseCandidate(r.candidate.candidate);this.iceCandidateFilter(n)&&e.addIceCandidate(r.candidate)}}setIceCandidateFilter(e){this.iceCandidateFilter=e}constrainVideoBitrate(e){this.constrainVideoBitrateKbps=e}disableVideoFec(){this.constrainOfferToRemoveVideoFec=!0}gotOffer(e){this.constrainOfferToRemoveVideoFec&&(e.sdp=e.sdp.replace(/(m=video 1 [^\r]+)(116 117)(\r\n)/g,`$1\r
|
|
9
|
+
`},oi=Pm,QE=YE,Cc=QE,ci=oi.parse;oi.parseParams,oi.parseFmtpConfig,oi.parsePayloads,oi.parseRemoteCandidates,oi.parseImageAttributes,oi.parseSimulcastStreamList;var XE=Object.defineProperty,ZE=Object.defineProperties,eT=Object.getOwnPropertyDescriptors,Rc=Object.getOwnPropertySymbols,tT=Object.getPrototypeOf,Cm=Object.prototype.hasOwnProperty,Rm=Object.prototype.propertyIsEnumerable,rT=Reflect.get,nT=Math.pow,su=(t,e,r)=>e in t?XE(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,x=(t,e)=>{for(var r in e||(e={}))Cm.call(e,r)&&su(t,r,e[r]);if(Rc)for(var r of Rc(e))Rm.call(e,r)&&su(t,r,e[r]);return t},G=(t,e)=>ZE(t,eT(e)),Mc=(t,e)=>{var r={};for(var n in t)Cm.call(t,n)&&e.indexOf(n)<0&&(r[n]=t[n]);if(t!=null&&Rc)for(var n of Rc(t))e.indexOf(n)<0&&Rm.call(t,n)&&(r[n]=t[n]);return r},f=(t,e,r)=>(su(t,typeof e!="symbol"?e+"":e,r),r),au=(t,e,r)=>{if(!e.has(t))throw TypeError("Cannot "+r)},o=(t,e,r)=>(au(t,e,"read from private field"),r?r.call(t):e.get(t)),v=(t,e,r)=>{if(e.has(t))throw TypeError("Cannot add the same private member more than once");e instanceof WeakSet?e.add(t):e.set(t,r)},y=(t,e,r,n)=>(au(t,e,"write to private field"),n?n.call(t,r):e.set(t,r),r),H=(t,e,r)=>(au(t,e,"access private method"),r),iT=(t,e,r)=>rT(tT(t),r,e),u=(t,e,r)=>new Promise((n,i)=>{var s=d=>{try{c(r.next(d))}catch(l){i(l)}},a=d=>{try{c(r.throw(d))}catch(l){i(l)}},c=d=>d.done?n(d.value):Promise.resolve(d.value).then(s,a);c((r=r.apply(t,e)).next())});function sT(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var Et={},aT={get exports(){return Et},set exports(t){Et=t}},ss=typeof Reflect=="object"?Reflect:null,Mm=ss&&typeof ss.apply=="function"?ss.apply:function(t,e,r){return Function.prototype.apply.call(t,e,r)},Ac;ss&&typeof ss.ownKeys=="function"?Ac=ss.ownKeys:Object.getOwnPropertySymbols?Ac=function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:Ac=function(t){return Object.getOwnPropertyNames(t)};function oT(t){console&&console.warn&&console.warn(t)}var Am=Number.isNaN||function(t){return t!==t};function fe(){fe.init.call(this)}aT.exports=fe,Et.once=uT,fe.EventEmitter=fe,fe.prototype._events=void 0,fe.prototype._eventsCount=0,fe.prototype._maxListeners=void 0;var Dm=10;function Dc(t){if(typeof t!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof t)}Object.defineProperty(fe,"defaultMaxListeners",{enumerable:!0,get:function(){return Dm},set:function(t){if(typeof t!="number"||t<0||Am(t))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+t+".");Dm=t}}),fe.init=function(){(this._events===void 0||this._events===Object.getPrototypeOf(this)._events)&&(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},fe.prototype.setMaxListeners=function(t){if(typeof t!="number"||t<0||Am(t))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+t+".");return this._maxListeners=t,this};function Om(t){return t._maxListeners===void 0?fe.defaultMaxListeners:t._maxListeners}fe.prototype.getMaxListeners=function(){return Om(this)},fe.prototype.emit=function(t){for(var e=[],r=1;r<arguments.length;r++)e.push(arguments[r]);var n=t==="error",i=this._events;if(i!==void 0)n=n&&i.error===void 0;else if(!n)return!1;if(n){var s;if(e.length>0&&(s=e[0]),s instanceof Error)throw s;var a=new Error("Unhandled error."+(s?" ("+s.message+")":""));throw a.context=s,a}var c=i[t];if(c===void 0)return!1;if(typeof c=="function")Mm(c,this,e);else for(var d=c.length,l=Um(c,d),r=0;r<d;++r)Mm(l[r],this,e);return!0};function Nm(t,e,r,n){var i,s,a;if(Dc(r),s=t._events,s===void 0?(s=t._events=Object.create(null),t._eventsCount=0):(s.newListener!==void 0&&(t.emit("newListener",e,r.listener?r.listener:r),s=t._events),a=s[e]),a===void 0)a=s[e]=r,++t._eventsCount;else if(typeof a=="function"?a=s[e]=n?[r,a]:[a,r]:n?a.unshift(r):a.push(r),i=Om(t),i>0&&a.length>i&&!a.warned){a.warned=!0;var c=new Error("Possible EventEmitter memory leak detected. "+a.length+" "+String(e)+" listeners added. Use emitter.setMaxListeners() to increase limit");c.name="MaxListenersExceededWarning",c.emitter=t,c.type=e,c.count=a.length,oT(c)}return t}fe.prototype.addListener=function(t,e){return Nm(this,t,e,!1)},fe.prototype.on=fe.prototype.addListener,fe.prototype.prependListener=function(t,e){return Nm(this,t,e,!0)};function cT(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length===0?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function Lm(t,e,r){var n={fired:!1,wrapFn:void 0,target:t,type:e,listener:r},i=cT.bind(n);return i.listener=r,n.wrapFn=i,i}fe.prototype.once=function(t,e){return Dc(e),this.on(t,Lm(this,t,e)),this},fe.prototype.prependOnceListener=function(t,e){return Dc(e),this.prependListener(t,Lm(this,t,e)),this},fe.prototype.removeListener=function(t,e){var r,n,i,s,a;if(Dc(e),n=this._events,n===void 0)return this;if(r=n[t],r===void 0)return this;if(r===e||r.listener===e)--this._eventsCount===0?this._events=Object.create(null):(delete n[t],n.removeListener&&this.emit("removeListener",t,r.listener||e));else if(typeof r!="function"){for(i=-1,s=r.length-1;s>=0;s--)if(r[s]===e||r[s].listener===e){a=r[s].listener,i=s;break}if(i<0)return this;i===0?r.shift():dT(r,i),r.length===1&&(n[t]=r[0]),n.removeListener!==void 0&&this.emit("removeListener",t,a||e)}return this},fe.prototype.off=fe.prototype.removeListener,fe.prototype.removeAllListeners=function(t){var e,r,n;if(r=this._events,r===void 0)return this;if(r.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):r[t]!==void 0&&(--this._eventsCount===0?this._events=Object.create(null):delete r[t]),this;if(arguments.length===0){var i=Object.keys(r),s;for(n=0;n<i.length;++n)s=i[n],s!=="removeListener"&&this.removeAllListeners(s);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if(e=r[t],typeof e=="function")this.removeListener(t,e);else if(e!==void 0)for(n=e.length-1;n>=0;n--)this.removeListener(t,e[n]);return this};function xm(t,e,r){var n=t._events;if(n===void 0)return[];var i=n[e];return i===void 0?[]:typeof i=="function"?r?[i.listener||i]:[i]:r?lT(i):Um(i,i.length)}fe.prototype.listeners=function(t){return xm(this,t,!0)},fe.prototype.rawListeners=function(t){return xm(this,t,!1)},fe.listenerCount=function(t,e){return typeof t.listenerCount=="function"?t.listenerCount(e):Vm.call(t,e)},fe.prototype.listenerCount=Vm;function Vm(t){var e=this._events;if(e!==void 0){var r=e[t];if(typeof r=="function")return 1;if(r!==void 0)return r.length}return 0}fe.prototype.eventNames=function(){return this._eventsCount>0?Ac(this._events):[]};function Um(t,e){for(var r=new Array(e),n=0;n<e;++n)r[n]=t[n];return r}function dT(t,e){for(;e+1<t.length;e++)t[e]=t[e+1];t.pop()}function lT(t){for(var e=new Array(t.length),r=0;r<e.length;++r)e[r]=t[r].listener||t[r];return e}function uT(t,e){return new Promise(function(r,n){function i(a){t.removeListener(e,s),n(a)}function s(){typeof t.removeListener=="function"&&t.removeListener("error",i),r([].slice.call(arguments))}Fm(t,e,s,{once:!0}),e!=="error"&&hT(t,i,{once:!0})})}function hT(t,e,r){typeof t.on=="function"&&Fm(t,"error",e,r)}function Fm(t,e,r,n){if(typeof t.on=="function")n.once?t.once(e,r):t.on(e,r);else if(typeof t.addEventListener=="function")t.addEventListener(e,function i(s){n.once&&t.removeEventListener(e,i),r(s)});else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof t)}var ee;(function(t){t[t.MAJOR_EVENT=0]="MAJOR_EVENT",t[t.MINOR_EVENT=1]="MINOR_EVENT"})(ee||(ee={}));var U;(function(t){t.PRECALL_TEST_BEGIN="precall_begin",t.PRECALL_TEST_COMPLETE="precall_end",t.CALL_JOIN_BEGIN="call_join",t.NET_QUALITY_TEST_BEGIN="net_quality_test_begin",t.NET_QUALITY_TEST_END="net_quality_test_end",t.WEBSOCKET_CONNECTED="websocket_connected",t.TRANSPORT_CONNECTED="transport_connected",t.AUDIO_ON="audio_on",t.AUDIO_OFF="audio_off",t.VIDEO_ON="video_on",t.VIDEO_OFF="video_off",t.PARTICIPANT_ROLE="participant_role",t.PING_STAT="ping_stat",t.DISCONNECT="disconnect",t.RECONNECT_ATTEMPT="reconnect_attempt",t.SCREENSHARE_START_REQUESTED="screenshare_start_requested",t.SCREENSHARE_STARTED="screenshare_started",t.SCREENSHARE_STOPPED="screenshare_stopped",t.TAB_CHANGE="tab_change",t.BROWSER_BACKGROUNDED="browser_backgrounded",t.BROWSER_FOREGROUNDED="browser_foregrounded",t.DOMINANT_SPEAKER="dominant_speaker",t.AUDIO_DEVICES_UPDATES="audio_devices_updates",t.VIDEO_DEVICES_UPDATES="video_devices_updates",t.SPEAKER_DEVICES_UPDATES="speaker_devices_updates",t.SELECTED_MICROHPONE_UPDATE="selected_microphone_update",t.SELECTED_CAMERA_UPDATE="selected_camera_update",t.SELECTED_SPEAKER_UPDATE="selected_speaker_update",t.EXPECTED_VIDEO_RESOLUTION="expected_video_resolution",t.EXPECTED_SCREENSHARE_RESOLUTION="expected_screenshare_resolution",t.MEDIA_PERMISSION="media_permission",t.LEGACY_SWITCH="legacy_switch",t.AUDIO_PLAY_FAILED="audio_play_failed",t.VIDEO_PLAY_FAILED="video_play_failed",t.AUDIO_TRACK_MUTED="audio_track_muted",t.VIDEO_TRACK_MUTED="video_track_muted",t.IVS_PLAYER_REBUFFERING="ivs_player_rebuffering",t.IVS_PLAYER_AUDIO_BLOCKED="ivs_player_audio_blocked",t.IVS_PLAYER_PLAYBACK_BLOCKED="ivs_player_playback_blocked",t.IVS_PLAYER_ERROR="ivs_player_error",t.IVS_PLAYER_RECOVERABLE_ERROR="ivs_player_recoverable_error",t.IVS_PLAYER_WORKER_ERROR="ivs_player_worker_error",t.IVS_PLAYER_NETWORK_UNAVAILABLE="ivs_player_network_unavailable",t.LIVESTREAM_LATENCY="livestream_latency",t.IVS_PLAYER_ANALYTICS_EVENT="ivs_player_analytics_event",t.IVS_PLAYER_PLAYBACK_RATE_CHANGED="ivs_player_playback_rate_changed",t.IVS_PLAYER_QUALITY_CHANGED="ivs_player_quality_changed",t.IVS_PLAYER_INITIALIZED="ivs_player_initialized"})(U||(U={}));const pT=new Map([[U.PRECALL_TEST_BEGIN,ee.MINOR_EVENT],[U.PRECALL_TEST_COMPLETE,ee.MINOR_EVENT],[U.CALL_JOIN_BEGIN,ee.MAJOR_EVENT],[U.NET_QUALITY_TEST_BEGIN,ee.MINOR_EVENT],[U.NET_QUALITY_TEST_END,ee.MINOR_EVENT],[U.WEBSOCKET_CONNECTED,ee.MINOR_EVENT],[U.TRANSPORT_CONNECTED,ee.MAJOR_EVENT],[U.AUDIO_ON,ee.MINOR_EVENT],[U.AUDIO_OFF,ee.MINOR_EVENT],[U.VIDEO_ON,ee.MINOR_EVENT],[U.VIDEO_OFF,ee.MINOR_EVENT],[U.PARTICIPANT_ROLE,ee.MINOR_EVENT],[U.PING_STAT,ee.MAJOR_EVENT],[U.DISCONNECT,ee.MAJOR_EVENT],[U.RECONNECT_ATTEMPT,ee.MAJOR_EVENT],[U.SCREENSHARE_START_REQUESTED,ee.MINOR_EVENT],[U.SCREENSHARE_STARTED,ee.MINOR_EVENT],[U.SCREENSHARE_STOPPED,ee.MINOR_EVENT],[U.TAB_CHANGE,ee.MINOR_EVENT],[U.BROWSER_BACKGROUNDED,ee.MINOR_EVENT],[U.BROWSER_FOREGROUNDED,ee.MINOR_EVENT],[U.DOMINANT_SPEAKER,ee.MINOR_EVENT],[U.AUDIO_DEVICES_UPDATES,ee.MINOR_EVENT],[U.VIDEO_DEVICES_UPDATES,ee.MINOR_EVENT],[U.SPEAKER_DEVICES_UPDATES,ee.MINOR_EVENT],[U.SELECTED_MICROHPONE_UPDATE,ee.MINOR_EVENT],[U.SELECTED_CAMERA_UPDATE,ee.MINOR_EVENT],[U.SELECTED_SPEAKER_UPDATE,ee.MINOR_EVENT],[U.MEDIA_PERMISSION,ee.MINOR_EVENT],[U.LEGACY_SWITCH,ee.MINOR_EVENT],[U.AUDIO_PLAY_FAILED,ee.MINOR_EVENT],[U.VIDEO_PLAY_FAILED,ee.MINOR_EVENT],[U.AUDIO_TRACK_MUTED,ee.MINOR_EVENT],[U.VIDEO_TRACK_MUTED,ee.MINOR_EVENT],[U.IVS_PLAYER_REBUFFERING,ee.MAJOR_EVENT],[U.IVS_PLAYER_AUDIO_BLOCKED,ee.MAJOR_EVENT],[U.IVS_PLAYER_PLAYBACK_BLOCKED,ee.MAJOR_EVENT],[U.IVS_PLAYER_ERROR,ee.MAJOR_EVENT],[U.IVS_PLAYER_RECOVERABLE_ERROR,ee.MAJOR_EVENT],[U.IVS_PLAYER_WORKER_ERROR,ee.MAJOR_EVENT],[U.IVS_PLAYER_NETWORK_UNAVAILABLE,ee.MAJOR_EVENT],[U.LIVESTREAM_LATENCY,ee.MAJOR_EVENT],[U.IVS_PLAYER_ANALYTICS_EVENT,ee.MINOR_EVENT],[U.IVS_PLAYER_PLAYBACK_RATE_CHANGED,ee.MINOR_EVENT],[U.IVS_PLAYER_QUALITY_CHANGED,ee.MINOR_EVENT],[U.IVS_PLAYER_INITIALIZED,ee.MINOR_EVENT],[U.EXPECTED_VIDEO_RESOLUTION,ee.MINOR_EVENT],[U.EXPECTED_SCREENSHARE_RESOLUTION,ee.MINOR_EVENT]]);class mT{constructor(){f(this,"events"),this.events=[]}add(e){this.events.push(e)}flush(){return{entries:this.events.splice(0,25)}}}class gT extends Et{constructor({logger:e,peerId:r,apiHostnames:n}){super(),f(this,"logger"),f(this,"peerId"),f(this,"eventStore"),f(this,"apiEndpoint"),this.logger=e,this.peerId=r,this.apiEndpoint=`https://${n.daCollector}/api/v1/message`,this.eventStore=new mT}sendEventsChunkToServer(e){return u(this,null,function*(){var r;const n={payload:e,peerId:this.peerId};try{return yield fetch(this.apiEndpoint,{method:"POST",body:JSON.stringify(n)}),!0}catch(i){return this.logger.error("callStats::sendEventsChunkToServer::catch",{error:i}),(r=e.entries)==null||r.forEach(s=>{this.eventStore.add(s)}),!1}})}callEvent(e){e.timestamp=new Date,this.eventStore.add(e),this.emit(e.event,e.metaData),pT.get(e.event)===ee.MAJOR_EVENT&&this.flush()}flush(){return u(this,null,function*(){var e;const r=this.eventStore.flush();return(e=r==null?void 0:r.entries)!=null&&e.length?(yield this.sendEventsChunkToServer(r),!0):!1})}}var Bm;(function(t){t.CHROMIUM="chromum",t.FIREFOX="firefox",t.SAFARI="safari"})(Bm||(Bm={}));const da={DEVEL:"devel",PREPROD:"preprod",PROD:"prod"};var dr;(function(t){t.AUDIO="AUDIO",t.VIDEO="VIDEO",t.SPEAKER="SPEAKER",t.SCREENSHARE="SCREENSHARE"})(dr||(dr={}));var Wm;(function(t){t[t.INIT=0]="INIT",t[t.ACCEPTED=1]="ACCEPTED",t[t.DENIED=2]="DENIED",t[t.SYS_DENIED=3]="SYS_DENIED",t[t.FAILED=4]="FAILED",t[t.NOTFOUND=5]="NOTFOUND",t[t.NOT_APPLICABLE=6]="NOT_APPLICABLE"})(Wm||(Wm={}));function Pn(t){return t?t.split(".").slice(0,2).concat(["0","0"]).join("."):""}function Oc({packetsLost:t,packetsSent:e}){return e>0?t*100/e:0}function Nc({packetsLost:t,packetsReceived:e}){return e+t>0?t*100/(e+t):0}const jm=240,Hm=720,qm=8,Gm=3,Lc=10,xc=.02,Vc=.03;function sn({stat:t,weight:e,rangeMin:r,rangeMax:n,rangeRankingDirection:i}){return t==null?e:r===n?i==="UP"?t<=r?e:0:t>=n?e:0:i==="UP"?(1-Math.max(Math.min(n,Math.abs(t))-r,0)/(n-r))*e:i==="DOWN"?Math.max(Math.min(n,Math.abs(t))-r,0)/(n-r)*e:e}function Jm({isLowQualityVideo:t,isVideoStuck:e,isVideoLagging:r,jitterQuality:n,packetsLostQuality:i}){const s=.8*((t?.85:1)*(r?.7:1)*(e?.5:1))+.2*(n*i);return Math.round((s+Number.EPSILON)*100)/100}function $m({packetsLost:t,packetsSent:e}){return e>0?t*100/e:0}function Km({packetsLost:t,packetsSent:e,jitter:r}){const n=sn({stat:$m({packetsLost:t,packetsSent:e}),weight:.7,rangeMin:0,rangeMax:Lc,rangeRankingDirection:"UP"}),i=sn({stat:r,weight:.3,rangeMin:xc,rangeMax:Vc,rangeRankingDirection:"UP"});return n+i}function fT({frameWidth:t,isScreenShare:e}){return t<(e?Hm:jm)}function vT({framesPerSecond:t,isScreenShare:e}){return t<(e?Gm:qm)}function yT({framesEncoded:t}){return t===0}function zm({frameWidth:t,framesPerSecond:e,packetsLost:r,packetsSent:n,jitter:i,isScreenShare:s,framesEncoded:a}){const c=sn({stat:$m({packetsLost:r,packetsSent:n}),weight:1,rangeMin:0,rangeMax:Lc,rangeRankingDirection:"UP"}),d=sn({stat:i,weight:1,rangeMin:xc,rangeMax:Vc,rangeRankingDirection:"UP"}),l=fT({frameWidth:t,isScreenShare:s}),p=vT({framesPerSecond:e,isScreenShare:s}),m=yT({framesEncoded:a,isScreenShare:s});return Jm({isLowQualityVideo:l,isVideoLagging:p,isVideoStuck:m,jitterQuality:d,packetsLostQuality:c})}function Ym({packetsLost:t,packetsReceived:e}){return e+t>0?t*100/(e+t):0}function Qm({concealmentEvents:t,packetsLost:e,packetsReceived:r,jitter:n}){const i=sn({stat:t,weight:.2,rangeMin:0,rangeMax:3,rangeRankingDirection:"UP"}),s=.5,a=sn({stat:Ym({packetsLost:e,packetsReceived:r}),weight:s,rangeMin:0,rangeMax:Lc,rangeRankingDirection:"UP"}),c=sn({stat:n,weight:.3,rangeMin:xc,rangeMax:Vc,rangeRankingDirection:"UP"});return i+a+c}function ST({framesDecoded:t}){return t===0}function ET({framesPerSecond:t,isScreenShare:e}){return t<(e?Gm:qm)}function TT({frameWidth:t,isScreenShare:e}){return t<(e?Hm:jm)}function Xm({frameWidth:t,framesPerSecond:e,packetsLost:r,packetsReceived:n,jitter:i,isScreenShare:s,framesDecoded:a}){const c=sn({stat:Ym({packetsLost:r,packetsReceived:n}),weight:1,rangeMin:0,rangeMax:Lc,rangeRankingDirection:"UP"}),d=sn({stat:i,weight:1,rangeMin:xc,rangeMax:Vc,rangeRankingDirection:"UP"}),l=TT({frameWidth:t,isScreenShare:s}),p=ET({framesPerSecond:e,isScreenShare:s}),m=ST({framesDecoded:a,isScreenShare:s});return Jm({isLowQualityVideo:l,isVideoLagging:p,isVideoStuck:m,jitterQuality:d,packetsLostQuality:c})}class an{constructor(e){f(this,"pc1"),f(this,"pc2"),f(this,"constrainVideoBitrateKbps"),f(this,"constrainOfferToRemoveVideoFec",!1),f(this,"iceCandidateFilter");const r=new RTCPeerConnection(e),n=new RTCPeerConnection(e);this.pc1=r,this.pc2=n,this.iceCandidateFilter=an.noFilter,this.pc1.addEventListener("icecandidate",this.onIceCandidate.bind(this,this.pc2)),this.pc2.addEventListener("icecandidate",this.onIceCandidate.bind(this,this.pc1))}static parseCandidate(e){const r="candidate:",n=e.indexOf(r)+r.length,i=e.substr(n).split(" ");return{type:i[7],protocol:i[2],address:i[4]}}static isNotHostCandidate(e){return e.type!=="host"}static isHost(e){return e.type==="host"}static isRelay(e){return e.type==="relay"}static isReflexive(e){return e.type==="srflx"}static noFilter(e){return!0}onIceCandidate(e,r){if(r.candidate){const n=an.parseCandidate(r.candidate.candidate);this.iceCandidateFilter(n)&&e.addIceCandidate(r.candidate)}}setIceCandidateFilter(e){this.iceCandidateFilter=e}constrainVideoBitrate(e){this.constrainVideoBitrateKbps=e}disableVideoFec(){this.constrainOfferToRemoveVideoFec=!0}gotOffer(e){this.constrainOfferToRemoveVideoFec&&(e.sdp=e.sdp.replace(/(m=video 1 [^\r]+)(116 117)(\r\n)/g,`$1\r
|
|
10
10
|
`),e.sdp=e.sdp.replace(/a=rtpmap:116 red\/90000\r\n/g,""),e.sdp=e.sdp.replace(/a=rtpmap:117 ulpfec\/90000\r\n/g,""),e.sdp=e.sdp.replace(/a=rtpmap:98 rtx\/90000\r\n/g,""),e.sdp=e.sdp.replace(/a=fmtp:98 apt=116\r\n/g,"")),this.pc1.setLocalDescription(e),this.pc2.setRemoteDescription(e),this.pc2.createAnswer().then(this.gotAnswer.bind(this),this.reportFatal.bind(this))}gotAnswer(e){this.constrainVideoBitrateKbps&&(e.sdp=e.sdp.replace(/a=mid:video\r\n/g,`a=mid:video\r
|
|
11
11
|
b=AS:${this.constrainVideoBitrateKbps}\r
|
|
12
|
-
`)),this.pc2.setLocalDescription(e),this.pc1.setRemoteDescription(e)}establishConnection(){this.pc1.createOffer().then(this.gotOffer.bind(this),this.reportFatal.bind(this))}reportFatal(e){console.error("Error:",e)}getRoundTripTime(){return u(this,null,function*(){const[e,r]=yield Promise.all([this.pc1.getStats(),this.pc2.getStats()]);let n,i;if(e.forEach(s=>{s.type==="candidate-pair"&&s.nominated===!0&&s.bytesSent>0&&(n=s)}),r.forEach(s=>{s.type==="candidate-pair"&&s.nominated===!0&&s.bytesReceived>0&&(i=s)}),n&&i)try{if(n.currentRoundTripTime&&i.currentRoundTripTime)return{rtt:n.currentRoundTripTime,backendRTT:i.currentRoundTripTime};const s=(i.lastPacketReceivedTimestamp-n.lastPacketSentTimestamp)/1e3;return{rtt:s,backendRTT:s}}catch(s){return}})}close(){this.pc1.close(),this.pc2.close()}}class Zm extends Et{constructor(e){super(),f(this,"call"),f(this,"timeOut"),this.call=new an(e)}start(e=1e4){this.call.establishConnection(),this.timeOut=setTimeout(this.testFailed.bind(this),e)}testComplete(e){clearTimeout(this.timeOut),this.call.close(),this.emit("done",e)}testFailed(e){this.call.close(),this.emit("failed",e)}}const kT=8,bT=1/1e3;class wT extends Zm{constructor(e){super(e),f(this,"senderChannel"),f(this,"recieveChannel"),f(this,"startTime"),f(this,"lastBitrateMeasureTime"),f(this,"sentPayloadBytes",0),f(this,"recievedPayloadBytes",0),f(this,"lastReceivedPayloadBytes",0),f(this,"stopSending",!1),f(this,"testProgress",0),f(this,"samplePacket",""),f(this,"finalBitrateSum",0),f(this,"bitRateSampels",0),f(this,"maxNumberOfPacketsToSend",0),f(this,"bytesToKeepBuffered",0),f(this,"testDurationSeconds",5),this.call.setIceCandidateFilter(an.isNotHostCandidate),this.senderChannel=this.call.pc1.createDataChannel(null);for(let r=0;r<262144;r+=1)this.samplePacket+="h";this.maxNumberOfPacketsToSend=1,this.bytesToKeepBuffered=1024*this.maxNumberOfPacketsToSend,this.testDurationSeconds=4,this.senderChannel.addEventListener("open",this.sendingStep.bind(this)),this.call.pc2.addEventListener("datachannel",this.onRecieverChannel.bind(this))}sendingStep(){const e=new Date;this.startTime||(this.startTime=e,this.lastBitrateMeasureTime=e);for(let n=0;n!==this.maxNumberOfPacketsToSend&&!(this.senderChannel.bufferedAmount>=this.bytesToKeepBuffered);n+=1){this.sentPayloadBytes+=this.samplePacket.length;try{this.senderChannel.send(this.samplePacket)}catch(i){}}const r=e.getTime()-this.startTime.getTime();r>=1e3*this.testDurationSeconds?(this.stopSending=!0,this.testProgress=100):(this.testProgress=r/(10*this.testDurationSeconds),setTimeout(this.sendingStep.bind(this),1))}onMessageRecieved(e){this.recievedPayloadBytes+=e.data.length;const r=new Date,n=r.getTime()-this.lastBitrateMeasureTime.getTime();if(n>=1e3){const i=(this.recievedPayloadBytes-this.lastReceivedPayloadBytes)*kT/(n/1e3);this.finalBitrateSum+=i,this.bitRateSampels+=1,this.lastReceivedPayloadBytes=this.recievedPayloadBytes,this.lastBitrateMeasureTime=r}if(this.stopSending&&this.sentPayloadBytes===this.recievedPayloadBytes){const i=this.finalBitrateSum/this.bitRateSampels;this.testComplete({throughput:Math.round(i*bT)})}}testComplete(e){this.call.getRoundTripTime().then(({rtt:r,backendRTT:n})=>super.testComplete({RTT:r,backendRTT:n,throughput:e.throughput}))}onRecieverChannel(e){this.recieveChannel=e.channel,this.recieveChannel.addEventListener("message",this.onMessageRecieved.bind(this))}}class ou extends Zm{constructor(e,r=an.noFilter){super(e),f(this,"ch1"),f(this,"ch2"),this.call.setIceCandidateFilter(r);const n=this.call.pc1.createDataChannel(null);this.ch1=n,n.addEventListener("open",()=>{n.send("hello")}),n.addEventListener("message",this.onCh1Recieve.bind(this)),this.call.pc2.addEventListener("datachannel",this.dataChannelHandler.bind(this))}onCh1Recieve(e){e.data!=="world"?this.hangup("Invalid data transmitted."):this.testComplete({connectivity:!0})}onCh2Recieve(e){if(e.data!=="hello")this.hangup("Invalid data transmitted.");else try{this.ch2.send("world")}catch(r){}}dataChannelHandler(e){const r=e.channel;this.ch2=r,r.addEventListener("message",this.onCh2Recieve.bind(this))}hangup(e){this.testFailed(e)}}class _T extends ou{constructor(e){super(e,an.isHost)}}class PT extends ou{constructor(e){super(e,an.isRelay)}}class IT extends ou{constructor(e){super(e,an.isReflexive)}}class CT{constructor(){f(this,"ipInformation",null)}getIPDetails(e){return u(this,arguments,function*({peerId:r,apiHostnames:n,logger:i}){var s,a,c;if(!this.ipInformation){try{const d=`https://${n.location}`,l=yield(yield fetch(d)).json();if(((s=l.loc)==null?void 0:s.length)>5)return this.ipInformation=l,(a=this.ipInformation)!=null&&a.ip&&(this.ipInformation.ip=Pn(this.ipInformation.ip)),l;throw Error("Insufficient data")}catch(d){i.error("callstats::ipDetails:: failed to fetch ip using location service",{error:d})}try{const d=yield fetch(`https://${n.locationLegacy}/?token=3c493932b0624c&peerId=${r}`,{method:"POST"});this.ipInformation=yield d.json(),(c=this.ipInformation)!=null&&c.ip&&(this.ipInformation.ip=Pn(this.ipInformation.ip))}catch(d){i.error("callstats::ipDetails:: failed to fetch ip using legacy location service",{error:d})}}return this.ipInformation})}resetCache(){this.ipInformation=null}}const cu=new CT,eg=[{urls:"turn:turn.dyte.in:443?transport=tcp",username:"dyte",credential:"dytein",credentialType:"password"},{urls:"turn:turn.dyte.in:3478?transport=udp",username:"dyte",credential:"dytein",credentialType:"password"}];function tg(t){const[e,r]=t.split(",");return{coords:{latitude:Number(e),longitude:Number(r)}}}class rg{constructor(){f(this,"transport"),f(this,"candidatePair"),f(this,"outboundVideoRtp",new Map),f(this,"inboundVideoRtp",new Map),f(this,"outboundAudioRtp",new Map),f(this,"inboundAudioRtp",new Map),f(this,"remoteInboundRtp",new Map),f(this,"producerStreamMap",new Map),f(this,"consumerStreamMap",new Map),f(this,"staleProducerStreamMap",!1),f(this,"staleConsumerStreamMap",!1)}}class ng extends Et{constructor(){super(),f(this,"observer"),f(this,"outboundProducerMap",new Map),f(this,"inboundConsumerMap",new Map),f(this,"consumerPeerIdMap",new Map),f(this,"pausedConsumerMap",new Map),f(this,"pausedProducerMap",new Map),f(this,"overallProducingTransportsStatsMap",{}),f(this,"overallConsumingTransportsStatsMap",{}),f(this,"overallConsumersStatsMap",{}),f(this,"overallProducersStatsMap",{}),f(this,"videoProducerToStatsMap",new Map),f(this,"audioProducerToStatsMap",new Map),f(this,"videoConsumerToStatsMap",new Map),f(this,"audioConsumerToStatsMap",new Map),f(this,"consumerIdsWithFreezedVideo",new Set),f(this,"consumerIdsWithFreezedAudio",new Set),f(this,"producerIdsWithFreezedVideo",new Set),f(this,"producerIdsWithFreezedAudio",new Set),f(this,"freezedProducingTransportIds",new Set),f(this,"freezedConsumingTransportIds",new Set),f(this,"screenShareProducers",new Set),f(this,"screenShareConsumers",new Set),f(this,"ipDetails"),f(this,"callStatsInstance"),this.observer=new Et}registerProducer(e){return u(this,null,function*(){yield this.generateProducerStreamMap(e),e.on("close",this.deregisterProducer.bind(this,e)),e.on("pause",this.pauseProducer.bind(this,e.id)),e.on("resume",this.resumeProducer.bind(this,e.id)),e.appData.screenShare===!0&&this.screenShareProducers.add(e.id)})}pauseProducer(e){this.pausedProducerMap.set(e,{lastReportCalculated:!1})}resumeProducer(e){this.pausedProducerMap.delete(e)}processInboundConsumerVideoStats(e,r,n){var i,s;const a=((s=(i=this==null?void 0:this.callStatsInstance)==null?void 0:i.consumerSharedMediaStatesMap)==null?void 0:s.get(e))||{};r.totalVideoPacketsReceived===n.packetsReceived?(this.consumerIdsWithFreezedVideo.add(e),this.callStatsInstance&&a.video&&(this.callStatsInstance.logger.debug("callstats::measurements::consumerVideoFreezed",{consumerId:e}),this.callStatsInstance.eventHandler.emit("consumer_video_status","pause",e))):(r.totalVideoPacketsReceived=n.packetsReceived,this.consumerIdsWithFreezedVideo.has(e)&&(this.consumerIdsWithFreezedVideo.delete(e),this.callStatsInstance&&a.video&&(this.callStatsInstance.logger.debug("callstats::measurements::consumerVideoDefreezed",{consumerId:e}),this.callStatsInstance.eventHandler.emit("consumer_video_status","resume",e))))}processInboundConsumerAudioStats(e,r,n){var i,s;const a=((s=(i=this==null?void 0:this.callStatsInstance)==null?void 0:i.consumerSharedMediaStatesMap)==null?void 0:s.get(e))||{};r.totalAudioPacketsReceived===n.packetsReceived?(this.consumerIdsWithFreezedAudio.add(e),this.callStatsInstance&&a.audio&&(this.callStatsInstance.logger.debug("callStats::measurements::consumerAudioFreezed",{consumerId:e}),this.callStatsInstance.eventHandler.emit("consumer_audio_status","pause",e))):(r.totalAudioPacketsReceived=n.packetsReceived,this.consumerIdsWithFreezedAudio.has(e)&&(this.consumerIdsWithFreezedAudio.delete(e),this.callStatsInstance&&a.audio&&(this.callStatsInstance.logger.debug("callStats::measurements::consumerAudioDefreezed",{consumerId:e}),this.callStatsInstance.eventHandler.emit("consumer_audio_status","resume",e))))}processOutboundProducerVideoStats(e,r,n){var i;const s=((i=this==null?void 0:this.callStatsInstance)==null?void 0:i.currentUserMediaStates)||{};r.totalVideoPacketsSent===n.packetsSent?(this.producerIdsWithFreezedVideo.add(e),this.callStatsInstance&&s.video&&(this.callStatsInstance.logger.debug("callStats::measurements::producerVideoFreezed",{producerId:e}),this.callStatsInstance.eventHandler.emit("producer_video_status","pause",e))):(r.totalVideoPacketsSent=n.packetsSent,this.producerIdsWithFreezedVideo.has(e)&&(this.producerIdsWithFreezedVideo.delete(e),this.callStatsInstance&&s.video&&(this.callStatsInstance.logger.debug("callStats::measurements::producerVideoDefreezed",{producerId:e}),this.callStatsInstance.eventHandler.emit("producer_video_status","resume",e))))}processOutboundProducerAudioStats(e,r,n){var i;const s=((i=this==null?void 0:this.callStatsInstance)==null?void 0:i.currentUserMediaStates)||{};r.totalAudioPacketsSent===n.packetsSent?(this.producerIdsWithFreezedAudio.add(e),this.callStatsInstance&&s.audio&&(this.callStatsInstance.logger.debug("callStats::measurements::producerAudioFreezed",{producerId:e}),this.callStatsInstance.eventHandler.emit("producer_audio_status","pause",e))):(r.totalAudioPacketsSent=n.packetsSent,this.producerIdsWithFreezedAudio.has(e)&&(this.producerIdsWithFreezedAudio.delete(e),this.callStatsInstance&&s.audio&&(this.callStatsInstance.logger.debug("callStats::measurements::producerAudioDefreezed",{producerId:e}),this.callStatsInstance.eventHandler.emit("producer_audio_status","resume",e))))}processProducingTransportStats(e,r,n){var i;const s=((i=this==null?void 0:this.callStatsInstance)==null?void 0:i.currentUserMediaStates)||{},{audio:a,video:c,screen:d}=s,l=a||c||d;r.totalPacketsSent===n.packetsSent?(this.freezedProducingTransportIds.add(e),this.callStatsInstance&&l&&(this.callStatsInstance.logger.debug("callStats::measurements::producingTransportFreezed",{transportId:e}),this.callStatsInstance.eventHandler.emit("producing_transport_status","pause",e))):(r.totalPacketsSent=n.packetsSent,this.freezedProducingTransportIds.has(e)&&(this.freezedProducingTransportIds.delete(e),this.callStatsInstance&&l&&(this.callStatsInstance.logger.debug("callStats::measurements::producingTransportDefreezed",{transportId:e}),this.callStatsInstance.eventHandler.emit("producing_transport_status","resume",e))))}processConsumingTransportStats(e,r,n){var i,s;const a=!!Array.from(((s=(i=this==null?void 0:this.callStatsInstance)==null?void 0:i.consumerSharedMediaStatesMap)==null?void 0:s.values())||[]).reduce((c,d)=>c||d.audio||d.video||d.screen,!1);r.totalPacketsReceived===n.packetsSent?(this.freezedConsumingTransportIds.add(e),this.callStatsInstance&&a&&(this.callStatsInstance.logger.debug("callStats::measurements::consumingTransportFreezed",{transportId:e}),this.callStatsInstance.eventHandler.emit("consuming_transport_status","pause",e))):(r.totalPacketsReceived=n.packetsSent,this.freezedConsumingTransportIds.has(e)&&(this.freezedConsumingTransportIds.delete(e),this.callStatsInstance&&a&&(this.callStatsInstance.logger.debug("callStats::measurements::consumingTransportDefreezed",{transportId:e}),this.callStatsInstance.eventHandler.emit("consuming_transport_status","resume",e))))}registerConsumer(e){return u(this,null,function*(){yield this.generateConsumerStreamMap(e),this.consumerPeerIdMap.set(e.id,{producerId:e.producerId,peerId:e.appData.peerId,appData:e.appData}),e.on("close",this.deregisterConsumer.bind(this,e)),e.on("pause",this.pauseConsumer.bind(this,e.id)),e.on("resume",this.resumeConsumer.bind(this,e.id)),e.appData.screenShare===!0&&this.screenShareConsumers.add(e.id)})}pauseConsumer(e){this.pausedConsumerMap.set(e,{lastReportCalculated:!1})}resumeConsumer(e){this.pausedConsumerMap.delete(e)}generateProducerStreamMap(e,r=!1){return u(this,null,function*(){const n=yield e.getStats(),i=r?this.getProducerStatsFromReport(this.parseRTCReport(n,["outbound-rtp","remote-inbound-rtp"],!1,e.id))[0]:void 0;for(const s of n.values())switch(s.type){case"outbound-rtp":{this.outboundProducerMap.set(s.id,e.id);break}}return i})}generateConsumerStreamMap(e,r=!1){return u(this,null,function*(){const n=yield e.getStats(),i=r?this.getConsumerStatsFromReport(this.parseRTCReport(n,["inbound-rtp"],!1,e.id))[0]:void 0;for(const s of n.values())switch(s.type){case"inbound-rtp":{this.inboundConsumerMap.set(s.id,e.id);break}}return i})}deregisterProducer(e){this.outboundProducerMap.forEach((r,n)=>{r===e.id&&this.outboundProducerMap.delete(n)}),this.pausedProducerMap.delete(e.id),this.screenShareProducers.delete(e.id)}deregisterConsumer(e){this.inboundConsumerMap.forEach((r,n)=>{r===e.id&&this.inboundConsumerMap.delete(n)}),this.consumerPeerIdMap.delete(e.id),this.pausedConsumerMap.delete(e.id),this.screenShareConsumers.delete(e.id)}getIceCandidateStats(e){var r;return{id:e.id,type:e.candidateType||e.type,address:e.address,port:e.port,url:e.url,protocol:(r=e.relayProtocol)!=null?r:e.protocol,networkType:e.networkType,relatedAddress:e.relatedAddress,relatedPort:e.relatedPort}}getWorkingSimulcastVideoStats(e){return e.find(r=>{const n=r.framesEncoded>0,i=r.packetsSent>0,s=r.frameWidth&&r.frameHeight;return n&&i&&!!s})||e[e.length-1]}parseRTCReport(e,r=[],n=!1,i=void 0,s=void 0){var a,c,d,l,p,m,S,E,b,O,M,F,V;const J=e,P=new rg,Z=r.length?new Set(r):void 0,ae=[],Ie=[],ce=[],Ue=new Map,Vt=new Map;for(const A of J.values()){if(Z){if(Z.size===0)break;if(Z.has(A.type))n&&Z.delete(A.type);else continue}switch(A.type){case"local-candidate":{ae.push(this.getIceCandidateStats(A));break}case"remote-candidate":{Ie.push(this.getIceCandidateStats(A));break}case"candidate-pair":{const{nominated:k}=A,{selected:w}=A,j=A,Ae={nominated:k!=null?k:w,currentRoundTripTime:j.currentRoundTripTime,totalRoundTripTime:j.totalRoundTripTime,bytesReceived:j.bytesReceived,bytesSent:j.bytesSent,availableOutgoingBitrate:j.availableOutgoingBitrate,availableIncomingBitrate:j.availableIncomingBitrate,lastPacketReceivedTimestamp:j.lastPacketReceivedTimestamp,lastPacketSentTimestamp:j.lastPacketSentTimestamp,localCandidateId:j.localCandidateId,remoteCandidateId:j.remoteCandidateId,bytesDiscardedOnSend:j.bytesDiscardedOnSend,packetsSent:j.packetsSent,packetsReceived:j.packetsReceived,packetsDiscardedOnSend:j.packetsDiscardedOnSend};ce.push(Ae),(A.nominated===!0||A.selected===!0)&&(P.candidatePair=Ae);break}case"transport":{const k=A;s&&(s.producing&&(this.overallProducingTransportsStatsMap[s.id]||(this.overallProducingTransportsStatsMap[s.id]={totalPacketsSent:0})),s.consuming&&(this.overallConsumingTransportsStatsMap[s.id]||(this.overallConsumingTransportsStatsMap[s.id]={totalPacketsReceived:0})));const w={bytesReceived:k.bytesReceived,bytesSent:k.bytesSent,packetsSent:k.packetsSent,packetsReceived:k.packetsReceived,dtlsCipher:k.dtlsCipher,dtlsState:k.dtlsState,iceRole:k.iceRole};if(P.transport=w,s){if(s.producing){const j=this.overallProducingTransportsStatsMap[s.id];this.processProducingTransportStats(s.id,j,w)}if(s.consuming){const j=this.overallConsumingTransportsStatsMap[s.id];this.processConsumingTransportStats(s.id,j,w)}}break}case"remote-inbound-rtp":{const k=A,w={jitter:k.jitter,fractionLost:k.fractionLost,roundTripTime:k.roundTripTime,roundTripTimeMeasurements:k.roundTripTimeMeasurements,totalRoundTripTime:k.totalRoundTripTime,packetsLost:k.packetsLost};P.remoteInboundRtp.set(k.localId,w);break}case"outbound-rtp":{const k=A,w=i||this.outboundProducerMap.get(A.id),j=this.pausedProducerMap.get(w);if(j){if(j.lastReportCalculated===!0)break;this.pausedProducerMap.set(w,{lastReportCalculated:!0})}this.overallProducersStatsMap[w]||(this.overallProducersStatsMap[w]={totalVideoPacketsSent:0,totalAudioPacketsSent:0});const Ae=this.overallProducersStatsMap[w];if(["video","audio"].includes(k.mediaType)||["video","audio"].includes(k.kind)){if(!this.outboundProducerMap.has(A.id)){P.staleProducerStreamMap=!0;break}const ot=this.callStatsInstance.producers.get(w);if(((a=ot==null?void 0:ot.track)==null?void 0:a.readyState)==="ended")break;P.producerStreamMap.has(w)||P.producerStreamMap.set(w,{outboundVideoRtpId:[],outboundAudioRtpId:[]});const B={bytesSent:k.bytesSent,packetsSent:k.packetsSent,nackCount:k.nackCount,ssrc:k.ssrc,mid:k.mid,active:k.active,codecId:k.codecId,headerBytesSent:k.headerBytesSent||0,totalPacketSendDelay:k.totalPacketSendDelay||0};if(k.mediaType==="video"||k.kind==="video"){const I=k,ct=x({frameHeight:I.frameHeight,frameWidth:I.frameWidth,framesEncoded:I.framesEncoded,framesDropped:I.framesDropped,framesPerSecond:I.framesPerSecond,framesSent:I.framesSent,keyFramesEncoded:I.keyFramesEncoded,firCount:I.firCount,encoderImplementation:I.encoderImplementation,hugeFramesSent:I.hugeFramesSent,pliCount:I.pliCount,qpSum:I.qpSum,qualityLimitationDurations:I.qualityLimitationDurations,qualityLimitationReason:I.qualityLimitationReason,qualityLimitationResolutionChanges:I.qualityLimitationResolutionChanges,totalEncodeTime:I.targetBitrate,totalPacketSendDelay:I.totalPacketSendDelay,retransmittedBytesSent:I.retransmittedBytesSent,retransmittedPacketsSent:I.retransmittedPacketsSent,scalabilityMode:I.scalabilityMode,powerEfficientEncoder:I.powerEfficientEncoder},B);P.outboundVideoRtp.set(A.id,ct),P.producerStreamMap.get(w).outboundVideoRtpId.push(A.id),this.processOutboundProducerVideoStats(w,Ae,ct)}else if(k.mediaType==="audio"||k.kind==="audio"){const I=k,ct=x({retransmittedBytesSent:I.retransmittedBytesSent,retransmittedPacketsSent:I.retransmittedPacketsSent},B);P.outboundAudioRtp.set(A.id,ct),P.producerStreamMap.get(w).outboundAudioRtpId.push(A.id),this.processOutboundProducerAudioStats(w,Ae,ct)}}else this.callStatsInstance.logger.error(`Callstats: Unknown Outbound-rtp. mediatype: ${k.mediaType} kind: ${k.kind}`);break}case"inbound-rtp":{const k=A,w=i||this.inboundConsumerMap.get(A.id),j=this.pausedConsumerMap.get(w);if(j){if(j.lastReportCalculated===!0)break;this.pausedConsumerMap.set(w,{lastReportCalculated:!0})}if(k.ssrc===1234)break;this.overallConsumersStatsMap[w]||(this.overallConsumersStatsMap[w]={totalVideoPacketsReceived:0,totalAudioPacketsReceived:0});const Ae=this.overallConsumersStatsMap[w];if(["video","audio"].includes(k.mediaType)||["video","audio"].includes(k.kind)){if(!this.inboundConsumerMap.has(A.id)){P.staleConsumerStreamMap=!0;break}P.consumerStreamMap.has(w)||P.consumerStreamMap.set(w,{inboundVideoRtpId:[],inboundAudioRtpId:[]});const ot={bytesReceived:k.bytesReceived,packetsReceived:k.packetsReceived,packetsLost:k.packetsLost>=0?k.packetsLost:0,jitter:k.jitter,nackCount:k.nackCount,jitterBufferDelay:k.jitterBufferDelay,jitterBufferEmittedCount:k.jitterBufferEmittedCount,lastPacketReceivedTimestamp:k.lastPacketReceivedTimestamp,ssrc:k.ssrc,mid:k.mid,codecId:k.codecId,headerBytesReceived:k.headerBytesReceived||0,packetsDiscarded:k.packetsDiscarded||0,jitterBufferMinimumDelay:k.jitterBufferMinimumDelay||0,jitterBufferTargetDelay:k.jitterBufferTargetDelay||0};if(k.mediaType==="video"||k.kind==="video"){const B=k,I=x({frameHeight:B.frameHeight,frameWidth:B.frameWidth,framesDecoded:B.framesDecoded,framesDropped:B.framesDropped,framesPerSecond:B.framesPerSecond,framesReceived:B.framesReceived,keyFramesDecoded:B.keyFramesDecoded,firCount:B.firCount,decoderImplementation:B.decoderImplementation,pliCount:B.pliCount,totalProcessingDelay:B.totalProcessingDelay,qpSum:B.qpSum||0,totalAssemblyTime:B.totalAssemblyTime||0,totalDecodeTime:B.totalDecodeTime||0,totalFreezesDuration:B.totalFreezesDuration||0,totalInterFrameDelay:B.totalInterFrameDelay||0,totalPausesDuration:B.totalPausesDuration||0,totalSquaredInterFrameDelay:B.totalSquaredInterFrameDelay||0,freezeCount:B.freezeCount||0,pauseCount:B.pauseCount||0,powerEfficientDecoder:B.powerEfficientDecoder},ot);I.score=Xm({frameWidth:I.frameWidth||0,framesDecoded:(I.framesDecoded||0)-(((c=this.videoConsumerToStatsMap.get(w))==null?void 0:c.framesDecoded)||0),framesPerSecond:I.framesPerSecond||0,packetsLost:(I.packetsLost||0)-(((d=this.videoConsumerToStatsMap.get(w))==null?void 0:d.packetsLost)||0),packetsReceived:(I.packetsReceived||0)-(((l=this.videoConsumerToStatsMap.get(w))==null?void 0:l.packetsReceived)||0),jitter:I.jitter||0,isScreenShare:this.screenShareConsumers.has(w)}),Vt.set(w,{score:+(I.score*10).toFixed(),frameWidth:I.frameWidth||0,frameHeight:I.frameHeight||0,framesPerSecond:I.framesPerSecond||0,packetsLostPercentage:Nc({packetsLost:(I.packetsLost||0)-(((p=this.videoConsumerToStatsMap.get(w))==null?void 0:p.packetsLost)||0),packetsReceived:(I.packetsReceived||0)-(((m=this.videoConsumerToStatsMap.get(w))==null?void 0:m.packetsReceived)||0)}),jitter:I.jitter||0,isScreenShare:this.screenShareConsumers.has(w),bitrate:((I.bytesReceived||0)-(((S=this.videoConsumerToStatsMap.get(w))==null?void 0:S.bytesReceived)||0))*8/7}),this.videoConsumerToStatsMap.set(w,I),P.inboundVideoRtp.set(A.id,I),P.consumerStreamMap.get(w).inboundVideoRtpId.push(A.id),this.processInboundConsumerVideoStats(w,Ae,I)}else if(k.mediaType==="audio"||k.kind==="audio"){const B=k,I=x({audioLevel:B.audioLevel,concealedSamples:B.concealedSamples,concealmentEvents:B.concealmentEvents,totalAudioEnergy:B.totalAudioEnergy,totalSamplesDuration:B.totalSamplesDuration,totalSamplesReceived:B.totalSamplesReceived,fecPacketsDiscarded:B.fecPacketsDiscarded||0,fecPacketsReceived:B.fecPacketsReceived||0,insertedSamplesForDeceleration:B.insertedSamplesForDeceleration||0,removedSamplesForAcceleration:B.removedSamplesForAcceleration||0,silentConcealedSamples:B.silentConcealedSamples||0,playoutId:B.playoutId},ot);I.score=Qm({concealmentEvents:(I.concealmentEvents||0)-(((E=this.audioConsumerToStatsMap.get(w))==null?void 0:E.concealmentEvents)||0),packetsLost:(I.packetsLost||0)-(((b=this.audioConsumerToStatsMap.get(w))==null?void 0:b.packetsLost)||0),packetsReceived:(I.packetsReceived||0)-(((O=this.audioConsumerToStatsMap.get(w))==null?void 0:O.packetsReceived)||0),jitter:I.jitter||0}),Vt.set(w,{score:+(I.score*10).toFixed(),packetsLostPercentage:Nc({packetsLost:(I.packetsLost||0)-(((M=this.audioConsumerToStatsMap.get(w))==null?void 0:M.packetsLost)||0),packetsReceived:(I.packetsReceived||0)-(((F=this.audioConsumerToStatsMap.get(w))==null?void 0:F.packetsReceived)||0)}),jitter:I.jitter||0,isScreenShare:this.screenShareConsumers.has(w),bitrate:((I.bytesReceived||0)-(((V=this.audioConsumerToStatsMap.get(w))==null?void 0:V.bytesReceived)||0))*8/7}),this.audioConsumerToStatsMap.set(w,I),P.inboundAudioRtp.set(A.id,I),P.consumerStreamMap.get(w).inboundAudioRtpId.push(A.id),this.processInboundConsumerAudioStats(w,Ae,I)}}else this.callStatsInstance.logger.error(`Callstats: Unknown Inbound-rtp. mediatype: ${k.mediaType} kind: ${k.kind}`);break}}}if(P.producerStreamMap.forEach((A,k)=>{var w,j,Ae,ot,B,I,ct,wn,tc,rc,nc,ic,sc,ac,oc,cc,dc,lc,uc,hc,pc,mc,gc;if(A.outboundVideoRtpId.length>0){const Ee=[];A.outboundVideoRtpId.forEach(im=>{Ee.push(P.outboundVideoRtp.get(im))});const oe=this.getWorkingSimulcastVideoStats(Ee);oe.score=zm({frameWidth:oe.frameWidth||0,framesPerSecond:oe.framesPerSecond||0,jitter:((w=oe.remoteData)==null?void 0:w.jitter)||0,isScreenShare:this.screenShareProducers.has(k),packetsSent:(oe.packetsSent||0)-(((j=this.videoProducerToStatsMap.get(k))==null?void 0:j.packetsSent)||0),packetsLost:(((Ae=oe.remoteData)==null?void 0:Ae.packetsLost)||0)-(((B=(ot=this.videoProducerToStatsMap.get(k))==null?void 0:ot.remoteData)==null?void 0:B.packetsLost)||0),framesEncoded:(oe.framesEncoded||0)-(((I=this.videoProducerToStatsMap.get(k))==null?void 0:I.framesEncoded)||0)}),Ue.set(k,{score:+(oe.score*10).toFixed(),frameWidth:oe.frameWidth||0,frameHeight:oe.frameHeight||0,framesPerSecond:oe.framesPerSecond||0,jitter:((ct=oe.remoteData)==null?void 0:ct.jitter)||0,isScreenShare:this.screenShareProducers.has(k),packetsLostPercentage:Oc({packetsSent:(oe.packetsSent||0)-(((wn=this.videoProducerToStatsMap.get(k))==null?void 0:wn.packetsSent)||0),packetsLost:(((tc=oe.remoteData)==null?void 0:tc.packetsLost)||0)-(((nc=(rc=this.videoProducerToStatsMap.get(k))==null?void 0:rc.remoteData)==null?void 0:nc.packetsLost)||0)}),bitrate:((oe.bytesSent||0)-(((ic=this.videoProducerToStatsMap.get(k))==null?void 0:ic.bytesSent)||0))*8/7,cpuLimitations:oe.qualityLimitationReason==="cpu",bandwidthLimitations:oe.qualityLimitationReason==="bandwidth"}),this.videoProducerToStatsMap.set(k,oe)}else if(A.outboundAudioRtpId.length>0){const Ee=P.outboundAudioRtp.get(A.outboundAudioRtpId[0]);Ee.score=Km({packetsSent:(Ee.packetsSent||0)-(((sc=this.audioProducerToStatsMap.get(k))==null?void 0:sc.packetsSent)||0),packetsLost:(((ac=Ee.remoteData)==null?void 0:ac.packetsLost)||0)-(((cc=(oc=this.audioProducerToStatsMap.get(k))==null?void 0:oc.remoteData)==null?void 0:cc.packetsLost)||0),jitter:((dc=Ee.remoteData)==null?void 0:dc.jitter)||0}),Ue.set(k,{score:+(Ee.score*10).toFixed(),bitrate:((Ee.bytesSent||0)-(((lc=this.audioProducerToStatsMap.get(k))==null?void 0:lc.bytesSent)||0))*8/7,packetsLostPercentage:Oc({packetsSent:(Ee.packetsSent||0)-(((uc=this.audioProducerToStatsMap.get(k))==null?void 0:uc.packetsSent)||0),packetsLost:(((hc=Ee.remoteData)==null?void 0:hc.packetsLost)||0)-(((mc=(pc=this.audioProducerToStatsMap.get(k))==null?void 0:pc.remoteData)==null?void 0:mc.packetsLost)||0)}),jitter:((gc=Ee.remoteData)==null?void 0:gc.jitter)||0,isScreenShare:this.screenShareProducers.has(k)}),this.audioProducerToStatsMap.set(k,Ee)}}),ce.forEach(A=>{const k=ae.find(j=>j.id===A.localCandidateId?(A.localCandidateId=j.id,j):null),w=Ie.find(j=>j.id===A.remoteCandidateId?(A.remoteCandidateId=j.id,j):null);k&&(A.localCandidateType=k.type,A.localCandidateAddress=Pn(k.address),A.localCandidatePort=k.port,A.localCandidateProtocol=k.protocol,A.localCandidateUrl=k.url,A.localCandidateNetworkType=k.networkType,A.localCandidateRelatedAddress=Pn(k.relatedAddress),A.localCandidateRelatedPort=k.relatedPort),w&&(A.remoteCandidateType=w.type,A.remoteCandidateAddress=Pn(w.address),A.remoteCandidatePort=w.port,A.remoteCandidateProtocol=w.protocol,A.remoteCandidateUrl=w.url)}),P.candidatePair&&(P.transport?(P.transport.totalRoundTripTime=P.candidatePair.totalRoundTripTime,P.transport.availableOutgoingBitrate=P.candidatePair.availableOutgoingBitrate,P.transport.availableIncomingBitrate=P.candidatePair.availableIncomingBitrate,P.transport.roundTripTime=P.candidatePair.currentRoundTripTime):P.transport={bytesReceived:P.candidatePair.bytesReceived,bytesSent:P.candidatePair.bytesSent,totalRoundTripTime:P.candidatePair.totalRoundTripTime,availableOutgoingBitrate:P.candidatePair.availableOutgoingBitrate,availableIncomingBitrate:P.candidatePair.availableIncomingBitrate,roundTripTime:P.candidatePair.currentRoundTripTime}),P.transport&&(P.transport.candidatePairs=ce),P.transport&&!P.transport.roundTripTime){let A=0,k=0;P.remoteInboundRtp.forEach((w,j)=>{w.roundTripTime&&w.roundTripTime>A&&(A=w.roundTripTime,k=w.totalRoundTripTime)}),P.transport.roundTripTime=A,P.transport.totalRoundTripTime=k}if(Vt.size>0)try{this.observer.emit("consumer_score",Vt)}catch(A){}if(Ue.size>0)try{this.observer.emit("producer_score",Ue)}catch(A){}return P}getProducersReport(e){return u(this,null,function*(){const r=e.map(n=>this.generateProducerStreamMap(n,!0));return r.length>0?Promise.all(r):void 0})}getConsumersReport(e){return u(this,null,function*(){const r=e.map(n=>this.generateConsumerStreamMap(n,!0));return r.length>0?Promise.all(r):void 0})}getTransportReport(e){return u(this,null,function*(){return e.getStats()})}getProcessedStats(e,r,n){return u(this,null,function*(){const i=yield this.getTransportReport(e),s={producing:n,consuming:r,id:e.id},a=i,c=this.parseRTCReport(a,["transport","candidate-pair","inbound-rtp","outbound-rtp","remote-inbound-rtp","local-candidate","remote-candidate"],!1,void 0,s);if(!c)return;const d={stats:c.transport,transportId:e.id,consuming:r,producing:n},l=c.staleProducerStreamMap?void 0:this.getProducerStatsFromReport(c),p=c.staleConsumerStreamMap?void 0:this.getConsumerStatsFromReport(c);return{transportReport:d,producerReport:l,consumerReport:p}})}getProducerStatsFromReport(e){const r=[];try{e.producerStreamMap.forEach((n,i)=>{var s,a;r.push({producerId:i,videoStats:n.outboundVideoRtpId.map(c=>e.outboundVideoRtp.get(c)),audioStats:n.outboundAudioRtpId.map(c=>e.outboundAudioRtp.get(c)),appData:((a=(s=this.callStatsInstance.producers)==null?void 0:s.get(i))==null?void 0:a.appData)||null})})}catch(n){this.callStatsInstance.logger.error("callStats::measurements::getProducerStatsFromReport",{error:{reason:n.reason,message:n.message}})}return r}getConsumerStatsFromReport(e){const r=[];try{e.consumerStreamMap.forEach((n,i)=>{const{peerId:s,producerId:a,appData:c}=this.consumerPeerIdMap.get(i);r.push({consumerId:i,peerId:s,producerId:a,appData:c,videoStats:n.inboundVideoRtpId.map(d=>e.inboundVideoRtp.get(d)),audioStats:n.inboundAudioRtpId.map(d=>e.inboundAudioRtp.get(d))})})}catch(n){console.error("getConsumersReport: ",n,e)}return r}getUserLocation(){return u(this,null,function*(){return new Promise((e,r)=>{try{navigator.geolocation?navigator.geolocation.getCurrentPosition(n=>{e(n)}):r()}catch(n){r(n)}})})}getConnectivity(e){return u(this,null,function*(){try{const r={iceServers:e||eg},n=new Promise((l,p)=>{try{const m=new _T(r);m.addListener("done",l),m.addListener("failed",()=>{l({connectivity:!1})}),m.start(2e3)}catch(m){p(m)}}),i=new Promise((l,p)=>{try{const m=new PT(r);m.addListener("done",l),m.addListener("failed",()=>{l({connectivity:!1})}),m.start(2e3)}catch(m){p(m)}}),s=new Promise((l,p)=>{try{const m=new IT(r);m.addListener("done",l),m.addListener("failed",()=>{l({connectivity:!1})}),m.start(2e3)}catch(m){p(m)}}),[a,c,d]=yield Promise.all([n,i,s]);return{host:a==null?void 0:a.connectivity,relay:c==null?void 0:c.connectivity,reflexive:d==null?void 0:d.connectivity}}catch(r){return{host:!1,relay:!1,reflexive:!1}}})}getThroughput(e){return u(this,null,function*(){try{const r=yield new Promise((n,i)=>{try{const s={iceServers:e||eg},a=new wT(s);a.addListener("done",n),a.addListener("failed",i),a.start(1e4)}catch(s){i(s)}});return{throughput:r.throughput,fractionalLoss:0,RTT:r.RTT,jitter:0,backendRTT:r.backendRTT}}catch(r){return}})}getIPDetails(){return u(this,null,function*(){var e,r;try{return this.ipDetails||(this.ipDetails=yield cu.getIPDetails({peerId:(e=this.callStatsInstance)==null?void 0:e.peerId,apiHostnames:(r=this.callStatsInstance)==null?void 0:r.apiHostnames,logger:this.callStatsInstance.logger})),this.ipDetails}catch(n){return}})}getNetworkQuality(e){return u(this,null,function*(){const[r,n]=yield Promise.all([this.getConnectivity(e),this.getThroughput(e)]);return{connectivity:r,throughput:n==null?void 0:n.throughput,fractionalLoss:n==null?void 0:n.fractionalLoss,RTT:n==null?void 0:n.RTT,jitter:n==null?void 0:n.jitter,backendRTT:n==null?void 0:n.backendRTT}})}getNetworkInfo(e,r=!1){return u(this,null,function*(){var n,i;if(r){const d=yield this.getIPDetails();return{ipDetails:d,effectiveNetworkType:(n=navigator.connection)==null?void 0:n.effectiveType,location:d!=null&&d.loc?tg(d==null?void 0:d.loc):void 0}}const[s,a,c]=yield Promise.all([this.getConnectivity(e),this.getThroughput(e),this.getIPDetails()]);return{ipDetails:c,effectiveNetworkType:(i=navigator.connection)==null?void 0:i.effectiveType,location:c!=null&&c.loc?tg(c==null?void 0:c.loc):void 0,turnConnectivity:s?s.host||s.relay||s.reflexive:!1,connectivity:s,throughput:a==null?void 0:a.throughput,fractionalLoss:a==null?void 0:a.fractionalLoss,RTT:a==null?void 0:a.RTT,jitter:a==null?void 0:a.jitter,backendRTT:a==null?void 0:a.backendRTT}})}}class RT extends ng{}class ig extends ng{constructor(){super(...arguments),f(this,"producerMap",new Map),f(this,"consumerMap",new Map)}registerProducer(e){return u(this,null,function*(){this.producerMap.set(e.id,e),yield this.generateProducerStreamMap(e),e.on("close",this.deregisterProducer.bind(this,e)),e.on("pause",this.pauseProducer.bind(this,e.id)),e.on("resume",this.resumeProducer.bind(this,e.id)),e.appData.screenShare===!0&&this.screenShareProducers.add(e.id)})}registerConsumer(e){return u(this,null,function*(){this.consumerMap.set(e.id,e),yield this.generateConsumerStreamMap(e),this.consumerPeerIdMap.set(e.id,{producerId:e.producerId,peerId:e.appData.peerId,appData:e.appData}),e.on("close",this.deregisterConsumer.bind(this,e)),e.on("pause",this.pauseConsumer.bind(this,e.id)),e.on("resume",this.resumeConsumer.bind(this,e.id)),e.appData.screenShare===!0&&this.screenShareConsumers.add(e.id)})}generateConsumerStreamMap(e,r=!1){return u(this,null,function*(){const n=yield e.getStats(),i=this.parseRTCReport(n,["inbound-rtp"],!1,e.id),s=[...i.consumerStreamMap.values()][0],a=r?this.getConsumerStatsFromParsedConsumerStats(i,s,e.id):void 0;for(const c of n.values())switch(c.type){case"inbound-rtp":{this.inboundConsumerMap.set(c.id,e.id);break}}return a})}deregisterProducer(e){this.producerMap.delete(e.id),this.outboundProducerMap.forEach((r,n)=>{r===e.id&&this.outboundProducerMap.delete(n)}),this.pausedProducerMap.delete(e.id),this.screenShareProducers.delete(e.id)}deregisterConsumer(e){this.consumerMap.delete(e.id),this.inboundConsumerMap.forEach((r,n)=>{r===e.id&&this.inboundConsumerMap.delete(n)}),this.consumerPeerIdMap.delete(e.id),this.pausedConsumerMap.delete(e.id),this.screenShareConsumers.delete(e.id)}getIceCandidateStats(e){var r;return{id:e.id,type:e.candidateType||e.type,address:e.address,port:e.port,url:e.url,protocol:(r=e.relayProtocol)!=null?r:e.protocol,networkType:e.networkType,relatedAddress:e.relatedAddress,relatedPort:e.relatedPort}}parseRTCReport(e,r=[],n=!1,i=void 0,s=void 0){var a,c,d,l,p,m,S,E,b,O,M,F,V;const J=e,P=new rg,Z=r.length?new Set(r):void 0,ae=[],Ie=[],ce=[],Ue=new Map,Vt=new Map;for(const A of J.values()){if(Z){if(Z.size===0)break;if(Z.has(A.type))n&&Z.delete(A.type);else continue}switch(A.type){case"local-candidate":{ae.push(this.getIceCandidateStats(A));break}case"remote-candidate":{Ie.push(this.getIceCandidateStats(A));break}case"candidate-pair":{const{nominated:k}=A,{selected:w}=A,j=A,Ae={nominated:k!=null?k:w,currentRoundTripTime:j.currentRoundTripTime,totalRoundTripTime:j.totalRoundTripTime,bytesReceived:j.bytesReceived,bytesSent:j.bytesSent,availableOutgoingBitrate:j.availableOutgoingBitrate,availableIncomingBitrate:j.availableIncomingBitrate,lastPacketReceivedTimestamp:j.lastPacketReceivedTimestamp,lastPacketSentTimestamp:j.lastPacketSentTimestamp,localCandidateId:j.localCandidateId,remoteCandidateId:j.remoteCandidateId,bytesDiscardedOnSend:j.bytesDiscardedOnSend,packetsSent:j.packetsSent,packetsReceived:j.packetsReceived,packetsDiscardedOnSend:j.packetsDiscardedOnSend};ce.push(Ae),(A.nominated===!0||A.selected===!0)&&(P.candidatePair=Ae);break}case"transport":{const k=A;s&&(s.producing&&(this.overallProducingTransportsStatsMap[s.id]||(this.overallProducingTransportsStatsMap[s.id]={totalPacketsSent:0})),s.consuming&&(this.overallConsumingTransportsStatsMap[s.id]||(this.overallConsumingTransportsStatsMap[s.id]={totalPacketsReceived:0})));const w={bytesReceived:k.bytesReceived,bytesSent:k.bytesSent,packetsSent:k.packetsSent,packetsReceived:k.packetsReceived,dtlsCipher:k.dtlsCipher,dtlsState:k.dtlsState,iceRole:k.iceRole};if(P.transport=w,s){if(s.producing){const j=this.overallProducingTransportsStatsMap[s.id];this.processProducingTransportStats(s.id,j,w)}if(s.consuming){const j=this.overallConsumingTransportsStatsMap[s.id];this.processConsumingTransportStats(s.id,j,w)}}break}case"remote-inbound-rtp":{const k=A,w={jitter:k.jitter,fractionLost:k.fractionLost,roundTripTime:k.roundTripTime,roundTripTimeMeasurements:k.roundTripTimeMeasurements,totalRoundTripTime:k.totalRoundTripTime,packetsLost:k.packetsLost};P.remoteInboundRtp.set(k.localId,w);break}case"outbound-rtp":{const k=A,w=i||this.outboundProducerMap.get(A.id),j=this.pausedProducerMap.get(w);if(j){if(j.lastReportCalculated===!0)break;this.pausedProducerMap.set(w,{lastReportCalculated:!0})}this.overallProducersStatsMap[w]||(this.overallProducersStatsMap[w]={totalVideoPacketsSent:0,totalAudioPacketsSent:0});const Ae=this.overallProducersStatsMap[w];if(["video","audio"].includes(k.mediaType)||["video","audio"].includes(k.kind)){if(!this.outboundProducerMap.has(A.id)){P.staleProducerStreamMap=!0;break}const ot=this.callStatsInstance.producers.get(w);if(((a=ot==null?void 0:ot.track)==null?void 0:a.readyState)==="ended")break;P.producerStreamMap.has(w)||P.producerStreamMap.set(w,{outboundVideoRtpId:[],outboundAudioRtpId:[]});const B={bytesSent:k.bytesSent,packetsSent:k.packetsSent,nackCount:k.nackCount,ssrc:k.ssrc,mid:k.mid,active:k.active,codecId:k.codecId,headerBytesSent:k.headerBytesSent||0,totalPacketSendDelay:k.totalPacketSendDelay||0};if(k.mediaType==="video"||k.kind==="video"){const I=k,ct=x({frameHeight:I.frameHeight,frameWidth:I.frameWidth,framesEncoded:I.framesEncoded,framesDropped:I.framesDropped?I.framesDropped:I.droppedFrames,framesPerSecond:I.framesPerSecond?I.framesPerSecond:I.framerateMean,framesSent:I.framesSent,keyFramesEncoded:I.keyFramesEncoded,firCount:I.firCount,encoderImplementation:I.encoderImplementation,hugeFramesSent:I.hugeFramesSent,pliCount:I.pliCount,qpSum:I.qpSum,qualityLimitationReason:I.qualityLimitationReason,qualityLimitationDurations:I.qualityLimitationDurations,qualityLimitationResolutionChanges:I.qualityLimitationResolutionChanges,totalEncodeTime:I.totalEncodeTime,totalPacketSendDelay:I.totalEncodeTime,retransmittedBytesSent:I.retransmittedBytesSent,retransmittedPacketsSent:I.retransmittedPacketsSent,scalabilityMode:I.scalabilityMode,powerEfficientEncoder:I.powerEfficientEncoder},B);P.outboundVideoRtp.set(A.id,ct),P.producerStreamMap.get(w).outboundVideoRtpId.push(A.id),this.processOutboundProducerVideoStats(w,Ae,ct)}else if(k.mediaType==="audio"||k.kind==="audio"){const I=k,ct=x({retransmittedBytesSent:I.retransmittedBytesSent,retransmittedPacketsSent:I.retransmittedPacketsSent},B);P.outboundAudioRtp.set(A.id,ct),P.producerStreamMap.get(w).outboundAudioRtpId.push(A.id),this.processOutboundProducerAudioStats(w,Ae,ct)}}else this.callStatsInstance.logger.error(`Callstats: Unknown Outbound-rtp. mediatype: ${k.mediaType} kind: ${k.kind}`);break}case"inbound-rtp":{const k=A,w=i||this.inboundConsumerMap.get(A.id),j=this.pausedConsumerMap.get(w);if(j){if(j.lastReportCalculated===!0)break;this.pausedConsumerMap.set(w,{lastReportCalculated:!0})}if(k.ssrc===1234)break;this.overallConsumersStatsMap[w]||(this.overallConsumersStatsMap[w]={totalVideoPacketsReceived:0,totalAudioPacketsReceived:0});const Ae=this.overallConsumersStatsMap[w];if(["video","audio"].includes(k.mediaType)||["video","audio"].includes(k.kind)){if(!this.inboundConsumerMap.has(A.id)){P.staleConsumerStreamMap=!0;break}P.consumerStreamMap.has(w)||P.consumerStreamMap.set(w,{inboundVideoRtpId:[],inboundAudioRtpId:[]});const ot={bytesReceived:k.bytesReceived,packetsReceived:k.packetsReceived,packetsLost:k.packetsLost>=0?k.packetsLost:0,jitter:k.jitter,nackCount:k.nackCount,jitterBufferDelay:k.jitterBufferDelay,jitterBufferEmittedCount:k.jitterBufferEmittedCount,lastPacketReceivedTimestamp:k.lastPacketReceivedTimestamp,ssrc:k.ssrc,mid:k.mid,codecId:k.codecId,headerBytesReceived:k.headerBytesReceived||0,packetsDiscarded:k.packetsDiscarded||0,jitterBufferMinimumDelay:k.jitterBufferMinimumDelay||0,jitterBufferTargetDelay:k.jitterBufferTargetDelay||0};if(k.mediaType==="video"||k.kind==="video"){const B=k,I=x({frameHeight:B.frameHeight,frameWidth:B.frameWidth,framesDecoded:B.framesDecoded,framesDropped:B.framesDropped?B.framesDropped:B.droppedFrames,framesPerSecond:B.framesPerSecond?B.framesPerSecond:B.framerateMean,framesReceived:B.framesReceived,keyFramesDecoded:B.keyFramesDecoded,firCount:B.firCount,decoderImplementation:B.decoderImplementation,pliCount:B.pliCount,totalProcessingDelay:B.totalProcessingDelay,qpSum:B.qpSum||0,totalAssemblyTime:B.totalAssemblyTime||0,totalDecodeTime:B.totalDecodeTime||0,totalFreezesDuration:B.totalFreezesDuration||0,totalInterFrameDelay:B.totalInterFrameDelay||0,totalPausesDuration:B.totalPausesDuration||0,totalSquaredInterFrameDelay:B.totalSquaredInterFrameDelay||0,freezeCount:B.freezeCount||0,pauseCount:B.pauseCount||0,powerEfficientDecoder:B.powerEfficientDecoder},ot);I.score=Xm({frameWidth:I.frameWidth||0,framesDecoded:(I.framesDecoded||0)-(((c=this.videoConsumerToStatsMap.get(w))==null?void 0:c.framesDecoded)||0),framesPerSecond:I.framesPerSecond||0,packetsLost:(I.packetsLost||0)-(((d=this.videoConsumerToStatsMap.get(w))==null?void 0:d.packetsLost)||0),packetsReceived:(I.packetsReceived||0)-(((l=this.videoConsumerToStatsMap.get(w))==null?void 0:l.packetsReceived)||0),jitter:I.jitter||0,isScreenShare:this.screenShareConsumers.has(w)}),Vt.set(w,{score:+(I.score*10).toFixed(),frameWidth:I.frameWidth||0,frameHeight:I.frameHeight||0,framesPerSecond:I.framesPerSecond||0,packetsLostPercentage:Nc({packetsLost:(I.packetsLost||0)-(((p=this.videoConsumerToStatsMap.get(w))==null?void 0:p.packetsLost)||0),packetsReceived:(I.packetsReceived||0)-(((m=this.videoConsumerToStatsMap.get(w))==null?void 0:m.packetsReceived)||0)}),jitter:I.jitter||0,isScreenShare:this.screenShareConsumers.has(w),bitrate:((I.bytesReceived||0)-(((S=this.videoConsumerToStatsMap.get(w))==null?void 0:S.bytesReceived)||0))*8/7}),this.videoConsumerToStatsMap.set(w,I),P.inboundVideoRtp.set(A.id,I),P.consumerStreamMap.get(w).inboundVideoRtpId.push(A.id),this.processInboundConsumerVideoStats(w,Ae,I)}else if(k.mediaType==="audio"||k.kind==="audio"){const B=k,I=x({audioLevel:B.audioLevel,concealedSamples:B.concealedSamples,concealmentEvents:B.concealmentEvents,totalAudioEnergy:B.totalAudioEnergy,totalSamplesDuration:B.totalSamplesDuration,totalSamplesReceived:B.totalSamplesReceived,fecPacketsDiscarded:B.fecPacketsDiscarded||0,fecPacketsReceived:B.fecPacketsReceived||0,insertedSamplesForDeceleration:B.insertedSamplesForDeceleration||0,removedSamplesForAcceleration:B.removedSamplesForAcceleration||0,silentConcealedSamples:B.silentConcealedSamples||0,playoutId:B.playoutId},ot);I.score=Qm({concealmentEvents:(I.concealmentEvents||0)-(((E=this.audioConsumerToStatsMap.get(w))==null?void 0:E.concealmentEvents)||0),packetsLost:(I.packetsLost||0)-(((b=this.audioConsumerToStatsMap.get(w))==null?void 0:b.packetsLost)||0),packetsReceived:(I.packetsReceived||0)-(((O=this.audioConsumerToStatsMap.get(w))==null?void 0:O.packetsReceived)||0),jitter:I.jitter||0}),Vt.set(w,{score:+(I.score*10).toFixed(),packetsLostPercentage:Nc({packetsLost:(I.packetsLost||0)-(((M=this.audioConsumerToStatsMap.get(w))==null?void 0:M.packetsLost)||0),packetsReceived:(I.packetsReceived||0)-(((F=this.audioConsumerToStatsMap.get(w))==null?void 0:F.packetsReceived)||0)}),jitter:I.jitter||0,isScreenShare:this.screenShareConsumers.has(w),bitrate:((I.bytesReceived||0)-(((V=this.audioConsumerToStatsMap.get(w))==null?void 0:V.bytesReceived)||0))*8/7}),this.audioConsumerToStatsMap.set(w,I),P.inboundAudioRtp.set(A.id,I),P.consumerStreamMap.get(w).inboundAudioRtpId.push(A.id),this.processInboundConsumerAudioStats(w,Ae,I)}}else this.callStatsInstance.logger.error(`Callstats: Unknown Inbound-rtp. mediatype: ${k.mediaType} kind: ${k.kind}`);break}}}if(P.producerStreamMap.forEach((A,k)=>{var w,j,Ae,ot,B,I,ct,wn,tc,rc,nc,ic,sc,ac,oc,cc,dc,lc,uc,hc,pc,mc,gc;if(A.outboundVideoRtpId.length>0){const Ee=[];A.outboundVideoRtpId.forEach(im=>{Ee.push(P.outboundVideoRtp.get(im))});const oe=this.getWorkingSimulcastVideoStats(Ee);oe.score=zm({frameWidth:oe.frameWidth||0,framesPerSecond:oe.framesPerSecond||0,jitter:((w=oe.remoteData)==null?void 0:w.jitter)||0,isScreenShare:this.screenShareProducers.has(k),packetsSent:(oe.packetsSent||0)-(((j=this.videoProducerToStatsMap.get(k))==null?void 0:j.packetsSent)||0),packetsLost:(((Ae=oe.remoteData)==null?void 0:Ae.packetsLost)||0)-(((B=(ot=this.videoProducerToStatsMap.get(k))==null?void 0:ot.remoteData)==null?void 0:B.packetsLost)||0),framesEncoded:(oe.framesEncoded||0)-(((I=this.videoProducerToStatsMap.get(k))==null?void 0:I.framesEncoded)||0)}),Ue.set(k,{score:+(oe.score*10).toFixed(),frameWidth:oe.frameWidth||0,frameHeight:oe.frameHeight||0,framesPerSecond:oe.framesPerSecond||0,jitter:((ct=oe.remoteData)==null?void 0:ct.jitter)||0,isScreenShare:this.screenShareProducers.has(k),packetsLostPercentage:Oc({packetsSent:(oe.packetsSent||0)-(((wn=this.videoProducerToStatsMap.get(k))==null?void 0:wn.packetsSent)||0),packetsLost:(((tc=oe.remoteData)==null?void 0:tc.packetsLost)||0)-(((nc=(rc=this.videoProducerToStatsMap.get(k))==null?void 0:rc.remoteData)==null?void 0:nc.packetsLost)||0)}),bitrate:((oe.bytesSent||0)-(((ic=this.videoProducerToStatsMap.get(k))==null?void 0:ic.bytesSent)||0))*8/7,cpuLimitations:oe.qualityLimitationReason==="cpu",bandwidthLimitations:oe.qualityLimitationReason==="bandwidth"}),this.videoProducerToStatsMap.set(k,oe)}else if(A.outboundAudioRtpId.length>0){const Ee=P.outboundAudioRtp.get(A.outboundAudioRtpId[0]);Ee.score=Km({packetsSent:(Ee.packetsSent||0)-(((sc=this.audioProducerToStatsMap.get(k))==null?void 0:sc.packetsSent)||0),packetsLost:(((ac=Ee.remoteData)==null?void 0:ac.packetsLost)||0)-(((cc=(oc=this.audioProducerToStatsMap.get(k))==null?void 0:oc.remoteData)==null?void 0:cc.packetsLost)||0),jitter:((dc=Ee.remoteData)==null?void 0:dc.jitter)||0}),Ue.set(k,{score:+(Ee.score*10).toFixed(),bitrate:((Ee.bytesSent||0)-(((lc=this.audioProducerToStatsMap.get(k))==null?void 0:lc.bytesSent)||0))*8/7,packetsLostPercentage:Oc({packetsSent:(Ee.packetsSent||0)-(((uc=this.audioProducerToStatsMap.get(k))==null?void 0:uc.packetsSent)||0),packetsLost:(((hc=Ee.remoteData)==null?void 0:hc.packetsLost)||0)-(((mc=(pc=this.audioProducerToStatsMap.get(k))==null?void 0:pc.remoteData)==null?void 0:mc.packetsLost)||0)}),jitter:((gc=Ee.remoteData)==null?void 0:gc.jitter)||0,isScreenShare:this.screenShareProducers.has(k)}),this.audioProducerToStatsMap.set(k,Ee)}}),ce.forEach(A=>{const k=ae.find(j=>j.id===A.localCandidateId?(A.localCandidateId=j.id,j):null),w=Ie.find(j=>j.id===A.remoteCandidateId?(A.remoteCandidateId=j.id,j):null);k&&(A.localCandidateType=k.type,A.localCandidateAddress=Pn(k.address),A.localCandidatePort=k.port,A.localCandidateProtocol=k.protocol,A.localCandidateUrl=k.url,A.localCandidateNetworkType=k.networkType,A.localCandidateRelatedAddress=Pn(k.relatedAddress),A.localCandidateRelatedPort=k.relatedPort),w&&(A.remoteCandidateType=w.type,A.remoteCandidateAddress=Pn(w.address),A.remoteCandidatePort=w.port,A.remoteCandidateProtocol=w.protocol,A.remoteCandidateUrl=w.url)}),P.candidatePair&&(P.transport?(P.transport.bytesReceived=P.candidatePair.bytesReceived,P.transport.bytesSent=P.candidatePair.bytesSent,P.transport.totalRoundTripTime=P.candidatePair.totalRoundTripTime,P.transport.availableOutgoingBitrate=P.candidatePair.availableOutgoingBitrate,P.transport.availableIncomingBitrate=P.candidatePair.availableIncomingBitrate,P.transport.roundTripTime=P.candidatePair.currentRoundTripTime):P.transport={bytesReceived:P.candidatePair.bytesReceived,bytesSent:P.candidatePair.bytesSent,totalRoundTripTime:P.candidatePair.totalRoundTripTime,availableOutgoingBitrate:P.candidatePair.availableOutgoingBitrate,availableIncomingBitrate:P.candidatePair.availableIncomingBitrate,roundTripTime:P.candidatePair.currentRoundTripTime}),P.transport&&(P.transport.candidatePairs=ce),P.transport&&!P.transport.roundTripTime){let A=0,k=0;P.remoteInboundRtp.forEach((w,j)=>{w.roundTripTime&&w.roundTripTime>A&&(A=w.roundTripTime,k=w.totalRoundTripTime)}),P.transport.roundTripTime=A,P.transport.totalRoundTripTime=k}if(Vt.size>0)try{this.observer.emit("consumer_score",Vt)}catch(A){}if(Ue.size>0)try{this.observer.emit("producer_score",Ue)}catch(A){}return P}getProducerStatsFromReport(e){const r=[];try{e.producerStreamMap.forEach((n,i)=>{const s=this.producerMap.get(i),a=s.track.getSettings(),c=n.outboundVideoRtpId.map(l=>{const p=e.outboundVideoRtp.get(l);return p.frameHeight||(p.frameHeight=a.height,p.frameWidth=a.width,p.framesPerSecond=a.frameRate),p}),d={producerId:i,appData:s.appData,videoStats:c,audioStats:n.outboundAudioRtpId.map(l=>e.outboundAudioRtp.get(l))};r.push(d)})}catch(n){console.error("getProducersReport: ",n,e)}return r}getConsumerStatsFromParsedConsumerStats(e,r,n){let i;try{const{peerId:s,producerId:a,appData:c}=this.consumerPeerIdMap.get(n),d=r==null?void 0:r.inboundVideoRtpId.map(l=>{const p=this.consumerMap.get(n).track.getSettings(),m=e.inboundVideoRtp.get(l);return m.frameHeight||(m.frameHeight=p.height,m.frameWidth=p.width,m.framesPerSecond=p.frameRate),m});i={consumerId:n,peerId:s,producerId:a,appData:c,videoStats:d,audioStats:r==null?void 0:r.inboundAudioRtpId.map(l=>e.inboundAudioRtp.get(l))}}catch(s){console.error("getConsumerStatsFromParsedConsumerStats: ",s,e)}return i}getConsumerStatsFromReport(e){const r=[];try{e.consumerStreamMap.forEach((n,i)=>{r.push(this.getConsumerStatsFromParsedConsumerStats(e,n,i))})}catch(n){console.error("getConsumerStatsFromReport: ",n,e)}return r}}class MT extends ig{}function Uc(t,e,r,n){if(t!=null&&t.logger&&t.logger.error("Callstats::handleError",{error:n}),typeof r=="function"&&n instanceof e)r.call(null,n,t);else throw n}function sg(t,e,r){const n=t.value;return t.value=function(...i){try{const s=n.apply(this,i);return s&&s instanceof Promise?s.catch(a=>{Uc(this,e,r,a)}):s}catch(s){Uc(this,e,r,s)}return null},t}const ne=(t,e)=>(r,n,i)=>{const s=i.value;return i.value=function(...a){try{const c=s.apply(this,a);return c&&c instanceof Promise?c.catch(d=>{Uc(this,t,e,d)}):c}catch(c){Uc(this,t,e,c)}return null},i},AT=(t,e)=>(r,n,i)=>{if(i)return sg(i,t,e);for(const s of Reflect.ownKeys(r.prototype).filter(a=>a!=="constructor")){const a=Object.getOwnPropertyDescriptor(r.prototype,s);a.value instanceof Function&&Object.defineProperty(r.prototype,s,sg(a,t,e))}};var te=globalThis&&globalThis.__decorate||function(t,e,r,n){var i=arguments.length,s=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(t,e,r,n);else for(var c=t.length-1;c>=0;c--)(a=t[c])&&(s=(i<3?a(s):i>3?a(e,r,s):a(e,r))||s);return i>3&&s&&Object.defineProperty(e,r,s),s};const re=console;let X=class extends Et{constructor(t="https://api.testingv3.dyte.in",e="Blink",r=ca.PROD,n,i,s,a){switch(super(),f(this,"observer"),f(this,"eventHandler"),f(this,"measurements"),f(this,"producingTransport"),f(this,"consumingTransport"),f(this,"producers",new Map),f(this,"consumers",new Map),f(this,"iceServers"),f(this,"connectionInfoPromise"),f(this,"pingStatsTimeout"),f(this,"logger"),f(this,"env"),f(this,"apiHostnames"),f(this,"peerId"),f(this,"consumerSharedMediaStatesMap",new Map),f(this,"currentUserMediaStates",{}),this.env=r,this.apiHostnames=a,this.logger=i,this.peerId=s,this.eventHandler=new gT({logger:i,peerId:s,apiHostnames:a}),this.logger.debug("callStats::engineName: ",{engineName:e}),e){case"Blink":this.measurements=new RT;break;case"Gecko":this.measurements=new ig;break;case"WebKit":this.measurements=new MT;break;default:throw Error(`Unknown engineName! ${e}`)}this.measurements.callStatsInstance=this,this.registerProducer=this.registerProducer.bind(this),this.registerConsumer=this.registerConsumer.bind(this),this.observer=new Et,this.measurements.observer.on("consumer_score",c=>{i.debug(`callStats::consumer_score ${[...c.entries()]}`),this.eventHandler.emit("consumer_score",c)}),this.measurements.observer.on("producer_score",c=>{i.debug(`callStats::producer_score ${[...c.entries()]}`),this.eventHandler.emit("producer_score",c)})}registerIceServers(t){this.iceServers=t}registerConsumer(t){var e;this.consumerSharedMediaStatesMap.has(t.id)||this.consumerSharedMediaStatesMap.set(t.id,{}),this.consumers.set(t.id,t),this.measurements.registerConsumer(t),this.logger.debug("callStats::registerConsumer",{consumerId:t.id,consumerkind:t.kind,isScreenShare:!!((e=t.appData)!=null&&e.screenShare)}),t.on("close",this.deRegisterConsumer.bind(this,t))}registerProducer(t){var e;this.producers.set(t.id,t),this.measurements.registerProducer(t),this.logger.debug("callStats::registerProducer",{producerId:t.id,producerKind:t.kind,isScreenShare:!!((e=t.appData)!=null&&e.screenShare)}),t.on("close",this.deRegisterProducer.bind(this,t))}sendConsumerSharedMediaStateEvent(t,e){this.consumerSharedMediaStatesMap.has(t)||this.consumerSharedMediaStatesMap.set(t,{});const r=this.consumerSharedMediaStatesMap.get(t);this.consumerSharedMediaStatesMap.set(t,Object.assign(r,e))}registerProducingTransport(t){var e;this.producingTransport=t,t.observer.on("close",this.disconnectProducingTransport.bind(this,t)),t.observer.on("disconnect",this.disconnectProducingTransport.bind(this,t)),Array.from(((e=t._producers)==null?void 0:e.values())||[]).forEach(r=>{this.registerProducer(r)}),t.observer.on("newproducer",this.registerProducer)}registerConsumingTransport(t){var e;this.consumingTransport=t,t.observer.on("close",this.disconnectConsumingTransport.bind(this,t)),t.observer.on("disconnect",this.disconnectConsumingTransport.bind(this,t)),Array.from(((e=t._consumers)==null?void 0:e.values())||[]).forEach(r=>{this.registerConsumer(r)}),t.observer.on("newconsumer",this.registerConsumer)}deRegisterConsumer(t){this.consumers.delete(t.id)}deRegisterProducer(t){var e;this.producers.delete(t.id),this.logger.debug("callStats::deRegisterProducer",{producerId:t.id,producerKind:t.kind,isScreenShare:!!((e=t.appData)!=null&&e.screenShare)})}disconnectConsumingTransport(){this.consumingTransport=void 0}disconnectProducingTransport(){this.producingTransport=void 0}callEvent(t){this.eventHandler.callEvent(t)}sendPreCallTestBeginEvent(t=!1,e){this.connectionInfoPromise=this.measurements.getNetworkInfo(this.iceServers,t),this.eventHandler.callEvent({event:U.PRECALL_TEST_BEGIN,timestamp:e}),this.connectionInfoPromise&&this.connectionInfoPromise.then(r=>{this.eventHandler.callEvent({event:U.PRECALL_TEST_COMPLETE,metaData:{connectionInfo:r},timestamp:e})})}sendScreenShareToggleEvent(t,e=null,r){this.currentUserMediaStates.screen=t,this.eventHandler.callEvent({event:t?U.SCREENSHARE_STARTED:U.SCREENSHARE_STOPPED,metaData:{ssrc:e},timestamp:r})}sendScreenShareRequestedEvent(t){this.eventHandler.callEvent({event:U.SCREENSHARE_START_REQUESTED,timestamp:t})}sendActiveSpeakerEvent(t,e){this.eventHandler.callEvent({event:U.DOMINANT_SPEAKER,metaData:{peerId:t},timestamp:e})}devices(t,e,r){this.eventHandler.callEvent({event:t===dr.AUDIO&&U.AUDIO_DEVICES_UPDATES||t===dr.VIDEO&&U.VIDEO_DEVICES_UPDATES||t===dr.SPEAKER&&U.SPEAKER_DEVICES_UPDATES,metaData:{deviceList:e},timestamp:r})}selectedDevice(t,e,r){this.eventHandler.callEvent({event:t===dr.AUDIO&&U.SELECTED_MICROHPONE_UPDATE||t===dr.VIDEO&&U.SELECTED_CAMERA_UPDATE||t===dr.SPEAKER&&U.SELECTED_SPEAKER_UPDATE,metaData:{device:e},timestamp:r})}mediaPermission(t,e,r){this.eventHandler.callEvent({event:U.MEDIA_PERMISSION,metaData:{deviceType:t,permission:e},timestamp:r})}mediaPlaybackFailed(t,e){this.eventHandler.callEvent({event:t===dr.AUDIO&&U.AUDIO_PLAY_FAILED||t===dr.VIDEO&&U.VIDEO_PLAY_FAILED,metaData:{deviceType:t},timestamp:e})}mediaTrackMuted(t,e){this.eventHandler.callEvent({event:t===dr.AUDIO&&U.AUDIO_TRACK_MUTED||t===dr.VIDEO&&U.VIDEO_TRACK_MUTED,metaData:{deviceType:t},timestamp:e})}tabChanged(t,e){this.eventHandler.callEvent({event:U.TAB_CHANGE,metaData:{isMeetingsTabActive:t},timestamp:e})}browserBackgrounded(t){this.eventHandler.callEvent({event:U.BROWSER_BACKGROUNDED,timestamp:t})}browserForegrounded(t){this.eventHandler.callEvent({event:U.BROWSER_FOREGROUNDED,timestamp:t})}legacySwitch(t,e){this.eventHandler.callEvent({event:U.LEGACY_SWITCH,metadata:{on:t},timestamp:e})}getPreCallTestResults(){return u(this,null,function*(){return this.connectionInfoPromise})}sendCallJoinBeginEvent(t,e){t=G(x({},t),{meetingEnv:this.env}),t.deviceInfo=G(x({},t.deviceInfo),{userAgent:navigator.userAgent,cpus:navigator.hardwareConcurrency,memory:navigator.deviceMemory}),this.eventHandler.callEvent({event:U.CALL_JOIN_BEGIN,metaData:{peerMetaData:t},timestamp:e})}sendNetworkQualityTestBeginEvent(t,e){this.eventHandler.callEvent({event:U.NET_QUALITY_TEST_BEGIN,timestamp:e}),new Promise((r,n)=>u(this,null,function*(){const i=[];try{for(const s of t)try{if(s.iceServers&&s.iceServers.length>0){const a=yield this.measurements.getNetworkQuality(s.iceServers);i.push(G(x({},s),{networkResults:a}))}}catch(a){console.warn("Error handling ",a)}r({regionData:i})}catch(s){console.warn("Error in callstats, ",s),n(s)}})).then(r=>{this.eventHandler.callEvent({event:U.NET_QUALITY_TEST_END,timestamp:e,metaData:r})})}sendWebSocketConnectedEvent(t){this.eventHandler.callEvent({event:U.WEBSOCKET_CONNECTED,timestamp:t})}sendTransportConnectedEvent(t){this.eventHandler.callEvent({event:U.TRANSPORT_CONNECTED,timestamp:t})}sendAudioToggleEvent(t,e){this.currentUserMediaStates.audio=t;let r;t?r=U.AUDIO_ON:r=U.AUDIO_OFF,this.eventHandler.callEvent({event:r,timestamp:e})}sendVideoToggleEvent(t,e){this.currentUserMediaStates.video=t;let r;t?r=U.VIDEO_ON:r=U.VIDEO_OFF,this.eventHandler.callEvent({event:r,timestamp:e})}sendParticipantRoleToggleEvent(t,e){this.eventHandler.callEvent({event:U.PARTICIPANT_ROLE,timestamp:e,metaData:t})}startPingStats(t=7e3){this.sendPingStatsEvent(!1,new Date),this.pingStatsTimeout=setInterval(this.sendPingStatsEvent.bind(this),t)}stopPingStats(){clearInterval(this.pingStatsTimeout)}sendPingStatsEvent(t=!0,e){return u(this,null,function*(){let r,n;if(this.producingTransport&&(r=yield this.measurements.getProcessedStats(this.producingTransport,!1,!0),!r||!(r!=null&&r.producerReport))){this.logger.debug("callStats::sendPingStatsEvent::staleProducingTransport",{disclaimer:"Stale producer? Regenerating Stream Maps!"});const s=yield this.measurements.getProducersReport([...this.producers.values()]);r&&s?r.producerReport=s:(r=yield this.measurements.getProcessedStats(this.producingTransport,!1,!0),(!r||!(r!=null&&r.producerReport))&&this.logger.debug("callStats::sendPingStatsEvent::noProducingTransportReport",{disclaimer:"Stream maps invalid despite regenerating!"}))}if(this.consumingTransport&&(n=yield this.measurements.getProcessedStats(this.consumingTransport,!0,!1),!n||!n.consumerReport)){this.logger.debug("callStats::sendPingStatsEvent::staleConsumingTransport",{disclaimer:"Stale consumer? Regenerating Stream Maps!"});const s=yield this.measurements.getConsumersReport([...this.consumers.values()]);n&&s?n.consumerReport=s:(n=yield this.measurements.getProcessedStats(this.consumingTransport,!0,!1),(!n||!n.consumerReport)&&this.logger.debug("callStats::sendPingStatsEvent::noConsumingTransportReport",{disclaimer:"Stream maps invalid despite regenerating!"}))}const i={producingTransportStats:r?r==null?void 0:r.transportReport:void 0,consumingTransportStats:n?n==null?void 0:n.transportReport:void 0,producerStats:[].concat((r==null?void 0:r.producerReport)||[]).concat((n==null?void 0:n.producerReport)||[]),consumerStats:[].concat((n==null?void 0:n.consumerReport)||[]).concat((r==null?void 0:r.consumerReport)||[])};if(t&&i.producerStats.length===0&&i.consumerStats.length===0){yield this.eventHandler.flush();return}this.eventHandler.callEvent({event:U.PING_STAT,metaData:i,timestamp:e})})}sendIVSPlayerRebufferEvent(t){this.eventHandler.callEvent({event:U.IVS_PLAYER_REBUFFERING,timestamp:t})}sendIVSPlayerAudioBlockEvent(t){this.eventHandler.callEvent({event:U.IVS_PLAYER_AUDIO_BLOCKED,timestamp:t})}sendIVSPlayerPlaybackBlockedEvent(t){this.eventHandler.callEvent({event:U.IVS_PLAYER_PLAYBACK_BLOCKED,timestamp:t})}sendIVSPlayerNetworkUnavailableEvent(t){this.eventHandler.callEvent({event:U.IVS_PLAYER_NETWORK_UNAVAILABLE,timestamp:t})}sendIVSPlayerInitializedEvent(t){this.eventHandler.callEvent({event:U.IVS_PLAYER_INITIALIZED,timestamp:t})}sendIVSPlayerWorkerErrorEvent(t){this.eventHandler.callEvent({event:U.IVS_PLAYER_WORKER_ERROR,timestamp:t})}sendIVSPlayerErrorEvent(t,e){this.eventHandler.callEvent({event:U.IVS_PLAYER_ERROR,timestamp:e,metaData:t})}sendIVSPlayerRecoverableErrorEvent(t,e){this.eventHandler.callEvent({event:U.IVS_PLAYER_RECOVERABLE_ERROR,timestamp:e,metaData:t})}sendIVSPlayerAnalyticsEvent(t,e){this.eventHandler.callEvent({event:U.IVS_PLAYER_ANALYTICS_EVENT,timestamp:e,metaData:t})}sendIVSPlayerPlaybackRateChangedEvent(t,e){this.eventHandler.callEvent({event:U.IVS_PLAYER_PLAYBACK_RATE_CHANGED,timestamp:e,metaData:{updatedPlaybackRate:t}})}sendIVSPlayerQualityChanged(t,e){this.eventHandler.callEvent({event:U.IVS_PLAYER_QUALITY_CHANGED,timestamp:e,metaData:t})}sendPlayerLiveLatency(t,e){this.eventHandler.callEvent({event:U.LIVESTREAM_LATENCY,timestamp:e,metaData:{latency:t}})}sendDisconnectEvent(t){this.eventHandler.callEvent({event:U.DISCONNECT,timestamp:t})}sendReconnectEvent(t){this.eventHandler.callEvent({event:U.RECONNECT_ATTEMPT,timestamp:t})}expectedVideoResolution(t,e,r){this.eventHandler.callEvent({event:U.EXPECTED_VIDEO_RESOLUTION,timestamp:r,metaData:{frameWidth:t,frameHeight:e}})}expectedScreenshareResolution(t,e,r){this.eventHandler.callEvent({event:U.EXPECTED_SCREENSHARE_RESOLUTION,timestamp:r,metaData:{frameWidth:t,frameHeight:e}})}};te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"registerIceServers",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"registerConsumer",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"registerProducer",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendConsumerSharedMediaStateEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"registerProducingTransport",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"registerConsumingTransport",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"deRegisterConsumer",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"deRegisterProducer",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"disconnectConsumingTransport",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"disconnectProducingTransport",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendPreCallTestBeginEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendScreenShareToggleEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendScreenShareRequestedEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendActiveSpeakerEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"devices",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"selectedDevice",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"mediaPermission",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"mediaPlaybackFailed",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"mediaTrackMuted",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"tabChanged",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"browserBackgrounded",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"browserForegrounded",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"legacySwitch",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"getPreCallTestResults",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendCallJoinBeginEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendNetworkQualityTestBeginEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendWebSocketConnectedEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendTransportConnectedEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendAudioToggleEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendVideoToggleEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendParticipantRoleToggleEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"startPingStats",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"stopPingStats",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendPingStatsEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendIVSPlayerRebufferEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendIVSPlayerAudioBlockEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendIVSPlayerPlaybackBlockedEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendIVSPlayerNetworkUnavailableEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendIVSPlayerInitializedEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendIVSPlayerWorkerErrorEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendIVSPlayerErrorEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendIVSPlayerRecoverableErrorEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendIVSPlayerAnalyticsEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendIVSPlayerPlaybackRateChangedEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendIVSPlayerQualityChanged",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendPlayerLiveLatency",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendDisconnectEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendReconnectEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"expectedVideoResolution",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"expectedScreenshareResolution",null),X=te([AT(TypeError,(t,e)=>re.error(e,t))],X);const DT=X;class OT extends Et{constructor(){super(...arguments),f(this,"stats"),f(this,"peerId"),f(this,"backend"),f(this,"iceServers"),f(this,"initialized",!1),f(this,"stalled",!1),f(this,"ipInformation"),f(this,"logger")}initialize(e){return u(this,arguments,function*({peerId:r,engineName:n,env:i=ca.PROD,iceServers:s,apiBase:a="https://api.cluster.dyte.in",flags:c,logger:d=console,apiHostnames:l,skipConnectivityChecks:p=!1}){var m,S,E;try{this.peerId=r,this.logger=d,this.ipInformation=yield cu.getIPDetails({peerId:r,apiHostnames:l,logger:d}),this.backend=new DT(a,n,i,c,d,r,l),this.iceServers=s,(m=this.backend)==null||m.registerIceServers(this.iceServers),this.initialized=!0,(E=(S=this.backend)==null?void 0:S.eventHandler)==null||E.emit("initialized",this.ipInformation),this.emit("initialized",this.ipInformation),this.startPreCallTest(p)}catch(b){this.logger.error("callStats::CallStatsIntegration: ",{error:b}),this.stallCallStats()}})}configureSendTransport(e){this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.registerProducingTransport(e)})}configureRecvTransport(e){this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.registerConsumingTransport(e)})}candidateRegionalNetworkQualityTest(e){return u(this,null,function*(){const r=new Date;this.onSafeInitialization(()=>{var n;try{(n=this.backend)==null||n.sendNetworkQualityTestBeginEvent(e,r)}catch(i){this.logger.error("callStats::sendNetworkQualityTestBeginEvent",{error:{reason:i.reason}})}})})}roomJoined(e){return u(this,null,function*(){const r=new Date;this.onSafeInitialization(()=>{var n,i;(n=this.backend)==null||n.sendCallJoinBeginEvent(e,r),this.backend,(i=this.backend)==null||i.startPingStats()})})}audioOff(){const e=new Date;this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.sendAudioToggleEvent(!1,e)})}audioOn(){const e=new Date;this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.sendAudioToggleEvent(!0,e)})}videoOff(){const e=new Date;this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.sendVideoToggleEvent(!1,e)})}videoOn(){const e=new Date;this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.sendVideoToggleEvent(!0,e)})}callEnded(){const e=new Date;this.onSafeInitialization(()=>{var r,n;(r=this.backend)==null||r.stopPingStats(),(n=this.backend)==null||n.sendDisconnectEvent(e)})}screenShareStart(e){const r=new Date;this.onSafeInitialization(()=>{var n;(n=this.backend)==null||n.sendScreenShareToggleEvent(!0,e,r)})}consumerSharedMediaState(e,r){this.onSafeInitialization(()=>{var n;(n=this.backend)==null||n.sendConsumerSharedMediaStateEvent(e,r)})}screenShareStop(e){const r=new Date;this.onSafeInitialization(()=>{var n;(n=this.backend)==null||n.sendScreenShareToggleEvent(!1,e,r)})}screenShareRequested(){const e=new Date;this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.sendScreenShareRequestedEvent(e)})}activeSpeaker(e){if(e!==this.peerId)return;const r=new Date;this.onSafeInitialization(()=>{var n;(n=this.backend)==null||n.sendActiveSpeakerEvent(e,r)})}devices(e,r){const n=new Date;this.onSafeInitialization(()=>{var i;(i=this.backend)==null||i.devices(e,r,n)})}selectedDevice(e,r){const n=new Date;this.onSafeInitialization(()=>{var i;(i=this.backend)==null||i.selectedDevice(e,r,n)})}mediaPermission(e,r){const n=new Date;this.onSafeInitialization(()=>{var i;(i=this.backend)==null||i.mediaPermission(e,r,n)})}mediaPlaybackFailed(e){const r=new Date;this.onSafeInitialization(()=>{var n;(n=this.backend)==null||n.mediaPlaybackFailed(e,r)})}mediaTrackMuted(e){const r=new Date;this.onSafeInitialization(()=>{var n;(n=this.backend)==null||n.mediaTrackMuted(e,r)})}tabChanged(e=!1){const r=new Date;this.onSafeInitialization(()=>{var n;(n=this.backend)==null||n.tabChanged(e,r)})}browserBackgrounded(){const e=new Date;this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.browserBackgrounded(e)})}browserForegrounded(){const e=new Date;this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.browserForegrounded(e)})}legacySwitch(e){const r=new Date;this.onSafeInitialization(()=>{var n;(n=this.backend)==null||n.legacySwitch(e,r)})}startPreCallTest(e=!1){return u(this,null,function*(){const r=new Date;this.onSafeInitialization(()=>{var n;(n=this.backend)==null||n.sendPreCallTestBeginEvent(e,r)})})}onPreCallTestResults(e){return this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.eventHandler.once("precall_end",e)}),e}onReceivingConsumerAudioStatus(e){this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.eventHandler.on("consumer_audio_status",e)})}onReceivingConsumerVideoStatus(e){this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.eventHandler.on("consumer_video_status",e)})}onReceivingProducerAudioStatus(e){this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.eventHandler.on("producer_audio_status",e)})}onReceivingProducerVideoStatus(e){this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.eventHandler.on("producer_video_status",e)})}onReceivingProducingTransportStatus(e){this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.eventHandler.on("producing_transport_status",e)})}onReceivingConsumingTransportStatus(e){this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.eventHandler.on("consuming_transport_status",e)})}onProducerScore(e){this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.eventHandler.on("producer_score",e)})}onConsumerScore(e){this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.eventHandler.on("consumer_score",e)})}onSafeInitialization(e){if(this.initialized)e(this.ipInformation,!1);else if(!this.stalled){const r=n=>{e(n,!0)};return this.once("initialized",r),r}return()=>{}}removeInitializationListener(e){this.removeListener("initialized",e)}stallCallStats(){this.stalled=!0,this.removeAllListeners("initialized")}ivsPlayerEvent(e,r){const n=new Date;this.onSafeInitialization(()=>{var i,s,a,c,d,l,p,m,S,E,b;switch(e){case"PlayerRebuffering":(i=this.backend)==null||i.sendIVSPlayerRebufferEvent(n);break;case"PlayerAudioBlocked":(s=this.backend)==null||s.sendIVSPlayerAudioBlockEvent(n);break;case"PlayerPlaybackBlocked":(a=this.backend)==null||a.sendIVSPlayerPlaybackBlockedEvent(n);break;case"PlayerNetworkUnavailable":(c=this.backend)==null||c.sendIVSPlayerNetworkUnavailableEvent(n);break;case"PlayerInitialized":(d=this.backend)==null||d.sendIVSPlayerInitializedEvent(n);break;case"PlayerWorkerError":(l=this.backend)==null||l.sendIVSPlayerWorkerErrorEvent(n);break;case"PlayerError":(p=this.backend)==null||p.sendIVSPlayerErrorEvent(r,n);break;case"PlayerRecoverableError":(m=this.backend)==null||m.sendIVSPlayerRecoverableErrorEvent(r,n);break;case"PlayerAnalyticsEvent":(S=this.backend)==null||S.sendIVSPlayerAnalyticsEvent(r,n);break;case"PlayerPlaybackRateChanged":(E=this.backend)==null||E.sendIVSPlayerPlaybackRateChangedEvent(r,n);break;case"PlayerQualityChanged":(b=this.backend)==null||b.sendIVSPlayerQualityChanged(r,n);break}})}livestreamLatency(e){const r=new Date;this.onSafeInitialization(()=>{var n;(n=this.backend)==null||n.sendPlayerLiveLatency(e,r)})}expectedVideoResolution(e,r){const n=new Date;this.onSafeInitialization(()=>{var i;(i=this.backend)==null||i.expectedVideoResolution(e,r,n)})}expectedScreenshareResolution(e,r){const n=new Date;this.onSafeInitialization(()=>{var i;(i=this.backend)==null||i.expectedScreenshareResolution(e,r,n)})}}const $=new OT;$.setMaxListeners(30);function NT(t){const{length:e}=this,r=t>=0?t:e+t;return r<0||r>=e?void 0:this[r]}Array.prototype.at||Object.assign(Array.prototype,{at:NT});function LT(t){const{length:e}=this,r=t>=0?t:e+t;return r<0||r>=e?void 0:this[r]}String.prototype.at||Object.assign(String.prototype,{at:LT});function xT(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var ag={exports:{}},Qe=ag.exports={},jr,Hr;function du(){throw new Error("setTimeout has not been defined")}function lu(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?jr=setTimeout:jr=du}catch(t){jr=du}try{typeof clearTimeout=="function"?Hr=clearTimeout:Hr=lu}catch(t){Hr=lu}})();function og(t){if(jr===setTimeout)return setTimeout(t,0);if((jr===du||!jr)&&setTimeout)return jr=setTimeout,setTimeout(t,0);try{return jr(t,0)}catch(e){try{return jr.call(null,t,0)}catch(r){return jr.call(this,t,0)}}}function VT(t){if(Hr===clearTimeout)return clearTimeout(t);if((Hr===lu||!Hr)&&clearTimeout)return Hr=clearTimeout,clearTimeout(t);try{return Hr(t)}catch(e){try{return Hr.call(null,t)}catch(r){return Hr.call(this,t)}}}var on=[],ss=!1,di,Fc=-1;function UT(){!ss||!di||(ss=!1,di.length?on=di.concat(on):Fc=-1,on.length&&cg())}function cg(){if(!ss){var t=og(UT);ss=!0;for(var e=on.length;e;){for(di=on,on=[];++Fc<e;)di&&di[Fc].run();Fc=-1,e=on.length}di=null,ss=!1,VT(t)}}Qe.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)e[r-1]=arguments[r];on.push(new dg(t,e)),on.length===1&&!ss&&og(cg)};function dg(t,e){this.fun=t,this.array=e}dg.prototype.run=function(){this.fun.apply(null,this.array)},Qe.title="browser",Qe.browser=!0,Qe.env={},Qe.argv=[],Qe.version="",Qe.versions={};function cn(){}Qe.on=cn,Qe.addListener=cn,Qe.once=cn,Qe.off=cn,Qe.removeListener=cn,Qe.removeAllListeners=cn,Qe.emit=cn,Qe.prependListener=cn,Qe.prependOnceListener=cn,Qe.listeners=function(t){return[]},Qe.binding=function(t){throw new Error("process.binding is not supported")},Qe.cwd=function(){return"/"},Qe.chdir=function(t){throw new Error("process.chdir is not supported")},Qe.umask=function(){return 0};var FT=ag.exports;const li=xT(FT);var uu={},BT={get exports(){return uu},set exports(t){uu=t}},Bc={},WT={get exports(){return Bc},set exports(t){Bc=t}},lg=function(t,e){return function(){for(var r=new Array(arguments.length),n=0;n<r.length;n++)r[n]=arguments[n];return t.apply(e,r)}},jT=lg,In=Object.prototype.toString;function hu(t){return Array.isArray(t)}function pu(t){return typeof t=="undefined"}function HT(t){return t!==null&&!pu(t)&&t.constructor!==null&&!pu(t.constructor)&&typeof t.constructor.isBuffer=="function"&&t.constructor.isBuffer(t)}function ug(t){return In.call(t)==="[object ArrayBuffer]"}function qT(t){return In.call(t)==="[object FormData]"}function GT(t){var e;return typeof ArrayBuffer!="undefined"&&ArrayBuffer.isView?e=ArrayBuffer.isView(t):e=t&&t.buffer&&ug(t.buffer),e}function JT(t){return typeof t=="string"}function $T(t){return typeof t=="number"}function hg(t){return t!==null&&typeof t=="object"}function Wc(t){if(In.call(t)!=="[object Object]")return!1;var e=Object.getPrototypeOf(t);return e===null||e===Object.prototype}function KT(t){return In.call(t)==="[object Date]"}function zT(t){return In.call(t)==="[object File]"}function YT(t){return In.call(t)==="[object Blob]"}function pg(t){return In.call(t)==="[object Function]"}function QT(t){return hg(t)&&pg(t.pipe)}function XT(t){return In.call(t)==="[object URLSearchParams]"}function ZT(t){return t.trim?t.trim():t.replace(/^\s+|\s+$/g,"")}function e0(){return typeof navigator!="undefined"&&(navigator.product==="ReactNative"||navigator.product==="NativeScript"||navigator.product==="NS")?!1:typeof window!="undefined"&&typeof document!="undefined"}function mu(t,e){if(!(t===null||typeof t=="undefined"))if(typeof t!="object"&&(t=[t]),hu(t))for(var r=0,n=t.length;r<n;r++)e.call(null,t[r],r,t);else for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.call(null,t[i],i,t)}function gu(){var t={};function e(i,s){Wc(t[s])&&Wc(i)?t[s]=gu(t[s],i):Wc(i)?t[s]=gu({},i):hu(i)?t[s]=i.slice():t[s]=i}for(var r=0,n=arguments.length;r<n;r++)mu(arguments[r],e);return t}function t0(t,e,r){return mu(e,function(n,i){r&&typeof n=="function"?t[i]=jT(n,r):t[i]=n}),t}function r0(t){return t.charCodeAt(0)===65279&&(t=t.slice(1)),t}var Ut={isArray:hu,isArrayBuffer:ug,isBuffer:HT,isFormData:qT,isArrayBufferView:GT,isString:JT,isNumber:$T,isObject:hg,isPlainObject:Wc,isUndefined:pu,isDate:KT,isFile:zT,isBlob:YT,isFunction:pg,isStream:QT,isURLSearchParams:XT,isStandardBrowserEnv:e0,forEach:mu,merge:gu,extend:t0,trim:ZT,stripBOM:r0},as=Ut;function mg(t){return encodeURIComponent(t).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}var gg=function(t,e,r){if(!e)return t;var n;if(r)n=r(e);else if(as.isURLSearchParams(e))n=e.toString();else{var i=[];as.forEach(e,function(a,c){a===null||typeof a=="undefined"||(as.isArray(a)?c=c+"[]":a=[a],as.forEach(a,function(d){as.isDate(d)?d=d.toISOString():as.isObject(d)&&(d=JSON.stringify(d)),i.push(mg(c)+"="+mg(d))}))}),n=i.join("&")}if(n){var s=t.indexOf("#");s!==-1&&(t=t.slice(0,s)),t+=(t.indexOf("?")===-1?"?":"&")+n}return t},n0=Ut;function jc(){this.handlers=[]}jc.prototype.use=function(t,e,r){return this.handlers.push({fulfilled:t,rejected:e,synchronous:r?r.synchronous:!1,runWhen:r?r.runWhen:null}),this.handlers.length-1},jc.prototype.eject=function(t){this.handlers[t]&&(this.handlers[t]=null)},jc.prototype.forEach=function(t){n0.forEach(this.handlers,function(e){e!==null&&t(e)})};var i0=jc,s0=Ut,a0=function(t,e){s0.forEach(t,function(r,n){n!==e&&n.toUpperCase()===e.toUpperCase()&&(t[e]=r,delete t[n])})},fg=function(t,e,r,n,i){return t.config=e,r&&(t.code=r),t.request=n,t.response=i,t.isAxiosError=!0,t.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code,status:this.response&&this.response.status?this.response.status:null}},t},fu,vg;function yg(){if(vg)return fu;vg=1;var t=fg;return fu=function(e,r,n,i,s){var a=new Error(e);return t(a,r,n,i,s)},fu}var vu,Sg;function o0(){if(Sg)return vu;Sg=1;var t=yg();return vu=function(e,r,n){var i=n.config.validateStatus;!n.status||!i||i(n.status)?e(n):r(t("Request failed with status code "+n.status,n.config,null,n.request,n))},vu}var yu,Eg;function c0(){if(Eg)return yu;Eg=1;var t=Ut;return yu=t.isStandardBrowserEnv()?function(){return{write:function(e,r,n,i,s,a){var c=[];c.push(e+"="+encodeURIComponent(r)),t.isNumber(n)&&c.push("expires="+new Date(n).toGMTString()),t.isString(i)&&c.push("path="+i),t.isString(s)&&c.push("domain="+s),a===!0&&c.push("secure"),document.cookie=c.join("; ")},read:function(e){var r=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return r?decodeURIComponent(r[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}}():function(){return{write:function(){},read:function(){return null},remove:function(){}}}(),yu}var Tg,kg;function d0(){return kg||(kg=1,Tg=function(t){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t)}),Tg}var bg,wg;function l0(){return wg||(wg=1,bg=function(t,e){return e?t.replace(/\/+$/,"")+"/"+e.replace(/^\/+/,""):t}),bg}var Su,_g;function u0(){if(_g)return Su;_g=1;var t=d0(),e=l0();return Su=function(r,n){return r&&!t(n)?e(r,n):n},Su}var Eu,Pg;function h0(){if(Pg)return Eu;Pg=1;var t=Ut,e=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];return Eu=function(r){var n={},i,s,a;return r&&t.forEach(r.split(`
|
|
13
|
-
`),function(c){if(a=c.indexOf(":"),i=t.trim(c.substr(0,a)).toLowerCase(),s=t.trim(c.substr(a+1)),i){if(n[i]&&e.indexOf(i)>=0)return;i==="set-cookie"?n[i]=(n[i]?n[i]:[]).concat([s]):n[i]=n[i]?n[i]+", "+s:s}}),n},Eu}var Tu,Ig;function p0(){if(Ig)return Tu;Ig=1;var t=Ut;return Tu=t.isStandardBrowserEnv()?function(){var e=/(msie|trident)/i.test(navigator.userAgent),r=document.createElement("a"),n;function i(s){var a=s;return e&&(r.setAttribute("href",a),a=r.href),r.setAttribute("href",a),{href:r.href,protocol:r.protocol?r.protocol.replace(/:$/,""):"",host:r.host,search:r.search?r.search.replace(/^\?/,""):"",hash:r.hash?r.hash.replace(/^#/,""):"",hostname:r.hostname,port:r.port,pathname:r.pathname.charAt(0)==="/"?r.pathname:"/"+r.pathname}}return n=i(window.location.href),function(s){var a=t.isString(s)?i(s):s;return a.protocol===n.protocol&&a.host===n.host}}():function(){return function(){return!0}}(),Tu}var ku,Cg;function Hc(){if(Cg)return ku;Cg=1;function t(e){this.message=e}return t.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},t.prototype.__CANCEL__=!0,ku=t,ku}var bu,Rg;function m0(){if(Rg)return bu;Rg=1;var t=Ut,e=o0(),r=c0(),n=gg,i=u0(),s=h0(),a=p0(),c=yg(),d=qc(),l=Hc();return bu=function(p){return new Promise(function(m,S){var E=p.data,b=p.headers,O=p.responseType,M;function F(){p.cancelToken&&p.cancelToken.unsubscribe(M),p.signal&&p.signal.removeEventListener("abort",M)}t.isFormData(E)&&delete b["Content-Type"];var V=new XMLHttpRequest;if(p.auth){var J=p.auth.username||"",P=p.auth.password?unescape(encodeURIComponent(p.auth.password)):"";b.Authorization="Basic "+btoa(J+":"+P)}var Z=i(p.baseURL,p.url);V.open(p.method.toUpperCase(),n(Z,p.params,p.paramsSerializer),!0),V.timeout=p.timeout;function ae(){if(V){var ce="getAllResponseHeaders"in V?s(V.getAllResponseHeaders()):null,Ue=!O||O==="text"||O==="json"?V.responseText:V.response,Vt={data:Ue,status:V.status,statusText:V.statusText,headers:ce,config:p,request:V};e(function(A){m(A),F()},function(A){S(A),F()},Vt),V=null}}if("onloadend"in V?V.onloadend=ae:V.onreadystatechange=function(){!V||V.readyState!==4||V.status===0&&!(V.responseURL&&V.responseURL.indexOf("file:")===0)||setTimeout(ae)},V.onabort=function(){V&&(S(c("Request aborted",p,"ECONNABORTED",V)),V=null)},V.onerror=function(){S(c("Network Error",p,null,V)),V=null},V.ontimeout=function(){var ce=p.timeout?"timeout of "+p.timeout+"ms exceeded":"timeout exceeded",Ue=p.transitional||d.transitional;p.timeoutErrorMessage&&(ce=p.timeoutErrorMessage),S(c(ce,p,Ue.clarifyTimeoutError?"ETIMEDOUT":"ECONNABORTED",V)),V=null},t.isStandardBrowserEnv()){var Ie=(p.withCredentials||a(Z))&&p.xsrfCookieName?r.read(p.xsrfCookieName):void 0;Ie&&(b[p.xsrfHeaderName]=Ie)}"setRequestHeader"in V&&t.forEach(b,function(ce,Ue){typeof E=="undefined"&&Ue.toLowerCase()==="content-type"?delete b[Ue]:V.setRequestHeader(Ue,ce)}),t.isUndefined(p.withCredentials)||(V.withCredentials=!!p.withCredentials),O&&O!=="json"&&(V.responseType=p.responseType),typeof p.onDownloadProgress=="function"&&V.addEventListener("progress",p.onDownloadProgress),typeof p.onUploadProgress=="function"&&V.upload&&V.upload.addEventListener("progress",p.onUploadProgress),(p.cancelToken||p.signal)&&(M=function(ce){V&&(S(!ce||ce&&ce.type?new l("canceled"):ce),V.abort(),V=null)},p.cancelToken&&p.cancelToken.subscribe(M),p.signal&&(p.signal.aborted?M():p.signal.addEventListener("abort",M))),E||(E=null),V.send(E)})},bu}var wu,Mg;function qc(){if(Mg)return wu;Mg=1;var t=Ut,e=a0,r=fg,n={"Content-Type":"application/x-www-form-urlencoded"};function i(d,l){!t.isUndefined(d)&&t.isUndefined(d["Content-Type"])&&(d["Content-Type"]=l)}function s(){var d;return(typeof XMLHttpRequest!="undefined"||typeof li!="undefined"&&Object.prototype.toString.call(li)==="[object process]")&&(d=m0()),d}function a(d,l,p){if(t.isString(d))try{return(l||JSON.parse)(d),t.trim(d)}catch(m){if(m.name!=="SyntaxError")throw m}return(p||JSON.stringify)(d)}var c={transitional:{silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},adapter:s(),transformRequest:[function(d,l){return e(l,"Accept"),e(l,"Content-Type"),t.isFormData(d)||t.isArrayBuffer(d)||t.isBuffer(d)||t.isStream(d)||t.isFile(d)||t.isBlob(d)?d:t.isArrayBufferView(d)?d.buffer:t.isURLSearchParams(d)?(i(l,"application/x-www-form-urlencoded;charset=utf-8"),d.toString()):t.isObject(d)||l&&l["Content-Type"]==="application/json"?(i(l,"application/json"),a(d)):d}],transformResponse:[function(d){var l=this.transitional||c.transitional,p=l&&l.silentJSONParsing,m=l&&l.forcedJSONParsing,S=!p&&this.responseType==="json";if(S||m&&t.isString(d)&&d.length)try{return JSON.parse(d)}catch(E){if(S)throw E.name==="SyntaxError"?r(E,this,"E_JSON_PARSE"):E}return d}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,validateStatus:function(d){return d>=200&&d<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};return t.forEach(["delete","get","head"],function(d){c.headers[d]={}}),t.forEach(["post","put","patch"],function(d){c.headers[d]=t.merge(n)}),wu=c,wu}var g0=Ut,f0=qc(),v0=function(t,e,r){var n=this||f0;return g0.forEach(r,function(i){t=i.call(n,t,e)}),t},Ag,Dg;function Og(){return Dg||(Dg=1,Ag=function(t){return!!(t&&t.__CANCEL__)}),Ag}var Ng=Ut,_u=v0,y0=Og(),S0=qc(),E0=Hc();function Pu(t){if(t.cancelToken&&t.cancelToken.throwIfRequested(),t.signal&&t.signal.aborted)throw new E0("canceled")}var T0=function(t){Pu(t),t.headers=t.headers||{},t.data=_u.call(t,t.data,t.headers,t.transformRequest),t.headers=Ng.merge(t.headers.common||{},t.headers[t.method]||{},t.headers),Ng.forEach(["delete","get","head","post","put","patch","common"],function(r){delete t.headers[r]});var e=t.adapter||S0.adapter;return e(t).then(function(r){return Pu(t),r.data=_u.call(t,r.data,r.headers,t.transformResponse),r},function(r){return y0(r)||(Pu(t),r&&r.response&&(r.response.data=_u.call(t,r.response.data,r.response.headers,t.transformResponse))),Promise.reject(r)})},zt=Ut,Lg=function(t,e){e=e||{};var r={};function n(l,p){return zt.isPlainObject(l)&&zt.isPlainObject(p)?zt.merge(l,p):zt.isPlainObject(p)?zt.merge({},p):zt.isArray(p)?p.slice():p}function i(l){if(zt.isUndefined(e[l])){if(!zt.isUndefined(t[l]))return n(void 0,t[l])}else return n(t[l],e[l])}function s(l){if(!zt.isUndefined(e[l]))return n(void 0,e[l])}function a(l){if(zt.isUndefined(e[l])){if(!zt.isUndefined(t[l]))return n(void 0,t[l])}else return n(void 0,e[l])}function c(l){if(l in e)return n(t[l],e[l]);if(l in t)return n(void 0,t[l])}var d={url:s,method:s,data:s,baseURL:a,transformRequest:a,transformResponse:a,paramsSerializer:a,timeout:a,timeoutMessage:a,withCredentials:a,adapter:a,responseType:a,xsrfCookieName:a,xsrfHeaderName:a,onUploadProgress:a,onDownloadProgress:a,decompress:a,maxContentLength:a,maxBodyLength:a,transport:a,httpAgent:a,httpsAgent:a,cancelToken:a,socketPath:a,responseEncoding:a,validateStatus:c};return zt.forEach(Object.keys(t).concat(Object.keys(e)),function(l){var p=d[l]||i,m=p(l);zt.isUndefined(m)&&p!==c||(r[l]=m)}),r},xg,Vg;function Ug(){return Vg||(Vg=1,xg={version:"0.25.0"}),xg}var k0=Ug().version,Iu={};["object","boolean","number","function","string","symbol"].forEach(function(t,e){Iu[t]=function(r){return typeof r===t||"a"+(e<1?"n ":" ")+t}});var Fg={};Iu.transitional=function(t,e,r){function n(i,s){return"[Axios v"+k0+"] Transitional option '"+i+"'"+s+(r?". "+r:"")}return function(i,s,a){if(t===!1)throw new Error(n(s," has been removed"+(e?" in "+e:"")));return e&&!Fg[s]&&(Fg[s]=!0,console.warn(n(s," has been deprecated since v"+e+" and will be removed in the near future"))),t?t(i,s,a):!0}};function b0(t,e,r){if(typeof t!="object")throw new TypeError("options must be an object");for(var n=Object.keys(t),i=n.length;i-- >0;){var s=n[i],a=e[s];if(a){var c=t[s],d=c===void 0||a(c,s,t);if(d!==!0)throw new TypeError("option "+s+" must be "+d);continue}if(r!==!0)throw Error("Unknown option "+s)}}var w0={assertOptions:b0,validators:Iu},Bg=Ut,_0=gg,Wg=i0,jg=T0,Gc=Lg,Hg=w0,os=Hg.validators;function da(t){this.defaults=t,this.interceptors={request:new Wg,response:new Wg}}da.prototype.request=function(t,e){if(typeof t=="string"?(e=e||{},e.url=t):e=t||{},!e.url)throw new Error("Provided config url is not valid");e=Gc(this.defaults,e),e.method?e.method=e.method.toLowerCase():this.defaults.method?e.method=this.defaults.method.toLowerCase():e.method="get";var r=e.transitional;r!==void 0&&Hg.assertOptions(r,{silentJSONParsing:os.transitional(os.boolean),forcedJSONParsing:os.transitional(os.boolean),clarifyTimeoutError:os.transitional(os.boolean)},!1);var n=[],i=!0;this.interceptors.request.forEach(function(m){typeof m.runWhen=="function"&&m.runWhen(e)===!1||(i=i&&m.synchronous,n.unshift(m.fulfilled,m.rejected))});var s=[];this.interceptors.response.forEach(function(m){s.push(m.fulfilled,m.rejected)});var a;if(!i){var c=[jg,void 0];for(Array.prototype.unshift.apply(c,n),c=c.concat(s),a=Promise.resolve(e);c.length;)a=a.then(c.shift(),c.shift());return a}for(var d=e;n.length;){var l=n.shift(),p=n.shift();try{d=l(d)}catch(m){p(m);break}}try{a=jg(d)}catch(m){return Promise.reject(m)}for(;s.length;)a=a.then(s.shift(),s.shift());return a},da.prototype.getUri=function(t){if(!t.url)throw new Error("Provided config url is not valid");return t=Gc(this.defaults,t),_0(t.url,t.params,t.paramsSerializer).replace(/^\?/,"")},Bg.forEach(["delete","get","head","options"],function(t){da.prototype[t]=function(e,r){return this.request(Gc(r||{},{method:t,url:e,data:(r||{}).data}))}}),Bg.forEach(["post","put","patch"],function(t){da.prototype[t]=function(e,r,n){return this.request(Gc(n||{},{method:t,url:e,data:r}))}});var P0=da,Cu,qg;function I0(){if(qg)return Cu;qg=1;var t=Hc();function e(r){if(typeof r!="function")throw new TypeError("executor must be a function.");var n;this.promise=new Promise(function(s){n=s});var i=this;this.promise.then(function(s){if(i._listeners){var a,c=i._listeners.length;for(a=0;a<c;a++)i._listeners[a](s);i._listeners=null}}),this.promise.then=function(s){var a,c=new Promise(function(d){i.subscribe(d),a=d}).then(s);return c.cancel=function(){i.unsubscribe(a)},c},r(function(s){i.reason||(i.reason=new t(s),n(i.reason))})}return e.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},e.prototype.subscribe=function(r){if(this.reason){r(this.reason);return}this._listeners?this._listeners.push(r):this._listeners=[r]},e.prototype.unsubscribe=function(r){if(this._listeners){var n=this._listeners.indexOf(r);n!==-1&&this._listeners.splice(n,1)}},e.source=function(){var r,n=new e(function(i){r=i});return{token:n,cancel:r}},Cu=e,Cu}var Gg,Jg;function C0(){return Jg||(Jg=1,Gg=function(t){return function(e){return t.apply(null,e)}}),Gg}var Ru,$g;function R0(){if($g)return Ru;$g=1;var t=Ut;return Ru=function(e){return t.isObject(e)&&e.isAxiosError===!0},Ru}var Kg=Ut,M0=lg,Jc=P0,A0=Lg,D0=qc();function zg(t){var e=new Jc(t),r=M0(Jc.prototype.request,e);return Kg.extend(r,Jc.prototype,e),Kg.extend(r,e),r.create=function(n){return zg(A0(t,n))},r}var qr=zg(D0);qr.Axios=Jc,qr.Cancel=Hc(),qr.CancelToken=I0(),qr.isCancel=Og(),qr.VERSION=Ug().version,qr.all=function(t){return Promise.all(t)},qr.spread=C0(),qr.isAxiosError=R0(),WT.exports=qr,Bc.default=qr,function(t){t.exports=Bc}(BT);const O0=sT(uu);function N0(){this.__data__=[],this.size=0}function la(t,e){return t===e||t!==t&&e!==e}function $c(t,e){for(var r=t.length;r--;)if(la(t[r][0],e))return r;return-1}var L0=Array.prototype,x0=L0.splice;function V0(t){var e=this.__data__,r=$c(e,t);if(r<0)return!1;var n=e.length-1;return r==n?e.pop():x0.call(e,r,1),--this.size,!0}function U0(t){var e=this.__data__,r=$c(e,t);return r<0?void 0:e[r][1]}function F0(t){return $c(this.__data__,t)>-1}function B0(t,e){var r=this.__data__,n=$c(r,t);return n<0?(++this.size,r.push([t,e])):r[n][1]=e,this}function dn(t){var e=-1,r=t==null?0:t.length;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}dn.prototype.clear=N0,dn.prototype.delete=V0,dn.prototype.get=U0,dn.prototype.has=F0,dn.prototype.set=B0;function W0(){this.__data__=new dn,this.size=0}function j0(t){var e=this.__data__,r=e.delete(t);return this.size=e.size,r}function H0(t){return this.__data__.get(t)}function q0(t){return this.__data__.has(t)}const Kc=globalThis||void 0||self;var G0=typeof Kc=="object"&&Kc&&Kc.Object===Object&&Kc;const Yg=G0;var J0=typeof self=="object"&&self&&self.Object===Object&&self,$0=Yg||J0||Function("return this")();const Sr=$0;var K0=Sr.Symbol;const Cn=K0;var Qg=Object.prototype,z0=Qg.hasOwnProperty,Y0=Qg.toString,ua=Cn?Cn.toStringTag:void 0;function Q0(t){var e=z0.call(t,ua),r=t[ua];try{t[ua]=void 0;var n=!0}catch(s){}var i=Y0.call(t);return n&&(e?t[ua]=r:delete t[ua]),i}var X0=Object.prototype,Z0=X0.toString;function ek(t){return Z0.call(t)}var tk="[object Null]",rk="[object Undefined]",Xg=Cn?Cn.toStringTag:void 0;function ui(t){return t==null?t===void 0?rk:tk:Xg&&Xg in Object(t)?Q0(t):ek(t)}function Er(t){var e=typeof t;return t!=null&&(e=="object"||e=="function")}var nk="[object AsyncFunction]",ik="[object Function]",sk="[object GeneratorFunction]",ak="[object Proxy]";function Mu(t){if(!Er(t))return!1;var e=ui(t);return e==ik||e==sk||e==nk||e==ak}var ok=Sr["__core-js_shared__"];const Au=ok;var Zg=function(){var t=/[^.]+$/.exec(Au&&Au.keys&&Au.keys.IE_PROTO||"");return t?"Symbol(src)_1."+t:""}();function ck(t){return!!Zg&&Zg in t}var dk=Function.prototype,lk=dk.toString;function hi(t){if(t!=null){try{return lk.call(t)}catch(e){}try{return t+""}catch(e){}}return""}var uk=/[\\^$.*+?()[\]{}|]/g,hk=/^\[object .+?Constructor\]$/,pk=Function.prototype,mk=Object.prototype,gk=pk.toString,fk=mk.hasOwnProperty,vk=RegExp("^"+gk.call(fk).replace(uk,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function yk(t){if(!Er(t)||ck(t))return!1;var e=Mu(t)?vk:hk;return e.test(hi(t))}function Sk(t,e){return t==null?void 0:t[e]}function pi(t,e){var r=Sk(t,e);return yk(r)?r:void 0}var Ek=pi(Sr,"Map");const ha=Ek;var Tk=pi(Object,"create");const pa=Tk;function kk(){this.__data__=pa?pa(null):{},this.size=0}function bk(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e}var wk="__lodash_hash_undefined__",_k=Object.prototype,Pk=_k.hasOwnProperty;function Ik(t){var e=this.__data__;if(pa){var r=e[t];return r===wk?void 0:r}return Pk.call(e,t)?e[t]:void 0}var Ck=Object.prototype,Rk=Ck.hasOwnProperty;function Mk(t){var e=this.__data__;return pa?e[t]!==void 0:Rk.call(e,t)}var Ak="__lodash_hash_undefined__";function Dk(t,e){var r=this.__data__;return this.size+=this.has(t)?0:1,r[t]=pa&&e===void 0?Ak:e,this}function mi(t){var e=-1,r=t==null?0:t.length;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}mi.prototype.clear=kk,mi.prototype.delete=bk,mi.prototype.get=Ik,mi.prototype.has=Mk,mi.prototype.set=Dk;function Ok(){this.size=0,this.__data__={hash:new mi,map:new(ha||dn),string:new mi}}function Nk(t){var e=typeof t;return e=="string"||e=="number"||e=="symbol"||e=="boolean"?t!=="__proto__":t===null}function zc(t,e){var r=t.__data__;return Nk(e)?r[typeof e=="string"?"string":"hash"]:r.map}function Lk(t){var e=zc(this,t).delete(t);return this.size-=e?1:0,e}function xk(t){return zc(this,t).get(t)}function Vk(t){return zc(this,t).has(t)}function Uk(t,e){var r=zc(this,t),n=r.size;return r.set(t,e),this.size+=r.size==n?0:1,this}function gi(t){var e=-1,r=t==null?0:t.length;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}gi.prototype.clear=Ok,gi.prototype.delete=Lk,gi.prototype.get=xk,gi.prototype.has=Vk,gi.prototype.set=Uk;var Fk=200;function Bk(t,e){var r=this.__data__;if(r instanceof dn){var n=r.__data__;if(!ha||n.length<Fk-1)return n.push([t,e]),this.size=++r.size,this;r=this.__data__=new gi(n)}return r.set(t,e),this.size=r.size,this}function Gr(t){var e=this.__data__=new dn(t);this.size=e.size}Gr.prototype.clear=W0,Gr.prototype.delete=j0,Gr.prototype.get=H0,Gr.prototype.has=q0,Gr.prototype.set=Bk;function Wk(t,e){for(var r=-1,n=t==null?0:t.length;++r<n&&e(t[r],r,t)!==!1;);return t}var jk=function(){try{var t=pi(Object,"defineProperty");return t({},"",{}),t}catch(e){}}();const Yc=jk;function Du(t,e,r){e=="__proto__"&&Yc?Yc(t,e,{configurable:!0,enumerable:!0,value:r,writable:!0}):t[e]=r}var Hk=Object.prototype,qk=Hk.hasOwnProperty;function ef(t,e,r){var n=t[e];(!(qk.call(t,e)&&la(n,r))||r===void 0&&!(e in t))&&Du(t,e,r)}function ma(t,e,r,n){var i=!r;r||(r={});for(var s=-1,a=e.length;++s<a;){var c=e[s],d=n?n(r[c],t[c],c,r,t):void 0;d===void 0&&(d=t[c]),i?Du(r,c,d):ef(r,c,d)}return r}function Gk(t,e){for(var r=-1,n=Array(t);++r<t;)n[r]=e(r);return n}function Jr(t){return t!=null&&typeof t=="object"}var Jk="[object Arguments]";function tf(t){return Jr(t)&&ui(t)==Jk}var rf=Object.prototype,$k=rf.hasOwnProperty,Kk=rf.propertyIsEnumerable,zk=tf(function(){return arguments}())?tf:function(t){return Jr(t)&&$k.call(t,"callee")&&!Kk.call(t,"callee")};const Qc=zk;var Yk=Array.isArray;const Rn=Yk;function Qk(){return!1}var nf=typeof exports=="object"&&exports&&!exports.nodeType&&exports,sf=nf&&typeof module=="object"&&module&&!module.nodeType&&module,Xk=sf&&sf.exports===nf,af=Xk?Sr.Buffer:void 0,Zk=af?af.isBuffer:void 0,eb=Zk||Qk;const cs=eb;var tb=9007199254740991,rb=/^(?:0|[1-9]\d*)$/;function of(t,e){var r=typeof t;return e=e==null?tb:e,!!e&&(r=="number"||r!="symbol"&&rb.test(t))&&t>-1&&t%1==0&&t<e}var nb=9007199254740991;function cf(t){return typeof t=="number"&&t>-1&&t%1==0&&t<=nb}var ib="[object Arguments]",sb="[object Array]",ab="[object Boolean]",ob="[object Date]",cb="[object Error]",db="[object Function]",lb="[object Map]",ub="[object Number]",hb="[object Object]",pb="[object RegExp]",mb="[object Set]",gb="[object String]",fb="[object WeakMap]",vb="[object ArrayBuffer]",yb="[object DataView]",Sb="[object Float32Array]",Eb="[object Float64Array]",Tb="[object Int8Array]",kb="[object Int16Array]",bb="[object Int32Array]",wb="[object Uint8Array]",_b="[object Uint8ClampedArray]",Pb="[object Uint16Array]",Ib="[object Uint32Array]",Ce={};Ce[Sb]=Ce[Eb]=Ce[Tb]=Ce[kb]=Ce[bb]=Ce[wb]=Ce[_b]=Ce[Pb]=Ce[Ib]=!0,Ce[ib]=Ce[sb]=Ce[vb]=Ce[ab]=Ce[yb]=Ce[ob]=Ce[cb]=Ce[db]=Ce[lb]=Ce[ub]=Ce[hb]=Ce[pb]=Ce[mb]=Ce[gb]=Ce[fb]=!1;function Cb(t){return Jr(t)&&cf(t.length)&&!!Ce[ui(t)]}function Ou(t){return function(e){return t(e)}}var df=typeof exports=="object"&&exports&&!exports.nodeType&&exports,ga=df&&typeof module=="object"&&module&&!module.nodeType&&module,Rb=ga&&ga.exports===df,Nu=Rb&&Yg.process,Mb=function(){try{var t=ga&&ga.require&&ga.require("util").types;return t||Nu&&Nu.binding&&Nu.binding("util")}catch(e){}}();const ds=Mb;var lf=ds&&ds.isTypedArray,Ab=lf?Ou(lf):Cb;const Xc=Ab;var Db=Object.prototype,Ob=Db.hasOwnProperty;function uf(t,e){var r=Rn(t),n=!r&&Qc(t),i=!r&&!n&&cs(t),s=!r&&!n&&!i&&Xc(t),a=r||n||i||s,c=a?Gk(t.length,String):[],d=c.length;for(var l in t)(e||Ob.call(t,l))&&!(a&&(l=="length"||i&&(l=="offset"||l=="parent")||s&&(l=="buffer"||l=="byteLength"||l=="byteOffset")||of(l,d)))&&c.push(l);return c}var Nb=Object.prototype;function Zc(t){var e=t&&t.constructor,r=typeof e=="function"&&e.prototype||Nb;return t===r}function hf(t,e){return function(r){return t(e(r))}}var Lb=hf(Object.keys,Object);const xb=Lb;var Vb=Object.prototype,Ub=Vb.hasOwnProperty;function pf(t){if(!Zc(t))return xb(t);var e=[];for(var r in Object(t))Ub.call(t,r)&&r!="constructor"&&e.push(r);return e}function fa(t){return t!=null&&cf(t.length)&&!Mu(t)}function Lu(t){return fa(t)?uf(t):pf(t)}function Fb(t,e){return t&&ma(e,Lu(e),t)}function Bb(t){var e=[];if(t!=null)for(var r in Object(t))e.push(r);return e}var Wb=Object.prototype,jb=Wb.hasOwnProperty;function Hb(t){if(!Er(t))return Bb(t);var e=Zc(t),r=[];for(var n in t)n=="constructor"&&(e||!jb.call(t,n))||r.push(n);return r}function va(t){return fa(t)?uf(t,!0):Hb(t)}function qb(t,e){return t&&ma(e,va(e),t)}var mf=typeof exports=="object"&&exports&&!exports.nodeType&&exports,gf=mf&&typeof module=="object"&&module&&!module.nodeType&&module,Gb=gf&&gf.exports===mf,ff=Gb?Sr.Buffer:void 0,vf=ff?ff.allocUnsafe:void 0;function yf(t,e){if(e)return t.slice();var r=t.length,n=vf?vf(r):new t.constructor(r);return t.copy(n),n}function Sf(t,e){var r=-1,n=t.length;for(e||(e=Array(n));++r<n;)e[r]=t[r];return e}function Jb(t,e){for(var r=-1,n=t==null?0:t.length,i=0,s=[];++r<n;){var a=t[r];e(a,r,t)&&(s[i++]=a)}return s}function Ef(){return[]}var $b=Object.prototype,Kb=$b.propertyIsEnumerable,Tf=Object.getOwnPropertySymbols,zb=Tf?function(t){return t==null?[]:(t=Object(t),Jb(Tf(t),function(e){return Kb.call(t,e)}))}:Ef;const xu=zb;function Yb(t,e){return ma(t,xu(t),e)}function kf(t,e){for(var r=-1,n=e.length,i=t.length;++r<n;)t[i+r]=e[r];return t}var Qb=hf(Object.getPrototypeOf,Object);const Vu=Qb;var Xb=Object.getOwnPropertySymbols,Zb=Xb?function(t){for(var e=[];t;)kf(e,xu(t)),t=Vu(t);return e}:Ef;const bf=Zb;function ew(t,e){return ma(t,bf(t),e)}function wf(t,e,r){var n=e(t);return Rn(t)?n:kf(n,r(t))}function Uu(t){return wf(t,Lu,xu)}function tw(t){return wf(t,va,bf)}var rw=pi(Sr,"DataView");const Fu=rw;var nw=pi(Sr,"Promise");const Bu=nw;var iw=pi(Sr,"Set");const Wu=iw;var sw=pi(Sr,"WeakMap");const ju=sw;var _f="[object Map]",aw="[object Object]",Pf="[object Promise]",If="[object Set]",Cf="[object WeakMap]",Rf="[object DataView]",ow=hi(Fu),cw=hi(ha),dw=hi(Bu),lw=hi(Wu),uw=hi(ju),fi=ui;(Fu&&fi(new Fu(new ArrayBuffer(1)))!=Rf||ha&&fi(new ha)!=_f||Bu&&fi(Bu.resolve())!=Pf||Wu&&fi(new Wu)!=If||ju&&fi(new ju)!=Cf)&&(fi=function(t){var e=ui(t),r=e==aw?t.constructor:void 0,n=r?hi(r):"";if(n)switch(n){case ow:return Rf;case cw:return _f;case dw:return Pf;case lw:return If;case uw:return Cf}return e});const ls=fi;var hw=Object.prototype,pw=hw.hasOwnProperty;function mw(t){var e=t.length,r=new t.constructor(e);return e&&typeof t[0]=="string"&&pw.call(t,"index")&&(r.index=t.index,r.input=t.input),r}var gw=Sr.Uint8Array;const ed=gw;function Hu(t){var e=new t.constructor(t.byteLength);return new ed(e).set(new ed(t)),e}function fw(t,e){var r=e?Hu(t.buffer):t.buffer;return new t.constructor(r,t.byteOffset,t.byteLength)}var vw=/\w*$/;function yw(t){var e=new t.constructor(t.source,vw.exec(t));return e.lastIndex=t.lastIndex,e}var Mf=Cn?Cn.prototype:void 0,Af=Mf?Mf.valueOf:void 0;function Sw(t){return Af?Object(Af.call(t)):{}}function Df(t,e){var r=e?Hu(t.buffer):t.buffer;return new t.constructor(r,t.byteOffset,t.length)}var Ew="[object Boolean]",Tw="[object Date]",kw="[object Map]",bw="[object Number]",ww="[object RegExp]",_w="[object Set]",Pw="[object String]",Iw="[object Symbol]",Cw="[object ArrayBuffer]",Rw="[object DataView]",Mw="[object Float32Array]",Aw="[object Float64Array]",Dw="[object Int8Array]",Ow="[object Int16Array]",Nw="[object Int32Array]",Lw="[object Uint8Array]",xw="[object Uint8ClampedArray]",Vw="[object Uint16Array]",Uw="[object Uint32Array]";function Fw(t,e,r){var n=t.constructor;switch(e){case Cw:return Hu(t);case Ew:case Tw:return new n(+t);case Rw:return fw(t,r);case Mw:case Aw:case Dw:case Ow:case Nw:case Lw:case xw:case Vw:case Uw:return Df(t,r);case kw:return new n;case bw:case Pw:return new n(t);case ww:return yw(t);case _w:return new n;case Iw:return Sw(t)}}var Of=Object.create,Bw=function(){function t(){}return function(e){if(!Er(e))return{};if(Of)return Of(e);t.prototype=e;var r=new t;return t.prototype=void 0,r}}();const Ww=Bw;function Nf(t){return typeof t.constructor=="function"&&!Zc(t)?Ww(Vu(t)):{}}var jw="[object Map]";function Hw(t){return Jr(t)&&ls(t)==jw}var Lf=ds&&ds.isMap,qw=Lf?Ou(Lf):Hw;const Gw=qw;var Jw="[object Set]";function $w(t){return Jr(t)&&ls(t)==Jw}var xf=ds&&ds.isSet,Kw=xf?Ou(xf):$w;const zw=Kw;var Yw=1,Qw=2,Xw=4,Vf="[object Arguments]",Zw="[object Array]",e_="[object Boolean]",t_="[object Date]",r_="[object Error]",Uf="[object Function]",n_="[object GeneratorFunction]",i_="[object Map]",s_="[object Number]",Ff="[object Object]",a_="[object RegExp]",o_="[object Set]",c_="[object String]",d_="[object Symbol]",l_="[object WeakMap]",u_="[object ArrayBuffer]",h_="[object DataView]",p_="[object Float32Array]",m_="[object Float64Array]",g_="[object Int8Array]",f_="[object Int16Array]",v_="[object Int32Array]",y_="[object Uint8Array]",S_="[object Uint8ClampedArray]",E_="[object Uint16Array]",T_="[object Uint32Array]",ke={};ke[Vf]=ke[Zw]=ke[u_]=ke[h_]=ke[e_]=ke[t_]=ke[p_]=ke[m_]=ke[g_]=ke[f_]=ke[v_]=ke[i_]=ke[s_]=ke[Ff]=ke[a_]=ke[o_]=ke[c_]=ke[d_]=ke[y_]=ke[S_]=ke[E_]=ke[T_]=!0,ke[r_]=ke[Uf]=ke[l_]=!1;function td(t,e,r,n,i,s){var a,c=e&Yw,d=e&Qw,l=e&Xw;if(r&&(a=i?r(t,n,i,s):r(t)),a!==void 0)return a;if(!Er(t))return t;var p=Rn(t);if(p){if(a=mw(t),!c)return Sf(t,a)}else{var m=ls(t),S=m==Uf||m==n_;if(cs(t))return yf(t,c);if(m==Ff||m==Vf||S&&!i){if(a=d||S?{}:Nf(t),!c)return d?ew(t,qb(a,t)):Yb(t,Fb(a,t))}else{if(!ke[m])return i?t:{};a=Fw(t,m,c)}}s||(s=new Gr);var E=s.get(t);if(E)return E;s.set(t,a),zw(t)?t.forEach(function(M){a.add(td(M,e,r,M,t,s))}):Gw(t)&&t.forEach(function(M,F){a.set(F,td(M,e,r,F,t,s))});var b=l?d?tw:Uu:d?va:Lu,O=p?void 0:b(t);return Wk(O||t,function(M,F){O&&(F=M,M=t[F]),ef(a,F,td(M,e,r,F,t,s))}),a}var k_=1,b_=4;function qu(t){return td(t,k_|b_)}var w_="[object Symbol]";function __(t){return typeof t=="symbol"||Jr(t)&&ui(t)==w_}var P_=Object.defineProperty,I_=(t,e)=>{for(var r in e)P_(t,r,{get:e[r],enumerable:!0})},C_={};I_(C_,{permissions:()=>R_,theme:()=>M_});var Pt=(t=>(t.GroupCall="GROUP_CALL",t.Webinar="WEBINAR",t.AudioRoom="AUDIO_ROOM",t.Livestream="LIVESTREAM",t.Chat="CHAT",t))(Pt||{}),Y=(t=>(t.Allowed="ALLOWED",t.NotAllowed="NOT_ALLOWED",t.CanRequest="CAN_REQUEST",t))(Y||{}),R_={view_type:"GROUP_CALL",accept_waiting_requests:!1,accept_present_requests:!1,request_produce:!1,can_allow_participant_audio:!1,can_allow_participant_screensharing:!1,can_allow_participant_video:!1,can_spotlight:!1,request_kick_participant:!1,kick_participant:!1,pin_participant:!1,can_edit_display_name:!1,can_record:!1,can_livestream:!1,can_present:!0,waiting_room_type:"SKIP_ON_ACCEPT",recorder_type:"NONE",plugins:{can_close:!0,can_start:!0},polls:{can_create:!0,can_vote:!0,can_view:!0},produce:{video:{allow:!0,quality:"vga",frame_rate:24},audio:!0,screenshare:{allow:!0,quality:"hd",frame_rate:5}},chat:{public:{can_send:!0,text:!0,files:!0},private:{can_send:!1,can_receive:!1,text:!1,files:!1}},connected_meetings:{can_alter_connected_meetings:!1,can_switch_connected_meetings:!1,can_switch_to_parent_meeting:!1},reactions:!1,hidden_participant:!1,is_recorder:!1,show_participant_list:!0,can_change_participant_role:!1,can_change_theme:!1,max_screenshare_count:1},M_={setup_screen:{is_enabled:!0},alone_here:{is_enabled:!0},waiting_room:{is_enabled:!1,enable_preview:!0},control_bar:{is_enabled:!0,elements:{plugins:!0,screenshare:!0,invite:!0,participants:!0,chat:!0,reactions:!1,polls:!0,fullscreen:!0,layout:!0}},header:{is_enabled:!0,elements:{timer:!0,title:!0,participant_count:!0,change_layout:!0}},pip_mode:!0,auto_tune:!0,grid:{multi:{maxVideoCount:6,videoFit:"cover"},single:{maxVideoCount:6,videoFit:"cover"},defaultView:"multi"},controls:{pip_toggle:!1}},Bf="hXgU8Wc8pwuGNq9ms5q9Hh",Wf;typeof li!="undefined"&&(Wf=li==null?void 0:li.env)!=null&&Wf.FLAGSMITH_ENVIRONMENT_KEY&&(Bf=li.env.FLAGSMITH_ENVIRONMENT_KEY);function A_(t=[]){const e={};return t.forEach(r=>{e[r.feature.name]={enabled:r.enabled,value:r.feature_state_value}}),e}var D_=class{constructor(t=Bf){f(this,"flags",{}),f(this,"environmentKey",null),this.environmentKey=t}identifyAndFetchFlagsWithRetry(t){return u(this,arguments,function*({primaryEndpoint:e,secondaryEndpoint:r,forceEvaluate:n,timeout:i,uniqueIdentifier:s,traitsObj:a,logger:c}){const d=JSON.parse(JSON.stringify(a)),l=Object.entries(d).map(m=>({trait_key:m[0],trait_value:m[1]})),p=[e,r,r];for(const m of p)try{const S="_"+(Math.random()+1).toString(36).substring(2),E=yield O0.post(`https://${m}/api/v1/identities/`,{identifier:s+(n?S:""),traits:l},{headers:{"Content-Type":"application/json","X-Environment-Key":this.environmentKey},timeout:i});return A_(E.data.flags||[])}catch(S){c.error("Flagsmith identify failed!!",{error:S,url:m})}return{}})}identify(t){return u(this,arguments,function*(e,r={},n=!1,i=5e3,s="edge.api.flagsmith.com",a=console){return this.flags=yield this.identifyAndFetchFlagsWithRetry({traitsObj:r,uniqueIdentifier:e,forceEvaluate:n,timeout:i,primaryEndpoint:s,secondaryEndpoint:"edge.api.flagsmith.com",logger:a}),this.flags})}getValue(t){return this.flags&&this.flags[t]&&this.flags[t].value}hasFeature(t){return this.flags&&this.flags[t]&&this.flags[t].enabled}getAllFlags(){return this.flags}},Q=new D_,jf=[-2,-1,0,1,2],O_=[0,1,2,3,4];function N_(t){t=t.trim();let e="0",r="0",n="0";return t.length==4?(e="0x"+t[1]+t[1],r="0x"+t[2]+t[2],n="0x"+t[3]+t[3]):t.length>6&&(e="0x"+t[1]+t[2],r="0x"+t[3]+t[4],n="0x"+t[5]+t[6]),[+e,+r,+n]}var L_=(t,e,r)=>{let n,i,s;if(e==0)n=i=s=r;else{const a=(l,p,m)=>(m<0&&(m+=1),m>1&&(m-=1),m<.16666666666666666?l+(p-l)*6*m:m<.5?p:m<.6666666666666666?l+(p-l)*(.6666666666666666-m)*6:l),c=r<.5?r*(1+e):r+e-r*e,d=2*r-c;n=a(d,c,t+1/3),i=a(d,c,t),s=a(d,c,t-1/3)}return[Math.round(n*255),Math.round(i*255),Math.round(s*255)]},x_=(t,e,r)=>{t/=255,e/=255,r/=255;const n=Math.max(t,e,r),i=Math.min(t,e,r);let s,a;const c=(n+i)/2;if(n==i)s=a=0;else{const d=n-i;switch(a=c>.5?d/(2-n-i):d/(n+i),n){case t:s=(e-r)/d+(e<r?6:0);break;case e:s=(r-t)/d+2;break;case r:s=(t-e)/d+4;break}s/=6}return[s,a,c]},V_=(t,e,r)=>{const n=i=>i.toString(16).padStart(2,"0");return`#${n(t)}${n(e)}${n(r)}`},Hf=(t,e=jf,r=.4)=>{const n=[],[i,s,a]=N_(t),[c,d,l]=x_(i,s,a),p=Math.round(l*100);p>70?r=.8:p>60?r=.9:p<10?r=.075:p<42&&(r=.3);const m=e.findIndex(M=>M===0);if(m===-1)throw new Error("Invalid reducer provided, it must contain atleast one zero");const S=5-m,E=m+1,b=(100-p)/S,O=p/E;for(const M of e){let F;M<0?F=p+M*O*r:M>0?F=p+M*b*r:F=p;const[V,J,P]=L_(c,d,F/100);n.push(V_(V,J,P))}return n},qf={dark:{background:{1e3:"#252525",900:"#2F2F2F",800:"#323232",700:"#3E3E3E",600:"#4A4A4A"},text:"#F5F5F5","video-bg":"#1C1C1C"},light:{background:{1e3:"#FFFFFF",900:"#F5F5F5",800:"#EBEBEB",700:"#E0E0E0",600:"#D6D6D6"},text:"#111111","text-on-brand":"#ffffff","video-bg":"#DADADA"}},U_=t=>{const[e,r,n,i,s]=Hf(t,jf);return{300:e,400:r,500:n,600:i,700:s}},F_=t=>{if(t==="#FFFFFF")return qf.light.background;if(t==="#000000")return qf.dark.background;const[e,r,n,i,s]=Hf(t,O_);return{1e3:e,900:r,800:n,700:i,600:s}},B_={border_radius:"rounded",border_width:"thin",spacing_base:4,theme:"dark",colors:{brand:U_("#2160FD"),background:F_("#141414"),danger:"#FF2D2D",text:"#EEEEEE",text_on_brand:"#EEEEEE",success:"#62A504",video_bg:"#191919",warning:"#FFCD07"}};function Gf(){return qu(B_)}var W_={permissions:{can_accept_production_requests:!1,can_edit_display_name:!0,accept_waiting_requests:!1,disable_participant_audio:!1,disable_participant_screensharing:!1,disable_participant_video:!1,can_spotlight:!1,kick_participant:!1,pin_participant:!1,can_record:!1,can_livestream:!1,waiting_room_type:"SKIP",plugins:{can_close:!0,can_start:!0,can_edit_config:!1,config:{}},polls:{can_create:!0,can_vote:!0,can_view:!0},media:{video:{can_produce:"ALLOWED",can_consume:"ALLOWED"},audio:{can_produce:"ALLOWED"},screenshare:{can_produce:"ALLOWED",can_consume:"ALLOWED"}},chat:{public:{can_send:!0,text:!0,files:!0},private:{can_send:!1,can_receive:!1,text:!1,files:!1},channel:{can_create:"ALL",can_delete:"ALL",can_update:"ALL",can_read_all:!1},message:{can_delete:"ALL",can_edit:"ALL",delete_cutoff_time_seconds:0,edit_cutoff_time_seconds:0}},hidden_participant:!1,is_recorder:!1,recorder_type:"NONE",show_participant_list:!0,transcription_enabled:!1,can_change_participant_permissions:!1,connected_meetings:{can_alter_connected_meetings:!1,can_switch_connected_meetings:!1,can_switch_to_parent_meeting:!1},stage_enabled:!1,stage_access:void 0,accept_stage_requests:!1},ui:{oldTheme:{setup_screen:{is_enabled:!1},alone_here:{is_enabled:!1},waiting_room:{is_enabled:!1,enable_preview:!0},control_bar:{is_enabled:!0,elements:{plugins:!0,screenshare:!0,invite:!1,participants:!0,chat:!0,reactions:!1,polls:!0,fullscreen:!0,layout:!0}},header:{is_enabled:!0,elements:{timer:!0,title:!0,participant_count:!0,change_layout:!0}},pip_mode:!0,auto_tune:!0,colors:{primary:"#2160FD",secondary:"#1A1A1A",text:"#EEEEEE",background:"#1A1A1A",textPrimary:"#EEEEEE",videoBackground:"#1A1A1A"},dimensions:{mode:"fillParent"},grid:{multi:{maxVideoCount:6,videoFit:"cover"},single:{maxVideoCount:6,videoFit:"cover"},defaultView:"MULTI"},controls:{pip_toggle:!1},plugins:[]},design_tokens:Gf(),config_diff:{}},config:{view_type:"GROUP_CALL",media:{audio:{enable_stereo:!1,enable_high_bitrate:!1},video:{quality:"vga",frame_rate:24},screenshare:{quality:"hd",frame_rate:5}},max_video_streams:{mobile:6,desktop:6},max_screenshare_count:1},version:"hybrid"};function j_(){return qu(W_)}var H_={permissions:{can_accept_production_requests:!1,can_edit_display_name:!0,accept_waiting_requests:!1,disable_participant_audio:!1,disable_participant_screensharing:!1,disable_participant_video:!1,can_spotlight:!1,kick_participant:!1,pin_participant:!1,can_record:!1,can_livestream:!1,waiting_room_type:"SKIP",plugins:{can_close:!0,can_start:!0,can_edit_config:!1,config:{}},polls:{can_create:!0,can_vote:!0,can_view:!0},media:{video:{can_produce:"ALLOWED"},audio:{can_produce:"ALLOWED"},screenshare:{can_produce:"ALLOWED"}},chat:{public:{can_send:!0,text:!0,files:!0},private:{can_send:!1,can_receive:!1,text:!1,files:!1}},hidden_participant:!1,is_recorder:!1,recorder_type:"NONE",show_participant_list:!0,transcription_enabled:!1,can_change_participant_permissions:!1,connected_meetings:{can_alter_connected_meetings:!1,can_switch_connected_meetings:!1,can_switch_to_parent_meeting:!1},stage_enabled:!1,stage_access:void 0,accept_stage_requests:!1},ui:{design_tokens:Gf(),config_diff:{}},config:{view_type:"GROUP_CALL",media:{audio:{enable_stereo:!1,enable_high_bitrate:!1},video:{quality:"vga",frame_rate:24},screenshare:{quality:"hd",frame_rate:5}},max_video_streams:{mobile:6,desktop:6},max_screenshare_count:1},version:"2.0.0"};function Gu(){return qu(H_)}var q_=/\s/;function G_(t){for(var e=t.length;e--&&q_.test(t.charAt(e)););return e}var J_=/^\s+/;function $_(t){return t&&t.slice(0,G_(t)+1).replace(J_,"")}var Jf=0/0,K_=/^[-+]0x[0-9a-f]+$/i,z_=/^0b[01]+$/i,Y_=/^0o[0-7]+$/i,Q_=parseInt;function $f(t){if(typeof t=="number")return t;if(__(t))return Jf;if(Er(t)){var e=typeof t.valueOf=="function"?t.valueOf():t;t=Er(e)?e+"":e}if(typeof t!="string")return t===0?t:+t;t=$_(t);var r=z_.test(t);return r||Y_.test(t)?Q_(t.slice(2),r?2:8):K_.test(t)?Jf:+t}function Kf(t){return t}function X_(t,e,r){switch(r.length){case 0:return t.call(e);case 1:return t.call(e,r[0]);case 2:return t.call(e,r[0],r[1]);case 3:return t.call(e,r[0],r[1],r[2])}return t.apply(e,r)}var Z_=800,eP=16,tP=Date.now;function rP(t){var e=0,r=0;return function(){var n=tP(),i=eP-(n-r);if(r=n,i>0){if(++e>=Z_)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}function nP(t){return function(){return t}}var iP=Yc?function(t,e){return Yc(t,"toString",{configurable:!0,enumerable:!1,value:nP(e),writable:!0})}:Kf,sP=rP(iP);const aP=sP;var zf=Math.max;function oP(t,e,r){return e=zf(e===void 0?t.length-1:e,0),function(){for(var n=arguments,i=-1,s=zf(n.length-e,0),a=Array(s);++i<s;)a[i]=n[e+i];i=-1;for(var c=Array(e+1);++i<e;)c[i]=n[i];return c[e]=r(a),X_(t,this,c)}}function cP(t,e){return aP(oP(t,e,Kf),t+"")}function dP(t,e,r){if(!Er(r))return!1;var n=typeof e;return(n=="number"?fa(r)&&of(e,r.length):n=="string"&&e in r)?la(r[e],t):!1}function lP(t){return cP(function(e,r){var n=-1,i=r.length,s=i>1?r[i-1]:void 0,a=i>2?r[2]:void 0;for(s=t.length>3&&typeof s=="function"?(i--,s):void 0,a&&dP(r[0],r[1],a)&&(s=i<3?void 0:s,i=1),e=Object(e);++n<i;){var c=r[n];c&&t(e,c,n,s)}return e})}var uP="[object Object]",hP=Function.prototype,pP=Object.prototype,Yf=hP.toString,mP=pP.hasOwnProperty,gP=Yf.call(Object);function fP(t){if(!Jr(t)||ui(t)!=uP)return!1;var e=Vu(t);if(e===null)return!0;var r=mP.call(e,"constructor")&&e.constructor;return typeof r=="function"&&r instanceof r&&Yf.call(r)==gP}var vP="__lodash_hash_undefined__";function yP(t){return this.__data__.set(t,vP),this}function SP(t){return this.__data__.has(t)}function rd(t){var e=-1,r=t==null?0:t.length;for(this.__data__=new gi;++e<r;)this.add(t[e])}rd.prototype.add=rd.prototype.push=yP,rd.prototype.has=SP;function EP(t,e){for(var r=-1,n=t==null?0:t.length;++r<n;)if(e(t[r],r,t))return!0;return!1}function TP(t,e){return t.has(e)}var kP=1,bP=2;function Qf(t,e,r,n,i,s){var a=r&kP,c=t.length,d=e.length;if(c!=d&&!(a&&d>c))return!1;var l=s.get(t),p=s.get(e);if(l&&p)return l==e&&p==t;var m=-1,S=!0,E=r&bP?new rd:void 0;for(s.set(t,e),s.set(e,t);++m<c;){var b=t[m],O=e[m];if(n)var M=a?n(O,b,m,e,t,s):n(b,O,m,t,e,s);if(M!==void 0){if(M)continue;S=!1;break}if(E){if(!EP(e,function(F,V){if(!TP(E,V)&&(b===F||i(b,F,r,n,s)))return E.push(V)})){S=!1;break}}else if(!(b===O||i(b,O,r,n,s))){S=!1;break}}return s.delete(t),s.delete(e),S}function wP(t){var e=-1,r=Array(t.size);return t.forEach(function(n,i){r[++e]=[i,n]}),r}function _P(t){var e=-1,r=Array(t.size);return t.forEach(function(n){r[++e]=n}),r}var PP=1,IP=2,CP="[object Boolean]",RP="[object Date]",MP="[object Error]",AP="[object Map]",DP="[object Number]",OP="[object RegExp]",NP="[object Set]",LP="[object String]",xP="[object Symbol]",VP="[object ArrayBuffer]",UP="[object DataView]",Xf=Cn?Cn.prototype:void 0,Ju=Xf?Xf.valueOf:void 0;function FP(t,e,r,n,i,s,a){switch(r){case UP:if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case VP:return!(t.byteLength!=e.byteLength||!s(new ed(t),new ed(e)));case CP:case RP:case DP:return la(+t,+e);case MP:return t.name==e.name&&t.message==e.message;case OP:case LP:return t==e+"";case AP:var c=wP;case NP:var d=n&PP;if(c||(c=_P),t.size!=e.size&&!d)return!1;var l=a.get(t);if(l)return l==e;n|=IP,a.set(t,e);var p=Qf(c(t),c(e),n,i,s,a);return a.delete(t),p;case xP:if(Ju)return Ju.call(t)==Ju.call(e)}return!1}var BP=1,WP=Object.prototype,jP=WP.hasOwnProperty;function HP(t,e,r,n,i,s){var a=r&BP,c=Uu(t),d=c.length,l=Uu(e),p=l.length;if(d!=p&&!a)return!1;for(var m=d;m--;){var S=c[m];if(!(a?S in e:jP.call(e,S)))return!1}var E=s.get(t),b=s.get(e);if(E&&b)return E==e&&b==t;var O=!0;s.set(t,e),s.set(e,t);for(var M=a;++m<d;){S=c[m];var F=t[S],V=e[S];if(n)var J=a?n(V,F,S,e,t,s):n(F,V,S,t,e,s);if(!(J===void 0?F===V||i(F,V,r,n,s):J)){O=!1;break}M||(M=S=="constructor")}if(O&&!M){var P=t.constructor,Z=e.constructor;P!=Z&&"constructor"in t&&"constructor"in e&&!(typeof P=="function"&&P instanceof P&&typeof Z=="function"&&Z instanceof Z)&&(O=!1)}return s.delete(t),s.delete(e),O}var qP=1,Zf="[object Arguments]",ev="[object Array]",nd="[object Object]",GP=Object.prototype,tv=GP.hasOwnProperty;function JP(t,e,r,n,i,s){var a=Rn(t),c=Rn(e),d=a?ev:ls(t),l=c?ev:ls(e);d=d==Zf?nd:d,l=l==Zf?nd:l;var p=d==nd,m=l==nd,S=d==l;if(S&&cs(t)){if(!cs(e))return!1;a=!0,p=!1}if(S&&!p)return s||(s=new Gr),a||Xc(t)?Qf(t,e,r,n,i,s):FP(t,e,d,r,n,i,s);if(!(r&qP)){var E=p&&tv.call(t,"__wrapped__"),b=m&&tv.call(e,"__wrapped__");if(E||b){var O=E?t.value():t,M=b?e.value():e;return s||(s=new Gr),i(O,M,r,n,s)}}return S?(s||(s=new Gr),HP(t,e,r,n,i,s)):!1}function rv(t,e,r,n,i){return t===e?!0:t==null||e==null||!Jr(t)&&!Jr(e)?t!==t&&e!==e:JP(t,e,r,n,rv,i)}function $P(t){return function(e,r,n){for(var i=-1,s=Object(e),a=n(e),c=a.length;c--;){var d=a[t?c:++i];if(r(s[d],d,s)===!1)break}return e}}var KP=$P();const zP=KP;var YP=function(){return Sr.Date.now()};const $u=YP;var QP="Expected a function",XP=Math.max,ZP=Math.min;function id(t,e,r){var n,i,s,a,c,d,l=0,p=!1,m=!1,S=!0;if(typeof t!="function")throw new TypeError(QP);e=$f(e)||0,Er(r)&&(p=!!r.leading,m="maxWait"in r,s=m?XP($f(r.maxWait)||0,e):s,S="trailing"in r?!!r.trailing:S);function E(ae){var Ie=n,ce=i;return n=i=void 0,l=ae,a=t.apply(ce,Ie),a}function b(ae){return l=ae,c=setTimeout(F,e),p?E(ae):a}function O(ae){var Ie=ae-d,ce=ae-l,Ue=e-Ie;return m?ZP(Ue,s-ce):Ue}function M(ae){var Ie=ae-d,ce=ae-l;return d===void 0||Ie>=e||Ie<0||m&&ce>=s}function F(){var ae=$u();if(M(ae))return V(ae);c=setTimeout(F,O(ae))}function V(ae){return c=void 0,S&&n?E(ae):(n=i=void 0,a)}function J(){c!==void 0&&clearTimeout(c),l=0,n=d=i=c=void 0}function P(){return c===void 0?a:V($u())}function Z(){var ae=$u(),Ie=M(ae);if(n=arguments,i=this,d=ae,Ie){if(c===void 0)return b(d);if(m)return clearTimeout(c),c=setTimeout(F,e),E(d)}return c===void 0&&(c=setTimeout(F,e)),a}return Z.cancel=J,Z.flush=P,Z}function Ku(t,e,r){(r!==void 0&&!la(t[e],r)||r===void 0&&!(e in t))&&Du(t,e,r)}function eI(t){return Jr(t)&&fa(t)}function zu(t,e){if(!(e==="constructor"&&typeof t[e]=="function")&&e!="__proto__")return t[e]}function tI(t){return ma(t,va(t))}function rI(t,e,r,n,i,s,a){var c=zu(t,r),d=zu(e,r),l=a.get(d);if(l){Ku(t,r,l);return}var p=s?s(c,d,r+"",t,e,a):void 0,m=p===void 0;if(m){var S=Rn(d),E=!S&&cs(d),b=!S&&!E&&Xc(d);p=d,S||E||b?Rn(c)?p=c:eI(c)?p=Sf(c):E?(m=!1,p=yf(d,!0)):b?(m=!1,p=Df(d,!0)):p=[]:fP(d)||Qc(d)?(p=c,Qc(c)?p=tI(c):(!Er(c)||Mu(c))&&(p=Nf(d))):m=!1}m&&(a.set(d,p),i(p,d,n,s,a),a.delete(d)),Ku(t,r,p)}function nv(t,e,r,n,i){t!==e&&zP(e,function(s,a){if(i||(i=new Gr),Er(s))rI(t,e,a,r,nv,n,i);else{var c=n?n(zu(t,a),s,a+"",t,e,i):void 0;c===void 0&&(c=s),Ku(t,a,c)}},va)}var nI="[object Map]",iI="[object Set]",sI=Object.prototype,aI=sI.hasOwnProperty;function oI(t){if(t==null)return!0;if(fa(t)&&(Rn(t)||typeof t=="string"||typeof t.splice=="function"||cs(t)||Xc(t)||Qc(t)))return!t.length;var e=ls(t);if(e==nI||e==iI)return!t.size;if(Zc(t))return!pf(t).length;for(var r in t)if(aI.call(t,r))return!1;return!0}function cI(t,e){return rv(t,e)}var dI=lP(function(t,e,r){nv(t,e,r)});const Mn=dI;var Yu=(t=>(t.PARTICIPANT="PARTICIPANT",t.PEER="PEER",t.CLIENT="CLIENT",t))(Yu||{});const ie={PROPAGATE_KICK_ALL:"propagate_kick_across_rooms",REFRESH_ID_ON_DISCONNECTION:"refresh_id_on_disconnection",SIMULCAST:"simulcast",CHAT_SOCKET_SERVER:"chat_socket_server",POLL_SOCKET_SERVER:"poll_socket_server",PLUGIN_SOCKET_SERVER:"plugin_socket_server",NR_OTEL_WEB:"nr_otel_web",ICE_RESTART_ON_FAILED_STATE:"ice_restart_on_failed_state",ICE_RESTART_ON_DISCONNECTED_STATE:"ice_restart_on_disconnected_state",ENABLE_ICE_STATE_LOGGING:"enable_ice_state_logging",SUPPRESS_PEER_MUTE_UNMUTE_EMITS:"web_core_suppress_peer_mute_unmute_emits",SKIP_OTEL_TRACES:"skip_otel_traces",USE_USERIDS_IN_CHAT:"use_userids_in_chat",CUSTOM_PING_PONG:"custom_ping_pong",ENABLE_HIVE_SIMULCAST:"enable_hive_simulcast",ENABLE_HIVE_TRANSPORT_RECONNECTION_ON_ICE_FAILED:"enable_hive_transport_reconnection_on_ice_failed",ENABLE_HIVE_EXPERIMENTAL_FAIL_RECOVERY:"enable_hive_fail_recovery",ENABLE_HIVE_INFINITE_RETRIES:"enable_hive_infinite_retries",HIVE_TRANSPORT_FORCE_RELAY_ON_ICE_FAILED:"hive_transport_force_relay_on_ice_failed",ENABLE_HIVE_CONSUME_OVER_DC:"enable_hive_consume_over_dc",ENABLE_CF_SIMULCAST:"enable_cf_simulcast",ENABLE_CF_TRANSPORT_RECONNECTION_ON_ICE_FAILED:"enable_cf_transport_reconnection_on_ice_failed",ENABLE_CF_EXPERIMENTAL_FAIL_RECOVERY:"enable_cf_fail_recovery",ENABLE_CF_INFINITE_RETRIES:"enable_cf_infinite_retries",CF_TRANSPORT_FORCE_RELAY_ON_ICE_FAILED:"cf_transport_force_relay_on_ice_failed",BYPASS_LOG_EXCLUSION_LIST:"bypass_log_exclusion_list",LOG_LEVEL:"log_level",V1_PLUGINS:"v1_plugins",SCREENSHARE_DTX:"screenshare_dtx",SCREENSHARE_PRIORITY:"screenshare_priority",SCREENSHARE_MIN_BITRATE:"screenshare_minbitrate",SCREENSHARE_SIMULCAST:"screenshare_simulcast",DISABLE_WEBCAM_LAYERS_ON_SCREENSHARE:"disable_webcam_layers_on_screenshare",SCREENSHARE_FORCE_GOOG_CONFERENCE:"screenshare_force_goog_conference",LIVESTREAM:"feat_livestream",FETCH_RETRY:"fetch_retry",DISABLE_WEBCAM_SIMULCAST:"webcore_disable_webcam_simulcast",OVERRIDE_WEBCAM_SIMULCAST:"override_webcam_simulcast",SOCKET_POLLING:"socket_polling",FEAT_PAGINATED_CHAT:"feat_paginated_chat",VAL_MIN_FRAMERATE:"val_min_framerate",SCREEENSHARE_ERR_HACK:"screenshare_err_hack",SCREEENSHARE_CONSTRAINTS_RETRY:"screenshare_constraints_retry",TROUBLESHOOTING:"feat_troubleshooting",VIDEO_CONSTRAINTS:"video_constraints",SCREENSHARE_CONSTRAINTS:"screenshare_constraints",FEAT_CHAT_SDK:"feat_chat_sdk",FEAT_CHAT_SDK_SEARCH:"chat_search",OBS_QUALITY:"obs_quality",ALLOW_SAFARI_MEDIA_MIDDLEWARES:"allow_safari_media_middlewares",DYNAMIC_VIDEO_QUALITY:"dynamic_video_quality",EXP_RESHARE:"exp_reshare",LEAVE_STAGE_ON_END:"leave_stage_on_end",SKIP_SETTING_IN_USE_DEVICE:"skip_setting_in_use_device",PRECALL_BANDWIDTH_TEST:"precall_bandwidth_test",CONSUMER_BIND_NO_RETRY:"consumer_bind_no_retry",DEBUG_SOCKET_JOIN:"debug_socket_join",FORCE_RELAY:"force_relay",FORCE_VIDEO_CODEC:"force_video_codec",USE_EXPERIMENTAL_SFU_HANDLER:"use_experimental_sfu_handler",TRACK_HINT:"track_hint",OVERRIDE_HIVE_SIMULCAST_DYNAMIC:"override_hive_simulcast_dynamic",PRECREATE_PRODUCERS:"precreate_producers",DISABLE_OPUS_DTX_CF:"disable_opus_dtx_cf",ENABLE_AUDIO_ACTIVITY_DEBUG_LOGS:"enable_audio_activity_debug_logs"};function sd(t){const e={};return typeof(t==null?void 0:t.code)=="number"&&(e.code=t.code),typeof(t==null?void 0:t.code)=="string"&&(e.code=t.code.substring(0,100)),typeof(t==null?void 0:t.name)=="string"&&(e.name=t.name.substring(0,500)),typeof(t==null?void 0:t.message)=="string"&&(e.message=t.message.substring(0,500)),typeof(t==null?void 0:t.reason)=="string"&&(e.reason=t.reason.substring(0,500)),typeof(t==null?void 0:t.stack)=="string"&&(e.stack=t.stack.substring(0,500)),e}function iv(t){var e,r,n,i;const s=typeof navigator!="undefined"&&!navigator.isReactNative&&typeof window!="undefined"&&((e=window.location.host)==null?void 0:e.includes("devel"))&&((r=window.location.host)==null?void 0:r.includes("dyte.io")),a=!!((i=(n=t==null?void 0:t.getValue("modules"))==null?void 0:n.devTools)!=null&&i.logs);return s||a}function lI(t){var e;if(Q.hasFeature(ie.LOG_LEVEL)){let r=((e=Q.getValue(ie.LOG_LEVEL))==null?void 0:e.toString())||"all";if(r=r.toLowerCase().trim(),r==="off")return!1;if(r!=="all"){const n=["debug","log","info","warn","error"],i=n.indexOf(t),s=n.indexOf(r);if(i<s)return!1}}return!0}function sv(t,e,r={}){return Object.getOwnPropertyNames(t).forEach(n=>{var i;if([null,void 0,NaN].includes(t[n])||e&&(((i=e.match(/\./g))==null?void 0:i.length)||0)>=10)return;const s=e?`${e}.${n}`:n;typeof t[n]=="object"?sv(t[n],s,r):["number","string","boolean"].includes(typeof t[n])&&(r[s]=t[n])}),r}function av(t,e,r={},n=""){const i={};try{const s=JSON.stringify(r),a=JSON.parse(s),c=sv(a,n),d=JSON.stringify(c);if(d.length>5e3){const l=`Log named: "${e}" is trying to log an flattened object of size
|
|
14
|
-
${d.length} chars that is beyond permitted limit of 5000 chars. Please optimize.`;throw iv(t)&&console.error(l,{log:r,flattened:d}),new Error(l)}return JSON.parse(d)}catch(s){const a=sd(s);i[`${n}.error.message`]=a.message||"",i[`${n}.error.stack`]=a.stack||"",i[`${n}.error.reason`]=a.reason||"",i[`${n}.error.source`]="safelyFlattenObjForOpenTelemetry"}return i}const ya="chrome",ov="opera",cv="firefox",dv="iexplorer",lv="safari",uv="nwjs",hv="electron",pv="react-native",Qu="unknown",ad={Chrome:ya,Chromium:ya,Opera:ov,Firefox:cv,"Internet Explorer":dv,Safari:lv};function uI(){const{userAgent:t}=navigator,e={name:Qu,version:void 0};if(t.match(/Chrome/)&&!t.match(/Edge/))if(t.match(/Edg(A?)/)){const r=t.match(/Chrome\/([\d.]+)/)[1];Number.parseInt(r,10)>72&&(e.name=ya,e.version=r)}else e.name=ya,e.version=t.match(/Chrome\/([\d.]+)/)[1];return e}function hI(){const{userAgent:t}=navigator;if(t.match(/Electron/)){const e=t.match(/Electron\/([\d.]+)/)[1];return{name:hv,version:e}}return null}function pI(){const{userAgent:t}=navigator;if(t.match(/JitsiMeetNW/)){const e=t.match(/JitsiMeetNW\/([\d.]+)/)[1];return{name:uv,version:e}}}function mI(){const t=navigator.userAgent.match(/\b(react[ \t_-]*native)(?:\/(\S+))?/i);let e;if(t||navigator.product==="ReactNative")return t&&t.length>2&&(t[1],e=t[2]),e||(e="unknown"),{name:pv,version:e}}function gI(t){let e;const r=[mI,hI,pI];for(let i=0;i<r.length;i+=1)if(e=r[i](),e)return e;const n=t.getBrowserName();return n in ad?{name:ad[n],version:t.getBrowserVersion()}:(e=uI(),e||{name:Qu,version:void 0})}class fI{constructor(){f(this,"_bowser"),f(this,"_name"),f(this,"_version"),f(this,"getDeviceInfo",()=>({isMobile:this.isMobile(),browserName:this._bowser.getBrowserName(),osName:this._bowser.getOSName(),browserVersion:this._bowser.getBrowserVersion(),osVersionName:this._bowser.getOSVersion(),engineName:this._bowser.getEngineName()}))}init(e){let r,n;if(this._bowser=om.getParser(navigator.userAgent),typeof e=="undefined"){const i=gI(this._bowser);r=i.name,n=i.version}else e.name in ad?(r=ad[e.name],n=e.version):(r=Qu,n=void 0);this._name=r,this._version=n}getName(){return this._name}isChrome(){return this._name===ya}isOpera(){return this._name===ov}isFirefox(){return this._name===cv}isIExplorer(){return this._name===dv}isSafari(){return this._name===lv}isNWJS(){return this._name===uv}isElectron(){return this._name===hv}isReactNative(){return this._name===pv||navigator.isReactNative===!0}getVersion(){return this._version}isMobile(){return this._bowser.getPlatformType()==="mobile"}_checkCondition(e){if(this._version)return this._bowser.satisfies(e)}isVersionGreaterThan(e){return this._checkCondition({[this._name]:`>${e}`})}isVersionLessThan(e){return this._checkCondition({[this._name]:`<${e}`})}isVersionEqualTo(e){return this._checkCondition({[this._name]:`~${e}`})}}class vI extends fI{doesVideoMuteByStreamRemove(){return this.isChromiumBased()||this.isWebKitBased()}supportsP2P(){return!this.usesUnifiedPlan()}isChromiumBased(){return this.isChrome()||this.isElectron()||this.isNWJS()||this.isOpera()}isWebKitBased(){return this._bowser.isEngine("webkit")&&typeof navigator.mediaDevices!="undefined"&&typeof navigator.mediaDevices.getUserMedia!="undefined"&&typeof window.RTCRtpTransceiver!="undefined"&&Object.keys(RTCRtpTransceiver.prototype).indexOf("currentDirection")>-1}isSupported(){return typeof RTCPeerConnection!="undefined"}isUserInteractionRequiredForUnmute(){return this.isFirefox()&&this.isVersionLessThan("68")}supportsVideoMuteOnConnInterrupted(){return this.isChromiumBased()||this.isReactNative()||this.isWebKitBased()}supportsBandwidthStatistics(){return!this.isFirefox()&&!this.isWebKitBased()}supportsCodecPreferences(){return this.usesUnifiedPlan()&&typeof window.RTCRtpTransceiver!="undefined"&&Object.keys(window.RTCRtpTransceiver.prototype).indexOf("setCodecPreferences")>-1&&Object.keys(RTCRtpSender.prototype).indexOf("getCapabilities")>-1&&!this.isWebKitBased()}supportsDeviceChangeEvent(){return navigator.mediaDevices&&typeof navigator.mediaDevices.ondevicechange!="undefined"&&typeof navigator.mediaDevices.addEventListener!="undefined"}supportsLocalCandidateRttStatistics(){return this.isChromiumBased()||this.isReactNative()||this.isWebKitBased()}supportsPerformanceObserver(){return typeof window.PerformanceObserver!="undefined"&&PerformanceObserver.supportedEntryTypes.indexOf("longtask")>-1}supportsReceiverStats(){return typeof window.RTCRtpReceiver!="undefined"&&Object.keys(RTCRtpReceiver.prototype).indexOf("getSynchronizationSources")>-1}supportsRTTStatistics(){return!this.isFirefox()}usesPlanB(){return!this.usesUnifiedPlan()}usesSdpMungingForSimulcast(){return this.isChromiumBased()||this.isReactNative()||this.isWebKitBased()}usesUnifiedPlan(){return!!(this.isFirefox()||this.isWebKitBased())}usesNewGumFlow(){return!!(this.isChromiumBased()||this.isFirefox()||this.isWebKitBased())}usesAdapter(){return this.usesNewGumFlow()}usesRidsForSimulcast(){return!1}supportsGetDisplayMedia(){return typeof navigator.getDisplayMedia!="undefined"||typeof navigator.mediaDevices!="undefined"&&typeof navigator.mediaDevices.getDisplayMedia!="undefined"}supportsInsertableStreams(){if(!(typeof window.RTCRtpSender!="undefined"&&(window.RTCRtpSender.prototype.createEncodedStreams||window.RTCRtpSender.prototype.createEncodedVideoStreams)))return!1;const e=new ReadableStream;try{return window.postMessage(e,"*",[e]),!0}catch(r){return!1}}supportsAudioRed(){return Boolean(window.RTCRtpSender&&window.RTCRtpSender.getCapabilities&&window.RTCRtpSender.getCapabilities("audio").codecs.some(e=>e.mimeType==="audio/red")&&window.RTCRtpReceiver&&window.RTCRtpReceiver.getCapabilities&&window.RTCRtpReceiver.getCapabilities("audio").codecs.some(e=>e.mimeType==="audio/red"))}supportsSdpSemantics(){return this.isChromiumBased()}_getChromiumBasedVersion(){if(this.isChromiumBased()){if(this.isNWJS())return Number.parseInt(li.versions.chromium,10);const e=navigator.userAgent;if(e.match(/Chrome/))return Number.parseInt(e.match(/Chrome\/([\d.]+)/)[1],10)}return-1}isIOSMobile(){return this.isMobile&&this._bowser.getOSName()==="iOS"}}const Re=new vI,yI={audio:!0,video:!0,screenshareAudio:!0,screenshareVideo:!0},Sa={baseURL:"http://localhost:5000",createdAt:"2021-08-05T10:49:56.602Z",description:"Develop plugins locally",id:"09259e3b-7be8-46f6-9801-106bf1866e1c",name:"Localhost Dev",organizationId:"4ad15a19-80e2-4105-bf43-48039fd2963e",picture:"https://dyte-uploads.s3.ap-south-1.amazonaws.com/dyte.png",private:!1,published:!0,staggered:!1,tags:["#localhost","#dev"],type:"self_hosted",updatedAt:"2021-08-05T10:50:07.681Z"},SI={pip:!0,poll:!0,chat:!0,stage:!0,theme:!0,plugin:!0,tracing:!0,internals:!0,recording:!0,livestream:!0,participant:!0,devTools:{logs:!1}};function od(t,e){const r=t.getValue("overrides");return r&&r[e]?r[e]:!1}function EI({baseURI:t}){return t!=null&&t.includes("preprod.dyte")?ca.PREPROD:t!=null&&t.includes("devel.dyte")?ca.DEVEL:ca.PROD}function us({servicePrefix:t,baseURI:e}){return`${t}.${e}`}function mv(t){const e=t.getValue("baseURI");return{location:us({servicePrefix:"location",baseURI:e}),locationLegacy:us({servicePrefix:"location-legacy",baseURI:e}),daCollector:us({servicePrefix:"da-collector",baseURI:e})}}const TI='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.242 2.932 4.826 4.826a2.75 2.75 0 0 1-.715 4.404l-4.87 2.435a.75.75 0 0 0-.374.426l-1.44 4.166a1.25 1.25 0 0 1-2.065.476L8.5 16.561 4.06 21H3v-1.06l4.44-4.44-3.105-3.104a1.25 1.25 0 0 1 .476-2.066l4.166-1.44a.75.75 0 0 0 .426-.373l2.435-4.87a2.75 2.75 0 0 1 4.405-.715Zm3.766 5.886-4.826-4.826a1.25 1.25 0 0 0-2.002.325l-2.435 4.871a2.25 2.25 0 0 1-1.278 1.12l-3.789 1.31 6.705 6.704 1.308-3.789a2.25 2.25 0 0 1 1.12-1.277l4.872-2.436a1.25 1.25 0 0 0 .325-2.002Z" fill="currentColor"/></svg>',kI='<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M4 12.02c0 1.06.2 2.1.6 3.08l.6 1.42c.22.55.64 1.01 1.17 1.29.27.14.56.21.86.21h2.55c.77 0 1.49-.41 1.87-1.08.5-.87 1.02-1.7 1.72-2.43l1.32-1.39c.44-.46.97-.84 1.49-1.23l.59-.45a.6.6 0 0 0 .23-.47c0-.75-.54-1.57-1.22-1.79a3.34 3.34 0 0 0-2.78.29V4.5a1.5 1.5 0 0 0-2.05-1.4 1.5 1.5 0 0 0-2.9 0A1.5 1.5 0 0 0 6 4.5v.09A1.5 1.5 0 0 0 4 6v6.02ZM8 4.5v4a.5.5 0 0 0 1 0v-5a.5.5 0 0 1 1 0v5a.5.5 0 0 0 1 0v-4a.5.5 0 0 1 1 0v6a.5.5 0 0 0 .85.37h.01c.22-.22.44-.44.72-.58.7-.35 2.22-.57 2.4.5l-.53.4c-.52.4-1.04.78-1.48 1.24l-1.33 1.38c-.75.79-1.31 1.7-1.85 2.63-.21.36-.6.58-1.01.58H7.23a.87.87 0 0 1-.4-.1 1.55 1.55 0 0 1-.71-.78l-.59-1.42a7.09 7.09 0 0 1-.53-2.7V6a.5.5 0 0 1 1 0v3.5a.5.5 0 0 0 1 0v-5a.5.5 0 0 1 1 0Z" fill="currentColor"></path></svg>',cd=t=>{if(!t)return;if(!t.startsWith("<svg"))return new Promise(i=>{i(t)});const e=new Blob([t],{type:"image/svg+xml"}),r=new Image,n=window.URL.createObjectURL(e);return new Promise((i,s)=>{r.onload=()=>{i(r),window.URL.revokeObjectURL(n)},r.onerror=()=>{s(),window.URL.revokeObjectURL(n)},r.src=n})};function bI(t){const e=x({},t),r=new Map,n=(a,c)=>(r.has(a)||r.set(a,new Set),r.get(a).add(c),()=>{var d;return(d=r.get(a))==null?void 0:d.delete(c)}),i=(a,c)=>{var d;(d=r.get(a))==null||d.delete(c)},s=a=>{var c;(c=r.get(a))==null||c.forEach(d=>{try{d(e[a])}catch(l){h.error(`Error in notifying for "${a.toString()}"`,l)}})};return{subscribe:n,unsubscribe:i,notify:s,setValue:(a,c,d=!0)=>{e[a]=c,d&&s(a)},getValue:a=>e[a],getAllValues:()=>e}}class wI{constructor(){f(this,"contexts",new Map),f(this,"mostRecentPeerId",null)}createContext(e,r){return this.contexts.has(e)?this.contexts.get(e):(this.contexts.set(e,bI(r)),this.mostRecentPeerId=e,this.contexts.get(e))}remapContext(e,r){const n=r.getValue("peerId");n!==e&&(r.setValue("peerId",e),this.mostRecentPeerId=e,this.contexts.set(e,r),this.contexts.delete(n))}getContext(e){return this.contexts.get(e)}getMostRecentPeerId(){return this.mostRecentPeerId}}const vi=new wI,de=class{static get logsEndpoint(){const t=vi.getContext(de.meetingMetadata.peerId);return`https://${us({servicePrefix:"api-silos",baseURI:t.getValue("baseURI")})}/otel/logs`}static resetPeerId(t){de.meetingMetadata.peerId=t}static init(t,e){const r=t.getValue("peerId");de.tracingEnabled=e,de.meetingMetadata.peerId=r,de.meetingMetadata.sdkVersion=t.getValue("sdkVersion"),de.meetingMetadata.deviceInfo=Re.getDeviceInfo(),de.meetingMetadata.visitedUrl=!navigator.isReactNative&&typeof window!="undefined"&&window.location.href,navigator.isReactNative||document.addEventListener("visibilitychange",de.processCachedLogs),de.logsProcessorTimer=setInterval(de.processCachedLogs,de.logsProcessingInterval),e&&(de.initialized=!0)}static trace(t,e=void 0){return(r,n,i)=>{const s=i.value;return i.value=function(...a){if(!de.initialized||navigator.isReactNative||!de.tracingEnabled||Q.hasFeature(ie.SKIP_OTEL_TRACES))return s.apply(this,a);de.addLogInCurrentSpan("info",t,e);const c=performance.now(),d=s.apply(this,a);return Promise.resolve(d).then(()=>{const l=performance.now();l-c>10&&de.addLogInCurrentSpan("info",`${t}_timing`,{execTime:l-c,country:de.location.country})}).catch(()=>{const l=performance.now();de.addLogInCurrentSpan("info",`${t}_timing`,{execTime:l-c})}),d},i}}static injectContext(t){var e;const r=rs().replace(/-/g,"").substring(0,16),n=(e=de.meetingMetadata.peerId)==null?void 0:e.replace(/-/g,"");t.TRACEPARENT=`00-${n}-${r}-01`}static addLogInCurrentSpan(t,e,r={},n=!1){r!=null&&r.error&&Object.assign(r,{error:sd(r.error)});const i=vi.getContext(de.meetingMetadata.peerId);if(iv(i)&&(oI(r)?console[t]("DyteInternalLogs:: ",t,e):console[t]("DyteInternalLogs:: ",t,e,r)),!!lI(t))try{const s=av(i,e,r,"metadata"),a=new Date,c=G(x({message:e,level:t},s),{loggedAt:a.toISOString(),loggedAtTzOffset:a.getTimezoneOffset()});n?de.sendOtelLogsToNewRelic([c]):de.logsCache.push(c)}catch(s){de.addLogInCurrentSpan("error","opentelemetry::addLogInCurrentSpan_failed",{error:sd(s)})}}static sendOtelLogsToNewRelic(t){const e=vi.getContext(de.meetingMetadata.peerId);fetch(de.logsEndpoint,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({meetingMetadata:av(e,"sendOtelLogsToNewRelic",de.meetingMetadata,"meetingMetadata"),serviceName:e.getValue("sdkName"),logs:t})}).catch(r=>{de.addLogInCurrentSpan("error","opentelemetry::sendOtelLogToNewRelic_failed",{error:sd(r)}),de.logsCache.push(...t)})}static processCachedLogs(){const t=de.logsCache.splice(0,25);t!=null&&t.length&&de.sendOtelLogsToNewRelic(t)}static destruct(){clearInterval(de.logsProcessorTimer),de.processCachedLogs(),navigator.isReactNative||document.removeEventListener("visibilitychange",de.processCachedLogs)}};let g=de;f(g,"logsCache",[]),f(g,"logsProcessorTimer"),f(g,"location",{country:void 0}),f(g,"tracingEnabled",!0),f(g,"initialized",!1),f(g,"logsProcessingInterval",7e3),f(g,"logExclusionList",["message","websocket/message","roomMessage","websocket/room-message","websocket/room-legacy-mode","chatMessage","websocket/new-chat-message","websocket/no-active-speaker","websocket/selected-peers","websocket/active-speaker","ping","websocket/new-consumer","websocket/producer-score","websocket/consumer-score","websocket/plugin-event","websocket/plugin-data","websocket/plugin-internal-data"]),f(g,"meetingMetadata",{});var _I=Object.defineProperty,PI=Object.getOwnPropertyDescriptor,Ea=(t,e,r,n)=>{for(var i=n>1?void 0:n?PI(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&_I(e,r,i),i};class h{static info(e,r,n){g.addLogInCurrentSpan("info",e,r,n)}static error(e,r,n){g.addLogInCurrentSpan("error",e,r,n)}static debug(e,r,n){g.addLogInCurrentSpan("debug",e,r,n)}static log(e,r,n){g.addLogInCurrentSpan("log",e,r,n)}static warn(e,r,n){g.addLogInCurrentSpan("warn",e,r,n)}}Ea([g.trace("DyteLogger.info")],h,"info",1),Ea([g.trace("DyteLogger.error")],h,"error",1),Ea([g.trace("DyteLogger.debug")],h,"debug",1),Ea([g.trace("DyteLogger.log")],h,"log",1),Ea([g.trace("DyteLogger.warn")],h,"warn",1);const II=()=>{!navigator.isReactNative&&typeof window!="undefined"&&(window.addEventListener("error",t=>{var e;!((e=t.filename)!=null&&e.includes("localhost"))&&t.lineno!==0&&h.error("window::error",{error:t.error},!0)}),window.addEventListener("unhandledrejection",t=>{var e,r,n,i,s,a,c,d;h.error("window::unhandledrejection",{error:t==null?void 0:t.reason,networkCall:{url:(r=(e=t==null?void 0:t.reason)==null?void 0:e.config)==null?void 0:r.url,baseURL:(i=(n=t==null?void 0:t.reason)==null?void 0:n.config)==null?void 0:i.baseURL,method:(a=(s=t==null?void 0:t.reason)==null?void 0:s.config)==null?void 0:a.method,status:(c=t==null?void 0:t.reason)==null?void 0:c.status,statusText:(d=t==null?void 0:t.reason)==null?void 0:d.statusText}},!0)}),window.addEventListener("offline",()=>{h.info("window::offline")}),window.addEventListener("online",()=>{h.info("window::online")}))},CI={"00":"DyteClient","01":"Controller","02":"RoomNodeClient","03":"HiveNodeClient","04":"SocketService","05":"Chat","06":"Plugin","07":"Polls","08":"Meta","09":"Preset",10:"Recording",11:"Self",12:"Participant",13:"Spotlight",14:"Remote Request",15:"Webinar",16:"LocalMediaHandler",17:"End-End Encryption",18:"AI",19:"Livestream",20:"Stage"},dd={"0000":"Internal exception.","0001":"Failed to initialize.","0002":"Failed to join room.","0003":"Failed to leave room.","0004":"Invalid auth token","0010":"Browser not supported","0011":"HTTP Network Error","0012":"Websocket Network Error","0013":"Rate Limited","0100":"Internal exception","0101":"Permission denied","0102":"Prerequisite module missing","0200":"Internal exception.","0300":"Internal exception","0400":"Internal exception","0404":"Missing prerequisites to establish a websocket connection","0500":"Internal exception","0501":"Permission denied.","0502":"Invalid message body.","0503":"Text Message is too large","0504":"Message not found by the given id","0505":"Action not permitted without joining room","0506":"Message search is disabled","0510":"Invalid channel name.","0600":"Internal exception","0601":"Permission denied.","0602":"Auth token not set for plugin","0603":"Iframe was not provided","0700":"Internal exception","0705":"Action not permitted without joining room","0800":"Internal exception","0801":"Permission denied","0900":"Internal exception","0904":"Could not load preset",1e3:"Internal exception",1001:"Permission denied",1004:"Could not find specified recording",1005:"Action not permitted in given recording state",1100:"Internal exception",1101:"Permission denied",1102:"Unsupported",1103:"Name cannot be empty",1104:"No device selected while calling meeting.self.setDevice",1105:"Action not permitted without joining room",1106:"Can't set currently used device",1200:"Internal exception",1201:"Permission denied",1202:"Invalid page number was requested",1203:"Invalid participant count per page was requested",1204:"No participants exists with the given UserIds",1205:"Action not permitted without joining room",1206:"Manual Subscription Mode was not ACTIVATED",1207:"Invalid view mode",1208:"Manual Subscription not enabled for organization",1209:"Broadcast message type must be a non-empty string",1300:"Internal exception",1400:"Internal exception",1402:"No existing remote requests",1403:"No peer exists with given id",1500:"Internal exception",1600:"Internal exception",1601:"Failed to get audio track",1602:"Failed to get video track",1603:"Incorrect device",1604:"Failed to change device",1605:"Failed to get audio & video track",1606:"No audio input devices are available",1607:"No video input devices are available",1608:"No audio output devices (speakers) are available",1609:"Failed to fetch list of media devices",1610:"No media track exists",1611:"Failed to unmute track",1612:"Failed to get screenshare tracks",1701:"Crypto error",1800:"Internal exception",1801:"Can't fetch transcript file",1900:"Internal exception",1901:"Permission denied.",1902:"Livestream that has not yet started, can't be stopped",2e3:"Internal exception",2001:"Permission denied",2002:"Unsupported",2003:"Stage is disabled",2004:"Method not implemented",2005:"Action not permitted without joining room",2006:"Action not permitted in current stage status",9900:"Internal exception"};Object.keys(dd).forEach(t=>{dd[t]=`{${CI[t.slice(0,2)]}} ${dd[t]}`});class _ extends Error{constructor(e,r,n=!1){super(e),f(this,"code"),this.code=r,this.name="DyteError",this.message=`[ERR${this.code}]: ${dd[this.code]}
|
|
15
|
-
${this.message}`;try{let i=n;r&&r.endsWith("00")&&(i=!0),i&&h.error("DyteError",{error:{message:this.message,name:this.name,code:r}});const s=vi.getContext(vi.getMostRecentPeerId());if(s){const a=s.getValue("onError");try{a(this)}catch(c){}}typeof window!="undefined"&&window.dispatchEvent(new CustomEvent("dyteError",{detail:this}))}catch(i){}}}function ld(t,e,r,n){if(n instanceof _)throw n;if(n instanceof e){const i=new _(n.message,r);throw i.stack=n.stack,i}else throw n}function gv(t,e,r){if(!t.value){const i=t.get,s=t.set;return i&&(t.get=function(){try{return i.apply(this)}catch(a){ld(this,e,r,a)}}),s&&(t.set=function(a){try{return s.apply(this,[a])}catch(c){ld(this,e,r,c)}}),t}const n=t.value;return t.value=function(...i){try{const s=n.apply(this,i);return s&&s instanceof Promise?s.catch(a=>{ld(this,e,r,a)}):s}catch(s){ld(this,e,r,s)}},t}function RI(t,e){return(r,n,i)=>{if(i)return gv(i,t,e);for(const s of Reflect.ownKeys(r.prototype).filter(a=>a!=="constructor")){const a=Object.getOwnPropertyDescriptor(r.prototype,s);(a.value instanceof Function||a.get instanceof Function||a.set instanceof Function)&&Object.defineProperty(r.prototype,s,gv(a,t,e))}}}const Tt=t=>RI(Error,t);function MI(t){let e=0,r,n;if(!t)return e;for(r=0;r<t.length;r+=1)n=t.charCodeAt(r),e=(e<<5)-e+n,e|=0;return Math.abs(e)%100+1}var An,Dn;const fv=class extends Et.EventEmitter{constructor(){super(),v(this,An,void 0),v(this,Dn,void 0),f(this,"asyncPromiseTimeout"),y(this,An,new Map),y(this,Dn,new Map),this.asyncPromiseTimeout=8e3}emitAsync(t,...e){return u(this,null,function*(){o(this,An).set(t,[]);const r=o(this,Dn).get(t).map(()=>new Promise(n=>{o(this,An).get(t).push(n)}));iT(fv.prototype,this,"emit").call(this,t,...e),yield Promise.race([Promise.all(r),new Promise((n,i)=>setTimeout(()=>i(new Error(`emitAsync failed to resolve for event ${t}.`)),this.asyncPromiseTimeout))]),o(this,An).delete(t)})}onAsync(t,e){const r=o(this,An),n=(...i)=>u(this,null,function*(){var s;try{yield e(...i)}catch(c){h.error("[onAsync]",{error:c})}const a=(s=r.get(t))==null?void 0:s.shift();a==null||a()});return o(this,Dn).get(t)||o(this,Dn).set(t,[]),o(this,Dn).get(t).push(n),super.on(t,n)}reset(){y(this,An,new Map),y(this,Dn,new Map),super.removeAllListeners()}};let AI=fv;An=new WeakMap,Dn=new WeakMap;const C=new AI;function DI(){Re.isElectron()&&window.dyteElectronGetDisplayMediaSource&&(navigator.mediaDevices.getDisplayMedia=()=>u(this,null,function*(){const t=yield window.dyteElectronGetDisplayMediaSource({types:["window","screen"]});let e=[];if(t&&(Array.isArray(t)?e=t:e=[t]),!(e!=null&&e.length))throw new Error("Couldn't find any media source for screen share.");let r=e.find(i=>{var s;return(s=i.id)==null?void 0:s.includes("screen")});r=r!=null?r:e[0];const n={audio:!1,video:{mandatory:{chromeMediaSource:"desktop",chromeMediaSourceId:r.id}}};return yield navigator.mediaDevices.getUserMedia(n)}))}var R=(t=>(t.NEW_PRODUCER="NEW_PRODUCER",t.PRODUCER_TRACK_ENDED="PRODUCER_TRACK_ENDED",t.ROOM_NODE_CONNECTION_ERROR="ROOM_NODE_CONNECTION_ERROR",t.SOCKET_SERVICE_ROOM_JOINED="SOCKET_SERVICE_ROOM_JOINED",t.SOCKET_SERVICE_RECONNECTED="SOCKET_SERVICE_RECONNECTED",t.SOCKET_SERVICE_DISCONNECTED="SOCKET_SERVICE_DISCONNECTED",t.SOCKET_SERVICE_FAILED="SOCKET_SERVICE_FAILED",t.SOCKET_STATE_UPDATE="SOCKET_STATE_UPDATE",t.ROOM_NODE_RECONNECTED="ROOM_NODE_RECONNECTED",t.ROOM_NODE_DISCONNECTED="ROOM_NODE_DISCONNECTED",t.ROOM_NODE_FAILED="ROOM_NODE_FAILED",t.TRANSPORT_STATE_UPDATE="TRANSPORT_STATE_UPDATE",t.PRODUCER_SCORE_UPDATE="PRODUCER_SCORE_UPDATE",t.CONSUMER_SCORE_UPDATE="CONSUMER_SCORE_UPDATE",t.PRODUCER_STATUS_UPDATE="PRODUCER_STATUS_UPDATE",t.CONSUMER_STATUS_UPDATE="CONSUMER_STATUS_UPDATE",t.LOW_PRODUCER_SCORE="LOW_PRODUCER_SCORE",t.LOW_CONSUMER_SCORE="LOW_CONSUMER_SCORE",t.MEDIA_PERMISSION_ERROR="MEDIA_PERMISSION_ERROR",t.MEDIA_PERMISSION_UPDATE="MEDIA_PERMISSION_UPDATE",t.WAITLISTED="WAIT_LISTED",t.MESSAGE="websocket/message",t.ROOM_MESSAGE="websocket/room-message",t.PEER_JOINED_INTERNAL="peer/joined-internal",t.PEER_CLOSED="websocket/peer-closed",t.CONSUMER_CLOSED="websocket/consumer-closed",t.CONSUMER_PAUSED="websocket/consumer-paused",t.CONSUMER_RESUMED="websocket/consumer-resumed",t.PRODUCER_CLOSED="websocket/producer-closed",t.NEW_CONSUMER="websocket/new-consumer",t.PRODUCER_SCORE="websocket/producer-score",t.CONSUMER_SCORE="websocket/consumer-score",t.PRODUCER_TOGGLE="hive/producer-toggle",t.CONSUMER_TOGGLE="hive/consumer-toggle",t.SELECTED_PEERS_DIFF="hive/selected-peers-diff",t.UPDATE_ACTIVE="media/update-active",t.RESET_PRODUCER_STATE="hive/reset-producer-state",t.CF_TRANSPORT_STATE_CHANGED="cf/transport-state-changed",t.CF_ROOM_REJOINING="cf/room-rejoining",t.CF_ROOM_REJOIN_FAILED="cf/room-rejoining-failed",t.CF_ROOM_REJOINED="cf/room-rejoined",t.CF_TRANPSORT_RECONNECTING="cf/transport-reconnecting",t.ROOM_STATE="sockethub/room-state",t.PEER_DISPLAY_NAME_CHANGED="hive/display-name-changed",t.GET_STAGE_REQUESTS="GET_STAGE_REQUESTS",t.UPDATE_STAGE_REQUESTS="UPDATE_STAGE_REQUESTS",t.KICK_PEER="KICK_PEER",t.UPDATE_PEER_STAGE_STATUS="UPDATE_PEER_STAGE_STATUS",t.JOIN_MEDIA_ROOM="JOIN_MEDIA_ROOM",t.LEAVE_MEDIA_ROOM="LEAVE_MEDIA_ROOM",t.PIP_HANGUP="PIP_HANGUP",t.E2EE_ACTIVE_PRODUCER="E2EE_ACTIVE_PRODUCER",t.E2EE_INACTIVE_PRODUCER="E2EE_INACTIVE_PRODUCER",t.E2EE_ACTIVE_CONSUMER="E2EE_ACTIVE_CONSUMER",t.E2EE_INACTIVE_CONSUMER="E2EE_INACTIVE_CONSUMER",t.SOCKET_PEERS="SOCKET_PEERS",t.UPDATE_PERMISSIONS="UPDATE_PERMISSIONS",t.MAX_SPATIAL_LAYER_CHANGE="MAX_SPATIAL_LAYER_CHANGE",t.MUTE_SELF="MUTE_SELF",t.MUTE_SELF_VIDEO="MUTE_SELF_VIDEO",t))(R||{});class hs extends Et.EventEmitter{constructor(){super(),super.setMaxListeners(25)}emit(e,...r){return super.emit("*",e,...r),super.emit(e,...r)}on(e,r){try{const n=this.listenerCount(e);n>25&&n%25===0&&h.warn("DyteEventEmitter::maxListenersExceeded",{eventListener:{eventName:e.toString(),listenerCount:this.listenerCount(e)}})}catch(n){}return super.on(e,r)}addListener(e,r){try{const n=this.listenerCount(e);n>25&&n%25===0&&h.warn("DyteEventEmitter::maxListenersExceeded",{eventListener:{eventName:e.toString(),listenerCount:this.listenerCount(e)}})}catch(n){}return super.addListener(e,r)}off(e,r){return super.off(e,r)}once(e,r){return super.once(e,r)}prependListener(e,r){return super.prependListener(e,r)}prependOnceListener(e,r){return super.prependOnceListener(e,r)}removeListener(e,r){return super.removeListener(e,r)}removeAllListeners(e){return super.removeAllListeners(e)}listeners(e){return super.listeners(e)}listenerCount(e){return super.listenerCount(e)}}class Yt extends Et.EventEmitter{constructor(){super(),super.setMaxListeners(25)}emit(e,...r){return super.emit("*",e,...r),super.emit(e,...r)}on(e,r){try{const n=this.listenerCount(e);n>25&&n%25===0&&h.warn("DyteEventEmitter::maxListenersExceeded",{eventListener:{eventName:e.toString(),listenerCount:this.listenerCount(e)}})}catch(n){}return super.on(e,r)}addListener(e,r){try{const n=this.listenerCount(e);n>25&&n%25===0&&h.warn("DyteEventEmitter::maxListenersExceeded",{eventListener:{eventName:e.toString(),listenerCount:this.listenerCount(e)}})}catch(n){}return super.addListener(e,r)}off(e,r){return super.off(e,r)}once(e,r){return super.once(e,r)}prependListener(e,r){return super.prependListener(e,r)}prependOnceListener(e,r){return super.prependOnceListener(e,r)}removeListener(e,r){return super.removeListener(e,r)}removeAllListeners(e){return super.removeAllListeners(e)}listeners(e){return super.listeners(e)}listenerCount(e){return super.listenerCount(e)}}var OI=Object.defineProperty,NI=Object.getOwnPropertyDescriptor,lr=(t,e,r,n)=>{for(var i=n>1?void 0:n?NI(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&OI(e,r,i),i};function LI(t,e=2){return t.replace(/[^\u00BF-\u1FFF\u2C00-\uD7FF\w\s]/g,"").trim().split(/\s+/).slice(0,e).map(r=>r.charAt(0)).join("").toUpperCase()}const vv=1080,yv=1920,xI=(t,e,r,n,i,s)=>{let a=.5,c=.5;const d=i,l=s,p=Math.min(r/d,n/l);let m=d*p,S=l*p,E,b,O,M,F=1;return m<r&&(F=r/m),Math.abs(F-1)<1e-14&&S<n&&(F=n/S),m*=F,S*=F,O=d/(m/r),M=l/(S/n),E=(d-O)*a,b=(l-M)*c,E<0&&(E=0),b<0&&(b=0),O>d&&(O=d),M>l&&(M=l),[E,b,O,M,t,e,r,n]};var Tr,Ta,It,kr,Xe,$r,On,Ft,tt,ka,ba,Nn,wa,Sv;const Ev=(Sv=class extends Yt{constructor(t,e,r,n){super(),v(this,Tr,void 0),v(this,Ta,void 0),v(this,It,void 0),v(this,kr,void 0),v(this,Xe,{height:vv,width:yv}),v(this,$r,{brand:"#2160FD",background:"#141414",text:"#000000",videoBackground:"#191919",textOnBrand:"#EEEEEE"}),v(this,On,void 0),v(this,Ft,{}),v(this,tt,void 0),v(this,ka,void 0),v(this,ba,void 0),v(this,Nn,void 0),v(this,wa,!1),f(this,"cleanupEventListeners",()=>{o(this,Ta).unsubscribe("stageStatus",this.handlePipMediaControls),o(this,tt).removeListener("videoUpdate",this.onSelfVideoUpdateListener),o(this,tt).removeListener("audioUpdate",this.onSelfAudioUpdateListener),o(this,tt).removeListener("roomLeft",()=>this.disable())}),f(this,"enablePipMediaControls",()=>{this.mountAudioEvents(),this.mountVideoEvents()}),f(this,"onSelfVideoUpdateListener",({videoEnabled:i})=>{this.updateMediaSession("CAMERA",i)}),f(this,"onSelfAudioUpdateListener",({audioEnabled:i})=>{this.updateMediaSession("MIC",i)}),f(this,"handlePipMediaControls",i=>{i==="ON_STAGE"?this.enablePipMediaControls():this.unmountEvents()}),f(this,"eventCallback",i=>{i==="CAMERA"&&(o(this,tt).videoEnabled?o(this,tt).disableVideo():o(this,tt).enableVideo(),this.emit("cameraToggled")),i==="MIC"&&(o(this,tt).audioEnabled?o(this,tt).disableAudio():o(this,tt).enableAudio(),this.emit("micToggled")),i==="END"&&(C.emit(R.PIP_HANGUP),this.cleanupEventListeners(),this.emit("hangup"),this.cleanup())}),f(this,"unmountEvents",()=>{navigator.mediaSession===void 0||navigator.mediaSession.setCameraActive===void 0||(navigator.mediaSession.setActionHandler("togglemicrophone",void 0),navigator.mediaSession.setActionHandler("togglecamera",void 0))}),f(this,"animate",()=>{if(!this.isActive&&o(this,Nn)==="active"){this.disable(!0);return}o(this,Ft)!==void 0&&this.paintCanvas(),o(this,On)!==void 0&&y(this,On,requestAnimationFrame(()=>this.animate()))}),f(this,"disable",(i=!1)=>{y(this,Nn,"idle"),this.cleanupEventListeners(),cancelAnimationFrame(o(this,On)),i!==!0&&document.body.removeChild(o(this,It)),y(this,On,void 0),document.pictureInPictureElement&&document.exitPictureInPicture()}),y(this,Ta,t),y(this,Nn,"idle"),y(this,tt,e),y(this,$r,{brand:e.config.designTokens.colors.brand[500],background:e.config.designTokens.colors.background[1e3],text:e.config.designTokens.colors.text,videoBackground:e.config.designTokens.colors.videoBg,textOnBrand:e.config.designTokens.colors.textOnBrand}),r&&this.setupIcon("pin",r),n&&this.setupIcon("handRaise",n)}static _init(t,e){return u(this,null,function*(){let r,n;try{r=yield cd(TI),n=yield cd(kI)}catch(i){}return new Ev(t,e,r,n)})}setupIcon(t,e){return u(this,null,function*(){switch(t){case"handRaise":y(this,ba,e);break;case"pin":y(this,ka,e);break}})}overrideIcon(t,e){return u(this,null,function*(){switch(t){case"handRaise":y(this,ba,yield cd(e));break;case"pin":y(this,ka,yield cd(e));break}})}constructImage(t){const e=new Image,r=new Blob([t],{type:"image/svg+xml"}),n=window.URL.createObjectURL(r);return new Promise(i=>{e.onload=()=>{i(e),window.URL.revokeObjectURL(n)},e.src=n})}createVideoContainer(){y(this,It,document.createElement("div")),o(this,It).style.width="0.1px",o(this,It).style.height="0.1px",o(this,It).style.overflow="hidden",o(this,It).style.position="absolute",o(this,It).style.bottom="0",o(this,It).style.right="0",o(this,It).style.opacity="0",o(this,It).appendChild(o(this,kr))}setupEventListeners(){o(this,Ta).subscribe("stageStatus",this.handlePipMediaControls),o(this,tt).addListener("videoUpdate",this.onSelfVideoUpdateListener),o(this,tt).addListener("audioUpdate",this.onSelfAudioUpdateListener),o(this,tt).addListener("roomLeft",()=>this.disable())}createCanvas(){const t=document.createElement("canvas");t.height=o(this,Xe).height,t.width=o(this,Xe).width,y(this,Tr,t)}setupMediaSessionEvents(){navigator.mediaSession===void 0||navigator.mediaSession.setCameraActive===void 0||(navigator.mediaSession.setActionHandler("hangup",()=>{this.eventCallback("END")}),this.mountAudioEvents(),this.mountVideoEvents())}mountAudioEvents(){navigator.mediaSession===void 0||navigator.mediaSession.setMicrophoneActive===void 0||o(this,tt).permissions.canProduceAudio&&navigator.mediaSession.setActionHandler("togglemicrophone",()=>{this.eventCallback("MIC")})}mountVideoEvents(){navigator.mediaSession===void 0||navigator.mediaSession.setCameraActive===void 0||o(this,tt).permissions.canProduceVideo&&navigator.mediaSession.setActionHandler("togglecamera",()=>{this.eventCallback("CAMERA")})}getSources(){const t=Object.values(o(this,Ft)).reduce((e,r)=>(e[r.pinned?"pinned":"regular"].push(r),e),{pinned:[],regular:[]});return[...t.pinned,...t.regular]}drawEmptyTile(t,e,r,n){if(o(this,Tr)===void 0)return;const i=o(this,Tr).getContext("2d"),s=o(this,Tr).width,a=0,c=0,d=e-a*2,l=r-a*2,p=Math.floor(s/d),m=Math.floor(t/p),S=t%p*(d+a)+a,E=m*(l+a)+a,{displayText:b,image:O}=n!=null?n:{};i.fillStyle=b||O?o(this,$r).videoBackground:o(this,$r).background,i.strokeStyle=o(this,$r).brand,i.beginPath(),i.moveTo(S+c,E),i.arcTo(S+d,E,S+d,E+c,c),i.arcTo(S+d,E+l,S+d-c,E+l,c),i.arcTo(S,E+l,S,E+l-c,c),i.arcTo(S,E,S+c,E,c),i.closePath(),i.fill(),i.stroke();const M=d/6,F=d/2+S,V=l/2+E;i.save(),(b||O)&&(i.beginPath(),i.arc(F,V,M,0,Math.PI*2),i.fillStyle=o(this,$r).brand,i.fill(),O?(i.clip(),i.drawImage(O,F-M,V-M,M*2,M*2),i.restore()):b&&(i.fillStyle=o(this,$r).textOnBrand,i.font=`${M/2}px sans-serif`,i.textAlign="center",i.textBaseline="middle",i.fillText(b,F,V)),this.drawIcons(n,S,E,Math.max(d,l)))}drawIcons(t,e,r,n){const i=Math.min(Math.max(n*.15,100),200),s=i*.2,a=i*.2;let c=e+s;const d=r+s,l=p=>{const m=o(this,Tr).getContext("2d");m.save(),m.fillStyle=o(this,$r).background,m.beginPath(),m.moveTo(c+a,d),m.arcTo(c+i,d,c+i,d+a,a),m.arcTo(c+i,d+i,c+i-a,d+i,a),m.arcTo(c,d+i,c,d+i-a,a),m.arcTo(c,d,c+a,d,a),m.closePath(),m.fill(),typeof p=="string"?(m.font=`${i/1.5}px sans-serif`,m.fillStyle=o(this,$r).text,m.textAlign="center",m.textBaseline="top",m.fillText(p,i/2+c,d+s)):m.drawImage(p,c+s,d+s,i-s*2,i-s*2),c+=i+s,m.restore()};t.pinned&&l(o(this,ka)),t.handRaised&&l(o(this,ba))}drawTile(t,e,r){var n,i;if(o(this,Tr)===void 0)return;const s=o(this,Tr).getContext("2d"),a=this.getSources();let c=0,d=0;for(;c<o(this,Xe).height-5;){let l=0;for(;l<o(this,Xe).width-5&&d<r;){if((n=a[d])!=null&&n.enabled){const p=a[d].element,[m,S,E,b,O,M,F,V]=xI(l,c,t,e,p.videoWidth,p.videoHeight);(i=p==null?void 0:p.classList)!=null&&i.contains("mirror")?(s.save(),s.scale(-1,1),s.drawImage(p,m,S,E,b,-1*O,M,-1*F,V),s.restore()):s.drawImage(p,m,S,E,b,O,M,F,V),this.drawIcons(a[d],O,M,Math.max(F,V))}else this.drawEmptyTile(d,t,e,a[d]);d+=1,l+=t}c+=e}}calcGridElemSize(t){switch(t){case 0:case 1:return[o(this,Xe).width,o(this,Xe).height];case 2:return[Math.floor(o(this,Xe).width/2),o(this,Xe).height];case 3:case 4:return[Math.floor(o(this,Xe).width/2),Math.floor(o(this,Xe).height/2)];case 5:case 6:return[Math.floor(o(this,Xe).width/3),Math.floor(o(this,Xe).height/2)];case 7:case 8:case 9:return[Math.floor(o(this,Xe).width/3),Math.floor(o(this,Xe).height/3)];default:return[Math.floor(o(this,Xe).width/3),Math.floor(o(this,Xe).height/2)]}}paintCanvas(){let t=this.getSources().length;t!==1&&(t=t%2>0?t+1:t);const[e,r]=this.calcGridElemSize(t);this.drawTile(e,r,t)}isSupported(){var t;return!!window.chrome&&document.pictureInPictureEnabled&&((t=o(this,tt).config)==null?void 0:t.viewType)!=="LIVESTREAM"}get isActive(){return document.pictureInPictureElement!==null}cleanup(){if(y(this,wa,!1),this.isSupported()&&document.exitPictureInPicture!==void 0&&document.pictureInPictureElement!==null&&document.exitPictureInPicture(),o(this,It))try{document.body.removeChild(o(this,It))}catch(t){}this.removeAllSources(),y(this,Tr,void 0),y(this,kr,void 0),y(this,On,void 0)}init({height:t,width:e}={}){if(!this.isSupported())throw h.error("DytePip.unsupported"),new Error("Picture-in-picture is not available in this environment");if(o(this,wa))return;y(this,wa,!0),this.createCanvas(),this.setupMediaSessionEvents();const r=document.createElement("video");y(this,Xe,{height:t!=null?t:vv,width:e!=null?e:yv}),r.height=o(this,Xe).height,r.width=o(this,Xe).width,r.autoplay=!0,r.muted=!0,r.srcObject=o(this,Tr).captureStream(24),y(this,kr,r),o(this,kr).onloadedmetadata=()=>{try{this.emit("pipStarted"),o(this,kr).onleavepictureinpicture=()=>{this.emit("pipEnded")}}catch(n){this.emit("pipEnded")}},this.createVideoContainer(),this.paintCanvas()}updateMediaSession(t,e){navigator.mediaSession!==void 0&&(t==="CAMERA"&&navigator.mediaSession.setCameraActive!==void 0&&navigator.mediaSession.setCameraActive(e),t==="MIC"&&navigator.mediaSession.setMicrophoneActive!==void 0&&navigator.mediaSession.setMicrophoneActive(e))}enableSource(t){o(this,Ft)[t]!==void 0&&(o(this,Ft)[t].enabled=!0)}disableSource(t){o(this,Ft)[t]!==void 0&&(o(this,Ft)[t].enabled=!1)}generateAvatar(t,e){return u(this,null,function*(){if(!e)return;const r=new Image;try{const n=yield(yield fetch(e)).blob(),i=window.URL.createObjectURL(n);r.onload=()=>{this.updateSource(t,{image:r}),window.URL.revokeObjectURL(i)},r.src=i}catch(n){h.error("DytePip::GenerateAvatar",{error:n})}})}addSource(t,e,r,n=!1,i=void 0,s=void 0,a=!1){h.debug("DytePIP::AddSource",{pip:{id:t,handRaised:a}}),o(this,Ft)[t]={id:t,element:e,enabled:r,pinned:n,displayText:i?LI(i):void 0,imageUrl:s,handRaised:a},s&&this.generateAvatar(t,s)}updateSource(t,e){h.info("DytePIP::UpdateSource",{pip:{id:t,handRaised:e.handRaised}});const r=o(this,Ft)[t];r&&(o(this,Ft)[t]=x(x({},r),e))}removeSource(t){delete o(this,Ft)[t]}removePinnedSource(){Object.values(o(this,Ft)).forEach(t=>{t.pinned&&this.removeSource(t.id)})}removeAllSources(){y(this,Ft,{})}enable(){y(this,Nn,"activating"),this.setupEventListeners(),this.updateMediaSession("CAMERA",o(this,tt).videoEnabled),this.updateMediaSession("MIC",o(this,tt).audioEnabled),document.body.appendChild(o(this,It)),y(this,On,requestAnimationFrame(()=>this.animate())),o(this,kr).onloadedmetadata=()=>{o(this,kr).requestPictureInPicture().then(()=>{y(this,Nn,"active")})},o(this,kr).readyState===4&&o(this,kr).requestPictureInPicture().then(()=>{y(this,Nn,"active")})}},Tr=new WeakMap,Ta=new WeakMap,It=new WeakMap,kr=new WeakMap,Xe=new WeakMap,$r=new WeakMap,On=new WeakMap,Ft=new WeakMap,tt=new WeakMap,ka=new WeakMap,ba=new WeakMap,Nn=new WeakMap,wa=new WeakMap,Sv);let Qt=Ev;lr([g.trace("DytePip.overrideIcon")],Qt.prototype,"overrideIcon",1),lr([g.trace("DytePip.isSupported")],Qt.prototype,"isSupported",1),lr([g.trace("DytePip.init")],Qt.prototype,"init",1),lr([g.trace("DytePip.enableSource")],Qt.prototype,"enableSource",1),lr([g.trace("DytePip.disableSource")],Qt.prototype,"disableSource",1),lr([g.trace("DytePip.addSource")],Qt.prototype,"addSource",1),lr([g.trace("DytePip.updateSource")],Qt.prototype,"updateSource",1),lr([g.trace("DytePip.removeSource")],Qt.prototype,"removeSource",1),lr([g.trace("DytePip.removePinnedSource")],Qt.prototype,"removePinnedSource",1),lr([g.trace("DytePip.removeAllSources")],Qt.prototype,"removeAllSources",1),lr([g.trace("DytePip.enable")],Qt.prototype,"enable",1),lr([g.trace("DytePip._init")],Qt,"_init",1);var ln;(function(t){t[t.PUBLISHER=0]="PUBLISHER",t[t.SUBSCRIBER=1]="SUBSCRIBER"})(ln||(ln={}));var Kr;(function(t){t[t.AUDIO=0]="AUDIO",t[t.VIDEO=1]="VIDEO"})(Kr||(Kr={}));class VI extends T{constructor(){super("media.Codec",[{no:1,name:"channels",kind:"scalar",opt:!0,T:5},{no:2,name:"clock_rate",kind:"scalar",T:5},{no:3,name:"mime_type",kind:"scalar",T:9},{no:4,name:"sdp_fmtp_line",kind:"scalar",opt:!0,T:9},{no:5,name:"payload_type",kind:"scalar",opt:!0,T:13}])}}const Tv=new VI;class UI extends T{constructor(){super("media.HeaderExtension",[{no:1,name:"direction",kind:"scalar",opt:!0,T:9},{no:2,name:"uri",kind:"scalar",T:9}])}}const FI=new UI;class BI extends T{constructor(){super("media.Fingerprint",[{no:1,name:"algorithm",kind:"scalar",T:9},{no:2,name:"value",kind:"scalar",T:9}])}}new BI;class WI extends T{constructor(){super("media.SessionDescription",[{no:1,name:"target",kind:"enum",T:()=>["media.Target",ln]},{no:2,name:"type",kind:"scalar",T:9},{no:3,name:"sdp",kind:"scalar",T:9}])}}const br=new WI;class jI extends T{constructor(){super("media.ProducerPayload",[{no:1,name:"kind",kind:"scalar",T:9},{no:2,name:"paused",kind:"scalar",T:8},{no:3,name:"screen_share",kind:"scalar",T:8},{no:4,name:"msid",kind:"scalar",T:9},{no:5,name:"app_data",kind:"scalar",opt:!0,T:9},{no:6,name:"mime_type",kind:"scalar",opt:!0,T:9}])}}const HI=new jI;class qI extends T{constructor(){super("media.CreateTransportRequest",[{no:1,name:"consuming",kind:"scalar",T:8},{no:2,name:"force_tcp",kind:"scalar",opt:!0,T:8},{no:3,name:"description",kind:"message",T:()=>br},{no:4,name:"private_ice",kind:"scalar",opt:!0,T:8},{no:5,name:"producers",kind:"message",repeat:1,T:()=>HI}])}}const GI=new qI;class JI extends T{constructor(){super("media.AudioActivityRequest",[{no:1,name:"producer_id",kind:"scalar",T:9},{no:2,name:"energy",kind:"scalar",T:5},{no:3,name:"silent",kind:"scalar",T:8}])}}const $I=new JI;class KI extends T{constructor(){super("media.CreateTransportResponse",[{no:1,name:"transport_id",kind:"scalar",T:9},{no:2,name:"description",kind:"message",T:()=>br},{no:3,name:"transcription_enabled",kind:"scalar",opt:!0,T:8},{no:4,name:"producer_ids",kind:"scalar",repeat:2,T:9}])}}const kv=new KI;class zI extends T{constructor(){super("media.RenegotiateRequest",[{no:1,name:"transport_id",kind:"scalar",T:9},{no:2,name:"description",kind:"message",T:()=>br}])}}const YI=new zI;class QI extends T{constructor(){super("media.RenegotiateResponse",[{no:1,name:"transport_id",kind:"scalar",T:9},{no:2,name:"description",kind:"message",T:()=>br}])}}new QI;class XI extends T{constructor(){super("media.NestedScore",[{no:1,name:"encoding_idx",kind:"scalar",T:5},{no:2,name:"rid",kind:"scalar",T:9},{no:3,name:"score",kind:"scalar",T:5},{no:4,name:"ssrc",kind:"scalar",T:3,L:0}])}}const ZI=new XI;class eC extends T{constructor(){super("media.ProducerTrack",[{no:1,name:"track_id",kind:"scalar",T:9},{no:2,name:"producer_id",kind:"scalar",T:9},{no:3,name:"stream_id",kind:"scalar",T:9}])}}const tC=new eC;class rC extends T{constructor(){super("media.ProducerEntry",[{no:1,name:"producing_transport_id",kind:"scalar",T:9},{no:2,name:"producer_id",kind:"scalar",T:9}])}}new rC;class nC extends T{constructor(){super("media.ConsumerEntry",[{no:1,name:"consuming_transport_id",kind:"scalar",T:9},{no:2,name:"consumer_id",kind:"scalar",T:9}])}}new nC;class iC extends T{constructor(){super("media.ProducerState",[{no:1,name:"producer_id",kind:"scalar",T:9},{no:2,name:"kind",kind:"enum",T:()=>["media.ProducerKind",Kr]},{no:3,name:"pause",kind:"scalar",T:8},{no:4,name:"screen_share",kind:"scalar",T:8},{no:5,name:"app_data",kind:"scalar",opt:!0,T:9},{no:6,name:"producing_transport_id",kind:"scalar",opt:!0,T:9},{no:7,name:"mime_type",kind:"scalar",opt:!0,T:9},{no:8,name:"codec",kind:"message",T:()=>Tv}])}}const _a=new iC;class sC extends T{constructor(){super("media.ConsumerState",[{no:1,name:"consumer_id",kind:"scalar",T:9},{no:2,name:"producer_state",kind:"message",T:()=>_a},{no:3,name:"producer_track",kind:"message",T:()=>tC},{no:4,name:"error_code",kind:"scalar",opt:!0,T:9}])}}const aC=new sC;class oC extends T{constructor(){super("media.ProducerIdToConsumerMap",[{no:1,name:"map",kind:"map",K:9,V:{kind:"message",T:()=>aC}}])}}const bv=new oC;class cC extends T{constructor(){super("media.PeerRtpCapabilitites",[{no:1,name:"sender",kind:"message",T:()=>Pv},{no:2,name:"receiver",kind:"message",T:()=>Pv}])}}const wv=new cC;class dC extends T{constructor(){super("media.RtpCapability",[{no:1,name:"codecs",kind:"message",repeat:1,T:()=>Tv},{no:2,name:"header_extensions",kind:"message",repeat:1,T:()=>FI}])}}const _v=new dC;class lC extends T{constructor(){super("media.RtpCapabilitites",[{no:1,name:"audio",kind:"message",T:()=>_v},{no:2,name:"video",kind:"message",T:()=>_v}])}}const Pv=new lC;class uC extends T{constructor(){super("media.PreferredCodec",[{no:1,name:"audio",kind:"scalar",opt:!0,T:9},{no:2,name:"video",kind:"scalar",opt:!0,T:9}])}}const hC=new uC;class pC extends T{constructor(){super("media.edge.GeoLocation",[{no:1,name:"latitude",kind:"scalar",T:2},{no:2,name:"longitude",kind:"scalar",T:2},{no:3,name:"region",kind:"scalar",opt:!0,T:9}])}}const mC=new pC;class gC extends T{constructor(){super("media.edge.PeerJoinRequest",[{no:1,name:"display_name",kind:"scalar",opt:!0,T:9},{no:2,name:"prejoined",kind:"scalar",T:8},{no:3,name:"room_uuid",kind:"scalar",T:9},{no:4,name:"meeting_id",kind:"scalar",opt:!0,T:9},{no:5,name:"preset",kind:"scalar",opt:!0,T:12},{no:6,name:"user_id",kind:"scalar",opt:!0,T:9},{no:7,name:"organization_id",kind:"scalar",opt:!0,T:9},{no:8,name:"location",kind:"message",T:()=>mC},{no:9,name:"capabilities",kind:"message",T:()=>wv}])}}const fC=new gC;class vC extends T{constructor(){super("media.edge.PeerJoinCompleteRequest",[])}}const yC=new vC;class SC extends T{constructor(){super("media.edge.PeerLeaveRequest",[{no:1,name:"close_room",kind:"scalar",T:8}])}}const EC=new SC;class TC extends T{constructor(){super("media.edge.ConsumeMultipleProducerRequest",[{no:1,name:"producer_ids",kind:"scalar",repeat:2,T:9},{no:2,name:"paused",kind:"scalar",opt:!0,T:8}])}}new TC;class kC extends T{constructor(){super("media.edge.ConsumePeerRequest",[{no:1,name:"producing_peer_id",kind:"scalar",T:9},{no:2,name:"paused",kind:"scalar",opt:!0,T:8},{no:3,name:"producer_id",kind:"scalar",opt:!0,T:9},{no:4,name:"preferred_codec",kind:"message",T:()=>hC},{no:5,name:"producing_transport_id",kind:"scalar",opt:!0,T:9}])}}const bC=new kC;class wC extends T{constructor(){super("media.edge.ConsumePeersRequest",[{no:1,name:"requests",kind:"message",repeat:1,T:()=>bC},{no:2,name:"consuming_transport_id",kind:"scalar",opt:!0,T:9}])}}const _C=new wC;class PC extends T{constructor(){super("media.edge.ProducerCreateRequest",[{no:1,name:"kind",kind:"scalar",T:9},{no:2,name:"paused",kind:"scalar",T:8},{no:3,name:"screen_share",kind:"scalar",T:8},{no:4,name:"description",kind:"message",T:()=>br},{no:5,name:"msid",kind:"scalar",T:9},{no:6,name:"app_data",kind:"scalar",opt:!0,T:9},{no:7,name:"mime_type",kind:"scalar",opt:!0,T:9},{no:8,name:"producing_transport_id",kind:"scalar",opt:!0,T:9}])}}const IC=new PC;class CC extends T{constructor(){super("media.edge.SelectedPeersRequest",[])}}new CC;class RC extends T{constructor(){super("media.edge.GlobalPeerPinningRequest",[{no:1,name:"participant_id",kind:"scalar",T:9}])}}const MC=new RC;class AC extends T{constructor(){super("media.edge.ProducerToggleRequest",[{no:1,name:"producer_id",kind:"scalar",T:9},{no:2,name:"pause",kind:"scalar",T:8}])}}const ud=new AC;class DC extends T{constructor(){super("media.edge.ConsumerToggleRequest",[{no:1,name:"consumer_id",kind:"scalar",T:9},{no:2,name:"pause",kind:"scalar",T:8}])}}new DC;class OC extends T{constructor(){super("media.edge.ProducerCloseRequest",[{no:1,name:"producer_id",kind:"scalar",T:9},{no:2,name:"description",kind:"message",T:()=>br},{no:3,name:"producing_transport_id",kind:"scalar",opt:!0,T:9}])}}const NC=new OC;class LC extends T{constructor(){super("media.edge.ConsumerCloseRequest",[{no:1,name:"consumer_ids",kind:"scalar",repeat:2,T:9},{no:2,name:"description",kind:"message",T:()=>br},{no:3,name:"consuming_transport_id",kind:"scalar",opt:!0,T:9}])}}const xC=new LC;class VC extends T{constructor(){super("media.edge.KickPeerRequest",[{no:1,name:"participant_id",kind:"scalar",T:9}])}}const UC=new VC;class FC extends T{constructor(){super("media.edge.KickAllPeersRequest",[{no:1,name:"propagate_kick_across_rooms",kind:"scalar",T:8}])}}const Iv=new FC;class BC extends T{constructor(){super("media.edge.PeerDisplayNameEditRequest",[{no:1,name:"participant_id",kind:"scalar",T:9},{no:2,name:"display_name",kind:"scalar",T:9}])}}const WC=new BC;class jC extends T{constructor(){super("media.edge.HostMediaControlForPeerRequest",[{no:1,name:"participant_id",kind:"scalar",T:9},{no:2,name:"audio",kind:"scalar",T:8},{no:3,name:"video",kind:"scalar",T:8},{no:4,name:"scree_share",kind:"scalar",T:8}])}}const HC=new jC;class qC extends T{constructor(){super("media.edge.HostMediaControlForAllPeerRequest",[{no:1,name:"audio",kind:"scalar",T:8},{no:2,name:"video",kind:"scalar",T:8},{no:3,name:"screen_share",kind:"scalar",T:8}])}}const GC=new qC;class JC extends T{constructor(){super("media.edge.GetRoomStateResponse",[{no:1,name:"display_title",kind:"scalar",T:9},{no:2,name:"locked_mode",kind:"scalar",T:8},{no:3,name:"room_uuid",kind:"scalar",T:9},{no:4,name:"room_name",kind:"scalar",T:9},{no:5,name:"current_peer_id",kind:"scalar",T:9},{no:6,name:"is_recording",kind:"scalar",opt:!0,T:8},{no:7,name:"recorder_participant_id",kind:"scalar",opt:!0,T:9},{no:8,name:"pinned_peer_ids",kind:"scalar",repeat:2,T:9}])}}const $C=new JC;class KC extends T{constructor(){super("media.edge.ErrorResponse",[{no:1,name:"error_message",kind:"scalar",T:9},{no:2,name:"event_id",kind:"scalar",T:5}])}}const zC=new KC;class YC extends T{constructor(){super("media.edge.EmptyResponse",[])}}new YC;class QC extends T{constructor(){super("media.edge.RoomParticipants",[{no:1,name:"peer_id",kind:"scalar",T:9},{no:2,name:"producer_states",kind:"message",repeat:1,T:()=>_a},{no:3,name:"display_name",kind:"scalar",T:9},{no:4,name:"user_id",kind:"scalar",opt:!0,T:9},{no:5,name:"capabilities",kind:"message",T:()=>wv}])}}const Cv=new QC;class XC extends T{constructor(){super("media.edge.SelectedPeersResponse",[{no:1,name:"audio_peers",kind:"scalar",repeat:2,T:9},{no:2,name:"compulsory_peers",kind:"scalar",repeat:2,T:9}])}}const Xu=new XC;class ZC extends T{constructor(){super("media.edge.SelectedPeersDiffEntry",[{no:1,name:"peer_id",kind:"scalar",T:9},{no:2,name:"priority",kind:"scalar",T:5}])}}const eR=new ZC;class tR extends T{constructor(){super("media.edge.SelectedPeersDiffResponse",[{no:1,name:"entries",kind:"message",repeat:1,T:()=>eR}])}}const Rv=new tR;class rR extends T{constructor(){super("media.edge.PeerJoinResponse",[])}}new rR;class nR extends T{constructor(){super("media.edge.PeerJoinCompleteResponse",[{no:1,name:"room_state",kind:"message",T:()=>$C},{no:2,name:"participants",kind:"message",repeat:1,T:()=>Cv},{no:3,name:"selected_peers",kind:"message",T:()=>Xu},{no:4,name:"max_preferred_streams",kind:"scalar",T:5}])}}const Zu=new nR;class iR extends T{constructor(){super("media.edge.PeerLeaveResponse",[{no:1,name:"closed",kind:"scalar",T:8}])}}const sR=new iR;class aR extends T{constructor(){super("media.edge.ConsumeMultipleProducerResponse",[{no:1,name:"status",kind:"scalar",T:8},{no:2,name:"consumer_ids_map",kind:"message",T:()=>bv}])}}new aR;class oR extends T{constructor(){super("media.edge.ConsumePeerResponse",[{no:1,name:"status",kind:"scalar",T:8},{no:2,name:"consumer_ids_map",kind:"message",T:()=>bv},{no:3,name:"description",kind:"message",T:()=>br}])}}const cR=new oR;class dR extends T{constructor(){super("media.edge.ProducerCreateResponse",[{no:1,name:"status",kind:"scalar",T:8},{no:2,name:"producer_id",kind:"scalar",T:9},{no:4,name:"description",kind:"message",T:()=>br}])}}const lR=new dR;class uR extends T{constructor(){super("media.edge.ProducerScoreResponse",[{no:1,name:"responseid",kind:"scalar",T:9},{no:2,name:"score",kind:"message",T:()=>ZI}])}}new uR;class hR extends T{constructor(){super("media.edge.ActiveSpeakerResponse",[{no:1,name:"responsepeer_id",kind:"scalar",T:9},{no:2,name:"volume",kind:"scalar",T:5}])}}new hR;class pR extends T{constructor(){super("media.edge.NoActiveSpeakerResponse",[])}}new pR;class mR extends T{constructor(){super("media.edge.ProducerToggleResponse",[])}}new mR;class gR extends T{constructor(){super("media.edge.ConsumerToggleResponse",[])}}new gR;class fR extends T{constructor(){super("media.edge.ProducerClosingResponse",[{no:1,name:"description",kind:"message",T:()=>br}])}}const vR=new fR;class yR extends T{constructor(){super("media.edge.ConsumerClosingResponse",[{no:1,name:"description",kind:"message",T:()=>br}])}}const SR=new yR;class ER extends T{constructor(){super("media.edge.GlobalPeerPinningResponse",[])}}new ER;class TR extends T{constructor(){super("media.edge.KickPeerResponse",[{no:1,name:"status",kind:"scalar",T:9}])}}const kR=new TR;class bR extends T{constructor(){super("media.edge.KickAllPeersResponse",[{no:1,name:"status",kind:"scalar",T:9}])}}const wR=new bR;class _R extends T{constructor(){super("media.edge.HostMediaControlForPeerResponse",[{no:1,name:"status",kind:"scalar",T:9}])}}const PR=new _R;class IR extends T{constructor(){super("media.edge.HostMediaControlForAllPeerResponse",[{no:1,name:"status",kind:"scalar",T:9}])}}const CR=new IR;class RR extends T{constructor(){super("media.edge.PeerDisplayNameEditResponse",[{no:1,name:"status",kind:"scalar",T:9}])}}const MR=new RR;class AR extends T{constructor(){super("media.edge.PeerJoinBroadcastResponse",[{no:1,name:"participant",kind:"message",T:()=>Cv}])}}const Mv=new AR;class DR extends T{constructor(){super("media.edge.TrackSubscriptionKind",[{no:1,name:"audio",kind:"scalar",T:8},{no:2,name:"video",kind:"scalar",T:8}])}}const Av=new DR;class OR extends T{constructor(){super("media.edge.TrackSubscription",[{no:1,name:"label",kind:"scalar",T:9},{no:2,name:"webcam",kind:"message",T:()=>Av},{no:3,name:"screenshare",kind:"message",T:()=>Av}])}}const NR=new OR;class LR extends T{constructor(){super("media.edge.PeerProducingTransportCreateBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9},{no:2,name:"transport_details",kind:"message",T:()=>kv},{no:3,name:"track_subscriptions",kind:"message",repeat:1,T:()=>NR}])}}new LR;class xR extends T{constructor(){super("media.edge.PeerProducerCreateBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9},{no:2,name:"producer_state",kind:"message",T:()=>_a}])}}const VR=new xR;class UR extends T{constructor(){super("media.edge.PeerProducerToggleBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9},{no:2,name:"producer_state",kind:"message",T:()=>_a},{no:3,name:"initiator_participant_id",kind:"scalar",opt:!0,T:9}])}}const Dv=new UR;class FR extends T{constructor(){super("media.edge.PeerProducerCloseBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9},{no:2,name:"producer_state",kind:"message",T:()=>_a}])}}const BR=new FR;class WR extends T{constructor(){super("media.edge.PeerLeaveBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9}])}}const eh=new WR;class jR extends T{constructor(){super("media.edge.GlobalPeerPinningBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9}])}}const Ov=new jR;class HR extends T{constructor(){super("media.edge.GlobalPeerUnPinningBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9}])}}new HR;class qR extends T{constructor(){super("media.edge.RecordingStartedBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9}])}}new qR;class GR extends T{constructor(){super("media.edge.RecordingStoppedBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9}])}}new GR;class JR extends T{constructor(){super("media.edge.PeerDisplayNameEditBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9},{no:2,name:"display_name",kind:"scalar",T:9}])}}new JR;class $R extends T{constructor(){super("media.edge.PeerPingRequestBroadcastResponse",[{no:1,name:"password",kind:"scalar",T:9}])}}new $R;class KR extends T{constructor(){super("media.edge.MediaRoomTerminationBroadcastResponse",[{no:1,name:"reason",kind:"scalar",T:9}])}}new KR;class zR extends T{constructor(){super("socket.ai.MeetingTranscript",[{no:1,name:"meeting_id",kind:"scalar",T:9},{no:2,name:"transcript",kind:"scalar",T:9},{no:3,name:"is_partial",kind:"scalar",T:8}])}}const th=new zR;class YR extends T{constructor(){super("socket.api.BaseSocketHubMessage",[{no:1,name:"event",kind:"scalar",T:5},{no:2,name:"id",kind:"scalar",T:9},{no:3,name:"peer_id",kind:"scalar",T:9},{no:4,name:"room_id",kind:"scalar",T:9},{no:5,name:"user_id",kind:"scalar",T:9},{no:6,name:"payload",kind:"scalar",T:12},{no:7,name:"error",kind:"scalar",opt:!0,T:8},{no:8,name:"sid",kind:"scalar",opt:!0,T:9}])}}new YR;class QR extends T{constructor(){super("socket.api.ErrorMessage",[{no:1,name:"code",kind:"scalar",opt:!0,T:5},{no:2,name:"message",kind:"scalar",T:9}])}}const XR=new QR;var yi;(function(t){t[t.BROWSER=0]="BROWSER",t[t.TRACK=1]="TRACK",t[t.COMPOSITE=2]="COMPOSITE"})(yi||(yi={}));var un;(function(t){t[t.UNSPECIFIED=0]="UNSPECIFIED",t[t.ON_STAGE=1]="ON_STAGE",t[t.APPROVED_STAGE=2]="APPROVED_STAGE",t[t.REQUESTED_STAGE=3]="REQUESTED_STAGE",t[t.OFF_STAGE=4]="OFF_STAGE"})(un||(un={}));var rh;(function(t){t[t.NONE=0]="NONE",t[t.RECORDER=1]="RECORDER",t[t.LIVESTREAMER=2]="LIVESTREAMER"})(rh||(rh={}));var nh;(function(t){t[t.PEERS=0]="PEERS",t[t.ROOMS=1]="ROOMS"})(nh||(nh={}));var hd;(function(t){t[t.HIVE=0]="HIVE",t[t.CHAT=1]="CHAT",t[t.PING=2]="PING"})(hd||(hd={}));class ZR extends T{constructor(){super("socket.room.PeerFlags",[{no:1,name:"preset_name",kind:"scalar",T:9},{no:2,name:"recorder_type",kind:"scalar",T:9},{no:3,name:"hidden_participant",kind:"scalar",T:8}])}}const eM=new ZR;class tM extends T{constructor(){super("socket.room.Peer",[{no:1,name:"peer_id",kind:"scalar",T:9},{no:2,name:"user_id",kind:"scalar",T:9},{no:3,name:"display_name",kind:"scalar",T:9},{no:4,name:"stage_type",kind:"enum",opt:!0,T:()=>["socket.room.StageType",un,"STAGE_TYPE_"]},{no:5,name:"custom_participant_id",kind:"scalar",opt:!0,T:9},{no:6,name:"preset_id",kind:"scalar",opt:!0,T:9},{no:7,name:"display_picture_url",kind:"scalar",opt:!0,T:9},{no:8,name:"waitlisted",kind:"scalar",T:8},{no:9,name:"flags",kind:"message",T:()=>eM}])}}const pd=new tM;class rM extends T{constructor(){super("socket.room.PeerInfoResponse",[{no:1,name:"peer",kind:"message",T:()=>pd}])}}const ps=new rM;class nM extends T{constructor(){super("socket.room.PeerStatusUpdate",[{no:1,name:"peer_id",kind:"scalar",T:9},{no:2,name:"user_id",kind:"scalar",T:9},{no:3,name:"stage_type",kind:"enum",opt:!0,T:()=>["socket.room.StageType",un,"STAGE_TYPE_"]}])}}const Nv=new nM;class iM extends T{constructor(){super("socket.room.RoomPeersInfoRequest",[{no:1,name:"seach_query",kind:"scalar",T:9},{no:2,name:"limit",kind:"scalar",T:5},{no:3,name:"offset",kind:"scalar",T:5}])}}const sM=new iM;class aM extends T{constructor(){super("socket.room.RoomPeersInfoResponse",[{no:1,name:"peers",kind:"message",repeat:1,T:()=>pd}])}}const ih=new aM;class oM extends T{constructor(){super("socket.room.RoomPeerCountResponse",[{no:1,name:"count",kind:"scalar",T:4,L:2}])}}const Lv=new oM;class cM extends T{constructor(){super("socket.room.Room",[{no:1,name:"room_id",kind:"scalar",T:9},{no:2,name:"title",kind:"scalar",T:9},{no:4,name:"created_at",kind:"scalar",T:4,L:2},{no:5,name:"active_recordings",kind:"message",repeat:1,T:()=>lM},{no:6,name:"room_uuid",kind:"scalar",opt:!0,T:9}])}}const xv=new cM;class dM extends T{constructor(){super("socket.room.ActiveRecording",[{no:1,name:"recording_id",kind:"scalar",T:9},{no:2,name:"recording_type",kind:"enum",T:()=>["common.RecordingType",yi]},{no:3,name:"recording_status",kind:"scalar",T:9}])}}const lM=new dM;class uM extends T{constructor(){super("socket.room.RoomInfoResponse",[{no:1,name:"room",kind:"message",T:()=>xv}])}}const Vv=new uM;class hM extends T{constructor(){super("socket.room.GetPeerInfoRequest",[{no:1,name:"peer_id",kind:"scalar",T:9}])}}const Uv=new hM;class pM extends T{constructor(){super("socket.room.UpdatePeerInfoRequest",[{no:1,name:"peer_id",kind:"scalar",T:9},{no:2,name:"display_name",kind:"scalar",opt:!0,T:9}])}}new pM;class mM extends T{constructor(){super("socket.room.JoinRoomRequest",[{no:1,name:"peer",kind:"message",T:()=>pd},{no:3,name:"room_uuid",kind:"scalar",T:9},{no:4,name:"organization_id",kind:"scalar",opt:!0,T:9},{no:5,name:"use_hive",kind:"scalar",opt:!0,T:8},{no:6,name:"preset",kind:"scalar",opt:!0,T:12},{no:7,name:"capabilities",kind:"enum",repeat:1,T:()=>["socket.room.Capabilities",hd,"CAPABILITIES_"]},{no:8,name:"timestamp",kind:"scalar",opt:!0,T:4,L:2}])}}const gM=new mM;class fM extends T{constructor(){super("socket.room.LeaveRoomRequest",[{no:1,name:"peer",kind:"message",T:()=>pd},{no:2,name:"timestamp",kind:"scalar",opt:!0,T:4,L:2}])}}const vM=new fM;class yM extends T{constructor(){super("socket.room.UpdateRoomInfoRequest",[{no:1,name:"room",kind:"message",T:()=>xv}])}}new yM;class SM extends T{constructor(){super("socket.room.GetConnectedRoomsDumpRequest",[])}}new SM;class EM extends T{constructor(){super("socket.room.ServiceError",[{no:1,name:"message",kind:"scalar",opt:!0,T:9},{no:2,name:"code",kind:"scalar",opt:!0,T:9}])}}const sh=new EM;class TM extends T{constructor(){super("socket.room.ConnectedMeetingPeer",[{no:1,name:"id",kind:"scalar",opt:!0,T:9},{no:2,name:"display_name",kind:"scalar",opt:!0,T:9},{no:3,name:"custom_participant_id",kind:"scalar",opt:!0,T:9},{no:4,name:"preset_id",kind:"scalar",opt:!0,T:9},{no:5,name:"display_picture_url",kind:"scalar",opt:!0,T:9}])}}const kM=new TM;class bM extends T{constructor(){super("socket.room.ConnectedMeetingDump",[{no:1,name:"id",kind:"scalar",opt:!0,T:9},{no:2,name:"title",kind:"scalar",opt:!0,T:9},{no:3,name:"participants",kind:"message",repeat:1,T:()=>kM}])}}const Fv=new bM;class wM extends T{constructor(){super("socket.room.GetConnectedRoomsDumpResponse",[{no:1,name:"parent_meeting",kind:"message",T:()=>Fv},{no:2,name:"meetings",kind:"message",repeat:1,T:()=>Fv}])}}const _M=new wM;class PM extends T{constructor(){super("socket.room.CreateRoomRequestPayload",[{no:1,name:"title",kind:"scalar",opt:!0,T:9}])}}const IM=new PM;class CM extends T{constructor(){super("socket.room.CreateConnectedRoomsRequest",[{no:1,name:"payloads",kind:"message",repeat:1,T:()=>IM}])}}const RM=new CM;class MM extends T{constructor(){super("socket.room.CreateRoomResponsePayload",[{no:1,name:"id",kind:"scalar",opt:!0,T:9},{no:2,name:"title",kind:"scalar",opt:!0,T:9},{no:3,name:"error",kind:"message",T:()=>sh}])}}const AM=new MM;class DM extends T{constructor(){super("socket.room.CreateConnectedRoomsResponse",[{no:1,name:"payloads",kind:"message",repeat:1,T:()=>AM}])}}const Bv=new DM;class OM extends T{constructor(){super("socket.room.UpdateRoomRequestPayload",[{no:1,name:"meeting_id",kind:"scalar",opt:!0,T:9},{no:2,name:"title",kind:"scalar",opt:!0,T:9}])}}const NM=new OM;class LM extends T{constructor(){super("socket.room.UpdateConnectedRoomsRequest",[{no:1,name:"payloads",kind:"message",repeat:1,T:()=>NM}])}}new LM;class xM extends T{constructor(){super("socket.room.DisableRoomPayload",[{no:1,name:"id",kind:"scalar",opt:!0,T:9}])}}const VM=new xM;class UM extends T{constructor(){super("socket.room.DisableConnectedRoomsRequest",[{no:1,name:"payloads",kind:"message",repeat:1,T:()=>VM}])}}const FM=new UM;class BM extends T{constructor(){super("socket.room.DisableConnectedRoomsResponse",[{no:1,name:"payloads",kind:"message",repeat:1,T:()=>HM}])}}const WM=new BM;class jM extends T{constructor(){super("socket.room.DisableConnectedRoomPayload",[{no:1,name:"id",kind:"scalar",opt:!0,T:9},{no:2,name:"status",kind:"scalar",opt:!0,T:9},{no:3,name:"title",kind:"scalar",opt:!0,T:9},{no:4,name:"error",kind:"message",T:()=>sh}])}}const HM=new jM;class qM extends T{constructor(){super("socket.room.MovePeerPayload",[{no:1,name:"id",kind:"scalar",opt:!0,T:9},{no:2,name:"preset_id",kind:"scalar",opt:!0,T:9}])}}const GM=new qM;class JM extends T{constructor(){super("socket.room.MovePeersBetweenRoomsRequest",[{no:1,name:"source_meeting_id",kind:"scalar",opt:!0,T:9},{no:2,name:"destination_meeting_id",kind:"scalar",opt:!0,T:9},{no:3,name:"participants",kind:"message",repeat:1,T:()=>GM}])}}const $M=new JM;class KM extends T{constructor(){super("socket.room.MovedPeer",[{no:1,name:"meeting_id",kind:"scalar",opt:!0,T:9},{no:2,name:"custom_participant_id",kind:"scalar",opt:!0,T:9},{no:3,name:"error",kind:"message",T:()=>sh}])}}const Wv=new KM;class zM extends T{constructor(){super("socket.room.MovePeersBetweenRoomsResponse",[{no:1,name:"payloads",kind:"message",repeat:1,T:()=>Wv}])}}new zM;class YM extends T{constructor(){super("socket.room.TransferPeer",[{no:1,name:"meeting_id",kind:"scalar",opt:!0,T:9},{no:2,name:"auth_token",kind:"scalar",opt:!0,T:9}])}}const QM=new YM;class XM extends T{constructor(){super("socket.room.GetAllAddedParticipantsResponse",[{no:1,name:"participants",kind:"message",repeat:1,T:()=>tA}])}}const ZM=new XM;class eA extends T{constructor(){super("socket.room.AddedParticipant",[{no:1,name:"id",kind:"scalar",T:9},{no:2,name:"name",kind:"scalar",opt:!0,T:9},{no:3,name:"picture",kind:"scalar",opt:!0,T:9},{no:4,name:"custom_participant_id",kind:"scalar",T:9}])}}const tA=new eA;class rA extends T{constructor(){super("socket.room.RemoveParticipantsRequest",[{no:1,name:"peer_ids",kind:"scalar",repeat:2,T:9}])}}const nA=new rA;class iA extends T{constructor(){super("socket.room.BroadcastMessage",[{no:1,name:"type",kind:"scalar",T:9},{no:2,name:"payload",kind:"scalar",T:12},{no:3,name:"timestamp",kind:"scalar",T:4,L:2},{no:4,name:"ids",kind:"scalar",repeat:2,T:9},{no:5,name:"broadcast_type",kind:"enum",opt:!0,T:()=>["socket.room.BroadcastType",nh,"BROADCAST_TYPE_"]}])}}const Pa=new iA;class sA extends T{constructor(){super("socket.room.AcceptWaitingRoomRequests",[{no:1,name:"user_ids",kind:"scalar",repeat:2,T:9}])}}const aA=new sA;class oA extends T{constructor(){super("socket.room.DenyWaitingRoomRequests",[{no:1,name:"user_ids",kind:"scalar",repeat:2,T:9}])}}const cA=new oA;class dA extends T{constructor(){super("socket.room.WaitingRoomRequest",[{no:1,name:"peer_id",kind:"scalar",T:9},{no:2,name:"user_id",kind:"scalar",T:9},{no:3,name:"display_name",kind:"scalar",T:9},{no:4,name:"picture",kind:"scalar",opt:!0,T:9},{no:5,name:"custom_participant_id",kind:"scalar",opt:!0,T:9},{no:6,name:"preset_name",kind:"scalar",opt:!0,T:9}])}}const lA=new dA;class uA extends T{constructor(){super("socket.room.GetWaitingRoomRequests",[{no:1,name:"requests",kind:"message",repeat:1,T:()=>lA}])}}const jv=new uA;class hA extends T{constructor(){super("socket.room.GetRoomStageStateResponse",[{no:1,name:"on_stage_peers",kind:"scalar",repeat:2,T:9},{no:2,name:"approved_stage_peers",kind:"scalar",repeat:2,T:9},{no:3,name:"requested_stage_peers",kind:"scalar",repeat:2,T:9}])}}const Hv=new hA;var ah;(function(t){t[t.NONE=0]="NONE",t[t.SKIP=1]="SKIP",t[t.ON_PRIVILEGED_USER_ENTRY=2]="ON_PRIVILEGED_USER_ENTRY",t[t.SKIP_ON_ACCEPT=3]="SKIP_ON_ACCEPT"})(ah||(ah={}));var Ln;(function(t){t[t.NONE=0]="NONE",t[t.ALLOWED=1]="ALLOWED",t[t.NOT_ALLOWED=2]="NOT_ALLOWED",t[t.CAN_REQUEST=3]="CAN_REQUEST"})(Ln||(Ln={}));class pA extends T{constructor(){super("socket.preset.PollsPermissionUpdate",[{no:1,name:"can_create",kind:"scalar",opt:!0,T:8},{no:2,name:"can_vote",kind:"scalar",opt:!0,T:8},{no:3,name:"can_view",kind:"scalar",opt:!0,T:8}])}}const mA=new pA;class gA extends T{constructor(){super("socket.preset.PluginsPermissionsUpdate",[{no:1,name:"can_close",kind:"scalar",opt:!0,T:8},{no:2,name:"can_start",kind:"scalar",opt:!0,T:8}])}}const fA=new gA;class vA extends T{constructor(){super("socket.preset.PublicChatPermission",[{no:1,name:"can_send",kind:"scalar",opt:!0,T:8},{no:2,name:"text",kind:"scalar",opt:!0,T:8},{no:3,name:"files",kind:"scalar",opt:!0,T:8}])}}const yA=new vA;class SA extends T{constructor(){super("socket.preset.PrivateChatPermission",[{no:1,name:"can_send",kind:"scalar",opt:!0,T:8},{no:2,name:"can_receive",kind:"scalar",opt:!0,T:8},{no:3,name:"text",kind:"scalar",opt:!0,T:8},{no:4,name:"files",kind:"scalar",opt:!0,T:8}])}}const EA=new SA;class TA extends T{constructor(){super("socket.preset.ChatPermissionUpdate",[{no:1,name:"public",kind:"message",T:()=>yA},{no:2,name:"private",kind:"message",T:()=>EA}])}}const kA=new TA;class bA extends T{constructor(){super("socket.preset.ConnectedMeetingPermissionUpdate",[{no:1,name:"can_alter_connected_meetings",kind:"scalar",opt:!0,T:8},{no:2,name:"can_switch_to_parent_meeting",kind:"scalar",opt:!0,T:8},{no:3,name:"can_switch_connected_meetings",kind:"scalar",opt:!0,T:8}])}}const wA=new bA;class _A extends T{constructor(){super("socket.preset.StreamPermission",[{no:1,name:"can_produce",kind:"enum",opt:!0,T:()=>["socket.preset.StreamPermissionType",Ln,"STREAM_PERMISSION_TYPE_"]},{no:2,name:"can_consume",kind:"enum",opt:!0,T:()=>["socket.preset.StreamPermissionType",Ln,"STREAM_PERMISSION_TYPE_"]}])}}const oh=new _A;class PA extends T{constructor(){super("socket.preset.MediaPermissionUpdate",[{no:1,name:"video",kind:"message",T:()=>oh},{no:2,name:"audio",kind:"message",T:()=>oh},{no:3,name:"screenshare",kind:"message",T:()=>oh}])}}const IA=new PA;class CA extends T{constructor(){super("socket.preset.PresetUpdates",[{no:1,name:"polls",kind:"message",T:()=>mA},{no:2,name:"plugins",kind:"message",T:()=>fA},{no:3,name:"chat",kind:"message",T:()=>kA},{no:4,name:"accept_waiting_requests",kind:"scalar",opt:!0,T:8},{no:5,name:"can_accept_production_requests",kind:"scalar",opt:!0,T:8},{no:6,name:"can_edit_display_name",kind:"scalar",opt:!0,T:8},{no:7,name:"can_record",kind:"scalar",opt:!0,T:8},{no:8,name:"can_livestream",kind:"scalar",opt:!0,T:8},{no:9,name:"can_spotlight",kind:"scalar",opt:!0,T:8},{no:10,name:"disable_participant_audio",kind:"scalar",opt:!0,T:8},{no:11,name:"disable_participant_screensharing",kind:"scalar",opt:!0,T:8},{no:12,name:"disable_participant_video",kind:"scalar",opt:!0,T:8},{no:13,name:"kick_participant",kind:"scalar",opt:!0,T:8},{no:14,name:"pin_participant",kind:"scalar",opt:!0,T:8},{no:15,name:"transcription_enabled",kind:"scalar",opt:!0,T:8},{no:16,name:"waiting_room_type",kind:"enum",opt:!0,T:()=>["socket.preset.WaitingRoomType",ah,"WAITING_ROOM_TYPE_"]},{no:17,name:"is_recorder",kind:"scalar",opt:!0,T:8},{no:18,name:"recorder_type",kind:"enum",opt:!0,T:()=>["socket.room.RecorderType",rh,"RECORDER_TYPE_"]},{no:19,name:"hidden_participant",kind:"scalar",opt:!0,T:8},{no:20,name:"show_participant_list",kind:"scalar",opt:!0,T:8},{no:21,name:"can_change_participant_permissions",kind:"scalar",opt:!0,T:8},{no:22,name:"connected_meetings",kind:"message",T:()=>wA},{no:23,name:"media",kind:"message",T:()=>IA}])}}const ch=new CA;class RA extends T{constructor(){super("socket.preset.ReadPeersPresetRequest",[{no:1,name:"user_ids",kind:"scalar",repeat:2,T:9}])}}const MA=new RA;class AA extends T{constructor(){super("socket.preset.PeerPreset",[{no:1,name:"user_id",kind:"scalar",T:9},{no:2,name:"peer_id",kind:"scalar",T:9},{no:3,name:"preset",kind:"scalar",T:12}])}}const DA=new AA;class OA extends T{constructor(){super("socket.preset.ReadPeersPresetResponse",[{no:1,name:"peer_presets",kind:"message",repeat:1,T:()=>DA}])}}const NA=new OA;class LA extends T{constructor(){super("socket.preset.UpdatePeerPreset",[{no:1,name:"user_ids",kind:"scalar",T:9},{no:2,name:"patch",kind:"message",T:()=>ch}])}}const qv=new LA;class xA extends T{constructor(){super("socket.preset.UpdatePeersPresetRequest",[{no:1,name:"update_peers_presets",kind:"message",repeat:1,T:()=>qv}])}}const VA=new xA;class UA extends T{constructor(){super("socket.preset.UpdatePeersPresetResponse",[{no:1,name:"update_peers_presets",kind:"message",repeat:1,T:()=>qv}])}}const Gv=new UA;class FA extends T{constructor(){super("socket.preset.PeerUserIDMap",[{no:1,name:"peer_id",kind:"scalar",T:9},{no:2,name:"user_id",kind:"scalar",T:9}])}}const BA=new FA;class WA extends T{constructor(){super("socket.preset.BulkUpdatePeerPresetRequest",[{no:1,name:"peers",kind:"message",repeat:1,T:()=>BA},{no:2,name:"patch",kind:"message",T:()=>ch}])}}new WA;class jA extends T{constructor(){super("socket.preset.BulkUpdatePeerPresetResponse",[{no:2,name:"patch",kind:"message",T:()=>ch}])}}new jA;class HA extends T{constructor(){super("socket.chat.ChatMessage",[{no:1,name:"chat_id",kind:"scalar",T:9},{no:2,name:"peer_id",kind:"scalar",T:9},{no:3,name:"user_id",kind:"scalar",T:9},{no:4,name:"display_name",kind:"scalar",T:9},{no:5,name:"pinned",kind:"scalar",T:8},{no:6,name:"is_edited",kind:"scalar",T:8},{no:7,name:"payload_type",kind:"scalar",T:5},{no:8,name:"payload",kind:"scalar",T:9},{no:10,name:"target_user_ids",kind:"scalar",repeat:2,T:9},{no:11,name:"created_at",kind:"scalar",T:4,L:2},{no:12,name:"created_at_ms",kind:"scalar",opt:!0,T:4,L:2},{no:13,name:"channel_id",kind:"scalar",opt:!0,T:9},{no:14,name:"channel_index",kind:"scalar",opt:!0,T:9}])}}const Si=new HA;class qA extends T{constructor(){super("socket.chat.GetPaginatedChatMessageRoomRequest",[{no:1,name:"time_stamp",kind:"scalar",T:4,L:2},{no:2,name:"size",kind:"scalar",T:5},{no:3,name:"from",kind:"scalar",T:5},{no:4,name:"reversed",kind:"scalar",T:8},{no:5,name:"channel_id",kind:"scalar",opt:!0,T:9}])}}const GA=new qA;class JA extends T{constructor(){super("socket.chat.GetPaginatedChatMessageRoomResponse",[{no:1,name:"messages",kind:"message",repeat:1,T:()=>Si},{no:2,name:"next",kind:"scalar",T:8}])}}const $A=new JA;class KA extends T{constructor(){super("socket.chat.GetChatMessagesResponse",[{no:1,name:"messages",kind:"message",repeat:1,T:()=>Si}])}}const Jv=new KA;class zA extends T{constructor(){super("socket.chat.SendChatMessageToRoomRequest",[{no:1,name:"payload_type",kind:"scalar",T:5},{no:2,name:"payload",kind:"scalar",T:9}])}}const YA=new zA;class QA extends T{constructor(){super("socket.chat.SendChatMessageToRoomResponse",[{no:1,name:"message",kind:"message",T:()=>Si}])}}const dh=new QA;class XA extends T{constructor(){super("socket.chat.SendChatMessageToPeersRequest",[{no:1,name:"peer_ids",kind:"scalar",repeat:2,T:9},{no:2,name:"payload_type",kind:"scalar",T:5},{no:3,name:"payload",kind:"scalar",T:9}])}}const ZA=new XA;class e1 extends T{constructor(){super("socket.chat.SendChatMessageToPeersResponse",[{no:1,name:"message",kind:"message",T:()=>Si}])}}const lh=new e1;class t1 extends T{constructor(){super("socket.chat.SendChatMessageToChannelRequest",[{no:1,name:"channel_id",kind:"scalar",T:9},{no:2,name:"payload_type",kind:"scalar",T:5},{no:3,name:"payload",kind:"scalar",T:9}])}}const r1=new t1;class n1 extends T{constructor(){super("socket.chat.SendChatMessageToChannelResponse",[{no:1,name:"message",kind:"message",T:()=>Si}])}}new n1;class i1 extends T{constructor(){super("socket.chat.EditChatMessageRequest",[{no:1,name:"chat_id",kind:"scalar",T:9},{no:2,name:"payload_type",kind:"scalar",opt:!0,T:5},{no:3,name:"payload",kind:"scalar",opt:!0,T:9},{no:4,name:"pinned",kind:"scalar",opt:!0,T:8},{no:5,name:"channel_id",kind:"scalar",opt:!0,T:9}])}}const s1=new i1;class a1 extends T{constructor(){super("socket.chat.PinChatMessageRequest",[{no:1,name:"chat_id",kind:"scalar",T:9},{no:2,name:"pinned",kind:"scalar",T:8},{no:3,name:"channel_id",kind:"scalar",opt:!0,T:9}])}}const o1=new a1;class c1 extends T{constructor(){super("socket.chat.PinChatMessageResponse",[{no:1,name:"chat_id",kind:"scalar",T:9},{no:2,name:"pinned",kind:"scalar",T:8},{no:3,name:"channel_id",kind:"scalar",opt:!0,T:9}])}}const md=new c1;class d1 extends T{constructor(){super("socket.chat.EditChatMessageResponse",[{no:1,name:"message",kind:"message",T:()=>Si}])}}const gd=new d1;class l1 extends T{constructor(){super("socket.chat.DeleteChatMessageRequest",[{no:1,name:"chat_id",kind:"scalar",T:9},{no:2,name:"channel_id",kind:"scalar",opt:!0,T:9}])}}const u1=new l1;class h1 extends T{constructor(){super("socket.chat.DeleteChatMessageResponse",[{no:1,name:"chat_id",kind:"scalar",T:9},{no:2,name:"channel_id",kind:"scalar",opt:!0,T:9}])}}const fd=new h1;class p1 extends T{constructor(){super("socket.chat.SearchChatMessagesRequest",[{no:1,name:"time_stamp",kind:"scalar",T:4,L:2},{no:2,name:"size",kind:"scalar",T:5},{no:3,name:"from",kind:"scalar",T:5},{no:4,name:"reversed",kind:"scalar",T:8},{no:5,name:"channel_id",kind:"scalar",opt:!0,T:9},{no:6,name:"search_term",kind:"scalar",T:9}])}}const m1=new p1;class g1 extends T{constructor(){super("socket.chat.MarkChannelIndexAsReadRequest",[{no:1,name:"channel_id",kind:"scalar",T:9},{no:2,name:"user_id",kind:"scalar",T:9},{no:3,name:"channel_index",kind:"scalar",T:9}])}}const f1=new g1;class v1 extends T{constructor(){super("socket.chat.MarkChannelIndexAsReadResponse",[{no:1,name:"channel_index",kind:"scalar",T:9}])}}const y1=new v1;class S1 extends T{constructor(){super("socket.chat.CreateChatChannelRequest",[{no:1,name:"display_name",kind:"scalar",T:9},{no:2,name:"target_user_ids",kind:"scalar",repeat:2,T:9},{no:3,name:"display_picture_url",kind:"scalar",opt:!0,T:9},{no:4,name:"visibility",kind:"scalar",T:9},{no:5,name:"is_direct_message",kind:"scalar",T:8}])}}const E1=new S1;class T1 extends T{constructor(){super("socket.chat.UpdateChatChannelRequest",[{no:1,name:"chat_channel_id",kind:"scalar",T:9},{no:2,name:"display_name",kind:"scalar",opt:!0,T:9},{no:3,name:"target_user_ids",kind:"scalar",repeat:2,T:9},{no:4,name:"display_picture_url",kind:"scalar",opt:!0,T:9},{no:5,name:"visibility",kind:"scalar",opt:!0,T:9},{no:6,name:"is_direct_message",kind:"scalar",opt:!0,T:8}])}}const k1=new T1;class b1 extends T{constructor(){super("socket.chat.CreateChatChannelResponse",[{no:1,name:"chat_channel_id",kind:"scalar",T:9}])}}new b1;class w1 extends T{constructor(){super("socket.chat.GetChatChannelRequest",[{no:1,name:"chat_channel_id",kind:"scalar",T:9}])}}const _1=new w1;class P1 extends T{constructor(){super("socket.chat.LatestMessageAndUnreadCount",[{no:1,name:"message",kind:"message",T:()=>Si},{no:2,name:"unread_count",kind:"scalar",T:4,L:2}])}}const I1=new P1;class C1 extends T{constructor(){super("socket.chat.ChatChannel",[{no:1,name:"chat_channel_id",kind:"scalar",T:9},{no:2,name:"display_name",kind:"scalar",T:9},{no:3,name:"display_picture_url",kind:"scalar",opt:!0,T:9},{no:4,name:"visibility",kind:"scalar",T:9},{no:5,name:"is_direct_message",kind:"scalar",T:8},{no:6,name:"latest_message_and_unread_count",kind:"message",T:()=>I1},{no:7,name:"target_user_ids",kind:"scalar",repeat:2,T:9}])}}const R1=new C1;class M1 extends T{constructor(){super("socket.chat.GetChatChannelResponse",[{no:1,name:"chat_channels",kind:"message",repeat:1,T:()=>R1}])}}const hn=new M1;class A1 extends T{constructor(){super("socket.chat.ChannelMember",[{no:1,name:"id",kind:"scalar",T:9},{no:2,name:"name",kind:"scalar",opt:!0,T:9},{no:3,name:"picture",kind:"scalar",opt:!0,T:9},{no:4,name:"custom_participant_id",kind:"scalar",T:9}])}}const D1=new A1;class O1 extends T{constructor(){super("socket.chat.GetChatChannelMembersResponse",[{no:1,name:"channel_members",kind:"message",repeat:1,T:()=>D1}])}}const N1=new O1;class L1 extends T{constructor(){super("socket.plugin.AddPluginRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"staggered",kind:"scalar",T:8}])}}const x1=new L1;class V1 extends T{constructor(){super("socket.plugin.RemovePluginRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"staggered",kind:"scalar",T:8}])}}const U1=new V1;class F1 extends T{constructor(){super("socket.plugin.EnablePluginForRoomRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9}])}}const B1=new F1;class W1 extends T{constructor(){super("socket.plugin.DisablePluginForRoomRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9}])}}const j1=new W1;class H1 extends T{constructor(){super("socket.plugin.EnablePluginForPeersRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"peer_ids",kind:"scalar",repeat:2,T:9}])}}const q1=new H1;class G1 extends T{constructor(){super("socket.plugin.DisablePluginForPeersRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"peer_ids",kind:"scalar",repeat:2,T:9}])}}const J1=new G1;class $1 extends T{constructor(){super("socket.plugin.PluginEventToRoomRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"plugin_data",kind:"scalar",T:12}])}}const K1=new $1;class z1 extends T{constructor(){super("socket.plugin.PluginEventToPeersRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"peer_ids",kind:"scalar",repeat:2,T:9},{no:3,name:"plugin_data",kind:"scalar",T:12}])}}const Y1=new z1;class Q1 extends T{constructor(){super("socket.plugin.StoreKeys",[{no:1,name:"store_key",kind:"scalar",T:9},{no:2,name:"payload",kind:"scalar",opt:!0,T:12}])}}const uh=new Q1;class X1 extends T{constructor(){super("socket.plugin.PluginStoreInsertKeysRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"store_name",kind:"scalar",T:9},{no:3,name:"insert_keys",kind:"message",repeat:1,T:()=>uh}])}}const $v=new X1;class Z1 extends T{constructor(){super("socket.plugin.PluginStoreGetKeysRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"store_name",kind:"scalar",T:9},{no:3,name:"get_keys",kind:"message",repeat:1,T:()=>uh}])}}const eD=new Z1;class tD extends T{constructor(){super("socket.plugin.PluginStoreDeleteKeysRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"store_name",kind:"scalar",T:9},{no:3,name:"delete_keys",kind:"message",repeat:1,T:()=>uh}])}}const rD=new tD;class nD extends T{constructor(){super("socket.plugin.PluginStoreDeleteRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"store_name",kind:"scalar",T:9}])}}const iD=new nD;class sD extends T{constructor(){super("socket.plugin.EnablePluginResponse",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"enabled_by",kind:"scalar",T:9}])}}const hh=new sD;class aD extends T{constructor(){super("socket.plugin.EnablePluginsResponse",[{no:1,name:"plugins",kind:"message",repeat:1,T:()=>hh}])}}const oD=new aD;class cD extends T{constructor(){super("socket.plugin.DisablePluginResponse",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"disabled_by",kind:"scalar",T:9}])}}const Kv=new cD;class dD extends T{constructor(){super("socket.plugin.PluginStoreItem",[{no:1,name:"timestamp",kind:"scalar",T:9},{no:2,name:"peer_id",kind:"scalar",T:9},{no:3,name:"store_key",kind:"scalar",T:9},{no:4,name:"payload",kind:"scalar",T:12}])}}const lD=new dD;class uD extends T{constructor(){super("socket.plugin.PluginStoreResponse",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"store_name",kind:"scalar",T:9},{no:3,name:"store_items",kind:"message",repeat:1,T:()=>lD}])}}const zv=new uD;class hD extends T{constructor(){super("socket.plugin.PluginEventResponse",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"plugin_data",kind:"scalar",T:12}])}}const Yv=new hD;class pD extends T{constructor(){super("socket.livestreaming.LiveStreamingEvent",[{no:1,name:"livestream_id",kind:"scalar",T:9},{no:2,name:"err_message",kind:"scalar",T:9},{no:3,name:"name",kind:"scalar",T:9},{no:4,name:"meeting_id",kind:"scalar",T:9},{no:5,name:"playback_url",kind:"scalar",T:9},{no:6,name:"org_id",kind:"scalar",T:9},{no:7,name:"room_name",kind:"scalar",T:9},{no:8,name:"room_uuid",kind:"scalar",T:9},{no:9,name:"status",kind:"scalar",T:9},{no:10,name:"manual_ingest",kind:"scalar",opt:!0,T:8}])}}const Qv=new pD;class mD extends T{constructor(){super("socket.livestreaming.GetStagePeersResponse",[{no:1,name:"stage_peers",kind:"scalar",repeat:2,T:9}])}}const Xv=new mD;class gD extends T{constructor(){super("socket.livestreaming.StageRequest",[{no:1,name:"display_name",kind:"scalar",T:9},{no:2,name:"user_id",kind:"scalar",T:9},{no:3,name:"peer_id",kind:"scalar",T:9}])}}const fD=new gD;class vD extends T{constructor(){super("socket.livestreaming.GetStageRequestsResponse",[{no:1,name:"stage_requests",kind:"message",repeat:1,T:()=>fD}])}}const ph=new vD;class yD extends T{constructor(){super("socket.livestreaming.GrantStageAccessRequest",[{no:1,name:"user_ids",kind:"scalar",repeat:2,T:9}])}}const SD=new yD;class ED extends T{constructor(){super("socket.livestreaming.DenyStageAccessRequest",[{no:1,name:"user_ids",kind:"scalar",repeat:2,T:9}])}}const TD=new ED;class kD extends T{constructor(){super("socket.livestreaming.LeaveStageRequest",[{no:1,name:"user_ids",kind:"scalar",repeat:2,T:9}])}}const Zv=new kD;class bD extends T{constructor(){super("socket.polls.Poll",[{no:1,name:"poll_id",kind:"scalar",T:9},{no:2,name:"created_by",kind:"scalar",T:9},{no:3,name:"created_by_user_id",kind:"scalar",T:9},{no:4,name:"question",kind:"scalar",T:9},{no:5,name:"options",kind:"message",repeat:1,T:()=>_D},{no:6,name:"hide_votes",kind:"scalar",T:8},{no:7,name:"anonymous",kind:"scalar",T:8},{no:8,name:"votes",kind:"scalar",repeat:2,T:9}])}}const ey=new bD;class wD extends T{constructor(){super("socket.polls.PollOption",[{no:1,name:"text",kind:"scalar",T:9},{no:2,name:"count",kind:"scalar",opt:!0,T:4,L:2},{no:3,name:"votes",kind:"message",repeat:1,T:()=>ID}])}}const _D=new wD;class PD extends T{constructor(){super("socket.polls.PollVote",[{no:1,name:"user_id",kind:"scalar",T:9},{no:2,name:"name",kind:"scalar",T:9}])}}const ID=new PD;class CD extends T{constructor(){super("socket.polls.NewPollRequest",[{no:1,name:"question",kind:"scalar",T:9},{no:2,name:"options",kind:"scalar",repeat:2,T:9},{no:3,name:"anonymous",kind:"scalar",T:8},{no:4,name:"hide_votes",kind:"scalar",T:8},{no:5,name:"created_by",kind:"scalar",opt:!0,T:9},{no:6,name:"created_by_user_id",kind:"scalar",opt:!0,T:9}])}}const RD=new CD;class MD extends T{constructor(){super("socket.polls.VotePollRequest",[{no:1,name:"poll_id",kind:"scalar",T:9},{no:2,name:"index",kind:"scalar",T:4,L:2}])}}const AD=new MD;class DD extends T{constructor(){super("socket.polls.UpdatePollResponse",[{no:1,name:"poll",kind:"message",T:()=>ey}])}}const mh=new DD;class OD extends T{constructor(){super("socket.polls.GetPollsResponse",[{no:1,name:"polls",kind:"message",repeat:1,T:()=>ey}])}}const ND=new OD;class LD extends T{constructor(){super("socket.recording.RecordingEvent",[{no:1,name:"recording_id",kind:"scalar",T:9},{no:2,name:"err_message",kind:"scalar",T:9},{no:3,name:"recording_type",kind:"enum",T:()=>["common.RecordingType",yi]}])}}const ty=new LD;class xD extends T{constructor(){super("google.protobuf.Timestamp",[{no:1,name:"seconds",kind:"scalar",T:3,L:0},{no:2,name:"nanos",kind:"scalar",T:5}])}now(){const e=this.create(),r=Date.now();return e.seconds=Te.from(Math.floor(r/1e3)).toBigInt(),e.nanos=r%1e3*1e6,e}toDate(e){return new Date(Te.from(e.seconds).toNumber()*1e3+Math.ceil(e.nanos/1e6))}fromDate(e){const r=this.create(),n=e.getTime();return r.seconds=Te.from(Math.floor(n/1e3)).toBigInt(),r.nanos=n%1e3*1e6,r}internalJsonWrite(e,r){let n=Te.from(e.seconds).toNumber()*1e3;if(n<Date.parse("0001-01-01T00:00:00Z")||n>Date.parse("9999-12-31T23:59:59Z"))throw new Error("Unable to encode Timestamp to JSON. Must be from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59Z inclusive.");if(e.nanos<0)throw new Error("Unable to encode invalid Timestamp to JSON. Nanos must not be negative.");let i="Z";if(e.nanos>0){let s=(e.nanos+1e9).toString().substring(1);s.substring(3)==="000000"?i="."+s.substring(0,3)+"Z":s.substring(6)==="000"?i="."+s.substring(0,6)+"Z":i="."+s+"Z"}return new Date(n).toISOString().replace(".000Z",i)}internalJsonRead(e,r,n){if(typeof e!="string")throw new Error("Unable to parse Timestamp from JSON "+Ql(e)+".");let i=e.match(/^([0-9]{4})-([0-9]{2})-([0-9]{2})T([0-9]{2}):([0-9]{2}):([0-9]{2})(?:Z|\.([0-9]{3,9})Z|([+-][0-9][0-9]:[0-9][0-9]))$/);if(!i)throw new Error("Unable to parse Timestamp from JSON. Invalid format.");let s=Date.parse(i[1]+"-"+i[2]+"-"+i[3]+"T"+i[4]+":"+i[5]+":"+i[6]+(i[8]?i[8]:"Z"));if(Number.isNaN(s))throw new Error("Unable to parse Timestamp from JSON. Invalid value.");if(s<Date.parse("0001-01-01T00:00:00Z")||s>Date.parse("9999-12-31T23:59:59Z"))throw new globalThis.Error("Unable to parse Timestamp from JSON. Must be from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59Z inclusive.");return n||(n=this.create()),n.seconds=Te.from(s/1e3).toBigInt(),n.nanos=0,i[7]&&(n.nanos=parseInt("1"+i[7]+"0".repeat(9-i[7].length))-1e9),n}}new xD;class VD extends T{constructor(){super("common.BaseHubMessage",[{no:1,name:"event",kind:"scalar",T:5},{no:2,name:"id",kind:"scalar",T:9},{no:3,name:"peer_id",kind:"scalar",T:9},{no:4,name:"room_id",kind:"scalar",T:9},{no:5,name:"user_id",kind:"scalar",T:9},{no:6,name:"payload",kind:"scalar",T:12},{no:7,name:"error",kind:"scalar",opt:!0,T:8},{no:8,name:"sid",kind:"scalar",opt:!0,T:9},{no:9,name:"room_object_id",kind:"scalar",opt:!0,T:9},{no:10,name:"preset",kind:"scalar",opt:!0,T:9}])}}const gh=new VD;class UD extends T{constructor(){super("common.BulkedHubMessage",[{no:1,name:"messages",kind:"message",repeat:1,T:()=>gh}])}}new UD;class FD extends T{constructor(){super("common.CFWorkersResponse",[{no:1,name:"response",kind:"message",T:()=>gh},{no:2,name:"broadcast_responses",kind:"message",repeat:1,T:()=>gh}])}}new FD;const BD=0,WD=1,jD=2,HD=3,qD=4,GD=5,JD={getPeerInfo:0,updatePeerInfo:1,getRoomPeersInfo:2,joinRoom:3,leaveRoom:4,getRoomInfo:5,updateRoomInfo:6,closeRoom:7,startedLivestream:8,stoppedLivestream:9,erroredLivestream:10,getStagePeers:11,getStageRequests:12,requestStageAccess:13,cancelStageRequest:14,grantStageAccess:15,denyStageAccess:16,roomPeerCount:17,joinStage:18,leaveStage:19,getConnectedRoomsDump:20,createConnectedRooms:21,deleteConnectedRooms:22,movePeers:23,transferPeer:24,movedPeer:25,connectedRoomsUpdated:26,connectedRoomsDeleted:27,getAllAddedParticipants:28,broadcastMessage:29,kick:30,kickAll:31,transcript:32,getWaitingRoomRequests:33,acceptWaitingRoomRequests:34,waitingRoomRequestAccepted:35,denyWaitingRoomRequests:36,waitingRoomRequestDenied:37,peerStageStatusUpdate:38,broadcastToEntity:39,recordingStarted:40,recordingStopped:41,recordingPaused:42,getRoomStageState:43,livestreamingInvoked:44},$D={getMessages:0,sendMessageToRoom:1,sendMessageToPeers:2,editMessage:3,deleteMessage:4,getPaginatedMessages:5,sendMessageToChannel:6,searchChannelMessages:7,getAllChatChannels:8,markChannelIndexAsRead:9,pinMessage:10},KD={getPlugins:0,addPlugin:1,enablePluginForRoom:2,disablePluginForPeers:3,enablePluginForPeers:4,disablePluginForRoom:5,removePlugin:6,customPluginEventToRoom:7,customPluginEventToPeers:8,storeInsertKeys:9,storeGetKeys:10,storeDeleteKeys:11,storeDelete:12},zD={createPoll:0,getPolls:1,votePoll:2,updatePoll:3},ry={unknown:0,createWebRTCTransport:1,produce:2,consume:3,toggleProducer:4,toggleConsumer:5,closeProducer:6,closeConsumer:7,joinRoom:16,leaveRoom:17,selectedPeer:18,globalPinPeer:19,selfJoinComplete:20,peerJoinedBroadcast:25,peerLeaveBroadcast:26,peerProducerCreateBroadcast:27,peerProducerToggleBroadcast:28,peerProducerCloseBroadcast:29,globalPeerPinBroadcast:30,recordingStartedBroadcast:31,recordingStoppedBroadcast:32,peerDisplayNameEditBroadcast:33,mediaRoomTerminationBroadcastResponse:36,selectedPeerDiff:40,renegotiateSessionDescription:50,errorResponse:60,kickPeer:90,kickAll:91,changeDisplayName:92,hostControlPeer:93,hostControlAllPeers:94,audioActivity:100},YD={createChatChannel:0,getChatChannel:1,deprecatedGetAllChatChannels:2,getChannelMembers:3,updateChatChannel:4},QD={getUserPresets:0,updateUserPreset:1};function ms(t,e){return Object.keys(e).reduce((r,n)=>(r[n]=(t<<16)+e[n],r),{})}function ny(t,e){return Object.keys(t).reduce((r,n)=>(r[n]=e|t[n],r),{})}const W=ms(BD,JD),Fe=ms(WD,$D),z=ms(jD,KD),pn=ms(HD,zD),Ei=ms(qD,YD),ur=ny(ry,16777216),wr=ny(ry,50331648),vd=ms(GD,QD);var XD=Object.defineProperty,ZD=Object.getOwnPropertyDescriptor,fh=(t,e,r,n)=>{for(var i=n>1?void 0:n?ZD(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&XD(e,r,i),i},Ti,iy;const vh=(iy=class{constructor(t){v(this,Ti,void 0),y(this,Ti,t)}createChannel(t,e,r,n="public",i=!1){return u(this,null,function*(){const s={displayName:t,targetUserIds:e,displayPictureUrl:r,visibility:n,isDirectMessage:i};i&&(s.visibility="private");const a=yield o(this,Ti).sendMessagePromise(Ei.createChatChannel,E1.toBinary(s)),c=hn.fromBinary(a.payload).chatChannels;return vh.formatChannel(c[0])})}updateChannel(t,e){return u(this,null,function*(){const r=yield o(this,Ti).sendMessagePromise(Ei.updateChatChannel,k1.toBinary({chatChannelId:t,targetUserIds:e.memberIds,displayName:e.displayName,displayPictureUrl:e.displayPictureUrl,visibility:e.visibility})),n=hn.fromBinary(r.payload).chatChannels;return vh.formatChannel(n[0])})}static formatChannel(t){var e;const{latestMessageAndUnreadCount:r}=t,n=G(x({},t),{id:t.chatChannelId,memberIds:t.targetUserIds,unreadCount:(e=r==null?void 0:r.unreadCount)!=null?e:0});return r!=null&&r.message&&(n.latestMessage=Ir.formatSocketServiceMessage(r.message)),delete n.chatChannelId,delete n.targetUserIds,delete n.latestMessageAndUnreadCount,n}getChannelMembers(t){return u(this,null,function*(){try{const e=yield o(this,Ti).sendMessagePromise(Ei.getChannelMembers,_1.toBinary({chatChannelId:t}));return N1.fromBinary(e.payload).channelMembers.map(r=>{var n=r,{id:i}=n,s=Mc(n,["id"]);return G(x({},s),{userId:i})})}catch(e){return[]}})}on(t,e){let r,n;switch(t){case Ei.createChatChannel:{r=hn.fromBinary.bind(hn),n=hn.create();break}case Ei.updateChatChannel:{r=hn.fromBinary.bind(hn),n=hn.create();break}}if(!r){h.warn(`ChatChannelSocketHandler::Event ${t} is not recognized`);return}o(this,Ti).on(t,({payload:i})=>{let s=n;try{s=r(i)}catch(a){h.error("ChatChannelSocketHandler::on::binary_decode_error",{error:a})}return e(s)})}},Ti=new WeakMap,iy);let ki=vh;fh([g.trace("ChatChannelHandler.createChannel")],ki.prototype,"createChannel",1),fh([g.trace("ChatChannelHandler.updateChannel")],ki.prototype,"updateChannel",1),fh([g.trace("ChatChannelHandler.getChannelMembers")],ki.prototype,"getChannelMembers",1);var eO=Object.defineProperty,tO=Object.getOwnPropertyDescriptor,_r=(t,e,r,n)=>{for(var i=n>1?void 0:n?tO(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&eO(e,r,i),i},Ct=(t=>(t[t.TEXT=0]="TEXT",t[t.IMAGE=1]="IMAGE",t[t.FILE=2]="FILE",t[t.CUSTOM=3]="CUSTOM",t))(Ct||{}),Rt;class hr{constructor(e){v(this,Rt,void 0),y(this,Rt,e)}getChatMessages(){return o(this,Rt).sendMessagePromise(Fe.getMessages)}getChatMessagesPaginated(e,r,n,i=0,s=""){return u(this,null,function*(){const a={timeStamp:e,size:r,from:i,reversed:n,channelId:s},c=yield o(this,Rt).sendMessagePromise(Fe.getPaginatedMessages,GA.toBinary(a));return c.payload?$A.fromBinary(c.payload):{messages:[],next:!1}})}sendMessageToRoom(e,r){const n={payloadType:r,payload:e};o(this,Rt).sendMessage(Fe.sendMessageToRoom,YA.toBinary(n))}sendMessageToPeers(e,r,n){const i={payloadType:r,peerIds:n,payload:e};o(this,Rt).sendMessage(Fe.sendMessageToPeers,ZA.toBinary(i))}sendMessageToChannel(e,r,n){const i={payloadType:r,channelId:n,payload:e};o(this,Rt).sendMessage(Fe.sendMessageToChannel,r1.toBinary(i))}sendMessage(e,r,n,i){if(i&&this.sendMessageToChannel(e,r,i),n&&n.length>0){this.sendMessageToPeers(e,r,n);return}this.sendMessageToRoom(e,r)}editMessage(e,r,n,i,s){return u(this,null,function*(){const a={chatId:e,payloadType:n,payload:r};i&&(a.channelId=i),s!==void 0&&(a.pinned=s);const c=yield o(this,Rt).sendMessagePromise(Fe.editMessage,s1.toBinary(a));return gd.fromBinary(c.payload).message})}deleteMessage(e,r){return u(this,null,function*(){const n={chatId:e};r&&(n.channelId=r);const i=yield o(this,Rt).sendMessagePromise(Fe.deleteMessage,u1.toBinary(n)),s=fd.fromBinary(i.payload);return x({id:s.chatId},s.channelId?{channelId:s.channelId}:{})})}searchMessages(e,r){return u(this,null,function*(){var n,i,s;const a={searchTerm:e,timeStamp:(n=r.timestamp)!=null?n:Date.now(),size:(i=r.size)!=null?i:75,from:0,reversed:(s=r.reversed)!=null?s:!0};r.channelId&&(a.channelId=r.channelId);try{const c=yield o(this,Rt).sendMessagePromise(Fe.searchChannelMessages,m1.toBinary(a));return Jv.fromBinary(c.payload).messages}catch(c){return[]}})}getAllChannels(){return u(this,null,function*(){try{const e=yield o(this,Rt).sendMessagePromise(Fe.getAllChatChannels);return hn.fromBinary(e.payload).chatChannels.map(ki.formatChannel)}catch(e){return[]}})}markLastReadMessage(e,r){return u(this,null,function*(){const n=yield o(this,Rt).sendMessagePromise(Fe.markChannelIndexAsRead,f1.toBinary({channelId:e,userId:r.userId,channelIndex:r.channelIndex}));return y1.fromBinary(n.payload).channelIndex})}setPinState(e,r){return u(this,null,function*(){const n={chatId:e.id,pinned:r,channelId:e.channelId},i=yield o(this,Rt).sendMessagePromise(Fe.pinMessage,o1.toBinary(n));return md.fromBinary(i.payload)})}on(e,r){let n,i;switch(e){case Fe.sendMessageToRoom:{n=dh.fromBinary.bind(dh),i=dh.create();break}case Fe.sendMessageToPeers:{n=lh.fromBinary.bind(lh),i=lh.create();break}case Fe.editMessage:{n=gd.fromBinary.bind(gd),i=gd.create();break}case Fe.pinMessage:{n=md.fromBinary.bind(md),i=md.create();break}case Fe.deleteMessage:{n=fd.fromBinary.bind(fd),i=fd.create();break}}if(!n){h.warn(`ChatSocketHandler::Event ${e} is not recognized`);return}o(this,Rt).on(e,({payload:s})=>{let a=i;try{a=n(s)}catch(c){h.error("chatSocketHandler::on::binary_decode_error",{error:c})}return r(a)})}}Rt=new WeakMap,_r([g.trace("SocketService.getChatMessages")],hr.prototype,"getChatMessages",1),_r([g.trace("SocketService.getChatMessagesPaginated")],hr.prototype,"getChatMessagesPaginated",1),_r([g.trace("SocketService.sendMessageToRoom")],hr.prototype,"sendMessageToRoom",1),_r([g.trace("SocketService.sendMessageToPeers")],hr.prototype,"sendMessageToPeers",1),_r([g.trace("SocketService.sendMessageToChannel")],hr.prototype,"sendMessageToChannel",1),_r([g.trace("SocketService.sendMessage")],hr.prototype,"sendMessage",1),_r([g.trace("SocketService.editMessage")],hr.prototype,"editMessage",1),_r([g.trace("SocketService.deleteMessage")],hr.prototype,"deleteMessage",1),_r([g.trace("SocketService.searchMessages")],hr.prototype,"searchMessages",1),_r([g.trace("SocketService.getAllChannels")],hr.prototype,"getAllChannels",1),_r([g.trace("SocketService.markLastReadMessage")],hr.prototype,"markLastReadMessage",1);function rO(t){return t.replace(/([-_]\w)/g,e=>e[1].toUpperCase())}function Pr(t){if(!t||typeof t!="object")return t;if(Array.isArray(t))return t.map(r=>Pr(r));const e={};return Object.keys(t).forEach(r=>{const n=zl(r)?r:rO(r);e[n]=Pr(t[r])}),e}function nO(t){return t.replace(/[A-Z]/g,e=>`_${e.toLowerCase()}`)}function sy(t){if(!t||typeof t!="object")return t;if(Array.isArray(t))return t.map(r=>sy(r));const e={};return Object.keys(t).forEach(r=>{const n=zl(r)?r:nO(r);e[n]=t[r]}),e}function yd(t,e={}){return t==null?{}:(Object.getOwnPropertyNames(t).forEach(r=>{if(typeof t[r]!="function"){if(typeof t[r]=="object"){yd(t[r],e[r]={});return}e[r]=t[r]}}),e)}class ay{constructor(e){f(this,"defaults"),this.defaults={baseURL:e.baseURL,headers:{common:{}},timeout:e.timeout,retry:e.retry,retryDelay:e.retryDelay}}buildURL(e,r){const{baseURL:n}=this.defaults,i=e.startsWith("http")?e:`${n}${e.startsWith("/")?e:`/${e}`}`;if(r){const s=new URLSearchParams;return Object.entries(r).forEach(([a,c])=>{s.append(a,c)}),`${i}${i.includes("?")?"&":"?"}${s.toString()}`}return i}request(e){return u(this,null,function*(){var r;const n=((r=e.method)==null?void 0:r.toUpperCase())||"GET",i=this.buildURL(e.url||"",e.params),s=x(x({},this.defaults.headers.common),e.headers);n!=="GET"&&n!=="HEAD"&&e.data&&!s["Content-Type"]&&(s["Content-Type"]="application/json");const a=s["Content-Type"]==="application/json"?JSON.stringify(e.data):e.data,c={method:n,headers:s,body:n!=="GET"&&n!=="HEAD"&&e.data?a:void 0},d=e.timeout||this.defaults.timeout,l=e.retry!==void 0?e.retry:this.defaults.retry,p=e.retryDelay||this.defaults.retryDelay;try{const m=new AbortController,S=setTimeout(()=>m.abort(),d);c.signal=m.signal;const E=yield fetch(i,c);clearTimeout(S);let b=null;const O=E.headers.get("content-type");O&&O.includes("application/json")?b=yield E.json():b=yield E.text();const M={};E.headers.forEach((V,J)=>{M[J]=V});const F={data:b,status:E.status,statusText:E.statusText,headers:M,config:e};if(!E.ok)throw F;return F}catch(m){if(m instanceof Error&&l>0)return yield new Promise(S=>setTimeout(S,p)),this.defaults.baseURL==="https://api.dyte.io"?this.defaults.baseURL="https://api.cluster.dyte.in":this.defaults.baseURL==="https://api.cluster.dyte.in"&&(this.defaults.baseURL="https://api.dyte.io"),this.request(G(x({},e),{retry:l-1}));throw m}})}get(e){return u(this,arguments,function*(r,n={}){return this.request(G(x({},n),{method:"GET",url:r}))})}post(e,r){return u(this,arguments,function*(n,i,s={}){return this.request(G(x({},s),{method:"POST",url:n,data:i}))})}put(e,r){return u(this,arguments,function*(n,i,s={}){return this.request(G(x({},s),{method:"PUT",url:n,data:i}))})}}const iO=3,sO=30,aO=8e3;class oO{constructor(e,r){f(this,"ipInfo"),f(this,"fetchClient"),f(this,"requests"),f(this,"roomName"),f(this,"roomUUID"),f(this,"authToken"),f(this,"organizationId"),f(this,"iceServers"),f(this,"pluginInformation"),f(this,"userDetails"),f(this,"roomDetails"),f(this,"context"),this.context=e;const{timeout:n=aO,retry:i=iO,retryDelay:s=sO,baseURL:a="https://api.dyte.io",authToken:c,cachedUserDetails:d}=r||{};this.iceServers=d==null?void 0:d.iceServers,this.pluginInformation=d==null?void 0:d.pluginInformation,this.userDetails=d==null?void 0:d.userDetails,this.roomDetails=d==null?void 0:d.roomDetails,this.requests=new ay({baseURL:a,timeout:n,retry:i,retryDelay:s,responseType:"json"}),this.fetchClient=new ay({baseURL:"",timeout:n,retry:i,retryDelay:s,responseType:"json"}),this.setAuthToken(c,{bearer:!0});const l=this.requests.request.bind(this.requests);this.requests.request=p=>u(this,null,function*(){var m,S,E,b,O;try{g.injectContext(this.requests.defaults.headers.common);const M=yield l(p);return p.url!==g.logsEndpoint&&h.debug("xhr::fetch",{networkCall:{status:M.status,statusText:M.statusText,baseURL:p.baseURL||this.requests.defaults.baseURL,url:p.url,method:p.method}}),M}catch(M){throw M?(((m=M.config)==null?void 0:m.url)!==g.logsEndpoint&&h.error("xhr::fetch",{error:M,networkCall:{status:M.status,statusText:M.statusText,baseURL:((S=M.config)==null?void 0:S.baseURL)||this.requests.defaults.baseURL,url:(E=M.config)==null?void 0:E.url,retries:(b=M.config)==null?void 0:b.retry,method:(O=M.config)==null?void 0:O.method,isOnline:navigator.onLine?"online":"offline"}}),new _(M.message||"Network request failed","0011")):new _("Unknown network error occurred","0011")}})}get peerId(){return this.context.getValue("peerId")}setAuthToken(e,r){const{bearer:n}=r||{};this.authToken=e,this.requests.defaults.headers.common.Authorization=n?`Bearer ${e}`:e}setHeader(e,r){this.requests.defaults.headers.common[e]=r}setRoomName(e){this.roomName=e}setRoomUUID(e){this.roomUUID=e}setOrganizationId(e){this.organizationId=e}}var cO=Object.defineProperty,dO=Object.getOwnPropertyDescriptor,pr=(t,e,r,n)=>{for(var i=n>1?void 0:n?dO(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&cO(e,r,i),i};class Xt extends oO{constructor(e,r){super(e,r),this.setHeader("x-dyte-web-core-version",e.getValue("sdkVersion"))}getIPDetails(){return u(this,null,function*(){var e;const{peerId:r}=this;try{const n=yield cu.getIPDetails({peerId:r,apiHostnames:mv(this.context),logger:h});if(h.log("ipInfo",{ipInfo:n}),((e=n==null?void 0:n.loc)==null?void 0:e.length)>5)return n;throw Error("Insufficient data")}catch(n){h.warn("ApiClient.getRoomNodeLinkAndTitleV1 Failed to get ip details",{error:{name:n.name,message:n.message}});return}})}getICEServers(){return u(this,null,function*(){if(this.iceServers)return this.iceServers;const{success:e,iceServers:r}=(yield this.requests.get("/iceservers")).data;if(e)return(r==null?void 0:r.length)>0&&(this.iceServers=r),r})}getPlugins(){return u(this,null,function*(){var e,r,n,i,s,a,c;if(this.pluginInformation)return this.pluginInformation;const{plugins:d}=(yield this.requests.get("/v2/plugins/user")).data.data,l=((r=(e=Q.getValue(ie.V1_PLUGINS))==null?void 0:e.toString())==null?void 0:r.split(","))||[],p=d.reduce((m,S)=>(m[l.includes(S.id)?"v1":"v2"].push(G(x({},S),{name:S.name.replace("v2","")})),m),{v1:[],v2:[]});return(s=(i=(n=this.context.getValue("modules"))==null?void 0:n.devTools)==null?void 0:i.plugins)!=null&&s.length&&((c=(a=this.context.getValue("modules"))==null?void 0:a.devTools)==null||c.plugins.forEach(m=>{var S,E,b;const O=G(x({},Sa),{tags:[...Sa.tags],baseUrl:`http://localhost:${m.port}`,name:m.name,picture:(S=m.picture)!=null?S:Sa.picture,createdAt:new Date().toISOString(),updatedAt:new Date().toISOString(),id:m.id,organizationId:this.organizationId,description:(E=m.description)!=null?E:Sa.description,staggered:(b=m.staggered)!=null?b:Sa.staggered});p.v2.push(O)})),p.v2})}getPluginDetails(e){return u(this,null,function*(){const{plugin:r}=(yield this.requests.get(`/v2/plugins/view/${e}`)).data.data;return r})}getPluginConfig(e){return u(this,null,function*(){return(yield this.fetchClient.get(`${e}/dyte-config.json`)).data})}authorizePlugin(e){return u(this,null,function*(){const r={peerId:this.peerId},{token:n}=(yield this.requests.post(`/v2/plugins/authorize/${e}`,r)).data.data;return n})}getPresignedUrls(e,r){return u(this,null,function*(){const n=od(this.context,"chat_upload_expiry"),i={roomUUID:this.roomUUID,filename:e,expiry:typeof n=="number"?n:void 0};Q.hasFeature(ie.FEAT_CHAT_SDK)&&(i.viewType=r);const{getLocation:s,putLocation:a}=(yield this.requests.post("/v1/meetings/genPreSignedUploadUrl",i)).data.data;return{getLocation:s,putLocation:a}})}uploadFile(e,r){return u(this,null,function*(){if(navigator.isReactNative&&"uri"in e)try{yield fetch(r,{method:"PUT",headers:{"Content-Type":"application/octet-stream"},body:{uri:e.uri,name:e.name}})}catch(n){h.error(`sendFileMessage::${n}`)}else yield this.fetchClient.put(r,e,{headers:{"Content-Type":e.type}})})}startLivestreaming(e){return u(this,arguments,function*({manualIngestion:r}){const n=Pr(yield this.requests.post(`/v2/meetings/${this.context.getValue("meetingId")}/livestreams`,{manual_ingest:!!r})).data.data;return{playbackUrl:n.playbackUrl,status:n.status,manualIngest:n.manualIngest,ingestionCredentials:n.streamKey?{ingestionServer:n.ingestServer,streamKey:n.streamKey}:null}})}stopLivestreaming(){return u(this,null,function*(){return this.requests.post(`/v2/meetings/${this.context.getValue("meetingId")}/active-livestream/stop`)})}getActiveLivestream(){return u(this,null,function*(){const e=Pr((yield this.requests.get(`/v2/meetings/${this.context.getValue("meetingId")}/active-livestream`)).data.data);return{playbackUrl:e.playbackUrl,status:e.status,manualIngest:e.manualIngest,ingestionCredentials:e.streamKey?{ingestionServer:e.ingestServer,streamKey:e.streamKey}:null}})}getUserDetails(){return u(this,null,function*(){if(this.userDetails)return this.userDetails;const e=(yield this.requests.get("v2/internals/participant-details")).data.data;return Pr(e)})}startRecording(e,r){return u(this,null,function*(){return(yield this.requests.post("/v2/recordings",G(x({},sy(e)),{meeting_id:this.context.getValue("meetingId"),allow_multiple_recordings:!!r}))).data.data.id})}updateRecording(e,r){return u(this,null,function*(){return this.requests.put(`v2/recordings/${e}`,{action:r})})}getActiveRecording(){return u(this,null,function*(){const{status:e,id:r}=(yield this.requests.get(`v2/recordings/active-recording/${this.context.getValue("meetingId")}`)).data.data;return{status:e,id:r}})}getActiveTranscript(){return u(this,null,function*(){const{transcript_download_url:e}=(yield this.requests.get(`v2/meetings/${this.context.getValue("meetingId")}/active-transcript`)).data.data;try{return{transcript:(yield this.fetchClient.get(e)).data}}catch(r){throw new _("Cant fetch transcript s3 url","1801")}})}getRoomNodeData(){return u(this,null,function*(){const e=yield this.getIPDetails();if(this.ipInfo=e,this.roomDetails)return this.roomDetails;const{roomNodeLink:r,title:n,useHiveMedia:i,sfu:s}=Pr((yield this.requests.post("v2/internals/rooms",{ip_information:e})).data.data);return{roomNodeUrl:r,meetingTitle:n,useHiveMedia:i!=null?i:!1,sfu:s}})}}pr([g.trace("APIClient.getIPDetails")],Xt.prototype,"getIPDetails",1),pr([g.trace("APIClient.getICEServers")],Xt.prototype,"getICEServers",1),pr([g.trace("APIClient.getPlugins")],Xt.prototype,"getPlugins",1),pr([g.trace("APIClient.startLivestreaming")],Xt.prototype,"startLivestreaming",1),pr([g.trace("APIClient.stopLivestreaming")],Xt.prototype,"stopLivestreaming",1),pr([g.trace("APIClient.getActiveLivestream")],Xt.prototype,"getActiveLivestream",1),pr([g.trace("APIClient.getUserDetails")],Xt.prototype,"getUserDetails",1),pr([g.trace("APIClient.startRecording")],Xt.prototype,"startRecording",1),pr([g.trace("APIClient.stopRecording")],Xt.prototype,"updateRecording",1),pr([g.trace("APIClient.getActiveRecording")],Xt.prototype,"getActiveRecording",1),pr([g.trace("APIClient.getActiveTranscript")],Xt.prototype,"getActiveTranscript",1),pr([g.trace("APIClient.getRoomNodeData")],Xt.prototype,"getRoomNodeData",1);let yh;function lO(t,e){return yh=new Xt(t,e),yh}function gt(){return yh}function uO(t,e){return`<blockquote>${e.replace(/<blockquote>[.\s\S]*<\/blockquote>\n\n/m,"")}</blockquote>
|
|
16
|
-
${t}`}const gs={maxInvocations:5,period:1};function Bt(t,e){return function(r,n,i){const s=i.value;let a=0,c=Date.now();return i.value=function(...d){const l=Date.now(),p=e?this[e]:t;if(l-c>p.period*1e3&&(c=l,a=0),a>=p.maxInvocations)throw new _(`Method rate limit ${p.maxInvocations} invocations/${p.period}sec exceeded`,"0013");return a+=1,s.apply(this,d)},i}}var hO=Object.defineProperty,pO=Object.getOwnPropertyDescriptor,De=(t,e,r,n)=>{for(var i=n>1?void 0:n?pO(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&hO(e,r,i),i};const mO=["text","image","file","custom","poll"],Sd={maxInvocations:180,period:60};var se,fs,st,vs,Ed,Sh,oy,Td,Eh,cy;let be=(cy=class extends Yt{constructor(t,e,r,n,i){super(),v(this,Sh),v(this,Td),f(this,"messages"),f(this,"channels",[]),v(this,se,void 0),v(this,fs,void 0),v(this,st,void 0),v(this,vs,void 0),v(this,Ed,void 0),f(this,"maxTextLimit",2e3),y(this,Ed,t),y(this,st,e),y(this,vs,r),y(this,se,n),y(this,fs,i),this.messages=[]}setMaxTextLimit(t){this.maxTextLimit=t}sendMessageInternal(t,e,r){return u(this,arguments,function*(n,i,s,a={}){switch(n.type){case"text":{const c=a.replyTo&&a.replyTo.type==="text"?uO(n.message,a.replyTo.message):n.message;yield this.sendTextMessageInternal(c,i,s);break}case"image":yield this.sendImageMessageInternal(n.image,i,s);break;case"file":yield this.sendFileMessageInternal(n.file,i,s);break;default:h.error("sendMessage::message_type_not_supported",{dyteChat:{messageType:n.type}});break}})}sendTextMessageInternal(t,e,r){return u(this,null,function*(){var n,i,s,a,c,d;if(t.length>this.maxTextLimit)throw new _("Max character limit breached","0503");if(e&&e.length>0){if(!((n=o(this,se).permissions)!=null&&n.chatPrivate.canSend)||!((i=o(this,se).permissions)!=null&&i.chatPrivate.text))throw h.error("sendTextMessage::private_chat_permission_denied"),new _("Could not send message to private chat.","0501")}else if(!((a=(s=o(this,se).permissions)==null?void 0:s.chatPublic)!=null&&a.canSend)||!((d=(c=o(this,se).permissions)==null?void 0:c.chatPublic)!=null&&d.text))throw h.error("sendTextMessage::public_chat_permission_denied"),new _("Could not send message to public chat.","0501");if(!t)throw h.error("sendTextMessage::message_can_not_be_empty"),new _("Message can not be empty.","0502");if(r){o(this,st).sendMessageToChannel(t,Ct.TEXT,r);return}let l=[];e&&e.length>0&&(e.push(o(this,se).id),l=o(this,fs).joined.toArray().filter(p=>e.includes(p.id)).map(p=>p.userId),l.push(o(this,se).userId)),o(this,st).sendMessage(t,Ct.TEXT,e)})}sendImageMessageInternal(t,e,r){return u(this,null,function*(){var n,i,s,a,c,d;if(e&&e.length>0){if(!((n=o(this,se).permissions)!=null&&n.chatPrivate.canSend)||!((i=o(this,se).permissions)!=null&&i.chatPrivate.files)){h.error("sendImageMessage::private_chat_permission_denied");return}}else if(!((a=(s=o(this,se).permissions)==null?void 0:s.chatPublic)!=null&&a.canSend)||!((d=(c=o(this,se).permissions)==null?void 0:c.chatPublic)!=null&&d.files)){h.error("sendImageMessage::permission_denied");return}if(!t){h.error("sendImageMessage::required_argument_image_can_not_be_empty");return}if(!["image/gif","image/jpeg","image/png"].includes(t.type)){h.error("sendImageMessage::image_type_not_supported",{dyteChat:{imageType:t.type}});return}try{const l=gt(),{getLocation:p,putLocation:m}=yield l.getPresignedUrls(t.name,o(this,se).config.viewType);if(yield l.uploadFile(t,m),r){o(this,st).sendMessageToChannel(p,Ct.IMAGE,r);return}let S=[];e&&e.length>0&&(e.push(o(this,se).id),S=o(this,fs).joined.toArray().filter(E=>e.includes(E.id)).map(E=>E.userId),S.push(o(this,se).userId)),o(this,st).sendMessage(p,Ct.IMAGE,e)}catch(l){throw new _("Error sending image message.","0500")}})}sendFileMessageInternal(t,e,r){return u(this,null,function*(){var n,i,s,a,c,d;if(e&&e.length>0){if(!((n=o(this,se).permissions)!=null&&n.chatPrivate.canSend)||!((i=o(this,se).permissions)!=null&&i.chatPrivate.files)){h.error("sendFileMessage::private_chat_permission_denied");return}}else if(!((a=(s=o(this,se).permissions)==null?void 0:s.chatPublic)!=null&&a.canSend)||!((d=(c=o(this,se).permissions)==null?void 0:c.chatPublic)!=null&&d.files)){h.error("sendFileMessage::permission_denied");return}if(!t){h.error("sendFileMessage::required_argument_file_can_not_be_empty");return}try{const l=gt(),{getLocation:p,putLocation:m}=yield l.getPresignedUrls(t.name,o(this,se).config.viewType);if(yield l.uploadFile(t,m),r){o(this,st).sendMessageToChannel(JSON.stringify({link:p,name:t.name,size:"size"in t?t.size:0}),Ct.FILE,r);return}let S=[];e&&e.length>0&&(e.push(o(this,se).id),S=o(this,fs).joined.toArray().filter(b=>e.includes(b.id)).map(b=>b.userId),S.push(o(this,se).userId));const E=JSON.stringify({link:p,name:t.name,size:"size"in t?t.size:0});o(this,st).sendMessage(E,Ct.FILE,e)}catch(l){throw new _("Error sending file message.","0500")}})}get rateLimits(){return Sd}updateRateLimits(t,e){Sd.maxInvocations=t,Sd.period=e}sendTextMessage(t,e){return u(this,null,function*(){return this.sendTextMessageInternal(t,e)})}sendCustomMessage(t,e){return u(this,null,function*(){var r,n,i,s,a,c,d,l,p,m,S,E,b,O,M;if(e&&e.length>0){if(!((r=o(this,se).permissions)!=null&&r.chatPrivate.canSend)||!((n=o(this,se).permissions)!=null&&n.chatPrivate.files)||!((i=o(this,se).permissions)!=null&&i.chatPrivate.text)){h.error("sendCustomMessage::private_chat_permission_denied");return}}else if(!((a=(s=o(this,se).permissions)==null?void 0:s.chatPublic)!=null&&a.canSend)||!((d=(c=o(this,se).permissions)==null?void 0:c.chatPublic)!=null&&d.files)||!((p=(l=o(this,se).permissions)==null?void 0:l.chatPublic)!=null&&p.text)){h.error("sendCustomMessage::permission_denied");return}const F=J=>u(this,null,function*(){try{if(typeof J=="string")return{link:J};const P=gt(),{getLocation:Z,putLocation:ae}=yield P.getPresignedUrls(J.name,o(this,se).config.viewType);return yield P.uploadFile(J,ae),{link:Z,type:J.type,name:J.name,size:J.size}}catch(P){throw new _("Error sending image message.","0500")}}),V=G(x({},t),{files:yield Promise.all((S=(m=t.files)!=null?m:[])==null?void 0:S.map(J=>u(this,null,function*(){return F(J)}))),images:yield Promise.all((b=(E=t.images)!=null?E:[])==null?void 0:b.map(J=>u(this,null,function*(){return F(J)}))),videos:yield Promise.all((M=(O=t.videos)!=null?O:[])==null?void 0:M.map(J=>u(this,null,function*(){return F(J)})))});o(this,st).sendMessage(JSON.stringify(V),Ct.CUSTOM,e)})}sendImageMessage(t,e){return u(this,null,function*(){return this.sendImageMessageInternal(t,e)})}sendFileMessage(t,e){return u(this,null,function*(){return this.sendFileMessageInternal(t,e)})}sendMessage(t,e){return u(this,null,function*(){return this.sendMessageInternal(t,e)})}editTextMessage(t,e,r){return u(this,null,function*(){var n,i,s,a,c,d;if(((i=(n=o(this,se).permissions)==null?void 0:n.chatMessage)==null?void 0:i.canEdit)==="NONE")throw new _("Not permitted to edit messages","0501");if(!((a=(s=o(this,se).permissions)==null?void 0:s.chatPublic)!=null&&a.canSend)||!((d=(c=o(this,se).permissions)==null?void 0:c.chatPublic)!=null&&d.text)){h.error("editTextMessage::permission_denied");return}if(!e){h.error("editTextMessage::message_can_not_be_empty");return}o(this,st).editMessage(t,e,Ct.TEXT,r)})}editImageMessage(t,e,r){return u(this,null,function*(){var n,i,s,a;if(!((i=(n=o(this,se).permissions)==null?void 0:n.chatPublic)!=null&&i.canSend)||!((a=(s=o(this,se).permissions)==null?void 0:s.chatPublic)!=null&&a.files)){h.error("editImageMessage::permission_denied");return}if(!e){h.error("editImageMessage::required_argument_image_can_not_be_empty");return}if(!["image/gif","image/jpeg","image/png"].includes(e.type)){h.error("sendImageMessage::image_type_not_supported",{dyteChat:{imageType:e.type}});return}try{const c=gt(),{getLocation:d,putLocation:l}=yield c.getPresignedUrls(e.name,o(this,se).config.viewType);yield c.uploadFile(e,l),o(this,st).editMessage(t,d,Ct.IMAGE,r)}catch(c){throw new _("Error editing image message.","0500")}})}editFileMessage(t,e,r){return u(this,null,function*(){var n,i,s,a;if(!((i=(n=o(this,se).permissions)==null?void 0:n.chatPublic)!=null&&i.canSend)||!((a=(s=o(this,se).permissions)==null?void 0:s.chatPublic)!=null&&a.files)){h.error("sendFileMessage::permission_denied");return}if(!e){h.error("sendFileMessage::required_argument_file_can_not_be_empty");return}try{const c=gt(),{getLocation:d,putLocation:l}=yield c.getPresignedUrls(e.name,o(this,se).config.viewType);yield c.uploadFile(e,l),o(this,st).editMessage(t,JSON.stringify({link:d,name:e.name,size:"size"in e?e.size:0}),Ct.FILE,r)}catch(c){throw new _("Error editing file message.","0500")}})}editMessage(t,e,r){return u(this,null,function*(){switch(e.type){case"text":{this.editTextMessage(t,e.message,r);break}case"image":{this.editImageMessage(t,e.image,r);break}case"file":{this.editFileMessage(t,e.file,r);break}default:{h.error("editMessage::message_type_not_supported",{dyteChat:{messageType:e.type}});break}}})}deleteMessage(t,e){return u(this,null,function*(){var r,n;if(((n=(r=o(this,se).permissions)==null?void 0:r.chatMessage)==null?void 0:n.canDelete)==="NONE")throw new _("Not permitted to delete messages","0501");o(this,st).deleteMessage(t,e)})}getMessagesByUser(t){return this.messages.filter(e=>e.userId===t)}getMessagesByType(t){return this.messages.filter(e=>e.type===t)}pin(t){return u(this,null,function*(){if(!o(this,Td,Eh))throw new _("Can`t pin message without joining room","0505");if(!o(this,se).permissions.pinParticipant)throw new _("You do not have permission to pin messages.","0501");const e=this.messages.find(r=>r.id===t);if(e){o(this,st).setPinState(e,!0);return}throw new _(`No message found with id: ${t}`,"0504")})}unpin(t){return u(this,null,function*(){if(!o(this,Td,Eh))throw new _("Can`t unpin message without joining room","0505");if(!o(this,se).permissions.pinParticipant)throw new _("You do not have permission to unpin messages.","0501");const e=this.messages.find(r=>r.id===t);if(e){o(this,st).setPinState(e,!1);return}throw new _(`No message found with id: ${t}`,"0504")})}getMessages(t,e,r,n=0,i=void 0){return u(this,null,function*(){const s=yield o(this,st).getChatMessagesPaginated(t,e,r,n,i);return{messages:s.messages.map(a=>Ir.formatSocketServiceMessage(a)),next:s.next}})}createChannel(t,e){return u(this,arguments,function*(r,n,i={}){var s;const a=(s=o(this,se).permissions)==null?void 0:s.chatChannel;if(a){if(a.canCreate==="NONE")throw new _("Not permitted to create channels","0501");if(i.visibility==="public"&&!(a.canCreate==="PUBLIC"||a.canCreate==="ALL"))throw new _("Not permitted to create public channels","0501");if(i.visibility==="private"&&!(a.canCreate==="PRIVATE"||a.canCreate==="ALL"))throw new _("Not permitted to create private channels","0501")}if(!r||r.trim().length===0)throw new _("channel name cannot be empty.","0510");const c=[...new Set([...n,o(this,se).userId])];return yield o(this,vs).createChannel(r.trim(),c,i.displayPictureUrl,i.visibility,i.isDirectMessage)})}updateChannel(t,e){var r,n,i,s,a;const c=this.channels.find(p=>p.id===t),d=(r=o(this,se).permissions)==null?void 0:r.chatChannel;if(d){if(d.canUpdate==="NONE")throw new _("Not permitted to update channels","0501");if(c.visibility==="public"&&!(d.canUpdate==="PUBLIC"||d.canUpdate==="ALL"))throw new _("Not permitted to update public channels","0501");if(c.visibility==="private"&&!(d.canUpdate==="PRIVATE"||d.canUpdate==="ALL"))throw new _("Not permitted to update private channels","0501")}const l={memberIds:(n=e.memberIds)!=null?n:c.memberIds,displayName:(i=e.displayName)!=null?i:c.displayName,displayPictureUrl:(s=e.displayPictureUrl)!=null?s:c.displayPictureUrl,visibility:(a=e.visibility)!=null?a:c.visibility};return o(this,vs).updateChannel(t,l)}sendMessageToChannel(t,e){return u(this,arguments,function*(r,n,i={}){return this.sendMessageInternal(r,null,n,i)})}getChannelMembers(t){return u(this,null,function*(){return o(this,vs).getChannelMembers(t)})}searchMessages(t){return u(this,arguments,function*(e,r={}){if(!Q.hasFeature(ie.FEAT_CHAT_SDK_SEARCH))throw new _("searchMessages is temporarily disabled!","0506");return(yield o(this,st).searchMessages(e,r)).map(Ir.formatSocketServiceMessage)})}markLastReadMessage(t,e){return u(this,null,function*(){yield o(this,st).markLastReadMessage(t,e);const r=this.channels.find(n=>n.id===t);if(r){const n=G(x({},r),{unreadCount:0});this.channels=this.channels.map(i=>i.id===t?n:i),this.emit("channelMessageUpdate",n)}})}get pinned(){return this.messages.filter(t=>t.pinned)}},se=new WeakMap,fs=new WeakMap,st=new WeakMap,vs=new WeakMap,Ed=new WeakMap,Sh=new WeakSet,oy=function(){return o(this,Ed).getValue("connectionHandler")},Td=new WeakSet,Eh=function(){return o(this,Sh,oy).socketJoined===!0},cy);De([g.trace("DyteChat.setMaxTextLimit")],be.prototype,"setMaxTextLimit",1),De([g.trace("DyteChat.updateRateLimits")],be.prototype,"updateRateLimits",1),De([g.trace("DyteChat.sendTextMessage"),Bt(Sd)],be.prototype,"sendTextMessage",1),De([g.trace("DyteChat.sendCustomMessage")],be.prototype,"sendCustomMessage",1),De([g.trace("DyteChat.sendImageMessage"),Bt({maxInvocations:20,period:60})],be.prototype,"sendImageMessage",1),De([g.trace("DyteChat.sendFileMessage"),Bt({maxInvocations:20,period:60})],be.prototype,"sendFileMessage",1),De([g.trace("DyteChat.sendMessage"),Bt({maxInvocations:180,period:60})],be.prototype,"sendMessage",1),De([g.trace("DyteChat.editTextMessage")],be.prototype,"editTextMessage",1),De([g.trace("DyteChat.editImageMessage")],be.prototype,"editImageMessage",1),De([g.trace("DyteChat.editFileMessage")],be.prototype,"editFileMessage",1),De([g.trace("DyteChat.editMessage")],be.prototype,"editMessage",1),De([g.trace("DyteChat.deleteMessage")],be.prototype,"deleteMessage",1),De([g.trace("DyteChat.getMessagesByUser")],be.prototype,"getMessagesByUser",1),De([g.trace("DyteChat.getMessagesByType")],be.prototype,"getMessagesByType",1),De([g.trace("DyteChat.pin")],be.prototype,"pin",1),De([g.trace("DyteChat.unpin")],be.prototype,"unpin",1),De([g.trace("DyteChat.getMessages")],be.prototype,"getMessages",1),De([g.trace("DyteChat.createChannel")],be.prototype,"createChannel",1),De([g.trace("DyteChat.updateChannel")],be.prototype,"updateChannel",1),De([g.trace("DyteChat.sendMessageToChannel")],be.prototype,"sendMessageToChannel",1),De([g.trace("DyteChat.getChannelMembers")],be.prototype,"getChannelMembers",1),De([g.trace("DyteChat.searchMessages")],be.prototype,"searchMessages",1),De([g.trace("DyteChat.markLastReadMessage")],be.prototype,"markLastReadMessage",1),be=De([Tt("0500")],be);var gO=Object.defineProperty,fO=Object.getOwnPropertyDescriptor,Th=(t,e,r,n)=>{for(var i=n>1?void 0:n?fO(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&gO(e,r,i),i},kh,dy;const bi=(dy=class{constructor(t,e,r,n,i){f(this,"chat"),f(this,"chatSocketHandler"),f(this,"chatChannelSocketHandler"),f(this,"self"),v(this,kh,void 0),y(this,kh,t),this.chatSocketHandler=e,this.chatChannelSocketHandler=r,this.chat=new be(t,e,r,n,i),this.self=n,this.setupEvents()}static init(t,e,r,n,i){return u(this,null,function*(){return new bi(t,e,r,n,i)})}static formatMessage(t){return G(x({},t),{time:new Date(t.time),type:mO[t.type]})}static formatSocketServiceMessage(t){const e=t.createdAt*1e3,r={displayName:t.displayName,id:t.chatId,time:e,timeMs:t.createdAtMs,type:t.payloadType,isEdited:t.isEdited,userId:t.userId,targetUserIds:t.targetUserIds,channelId:t.channelId,channelIndex:t.channelIndex,message:"",link:"",name:"",html:"",images:[],videos:[],files:[],size:0,pinned:t.pinned};switch(r.type){case Ct.TEXT:{r.message=t.payload;break}case Ct.IMAGE:{r.link=t.payload;break}case Ct.FILE:{const{link:n,name:i,size:s}=JSON.parse(t.payload);r.link=n,r.name=i,r.size=s;break}case Ct.CUSTOM:{const{html:n,images:i,message:s,videos:a,files:c}=JSON.parse(t.payload);r.message=s,r.html=n,r.images=i,r.videos=a,r.files=c;break}}return bi.formatMessage(r)}getChatMessages(){return u(this,null,function*(){if(this.self.config.viewType==="LIVESTREAM"||this.self.config.viewType==="CHAT"||Q.hasFeature(ie.FEAT_PAGINATED_CHAT))return;const t=yield this.chatSocketHandler.getChatMessages();if(!(t!=null&&t.payload))return;const e=Jv.fromBinary(t.payload).messages;this.chat.messages=e.map(r=>bi.formatSocketServiceMessage(r))})}setupEvents(){C.on(R.SOCKET_SERVICE_ROOM_JOINED,()=>u(this,null,function*(){this.getChatMessages()})),this.chatSocketHandler.on(Fe.sendMessageToRoom,t=>{const e=bi.formatSocketServiceMessage(t.message);if(!e.channelId)this.chat.messages=[...this.chat.messages,e];else{const r=this.chat.channels.find(n=>n.id===e.channelId);r&&(r.latestMessage=e,r.unreadCount+=1,this.chat.emit("channelMessageUpdate",r))}this.chat.emit("chatUpdate",{action:"add",message:e,messages:this.chat.messages})}),this.chatSocketHandler.on(Fe.sendMessageToPeers,t=>{const e=bi.formatSocketServiceMessage(t.message);this.chat.messages=[...this.chat.messages,e],this.chat.emit("chatUpdate",{action:"add",message:e,messages:this.chat.messages})}),this.chatSocketHandler.on(Fe.editMessage,t=>{const e=bi.formatSocketServiceMessage(t.message);if(e.channelId){this.chat.emit("chatUpdate",{action:"edit",message:e,messages:this.chat.messages});return}const r=this.chat.messages.findIndex(n=>n.id===e.id);r!==-1&&(this.chat.messages[r]=e,this.chat.emit("chatUpdate",{action:"edit",message:e,messages:this.chat.messages}))}),this.chatSocketHandler.on(Fe.deleteMessage,t=>{if(t.channelId){this.chat.emit("chatUpdate",{action:"delete",message:{id:t.chatId,channelId:t.channelId},messages:this.chat.messages});return}const e=this.chat.messages.findIndex(n=>n.id===t.chatId);if(e===-1)return;const[r]=this.chat.messages.splice(e,1);this.chat.emit("chatUpdate",{action:"delete",message:r,messages:this.chat.messages})}),this.chatChannelSocketHandler.on(Ei.createChatChannel,t=>{const[e]=t.chatChannels,r=ki.formatChannel(e);this.chat.channels.push(r),this.chat.emit("channelCreate",r)}),this.chatSocketHandler.on(Fe.pinMessage,t=>{const e=this.chat.messages.findIndex(n=>n.id===t.chatId);if(e===-1)return;const r=this.chat.messages[e];r.pinned=t.pinned,this.chat.messages[e]=r,this.chat.emit("chatUpdate",{action:"edit",message:r,messages:this.chat.messages})}),this.chatChannelSocketHandler.on(Ei.updateChatChannel,t=>{const[e]=t.chatChannels,r=ki.formatChannel(e);this.chat.channels=this.chat.channels.map(n=>n.id===r.id?r:n),this.chat.emit("channelUpdate",r)})}},kh=new WeakMap,dy);let Ir=bi;Th([g.trace("ChatController.setupEvents")],Ir.prototype,"setupEvents",1),Th([g.trace("ChatController.init")],Ir,"init",1),Th([g.trace("ChatController.formatSocketServiceMessage")],Ir,"formatSocketServiceMessage",1);var vO=Object.defineProperty,yO=Object.getOwnPropertyDescriptor,bh=(t,e,r,n)=>{for(var i=n>1?void 0:n?yO(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&vO(e,r,i),i},wh,ly,_h,uy,Ia,Ca,kd,hy;let Ra=(hy=class extends Yt{constructor(t,e,r){super(),v(this,wh),v(this,_h),f(this,"items"),v(this,Ia,void 0),v(this,Ca,void 0),v(this,kd,void 0),y(this,kd,t),y(this,Ia,e),y(this,Ca,r),this.items=[]}create(t,e,r=!1,n=!1){return u(this,null,function*(){if(!o(this,_h,uy))throw new _("Can't create polls without joining room","0705");if(!o(this,Ia).permissions.polls.canCreate){h.error("DytePolls::create::permission_denied");return}if(!t||!e){h.error("DytePolls::question_and_options_can_not_be_empty",{dytePolls:{hasQuestion:!!t,optionsLength:e==null?void 0:e.length}});return}if(e.length<2){h.error("DytePolls::there_must_be_at_least_two_options",{dytePolls:{hasQuestion:!!t,optionsLength:e.length}});return}yield o(this,Ca).createPoll(t,e,r,n)})}vote(t,e){return u(this,null,function*(){if(!o(this,Ia).permissions.polls.canVote){h.error("DytePolls::vote::permission_denied");return}yield o(this,Ca).votePoll(t,e)})}},wh=new WeakSet,ly=function(){return o(this,kd).getValue("connectionHandler")},_h=new WeakSet,uy=function(){var t;return((t=o(this,wh,ly))==null?void 0:t.socketJoined)===!0},Ia=new WeakMap,Ca=new WeakMap,kd=new WeakMap,hy);bh([g.trace("DytePolls.create")],Ra.prototype,"create",1),bh([g.trace("DytePolls.vote")],Ra.prototype,"vote",1),Ra=bh([Tt("0700")],Ra);var SO=Object.defineProperty,EO=Object.getOwnPropertyDescriptor,Ph=(t,e,r,n)=>{for(var i=n>1?void 0:n?EO(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&SO(e,r,i),i},Ma,ys,py;const Ss=(py=class{constructor(t,e,r){f(this,"polls"),v(this,Ma,void 0),v(this,ys,void 0),this.polls=new Ra(t,e,r),y(this,Ma,e),y(this,ys,r),this.setupEvents()}static init(t,e,r){return u(this,null,function*(){return new Ss(t,e,r)})}canViewPolls(){return o(this,Ma).permissions.polls.canView}setupEvents(){const t={[pn.createPoll]:n=>{n.poll&&this.updatePoll(Ss.formatSocketServicePoll(n.poll))},[pn.updatePoll]:n=>{n.poll&&this.updatePoll(Ss.formatSocketServicePoll(n.poll))},[pn.votePoll]:n=>{n.poll&&this.updatePoll(Ss.formatSocketServicePoll(n.poll))}},e=()=>{C.on(R.SOCKET_SERVICE_ROOM_JOINED,()=>{this.getPolls()}),Object.keys(t).map(Number).forEach(n=>{o(this,ys).on(n,t[n])})},r=()=>{C.on(R.SOCKET_SERVICE_ROOM_JOINED,()=>{this.getPolls()}),Object.keys(t).map(Number).forEach(n=>{o(this,ys).removeListeners(n)})};o(this,Ma).permissions.on("permissionsUpdate",n=>u(this,null,function*(){var i;(i=n==null?void 0:n.polls)!=null&&i.canView?(yield this.getPolls(),e()):(this.polls.items=[],r())})),this.canViewPolls()&&e()}updatePoll(t){if(!this.canViewPolls())return;const e=this.polls.items.findIndex(r=>r.id===t.id);if(e>-1){const r=JSON.stringify(this.polls.items[e]);this.polls.items[e]=t,r!==JSON.stringify(t)&&this.polls.emit("pollsUpdate",{polls:this.polls.items,newPoll:!1});return}this.polls.items=[...this.polls.items,t],this.polls.emit("pollsUpdate",{polls:this.polls.items,newPoll:!0})}getPolls(){return u(this,null,function*(){const t=yield o(this,ys).getPolls();if(!(t!=null&&t.payload))return;const{polls:e}=ND.fromBinary(t.payload);this.polls.items=e.map(r=>Ss.formatSocketServicePoll(r))})}static formatSocketServicePoll(t){const e=t.options.map(r=>({count:r.count,text:r.text,votes:r.votes.map(n=>({id:n.userId,name:n.name}))}));return{anonymous:t.anonymous,createdBy:t.createdBy,createdByUserId:t.createdByUserId,hideVotes:t.hideVotes,id:t.pollId,options:e,question:t.question,voted:t.votes}}},Ma=new WeakMap,ys=new WeakMap,py);let bd=Ss;Ph([g.trace("PollController.setupEvents")],bd.prototype,"setupEvents",1),Ph([g.trace("PollController.init")],bd,"init",1),Ph([g.trace("PollController.formatSocketServicePoll")],bd,"formatSocketServicePoll",1);var TO=Object.defineProperty,kO=Object.getOwnPropertyDescriptor,Ih=(t,e,r,n)=>{for(var i=n>1?void 0:n?kO(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&TO(e,r,i),i},my=(t=>(t[t.User=0]="User",t[t.Meeting=1]="Meeting",t))(my||{}),Aa,wd,Ch,Es,_d,gy;let Da=(gy=class extends Yt{constructor(t,e,r,n,i){super(),v(this,wd),f(this,"selfActiveTab"),f(this,"broadcastTabChanges"),v(this,Aa,void 0),v(this,Es,void 0),v(this,_d,void 0),f(this,"viewType"),f(this,"meetingStartedTimestamp"),f(this,"meetingTitle"),f(this,"sessionId"),y(this,Aa,t),y(this,Es,e),this.viewType=r,y(this,_d,n),this.meetingTitle=i,this.broadcastTabChanges=e.permissions.canSpotlight}get socketState(){return o(this,wd,Ch).socketState}get mediaState(){return o(this,wd,Ch).mediaState}get meetingId(){return o(this,Aa).getValue("meetingId")}setBroadcastTabChanges(t){if(!o(this,Es).permissions.canSpotlight)throw h.error("DyteSpotlight::setSpotlighted::permission_denied"),new _("User does not have permission to toggle spotlight","0801");this.broadcastTabChanges=t,this.emit("broadcastTabChangesUpdate",this.broadcastTabChanges),this.broadcastTabChanges&&this.assertActiveTabToRoom()}setSelfActiveTab(t,e){var r;h.info("DyteSpotlight::setActiveTab",{spotlight:{currentTab:{id:t.id,type:t.type}}}),this.selfActiveTab=t,e===0&&this.emit("selfTabUpdate",t),(r=o(this,Es).permissions)!=null&&r.canSpotlight&&this.broadcastTabChanges&&e===0&&this.assertActiveTabToRoom()}assertActiveTabToRoom(){o(this,_d).broadcastMessage("spotlight",{userId:o(this,Es).userId,currentTab:this.selfActiveTab})}},Aa=new WeakMap,wd=new WeakSet,Ch=function(){return o(this,Aa).getValue("connectionHandler")},Es=new WeakMap,_d=new WeakMap,gy);Ih([g.trace("DyteMeta.setBroadcastTabChanges")],Da.prototype,"setBroadcastTabChanges",1),Ih([g.trace("DyteMeta.setSelfActiveTab")],Da.prototype,"setSelfActiveTab",1),Da=Ih([Tt("0800")],Da);function bO(t){let e="",r=[""];const n=[r];let i=0,s=0,a=!0,c;for(c of t)c==='"'?(a&&c===e&&(r[i]+=c),a=!a):c===","&&a?c=r[++i]="":c===`
|
|
17
|
-
`&&a?(e==="\r"&&(r[i]=r[i].slice(0,-1)),r=n[++s]=[c=""],i=0):r[i]+=c,e=c;return n}var wO=Object.defineProperty,_O=Object.getOwnPropertyDescriptor,
|
|
18
|
-
`).map(e=>mr.parseTranscript(e,!1)).filter(Boolean):[]}getActiveTranscript(){return u(this,null,function*(){try{const t=gt(),{transcript:e}=yield t.getActiveTranscript();this.transcripts=mr.parseTranscripts(e)}catch(t){}})}onTranscript(t){return u(this,null,function*(){var e;const r=this.transcripts.filter(({peerId:n})=>n===t.peerId);if((e=r==null?void 0:r.at(-1))!=null&&e.isPartialTranscript){const n=r.at(-1);n.transcript=t.transcript,n.isPartialTranscript=t.isPartialTranscript,this.emit("transcript",n);return}this.transcripts=[...this.transcripts,t],this.emit("transcript",t)})}};Ts([g.trace("DyteAi.getActiveTranscript")],mr.prototype,"getActiveTranscript",1),Ts([g.trace("DyteAi.onTranscript")],mr.prototype,"onTranscript",1),Ts([g.trace("DyteAi.init")],mr,"init",1),Ts([g.trace("DyteAi.parseTranscript")],mr,"parseTranscript",1),Ts([g.trace("DyteAi.parseTranscripts")],mr,"parseTranscripts",1),mr=Ts([Tt("0000")],mr);var PO=Object.defineProperty,IO=Object.getOwnPropertyDescriptor,fy=(t,e,r,n)=>{for(var i=n>1?void 0:n?IO(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&PO(e,r,i),i},wi,Oa,Rh,vy;const yy=(vy=class{constructor(t,e,r,n,i,s){f(this,"meta"),f(this,"ai"),v(this,wi,void 0),v(this,Oa,void 0),f(this,"aiSocketHandler"),v(this,Rh,void 0),y(this,Rh,t),this.meta=new Da(t,e,e.config.viewType,r,s),this.ai=n,y(this,wi,e),y(this,Oa,r),this.aiSocketHandler=i,e.config.viewType!==Pt.Chat&&this.setupEvents()}static init(t,e,r,n,i){return u(this,null,function*(){const s=yield mr.init(e.permissions.transcriptionEnabled);return new yy(t,e,r,s,n,i)})}conditionallySetActiveTab(t){var e;t!=null&&t.currentTab&&((e=this.meta.selfActiveTab)==null?void 0:e.id)!==t.currentTab.id&&(this.meta.setSelfActiveTab(t.currentTab,my.Meeting),this.meta.emit("activeTabUpdate",t.currentTab))}setupEvents(){C.on(R.TRANSPORT_STATE_UPDATE,t=>{this.meta.emit("mediaConnectionUpdate",t)}),C.on(R.SOCKET_STATE_UPDATE,t=>{this.meta.emit("socketConnectionUpdate",t)}),C.on(R.ROOM_STATE,({createdAt:t,roomUuid:e})=>{const r=this.meta.meetingStartedTimestamp;if(e&&(this.meta.sessionId=e),t&&!r){const n=new Date(t*1e3);this.meta.meetingStartedTimestamp=n,this.meta.emit("meetingStartTimeUpdate",{meetingStartedTimestamp:this.meta.meetingStartedTimestamp})}}),C.on(R.PRODUCER_SCORE_UPDATE,({score:t})=>{t<5&&this.meta.emit("poorConnection",{score:t})}),o(this,wi).permissions.canSpotlight&&(h.info("DyteMetaController::Asserting Spotlight"),this.meta.selfActiveTab&&o(this,Oa).broadcastMessage("spotlight",{userId:o(this,wi).userId,currentTab:this.meta.selfActiveTab})),C.on(R.PEER_JOINED_INTERNAL,t=>u(this,null,function*(){o(this,wi).permissions.canSpotlight&&this.meta.selfActiveTab&&o(this,Oa).broadcastToPeers("spotlight",[t.id],{userId:o(this,wi).userId,currentTab:this.meta.selfActiveTab})})),C.on(R.ROOM_MESSAGE,t=>{var e,r;let n;if("type"in t){if(t.type!=="spotlight")return;n=x(x({},t),t.payload)}else if("roomMessageType"in t){if(t.roomMessageType!=="spotlight")return;n=t}else return;h.info("Spotlight Assertion Received",{spotlight:{spotlighter:{id:n.userId},currentTab:{id:(e=n.currentTab)==null?void 0:e.id,type:(r=n.currentTab)==null?void 0:r.type}}}),this.conditionallySetActiveTab(n)}),C.on(R.MESSAGE,t=>{var e,r;let n;if("type"in t){if(t.type!=="spotlight")return;n=x(x({},t),t.payload)}else if("roomMessageType"in t){if(t.roomMessageType!=="spotlight")return;n=t}else return;h.info("Spotlight Assertion Received",{spotlight:{spotlighter:{id:n.userId},currentTab:{id:(e=n.currentTab)==null?void 0:e.id,type:(r=n.currentTab)==null?void 0:r.type}}}),this.conditionallySetActiveTab(n)}),this.aiSocketHandler.on(W.transcript,t=>{const{meetingId:e,transcript:r,isPartial:n}=t,i=mr.parseTranscript(r,n);if(!i){h.warn("Received empty transcript data");return}this.ai.onTranscript(i),this.meta.emit("transcript",i);const{peerId:s,name:a,transcript:c}=i;h.debug(`${e} Received transcript for peer ${s} - ${a}: ${c}`)})}},wi=new WeakMap,Oa=new WeakMap,Rh=new WeakMap,vy);let Mh=yy;fy([g.trace("MetaController.setupEvents")],Mh.prototype,"setupEvents",1),fy([g.trace("MetaController.init")],Mh,"init",1);var CO=Object.defineProperty,RO=Object.getOwnPropertyDescriptor,xn=(t,e,r,n)=>{for(var i=n>1?void 0:n?RO(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&CO(e,r,i),i},Cr,Na,pe,Pd,mn,zr,Id,Ah,La,Cd;class gn extends Yt{constructor(e,r,n,i,s){super(),v(this,Id),v(this,La),v(this,Cr,void 0),v(this,Na,void 0),v(this,pe,void 0),v(this,Pd,void 0),v(this,mn,void 0),v(this,zr,void 0),y(this,zr,e),y(this,Cr,i),y(this,Na,s),y(this,pe,r),y(this,Pd,n),y(this,mn,[]),this.setupEvents()}get status(){return o(this,zr).getValue("stageStatus")}setupEvents(){const e={[R.GET_STAGE_REQUESTS]:i=>u(this,null,function*(){y(this,mn,i)}),[R.UPDATE_STAGE_REQUESTS]:i=>u(this,[i],function*({add:s}){const a=o(this,mn).length,{stageRequests:c}=this.getAccessRequests();(s||c.length>a)&&this.emit("newStageRequest",{count:c.length}),this.emit("stageAccessRequestUpdate",c)})},r=()=>{Object.entries(e).forEach(([i,s])=>{C.onAsync(i,s)})},n=()=>{Object.entries(e).forEach(([i,s])=>{C.removeListener(i,s)})};o(this,pe).permissions.on("permissionsUpdate",i=>{const{canAcceptProductionRequests:s}=i;s!==void 0&&(o(this,pe).permissions.acceptStageRequests?(r(),o(this,Cr).getStageRequests()):(n(),y(this,mn,[]),this.emit("stageAccessRequestUpdate",o(this,mn))))}),o(this,pe).permissions.acceptStageRequests&&r()}getAccessRequests(){if(!o(this,pe).permissions.stageEnabled)throw h.error("DyteStage::stage_disabled"),new _("Stage is disabled","2003");if(!o(this,pe).permissions.acceptStageRequests)throw h.error("DyteStage::get_access_request::permission_denied"),new _("You do not have permission to perform this action","2001");const e=o(this,Pd).joined.toArray().filter(r=>r.stageStatus==="REQUESTED_TO_JOIN_STAGE").map(r=>({displayName:r.name,userId:r.userId,peerId:r.id}));return y(this,mn,e),{stageRequests:o(this,mn)}}requestAccess(){return u(this,null,function*(){if(!o(this,pe).permissions.stageEnabled)throw h.error("DyteStage::stage_disabled"),new _("Stage is disabled","2003");if(this.status!=="OFF_STAGE")throw new _(`Unable to request access you are currently ${this.status}`,"2006");if(o(this,pe).permissions.stageAccess===Y.Allowed){H(this,La,Cd).call(this,"ACCEPTED_TO_JOIN_STAGE");return}o(this,Cr).requestAccess(),H(this,La,Cd).call(this,"REQUESTED_TO_JOIN_STAGE")})}cancelRequestAccess(){return u(this,null,function*(){if(!o(this,pe).permissions.stageEnabled)throw h.error("DyteStage::stage_disabled"),new _("Stage is disabled","2003");o(this,Cr).cancelRequestAccess(),H(this,La,Cd).call(this,"OFF_STAGE")})}grantAccess(e){if(!o(this,pe).roomJoined)throw new _("Can`t grant for participant without joining room");if(!o(this,pe).permissions.stageEnabled)throw h.error("DyteStage::stage_disabled"),new _("Stage is disabled","2003");if(!o(this,pe).permissions.acceptStageRequests)throw h.error("DyteStage::grant_access::permission_denied"),new _("You do not have permission to perform this action","2001");return o(this,Cr).grantAccess(e)}denyAccess(e){if(!o(this,pe).roomJoined)throw new _("Can`t rejectRequestToJoinStage for participant without joining room","2005");if(!o(this,pe).permissions.stageEnabled)throw h.error("DyteStage::stage_disabled"),new _("Stage is disabled","2003");if(!o(this,pe).permissions.acceptStageRequests)throw h.error("DyteStage::deny_access::permission_denied"),new _("You do not have permission to perform this action","2001");return o(this,Cr).denyAccess(e)}join(){return u(this,null,function*(){const e=o(this,zr).getValue("viewType");if(this.status==="ON_STAGE")throw new _("You are already on stage.","2006");if(this.status!=="ACCEPTED_TO_JOIN_STAGE"||o(this,pe).permissions.stageAccess===Y.NotAllowed)throw new _(`Unable to join stage you are currently ${this.status}`,"2006");if(yield o(this,Cr).joinStage(),e===Pt.Livestream){yield o(this,Na).joinRoom(o(this,pe));const{peers:r}=yield o(this,Na).getStagePeers();C.emit(R.SOCKET_PEERS,r)}o(this,zr).setValue("stageStatus","ON_STAGE"),o(this,pe).audioEnabled&&o(this,Id,Ah).shareMic(o(this,pe).audioTrack),o(this,pe).videoEnabled&&o(this,Id,Ah).shareWebcam(o(this,pe).videoTrack)})}leave(){return u(this,null,function*(){if(!o(this,pe).permissions.stageEnabled)throw h.error("DyteStage::stage_disabled"),new _("Stage is disabled","2003");if(!(this.status==="ON_STAGE"||this.status==="ACCEPTED_TO_JOIN_STAGE"))throw new _(`Unable to leave stage you are currently ${this.status}`,"2006");o(this,pe).setIsPinned(!1),yield o(this,Cr).leaveStage(o(this,pe).userId),o(this,zr).setValue("stageStatus","OFF_STAGE",!1),yield C.emitAsync(R.LEAVE_MEDIA_ROOM,"stageLeft"),o(this,zr).notify("stageStatus")})}kick(e){return u(this,null,function*(){if(!o(this,pe).roomJoined)throw new _("Can`t kick participant without joining room","2005");if(!o(this,pe).permissions.stageEnabled)throw h.error("DyteStage::stage_disabled"),new _("Stage is disabled","2003");if(!o(this,pe).permissions.acceptStageRequests)throw h.error("DyteStage::kick::permission_denied"),new _("You do not have permissions for kick","2001");return o(this,Cr).kick(e)})}}Cr=new WeakMap,Na=new WeakMap,pe=new WeakMap,Pd=new WeakMap,mn=new WeakMap,zr=new WeakMap,Id=new WeakSet,Ah=function(){return o(this,zr).getValue("roomNodeClient")},La=new WeakSet,Cd=function(t){return u(this,null,function*(){this.status!==t&&o(this,zr).setValue("stageStatus",t)})},xn([g.trace("DyteStage.getStageRequests")],gn.prototype,"getAccessRequests",1),xn([g.trace("DyteStage.requestAccess")],gn.prototype,"requestAccess",1),xn([g.trace("DyteStage.cancelRequestAccess")],gn.prototype,"cancelRequestAccess",1),xn([g.trace("DyteStage.grantAccess")],gn.prototype,"grantAccess",1),xn([g.trace("DyteStage.denyAccess")],gn.prototype,"denyAccess",1),xn([g.trace("DyteStage.joinStage")],gn.prototype,"join",1),xn([g.trace("DyteStage.leaveStage")],gn.prototype,"leave",1),xn([g.trace("DyteStage.kick")],gn.prototype,"kick",1);function MO(t){return!(t.viewType==="LIVESTREAM"||t.viewType==="CHAT")}function Dh(t){switch(t){case un.UNSPECIFIED:return"OFF_STAGE";case un.REQUESTED_STAGE:return"REQUESTED_TO_JOIN_STAGE";case un.APPROVED_STAGE:return"ACCEPTED_TO_JOIN_STAGE";case un.OFF_STAGE:return"OFF_STAGE";case un.ON_STAGE:return"ON_STAGE";default:return"OFF_STAGE"}}var AO=Object.defineProperty,DO=Object.getOwnPropertyDescriptor,OO=(t,e,r,n)=>{for(var i=n>1?void 0:n?DO(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&AO(e,r,i),i},_i,ks,Pi,Rd,Vn;class Sy{constructor(e,r,n,i,s){f(this,"stage"),v(this,_i,void 0),v(this,ks,void 0),v(this,Pi,void 0),v(this,Rd,0),v(this,Vn,void 0),y(this,Vn,e),this.stage=new gn(e,i,s,r,n),y(this,Pi,r),y(this,_i,i),y(this,ks,s),this.setupEvents()}setupEvents(){o(this,Vn).subscribe("stageStatus",e=>{this.stage.emit("stageStatusUpdate",e)}),o(this,Pi).on(W.grantStageAccess,()=>{o(this,_i).permissions.stageAccess!==Y.Allowed&&(this.stage.emit("stageRequestApproved"),this.setStageStatus("ACCEPTED_TO_JOIN_STAGE"))}),o(this,Pi).on(W.peerStageStatusUpdate,e=>{e!==void 0&&(e.peerId===o(this,_i).id?this.selfStageStatusHandler(e):this.peerStageStatusHandler(e))}),o(this,Pi).on(W.denyStageAccess,()=>{o(this,_i).permissions.stageAccess!==Y.Allowed&&(this.stage.emit("stageRequestRejected"),this.setStageStatus("OFF_STAGE"))}),o(this,Pi).on(W.getStageRequests,e=>u(this,null,function*(){var r;if(o(this,_i).permissions.stageAccess!==Y.Allowed)return;const n=(r=e==null?void 0:e.stageRequests)!=null?r:[];yield C.emitAsync(R.GET_STAGE_REQUESTS,n),o(this,Rd)<n.length&&n.length>0&&this.stage.emit("newStageRequest",{count:n.length}),y(this,Rd,n.length),this.stage.emit("stageAccessRequestUpdate",n)}))}getCurrentStageRequests(){return o(this,ks).joined.toArray().filter(e=>e.stageStatus==="REQUESTED_TO_JOIN_STAGE").map(e=>({displayName:e.name,userId:e.userId,peerId:e.id}))}setStageStatus(e){return u(this,null,function*(){this.stage.status!==e&&o(this,Vn).setValue("stageStatus",e)})}selfStageStatusHandler(e){const r=Dh(e.stageType),n=o(this,Vn).getValue("stageStatus");if(n!==r)switch(e.stageType){case 1:o(this,Vn).setValue("stageStatus","ACCEPTED_TO_JOIN_STAGE",!1),this.stage.join();break;case 2:case 3:this.setStageStatus(n);break;case 0:case 4:default:o(this,Vn).setValue("stageStatus","ACCEPTED_TO_JOIN_STAGE",!1),this.stage.leave();break}}peerStageStatusHandler(e){return u(this,null,function*(){const r=o(this,ks).joined.get(e.peerId),n=o(this,ks).viewMode==="ACTIVE_GRID";if(!r){h.warn("err::peerStageStatusUpdate: participant not found");return}switch(e.stageType){case 1:r.setStageStatus("ON_STAGE"),n&&C.emit(R.UPDATE_ACTIVE);break;case 2:r.setStageStatus("ACCEPTED_TO_JOIN_STAGE");break;case 3:r.setStageStatus("REQUESTED_TO_JOIN_STAGE");break;case 0:case 4:default:r.setStageStatus("OFF_STAGE"),n&&C.emit(R.UPDATE_ACTIVE);break}C.emit(R.UPDATE_PEER_STAGE_STATUS,{id:r.id,status:r.stageStatus})})}}_i=new WeakMap,ks=new WeakMap,Pi=new WeakMap,Rd=new WeakMap,Vn=new WeakMap,OO([g.trace("DyteStage.setupEvents")],Sy.prototype,"setupEvents",1);var NO=Object.defineProperty,LO=Object.getOwnPropertyDescriptor,Rr=(t,e,r,n)=>{for(var i=n>1?void 0:n?LO(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&NO(e,r,i),i};const je={getPeer:14,getPeers:15,chatMessage:16,getRoomName:17,getDisplayTitle:18,getPluginInitiator:19,customPluginEventToParent:20,peerJoined:22,peerLeft:23,sendData:24,stageStatusUpdate:25,peerStageStatusUpdate:26};var Mt,gr,xa,Va,Un,Ua,bs,Fa,Ey;let Zt=(Ey=class extends hs{constructor(t,{baseURL:e,createdAt:r,description:n,id:i,name:s,organizationId:a,picture:c,private:d,published:l,staggered:p,tags:m,type:S,updatedAt:E},b,O,M,F,V){super(),v(this,Mt,void 0),f(this,"baseURL"),f(this,"createdAt"),f(this,"description"),f(this,"id"),f(this,"name"),v(this,gr,void 0),v(this,xa,void 0),v(this,Va,void 0),f(this,"organizationId"),f(this,"picture"),f(this,"private"),f(this,"published"),f(this,"staggered"),f(this,"tags"),f(this,"type"),f(this,"updatedAt"),v(this,Un,void 0),f(this,"config"),v(this,Ua,void 0),f(this,"active"),f(this,"iframes"),f(this,"enabledBy"),v(this,bs,void 0),v(this,Fa,void 0),y(this,bs,t),this.baseURL=e,this.createdAt=new Date(r),this.description=n,this.id=i,this.name=s,y(this,gr,O),this.organizationId=a,this.picture=c,this.private=d,this.published=l,this.staggered=p,this.tags=m,this.type=S,this.updatedAt=new Date(E),this.active=!1,this.iframes=new Map,y(this,Mt,b),y(this,xa,M),y(this,Va,F),this.enabledBy="",y(this,Fa,V)}sendIframeEvent(t){this.iframes.size&&this.iframes.forEach(e=>{const{iframe:r}=e;r&&(navigator.isReactNative?r.postMessage(JSON.stringify(t)):r.contentWindow.postMessage(t,"*"))})}handleIframeMessage(t){return u(this,null,function*(){var e;if(!this.active)return;const r=t,{payload:n,uuid:i,type:s}=r;switch(s){case z.customPluginEventToRoom:{o(this,Mt).customPluginEventToRoom(this.id,n,i);break}case z.customPluginEventToPeers:{o(this,Mt).customPluginEventToPeers(this.id,n.peerIds,n,i);break}case z.enablePluginForRoom:{o(this,Mt).enablePluginForRoom(this.id,i);break}case z.enablePluginForPeers:{o(this,Mt).enablePluginForPeers(this.id,n.peerIds,i);break}case z.disablePluginForRoom:{o(this,Mt).disablePluginForRoom(this.id,i);break}case z.disablePluginForPeers:{o(this,Mt).disablePluginForPeers(this.id,n.peerIds,i);break}case z.storeInsertKeys:{o(this,Mt).storeInsertKeys(this.id,n.store,n.insertKeys,i);break}case z.storeGetKeys:{o(this,Mt).storeGetKeys(this.id,n.store,n.getKeys,i);break}case z.storeDeleteKeys:{o(this,Mt).storeDeleteKeys(this.id,n.store,n.deleteKeys,i);break}case z.storeDelete:{o(this,Mt).storeDelete(this.id,n.store,i);break}case je.chatMessage:{const{messagePayload:a,peerIds:c}=n;if(!o(this,Va)){this.sendIframeEvent({type:je.chatMessage,uuid:r.uuid,payload:{error:"Chat is disabled for this room."}});return}try{yield o(this,Va).sendMessage(a,c),this.sendIframeEvent({type:je.chatMessage,uuid:r.uuid,payload:{success:!0}})}catch(d){this.sendIframeEvent({type:je.chatMessage,uuid:r.uuid,payload:{error:d}})}break}case je.getPeer:{let a;const{peerId:c}=n,d=G(x({},o(this,gr)),{id:o(this,gr).id,isRecorder:(e=o(this,gr).permissions)==null?void 0:e.isRecorder,isHidden:o(this,gr).permissions.hiddenParticipant,stageStatus:o(this,gr).stageStatus});c?(a=o(this,xa).joined.get(n.peerId),o(this,gr).id===c&&(a=d)):a=d,this.sendIframeEvent({type:je.getPeer,payload:{peer:a&&yd(a)},uuid:r.uuid});break}case je.getPeers:{const a=o(this,xa).joined.toArray().map(c=>yd(c));this.sendIframeEvent({type:je.getPeers,payload:{peers:a},uuid:r.uuid});break}case je.getPluginInitiator:{this.sendIframeEvent({type:je.getPluginInitiator,payload:{enabledBy:this.enabledBy},uuid:r.uuid});break}case je.getDisplayTitle:{this.sendIframeEvent({type:je.getDisplayTitle,payload:{displayTitle:o(this,Fa)},uuid:r.uuid});break}case je.getRoomName:{this.sendIframeEvent({type:je.getRoomName,payload:{roomName:o(this,bs).getValue("meetingId")},uuid:r.uuid});break}case je.customPluginEventToParent:{this.emit(r.payload.eventName,r.payload.data);break}}})}sendData(t){this.active&&(h.info("DytePlugin::SendData",{plugin:{id:this.id,name:this.name,data:{eventName:t.eventName}}}),this.sendIframeEvent({type:je.sendData,uuid:"",payload:t}))}removePluginView(t="default"){var e;const{iframe:r,listener:n}=(e=this.iframes.get(t))!=null?e:{};(r||n)&&(navigator.isReactNative?r.props.onMessage=void 0:window.removeEventListener("message",n),this.iframes.delete(t))}addPluginView(t,e="default"){var r;if(!o(this,Ua))throw h.error("DytePlugin::addPluginView::no_auth_token_set_for_plugin"),new _("No auth token set for plugin.","0602");if(!t)throw h.error("DytePlugin::addPluginView::iframe_was_not_provided"),new _("Iframe was not provided.","0603");this.removePluginView(e);const n=t,i=new URL(this.baseURL),s={auth:o(this,Ua),parent:navigator.isReactNative?this.baseURL:window.location.origin,backend:o(this,bs).getValue("apiBase"),pluginId:this.id,roomName:(r=o(this,bs).getValue("meetingId"))!=null?r:"",displayTitle:o(this,Fa)};if(Object.keys(s).forEach(a=>{i.searchParams.set(a,s[a])}),n.src=i.href,n.allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",n.title=e,navigator.isReactNative)n.props.onMessage=a=>{this.handleIframeMessage(JSON.parse(a.nativeEvent.data))},this.iframes.set(e,{iframe:n});else{const a=c=>u(this,null,function*(){c.source===t.contentWindow&&(yield this.handleIframeMessage(c.data))});window.addEventListener("message",a),this.iframes.set(e,{iframe:n,listener:a})}}setActive(t){var e,r;if(this.active=t,t){this.emit("stateUpdate",{active:this.active,pluginId:this.id,bind:this.addPluginView.bind(this),views:(e=this.config)==null?void 0:e.views});return}this.active=!1,this.emit("stateUpdate",{active:this.active,pluginId:this.id,views:(r=this.config)==null?void 0:r.views})}activateForSelf(){return u(this,null,function*(){const t=gt(),e=yield t.authorizePlugin(this.id);y(this,Ua,e),y(this,Un,new Date);try{const r=yield t.getPluginConfig(this.baseURL);this.config=r}catch(r){h.error("DytePlugin::activateForSelf",{error:r})}this.setActive(!0),this.emit("enabled")})}deactivateForSelf(){Array.from(this.iframes.keys()).forEach(t=>{this.removePluginView(t)}),y(this,Un,void 0),this.iframes.clear(),this.setActive(!1),this.emit("closed")}enable(){return u(this,null,function*(){return this.activateForSelf()})}disable(){return this.deactivateForSelf()}activate(){return u(this,null,function*(){var t,e;this.active||(e=(t=o(this,gr).permissions)==null?void 0:t.plugins)!=null&&e.canStart&&(o(this,Mt).addPlugin(this.id,this.staggered),y(this,Un,new Date),h.info("plugin::activated",{plugin:{id:this.id,enabledBy:this.enabledBy,name:this.name}}))})}deactivate(){return u(this,null,function*(){var t,e;this.active&&(!((e=(t=o(this,gr).permissions)==null?void 0:t.plugins)!=null&&e.canClose)&&this.enabledBy!==o(this,gr).id||(o(this,Mt).removePlugin(this.id),h.info("plugin::deactivated",{plugin:{id:this.id,name:this.name,duration:o(this,Un)?new Date().getTime()-o(this,Un).getTime():0}}),y(this,Un,void 0)))})}},Mt=new WeakMap,gr=new WeakMap,xa=new WeakMap,Va=new WeakMap,Un=new WeakMap,Ua=new WeakMap,bs=new WeakMap,Fa=new WeakMap,Ey);Rr([g.trace("DytePlugin.sendIframeEvent")],Zt.prototype,"sendIframeEvent",1),Rr([g.trace("DytePlugin.sendData"),Bt({maxInvocations:5,period:1})],Zt.prototype,"sendData",1),Rr([g.trace("DytePlugin.removePluginView")],Zt.prototype,"removePluginView",1),Rr([g.trace("DytePlugin.addPluginView")],Zt.prototype,"addPluginView",1),Rr([g.trace("DytePlugin.activateForSelf")],Zt.prototype,"activateForSelf",1),Rr([g.trace("DytePlugin.deactivateForSelf")],Zt.prototype,"deactivateForSelf",1),Rr([g.trace("DytePlugin.enable")],Zt.prototype,"enable",1),Rr([g.trace("DytePlugin.disable")],Zt.prototype,"disable",1),Rr([g.trace("DytePlugin.activatePlugin")],Zt.prototype,"activate",1),Rr([g.trace("DytePlugin.deactivatePlugin")],Zt.prototype,"deactivate",1),Zt=Rr([Tt("0600")],Zt);var rt,ws;class Ty extends Map{constructor(e){const{onAddEvent:r,onDeleteEvent:n,onClearEvent:i}=e;super(),v(this,rt,void 0),v(this,ws,void 0),f(this,"onAddEvent"),f(this,"onDeleteEvent"),f(this,"onClearEvent"),y(this,rt,new hs),this.onAddEvent=r,this.onDeleteEvent=n,this.onClearEvent=i,y(this,ws,new Map)}emit(e,...r){return o(this,rt).emit(e,...r)}on(e,r){return o(this,rt).on(e,r)}addListener(e,r){return o(this,rt).addListener(e,r)}off(e,r){return o(this,rt).off(e,r)}once(e,r){return o(this,rt).once(e,r)}prependListener(e,r){return o(this,rt).prependListener(e,r)}prependOnceListener(e,r){return o(this,rt).prependOnceListener(e,r)}removeListener(e,r){return o(this,rt).removeListener(e,r)}removeAllListeners(e){return o(this,rt).removeAllListeners(e)}listeners(e){return o(this,rt).listeners(e)}listenerCount(e){return o(this,rt).listenerCount(e)}getMaxListeners(){return o(this,rt).getMaxListeners()}setMaxListeners(e){return o(this,rt).setMaxListeners(e)}eventNames(){return o(this,rt).eventNames()}add(e,r=!0){return this.set(e.id,e,r)}set(e,r,n=!0){const i=super.set(e,r),s=(a,...c)=>{this.emit(a,r,...c)};return o(this,ws).set(e,s),r.on("*",s),n&&o(this,rt).emit(this.onAddEvent,r),i}delete(e,r=!0,n=!1){const i=this.get(e);if(!i)return!1;i.removeListener("*",o(this,ws).get(e));const s=super.delete(e);return n&&i.removeAllListeners(),r&&o(this,rt).emit(this.onDeleteEvent,i),s}clear(e=!0,r=!1){this.forEach(i=>{i.removeListener("*",o(this,ws).get(i.id)),r&&i.removeAllListeners()});const n=super.clear();return e&&o(this,rt).emit(this.onClearEvent),n}toArray(){return Array.from(this.values())}}rt=new WeakMap,ws=new WeakMap;var xO=Object.defineProperty,VO=Object.getOwnPropertyDescriptor,ky=(t,e,r,n)=>{for(var i=n>1?void 0:n?VO(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&xO(e,r,i),i};class Md extends Ty{constructor(){super({onAddEvent:"pluginAdded",onDeleteEvent:"pluginDeleted"})}add(e,r=!0){return super.add(e,r)}delete(e,r=!0,n=!1){return super.delete(e,r,n)}}ky([g.trace("DytePluginMap.add")],Md.prototype,"add",1),ky([g.trace("DytePluginMap.delete")],Md.prototype,"delete",1);var UO=Object.defineProperty,FO=Object.getOwnPropertyDescriptor,BO=(t,e,r,n)=>{for(var i=n>1?void 0:n?FO(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&UO(e,r,i),i};let Oh=class{constructor(){f(this,"all"),f(this,"active"),this.all=new Md,this.active=new Md}};Oh=BO([Tt("0600")],Oh);var WO=Object.defineProperty,jO=Object.getOwnPropertyDescriptor,Ba=(t,e,r,n)=>{for(var i=n>1?void 0:n?jO(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&WO(e,r,i),i},Mr,Wa,Ad,by;const wy=(by=class{constructor(t,e,r,n){f(this,"plugins"),v(this,Mr,void 0),v(this,Wa,void 0),v(this,Ad,void 0),y(this,Mr,e),y(this,Wa,r),y(this,Ad,t),this.plugins=n,this.setupEvents()}static init(t,e,r,n,i,s,a,c){return u(this,null,function*(){const d=new Oh;return e.forEach(l=>{const p=new Zt(t,l,r,s,a,i,c);d.all.add(p)}),new wy(t,r,n,d)})}getRoomPlugins(){return u(this,null,function*(){var t;const{plugins:e}=yield o(this,Mr).getActivePlugins();(t=this.plugins.active)==null||t.toArray().forEach(r=>{this.disablePlugin({id:r.id})}),yield Promise.all(e.map(r=>this.enablePlugin({id:r.pluginId,enabledBy:r.enabledBy})))})}enablePlugin(t){return u(this,arguments,function*({id:e,enabledBy:r}){const n=this.plugins.all.get(e);n&&(yield n.activateForSelf(),n.enabledBy=r)})}disablePlugin(t){return u(this,arguments,function*({id:e}){const r=this.plugins.all.get(e);r&&r.deactivateForSelf()})}sendIframeEvent(t,e,r,n){const i=this.plugins.all.get(e);i&&i.sendIframeEvent({type:t,uuid:r,payload:n})}broadcastIframeEvent(t,e){this.plugins.active.forEach(r=>{this.sendIframeEvent(t,r.id,"",e)})}setupEvents(){this.plugins.all.on("stateUpdate",({active:t,id:e})=>{if(t){this.plugins.active.add(this.plugins.all.get(e));return}this.plugins.active.delete(e)}),C.onAsync(R.SOCKET_SERVICE_ROOM_JOINED,()=>u(this,null,function*(){yield this.getRoomPlugins(),h.debug("[SOCKET_SERVICE_ROOM_JOINED] resolved request to fetch plugins.")})),o(this,Mr).on(z.addPlugin,t=>u(this,null,function*(){var e;const r=t.pluginId;(e=this.plugins.all.get(r))!=null&&e.active||(yield this.enablePlugin({id:r,enabledBy:t.enabledBy}))})),o(this,Mr).on(z.removePlugin,t=>u(this,null,function*(){var e;const r=t.pluginId;(e=this.plugins.all.get(r))!=null&&e.active&&(yield this.disablePlugin({id:r}))})),[z.enablePluginForPeers,z.enablePluginForRoom].forEach(t=>{o(this,Mr).on(t,(e,r)=>u(this,null,function*(){this.sendIframeEvent(t,e.pluginId,r,{enabledBy:e.enabledBy})}))}),[z.disablePluginForPeers,z.disablePluginForRoom].forEach(t=>{o(this,Mr).on(t,(e,r)=>u(this,null,function*(){this.sendIframeEvent(t,e.pluginId,r,{disabledBy:e.disabledBy})}))}),[z.customPluginEventToPeers,z.customPluginEventToRoom].forEach(t=>{o(this,Mr).on(t,(e,r)=>u(this,null,function*(){this.sendIframeEvent(t,e.pluginId,r,{data:JSON.parse(new TextDecoder().decode(e.pluginData))})}))}),[z.storeInsertKeys,z.storeGetKeys,z.storeDeleteKeys].forEach(t=>{o(this,Mr).on(t,(e,r)=>u(this,null,function*(){var n;const i=(n=e.storeItems)==null?void 0:n.map(s=>{var a;return{timestamp:s.timestamp,peerId:s.peerId,payload:JSON.parse((a=s.payload)!=null&&a.length?new TextDecoder().decode(s.payload):"{}"),key:s.storeKey}});this.sendIframeEvent(t,e.pluginId,r,{storeName:e.storeName,storeItems:i})}))}),o(this,Mr).on(z.storeDelete,(t,e)=>u(this,null,function*(){this.sendIframeEvent(z.storeDelete,t.pluginId,e,{storeName:t.storeName})})),o(this,Wa).on(Fe.sendMessageToPeers,t=>{const e=Ir==null?void 0:Ir.formatSocketServiceMessage(t.message);this.broadcastIframeEvent(je.chatMessage,{message:e})}),o(this,Wa).on(Fe.sendMessageToRoom,t=>{const e=Ir==null?void 0:Ir.formatSocketServiceMessage(t.message);this.broadcastIframeEvent(je.chatMessage,{message:e})}),C.on(R.PEER_JOINED_INTERNAL,t=>{const e=yd(t);this.broadcastIframeEvent(je.peerJoined,e)}),C.on(R.PEER_CLOSED,t=>{this.broadcastIframeEvent(je.peerLeft,t)}),C.on(R.UPDATE_PEER_STAGE_STATUS,t=>{this.broadcastIframeEvent(je.peerStageStatusUpdate,t)}),o(this,Ad).subscribe("stageStatus",t=>{this.broadcastIframeEvent(je.stageStatusUpdate,t)})}},Mr=new WeakMap,Wa=new WeakMap,Ad=new WeakMap,by);let _s=wy;Ba([g.trace("PluginController.getRoomPlugins")],_s.prototype,"getRoomPlugins",1),Ba([g.trace("PluginController.enableForSelf")],_s.prototype,"enablePlugin",1),Ba([g.trace("PluginController.disableForSelf")],_s.prototype,"disablePlugin",1),Ba([g.trace("PluginController.setupEvents")],_s.prototype,"setupEvents",1),Ba([g.trace("PluginController.init")],_s,"init",1);class HO{constructor(){f(this,"mediaJoined"),f(this,"socketJoined"),f(this,"socketJoinAttempted"),f(this,"mediaJoinAttempted"),f(this,"socketState"),f(this,"mediaState"),this.mediaJoined=!1,this.socketJoined=!1,this.socketJoinAttempted=!1,this.mediaJoinAttempted=!1,this.socketState={state:void 0,reconnected:!1,reconnectionAttempt:void 0},this.mediaState={recv:void 0,send:void 0}}get joinAttempted(){return this.mediaJoinAttempted||this.socketJoinAttempted}get roomJoined(){return this.mediaJoined&&this.socketJoined}updateSocketConnectionState(e,r){let n;const{reconnected:i}=this.socketState;switch(e){case"connected":n={state:"connected",reconnected:i,reconnectionAttempt:void 0};break;case"disconnected":n={state:"disconnected",reconnected:!1,reconnectionAttempt:0},this.socketJoined=!1;break;case"reconnected":n={state:"connected",reconnected:!0,reconnectionAttempt:void 0};break;case"reconnecting":n={state:"reconnecting",reconnected:i,reconnectionAttempt:0};break;case"reconnectAttempt":n={state:"reconnecting",reconnected:i,reconnectionAttempt:r};break;case"failed":n={state:"failed",reconnected:i,reconnectionAttempt:void 0},this.socketJoined=!1;break}n&&(C.emit(R.SOCKET_STATE_UPDATE,n),this.socketState=n)}}var qO=Object.defineProperty,GO=Object.getOwnPropertyDescriptor,Ps=(t,e,r,n)=>{for(var i=n>1?void 0:n?GO(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&qO(e,r,i),i},ja,Dd,Ha,Od,_y;let Fn=(_y=class extends Yt{constructor(t,e){super(),v(this,Ha),v(this,ja,void 0),v(this,Dd,void 0),f(this,"recordingPeerIds",[]),f(this,"recordings",[]),y(this,Dd,t),y(this,ja,e)}get recordingState(){return this.recordings.some(t=>t.state==="RECORDING")?"RECORDING":this.recordings.some(t=>t.state==="PAUSED")?"PAUSED":this.recordings.some(t=>t.state==="STARTING")?"STARTING":this.recordings.some(t=>t.state==="STOPPING")?"STOPPING":"IDLE"}updateRecordings(t){this.recordings=t,this.emit("recordingUpdate",this.recordingState)}start(t){return u(this,null,function*(){if(!o(this,ja).permissions.canRecord)throw h.error("DyteRecording::start::permission_denied"),new _("User does not have permission to start recording","1001");if((t==null?void 0:t.allowMultiple)!==!0&&(this.recordingState==="STARTING"||this.recordingState==="RECORDING"||this.recordingState==="STOPPING"))throw h.error("DyteRecording::start::recording_in_progress",{recording:{state:this.recordingState}}),new _(`Cant start recording, recordingState irregular: ${this.recordingState}`,"1005");try{const e=gt(),{recording:r={}}=o(this,Dd).getValue("defaults"),n=yield e.startRecording(r,t==null?void 0:t.allowMultiple);this.updateRecordings([...this.recordings,{id:n,state:"STARTING",type:"BROWSER"}])}catch(e){throw h.error("DyteRecording::stop::recording_failed_to_start",{error:e}),new _("Error while starting recording","1000")}})}stop(t){return u(this,null,function*(){yield H(this,Ha,Od).call(this,"stop",["RECORDING","PAUSED"],t)})}pause(t){return u(this,null,function*(){yield H(this,Ha,Od).call(this,"pause",["RECORDING"],t)})}resume(t){return u(this,null,function*(){yield H(this,Ha,Od).call(this,"resume",["PAUSED"],t)})}},ja=new WeakMap,Dd=new WeakMap,Ha=new WeakSet,Od=function(t,e,r){return u(this,null,function*(){if(!o(this,ja).permissions.canRecord)throw h.error("DyteRecording::stop::permission_denied"),new _("User does not have permission to stop recording","1001");let n=[];if(r!==void 0){const i=this.recordings.find(s=>s.id===r);if(i===void 0)throw new _("Could not find the specified recording","1004");if(e.includes(i.state)){h.error("DyteRecording::stop::recording_not_in_expected_state",{recording:{state:i.state}});return}n.push(i)}else n=this.recordings.filter(i=>e.includes(i.state));n.forEach(i=>u(this,null,function*(){const s=i.state;t==="stop"&&(i.state="STOPPING",this.emit("recordingUpdate","STOPPING"));try{yield gt().updateRecording(i.id,t)}catch(a){throw h.error("DyteRecording::stop::recording_failed_to_stop",{error:a}),i.state!==s&&(i.state=s,this.emit("recordingUpdate",s)),new _("Error while stopping recording","1000")}}))})},_y);Ps([g.trace("DyteRecording.updateRecordings")],Fn.prototype,"updateRecordings",1),Ps([g.trace("DyteRecording.start")],Fn.prototype,"start",1),Ps([g.trace("DyteRecording.stop")],Fn.prototype,"stop",1),Ps([g.trace("DyteRecording.stop")],Fn.prototype,"pause",1),Ps([g.trace("DyteRecording.stop")],Fn.prototype,"resume",1),Fn=Ps([Tt("1000")],Fn);var JO=Object.defineProperty,$O=Object.getOwnPropertyDescriptor,KO=(t,e,r,n)=>{for(var i=n>1?void 0:n?$O(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&JO(e,r,i),i},Nh;class Py{constructor(e,r,n){f(this,"recording"),f(this,"room"),v(this,Nh,void 0),y(this,Nh,e),this.recording=new Fn(e,r),this.room=n,this.setupEvents()}getRecordingTypeFromProtoType(e){let r;switch(e){case yi.BROWSER:r="BROWSER";break;case yi.COMPOSITE:r="COMPOSITE";break;case yi.TRACK:r="TRACK";break;default:r="BROWSER"}return r}setupEvents(){C.on(R.ROOM_STATE,e=>{e.activeRecordings.length!==0?this.recording.updateRecordings(e.activeRecordings.map(r=>{const n=this.getRecordingTypeFromProtoType(r.recordingType);return{id:r.recordingId,state:r.recordingStatus,type:n}})):this.recording.recordings.length&&this.recording.updateRecordings([])}),this.room.on(W.recordingStarted,e=>{let r=!1;const n=[...this.recording.recordings];if(n.forEach(i=>{i.id===e.recordingId&&(r=!0,i.state="RECORDING")}),r===!1){const i=this.getRecordingTypeFromProtoType(e.recordingType);n.push({id:e.recordingId,state:"RECORDING",type:i})}this.recording.updateRecordings(n)}),this.room.on(W.recordingPaused,e=>{const r=[...this.recording.recordings];r.forEach(n=>{n.id===e.recordingId&&(n.state="PAUSED")}),this.recording.updateRecordings(r)}),this.room.on(W.recordingStopped,e=>{const r=[...this.recording.recordings.filter(n=>n.id!==e.recordingId)];this.recording.updateRecordings(r)})}}Nh=new WeakMap,KO([g.trace("RecordingController.setupEvents")],Py.prototype,"setupEvents",1);var zO=Object.defineProperty,YO=Object.getOwnPropertyDescriptor,Lh=(t,e,r,n)=>{for(var i=n>1?void 0:n?YO(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&zO(e,r,i),i};class Nd{static hasFeature(e){var r;return(r=Q.hasFeature(e))!=null?r:!1}static getFeatureValue(e){return Q.getValue(e)}static getAllFeatures(){return Q.getAllFlags()}}Lh([g.trace("DyteFeatures.hasFeature")],Nd,"hasFeature",1),Lh([g.trace("DyteFeatures.getFeatureValue")],Nd,"getFeatureValue",1),Lh([g.trace("DyteFeatures.getAllFeatures")],Nd,"getAllFeatures",1);var QO=Object.defineProperty,XO=Object.getOwnPropertyDescriptor,ZO=(t,e,r,n)=>{for(var i=n>1?void 0:n?XO(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&QO(e,r,i),i};const Iy=class{constructor(t,e,r){f(this,"logger"),f(this,"features"),f(this,"browserSpecs"),f(this,"callStats"),this.logger=t,this.features=e,this.browserSpecs=Re,this.callStats=r}static init(t){return new Iy(h,Nd,t)}};let Cy=Iy;ZO([g.trace("DyteInternals.init")],Cy,"init",1);var eN=Object.defineProperty,tN=Object.getOwnPropertyDescriptor,rN=(t,e,r,n)=>{for(var i=n>1?void 0:n?tN(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&eN(e,r,i),i};const Ry=class{constructor(t){f(this,"internals"),this.internals=t}static init(){return u(this,null,function*(){const t=Cy.init($);return new Ry(t)})}};let My=Ry;rN([g.trace("InternalsController.init")],My,"init",1);var nN=Object.defineProperty,iN=Object.getOwnPropertyDescriptor,er=(t,e,r,n)=>{for(var i=n>1?void 0:n?iN(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&nN(e,r,i),i},dt,nt,Oe,fn,Ar,Ld,xh;class Wt extends hs{constructor(e,r,n=Vh,i=!0){super(),v(this,dt,void 0),v(this,nt,void 0),v(this,Oe,void 0),v(this,fn,void 0),v(this,Ar,void 0),v(this,Ld,void 0),v(this,xh,void 0),f(this,"audioUpdateInProgress"),f(this,"videoUpdateInProgress"),y(this,xh,e),this.audioUpdateInProgress=!1,this.videoUpdateInProgress=!1,y(this,dt,new Oy(e,r)),y(this,nt,new PN(o(this,dt),void 0,n)),y(this,Oe,new ON(o(this,dt),void 0,n)),y(this,Ar,new MN(o(this,dt))),y(this,fn,new CN(o(this,dt))),y(this,Ld,i),o(this,nt).on("trackMuted",this.onAudioTrackMuted.bind(this)),o(this,nt).on("trackChanged",this.onAudioTrackChanged.bind(this)),o(this,Oe).on("trackChanged",this.onVideoTrackChanged.bind(this)),o(this,Oe).on("trackEnded",this.onVideoTrackEnded.bind(this)),o(this,Ar).on("trackEnded",this.onScreenShareEnded.bind(this)),this.onVisibilityChange=this.onVisibilityChange.bind(this),document.addEventListener("visibilitychange",this.onVisibilityChange)}onVisibilityChange(){return u(this,null,function*(){$.tabChanged(document.visibilityState==="visible"),document.visibilityState!=="visible"?$.browserBackgrounded():($.browserForegrounded(),yield this.setupSpeaker())})}repopulateAvailableDevices(){return u(this,null,function*(){return!0})}setupStreams(e){return u(this,arguments,function*({audio:r,video:n}){var i;r?$.audioOn():$.audioOff(),n?$.videoOn():$.videoOff();let s,a;if(r&&n)try{const c=yield o(this,dt).getAudioAndVideoTrack(o(this,nt).userSelectedDevice,o(this,Oe).userSelectedDevice);s=c.audioTrack,a=c.videoTrack}catch(c){h.error("LocalMediaHandler::init::Failed to get audio video tracks",{error:c})}if(!s&&r)try{s=yield o(this,dt).getAudioTrack(!1,o(this,nt).userSelectedDevice)}catch(c){h.error("LocalMediaHandler::init::Failed to get audio track",{error:c})}if(!a&&n)try{a=yield o(this,dt).getVideoTrack(o(this,Oe).userSelectedDevice)}catch(c){h.error("LocalMediaHandler::init::Failed to get video track",{error:c})}r&&!s&&$.audioOff(),n&&!a&&$.videoOff(),yield o(this,nt).setMediaTrack(s),yield o(this,Oe).setMediaTrack(a);try{yield o(this,fn).setupSpeaker()}catch(c){}if(a){const c=yield this.getDeviceById(a.getSettings().deviceId);$.selectedDevice("VIDEO",c)}if(s){const c=yield this.getDeviceById(s.getSettings().deviceId);$.selectedDevice("AUDIO",c)}(i=o(this,fn).currentDevice)!=null&&i.deviceId&&$.selectedDevice("SPEAKER",o(this,fn).currentDevice),o(this,dt).onDeviceChange((c,d,l)=>{this.onDeviceChange(d,l)})})}getCurrentDevices(){return{audio:o(this,nt).currentDevice,video:o(this,Oe).currentDevice,speaker:o(this,fn).currentDevice}}get permissions(){return o(this,dt).permissions}getAllDevices(){return o(this,dt).getAvailableDevices()}getDeviceById(e,r){return o(this,dt).getDevice(e)}onAudioTrackMuted(){this.emit("AUDIO_TRACK_SILENT")}onAudioTrackChanged(){this.emit("AUDIO_TRACK_CHANGE")}get rawAudioTrack(){return o(this,nt).mediaTrack}get audioTrack(){return o(this,nt).transformedMediaTrack}get audioEnabled(){return o(this,nt).trackEnabled}enableAudio(){return u(this,null,function*(){if(!this.audioUpdateInProgress){this.audioUpdateInProgress=!0;try{yield o(this,nt).unmuteTrack()}catch(e){}finally{this.audioUpdateInProgress=!1}}})}disableAudio(){o(this,nt).muteTrack()}getAudioDevices(e){return o(this,dt).getAudioInputDevices(e)}setAudioDevice(e){return u(this,null,function*(){yield o(this,nt).setDevice(e),e!=null&&e.deviceId&&$.selectedDevice("AUDIO",e),this.emit("AUDIO_TRACK_CHANGE"),this.emit("DEVICE_CHANGE",{device:e})})}setupSpeaker(){return o(this,fn).setupSpeaker()}setSpeakerDevice(e){return u(this,null,function*(){yield o(this,fn).setupSpeaker(e),e!=null&&e.deviceId&&$.selectedDevice("SPEAKER",e),this.emit("DEVICE_CHANGE",{device:e})})}onVideoTrackChanged(){this.emit("VIDEO_TRACK_CHANGE")}onVideoTrackEnded(){this.emit("VIDEO_TRACK_CHANGE")}get rawVideoTrack(){return o(this,Oe).mediaTrack}get videoTrack(){return o(this,Oe).transformedMediaTrack}get videoEnabled(){return o(this,Oe).trackEnabled}enableVideo(){return u(this,null,function*(){if(!this.videoUpdateInProgress){this.videoUpdateInProgress=!0;try{yield o(this,Oe).unmuteTrack()}catch(e){}finally{this.videoUpdateInProgress=!1}}})}disableVideo(){o(this,Oe).disableTrack()}getVideoDevices(e){return o(this,dt).getVideoInputDevices(e)}setVideoDevice(e){return u(this,null,function*(){yield o(this,Oe).setDevice(e),e!=null&&e.deviceId&&$.selectedDevice("VIDEO",e),this.emit("VIDEO_TRACK_CHANGE"),this.emit("DEVICE_CHANGE",{device:e})})}updateVideoConstraints(e){return u(this,null,function*(){yield o(this,Oe).updateConstraints(e)})}onScreenShareEnded(){this.emit("SCREENSHARE_ENDED")}get screenShareTracks(){return{audio:o(this,Ar).audioMediaTrack,video:o(this,Ar).videoMediaTrack}}get screenShareEnabled(){return o(this,Ar).trackEnabled}enableScreenShare(){return u(this,null,function*(){yield o(this,Ar).enableScreenShare()})}disableScreenShare(){return u(this,null,function*(){o(this,Ar).disableScreenShare()})}updateScreenshareConstraints(e){return u(this,null,function*(){yield o(this,Ar).updateConstraints(e)})}getSpeakerDevices(e){return o(this,dt).getAudioOutputDevices(e)}addAudioMiddleware(e){return o(this,nt).addMiddleware(e)}removeAudioMiddleware(e){return o(this,nt).removeMiddleware(e)}removeAllAudioMiddlewares(){return o(this,nt).removeAllMiddlewares()}addVideoMiddleware(e){return o(this,Oe).addMiddleware(e)}removeVideoMiddleware(e){return o(this,Oe).removeMiddleware(e)}removeAllVideoMiddlewares(){return o(this,Oe).removeAllMiddlewares()}setVideoMiddlewareGlobalConfig(e){return o(this,Oe).setVideoMiddlewareGlobalConfig(e)}destruct(){o(this,nt).disableTrack(),o(this,Oe).disableTrack(),o(this,Oe).terminateMiddlewareWebWorker(),o(this,Ar).disableScreenShare(),o(this,dt).destruct()}onDeviceChange(e,r){return u(this,null,function*(){var n,i;this.emit("DEVICE_LIST_UPDATED",e),!(r||!o(this,Ld))&&((n=e==null?void 0:e.added)==null||n.forEach(s=>u(this,null,function*(){var a;s&&!Vh(s)&&(s.kind==="audioinput"&&((a=this.audioTrack)==null?void 0:a.enabled)===!0?yield this.setAudioDevice(s):s.kind==="audiooutput"&&(yield this.setSpeakerDevice(s)))})),(i=e==null?void 0:e.removed)==null||i.forEach(s=>u(this,null,function*(){var a;if(s.kind==="audiooutput"&&((a=this.getCurrentDevices().speaker)==null?void 0:a.deviceId)===s.deviceId){const c=(yield this.getSpeakerDevices()).find(d=>d.deviceId!==s.deviceId);c&&(yield this.setSpeakerDevice(c))}})))})}removeAllTracks(){this.destruct()}removeAudioTrack(){o(this,nt).disableTrack()}removeVideoTrack(){o(this,Oe).disableTrack(),o(this,Oe).terminateMiddlewareWebWorker()}removeDocumentEventListeners(){return u(this,null,function*(){document.removeEventListener("visibilitychange",this.onVisibilityChange)})}}dt=new WeakMap,nt=new WeakMap,Oe=new WeakMap,fn=new WeakMap,Ar=new WeakMap,Ld=new WeakMap,xh=new WeakMap,er([g.trace("MediaHandler.setupStreams")],Wt.prototype,"setupStreams",1),er([g.trace("MediaHandler.enableAudio")],Wt.prototype,"enableAudio",1),er([g.trace("MediaHandler.disableAudio")],Wt.prototype,"disableAudio",1),er([g.trace("MediaHandler.setAudioDevice")],Wt.prototype,"setAudioDevice",1),er([g.trace("MediaHandler.enableVideo")],Wt.prototype,"enableVideo",1),er([g.trace("MediaHandler.disableVideo")],Wt.prototype,"disableVideo",1),er([g.trace("MediaHandler.setVideoDevice")],Wt.prototype,"setVideoDevice",1),er([g.trace("MediaHandler.updateVideoConstraints")],Wt.prototype,"updateVideoConstraints",1),er([g.trace("MediaHandler.enableScreenShare")],Wt.prototype,"enableScreenShare",1),er([g.trace("MediaHandler.disableScreenShare")],Wt.prototype,"disableScreenShare",1),er([g.trace("MediaHandler.updateScreenshareConstraints")],Wt.prototype,"updateScreenshareConstraints",1),er([g.trace("MediaHandler.destruct")],Wt.prototype,"destruct",1),er([g.trace("MediaHandler.onDeviceChange")],Wt.prototype,"onDeviceChange",1);function xd(t,e,r){switch(!0){case Re.isChromiumBased():switch(e){case"NotAllowedError":return r.includes("by system")?"SYSTEM_DENIED":t==="screenshare"?"CANCELED":"DENIED";case"NotReadableError":default:return"COULD_NOT_START"}case Re.isSafari():switch(e){case"NotAllowedError":return"DENIED";default:return"COULD_NOT_START"}case Re.isFirefox():switch(e){case"NotFoundError":case"NotReadableError":return"SYSTEM_DENIED";case"NotAllowedError":return"DENIED";case"AbortError":default:return"COULD_NOT_START"}default:return"COULD_NOT_START"}}const sN=["virtual","emulator","krisp","solstice conference","teams","loom","zoom","manycam","blackhole","displayport","xsplit","wirecast","vMix","elgato","epiphan","voice changer","voicemod","morphvoxx"];function Vh(t){var e,r;const n=(e=t.label)==null?void 0:e.toLowerCase();return((r=Re._bowser)==null?void 0:r.getOSName())==="macOS"&&n.includes("iphone")?(h.log("isVirtualDevice::ignore_macos_continuity"),!0):sN.some(i=>n==null?void 0:n.includes(i))}function aN(t,e){return u(this,null,function*(){if(!(t!=null&&t.length))return e;const r=new AudioContext,n=yield Promise.all(t==null?void 0:t.map(a=>a(r))),i=r.createMediaStreamSource(new MediaStream([e])),s=r.createMediaStreamDestination();try{let a=i;for(let c=0;c<n.length;c+=1)a.connect(n[c]),a=n[c];a.connect(s)}catch(a){return h.error("getTransformedAudioTrack::middleware_execution_failed",{error:a}),e}return s.stream.getAudioTracks()[0]})}var Is;class oN{constructor(){v(this,Is,void 0)}terminateMiddlewareWebWorker(){if(o(this,Is))try{ns(o(this,Is)),y(this,Is,void 0)}catch(e){h.debug("WorkerTimers::terminateMiddlewareWebWorker::failed")}}getTransformedVideoTrack(e,r,n){return u(this,null,function*(){if(!(e!=null&&e.length))return r;const i=document.createElement("canvas"),s=yield Promise.all(e==null?void 0:e.map(m=>m({canvas:i,WorkerTimers:GE})));if(n.disablePerFrameCanvasRendering){const m=i.captureStream().getVideoTracks()[0];return Object.defineProperty(m,"originalSettings",{value:r.getSettings()}),m}const a=document.createElement("video"),c=new MediaStream;c.addTrack(r);const d=i.getContext("2d");a.srcObject=c,a.autoplay=!0,this.terminateMiddlewareWebWorker();const l=()=>u(this,null,function*(){if(r.enabled===!1||r.readyState==="ended"){this.terminateMiddlewareWebWorker(),a.remove(),i.remove();return}try{d.drawImage(a,0,0);for(let m=0;m<s.length;m+=1)typeof s[m]=="function"&&(yield s[m](i,d))}catch(m){h.error("getTransformedVideoTrack::middleware_execution_failed",{error:m})}});try{a.play()}catch(m){}a.addEventListener("play",()=>{i.width=a.width||r.getSettings().width,i.height=a.width||r.getSettings().height,y(this,Is,Ic(l,50))},!1);const p=i.captureStream().getVideoTracks()[0];return Object.defineProperty(p,"originalSettings",{value:r.getSettings()}),p})}}Is=new WeakMap;const Ay={gross:{width:{ideal:192},height:{ideal:144}},qvga:{width:{ideal:384},height:{ideal:288}},pvga:{width:{ideal:480},height:{ideal:360}},vga:{width:{ideal:640},height:{ideal:480}},hd:{width:{ideal:1280},height:{ideal:720}},hd_cropped:{width:{ideal:900},height:{ideal:720}},fhd:{width:{ideal:1920},height:{ideal:1080}}},cN=[[320,[{rid:"q",maxBitrate:25e4,maxFramerate:24,scalabilityMode:"L1T1"}]],[640,[{rid:"q",scaleResolutionDownBy:2,maxBitrate:25e4,maxFramerate:24,scalabilityMode:"L1T1"},{rid:"h",maxBitrate:7e5,maxFramerate:30,scalabilityMode:"L1T1"}]],[1280,[{rid:"q",scaleResolutionDownBy:2,maxBitrate:5e5,maxFramerate:24,scalabilityMode:"L1T1"},{rid:"h",maxBitrate:13e5,maxFramerate:30,scalabilityMode:"L1T1"}]],[1920,[{rid:"q",scaleResolutionDownBy:2,maxBitrate:9e5,maxFramerate:24,scalabilityMode:"L1T1"},{rid:"h",maxBitrate:15e5,maxFramerate:30,scalabilityMode:"L1T1"}]]],dN=t=>{var e;const r="getSettings"in t&&t.getSettings().width||"getConstraints"in t&&t.getConstraints().width||"originalSettings"in t&&((e=t.originalSettings)==null?void 0:e.width);let n=cN;Q.hasFeature(ie.OVERRIDE_HIVE_SIMULCAST_DYNAMIC)&&(n=JSON.parse(Q.getValue(ie.OVERRIDE_HIVE_SIMULCAST_DYNAMIC)));const i=n.map(([c])=>c).sort((c,d)=>c-d);let s=Number.MAX_VALUE,a=0;return i.forEach((c,d)=>{Math.abs(c-r)<s&&(s=Math.abs(c-r),a=d)}),n[a][1]};var we=(t=>(t.WEBCAM="webcam",t.WEBCAM_BACKUP="webcam_backup",t.MIC="mic",t.SCREENSHARE_VIDEO="screenshare_video",t.SCREENSHARE_AUDIO="screenshare_audio",t))(we||{});const lN=j_(),Cs=Pr(lN.config.media);function uN(t){var e,r;const n={};return t.audio&&(n.audio={enableStereo:(e=t.audio.enableStereo)!=null?e:!1,enableHighBitrate:(r=t.audio.enableHighBitrate)!=null?r:!1}),n.video=t.video.quality,n}var Rs,Uh;class hN{constructor(e,r){v(this,Rs,void 0),v(this,Uh,void 0),f(this,"getScreenShareConstraints",()=>{var n,i,s,a,c,d,l,p,m,S,E;const b=(n=o(this,Rs))==null?void 0:n.screenshare,O=(s=(i=b==null?void 0:b.width)==null?void 0:i.max)!=null?s:1920,M=(c=(a=b==null?void 0:b.height)==null?void 0:a.max)!=null?c:1080,F=(l=(d=b==null?void 0:b.frameRate)==null?void 0:d.max)!=null?l:5;let V=(m=(p=b==null?void 0:b.frameRate)==null?void 0:p.ideal)!=null?m:5;const J=b==null?void 0:b.displaySurface,P=b==null?void 0:b.selfBrowserSurface;Q.getValue(ie.VAL_MIN_FRAMERATE)&&(V=parseInt((S=Q.getValue(ie.VAL_MIN_FRAMERATE))==null?void 0:S.toString(),10));let Z={width:{max:O},height:{max:M},frameRate:{ideal:V,max:F}};if(Q.hasFeature(ie.SCREENSHARE_CONSTRAINTS)){const ae=(E=Q.getValue(ie.SCREENSHARE_CONSTRAINTS))==null?void 0:E.toString();Z=JSON.parse(ae)}return J!==void 0&&["monitor","browser","window"].includes(J)&&(Z=G(x({},Z),{displaySurface:J})),P!==void 0&&(Z=G(x({},Z),{selfBrowserSurface:P})),{audio:!0,video:Z}}),f(this,"getAudioConstraints",n=>{var i,s,a,c,d,l,p,m;const S={},E=(i=o(this,Rs))==null?void 0:i.audio,b=E!=null&&E.enableStereo?2:1;return Re.isFirefox()||Re.isWebKitBased()?(S.audio={deviceId:n,autoGainControl:(s=E==null?void 0:E.autoGainControl)!=null?s:!0,echoCancellation:(a=E==null?void 0:E.echoCancellation)!=null?a:!0,noiseSuppression:(c=E==null?void 0:E.noiseSupression)!=null?c:!0,channelCount:b},S):(S.audio={},S.audio.optional=[n?{sourceId:n}:{sourceId:"default"},{channelCount:b},{echoCancellation:(d=E==null?void 0:E.echoCancellation)!=null?d:!0},{googEchoCancellation:(l=E==null?void 0:E.echoCancellation)!=null?l:!0},{googAutoGainControl:(p=E==null?void 0:E.autoGainControl)!=null?p:!0},{googNoiseSuppression:(m=E==null?void 0:E.noiseSupression)!=null?m:!0},{googHighpassFilter:!0}],S)}),f(this,"getVideoConstraints",n=>{var i,s,a,c;const d={},l=(i=o(this,Rs))==null?void 0:i.video;let p=Ay.vga;if(typeof l=="string"?p=Ay[l]:l!==void 0&&(p.height.ideal=l.height.ideal,p.width.ideal=l.width.ideal),p.frameRate={ideal:(a=(s=p.frameRate)==null?void 0:s.ideal)!=null?a:24},Re.isChromiumBased()&&(p.frameRate.max=30),Q.hasFeature(ie.VIDEO_CONSTRAINTS)){const m=(c=Q.getValue(ie.VIDEO_CONSTRAINTS))==null?void 0:c.toString();p=JSON.parse(m)}return d.video=p,typeof d.video=="boolean"||(n?d.video.deviceId={exact:n}:d.video.facingMode="user"),d}),y(this,Uh,e),y(this,Rs,r)}getUpdatedVideoConstraints(e){return e}}Rs=new WeakMap,Uh=new WeakMap;class Fh extends Error{constructor(e,r,n){super(r),f(this,"constraints"),f(this,"name"),this.name=e,this.constraints=n}}class pN{constructor(){f(this,"permissions"),this.permissions={audio:"NOT_REQUESTED",video:"NOT_REQUESTED",screenshare:"NOT_REQUESTED"}}getAudioInputDevices(e){return u(this,null,function*(){let r=e;return e||(r=yield this.getAvailableDevices()),r.filter(n=>n.kind==="audioinput")})}getVideoInputDevices(e){return u(this,null,function*(){let r=e;return e||(r=yield this.getAvailableDevices()),r.filter(n=>n.kind==="videoinput")})}getAudioOutputDevices(e){return u(this,null,function*(){let r=e;return e||(r=yield this.getAvailableDevices()),r.filter(n=>n.kind==="audiooutput")})}}var mN=Object.defineProperty,gN=Object.getOwnPropertyDescriptor,Dr=(t,e,r,n)=>{for(var i=n>1?void 0:n?gN(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&mN(e,r,i),i},qa,Or,Bh,Dy;let tr=(Dy=class extends pN{constructor(t,e){super(),f(this,"availableDevices"),v(this,qa,void 0),v(this,Or,void 0),v(this,Bh,void 0),y(this,Bh,t),y(this,Or,new hN(t,e)),y(this,qa,new AbortController),this.availableDevices=[],this.getAvailableDevices()}get constraintsBuilder(){return o(this,Or)}destruct(){return u(this,null,function*(){var t;(t=o(this,qa))==null||t.abort()})}handlePermissionErrors(t,e){const r=xd(t,e.name,e.message);return this.permissions[t]=r,C.emit(R.MEDIA_PERMISSION_ERROR,{message:r,constraints:e.constraints,kind:t}),r}getAudioAndVideoTrack(t,e){return u(this,null,function*(){const r={audio:o(this,Or).getAudioConstraints(t).audio,video:o(this,Or).getVideoConstraints(e).video};try{h.info("getUserMediaWithoutTimeout::requesting_user_media",{constraints:JSON.stringify(r)});const n=yield navigator.mediaDevices.getUserMedia(r);h.info("getUserMediaWithoutTimeout::received_user_media",{constraints:JSON.stringify(r)});const i=n.getAudioTracks()[0];let s=n.getVideoTracks()[0];if(this.permissions.audio="ACCEPTED",this.permissions.video="ACCEPTED",Q.hasFeature(ie.OBS_QUALITY)&&s.label.includes("OBS Virtual")){const a=(yield this.getVideoInputDevices()).find(c=>c.label.includes("OBS Virtual"));s=yield this.getVideoTrack(a.deviceId)}return C.emit(R.MEDIA_PERMISSION_UPDATE,{message:this.permissions.audio,kind:"audio"}),C.emit(R.MEDIA_PERMISSION_UPDATE,{message:this.permissions.video,kind:"video"}),{audioTrack:i,videoTrack:s}}catch(n){throw h.error("WebMediaInterface.getAudioAndVideoTrack",{error:n}),new _("Couldnt fetch audio and video track","1605")}})}getAudioTrack(t,e){return u(this,null,function*(){let r=yield this.getAudioInputDevices();if(r.length===0)throw this.permissions.audio="NO_DEVICES_AVAILABLE",C.emit(R.MEDIA_PERMISSION_UPDATE,{message:this.permissions.audio,kind:"audio"}),new _("No audio devices available","1606");const n=i=>u(this,null,function*(){let s;try{r=r.filter(c=>c.deviceId!==i),s=o(this,Or).getAudioConstraints(i),h.info("getUserMediaWithoutTimeout::requesting_user_media",{constraints:JSON.stringify(s)});const[a]=(yield navigator.mediaDevices.getUserMedia(s)).getAudioTracks();return h.info("getUserMediaWithoutTimeout::received_user_media",{constraints:JSON.stringify(s)}),a}catch(a){const c=xd("audio",a.name,a.message),d=new Fh(a.name,a.message,s);if(c==="COULD_NOT_START"){const l=r.shift();if(!l)throw d;h.info("getAudioTrack::gum_failed",{constraints:JSON.stringify(s),error:a});const p=o(this,Or).getAudioConstraints(l.deviceId);return h.info("getAudioTrack::retrying_gum_for_next_device",{constraints:JSON.stringify(p)}),n(l.deviceId)}throw d}});try{const i=yield n(e);return i.enabled=!t,this.permissions.audio!=="ACCEPTED"&&(this.permissions.audio="ACCEPTED",C.emit(R.MEDIA_PERMISSION_UPDATE,{message:this.permissions.audio,kind:"audio"})),i}catch(i){throw i.constraints&&this.handlePermissionErrors("audio",i),new _(i.message,"1601")}})}getVideoTrack(t){return u(this,null,function*(){var e;const r=Q.hasFeature(ie.OBS_QUALITY),n=(e=yield this.getCurrentDeviceLabel(t))==null?void 0:e.includes("OBS Virtual"),i=r&&n,s=yield this.getVideoInputDevices();if(s.length===0)throw this.permissions.video="NO_DEVICES_AVAILABLE",C.emit(R.MEDIA_PERMISSION_UPDATE,{message:this.permissions.video,kind:"video"}),new _("No video devices available","1607");const a=c=>u(this,null,function*(){try{let d=c;const{video:l}=d;i&&typeof l!="boolean"&&(d={video:{deviceId:l.deviceId}}),h.info("getUserMediaWithoutTimeout::requesting_user_media",{constraints:JSON.stringify(d)});const[p]=(yield navigator.mediaDevices.getUserMedia(d)).getVideoTracks();if(i&&typeof l!="boolean"&&typeof l.width=="object"){const{width:m,height:S}=p.getSettings(),{ideal:E}=l.width;p.applyConstraints({width:{ideal:E},height:{ideal:Math.floor(S*E/m)},frameRate:l.frameRate})}return h.info("getUserMediaWithoutTimeout::received_user_media",{constraints:JSON.stringify(d)}),p}catch(d){const l=xd("video",d.name,d.message),p=new Fh(d.name,d.message,c);if(l==="COULD_NOT_START"){const m=s.shift();if(!m)throw p;h.info("getVideoTrack::gum_failed",{constraints:JSON.stringify(c),error:d});const S=o(this,Or).getVideoConstraints(m.deviceId);return h.info("getVideoTrack::retrying_gum_for_next_device",{constraints:JSON.stringify(S)}),a({video:S.video})}throw p}});try{const c=o(this,Or).getVideoConstraints(t),d=yield a(c);return this.permissions.video!=="ACCEPTED"&&(this.permissions.video="ACCEPTED",C.emit(R.MEDIA_PERMISSION_UPDATE,{message:this.permissions.video,kind:"video"})),d}catch(c){throw c.constraints&&this.handlePermissionErrors("video",c),new _(c.message,"1602")}})}getScreenShareTracks(){return u(this,null,function*(){const t=e=>u(this,null,function*(){try{h.info("getDisplayMediaWithoutTimeout::requesting_display_media",{constraints:JSON.stringify(e)}),$.screenShareRequested();const r=yield navigator.mediaDevices.getDisplayMedia(e);return h.info("getDisplayMediaWithoutTimeout::received_display_media",{constraints:JSON.stringify(e)}),r}catch(r){const n=xd("video",r.name,r.message),i=new Fh(r.name,r.message,e),s={video:!0};if(cI(e,s)||!Q.hasFeature(ie.SCREEENSHARE_CONSTRAINTS_RETRY))throw i;if(n==="COULD_NOT_START")return t(s);throw i}});try{const e=o(this,Or).getScreenShareConstraints(),r=yield t(e);return this.permissions.screenshare!=="ACCEPTED"&&(this.permissions.screenshare="ACCEPTED",C.emit(R.MEDIA_PERMISSION_UPDATE,{message:this.permissions.screenshare,kind:"screenshare"})),{audioTrack:r.getAudioTracks()[0],videoTrack:r.getVideoTracks()[0]}}catch(e){throw e.constraints&&this.handlePermissionErrors("screenshare",e),new _(e.message,"1612")}})}getCurrentDeviceLabel(t){return u(this,null,function*(){const e=yield this.getDevice(t||"default");return e==null?void 0:e.label})}getAvailableDevices(){return u(this,null,function*(){try{const t=yield navigator.mediaDevices.enumerateDevices();return this.availableDevices=t,t}catch(t){throw h.error("enumerate_devices_failed",{error:t}),new _("Failed to get available devices","1609")}})}getAvailableDevicesByKind(t){return u(this,null,function*(){try{return(yield navigator.mediaDevices.enumerateDevices()).filter(({kind:e})=>t===e)}catch(e){throw h.error("enumerate_devices_failed",{error:e}),new _("Failed to get available devices by kind","1609")}})}getDevice(t){return u(this,null,function*(){try{return(yield navigator.mediaDevices.enumerateDevices()).filter(e=>e.deviceId===t)[0]}catch(e){throw h.error("enumerate_devices_failed",{error:e}),new _("Failed to get device","1609")}})}onDeviceChange(t){return u(this,null,function*(){Re.supportsDeviceChangeEvent()&&navigator.mediaDevices.addEventListener("devicechange",e=>u(this,null,function*(){var r,n;const i=p=>`${p.kind}-${p.deviceId}-${p.groupId}`,s=this.availableDevices,a=new Set(s.map(p=>i(p))),c=yield this.getAvailableDevices(),d=new Set(c.map(p=>i(p))),l={added:c.filter(p=>!a.has(i(p))),removed:s.filter(p=>!d.has(i(p))),devices:c};if((r=l.added)!=null&&r.length||(n=l.removed)!=null&&n.length){h.info("repopulated_full_device_list",{devices:JSON.stringify(c)});const p=[...l.added,...l.removed];p.some(m=>m.kind==="audioinput")&&$.devices("AUDIO",c==null?void 0:c.filter(m=>m.kind==="audioinput")),p.some(m=>m.kind==="videoinput")&&$.devices("VIDEO",c==null?void 0:c.filter(m=>m.kind==="videoinput")),p.some(m=>m.kind==="audiooutput")&&$.devices("SPEAKER",c==null?void 0:c.filter(m=>m.kind==="audiooutput")),t(e,l,!1)}}),{signal:o(this,qa).signal})})}},qa=new WeakMap,Or=new WeakMap,Bh=new WeakMap,Dy);Dr([g.trace("WebMediaInterface.destruct")],tr.prototype,"destruct",1),Dr([g.trace("WebMediaInterface.handlePermissionErrors")],tr.prototype,"handlePermissionErrors",1),Dr([g.trace("WebMediaInterface.getAudioAndVideoTrack")],tr.prototype,"getAudioAndVideoTrack",1),Dr([g.trace("WebMediaInterface.getAudioTrack")],tr.prototype,"getAudioTrack",1),Dr([g.trace("WebMediaInterface.getVideoTrack")],tr.prototype,"getVideoTrack",1),Dr([g.trace("WebMediaInterface.getScreenShareTracks")],tr.prototype,"getScreenShareTracks",1),Dr([g.trace("WebMediaInterface.getAvailableDevices")],tr.prototype,"getAvailableDevices",1),Dr([g.trace("WebMediaInterface.getAvailableDevicesByKind")],tr.prototype,"getAvailableDevicesByKind",1),Dr([g.trace("WebMediaInterface.getDevice")],tr.prototype,"getDevice",1),Dr([g.trace("WebMediaInterface.onDeviceChange")],tr.prototype,"onDeviceChange",1),tr=Dr([Tt("1600")],tr);const Oy=tr,Ga={setItem:(t,e)=>{try{localStorage.setItem(t,e)}catch(r){h.error("LocalStorage::setItem::crashed",{error:r,localStorage:{key:t,value:e}})}},getItem:t=>{try{return localStorage.getItem(t)}catch(e){h.error("LocalStorage::getItem::crashed",{error:e,localStorage:{key:t}})}return null}},fN=(t=0)=>new Promise(e=>setTimeout(e,t)),vN=(t,e,r)=>{const n=typeof r=="number"?r:250,i=t.createMediaStreamSource(e),s=t.createAnalyser();s.fftSize=2048,i.connect(s);const a=new Uint8Array(s.fftSize);let c=!1;setTimeout(()=>{c=!0},n);function d(){return c?Promise.resolve(!0):(s.getByteTimeDomainData(a),a.some(l=>l!==128&&l!==0)?Promise.resolve(!1):fN().then(d))}return d().then(l=>(i.disconnect(),l),l=>{throw i.disconnect(),l})},yN=typeof AudioContext!="undefined"?AudioContext:null;class Wh{constructor(e){f(this,"_AudioContext"),f(this,"audioContext"),f(this,"_audioContextRefContainers");const r=x({AudioContext:yN},e);Object.defineProperties(this,{_AudioContext:{value:r.AudioContext},audioContext:{value:null,writable:!0},_audioContextRefContainers:{value:new Set},AudioContextProvider:{enumerable:!0,value:Wh}})}getOrCreate(e){if(!this._audioContextRefContainers.has(e)&&(this._audioContextRefContainers.add(e),this._AudioContext&&!this.audioContext))try{this.audioContext=new this._AudioContext}catch(r){}return this.audioContext}release(e){this._audioContextRefContainers.has(e)&&(this._audioContextRefContainers.delete(e),!this._audioContextRefContainers.size&&this.audioContext&&(this.audioContext.close(),this.audioContext=null))}}const Ny=new Wh,SN=3,EN=250;function TN(t){const e={},r=Ny.getOrCreate(e);let n=SN;function i(){return n-=1,vN(r,t.srcObject,EN).then(s=>s?n>0?i():!0:!1).catch(()=>!0)}return i().finally(()=>{Ny.release(e)})}function Ly(t){return u(this,null,function*(){const e=new Audio,r=new MediaStream;r.addTrack(t),e.srcObject=r;let n=!1;try{const i=e.play();i&&(yield i),n=yield TN(e),n&&h.info("checkIfAudioTrackIsSilent::silence_detected")}catch(i){h.error("checkIfAudioTrackIsSilent::failed_to_detect_silence",{error:i})}finally{e.pause(),e.remove()}return n})}var kN=Object.defineProperty,bN=Object.getOwnPropertyDescriptor,xy=(t,e,r,n)=>{for(var i=n>1?void 0:n?bN(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&kN(e,r,i),i};let Vd=class extends hs{constructor(t,e,r){var n;super(),f(this,"constructorName",this.constructor.name),f(this,"userSelectedDevice"),f(this,"mediaInterface"),f(this,"isNonPreferredDevice"),f(this,"_mediaTrack"),f(this,"transformedMediaTrack"),f(this,"middlewares",[]),f(this,"currentDevice"),f(this,"userPreferredDeviceKey",`Dyte::${this.constructorName}::UserDeviceID`),f(this,"setUserPreferredDevice",i=>Ga.setItem(this.userPreferredDeviceKey,i)),f(this,"getUserPreferredDevice",()=>Ga.getItem(this.userPreferredDeviceKey)),this.mediaInterface=t,e&&this.setMediaTrack(e),this.userSelectedDevice=(n=this.getUserPreferredDevice())!=null?n:void 0,this.isNonPreferredDevice=r,this.onTrackEnded=this.onTrackEnded.bind(this),this.onTrackMuted=this.onTrackMuted.bind(this)}disableTrack(){var t,e;this.removeMediaTrackListeners(),(t=this._mediaTrack)==null||t.stop(),this._mediaTrack=void 0,(e=this.transformedMediaTrack)==null||e.stop(),this.transformedMediaTrack=void 0}get mediaTrack(){return this._mediaTrack}setMediaTrack(t){return u(this,null,function*(){const e=r=>{h.error(`${this.constructorName}.setMediaTrack.error`,{error:r})};try{this.disableTrack()}catch(r){e(r)}this._mediaTrack=yield this.conditionallyChangeTrack(t),yield this.setTransformedTrack();try{this.addMediaTrackListeners(),yield this.setCurrentDevice()}catch(r){e(r)}})}get trackEnabled(){return!!this.mediaTrack&&this.mediaTrack.readyState==="live"&&this.mediaTrack.enabled}muteTrack(){if(!this.mediaTrack){h.warn("BaseMediaHandler.muteTrack Tried muting with no track present");return}this.transformedMediaTrack&&(this.transformedMediaTrack.enabled=!1),this.mediaTrack.enabled=!1}unmuteTrack(){return u(this,null,function*(){try{this.mediaTrack?this.mediaTrack.enabled=!0:yield this.enableTrack(!1)}catch(t){throw h.error(`${this.constructorName}.unmuteTrack.error`,{error:t}),this.disableTrack(),new _("Failed to unmute track","1611")}})}getCurrentDeviceId(){var t,e;const{kind:r}=this.mediaTrack;switch(r){case"audio":{const n=this.mediaTrack.getConstraints();return this.userSelectedDevice?(e=(t=n==null?void 0:n.deviceId)!=null?t:n==null?void 0:n.advanced[0].deviceId)!=null?e:this.mediaTrack.getSettings().deviceId:this.mediaTrack.getSettings().deviceId}default:return this.mediaTrack.getSettings().deviceId}}setCurrentDevice(){return u(this,null,function*(){var t;if(!this.mediaTrack){this.currentDevice=void 0;return}const e=this.getCurrentDeviceId();((t=this.currentDevice)==null?void 0:t.deviceId)!==e&&(this.currentDevice=yield this.mediaInterface.getDevice(e))})}setDevice(t){return u(this,null,function*(){if(!t)throw h.warn(`${this.constructorName}.setDevice No device received`),new _("No device received!","1603");this.userSelectedDevice=t.deviceId,this.setUserPreferredDevice(t.deviceId),yield this.onSetDevice(t)})}addMiddleware(t){return u(this,null,function*(){if(Re.isWebKitBased()&&!Q.hasFeature(ie.ALLOW_SAFARI_MEDIA_MIDDLEWARES))return{success:!1,message:"Middlewares are not supported in this WebKit engine based browser."};if(this.middlewares.includes(t))return{success:!1,message:"This middleware has been applied, already. Skipping."};try{return this.middlewares.push(t),this.trackEnabled&&(yield this.setTransformedTrack()),{success:!0,message:"Successfully added the middleware."}}catch(e){return h.error("While adding middleware",{error:e}),this.removeMiddleware(t),{success:!1,message:e==null?void 0:e.message}}})}removeMiddleware(t){return u(this,null,function*(){const e=this.middlewares.indexOf(t,0);if(e>-1)try{return this.middlewares.splice(e,1),yield this.setTransformedTrack(!0),{success:!0,message:"Successfully removed the middleware."}}catch(r){return h.error("While removing middleware",{error:r}),{success:!1,message:r==null?void 0:r.message}}return{success:!1,message:"No such middleware was found. Skipping."}})}removeAllMiddlewares(){return u(this,null,function*(){var t;if((t=this.middlewares)!=null&&t.length)try{return this.middlewares=[],yield this.setTransformedTrack(!0),{success:!0,message:"Successfully removed all the middlewares."}}catch(e){return h.error("While removing all the middlewares",{error:e}),{success:!1,message:e==null?void 0:e.message}}return{success:!1,message:"No middlewares were found. Skipping."}})}addMediaTrackListeners(){var t,e,r;this.mediaTrack&&(h.info(`${this.constructorName}.addMediaTrackListeners for deviceId ${(e=(t=this.mediaTrack)==null?void 0:t.getSettings())==null?void 0:e.deviceId} of type ${(r=this.mediaTrack)==null?void 0:r.kind}`),this.mediaTrack.addEventListener("ended",this.onTrackEnded),this.mediaTrack.addEventListener("mute",this.onTrackMuted))}removeMediaTrackListeners(){var t,e,r;this.mediaTrack&&(h.info(`${this.constructorName}.removeMediaTrackListeners for deviceId ${(e=(t=this.mediaTrack)==null?void 0:t.getSettings())==null?void 0:e.deviceId} of type ${(r=this.mediaTrack)==null?void 0:r.kind}`),h.info(`${this.constructorName}.removeMediaTrackListeners`),this.mediaTrack.removeEventListener("ended",this.onTrackEnded),this.mediaTrack.removeEventListener("mute",this.onTrackMuted))}};xy([g.trace("BaseMediaHandler.unmuteTrack")],Vd.prototype,"unmuteTrack",1),Vd=xy([Tt("1600")],Vd);const Vy=Vd;var wN=Object.defineProperty,_N=Object.getOwnPropertyDescriptor,jh=(t,e,r,n)=>{for(var i=n>1?void 0:n?_N(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&wN(e,r,i),i};const Hh="[Dyte]nonSilentDeviceLabels";class Ud extends Vy{onSetDevice(e){return u(this,null,function*(){if(!e)throw h.warn("AudioMediaHandler.setDevice No device received"),new _("No device received!","1603");if(e.kind!=="audioinput")throw h.warn("AudioMediaHandler.setDevice Received non audio device"),new _("Non audio device received while setting device!","1603");try{const r=this.trackEnabled;yield this.setMediaTrack(yield this.mediaInterface.getAudioTrack(!r,this.userSelectedDevice)),this.userSelectedDevice=void 0}catch(r){throw h.error("AudioMediaHandler.setDevice.error",{error:r}),this.disableTrack(),new _(r.message,"1604")}})}enableTrack(e){return u(this,null,function*(){if(this.trackEnabled){h.warn("AudioMediaHandler.enableTrack Track already enabled!");return}const r=yield this.mediaInterface.getAudioTrack(e,this.userSelectedDevice);yield this.setMediaTrack(r)})}setTransformedTrack(e){return u(this,null,function*(){var r;if(!e&&!((r=this.middlewares)!=null&&r.length)){this.transformedMediaTrack=this.mediaTrack;return}try{this.transformedMediaTrack=yield aN(this.middlewares,this.mediaTrack),this.emit("trackChanged")}catch(n){h.error("AudioMediaHandler.setTransformedTrack",{error:n}),this.transformedMediaTrack=this.mediaTrack}})}onTrackEnded(){return u(this,null,function*(){h.info("AudioMediaHandler.TrackEnded"),this.emit("trackEnded");const e=this.mediaTrack.enabled;this.disableTrack(),yield this.enableTrack(!e),yield this.setTransformedTrack(),this.emit("trackChanged")})}onTrackMuted(){h.info("AudioMediaHandler.TrackMuted"),this.emit("trackMuted")}conditionallyChangeTrack(e){return u(this,null,function*(){var r;if(!e||this.userSelectedDevice)return e;let n=e;const i=yield this.mediaInterface.getAudioInputDevices(),s=this.isNonPreferredDevice?i.filter(d=>d&&!this.isNonPreferredDevice(d)):i;if(!(s!=null&&s.length))return n;s.find(d=>d.deviceId===e.getSettings().deviceId)||(n.stop(),h.info("localmediahandler::setupstreams::found_audio_non_preferred"),n=yield this.mediaInterface.getAudioTrack(!1,s[0].deviceId));const a=JSON.parse(Ga.getItem(Hh));if(a!=null&&a.devices.some(d=>d.label===n.label))return n;if(!(yield Ly(n))){const d=(r=a==null?void 0:a.devices.concat({label:n.label}))!=null?r:[{label:n.label}];return Ga.setItem(Hh,JSON.stringify({devices:d})),n}h.info("AudioMediaHandler.conditionallyChangeTrack.DetectedSilentTrack");const c=n.getSettings().deviceId;return s.filter(d=>d.deviceId!==c).some(d=>u(this,null,function*(){if(n=yield this.mediaInterface.getAudioTrack(!1,d.deviceId),!(yield Ly(n))){const l=a.devices.concat({label:n.label});return Ga.setItem(Hh,JSON.stringify({devices:l})),h.info("AudioMediaHandler.conditionallyChangeTrack.SuccesfullyChangedTrack"),!0}return h.info("AudioMediaHandler.conditionallyChangeTrack.AnotherSilentTrackFound"),!1})),n})}}jh([g.trace("AudioMediaHandler.setTransformedTrack")],Ud.prototype,"setTransformedTrack",1),jh([g.trace("AudioMediaHandler.onTrackEnded")],Ud.prototype,"onTrackEnded",1),jh([g.trace("AudioMediaHandler.conditionallyChangeTrack")],Ud.prototype,"conditionallyChangeTrack",1);const PN=Ud;var Ja;class IN{constructor(e){v(this,Ja,void 0),f(this,"currentDevice"),y(this,Ja,e)}setupSpeaker(e){return u(this,null,function*(){var r,n;if(!(o(this,Ja)instanceof Oy))return;let i=e;if(e||([i]=(yield o(this,Ja).getAvailableDevicesByKind("audiooutput")).filter(a=>!Vh(a))),!i)throw new _("No speaker found","1608");if(((r=this.currentDevice)==null?void 0:r.deviceId)===i.deviceId)return;this.currentDevice=i;const s=document.querySelectorAll("audio");(n=s[0])!=null&&n.setSinkId&&s.forEach(a=>u(this,null,function*(){if(typeof a.sinkId!="undefined"&&this.currentDevice.deviceId&&a.sinkId!==this.currentDevice.deviceId)try{yield a.setSinkId(this.currentDevice.deviceId)}catch(c){}}))})}}Ja=new WeakMap;const CN=IN;class RN extends hs{constructor(e){super(),f(this,"mediaInterface"),f(this,"audioMediaTrack"),f(this,"videoMediaTrack"),this.mediaInterface=e}get trackEnabled(){return!!this.videoMediaTrack}enableScreenShare(){return u(this,null,function*(){var e,r;try{const{audioTrack:n,videoTrack:i}=yield this.mediaInterface.getScreenShareTracks();if(this.audioMediaTrack=n,this.videoMediaTrack=i,this.addMediaTrackListeners(),((r=(e=this.mediaInterface)==null?void 0:e.permissions)==null?void 0:r.screenshare)==="ACCEPTED")return;this.mediaInterface.permissions&&(this.mediaInterface.permissions.screenshare="ACCEPTED",C.emit(R.MEDIA_PERMISSION_UPDATE,{message:this.mediaInterface.permissions.screenshare,kind:"screenshare"}))}catch(n){}})}disableScreenShare(){var e,r;this.removeMediaTrackListeners(),(e=this.audioMediaTrack)==null||e.stop(),(r=this.videoMediaTrack)==null||r.stop(),this.videoMediaTrack=void 0,this.audioMediaTrack=void 0}updateConstraints(e){return u(this,null,function*(){if(!this.videoMediaTrack)throw new _("No media track enabled!","1610");const r=this.mediaInterface;if(!r.constraintsBuilder)throw new _("update constraints not supported for non web clients","1100");try{this.videoMediaTrack.applyConstraints(r.constraintsBuilder.getUpdatedVideoConstraints(e)),this.addMediaTrackListeners()}catch(n){h.error("ScreenShareHandler.updateConstraints.error",{error:n})}})}addMediaTrackListeners(){var e,r;(e=this.videoMediaTrack)==null||e.addEventListener("ended",this.onTrackEnded.bind(this)),Re.isWebKitBased()&&((r=this.videoMediaTrack)==null||r.addEventListener("mute",this.onTrackEnded.bind(this)))}removeMediaTrackListeners(){var e,r;(e=this.videoMediaTrack)==null||e.removeEventListener("ended",this.onTrackEnded),(r=this.videoMediaTrack)==null||r.removeEventListener("mute",this.onTrackEnded)}onTrackEnded(){this.emit("trackEnded")}}const MN=RN;var AN=Object.defineProperty,DN=Object.getOwnPropertyDescriptor,Fd=(t,e,r,n)=>{for(var i=n>1?void 0:n?DN(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&AN(e,r,i),i},$a,Bd;class Ka extends Vy{constructor(e,r,n){super(e,r,n),v(this,$a,void 0),v(this,Bd,{disablePerFrameCanvasRendering:!1}),y(this,$a,new oN)}onSetDevice(e){return u(this,null,function*(){if(!e)throw h.warn("VideoMediaHandler.setDevice No device received"),new _("No device received!","1603");if(e.kind!=="videoinput")throw h.warn("VideoMediaHandler.setDevice Received non video device",{devices:[e]}),new _("Non video device received while setting video device!","1603");if(!(this.mediaTrack&&this.mediaTrack.enabled)){h.warn("VideoMediaHandler.setDevice Tried switching device with video disabled",{devices:[e]}),this.currentDevice=e;return}try{yield this.setMediaTrack(yield this.mediaInterface.getVideoTrack(this.userSelectedDevice))}catch(r){throw h.error("VideoMediaHandler.setDevice.error",{error:r}),this.disableTrack(),new _("Failed to change device","1600")}})}enableTrack(){return u(this,null,function*(){if(this.trackEnabled){h.warn("VideoMediaHandler.enableTrack Track already enabled!");return}yield this.setMediaTrack(yield this.mediaInterface.getVideoTrack(this.userSelectedDevice))})}setTransformedTrack(e){return u(this,null,function*(){var r;if(!e&&!((r=this.middlewares)!=null&&r.length)){this.transformedMediaTrack=this.mediaTrack;return}try{this.transformedMediaTrack=yield o(this,$a).getTransformedVideoTrack(this.middlewares,this.mediaTrack,o(this,Bd)),this.emit("trackChanged")}catch(n){h.error("VideoMediaHandler.setTransformedTrack",{error:n}),this.transformedMediaTrack=this.mediaTrack}})}setVideoMiddlewareGlobalConfig(e){return u(this,null,function*(){y(this,Bd,e)})}updateConstraints(e){return u(this,null,function*(){if(!this._mediaTrack)throw new _("No media track enabled!","1610");const r=this.mediaInterface;if(!r.constraintsBuilder)throw new _("update constraints not supported for non web clients","1100");try{this._mediaTrack.applyConstraints(r.constraintsBuilder.getUpdatedVideoConstraints(e)),yield this.setTransformedTrack(),this.addMediaTrackListeners(),yield this.setCurrentDevice()}catch(n){h.error("VideoMediaHandler.updateConstraints.error",{error:n})}})}terminateMiddlewareWebWorker(){o(this,$a).terminateMiddlewareWebWorker()}onTrackEnded(){return u(this,null,function*(){h.info("VideoMediaHandler.TrackEnded"),this.disableTrack(),this.emit("trackEnded")})}onTrackMuted(){h.info("VideoMediaHandler.TrackMuted"),this.emit("trackMuted")}conditionallyChangeTrack(e){return u(this,null,function*(){if(!e||this.userSelectedDevice)return e;let r=e;const n=yield this.mediaInterface.getVideoInputDevices(),i=this.isNonPreferredDevice?n.filter(s=>!this.isNonPreferredDevice(s)):n;return!(i!=null&&i.length)||window.FAST_DYTE||i.find(s=>s.deviceId===e.getSettings().deviceId)||(r.stop(),h.info("localmediahandler::setupstreams::found_video_non_preferred"),r=yield this.mediaInterface.getVideoTrack(i[0].deviceId)),r})}}$a=new WeakMap,Bd=new WeakMap,Fd([g.trace("VideoMediaHandler.setTransformedTrack")],Ka.prototype,"setTransformedTrack",1),Fd([g.trace("VideoMediaHandler.setVideoMiddlewareGlobalConfig")],Ka.prototype,"setVideoMiddlewareGlobalConfig",1),Fd([g.trace("VideoMediaHandler.onTrackEnded")],Ka.prototype,"onTrackEnded",1),Fd([g.trace("VideoMediaHandler.conditionallyChangeTrack")],Ka.prototype,"conditionallyChangeTrack",1);const ON=Ka;var NN=Object.defineProperty,LN=Object.getOwnPropertyDescriptor,qh=(t,e,r,n)=>{for(var i=n>1?void 0:n?LN(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&NN(e,r,i),i};const Uy=Pr(Gu());var rr,Ms,Wd,za,Fy;const Ya=(Fy=class{constructor(t){if(v(this,rr,void 0),v(this,Ms,void 0),v(this,Wd,void 0),v(this,za,void 0),!t)throw new _("Could not load preset.","0904");y(this,rr,t.config),y(this,Wd,t.name),y(this,Ms,t.ui||Pr(Gu().ui)),y(this,za,t.permissions.plugins.config)}static fromResponse(t){return new Ya(t)}static default(){return new Ya(Uy)}static init(t,e=!0){return!t||e?new Ya(Uy):new Ya(t)}get setupScreen(){return{isEnabled:!0}}get waitingRoom(){return{isEnabled:!0}}get controlBar(){return{isEnabled:!0,elements:{chat:!0,fullscreen:!0,invite:!1,layout:!1,participants:!0,plugins:!0,polls:!0,reactions:!1,screenshare:!0}}}get header(){return{isEnabled:!0,elements:{logo:o(this,Ms).designTokens.logo,timer:!0,title:!0,participantCount:!0,changeLayout:!1}}}get pipMode(){return!0}get viewType(){return o(this,rr).viewType}get livestreamViewerQualities(){return o(this,rr).livestreamViewerQualities||[]}get maxVideoStreams(){return o(this,rr).maxVideoStreams}get maxScreenShareCount(){return o(this,rr).maxScreenshareCount}get plugins(){return[]}get disabledPlugins(){return Object.keys(o(this,za)).filter(t=>o(this,za)[t].disabled)}get designTokens(){return o(this,Ms).designTokens}get configDiff(){return o(this,Ms).configDiff}get mediaConstraints(){var t,e,r,n,i,s,a,c,d,l,p,m,S,E,b,O,M,F,V,J,P,Z,ae,Ie;return{audio:{enableStereo:(n=(r=(e=(t=o(this,rr))==null?void 0:t.media)==null?void 0:e.audio)==null?void 0:r.enableStereo)!=null?n:Cs.audio.enableStereo,enableHighBitrate:(c=(a=(s=(i=o(this,rr))==null?void 0:i.media)==null?void 0:s.audio)==null?void 0:a.enableHighBitrate)!=null?c:Cs.audio.enableHighBitrate},video:{quality:(m=(p=(l=(d=o(this,rr))==null?void 0:d.media)==null?void 0:l.video)==null?void 0:p.quality)!=null?m:Cs.video.quality,frameRate:(O=(b=(E=(S=o(this,rr))==null?void 0:S.media)==null?void 0:E.video)==null?void 0:b.frameRate)!=null?O:Cs.video.frameRate},screenshare:{quality:(J=(V=(F=(M=o(this,rr))==null?void 0:M.media)==null?void 0:F.screenshare)==null?void 0:V.quality)!=null?J:Cs.screenshare.quality,frameRate:(Ie=(ae=(Z=(P=o(this,rr))==null?void 0:P.media)==null?void 0:Z.screenshare)==null?void 0:ae.frameRate)!=null?Ie:Cs.screenshare.frameRate}}}get name(){return o(this,Wd)}},rr=new WeakMap,Ms=new WeakMap,Wd=new WeakMap,za=new WeakMap,Fy);let jd=Ya;qh([g.trace("DyteThemePreset.fromResponse")],jd,"fromResponse",1),qh([g.trace("DyteThemePreset.default")],jd,"default",1),qh([g.trace("DyteThemePreset.init")],jd,"init",1);var xN=Object.defineProperty,VN=Object.getOwnPropertyDescriptor,Gh=(t,e,r,n)=>{for(var i=n>1?void 0:n?VN(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&xN(e,r,i),i},Qa;class Hd extends Yt{constructor(e){super(),v(this,Qa,void 0),f(this,"state","IDLE"),f(this,"playbackUrl"),f(this,"ingestionCredentials"),f(this,"viewerCount"),y(this,Qa,e),this.viewerCount=0}setLivestreamState(e){const r=this.state;this.state=e,r!==e&&this.emitCurrentLivestreamState()}emitCurrentLivestreamState(){this.emit("livestreamUpdate",this.state)}start(){return u(this,arguments,function*(e={manualIngestion:!1}){if(!o(this,Qa).permissions.canLivestream)throw h.error("DyteLivestream::start::permission_denied"),new _("User does not have permission to start livestreaming","1901");this.setLivestreamState("STARTING");try{const r=gt(),{playbackUrl:n,ingestionCredentials:i}=yield r.startLivestreaming(e);this.playbackUrl=n,this.ingestionCredentials=i,e!=null&&e.manualIngestion&&this.setLivestreamState("WAITING_ON_MANUAL_INGESTION")}catch(r){throw h.error("DyteRecording::stop::livestream_failed_to_start",{error:r}),this.setLivestreamState("IDLE"),new _("Error while starting livestream","1900")}})}stop(){return u(this,null,function*(){if(!o(this,Qa).permissions.canLivestream)throw h.error("DyteLivestream::stop::permission_denied"),new _("User does not have permission to stop livestreaming","1901");if(this.state!=="LIVESTREAMING"&&this.state!=="WAITING_ON_MANUAL_INGESTION")throw h.error("DyteLivestream::stop::inconsistent_state"),new _("Livestream not started yet","1902");try{this.setLivestreamState("STOPPING"),yield gt().stopLivestreaming()}catch(e){throw h.error("DyteLivestream::stop::livestream_failed_to_stop",{error:e}),this.setLivestreamState("STOPPING"),new _("Error while stopping livestream","1900")}})}}Qa=new WeakMap,Gh([g.trace("DyteLivestream.setLivestreamState")],Hd.prototype,"setLivestreamState",1),Gh([g.trace("livestream.start")],Hd.prototype,"start",1),Gh([g.trace("livestream.stop")],Hd.prototype,"stop",1);var UN=Object.defineProperty,FN=Object.getOwnPropertyDescriptor,BN=(t,e,r,n)=>{for(var i=n>1?void 0:n?FN(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&UN(e,r,i),i},Xa,Za,Bn;class By{constructor(e,r){f(this,"livestream"),v(this,Xa,void 0),v(this,Za,void 0),v(this,Bn,void 0),y(this,Za,e),this.livestream=new Hd(e),y(this,Bn,r),this.setupEvents()}fetchInitialLivestreamingState(){return u(this,null,function*(){const e=gt(),{status:r,playbackUrl:n,manualIngest:i,ingestionCredentials:s}=yield e.getActiveLivestream();this.livestream.playbackUrl=n,this.livestream.ingestionCredentials=s,r==="LIVE"&&this.livestream.setLivestreamState("LIVESTREAMING"),r==="INVOKED"&&i&&this.livestream.setLivestreamState("WAITING_ON_MANUAL_INGESTION")})}setupEvents(){o(this,Bn).on(W.startedLivestream,e=>u(this,null,function*(){this.livestream.playbackUrl=e.playbackUrl,this.livestream.setLivestreamState("LIVESTREAMING");try{o(this,Za).permissions.canLivestream&&(yield this.fetchInitialLivestreamingState())}catch(r){h.error("Error: LivestreamController.fetchLivestream during startedLivestream re-fetch")}})),o(this,Bn).on(W.livestreamingInvoked,e=>u(this,null,function*(){if(e.manualIngest){this.livestream.setLivestreamState("WAITING_ON_MANUAL_INGESTION");try{o(this,Za).permissions.canLivestream&&(yield this.fetchInitialLivestreamingState())}catch(r){h.error("Error: LivestreamController.fetchLivestream during livestreamingInvoked re-fetch")}}})),o(this,Bn).on(W.stoppedLivestream,()=>{this.livestream.setLivestreamState("IDLE"),this.livestream.playbackUrl=void 0,this.livestream.ingestionCredentials=void 0}),o(this,Bn).on(W.erroredLivestream,()=>{this.livestream.setLivestreamState("IDLE"),this.livestream.playbackUrl=void 0}),o(this,Bn).on(W.roomPeerCount,e=>{this.livestream.viewerCount=e.count,this.livestream.emit("viewerCountUpdate",e.count)}),C.on(R.PEER_JOINED_INTERNAL,e=>u(this,null,function*(){var r;((r=e.flags)==null?void 0:r.hiddenParticipant)===!0&&e.recorderType==="LIVESTREAMER"&&(y(this,Xa,e.id),this.livestream.setLivestreamState("LIVESTREAMING"))})),C.on(R.PEER_CLOSED,e=>{e.id===o(this,Xa)&&(y(this,Xa,void 0),this.livestream.setLivestreamState("IDLE"))}),C.onAsync(R.LEAVE_MEDIA_ROOM,()=>u(this,null,function*(){this.livestream.playbackUrl||(h.info("Fetching livestreaming state on leave stage"),yield this.fetchInitialLivestreamingState())})),C.on(R.SOCKET_SERVICE_ROOM_JOINED,()=>u(this,null,function*(){try{yield this.fetchInitialLivestreamingState()}catch(e){h.error("Error: LivestreamController.fetchLivestream")}}))}}Xa=new WeakMap,Za=new WeakMap,Bn=new WeakMap,BN([g.trace("LivestreamController.setupEvents")],By.prototype,"setupEvents",1);var WN=Object.defineProperty,jN=Object.getOwnPropertyDescriptor,nr=(t,e,r,n)=>{for(var i=n>1?void 0:n?jN(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&WN(e,r,i),i},At,Ii,Ci,Jh,Wy;class jt{constructor({name:e,socketHandler:r,meetingId:n}){v(this,Jh),f(this,"name",""),v(this,At,{}),v(this,Ii,""),v(this,Ci,void 0),f(this,"rateLimitConfig",{maxInvocations:5,period:1}),f(this,"bulkRateLimitConfig",{maxInvocations:5,period:1}),f(this,"listeners",{}),this.name=e,y(this,Ci,r),y(this,Ii,n)}set(e,r,n=!0,i=!1){return u(this,null,function*(){o(this,At)[e]=r,n&&this.remoteSet(e,r),i&&(this.listeners[e]&&this.listeners[e].forEach(s=>s({[e]:o(this,At)[e]})),this.listeners["*"]&&this.listeners["*"].forEach(s=>s({[e]:o(this,At)[e]})))})}remoteSet(e,r){o(this,Ci).storeInsertKeys(o(this,Ii),this.name,[{key:e,payload:r}])}bulkSet(e){return u(this,null,function*(){e.forEach(({key:r,payload:n})=>{o(this,At)[r]=n}),o(this,Ci).storeInsertKeys(o(this,Ii),this.name,e)})}update(e,r,n=!0){return u(this,null,function*(){H(this,Jh,Wy).call(this,e,r,n)})}delete(e,r=!0,n=!1){return u(this,null,function*(){if(o(this,At)[e]&&delete o(this,At)[e],r)return o(this,Ci).storeDeleteKeys(o(this,Ii),this.name,[{key:e}]);n&&(this.listeners[e]&&(this.listeners[e].forEach(i=>i({[e]:void 0})),delete this.listeners[e]),this.listeners["*"]&&this.listeners["*"].forEach(i=>i({[e]:void 0})))})}bulkDelete(e){return u(this,null,function*(){return e.forEach(({key:r})=>{o(this,At)[r]&&delete o(this,At)[r]}),o(this,Ci).storeDeleteKeys(o(this,Ii),this.name,e)})}get(e){if(o(this,At)[e])return o(this,At)[e]}getAll(){return o(this,At)}get rateLimits(){return this.rateLimitConfig}updateRateLimits(e,r){this.rateLimitConfig.maxInvocations=e,this.rateLimitConfig.period=r}get bulkRateLimits(){return this.bulkRateLimitConfig}updateBulkRateLimits(e,r){this.bulkRateLimitConfig.maxInvocations=e,this.bulkRateLimitConfig.period=r}subscribe(e,r){if(this.listeners[e]){this.listeners[e].push(r);return}this.listeners[e]=[r]}unsubscribe(e,r){var n;if(r){this.listeners[e]=((n=this.listeners[e])==null?void 0:n.filter(i=>i!==r))||[];return}this.listeners[e]&&delete this.listeners[e]}populate(e){y(this,At,e)}}At=new WeakMap,Ii=new WeakMap,Ci=new WeakMap,Jh=new WeakSet,Wy=function(t,e,r=!0){let n;const i=o(this,At)[t],s=Object.prototype.toString.call(e),a=Object.prototype.toString.call(i);if(s!==a){this.set(t,e);return}switch(a){case"[object Array]":n=[...i,...e];break;case"[object Object]":n=x(x({},i),e);break;case"[object Map]":n=new Map([...i,...e]);break;case"[object Set]":n=new Set([...i,...e]);break;default:n=e;break}this.set(t,n,r)},nr([g.trace("DyteStore.set")],jt.prototype,"set",1),nr([Bt(gs,"rateLimitConfig")],jt.prototype,"remoteSet",1),nr([g.trace("DyteStore.bulkSet"),Bt(gs,"bulkRateLimitConfig")],jt.prototype,"bulkSet",1),nr([g.trace("DyteStore.update"),Bt(gs,"rateLimitConfig")],jt.prototype,"update",1),nr([g.trace("DyteStore.delete"),Bt(gs,"rateLimitConfig")],jt.prototype,"delete",1),nr([g.trace("DyteStore.bulkDelete"),Bt(gs,"bulkRateLimitConfig")],jt.prototype,"bulkDelete",1),nr([g.trace("DyteStore.get")],jt.prototype,"get",1),nr([g.trace("DyteStore.getAll")],jt.prototype,"getAll",1),nr([g.trace("DyteStore.updateRateLimits")],jt.prototype,"updateRateLimits",1),nr([g.trace("DyteStore.updateBulkRateLimits")],jt.prototype,"updateBulkRateLimits",1),nr([g.trace("DyteStore.subscribe")],jt.prototype,"subscribe",1),nr([g.trace("DyteStore.unsubscribe")],jt.prototype,"unsubscribe",1),nr([g.trace("DyteStore.populate")],jt.prototype,"populate",1);var HN=Object.defineProperty,qN=Object.getOwnPropertyDescriptor,GN=(t,e,r,n)=>{for(var i=n>1?void 0:n?qN(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&HN(e,r,i),i},As,Ds,qd,$h,Gd,Ri,Kh,jy;class Hy{constructor(e,r){v(this,qd),v(this,Kh),f(this,"stores",new Map),v(this,As,void 0),v(this,Ds,""),v(this,Gd,void 0),v(this,Ri,new Map),y(this,As,r),y(this,Ds,e.getValue("meetingId")),y(this,Gd,e),H(this,Kh,jy).call(this)}create(e){const r=new jt({name:e,socketHandler:o(this,As),meetingId:o(this,Ds)});return o(this,As).storeGetKeys(o(this,Ds),e,[]),new Promise((n,i)=>{const s=setTimeout(()=>i(Error("Failed")),3e3);o(this,Ri).set(e,{rejectTimeout:s,resolve:n,store:r})})}}As=new WeakMap,Ds=new WeakMap,qd=new WeakSet,$h=function(){return o(this,Gd).getValue("peerId")},Gd=new WeakMap,Ri=new WeakMap,Kh=new WeakSet,jy=function(){[z.storeInsertKeys,z.storeGetKeys,z.storeDeleteKeys].forEach(t=>{o(this,As).on(t,e=>u(this,null,function*(){var r,n;if(e.pluginId!==o(this,Ds))return;const i=(r=e.storeItems)==null?void 0:r.map(a=>{var c;return{timestamp:a.timestamp,peerId:a.peerId,payload:JSON.parse((c=a.payload)!=null&&c.length?new TextDecoder().decode(a.payload):"{}"),key:a.storeKey}});if(t===z.storeGetKeys){const a=o(this,Ri).get(e.storeName),c=this.stores.get(e.storeName)||(a==null?void 0:a.store);o(this,Ri).get(e.storeName)&&(this.stores.set(e.storeName,a.store),a.resolve(c),clearTimeout(a.rejectTimeout),o(this,Ri).delete(e.storeName)),i.forEach(d=>{c.set(d.key,d.payload,!1,!1)});return}const s=this.stores.get(e.storeName)||((n=o(this,Ri).get(e.storeName))==null?void 0:n.store);s!==void 0&&(t===z.storeInsertKeys&&i.forEach(({key:a,peerId:c,payload:d})=>{c!==o(this,qd,$h)&&s.set(a,d,!1,!0)}),t===z.storeDeleteKeys&&i.forEach(({key:a,peerId:c})=>{c!==o(this,qd,$h)&&s.delete(a,!1,!0)}))}))})},GN([g.trace("DyteStoreManager.create")],Hy.prototype,"create",1);function Mi(t){var e,r,n,i,s,a,c,d,l,p,m,S,E;return t?{media:{audio:{enabled:t.audioEnabled,trackId:(e=t.audioTrack)==null?void 0:e.id,permission:"mediaPermissions"in t?(r=t.mediaPermissions)==null?void 0:r.audio:null},video:{enabled:t.videoEnabled,trackId:(n=t.videoTrack)==null?void 0:n.id,permission:"mediaPermissions"in t?(i=t.mediaPermissions)==null?void 0:i.video:null},screenshare:{enabled:t.screenShareEnabled,permission:"mediaPermissions"in t?(s=t.mediaPermissions)==null?void 0:s.screenshare:null,audio:{enabled:(c=(a=t.screenShareTracks)==null?void 0:a.audio)==null?void 0:c.enabled,trackId:(l=(d=t.screenShareTracks)==null?void 0:d.audio)==null?void 0:l.id},video:{enabled:(m=(p=t.screenShareTracks)==null?void 0:p.video)==null?void 0:m.enabled,trackId:(E=(S=t.screenShareTracks)==null?void 0:S.video)==null?void 0:E.id}}}}:{}}var JN=Object.defineProperty,$N=Object.getOwnPropertyDescriptor,Ht=(t,e,r,n)=>{for(var i=n>1?void 0:n?$N(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&JN(e,r,i),i};const KN=.8,zN=1.2;var eo,to,Ai,Os,ro,Ns,no,zh,qy,Wn,Jd,Di,io,$d,jn,Yh,Kd,Qh,Gy;let ft=(Gy=class extends Yt{constructor(t,e,r,n){super(),v(this,Os),v(this,Ns),v(this,zh),v(this,io),v(this,Kd),f(this,"id"),f(this,"userId"),f(this,"name"),f(this,"picture"),f(this,"isHost"),f(this,"customParticipantId"),f(this,"flags"),f(this,"device"),f(this,"videoTrack"),f(this,"audioTrack"),f(this,"screenShareTracks"),f(this,"videoEnabled"),f(this,"audioEnabled"),f(this,"screenShareEnabled"),f(this,"producers"),f(this,"manualProducerConfig"),v(this,eo,void 0),f(this,"supportsRemoteControl",!1),v(this,to,void 0),f(this,"presetName"),v(this,Ai,void 0),v(this,Wn,void 0),v(this,Jd,void 0),v(this,Di,new Map),v(this,jn,1),v(this,Yh,id(P=>{if(!this.videoTrack)return;const{clientWidth:Z,clientHeight:ae}=P,{width:Ie,height:ce}=this.videoTrack.getSettings();if(!Ie||!ce)return;const Ue=ce/ae,Vt=Ie/Z,A=Math.max(Ue,Vt);A>zN&&o(this,jn)===1?(y(this,jn,0),C.emit(R.MAX_SPATIAL_LAYER_CHANGE,{peerId:this.id,maxSpatialLayer:o(this,jn)})):A<KN&&o(this,jn)===0&&(y(this,jn,1),C.emit(R.MAX_SPATIAL_LAYER_CHANGE,{peerId:this.id,maxSpatialLayer:o(this,jn)}))},2e3)),y(this,Ai,t);const{id:i,userId:s,displayName:a,device:c,picture:d,isHost:l,flags:p,clientSpecificId:m,stageStatus:S,customParticipantId:E,audioMuted:b,audioTrack:O,videoEnabled:M=!1,videoTrack:F,producers:V,metadata:J}=e;this.id=i,this.userId=s,this.name=a,this.device=c,this.picture=d,this.isHost=l,this.flags=p,this.manualProducerConfig=yI,y(this,to,S!=null?S:"ON_STAGE"),this.customParticipantId=E!=null?E:m,this.audioEnabled=!b,this.audioTrack=O,this.videoEnabled=M,this.videoTrack=F,this.screenShareTracks={audio:void 0,video:void 0},this.producers=V!=null?V:[],this.presetName=J==null?void 0:J.preset_name,y(this,eo,!1),y(this,Wn,r),y(this,Jd,n),this.setupEvents(),this.updateVideo=this.updateVideo.bind(this),H(this,Kd,Qh).call(this)}get clientSpecificId(){return this.customParticipantId}get stageStatus(){return o(this,to)}setVideoEnabled(t,e=!0){this.videoEnabled=t,e&&(h.info("DyteParticipant::setVideoEnabled::videoUpdate",x({},Mi(this))),this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack}))}setAudioEnabled(t,e=!0){this.audioEnabled=t,e&&(h.info("DyteParticipant::setAudioEnabled::audioUpdate",x({},Mi(this))),this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack}))}setScreenShareEnabled(t,e=!0){this.screenShareEnabled=t,e&&this.emit("screenShareUpdate",{screenShareEnabled:this.screenShareEnabled,screenShareTracks:this.screenShareTracks})}setupEvents(){this.on("videoUpdate",H(this,Kd,Qh))}pin(){return u(this,null,function*(){if(!o(this,Ns,no))throw new _("Can`t pin participant without joining room","1205");if(!o(this,Wn).permissions.pinParticipant)throw new _("You do not have permission to pin participants.","1201");return o(this,Os,ro).pinPeer(this.id)})}unpin(){return u(this,null,function*(){if(!o(this,Ns,no))throw new _("Can`t unpin participant without joining room","1205");if(!o(this,Wn).permissions.pinParticipant)throw new _("You do not have permission to unpin participants.","1201");return o(this,Os,ro).pinPeer(null)})}setIsPinned(t,e=!0){var r;y(this,eo,t);const n=t?"pinned":"unpinned";(r=o(this,io,$d))==null||r.updateSource(this.id,{pinned:t}),e&&this.emit(n,this)}disableAudio(){return u(this,null,function*(){const t=this.id;if(h.info("DyteParticipant::disable_audio",{dyteParticipant:{id:t}}),!o(this,Ns,no))throw new _("Can`t disable participant audio without joining room","1205");if(o(this,Wn).permissions.canDisableParticipantAudio)return o(this,Os,ro).disableAudio(t);throw h.error("DyteParticipant::unauthorized_disable_audio",{dyteParticipant:{id:t}}),new _("Unauthorized: User does not have permission to disable participant audio.","1201")})}kick(){return u(this,null,function*(){const t=this.id;if(h.info("DyteParticipant::kick",{dyteParticipant:{id:t}}),!o(this,zh,qy))throw new _("Can`t kick participant without joining room","1205");if(o(this,Wn).permissions.kickParticipant){yield C.emitAsync(R.KICK_PEER,{peerId:t});return}throw h.error("DyteParticipant::unauthorized_kick",{dyteParticipant:{id:t}}),new _("Unauthorized: User does not have permission to kick participants.","1201")})}disableVideo(){return u(this,null,function*(){const t=this.id;if(h.info("DyteParticipant::disable_video",{dyteParticipant:{id:t}}),!o(this,Ns,no))throw new _("Can`t disable participant video without joining room","1205");if(o(this,Wn).permissions.canDisableParticipantVideo)return o(this,Os,ro).disableVideo(t);throw h.error("DyteParticipant::unauthorized_disable_video",{dyteParticipant:{id:t}}),new _("Unauthorized: User does not have permission to disable participant video.","1201")})}getPermissions(){return u(this,null,function*(){return o(this,Jd).getUserPermissions(this.userId)})}setStageStatus(t){y(this,to,t),this.emit("stageStatusUpdate",this)}get isPinned(){return o(this,eo)}registerVideoElement(t){var e,r,n,i;let s;(r=(e=o(this,Di).get(t))==null?void 0:e.observer)==null||r.disconnect(),"ResizeObserver"in window&&(s=new ResizeObserver(()=>o(this,Yh).call(this,t)),s.observe(t)),o(this,Di).set(t,{observer:s}),this.updateVideo(t),(i=o(this,io,$d))==null||i.addSource(this.id,t,this.videoEnabled,this.isPinned,this.name,this.picture,(n=this.raised)!=null?n:!1)}deregisterVideoElement(t){var e,r,n;t.srcObject=void 0,(r=(e=o(this,Di).get(t))==null?void 0:e.observer)==null||r.disconnect(),o(this,Di).delete(t),(n=o(this,io,$d))==null||n.removeSource(this.id)}updateVideo(t){var e;if(this.videoEnabled){if(this.videoTrack==null)return;const r=(e=t.srcObject)==null?void 0:e.getTracks()[0];if((r==null?void 0:r.id)===this.videoTrack.id)return;const n=new MediaStream;n.addTrack(this.videoTrack),t.srcObject=n}else t.srcObject=void 0;t.style.display=this.videoEnabled?"block":"none"}},eo=new WeakMap,to=new WeakMap,Ai=new WeakMap,Os=new WeakSet,ro=function(){return o(this,Ai).getValue("roomNodeClient")},Ns=new WeakSet,no=function(){return o(this,Ai).getValue("connectionHandler").mediaJoined},zh=new WeakSet,qy=function(){return o(this,Ai).getValue("connectionHandler").socketJoined},Wn=new WeakMap,Jd=new WeakMap,Di=new WeakMap,io=new WeakSet,$d=function(){return o(this,Ai).getValue("pip")},jn=new WeakMap,Yh=new WeakMap,Kd=new WeakSet,Qh=function(){Array.from(o(this,Di).keys()).forEach(this.updateVideo)},Gy);Ht([g.trace("DyteParticipant.setVideoEnabled")],ft.prototype,"setVideoEnabled",1),Ht([g.trace("DyteParticipant.setAudioEnabled")],ft.prototype,"setAudioEnabled",1),Ht([g.trace("DyteParticipant.setScreenShareEnabled")],ft.prototype,"setScreenShareEnabled",1),Ht([g.trace("DyteParticipant.pin")],ft.prototype,"pin",1),Ht([g.trace("DyteParticipant.unpin")],ft.prototype,"unpin",1),Ht([g.trace("DyteParticipant.setIsPinned")],ft.prototype,"setIsPinned",1),Ht([g.trace("DyteParticipant.disableAudio")],ft.prototype,"disableAudio",1),Ht([g.trace("DyteParticipant.kick")],ft.prototype,"kick",1),Ht([g.trace("DyteParticipant.disableVideo")],ft.prototype,"disableVideo",1),Ht([g.trace("DyteParticipant.getPermissions")],ft.prototype,"getPermissions",1),Ht([g.trace("DyteParticipant.setStageStatus")],ft.prototype,"setStageStatus",1),Ht([g.trace("DyteParticipant.registerVideoElement")],ft.prototype,"registerVideoElement",1),Ht([g.trace("DyteParticipant.deregisterVideoElement")],ft.prototype,"deregisterVideoElement",1),ft=Ht([Tt("1200")],ft);var YN=Object.defineProperty,QN=Object.getOwnPropertyDescriptor,Xh=(t,e,r,n)=>{for(var i=n>1?void 0:n?QN(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&YN(e,r,i),i};class Hn extends Ty{constructor(e){const{onAddEvent:r="participantJoined",onDeleteEvent:n="participantLeft",onClearEvent:i="participantsCleared"}=e!=null?e:{};super({onAddEvent:r,onDeleteEvent:n,onClearEvent:i})}add(e,r=!0){return this.has(e.id)&&Object.is(this.get(e.id),e)===!1&&this.delete(e.id),super.add(e,r)}clear(e=!0,r=!1){return super.clear(e,r)}delete(e,r=!0,n=!1){return super.delete(e,r,n)}}Xh([g.trace("DyteParticipantMap.add")],Hn.prototype,"add",1),Xh([g.trace("DyteParticipantMap.clear")],Hn.prototype,"clear",1),Xh([g.trace("DyteParticipantMap.delete")],Hn.prototype,"delete",1);var Oi;class XN extends hs{constructor(){super(),v(this,Oi,void 0),y(this,Oi,new Map)}__set(e,r){return o(this,Oi).set(e,r)}__clear(){return o(this,Oi).clear()}get(e){return o(this,Oi).get(e)}toArray(){return Array.from(o(this,Oi).values())}}Oi=new WeakMap;var ZN=Object.defineProperty,eL=Object.getOwnPropertyDescriptor,Ls=(t,e,r,n)=>{for(var i=n>1?void 0:n?eL(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&ZN(e,r,i),i};class zd{constructor(){f(this,"_orderedArray"),f(this,"_map"),this._map=new Map,this._orderedArray=[]}add(e,r){if(!this._map.has(e))return this._map.set(e,{peerId:e,priority:r}),this._orderedArray.splice(Math.max(r-1,0),0,e),this.index(e);const n=this.index(e);this.delete(e);const i=this.add(e,r);return n!==i?i:-1}delete(e){if(this._map.has(e)){const r=this.index(e);this._map.delete(e),this._orderedArray.splice(r,1)}}index(e){return this._map.has(e)?this._orderedArray.indexOf(e):-1}[Symbol.iterator](){return this._orderedArray[Symbol.iterator]()}}Ls([g.trace("PrioritySet.add")],zd.prototype,"add",1),Ls([g.trace("PrioritySet.delete")],zd.prototype,"delete",1),Ls([g.trace("PrioritySet.index")],zd.prototype,"index",1);class Yd{constructor(){f(this,"_activeSpeakerPeers"),f(this,"_compulsoryPeers"),this._activeSpeakerPeers=new zd,this._compulsoryPeers=new Set}add(e,r){if(!e)return-1;if(r<0)return this._compulsoryPeers.add(e),0;if(this.compulsoryPeers.includes(e)&&(r>0||r===246267631)){if(h.info("DyteSelectedPeer::removing_compulsory_peer",{selectedPeer:{peerId:e}}),this._removeFromCompulsoryPeer(e),r===246267631)return-1}else if(r===229490415)return this.delete(e),-1;return this._activeSpeakerPeers.add(e,r)}delete(e){h.info("DyteSelectedPeer::deleting_peer_from_selectedPeer",{selectedPeer:{peerId:e}}),this._removeFromCompulsoryPeer(e),this._activeSpeakerPeers.delete(e)}index(e){return this._activeSpeakerPeers.index(e)}get peers(){return Array.from(new Set(this.compulsoryPeers.concat(this.activeSpeakerPeers)))}get compulsoryPeers(){return Array.from(this._compulsoryPeers.values())}get activeSpeakerPeers(){return Array.from(this._activeSpeakerPeers)}_removeFromCompulsoryPeer(e){this._compulsoryPeers.delete(e)}}Ls([g.trace("DyteSelectedPeers.add")],Yd.prototype,"add",1),Ls([g.trace("DyteSelectedPeers.delete")],Yd.prototype,"delete",1),Ls([g.trace("DyteSelectedPeers.index")],Yd.prototype,"index",1);const Jy=new Yd;var tL=Object.defineProperty,rL=Object.getOwnPropertyDescriptor,He=(t,e,r,n)=>{for(var i=n>1?void 0:n?rL(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&tL(e,r,i),i};const nL=["ACTIVE_GRID","PAGINATED","MANUAL"];var Nr,xs,so,Vs,ao,oo,Qd,Us,ir,$y;let Ne=($y=class extends Yt{constructor(t,e,r){super(),v(this,xs),v(this,Vs),v(this,oo),f(this,"waitlisted"),f(this,"joined"),f(this,"active"),f(this,"videoSubscribed"),f(this,"audioSubscribed"),f(this,"pinned"),f(this,"all"),v(this,Nr,void 0),v(this,Us,void 0),v(this,ir,void 0),f(this,"rateLimitConfig",{maxInvocations:5,period:1}),f(this,"viewMode"),f(this,"currentPage"),f(this,"lastActiveSpeaker"),f(this,"selectedPeers",Jy),y(this,Nr,t),y(this,Us,e),y(this,ir,r),this.waitlisted=new Hn,this.joined=new Hn,this.videoSubscribed=new Hn,this.audioSubscribed=new Hn,this.active=this.videoSubscribed,this.pinned=new Hn,this.all=new XN,this.viewMode="ACTIVE_GRID",this.currentPage=0,this.setupEvents()}get pip(){return o(this,Nr).getValue("pip")}get rateLimits(){return this.rateLimitConfig}updateRateLimits(t,e){this.rateLimitConfig.maxInvocations=t,this.rateLimitConfig.period=e}setupEvents(){C.on(R.E2EE_ACTIVE_CONSUMER,({peerId:t})=>{var e;((e=o(this,Nr).getValue("modules").e2ee)==null?void 0:e.enabled)!==!0&&this.emit("media_decode_error",{reason:`Got encrypted media for participantId ${t}, but encryption wasn't enabled in init.defaults`,code:"1702"})})}get count(){return this.joined.size}get maxActiveParticipantsCount(){var t;return(t=o(this,Nr))==null?void 0:t.getValue("maxPreferredStreams")}setMaxActiveParticipantsCount(t){if(t<0||t>24)throw new _("0 <= Max active participants count limit <= 24","1203");o(this,Nr).setValue("maxPreferredStreams",t),o(this,oo,Qd)&&C.emit(R.UPDATE_ACTIVE)}get pageCount(){if(this.viewMode==="PAGINATED"){const t=this.selectedPeers.compulsoryPeers.length,e=this.joined.toArray().filter(r=>r.stageStatus==="ON_STAGE");return Math.ceil((e.length-t)/Math.max(this.maxActiveParticipantsCount-t,1))}return 0}acceptWaitingRoomRequest(t){var e,r;if(!o(this,Vs,ao))throw new _("Can`t accept waiting room request without joining room","1205");const n=(r=(e=this.waitlisted.get(t))==null?void 0:e.userId)!=null?r:t;return o(this,ir).acceptWaitingRoomRequest([n])}acceptAllWaitingRoomRequest(t){return u(this,null,function*(){const e=t.map(r=>{var n,i;return(i=(n=this.waitlisted.get(r))==null?void 0:n.userId)!=null?i:r});return o(this,ir).acceptWaitingRoomRequest(e)})}rejectWaitingRoomRequest(t){return u(this,null,function*(){var e,r;if(!o(this,Vs,ao))throw new _("Can`t reject waiting room request without joining room","1205");const n=(r=(e=this.waitlisted.get(t))==null?void 0:e.userId)!=null?r:t;o(this,ir).rejectWaitingRoomRequest([n])})}setViewMode(t){return u(this,null,function*(){if(h.info("DyteParticipants::set_view_mode",{pageNavigation:{viewMode:t,currentPage:this.currentPage,pageCount:this.pageCount,maxActiveParticipantsCount:this.maxActiveParticipantsCount}}),!(e=>nL.includes(e))(t))throw h.error("DyteParticipants::setViewMode::invalid_view_mode",{pageNavigation:{viewMode:t,currentPage:this.currentPage,pageCount:this.pageCount,maxActiveParticipantsCount:this.maxActiveParticipantsCount}}),new _(`Invalid view mode: ${t}. Try ACTIVE_GRID, PAGINATED or MANUAL.`,"1207");if(this.viewMode===t){h.info("DyteParticipants::setViewMode::view_mode_same_as_previous");return}if(t==="MANUAL")throw new _("Manual Subscription is not enabled for your Organization. Please contact support.","1208");this.viewMode=t,t==="PAGINATED"?(this.currentPage=1,C.emit(R.UPDATE_ACTIVE,{page:this.currentPage})):t==="ACTIVE_GRID"&&(this.currentPage=0,C.emit(R.UPDATE_ACTIVE)),this.emit("viewModeChanged",{viewMode:t,currentPage:this.currentPage,pageCount:this.pageCount})})}subscribe(t){return u(this,arguments,function*(e,r=["audio","video","screenshareAudio","screenshareVideo"]){if(this.viewMode!=="MANUAL")throw new _("MANUAL subscription mode was not activated.","1206");const n=[];e.forEach(i=>{const s=this.joined.get(i);if(s){if(r.includes("audio")){s.manualProducerConfig=G(x({},s.manualProducerConfig),{audio:!0}),this.videoSubscribed.add(s);const a=s.producers.find(c=>c.kind==="audio"&&!c.screenShare);a&&n.push(a)}if(r.includes("video")){s.manualProducerConfig=G(x({},s.manualProducerConfig),{video:!0}),this.audioSubscribed.add(s);const a=s.producers.find(c=>c.kind==="video"&&!c.screenShare);a&&n.push(a)}if(r.includes("screenshareAudio")){s.manualProducerConfig=G(x({},s.manualProducerConfig),{screenshareAudio:!0});const a=s.producers.find(c=>c.kind==="audio"&&c.screenShare);n.push(a)}if(r.includes("screenshareVideo")){s.manualProducerConfig=G(x({},s.manualProducerConfig),{screenshareVideo:!0});const a=s.producers.find(c=>c.kind==="video"&&c.screenShare);n.push(a)}}}),yield o(this,xs,so).createConsumers(n)})}unsubscribe(t){return u(this,arguments,function*(e,r=["audio","video","screenshareAudio","screenshareVideo"]){if(this.viewMode!=="MANUAL")throw new _("MANUAL subscription mode was not activated.","1206");const n=[];e.forEach(i=>{const s=this.joined.get(i);if(s){if(r.includes("audio")){s.manualProducerConfig=G(x({},s.manualProducerConfig),{audio:!1});const a=s.producers.find(c=>c.kind==="audio"&&!c.screenShare);a&&n.push(a)}if(r.includes("video")){s.manualProducerConfig=G(x({},s.manualProducerConfig),{video:!1});const a=s.producers.find(c=>c.kind==="video"&&!c.screenShare);a&&n.push(a)}if(r.includes("screenshareAudio")){s.manualProducerConfig=G(x({},s.manualProducerConfig),{screenshareAudio:!1});const a=s.producers.find(c=>c.kind==="audio"&&c.screenShare);n.push(a)}if(r.includes("screenshareVideo")){s.manualProducerConfig=G(x({},s.manualProducerConfig),{screenshareVideo:!1});const a=s.producers.find(c=>c.kind==="video"&&c.screenShare);n.push(a)}}}),yield o(this,xs,so).closeConsumers(n)})}getPeerIdsForCurrentPage(){h.info("DyteParticipants::getPeerIdsForCurrentPage()",{pageNavigation:{viewMode:this.viewMode,currentPage:this.currentPage,pageCount:this.pageCount,maxActiveParticipantsCount:this.maxActiveParticipantsCount}});const{compulsoryPeers:t}=this.selectedPeers,e=t.filter(a=>this.joined.has(a)),r=Array.from(this.pinned.keys()).filter(a=>!e.includes(a)),n=Array.from(this.joined.toArray().filter(a=>a.stageStatus==="ON_STAGE").map(a=>a.id)),i=Math.max((this.currentPage-1)*(this.maxActiveParticipantsCount-e.length-r.length)),s=this.currentPage*(this.maxActiveParticipantsCount-e.length-r.length);return e.concat(r,n.slice(i,s))}setPage(t){return u(this,null,function*(){if(h.info("DyteParticipants::set_page",{pageNavigation:{settingPage:t,viewMode:this.viewMode,currentPage:this.currentPage,pageCount:this.pageCount,maxActiveParticipantsCount:this.maxActiveParticipantsCount}}),this.viewMode==="PAGINATED"){if(!Number.isInteger(t))throw h.error("DyteParticipants::invalid_page_number"),new _(`Invalid page: ${t}. Page must be an integer and greater than 0 and less than or equal to .pageCount`,"1202");this.currentPage=t,C.emit(R.UPDATE_ACTIVE,{page:t}),this.emit("pageChanged",{viewMode:this.viewMode,currentPage:this.currentPage,pageCount:this.pageCount})}})}disableAllAudio(t){return u(this,null,function*(){if(h.info("DyteParticipants::disable_all_audio",{actions:{disableAllAudio:{allowUnmute:t}}}),!o(this,oo,Qd))throw new _("Can`t disable all audio without joining room","1205");if(o(this,Us).permissions.canAllowParticipantAudio)return o(this,xs,so).muteAll(t);throw h.error("DyteParticipants::unauthorized_disable_all_audio",{actions:{disableAllAudio:{allowUnmute:t}}}),new _("Unauthorized: User does not have permission to disable peer audio.","1201")})}disableAllVideo(){return u(this,null,function*(){if(h.info("DyteParticipants::disable_all_video"),!o(this,oo,Qd))throw new _("Can`t disable all video without joining room","1205");if(o(this,Us).permissions.canAllowParticipantVideo)return o(this,xs,so).muteAllVideo();throw h.error("DyteParticipants::unauthorized_disable_all_video"),new _("Unauthorized: User does not have permission to disable peer video.","1201")})}disableAudio(t){return u(this,null,function*(){this.joined.get(t).disableAudio()})}disableVideo(t){return u(this,null,function*(){this.joined.get(t).disableVideo()})}kick(t){return u(this,null,function*(){yield C.emitAsync(R.KICK_PEER,{peerId:t})})}kickAll(){return u(this,null,function*(){if(h.info("DyteParticipants::kick_all"),o(this,Nr).getValue("viewType")!=="LIVESTREAM"&&!o(this,Vs,ao))throw new _("Can`t kick all without joining room","1205");if(!o(this,Us).permissions.kickParticipant)throw h.error("DyteParticipants::unauthorized_kick_all"),new _("Unauthorized: User does not have permission to kick peers.","1201");const t=Q.hasFeature(ie.PROPAGATE_KICK_ALL);o(this,ir).kickAll(t)})}broadcastMessage(t,e,r){return u(this,null,function*(){if(h.info("DyteParticipants::broadcastMessage"),!o(this,Vs,ao))throw new _("Can`t broadcast message without joining room","1205");if(!(t!=null&&t.trim()))throw new _("`type` must be a non-empty string.","1209");if(r)if("meetingIds"in r)yield o(this,ir).broadcastToMeetings(t,r.meetingIds,e);else{let n=[];"participantIds"in r?n=r.participantIds:n=this.joined.toArray().filter(i=>{var s;return(s=r.presetNames)==null?void 0:s.includes(i.presetName)}).map(i=>i.id),yield o(this,ir).broadcastToPeers(t,n,e)}else yield o(this,ir).broadcastMessage(t,e)})}getAllJoinedPeers(t,e,r){return u(this,null,function*(){return(yield o(this,ir).getRoomPeers(t,e,r)).peers.map(Le.formatSocketServiceMessage)})}updatePermissions(t,e){return u(this,null,function*(){const r=this.joined.toArray().filter(i=>t.includes(i.id)).map(i=>i.userId),n=[...new Set(r)];if(!n.length)throw new _("Cannot update permissions, no valid userIDs found","1204");o(this,ir).updatePermissions(n,e)})}getParticipantsInMeetingPreJoin(){return u(this,null,function*(){return o(this,ir).getRoomPeersNonPaginated()})}},Nr=new WeakMap,xs=new WeakSet,so=function(){return o(this,Nr).getValue("roomNodeClient")},Vs=new WeakSet,ao=function(){var t;return((t=o(this,Nr).getValue("connectionHandler"))==null?void 0:t.socketJoined)===!0},oo=new WeakSet,Qd=function(){var t;return((t=o(this,Nr).getValue("connectionHandler"))==null?void 0:t.mediaJoined)===!0},Us=new WeakMap,ir=new WeakMap,$y);He([g.trace("DyteParticipants.updateRateLimits")],Ne.prototype,"updateRateLimits",1),He([g.trace("DyteParticipants.setupEvents")],Ne.prototype,"setupEvents",1),He([g.trace("DyteParticipants.setMaxActiveParticipantsCount")],Ne.prototype,"setMaxActiveParticipantsCount",1),He([g.trace("DyteParticipants.acceptWaitingRoomRequest")],Ne.prototype,"acceptWaitingRoomRequest",1),He([g.trace("DyteParticipants.acceptAllWaitingRoomRequest")],Ne.prototype,"acceptAllWaitingRoomRequest",1),He([g.trace("DyteParticipants.rejectWaitingRoomRequest")],Ne.prototype,"rejectWaitingRoomRequest",1),He([g.trace("DyteParticipants.setViewMode")],Ne.prototype,"setViewMode",1),He([g.trace("DyteParticipants.subscribe")],Ne.prototype,"subscribe",1),He([g.trace("DyteParticipants.unsubscribe")],Ne.prototype,"unsubscribe",1),He([g.trace("DyteParticipants.getPeerIdsForCurrentPage")],Ne.prototype,"getPeerIdsForCurrentPage",1),He([g.trace("DyteParticipants.setPage")],Ne.prototype,"setPage",1),He([g.trace("DyteParticipants.disableAllAudio")],Ne.prototype,"disableAllAudio",1),He([g.trace("DyteParticipants.disableAllVideo")],Ne.prototype,"disableAllVideo",1),He([g.trace("DyteParticipants.disablePeerAudio")],Ne.prototype,"disableAudio",1),He([g.trace("DyteParticipants.disablePeerVideo")],Ne.prototype,"disableVideo",1),He([g.trace("DyteParticipants.kickPeer")],Ne.prototype,"kick",1),He([g.trace("DyteParticipants.kickAll")],Ne.prototype,"kickAll",1),He([g.trace("DyteParticipants.broadcastMessage"),Bt(gs,"rateLimitConfig")],Ne.prototype,"broadcastMessage",1),He([g.trace("DyteParticipants.getAllJoinedPeers"),Bt({maxInvocations:10,period:60})],Ne.prototype,"getAllJoinedPeers",1),He([g.trace("DyteParticipant.updatePermissions"),Bt({maxInvocations:1e3,period:60})],Ne.prototype,"updatePermissions",1),He([g.trace("DyteParticipants.getParticipantsInMeetingPreJoin")],Ne.prototype,"getParticipantsInMeetingPreJoin",1),Ne=He([Tt("1200")],Ne);var qn=(t=>(t.NEW="new",t.CONNECTING="connecting",t.RECONNECTING="reconnecting",t.DISCONNECTED="disconnected",t.CONNECTED="connected",t.FAILED="failed",t.CLOSED="closed",t))(qn||{}),lt=(t=>(t[t.HIVE=1]="HIVE",t[t.ROOM_NODE=2]="ROOM_NODE",t[t.CF=3]="CF",t))(lt||{}),iL=Object.defineProperty,sL=Object.getOwnPropertyDescriptor,qe=(t,e,r,n)=>{for(var i=n>1?void 0:n?sL(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&iL(e,r,i),i};const Ky=class{constructor(t,e,r,n){switch(f(this,"participants"),f(this,"self"),f(this,"selectedPeers",Jy),f(this,"maxSpatialLayerUpdates",new Map),f(this,"consumerPeerMap"),f(this,"events"),f(this,"roomSocketHandler"),f(this,"context"),f(this,"videoPeerConsumerMap",new Map),f(this,"updateConsumerSpatialLayers",id(()=>{const i={},s=new Map(this.maxSpatialLayerUpdates);this.maxSpatialLayerUpdates.clear(),Array.from(s.entries()).forEach(([a,c])=>{i[c]===void 0&&(i[c]={layer:c,consumerIds:[]}),i[c].consumerIds.push(a)}),Object.keys(i).forEach(a=>{const c=i[a];h.log(`Switching max spatial layer to ${c.layer}`,{consumerIds:c.consumerIds}),this.roomNodeClient.switchConsumersToLayer(c.consumerIds,c.layer)})},2e3)),f(this,"updateConsumers",(i,s)=>{let a=Promise.resolve();s.length>0&&(h.info("Closing consumers for producers",{producers:s}),a=this.roomNodeClient.closeConsumers(s)),a.then(()=>{i.length!==0&&(h.info("Consuming producers",{producers:i}),this.roomNodeClient.createConsumers(i).catch(c=>h.error("Error activating peers",{error:c})))}).catch(c=>h.error("Error deactivating peers",{error:c}))}),f(this,"updateConsumersDebounced",id(this.updateConsumers,200,{trailing:!0})),this.context=t,this.roomSocketHandler=r,this.participants=new Ne(t,e,this.roomSocketHandler),this.self=e,this.consumerPeerMap=new Map,n){case lt.HIVE:{this.events=ur;break}case lt.CF:{this.events=wr;break}default:this.events=ur}e.config.viewType!=="CHAT"&&this.setupEventsGlobal(),this.setupEvents()}get roomNodeClient(){return this.context.getValue("roomNodeClient")}get mediaJoined(){var t;return((t=this.roomNodeClient)==null?void 0:t.mediaJoined)===!0}get pip(){return this.context.getValue("pip")}setupEvents(){this.roomSocketHandler.on(W.getWaitingRoomRequests,this.waitingRoomRequestHandler.bind(this)),C.on(R.SOCKET_PEERS,t=>u(this,null,function*(){const e=Q.hasFeature(ie.DEBUG_SOCKET_JOIN);if(e){const r=t&&(t==null?void 0:t.length)<20?{peers:JSON.stringify(t.map(n=>n.peerId))}:void 0;h.info("Processing socket peers",r)}t==null||t.forEach(r=>{r.waitlisted||this.onParticipantJoined(this.fromSocketService(r))}),e&&h.info("Processed socket peers")})),this.roomSocketHandler.on(this.events.peerJoinedBroadcast,({participant:t})=>{Q.hasFeature(ie.DEBUG_SOCKET_JOIN)&&h.info("events.peerJoinedBroadcast",{peers:t.peerId}),this.onMediaJoined(t.peerId,t.producerStates,t.capabilities)}),this.roomSocketHandler.on(this.events.selfJoinComplete,({participants:t,selectedPeers:e,roomState:r})=>{if(Q.hasFeature(ie.DEBUG_SOCKET_JOIN)){const s=t&&(t==null?void 0:t.length)<20?{peers:JSON.stringify(t.map(a=>a.peerId))}:void 0;h.info("events.selfJoinComplete",s)}t.forEach(({peerId:s,producerStates:a,capabilities:c})=>this.onMediaJoined(s,a,c));const{audioPeers:n,compulsoryPeers:i}=e!=null?e:{};r.pinnedPeerIds.length!==0&&this.onParticipantPinned(r.pinnedPeerIds[0]),this.computeActivateParticipants(n!=null?n:[],i),C.emit(R.UPDATE_ACTIVE,{createAllConsumers:!0})}),C.on(R.MAX_SPATIAL_LAYER_CHANGE,({peerId:t,maxSpatialLayer:e})=>{const r=this.videoPeerConsumerMap.get(t);r&&(this.maxSpatialLayerUpdates.set(r,e),this.updateConsumerSpatialLayers())}),C.on(R.NEW_PRODUCER,({peerId:t,producer:e})=>{const r=this.participants.joined.get(t);if(!r){h.warn("ParticipantController::NEW_PRODUCER::participant not found",{producer:{id:e==null?void 0:e.producerId,kind:e==null?void 0:e.kind,status:"UNKNOWN",appData:{screenShare:e==null?void 0:e.screenShare}},dyteParticipant:{id:t}});return}if(r.producers.push(e),h.info("ParticipantController::NEW_PRODUCER::producer_added_to_participant",{producer:{id:e==null?void 0:e.producerId,peerId:t,kind:e==null?void 0:e.kind,status:"UNKNOWN",appData:{screenShare:e==null?void 0:e.screenShare}}}),this.participants.viewMode==="MANUAL"){let n=!1;const i=e.kind==="audio",s=e.kind==="video",a=r.manualProducerConfig;(i&&(a.audio&&!e.screenShare||a.screenshareAudio&&e.screenShare)||s&&(a.video&&!e.screenShare||a.screenshareVideo&&e.screenShare))&&(n=!0),n?this.roomNodeClient.createConsumers([e]):h.info("ParticipantController::NEW_PRODUCER::not_consuming_producer",{producer:{id:e==null?void 0:e.producerId,peerId:t,kind:e==null?void 0:e.kind,status:"UNKNOWN",appData:{screenShare:e==null?void 0:e.screenShare}}});return}(e==null?void 0:e.kind)==="audio"&&this.participants.audioSubscribed.get(t)||(e==null?void 0:e.kind)==="video"&&this.participants.videoSubscribed.get(t)||e!=null&&e.screenShare?this.roomNodeClient.createConsumers([e]).catch(n=>{h.error("ParticipantController::createConsumer failed",{error:n})}):h.info("ParticipantController::NEW_PRODUCER::not_consuming_producer",{producer:{id:e==null?void 0:e.producerId,peerId:t,kind:e==null?void 0:e.kind,status:"UNKNOWN",appData:{screenShare:e==null?void 0:e.screenShare}}})}),C.on(R.PRODUCER_CLOSED,({peerId:t,producerId:e})=>{const r=this.participants.joined.get(t);if(!r){h.warn("ParticipantController::NEW_PRODUCER::participant not found",{dyteParticipant:{id:t}});return}r.producers=r.producers.filter(n=>n.producerId!==e)}),C.on(R.PRODUCER_TOGGLE,({peerId:t,producerId:e,paused:r,kind:n})=>{const i=this.participants.joined.get(t);if(i){n==="audio"&&i.setAudioEnabled(!r);const s=i.producers.find(a=>a.producerId===e);s&&(s.pause=r)}}),this.roomSocketHandler.on(this.events.globalPeerPinBroadcast,t=>{let e;if(t&&(e=t.participantId),!this.mediaJoined)return;const r=e;this.onParticipantPinned(r);const n=this.participants.joined.get(r);n&&this.roomNodeClient.activatePeers(n.producers).catch(i=>{h.error("unable to create consumers",{error:i})})}),this.roomSocketHandler.on(this.events.selectedPeer,({audioPeers:t,compulsoryPeers:e})=>{this.mediaJoined&&this.onSelectedPeers(e.concat(t))}),this.roomSocketHandler.on(this.events.selectedPeerDiff,({entries:t})=>{if(!this.mediaJoined)return;const e=t.map(r=>({peerId:r.peerId,priority:r.priority}));this.updateActiveParticipantsWithPriorities(e,!0)})}waitingRoomRequestHandler(t){const e=t.requests.filter(n=>!this.participants.waitlisted.toArray().find(i=>i.userId===n.userId)),r=this.participants.waitlisted.toArray().filter(n=>!t.requests.find(i=>i.userId===n.userId));e.forEach(n=>this.participants.waitlisted.add(new ft(this.context,{id:n.peerId,displayName:n.displayName,audioMuted:!0,videoEnabled:!1,audioTrack:void 0,videoTrack:void 0,stageStatus:"OFF_STAGE",userId:n.userId,flags:{},isHost:!1,customParticipantId:n.customParticipantId,picture:n.picture,metadata:{preset_name:n.presetName}},this.self,this.roomSocketHandler))),r.forEach(n=>this.participants.waitlisted.delete(n.id))}get maxPreferredStreams(){return this.participants.maxActiveParticipantsCount}selectPagePeers(t){return u(this,null,function*(){const{compulsoryPeers:e}=this.selectedPeers,r=e.filter(c=>this.participants.joined.has(c)),n=Array.from(this.participants.pinned.keys()).filter(c=>!r.includes(c)),i=Array.from(this.participants.joined.toArray().filter(c=>c.stageStatus==="ON_STAGE").map(c=>c.id)),s=Math.max((t-1)*(this.maxPreferredStreams-r.length-n.length)),a=t*(this.maxPreferredStreams-r.length-n.length);return r.concat(n,i.slice(s,a))})}selectActivePeers(){const t=new Map,e=Array.from(this.participants.joined.toArray().filter(l=>l.stageStatus==="ON_STAGE").map(l=>(t.set(l.id,!0),l.id))),r=this.selectedPeers.peers,n=this.participants.pinned.toArray().reduce((l,p)=>(p.stageStatus!=="ON_STAGE"?this.participants.pinned.delete(p.id):l.push(p.id),l),[]),i=this.self.stageStatus==="ON_STAGE"?1:0,s=this.participants.maxActiveParticipantsCount-i,a=new Set(r.concat(n).filter(l=>l!==this.self.id&&t.has(l)));let c=Array.from(a);const d=s-a.size;if(d>=0){const l=e.filter(p=>!a.has(p)&&p!==this.self.id).slice(0,d);c=Array.from(a).concat(l)}else c=c.slice(0,s);return c}updateActive(t,e){return u(this,null,function*(){const{page:r,createAllConsumers:n}=e!=null?e:{};let{strategies:i}=e!=null?e:{},s,a;switch(t){case"PAGINATED":{if(!r)return;s=yield this.selectPagePeers(r),h.debug("ParticipantController::updateActive::updating_current_page_peers",{peerIds:s}),i!=null||(i={video:this.updateParticipantsMap.bind(this)}),a=this.updateConsumersDebounced;break}case"ACTIVE_GRID":{s=this.selectActivePeers(),h.debug("ParticipantController::updateActive::updating_current_selected_peers",{peerIds:s}),i!=null||(i={video:this.updateParticipantsMapMinReplacement.bind(this),audio:this.updateParticipantsMap.bind(this)}),a=this.updateConsumers;break}default:throw new Error(`View mode ${t} not supported`)}let c,d;const l=this.updateGrid(s,i);n?(c=this.mapPeerIdsToProducers(s,["audio","video","screenshare"]),d=[]):(c=[...this.mapPeerIdsToProducers([...l.video.add],["video"]),...this.mapPeerIdsToProducers([...l.audio.add],["audio"])],d=[...this.mapPeerIdsToProducers([...l.video.remove],["video"]),...this.mapPeerIdsToProducers([...l.audio.remove],["audio"])]),!(c.length===0&&d.length===0)&&a(c,d)})}computeActivateParticipants(t,e){const r=t.map((i,s)=>({peerId:i,priority:s+1})),n=e==null?void 0:e.map((i,s)=>({peerId:i,priority:-(s+1)}));r.push(...n!=null?n:[]),r.length>0&&this.updateActiveParticipantsWithPriorities(r)}fromSocketService(t){const e=Ky.formatSocketServiceMessage(t);return new ft(this.context,G(x({},e),{isHost:!1,videoEnabled:!1,audioMuted:!0,videoTrack:void 0,audioTrack:void 0}),this.self,this.roomSocketHandler)}updatePipSource(t,e){var r,n;e?(r=this.pip)==null||r.enableSource(t):(n=this.pip)==null||n.disableSource(t)}onMediaJoined(t,e,r){if(!this.mediaJoined||t===this.self.id)return;const n=this.participants.joined.get(t);if(!n){h.warn(`Received media.peerJoinedBroadcast for non-existent peer ${t}`);return}e.forEach(i=>{i.kind===Kr.AUDIO&&!i.screenShare?n.setAudioEnabled(!i.pause):i.kind===Kr.VIDEO&&!i.screenShare&&(n.setVideoEnabled(!i.pause),this.updatePipSource(n.id,!i.pause)),n.producers.push(G(x({},i),{producingTransportId:i.producingTransportId,kind:i.kind===Kr.AUDIO?"audio":"video",producingPeerId:t,mimeType:i.mimeType}))}),this.roomNodeClient.handlePeerCapabilities(t,r),Q.hasFeature(ie.FORCE_VIDEO_CODEC)||this.roomNodeClient.shareWebcam(this.self.videoTrack)}updateParticipantsMapMinReplacement(t,e){const r=Array.from(t.keys()),n=new Map(t),i=[],s=[],a=new Set(e),c=[];return r.forEach((d,l)=>{(!a.has(d)||!this.participants.joined.get(d))&&c.push(l)}),e.forEach(d=>{if(t.get(d))return;if(r.length<e.length){r.push(d),i.push(d);return}const l=c.shift();s.push(r[l]),r[l]=d,i.push(r[l])}),r.forEach((d,l)=>{a.has(d)||s.concat(r.splice(l,1))}),Array.from(t.keys()).forEach(d=>{t.delete(d,!a.has(d))}),r.forEach(d=>{if(!this.participants.joined.get(d)){h.warn("updateActiveParticipants::participant_not_in_joined_list",{dyteParticipant:{id:d}});return}t.add(this.participants.joined.get(d),!n.get(d))}),t.emit("participantsUpdate"),[i,s]}updateParticipantsMap(t,e){const r=Array.from(t.keys()),n=[],i=[];return r.forEach(s=>{e.includes(s)||(t.delete(s,!0),i.push(s))}),e.forEach(s=>{t.get(s)||(t.add(this.participants.joined.get(s)),n.push(s))}),t.emit("participantsUpdate"),[n,i]}updatePinnedParticipants(){this.participants.pinned.forEach(t=>{t.setIsPinned(!1),this.participants.pinned.delete(t.id)})}setupEventsGlobal(){this.roomSocketHandler.on(W.joinRoom,({peer:t})=>{if(!t.waitlisted){const e=Q.hasFeature(ie.DEBUG_SOCKET_JOIN);e&&h.info("Processing socket join",{peers:t.peerId}),this.onParticipantJoined(this.fromSocketService(t)),e&&h.info("Processed socket join",{peers:t.peerId})}}),this.roomSocketHandler.on(W.leaveRoom,t=>{const{peerId:e}=t.peer;this.selectedPeers.delete(e),this.onParticipantLeave(e)}),C.on(R.SOCKET_SERVICE_ROOM_JOINED,()=>{this.self.permissions.acceptWaitingRequests&&this.roomSocketHandler.getWaitingRoomRequests()}),this.self.permissions.on("permissionsUpdate",t=>{const{acceptWaitingRequests:e}=t;e!==void 0&&(e?this.roomSocketHandler.getWaitingRoomRequests():this.participants.waitlisted.clear())}),C.on(R.SOCKET_SERVICE_DISCONNECTED,()=>{this.participants.joined.clear(),this.participants.videoSubscribed.clear(),this.participants.audioSubscribed.clear(),this.participants.pinned.clear(),this.participants.currentPage=0,this.participants.viewMode="ACTIVE_GRID",this.participants.emit("viewModeChanged",{viewMode:"ACTIVE_GRID",currentPage:this.participants.currentPage,pageCount:this.participants.pageCount})}),C.on(R.CONSUMER_PAUSED,({id:t})=>{this.processConsumerPaused(t)}),C.on(R.CONSUMER_RESUMED,({id:t})=>{this.processConsumerResumed(t)}),C.on(R.NEW_CONSUMER,({id:t})=>{this.processNewConsumer(t)}),C.on(R.CONSUMER_CLOSED,({id:t})=>{this.processConsumerClosed(t)}),C.on(R.ROOM_MESSAGE,t=>u(this,[t],function*({payload:e,type:r,timestamp:n}){this.participants.emit("broadcastedMessage",{type:r,payload:e,timestamp:n})})),C.on(R.MESSAGE,t=>u(this,[t],function*({payload:e,type:r,timestamp:n}){r!=="spotlight"&&this.participants.emit("broadcastedMessage",{type:r,payload:e,timestamp:n})})),C.on(R.LOW_CONSUMER_SCORE,({peerId:t,score:e,kind:r})=>{const n=this.participants.joined.get(t);n&&(n.emit("poorConnection",{score:e,kind:r}),this.participants.emit("poorConnection",{participantId:t,score:e,kind:r}))}),C.on(R.CONSUMER_SCORE_UPDATE,({score:t,kind:e,appData:r,peerId:n,scoreStats:i})=>{var s;const a=e==="video"&&((s=r==null?void 0:r.screenShare)!=null?s:!1),c=this.participants.joined.get(n);c&&(c.emit("mediaScoreUpdate",{kind:e,isScreenshare:a,score:t,participantId:n,scoreStats:i}),this.participants.emit("mediaScoreUpdate",{kind:e,isScreenshare:a,score:t,participantId:n,scoreStats:i}))}),C.onAsync(R.KICK_PEER,t=>u(this,[t],function*({peerId:e}){const r=this.participants.joined.get(e);yield this.roomNodeClient.kick(e),yield this.roomSocketHandler.kick(e),r?r.emit("kicked"):this.participants.joined.emit("kicked",{id:e})})),C.on(R.UPDATE_ACTIVE,(...t)=>u(this,[...t],function*({page:e,createAllConsumers:r}={}){yield this.updateActive(e?"PAGINATED":"ACTIVE_GRID",{page:e,createAllConsumers:r})}))}onParticipantPinned(t){return u(this,null,function*(){if(!t){this.self.isPinned&&this.self.setIsPinned(!1),this.participants.pinned.size!==0&&this.updatePinnedParticipants();return}if(t===this.self.id){this.participants.pinned.size!==0&&this.updatePinnedParticipants(),this.self.setIsPinned(!0);return}const e=this.participants.joined.get(t);this.self.isPinned&&this.self.setIsPinned(!1),this.updatePinnedParticipants(),e.setIsPinned(!0),this.participants.pinned.add(e)})}onParticipantJoined(t){return u(this,null,function*(){var e,r,n;if(this.self.id!==t.id&&!((e=t.flags)!=null&&e.recorder)&&!((r=t.flags)!=null&&r.hidden_participant)&&!((n=t.flags)!=null&&n.hiddenParticipant)&&(this.participants.videoSubscribed.delete(t.id),this.participants.audioSubscribed.delete(t.id),this.participants.joined.add(t),this.participants.waitlisted.delete(t.id),t.stageStatus==="REQUESTED_TO_JOIN_STAGE"&&C.emit(R.UPDATE_STAGE_REQUESTS,{request:{displayName:t.name,userId:t.userId,peerId:t.id},add:!0})),C.emit(R.PEER_JOINED_INTERNAL,t),this.self.config.viewType===Pt.Webinar&&t.stageStatus!=="ON_STAGE"||this.roomNodeClient===void 0||this.participants.videoSubscribed.size>=this.maxPreferredStreams)return;const i=this.participants.currentPage;this.updateActive(i?"PAGINATED":"ACTIVE_GRID",{page:i})})}onParticipantLeave(t){return u(this,null,function*(){const e=this.participants.joined.get(t);this.participants.joined.delete(t,!0,!0),this.participants.pinned.delete(t,!0,!0),this.participants.waitlisted.delete(t,!0,!0),this.roomNodeClient&&(this.roomNodeClient.handlePeerLeaving(t),this.roomNodeClient.closeConsumers(e==null?void 0:e.producers)),e&&e.stageStatus==="REQUESTED_TO_JOIN_STAGE"&&C.emit(R.UPDATE_STAGE_REQUESTS,{request:{displayName:e.name,userId:e.userId,peerId:e.id},add:!1});const{currentPage:r}=this.participants,n=this.maxPreferredStreams*(r-1),i=this.participants.videoSubscribed.get(t);n===0?this.participants.setViewMode("ACTIVE_GRID"):this.participants.joined.size<=n?r===2?this.participants.setViewMode("ACTIVE_GRID"):this.participants.setPage(r-1):i&&this.updateActive(r?"PAGINATED":"ACTIVE_GRID",{page:r})})}processMedia(t){var e;const r=this.roomNodeClient.getConsumers(),{peerId:n,kind:i,appData:s,track:a,producerId:c,rtpReceiver:d,paused:l}=(e=r.get(t))!=null?e:{};if(!n)return h.warn("processMedia::Peer ID is undefined",{consumer:{id:t,kind:i,peerId:n,appData:{supportsRemoteControl:!!(s!=null&&s.supportsRemoteControl),screenShare:!!(s!=null&&s.screenShare)},remotelyPaused:l,producerId:c}}),{};const p=s;return i==="video"&&p.screenShare!==!0&&this.videoPeerConsumerMap.set(n,t),h.info("ParticipantController::processMedia",{consumer:{id:t,peerId:n,kind:i,appData:p,remotelyPaused:l,producerId:c}}),this.consumerPeerMap.set(t,{type:i,peerId:n,appData:p,remotelyPaused:l,producerId:c}),{peerId:n,kind:i,appData:p,remotelyPaused:l,track:a,producerId:c,rtpReceiver:d}}processConsumerClosed(t){const{peerId:e,type:r,appData:n,remotelyPaused:i,producerId:s}=this.consumerPeerMap.get(t)||{},a=this.participants.joined.get(e);if(h.info("ParticipantController::processConsumerClosed",{consumer:{id:t,peerId:e,appData:n,kind:r,remotelyPaused:i,producerId:s}}),this.consumerPeerMap.delete(t),r==="video"&&n.screenShare!==!0&&this.videoPeerConsumerMap.delete(e),!a)return;const c=[];n&&n.screenShare?(a.setScreenShareEnabled(!1),$.consumerSharedMediaState(t,{screen:!1}),a.screenShareTracks.video&&c.push(a.screenShareTracks.video.id),a.screenShareTracks.audio&&c.push(a.screenShareTracks.audio.id),a.screenShareTracks={audio:void 0,video:void 0}):r==="audio"?(a.setAudioEnabled(!1),a.audioTrack&&c.push(a.audioTrack.id),$.consumerSharedMediaState(t,{audio:!1}),a.audioTrack=void 0):r==="video"&&(a.setVideoEnabled(!1),this.updatePipSource(a.id,!1),a.videoTrack&&c.push(a.videoTrack.id),$.consumerSharedMediaState(t,{video:!1}),a.videoTrack=void 0),n.e2ee&&c.forEach(d=>{C.emit(R.E2EE_INACTIVE_CONSUMER,{peerId:e,trackId:d})})}processConsumerResumed(t){const{peerId:e,kind:r,appData:n,track:i,remotelyPaused:s,producerId:a,rtpReceiver:c}=this.processMedia(t);if(!e)return;h.info("ParticipantController::processConsumerResumed",{consumer:{id:t,peerId:e,kind:r,appData:n,remotelyPaused:s,producerId:a}});const d=this.participants.joined.get(e);if(d){if(n.e2ee&&C.emit(R.E2EE_ACTIVE_CONSUMER,{peerId:e,rtpReceiver:c,track:i}),n.screenShare){r==="video"?d.screenShareTracks.video=i:r==="audio"&&(d.screenShareTracks.audio=i),d.setScreenShareEnabled(!0),$.consumerSharedMediaState(t,{screen:!0});return}r==="video"?(d.videoTrack=i,d.setVideoEnabled(!0),this.updatePipSource(d.id,!0),$.consumerSharedMediaState(t,{video:!0})):r==="audio"&&(d.audioTrack=i,d.setAudioEnabled(d.audioEnabled),$.consumerSharedMediaState(t,{audio:d.audioEnabled}))}}processConsumerPaused(t){h.info(`ParticipantController::processConsumerPaused called for consumerId: ${t}`);const{peerId:e,kind:r,track:n,appData:i,remotelyPaused:s,producerId:a}=this.processMedia(t);if(!e)return;h.info("ParticipantController::processConsumerPaused",{consumer:{id:t,peerId:e,kind:r,appData:i,remotelyPaused:s,producerId:a}});const c=this.participants.joined.get(e);c&&(n&&i.e2ee&&C.emit(R.E2EE_INACTIVE_CONSUMER,{peerId:e,trackId:n.id}),r==="video"?(c.videoTrack=n,c.setVideoEnabled(!1),this.updatePipSource(c.id,!1),$.consumerSharedMediaState(t,{video:!1})):r==="audio"&&(c.audioTrack=n,c.setAudioEnabled(c.audioEnabled),$.consumerSharedMediaState(t,{audio:c.audioEnabled})))}processNewConsumer(t){const{peerId:e,kind:r,remotelyPaused:n,track:i,appData:s,producerId:a,rtpReceiver:c}=this.processMedia(t);if(!e)return;h.info("ParticipantController::processNewConsumer",{consumer:{id:t,peerId:e,kind:r,remotelyPaused:n,appData:s,producerId:a}});const d=this.participants.joined.get(e);if(d){if(s.screenShare){r==="video"?d.screenShareTracks.video=i:r==="audio"&&(d.screenShareTracks.audio=i),(!n||this.self.permissions.isRecorder||Q.hasFeature(ie.SCREEENSHARE_ERR_HACK))&&d.setScreenShareEnabled(!0),s.supportsRemoteControl&&(d.supportsRemoteControl=!0),this.participants.broadcastMessage("screenshareConsumerCreated",{producerId:a,peerId:e,screenShare:!0,consumerId:t,consumerPeerId:this.self.id}),h.info("ParticipantController::newScreenshareConsumer::screenshareConsumerCreated",{consumer:{id:t,peerId:e,kind:r,remotelyPaused:n,appData:s,producerId:a}});return}r==="video"?(d.videoTrack=i,n||(d.setVideoEnabled(!0),this.updatePipSource(d.id,!0)),$.consumerSharedMediaState(t,{video:!n})):r==="audio"&&(d.audioTrack=i,n||d.setAudioEnabled(!0),$.consumerSharedMediaState(t,{audio:!n})),!n&&s.e2ee&&C.emit(R.E2EE_ACTIVE_CONSUMER,{peerId:e,rtpReceiver:c,track:i})}}static formatSocketServiceMessage(t){var e,r,n,i,s,a;if(!t)return;const c=Dh(t.stageType);return{id:t.peerId,userId:t.userId,name:t.displayName,displayName:t.displayName,stageType:c,customParticipantId:t.customParticipantId,presetId:t.presetId,picture:t.displayPictureUrl,waitlisted:t.waitlisted,stageStatus:c,metadata:{preset_name:(e=t.flags)==null?void 0:e.presetName},recorderType:(r=t.flags)==null?void 0:r.recorderType,flags:{hiddenParticipant:(n=t.flags)==null?void 0:n.hiddenParticipant,hidden_participant:(i=t.flags)==null?void 0:i.hiddenParticipant,recorder:((s=t.flags)==null?void 0:s.recorderType)!==void 0&&((a=t.flags)==null?void 0:a.recorderType)!=="NONE"}}}mapPeerIdsToProducers(t,e){const r=(n,i)=>n.filter(({kind:s,screenShare:a})=>i.includes(s)||a&&i.includes("screenshare"));return t.flatMap(n=>{const i=this.participants.joined.get(n);if(i)return r(i.producers,e)}).filter(n=>!!n)}updateGrid(t,e){let r=[],n=[],i=[],s=[];return e.video&&([r,i]=e.video(this.participants.videoSubscribed,t)),e.audio&&([n,s]=e.audio(this.participants.audioSubscribed,t)),{video:{add:r,remove:i},audio:{add:n,remove:s}}}onSelectedPeers(t,e){return u(this,null,function*(){this.participants.viewMode==="ACTIVE_GRID"&&this.computeActivateParticipants(t,e)})}updateActiveParticipantsWithPriorities(t,e=!1){if(!this.mediaJoined){h.warn("Skipped::ParticipantController::updateActiveParticipantsWithPriorities",{roomJoined:this.mediaJoined});return}t.forEach(n=>{this.selectedPeers.add(n.peerId,n.priority)});const r=this.selectedPeers.activeSpeakerPeers.at(0);r!==void 0&&r!==this.participants.lastActiveSpeaker&&(this.participants.lastActiveSpeaker=r,this.participants.emit("activeSpeaker",{peerId:r,volume:1})),e&&(this.participants.viewMode==="ACTIVE_GRID"?this.updateActive("ACTIVE_GRID"):this.participants.viewMode==="PAGINATED"&&this.updateActive("ACTIVE_GRID",{strategies:{audio:this.updateParticipantsMap.bind(this)}}))}};let Le=Ky;qe([g.trace("ParticipantController.setupEvents")],Le.prototype,"setupEvents",1),qe([g.trace("ParticipantController.waitingRoomRequestHandler")],Le.prototype,"waitingRoomRequestHandler",1),qe([g.trace("ParticipantController.updateActive")],Le.prototype,"updateActive",1),qe([g.trace("ParticipantController.computeActivateParticipants")],Le.prototype,"computeActivateParticipants",1),qe([g.trace("ParticipantController.fromSocketService")],Le.prototype,"fromSocketService",1),qe([g.trace("ParticipantController.onMediaJoined")],Le.prototype,"onMediaJoined",1),qe([g.trace("ParticipantController.updateParticipantsMapMinReplacement")],Le.prototype,"updateParticipantsMapMinReplacement",1),qe([g.trace("ParticipantController.updateParticipantsMap")],Le.prototype,"updateParticipantsMap",1),qe([g.trace("ParticipantController.setupEvents")],Le.prototype,"setupEventsGlobal",1),qe([g.trace("ParticipantController.onParticipantPinned")],Le.prototype,"onParticipantPinned",1),qe([g.trace("ParticipantController.onParticipantJoined")],Le.prototype,"onParticipantJoined",1),qe([g.trace("ParticipantController.onParticipantLeave")],Le.prototype,"onParticipantLeave",1),qe([g.trace("ParticipantController.processMedia")],Le.prototype,"processMedia",1),qe([g.trace("ParticipantController.processConsumerClosed")],Le.prototype,"processConsumerClosed",1),qe([g.trace("ParticipantController.processConsumerResumed")],Le.prototype,"processConsumerResumed",1),qe([g.trace("ParticipantController.processConsumerPaused")],Le.prototype,"processConsumerPaused",1),qe([g.trace("ParticipantController.processNewConsumer")],Le.prototype,"processNewConsumer",1),qe([g.trace("ParticipantController.mapPeerIdsToProducers")],Le.prototype,"mapPeerIdsToProducers",1),qe([g.trace("ParticipantController.updateGrid")],Le.prototype,"updateGrid",1),qe([g.trace("ParticipantController.onSelectedPeers")],Le.prototype,"onSelectedPeers",1),qe([g.trace("ParticipantController.updateActiveParticipantsWithPriorities")],Le.prototype,"updateActiveParticipantsWithPriorities",1),qe([g.trace("ParticipantController.formatSocketServiceMessage")],Le,"formatSocketServiceMessage",1);var aL=Object.defineProperty,oL=Object.getOwnPropertyDescriptor,Zh=(t,e,r,n)=>{for(var i=n>1?void 0:n?oL(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&aL(e,r,i),i};const _e=Pr(Gu().permissions);var q,co,lo,ep,qt,sr,zy;const uo=(zy=class extends Yt{constructor(t,e,r,n=!1){if(super(),v(this,qt),v(this,q,void 0),v(this,co,void 0),v(this,lo,void 0),v(this,ep,i=>{var s,a,c;const d=i,{chat:l,connectedMeetings:p,plugins:m,polls:S,media:E}=d,b=Mc(d,["chat","connectedMeetings","plugins","polls","media"]);if(l&&(l.private&&Mn(o(this,q).chat.private,l.private),l.public&&Mn(o(this,q).chat.public,l.public),this.emit("chatUpdate")),p&&Mn(o(this,q).connectedMeetings,p),E){const O=F=>{switch(F){case Ln.NONE:return Y.Allowed;case Ln.ALLOWED:return Y.Allowed;case Ln.NOT_ALLOWED:return Y.NotAllowed;case Ln.CAN_REQUEST:return Y.CanRequest;default:return}},M={audio:void 0,video:void 0,screenshare:void 0};(s=E.audio)!=null&&s.canProduce&&(M.audio={canProduce:O(E.audio.canProduce)}),(a=E.video)!=null&&a.canProduce&&(M.video={canProduce:O(E.video.canProduce)}),(c=E.screenshare)!=null&&c.canProduce&&(M.screenshare={canProduce:O(E.screenshare.canProduce)}),Mn(o(this,q).media,M)}m&&(Mn(o(this,q).plugins,m),this.emit("pluginsUpdate")),S&&(Mn(o(this,q).polls,S),this.emit("pollsUpdate")),Object.keys(b).length!==0&&Mn(o(this,q),b),this.emit("permissionsUpdate",i)}),!e)throw h.error("DytePermissionsPreset::load_preset_permissions_failed"),new _("Could not load preset permissions.","0904");y(this,lo,t),y(this,co,r),y(this,q,e),n&&this.setupEvents()}setupEvents(){C.on(R.UPDATE_PERMISSIONS,o(this,ep))}static fromResponse(t,e,r){return new uo(r,t,e,!0)}static default(t,e){return new uo(t,_e,e)}static init(t,e,r){let n;return r?n=new uo(t,r,e,!0):n=new uo(t,_e,e),n}get mediaRoomType(){const{sfu:t}=o(this,lo).getValue("roomNodeOptions");return t===lt.CF?"CF":"HIVE"}get stageEnabled(){var t;return((t=o(this,q))==null?void 0:t.stageEnabled)||o(this,co)===Pt.Webinar||o(this,co)===Pt.Livestream}get acceptStageRequests(){var t,e;return this.stageEnabled?((t=o(this,q))==null?void 0:t.acceptStageRequests)||((e=o(this,q))==null?void 0:e.canAcceptProductionRequests):!1}get stageAccess(){var t,e,r;return((t=o(this,q))==null?void 0:t.stageAccess)===Y.NotAllowed?Y.NotAllowed:((e=o(this,q))==null?void 0:e.stageAccess)===Y.CanRequest?Y.CanRequest:((r=o(this,q))==null?void 0:r.stageAccess)===Y.Allowed||o(this,q).media.audio.canProduce===Y.Allowed||o(this,q).media.video.canProduce===Y.Allowed||o(this,q).media.screenshare.canProduce===Y.Allowed?Y.Allowed:o(this,q).media.audio.canProduce===Y.CanRequest||o(this,q).media.video.canProduce===Y.CanRequest||o(this,q).media.screenshare.canProduce===Y.CanRequest?Y.CanRequest:Y.NotAllowed}get acceptWaitingRequests(){var t,e;return(e=(t=o(this,q))==null?void 0:t.acceptWaitingRequests)!=null?e:_e.acceptWaitingRequests}get requestProduceVideo(){var t,e,r;return((r=(e=(t=o(this,q))==null?void 0:t.media)==null?void 0:e.video)==null?void 0:r.canProduce)===Y.CanRequest}get requestProduceAudio(){var t,e,r;return((r=(e=(t=o(this,q))==null?void 0:t.media)==null?void 0:e.audio)==null?void 0:r.canProduce)===Y.CanRequest}get requestProduceScreenshare(){var t,e,r;return((r=(e=(t=o(this,q))==null?void 0:t.media)==null?void 0:e.screenshare)==null?void 0:r.canProduce)===Y.CanRequest}get canAllowParticipantAudio(){var t,e;return(e=(t=o(this,q))==null?void 0:t.disableParticipantAudio)!=null?e:_e.disableParticipantAudio}get canAllowParticipantScreensharing(){var t,e;return(e=(t=o(this,q))==null?void 0:t.canAcceptProductionRequests)!=null?e:_e.canAcceptProductionRequests}get canAllowParticipantVideo(){var t,e;return(e=(t=o(this,q))==null?void 0:t.disableParticipantVideo)!=null?e:_e.disableParticipantVideo}get canDisableParticipantAudio(){return this.canAllowParticipantAudio}get canDisableParticipantVideo(){return this.canAllowParticipantVideo}get kickParticipant(){var t,e;return(e=(t=o(this,q))==null?void 0:t.kickParticipant)!=null?e:_e.kickParticipant}get pinParticipant(){var t,e;return(e=(t=o(this,q))==null?void 0:t.pinParticipant)!=null?e:_e.pinParticipant}get canRecord(){var t,e;return(e=(t=o(this,q))==null?void 0:t.canRecord)!=null?e:_e.canRecord}get waitingRoomType(){var t,e;return(e=(t=o(this,q))==null?void 0:t.waitingRoomType)!=null?e:_e.waitingRoomType}get waitingRoomBehaviour(){var t,e;return(e=(t=o(this,q))==null?void 0:t.waitingRoomType)!=null?e:_e.waitingRoomType}get plugins(){var t,e;return(e=(t=o(this,q))==null?void 0:t.plugins)!=null?e:_e.plugins}get polls(){var t,e;return(e=(t=o(this,q))==null?void 0:t.polls)!=null?e:_e.polls}get produceVideo(){return this.canProduceVideo}get requestProduce(){return o(this,q).media.audio.canProduce===Y.CanRequest||o(this,q).media.video.canProduce===Y.CanRequest||o(this,q).media.screenshare.canProduce===Y.CanRequest}get canProduceVideo(){var t;const e=(t=o(this,q).media.video.canProduce)!=null?t:_e.media.video.canProduce;return this.stageEnabled&&(o(this,qt,sr)==="ACCEPTED_TO_JOIN_STAGE"||o(this,qt,sr)==="ON_STAGE")&&e===Y.CanRequest?Y.Allowed:this.stageEnabled&&(o(this,qt,sr)==="OFF_STAGE"||o(this,qt,sr)==="REQUESTED_TO_JOIN_STAGE")&&e===Y.Allowed?Y.NotAllowed:e}get produceScreenshare(){return this.canProduceScreenshare}get canProduceScreenshare(){var t;const e=(t=o(this,q).media.screenshare.canProduce)!=null?t:_e.media.screenshare.canProduce;return this.stageEnabled&&(o(this,qt,sr)==="ACCEPTED_TO_JOIN_STAGE"||o(this,qt,sr)==="ON_STAGE")&&e===Y.CanRequest?Y.Allowed:this.stageEnabled&&(o(this,qt,sr)==="OFF_STAGE"||o(this,qt,sr)==="REQUESTED_TO_JOIN_STAGE")&&e===Y.Allowed?Y.NotAllowed:e}get produceAudio(){return this.canProduceAudio}get canProduceAudio(){var t;const e=(t=o(this,q).media.audio.canProduce)!=null?t:_e.media.audio.canProduce;return this.stageEnabled&&(o(this,qt,sr)==="ACCEPTED_TO_JOIN_STAGE"||o(this,qt,sr)==="ON_STAGE")&&e===Y.CanRequest?Y.Allowed:this.stageEnabled&&(o(this,qt,sr)==="OFF_STAGE"||o(this,qt,sr)==="REQUESTED_TO_JOIN_STAGE")&&e===Y.Allowed?Y.NotAllowed:e}get chatPublic(){var t,e,r;return(r=(e=(t=o(this,q))==null?void 0:t.chat)==null?void 0:e.public)!=null?r:_e.chat.public}get chatPrivate(){var t,e,r;return(r=(e=(t=o(this,q))==null?void 0:t.chat)==null?void 0:e.private)!=null?r:_e.chat.private}get chatChannel(){var t,e,r;return(r=(e=(t=o(this,q))==null?void 0:t.chat)==null?void 0:e.channel)!=null?r:_e.chat.channel}get chatMessage(){var t,e,r;return(r=(e=(t=o(this,q))==null?void 0:t.chat)==null?void 0:e.message)!=null?r:_e.chat.message}get connectedMeetings(){var t,e;return(e=(t=o(this,q))==null?void 0:t.connectedMeetings)!=null?e:_e==null?void 0:_e.connectedMeetings}get hiddenParticipant(){var t,e;return(e=(t=o(this,q))==null?void 0:t.hiddenParticipant)!=null?e:_e.hiddenParticipant}get showParticipantList(){var t;return(t=o(this,q).showParticipantList)!=null?t:_e.showParticipantList}get canChangeParticipantRole(){var t,e;return(e=(t=o(this,q))==null?void 0:t.canChangeParticipantPermissions)!=null?e:_e.canChangeParticipantPermissions}get canChangeParticipantPermissions(){var t,e;return(e=(t=o(this,q))==null?void 0:t.canChangeParticipantPermissions)!=null?e:_e.canChangeParticipantPermissions}get canChangeTheme(){return!1}get canPresent(){return o(this,q).media.audio.canProduce===Y.Allowed||o(this,q).media.video.canProduce===Y.Allowed||o(this,q).media.screenshare.canProduce===Y.Allowed}get acceptPresentRequests(){return this.acceptStageRequests}get canEditDisplayName(){var t;return(t=o(this,q).canEditDisplayName)!=null?t:!1}get maxScreenShareCount(){return 1}get isRecorder(){return o(this,q).isRecorder}get canSpotlight(){return o(this,q).canSpotlight}get canLivestream(){return o(this,q).canLivestream}get transcriptionEnabled(){return o(this,q).transcriptionEnabled}},q=new WeakMap,co=new WeakMap,lo=new WeakMap,ep=new WeakMap,qt=new WeakSet,sr=function(){return o(this,lo).getValue("stageStatus")},zy);let Xd=uo;Zh([g.trace("DytePermissionsPreset.fromResponse")],Xd,"fromResponse",1),Zh([g.trace("DytePermissionsPreset.default")],Xd,"default",1),Zh([g.trace("DytePermissionsPreset.init")],Xd,"init",1);var cL=Object.defineProperty,dL=Object.getOwnPropertyDescriptor,Ge=(t,e,r,n)=>{for(var i=n>1?void 0:n?dL(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&cL(e,r,i),i},Yy;class Be extends Yt{constructor(){super(...arguments),f(this,"localMediaHandler"),v(this,Yy,void 0)}updatePermission(){return u(this,null,function*(){var e,r;const n=(l,p)=>{this.mediaPermissions[l]=p;const m={message:this.mediaPermissions[l],kind:l};p==="DENIED"?C.emit(R.MEDIA_PERMISSION_ERROR,m):C.emit(R.MEDIA_PERMISSION_UPDATE,m)};if(Re.getName()==="firefox")return;const i="microphone",s="camera",a=yield(e=navigator==null?void 0:navigator.permissions)==null?void 0:e.query({name:i}),c=yield(r=navigator==null?void 0:navigator.permissions)==null?void 0:r.query({name:s}),d=(l,p)=>{switch(p){case"granted":n(l,"ACCEPTED");break;case"denied":n(l,"DENIED");break;case"prompt":n(l,"NOT_REQUESTED");break}this.localMediaHandler.repopulateAvailableDevices()};a&&(a.onchange=()=>d("audio",a.state)),c&&(c.onchange=()=>d("video",c.state))})}populateMediaPermissionsInCallstats(e){return u(this,arguments,function*({message:r,kind:n}){switch(n){case"audio":{$.mediaPermission("AUDIO",r),$.mediaPermission("SPEAKER",r);break}case"video":{$.mediaPermission("VIDEO",r);break}case"screenshare":{$.mediaPermission("SCREENSHARE",r);break}}})}init(){return u(this,arguments,function*(e={},r=!1,n=null){var i,s,a,c,d,l;if(Re.init(),!this.localMediaHandler)try{let p=!0;if(n!=null&&n.getValue("defaults").mediaHandler)p=!1,this.localMediaHandler=n.getValue("defaults").mediaHandler.localMediaHandler;else if(navigator.RNLocalMediaHandlerImpl){const{RNLocalMediaHandlerImpl:m}=navigator;this.localMediaHandler=yield m.init()}else this.localMediaHandler=new Wt(n,e.constraints,(i=n==null?void 0:n.getValue("defaults"))==null?void 0:i.isNonPreferredDevice,(s=n==null?void 0:n.getValue("defaults"))==null?void 0:s.autoSwitchAudioDevice);if(C.on(R.MEDIA_PERMISSION_UPDATE,m=>u(this,null,function*(){if(this.populateMediaPermissionsInCallstats({message:m.message,kind:m.kind}),m.message==="NOT_REQUESTED")switch(m==null?void 0:m.kind){case"audio":this.rawAudioTrack&&(h.info("Disabling audio due to media permission update"),this.disableAudio());break;case"video":this.rawVideoTrack&&(h.info("Disabling video due to media permission update"),this.disableVideo());break;default:break}this.emit("mediaPermissionUpdate",m)})),C.on(R.MEDIA_PERMISSION_ERROR,m=>u(this,null,function*(){const{kind:S,message:E,constraints:b}=m;this.populateMediaPermissionsInCallstats({message:E,kind:S}),S==="audio"?(h.info(`Disabling audio due to media permission error skipping: ${this.localMediaHandler.audioUpdateInProgress}`),this.localMediaHandler.audioUpdateInProgress===!1&&this.disableAudio()):S==="video"&&(h.info(`Disabling video due to media permission error skipping: ${this.localMediaHandler.videoUpdateInProgress}`),this.localMediaHandler.videoUpdateInProgress===!1&&this.disableVideo()),h.error("SelfController::mediaPermissionError",{error:{message:E},constraints:b,mediaPermissionsErrors:{kind:S,message:E}}),this.emit("mediaPermissionError",m),this.emit("mediaPermissionUpdate",{message:E,kind:S})})),p){h.info(`Setting up DyteSelfMedia streams using media handler. audio:${(a=e==null?void 0:e.audio)!=null?a:!0} video:${(c=e==null?void 0:e.video)!=null?c:!0}`);const m=this.localMediaHandler.setupStreams({video:(d=e==null?void 0:e.video)!=null?d:!0,audio:(l=e==null?void 0:e.audio)!=null?l:!0});r||(yield m)}}catch(p){h.error("DyteSelf::init::Failed To Setup Streams",{error:{name:p.name,message:p.message}})}})}get audioTrack(){return this.localMediaHandler.audioTrack}get rawAudioTrack(){return this.localMediaHandler.rawAudioTrack}get mediaPermissions(){return this.localMediaHandler.permissions}addAudioMiddleware(e){return u(this,null,function*(){return this.localMediaHandler.addAudioMiddleware(e)})}removeAudioMiddleware(e){return u(this,null,function*(){return this.localMediaHandler.removeAudioMiddleware(e)})}removeAllAudioMiddlewares(){return u(this,null,function*(){return this.localMediaHandler.removeAllAudioMiddlewares()})}get videoTrack(){return this.localMediaHandler.videoTrack}get rawVideoTrack(){return this.localMediaHandler.rawVideoTrack}addVideoMiddleware(e){return u(this,null,function*(){return this.localMediaHandler.addVideoMiddleware(e)})}setVideoMiddlewareGlobalConfig(){return u(this,arguments,function*(e={disablePerFrameCanvasRendering:!1}){return this.localMediaHandler.setVideoMiddlewareGlobalConfig(e)})}removeVideoMiddleware(e){return u(this,null,function*(){return this.localMediaHandler.removeVideoMiddleware(e)})}removeAllVideoMiddlewares(){return u(this,null,function*(){return this.localMediaHandler.removeAllVideoMiddlewares()})}get screenShareTracks(){return this.localMediaHandler.screenShareTracks}get audioEnabled(){return this.localMediaHandler.audioEnabled}get videoEnabled(){return this.localMediaHandler.videoEnabled}get screenShareEnabled(){return this.localMediaHandler.screenShareEnabled}enableAudio(){return u(this,null,function*(){yield this.localMediaHandler.enableAudio(),this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack})})}enableVideo(){return u(this,null,function*(){yield this.localMediaHandler.enableVideo(),this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack})})}disableAudio(){return u(this,null,function*(){this.localMediaHandler.disableAudio(),this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack})})}enableScreenShare(){return u(this,null,function*(){yield this.localMediaHandler.enableScreenShare(),this.emit("screenShareUpdate",{screenShareEnabled:this.screenShareEnabled,screenShareTracks:this.screenShareTracks})})}disableScreenShare(){return u(this,null,function*(){yield this.localMediaHandler.disableScreenShare(),this.emit("screenShareUpdate",{screenShareEnabled:this.screenShareEnabled,screenShareTracks:this.screenShareTracks})})}disableVideo(){return u(this,null,function*(){yield this.localMediaHandler.disableVideo(),this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack})})}getCurrentDevices(){return this.localMediaHandler.getCurrentDevices()}getAudioDevices(){return u(this,null,function*(){return yield this.localMediaHandler.getAudioDevices()})}getVideoDevices(){return u(this,null,function*(){return yield this.localMediaHandler.getVideoDevices()})}getSpeakerDevices(){return u(this,null,function*(){return yield this.localMediaHandler.getSpeakerDevices()})}getDeviceById(e,r){let n;return r==="audio"?n="audioinput":r==="video"?n="videoinput":r==="speaker"&&(n="audiooutput"),this.localMediaHandler.getDeviceById(e,n)}setDevice(e){return u(this,null,function*(){switch(e.kind){case"audioinput":try{yield this.localMediaHandler.setAudioDevice(e)}catch(r){}finally{this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack})}break;case"audiooutput":yield this.localMediaHandler.setSpeakerDevice(e);break;case"videoinput":try{yield this.localMediaHandler.setVideoDevice(e)}catch(r){}finally{this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack})}break}this.emit("deviceUpdate",{device:e})})}}Yy=new WeakMap,Ge([g.trace("DyteSelfMedia.updatePermission")],Be.prototype,"updatePermission",1),Ge([g.trace("DyteSelfMedia.populateMediaPermissionsInCallstats")],Be.prototype,"populateMediaPermissionsInCallstats",1),Ge([g.trace("DyteSelfMedia.init")],Be.prototype,"init",1),Ge([g.trace("DyteSelfMedia.addAudioMiddleware")],Be.prototype,"addAudioMiddleware",1),Ge([g.trace("DyteSelfMedia.removeAudioMiddleware")],Be.prototype,"removeAudioMiddleware",1),Ge([g.trace("DyteSelfMedia.removeAllAudioMiddlewares")],Be.prototype,"removeAllAudioMiddlewares",1),Ge([g.trace("DyteSelfMedia.addVideoMiddleware")],Be.prototype,"addVideoMiddleware",1),Ge([g.trace("DyteSelfMedia.setVideoMiddlewareGlobalConfig")],Be.prototype,"setVideoMiddlewareGlobalConfig",1),Ge([g.trace("DyteSelfMedia.removeVideoMiddleware")],Be.prototype,"removeVideoMiddleware",1),Ge([g.trace("DyteSelfMedia.removeAllVideoMiddlewares")],Be.prototype,"removeAllVideoMiddlewares",1),Ge([g.trace("DyteSelfMedia.enableAudio")],Be.prototype,"enableAudio",1),Ge([g.trace("DyteSelfMedia.enableVideo")],Be.prototype,"enableVideo",1),Ge([g.trace("DyteSelfMedia.disableAudio")],Be.prototype,"disableAudio",1),Ge([g.trace("DyteSelfMedia.enableScreenShare")],Be.prototype,"enableScreenShare",1),Ge([g.trace("DyteSelfMedia.disableScreenShare")],Be.prototype,"disableScreenShare",1),Ge([g.trace("DyteSelfMedia.disableVideo")],Be.prototype,"disableVideo",1),Ge([g.trace("DyteSelfMedia.getCurrentDevices")],Be.prototype,"getCurrentDevices",1),Ge([g.trace("DyteSelfMedia.getAudioDevices")],Be.prototype,"getAudioDevices",1),Ge([g.trace("DyteSelfMedia.getVideoDevices")],Be.prototype,"getVideoDevices",1),Ge([g.trace("DyteSelfMedia.getSpeakerDevices")],Be.prototype,"getSpeakerDevices",1),Ge([g.trace("DyteSelfMedia.getDeviceById")],Be.prototype,"getDeviceById",1),Ge([g.trace("DyteSelfMedia.setDevice")],Be.prototype,"setDevice",1);const ho={},Gn={executeWithLock({methodName:t,lockName:e,timeout:r}){return(n,i,s)=>{const a=s.value;return s.value=function(...c){if(ho[e]){const p=new Error(`Unsupported concurrent calls on Dyte method: ${t}.`);throw p.name="UnsupportedConcurrentMethodExecution",h.error("DyteLocker::UnsupportedConcurrentMethodExecution",{error:{stack:p.stack},dyteLocker:{methodName:t,lockName:e}}),p}ho[e]=!0;const d=setTimeout(()=>delete ho[e],r),l=a.apply(this,c);return Promise.resolve(l).then(()=>{delete ho[e],clearTimeout(d)}).catch(()=>{delete ho[e],clearTimeout(d)}),l},s}}};var lL=Object.defineProperty,uL=Object.getOwnPropertyDescriptor,Pe=(t,e,r,n)=>{for(var i=n>1?void 0:n?uL(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&lL(e,r,i),i},po,Gt,mo,vn,Ni,Fs,ut,vt,it,at,go,fo,Zd,tp,Qy;let me=(Qy=class extends Be{constructor(t,e,r,n,i){var s;super(),v(this,Ni),v(this,ut),v(this,it),v(this,Zd),f(this,"name"),f(this,"picture"),f(this,"customParticipantId"),f(this,"waitlistStatus"),v(this,po,void 0),v(this,Gt,void 0),v(this,mo,void 0),f(this,"role"),f(this,"userId"),f(this,"organizationId"),f(this,"supportsRemoteControl",!1),f(this,"device"),v(this,vn,void 0),f(this,"hidden",!1),f(this,"presetName"),f(this,"roomState","init"),v(this,go,new Set),v(this,fo,new Set),y(this,vn,t),this.userId=e.id,this.name=e.name,this.picture=e.picture,this.customParticipantId=(s=e.customParticipantId)!=null?s:e.clientSpecificId,this.waitlistStatus="none",y(this,Gt,r),y(this,po,n),this.hidden=!1,y(this,mo,!1),this.organizationId=e.organizationId,this.supportsRemoteControl=Re.isElectron(),this.device=Re.getDeviceInfo(),this.presetName=i,n.viewType!==Pt.Chat&&this.updatePermission(),this.updateVideo=this.updateVideo.bind(this),H(this,Zd,tp).call(this)}get stageStatus(){return o(this,vn).getValue("stageStatus")}get id(){return o(this,vn).getValue("peerId")}static __init__(t,e,r,n,i,s=!1){return u(this,null,function*(){var a,c,d,l,p;let m=(c=(a=t.getValue("defaults"))==null?void 0:a.audio)!=null?c:!0,S=(l=(d=t.getValue("defaults"))==null?void 0:d.video)!=null?l:!0;r.canProduceAudio!=="ALLOWED"&&(m=!1),r.canProduceVideo!=="ALLOWED"&&(S=!1);const E=new me(t,e,r,n,i);if(n.viewType===Pt.Chat)return E;const b=uN(n.mediaConstraints);return Mn(b,(p=t.getValue("defaults"))==null?void 0:p.mediaConfiguration),yield E.init({audio:m,video:S,constraints:b},s,t),E.setupEvents(),E})}cleanupEvents(){this.removeAllListeners("videoUpdate"),this.localMediaHandler.removeAllListeners("AUDIO_TRACK_CHANGE"),this.localMediaHandler.removeAllListeners("VIDEO_TRACK_CHANGE"),this.localMediaHandler.removeAllListeners("DEVICE_CHANGE"),this.localMediaHandler.removeAllListeners("DEVICE_LIST_UPDATED"),this.localMediaHandler.removeAllListeners("SCREENSHARE_TRACK_CHANGE"),this.localMediaHandler.removeAllListeners("SCREENSHARE_ENDED"),this.localMediaHandler.removeAllListeners("AUDIO_TRACK_SILENT"),this.localMediaHandler.removeAllListeners("FORCE_MUTE_AUDIO"),this.localMediaHandler.removeAllListeners("FORCE_MUTE_VIDEO"),o(this,Gt).removeAllListeners("permissionsUpdate")}setupEvents(){this.on("videoUpdate",H(this,Zd,tp)),this.localMediaHandler.on("AUDIO_TRACK_CHANGE",()=>u(this,null,function*(){if(h.info("DyteSelf::setupEvents::AUDIO_TRACK_CHANGE",x({},Mi(this))),o(this,it,at)&&this.audioEnabled)try{yield o(this,ut,vt).shareMic(this.audioTrack)}catch(t){h.error("DyteSelf::setupEvents::Error while sharing mic",{error:t}),this.localMediaHandler.disableAudio()}this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack})})),this.localMediaHandler.on("VIDEO_TRACK_CHANGE",()=>u(this,null,function*(){if(h.info("DyteSelf::setupEvents::VIDEO_TRACK_CHANGE",x({},Mi(this))),o(this,it,at)&&this.rawVideoTrack===void 0)h.info("DyteSelf::VIDEO_TRACK_CHANGE::Forcing_disable_video"),this.disableVideo();else if(this.videoEnabled&&o(this,it,at))try{const t=yield o(this,ut,vt).shareWebcam(this.videoTrack);t&&t.id!==this.videoTrack.id&&Q.hasFeature(ie.EXP_RESHARE)&&(yield o(this,ut,vt).shareWebcam(this.videoTrack))}catch(t){h.error("DyteSelf::setupEvents::failed shareWebcam",{error:t}),this.videoEnabled&&(yield this.localMediaHandler.disableVideo())}this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack})})),this.localMediaHandler.on("DEVICE_CHANGE",t=>u(this,[t],function*({device:e}){this.emit("deviceUpdate",{device:e})})),this.localMediaHandler.on("DEVICE_LIST_UPDATED",t=>{this.emit("deviceListUpdate",t)}),this.localMediaHandler.on("SCREENSHARE_TRACK_CHANGE",()=>u(this,null,function*(){if(!o(this,it,at)){h.error("DyteSelf.SCREENSHARE_TRACK_CHANGE.LocalMediaInitialized_WithoutRoomNode");return}if(this.screenShareEnabled)try{yield o(this,ut,vt).shareScreen(this.screenShareTracks)}catch(t){h.error("DyteSelf::setupEvents::Error while sharing screen",{error:t}),this.screenShareEnabled&&(yield this.localMediaHandler.disableScreenShare())}h.info("DyteSelf::setupEvents::SCREENSHARE_TRACK_CHANGE",x({},Mi(this))),this.emit("screenShareUpdate",{screenShareEnabled:this.screenShareEnabled,screenShareTracks:this.screenShareTracks})})),this.localMediaHandler.on("SCREENSHARE_ENDED",()=>u(this,null,function*(){h.log("Disabling screenshare due to SCREENSHARE_ENDED"),yield this.disableScreenShare(),h.info("DyteSelf::setupEvents::SCREENSHARE_ENDED",x({},Mi(this)))})),this.localMediaHandler.on("AUDIO_TRACK_SILENT",()=>{$.mediaTrackMuted("AUDIO")}),this.localMediaHandler.on("FORCE_MUTE_AUDIO",()=>{this.disableAudio()}),this.localMediaHandler.on("FORCE_MUTE_VIDEO",()=>u(this,null,function*(){o(this,it,at)&&(yield o(this,ut,vt).pauseWebcam()),this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack}),$.videoOff()})),o(this,Gt).on("permissionsUpdate",t=>{var e,r,n;(e=t==null?void 0:t.media)!=null&&e.audio&&o(this,Gt).canProduceAudio!==Y.Allowed&&(this.disableAudio(),h.info(`Disabled audio due to dynamic preset change: canProduceAudio: ${this.permissions.canProduceAudio}`)),(r=t==null?void 0:t.media)!=null&&r.video&&o(this,Gt).canProduceVideo!==Y.Allowed&&(this.disableVideo(),h.info(`Disabled video due to dynamic preset change: canProduceVideo: ${this.permissions.canProduceVideo}`)),(n=t==null?void 0:t.media)!=null&&n.screenshare&&o(this,Gt).canProduceScreenshare!==Y.Allowed&&(this.disableScreenShare(),h.info(`Disabled screenshare due to dynamic preset change: canProduceScreenshare: ${this.permissions.canProduceScreenshare}`))})}get permissions(){return o(this,Gt)}get config(){return o(this,po)}get roomJoined(){var t;return o(this,po).viewType===Pt.Livestream&&this.stageStatus!=="ON_STAGE"?((t=o(this,vn).getValue("connectionHandler"))==null?void 0:t.socketJoined)===!0:o(this,it,at)}setName(t){if(!t)throw new _("Name cannot be empty.","1103");this.name=t}setupTracks(){return u(this,arguments,function*(t={}){t.forceReset,yield this.disableAudio(),yield this.disableVideo(),this.localMediaHandler.removeAudioTrack(),this.localMediaHandler.removeVideoTrack(),t.audio&&(yield this.enableAudio()),t.video&&(yield this.enableVideo())})}destructMediaHandler(){return u(this,null,function*(){return this.localMediaHandler.destruct()})}removeDocumentEventListeners(){return u(this,null,function*(){return this.localMediaHandler.removeDocumentEventListeners()})}enableAudio(){return u(this,null,function*(){if(this.permissions.canProduceAudio!==Y.NotAllowed&&!(o(this,Gt).canProduceAudio===Y.CanRequest&&(this.stageStatus==="OFF_STAGE"||this.stageStatus==="REQUESTED_TO_JOIN_STAGE"))&&!this.audioEnabled){if($.audioOn(),yield this.localMediaHandler.enableAudio(),o(this,it,at)&&this.stageStatus==="ON_STAGE"){if(this.audioTrack)try{yield o(this,ut,vt).shareMic(this.audioTrack)}catch(t){h.error("DyteSelf::enableAudio::Error while sharing mic",{error:t}),this.localMediaHandler.disableAudio()}if(!this.audioEnabled)return;o(this,ut,vt).unmuteSelf()}this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack})}})}enableVideo(){return u(this,null,function*(){if(o(this,Gt).canProduceVideo!==Y.NotAllowed&&!(o(this,Gt).canProduceVideo===Y.CanRequest&&(this.stageStatus==="OFF_STAGE"||this.stageStatus==="REQUESTED_TO_JOIN_STAGE"))&&!this.videoEnabled){if($.videoOn(),yield this.localMediaHandler.enableVideo(),o(this,it,at)&&this.stageStatus==="ON_STAGE")try{yield o(this,ut,vt).shareWebcam(this.videoTrack)}catch(t){h.error("DyteSelf::enableVideo::Error while sharing video",{error:t}),this.videoEnabled&&this.localMediaHandler.disableVideo()}this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack}),h.info("DyteSelf.enableVideo",x({},Mi(this)))}})}updateVideoConstraints(t){return u(this,null,function*(){if(!this.localMediaHandler.updateVideoConstraints)throw new _("Unsupported","1102");yield this.localMediaHandler.updateVideoConstraints(t)})}enableScreenShare(){return u(this,null,function*(){if(!o(this,it,at))throw new _("Can`t enable screenshare without joining room","1105");if(o(this,Gt).canProduceScreenshare!==Y.NotAllowed&&!(o(this,Gt).canProduceScreenshare===Y.CanRequest&&(this.stageStatus==="OFF_STAGE"||this.stageStatus==="REQUESTED_TO_JOIN_STAGE"))&&!this.screenShareEnabled&&(yield this.localMediaHandler.enableScreenShare(),this.screenShareTracks.audio||this.screenShareTracks.video)){try{yield o(this,ut,vt).shareScreen(this.screenShareTracks)}catch(t){h.error("DyteSelf::enableScreenShare::Error while sharing screen",{error:t}),this.screenShareEnabled&&(yield this.localMediaHandler.disableScreenShare())}this.emit("screenShareUpdate",{screenShareEnabled:this.screenShareEnabled,screenShareTracks:this.screenShareTracks})}})}updateScreenshareConstraints(t){return u(this,null,function*(){if(!this.localMediaHandler.updateScreenshareConstraints)throw new _("Unsupported","1102");yield this.localMediaHandler.updateScreenshareConstraints(t)})}disableAudio(){return u(this,null,function*(){this.audioEnabled&&(this.localMediaHandler.disableAudio(),o(this,it,at)&&o(this,ut,vt).muteSelf(),this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack}),$.audioOff())})}disableVideo(){return u(this,null,function*(){this.videoEnabled&&(yield this.localMediaHandler.disableVideo(),o(this,it,at)&&(yield o(this,ut,vt).pauseWebcam()),this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack}),$.videoOff())})}disableScreenShare(){return u(this,null,function*(){this.screenShareEnabled&&(yield this.localMediaHandler.disableScreenShare(),o(this,it,at)&&(yield o(this,ut,vt).disableScreenShare()),this.emit("screenShareUpdate",{screenShareEnabled:this.screenShareEnabled,screenShareTracks:this.screenShareTracks}))})}getAllDevices(){return this.localMediaHandler.getAllDevices()}setIsPinned(t,e=!0){var r;y(this,mo,t);const n=t?"pinned":"unpinned";(r=o(this,Ni,Fs))==null||r.updateSource(this.id,{pinned:t}),e&&this.emit(n,this)}get isPinned(){return o(this,mo)}pin(){return u(this,null,function*(){if(!o(this,it,at))throw new _("Can`t pin participants without joining room","1105");return this.show(),o(this,ut,vt).pinPeer(this.id)})}unpin(){return u(this,null,function*(){if(!o(this,it,at))throw new _("Can`t unpin participants without joining room","1105");return o(this,ut,vt).pinPeer(null)})}hide(){return u(this,null,function*(){if(!o(this,it,at))throw new _("Can`t toggle participant tile without joining room","1105");this.hidden=!0,this.emit("toggleTile",{hidden:this.hidden})})}show(){if(!o(this,it,at))throw new _("Can`t toggle participant tile without joining room","1105");this.hidden=!1,this.emit("toggleTile",{hidden:this.hidden})}setDevice(t){return u(this,null,function*(){var e,r,n;if(!t)throw new _("No device selected","1104");const i=this.getCurrentDevices();if(t.deviceId&&(((e=i==null?void 0:i.audio)==null?void 0:e.deviceId)===t.deviceId||((r=i==null?void 0:i.video)==null?void 0:r.deviceId)===t.deviceId||((n=i==null?void 0:i.speaker)==null?void 0:n.deviceId)===t.deviceId)&&(h.warn("DyteSelf.setDevice.setting_to_in_use_device",{devices:[t]}),Q.hasFeature(ie.SKIP_SETTING_IN_USE_DEVICE)))throw new _("Cannot set device currently in use","1106");switch(t.kind){case"audioinput":try{yield this.localMediaHandler.setAudioDevice(t)}catch(s){o(this,it,at)&&(yield o(this,ut,vt).muteSelf()),this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack})}break;case"audiooutput":yield this.localMediaHandler.setSpeakerDevice(t);break;case"videoinput":try{yield this.localMediaHandler.setVideoDevice(t)}catch(s){o(this,it,at)&&(yield o(this,ut,vt).pauseWebcam()),this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack})}break}})}cleanUpTracks(){var t,e,r,n;(t=this.audioTrack)==null||t.stop(),(e=this.rawAudioTrack)==null||e.stop(),(r=this.videoTrack)==null||r.stop(),(n=this.rawVideoTrack)==null||n.stop()}registerVideoElement(t,e=!1){var r,n;e?o(this,go).add(t):o(this,fo).add(t),this.updateVideo(t),e||(n=o(this,Ni,Fs))==null||n.addSource(this.id,t,this.videoEnabled,this.isPinned,this.name,this.picture,(r=this.raised)!=null?r:!1)}deregisterVideoElement(t,e=!1){t.srcObject=void 0,e?o(this,go).delete(t):(o(this,fo).delete(t),o(this,Ni,Fs).removeSource(this.id))}updateVideo(t,e=!1){var r,n,i;if(this.videoEnabled){if(this.videoTrack==null)return;const s=(r=t.srcObject)==null?void 0:r.getTracks()[0];if((s==null?void 0:s.id)===this.videoTrack.id)return;const a=new MediaStream;a.addTrack(this.videoTrack),t.srcObject=a,e||(n=o(this,Ni,Fs))==null||n.enableSource(this.id)}else t.srcObject=void 0,e||(i=o(this,Ni,Fs))==null||i.disableSource(this.id);t.style.display=this.videoEnabled?"block":"none"}},po=new WeakMap,Gt=new WeakMap,mo=new WeakMap,vn=new WeakMap,Ni=new WeakSet,Fs=function(){return o(this,vn).getValue("pip")},ut=new WeakSet,vt=function(){return o(this,vn).getValue("roomNodeClient")},it=new WeakSet,at=function(){var t;return((t=o(this,vn).getValue("connectionHandler"))==null?void 0:t.mediaJoined)===!0},go=new WeakMap,fo=new WeakMap,Zd=new WeakSet,tp=function(){Array.from(o(this,fo)).forEach(t=>this.updateVideo(t,!1)),Array.from(o(this,go)).forEach(t=>this.updateVideo(t,!0))},Qy);Pe([g.trace("DyteSelf.cleanupEvents")],me.prototype,"cleanupEvents",1),Pe([g.trace("DyteSelf.setupEvents")],me.prototype,"setupEvents",1),Pe([g.trace("DyteSelf.setName")],me.prototype,"setName",1),Pe([g.trace("DyteSelf.setupTracks")],me.prototype,"setupTracks",1),Pe([g.trace("DyteSelf.destructMediaHandler")],me.prototype,"destructMediaHandler",1),Pe([g.trace("DyteSelf.removeDocumentEventListeners")],me.prototype,"removeDocumentEventListeners",1),Pe([Gn.executeWithLock({methodName:"meeting.self.enableAudio",lockName:"DyteSelf.toggleAudio",timeout:3e3}),g.trace("DyteSelf.enableAudio")],me.prototype,"enableAudio",1),Pe([Gn.executeWithLock({methodName:"meeting.self.enableVideo",lockName:"DyteSelf.toggleVideo",timeout:3e3}),g.trace("DyteSelf.enableVideo")],me.prototype,"enableVideo",1),Pe([g.trace("DyteSelf.updateVideoConstraints")],me.prototype,"updateVideoConstraints",1),Pe([g.trace("DyteSelf.enableScreenShare"),Gn.executeWithLock({methodName:"meeting.self.enableScreenShare",lockName:"DyteSelf.toggleScreenShare",timeout:3e3})],me.prototype,"enableScreenShare",1),Pe([g.trace("DyteSelf.updateScreenshareConstraints")],me.prototype,"updateScreenshareConstraints",1),Pe([Gn.executeWithLock({methodName:"meeting.self.disableAudio",lockName:"DyteSelf.toggleAudio",timeout:3e3}),g.trace("DyteSelf.disableAudio")],me.prototype,"disableAudio",1),Pe([Gn.executeWithLock({methodName:"meeting.self.disableVideo",lockName:"DyteSelf.toggleVideo",timeout:3e3}),g.trace("DyteSelf.disableVideo")],me.prototype,"disableVideo",1),Pe([Gn.executeWithLock({methodName:"meeting.self.disableScreenShare",lockName:"DyteSelf.toggleScreenShare",timeout:3e3}),g.trace("DyteSelf.disableScreenShare")],me.prototype,"disableScreenShare",1),Pe([g.trace("DyteSelf.getAllDevices")],me.prototype,"getAllDevices",1),Pe([g.trace("DyteSelf.setIsPinned")],me.prototype,"setIsPinned",1),Pe([g.trace("DyteSelf.pin")],me.prototype,"pin",1),Pe([g.trace("DyteSelf.unpin")],me.prototype,"unpin",1),Pe([g.trace("DyteSelf.hide")],me.prototype,"hide",1),Pe([g.trace("DyteSelf.show")],me.prototype,"show",1),Pe([g.trace("DyteSelf.setDevice")],me.prototype,"setDevice",1),Pe([g.trace("DyteSelf.cleanUpTracks")],me.prototype,"cleanUpTracks",1),Pe([g.trace("DyteSelf.registerVideoElement")],me.prototype,"registerVideoElement",1),Pe([g.trace("DyteSelf.deregisterVideoElement")],me.prototype,"deregisterVideoElement",1),Pe([g.trace("DyteSelf.__init__")],me,"__init__",1),me=Pe([Tt("1100")],me);var hL=Object.defineProperty,pL=Object.getOwnPropertyDescriptor,mL=(t,e,r,n)=>{for(var i=n>1?void 0:n?pL(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&hL(e,r,i),i};let Bs;var el,Xy;const Zy=(Xy=class{constructor(t,e){f(this,"socket"),v(this,el,void 0),y(this,el,e),this.socket=t,this.handleSocketEvents()}static create(t,e){return Bs||(Bs=new Zy(t,e)),Bs}static cleanup(){var t;try{(t=Bs==null?void 0:Bs.socket)==null||t.disconnect()}catch(e){h.error("roomSocketHandler::cleanup")}Bs=void 0}joinRoom(t){return u(this,null,function*(){var e;this.socket.joinAttempted=!0;const r={capabilities:[],peer:{displayName:(e=t.name)!=null?e:"Participant",customParticipantId:t.customParticipantId,peerId:t.id,userId:t.userId,displayPictureUrl:t.picture,waitlisted:!1},roomUuid:""},n=this.socket.sendMessagePromise(W.joinRoom,gM.toBinary(r));try{const{peer:i}=ps.fromBinary((yield n).payload);o(this,el).getValue("connectionHandler").socketJoined=!0,C.emit(R.SOCKET_SERVICE_ROOM_JOINED,{peer:i});const s=this.getRoomState(),a=this.getRoomPeersNonPaginated(),[{room:c},{peers:d}]=yield Promise.all([s,a]);return C.emit(R.ROOM_STATE,c),C.emit(R.SOCKET_PEERS,d),{peer:i}}catch(i){throw h.error("RoomSocketHandler.joinRoom.failed",{error:i}),new _("Error: RoomSocketHandler.joinRoom failed.","0002",i)}})}getAllAddedParticipants(){return u(this,null,function*(){try{return ZM.fromBinary((yield this.socket.sendMessagePromise(W.getAllAddedParticipants)).payload).participants.map(t=>{var e=t,{id:r}=e,n=Mc(e,["id"]);return G(x({},n),{userId:r})})}catch(t){return[]}})}getRoomPeers(t,e,r){return u(this,null,function*(){let n;try{const i={seachQuery:t,limit:e,offset:r},s=yield this.socket.sendMessagePromise(W.getRoomPeersInfo,sM.toBinary(i));n=ih.fromBinary(s.payload)}catch(i){h.error("getRoomPeers::binary_decode_error",{error:i})}return n})}getRoomPeersNonPaginated(){return u(this,null,function*(){let t;try{const e=yield this.socket.sendMessagePromise(W.getRoomPeersInfo);t=ih.fromBinary(e.payload)}catch(e){h.error("getRoomJoinedPeers::binary_decode_error",{error:e})}return t})}getStagePeers(){return u(this,null,function*(){let t;try{const e=yield this.socket.sendMessagePromise(W.getRoomPeersInfo);t=ih.fromBinary(e.payload)}catch(e){h.error("getRoomJoinedPeers::binary_decode_error",{error:e})}return t})}getPeerInfo(t){return u(this,null,function*(){let e;try{const r=yield this.socket.sendMessagePromise(W.getPeerInfo,Uv.toBinary({peerId:t}));e=ps.fromBinary(r.payload)}catch(r){h.error("getPeerInfo::binary_decode_error",{error:r})}return e})}getRoomState(){return u(this,null,function*(){let t=Vv.create();try{const e=yield this.socket.sendMessagePromise(W.getRoomInfo);t=Vv.fromBinary(e.payload)}catch(e){h.error("getRoomState::binary_decode_error",{error:e})}return t})}getRoomStageState(){return u(this,null,function*(){let t=Hv.create();try{const e=yield this.socket.sendMessagePromise(W.getRoomStageState);t=Hv.fromBinary(e.payload)}catch(e){h.error("getRoomStageState::binary_decode_error",{error:e})}return t})}broadcastMessage(t,e){return u(this,null,function*(){const r={type:t,payload:new TextEncoder().encode(JSON.stringify(e)),timestamp:Date.now(),ids:[]};return this.socket.sendMessagePromise(W.broadcastMessage,Pa.toBinary(r))})}broadcastToMeetings(t,e,r){return u(this,null,function*(){const n={type:t,payload:new TextEncoder().encode(JSON.stringify(r)),timestamp:Date.now(),ids:e,broadcastType:1};return this.socket.sendMessagePromise(W.broadcastToEntity,Pa.toBinary(n))})}broadcastToPeers(t,e,r){return u(this,null,function*(){const n={type:t,payload:new TextEncoder().encode(JSON.stringify(r)),timestamp:Date.now(),ids:e,broadcastType:0};return this.socket.sendMessage(W.broadcastToEntity,Pa.toBinary(n))})}leaveRoom(){return u(this,null,function*(){this.socket.joinAttempted=!1,this.socket.sendMessagePromise(W.leaveRoom,vM.toBinary({}))})}kick(t){return u(this,null,function*(){const e={peerIds:[t]};this.socket.sendMessage(W.kick,nA.toBinary(e))})}kickAll(t=!1){return u(this,null,function*(){const e={propagateKickAcrossRooms:t};this.socket.sendMessage(W.kickAll,Iv.toBinary(e))})}getWaitingRoomRequests(){this.socket.sendMessage(W.getWaitingRoomRequests)}acceptWaitingRoomRequest(t){const e={userIds:t};this.socket.sendMessage(W.acceptWaitingRoomRequests,aA.toBinary(e))}rejectWaitingRoomRequest(t){const e={userIds:t};this.socket.sendMessage(W.denyWaitingRoomRequests,cA.toBinary(e))}updatePermissions(t,e){return u(this,null,function*(){const r={updatePeersPresets:[]};return t.forEach(n=>{r.updatePeersPresets.push({userIds:n,patch:e})}),this.socket.sendMessagePromise(vd.updateUserPreset,VA.toBinary(r))})}handleSocketEvents(){this.socket.on(W.broadcastMessage,({payload:t})=>{try{const e=Pa.fromBinary(t);C.emit(R.ROOM_MESSAGE,{payload:JSON.parse(new TextDecoder().decode(e.payload)),type:e.type,timestamp:e.timestamp})}catch(e){h.error("failed to decode broadcast message:",e)}}),this.socket.on(W.broadcastToEntity,({payload:t})=>{try{const e=Pa.fromBinary(t);C.emit(R.MESSAGE,{payload:JSON.parse(new TextDecoder().decode(e.payload)),type:e.type,timestamp:e.timestamp})}catch(e){h.error("failed to decode peer broadcast message:",e)}})}on(t,e){let r,n;switch(t){case W.joinRoom:case W.leaveRoom:case W.kick:case W.kickAll:{r=ps.fromBinary.bind(ps),n=ps.create();break}case W.getWaitingRoomRequests:{r=(i,s)=>i?jv.fromBinary(i,s):{requests:[]},n=jv.create();break}case W.recordingPaused:case W.recordingStarted:case W.recordingStopped:{r=ty.fromBinary.bind(ty);break}case vd.updateUserPreset:{r=Gv.fromBinary.bind(Gv);break}case wr.peerJoinedBroadcast:case ur.peerJoinedBroadcast:{r=Mv.fromBinary.bind(Mv);break}case wr.selfJoinComplete:case ur.selfJoinComplete:{r=Zu.fromBinary.bind(Zu);break}case wr.globalPeerPinBroadcast:case ur.globalPeerPinBroadcast:{r=Ov.fromBinary.bind(Ov);break}case wr.selectedPeer:case ur.selectedPeer:{r=Xu.fromBinary.bind(Xu);break}case wr.selectedPeerDiff:case ur.selectedPeerDiff:{r=Rv.fromBinary.bind(Rv);break}case wr.leaveRoom:case ur.leaveRoom:{r=eh.fromBinary.bind(eh);break}}this.socket.on(t,({payload:i})=>{let s=n;if(!r)return e(void 0);try{s=r(i)}catch(a){h.error("roomSocketHandler::on::binary_decode_error",{error:a})}return e(s)})}getUserPermissions(t){return u(this,null,function*(){const e={userIds:[t]};try{const r=yield this.socket.sendMessagePromise(vd.getUserPresets,MA.toBinary(e)),n=NA.fromBinary(r.payload).peerPresets[0],i=new TextDecoder().decode(n.preset),s=JSON.parse(i).permissions;return{chat:s.chat,polls:s.polls,plugins:s.plugins}}catch(r){throw h.error("Error in getting user preset",{error:r}),r}})}},el=new WeakMap,Xy);let tl=Zy;mL([g.trace("RoomSocketHandler.joinRoom")],tl.prototype,"joinRoom",1);var Li={},rl={};Object.defineProperty(rl,"__esModule",{value:!0}),rl.Logger=void 0;class gL{constructor(e){}debug(){}warn(){}error(){}}rl.Logger=gL,Object.defineProperty(Li,"__esModule",{value:!0});var nl=Li.AwaitQueue=Li.AwaitQueueRemovedTaskError=Li.AwaitQueueStoppedError=void 0;const fL=rl,Jn=new fL.Logger;class rp extends Error{constructor(e){super(e!=null?e:"AwaitQueue stopped"),this.name="AwaitQueueStoppedError",typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(this,rp)}}Li.AwaitQueueStoppedError=rp;class il extends Error{constructor(e){super(e!=null?e:"AwaitQueue task removed"),this.name="AwaitQueueRemovedTaskError",typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(this,il)}}Li.AwaitQueueRemovedTaskError=il;class vL{constructor(){this.pendingTasks=new Map,this.nextTaskId=0,this.stopping=!1}get size(){return this.pendingTasks.size}push(e,r){return u(this,null,function*(){if(r=r!=null?r:e.name,Jn.debug(`push() [name:${r}]`),typeof e!="function")throw new TypeError("given task is not a function");if(r)try{Object.defineProperty(e,"name",{value:r})}catch(n){}return new Promise((n,i)=>{const s={id:this.nextTaskId++,task:e,name:r,enqueuedAt:Date.now(),executedAt:void 0,completed:!1,resolve:a=>{if(s.completed)return;s.completed=!0,this.pendingTasks.delete(s.id),Jn.debug(`resolving task [name:${s.name}]`),n(a);const[c]=this.pendingTasks.values();c&&!c.executedAt&&this.execute(c)},reject:a=>{if(!s.completed&&(s.completed=!0,this.pendingTasks.delete(s.id),Jn.debug(`rejecting task [name:${s.name}]: %s`,String(a)),i(a),!this.stopping)){const[c]=this.pendingTasks.values();c&&!c.executedAt&&this.execute(c)}}};this.pendingTasks.set(s.id,s),this.pendingTasks.size===1&&this.execute(s)})})}stop(){Jn.debug("stop()"),this.stopping=!0;for(const e of this.pendingTasks.values())Jn.debug(`stop() | stopping task [name:${e.name}]`);this.stopping=!1}remove(e){Jn.debug(`remove() [taskIdx:${e}]`);const r=Array.from(this.pendingTasks.values())[e];if(!r){Jn.debug(`stop() | no task with given idx [taskIdx:${e}]`);return}r.reject(new il)}dump(){const e=Date.now();let r=0;return Array.from(this.pendingTasks.values()).map(n=>({idx:r++,task:n.task,name:n.name,enqueuedTime:n.executedAt?n.executedAt-n.enqueuedAt:e-n.enqueuedAt,executionTime:n.executedAt?e-n.executedAt:0}))}execute(e){return u(this,null,function*(){if(Jn.debug(`execute() [name:${e.name}]`),e.executedAt)throw new Error("task already being executed");e.executedAt=Date.now();try{const r=yield e.task();e.resolve(r)}catch(r){e.reject(r)}})}}nl=Li.AwaitQueue=vL;function yL(t,e){const r=new Error(e);return r.name=t,r}class vo extends _{constructor(e){super(e),this.name="UnsupportedError",Error.hasOwnProperty("captureStackTrace")?Error.captureStackTrace(this,vo):this.stack=new Error(e).stack}}class Jt extends _{constructor(e){super(e),this.name="InvalidStateError",Error.hasOwnProperty("captureStackTrace")?Error.captureStackTrace(this,Jt):this.stack=new Error(e).stack}}class xi extends _{constructor(e){super(e),this.name="TransportConnectionError",Error.hasOwnProperty("captureStackTrace")?Error.captureStackTrace(this,Jt):this.stack=new Error(e).stack}}const eS=t=>new Promise(e=>setTimeout(e,t));function np(t,e){return u(this,null,function*(){return new Promise((r,n)=>u(this,null,function*(){const{strategy:i,maxRetryCount:s,delayTime:a}=x({strategy:"linear",maxRetryCount:3,delayTime:10},e);let c=0,d,l=!1;const p=m=>{l=!0,n(m)};for(;c<s;){try{const m=yield t(c,p);return r(m)}catch(m){if(d=m,l)break;if(c<s)i==="linear"?yield eS(a*(c+1)):i==="exponential"&&(yield eS(a*(c+Math.max(0,c-1))));else break}c+=1}return n(d)}))})}function SL(t){return t.map(e=>({channels:e.channels,clockRate:e.clockRate,mimeType:e.mimeType,sdpFmtpLine:e.sdpFmtpLine}))}function EL(t){return t.map(e=>({uri:e.uri}))}function sl(t){return{codecs:SL(t.codecs),headerExtensions:EL(t.headerExtensions)}}function TL(t){const e=RTCRtpReceiver.getCapabilities("audio"),r=RTCRtpReceiver.getCapabilities("video"),n=RTCRtpSender.getCapabilities("audio"),i=RTCRtpSender.getCapabilities("video");t&&(r.codecs=r.codecs.filter(({mimeType:a})=>t===a),i.codecs=i.codecs.filter(({mimeType:a})=>t===a));const s={audio:sl(e),video:sl(r)};return{sender:{audio:sl(n),video:sl(i)},receiver:s}}var kt;class kL{constructor(e,r){v(this,kt,void 0),f(this,"events"),f(this,"sfuType"),y(this,kt,e),this.sfuType=r,this.events=r===lt.CF?wr:ur}joinRoom(e,r,n,i=!1,s=null){return u(this,null,function*(){const a={roomUuid:e,displayName:r,prejoined:i,capabilities:n};return s&&(a.location=s),(yield o(this,kt).sendMessagePromiseWithTimeout({event:this.events.joinRoom,protobuf:fC.toBinary(a),timeout:5e3})).payload})}connectTransport(e){return u(this,null,function*(){const r=(yield o(this,kt).sendMessagePromise(this.events.createWebRTCTransport,GI.toBinary(e))).payload,{transportId:n,description:i,producerIds:s}=kv.fromBinary(r),a={sdp:i==null?void 0:i.sdp,type:i.type};return{transportId:n,answer:a,producerIds:s}})}produce(e){return u(this,null,function*(){var r,n;const i=(yield o(this,kt).sendMessagePromise(this.events.produce,IC.toBinary(e))).payload,s=lR.fromBinary(i);return{answer:{sdp:(r=s==null?void 0:s.description)==null?void 0:r.sdp,type:(n=s==null?void 0:s.description)==null?void 0:n.type},producerId:s.producerId}})}consume(e){return u(this,null,function*(){if(this.sfuType===lt.HIVE)throw new Error("Hive does not support socket consumer operations");const r=(yield o(this,kt).sendMessagePromise(this.events.consume,_C.toBinary(e))).payload,{consumerIdsMap:{map:n},description:i}=cR.fromBinary(r);return{consumerStateMap:n,sessionDescription:i}})}closeProducer(e){return u(this,null,function*(){const r=(yield o(this,kt).sendMessagePromise(this.events.closeProducer,NC.toBinary(e))).payload,{description:n}=vR.fromBinary(r);return n})}closeConsumer(e){return u(this,null,function*(){if(this.sfuType===lt.HIVE)throw new Error("Hive does not support socket consumer operations");return(yield o(this,kt).sendMessagePromise(this.events.closeConsumer,xC.toBinary(e))).payload})}hostControlForPeer(e,r){return u(this,null,function*(){const n={audio:r==="audio",screeShare:!1,video:r==="video",participantId:e},i=(yield o(this,kt).sendMessagePromise(this.events.hostControlPeer,HC.toBinary(n))).payload;if(!i)return!1;const{status:s}=PR.fromBinary(i);return s==="success"})}hostControlForAll(e){return u(this,null,function*(){const r={audio:e==="audio",screenShare:!1,video:e==="video"},n=(yield o(this,kt).sendMessagePromise(this.events.hostControlAllPeers,GC.toBinary(r))).payload;if(!n)return!1;const{status:i}=CR.fromBinary(n);return i==="success"})}kickAll(){return u(this,null,function*(){const e={propagateKickAcrossRooms:!1},r=(yield o(this,kt).sendMessagePromise(this.events.kickAll,Iv.toBinary(e))).payload;if(!r)return!1;const{status:n}=wR.fromBinary(r);return n==="success"})}kickPeer(e){return u(this,null,function*(){const r=(yield o(this,kt).sendMessagePromise(this.events.kickPeer,UC.toBinary(e))).payload;if(!r)return!1;const{status:n}=kR.fromBinary(r);return n==="success"})}changeDisplayName(e){return u(this,null,function*(){const r=(yield o(this,kt).sendMessagePromise(this.events.changeDisplayName,WC.toBinary(e))).payload;if(!r)return!1;const{status:n}=MR.fromBinary(r);return n==="success"})}notifySelfJoinComplete(){return u(this,null,function*(){const e={},r=(yield o(this,kt).sendMessagePromise(this.events.selfJoinComplete,yC.toBinary(e))).payload;return Zu.fromBinary(r)})}audioActivity(e){return u(this,null,function*(){o(this,kt).sendMessage(this.events.audioActivity,$I.toBinary(e))})}}kt=new WeakMap;class yo extends Et.EventEmitter{constructor(){super(),this.setMaxListeners(1/0)}safeEmit(e,...r){const n=this.listenerCount(e);try{return this.emit(e,...r)}catch(i){return h.error(`EnhancedEventEmitter:: safeEmit() | event listener ${e} threw an error`,{error:i}),Boolean(n)}}safeEmitAsPromise(e,...r){return u(this,null,function*(){const n={}.EVENT_PROMISE_TIMEOUT?parseInt({}.EVENT_PROMISE_TIMEOUT,10):1e4;return this.safeEmitAsPromiseWithTimeout(e,n,...r)})}safeEmitAsPromiseWithTimeout(e,r,...n){return u(this,null,function*(){return new Promise((i,s)=>{setTimeout(s,r,"event request timeout");try{this.emit(e.toString(),...n,i,s)}catch(a){h.error(`EnhancedEventEmitter:: safeEmitAsPromise() | event listener for event ${e.toString()} threw an error [event:%s]:%o`,{error:a}),s(a)}})})}}class ip extends yo{constructor(){super(...arguments),f(this,"_sendWebStream",new MediaStream),f(this,"_sendScreenShareStream",new MediaStream),f(this,"_direction"),f(this,"pc"),f(this,"_transportReady",!1),f(this,"_mapMidTransceiver",new Map),f(this,"enableHighBitrate",!1),f(this,"enableStereo",!1),f(this,"enableDtx",!0)}get midTransceiverMap(){return this._mapMidTransceiver}close(){if(h.debug(`${this.name}::close()`),this.pc)try{this.pc.close()}catch(e){h.error(`${this.name}::pc.close()`,{error:e})}}restartIce(){return u(this,null,function*(){h.debug(`${this.name}::restartIce()`);const e=yield this.pc.createOffer({iceRestart:!0});return h.debug(`${this.name}::restartIce() | calling pc.setLocalDescription() [offer:${JSON.stringify(e)}]`),{offerSdp:e,callback:r=>u(this,null,function*(){h.info(`${this.name}::restartIce() | calling pc.setRemoteDescription() [answer:${JSON.stringify(r)}]`),yield this.pc.setRemoteDescription(r)})}})}init({direction:e,iceServers:r,iceTransportPolicy:n,additionalSettings:i,proprietaryConstraints:s,onTrackHandler:a}){h.debug("HandlerInterface::init()"),this._direction=e,this.pc=new RTCPeerConnection(x({iceServers:r||[],iceTransportPolicy:n||"all",bundlePolicy:"max-bundle",rtcpMuxPolicy:"require"},i),s),a&&this.pc.addEventListener("track",c=>{a(c)}),this._addEventListeners()}connect(){return u(this,null,function*(){const e=this.pc.createDataChannel("dyte"),r=yield this.pc.createOffer();return yield this.pc.setLocalDescription(r),h.info(`connect offer: ${JSON.stringify(r)}`),{offerSdp:r,callback:n=>u(this,null,function*(){h.debug(`${this.name}::connect() | calling pc.setRemoteDescription() [answer:${JSON.stringify(n)}]`),yield this.pc.setRemoteDescription(n),e.close()})}})}getTransportStats(){return u(this,null,function*(){return this.pc.getStats()})}_assertSendDirection(){if(this._direction!=="send")throw new Error('method can just be called for handlers with "send" direction')}_assertRecvDirection(){if(this._direction!=="recv")throw new Error('method can just be called for handlers with "recv" direction')}getReceiverStats(e){return u(this,null,function*(){this._assertRecvDirection();const r=this.midTransceiverMap.get(e);if(!r)throw new Error("associated RTCRtpTransceiver not found");return r.receiver.getStats()})}stopSending(e){return u(this,null,function*(){this._assertSendDirection(),h.debug(`stopSending() [localId:${e}]`);const r=this.midTransceiverMap.get(e);if(!r)throw new Error("associated RTCRtpTransceiver not found");r.sender.replaceTrack(null),this.pc.removeTrack(r.sender),r.direction="inactive";const n=yield this.pc.createOffer();return h.debug(`stopSending() | calling pc.setLocalDescription() [offer:${JSON.stringify(n)}]`),yield this.pc.setLocalDescription(n),{offerSdp:n,callback:i=>u(this,null,function*(){h.debug(`stopSending() | calling pc.setRemoteDescription() [answer:${JSON.stringify(i)}]`),yield this.pc.setRemoteDescription(i),this.midTransceiverMap.delete(e)})}})}replaceTrack(e,r){return u(this,null,function*(){this._assertSendDirection(),r?h.debug(`replaceTrack() [localId:${e}, track.id:${r.id}]`):h.debug(`replaceTrack() [localId:${e}, no track]`);const n=this.midTransceiverMap.get(e);if(!n)throw new Error("associated RTCRtpTransceiver not found");yield n.sender.replaceTrack(r)})}setMaxSpatialLayer(e,r){return u(this,null,function*(){this._assertSendDirection(),h.debug(`setMaxSpatialLayer() [localId:${e}, spatialLayer:${r}]`);const n=this.midTransceiverMap.get(e);if(!n)throw new Error("associated RTCRtpTransceiver not found");const i=n.sender.getParameters();i.encodings.forEach((s,a)=>{a<=r?s.active=!0:s.active=!1}),yield n.sender.setParameters(i)})}setRtpEncodingParameters(e,r){return u(this,null,function*(){this._assertSendDirection(),h.debug(`setRtpEncodingParameters() [localId:${e}, params:${JSON.stringify(r)}]`);const n=this.midTransceiverMap.get(e);if(!n)throw new Error("associated RTCRtpTransceiver not found");const i=n.sender.getParameters();i.encodings.forEach((s,a)=>{i.encodings[a]=x(x({},s),r)}),yield n.sender.setParameters(i)})}getSenderStats(e){this._assertSendDirection();const r=this.midTransceiverMap.get(e);if(!r)throw new Error("associated RTCRtpTransceiver not found");return r.sender.getStats()}_addEventListeners(){this.pc.addEventListener("icecandidate",e=>{e.candidate&&this.emit("@icecandidate",{candidate:e.candidate})}),this.pc.addEventListener("iceconnectionstatechange",()=>{switch(this.pc.iceConnectionState){case"checking":this.emit("@connectionstatechange","connecting");break;case"connected":case"completed":this.emit("@connectionstatechange","connected"),this._transportReady=!0;break;case"failed":this.emit("@connectionstatechange","failed");break;case"disconnected":this.emit("@connectionstatechange","disconnected");break;case"closed":this.emit("@connectionstatechange","closed");break;default:h.warn("unknown state");break}}),this.pc.addEventListener("negotiationneeded",()=>{this.emit("@negotiationneeded",{}),h.debug("negotiationneeded")}),this.pc.addEventListener("icegatheringstatechange",()=>{switch(this.pc.iceGatheringState){case"gathering":h.debug("icegatheringstatechange | gathering"),this.emit("@icegatheringstatechange","gathering");break;case"complete":h.debug("icegatheringstatechange | complete"),this.emit("@icegatheringstatechange","complete");break;default:h.warn("unknown state");break}}),this.pc.addEventListener("icecandidateerror",e=>{h.warn("icecandidateerror",{error:{code:e.errorCode,message:e.errorText}})}),this.pc.addEventListener("datachannel",e=>{h.info("data channel created: ",{rtcChannel:{label:e.channel.label}});const{channel:r}=e;r.onopen=()=>{h.info("data channel open: ",{rtcChannel:{label:e.channel.label}}),this.safeEmit("dc_open",e.channel)},r.onclose=()=>{h.warn("data channel closed: ",{rtcChannel:{label:e.channel.label}})},r.onerror=()=>{h.error("data channel error: ",{rtcChannel:{label:e.channel.label}})}}),this.addCustomEventListeners()}addCustomEventListeners(){}}class sp extends ip{static createFactory(){return()=>new sp}get name(){return"Chrome74"}init({direction:e,iceServers:r,iceTransportPolicy:n,additionalSettings:i,proprietaryConstraints:s,onTrackHandler:a}){this._direction=e,this.pc=new RTCPeerConnection(x({iceServers:r||[],iceTransportPolicy:n||"all",bundlePolicy:"max-bundle",rtcpMuxPolicy:"require",sdpSemantics:"unified-plan"},i),s),a&&this.pc.addEventListener("track",c=>{a(c)}),this._addEventListeners()}send(e){return u(this,arguments,function*({track:r,encodings:n,codecOptions:i,screenShare:s}){this._assertSendDirection();const a=this.pc.addTransceiver(r,{direction:"sendonly",streams:[s?this._sendScreenShareStream:this._sendWebStream],sendEncodings:n});if(!navigator.isReactNative){h.debug("creating new transceiver");const l=RTCRtpSender.getCapabilities(typeof r=="string"?r:r.kind);h.info(`senders available params: ${JSON.stringify(l)}`);const p=[];i&&i.length&&i.forEach(m=>{var S;const E=l.codecs.find(b=>b.mimeType.includes(m.name));if(m.parameters){h.debug(`codecOption.parameters:${JSON.stringify(m.parameters)}`);const b=((S=E.sdpFmtpLine)==null?void 0:S.split(";"))||[];b.push(...m.parameters);const O=Array.from(new Set(b).values());E.sdpFmtpLine=O.join(";")}p.push(E)}),h.info(`selected codecs: ${JSON.stringify(p)}`),a.setCodecPreferences(p)}const c=yield this.pc.createOffer();if(yield this.pc.setLocalDescription(c),i&&i.findIndex(({name:l})=>l==="opus")>=0){const{enableDtx:l,enableStereo:p}=this,m=this.enableHighBitrate?p?128e3:64e3:p?64e3:32e3;c.sdp=c.sdp.replace("minptime=10;useinbandfec=1",`minptime=10;useinbandfec=1;${l?"usedtx=1;":""}${p?"stereo=1;sprop-stereo=1;":""}maxaveragebitrate=${m}`),c.sdp+=`a=rtcp-fb:111 nack\r
|
|
19
|
-
`}this.midTransceiverMap.set(a.mid,a);const d=l=>u(this,null,function*(){return h.debug(`send() | calling pc.setRemoteDescription() [answer:${JSON.stringify(l)}]`),yield this.pc.setRemoteDescription(l),a.mid});return h.debug(`send() | calling pc.setLocalDescription() [offer: ${JSON.stringify(c,void 0,2)}]`),{offerSdp:c,callback:d,sender:a.sender,mid:a.mid}})}addCustomEventListeners(){this.pc.addEventListener("datachannel",e=>{const{channel:r}=e;r.onmessage=n=>{this.safeEmit("datachannel",e.channel,String.fromCharCode(...new Uint8Array(n.data)))}})}}class al extends ip{constructor(e){super(),f(this,"supportsSendEncodings",!1),this.supportsSendEncodings=e.supportsSendEncodings}static createFactory(e){return()=>new al(e)}get name(){return"Firefox60"}send(e){return u(this,arguments,function*({track:r,encodings:n,codecOptions:i,screenShare:s}){this._assertSendDirection();const a=this.supportsSendEncodings&&n!==void 0?{sendEncodings:n}:{},c=this.pc.addTransceiver(r,x({direction:"sendonly",streams:[s?this._sendScreenShareStream:this._sendWebStream]},a));if(!this.supportsSendEncodings&&n){n.reverse();const p=c.sender.getParameters();p.encodings=n,yield c.sender.setParameters(p)}const d=(p,m)=>{var S;const E=ci(p),b=E.media[E.media.length-1],O=b.rtp.filter(J=>m.some(P=>P.name===J.codec)),M=b.fmtp.filter(J=>O.some(P=>P.payload===J.payload)),F=(S=b.rtcpFb)==null?void 0:S.filter(J=>O.some(P=>P.payload===J.payload)),V=O.map(J=>J.payload);return E.media[E.media.length-1].rtp=O,E.media[E.media.length-1].fmtp=M,E.media[E.media.length-1].rtcpFb=F,E.media[E.media.length-1].payloads=V.join(" "),Cc(E)},l=yield this.pc.createOffer();if(l.sdp=d(l.sdp,i),h.debug(`send() | calling pc.setLocalDescription() [offer:${JSON.stringify(l)}]`),yield this.pc.setLocalDescription(l),r==="audio"||r.kind==="audio"){const{enableDtx:p,enableStereo:m}=this,S=this.enableHighBitrate?m?128e3:64e3:m?64e3:32e3;l.sdp=l.sdp.replace("minptime=10;useinbandfec=1",`minptime=10;useinbandfec=1;${p?"usedtx=1;":""}${m?"stereo=1;sprop-stereo=1;":""}maxaveragebitrate=${S}`)}return this.midTransceiverMap.set(c.mid,c),{offerSdp:l,callback:p=>u(this,null,function*(){return h.debug(`send() | calling pc.setRemoteDescription() [answer:${JSON.stringify(p)}]`),yield this.pc.setRemoteDescription(p),c.mid}),sender:c.sender,mid:c.mid}})}setMaxSpatialLayer(e,r){return u(this,null,function*(){this._assertSendDirection(),h.debug(`setMaxSpatialLayer() [localId:${e}, spatialLayer:${r}]`);const n=this.midTransceiverMap.get(e);if(!n)throw new Error("associated RTCRtpTransceiver not found");const i=n.sender.getParameters(),s=i.encodings.length-1-r;i.encodings.forEach((a,c)=>{c>=s?a.active=!0:a.active=!1}),yield n.sender.setParameters(i)})}addCustomEventListeners(){this.pc.addEventListener("datachannel",e=>{const{channel:r}=e;r.onmessage=n=>u(this,null,function*(){const i=yield n.data.arrayBuffer();this.safeEmit("datachannel",e.channel,String.fromCharCode(...new Uint8Array(i)))})})}}class ap extends ip{static createFactory(){return()=>new ap}get name(){return"Safari12"}send(e){return u(this,arguments,function*({track:r,encodings:n,codecOptions:i,screenShare:s}){this._assertSendDirection(),h.debug("Safari12::creating new transceiver");const a=this.pc.addTransceiver(r,{direction:"sendonly",streams:[s?this._sendScreenShareStream:this._sendWebStream],sendEncodings:n}),c=RTCRtpSender.getCapabilities(typeof r=="string"?r:r.kind);h.info(`Safari12::senders available params: ${JSON.stringify(c)}`);const d=[];i&&i.length>0&&i.forEach(p=>{var m;const S=c.codecs.find(E=>E.mimeType.includes(p.name));if(p.parameters){h.info(`Safari12::codecOption.parameters:, ${JSON.stringify(p.parameters)}`);const E=((m=S.sdpFmtpLine)==null?void 0:m.split(";"))||[];E.push(...p.parameters);const b=[...new Set(E).values()];S.sdpFmtpLine=b.join(";")}d.push(S)}),h.info(`Safari12::selected codecs: ${JSON.stringify(d)}`),a.setCodecPreferences(d);const l=yield this.pc.createOffer();if(yield this.pc.setLocalDescription(l),r==="audio"||r.kind==="audio"){const{enableStereo:p,enableDtx:m}=this,S=this.enableHighBitrate?p?128e3:64e3:p?64e3:32e3;l.sdp=l.sdp.replace("minptime=10;useinbandfec=1",`minptime=10;useinbandfec=1;${m?"usedtx=1;":""}${p?"stereo=1;sprop-stereo=1;":""}maxaveragebitrate=${S}`)}return this.midTransceiverMap.set(a.mid,a),{offerSdp:l,callback:p=>u(this,null,function*(){return h.debug(`Safari12::send() | calling pc.setRemoteDescription() [answer:${JSON.stringify(p)}]`),yield this.pc.setRemoteDescription(p),a.mid}),sender:a.sender,mid:a.mid}})}addCustomEventListeners(){this.pc.ondatachannel=e=>{const{channel:r}=e;r.onmessage=n=>u(this,null,function*(){const i=String.fromCharCode(...new Uint8Array(n.data));this.safeEmit("datachannel",e.channel,i)})}}}function bL(t,e){return typeof t=="undefined"?e:typeof window!="undefined"&&Object.getOwnPropertyDescriptor(window,"structuredClone")?structuredClone(t):JSON.parse(JSON.stringify(t))}var ol,Ws,yn,Sn,$n,cl,op,cp,tS,dp,rS;class wL extends yo{constructor(e){var r;super(),v(this,Sn),v(this,cl),v(this,cp),v(this,dp),f(this,"rtpReceiver"),f(this,"id"),f(this,"localId"),f(this,"producerId"),f(this,"producingTransportId"),f(this,"mimeType"),f(this,"track"),f(this,"peerId"),f(this,"appData"),f(this,"transceiver"),v(this,ol,void 0),v(this,Ws,void 0),v(this,yn,void 0),this.id=e.id,this.localId=e.localId,y(this,ol,e.handler),this.appData=e.appData,this.peerId=e.producingPeerId,this.producingTransportId=e.producingTransportId,y(this,yn,!1),this.producerId=e.producerId,this.track=e.track,y(this,Ws,(r=e.paused)!=null?r:!1),this.mimeType=e.mimeType,this.transceiver=e.transceiver,this.rtpReceiver=e.rtpReceiver,H(this,cp,tS).call(this)}get closed(){return o(this,yn)}get kind(){return this.track.kind}get paused(){return o(this,Ws)}close(e,r){o(this,yn)||(h.debug(`Consumer::close() ${e?`with reason ${e}`:""}`,o(this,Sn,$n)),y(this,yn,!0),r&&(H(this,dp,rS).call(this),this.transceiver.stop()),this.safeEmit("close",e))}getStats(){return u(this,null,function*(){if(o(this,yn))throw new Jt("closed");return o(this,ol).getReceiverStats(this.localId)})}pause(){if(h.debug("consumer::pause()",o(this,Sn,$n)),o(this,yn)){h.error("consumer::pause() | Consumer closed",o(this,Sn,$n));return}y(this,Ws,!0),this.track.enabled=!1,this.safeEmit("pause")}resume(){if(h.debug("consumer::resume()",o(this,Sn,$n)),o(this,yn)){h.error("Consumer::resume() | Consumer closed",o(this,Sn,$n));return}y(this,Ws,!1),this.track.enabled=!0,this.safeEmit("resume")}}ol=new WeakMap,Ws=new WeakMap,yn=new WeakMap,Sn=new WeakSet,$n=function(){return{consumer:{id:this.id,appData:this.appData,peerId:this.peerId,kind:this.kind}}},cl=new WeakSet,op=function(){h.debug('Consumer::track "ended" event',o(this,Sn,$n)),this.safeEmit("trackended")},cp=new WeakSet,tS=function(){this.track.addEventListener("ended",H(this,cl,op).bind(this))},dp=new WeakSet,rS=function(){try{this.track.removeEventListener("ended",H(this,cl,op)),this.track.stop()}catch(t){h.error("Consumer::destroyTrack()",G(x({},o(this,Sn,$n)),{error:t}))}};var Yr,So,Eo,js,Lr,bt,Vi,To,fr,xr;class _L extends yo{constructor(e){var r,n;super(),v(this,fr),f(this,"id"),f(this,"localId"),v(this,Yr,void 0),f(this,"kind"),f(this,"appData"),f(this,"rtpSender"),v(this,So,void 0),v(this,Eo,void 0),v(this,js,void 0),v(this,Lr,!1),v(this,bt,void 0),v(this,Vi,void 0),v(this,To,void 0),this.id=e.id,this.localId=e.localId,y(this,bt,e.track),this.kind=(r=e.track)==null?void 0:r.kind,y(this,Vi,e.disableTrackOnPause?!((n=e.track)!=null&&n.enabled):!1),y(this,To,void 0),y(this,So,e.stopTracks),y(this,Eo,e.disableTrackOnPause),y(this,js,e.zeroRtpOnPause),this.appData=e.appData||{},this._onTrackEnded=this._onTrackEnded.bind(this),y(this,Yr,e.handler),this.rtpSender=e.rtpSender,this._handleTrack()}get closed(){return o(this,Lr)}get track(){return o(this,bt)}get paused(){return o(this,Vi)}get maxSpatialLayer(){return o(this,To)}close(e){return u(this,null,function*(){if(o(this,Lr))return;if(h.debug(`Producer::close() ${e?`with reason ${e}`:""}`,o(this,fr,xr)),y(this,Lr,!0),this._destroyTrack(),e===ll){this.safeEmit("close",{reason:e});return}const{offerSdp:r,callback:n}=yield o(this,Yr).stopSending(this.localId),{answer:i}=yield this.safeEmitAsPromise("close",{offer:r,reason:e});n(i)})}getStats(){return u(this,null,function*(){if(o(this,Lr))throw new Jt("closed");return o(this,Yr).getSenderStats(this.localId)})}pause(){h.debug("Producer::pause()",o(this,fr,xr)),o(this,Lr)&&h.error("Producer::pause() | Producer closed",o(this,fr,xr)),y(this,Vi,!0),o(this,bt)&&o(this,Eo)&&(o(this,bt).enabled=!1),o(this,js)&&o(this,Yr).replaceTrack(this.localId,null),this.emit("pause")}resume(){if(h.debug("Producer::resume()",o(this,fr,xr)),o(this,Lr)){h.error("Producer::resume() | Producer closed",o(this,fr,xr));return}y(this,Vi,!1),o(this,bt)&&o(this,Eo)&&(o(this,bt).enabled=!0),o(this,js)&&o(this,Yr).replaceTrack(this.localId,o(this,bt)),this.emit("resume")}replaceTrack(e){return u(this,arguments,function*({track:r}){if(h.debug(`Producer::replaceTrack() trackId: ${r==null?void 0:r.id}`,o(this,fr,xr)),o(this,Lr)){if(r&&o(this,So))try{r.stop()}catch(n){h.error("Producer::replaceTrack",G(x({},o(this,fr,xr)),{error:n}))}throw new Jt("closed")}else if(r&&r.readyState==="ended")throw new Jt("track ended");if(r===o(this,bt)){h.debug(`replaceTrack() | same track, ignored trackId: ${r.id}`,o(this,fr,xr));return}(!o(this,js)||!o(this,Vi))&&(yield o(this,Yr).replaceTrack(this.localId,r)),this._destroyTrack(),y(this,bt,r),this._handleTrack()})}setMaxSpatialLayer(e){return u(this,null,function*(){if(o(this,Lr))throw new Jt("closed");if(this.kind!=="video")throw new vo("not a video Producer");if(typeof e!="number")throw new TypeError("invalid spatialLayer");yield o(this,Yr).setMaxSpatialLayer(this.localId,e),y(this,To,e)})}setRtpEncodingParameters(e){return u(this,null,function*(){if(o(this,Lr))throw new Jt("closed");if(typeof e!="object")throw new TypeError("invalid params");yield o(this,Yr).setRtpEncodingParameters(this.localId,e)})}_onTrackEnded(){h.debug(`Producer::track "ended" event trackId: ${this.track.id}`,o(this,fr,xr)),this.safeEmit("trackended",this.track.id)}_handleTrack(){o(this,bt)&&o(this,bt).addEventListener("ended",this._onTrackEnded)}_destroyTrack(){var e;if(o(this,bt))try{o(this,bt).removeEventListener("ended",this._onTrackEnded),o(this,So)&&o(this,bt).stop()}catch(r){h.error(`Producer::_destroyTrack trackId: ${(e=this.track)==null?void 0:e.id}`,G(x({},o(this,fr,xr)),{error:r}))}}}Yr=new WeakMap,So=new WeakMap,Eo=new WeakMap,js=new WeakMap,Lr=new WeakMap,bt=new WeakMap,Vi=new WeakMap,To=new WeakMap,fr=new WeakSet,xr=function(){return{producer:{id:this.id,appData:this.appData,kind:this.kind}}};function nS(t){return typeof t=="object"&&!Array.isArray(t)&&t!==null}function lp(t){return Math.random().toString(36).substring(2,2+t)}const dl=1;function iS(t){const e=t;return delete e.payload._bolt,e}function PL(t){return t.payload&&nS(t.payload)}function sS(t){var e,r;return PL(t)&&(r=(e=t.payload._bolt)==null?void 0:e.id)!=null?r:""}var Ui;const ko=class extends Et.EventEmitter{constructor(t,e,r){super(),f(this,"channel"),f(this,"queue"),f(this,"serverProtocolVersion"),v(this,Ui,new Map),f(this,"respond",(n,i,s=!1)=>{let a;s?a=ko.createErrorResponse(n,i):a=ko.createResponse(n,i),this.channel.send(JSON.stringify(a))}),f(this,"notify",n=>{const i=ko.createNotification(n);this.channel.send(JSON.stringify(i))}),f(this,"request",n=>u(this,null,function*(){const i=ko.createRequest(n),s=new Promise((a,c)=>{const{id:d}=i.payload._bolt,l={id:d,method:i.type,resolve:p=>{this.queue.delete(d)&&(clearTimeout(l.timer),a(p))},timer:setTimeout(()=>{this.queue.delete(d)&&c(new Error(`request timeout for message id: ${d}`))},2e4),cancel:p=>{this.queue.delete(d)&&(clearTimeout(l.timer),c(p))}};this.queue.set(d,l)});return this.channel.send(JSON.stringify(i)),s})),f(this,"send",n=>{const i=JSON.stringify(n),s=16384;if(i.length>s){const a=s-200,c=Math.ceil(i.length/a),d=[];for(let p=0;p<c;p+=1){const m=p*a,S=(p+1)*a;d.push(i.slice(m,S))}const l=rs();for(let p=0;p<c;p+=1){const m=d[p],S=JSON.stringify({id:l,count:c,chunkIndex:p,chunk:m});h.debug(`Sending message chunk over dc: ${S}`),this.channel.send(S)}}else h.debug(`Sending message over dc: ${i}`),this.channel.send(i)}),f(this,"processMessage",n=>{var i;o(this,Ui).has(n.id)||o(this,Ui).set(n.id,[]);const s=o(this,Ui).get(n.id);if(s[n.chunkIndex]=n,(s==null?void 0:s.length)===n.count&&!s.some(a=>a===void 0)){const a=o(this,Ui).get(n.id),c=a==null?void 0:a.reduce((l,p)=>l+p.chunk,"");o(this,Ui).delete(n.id);const d=JSON.parse(c);if(!d.payload||!nS(d.payload))throw new Error("corrupted incoming message over dc",{cause:{code:"CORRUPT_DC_MESSAGE",values:d}});if(this.processBoltHandshake(d))return;if(this.serverProtocolVersion=(i=d.payload._bolt)==null?void 0:i.version,!this.processResponseMsg(d))return d}}),f(this,"processResponseMsg",n=>{const{id:i}=n.payload._bolt,s=this.queue.get(i);return s?(h.debug(`resolving pending request with id: ${i}, complete response: ${JSON.stringify(n)}`),n.type==="error"?s.cancel(iS(n)):s.resolve(iS(n)),!0):!1}),f(this,"processBoltHandshake",n=>{var i,s;return n.type==="_bolt"||n.type==="handshake"?(this.respond((s=(i=n.payload._bolt)==null?void 0:i.id)!=null?s:lp(8),{type:"_bolt",payload:{message:"pong"}}),!0):!1}),this.label=e,this.transportId=r,this.channel=t,this.queue=new Map}};let bo=ko;Ui=new WeakMap,f(bo,"createRequest",t=>{var e;if((e=t.payload)!=null&&e._bolt)throw new Error("rpc fields are internal values");return{type:t.type,payload:G(x({},t.payload),{_bolt:{id:lp(8),type:"REQUEST",version:dl}})}}),f(bo,"createResponse",(t,e)=>{var r;if((r=e.payload)!=null&&r._bolt)throw new Error("rpc fields are internal values");return{type:e.type,payload:G(x({},e.payload),{_bolt:{id:t,type:"RESPONSE",version:dl}})}}),f(bo,"createNotification",t=>{var e;if((e=t.payload)!=null&&e._bolt)throw new Error("rpc fields are internal values");return{type:t.type,payload:G(x({},t.payload),{bolt:{id:lp(8),type:"NOTIFY",version:dl}})}}),f(bo,"createErrorResponse",(t,e)=>({type:"error",payload:{error:e.message,_bolt:{id:t,type:"RESPONSE",version:dl}}}));function IL(t){if(Promise.allSettled)return Promise.allSettled(t);const e=t.map(r=>r.then(n=>({status:"fulfilled",value:n})).catch(n=>({status:"rejected",reason:n})));return Promise.all(e)}const ll="transport closed";var wo;const _o=class extends yo{constructor(t,{id:e,direction:r,handlerFactory:n,iceServers:i,iceTransportPolicy:s,proprietaryConstraints:a,additionalSettings:c,appData:d,config:l}){var p,m,S;super(),f(this,"awaitQueue"),f(this,"observer"),v(this,wo,void 0),f(this,"id"),f(this,"serverId"),f(this,"direction"),f(this,"maxSctpMessageSize"),f(this,"handler"),f(this,"connectionState","new"),f(this,"producers"),f(this,"consumers"),f(this,"datachannels"),f(this,"connected",!1),f(this,"eventsDCReadyPromise"),f(this,"eventsDCReadyPromiseResolver"),f(this,"eventsDCFailureTimer"),f(this,"transportConnectionPromise"),f(this,"consumerTrackEvents"),f(this,"unknownTracksMap"),f(this,"appData"),h.debug(`constructor() [id: ${e}, direction: ${r}]`),y(this,wo,t),this.id=e,this.direction=r;const E=bL(c,{});delete E.iceServers,delete E.iceTransportPolicy,delete E.bundlePolicy,delete E.rtcpMuxPolicy,delete E.sdpSemantics,this.producers=new Map,this.consumers=new Map,this.datachannels=new Map,this.consumerTrackEvents=new Map,this.unknownTracksMap=new Map,this.awaitQueue=new nl,this.observer=new yo,this.handler=n(),this.handler.enableHighBitrate=(p=l==null?void 0:l.enableHighBitrate)!=null?p:!1,this.handler.enableStereo=(m=l==null?void 0:l.enableStereo)!=null?m:!1,this.handler.enableDtx=(S=l==null?void 0:l.enableDtx)!=null?S:!0,this.handler.init({onTrackHandler:this._ontrack.bind(this),direction:r,iceServers:i,iceTransportPolicy:s,additionalSettings:c,proprietaryConstraints:a}),this.appData=d||{},this.transportConnectionPromise=new Promise(b=>{this.observer.once("connected",()=>{b(!0)}),this.observer.once("disconnect",()=>{b(!1)}),this.observer.once("close",()=>{b(!1)})}),this.eventsDCReadyPromise=new Promise(b=>{this.eventsDCReadyPromiseResolver=b}),this.handler.on("@connectionstatechange",b=>{b!==this.connectionState&&(h.debug(`connection state changed to ${b}`),this.connectionState=b,b==="connected"&&(this.connected=!0,this.observer.emit("connected")),b==="disconnected"&&(this.connected=!1,this.observer.emit("disconnect")),(b==="failed"||b==="closed")&&(this.connected=!1,this.observer.emit("close")),this.closed||this.safeEmit("connectionstatechange",b))}),this.handler.on("@icecandidate",({candidate:b})=>{this.closed||this.safeEmit("icecandidate",b)}),this.handler.on("dc_open",b=>{let O=this.datachannels.get(b.label);O||(O||(O=new bo(b,b.label,this.serverId),this.datachannels.set(b.label,O)),this.eventsDCFailureTimer=setTimeout(()=>{b.label==="events"&&(this.eventsDCReadyPromiseResolver(!1),this.safeEmit("dc_error",b.label))},5e3))}),this.handler.on("datachannel",(b,O)=>{b.label==="events"&&(this.eventsDCReadyPromiseResolver(!0),this.eventsDCFailureTimer&&clearTimeout(this.eventsDCFailureTimer));const M=this.datachannels.get(b.label);if(!M){h.error("unregistered datachannel for message",{rtcChannel:{label:b.label,message:O}});return}try{const F=JSON.parse(O);h.debug("datachannel message chunk recieved",{dataChannelMessageChunk:{id:F.id,count:F.count,chunkIndex:F.chunkIndex,chunk:F.chunk,transprtId:this.serverId}});const V=M.processMessage(F);if(!V)return;h.debug(`datachannel message with id:${F.id} on transport:${this.serverId}complete - ${JSON.stringify(V)}`),this.emit(`datachannel:${b.label}`,M.label,V)}catch(F){h.error("error parsing message",{error:F})}})}get closed(){return this.connectionState==="closed"}setServerId(t){this.serverId=t}getDatachannel(t){return this.datachannels.get(t)}get isEventsDCReady(){return this.eventsDCReadyPromise}close(){this.closed||(h.debug("Transport close called"),this.connectionState="closed",this.connected=!1,this.handler.close(),Array.from(this.producers.values()).forEach(t=>{t.close(ll).catch(()=>{})}),this.producers.clear(),Array.from(this.consumers.values()).forEach(t=>{t.close(ll)}),this.consumers.clear(),this.consumerTrackEvents.clear(),this.emit("close"),this.observer.emit("close"))}getStats(){return u(this,null,function*(){if(this.closed)throw new Jt("closed");return this.handler.getTransportStats()})}connect(t){return u(this,null,function*(){try{if(yield this.awaitQueue.push(()=>u(this,null,function*(){const{offerSdp:e,callback:r}=yield this.handler.connect(),{transportId:n,answer:i}=yield t(e);this.setServerId(n),yield r(i)})),!(yield this.transportConnectionPromise))throw new Error("ice connection failed");if(o(this,wo)===lt.HIVE&&!(yield this.isEventsDCReady))throw new Error("events datachannel not open")}catch(e){throw h.error("transport failed to connect:",{error:e}),e}})}restartIce(){return u(this,null,function*(){if(h.debug("restartIce()"),this.closed)throw new Jt("closed");return this.handler.restartIce()})}canProduce(t){return u(this,null,function*(){const{track:e,appData:r}=t;if(e){if(this.direction!=="send")throw new vo("not a sending Transport");if(e.readyState==="ended")throw new Jt("track ended");if(this.listenerCount("connect")===0&&this.connectionState==="new")throw new TypeError('no "connect" listener set into this transport');if(r&&typeof r!="object")throw new TypeError("if given, appData must be an object")}else throw new TypeError("missing track");if(!(yield this.transportConnectionPromise))throw new xi("transport not connected");return!0})}produce(t,e){return u(this,null,function*(){if(!(yield this.canProduce(t)))throw new Error("Cannot produce");const{track:r,encodings:n,codecOptions:i,stopTracks:s=!0,disableTrackOnPause:a=!0,zeroRtpOnPause:c=!1,appData:d={}}=t;h.debug(`produce() [track:${r.id}]`);const{producerId:l,localId:p,rtpSender:m}=yield this.awaitQueue.push(()=>u(this,null,function*(){const{offerSdp:S,callback:E,sender:b,mid:O}=yield this.handler.send({track:r,encodings:n,codecOptions:i,screenShare:d==null?void 0:d.screenShare}),{answer:M,producerId:F}=yield e({offer:S,kind:r.kind,paused:a?!r.enabled:!1,appData:G(x({},d||{}),{mid:O}),codecOptions:i,producingTransportId:this.serverId}),V=yield E(M);return{producerId:F,localId:V,rtpSender:b}}),"producer");return this.createProducerObject({id:l,localId:p,track:r,stopTracks:s,disableTrackOnPause:a,zeroRtpOnPause:c,appData:d,handler:this.handler,rtpSender:m})})}createProducerObject(t){return u(this,null,function*(){const e=new _L(t);return this.producers.set(e.id,e),e.once("close",()=>{this.producers.delete(e.id)}),e})}closeProducer(t){return u(this,null,function*(){yield this.awaitQueue.push(t.close.bind(t),"producer")})}canConsume(){return u(this,null,function*(){if(this.closed)throw new Jt("closed");if(this.direction!=="recv")throw new vo("not a receiving transport");if(this.listenerCount("connect")===0&&this.connectionState==="new")throw new TypeError('no "connect" listener set into this transport');if(!(yield this.transportConnectionPromise))throw new xi("transport not connected");return!0})}consume(t,e,r){return u(this,null,function*(){return this.awaitQueue.push(()=>u(this,null,function*(){const n={},{consumerStates:i,sessionDescription:s,failedProducers:a}=yield e(t);i.forEach((l,p)=>{n[p]=this.createConsumerObjectAndWaitForTrack(G(x({},l),{producerId:p}))});const c=a;s&&(h.info("Session description found, sending negotiation request"),yield r(s));const d=[];return yield Promise.all(Object.entries(n).map(([l,p])=>p.then(m=>d.push(m)).catch(()=>{h.error(`Failed to create consumer object, producer: ${l}`,{error:{message:"This should not happen"},transport:{serverId:this.serverId}})}))),{consumers:d,failedProducers:c}}),"consumer")})}static parseHeaderExtensionMappings(t,e){const r=ci(t.sdp),n={};return r.media.forEach(i=>{e.includes(i.mid.toString())&&(n[i.mid]=i.ext)}),n}static setHeaderExtensionMappings(t,e,r){const n=ci(t.sdp);return n.media=n.media.map(i=>{if(e.includes(i.mid.toString())){const s=x({},i);return s.ext=r[i.mid],s}return i}),G(x({},t),{sdp:Cc(n)})}static parseCodecAndFmtpMappings(t,e){const r=ci(t.sdp),n={};return r.media.forEach(i=>{e.includes(i.mid.toString())&&(n[i.mid.toString()]={rtp:i.rtp,fmtp:i.fmtp,payloads:i.payloads,rtcpFb:i.rtcpFb})}),n}static setCodecAndFmtpMappings(t,e,r){const n=ci(t.sdp);return n.media=n.media.map(i=>{if(e.includes(i.mid.toString())){const s=x({},i);return s.rtp=r[i.mid.toString()].rtp,s.fmtp=r[i.mid.toString()].fmtp,s.payloads=r[i.mid.toString()].payloads,s.rtcpFb=r[i.mid.toString()].rtcpFb,s}return i}),G(x({},t),{sdp:Cc(n)})}closeConsumers(t,e){return u(this,null,function*(){const r=t.map(c=>c.transceiver.mid),n=_o.parseHeaderExtensionMappings(this.handler.pc.remoteDescription,r),i=_o.parseCodecAndFmtpMappings(this.handler.pc.remoteDescription,r);t.forEach(c=>c.close(void 0,!0));let s=yield this.handler.pc.createOffer();s=_o.setHeaderExtensionMappings(s,r,n),s=_o.setCodecAndFmtpMappings(s,r,i),yield this.setLocalDescription(s);const a=yield e(t,s);yield this.setRemoteDescription(a)})}setRemoteOffer(t){return u(this,null,function*(){yield this.setRemoteDescription(t);const e=yield this.handler.pc.createAnswer(),r=ci(e.sdp);return r.media=r.media.map(n=>{if(n.type==="audio"){const i=x({},n),s=i.fmtp.find(a=>a.payload===111);return s&&(s.config+=";stereo=1;sprop-stereo=1"),i.rtcpFb||(i.rtcpFb=[]),i.rtcpFb.some(a=>a.type==="nack")||i.rtcpFb.push({payload:parseInt(i.payloads,10),type:"nack"}),i}return n}),e.sdp=Cc(r),yield this.setLocalDescription(e),e})}_ontrack(t){const{track:e,transceiver:r,streams:n}=t;h.info(`track event received [trackId: ${e.id}]`);let i;o(this,wo)===lt.HIVE?i=`${n[0].id}:${e.kind}`:i=`${r.mid}:${e.kind}`,e.addEventListener("ended",()=>{h.info(`rtc consumer track ended [trackId: ${e.id}]`),this.unknownTracksMap.delete(i)});const s=this.consumerTrackEvents.get(i);s?(s(e,r),this.consumerTrackEvents.delete(i)):(h.warn(`track event handler not found ${i}`),this.unknownTracksMap.set(i,t))}sendErrorOverDC(t,e,r){const n=this.getDatachannel(t);if(!n)throw new Error("datachannel not found",{cause:{code:"DC_NOT_FOUND",values:{label:t}}});n.respond(e,r,!0)}sendResponseOverDC(t,e,r){const n=this.getDatachannel(t);if(!n)throw new Error("datachannel not found",{cause:{code:"DC_NOT_FOUND",values:{label:t}}});n.respond(e,r)}createConsumerObjectAndWaitForTrack(t){return u(this,null,function*(){const{consumerId:e,producerId:r,producingPeerId:n,producingTransportId:i,streamId:s,paused:a,screenShare:c,appData:d,kind:l,mimeType:p}=t,m=`${s}:${l}`,S=G(x({},t),{name:"consumer creation task error",message:"consumer creation failed"});return new Promise((E,b)=>u(this,null,function*(){const O=setTimeout(()=>{this.consumerTrackEvents.delete(m),S.isTimedout=!0,b(S)},5e3),M=(V,J)=>{try{if(V.readyState==="ended")clearTimeout(O),b(S);else{const P=V;P.enabled=!0,this.handler.midTransceiverMap.set(J.mid,J);const Z=new wL({id:e,localId:J.mid,transceiver:J,track:P,paused:a,producerId:r,producingPeerId:n,producingTransportId:i,handler:this.handler,appData:G(x({},d),{screenShare:c,peerId:n}),rtpReceiver:J.receiver,mimeType:p});this.consumers.set(e,Z),Z.once("close",()=>{this.consumers.delete(Z.id),this.handler.midTransceiverMap.delete(J.mid)}),h.info("consumer created for ",{consumer:{id:e,kind:l,appData:{screenShare:c},peerId:n,producerId:r}}),this.observer.emit("newconsumer",Z),clearTimeout(O),E(Z)}}catch(P){h.warn("error while creating consumer:",P),clearTimeout(O),b(S)}},F=this.unknownTracksMap.get(m);F?(this.unknownTracksMap.delete(m),M(F.track,F.transceiver)):this.consumerTrackEvents.set(m,M)}))})}setRemoteDescription(t){return u(this,null,function*(){yield this.handler.pc.setRemoteDescription(t)})}setLocalDescription(t){return u(this,null,function*(){h.debug(`${this.direction}() {transportId: ${this.serverId}} | calling pc.setLocalDescription() [offer:${JSON.stringify(t)}]`),yield this.handler.pc.setLocalDescription(t)})}retryFailedConsumerCreationTasks(t){return u(this,null,function*(){return IL(t.map(e=>u(this,null,function*(){return np(r=>u(this,null,function*(){return r>0&&h.warn(`retrying failed consumer creation task: ${JSON.stringify(e)}`),this.createConsumerObjectAndWaitForTrack(x({},e))}))})))})}sendDataChannelMessage(t,e){return u(this,null,function*(){const r=this.getDatachannel(t);if(!r)throw yL("DC_NOT_READY",`${t} datachannel not ready`);const n=(yield r.request(e)).payload;return h.info(`sendDataChannelMessage::response ${JSON.stringify(n)}`),n})}};let CL=_o;wo=new WeakMap;function RL(){if(typeof navigator=="object"&&navigator.product==="ReactNative"){if(typeof RTCPeerConnection=="undefined"){h.warn("Device::this._detectDevice() | unsupported ReactNative without RTCPeerConnection");return}return h.debug("Device::this._detectDevice() | ReactNative handler chosen"),"Chrome74"}if(typeof navigator=="object"&&typeof navigator.userAgent=="string"){const t=navigator.userAgent,e=om.getParser(t),r=e.getEngine();if(e.satisfies({chrome:">=74",chromium:">=74","microsoft edge":">=88"}))return"Chrome74";if(e.satisfies({chrome:">=55",chromium:">=55"}))return;if(e.satisfies({firefox:">=110"}))return"Firefox110";if(e.satisfies({firefox:">=60"}))return"Firefox60";if(e.satisfies({ios:{OS:">=14.3",firefox:">=30.0"}})||e.satisfies({safari:">=12.0"})&&typeof RTCRtpTransceiver!="undefined"&&RTCRtpTransceiver.prototype.hasOwnProperty("currentDirection"))return"Safari12";if(e.satisfies({safari:">=11"})||e.satisfies({"microsoft edge":">=11"})&&e.satisfies({"microsoft edge":"<=18"}))return;if(r.name&&r.name.toLowerCase()==="blink"){const n=t.match(/(?:(?:Chrome|Chromium))[ /](\w+)/i);return n?Number(n[1])>=74?"Chrome74":void 0:"Chrome74"}if(r.name.toLowerCase()==="webkit"&&e.getOS().name.toLowerCase()==="ios")return typeof RTCRtpTransceiver!="undefined"&&RTCRtpTransceiver.prototype.hasOwnProperty("currentDirection")?"Safari12":void 0;h.warn("Device::this._detectDevice() | browser not supported");return}h.warn("Device::this._detectDevice() | unknown device")}var ul;class ML{constructor(e,{handlerName:r,handlerFactory:n}={}){if(f(this,"handlerFactory"),v(this,ul,void 0),h.debug("constructor()"),y(this,ul,e),r&&n)throw new TypeError("just one of handlerName or handlerInterface can be given");if(n)this.handlerFactory=n;else{if(r)h.debug(`Device::constructor() | handler given: ${r}`);else if(r=RL(),r)h.debug(`Device::constructor() | detected handler: ${r}`);else throw new Error("device not supported");switch(r){case"Chrome74":this.handlerFactory=sp.createFactory();break;case"Safari12":this.handlerFactory=ap.createFactory();break;case"Firefox60":this.handlerFactory=al.createFactory({supportsSendEncodings:!1});break;case"Firefox110":this.handlerFactory=al.createFactory({supportsSendEncodings:!0});break;default:throw new TypeError(`unknown handlerName "${r}"`)}}}createTransport(e){const r=rs();return new CL(o(this,ul),G(x({id:r},e),{handlerFactory:this.handlerFactory}))}}ul=new WeakMap;const AL=2e3;var Kn,Po,Dt,Ot,Hs,Io,Co,Ro,qs,Fi,Mo,Ao,hl,pl,up,hp,aS,pp,oS,mp,cS,gp,dS,fp,lS,ml,vp,gl,yp;class DL extends Et.EventEmitter{constructor(e,r,n){switch(super(),v(this,Ao),v(this,pl),v(this,hp),v(this,pp),v(this,mp),v(this,gp),v(this,fp),v(this,ml),v(this,gl),v(this,Kn,void 0),v(this,Po,void 0),v(this,Dt,void 0),v(this,Ot,void 0),v(this,Hs,void 0),v(this,Io,void 0),v(this,Co,void 0),v(this,Ro,{transportFailureCount:{send:0,recv:0},lastConnectionTime:0}),v(this,qs,void 0),v(this,Fi,"all"),v(this,Mo,void 0),y(this,Kn,e),y(this,Hs,r),y(this,Mo,n),y(this,Po,new ML(n)),y(this,Io,new kL(r,n)),n){case lt.CF:{y(this,Co,wr);break}case lt.HIVE:default:{y(this,Co,ur);break}}o(this,Ao,hl).mediaState={send:{state:qn.NEW,reconnected:!1},recv:{state:qn.NEW,reconnected:!1}},Q.hasFeature(ie.FORCE_RELAY)&&y(this,Fi,"relay"),H(this,pl,up).call(this)}get socket(){return o(this,Hs)}get socketHandler(){return o(this,Io)}get sendTransport(){return o(this,Dt)}get recvTransport(){return o(this,Ot)}get events(){return o(this,Co)}get nodeType(){return o(this,Mo)}createTransports(e){return u(this,null,function*(){var r,n,i,s,a,c,d,l;Q.hasFeature(ie.FORCE_RELAY)&&(h.info("ICE Transport Policy set to relay"),y(this,Fi,"relay"));const p=yield gt().getICEServers().catch(S=>(h.warn(`failed to get iceservers from server: ${S.message}`),[])),m=[];if(e.send){const S=Q.hasFeature(ie.DISABLE_OPUS_DTX_CF),E=H(this,pp,oS).call(this,{iceServers:p,additionalSettings:{encodedInsertableStreams:(r=o(this,Kn).getValue("modules").e2ee)==null?void 0:r.enabled},config:{enableHighBitrate:(s=(i=(n=o(this,Kn).getValue("defaults").mediaConfiguration)==null?void 0:n.audio)==null?void 0:i.enableHighBitrate)!=null?s:!1,enableStereo:(d=(c=(a=o(this,Kn).getValue("defaults").mediaConfiguration)==null?void 0:a.audio)==null?void 0:c.enableStereo)!=null?d:!1,enableDtx:o(this,Mo)===lt.HIVE?!0:!!S},iceTransportPolicy:o(this,Fi)});m.push(E)}if(e.recv){const S=H(this,mp,cS).call(this,{iceServers:p,additionalSettings:{encodedInsertableStreams:(l=o(this,Kn).getValue("modules").e2ee)==null?void 0:l.enabled},iceTransportPolicy:o(this,Fi)});m.push(S)}yield Promise.all(m)})}stopTransports(e){var r,n;if(e.send&&this.sendTransport!==void 0){const{id:i,serverId:s,direction:a}=o(this,Dt);h.info("Closing send transport",{transport:{id:i,serverId:s,type:a}}),o(this,Dt).close(),o(this,Dt).removeAllListeners(),y(this,Dt,void 0)}if(e.recv&&this.recvTransport!==void 0){const{id:i,serverId:s,direction:a}=o(this,Ot);h.info("Closing recv transport",{transport:{id:i,serverId:s,type:a}}),(r=o(this,Ot))==null||r.close(),(n=o(this,Ot))==null||n.removeAllListeners(),y(this,Ot,void 0)}H(this,pl,up).call(this)}stopAllTransports(){h.info("Closing all transports"),this.stopTransports({send:!0,recv:!0})}connectTransportWithRetry(e){return u(this,null,function*(){const{id:r,serverId:n,direction:i}=e;H(this,gp,dS).call(this,e);try{const s=Q.hasFeature(ie.ENABLE_HIVE_INFINITE_RETRIES)?1/0:3;return yield np((a,c)=>u(this,null,function*(){a>0&&h.debug(`Retrying transport connect, count: ${a}`,{transport:{id:r,serverId:n,type:i}});try{if(e.closed)throw new xi("Cannot reconnect closed transport");yield H(this,hp,aS).call(this,e)}catch(d){if(d instanceof xi){c(d);return}throw h.error("Failed to connect transport, retrying",{transport:e,error:d}),d}}),{delayTime:100,strategy:"exponential",maxRetryCount:s}),e}catch(s){throw h.error(`Failed to connect send transport after retry: ${e.id}`,{error:s,transport:{id:r,serverId:n,type:i}}),e.close(),e.removeAllListeners(),s}})}handleErrors(e){throw new Error("Method not implemented.")}}Kn=new WeakMap,Po=new WeakMap,Dt=new WeakMap,Ot=new WeakMap,Hs=new WeakMap,Io=new WeakMap,Co=new WeakMap,Ro=new WeakMap,qs=new WeakMap,Fi=new WeakMap,Mo=new WeakMap,Ao=new WeakSet,hl=function(){return o(this,Kn).getValue("connectionHandler")},pl=new WeakSet,up=function(){y(this,qs,{send:void 0,recv:void 0})},hp=new WeakSet,aS=function(t){return u(this,null,function*(){const{id:e,direction:r}=t;if(h.info(`Connecting ${r} transport`,{transport:{id:e,type:r}}),!o(this,Hs).isConnected)throw new xi("Socket is not connected");if(t.connectionState==="closed")throw new xi("Transport is closed");try{yield t.connect(n=>H(this,fp,lS).call(this,r,n)),h.info(`Connected ${r} transport`,{transport:{id:e,serverId:t.serverId,type:r}})}catch(n){throw o(this,Ro).transportFailureCount[r]+=1,n.message==="ice connection failed"?new xi(n.message):n}})},pp=new WeakSet,oS=function(t){return u(this,null,function*(){var e,r;if(o(this,Dt)&&o(this,Dt).connected){h.info("Transport send is already connected",{transport:{id:(e=o(this,Dt))==null?void 0:e.id,serverId:(r=o(this,Dt))==null?void 0:r.serverId,type:"send"}});return}y(this,Dt,o(this,Po).createTransport(G(x({},t),{direction:"send"}))),$.configureSendTransport(o(this,Dt))})},mp=new WeakSet,cS=function(t){return u(this,null,function*(){var e,r;if(o(this,Ot)&&o(this,Ot).connected){h.info("Transport recv is already connected",{transport:{id:(e=o(this,Ot))==null?void 0:e.id,serverId:(r=o(this,Ot))==null?void 0:r.serverId,type:"recv"}});return}y(this,Ot,o(this,Po).createTransport(G(x({},t),{direction:"recv"}))),$.configureRecvTransport(o(this,Ot))})},gp=new WeakSet,dS=function(t){const{direction:e,id:r}=t;t.on("connectionstatechange",n=>u(this,null,function*(){H(this,gl,yp).call(this,{state:n,direction:e}),h.info(`Transport connection state changed for ${e} transport`,{transport:{id:r,serverId:t.serverId,type:e,status:n}});const i=()=>{const s=o(this,qs)[e];s!==void 0&&(clearTimeout(s),o(this,qs)[e]=void 0)};switch(n){case"connected":i(),o(this,Ro).lastConnectionTime=performance.now();break;case"disconnected":o(this,qs)[e]=setTimeout(()=>u(this,null,function*(){yield H(this,ml,vp).call(this,t)}),AL);break;case"failed":if(t.closed)return;i(),yield H(this,ml,vp).call(this,t);break}})),t.on("icecandidate",n=>u(this,null,function*(){h.debug("Sending iceCandidate:",{iceCandidate:n})})),t.on("datachannel:events",(n,i)=>u(this,null,function*(){var s,a;h.debug("Got data channel message on event:",{rtcChannel:{label:n,message:i}});try{switch(i.type){case"handshake":{const c={type:"handshake",payload:{message:"pong"}};t.sendResponseOverDC(n,sS(i),c);break}case"hub-disconnect":{h.debug(`media hub disconnected, full_reconnect: ${(s=i.payload)==null?void 0:s.full_reconnect}`),((a=i.payload)==null?void 0:a.full_reconnect)===!0&&this.handleErrors("rejoin");break}case"error":break;default:break}}catch(c){h.error(`Unable to handle the incoming datachannel message on channel ${n}`)}})),t.on("dc_error",()=>{t.direction==="recv"&&(h.warn("Events datachannel did not open in 5s",{country:g.location.country}),this.handleErrors("reconnectRecvTransport"))})},fp=new WeakSet,lS=function(t,e){return u(this,null,function*(){const r=t==="recv";try{const{sdp:n,type:i}=e,s={consuming:r,description:{sdp:n,type:i,target:r?ln.SUBSCRIBER:ln.PUBLISHER},producers:[]};return o(this,Io).connectTransport(s)}catch(n){throw h.error(`Error in ${t} transport connection:`,{error:n,country:g.location.country}),n}})},ml=new WeakSet,vp=function(t){return u(this,null,function*(){h.info("Called reconnect transport",{transport:t}),t.close(),t.removeAllListeners();const{direction:e}=t;switch(Q.hasFeature(ie.HIVE_TRANSPORT_FORCE_RELAY_ON_ICE_FAILED)&&o(this,Hs).isConnected&&o(this,Ro).transportFailureCount[e]>2&&(h.warn(`Multiple disconnections in ${e} transport, forcing relay`),y(this,Fi,"relay")),yield this.createTransports({[e]:!0}),e){case"send":{yield this.connectTransportWithRetry(o(this,Dt)),h.info("Transport reconnected",{transport:o(this,Dt)}),C.emit(R.RESET_PRODUCER_STATE);break}case"recv":{yield this.connectTransportWithRetry(o(this,Ot)),h.info("Transport reconnected",{transport:o(this,Ot)}),C.emit(R.UPDATE_ACTIVE,{createAllConsumers:!0});break}default:h.warn("Unknown transport direction",{transport:t})}H(this,gl,yp).call(this,{state:qn.CONNECTED,direction:e})})},gl=new WeakSet,yp=function(t){const{state:e,direction:r}=t;o(this,Ao,hl).mediaState[r]={state:e,reconnected:!0},C.emit(R.TRANSPORT_STATE_UPDATE,x({transport:r},o(this,Ao,hl).mediaState[r]))};var Sp,uS;class OL{constructor(e){v(this,Sp),this.recvTransport=e,H(this,Sp,uS).call(this)}create(e){return u(this,null,function*(){if(!e||e&&e.length===0)throw new Error("List of producers is required");const r={type:"create_consumer",payload:{producers:e.map(({producerId:a,producingTransportId:c,kind:d,mimeType:l})=>({producerId:a,producingTransportId:c,preferredCodec:x(x({},d==="video"&&l?{video:l}:{}),d==="audio"&&l?{audio:l}:{})}))}},n=yield this.recvTransport.sendDataChannelMessage("events",r),i=new Map;e.forEach(a=>i.set(a.producerId,a));const s=new Map;return Object.entries(n).forEach(([a,c])=>{const d=i.get(c.producerId);d&&s.set(c.producerId,{consumerId:a,producingTransportId:d.producingTransportId,producingPeerId:d.producingPeerId,kind:d.kind,paused:d.pause,streamId:c.streamId,trackId:c.trackId,screenShare:d.screenShare,mimeType:d.mimeType,appData:{}})}),{consumerStates:s}})}negotiate(e,r,n){return u(this,null,function*(){try{h.debug(`Received offer over dc: ${e.sdp} for transport`);const i=yield this.recvTransport.setRemoteOffer(e),s={type:"answer",payload:{type:i.type,sdp:i.sdp}};return h.debug(`datachannel answer: ${JSON.stringify(s)}`),this.recvTransport.sendResponseOverDC(n,r,s),i}catch(i){throw h.error("datachannel:events::Error:",i),i.code!=="DC_NOT_FOUND"&&this.recvTransport.sendErrorOverDC(n,r,i),i}})}close(e){return u(this,null,function*(){if(!e.length)return{};const r=e.map(a=>a.id);h.info(`Closing consumers: ${JSON.stringify(r)}`);const n={type:"close_consumers",payload:{consumers:r}},i=yield this.recvTransport.sendDataChannelMessage("events",n),{failedConsumers:s}=i;return{failedConsumers:s}})}}Sp=new WeakSet,uS=function(){this.recvTransport.on("datachannel:events",(t,e)=>u(this,null,function*(){try{switch(e.type){case"negotiation":{const{sdp:r}=e.payload,n={sdp:r,type:"offer"};this.negotiate(n,sS(e),t);break}default:break}}catch(r){h.error(`Unable to handle the incoming datachannel message on channel ${t}`)}}))};class NL{constructor(e,r,n,i){this.events=e,this.recvTransport=r,this.socket=n,this.socketHandler=i}create(e){return u(this,null,function*(){if(!e||e&&e.length===0)throw new Error("List of producers is required");const r=new Map,n=[];e.forEach(d=>{const{producingPeerId:l,producerId:p,producingTransportId:m}=d;r.set(p,l),n.push({producingPeerId:l,producerId:p,producingTransportId:m})});const i=yield this.socketHandler.consume({requests:n,consumingTransportId:this.recvTransport.serverId}),s=new Map;e.forEach(d=>s.set(d.producerId,d));const a=new Map,c=[];return Object.entries(i.consumerStateMap).forEach(([d,l])=>{const p=s.get(d);if(!p)return;if(l.errorCode){if(h.warn(`Consumer request failed for producer ${d}`,{error:{message:l.errorCode}}),l.errorCode==="not_found_track_error"){h.error(`Track not found for producer: ${p.producerId}. This will not be retried.`);return}c.push(p);return}let m={};try{m=JSON.parse(l.producerState.appData)}catch(S){}a.set(d,{consumerId:l.consumerId,producingTransportId:p.producingTransportId,producingPeerId:p.producingPeerId,kind:p.kind,paused:p.pause,streamId:l.producerTrack.streamId,trackId:l.producerTrack.trackId,screenShare:p.screenShare,mimeType:p.mimeType,appData:m})}),{consumerStates:a,sessionDescription:i.sessionDescription,failedProducers:c}})}negotiate(e){return u(this,null,function*(){h.info("Negotiating socket consumer",{transport:this.recvTransport}),h.debug(`setting remote offer: ${JSON.stringify(e)} on recvTransport`,{transport:this.recvTransport});const r=yield this.recvTransport.setRemoteOffer(e),n={transportId:this.recvTransport.serverId,description:{sdp:r.sdp,type:r.type,target:ln.SUBSCRIBER}};return h.debug(`sending renegotiate request: ${JSON.stringify(n)} on recvTransport`,{transport:this.recvTransport}),yield this.socket.sendMessagePromise(this.events.renegotiateSessionDescription,YI.toBinary(n)),h.info("Renegotiation done",{transport:this.recvTransport}),r})}close(e){return u(this,null,function*(){if(!e.length)return{};const r=(n,i)=>u(this,null,function*(){const s=n.map(l=>l.localId);h.info(`Closing consumers: ${JSON.stringify(s)}`);const a={description:{sdp:i.sdp,type:i.type,target:ln.SUBSCRIBER},consumerIds:s,consumingTransportId:this.recvTransport.serverId},c=yield this.socketHandler.closeConsumer(a),d=SR.fromBinary(c).description;return{sdp:d.sdp,type:d.type}});return this.recvTransport.awaitQueue.push(()=>this.recvTransport.closeConsumers(e,r),"close_consumer"),{}})}}class Ep{constructor(e){this.socketHandler=e}static getMSIDFromSDP(e,r){return ci(e).media.filter(n=>r==="video"?n.type==="video":n.type==="audio").at(-1).msid}create(e){return u(this,arguments,function*({offer:r,kind:n,paused:i,appData:s,codecOptions:a,producingTransportId:c}){var d,l;const p=Ep.getMSIDFromSDP(r.sdp,n),m={description:{sdp:r.sdp,type:r.type,target:ln.PUBLISHER},paused:i,kind:n,msid:p,appData:JSON.stringify(s),screenShare:(d=s.screenShare)!=null?d:!1,mimeType:`${n}/${(l=a[0])==null?void 0:l.name}`,producingTransportId:c},{answer:S,producerId:E}=yield this.socketHandler.produce(m);return{answer:S,producerId:E}})}}var Do,Gs,Bi,Oo,fl,En,Tp,zn,No,kp,hS,vl,bp,wp,pS,_p,mS,Pp,gS,Ip,fS,Cp,vS,Rp,yS;class LL extends DL{constructor(e,r,n){super(e,r,n),v(this,kp),v(this,vl),v(this,wp),v(this,_p),v(this,Pp),v(this,Ip),v(this,Cp),v(this,Rp),v(this,Do,void 0),v(this,Gs,void 0),v(this,Bi,void 0),v(this,Oo,void 0),v(this,fl,void 0),v(this,En,void 0),v(this,Tp,{producerCreationFailureCount:0,consumerCreationFailureCount:0,producerNotReadyFailureCount:0}),v(this,zn,[]),v(this,No,void 0),y(this,Do,e),o(this,kp,hS).mediaState={send:{state:qn.NEW,reconnected:!1},recv:{state:qn.NEW,reconnected:!1}},this.reset()}get socketHandler(){return super.socketHandler}get producers(){return o(this,Gs)}get consumers(){return o(this,Bi)}get producerIdToConsumerIdMap(){return o(this,Oo)}reset(){y(this,Gs,new Map),y(this,Bi,new Map),y(this,Oo,new Map)}setupTransports(e){return u(this,null,function*(){yield this.createTransports(e);let r,n;e.send&&(r=H(this,wp,pS).call(this)),e.recv&&(n=H(this,_p,mS).call(this)),yield Promise.all([r,n])})}createProducer(e,r){return u(this,null,function*(){var n;if(!this.sendTransport||this.sendTransport.closed)throw new Error("Send transport is closed");try{const i=yield this.sendTransport.produce(e,H(this,Pp,gS).bind(this));return(n=e.appData)!=null&&n.e2ee&&C.emit(R.E2EE_ACTIVE_PRODUCER,i),H(this,Ip,fS).call(this,i,r),i}catch(i){throw h.error("Failed to create producer",{error:i}),o(this,Tp).producerCreationFailureCount+=1,i}})}closeProducer(e,r){return u(this,null,function*(){var n;const i=this.producers.get(e);if(!i){h.warn(`Producer with ID ${e} was not found`);return}r!=null&&r.stopTrack&&i.track.stop();try{yield this.sendTransport.closeProducer(i),(n=o(this,Do).getValue("modules").e2ee)!=null&&n.enabled&&C.emit(R.E2EE_INACTIVE_PRODUCER,i)}catch(s){h.error("Failed to close producer on server",{error:s,producer:i})}})}closeAllProducers(){return Promise.all(Array.from(o(this,Gs).entries()).map(([,e])=>e.close()))}createConsumer(e){return this.createConsumers([e])}createConsumers(e){return u(this,null,function*(){o(this,No)||clearTimeout(o(this,No)),y(this,zn,o(this,zn).concat(e)),yield H(this,vl,bp).call(this)})}closeConsumer(e){return this.closeConsumers([e])}closeConsumers(e){return u(this,null,function*(){if(!o(this,En))return;const r=e.map(i=>this.consumers.get(i)).filter(i=>i!==void 0);if(r.length===0)return;const{failedConsumers:n}=yield o(this,En).close(r);n!=null&&n.length&&h.warn("Failed to close some consumers",{consumerIds:n})})}closeAllConsumers(){return this.closeConsumers(Array.from(o(this,Bi).keys()))}switchConsumersToLayer(e,r){return u(this,null,function*(){const n=this.recvTransport.getDatachannel("events");if(!n){h.warn("events datachannel not found");return}const i={type:"switch_consumer_layer",payload:{consumerIds:e,layer:r}};yield n.request(i),h.info(`Consumers switched layers to ${r}`,{consumerIds:e})})}}Do=new WeakMap,Gs=new WeakMap,Bi=new WeakMap,Oo=new WeakMap,fl=new WeakMap,En=new WeakMap,Tp=new WeakMap,zn=new WeakMap,No=new WeakMap,kp=new WeakSet,hS=function(){return o(this,Do).getValue("connectionHandler")},vl=new WeakSet,bp=function(){return u(this,null,function*(){if(!this.recvTransport||this.recvTransport.closed)throw new Error("Recv transport is closed");const t=500,e=o(this,zn).splice(0,o(this,zn).length);try{const r=e.filter(({producerId:s})=>!this.producers.get(s));if(r.length===0)return;const{consumers:n,failedProducers:i}=yield this.recvTransport.consume(r,H(this,Cp,vS).bind(this),o(this,En).negotiate.bind(o(this,En)));n.forEach(H(this,Rp,yS).bind(this)),i!=null&&i.length&&(h.error("Failed to create consumers for producers",{producers:i}),y(this,zn,o(this,zn).concat(i)),y(this,No,setTimeout(H(this,vl,bp).bind(this),t)))}catch(r){h.error("failed to consume on transport",{error:r})}})},wp=new WeakSet,pS=function(){return u(this,null,function*(){yield this.connectTransportWithRetry(this.sendTransport),y(this,fl,new Ep(this.socketHandler))})},_p=new WeakSet,mS=function(){return u(this,null,function*(){switch(this.recvTransport.on("connect",()=>{o(this,Oo).clear()}),yield this.connectTransportWithRetry(this.recvTransport),this.nodeType){case lt.CF:{y(this,En,new NL(this.events,this.recvTransport,this.socket,this.socketHandler));break}case lt.HIVE:default:y(this,En,new OL(this.recvTransport))}})},Pp=new WeakSet,gS=function(t){return o(this,fl).create(t)},Ip=new WeakSet,fS=function(t,e){t.on("close",(r,n)=>u(this,null,function*(){const{offer:i,reason:s}=r;if(h.info("producer::closing",{debuggingHint:s,producer:G(x({},t),{status:"closing"})}),s!==ll){const a={producerId:t.id,description:{sdp:i.sdp,type:i.type,target:ln.PUBLISHER}};try{const c=yield this.socketHandler.closeProducer(a),d={sdp:c==null?void 0:c.sdp,type:c==null?void 0:c.type};h.info("producer::closed",{producer:G(x({},t),{status:"closed"})}),n({answer:d})}catch(c){h.error("producer close error",c)}}this.producers.delete(t.id),e()})),t.on("trackended",()=>{h.info("producer::trackended",{producer:G(x({},t),{status:"UNKNOWN"})})}),o(this,Gs).set(t.id,t)},Cp=new WeakSet,vS=function(t){return u(this,null,function*(){try{return yield this.recvTransport.canConsume(),yield o(this,En).create(t)}catch(e){throw h.error("Error in consume request",{error:e}),e}})},Rp=new WeakSet,yS=function(t){t.on("close",e=>u(this,null,function*(){h.debug("consumer closed",{consumer:{closureReason:e,id:t.id,kind:t.kind,appData:t.appData}}),o(this,Bi).delete(t.id),C.emit(R.CONSUMER_CLOSED,{id:t.id})})),o(this,Bi).set(t.id,t),this.producerIdToConsumerIdMap.set(t.producerId,t.id),C.emit(R.NEW_CONSUMER,{id:t.id,appData:t.appData,peerId:t.peerId})};var yl,Sl,El,Lo,xo,Vo,Tl,kl,Uo,ar,Qr,Xr,Wi,ji,Yn,bl,Mp,SS,Ap,ES,Dp,TS,Op,kS;const Np=class{constructor({initialEnergyThreshold:t=.015,zeroCrossingThreshold:e=20,minVoiceDuration:r=3,hangoverFrames:n=5,noiseAdaptationRate:i=.95,voiceAdaptationRate:s=.99,minEnergyThreshold:a=.005,maxEnergyThreshold:c=.2,energyRatioThreshold:d=1.5,noiseHistorySize:l=50}={}){v(this,Mp),v(this,Ap),v(this,yl,void 0),v(this,Sl,void 0),v(this,El,void 0),v(this,Lo,void 0),v(this,xo,void 0),v(this,Vo,void 0),v(this,Tl,void 0),v(this,kl,void 0),v(this,Uo,void 0),v(this,ar,void 0),v(this,Qr,void 0),v(this,Xr,!1),v(this,Wi,0),v(this,ji,0),v(this,Yn,[]),v(this,bl,void 0),y(this,Lo,t),y(this,ar,t),y(this,yl,e),y(this,Sl,r),y(this,El,n),y(this,xo,i),y(this,Vo,s),y(this,Tl,a),y(this,kl,c),y(this,Uo,d),y(this,bl,l),y(this,Qr,t/2)}get voiceDetected(){return o(this,Xr)}processAudioChunk(t){var e,r;const n=H(e=Np,Dp,TS).call(e,t),i=H(r=Np,Op,kS).call(r,t);return H(this,Mp,SS).call(this,n),n/o(this,Qr)>o(this,Uo)&&n>o(this,ar)&&i>o(this,yl)?(y(this,Wi,o(this,Wi)+1),y(this,ji,o(this,El)),o(this,Wi)>=o(this,Sl)&&y(this,Xr,!0)):(y(this,Wi,0),o(this,ji)>0?y(this,ji,o(this,ji)-1):o(this,Xr)&&y(this,Xr,!1),o(this,Xr)||H(this,Ap,ES).call(this,n)),{energy:n,isVoice:o(this,Xr)}}reset(){y(this,Xr,!1),y(this,Wi,0),y(this,ji,0),y(this,ar,o(this,Lo)),y(this,Qr,o(this,Lo)/2),y(this,Yn,[])}getThresholdInfo(){return{currentEnergyThreshold:o(this,ar),backgroundNoiseEnergy:o(this,Qr),energyRatioThreshold:o(this,Uo)}}};let Lp=Np;yl=new WeakMap,Sl=new WeakMap,El=new WeakMap,Lo=new WeakMap,xo=new WeakMap,Vo=new WeakMap,Tl=new WeakMap,kl=new WeakMap,Uo=new WeakMap,ar=new WeakMap,Qr=new WeakMap,Xr=new WeakMap,Wi=new WeakMap,ji=new WeakMap,Yn=new WeakMap,bl=new WeakMap,Mp=new WeakSet,SS=function(t){o(this,Xr)?y(this,ar,o(this,Vo)*o(this,ar)+(1-o(this,Vo))*t):y(this,ar,o(this,xo)*o(this,ar)+(1-o(this,xo))*o(this,Qr)),y(this,ar,Math.max(o(this,Tl),Math.min(o(this,kl),o(this,ar))))},Ap=new WeakSet,ES=function(t){if(t<o(this,ar)*1.2)if(o(this,Yn).push(t),o(this,Yn).length>o(this,bl)&&o(this,Yn).shift(),o(this,Yn).length>=10){const e=[...o(this,Yn)].sort((n,i)=>n-i),r=Math.floor(e.length/2);y(this,Qr,e[r])}else y(this,Qr,.95*o(this,Qr)+.05*t)},Dp=new WeakSet,TS=function(t){return Math.sqrt(t.map(e=>e*e).reduce((e,r)=>e+r)/t.length)},Op=new WeakSet,kS=function(t){let e=0;for(let r=1;r<t.length;r+=1)(t[r]>=0&&t[r-1]<0||t[r]<0&&t[r-1]>=0)&&(e+=1);return e},v(Lp,Dp),v(Lp,Op);const xL=60,VL=400;var Hi,qi,Zr,Fo,Gi,Bo,Js,Wo,Qn,Ji,jo,xp,bS,wl,Vp,Up,wS,Fp,_S;const _l=class{constructor(t){v(this,xp),v(this,Up),v(this,Hi,void 0),v(this,qi,void 0),v(this,Zr,void 0),v(this,Fo,void 0),v(this,Gi,void 0),v(this,Bo,void 0),v(this,Js,void 0),v(this,Wo,void 0),v(this,Qn,void 0),v(this,Ji,void 0),v(this,jo,void 0),this.reportRequest=t,y(this,Fo,new AudioContext),y(this,Gi,o(this,Fo).createAnalyser()),o(this,Gi).fftSize=2048,y(this,Wo,new Lp)}set producerId(t){y(this,Zr,t)}set audioTrack(t){y(this,Bo,t);const e=new MediaStream;e.addTrack(o(this,Bo)),o(this,Fo).createMediaStreamSource(e).connect(o(this,Gi))}start(){h.debug(`AudioActivityReporter: Starting audio activity reporter: ${o(this,Zr)}`),o(this,Hi)&&ns(o(this,Hi)),y(this,Hi,Ic(()=>u(this,null,function*(){var t;if(!o(this,Bo)||!o(this,Zr))return;const{energy:e}=H(this,xp,bS).call(this),r=H(t=_l,wl,Vp).call(t,e);let n=.9;o(this,jo)!==r&&o(this,jo)?n=.9:r?n=.3:n=.5,y(this,Js,(o(this,Js)||0)*(1-n)+e*n)}),xL)),o(this,qi)&&ns(o(this,qi)),y(this,qi,Ic(H(this,Up,wS).bind(this),VL))}stop(){h.debug(`AudioActivityReporter: Stopping audio activity reporter: ${o(this,Zr)}`),o(this,Hi)&&ns(o(this,Hi)),o(this,qi)&&ns(o(this,qi)),o(this,Wo).reset()}};let Bp=_l;Hi=new WeakMap,qi=new WeakMap,Zr=new WeakMap,Fo=new WeakMap,Gi=new WeakMap,Bo=new WeakMap,Js=new WeakMap,Wo=new WeakMap,Qn=new WeakMap,Ji=new WeakMap,jo=new WeakMap,xp=new WeakSet,bS=function(){var t;const e=new Float32Array(o(this,Gi).frequencyBinCount);o(this,Gi).getFloatTimeDomainData(e);const{energy:r,isVoice:n}=o(this,Wo).processAudioChunk(e),i=H(t=_l,Fp,_S).call(t,r);return Q.hasFeature(ie.ENABLE_AUDIO_ACTIVITY_DEBUG_LOGS)&&h.debug(`AudioActivityReporter: producer: ${o(this,Zr)}, energy: ${o(this,Js)},
|
|
12
|
+
`)),this.pc2.setLocalDescription(e),this.pc1.setRemoteDescription(e)}establishConnection(){this.pc1.createOffer().then(this.gotOffer.bind(this),this.reportFatal.bind(this))}reportFatal(e){console.error("Error:",e)}getRoundTripTime(){return u(this,null,function*(){const[e,r]=yield Promise.all([this.pc1.getStats(),this.pc2.getStats()]);let n,i;if(e.forEach(s=>{s.type==="candidate-pair"&&s.nominated===!0&&s.bytesSent>0&&(n=s)}),r.forEach(s=>{s.type==="candidate-pair"&&s.nominated===!0&&s.bytesReceived>0&&(i=s)}),n&&i)try{if(n.currentRoundTripTime&&i.currentRoundTripTime)return{rtt:n.currentRoundTripTime,backendRTT:i.currentRoundTripTime};const s=(i.lastPacketReceivedTimestamp-n.lastPacketSentTimestamp)/1e3;return{rtt:s,backendRTT:s}}catch(s){return}})}close(){this.pc1.close(),this.pc2.close()}}class Zm extends Et{constructor(e){super(),f(this,"call"),f(this,"timeOut"),this.call=new an(e)}start(e=1e4){this.call.establishConnection(),this.timeOut=setTimeout(this.testFailed.bind(this),e)}testComplete(e){clearTimeout(this.timeOut),this.call.close(),this.emit("done",e)}testFailed(e){this.call.close(),this.emit("failed",e)}}const kT=8,bT=1/1e3;class wT extends Zm{constructor(e){super(e),f(this,"senderChannel"),f(this,"recieveChannel"),f(this,"startTime"),f(this,"lastBitrateMeasureTime"),f(this,"sentPayloadBytes",0),f(this,"recievedPayloadBytes",0),f(this,"lastReceivedPayloadBytes",0),f(this,"stopSending",!1),f(this,"testProgress",0),f(this,"samplePacket",""),f(this,"finalBitrateSum",0),f(this,"bitRateSampels",0),f(this,"maxNumberOfPacketsToSend",0),f(this,"bytesToKeepBuffered",0),f(this,"testDurationSeconds",5),this.call.setIceCandidateFilter(an.isNotHostCandidate),this.senderChannel=this.call.pc1.createDataChannel(null);for(let r=0;r<262144;r+=1)this.samplePacket+="h";this.maxNumberOfPacketsToSend=1,this.bytesToKeepBuffered=1024*this.maxNumberOfPacketsToSend,this.testDurationSeconds=4,this.senderChannel.addEventListener("open",this.sendingStep.bind(this)),this.call.pc2.addEventListener("datachannel",this.onRecieverChannel.bind(this))}sendingStep(){const e=new Date;this.startTime||(this.startTime=e,this.lastBitrateMeasureTime=e);for(let n=0;n!==this.maxNumberOfPacketsToSend&&!(this.senderChannel.bufferedAmount>=this.bytesToKeepBuffered);n+=1){this.sentPayloadBytes+=this.samplePacket.length;try{this.senderChannel.send(this.samplePacket)}catch(i){}}const r=e.getTime()-this.startTime.getTime();r>=1e3*this.testDurationSeconds?(this.stopSending=!0,this.testProgress=100):(this.testProgress=r/(10*this.testDurationSeconds),setTimeout(this.sendingStep.bind(this),1))}onMessageRecieved(e){this.recievedPayloadBytes+=e.data.length;const r=new Date,n=r.getTime()-this.lastBitrateMeasureTime.getTime();if(n>=1e3){const i=(this.recievedPayloadBytes-this.lastReceivedPayloadBytes)*kT/(n/1e3);this.finalBitrateSum+=i,this.bitRateSampels+=1,this.lastReceivedPayloadBytes=this.recievedPayloadBytes,this.lastBitrateMeasureTime=r}if(this.stopSending&&this.sentPayloadBytes===this.recievedPayloadBytes){const i=this.finalBitrateSum/this.bitRateSampels;this.testComplete({throughput:Math.round(i*bT)})}}testComplete(e){this.call.getRoundTripTime().then(({rtt:r,backendRTT:n})=>super.testComplete({RTT:r,backendRTT:n,throughput:e.throughput}))}onRecieverChannel(e){this.recieveChannel=e.channel,this.recieveChannel.addEventListener("message",this.onMessageRecieved.bind(this))}}class ou extends Zm{constructor(e,r=an.noFilter){super(e),f(this,"ch1"),f(this,"ch2"),this.call.setIceCandidateFilter(r);const n=this.call.pc1.createDataChannel(null);this.ch1=n,n.addEventListener("open",()=>{n.send("hello")}),n.addEventListener("message",this.onCh1Recieve.bind(this)),this.call.pc2.addEventListener("datachannel",this.dataChannelHandler.bind(this))}onCh1Recieve(e){e.data!=="world"?this.hangup("Invalid data transmitted."):this.testComplete({connectivity:!0})}onCh2Recieve(e){if(e.data!=="hello")this.hangup("Invalid data transmitted.");else try{this.ch2.send("world")}catch(r){}}dataChannelHandler(e){const r=e.channel;this.ch2=r,r.addEventListener("message",this.onCh2Recieve.bind(this))}hangup(e){this.testFailed(e)}}class _T extends ou{constructor(e){super(e,an.isHost)}}class PT extends ou{constructor(e){super(e,an.isRelay)}}class IT extends ou{constructor(e){super(e,an.isReflexive)}}class CT{constructor(){f(this,"ipInformation",null)}getIPDetails(e){return u(this,arguments,function*({peerId:r,apiHostnames:n,logger:i}){var s,a,c;if(!this.ipInformation){try{const d=`https://${n.location}`,l=yield(yield fetch(d)).json();if(((s=l.loc)==null?void 0:s.length)>5)return this.ipInformation=l,(a=this.ipInformation)!=null&&a.ip&&(this.ipInformation.ip=Pn(this.ipInformation.ip)),l;throw Error("Insufficient data")}catch(d){i.error("callstats::ipDetails:: failed to fetch ip using location service",{error:d})}try{const d=yield fetch(`https://${n.locationLegacy}/?token=3c493932b0624c&peerId=${r}`,{method:"POST"});this.ipInformation=yield d.json(),(c=this.ipInformation)!=null&&c.ip&&(this.ipInformation.ip=Pn(this.ipInformation.ip))}catch(d){i.error("callstats::ipDetails:: failed to fetch ip using legacy location service",{error:d})}}return this.ipInformation})}resetCache(){this.ipInformation=null}}const cu=new CT,eg=[{urls:"turn:turn.dyte.in:443?transport=tcp",username:"dyte",credential:"dytein",credentialType:"password"},{urls:"turn:turn.dyte.in:3478?transport=udp",username:"dyte",credential:"dytein",credentialType:"password"}];function tg(t){const[e,r]=t.split(",");return{coords:{latitude:Number(e),longitude:Number(r)}}}class rg{constructor(){f(this,"transport"),f(this,"candidatePair"),f(this,"outboundVideoRtp",new Map),f(this,"inboundVideoRtp",new Map),f(this,"outboundAudioRtp",new Map),f(this,"inboundAudioRtp",new Map),f(this,"remoteInboundRtp",new Map),f(this,"producerStreamMap",new Map),f(this,"consumerStreamMap",new Map),f(this,"staleProducerStreamMap",!1),f(this,"staleConsumerStreamMap",!1)}}class ng extends Et{constructor(){super(),f(this,"observer"),f(this,"outboundProducerMap",new Map),f(this,"inboundConsumerMap",new Map),f(this,"consumerPeerIdMap",new Map),f(this,"pausedConsumerMap",new Map),f(this,"pausedProducerMap",new Map),f(this,"overallProducingTransportsStatsMap",{}),f(this,"overallConsumingTransportsStatsMap",{}),f(this,"overallConsumersStatsMap",{}),f(this,"overallProducersStatsMap",{}),f(this,"videoProducerToStatsMap",new Map),f(this,"audioProducerToStatsMap",new Map),f(this,"videoConsumerToStatsMap",new Map),f(this,"audioConsumerToStatsMap",new Map),f(this,"consumerIdsWithFreezedVideo",new Set),f(this,"consumerIdsWithFreezedAudio",new Set),f(this,"producerIdsWithFreezedVideo",new Set),f(this,"producerIdsWithFreezedAudio",new Set),f(this,"freezedProducingTransportIds",new Set),f(this,"freezedConsumingTransportIds",new Set),f(this,"screenShareProducers",new Set),f(this,"screenShareConsumers",new Set),f(this,"ipDetails"),f(this,"callStatsInstance"),this.observer=new Et}registerProducer(e){return u(this,null,function*(){yield this.generateProducerStreamMap(e),e.on("close",this.deregisterProducer.bind(this,e)),e.on("pause",this.pauseProducer.bind(this,e.id)),e.on("resume",this.resumeProducer.bind(this,e.id)),e.appData.screenShare===!0&&this.screenShareProducers.add(e.id)})}pauseProducer(e){this.pausedProducerMap.set(e,{lastReportCalculated:!1})}resumeProducer(e){this.pausedProducerMap.delete(e)}processInboundConsumerVideoStats(e,r,n){var i,s;const a=((s=(i=this==null?void 0:this.callStatsInstance)==null?void 0:i.consumerSharedMediaStatesMap)==null?void 0:s.get(e))||{};r.totalVideoPacketsReceived===n.packetsReceived?(this.consumerIdsWithFreezedVideo.add(e),this.callStatsInstance&&a.video&&(this.callStatsInstance.logger.debug("callstats::measurements::consumerVideoFreezed",{consumerId:e}),this.callStatsInstance.eventHandler.emit("consumer_video_status","pause",e))):(r.totalVideoPacketsReceived=n.packetsReceived,this.consumerIdsWithFreezedVideo.has(e)&&(this.consumerIdsWithFreezedVideo.delete(e),this.callStatsInstance&&a.video&&(this.callStatsInstance.logger.debug("callstats::measurements::consumerVideoDefreezed",{consumerId:e}),this.callStatsInstance.eventHandler.emit("consumer_video_status","resume",e))))}processInboundConsumerAudioStats(e,r,n){var i,s;const a=((s=(i=this==null?void 0:this.callStatsInstance)==null?void 0:i.consumerSharedMediaStatesMap)==null?void 0:s.get(e))||{};r.totalAudioPacketsReceived===n.packetsReceived?(this.consumerIdsWithFreezedAudio.add(e),this.callStatsInstance&&a.audio&&(this.callStatsInstance.logger.debug("callStats::measurements::consumerAudioFreezed",{consumerId:e}),this.callStatsInstance.eventHandler.emit("consumer_audio_status","pause",e))):(r.totalAudioPacketsReceived=n.packetsReceived,this.consumerIdsWithFreezedAudio.has(e)&&(this.consumerIdsWithFreezedAudio.delete(e),this.callStatsInstance&&a.audio&&(this.callStatsInstance.logger.debug("callStats::measurements::consumerAudioDefreezed",{consumerId:e}),this.callStatsInstance.eventHandler.emit("consumer_audio_status","resume",e))))}processOutboundProducerVideoStats(e,r,n){var i;const s=((i=this==null?void 0:this.callStatsInstance)==null?void 0:i.currentUserMediaStates)||{};r.totalVideoPacketsSent===n.packetsSent?(this.producerIdsWithFreezedVideo.add(e),this.callStatsInstance&&s.video&&(this.callStatsInstance.logger.debug("callStats::measurements::producerVideoFreezed",{producerId:e}),this.callStatsInstance.eventHandler.emit("producer_video_status","pause",e))):(r.totalVideoPacketsSent=n.packetsSent,this.producerIdsWithFreezedVideo.has(e)&&(this.producerIdsWithFreezedVideo.delete(e),this.callStatsInstance&&s.video&&(this.callStatsInstance.logger.debug("callStats::measurements::producerVideoDefreezed",{producerId:e}),this.callStatsInstance.eventHandler.emit("producer_video_status","resume",e))))}processOutboundProducerAudioStats(e,r,n){var i;const s=((i=this==null?void 0:this.callStatsInstance)==null?void 0:i.currentUserMediaStates)||{};r.totalAudioPacketsSent===n.packetsSent?(this.producerIdsWithFreezedAudio.add(e),this.callStatsInstance&&s.audio&&(this.callStatsInstance.logger.debug("callStats::measurements::producerAudioFreezed",{producerId:e}),this.callStatsInstance.eventHandler.emit("producer_audio_status","pause",e))):(r.totalAudioPacketsSent=n.packetsSent,this.producerIdsWithFreezedAudio.has(e)&&(this.producerIdsWithFreezedAudio.delete(e),this.callStatsInstance&&s.audio&&(this.callStatsInstance.logger.debug("callStats::measurements::producerAudioDefreezed",{producerId:e}),this.callStatsInstance.eventHandler.emit("producer_audio_status","resume",e))))}processProducingTransportStats(e,r,n){var i;const s=((i=this==null?void 0:this.callStatsInstance)==null?void 0:i.currentUserMediaStates)||{},{audio:a,video:c,screen:d}=s,l=a||c||d;r.totalPacketsSent===n.packetsSent?(this.freezedProducingTransportIds.add(e),this.callStatsInstance&&l&&(this.callStatsInstance.logger.debug("callStats::measurements::producingTransportFreezed",{transportId:e}),this.callStatsInstance.eventHandler.emit("producing_transport_status","pause",e))):(r.totalPacketsSent=n.packetsSent,this.freezedProducingTransportIds.has(e)&&(this.freezedProducingTransportIds.delete(e),this.callStatsInstance&&l&&(this.callStatsInstance.logger.debug("callStats::measurements::producingTransportDefreezed",{transportId:e}),this.callStatsInstance.eventHandler.emit("producing_transport_status","resume",e))))}processConsumingTransportStats(e,r,n){var i,s;const a=!!Array.from(((s=(i=this==null?void 0:this.callStatsInstance)==null?void 0:i.consumerSharedMediaStatesMap)==null?void 0:s.values())||[]).reduce((c,d)=>c||d.audio||d.video||d.screen,!1);r.totalPacketsReceived===n.packetsSent?(this.freezedConsumingTransportIds.add(e),this.callStatsInstance&&a&&(this.callStatsInstance.logger.debug("callStats::measurements::consumingTransportFreezed",{transportId:e}),this.callStatsInstance.eventHandler.emit("consuming_transport_status","pause",e))):(r.totalPacketsReceived=n.packetsSent,this.freezedConsumingTransportIds.has(e)&&(this.freezedConsumingTransportIds.delete(e),this.callStatsInstance&&a&&(this.callStatsInstance.logger.debug("callStats::measurements::consumingTransportDefreezed",{transportId:e}),this.callStatsInstance.eventHandler.emit("consuming_transport_status","resume",e))))}registerConsumer(e){return u(this,null,function*(){yield this.generateConsumerStreamMap(e),this.consumerPeerIdMap.set(e.id,{producerId:e.producerId,peerId:e.appData.peerId,appData:e.appData}),e.on("close",this.deregisterConsumer.bind(this,e)),e.on("pause",this.pauseConsumer.bind(this,e.id)),e.on("resume",this.resumeConsumer.bind(this,e.id)),e.appData.screenShare===!0&&this.screenShareConsumers.add(e.id)})}pauseConsumer(e){this.pausedConsumerMap.set(e,{lastReportCalculated:!1})}resumeConsumer(e){this.pausedConsumerMap.delete(e)}generateProducerStreamMap(e,r=!1){return u(this,null,function*(){const n=yield e.getStats(),i=r?this.getProducerStatsFromReport(this.parseRTCReport(n,["outbound-rtp","remote-inbound-rtp"],!1,e.id))[0]:void 0;for(const s of n.values())switch(s.type){case"outbound-rtp":{this.outboundProducerMap.set(s.id,e.id);break}}return i})}generateConsumerStreamMap(e,r=!1){return u(this,null,function*(){const n=yield e.getStats(),i=r?this.getConsumerStatsFromReport(this.parseRTCReport(n,["inbound-rtp"],!1,e.id))[0]:void 0;for(const s of n.values())switch(s.type){case"inbound-rtp":{this.inboundConsumerMap.set(s.id,e.id);break}}return i})}deregisterProducer(e){this.outboundProducerMap.forEach((r,n)=>{r===e.id&&this.outboundProducerMap.delete(n)}),this.pausedProducerMap.delete(e.id),this.screenShareProducers.delete(e.id)}deregisterConsumer(e){this.inboundConsumerMap.forEach((r,n)=>{r===e.id&&this.inboundConsumerMap.delete(n)}),this.consumerPeerIdMap.delete(e.id),this.pausedConsumerMap.delete(e.id),this.screenShareConsumers.delete(e.id)}getIceCandidateStats(e){var r;return{id:e.id,type:e.candidateType||e.type,address:e.address,port:e.port,url:e.url,protocol:(r=e.relayProtocol)!=null?r:e.protocol,networkType:e.networkType,relatedAddress:e.relatedAddress,relatedPort:e.relatedPort}}getWorkingSimulcastVideoStats(e){return e.find(r=>{const n=r.framesEncoded>0,i=r.packetsSent>0,s=r.frameWidth&&r.frameHeight;return n&&i&&!!s})||e[e.length-1]}parseRTCReport(e,r=[],n=!1,i=void 0,s=void 0){var a,c,d,l,p,m,S,E,b,O,M,F,V;const J=e,P=new rg,Z=r.length?new Set(r):void 0,ae=[],Ie=[],ce=[],Ue=new Map,Vt=new Map;for(const A of J.values()){if(Z){if(Z.size===0)break;if(Z.has(A.type))n&&Z.delete(A.type);else continue}switch(A.type){case"local-candidate":{ae.push(this.getIceCandidateStats(A));break}case"remote-candidate":{Ie.push(this.getIceCandidateStats(A));break}case"candidate-pair":{const{nominated:k}=A,{selected:w}=A,j=A,Ae={nominated:k!=null?k:w,currentRoundTripTime:j.currentRoundTripTime,totalRoundTripTime:j.totalRoundTripTime,bytesReceived:j.bytesReceived,bytesSent:j.bytesSent,availableOutgoingBitrate:j.availableOutgoingBitrate,availableIncomingBitrate:j.availableIncomingBitrate,lastPacketReceivedTimestamp:j.lastPacketReceivedTimestamp,lastPacketSentTimestamp:j.lastPacketSentTimestamp,localCandidateId:j.localCandidateId,remoteCandidateId:j.remoteCandidateId,bytesDiscardedOnSend:j.bytesDiscardedOnSend,packetsSent:j.packetsSent,packetsReceived:j.packetsReceived,packetsDiscardedOnSend:j.packetsDiscardedOnSend};ce.push(Ae),(A.nominated===!0||A.selected===!0)&&(P.candidatePair=Ae);break}case"transport":{const k=A;s&&(s.producing&&(this.overallProducingTransportsStatsMap[s.id]||(this.overallProducingTransportsStatsMap[s.id]={totalPacketsSent:0})),s.consuming&&(this.overallConsumingTransportsStatsMap[s.id]||(this.overallConsumingTransportsStatsMap[s.id]={totalPacketsReceived:0})));const w={bytesReceived:k.bytesReceived,bytesSent:k.bytesSent,packetsSent:k.packetsSent,packetsReceived:k.packetsReceived,dtlsCipher:k.dtlsCipher,dtlsState:k.dtlsState,iceRole:k.iceRole};if(P.transport=w,s){if(s.producing){const j=this.overallProducingTransportsStatsMap[s.id];this.processProducingTransportStats(s.id,j,w)}if(s.consuming){const j=this.overallConsumingTransportsStatsMap[s.id];this.processConsumingTransportStats(s.id,j,w)}}break}case"remote-inbound-rtp":{const k=A,w={jitter:k.jitter,fractionLost:k.fractionLost,roundTripTime:k.roundTripTime,roundTripTimeMeasurements:k.roundTripTimeMeasurements,totalRoundTripTime:k.totalRoundTripTime,packetsLost:k.packetsLost};P.remoteInboundRtp.set(k.localId,w);break}case"outbound-rtp":{const k=A,w=i||this.outboundProducerMap.get(A.id),j=this.pausedProducerMap.get(w);if(j){if(j.lastReportCalculated===!0)break;this.pausedProducerMap.set(w,{lastReportCalculated:!0})}this.overallProducersStatsMap[w]||(this.overallProducersStatsMap[w]={totalVideoPacketsSent:0,totalAudioPacketsSent:0});const Ae=this.overallProducersStatsMap[w];if(["video","audio"].includes(k.mediaType)||["video","audio"].includes(k.kind)){if(!this.outboundProducerMap.has(A.id)){P.staleProducerStreamMap=!0;break}const ot=this.callStatsInstance.producers.get(w);if(((a=ot==null?void 0:ot.track)==null?void 0:a.readyState)==="ended")break;P.producerStreamMap.has(w)||P.producerStreamMap.set(w,{outboundVideoRtpId:[],outboundAudioRtpId:[]});const B={bytesSent:k.bytesSent,packetsSent:k.packetsSent,nackCount:k.nackCount,ssrc:k.ssrc,mid:k.mid,active:k.active,codecId:k.codecId,headerBytesSent:k.headerBytesSent||0,totalPacketSendDelay:k.totalPacketSendDelay||0};if(k.mediaType==="video"||k.kind==="video"){const I=k,ct=x({frameHeight:I.frameHeight,frameWidth:I.frameWidth,framesEncoded:I.framesEncoded,framesDropped:I.framesDropped,framesPerSecond:I.framesPerSecond,framesSent:I.framesSent,keyFramesEncoded:I.keyFramesEncoded,firCount:I.firCount,encoderImplementation:I.encoderImplementation,hugeFramesSent:I.hugeFramesSent,pliCount:I.pliCount,qpSum:I.qpSum,qualityLimitationDurations:I.qualityLimitationDurations,qualityLimitationReason:I.qualityLimitationReason,qualityLimitationResolutionChanges:I.qualityLimitationResolutionChanges,totalEncodeTime:I.targetBitrate,totalPacketSendDelay:I.totalPacketSendDelay,retransmittedBytesSent:I.retransmittedBytesSent,retransmittedPacketsSent:I.retransmittedPacketsSent,scalabilityMode:I.scalabilityMode,powerEfficientEncoder:I.powerEfficientEncoder},B);P.outboundVideoRtp.set(A.id,ct),P.producerStreamMap.get(w).outboundVideoRtpId.push(A.id),this.processOutboundProducerVideoStats(w,Ae,ct)}else if(k.mediaType==="audio"||k.kind==="audio"){const I=k,ct=x({retransmittedBytesSent:I.retransmittedBytesSent,retransmittedPacketsSent:I.retransmittedPacketsSent},B);P.outboundAudioRtp.set(A.id,ct),P.producerStreamMap.get(w).outboundAudioRtpId.push(A.id),this.processOutboundProducerAudioStats(w,Ae,ct)}}else this.callStatsInstance.logger.error(`Callstats: Unknown Outbound-rtp. mediatype: ${k.mediaType} kind: ${k.kind}`);break}case"inbound-rtp":{const k=A,w=i||this.inboundConsumerMap.get(A.id),j=this.pausedConsumerMap.get(w);if(j){if(j.lastReportCalculated===!0)break;this.pausedConsumerMap.set(w,{lastReportCalculated:!0})}if(k.ssrc===1234)break;this.overallConsumersStatsMap[w]||(this.overallConsumersStatsMap[w]={totalVideoPacketsReceived:0,totalAudioPacketsReceived:0});const Ae=this.overallConsumersStatsMap[w];if(["video","audio"].includes(k.mediaType)||["video","audio"].includes(k.kind)){if(!this.inboundConsumerMap.has(A.id)){P.staleConsumerStreamMap=!0;break}P.consumerStreamMap.has(w)||P.consumerStreamMap.set(w,{inboundVideoRtpId:[],inboundAudioRtpId:[]});const ot={bytesReceived:k.bytesReceived,packetsReceived:k.packetsReceived,packetsLost:k.packetsLost>=0?k.packetsLost:0,jitter:k.jitter,nackCount:k.nackCount,jitterBufferDelay:k.jitterBufferDelay,jitterBufferEmittedCount:k.jitterBufferEmittedCount,lastPacketReceivedTimestamp:k.lastPacketReceivedTimestamp,ssrc:k.ssrc,mid:k.mid,codecId:k.codecId,headerBytesReceived:k.headerBytesReceived||0,packetsDiscarded:k.packetsDiscarded||0,jitterBufferMinimumDelay:k.jitterBufferMinimumDelay||0,jitterBufferTargetDelay:k.jitterBufferTargetDelay||0};if(k.mediaType==="video"||k.kind==="video"){const B=k,I=x({frameHeight:B.frameHeight,frameWidth:B.frameWidth,framesDecoded:B.framesDecoded,framesDropped:B.framesDropped,framesPerSecond:B.framesPerSecond,framesReceived:B.framesReceived,keyFramesDecoded:B.keyFramesDecoded,firCount:B.firCount,decoderImplementation:B.decoderImplementation,pliCount:B.pliCount,totalProcessingDelay:B.totalProcessingDelay,qpSum:B.qpSum||0,totalAssemblyTime:B.totalAssemblyTime||0,totalDecodeTime:B.totalDecodeTime||0,totalFreezesDuration:B.totalFreezesDuration||0,totalInterFrameDelay:B.totalInterFrameDelay||0,totalPausesDuration:B.totalPausesDuration||0,totalSquaredInterFrameDelay:B.totalSquaredInterFrameDelay||0,freezeCount:B.freezeCount||0,pauseCount:B.pauseCount||0,powerEfficientDecoder:B.powerEfficientDecoder},ot);I.score=Xm({frameWidth:I.frameWidth||0,framesDecoded:(I.framesDecoded||0)-(((c=this.videoConsumerToStatsMap.get(w))==null?void 0:c.framesDecoded)||0),framesPerSecond:I.framesPerSecond||0,packetsLost:(I.packetsLost||0)-(((d=this.videoConsumerToStatsMap.get(w))==null?void 0:d.packetsLost)||0),packetsReceived:(I.packetsReceived||0)-(((l=this.videoConsumerToStatsMap.get(w))==null?void 0:l.packetsReceived)||0),jitter:I.jitter||0,isScreenShare:this.screenShareConsumers.has(w)}),Vt.set(w,{score:+(I.score*10).toFixed(),frameWidth:I.frameWidth||0,frameHeight:I.frameHeight||0,framesPerSecond:I.framesPerSecond||0,packetsLostPercentage:Nc({packetsLost:(I.packetsLost||0)-(((p=this.videoConsumerToStatsMap.get(w))==null?void 0:p.packetsLost)||0),packetsReceived:(I.packetsReceived||0)-(((m=this.videoConsumerToStatsMap.get(w))==null?void 0:m.packetsReceived)||0)}),jitter:I.jitter||0,isScreenShare:this.screenShareConsumers.has(w),bitrate:((I.bytesReceived||0)-(((S=this.videoConsumerToStatsMap.get(w))==null?void 0:S.bytesReceived)||0))*8/7}),this.videoConsumerToStatsMap.set(w,I),P.inboundVideoRtp.set(A.id,I),P.consumerStreamMap.get(w).inboundVideoRtpId.push(A.id),this.processInboundConsumerVideoStats(w,Ae,I)}else if(k.mediaType==="audio"||k.kind==="audio"){const B=k,I=x({audioLevel:B.audioLevel,concealedSamples:B.concealedSamples,concealmentEvents:B.concealmentEvents,totalAudioEnergy:B.totalAudioEnergy,totalSamplesDuration:B.totalSamplesDuration,totalSamplesReceived:B.totalSamplesReceived,fecPacketsDiscarded:B.fecPacketsDiscarded||0,fecPacketsReceived:B.fecPacketsReceived||0,insertedSamplesForDeceleration:B.insertedSamplesForDeceleration||0,removedSamplesForAcceleration:B.removedSamplesForAcceleration||0,silentConcealedSamples:B.silentConcealedSamples||0,playoutId:B.playoutId},ot);I.score=Qm({concealmentEvents:(I.concealmentEvents||0)-(((E=this.audioConsumerToStatsMap.get(w))==null?void 0:E.concealmentEvents)||0),packetsLost:(I.packetsLost||0)-(((b=this.audioConsumerToStatsMap.get(w))==null?void 0:b.packetsLost)||0),packetsReceived:(I.packetsReceived||0)-(((O=this.audioConsumerToStatsMap.get(w))==null?void 0:O.packetsReceived)||0),jitter:I.jitter||0}),Vt.set(w,{score:+(I.score*10).toFixed(),packetsLostPercentage:Nc({packetsLost:(I.packetsLost||0)-(((M=this.audioConsumerToStatsMap.get(w))==null?void 0:M.packetsLost)||0),packetsReceived:(I.packetsReceived||0)-(((F=this.audioConsumerToStatsMap.get(w))==null?void 0:F.packetsReceived)||0)}),jitter:I.jitter||0,isScreenShare:this.screenShareConsumers.has(w),bitrate:((I.bytesReceived||0)-(((V=this.audioConsumerToStatsMap.get(w))==null?void 0:V.bytesReceived)||0))*8/7}),this.audioConsumerToStatsMap.set(w,I),P.inboundAudioRtp.set(A.id,I),P.consumerStreamMap.get(w).inboundAudioRtpId.push(A.id),this.processInboundConsumerAudioStats(w,Ae,I)}}else this.callStatsInstance.logger.error(`Callstats: Unknown Inbound-rtp. mediatype: ${k.mediaType} kind: ${k.kind}`);break}}}if(P.producerStreamMap.forEach((A,k)=>{var w,j,Ae,ot,B,I,ct,wn,tc,rc,nc,ic,sc,ac,oc,cc,dc,lc,uc,hc,pc,mc,gc;if(A.outboundVideoRtpId.length>0){const Ee=[];A.outboundVideoRtpId.forEach(im=>{Ee.push(P.outboundVideoRtp.get(im))});const oe=this.getWorkingSimulcastVideoStats(Ee);oe.score=zm({frameWidth:oe.frameWidth||0,framesPerSecond:oe.framesPerSecond||0,jitter:((w=oe.remoteData)==null?void 0:w.jitter)||0,isScreenShare:this.screenShareProducers.has(k),packetsSent:(oe.packetsSent||0)-(((j=this.videoProducerToStatsMap.get(k))==null?void 0:j.packetsSent)||0),packetsLost:(((Ae=oe.remoteData)==null?void 0:Ae.packetsLost)||0)-(((B=(ot=this.videoProducerToStatsMap.get(k))==null?void 0:ot.remoteData)==null?void 0:B.packetsLost)||0),framesEncoded:(oe.framesEncoded||0)-(((I=this.videoProducerToStatsMap.get(k))==null?void 0:I.framesEncoded)||0)}),Ue.set(k,{score:+(oe.score*10).toFixed(),frameWidth:oe.frameWidth||0,frameHeight:oe.frameHeight||0,framesPerSecond:oe.framesPerSecond||0,jitter:((ct=oe.remoteData)==null?void 0:ct.jitter)||0,isScreenShare:this.screenShareProducers.has(k),packetsLostPercentage:Oc({packetsSent:(oe.packetsSent||0)-(((wn=this.videoProducerToStatsMap.get(k))==null?void 0:wn.packetsSent)||0),packetsLost:(((tc=oe.remoteData)==null?void 0:tc.packetsLost)||0)-(((nc=(rc=this.videoProducerToStatsMap.get(k))==null?void 0:rc.remoteData)==null?void 0:nc.packetsLost)||0)}),bitrate:((oe.bytesSent||0)-(((ic=this.videoProducerToStatsMap.get(k))==null?void 0:ic.bytesSent)||0))*8/7,cpuLimitations:oe.qualityLimitationReason==="cpu",bandwidthLimitations:oe.qualityLimitationReason==="bandwidth"}),this.videoProducerToStatsMap.set(k,oe)}else if(A.outboundAudioRtpId.length>0){const Ee=P.outboundAudioRtp.get(A.outboundAudioRtpId[0]);Ee.score=Km({packetsSent:(Ee.packetsSent||0)-(((sc=this.audioProducerToStatsMap.get(k))==null?void 0:sc.packetsSent)||0),packetsLost:(((ac=Ee.remoteData)==null?void 0:ac.packetsLost)||0)-(((cc=(oc=this.audioProducerToStatsMap.get(k))==null?void 0:oc.remoteData)==null?void 0:cc.packetsLost)||0),jitter:((dc=Ee.remoteData)==null?void 0:dc.jitter)||0}),Ue.set(k,{score:+(Ee.score*10).toFixed(),bitrate:((Ee.bytesSent||0)-(((lc=this.audioProducerToStatsMap.get(k))==null?void 0:lc.bytesSent)||0))*8/7,packetsLostPercentage:Oc({packetsSent:(Ee.packetsSent||0)-(((uc=this.audioProducerToStatsMap.get(k))==null?void 0:uc.packetsSent)||0),packetsLost:(((hc=Ee.remoteData)==null?void 0:hc.packetsLost)||0)-(((mc=(pc=this.audioProducerToStatsMap.get(k))==null?void 0:pc.remoteData)==null?void 0:mc.packetsLost)||0)}),jitter:((gc=Ee.remoteData)==null?void 0:gc.jitter)||0,isScreenShare:this.screenShareProducers.has(k)}),this.audioProducerToStatsMap.set(k,Ee)}}),ce.forEach(A=>{const k=ae.find(j=>j.id===A.localCandidateId?(A.localCandidateId=j.id,j):null),w=Ie.find(j=>j.id===A.remoteCandidateId?(A.remoteCandidateId=j.id,j):null);k&&(A.localCandidateType=k.type,A.localCandidateAddress=Pn(k.address),A.localCandidatePort=k.port,A.localCandidateProtocol=k.protocol,A.localCandidateUrl=k.url,A.localCandidateNetworkType=k.networkType,A.localCandidateRelatedAddress=Pn(k.relatedAddress),A.localCandidateRelatedPort=k.relatedPort),w&&(A.remoteCandidateType=w.type,A.remoteCandidateAddress=Pn(w.address),A.remoteCandidatePort=w.port,A.remoteCandidateProtocol=w.protocol,A.remoteCandidateUrl=w.url)}),P.candidatePair&&(P.transport?(P.transport.totalRoundTripTime=P.candidatePair.totalRoundTripTime,P.transport.availableOutgoingBitrate=P.candidatePair.availableOutgoingBitrate,P.transport.availableIncomingBitrate=P.candidatePair.availableIncomingBitrate,P.transport.roundTripTime=P.candidatePair.currentRoundTripTime):P.transport={bytesReceived:P.candidatePair.bytesReceived,bytesSent:P.candidatePair.bytesSent,totalRoundTripTime:P.candidatePair.totalRoundTripTime,availableOutgoingBitrate:P.candidatePair.availableOutgoingBitrate,availableIncomingBitrate:P.candidatePair.availableIncomingBitrate,roundTripTime:P.candidatePair.currentRoundTripTime}),P.transport&&(P.transport.candidatePairs=ce),P.transport&&!P.transport.roundTripTime){let A=0,k=0;P.remoteInboundRtp.forEach((w,j)=>{w.roundTripTime&&w.roundTripTime>A&&(A=w.roundTripTime,k=w.totalRoundTripTime)}),P.transport.roundTripTime=A,P.transport.totalRoundTripTime=k}if(Vt.size>0)try{this.observer.emit("consumer_score",Vt)}catch(A){}if(Ue.size>0)try{this.observer.emit("producer_score",Ue)}catch(A){}return P}getProducersReport(e){return u(this,null,function*(){const r=e.map(n=>this.generateProducerStreamMap(n,!0));return r.length>0?Promise.all(r):void 0})}getConsumersReport(e){return u(this,null,function*(){const r=e.map(n=>this.generateConsumerStreamMap(n,!0));return r.length>0?Promise.all(r):void 0})}getTransportReport(e){return u(this,null,function*(){return e.getStats()})}getProcessedStats(e,r,n){return u(this,null,function*(){const i=yield this.getTransportReport(e),s={producing:n,consuming:r,id:e.id},a=i,c=this.parseRTCReport(a,["transport","candidate-pair","inbound-rtp","outbound-rtp","remote-inbound-rtp","local-candidate","remote-candidate"],!1,void 0,s);if(!c)return;const d={stats:c.transport,transportId:e.id,consuming:r,producing:n},l=c.staleProducerStreamMap?void 0:this.getProducerStatsFromReport(c),p=c.staleConsumerStreamMap?void 0:this.getConsumerStatsFromReport(c);return{transportReport:d,producerReport:l,consumerReport:p}})}getProducerStatsFromReport(e){const r=[];try{e.producerStreamMap.forEach((n,i)=>{var s,a;r.push({producerId:i,videoStats:n.outboundVideoRtpId.map(c=>e.outboundVideoRtp.get(c)),audioStats:n.outboundAudioRtpId.map(c=>e.outboundAudioRtp.get(c)),appData:((a=(s=this.callStatsInstance.producers)==null?void 0:s.get(i))==null?void 0:a.appData)||null})})}catch(n){this.callStatsInstance.logger.error("callStats::measurements::getProducerStatsFromReport",{error:{reason:n.reason,message:n.message}})}return r}getConsumerStatsFromReport(e){const r=[];try{e.consumerStreamMap.forEach((n,i)=>{const{peerId:s,producerId:a,appData:c}=this.consumerPeerIdMap.get(i);r.push({consumerId:i,peerId:s,producerId:a,appData:c,videoStats:n.inboundVideoRtpId.map(d=>e.inboundVideoRtp.get(d)),audioStats:n.inboundAudioRtpId.map(d=>e.inboundAudioRtp.get(d))})})}catch(n){console.error("getConsumersReport: ",n,e)}return r}getUserLocation(){return u(this,null,function*(){return new Promise((e,r)=>{try{navigator.geolocation?navigator.geolocation.getCurrentPosition(n=>{e(n)}):r()}catch(n){r(n)}})})}getConnectivity(e){return u(this,null,function*(){try{const r={iceServers:e||eg},n=new Promise((l,p)=>{try{const m=new _T(r);m.addListener("done",l),m.addListener("failed",()=>{l({connectivity:!1})}),m.start(2e3)}catch(m){p(m)}}),i=new Promise((l,p)=>{try{const m=new PT(r);m.addListener("done",l),m.addListener("failed",()=>{l({connectivity:!1})}),m.start(2e3)}catch(m){p(m)}}),s=new Promise((l,p)=>{try{const m=new IT(r);m.addListener("done",l),m.addListener("failed",()=>{l({connectivity:!1})}),m.start(2e3)}catch(m){p(m)}}),[a,c,d]=yield Promise.all([n,i,s]);return{host:a==null?void 0:a.connectivity,relay:c==null?void 0:c.connectivity,reflexive:d==null?void 0:d.connectivity}}catch(r){return{host:!1,relay:!1,reflexive:!1}}})}getThroughput(e){return u(this,null,function*(){try{const r=yield new Promise((n,i)=>{try{const s={iceServers:e||eg},a=new wT(s);a.addListener("done",n),a.addListener("failed",i),a.start(1e4)}catch(s){i(s)}});return{throughput:r.throughput,fractionalLoss:0,RTT:r.RTT,jitter:0,backendRTT:r.backendRTT}}catch(r){return}})}getIPDetails(){return u(this,null,function*(){var e,r;try{return this.ipDetails||(this.ipDetails=yield cu.getIPDetails({peerId:(e=this.callStatsInstance)==null?void 0:e.peerId,apiHostnames:(r=this.callStatsInstance)==null?void 0:r.apiHostnames,logger:this.callStatsInstance.logger})),this.ipDetails}catch(n){return}})}getNetworkQuality(e){return u(this,null,function*(){const[r,n]=yield Promise.all([this.getConnectivity(e),this.getThroughput(e)]);return{connectivity:r,throughput:n==null?void 0:n.throughput,fractionalLoss:n==null?void 0:n.fractionalLoss,RTT:n==null?void 0:n.RTT,jitter:n==null?void 0:n.jitter,backendRTT:n==null?void 0:n.backendRTT}})}getNetworkInfo(e,r=!1){return u(this,null,function*(){var n,i;if(r){const d=yield this.getIPDetails();return{ipDetails:d,effectiveNetworkType:(n=navigator.connection)==null?void 0:n.effectiveType,location:d!=null&&d.loc?tg(d==null?void 0:d.loc):void 0}}const[s,a,c]=yield Promise.all([this.getConnectivity(e),this.getThroughput(e),this.getIPDetails()]);return{ipDetails:c,effectiveNetworkType:(i=navigator.connection)==null?void 0:i.effectiveType,location:c!=null&&c.loc?tg(c==null?void 0:c.loc):void 0,turnConnectivity:s?s.host||s.relay||s.reflexive:!1,connectivity:s,throughput:a==null?void 0:a.throughput,fractionalLoss:a==null?void 0:a.fractionalLoss,RTT:a==null?void 0:a.RTT,jitter:a==null?void 0:a.jitter,backendRTT:a==null?void 0:a.backendRTT}})}}class RT extends ng{}class ig extends ng{constructor(){super(...arguments),f(this,"producerMap",new Map),f(this,"consumerMap",new Map)}registerProducer(e){return u(this,null,function*(){this.producerMap.set(e.id,e),yield this.generateProducerStreamMap(e),e.on("close",this.deregisterProducer.bind(this,e)),e.on("pause",this.pauseProducer.bind(this,e.id)),e.on("resume",this.resumeProducer.bind(this,e.id)),e.appData.screenShare===!0&&this.screenShareProducers.add(e.id)})}registerConsumer(e){return u(this,null,function*(){this.consumerMap.set(e.id,e),yield this.generateConsumerStreamMap(e),this.consumerPeerIdMap.set(e.id,{producerId:e.producerId,peerId:e.appData.peerId,appData:e.appData}),e.on("close",this.deregisterConsumer.bind(this,e)),e.on("pause",this.pauseConsumer.bind(this,e.id)),e.on("resume",this.resumeConsumer.bind(this,e.id)),e.appData.screenShare===!0&&this.screenShareConsumers.add(e.id)})}generateConsumerStreamMap(e,r=!1){return u(this,null,function*(){const n=yield e.getStats(),i=this.parseRTCReport(n,["inbound-rtp"],!1,e.id),s=[...i.consumerStreamMap.values()][0],a=r?this.getConsumerStatsFromParsedConsumerStats(i,s,e.id):void 0;for(const c of n.values())switch(c.type){case"inbound-rtp":{this.inboundConsumerMap.set(c.id,e.id);break}}return a})}deregisterProducer(e){this.producerMap.delete(e.id),this.outboundProducerMap.forEach((r,n)=>{r===e.id&&this.outboundProducerMap.delete(n)}),this.pausedProducerMap.delete(e.id),this.screenShareProducers.delete(e.id)}deregisterConsumer(e){this.consumerMap.delete(e.id),this.inboundConsumerMap.forEach((r,n)=>{r===e.id&&this.inboundConsumerMap.delete(n)}),this.consumerPeerIdMap.delete(e.id),this.pausedConsumerMap.delete(e.id),this.screenShareConsumers.delete(e.id)}getIceCandidateStats(e){var r;return{id:e.id,type:e.candidateType||e.type,address:e.address,port:e.port,url:e.url,protocol:(r=e.relayProtocol)!=null?r:e.protocol,networkType:e.networkType,relatedAddress:e.relatedAddress,relatedPort:e.relatedPort}}parseRTCReport(e,r=[],n=!1,i=void 0,s=void 0){var a,c,d,l,p,m,S,E,b,O,M,F,V;const J=e,P=new rg,Z=r.length?new Set(r):void 0,ae=[],Ie=[],ce=[],Ue=new Map,Vt=new Map;for(const A of J.values()){if(Z){if(Z.size===0)break;if(Z.has(A.type))n&&Z.delete(A.type);else continue}switch(A.type){case"local-candidate":{ae.push(this.getIceCandidateStats(A));break}case"remote-candidate":{Ie.push(this.getIceCandidateStats(A));break}case"candidate-pair":{const{nominated:k}=A,{selected:w}=A,j=A,Ae={nominated:k!=null?k:w,currentRoundTripTime:j.currentRoundTripTime,totalRoundTripTime:j.totalRoundTripTime,bytesReceived:j.bytesReceived,bytesSent:j.bytesSent,availableOutgoingBitrate:j.availableOutgoingBitrate,availableIncomingBitrate:j.availableIncomingBitrate,lastPacketReceivedTimestamp:j.lastPacketReceivedTimestamp,lastPacketSentTimestamp:j.lastPacketSentTimestamp,localCandidateId:j.localCandidateId,remoteCandidateId:j.remoteCandidateId,bytesDiscardedOnSend:j.bytesDiscardedOnSend,packetsSent:j.packetsSent,packetsReceived:j.packetsReceived,packetsDiscardedOnSend:j.packetsDiscardedOnSend};ce.push(Ae),(A.nominated===!0||A.selected===!0)&&(P.candidatePair=Ae);break}case"transport":{const k=A;s&&(s.producing&&(this.overallProducingTransportsStatsMap[s.id]||(this.overallProducingTransportsStatsMap[s.id]={totalPacketsSent:0})),s.consuming&&(this.overallConsumingTransportsStatsMap[s.id]||(this.overallConsumingTransportsStatsMap[s.id]={totalPacketsReceived:0})));const w={bytesReceived:k.bytesReceived,bytesSent:k.bytesSent,packetsSent:k.packetsSent,packetsReceived:k.packetsReceived,dtlsCipher:k.dtlsCipher,dtlsState:k.dtlsState,iceRole:k.iceRole};if(P.transport=w,s){if(s.producing){const j=this.overallProducingTransportsStatsMap[s.id];this.processProducingTransportStats(s.id,j,w)}if(s.consuming){const j=this.overallConsumingTransportsStatsMap[s.id];this.processConsumingTransportStats(s.id,j,w)}}break}case"remote-inbound-rtp":{const k=A,w={jitter:k.jitter,fractionLost:k.fractionLost,roundTripTime:k.roundTripTime,roundTripTimeMeasurements:k.roundTripTimeMeasurements,totalRoundTripTime:k.totalRoundTripTime,packetsLost:k.packetsLost};P.remoteInboundRtp.set(k.localId,w);break}case"outbound-rtp":{const k=A,w=i||this.outboundProducerMap.get(A.id),j=this.pausedProducerMap.get(w);if(j){if(j.lastReportCalculated===!0)break;this.pausedProducerMap.set(w,{lastReportCalculated:!0})}this.overallProducersStatsMap[w]||(this.overallProducersStatsMap[w]={totalVideoPacketsSent:0,totalAudioPacketsSent:0});const Ae=this.overallProducersStatsMap[w];if(["video","audio"].includes(k.mediaType)||["video","audio"].includes(k.kind)){if(!this.outboundProducerMap.has(A.id)){P.staleProducerStreamMap=!0;break}const ot=this.callStatsInstance.producers.get(w);if(((a=ot==null?void 0:ot.track)==null?void 0:a.readyState)==="ended")break;P.producerStreamMap.has(w)||P.producerStreamMap.set(w,{outboundVideoRtpId:[],outboundAudioRtpId:[]});const B={bytesSent:k.bytesSent,packetsSent:k.packetsSent,nackCount:k.nackCount,ssrc:k.ssrc,mid:k.mid,active:k.active,codecId:k.codecId,headerBytesSent:k.headerBytesSent||0,totalPacketSendDelay:k.totalPacketSendDelay||0};if(k.mediaType==="video"||k.kind==="video"){const I=k,ct=x({frameHeight:I.frameHeight,frameWidth:I.frameWidth,framesEncoded:I.framesEncoded,framesDropped:I.framesDropped?I.framesDropped:I.droppedFrames,framesPerSecond:I.framesPerSecond?I.framesPerSecond:I.framerateMean,framesSent:I.framesSent,keyFramesEncoded:I.keyFramesEncoded,firCount:I.firCount,encoderImplementation:I.encoderImplementation,hugeFramesSent:I.hugeFramesSent,pliCount:I.pliCount,qpSum:I.qpSum,qualityLimitationReason:I.qualityLimitationReason,qualityLimitationDurations:I.qualityLimitationDurations,qualityLimitationResolutionChanges:I.qualityLimitationResolutionChanges,totalEncodeTime:I.totalEncodeTime,totalPacketSendDelay:I.totalEncodeTime,retransmittedBytesSent:I.retransmittedBytesSent,retransmittedPacketsSent:I.retransmittedPacketsSent,scalabilityMode:I.scalabilityMode,powerEfficientEncoder:I.powerEfficientEncoder},B);P.outboundVideoRtp.set(A.id,ct),P.producerStreamMap.get(w).outboundVideoRtpId.push(A.id),this.processOutboundProducerVideoStats(w,Ae,ct)}else if(k.mediaType==="audio"||k.kind==="audio"){const I=k,ct=x({retransmittedBytesSent:I.retransmittedBytesSent,retransmittedPacketsSent:I.retransmittedPacketsSent},B);P.outboundAudioRtp.set(A.id,ct),P.producerStreamMap.get(w).outboundAudioRtpId.push(A.id),this.processOutboundProducerAudioStats(w,Ae,ct)}}else this.callStatsInstance.logger.error(`Callstats: Unknown Outbound-rtp. mediatype: ${k.mediaType} kind: ${k.kind}`);break}case"inbound-rtp":{const k=A,w=i||this.inboundConsumerMap.get(A.id),j=this.pausedConsumerMap.get(w);if(j){if(j.lastReportCalculated===!0)break;this.pausedConsumerMap.set(w,{lastReportCalculated:!0})}if(k.ssrc===1234)break;this.overallConsumersStatsMap[w]||(this.overallConsumersStatsMap[w]={totalVideoPacketsReceived:0,totalAudioPacketsReceived:0});const Ae=this.overallConsumersStatsMap[w];if(["video","audio"].includes(k.mediaType)||["video","audio"].includes(k.kind)){if(!this.inboundConsumerMap.has(A.id)){P.staleConsumerStreamMap=!0;break}P.consumerStreamMap.has(w)||P.consumerStreamMap.set(w,{inboundVideoRtpId:[],inboundAudioRtpId:[]});const ot={bytesReceived:k.bytesReceived,packetsReceived:k.packetsReceived,packetsLost:k.packetsLost>=0?k.packetsLost:0,jitter:k.jitter,nackCount:k.nackCount,jitterBufferDelay:k.jitterBufferDelay,jitterBufferEmittedCount:k.jitterBufferEmittedCount,lastPacketReceivedTimestamp:k.lastPacketReceivedTimestamp,ssrc:k.ssrc,mid:k.mid,codecId:k.codecId,headerBytesReceived:k.headerBytesReceived||0,packetsDiscarded:k.packetsDiscarded||0,jitterBufferMinimumDelay:k.jitterBufferMinimumDelay||0,jitterBufferTargetDelay:k.jitterBufferTargetDelay||0};if(k.mediaType==="video"||k.kind==="video"){const B=k,I=x({frameHeight:B.frameHeight,frameWidth:B.frameWidth,framesDecoded:B.framesDecoded,framesDropped:B.framesDropped?B.framesDropped:B.droppedFrames,framesPerSecond:B.framesPerSecond?B.framesPerSecond:B.framerateMean,framesReceived:B.framesReceived,keyFramesDecoded:B.keyFramesDecoded,firCount:B.firCount,decoderImplementation:B.decoderImplementation,pliCount:B.pliCount,totalProcessingDelay:B.totalProcessingDelay,qpSum:B.qpSum||0,totalAssemblyTime:B.totalAssemblyTime||0,totalDecodeTime:B.totalDecodeTime||0,totalFreezesDuration:B.totalFreezesDuration||0,totalInterFrameDelay:B.totalInterFrameDelay||0,totalPausesDuration:B.totalPausesDuration||0,totalSquaredInterFrameDelay:B.totalSquaredInterFrameDelay||0,freezeCount:B.freezeCount||0,pauseCount:B.pauseCount||0,powerEfficientDecoder:B.powerEfficientDecoder},ot);I.score=Xm({frameWidth:I.frameWidth||0,framesDecoded:(I.framesDecoded||0)-(((c=this.videoConsumerToStatsMap.get(w))==null?void 0:c.framesDecoded)||0),framesPerSecond:I.framesPerSecond||0,packetsLost:(I.packetsLost||0)-(((d=this.videoConsumerToStatsMap.get(w))==null?void 0:d.packetsLost)||0),packetsReceived:(I.packetsReceived||0)-(((l=this.videoConsumerToStatsMap.get(w))==null?void 0:l.packetsReceived)||0),jitter:I.jitter||0,isScreenShare:this.screenShareConsumers.has(w)}),Vt.set(w,{score:+(I.score*10).toFixed(),frameWidth:I.frameWidth||0,frameHeight:I.frameHeight||0,framesPerSecond:I.framesPerSecond||0,packetsLostPercentage:Nc({packetsLost:(I.packetsLost||0)-(((p=this.videoConsumerToStatsMap.get(w))==null?void 0:p.packetsLost)||0),packetsReceived:(I.packetsReceived||0)-(((m=this.videoConsumerToStatsMap.get(w))==null?void 0:m.packetsReceived)||0)}),jitter:I.jitter||0,isScreenShare:this.screenShareConsumers.has(w),bitrate:((I.bytesReceived||0)-(((S=this.videoConsumerToStatsMap.get(w))==null?void 0:S.bytesReceived)||0))*8/7}),this.videoConsumerToStatsMap.set(w,I),P.inboundVideoRtp.set(A.id,I),P.consumerStreamMap.get(w).inboundVideoRtpId.push(A.id),this.processInboundConsumerVideoStats(w,Ae,I)}else if(k.mediaType==="audio"||k.kind==="audio"){const B=k,I=x({audioLevel:B.audioLevel,concealedSamples:B.concealedSamples,concealmentEvents:B.concealmentEvents,totalAudioEnergy:B.totalAudioEnergy,totalSamplesDuration:B.totalSamplesDuration,totalSamplesReceived:B.totalSamplesReceived,fecPacketsDiscarded:B.fecPacketsDiscarded||0,fecPacketsReceived:B.fecPacketsReceived||0,insertedSamplesForDeceleration:B.insertedSamplesForDeceleration||0,removedSamplesForAcceleration:B.removedSamplesForAcceleration||0,silentConcealedSamples:B.silentConcealedSamples||0,playoutId:B.playoutId},ot);I.score=Qm({concealmentEvents:(I.concealmentEvents||0)-(((E=this.audioConsumerToStatsMap.get(w))==null?void 0:E.concealmentEvents)||0),packetsLost:(I.packetsLost||0)-(((b=this.audioConsumerToStatsMap.get(w))==null?void 0:b.packetsLost)||0),packetsReceived:(I.packetsReceived||0)-(((O=this.audioConsumerToStatsMap.get(w))==null?void 0:O.packetsReceived)||0),jitter:I.jitter||0}),Vt.set(w,{score:+(I.score*10).toFixed(),packetsLostPercentage:Nc({packetsLost:(I.packetsLost||0)-(((M=this.audioConsumerToStatsMap.get(w))==null?void 0:M.packetsLost)||0),packetsReceived:(I.packetsReceived||0)-(((F=this.audioConsumerToStatsMap.get(w))==null?void 0:F.packetsReceived)||0)}),jitter:I.jitter||0,isScreenShare:this.screenShareConsumers.has(w),bitrate:((I.bytesReceived||0)-(((V=this.audioConsumerToStatsMap.get(w))==null?void 0:V.bytesReceived)||0))*8/7}),this.audioConsumerToStatsMap.set(w,I),P.inboundAudioRtp.set(A.id,I),P.consumerStreamMap.get(w).inboundAudioRtpId.push(A.id),this.processInboundConsumerAudioStats(w,Ae,I)}}else this.callStatsInstance.logger.error(`Callstats: Unknown Inbound-rtp. mediatype: ${k.mediaType} kind: ${k.kind}`);break}}}if(P.producerStreamMap.forEach((A,k)=>{var w,j,Ae,ot,B,I,ct,wn,tc,rc,nc,ic,sc,ac,oc,cc,dc,lc,uc,hc,pc,mc,gc;if(A.outboundVideoRtpId.length>0){const Ee=[];A.outboundVideoRtpId.forEach(im=>{Ee.push(P.outboundVideoRtp.get(im))});const oe=this.getWorkingSimulcastVideoStats(Ee);oe.score=zm({frameWidth:oe.frameWidth||0,framesPerSecond:oe.framesPerSecond||0,jitter:((w=oe.remoteData)==null?void 0:w.jitter)||0,isScreenShare:this.screenShareProducers.has(k),packetsSent:(oe.packetsSent||0)-(((j=this.videoProducerToStatsMap.get(k))==null?void 0:j.packetsSent)||0),packetsLost:(((Ae=oe.remoteData)==null?void 0:Ae.packetsLost)||0)-(((B=(ot=this.videoProducerToStatsMap.get(k))==null?void 0:ot.remoteData)==null?void 0:B.packetsLost)||0),framesEncoded:(oe.framesEncoded||0)-(((I=this.videoProducerToStatsMap.get(k))==null?void 0:I.framesEncoded)||0)}),Ue.set(k,{score:+(oe.score*10).toFixed(),frameWidth:oe.frameWidth||0,frameHeight:oe.frameHeight||0,framesPerSecond:oe.framesPerSecond||0,jitter:((ct=oe.remoteData)==null?void 0:ct.jitter)||0,isScreenShare:this.screenShareProducers.has(k),packetsLostPercentage:Oc({packetsSent:(oe.packetsSent||0)-(((wn=this.videoProducerToStatsMap.get(k))==null?void 0:wn.packetsSent)||0),packetsLost:(((tc=oe.remoteData)==null?void 0:tc.packetsLost)||0)-(((nc=(rc=this.videoProducerToStatsMap.get(k))==null?void 0:rc.remoteData)==null?void 0:nc.packetsLost)||0)}),bitrate:((oe.bytesSent||0)-(((ic=this.videoProducerToStatsMap.get(k))==null?void 0:ic.bytesSent)||0))*8/7,cpuLimitations:oe.qualityLimitationReason==="cpu",bandwidthLimitations:oe.qualityLimitationReason==="bandwidth"}),this.videoProducerToStatsMap.set(k,oe)}else if(A.outboundAudioRtpId.length>0){const Ee=P.outboundAudioRtp.get(A.outboundAudioRtpId[0]);Ee.score=Km({packetsSent:(Ee.packetsSent||0)-(((sc=this.audioProducerToStatsMap.get(k))==null?void 0:sc.packetsSent)||0),packetsLost:(((ac=Ee.remoteData)==null?void 0:ac.packetsLost)||0)-(((cc=(oc=this.audioProducerToStatsMap.get(k))==null?void 0:oc.remoteData)==null?void 0:cc.packetsLost)||0),jitter:((dc=Ee.remoteData)==null?void 0:dc.jitter)||0}),Ue.set(k,{score:+(Ee.score*10).toFixed(),bitrate:((Ee.bytesSent||0)-(((lc=this.audioProducerToStatsMap.get(k))==null?void 0:lc.bytesSent)||0))*8/7,packetsLostPercentage:Oc({packetsSent:(Ee.packetsSent||0)-(((uc=this.audioProducerToStatsMap.get(k))==null?void 0:uc.packetsSent)||0),packetsLost:(((hc=Ee.remoteData)==null?void 0:hc.packetsLost)||0)-(((mc=(pc=this.audioProducerToStatsMap.get(k))==null?void 0:pc.remoteData)==null?void 0:mc.packetsLost)||0)}),jitter:((gc=Ee.remoteData)==null?void 0:gc.jitter)||0,isScreenShare:this.screenShareProducers.has(k)}),this.audioProducerToStatsMap.set(k,Ee)}}),ce.forEach(A=>{const k=ae.find(j=>j.id===A.localCandidateId?(A.localCandidateId=j.id,j):null),w=Ie.find(j=>j.id===A.remoteCandidateId?(A.remoteCandidateId=j.id,j):null);k&&(A.localCandidateType=k.type,A.localCandidateAddress=Pn(k.address),A.localCandidatePort=k.port,A.localCandidateProtocol=k.protocol,A.localCandidateUrl=k.url,A.localCandidateNetworkType=k.networkType,A.localCandidateRelatedAddress=Pn(k.relatedAddress),A.localCandidateRelatedPort=k.relatedPort),w&&(A.remoteCandidateType=w.type,A.remoteCandidateAddress=Pn(w.address),A.remoteCandidatePort=w.port,A.remoteCandidateProtocol=w.protocol,A.remoteCandidateUrl=w.url)}),P.candidatePair&&(P.transport?(P.transport.bytesReceived=P.candidatePair.bytesReceived,P.transport.bytesSent=P.candidatePair.bytesSent,P.transport.totalRoundTripTime=P.candidatePair.totalRoundTripTime,P.transport.availableOutgoingBitrate=P.candidatePair.availableOutgoingBitrate,P.transport.availableIncomingBitrate=P.candidatePair.availableIncomingBitrate,P.transport.roundTripTime=P.candidatePair.currentRoundTripTime):P.transport={bytesReceived:P.candidatePair.bytesReceived,bytesSent:P.candidatePair.bytesSent,totalRoundTripTime:P.candidatePair.totalRoundTripTime,availableOutgoingBitrate:P.candidatePair.availableOutgoingBitrate,availableIncomingBitrate:P.candidatePair.availableIncomingBitrate,roundTripTime:P.candidatePair.currentRoundTripTime}),P.transport&&(P.transport.candidatePairs=ce),P.transport&&!P.transport.roundTripTime){let A=0,k=0;P.remoteInboundRtp.forEach((w,j)=>{w.roundTripTime&&w.roundTripTime>A&&(A=w.roundTripTime,k=w.totalRoundTripTime)}),P.transport.roundTripTime=A,P.transport.totalRoundTripTime=k}if(Vt.size>0)try{this.observer.emit("consumer_score",Vt)}catch(A){}if(Ue.size>0)try{this.observer.emit("producer_score",Ue)}catch(A){}return P}getProducerStatsFromReport(e){const r=[];try{e.producerStreamMap.forEach((n,i)=>{const s=this.producerMap.get(i),a=s.track.getSettings(),c=n.outboundVideoRtpId.map(l=>{const p=e.outboundVideoRtp.get(l);return p.frameHeight||(p.frameHeight=a.height,p.frameWidth=a.width,p.framesPerSecond=a.frameRate),p}),d={producerId:i,appData:s.appData,videoStats:c,audioStats:n.outboundAudioRtpId.map(l=>e.outboundAudioRtp.get(l))};r.push(d)})}catch(n){console.error("getProducersReport: ",n,e)}return r}getConsumerStatsFromParsedConsumerStats(e,r,n){let i;try{const{peerId:s,producerId:a,appData:c}=this.consumerPeerIdMap.get(n),d=r==null?void 0:r.inboundVideoRtpId.map(l=>{const p=this.consumerMap.get(n).track.getSettings(),m=e.inboundVideoRtp.get(l);return m.frameHeight||(m.frameHeight=p.height,m.frameWidth=p.width,m.framesPerSecond=p.frameRate),m});i={consumerId:n,peerId:s,producerId:a,appData:c,videoStats:d,audioStats:r==null?void 0:r.inboundAudioRtpId.map(l=>e.inboundAudioRtp.get(l))}}catch(s){console.error("getConsumerStatsFromParsedConsumerStats: ",s,e)}return i}getConsumerStatsFromReport(e){const r=[];try{e.consumerStreamMap.forEach((n,i)=>{r.push(this.getConsumerStatsFromParsedConsumerStats(e,n,i))})}catch(n){console.error("getConsumerStatsFromReport: ",n,e)}return r}}class MT extends ig{}function Uc(t,e,r,n){if(t!=null&&t.logger&&t.logger.error("Callstats::handleError",{error:n}),typeof r=="function"&&n instanceof e)r.call(null,n,t);else throw n}function sg(t,e,r){const n=t.value;return t.value=function(...i){try{const s=n.apply(this,i);return s&&s instanceof Promise?s.catch(a=>{Uc(this,e,r,a)}):s}catch(s){Uc(this,e,r,s)}return null},t}const ne=(t,e)=>(r,n,i)=>{const s=i.value;return i.value=function(...a){try{const c=s.apply(this,a);return c&&c instanceof Promise?c.catch(d=>{Uc(this,t,e,d)}):c}catch(c){Uc(this,t,e,c)}return null},i},AT=(t,e)=>(r,n,i)=>{if(i)return sg(i,t,e);for(const s of Reflect.ownKeys(r.prototype).filter(a=>a!=="constructor")){const a=Object.getOwnPropertyDescriptor(r.prototype,s);a.value instanceof Function&&Object.defineProperty(r.prototype,s,sg(a,t,e))}};var te=globalThis&&globalThis.__decorate||function(t,e,r,n){var i=arguments.length,s=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(t,e,r,n);else for(var c=t.length-1;c>=0;c--)(a=t[c])&&(s=(i<3?a(s):i>3?a(e,r,s):a(e,r))||s);return i>3&&s&&Object.defineProperty(e,r,s),s};const re=console;let X=class extends Et{constructor(t="https://api.testingv3.dyte.in",e="Blink",r=da.PROD,n,i,s,a){switch(super(),f(this,"observer"),f(this,"eventHandler"),f(this,"measurements"),f(this,"producingTransport"),f(this,"consumingTransport"),f(this,"producers",new Map),f(this,"consumers",new Map),f(this,"iceServers"),f(this,"connectionInfoPromise"),f(this,"pingStatsTimeout"),f(this,"logger"),f(this,"env"),f(this,"apiHostnames"),f(this,"peerId"),f(this,"consumerSharedMediaStatesMap",new Map),f(this,"currentUserMediaStates",{}),this.env=r,this.apiHostnames=a,this.logger=i,this.peerId=s,this.eventHandler=new gT({logger:i,peerId:s,apiHostnames:a}),this.logger.debug("callStats::engineName: ",{engineName:e}),e){case"Blink":this.measurements=new RT;break;case"Gecko":this.measurements=new ig;break;case"WebKit":this.measurements=new MT;break;default:throw Error(`Unknown engineName! ${e}`)}this.measurements.callStatsInstance=this,this.registerProducer=this.registerProducer.bind(this),this.registerConsumer=this.registerConsumer.bind(this),this.observer=new Et,this.measurements.observer.on("consumer_score",c=>{i.debug(`callStats::consumer_score ${[...c.entries()]}`),this.eventHandler.emit("consumer_score",c)}),this.measurements.observer.on("producer_score",c=>{i.debug(`callStats::producer_score ${[...c.entries()]}`),this.eventHandler.emit("producer_score",c)})}registerIceServers(t){this.iceServers=t}registerConsumer(t){var e;this.consumerSharedMediaStatesMap.has(t.id)||this.consumerSharedMediaStatesMap.set(t.id,{}),this.consumers.set(t.id,t),this.measurements.registerConsumer(t),this.logger.debug("callStats::registerConsumer",{consumerId:t.id,consumerkind:t.kind,isScreenShare:!!((e=t.appData)!=null&&e.screenShare)}),t.on("close",this.deRegisterConsumer.bind(this,t))}registerProducer(t){var e;this.producers.set(t.id,t),this.measurements.registerProducer(t),this.logger.debug("callStats::registerProducer",{producerId:t.id,producerKind:t.kind,isScreenShare:!!((e=t.appData)!=null&&e.screenShare)}),t.on("close",this.deRegisterProducer.bind(this,t))}sendConsumerSharedMediaStateEvent(t,e){this.consumerSharedMediaStatesMap.has(t)||this.consumerSharedMediaStatesMap.set(t,{});const r=this.consumerSharedMediaStatesMap.get(t);this.consumerSharedMediaStatesMap.set(t,Object.assign(r,e))}registerProducingTransport(t){var e;this.producingTransport=t,t.observer.on("close",this.disconnectProducingTransport.bind(this,t)),t.observer.on("disconnect",this.disconnectProducingTransport.bind(this,t)),Array.from(((e=t._producers)==null?void 0:e.values())||[]).forEach(r=>{this.registerProducer(r)}),t.observer.on("newproducer",this.registerProducer)}registerConsumingTransport(t){var e;this.consumingTransport=t,t.observer.on("close",this.disconnectConsumingTransport.bind(this,t)),t.observer.on("disconnect",this.disconnectConsumingTransport.bind(this,t)),Array.from(((e=t._consumers)==null?void 0:e.values())||[]).forEach(r=>{this.registerConsumer(r)}),t.observer.on("newconsumer",this.registerConsumer)}deRegisterConsumer(t){this.consumers.delete(t.id)}deRegisterProducer(t){var e;this.producers.delete(t.id),this.logger.debug("callStats::deRegisterProducer",{producerId:t.id,producerKind:t.kind,isScreenShare:!!((e=t.appData)!=null&&e.screenShare)})}disconnectConsumingTransport(){this.consumingTransport=void 0}disconnectProducingTransport(){this.producingTransport=void 0}callEvent(t){this.eventHandler.callEvent(t)}sendPreCallTestBeginEvent(t=!1,e){this.connectionInfoPromise=this.measurements.getNetworkInfo(this.iceServers,t),this.eventHandler.callEvent({event:U.PRECALL_TEST_BEGIN,timestamp:e}),this.connectionInfoPromise&&this.connectionInfoPromise.then(r=>{this.eventHandler.callEvent({event:U.PRECALL_TEST_COMPLETE,metaData:{connectionInfo:r},timestamp:e})})}sendScreenShareToggleEvent(t,e=null,r){this.currentUserMediaStates.screen=t,this.eventHandler.callEvent({event:t?U.SCREENSHARE_STARTED:U.SCREENSHARE_STOPPED,metaData:{ssrc:e},timestamp:r})}sendScreenShareRequestedEvent(t){this.eventHandler.callEvent({event:U.SCREENSHARE_START_REQUESTED,timestamp:t})}sendActiveSpeakerEvent(t,e){this.eventHandler.callEvent({event:U.DOMINANT_SPEAKER,metaData:{peerId:t},timestamp:e})}devices(t,e,r){this.eventHandler.callEvent({event:t===dr.AUDIO&&U.AUDIO_DEVICES_UPDATES||t===dr.VIDEO&&U.VIDEO_DEVICES_UPDATES||t===dr.SPEAKER&&U.SPEAKER_DEVICES_UPDATES,metaData:{deviceList:e},timestamp:r})}selectedDevice(t,e,r){this.eventHandler.callEvent({event:t===dr.AUDIO&&U.SELECTED_MICROHPONE_UPDATE||t===dr.VIDEO&&U.SELECTED_CAMERA_UPDATE||t===dr.SPEAKER&&U.SELECTED_SPEAKER_UPDATE,metaData:{device:e},timestamp:r})}mediaPermission(t,e,r){this.eventHandler.callEvent({event:U.MEDIA_PERMISSION,metaData:{deviceType:t,permission:e},timestamp:r})}mediaPlaybackFailed(t,e){this.eventHandler.callEvent({event:t===dr.AUDIO&&U.AUDIO_PLAY_FAILED||t===dr.VIDEO&&U.VIDEO_PLAY_FAILED,metaData:{deviceType:t},timestamp:e})}mediaTrackMuted(t,e){this.eventHandler.callEvent({event:t===dr.AUDIO&&U.AUDIO_TRACK_MUTED||t===dr.VIDEO&&U.VIDEO_TRACK_MUTED,metaData:{deviceType:t},timestamp:e})}tabChanged(t,e){this.eventHandler.callEvent({event:U.TAB_CHANGE,metaData:{isMeetingsTabActive:t},timestamp:e})}browserBackgrounded(t){this.eventHandler.callEvent({event:U.BROWSER_BACKGROUNDED,timestamp:t})}browserForegrounded(t){this.eventHandler.callEvent({event:U.BROWSER_FOREGROUNDED,timestamp:t})}legacySwitch(t,e){this.eventHandler.callEvent({event:U.LEGACY_SWITCH,metadata:{on:t},timestamp:e})}getPreCallTestResults(){return u(this,null,function*(){return this.connectionInfoPromise})}sendCallJoinBeginEvent(t,e){t=G(x({},t),{meetingEnv:this.env}),t.deviceInfo=G(x({},t.deviceInfo),{userAgent:navigator.userAgent,cpus:navigator.hardwareConcurrency,memory:navigator.deviceMemory}),this.eventHandler.callEvent({event:U.CALL_JOIN_BEGIN,metaData:{peerMetaData:t},timestamp:e})}sendNetworkQualityTestBeginEvent(t,e){this.eventHandler.callEvent({event:U.NET_QUALITY_TEST_BEGIN,timestamp:e}),new Promise((r,n)=>u(this,null,function*(){const i=[];try{for(const s of t)try{if(s.iceServers&&s.iceServers.length>0){const a=yield this.measurements.getNetworkQuality(s.iceServers);i.push(G(x({},s),{networkResults:a}))}}catch(a){console.warn("Error handling ",a)}r({regionData:i})}catch(s){console.warn("Error in callstats, ",s),n(s)}})).then(r=>{this.eventHandler.callEvent({event:U.NET_QUALITY_TEST_END,timestamp:e,metaData:r})})}sendWebSocketConnectedEvent(t){this.eventHandler.callEvent({event:U.WEBSOCKET_CONNECTED,timestamp:t})}sendTransportConnectedEvent(t){this.eventHandler.callEvent({event:U.TRANSPORT_CONNECTED,timestamp:t})}sendAudioToggleEvent(t,e){this.currentUserMediaStates.audio=t;let r;t?r=U.AUDIO_ON:r=U.AUDIO_OFF,this.eventHandler.callEvent({event:r,timestamp:e})}sendVideoToggleEvent(t,e){this.currentUserMediaStates.video=t;let r;t?r=U.VIDEO_ON:r=U.VIDEO_OFF,this.eventHandler.callEvent({event:r,timestamp:e})}sendParticipantRoleToggleEvent(t,e){this.eventHandler.callEvent({event:U.PARTICIPANT_ROLE,timestamp:e,metaData:t})}startPingStats(t=7e3){this.sendPingStatsEvent(!1,new Date),this.pingStatsTimeout=setInterval(this.sendPingStatsEvent.bind(this),t)}stopPingStats(){clearInterval(this.pingStatsTimeout)}sendPingStatsEvent(t=!0,e){return u(this,null,function*(){let r,n;if(this.producingTransport&&(r=yield this.measurements.getProcessedStats(this.producingTransport,!1,!0),!r||!(r!=null&&r.producerReport))){this.logger.debug("callStats::sendPingStatsEvent::staleProducingTransport",{disclaimer:"Stale producer? Regenerating Stream Maps!"});const s=yield this.measurements.getProducersReport([...this.producers.values()]);r&&s?r.producerReport=s:(r=yield this.measurements.getProcessedStats(this.producingTransport,!1,!0),(!r||!(r!=null&&r.producerReport))&&this.logger.debug("callStats::sendPingStatsEvent::noProducingTransportReport",{disclaimer:"Stream maps invalid despite regenerating!"}))}if(this.consumingTransport&&(n=yield this.measurements.getProcessedStats(this.consumingTransport,!0,!1),!n||!n.consumerReport)){this.logger.debug("callStats::sendPingStatsEvent::staleConsumingTransport",{disclaimer:"Stale consumer? Regenerating Stream Maps!"});const s=yield this.measurements.getConsumersReport([...this.consumers.values()]);n&&s?n.consumerReport=s:(n=yield this.measurements.getProcessedStats(this.consumingTransport,!0,!1),(!n||!n.consumerReport)&&this.logger.debug("callStats::sendPingStatsEvent::noConsumingTransportReport",{disclaimer:"Stream maps invalid despite regenerating!"}))}const i={producingTransportStats:r?r==null?void 0:r.transportReport:void 0,consumingTransportStats:n?n==null?void 0:n.transportReport:void 0,producerStats:[].concat((r==null?void 0:r.producerReport)||[]).concat((n==null?void 0:n.producerReport)||[]),consumerStats:[].concat((n==null?void 0:n.consumerReport)||[]).concat((r==null?void 0:r.consumerReport)||[])};if(t&&i.producerStats.length===0&&i.consumerStats.length===0){yield this.eventHandler.flush();return}this.eventHandler.callEvent({event:U.PING_STAT,metaData:i,timestamp:e})})}sendIVSPlayerRebufferEvent(t){this.eventHandler.callEvent({event:U.IVS_PLAYER_REBUFFERING,timestamp:t})}sendIVSPlayerAudioBlockEvent(t){this.eventHandler.callEvent({event:U.IVS_PLAYER_AUDIO_BLOCKED,timestamp:t})}sendIVSPlayerPlaybackBlockedEvent(t){this.eventHandler.callEvent({event:U.IVS_PLAYER_PLAYBACK_BLOCKED,timestamp:t})}sendIVSPlayerNetworkUnavailableEvent(t){this.eventHandler.callEvent({event:U.IVS_PLAYER_NETWORK_UNAVAILABLE,timestamp:t})}sendIVSPlayerInitializedEvent(t){this.eventHandler.callEvent({event:U.IVS_PLAYER_INITIALIZED,timestamp:t})}sendIVSPlayerWorkerErrorEvent(t){this.eventHandler.callEvent({event:U.IVS_PLAYER_WORKER_ERROR,timestamp:t})}sendIVSPlayerErrorEvent(t,e){this.eventHandler.callEvent({event:U.IVS_PLAYER_ERROR,timestamp:e,metaData:t})}sendIVSPlayerRecoverableErrorEvent(t,e){this.eventHandler.callEvent({event:U.IVS_PLAYER_RECOVERABLE_ERROR,timestamp:e,metaData:t})}sendIVSPlayerAnalyticsEvent(t,e){this.eventHandler.callEvent({event:U.IVS_PLAYER_ANALYTICS_EVENT,timestamp:e,metaData:t})}sendIVSPlayerPlaybackRateChangedEvent(t,e){this.eventHandler.callEvent({event:U.IVS_PLAYER_PLAYBACK_RATE_CHANGED,timestamp:e,metaData:{updatedPlaybackRate:t}})}sendIVSPlayerQualityChanged(t,e){this.eventHandler.callEvent({event:U.IVS_PLAYER_QUALITY_CHANGED,timestamp:e,metaData:t})}sendPlayerLiveLatency(t,e){this.eventHandler.callEvent({event:U.LIVESTREAM_LATENCY,timestamp:e,metaData:{latency:t}})}sendDisconnectEvent(t){this.eventHandler.callEvent({event:U.DISCONNECT,timestamp:t})}sendReconnectEvent(t){this.eventHandler.callEvent({event:U.RECONNECT_ATTEMPT,timestamp:t})}expectedVideoResolution(t,e,r){this.eventHandler.callEvent({event:U.EXPECTED_VIDEO_RESOLUTION,timestamp:r,metaData:{frameWidth:t,frameHeight:e}})}expectedScreenshareResolution(t,e,r){this.eventHandler.callEvent({event:U.EXPECTED_SCREENSHARE_RESOLUTION,timestamp:r,metaData:{frameWidth:t,frameHeight:e}})}};te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"registerIceServers",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"registerConsumer",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"registerProducer",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendConsumerSharedMediaStateEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"registerProducingTransport",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"registerConsumingTransport",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"deRegisterConsumer",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"deRegisterProducer",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"disconnectConsumingTransport",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"disconnectProducingTransport",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendPreCallTestBeginEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendScreenShareToggleEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendScreenShareRequestedEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendActiveSpeakerEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"devices",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"selectedDevice",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"mediaPermission",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"mediaPlaybackFailed",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"mediaTrackMuted",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"tabChanged",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"browserBackgrounded",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"browserForegrounded",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"legacySwitch",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"getPreCallTestResults",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendCallJoinBeginEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendNetworkQualityTestBeginEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendWebSocketConnectedEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendTransportConnectedEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendAudioToggleEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendVideoToggleEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendParticipantRoleToggleEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"startPingStats",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"stopPingStats",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendPingStatsEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendIVSPlayerRebufferEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendIVSPlayerAudioBlockEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendIVSPlayerPlaybackBlockedEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendIVSPlayerNetworkUnavailableEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendIVSPlayerInitializedEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendIVSPlayerWorkerErrorEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendIVSPlayerErrorEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendIVSPlayerRecoverableErrorEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendIVSPlayerAnalyticsEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendIVSPlayerPlaybackRateChangedEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendIVSPlayerQualityChanged",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendPlayerLiveLatency",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendDisconnectEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"sendReconnectEvent",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"expectedVideoResolution",null),te([ne(TypeError,(t,e)=>re.error(e,t))],X.prototype,"expectedScreenshareResolution",null),X=te([AT(TypeError,(t,e)=>re.error(e,t))],X);const DT=X;class OT extends Et{constructor(){super(...arguments),f(this,"stats"),f(this,"peerId"),f(this,"backend"),f(this,"iceServers"),f(this,"initialized",!1),f(this,"stalled",!1),f(this,"ipInformation"),f(this,"logger")}initialize(e){return u(this,arguments,function*({peerId:r,engineName:n,env:i=da.PROD,iceServers:s,apiBase:a="https://api.cluster.dyte.in",flags:c,logger:d=console,apiHostnames:l,skipConnectivityChecks:p=!1}){var m,S,E;try{this.peerId=r,this.logger=d,this.ipInformation=yield cu.getIPDetails({peerId:r,apiHostnames:l,logger:d}),this.backend=new DT(a,n,i,c,d,r,l),this.iceServers=s,(m=this.backend)==null||m.registerIceServers(this.iceServers),this.initialized=!0,(E=(S=this.backend)==null?void 0:S.eventHandler)==null||E.emit("initialized",this.ipInformation),this.emit("initialized",this.ipInformation),this.startPreCallTest(p)}catch(b){this.logger.error("callStats::CallStatsIntegration: ",{error:b}),this.stallCallStats()}})}configureSendTransport(e){this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.registerProducingTransport(e)})}configureRecvTransport(e){this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.registerConsumingTransport(e)})}candidateRegionalNetworkQualityTest(e){return u(this,null,function*(){const r=new Date;this.onSafeInitialization(()=>{var n;try{(n=this.backend)==null||n.sendNetworkQualityTestBeginEvent(e,r)}catch(i){this.logger.error("callStats::sendNetworkQualityTestBeginEvent",{error:{reason:i.reason}})}})})}roomJoined(e){return u(this,null,function*(){const r=new Date;this.onSafeInitialization(()=>{var n,i;(n=this.backend)==null||n.sendCallJoinBeginEvent(e,r),this.backend,(i=this.backend)==null||i.startPingStats()})})}audioOff(){const e=new Date;this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.sendAudioToggleEvent(!1,e)})}audioOn(){const e=new Date;this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.sendAudioToggleEvent(!0,e)})}videoOff(){const e=new Date;this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.sendVideoToggleEvent(!1,e)})}videoOn(){const e=new Date;this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.sendVideoToggleEvent(!0,e)})}callEnded(){const e=new Date;this.onSafeInitialization(()=>{var r,n;(r=this.backend)==null||r.stopPingStats(),(n=this.backend)==null||n.sendDisconnectEvent(e)})}screenShareStart(e){const r=new Date;this.onSafeInitialization(()=>{var n;(n=this.backend)==null||n.sendScreenShareToggleEvent(!0,e,r)})}consumerSharedMediaState(e,r){this.onSafeInitialization(()=>{var n;(n=this.backend)==null||n.sendConsumerSharedMediaStateEvent(e,r)})}screenShareStop(e){const r=new Date;this.onSafeInitialization(()=>{var n;(n=this.backend)==null||n.sendScreenShareToggleEvent(!1,e,r)})}screenShareRequested(){const e=new Date;this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.sendScreenShareRequestedEvent(e)})}activeSpeaker(e){if(e!==this.peerId)return;const r=new Date;this.onSafeInitialization(()=>{var n;(n=this.backend)==null||n.sendActiveSpeakerEvent(e,r)})}devices(e,r){const n=new Date;this.onSafeInitialization(()=>{var i;(i=this.backend)==null||i.devices(e,r,n)})}selectedDevice(e,r){const n=new Date;this.onSafeInitialization(()=>{var i;(i=this.backend)==null||i.selectedDevice(e,r,n)})}mediaPermission(e,r){const n=new Date;this.onSafeInitialization(()=>{var i;(i=this.backend)==null||i.mediaPermission(e,r,n)})}mediaPlaybackFailed(e){const r=new Date;this.onSafeInitialization(()=>{var n;(n=this.backend)==null||n.mediaPlaybackFailed(e,r)})}mediaTrackMuted(e){const r=new Date;this.onSafeInitialization(()=>{var n;(n=this.backend)==null||n.mediaTrackMuted(e,r)})}tabChanged(e=!1){const r=new Date;this.onSafeInitialization(()=>{var n;(n=this.backend)==null||n.tabChanged(e,r)})}browserBackgrounded(){const e=new Date;this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.browserBackgrounded(e)})}browserForegrounded(){const e=new Date;this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.browserForegrounded(e)})}legacySwitch(e){const r=new Date;this.onSafeInitialization(()=>{var n;(n=this.backend)==null||n.legacySwitch(e,r)})}startPreCallTest(e=!1){return u(this,null,function*(){const r=new Date;this.onSafeInitialization(()=>{var n;(n=this.backend)==null||n.sendPreCallTestBeginEvent(e,r)})})}onPreCallTestResults(e){return this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.eventHandler.once("precall_end",e)}),e}onReceivingConsumerAudioStatus(e){this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.eventHandler.on("consumer_audio_status",e)})}onReceivingConsumerVideoStatus(e){this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.eventHandler.on("consumer_video_status",e)})}onReceivingProducerAudioStatus(e){this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.eventHandler.on("producer_audio_status",e)})}onReceivingProducerVideoStatus(e){this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.eventHandler.on("producer_video_status",e)})}onReceivingProducingTransportStatus(e){this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.eventHandler.on("producing_transport_status",e)})}onReceivingConsumingTransportStatus(e){this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.eventHandler.on("consuming_transport_status",e)})}onProducerScore(e){this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.eventHandler.on("producer_score",e)})}onConsumerScore(e){this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.eventHandler.on("consumer_score",e)})}onSafeInitialization(e){if(this.initialized)e(this.ipInformation,!1);else if(!this.stalled){const r=n=>{e(n,!0)};return this.once("initialized",r),r}return()=>{}}removeInitializationListener(e){this.removeListener("initialized",e)}stallCallStats(){this.stalled=!0,this.removeAllListeners("initialized")}ivsPlayerEvent(e,r){const n=new Date;this.onSafeInitialization(()=>{var i,s,a,c,d,l,p,m,S,E,b;switch(e){case"PlayerRebuffering":(i=this.backend)==null||i.sendIVSPlayerRebufferEvent(n);break;case"PlayerAudioBlocked":(s=this.backend)==null||s.sendIVSPlayerAudioBlockEvent(n);break;case"PlayerPlaybackBlocked":(a=this.backend)==null||a.sendIVSPlayerPlaybackBlockedEvent(n);break;case"PlayerNetworkUnavailable":(c=this.backend)==null||c.sendIVSPlayerNetworkUnavailableEvent(n);break;case"PlayerInitialized":(d=this.backend)==null||d.sendIVSPlayerInitializedEvent(n);break;case"PlayerWorkerError":(l=this.backend)==null||l.sendIVSPlayerWorkerErrorEvent(n);break;case"PlayerError":(p=this.backend)==null||p.sendIVSPlayerErrorEvent(r,n);break;case"PlayerRecoverableError":(m=this.backend)==null||m.sendIVSPlayerRecoverableErrorEvent(r,n);break;case"PlayerAnalyticsEvent":(S=this.backend)==null||S.sendIVSPlayerAnalyticsEvent(r,n);break;case"PlayerPlaybackRateChanged":(E=this.backend)==null||E.sendIVSPlayerPlaybackRateChangedEvent(r,n);break;case"PlayerQualityChanged":(b=this.backend)==null||b.sendIVSPlayerQualityChanged(r,n);break}})}livestreamLatency(e){const r=new Date;this.onSafeInitialization(()=>{var n;(n=this.backend)==null||n.sendPlayerLiveLatency(e,r)})}expectedVideoResolution(e,r){const n=new Date;this.onSafeInitialization(()=>{var i;(i=this.backend)==null||i.expectedVideoResolution(e,r,n)})}expectedScreenshareResolution(e,r){const n=new Date;this.onSafeInitialization(()=>{var i;(i=this.backend)==null||i.expectedScreenshareResolution(e,r,n)})}}const $=new OT;$.setMaxListeners(30);function NT(t){const{length:e}=this,r=t>=0?t:e+t;return r<0||r>=e?void 0:this[r]}Array.prototype.at||Object.assign(Array.prototype,{at:NT});function LT(t){const{length:e}=this,r=t>=0?t:e+t;return r<0||r>=e?void 0:this[r]}String.prototype.at||Object.assign(String.prototype,{at:LT});function xT(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var ag={exports:{}},Qe=ag.exports={},jr,Hr;function du(){throw new Error("setTimeout has not been defined")}function lu(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?jr=setTimeout:jr=du}catch(t){jr=du}try{typeof clearTimeout=="function"?Hr=clearTimeout:Hr=lu}catch(t){Hr=lu}})();function og(t){if(jr===setTimeout)return setTimeout(t,0);if((jr===du||!jr)&&setTimeout)return jr=setTimeout,setTimeout(t,0);try{return jr(t,0)}catch(e){try{return jr.call(null,t,0)}catch(r){return jr.call(this,t,0)}}}function VT(t){if(Hr===clearTimeout)return clearTimeout(t);if((Hr===lu||!Hr)&&clearTimeout)return Hr=clearTimeout,clearTimeout(t);try{return Hr(t)}catch(e){try{return Hr.call(null,t)}catch(r){return Hr.call(this,t)}}}var on=[],as=!1,di,Fc=-1;function UT(){!as||!di||(as=!1,di.length?on=di.concat(on):Fc=-1,on.length&&cg())}function cg(){if(!as){var t=og(UT);as=!0;for(var e=on.length;e;){for(di=on,on=[];++Fc<e;)di&&di[Fc].run();Fc=-1,e=on.length}di=null,as=!1,VT(t)}}Qe.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)e[r-1]=arguments[r];on.push(new dg(t,e)),on.length===1&&!as&&og(cg)};function dg(t,e){this.fun=t,this.array=e}dg.prototype.run=function(){this.fun.apply(null,this.array)},Qe.title="browser",Qe.browser=!0,Qe.env={},Qe.argv=[],Qe.version="",Qe.versions={};function cn(){}Qe.on=cn,Qe.addListener=cn,Qe.once=cn,Qe.off=cn,Qe.removeListener=cn,Qe.removeAllListeners=cn,Qe.emit=cn,Qe.prependListener=cn,Qe.prependOnceListener=cn,Qe.listeners=function(t){return[]},Qe.binding=function(t){throw new Error("process.binding is not supported")},Qe.cwd=function(){return"/"},Qe.chdir=function(t){throw new Error("process.chdir is not supported")},Qe.umask=function(){return 0};var FT=ag.exports;const li=xT(FT);var uu={},BT={get exports(){return uu},set exports(t){uu=t}},Bc={},WT={get exports(){return Bc},set exports(t){Bc=t}},lg=function(t,e){return function(){for(var r=new Array(arguments.length),n=0;n<r.length;n++)r[n]=arguments[n];return t.apply(e,r)}},jT=lg,In=Object.prototype.toString;function hu(t){return Array.isArray(t)}function pu(t){return typeof t=="undefined"}function HT(t){return t!==null&&!pu(t)&&t.constructor!==null&&!pu(t.constructor)&&typeof t.constructor.isBuffer=="function"&&t.constructor.isBuffer(t)}function ug(t){return In.call(t)==="[object ArrayBuffer]"}function qT(t){return In.call(t)==="[object FormData]"}function GT(t){var e;return typeof ArrayBuffer!="undefined"&&ArrayBuffer.isView?e=ArrayBuffer.isView(t):e=t&&t.buffer&&ug(t.buffer),e}function JT(t){return typeof t=="string"}function $T(t){return typeof t=="number"}function hg(t){return t!==null&&typeof t=="object"}function Wc(t){if(In.call(t)!=="[object Object]")return!1;var e=Object.getPrototypeOf(t);return e===null||e===Object.prototype}function KT(t){return In.call(t)==="[object Date]"}function zT(t){return In.call(t)==="[object File]"}function YT(t){return In.call(t)==="[object Blob]"}function pg(t){return In.call(t)==="[object Function]"}function QT(t){return hg(t)&&pg(t.pipe)}function XT(t){return In.call(t)==="[object URLSearchParams]"}function ZT(t){return t.trim?t.trim():t.replace(/^\s+|\s+$/g,"")}function e0(){return typeof navigator!="undefined"&&(navigator.product==="ReactNative"||navigator.product==="NativeScript"||navigator.product==="NS")?!1:typeof window!="undefined"&&typeof document!="undefined"}function mu(t,e){if(!(t===null||typeof t=="undefined"))if(typeof t!="object"&&(t=[t]),hu(t))for(var r=0,n=t.length;r<n;r++)e.call(null,t[r],r,t);else for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.call(null,t[i],i,t)}function gu(){var t={};function e(i,s){Wc(t[s])&&Wc(i)?t[s]=gu(t[s],i):Wc(i)?t[s]=gu({},i):hu(i)?t[s]=i.slice():t[s]=i}for(var r=0,n=arguments.length;r<n;r++)mu(arguments[r],e);return t}function t0(t,e,r){return mu(e,function(n,i){r&&typeof n=="function"?t[i]=jT(n,r):t[i]=n}),t}function r0(t){return t.charCodeAt(0)===65279&&(t=t.slice(1)),t}var Ut={isArray:hu,isArrayBuffer:ug,isBuffer:HT,isFormData:qT,isArrayBufferView:GT,isString:JT,isNumber:$T,isObject:hg,isPlainObject:Wc,isUndefined:pu,isDate:KT,isFile:zT,isBlob:YT,isFunction:pg,isStream:QT,isURLSearchParams:XT,isStandardBrowserEnv:e0,forEach:mu,merge:gu,extend:t0,trim:ZT,stripBOM:r0},os=Ut;function mg(t){return encodeURIComponent(t).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}var gg=function(t,e,r){if(!e)return t;var n;if(r)n=r(e);else if(os.isURLSearchParams(e))n=e.toString();else{var i=[];os.forEach(e,function(a,c){a===null||typeof a=="undefined"||(os.isArray(a)?c=c+"[]":a=[a],os.forEach(a,function(d){os.isDate(d)?d=d.toISOString():os.isObject(d)&&(d=JSON.stringify(d)),i.push(mg(c)+"="+mg(d))}))}),n=i.join("&")}if(n){var s=t.indexOf("#");s!==-1&&(t=t.slice(0,s)),t+=(t.indexOf("?")===-1?"?":"&")+n}return t},n0=Ut;function jc(){this.handlers=[]}jc.prototype.use=function(t,e,r){return this.handlers.push({fulfilled:t,rejected:e,synchronous:r?r.synchronous:!1,runWhen:r?r.runWhen:null}),this.handlers.length-1},jc.prototype.eject=function(t){this.handlers[t]&&(this.handlers[t]=null)},jc.prototype.forEach=function(t){n0.forEach(this.handlers,function(e){e!==null&&t(e)})};var i0=jc,s0=Ut,a0=function(t,e){s0.forEach(t,function(r,n){n!==e&&n.toUpperCase()===e.toUpperCase()&&(t[e]=r,delete t[n])})},fg=function(t,e,r,n,i){return t.config=e,r&&(t.code=r),t.request=n,t.response=i,t.isAxiosError=!0,t.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code,status:this.response&&this.response.status?this.response.status:null}},t},fu,vg;function yg(){if(vg)return fu;vg=1;var t=fg;return fu=function(e,r,n,i,s){var a=new Error(e);return t(a,r,n,i,s)},fu}var vu,Sg;function o0(){if(Sg)return vu;Sg=1;var t=yg();return vu=function(e,r,n){var i=n.config.validateStatus;!n.status||!i||i(n.status)?e(n):r(t("Request failed with status code "+n.status,n.config,null,n.request,n))},vu}var yu,Eg;function c0(){if(Eg)return yu;Eg=1;var t=Ut;return yu=t.isStandardBrowserEnv()?function(){return{write:function(e,r,n,i,s,a){var c=[];c.push(e+"="+encodeURIComponent(r)),t.isNumber(n)&&c.push("expires="+new Date(n).toGMTString()),t.isString(i)&&c.push("path="+i),t.isString(s)&&c.push("domain="+s),a===!0&&c.push("secure"),document.cookie=c.join("; ")},read:function(e){var r=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return r?decodeURIComponent(r[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}}():function(){return{write:function(){},read:function(){return null},remove:function(){}}}(),yu}var Tg,kg;function d0(){return kg||(kg=1,Tg=function(t){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t)}),Tg}var bg,wg;function l0(){return wg||(wg=1,bg=function(t,e){return e?t.replace(/\/+$/,"")+"/"+e.replace(/^\/+/,""):t}),bg}var Su,_g;function u0(){if(_g)return Su;_g=1;var t=d0(),e=l0();return Su=function(r,n){return r&&!t(n)?e(r,n):n},Su}var Eu,Pg;function h0(){if(Pg)return Eu;Pg=1;var t=Ut,e=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];return Eu=function(r){var n={},i,s,a;return r&&t.forEach(r.split(`
|
|
13
|
+
`),function(c){if(a=c.indexOf(":"),i=t.trim(c.substr(0,a)).toLowerCase(),s=t.trim(c.substr(a+1)),i){if(n[i]&&e.indexOf(i)>=0)return;i==="set-cookie"?n[i]=(n[i]?n[i]:[]).concat([s]):n[i]=n[i]?n[i]+", "+s:s}}),n},Eu}var Tu,Ig;function p0(){if(Ig)return Tu;Ig=1;var t=Ut;return Tu=t.isStandardBrowserEnv()?function(){var e=/(msie|trident)/i.test(navigator.userAgent),r=document.createElement("a"),n;function i(s){var a=s;return e&&(r.setAttribute("href",a),a=r.href),r.setAttribute("href",a),{href:r.href,protocol:r.protocol?r.protocol.replace(/:$/,""):"",host:r.host,search:r.search?r.search.replace(/^\?/,""):"",hash:r.hash?r.hash.replace(/^#/,""):"",hostname:r.hostname,port:r.port,pathname:r.pathname.charAt(0)==="/"?r.pathname:"/"+r.pathname}}return n=i(window.location.href),function(s){var a=t.isString(s)?i(s):s;return a.protocol===n.protocol&&a.host===n.host}}():function(){return function(){return!0}}(),Tu}var ku,Cg;function Hc(){if(Cg)return ku;Cg=1;function t(e){this.message=e}return t.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},t.prototype.__CANCEL__=!0,ku=t,ku}var bu,Rg;function m0(){if(Rg)return bu;Rg=1;var t=Ut,e=o0(),r=c0(),n=gg,i=u0(),s=h0(),a=p0(),c=yg(),d=qc(),l=Hc();return bu=function(p){return new Promise(function(m,S){var E=p.data,b=p.headers,O=p.responseType,M;function F(){p.cancelToken&&p.cancelToken.unsubscribe(M),p.signal&&p.signal.removeEventListener("abort",M)}t.isFormData(E)&&delete b["Content-Type"];var V=new XMLHttpRequest;if(p.auth){var J=p.auth.username||"",P=p.auth.password?unescape(encodeURIComponent(p.auth.password)):"";b.Authorization="Basic "+btoa(J+":"+P)}var Z=i(p.baseURL,p.url);V.open(p.method.toUpperCase(),n(Z,p.params,p.paramsSerializer),!0),V.timeout=p.timeout;function ae(){if(V){var ce="getAllResponseHeaders"in V?s(V.getAllResponseHeaders()):null,Ue=!O||O==="text"||O==="json"?V.responseText:V.response,Vt={data:Ue,status:V.status,statusText:V.statusText,headers:ce,config:p,request:V};e(function(A){m(A),F()},function(A){S(A),F()},Vt),V=null}}if("onloadend"in V?V.onloadend=ae:V.onreadystatechange=function(){!V||V.readyState!==4||V.status===0&&!(V.responseURL&&V.responseURL.indexOf("file:")===0)||setTimeout(ae)},V.onabort=function(){V&&(S(c("Request aborted",p,"ECONNABORTED",V)),V=null)},V.onerror=function(){S(c("Network Error",p,null,V)),V=null},V.ontimeout=function(){var ce=p.timeout?"timeout of "+p.timeout+"ms exceeded":"timeout exceeded",Ue=p.transitional||d.transitional;p.timeoutErrorMessage&&(ce=p.timeoutErrorMessage),S(c(ce,p,Ue.clarifyTimeoutError?"ETIMEDOUT":"ECONNABORTED",V)),V=null},t.isStandardBrowserEnv()){var Ie=(p.withCredentials||a(Z))&&p.xsrfCookieName?r.read(p.xsrfCookieName):void 0;Ie&&(b[p.xsrfHeaderName]=Ie)}"setRequestHeader"in V&&t.forEach(b,function(ce,Ue){typeof E=="undefined"&&Ue.toLowerCase()==="content-type"?delete b[Ue]:V.setRequestHeader(Ue,ce)}),t.isUndefined(p.withCredentials)||(V.withCredentials=!!p.withCredentials),O&&O!=="json"&&(V.responseType=p.responseType),typeof p.onDownloadProgress=="function"&&V.addEventListener("progress",p.onDownloadProgress),typeof p.onUploadProgress=="function"&&V.upload&&V.upload.addEventListener("progress",p.onUploadProgress),(p.cancelToken||p.signal)&&(M=function(ce){V&&(S(!ce||ce&&ce.type?new l("canceled"):ce),V.abort(),V=null)},p.cancelToken&&p.cancelToken.subscribe(M),p.signal&&(p.signal.aborted?M():p.signal.addEventListener("abort",M))),E||(E=null),V.send(E)})},bu}var wu,Mg;function qc(){if(Mg)return wu;Mg=1;var t=Ut,e=a0,r=fg,n={"Content-Type":"application/x-www-form-urlencoded"};function i(d,l){!t.isUndefined(d)&&t.isUndefined(d["Content-Type"])&&(d["Content-Type"]=l)}function s(){var d;return(typeof XMLHttpRequest!="undefined"||typeof li!="undefined"&&Object.prototype.toString.call(li)==="[object process]")&&(d=m0()),d}function a(d,l,p){if(t.isString(d))try{return(l||JSON.parse)(d),t.trim(d)}catch(m){if(m.name!=="SyntaxError")throw m}return(p||JSON.stringify)(d)}var c={transitional:{silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},adapter:s(),transformRequest:[function(d,l){return e(l,"Accept"),e(l,"Content-Type"),t.isFormData(d)||t.isArrayBuffer(d)||t.isBuffer(d)||t.isStream(d)||t.isFile(d)||t.isBlob(d)?d:t.isArrayBufferView(d)?d.buffer:t.isURLSearchParams(d)?(i(l,"application/x-www-form-urlencoded;charset=utf-8"),d.toString()):t.isObject(d)||l&&l["Content-Type"]==="application/json"?(i(l,"application/json"),a(d)):d}],transformResponse:[function(d){var l=this.transitional||c.transitional,p=l&&l.silentJSONParsing,m=l&&l.forcedJSONParsing,S=!p&&this.responseType==="json";if(S||m&&t.isString(d)&&d.length)try{return JSON.parse(d)}catch(E){if(S)throw E.name==="SyntaxError"?r(E,this,"E_JSON_PARSE"):E}return d}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,validateStatus:function(d){return d>=200&&d<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};return t.forEach(["delete","get","head"],function(d){c.headers[d]={}}),t.forEach(["post","put","patch"],function(d){c.headers[d]=t.merge(n)}),wu=c,wu}var g0=Ut,f0=qc(),v0=function(t,e,r){var n=this||f0;return g0.forEach(r,function(i){t=i.call(n,t,e)}),t},Ag,Dg;function Og(){return Dg||(Dg=1,Ag=function(t){return!!(t&&t.__CANCEL__)}),Ag}var Ng=Ut,_u=v0,y0=Og(),S0=qc(),E0=Hc();function Pu(t){if(t.cancelToken&&t.cancelToken.throwIfRequested(),t.signal&&t.signal.aborted)throw new E0("canceled")}var T0=function(t){Pu(t),t.headers=t.headers||{},t.data=_u.call(t,t.data,t.headers,t.transformRequest),t.headers=Ng.merge(t.headers.common||{},t.headers[t.method]||{},t.headers),Ng.forEach(["delete","get","head","post","put","patch","common"],function(r){delete t.headers[r]});var e=t.adapter||S0.adapter;return e(t).then(function(r){return Pu(t),r.data=_u.call(t,r.data,r.headers,t.transformResponse),r},function(r){return y0(r)||(Pu(t),r&&r.response&&(r.response.data=_u.call(t,r.response.data,r.response.headers,t.transformResponse))),Promise.reject(r)})},zt=Ut,Lg=function(t,e){e=e||{};var r={};function n(l,p){return zt.isPlainObject(l)&&zt.isPlainObject(p)?zt.merge(l,p):zt.isPlainObject(p)?zt.merge({},p):zt.isArray(p)?p.slice():p}function i(l){if(zt.isUndefined(e[l])){if(!zt.isUndefined(t[l]))return n(void 0,t[l])}else return n(t[l],e[l])}function s(l){if(!zt.isUndefined(e[l]))return n(void 0,e[l])}function a(l){if(zt.isUndefined(e[l])){if(!zt.isUndefined(t[l]))return n(void 0,t[l])}else return n(void 0,e[l])}function c(l){if(l in e)return n(t[l],e[l]);if(l in t)return n(void 0,t[l])}var d={url:s,method:s,data:s,baseURL:a,transformRequest:a,transformResponse:a,paramsSerializer:a,timeout:a,timeoutMessage:a,withCredentials:a,adapter:a,responseType:a,xsrfCookieName:a,xsrfHeaderName:a,onUploadProgress:a,onDownloadProgress:a,decompress:a,maxContentLength:a,maxBodyLength:a,transport:a,httpAgent:a,httpsAgent:a,cancelToken:a,socketPath:a,responseEncoding:a,validateStatus:c};return zt.forEach(Object.keys(t).concat(Object.keys(e)),function(l){var p=d[l]||i,m=p(l);zt.isUndefined(m)&&p!==c||(r[l]=m)}),r},xg,Vg;function Ug(){return Vg||(Vg=1,xg={version:"0.25.0"}),xg}var k0=Ug().version,Iu={};["object","boolean","number","function","string","symbol"].forEach(function(t,e){Iu[t]=function(r){return typeof r===t||"a"+(e<1?"n ":" ")+t}});var Fg={};Iu.transitional=function(t,e,r){function n(i,s){return"[Axios v"+k0+"] Transitional option '"+i+"'"+s+(r?". "+r:"")}return function(i,s,a){if(t===!1)throw new Error(n(s," has been removed"+(e?" in "+e:"")));return e&&!Fg[s]&&(Fg[s]=!0,console.warn(n(s," has been deprecated since v"+e+" and will be removed in the near future"))),t?t(i,s,a):!0}};function b0(t,e,r){if(typeof t!="object")throw new TypeError("options must be an object");for(var n=Object.keys(t),i=n.length;i-- >0;){var s=n[i],a=e[s];if(a){var c=t[s],d=c===void 0||a(c,s,t);if(d!==!0)throw new TypeError("option "+s+" must be "+d);continue}if(r!==!0)throw Error("Unknown option "+s)}}var w0={assertOptions:b0,validators:Iu},Bg=Ut,_0=gg,Wg=i0,jg=T0,Gc=Lg,Hg=w0,cs=Hg.validators;function la(t){this.defaults=t,this.interceptors={request:new Wg,response:new Wg}}la.prototype.request=function(t,e){if(typeof t=="string"?(e=e||{},e.url=t):e=t||{},!e.url)throw new Error("Provided config url is not valid");e=Gc(this.defaults,e),e.method?e.method=e.method.toLowerCase():this.defaults.method?e.method=this.defaults.method.toLowerCase():e.method="get";var r=e.transitional;r!==void 0&&Hg.assertOptions(r,{silentJSONParsing:cs.transitional(cs.boolean),forcedJSONParsing:cs.transitional(cs.boolean),clarifyTimeoutError:cs.transitional(cs.boolean)},!1);var n=[],i=!0;this.interceptors.request.forEach(function(m){typeof m.runWhen=="function"&&m.runWhen(e)===!1||(i=i&&m.synchronous,n.unshift(m.fulfilled,m.rejected))});var s=[];this.interceptors.response.forEach(function(m){s.push(m.fulfilled,m.rejected)});var a;if(!i){var c=[jg,void 0];for(Array.prototype.unshift.apply(c,n),c=c.concat(s),a=Promise.resolve(e);c.length;)a=a.then(c.shift(),c.shift());return a}for(var d=e;n.length;){var l=n.shift(),p=n.shift();try{d=l(d)}catch(m){p(m);break}}try{a=jg(d)}catch(m){return Promise.reject(m)}for(;s.length;)a=a.then(s.shift(),s.shift());return a},la.prototype.getUri=function(t){if(!t.url)throw new Error("Provided config url is not valid");return t=Gc(this.defaults,t),_0(t.url,t.params,t.paramsSerializer).replace(/^\?/,"")},Bg.forEach(["delete","get","head","options"],function(t){la.prototype[t]=function(e,r){return this.request(Gc(r||{},{method:t,url:e,data:(r||{}).data}))}}),Bg.forEach(["post","put","patch"],function(t){la.prototype[t]=function(e,r,n){return this.request(Gc(n||{},{method:t,url:e,data:r}))}});var P0=la,Cu,qg;function I0(){if(qg)return Cu;qg=1;var t=Hc();function e(r){if(typeof r!="function")throw new TypeError("executor must be a function.");var n;this.promise=new Promise(function(s){n=s});var i=this;this.promise.then(function(s){if(i._listeners){var a,c=i._listeners.length;for(a=0;a<c;a++)i._listeners[a](s);i._listeners=null}}),this.promise.then=function(s){var a,c=new Promise(function(d){i.subscribe(d),a=d}).then(s);return c.cancel=function(){i.unsubscribe(a)},c},r(function(s){i.reason||(i.reason=new t(s),n(i.reason))})}return e.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},e.prototype.subscribe=function(r){if(this.reason){r(this.reason);return}this._listeners?this._listeners.push(r):this._listeners=[r]},e.prototype.unsubscribe=function(r){if(this._listeners){var n=this._listeners.indexOf(r);n!==-1&&this._listeners.splice(n,1)}},e.source=function(){var r,n=new e(function(i){r=i});return{token:n,cancel:r}},Cu=e,Cu}var Gg,Jg;function C0(){return Jg||(Jg=1,Gg=function(t){return function(e){return t.apply(null,e)}}),Gg}var Ru,$g;function R0(){if($g)return Ru;$g=1;var t=Ut;return Ru=function(e){return t.isObject(e)&&e.isAxiosError===!0},Ru}var Kg=Ut,M0=lg,Jc=P0,A0=Lg,D0=qc();function zg(t){var e=new Jc(t),r=M0(Jc.prototype.request,e);return Kg.extend(r,Jc.prototype,e),Kg.extend(r,e),r.create=function(n){return zg(A0(t,n))},r}var qr=zg(D0);qr.Axios=Jc,qr.Cancel=Hc(),qr.CancelToken=I0(),qr.isCancel=Og(),qr.VERSION=Ug().version,qr.all=function(t){return Promise.all(t)},qr.spread=C0(),qr.isAxiosError=R0(),WT.exports=qr,Bc.default=qr,function(t){t.exports=Bc}(BT);const O0=sT(uu);function N0(){this.__data__=[],this.size=0}function ua(t,e){return t===e||t!==t&&e!==e}function $c(t,e){for(var r=t.length;r--;)if(ua(t[r][0],e))return r;return-1}var L0=Array.prototype,x0=L0.splice;function V0(t){var e=this.__data__,r=$c(e,t);if(r<0)return!1;var n=e.length-1;return r==n?e.pop():x0.call(e,r,1),--this.size,!0}function U0(t){var e=this.__data__,r=$c(e,t);return r<0?void 0:e[r][1]}function F0(t){return $c(this.__data__,t)>-1}function B0(t,e){var r=this.__data__,n=$c(r,t);return n<0?(++this.size,r.push([t,e])):r[n][1]=e,this}function dn(t){var e=-1,r=t==null?0:t.length;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}dn.prototype.clear=N0,dn.prototype.delete=V0,dn.prototype.get=U0,dn.prototype.has=F0,dn.prototype.set=B0;function W0(){this.__data__=new dn,this.size=0}function j0(t){var e=this.__data__,r=e.delete(t);return this.size=e.size,r}function H0(t){return this.__data__.get(t)}function q0(t){return this.__data__.has(t)}const Kc=globalThis||void 0||self;var G0=typeof Kc=="object"&&Kc&&Kc.Object===Object&&Kc;const Yg=G0;var J0=typeof self=="object"&&self&&self.Object===Object&&self,$0=Yg||J0||Function("return this")();const Sr=$0;var K0=Sr.Symbol;const Cn=K0;var Qg=Object.prototype,z0=Qg.hasOwnProperty,Y0=Qg.toString,ha=Cn?Cn.toStringTag:void 0;function Q0(t){var e=z0.call(t,ha),r=t[ha];try{t[ha]=void 0;var n=!0}catch(s){}var i=Y0.call(t);return n&&(e?t[ha]=r:delete t[ha]),i}var X0=Object.prototype,Z0=X0.toString;function ek(t){return Z0.call(t)}var tk="[object Null]",rk="[object Undefined]",Xg=Cn?Cn.toStringTag:void 0;function ui(t){return t==null?t===void 0?rk:tk:Xg&&Xg in Object(t)?Q0(t):ek(t)}function Er(t){var e=typeof t;return t!=null&&(e=="object"||e=="function")}var nk="[object AsyncFunction]",ik="[object Function]",sk="[object GeneratorFunction]",ak="[object Proxy]";function Mu(t){if(!Er(t))return!1;var e=ui(t);return e==ik||e==sk||e==nk||e==ak}var ok=Sr["__core-js_shared__"];const Au=ok;var Zg=function(){var t=/[^.]+$/.exec(Au&&Au.keys&&Au.keys.IE_PROTO||"");return t?"Symbol(src)_1."+t:""}();function ck(t){return!!Zg&&Zg in t}var dk=Function.prototype,lk=dk.toString;function hi(t){if(t!=null){try{return lk.call(t)}catch(e){}try{return t+""}catch(e){}}return""}var uk=/[\\^$.*+?()[\]{}|]/g,hk=/^\[object .+?Constructor\]$/,pk=Function.prototype,mk=Object.prototype,gk=pk.toString,fk=mk.hasOwnProperty,vk=RegExp("^"+gk.call(fk).replace(uk,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function yk(t){if(!Er(t)||ck(t))return!1;var e=Mu(t)?vk:hk;return e.test(hi(t))}function Sk(t,e){return t==null?void 0:t[e]}function pi(t,e){var r=Sk(t,e);return yk(r)?r:void 0}var Ek=pi(Sr,"Map");const pa=Ek;var Tk=pi(Object,"create");const ma=Tk;function kk(){this.__data__=ma?ma(null):{},this.size=0}function bk(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e}var wk="__lodash_hash_undefined__",_k=Object.prototype,Pk=_k.hasOwnProperty;function Ik(t){var e=this.__data__;if(ma){var r=e[t];return r===wk?void 0:r}return Pk.call(e,t)?e[t]:void 0}var Ck=Object.prototype,Rk=Ck.hasOwnProperty;function Mk(t){var e=this.__data__;return ma?e[t]!==void 0:Rk.call(e,t)}var Ak="__lodash_hash_undefined__";function Dk(t,e){var r=this.__data__;return this.size+=this.has(t)?0:1,r[t]=ma&&e===void 0?Ak:e,this}function mi(t){var e=-1,r=t==null?0:t.length;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}mi.prototype.clear=kk,mi.prototype.delete=bk,mi.prototype.get=Ik,mi.prototype.has=Mk,mi.prototype.set=Dk;function Ok(){this.size=0,this.__data__={hash:new mi,map:new(pa||dn),string:new mi}}function Nk(t){var e=typeof t;return e=="string"||e=="number"||e=="symbol"||e=="boolean"?t!=="__proto__":t===null}function zc(t,e){var r=t.__data__;return Nk(e)?r[typeof e=="string"?"string":"hash"]:r.map}function Lk(t){var e=zc(this,t).delete(t);return this.size-=e?1:0,e}function xk(t){return zc(this,t).get(t)}function Vk(t){return zc(this,t).has(t)}function Uk(t,e){var r=zc(this,t),n=r.size;return r.set(t,e),this.size+=r.size==n?0:1,this}function gi(t){var e=-1,r=t==null?0:t.length;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}gi.prototype.clear=Ok,gi.prototype.delete=Lk,gi.prototype.get=xk,gi.prototype.has=Vk,gi.prototype.set=Uk;var Fk=200;function Bk(t,e){var r=this.__data__;if(r instanceof dn){var n=r.__data__;if(!pa||n.length<Fk-1)return n.push([t,e]),this.size=++r.size,this;r=this.__data__=new gi(n)}return r.set(t,e),this.size=r.size,this}function Gr(t){var e=this.__data__=new dn(t);this.size=e.size}Gr.prototype.clear=W0,Gr.prototype.delete=j0,Gr.prototype.get=H0,Gr.prototype.has=q0,Gr.prototype.set=Bk;function Wk(t,e){for(var r=-1,n=t==null?0:t.length;++r<n&&e(t[r],r,t)!==!1;);return t}var jk=function(){try{var t=pi(Object,"defineProperty");return t({},"",{}),t}catch(e){}}();const Yc=jk;function Du(t,e,r){e=="__proto__"&&Yc?Yc(t,e,{configurable:!0,enumerable:!0,value:r,writable:!0}):t[e]=r}var Hk=Object.prototype,qk=Hk.hasOwnProperty;function ef(t,e,r){var n=t[e];(!(qk.call(t,e)&&ua(n,r))||r===void 0&&!(e in t))&&Du(t,e,r)}function ga(t,e,r,n){var i=!r;r||(r={});for(var s=-1,a=e.length;++s<a;){var c=e[s],d=n?n(r[c],t[c],c,r,t):void 0;d===void 0&&(d=t[c]),i?Du(r,c,d):ef(r,c,d)}return r}function Gk(t,e){for(var r=-1,n=Array(t);++r<t;)n[r]=e(r);return n}function Jr(t){return t!=null&&typeof t=="object"}var Jk="[object Arguments]";function tf(t){return Jr(t)&&ui(t)==Jk}var rf=Object.prototype,$k=rf.hasOwnProperty,Kk=rf.propertyIsEnumerable,zk=tf(function(){return arguments}())?tf:function(t){return Jr(t)&&$k.call(t,"callee")&&!Kk.call(t,"callee")};const Qc=zk;var Yk=Array.isArray;const Rn=Yk;function Qk(){return!1}var nf=typeof exports=="object"&&exports&&!exports.nodeType&&exports,sf=nf&&typeof module=="object"&&module&&!module.nodeType&&module,Xk=sf&&sf.exports===nf,af=Xk?Sr.Buffer:void 0,Zk=af?af.isBuffer:void 0,eb=Zk||Qk;const ds=eb;var tb=9007199254740991,rb=/^(?:0|[1-9]\d*)$/;function of(t,e){var r=typeof t;return e=e==null?tb:e,!!e&&(r=="number"||r!="symbol"&&rb.test(t))&&t>-1&&t%1==0&&t<e}var nb=9007199254740991;function cf(t){return typeof t=="number"&&t>-1&&t%1==0&&t<=nb}var ib="[object Arguments]",sb="[object Array]",ab="[object Boolean]",ob="[object Date]",cb="[object Error]",db="[object Function]",lb="[object Map]",ub="[object Number]",hb="[object Object]",pb="[object RegExp]",mb="[object Set]",gb="[object String]",fb="[object WeakMap]",vb="[object ArrayBuffer]",yb="[object DataView]",Sb="[object Float32Array]",Eb="[object Float64Array]",Tb="[object Int8Array]",kb="[object Int16Array]",bb="[object Int32Array]",wb="[object Uint8Array]",_b="[object Uint8ClampedArray]",Pb="[object Uint16Array]",Ib="[object Uint32Array]",Ce={};Ce[Sb]=Ce[Eb]=Ce[Tb]=Ce[kb]=Ce[bb]=Ce[wb]=Ce[_b]=Ce[Pb]=Ce[Ib]=!0,Ce[ib]=Ce[sb]=Ce[vb]=Ce[ab]=Ce[yb]=Ce[ob]=Ce[cb]=Ce[db]=Ce[lb]=Ce[ub]=Ce[hb]=Ce[pb]=Ce[mb]=Ce[gb]=Ce[fb]=!1;function Cb(t){return Jr(t)&&cf(t.length)&&!!Ce[ui(t)]}function Ou(t){return function(e){return t(e)}}var df=typeof exports=="object"&&exports&&!exports.nodeType&&exports,fa=df&&typeof module=="object"&&module&&!module.nodeType&&module,Rb=fa&&fa.exports===df,Nu=Rb&&Yg.process,Mb=function(){try{var t=fa&&fa.require&&fa.require("util").types;return t||Nu&&Nu.binding&&Nu.binding("util")}catch(e){}}();const ls=Mb;var lf=ls&&ls.isTypedArray,Ab=lf?Ou(lf):Cb;const Xc=Ab;var Db=Object.prototype,Ob=Db.hasOwnProperty;function uf(t,e){var r=Rn(t),n=!r&&Qc(t),i=!r&&!n&&ds(t),s=!r&&!n&&!i&&Xc(t),a=r||n||i||s,c=a?Gk(t.length,String):[],d=c.length;for(var l in t)(e||Ob.call(t,l))&&!(a&&(l=="length"||i&&(l=="offset"||l=="parent")||s&&(l=="buffer"||l=="byteLength"||l=="byteOffset")||of(l,d)))&&c.push(l);return c}var Nb=Object.prototype;function Zc(t){var e=t&&t.constructor,r=typeof e=="function"&&e.prototype||Nb;return t===r}function hf(t,e){return function(r){return t(e(r))}}var Lb=hf(Object.keys,Object);const xb=Lb;var Vb=Object.prototype,Ub=Vb.hasOwnProperty;function pf(t){if(!Zc(t))return xb(t);var e=[];for(var r in Object(t))Ub.call(t,r)&&r!="constructor"&&e.push(r);return e}function va(t){return t!=null&&cf(t.length)&&!Mu(t)}function Lu(t){return va(t)?uf(t):pf(t)}function Fb(t,e){return t&&ga(e,Lu(e),t)}function Bb(t){var e=[];if(t!=null)for(var r in Object(t))e.push(r);return e}var Wb=Object.prototype,jb=Wb.hasOwnProperty;function Hb(t){if(!Er(t))return Bb(t);var e=Zc(t),r=[];for(var n in t)n=="constructor"&&(e||!jb.call(t,n))||r.push(n);return r}function ya(t){return va(t)?uf(t,!0):Hb(t)}function qb(t,e){return t&&ga(e,ya(e),t)}var mf=typeof exports=="object"&&exports&&!exports.nodeType&&exports,gf=mf&&typeof module=="object"&&module&&!module.nodeType&&module,Gb=gf&&gf.exports===mf,ff=Gb?Sr.Buffer:void 0,vf=ff?ff.allocUnsafe:void 0;function yf(t,e){if(e)return t.slice();var r=t.length,n=vf?vf(r):new t.constructor(r);return t.copy(n),n}function Sf(t,e){var r=-1,n=t.length;for(e||(e=Array(n));++r<n;)e[r]=t[r];return e}function Jb(t,e){for(var r=-1,n=t==null?0:t.length,i=0,s=[];++r<n;){var a=t[r];e(a,r,t)&&(s[i++]=a)}return s}function Ef(){return[]}var $b=Object.prototype,Kb=$b.propertyIsEnumerable,Tf=Object.getOwnPropertySymbols,zb=Tf?function(t){return t==null?[]:(t=Object(t),Jb(Tf(t),function(e){return Kb.call(t,e)}))}:Ef;const xu=zb;function Yb(t,e){return ga(t,xu(t),e)}function kf(t,e){for(var r=-1,n=e.length,i=t.length;++r<n;)t[i+r]=e[r];return t}var Qb=hf(Object.getPrototypeOf,Object);const Vu=Qb;var Xb=Object.getOwnPropertySymbols,Zb=Xb?function(t){for(var e=[];t;)kf(e,xu(t)),t=Vu(t);return e}:Ef;const bf=Zb;function ew(t,e){return ga(t,bf(t),e)}function wf(t,e,r){var n=e(t);return Rn(t)?n:kf(n,r(t))}function Uu(t){return wf(t,Lu,xu)}function tw(t){return wf(t,ya,bf)}var rw=pi(Sr,"DataView");const Fu=rw;var nw=pi(Sr,"Promise");const Bu=nw;var iw=pi(Sr,"Set");const Wu=iw;var sw=pi(Sr,"WeakMap");const ju=sw;var _f="[object Map]",aw="[object Object]",Pf="[object Promise]",If="[object Set]",Cf="[object WeakMap]",Rf="[object DataView]",ow=hi(Fu),cw=hi(pa),dw=hi(Bu),lw=hi(Wu),uw=hi(ju),fi=ui;(Fu&&fi(new Fu(new ArrayBuffer(1)))!=Rf||pa&&fi(new pa)!=_f||Bu&&fi(Bu.resolve())!=Pf||Wu&&fi(new Wu)!=If||ju&&fi(new ju)!=Cf)&&(fi=function(t){var e=ui(t),r=e==aw?t.constructor:void 0,n=r?hi(r):"";if(n)switch(n){case ow:return Rf;case cw:return _f;case dw:return Pf;case lw:return If;case uw:return Cf}return e});const us=fi;var hw=Object.prototype,pw=hw.hasOwnProperty;function mw(t){var e=t.length,r=new t.constructor(e);return e&&typeof t[0]=="string"&&pw.call(t,"index")&&(r.index=t.index,r.input=t.input),r}var gw=Sr.Uint8Array;const ed=gw;function Hu(t){var e=new t.constructor(t.byteLength);return new ed(e).set(new ed(t)),e}function fw(t,e){var r=e?Hu(t.buffer):t.buffer;return new t.constructor(r,t.byteOffset,t.byteLength)}var vw=/\w*$/;function yw(t){var e=new t.constructor(t.source,vw.exec(t));return e.lastIndex=t.lastIndex,e}var Mf=Cn?Cn.prototype:void 0,Af=Mf?Mf.valueOf:void 0;function Sw(t){return Af?Object(Af.call(t)):{}}function Df(t,e){var r=e?Hu(t.buffer):t.buffer;return new t.constructor(r,t.byteOffset,t.length)}var Ew="[object Boolean]",Tw="[object Date]",kw="[object Map]",bw="[object Number]",ww="[object RegExp]",_w="[object Set]",Pw="[object String]",Iw="[object Symbol]",Cw="[object ArrayBuffer]",Rw="[object DataView]",Mw="[object Float32Array]",Aw="[object Float64Array]",Dw="[object Int8Array]",Ow="[object Int16Array]",Nw="[object Int32Array]",Lw="[object Uint8Array]",xw="[object Uint8ClampedArray]",Vw="[object Uint16Array]",Uw="[object Uint32Array]";function Fw(t,e,r){var n=t.constructor;switch(e){case Cw:return Hu(t);case Ew:case Tw:return new n(+t);case Rw:return fw(t,r);case Mw:case Aw:case Dw:case Ow:case Nw:case Lw:case xw:case Vw:case Uw:return Df(t,r);case kw:return new n;case bw:case Pw:return new n(t);case ww:return yw(t);case _w:return new n;case Iw:return Sw(t)}}var Of=Object.create,Bw=function(){function t(){}return function(e){if(!Er(e))return{};if(Of)return Of(e);t.prototype=e;var r=new t;return t.prototype=void 0,r}}();const Ww=Bw;function Nf(t){return typeof t.constructor=="function"&&!Zc(t)?Ww(Vu(t)):{}}var jw="[object Map]";function Hw(t){return Jr(t)&&us(t)==jw}var Lf=ls&&ls.isMap,qw=Lf?Ou(Lf):Hw;const Gw=qw;var Jw="[object Set]";function $w(t){return Jr(t)&&us(t)==Jw}var xf=ls&&ls.isSet,Kw=xf?Ou(xf):$w;const zw=Kw;var Yw=1,Qw=2,Xw=4,Vf="[object Arguments]",Zw="[object Array]",e_="[object Boolean]",t_="[object Date]",r_="[object Error]",Uf="[object Function]",n_="[object GeneratorFunction]",i_="[object Map]",s_="[object Number]",Ff="[object Object]",a_="[object RegExp]",o_="[object Set]",c_="[object String]",d_="[object Symbol]",l_="[object WeakMap]",u_="[object ArrayBuffer]",h_="[object DataView]",p_="[object Float32Array]",m_="[object Float64Array]",g_="[object Int8Array]",f_="[object Int16Array]",v_="[object Int32Array]",y_="[object Uint8Array]",S_="[object Uint8ClampedArray]",E_="[object Uint16Array]",T_="[object Uint32Array]",ke={};ke[Vf]=ke[Zw]=ke[u_]=ke[h_]=ke[e_]=ke[t_]=ke[p_]=ke[m_]=ke[g_]=ke[f_]=ke[v_]=ke[i_]=ke[s_]=ke[Ff]=ke[a_]=ke[o_]=ke[c_]=ke[d_]=ke[y_]=ke[S_]=ke[E_]=ke[T_]=!0,ke[r_]=ke[Uf]=ke[l_]=!1;function td(t,e,r,n,i,s){var a,c=e&Yw,d=e&Qw,l=e&Xw;if(r&&(a=i?r(t,n,i,s):r(t)),a!==void 0)return a;if(!Er(t))return t;var p=Rn(t);if(p){if(a=mw(t),!c)return Sf(t,a)}else{var m=us(t),S=m==Uf||m==n_;if(ds(t))return yf(t,c);if(m==Ff||m==Vf||S&&!i){if(a=d||S?{}:Nf(t),!c)return d?ew(t,qb(a,t)):Yb(t,Fb(a,t))}else{if(!ke[m])return i?t:{};a=Fw(t,m,c)}}s||(s=new Gr);var E=s.get(t);if(E)return E;s.set(t,a),zw(t)?t.forEach(function(M){a.add(td(M,e,r,M,t,s))}):Gw(t)&&t.forEach(function(M,F){a.set(F,td(M,e,r,F,t,s))});var b=l?d?tw:Uu:d?ya:Lu,O=p?void 0:b(t);return Wk(O||t,function(M,F){O&&(F=M,M=t[F]),ef(a,F,td(M,e,r,F,t,s))}),a}var k_=1,b_=4;function qu(t){return td(t,k_|b_)}var w_="[object Symbol]";function __(t){return typeof t=="symbol"||Jr(t)&&ui(t)==w_}var P_=Object.defineProperty,I_=(t,e)=>{for(var r in e)P_(t,r,{get:e[r],enumerable:!0})},C_={};I_(C_,{permissions:()=>R_,theme:()=>M_});var Pt=(t=>(t.GroupCall="GROUP_CALL",t.Webinar="WEBINAR",t.AudioRoom="AUDIO_ROOM",t.Livestream="LIVESTREAM",t.Chat="CHAT",t))(Pt||{}),Y=(t=>(t.Allowed="ALLOWED",t.NotAllowed="NOT_ALLOWED",t.CanRequest="CAN_REQUEST",t))(Y||{}),R_={view_type:"GROUP_CALL",accept_waiting_requests:!1,accept_present_requests:!1,request_produce:!1,can_allow_participant_audio:!1,can_allow_participant_screensharing:!1,can_allow_participant_video:!1,can_spotlight:!1,request_kick_participant:!1,kick_participant:!1,pin_participant:!1,can_edit_display_name:!1,can_record:!1,can_livestream:!1,can_present:!0,waiting_room_type:"SKIP_ON_ACCEPT",recorder_type:"NONE",plugins:{can_close:!0,can_start:!0},polls:{can_create:!0,can_vote:!0,can_view:!0},produce:{video:{allow:!0,quality:"vga",frame_rate:24},audio:!0,screenshare:{allow:!0,quality:"hd",frame_rate:5}},chat:{public:{can_send:!0,text:!0,files:!0},private:{can_send:!1,can_receive:!1,text:!1,files:!1}},connected_meetings:{can_alter_connected_meetings:!1,can_switch_connected_meetings:!1,can_switch_to_parent_meeting:!1},reactions:!1,hidden_participant:!1,is_recorder:!1,show_participant_list:!0,can_change_participant_role:!1,can_change_theme:!1,max_screenshare_count:1},M_={setup_screen:{is_enabled:!0},alone_here:{is_enabled:!0},waiting_room:{is_enabled:!1,enable_preview:!0},control_bar:{is_enabled:!0,elements:{plugins:!0,screenshare:!0,invite:!0,participants:!0,chat:!0,reactions:!1,polls:!0,fullscreen:!0,layout:!0}},header:{is_enabled:!0,elements:{timer:!0,title:!0,participant_count:!0,change_layout:!0}},pip_mode:!0,auto_tune:!0,grid:{multi:{maxVideoCount:6,videoFit:"cover"},single:{maxVideoCount:6,videoFit:"cover"},defaultView:"multi"},controls:{pip_toggle:!1}},Bf="hXgU8Wc8pwuGNq9ms5q9Hh",Wf;typeof li!="undefined"&&(Wf=li==null?void 0:li.env)!=null&&Wf.FLAGSMITH_ENVIRONMENT_KEY&&(Bf=li.env.FLAGSMITH_ENVIRONMENT_KEY);function A_(t=[]){const e={};return t.forEach(r=>{e[r.feature.name]={enabled:r.enabled,value:r.feature_state_value}}),e}var D_=class{constructor(t=Bf){f(this,"flags",{}),f(this,"environmentKey",null),this.environmentKey=t}identifyAndFetchFlagsWithRetry(t){return u(this,arguments,function*({primaryEndpoint:e,secondaryEndpoint:r,forceEvaluate:n,timeout:i,uniqueIdentifier:s,traitsObj:a,logger:c}){const d=JSON.parse(JSON.stringify(a)),l=Object.entries(d).map(m=>({trait_key:m[0],trait_value:m[1]})),p=[e,r,r];for(const m of p)try{const S="_"+(Math.random()+1).toString(36).substring(2),E=yield O0.post(`https://${m}/api/v1/identities/`,{identifier:s+(n?S:""),traits:l},{headers:{"Content-Type":"application/json","X-Environment-Key":this.environmentKey},timeout:i});return A_(E.data.flags||[])}catch(S){c.error("Flagsmith identify failed!!",{error:S,url:m})}return{}})}identify(t){return u(this,arguments,function*(e,r={},n=!1,i=5e3,s="edge.api.flagsmith.com",a=console){return this.flags=yield this.identifyAndFetchFlagsWithRetry({traitsObj:r,uniqueIdentifier:e,forceEvaluate:n,timeout:i,primaryEndpoint:s,secondaryEndpoint:"edge.api.flagsmith.com",logger:a}),this.flags})}getValue(t){return this.flags&&this.flags[t]&&this.flags[t].value}hasFeature(t){return this.flags&&this.flags[t]&&this.flags[t].enabled}getAllFlags(){return this.flags}},Q=new D_,jf=[-2,-1,0,1,2],O_=[0,1,2,3,4];function N_(t){t=t.trim();let e="0",r="0",n="0";return t.length==4?(e="0x"+t[1]+t[1],r="0x"+t[2]+t[2],n="0x"+t[3]+t[3]):t.length>6&&(e="0x"+t[1]+t[2],r="0x"+t[3]+t[4],n="0x"+t[5]+t[6]),[+e,+r,+n]}var L_=(t,e,r)=>{let n,i,s;if(e==0)n=i=s=r;else{const a=(l,p,m)=>(m<0&&(m+=1),m>1&&(m-=1),m<.16666666666666666?l+(p-l)*6*m:m<.5?p:m<.6666666666666666?l+(p-l)*(.6666666666666666-m)*6:l),c=r<.5?r*(1+e):r+e-r*e,d=2*r-c;n=a(d,c,t+1/3),i=a(d,c,t),s=a(d,c,t-1/3)}return[Math.round(n*255),Math.round(i*255),Math.round(s*255)]},x_=(t,e,r)=>{t/=255,e/=255,r/=255;const n=Math.max(t,e,r),i=Math.min(t,e,r);let s,a;const c=(n+i)/2;if(n==i)s=a=0;else{const d=n-i;switch(a=c>.5?d/(2-n-i):d/(n+i),n){case t:s=(e-r)/d+(e<r?6:0);break;case e:s=(r-t)/d+2;break;case r:s=(t-e)/d+4;break}s/=6}return[s,a,c]},V_=(t,e,r)=>{const n=i=>i.toString(16).padStart(2,"0");return`#${n(t)}${n(e)}${n(r)}`},Hf=(t,e=jf,r=.4)=>{const n=[],[i,s,a]=N_(t),[c,d,l]=x_(i,s,a),p=Math.round(l*100);p>70?r=.8:p>60?r=.9:p<10?r=.075:p<42&&(r=.3);const m=e.findIndex(M=>M===0);if(m===-1)throw new Error("Invalid reducer provided, it must contain atleast one zero");const S=5-m,E=m+1,b=(100-p)/S,O=p/E;for(const M of e){let F;M<0?F=p+M*O*r:M>0?F=p+M*b*r:F=p;const[V,J,P]=L_(c,d,F/100);n.push(V_(V,J,P))}return n},qf={dark:{background:{1e3:"#252525",900:"#2F2F2F",800:"#323232",700:"#3E3E3E",600:"#4A4A4A"},text:"#F5F5F5","video-bg":"#1C1C1C"},light:{background:{1e3:"#FFFFFF",900:"#F5F5F5",800:"#EBEBEB",700:"#E0E0E0",600:"#D6D6D6"},text:"#111111","text-on-brand":"#ffffff","video-bg":"#DADADA"}},U_=t=>{const[e,r,n,i,s]=Hf(t,jf);return{300:e,400:r,500:n,600:i,700:s}},F_=t=>{if(t==="#FFFFFF")return qf.light.background;if(t==="#000000")return qf.dark.background;const[e,r,n,i,s]=Hf(t,O_);return{1e3:e,900:r,800:n,700:i,600:s}},B_={border_radius:"rounded",border_width:"thin",spacing_base:4,theme:"dark",colors:{brand:U_("#2160FD"),background:F_("#141414"),danger:"#FF2D2D",text:"#EEEEEE",text_on_brand:"#EEEEEE",success:"#62A504",video_bg:"#191919",warning:"#FFCD07"}};function Gf(){return qu(B_)}var W_={permissions:{can_accept_production_requests:!1,can_edit_display_name:!0,accept_waiting_requests:!1,disable_participant_audio:!1,disable_participant_screensharing:!1,disable_participant_video:!1,can_spotlight:!1,kick_participant:!1,pin_participant:!1,can_record:!1,can_livestream:!1,waiting_room_type:"SKIP",plugins:{can_close:!0,can_start:!0,can_edit_config:!1,config:{}},polls:{can_create:!0,can_vote:!0,can_view:!0},media:{video:{can_produce:"ALLOWED",can_consume:"ALLOWED"},audio:{can_produce:"ALLOWED"},screenshare:{can_produce:"ALLOWED",can_consume:"ALLOWED"}},chat:{public:{can_send:!0,text:!0,files:!0},private:{can_send:!1,can_receive:!1,text:!1,files:!1},channel:{can_create:"ALL",can_delete:"ALL",can_update:"ALL",can_read_all:!1},message:{can_delete:"ALL",can_edit:"ALL",delete_cutoff_time_seconds:0,edit_cutoff_time_seconds:0}},hidden_participant:!1,is_recorder:!1,recorder_type:"NONE",show_participant_list:!0,transcription_enabled:!1,can_change_participant_permissions:!1,connected_meetings:{can_alter_connected_meetings:!1,can_switch_connected_meetings:!1,can_switch_to_parent_meeting:!1},stage_enabled:!1,stage_access:void 0,accept_stage_requests:!1},ui:{oldTheme:{setup_screen:{is_enabled:!1},alone_here:{is_enabled:!1},waiting_room:{is_enabled:!1,enable_preview:!0},control_bar:{is_enabled:!0,elements:{plugins:!0,screenshare:!0,invite:!1,participants:!0,chat:!0,reactions:!1,polls:!0,fullscreen:!0,layout:!0}},header:{is_enabled:!0,elements:{timer:!0,title:!0,participant_count:!0,change_layout:!0}},pip_mode:!0,auto_tune:!0,colors:{primary:"#2160FD",secondary:"#1A1A1A",text:"#EEEEEE",background:"#1A1A1A",textPrimary:"#EEEEEE",videoBackground:"#1A1A1A"},dimensions:{mode:"fillParent"},grid:{multi:{maxVideoCount:6,videoFit:"cover"},single:{maxVideoCount:6,videoFit:"cover"},defaultView:"MULTI"},controls:{pip_toggle:!1},plugins:[]},design_tokens:Gf(),config_diff:{}},config:{view_type:"GROUP_CALL",media:{audio:{enable_stereo:!1,enable_high_bitrate:!1},video:{quality:"vga",frame_rate:24},screenshare:{quality:"hd",frame_rate:5}},max_video_streams:{mobile:6,desktop:6},max_screenshare_count:1},version:"hybrid"};function j_(){return qu(W_)}var H_={permissions:{can_accept_production_requests:!1,can_edit_display_name:!0,accept_waiting_requests:!1,disable_participant_audio:!1,disable_participant_screensharing:!1,disable_participant_video:!1,can_spotlight:!1,kick_participant:!1,pin_participant:!1,can_record:!1,can_livestream:!1,waiting_room_type:"SKIP",plugins:{can_close:!0,can_start:!0,can_edit_config:!1,config:{}},polls:{can_create:!0,can_vote:!0,can_view:!0},media:{video:{can_produce:"ALLOWED"},audio:{can_produce:"ALLOWED"},screenshare:{can_produce:"ALLOWED"}},chat:{public:{can_send:!0,text:!0,files:!0},private:{can_send:!1,can_receive:!1,text:!1,files:!1}},hidden_participant:!1,is_recorder:!1,recorder_type:"NONE",show_participant_list:!0,transcription_enabled:!1,can_change_participant_permissions:!1,connected_meetings:{can_alter_connected_meetings:!1,can_switch_connected_meetings:!1,can_switch_to_parent_meeting:!1},stage_enabled:!1,stage_access:void 0,accept_stage_requests:!1},ui:{design_tokens:Gf(),config_diff:{}},config:{view_type:"GROUP_CALL",media:{audio:{enable_stereo:!1,enable_high_bitrate:!1},video:{quality:"vga",frame_rate:24},screenshare:{quality:"hd",frame_rate:5}},max_video_streams:{mobile:6,desktop:6},max_screenshare_count:1},version:"2.0.0"};function Gu(){return qu(H_)}var q_=/\s/;function G_(t){for(var e=t.length;e--&&q_.test(t.charAt(e)););return e}var J_=/^\s+/;function $_(t){return t&&t.slice(0,G_(t)+1).replace(J_,"")}var Jf=0/0,K_=/^[-+]0x[0-9a-f]+$/i,z_=/^0b[01]+$/i,Y_=/^0o[0-7]+$/i,Q_=parseInt;function $f(t){if(typeof t=="number")return t;if(__(t))return Jf;if(Er(t)){var e=typeof t.valueOf=="function"?t.valueOf():t;t=Er(e)?e+"":e}if(typeof t!="string")return t===0?t:+t;t=$_(t);var r=z_.test(t);return r||Y_.test(t)?Q_(t.slice(2),r?2:8):K_.test(t)?Jf:+t}function Kf(t){return t}function X_(t,e,r){switch(r.length){case 0:return t.call(e);case 1:return t.call(e,r[0]);case 2:return t.call(e,r[0],r[1]);case 3:return t.call(e,r[0],r[1],r[2])}return t.apply(e,r)}var Z_=800,eP=16,tP=Date.now;function rP(t){var e=0,r=0;return function(){var n=tP(),i=eP-(n-r);if(r=n,i>0){if(++e>=Z_)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}function nP(t){return function(){return t}}var iP=Yc?function(t,e){return Yc(t,"toString",{configurable:!0,enumerable:!1,value:nP(e),writable:!0})}:Kf,sP=rP(iP);const aP=sP;var zf=Math.max;function oP(t,e,r){return e=zf(e===void 0?t.length-1:e,0),function(){for(var n=arguments,i=-1,s=zf(n.length-e,0),a=Array(s);++i<s;)a[i]=n[e+i];i=-1;for(var c=Array(e+1);++i<e;)c[i]=n[i];return c[e]=r(a),X_(t,this,c)}}function cP(t,e){return aP(oP(t,e,Kf),t+"")}function dP(t,e,r){if(!Er(r))return!1;var n=typeof e;return(n=="number"?va(r)&&of(e,r.length):n=="string"&&e in r)?ua(r[e],t):!1}function lP(t){return cP(function(e,r){var n=-1,i=r.length,s=i>1?r[i-1]:void 0,a=i>2?r[2]:void 0;for(s=t.length>3&&typeof s=="function"?(i--,s):void 0,a&&dP(r[0],r[1],a)&&(s=i<3?void 0:s,i=1),e=Object(e);++n<i;){var c=r[n];c&&t(e,c,n,s)}return e})}var uP="[object Object]",hP=Function.prototype,pP=Object.prototype,Yf=hP.toString,mP=pP.hasOwnProperty,gP=Yf.call(Object);function fP(t){if(!Jr(t)||ui(t)!=uP)return!1;var e=Vu(t);if(e===null)return!0;var r=mP.call(e,"constructor")&&e.constructor;return typeof r=="function"&&r instanceof r&&Yf.call(r)==gP}var vP="__lodash_hash_undefined__";function yP(t){return this.__data__.set(t,vP),this}function SP(t){return this.__data__.has(t)}function rd(t){var e=-1,r=t==null?0:t.length;for(this.__data__=new gi;++e<r;)this.add(t[e])}rd.prototype.add=rd.prototype.push=yP,rd.prototype.has=SP;function EP(t,e){for(var r=-1,n=t==null?0:t.length;++r<n;)if(e(t[r],r,t))return!0;return!1}function TP(t,e){return t.has(e)}var kP=1,bP=2;function Qf(t,e,r,n,i,s){var a=r&kP,c=t.length,d=e.length;if(c!=d&&!(a&&d>c))return!1;var l=s.get(t),p=s.get(e);if(l&&p)return l==e&&p==t;var m=-1,S=!0,E=r&bP?new rd:void 0;for(s.set(t,e),s.set(e,t);++m<c;){var b=t[m],O=e[m];if(n)var M=a?n(O,b,m,e,t,s):n(b,O,m,t,e,s);if(M!==void 0){if(M)continue;S=!1;break}if(E){if(!EP(e,function(F,V){if(!TP(E,V)&&(b===F||i(b,F,r,n,s)))return E.push(V)})){S=!1;break}}else if(!(b===O||i(b,O,r,n,s))){S=!1;break}}return s.delete(t),s.delete(e),S}function wP(t){var e=-1,r=Array(t.size);return t.forEach(function(n,i){r[++e]=[i,n]}),r}function _P(t){var e=-1,r=Array(t.size);return t.forEach(function(n){r[++e]=n}),r}var PP=1,IP=2,CP="[object Boolean]",RP="[object Date]",MP="[object Error]",AP="[object Map]",DP="[object Number]",OP="[object RegExp]",NP="[object Set]",LP="[object String]",xP="[object Symbol]",VP="[object ArrayBuffer]",UP="[object DataView]",Xf=Cn?Cn.prototype:void 0,Ju=Xf?Xf.valueOf:void 0;function FP(t,e,r,n,i,s,a){switch(r){case UP:if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case VP:return!(t.byteLength!=e.byteLength||!s(new ed(t),new ed(e)));case CP:case RP:case DP:return ua(+t,+e);case MP:return t.name==e.name&&t.message==e.message;case OP:case LP:return t==e+"";case AP:var c=wP;case NP:var d=n&PP;if(c||(c=_P),t.size!=e.size&&!d)return!1;var l=a.get(t);if(l)return l==e;n|=IP,a.set(t,e);var p=Qf(c(t),c(e),n,i,s,a);return a.delete(t),p;case xP:if(Ju)return Ju.call(t)==Ju.call(e)}return!1}var BP=1,WP=Object.prototype,jP=WP.hasOwnProperty;function HP(t,e,r,n,i,s){var a=r&BP,c=Uu(t),d=c.length,l=Uu(e),p=l.length;if(d!=p&&!a)return!1;for(var m=d;m--;){var S=c[m];if(!(a?S in e:jP.call(e,S)))return!1}var E=s.get(t),b=s.get(e);if(E&&b)return E==e&&b==t;var O=!0;s.set(t,e),s.set(e,t);for(var M=a;++m<d;){S=c[m];var F=t[S],V=e[S];if(n)var J=a?n(V,F,S,e,t,s):n(F,V,S,t,e,s);if(!(J===void 0?F===V||i(F,V,r,n,s):J)){O=!1;break}M||(M=S=="constructor")}if(O&&!M){var P=t.constructor,Z=e.constructor;P!=Z&&"constructor"in t&&"constructor"in e&&!(typeof P=="function"&&P instanceof P&&typeof Z=="function"&&Z instanceof Z)&&(O=!1)}return s.delete(t),s.delete(e),O}var qP=1,Zf="[object Arguments]",ev="[object Array]",nd="[object Object]",GP=Object.prototype,tv=GP.hasOwnProperty;function JP(t,e,r,n,i,s){var a=Rn(t),c=Rn(e),d=a?ev:us(t),l=c?ev:us(e);d=d==Zf?nd:d,l=l==Zf?nd:l;var p=d==nd,m=l==nd,S=d==l;if(S&&ds(t)){if(!ds(e))return!1;a=!0,p=!1}if(S&&!p)return s||(s=new Gr),a||Xc(t)?Qf(t,e,r,n,i,s):FP(t,e,d,r,n,i,s);if(!(r&qP)){var E=p&&tv.call(t,"__wrapped__"),b=m&&tv.call(e,"__wrapped__");if(E||b){var O=E?t.value():t,M=b?e.value():e;return s||(s=new Gr),i(O,M,r,n,s)}}return S?(s||(s=new Gr),HP(t,e,r,n,i,s)):!1}function rv(t,e,r,n,i){return t===e?!0:t==null||e==null||!Jr(t)&&!Jr(e)?t!==t&&e!==e:JP(t,e,r,n,rv,i)}function $P(t){return function(e,r,n){for(var i=-1,s=Object(e),a=n(e),c=a.length;c--;){var d=a[t?c:++i];if(r(s[d],d,s)===!1)break}return e}}var KP=$P();const zP=KP;var YP=function(){return Sr.Date.now()};const $u=YP;var QP="Expected a function",XP=Math.max,ZP=Math.min;function id(t,e,r){var n,i,s,a,c,d,l=0,p=!1,m=!1,S=!0;if(typeof t!="function")throw new TypeError(QP);e=$f(e)||0,Er(r)&&(p=!!r.leading,m="maxWait"in r,s=m?XP($f(r.maxWait)||0,e):s,S="trailing"in r?!!r.trailing:S);function E(ae){var Ie=n,ce=i;return n=i=void 0,l=ae,a=t.apply(ce,Ie),a}function b(ae){return l=ae,c=setTimeout(F,e),p?E(ae):a}function O(ae){var Ie=ae-d,ce=ae-l,Ue=e-Ie;return m?ZP(Ue,s-ce):Ue}function M(ae){var Ie=ae-d,ce=ae-l;return d===void 0||Ie>=e||Ie<0||m&&ce>=s}function F(){var ae=$u();if(M(ae))return V(ae);c=setTimeout(F,O(ae))}function V(ae){return c=void 0,S&&n?E(ae):(n=i=void 0,a)}function J(){c!==void 0&&clearTimeout(c),l=0,n=d=i=c=void 0}function P(){return c===void 0?a:V($u())}function Z(){var ae=$u(),Ie=M(ae);if(n=arguments,i=this,d=ae,Ie){if(c===void 0)return b(d);if(m)return clearTimeout(c),c=setTimeout(F,e),E(d)}return c===void 0&&(c=setTimeout(F,e)),a}return Z.cancel=J,Z.flush=P,Z}function Ku(t,e,r){(r!==void 0&&!ua(t[e],r)||r===void 0&&!(e in t))&&Du(t,e,r)}function eI(t){return Jr(t)&&va(t)}function zu(t,e){if(!(e==="constructor"&&typeof t[e]=="function")&&e!="__proto__")return t[e]}function tI(t){return ga(t,ya(t))}function rI(t,e,r,n,i,s,a){var c=zu(t,r),d=zu(e,r),l=a.get(d);if(l){Ku(t,r,l);return}var p=s?s(c,d,r+"",t,e,a):void 0,m=p===void 0;if(m){var S=Rn(d),E=!S&&ds(d),b=!S&&!E&&Xc(d);p=d,S||E||b?Rn(c)?p=c:eI(c)?p=Sf(c):E?(m=!1,p=yf(d,!0)):b?(m=!1,p=Df(d,!0)):p=[]:fP(d)||Qc(d)?(p=c,Qc(c)?p=tI(c):(!Er(c)||Mu(c))&&(p=Nf(d))):m=!1}m&&(a.set(d,p),i(p,d,n,s,a),a.delete(d)),Ku(t,r,p)}function nv(t,e,r,n,i){t!==e&&zP(e,function(s,a){if(i||(i=new Gr),Er(s))rI(t,e,a,r,nv,n,i);else{var c=n?n(zu(t,a),s,a+"",t,e,i):void 0;c===void 0&&(c=s),Ku(t,a,c)}},ya)}var nI="[object Map]",iI="[object Set]",sI=Object.prototype,aI=sI.hasOwnProperty;function oI(t){if(t==null)return!0;if(va(t)&&(Rn(t)||typeof t=="string"||typeof t.splice=="function"||ds(t)||Xc(t)||Qc(t)))return!t.length;var e=us(t);if(e==nI||e==iI)return!t.size;if(Zc(t))return!pf(t).length;for(var r in t)if(aI.call(t,r))return!1;return!0}function cI(t,e){return rv(t,e)}var dI=lP(function(t,e,r){nv(t,e,r)});const Mn=dI;var Yu=(t=>(t.PARTICIPANT="PARTICIPANT",t.PEER="PEER",t.CLIENT="CLIENT",t))(Yu||{});const ie={PROPAGATE_KICK_ALL:"propagate_kick_across_rooms",REFRESH_ID_ON_DISCONNECTION:"refresh_id_on_disconnection",SIMULCAST:"simulcast",CHAT_SOCKET_SERVER:"chat_socket_server",POLL_SOCKET_SERVER:"poll_socket_server",PLUGIN_SOCKET_SERVER:"plugin_socket_server",NR_OTEL_WEB:"nr_otel_web",ICE_RESTART_ON_FAILED_STATE:"ice_restart_on_failed_state",ICE_RESTART_ON_DISCONNECTED_STATE:"ice_restart_on_disconnected_state",ENABLE_ICE_STATE_LOGGING:"enable_ice_state_logging",SUPPRESS_PEER_MUTE_UNMUTE_EMITS:"web_core_suppress_peer_mute_unmute_emits",SKIP_OTEL_TRACES:"skip_otel_traces",USE_USERIDS_IN_CHAT:"use_userids_in_chat",CUSTOM_PING_PONG:"custom_ping_pong",ENABLE_HIVE_SIMULCAST:"enable_hive_simulcast",ENABLE_HIVE_TRANSPORT_RECONNECTION_ON_ICE_FAILED:"enable_hive_transport_reconnection_on_ice_failed",ENABLE_HIVE_EXPERIMENTAL_FAIL_RECOVERY:"enable_hive_fail_recovery",ENABLE_HIVE_INFINITE_RETRIES:"enable_hive_infinite_retries",HIVE_TRANSPORT_FORCE_RELAY_ON_ICE_FAILED:"hive_transport_force_relay_on_ice_failed",ENABLE_HIVE_CONSUME_OVER_DC:"enable_hive_consume_over_dc",ENABLE_CF_SIMULCAST:"enable_cf_simulcast",ENABLE_CF_TRANSPORT_RECONNECTION_ON_ICE_FAILED:"enable_cf_transport_reconnection_on_ice_failed",ENABLE_CF_EXPERIMENTAL_FAIL_RECOVERY:"enable_cf_fail_recovery",ENABLE_CF_INFINITE_RETRIES:"enable_cf_infinite_retries",CF_TRANSPORT_FORCE_RELAY_ON_ICE_FAILED:"cf_transport_force_relay_on_ice_failed",BYPASS_LOG_EXCLUSION_LIST:"bypass_log_exclusion_list",LOG_LEVEL:"log_level",V1_PLUGINS:"v1_plugins",SCREENSHARE_DTX:"screenshare_dtx",SCREENSHARE_PRIORITY:"screenshare_priority",SCREENSHARE_MIN_BITRATE:"screenshare_minbitrate",SCREENSHARE_SIMULCAST:"screenshare_simulcast",DISABLE_WEBCAM_LAYERS_ON_SCREENSHARE:"disable_webcam_layers_on_screenshare",SCREENSHARE_FORCE_GOOG_CONFERENCE:"screenshare_force_goog_conference",LIVESTREAM:"feat_livestream",FETCH_RETRY:"fetch_retry",DISABLE_WEBCAM_SIMULCAST:"webcore_disable_webcam_simulcast",OVERRIDE_WEBCAM_SIMULCAST:"override_webcam_simulcast",SOCKET_POLLING:"socket_polling",FEAT_PAGINATED_CHAT:"feat_paginated_chat",VAL_MIN_FRAMERATE:"val_min_framerate",SCREEENSHARE_ERR_HACK:"screenshare_err_hack",SCREEENSHARE_CONSTRAINTS_RETRY:"screenshare_constraints_retry",TROUBLESHOOTING:"feat_troubleshooting",VIDEO_CONSTRAINTS:"video_constraints",SCREENSHARE_CONSTRAINTS:"screenshare_constraints",FEAT_CHAT_SDK:"feat_chat_sdk",FEAT_CHAT_SDK_SEARCH:"chat_search",OBS_QUALITY:"obs_quality",ALLOW_SAFARI_MEDIA_MIDDLEWARES:"allow_safari_media_middlewares",DYNAMIC_VIDEO_QUALITY:"dynamic_video_quality",EXP_RESHARE:"exp_reshare",LEAVE_STAGE_ON_END:"leave_stage_on_end",SKIP_SETTING_IN_USE_DEVICE:"skip_setting_in_use_device",PRECALL_BANDWIDTH_TEST:"precall_bandwidth_test",CONSUMER_BIND_NO_RETRY:"consumer_bind_no_retry",DEBUG_SOCKET_JOIN:"debug_socket_join",FORCE_RELAY:"force_relay",FORCE_VIDEO_CODEC:"force_video_codec",USE_EXPERIMENTAL_SFU_HANDLER:"use_experimental_sfu_handler",TRACK_HINT:"track_hint",OVERRIDE_HIVE_SIMULCAST_DYNAMIC:"override_hive_simulcast_dynamic",PRECREATE_PRODUCERS:"precreate_producers",DISABLE_OPUS_DTX_CF:"disable_opus_dtx_cf",ENABLE_AUDIO_ACTIVITY_DEBUG_LOGS:"enable_audio_activity_debug_logs"};function sd(t){const e={};return typeof(t==null?void 0:t.code)=="number"&&(e.code=t.code),typeof(t==null?void 0:t.code)=="string"&&(e.code=t.code.substring(0,100)),typeof(t==null?void 0:t.name)=="string"&&(e.name=t.name.substring(0,500)),typeof(t==null?void 0:t.message)=="string"&&(e.message=t.message.substring(0,500)),typeof(t==null?void 0:t.reason)=="string"&&(e.reason=t.reason.substring(0,500)),typeof(t==null?void 0:t.stack)=="string"&&(e.stack=t.stack.substring(0,500)),e}function iv(t){var e,r,n,i;const s=typeof navigator!="undefined"&&!navigator.isReactNative&&typeof window!="undefined"&&((e=window.location.host)==null?void 0:e.includes("devel"))&&((r=window.location.host)==null?void 0:r.includes("dyte.io")),a=!!((i=(n=t==null?void 0:t.getValue("modules"))==null?void 0:n.devTools)!=null&&i.logs);return s||a}function lI(t){var e;if(Q.hasFeature(ie.LOG_LEVEL)){let r=((e=Q.getValue(ie.LOG_LEVEL))==null?void 0:e.toString())||"all";if(r=r.toLowerCase().trim(),r==="off")return!1;if(r!=="all"){const n=["debug","log","info","warn","error"],i=n.indexOf(t),s=n.indexOf(r);if(i<s)return!1}}return!0}function sv(t,e,r={}){return Object.getOwnPropertyNames(t).forEach(n=>{var i;if([null,void 0,NaN].includes(t[n])||e&&(((i=e.match(/\./g))==null?void 0:i.length)||0)>=10)return;const s=e?`${e}.${n}`:n;typeof t[n]=="object"?sv(t[n],s,r):["number","string","boolean"].includes(typeof t[n])&&(r[s]=t[n])}),r}function av(t,e,r={},n=""){const i={};try{const s=JSON.stringify(r),a=JSON.parse(s),c=sv(a,n),d=JSON.stringify(c);if(d.length>5e3){const l=`Log named: "${e}" is trying to log an flattened object of size
|
|
14
|
+
${d.length} chars that is beyond permitted limit of 5000 chars. Please optimize.`;throw iv(t)&&console.error(l,{log:r,flattened:d}),new Error(l)}return JSON.parse(d)}catch(s){const a=sd(s);i[`${n}.error.message`]=a.message||"",i[`${n}.error.stack`]=a.stack||"",i[`${n}.error.reason`]=a.reason||"",i[`${n}.error.source`]="safelyFlattenObjForOpenTelemetry"}return i}const Sa="chrome",ov="opera",cv="firefox",dv="iexplorer",lv="safari",uv="nwjs",hv="electron",pv="react-native",Qu="unknown",ad={Chrome:Sa,Chromium:Sa,Opera:ov,Firefox:cv,"Internet Explorer":dv,Safari:lv};function uI(){const{userAgent:t}=navigator,e={name:Qu,version:void 0};if(t.match(/Chrome/)&&!t.match(/Edge/))if(t.match(/Edg(A?)/)){const r=t.match(/Chrome\/([\d.]+)/)[1];Number.parseInt(r,10)>72&&(e.name=Sa,e.version=r)}else e.name=Sa,e.version=t.match(/Chrome\/([\d.]+)/)[1];return e}function hI(){const{userAgent:t}=navigator;if(t.match(/Electron/)){const e=t.match(/Electron\/([\d.]+)/)[1];return{name:hv,version:e}}return null}function pI(){const{userAgent:t}=navigator;if(t.match(/JitsiMeetNW/)){const e=t.match(/JitsiMeetNW\/([\d.]+)/)[1];return{name:uv,version:e}}}function mI(){const t=navigator.userAgent.match(/\b(react[ \t_-]*native)(?:\/(\S+))?/i);let e;if(t||navigator.product==="ReactNative")return t&&t.length>2&&(t[1],e=t[2]),e||(e="unknown"),{name:pv,version:e}}function gI(t){let e;const r=[mI,hI,pI];for(let i=0;i<r.length;i+=1)if(e=r[i](),e)return e;const n=t.getBrowserName();return n in ad?{name:ad[n],version:t.getBrowserVersion()}:(e=uI(),e||{name:Qu,version:void 0})}class fI{constructor(){f(this,"_bowser"),f(this,"_name"),f(this,"_version"),f(this,"getDeviceInfo",()=>({isMobile:this.isMobile(),browserName:this._bowser.getBrowserName(),osName:this._bowser.getOSName(),browserVersion:this._bowser.getBrowserVersion(),osVersionName:this._bowser.getOSVersion(),engineName:this._bowser.getEngineName()}))}init(e){let r,n;if(this._bowser=om.getParser(navigator.userAgent),typeof e=="undefined"){const i=gI(this._bowser);r=i.name,n=i.version}else e.name in ad?(r=ad[e.name],n=e.version):(r=Qu,n=void 0);this._name=r,this._version=n}getName(){return this._name}isChrome(){return this._name===Sa}isOpera(){return this._name===ov}isFirefox(){return this._name===cv}isIExplorer(){return this._name===dv}isSafari(){return this._name===lv}isNWJS(){return this._name===uv}isElectron(){return this._name===hv}isReactNative(){return this._name===pv||navigator.isReactNative===!0}getVersion(){return this._version}isMobile(){return this._bowser.getPlatformType()==="mobile"}_checkCondition(e){if(this._version)return this._bowser.satisfies(e)}isVersionGreaterThan(e){return this._checkCondition({[this._name]:`>${e}`})}isVersionLessThan(e){return this._checkCondition({[this._name]:`<${e}`})}isVersionEqualTo(e){return this._checkCondition({[this._name]:`~${e}`})}}class vI extends fI{doesVideoMuteByStreamRemove(){return this.isChromiumBased()||this.isWebKitBased()}supportsP2P(){return!this.usesUnifiedPlan()}isChromiumBased(){return this.isChrome()||this.isElectron()||this.isNWJS()||this.isOpera()}isWebKitBased(){return this._bowser.isEngine("webkit")&&typeof navigator.mediaDevices!="undefined"&&typeof navigator.mediaDevices.getUserMedia!="undefined"&&typeof window.RTCRtpTransceiver!="undefined"&&Object.keys(RTCRtpTransceiver.prototype).indexOf("currentDirection")>-1}isSupported(){return typeof RTCPeerConnection!="undefined"}isUserInteractionRequiredForUnmute(){return this.isFirefox()&&this.isVersionLessThan("68")}supportsVideoMuteOnConnInterrupted(){return this.isChromiumBased()||this.isReactNative()||this.isWebKitBased()}supportsBandwidthStatistics(){return!this.isFirefox()&&!this.isWebKitBased()}supportsCodecPreferences(){return this.usesUnifiedPlan()&&typeof window.RTCRtpTransceiver!="undefined"&&Object.keys(window.RTCRtpTransceiver.prototype).indexOf("setCodecPreferences")>-1&&Object.keys(RTCRtpSender.prototype).indexOf("getCapabilities")>-1&&!this.isWebKitBased()}supportsDeviceChangeEvent(){return navigator.mediaDevices&&typeof navigator.mediaDevices.ondevicechange!="undefined"&&typeof navigator.mediaDevices.addEventListener!="undefined"}supportsLocalCandidateRttStatistics(){return this.isChromiumBased()||this.isReactNative()||this.isWebKitBased()}supportsPerformanceObserver(){return typeof window.PerformanceObserver!="undefined"&&PerformanceObserver.supportedEntryTypes.indexOf("longtask")>-1}supportsReceiverStats(){return typeof window.RTCRtpReceiver!="undefined"&&Object.keys(RTCRtpReceiver.prototype).indexOf("getSynchronizationSources")>-1}supportsRTTStatistics(){return!this.isFirefox()}usesPlanB(){return!this.usesUnifiedPlan()}usesSdpMungingForSimulcast(){return this.isChromiumBased()||this.isReactNative()||this.isWebKitBased()}usesUnifiedPlan(){return!!(this.isFirefox()||this.isWebKitBased())}usesNewGumFlow(){return!!(this.isChromiumBased()||this.isFirefox()||this.isWebKitBased())}usesAdapter(){return this.usesNewGumFlow()}usesRidsForSimulcast(){return!1}supportsGetDisplayMedia(){return typeof navigator.getDisplayMedia!="undefined"||typeof navigator.mediaDevices!="undefined"&&typeof navigator.mediaDevices.getDisplayMedia!="undefined"}supportsInsertableStreams(){if(!(typeof window.RTCRtpSender!="undefined"&&(window.RTCRtpSender.prototype.createEncodedStreams||window.RTCRtpSender.prototype.createEncodedVideoStreams)))return!1;const e=new ReadableStream;try{return window.postMessage(e,"*",[e]),!0}catch(r){return!1}}supportsAudioRed(){return Boolean(window.RTCRtpSender&&window.RTCRtpSender.getCapabilities&&window.RTCRtpSender.getCapabilities("audio").codecs.some(e=>e.mimeType==="audio/red")&&window.RTCRtpReceiver&&window.RTCRtpReceiver.getCapabilities&&window.RTCRtpReceiver.getCapabilities("audio").codecs.some(e=>e.mimeType==="audio/red"))}supportsSdpSemantics(){return this.isChromiumBased()}_getChromiumBasedVersion(){if(this.isChromiumBased()){if(this.isNWJS())return Number.parseInt(li.versions.chromium,10);const e=navigator.userAgent;if(e.match(/Chrome/))return Number.parseInt(e.match(/Chrome\/([\d.]+)/)[1],10)}return-1}isIOSMobile(){return this.isMobile&&this._bowser.getOSName()==="iOS"}}const Re=new vI,yI={audio:!0,video:!0,screenshareAudio:!0,screenshareVideo:!0},Ea={baseURL:"http://localhost:5000",createdAt:"2021-08-05T10:49:56.602Z",description:"Develop plugins locally",id:"09259e3b-7be8-46f6-9801-106bf1866e1c",name:"Localhost Dev",organizationId:"4ad15a19-80e2-4105-bf43-48039fd2963e",picture:"https://dyte-uploads.s3.ap-south-1.amazonaws.com/dyte.png",private:!1,published:!0,staggered:!1,tags:["#localhost","#dev"],type:"self_hosted",updatedAt:"2021-08-05T10:50:07.681Z"},SI={pip:!0,poll:!0,chat:!0,stage:!0,theme:!0,plugin:!0,tracing:!0,internals:!0,recording:!0,livestream:!0,participant:!0,devTools:{logs:!1}};function od(t,e){const r=t.getValue("overrides");return r&&r[e]?r[e]:!1}function EI({baseURI:t}){return t!=null&&t.includes("preprod.dyte")?da.PREPROD:t!=null&&t.includes("devel.dyte")?da.DEVEL:da.PROD}function hs({servicePrefix:t,baseURI:e}){return`${t}.${e}`}function mv(t){const e=t.getValue("baseURI");return{location:hs({servicePrefix:"location",baseURI:e}),locationLegacy:hs({servicePrefix:"location-legacy",baseURI:e}),daCollector:hs({servicePrefix:"da-collector",baseURI:e})}}const TI='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.242 2.932 4.826 4.826a2.75 2.75 0 0 1-.715 4.404l-4.87 2.435a.75.75 0 0 0-.374.426l-1.44 4.166a1.25 1.25 0 0 1-2.065.476L8.5 16.561 4.06 21H3v-1.06l4.44-4.44-3.105-3.104a1.25 1.25 0 0 1 .476-2.066l4.166-1.44a.75.75 0 0 0 .426-.373l2.435-4.87a2.75 2.75 0 0 1 4.405-.715Zm3.766 5.886-4.826-4.826a1.25 1.25 0 0 0-2.002.325l-2.435 4.871a2.25 2.25 0 0 1-1.278 1.12l-3.789 1.31 6.705 6.704 1.308-3.789a2.25 2.25 0 0 1 1.12-1.277l4.872-2.436a1.25 1.25 0 0 0 .325-2.002Z" fill="currentColor"/></svg>',kI='<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M4 12.02c0 1.06.2 2.1.6 3.08l.6 1.42c.22.55.64 1.01 1.17 1.29.27.14.56.21.86.21h2.55c.77 0 1.49-.41 1.87-1.08.5-.87 1.02-1.7 1.72-2.43l1.32-1.39c.44-.46.97-.84 1.49-1.23l.59-.45a.6.6 0 0 0 .23-.47c0-.75-.54-1.57-1.22-1.79a3.34 3.34 0 0 0-2.78.29V4.5a1.5 1.5 0 0 0-2.05-1.4 1.5 1.5 0 0 0-2.9 0A1.5 1.5 0 0 0 6 4.5v.09A1.5 1.5 0 0 0 4 6v6.02ZM8 4.5v4a.5.5 0 0 0 1 0v-5a.5.5 0 0 1 1 0v5a.5.5 0 0 0 1 0v-4a.5.5 0 0 1 1 0v6a.5.5 0 0 0 .85.37h.01c.22-.22.44-.44.72-.58.7-.35 2.22-.57 2.4.5l-.53.4c-.52.4-1.04.78-1.48 1.24l-1.33 1.38c-.75.79-1.31 1.7-1.85 2.63-.21.36-.6.58-1.01.58H7.23a.87.87 0 0 1-.4-.1 1.55 1.55 0 0 1-.71-.78l-.59-1.42a7.09 7.09 0 0 1-.53-2.7V6a.5.5 0 0 1 1 0v3.5a.5.5 0 0 0 1 0v-5a.5.5 0 0 1 1 0Z" fill="currentColor"></path></svg>',cd=t=>{if(!t)return;if(!t.startsWith("<svg"))return new Promise(i=>{i(t)});const e=new Blob([t],{type:"image/svg+xml"}),r=new Image,n=window.URL.createObjectURL(e);return new Promise((i,s)=>{r.onload=()=>{i(r),window.URL.revokeObjectURL(n)},r.onerror=()=>{s(),window.URL.revokeObjectURL(n)},r.src=n})};function bI(t){const e=x({},t),r=new Map,n=(a,c)=>(r.has(a)||r.set(a,new Set),r.get(a).add(c),()=>{var d;return(d=r.get(a))==null?void 0:d.delete(c)}),i=(a,c)=>{var d;(d=r.get(a))==null||d.delete(c)},s=a=>{var c;(c=r.get(a))==null||c.forEach(d=>{try{d(e[a])}catch(l){h.error(`Error in notifying for "${a.toString()}"`,l)}})};return{subscribe:n,unsubscribe:i,notify:s,setValue:(a,c,d=!0)=>{e[a]=c,d&&s(a)},getValue:a=>e[a],getAllValues:()=>e}}class wI{constructor(){f(this,"contexts",new Map),f(this,"mostRecentPeerId",null)}createContext(e,r){return this.contexts.has(e)?this.contexts.get(e):(this.contexts.set(e,bI(r)),this.mostRecentPeerId=e,this.contexts.get(e))}remapContext(e,r){const n=r.getValue("peerId");n!==e&&(r.setValue("peerId",e),this.mostRecentPeerId=e,this.contexts.set(e,r),this.contexts.delete(n))}getContext(e){return this.contexts.get(e)}getMostRecentPeerId(){return this.mostRecentPeerId}}const vi=new wI,de=class{static get logsEndpoint(){const t=vi.getContext(de.meetingMetadata.peerId);return`https://${hs({servicePrefix:"api-silos",baseURI:t.getValue("baseURI")})}/otel/logs`}static resetPeerId(t){de.meetingMetadata.peerId=t}static init(t,e){const r=t.getValue("peerId");de.tracingEnabled=e,de.meetingMetadata.peerId=r,de.meetingMetadata.sdkVersion=t.getValue("sdkVersion"),de.meetingMetadata.deviceInfo=Re.getDeviceInfo(),de.meetingMetadata.visitedUrl=!navigator.isReactNative&&typeof window!="undefined"&&window.location.href,navigator.isReactNative||document.addEventListener("visibilitychange",de.processCachedLogs),de.logsProcessorTimer=setInterval(de.processCachedLogs,de.logsProcessingInterval),e&&(de.initialized=!0)}static trace(t,e=void 0){return(r,n,i)=>{const s=i.value;return i.value=function(...a){if(!de.initialized||navigator.isReactNative||!de.tracingEnabled||Q.hasFeature(ie.SKIP_OTEL_TRACES))return s.apply(this,a);de.addLogInCurrentSpan("info",t,e);const c=performance.now(),d=s.apply(this,a);return Promise.resolve(d).then(()=>{const l=performance.now();l-c>10&&de.addLogInCurrentSpan("info",`${t}_timing`,{execTime:l-c,country:de.location.country})}).catch(()=>{const l=performance.now();de.addLogInCurrentSpan("info",`${t}_timing`,{execTime:l-c})}),d},i}}static injectContext(t){var e;const r=ns().replace(/-/g,"").substring(0,16),n=(e=de.meetingMetadata.peerId)==null?void 0:e.replace(/-/g,"");t.TRACEPARENT=`00-${n}-${r}-01`}static addLogInCurrentSpan(t,e,r={},n=!1){r!=null&&r.error&&Object.assign(r,{error:sd(r.error)});const i=vi.getContext(de.meetingMetadata.peerId);if(iv(i)&&(oI(r)?console[t]("DyteInternalLogs:: ",t,e):console[t]("DyteInternalLogs:: ",t,e,r)),!!lI(t))try{const s=av(i,e,r,"metadata"),a=new Date,c=G(x({message:e,level:t},s),{loggedAt:a.toISOString(),loggedAtTzOffset:a.getTimezoneOffset()});n?de.sendOtelLogsToNewRelic([c]):de.logsCache.push(c)}catch(s){de.addLogInCurrentSpan("error","opentelemetry::addLogInCurrentSpan_failed",{error:sd(s)})}}static sendOtelLogsToNewRelic(t){const e=vi.getContext(de.meetingMetadata.peerId);fetch(de.logsEndpoint,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({meetingMetadata:av(e,"sendOtelLogsToNewRelic",de.meetingMetadata,"meetingMetadata"),serviceName:e.getValue("sdkName"),logs:t})}).catch(r=>{de.addLogInCurrentSpan("error","opentelemetry::sendOtelLogToNewRelic_failed",{error:sd(r)}),de.logsCache.push(...t)})}static processCachedLogs(){const t=de.logsCache.splice(0,25);t!=null&&t.length&&de.sendOtelLogsToNewRelic(t)}static destruct(){clearInterval(de.logsProcessorTimer),de.processCachedLogs(),navigator.isReactNative||document.removeEventListener("visibilitychange",de.processCachedLogs)}};let g=de;f(g,"logsCache",[]),f(g,"logsProcessorTimer"),f(g,"location",{country:void 0}),f(g,"tracingEnabled",!0),f(g,"initialized",!1),f(g,"logsProcessingInterval",7e3),f(g,"logExclusionList",["message","websocket/message","roomMessage","websocket/room-message","websocket/room-legacy-mode","chatMessage","websocket/new-chat-message","websocket/no-active-speaker","websocket/selected-peers","websocket/active-speaker","ping","websocket/new-consumer","websocket/producer-score","websocket/consumer-score","websocket/plugin-event","websocket/plugin-data","websocket/plugin-internal-data"]),f(g,"meetingMetadata",{});var _I=Object.defineProperty,PI=Object.getOwnPropertyDescriptor,Ta=(t,e,r,n)=>{for(var i=n>1?void 0:n?PI(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&_I(e,r,i),i};class h{static info(e,r,n){g.addLogInCurrentSpan("info",e,r,n)}static error(e,r,n){g.addLogInCurrentSpan("error",e,r,n)}static debug(e,r,n){g.addLogInCurrentSpan("debug",e,r,n)}static log(e,r,n){g.addLogInCurrentSpan("log",e,r,n)}static warn(e,r,n){g.addLogInCurrentSpan("warn",e,r,n)}}Ta([g.trace("DyteLogger.info")],h,"info",1),Ta([g.trace("DyteLogger.error")],h,"error",1),Ta([g.trace("DyteLogger.debug")],h,"debug",1),Ta([g.trace("DyteLogger.log")],h,"log",1),Ta([g.trace("DyteLogger.warn")],h,"warn",1);const II=()=>{!navigator.isReactNative&&typeof window!="undefined"&&(window.addEventListener("error",t=>{var e;!((e=t.filename)!=null&&e.includes("localhost"))&&t.lineno!==0&&h.error("window::error",{error:t.error},!0)}),window.addEventListener("unhandledrejection",t=>{var e,r,n,i,s,a,c,d;h.error("window::unhandledrejection",{error:t==null?void 0:t.reason,networkCall:{url:(r=(e=t==null?void 0:t.reason)==null?void 0:e.config)==null?void 0:r.url,baseURL:(i=(n=t==null?void 0:t.reason)==null?void 0:n.config)==null?void 0:i.baseURL,method:(a=(s=t==null?void 0:t.reason)==null?void 0:s.config)==null?void 0:a.method,status:(c=t==null?void 0:t.reason)==null?void 0:c.status,statusText:(d=t==null?void 0:t.reason)==null?void 0:d.statusText}},!0)}),window.addEventListener("offline",()=>{h.info("window::offline")}),window.addEventListener("online",()=>{h.info("window::online")}))},CI={"00":"DyteClient","01":"Controller","02":"RoomNodeClient","03":"HiveNodeClient","04":"SocketService","05":"Chat","06":"Plugin","07":"Polls","08":"Meta","09":"Preset",10:"Recording",11:"Self",12:"Participant",13:"Spotlight",14:"Remote Request",15:"Webinar",16:"LocalMediaHandler",17:"End-End Encryption",18:"AI",19:"Livestream",20:"Stage"},dd={"0000":"Internal exception.","0001":"Failed to initialize.","0002":"Failed to join room.","0003":"Failed to leave room.","0004":"Invalid auth token","0010":"Browser not supported","0011":"HTTP Network Error","0012":"Websocket Network Error","0013":"Rate Limited","0100":"Internal exception","0101":"Permission denied","0102":"Prerequisite module missing","0200":"Internal exception.","0300":"Internal exception","0400":"Internal exception","0404":"Missing prerequisites to establish a websocket connection","0500":"Internal exception","0501":"Permission denied.","0502":"Invalid message body.","0503":"Text Message is too large","0504":"Message not found by the given id","0505":"Action not permitted without joining room","0506":"Message search is disabled","0510":"Invalid channel name.","0600":"Internal exception","0601":"Permission denied.","0602":"Auth token not set for plugin","0603":"Iframe was not provided","0700":"Internal exception","0705":"Action not permitted without joining room","0800":"Internal exception","0801":"Permission denied","0900":"Internal exception","0904":"Could not load preset",1e3:"Internal exception",1001:"Permission denied",1004:"Could not find specified recording",1005:"Action not permitted in given recording state",1100:"Internal exception",1101:"Permission denied",1102:"Unsupported",1103:"Name cannot be empty",1104:"No device selected while calling meeting.self.setDevice",1105:"Action not permitted without joining room",1106:"Can't set currently used device",1200:"Internal exception",1201:"Permission denied",1202:"Invalid page number was requested",1203:"Invalid participant count per page was requested",1204:"No participants exists with the given UserIds",1205:"Action not permitted without joining room",1206:"Manual Subscription Mode was not ACTIVATED",1207:"Invalid view mode",1208:"Manual Subscription not enabled for organization",1209:"Broadcast message type must be a non-empty string",1300:"Internal exception",1400:"Internal exception",1402:"No existing remote requests",1403:"No peer exists with given id",1500:"Internal exception",1600:"Internal exception",1601:"Failed to get audio track",1602:"Failed to get video track",1603:"Incorrect device",1604:"Failed to change device",1605:"Failed to get audio & video track",1606:"No audio input devices are available",1607:"No video input devices are available",1608:"No audio output devices (speakers) are available",1609:"Failed to fetch list of media devices",1610:"No media track exists",1611:"Failed to unmute track",1612:"Failed to get screenshare tracks",1701:"Crypto error",1800:"Internal exception",1801:"Can't fetch transcript file",1900:"Internal exception",1901:"Permission denied.",1902:"Livestream that has not yet started, can't be stopped",2e3:"Internal exception",2001:"Permission denied",2002:"Unsupported",2003:"Stage is disabled",2004:"Method not implemented",2005:"Action not permitted without joining room",2006:"Action not permitted in current stage status",9900:"Internal exception"};Object.keys(dd).forEach(t=>{dd[t]=`{${CI[t.slice(0,2)]}} ${dd[t]}`});class _ extends Error{constructor(e,r,n=!1){super(e),f(this,"code"),this.code=r,this.name="DyteError",this.message=`[ERR${this.code}]: ${dd[this.code]}
|
|
15
|
+
${this.message}`;try{let i=n;r&&r.endsWith("00")&&(i=!0),i&&h.error("DyteError",{error:{message:this.message,name:this.name,code:r}});const s=vi.getContext(vi.getMostRecentPeerId());if(s){const a=s.getValue("onError");try{a(this)}catch(c){}}typeof window!="undefined"&&window.dispatchEvent(new CustomEvent("dyteError",{detail:this}))}catch(i){}}}function ld(t,e,r,n){if(n instanceof _)throw n;if(n instanceof e){const i=new _(n.message,r);throw i.stack=n.stack,i}else throw n}function gv(t,e,r){if(!t.value){const i=t.get,s=t.set;return i&&(t.get=function(){try{return i.apply(this)}catch(a){ld(this,e,r,a)}}),s&&(t.set=function(a){try{return s.apply(this,[a])}catch(c){ld(this,e,r,c)}}),t}const n=t.value;return t.value=function(...i){try{const s=n.apply(this,i);return s&&s instanceof Promise?s.catch(a=>{ld(this,e,r,a)}):s}catch(s){ld(this,e,r,s)}},t}function RI(t,e){return(r,n,i)=>{if(i)return gv(i,t,e);for(const s of Reflect.ownKeys(r.prototype).filter(a=>a!=="constructor")){const a=Object.getOwnPropertyDescriptor(r.prototype,s);(a.value instanceof Function||a.get instanceof Function||a.set instanceof Function)&&Object.defineProperty(r.prototype,s,gv(a,t,e))}}}const Tt=t=>RI(Error,t);function MI(t){let e=0,r,n;if(!t)return e;for(r=0;r<t.length;r+=1)n=t.charCodeAt(r),e=(e<<5)-e+n,e|=0;return Math.abs(e)%100+1}var An,Dn;const fv=class extends Et.EventEmitter{constructor(){super(),v(this,An,void 0),v(this,Dn,void 0),f(this,"asyncPromiseTimeout"),y(this,An,new Map),y(this,Dn,new Map),this.asyncPromiseTimeout=8e3}emitAsync(t,...e){return u(this,null,function*(){o(this,An).set(t,[]);const r=o(this,Dn).get(t).map(()=>new Promise(n=>{o(this,An).get(t).push(n)}));iT(fv.prototype,this,"emit").call(this,t,...e),yield Promise.race([Promise.all(r),new Promise((n,i)=>setTimeout(()=>i(new Error(`emitAsync failed to resolve for event ${t}.`)),this.asyncPromiseTimeout))]),o(this,An).delete(t)})}onAsync(t,e){const r=o(this,An),n=(...i)=>u(this,null,function*(){var s;try{yield e(...i)}catch(c){h.error("[onAsync]",{error:c})}const a=(s=r.get(t))==null?void 0:s.shift();a==null||a()});return o(this,Dn).get(t)||o(this,Dn).set(t,[]),o(this,Dn).get(t).push(n),super.on(t,n)}reset(){y(this,An,new Map),y(this,Dn,new Map),super.removeAllListeners()}};let AI=fv;An=new WeakMap,Dn=new WeakMap;const C=new AI;function DI(){Re.isElectron()&&window.dyteElectronGetDisplayMediaSource&&(navigator.mediaDevices.getDisplayMedia=()=>u(this,null,function*(){const t=yield window.dyteElectronGetDisplayMediaSource({types:["window","screen"]});let e=[];if(t&&(Array.isArray(t)?e=t:e=[t]),!(e!=null&&e.length))throw new Error("Couldn't find any media source for screen share.");let r=e.find(i=>{var s;return(s=i.id)==null?void 0:s.includes("screen")});r=r!=null?r:e[0];const n={audio:!1,video:{mandatory:{chromeMediaSource:"desktop",chromeMediaSourceId:r.id}}};return yield navigator.mediaDevices.getUserMedia(n)}))}var R=(t=>(t.NEW_PRODUCER="NEW_PRODUCER",t.PRODUCER_TRACK_ENDED="PRODUCER_TRACK_ENDED",t.ROOM_NODE_CONNECTION_ERROR="ROOM_NODE_CONNECTION_ERROR",t.SOCKET_SERVICE_ROOM_JOINED="SOCKET_SERVICE_ROOM_JOINED",t.SOCKET_SERVICE_RECONNECTED="SOCKET_SERVICE_RECONNECTED",t.SOCKET_SERVICE_DISCONNECTED="SOCKET_SERVICE_DISCONNECTED",t.SOCKET_SERVICE_FAILED="SOCKET_SERVICE_FAILED",t.SOCKET_STATE_UPDATE="SOCKET_STATE_UPDATE",t.ROOM_NODE_RECONNECTED="ROOM_NODE_RECONNECTED",t.ROOM_NODE_DISCONNECTED="ROOM_NODE_DISCONNECTED",t.ROOM_NODE_FAILED="ROOM_NODE_FAILED",t.TRANSPORT_STATE_UPDATE="TRANSPORT_STATE_UPDATE",t.PRODUCER_SCORE_UPDATE="PRODUCER_SCORE_UPDATE",t.CONSUMER_SCORE_UPDATE="CONSUMER_SCORE_UPDATE",t.PRODUCER_STATUS_UPDATE="PRODUCER_STATUS_UPDATE",t.CONSUMER_STATUS_UPDATE="CONSUMER_STATUS_UPDATE",t.LOW_PRODUCER_SCORE="LOW_PRODUCER_SCORE",t.LOW_CONSUMER_SCORE="LOW_CONSUMER_SCORE",t.MEDIA_PERMISSION_ERROR="MEDIA_PERMISSION_ERROR",t.MEDIA_PERMISSION_UPDATE="MEDIA_PERMISSION_UPDATE",t.WAITLISTED="WAIT_LISTED",t.MESSAGE="websocket/message",t.ROOM_MESSAGE="websocket/room-message",t.PEER_JOINED_INTERNAL="peer/joined-internal",t.PEER_CLOSED="websocket/peer-closed",t.CONSUMER_CLOSED="websocket/consumer-closed",t.CONSUMER_PAUSED="websocket/consumer-paused",t.CONSUMER_RESUMED="websocket/consumer-resumed",t.PRODUCER_CLOSED="websocket/producer-closed",t.NEW_CONSUMER="websocket/new-consumer",t.PRODUCER_SCORE="websocket/producer-score",t.CONSUMER_SCORE="websocket/consumer-score",t.PRODUCER_TOGGLE="hive/producer-toggle",t.CONSUMER_TOGGLE="hive/consumer-toggle",t.SELECTED_PEERS_DIFF="hive/selected-peers-diff",t.UPDATE_ACTIVE="media/update-active",t.RESET_PRODUCER_STATE="hive/reset-producer-state",t.CF_TRANSPORT_STATE_CHANGED="cf/transport-state-changed",t.CF_ROOM_REJOINING="cf/room-rejoining",t.CF_ROOM_REJOIN_FAILED="cf/room-rejoining-failed",t.CF_ROOM_REJOINED="cf/room-rejoined",t.CF_TRANPSORT_RECONNECTING="cf/transport-reconnecting",t.ROOM_STATE="sockethub/room-state",t.PEER_DISPLAY_NAME_CHANGED="hive/display-name-changed",t.GET_STAGE_REQUESTS="GET_STAGE_REQUESTS",t.UPDATE_STAGE_REQUESTS="UPDATE_STAGE_REQUESTS",t.KICK_PEER="KICK_PEER",t.UPDATE_PEER_STAGE_STATUS="UPDATE_PEER_STAGE_STATUS",t.JOIN_MEDIA_ROOM="JOIN_MEDIA_ROOM",t.LEAVE_MEDIA_ROOM="LEAVE_MEDIA_ROOM",t.PIP_HANGUP="PIP_HANGUP",t.E2EE_ACTIVE_PRODUCER="E2EE_ACTIVE_PRODUCER",t.E2EE_INACTIVE_PRODUCER="E2EE_INACTIVE_PRODUCER",t.E2EE_ACTIVE_CONSUMER="E2EE_ACTIVE_CONSUMER",t.E2EE_INACTIVE_CONSUMER="E2EE_INACTIVE_CONSUMER",t.SOCKET_PEERS="SOCKET_PEERS",t.UPDATE_PERMISSIONS="UPDATE_PERMISSIONS",t.MAX_SPATIAL_LAYER_CHANGE="MAX_SPATIAL_LAYER_CHANGE",t.MUTE_SELF="MUTE_SELF",t.MUTE_SELF_VIDEO="MUTE_SELF_VIDEO",t))(R||{});class ps extends Et.EventEmitter{constructor(){super(),super.setMaxListeners(25)}emit(e,...r){return super.emit("*",e,...r),super.emit(e,...r)}on(e,r){try{const n=this.listenerCount(e);n>25&&n%25===0&&h.warn("DyteEventEmitter::maxListenersExceeded",{eventListener:{eventName:e.toString(),listenerCount:this.listenerCount(e)}})}catch(n){}return super.on(e,r)}addListener(e,r){try{const n=this.listenerCount(e);n>25&&n%25===0&&h.warn("DyteEventEmitter::maxListenersExceeded",{eventListener:{eventName:e.toString(),listenerCount:this.listenerCount(e)}})}catch(n){}return super.addListener(e,r)}off(e,r){return super.off(e,r)}once(e,r){return super.once(e,r)}prependListener(e,r){return super.prependListener(e,r)}prependOnceListener(e,r){return super.prependOnceListener(e,r)}removeListener(e,r){return super.removeListener(e,r)}removeAllListeners(e){return super.removeAllListeners(e)}listeners(e){return super.listeners(e)}listenerCount(e){return super.listenerCount(e)}}class Yt extends Et.EventEmitter{constructor(){super(),super.setMaxListeners(25)}emit(e,...r){return super.emit("*",e,...r),super.emit(e,...r)}on(e,r){try{const n=this.listenerCount(e);n>25&&n%25===0&&h.warn("DyteEventEmitter::maxListenersExceeded",{eventListener:{eventName:e.toString(),listenerCount:this.listenerCount(e)}})}catch(n){}return super.on(e,r)}addListener(e,r){try{const n=this.listenerCount(e);n>25&&n%25===0&&h.warn("DyteEventEmitter::maxListenersExceeded",{eventListener:{eventName:e.toString(),listenerCount:this.listenerCount(e)}})}catch(n){}return super.addListener(e,r)}off(e,r){return super.off(e,r)}once(e,r){return super.once(e,r)}prependListener(e,r){return super.prependListener(e,r)}prependOnceListener(e,r){return super.prependOnceListener(e,r)}removeListener(e,r){return super.removeListener(e,r)}removeAllListeners(e){return super.removeAllListeners(e)}listeners(e){return super.listeners(e)}listenerCount(e){return super.listenerCount(e)}}var OI=Object.defineProperty,NI=Object.getOwnPropertyDescriptor,lr=(t,e,r,n)=>{for(var i=n>1?void 0:n?NI(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&OI(e,r,i),i};function LI(t,e=2){return t.replace(/[^\u00BF-\u1FFF\u2C00-\uD7FF\w\s]/g,"").trim().split(/\s+/).slice(0,e).map(r=>r.charAt(0)).join("").toUpperCase()}const vv=1080,yv=1920,xI=(t,e,r,n,i,s)=>{let a=.5,c=.5;const d=i,l=s,p=Math.min(r/d,n/l);let m=d*p,S=l*p,E,b,O,M,F=1;return m<r&&(F=r/m),Math.abs(F-1)<1e-14&&S<n&&(F=n/S),m*=F,S*=F,O=d/(m/r),M=l/(S/n),E=(d-O)*a,b=(l-M)*c,E<0&&(E=0),b<0&&(b=0),O>d&&(O=d),M>l&&(M=l),[E,b,O,M,t,e,r,n]};var Tr,ka,It,kr,Xe,$r,On,Ft,tt,ba,wa,Nn,_a,Sv;const Ev=(Sv=class extends Yt{constructor(t,e,r,n){super(),v(this,Tr,void 0),v(this,ka,void 0),v(this,It,void 0),v(this,kr,void 0),v(this,Xe,{height:vv,width:yv}),v(this,$r,{brand:"#2160FD",background:"#141414",text:"#000000",videoBackground:"#191919",textOnBrand:"#EEEEEE"}),v(this,On,void 0),v(this,Ft,{}),v(this,tt,void 0),v(this,ba,void 0),v(this,wa,void 0),v(this,Nn,void 0),v(this,_a,!1),f(this,"cleanupEventListeners",()=>{o(this,ka).unsubscribe("stageStatus",this.handlePipMediaControls),o(this,tt).removeListener("videoUpdate",this.onSelfVideoUpdateListener),o(this,tt).removeListener("audioUpdate",this.onSelfAudioUpdateListener),o(this,tt).removeListener("roomLeft",()=>this.disable())}),f(this,"enablePipMediaControls",()=>{this.mountAudioEvents(),this.mountVideoEvents()}),f(this,"onSelfVideoUpdateListener",({videoEnabled:i})=>{this.updateMediaSession("CAMERA",i)}),f(this,"onSelfAudioUpdateListener",({audioEnabled:i})=>{this.updateMediaSession("MIC",i)}),f(this,"handlePipMediaControls",i=>{i==="ON_STAGE"?this.enablePipMediaControls():this.unmountEvents()}),f(this,"eventCallback",i=>{i==="CAMERA"&&(o(this,tt).videoEnabled?o(this,tt).disableVideo():o(this,tt).enableVideo(),this.emit("cameraToggled")),i==="MIC"&&(o(this,tt).audioEnabled?o(this,tt).disableAudio():o(this,tt).enableAudio(),this.emit("micToggled")),i==="END"&&(C.emit(R.PIP_HANGUP),this.cleanupEventListeners(),this.emit("hangup"),this.cleanup())}),f(this,"unmountEvents",()=>{navigator.mediaSession===void 0||navigator.mediaSession.setCameraActive===void 0||(navigator.mediaSession.setActionHandler("togglemicrophone",void 0),navigator.mediaSession.setActionHandler("togglecamera",void 0))}),f(this,"animate",()=>{if(!this.isActive&&o(this,Nn)==="active"){this.disable(!0);return}o(this,Ft)!==void 0&&this.paintCanvas(),o(this,On)!==void 0&&y(this,On,requestAnimationFrame(()=>this.animate()))}),f(this,"disable",(i=!1)=>{y(this,Nn,"idle"),this.cleanupEventListeners(),cancelAnimationFrame(o(this,On)),i!==!0&&document.body.removeChild(o(this,It)),y(this,On,void 0),document.pictureInPictureElement&&document.exitPictureInPicture()}),y(this,ka,t),y(this,Nn,"idle"),y(this,tt,e),y(this,$r,{brand:e.config.designTokens.colors.brand[500],background:e.config.designTokens.colors.background[1e3],text:e.config.designTokens.colors.text,videoBackground:e.config.designTokens.colors.videoBg,textOnBrand:e.config.designTokens.colors.textOnBrand}),r&&this.setupIcon("pin",r),n&&this.setupIcon("handRaise",n)}static _init(t,e){return u(this,null,function*(){let r,n;try{r=yield cd(TI),n=yield cd(kI)}catch(i){}return new Ev(t,e,r,n)})}setupIcon(t,e){return u(this,null,function*(){switch(t){case"handRaise":y(this,wa,e);break;case"pin":y(this,ba,e);break}})}overrideIcon(t,e){return u(this,null,function*(){switch(t){case"handRaise":y(this,wa,yield cd(e));break;case"pin":y(this,ba,yield cd(e));break}})}constructImage(t){const e=new Image,r=new Blob([t],{type:"image/svg+xml"}),n=window.URL.createObjectURL(r);return new Promise(i=>{e.onload=()=>{i(e),window.URL.revokeObjectURL(n)},e.src=n})}createVideoContainer(){y(this,It,document.createElement("div")),o(this,It).style.width="0.1px",o(this,It).style.height="0.1px",o(this,It).style.overflow="hidden",o(this,It).style.position="absolute",o(this,It).style.bottom="0",o(this,It).style.right="0",o(this,It).style.opacity="0",o(this,It).appendChild(o(this,kr))}setupEventListeners(){o(this,ka).subscribe("stageStatus",this.handlePipMediaControls),o(this,tt).addListener("videoUpdate",this.onSelfVideoUpdateListener),o(this,tt).addListener("audioUpdate",this.onSelfAudioUpdateListener),o(this,tt).addListener("roomLeft",()=>this.disable())}createCanvas(){const t=document.createElement("canvas");t.height=o(this,Xe).height,t.width=o(this,Xe).width,y(this,Tr,t)}setupMediaSessionEvents(){navigator.mediaSession===void 0||navigator.mediaSession.setCameraActive===void 0||(navigator.mediaSession.setActionHandler("hangup",()=>{this.eventCallback("END")}),this.mountAudioEvents(),this.mountVideoEvents())}mountAudioEvents(){navigator.mediaSession===void 0||navigator.mediaSession.setMicrophoneActive===void 0||o(this,tt).permissions.canProduceAudio&&navigator.mediaSession.setActionHandler("togglemicrophone",()=>{this.eventCallback("MIC")})}mountVideoEvents(){navigator.mediaSession===void 0||navigator.mediaSession.setCameraActive===void 0||o(this,tt).permissions.canProduceVideo&&navigator.mediaSession.setActionHandler("togglecamera",()=>{this.eventCallback("CAMERA")})}getSources(){const t=Object.values(o(this,Ft)).reduce((e,r)=>(e[r.pinned?"pinned":"regular"].push(r),e),{pinned:[],regular:[]});return[...t.pinned,...t.regular]}drawEmptyTile(t,e,r,n){if(o(this,Tr)===void 0)return;const i=o(this,Tr).getContext("2d"),s=o(this,Tr).width,a=0,c=0,d=e-a*2,l=r-a*2,p=Math.floor(s/d),m=Math.floor(t/p),S=t%p*(d+a)+a,E=m*(l+a)+a,{displayText:b,image:O}=n!=null?n:{};i.fillStyle=b||O?o(this,$r).videoBackground:o(this,$r).background,i.strokeStyle=o(this,$r).brand,i.beginPath(),i.moveTo(S+c,E),i.arcTo(S+d,E,S+d,E+c,c),i.arcTo(S+d,E+l,S+d-c,E+l,c),i.arcTo(S,E+l,S,E+l-c,c),i.arcTo(S,E,S+c,E,c),i.closePath(),i.fill(),i.stroke();const M=d/6,F=d/2+S,V=l/2+E;i.save(),(b||O)&&(i.beginPath(),i.arc(F,V,M,0,Math.PI*2),i.fillStyle=o(this,$r).brand,i.fill(),O?(i.clip(),i.drawImage(O,F-M,V-M,M*2,M*2),i.restore()):b&&(i.fillStyle=o(this,$r).textOnBrand,i.font=`${M/2}px sans-serif`,i.textAlign="center",i.textBaseline="middle",i.fillText(b,F,V)),this.drawIcons(n,S,E,Math.max(d,l)))}drawIcons(t,e,r,n){const i=Math.min(Math.max(n*.15,100),200),s=i*.2,a=i*.2;let c=e+s;const d=r+s,l=p=>{const m=o(this,Tr).getContext("2d");m.save(),m.fillStyle=o(this,$r).background,m.beginPath(),m.moveTo(c+a,d),m.arcTo(c+i,d,c+i,d+a,a),m.arcTo(c+i,d+i,c+i-a,d+i,a),m.arcTo(c,d+i,c,d+i-a,a),m.arcTo(c,d,c+a,d,a),m.closePath(),m.fill(),typeof p=="string"?(m.font=`${i/1.5}px sans-serif`,m.fillStyle=o(this,$r).text,m.textAlign="center",m.textBaseline="top",m.fillText(p,i/2+c,d+s)):m.drawImage(p,c+s,d+s,i-s*2,i-s*2),c+=i+s,m.restore()};t.pinned&&l(o(this,ba)),t.handRaised&&l(o(this,wa))}drawTile(t,e,r){var n,i;if(o(this,Tr)===void 0)return;const s=o(this,Tr).getContext("2d"),a=this.getSources();let c=0,d=0;for(;c<o(this,Xe).height-5;){let l=0;for(;l<o(this,Xe).width-5&&d<r;){if((n=a[d])!=null&&n.enabled){const p=a[d].element,[m,S,E,b,O,M,F,V]=xI(l,c,t,e,p.videoWidth,p.videoHeight);(i=p==null?void 0:p.classList)!=null&&i.contains("mirror")?(s.save(),s.scale(-1,1),s.drawImage(p,m,S,E,b,-1*O,M,-1*F,V),s.restore()):s.drawImage(p,m,S,E,b,O,M,F,V),this.drawIcons(a[d],O,M,Math.max(F,V))}else this.drawEmptyTile(d,t,e,a[d]);d+=1,l+=t}c+=e}}calcGridElemSize(t){switch(t){case 0:case 1:return[o(this,Xe).width,o(this,Xe).height];case 2:return[Math.floor(o(this,Xe).width/2),o(this,Xe).height];case 3:case 4:return[Math.floor(o(this,Xe).width/2),Math.floor(o(this,Xe).height/2)];case 5:case 6:return[Math.floor(o(this,Xe).width/3),Math.floor(o(this,Xe).height/2)];case 7:case 8:case 9:return[Math.floor(o(this,Xe).width/3),Math.floor(o(this,Xe).height/3)];default:return[Math.floor(o(this,Xe).width/3),Math.floor(o(this,Xe).height/2)]}}paintCanvas(){let t=this.getSources().length;t!==1&&(t=t%2>0?t+1:t);const[e,r]=this.calcGridElemSize(t);this.drawTile(e,r,t)}isSupported(){var t;return!!window.chrome&&document.pictureInPictureEnabled&&((t=o(this,tt).config)==null?void 0:t.viewType)!=="LIVESTREAM"}get isActive(){return document.pictureInPictureElement!==null}cleanup(){if(y(this,_a,!1),this.isSupported()&&document.exitPictureInPicture!==void 0&&document.pictureInPictureElement!==null&&document.exitPictureInPicture(),o(this,It))try{document.body.removeChild(o(this,It))}catch(t){}this.removeAllSources(),y(this,Tr,void 0),y(this,kr,void 0),y(this,On,void 0)}init({height:t,width:e}={}){if(!this.isSupported())throw h.error("DytePip.unsupported"),new Error("Picture-in-picture is not available in this environment");if(o(this,_a))return;y(this,_a,!0),this.createCanvas(),this.setupMediaSessionEvents();const r=document.createElement("video");y(this,Xe,{height:t!=null?t:vv,width:e!=null?e:yv}),r.height=o(this,Xe).height,r.width=o(this,Xe).width,r.autoplay=!0,r.muted=!0,r.srcObject=o(this,Tr).captureStream(24),y(this,kr,r),o(this,kr).onloadedmetadata=()=>{try{this.emit("pipStarted"),o(this,kr).onleavepictureinpicture=()=>{this.emit("pipEnded")}}catch(n){this.emit("pipEnded")}},this.createVideoContainer(),this.paintCanvas()}updateMediaSession(t,e){navigator.mediaSession!==void 0&&(t==="CAMERA"&&navigator.mediaSession.setCameraActive!==void 0&&navigator.mediaSession.setCameraActive(e),t==="MIC"&&navigator.mediaSession.setMicrophoneActive!==void 0&&navigator.mediaSession.setMicrophoneActive(e))}enableSource(t){o(this,Ft)[t]!==void 0&&(o(this,Ft)[t].enabled=!0)}disableSource(t){o(this,Ft)[t]!==void 0&&(o(this,Ft)[t].enabled=!1)}generateAvatar(t,e){return u(this,null,function*(){if(!e)return;const r=new Image;try{const n=yield(yield fetch(e)).blob(),i=window.URL.createObjectURL(n);r.onload=()=>{this.updateSource(t,{image:r}),window.URL.revokeObjectURL(i)},r.src=i}catch(n){h.error("DytePip::GenerateAvatar",{error:n})}})}addSource(t,e,r,n=!1,i=void 0,s=void 0,a=!1){h.debug("DytePIP::AddSource",{pip:{id:t,handRaised:a}}),o(this,Ft)[t]={id:t,element:e,enabled:r,pinned:n,displayText:i?LI(i):void 0,imageUrl:s,handRaised:a},s&&this.generateAvatar(t,s)}updateSource(t,e){h.info("DytePIP::UpdateSource",{pip:{id:t,handRaised:e.handRaised}});const r=o(this,Ft)[t];r&&(o(this,Ft)[t]=x(x({},r),e))}removeSource(t){delete o(this,Ft)[t]}removePinnedSource(){Object.values(o(this,Ft)).forEach(t=>{t.pinned&&this.removeSource(t.id)})}removeAllSources(){y(this,Ft,{})}enable(){y(this,Nn,"activating"),this.setupEventListeners(),this.updateMediaSession("CAMERA",o(this,tt).videoEnabled),this.updateMediaSession("MIC",o(this,tt).audioEnabled),document.body.appendChild(o(this,It)),y(this,On,requestAnimationFrame(()=>this.animate())),o(this,kr).onloadedmetadata=()=>{o(this,kr).requestPictureInPicture().then(()=>{y(this,Nn,"active")})},o(this,kr).readyState===4&&o(this,kr).requestPictureInPicture().then(()=>{y(this,Nn,"active")})}},Tr=new WeakMap,ka=new WeakMap,It=new WeakMap,kr=new WeakMap,Xe=new WeakMap,$r=new WeakMap,On=new WeakMap,Ft=new WeakMap,tt=new WeakMap,ba=new WeakMap,wa=new WeakMap,Nn=new WeakMap,_a=new WeakMap,Sv);let Qt=Ev;lr([g.trace("DytePip.overrideIcon")],Qt.prototype,"overrideIcon",1),lr([g.trace("DytePip.isSupported")],Qt.prototype,"isSupported",1),lr([g.trace("DytePip.init")],Qt.prototype,"init",1),lr([g.trace("DytePip.enableSource")],Qt.prototype,"enableSource",1),lr([g.trace("DytePip.disableSource")],Qt.prototype,"disableSource",1),lr([g.trace("DytePip.addSource")],Qt.prototype,"addSource",1),lr([g.trace("DytePip.updateSource")],Qt.prototype,"updateSource",1),lr([g.trace("DytePip.removeSource")],Qt.prototype,"removeSource",1),lr([g.trace("DytePip.removePinnedSource")],Qt.prototype,"removePinnedSource",1),lr([g.trace("DytePip.removeAllSources")],Qt.prototype,"removeAllSources",1),lr([g.trace("DytePip.enable")],Qt.prototype,"enable",1),lr([g.trace("DytePip._init")],Qt,"_init",1);var ln;(function(t){t[t.PUBLISHER=0]="PUBLISHER",t[t.SUBSCRIBER=1]="SUBSCRIBER"})(ln||(ln={}));var Kr;(function(t){t[t.AUDIO=0]="AUDIO",t[t.VIDEO=1]="VIDEO"})(Kr||(Kr={}));class VI extends T{constructor(){super("media.Codec",[{no:1,name:"channels",kind:"scalar",opt:!0,T:5},{no:2,name:"clock_rate",kind:"scalar",T:5},{no:3,name:"mime_type",kind:"scalar",T:9},{no:4,name:"sdp_fmtp_line",kind:"scalar",opt:!0,T:9},{no:5,name:"payload_type",kind:"scalar",opt:!0,T:13}])}}const Tv=new VI;class UI extends T{constructor(){super("media.HeaderExtension",[{no:1,name:"direction",kind:"scalar",opt:!0,T:9},{no:2,name:"uri",kind:"scalar",T:9}])}}const FI=new UI;class BI extends T{constructor(){super("media.Fingerprint",[{no:1,name:"algorithm",kind:"scalar",T:9},{no:2,name:"value",kind:"scalar",T:9}])}}new BI;class WI extends T{constructor(){super("media.SessionDescription",[{no:1,name:"target",kind:"enum",T:()=>["media.Target",ln]},{no:2,name:"type",kind:"scalar",T:9},{no:3,name:"sdp",kind:"scalar",T:9}])}}const br=new WI;class jI extends T{constructor(){super("media.ProducerPayload",[{no:1,name:"kind",kind:"scalar",T:9},{no:2,name:"paused",kind:"scalar",T:8},{no:3,name:"screen_share",kind:"scalar",T:8},{no:4,name:"msid",kind:"scalar",T:9},{no:5,name:"app_data",kind:"scalar",opt:!0,T:9},{no:6,name:"mime_type",kind:"scalar",opt:!0,T:9}])}}const HI=new jI;class qI extends T{constructor(){super("media.CreateTransportRequest",[{no:1,name:"consuming",kind:"scalar",T:8},{no:2,name:"force_tcp",kind:"scalar",opt:!0,T:8},{no:3,name:"description",kind:"message",T:()=>br},{no:4,name:"private_ice",kind:"scalar",opt:!0,T:8},{no:5,name:"producers",kind:"message",repeat:1,T:()=>HI}])}}const GI=new qI;class JI extends T{constructor(){super("media.AudioActivityRequest",[{no:1,name:"producer_id",kind:"scalar",T:9},{no:2,name:"energy",kind:"scalar",T:5},{no:3,name:"silent",kind:"scalar",T:8}])}}const $I=new JI;class KI extends T{constructor(){super("media.CreateTransportResponse",[{no:1,name:"transport_id",kind:"scalar",T:9},{no:2,name:"description",kind:"message",T:()=>br},{no:3,name:"transcription_enabled",kind:"scalar",opt:!0,T:8},{no:4,name:"producer_ids",kind:"scalar",repeat:2,T:9}])}}const kv=new KI;class zI extends T{constructor(){super("media.RenegotiateRequest",[{no:1,name:"transport_id",kind:"scalar",T:9},{no:2,name:"description",kind:"message",T:()=>br}])}}const YI=new zI;class QI extends T{constructor(){super("media.RenegotiateResponse",[{no:1,name:"transport_id",kind:"scalar",T:9},{no:2,name:"description",kind:"message",T:()=>br}])}}new QI;class XI extends T{constructor(){super("media.NestedScore",[{no:1,name:"encoding_idx",kind:"scalar",T:5},{no:2,name:"rid",kind:"scalar",T:9},{no:3,name:"score",kind:"scalar",T:5},{no:4,name:"ssrc",kind:"scalar",T:3,L:0}])}}const ZI=new XI;class eC extends T{constructor(){super("media.ProducerTrack",[{no:1,name:"track_id",kind:"scalar",T:9},{no:2,name:"producer_id",kind:"scalar",T:9},{no:3,name:"stream_id",kind:"scalar",T:9}])}}const tC=new eC;class rC extends T{constructor(){super("media.ProducerEntry",[{no:1,name:"producing_transport_id",kind:"scalar",T:9},{no:2,name:"producer_id",kind:"scalar",T:9}])}}new rC;class nC extends T{constructor(){super("media.ConsumerEntry",[{no:1,name:"consuming_transport_id",kind:"scalar",T:9},{no:2,name:"consumer_id",kind:"scalar",T:9}])}}new nC;class iC extends T{constructor(){super("media.ProducerState",[{no:1,name:"producer_id",kind:"scalar",T:9},{no:2,name:"kind",kind:"enum",T:()=>["media.ProducerKind",Kr]},{no:3,name:"pause",kind:"scalar",T:8},{no:4,name:"screen_share",kind:"scalar",T:8},{no:5,name:"app_data",kind:"scalar",opt:!0,T:9},{no:6,name:"producing_transport_id",kind:"scalar",opt:!0,T:9},{no:7,name:"mime_type",kind:"scalar",opt:!0,T:9},{no:8,name:"codec",kind:"message",T:()=>Tv}])}}const Pa=new iC;class sC extends T{constructor(){super("media.ConsumerState",[{no:1,name:"consumer_id",kind:"scalar",T:9},{no:2,name:"producer_state",kind:"message",T:()=>Pa},{no:3,name:"producer_track",kind:"message",T:()=>tC},{no:4,name:"error_code",kind:"scalar",opt:!0,T:9}])}}const aC=new sC;class oC extends T{constructor(){super("media.ProducerIdToConsumerMap",[{no:1,name:"map",kind:"map",K:9,V:{kind:"message",T:()=>aC}}])}}const bv=new oC;class cC extends T{constructor(){super("media.PeerRtpCapabilitites",[{no:1,name:"sender",kind:"message",T:()=>Pv},{no:2,name:"receiver",kind:"message",T:()=>Pv}])}}const wv=new cC;class dC extends T{constructor(){super("media.RtpCapability",[{no:1,name:"codecs",kind:"message",repeat:1,T:()=>Tv},{no:2,name:"header_extensions",kind:"message",repeat:1,T:()=>FI}])}}const _v=new dC;class lC extends T{constructor(){super("media.RtpCapabilitites",[{no:1,name:"audio",kind:"message",T:()=>_v},{no:2,name:"video",kind:"message",T:()=>_v}])}}const Pv=new lC;class uC extends T{constructor(){super("media.PreferredCodec",[{no:1,name:"audio",kind:"scalar",opt:!0,T:9},{no:2,name:"video",kind:"scalar",opt:!0,T:9}])}}const hC=new uC;class pC extends T{constructor(){super("media.edge.GeoLocation",[{no:1,name:"latitude",kind:"scalar",T:2},{no:2,name:"longitude",kind:"scalar",T:2},{no:3,name:"region",kind:"scalar",opt:!0,T:9}])}}const mC=new pC;class gC extends T{constructor(){super("media.edge.PeerJoinRequest",[{no:1,name:"display_name",kind:"scalar",opt:!0,T:9},{no:2,name:"prejoined",kind:"scalar",T:8},{no:3,name:"room_uuid",kind:"scalar",T:9},{no:4,name:"meeting_id",kind:"scalar",opt:!0,T:9},{no:5,name:"preset",kind:"scalar",opt:!0,T:12},{no:6,name:"user_id",kind:"scalar",opt:!0,T:9},{no:7,name:"organization_id",kind:"scalar",opt:!0,T:9},{no:8,name:"location",kind:"message",T:()=>mC},{no:9,name:"capabilities",kind:"message",T:()=>wv}])}}const fC=new gC;class vC extends T{constructor(){super("media.edge.PeerJoinCompleteRequest",[])}}const yC=new vC;class SC extends T{constructor(){super("media.edge.PeerLeaveRequest",[{no:1,name:"close_room",kind:"scalar",T:8}])}}const EC=new SC;class TC extends T{constructor(){super("media.edge.ConsumeMultipleProducerRequest",[{no:1,name:"producer_ids",kind:"scalar",repeat:2,T:9},{no:2,name:"paused",kind:"scalar",opt:!0,T:8}])}}new TC;class kC extends T{constructor(){super("media.edge.ConsumePeerRequest",[{no:1,name:"producing_peer_id",kind:"scalar",T:9},{no:2,name:"paused",kind:"scalar",opt:!0,T:8},{no:3,name:"producer_id",kind:"scalar",opt:!0,T:9},{no:4,name:"preferred_codec",kind:"message",T:()=>hC},{no:5,name:"producing_transport_id",kind:"scalar",opt:!0,T:9}])}}const bC=new kC;class wC extends T{constructor(){super("media.edge.ConsumePeersRequest",[{no:1,name:"requests",kind:"message",repeat:1,T:()=>bC},{no:2,name:"consuming_transport_id",kind:"scalar",opt:!0,T:9}])}}const _C=new wC;class PC extends T{constructor(){super("media.edge.ProducerCreateRequest",[{no:1,name:"kind",kind:"scalar",T:9},{no:2,name:"paused",kind:"scalar",T:8},{no:3,name:"screen_share",kind:"scalar",T:8},{no:4,name:"description",kind:"message",T:()=>br},{no:5,name:"msid",kind:"scalar",T:9},{no:6,name:"app_data",kind:"scalar",opt:!0,T:9},{no:7,name:"mime_type",kind:"scalar",opt:!0,T:9},{no:8,name:"producing_transport_id",kind:"scalar",opt:!0,T:9}])}}const IC=new PC;class CC extends T{constructor(){super("media.edge.SelectedPeersRequest",[])}}new CC;class RC extends T{constructor(){super("media.edge.GlobalPeerPinningRequest",[{no:1,name:"participant_id",kind:"scalar",T:9}])}}const MC=new RC;class AC extends T{constructor(){super("media.edge.ProducerToggleRequest",[{no:1,name:"producer_id",kind:"scalar",T:9},{no:2,name:"pause",kind:"scalar",T:8}])}}const ud=new AC;class DC extends T{constructor(){super("media.edge.ConsumerToggleRequest",[{no:1,name:"consumer_id",kind:"scalar",T:9},{no:2,name:"pause",kind:"scalar",T:8}])}}new DC;class OC extends T{constructor(){super("media.edge.ProducerCloseRequest",[{no:1,name:"producer_id",kind:"scalar",T:9},{no:2,name:"description",kind:"message",T:()=>br},{no:3,name:"producing_transport_id",kind:"scalar",opt:!0,T:9}])}}const NC=new OC;class LC extends T{constructor(){super("media.edge.ConsumerCloseRequest",[{no:1,name:"consumer_ids",kind:"scalar",repeat:2,T:9},{no:2,name:"description",kind:"message",T:()=>br},{no:3,name:"consuming_transport_id",kind:"scalar",opt:!0,T:9}])}}const xC=new LC;class VC extends T{constructor(){super("media.edge.KickPeerRequest",[{no:1,name:"participant_id",kind:"scalar",T:9}])}}const UC=new VC;class FC extends T{constructor(){super("media.edge.KickAllPeersRequest",[{no:1,name:"propagate_kick_across_rooms",kind:"scalar",T:8}])}}const Iv=new FC;class BC extends T{constructor(){super("media.edge.PeerDisplayNameEditRequest",[{no:1,name:"participant_id",kind:"scalar",T:9},{no:2,name:"display_name",kind:"scalar",T:9}])}}const WC=new BC;class jC extends T{constructor(){super("media.edge.HostMediaControlForPeerRequest",[{no:1,name:"participant_id",kind:"scalar",T:9},{no:2,name:"audio",kind:"scalar",T:8},{no:3,name:"video",kind:"scalar",T:8},{no:4,name:"scree_share",kind:"scalar",T:8}])}}const HC=new jC;class qC extends T{constructor(){super("media.edge.HostMediaControlForAllPeerRequest",[{no:1,name:"audio",kind:"scalar",T:8},{no:2,name:"video",kind:"scalar",T:8},{no:3,name:"screen_share",kind:"scalar",T:8}])}}const GC=new qC;class JC extends T{constructor(){super("media.edge.GetRoomStateResponse",[{no:1,name:"display_title",kind:"scalar",T:9},{no:2,name:"locked_mode",kind:"scalar",T:8},{no:3,name:"room_uuid",kind:"scalar",T:9},{no:4,name:"room_name",kind:"scalar",T:9},{no:5,name:"current_peer_id",kind:"scalar",T:9},{no:6,name:"is_recording",kind:"scalar",opt:!0,T:8},{no:7,name:"recorder_participant_id",kind:"scalar",opt:!0,T:9},{no:8,name:"pinned_peer_ids",kind:"scalar",repeat:2,T:9}])}}const $C=new JC;class KC extends T{constructor(){super("media.edge.ErrorResponse",[{no:1,name:"error_message",kind:"scalar",T:9},{no:2,name:"event_id",kind:"scalar",T:5}])}}const zC=new KC;class YC extends T{constructor(){super("media.edge.EmptyResponse",[])}}new YC;class QC extends T{constructor(){super("media.edge.RoomParticipants",[{no:1,name:"peer_id",kind:"scalar",T:9},{no:2,name:"producer_states",kind:"message",repeat:1,T:()=>Pa},{no:3,name:"display_name",kind:"scalar",T:9},{no:4,name:"user_id",kind:"scalar",opt:!0,T:9},{no:5,name:"capabilities",kind:"message",T:()=>wv}])}}const Cv=new QC;class XC extends T{constructor(){super("media.edge.SelectedPeersResponse",[{no:1,name:"audio_peers",kind:"scalar",repeat:2,T:9},{no:2,name:"compulsory_peers",kind:"scalar",repeat:2,T:9}])}}const Xu=new XC;class ZC extends T{constructor(){super("media.edge.SelectedPeersDiffEntry",[{no:1,name:"peer_id",kind:"scalar",T:9},{no:2,name:"priority",kind:"scalar",T:5}])}}const eR=new ZC;class tR extends T{constructor(){super("media.edge.SelectedPeersDiffResponse",[{no:1,name:"entries",kind:"message",repeat:1,T:()=>eR}])}}const Rv=new tR;class rR extends T{constructor(){super("media.edge.PeerJoinResponse",[])}}new rR;class nR extends T{constructor(){super("media.edge.PeerJoinCompleteResponse",[{no:1,name:"room_state",kind:"message",T:()=>$C},{no:2,name:"participants",kind:"message",repeat:1,T:()=>Cv},{no:3,name:"selected_peers",kind:"message",T:()=>Xu},{no:4,name:"max_preferred_streams",kind:"scalar",T:5}])}}const Zu=new nR;class iR extends T{constructor(){super("media.edge.PeerLeaveResponse",[{no:1,name:"closed",kind:"scalar",T:8}])}}const sR=new iR;class aR extends T{constructor(){super("media.edge.ConsumeMultipleProducerResponse",[{no:1,name:"status",kind:"scalar",T:8},{no:2,name:"consumer_ids_map",kind:"message",T:()=>bv}])}}new aR;class oR extends T{constructor(){super("media.edge.ConsumePeerResponse",[{no:1,name:"status",kind:"scalar",T:8},{no:2,name:"consumer_ids_map",kind:"message",T:()=>bv},{no:3,name:"description",kind:"message",T:()=>br}])}}const cR=new oR;class dR extends T{constructor(){super("media.edge.ProducerCreateResponse",[{no:1,name:"status",kind:"scalar",T:8},{no:2,name:"producer_id",kind:"scalar",T:9},{no:4,name:"description",kind:"message",T:()=>br}])}}const lR=new dR;class uR extends T{constructor(){super("media.edge.ProducerScoreResponse",[{no:1,name:"responseid",kind:"scalar",T:9},{no:2,name:"score",kind:"message",T:()=>ZI}])}}new uR;class hR extends T{constructor(){super("media.edge.ActiveSpeakerResponse",[{no:1,name:"responsepeer_id",kind:"scalar",T:9},{no:2,name:"volume",kind:"scalar",T:5}])}}new hR;class pR extends T{constructor(){super("media.edge.NoActiveSpeakerResponse",[])}}new pR;class mR extends T{constructor(){super("media.edge.ProducerToggleResponse",[])}}new mR;class gR extends T{constructor(){super("media.edge.ConsumerToggleResponse",[])}}new gR;class fR extends T{constructor(){super("media.edge.ProducerClosingResponse",[{no:1,name:"description",kind:"message",T:()=>br}])}}const vR=new fR;class yR extends T{constructor(){super("media.edge.ConsumerClosingResponse",[{no:1,name:"description",kind:"message",T:()=>br}])}}const SR=new yR;class ER extends T{constructor(){super("media.edge.GlobalPeerPinningResponse",[])}}new ER;class TR extends T{constructor(){super("media.edge.KickPeerResponse",[{no:1,name:"status",kind:"scalar",T:9}])}}const kR=new TR;class bR extends T{constructor(){super("media.edge.KickAllPeersResponse",[{no:1,name:"status",kind:"scalar",T:9}])}}const wR=new bR;class _R extends T{constructor(){super("media.edge.HostMediaControlForPeerResponse",[{no:1,name:"status",kind:"scalar",T:9}])}}const PR=new _R;class IR extends T{constructor(){super("media.edge.HostMediaControlForAllPeerResponse",[{no:1,name:"status",kind:"scalar",T:9}])}}const CR=new IR;class RR extends T{constructor(){super("media.edge.PeerDisplayNameEditResponse",[{no:1,name:"status",kind:"scalar",T:9}])}}const MR=new RR;class AR extends T{constructor(){super("media.edge.PeerJoinBroadcastResponse",[{no:1,name:"participant",kind:"message",T:()=>Cv}])}}const Mv=new AR;class DR extends T{constructor(){super("media.edge.TrackSubscriptionKind",[{no:1,name:"audio",kind:"scalar",T:8},{no:2,name:"video",kind:"scalar",T:8}])}}const Av=new DR;class OR extends T{constructor(){super("media.edge.TrackSubscription",[{no:1,name:"label",kind:"scalar",T:9},{no:2,name:"webcam",kind:"message",T:()=>Av},{no:3,name:"screenshare",kind:"message",T:()=>Av}])}}const NR=new OR;class LR extends T{constructor(){super("media.edge.PeerProducingTransportCreateBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9},{no:2,name:"transport_details",kind:"message",T:()=>kv},{no:3,name:"track_subscriptions",kind:"message",repeat:1,T:()=>NR}])}}new LR;class xR extends T{constructor(){super("media.edge.PeerProducerCreateBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9},{no:2,name:"producer_state",kind:"message",T:()=>Pa}])}}const VR=new xR;class UR extends T{constructor(){super("media.edge.PeerProducerToggleBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9},{no:2,name:"producer_state",kind:"message",T:()=>Pa},{no:3,name:"initiator_participant_id",kind:"scalar",opt:!0,T:9}])}}const Dv=new UR;class FR extends T{constructor(){super("media.edge.PeerProducerCloseBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9},{no:2,name:"producer_state",kind:"message",T:()=>Pa}])}}const BR=new FR;class WR extends T{constructor(){super("media.edge.PeerLeaveBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9}])}}const eh=new WR;class jR extends T{constructor(){super("media.edge.GlobalPeerPinningBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9}])}}const Ov=new jR;class HR extends T{constructor(){super("media.edge.GlobalPeerUnPinningBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9}])}}new HR;class qR extends T{constructor(){super("media.edge.RecordingStartedBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9}])}}new qR;class GR extends T{constructor(){super("media.edge.RecordingStoppedBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9}])}}new GR;class JR extends T{constructor(){super("media.edge.PeerDisplayNameEditBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9},{no:2,name:"display_name",kind:"scalar",T:9}])}}new JR;class $R extends T{constructor(){super("media.edge.PeerPingRequestBroadcastResponse",[{no:1,name:"password",kind:"scalar",T:9}])}}new $R;class KR extends T{constructor(){super("media.edge.MediaRoomTerminationBroadcastResponse",[{no:1,name:"reason",kind:"scalar",T:9}])}}new KR;class zR extends T{constructor(){super("socket.ai.MeetingTranscript",[{no:1,name:"meeting_id",kind:"scalar",T:9},{no:2,name:"transcript",kind:"scalar",T:9},{no:3,name:"is_partial",kind:"scalar",T:8}])}}const th=new zR;class YR extends T{constructor(){super("socket.api.BaseSocketHubMessage",[{no:1,name:"event",kind:"scalar",T:5},{no:2,name:"id",kind:"scalar",T:9},{no:3,name:"peer_id",kind:"scalar",T:9},{no:4,name:"room_id",kind:"scalar",T:9},{no:5,name:"user_id",kind:"scalar",T:9},{no:6,name:"payload",kind:"scalar",T:12},{no:7,name:"error",kind:"scalar",opt:!0,T:8},{no:8,name:"sid",kind:"scalar",opt:!0,T:9}])}}new YR;class QR extends T{constructor(){super("socket.api.ErrorMessage",[{no:1,name:"code",kind:"scalar",opt:!0,T:5},{no:2,name:"message",kind:"scalar",T:9}])}}const XR=new QR;var yi;(function(t){t[t.BROWSER=0]="BROWSER",t[t.TRACK=1]="TRACK",t[t.COMPOSITE=2]="COMPOSITE"})(yi||(yi={}));var un;(function(t){t[t.UNSPECIFIED=0]="UNSPECIFIED",t[t.ON_STAGE=1]="ON_STAGE",t[t.APPROVED_STAGE=2]="APPROVED_STAGE",t[t.REQUESTED_STAGE=3]="REQUESTED_STAGE",t[t.OFF_STAGE=4]="OFF_STAGE"})(un||(un={}));var rh;(function(t){t[t.NONE=0]="NONE",t[t.RECORDER=1]="RECORDER",t[t.LIVESTREAMER=2]="LIVESTREAMER"})(rh||(rh={}));var nh;(function(t){t[t.PEERS=0]="PEERS",t[t.ROOMS=1]="ROOMS"})(nh||(nh={}));var hd;(function(t){t[t.HIVE=0]="HIVE",t[t.CHAT=1]="CHAT",t[t.PING=2]="PING"})(hd||(hd={}));class ZR extends T{constructor(){super("socket.room.PeerFlags",[{no:1,name:"preset_name",kind:"scalar",T:9},{no:2,name:"recorder_type",kind:"scalar",T:9},{no:3,name:"hidden_participant",kind:"scalar",T:8}])}}const eM=new ZR;class tM extends T{constructor(){super("socket.room.Peer",[{no:1,name:"peer_id",kind:"scalar",T:9},{no:2,name:"user_id",kind:"scalar",T:9},{no:3,name:"display_name",kind:"scalar",T:9},{no:4,name:"stage_type",kind:"enum",opt:!0,T:()=>["socket.room.StageType",un,"STAGE_TYPE_"]},{no:5,name:"custom_participant_id",kind:"scalar",opt:!0,T:9},{no:6,name:"preset_id",kind:"scalar",opt:!0,T:9},{no:7,name:"display_picture_url",kind:"scalar",opt:!0,T:9},{no:8,name:"waitlisted",kind:"scalar",T:8},{no:9,name:"flags",kind:"message",T:()=>eM}])}}const pd=new tM;class rM extends T{constructor(){super("socket.room.PeerInfoResponse",[{no:1,name:"peer",kind:"message",T:()=>pd}])}}const ms=new rM;class nM extends T{constructor(){super("socket.room.PeerStatusUpdate",[{no:1,name:"peer_id",kind:"scalar",T:9},{no:2,name:"user_id",kind:"scalar",T:9},{no:3,name:"stage_type",kind:"enum",opt:!0,T:()=>["socket.room.StageType",un,"STAGE_TYPE_"]}])}}const Nv=new nM;class iM extends T{constructor(){super("socket.room.RoomPeersInfoRequest",[{no:1,name:"seach_query",kind:"scalar",T:9},{no:2,name:"limit",kind:"scalar",T:5},{no:3,name:"offset",kind:"scalar",T:5}])}}const sM=new iM;class aM extends T{constructor(){super("socket.room.RoomPeersInfoResponse",[{no:1,name:"peers",kind:"message",repeat:1,T:()=>pd}])}}const ih=new aM;class oM extends T{constructor(){super("socket.room.RoomPeerCountResponse",[{no:1,name:"count",kind:"scalar",T:4,L:2}])}}const Lv=new oM;class cM extends T{constructor(){super("socket.room.Room",[{no:1,name:"room_id",kind:"scalar",T:9},{no:2,name:"title",kind:"scalar",T:9},{no:4,name:"created_at",kind:"scalar",T:4,L:2},{no:5,name:"active_recordings",kind:"message",repeat:1,T:()=>lM},{no:6,name:"room_uuid",kind:"scalar",opt:!0,T:9}])}}const xv=new cM;class dM extends T{constructor(){super("socket.room.ActiveRecording",[{no:1,name:"recording_id",kind:"scalar",T:9},{no:2,name:"recording_type",kind:"enum",T:()=>["common.RecordingType",yi]},{no:3,name:"recording_status",kind:"scalar",T:9}])}}const lM=new dM;class uM extends T{constructor(){super("socket.room.RoomInfoResponse",[{no:1,name:"room",kind:"message",T:()=>xv}])}}const Vv=new uM;class hM extends T{constructor(){super("socket.room.GetPeerInfoRequest",[{no:1,name:"peer_id",kind:"scalar",T:9}])}}const Uv=new hM;class pM extends T{constructor(){super("socket.room.UpdatePeerInfoRequest",[{no:1,name:"peer_id",kind:"scalar",T:9},{no:2,name:"display_name",kind:"scalar",opt:!0,T:9}])}}new pM;class mM extends T{constructor(){super("socket.room.JoinRoomRequest",[{no:1,name:"peer",kind:"message",T:()=>pd},{no:3,name:"room_uuid",kind:"scalar",T:9},{no:4,name:"organization_id",kind:"scalar",opt:!0,T:9},{no:5,name:"use_hive",kind:"scalar",opt:!0,T:8},{no:6,name:"preset",kind:"scalar",opt:!0,T:12},{no:7,name:"capabilities",kind:"enum",repeat:1,T:()=>["socket.room.Capabilities",hd,"CAPABILITIES_"]},{no:8,name:"timestamp",kind:"scalar",opt:!0,T:4,L:2}])}}const gM=new mM;class fM extends T{constructor(){super("socket.room.LeaveRoomRequest",[{no:1,name:"peer",kind:"message",T:()=>pd},{no:2,name:"timestamp",kind:"scalar",opt:!0,T:4,L:2}])}}const vM=new fM;class yM extends T{constructor(){super("socket.room.UpdateRoomInfoRequest",[{no:1,name:"room",kind:"message",T:()=>xv}])}}new yM;class SM extends T{constructor(){super("socket.room.GetConnectedRoomsDumpRequest",[])}}new SM;class EM extends T{constructor(){super("socket.room.ServiceError",[{no:1,name:"message",kind:"scalar",opt:!0,T:9},{no:2,name:"code",kind:"scalar",opt:!0,T:9}])}}const sh=new EM;class TM extends T{constructor(){super("socket.room.ConnectedMeetingPeer",[{no:1,name:"id",kind:"scalar",opt:!0,T:9},{no:2,name:"display_name",kind:"scalar",opt:!0,T:9},{no:3,name:"custom_participant_id",kind:"scalar",opt:!0,T:9},{no:4,name:"preset_id",kind:"scalar",opt:!0,T:9},{no:5,name:"display_picture_url",kind:"scalar",opt:!0,T:9}])}}const kM=new TM;class bM extends T{constructor(){super("socket.room.ConnectedMeetingDump",[{no:1,name:"id",kind:"scalar",opt:!0,T:9},{no:2,name:"title",kind:"scalar",opt:!0,T:9},{no:3,name:"participants",kind:"message",repeat:1,T:()=>kM}])}}const Fv=new bM;class wM extends T{constructor(){super("socket.room.GetConnectedRoomsDumpResponse",[{no:1,name:"parent_meeting",kind:"message",T:()=>Fv},{no:2,name:"meetings",kind:"message",repeat:1,T:()=>Fv}])}}const _M=new wM;class PM extends T{constructor(){super("socket.room.CreateRoomRequestPayload",[{no:1,name:"title",kind:"scalar",opt:!0,T:9}])}}const IM=new PM;class CM extends T{constructor(){super("socket.room.CreateConnectedRoomsRequest",[{no:1,name:"payloads",kind:"message",repeat:1,T:()=>IM}])}}const RM=new CM;class MM extends T{constructor(){super("socket.room.CreateRoomResponsePayload",[{no:1,name:"id",kind:"scalar",opt:!0,T:9},{no:2,name:"title",kind:"scalar",opt:!0,T:9},{no:3,name:"error",kind:"message",T:()=>sh}])}}const AM=new MM;class DM extends T{constructor(){super("socket.room.CreateConnectedRoomsResponse",[{no:1,name:"payloads",kind:"message",repeat:1,T:()=>AM}])}}const Bv=new DM;class OM extends T{constructor(){super("socket.room.UpdateRoomRequestPayload",[{no:1,name:"meeting_id",kind:"scalar",opt:!0,T:9},{no:2,name:"title",kind:"scalar",opt:!0,T:9}])}}const NM=new OM;class LM extends T{constructor(){super("socket.room.UpdateConnectedRoomsRequest",[{no:1,name:"payloads",kind:"message",repeat:1,T:()=>NM}])}}new LM;class xM extends T{constructor(){super("socket.room.DisableRoomPayload",[{no:1,name:"id",kind:"scalar",opt:!0,T:9}])}}const VM=new xM;class UM extends T{constructor(){super("socket.room.DisableConnectedRoomsRequest",[{no:1,name:"payloads",kind:"message",repeat:1,T:()=>VM}])}}const FM=new UM;class BM extends T{constructor(){super("socket.room.DisableConnectedRoomsResponse",[{no:1,name:"payloads",kind:"message",repeat:1,T:()=>HM}])}}const WM=new BM;class jM extends T{constructor(){super("socket.room.DisableConnectedRoomPayload",[{no:1,name:"id",kind:"scalar",opt:!0,T:9},{no:2,name:"status",kind:"scalar",opt:!0,T:9},{no:3,name:"title",kind:"scalar",opt:!0,T:9},{no:4,name:"error",kind:"message",T:()=>sh}])}}const HM=new jM;class qM extends T{constructor(){super("socket.room.MovePeerPayload",[{no:1,name:"id",kind:"scalar",opt:!0,T:9},{no:2,name:"preset_id",kind:"scalar",opt:!0,T:9}])}}const GM=new qM;class JM extends T{constructor(){super("socket.room.MovePeersBetweenRoomsRequest",[{no:1,name:"source_meeting_id",kind:"scalar",opt:!0,T:9},{no:2,name:"destination_meeting_id",kind:"scalar",opt:!0,T:9},{no:3,name:"participants",kind:"message",repeat:1,T:()=>GM}])}}const $M=new JM;class KM extends T{constructor(){super("socket.room.MovedPeer",[{no:1,name:"meeting_id",kind:"scalar",opt:!0,T:9},{no:2,name:"custom_participant_id",kind:"scalar",opt:!0,T:9},{no:3,name:"error",kind:"message",T:()=>sh}])}}const Wv=new KM;class zM extends T{constructor(){super("socket.room.MovePeersBetweenRoomsResponse",[{no:1,name:"payloads",kind:"message",repeat:1,T:()=>Wv}])}}new zM;class YM extends T{constructor(){super("socket.room.TransferPeer",[{no:1,name:"meeting_id",kind:"scalar",opt:!0,T:9},{no:2,name:"auth_token",kind:"scalar",opt:!0,T:9}])}}const QM=new YM;class XM extends T{constructor(){super("socket.room.GetAllAddedParticipantsResponse",[{no:1,name:"participants",kind:"message",repeat:1,T:()=>tA}])}}const ZM=new XM;class eA extends T{constructor(){super("socket.room.AddedParticipant",[{no:1,name:"id",kind:"scalar",T:9},{no:2,name:"name",kind:"scalar",opt:!0,T:9},{no:3,name:"picture",kind:"scalar",opt:!0,T:9},{no:4,name:"custom_participant_id",kind:"scalar",T:9}])}}const tA=new eA;class rA extends T{constructor(){super("socket.room.RemoveParticipantsRequest",[{no:1,name:"peer_ids",kind:"scalar",repeat:2,T:9}])}}const nA=new rA;class iA extends T{constructor(){super("socket.room.BroadcastMessage",[{no:1,name:"type",kind:"scalar",T:9},{no:2,name:"payload",kind:"scalar",T:12},{no:3,name:"timestamp",kind:"scalar",T:4,L:2},{no:4,name:"ids",kind:"scalar",repeat:2,T:9},{no:5,name:"broadcast_type",kind:"enum",opt:!0,T:()=>["socket.room.BroadcastType",nh,"BROADCAST_TYPE_"]}])}}const Ia=new iA;class sA extends T{constructor(){super("socket.room.AcceptWaitingRoomRequests",[{no:1,name:"user_ids",kind:"scalar",repeat:2,T:9}])}}const aA=new sA;class oA extends T{constructor(){super("socket.room.DenyWaitingRoomRequests",[{no:1,name:"user_ids",kind:"scalar",repeat:2,T:9}])}}const cA=new oA;class dA extends T{constructor(){super("socket.room.WaitingRoomRequest",[{no:1,name:"peer_id",kind:"scalar",T:9},{no:2,name:"user_id",kind:"scalar",T:9},{no:3,name:"display_name",kind:"scalar",T:9},{no:4,name:"picture",kind:"scalar",opt:!0,T:9},{no:5,name:"custom_participant_id",kind:"scalar",opt:!0,T:9},{no:6,name:"preset_name",kind:"scalar",opt:!0,T:9}])}}const lA=new dA;class uA extends T{constructor(){super("socket.room.GetWaitingRoomRequests",[{no:1,name:"requests",kind:"message",repeat:1,T:()=>lA}])}}const jv=new uA;class hA extends T{constructor(){super("socket.room.GetRoomStageStateResponse",[{no:1,name:"on_stage_peers",kind:"scalar",repeat:2,T:9},{no:2,name:"approved_stage_peers",kind:"scalar",repeat:2,T:9},{no:3,name:"requested_stage_peers",kind:"scalar",repeat:2,T:9}])}}const Hv=new hA;var ah;(function(t){t[t.NONE=0]="NONE",t[t.SKIP=1]="SKIP",t[t.ON_PRIVILEGED_USER_ENTRY=2]="ON_PRIVILEGED_USER_ENTRY",t[t.SKIP_ON_ACCEPT=3]="SKIP_ON_ACCEPT"})(ah||(ah={}));var Ln;(function(t){t[t.NONE=0]="NONE",t[t.ALLOWED=1]="ALLOWED",t[t.NOT_ALLOWED=2]="NOT_ALLOWED",t[t.CAN_REQUEST=3]="CAN_REQUEST"})(Ln||(Ln={}));class pA extends T{constructor(){super("socket.preset.PollsPermissionUpdate",[{no:1,name:"can_create",kind:"scalar",opt:!0,T:8},{no:2,name:"can_vote",kind:"scalar",opt:!0,T:8},{no:3,name:"can_view",kind:"scalar",opt:!0,T:8}])}}const mA=new pA;class gA extends T{constructor(){super("socket.preset.PluginsPermissionsUpdate",[{no:1,name:"can_close",kind:"scalar",opt:!0,T:8},{no:2,name:"can_start",kind:"scalar",opt:!0,T:8}])}}const fA=new gA;class vA extends T{constructor(){super("socket.preset.PublicChatPermission",[{no:1,name:"can_send",kind:"scalar",opt:!0,T:8},{no:2,name:"text",kind:"scalar",opt:!0,T:8},{no:3,name:"files",kind:"scalar",opt:!0,T:8}])}}const yA=new vA;class SA extends T{constructor(){super("socket.preset.PrivateChatPermission",[{no:1,name:"can_send",kind:"scalar",opt:!0,T:8},{no:2,name:"can_receive",kind:"scalar",opt:!0,T:8},{no:3,name:"text",kind:"scalar",opt:!0,T:8},{no:4,name:"files",kind:"scalar",opt:!0,T:8}])}}const EA=new SA;class TA extends T{constructor(){super("socket.preset.ChatPermissionUpdate",[{no:1,name:"public",kind:"message",T:()=>yA},{no:2,name:"private",kind:"message",T:()=>EA}])}}const kA=new TA;class bA extends T{constructor(){super("socket.preset.ConnectedMeetingPermissionUpdate",[{no:1,name:"can_alter_connected_meetings",kind:"scalar",opt:!0,T:8},{no:2,name:"can_switch_to_parent_meeting",kind:"scalar",opt:!0,T:8},{no:3,name:"can_switch_connected_meetings",kind:"scalar",opt:!0,T:8}])}}const wA=new bA;class _A extends T{constructor(){super("socket.preset.StreamPermission",[{no:1,name:"can_produce",kind:"enum",opt:!0,T:()=>["socket.preset.StreamPermissionType",Ln,"STREAM_PERMISSION_TYPE_"]},{no:2,name:"can_consume",kind:"enum",opt:!0,T:()=>["socket.preset.StreamPermissionType",Ln,"STREAM_PERMISSION_TYPE_"]}])}}const oh=new _A;class PA extends T{constructor(){super("socket.preset.MediaPermissionUpdate",[{no:1,name:"video",kind:"message",T:()=>oh},{no:2,name:"audio",kind:"message",T:()=>oh},{no:3,name:"screenshare",kind:"message",T:()=>oh}])}}const IA=new PA;class CA extends T{constructor(){super("socket.preset.PresetUpdates",[{no:1,name:"polls",kind:"message",T:()=>mA},{no:2,name:"plugins",kind:"message",T:()=>fA},{no:3,name:"chat",kind:"message",T:()=>kA},{no:4,name:"accept_waiting_requests",kind:"scalar",opt:!0,T:8},{no:5,name:"can_accept_production_requests",kind:"scalar",opt:!0,T:8},{no:6,name:"can_edit_display_name",kind:"scalar",opt:!0,T:8},{no:7,name:"can_record",kind:"scalar",opt:!0,T:8},{no:8,name:"can_livestream",kind:"scalar",opt:!0,T:8},{no:9,name:"can_spotlight",kind:"scalar",opt:!0,T:8},{no:10,name:"disable_participant_audio",kind:"scalar",opt:!0,T:8},{no:11,name:"disable_participant_screensharing",kind:"scalar",opt:!0,T:8},{no:12,name:"disable_participant_video",kind:"scalar",opt:!0,T:8},{no:13,name:"kick_participant",kind:"scalar",opt:!0,T:8},{no:14,name:"pin_participant",kind:"scalar",opt:!0,T:8},{no:15,name:"transcription_enabled",kind:"scalar",opt:!0,T:8},{no:16,name:"waiting_room_type",kind:"enum",opt:!0,T:()=>["socket.preset.WaitingRoomType",ah,"WAITING_ROOM_TYPE_"]},{no:17,name:"is_recorder",kind:"scalar",opt:!0,T:8},{no:18,name:"recorder_type",kind:"enum",opt:!0,T:()=>["socket.room.RecorderType",rh,"RECORDER_TYPE_"]},{no:19,name:"hidden_participant",kind:"scalar",opt:!0,T:8},{no:20,name:"show_participant_list",kind:"scalar",opt:!0,T:8},{no:21,name:"can_change_participant_permissions",kind:"scalar",opt:!0,T:8},{no:22,name:"connected_meetings",kind:"message",T:()=>wA},{no:23,name:"media",kind:"message",T:()=>IA}])}}const ch=new CA;class RA extends T{constructor(){super("socket.preset.ReadPeersPresetRequest",[{no:1,name:"user_ids",kind:"scalar",repeat:2,T:9}])}}const MA=new RA;class AA extends T{constructor(){super("socket.preset.PeerPreset",[{no:1,name:"user_id",kind:"scalar",T:9},{no:2,name:"peer_id",kind:"scalar",T:9},{no:3,name:"preset",kind:"scalar",T:12}])}}const DA=new AA;class OA extends T{constructor(){super("socket.preset.ReadPeersPresetResponse",[{no:1,name:"peer_presets",kind:"message",repeat:1,T:()=>DA}])}}const NA=new OA;class LA extends T{constructor(){super("socket.preset.UpdatePeerPreset",[{no:1,name:"user_ids",kind:"scalar",T:9},{no:2,name:"patch",kind:"message",T:()=>ch}])}}const qv=new LA;class xA extends T{constructor(){super("socket.preset.UpdatePeersPresetRequest",[{no:1,name:"update_peers_presets",kind:"message",repeat:1,T:()=>qv}])}}const VA=new xA;class UA extends T{constructor(){super("socket.preset.UpdatePeersPresetResponse",[{no:1,name:"update_peers_presets",kind:"message",repeat:1,T:()=>qv}])}}const Gv=new UA;class FA extends T{constructor(){super("socket.preset.PeerUserIDMap",[{no:1,name:"peer_id",kind:"scalar",T:9},{no:2,name:"user_id",kind:"scalar",T:9}])}}const BA=new FA;class WA extends T{constructor(){super("socket.preset.BulkUpdatePeerPresetRequest",[{no:1,name:"peers",kind:"message",repeat:1,T:()=>BA},{no:2,name:"patch",kind:"message",T:()=>ch}])}}new WA;class jA extends T{constructor(){super("socket.preset.BulkUpdatePeerPresetResponse",[{no:2,name:"patch",kind:"message",T:()=>ch}])}}new jA;class HA extends T{constructor(){super("socket.chat.ChatMessage",[{no:1,name:"chat_id",kind:"scalar",T:9},{no:2,name:"peer_id",kind:"scalar",T:9},{no:3,name:"user_id",kind:"scalar",T:9},{no:4,name:"display_name",kind:"scalar",T:9},{no:5,name:"pinned",kind:"scalar",T:8},{no:6,name:"is_edited",kind:"scalar",T:8},{no:7,name:"payload_type",kind:"scalar",T:5},{no:8,name:"payload",kind:"scalar",T:9},{no:10,name:"target_user_ids",kind:"scalar",repeat:2,T:9},{no:11,name:"created_at",kind:"scalar",T:4,L:2},{no:12,name:"created_at_ms",kind:"scalar",opt:!0,T:4,L:2},{no:13,name:"channel_id",kind:"scalar",opt:!0,T:9},{no:14,name:"channel_index",kind:"scalar",opt:!0,T:9}])}}const Si=new HA;class qA extends T{constructor(){super("socket.chat.GetPaginatedChatMessageRoomRequest",[{no:1,name:"time_stamp",kind:"scalar",T:4,L:2},{no:2,name:"size",kind:"scalar",T:5},{no:3,name:"from",kind:"scalar",T:5},{no:4,name:"reversed",kind:"scalar",T:8},{no:5,name:"channel_id",kind:"scalar",opt:!0,T:9}])}}const GA=new qA;class JA extends T{constructor(){super("socket.chat.GetPaginatedChatMessageRoomResponse",[{no:1,name:"messages",kind:"message",repeat:1,T:()=>Si},{no:2,name:"next",kind:"scalar",T:8}])}}const $A=new JA;class KA extends T{constructor(){super("socket.chat.GetChatMessagesResponse",[{no:1,name:"messages",kind:"message",repeat:1,T:()=>Si}])}}const Jv=new KA;class zA extends T{constructor(){super("socket.chat.SendChatMessageToRoomRequest",[{no:1,name:"payload_type",kind:"scalar",T:5},{no:2,name:"payload",kind:"scalar",T:9}])}}const YA=new zA;class QA extends T{constructor(){super("socket.chat.SendChatMessageToRoomResponse",[{no:1,name:"message",kind:"message",T:()=>Si}])}}const dh=new QA;class XA extends T{constructor(){super("socket.chat.SendChatMessageToPeersRequest",[{no:1,name:"peer_ids",kind:"scalar",repeat:2,T:9},{no:2,name:"payload_type",kind:"scalar",T:5},{no:3,name:"payload",kind:"scalar",T:9}])}}const ZA=new XA;class e1 extends T{constructor(){super("socket.chat.SendChatMessageToPeersResponse",[{no:1,name:"message",kind:"message",T:()=>Si}])}}const lh=new e1;class t1 extends T{constructor(){super("socket.chat.SendChatMessageToChannelRequest",[{no:1,name:"channel_id",kind:"scalar",T:9},{no:2,name:"payload_type",kind:"scalar",T:5},{no:3,name:"payload",kind:"scalar",T:9}])}}const r1=new t1;class n1 extends T{constructor(){super("socket.chat.SendChatMessageToChannelResponse",[{no:1,name:"message",kind:"message",T:()=>Si}])}}new n1;class i1 extends T{constructor(){super("socket.chat.EditChatMessageRequest",[{no:1,name:"chat_id",kind:"scalar",T:9},{no:2,name:"payload_type",kind:"scalar",opt:!0,T:5},{no:3,name:"payload",kind:"scalar",opt:!0,T:9},{no:4,name:"pinned",kind:"scalar",opt:!0,T:8},{no:5,name:"channel_id",kind:"scalar",opt:!0,T:9}])}}const s1=new i1;class a1 extends T{constructor(){super("socket.chat.PinChatMessageRequest",[{no:1,name:"chat_id",kind:"scalar",T:9},{no:2,name:"pinned",kind:"scalar",T:8},{no:3,name:"channel_id",kind:"scalar",opt:!0,T:9}])}}const o1=new a1;class c1 extends T{constructor(){super("socket.chat.PinChatMessageResponse",[{no:1,name:"chat_id",kind:"scalar",T:9},{no:2,name:"pinned",kind:"scalar",T:8},{no:3,name:"channel_id",kind:"scalar",opt:!0,T:9}])}}const md=new c1;class d1 extends T{constructor(){super("socket.chat.EditChatMessageResponse",[{no:1,name:"message",kind:"message",T:()=>Si}])}}const gd=new d1;class l1 extends T{constructor(){super("socket.chat.DeleteChatMessageRequest",[{no:1,name:"chat_id",kind:"scalar",T:9},{no:2,name:"channel_id",kind:"scalar",opt:!0,T:9}])}}const u1=new l1;class h1 extends T{constructor(){super("socket.chat.DeleteChatMessageResponse",[{no:1,name:"chat_id",kind:"scalar",T:9},{no:2,name:"channel_id",kind:"scalar",opt:!0,T:9}])}}const fd=new h1;class p1 extends T{constructor(){super("socket.chat.SearchChatMessagesRequest",[{no:1,name:"time_stamp",kind:"scalar",T:4,L:2},{no:2,name:"size",kind:"scalar",T:5},{no:3,name:"from",kind:"scalar",T:5},{no:4,name:"reversed",kind:"scalar",T:8},{no:5,name:"channel_id",kind:"scalar",opt:!0,T:9},{no:6,name:"search_term",kind:"scalar",T:9}])}}const m1=new p1;class g1 extends T{constructor(){super("socket.chat.MarkChannelIndexAsReadRequest",[{no:1,name:"channel_id",kind:"scalar",T:9},{no:2,name:"user_id",kind:"scalar",T:9},{no:3,name:"channel_index",kind:"scalar",T:9}])}}const f1=new g1;class v1 extends T{constructor(){super("socket.chat.MarkChannelIndexAsReadResponse",[{no:1,name:"channel_index",kind:"scalar",T:9}])}}const y1=new v1;class S1 extends T{constructor(){super("socket.chat.CreateChatChannelRequest",[{no:1,name:"display_name",kind:"scalar",T:9},{no:2,name:"target_user_ids",kind:"scalar",repeat:2,T:9},{no:3,name:"display_picture_url",kind:"scalar",opt:!0,T:9},{no:4,name:"visibility",kind:"scalar",T:9},{no:5,name:"is_direct_message",kind:"scalar",T:8}])}}const E1=new S1;class T1 extends T{constructor(){super("socket.chat.UpdateChatChannelRequest",[{no:1,name:"chat_channel_id",kind:"scalar",T:9},{no:2,name:"display_name",kind:"scalar",opt:!0,T:9},{no:3,name:"target_user_ids",kind:"scalar",repeat:2,T:9},{no:4,name:"display_picture_url",kind:"scalar",opt:!0,T:9},{no:5,name:"visibility",kind:"scalar",opt:!0,T:9},{no:6,name:"is_direct_message",kind:"scalar",opt:!0,T:8}])}}const k1=new T1;class b1 extends T{constructor(){super("socket.chat.CreateChatChannelResponse",[{no:1,name:"chat_channel_id",kind:"scalar",T:9}])}}new b1;class w1 extends T{constructor(){super("socket.chat.GetChatChannelRequest",[{no:1,name:"chat_channel_id",kind:"scalar",T:9}])}}const _1=new w1;class P1 extends T{constructor(){super("socket.chat.LatestMessageAndUnreadCount",[{no:1,name:"message",kind:"message",T:()=>Si},{no:2,name:"unread_count",kind:"scalar",T:4,L:2}])}}const I1=new P1;class C1 extends T{constructor(){super("socket.chat.ChatChannel",[{no:1,name:"chat_channel_id",kind:"scalar",T:9},{no:2,name:"display_name",kind:"scalar",T:9},{no:3,name:"display_picture_url",kind:"scalar",opt:!0,T:9},{no:4,name:"visibility",kind:"scalar",T:9},{no:5,name:"is_direct_message",kind:"scalar",T:8},{no:6,name:"latest_message_and_unread_count",kind:"message",T:()=>I1},{no:7,name:"target_user_ids",kind:"scalar",repeat:2,T:9}])}}const R1=new C1;class M1 extends T{constructor(){super("socket.chat.GetChatChannelResponse",[{no:1,name:"chat_channels",kind:"message",repeat:1,T:()=>R1}])}}const hn=new M1;class A1 extends T{constructor(){super("socket.chat.ChannelMember",[{no:1,name:"id",kind:"scalar",T:9},{no:2,name:"name",kind:"scalar",opt:!0,T:9},{no:3,name:"picture",kind:"scalar",opt:!0,T:9},{no:4,name:"custom_participant_id",kind:"scalar",T:9}])}}const D1=new A1;class O1 extends T{constructor(){super("socket.chat.GetChatChannelMembersResponse",[{no:1,name:"channel_members",kind:"message",repeat:1,T:()=>D1}])}}const N1=new O1;class L1 extends T{constructor(){super("socket.plugin.AddPluginRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"staggered",kind:"scalar",T:8}])}}const x1=new L1;class V1 extends T{constructor(){super("socket.plugin.RemovePluginRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"staggered",kind:"scalar",T:8}])}}const U1=new V1;class F1 extends T{constructor(){super("socket.plugin.EnablePluginForRoomRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9}])}}const B1=new F1;class W1 extends T{constructor(){super("socket.plugin.DisablePluginForRoomRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9}])}}const j1=new W1;class H1 extends T{constructor(){super("socket.plugin.EnablePluginForPeersRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"peer_ids",kind:"scalar",repeat:2,T:9}])}}const q1=new H1;class G1 extends T{constructor(){super("socket.plugin.DisablePluginForPeersRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"peer_ids",kind:"scalar",repeat:2,T:9}])}}const J1=new G1;class $1 extends T{constructor(){super("socket.plugin.PluginEventToRoomRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"plugin_data",kind:"scalar",T:12}])}}const K1=new $1;class z1 extends T{constructor(){super("socket.plugin.PluginEventToPeersRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"peer_ids",kind:"scalar",repeat:2,T:9},{no:3,name:"plugin_data",kind:"scalar",T:12}])}}const Y1=new z1;class Q1 extends T{constructor(){super("socket.plugin.StoreKeys",[{no:1,name:"store_key",kind:"scalar",T:9},{no:2,name:"payload",kind:"scalar",opt:!0,T:12}])}}const uh=new Q1;class X1 extends T{constructor(){super("socket.plugin.PluginStoreInsertKeysRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"store_name",kind:"scalar",T:9},{no:3,name:"insert_keys",kind:"message",repeat:1,T:()=>uh}])}}const $v=new X1;class Z1 extends T{constructor(){super("socket.plugin.PluginStoreGetKeysRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"store_name",kind:"scalar",T:9},{no:3,name:"get_keys",kind:"message",repeat:1,T:()=>uh}])}}const eD=new Z1;class tD extends T{constructor(){super("socket.plugin.PluginStoreDeleteKeysRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"store_name",kind:"scalar",T:9},{no:3,name:"delete_keys",kind:"message",repeat:1,T:()=>uh}])}}const rD=new tD;class nD extends T{constructor(){super("socket.plugin.PluginStoreDeleteRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"store_name",kind:"scalar",T:9}])}}const iD=new nD;class sD extends T{constructor(){super("socket.plugin.EnablePluginResponse",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"enabled_by",kind:"scalar",T:9}])}}const hh=new sD;class aD extends T{constructor(){super("socket.plugin.EnablePluginsResponse",[{no:1,name:"plugins",kind:"message",repeat:1,T:()=>hh}])}}const oD=new aD;class cD extends T{constructor(){super("socket.plugin.DisablePluginResponse",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"disabled_by",kind:"scalar",T:9}])}}const Kv=new cD;class dD extends T{constructor(){super("socket.plugin.PluginStoreItem",[{no:1,name:"timestamp",kind:"scalar",T:9},{no:2,name:"peer_id",kind:"scalar",T:9},{no:3,name:"store_key",kind:"scalar",T:9},{no:4,name:"payload",kind:"scalar",T:12}])}}const lD=new dD;class uD extends T{constructor(){super("socket.plugin.PluginStoreResponse",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"store_name",kind:"scalar",T:9},{no:3,name:"store_items",kind:"message",repeat:1,T:()=>lD}])}}const zv=new uD;class hD extends T{constructor(){super("socket.plugin.PluginEventResponse",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"plugin_data",kind:"scalar",T:12}])}}const Yv=new hD;class pD extends T{constructor(){super("socket.livestreaming.LiveStreamingEvent",[{no:1,name:"livestream_id",kind:"scalar",T:9},{no:2,name:"err_message",kind:"scalar",T:9},{no:3,name:"name",kind:"scalar",T:9},{no:4,name:"meeting_id",kind:"scalar",T:9},{no:5,name:"playback_url",kind:"scalar",T:9},{no:6,name:"org_id",kind:"scalar",T:9},{no:7,name:"room_name",kind:"scalar",T:9},{no:8,name:"room_uuid",kind:"scalar",T:9},{no:9,name:"status",kind:"scalar",T:9},{no:10,name:"manual_ingest",kind:"scalar",opt:!0,T:8}])}}const Qv=new pD;class mD extends T{constructor(){super("socket.livestreaming.GetStagePeersResponse",[{no:1,name:"stage_peers",kind:"scalar",repeat:2,T:9}])}}const Xv=new mD;class gD extends T{constructor(){super("socket.livestreaming.StageRequest",[{no:1,name:"display_name",kind:"scalar",T:9},{no:2,name:"user_id",kind:"scalar",T:9},{no:3,name:"peer_id",kind:"scalar",T:9}])}}const fD=new gD;class vD extends T{constructor(){super("socket.livestreaming.GetStageRequestsResponse",[{no:1,name:"stage_requests",kind:"message",repeat:1,T:()=>fD}])}}const ph=new vD;class yD extends T{constructor(){super("socket.livestreaming.GrantStageAccessRequest",[{no:1,name:"user_ids",kind:"scalar",repeat:2,T:9}])}}const SD=new yD;class ED extends T{constructor(){super("socket.livestreaming.DenyStageAccessRequest",[{no:1,name:"user_ids",kind:"scalar",repeat:2,T:9}])}}const TD=new ED;class kD extends T{constructor(){super("socket.livestreaming.LeaveStageRequest",[{no:1,name:"user_ids",kind:"scalar",repeat:2,T:9}])}}const Zv=new kD;class bD extends T{constructor(){super("socket.polls.Poll",[{no:1,name:"poll_id",kind:"scalar",T:9},{no:2,name:"created_by",kind:"scalar",T:9},{no:3,name:"created_by_user_id",kind:"scalar",T:9},{no:4,name:"question",kind:"scalar",T:9},{no:5,name:"options",kind:"message",repeat:1,T:()=>_D},{no:6,name:"hide_votes",kind:"scalar",T:8},{no:7,name:"anonymous",kind:"scalar",T:8},{no:8,name:"votes",kind:"scalar",repeat:2,T:9}])}}const ey=new bD;class wD extends T{constructor(){super("socket.polls.PollOption",[{no:1,name:"text",kind:"scalar",T:9},{no:2,name:"count",kind:"scalar",opt:!0,T:4,L:2},{no:3,name:"votes",kind:"message",repeat:1,T:()=>ID}])}}const _D=new wD;class PD extends T{constructor(){super("socket.polls.PollVote",[{no:1,name:"user_id",kind:"scalar",T:9},{no:2,name:"name",kind:"scalar",T:9}])}}const ID=new PD;class CD extends T{constructor(){super("socket.polls.NewPollRequest",[{no:1,name:"question",kind:"scalar",T:9},{no:2,name:"options",kind:"scalar",repeat:2,T:9},{no:3,name:"anonymous",kind:"scalar",T:8},{no:4,name:"hide_votes",kind:"scalar",T:8},{no:5,name:"created_by",kind:"scalar",opt:!0,T:9},{no:6,name:"created_by_user_id",kind:"scalar",opt:!0,T:9}])}}const RD=new CD;class MD extends T{constructor(){super("socket.polls.VotePollRequest",[{no:1,name:"poll_id",kind:"scalar",T:9},{no:2,name:"index",kind:"scalar",T:4,L:2}])}}const AD=new MD;class DD extends T{constructor(){super("socket.polls.UpdatePollResponse",[{no:1,name:"poll",kind:"message",T:()=>ey}])}}const mh=new DD;class OD extends T{constructor(){super("socket.polls.GetPollsResponse",[{no:1,name:"polls",kind:"message",repeat:1,T:()=>ey}])}}const ND=new OD;class LD extends T{constructor(){super("socket.recording.RecordingEvent",[{no:1,name:"recording_id",kind:"scalar",T:9},{no:2,name:"err_message",kind:"scalar",T:9},{no:3,name:"recording_type",kind:"enum",T:()=>["common.RecordingType",yi]}])}}const ty=new LD;class xD extends T{constructor(){super("google.protobuf.Timestamp",[{no:1,name:"seconds",kind:"scalar",T:3,L:0},{no:2,name:"nanos",kind:"scalar",T:5}])}now(){const e=this.create(),r=Date.now();return e.seconds=Te.from(Math.floor(r/1e3)).toBigInt(),e.nanos=r%1e3*1e6,e}toDate(e){return new Date(Te.from(e.seconds).toNumber()*1e3+Math.ceil(e.nanos/1e6))}fromDate(e){const r=this.create(),n=e.getTime();return r.seconds=Te.from(Math.floor(n/1e3)).toBigInt(),r.nanos=n%1e3*1e6,r}internalJsonWrite(e,r){let n=Te.from(e.seconds).toNumber()*1e3;if(n<Date.parse("0001-01-01T00:00:00Z")||n>Date.parse("9999-12-31T23:59:59Z"))throw new Error("Unable to encode Timestamp to JSON. Must be from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59Z inclusive.");if(e.nanos<0)throw new Error("Unable to encode invalid Timestamp to JSON. Nanos must not be negative.");let i="Z";if(e.nanos>0){let s=(e.nanos+1e9).toString().substring(1);s.substring(3)==="000000"?i="."+s.substring(0,3)+"Z":s.substring(6)==="000"?i="."+s.substring(0,6)+"Z":i="."+s+"Z"}return new Date(n).toISOString().replace(".000Z",i)}internalJsonRead(e,r,n){if(typeof e!="string")throw new Error("Unable to parse Timestamp from JSON "+Ql(e)+".");let i=e.match(/^([0-9]{4})-([0-9]{2})-([0-9]{2})T([0-9]{2}):([0-9]{2}):([0-9]{2})(?:Z|\.([0-9]{3,9})Z|([+-][0-9][0-9]:[0-9][0-9]))$/);if(!i)throw new Error("Unable to parse Timestamp from JSON. Invalid format.");let s=Date.parse(i[1]+"-"+i[2]+"-"+i[3]+"T"+i[4]+":"+i[5]+":"+i[6]+(i[8]?i[8]:"Z"));if(Number.isNaN(s))throw new Error("Unable to parse Timestamp from JSON. Invalid value.");if(s<Date.parse("0001-01-01T00:00:00Z")||s>Date.parse("9999-12-31T23:59:59Z"))throw new globalThis.Error("Unable to parse Timestamp from JSON. Must be from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59Z inclusive.");return n||(n=this.create()),n.seconds=Te.from(s/1e3).toBigInt(),n.nanos=0,i[7]&&(n.nanos=parseInt("1"+i[7]+"0".repeat(9-i[7].length))-1e9),n}}new xD;class VD extends T{constructor(){super("common.BaseHubMessage",[{no:1,name:"event",kind:"scalar",T:5},{no:2,name:"id",kind:"scalar",T:9},{no:3,name:"peer_id",kind:"scalar",T:9},{no:4,name:"room_id",kind:"scalar",T:9},{no:5,name:"user_id",kind:"scalar",T:9},{no:6,name:"payload",kind:"scalar",T:12},{no:7,name:"error",kind:"scalar",opt:!0,T:8},{no:8,name:"sid",kind:"scalar",opt:!0,T:9},{no:9,name:"room_object_id",kind:"scalar",opt:!0,T:9},{no:10,name:"preset",kind:"scalar",opt:!0,T:9}])}}const gh=new VD;class UD extends T{constructor(){super("common.BulkedHubMessage",[{no:1,name:"messages",kind:"message",repeat:1,T:()=>gh}])}}new UD;class FD extends T{constructor(){super("common.CFWorkersResponse",[{no:1,name:"response",kind:"message",T:()=>gh},{no:2,name:"broadcast_responses",kind:"message",repeat:1,T:()=>gh}])}}new FD;const BD=0,WD=1,jD=2,HD=3,qD=4,GD=5,JD={getPeerInfo:0,updatePeerInfo:1,getRoomPeersInfo:2,joinRoom:3,leaveRoom:4,getRoomInfo:5,updateRoomInfo:6,closeRoom:7,startedLivestream:8,stoppedLivestream:9,erroredLivestream:10,getStagePeers:11,getStageRequests:12,requestStageAccess:13,cancelStageRequest:14,grantStageAccess:15,denyStageAccess:16,roomPeerCount:17,joinStage:18,leaveStage:19,getConnectedRoomsDump:20,createConnectedRooms:21,deleteConnectedRooms:22,movePeers:23,transferPeer:24,movedPeer:25,connectedRoomsUpdated:26,connectedRoomsDeleted:27,getAllAddedParticipants:28,broadcastMessage:29,kick:30,kickAll:31,transcript:32,getWaitingRoomRequests:33,acceptWaitingRoomRequests:34,waitingRoomRequestAccepted:35,denyWaitingRoomRequests:36,waitingRoomRequestDenied:37,peerStageStatusUpdate:38,broadcastToEntity:39,recordingStarted:40,recordingStopped:41,recordingPaused:42,getRoomStageState:43,livestreamingInvoked:44},$D={getMessages:0,sendMessageToRoom:1,sendMessageToPeers:2,editMessage:3,deleteMessage:4,getPaginatedMessages:5,sendMessageToChannel:6,searchChannelMessages:7,getAllChatChannels:8,markChannelIndexAsRead:9,pinMessage:10},KD={getPlugins:0,addPlugin:1,enablePluginForRoom:2,disablePluginForPeers:3,enablePluginForPeers:4,disablePluginForRoom:5,removePlugin:6,customPluginEventToRoom:7,customPluginEventToPeers:8,storeInsertKeys:9,storeGetKeys:10,storeDeleteKeys:11,storeDelete:12},zD={createPoll:0,getPolls:1,votePoll:2,updatePoll:3},ry={unknown:0,createWebRTCTransport:1,produce:2,consume:3,toggleProducer:4,toggleConsumer:5,closeProducer:6,closeConsumer:7,joinRoom:16,leaveRoom:17,selectedPeer:18,globalPinPeer:19,selfJoinComplete:20,peerJoinedBroadcast:25,peerLeaveBroadcast:26,peerProducerCreateBroadcast:27,peerProducerToggleBroadcast:28,peerProducerCloseBroadcast:29,globalPeerPinBroadcast:30,recordingStartedBroadcast:31,recordingStoppedBroadcast:32,peerDisplayNameEditBroadcast:33,mediaRoomTerminationBroadcastResponse:36,selectedPeerDiff:40,renegotiateSessionDescription:50,errorResponse:60,kickPeer:90,kickAll:91,changeDisplayName:92,hostControlPeer:93,hostControlAllPeers:94,audioActivity:100},YD={createChatChannel:0,getChatChannel:1,deprecatedGetAllChatChannels:2,getChannelMembers:3,updateChatChannel:4},QD={getUserPresets:0,updateUserPreset:1};function gs(t,e){return Object.keys(e).reduce((r,n)=>(r[n]=(t<<16)+e[n],r),{})}function ny(t,e){return Object.keys(t).reduce((r,n)=>(r[n]=e|t[n],r),{})}const W=gs(BD,JD),Fe=gs(WD,$D),z=gs(jD,KD),pn=gs(HD,zD),Ei=gs(qD,YD),ur=ny(ry,16777216),wr=ny(ry,50331648),vd=gs(GD,QD);var XD=Object.defineProperty,ZD=Object.getOwnPropertyDescriptor,fh=(t,e,r,n)=>{for(var i=n>1?void 0:n?ZD(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&XD(e,r,i),i},Ti,iy;const vh=(iy=class{constructor(t){v(this,Ti,void 0),y(this,Ti,t)}createChannel(t,e,r,n="public",i=!1){return u(this,null,function*(){const s={displayName:t,targetUserIds:e,displayPictureUrl:r,visibility:n,isDirectMessage:i};i&&(s.visibility="private");const a=yield o(this,Ti).sendMessagePromise(Ei.createChatChannel,E1.toBinary(s)),c=hn.fromBinary(a.payload).chatChannels;return vh.formatChannel(c[0])})}updateChannel(t,e){return u(this,null,function*(){const r=yield o(this,Ti).sendMessagePromise(Ei.updateChatChannel,k1.toBinary({chatChannelId:t,targetUserIds:e.memberIds,displayName:e.displayName,displayPictureUrl:e.displayPictureUrl,visibility:e.visibility})),n=hn.fromBinary(r.payload).chatChannels;return vh.formatChannel(n[0])})}static formatChannel(t){var e;const{latestMessageAndUnreadCount:r}=t,n=G(x({},t),{id:t.chatChannelId,memberIds:t.targetUserIds,unreadCount:(e=r==null?void 0:r.unreadCount)!=null?e:0});return r!=null&&r.message&&(n.latestMessage=Ir.formatSocketServiceMessage(r.message)),delete n.chatChannelId,delete n.targetUserIds,delete n.latestMessageAndUnreadCount,n}getChannelMembers(t){return u(this,null,function*(){try{const e=yield o(this,Ti).sendMessagePromise(Ei.getChannelMembers,_1.toBinary({chatChannelId:t}));return N1.fromBinary(e.payload).channelMembers.map(r=>{var n=r,{id:i}=n,s=Mc(n,["id"]);return G(x({},s),{userId:i})})}catch(e){return[]}})}on(t,e){let r,n;switch(t){case Ei.createChatChannel:{r=hn.fromBinary.bind(hn),n=hn.create();break}case Ei.updateChatChannel:{r=hn.fromBinary.bind(hn),n=hn.create();break}}if(!r){h.warn(`ChatChannelSocketHandler::Event ${t} is not recognized`);return}o(this,Ti).on(t,({payload:i})=>{let s=n;try{s=r(i)}catch(a){h.error("ChatChannelSocketHandler::on::binary_decode_error",{error:a})}return e(s)})}},Ti=new WeakMap,iy);let ki=vh;fh([g.trace("ChatChannelHandler.createChannel")],ki.prototype,"createChannel",1),fh([g.trace("ChatChannelHandler.updateChannel")],ki.prototype,"updateChannel",1),fh([g.trace("ChatChannelHandler.getChannelMembers")],ki.prototype,"getChannelMembers",1);var eO=Object.defineProperty,tO=Object.getOwnPropertyDescriptor,_r=(t,e,r,n)=>{for(var i=n>1?void 0:n?tO(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&eO(e,r,i),i},Ct=(t=>(t[t.TEXT=0]="TEXT",t[t.IMAGE=1]="IMAGE",t[t.FILE=2]="FILE",t[t.CUSTOM=3]="CUSTOM",t))(Ct||{}),Rt;class hr{constructor(e){v(this,Rt,void 0),y(this,Rt,e)}getChatMessages(){return o(this,Rt).sendMessagePromise(Fe.getMessages)}getChatMessagesPaginated(e,r,n,i=0,s=""){return u(this,null,function*(){const a={timeStamp:e,size:r,from:i,reversed:n,channelId:s},c=yield o(this,Rt).sendMessagePromise(Fe.getPaginatedMessages,GA.toBinary(a));return c.payload?$A.fromBinary(c.payload):{messages:[],next:!1}})}sendMessageToRoom(e,r){const n={payloadType:r,payload:e};o(this,Rt).sendMessage(Fe.sendMessageToRoom,YA.toBinary(n))}sendMessageToPeers(e,r,n){const i={payloadType:r,peerIds:n,payload:e};o(this,Rt).sendMessage(Fe.sendMessageToPeers,ZA.toBinary(i))}sendMessageToChannel(e,r,n){const i={payloadType:r,channelId:n,payload:e};o(this,Rt).sendMessage(Fe.sendMessageToChannel,r1.toBinary(i))}sendMessage(e,r,n,i){if(i&&this.sendMessageToChannel(e,r,i),n&&n.length>0){this.sendMessageToPeers(e,r,n);return}this.sendMessageToRoom(e,r)}editMessage(e,r,n,i,s){return u(this,null,function*(){const a={chatId:e,payloadType:n,payload:r};i&&(a.channelId=i),s!==void 0&&(a.pinned=s);const c=yield o(this,Rt).sendMessagePromise(Fe.editMessage,s1.toBinary(a));return gd.fromBinary(c.payload).message})}deleteMessage(e,r){return u(this,null,function*(){const n={chatId:e};r&&(n.channelId=r);const i=yield o(this,Rt).sendMessagePromise(Fe.deleteMessage,u1.toBinary(n)),s=fd.fromBinary(i.payload);return x({id:s.chatId},s.channelId?{channelId:s.channelId}:{})})}searchMessages(e,r){return u(this,null,function*(){var n,i,s;const a={searchTerm:e,timeStamp:(n=r.timestamp)!=null?n:Date.now(),size:(i=r.size)!=null?i:75,from:0,reversed:(s=r.reversed)!=null?s:!0};r.channelId&&(a.channelId=r.channelId);try{const c=yield o(this,Rt).sendMessagePromise(Fe.searchChannelMessages,m1.toBinary(a));return Jv.fromBinary(c.payload).messages}catch(c){return[]}})}getAllChannels(){return u(this,null,function*(){try{const e=yield o(this,Rt).sendMessagePromise(Fe.getAllChatChannels);return hn.fromBinary(e.payload).chatChannels.map(ki.formatChannel)}catch(e){return[]}})}markLastReadMessage(e,r){return u(this,null,function*(){const n=yield o(this,Rt).sendMessagePromise(Fe.markChannelIndexAsRead,f1.toBinary({channelId:e,userId:r.userId,channelIndex:r.channelIndex}));return y1.fromBinary(n.payload).channelIndex})}setPinState(e,r){return u(this,null,function*(){const n={chatId:e.id,pinned:r,channelId:e.channelId},i=yield o(this,Rt).sendMessagePromise(Fe.pinMessage,o1.toBinary(n));return md.fromBinary(i.payload)})}on(e,r){let n,i;switch(e){case Fe.sendMessageToRoom:{n=dh.fromBinary.bind(dh),i=dh.create();break}case Fe.sendMessageToPeers:{n=lh.fromBinary.bind(lh),i=lh.create();break}case Fe.editMessage:{n=gd.fromBinary.bind(gd),i=gd.create();break}case Fe.pinMessage:{n=md.fromBinary.bind(md),i=md.create();break}case Fe.deleteMessage:{n=fd.fromBinary.bind(fd),i=fd.create();break}}if(!n){h.warn(`ChatSocketHandler::Event ${e} is not recognized`);return}o(this,Rt).on(e,({payload:s})=>{let a=i;try{a=n(s)}catch(c){h.error("chatSocketHandler::on::binary_decode_error",{error:c})}return r(a)})}}Rt=new WeakMap,_r([g.trace("SocketService.getChatMessages")],hr.prototype,"getChatMessages",1),_r([g.trace("SocketService.getChatMessagesPaginated")],hr.prototype,"getChatMessagesPaginated",1),_r([g.trace("SocketService.sendMessageToRoom")],hr.prototype,"sendMessageToRoom",1),_r([g.trace("SocketService.sendMessageToPeers")],hr.prototype,"sendMessageToPeers",1),_r([g.trace("SocketService.sendMessageToChannel")],hr.prototype,"sendMessageToChannel",1),_r([g.trace("SocketService.sendMessage")],hr.prototype,"sendMessage",1),_r([g.trace("SocketService.editMessage")],hr.prototype,"editMessage",1),_r([g.trace("SocketService.deleteMessage")],hr.prototype,"deleteMessage",1),_r([g.trace("SocketService.searchMessages")],hr.prototype,"searchMessages",1),_r([g.trace("SocketService.getAllChannels")],hr.prototype,"getAllChannels",1),_r([g.trace("SocketService.markLastReadMessage")],hr.prototype,"markLastReadMessage",1);function rO(t){return t.replace(/([-_]\w)/g,e=>e[1].toUpperCase())}function Pr(t){if(!t||typeof t!="object")return t;if(Array.isArray(t))return t.map(r=>Pr(r));const e={};return Object.keys(t).forEach(r=>{const n=zl(r)?r:rO(r);e[n]=Pr(t[r])}),e}function nO(t){return t.replace(/[A-Z]/g,e=>`_${e.toLowerCase()}`)}function sy(t){if(!t||typeof t!="object")return t;if(Array.isArray(t))return t.map(r=>sy(r));const e={};return Object.keys(t).forEach(r=>{const n=zl(r)?r:nO(r);e[n]=t[r]}),e}function yd(t,e={}){return t==null?{}:(Object.getOwnPropertyNames(t).forEach(r=>{if(typeof t[r]!="function"){if(typeof t[r]=="object"){yd(t[r],e[r]={});return}e[r]=t[r]}}),e)}class ay{constructor(e){f(this,"defaults"),this.defaults={baseURL:e.baseURL,headers:{common:{}},timeout:e.timeout,retry:e.retry,retryDelay:e.retryDelay}}buildURL(e,r){const{baseURL:n}=this.defaults,i=e.startsWith("http")?e:`${n}${e.startsWith("/")?e:`/${e}`}`;if(r){const s=new URLSearchParams;return Object.entries(r).forEach(([a,c])=>{s.append(a,c)}),`${i}${i.includes("?")?"&":"?"}${s.toString()}`}return i}request(e){return u(this,null,function*(){var r;const n=((r=e.method)==null?void 0:r.toUpperCase())||"GET",i=this.buildURL(e.url||"",e.params),s=x(x({},this.defaults.headers.common),e.headers);n!=="GET"&&n!=="HEAD"&&e.data&&!s["Content-Type"]&&(s["Content-Type"]="application/json");const a=s["Content-Type"]==="application/json"?JSON.stringify(e.data):e.data,c={method:n,headers:s,body:n!=="GET"&&n!=="HEAD"&&e.data?a:void 0},d=e.timeout||this.defaults.timeout,l=e.retry!==void 0?e.retry:this.defaults.retry,p=e.retryDelay||this.defaults.retryDelay;try{const m=new AbortController,S=setTimeout(()=>m.abort(),d);c.signal=m.signal;const E=yield fetch(i,c);clearTimeout(S);let b=null;const O=E.headers.get("content-type");O&&O.includes("application/json")?b=yield E.json():b=yield E.text();const M={};E.headers.forEach((V,J)=>{M[J]=V});const F={data:b,status:E.status,statusText:E.statusText,headers:M,config:e};if(!E.ok)throw F;return F}catch(m){if(m instanceof Error&&l>0)return yield new Promise(S=>setTimeout(S,p)),this.defaults.baseURL==="https://api.dyte.io"?this.defaults.baseURL="https://api.cluster.dyte.in":this.defaults.baseURL==="https://api.cluster.dyte.in"&&(this.defaults.baseURL="https://api.dyte.io"),this.request(G(x({},e),{retry:l-1}));throw m}})}get(e){return u(this,arguments,function*(r,n={}){return this.request(G(x({},n),{method:"GET",url:r}))})}post(e,r){return u(this,arguments,function*(n,i,s={}){return this.request(G(x({},s),{method:"POST",url:n,data:i}))})}put(e,r){return u(this,arguments,function*(n,i,s={}){return this.request(G(x({},s),{method:"PUT",url:n,data:i}))})}}const iO=3,sO=30,aO=8e3;class oO{constructor(e,r){f(this,"ipInfo"),f(this,"fetchClient"),f(this,"requests"),f(this,"roomName"),f(this,"roomUUID"),f(this,"authToken"),f(this,"organizationId"),f(this,"iceServers"),f(this,"pluginInformation"),f(this,"userDetails"),f(this,"roomDetails"),f(this,"context"),this.context=e;const{timeout:n=aO,retry:i=iO,retryDelay:s=sO,baseURL:a="https://api.dyte.io",authToken:c,cachedUserDetails:d}=r||{};this.iceServers=d==null?void 0:d.iceServers,this.pluginInformation=d==null?void 0:d.pluginInformation,this.userDetails=d==null?void 0:d.userDetails,this.roomDetails=d==null?void 0:d.roomDetails,this.requests=new ay({baseURL:a,timeout:n,retry:i,retryDelay:s,responseType:"json"}),this.fetchClient=new ay({baseURL:"",timeout:n,retry:i,retryDelay:s,responseType:"json"}),this.setAuthToken(c,{bearer:!0});const l=this.requests.request.bind(this.requests);this.requests.request=p=>u(this,null,function*(){var m,S,E,b,O;try{g.injectContext(this.requests.defaults.headers.common);const M=yield l(p);return p.url!==g.logsEndpoint&&h.debug("xhr::fetch",{networkCall:{status:M.status,statusText:M.statusText,baseURL:p.baseURL||this.requests.defaults.baseURL,url:p.url,method:p.method}}),M}catch(M){throw M?(((m=M.config)==null?void 0:m.url)!==g.logsEndpoint&&h.error("xhr::fetch",{error:M,networkCall:{status:M.status,statusText:M.statusText,baseURL:((S=M.config)==null?void 0:S.baseURL)||this.requests.defaults.baseURL,url:(E=M.config)==null?void 0:E.url,retries:(b=M.config)==null?void 0:b.retry,method:(O=M.config)==null?void 0:O.method,isOnline:navigator.onLine?"online":"offline"}}),new _(M.message||"Network request failed","0011")):new _("Unknown network error occurred","0011")}})}get peerId(){return this.context.getValue("peerId")}setAuthToken(e,r){const{bearer:n}=r||{};this.authToken=e,this.requests.defaults.headers.common.Authorization=n?`Bearer ${e}`:e}setHeader(e,r){this.requests.defaults.headers.common[e]=r}setRoomName(e){this.roomName=e}setRoomUUID(e){this.roomUUID=e}setOrganizationId(e){this.organizationId=e}}var cO=Object.defineProperty,dO=Object.getOwnPropertyDescriptor,pr=(t,e,r,n)=>{for(var i=n>1?void 0:n?dO(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&cO(e,r,i),i};class Xt extends oO{constructor(e,r){super(e,r),this.setHeader("x-dyte-web-core-version",e.getValue("sdkVersion"))}getIPDetails(){return u(this,null,function*(){var e;const{peerId:r}=this;try{const n=yield cu.getIPDetails({peerId:r,apiHostnames:mv(this.context),logger:h});if(h.log("ipInfo",{ipInfo:n}),((e=n==null?void 0:n.loc)==null?void 0:e.length)>5)return n;throw Error("Insufficient data")}catch(n){h.warn("ApiClient.getRoomNodeLinkAndTitleV1 Failed to get ip details",{error:{name:n.name,message:n.message}});return}})}getICEServers(){return u(this,null,function*(){if(this.iceServers)return this.iceServers;const{success:e,iceServers:r}=(yield this.requests.get("/iceservers")).data;if(e)return(r==null?void 0:r.length)>0&&(this.iceServers=r),r})}getPlugins(){return u(this,null,function*(){var e,r,n,i,s,a,c;if(this.pluginInformation)return this.pluginInformation;const{plugins:d}=(yield this.requests.get("/v2/plugins/user")).data.data,l=((r=(e=Q.getValue(ie.V1_PLUGINS))==null?void 0:e.toString())==null?void 0:r.split(","))||[],p=d.reduce((m,S)=>(m[l.includes(S.id)?"v1":"v2"].push(G(x({},S),{name:S.name.replace("v2","")})),m),{v1:[],v2:[]});return(s=(i=(n=this.context.getValue("modules"))==null?void 0:n.devTools)==null?void 0:i.plugins)!=null&&s.length&&((c=(a=this.context.getValue("modules"))==null?void 0:a.devTools)==null||c.plugins.forEach(m=>{var S,E,b;const O=G(x({},Ea),{tags:[...Ea.tags],baseUrl:`http://localhost:${m.port}`,name:m.name,picture:(S=m.picture)!=null?S:Ea.picture,createdAt:new Date().toISOString(),updatedAt:new Date().toISOString(),id:m.id,organizationId:this.organizationId,description:(E=m.description)!=null?E:Ea.description,staggered:(b=m.staggered)!=null?b:Ea.staggered});p.v2.push(O)})),p.v2})}getPluginDetails(e){return u(this,null,function*(){const{plugin:r}=(yield this.requests.get(`/v2/plugins/view/${e}`)).data.data;return r})}getPluginConfig(e){return u(this,null,function*(){return(yield this.fetchClient.get(`${e}/dyte-config.json`)).data})}authorizePlugin(e){return u(this,null,function*(){const r={peerId:this.peerId},{token:n}=(yield this.requests.post(`/v2/plugins/authorize/${e}`,r)).data.data;return n})}getPresignedUrls(e,r){return u(this,null,function*(){const n=od(this.context,"chat_upload_expiry"),i={roomUUID:this.roomUUID,filename:e,expiry:typeof n=="number"?n:void 0};Q.hasFeature(ie.FEAT_CHAT_SDK)&&(i.viewType=r);const{getLocation:s,putLocation:a}=(yield this.requests.post("/v1/meetings/genPreSignedUploadUrl",i)).data.data;return{getLocation:s,putLocation:a}})}uploadFile(e,r){return u(this,null,function*(){if(navigator.isReactNative&&"uri"in e)try{yield fetch(r,{method:"PUT",headers:{"Content-Type":"application/octet-stream"},body:{uri:e.uri,name:e.name}})}catch(n){h.error(`sendFileMessage::${n}`)}else yield this.fetchClient.put(r,e,{headers:{"Content-Type":e.type}})})}startLivestreaming(e){return u(this,arguments,function*({manualIngestion:r}){const n=Pr(yield this.requests.post(`/v2/meetings/${this.context.getValue("meetingId")}/livestreams`,{manual_ingest:!!r})).data.data;return{playbackUrl:n.playbackUrl,status:n.status,manualIngest:n.manualIngest,ingestionCredentials:n.streamKey?{ingestionServer:n.ingestServer,streamKey:n.streamKey}:null}})}stopLivestreaming(){return u(this,null,function*(){return this.requests.post(`/v2/meetings/${this.context.getValue("meetingId")}/active-livestream/stop`)})}getActiveLivestream(){return u(this,null,function*(){const e=Pr((yield this.requests.get(`/v2/meetings/${this.context.getValue("meetingId")}/active-livestream`)).data.data);return{playbackUrl:e.playbackUrl,status:e.status,manualIngest:e.manualIngest,ingestionCredentials:e.streamKey?{ingestionServer:e.ingestServer,streamKey:e.streamKey}:null}})}getUserDetails(){return u(this,null,function*(){if(this.userDetails)return this.userDetails;const e=(yield this.requests.get("v2/internals/participant-details")).data.data;return Pr(e)})}startRecording(e,r){return u(this,null,function*(){return(yield this.requests.post("/v2/recordings",G(x({},sy(e)),{meeting_id:this.context.getValue("meetingId"),allow_multiple_recordings:!!r}))).data.data.id})}updateRecording(e,r){return u(this,null,function*(){return this.requests.put(`v2/recordings/${e}`,{action:r})})}getActiveRecording(){return u(this,null,function*(){const{status:e,id:r}=(yield this.requests.get(`v2/recordings/active-recording/${this.context.getValue("meetingId")}`)).data.data;return{status:e,id:r}})}getActiveTranscript(){return u(this,null,function*(){const{transcript_download_url:e}=(yield this.requests.get(`v2/meetings/${this.context.getValue("meetingId")}/active-transcript`)).data.data;try{return{transcript:(yield this.fetchClient.get(e)).data}}catch(r){throw new _("Cant fetch transcript s3 url","1801")}})}getRoomNodeData(){return u(this,null,function*(){const e=yield this.getIPDetails();if(this.ipInfo=e,this.roomDetails)return this.roomDetails;const{roomNodeLink:r,title:n,useHiveMedia:i,sfu:s}=Pr((yield this.requests.post("v2/internals/rooms",{ip_information:e})).data.data);return{roomNodeUrl:r,meetingTitle:n,useHiveMedia:i!=null?i:!1,sfu:s}})}}pr([g.trace("APIClient.getIPDetails")],Xt.prototype,"getIPDetails",1),pr([g.trace("APIClient.getICEServers")],Xt.prototype,"getICEServers",1),pr([g.trace("APIClient.getPlugins")],Xt.prototype,"getPlugins",1),pr([g.trace("APIClient.startLivestreaming")],Xt.prototype,"startLivestreaming",1),pr([g.trace("APIClient.stopLivestreaming")],Xt.prototype,"stopLivestreaming",1),pr([g.trace("APIClient.getActiveLivestream")],Xt.prototype,"getActiveLivestream",1),pr([g.trace("APIClient.getUserDetails")],Xt.prototype,"getUserDetails",1),pr([g.trace("APIClient.startRecording")],Xt.prototype,"startRecording",1),pr([g.trace("APIClient.stopRecording")],Xt.prototype,"updateRecording",1),pr([g.trace("APIClient.getActiveRecording")],Xt.prototype,"getActiveRecording",1),pr([g.trace("APIClient.getActiveTranscript")],Xt.prototype,"getActiveTranscript",1),pr([g.trace("APIClient.getRoomNodeData")],Xt.prototype,"getRoomNodeData",1);let yh;function lO(t,e){return yh=new Xt(t,e),yh}function gt(){return yh}function uO(t,e){return`<blockquote>${e.replace(/<blockquote>[.\s\S]*<\/blockquote>\n\n/m,"")}</blockquote>
|
|
16
|
+
${t}`}const fs={maxInvocations:5,period:1};function Bt(t,e){return function(r,n,i){const s=i.value;let a=0,c=Date.now();return i.value=function(...d){const l=Date.now(),p=e?this[e]:t;if(l-c>p.period*1e3&&(c=l,a=0),a>=p.maxInvocations)throw new _(`Method rate limit ${p.maxInvocations} invocations/${p.period}sec exceeded`,"0013");return a+=1,s.apply(this,d)},i}}var hO=Object.defineProperty,pO=Object.getOwnPropertyDescriptor,De=(t,e,r,n)=>{for(var i=n>1?void 0:n?pO(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&hO(e,r,i),i};const mO=["text","image","file","custom","poll"],Sd={maxInvocations:180,period:60};var se,vs,st,ys,Ed,Sh,oy,Td,Eh,cy;let be=(cy=class extends Yt{constructor(t,e,r,n,i){super(),v(this,Sh),v(this,Td),f(this,"messages"),f(this,"channels",[]),v(this,se,void 0),v(this,vs,void 0),v(this,st,void 0),v(this,ys,void 0),v(this,Ed,void 0),f(this,"maxTextLimit",2e3),y(this,Ed,t),y(this,st,e),y(this,ys,r),y(this,se,n),y(this,vs,i),this.messages=[]}setMaxTextLimit(t){this.maxTextLimit=t}sendMessageInternal(t,e,r){return u(this,arguments,function*(n,i,s,a={}){switch(n.type){case"text":{const c=a.replyTo&&a.replyTo.type==="text"?uO(n.message,a.replyTo.message):n.message;yield this.sendTextMessageInternal(c,i,s);break}case"image":yield this.sendImageMessageInternal(n.image,i,s);break;case"file":yield this.sendFileMessageInternal(n.file,i,s);break;default:h.error("sendMessage::message_type_not_supported",{dyteChat:{messageType:n.type}});break}})}sendTextMessageInternal(t,e,r){return u(this,null,function*(){var n,i,s,a,c,d;if(t.length>this.maxTextLimit)throw new _("Max character limit breached","0503");if(e&&e.length>0){if(!((n=o(this,se).permissions)!=null&&n.chatPrivate.canSend)||!((i=o(this,se).permissions)!=null&&i.chatPrivate.text))throw h.error("sendTextMessage::private_chat_permission_denied"),new _("Could not send message to private chat.","0501")}else if(!((a=(s=o(this,se).permissions)==null?void 0:s.chatPublic)!=null&&a.canSend)||!((d=(c=o(this,se).permissions)==null?void 0:c.chatPublic)!=null&&d.text))throw h.error("sendTextMessage::public_chat_permission_denied"),new _("Could not send message to public chat.","0501");if(!t)throw h.error("sendTextMessage::message_can_not_be_empty"),new _("Message can not be empty.","0502");if(r){o(this,st).sendMessageToChannel(t,Ct.TEXT,r);return}let l=[];e&&e.length>0&&(e.push(o(this,se).id),l=o(this,vs).joined.toArray().filter(p=>e.includes(p.id)).map(p=>p.userId),l.push(o(this,se).userId)),o(this,st).sendMessage(t,Ct.TEXT,e)})}sendImageMessageInternal(t,e,r){return u(this,null,function*(){var n,i,s,a,c,d;if(e&&e.length>0){if(!((n=o(this,se).permissions)!=null&&n.chatPrivate.canSend)||!((i=o(this,se).permissions)!=null&&i.chatPrivate.files)){h.error("sendImageMessage::private_chat_permission_denied");return}}else if(!((a=(s=o(this,se).permissions)==null?void 0:s.chatPublic)!=null&&a.canSend)||!((d=(c=o(this,se).permissions)==null?void 0:c.chatPublic)!=null&&d.files)){h.error("sendImageMessage::permission_denied");return}if(!t){h.error("sendImageMessage::required_argument_image_can_not_be_empty");return}if(!["image/gif","image/jpeg","image/png"].includes(t.type)){h.error("sendImageMessage::image_type_not_supported",{dyteChat:{imageType:t.type}});return}try{const l=gt(),{getLocation:p,putLocation:m}=yield l.getPresignedUrls(t.name,o(this,se).config.viewType);if(yield l.uploadFile(t,m),r){o(this,st).sendMessageToChannel(p,Ct.IMAGE,r);return}let S=[];e&&e.length>0&&(e.push(o(this,se).id),S=o(this,vs).joined.toArray().filter(E=>e.includes(E.id)).map(E=>E.userId),S.push(o(this,se).userId)),o(this,st).sendMessage(p,Ct.IMAGE,e)}catch(l){throw new _("Error sending image message.","0500")}})}sendFileMessageInternal(t,e,r){return u(this,null,function*(){var n,i,s,a,c,d;if(e&&e.length>0){if(!((n=o(this,se).permissions)!=null&&n.chatPrivate.canSend)||!((i=o(this,se).permissions)!=null&&i.chatPrivate.files)){h.error("sendFileMessage::private_chat_permission_denied");return}}else if(!((a=(s=o(this,se).permissions)==null?void 0:s.chatPublic)!=null&&a.canSend)||!((d=(c=o(this,se).permissions)==null?void 0:c.chatPublic)!=null&&d.files)){h.error("sendFileMessage::permission_denied");return}if(!t){h.error("sendFileMessage::required_argument_file_can_not_be_empty");return}try{const l=gt(),{getLocation:p,putLocation:m}=yield l.getPresignedUrls(t.name,o(this,se).config.viewType);if(yield l.uploadFile(t,m),r){o(this,st).sendMessageToChannel(JSON.stringify({link:p,name:t.name,size:"size"in t?t.size:0}),Ct.FILE,r);return}let S=[];e&&e.length>0&&(e.push(o(this,se).id),S=o(this,vs).joined.toArray().filter(b=>e.includes(b.id)).map(b=>b.userId),S.push(o(this,se).userId));const E=JSON.stringify({link:p,name:t.name,size:"size"in t?t.size:0});o(this,st).sendMessage(E,Ct.FILE,e)}catch(l){throw new _("Error sending file message.","0500")}})}get rateLimits(){return Sd}updateRateLimits(t,e){Sd.maxInvocations=t,Sd.period=e}sendTextMessage(t,e){return u(this,null,function*(){return this.sendTextMessageInternal(t,e)})}sendCustomMessage(t,e){return u(this,null,function*(){var r,n,i,s,a,c,d,l,p,m,S,E,b,O,M;if(e&&e.length>0){if(!((r=o(this,se).permissions)!=null&&r.chatPrivate.canSend)||!((n=o(this,se).permissions)!=null&&n.chatPrivate.files)||!((i=o(this,se).permissions)!=null&&i.chatPrivate.text)){h.error("sendCustomMessage::private_chat_permission_denied");return}}else if(!((a=(s=o(this,se).permissions)==null?void 0:s.chatPublic)!=null&&a.canSend)||!((d=(c=o(this,se).permissions)==null?void 0:c.chatPublic)!=null&&d.files)||!((p=(l=o(this,se).permissions)==null?void 0:l.chatPublic)!=null&&p.text)){h.error("sendCustomMessage::permission_denied");return}const F=J=>u(this,null,function*(){try{if(typeof J=="string")return{link:J};const P=gt(),{getLocation:Z,putLocation:ae}=yield P.getPresignedUrls(J.name,o(this,se).config.viewType);return yield P.uploadFile(J,ae),{link:Z,type:J.type,name:J.name,size:J.size}}catch(P){throw new _("Error sending image message.","0500")}}),V=G(x({},t),{files:yield Promise.all((S=(m=t.files)!=null?m:[])==null?void 0:S.map(J=>u(this,null,function*(){return F(J)}))),images:yield Promise.all((b=(E=t.images)!=null?E:[])==null?void 0:b.map(J=>u(this,null,function*(){return F(J)}))),videos:yield Promise.all((M=(O=t.videos)!=null?O:[])==null?void 0:M.map(J=>u(this,null,function*(){return F(J)})))});o(this,st).sendMessage(JSON.stringify(V),Ct.CUSTOM,e)})}sendImageMessage(t,e){return u(this,null,function*(){return this.sendImageMessageInternal(t,e)})}sendFileMessage(t,e){return u(this,null,function*(){return this.sendFileMessageInternal(t,e)})}sendMessage(t,e){return u(this,null,function*(){return this.sendMessageInternal(t,e)})}editTextMessage(t,e,r){return u(this,null,function*(){var n,i,s,a,c,d;if(((i=(n=o(this,se).permissions)==null?void 0:n.chatMessage)==null?void 0:i.canEdit)==="NONE")throw new _("Not permitted to edit messages","0501");if(!((a=(s=o(this,se).permissions)==null?void 0:s.chatPublic)!=null&&a.canSend)||!((d=(c=o(this,se).permissions)==null?void 0:c.chatPublic)!=null&&d.text)){h.error("editTextMessage::permission_denied");return}if(!e){h.error("editTextMessage::message_can_not_be_empty");return}o(this,st).editMessage(t,e,Ct.TEXT,r)})}editImageMessage(t,e,r){return u(this,null,function*(){var n,i,s,a;if(!((i=(n=o(this,se).permissions)==null?void 0:n.chatPublic)!=null&&i.canSend)||!((a=(s=o(this,se).permissions)==null?void 0:s.chatPublic)!=null&&a.files)){h.error("editImageMessage::permission_denied");return}if(!e){h.error("editImageMessage::required_argument_image_can_not_be_empty");return}if(!["image/gif","image/jpeg","image/png"].includes(e.type)){h.error("sendImageMessage::image_type_not_supported",{dyteChat:{imageType:e.type}});return}try{const c=gt(),{getLocation:d,putLocation:l}=yield c.getPresignedUrls(e.name,o(this,se).config.viewType);yield c.uploadFile(e,l),o(this,st).editMessage(t,d,Ct.IMAGE,r)}catch(c){throw new _("Error editing image message.","0500")}})}editFileMessage(t,e,r){return u(this,null,function*(){var n,i,s,a;if(!((i=(n=o(this,se).permissions)==null?void 0:n.chatPublic)!=null&&i.canSend)||!((a=(s=o(this,se).permissions)==null?void 0:s.chatPublic)!=null&&a.files)){h.error("sendFileMessage::permission_denied");return}if(!e){h.error("sendFileMessage::required_argument_file_can_not_be_empty");return}try{const c=gt(),{getLocation:d,putLocation:l}=yield c.getPresignedUrls(e.name,o(this,se).config.viewType);yield c.uploadFile(e,l),o(this,st).editMessage(t,JSON.stringify({link:d,name:e.name,size:"size"in e?e.size:0}),Ct.FILE,r)}catch(c){throw new _("Error editing file message.","0500")}})}editMessage(t,e,r){return u(this,null,function*(){switch(e.type){case"text":{this.editTextMessage(t,e.message,r);break}case"image":{this.editImageMessage(t,e.image,r);break}case"file":{this.editFileMessage(t,e.file,r);break}default:{h.error("editMessage::message_type_not_supported",{dyteChat:{messageType:e.type}});break}}})}deleteMessage(t,e){return u(this,null,function*(){var r,n;if(((n=(r=o(this,se).permissions)==null?void 0:r.chatMessage)==null?void 0:n.canDelete)==="NONE")throw new _("Not permitted to delete messages","0501");o(this,st).deleteMessage(t,e)})}getMessagesByUser(t){return this.messages.filter(e=>e.userId===t)}getMessagesByType(t){return this.messages.filter(e=>e.type===t)}pin(t){return u(this,null,function*(){if(!o(this,Td,Eh))throw new _("Can`t pin message without joining room","0505");if(!o(this,se).permissions.pinParticipant)throw new _("You do not have permission to pin messages.","0501");const e=this.messages.find(r=>r.id===t);if(e){o(this,st).setPinState(e,!0);return}throw new _(`No message found with id: ${t}`,"0504")})}unpin(t){return u(this,null,function*(){if(!o(this,Td,Eh))throw new _("Can`t unpin message without joining room","0505");if(!o(this,se).permissions.pinParticipant)throw new _("You do not have permission to unpin messages.","0501");const e=this.messages.find(r=>r.id===t);if(e){o(this,st).setPinState(e,!1);return}throw new _(`No message found with id: ${t}`,"0504")})}getMessages(t,e,r,n=0,i=void 0){return u(this,null,function*(){const s=yield o(this,st).getChatMessagesPaginated(t,e,r,n,i);return{messages:s.messages.map(a=>Ir.formatSocketServiceMessage(a)),next:s.next}})}createChannel(t,e){return u(this,arguments,function*(r,n,i={}){var s;const a=(s=o(this,se).permissions)==null?void 0:s.chatChannel;if(a){if(a.canCreate==="NONE")throw new _("Not permitted to create channels","0501");if(i.visibility==="public"&&!(a.canCreate==="PUBLIC"||a.canCreate==="ALL"))throw new _("Not permitted to create public channels","0501");if(i.visibility==="private"&&!(a.canCreate==="PRIVATE"||a.canCreate==="ALL"))throw new _("Not permitted to create private channels","0501")}if(!r||r.trim().length===0)throw new _("channel name cannot be empty.","0510");const c=[...new Set([...n,o(this,se).userId])];return yield o(this,ys).createChannel(r.trim(),c,i.displayPictureUrl,i.visibility,i.isDirectMessage)})}updateChannel(t,e){var r,n,i,s,a;const c=this.channels.find(p=>p.id===t),d=(r=o(this,se).permissions)==null?void 0:r.chatChannel;if(d){if(d.canUpdate==="NONE")throw new _("Not permitted to update channels","0501");if(c.visibility==="public"&&!(d.canUpdate==="PUBLIC"||d.canUpdate==="ALL"))throw new _("Not permitted to update public channels","0501");if(c.visibility==="private"&&!(d.canUpdate==="PRIVATE"||d.canUpdate==="ALL"))throw new _("Not permitted to update private channels","0501")}const l={memberIds:(n=e.memberIds)!=null?n:c.memberIds,displayName:(i=e.displayName)!=null?i:c.displayName,displayPictureUrl:(s=e.displayPictureUrl)!=null?s:c.displayPictureUrl,visibility:(a=e.visibility)!=null?a:c.visibility};return o(this,ys).updateChannel(t,l)}sendMessageToChannel(t,e){return u(this,arguments,function*(r,n,i={}){return this.sendMessageInternal(r,null,n,i)})}getChannelMembers(t){return u(this,null,function*(){return o(this,ys).getChannelMembers(t)})}searchMessages(t){return u(this,arguments,function*(e,r={}){if(!Q.hasFeature(ie.FEAT_CHAT_SDK_SEARCH))throw new _("searchMessages is temporarily disabled!","0506");return(yield o(this,st).searchMessages(e,r)).map(Ir.formatSocketServiceMessage)})}markLastReadMessage(t,e){return u(this,null,function*(){yield o(this,st).markLastReadMessage(t,e);const r=this.channels.find(n=>n.id===t);if(r){const n=G(x({},r),{unreadCount:0});this.channels=this.channels.map(i=>i.id===t?n:i),this.emit("channelMessageUpdate",n)}})}get pinned(){return this.messages.filter(t=>t.pinned)}},se=new WeakMap,vs=new WeakMap,st=new WeakMap,ys=new WeakMap,Ed=new WeakMap,Sh=new WeakSet,oy=function(){return o(this,Ed).getValue("connectionHandler")},Td=new WeakSet,Eh=function(){return o(this,Sh,oy).socketJoined===!0},cy);De([g.trace("DyteChat.setMaxTextLimit")],be.prototype,"setMaxTextLimit",1),De([g.trace("DyteChat.updateRateLimits")],be.prototype,"updateRateLimits",1),De([g.trace("DyteChat.sendTextMessage"),Bt(Sd)],be.prototype,"sendTextMessage",1),De([g.trace("DyteChat.sendCustomMessage")],be.prototype,"sendCustomMessage",1),De([g.trace("DyteChat.sendImageMessage"),Bt({maxInvocations:20,period:60})],be.prototype,"sendImageMessage",1),De([g.trace("DyteChat.sendFileMessage"),Bt({maxInvocations:20,period:60})],be.prototype,"sendFileMessage",1),De([g.trace("DyteChat.sendMessage"),Bt({maxInvocations:180,period:60})],be.prototype,"sendMessage",1),De([g.trace("DyteChat.editTextMessage")],be.prototype,"editTextMessage",1),De([g.trace("DyteChat.editImageMessage")],be.prototype,"editImageMessage",1),De([g.trace("DyteChat.editFileMessage")],be.prototype,"editFileMessage",1),De([g.trace("DyteChat.editMessage")],be.prototype,"editMessage",1),De([g.trace("DyteChat.deleteMessage")],be.prototype,"deleteMessage",1),De([g.trace("DyteChat.getMessagesByUser")],be.prototype,"getMessagesByUser",1),De([g.trace("DyteChat.getMessagesByType")],be.prototype,"getMessagesByType",1),De([g.trace("DyteChat.pin")],be.prototype,"pin",1),De([g.trace("DyteChat.unpin")],be.prototype,"unpin",1),De([g.trace("DyteChat.getMessages")],be.prototype,"getMessages",1),De([g.trace("DyteChat.createChannel")],be.prototype,"createChannel",1),De([g.trace("DyteChat.updateChannel")],be.prototype,"updateChannel",1),De([g.trace("DyteChat.sendMessageToChannel")],be.prototype,"sendMessageToChannel",1),De([g.trace("DyteChat.getChannelMembers")],be.prototype,"getChannelMembers",1),De([g.trace("DyteChat.searchMessages")],be.prototype,"searchMessages",1),De([g.trace("DyteChat.markLastReadMessage")],be.prototype,"markLastReadMessage",1),be=De([Tt("0500")],be);var gO=Object.defineProperty,fO=Object.getOwnPropertyDescriptor,Th=(t,e,r,n)=>{for(var i=n>1?void 0:n?fO(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&gO(e,r,i),i},kh,dy;const bi=(dy=class{constructor(t,e,r,n,i){f(this,"chat"),f(this,"chatSocketHandler"),f(this,"chatChannelSocketHandler"),f(this,"self"),v(this,kh,void 0),y(this,kh,t),this.chatSocketHandler=e,this.chatChannelSocketHandler=r,this.chat=new be(t,e,r,n,i),this.self=n,this.setupEvents()}static init(t,e,r,n,i){return u(this,null,function*(){return new bi(t,e,r,n,i)})}static formatMessage(t){return G(x({},t),{time:new Date(t.time),type:mO[t.type]})}static formatSocketServiceMessage(t){const e=t.createdAt*1e3,r={displayName:t.displayName,id:t.chatId,time:e,timeMs:t.createdAtMs,type:t.payloadType,isEdited:t.isEdited,userId:t.userId,targetUserIds:t.targetUserIds,channelId:t.channelId,channelIndex:t.channelIndex,message:"",link:"",name:"",html:"",images:[],videos:[],files:[],size:0,pinned:t.pinned};switch(r.type){case Ct.TEXT:{r.message=t.payload;break}case Ct.IMAGE:{r.link=t.payload;break}case Ct.FILE:{const{link:n,name:i,size:s}=JSON.parse(t.payload);r.link=n,r.name=i,r.size=s;break}case Ct.CUSTOM:{const{html:n,images:i,message:s,videos:a,files:c}=JSON.parse(t.payload);r.message=s,r.html=n,r.images=i,r.videos=a,r.files=c;break}}return bi.formatMessage(r)}getChatMessages(){return u(this,null,function*(){if(this.self.config.viewType==="LIVESTREAM"||this.self.config.viewType==="CHAT"||Q.hasFeature(ie.FEAT_PAGINATED_CHAT))return;const t=yield this.chatSocketHandler.getChatMessages();if(!(t!=null&&t.payload))return;const e=Jv.fromBinary(t.payload).messages;this.chat.messages=e.map(r=>bi.formatSocketServiceMessage(r))})}setupEvents(){C.on(R.SOCKET_SERVICE_ROOM_JOINED,()=>u(this,null,function*(){this.getChatMessages()})),this.chatSocketHandler.on(Fe.sendMessageToRoom,t=>{const e=bi.formatSocketServiceMessage(t.message);if(!e.channelId)this.chat.messages=[...this.chat.messages,e];else{const r=this.chat.channels.find(n=>n.id===e.channelId);r&&(r.latestMessage=e,r.unreadCount+=1,this.chat.emit("channelMessageUpdate",r))}this.chat.emit("chatUpdate",{action:"add",message:e,messages:this.chat.messages})}),this.chatSocketHandler.on(Fe.sendMessageToPeers,t=>{const e=bi.formatSocketServiceMessage(t.message);this.chat.messages=[...this.chat.messages,e],this.chat.emit("chatUpdate",{action:"add",message:e,messages:this.chat.messages})}),this.chatSocketHandler.on(Fe.editMessage,t=>{const e=bi.formatSocketServiceMessage(t.message);if(e.channelId){this.chat.emit("chatUpdate",{action:"edit",message:e,messages:this.chat.messages});return}const r=this.chat.messages.findIndex(n=>n.id===e.id);r!==-1&&(this.chat.messages[r]=e,this.chat.emit("chatUpdate",{action:"edit",message:e,messages:this.chat.messages}))}),this.chatSocketHandler.on(Fe.deleteMessage,t=>{if(t.channelId){this.chat.emit("chatUpdate",{action:"delete",message:{id:t.chatId,channelId:t.channelId},messages:this.chat.messages});return}const e=this.chat.messages.findIndex(n=>n.id===t.chatId);if(e===-1)return;const[r]=this.chat.messages.splice(e,1);this.chat.emit("chatUpdate",{action:"delete",message:r,messages:this.chat.messages})}),this.chatChannelSocketHandler.on(Ei.createChatChannel,t=>{const[e]=t.chatChannels,r=ki.formatChannel(e);this.chat.channels.push(r),this.chat.emit("channelCreate",r)}),this.chatSocketHandler.on(Fe.pinMessage,t=>{const e=this.chat.messages.findIndex(n=>n.id===t.chatId);if(e===-1)return;const r=this.chat.messages[e];r.pinned=t.pinned,this.chat.messages[e]=r,this.chat.emit("chatUpdate",{action:"edit",message:r,messages:this.chat.messages})}),this.chatChannelSocketHandler.on(Ei.updateChatChannel,t=>{const[e]=t.chatChannels,r=ki.formatChannel(e);this.chat.channels=this.chat.channels.map(n=>n.id===r.id?r:n),this.chat.emit("channelUpdate",r)})}},kh=new WeakMap,dy);let Ir=bi;Th([g.trace("ChatController.setupEvents")],Ir.prototype,"setupEvents",1),Th([g.trace("ChatController.init")],Ir,"init",1),Th([g.trace("ChatController.formatSocketServiceMessage")],Ir,"formatSocketServiceMessage",1);var vO=Object.defineProperty,yO=Object.getOwnPropertyDescriptor,bh=(t,e,r,n)=>{for(var i=n>1?void 0:n?yO(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&vO(e,r,i),i},wh,ly,_h,uy,Ca,Ra,kd,hy;let Ma=(hy=class extends Yt{constructor(t,e,r){super(),v(this,wh),v(this,_h),f(this,"items"),v(this,Ca,void 0),v(this,Ra,void 0),v(this,kd,void 0),y(this,kd,t),y(this,Ca,e),y(this,Ra,r),this.items=[]}create(t,e,r=!1,n=!1){return u(this,null,function*(){if(!o(this,_h,uy))throw new _("Can't create polls without joining room","0705");if(!o(this,Ca).permissions.polls.canCreate){h.error("DytePolls::create::permission_denied");return}if(!t||!e){h.error("DytePolls::question_and_options_can_not_be_empty",{dytePolls:{hasQuestion:!!t,optionsLength:e==null?void 0:e.length}});return}if(e.length<2){h.error("DytePolls::there_must_be_at_least_two_options",{dytePolls:{hasQuestion:!!t,optionsLength:e.length}});return}yield o(this,Ra).createPoll(t,e,r,n)})}vote(t,e){return u(this,null,function*(){if(!o(this,Ca).permissions.polls.canVote){h.error("DytePolls::vote::permission_denied");return}yield o(this,Ra).votePoll(t,e)})}},wh=new WeakSet,ly=function(){return o(this,kd).getValue("connectionHandler")},_h=new WeakSet,uy=function(){var t;return((t=o(this,wh,ly))==null?void 0:t.socketJoined)===!0},Ca=new WeakMap,Ra=new WeakMap,kd=new WeakMap,hy);bh([g.trace("DytePolls.create")],Ma.prototype,"create",1),bh([g.trace("DytePolls.vote")],Ma.prototype,"vote",1),Ma=bh([Tt("0700")],Ma);var SO=Object.defineProperty,EO=Object.getOwnPropertyDescriptor,Ph=(t,e,r,n)=>{for(var i=n>1?void 0:n?EO(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&SO(e,r,i),i},Aa,Ss,py;const Es=(py=class{constructor(t,e,r){f(this,"polls"),v(this,Aa,void 0),v(this,Ss,void 0),this.polls=new Ma(t,e,r),y(this,Aa,e),y(this,Ss,r),this.setupEvents()}static init(t,e,r){return u(this,null,function*(){return new Es(t,e,r)})}canViewPolls(){return o(this,Aa).permissions.polls.canView}setupEvents(){const t={[pn.createPoll]:n=>{n.poll&&this.updatePoll(Es.formatSocketServicePoll(n.poll))},[pn.updatePoll]:n=>{n.poll&&this.updatePoll(Es.formatSocketServicePoll(n.poll))},[pn.votePoll]:n=>{n.poll&&this.updatePoll(Es.formatSocketServicePoll(n.poll))}},e=()=>{C.on(R.SOCKET_SERVICE_ROOM_JOINED,()=>{this.getPolls()}),Object.keys(t).map(Number).forEach(n=>{o(this,Ss).on(n,t[n])})},r=()=>{C.on(R.SOCKET_SERVICE_ROOM_JOINED,()=>{this.getPolls()}),Object.keys(t).map(Number).forEach(n=>{o(this,Ss).removeListeners(n)})};o(this,Aa).permissions.on("permissionsUpdate",n=>u(this,null,function*(){var i;(i=n==null?void 0:n.polls)!=null&&i.canView?(yield this.getPolls(),e()):(this.polls.items=[],r())})),this.canViewPolls()&&e()}updatePoll(t){if(!this.canViewPolls())return;const e=this.polls.items.findIndex(r=>r.id===t.id);if(e>-1){const r=JSON.stringify(this.polls.items[e]);this.polls.items[e]=t,r!==JSON.stringify(t)&&this.polls.emit("pollsUpdate",{polls:this.polls.items,newPoll:!1});return}this.polls.items=[...this.polls.items,t],this.polls.emit("pollsUpdate",{polls:this.polls.items,newPoll:!0})}getPolls(){return u(this,null,function*(){const t=yield o(this,Ss).getPolls();if(!(t!=null&&t.payload))return;const{polls:e}=ND.fromBinary(t.payload);this.polls.items=e.map(r=>Es.formatSocketServicePoll(r))})}static formatSocketServicePoll(t){const e=t.options.map(r=>({count:r.count,text:r.text,votes:r.votes.map(n=>({id:n.userId,name:n.name}))}));return{anonymous:t.anonymous,createdBy:t.createdBy,createdByUserId:t.createdByUserId,hideVotes:t.hideVotes,id:t.pollId,options:e,question:t.question,voted:t.votes}}},Aa=new WeakMap,Ss=new WeakMap,py);let bd=Es;Ph([g.trace("PollController.setupEvents")],bd.prototype,"setupEvents",1),Ph([g.trace("PollController.init")],bd,"init",1),Ph([g.trace("PollController.formatSocketServicePoll")],bd,"formatSocketServicePoll",1);var TO=Object.defineProperty,kO=Object.getOwnPropertyDescriptor,Ih=(t,e,r,n)=>{for(var i=n>1?void 0:n?kO(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&TO(e,r,i),i},my=(t=>(t[t.User=0]="User",t[t.Meeting=1]="Meeting",t))(my||{}),Da,wd,Ch,Ts,_d,gy;let Oa=(gy=class extends Yt{constructor(t,e,r,n,i){super(),v(this,wd),f(this,"selfActiveTab"),f(this,"broadcastTabChanges"),v(this,Da,void 0),v(this,Ts,void 0),v(this,_d,void 0),f(this,"viewType"),f(this,"meetingStartedTimestamp"),f(this,"meetingTitle"),f(this,"sessionId"),y(this,Da,t),y(this,Ts,e),this.viewType=r,y(this,_d,n),this.meetingTitle=i,this.broadcastTabChanges=e.permissions.canSpotlight}get socketState(){return o(this,wd,Ch).socketState}get mediaState(){return o(this,wd,Ch).mediaState}get meetingId(){return o(this,Da).getValue("meetingId")}setBroadcastTabChanges(t){if(!o(this,Ts).permissions.canSpotlight)throw h.error("DyteSpotlight::setSpotlighted::permission_denied"),new _("User does not have permission to toggle spotlight","0801");this.broadcastTabChanges=t,this.emit("broadcastTabChangesUpdate",this.broadcastTabChanges),this.broadcastTabChanges&&this.assertActiveTabToRoom()}setSelfActiveTab(t,e){var r;h.info("DyteSpotlight::setActiveTab",{spotlight:{currentTab:{id:t.id,type:t.type}}}),this.selfActiveTab=t,e===0&&this.emit("selfTabUpdate",t),(r=o(this,Ts).permissions)!=null&&r.canSpotlight&&this.broadcastTabChanges&&e===0&&this.assertActiveTabToRoom()}assertActiveTabToRoom(){o(this,_d).broadcastMessage("spotlight",{userId:o(this,Ts).userId,currentTab:this.selfActiveTab})}},Da=new WeakMap,wd=new WeakSet,Ch=function(){return o(this,Da).getValue("connectionHandler")},Ts=new WeakMap,_d=new WeakMap,gy);Ih([g.trace("DyteMeta.setBroadcastTabChanges")],Oa.prototype,"setBroadcastTabChanges",1),Ih([g.trace("DyteMeta.setSelfActiveTab")],Oa.prototype,"setSelfActiveTab",1),Oa=Ih([Tt("0800")],Oa);function bO(t){let e="",r=[""];const n=[r];let i=0,s=0,a=!0,c;for(c of t)c==='"'?(a&&c===e&&(r[i]+=c),a=!a):c===","&&a?c=r[++i]="":c===`
|
|
17
|
+
`&&a?(e==="\r"&&(r[i]=r[i].slice(0,-1)),r=n[++s]=[c=""],i=0):r[i]+=c,e=c;return n}var wO=Object.defineProperty,_O=Object.getOwnPropertyDescriptor,ks=(t,e,r,n)=>{for(var i=n>1?void 0:n?_O(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&wO(e,r,i),i};let mr=class extends Yt{constructor(){super(),f(this,"transcripts"),this.transcripts=[]}static init(t){return u(this,null,function*(){const e=new mr;try{t&&e.getActiveTranscript()}catch(r){h.error("Error fetching active transcriptions ",r)}return e})}static parseTranscript(t,e=!1){try{if(!t)return;const[[r,n,i,s,a,c]]=bO(t);return{id:ns(),name:a,peerId:n,userId:i,customParticipantId:s,transcript:c,isPartialTranscript:e,date:new Date(parseInt(r,10)*1e3)}}catch(r){h.error(`Failed to parse transcript: ${t}`,r);return}}static parseTranscripts(t){return t?t.split(`
|
|
18
|
+
`).map(e=>mr.parseTranscript(e,!1)).filter(Boolean):[]}getActiveTranscript(){return u(this,null,function*(){try{const t=gt(),{transcript:e}=yield t.getActiveTranscript();this.transcripts=mr.parseTranscripts(e)}catch(t){}})}onTranscript(t){return u(this,null,function*(){var e;const r=this.transcripts.filter(({peerId:n})=>n===t.peerId);if((e=r==null?void 0:r.at(-1))!=null&&e.isPartialTranscript){const n=r.at(-1);n.transcript=t.transcript,n.isPartialTranscript=t.isPartialTranscript,this.emit("transcript",n);return}this.transcripts=[...this.transcripts,t],this.emit("transcript",t)})}};ks([g.trace("DyteAi.getActiveTranscript")],mr.prototype,"getActiveTranscript",1),ks([g.trace("DyteAi.onTranscript")],mr.prototype,"onTranscript",1),ks([g.trace("DyteAi.init")],mr,"init",1),ks([g.trace("DyteAi.parseTranscript")],mr,"parseTranscript",1),ks([g.trace("DyteAi.parseTranscripts")],mr,"parseTranscripts",1),mr=ks([Tt("0000")],mr);var PO=Object.defineProperty,IO=Object.getOwnPropertyDescriptor,fy=(t,e,r,n)=>{for(var i=n>1?void 0:n?IO(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&PO(e,r,i),i},wi,Na,Rh,vy;const yy=(vy=class{constructor(t,e,r,n,i,s){f(this,"meta"),f(this,"ai"),v(this,wi,void 0),v(this,Na,void 0),f(this,"aiSocketHandler"),v(this,Rh,void 0),y(this,Rh,t),this.meta=new Oa(t,e,e.config.viewType,r,s),this.ai=n,y(this,wi,e),y(this,Na,r),this.aiSocketHandler=i,e.config.viewType!==Pt.Chat&&this.setupEvents()}static init(t,e,r,n,i){return u(this,null,function*(){const s=yield mr.init(e.permissions.transcriptionEnabled);return new yy(t,e,r,s,n,i)})}conditionallySetActiveTab(t){var e;t!=null&&t.currentTab&&((e=this.meta.selfActiveTab)==null?void 0:e.id)!==t.currentTab.id&&(this.meta.setSelfActiveTab(t.currentTab,my.Meeting),this.meta.emit("activeTabUpdate",t.currentTab))}setupEvents(){C.on(R.TRANSPORT_STATE_UPDATE,t=>{this.meta.emit("mediaConnectionUpdate",t)}),C.on(R.SOCKET_STATE_UPDATE,t=>{this.meta.emit("socketConnectionUpdate",t)}),C.on(R.ROOM_STATE,({createdAt:t,roomUuid:e})=>{const r=this.meta.meetingStartedTimestamp;if(e&&(this.meta.sessionId=e),t&&!r){const n=new Date(t*1e3);this.meta.meetingStartedTimestamp=n,this.meta.emit("meetingStartTimeUpdate",{meetingStartedTimestamp:this.meta.meetingStartedTimestamp})}}),C.on(R.PRODUCER_SCORE_UPDATE,({score:t})=>{t<5&&this.meta.emit("poorConnection",{score:t})}),o(this,wi).permissions.canSpotlight&&(h.info("DyteMetaController::Asserting Spotlight"),this.meta.selfActiveTab&&o(this,Na).broadcastMessage("spotlight",{userId:o(this,wi).userId,currentTab:this.meta.selfActiveTab})),C.on(R.PEER_JOINED_INTERNAL,t=>u(this,null,function*(){o(this,wi).permissions.canSpotlight&&this.meta.selfActiveTab&&o(this,Na).broadcastToPeers("spotlight",[t.id],{userId:o(this,wi).userId,currentTab:this.meta.selfActiveTab})})),C.on(R.ROOM_MESSAGE,t=>{var e,r;let n;if("type"in t){if(t.type!=="spotlight")return;n=x(x({},t),t.payload)}else if("roomMessageType"in t){if(t.roomMessageType!=="spotlight")return;n=t}else return;h.info("Spotlight Assertion Received",{spotlight:{spotlighter:{id:n.userId},currentTab:{id:(e=n.currentTab)==null?void 0:e.id,type:(r=n.currentTab)==null?void 0:r.type}}}),this.conditionallySetActiveTab(n)}),C.on(R.MESSAGE,t=>{var e,r;let n;if("type"in t){if(t.type!=="spotlight")return;n=x(x({},t),t.payload)}else if("roomMessageType"in t){if(t.roomMessageType!=="spotlight")return;n=t}else return;h.info("Spotlight Assertion Received",{spotlight:{spotlighter:{id:n.userId},currentTab:{id:(e=n.currentTab)==null?void 0:e.id,type:(r=n.currentTab)==null?void 0:r.type}}}),this.conditionallySetActiveTab(n)}),this.aiSocketHandler.on(W.transcript,t=>{const{meetingId:e,transcript:r,isPartial:n}=t,i=mr.parseTranscript(r,n);if(!i){h.warn("Received empty transcript data");return}this.ai.onTranscript(i),this.meta.emit("transcript",i);const{peerId:s,name:a,transcript:c}=i;h.debug(`${e} Received transcript for peer ${s} - ${a}: ${c}`)})}},wi=new WeakMap,Na=new WeakMap,Rh=new WeakMap,vy);let Mh=yy;fy([g.trace("MetaController.setupEvents")],Mh.prototype,"setupEvents",1),fy([g.trace("MetaController.init")],Mh,"init",1);var CO=Object.defineProperty,RO=Object.getOwnPropertyDescriptor,xn=(t,e,r,n)=>{for(var i=n>1?void 0:n?RO(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&CO(e,r,i),i},Cr,La,pe,Pd,mn,zr,Id,Ah,xa,Cd;class gn extends Yt{constructor(e,r,n,i,s){super(),v(this,Id),v(this,xa),v(this,Cr,void 0),v(this,La,void 0),v(this,pe,void 0),v(this,Pd,void 0),v(this,mn,void 0),v(this,zr,void 0),y(this,zr,e),y(this,Cr,i),y(this,La,s),y(this,pe,r),y(this,Pd,n),y(this,mn,[]),this.setupEvents()}get status(){return o(this,zr).getValue("stageStatus")}setupEvents(){const e={[R.GET_STAGE_REQUESTS]:i=>u(this,null,function*(){y(this,mn,i)}),[R.UPDATE_STAGE_REQUESTS]:i=>u(this,[i],function*({add:s}){const a=o(this,mn).length,{stageRequests:c}=this.getAccessRequests();(s||c.length>a)&&this.emit("newStageRequest",{count:c.length}),this.emit("stageAccessRequestUpdate",c)})},r=()=>{Object.entries(e).forEach(([i,s])=>{C.onAsync(i,s)})},n=()=>{Object.entries(e).forEach(([i,s])=>{C.removeListener(i,s)})};o(this,pe).permissions.on("permissionsUpdate",i=>{const{canAcceptProductionRequests:s}=i;s!==void 0&&(o(this,pe).permissions.acceptStageRequests?(r(),o(this,Cr).getStageRequests()):(n(),y(this,mn,[]),this.emit("stageAccessRequestUpdate",o(this,mn))))}),o(this,pe).permissions.acceptStageRequests&&r()}getAccessRequests(){if(!o(this,pe).permissions.stageEnabled)throw h.error("DyteStage::stage_disabled"),new _("Stage is disabled","2003");if(!o(this,pe).permissions.acceptStageRequests)throw h.error("DyteStage::get_access_request::permission_denied"),new _("You do not have permission to perform this action","2001");const e=o(this,Pd).joined.toArray().filter(r=>r.stageStatus==="REQUESTED_TO_JOIN_STAGE").map(r=>({displayName:r.name,userId:r.userId,peerId:r.id}));return y(this,mn,e),{stageRequests:o(this,mn)}}requestAccess(){return u(this,null,function*(){if(!o(this,pe).permissions.stageEnabled)throw h.error("DyteStage::stage_disabled"),new _("Stage is disabled","2003");if(this.status!=="OFF_STAGE")throw new _(`Unable to request access you are currently ${this.status}`,"2006");if(o(this,pe).permissions.stageAccess===Y.Allowed){H(this,xa,Cd).call(this,"ACCEPTED_TO_JOIN_STAGE");return}o(this,Cr).requestAccess(),H(this,xa,Cd).call(this,"REQUESTED_TO_JOIN_STAGE")})}cancelRequestAccess(){return u(this,null,function*(){if(!o(this,pe).permissions.stageEnabled)throw h.error("DyteStage::stage_disabled"),new _("Stage is disabled","2003");o(this,Cr).cancelRequestAccess(),H(this,xa,Cd).call(this,"OFF_STAGE")})}grantAccess(e){if(!o(this,pe).roomJoined)throw new _("Can`t grant for participant without joining room");if(!o(this,pe).permissions.stageEnabled)throw h.error("DyteStage::stage_disabled"),new _("Stage is disabled","2003");if(!o(this,pe).permissions.acceptStageRequests)throw h.error("DyteStage::grant_access::permission_denied"),new _("You do not have permission to perform this action","2001");return o(this,Cr).grantAccess(e)}denyAccess(e){if(!o(this,pe).roomJoined)throw new _("Can`t rejectRequestToJoinStage for participant without joining room","2005");if(!o(this,pe).permissions.stageEnabled)throw h.error("DyteStage::stage_disabled"),new _("Stage is disabled","2003");if(!o(this,pe).permissions.acceptStageRequests)throw h.error("DyteStage::deny_access::permission_denied"),new _("You do not have permission to perform this action","2001");return o(this,Cr).denyAccess(e)}join(){return u(this,null,function*(){const e=o(this,zr).getValue("viewType");if(this.status==="ON_STAGE")throw new _("You are already on stage.","2006");if(this.status!=="ACCEPTED_TO_JOIN_STAGE"||o(this,pe).permissions.stageAccess===Y.NotAllowed)throw new _(`Unable to join stage you are currently ${this.status}`,"2006");if(yield o(this,Cr).joinStage(),e===Pt.Livestream){yield o(this,La).joinRoom(o(this,pe));const{peers:r}=yield o(this,La).getStagePeers();C.emit(R.SOCKET_PEERS,r)}o(this,zr).setValue("stageStatus","ON_STAGE"),o(this,pe).audioEnabled&&o(this,Id,Ah).shareMic(o(this,pe).audioTrack),o(this,pe).videoEnabled&&o(this,Id,Ah).shareWebcam(o(this,pe).videoTrack)})}leave(){return u(this,null,function*(){if(!o(this,pe).permissions.stageEnabled)throw h.error("DyteStage::stage_disabled"),new _("Stage is disabled","2003");if(!(this.status==="ON_STAGE"||this.status==="ACCEPTED_TO_JOIN_STAGE"))throw new _(`Unable to leave stage you are currently ${this.status}`,"2006");o(this,pe).setIsPinned(!1),yield o(this,Cr).leaveStage(o(this,pe).userId),o(this,zr).setValue("stageStatus","OFF_STAGE",!1),yield C.emitAsync(R.LEAVE_MEDIA_ROOM,"stageLeft"),o(this,zr).notify("stageStatus")})}kick(e){return u(this,null,function*(){if(!o(this,pe).roomJoined)throw new _("Can`t kick participant without joining room","2005");if(!o(this,pe).permissions.stageEnabled)throw h.error("DyteStage::stage_disabled"),new _("Stage is disabled","2003");if(!o(this,pe).permissions.acceptStageRequests)throw h.error("DyteStage::kick::permission_denied"),new _("You do not have permissions for kick","2001");return o(this,Cr).kick(e)})}}Cr=new WeakMap,La=new WeakMap,pe=new WeakMap,Pd=new WeakMap,mn=new WeakMap,zr=new WeakMap,Id=new WeakSet,Ah=function(){return o(this,zr).getValue("roomNodeClient")},xa=new WeakSet,Cd=function(t){return u(this,null,function*(){this.status!==t&&o(this,zr).setValue("stageStatus",t)})},xn([g.trace("DyteStage.getStageRequests")],gn.prototype,"getAccessRequests",1),xn([g.trace("DyteStage.requestAccess")],gn.prototype,"requestAccess",1),xn([g.trace("DyteStage.cancelRequestAccess")],gn.prototype,"cancelRequestAccess",1),xn([g.trace("DyteStage.grantAccess")],gn.prototype,"grantAccess",1),xn([g.trace("DyteStage.denyAccess")],gn.prototype,"denyAccess",1),xn([g.trace("DyteStage.joinStage")],gn.prototype,"join",1),xn([g.trace("DyteStage.leaveStage")],gn.prototype,"leave",1),xn([g.trace("DyteStage.kick")],gn.prototype,"kick",1);function MO(t){return!(t.viewType==="LIVESTREAM"||t.viewType==="CHAT")}function Dh(t){switch(t){case un.UNSPECIFIED:return"OFF_STAGE";case un.REQUESTED_STAGE:return"REQUESTED_TO_JOIN_STAGE";case un.APPROVED_STAGE:return"ACCEPTED_TO_JOIN_STAGE";case un.OFF_STAGE:return"OFF_STAGE";case un.ON_STAGE:return"ON_STAGE";default:return"OFF_STAGE"}}var AO=Object.defineProperty,DO=Object.getOwnPropertyDescriptor,OO=(t,e,r,n)=>{for(var i=n>1?void 0:n?DO(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&AO(e,r,i),i},_i,bs,Pi,Rd,Vn;class Sy{constructor(e,r,n,i,s){f(this,"stage"),v(this,_i,void 0),v(this,bs,void 0),v(this,Pi,void 0),v(this,Rd,0),v(this,Vn,void 0),y(this,Vn,e),this.stage=new gn(e,i,s,r,n),y(this,Pi,r),y(this,_i,i),y(this,bs,s),this.setupEvents()}setupEvents(){o(this,Vn).subscribe("stageStatus",e=>{this.stage.emit("stageStatusUpdate",e)}),o(this,Pi).on(W.grantStageAccess,()=>{o(this,_i).permissions.stageAccess!==Y.Allowed&&(this.stage.emit("stageRequestApproved"),this.setStageStatus("ACCEPTED_TO_JOIN_STAGE"))}),o(this,Pi).on(W.peerStageStatusUpdate,e=>{e!==void 0&&(e.peerId===o(this,_i).id?this.selfStageStatusHandler(e):this.peerStageStatusHandler(e))}),o(this,Pi).on(W.denyStageAccess,()=>{o(this,_i).permissions.stageAccess!==Y.Allowed&&(this.stage.emit("stageRequestRejected"),this.setStageStatus("OFF_STAGE"))}),o(this,Pi).on(W.getStageRequests,e=>u(this,null,function*(){var r;if(o(this,_i).permissions.stageAccess!==Y.Allowed)return;const n=(r=e==null?void 0:e.stageRequests)!=null?r:[];yield C.emitAsync(R.GET_STAGE_REQUESTS,n),o(this,Rd)<n.length&&n.length>0&&this.stage.emit("newStageRequest",{count:n.length}),y(this,Rd,n.length),this.stage.emit("stageAccessRequestUpdate",n)}))}getCurrentStageRequests(){return o(this,bs).joined.toArray().filter(e=>e.stageStatus==="REQUESTED_TO_JOIN_STAGE").map(e=>({displayName:e.name,userId:e.userId,peerId:e.id}))}setStageStatus(e){return u(this,null,function*(){this.stage.status!==e&&o(this,Vn).setValue("stageStatus",e)})}selfStageStatusHandler(e){const r=Dh(e.stageType),n=o(this,Vn).getValue("stageStatus");if(n!==r)switch(e.stageType){case 1:o(this,Vn).setValue("stageStatus","ACCEPTED_TO_JOIN_STAGE",!1),this.stage.join();break;case 2:case 3:this.setStageStatus(n);break;case 0:case 4:default:o(this,Vn).setValue("stageStatus","ACCEPTED_TO_JOIN_STAGE",!1),this.stage.leave();break}}peerStageStatusHandler(e){return u(this,null,function*(){const r=o(this,bs).joined.get(e.peerId),n=o(this,bs).viewMode==="ACTIVE_GRID";if(!r){h.warn("err::peerStageStatusUpdate: participant not found");return}switch(e.stageType){case 1:r.setStageStatus("ON_STAGE"),n&&C.emit(R.UPDATE_ACTIVE);break;case 2:r.setStageStatus("ACCEPTED_TO_JOIN_STAGE");break;case 3:r.setStageStatus("REQUESTED_TO_JOIN_STAGE");break;case 0:case 4:default:r.setStageStatus("OFF_STAGE"),n&&C.emit(R.UPDATE_ACTIVE);break}C.emit(R.UPDATE_PEER_STAGE_STATUS,{id:r.id,status:r.stageStatus})})}}_i=new WeakMap,bs=new WeakMap,Pi=new WeakMap,Rd=new WeakMap,Vn=new WeakMap,OO([g.trace("DyteStage.setupEvents")],Sy.prototype,"setupEvents",1);var NO=Object.defineProperty,LO=Object.getOwnPropertyDescriptor,Rr=(t,e,r,n)=>{for(var i=n>1?void 0:n?LO(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&NO(e,r,i),i};const je={getPeer:14,getPeers:15,chatMessage:16,getRoomName:17,getDisplayTitle:18,getPluginInitiator:19,customPluginEventToParent:20,peerJoined:22,peerLeft:23,sendData:24,stageStatusUpdate:25,peerStageStatusUpdate:26};var Mt,gr,Va,Ua,Un,Fa,ws,Ba,Ey;let Zt=(Ey=class extends ps{constructor(t,{baseURL:e,createdAt:r,description:n,id:i,name:s,organizationId:a,picture:c,private:d,published:l,staggered:p,tags:m,type:S,updatedAt:E},b,O,M,F,V){super(),v(this,Mt,void 0),f(this,"baseURL"),f(this,"createdAt"),f(this,"description"),f(this,"id"),f(this,"name"),v(this,gr,void 0),v(this,Va,void 0),v(this,Ua,void 0),f(this,"organizationId"),f(this,"picture"),f(this,"private"),f(this,"published"),f(this,"staggered"),f(this,"tags"),f(this,"type"),f(this,"updatedAt"),v(this,Un,void 0),f(this,"config"),v(this,Fa,void 0),f(this,"active"),f(this,"iframes"),f(this,"enabledBy"),v(this,ws,void 0),v(this,Ba,void 0),y(this,ws,t),this.baseURL=e,this.createdAt=new Date(r),this.description=n,this.id=i,this.name=s,y(this,gr,O),this.organizationId=a,this.picture=c,this.private=d,this.published=l,this.staggered=p,this.tags=m,this.type=S,this.updatedAt=new Date(E),this.active=!1,this.iframes=new Map,y(this,Mt,b),y(this,Va,M),y(this,Ua,F),this.enabledBy="",y(this,Ba,V)}sendIframeEvent(t){this.iframes.size&&this.iframes.forEach(e=>{const{iframe:r}=e;r&&(navigator.isReactNative?r.postMessage(JSON.stringify(t)):r.contentWindow.postMessage(t,"*"))})}handleIframeMessage(t){return u(this,null,function*(){var e;if(!this.active)return;const r=t,{payload:n,uuid:i,type:s}=r;switch(s){case z.customPluginEventToRoom:{o(this,Mt).customPluginEventToRoom(this.id,n,i);break}case z.customPluginEventToPeers:{o(this,Mt).customPluginEventToPeers(this.id,n.peerIds,n,i);break}case z.enablePluginForRoom:{o(this,Mt).enablePluginForRoom(this.id,i);break}case z.enablePluginForPeers:{o(this,Mt).enablePluginForPeers(this.id,n.peerIds,i);break}case z.disablePluginForRoom:{o(this,Mt).disablePluginForRoom(this.id,i);break}case z.disablePluginForPeers:{o(this,Mt).disablePluginForPeers(this.id,n.peerIds,i);break}case z.storeInsertKeys:{o(this,Mt).storeInsertKeys(this.id,n.store,n.insertKeys,i);break}case z.storeGetKeys:{o(this,Mt).storeGetKeys(this.id,n.store,n.getKeys,i);break}case z.storeDeleteKeys:{o(this,Mt).storeDeleteKeys(this.id,n.store,n.deleteKeys,i);break}case z.storeDelete:{o(this,Mt).storeDelete(this.id,n.store,i);break}case je.chatMessage:{const{messagePayload:a,peerIds:c}=n;if(!o(this,Ua)){this.sendIframeEvent({type:je.chatMessage,uuid:r.uuid,payload:{error:"Chat is disabled for this room."}});return}try{yield o(this,Ua).sendMessage(a,c),this.sendIframeEvent({type:je.chatMessage,uuid:r.uuid,payload:{success:!0}})}catch(d){this.sendIframeEvent({type:je.chatMessage,uuid:r.uuid,payload:{error:d}})}break}case je.getPeer:{let a;const{peerId:c}=n,d=G(x({},o(this,gr)),{id:o(this,gr).id,isRecorder:(e=o(this,gr).permissions)==null?void 0:e.isRecorder,isHidden:o(this,gr).permissions.hiddenParticipant,stageStatus:o(this,gr).stageStatus});c?(a=o(this,Va).joined.get(n.peerId),o(this,gr).id===c&&(a=d)):a=d,this.sendIframeEvent({type:je.getPeer,payload:{peer:a&&yd(a)},uuid:r.uuid});break}case je.getPeers:{const a=o(this,Va).joined.toArray().map(c=>yd(c));this.sendIframeEvent({type:je.getPeers,payload:{peers:a},uuid:r.uuid});break}case je.getPluginInitiator:{this.sendIframeEvent({type:je.getPluginInitiator,payload:{enabledBy:this.enabledBy},uuid:r.uuid});break}case je.getDisplayTitle:{this.sendIframeEvent({type:je.getDisplayTitle,payload:{displayTitle:o(this,Ba)},uuid:r.uuid});break}case je.getRoomName:{this.sendIframeEvent({type:je.getRoomName,payload:{roomName:o(this,ws).getValue("meetingId")},uuid:r.uuid});break}case je.customPluginEventToParent:{this.emit(r.payload.eventName,r.payload.data);break}}})}sendData(t){this.active&&(h.info("DytePlugin::SendData",{plugin:{id:this.id,name:this.name,data:{eventName:t.eventName}}}),this.sendIframeEvent({type:je.sendData,uuid:"",payload:t}))}removePluginView(t="default"){var e;const{iframe:r,listener:n}=(e=this.iframes.get(t))!=null?e:{};(r||n)&&(navigator.isReactNative?r.props.onMessage=void 0:window.removeEventListener("message",n),this.iframes.delete(t))}addPluginView(t,e="default"){var r;if(!o(this,Fa))throw h.error("DytePlugin::addPluginView::no_auth_token_set_for_plugin"),new _("No auth token set for plugin.","0602");if(!t)throw h.error("DytePlugin::addPluginView::iframe_was_not_provided"),new _("Iframe was not provided.","0603");this.removePluginView(e);const n=t,i=new URL(this.baseURL),s={auth:o(this,Fa),parent:navigator.isReactNative?this.baseURL:window.location.origin,backend:o(this,ws).getValue("apiBase"),pluginId:this.id,roomName:(r=o(this,ws).getValue("meetingId"))!=null?r:"",displayTitle:o(this,Ba)};if(Object.keys(s).forEach(a=>{i.searchParams.set(a,s[a])}),n.src=i.href,n.allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",n.title=e,navigator.isReactNative)n.props.onMessage=a=>{this.handleIframeMessage(JSON.parse(a.nativeEvent.data))},this.iframes.set(e,{iframe:n});else{const a=c=>u(this,null,function*(){c.source===t.contentWindow&&(yield this.handleIframeMessage(c.data))});window.addEventListener("message",a),this.iframes.set(e,{iframe:n,listener:a})}}setActive(t){var e,r;if(this.active=t,t){this.emit("stateUpdate",{active:this.active,pluginId:this.id,bind:this.addPluginView.bind(this),views:(e=this.config)==null?void 0:e.views});return}this.active=!1,this.emit("stateUpdate",{active:this.active,pluginId:this.id,views:(r=this.config)==null?void 0:r.views})}activateForSelf(){return u(this,null,function*(){const t=gt(),e=yield t.authorizePlugin(this.id);y(this,Fa,e),y(this,Un,new Date);try{const r=yield t.getPluginConfig(this.baseURL);this.config=r}catch(r){h.error("DytePlugin::activateForSelf",{error:r})}this.setActive(!0),this.emit("enabled")})}deactivateForSelf(){Array.from(this.iframes.keys()).forEach(t=>{this.removePluginView(t)}),y(this,Un,void 0),this.iframes.clear(),this.setActive(!1),this.emit("closed")}enable(){return u(this,null,function*(){return this.activateForSelf()})}disable(){return this.deactivateForSelf()}activate(){return u(this,null,function*(){var t,e;this.active||(e=(t=o(this,gr).permissions)==null?void 0:t.plugins)!=null&&e.canStart&&(o(this,Mt).addPlugin(this.id,this.staggered),y(this,Un,new Date),h.info("plugin::activated",{plugin:{id:this.id,enabledBy:this.enabledBy,name:this.name}}))})}deactivate(){return u(this,null,function*(){var t,e;this.active&&(!((e=(t=o(this,gr).permissions)==null?void 0:t.plugins)!=null&&e.canClose)&&this.enabledBy!==o(this,gr).id||(o(this,Mt).removePlugin(this.id),h.info("plugin::deactivated",{plugin:{id:this.id,name:this.name,duration:o(this,Un)?new Date().getTime()-o(this,Un).getTime():0}}),y(this,Un,void 0)))})}},Mt=new WeakMap,gr=new WeakMap,Va=new WeakMap,Ua=new WeakMap,Un=new WeakMap,Fa=new WeakMap,ws=new WeakMap,Ba=new WeakMap,Ey);Rr([g.trace("DytePlugin.sendIframeEvent")],Zt.prototype,"sendIframeEvent",1),Rr([g.trace("DytePlugin.sendData"),Bt({maxInvocations:5,period:1})],Zt.prototype,"sendData",1),Rr([g.trace("DytePlugin.removePluginView")],Zt.prototype,"removePluginView",1),Rr([g.trace("DytePlugin.addPluginView")],Zt.prototype,"addPluginView",1),Rr([g.trace("DytePlugin.activateForSelf")],Zt.prototype,"activateForSelf",1),Rr([g.trace("DytePlugin.deactivateForSelf")],Zt.prototype,"deactivateForSelf",1),Rr([g.trace("DytePlugin.enable")],Zt.prototype,"enable",1),Rr([g.trace("DytePlugin.disable")],Zt.prototype,"disable",1),Rr([g.trace("DytePlugin.activatePlugin")],Zt.prototype,"activate",1),Rr([g.trace("DytePlugin.deactivatePlugin")],Zt.prototype,"deactivate",1),Zt=Rr([Tt("0600")],Zt);var rt,_s;class Ty extends Map{constructor(e){const{onAddEvent:r,onDeleteEvent:n,onClearEvent:i}=e;super(),v(this,rt,void 0),v(this,_s,void 0),f(this,"onAddEvent"),f(this,"onDeleteEvent"),f(this,"onClearEvent"),y(this,rt,new ps),this.onAddEvent=r,this.onDeleteEvent=n,this.onClearEvent=i,y(this,_s,new Map)}emit(e,...r){return o(this,rt).emit(e,...r)}on(e,r){return o(this,rt).on(e,r)}addListener(e,r){return o(this,rt).addListener(e,r)}off(e,r){return o(this,rt).off(e,r)}once(e,r){return o(this,rt).once(e,r)}prependListener(e,r){return o(this,rt).prependListener(e,r)}prependOnceListener(e,r){return o(this,rt).prependOnceListener(e,r)}removeListener(e,r){return o(this,rt).removeListener(e,r)}removeAllListeners(e){return o(this,rt).removeAllListeners(e)}listeners(e){return o(this,rt).listeners(e)}listenerCount(e){return o(this,rt).listenerCount(e)}getMaxListeners(){return o(this,rt).getMaxListeners()}setMaxListeners(e){return o(this,rt).setMaxListeners(e)}eventNames(){return o(this,rt).eventNames()}add(e,r=!0){return this.set(e.id,e,r)}set(e,r,n=!0){const i=super.set(e,r),s=(a,...c)=>{this.emit(a,r,...c)};return o(this,_s).set(e,s),r.on("*",s),n&&o(this,rt).emit(this.onAddEvent,r),i}delete(e,r=!0,n=!1){const i=this.get(e);if(!i)return!1;i.removeListener("*",o(this,_s).get(e));const s=super.delete(e);return n&&i.removeAllListeners(),r&&o(this,rt).emit(this.onDeleteEvent,i),s}clear(e=!0,r=!1){this.forEach(i=>{i.removeListener("*",o(this,_s).get(i.id)),r&&i.removeAllListeners()});const n=super.clear();return e&&o(this,rt).emit(this.onClearEvent),n}toArray(){return Array.from(this.values())}}rt=new WeakMap,_s=new WeakMap;var xO=Object.defineProperty,VO=Object.getOwnPropertyDescriptor,ky=(t,e,r,n)=>{for(var i=n>1?void 0:n?VO(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&xO(e,r,i),i};class Md extends Ty{constructor(){super({onAddEvent:"pluginAdded",onDeleteEvent:"pluginDeleted"})}add(e,r=!0){return super.add(e,r)}delete(e,r=!0,n=!1){return super.delete(e,r,n)}}ky([g.trace("DytePluginMap.add")],Md.prototype,"add",1),ky([g.trace("DytePluginMap.delete")],Md.prototype,"delete",1);var UO=Object.defineProperty,FO=Object.getOwnPropertyDescriptor,BO=(t,e,r,n)=>{for(var i=n>1?void 0:n?FO(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&UO(e,r,i),i};let Oh=class{constructor(){f(this,"all"),f(this,"active"),this.all=new Md,this.active=new Md}};Oh=BO([Tt("0600")],Oh);var WO=Object.defineProperty,jO=Object.getOwnPropertyDescriptor,Wa=(t,e,r,n)=>{for(var i=n>1?void 0:n?jO(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&WO(e,r,i),i},Mr,ja,Ad,by;const wy=(by=class{constructor(t,e,r,n){f(this,"plugins"),v(this,Mr,void 0),v(this,ja,void 0),v(this,Ad,void 0),y(this,Mr,e),y(this,ja,r),y(this,Ad,t),this.plugins=n,this.setupEvents()}static init(t,e,r,n,i,s,a,c){return u(this,null,function*(){const d=new Oh;return e.forEach(l=>{const p=new Zt(t,l,r,s,a,i,c);d.all.add(p)}),new wy(t,r,n,d)})}getRoomPlugins(){return u(this,null,function*(){var t;const{plugins:e}=yield o(this,Mr).getActivePlugins();(t=this.plugins.active)==null||t.toArray().forEach(r=>{this.disablePlugin({id:r.id})}),yield Promise.all(e.map(r=>this.enablePlugin({id:r.pluginId,enabledBy:r.enabledBy})))})}enablePlugin(t){return u(this,arguments,function*({id:e,enabledBy:r}){const n=this.plugins.all.get(e);n&&(yield n.activateForSelf(),n.enabledBy=r)})}disablePlugin(t){return u(this,arguments,function*({id:e}){const r=this.plugins.all.get(e);r&&r.deactivateForSelf()})}sendIframeEvent(t,e,r,n){const i=this.plugins.all.get(e);i&&i.sendIframeEvent({type:t,uuid:r,payload:n})}broadcastIframeEvent(t,e){this.plugins.active.forEach(r=>{this.sendIframeEvent(t,r.id,"",e)})}setupEvents(){this.plugins.all.on("stateUpdate",({active:t,id:e})=>{if(t){this.plugins.active.add(this.plugins.all.get(e));return}this.plugins.active.delete(e)}),C.onAsync(R.SOCKET_SERVICE_ROOM_JOINED,()=>u(this,null,function*(){yield this.getRoomPlugins(),h.debug("[SOCKET_SERVICE_ROOM_JOINED] resolved request to fetch plugins.")})),o(this,Mr).on(z.addPlugin,t=>u(this,null,function*(){var e;const r=t.pluginId;(e=this.plugins.all.get(r))!=null&&e.active||(yield this.enablePlugin({id:r,enabledBy:t.enabledBy}))})),o(this,Mr).on(z.removePlugin,t=>u(this,null,function*(){var e;const r=t.pluginId;(e=this.plugins.all.get(r))!=null&&e.active&&(yield this.disablePlugin({id:r}))})),[z.enablePluginForPeers,z.enablePluginForRoom].forEach(t=>{o(this,Mr).on(t,(e,r)=>u(this,null,function*(){this.sendIframeEvent(t,e.pluginId,r,{enabledBy:e.enabledBy})}))}),[z.disablePluginForPeers,z.disablePluginForRoom].forEach(t=>{o(this,Mr).on(t,(e,r)=>u(this,null,function*(){this.sendIframeEvent(t,e.pluginId,r,{disabledBy:e.disabledBy})}))}),[z.customPluginEventToPeers,z.customPluginEventToRoom].forEach(t=>{o(this,Mr).on(t,(e,r)=>u(this,null,function*(){this.sendIframeEvent(t,e.pluginId,r,{data:JSON.parse(new TextDecoder().decode(e.pluginData))})}))}),[z.storeInsertKeys,z.storeGetKeys,z.storeDeleteKeys].forEach(t=>{o(this,Mr).on(t,(e,r)=>u(this,null,function*(){var n;const i=(n=e.storeItems)==null?void 0:n.map(s=>{var a;return{timestamp:s.timestamp,peerId:s.peerId,payload:JSON.parse((a=s.payload)!=null&&a.length?new TextDecoder().decode(s.payload):"{}"),key:s.storeKey}});this.sendIframeEvent(t,e.pluginId,r,{storeName:e.storeName,storeItems:i})}))}),o(this,Mr).on(z.storeDelete,(t,e)=>u(this,null,function*(){this.sendIframeEvent(z.storeDelete,t.pluginId,e,{storeName:t.storeName})})),o(this,ja).on(Fe.sendMessageToPeers,t=>{const e=Ir==null?void 0:Ir.formatSocketServiceMessage(t.message);this.broadcastIframeEvent(je.chatMessage,{message:e})}),o(this,ja).on(Fe.sendMessageToRoom,t=>{const e=Ir==null?void 0:Ir.formatSocketServiceMessage(t.message);this.broadcastIframeEvent(je.chatMessage,{message:e})}),C.on(R.PEER_JOINED_INTERNAL,t=>{const e=yd(t);this.broadcastIframeEvent(je.peerJoined,e)}),C.on(R.PEER_CLOSED,t=>{this.broadcastIframeEvent(je.peerLeft,t)}),C.on(R.UPDATE_PEER_STAGE_STATUS,t=>{this.broadcastIframeEvent(je.peerStageStatusUpdate,t)}),o(this,Ad).subscribe("stageStatus",t=>{this.broadcastIframeEvent(je.stageStatusUpdate,t)})}},Mr=new WeakMap,ja=new WeakMap,Ad=new WeakMap,by);let Ps=wy;Wa([g.trace("PluginController.getRoomPlugins")],Ps.prototype,"getRoomPlugins",1),Wa([g.trace("PluginController.enableForSelf")],Ps.prototype,"enablePlugin",1),Wa([g.trace("PluginController.disableForSelf")],Ps.prototype,"disablePlugin",1),Wa([g.trace("PluginController.setupEvents")],Ps.prototype,"setupEvents",1),Wa([g.trace("PluginController.init")],Ps,"init",1);class HO{constructor(){f(this,"mediaJoined"),f(this,"socketJoined"),f(this,"socketJoinAttempted"),f(this,"mediaJoinAttempted"),f(this,"socketState"),f(this,"mediaState"),this.mediaJoined=!1,this.socketJoined=!1,this.socketJoinAttempted=!1,this.mediaJoinAttempted=!1,this.socketState={state:void 0,reconnected:!1,reconnectionAttempt:void 0},this.mediaState={recv:void 0,send:void 0}}get joinAttempted(){return this.mediaJoinAttempted||this.socketJoinAttempted}get roomJoined(){return this.mediaJoined&&this.socketJoined}updateSocketConnectionState(e,r){let n;const{reconnected:i}=this.socketState;switch(e){case"connected":n={state:"connected",reconnected:i,reconnectionAttempt:void 0};break;case"disconnected":n={state:"disconnected",reconnected:!1,reconnectionAttempt:0},this.socketJoined=!1;break;case"reconnected":n={state:"connected",reconnected:!0,reconnectionAttempt:void 0};break;case"reconnecting":n={state:"reconnecting",reconnected:i,reconnectionAttempt:0};break;case"reconnectAttempt":n={state:"reconnecting",reconnected:i,reconnectionAttempt:r};break;case"failed":n={state:"failed",reconnected:i,reconnectionAttempt:void 0},this.socketJoined=!1;break}n&&(C.emit(R.SOCKET_STATE_UPDATE,n),this.socketState=n)}}var qO=Object.defineProperty,GO=Object.getOwnPropertyDescriptor,Is=(t,e,r,n)=>{for(var i=n>1?void 0:n?GO(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&qO(e,r,i),i},Ha,Dd,qa,Od,_y;let Fn=(_y=class extends Yt{constructor(t,e){super(),v(this,qa),v(this,Ha,void 0),v(this,Dd,void 0),f(this,"recordingPeerIds",[]),f(this,"recordings",[]),y(this,Dd,t),y(this,Ha,e)}get recordingState(){return this.recordings.some(t=>t.state==="RECORDING")?"RECORDING":this.recordings.some(t=>t.state==="PAUSED")?"PAUSED":this.recordings.some(t=>t.state==="STARTING")?"STARTING":this.recordings.some(t=>t.state==="STOPPING")?"STOPPING":"IDLE"}updateRecordings(t){this.recordings=t,this.emit("recordingUpdate",this.recordingState)}start(t){return u(this,null,function*(){if(!o(this,Ha).permissions.canRecord)throw h.error("DyteRecording::start::permission_denied"),new _("User does not have permission to start recording","1001");if((t==null?void 0:t.allowMultiple)!==!0&&(this.recordingState==="STARTING"||this.recordingState==="RECORDING"||this.recordingState==="STOPPING"))throw h.error("DyteRecording::start::recording_in_progress",{recording:{state:this.recordingState}}),new _(`Cant start recording, recordingState irregular: ${this.recordingState}`,"1005");try{const e=gt(),{recording:r={}}=o(this,Dd).getValue("defaults"),n=yield e.startRecording(r,t==null?void 0:t.allowMultiple);this.updateRecordings([...this.recordings,{id:n,state:"STARTING",type:"BROWSER"}])}catch(e){throw h.error("DyteRecording::stop::recording_failed_to_start",{error:e}),new _("Error while starting recording","1000")}})}stop(t){return u(this,null,function*(){yield H(this,qa,Od).call(this,"stop",["RECORDING","PAUSED"],t)})}pause(t){return u(this,null,function*(){yield H(this,qa,Od).call(this,"pause",["RECORDING"],t)})}resume(t){return u(this,null,function*(){yield H(this,qa,Od).call(this,"resume",["PAUSED"],t)})}},Ha=new WeakMap,Dd=new WeakMap,qa=new WeakSet,Od=function(t,e,r){return u(this,null,function*(){if(!o(this,Ha).permissions.canRecord)throw h.error("DyteRecording::stop::permission_denied"),new _("User does not have permission to stop recording","1001");let n=[];if(r!==void 0){const i=this.recordings.find(s=>s.id===r);if(i===void 0)throw new _("Could not find the specified recording","1004");if(e.includes(i.state)){h.error("DyteRecording::stop::recording_not_in_expected_state",{recording:{state:i.state}});return}n.push(i)}else n=this.recordings.filter(i=>e.includes(i.state));n.forEach(i=>u(this,null,function*(){const s=i.state;t==="stop"&&(i.state="STOPPING",this.emit("recordingUpdate","STOPPING"));try{yield gt().updateRecording(i.id,t)}catch(a){throw h.error("DyteRecording::stop::recording_failed_to_stop",{error:a}),i.state!==s&&(i.state=s,this.emit("recordingUpdate",s)),new _("Error while stopping recording","1000")}}))})},_y);Is([g.trace("DyteRecording.updateRecordings")],Fn.prototype,"updateRecordings",1),Is([g.trace("DyteRecording.start")],Fn.prototype,"start",1),Is([g.trace("DyteRecording.stop")],Fn.prototype,"stop",1),Is([g.trace("DyteRecording.stop")],Fn.prototype,"pause",1),Is([g.trace("DyteRecording.stop")],Fn.prototype,"resume",1),Fn=Is([Tt("1000")],Fn);var JO=Object.defineProperty,$O=Object.getOwnPropertyDescriptor,KO=(t,e,r,n)=>{for(var i=n>1?void 0:n?$O(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&JO(e,r,i),i},Nh;class Py{constructor(e,r,n){f(this,"recording"),f(this,"room"),v(this,Nh,void 0),y(this,Nh,e),this.recording=new Fn(e,r),this.room=n,this.setupEvents()}getRecordingTypeFromProtoType(e){let r;switch(e){case yi.BROWSER:r="BROWSER";break;case yi.COMPOSITE:r="COMPOSITE";break;case yi.TRACK:r="TRACK";break;default:r="BROWSER"}return r}setupEvents(){C.on(R.ROOM_STATE,e=>{e.activeRecordings.length!==0?this.recording.updateRecordings(e.activeRecordings.map(r=>{const n=this.getRecordingTypeFromProtoType(r.recordingType);return{id:r.recordingId,state:r.recordingStatus,type:n}})):this.recording.recordings.length&&this.recording.updateRecordings([])}),this.room.on(W.recordingStarted,e=>{let r=!1;const n=[...this.recording.recordings];if(n.forEach(i=>{i.id===e.recordingId&&(r=!0,i.state="RECORDING")}),r===!1){const i=this.getRecordingTypeFromProtoType(e.recordingType);n.push({id:e.recordingId,state:"RECORDING",type:i})}this.recording.updateRecordings(n)}),this.room.on(W.recordingPaused,e=>{const r=[...this.recording.recordings];r.forEach(n=>{n.id===e.recordingId&&(n.state="PAUSED")}),this.recording.updateRecordings(r)}),this.room.on(W.recordingStopped,e=>{const r=[...this.recording.recordings.filter(n=>n.id!==e.recordingId)];this.recording.updateRecordings(r)})}}Nh=new WeakMap,KO([g.trace("RecordingController.setupEvents")],Py.prototype,"setupEvents",1);var zO=Object.defineProperty,YO=Object.getOwnPropertyDescriptor,Lh=(t,e,r,n)=>{for(var i=n>1?void 0:n?YO(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&zO(e,r,i),i};class Nd{static hasFeature(e){var r;return(r=Q.hasFeature(e))!=null?r:!1}static getFeatureValue(e){return Q.getValue(e)}static getAllFeatures(){return Q.getAllFlags()}}Lh([g.trace("DyteFeatures.hasFeature")],Nd,"hasFeature",1),Lh([g.trace("DyteFeatures.getFeatureValue")],Nd,"getFeatureValue",1),Lh([g.trace("DyteFeatures.getAllFeatures")],Nd,"getAllFeatures",1);var QO=Object.defineProperty,XO=Object.getOwnPropertyDescriptor,ZO=(t,e,r,n)=>{for(var i=n>1?void 0:n?XO(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&QO(e,r,i),i};const Iy=class{constructor(t,e,r){f(this,"logger"),f(this,"features"),f(this,"browserSpecs"),f(this,"callStats"),this.logger=t,this.features=e,this.browserSpecs=Re,this.callStats=r}static init(t){return new Iy(h,Nd,t)}};let Cy=Iy;ZO([g.trace("DyteInternals.init")],Cy,"init",1);var eN=Object.defineProperty,tN=Object.getOwnPropertyDescriptor,rN=(t,e,r,n)=>{for(var i=n>1?void 0:n?tN(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&eN(e,r,i),i};const Ry=class{constructor(t){f(this,"internals"),this.internals=t}static init(){return u(this,null,function*(){const t=Cy.init($);return new Ry(t)})}};let My=Ry;rN([g.trace("InternalsController.init")],My,"init",1);var nN=Object.defineProperty,iN=Object.getOwnPropertyDescriptor,er=(t,e,r,n)=>{for(var i=n>1?void 0:n?iN(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&nN(e,r,i),i},dt,nt,Oe,fn,Ar,Ld,xh;class Wt extends ps{constructor(e,r,n=Vh,i=!0){super(),v(this,dt,void 0),v(this,nt,void 0),v(this,Oe,void 0),v(this,fn,void 0),v(this,Ar,void 0),v(this,Ld,void 0),v(this,xh,void 0),f(this,"audioUpdateInProgress"),f(this,"videoUpdateInProgress"),y(this,xh,e),this.audioUpdateInProgress=!1,this.videoUpdateInProgress=!1,y(this,dt,new Oy(e,r)),y(this,nt,new PN(o(this,dt),void 0,n)),y(this,Oe,new ON(o(this,dt),void 0,n)),y(this,Ar,new MN(o(this,dt))),y(this,fn,new CN(o(this,dt))),y(this,Ld,i),o(this,nt).on("trackMuted",this.onAudioTrackMuted.bind(this)),o(this,nt).on("trackChanged",this.onAudioTrackChanged.bind(this)),o(this,Oe).on("trackChanged",this.onVideoTrackChanged.bind(this)),o(this,Oe).on("trackEnded",this.onVideoTrackEnded.bind(this)),o(this,Ar).on("trackEnded",this.onScreenShareEnded.bind(this)),this.onVisibilityChange=this.onVisibilityChange.bind(this),document.addEventListener("visibilitychange",this.onVisibilityChange)}onVisibilityChange(){return u(this,null,function*(){$.tabChanged(document.visibilityState==="visible"),document.visibilityState!=="visible"?$.browserBackgrounded():($.browserForegrounded(),yield this.setupSpeaker())})}repopulateAvailableDevices(){return u(this,null,function*(){return!0})}setupStreams(e){return u(this,arguments,function*({audio:r,video:n}){var i;r?$.audioOn():$.audioOff(),n?$.videoOn():$.videoOff();let s,a;if(r&&n)try{const c=yield o(this,dt).getAudioAndVideoTrack(o(this,nt).userSelectedDevice,o(this,Oe).userSelectedDevice);s=c.audioTrack,a=c.videoTrack}catch(c){h.error("LocalMediaHandler::init::Failed to get audio video tracks",{error:c})}if(!s&&r)try{s=yield o(this,dt).getAudioTrack(!1,o(this,nt).userSelectedDevice)}catch(c){h.error("LocalMediaHandler::init::Failed to get audio track",{error:c})}if(!a&&n)try{a=yield o(this,dt).getVideoTrack(o(this,Oe).userSelectedDevice)}catch(c){h.error("LocalMediaHandler::init::Failed to get video track",{error:c})}r&&!s&&$.audioOff(),n&&!a&&$.videoOff(),yield o(this,nt).setMediaTrack(s),yield o(this,Oe).setMediaTrack(a);try{yield o(this,fn).setupSpeaker()}catch(c){}if(a){const c=yield this.getDeviceById(a.getSettings().deviceId);$.selectedDevice("VIDEO",c)}if(s){const c=yield this.getDeviceById(s.getSettings().deviceId);$.selectedDevice("AUDIO",c)}(i=o(this,fn).currentDevice)!=null&&i.deviceId&&$.selectedDevice("SPEAKER",o(this,fn).currentDevice),o(this,dt).onDeviceChange((c,d,l)=>{this.onDeviceChange(d,l)})})}getCurrentDevices(){return{audio:o(this,nt).currentDevice,video:o(this,Oe).currentDevice,speaker:o(this,fn).currentDevice}}get permissions(){return o(this,dt).permissions}getAllDevices(){return o(this,dt).getAvailableDevices()}getDeviceById(e,r){return o(this,dt).getDevice(e)}onAudioTrackMuted(){this.emit("AUDIO_TRACK_SILENT")}onAudioTrackChanged(){this.emit("AUDIO_TRACK_CHANGE")}get rawAudioTrack(){return o(this,nt).mediaTrack}get audioTrack(){return o(this,nt).transformedMediaTrack}get audioEnabled(){return o(this,nt).trackEnabled}enableAudio(){return u(this,null,function*(){if(!this.audioUpdateInProgress){this.audioUpdateInProgress=!0;try{yield o(this,nt).unmuteTrack()}catch(e){}finally{this.audioUpdateInProgress=!1}}})}disableAudio(){o(this,nt).muteTrack()}getAudioDevices(e){return o(this,dt).getAudioInputDevices(e)}setAudioDevice(e){return u(this,null,function*(){yield o(this,nt).setDevice(e),e!=null&&e.deviceId&&$.selectedDevice("AUDIO",e),this.emit("AUDIO_TRACK_CHANGE"),this.emit("DEVICE_CHANGE",{device:e})})}setupSpeaker(){return o(this,fn).setupSpeaker()}setSpeakerDevice(e){return u(this,null,function*(){yield o(this,fn).setupSpeaker(e),e!=null&&e.deviceId&&$.selectedDevice("SPEAKER",e),this.emit("DEVICE_CHANGE",{device:e})})}onVideoTrackChanged(){this.emit("VIDEO_TRACK_CHANGE")}onVideoTrackEnded(){this.emit("VIDEO_TRACK_CHANGE")}get rawVideoTrack(){return o(this,Oe).mediaTrack}get videoTrack(){return o(this,Oe).transformedMediaTrack}get videoEnabled(){return o(this,Oe).trackEnabled}enableVideo(){return u(this,null,function*(){if(!this.videoUpdateInProgress){this.videoUpdateInProgress=!0;try{yield o(this,Oe).unmuteTrack()}catch(e){}finally{this.videoUpdateInProgress=!1}}})}disableVideo(){o(this,Oe).disableTrack()}getVideoDevices(e){return o(this,dt).getVideoInputDevices(e)}setVideoDevice(e){return u(this,null,function*(){yield o(this,Oe).setDevice(e),e!=null&&e.deviceId&&$.selectedDevice("VIDEO",e),this.emit("VIDEO_TRACK_CHANGE"),this.emit("DEVICE_CHANGE",{device:e})})}updateVideoConstraints(e){return u(this,null,function*(){yield o(this,Oe).updateConstraints(e)})}onScreenShareEnded(){this.emit("SCREENSHARE_ENDED")}get screenShareTracks(){return{audio:o(this,Ar).audioMediaTrack,video:o(this,Ar).videoMediaTrack}}get screenShareEnabled(){return o(this,Ar).trackEnabled}enableScreenShare(){return u(this,null,function*(){yield o(this,Ar).enableScreenShare()})}disableScreenShare(){return u(this,null,function*(){o(this,Ar).disableScreenShare()})}updateScreenshareConstraints(e){return u(this,null,function*(){yield o(this,Ar).updateConstraints(e)})}getSpeakerDevices(e){return o(this,dt).getAudioOutputDevices(e)}addAudioMiddleware(e){return o(this,nt).addMiddleware(e)}removeAudioMiddleware(e){return o(this,nt).removeMiddleware(e)}removeAllAudioMiddlewares(){return o(this,nt).removeAllMiddlewares()}addVideoMiddleware(e){return o(this,Oe).addMiddleware(e)}removeVideoMiddleware(e){return o(this,Oe).removeMiddleware(e)}removeAllVideoMiddlewares(){return o(this,Oe).removeAllMiddlewares()}setVideoMiddlewareGlobalConfig(e){return o(this,Oe).setVideoMiddlewareGlobalConfig(e)}destruct(){o(this,nt).disableTrack(),o(this,Oe).disableTrack(),o(this,Oe).terminateMiddlewareWebWorker(),o(this,Ar).disableScreenShare(),o(this,dt).destruct()}onDeviceChange(e,r){return u(this,null,function*(){var n,i;this.emit("DEVICE_LIST_UPDATED",e),!(r||!o(this,Ld))&&((n=e==null?void 0:e.added)==null||n.forEach(s=>u(this,null,function*(){var a;s&&!Vh(s)&&(s.kind==="audioinput"&&((a=this.audioTrack)==null?void 0:a.enabled)===!0?yield this.setAudioDevice(s):s.kind==="audiooutput"&&(yield this.setSpeakerDevice(s)))})),(i=e==null?void 0:e.removed)==null||i.forEach(s=>u(this,null,function*(){var a;if(s.kind==="audiooutput"&&((a=this.getCurrentDevices().speaker)==null?void 0:a.deviceId)===s.deviceId){const c=(yield this.getSpeakerDevices()).find(d=>d.deviceId!==s.deviceId);c&&(yield this.setSpeakerDevice(c))}})))})}removeAllTracks(){this.destruct()}removeAudioTrack(){o(this,nt).disableTrack()}removeVideoTrack(){o(this,Oe).disableTrack(),o(this,Oe).terminateMiddlewareWebWorker()}removeDocumentEventListeners(){return u(this,null,function*(){document.removeEventListener("visibilitychange",this.onVisibilityChange)})}}dt=new WeakMap,nt=new WeakMap,Oe=new WeakMap,fn=new WeakMap,Ar=new WeakMap,Ld=new WeakMap,xh=new WeakMap,er([g.trace("MediaHandler.setupStreams")],Wt.prototype,"setupStreams",1),er([g.trace("MediaHandler.enableAudio")],Wt.prototype,"enableAudio",1),er([g.trace("MediaHandler.disableAudio")],Wt.prototype,"disableAudio",1),er([g.trace("MediaHandler.setAudioDevice")],Wt.prototype,"setAudioDevice",1),er([g.trace("MediaHandler.enableVideo")],Wt.prototype,"enableVideo",1),er([g.trace("MediaHandler.disableVideo")],Wt.prototype,"disableVideo",1),er([g.trace("MediaHandler.setVideoDevice")],Wt.prototype,"setVideoDevice",1),er([g.trace("MediaHandler.updateVideoConstraints")],Wt.prototype,"updateVideoConstraints",1),er([g.trace("MediaHandler.enableScreenShare")],Wt.prototype,"enableScreenShare",1),er([g.trace("MediaHandler.disableScreenShare")],Wt.prototype,"disableScreenShare",1),er([g.trace("MediaHandler.updateScreenshareConstraints")],Wt.prototype,"updateScreenshareConstraints",1),er([g.trace("MediaHandler.destruct")],Wt.prototype,"destruct",1),er([g.trace("MediaHandler.onDeviceChange")],Wt.prototype,"onDeviceChange",1);function xd(t,e,r){switch(!0){case Re.isChromiumBased():switch(e){case"NotAllowedError":return r.includes("by system")?"SYSTEM_DENIED":t==="screenshare"?"CANCELED":"DENIED";case"NotReadableError":default:return"COULD_NOT_START"}case Re.isSafari():switch(e){case"NotAllowedError":return"DENIED";default:return"COULD_NOT_START"}case Re.isFirefox():switch(e){case"NotFoundError":case"NotReadableError":return"SYSTEM_DENIED";case"NotAllowedError":return"DENIED";case"AbortError":default:return"COULD_NOT_START"}default:return"COULD_NOT_START"}}const sN=["virtual","emulator","krisp","solstice conference","teams","loom","zoom","manycam","blackhole","displayport","xsplit","wirecast","vMix","elgato","epiphan","voice changer","voicemod","morphvoxx"];function Vh(t){var e,r;const n=(e=t.label)==null?void 0:e.toLowerCase();return((r=Re._bowser)==null?void 0:r.getOSName())==="macOS"&&n.includes("iphone")?(h.log("isVirtualDevice::ignore_macos_continuity"),!0):sN.some(i=>n==null?void 0:n.includes(i))}function aN(t,e){return u(this,null,function*(){if(!(t!=null&&t.length))return e;const r=new AudioContext,n=yield Promise.all(t==null?void 0:t.map(a=>a(r))),i=r.createMediaStreamSource(new MediaStream([e])),s=r.createMediaStreamDestination();try{let a=i;for(let c=0;c<n.length;c+=1)a.connect(n[c]),a=n[c];a.connect(s)}catch(a){return h.error("getTransformedAudioTrack::middleware_execution_failed",{error:a}),e}return s.stream.getAudioTracks()[0]})}var Cs;class oN{constructor(){v(this,Cs,void 0)}terminateMiddlewareWebWorker(){if(o(this,Cs))try{is(o(this,Cs)),y(this,Cs,void 0)}catch(e){h.debug("WorkerTimers::terminateMiddlewareWebWorker::failed")}}getTransformedVideoTrack(e,r,n){return u(this,null,function*(){if(!(e!=null&&e.length))return r;const i=document.createElement("canvas"),s=yield Promise.all(e==null?void 0:e.map(m=>m({canvas:i,WorkerTimers:GE})));if(n.disablePerFrameCanvasRendering){const m=i.captureStream().getVideoTracks()[0];return Object.defineProperty(m,"originalSettings",{value:r.getSettings()}),m}const a=document.createElement("video"),c=new MediaStream;c.addTrack(r);const d=i.getContext("2d");a.srcObject=c,a.autoplay=!0,this.terminateMiddlewareWebWorker();const l=()=>u(this,null,function*(){if(r.enabled===!1||r.readyState==="ended"){this.terminateMiddlewareWebWorker(),a.remove(),i.remove();return}try{d.drawImage(a,0,0);for(let m=0;m<s.length;m+=1)typeof s[m]=="function"&&(yield s[m](i,d))}catch(m){h.error("getTransformedVideoTrack::middleware_execution_failed",{error:m})}});try{a.play()}catch(m){}a.addEventListener("play",()=>{i.width=a.width||r.getSettings().width,i.height=a.width||r.getSettings().height,y(this,Cs,Ic(l,50))},!1);const p=i.captureStream().getVideoTracks()[0];return Object.defineProperty(p,"originalSettings",{value:r.getSettings()}),p})}}Cs=new WeakMap;const Ay={gross:{width:{ideal:192},height:{ideal:144}},qvga:{width:{ideal:384},height:{ideal:288}},pvga:{width:{ideal:480},height:{ideal:360}},vga:{width:{ideal:640},height:{ideal:480}},hd:{width:{ideal:1280},height:{ideal:720}},hd_cropped:{width:{ideal:900},height:{ideal:720}},fhd:{width:{ideal:1920},height:{ideal:1080}}},cN=[[320,[{rid:"q",maxBitrate:25e4,maxFramerate:24,scalabilityMode:"L1T1"}]],[640,[{rid:"q",scaleResolutionDownBy:2,maxBitrate:25e4,maxFramerate:24,scalabilityMode:"L1T1"},{rid:"h",maxBitrate:7e5,maxFramerate:30,scalabilityMode:"L1T1"}]],[1280,[{rid:"q",scaleResolutionDownBy:2,maxBitrate:5e5,maxFramerate:24,scalabilityMode:"L1T1"},{rid:"h",maxBitrate:13e5,maxFramerate:30,scalabilityMode:"L1T1"}]],[1920,[{rid:"q",scaleResolutionDownBy:2,maxBitrate:9e5,maxFramerate:24,scalabilityMode:"L1T1"},{rid:"h",maxBitrate:15e5,maxFramerate:30,scalabilityMode:"L1T1"}]]],dN=t=>{var e;const r="getSettings"in t&&t.getSettings().width||"getConstraints"in t&&t.getConstraints().width||"originalSettings"in t&&((e=t.originalSettings)==null?void 0:e.width);let n=cN;Q.hasFeature(ie.OVERRIDE_HIVE_SIMULCAST_DYNAMIC)&&(n=JSON.parse(Q.getValue(ie.OVERRIDE_HIVE_SIMULCAST_DYNAMIC)));const i=n.map(([c])=>c).sort((c,d)=>c-d);let s=Number.MAX_VALUE,a=0;return i.forEach((c,d)=>{Math.abs(c-r)<s&&(s=Math.abs(c-r),a=d)}),n[a][1]};var we=(t=>(t.WEBCAM="webcam",t.WEBCAM_BACKUP="webcam_backup",t.MIC="mic",t.SCREENSHARE_VIDEO="screenshare_video",t.SCREENSHARE_AUDIO="screenshare_audio",t))(we||{});const lN=j_(),Rs=Pr(lN.config.media);function uN(t){var e,r;const n={};return t.audio&&(n.audio={enableStereo:(e=t.audio.enableStereo)!=null?e:!1,enableHighBitrate:(r=t.audio.enableHighBitrate)!=null?r:!1}),n.video=t.video.quality,n}var Ms,Uh;class hN{constructor(e,r){v(this,Ms,void 0),v(this,Uh,void 0),f(this,"getScreenShareConstraints",()=>{var n,i,s,a,c,d,l,p,m,S,E;const b=(n=o(this,Ms))==null?void 0:n.screenshare,O=(s=(i=b==null?void 0:b.width)==null?void 0:i.max)!=null?s:1920,M=(c=(a=b==null?void 0:b.height)==null?void 0:a.max)!=null?c:1080,F=(l=(d=b==null?void 0:b.frameRate)==null?void 0:d.max)!=null?l:5;let V=(m=(p=b==null?void 0:b.frameRate)==null?void 0:p.ideal)!=null?m:5;const J=b==null?void 0:b.displaySurface,P=b==null?void 0:b.selfBrowserSurface;Q.getValue(ie.VAL_MIN_FRAMERATE)&&(V=parseInt((S=Q.getValue(ie.VAL_MIN_FRAMERATE))==null?void 0:S.toString(),10));let Z={width:{max:O},height:{max:M},frameRate:{ideal:V,max:F}};if(Q.hasFeature(ie.SCREENSHARE_CONSTRAINTS)){const ae=(E=Q.getValue(ie.SCREENSHARE_CONSTRAINTS))==null?void 0:E.toString();Z=JSON.parse(ae)}return J!==void 0&&["monitor","browser","window"].includes(J)&&(Z=G(x({},Z),{displaySurface:J})),P!==void 0&&(Z=G(x({},Z),{selfBrowserSurface:P})),{audio:!0,video:Z}}),f(this,"getAudioConstraints",n=>{var i,s,a,c,d,l,p,m;const S={},E=(i=o(this,Ms))==null?void 0:i.audio,b=E!=null&&E.enableStereo?2:1;return Re.isFirefox()||Re.isWebKitBased()?(S.audio={deviceId:n,autoGainControl:(s=E==null?void 0:E.autoGainControl)!=null?s:!0,echoCancellation:(a=E==null?void 0:E.echoCancellation)!=null?a:!0,noiseSuppression:(c=E==null?void 0:E.noiseSupression)!=null?c:!0,channelCount:b},S):(S.audio={},S.audio.optional=[n?{sourceId:n}:{sourceId:"default"},{channelCount:b},{echoCancellation:(d=E==null?void 0:E.echoCancellation)!=null?d:!0},{googEchoCancellation:(l=E==null?void 0:E.echoCancellation)!=null?l:!0},{googAutoGainControl:(p=E==null?void 0:E.autoGainControl)!=null?p:!0},{googNoiseSuppression:(m=E==null?void 0:E.noiseSupression)!=null?m:!0},{googHighpassFilter:!0}],S)}),f(this,"getVideoConstraints",n=>{var i,s,a,c;const d={},l=(i=o(this,Ms))==null?void 0:i.video;let p=Ay.vga;if(typeof l=="string"?p=Ay[l]:l!==void 0&&(p.height.ideal=l.height.ideal,p.width.ideal=l.width.ideal),p.frameRate={ideal:(a=(s=p.frameRate)==null?void 0:s.ideal)!=null?a:24},Re.isChromiumBased()&&(p.frameRate.max=30),Q.hasFeature(ie.VIDEO_CONSTRAINTS)){const m=(c=Q.getValue(ie.VIDEO_CONSTRAINTS))==null?void 0:c.toString();p=JSON.parse(m)}return d.video=p,typeof d.video=="boolean"||(n?d.video.deviceId={exact:n}:d.video.facingMode="user"),d}),y(this,Uh,e),y(this,Ms,r)}getUpdatedVideoConstraints(e){return e}}Ms=new WeakMap,Uh=new WeakMap;class Fh extends Error{constructor(e,r,n){super(r),f(this,"constraints"),f(this,"name"),this.name=e,this.constraints=n}}class pN{constructor(){f(this,"permissions"),this.permissions={audio:"NOT_REQUESTED",video:"NOT_REQUESTED",screenshare:"NOT_REQUESTED"}}getAudioInputDevices(e){return u(this,null,function*(){let r=e;return e||(r=yield this.getAvailableDevices()),r.filter(n=>n.kind==="audioinput")})}getVideoInputDevices(e){return u(this,null,function*(){let r=e;return e||(r=yield this.getAvailableDevices()),r.filter(n=>n.kind==="videoinput")})}getAudioOutputDevices(e){return u(this,null,function*(){let r=e;return e||(r=yield this.getAvailableDevices()),r.filter(n=>n.kind==="audiooutput")})}}var mN=Object.defineProperty,gN=Object.getOwnPropertyDescriptor,Dr=(t,e,r,n)=>{for(var i=n>1?void 0:n?gN(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&mN(e,r,i),i},Ga,Or,Bh,Dy;let tr=(Dy=class extends pN{constructor(t,e){super(),f(this,"availableDevices"),v(this,Ga,void 0),v(this,Or,void 0),v(this,Bh,void 0),y(this,Bh,t),y(this,Or,new hN(t,e)),y(this,Ga,new AbortController),this.availableDevices=[],this.getAvailableDevices()}get constraintsBuilder(){return o(this,Or)}destruct(){return u(this,null,function*(){var t;(t=o(this,Ga))==null||t.abort()})}handlePermissionErrors(t,e){const r=xd(t,e.name,e.message);return this.permissions[t]=r,C.emit(R.MEDIA_PERMISSION_ERROR,{message:r,constraints:e.constraints,kind:t}),r}getAudioAndVideoTrack(t,e){return u(this,null,function*(){const r={audio:o(this,Or).getAudioConstraints(t).audio,video:o(this,Or).getVideoConstraints(e).video};try{h.info("getUserMediaWithoutTimeout::requesting_user_media",{constraints:JSON.stringify(r)});const n=yield navigator.mediaDevices.getUserMedia(r);h.info("getUserMediaWithoutTimeout::received_user_media",{constraints:JSON.stringify(r)});const i=n.getAudioTracks()[0];let s=n.getVideoTracks()[0];if(this.permissions.audio="ACCEPTED",this.permissions.video="ACCEPTED",Q.hasFeature(ie.OBS_QUALITY)&&s.label.includes("OBS Virtual")){const a=(yield this.getVideoInputDevices()).find(c=>c.label.includes("OBS Virtual"));s=yield this.getVideoTrack(a.deviceId)}return C.emit(R.MEDIA_PERMISSION_UPDATE,{message:this.permissions.audio,kind:"audio"}),C.emit(R.MEDIA_PERMISSION_UPDATE,{message:this.permissions.video,kind:"video"}),{audioTrack:i,videoTrack:s}}catch(n){throw h.error("WebMediaInterface.getAudioAndVideoTrack",{error:n}),new _("Couldnt fetch audio and video track","1605")}})}getAudioTrack(t,e){return u(this,null,function*(){let r=yield this.getAudioInputDevices();if(r.length===0)throw this.permissions.audio="NO_DEVICES_AVAILABLE",C.emit(R.MEDIA_PERMISSION_UPDATE,{message:this.permissions.audio,kind:"audio"}),new _("No audio devices available","1606");const n=i=>u(this,null,function*(){let s;try{r=r.filter(c=>c.deviceId!==i),s=o(this,Or).getAudioConstraints(i),h.info("getUserMediaWithoutTimeout::requesting_user_media",{constraints:JSON.stringify(s)});const[a]=(yield navigator.mediaDevices.getUserMedia(s)).getAudioTracks();return h.info("getUserMediaWithoutTimeout::received_user_media",{constraints:JSON.stringify(s)}),a}catch(a){const c=xd("audio",a.name,a.message),d=new Fh(a.name,a.message,s);if(c==="COULD_NOT_START"){const l=r.shift();if(!l)throw d;h.info("getAudioTrack::gum_failed",{constraints:JSON.stringify(s),error:a});const p=o(this,Or).getAudioConstraints(l.deviceId);return h.info("getAudioTrack::retrying_gum_for_next_device",{constraints:JSON.stringify(p)}),n(l.deviceId)}throw d}});try{const i=yield n(e);return i.enabled=!t,this.permissions.audio!=="ACCEPTED"&&(this.permissions.audio="ACCEPTED",C.emit(R.MEDIA_PERMISSION_UPDATE,{message:this.permissions.audio,kind:"audio"})),i}catch(i){throw i.constraints&&this.handlePermissionErrors("audio",i),new _(i.message,"1601")}})}getVideoTrack(t){return u(this,null,function*(){var e;const r=Q.hasFeature(ie.OBS_QUALITY),n=(e=yield this.getCurrentDeviceLabel(t))==null?void 0:e.includes("OBS Virtual"),i=r&&n,s=yield this.getVideoInputDevices();if(s.length===0)throw this.permissions.video="NO_DEVICES_AVAILABLE",C.emit(R.MEDIA_PERMISSION_UPDATE,{message:this.permissions.video,kind:"video"}),new _("No video devices available","1607");const a=c=>u(this,null,function*(){try{let d=c;const{video:l}=d;i&&typeof l!="boolean"&&(d={video:{deviceId:l.deviceId}}),h.info("getUserMediaWithoutTimeout::requesting_user_media",{constraints:JSON.stringify(d)});const[p]=(yield navigator.mediaDevices.getUserMedia(d)).getVideoTracks();if(i&&typeof l!="boolean"&&typeof l.width=="object"){const{width:m,height:S}=p.getSettings(),{ideal:E}=l.width;p.applyConstraints({width:{ideal:E},height:{ideal:Math.floor(S*E/m)},frameRate:l.frameRate})}return h.info("getUserMediaWithoutTimeout::received_user_media",{constraints:JSON.stringify(d)}),p}catch(d){const l=xd("video",d.name,d.message),p=new Fh(d.name,d.message,c);if(l==="COULD_NOT_START"){const m=s.shift();if(!m)throw p;h.info("getVideoTrack::gum_failed",{constraints:JSON.stringify(c),error:d});const S=o(this,Or).getVideoConstraints(m.deviceId);return h.info("getVideoTrack::retrying_gum_for_next_device",{constraints:JSON.stringify(S)}),a({video:S.video})}throw p}});try{const c=o(this,Or).getVideoConstraints(t),d=yield a(c);return this.permissions.video!=="ACCEPTED"&&(this.permissions.video="ACCEPTED",C.emit(R.MEDIA_PERMISSION_UPDATE,{message:this.permissions.video,kind:"video"})),d}catch(c){throw c.constraints&&this.handlePermissionErrors("video",c),new _(c.message,"1602")}})}getScreenShareTracks(){return u(this,null,function*(){const t=e=>u(this,null,function*(){try{h.info("getDisplayMediaWithoutTimeout::requesting_display_media",{constraints:JSON.stringify(e)}),$.screenShareRequested();const r=yield navigator.mediaDevices.getDisplayMedia(e);return h.info("getDisplayMediaWithoutTimeout::received_display_media",{constraints:JSON.stringify(e)}),r}catch(r){const n=xd("video",r.name,r.message),i=new Fh(r.name,r.message,e),s={video:!0};if(cI(e,s)||!Q.hasFeature(ie.SCREEENSHARE_CONSTRAINTS_RETRY))throw i;if(n==="COULD_NOT_START")return t(s);throw i}});try{const e=o(this,Or).getScreenShareConstraints(),r=yield t(e);return this.permissions.screenshare!=="ACCEPTED"&&(this.permissions.screenshare="ACCEPTED",C.emit(R.MEDIA_PERMISSION_UPDATE,{message:this.permissions.screenshare,kind:"screenshare"})),{audioTrack:r.getAudioTracks()[0],videoTrack:r.getVideoTracks()[0]}}catch(e){throw e.constraints&&this.handlePermissionErrors("screenshare",e),new _(e.message,"1612")}})}getCurrentDeviceLabel(t){return u(this,null,function*(){const e=yield this.getDevice(t||"default");return e==null?void 0:e.label})}getAvailableDevices(){return u(this,null,function*(){try{const t=yield navigator.mediaDevices.enumerateDevices();return this.availableDevices=t,t}catch(t){throw h.error("enumerate_devices_failed",{error:t}),new _("Failed to get available devices","1609")}})}getAvailableDevicesByKind(t){return u(this,null,function*(){try{return(yield navigator.mediaDevices.enumerateDevices()).filter(({kind:e})=>t===e)}catch(e){throw h.error("enumerate_devices_failed",{error:e}),new _("Failed to get available devices by kind","1609")}})}getDevice(t){return u(this,null,function*(){try{return(yield navigator.mediaDevices.enumerateDevices()).filter(e=>e.deviceId===t)[0]}catch(e){throw h.error("enumerate_devices_failed",{error:e}),new _("Failed to get device","1609")}})}onDeviceChange(t){return u(this,null,function*(){Re.supportsDeviceChangeEvent()&&navigator.mediaDevices.addEventListener("devicechange",e=>u(this,null,function*(){var r,n;const i=p=>`${p.kind}-${p.deviceId}-${p.groupId}`,s=this.availableDevices,a=new Set(s.map(p=>i(p))),c=yield this.getAvailableDevices(),d=new Set(c.map(p=>i(p))),l={added:c.filter(p=>!a.has(i(p))),removed:s.filter(p=>!d.has(i(p))),devices:c};if((r=l.added)!=null&&r.length||(n=l.removed)!=null&&n.length){h.info("repopulated_full_device_list",{devices:JSON.stringify(c)});const p=[...l.added,...l.removed];p.some(m=>m.kind==="audioinput")&&$.devices("AUDIO",c==null?void 0:c.filter(m=>m.kind==="audioinput")),p.some(m=>m.kind==="videoinput")&&$.devices("VIDEO",c==null?void 0:c.filter(m=>m.kind==="videoinput")),p.some(m=>m.kind==="audiooutput")&&$.devices("SPEAKER",c==null?void 0:c.filter(m=>m.kind==="audiooutput")),t(e,l,!1)}}),{signal:o(this,Ga).signal})})}},Ga=new WeakMap,Or=new WeakMap,Bh=new WeakMap,Dy);Dr([g.trace("WebMediaInterface.destruct")],tr.prototype,"destruct",1),Dr([g.trace("WebMediaInterface.handlePermissionErrors")],tr.prototype,"handlePermissionErrors",1),Dr([g.trace("WebMediaInterface.getAudioAndVideoTrack")],tr.prototype,"getAudioAndVideoTrack",1),Dr([g.trace("WebMediaInterface.getAudioTrack")],tr.prototype,"getAudioTrack",1),Dr([g.trace("WebMediaInterface.getVideoTrack")],tr.prototype,"getVideoTrack",1),Dr([g.trace("WebMediaInterface.getScreenShareTracks")],tr.prototype,"getScreenShareTracks",1),Dr([g.trace("WebMediaInterface.getAvailableDevices")],tr.prototype,"getAvailableDevices",1),Dr([g.trace("WebMediaInterface.getAvailableDevicesByKind")],tr.prototype,"getAvailableDevicesByKind",1),Dr([g.trace("WebMediaInterface.getDevice")],tr.prototype,"getDevice",1),Dr([g.trace("WebMediaInterface.onDeviceChange")],tr.prototype,"onDeviceChange",1),tr=Dr([Tt("1600")],tr);const Oy=tr,Ja={setItem:(t,e)=>{try{localStorage.setItem(t,e)}catch(r){h.error("LocalStorage::setItem::crashed",{error:r,localStorage:{key:t,value:e}})}},getItem:t=>{try{return localStorage.getItem(t)}catch(e){h.error("LocalStorage::getItem::crashed",{error:e,localStorage:{key:t}})}return null}},fN=(t=0)=>new Promise(e=>setTimeout(e,t)),vN=(t,e,r)=>{const n=typeof r=="number"?r:250,i=t.createMediaStreamSource(e),s=t.createAnalyser();s.fftSize=2048,i.connect(s);const a=new Uint8Array(s.fftSize);let c=!1;setTimeout(()=>{c=!0},n);function d(){return c?Promise.resolve(!0):(s.getByteTimeDomainData(a),a.some(l=>l!==128&&l!==0)?Promise.resolve(!1):fN().then(d))}return d().then(l=>(i.disconnect(),l),l=>{throw i.disconnect(),l})},yN=typeof AudioContext!="undefined"?AudioContext:null;class Wh{constructor(e){f(this,"_AudioContext"),f(this,"audioContext"),f(this,"_audioContextRefContainers");const r=x({AudioContext:yN},e);Object.defineProperties(this,{_AudioContext:{value:r.AudioContext},audioContext:{value:null,writable:!0},_audioContextRefContainers:{value:new Set},AudioContextProvider:{enumerable:!0,value:Wh}})}getOrCreate(e){if(!this._audioContextRefContainers.has(e)&&(this._audioContextRefContainers.add(e),this._AudioContext&&!this.audioContext))try{this.audioContext=new this._AudioContext}catch(r){}return this.audioContext}release(e){this._audioContextRefContainers.has(e)&&(this._audioContextRefContainers.delete(e),!this._audioContextRefContainers.size&&this.audioContext&&(this.audioContext.close(),this.audioContext=null))}}const Ny=new Wh,SN=3,EN=250;function TN(t){const e={},r=Ny.getOrCreate(e);let n=SN;function i(){return n-=1,vN(r,t.srcObject,EN).then(s=>s?n>0?i():!0:!1).catch(()=>!0)}return i().finally(()=>{Ny.release(e)})}function Ly(t){return u(this,null,function*(){const e=new Audio,r=new MediaStream;r.addTrack(t),e.srcObject=r;let n=!1;try{const i=e.play();i&&(yield i),n=yield TN(e),n&&h.info("checkIfAudioTrackIsSilent::silence_detected")}catch(i){h.error("checkIfAudioTrackIsSilent::failed_to_detect_silence",{error:i})}finally{e.pause(),e.remove()}return n})}var kN=Object.defineProperty,bN=Object.getOwnPropertyDescriptor,xy=(t,e,r,n)=>{for(var i=n>1?void 0:n?bN(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&kN(e,r,i),i};let Vd=class extends ps{constructor(t,e,r){var n;super(),f(this,"constructorName",this.constructor.name),f(this,"userSelectedDevice"),f(this,"mediaInterface"),f(this,"isNonPreferredDevice"),f(this,"_mediaTrack"),f(this,"transformedMediaTrack"),f(this,"middlewares",[]),f(this,"currentDevice"),f(this,"userPreferredDeviceKey",`Dyte::${this.constructorName}::UserDeviceID`),f(this,"setUserPreferredDevice",i=>Ja.setItem(this.userPreferredDeviceKey,i)),f(this,"getUserPreferredDevice",()=>Ja.getItem(this.userPreferredDeviceKey)),this.mediaInterface=t,e&&this.setMediaTrack(e),this.userSelectedDevice=(n=this.getUserPreferredDevice())!=null?n:void 0,this.isNonPreferredDevice=r,this.onTrackEnded=this.onTrackEnded.bind(this),this.onTrackMuted=this.onTrackMuted.bind(this)}disableTrack(){var t,e;this.removeMediaTrackListeners(),(t=this._mediaTrack)==null||t.stop(),this._mediaTrack=void 0,(e=this.transformedMediaTrack)==null||e.stop(),this.transformedMediaTrack=void 0}get mediaTrack(){return this._mediaTrack}setMediaTrack(t){return u(this,null,function*(){const e=r=>{h.error(`${this.constructorName}.setMediaTrack.error`,{error:r})};try{this.disableTrack()}catch(r){e(r)}this._mediaTrack=yield this.conditionallyChangeTrack(t),yield this.setTransformedTrack();try{this.addMediaTrackListeners(),yield this.setCurrentDevice()}catch(r){e(r)}})}get trackEnabled(){return!!this.mediaTrack&&this.mediaTrack.readyState==="live"&&this.mediaTrack.enabled}muteTrack(){if(!this.mediaTrack){h.warn("BaseMediaHandler.muteTrack Tried muting with no track present");return}this.transformedMediaTrack&&(this.transformedMediaTrack.enabled=!1),this.mediaTrack.enabled=!1}unmuteTrack(){return u(this,null,function*(){try{this.mediaTrack?this.mediaTrack.enabled=!0:yield this.enableTrack(!1)}catch(t){throw h.error(`${this.constructorName}.unmuteTrack.error`,{error:t}),this.disableTrack(),new _("Failed to unmute track","1611")}})}getCurrentDeviceId(){var t,e;const{kind:r}=this.mediaTrack;switch(r){case"audio":{const n=this.mediaTrack.getConstraints();return this.userSelectedDevice?(e=(t=n==null?void 0:n.deviceId)!=null?t:n==null?void 0:n.advanced[0].deviceId)!=null?e:this.mediaTrack.getSettings().deviceId:this.mediaTrack.getSettings().deviceId}default:return this.mediaTrack.getSettings().deviceId}}setCurrentDevice(){return u(this,null,function*(){var t;if(!this.mediaTrack){this.currentDevice=void 0;return}const e=this.getCurrentDeviceId();((t=this.currentDevice)==null?void 0:t.deviceId)!==e&&(this.currentDevice=yield this.mediaInterface.getDevice(e))})}setDevice(t){return u(this,null,function*(){if(!t)throw h.warn(`${this.constructorName}.setDevice No device received`),new _("No device received!","1603");this.userSelectedDevice=t.deviceId,this.setUserPreferredDevice(t.deviceId),yield this.onSetDevice(t)})}addMiddleware(t){return u(this,null,function*(){if(Re.isWebKitBased()&&!Q.hasFeature(ie.ALLOW_SAFARI_MEDIA_MIDDLEWARES))return{success:!1,message:"Middlewares are not supported in this WebKit engine based browser."};if(this.middlewares.includes(t))return{success:!1,message:"This middleware has been applied, already. Skipping."};try{return this.middlewares.push(t),this.trackEnabled&&(yield this.setTransformedTrack()),{success:!0,message:"Successfully added the middleware."}}catch(e){return h.error("While adding middleware",{error:e}),this.removeMiddleware(t),{success:!1,message:e==null?void 0:e.message}}})}removeMiddleware(t){return u(this,null,function*(){const e=this.middlewares.indexOf(t,0);if(e>-1)try{return this.middlewares.splice(e,1),yield this.setTransformedTrack(!0),{success:!0,message:"Successfully removed the middleware."}}catch(r){return h.error("While removing middleware",{error:r}),{success:!1,message:r==null?void 0:r.message}}return{success:!1,message:"No such middleware was found. Skipping."}})}removeAllMiddlewares(){return u(this,null,function*(){var t;if((t=this.middlewares)!=null&&t.length)try{return this.middlewares=[],yield this.setTransformedTrack(!0),{success:!0,message:"Successfully removed all the middlewares."}}catch(e){return h.error("While removing all the middlewares",{error:e}),{success:!1,message:e==null?void 0:e.message}}return{success:!1,message:"No middlewares were found. Skipping."}})}addMediaTrackListeners(){var t,e,r;this.mediaTrack&&(h.info(`${this.constructorName}.addMediaTrackListeners for deviceId ${(e=(t=this.mediaTrack)==null?void 0:t.getSettings())==null?void 0:e.deviceId} of type ${(r=this.mediaTrack)==null?void 0:r.kind}`),this.mediaTrack.addEventListener("ended",this.onTrackEnded),this.mediaTrack.addEventListener("mute",this.onTrackMuted))}removeMediaTrackListeners(){var t,e,r;this.mediaTrack&&(h.info(`${this.constructorName}.removeMediaTrackListeners for deviceId ${(e=(t=this.mediaTrack)==null?void 0:t.getSettings())==null?void 0:e.deviceId} of type ${(r=this.mediaTrack)==null?void 0:r.kind}`),h.info(`${this.constructorName}.removeMediaTrackListeners`),this.mediaTrack.removeEventListener("ended",this.onTrackEnded),this.mediaTrack.removeEventListener("mute",this.onTrackMuted))}};xy([g.trace("BaseMediaHandler.unmuteTrack")],Vd.prototype,"unmuteTrack",1),Vd=xy([Tt("1600")],Vd);const Vy=Vd;var wN=Object.defineProperty,_N=Object.getOwnPropertyDescriptor,jh=(t,e,r,n)=>{for(var i=n>1?void 0:n?_N(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&wN(e,r,i),i};const Hh="[Dyte]nonSilentDeviceLabels";class Ud extends Vy{onSetDevice(e){return u(this,null,function*(){if(!e)throw h.warn("AudioMediaHandler.setDevice No device received"),new _("No device received!","1603");if(e.kind!=="audioinput")throw h.warn("AudioMediaHandler.setDevice Received non audio device"),new _("Non audio device received while setting device!","1603");try{const r=this.trackEnabled;yield this.setMediaTrack(yield this.mediaInterface.getAudioTrack(!r,this.userSelectedDevice)),this.userSelectedDevice=void 0}catch(r){throw h.error("AudioMediaHandler.setDevice.error",{error:r}),this.disableTrack(),new _(r.message,"1604")}})}enableTrack(e){return u(this,null,function*(){if(this.trackEnabled){h.warn("AudioMediaHandler.enableTrack Track already enabled!");return}const r=yield this.mediaInterface.getAudioTrack(e,this.userSelectedDevice);yield this.setMediaTrack(r)})}setTransformedTrack(e){return u(this,null,function*(){var r;if(!e&&!((r=this.middlewares)!=null&&r.length)){this.transformedMediaTrack=this.mediaTrack;return}try{this.transformedMediaTrack=yield aN(this.middlewares,this.mediaTrack),this.emit("trackChanged")}catch(n){h.error("AudioMediaHandler.setTransformedTrack",{error:n}),this.transformedMediaTrack=this.mediaTrack}})}onTrackEnded(){return u(this,null,function*(){h.info("AudioMediaHandler.TrackEnded"),this.emit("trackEnded");const e=this.mediaTrack.enabled;this.disableTrack(),yield this.enableTrack(!e),yield this.setTransformedTrack(),this.emit("trackChanged")})}onTrackMuted(){h.info("AudioMediaHandler.TrackMuted"),this.emit("trackMuted")}conditionallyChangeTrack(e){return u(this,null,function*(){var r;if(!e||this.userSelectedDevice)return e;let n=e;const i=yield this.mediaInterface.getAudioInputDevices(),s=this.isNonPreferredDevice?i.filter(d=>d&&!this.isNonPreferredDevice(d)):i;if(!(s!=null&&s.length))return n;s.find(d=>d.deviceId===e.getSettings().deviceId)||(n.stop(),h.info("localmediahandler::setupstreams::found_audio_non_preferred"),n=yield this.mediaInterface.getAudioTrack(!1,s[0].deviceId));const a=JSON.parse(Ja.getItem(Hh));if(a!=null&&a.devices.some(d=>d.label===n.label))return n;if(!(yield Ly(n))){const d=(r=a==null?void 0:a.devices.concat({label:n.label}))!=null?r:[{label:n.label}];return Ja.setItem(Hh,JSON.stringify({devices:d})),n}h.info("AudioMediaHandler.conditionallyChangeTrack.DetectedSilentTrack");const c=n.getSettings().deviceId;return s.filter(d=>d.deviceId!==c).some(d=>u(this,null,function*(){if(n=yield this.mediaInterface.getAudioTrack(!1,d.deviceId),!(yield Ly(n))){const l=a.devices.concat({label:n.label});return Ja.setItem(Hh,JSON.stringify({devices:l})),h.info("AudioMediaHandler.conditionallyChangeTrack.SuccesfullyChangedTrack"),!0}return h.info("AudioMediaHandler.conditionallyChangeTrack.AnotherSilentTrackFound"),!1})),n})}}jh([g.trace("AudioMediaHandler.setTransformedTrack")],Ud.prototype,"setTransformedTrack",1),jh([g.trace("AudioMediaHandler.onTrackEnded")],Ud.prototype,"onTrackEnded",1),jh([g.trace("AudioMediaHandler.conditionallyChangeTrack")],Ud.prototype,"conditionallyChangeTrack",1);const PN=Ud;var $a;class IN{constructor(e){v(this,$a,void 0),f(this,"currentDevice"),y(this,$a,e)}setupSpeaker(e){return u(this,null,function*(){var r,n;if(!(o(this,$a)instanceof Oy))return;let i=e;if(e||([i]=(yield o(this,$a).getAvailableDevicesByKind("audiooutput")).filter(a=>!Vh(a))),!i)throw new _("No speaker found","1608");if(((r=this.currentDevice)==null?void 0:r.deviceId)===i.deviceId)return;this.currentDevice=i;const s=document.querySelectorAll("audio");(n=s[0])!=null&&n.setSinkId&&s.forEach(a=>u(this,null,function*(){if(typeof a.sinkId!="undefined"&&this.currentDevice.deviceId&&a.sinkId!==this.currentDevice.deviceId)try{yield a.setSinkId(this.currentDevice.deviceId)}catch(c){}}))})}}$a=new WeakMap;const CN=IN;class RN extends ps{constructor(e){super(),f(this,"mediaInterface"),f(this,"audioMediaTrack"),f(this,"videoMediaTrack"),this.mediaInterface=e}get trackEnabled(){return!!this.videoMediaTrack}enableScreenShare(){return u(this,null,function*(){var e,r;try{const{audioTrack:n,videoTrack:i}=yield this.mediaInterface.getScreenShareTracks();if(this.audioMediaTrack=n,this.videoMediaTrack=i,this.addMediaTrackListeners(),((r=(e=this.mediaInterface)==null?void 0:e.permissions)==null?void 0:r.screenshare)==="ACCEPTED")return;this.mediaInterface.permissions&&(this.mediaInterface.permissions.screenshare="ACCEPTED",C.emit(R.MEDIA_PERMISSION_UPDATE,{message:this.mediaInterface.permissions.screenshare,kind:"screenshare"}))}catch(n){}})}disableScreenShare(){var e,r;this.removeMediaTrackListeners(),(e=this.audioMediaTrack)==null||e.stop(),(r=this.videoMediaTrack)==null||r.stop(),this.videoMediaTrack=void 0,this.audioMediaTrack=void 0}updateConstraints(e){return u(this,null,function*(){if(!this.videoMediaTrack)throw new _("No media track enabled!","1610");const r=this.mediaInterface;if(!r.constraintsBuilder)throw new _("update constraints not supported for non web clients","1100");try{this.videoMediaTrack.applyConstraints(r.constraintsBuilder.getUpdatedVideoConstraints(e)),this.addMediaTrackListeners()}catch(n){h.error("ScreenShareHandler.updateConstraints.error",{error:n})}})}addMediaTrackListeners(){var e,r;(e=this.videoMediaTrack)==null||e.addEventListener("ended",this.onTrackEnded.bind(this)),Re.isWebKitBased()&&((r=this.videoMediaTrack)==null||r.addEventListener("mute",this.onTrackEnded.bind(this)))}removeMediaTrackListeners(){var e,r;(e=this.videoMediaTrack)==null||e.removeEventListener("ended",this.onTrackEnded),(r=this.videoMediaTrack)==null||r.removeEventListener("mute",this.onTrackEnded)}onTrackEnded(){this.emit("trackEnded")}}const MN=RN;var AN=Object.defineProperty,DN=Object.getOwnPropertyDescriptor,Fd=(t,e,r,n)=>{for(var i=n>1?void 0:n?DN(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&AN(e,r,i),i},Ka,Bd;class za extends Vy{constructor(e,r,n){super(e,r,n),v(this,Ka,void 0),v(this,Bd,{disablePerFrameCanvasRendering:!1}),y(this,Ka,new oN)}onSetDevice(e){return u(this,null,function*(){if(!e)throw h.warn("VideoMediaHandler.setDevice No device received"),new _("No device received!","1603");if(e.kind!=="videoinput")throw h.warn("VideoMediaHandler.setDevice Received non video device",{devices:[e]}),new _("Non video device received while setting video device!","1603");if(!(this.mediaTrack&&this.mediaTrack.enabled)){h.warn("VideoMediaHandler.setDevice Tried switching device with video disabled",{devices:[e]}),this.currentDevice=e;return}try{yield this.setMediaTrack(yield this.mediaInterface.getVideoTrack(this.userSelectedDevice))}catch(r){throw h.error("VideoMediaHandler.setDevice.error",{error:r}),this.disableTrack(),new _("Failed to change device","1600")}})}enableTrack(){return u(this,null,function*(){if(this.trackEnabled){h.warn("VideoMediaHandler.enableTrack Track already enabled!");return}yield this.setMediaTrack(yield this.mediaInterface.getVideoTrack(this.userSelectedDevice))})}setTransformedTrack(e){return u(this,null,function*(){var r;if(!e&&!((r=this.middlewares)!=null&&r.length)){this.transformedMediaTrack=this.mediaTrack;return}try{this.transformedMediaTrack=yield o(this,Ka).getTransformedVideoTrack(this.middlewares,this.mediaTrack,o(this,Bd)),this.emit("trackChanged")}catch(n){h.error("VideoMediaHandler.setTransformedTrack",{error:n}),this.transformedMediaTrack=this.mediaTrack}})}setVideoMiddlewareGlobalConfig(e){return u(this,null,function*(){y(this,Bd,e)})}updateConstraints(e){return u(this,null,function*(){if(!this._mediaTrack)throw new _("No media track enabled!","1610");const r=this.mediaInterface;if(!r.constraintsBuilder)throw new _("update constraints not supported for non web clients","1100");try{this._mediaTrack.applyConstraints(r.constraintsBuilder.getUpdatedVideoConstraints(e)),yield this.setTransformedTrack(),this.addMediaTrackListeners(),yield this.setCurrentDevice()}catch(n){h.error("VideoMediaHandler.updateConstraints.error",{error:n})}})}terminateMiddlewareWebWorker(){o(this,Ka).terminateMiddlewareWebWorker()}onTrackEnded(){return u(this,null,function*(){h.info("VideoMediaHandler.TrackEnded"),this.disableTrack(),this.emit("trackEnded")})}onTrackMuted(){h.info("VideoMediaHandler.TrackMuted"),this.emit("trackMuted")}conditionallyChangeTrack(e){return u(this,null,function*(){if(!e||this.userSelectedDevice)return e;let r=e;const n=yield this.mediaInterface.getVideoInputDevices(),i=this.isNonPreferredDevice?n.filter(s=>!this.isNonPreferredDevice(s)):n;return!(i!=null&&i.length)||window.FAST_DYTE||i.find(s=>s.deviceId===e.getSettings().deviceId)||(r.stop(),h.info("localmediahandler::setupstreams::found_video_non_preferred"),r=yield this.mediaInterface.getVideoTrack(i[0].deviceId)),r})}}Ka=new WeakMap,Bd=new WeakMap,Fd([g.trace("VideoMediaHandler.setTransformedTrack")],za.prototype,"setTransformedTrack",1),Fd([g.trace("VideoMediaHandler.setVideoMiddlewareGlobalConfig")],za.prototype,"setVideoMiddlewareGlobalConfig",1),Fd([g.trace("VideoMediaHandler.onTrackEnded")],za.prototype,"onTrackEnded",1),Fd([g.trace("VideoMediaHandler.conditionallyChangeTrack")],za.prototype,"conditionallyChangeTrack",1);const ON=za;var NN=Object.defineProperty,LN=Object.getOwnPropertyDescriptor,qh=(t,e,r,n)=>{for(var i=n>1?void 0:n?LN(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&NN(e,r,i),i};const Uy=Pr(Gu());var rr,As,Wd,Ya,Fy;const Qa=(Fy=class{constructor(t){if(v(this,rr,void 0),v(this,As,void 0),v(this,Wd,void 0),v(this,Ya,void 0),!t)throw new _("Could not load preset.","0904");y(this,rr,t.config),y(this,Wd,t.name),y(this,As,t.ui||Pr(Gu().ui)),y(this,Ya,t.permissions.plugins.config)}static fromResponse(t){return new Qa(t)}static default(){return new Qa(Uy)}static init(t,e=!0){return!t||e?new Qa(Uy):new Qa(t)}get setupScreen(){return{isEnabled:!0}}get waitingRoom(){return{isEnabled:!0}}get controlBar(){return{isEnabled:!0,elements:{chat:!0,fullscreen:!0,invite:!1,layout:!1,participants:!0,plugins:!0,polls:!0,reactions:!1,screenshare:!0}}}get header(){return{isEnabled:!0,elements:{logo:o(this,As).designTokens.logo,timer:!0,title:!0,participantCount:!0,changeLayout:!1}}}get pipMode(){return!0}get viewType(){return o(this,rr).viewType}get livestreamViewerQualities(){return o(this,rr).livestreamViewerQualities||[]}get maxVideoStreams(){return o(this,rr).maxVideoStreams}get maxScreenShareCount(){return o(this,rr).maxScreenshareCount}get plugins(){return[]}get disabledPlugins(){return Object.keys(o(this,Ya)).filter(t=>o(this,Ya)[t].disabled)}get designTokens(){return o(this,As).designTokens}get configDiff(){return o(this,As).configDiff}get mediaConstraints(){var t,e,r,n,i,s,a,c,d,l,p,m,S,E,b,O,M,F,V,J,P,Z,ae,Ie;return{audio:{enableStereo:(n=(r=(e=(t=o(this,rr))==null?void 0:t.media)==null?void 0:e.audio)==null?void 0:r.enableStereo)!=null?n:Rs.audio.enableStereo,enableHighBitrate:(c=(a=(s=(i=o(this,rr))==null?void 0:i.media)==null?void 0:s.audio)==null?void 0:a.enableHighBitrate)!=null?c:Rs.audio.enableHighBitrate},video:{quality:(m=(p=(l=(d=o(this,rr))==null?void 0:d.media)==null?void 0:l.video)==null?void 0:p.quality)!=null?m:Rs.video.quality,frameRate:(O=(b=(E=(S=o(this,rr))==null?void 0:S.media)==null?void 0:E.video)==null?void 0:b.frameRate)!=null?O:Rs.video.frameRate},screenshare:{quality:(J=(V=(F=(M=o(this,rr))==null?void 0:M.media)==null?void 0:F.screenshare)==null?void 0:V.quality)!=null?J:Rs.screenshare.quality,frameRate:(Ie=(ae=(Z=(P=o(this,rr))==null?void 0:P.media)==null?void 0:Z.screenshare)==null?void 0:ae.frameRate)!=null?Ie:Rs.screenshare.frameRate}}}get name(){return o(this,Wd)}},rr=new WeakMap,As=new WeakMap,Wd=new WeakMap,Ya=new WeakMap,Fy);let jd=Qa;qh([g.trace("DyteThemePreset.fromResponse")],jd,"fromResponse",1),qh([g.trace("DyteThemePreset.default")],jd,"default",1),qh([g.trace("DyteThemePreset.init")],jd,"init",1);var xN=Object.defineProperty,VN=Object.getOwnPropertyDescriptor,Gh=(t,e,r,n)=>{for(var i=n>1?void 0:n?VN(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&xN(e,r,i),i},Xa;class Hd extends Yt{constructor(e){super(),v(this,Xa,void 0),f(this,"state","IDLE"),f(this,"playbackUrl"),f(this,"ingestionCredentials"),f(this,"viewerCount"),y(this,Xa,e),this.viewerCount=0}setLivestreamState(e){const r=this.state;this.state=e,r!==e&&this.emitCurrentLivestreamState()}emitCurrentLivestreamState(){this.emit("livestreamUpdate",this.state)}start(){return u(this,arguments,function*(e={manualIngestion:!1}){if(!o(this,Xa).permissions.canLivestream)throw h.error("DyteLivestream::start::permission_denied"),new _("User does not have permission to start livestreaming","1901");this.setLivestreamState("STARTING");try{const r=gt(),{playbackUrl:n,ingestionCredentials:i}=yield r.startLivestreaming(e);this.playbackUrl=n,this.ingestionCredentials=i,e!=null&&e.manualIngestion&&this.setLivestreamState("WAITING_ON_MANUAL_INGESTION")}catch(r){throw h.error("DyteRecording::stop::livestream_failed_to_start",{error:r}),this.setLivestreamState("IDLE"),new _("Error while starting livestream","1900")}})}stop(){return u(this,null,function*(){if(!o(this,Xa).permissions.canLivestream)throw h.error("DyteLivestream::stop::permission_denied"),new _("User does not have permission to stop livestreaming","1901");if(this.state!=="LIVESTREAMING"&&this.state!=="WAITING_ON_MANUAL_INGESTION")throw h.error("DyteLivestream::stop::inconsistent_state"),new _("Livestream not started yet","1902");try{this.setLivestreamState("STOPPING"),yield gt().stopLivestreaming()}catch(e){throw h.error("DyteLivestream::stop::livestream_failed_to_stop",{error:e}),this.setLivestreamState("STOPPING"),new _("Error while stopping livestream","1900")}})}}Xa=new WeakMap,Gh([g.trace("DyteLivestream.setLivestreamState")],Hd.prototype,"setLivestreamState",1),Gh([g.trace("livestream.start")],Hd.prototype,"start",1),Gh([g.trace("livestream.stop")],Hd.prototype,"stop",1);var UN=Object.defineProperty,FN=Object.getOwnPropertyDescriptor,BN=(t,e,r,n)=>{for(var i=n>1?void 0:n?FN(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&UN(e,r,i),i},Za,eo,Bn;class By{constructor(e,r){f(this,"livestream"),v(this,Za,void 0),v(this,eo,void 0),v(this,Bn,void 0),y(this,eo,e),this.livestream=new Hd(e),y(this,Bn,r),this.setupEvents()}fetchInitialLivestreamingState(){return u(this,null,function*(){const e=gt(),{status:r,playbackUrl:n,manualIngest:i,ingestionCredentials:s}=yield e.getActiveLivestream();this.livestream.playbackUrl=n,this.livestream.ingestionCredentials=s,r==="LIVE"&&this.livestream.setLivestreamState("LIVESTREAMING"),r==="INVOKED"&&i&&this.livestream.setLivestreamState("WAITING_ON_MANUAL_INGESTION")})}setupEvents(){o(this,Bn).on(W.startedLivestream,e=>u(this,null,function*(){this.livestream.playbackUrl=e.playbackUrl,this.livestream.setLivestreamState("LIVESTREAMING");try{o(this,eo).permissions.canLivestream&&(yield this.fetchInitialLivestreamingState())}catch(r){h.error("Error: LivestreamController.fetchLivestream during startedLivestream re-fetch")}})),o(this,Bn).on(W.livestreamingInvoked,e=>u(this,null,function*(){if(e.manualIngest){this.livestream.setLivestreamState("WAITING_ON_MANUAL_INGESTION");try{o(this,eo).permissions.canLivestream&&(yield this.fetchInitialLivestreamingState())}catch(r){h.error("Error: LivestreamController.fetchLivestream during livestreamingInvoked re-fetch")}}})),o(this,Bn).on(W.stoppedLivestream,()=>{this.livestream.setLivestreamState("IDLE"),this.livestream.playbackUrl=void 0,this.livestream.ingestionCredentials=void 0}),o(this,Bn).on(W.erroredLivestream,()=>{this.livestream.setLivestreamState("IDLE"),this.livestream.playbackUrl=void 0}),o(this,Bn).on(W.roomPeerCount,e=>{this.livestream.viewerCount=e.count,this.livestream.emit("viewerCountUpdate",e.count)}),C.on(R.PEER_JOINED_INTERNAL,e=>u(this,null,function*(){var r;((r=e.flags)==null?void 0:r.hiddenParticipant)===!0&&e.recorderType==="LIVESTREAMER"&&(y(this,Za,e.id),this.livestream.setLivestreamState("LIVESTREAMING"))})),C.on(R.PEER_CLOSED,e=>{e.id===o(this,Za)&&(y(this,Za,void 0),this.livestream.setLivestreamState("IDLE"))}),C.onAsync(R.LEAVE_MEDIA_ROOM,()=>u(this,null,function*(){this.livestream.playbackUrl||(h.info("Fetching livestreaming state on leave stage"),yield this.fetchInitialLivestreamingState())})),C.on(R.SOCKET_SERVICE_ROOM_JOINED,()=>u(this,null,function*(){try{yield this.fetchInitialLivestreamingState()}catch(e){h.error("Error: LivestreamController.fetchLivestream")}}))}}Za=new WeakMap,eo=new WeakMap,Bn=new WeakMap,BN([g.trace("LivestreamController.setupEvents")],By.prototype,"setupEvents",1);var WN=Object.defineProperty,jN=Object.getOwnPropertyDescriptor,nr=(t,e,r,n)=>{for(var i=n>1?void 0:n?jN(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&WN(e,r,i),i},At,Ii,Ci,Jh,Wy;class jt{constructor({name:e,socketHandler:r,meetingId:n}){v(this,Jh),f(this,"name",""),v(this,At,{}),v(this,Ii,""),v(this,Ci,void 0),f(this,"rateLimitConfig",{maxInvocations:5,period:1}),f(this,"bulkRateLimitConfig",{maxInvocations:5,period:1}),f(this,"listeners",{}),this.name=e,y(this,Ci,r),y(this,Ii,n)}set(e,r,n=!0,i=!1){return u(this,null,function*(){o(this,At)[e]=r,n&&this.remoteSet(e,r),i&&(this.listeners[e]&&this.listeners[e].forEach(s=>s({[e]:o(this,At)[e]})),this.listeners["*"]&&this.listeners["*"].forEach(s=>s({[e]:o(this,At)[e]})))})}remoteSet(e,r){o(this,Ci).storeInsertKeys(o(this,Ii),this.name,[{key:e,payload:r}])}bulkSet(e){return u(this,null,function*(){e.forEach(({key:r,payload:n})=>{o(this,At)[r]=n}),o(this,Ci).storeInsertKeys(o(this,Ii),this.name,e)})}update(e,r,n=!0){return u(this,null,function*(){H(this,Jh,Wy).call(this,e,r,n)})}delete(e,r=!0,n=!1){return u(this,null,function*(){if(o(this,At)[e]&&delete o(this,At)[e],r)return o(this,Ci).storeDeleteKeys(o(this,Ii),this.name,[{key:e}]);n&&(this.listeners[e]&&(this.listeners[e].forEach(i=>i({[e]:void 0})),delete this.listeners[e]),this.listeners["*"]&&this.listeners["*"].forEach(i=>i({[e]:void 0})))})}bulkDelete(e){return u(this,null,function*(){return e.forEach(({key:r})=>{o(this,At)[r]&&delete o(this,At)[r]}),o(this,Ci).storeDeleteKeys(o(this,Ii),this.name,e)})}get(e){if(o(this,At)[e])return o(this,At)[e]}getAll(){return o(this,At)}get rateLimits(){return this.rateLimitConfig}updateRateLimits(e,r){this.rateLimitConfig.maxInvocations=e,this.rateLimitConfig.period=r}get bulkRateLimits(){return this.bulkRateLimitConfig}updateBulkRateLimits(e,r){this.bulkRateLimitConfig.maxInvocations=e,this.bulkRateLimitConfig.period=r}subscribe(e,r){if(this.listeners[e]){this.listeners[e].push(r);return}this.listeners[e]=[r]}unsubscribe(e,r){var n;if(r){this.listeners[e]=((n=this.listeners[e])==null?void 0:n.filter(i=>i!==r))||[];return}this.listeners[e]&&delete this.listeners[e]}populate(e){y(this,At,e)}}At=new WeakMap,Ii=new WeakMap,Ci=new WeakMap,Jh=new WeakSet,Wy=function(t,e,r=!0){let n;const i=o(this,At)[t],s=Object.prototype.toString.call(e),a=Object.prototype.toString.call(i);if(s!==a){this.set(t,e);return}switch(a){case"[object Array]":n=[...i,...e];break;case"[object Object]":n=x(x({},i),e);break;case"[object Map]":n=new Map([...i,...e]);break;case"[object Set]":n=new Set([...i,...e]);break;default:n=e;break}this.set(t,n,r)},nr([g.trace("DyteStore.set")],jt.prototype,"set",1),nr([Bt(fs,"rateLimitConfig")],jt.prototype,"remoteSet",1),nr([g.trace("DyteStore.bulkSet"),Bt(fs,"bulkRateLimitConfig")],jt.prototype,"bulkSet",1),nr([g.trace("DyteStore.update"),Bt(fs,"rateLimitConfig")],jt.prototype,"update",1),nr([g.trace("DyteStore.delete"),Bt(fs,"rateLimitConfig")],jt.prototype,"delete",1),nr([g.trace("DyteStore.bulkDelete"),Bt(fs,"bulkRateLimitConfig")],jt.prototype,"bulkDelete",1),nr([g.trace("DyteStore.get")],jt.prototype,"get",1),nr([g.trace("DyteStore.getAll")],jt.prototype,"getAll",1),nr([g.trace("DyteStore.updateRateLimits")],jt.prototype,"updateRateLimits",1),nr([g.trace("DyteStore.updateBulkRateLimits")],jt.prototype,"updateBulkRateLimits",1),nr([g.trace("DyteStore.subscribe")],jt.prototype,"subscribe",1),nr([g.trace("DyteStore.unsubscribe")],jt.prototype,"unsubscribe",1),nr([g.trace("DyteStore.populate")],jt.prototype,"populate",1);var HN=Object.defineProperty,qN=Object.getOwnPropertyDescriptor,GN=(t,e,r,n)=>{for(var i=n>1?void 0:n?qN(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&HN(e,r,i),i},Ds,Os,qd,$h,Gd,Ri,Kh,jy;class Hy{constructor(e,r){v(this,qd),v(this,Kh),f(this,"stores",new Map),v(this,Ds,void 0),v(this,Os,""),v(this,Gd,void 0),v(this,Ri,new Map),y(this,Ds,r),y(this,Os,e.getValue("meetingId")),y(this,Gd,e),H(this,Kh,jy).call(this)}create(e){const r=new jt({name:e,socketHandler:o(this,Ds),meetingId:o(this,Os)});return o(this,Ds).storeGetKeys(o(this,Os),e,[]),new Promise((n,i)=>{const s=setTimeout(()=>i(Error("Failed")),3e3);o(this,Ri).set(e,{rejectTimeout:s,resolve:n,store:r})})}}Ds=new WeakMap,Os=new WeakMap,qd=new WeakSet,$h=function(){return o(this,Gd).getValue("peerId")},Gd=new WeakMap,Ri=new WeakMap,Kh=new WeakSet,jy=function(){[z.storeInsertKeys,z.storeGetKeys,z.storeDeleteKeys].forEach(t=>{o(this,Ds).on(t,e=>u(this,null,function*(){var r,n;if(e.pluginId!==o(this,Os))return;const i=(r=e.storeItems)==null?void 0:r.map(a=>{var c;return{timestamp:a.timestamp,peerId:a.peerId,payload:JSON.parse((c=a.payload)!=null&&c.length?new TextDecoder().decode(a.payload):"{}"),key:a.storeKey}});if(t===z.storeGetKeys){const a=o(this,Ri).get(e.storeName),c=this.stores.get(e.storeName)||(a==null?void 0:a.store);o(this,Ri).get(e.storeName)&&(this.stores.set(e.storeName,a.store),a.resolve(c),clearTimeout(a.rejectTimeout),o(this,Ri).delete(e.storeName)),i.forEach(d=>{c.set(d.key,d.payload,!1,!1)});return}const s=this.stores.get(e.storeName)||((n=o(this,Ri).get(e.storeName))==null?void 0:n.store);s!==void 0&&(t===z.storeInsertKeys&&i.forEach(({key:a,peerId:c,payload:d})=>{c!==o(this,qd,$h)&&s.set(a,d,!1,!0)}),t===z.storeDeleteKeys&&i.forEach(({key:a,peerId:c})=>{c!==o(this,qd,$h)&&s.delete(a,!1,!0)}))}))})},GN([g.trace("DyteStoreManager.create")],Hy.prototype,"create",1);function Mi(t){var e,r,n,i,s,a,c,d,l,p,m,S,E;return t?{media:{audio:{enabled:t.audioEnabled,trackId:(e=t.audioTrack)==null?void 0:e.id,permission:"mediaPermissions"in t?(r=t.mediaPermissions)==null?void 0:r.audio:null},video:{enabled:t.videoEnabled,trackId:(n=t.videoTrack)==null?void 0:n.id,permission:"mediaPermissions"in t?(i=t.mediaPermissions)==null?void 0:i.video:null},screenshare:{enabled:t.screenShareEnabled,permission:"mediaPermissions"in t?(s=t.mediaPermissions)==null?void 0:s.screenshare:null,audio:{enabled:(c=(a=t.screenShareTracks)==null?void 0:a.audio)==null?void 0:c.enabled,trackId:(l=(d=t.screenShareTracks)==null?void 0:d.audio)==null?void 0:l.id},video:{enabled:(m=(p=t.screenShareTracks)==null?void 0:p.video)==null?void 0:m.enabled,trackId:(E=(S=t.screenShareTracks)==null?void 0:S.video)==null?void 0:E.id}}}}:{}}var JN=Object.defineProperty,$N=Object.getOwnPropertyDescriptor,Ht=(t,e,r,n)=>{for(var i=n>1?void 0:n?$N(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&JN(e,r,i),i};const KN=.8,zN=1.2;var to,ro,Ai,Ns,no,Ls,io,zh,qy,Wn,Jd,Di,so,$d,jn,Yh,Kd,Qh,Gy;let ft=(Gy=class extends Yt{constructor(t,e,r,n){super(),v(this,Ns),v(this,Ls),v(this,zh),v(this,so),v(this,Kd),f(this,"id"),f(this,"userId"),f(this,"name"),f(this,"picture"),f(this,"isHost"),f(this,"customParticipantId"),f(this,"flags"),f(this,"device"),f(this,"videoTrack"),f(this,"audioTrack"),f(this,"screenShareTracks"),f(this,"videoEnabled"),f(this,"audioEnabled"),f(this,"screenShareEnabled"),f(this,"producers"),f(this,"manualProducerConfig"),v(this,to,void 0),f(this,"supportsRemoteControl",!1),v(this,ro,void 0),f(this,"presetName"),v(this,Ai,void 0),v(this,Wn,void 0),v(this,Jd,void 0),v(this,Di,new Map),v(this,jn,1),v(this,Yh,id(P=>{if(!this.videoTrack)return;const{clientWidth:Z,clientHeight:ae}=P,{width:Ie,height:ce}=this.videoTrack.getSettings();if(!Ie||!ce)return;const Ue=ce/ae,Vt=Ie/Z,A=Math.max(Ue,Vt);A>zN&&o(this,jn)===1?(y(this,jn,0),C.emit(R.MAX_SPATIAL_LAYER_CHANGE,{peerId:this.id,maxSpatialLayer:o(this,jn)})):A<KN&&o(this,jn)===0&&(y(this,jn,1),C.emit(R.MAX_SPATIAL_LAYER_CHANGE,{peerId:this.id,maxSpatialLayer:o(this,jn)}))},2e3)),y(this,Ai,t);const{id:i,userId:s,displayName:a,device:c,picture:d,isHost:l,flags:p,clientSpecificId:m,stageStatus:S,customParticipantId:E,audioMuted:b,audioTrack:O,videoEnabled:M=!1,videoTrack:F,producers:V,metadata:J}=e;this.id=i,this.userId=s,this.name=a,this.device=c,this.picture=d,this.isHost=l,this.flags=p,this.manualProducerConfig=yI,y(this,ro,S!=null?S:"ON_STAGE"),this.customParticipantId=E!=null?E:m,this.audioEnabled=!b,this.audioTrack=O,this.videoEnabled=M,this.videoTrack=F,this.screenShareTracks={audio:void 0,video:void 0},this.producers=V!=null?V:[],this.presetName=J==null?void 0:J.preset_name,y(this,to,!1),y(this,Wn,r),y(this,Jd,n),this.setupEvents(),this.updateVideo=this.updateVideo.bind(this),H(this,Kd,Qh).call(this)}get clientSpecificId(){return this.customParticipantId}get stageStatus(){return o(this,ro)}setVideoEnabled(t,e=!0){this.videoEnabled=t,e&&(h.info("DyteParticipant::setVideoEnabled::videoUpdate",x({},Mi(this))),this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack}))}setAudioEnabled(t,e=!0){this.audioEnabled=t,e&&(h.info("DyteParticipant::setAudioEnabled::audioUpdate",x({},Mi(this))),this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack}))}setScreenShareEnabled(t,e=!0){this.screenShareEnabled=t,e&&this.emit("screenShareUpdate",{screenShareEnabled:this.screenShareEnabled,screenShareTracks:this.screenShareTracks})}setupEvents(){this.on("videoUpdate",H(this,Kd,Qh))}pin(){return u(this,null,function*(){if(!o(this,Ls,io))throw new _("Can`t pin participant without joining room","1205");if(!o(this,Wn).permissions.pinParticipant)throw new _("You do not have permission to pin participants.","1201");return o(this,Ns,no).pinPeer(this.id)})}unpin(){return u(this,null,function*(){if(!o(this,Ls,io))throw new _("Can`t unpin participant without joining room","1205");if(!o(this,Wn).permissions.pinParticipant)throw new _("You do not have permission to unpin participants.","1201");return o(this,Ns,no).pinPeer(null)})}setIsPinned(t,e=!0){var r;y(this,to,t);const n=t?"pinned":"unpinned";(r=o(this,so,$d))==null||r.updateSource(this.id,{pinned:t}),e&&this.emit(n,this)}disableAudio(){return u(this,null,function*(){const t=this.id;if(h.info("DyteParticipant::disable_audio",{dyteParticipant:{id:t}}),!o(this,Ls,io))throw new _("Can`t disable participant audio without joining room","1205");if(o(this,Wn).permissions.canDisableParticipantAudio)return o(this,Ns,no).disableAudio(t);throw h.error("DyteParticipant::unauthorized_disable_audio",{dyteParticipant:{id:t}}),new _("Unauthorized: User does not have permission to disable participant audio.","1201")})}kick(){return u(this,null,function*(){const t=this.id;if(h.info("DyteParticipant::kick",{dyteParticipant:{id:t}}),!o(this,zh,qy))throw new _("Can`t kick participant without joining room","1205");if(o(this,Wn).permissions.kickParticipant){yield C.emitAsync(R.KICK_PEER,{peerId:t});return}throw h.error("DyteParticipant::unauthorized_kick",{dyteParticipant:{id:t}}),new _("Unauthorized: User does not have permission to kick participants.","1201")})}disableVideo(){return u(this,null,function*(){const t=this.id;if(h.info("DyteParticipant::disable_video",{dyteParticipant:{id:t}}),!o(this,Ls,io))throw new _("Can`t disable participant video without joining room","1205");if(o(this,Wn).permissions.canDisableParticipantVideo)return o(this,Ns,no).disableVideo(t);throw h.error("DyteParticipant::unauthorized_disable_video",{dyteParticipant:{id:t}}),new _("Unauthorized: User does not have permission to disable participant video.","1201")})}getPermissions(){return u(this,null,function*(){return o(this,Jd).getUserPermissions(this.userId)})}setStageStatus(t){y(this,ro,t),this.emit("stageStatusUpdate",this)}get isPinned(){return o(this,to)}registerVideoElement(t){var e,r,n,i;let s;(r=(e=o(this,Di).get(t))==null?void 0:e.observer)==null||r.disconnect(),"ResizeObserver"in window&&(s=new ResizeObserver(()=>o(this,Yh).call(this,t)),s.observe(t)),o(this,Di).set(t,{observer:s}),this.updateVideo(t),(i=o(this,so,$d))==null||i.addSource(this.id,t,this.videoEnabled,this.isPinned,this.name,this.picture,(n=this.raised)!=null?n:!1)}deregisterVideoElement(t){var e,r,n;t.srcObject=void 0,(r=(e=o(this,Di).get(t))==null?void 0:e.observer)==null||r.disconnect(),o(this,Di).delete(t),(n=o(this,so,$d))==null||n.removeSource(this.id)}updateVideo(t){var e;if(this.videoEnabled){if(this.videoTrack==null)return;const r=(e=t.srcObject)==null?void 0:e.getTracks()[0];if((r==null?void 0:r.id)===this.videoTrack.id)return;const n=new MediaStream;n.addTrack(this.videoTrack),t.srcObject=n}else t.srcObject=void 0;t.style.display=this.videoEnabled?"block":"none"}},to=new WeakMap,ro=new WeakMap,Ai=new WeakMap,Ns=new WeakSet,no=function(){return o(this,Ai).getValue("roomNodeClient")},Ls=new WeakSet,io=function(){return o(this,Ai).getValue("connectionHandler").mediaJoined},zh=new WeakSet,qy=function(){return o(this,Ai).getValue("connectionHandler").socketJoined},Wn=new WeakMap,Jd=new WeakMap,Di=new WeakMap,so=new WeakSet,$d=function(){return o(this,Ai).getValue("pip")},jn=new WeakMap,Yh=new WeakMap,Kd=new WeakSet,Qh=function(){Array.from(o(this,Di).keys()).forEach(this.updateVideo)},Gy);Ht([g.trace("DyteParticipant.setVideoEnabled")],ft.prototype,"setVideoEnabled",1),Ht([g.trace("DyteParticipant.setAudioEnabled")],ft.prototype,"setAudioEnabled",1),Ht([g.trace("DyteParticipant.setScreenShareEnabled")],ft.prototype,"setScreenShareEnabled",1),Ht([g.trace("DyteParticipant.pin")],ft.prototype,"pin",1),Ht([g.trace("DyteParticipant.unpin")],ft.prototype,"unpin",1),Ht([g.trace("DyteParticipant.setIsPinned")],ft.prototype,"setIsPinned",1),Ht([g.trace("DyteParticipant.disableAudio")],ft.prototype,"disableAudio",1),Ht([g.trace("DyteParticipant.kick")],ft.prototype,"kick",1),Ht([g.trace("DyteParticipant.disableVideo")],ft.prototype,"disableVideo",1),Ht([g.trace("DyteParticipant.getPermissions")],ft.prototype,"getPermissions",1),Ht([g.trace("DyteParticipant.setStageStatus")],ft.prototype,"setStageStatus",1),Ht([g.trace("DyteParticipant.registerVideoElement")],ft.prototype,"registerVideoElement",1),Ht([g.trace("DyteParticipant.deregisterVideoElement")],ft.prototype,"deregisterVideoElement",1),ft=Ht([Tt("1200")],ft);var YN=Object.defineProperty,QN=Object.getOwnPropertyDescriptor,Xh=(t,e,r,n)=>{for(var i=n>1?void 0:n?QN(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&YN(e,r,i),i};class Hn extends Ty{constructor(e){const{onAddEvent:r="participantJoined",onDeleteEvent:n="participantLeft",onClearEvent:i="participantsCleared"}=e!=null?e:{};super({onAddEvent:r,onDeleteEvent:n,onClearEvent:i})}add(e,r=!0){return this.has(e.id)&&Object.is(this.get(e.id),e)===!1&&this.delete(e.id),super.add(e,r)}clear(e=!0,r=!1){return super.clear(e,r)}delete(e,r=!0,n=!1){return super.delete(e,r,n)}}Xh([g.trace("DyteParticipantMap.add")],Hn.prototype,"add",1),Xh([g.trace("DyteParticipantMap.clear")],Hn.prototype,"clear",1),Xh([g.trace("DyteParticipantMap.delete")],Hn.prototype,"delete",1);var Oi;class XN extends ps{constructor(){super(),v(this,Oi,void 0),y(this,Oi,new Map)}__set(e,r){return o(this,Oi).set(e,r)}__clear(){return o(this,Oi).clear()}get(e){return o(this,Oi).get(e)}toArray(){return Array.from(o(this,Oi).values())}}Oi=new WeakMap;var ZN=Object.defineProperty,eL=Object.getOwnPropertyDescriptor,xs=(t,e,r,n)=>{for(var i=n>1?void 0:n?eL(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&ZN(e,r,i),i};class zd{constructor(){f(this,"_orderedArray"),f(this,"_map"),this._map=new Map,this._orderedArray=[]}add(e,r){if(!this._map.has(e))return this._map.set(e,{peerId:e,priority:r}),this._orderedArray.splice(Math.max(r-1,0),0,e),this.index(e);const n=this.index(e);this.delete(e);const i=this.add(e,r);return n!==i?i:-1}delete(e){if(this._map.has(e)){const r=this.index(e);this._map.delete(e),this._orderedArray.splice(r,1)}}index(e){return this._map.has(e)?this._orderedArray.indexOf(e):-1}[Symbol.iterator](){return this._orderedArray[Symbol.iterator]()}}xs([g.trace("PrioritySet.add")],zd.prototype,"add",1),xs([g.trace("PrioritySet.delete")],zd.prototype,"delete",1),xs([g.trace("PrioritySet.index")],zd.prototype,"index",1);class Yd{constructor(){f(this,"_activeSpeakerPeers"),f(this,"_compulsoryPeers"),this._activeSpeakerPeers=new zd,this._compulsoryPeers=new Set}add(e,r){if(!e)return-1;if(r<0)return this._compulsoryPeers.add(e),0;if(this.compulsoryPeers.includes(e)&&(r>0||r===246267631)){if(h.info("DyteSelectedPeer::removing_compulsory_peer",{selectedPeer:{peerId:e}}),this._removeFromCompulsoryPeer(e),r===246267631)return-1}else if(r===229490415)return this.delete(e),-1;return this._activeSpeakerPeers.add(e,r)}delete(e){h.info("DyteSelectedPeer::deleting_peer_from_selectedPeer",{selectedPeer:{peerId:e}}),this._removeFromCompulsoryPeer(e),this._activeSpeakerPeers.delete(e)}index(e){return this._activeSpeakerPeers.index(e)}get peers(){return Array.from(new Set(this.compulsoryPeers.concat(this.activeSpeakerPeers)))}get compulsoryPeers(){return Array.from(this._compulsoryPeers.values())}get activeSpeakerPeers(){return Array.from(this._activeSpeakerPeers)}_removeFromCompulsoryPeer(e){this._compulsoryPeers.delete(e)}}xs([g.trace("DyteSelectedPeers.add")],Yd.prototype,"add",1),xs([g.trace("DyteSelectedPeers.delete")],Yd.prototype,"delete",1),xs([g.trace("DyteSelectedPeers.index")],Yd.prototype,"index",1);const Jy=new Yd;var tL=Object.defineProperty,rL=Object.getOwnPropertyDescriptor,He=(t,e,r,n)=>{for(var i=n>1?void 0:n?rL(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&tL(e,r,i),i};const nL=["ACTIVE_GRID","PAGINATED","MANUAL"];var Nr,Vs,ao,Us,oo,co,Qd,Fs,ir,$y;let Ne=($y=class extends Yt{constructor(t,e,r){super(),v(this,Vs),v(this,Us),v(this,co),f(this,"waitlisted"),f(this,"joined"),f(this,"active"),f(this,"videoSubscribed"),f(this,"audioSubscribed"),f(this,"pinned"),f(this,"all"),v(this,Nr,void 0),v(this,Fs,void 0),v(this,ir,void 0),f(this,"rateLimitConfig",{maxInvocations:5,period:1}),f(this,"viewMode"),f(this,"currentPage"),f(this,"lastActiveSpeaker"),f(this,"selectedPeers",Jy),y(this,Nr,t),y(this,Fs,e),y(this,ir,r),this.waitlisted=new Hn,this.joined=new Hn,this.videoSubscribed=new Hn,this.audioSubscribed=new Hn,this.active=this.videoSubscribed,this.pinned=new Hn,this.all=new XN,this.viewMode="ACTIVE_GRID",this.currentPage=0,this.setupEvents()}get pip(){return o(this,Nr).getValue("pip")}get rateLimits(){return this.rateLimitConfig}updateRateLimits(t,e){this.rateLimitConfig.maxInvocations=t,this.rateLimitConfig.period=e}setupEvents(){C.on(R.E2EE_ACTIVE_CONSUMER,({peerId:t})=>{var e;((e=o(this,Nr).getValue("modules").e2ee)==null?void 0:e.enabled)!==!0&&this.emit("media_decode_error",{reason:`Got encrypted media for participantId ${t}, but encryption wasn't enabled in init.defaults`,code:"1702"})})}get count(){return this.joined.size}get maxActiveParticipantsCount(){var t;return(t=o(this,Nr))==null?void 0:t.getValue("maxPreferredStreams")}setMaxActiveParticipantsCount(t){if(t<0||t>24)throw new _("0 <= Max active participants count limit <= 24","1203");o(this,Nr).setValue("maxPreferredStreams",t),o(this,co,Qd)&&C.emit(R.UPDATE_ACTIVE)}get pageCount(){if(this.viewMode==="PAGINATED"){const t=this.selectedPeers.compulsoryPeers.length,e=this.joined.toArray().filter(r=>r.stageStatus==="ON_STAGE");return Math.ceil((e.length-t)/Math.max(this.maxActiveParticipantsCount-t,1))}return 0}acceptWaitingRoomRequest(t){var e,r;if(!o(this,Us,oo))throw new _("Can`t accept waiting room request without joining room","1205");const n=(r=(e=this.waitlisted.get(t))==null?void 0:e.userId)!=null?r:t;return o(this,ir).acceptWaitingRoomRequest([n])}acceptAllWaitingRoomRequest(t){return u(this,null,function*(){const e=t.map(r=>{var n,i;return(i=(n=this.waitlisted.get(r))==null?void 0:n.userId)!=null?i:r});return o(this,ir).acceptWaitingRoomRequest(e)})}rejectWaitingRoomRequest(t){return u(this,null,function*(){var e,r;if(!o(this,Us,oo))throw new _("Can`t reject waiting room request without joining room","1205");const n=(r=(e=this.waitlisted.get(t))==null?void 0:e.userId)!=null?r:t;o(this,ir).rejectWaitingRoomRequest([n])})}setViewMode(t){return u(this,null,function*(){if(h.info("DyteParticipants::set_view_mode",{pageNavigation:{viewMode:t,currentPage:this.currentPage,pageCount:this.pageCount,maxActiveParticipantsCount:this.maxActiveParticipantsCount}}),!(e=>nL.includes(e))(t))throw h.error("DyteParticipants::setViewMode::invalid_view_mode",{pageNavigation:{viewMode:t,currentPage:this.currentPage,pageCount:this.pageCount,maxActiveParticipantsCount:this.maxActiveParticipantsCount}}),new _(`Invalid view mode: ${t}. Try ACTIVE_GRID, PAGINATED or MANUAL.`,"1207");if(this.viewMode===t){h.info("DyteParticipants::setViewMode::view_mode_same_as_previous");return}if(t==="MANUAL")throw new _("Manual Subscription is not enabled for your Organization. Please contact support.","1208");this.viewMode=t,t==="PAGINATED"?(this.currentPage=1,C.emit(R.UPDATE_ACTIVE,{page:this.currentPage})):t==="ACTIVE_GRID"&&(this.currentPage=0,C.emit(R.UPDATE_ACTIVE)),this.emit("viewModeChanged",{viewMode:t,currentPage:this.currentPage,pageCount:this.pageCount})})}subscribe(t){return u(this,arguments,function*(e,r=["audio","video","screenshareAudio","screenshareVideo"]){if(this.viewMode!=="MANUAL")throw new _("MANUAL subscription mode was not activated.","1206");const n=[];e.forEach(i=>{const s=this.joined.get(i);if(s){if(r.includes("audio")){s.manualProducerConfig=G(x({},s.manualProducerConfig),{audio:!0}),this.videoSubscribed.add(s);const a=s.producers.find(c=>c.kind==="audio"&&!c.screenShare);a&&n.push(a)}if(r.includes("video")){s.manualProducerConfig=G(x({},s.manualProducerConfig),{video:!0}),this.audioSubscribed.add(s);const a=s.producers.find(c=>c.kind==="video"&&!c.screenShare);a&&n.push(a)}if(r.includes("screenshareAudio")){s.manualProducerConfig=G(x({},s.manualProducerConfig),{screenshareAudio:!0});const a=s.producers.find(c=>c.kind==="audio"&&c.screenShare);n.push(a)}if(r.includes("screenshareVideo")){s.manualProducerConfig=G(x({},s.manualProducerConfig),{screenshareVideo:!0});const a=s.producers.find(c=>c.kind==="video"&&c.screenShare);n.push(a)}}}),yield o(this,Vs,ao).createConsumers(n)})}unsubscribe(t){return u(this,arguments,function*(e,r=["audio","video","screenshareAudio","screenshareVideo"]){if(this.viewMode!=="MANUAL")throw new _("MANUAL subscription mode was not activated.","1206");const n=[];e.forEach(i=>{const s=this.joined.get(i);if(s){if(r.includes("audio")){s.manualProducerConfig=G(x({},s.manualProducerConfig),{audio:!1});const a=s.producers.find(c=>c.kind==="audio"&&!c.screenShare);a&&n.push(a)}if(r.includes("video")){s.manualProducerConfig=G(x({},s.manualProducerConfig),{video:!1});const a=s.producers.find(c=>c.kind==="video"&&!c.screenShare);a&&n.push(a)}if(r.includes("screenshareAudio")){s.manualProducerConfig=G(x({},s.manualProducerConfig),{screenshareAudio:!1});const a=s.producers.find(c=>c.kind==="audio"&&c.screenShare);n.push(a)}if(r.includes("screenshareVideo")){s.manualProducerConfig=G(x({},s.manualProducerConfig),{screenshareVideo:!1});const a=s.producers.find(c=>c.kind==="video"&&c.screenShare);n.push(a)}}}),yield o(this,Vs,ao).closeConsumers(n)})}getPeerIdsForCurrentPage(){h.info("DyteParticipants::getPeerIdsForCurrentPage()",{pageNavigation:{viewMode:this.viewMode,currentPage:this.currentPage,pageCount:this.pageCount,maxActiveParticipantsCount:this.maxActiveParticipantsCount}});const{compulsoryPeers:t}=this.selectedPeers,e=t.filter(a=>this.joined.has(a)),r=Array.from(this.pinned.keys()).filter(a=>!e.includes(a)),n=Array.from(this.joined.toArray().filter(a=>a.stageStatus==="ON_STAGE").map(a=>a.id)),i=Math.max((this.currentPage-1)*(this.maxActiveParticipantsCount-e.length-r.length)),s=this.currentPage*(this.maxActiveParticipantsCount-e.length-r.length);return e.concat(r,n.slice(i,s))}setPage(t){return u(this,null,function*(){if(h.info("DyteParticipants::set_page",{pageNavigation:{settingPage:t,viewMode:this.viewMode,currentPage:this.currentPage,pageCount:this.pageCount,maxActiveParticipantsCount:this.maxActiveParticipantsCount}}),this.viewMode==="PAGINATED"){if(!Number.isInteger(t))throw h.error("DyteParticipants::invalid_page_number"),new _(`Invalid page: ${t}. Page must be an integer and greater than 0 and less than or equal to .pageCount`,"1202");this.currentPage=t,C.emit(R.UPDATE_ACTIVE,{page:t}),this.emit("pageChanged",{viewMode:this.viewMode,currentPage:this.currentPage,pageCount:this.pageCount})}})}disableAllAudio(t){return u(this,null,function*(){if(h.info("DyteParticipants::disable_all_audio",{actions:{disableAllAudio:{allowUnmute:t}}}),!o(this,co,Qd))throw new _("Can`t disable all audio without joining room","1205");if(o(this,Fs).permissions.canAllowParticipantAudio)return o(this,Vs,ao).muteAll(t);throw h.error("DyteParticipants::unauthorized_disable_all_audio",{actions:{disableAllAudio:{allowUnmute:t}}}),new _("Unauthorized: User does not have permission to disable peer audio.","1201")})}disableAllVideo(){return u(this,null,function*(){if(h.info("DyteParticipants::disable_all_video"),!o(this,co,Qd))throw new _("Can`t disable all video without joining room","1205");if(o(this,Fs).permissions.canAllowParticipantVideo)return o(this,Vs,ao).muteAllVideo();throw h.error("DyteParticipants::unauthorized_disable_all_video"),new _("Unauthorized: User does not have permission to disable peer video.","1201")})}disableAudio(t){return u(this,null,function*(){this.joined.get(t).disableAudio()})}disableVideo(t){return u(this,null,function*(){this.joined.get(t).disableVideo()})}kick(t){return u(this,null,function*(){yield C.emitAsync(R.KICK_PEER,{peerId:t})})}kickAll(){return u(this,null,function*(){if(h.info("DyteParticipants::kick_all"),o(this,Nr).getValue("viewType")!=="LIVESTREAM"&&!o(this,Us,oo))throw new _("Can`t kick all without joining room","1205");if(!o(this,Fs).permissions.kickParticipant)throw h.error("DyteParticipants::unauthorized_kick_all"),new _("Unauthorized: User does not have permission to kick peers.","1201");const t=Q.hasFeature(ie.PROPAGATE_KICK_ALL);o(this,ir).kickAll(t)})}broadcastMessage(t,e,r){return u(this,null,function*(){if(h.info("DyteParticipants::broadcastMessage"),!o(this,Us,oo))throw new _("Can`t broadcast message without joining room","1205");if(!(t!=null&&t.trim()))throw new _("`type` must be a non-empty string.","1209");if(r)if("meetingIds"in r)yield o(this,ir).broadcastToMeetings(t,r.meetingIds,e);else{let n=[];"participantIds"in r?n=r.participantIds:n=this.joined.toArray().filter(i=>{var s;return(s=r.presetNames)==null?void 0:s.includes(i.presetName)}).map(i=>i.id),yield o(this,ir).broadcastToPeers(t,n,e)}else yield o(this,ir).broadcastMessage(t,e)})}getAllJoinedPeers(t,e,r){return u(this,null,function*(){return(yield o(this,ir).getRoomPeers(t,e,r)).peers.map(Le.formatSocketServiceMessage)})}updatePermissions(t,e){return u(this,null,function*(){const r=this.joined.toArray().filter(i=>t.includes(i.id)).map(i=>i.userId),n=[...new Set(r)];if(!n.length)throw new _("Cannot update permissions, no valid userIDs found","1204");o(this,ir).updatePermissions(n,e)})}getParticipantsInMeetingPreJoin(){return u(this,null,function*(){return o(this,ir).getRoomPeersNonPaginated()})}},Nr=new WeakMap,Vs=new WeakSet,ao=function(){return o(this,Nr).getValue("roomNodeClient")},Us=new WeakSet,oo=function(){var t;return((t=o(this,Nr).getValue("connectionHandler"))==null?void 0:t.socketJoined)===!0},co=new WeakSet,Qd=function(){var t;return((t=o(this,Nr).getValue("connectionHandler"))==null?void 0:t.mediaJoined)===!0},Fs=new WeakMap,ir=new WeakMap,$y);He([g.trace("DyteParticipants.updateRateLimits")],Ne.prototype,"updateRateLimits",1),He([g.trace("DyteParticipants.setupEvents")],Ne.prototype,"setupEvents",1),He([g.trace("DyteParticipants.setMaxActiveParticipantsCount")],Ne.prototype,"setMaxActiveParticipantsCount",1),He([g.trace("DyteParticipants.acceptWaitingRoomRequest")],Ne.prototype,"acceptWaitingRoomRequest",1),He([g.trace("DyteParticipants.acceptAllWaitingRoomRequest")],Ne.prototype,"acceptAllWaitingRoomRequest",1),He([g.trace("DyteParticipants.rejectWaitingRoomRequest")],Ne.prototype,"rejectWaitingRoomRequest",1),He([g.trace("DyteParticipants.setViewMode")],Ne.prototype,"setViewMode",1),He([g.trace("DyteParticipants.subscribe")],Ne.prototype,"subscribe",1),He([g.trace("DyteParticipants.unsubscribe")],Ne.prototype,"unsubscribe",1),He([g.trace("DyteParticipants.getPeerIdsForCurrentPage")],Ne.prototype,"getPeerIdsForCurrentPage",1),He([g.trace("DyteParticipants.setPage")],Ne.prototype,"setPage",1),He([g.trace("DyteParticipants.disableAllAudio")],Ne.prototype,"disableAllAudio",1),He([g.trace("DyteParticipants.disableAllVideo")],Ne.prototype,"disableAllVideo",1),He([g.trace("DyteParticipants.disablePeerAudio")],Ne.prototype,"disableAudio",1),He([g.trace("DyteParticipants.disablePeerVideo")],Ne.prototype,"disableVideo",1),He([g.trace("DyteParticipants.kickPeer")],Ne.prototype,"kick",1),He([g.trace("DyteParticipants.kickAll")],Ne.prototype,"kickAll",1),He([g.trace("DyteParticipants.broadcastMessage"),Bt(fs,"rateLimitConfig")],Ne.prototype,"broadcastMessage",1),He([g.trace("DyteParticipants.getAllJoinedPeers"),Bt({maxInvocations:10,period:60})],Ne.prototype,"getAllJoinedPeers",1),He([g.trace("DyteParticipant.updatePermissions"),Bt({maxInvocations:1e3,period:60})],Ne.prototype,"updatePermissions",1),He([g.trace("DyteParticipants.getParticipantsInMeetingPreJoin")],Ne.prototype,"getParticipantsInMeetingPreJoin",1),Ne=He([Tt("1200")],Ne);var qn=(t=>(t.NEW="new",t.CONNECTING="connecting",t.RECONNECTING="reconnecting",t.DISCONNECTED="disconnected",t.CONNECTED="connected",t.FAILED="failed",t.CLOSED="closed",t))(qn||{}),lt=(t=>(t[t.HIVE=1]="HIVE",t[t.ROOM_NODE=2]="ROOM_NODE",t[t.CF=3]="CF",t))(lt||{}),iL=Object.defineProperty,sL=Object.getOwnPropertyDescriptor,qe=(t,e,r,n)=>{for(var i=n>1?void 0:n?sL(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&iL(e,r,i),i};const Ky=class{constructor(t,e,r,n){switch(f(this,"participants"),f(this,"self"),f(this,"selectedPeers",Jy),f(this,"maxSpatialLayerUpdates",new Map),f(this,"consumerPeerMap"),f(this,"events"),f(this,"roomSocketHandler"),f(this,"context"),f(this,"videoPeerConsumerMap",new Map),f(this,"updateConsumerSpatialLayers",id(()=>{const i={},s=new Map(this.maxSpatialLayerUpdates);this.maxSpatialLayerUpdates.clear(),Array.from(s.entries()).forEach(([a,c])=>{i[c]===void 0&&(i[c]={layer:c,consumerIds:[]}),i[c].consumerIds.push(a)}),Object.keys(i).forEach(a=>{const c=i[a];h.log(`Switching max spatial layer to ${c.layer}`,{consumerIds:c.consumerIds}),this.roomNodeClient.switchConsumersToLayer(c.consumerIds,c.layer)})},2e3)),f(this,"updateConsumers",(i,s)=>{let a=Promise.resolve();s.length>0&&(h.info("Closing consumers for producers",{producers:s}),a=this.roomNodeClient.closeConsumers(s)),a.then(()=>{i.length!==0&&(h.info("Consuming producers",{producers:i}),this.roomNodeClient.createConsumers(i).catch(c=>h.error("Error activating peers",{error:c})))}).catch(c=>h.error("Error deactivating peers",{error:c}))}),f(this,"updateConsumersDebounced",id(this.updateConsumers,200,{trailing:!0})),this.context=t,this.roomSocketHandler=r,this.participants=new Ne(t,e,this.roomSocketHandler),this.self=e,this.consumerPeerMap=new Map,n){case lt.HIVE:{this.events=ur;break}case lt.CF:{this.events=wr;break}default:this.events=ur}e.config.viewType!=="CHAT"&&this.setupEventsGlobal(),this.setupEvents()}get roomNodeClient(){return this.context.getValue("roomNodeClient")}get mediaJoined(){var t;return((t=this.roomNodeClient)==null?void 0:t.mediaJoined)===!0}get pip(){return this.context.getValue("pip")}setupEvents(){this.roomSocketHandler.on(W.getWaitingRoomRequests,this.waitingRoomRequestHandler.bind(this)),C.on(R.SOCKET_PEERS,t=>u(this,null,function*(){const e=Q.hasFeature(ie.DEBUG_SOCKET_JOIN);if(e){const r=t&&(t==null?void 0:t.length)<20?{peers:JSON.stringify(t.map(n=>n.peerId))}:void 0;h.info("Processing socket peers",r)}t==null||t.forEach(r=>{r.waitlisted||this.onParticipantJoined(this.fromSocketService(r))}),e&&h.info("Processed socket peers")})),this.roomSocketHandler.on(this.events.peerJoinedBroadcast,({participant:t})=>{Q.hasFeature(ie.DEBUG_SOCKET_JOIN)&&h.info("events.peerJoinedBroadcast",{peers:t.peerId}),this.onMediaJoined(t.peerId,t.producerStates,t.capabilities)}),this.roomSocketHandler.on(this.events.selfJoinComplete,({participants:t,selectedPeers:e,roomState:r})=>{if(Q.hasFeature(ie.DEBUG_SOCKET_JOIN)){const s=t&&(t==null?void 0:t.length)<20?{peers:JSON.stringify(t.map(a=>a.peerId))}:void 0;h.info("events.selfJoinComplete",s)}t.forEach(({peerId:s,producerStates:a,capabilities:c})=>this.onMediaJoined(s,a,c));const{audioPeers:n,compulsoryPeers:i}=e!=null?e:{};r.pinnedPeerIds.length!==0&&this.onParticipantPinned(r.pinnedPeerIds[0]),this.computeActivateParticipants(n!=null?n:[],i),C.emit(R.UPDATE_ACTIVE,{createAllConsumers:!0})}),C.on(R.MAX_SPATIAL_LAYER_CHANGE,({peerId:t,maxSpatialLayer:e})=>{const r=this.videoPeerConsumerMap.get(t);r&&(this.maxSpatialLayerUpdates.set(r,e),this.updateConsumerSpatialLayers())}),C.on(R.NEW_PRODUCER,({peerId:t,producer:e})=>{const r=this.participants.joined.get(t);if(!r){h.warn("ParticipantController::NEW_PRODUCER::participant not found",{producer:{id:e==null?void 0:e.producerId,kind:e==null?void 0:e.kind,status:"UNKNOWN",appData:{screenShare:e==null?void 0:e.screenShare}},dyteParticipant:{id:t}});return}if(r.producers.push(e),h.info("ParticipantController::NEW_PRODUCER::producer_added_to_participant",{producer:{id:e==null?void 0:e.producerId,peerId:t,kind:e==null?void 0:e.kind,status:"UNKNOWN",appData:{screenShare:e==null?void 0:e.screenShare}}}),this.participants.viewMode==="MANUAL"){let n=!1;const i=e.kind==="audio",s=e.kind==="video",a=r.manualProducerConfig;(i&&(a.audio&&!e.screenShare||a.screenshareAudio&&e.screenShare)||s&&(a.video&&!e.screenShare||a.screenshareVideo&&e.screenShare))&&(n=!0),n?this.roomNodeClient.createConsumers([e]):h.info("ParticipantController::NEW_PRODUCER::not_consuming_producer",{producer:{id:e==null?void 0:e.producerId,peerId:t,kind:e==null?void 0:e.kind,status:"UNKNOWN",appData:{screenShare:e==null?void 0:e.screenShare}}});return}(e==null?void 0:e.kind)==="audio"&&this.participants.audioSubscribed.get(t)||(e==null?void 0:e.kind)==="video"&&this.participants.videoSubscribed.get(t)||e!=null&&e.screenShare?this.roomNodeClient.createConsumers([e]).catch(n=>{h.error("ParticipantController::createConsumer failed",{error:n})}):h.info("ParticipantController::NEW_PRODUCER::not_consuming_producer",{producer:{id:e==null?void 0:e.producerId,peerId:t,kind:e==null?void 0:e.kind,status:"UNKNOWN",appData:{screenShare:e==null?void 0:e.screenShare}}})}),C.on(R.PRODUCER_CLOSED,({peerId:t,producerId:e})=>{const r=this.participants.joined.get(t);if(!r){h.warn("ParticipantController::NEW_PRODUCER::participant not found",{dyteParticipant:{id:t}});return}r.producers=r.producers.filter(n=>n.producerId!==e)}),C.on(R.PRODUCER_TOGGLE,({peerId:t,producerId:e,paused:r,kind:n})=>{const i=this.participants.joined.get(t);if(i){n==="audio"&&i.setAudioEnabled(!r);const s=i.producers.find(a=>a.producerId===e);s&&(s.pause=r)}}),this.roomSocketHandler.on(this.events.globalPeerPinBroadcast,t=>{let e;if(t&&(e=t.participantId),!this.mediaJoined)return;const r=e;this.onParticipantPinned(r);const n=this.participants.joined.get(r);n&&this.roomNodeClient.activatePeers(n.producers).catch(i=>{h.error("unable to create consumers",{error:i})})}),this.roomSocketHandler.on(this.events.selectedPeer,({audioPeers:t,compulsoryPeers:e})=>{this.mediaJoined&&this.onSelectedPeers(e.concat(t))}),this.roomSocketHandler.on(this.events.selectedPeerDiff,({entries:t})=>{if(!this.mediaJoined)return;const e=t.map(r=>({peerId:r.peerId,priority:r.priority}));this.updateActiveParticipantsWithPriorities(e,!0)})}waitingRoomRequestHandler(t){const e=t.requests.filter(n=>!this.participants.waitlisted.toArray().find(i=>i.userId===n.userId)),r=this.participants.waitlisted.toArray().filter(n=>!t.requests.find(i=>i.userId===n.userId));e.forEach(n=>this.participants.waitlisted.add(new ft(this.context,{id:n.peerId,displayName:n.displayName,audioMuted:!0,videoEnabled:!1,audioTrack:void 0,videoTrack:void 0,stageStatus:"OFF_STAGE",userId:n.userId,flags:{},isHost:!1,customParticipantId:n.customParticipantId,picture:n.picture,metadata:{preset_name:n.presetName}},this.self,this.roomSocketHandler))),r.forEach(n=>this.participants.waitlisted.delete(n.id))}get maxPreferredStreams(){return this.participants.maxActiveParticipantsCount}selectPagePeers(t){return u(this,null,function*(){const{compulsoryPeers:e}=this.selectedPeers,r=e.filter(c=>this.participants.joined.has(c)),n=Array.from(this.participants.pinned.keys()).filter(c=>!r.includes(c)),i=Array.from(this.participants.joined.toArray().filter(c=>c.stageStatus==="ON_STAGE").map(c=>c.id)),s=Math.max((t-1)*(this.maxPreferredStreams-r.length-n.length)),a=t*(this.maxPreferredStreams-r.length-n.length);return r.concat(n,i.slice(s,a))})}selectActivePeers(){const t=new Map,e=Array.from(this.participants.joined.toArray().filter(l=>l.stageStatus==="ON_STAGE").map(l=>(t.set(l.id,!0),l.id))),r=this.selectedPeers.peers,n=this.participants.pinned.toArray().reduce((l,p)=>(p.stageStatus!=="ON_STAGE"?this.participants.pinned.delete(p.id):l.push(p.id),l),[]),i=this.self.stageStatus==="ON_STAGE"?1:0,s=this.participants.maxActiveParticipantsCount-i,a=new Set(r.concat(n).filter(l=>l!==this.self.id&&t.has(l)));let c=Array.from(a);const d=s-a.size;if(d>=0){const l=e.filter(p=>!a.has(p)&&p!==this.self.id).slice(0,d);c=Array.from(a).concat(l)}else c=c.slice(0,s);return c}updateActive(t,e){return u(this,null,function*(){const{page:r,createAllConsumers:n}=e!=null?e:{};let{strategies:i}=e!=null?e:{},s,a;switch(t){case"PAGINATED":{if(!r)return;s=yield this.selectPagePeers(r),h.debug("ParticipantController::updateActive::updating_current_page_peers",{peerIds:s}),i!=null||(i={video:this.updateParticipantsMap.bind(this)}),a=this.updateConsumersDebounced;break}case"ACTIVE_GRID":{s=this.selectActivePeers(),h.debug("ParticipantController::updateActive::updating_current_selected_peers",{peerIds:s}),i!=null||(i={video:this.updateParticipantsMapMinReplacement.bind(this),audio:this.updateParticipantsMap.bind(this)}),a=this.updateConsumers;break}default:throw new Error(`View mode ${t} not supported`)}let c,d;const l=this.updateGrid(s,i);n?(c=this.mapPeerIdsToProducers(s,["audio","video","screenshare"]),d=[]):(c=[...this.mapPeerIdsToProducers([...l.video.add],["video"]),...this.mapPeerIdsToProducers([...l.audio.add],["audio"])],d=[...this.mapPeerIdsToProducers([...l.video.remove],["video"]),...this.mapPeerIdsToProducers([...l.audio.remove],["audio"])]),!(c.length===0&&d.length===0)&&a(c,d)})}computeActivateParticipants(t,e){const r=t.map((i,s)=>({peerId:i,priority:s+1})),n=e==null?void 0:e.map((i,s)=>({peerId:i,priority:-(s+1)}));r.push(...n!=null?n:[]),r.length>0&&this.updateActiveParticipantsWithPriorities(r)}fromSocketService(t){const e=Ky.formatSocketServiceMessage(t);return new ft(this.context,G(x({},e),{isHost:!1,videoEnabled:!1,audioMuted:!0,videoTrack:void 0,audioTrack:void 0}),this.self,this.roomSocketHandler)}updatePipSource(t,e){var r,n;e?(r=this.pip)==null||r.enableSource(t):(n=this.pip)==null||n.disableSource(t)}onMediaJoined(t,e,r){if(!this.mediaJoined||t===this.self.id)return;const n=this.participants.joined.get(t);if(!n){h.warn(`Received media.peerJoinedBroadcast for non-existent peer ${t}`);return}e.forEach(i=>{i.kind===Kr.AUDIO&&!i.screenShare?n.setAudioEnabled(!i.pause):i.kind===Kr.VIDEO&&!i.screenShare&&(n.setVideoEnabled(!i.pause),this.updatePipSource(n.id,!i.pause)),n.producers.push(G(x({},i),{producingTransportId:i.producingTransportId,kind:i.kind===Kr.AUDIO?"audio":"video",producingPeerId:t,mimeType:i.mimeType}))}),this.roomNodeClient.handlePeerCapabilities(t,r),Q.hasFeature(ie.FORCE_VIDEO_CODEC)||this.roomNodeClient.shareWebcam(this.self.videoTrack)}updateParticipantsMapMinReplacement(t,e){const r=Array.from(t.keys()),n=new Map(t),i=[],s=[],a=new Set(e),c=[];return r.forEach((d,l)=>{(!a.has(d)||!this.participants.joined.get(d))&&c.push(l)}),e.forEach(d=>{if(t.get(d))return;if(r.length<e.length){r.push(d),i.push(d);return}const l=c.shift();s.push(r[l]),r[l]=d,i.push(r[l])}),r.forEach((d,l)=>{a.has(d)||s.concat(r.splice(l,1))}),Array.from(t.keys()).forEach(d=>{t.delete(d,!a.has(d))}),r.forEach(d=>{if(!this.participants.joined.get(d)){h.warn("updateActiveParticipants::participant_not_in_joined_list",{dyteParticipant:{id:d}});return}t.add(this.participants.joined.get(d),!n.get(d))}),t.emit("participantsUpdate"),[i,s]}updateParticipantsMap(t,e){const r=Array.from(t.keys()),n=[],i=[];return r.forEach(s=>{e.includes(s)||(t.delete(s,!0),i.push(s))}),e.forEach(s=>{t.get(s)||(t.add(this.participants.joined.get(s)),n.push(s))}),t.emit("participantsUpdate"),[n,i]}updatePinnedParticipants(){this.participants.pinned.forEach(t=>{t.setIsPinned(!1),this.participants.pinned.delete(t.id)})}setupEventsGlobal(){this.roomSocketHandler.on(W.joinRoom,({peer:t})=>{if(!t.waitlisted){const e=Q.hasFeature(ie.DEBUG_SOCKET_JOIN);e&&h.info("Processing socket join",{peers:t.peerId}),this.onParticipantJoined(this.fromSocketService(t)),e&&h.info("Processed socket join",{peers:t.peerId})}}),this.roomSocketHandler.on(W.leaveRoom,t=>{const{peerId:e}=t.peer;this.selectedPeers.delete(e),this.onParticipantLeave(e)}),C.on(R.SOCKET_SERVICE_ROOM_JOINED,()=>{this.self.permissions.acceptWaitingRequests&&this.roomSocketHandler.getWaitingRoomRequests()}),this.self.permissions.on("permissionsUpdate",t=>{const{acceptWaitingRequests:e}=t;e!==void 0&&(e?this.roomSocketHandler.getWaitingRoomRequests():this.participants.waitlisted.clear())}),C.on(R.SOCKET_SERVICE_DISCONNECTED,()=>{this.participants.joined.clear(),this.participants.videoSubscribed.clear(),this.participants.audioSubscribed.clear(),this.participants.pinned.clear(),this.participants.currentPage=0,this.participants.viewMode="ACTIVE_GRID",this.participants.emit("viewModeChanged",{viewMode:"ACTIVE_GRID",currentPage:this.participants.currentPage,pageCount:this.participants.pageCount})}),C.on(R.CONSUMER_PAUSED,({id:t})=>{this.processConsumerPaused(t)}),C.on(R.CONSUMER_RESUMED,({id:t})=>{this.processConsumerResumed(t)}),C.on(R.NEW_CONSUMER,({id:t})=>{this.processNewConsumer(t)}),C.on(R.CONSUMER_CLOSED,({id:t})=>{this.processConsumerClosed(t)}),C.on(R.ROOM_MESSAGE,t=>u(this,[t],function*({payload:e,type:r,timestamp:n}){this.participants.emit("broadcastedMessage",{type:r,payload:e,timestamp:n})})),C.on(R.MESSAGE,t=>u(this,[t],function*({payload:e,type:r,timestamp:n}){r!=="spotlight"&&this.participants.emit("broadcastedMessage",{type:r,payload:e,timestamp:n})})),C.on(R.LOW_CONSUMER_SCORE,({peerId:t,score:e,kind:r})=>{const n=this.participants.joined.get(t);n&&(n.emit("poorConnection",{score:e,kind:r}),this.participants.emit("poorConnection",{participantId:t,score:e,kind:r}))}),C.on(R.CONSUMER_SCORE_UPDATE,({score:t,kind:e,appData:r,peerId:n,scoreStats:i})=>{var s;const a=e==="video"&&((s=r==null?void 0:r.screenShare)!=null?s:!1),c=this.participants.joined.get(n);c&&(c.emit("mediaScoreUpdate",{kind:e,isScreenshare:a,score:t,participantId:n,scoreStats:i}),this.participants.emit("mediaScoreUpdate",{kind:e,isScreenshare:a,score:t,participantId:n,scoreStats:i}))}),C.onAsync(R.KICK_PEER,t=>u(this,[t],function*({peerId:e}){const r=this.participants.joined.get(e);yield this.roomNodeClient.kick(e),yield this.roomSocketHandler.kick(e),r?r.emit("kicked"):this.participants.joined.emit("kicked",{id:e})})),C.on(R.UPDATE_ACTIVE,(...t)=>u(this,[...t],function*({page:e,createAllConsumers:r}={}){yield this.updateActive(e?"PAGINATED":"ACTIVE_GRID",{page:e,createAllConsumers:r})}))}onParticipantPinned(t){return u(this,null,function*(){if(!t){this.self.isPinned&&this.self.setIsPinned(!1),this.participants.pinned.size!==0&&this.updatePinnedParticipants();return}if(t===this.self.id){this.participants.pinned.size!==0&&this.updatePinnedParticipants(),this.self.setIsPinned(!0);return}const e=this.participants.joined.get(t);this.self.isPinned&&this.self.setIsPinned(!1),this.updatePinnedParticipants(),e.setIsPinned(!0),this.participants.pinned.add(e)})}onParticipantJoined(t){return u(this,null,function*(){var e,r,n;if(this.self.id!==t.id&&!((e=t.flags)!=null&&e.recorder)&&!((r=t.flags)!=null&&r.hidden_participant)&&!((n=t.flags)!=null&&n.hiddenParticipant)&&(this.participants.videoSubscribed.delete(t.id),this.participants.audioSubscribed.delete(t.id),this.participants.joined.add(t),this.participants.waitlisted.delete(t.id),t.stageStatus==="REQUESTED_TO_JOIN_STAGE"&&C.emit(R.UPDATE_STAGE_REQUESTS,{request:{displayName:t.name,userId:t.userId,peerId:t.id},add:!0})),C.emit(R.PEER_JOINED_INTERNAL,t),this.self.config.viewType===Pt.Webinar&&t.stageStatus!=="ON_STAGE"||this.roomNodeClient===void 0||this.participants.videoSubscribed.size>=this.maxPreferredStreams)return;const i=this.participants.currentPage;this.updateActive(i?"PAGINATED":"ACTIVE_GRID",{page:i})})}onParticipantLeave(t){return u(this,null,function*(){const e=this.participants.joined.get(t);this.participants.joined.delete(t,!0,!0),this.participants.pinned.delete(t,!0,!0),this.participants.waitlisted.delete(t,!0,!0),this.roomNodeClient&&(this.roomNodeClient.handlePeerLeaving(t),this.roomNodeClient.closeConsumers(e==null?void 0:e.producers)),e&&e.stageStatus==="REQUESTED_TO_JOIN_STAGE"&&C.emit(R.UPDATE_STAGE_REQUESTS,{request:{displayName:e.name,userId:e.userId,peerId:e.id},add:!1});const{currentPage:r}=this.participants,n=this.maxPreferredStreams*(r-1),i=this.participants.videoSubscribed.get(t);n===0?this.participants.setViewMode("ACTIVE_GRID"):this.participants.joined.size<=n?r===2?this.participants.setViewMode("ACTIVE_GRID"):this.participants.setPage(r-1):i&&this.updateActive(r?"PAGINATED":"ACTIVE_GRID",{page:r})})}processMedia(t){var e;const r=this.roomNodeClient.getConsumers(),{peerId:n,kind:i,appData:s,track:a,producerId:c,rtpReceiver:d,paused:l}=(e=r.get(t))!=null?e:{};if(!n)return h.warn("processMedia::Peer ID is undefined",{consumer:{id:t,kind:i,peerId:n,appData:{supportsRemoteControl:!!(s!=null&&s.supportsRemoteControl),screenShare:!!(s!=null&&s.screenShare)},remotelyPaused:l,producerId:c}}),{};const p=s;return i==="video"&&p.screenShare!==!0&&this.videoPeerConsumerMap.set(n,t),h.info("ParticipantController::processMedia",{consumer:{id:t,peerId:n,kind:i,appData:p,remotelyPaused:l,producerId:c}}),this.consumerPeerMap.set(t,{type:i,peerId:n,appData:p,remotelyPaused:l,producerId:c}),{peerId:n,kind:i,appData:p,remotelyPaused:l,track:a,producerId:c,rtpReceiver:d}}processConsumerClosed(t){const{peerId:e,type:r,appData:n,remotelyPaused:i,producerId:s}=this.consumerPeerMap.get(t)||{},a=this.participants.joined.get(e);if(h.info("ParticipantController::processConsumerClosed",{consumer:{id:t,peerId:e,appData:n,kind:r,remotelyPaused:i,producerId:s}}),this.consumerPeerMap.delete(t),r==="video"&&n.screenShare!==!0&&this.videoPeerConsumerMap.delete(e),!a)return;const c=[];n&&n.screenShare?(a.setScreenShareEnabled(!1),$.consumerSharedMediaState(t,{screen:!1}),a.screenShareTracks.video&&c.push(a.screenShareTracks.video.id),a.screenShareTracks.audio&&c.push(a.screenShareTracks.audio.id),a.screenShareTracks={audio:void 0,video:void 0}):r==="audio"?(a.setAudioEnabled(!1),a.audioTrack&&c.push(a.audioTrack.id),$.consumerSharedMediaState(t,{audio:!1}),a.audioTrack=void 0):r==="video"&&(a.setVideoEnabled(!1),this.updatePipSource(a.id,!1),a.videoTrack&&c.push(a.videoTrack.id),$.consumerSharedMediaState(t,{video:!1}),a.videoTrack=void 0),n.e2ee&&c.forEach(d=>{C.emit(R.E2EE_INACTIVE_CONSUMER,{peerId:e,trackId:d})})}processConsumerResumed(t){const{peerId:e,kind:r,appData:n,track:i,remotelyPaused:s,producerId:a,rtpReceiver:c}=this.processMedia(t);if(!e)return;h.info("ParticipantController::processConsumerResumed",{consumer:{id:t,peerId:e,kind:r,appData:n,remotelyPaused:s,producerId:a}});const d=this.participants.joined.get(e);if(d){if(n.e2ee&&C.emit(R.E2EE_ACTIVE_CONSUMER,{peerId:e,rtpReceiver:c,track:i}),n.screenShare){r==="video"?d.screenShareTracks.video=i:r==="audio"&&(d.screenShareTracks.audio=i),d.setScreenShareEnabled(!0),$.consumerSharedMediaState(t,{screen:!0});return}r==="video"?(d.videoTrack=i,d.setVideoEnabled(!0),this.updatePipSource(d.id,!0),$.consumerSharedMediaState(t,{video:!0})):r==="audio"&&(d.audioTrack=i,d.setAudioEnabled(d.audioEnabled),$.consumerSharedMediaState(t,{audio:d.audioEnabled}))}}processConsumerPaused(t){h.info(`ParticipantController::processConsumerPaused called for consumerId: ${t}`);const{peerId:e,kind:r,track:n,appData:i,remotelyPaused:s,producerId:a}=this.processMedia(t);if(!e)return;h.info("ParticipantController::processConsumerPaused",{consumer:{id:t,peerId:e,kind:r,appData:i,remotelyPaused:s,producerId:a}});const c=this.participants.joined.get(e);c&&(n&&i.e2ee&&C.emit(R.E2EE_INACTIVE_CONSUMER,{peerId:e,trackId:n.id}),r==="video"?(c.videoTrack=n,c.setVideoEnabled(!1),this.updatePipSource(c.id,!1),$.consumerSharedMediaState(t,{video:!1})):r==="audio"&&(c.audioTrack=n,c.setAudioEnabled(c.audioEnabled),$.consumerSharedMediaState(t,{audio:c.audioEnabled})))}processNewConsumer(t){const{peerId:e,kind:r,remotelyPaused:n,track:i,appData:s,producerId:a,rtpReceiver:c}=this.processMedia(t);if(!e)return;h.info("ParticipantController::processNewConsumer",{consumer:{id:t,peerId:e,kind:r,remotelyPaused:n,appData:s,producerId:a}});const d=this.participants.joined.get(e);if(d){if(s.screenShare){r==="video"?d.screenShareTracks.video=i:r==="audio"&&(d.screenShareTracks.audio=i),(!n||this.self.permissions.isRecorder||Q.hasFeature(ie.SCREEENSHARE_ERR_HACK))&&d.setScreenShareEnabled(!0),s.supportsRemoteControl&&(d.supportsRemoteControl=!0),this.participants.broadcastMessage("screenshareConsumerCreated",{producerId:a,peerId:e,screenShare:!0,consumerId:t,consumerPeerId:this.self.id}),h.info("ParticipantController::newScreenshareConsumer::screenshareConsumerCreated",{consumer:{id:t,peerId:e,kind:r,remotelyPaused:n,appData:s,producerId:a}});return}r==="video"?(d.videoTrack=i,n||(d.setVideoEnabled(!0),this.updatePipSource(d.id,!0)),$.consumerSharedMediaState(t,{video:!n})):r==="audio"&&(d.audioTrack=i,n||d.setAudioEnabled(!0),$.consumerSharedMediaState(t,{audio:!n})),!n&&s.e2ee&&C.emit(R.E2EE_ACTIVE_CONSUMER,{peerId:e,rtpReceiver:c,track:i})}}static formatSocketServiceMessage(t){var e,r,n,i,s,a;if(!t)return;const c=Dh(t.stageType);return{id:t.peerId,userId:t.userId,name:t.displayName,displayName:t.displayName,stageType:c,customParticipantId:t.customParticipantId,presetId:t.presetId,picture:t.displayPictureUrl,waitlisted:t.waitlisted,stageStatus:c,metadata:{preset_name:(e=t.flags)==null?void 0:e.presetName},recorderType:(r=t.flags)==null?void 0:r.recorderType,flags:{hiddenParticipant:(n=t.flags)==null?void 0:n.hiddenParticipant,hidden_participant:(i=t.flags)==null?void 0:i.hiddenParticipant,recorder:((s=t.flags)==null?void 0:s.recorderType)!==void 0&&((a=t.flags)==null?void 0:a.recorderType)!=="NONE"}}}mapPeerIdsToProducers(t,e){const r=(n,i)=>n.filter(({kind:s,screenShare:a})=>i.includes(s)||a&&i.includes("screenshare"));return t.flatMap(n=>{const i=this.participants.joined.get(n);if(i)return r(i.producers,e)}).filter(n=>!!n)}updateGrid(t,e){let r=[],n=[],i=[],s=[];return e.video&&([r,i]=e.video(this.participants.videoSubscribed,t)),e.audio&&([n,s]=e.audio(this.participants.audioSubscribed,t)),{video:{add:r,remove:i},audio:{add:n,remove:s}}}onSelectedPeers(t,e){return u(this,null,function*(){this.participants.viewMode==="ACTIVE_GRID"&&this.computeActivateParticipants(t,e)})}updateActiveParticipantsWithPriorities(t,e=!1){if(!this.mediaJoined){h.warn("Skipped::ParticipantController::updateActiveParticipantsWithPriorities",{roomJoined:this.mediaJoined});return}t.forEach(n=>{this.selectedPeers.add(n.peerId,n.priority)});const r=this.selectedPeers.activeSpeakerPeers.at(0);r!==void 0&&r!==this.participants.lastActiveSpeaker&&(this.participants.lastActiveSpeaker=r,this.participants.emit("activeSpeaker",{peerId:r,volume:1})),e&&(this.participants.viewMode==="ACTIVE_GRID"?this.updateActive("ACTIVE_GRID"):this.participants.viewMode==="PAGINATED"&&this.updateActive("ACTIVE_GRID",{strategies:{audio:this.updateParticipantsMap.bind(this)}}))}};let Le=Ky;qe([g.trace("ParticipantController.setupEvents")],Le.prototype,"setupEvents",1),qe([g.trace("ParticipantController.waitingRoomRequestHandler")],Le.prototype,"waitingRoomRequestHandler",1),qe([g.trace("ParticipantController.updateActive")],Le.prototype,"updateActive",1),qe([g.trace("ParticipantController.computeActivateParticipants")],Le.prototype,"computeActivateParticipants",1),qe([g.trace("ParticipantController.fromSocketService")],Le.prototype,"fromSocketService",1),qe([g.trace("ParticipantController.onMediaJoined")],Le.prototype,"onMediaJoined",1),qe([g.trace("ParticipantController.updateParticipantsMapMinReplacement")],Le.prototype,"updateParticipantsMapMinReplacement",1),qe([g.trace("ParticipantController.updateParticipantsMap")],Le.prototype,"updateParticipantsMap",1),qe([g.trace("ParticipantController.setupEvents")],Le.prototype,"setupEventsGlobal",1),qe([g.trace("ParticipantController.onParticipantPinned")],Le.prototype,"onParticipantPinned",1),qe([g.trace("ParticipantController.onParticipantJoined")],Le.prototype,"onParticipantJoined",1),qe([g.trace("ParticipantController.onParticipantLeave")],Le.prototype,"onParticipantLeave",1),qe([g.trace("ParticipantController.processMedia")],Le.prototype,"processMedia",1),qe([g.trace("ParticipantController.processConsumerClosed")],Le.prototype,"processConsumerClosed",1),qe([g.trace("ParticipantController.processConsumerResumed")],Le.prototype,"processConsumerResumed",1),qe([g.trace("ParticipantController.processConsumerPaused")],Le.prototype,"processConsumerPaused",1),qe([g.trace("ParticipantController.processNewConsumer")],Le.prototype,"processNewConsumer",1),qe([g.trace("ParticipantController.mapPeerIdsToProducers")],Le.prototype,"mapPeerIdsToProducers",1),qe([g.trace("ParticipantController.updateGrid")],Le.prototype,"updateGrid",1),qe([g.trace("ParticipantController.onSelectedPeers")],Le.prototype,"onSelectedPeers",1),qe([g.trace("ParticipantController.updateActiveParticipantsWithPriorities")],Le.prototype,"updateActiveParticipantsWithPriorities",1),qe([g.trace("ParticipantController.formatSocketServiceMessage")],Le,"formatSocketServiceMessage",1);var aL=Object.defineProperty,oL=Object.getOwnPropertyDescriptor,Zh=(t,e,r,n)=>{for(var i=n>1?void 0:n?oL(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&aL(e,r,i),i};const _e=Pr(Gu().permissions);var q,lo,uo,ep,qt,sr,zy;const ho=(zy=class extends Yt{constructor(t,e,r,n=!1){if(super(),v(this,qt),v(this,q,void 0),v(this,lo,void 0),v(this,uo,void 0),v(this,ep,i=>{var s,a,c;const d=i,{chat:l,connectedMeetings:p,plugins:m,polls:S,media:E}=d,b=Mc(d,["chat","connectedMeetings","plugins","polls","media"]);if(l&&(l.private&&Mn(o(this,q).chat.private,l.private),l.public&&Mn(o(this,q).chat.public,l.public),this.emit("chatUpdate")),p&&Mn(o(this,q).connectedMeetings,p),E){const O=F=>{switch(F){case Ln.NONE:return Y.Allowed;case Ln.ALLOWED:return Y.Allowed;case Ln.NOT_ALLOWED:return Y.NotAllowed;case Ln.CAN_REQUEST:return Y.CanRequest;default:return}},M={audio:void 0,video:void 0,screenshare:void 0};(s=E.audio)!=null&&s.canProduce&&(M.audio={canProduce:O(E.audio.canProduce)}),(a=E.video)!=null&&a.canProduce&&(M.video={canProduce:O(E.video.canProduce)}),(c=E.screenshare)!=null&&c.canProduce&&(M.screenshare={canProduce:O(E.screenshare.canProduce)}),Mn(o(this,q).media,M)}m&&(Mn(o(this,q).plugins,m),this.emit("pluginsUpdate")),S&&(Mn(o(this,q).polls,S),this.emit("pollsUpdate")),Object.keys(b).length!==0&&Mn(o(this,q),b),this.emit("permissionsUpdate",i)}),!e)throw h.error("DytePermissionsPreset::load_preset_permissions_failed"),new _("Could not load preset permissions.","0904");y(this,uo,t),y(this,lo,r),y(this,q,e),n&&this.setupEvents()}setupEvents(){C.on(R.UPDATE_PERMISSIONS,o(this,ep))}static fromResponse(t,e,r){return new ho(r,t,e,!0)}static default(t,e){return new ho(t,_e,e)}static init(t,e,r){let n;return r?n=new ho(t,r,e,!0):n=new ho(t,_e,e),n}get mediaRoomType(){const{sfu:t}=o(this,uo).getValue("roomNodeOptions");return t===lt.CF?"CF":"HIVE"}get stageEnabled(){var t;return((t=o(this,q))==null?void 0:t.stageEnabled)||o(this,lo)===Pt.Webinar||o(this,lo)===Pt.Livestream}get acceptStageRequests(){var t,e;return this.stageEnabled?((t=o(this,q))==null?void 0:t.acceptStageRequests)||((e=o(this,q))==null?void 0:e.canAcceptProductionRequests):!1}get stageAccess(){var t,e,r;return((t=o(this,q))==null?void 0:t.stageAccess)===Y.NotAllowed?Y.NotAllowed:((e=o(this,q))==null?void 0:e.stageAccess)===Y.CanRequest?Y.CanRequest:((r=o(this,q))==null?void 0:r.stageAccess)===Y.Allowed||o(this,q).media.audio.canProduce===Y.Allowed||o(this,q).media.video.canProduce===Y.Allowed||o(this,q).media.screenshare.canProduce===Y.Allowed?Y.Allowed:o(this,q).media.audio.canProduce===Y.CanRequest||o(this,q).media.video.canProduce===Y.CanRequest||o(this,q).media.screenshare.canProduce===Y.CanRequest?Y.CanRequest:Y.NotAllowed}get acceptWaitingRequests(){var t,e;return(e=(t=o(this,q))==null?void 0:t.acceptWaitingRequests)!=null?e:_e.acceptWaitingRequests}get requestProduceVideo(){var t,e,r;return((r=(e=(t=o(this,q))==null?void 0:t.media)==null?void 0:e.video)==null?void 0:r.canProduce)===Y.CanRequest}get requestProduceAudio(){var t,e,r;return((r=(e=(t=o(this,q))==null?void 0:t.media)==null?void 0:e.audio)==null?void 0:r.canProduce)===Y.CanRequest}get requestProduceScreenshare(){var t,e,r;return((r=(e=(t=o(this,q))==null?void 0:t.media)==null?void 0:e.screenshare)==null?void 0:r.canProduce)===Y.CanRequest}get canAllowParticipantAudio(){var t,e;return(e=(t=o(this,q))==null?void 0:t.disableParticipantAudio)!=null?e:_e.disableParticipantAudio}get canAllowParticipantScreensharing(){var t,e;return(e=(t=o(this,q))==null?void 0:t.canAcceptProductionRequests)!=null?e:_e.canAcceptProductionRequests}get canAllowParticipantVideo(){var t,e;return(e=(t=o(this,q))==null?void 0:t.disableParticipantVideo)!=null?e:_e.disableParticipantVideo}get canDisableParticipantAudio(){return this.canAllowParticipantAudio}get canDisableParticipantVideo(){return this.canAllowParticipantVideo}get kickParticipant(){var t,e;return(e=(t=o(this,q))==null?void 0:t.kickParticipant)!=null?e:_e.kickParticipant}get pinParticipant(){var t,e;return(e=(t=o(this,q))==null?void 0:t.pinParticipant)!=null?e:_e.pinParticipant}get canRecord(){var t,e;return(e=(t=o(this,q))==null?void 0:t.canRecord)!=null?e:_e.canRecord}get waitingRoomType(){var t,e;return(e=(t=o(this,q))==null?void 0:t.waitingRoomType)!=null?e:_e.waitingRoomType}get waitingRoomBehaviour(){var t,e;return(e=(t=o(this,q))==null?void 0:t.waitingRoomType)!=null?e:_e.waitingRoomType}get plugins(){var t,e;return(e=(t=o(this,q))==null?void 0:t.plugins)!=null?e:_e.plugins}get polls(){var t,e;return(e=(t=o(this,q))==null?void 0:t.polls)!=null?e:_e.polls}get produceVideo(){return this.canProduceVideo}get requestProduce(){return o(this,q).media.audio.canProduce===Y.CanRequest||o(this,q).media.video.canProduce===Y.CanRequest||o(this,q).media.screenshare.canProduce===Y.CanRequest}get canProduceVideo(){var t;const e=(t=o(this,q).media.video.canProduce)!=null?t:_e.media.video.canProduce;return this.stageEnabled&&(o(this,qt,sr)==="ACCEPTED_TO_JOIN_STAGE"||o(this,qt,sr)==="ON_STAGE")&&e===Y.CanRequest?Y.Allowed:this.stageEnabled&&(o(this,qt,sr)==="OFF_STAGE"||o(this,qt,sr)==="REQUESTED_TO_JOIN_STAGE")&&e===Y.Allowed?Y.NotAllowed:e}get produceScreenshare(){return this.canProduceScreenshare}get canProduceScreenshare(){var t;const e=(t=o(this,q).media.screenshare.canProduce)!=null?t:_e.media.screenshare.canProduce;return this.stageEnabled&&(o(this,qt,sr)==="ACCEPTED_TO_JOIN_STAGE"||o(this,qt,sr)==="ON_STAGE")&&e===Y.CanRequest?Y.Allowed:this.stageEnabled&&(o(this,qt,sr)==="OFF_STAGE"||o(this,qt,sr)==="REQUESTED_TO_JOIN_STAGE")&&e===Y.Allowed?Y.NotAllowed:e}get produceAudio(){return this.canProduceAudio}get canProduceAudio(){var t;const e=(t=o(this,q).media.audio.canProduce)!=null?t:_e.media.audio.canProduce;return this.stageEnabled&&(o(this,qt,sr)==="ACCEPTED_TO_JOIN_STAGE"||o(this,qt,sr)==="ON_STAGE")&&e===Y.CanRequest?Y.Allowed:this.stageEnabled&&(o(this,qt,sr)==="OFF_STAGE"||o(this,qt,sr)==="REQUESTED_TO_JOIN_STAGE")&&e===Y.Allowed?Y.NotAllowed:e}get chatPublic(){var t,e,r;return(r=(e=(t=o(this,q))==null?void 0:t.chat)==null?void 0:e.public)!=null?r:_e.chat.public}get chatPrivate(){var t,e,r;return(r=(e=(t=o(this,q))==null?void 0:t.chat)==null?void 0:e.private)!=null?r:_e.chat.private}get chatChannel(){var t,e,r;return(r=(e=(t=o(this,q))==null?void 0:t.chat)==null?void 0:e.channel)!=null?r:_e.chat.channel}get chatMessage(){var t,e,r;return(r=(e=(t=o(this,q))==null?void 0:t.chat)==null?void 0:e.message)!=null?r:_e.chat.message}get connectedMeetings(){var t,e;return(e=(t=o(this,q))==null?void 0:t.connectedMeetings)!=null?e:_e==null?void 0:_e.connectedMeetings}get hiddenParticipant(){var t,e;return(e=(t=o(this,q))==null?void 0:t.hiddenParticipant)!=null?e:_e.hiddenParticipant}get showParticipantList(){var t;return(t=o(this,q).showParticipantList)!=null?t:_e.showParticipantList}get canChangeParticipantRole(){var t,e;return(e=(t=o(this,q))==null?void 0:t.canChangeParticipantPermissions)!=null?e:_e.canChangeParticipantPermissions}get canChangeParticipantPermissions(){var t,e;return(e=(t=o(this,q))==null?void 0:t.canChangeParticipantPermissions)!=null?e:_e.canChangeParticipantPermissions}get canChangeTheme(){return!1}get canPresent(){return o(this,q).media.audio.canProduce===Y.Allowed||o(this,q).media.video.canProduce===Y.Allowed||o(this,q).media.screenshare.canProduce===Y.Allowed}get acceptPresentRequests(){return this.acceptStageRequests}get canEditDisplayName(){var t;return(t=o(this,q).canEditDisplayName)!=null?t:!1}get maxScreenShareCount(){return 1}get isRecorder(){return o(this,q).isRecorder}get canSpotlight(){return o(this,q).canSpotlight}get canLivestream(){return o(this,q).canLivestream}get transcriptionEnabled(){return o(this,q).transcriptionEnabled}},q=new WeakMap,lo=new WeakMap,uo=new WeakMap,ep=new WeakMap,qt=new WeakSet,sr=function(){return o(this,uo).getValue("stageStatus")},zy);let Xd=ho;Zh([g.trace("DytePermissionsPreset.fromResponse")],Xd,"fromResponse",1),Zh([g.trace("DytePermissionsPreset.default")],Xd,"default",1),Zh([g.trace("DytePermissionsPreset.init")],Xd,"init",1);var cL=Object.defineProperty,dL=Object.getOwnPropertyDescriptor,Ge=(t,e,r,n)=>{for(var i=n>1?void 0:n?dL(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&cL(e,r,i),i},Yy;class Be extends Yt{constructor(){super(...arguments),f(this,"localMediaHandler"),v(this,Yy,void 0)}updatePermission(){return u(this,null,function*(){var e,r;const n=(l,p)=>{this.mediaPermissions[l]=p;const m={message:this.mediaPermissions[l],kind:l};p==="DENIED"?C.emit(R.MEDIA_PERMISSION_ERROR,m):C.emit(R.MEDIA_PERMISSION_UPDATE,m)};if(Re.getName()==="firefox")return;const i="microphone",s="camera",a=yield(e=navigator==null?void 0:navigator.permissions)==null?void 0:e.query({name:i}),c=yield(r=navigator==null?void 0:navigator.permissions)==null?void 0:r.query({name:s}),d=(l,p)=>{switch(p){case"granted":n(l,"ACCEPTED");break;case"denied":n(l,"DENIED");break;case"prompt":n(l,"NOT_REQUESTED");break}this.localMediaHandler.repopulateAvailableDevices()};a&&(a.onchange=()=>d("audio",a.state)),c&&(c.onchange=()=>d("video",c.state))})}populateMediaPermissionsInCallstats(e){return u(this,arguments,function*({message:r,kind:n}){switch(n){case"audio":{$.mediaPermission("AUDIO",r),$.mediaPermission("SPEAKER",r);break}case"video":{$.mediaPermission("VIDEO",r);break}case"screenshare":{$.mediaPermission("SCREENSHARE",r);break}}})}init(){return u(this,arguments,function*(e={},r=!1,n=null){var i,s,a,c,d,l;if(Re.init(),!this.localMediaHandler)try{let p=!0;if(n!=null&&n.getValue("defaults").mediaHandler)p=!1,this.localMediaHandler=n.getValue("defaults").mediaHandler.localMediaHandler;else if(navigator.RNLocalMediaHandlerImpl){const{RNLocalMediaHandlerImpl:m}=navigator;this.localMediaHandler=yield m.init()}else this.localMediaHandler=new Wt(n,e.constraints,(i=n==null?void 0:n.getValue("defaults"))==null?void 0:i.isNonPreferredDevice,(s=n==null?void 0:n.getValue("defaults"))==null?void 0:s.autoSwitchAudioDevice);if(C.on(R.MEDIA_PERMISSION_UPDATE,m=>u(this,null,function*(){if(this.populateMediaPermissionsInCallstats({message:m.message,kind:m.kind}),m.message==="NOT_REQUESTED")switch(m==null?void 0:m.kind){case"audio":this.rawAudioTrack&&(h.info("Disabling audio due to media permission update"),this.disableAudio());break;case"video":this.rawVideoTrack&&(h.info("Disabling video due to media permission update"),this.disableVideo());break;default:break}this.emit("mediaPermissionUpdate",m)})),C.on(R.MEDIA_PERMISSION_ERROR,m=>u(this,null,function*(){const{kind:S,message:E,constraints:b}=m;this.populateMediaPermissionsInCallstats({message:E,kind:S}),S==="audio"?(h.info(`Disabling audio due to media permission error skipping: ${this.localMediaHandler.audioUpdateInProgress}`),this.localMediaHandler.audioUpdateInProgress===!1&&this.disableAudio()):S==="video"&&(h.info(`Disabling video due to media permission error skipping: ${this.localMediaHandler.videoUpdateInProgress}`),this.localMediaHandler.videoUpdateInProgress===!1&&this.disableVideo()),h.error("SelfController::mediaPermissionError",{error:{message:E},constraints:b,mediaPermissionsErrors:{kind:S,message:E}}),this.emit("mediaPermissionError",m),this.emit("mediaPermissionUpdate",{message:E,kind:S})})),p){h.info(`Setting up DyteSelfMedia streams using media handler. audio:${(a=e==null?void 0:e.audio)!=null?a:!0} video:${(c=e==null?void 0:e.video)!=null?c:!0}`);const m=this.localMediaHandler.setupStreams({video:(d=e==null?void 0:e.video)!=null?d:!0,audio:(l=e==null?void 0:e.audio)!=null?l:!0});r||(yield m)}}catch(p){h.error("DyteSelf::init::Failed To Setup Streams",{error:{name:p.name,message:p.message}})}})}get audioTrack(){return this.localMediaHandler.audioTrack}get rawAudioTrack(){return this.localMediaHandler.rawAudioTrack}get mediaPermissions(){return this.localMediaHandler.permissions}addAudioMiddleware(e){return u(this,null,function*(){return this.localMediaHandler.addAudioMiddleware(e)})}removeAudioMiddleware(e){return u(this,null,function*(){return this.localMediaHandler.removeAudioMiddleware(e)})}removeAllAudioMiddlewares(){return u(this,null,function*(){return this.localMediaHandler.removeAllAudioMiddlewares()})}get videoTrack(){return this.localMediaHandler.videoTrack}get rawVideoTrack(){return this.localMediaHandler.rawVideoTrack}addVideoMiddleware(e){return u(this,null,function*(){return this.localMediaHandler.addVideoMiddleware(e)})}setVideoMiddlewareGlobalConfig(){return u(this,arguments,function*(e={disablePerFrameCanvasRendering:!1}){return this.localMediaHandler.setVideoMiddlewareGlobalConfig(e)})}removeVideoMiddleware(e){return u(this,null,function*(){return this.localMediaHandler.removeVideoMiddleware(e)})}removeAllVideoMiddlewares(){return u(this,null,function*(){return this.localMediaHandler.removeAllVideoMiddlewares()})}get screenShareTracks(){return this.localMediaHandler.screenShareTracks}get audioEnabled(){return this.localMediaHandler.audioEnabled}get videoEnabled(){return this.localMediaHandler.videoEnabled}get screenShareEnabled(){return this.localMediaHandler.screenShareEnabled}enableAudio(){return u(this,null,function*(){yield this.localMediaHandler.enableAudio(),this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack})})}enableVideo(){return u(this,null,function*(){yield this.localMediaHandler.enableVideo(),this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack})})}disableAudio(){return u(this,null,function*(){this.localMediaHandler.disableAudio(),this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack})})}enableScreenShare(){return u(this,null,function*(){yield this.localMediaHandler.enableScreenShare(),this.emit("screenShareUpdate",{screenShareEnabled:this.screenShareEnabled,screenShareTracks:this.screenShareTracks})})}disableScreenShare(){return u(this,null,function*(){yield this.localMediaHandler.disableScreenShare(),this.emit("screenShareUpdate",{screenShareEnabled:this.screenShareEnabled,screenShareTracks:this.screenShareTracks})})}disableVideo(){return u(this,null,function*(){yield this.localMediaHandler.disableVideo(),this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack})})}getCurrentDevices(){return this.localMediaHandler.getCurrentDevices()}getAudioDevices(){return u(this,null,function*(){return yield this.localMediaHandler.getAudioDevices()})}getVideoDevices(){return u(this,null,function*(){return yield this.localMediaHandler.getVideoDevices()})}getSpeakerDevices(){return u(this,null,function*(){return yield this.localMediaHandler.getSpeakerDevices()})}getDeviceById(e,r){let n;return r==="audio"?n="audioinput":r==="video"?n="videoinput":r==="speaker"&&(n="audiooutput"),this.localMediaHandler.getDeviceById(e,n)}setDevice(e){return u(this,null,function*(){switch(e.kind){case"audioinput":try{yield this.localMediaHandler.setAudioDevice(e)}catch(r){}finally{this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack})}break;case"audiooutput":yield this.localMediaHandler.setSpeakerDevice(e);break;case"videoinput":try{yield this.localMediaHandler.setVideoDevice(e)}catch(r){}finally{this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack})}break}this.emit("deviceUpdate",{device:e})})}}Yy=new WeakMap,Ge([g.trace("DyteSelfMedia.updatePermission")],Be.prototype,"updatePermission",1),Ge([g.trace("DyteSelfMedia.populateMediaPermissionsInCallstats")],Be.prototype,"populateMediaPermissionsInCallstats",1),Ge([g.trace("DyteSelfMedia.init")],Be.prototype,"init",1),Ge([g.trace("DyteSelfMedia.addAudioMiddleware")],Be.prototype,"addAudioMiddleware",1),Ge([g.trace("DyteSelfMedia.removeAudioMiddleware")],Be.prototype,"removeAudioMiddleware",1),Ge([g.trace("DyteSelfMedia.removeAllAudioMiddlewares")],Be.prototype,"removeAllAudioMiddlewares",1),Ge([g.trace("DyteSelfMedia.addVideoMiddleware")],Be.prototype,"addVideoMiddleware",1),Ge([g.trace("DyteSelfMedia.setVideoMiddlewareGlobalConfig")],Be.prototype,"setVideoMiddlewareGlobalConfig",1),Ge([g.trace("DyteSelfMedia.removeVideoMiddleware")],Be.prototype,"removeVideoMiddleware",1),Ge([g.trace("DyteSelfMedia.removeAllVideoMiddlewares")],Be.prototype,"removeAllVideoMiddlewares",1),Ge([g.trace("DyteSelfMedia.enableAudio")],Be.prototype,"enableAudio",1),Ge([g.trace("DyteSelfMedia.enableVideo")],Be.prototype,"enableVideo",1),Ge([g.trace("DyteSelfMedia.disableAudio")],Be.prototype,"disableAudio",1),Ge([g.trace("DyteSelfMedia.enableScreenShare")],Be.prototype,"enableScreenShare",1),Ge([g.trace("DyteSelfMedia.disableScreenShare")],Be.prototype,"disableScreenShare",1),Ge([g.trace("DyteSelfMedia.disableVideo")],Be.prototype,"disableVideo",1),Ge([g.trace("DyteSelfMedia.getCurrentDevices")],Be.prototype,"getCurrentDevices",1),Ge([g.trace("DyteSelfMedia.getAudioDevices")],Be.prototype,"getAudioDevices",1),Ge([g.trace("DyteSelfMedia.getVideoDevices")],Be.prototype,"getVideoDevices",1),Ge([g.trace("DyteSelfMedia.getSpeakerDevices")],Be.prototype,"getSpeakerDevices",1),Ge([g.trace("DyteSelfMedia.getDeviceById")],Be.prototype,"getDeviceById",1),Ge([g.trace("DyteSelfMedia.setDevice")],Be.prototype,"setDevice",1);const po={},Gn={executeWithLock({methodName:t,lockName:e,timeout:r}){return(n,i,s)=>{const a=s.value;return s.value=function(...c){if(po[e]){const p=new Error(`Unsupported concurrent calls on Dyte method: ${t}.`);throw p.name="UnsupportedConcurrentMethodExecution",h.error("DyteLocker::UnsupportedConcurrentMethodExecution",{error:{stack:p.stack},dyteLocker:{methodName:t,lockName:e}}),p}po[e]=!0;const d=setTimeout(()=>delete po[e],r),l=a.apply(this,c);return Promise.resolve(l).then(()=>{delete po[e],clearTimeout(d)}).catch(()=>{delete po[e],clearTimeout(d)}),l},s}}};var lL=Object.defineProperty,uL=Object.getOwnPropertyDescriptor,Pe=(t,e,r,n)=>{for(var i=n>1?void 0:n?uL(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&lL(e,r,i),i},mo,Gt,go,vn,Ni,Bs,ut,vt,it,at,fo,vo,Zd,tp,Qy;let me=(Qy=class extends Be{constructor(t,e,r,n,i){var s;super(),v(this,Ni),v(this,ut),v(this,it),v(this,Zd),f(this,"name"),f(this,"picture"),f(this,"customParticipantId"),f(this,"waitlistStatus"),v(this,mo,void 0),v(this,Gt,void 0),v(this,go,void 0),f(this,"role"),f(this,"userId"),f(this,"organizationId"),f(this,"supportsRemoteControl",!1),f(this,"device"),v(this,vn,void 0),f(this,"hidden",!1),f(this,"presetName"),f(this,"roomState","init"),v(this,fo,new Set),v(this,vo,new Set),y(this,vn,t),this.userId=e.id,this.name=e.name,this.picture=e.picture,this.customParticipantId=(s=e.customParticipantId)!=null?s:e.clientSpecificId,this.waitlistStatus="none",y(this,Gt,r),y(this,mo,n),this.hidden=!1,y(this,go,!1),this.organizationId=e.organizationId,this.supportsRemoteControl=Re.isElectron(),this.device=Re.getDeviceInfo(),this.presetName=i,n.viewType!==Pt.Chat&&this.updatePermission(),this.updateVideo=this.updateVideo.bind(this),H(this,Zd,tp).call(this)}get stageStatus(){return o(this,vn).getValue("stageStatus")}get id(){return o(this,vn).getValue("peerId")}static __init__(t,e,r,n,i,s=!1){return u(this,null,function*(){var a,c,d,l,p;let m=(c=(a=t.getValue("defaults"))==null?void 0:a.audio)!=null?c:!0,S=(l=(d=t.getValue("defaults"))==null?void 0:d.video)!=null?l:!0;r.canProduceAudio!=="ALLOWED"&&(m=!1),r.canProduceVideo!=="ALLOWED"&&(S=!1);const E=new me(t,e,r,n,i);if(n.viewType===Pt.Chat)return E;const b=uN(n.mediaConstraints);return Mn(b,(p=t.getValue("defaults"))==null?void 0:p.mediaConfiguration),yield E.init({audio:m,video:S,constraints:b},s,t),E.setupEvents(),E})}cleanupEvents(){this.removeAllListeners("videoUpdate"),this.localMediaHandler.removeAllListeners("AUDIO_TRACK_CHANGE"),this.localMediaHandler.removeAllListeners("VIDEO_TRACK_CHANGE"),this.localMediaHandler.removeAllListeners("DEVICE_CHANGE"),this.localMediaHandler.removeAllListeners("DEVICE_LIST_UPDATED"),this.localMediaHandler.removeAllListeners("SCREENSHARE_TRACK_CHANGE"),this.localMediaHandler.removeAllListeners("SCREENSHARE_ENDED"),this.localMediaHandler.removeAllListeners("AUDIO_TRACK_SILENT"),this.localMediaHandler.removeAllListeners("FORCE_MUTE_AUDIO"),this.localMediaHandler.removeAllListeners("FORCE_MUTE_VIDEO"),o(this,Gt).removeAllListeners("permissionsUpdate")}setupEvents(){this.on("videoUpdate",H(this,Zd,tp)),this.localMediaHandler.on("AUDIO_TRACK_CHANGE",()=>u(this,null,function*(){if(h.info("DyteSelf::setupEvents::AUDIO_TRACK_CHANGE",x({},Mi(this))),o(this,it,at)&&this.audioEnabled)try{yield o(this,ut,vt).shareMic(this.audioTrack)}catch(t){h.error("DyteSelf::setupEvents::Error while sharing mic",{error:t}),this.localMediaHandler.disableAudio()}this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack})})),this.localMediaHandler.on("VIDEO_TRACK_CHANGE",()=>u(this,null,function*(){if(h.info("DyteSelf::setupEvents::VIDEO_TRACK_CHANGE",x({},Mi(this))),o(this,it,at)&&this.rawVideoTrack===void 0)h.info("DyteSelf::VIDEO_TRACK_CHANGE::Forcing_disable_video"),this.disableVideo();else if(this.videoEnabled&&o(this,it,at))try{const t=yield o(this,ut,vt).shareWebcam(this.videoTrack);t&&t.id!==this.videoTrack.id&&Q.hasFeature(ie.EXP_RESHARE)&&(yield o(this,ut,vt).shareWebcam(this.videoTrack))}catch(t){h.error("DyteSelf::setupEvents::failed shareWebcam",{error:t}),this.videoEnabled&&(yield this.localMediaHandler.disableVideo())}this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack})})),this.localMediaHandler.on("DEVICE_CHANGE",t=>u(this,[t],function*({device:e}){this.emit("deviceUpdate",{device:e})})),this.localMediaHandler.on("DEVICE_LIST_UPDATED",t=>{this.emit("deviceListUpdate",t)}),this.localMediaHandler.on("SCREENSHARE_TRACK_CHANGE",()=>u(this,null,function*(){if(!o(this,it,at)){h.error("DyteSelf.SCREENSHARE_TRACK_CHANGE.LocalMediaInitialized_WithoutRoomNode");return}if(this.screenShareEnabled)try{yield o(this,ut,vt).shareScreen(this.screenShareTracks)}catch(t){h.error("DyteSelf::setupEvents::Error while sharing screen",{error:t}),this.screenShareEnabled&&(yield this.localMediaHandler.disableScreenShare())}h.info("DyteSelf::setupEvents::SCREENSHARE_TRACK_CHANGE",x({},Mi(this))),this.emit("screenShareUpdate",{screenShareEnabled:this.screenShareEnabled,screenShareTracks:this.screenShareTracks})})),this.localMediaHandler.on("SCREENSHARE_ENDED",()=>u(this,null,function*(){h.log("Disabling screenshare due to SCREENSHARE_ENDED"),yield this.disableScreenShare(),h.info("DyteSelf::setupEvents::SCREENSHARE_ENDED",x({},Mi(this)))})),this.localMediaHandler.on("AUDIO_TRACK_SILENT",()=>{$.mediaTrackMuted("AUDIO")}),this.localMediaHandler.on("FORCE_MUTE_AUDIO",()=>{this.disableAudio()}),this.localMediaHandler.on("FORCE_MUTE_VIDEO",()=>u(this,null,function*(){o(this,it,at)&&(yield o(this,ut,vt).pauseWebcam()),this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack}),$.videoOff()})),o(this,Gt).on("permissionsUpdate",t=>{var e,r,n;(e=t==null?void 0:t.media)!=null&&e.audio&&o(this,Gt).canProduceAudio!==Y.Allowed&&(this.disableAudio(),h.info(`Disabled audio due to dynamic preset change: canProduceAudio: ${this.permissions.canProduceAudio}`)),(r=t==null?void 0:t.media)!=null&&r.video&&o(this,Gt).canProduceVideo!==Y.Allowed&&(this.disableVideo(),h.info(`Disabled video due to dynamic preset change: canProduceVideo: ${this.permissions.canProduceVideo}`)),(n=t==null?void 0:t.media)!=null&&n.screenshare&&o(this,Gt).canProduceScreenshare!==Y.Allowed&&(this.disableScreenShare(),h.info(`Disabled screenshare due to dynamic preset change: canProduceScreenshare: ${this.permissions.canProduceScreenshare}`))})}get permissions(){return o(this,Gt)}get config(){return o(this,mo)}get roomJoined(){var t;return o(this,mo).viewType===Pt.Livestream&&this.stageStatus!=="ON_STAGE"?((t=o(this,vn).getValue("connectionHandler"))==null?void 0:t.socketJoined)===!0:o(this,it,at)}setName(t){if(!t)throw new _("Name cannot be empty.","1103");this.name=t}setupTracks(){return u(this,arguments,function*(t={}){t.forceReset,yield this.disableAudio(),yield this.disableVideo(),this.localMediaHandler.removeAudioTrack(),this.localMediaHandler.removeVideoTrack(),t.audio&&(yield this.enableAudio()),t.video&&(yield this.enableVideo())})}destructMediaHandler(){return u(this,null,function*(){return this.localMediaHandler.destruct()})}removeDocumentEventListeners(){return u(this,null,function*(){return this.localMediaHandler.removeDocumentEventListeners()})}enableAudio(){return u(this,null,function*(){if(this.permissions.canProduceAudio!==Y.NotAllowed&&!(o(this,Gt).canProduceAudio===Y.CanRequest&&(this.stageStatus==="OFF_STAGE"||this.stageStatus==="REQUESTED_TO_JOIN_STAGE"))&&!this.audioEnabled){if($.audioOn(),yield this.localMediaHandler.enableAudio(),o(this,it,at)&&this.stageStatus==="ON_STAGE"){if(this.audioTrack)try{yield o(this,ut,vt).shareMic(this.audioTrack)}catch(t){h.error("DyteSelf::enableAudio::Error while sharing mic",{error:t}),this.localMediaHandler.disableAudio()}if(!this.audioEnabled)return;o(this,ut,vt).unmuteSelf()}this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack})}})}enableVideo(){return u(this,null,function*(){if(o(this,Gt).canProduceVideo!==Y.NotAllowed&&!(o(this,Gt).canProduceVideo===Y.CanRequest&&(this.stageStatus==="OFF_STAGE"||this.stageStatus==="REQUESTED_TO_JOIN_STAGE"))&&!this.videoEnabled){if($.videoOn(),yield this.localMediaHandler.enableVideo(),o(this,it,at)&&this.stageStatus==="ON_STAGE")try{yield o(this,ut,vt).shareWebcam(this.videoTrack)}catch(t){h.error("DyteSelf::enableVideo::Error while sharing video",{error:t}),this.videoEnabled&&this.localMediaHandler.disableVideo()}this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack}),h.info("DyteSelf.enableVideo",x({},Mi(this)))}})}updateVideoConstraints(t){return u(this,null,function*(){if(!this.localMediaHandler.updateVideoConstraints)throw new _("Unsupported","1102");yield this.localMediaHandler.updateVideoConstraints(t)})}enableScreenShare(){return u(this,null,function*(){if(!o(this,it,at))throw new _("Can`t enable screenshare without joining room","1105");if(o(this,Gt).canProduceScreenshare!==Y.NotAllowed&&!(o(this,Gt).canProduceScreenshare===Y.CanRequest&&(this.stageStatus==="OFF_STAGE"||this.stageStatus==="REQUESTED_TO_JOIN_STAGE"))&&!this.screenShareEnabled&&(yield this.localMediaHandler.enableScreenShare(),this.screenShareTracks.audio||this.screenShareTracks.video)){try{yield o(this,ut,vt).shareScreen(this.screenShareTracks)}catch(t){h.error("DyteSelf::enableScreenShare::Error while sharing screen",{error:t}),this.screenShareEnabled&&(yield this.localMediaHandler.disableScreenShare())}this.emit("screenShareUpdate",{screenShareEnabled:this.screenShareEnabled,screenShareTracks:this.screenShareTracks})}})}updateScreenshareConstraints(t){return u(this,null,function*(){if(!this.localMediaHandler.updateScreenshareConstraints)throw new _("Unsupported","1102");yield this.localMediaHandler.updateScreenshareConstraints(t)})}disableAudio(){return u(this,null,function*(){this.audioEnabled&&(this.localMediaHandler.disableAudio(),o(this,it,at)&&o(this,ut,vt).muteSelf(),this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack}),$.audioOff())})}disableVideo(){return u(this,null,function*(){this.videoEnabled&&(yield this.localMediaHandler.disableVideo(),o(this,it,at)&&(yield o(this,ut,vt).pauseWebcam()),this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack}),$.videoOff())})}disableScreenShare(){return u(this,null,function*(){this.screenShareEnabled&&(yield this.localMediaHandler.disableScreenShare(),o(this,it,at)&&(yield o(this,ut,vt).disableScreenShare()),this.emit("screenShareUpdate",{screenShareEnabled:this.screenShareEnabled,screenShareTracks:this.screenShareTracks}))})}getAllDevices(){return this.localMediaHandler.getAllDevices()}setIsPinned(t,e=!0){var r;y(this,go,t);const n=t?"pinned":"unpinned";(r=o(this,Ni,Bs))==null||r.updateSource(this.id,{pinned:t}),e&&this.emit(n,this)}get isPinned(){return o(this,go)}pin(){return u(this,null,function*(){if(!o(this,it,at))throw new _("Can`t pin participants without joining room","1105");return this.show(),o(this,ut,vt).pinPeer(this.id)})}unpin(){return u(this,null,function*(){if(!o(this,it,at))throw new _("Can`t unpin participants without joining room","1105");return o(this,ut,vt).pinPeer(null)})}hide(){return u(this,null,function*(){if(!o(this,it,at))throw new _("Can`t toggle participant tile without joining room","1105");this.hidden=!0,this.emit("toggleTile",{hidden:this.hidden})})}show(){if(!o(this,it,at))throw new _("Can`t toggle participant tile without joining room","1105");this.hidden=!1,this.emit("toggleTile",{hidden:this.hidden})}setDevice(t){return u(this,null,function*(){var e,r,n;if(!t)throw new _("No device selected","1104");const i=this.getCurrentDevices();if(t.deviceId&&(((e=i==null?void 0:i.audio)==null?void 0:e.deviceId)===t.deviceId||((r=i==null?void 0:i.video)==null?void 0:r.deviceId)===t.deviceId||((n=i==null?void 0:i.speaker)==null?void 0:n.deviceId)===t.deviceId)&&(h.warn("DyteSelf.setDevice.setting_to_in_use_device",{devices:[t]}),Q.hasFeature(ie.SKIP_SETTING_IN_USE_DEVICE)))throw new _("Cannot set device currently in use","1106");switch(t.kind){case"audioinput":try{yield this.localMediaHandler.setAudioDevice(t)}catch(s){o(this,it,at)&&(yield o(this,ut,vt).muteSelf()),this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack})}break;case"audiooutput":yield this.localMediaHandler.setSpeakerDevice(t);break;case"videoinput":try{yield this.localMediaHandler.setVideoDevice(t)}catch(s){o(this,it,at)&&(yield o(this,ut,vt).pauseWebcam()),this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack})}break}})}cleanUpTracks(){var t,e,r,n;(t=this.audioTrack)==null||t.stop(),(e=this.rawAudioTrack)==null||e.stop(),(r=this.videoTrack)==null||r.stop(),(n=this.rawVideoTrack)==null||n.stop()}registerVideoElement(t,e=!1){var r,n;e?o(this,fo).add(t):o(this,vo).add(t),this.updateVideo(t),e||(n=o(this,Ni,Bs))==null||n.addSource(this.id,t,this.videoEnabled,this.isPinned,this.name,this.picture,(r=this.raised)!=null?r:!1)}deregisterVideoElement(t,e=!1){t.srcObject=void 0,e?o(this,fo).delete(t):(o(this,vo).delete(t),o(this,Ni,Bs).removeSource(this.id))}updateVideo(t,e=!1){var r,n,i;if(this.videoEnabled){if(this.videoTrack==null)return;const s=(r=t.srcObject)==null?void 0:r.getTracks()[0];if((s==null?void 0:s.id)===this.videoTrack.id)return;const a=new MediaStream;a.addTrack(this.videoTrack),t.srcObject=a,e||(n=o(this,Ni,Bs))==null||n.enableSource(this.id)}else t.srcObject=void 0,e||(i=o(this,Ni,Bs))==null||i.disableSource(this.id);t.style.display=this.videoEnabled?"block":"none"}},mo=new WeakMap,Gt=new WeakMap,go=new WeakMap,vn=new WeakMap,Ni=new WeakSet,Bs=function(){return o(this,vn).getValue("pip")},ut=new WeakSet,vt=function(){return o(this,vn).getValue("roomNodeClient")},it=new WeakSet,at=function(){var t;return((t=o(this,vn).getValue("connectionHandler"))==null?void 0:t.mediaJoined)===!0},fo=new WeakMap,vo=new WeakMap,Zd=new WeakSet,tp=function(){Array.from(o(this,vo)).forEach(t=>this.updateVideo(t,!1)),Array.from(o(this,fo)).forEach(t=>this.updateVideo(t,!0))},Qy);Pe([g.trace("DyteSelf.cleanupEvents")],me.prototype,"cleanupEvents",1),Pe([g.trace("DyteSelf.setupEvents")],me.prototype,"setupEvents",1),Pe([g.trace("DyteSelf.setName")],me.prototype,"setName",1),Pe([g.trace("DyteSelf.setupTracks")],me.prototype,"setupTracks",1),Pe([g.trace("DyteSelf.destructMediaHandler")],me.prototype,"destructMediaHandler",1),Pe([g.trace("DyteSelf.removeDocumentEventListeners")],me.prototype,"removeDocumentEventListeners",1),Pe([Gn.executeWithLock({methodName:"meeting.self.enableAudio",lockName:"DyteSelf.toggleAudio",timeout:3e3}),g.trace("DyteSelf.enableAudio")],me.prototype,"enableAudio",1),Pe([Gn.executeWithLock({methodName:"meeting.self.enableVideo",lockName:"DyteSelf.toggleVideo",timeout:3e3}),g.trace("DyteSelf.enableVideo")],me.prototype,"enableVideo",1),Pe([g.trace("DyteSelf.updateVideoConstraints")],me.prototype,"updateVideoConstraints",1),Pe([g.trace("DyteSelf.enableScreenShare"),Gn.executeWithLock({methodName:"meeting.self.enableScreenShare",lockName:"DyteSelf.toggleScreenShare",timeout:3e3})],me.prototype,"enableScreenShare",1),Pe([g.trace("DyteSelf.updateScreenshareConstraints")],me.prototype,"updateScreenshareConstraints",1),Pe([Gn.executeWithLock({methodName:"meeting.self.disableAudio",lockName:"DyteSelf.toggleAudio",timeout:3e3}),g.trace("DyteSelf.disableAudio")],me.prototype,"disableAudio",1),Pe([Gn.executeWithLock({methodName:"meeting.self.disableVideo",lockName:"DyteSelf.toggleVideo",timeout:3e3}),g.trace("DyteSelf.disableVideo")],me.prototype,"disableVideo",1),Pe([Gn.executeWithLock({methodName:"meeting.self.disableScreenShare",lockName:"DyteSelf.toggleScreenShare",timeout:3e3}),g.trace("DyteSelf.disableScreenShare")],me.prototype,"disableScreenShare",1),Pe([g.trace("DyteSelf.getAllDevices")],me.prototype,"getAllDevices",1),Pe([g.trace("DyteSelf.setIsPinned")],me.prototype,"setIsPinned",1),Pe([g.trace("DyteSelf.pin")],me.prototype,"pin",1),Pe([g.trace("DyteSelf.unpin")],me.prototype,"unpin",1),Pe([g.trace("DyteSelf.hide")],me.prototype,"hide",1),Pe([g.trace("DyteSelf.show")],me.prototype,"show",1),Pe([g.trace("DyteSelf.setDevice")],me.prototype,"setDevice",1),Pe([g.trace("DyteSelf.cleanUpTracks")],me.prototype,"cleanUpTracks",1),Pe([g.trace("DyteSelf.registerVideoElement")],me.prototype,"registerVideoElement",1),Pe([g.trace("DyteSelf.deregisterVideoElement")],me.prototype,"deregisterVideoElement",1),Pe([g.trace("DyteSelf.__init__")],me,"__init__",1),me=Pe([Tt("1100")],me);var hL=Object.defineProperty,pL=Object.getOwnPropertyDescriptor,mL=(t,e,r,n)=>{for(var i=n>1?void 0:n?pL(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&hL(e,r,i),i};let Ws;var el,Xy;const Zy=(Xy=class{constructor(t,e){f(this,"socket"),v(this,el,void 0),y(this,el,e),this.socket=t,this.handleSocketEvents()}static create(t,e){return Ws||(Ws=new Zy(t,e)),Ws}static cleanup(){var t;try{(t=Ws==null?void 0:Ws.socket)==null||t.disconnect()}catch(e){h.error("roomSocketHandler::cleanup")}Ws=void 0}joinRoom(t){return u(this,null,function*(){var e;this.socket.joinAttempted=!0;const r={capabilities:[],peer:{displayName:(e=t.name)!=null?e:"Participant",customParticipantId:t.customParticipantId,peerId:t.id,userId:t.userId,displayPictureUrl:t.picture,waitlisted:!1},roomUuid:""},n=this.socket.sendMessagePromise(W.joinRoom,gM.toBinary(r));try{const{peer:i}=ms.fromBinary((yield n).payload);o(this,el).getValue("connectionHandler").socketJoined=!0,C.emit(R.SOCKET_SERVICE_ROOM_JOINED,{peer:i});const s=this.getRoomState(),a=this.getRoomPeersNonPaginated(),[{room:c},{peers:d}]=yield Promise.all([s,a]);return C.emit(R.ROOM_STATE,c),C.emit(R.SOCKET_PEERS,d),{peer:i}}catch(i){throw h.error("RoomSocketHandler.joinRoom.failed",{error:i}),new _("Error: RoomSocketHandler.joinRoom failed.","0002",i)}})}getAllAddedParticipants(){return u(this,null,function*(){try{return ZM.fromBinary((yield this.socket.sendMessagePromise(W.getAllAddedParticipants)).payload).participants.map(t=>{var e=t,{id:r}=e,n=Mc(e,["id"]);return G(x({},n),{userId:r})})}catch(t){return[]}})}getRoomPeers(t,e,r){return u(this,null,function*(){let n;try{const i={seachQuery:t,limit:e,offset:r},s=yield this.socket.sendMessagePromise(W.getRoomPeersInfo,sM.toBinary(i));n=ih.fromBinary(s.payload)}catch(i){h.error("getRoomPeers::binary_decode_error",{error:i})}return n})}getRoomPeersNonPaginated(){return u(this,null,function*(){let t;try{const e=yield this.socket.sendMessagePromise(W.getRoomPeersInfo);t=ih.fromBinary(e.payload)}catch(e){h.error("getRoomJoinedPeers::binary_decode_error",{error:e})}return t})}getStagePeers(){return u(this,null,function*(){let t;try{const e=yield this.socket.sendMessagePromise(W.getRoomPeersInfo);t=ih.fromBinary(e.payload)}catch(e){h.error("getRoomJoinedPeers::binary_decode_error",{error:e})}return t})}getPeerInfo(t){return u(this,null,function*(){let e;try{const r=yield this.socket.sendMessagePromise(W.getPeerInfo,Uv.toBinary({peerId:t}));e=ms.fromBinary(r.payload)}catch(r){h.error("getPeerInfo::binary_decode_error",{error:r})}return e})}getRoomState(){return u(this,null,function*(){let t=Vv.create();try{const e=yield this.socket.sendMessagePromise(W.getRoomInfo);t=Vv.fromBinary(e.payload)}catch(e){h.error("getRoomState::binary_decode_error",{error:e})}return t})}getRoomStageState(){return u(this,null,function*(){let t=Hv.create();try{const e=yield this.socket.sendMessagePromise(W.getRoomStageState);t=Hv.fromBinary(e.payload)}catch(e){h.error("getRoomStageState::binary_decode_error",{error:e})}return t})}broadcastMessage(t,e){return u(this,null,function*(){const r={type:t,payload:new TextEncoder().encode(JSON.stringify(e)),timestamp:Date.now(),ids:[]};return this.socket.sendMessagePromise(W.broadcastMessage,Ia.toBinary(r))})}broadcastToMeetings(t,e,r){return u(this,null,function*(){const n={type:t,payload:new TextEncoder().encode(JSON.stringify(r)),timestamp:Date.now(),ids:e,broadcastType:1};return this.socket.sendMessagePromise(W.broadcastToEntity,Ia.toBinary(n))})}broadcastToPeers(t,e,r){return u(this,null,function*(){const n={type:t,payload:new TextEncoder().encode(JSON.stringify(r)),timestamp:Date.now(),ids:e,broadcastType:0};return this.socket.sendMessage(W.broadcastToEntity,Ia.toBinary(n))})}leaveRoom(){return u(this,null,function*(){this.socket.joinAttempted=!1,this.socket.sendMessagePromise(W.leaveRoom,vM.toBinary({}))})}kick(t){return u(this,null,function*(){const e={peerIds:[t]};this.socket.sendMessage(W.kick,nA.toBinary(e))})}kickAll(t=!1){return u(this,null,function*(){const e={propagateKickAcrossRooms:t};this.socket.sendMessage(W.kickAll,Iv.toBinary(e))})}getWaitingRoomRequests(){this.socket.sendMessage(W.getWaitingRoomRequests)}acceptWaitingRoomRequest(t){const e={userIds:t};this.socket.sendMessage(W.acceptWaitingRoomRequests,aA.toBinary(e))}rejectWaitingRoomRequest(t){const e={userIds:t};this.socket.sendMessage(W.denyWaitingRoomRequests,cA.toBinary(e))}updatePermissions(t,e){return u(this,null,function*(){const r={updatePeersPresets:[]};return t.forEach(n=>{r.updatePeersPresets.push({userIds:n,patch:e})}),this.socket.sendMessagePromise(vd.updateUserPreset,VA.toBinary(r))})}handleSocketEvents(){this.socket.on(W.broadcastMessage,({payload:t})=>{try{const e=Ia.fromBinary(t);C.emit(R.ROOM_MESSAGE,{payload:JSON.parse(new TextDecoder().decode(e.payload)),type:e.type,timestamp:e.timestamp})}catch(e){h.error("failed to decode broadcast message:",e)}}),this.socket.on(W.broadcastToEntity,({payload:t})=>{try{const e=Ia.fromBinary(t);C.emit(R.MESSAGE,{payload:JSON.parse(new TextDecoder().decode(e.payload)),type:e.type,timestamp:e.timestamp})}catch(e){h.error("failed to decode peer broadcast message:",e)}})}on(t,e){let r,n;switch(t){case W.joinRoom:case W.leaveRoom:case W.kick:case W.kickAll:{r=ms.fromBinary.bind(ms),n=ms.create();break}case W.getWaitingRoomRequests:{r=(i,s)=>i?jv.fromBinary(i,s):{requests:[]},n=jv.create();break}case W.recordingPaused:case W.recordingStarted:case W.recordingStopped:{r=ty.fromBinary.bind(ty);break}case vd.updateUserPreset:{r=Gv.fromBinary.bind(Gv);break}case wr.peerJoinedBroadcast:case ur.peerJoinedBroadcast:{r=Mv.fromBinary.bind(Mv);break}case wr.selfJoinComplete:case ur.selfJoinComplete:{r=Zu.fromBinary.bind(Zu);break}case wr.globalPeerPinBroadcast:case ur.globalPeerPinBroadcast:{r=Ov.fromBinary.bind(Ov);break}case wr.selectedPeer:case ur.selectedPeer:{r=Xu.fromBinary.bind(Xu);break}case wr.selectedPeerDiff:case ur.selectedPeerDiff:{r=Rv.fromBinary.bind(Rv);break}case wr.leaveRoom:case ur.leaveRoom:{r=eh.fromBinary.bind(eh);break}}this.socket.on(t,({payload:i})=>{let s=n;if(!r)return e(void 0);try{s=r(i)}catch(a){h.error("roomSocketHandler::on::binary_decode_error",{error:a})}return e(s)})}getUserPermissions(t){return u(this,null,function*(){const e={userIds:[t]};try{const r=yield this.socket.sendMessagePromise(vd.getUserPresets,MA.toBinary(e)),n=NA.fromBinary(r.payload).peerPresets[0],i=new TextDecoder().decode(n.preset),s=JSON.parse(i).permissions;return{chat:s.chat,polls:s.polls,plugins:s.plugins}}catch(r){throw h.error("Error in getting user preset",{error:r}),r}})}},el=new WeakMap,Xy);let tl=Zy;mL([g.trace("RoomSocketHandler.joinRoom")],tl.prototype,"joinRoom",1);var Li={},rl={};Object.defineProperty(rl,"__esModule",{value:!0}),rl.Logger=void 0;class gL{constructor(e){}debug(){}warn(){}error(){}}rl.Logger=gL,Object.defineProperty(Li,"__esModule",{value:!0});var nl=Li.AwaitQueue=Li.AwaitQueueRemovedTaskError=Li.AwaitQueueStoppedError=void 0;const fL=rl,Jn=new fL.Logger;class rp extends Error{constructor(e){super(e!=null?e:"AwaitQueue stopped"),this.name="AwaitQueueStoppedError",typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(this,rp)}}Li.AwaitQueueStoppedError=rp;class il extends Error{constructor(e){super(e!=null?e:"AwaitQueue task removed"),this.name="AwaitQueueRemovedTaskError",typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(this,il)}}Li.AwaitQueueRemovedTaskError=il;class vL{constructor(){this.pendingTasks=new Map,this.nextTaskId=0,this.stopping=!1}get size(){return this.pendingTasks.size}push(e,r){return u(this,null,function*(){if(r=r!=null?r:e.name,Jn.debug(`push() [name:${r}]`),typeof e!="function")throw new TypeError("given task is not a function");if(r)try{Object.defineProperty(e,"name",{value:r})}catch(n){}return new Promise((n,i)=>{const s={id:this.nextTaskId++,task:e,name:r,enqueuedAt:Date.now(),executedAt:void 0,completed:!1,resolve:a=>{if(s.completed)return;s.completed=!0,this.pendingTasks.delete(s.id),Jn.debug(`resolving task [name:${s.name}]`),n(a);const[c]=this.pendingTasks.values();c&&!c.executedAt&&this.execute(c)},reject:a=>{if(!s.completed&&(s.completed=!0,this.pendingTasks.delete(s.id),Jn.debug(`rejecting task [name:${s.name}]: %s`,String(a)),i(a),!this.stopping)){const[c]=this.pendingTasks.values();c&&!c.executedAt&&this.execute(c)}}};this.pendingTasks.set(s.id,s),this.pendingTasks.size===1&&this.execute(s)})})}stop(){Jn.debug("stop()"),this.stopping=!0;for(const e of this.pendingTasks.values())Jn.debug(`stop() | stopping task [name:${e.name}]`);this.stopping=!1}remove(e){Jn.debug(`remove() [taskIdx:${e}]`);const r=Array.from(this.pendingTasks.values())[e];if(!r){Jn.debug(`stop() | no task with given idx [taskIdx:${e}]`);return}r.reject(new il)}dump(){const e=Date.now();let r=0;return Array.from(this.pendingTasks.values()).map(n=>({idx:r++,task:n.task,name:n.name,enqueuedTime:n.executedAt?n.executedAt-n.enqueuedAt:e-n.enqueuedAt,executionTime:n.executedAt?e-n.executedAt:0}))}execute(e){return u(this,null,function*(){if(Jn.debug(`execute() [name:${e.name}]`),e.executedAt)throw new Error("task already being executed");e.executedAt=Date.now();try{const r=yield e.task();e.resolve(r)}catch(r){e.reject(r)}})}}nl=Li.AwaitQueue=vL;function yL(t,e){const r=new Error(e);return r.name=t,r}class yo extends _{constructor(e){super(e),this.name="UnsupportedError",Error.hasOwnProperty("captureStackTrace")?Error.captureStackTrace(this,yo):this.stack=new Error(e).stack}}class Jt extends _{constructor(e){super(e),this.name="InvalidStateError",Error.hasOwnProperty("captureStackTrace")?Error.captureStackTrace(this,Jt):this.stack=new Error(e).stack}}class xi extends _{constructor(e){super(e),this.name="TransportConnectionError",Error.hasOwnProperty("captureStackTrace")?Error.captureStackTrace(this,Jt):this.stack=new Error(e).stack}}const eS=t=>new Promise(e=>setTimeout(e,t));function np(t,e){return u(this,null,function*(){return new Promise((r,n)=>u(this,null,function*(){const{strategy:i,maxRetryCount:s,delayTime:a}=x({strategy:"linear",maxRetryCount:3,delayTime:10},e);let c=0,d,l=!1;const p=m=>{l=!0,n(m)};for(;c<s;){try{const m=yield t(c,p);return r(m)}catch(m){if(d=m,l)break;if(c<s)i==="linear"?yield eS(a*(c+1)):i==="exponential"&&(yield eS(a*(c+Math.max(0,c-1))));else break}c+=1}return n(d)}))})}function SL(t){return t.map(e=>({channels:e.channels,clockRate:e.clockRate,mimeType:e.mimeType,sdpFmtpLine:e.sdpFmtpLine}))}function EL(t){return t.map(e=>({uri:e.uri}))}function sl(t){return{codecs:SL(t.codecs),headerExtensions:EL(t.headerExtensions)}}function TL(t){const e=RTCRtpReceiver.getCapabilities("audio"),r=RTCRtpReceiver.getCapabilities("video"),n=RTCRtpSender.getCapabilities("audio"),i=RTCRtpSender.getCapabilities("video");t&&(r.codecs=r.codecs.filter(({mimeType:a})=>t===a),i.codecs=i.codecs.filter(({mimeType:a})=>t===a));const s={audio:sl(e),video:sl(r)};return{sender:{audio:sl(n),video:sl(i)},receiver:s}}var kt;class kL{constructor(e,r){v(this,kt,void 0),f(this,"events"),f(this,"sfuType"),y(this,kt,e),this.sfuType=r,this.events=r===lt.CF?wr:ur}joinRoom(e,r,n,i=!1,s=null){return u(this,null,function*(){const a={roomUuid:e,displayName:r,prejoined:i,capabilities:n};return s&&(a.location=s),(yield o(this,kt).sendMessagePromiseWithTimeout({event:this.events.joinRoom,protobuf:fC.toBinary(a),timeout:5e3})).payload})}connectTransport(e){return u(this,null,function*(){const r=(yield o(this,kt).sendMessagePromise(this.events.createWebRTCTransport,GI.toBinary(e))).payload,{transportId:n,description:i,producerIds:s}=kv.fromBinary(r),a={sdp:i==null?void 0:i.sdp,type:i.type};return{transportId:n,answer:a,producerIds:s}})}produce(e){return u(this,null,function*(){var r,n;const i=(yield o(this,kt).sendMessagePromise(this.events.produce,IC.toBinary(e))).payload,s=lR.fromBinary(i);return{answer:{sdp:(r=s==null?void 0:s.description)==null?void 0:r.sdp,type:(n=s==null?void 0:s.description)==null?void 0:n.type},producerId:s.producerId}})}consume(e){return u(this,null,function*(){if(this.sfuType===lt.HIVE)throw new Error("Hive does not support socket consumer operations");const r=(yield o(this,kt).sendMessagePromise(this.events.consume,_C.toBinary(e))).payload,{consumerIdsMap:{map:n},description:i}=cR.fromBinary(r);return{consumerStateMap:n,sessionDescription:i}})}closeProducer(e){return u(this,null,function*(){const r=(yield o(this,kt).sendMessagePromise(this.events.closeProducer,NC.toBinary(e))).payload,{description:n}=vR.fromBinary(r);return n})}closeConsumer(e){return u(this,null,function*(){if(this.sfuType===lt.HIVE)throw new Error("Hive does not support socket consumer operations");return(yield o(this,kt).sendMessagePromise(this.events.closeConsumer,xC.toBinary(e))).payload})}hostControlForPeer(e,r){return u(this,null,function*(){const n={audio:r==="audio",screeShare:!1,video:r==="video",participantId:e},i=(yield o(this,kt).sendMessagePromise(this.events.hostControlPeer,HC.toBinary(n))).payload;if(!i)return!1;const{status:s}=PR.fromBinary(i);return s==="success"})}hostControlForAll(e){return u(this,null,function*(){const r={audio:e==="audio",screenShare:!1,video:e==="video"},n=(yield o(this,kt).sendMessagePromise(this.events.hostControlAllPeers,GC.toBinary(r))).payload;if(!n)return!1;const{status:i}=CR.fromBinary(n);return i==="success"})}kickAll(){return u(this,null,function*(){const e={propagateKickAcrossRooms:!1},r=(yield o(this,kt).sendMessagePromise(this.events.kickAll,Iv.toBinary(e))).payload;if(!r)return!1;const{status:n}=wR.fromBinary(r);return n==="success"})}kickPeer(e){return u(this,null,function*(){const r=(yield o(this,kt).sendMessagePromise(this.events.kickPeer,UC.toBinary(e))).payload;if(!r)return!1;const{status:n}=kR.fromBinary(r);return n==="success"})}changeDisplayName(e){return u(this,null,function*(){const r=(yield o(this,kt).sendMessagePromise(this.events.changeDisplayName,WC.toBinary(e))).payload;if(!r)return!1;const{status:n}=MR.fromBinary(r);return n==="success"})}notifySelfJoinComplete(){return u(this,null,function*(){const e={},r=(yield o(this,kt).sendMessagePromise(this.events.selfJoinComplete,yC.toBinary(e))).payload;return Zu.fromBinary(r)})}audioActivity(e){return u(this,null,function*(){o(this,kt).sendMessage(this.events.audioActivity,$I.toBinary(e))})}}kt=new WeakMap;class So extends Et.EventEmitter{constructor(){super(),this.setMaxListeners(1/0)}safeEmit(e,...r){const n=this.listenerCount(e);try{return this.emit(e,...r)}catch(i){return h.error(`EnhancedEventEmitter:: safeEmit() | event listener ${e} threw an error`,{error:i}),Boolean(n)}}safeEmitAsPromise(e,...r){return u(this,null,function*(){const n={}.EVENT_PROMISE_TIMEOUT?parseInt({}.EVENT_PROMISE_TIMEOUT,10):1e4;return this.safeEmitAsPromiseWithTimeout(e,n,...r)})}safeEmitAsPromiseWithTimeout(e,r,...n){return u(this,null,function*(){return new Promise((i,s)=>{setTimeout(s,r,"event request timeout");try{this.emit(e.toString(),...n,i,s)}catch(a){h.error(`EnhancedEventEmitter:: safeEmitAsPromise() | event listener for event ${e.toString()} threw an error [event:%s]:%o`,{error:a}),s(a)}})})}}class ip extends So{constructor(){super(...arguments),f(this,"_sendWebStream",new MediaStream),f(this,"_sendScreenShareStream",new MediaStream),f(this,"_direction"),f(this,"pc"),f(this,"_transportReady",!1),f(this,"_mapMidTransceiver",new Map),f(this,"enableHighBitrate",!1),f(this,"enableStereo",!1),f(this,"enableDtx",!0)}get midTransceiverMap(){return this._mapMidTransceiver}close(){if(h.debug(`${this.name}::close()`),this.pc)try{this.pc.close()}catch(e){h.error(`${this.name}::pc.close()`,{error:e})}}restartIce(){return u(this,null,function*(){h.debug(`${this.name}::restartIce()`);const e=yield this.pc.createOffer({iceRestart:!0});return h.debug(`${this.name}::restartIce() | calling pc.setLocalDescription() [offer:${JSON.stringify(e)}]`),{offerSdp:e,callback:r=>u(this,null,function*(){h.info(`${this.name}::restartIce() | calling pc.setRemoteDescription() [answer:${JSON.stringify(r)}]`),yield this.pc.setRemoteDescription(r)})}})}init({direction:e,iceServers:r,iceTransportPolicy:n,additionalSettings:i,proprietaryConstraints:s,onTrackHandler:a}){h.debug("HandlerInterface::init()"),this._direction=e,this.pc=new RTCPeerConnection(x({iceServers:r||[],iceTransportPolicy:n||"all",bundlePolicy:"max-bundle",rtcpMuxPolicy:"require"},i),s),a&&this.pc.addEventListener("track",c=>{a(c)}),this._addEventListeners()}connect(){return u(this,null,function*(){const e=this.pc.createDataChannel("dyte"),r=yield this.pc.createOffer();return yield this.pc.setLocalDescription(r),h.info(`connect offer: ${JSON.stringify(r)}`),{offerSdp:r,callback:n=>u(this,null,function*(){h.debug(`${this.name}::connect() | calling pc.setRemoteDescription() [answer:${JSON.stringify(n)}]`),yield this.pc.setRemoteDescription(n),e.close()})}})}getTransportStats(){return u(this,null,function*(){return this.pc.getStats()})}_assertSendDirection(){if(this._direction!=="send")throw new Error('method can just be called for handlers with "send" direction')}_assertRecvDirection(){if(this._direction!=="recv")throw new Error('method can just be called for handlers with "recv" direction')}getReceiverStats(e){return u(this,null,function*(){this._assertRecvDirection();const r=this.midTransceiverMap.get(e);if(!r)throw new Error("associated RTCRtpTransceiver not found");return r.receiver.getStats()})}stopSending(e){return u(this,null,function*(){this._assertSendDirection(),h.debug(`stopSending() [localId:${e}]`);const r=this.midTransceiverMap.get(e);if(!r)throw new Error("associated RTCRtpTransceiver not found");r.sender.replaceTrack(null),this.pc.removeTrack(r.sender),r.direction="inactive";const n=yield this.pc.createOffer();return h.debug(`stopSending() | calling pc.setLocalDescription() [offer:${JSON.stringify(n)}]`),yield this.pc.setLocalDescription(n),{offerSdp:n,callback:i=>u(this,null,function*(){h.debug(`stopSending() | calling pc.setRemoteDescription() [answer:${JSON.stringify(i)}]`),yield this.pc.setRemoteDescription(i),this.midTransceiverMap.delete(e)})}})}replaceTrack(e,r){return u(this,null,function*(){this._assertSendDirection(),r?h.debug(`replaceTrack() [localId:${e}, track.id:${r.id}]`):h.debug(`replaceTrack() [localId:${e}, no track]`);const n=this.midTransceiverMap.get(e);if(!n)throw new Error("associated RTCRtpTransceiver not found");yield n.sender.replaceTrack(r)})}setMaxSpatialLayer(e,r){return u(this,null,function*(){this._assertSendDirection(),h.debug(`setMaxSpatialLayer() [localId:${e}, spatialLayer:${r}]`);const n=this.midTransceiverMap.get(e);if(!n)throw new Error("associated RTCRtpTransceiver not found");const i=n.sender.getParameters();i.encodings.forEach((s,a)=>{a<=r?s.active=!0:s.active=!1}),yield n.sender.setParameters(i)})}setRtpEncodingParameters(e,r){return u(this,null,function*(){this._assertSendDirection(),h.debug(`setRtpEncodingParameters() [localId:${e}, params:${JSON.stringify(r)}]`);const n=this.midTransceiverMap.get(e);if(!n)throw new Error("associated RTCRtpTransceiver not found");const i=n.sender.getParameters();i.encodings.forEach((s,a)=>{i.encodings[a]=x(x({},s),r)}),yield n.sender.setParameters(i)})}getSenderStats(e){this._assertSendDirection();const r=this.midTransceiverMap.get(e);if(!r)throw new Error("associated RTCRtpTransceiver not found");return r.sender.getStats()}_addEventListeners(){this.pc.addEventListener("icecandidate",e=>{e.candidate&&this.emit("@icecandidate",{candidate:e.candidate})}),this.pc.addEventListener("iceconnectionstatechange",()=>{switch(this.pc.iceConnectionState){case"checking":this.emit("@connectionstatechange","connecting");break;case"connected":case"completed":this.emit("@connectionstatechange","connected"),this._transportReady=!0;break;case"failed":this.emit("@connectionstatechange","failed");break;case"disconnected":this.emit("@connectionstatechange","disconnected");break;case"closed":this.emit("@connectionstatechange","closed");break;default:h.warn("unknown state");break}}),this.pc.addEventListener("negotiationneeded",()=>{this.emit("@negotiationneeded",{}),h.debug("negotiationneeded")}),this.pc.addEventListener("icegatheringstatechange",()=>{switch(this.pc.iceGatheringState){case"gathering":h.debug("icegatheringstatechange | gathering"),this.emit("@icegatheringstatechange","gathering");break;case"complete":h.debug("icegatheringstatechange | complete"),this.emit("@icegatheringstatechange","complete");break;default:h.warn("unknown state");break}}),this.pc.addEventListener("icecandidateerror",e=>{h.warn("icecandidateerror",{error:{code:e.errorCode,message:e.errorText}})}),this.pc.addEventListener("datachannel",e=>{h.info("data channel created: ",{rtcChannel:{label:e.channel.label}});const{channel:r}=e;r.onopen=()=>{h.info("data channel open: ",{rtcChannel:{label:e.channel.label}}),this.safeEmit("dc_open",e.channel)},r.onclose=()=>{h.warn("data channel closed: ",{rtcChannel:{label:e.channel.label}})},r.onerror=()=>{h.error("data channel error: ",{rtcChannel:{label:e.channel.label}})}}),this.addCustomEventListeners()}addCustomEventListeners(){}}class sp extends ip{static createFactory(){return()=>new sp}get name(){return"Chrome74"}init({direction:e,iceServers:r,iceTransportPolicy:n,additionalSettings:i,proprietaryConstraints:s,onTrackHandler:a}){this._direction=e,this.pc=new RTCPeerConnection(x({iceServers:r||[],iceTransportPolicy:n||"all",bundlePolicy:"max-bundle",rtcpMuxPolicy:"require",sdpSemantics:"unified-plan"},i),s),a&&this.pc.addEventListener("track",c=>{a(c)}),this._addEventListeners()}send(e){return u(this,arguments,function*({track:r,encodings:n,codecOptions:i,screenShare:s}){this._assertSendDirection();const a=this.pc.addTransceiver(r,{direction:"sendonly",streams:[s?this._sendScreenShareStream:this._sendWebStream],sendEncodings:n});if(!navigator.isReactNative){h.debug("creating new transceiver");const l=RTCRtpSender.getCapabilities(typeof r=="string"?r:r.kind);h.info(`senders available params: ${JSON.stringify(l)}`);const p=[];i&&i.length&&i.forEach(m=>{var S;const E=l.codecs.find(b=>b.mimeType.includes(m.name));if(m.parameters){h.debug(`codecOption.parameters:${JSON.stringify(m.parameters)}`);const b=((S=E.sdpFmtpLine)==null?void 0:S.split(";"))||[];b.push(...m.parameters);const O=Array.from(new Set(b).values());E.sdpFmtpLine=O.join(";")}p.push(E)}),h.info(`selected codecs: ${JSON.stringify(p)}`),a.setCodecPreferences(p)}const c=yield this.pc.createOffer();if(yield this.pc.setLocalDescription(c),i&&i.findIndex(({name:l})=>l==="opus")>=0){const{enableDtx:l,enableStereo:p}=this,m=this.enableHighBitrate?p?128e3:64e3:p?64e3:32e3;c.sdp=c.sdp.replace("minptime=10;useinbandfec=1",`minptime=10;useinbandfec=1;${l?"usedtx=1;":""}${p?"stereo=1;sprop-stereo=1;":""}maxaveragebitrate=${m}`),c.sdp+=`a=rtcp-fb:111 nack\r
|
|
19
|
+
`}this.midTransceiverMap.set(a.mid,a);const d=l=>u(this,null,function*(){return h.debug(`send() | calling pc.setRemoteDescription() [answer:${JSON.stringify(l)}]`),yield this.pc.setRemoteDescription(l),a.mid});return h.debug(`send() | calling pc.setLocalDescription() [offer: ${JSON.stringify(c,void 0,2)}]`),{offerSdp:c,callback:d,sender:a.sender,mid:a.mid}})}addCustomEventListeners(){this.pc.addEventListener("datachannel",e=>{const{channel:r}=e;r.onmessage=n=>{this.safeEmit("datachannel",e.channel,String.fromCharCode(...new Uint8Array(n.data)))}})}}class al extends ip{constructor(e){super(),f(this,"supportsSendEncodings",!1),this.supportsSendEncodings=e.supportsSendEncodings}static createFactory(e){return()=>new al(e)}get name(){return"Firefox60"}send(e){return u(this,arguments,function*({track:r,encodings:n,codecOptions:i,screenShare:s}){this._assertSendDirection();const a=this.supportsSendEncodings&&n!==void 0?{sendEncodings:n}:{},c=this.pc.addTransceiver(r,x({direction:"sendonly",streams:[s?this._sendScreenShareStream:this._sendWebStream]},a));if(!this.supportsSendEncodings&&n){n.reverse();const p=c.sender.getParameters();p.encodings=n,yield c.sender.setParameters(p)}const d=(p,m)=>{var S;const E=ci(p),b=E.media[E.media.length-1],O=b.rtp.filter(J=>m.some(P=>P.name===J.codec)),M=b.fmtp.filter(J=>O.some(P=>P.payload===J.payload)),F=(S=b.rtcpFb)==null?void 0:S.filter(J=>O.some(P=>P.payload===J.payload)),V=O.map(J=>J.payload);return E.media[E.media.length-1].rtp=O,E.media[E.media.length-1].fmtp=M,E.media[E.media.length-1].rtcpFb=F,E.media[E.media.length-1].payloads=V.join(" "),Cc(E)},l=yield this.pc.createOffer();if(l.sdp=d(l.sdp,i),h.debug(`send() | calling pc.setLocalDescription() [offer:${JSON.stringify(l)}]`),yield this.pc.setLocalDescription(l),r==="audio"||r.kind==="audio"){const{enableDtx:p,enableStereo:m}=this,S=this.enableHighBitrate?m?128e3:64e3:m?64e3:32e3;l.sdp=l.sdp.replace("minptime=10;useinbandfec=1",`minptime=10;useinbandfec=1;${p?"usedtx=1;":""}${m?"stereo=1;sprop-stereo=1;":""}maxaveragebitrate=${S}`)}return this.midTransceiverMap.set(c.mid,c),{offerSdp:l,callback:p=>u(this,null,function*(){return h.debug(`send() | calling pc.setRemoteDescription() [answer:${JSON.stringify(p)}]`),yield this.pc.setRemoteDescription(p),c.mid}),sender:c.sender,mid:c.mid}})}setMaxSpatialLayer(e,r){return u(this,null,function*(){this._assertSendDirection(),h.debug(`setMaxSpatialLayer() [localId:${e}, spatialLayer:${r}]`);const n=this.midTransceiverMap.get(e);if(!n)throw new Error("associated RTCRtpTransceiver not found");const i=n.sender.getParameters(),s=i.encodings.length-1-r;i.encodings.forEach((a,c)=>{c>=s?a.active=!0:a.active=!1}),yield n.sender.setParameters(i)})}addCustomEventListeners(){this.pc.addEventListener("datachannel",e=>{const{channel:r}=e;r.onmessage=n=>u(this,null,function*(){const i=yield n.data.arrayBuffer();this.safeEmit("datachannel",e.channel,String.fromCharCode(...new Uint8Array(i)))})})}}class ap extends ip{static createFactory(){return()=>new ap}get name(){return"Safari12"}send(e){return u(this,arguments,function*({track:r,encodings:n,codecOptions:i,screenShare:s}){this._assertSendDirection(),h.debug("Safari12::creating new transceiver");const a=this.pc.addTransceiver(r,{direction:"sendonly",streams:[s?this._sendScreenShareStream:this._sendWebStream],sendEncodings:n}),c=RTCRtpSender.getCapabilities(typeof r=="string"?r:r.kind);h.info(`Safari12::senders available params: ${JSON.stringify(c)}`);const d=[];i&&i.length>0&&i.forEach(p=>{var m;const S=c.codecs.find(E=>E.mimeType.includes(p.name));if(p.parameters){h.info(`Safari12::codecOption.parameters:, ${JSON.stringify(p.parameters)}`);const E=((m=S.sdpFmtpLine)==null?void 0:m.split(";"))||[];E.push(...p.parameters);const b=[...new Set(E).values()];S.sdpFmtpLine=b.join(";")}d.push(S)}),h.info(`Safari12::selected codecs: ${JSON.stringify(d)}`),a.setCodecPreferences(d);const l=yield this.pc.createOffer();if(yield this.pc.setLocalDescription(l),r==="audio"||r.kind==="audio"){const{enableStereo:p,enableDtx:m}=this,S=this.enableHighBitrate?p?128e3:64e3:p?64e3:32e3;l.sdp=l.sdp.replace("minptime=10;useinbandfec=1",`minptime=10;useinbandfec=1;${m?"usedtx=1;":""}${p?"stereo=1;sprop-stereo=1;":""}maxaveragebitrate=${S}`)}return this.midTransceiverMap.set(a.mid,a),{offerSdp:l,callback:p=>u(this,null,function*(){return h.debug(`Safari12::send() | calling pc.setRemoteDescription() [answer:${JSON.stringify(p)}]`),yield this.pc.setRemoteDescription(p),a.mid}),sender:a.sender,mid:a.mid}})}addCustomEventListeners(){this.pc.ondatachannel=e=>{const{channel:r}=e;r.onmessage=n=>u(this,null,function*(){const i=String.fromCharCode(...new Uint8Array(n.data));this.safeEmit("datachannel",e.channel,i)})}}}function bL(t,e){return typeof t=="undefined"?e:typeof window!="undefined"&&Object.getOwnPropertyDescriptor(window,"structuredClone")?structuredClone(t):JSON.parse(JSON.stringify(t))}var ol,js,yn,Sn,$n,cl,op,cp,tS,dp,rS;class wL extends So{constructor(e){var r;super(),v(this,Sn),v(this,cl),v(this,cp),v(this,dp),f(this,"rtpReceiver"),f(this,"id"),f(this,"localId"),f(this,"producerId"),f(this,"producingTransportId"),f(this,"mimeType"),f(this,"track"),f(this,"peerId"),f(this,"appData"),f(this,"transceiver"),v(this,ol,void 0),v(this,js,void 0),v(this,yn,void 0),this.id=e.id,this.localId=e.localId,y(this,ol,e.handler),this.appData=e.appData,this.peerId=e.producingPeerId,this.producingTransportId=e.producingTransportId,y(this,yn,!1),this.producerId=e.producerId,this.track=e.track,y(this,js,(r=e.paused)!=null?r:!1),this.mimeType=e.mimeType,this.transceiver=e.transceiver,this.rtpReceiver=e.rtpReceiver,H(this,cp,tS).call(this)}get closed(){return o(this,yn)}get kind(){return this.track.kind}get paused(){return o(this,js)}close(e,r){o(this,yn)||(h.debug(`Consumer::close() ${e?`with reason ${e}`:""}`,o(this,Sn,$n)),y(this,yn,!0),r&&(H(this,dp,rS).call(this),this.transceiver.stop()),this.safeEmit("close",e))}getStats(){return u(this,null,function*(){if(o(this,yn))throw new Jt("closed");return o(this,ol).getReceiverStats(this.localId)})}pause(){if(h.debug("consumer::pause()",o(this,Sn,$n)),o(this,yn)){h.error("consumer::pause() | Consumer closed",o(this,Sn,$n));return}y(this,js,!0),this.track.enabled=!1,this.safeEmit("pause")}resume(){if(h.debug("consumer::resume()",o(this,Sn,$n)),o(this,yn)){h.error("Consumer::resume() | Consumer closed",o(this,Sn,$n));return}y(this,js,!1),this.track.enabled=!0,this.safeEmit("resume")}}ol=new WeakMap,js=new WeakMap,yn=new WeakMap,Sn=new WeakSet,$n=function(){return{consumer:{id:this.id,appData:this.appData,peerId:this.peerId,kind:this.kind}}},cl=new WeakSet,op=function(){h.debug('Consumer::track "ended" event',o(this,Sn,$n)),this.safeEmit("trackended")},cp=new WeakSet,tS=function(){this.track.addEventListener("ended",H(this,cl,op).bind(this))},dp=new WeakSet,rS=function(){try{this.track.removeEventListener("ended",H(this,cl,op)),this.track.stop()}catch(t){h.error("Consumer::destroyTrack()",G(x({},o(this,Sn,$n)),{error:t}))}};var Yr,Eo,To,Hs,Lr,bt,Vi,ko,fr,xr;class _L extends So{constructor(e){var r,n;super(),v(this,fr),f(this,"id"),f(this,"localId"),v(this,Yr,void 0),f(this,"kind"),f(this,"appData"),f(this,"rtpSender"),v(this,Eo,void 0),v(this,To,void 0),v(this,Hs,void 0),v(this,Lr,!1),v(this,bt,void 0),v(this,Vi,void 0),v(this,ko,void 0),this.id=e.id,this.localId=e.localId,y(this,bt,e.track),this.kind=(r=e.track)==null?void 0:r.kind,y(this,Vi,e.disableTrackOnPause?!((n=e.track)!=null&&n.enabled):!1),y(this,ko,void 0),y(this,Eo,e.stopTracks),y(this,To,e.disableTrackOnPause),y(this,Hs,e.zeroRtpOnPause),this.appData=e.appData||{},this._onTrackEnded=this._onTrackEnded.bind(this),y(this,Yr,e.handler),this.rtpSender=e.rtpSender,this._handleTrack()}get closed(){return o(this,Lr)}get track(){return o(this,bt)}get paused(){return o(this,Vi)}get maxSpatialLayer(){return o(this,ko)}close(e){return u(this,null,function*(){if(o(this,Lr))return;if(h.debug(`Producer::close() ${e?`with reason ${e}`:""}`,o(this,fr,xr)),y(this,Lr,!0),this._destroyTrack(),e===ll){this.safeEmit("close",{reason:e});return}const{offerSdp:r,callback:n}=yield o(this,Yr).stopSending(this.localId),{answer:i}=yield this.safeEmitAsPromise("close",{offer:r,reason:e});n(i)})}getStats(){return u(this,null,function*(){if(o(this,Lr))throw new Jt("closed");return o(this,Yr).getSenderStats(this.localId)})}pause(){h.debug("Producer::pause()",o(this,fr,xr)),o(this,Lr)&&h.error("Producer::pause() | Producer closed",o(this,fr,xr)),y(this,Vi,!0),o(this,bt)&&o(this,To)&&(o(this,bt).enabled=!1),o(this,Hs)&&o(this,Yr).replaceTrack(this.localId,null),this.emit("pause")}resume(){if(h.debug("Producer::resume()",o(this,fr,xr)),o(this,Lr)){h.error("Producer::resume() | Producer closed",o(this,fr,xr));return}y(this,Vi,!1),o(this,bt)&&o(this,To)&&(o(this,bt).enabled=!0),o(this,Hs)&&o(this,Yr).replaceTrack(this.localId,o(this,bt)),this.emit("resume")}replaceTrack(e){return u(this,arguments,function*({track:r}){if(h.debug(`Producer::replaceTrack() trackId: ${r==null?void 0:r.id}`,o(this,fr,xr)),o(this,Lr)){if(r&&o(this,Eo))try{r.stop()}catch(n){h.error("Producer::replaceTrack",G(x({},o(this,fr,xr)),{error:n}))}throw new Jt("closed")}else if(r&&r.readyState==="ended")throw new Jt("track ended");if(r===o(this,bt)){h.debug(`replaceTrack() | same track, ignored trackId: ${r.id}`,o(this,fr,xr));return}(!o(this,Hs)||!o(this,Vi))&&(yield o(this,Yr).replaceTrack(this.localId,r)),this._destroyTrack(),y(this,bt,r),this._handleTrack()})}setMaxSpatialLayer(e){return u(this,null,function*(){if(o(this,Lr))throw new Jt("closed");if(this.kind!=="video")throw new yo("not a video Producer");if(typeof e!="number")throw new TypeError("invalid spatialLayer");yield o(this,Yr).setMaxSpatialLayer(this.localId,e),y(this,ko,e)})}setRtpEncodingParameters(e){return u(this,null,function*(){if(o(this,Lr))throw new Jt("closed");if(typeof e!="object")throw new TypeError("invalid params");yield o(this,Yr).setRtpEncodingParameters(this.localId,e)})}_onTrackEnded(){h.debug(`Producer::track "ended" event trackId: ${this.track.id}`,o(this,fr,xr)),this.safeEmit("trackended",this.track.id)}_handleTrack(){o(this,bt)&&o(this,bt).addEventListener("ended",this._onTrackEnded)}_destroyTrack(){var e;if(o(this,bt))try{o(this,bt).removeEventListener("ended",this._onTrackEnded),o(this,Eo)&&o(this,bt).stop()}catch(r){h.error(`Producer::_destroyTrack trackId: ${(e=this.track)==null?void 0:e.id}`,G(x({},o(this,fr,xr)),{error:r}))}}}Yr=new WeakMap,Eo=new WeakMap,To=new WeakMap,Hs=new WeakMap,Lr=new WeakMap,bt=new WeakMap,Vi=new WeakMap,ko=new WeakMap,fr=new WeakSet,xr=function(){return{producer:{id:this.id,appData:this.appData,kind:this.kind}}};function nS(t){return typeof t=="object"&&!Array.isArray(t)&&t!==null}function lp(t){return Math.random().toString(36).substring(2,2+t)}const dl=1;function iS(t){const e=t;return delete e.payload._bolt,e}function PL(t){return t.payload&&nS(t.payload)}function sS(t){var e,r;return PL(t)&&(r=(e=t.payload._bolt)==null?void 0:e.id)!=null?r:""}var Ui;const bo=class extends Et.EventEmitter{constructor(t,e,r){super(),f(this,"channel"),f(this,"queue"),f(this,"serverProtocolVersion"),v(this,Ui,new Map),f(this,"respond",(n,i,s=!1)=>{let a;s?a=bo.createErrorResponse(n,i):a=bo.createResponse(n,i),this.channel.send(JSON.stringify(a))}),f(this,"notify",n=>{const i=bo.createNotification(n);this.channel.send(JSON.stringify(i))}),f(this,"request",n=>u(this,null,function*(){const i=bo.createRequest(n),s=new Promise((a,c)=>{const{id:d}=i.payload._bolt,l={id:d,method:i.type,resolve:p=>{this.queue.delete(d)&&(clearTimeout(l.timer),a(p))},timer:setTimeout(()=>{this.queue.delete(d)&&c(new Error(`request timeout for message id: ${d}`))},2e4),cancel:p=>{this.queue.delete(d)&&(clearTimeout(l.timer),c(p))}};this.queue.set(d,l)});return this.channel.send(JSON.stringify(i)),s})),f(this,"send",n=>{const i=JSON.stringify(n),s=16384;if(i.length>s){const a=s-200,c=Math.ceil(i.length/a),d=[];for(let p=0;p<c;p+=1){const m=p*a,S=(p+1)*a;d.push(i.slice(m,S))}const l=ns();for(let p=0;p<c;p+=1){const m=d[p],S=JSON.stringify({id:l,count:c,chunkIndex:p,chunk:m});h.debug(`Sending message chunk over dc: ${S}`),this.channel.send(S)}}else h.debug(`Sending message over dc: ${i}`),this.channel.send(i)}),f(this,"processMessage",n=>{var i;o(this,Ui).has(n.id)||o(this,Ui).set(n.id,[]);const s=o(this,Ui).get(n.id);if(s[n.chunkIndex]=n,(s==null?void 0:s.length)===n.count&&!s.some(a=>a===void 0)){const a=o(this,Ui).get(n.id),c=a==null?void 0:a.reduce((l,p)=>l+p.chunk,"");o(this,Ui).delete(n.id);const d=JSON.parse(c);if(!d.payload||!nS(d.payload))throw new Error("corrupted incoming message over dc",{cause:{code:"CORRUPT_DC_MESSAGE",values:d}});if(this.processBoltHandshake(d))return;if(this.serverProtocolVersion=(i=d.payload._bolt)==null?void 0:i.version,!this.processResponseMsg(d))return d}}),f(this,"processResponseMsg",n=>{const{id:i}=n.payload._bolt,s=this.queue.get(i);return s?(h.debug(`resolving pending request with id: ${i}, complete response: ${JSON.stringify(n)}`),n.type==="error"?s.cancel(iS(n)):s.resolve(iS(n)),!0):!1}),f(this,"processBoltHandshake",n=>{var i,s;return n.type==="_bolt"||n.type==="handshake"?(this.respond((s=(i=n.payload._bolt)==null?void 0:i.id)!=null?s:lp(8),{type:"_bolt",payload:{message:"pong"}}),!0):!1}),this.label=e,this.transportId=r,this.channel=t,this.queue=new Map}};let wo=bo;Ui=new WeakMap,f(wo,"createRequest",t=>{var e;if((e=t.payload)!=null&&e._bolt)throw new Error("rpc fields are internal values");return{type:t.type,payload:G(x({},t.payload),{_bolt:{id:lp(8),type:"REQUEST",version:dl}})}}),f(wo,"createResponse",(t,e)=>{var r;if((r=e.payload)!=null&&r._bolt)throw new Error("rpc fields are internal values");return{type:e.type,payload:G(x({},e.payload),{_bolt:{id:t,type:"RESPONSE",version:dl}})}}),f(wo,"createNotification",t=>{var e;if((e=t.payload)!=null&&e._bolt)throw new Error("rpc fields are internal values");return{type:t.type,payload:G(x({},t.payload),{bolt:{id:lp(8),type:"NOTIFY",version:dl}})}}),f(wo,"createErrorResponse",(t,e)=>({type:"error",payload:{error:e.message,_bolt:{id:t,type:"RESPONSE",version:dl}}}));function IL(t){if(Promise.allSettled)return Promise.allSettled(t);const e=t.map(r=>r.then(n=>({status:"fulfilled",value:n})).catch(n=>({status:"rejected",reason:n})));return Promise.all(e)}const ll="transport closed";var _o;const Po=class extends So{constructor(t,{id:e,direction:r,handlerFactory:n,iceServers:i,iceTransportPolicy:s,proprietaryConstraints:a,additionalSettings:c,appData:d,config:l}){var p,m,S;super(),f(this,"awaitQueue"),f(this,"observer"),v(this,_o,void 0),f(this,"id"),f(this,"serverId"),f(this,"direction"),f(this,"maxSctpMessageSize"),f(this,"handler"),f(this,"connectionState","new"),f(this,"producers"),f(this,"consumers"),f(this,"datachannels"),f(this,"connected",!1),f(this,"eventsDCReadyPromise"),f(this,"eventsDCReadyPromiseResolver"),f(this,"eventsDCFailureTimer"),f(this,"transportConnectionPromise"),f(this,"consumerTrackEvents"),f(this,"unknownTracksMap"),f(this,"appData"),h.debug(`constructor() [id: ${e}, direction: ${r}]`),y(this,_o,t),this.id=e,this.direction=r;const E=bL(c,{});delete E.iceServers,delete E.iceTransportPolicy,delete E.bundlePolicy,delete E.rtcpMuxPolicy,delete E.sdpSemantics,this.producers=new Map,this.consumers=new Map,this.datachannels=new Map,this.consumerTrackEvents=new Map,this.unknownTracksMap=new Map,this.awaitQueue=new nl,this.observer=new So,this.handler=n(),this.handler.enableHighBitrate=(p=l==null?void 0:l.enableHighBitrate)!=null?p:!1,this.handler.enableStereo=(m=l==null?void 0:l.enableStereo)!=null?m:!1,this.handler.enableDtx=(S=l==null?void 0:l.enableDtx)!=null?S:!0,this.handler.init({onTrackHandler:this._ontrack.bind(this),direction:r,iceServers:i,iceTransportPolicy:s,additionalSettings:c,proprietaryConstraints:a}),this.appData=d||{},this.transportConnectionPromise=new Promise(b=>{this.observer.once("connected",()=>{b(!0)}),this.observer.once("disconnect",()=>{b(!1)}),this.observer.once("close",()=>{b(!1)})}),this.eventsDCReadyPromise=new Promise(b=>{this.eventsDCReadyPromiseResolver=b}),this.handler.on("@connectionstatechange",b=>{b!==this.connectionState&&(h.debug(`connection state changed to ${b}`),this.connectionState=b,b==="connected"&&(this.connected=!0,this.observer.emit("connected")),b==="disconnected"&&(this.connected=!1,this.observer.emit("disconnect")),(b==="failed"||b==="closed")&&(this.connected=!1,this.observer.emit("close")),this.closed||this.safeEmit("connectionstatechange",b))}),this.handler.on("@icecandidate",({candidate:b})=>{this.closed||this.safeEmit("icecandidate",b)}),this.handler.on("dc_open",b=>{let O=this.datachannels.get(b.label);O||(O||(O=new wo(b,b.label,this.serverId),this.datachannels.set(b.label,O)),this.eventsDCFailureTimer=setTimeout(()=>{b.label==="events"&&(this.eventsDCReadyPromiseResolver(!1),this.safeEmit("dc_error",b.label))},5e3))}),this.handler.on("datachannel",(b,O)=>{b.label==="events"&&(this.eventsDCReadyPromiseResolver(!0),this.eventsDCFailureTimer&&clearTimeout(this.eventsDCFailureTimer));const M=this.datachannels.get(b.label);if(!M){h.error("unregistered datachannel for message",{rtcChannel:{label:b.label,message:O}});return}try{const F=JSON.parse(O);h.debug("datachannel message chunk recieved",{dataChannelMessageChunk:{id:F.id,count:F.count,chunkIndex:F.chunkIndex,chunk:F.chunk,transprtId:this.serverId}});const V=M.processMessage(F);if(!V)return;h.debug(`datachannel message with id:${F.id} on transport:${this.serverId}complete - ${JSON.stringify(V)}`),this.emit(`datachannel:${b.label}`,M.label,V)}catch(F){h.error("error parsing message",{error:F})}})}get closed(){return this.connectionState==="closed"}setServerId(t){this.serverId=t}getDatachannel(t){return this.datachannels.get(t)}get isEventsDCReady(){return this.eventsDCReadyPromise}close(){this.closed||(h.debug("Transport close called"),this.connectionState="closed",this.connected=!1,this.handler.close(),Array.from(this.producers.values()).forEach(t=>{t.close(ll).catch(()=>{})}),this.producers.clear(),Array.from(this.consumers.values()).forEach(t=>{t.close(ll)}),this.consumers.clear(),this.consumerTrackEvents.clear(),this.emit("close"),this.observer.emit("close"))}getStats(){return u(this,null,function*(){if(this.closed)throw new Jt("closed");return this.handler.getTransportStats()})}connect(t){return u(this,null,function*(){try{if(yield this.awaitQueue.push(()=>u(this,null,function*(){const{offerSdp:e,callback:r}=yield this.handler.connect(),{transportId:n,answer:i}=yield t(e);this.setServerId(n),yield r(i)})),!(yield this.transportConnectionPromise))throw new Error("ice connection failed");if(o(this,_o)===lt.HIVE&&!(yield this.isEventsDCReady))throw new Error("events datachannel not open")}catch(e){throw h.error("transport failed to connect:",{error:e}),e}})}restartIce(){return u(this,null,function*(){if(h.debug("restartIce()"),this.closed)throw new Jt("closed");return this.handler.restartIce()})}canProduce(t){return u(this,null,function*(){const{track:e,appData:r}=t;if(e){if(this.direction!=="send")throw new yo("not a sending Transport");if(e.readyState==="ended")throw new Jt("track ended");if(this.listenerCount("connect")===0&&this.connectionState==="new")throw new TypeError('no "connect" listener set into this transport');if(r&&typeof r!="object")throw new TypeError("if given, appData must be an object")}else throw new TypeError("missing track");if(!(yield this.transportConnectionPromise))throw new xi("transport not connected");return!0})}produce(t,e){return u(this,null,function*(){if(!(yield this.canProduce(t)))throw new Error("Cannot produce");const{track:r,encodings:n,codecOptions:i,stopTracks:s=!0,disableTrackOnPause:a=!0,zeroRtpOnPause:c=!1,appData:d={}}=t;h.debug(`produce() [track:${r.id}]`);const{producerId:l,localId:p,rtpSender:m}=yield this.awaitQueue.push(()=>u(this,null,function*(){const{offerSdp:S,callback:E,sender:b,mid:O}=yield this.handler.send({track:r,encodings:n,codecOptions:i,screenShare:d==null?void 0:d.screenShare}),{answer:M,producerId:F}=yield e({offer:S,kind:r.kind,paused:a?!r.enabled:!1,appData:G(x({},d||{}),{mid:O}),codecOptions:i,producingTransportId:this.serverId}),V=yield E(M);return{producerId:F,localId:V,rtpSender:b}}),"producer");return this.createProducerObject({id:l,localId:p,track:r,stopTracks:s,disableTrackOnPause:a,zeroRtpOnPause:c,appData:d,handler:this.handler,rtpSender:m})})}createProducerObject(t){return u(this,null,function*(){const e=new _L(t);return this.producers.set(e.id,e),e.once("close",()=>{this.producers.delete(e.id)}),e})}closeProducer(t){return u(this,null,function*(){yield this.awaitQueue.push(t.close.bind(t),"producer")})}canConsume(){return u(this,null,function*(){if(this.closed)throw new Jt("closed");if(this.direction!=="recv")throw new yo("not a receiving transport");if(this.listenerCount("connect")===0&&this.connectionState==="new")throw new TypeError('no "connect" listener set into this transport');if(!(yield this.transportConnectionPromise))throw new xi("transport not connected");return!0})}consume(t,e,r){return u(this,null,function*(){return this.awaitQueue.push(()=>u(this,null,function*(){const n={},{consumerStates:i,sessionDescription:s,failedProducers:a}=yield e(t);i.forEach((l,p)=>{n[p]=this.createConsumerObjectAndWaitForTrack(G(x({},l),{producerId:p}))});const c=a;s&&(h.info("Session description found, sending negotiation request"),yield r(s));const d=[];return yield Promise.all(Object.entries(n).map(([l,p])=>p.then(m=>d.push(m)).catch(()=>{h.error(`Failed to create consumer object, producer: ${l}`,{error:{message:"This should not happen"},transport:{serverId:this.serverId}})}))),{consumers:d,failedProducers:c}}),"consumer")})}static parseHeaderExtensionMappings(t,e){const r=ci(t.sdp),n={};return r.media.forEach(i=>{e.includes(i.mid.toString())&&(n[i.mid]=i.ext)}),n}static setHeaderExtensionMappings(t,e,r){const n=ci(t.sdp);return n.media=n.media.map(i=>{if(e.includes(i.mid.toString())){const s=x({},i);return s.ext=r[i.mid],s}return i}),G(x({},t),{sdp:Cc(n)})}static parseCodecAndFmtpMappings(t,e){const r=ci(t.sdp),n={};return r.media.forEach(i=>{e.includes(i.mid.toString())&&(n[i.mid.toString()]={rtp:i.rtp,fmtp:i.fmtp,payloads:i.payloads,rtcpFb:i.rtcpFb})}),n}static setCodecAndFmtpMappings(t,e,r){const n=ci(t.sdp);return n.media=n.media.map(i=>{if(e.includes(i.mid.toString())){const s=x({},i);return s.rtp=r[i.mid.toString()].rtp,s.fmtp=r[i.mid.toString()].fmtp,s.payloads=r[i.mid.toString()].payloads,s.rtcpFb=r[i.mid.toString()].rtcpFb,s}return i}),G(x({},t),{sdp:Cc(n)})}closeConsumers(t,e){return u(this,null,function*(){const r=t.map(c=>c.transceiver.mid),n=Po.parseHeaderExtensionMappings(this.handler.pc.remoteDescription,r),i=Po.parseCodecAndFmtpMappings(this.handler.pc.remoteDescription,r);t.forEach(c=>c.close(void 0,!0));let s=yield this.handler.pc.createOffer();s=Po.setHeaderExtensionMappings(s,r,n),s=Po.setCodecAndFmtpMappings(s,r,i),yield this.setLocalDescription(s);const a=yield e(t,s);yield this.setRemoteDescription(a)})}setRemoteOffer(t){return u(this,null,function*(){yield this.setRemoteDescription(t);const e=yield this.handler.pc.createAnswer(),r=ci(e.sdp);return r.media=r.media.map(n=>{if(n.type==="audio"){const i=x({},n),s=i.fmtp.find(a=>a.payload===111);return s&&(s.config+=";stereo=1;sprop-stereo=1"),i.rtcpFb||(i.rtcpFb=[]),i.rtcpFb.some(a=>a.type==="nack")||i.rtcpFb.push({payload:parseInt(i.payloads,10),type:"nack"}),i}return n}),e.sdp=Cc(r),yield this.setLocalDescription(e),e})}_ontrack(t){const{track:e,transceiver:r,streams:n}=t;h.info(`track event received [trackId: ${e.id}]`);let i;o(this,_o)===lt.HIVE?i=`${n[0].id}:${e.kind}`:i=`${r.mid}:${e.kind}`,e.addEventListener("ended",()=>{h.info(`rtc consumer track ended [trackId: ${e.id}]`),this.unknownTracksMap.delete(i)});const s=this.consumerTrackEvents.get(i);s?(s(e,r),this.consumerTrackEvents.delete(i)):(h.warn(`track event handler not found ${i}`),this.unknownTracksMap.set(i,t))}sendErrorOverDC(t,e,r){const n=this.getDatachannel(t);if(!n)throw new Error("datachannel not found",{cause:{code:"DC_NOT_FOUND",values:{label:t}}});n.respond(e,r,!0)}sendResponseOverDC(t,e,r){const n=this.getDatachannel(t);if(!n)throw new Error("datachannel not found",{cause:{code:"DC_NOT_FOUND",values:{label:t}}});n.respond(e,r)}createConsumerObjectAndWaitForTrack(t){return u(this,null,function*(){const{consumerId:e,producerId:r,producingPeerId:n,producingTransportId:i,streamId:s,paused:a,screenShare:c,appData:d,kind:l,mimeType:p}=t,m=`${s}:${l}`,S=G(x({},t),{name:"consumer creation task error",message:"consumer creation failed"});return new Promise((E,b)=>u(this,null,function*(){const O=setTimeout(()=>{this.consumerTrackEvents.delete(m),S.isTimedout=!0,b(S)},5e3),M=(V,J)=>{try{if(V.readyState==="ended")clearTimeout(O),b(S);else{const P=V;P.enabled=!0,this.handler.midTransceiverMap.set(J.mid,J);const Z=new wL({id:e,localId:J.mid,transceiver:J,track:P,paused:a,producerId:r,producingPeerId:n,producingTransportId:i,handler:this.handler,appData:G(x({},d),{screenShare:c,peerId:n}),rtpReceiver:J.receiver,mimeType:p});this.consumers.set(e,Z),Z.once("close",()=>{this.consumers.delete(Z.id),this.handler.midTransceiverMap.delete(J.mid)}),h.info("consumer created for ",{consumer:{id:e,kind:l,appData:{screenShare:c},peerId:n,producerId:r}}),this.observer.emit("newconsumer",Z),clearTimeout(O),E(Z)}}catch(P){h.warn("error while creating consumer:",P),clearTimeout(O),b(S)}},F=this.unknownTracksMap.get(m);F?(this.unknownTracksMap.delete(m),M(F.track,F.transceiver)):this.consumerTrackEvents.set(m,M)}))})}setRemoteDescription(t){return u(this,null,function*(){yield this.handler.pc.setRemoteDescription(t)})}setLocalDescription(t){return u(this,null,function*(){h.debug(`${this.direction}() {transportId: ${this.serverId}} | calling pc.setLocalDescription() [offer:${JSON.stringify(t)}]`),yield this.handler.pc.setLocalDescription(t)})}retryFailedConsumerCreationTasks(t){return u(this,null,function*(){return IL(t.map(e=>u(this,null,function*(){return np(r=>u(this,null,function*(){return r>0&&h.warn(`retrying failed consumer creation task: ${JSON.stringify(e)}`),this.createConsumerObjectAndWaitForTrack(x({},e))}))})))})}sendDataChannelMessage(t,e){return u(this,null,function*(){const r=this.getDatachannel(t);if(!r)throw yL("DC_NOT_READY",`${t} datachannel not ready`);const n=(yield r.request(e)).payload;return h.info(`sendDataChannelMessage::response ${JSON.stringify(n)}`),n})}};let CL=Po;_o=new WeakMap;function RL(){if(typeof navigator=="object"&&navigator.product==="ReactNative"){if(typeof RTCPeerConnection=="undefined"){h.warn("Device::this._detectDevice() | unsupported ReactNative without RTCPeerConnection");return}return h.debug("Device::this._detectDevice() | ReactNative handler chosen"),"Chrome74"}if(typeof navigator=="object"&&typeof navigator.userAgent=="string"){const t=navigator.userAgent,e=om.getParser(t),r=e.getEngine();if(e.satisfies({chrome:">=74",chromium:">=74","microsoft edge":">=88"}))return"Chrome74";if(e.satisfies({chrome:">=55",chromium:">=55"}))return;if(e.satisfies({firefox:">=110"}))return"Firefox110";if(e.satisfies({firefox:">=60"}))return"Firefox60";if(e.satisfies({ios:{OS:">=14.3",firefox:">=30.0"}})||e.satisfies({safari:">=12.0"})&&typeof RTCRtpTransceiver!="undefined"&&RTCRtpTransceiver.prototype.hasOwnProperty("currentDirection"))return"Safari12";if(e.satisfies({safari:">=11"})||e.satisfies({"microsoft edge":">=11"})&&e.satisfies({"microsoft edge":"<=18"}))return;if(r.name&&r.name.toLowerCase()==="blink"){const n=t.match(/(?:(?:Chrome|Chromium))[ /](\w+)/i);return n?Number(n[1])>=74?"Chrome74":void 0:"Chrome74"}if(r.name.toLowerCase()==="webkit"&&e.getOS().name.toLowerCase()==="ios")return typeof RTCRtpTransceiver!="undefined"&&RTCRtpTransceiver.prototype.hasOwnProperty("currentDirection")?"Safari12":void 0;h.warn("Device::this._detectDevice() | browser not supported");return}h.warn("Device::this._detectDevice() | unknown device")}var ul;class ML{constructor(e,{handlerName:r,handlerFactory:n}={}){if(f(this,"handlerFactory"),v(this,ul,void 0),h.debug("constructor()"),y(this,ul,e),r&&n)throw new TypeError("just one of handlerName or handlerInterface can be given");if(n)this.handlerFactory=n;else{if(r)h.debug(`Device::constructor() | handler given: ${r}`);else if(r=RL(),r)h.debug(`Device::constructor() | detected handler: ${r}`);else throw new Error("device not supported");switch(r){case"Chrome74":this.handlerFactory=sp.createFactory();break;case"Safari12":this.handlerFactory=ap.createFactory();break;case"Firefox60":this.handlerFactory=al.createFactory({supportsSendEncodings:!1});break;case"Firefox110":this.handlerFactory=al.createFactory({supportsSendEncodings:!0});break;default:throw new TypeError(`unknown handlerName "${r}"`)}}}createTransport(e){const r=ns();return new CL(o(this,ul),G(x({id:r},e),{handlerFactory:this.handlerFactory}))}}ul=new WeakMap;const AL=2e3;var Kn,Io,Dt,Ot,qs,Co,Ro,Mo,Gs,Fi,Ao,Do,hl,pl,up,hp,aS,pp,oS,mp,cS,gp,dS,fp,lS,ml,vp,gl,yp;class DL extends Et.EventEmitter{constructor(e,r,n){switch(super(),v(this,Do),v(this,pl),v(this,hp),v(this,pp),v(this,mp),v(this,gp),v(this,fp),v(this,ml),v(this,gl),v(this,Kn,void 0),v(this,Io,void 0),v(this,Dt,void 0),v(this,Ot,void 0),v(this,qs,void 0),v(this,Co,void 0),v(this,Ro,void 0),v(this,Mo,{transportFailureCount:{send:0,recv:0},lastConnectionTime:0}),v(this,Gs,void 0),v(this,Fi,"all"),v(this,Ao,void 0),y(this,Kn,e),y(this,qs,r),y(this,Ao,n),y(this,Io,new ML(n)),y(this,Co,new kL(r,n)),n){case lt.CF:{y(this,Ro,wr);break}case lt.HIVE:default:{y(this,Ro,ur);break}}o(this,Do,hl).mediaState={send:{state:qn.NEW,reconnected:!1},recv:{state:qn.NEW,reconnected:!1}},Q.hasFeature(ie.FORCE_RELAY)&&y(this,Fi,"relay"),H(this,pl,up).call(this)}get socket(){return o(this,qs)}get socketHandler(){return o(this,Co)}get sendTransport(){return o(this,Dt)}get recvTransport(){return o(this,Ot)}get events(){return o(this,Ro)}get nodeType(){return o(this,Ao)}createTransports(e){return u(this,null,function*(){var r,n,i,s,a,c,d,l;Q.hasFeature(ie.FORCE_RELAY)&&(h.info("ICE Transport Policy set to relay"),y(this,Fi,"relay"));const p=yield gt().getICEServers().catch(S=>(h.warn(`failed to get iceservers from server: ${S.message}`),[])),m=[];if(e.send){const S=Q.hasFeature(ie.DISABLE_OPUS_DTX_CF),E=H(this,pp,oS).call(this,{iceServers:p,additionalSettings:{encodedInsertableStreams:(r=o(this,Kn).getValue("modules").e2ee)==null?void 0:r.enabled},config:{enableHighBitrate:(s=(i=(n=o(this,Kn).getValue("defaults").mediaConfiguration)==null?void 0:n.audio)==null?void 0:i.enableHighBitrate)!=null?s:!1,enableStereo:(d=(c=(a=o(this,Kn).getValue("defaults").mediaConfiguration)==null?void 0:a.audio)==null?void 0:c.enableStereo)!=null?d:!1,enableDtx:o(this,Ao)===lt.HIVE?!0:!!S},iceTransportPolicy:o(this,Fi)});m.push(E)}if(e.recv){const S=H(this,mp,cS).call(this,{iceServers:p,additionalSettings:{encodedInsertableStreams:(l=o(this,Kn).getValue("modules").e2ee)==null?void 0:l.enabled},iceTransportPolicy:o(this,Fi)});m.push(S)}yield Promise.all(m)})}stopTransports(e){var r,n;if(e.send&&this.sendTransport!==void 0){const{id:i,serverId:s,direction:a}=o(this,Dt);h.info("Closing send transport",{transport:{id:i,serverId:s,type:a}}),o(this,Dt).close(),o(this,Dt).removeAllListeners(),y(this,Dt,void 0)}if(e.recv&&this.recvTransport!==void 0){const{id:i,serverId:s,direction:a}=o(this,Ot);h.info("Closing recv transport",{transport:{id:i,serverId:s,type:a}}),(r=o(this,Ot))==null||r.close(),(n=o(this,Ot))==null||n.removeAllListeners(),y(this,Ot,void 0)}H(this,pl,up).call(this)}stopAllTransports(){h.info("Closing all transports"),this.stopTransports({send:!0,recv:!0})}connectTransportWithRetry(e){return u(this,null,function*(){const{id:r,serverId:n,direction:i}=e;H(this,gp,dS).call(this,e);try{const s=Q.hasFeature(ie.ENABLE_HIVE_INFINITE_RETRIES)?1/0:3;return yield np((a,c)=>u(this,null,function*(){a>0&&h.debug(`Retrying transport connect, count: ${a}`,{transport:{id:r,serverId:n,type:i}});try{if(e.closed)throw new xi("Cannot reconnect closed transport");yield H(this,hp,aS).call(this,e)}catch(d){if(d instanceof xi){c(d);return}throw h.error("Failed to connect transport, retrying",{transport:e,error:d}),d}}),{delayTime:100,strategy:"exponential",maxRetryCount:s}),e}catch(s){throw h.error(`Failed to connect send transport after retry: ${e.id}`,{error:s,transport:{id:r,serverId:n,type:i}}),e.close(),e.removeAllListeners(),s}})}handleErrors(e){throw new Error("Method not implemented.")}}Kn=new WeakMap,Io=new WeakMap,Dt=new WeakMap,Ot=new WeakMap,qs=new WeakMap,Co=new WeakMap,Ro=new WeakMap,Mo=new WeakMap,Gs=new WeakMap,Fi=new WeakMap,Ao=new WeakMap,Do=new WeakSet,hl=function(){return o(this,Kn).getValue("connectionHandler")},pl=new WeakSet,up=function(){y(this,Gs,{send:void 0,recv:void 0})},hp=new WeakSet,aS=function(t){return u(this,null,function*(){const{id:e,direction:r}=t;if(h.info(`Connecting ${r} transport`,{transport:{id:e,type:r}}),!o(this,qs).isConnected)throw new xi("Socket is not connected");if(t.connectionState==="closed")throw new xi("Transport is closed");try{yield t.connect(n=>H(this,fp,lS).call(this,r,n)),h.info(`Connected ${r} transport`,{transport:{id:e,serverId:t.serverId,type:r}})}catch(n){throw o(this,Mo).transportFailureCount[r]+=1,n.message==="ice connection failed"?new xi(n.message):n}})},pp=new WeakSet,oS=function(t){return u(this,null,function*(){var e,r;if(o(this,Dt)&&o(this,Dt).connected){h.info("Transport send is already connected",{transport:{id:(e=o(this,Dt))==null?void 0:e.id,serverId:(r=o(this,Dt))==null?void 0:r.serverId,type:"send"}});return}y(this,Dt,o(this,Io).createTransport(G(x({},t),{direction:"send"}))),$.configureSendTransport(o(this,Dt))})},mp=new WeakSet,cS=function(t){return u(this,null,function*(){var e,r;if(o(this,Ot)&&o(this,Ot).connected){h.info("Transport recv is already connected",{transport:{id:(e=o(this,Ot))==null?void 0:e.id,serverId:(r=o(this,Ot))==null?void 0:r.serverId,type:"recv"}});return}y(this,Ot,o(this,Io).createTransport(G(x({},t),{direction:"recv"}))),$.configureRecvTransport(o(this,Ot))})},gp=new WeakSet,dS=function(t){const{direction:e,id:r}=t;t.on("connectionstatechange",n=>u(this,null,function*(){H(this,gl,yp).call(this,{state:n,direction:e}),h.info(`Transport connection state changed for ${e} transport`,{transport:{id:r,serverId:t.serverId,type:e,status:n}});const i=()=>{const s=o(this,Gs)[e];s!==void 0&&(clearTimeout(s),o(this,Gs)[e]=void 0)};switch(n){case"connected":i(),o(this,Mo).lastConnectionTime=performance.now();break;case"disconnected":o(this,Gs)[e]=setTimeout(()=>u(this,null,function*(){yield H(this,ml,vp).call(this,t)}),AL);break;case"failed":if(t.closed)return;i(),yield H(this,ml,vp).call(this,t);break}})),t.on("icecandidate",n=>u(this,null,function*(){h.debug("Sending iceCandidate:",{iceCandidate:n})})),t.on("datachannel:events",(n,i)=>u(this,null,function*(){var s,a;h.debug("Got data channel message on event:",{rtcChannel:{label:n,message:i}});try{switch(i.type){case"handshake":{const c={type:"handshake",payload:{message:"pong"}};t.sendResponseOverDC(n,sS(i),c);break}case"hub-disconnect":{h.debug(`media hub disconnected, full_reconnect: ${(s=i.payload)==null?void 0:s.full_reconnect}`),((a=i.payload)==null?void 0:a.full_reconnect)===!0&&this.handleErrors("rejoin");break}case"error":break;default:break}}catch(c){h.error(`Unable to handle the incoming datachannel message on channel ${n}`)}})),t.on("dc_error",()=>{t.direction==="recv"&&(h.warn("Events datachannel did not open in 5s",{country:g.location.country}),this.handleErrors("reconnectRecvTransport"))})},fp=new WeakSet,lS=function(t,e){return u(this,null,function*(){const r=t==="recv";try{const{sdp:n,type:i}=e,s={consuming:r,description:{sdp:n,type:i,target:r?ln.SUBSCRIBER:ln.PUBLISHER},producers:[]};return o(this,Co).connectTransport(s)}catch(n){throw h.error(`Error in ${t} transport connection:`,{error:n,country:g.location.country}),n}})},ml=new WeakSet,vp=function(t){return u(this,null,function*(){h.info("Called reconnect transport",{transport:t}),t.close(),t.removeAllListeners();const{direction:e}=t;switch(Q.hasFeature(ie.HIVE_TRANSPORT_FORCE_RELAY_ON_ICE_FAILED)&&o(this,qs).isConnected&&o(this,Mo).transportFailureCount[e]>2&&(h.warn(`Multiple disconnections in ${e} transport, forcing relay`),y(this,Fi,"relay")),yield this.createTransports({[e]:!0}),e){case"send":{yield this.connectTransportWithRetry(o(this,Dt)),h.info("Transport reconnected",{transport:o(this,Dt)}),C.emit(R.RESET_PRODUCER_STATE);break}case"recv":{yield this.connectTransportWithRetry(o(this,Ot)),h.info("Transport reconnected",{transport:o(this,Ot)}),C.emit(R.UPDATE_ACTIVE,{createAllConsumers:!0});break}default:h.warn("Unknown transport direction",{transport:t})}H(this,gl,yp).call(this,{state:qn.CONNECTED,direction:e})})},gl=new WeakSet,yp=function(t){const{state:e,direction:r}=t;o(this,Do,hl).mediaState[r]={state:e,reconnected:!0},C.emit(R.TRANSPORT_STATE_UPDATE,x({transport:r},o(this,Do,hl).mediaState[r]))};var Sp,uS;class OL{constructor(e){v(this,Sp),this.recvTransport=e,H(this,Sp,uS).call(this)}create(e){return u(this,null,function*(){if(!e||e&&e.length===0)throw new Error("List of producers is required");const r={type:"create_consumer",payload:{producers:e.map(({producerId:a,producingTransportId:c,kind:d,mimeType:l})=>({producerId:a,producingTransportId:c,preferredCodec:x(x({},d==="video"&&l?{video:l}:{}),d==="audio"&&l?{audio:l}:{})}))}},n=yield this.recvTransport.sendDataChannelMessage("events",r),i=new Map;e.forEach(a=>i.set(a.producerId,a));const s=new Map;return Object.entries(n).forEach(([a,c])=>{const d=i.get(c.producerId);d&&s.set(c.producerId,{consumerId:a,producingTransportId:d.producingTransportId,producingPeerId:d.producingPeerId,kind:d.kind,paused:d.pause,streamId:c.streamId,trackId:c.trackId,screenShare:d.screenShare,mimeType:d.mimeType,appData:{}})}),{consumerStates:s}})}negotiate(e,r,n){return u(this,null,function*(){try{h.debug(`Received offer over dc: ${e.sdp} for transport`);const i=yield this.recvTransport.setRemoteOffer(e),s={type:"answer",payload:{type:i.type,sdp:i.sdp}};return h.debug(`datachannel answer: ${JSON.stringify(s)}`),this.recvTransport.sendResponseOverDC(n,r,s),i}catch(i){throw h.error("datachannel:events::Error:",i),i.code!=="DC_NOT_FOUND"&&this.recvTransport.sendErrorOverDC(n,r,i),i}})}close(e){return u(this,null,function*(){if(!e.length)return{};const r=e.map(a=>a.id);h.info(`Closing consumers: ${JSON.stringify(r)}`);const n={type:"close_consumers",payload:{consumers:r}},i=yield this.recvTransport.sendDataChannelMessage("events",n),{failedConsumers:s}=i;return{failedConsumers:s}})}}Sp=new WeakSet,uS=function(){this.recvTransport.on("datachannel:events",(t,e)=>u(this,null,function*(){try{switch(e.type){case"negotiation":{const{sdp:r}=e.payload,n={sdp:r,type:"offer"};this.negotiate(n,sS(e),t);break}default:break}}catch(r){h.error(`Unable to handle the incoming datachannel message on channel ${t}`)}}))};class NL{constructor(e,r,n,i){this.events=e,this.recvTransport=r,this.socket=n,this.socketHandler=i}create(e){return u(this,null,function*(){if(!e||e&&e.length===0)throw new Error("List of producers is required");const r=new Map,n=[];e.forEach(d=>{const{producingPeerId:l,producerId:p,producingTransportId:m}=d;r.set(p,l),n.push({producingPeerId:l,producerId:p,producingTransportId:m})});const i=yield this.socketHandler.consume({requests:n,consumingTransportId:this.recvTransport.serverId}),s=new Map;e.forEach(d=>s.set(d.producerId,d));const a=new Map,c=[];return Object.entries(i.consumerStateMap).forEach(([d,l])=>{const p=s.get(d);if(!p)return;if(l.errorCode){if(h.warn(`Consumer request failed for producer ${d}`,{error:{message:l.errorCode}}),l.errorCode==="not_found_track_error"){h.error(`Track not found for producer: ${p.producerId}. This will not be retried.`);return}c.push(p);return}let m={};try{m=JSON.parse(l.producerState.appData)}catch(S){}a.set(d,{consumerId:l.consumerId,producingTransportId:p.producingTransportId,producingPeerId:p.producingPeerId,kind:p.kind,paused:p.pause,streamId:l.producerTrack.streamId,trackId:l.producerTrack.trackId,screenShare:p.screenShare,mimeType:p.mimeType,appData:m})}),{consumerStates:a,sessionDescription:i.sessionDescription,failedProducers:c}})}negotiate(e){return u(this,null,function*(){h.info("Negotiating socket consumer",{transport:this.recvTransport}),h.debug(`setting remote offer: ${JSON.stringify(e)} on recvTransport`,{transport:this.recvTransport});const r=yield this.recvTransport.setRemoteOffer(e),n={transportId:this.recvTransport.serverId,description:{sdp:r.sdp,type:r.type,target:ln.SUBSCRIBER}};return h.debug(`sending renegotiate request: ${JSON.stringify(n)} on recvTransport`,{transport:this.recvTransport}),yield this.socket.sendMessagePromise(this.events.renegotiateSessionDescription,YI.toBinary(n)),h.info("Renegotiation done",{transport:this.recvTransport}),r})}close(e){return u(this,null,function*(){if(!e.length)return{};const r=(n,i)=>u(this,null,function*(){const s=n.map(l=>l.localId);h.info(`Closing consumers: ${JSON.stringify(s)}`);const a={description:{sdp:i.sdp,type:i.type,target:ln.SUBSCRIBER},consumerIds:s,consumingTransportId:this.recvTransport.serverId},c=yield this.socketHandler.closeConsumer(a),d=SR.fromBinary(c).description;return{sdp:d.sdp,type:d.type}});return this.recvTransport.awaitQueue.push(()=>this.recvTransport.closeConsumers(e,r),"close_consumer"),{}})}}class Ep{constructor(e){this.socketHandler=e}static getMSIDFromSDP(e,r){return ci(e).media.filter(n=>r==="video"?n.type==="video":n.type==="audio").at(-1).msid}create(e){return u(this,arguments,function*({offer:r,kind:n,paused:i,appData:s,codecOptions:a,producingTransportId:c}){var d,l;const p=Ep.getMSIDFromSDP(r.sdp,n),m={description:{sdp:r.sdp,type:r.type,target:ln.PUBLISHER},paused:i,kind:n,msid:p,appData:JSON.stringify(s),screenShare:(d=s.screenShare)!=null?d:!1,mimeType:`${n}/${(l=a[0])==null?void 0:l.name}`,producingTransportId:c},{answer:S,producerId:E}=yield this.socketHandler.produce(m);return{answer:S,producerId:E}})}}var Oo,Js,Bi,No,fl,En,Tp,zn,Lo,kp,hS,vl,bp,wp,pS,_p,mS,Pp,gS,Ip,fS,Cp,vS,Rp,yS;class LL extends DL{constructor(e,r,n){super(e,r,n),v(this,kp),v(this,vl),v(this,wp),v(this,_p),v(this,Pp),v(this,Ip),v(this,Cp),v(this,Rp),v(this,Oo,void 0),v(this,Js,void 0),v(this,Bi,void 0),v(this,No,void 0),v(this,fl,void 0),v(this,En,void 0),v(this,Tp,{producerCreationFailureCount:0,consumerCreationFailureCount:0,producerNotReadyFailureCount:0}),v(this,zn,[]),v(this,Lo,void 0),y(this,Oo,e),o(this,kp,hS).mediaState={send:{state:qn.NEW,reconnected:!1},recv:{state:qn.NEW,reconnected:!1}},this.reset()}get socketHandler(){return super.socketHandler}get producers(){return o(this,Js)}get consumers(){return o(this,Bi)}get producerIdToConsumerIdMap(){return o(this,No)}reset(){y(this,Js,new Map),y(this,Bi,new Map),y(this,No,new Map)}setupTransports(e){return u(this,null,function*(){yield this.createTransports(e);let r,n;e.send&&(r=H(this,wp,pS).call(this)),e.recv&&(n=H(this,_p,mS).call(this)),yield Promise.all([r,n])})}createProducer(e,r){return u(this,null,function*(){var n;if(!this.sendTransport||this.sendTransport.closed)throw new Error("Send transport is closed");try{const i=yield this.sendTransport.produce(e,H(this,Pp,gS).bind(this));return(n=e.appData)!=null&&n.e2ee&&C.emit(R.E2EE_ACTIVE_PRODUCER,i),H(this,Ip,fS).call(this,i,r),i}catch(i){throw h.error("Failed to create producer",{error:i}),o(this,Tp).producerCreationFailureCount+=1,i}})}closeProducer(e,r){return u(this,null,function*(){var n;const i=this.producers.get(e);if(!i){h.warn(`Producer with ID ${e} was not found`);return}r!=null&&r.stopTrack&&i.track.stop();try{yield this.sendTransport.closeProducer(i),(n=o(this,Oo).getValue("modules").e2ee)!=null&&n.enabled&&C.emit(R.E2EE_INACTIVE_PRODUCER,i)}catch(s){h.error("Failed to close producer on server",{error:s,producer:i})}})}closeAllProducers(){return Promise.all(Array.from(o(this,Js).entries()).map(([,e])=>e.close()))}createConsumer(e){return this.createConsumers([e])}createConsumers(e){return u(this,null,function*(){o(this,Lo)||clearTimeout(o(this,Lo)),y(this,zn,o(this,zn).concat(e)),yield H(this,vl,bp).call(this)})}closeConsumer(e){return this.closeConsumers([e])}closeConsumers(e){return u(this,null,function*(){if(!o(this,En))return;const r=e.map(i=>this.consumers.get(i)).filter(i=>i!==void 0);if(r.length===0)return;const{failedConsumers:n}=yield o(this,En).close(r);n!=null&&n.length&&h.warn("Failed to close some consumers",{consumerIds:n})})}closeAllConsumers(){return this.closeConsumers(Array.from(o(this,Bi).keys()))}switchConsumersToLayer(e,r){return u(this,null,function*(){const n=this.recvTransport.getDatachannel("events");if(!n){h.warn("events datachannel not found");return}const i={type:"switch_consumer_layer",payload:{consumerIds:e,layer:r}};yield n.request(i),h.info(`Consumers switched layers to ${r}`,{consumerIds:e})})}}Oo=new WeakMap,Js=new WeakMap,Bi=new WeakMap,No=new WeakMap,fl=new WeakMap,En=new WeakMap,Tp=new WeakMap,zn=new WeakMap,Lo=new WeakMap,kp=new WeakSet,hS=function(){return o(this,Oo).getValue("connectionHandler")},vl=new WeakSet,bp=function(){return u(this,null,function*(){if(!this.recvTransport||this.recvTransport.closed)throw new Error("Recv transport is closed");const t=500,e=o(this,zn).splice(0,o(this,zn).length);try{const r=e.filter(({producerId:s})=>!this.producers.get(s));if(r.length===0)return;const{consumers:n,failedProducers:i}=yield this.recvTransport.consume(r,H(this,Cp,vS).bind(this),o(this,En).negotiate.bind(o(this,En)));n.forEach(H(this,Rp,yS).bind(this)),i!=null&&i.length&&(h.error("Failed to create consumers for producers",{producers:i}),y(this,zn,o(this,zn).concat(i)),y(this,Lo,setTimeout(H(this,vl,bp).bind(this),t)))}catch(r){h.error("failed to consume on transport",{error:r})}})},wp=new WeakSet,pS=function(){return u(this,null,function*(){yield this.connectTransportWithRetry(this.sendTransport),y(this,fl,new Ep(this.socketHandler))})},_p=new WeakSet,mS=function(){return u(this,null,function*(){switch(this.recvTransport.on("connect",()=>{o(this,No).clear()}),yield this.connectTransportWithRetry(this.recvTransport),this.nodeType){case lt.CF:{y(this,En,new NL(this.events,this.recvTransport,this.socket,this.socketHandler));break}case lt.HIVE:default:y(this,En,new OL(this.recvTransport))}})},Pp=new WeakSet,gS=function(t){return o(this,fl).create(t)},Ip=new WeakSet,fS=function(t,e){t.on("close",(r,n)=>u(this,null,function*(){const{offer:i,reason:s}=r;if(h.info("producer::closing",{debuggingHint:s,producer:G(x({},t),{status:"closing"})}),s!==ll){const a={producerId:t.id,description:{sdp:i.sdp,type:i.type,target:ln.PUBLISHER}};try{const c=yield this.socketHandler.closeProducer(a),d={sdp:c==null?void 0:c.sdp,type:c==null?void 0:c.type};h.info("producer::closed",{producer:G(x({},t),{status:"closed"})}),n({answer:d})}catch(c){h.error("producer close error",c)}}this.producers.delete(t.id),e()})),t.on("trackended",()=>{h.info("producer::trackended",{producer:G(x({},t),{status:"UNKNOWN"})})}),o(this,Js).set(t.id,t)},Cp=new WeakSet,vS=function(t){return u(this,null,function*(){try{return yield this.recvTransport.canConsume(),yield o(this,En).create(t)}catch(e){throw h.error("Error in consume request",{error:e}),e}})},Rp=new WeakSet,yS=function(t){t.on("close",e=>u(this,null,function*(){h.debug("consumer closed",{consumer:{closureReason:e,id:t.id,kind:t.kind,appData:t.appData}}),o(this,Bi).delete(t.id),C.emit(R.CONSUMER_CLOSED,{id:t.id})})),o(this,Bi).set(t.id,t),this.producerIdToConsumerIdMap.set(t.producerId,t.id),C.emit(R.NEW_CONSUMER,{id:t.id,appData:t.appData,peerId:t.peerId})};var yl,Sl,El,xo,Vo,Uo,Tl,kl,Fo,ar,Qr,Xr,Wi,ji,Yn,bl,Mp,SS,Ap,ES,Dp,TS,Op,kS;const Np=class{constructor({initialEnergyThreshold:t=.015,zeroCrossingThreshold:e=20,minVoiceDuration:r=3,hangoverFrames:n=5,noiseAdaptationRate:i=.95,voiceAdaptationRate:s=.99,minEnergyThreshold:a=.005,maxEnergyThreshold:c=.2,energyRatioThreshold:d=1.5,noiseHistorySize:l=50}={}){v(this,Mp),v(this,Ap),v(this,yl,void 0),v(this,Sl,void 0),v(this,El,void 0),v(this,xo,void 0),v(this,Vo,void 0),v(this,Uo,void 0),v(this,Tl,void 0),v(this,kl,void 0),v(this,Fo,void 0),v(this,ar,void 0),v(this,Qr,void 0),v(this,Xr,!1),v(this,Wi,0),v(this,ji,0),v(this,Yn,[]),v(this,bl,void 0),y(this,xo,t),y(this,ar,t),y(this,yl,e),y(this,Sl,r),y(this,El,n),y(this,Vo,i),y(this,Uo,s),y(this,Tl,a),y(this,kl,c),y(this,Fo,d),y(this,bl,l),y(this,Qr,t/2)}get voiceDetected(){return o(this,Xr)}processAudioChunk(t){var e,r;const n=H(e=Np,Dp,TS).call(e,t),i=H(r=Np,Op,kS).call(r,t);return H(this,Mp,SS).call(this,n),n/o(this,Qr)>o(this,Fo)&&n>o(this,ar)&&i>o(this,yl)?(y(this,Wi,o(this,Wi)+1),y(this,ji,o(this,El)),o(this,Wi)>=o(this,Sl)&&y(this,Xr,!0)):(y(this,Wi,0),o(this,ji)>0?y(this,ji,o(this,ji)-1):o(this,Xr)&&y(this,Xr,!1),o(this,Xr)||H(this,Ap,ES).call(this,n)),{energy:n,isVoice:o(this,Xr)}}reset(){y(this,Xr,!1),y(this,Wi,0),y(this,ji,0),y(this,ar,o(this,xo)),y(this,Qr,o(this,xo)/2),y(this,Yn,[])}getThresholdInfo(){return{currentEnergyThreshold:o(this,ar),backgroundNoiseEnergy:o(this,Qr),energyRatioThreshold:o(this,Fo)}}};let Lp=Np;yl=new WeakMap,Sl=new WeakMap,El=new WeakMap,xo=new WeakMap,Vo=new WeakMap,Uo=new WeakMap,Tl=new WeakMap,kl=new WeakMap,Fo=new WeakMap,ar=new WeakMap,Qr=new WeakMap,Xr=new WeakMap,Wi=new WeakMap,ji=new WeakMap,Yn=new WeakMap,bl=new WeakMap,Mp=new WeakSet,SS=function(t){o(this,Xr)?y(this,ar,o(this,Uo)*o(this,ar)+(1-o(this,Uo))*t):y(this,ar,o(this,Vo)*o(this,ar)+(1-o(this,Vo))*o(this,Qr)),y(this,ar,Math.max(o(this,Tl),Math.min(o(this,kl),o(this,ar))))},Ap=new WeakSet,ES=function(t){if(t<o(this,ar)*1.2)if(o(this,Yn).push(t),o(this,Yn).length>o(this,bl)&&o(this,Yn).shift(),o(this,Yn).length>=10){const e=[...o(this,Yn)].sort((n,i)=>n-i),r=Math.floor(e.length/2);y(this,Qr,e[r])}else y(this,Qr,.95*o(this,Qr)+.05*t)},Dp=new WeakSet,TS=function(t){return Math.sqrt(t.map(e=>e*e).reduce((e,r)=>e+r)/t.length)},Op=new WeakSet,kS=function(t){let e=0;for(let r=1;r<t.length;r+=1)(t[r]>=0&&t[r-1]<0||t[r]<0&&t[r-1]>=0)&&(e+=1);return e},v(Lp,Dp),v(Lp,Op);const xL=60,VL=400;var Hi,qi,Zr,Gi,Ji,Bo,$s,Wo,Qn,$i,jo,xp,bS,wl,Vp,Up,wS,Fp,_S;const _l=class{constructor(t){v(this,xp),v(this,Up),v(this,Hi,void 0),v(this,qi,void 0),v(this,Zr,void 0),v(this,Gi,void 0),v(this,Ji,void 0),v(this,Bo,void 0),v(this,$s,void 0),v(this,Wo,void 0),v(this,Qn,void 0),v(this,$i,void 0),v(this,jo,void 0),this.reportRequest=t,y(this,Gi,new AudioContext),y(this,Ji,o(this,Gi).createAnalyser()),o(this,Ji).fftSize=2048,y(this,Wo,new Lp)}set producerId(t){y(this,Zr,t)}set audioTrack(t){y(this,Bo,t);const e=new MediaStream;e.addTrack(o(this,Bo)),o(this,Gi).createMediaStreamSource(e).connect(o(this,Ji))}start(){h.debug(`AudioActivityReporter: Starting audio activity reporter: ${o(this,Zr)}`),o(this,Hi)&&is(o(this,Hi)),y(this,Hi,Ic(()=>u(this,null,function*(){var t;if(!o(this,Bo)||!o(this,Zr))return;const{energy:e}=H(this,xp,bS).call(this),r=H(t=_l,wl,Vp).call(t,e);let n=.9;o(this,jo)!==r&&o(this,jo)?n=.9:r?n=.3:n=.5,y(this,$s,(o(this,$s)||0)*(1-n)+e*n)}),xL)),o(this,qi)&&is(o(this,qi)),y(this,qi,Ic(H(this,Up,wS).bind(this),VL))}stop(){h.debug(`AudioActivityReporter: Stopping audio activity reporter: ${o(this,Zr)}`),o(this,Hi)&&is(o(this,Hi)),o(this,qi)&&is(o(this,qi)),o(this,Wo).reset()}};let Bp=_l;Hi=new WeakMap,qi=new WeakMap,Zr=new WeakMap,Gi=new WeakMap,Ji=new WeakMap,Bo=new WeakMap,$s=new WeakMap,Wo=new WeakMap,Qn=new WeakMap,$i=new WeakMap,jo=new WeakMap,xp=new WeakSet,bS=function(){var t;o(this,Gi).state==="suspended"&&o(this,Gi).resume().then(()=>{h.debug("AudioActivityReporter: AudioContext forced resumed")}).catch(s=>{h.error("AudioActivityReporter: Error resuming AudioContext",s)});const e=new Float32Array(o(this,Ji).frequencyBinCount);o(this,Ji).getFloatTimeDomainData(e);const{energy:r,isVoice:n}=o(this,Wo).processAudioChunk(e),i=H(t=_l,Fp,_S).call(t,r);return Q.hasFeature(ie.ENABLE_AUDIO_ACTIVITY_DEBUG_LOGS)&&h.debug(`AudioActivityReporter: producer: ${o(this,Zr)}, energy: ${o(this,$s)},
|
|
20
20
|
slogScale: ${i}, isVoice: ${n}, minEnergy: ${o(this,Qn)},
|
|
21
|
-
maxEnergy: ${o(this,Ji)}`),i===-1/0||r<1e-6?{energy:0,isVoice:!1}:((!o(this,Qn)||i<o(this,Qn))&&y(this,Qn,i),(!o(this,Ji)||i>o(this,Ji))&&y(this,Ji,i),{energy:(i-o(this,Qn))/(o(this,Ji)-o(this,Qn))*10||0,isVoice:n})},wl=new WeakSet,Vp=function(t){return t<5},Up=new WeakSet,wS=function(t=o(this,Js)){var e;if(!o(this,Zr)||!t){Q.hasFeature(ie.ENABLE_AUDIO_ACTIVITY_DEBUG_LOGS)&&h.debug(`AudioActivityReporter: No producerId or energy to report: ${o(this,Zr)}`);return}const r={producerId:o(this,Zr),energy:Math.round(t),silent:H(e=_l,wl,Vp).call(e,t)};y(this,jo,r.silent),this.reportRequest(r)},Fp=new WeakSet,_S=function(t){const e=Math.log10(t);return Math.round(e)},v(Bp,wl),v(Bp,Fp);const UL=()=>{const t=new window.AudioContext,e=t.createOscillator();e.type="triangle",e.frequency.setValueAtTime(20,t.currentTime);const r=t.createGain();r.gain.setValueAtTime(0,t.currentTime),e.connect(r);const n=t.createMediaStreamDestination();return r.connect(n),e.start(),n.stream.getAudioTracks()[0]},FL=()=>{var t,e;const r=new MediaStream().getVideoTracks()[0],n=document.createElement("canvas");n.height=(t=r==null?void 0:r.getSettings().height)!=null?t:720,n.width=(e=r==null?void 0:r.getSettings().width)!=null?e:1280;const i=n.getContext("2d");return i.fillStyle="black",i.fillRect(0,0,n.width,n.height),setInterval(()=>{i.fillStyle="black",i.fillRect(0,0,n.width,n.height)},1e3),n.captureStream().getVideoTracks()[0]};var BL=Object.defineProperty,WL=Object.getOwnPropertyDescriptor,he=(t,e,r,n)=>{for(var i=n>1?void 0:n?WL(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&BL(e,r,i),i};const en=["video/VP9","video/VP8"];var Pl,Il,Nt,K,Ho,$i,$t,$s,Ks,Ki,Cl,Xn,qo,zs,Ys,Kt,or,zi,Qs,wt,Lt,Xs,Go,Wp,PS,jp,IS,Hp,CS;class ue{constructor(e,r,n){v(this,zi),v(this,wt),v(this,Xs),v(this,Wp),v(this,jp),v(this,Hp),f(this,"context"),f(this,"authToken"),f(this,"e2ee"),v(this,Pl,void 0),v(this,Il,void 0),v(this,Nt,void 0),v(this,K,void 0),v(this,Ho,void 0),v(this,$i,void 0),v(this,$t,void 0),v(this,$s,void 0),v(this,Ks,void 0),v(this,Ki,void 0),v(this,Cl,void 0),v(this,Xn,void 0),v(this,qo,void 0),v(this,zs,void 0),v(this,Ys,void 0),v(this,Kt,void 0),v(this,or,void 0),f(this,"partialJoinRoomPromise");var i,s;this.context=e;const{socket:a}=n;this.mediaJoined=!1,y(this,zs,new Map([["video/VP9",new Set],["video/VP8",new Set]])),y(this,Ys,new Map([["video/VP9",new Set],["video/VP8",new Set]])),y(this,$i,r),y(this,Nt,a),y(this,$s,!1),y(this,K,new LL(e,a,r)),y(this,$t,o(this,K).events),y(this,Xn,new Set),y(this,Kt,new Map),y(this,Ks,!1),y(this,Ki,new nl),r===lt.CF&&y(this,or,new Bp(o(this,K).socketHandler.audioActivity.bind(o(this,K).socketHandler))),this.e2ee=(s=(i=e.getValue("modules").e2ee)==null?void 0:i.enabled)!=null?s:!1,this.handleSocketEvents(),this.handleCallstatsEvents(),y(this,Cl,id(()=>u(this,null,function*(){if(!o(this,zi,Qs).mediaJoinAttempted)return;const{roomJoined:c}=yield this.joinRoom(o(this,Il),o(this,Pl),{},!0,!0);c&&(C.emit(R.RESET_PRODUCER_STATE),C.emit(R.ROOM_NODE_RECONNECTED))}),5e3,{leading:!0,maxWait:1e3}))}get peerId(){return this.context.getValue("peerId")}get mediaJoined(){return o(this,zi,Qs).mediaJoined}set mediaJoined(e){o(this,zi,Qs).mediaJoined=e}reset(e=!0){o(this,K).closeAllProducers(),o(this,K).closeAllConsumers(),o(this,Kt).clear(),o(this,Xn).clear(),e&&(this.partialJoinRoomPromise=void 0,o(this,Ki).stop(),o(this,K).stopAllTransports(),o(this,K).reset(),y(this,Ki,new nl))}joinRoom(e,r){return u(this,arguments,function*(n,i,s={},a=!1,c=!1){o(this,zi,Qs).mediaJoinAttempted=!0,y(this,$s,!0),this.reset(a);const d=gt().ipInfo;if(d!=null&&d.loc&&!o(this,qo)){const p=d.loc.split(",");y(this,qo,{latitude:parseFloat(p[0]),longitude:parseFloat(p[1])})}let l;try{return l=yield o(this,Ki).push(()=>this._joinRoom(n,i,s,c,o(this,qo)),"joinRoom"),l}catch(p){l={roomJoined:!1}}return l.roomJoined||C.emit(R.ROOM_NODE_FAILED),l})}_partialJoinRoom(e,r,n=!1,i=void 0){return u(this,null,function*(){var s;const{ipInfo:a}=gt();let c=i;if(a!=null&&a.loc&&!i){const[p,m]=a.loc.split(",").map(parseFloat);c={latitude:p,longitude:m}}const d=(s=Q.getValue(ie.FORCE_VIDEO_CODEC))==null?void 0:s.toString(),l=TL(d);y(this,Ho,l),yield np((p,m)=>u(this,null,function*(){if(!o(this,Nt).isConnected){m(new Error("socket is not connected"));return}p>0&&h.warn(`retrying sending join room request, count: ${p}`);try{yield o(this,K).socketHandler.joinRoom(r,e,l,n,c)}catch(S){throw h.error("failed to send join room request, error:",{error:S}),S}}),{delayTime:1e3,strategy:"exponential",maxRetryCount:Q.hasFeature(ie.ENABLE_HIVE_INFINITE_RETRIES)?1/0:3}),yield o(this,K).setupTransports({send:!0,recv:!0}),o(this,$i)!==lt.HIVE&&Q.hasFeature(ie.PRECREATE_PRODUCERS)&&(this.shareWebcam(FL()),this.shareMic(UL()))})}partialJoinRoom(e,r,n=!1,i=void 0){return u(this,null,function*(){return this.partialJoinRoomPromise=o(this,Ki).push(()=>this._partialJoinRoom(e,r,n,i)),this.partialJoinRoomPromise})}_joinRoom(e,r){return u(this,arguments,function*(n,i,s={},a=!1,c=null){y(this,Il,n);try{this.partialJoinRoomPromise?yield this.partialJoinRoomPromise:yield this._partialJoinRoom(n,i,a,c)}catch(d){h.error("error in partial join room",{error:d})}finally{this.partialJoinRoomPromise=void 0}try{return navigator.product!=="ReactNative"&&setTimeout(()=>u(this,null,function*(){const d={userId:this.context.getValue("userId"),peerId:this.peerId,roomUUID:i,roomViewType:"groupCall",deviceInfo:G(x({},Re.getDeviceInfo()),{userAgent:navigator.userAgent,memory:navigator.deviceMemory,cpus:navigator.hardwareConcurrency}),sdkName:this.context.getValue("sdkName"),sdkVersion:this.context.getValue("sdkVersion"),metaData:{},permissions:{}};$.roomJoined(d)})),{roomJoined:yield this.completeJoinRoom()}}catch(d){return h.error("error on sending join room request",{error:d}),{roomJoined:!1}}})}completeJoinRoom(){return u(this,null,function*(){try{this.mediaJoined=!0;const{roomState:e}=yield o(this,K).socketHandler.notifySelfJoinComplete();return y(this,Pl,e.roomUuid),y(this,Ks,!0),y(this,$s,!1),!0}catch(e){return h.error("error on completing join room:",{error:e}),this.mediaJoined=!1,!1}})}leaveRoom(){return u(this,null,function*(){o(this,K).stopAllTransports(),y(this,Ks,!1),o(this,zi,Qs).mediaJoinAttempted=!1;const e={closeRoom:!1};o(this,Nt).sendMessagePromise(o(this,$t).leaveRoom,EC.toBinary(e)).then(r=>{var n;(n=sR.fromBinary(r.payload))!=null&&n.closed||h.warn("weird state on peer closed and should not happen")}).catch(r=>{h.error("error on sending leave room request",{error:r})}),$.callEnded(),g.destruct()})}getConsumers(){return o(this,K).consumers}activatePeers(e){return u(this,null,function*(){return this.createConsumers(e)})}deactivatePeers(e,r="default"){return u(this,null,function*(){const n=new Set;e.forEach(s=>{s.screenShare&&s.kind==="video"&&n.add(s.producingPeerId)});const i=r==="default"?e.filter(s=>!n.has(s.producingPeerId)).filter(s=>s.kind!=="audio"):e;yield Promise.all(i.map(s=>{const a=o(this,K).producerIdToConsumerIdMap.get(s.producerId);if(!a){h.warn(`consumer not found in deactivate producers: ${s.producerId}`);return}return o(this,K).closeConsumer(a)}))})}createConsumers(e){return u(this,null,function*(){return e.length===0?Promise.resolve():o(this,K).createConsumers(e)})}closeConsumers(e){return u(this,null,function*(){if(!e.length)return;const r=e.reduce((n,i)=>{const s=o(this,K).producerIdToConsumerIdMap.get(i.producerId);return s?(n.push(s),n):(h.warn(`consumer not found in deactivate producers: ${i.producerId}`),n)},[]);yield o(this,K).closeConsumers(r)})}_shareWebcam(e,r){return u(this,null,function*(){const n=r==="video/VP9"?we.WEBCAM:we.WEBCAM_BACKUP,i=H(this,wt,Lt).call(this,n);if(i){const p=yield i;if(o(this,K).producers.has(p)){const m=o(this,K).producers.get(p);if(!m.closed&&!navigator.isReactNative)return yield m.replaceTrack({track:e}),yield this.resumeWebcam(n),e;yield this.disableWebcam(r)}return this._shareWebcam(e,r)}const s=H(this,Hp,CS).call(this,e,r),a=od(this.context,"disableSimulcast"),c=o(this,$i)===lt.CF?ie.ENABLE_CF_SIMULCAST:ie.ENABLE_HIVE_SIMULCAST;!a&&Q.hasFeature(c)?(h.info(`Simulcast enabled for SFU: ${o(this,$i)}`),s.encodings=dN(e)):h.info(`Simulcast disabled for webcam producer, SFU: ${o(this,$i)}`),Q.hasFeature(ie.TRACK_HINT)&&(s.track.contentHint=Q.getValue(ie.TRACK_HINT));const d=()=>{h.info("Disabling video due to the producer closure"),o(this,Kt).delete(n)},l=o(this,K).createProducer(s,d);return H(this,Xs,Go).call(this,n,l.then(p=>p.id)),l.then(p=>p.track)})}shareWebcam(e){return u(this,null,function*(){if(e===void 0)return null;if(Q.hasFeature(ie.FORCE_VIDEO_CODEC)){const r=Q.getValue(ie.FORCE_VIDEO_CODEC).toString();if(r)return h.debug(`Calling _shareWebcam with forced video codec: ${r}`),this._shareWebcam(e,r)}return yield Promise.all(en.map(r=>{var n,i;return((i=(n=o(this,Ho).sender)==null?void 0:n.video)==null?void 0:i.codecs.findIndex(s=>s.mimeType===r))>=0&&o(this,Ys).get(r).size>0?(h.debug(`Calling _shareWebcam with video codec: ${r}`),this._shareWebcam(e,r)):e})),e})}shareScreen(e){return u(this,null,function*(){const{video:r,audio:n}=e;if(r===void 0)return;const i={track:r,codecOptions:[{name:"VP8"}],appData:{screenShare:!0,e2ee:this.e2ee,supportsRemoteControl:Re.isElectron()},stopTracks:!1},s=()=>{h.info("Disabling screenShare due to the producer closure"),o(this,Kt).delete(we.SCREENSHARE_VIDEO),o(this,Kt).delete(we.SCREENSHARE_AUDIO)},a=o(this,K).createProducer(i,s);H(this,Xs,Go).call(this,we.SCREENSHARE_VIDEO,a.then(d=>d.id));let c;if(n){const d={track:n,codecOptions:[{name:"opus"}],appData:{screenShare:!0,e2ee:this.e2ee,supportsRemoteControl:Re.isElectron()},stopTracks:!1,zeroRtpOnPause:!0},l=()=>{};c=o(this,K).createProducer(d,l),H(this,Xs,Go).call(this,we.SCREENSHARE_AUDIO,c.then(p=>p.id))}yield Promise.all([a,c||Promise.resolve()]),$.screenShareStart()})}shareMic(e){return u(this,null,function*(){try{if(e===void 0)throw new Jt("track undefined");const r=H(this,wt,Lt).call(this,we.MIC);if(r){const a=yield r;if(o(this,K).producers.has(a)){const c=o(this,K).producers.get(a);if(!c.closed&&!navigator.isReactNative){yield c.replaceTrack({track:e}),yield this.resumeMic(),o(this,or)&&(o(this,or).audioTrack=e,o(this,or).producerId=a,o(this,or).start());return}yield o(this,K).closeProducer(a,{stopTrack:!1})}yield this.shareMic(e);return}const n=H(this,jp,IS).call(this,e),i=()=>{o(this,Kt).delete(we.MIC)},s=o(this,K).createProducer(n,i);H(this,Xs,Go).call(this,we.MIC,s.then(a=>a.id)),yield s.then(a=>{o(this,or)&&(o(this,or).audioTrack=a.track,o(this,or).producerId=a.id,o(this,or).start())})}catch(r){throw new _(r)}})}pauseMic(){return u(this,null,function*(){var e;const r=yield H(this,wt,Lt).call(this,we.MIC),n=o(this,K).producers.get(r);if(!n){h.error("pauseMic::could_not_find_mic_producer");return}if(n.paused){h.info("pauseMic::mic_producer_already_paused");return}n.pause(),(e=o(this,or))==null||e.stop();const i={producerId:n.id,pause:!0};o(this,Nt).sendMessage(o(this,$t).toggleProducer,ud.toBinary(i))})}pauseWebcam(){return u(this,null,function*(){const e=yield H(this,wt,Lt).call(this,we.WEBCAM),r=yield H(this,wt,Lt).call(this,we.WEBCAM_BACKUP),n=o(this,K).producers.get(e),i=o(this,K).producers.get(r);if(!n&&!i){h.error("pauseWebcam::could_not_find_webcam_producer");return}const s=a=>{const c={producerId:a.id,pause:!0};o(this,Nt).sendMessage(o(this,$t).toggleProducer,ud.toBinary(c))};n&&(n.pause(),s(n)),i&&(i.pause(),s(i))})}resumeMic(){return u(this,null,function*(){const e=yield H(this,wt,Lt).call(this,we.MIC),r=o(this,K).producers.get(e);if(!r){h.error("resumeMic::could_not_find_mic_producer");return}if(!r.pause){h.info("resumeMic::mic_producer_already_resumed");return}r.resume(),r.appData.e2ee&&C.emit(R.E2EE_ACTIVE_PRODUCER,r);const n={producerId:r.id,pause:!1};o(this,Nt).sendMessage(o(this,$t).toggleProducer,ud.toBinary(n))})}resumeWebcam(){return u(this,arguments,function*(e=we.WEBCAM){const r=yield H(this,wt,Lt).call(this,e),n=o(this,K).producers.get(r);if(!n){h.error("resumeWebcam::could_not_find_webcam_producer");return}if(!n.paused){h.info("resumeWebcam::webcam_producer_already_resumed");return}n.resume(),n.appData.e2ee&&C.emit(R.E2EE_ACTIVE_PRODUCER,n);const i={producerId:n.id,pause:!1};o(this,Nt).sendMessage(o(this,$t).toggleProducer,ud.toBinary(i))})}disableWebcam(e){return u(this,null,function*(){const r=e==="video/VP9"?we.WEBCAM:we.WEBCAM_BACKUP,n=yield H(this,wt,Lt).call(this,r);H(this,Wp,PS).call(this,r),n&&(yield o(this,K).closeProducer(n))})}disableMic(){return u(this,null,function*(){var e;const r=yield H(this,wt,Lt).call(this,we.MIC);r&&(yield o(this,K).closeProducer(r)),(e=o(this,or))==null||e.stop(),o(this,Kt).delete(we.MIC)})}disableScreenShare(){return u(this,null,function*(){h.info("screen_sharing_stopped"),$.screenShareStop();const e=yield H(this,wt,Lt).call(this,we.SCREENSHARE_VIDEO),r=yield H(this,wt,Lt).call(this,we.SCREENSHARE_AUDIO);e&&(yield o(this,K).closeProducer(e)),r&&(yield o(this,K).closeProducer(r)),o(this,Xn).clear(),o(this,Kt).delete(we.SCREENSHARE_VIDEO),o(this,Kt).delete(we.SCREENSHARE_AUDIO)})}muteSelf(){return u(this,null,function*(){this.pauseMic()})}unmuteSelf(){return u(this,null,function*(){})}resetVideoProducers(e,r){return u(this,null,function*(){if(e){const n=yield H(this,wt,Lt).call(this,we.WEBCAM),i=yield H(this,wt,Lt).call(this,we.WEBCAM_BACKUP);yield o(this,K).closeProducer(n,{stopTrack:!1}),yield o(this,K).closeProducer(i,{stopTrack:!1}),this.shareWebcam(e)}if(r){const n=yield H(this,wt,Lt).call(this,we.SCREENSHARE_VIDEO);yield o(this,K).closeProducer(n,{stopTrack:!1}),this.shareScreen({video:r})}})}changeDisplayName(e,r){return u(this,null,function*(){const n={displayName:e,participantId:r!=null?r:this.peerId};if(!(yield o(this,K).socketHandler.changeDisplayName(n)))throw new Error("failed to change display name!")})}kick(e){return u(this,null,function*(){const r={participantId:e};if(!(yield o(this,K).socketHandler.kickPeer(r)))throw new Error("failed to kickout the participant!")})}kickAll(){return u(this,null,function*(){if(!(yield o(this,K).socketHandler.kickAll()))throw new Error("failed to kickout all participant!")})}muteAll(e){return u(this,null,function*(){if(!(yield o(this,K).socketHandler.hostControlForAll("audio")))throw new Error("failed to mute all participant")})}muteAllVideo(){return u(this,null,function*(){if(!(yield o(this,K).socketHandler.hostControlForAll("video")))throw new Error("failed to mute all video participant")})}disableAudio(e){return u(this,null,function*(){if(!(yield o(this,K).socketHandler.hostControlForPeer(e,"audio")))throw new Error("failed to mute given participant")})}disableVideo(e){return u(this,null,function*(){if(!(yield o(this,K).socketHandler.hostControlForPeer(e,"video")))throw new Error("failed to mute video of given participant")})}pinPeer(e){return u(this,null,function*(){const r={participantId:e!=null?e:""};try{yield o(this,Nt).sendMessagePromise(o(this,$t).globalPinPeer,MC.toBinary(r))}catch(n){h.error("Error in pinning peer:",{error:n})}})}validateScreenShare(e){return this.peerId===e.peerId&&o(this,K).producers.get(e.producerId)&&o(this,Xn).add(e.consumerPeerId),o(this,Xn).size}switchConsumersToLayer(e,r){return u(this,null,function*(){o(this,K).switchConsumersToLayer(e,r)})}handleSocketEvents(){return u(this,null,function*(){o(this,Nt).on(o(this,$t).peerProducerCreateBroadcast,({payload:e})=>{var r,n;if(this.mediaJoined)try{const{participantId:i,producerState:s}=VR.fromBinary(e);if(i===this.peerId)return;if(s!=null&&s.mimeType||(s.mimeType=s.kind===Kr.AUDIO?"audio/opus":"video/VP8"),s.kind===Kr.VIDEO&&!s.screenShare&&((n=(r=o(this,Ho).receiver)==null?void 0:r.video)==null?void 0:n.codecs.findIndex(a=>a.mimeType===en[0]))>=0&&o(this,zs).get(en[0]).has(i)&&s.mimeType!==en[0]){h.warn(`Ignoring producer: ${s.producerId}`);return}h.info(`producer created broadcast: ${i}, producer state: ${s}`),C.emit(R.NEW_PRODUCER,{peerId:i,producer:G(x({},s),{kind:s.kind===Kr.AUDIO?"audio":"video",producingPeerId:i})})}catch(i){h.error("error in peer-producer-create-broadcast",{error:i})}}),o(this,Nt).on(o(this,$t).peerProducerToggleBroadcast,({payload:e})=>{if(this.mediaJoined)try{const{participantId:r,initiatorParticipantId:n,producerState:{kind:i,pause:s,producerId:a}}=Dv.fromBinary(e),c=i===Kr.AUDIO?"audio":"video";if(h.info(`producer toggle broadcast: ${r}, producerId: ${a}, kind:${c}, paused:${s} payload: ${JSON.stringify(Dv.fromBinary(e))}`),r===this.peerId&&n!==this.peerId&&s&&C.emit(c==="audio"?R.MUTE_SELF:R.MUTE_SELF_VIDEO),r===this.peerId)return;C.emit(R.PRODUCER_TOGGLE,{peerId:r,producerId:a,paused:s,kind:c}),Array.from(this.getConsumers().values()).filter(d=>d.producerId===a).forEach(d=>{d.paused!==s&&(h.debug(`consumer state mismatched for ${d.id}. updating consumer pause state ${d.paused} to ${s}`),s?(d.pause(),C.emit(R.CONSUMER_PAUSED,{id:d.id})):(d.resume(),C.emit(R.CONSUMER_RESUMED,{id:d.id})))})}catch(r){h.error("error in producer toggle broadcast handler",{error:r})}}),o(this,Nt).on(o(this,$t).peerLeaveBroadcast,({payload:e})=>{if(this.mediaJoined)try{const{participantId:r}=eh.fromBinary(e);if(r===this.peerId)return;h.info(`peer left broadcast:${r}`),o(this,Xn).delete(r),o(this,K).consumers.forEach(n=>{n.peerId===r&&n.close()}),C.emit(R.PEER_CLOSED,{id:r})}catch(r){h.error("error in peer left broadcast",{error:r})}}),o(this,Nt).on(o(this,$t).peerProducerCloseBroadcast,({payload:e})=>{if(this.mediaJoined)try{const{participantId:r,producerState:{producerId:n}}=BR.fromBinary(e);if(r===this.peerId)return;h.info(`producer closed broadcast:${r}`),C.emit(R.PRODUCER_CLOSED,{peerId:r,producerId:n});const i=o(this,K).producerIdToConsumerIdMap.get(n);if(!i){h.warn(`no consumer found for producer:${n}`);return}h.info(`closing consumer ${i}, producer id: ${n}`),o(this,K).closeConsumer(i).then(()=>{h.info(`closed consumer: ${i}`),o(this,K).producerIdToConsumerIdMap.delete(n),C.emit(R.CONSUMER_CLOSED,{id:i})}).catch(s=>{h.error("error closing consumer",{error:s})})}catch(r){h.error("error on producer close broadcast",{error:r})}}),o(this,Nt).on(o(this,$t).mediaRoomTerminationBroadcastResponse,()=>{!this.mediaJoined&&!o(this,$s)&&!o(this,Ks)||(h.warn("media hub termination broadcast received, rejoining room"),C.emit(R.ROOM_NODE_DISCONNECTED),o(this,Cl).call(this))})})}handleCallstatsEvents(){$.onConsumerScore(e=>{e.forEach((r,n)=>{const i=o(this,K).consumers.get(n);i&&C.emit(R.CONSUMER_SCORE_UPDATE,{id:n,kind:i.kind,peerId:i.peerId,score:r.score,scoreStats:r})})}),$.onProducerScore(e=>{e.forEach((r,n)=>{const i=Array.from(o(this,K).producers.values()).find(s=>s.id===n);i&&C.emit(R.PRODUCER_SCORE_UPDATE,{id:n,kind:i.kind,appData:i.appData,score:r.score,scoreStats:r})})})}handlePeerCapabilities(e,r){var n,i,s,a;for(let c=0;c<=en.length;c+=1){const d=en[c];if(((i=(n=r==null?void 0:r.receiver)==null?void 0:n.video)==null?void 0:i.codecs.findIndex(l=>l.mimeType===d))>=0||c===en.length-1){o(this,Ys).get(d).add(e);break}}for(let c=0;c<=en.length;c+=1){const d=en[c];if(((a=(s=r==null?void 0:r.sender)==null?void 0:s.video)==null?void 0:a.codecs.findIndex(l=>l.mimeType===d))>=0||c===en.length-1){o(this,zs).get(d).add(e);break}}}handlePeerLeaving(e){Q.hasFeature(ie.FORCE_VIDEO_CODEC)||(o(this,zs).forEach(r=>r.delete(e)),o(this,Ys).forEach((r,n)=>{r.delete(e),r.size===0&&this.disableWebcam(n)}))}}Pl=new WeakMap,Il=new WeakMap,Nt=new WeakMap,K=new WeakMap,Ho=new WeakMap,$i=new WeakMap,$t=new WeakMap,$s=new WeakMap,Ks=new WeakMap,Ki=new WeakMap,Cl=new WeakMap,Xn=new WeakMap,qo=new WeakMap,zs=new WeakMap,Ys=new WeakMap,Kt=new WeakMap,or=new WeakMap,zi=new WeakSet,Qs=function(){return this.context.getValue("connectionHandler")},wt=new WeakSet,Lt=function(t){return o(this,Kt).get(t)},Xs=new WeakSet,Go=function(t,e){return o(this,Kt).set(t,e)},Wp=new WeakSet,PS=function(t){return o(this,Kt).delete(t)},jp=new WeakSet,IS=function(t){return{track:t,encodings:[{priority:"high"}],codecOptions:[{name:"opus"}],appData:{e2ee:this.e2ee},stopTracks:!1,zeroRtpOnPause:!0}},Hp=new WeakSet,CS=function(t,e){return{track:t,codecOptions:[{name:e?e.split("/")[1]:"VP8"}],appData:{screenShare:!1,e2ee:this.e2ee},stopTracks:!1}},he([g.trace("MediaNodeClient.reset",{country:g.location.country})],ue.prototype,"reset",1),he([g.trace("MediaNodeClient.joinRoom")],ue.prototype,"joinRoom",1),he([g.trace("MediaNodeClient.completeJoinRoom")],ue.prototype,"completeJoinRoom",1),he([g.trace("MediaNodeClient.leaveRoom")],ue.prototype,"leaveRoom",1),he([g.trace("MediaNodeClient.activatePeers")],ue.prototype,"activatePeers",1),he([g.trace("MediaNodeClient.deactivatePeers")],ue.prototype,"deactivatePeers",1),he([g.trace("MediaNodeClient.createConsumers")],ue.prototype,"createConsumers",1),he([g.trace("MediaNodeClient.closeConsumers")],ue.prototype,"closeConsumers",1),he([g.trace("MediaNodeClient._shareWebcam")],ue.prototype,"_shareWebcam",1),he([g.trace("MediaNodeClient.shareWebcam")],ue.prototype,"shareWebcam",1),he([g.trace("MediaNodeClient.shareScreen")],ue.prototype,"shareScreen",1),he([g.trace("MediaNodeClient.shareMic")],ue.prototype,"shareMic",1),he([g.trace("MediaNodeClient.pauseMic")],ue.prototype,"pauseMic",1),he([g.trace("MediaNodeClient.pauseWebcam")],ue.prototype,"pauseWebcam",1),he([g.trace("MediaNodeClient.resumeMic")],ue.prototype,"resumeMic",1),he([g.trace("MediaNodeClient.resumeWebcam")],ue.prototype,"resumeWebcam",1),he([g.trace("MediaNodeClient.disableWebcam")],ue.prototype,"disableWebcam",1),he([g.trace("HiveClient.disableMic")],ue.prototype,"disableMic",1),he([g.trace("HiveClient.disableScreenShare")],ue.prototype,"disableScreenShare",1),he([g.trace("MediaNodeClient.muteSelf")],ue.prototype,"muteSelf",1),he([g.trace("MediaNodeClient.resetVideoProducers")],ue.prototype,"resetVideoProducers",1),he([g.trace("MediaNodeClient.changeDisplayName")],ue.prototype,"changeDisplayName",1),he([g.trace("MediaNodeClient.kickPeer")],ue.prototype,"kick",1),he([g.trace("MediaNodeClient.kickAllPeers")],ue.prototype,"kickAll",1),he([g.trace("MediaNodeClient.muteAll")],ue.prototype,"muteAll",1),he([g.trace("MediaNodeClient.muteAllVideo")],ue.prototype,"muteAllVideo",1),he([g.trace("MediaNodeClient.disableAudio")],ue.prototype,"disableAudio",1),he([g.trace("MediaNodeClient.disableVideo")],ue.prototype,"disableVideo",1),he([g.trace("MediaNodeClient.pinPeer")],ue.prototype,"pinPeer",1),he([g.trace("MediaNodeClient.validateScreenShare")],ue.prototype,"validateScreenShare",1);function RS(t,e,r){const n=t.getValue("roomNodeClient");if(n){if(n)return n;throw new Error("Room node client already set up.")}const i=new ue(t,e,r);return t.setValue("roomNodeClient",i),i}function MS(t){const e=t.getValue("roomNodeClient");try{e==null||e.leaveRoom()}catch(r){h.error("roomNodeClient::cleanupRoomNodeClient")}t.setValue("roomNodeClient",void 0)}var jL=Object.defineProperty,HL=Object.getOwnPropertyDescriptor,Zn=(t,e,r,n)=>{for(var i=n>1?void 0:n?HL(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&jL(e,r,i),i},Yi,tn,xt,vr,Vr,AS;const DS=(AS=class{constructor(t,e,r,n){v(this,vr),f(this,"self"),f(this,"authToken"),v(this,Yi,void 0),f(this,"viewType"),v(this,tn,void 0),v(this,xt,void 0);const{socket:i}=r,s=t.getValue("authToken");this.self=e,y(this,xt,t),this.viewType=n,this.authToken=s,y(this,Yi,i),y(this,tn,r),e.config.viewType!==Pt.Chat&&this.setupEvents()}get peerId(){return o(this,xt).getValue("peerId")}get mediaJoined(){return o(this,xt).getValue("connectionHandler").mediaJoined}static init(t,e,r,n,i){return u(this,null,function*(){const s=gt(),a=t.getValue("peerId"),c=!!t.getValue("cachedUserDetails"),d=yield me.__init__(t,r,n,i,i.name,c);if(navigator.product!=="ReactNative"){const l=!Q.hasFeature(ie.PRECALL_BANDWIDTH_TEST);setTimeout(()=>u(this,null,function*(){const p=yield d.getAllDevices();h.info("populated_full_device_list",{devices:JSON.stringify(p)}),$.devices("AUDIO",p==null?void 0:p.filter(m=>m.kind==="audioinput")),$.devices("VIDEO",p==null?void 0:p.filter(m=>m.kind==="videoinput")),$.devices("SPEAKER",p==null?void 0:p.filter(m=>m.kind==="audiooutput")),h.info("Callstats:: initializing");try{yield $.initialize({peerId:a,engineName:Re.getDeviceInfo().engineName,env:t.getValue("env"),iceServers:yield s.getICEServers(),apiBase:t.getValue("apiBase"),flags:Q.getAllFlags(),logger:h,apiHostnames:mv(t),skipConnectivityChecks:l}),h.info("Callstats:: initialized")}catch(m){h.error("Callstats:: initialization failed",{error:m})}}),0)}else h.info("Callstats:: Skipped initialization due to navigator product being ReactNative.");return new DS(t,d,e,i.viewType)})}shareMediaTracks(){return u(this,null,function*(){var t;const{audioTrack:e,videoTrack:r,permissions:n,audioEnabled:i,videoEnabled:s,screenShareEnabled:a,screenShareTracks:c}=this.self;if(n.canProduceAudio&&i)try{yield o(this,vr,Vr).shareMic(e)}catch(d){this.self.disableAudio()}if(n.canProduceVideo&&s)try{const d=yield o(this,vr,Vr).shareWebcam(r);d&&d.id!==r.id&&Q.hasFeature(ie.EXP_RESHARE)&&(yield o(this,vr,Vr).shareWebcam(d))}catch(d){this.self.disableVideo()}if(n.canProduceScreenshare&&a)try{yield(t=o(this,vr,Vr))==null?void 0:t.shareScreen({video:c.video,audio:c.audio})}catch(d){this.self.disableScreenShare()}})}kickHandler(t){return u(this,null,function*(){let e="kicked";(t==null?void 0:t.kickType)==="kickAll"&&(e="ended"),this.leaveRoom(e)})}waitlistedHandler(){h.info("SelController.waitlisted"),this.self.waitlistStatus="waiting",this.self.roomState="waitlisted",this.self.emit("waitlisted")}waitlistAcceptHandler(){if(h.info("SelController.waitlistAccepted"),this.self.waitlistStatus==="accepted"){h.warn("SelfController.WAITLIST_ACCEPTED.UserAlreadyAccepted");return}this.self.waitlistStatus="accepted",this.joinRoom()}waitlistRejectedHandler(){if(h.info("SelfController.waitlistRejected"),this.self.waitlistStatus==="rejected"){h.warn("SelfController.WAITLIST_REJECTED.UserAlreadyRejected");return}this.self.waitlistStatus="rejected",this.leaveRoom("rejected")}resetSelf(t){return u(this,null,function*(){$.callEnded(),o(this,vr,Vr).reset(),t&&(yield this.joinRoom(t))})}setupEvents(){C.on(R.RESET_PRODUCER_STATE,()=>u(this,null,function*(){this.mediaJoined&&this.shareMediaTracks()})),C.on(R.ROOM_NODE_RECONNECTED,()=>{this.self.roomState="joined",this.self.emit("roomJoined",{reconnected:!0})}),C.on(R.ROOM_NODE_DISCONNECTED,()=>{this.self.roomState!=="disconnected"&&(this.self.roomState="disconnected",this.self.emit("roomLeft",{state:"disconnected"}))}),C.on(R.ROOM_NODE_FAILED,()=>{this.self.roomState="failed",this.self.emit("roomLeft",{state:"failed"})}),C.on(R.SOCKET_SERVICE_RECONNECTED,({wasJoinAttempted:t})=>{t===!1&&(this.self.roomState="init"),this.resetSelf(t)}),C.on(R.SOCKET_SERVICE_DISCONNECTED,({joinAttempted:t})=>{if(this.self.roomState==="disconnected")return;let{peerId:e}=this;t&&Q.hasFeature(ie.REFRESH_ID_ON_DISCONNECTION)&&(e=rs()),o(this,Yi).updateURL(e),g.resetPeerId(e),gt().setHeader("dyte-tracing-id",e),vi.remapContext(e,o(this,xt)),this.self.roomState="disconnected",this.self.emit("roomLeft",{state:"disconnected"})}),C.on(R.SOCKET_SERVICE_FAILED,()=>{this.self.roomState="failed",this.self.emit("roomLeft",{state:"failed"})}),o(this,tn).on(W.waitingRoomRequestAccepted,()=>{this.waitlistAcceptHandler()}),o(this,tn).on(vd.updateUserPreset,t=>{t.updatePeersPresets.forEach(e=>{e.userIds===this.self.userId&&C.emit(R.UPDATE_PERMISSIONS,e.patch)})}),o(this,tn).on(W.waitingRoomRequestDenied,()=>{this.waitlistRejectedHandler()}),o(this,tn).on(W.kick,()=>{this.kickHandler({kickType:"kick"})}),o(this,tn).on(W.kickAll,()=>{this.kickHandler({kickType:"kickAll"})}),C.onAsync(R.JOIN_MEDIA_ROOM,this.joinMediaRoom.bind(this)),C.on(R.PRODUCER_SCORE_UPDATE,({score:t,kind:e,appData:r,scoreStats:n})=>{var i;const s=(i=r==null?void 0:r.screenShare)!=null?i:!1;this.self.emit("mediaScoreUpdate",{kind:e,isScreenshare:s,score:t,participantId:this.self.id,scoreStats:n})}),C.on(R.MUTE_SELF,()=>u(this,null,function*(){this.self.audioEnabled&&(yield this.self.disableAudio(),$.audioOff())})),C.on(R.MUTE_SELF_VIDEO,()=>u(this,null,function*(){this.self.videoEnabled&&(yield this.self.disableVideo(),$.videoOff())})),C.onAsync(R.LEAVE_MEDIA_ROOM,this.leaveMediaRoom.bind(this)),C.on(R.PIP_HANGUP,this.leaveRoom.bind(this))}joinRoom(t=!1){return u(this,null,function*(){try{const{peer:e}=yield o(this,tn).joinRoom(this.self);o(this,tn).socket.flush();const r=Dh(e.stageType);if(o(this,xt).setValue("stageStatus",r,!1),e.waitlisted){this.waitlistedHandler();return}yield this.joinMediaRoom(t),o(this,xt).notify("stageStatus")}catch(e){throw h.error("Error in joinRoom",{error:e}),e}})}leaveRoom(t="left"){return u(this,null,function*(){var e,r;if(t==="rejected"){try{(e=o(this,Yi))==null||e.disconnect()}catch(n){h.error("SelfController::leaveRoom::socketDisconnect")}this.self.roomState=t,this.self.emit("roomLeft",{state:t});return}this.self.setIsPinned(!1),o(this,xt).setValue("stageStatus","OFF_STAGE",!1),yield this.leaveMediaRoom(t),o(this,xt).notify("stageStatus");try{(r=o(this,Yi))==null||r.disconnect()}catch(n){h.error("SelfController::leaveRoom::socketDisconnect")}MS(o(this,xt)),tl.cleanup(),this.self.roomState=t,this.self.emit("roomLeft",{state:t})})}joinMediaRoom(t=!1){return u(this,null,function*(){var e,r;const{peerId:n,viewType:i,meetingId:s,stageStatus:a,roomNodeOptions:c}=o(this,xt).getAllValues(),{sfu:d}=c;try{if(i===Pt.Livestream){if(a!=="ON_STAGE"){this.self.roomState="joined",this.self.emit("roomJoined",{reconnected:t});return}RS(o(this,xt),d,{socket:o(this,Yi),peerId:n})}const{roomJoined:l}=(r=yield(e=o(this,vr,Vr))==null?void 0:e.joinRoom(this.self.name,s,{audio:this.self.audioEnabled,video:this.self.videoEnabled,screen:this.self.screenShareEnabled},t,t))!=null?r:{};if(!l)return;a==="ON_STAGE"&&(yield this.shareMediaTracks()),this.self.roomState="joined",this.self.emit("roomJoined",{reconnected:t})}catch(l){throw h.error("Error:SelfController.mediaRoomJoin",{error:l}),new _("Error: could not join media room","0002")}})}leaveMediaRoom(t){return u(this,null,function*(){const e=o(this,xt).getValue("viewType");t!=="connected-meeting"&&(yield this.cleanupSelf()),!(t==="stageLeft"&&e===Pt.Webinar)&&o(this,vr,Vr)&&(o(this,vr,Vr).mediaJoined&&t!=="disconnected"&&(yield o(this,vr,Vr).leaveRoom()),!(t==="stageLeft"&&e===Pt.Livestream)&&(o(this,vr,Vr).mediaJoined=!1))})}cleanupSelf(){return u(this,null,function*(){yield this.self.disableAudio(),yield this.self.disableVideo(),yield this.self.disableScreenShare(),this.self.cleanUpTracks(),this.self.destructMediaHandler(),navigator.isReactNative||this.self.removeDocumentEventListeners()})}},Yi=new WeakMap,tn=new WeakMap,xt=new WeakMap,vr=new WeakSet,Vr=function(){return o(this,xt).getValue("roomNodeClient")},AS);let Tn=DS;Zn([g.trace("SelfController.shareMediaTracks")],Tn.prototype,"shareMediaTracks",1),Zn([g.trace("SelfController.resetSelf")],Tn.prototype,"resetSelf",1),Zn([g.trace("SelfController.setupEvents")],Tn.prototype,"setupEvents",1),Zn([g.trace("SelfController.joinRoom")],Tn.prototype,"joinRoom",1),Zn([g.trace("SelfController.leaveRoom")],Tn.prototype,"leaveRoom",1),Zn([g.trace("SelfController.joinMediaRoom")],Tn.prototype,"joinMediaRoom",1),Zn([g.trace("SelfController.leaveMediaRoom")],Tn.prototype,"leaveMediaRoom",1),Zn([g.trace("SelfController.init")],Tn,"init",1);var Rl;class qL{constructor(e){v(this,Rl,void 0),y(this,Rl,e)}on(e,r){let n;e===W.roomPeerCount?n=Lv.fromBinary.bind(Lv):n=Qv.fromBinary.bind(Qv),o(this,Rl).on(e,({payload:i})=>{const s=n(i);return r(s)})}}Rl=new WeakMap;var Ml;class GL{constructor(e){v(this,Ml,void 0),y(this,Ml,e)}on(e,r){let n,i;switch(e){case W.transcript:{n=th.fromBinary.bind(th),i=th.create();break}default:{h.debug("AISocketHandler switch case hit default, event not accounted for.");break}}o(this,Ml).on(e,({payload:s})=>{let a=i;try{a=n(s)}catch(c){h.error("chatSocketHandler::on::binary_decode_error",{error:c})}return r(a)})}}Ml=new WeakMap;var JL=Object.defineProperty,$L=Object.getOwnPropertyDescriptor,qp=(t,e,r,n)=>{for(var i=n>1?void 0:n?$L(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&JL(e,r,i),i},ei;class Al{constructor(e){v(this,ei,void 0),y(this,ei,e)}getPolls(){return o(this,ei).sendMessagePromise(pn.getPolls)}createPoll(e,r,n=!1,i=!1){const s={anonymous:n,hideVotes:i,question:e,options:r};return o(this,ei).sendMessage(pn.createPoll,RD.toBinary(s))}votePoll(e,r){const n={index:r,pollId:e};return o(this,ei).sendMessage(pn.votePoll,AD.toBinary(n))}on(e,r){let n,i;switch(e){case pn.updatePoll:case pn.createPoll:case pn.votePoll:{n=mh.fromBinary.bind(mh),i=mh.create();break}}o(this,ei).on(e,({payload:s})=>{let a=i;try{a=n(s)}catch(c){h.error("pollSocketHandler::on::binary_decode_error",{error:c})}return r(a)})}removeListeners(e){o(this,ei).removeListeners(e)}}ei=new WeakMap,qp([g.trace("PollSocketHandler.getPolls")],Al.prototype,"getPolls",1),qp([g.trace("PollSocketHandler.createPoll")],Al.prototype,"createPoll",1),qp([g.trace("PollSocketHandler.votePoll")],Al.prototype,"votePoll",1);var cr;class KL{constructor(e){v(this,cr,void 0),y(this,cr,e)}getStageRequests(){return u(this,null,function*(){const{payload:e}=yield o(this,cr).sendMessagePromise(W.getStageRequests);return e?ph.fromBinary(e):{stageRequests:[]}})}requestAccess(){o(this,cr).sendMessage(W.requestStageAccess)}cancelRequestAccess(){o(this,cr).sendMessage(W.cancelStageRequest)}grantAccess(e){return u(this,null,function*(){const r={userIds:e};o(this,cr).sendMessage(W.grantStageAccess,SD.toBinary(r))})}denyAccess(e){return u(this,null,function*(){const r={userIds:e};o(this,cr).sendMessage(W.denyStageAccess,TD.toBinary(r))})}joinStage(){return o(this,cr).sendMessagePromise(W.joinStage,void 0,void 0,W.peerStageStatusUpdate)}leaveStage(e){const r={userIds:[e]};return o(this,cr).sendMessagePromise(W.leaveStage,Zv.toBinary(r),void 0,W.peerStageStatusUpdate)}kick(e){const r={userIds:e};return o(this,cr).sendMessagePromise(W.leaveStage,Zv.toBinary(r))}on(e,r){let n;switch(e){case W.grantStageAccess:case W.denyStageAccess:{n=void 0;break}case W.getStagePeers:{n=Xv.fromBinary.bind(Xv);break}case W.getStageRequests:case W.requestStageAccess:case W.cancelStageRequest:{n=ph.fromBinary.bind(ph);break}case W.peerStageStatusUpdate:{n=Nv.fromBinary.bind(Nv);break}}o(this,cr).on(e,({payload:i,id:s})=>{if(!i||!n)return r(void 0,s);const a=n(i);return r(a,s)})}getPeerInfo(e){return u(this,null,function*(){const r=yield o(this,cr).sendMessagePromise(W.getPeerInfo,Uv.toBinary({peerId:e}));return ps.fromBinary(r.payload)})}}cr=new WeakMap;var ht;class zL{constructor(e){v(this,ht,void 0),y(this,ht,e)}addPlugin(e,r){o(this,ht).sendMessage(z.addPlugin,x1.toBinary({pluginId:e,staggered:r}))}removePlugin(e){o(this,ht).sendMessage(z.removePlugin,U1.toBinary({pluginId:e,staggered:!1}))}getActivePlugins(){return u(this,null,function*(){const{payload:e}=yield o(this,ht).sendMessagePromise(z.getPlugins);return e?oD.fromBinary(e):{plugins:[]}})}customPluginEventToRoom(e,r,n){const i={pluginId:e,pluginData:new TextEncoder().encode(JSON.stringify(r))};o(this,ht).sendMessage(z.customPluginEventToRoom,K1.toBinary(i),n)}customPluginEventToPeers(e,r,n,i){const s={pluginId:e,peerIds:r,pluginData:new TextEncoder().encode(JSON.stringify(n))};o(this,ht).sendMessage(z.customPluginEventToPeers,Y1.toBinary(s),i)}enablePluginForRoom(e,r){o(this,ht).sendMessage(z.enablePluginForRoom,B1.toBinary({pluginId:e}),r)}enablePluginForPeers(e,r,n){o(this,ht).sendMessage(z.enablePluginForPeers,q1.toBinary({pluginId:e,peerIds:r}),n)}disablePluginForRoom(e,r){o(this,ht).sendMessage(z.disablePluginForRoom,j1.toBinary({pluginId:e}),r)}disablePluginForPeers(e,r,n){o(this,ht).sendMessage(z.disablePluginForPeers,J1.toBinary({pluginId:e,peerIds:r}),n)}storeInsertKeys(e,r,n,i){const s={pluginId:e,storeName:r,insertKeys:n.map(a=>({storeKey:a.key,payload:new TextEncoder().encode(JSON.stringify(a.payload))}))};o(this,ht).sendMessage(z.storeInsertKeys,$v.toBinary(s),i)}storeGetKeys(e,r,n,i){const s={pluginId:e,storeName:r,getKeys:n.map(a=>({storeKey:a.key}))};o(this,ht).sendMessage(z.storeGetKeys,eD.toBinary(s),i)}storeDeleteKeys(e,r,n,i){const s={pluginId:e,storeName:r,deleteKeys:n.map(a=>({storeKey:a.key}))};o(this,ht).sendMessage(z.storeDeleteKeys,rD.toBinary(s),i)}storeDelete(e,r,n){o(this,ht).sendMessage(z.storeDelete,iD.toBinary({pluginId:e,storeName:r}),n)}getPluginDataOld(e,r){h.info("getPluginDataOld",{plugin:{id:e,storeName:r}})}storePluginDataOld(e,r,n){const i={pluginId:e,storeName:r,insertKeys:[{storeKey:n.key,payload:new TextEncoder().encode(JSON.stringify(n))}]};o(this,ht).sendMessage(z.storeInsertKeys,$v.toBinary(i))}on(e,r){let n;switch(e){case z.addPlugin:case z.enablePluginForPeers:case z.enablePluginForRoom:{n=hh.fromBinary.bind(hh);break}case z.removePlugin:case z.disablePluginForPeers:case z.disablePluginForRoom:{n=Kv.fromBinary.bind(Kv);break}case z.customPluginEventToPeers:case z.customPluginEventToRoom:{n=Yv.fromBinary.bind(Yv);break}case z.storeInsertKeys:case z.storeGetKeys:case z.storeDeleteKeys:case z.storeDelete:{n=zv.fromBinary.bind(zv);break}}o(this,ht).on(e,({payload:i,id:s})=>{const a=n(i);return r(a,s)})}}ht=new WeakMap;var YL=Object.defineProperty,QL=(t,e,r)=>e in t?YL(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,XL=(t,e,r)=>(QL(t,typeof e!="symbol"?e+"":e,r),r),Gp=(t,e,r)=>{if(!e.has(t))throw TypeError("Cannot "+r)},L=(t,e,r)=>(Gp(t,e,"read from private field"),r?r.call(t):e.get(t)),Me=(t,e,r)=>{if(e.has(t))throw TypeError("Cannot add the same private member more than once");e instanceof WeakSet?e.add(t):e.set(t,r)},ge=(t,e,r,n)=>(Gp(t,e,"write to private field"),n?n.call(t,r):e.set(t,r),r),xe=(t,e,r)=>(Gp(t,e,"access private method"),r),Dl={},ZL={get exports(){return Dl},set exports(t){Dl=t}},Zs=typeof Reflect=="object"?Reflect:null,OS=Zs&&typeof Zs.apply=="function"?Zs.apply:function(t,e,r){return Function.prototype.apply.call(t,e,r)},Ol;Zs&&typeof Zs.ownKeys=="function"?Ol=Zs.ownKeys:Object.getOwnPropertySymbols?Ol=function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:Ol=function(t){return Object.getOwnPropertyNames(t)};function ex(t){console&&console.warn&&console.warn(t)}var NS=Number.isNaN||function(t){return t!==t};function ve(){ve.init.call(this)}ZL.exports=ve,Dl.once=ix,ve.EventEmitter=ve,ve.prototype._events=void 0,ve.prototype._eventsCount=0,ve.prototype._maxListeners=void 0;var LS=10;function Nl(t){if(typeof t!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof t)}Object.defineProperty(ve,"defaultMaxListeners",{enumerable:!0,get:function(){return LS},set:function(t){if(typeof t!="number"||t<0||NS(t))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+t+".");LS=t}}),ve.init=function(){(this._events===void 0||this._events===Object.getPrototypeOf(this)._events)&&(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},ve.prototype.setMaxListeners=function(t){if(typeof t!="number"||t<0||NS(t))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+t+".");return this._maxListeners=t,this};function xS(t){return t._maxListeners===void 0?ve.defaultMaxListeners:t._maxListeners}ve.prototype.getMaxListeners=function(){return xS(this)},ve.prototype.emit=function(t){for(var e=[],r=1;r<arguments.length;r++)e.push(arguments[r]);var n=t==="error",i=this._events;if(i!==void 0)n=n&&i.error===void 0;else if(!n)return!1;if(n){var s;if(e.length>0&&(s=e[0]),s instanceof Error)throw s;var a=new Error("Unhandled error."+(s?" ("+s.message+")":""));throw a.context=s,a}var c=i[t];if(c===void 0)return!1;if(typeof c=="function")OS(c,this,e);else for(var d=c.length,l=WS(c,d),r=0;r<d;++r)OS(l[r],this,e);return!0};function VS(t,e,r,n){var i,s,a;if(Nl(r),s=t._events,s===void 0?(s=t._events=Object.create(null),t._eventsCount=0):(s.newListener!==void 0&&(t.emit("newListener",e,r.listener?r.listener:r),s=t._events),a=s[e]),a===void 0)a=s[e]=r,++t._eventsCount;else if(typeof a=="function"?a=s[e]=n?[r,a]:[a,r]:n?a.unshift(r):a.push(r),i=xS(t),i>0&&a.length>i&&!a.warned){a.warned=!0;var c=new Error("Possible EventEmitter memory leak detected. "+a.length+" "+String(e)+" listeners added. Use emitter.setMaxListeners() to increase limit");c.name="MaxListenersExceededWarning",c.emitter=t,c.type=e,c.count=a.length,ex(c)}return t}ve.prototype.addListener=function(t,e){return VS(this,t,e,!1)},ve.prototype.on=ve.prototype.addListener,ve.prototype.prependListener=function(t,e){return VS(this,t,e,!0)};function tx(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length===0?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function US(t,e,r){var n={fired:!1,wrapFn:void 0,target:t,type:e,listener:r},i=tx.bind(n);return i.listener=r,n.wrapFn=i,i}ve.prototype.once=function(t,e){return Nl(e),this.on(t,US(this,t,e)),this},ve.prototype.prependOnceListener=function(t,e){return Nl(e),this.prependListener(t,US(this,t,e)),this},ve.prototype.removeListener=function(t,e){var r,n,i,s,a;if(Nl(e),n=this._events,n===void 0)return this;if(r=n[t],r===void 0)return this;if(r===e||r.listener===e)--this._eventsCount===0?this._events=Object.create(null):(delete n[t],n.removeListener&&this.emit("removeListener",t,r.listener||e));else if(typeof r!="function"){for(i=-1,s=r.length-1;s>=0;s--)if(r[s]===e||r[s].listener===e){a=r[s].listener,i=s;break}if(i<0)return this;i===0?r.shift():rx(r,i),r.length===1&&(n[t]=r[0]),n.removeListener!==void 0&&this.emit("removeListener",t,a||e)}return this},ve.prototype.off=ve.prototype.removeListener,ve.prototype.removeAllListeners=function(t){var e,r,n;if(r=this._events,r===void 0)return this;if(r.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):r[t]!==void 0&&(--this._eventsCount===0?this._events=Object.create(null):delete r[t]),this;if(arguments.length===0){var i=Object.keys(r),s;for(n=0;n<i.length;++n)s=i[n],s!=="removeListener"&&this.removeAllListeners(s);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if(e=r[t],typeof e=="function")this.removeListener(t,e);else if(e!==void 0)for(n=e.length-1;n>=0;n--)this.removeListener(t,e[n]);return this};function FS(t,e,r){var n=t._events;if(n===void 0)return[];var i=n[e];return i===void 0?[]:typeof i=="function"?r?[i.listener||i]:[i]:r?nx(i):WS(i,i.length)}ve.prototype.listeners=function(t){return FS(this,t,!0)},ve.prototype.rawListeners=function(t){return FS(this,t,!1)},ve.listenerCount=function(t,e){return typeof t.listenerCount=="function"?t.listenerCount(e):BS.call(t,e)},ve.prototype.listenerCount=BS;function BS(t){var e=this._events;if(e!==void 0){var r=e[t];if(typeof r=="function")return 1;if(r!==void 0)return r.length}return 0}ve.prototype.eventNames=function(){return this._eventsCount>0?Ol(this._events):[]};function WS(t,e){for(var r=new Array(e),n=0;n<e;++n)r[n]=t[n];return r}function rx(t,e){for(;e+1<t.length;e++)t[e]=t[e+1];t.pop()}function nx(t){for(var e=new Array(t.length),r=0;r<e.length;++r)e[r]=t[r].listener||t[r];return e}function ix(t,e){return new Promise(function(r,n){function i(a){t.removeListener(e,s),n(a)}function s(){typeof t.removeListener=="function"&&t.removeListener("error",i),r([].slice.call(arguments))}jS(t,e,s,{once:!0}),e!=="error"&&sx(t,i,{once:!0})})}function sx(t,e,r){typeof t.on=="function"&&jS(t,"error",e,r)}function jS(t,e,r,n){if(typeof t.on=="function")n.once?t.once(e,r):t.on(e,r);else if(typeof t.addEventListener=="function")t.addEventListener(e,function i(s){n.once&&t.removeEventListener(e,i),r(s)});else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof t)}class ax extends T{constructor(){super("message.v1.SocketMessage",[{no:1,name:"event",kind:"scalar",T:13},{no:2,name:"id",kind:"scalar",opt:!0,T:9},{no:3,name:"payload",kind:"scalar",opt:!0,T:12},{no:4,name:"metadata",kind:"scalar",opt:!0,T:12}])}}const HS=new ax;class qS{static encode(e){return HS.toBinary(e)}static decode(e){return HS.fromBinary(new Uint8Array(e))}}function ox(t,e){return Math.floor(Math.random()*(e-t+1)+t)}var ti;class cx{constructor(e={}){XL(this,"opts"),Me(this,ti,void 0),this.opts={initialTimeout:e.initialTimeout||1e3,maxTimeout:e.maxTimeout||1e4,factor:e.factor||2},ge(this,ti,0)}wait(){return u(this,null,function*(){ge(this,ti,L(this,ti)+1);const e=ox(0,Math.min(this.opts.maxTimeout,this.opts.initialTimeout*nT(2,L(this,ti))));yield new Promise(r=>{setTimeout(r,e)})})}getAttempts(){return L(this,ti)}reset(){ge(this,ti,0)}}ti=new WeakMap;const ri={debug:0,info:1,warn:2,error:3};var Qi,Xi;class dx{constructor(e){Me(this,Qi,void 0),Me(this,Xi,void 0),ge(this,Qi,console),ge(this,Xi,e)}debug(...e){ri[L(this,Xi)]>ri.debug||L(this,Qi).debug("[Sockrates]:",...e)}info(...e){ri[L(this,Xi)]>ri.info||L(this,Qi).info("[Sockrates]:",...e)}warn(...e){ri[L(this,Xi)]>ri.warn||L(this,Qi).warn("[Sockrates]:",...e)}error(...e){ri[L(this,Xi)]>ri.error||L(this,Qi).error("[Sockrates]:",...e)}}Qi=new WeakMap,Xi=new WeakMap;var GS=(t=>(t[t.CONNECTING=0]="CONNECTING",t[t.OPEN=1]="OPEN",t[t.CLOSING=2]="CLOSING",t[t.CLOSED=3]="CLOSED",t))(GS||{});const lx="2",ux="3";var Je,ea,Ve,Ze,ni,pt,kn,ii,Ur,ta,bn,Jp,JS,Jo,Ll,$p,$S,Kp,KS,xl,zp,Yp,zS,$o,Vl,Ko,Ul,Fl,Qp,ra,zo,Yo,Bl;class hx{constructor(e,r){var n;Me(this,Jp),Me(this,Jo),Me(this,$p),Me(this,Kp),Me(this,xl),Me(this,Yp),Me(this,$o),Me(this,Ko),Me(this,Fl),Me(this,ra),Me(this,Yo),Me(this,Je,void 0),Me(this,ea,void 0),Me(this,Ve,void 0),Me(this,Ze,void 0),Me(this,ni,void 0),Me(this,pt,void 0),Me(this,kn,void 0),Me(this,ii,void 0),Me(this,Ur,void 0),Me(this,ta,void 0),Me(this,bn,void 0);var i,s,a,c,d,l,p,m,S;ge(this,ea,e),ge(this,ni,[]),ge(this,pt,new Dl),ge(this,kn,!0),ge(this,Ur,!1),ge(this,Ve,r!=null?r:{}),(i=L(this,Ve)).autoReconnect!=null||(i.autoReconnect=!0),(s=L(this,Ve)).retryConnectionInterval!=null||(s.retryConnectionInterval=1e3),(a=L(this,Ve)).pingTimeout!=null||(a.pingTimeout=3e4),(c=L(this,Ve)).connectionTimeout!=null||(c.connectionTimeout=5e3),(d=L(this,Ve)).debug!=null||(d.debug=!0),(l=L(this,Ve)).maxReconnectionAttempts!=null||(l.maxReconnectionAttempts=10),(p=L(this,Ve)).disconnectOnPingTimeout!=null||(p.disconnectOnPingTimeout=!0),(m=L(this,Ve)).queueOnDisconnect!=null||(m.queueOnDisconnect=!1),(S=L(this,Ve)).flushOnReconnect!=null||(S.flushOnReconnect=!1),ge(this,ii,{code:void 0,reason:void 0}),ge(this,Ze,(n=L(this,Ve).logger)!=null?n:new dx(L(this,Ve).debug?"debug":"info")),ge(this,bn,new cx)}get readyState(){var e;return(e=L(this,Je))==null?void 0:e.readyState}get url(){return L(this,ea)}updateURL(e){ge(this,ea,e),xe(this,Yp,zS).call(this)}get config(){return L(this,Ve)}get sendQueue(){return L(this,ni)}flush(){if(!L(this,Ve).queueOnDisconnect)return!1;const e=[];return L(this,ni).forEach(r=>{this.send(r.event,r.id,r.payload,r.metadata)||e.push(r)}),ge(this,ni,e),L(this,ni)}connect(e=!1){return u(this,null,function*(){if(!e&&[0,1].includes(this.readyState)){L(this,Ze).debug("Websocket was already connecting or connected.");return}if(L(this,kn)!==!1)return new Promise((r,n)=>{xe(this,ra,zo).call(this),xe(this,Yo,Bl).call(this);try{ge(this,Je,new WebSocket(xe(this,Jp,JS).call(this,L(this,ea)))),L(this,Je).binaryType="arraybuffer",L(this,Ze).debug("Connecting");const i=setTimeout(()=>{L(this,Ze).debug("Connection timeout. Closing socket"),ge(this,kn,!0),xe(this,Yo,Bl).call(this),L(this,Je).close(3001,"Connection Timeout"),L(this,Ve).autoReconnect&&!L(this,Ur)&&(L(this,pt).emit("reconnecting"),xe(this,$o,Vl).call(this)),n(new Error("Connection timed out!"))},L(this,Ve).connectionTimeout);L(this,Je).onopen=()=>{L(this,Ze).debug(`Ready State: ${GS[L(this,Je).readyState]}`),i&&clearTimeout(i),xe(this,Fl,Qp).call(this),ge(this,ii,{code:void 0,reason:void 0}),L(this,pt).emit("connected"),L(this,Ve).flushOnReconnect&&this.flush(),r()},L(this,Je).onclose=s=>{try{i&&clearTimeout(i);const{code:a,reason:c}=s;n(c),L(this,Ze).debug("Socket closed. Close event:",{event:s}),L(this,Ze).debug(`Connection closed code: ${a}`),L(this,Ze).debug(`Connection closed reason: ${c}`),L(this,Ur)||xe(this,xl,zp).call(this,a,c)}catch(a){xe(this,Jo,Ll).call(this,a)}},L(this,Je).onerror=s=>{xe(this,Jo,Ll).call(this,s)},L(this,Je).onmessage=s=>xe(this,$p,$S).call(this,s)}catch(i){xe(this,Jo,Ll).call(this,i,n)}})})}send(e,r,n,i){const s={event:e,id:r,payload:n,metadata:i};if(L(this,Ve).queueOnDisconnect&&(!L(this,Je)||L(this,Je).readyState!==1))return L(this,Ze).debug("Queuing message since socket is not connected!",s),L(this,ni).push(s),!1;const a=qS.encode(s);return xe(this,Ko,Ul).call(this,a)}emit(e,r,n,i){return this.send(e,r,n,i)}sendRaw(e){return xe(this,Ko,Ul).call(this,e)}receive(e,r){return L(this,pt).on(e.toString(),r)}on(e,r){if(typeof e=="string"&&(e==="connected"||e==="disconnected"||e==="errored"||e==="reconnected"||e==="reconnecting"||e==="reconnectAttempt"||e==="reconnectFailure"||e==="failed")){L(this,pt).on(e,r);return}this.receive(e,r)}removeAllListeners(){L(this,pt).removeAllListeners()}removeReceiver(e,r){this.removeListener(e,r)}removeListener(e,r){L(this,pt).removeListener(e.toString(),r)}removeReceivers(e){this.removeListeners(e)}removeListeners(e){L(this,pt).listeners(e.toString()).map(r=>this.removeListener(e,r))}disconnect(){ge(this,kn,!1),xe(this,ra,zo).call(this),this.removeAllListeners(),ge(this,ii,{code:1e3,reason:"Sockrates disconnect method called"}),L(this,Je).close(1e3,"Sockrates disconnect method called.")}}Je=new WeakMap,ea=new WeakMap,Ve=new WeakMap,Ze=new WeakMap,ni=new WeakMap,pt=new WeakMap,kn=new WeakMap,ii=new WeakMap,Ur=new WeakMap,ta=new WeakMap,bn=new WeakMap,Jp=new WeakSet,JS=function(t){if(t.startsWith("ws://")||t.startsWith("wss://"))return t;if(t.startsWith("https://"))return`wss://${t.substring(8)}`;if(t.startsWith("http://"))return`ws://${t.substring(7)}`;throw new Error("Invalid URL. URL must start with http(s):// or ws(s)://.")},Jo=new WeakSet,Ll=function(t,e){L(this,Ze).error("Error:",{error:t}),L(this,pt).emit("errored",{error:t}),e==null||e(t)},$p=new WeakSet,$S=function(t){if(xe(this,Fl,Qp).call(this),t.data===lx){L(this,Ze).debug("Received ping from server"),xe(this,Ko,Ul).call(this,ux);return}const e=qS.decode(t.data),{id:r,payload:n}=e;L(this,Ze).debug("Received message",{event:e.event,messageID:r}),L(this,pt).emit(e.event.toString(),{id:r,payload:n})},Kp=new WeakSet,KS=function(){return L(this,Je).readyState===1},xl=new WeakSet,zp=function(t,e){ge(this,ii,{reason:e,code:t}),L(this,pt).emit("disconnected",{code:t,reason:e})},Yp=new WeakSet,zS=function(){const{reason:t,code:e}=L(this,ii);e&&e!==1e3&&L(this,kn)&&L(this,Ve).autoReconnect&&!L(this,Ur)&&(L(this,Ze).debug(`Triggering reconnection due to ${t}.`),L(this,pt).emit("reconnecting"),xe(this,$o,Vl).call(this))},$o=new WeakSet,Vl=function(t=!0){return u(this,null,function*(){if(t&&L(this,Ur)){L(this,Ze).debug("Reconnect called when already in a reconnect loop. Ignoring.");return}if(L(this,Ur)||L(this,bn).reset(),L(this,Ve).maxReconnectionAttempts!==null&&L(this,bn).getAttempts()>=L(this,Ve).maxReconnectionAttempts){L(this,pt).emit("failed"),ge(this,Ur,!1);return}ge(this,Ur,!0),xe(this,Yo,Bl).call(this),xe(this,ra,zo).call(this);try{if(yield L(this,bn).wait(),L(this,kn)===!1)return;if(L(this,Ze).debug(`Reconnection attempt ${L(this,bn).getAttempts()}`),L(this,pt).emit("reconnectAttempt",{attempt:L(this,bn).getAttempts()}),yield this.connect(),!xe(this,Kp,KS).call(this))throw Error("Reconnect Failed");ge(this,Ur,!1),ge(this,ii,{code:void 0,reason:void 0}),L(this,pt).emit("reconnected")}catch(e){L(this,Ze).debug("Failed to reconnect."),L(this,pt).emit("reconnectFailure",{attempt:L(this,bn).getAttempts()}),xe(this,$o,Vl).call(this,!1)}})},Ko=new WeakSet,Ul=function(t){try{return L(this,Je).send(t),!0}catch(e){return L(this,Ze).error(e.message),!1}},Fl=new WeakSet,Qp=function(){this.config.disconnectOnPingTimeout&&(L(this,Ze).debug("Resetting ping timeout"),xe(this,ra,zo).call(this),ge(this,ta,setTimeout(()=>{var t;L(this,Ze).debug("Disconnecting the socket due to ping timeout"),ge(this,kn,!0);const e=3002,r="Ping timeout";(t=L(this,Je))==null||t.close(e,r),xe(this,xl,zp).call(this,e,r)},L(this,Ve).pingTimeout)))},ra=new WeakSet,zo=function(){L(this,ta)&&(clearTimeout(L(this,ta)),ge(this,ta,void 0))},Yo=new WeakSet,Bl=function(){L(this,Je)&&(L(this,Je).onopen=void 0,L(this,Je).onerror=void 0,L(this,Je).onmessage=void 0,L(this,Je).onclose=void 0)};var px=Object.defineProperty,mx=Object.getOwnPropertyDescriptor,Wl=(t,e,r,n)=>{for(var i=n>1?void 0:n?mx(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&px(e,r,i),i};const YS=65535,gx=3e3;var Zi,$e,Ke,et,Fr,si,jl,Xp,Hl,Zp,QS;const XS=(QS=class{constructor(t,{peerId:e,meetingId:r,authToken:n,capabilities:i}){v(this,Ke),v(this,jl),v(this,Hl),v(this,Zi,void 0),v(this,$e,void 0),f(this,"roomName"),f(this,"authToken"),f(this,"capabilities"),v(this,Fr,void 0),v(this,si,void 0);var s;if(!e||!r||!n)throw new _("peerId, meetingId, or authToken can not be empty","0404");y(this,Fr,void 0),y(this,si,t),this.capabilities=i,this.roomName=r,this.authToken=n,y(this,Zi,H(this,jl,Xp).call(this,e)),y(this,$e,new hx(o(this,Zi),{autoReconnect:!0,disconnectOnPingTimeout:(s=i.includes("PING"))!=null?s:!1,queueOnDisconnect:!0,flushOnReconnect:!1,logger:h})),this.handleSocketConnectionEvents()}get joinAttempted(){return o(this,Ke,et).socketJoinAttempted}set joinAttempted(t){o(this,Ke,et).socketJoinAttempted=t}get peerId(){return o(this,si).getValue("peerId")}updateURL(t){t!==this.peerId&&(y(this,Zi,H(this,jl,Xp).call(this,t)),h.debug("SocketService:: Connection URL updated.")),o(this,$e).updateURL(o(this,Zi))}static getSocketEdgeDomain(t){return us({servicePrefix:"socket-edge",baseURI:t})}get url(){return o(this,Zi)}connect(){return u(this,null,function*(){o(this,Ke,et).socketJoinAttempted=!0,yield o(this,$e).connect(),o(this,Ke,et).socketJoinAttempted=!0,o(this,Ke,et).socketState={state:"connected",reconnected:!1,reconnectionAttempt:void 0}})}disconnect(){return u(this,null,function*(){o(this,Ke,et).socketJoinAttempted=!1,o(this,$e).disconnect(),o(this,Ke,et).socketJoinAttempted=!0,o(this,Ke,et).socketState={state:"disconnected",reconnected:!1,reconnectionAttempt:void 0}})}get isConnected(){try{return o(this,$e).readyState===1}catch(t){return!1}}sendMessage(t,e,r){const n={};return g.injectContext(n),o(this,$e).send(t,r!=null?r:H(this,Hl,Zp).call(this),e,new TextEncoder().encode(JSON.stringify(n)))}sendMessagePromise(t,e,r,n){const i=parseInt({}.SOCKET_SERVICE_MESSAGE_REQUEST_TIMEOUT,10)||2e4;return this.sendMessagePromiseWithTimeout({event:t,timeout:i,protobuf:e,messageId:r,resp:n})}sendMessagePromiseWithTimeout({event:t,timeout:e,protobuf:r,messageId:n,resp:i}){const s=i!=null?i:t;return new Promise((a,c)=>{const d=(E,b)=>{o(this,$e).removeListener(s,E),o(this,$e).removeListener(YS,b),o(this,$e).removeListener(ur.errorResponse,b),o(this,$e).removeListener(wr.errorResponse,b)},l=n!=null?n:H(this,Hl,Zp).call(this),p={};g.injectContext(p);const m=({id:E,payload:b})=>{if(l===E){let O;try{const M=zC.fromBinary(b);O=new Error(M.errorMessage)}catch(M){O=new Error("failed to parse error message",{cause:M});try{const F=XR.fromBinary(b);O=new Error(F.message)}catch(F){O=new Error("failed to parse error message",{cause:F})}}c(O),d(S,m)}},S=({id:E,payload:b})=>{l===E&&(a({id:E,payload:b}),d(S,m))};o(this,$e).on(s,S),o(this,$e).on(YS,m),o(this,$e).on(ur.errorResponse,m),o(this,$e).on(wr.errorResponse,m),setTimeout(()=>{d(S,m),c(new Error(`request timeout for callback eventId:${t}`))},e),o(this,$e).send(t,l,r,new TextEncoder().encode(JSON.stringify(p)))})}on(t,e){o(this,$e).on(t,e)}onStateEvent(t,e){o(this,$e).on(t,e)}removeListener(t,e){o(this,$e).removeListener(t,e)}removeListeners(t){o(this,$e).removeListeners(t)}flush(){return o(this,$e).flush()}handleSocketConnectionEvents(){this.onStateEvent("connected",()=>u(this,null,function*(){h.info("SocketService::Connected to socket-edge"),o(this,Fr)&&(clearTimeout(o(this,Fr)),y(this,Fr,void 0)),o(this,Ke,et).updateSocketConnectionState("connected")})),this.onStateEvent("disconnected",({code:t,reason:e})=>{var r;h.info("SocketService::Disconnected from socket-edge",{error:{code:t,reason:e},country:g.location.country});const{recv:n,send:i}=(r=o(this,Ke,et).mediaState)!=null?r:{};n!=null&&n.state&&(n==null?void 0:n.state)!==qn.CONNECTED||i!=null&&i.state&&(i==null?void 0:i.state)!==qn.CONNECTED?C.emit(R.SOCKET_SERVICE_DISCONNECTED,{joinAttempted:o(this,Ke,et).joinAttempted}):y(this,Fr,setTimeout(()=>{C.emit(R.SOCKET_SERVICE_DISCONNECTED,{joinAttempted:o(this,Ke,et).joinAttempted}),y(this,Fr,void 0)},gx)),o(this,Ke,et).updateSocketConnectionState("disconnected")}),this.onStateEvent("reconnecting",()=>u(this,null,function*(){h.info("SocketService::Reconnecting to socket-edge",{country:g.location.country}),o(this,Ke,et).updateSocketConnectionState("reconnecting")})),this.onStateEvent("reconnectAttempt",t=>u(this,[t],function*({attempt:e}){h.info("SocketService::Attempting to reconnect to socket-edge",{socket:{retryAttempt:e}}),o(this,Ke,et).updateSocketConnectionState("reconnectAttempt",e)})),this.onStateEvent("reconnectFailure",({attempt:t})=>{h.info("SocketService::Reconnect attempt to socket-edge failed",{socket:{retryAttempt:t}}),o(this,Ke,et).updateSocketConnectionState("reconnectFailure",t)}),this.onStateEvent("reconnected",()=>u(this,null,function*(){h.info("SocketService::Reconnected to socket-edge",{connectionState:{joinAttempted:o(this,Ke,et).mediaJoinAttempted}}),o(this,Fr)&&(clearTimeout(o(this,Fr)),y(this,Fr,void 0)),C.emit(R.SOCKET_SERVICE_RECONNECTED,{wasJoinAttempted:o(this,Ke,et).mediaJoinAttempted}),o(this,Ke,et).updateSocketConnectionState("reconnected")})),this.onStateEvent("failed",()=>u(this,null,function*(){h.info("SocketService::Failed to connect to socket-edge",{country:g.location.country}),C.emit(R.SOCKET_SERVICE_FAILED),o(this,Ke,et).updateSocketConnectionState("failed")}))}},Zi=new WeakMap,$e=new WeakMap,Ke=new WeakSet,et=function(){return o(this,si).getValue("connectionHandler")},Fr=new WeakMap,si=new WeakMap,jl=new WeakSet,Xp=function(t){let e=XS.getSocketEdgeDomain(o(this,si).getValue("baseURI"));typeof od(o(this,si),"socket_server_base")=="string"&&(e=od(o(this,si),"socket_server_base"));const r=`wss://${e}`,n=new URL(`${r}/ws`),i=this.peerId,s=G(x({roomID:this.roomName,peerID:t,authToken:this.authToken,useMediaV2:!0},i!==t&&{oldPeerID:i}),{ping:this.capabilities.includes("PING"),capabilities:this.capabilities.map(a=>hd[a]).join(" "),joinWithDetails:!0,useCfWorker:!0});return Object.entries(s).forEach(([a,c])=>{n.searchParams.append(a,c.toString())}),n.href},Hl=new WeakSet,Zp=function(){return`${this.peerId}-${(Math.random()+1).toString(36).substring(7)}`},QS);let Qo=XS;Wl([g.trace("SocketService.connect")],Qo.prototype,"connect",1),Wl([g.trace("SocketService.disconnect")],Qo.prototype,"disconnect",1),Wl([g.trace("SocketService.sendMessagePromise")],Qo.prototype,"sendMessagePromise",1),Wl([g.trace("SocketService.sendMessagePromiseWithTimeout")],Qo.prototype,"sendMessagePromiseWithTimeout",1);const es=class{static handleConnectedRoomsDumpRaw({payload:t}){var e;const r=_M.fromBinary(t),n=r.meetings.map(i=>{var s;return{id:i.id,title:i.title,participants:(s=i.participants)!=null?s:[]}});return{parentMeeting:{id:r.parentMeeting.id,title:r.parentMeeting.title,participants:(e=r.parentMeeting.participants)!=null?e:[]},meetings:n}}static handleTransferPeerRaw({payload:t}){const e=QM.fromBinary(t);return{authToken:e.authToken,meetingId:e.meetingId}}static handleMovedPeerRaw({payload:t}){const e=Wv.fromBinary(t);return{meetingId:e.meetingId,customParticipantId:e.customParticipantId}}static handleConnectedRoomsUpdatedRaw({payload:t}){return Bv.fromBinary(t).payloads.map(e=>({id:e.id,title:e.title}))}static handleConnectedRoomsDeletedRaw({payload:t}){return WM.fromBinary(t).payloads}static getConnectedRoomsDump(){return u(this,null,function*(){const t=yield es.socketService.sendMessagePromise(W.getConnectedRoomsDump);return es.handleConnectedRoomsDumpRaw(t)})}static createConnectedRooms(t){return u(this,null,function*(){const{payload:e}=yield es.socketService.sendMessagePromise(W.createConnectedRooms,RM.toBinary({payloads:t}));return Bv.fromBinary(e).payloads.map(r=>({id:r.id,title:r.title}))})}static updateConnectedRooms(t){return u(this,null,function*(){})}static disableConnectedRooms(t){return u(this,null,function*(){const e=t.map(n=>({id:n})),r=yield es.socketService.sendMessagePromise(W.deleteConnectedRooms,FM.toBinary({payloads:e}));return es.handleConnectedRoomsDeletedRaw(r)})}static movePeersBetweenRooms(t){return u(this,null,function*(){try{const e=yield es.socketService.sendMessagePromise(W.movePeers,$M.toBinary({sourceMeetingId:t.sourceMeetingId,destinationMeetingId:t.destinationMeetingId,participants:t.participants}));return new TextDecoder().decode(e.payload).includes("error")?{success:!1,error:"failed to move participants"}:{success:!0}}catch(e){return{success:!1,error:e}}})}};let We=es;f(We,"socketService"),f(We,"currentMeetingId");var fx=Object.defineProperty,vx=Object.getOwnPropertyDescriptor,ql=(t,e,r,n)=>{for(var i=n>1?void 0:n?vx(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&fx(e,r,i),i};const na=class{constructor(t,e){f(this,"apiBase"),f(this,"selfController"),f(this,"pollController"),f(this,"chatController"),f(this,"metaController"),f(this,"storesManager"),f(this,"stageController"),f(this,"pluginController"),f(this,"internalsController"),f(this,"recordingController"),f(this,"livestreamController"),f(this,"participantController"),this.apiBase=t,this.storesManager=e.storesManager,this.metaController=e.metaController,this.selfController=e.selfController,this.chatController=e.chatController,this.pollController=e.pollController,this.stageController=e.stageController,this.pluginController=e.pluginController,this.recordingController=e.recordingController,this.internalsController=e.internalsController,this.participantController=e.participantController,this.livestreamController=e.livestreamController}static init(t){return u(this,null,function*(){var e,r;const{peerId:n,apiBase:i,authToken:s,meetingId:a,organizationId:c,cachedUserDetails:d}=t.getAllValues();if(C.reset(),tl.cleanup(),MS(t),Re.isSupported()===!1)throw new _("Browser not supported","0010",!0);const l=lO(t,{authToken:s,baseURL:i,cachedUserDetails:d});l.setRoomName(a),l.setRoomUUID(a),l.setOrganizationId(c),l.setHeader("dyte-tracing-id",n),t.setValue("apiClient",l);const p=new HO;t.setValue("connectionHandler",p);const m=na.createSocketService(t),S=m.connect(),E=l.getUserDetails(),b=l.getPlugins();let O=lt.HIVE,M,F="";try{yield na.setupFlagsmith(t)}catch(Z){h.error("Failed to setup flagsmith",{error:Z})}try{yield S}catch(Z){h.error("[Controller]: Failed to connect to socket server:",{error:Z})}try{({sfu:O,meetingTitle:F}=yield l.getRoomNodeData()),M=yield E,h.info(`SFU ${O} is being used.`),t.setValue("presetName",M.preset.name),t.setValue("roomNodeOptions",{sfu:O})}catch(Z){h.error("Failed to get room metadata",{error:Z})}const V=jd.init(M.preset,!t.getValue("modules").theme),J=na.setupControllers(m,t,M,b,F,V);MO(V)&&((e=na.createRoomNodeClient(t,m).partialJoinRoom(M.participant.name,a,void 0))==null||e.catch(Z=>{h.error("[Controller]: Failed to queue partial media room promise:",{error:Z})})),g.location.country=(r=l.ipInfo)==null?void 0:r.country;const{controllers:P}=yield J;return DI(),new na(i,P)})}static setupFlagsmith(t){return u(this,null,function*(){var e;const{peerId:r,baseURI:n,overrides:i,meetingId:s,organizationId:a}=t.getAllValues(),c=MI(s),d=G(x({entity:Yu.PEER,clientId:a,isAnonUser:!a,sdkVersion:t.getValue("sdkVersion"),presetName:t.getValue("presetName"),meetingHash:c,roomName:s},Re.getDeviceInfo()),{isReactNative:navigator.isReactNative});try{const l=(e=i==null?void 0:i.whitelabelled_flags_endpoint)==null||e?us({servicePrefix:"flags",baseURI:n}):"edge.api.flagsmith.com";yield Q.identify(`${Yu.PEER}_${r}`,JSON.parse(JSON.stringify(d)),!1,5e3,l,h),h.info("flagsmith::allFlags",{flags:JSON.stringify(Q.getAllFlags())},!0)}catch(l){h.error("Failed to fetch flagsmith flags")}})}static setupControllers(t,e,r,n,i,s){return u(this,null,function*(){var a,c,d;const l=e.getValue("modules"),{preset:p,participant:m}=r,S=e.getValue("defaults"),{sfu:E}=e.getValue("roomNodeOptions"),{viewType:b,mediaConstraints:{audio:O}}=s;e.setValue("viewType",b),e.setValue("defaults",x({mediaConfiguration:{audio:{enableHighBitrate:(a=O.enableHighBitrate)!=null?a:!1,enableStereo:(c=O.enableStereo)!=null?c:!1}}},S));const M=Xd.init(e,b,p.permissions);e.setValue("maxPreferredStreams",Re.isMobile()?s.maxVideoStreams.mobile:s.maxVideoStreams.desktop);let F,V,J,P,Z,ae,Ie,ce;const Ue=new GL(t);We.socketService=t;const Vt=new Al(t),A=new hr(t),k=new KL(t),w=tl.create(t,e),j=new zL(t),Ae=new qL(t),ot=new ki(t),B=yield Tn.init(e,w,m,M,s),I=yield Mh.init(e,B.self,w,Ue,i);if(l.participant&&(ce=new Le(e,B.self,w,E)),(d=l.e2ee)!=null&&d.enabled&&l.e2ee.manager.init(h,C),l.chat&&(V=yield Ir.init(e,A,ot,B.self,ce.participants)),l.internals&&(Z=yield My.init()),l.livestream&&s.viewType===Pt.Livestream&&Q.hasFeature(ie.LIVESTREAM)&&(Ie=new By(B.self,Ae)),s.viewType!==Pt.Chat){if(l.poll&&(F=yield bd.init(e,B.self,Vt)),l.recording&&(ae=new Py(e,B.self,w)),l.stage&&(J=new Sy(e,k,w,B.self,ce.participants)),l.plugin){if(!ce)throw new _("The plugin module cannot be initialized without the `participant` module","0102");const wn=yield n;P=yield _s.init(e,wn,j,A,V==null?void 0:V.chat,B.self,ce.participants,i)}if(l.pip){const wn=yield Qt._init(e,B.self);e.setValue("pip",wn)}}const ct={storesManager:new Hy(e,j),pollController:F,selfController:B,metaController:I,chatController:V,stageController:J,pluginController:P,recordingController:ae,internalsController:Z,livestreamController:Ie,participantController:ce};return{theme:s,permissions:M,controllers:ct}})}static createRoomNodeClient(t,e){const{peerId:r,roomNodeOptions:n}=t.getAllValues(),{sfu:i}=n;return RS(t,i,{socket:e,peerId:r})}static createSocketService(t){const{peerId:e,meetingId:r,authToken:n}=t.getAllValues(),i=["PING"];return new Qo(t,{peerId:e,meetingId:r,authToken:n,capabilities:i})}};let Xo=na;ql([g.trace("Controller.init")],Xo,"init",1),ql([g.trace("setupFlagsmith")],Xo,"setupFlagsmith",1),ql([g.trace("Controller.createRoomNodeClient")],Xo,"createRoomNodeClient",1),ql([g.trace("Controller.createSocketService")],Xo,"createSocketService",1);var yx=Object.defineProperty,Sx=Object.getOwnPropertyDescriptor,ia=(t,e,r,n)=>{for(var i=n>1?void 0:n?Sx(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&yx(e,r,i),i},Gl,em;class ts extends Yt{constructor(e,r){super(),v(this,Gl,void 0),f(this,"meetings",[]),f(this,"parentMeeting",null),v(this,em,void 0),y(this,em,e),y(this,Gl,r.self)}get supportsConnectedMeetings(){return o(this,Gl).id!==""}get isActive(){return this.meetings.length!==0}get currentMeetingId(){return We.currentMeetingId}validateConnectedMeetingsAction(){if(!this.supportsConnectedMeetings)throw new Error(`You are not allowed to perform this action.
|
|
22
|
-
Please connect with Dyte team to move you to V2 APIs & to enable connected meetings.`)}getConnectedMeetings(){return u(this,null,function*(){return this.validateConnectedMeetingsAction(),yield We.getConnectedRoomsDump()})}createMeetings(e){return u(this,null,function*(){return this.validateConnectedMeetingsAction(),(yield We.createConnectedRooms(e)).map(r=>({id:r.id,title:r.title}))})}updateMeetings(e){return u(this,null,function*(){this.validateConnectedMeetingsAction(),yield We.updateConnectedRooms(e.map(r=>({meetingId:r.id,title:r.title})))})}deleteMeetings(e){return u(this,null,function*(){this.validateConnectedMeetingsAction();const r=this.meetings.map(n=>e.includes(n.id)&&n.participants.length!==0?this.moveParticipants(n.id,this.parentMeeting.id,n.participants.map(i=>i.id)):Promise.resolve());return yield Promise.all(r),yield We.disableConnectedRooms(e)})}moveParticipants(e,r,n){return u(this,null,function*(){this.validateConnectedMeetingsAction();const i=yield We.movePeersBetweenRooms({sourceMeetingId:e,destinationMeetingId:r,participants:n.map(s=>({id:s}))});return i.success&&this.moveSuccessHandler(e,r,n),i})}moveParticipantsWithCustomPreset(e,r,n){return u(this,null,function*(){this.validateConnectedMeetingsAction();const i=yield We.movePeersBetweenRooms({sourceMeetingId:e,destinationMeetingId:r,participants:n});return i.success&&this.moveSuccessHandler(e,r,n.map(s=>s.id)),i})}moveSuccessHandler(e,r,n){const i=new Map;[...this.parentMeeting.participants,...this.meetings.flatMap(s=>s.participants)].forEach(s=>i.set(s.id,s)),r===this.parentMeeting.id&&(this.parentMeeting.participants=this.parentMeeting.participants.concat(n.map(s=>i.get(s)))),e===this.parentMeeting.id&&(this.parentMeeting.participants=this.parentMeeting.participants.filter(s=>!n.includes(s.id))),this.meetings=this.meetings.map(s=>{if(r===s.id){const a=s.participants.concat(n.map(c=>i.get(c)));return G(x({},s),{participants:a})}if(e===s.id){const a=s.participants.filter(c=>!n.includes(c.id));return G(x({},s),{participants:a})}return s})}}Gl=new WeakMap,em=new WeakMap,
|
|
23
|
-
Please connect with Dyte team to move you to V2 APIs & to enable connected meetings.`);h.info("ConnectedMeetingsController::switchMeeting:: asking ui-kit to show switching breakout UI"),this.connectedMeetings.emit("changingMeeting",r);const c={video:o(this,Br).self.videoEnabled,audio:o(this,Br).self.audioEnabled};try{o(this,Br).self.cleanupEvents(),yield o(this,Br).leave("connected-meeting")}catch(l){h.error(`ConnectedMeetingsController:: switchMeeting:: issues in leaving previous meeting. Meeting Id: ${(i=(n=o(this,Br))==null?void 0:n.meta)==null?void 0:i.meetingId}`,{error:l})}We.socketService=void 0,h.info(`ConnectedMeetingsController::switchMeeting:: initializing new meeting. Meeting Id: ${r}`);const d=yield rE.init(G(x({},o(this,Zo)),{cachedUserDetails:null,defaults:G(x(x({},o(this,Zo).defaults),c),{mediaHandler:o(this,Br).self}),authToken:e}));h.info(`ConnectedMeetingsController::switchMeeting:: initialized new meeting. Meeting Id: ${(s=d==null?void 0:d.meta)==null?void 0:s.meetingId}`);try{const{hidden:l}=o(this,Br).self;d.self.setName(o(this,Br).self.name),yield d.join(),l&&d.self.hide()}catch(l){h.error("ConnectedMeetingsController.joinRoom",{error:l})}return h.info(`ConnectedMeetingsController::switchMeeting:: asking ui-kit to show in-meeting ui of newly joined meeting id: ${(a=d==null?void 0:d.meta)==null?void 0:a.meetingId}`),this.connectedMeetings.emit("meetingChanged",d),this.setCurrentMeeting(d),d})}handleConnectedRoomsDump(t){const e=We.handleConnectedRoomsDumpRaw(t);this.connectedMeetings.meetings=e.meetings.map(r=>({id:r.id,title:r.title,participants:r.participants||[]})),this.connectedMeetings.parentMeeting={id:e.parentMeeting.id,title:e.parentMeeting.title,participants:e.parentMeeting.participants},this.emitStateUpdate()}handleMovedPeer(t){return We.handleMovedPeerRaw(t)}handleConnectedRoomsUpdated(t){const e=We.handleConnectedRoomsUpdatedRaw(t),r=new Map;this.connectedMeetings.meetings.forEach(n=>{r.set(n.id,n)}),e.forEach(n=>{r.has(n.id)?r.get(n.id).title=n.title:r.set(n.id,G(x({},n),{participants:[]}))}),this.connectedMeetings.meetings=Array.from(r.values()),this.emitStateUpdate()}handleConnectedRoomsDeleted(t){const e=We.handleConnectedRoomsDeletedRaw(t).map(r=>r.id);this.connectedMeetings.meetings=this.connectedMeetings.meetings.filter(r=>!e.includes(r.id)),this.emitStateUpdate()}emitStateUpdate(){this.connectedMeetings.emit("stateUpdate",{meetings:this.connectedMeetings.meetings,parentMeeting:this.connectedMeetings.parentMeeting})}},Zo=new WeakMap,Br=new WeakMap,rm=new WeakMap,f(tm,"instance"),tm);let ec=ai;Jl([g.trace("ConnectedMeetingsController.getConnectedMeetings")],ec.prototype,"getConnectedMeetings",1),Jl([g.trace("ConnectedMeetingsController.setupEvents")],ec.prototype,"setupEvents",1),Jl([g.trace("ConnectedMeetingsController.switchMeeting")],ec.prototype,"switchMeeting",1),Jl([g.trace("ConnectedMeetingsController.init")],ec,"init",1);class kx{constructor(){f(this,"battery"),f(this,"init",()=>u(this,null,function*(){try{"getBattery"in navigator&&(this.battery=yield navigator.getBattery(),this.battery.addEventListener("chargingchange",this.updateChargeInfo),this.battery.addEventListener("levelchange",this.updateLevelInfo),this.updateLevelInfo(),this.updateChargeInfo())}catch(e){h.error("Error getting battery",e)}})),f(this,"updateChargeInfo",()=>{var e;h.log(`Battery charging? ${(e=this.battery)!=null&&e.charging?"Yes":"No"}`)}),f(this,"updateLevelInfo",()=>{if(!this.battery){h.log("Battery level: Not known");return}h.log(`Battery level: ${this.battery.level*100}%`)}),f(this,"cleanup",()=>{var e,r;"getBattery"in navigator&&((e=this.battery)==null||e.removeEventListener("chargingchange",this.updateChargeInfo),(r=this.battery)==null||r.removeEventListener("levelchange",this.updateLevelInfo))})}}const ZS=new kx;function bx(t,e){t.startsWith("eyJ")||console.error("Invalid auth token provided. Ensure you are passing a %cparticipant `authToken`%c \u2014 not an Org API Key or an incorrectly formatted token.\nYou get the participant token from the Add Participant API: https://docs.dyte.io/api#/operations/add_participant","font-weight: bold","font-weight: normal");try{const{meetingId:r,orgId:n,participantId:i}=JSON.parse(atob(t.split(".")[1]));if(!r)throw Error(`Received V1 auth token ${t}`);let s="dyte.io";e&&(s=e);const a=`https://api.${s}`;return{meetingId:r,orgId:n,participantId:i,baseURI:s,apiBase:a}}catch(r){throw h.error("constants::decodeAuthToken",{error:r,debuggingHint:`Unable to decode auth token: ${t}`},!0),new _("Invalid auth token","0004")}}var wx=Object.defineProperty,_x=Object.getOwnPropertyDescriptor,
|
|
24
|
-
${(a=t.authToken)==null?void 0:a.slice(-10)}`})});const O=yield Xo.init(b),M=new rn(b,O);return H(c=M,nm,eE).call(c,t),M})}static setupContext(t,e,r,n){var i;const s=vi.createContext(t,e),a=x(x({},SI),e==null?void 0:e.modules);return s.setValue("peerId",t),s.setValue("modules",a),s.setValue("sdkName","web-core"),s.setValue("meetingId",r),s.setValue("apiBase",n.apiBase),s.setValue("baseURI",n.baseURI),s.setValue("userId",n.participantId),s.setValue("organizationId",n.orgId),s.setValue("authToken",e.authToken),s.setValue("overrides",(i=e.overrides)!=null?i:{}),s.setValue("env",EI({baseURI:n.baseURI})),s.setValue("defaults",e.defaults||{audio:!0,video:!0}),s.setValue("onError",e.onError||(()=>{})),s.setValue("cachedUserDetails",Pr(e.cachedUserDetails)),s.setValue("sdkVersion","2.5.0-staging.
|
|
21
|
+
maxEnergy: ${o(this,$i)}`),i===-1/0||r<1e-6?{energy:0,isVoice:!1}:((!o(this,Qn)||i<o(this,Qn))&&y(this,Qn,i),(!o(this,$i)||i>o(this,$i))&&y(this,$i,i),{energy:(i-o(this,Qn))/(o(this,$i)-o(this,Qn))*10||0,isVoice:n})},wl=new WeakSet,Vp=function(t){return t<5},Up=new WeakSet,wS=function(t=o(this,$s)){var e;if(!o(this,Zr)||!t){Q.hasFeature(ie.ENABLE_AUDIO_ACTIVITY_DEBUG_LOGS)&&h.debug(`AudioActivityReporter: No producerId or energy to report: ${o(this,Zr)}`);return}const r={producerId:o(this,Zr),energy:Math.round(t),silent:H(e=_l,wl,Vp).call(e,t)};y(this,jo,r.silent),this.reportRequest(r)},Fp=new WeakSet,_S=function(t){const e=Math.log10(t);return Math.round(e)},v(Bp,wl),v(Bp,Fp);const UL=()=>{const t=new window.AudioContext,e=t.createOscillator();e.type="triangle",e.frequency.setValueAtTime(20,t.currentTime);const r=t.createGain();r.gain.setValueAtTime(0,t.currentTime),e.connect(r);const n=t.createMediaStreamDestination();return r.connect(n),e.start(),n.stream.getAudioTracks()[0]},FL=()=>{var t,e;const r=new MediaStream().getVideoTracks()[0],n=document.createElement("canvas");n.height=(t=r==null?void 0:r.getSettings().height)!=null?t:720,n.width=(e=r==null?void 0:r.getSettings().width)!=null?e:1280;const i=n.getContext("2d");return i.fillStyle="black",i.fillRect(0,0,n.width,n.height),setInterval(()=>{i.fillStyle="black",i.fillRect(0,0,n.width,n.height)},1e3),n.captureStream().getVideoTracks()[0]};var BL=Object.defineProperty,WL=Object.getOwnPropertyDescriptor,he=(t,e,r,n)=>{for(var i=n>1?void 0:n?WL(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&BL(e,r,i),i};const en=["video/VP9","video/VP8"];var Pl,Il,Nt,K,Ho,Ki,$t,Ks,zs,zi,Cl,Xn,qo,Ys,Qs,Kt,or,Yi,Xs,wt,Lt,Zs,Go,Wp,PS,jp,IS,Hp,CS;class ue{constructor(e,r,n){v(this,Yi),v(this,wt),v(this,Zs),v(this,Wp),v(this,jp),v(this,Hp),f(this,"context"),f(this,"authToken"),f(this,"e2ee"),v(this,Pl,void 0),v(this,Il,void 0),v(this,Nt,void 0),v(this,K,void 0),v(this,Ho,void 0),v(this,Ki,void 0),v(this,$t,void 0),v(this,Ks,void 0),v(this,zs,void 0),v(this,zi,void 0),v(this,Cl,void 0),v(this,Xn,void 0),v(this,qo,void 0),v(this,Ys,void 0),v(this,Qs,void 0),v(this,Kt,void 0),v(this,or,void 0),f(this,"partialJoinRoomPromise");var i,s;this.context=e;const{socket:a}=n;this.mediaJoined=!1,y(this,Ys,new Map([["video/VP9",new Set],["video/VP8",new Set]])),y(this,Qs,new Map([["video/VP9",new Set],["video/VP8",new Set]])),y(this,Ki,r),y(this,Nt,a),y(this,Ks,!1),y(this,K,new LL(e,a,r)),y(this,$t,o(this,K).events),y(this,Xn,new Set),y(this,Kt,new Map),y(this,zs,!1),y(this,zi,new nl),r===lt.CF&&y(this,or,new Bp(o(this,K).socketHandler.audioActivity.bind(o(this,K).socketHandler))),this.e2ee=(s=(i=e.getValue("modules").e2ee)==null?void 0:i.enabled)!=null?s:!1,this.handleSocketEvents(),this.handleCallstatsEvents(),y(this,Cl,id(()=>u(this,null,function*(){if(!o(this,Yi,Xs).mediaJoinAttempted)return;const{roomJoined:c}=yield this.joinRoom(o(this,Il),o(this,Pl),{},!0,!0);c&&(C.emit(R.RESET_PRODUCER_STATE),C.emit(R.ROOM_NODE_RECONNECTED))}),5e3,{leading:!0,maxWait:1e3}))}get peerId(){return this.context.getValue("peerId")}get mediaJoined(){return o(this,Yi,Xs).mediaJoined}set mediaJoined(e){o(this,Yi,Xs).mediaJoined=e}reset(e=!0){o(this,K).closeAllProducers(),o(this,K).closeAllConsumers(),o(this,Kt).clear(),o(this,Xn).clear(),e&&(this.partialJoinRoomPromise=void 0,o(this,zi).stop(),o(this,K).stopAllTransports(),o(this,K).reset(),y(this,zi,new nl))}joinRoom(e,r){return u(this,arguments,function*(n,i,s={},a=!1,c=!1){o(this,Yi,Xs).mediaJoinAttempted=!0,y(this,Ks,!0),this.reset(a);const d=gt().ipInfo;if(d!=null&&d.loc&&!o(this,qo)){const p=d.loc.split(",");y(this,qo,{latitude:parseFloat(p[0]),longitude:parseFloat(p[1])})}let l;try{return l=yield o(this,zi).push(()=>this._joinRoom(n,i,s,c,o(this,qo)),"joinRoom"),l}catch(p){l={roomJoined:!1}}return l.roomJoined||C.emit(R.ROOM_NODE_FAILED),l})}_partialJoinRoom(e,r,n=!1,i=void 0){return u(this,null,function*(){var s;const{ipInfo:a}=gt();let c=i;if(a!=null&&a.loc&&!i){const[p,m]=a.loc.split(",").map(parseFloat);c={latitude:p,longitude:m}}const d=(s=Q.getValue(ie.FORCE_VIDEO_CODEC))==null?void 0:s.toString(),l=TL(d);y(this,Ho,l),yield np((p,m)=>u(this,null,function*(){if(!o(this,Nt).isConnected){m(new Error("socket is not connected"));return}p>0&&h.warn(`retrying sending join room request, count: ${p}`);try{yield o(this,K).socketHandler.joinRoom(r,e,l,n,c)}catch(S){throw h.error("failed to send join room request, error:",{error:S}),S}}),{delayTime:1e3,strategy:"exponential",maxRetryCount:Q.hasFeature(ie.ENABLE_HIVE_INFINITE_RETRIES)?1/0:3}),yield o(this,K).setupTransports({send:!0,recv:!0}),o(this,Ki)!==lt.HIVE&&Q.hasFeature(ie.PRECREATE_PRODUCERS)&&(this.shareWebcam(FL()),this.shareMic(UL()))})}partialJoinRoom(e,r,n=!1,i=void 0){return u(this,null,function*(){return this.partialJoinRoomPromise=o(this,zi).push(()=>this._partialJoinRoom(e,r,n,i)),this.partialJoinRoomPromise})}_joinRoom(e,r){return u(this,arguments,function*(n,i,s={},a=!1,c=null){y(this,Il,n);try{this.partialJoinRoomPromise?yield this.partialJoinRoomPromise:yield this._partialJoinRoom(n,i,a,c)}catch(d){h.error("error in partial join room",{error:d})}finally{this.partialJoinRoomPromise=void 0}try{return navigator.product!=="ReactNative"&&setTimeout(()=>u(this,null,function*(){const d={userId:this.context.getValue("userId"),peerId:this.peerId,roomUUID:i,roomViewType:"groupCall",deviceInfo:G(x({},Re.getDeviceInfo()),{userAgent:navigator.userAgent,memory:navigator.deviceMemory,cpus:navigator.hardwareConcurrency}),sdkName:this.context.getValue("sdkName"),sdkVersion:this.context.getValue("sdkVersion"),metaData:{},permissions:{}};$.roomJoined(d)})),{roomJoined:yield this.completeJoinRoom()}}catch(d){return h.error("error on sending join room request",{error:d}),{roomJoined:!1}}})}completeJoinRoom(){return u(this,null,function*(){try{this.mediaJoined=!0;const{roomState:e}=yield o(this,K).socketHandler.notifySelfJoinComplete();return y(this,Pl,e.roomUuid),y(this,zs,!0),y(this,Ks,!1),!0}catch(e){return h.error("error on completing join room:",{error:e}),this.mediaJoined=!1,!1}})}leaveRoom(){return u(this,null,function*(){o(this,K).stopAllTransports(),y(this,zs,!1),o(this,Yi,Xs).mediaJoinAttempted=!1;const e={closeRoom:!1};o(this,Nt).sendMessagePromise(o(this,$t).leaveRoom,EC.toBinary(e)).then(r=>{var n;(n=sR.fromBinary(r.payload))!=null&&n.closed||h.warn("weird state on peer closed and should not happen")}).catch(r=>{h.error("error on sending leave room request",{error:r})}),$.callEnded(),g.destruct()})}getConsumers(){return o(this,K).consumers}activatePeers(e){return u(this,null,function*(){return this.createConsumers(e)})}deactivatePeers(e,r="default"){return u(this,null,function*(){const n=new Set;e.forEach(s=>{s.screenShare&&s.kind==="video"&&n.add(s.producingPeerId)});const i=r==="default"?e.filter(s=>!n.has(s.producingPeerId)).filter(s=>s.kind!=="audio"):e;yield Promise.all(i.map(s=>{const a=o(this,K).producerIdToConsumerIdMap.get(s.producerId);if(!a){h.warn(`consumer not found in deactivate producers: ${s.producerId}`);return}return o(this,K).closeConsumer(a)}))})}createConsumers(e){return u(this,null,function*(){return e.length===0?Promise.resolve():o(this,K).createConsumers(e)})}closeConsumers(e){return u(this,null,function*(){if(!e.length)return;const r=e.reduce((n,i)=>{const s=o(this,K).producerIdToConsumerIdMap.get(i.producerId);return s?(n.push(s),n):(h.warn(`consumer not found in deactivate producers: ${i.producerId}`),n)},[]);yield o(this,K).closeConsumers(r)})}_shareWebcam(e,r){return u(this,null,function*(){const n=r==="video/VP9"?we.WEBCAM:we.WEBCAM_BACKUP,i=H(this,wt,Lt).call(this,n);if(i){const p=yield i;if(o(this,K).producers.has(p)){const m=o(this,K).producers.get(p);if(!m.closed&&!navigator.isReactNative)return yield m.replaceTrack({track:e}),yield this.resumeWebcam(n),e;yield this.disableWebcam(r)}return this._shareWebcam(e,r)}const s=H(this,Hp,CS).call(this,e,r),a=od(this.context,"disableSimulcast"),c=o(this,Ki)===lt.CF?ie.ENABLE_CF_SIMULCAST:ie.ENABLE_HIVE_SIMULCAST;!a&&Q.hasFeature(c)?(h.info(`Simulcast enabled for SFU: ${o(this,Ki)}`),s.encodings=dN(e)):h.info(`Simulcast disabled for webcam producer, SFU: ${o(this,Ki)}`),Q.hasFeature(ie.TRACK_HINT)&&(s.track.contentHint=Q.getValue(ie.TRACK_HINT));const d=()=>{h.info("Disabling video due to the producer closure"),o(this,Kt).delete(n)},l=o(this,K).createProducer(s,d);return H(this,Zs,Go).call(this,n,l.then(p=>p.id)),l.then(p=>p.track)})}shareWebcam(e){return u(this,null,function*(){if(e===void 0)return null;if(Q.hasFeature(ie.FORCE_VIDEO_CODEC)){const r=Q.getValue(ie.FORCE_VIDEO_CODEC).toString();if(r)return h.debug(`Calling _shareWebcam with forced video codec: ${r}`),this._shareWebcam(e,r)}return yield Promise.all(en.map(r=>{var n,i;return((i=(n=o(this,Ho).sender)==null?void 0:n.video)==null?void 0:i.codecs.findIndex(s=>s.mimeType===r))>=0&&o(this,Qs).get(r).size>0?(h.debug(`Calling _shareWebcam with video codec: ${r}`),this._shareWebcam(e,r)):e})),e})}shareScreen(e){return u(this,null,function*(){const{video:r,audio:n}=e;if(r===void 0)return;const i={track:r,codecOptions:[{name:"VP8"}],appData:{screenShare:!0,e2ee:this.e2ee,supportsRemoteControl:Re.isElectron()},stopTracks:!1},s=()=>{h.info("Disabling screenShare due to the producer closure"),o(this,Kt).delete(we.SCREENSHARE_VIDEO),o(this,Kt).delete(we.SCREENSHARE_AUDIO)},a=o(this,K).createProducer(i,s);H(this,Zs,Go).call(this,we.SCREENSHARE_VIDEO,a.then(d=>d.id));let c;if(n){const d={track:n,codecOptions:[{name:"opus"}],appData:{screenShare:!0,e2ee:this.e2ee,supportsRemoteControl:Re.isElectron()},stopTracks:!1,zeroRtpOnPause:!0},l=()=>{};c=o(this,K).createProducer(d,l),H(this,Zs,Go).call(this,we.SCREENSHARE_AUDIO,c.then(p=>p.id))}yield Promise.all([a,c||Promise.resolve()]),$.screenShareStart()})}shareMic(e){return u(this,null,function*(){try{if(e===void 0)throw new Jt("track undefined");const r=H(this,wt,Lt).call(this,we.MIC);if(r){const a=yield r;if(o(this,K).producers.has(a)){const c=o(this,K).producers.get(a);if(!c.closed&&!navigator.isReactNative){yield c.replaceTrack({track:e}),yield this.resumeMic(),o(this,or)&&(o(this,or).audioTrack=e,o(this,or).producerId=a,o(this,or).start());return}yield o(this,K).closeProducer(a,{stopTrack:!1})}yield this.shareMic(e);return}const n=H(this,jp,IS).call(this,e),i=()=>{o(this,Kt).delete(we.MIC)},s=o(this,K).createProducer(n,i);H(this,Zs,Go).call(this,we.MIC,s.then(a=>a.id)),yield s.then(a=>{o(this,or)&&(o(this,or).audioTrack=a.track,o(this,or).producerId=a.id,o(this,or).start())})}catch(r){throw new _(r)}})}pauseMic(){return u(this,null,function*(){var e;const r=yield H(this,wt,Lt).call(this,we.MIC),n=o(this,K).producers.get(r);if(!n){h.error("pauseMic::could_not_find_mic_producer");return}if(n.paused){h.info("pauseMic::mic_producer_already_paused");return}n.pause(),(e=o(this,or))==null||e.stop();const i={producerId:n.id,pause:!0};o(this,Nt).sendMessage(o(this,$t).toggleProducer,ud.toBinary(i))})}pauseWebcam(){return u(this,null,function*(){const e=yield H(this,wt,Lt).call(this,we.WEBCAM),r=yield H(this,wt,Lt).call(this,we.WEBCAM_BACKUP),n=o(this,K).producers.get(e),i=o(this,K).producers.get(r);if(!n&&!i){h.error("pauseWebcam::could_not_find_webcam_producer");return}const s=a=>{const c={producerId:a.id,pause:!0};o(this,Nt).sendMessage(o(this,$t).toggleProducer,ud.toBinary(c))};n&&(n.pause(),s(n)),i&&(i.pause(),s(i))})}resumeMic(){return u(this,null,function*(){const e=yield H(this,wt,Lt).call(this,we.MIC),r=o(this,K).producers.get(e);if(!r){h.error("resumeMic::could_not_find_mic_producer");return}if(!r.pause){h.info("resumeMic::mic_producer_already_resumed");return}r.resume(),r.appData.e2ee&&C.emit(R.E2EE_ACTIVE_PRODUCER,r);const n={producerId:r.id,pause:!1};o(this,Nt).sendMessage(o(this,$t).toggleProducer,ud.toBinary(n))})}resumeWebcam(){return u(this,arguments,function*(e=we.WEBCAM){const r=yield H(this,wt,Lt).call(this,e),n=o(this,K).producers.get(r);if(!n){h.error("resumeWebcam::could_not_find_webcam_producer");return}if(!n.paused){h.info("resumeWebcam::webcam_producer_already_resumed");return}n.resume(),n.appData.e2ee&&C.emit(R.E2EE_ACTIVE_PRODUCER,n);const i={producerId:n.id,pause:!1};o(this,Nt).sendMessage(o(this,$t).toggleProducer,ud.toBinary(i))})}disableWebcam(e){return u(this,null,function*(){const r=e==="video/VP9"?we.WEBCAM:we.WEBCAM_BACKUP,n=yield H(this,wt,Lt).call(this,r);H(this,Wp,PS).call(this,r),n&&(yield o(this,K).closeProducer(n))})}disableMic(){return u(this,null,function*(){var e;const r=yield H(this,wt,Lt).call(this,we.MIC);r&&(yield o(this,K).closeProducer(r)),(e=o(this,or))==null||e.stop(),o(this,Kt).delete(we.MIC)})}disableScreenShare(){return u(this,null,function*(){h.info("screen_sharing_stopped"),$.screenShareStop();const e=yield H(this,wt,Lt).call(this,we.SCREENSHARE_VIDEO),r=yield H(this,wt,Lt).call(this,we.SCREENSHARE_AUDIO);e&&(yield o(this,K).closeProducer(e)),r&&(yield o(this,K).closeProducer(r)),o(this,Xn).clear(),o(this,Kt).delete(we.SCREENSHARE_VIDEO),o(this,Kt).delete(we.SCREENSHARE_AUDIO)})}muteSelf(){return u(this,null,function*(){this.pauseMic()})}unmuteSelf(){return u(this,null,function*(){})}resetVideoProducers(e,r){return u(this,null,function*(){if(e){const n=yield H(this,wt,Lt).call(this,we.WEBCAM),i=yield H(this,wt,Lt).call(this,we.WEBCAM_BACKUP);yield o(this,K).closeProducer(n,{stopTrack:!1}),yield o(this,K).closeProducer(i,{stopTrack:!1}),this.shareWebcam(e)}if(r){const n=yield H(this,wt,Lt).call(this,we.SCREENSHARE_VIDEO);yield o(this,K).closeProducer(n,{stopTrack:!1}),this.shareScreen({video:r})}})}changeDisplayName(e,r){return u(this,null,function*(){const n={displayName:e,participantId:r!=null?r:this.peerId};if(!(yield o(this,K).socketHandler.changeDisplayName(n)))throw new Error("failed to change display name!")})}kick(e){return u(this,null,function*(){const r={participantId:e};if(!(yield o(this,K).socketHandler.kickPeer(r)))throw new Error("failed to kickout the participant!")})}kickAll(){return u(this,null,function*(){if(!(yield o(this,K).socketHandler.kickAll()))throw new Error("failed to kickout all participant!")})}muteAll(e){return u(this,null,function*(){if(!(yield o(this,K).socketHandler.hostControlForAll("audio")))throw new Error("failed to mute all participant")})}muteAllVideo(){return u(this,null,function*(){if(!(yield o(this,K).socketHandler.hostControlForAll("video")))throw new Error("failed to mute all video participant")})}disableAudio(e){return u(this,null,function*(){if(!(yield o(this,K).socketHandler.hostControlForPeer(e,"audio")))throw new Error("failed to mute given participant")})}disableVideo(e){return u(this,null,function*(){if(!(yield o(this,K).socketHandler.hostControlForPeer(e,"video")))throw new Error("failed to mute video of given participant")})}pinPeer(e){return u(this,null,function*(){const r={participantId:e!=null?e:""};try{yield o(this,Nt).sendMessagePromise(o(this,$t).globalPinPeer,MC.toBinary(r))}catch(n){h.error("Error in pinning peer:",{error:n})}})}validateScreenShare(e){return this.peerId===e.peerId&&o(this,K).producers.get(e.producerId)&&o(this,Xn).add(e.consumerPeerId),o(this,Xn).size}switchConsumersToLayer(e,r){return u(this,null,function*(){o(this,K).switchConsumersToLayer(e,r)})}handleSocketEvents(){return u(this,null,function*(){o(this,Nt).on(o(this,$t).peerProducerCreateBroadcast,({payload:e})=>{var r,n;if(this.mediaJoined)try{const{participantId:i,producerState:s}=VR.fromBinary(e);if(i===this.peerId)return;if(s!=null&&s.mimeType||(s.mimeType=s.kind===Kr.AUDIO?"audio/opus":"video/VP8"),s.kind===Kr.VIDEO&&!s.screenShare&&((n=(r=o(this,Ho).receiver)==null?void 0:r.video)==null?void 0:n.codecs.findIndex(a=>a.mimeType===en[0]))>=0&&o(this,Ys).get(en[0]).has(i)&&s.mimeType!==en[0]){h.warn(`Ignoring producer: ${s.producerId}`);return}h.info(`producer created broadcast: ${i}, producer state: ${s}`),C.emit(R.NEW_PRODUCER,{peerId:i,producer:G(x({},s),{kind:s.kind===Kr.AUDIO?"audio":"video",producingPeerId:i})})}catch(i){h.error("error in peer-producer-create-broadcast",{error:i})}}),o(this,Nt).on(o(this,$t).peerProducerToggleBroadcast,({payload:e})=>{if(this.mediaJoined)try{const{participantId:r,initiatorParticipantId:n,producerState:{kind:i,pause:s,producerId:a}}=Dv.fromBinary(e),c=i===Kr.AUDIO?"audio":"video";if(h.info(`producer toggle broadcast: ${r}, producerId: ${a}, kind:${c}, paused:${s} payload: ${JSON.stringify(Dv.fromBinary(e))}`),r===this.peerId&&n!==this.peerId&&s&&C.emit(c==="audio"?R.MUTE_SELF:R.MUTE_SELF_VIDEO),r===this.peerId)return;C.emit(R.PRODUCER_TOGGLE,{peerId:r,producerId:a,paused:s,kind:c}),Array.from(this.getConsumers().values()).filter(d=>d.producerId===a).forEach(d=>{d.paused!==s&&(h.debug(`consumer state mismatched for ${d.id}. updating consumer pause state ${d.paused} to ${s}`),s?(d.pause(),C.emit(R.CONSUMER_PAUSED,{id:d.id})):(d.resume(),C.emit(R.CONSUMER_RESUMED,{id:d.id})))})}catch(r){h.error("error in producer toggle broadcast handler",{error:r})}}),o(this,Nt).on(o(this,$t).peerLeaveBroadcast,({payload:e})=>{if(this.mediaJoined)try{const{participantId:r}=eh.fromBinary(e);if(r===this.peerId)return;h.info(`peer left broadcast:${r}`),o(this,Xn).delete(r),o(this,K).consumers.forEach(n=>{n.peerId===r&&n.close()}),C.emit(R.PEER_CLOSED,{id:r})}catch(r){h.error("error in peer left broadcast",{error:r})}}),o(this,Nt).on(o(this,$t).peerProducerCloseBroadcast,({payload:e})=>{if(this.mediaJoined)try{const{participantId:r,producerState:{producerId:n}}=BR.fromBinary(e);if(r===this.peerId)return;h.info(`producer closed broadcast:${r}`),C.emit(R.PRODUCER_CLOSED,{peerId:r,producerId:n});const i=o(this,K).producerIdToConsumerIdMap.get(n);if(!i){h.warn(`no consumer found for producer:${n}`);return}h.info(`closing consumer ${i}, producer id: ${n}`),o(this,K).closeConsumer(i).then(()=>{h.info(`closed consumer: ${i}`),o(this,K).producerIdToConsumerIdMap.delete(n),C.emit(R.CONSUMER_CLOSED,{id:i})}).catch(s=>{h.error("error closing consumer",{error:s})})}catch(r){h.error("error on producer close broadcast",{error:r})}}),o(this,Nt).on(o(this,$t).mediaRoomTerminationBroadcastResponse,()=>{!this.mediaJoined&&!o(this,Ks)&&!o(this,zs)||(h.warn("media hub termination broadcast received, rejoining room"),C.emit(R.ROOM_NODE_DISCONNECTED),o(this,Cl).call(this))})})}handleCallstatsEvents(){$.onConsumerScore(e=>{e.forEach((r,n)=>{const i=o(this,K).consumers.get(n);i&&C.emit(R.CONSUMER_SCORE_UPDATE,{id:n,kind:i.kind,peerId:i.peerId,score:r.score,scoreStats:r})})}),$.onProducerScore(e=>{e.forEach((r,n)=>{const i=Array.from(o(this,K).producers.values()).find(s=>s.id===n);i&&C.emit(R.PRODUCER_SCORE_UPDATE,{id:n,kind:i.kind,appData:i.appData,score:r.score,scoreStats:r})})})}handlePeerCapabilities(e,r){var n,i,s,a;for(let c=0;c<=en.length;c+=1){const d=en[c];if(((i=(n=r==null?void 0:r.receiver)==null?void 0:n.video)==null?void 0:i.codecs.findIndex(l=>l.mimeType===d))>=0||c===en.length-1){o(this,Qs).get(d).add(e);break}}for(let c=0;c<=en.length;c+=1){const d=en[c];if(((a=(s=r==null?void 0:r.sender)==null?void 0:s.video)==null?void 0:a.codecs.findIndex(l=>l.mimeType===d))>=0||c===en.length-1){o(this,Ys).get(d).add(e);break}}}handlePeerLeaving(e){Q.hasFeature(ie.FORCE_VIDEO_CODEC)||(o(this,Ys).forEach(r=>r.delete(e)),o(this,Qs).forEach((r,n)=>{r.delete(e),r.size===0&&this.disableWebcam(n)}))}}Pl=new WeakMap,Il=new WeakMap,Nt=new WeakMap,K=new WeakMap,Ho=new WeakMap,Ki=new WeakMap,$t=new WeakMap,Ks=new WeakMap,zs=new WeakMap,zi=new WeakMap,Cl=new WeakMap,Xn=new WeakMap,qo=new WeakMap,Ys=new WeakMap,Qs=new WeakMap,Kt=new WeakMap,or=new WeakMap,Yi=new WeakSet,Xs=function(){return this.context.getValue("connectionHandler")},wt=new WeakSet,Lt=function(t){return o(this,Kt).get(t)},Zs=new WeakSet,Go=function(t,e){return o(this,Kt).set(t,e)},Wp=new WeakSet,PS=function(t){return o(this,Kt).delete(t)},jp=new WeakSet,IS=function(t){return{track:t,encodings:[{priority:"high"}],codecOptions:[{name:"opus"}],appData:{e2ee:this.e2ee},stopTracks:!1,zeroRtpOnPause:!0}},Hp=new WeakSet,CS=function(t,e){return{track:t,codecOptions:[{name:e?e.split("/")[1]:"VP8"}],appData:{screenShare:!1,e2ee:this.e2ee},stopTracks:!1}},he([g.trace("MediaNodeClient.reset",{country:g.location.country})],ue.prototype,"reset",1),he([g.trace("MediaNodeClient.joinRoom")],ue.prototype,"joinRoom",1),he([g.trace("MediaNodeClient.completeJoinRoom")],ue.prototype,"completeJoinRoom",1),he([g.trace("MediaNodeClient.leaveRoom")],ue.prototype,"leaveRoom",1),he([g.trace("MediaNodeClient.activatePeers")],ue.prototype,"activatePeers",1),he([g.trace("MediaNodeClient.deactivatePeers")],ue.prototype,"deactivatePeers",1),he([g.trace("MediaNodeClient.createConsumers")],ue.prototype,"createConsumers",1),he([g.trace("MediaNodeClient.closeConsumers")],ue.prototype,"closeConsumers",1),he([g.trace("MediaNodeClient._shareWebcam")],ue.prototype,"_shareWebcam",1),he([g.trace("MediaNodeClient.shareWebcam")],ue.prototype,"shareWebcam",1),he([g.trace("MediaNodeClient.shareScreen")],ue.prototype,"shareScreen",1),he([g.trace("MediaNodeClient.shareMic")],ue.prototype,"shareMic",1),he([g.trace("MediaNodeClient.pauseMic")],ue.prototype,"pauseMic",1),he([g.trace("MediaNodeClient.pauseWebcam")],ue.prototype,"pauseWebcam",1),he([g.trace("MediaNodeClient.resumeMic")],ue.prototype,"resumeMic",1),he([g.trace("MediaNodeClient.resumeWebcam")],ue.prototype,"resumeWebcam",1),he([g.trace("MediaNodeClient.disableWebcam")],ue.prototype,"disableWebcam",1),he([g.trace("HiveClient.disableMic")],ue.prototype,"disableMic",1),he([g.trace("HiveClient.disableScreenShare")],ue.prototype,"disableScreenShare",1),he([g.trace("MediaNodeClient.muteSelf")],ue.prototype,"muteSelf",1),he([g.trace("MediaNodeClient.resetVideoProducers")],ue.prototype,"resetVideoProducers",1),he([g.trace("MediaNodeClient.changeDisplayName")],ue.prototype,"changeDisplayName",1),he([g.trace("MediaNodeClient.kickPeer")],ue.prototype,"kick",1),he([g.trace("MediaNodeClient.kickAllPeers")],ue.prototype,"kickAll",1),he([g.trace("MediaNodeClient.muteAll")],ue.prototype,"muteAll",1),he([g.trace("MediaNodeClient.muteAllVideo")],ue.prototype,"muteAllVideo",1),he([g.trace("MediaNodeClient.disableAudio")],ue.prototype,"disableAudio",1),he([g.trace("MediaNodeClient.disableVideo")],ue.prototype,"disableVideo",1),he([g.trace("MediaNodeClient.pinPeer")],ue.prototype,"pinPeer",1),he([g.trace("MediaNodeClient.validateScreenShare")],ue.prototype,"validateScreenShare",1);function RS(t,e,r){const n=t.getValue("roomNodeClient");if(n){if(n)return n;throw new Error("Room node client already set up.")}const i=new ue(t,e,r);return t.setValue("roomNodeClient",i),i}function MS(t){const e=t.getValue("roomNodeClient");try{e==null||e.leaveRoom()}catch(r){h.error("roomNodeClient::cleanupRoomNodeClient")}t.setValue("roomNodeClient",void 0)}var jL=Object.defineProperty,HL=Object.getOwnPropertyDescriptor,Zn=(t,e,r,n)=>{for(var i=n>1?void 0:n?HL(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&jL(e,r,i),i},Qi,tn,xt,vr,Vr,AS;const DS=(AS=class{constructor(t,e,r,n){v(this,vr),f(this,"self"),f(this,"authToken"),v(this,Qi,void 0),f(this,"viewType"),v(this,tn,void 0),v(this,xt,void 0);const{socket:i}=r,s=t.getValue("authToken");this.self=e,y(this,xt,t),this.viewType=n,this.authToken=s,y(this,Qi,i),y(this,tn,r),e.config.viewType!==Pt.Chat&&this.setupEvents()}get peerId(){return o(this,xt).getValue("peerId")}get mediaJoined(){return o(this,xt).getValue("connectionHandler").mediaJoined}static init(t,e,r,n,i){return u(this,null,function*(){const s=gt(),a=t.getValue("peerId"),c=!!t.getValue("cachedUserDetails"),d=yield me.__init__(t,r,n,i,i.name,c);if(navigator.product!=="ReactNative"){const l=!Q.hasFeature(ie.PRECALL_BANDWIDTH_TEST);setTimeout(()=>u(this,null,function*(){const p=yield d.getAllDevices();h.info("populated_full_device_list",{devices:JSON.stringify(p)}),$.devices("AUDIO",p==null?void 0:p.filter(m=>m.kind==="audioinput")),$.devices("VIDEO",p==null?void 0:p.filter(m=>m.kind==="videoinput")),$.devices("SPEAKER",p==null?void 0:p.filter(m=>m.kind==="audiooutput")),h.info("Callstats:: initializing");try{yield $.initialize({peerId:a,engineName:Re.getDeviceInfo().engineName,env:t.getValue("env"),iceServers:yield s.getICEServers(),apiBase:t.getValue("apiBase"),flags:Q.getAllFlags(),logger:h,apiHostnames:mv(t),skipConnectivityChecks:l}),h.info("Callstats:: initialized")}catch(m){h.error("Callstats:: initialization failed",{error:m})}}),0)}else h.info("Callstats:: Skipped initialization due to navigator product being ReactNative.");return new DS(t,d,e,i.viewType)})}shareMediaTracks(){return u(this,null,function*(){var t;const{audioTrack:e,videoTrack:r,permissions:n,audioEnabled:i,videoEnabled:s,screenShareEnabled:a,screenShareTracks:c}=this.self;if(n.canProduceAudio&&i)try{yield o(this,vr,Vr).shareMic(e)}catch(d){this.self.disableAudio()}if(n.canProduceVideo&&s)try{const d=yield o(this,vr,Vr).shareWebcam(r);d&&d.id!==r.id&&Q.hasFeature(ie.EXP_RESHARE)&&(yield o(this,vr,Vr).shareWebcam(d))}catch(d){this.self.disableVideo()}if(n.canProduceScreenshare&&a)try{yield(t=o(this,vr,Vr))==null?void 0:t.shareScreen({video:c.video,audio:c.audio})}catch(d){this.self.disableScreenShare()}})}kickHandler(t){return u(this,null,function*(){let e="kicked";(t==null?void 0:t.kickType)==="kickAll"&&(e="ended"),this.leaveRoom(e)})}waitlistedHandler(){h.info("SelController.waitlisted"),this.self.waitlistStatus="waiting",this.self.roomState="waitlisted",this.self.emit("waitlisted")}waitlistAcceptHandler(){if(h.info("SelController.waitlistAccepted"),this.self.waitlistStatus==="accepted"){h.warn("SelfController.WAITLIST_ACCEPTED.UserAlreadyAccepted");return}this.self.waitlistStatus="accepted",this.joinRoom()}waitlistRejectedHandler(){if(h.info("SelfController.waitlistRejected"),this.self.waitlistStatus==="rejected"){h.warn("SelfController.WAITLIST_REJECTED.UserAlreadyRejected");return}this.self.waitlistStatus="rejected",this.leaveRoom("rejected")}resetSelf(t){return u(this,null,function*(){$.callEnded(),o(this,vr,Vr).reset(),t&&(yield this.joinRoom(t))})}setupEvents(){C.on(R.RESET_PRODUCER_STATE,()=>u(this,null,function*(){this.mediaJoined&&this.shareMediaTracks()})),C.on(R.ROOM_NODE_RECONNECTED,()=>{this.self.roomState="joined",this.self.emit("roomJoined",{reconnected:!0})}),C.on(R.ROOM_NODE_DISCONNECTED,()=>{this.self.roomState!=="disconnected"&&(this.self.roomState="disconnected",this.self.emit("roomLeft",{state:"disconnected"}))}),C.on(R.ROOM_NODE_FAILED,()=>{this.self.roomState="failed",this.self.emit("roomLeft",{state:"failed"})}),C.on(R.SOCKET_SERVICE_RECONNECTED,({wasJoinAttempted:t})=>{t===!1&&(this.self.roomState="init"),this.resetSelf(t)}),C.on(R.SOCKET_SERVICE_DISCONNECTED,({joinAttempted:t})=>{if(this.self.roomState==="disconnected")return;let{peerId:e}=this;t&&Q.hasFeature(ie.REFRESH_ID_ON_DISCONNECTION)&&(e=ns()),o(this,Qi).updateURL(e),g.resetPeerId(e),gt().setHeader("dyte-tracing-id",e),vi.remapContext(e,o(this,xt)),this.self.roomState="disconnected",this.self.emit("roomLeft",{state:"disconnected"})}),C.on(R.SOCKET_SERVICE_FAILED,()=>{this.self.roomState="failed",this.self.emit("roomLeft",{state:"failed"})}),o(this,tn).on(W.waitingRoomRequestAccepted,()=>{this.waitlistAcceptHandler()}),o(this,tn).on(vd.updateUserPreset,t=>{t.updatePeersPresets.forEach(e=>{e.userIds===this.self.userId&&C.emit(R.UPDATE_PERMISSIONS,e.patch)})}),o(this,tn).on(W.waitingRoomRequestDenied,()=>{this.waitlistRejectedHandler()}),o(this,tn).on(W.kick,()=>{this.kickHandler({kickType:"kick"})}),o(this,tn).on(W.kickAll,()=>{this.kickHandler({kickType:"kickAll"})}),C.onAsync(R.JOIN_MEDIA_ROOM,this.joinMediaRoom.bind(this)),C.on(R.PRODUCER_SCORE_UPDATE,({score:t,kind:e,appData:r,scoreStats:n})=>{var i;const s=(i=r==null?void 0:r.screenShare)!=null?i:!1;this.self.emit("mediaScoreUpdate",{kind:e,isScreenshare:s,score:t,participantId:this.self.id,scoreStats:n})}),C.on(R.MUTE_SELF,()=>u(this,null,function*(){this.self.audioEnabled&&(yield this.self.disableAudio(),$.audioOff())})),C.on(R.MUTE_SELF_VIDEO,()=>u(this,null,function*(){this.self.videoEnabled&&(yield this.self.disableVideo(),$.videoOff())})),C.onAsync(R.LEAVE_MEDIA_ROOM,this.leaveMediaRoom.bind(this)),C.on(R.PIP_HANGUP,this.leaveRoom.bind(this))}joinRoom(t=!1){return u(this,null,function*(){try{const{peer:e}=yield o(this,tn).joinRoom(this.self);o(this,tn).socket.flush();const r=Dh(e.stageType);if(o(this,xt).setValue("stageStatus",r,!1),e.waitlisted){this.waitlistedHandler();return}yield this.joinMediaRoom(t),o(this,xt).notify("stageStatus")}catch(e){throw h.error("Error in joinRoom",{error:e}),e}})}leaveRoom(t="left"){return u(this,null,function*(){var e,r;if(t==="rejected"){try{(e=o(this,Qi))==null||e.disconnect()}catch(n){h.error("SelfController::leaveRoom::socketDisconnect")}this.self.roomState=t,this.self.emit("roomLeft",{state:t});return}this.self.setIsPinned(!1),o(this,xt).setValue("stageStatus","OFF_STAGE",!1),yield this.leaveMediaRoom(t),o(this,xt).notify("stageStatus");try{(r=o(this,Qi))==null||r.disconnect()}catch(n){h.error("SelfController::leaveRoom::socketDisconnect")}MS(o(this,xt)),tl.cleanup(),this.self.roomState=t,this.self.emit("roomLeft",{state:t})})}joinMediaRoom(t=!1){return u(this,null,function*(){var e,r;const{peerId:n,viewType:i,meetingId:s,stageStatus:a,roomNodeOptions:c}=o(this,xt).getAllValues(),{sfu:d}=c;try{if(i===Pt.Livestream){if(a!=="ON_STAGE"){this.self.roomState="joined",this.self.emit("roomJoined",{reconnected:t});return}RS(o(this,xt),d,{socket:o(this,Qi),peerId:n})}const{roomJoined:l}=(r=yield(e=o(this,vr,Vr))==null?void 0:e.joinRoom(this.self.name,s,{audio:this.self.audioEnabled,video:this.self.videoEnabled,screen:this.self.screenShareEnabled},t,t))!=null?r:{};if(!l)return;a==="ON_STAGE"&&(yield this.shareMediaTracks()),this.self.roomState="joined",this.self.emit("roomJoined",{reconnected:t})}catch(l){throw h.error("Error:SelfController.mediaRoomJoin",{error:l}),new _("Error: could not join media room","0002")}})}leaveMediaRoom(t){return u(this,null,function*(){const e=o(this,xt).getValue("viewType");t!=="connected-meeting"&&(yield this.cleanupSelf()),!(t==="stageLeft"&&e===Pt.Webinar)&&o(this,vr,Vr)&&(o(this,vr,Vr).mediaJoined&&t!=="disconnected"&&(yield o(this,vr,Vr).leaveRoom()),!(t==="stageLeft"&&e===Pt.Livestream)&&(o(this,vr,Vr).mediaJoined=!1))})}cleanupSelf(){return u(this,null,function*(){yield this.self.disableAudio(),yield this.self.disableVideo(),yield this.self.disableScreenShare(),this.self.cleanUpTracks(),this.self.destructMediaHandler(),navigator.isReactNative||this.self.removeDocumentEventListeners()})}},Qi=new WeakMap,tn=new WeakMap,xt=new WeakMap,vr=new WeakSet,Vr=function(){return o(this,xt).getValue("roomNodeClient")},AS);let Tn=DS;Zn([g.trace("SelfController.shareMediaTracks")],Tn.prototype,"shareMediaTracks",1),Zn([g.trace("SelfController.resetSelf")],Tn.prototype,"resetSelf",1),Zn([g.trace("SelfController.setupEvents")],Tn.prototype,"setupEvents",1),Zn([g.trace("SelfController.joinRoom")],Tn.prototype,"joinRoom",1),Zn([g.trace("SelfController.leaveRoom")],Tn.prototype,"leaveRoom",1),Zn([g.trace("SelfController.joinMediaRoom")],Tn.prototype,"joinMediaRoom",1),Zn([g.trace("SelfController.leaveMediaRoom")],Tn.prototype,"leaveMediaRoom",1),Zn([g.trace("SelfController.init")],Tn,"init",1);var Rl;class qL{constructor(e){v(this,Rl,void 0),y(this,Rl,e)}on(e,r){let n;e===W.roomPeerCount?n=Lv.fromBinary.bind(Lv):n=Qv.fromBinary.bind(Qv),o(this,Rl).on(e,({payload:i})=>{const s=n(i);return r(s)})}}Rl=new WeakMap;var Ml;class GL{constructor(e){v(this,Ml,void 0),y(this,Ml,e)}on(e,r){let n,i;switch(e){case W.transcript:{n=th.fromBinary.bind(th),i=th.create();break}default:{h.debug("AISocketHandler switch case hit default, event not accounted for.");break}}o(this,Ml).on(e,({payload:s})=>{let a=i;try{a=n(s)}catch(c){h.error("chatSocketHandler::on::binary_decode_error",{error:c})}return r(a)})}}Ml=new WeakMap;var JL=Object.defineProperty,$L=Object.getOwnPropertyDescriptor,qp=(t,e,r,n)=>{for(var i=n>1?void 0:n?$L(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&JL(e,r,i),i},ei;class Al{constructor(e){v(this,ei,void 0),y(this,ei,e)}getPolls(){return o(this,ei).sendMessagePromise(pn.getPolls)}createPoll(e,r,n=!1,i=!1){const s={anonymous:n,hideVotes:i,question:e,options:r};return o(this,ei).sendMessage(pn.createPoll,RD.toBinary(s))}votePoll(e,r){const n={index:r,pollId:e};return o(this,ei).sendMessage(pn.votePoll,AD.toBinary(n))}on(e,r){let n,i;switch(e){case pn.updatePoll:case pn.createPoll:case pn.votePoll:{n=mh.fromBinary.bind(mh),i=mh.create();break}}o(this,ei).on(e,({payload:s})=>{let a=i;try{a=n(s)}catch(c){h.error("pollSocketHandler::on::binary_decode_error",{error:c})}return r(a)})}removeListeners(e){o(this,ei).removeListeners(e)}}ei=new WeakMap,qp([g.trace("PollSocketHandler.getPolls")],Al.prototype,"getPolls",1),qp([g.trace("PollSocketHandler.createPoll")],Al.prototype,"createPoll",1),qp([g.trace("PollSocketHandler.votePoll")],Al.prototype,"votePoll",1);var cr;class KL{constructor(e){v(this,cr,void 0),y(this,cr,e)}getStageRequests(){return u(this,null,function*(){const{payload:e}=yield o(this,cr).sendMessagePromise(W.getStageRequests);return e?ph.fromBinary(e):{stageRequests:[]}})}requestAccess(){o(this,cr).sendMessage(W.requestStageAccess)}cancelRequestAccess(){o(this,cr).sendMessage(W.cancelStageRequest)}grantAccess(e){return u(this,null,function*(){const r={userIds:e};o(this,cr).sendMessage(W.grantStageAccess,SD.toBinary(r))})}denyAccess(e){return u(this,null,function*(){const r={userIds:e};o(this,cr).sendMessage(W.denyStageAccess,TD.toBinary(r))})}joinStage(){return o(this,cr).sendMessagePromise(W.joinStage,void 0,void 0,W.peerStageStatusUpdate)}leaveStage(e){const r={userIds:[e]};return o(this,cr).sendMessagePromise(W.leaveStage,Zv.toBinary(r),void 0,W.peerStageStatusUpdate)}kick(e){const r={userIds:e};return o(this,cr).sendMessagePromise(W.leaveStage,Zv.toBinary(r))}on(e,r){let n;switch(e){case W.grantStageAccess:case W.denyStageAccess:{n=void 0;break}case W.getStagePeers:{n=Xv.fromBinary.bind(Xv);break}case W.getStageRequests:case W.requestStageAccess:case W.cancelStageRequest:{n=ph.fromBinary.bind(ph);break}case W.peerStageStatusUpdate:{n=Nv.fromBinary.bind(Nv);break}}o(this,cr).on(e,({payload:i,id:s})=>{if(!i||!n)return r(void 0,s);const a=n(i);return r(a,s)})}getPeerInfo(e){return u(this,null,function*(){const r=yield o(this,cr).sendMessagePromise(W.getPeerInfo,Uv.toBinary({peerId:e}));return ms.fromBinary(r.payload)})}}cr=new WeakMap;var ht;class zL{constructor(e){v(this,ht,void 0),y(this,ht,e)}addPlugin(e,r){o(this,ht).sendMessage(z.addPlugin,x1.toBinary({pluginId:e,staggered:r}))}removePlugin(e){o(this,ht).sendMessage(z.removePlugin,U1.toBinary({pluginId:e,staggered:!1}))}getActivePlugins(){return u(this,null,function*(){const{payload:e}=yield o(this,ht).sendMessagePromise(z.getPlugins);return e?oD.fromBinary(e):{plugins:[]}})}customPluginEventToRoom(e,r,n){const i={pluginId:e,pluginData:new TextEncoder().encode(JSON.stringify(r))};o(this,ht).sendMessage(z.customPluginEventToRoom,K1.toBinary(i),n)}customPluginEventToPeers(e,r,n,i){const s={pluginId:e,peerIds:r,pluginData:new TextEncoder().encode(JSON.stringify(n))};o(this,ht).sendMessage(z.customPluginEventToPeers,Y1.toBinary(s),i)}enablePluginForRoom(e,r){o(this,ht).sendMessage(z.enablePluginForRoom,B1.toBinary({pluginId:e}),r)}enablePluginForPeers(e,r,n){o(this,ht).sendMessage(z.enablePluginForPeers,q1.toBinary({pluginId:e,peerIds:r}),n)}disablePluginForRoom(e,r){o(this,ht).sendMessage(z.disablePluginForRoom,j1.toBinary({pluginId:e}),r)}disablePluginForPeers(e,r,n){o(this,ht).sendMessage(z.disablePluginForPeers,J1.toBinary({pluginId:e,peerIds:r}),n)}storeInsertKeys(e,r,n,i){const s={pluginId:e,storeName:r,insertKeys:n.map(a=>({storeKey:a.key,payload:new TextEncoder().encode(JSON.stringify(a.payload))}))};o(this,ht).sendMessage(z.storeInsertKeys,$v.toBinary(s),i)}storeGetKeys(e,r,n,i){const s={pluginId:e,storeName:r,getKeys:n.map(a=>({storeKey:a.key}))};o(this,ht).sendMessage(z.storeGetKeys,eD.toBinary(s),i)}storeDeleteKeys(e,r,n,i){const s={pluginId:e,storeName:r,deleteKeys:n.map(a=>({storeKey:a.key}))};o(this,ht).sendMessage(z.storeDeleteKeys,rD.toBinary(s),i)}storeDelete(e,r,n){o(this,ht).sendMessage(z.storeDelete,iD.toBinary({pluginId:e,storeName:r}),n)}getPluginDataOld(e,r){h.info("getPluginDataOld",{plugin:{id:e,storeName:r}})}storePluginDataOld(e,r,n){const i={pluginId:e,storeName:r,insertKeys:[{storeKey:n.key,payload:new TextEncoder().encode(JSON.stringify(n))}]};o(this,ht).sendMessage(z.storeInsertKeys,$v.toBinary(i))}on(e,r){let n;switch(e){case z.addPlugin:case z.enablePluginForPeers:case z.enablePluginForRoom:{n=hh.fromBinary.bind(hh);break}case z.removePlugin:case z.disablePluginForPeers:case z.disablePluginForRoom:{n=Kv.fromBinary.bind(Kv);break}case z.customPluginEventToPeers:case z.customPluginEventToRoom:{n=Yv.fromBinary.bind(Yv);break}case z.storeInsertKeys:case z.storeGetKeys:case z.storeDeleteKeys:case z.storeDelete:{n=zv.fromBinary.bind(zv);break}}o(this,ht).on(e,({payload:i,id:s})=>{const a=n(i);return r(a,s)})}}ht=new WeakMap;var YL=Object.defineProperty,QL=(t,e,r)=>e in t?YL(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,XL=(t,e,r)=>(QL(t,typeof e!="symbol"?e+"":e,r),r),Gp=(t,e,r)=>{if(!e.has(t))throw TypeError("Cannot "+r)},L=(t,e,r)=>(Gp(t,e,"read from private field"),r?r.call(t):e.get(t)),Me=(t,e,r)=>{if(e.has(t))throw TypeError("Cannot add the same private member more than once");e instanceof WeakSet?e.add(t):e.set(t,r)},ge=(t,e,r,n)=>(Gp(t,e,"write to private field"),n?n.call(t,r):e.set(t,r),r),xe=(t,e,r)=>(Gp(t,e,"access private method"),r),Dl={},ZL={get exports(){return Dl},set exports(t){Dl=t}},ea=typeof Reflect=="object"?Reflect:null,OS=ea&&typeof ea.apply=="function"?ea.apply:function(t,e,r){return Function.prototype.apply.call(t,e,r)},Ol;ea&&typeof ea.ownKeys=="function"?Ol=ea.ownKeys:Object.getOwnPropertySymbols?Ol=function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:Ol=function(t){return Object.getOwnPropertyNames(t)};function ex(t){console&&console.warn&&console.warn(t)}var NS=Number.isNaN||function(t){return t!==t};function ve(){ve.init.call(this)}ZL.exports=ve,Dl.once=ix,ve.EventEmitter=ve,ve.prototype._events=void 0,ve.prototype._eventsCount=0,ve.prototype._maxListeners=void 0;var LS=10;function Nl(t){if(typeof t!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof t)}Object.defineProperty(ve,"defaultMaxListeners",{enumerable:!0,get:function(){return LS},set:function(t){if(typeof t!="number"||t<0||NS(t))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+t+".");LS=t}}),ve.init=function(){(this._events===void 0||this._events===Object.getPrototypeOf(this)._events)&&(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},ve.prototype.setMaxListeners=function(t){if(typeof t!="number"||t<0||NS(t))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+t+".");return this._maxListeners=t,this};function xS(t){return t._maxListeners===void 0?ve.defaultMaxListeners:t._maxListeners}ve.prototype.getMaxListeners=function(){return xS(this)},ve.prototype.emit=function(t){for(var e=[],r=1;r<arguments.length;r++)e.push(arguments[r]);var n=t==="error",i=this._events;if(i!==void 0)n=n&&i.error===void 0;else if(!n)return!1;if(n){var s;if(e.length>0&&(s=e[0]),s instanceof Error)throw s;var a=new Error("Unhandled error."+(s?" ("+s.message+")":""));throw a.context=s,a}var c=i[t];if(c===void 0)return!1;if(typeof c=="function")OS(c,this,e);else for(var d=c.length,l=WS(c,d),r=0;r<d;++r)OS(l[r],this,e);return!0};function VS(t,e,r,n){var i,s,a;if(Nl(r),s=t._events,s===void 0?(s=t._events=Object.create(null),t._eventsCount=0):(s.newListener!==void 0&&(t.emit("newListener",e,r.listener?r.listener:r),s=t._events),a=s[e]),a===void 0)a=s[e]=r,++t._eventsCount;else if(typeof a=="function"?a=s[e]=n?[r,a]:[a,r]:n?a.unshift(r):a.push(r),i=xS(t),i>0&&a.length>i&&!a.warned){a.warned=!0;var c=new Error("Possible EventEmitter memory leak detected. "+a.length+" "+String(e)+" listeners added. Use emitter.setMaxListeners() to increase limit");c.name="MaxListenersExceededWarning",c.emitter=t,c.type=e,c.count=a.length,ex(c)}return t}ve.prototype.addListener=function(t,e){return VS(this,t,e,!1)},ve.prototype.on=ve.prototype.addListener,ve.prototype.prependListener=function(t,e){return VS(this,t,e,!0)};function tx(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length===0?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function US(t,e,r){var n={fired:!1,wrapFn:void 0,target:t,type:e,listener:r},i=tx.bind(n);return i.listener=r,n.wrapFn=i,i}ve.prototype.once=function(t,e){return Nl(e),this.on(t,US(this,t,e)),this},ve.prototype.prependOnceListener=function(t,e){return Nl(e),this.prependListener(t,US(this,t,e)),this},ve.prototype.removeListener=function(t,e){var r,n,i,s,a;if(Nl(e),n=this._events,n===void 0)return this;if(r=n[t],r===void 0)return this;if(r===e||r.listener===e)--this._eventsCount===0?this._events=Object.create(null):(delete n[t],n.removeListener&&this.emit("removeListener",t,r.listener||e));else if(typeof r!="function"){for(i=-1,s=r.length-1;s>=0;s--)if(r[s]===e||r[s].listener===e){a=r[s].listener,i=s;break}if(i<0)return this;i===0?r.shift():rx(r,i),r.length===1&&(n[t]=r[0]),n.removeListener!==void 0&&this.emit("removeListener",t,a||e)}return this},ve.prototype.off=ve.prototype.removeListener,ve.prototype.removeAllListeners=function(t){var e,r,n;if(r=this._events,r===void 0)return this;if(r.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):r[t]!==void 0&&(--this._eventsCount===0?this._events=Object.create(null):delete r[t]),this;if(arguments.length===0){var i=Object.keys(r),s;for(n=0;n<i.length;++n)s=i[n],s!=="removeListener"&&this.removeAllListeners(s);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if(e=r[t],typeof e=="function")this.removeListener(t,e);else if(e!==void 0)for(n=e.length-1;n>=0;n--)this.removeListener(t,e[n]);return this};function FS(t,e,r){var n=t._events;if(n===void 0)return[];var i=n[e];return i===void 0?[]:typeof i=="function"?r?[i.listener||i]:[i]:r?nx(i):WS(i,i.length)}ve.prototype.listeners=function(t){return FS(this,t,!0)},ve.prototype.rawListeners=function(t){return FS(this,t,!1)},ve.listenerCount=function(t,e){return typeof t.listenerCount=="function"?t.listenerCount(e):BS.call(t,e)},ve.prototype.listenerCount=BS;function BS(t){var e=this._events;if(e!==void 0){var r=e[t];if(typeof r=="function")return 1;if(r!==void 0)return r.length}return 0}ve.prototype.eventNames=function(){return this._eventsCount>0?Ol(this._events):[]};function WS(t,e){for(var r=new Array(e),n=0;n<e;++n)r[n]=t[n];return r}function rx(t,e){for(;e+1<t.length;e++)t[e]=t[e+1];t.pop()}function nx(t){for(var e=new Array(t.length),r=0;r<e.length;++r)e[r]=t[r].listener||t[r];return e}function ix(t,e){return new Promise(function(r,n){function i(a){t.removeListener(e,s),n(a)}function s(){typeof t.removeListener=="function"&&t.removeListener("error",i),r([].slice.call(arguments))}jS(t,e,s,{once:!0}),e!=="error"&&sx(t,i,{once:!0})})}function sx(t,e,r){typeof t.on=="function"&&jS(t,"error",e,r)}function jS(t,e,r,n){if(typeof t.on=="function")n.once?t.once(e,r):t.on(e,r);else if(typeof t.addEventListener=="function")t.addEventListener(e,function i(s){n.once&&t.removeEventListener(e,i),r(s)});else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof t)}class ax extends T{constructor(){super("message.v1.SocketMessage",[{no:1,name:"event",kind:"scalar",T:13},{no:2,name:"id",kind:"scalar",opt:!0,T:9},{no:3,name:"payload",kind:"scalar",opt:!0,T:12},{no:4,name:"metadata",kind:"scalar",opt:!0,T:12}])}}const HS=new ax;class qS{static encode(e){return HS.toBinary(e)}static decode(e){return HS.fromBinary(new Uint8Array(e))}}function ox(t,e){return Math.floor(Math.random()*(e-t+1)+t)}var ti;class cx{constructor(e={}){XL(this,"opts"),Me(this,ti,void 0),this.opts={initialTimeout:e.initialTimeout||1e3,maxTimeout:e.maxTimeout||1e4,factor:e.factor||2},ge(this,ti,0)}wait(){return u(this,null,function*(){ge(this,ti,L(this,ti)+1);const e=ox(0,Math.min(this.opts.maxTimeout,this.opts.initialTimeout*nT(2,L(this,ti))));yield new Promise(r=>{setTimeout(r,e)})})}getAttempts(){return L(this,ti)}reset(){ge(this,ti,0)}}ti=new WeakMap;const ri={debug:0,info:1,warn:2,error:3};var Xi,Zi;class dx{constructor(e){Me(this,Xi,void 0),Me(this,Zi,void 0),ge(this,Xi,console),ge(this,Zi,e)}debug(...e){ri[L(this,Zi)]>ri.debug||L(this,Xi).debug("[Sockrates]:",...e)}info(...e){ri[L(this,Zi)]>ri.info||L(this,Xi).info("[Sockrates]:",...e)}warn(...e){ri[L(this,Zi)]>ri.warn||L(this,Xi).warn("[Sockrates]:",...e)}error(...e){ri[L(this,Zi)]>ri.error||L(this,Xi).error("[Sockrates]:",...e)}}Xi=new WeakMap,Zi=new WeakMap;var GS=(t=>(t[t.CONNECTING=0]="CONNECTING",t[t.OPEN=1]="OPEN",t[t.CLOSING=2]="CLOSING",t[t.CLOSED=3]="CLOSED",t))(GS||{});const lx="2",ux="3";var Je,ta,Ve,Ze,ni,pt,kn,ii,Ur,ra,bn,Jp,JS,Jo,Ll,$p,$S,Kp,KS,xl,zp,Yp,zS,$o,Vl,Ko,Ul,Fl,Qp,na,zo,Yo,Bl;class hx{constructor(e,r){var n;Me(this,Jp),Me(this,Jo),Me(this,$p),Me(this,Kp),Me(this,xl),Me(this,Yp),Me(this,$o),Me(this,Ko),Me(this,Fl),Me(this,na),Me(this,Yo),Me(this,Je,void 0),Me(this,ta,void 0),Me(this,Ve,void 0),Me(this,Ze,void 0),Me(this,ni,void 0),Me(this,pt,void 0),Me(this,kn,void 0),Me(this,ii,void 0),Me(this,Ur,void 0),Me(this,ra,void 0),Me(this,bn,void 0);var i,s,a,c,d,l,p,m,S;ge(this,ta,e),ge(this,ni,[]),ge(this,pt,new Dl),ge(this,kn,!0),ge(this,Ur,!1),ge(this,Ve,r!=null?r:{}),(i=L(this,Ve)).autoReconnect!=null||(i.autoReconnect=!0),(s=L(this,Ve)).retryConnectionInterval!=null||(s.retryConnectionInterval=1e3),(a=L(this,Ve)).pingTimeout!=null||(a.pingTimeout=3e4),(c=L(this,Ve)).connectionTimeout!=null||(c.connectionTimeout=5e3),(d=L(this,Ve)).debug!=null||(d.debug=!0),(l=L(this,Ve)).maxReconnectionAttempts!=null||(l.maxReconnectionAttempts=10),(p=L(this,Ve)).disconnectOnPingTimeout!=null||(p.disconnectOnPingTimeout=!0),(m=L(this,Ve)).queueOnDisconnect!=null||(m.queueOnDisconnect=!1),(S=L(this,Ve)).flushOnReconnect!=null||(S.flushOnReconnect=!1),ge(this,ii,{code:void 0,reason:void 0}),ge(this,Ze,(n=L(this,Ve).logger)!=null?n:new dx(L(this,Ve).debug?"debug":"info")),ge(this,bn,new cx)}get readyState(){var e;return(e=L(this,Je))==null?void 0:e.readyState}get url(){return L(this,ta)}updateURL(e){ge(this,ta,e),xe(this,Yp,zS).call(this)}get config(){return L(this,Ve)}get sendQueue(){return L(this,ni)}flush(){if(!L(this,Ve).queueOnDisconnect)return!1;const e=[];return L(this,ni).forEach(r=>{this.send(r.event,r.id,r.payload,r.metadata)||e.push(r)}),ge(this,ni,e),L(this,ni)}connect(e=!1){return u(this,null,function*(){if(!e&&[0,1].includes(this.readyState)){L(this,Ze).debug("Websocket was already connecting or connected.");return}if(L(this,kn)!==!1)return new Promise((r,n)=>{xe(this,na,zo).call(this),xe(this,Yo,Bl).call(this);try{ge(this,Je,new WebSocket(xe(this,Jp,JS).call(this,L(this,ta)))),L(this,Je).binaryType="arraybuffer",L(this,Ze).debug("Connecting");const i=setTimeout(()=>{L(this,Ze).debug("Connection timeout. Closing socket"),ge(this,kn,!0),xe(this,Yo,Bl).call(this),L(this,Je).close(3001,"Connection Timeout"),L(this,Ve).autoReconnect&&!L(this,Ur)&&(L(this,pt).emit("reconnecting"),xe(this,$o,Vl).call(this)),n(new Error("Connection timed out!"))},L(this,Ve).connectionTimeout);L(this,Je).onopen=()=>{L(this,Ze).debug(`Ready State: ${GS[L(this,Je).readyState]}`),i&&clearTimeout(i),xe(this,Fl,Qp).call(this),ge(this,ii,{code:void 0,reason:void 0}),L(this,pt).emit("connected"),L(this,Ve).flushOnReconnect&&this.flush(),r()},L(this,Je).onclose=s=>{try{i&&clearTimeout(i);const{code:a,reason:c}=s;n(c),L(this,Ze).debug("Socket closed. Close event:",{event:s}),L(this,Ze).debug(`Connection closed code: ${a}`),L(this,Ze).debug(`Connection closed reason: ${c}`),L(this,Ur)||xe(this,xl,zp).call(this,a,c)}catch(a){xe(this,Jo,Ll).call(this,a)}},L(this,Je).onerror=s=>{xe(this,Jo,Ll).call(this,s)},L(this,Je).onmessage=s=>xe(this,$p,$S).call(this,s)}catch(i){xe(this,Jo,Ll).call(this,i,n)}})})}send(e,r,n,i){const s={event:e,id:r,payload:n,metadata:i};if(L(this,Ve).queueOnDisconnect&&(!L(this,Je)||L(this,Je).readyState!==1))return L(this,Ze).debug("Queuing message since socket is not connected!",s),L(this,ni).push(s),!1;const a=qS.encode(s);return xe(this,Ko,Ul).call(this,a)}emit(e,r,n,i){return this.send(e,r,n,i)}sendRaw(e){return xe(this,Ko,Ul).call(this,e)}receive(e,r){return L(this,pt).on(e.toString(),r)}on(e,r){if(typeof e=="string"&&(e==="connected"||e==="disconnected"||e==="errored"||e==="reconnected"||e==="reconnecting"||e==="reconnectAttempt"||e==="reconnectFailure"||e==="failed")){L(this,pt).on(e,r);return}this.receive(e,r)}removeAllListeners(){L(this,pt).removeAllListeners()}removeReceiver(e,r){this.removeListener(e,r)}removeListener(e,r){L(this,pt).removeListener(e.toString(),r)}removeReceivers(e){this.removeListeners(e)}removeListeners(e){L(this,pt).listeners(e.toString()).map(r=>this.removeListener(e,r))}disconnect(){ge(this,kn,!1),xe(this,na,zo).call(this),this.removeAllListeners(),ge(this,ii,{code:1e3,reason:"Sockrates disconnect method called"}),L(this,Je).close(1e3,"Sockrates disconnect method called.")}}Je=new WeakMap,ta=new WeakMap,Ve=new WeakMap,Ze=new WeakMap,ni=new WeakMap,pt=new WeakMap,kn=new WeakMap,ii=new WeakMap,Ur=new WeakMap,ra=new WeakMap,bn=new WeakMap,Jp=new WeakSet,JS=function(t){if(t.startsWith("ws://")||t.startsWith("wss://"))return t;if(t.startsWith("https://"))return`wss://${t.substring(8)}`;if(t.startsWith("http://"))return`ws://${t.substring(7)}`;throw new Error("Invalid URL. URL must start with http(s):// or ws(s)://.")},Jo=new WeakSet,Ll=function(t,e){L(this,Ze).error("Error:",{error:t}),L(this,pt).emit("errored",{error:t}),e==null||e(t)},$p=new WeakSet,$S=function(t){if(xe(this,Fl,Qp).call(this),t.data===lx){L(this,Ze).debug("Received ping from server"),xe(this,Ko,Ul).call(this,ux);return}const e=qS.decode(t.data),{id:r,payload:n}=e;L(this,Ze).debug("Received message",{event:e.event,messageID:r}),L(this,pt).emit(e.event.toString(),{id:r,payload:n})},Kp=new WeakSet,KS=function(){return L(this,Je).readyState===1},xl=new WeakSet,zp=function(t,e){ge(this,ii,{reason:e,code:t}),L(this,pt).emit("disconnected",{code:t,reason:e})},Yp=new WeakSet,zS=function(){const{reason:t,code:e}=L(this,ii);e&&e!==1e3&&L(this,kn)&&L(this,Ve).autoReconnect&&!L(this,Ur)&&(L(this,Ze).debug(`Triggering reconnection due to ${t}.`),L(this,pt).emit("reconnecting"),xe(this,$o,Vl).call(this))},$o=new WeakSet,Vl=function(t=!0){return u(this,null,function*(){if(t&&L(this,Ur)){L(this,Ze).debug("Reconnect called when already in a reconnect loop. Ignoring.");return}if(L(this,Ur)||L(this,bn).reset(),L(this,Ve).maxReconnectionAttempts!==null&&L(this,bn).getAttempts()>=L(this,Ve).maxReconnectionAttempts){L(this,pt).emit("failed"),ge(this,Ur,!1);return}ge(this,Ur,!0),xe(this,Yo,Bl).call(this),xe(this,na,zo).call(this);try{if(yield L(this,bn).wait(),L(this,kn)===!1)return;if(L(this,Ze).debug(`Reconnection attempt ${L(this,bn).getAttempts()}`),L(this,pt).emit("reconnectAttempt",{attempt:L(this,bn).getAttempts()}),yield this.connect(),!xe(this,Kp,KS).call(this))throw Error("Reconnect Failed");ge(this,Ur,!1),ge(this,ii,{code:void 0,reason:void 0}),L(this,pt).emit("reconnected")}catch(e){L(this,Ze).debug("Failed to reconnect."),L(this,pt).emit("reconnectFailure",{attempt:L(this,bn).getAttempts()}),xe(this,$o,Vl).call(this,!1)}})},Ko=new WeakSet,Ul=function(t){try{return L(this,Je).send(t),!0}catch(e){return L(this,Ze).error(e.message),!1}},Fl=new WeakSet,Qp=function(){this.config.disconnectOnPingTimeout&&(L(this,Ze).debug("Resetting ping timeout"),xe(this,na,zo).call(this),ge(this,ra,setTimeout(()=>{var t;L(this,Ze).debug("Disconnecting the socket due to ping timeout"),ge(this,kn,!0);const e=3002,r="Ping timeout";(t=L(this,Je))==null||t.close(e,r),xe(this,xl,zp).call(this,e,r)},L(this,Ve).pingTimeout)))},na=new WeakSet,zo=function(){L(this,ra)&&(clearTimeout(L(this,ra)),ge(this,ra,void 0))},Yo=new WeakSet,Bl=function(){L(this,Je)&&(L(this,Je).onopen=void 0,L(this,Je).onerror=void 0,L(this,Je).onmessage=void 0,L(this,Je).onclose=void 0)};var px=Object.defineProperty,mx=Object.getOwnPropertyDescriptor,Wl=(t,e,r,n)=>{for(var i=n>1?void 0:n?mx(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&px(e,r,i),i};const YS=65535,gx=3e3;var es,$e,Ke,et,Fr,si,jl,Xp,Hl,Zp,QS;const XS=(QS=class{constructor(t,{peerId:e,meetingId:r,authToken:n,capabilities:i}){v(this,Ke),v(this,jl),v(this,Hl),v(this,es,void 0),v(this,$e,void 0),f(this,"roomName"),f(this,"authToken"),f(this,"capabilities"),v(this,Fr,void 0),v(this,si,void 0);var s;if(!e||!r||!n)throw new _("peerId, meetingId, or authToken can not be empty","0404");y(this,Fr,void 0),y(this,si,t),this.capabilities=i,this.roomName=r,this.authToken=n,y(this,es,H(this,jl,Xp).call(this,e)),y(this,$e,new hx(o(this,es),{autoReconnect:!0,disconnectOnPingTimeout:(s=i.includes("PING"))!=null?s:!1,queueOnDisconnect:!0,flushOnReconnect:!1,logger:h})),this.handleSocketConnectionEvents()}get joinAttempted(){return o(this,Ke,et).socketJoinAttempted}set joinAttempted(t){o(this,Ke,et).socketJoinAttempted=t}get peerId(){return o(this,si).getValue("peerId")}updateURL(t){t!==this.peerId&&(y(this,es,H(this,jl,Xp).call(this,t)),h.debug("SocketService:: Connection URL updated.")),o(this,$e).updateURL(o(this,es))}static getSocketEdgeDomain(t){return hs({servicePrefix:"socket-edge",baseURI:t})}get url(){return o(this,es)}connect(){return u(this,null,function*(){o(this,Ke,et).socketJoinAttempted=!0,yield o(this,$e).connect(),o(this,Ke,et).socketJoinAttempted=!0,o(this,Ke,et).socketState={state:"connected",reconnected:!1,reconnectionAttempt:void 0}})}disconnect(){return u(this,null,function*(){o(this,Ke,et).socketJoinAttempted=!1,o(this,$e).disconnect(),o(this,Ke,et).socketJoinAttempted=!0,o(this,Ke,et).socketState={state:"disconnected",reconnected:!1,reconnectionAttempt:void 0}})}get isConnected(){try{return o(this,$e).readyState===1}catch(t){return!1}}sendMessage(t,e,r){const n={};return g.injectContext(n),o(this,$e).send(t,r!=null?r:H(this,Hl,Zp).call(this),e,new TextEncoder().encode(JSON.stringify(n)))}sendMessagePromise(t,e,r,n){const i=parseInt({}.SOCKET_SERVICE_MESSAGE_REQUEST_TIMEOUT,10)||2e4;return this.sendMessagePromiseWithTimeout({event:t,timeout:i,protobuf:e,messageId:r,resp:n})}sendMessagePromiseWithTimeout({event:t,timeout:e,protobuf:r,messageId:n,resp:i}){const s=i!=null?i:t;return new Promise((a,c)=>{const d=(E,b)=>{o(this,$e).removeListener(s,E),o(this,$e).removeListener(YS,b),o(this,$e).removeListener(ur.errorResponse,b),o(this,$e).removeListener(wr.errorResponse,b)},l=n!=null?n:H(this,Hl,Zp).call(this),p={};g.injectContext(p);const m=({id:E,payload:b})=>{if(l===E){let O;try{const M=zC.fromBinary(b);O=new Error(M.errorMessage)}catch(M){O=new Error("failed to parse error message",{cause:M});try{const F=XR.fromBinary(b);O=new Error(F.message)}catch(F){O=new Error("failed to parse error message",{cause:F})}}c(O),d(S,m)}},S=({id:E,payload:b})=>{l===E&&(a({id:E,payload:b}),d(S,m))};o(this,$e).on(s,S),o(this,$e).on(YS,m),o(this,$e).on(ur.errorResponse,m),o(this,$e).on(wr.errorResponse,m),setTimeout(()=>{d(S,m),c(new Error(`request timeout for callback eventId:${t}`))},e),o(this,$e).send(t,l,r,new TextEncoder().encode(JSON.stringify(p)))})}on(t,e){o(this,$e).on(t,e)}onStateEvent(t,e){o(this,$e).on(t,e)}removeListener(t,e){o(this,$e).removeListener(t,e)}removeListeners(t){o(this,$e).removeListeners(t)}flush(){return o(this,$e).flush()}handleSocketConnectionEvents(){this.onStateEvent("connected",()=>u(this,null,function*(){h.info("SocketService::Connected to socket-edge"),o(this,Fr)&&(clearTimeout(o(this,Fr)),y(this,Fr,void 0)),o(this,Ke,et).updateSocketConnectionState("connected")})),this.onStateEvent("disconnected",({code:t,reason:e})=>{var r;h.info("SocketService::Disconnected from socket-edge",{error:{code:t,reason:e},country:g.location.country});const{recv:n,send:i}=(r=o(this,Ke,et).mediaState)!=null?r:{};n!=null&&n.state&&(n==null?void 0:n.state)!==qn.CONNECTED||i!=null&&i.state&&(i==null?void 0:i.state)!==qn.CONNECTED?C.emit(R.SOCKET_SERVICE_DISCONNECTED,{joinAttempted:o(this,Ke,et).joinAttempted}):y(this,Fr,setTimeout(()=>{C.emit(R.SOCKET_SERVICE_DISCONNECTED,{joinAttempted:o(this,Ke,et).joinAttempted}),y(this,Fr,void 0)},gx)),o(this,Ke,et).updateSocketConnectionState("disconnected")}),this.onStateEvent("reconnecting",()=>u(this,null,function*(){h.info("SocketService::Reconnecting to socket-edge",{country:g.location.country}),o(this,Ke,et).updateSocketConnectionState("reconnecting")})),this.onStateEvent("reconnectAttempt",t=>u(this,[t],function*({attempt:e}){h.info("SocketService::Attempting to reconnect to socket-edge",{socket:{retryAttempt:e}}),o(this,Ke,et).updateSocketConnectionState("reconnectAttempt",e)})),this.onStateEvent("reconnectFailure",({attempt:t})=>{h.info("SocketService::Reconnect attempt to socket-edge failed",{socket:{retryAttempt:t}}),o(this,Ke,et).updateSocketConnectionState("reconnectFailure",t)}),this.onStateEvent("reconnected",()=>u(this,null,function*(){h.info("SocketService::Reconnected to socket-edge",{connectionState:{joinAttempted:o(this,Ke,et).mediaJoinAttempted}}),o(this,Fr)&&(clearTimeout(o(this,Fr)),y(this,Fr,void 0)),C.emit(R.SOCKET_SERVICE_RECONNECTED,{wasJoinAttempted:o(this,Ke,et).mediaJoinAttempted}),o(this,Ke,et).updateSocketConnectionState("reconnected")})),this.onStateEvent("failed",()=>u(this,null,function*(){h.info("SocketService::Failed to connect to socket-edge",{country:g.location.country}),C.emit(R.SOCKET_SERVICE_FAILED),o(this,Ke,et).updateSocketConnectionState("failed")}))}},es=new WeakMap,$e=new WeakMap,Ke=new WeakSet,et=function(){return o(this,si).getValue("connectionHandler")},Fr=new WeakMap,si=new WeakMap,jl=new WeakSet,Xp=function(t){let e=XS.getSocketEdgeDomain(o(this,si).getValue("baseURI"));typeof od(o(this,si),"socket_server_base")=="string"&&(e=od(o(this,si),"socket_server_base"));const r=`wss://${e}`,n=new URL(`${r}/ws`),i=this.peerId,s=G(x({roomID:this.roomName,peerID:t,authToken:this.authToken,useMediaV2:!0},i!==t&&{oldPeerID:i}),{ping:this.capabilities.includes("PING"),capabilities:this.capabilities.map(a=>hd[a]).join(" "),joinWithDetails:!0,useCfWorker:!0});return Object.entries(s).forEach(([a,c])=>{n.searchParams.append(a,c.toString())}),n.href},Hl=new WeakSet,Zp=function(){return`${this.peerId}-${(Math.random()+1).toString(36).substring(7)}`},QS);let Qo=XS;Wl([g.trace("SocketService.connect")],Qo.prototype,"connect",1),Wl([g.trace("SocketService.disconnect")],Qo.prototype,"disconnect",1),Wl([g.trace("SocketService.sendMessagePromise")],Qo.prototype,"sendMessagePromise",1),Wl([g.trace("SocketService.sendMessagePromiseWithTimeout")],Qo.prototype,"sendMessagePromiseWithTimeout",1);const ts=class{static handleConnectedRoomsDumpRaw({payload:t}){var e;const r=_M.fromBinary(t),n=r.meetings.map(i=>{var s;return{id:i.id,title:i.title,participants:(s=i.participants)!=null?s:[]}});return{parentMeeting:{id:r.parentMeeting.id,title:r.parentMeeting.title,participants:(e=r.parentMeeting.participants)!=null?e:[]},meetings:n}}static handleTransferPeerRaw({payload:t}){const e=QM.fromBinary(t);return{authToken:e.authToken,meetingId:e.meetingId}}static handleMovedPeerRaw({payload:t}){const e=Wv.fromBinary(t);return{meetingId:e.meetingId,customParticipantId:e.customParticipantId}}static handleConnectedRoomsUpdatedRaw({payload:t}){return Bv.fromBinary(t).payloads.map(e=>({id:e.id,title:e.title}))}static handleConnectedRoomsDeletedRaw({payload:t}){return WM.fromBinary(t).payloads}static getConnectedRoomsDump(){return u(this,null,function*(){const t=yield ts.socketService.sendMessagePromise(W.getConnectedRoomsDump);return ts.handleConnectedRoomsDumpRaw(t)})}static createConnectedRooms(t){return u(this,null,function*(){const{payload:e}=yield ts.socketService.sendMessagePromise(W.createConnectedRooms,RM.toBinary({payloads:t}));return Bv.fromBinary(e).payloads.map(r=>({id:r.id,title:r.title}))})}static updateConnectedRooms(t){return u(this,null,function*(){})}static disableConnectedRooms(t){return u(this,null,function*(){const e=t.map(n=>({id:n})),r=yield ts.socketService.sendMessagePromise(W.deleteConnectedRooms,FM.toBinary({payloads:e}));return ts.handleConnectedRoomsDeletedRaw(r)})}static movePeersBetweenRooms(t){return u(this,null,function*(){try{const e=yield ts.socketService.sendMessagePromise(W.movePeers,$M.toBinary({sourceMeetingId:t.sourceMeetingId,destinationMeetingId:t.destinationMeetingId,participants:t.participants}));return new TextDecoder().decode(e.payload).includes("error")?{success:!1,error:"failed to move participants"}:{success:!0}}catch(e){return{success:!1,error:e}}})}};let We=ts;f(We,"socketService"),f(We,"currentMeetingId");var fx=Object.defineProperty,vx=Object.getOwnPropertyDescriptor,ql=(t,e,r,n)=>{for(var i=n>1?void 0:n?vx(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&fx(e,r,i),i};const ia=class{constructor(t,e){f(this,"apiBase"),f(this,"selfController"),f(this,"pollController"),f(this,"chatController"),f(this,"metaController"),f(this,"storesManager"),f(this,"stageController"),f(this,"pluginController"),f(this,"internalsController"),f(this,"recordingController"),f(this,"livestreamController"),f(this,"participantController"),this.apiBase=t,this.storesManager=e.storesManager,this.metaController=e.metaController,this.selfController=e.selfController,this.chatController=e.chatController,this.pollController=e.pollController,this.stageController=e.stageController,this.pluginController=e.pluginController,this.recordingController=e.recordingController,this.internalsController=e.internalsController,this.participantController=e.participantController,this.livestreamController=e.livestreamController}static init(t){return u(this,null,function*(){var e,r;const{peerId:n,apiBase:i,authToken:s,meetingId:a,organizationId:c,cachedUserDetails:d}=t.getAllValues();if(C.reset(),tl.cleanup(),MS(t),Re.isSupported()===!1)throw new _("Browser not supported","0010",!0);const l=lO(t,{authToken:s,baseURL:i,cachedUserDetails:d});l.setRoomName(a),l.setRoomUUID(a),l.setOrganizationId(c),l.setHeader("dyte-tracing-id",n),t.setValue("apiClient",l);const p=new HO;t.setValue("connectionHandler",p);const m=ia.createSocketService(t),S=m.connect(),E=l.getUserDetails(),b=l.getPlugins();let O=lt.HIVE,M,F="";try{yield ia.setupFlagsmith(t)}catch(Z){h.error("Failed to setup flagsmith",{error:Z})}try{yield S}catch(Z){h.error("[Controller]: Failed to connect to socket server:",{error:Z})}try{({sfu:O,meetingTitle:F}=yield l.getRoomNodeData()),M=yield E,h.info(`SFU ${O} is being used.`),t.setValue("presetName",M.preset.name),t.setValue("roomNodeOptions",{sfu:O})}catch(Z){h.error("Failed to get room metadata",{error:Z})}const V=jd.init(M.preset,!t.getValue("modules").theme),J=ia.setupControllers(m,t,M,b,F,V);MO(V)&&((e=ia.createRoomNodeClient(t,m).partialJoinRoom(M.participant.name,a,void 0))==null||e.catch(Z=>{h.error("[Controller]: Failed to queue partial media room promise:",{error:Z})})),g.location.country=(r=l.ipInfo)==null?void 0:r.country;const{controllers:P}=yield J;return DI(),new ia(i,P)})}static setupFlagsmith(t){return u(this,null,function*(){var e;const{peerId:r,baseURI:n,overrides:i,meetingId:s,organizationId:a}=t.getAllValues(),c=MI(s),d=G(x({entity:Yu.PEER,clientId:a,isAnonUser:!a,sdkVersion:t.getValue("sdkVersion"),presetName:t.getValue("presetName"),meetingHash:c,roomName:s},Re.getDeviceInfo()),{isReactNative:navigator.isReactNative});try{const l=(e=i==null?void 0:i.whitelabelled_flags_endpoint)==null||e?hs({servicePrefix:"flags",baseURI:n}):"edge.api.flagsmith.com";yield Q.identify(`${Yu.PEER}_${r}`,JSON.parse(JSON.stringify(d)),!1,5e3,l,h),h.info("flagsmith::allFlags",{flags:JSON.stringify(Q.getAllFlags())},!0)}catch(l){h.error("Failed to fetch flagsmith flags")}})}static setupControllers(t,e,r,n,i,s){return u(this,null,function*(){var a,c,d;const l=e.getValue("modules"),{preset:p,participant:m}=r,S=e.getValue("defaults"),{sfu:E}=e.getValue("roomNodeOptions"),{viewType:b,mediaConstraints:{audio:O}}=s;e.setValue("viewType",b),e.setValue("defaults",x({mediaConfiguration:{audio:{enableHighBitrate:(a=O.enableHighBitrate)!=null?a:!1,enableStereo:(c=O.enableStereo)!=null?c:!1}}},S));const M=Xd.init(e,b,p.permissions);e.setValue("maxPreferredStreams",Re.isMobile()?s.maxVideoStreams.mobile:s.maxVideoStreams.desktop);let F,V,J,P,Z,ae,Ie,ce;const Ue=new GL(t);We.socketService=t;const Vt=new Al(t),A=new hr(t),k=new KL(t),w=tl.create(t,e),j=new zL(t),Ae=new qL(t),ot=new ki(t),B=yield Tn.init(e,w,m,M,s),I=yield Mh.init(e,B.self,w,Ue,i);if(l.participant&&(ce=new Le(e,B.self,w,E)),(d=l.e2ee)!=null&&d.enabled&&l.e2ee.manager.init(h,C),l.chat&&(V=yield Ir.init(e,A,ot,B.self,ce.participants)),l.internals&&(Z=yield My.init()),l.livestream&&s.viewType===Pt.Livestream&&Q.hasFeature(ie.LIVESTREAM)&&(Ie=new By(B.self,Ae)),s.viewType!==Pt.Chat){if(l.poll&&(F=yield bd.init(e,B.self,Vt)),l.recording&&(ae=new Py(e,B.self,w)),l.stage&&(J=new Sy(e,k,w,B.self,ce.participants)),l.plugin){if(!ce)throw new _("The plugin module cannot be initialized without the `participant` module","0102");const wn=yield n;P=yield Ps.init(e,wn,j,A,V==null?void 0:V.chat,B.self,ce.participants,i)}if(l.pip){const wn=yield Qt._init(e,B.self);e.setValue("pip",wn)}}const ct={storesManager:new Hy(e,j),pollController:F,selfController:B,metaController:I,chatController:V,stageController:J,pluginController:P,recordingController:ae,internalsController:Z,livestreamController:Ie,participantController:ce};return{theme:s,permissions:M,controllers:ct}})}static createRoomNodeClient(t,e){const{peerId:r,roomNodeOptions:n}=t.getAllValues(),{sfu:i}=n;return RS(t,i,{socket:e,peerId:r})}static createSocketService(t){const{peerId:e,meetingId:r,authToken:n}=t.getAllValues(),i=["PING"];return new Qo(t,{peerId:e,meetingId:r,authToken:n,capabilities:i})}};let Xo=ia;ql([g.trace("Controller.init")],Xo,"init",1),ql([g.trace("setupFlagsmith")],Xo,"setupFlagsmith",1),ql([g.trace("Controller.createRoomNodeClient")],Xo,"createRoomNodeClient",1),ql([g.trace("Controller.createSocketService")],Xo,"createSocketService",1);var yx=Object.defineProperty,Sx=Object.getOwnPropertyDescriptor,sa=(t,e,r,n)=>{for(var i=n>1?void 0:n?Sx(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&yx(e,r,i),i},Gl,em;class rs extends Yt{constructor(e,r){super(),v(this,Gl,void 0),f(this,"meetings",[]),f(this,"parentMeeting",null),v(this,em,void 0),y(this,em,e),y(this,Gl,r.self)}get supportsConnectedMeetings(){return o(this,Gl).id!==""}get isActive(){return this.meetings.length!==0}get currentMeetingId(){return We.currentMeetingId}validateConnectedMeetingsAction(){if(!this.supportsConnectedMeetings)throw new Error(`You are not allowed to perform this action.
|
|
22
|
+
Please connect with Dyte team to move you to V2 APIs & to enable connected meetings.`)}getConnectedMeetings(){return u(this,null,function*(){return this.validateConnectedMeetingsAction(),yield We.getConnectedRoomsDump()})}createMeetings(e){return u(this,null,function*(){return this.validateConnectedMeetingsAction(),(yield We.createConnectedRooms(e)).map(r=>({id:r.id,title:r.title}))})}updateMeetings(e){return u(this,null,function*(){this.validateConnectedMeetingsAction(),yield We.updateConnectedRooms(e.map(r=>({meetingId:r.id,title:r.title})))})}deleteMeetings(e){return u(this,null,function*(){this.validateConnectedMeetingsAction();const r=this.meetings.map(n=>e.includes(n.id)&&n.participants.length!==0?this.moveParticipants(n.id,this.parentMeeting.id,n.participants.map(i=>i.id)):Promise.resolve());return yield Promise.all(r),yield We.disableConnectedRooms(e)})}moveParticipants(e,r,n){return u(this,null,function*(){this.validateConnectedMeetingsAction();const i=yield We.movePeersBetweenRooms({sourceMeetingId:e,destinationMeetingId:r,participants:n.map(s=>({id:s}))});return i.success&&this.moveSuccessHandler(e,r,n),i})}moveParticipantsWithCustomPreset(e,r,n){return u(this,null,function*(){this.validateConnectedMeetingsAction();const i=yield We.movePeersBetweenRooms({sourceMeetingId:e,destinationMeetingId:r,participants:n});return i.success&&this.moveSuccessHandler(e,r,n.map(s=>s.id)),i})}moveSuccessHandler(e,r,n){const i=new Map;[...this.parentMeeting.participants,...this.meetings.flatMap(s=>s.participants)].forEach(s=>i.set(s.id,s)),r===this.parentMeeting.id&&(this.parentMeeting.participants=this.parentMeeting.participants.concat(n.map(s=>i.get(s)))),e===this.parentMeeting.id&&(this.parentMeeting.participants=this.parentMeeting.participants.filter(s=>!n.includes(s.id))),this.meetings=this.meetings.map(s=>{if(r===s.id){const a=s.participants.concat(n.map(c=>i.get(c)));return G(x({},s),{participants:a})}if(e===s.id){const a=s.participants.filter(c=>!n.includes(c.id));return G(x({},s),{participants:a})}return s})}}Gl=new WeakMap,em=new WeakMap,sa([g.trace("DyteConnectedMeetings.getConnectedMeetings"),Bt({maxInvocations:60,period:60})],rs.prototype,"getConnectedMeetings",1),sa([g.trace("DyteConnectedMeetings.createMeetings")],rs.prototype,"createMeetings",1),sa([g.trace("DyteConnectedMeetings.updateMeetings")],rs.prototype,"updateMeetings",1),sa([g.trace("DyteConnectedMeetings.deleteMeetings")],rs.prototype,"deleteMeetings",1),sa([g.trace("DyteConnectedMeetings.moveParticipants")],rs.prototype,"moveParticipants",1),sa([g.trace("DyteConnectedMeetings.moveParticipantsWithCustomPreset")],rs.prototype,"moveParticipantsWithCustomPreset",1);var Ex=Object.defineProperty,Tx=Object.getOwnPropertyDescriptor,Jl=(t,e,r,n)=>{for(var i=n>1?void 0:n?Tx(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&Ex(e,r,i),i},Zo,Br,tm,rm;const ai=(tm=class{constructor(t,e,r){f(this,"connectedMeetings"),v(this,Zo,void 0),v(this,Br,void 0),v(this,rm,void 0),y(this,rm,t),y(this,Zo,r),this.connectedMeetings=new rs(t,e),this.setCurrentMeeting(e)}static init(t,e,r){return ai.instance||(ai.instance=new ai(t,e,r)),ai.instance.connectedMeetings.supportsConnectedMeetings&&(ai.instance.setupEvents(),e.self.once("roomJoined",()=>ai.instance.getConnectedMeetings())),ai.instance}setCurrentMeeting(t){y(this,Br,t),We.currentMeetingId=t.meta.meetingId}getConnectedMeetings(){this.connectedMeetings.getConnectedMeetings()}setupEvents(){We.socketService&&(We.socketService.on(W.getConnectedRoomsDump,this.handleConnectedRoomsDump.bind(this)),We.socketService.on(W.transferPeer,this.handleTransferPeer.bind(this)),We.socketService.on(W.movedPeer,this.handleMovedPeer.bind(this)),We.socketService.on(W.connectedRoomsUpdated,this.handleConnectedRoomsUpdated.bind(this)),We.socketService.on(W.connectedRoomsDeleted,this.handleConnectedRoomsDeleted.bind(this)))}handleTransferPeer(t){const e=We.handleTransferPeerRaw(t);return this.switchMeeting(e)}switchMeeting(t){return u(this,arguments,function*({authToken:e,meetingId:r}){var n,i,s,a;if(!this.connectedMeetings.supportsConnectedMeetings)throw new Error(`You are not allowed to perform this action.
|
|
23
|
+
Please connect with Dyte team to move you to V2 APIs & to enable connected meetings.`);h.info("ConnectedMeetingsController::switchMeeting:: asking ui-kit to show switching breakout UI"),this.connectedMeetings.emit("changingMeeting",r);const c={video:o(this,Br).self.videoEnabled,audio:o(this,Br).self.audioEnabled};try{o(this,Br).self.cleanupEvents(),yield o(this,Br).leave("connected-meeting")}catch(l){h.error(`ConnectedMeetingsController:: switchMeeting:: issues in leaving previous meeting. Meeting Id: ${(i=(n=o(this,Br))==null?void 0:n.meta)==null?void 0:i.meetingId}`,{error:l})}We.socketService=void 0,h.info(`ConnectedMeetingsController::switchMeeting:: initializing new meeting. Meeting Id: ${r}`);const d=yield rE.init(G(x({},o(this,Zo)),{cachedUserDetails:null,defaults:G(x(x({},o(this,Zo).defaults),c),{mediaHandler:o(this,Br).self}),authToken:e}));h.info(`ConnectedMeetingsController::switchMeeting:: initialized new meeting. Meeting Id: ${(s=d==null?void 0:d.meta)==null?void 0:s.meetingId}`);try{const{hidden:l}=o(this,Br).self;d.self.setName(o(this,Br).self.name),yield d.join(),l&&d.self.hide()}catch(l){h.error("ConnectedMeetingsController.joinRoom",{error:l})}return h.info(`ConnectedMeetingsController::switchMeeting:: asking ui-kit to show in-meeting ui of newly joined meeting id: ${(a=d==null?void 0:d.meta)==null?void 0:a.meetingId}`),this.connectedMeetings.emit("meetingChanged",d),this.setCurrentMeeting(d),d})}handleConnectedRoomsDump(t){const e=We.handleConnectedRoomsDumpRaw(t);this.connectedMeetings.meetings=e.meetings.map(r=>({id:r.id,title:r.title,participants:r.participants||[]})),this.connectedMeetings.parentMeeting={id:e.parentMeeting.id,title:e.parentMeeting.title,participants:e.parentMeeting.participants},this.emitStateUpdate()}handleMovedPeer(t){return We.handleMovedPeerRaw(t)}handleConnectedRoomsUpdated(t){const e=We.handleConnectedRoomsUpdatedRaw(t),r=new Map;this.connectedMeetings.meetings.forEach(n=>{r.set(n.id,n)}),e.forEach(n=>{r.has(n.id)?r.get(n.id).title=n.title:r.set(n.id,G(x({},n),{participants:[]}))}),this.connectedMeetings.meetings=Array.from(r.values()),this.emitStateUpdate()}handleConnectedRoomsDeleted(t){const e=We.handleConnectedRoomsDeletedRaw(t).map(r=>r.id);this.connectedMeetings.meetings=this.connectedMeetings.meetings.filter(r=>!e.includes(r.id)),this.emitStateUpdate()}emitStateUpdate(){this.connectedMeetings.emit("stateUpdate",{meetings:this.connectedMeetings.meetings,parentMeeting:this.connectedMeetings.parentMeeting})}},Zo=new WeakMap,Br=new WeakMap,rm=new WeakMap,f(tm,"instance"),tm);let ec=ai;Jl([g.trace("ConnectedMeetingsController.getConnectedMeetings")],ec.prototype,"getConnectedMeetings",1),Jl([g.trace("ConnectedMeetingsController.setupEvents")],ec.prototype,"setupEvents",1),Jl([g.trace("ConnectedMeetingsController.switchMeeting")],ec.prototype,"switchMeeting",1),Jl([g.trace("ConnectedMeetingsController.init")],ec,"init",1);class kx{constructor(){f(this,"battery"),f(this,"init",()=>u(this,null,function*(){try{"getBattery"in navigator&&(this.battery=yield navigator.getBattery(),this.battery.addEventListener("chargingchange",this.updateChargeInfo),this.battery.addEventListener("levelchange",this.updateLevelInfo),this.updateLevelInfo(),this.updateChargeInfo())}catch(e){h.error("Error getting battery",e)}})),f(this,"updateChargeInfo",()=>{var e;h.log(`Battery charging? ${(e=this.battery)!=null&&e.charging?"Yes":"No"}`)}),f(this,"updateLevelInfo",()=>{if(!this.battery){h.log("Battery level: Not known");return}h.log(`Battery level: ${this.battery.level*100}%`)}),f(this,"cleanup",()=>{var e,r;"getBattery"in navigator&&((e=this.battery)==null||e.removeEventListener("chargingchange",this.updateChargeInfo),(r=this.battery)==null||r.removeEventListener("levelchange",this.updateLevelInfo))})}}const ZS=new kx;function bx(t,e){t.startsWith("eyJ")||console.error("Invalid auth token provided. Ensure you are passing a %cparticipant `authToken`%c \u2014 not an Org API Key or an incorrectly formatted token.\nYou get the participant token from the Add Participant API: https://docs.dyte.io/api#/operations/add_participant","font-weight: bold","font-weight: normal");try{const{meetingId:r,orgId:n,participantId:i}=JSON.parse(atob(t.split(".")[1]));if(!r)throw Error(`Received V1 auth token ${t}`);let s="dyte.io";e&&(s=e);const a=`https://api.${s}`;return{meetingId:r,orgId:n,participantId:i,baseURI:s,apiBase:a}}catch(r){throw h.error("constants::decodeAuthToken",{error:r,debuggingHint:`Unable to decode auth token: ${t}`},!0),new _("Invalid auth token","0004")}}var wx=Object.defineProperty,_x=Object.getOwnPropertyDescriptor,aa=(t,e,r,n)=>{for(var i=n>1?void 0:n?_x(e,r):e,s=t.length-1,a;s>=0;s--)(a=t[s])&&(i=(n?a(e,r,i):a(i))||i);return n&&i&&wx(e,r,i),i},yt,$l,Kl,nm,eE,tE;let rn=(tE=class{constructor(t,e){v(this,nm),v(this,yt,void 0),v(this,$l,void 0),v(this,Kl,void 0),y(this,Kl,t),y(this,yt,e)}static init(t){return u(this,null,function*(){var e,r,n,i,s,a,c;II(),Re.init();const d=(r=(e=t==null?void 0:t.cachedUserDetails)==null?void 0:e.peerId)!=null?r:ns();ZS.init();const{authToken:l,baseURI:p}=t,m=bx(l,p),{meetingId:S}=m,E=Mc(m,["meetingId"]);window.__zone_symbol__DISABLE_WRAPPING_UNCAUGHT_PROMISE_REJECTION=!0;const b=rn.setupContext(d,t,S,E);g.meetingMetadata.roomName=S,g.meetingMetadata.userId=E.participantId,g.meetingMetadata.organizationId=E.orgId,g.init(b,(i=(n=t.modules)==null?void 0:n.tracing)!=null?i:!0),h.info("DyteClient::init::options",{dyteClientInitOptions:G(x({},t),{authToken:`${(s=t.authToken)==null?void 0:s.slice(0,10)}...
|
|
24
|
+
${(a=t.authToken)==null?void 0:a.slice(-10)}`})});const O=yield Xo.init(b),M=new rn(b,O);return H(c=M,nm,eE).call(c,t),M})}static setupContext(t,e,r,n){var i;const s=vi.createContext(t,e),a=x(x({},SI),e==null?void 0:e.modules);return s.setValue("peerId",t),s.setValue("modules",a),s.setValue("sdkName","web-core"),s.setValue("meetingId",r),s.setValue("apiBase",n.apiBase),s.setValue("baseURI",n.baseURI),s.setValue("userId",n.participantId),s.setValue("organizationId",n.orgId),s.setValue("authToken",e.authToken),s.setValue("overrides",(i=e.overrides)!=null?i:{}),s.setValue("env",EI({baseURI:n.baseURI})),s.setValue("defaults",e.defaults||{audio:!0,video:!0}),s.setValue("onError",e.onError||(()=>{})),s.setValue("cachedUserDetails",Pr(e.cachedUserDetails)),s.setValue("sdkVersion","2.5.0-staging.95"),s}join(){return u(this,null,function*(){const{selfController:t}=o(this,yt);return t.self.roomJoined?null:t.joinRoom()})}leave(t){return u(this,null,function*(){ZS.cleanup();const{selfController:e}=o(this,yt);return e.leaveRoom(t)})}get participants(){var t;return(t=o(this,yt).participantController)==null?void 0:t.participants}get self(){var t;return(t=o(this,yt).selfController)==null?void 0:t.self}get meta(){var t;return(t=o(this,yt).metaController)==null?void 0:t.meta}get ai(){var t;return(t=o(this,yt).metaController)==null?void 0:t.ai}get plugins(){var t;return(t=o(this,yt).pluginController)==null?void 0:t.plugins}get chat(){var t;return(t=o(this,yt).chatController)==null?void 0:t.chat}get polls(){var t;return(t=o(this,yt).pollController)==null?void 0:t.polls}get connectedMeetings(){var t;return(t=o(this,$l))==null?void 0:t.connectedMeetings}get recording(){var t;return(t=o(this,yt).recordingController)==null?void 0:t.recording}get livestream(){var t;return(t=o(this,yt).livestreamController)==null?void 0:t.livestream}get stage(){var t;return(t=o(this,yt).stageController)==null?void 0:t.stage}get stores(){return o(this,yt).storesManager}get __internals__(){var t;return(t=o(this,yt).internalsController)==null?void 0:t.internals}joinRoom(){return u(this,null,function*(){return this.join()})}leaveRoom(t){return u(this,null,function*(){return this.leave(t)})}},yt=new WeakMap,$l=new WeakMap,Kl=new WeakMap,nm=new WeakSet,eE=function(t){y(this,$l,ec.init(o(this,Kl),this,t))},tE);aa([g.trace("DyteClient.join"),Tt("0002"),Gn.executeWithLock({methodName:"meeting.join",lockName:"DyteClient.join",timeout:3e3})],rn.prototype,"join",1),aa([g.trace("DyteClient.leave"),Tt("0003")],rn.prototype,"leave",1),aa([g.trace("DyteClient.joinRoom")],rn.prototype,"joinRoom",1),aa([g.trace("DyteClient.leaveRoom")],rn.prototype,"leaveRoom",1),aa([g.trace("DyteClient.init"),Tt("0001"),Gn.executeWithLock({methodName:"DyteClient.init",lockName:"DyteClient.init",timeout:3e3})],rn,"init",1),rn=aa([Tt("0000")],rn);const rE=rn;return rE}();
|