obi-sdk 0.4.1 → 0.4.3

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.
@@ -1,4 +1,4 @@
1
- !(function(A){"use strict";const t="https://app.coragents.ai/api",e=/\{[^{}]+\}/g;function i(A,t,e){if(null==t)return"";if("object"==typeof t)throw new Error("Deeply-nested arrays/objects aren\u2019t supported. Provide your own `querySerializer()` to handle these.");return`${A}=${!0===e?.allowReserved?t:encodeURIComponent(t)}`}function n(A,t,e){if(!t||"object"!=typeof t)return"";const n=[],s={simple:",",label:".",matrix:";"}[e.style]||"&";if("deepObject"!==e.style&&!1===e.explode){for(const A in t)n.push(A,!0===e.allowReserved?t[A]:encodeURIComponent(t[A]));const i=n.join(",");switch(e.style){case"form":return`${A}=${i}`;case"label":return`.${i}`;case"matrix":return`;${A}=${i}`;default:return i}}for(const o in t){const s="deepObject"===e.style?`${A}[${o}]`:o;n.push(i(s,t[o],e))}const r=n.join(s);return"label"===e.style||"matrix"===e.style?`${s}${r}`:r}function s(A,t,e){if(!Array.isArray(t))return"";if(!1===e.explode){const i={form:",",spaceDelimited:"%20",pipeDelimited:"|"}[e.style]||",",n=(!0===e.allowReserved?t:t.map((A=>encodeURIComponent(A)))).join(i);switch(e.style){case"simple":return n;case"label":return`.${n}`;case"matrix":return`;${A}=${n}`;default:return`${A}=${n}`}}const n={simple:",",label:".",matrix:";"}[e.style]||"&",s=[];for(const r of t)"simple"===e.style||"label"===e.style?s.push(!0===e.allowReserved?r:encodeURIComponent(r)):s.push(i(A,r,e));return"label"===e.style||"matrix"===e.style?`${n}${s.join(n)}`:s.join(n)}function r(A){return function(t){const e=[];if(t&&"object"==typeof t)for(const r in t){const o=t[r];if(null!=o)if(Array.isArray(o)){if(0===o.length)continue;e.push(s(r,o,{style:"form",explode:!0,...A?.array,allowReserved:A?.allowReserved||!1}))}else"object"!=typeof o?e.push(i(r,o,A)):e.push(n(r,o,{style:"deepObject",explode:!0,...A?.object,allowReserved:A?.allowReserved||!1}))}return e.join("&")}}function o(A){return A instanceof FormData?A:JSON.stringify(A)}function a(...A){const t=new Headers;for(const e of A){if(!e||"object"!=typeof e)continue;const A=e instanceof Headers?e.entries():Object.entries(e);for(const[e,i]of A)if(null===i)t.delete(e);else if(Array.isArray(i))for(const A of i)t.append(e,A);else void 0!==i&&t.set(e,i)}return t}function c(A){return A.endsWith("/")?A.substring(0,A.length-1):A}class h{constructor(A){this.client=(function(A){let{baseUrl:t="",Request:h=globalThis.Request,fetch:u=globalThis.fetch,querySerializer:l,bodySerializer:d,headers:B,...w}={...A};t=c(t);const f=[];async function g(A,g){const{baseUrl:Q,fetch:v=u,Request:p=h,headers:m,params:U={},parseAs:C="json",querySerializer:F,bodySerializer:y=d??o,body:b,...E}=g||{};Q&&(t=c(Q));let H="function"==typeof l?l:r(l);F&&(H="function"==typeof F?F:r({..."object"==typeof l?l:{},...F}));const I=void 0===b?void 0:y(b),k=void 0===I||I instanceof FormData?{}:{"Content-Type":"application/json"},T={redirect:"follow",...w,...E,body:I,headers:a(k,B,m,U.header)};let S,K,O=new h((function(A,t){let r=`${t.baseUrl}${A}`;t.params?.path&&(r=(function(A,t){let r=A;for(const o of A.match(e)??[]){let A=o.substring(1,o.length-1),e=!1,a="simple";if(A.endsWith("*")&&(e=!0,A=A.substring(0,A.length-1)),A.startsWith(".")?(a="label",A=A.substring(1)):A.startsWith(";")&&(a="matrix",A=A.substring(1)),!t||void 0===t[A]||null===t[A])continue;const c=t[A];r=Array.isArray(c)?r.replace(o,s(A,c,{style:a,explode:e})):"object"!=typeof c?"matrix"!==a?r.replace(o,"label"===a?`.${encodeURIComponent(c)}`:encodeURIComponent(c)):r.replace(o,`;${i(A,c)}`):r.replace(o,n(A,c,{style:a,explode:e}))}return r})(r,t.params.path));let o=t.querySerializer(t.params.query??{});return o.startsWith("?")&&(o=o.substring(1)),o&&(r+=`?${o}`),r})(A,{baseUrl:t,params:U,querySerializer:H}),T);for(const t in E)t in O||(O[t]=E[t]);if(f.length){S=Math.random().toString(36).slice(2,11),K=Object.freeze({baseUrl:t,fetch:v,parseAs:C,querySerializer:H,bodySerializer:y});for(const t of f)if(t&&"object"==typeof t&&"function"==typeof t.onRequest){const e=await t.onRequest({request:O,schemaPath:A,params:U,options:K,id:S});if(e){if(!(e instanceof h))throw new Error("onRequest: must return new Request() when modifying the request");O=e}}}let D=await v(O);if(f.length)for(let t=f.length-1;t>=0;t--){const e=f[t];if(e&&"object"==typeof e&&"function"==typeof e.onResponse){const t=await e.onResponse({request:O,response:D,schemaPath:A,params:U,options:K,id:S});if(t){if(!(t instanceof Response))throw new Error("onResponse: must return new Response() when modifying the response");D=t}}}if(204===D.status||"0"===D.headers.get("Content-Length"))return D.ok?{data:{},response:D}:{error:{},response:D};if(D.ok)return"stream"===C?{data:D.body,response:D}:{data:await D[C](),response:D};let M=await D.text();try{M=JSON.parse(M)}catch{}return{error:M,response:D}}return{GET:(A,t)=>g(A,{...t,method:"GET"}),PUT:(A,t)=>g(A,{...t,method:"PUT"}),POST:(A,t)=>g(A,{...t,method:"POST"}),DELETE:(A,t)=>g(A,{...t,method:"DELETE"}),OPTIONS:(A,t)=>g(A,{...t,method:"OPTIONS"}),HEAD:(A,t)=>g(A,{...t,method:"HEAD"}),PATCH:(A,t)=>g(A,{...t,method:"PATCH"}),TRACE:(A,t)=>g(A,{...t,method:"TRACE"}),use(...A){for(const t of A)if(t){if("object"!=typeof t||!("onRequest"in t)&&!("onResponse"in t))throw new Error("Middleware must be an object with one of `onRequest()` or `onResponse()`");f.push(t)}},eject(...A){for(const t of A){const A=f.indexOf(t);-1!==A&&f.splice(A,1)}}}})({baseUrl:A.baseUrl,headers:A.headers,fetch:A.fetch})}setAuthToken(A){this.client.use({onRequest:({request:t})=>(t.headers.set("Authorization",`Bearer ${A}`),t)})}setApiToken(A){this.client.use({onRequest:({request:t})=>(t.headers.set("Authorization",`Token ${A}`),t)})}async getAuthUrl(A){return await this.client.GET("/auth/{type}",{params:{path:{type:A}}})}async getConnectUrl(A){return await this.client.GET("/connect/{type}",{params:{path:{type:A}}})}async logout(){return await this.client.POST("/logout")}async getCurrentUser(){return await this.client.GET("/me")}async createPresignedUploadUrl(A){return await this.client.POST("/files",{body:A})}async createKnowledgeBlock(A){return await this.client.POST("/knowledge",{body:A})}async listOnboardees(){return await this.client.GET("/onboardees")}async getOnboardeeWhitelistedDomains(A){return await this.client.GET("/onboardees/{id}/whitelisted-domains",{params:{path:{id:A}}})}async listPlans(){return await this.client.GET("/plans")}async createPlan(A){return await this.client.POST("/plans",{body:A})}async getPlan(A){return await this.client.GET("/plans/{id}",{params:{path:{id:A}}})}async replacePlan(A,t){return await this.client.PUT("/plans/{id}",{params:{path:{id:A}},body:t})}async updatePlan(A,t){return await this.client.PATCH("/plans/{id}",{params:{path:{id:A}},body:t})}async listSessions(A){return await this.client.GET("/sessions",{params:{query:A?{token:A}:{}}})}async createSession(A){return await this.client.POST("/sessions",{body:A})}async getSession(A){return await this.client.GET("/sessions/{id}",{params:{path:{id:A}}})}async getSessionRecording(A){return await this.client.GET("/sessions/{id}/recording",{params:{path:{id:A}}})}async getSessionProductUrl(A){return await this.client.GET("/sessions/{id}/product-url",{params:{path:{id:A}}})}async getJoinToken(A,{skipIntro:t}={}){return await this.client.GET("/join-token",{params:{query:{token:A,...t&&{skip_intro:"true"}}}})}getClient(){return this.client}}function u(A){return A&&A.A&&Object.prototype.hasOwnProperty.call(A,"default")?A.default:A}var l={exports:{}};!(function(A){var t=Object.prototype.hasOwnProperty,e="~";function i(){}function n(A,t,e){this.fn=A,this.context=t,this.once=e||!1}function s(A,t,i,s,r){if("function"!=typeof i)throw new TypeError("The listener must be a function");var o=new n(i,s||A,r),a=e?e+t:t;return A.B[a]?A.B[a].fn?A.B[a]=[A.B[a],o]:A.B[a].push(o):(A.B[a]=o,A.U++),A}function r(A,t){0===--A.U?A.B=new i:delete A.B[t]}function o(){this.B=new i,this.U=0}Object.create&&(i.prototype=Object.create(null),(new i).__proto__||(e=!1)),o.prototype.eventNames=function(){var A,i,n=[];if(0===this.U)return n;for(i in A=this.B)t.call(A,i)&&n.push(e?i.slice(1):i);return Object.getOwnPropertySymbols?n.concat(Object.getOwnPropertySymbols(A)):n},o.prototype.listeners=function(A){var t=e?e+A:A,i=this.B[t];if(!i)return[];if(i.fn)return[i.fn];for(var n=0,s=i.length,r=new Array(s);n<s;n++)r[n]=i[n].fn;return r},o.prototype.listenerCount=function(A){var t=e?e+A:A,i=this.B[t];return i?i.fn?1:i.length:0},o.prototype.emit=function(A,t,i,n,s,r){var o=e?e+A:A;if(!this.B[o])return!1;var a,c,h=this.B[o],u=arguments.length;if(h.fn){switch(h.once&&this.removeListener(A,h.fn,void 0,!0),u){case 1:return h.fn.call(h.context),!0;case 2:return h.fn.call(h.context,t),!0;case 3:return h.fn.call(h.context,t,i),!0;case 4:return h.fn.call(h.context,t,i,n),!0;case 5:return h.fn.call(h.context,t,i,n,s),!0;case 6:return h.fn.call(h.context,t,i,n,s,r),!0}for(c=1,a=new Array(u-1);c<u;c++)a[c-1]=arguments[c];h.fn.apply(h.context,a)}else{var l,d=h.length;for(c=0;c<d;c++)switch(h[c].once&&this.removeListener(A,h[c].fn,void 0,!0),u){case 1:h[c].fn.call(h[c].context);break;case 2:h[c].fn.call(h[c].context,t);break;case 3:h[c].fn.call(h[c].context,t,i);break;case 4:h[c].fn.call(h[c].context,t,i,n);break;default:if(!a)for(l=1,a=new Array(u-1);l<u;l++)a[l-1]=arguments[l];h[c].fn.apply(h[c].context,a)}}return!0},o.prototype.on=function(A,t,e){return s(this,A,t,e,!1)},o.prototype.once=function(A,t,e){return s(this,A,t,e,!0)},o.prototype.removeListener=function(A,t,i,n){var s=e?e+A:A;if(!this.B[s])return this;if(!t)return r(this,s),this;var o=this.B[s];if(o.fn)o.fn!==t||n&&!o.once||i&&o.context!==i||r(this,s);else{for(var a=0,c=[],h=o.length;a<h;a++)(o[a].fn!==t||n&&!o[a].once||i&&o[a].context!==i)&&c.push(o[a]);c.length?this.B[s]=1===c.length?c[0]:c:r(this,s)}return this},o.prototype.removeAllListeners=function(A){var t;return A?(t=e?e+A:A,this.B[t]&&r(this,t)):(this.B=new i,this.U=0),this},o.prototype.off=o.prototype.removeListener,o.prototype.addListener=o.prototype.on,o.prefixed=e,o.EventEmitter=o,A.exports=o})(l);const d=u(l.exports);function B(A,t){return t.forEach((function(t){t&&"string"!=typeof t&&!Array.isArray(t)&&Object.keys(t).forEach((function(e){if("default"!==e&&!(e in A)){var i=Object.getOwnPropertyDescriptor(t,e);Object.defineProperty(A,e,i.get?i:{enumerable:!0,get:function(){return t[e]}})}}))})),Object.freeze(A)}var w=Object.defineProperty,f=(A,t,e)=>((A,t,e)=>t in A?w(A,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):A[t]=e)(A,"symbol"!=typeof t?t+"":t,e);let g=class{constructor(){f(this,"_locking"),f(this,"_locks"),this.F=Promise.resolve(),this.H=0}isLocked(){return this.H>0}lock(){let A;this.H+=1;const t=new Promise((t=>A=()=>{this.H-=1,t()})),e=this.F.then((()=>A));return this.F=this.F.then((()=>t)),e}};function Q(A,t){if(!A)throw new Error(t)}function v(A){if("number"!=typeof A)throw new Error("invalid int 32: "+typeof A);if(!Number.isInteger(A)||A>2147483647||A<-2147483648)throw new Error("invalid int 32: "+A)}function p(A){if("number"!=typeof A)throw new Error("invalid uint 32: "+typeof A);if(!Number.isInteger(A)||A>4294967295||A<0)throw new Error("invalid uint 32: "+A)}function m(A){if("number"!=typeof A)throw new Error("invalid float 32: "+typeof A);if(Number.isFinite(A)&&(A>34028234663852886e22||A<-34028234663852886e22))throw new Error("invalid float 32: "+A)}const U=Symbol("@bufbuild/protobuf/enum-type");function C(A,t,e,i){A[U]=F(t,e.map((t=>({no:t.no,name:t.name,localName:A[t.no]}))))}function F(A,t,e){const i=Object.create(null),n=Object.create(null),s=[];for(const r of t){const A=y(r);s.push(A),i[r.name]=A,n[r.no]=A}return{typeName:A,values:s,findName:A=>i[A],findNumber:A=>n[A]}}function y(A){return"localName"in A?A:Object.assign(Object.assign({},A),{localName:A.name})}class b{equals(A){return this.getType().runtime.util.equals(this.getType(),this,A)}clone(){return this.getType().runtime.util.clone(this)}fromBinary(A,t){const e=this.getType().runtime.bin,i=e.makeReadOptions(t);return e.readMessage(this,i.readerFactory(A),A.byteLength,i),this}fromJson(A,t){const e=this.getType(),i=e.runtime.json,n=i.makeReadOptions(t);return i.readMessage(e,A,n,this),this}fromJsonString(A,t){let e;try{e=JSON.parse(A)}catch(i){throw new Error("cannot decode ".concat(this.getType().typeName," from JSON: ").concat(i instanceof Error?i.message:String(i)))}return this.fromJson(e,t)}toBinary(A){const t=this.getType().runtime.bin,e=t.makeWriteOptions(A),i=e.writerFactory();return t.writeMessage(this,i,e),i.finish()}toJson(A){const t=this.getType().runtime.json,e=t.makeWriteOptions(A);return t.writeMessage(this,e)}toJsonString(A){var t;const e=this.toJson(A);return JSON.stringify(e,null,null!==(t=null==A?void 0:A.prettySpaces)&&void 0!==t?t:0)}toJSON(){return this.toJson({emitDefaultValues:!0})}getType(){return Object.getPrototypeOf(this).constructor}}function E(){let A=0,t=0;for(let i=0;i<28;i+=7){let e=this.buf[this.pos++];if(A|=(127&e)<<i,!(128&e))return this.assertBounds(),[A,t]}let e=this.buf[this.pos++];if(A|=(15&e)<<28,t=(112&e)>>4,!(128&e))return this.assertBounds(),[A,t];for(let i=3;i<=31;i+=7){let e=this.buf[this.pos++];if(t|=(127&e)<<i,!(128&e))return this.assertBounds(),[A,t]}throw new Error("invalid varint")}function H(A,t,e){for(let s=0;s<28;s+=7){const i=A>>>s,n=!(i>>>7==0&&0==t),r=255&(n?128|i:i);if(e.push(r),!n)return}const i=A>>>28&15|(7&t)<<4,n=!!(t>>3);if(e.push(255&(n?128|i:i)),n){for(let A=3;A<31;A+=7){const i=t>>>A,n=!(i>>>7==0),s=255&(n?128|i:i);if(e.push(s),!n)return}e.push(t>>>31&1)}}const I=4294967296;function k(A){const t="-"===A[0];t&&(A=A.slice(1));const e=1e6;let i=0,n=0;function s(t,s){const r=Number(A.slice(t,s));n*=e,i=i*e+r,i>=I&&(n+=i/I|0,i%=I)}return s(-24,-18),s(-18,-12),s(-12,-6),s(-6),t?K(i,n):S(i,n)}function T(A,t){if(({lo:A,hi:t}=(function(A,t){return{lo:A>>>0,hi:t>>>0}})(A,t)),t<=2097151)return String(I*t+A);const e=16777215&(A>>>24|t<<8),i=t>>16&65535;let n=(16777215&A)+6777216*e+6710656*i,s=e+8147497*i,r=2*i;const o=1e7;return n>=o&&(s+=Math.floor(n/o),n%=o),s>=o&&(r+=Math.floor(s/o),s%=o),r.toString()+O(s)+O(n)}function S(A,t){return{lo:0|A,hi:0|t}}function K(A,t){return t=~t,A?A=1+~A:t+=1,S(A,t)}const O=A=>{const t=String(A);return"0000000".slice(t.length)+t};function D(A,t){if(A>=0){for(;A>127;)t.push(127&A|128),A>>>=7;t.push(A)}else{for(let e=0;e<9;e++)t.push(127&A|128),A>>=7;t.push(1)}}function M(){let A=this.buf[this.pos++],t=127&A;if(!(128&A))return this.assertBounds(),t;if(A=this.buf[this.pos++],t|=(127&A)<<7,!(128&A))return this.assertBounds(),t;if(A=this.buf[this.pos++],t|=(127&A)<<14,!(128&A))return this.assertBounds(),t;if(A=this.buf[this.pos++],t|=(127&A)<<21,!(128&A))return this.assertBounds(),t;A=this.buf[this.pos++],t|=(15&A)<<28;for(let e=5;128&A&&e<10;e++)A=this.buf[this.pos++];if(128&A)throw new Error("invalid varint");return this.assertBounds(),t>>>0}const L=(function(){const A=new DataView(new ArrayBuffer(8));if("function"==typeof BigInt&&"function"==typeof A.getBigInt64&&"function"==typeof A.getBigUint64&&"function"==typeof A.setBigInt64&&"function"==typeof A.setBigUint64&&("object"!=typeof process||"object"!=typeof process.env||"1"!==process.env.BUF_BIGINT_DISABLE)){const t=BigInt("-9223372036854775808"),e=BigInt("9223372036854775807"),i=BigInt("0"),n=BigInt("18446744073709551615");return{zero:BigInt(0),supported:!0,parse(A){const i="bigint"==typeof A?A:BigInt(A);if(i>e||i<t)throw new Error("int64 invalid: ".concat(A));return i},uParse(A){const t="bigint"==typeof A?A:BigInt(A);if(t>n||t<i)throw new Error("uint64 invalid: ".concat(A));return t},enc(t){return A.setBigInt64(0,this.parse(t),!0),{lo:A.getInt32(0,!0),hi:A.getInt32(4,!0)}},uEnc(t){return A.setBigInt64(0,this.uParse(t),!0),{lo:A.getInt32(0,!0),hi:A.getInt32(4,!0)}},dec:(t,e)=>(A.setInt32(0,t,!0),A.setInt32(4,e,!0),A.getBigInt64(0,!0)),uDec:(t,e)=>(A.setInt32(0,t,!0),A.setInt32(4,e,!0),A.getBigUint64(0,!0))}}const t=A=>Q(/^-?[0-9]+$/.test(A),"int64 invalid: ".concat(A)),e=A=>Q(/^[0-9]+$/.test(A),"uint64 invalid: ".concat(A));return{zero:"0",supported:!1,parse:A=>("string"!=typeof A&&(A=A.toString()),t(A),A),uParse:A=>("string"!=typeof A&&(A=A.toString()),e(A),A),enc:A=>("string"!=typeof A&&(A=A.toString()),t(A),k(A)),uEnc:A=>("string"!=typeof A&&(A=A.toString()),e(A),k(A)),dec:(A,t)=>(function(A,t){let e=S(A,t);const i=2147483648&e.hi;i&&(e=K(e.lo,e.hi));const n=T(e.lo,e.hi);return i?"-"+n:n})(A,t),uDec:(A,t)=>T(A,t)}})();var R,x,N,G,j,V;function P(A,t,e){if(t===e)return!0;if(A==R.BYTES){if(!(t instanceof Uint8Array&&e instanceof Uint8Array))return!1;if(t.length!==e.length)return!1;for(let A=0;A<t.length;A++)if(t[A]!==e[A])return!1;return!0}switch(A){case R.UINT64:case R.FIXED64:case R.INT64:case R.SFIXED64:case R.SINT64:return t==e}return!1}function _(A,t){switch(A){case R.BOOL:return!1;case R.UINT64:case R.FIXED64:case R.INT64:case R.SFIXED64:case R.SINT64:return 0==t?L.zero:"0";case R.DOUBLE:case R.FLOAT:return 0;case R.BYTES:return new Uint8Array(0);case R.STRING:return"";default:return 0}}function J(A,t){switch(A){case R.BOOL:return!1===t;case R.STRING:return""===t;case R.BYTES:return t instanceof Uint8Array&&!t.byteLength;default:return 0==t}}(x=R||(R={}))[x.DOUBLE=1]="DOUBLE",x[x.FLOAT=2]="FLOAT",x[x.INT64=3]="INT64",x[x.UINT64=4]="UINT64",x[x.INT32=5]="INT32",x[x.FIXED64=6]="FIXED64",x[x.FIXED32=7]="FIXED32",x[x.BOOL=8]="BOOL",x[x.STRING=9]="STRING",x[x.BYTES=12]="BYTES",x[x.UINT32=13]="UINT32",x[x.SFIXED32=15]="SFIXED32",x[x.SFIXED64=16]="SFIXED64",x[x.SINT32=17]="SINT32",x[x.SINT64=18]="SINT64",(G=N||(N={}))[G.BIGINT=0]="BIGINT",G[G.STRING=1]="STRING",(V=j||(j={}))[V.Varint=0]="Varint",V[V.Bit64=1]="Bit64",V[V.LengthDelimited=2]="LengthDelimited",V[V.StartGroup=3]="StartGroup",V[V.EndGroup=4]="EndGroup",V[V.Bit32=5]="Bit32";class X{constructor(A){this.stack=[],this.textEncoder=null!=A?A:new TextEncoder,this.chunks=[],this.buf=[]}finish(){this.chunks.push(new Uint8Array(this.buf));let A=0;for(let i=0;i<this.chunks.length;i++)A+=this.chunks[i].length;let t=new Uint8Array(A),e=0;for(let i=0;i<this.chunks.length;i++)t.set(this.chunks[i],e),e+=this.chunks[i].length;return this.chunks=[],t}fork(){return this.stack.push({chunks:this.chunks,buf:this.buf}),this.chunks=[],this.buf=[],this}join(){let A=this.finish(),t=this.stack.pop();if(!t)throw new Error("invalid state, fork stack empty");return this.chunks=t.chunks,this.buf=t.buf,this.uint32(A.byteLength),this.raw(A)}tag(A,t){return this.uint32((A<<3|t)>>>0)}raw(A){return this.buf.length&&(this.chunks.push(new Uint8Array(this.buf)),this.buf=[]),this.chunks.push(A),this}uint32(A){for(p(A);A>127;)this.buf.push(127&A|128),A>>>=7;return this.buf.push(A),this}int32(A){return v(A),D(A,this.buf),this}bool(A){return this.buf.push(A?1:0),this}bytes(A){return this.uint32(A.byteLength),this.raw(A)}string(A){let t=this.textEncoder.encode(A);return this.uint32(t.byteLength),this.raw(t)}float(A){m(A);let t=new Uint8Array(4);return new DataView(t.buffer).setFloat32(0,A,!0),this.raw(t)}double(A){let t=new Uint8Array(8);return new DataView(t.buffer).setFloat64(0,A,!0),this.raw(t)}fixed32(A){p(A);let t=new Uint8Array(4);return new DataView(t.buffer).setUint32(0,A,!0),this.raw(t)}sfixed32(A){v(A);let t=new Uint8Array(4);return new DataView(t.buffer).setInt32(0,A,!0),this.raw(t)}sint32(A){return v(A),D(A=(A<<1^A>>31)>>>0,this.buf),this}sfixed64(A){let t=new Uint8Array(8),e=new DataView(t.buffer),i=L.enc(A);return e.setInt32(0,i.lo,!0),e.setInt32(4,i.hi,!0),this.raw(t)}fixed64(A){let t=new Uint8Array(8),e=new DataView(t.buffer),i=L.uEnc(A);return e.setInt32(0,i.lo,!0),e.setInt32(4,i.hi,!0),this.raw(t)}int64(A){let t=L.enc(A);return H(t.lo,t.hi,this.buf),this}sint64(A){let t=L.enc(A),e=t.hi>>31;return H(t.lo<<1^e,(t.hi<<1|t.lo>>>31)^e,this.buf),this}uint64(A){let t=L.uEnc(A);return H(t.lo,t.hi,this.buf),this}}class Y{constructor(A,t){this.varint64=E,this.uint32=M,this.buf=A,this.len=A.length,this.pos=0,this.view=new DataView(A.buffer,A.byteOffset,A.byteLength),this.textDecoder=null!=t?t:new TextDecoder}tag(){let A=this.uint32(),t=A>>>3,e=7&A;if(t<=0||e<0||e>5)throw new Error("illegal tag: field no "+t+" wire type "+e);return[t,e]}skip(A,t){let e=this.pos;switch(A){case j.Varint:for(;128&this.buf[this.pos++];);break;case j.Bit64:this.pos+=4;case j.Bit32:this.pos+=4;break;case j.LengthDelimited:let e=this.uint32();this.pos+=e;break;case j.StartGroup:for(;;){const[A,e]=this.tag();if(e===j.EndGroup){if(void 0!==t&&A!==t)throw new Error("invalid end group tag");break}this.skip(e,A)}break;default:throw new Error("cant skip wire type "+A)}return this.assertBounds(),this.buf.subarray(e,this.pos)}assertBounds(){if(this.pos>this.len)throw new RangeError("premature EOF")}int32(){return 0|this.uint32()}sint32(){let A=this.uint32();return A>>>1^-(1&A)}int64(){return L.dec(...this.varint64())}uint64(){return L.uDec(...this.varint64())}sint64(){let[A,t]=this.varint64(),e=-(1&A);return A=(A>>>1|(1&t)<<31)^e,t=t>>>1^e,L.dec(A,t)}bool(){let[A,t]=this.varint64();return 0!==A||0!==t}fixed32(){return this.view.getUint32((this.pos+=4)-4,!0)}sfixed32(){return this.view.getInt32((this.pos+=4)-4,!0)}fixed64(){return L.uDec(this.sfixed32(),this.sfixed32())}sfixed64(){return L.dec(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 A=this.uint32(),t=this.pos;return this.pos+=A,this.assertBounds(),this.buf.subarray(t,t+A)}string(){return this.textDecoder.decode(this.bytes())}}function Z(A){const t=A.field.localName,e=Object.create(null);return e[t]=(function(A){const t=A.field;if(t.repeated)return[];if(void 0!==t.default)return t.default;switch(t.kind){case"enum":return t.T.values[0].no;case"scalar":return _(t.T,t.L);case"message":const A=t.T,e=new A;return A.fieldWrapper?A.fieldWrapper.unwrapField(e):e;case"map":throw"map fields are not allowed to be extensions"}})(A),[e,()=>e[t]]}let W="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split(""),q=[];for(let rv=0;rv<W.length;rv++)q[W[rv].charCodeAt(0)]=rv;q["-".charCodeAt(0)]=W.indexOf("+"),q["_".charCodeAt(0)]=W.indexOf("/");const $={dec(A){let t=3*A.length/4;"="==A[A.length-2]?t-=2:"="==A[A.length-1]&&(t-=1);let e,i=new Uint8Array(t),n=0,s=0,r=0;for(let o=0;o<A.length;o++){if(e=q[A.charCodeAt(o)],void 0===e)switch(A[o]){case"=":s=0;case"\n":case"\r":case"\t":case" ":continue;default:throw Error("invalid base64 string.")}switch(s){case 0:r=e,s=1;break;case 1:i[n++]=r<<2|(48&e)>>4,r=e,s=2;break;case 2:i[n++]=(15&r)<<4|(60&e)>>2,r=e,s=3;break;case 3:i[n++]=(3&r)<<6|e,s=0}}if(1==s)throw Error("invalid base64 string.");return i.subarray(0,n)},enc(A){let t,e="",i=0,n=0;for(let s=0;s<A.length;s++)switch(t=A[s],i){case 0:e+=W[t>>2],n=(3&t)<<4,i=1;break;case 1:e+=W[n|t>>4],n=(15&t)<<2,i=2;break;case 2:e+=W[n|t>>6],e+=W[63&t],i=0}return i&&(e+=W[n],e+="=",1==i&&(e+="=")),e}};function z(A,t,e){eA(t,A);const i=t.runtime.bin.makeReadOptions(e),n=(function(A,t){if(!t.repeated&&("enum"==t.kind||"scalar"==t.kind)){for(let e=A.length-1;e>=0;--e)if(A[e].no==t.no)return[A[e]];return[]}return A.filter((A=>A.no===t.no))})(A.getType().runtime.bin.listUnknownFields(A),t.field),[s,r]=Z(t);for(const o of n)t.runtime.bin.readField(s,i.readerFactory(o.data),t.field,o.wireType,i);return r()}function AA(A,t,e,i){eA(t,A);const n=t.runtime.bin.makeReadOptions(i),s=t.runtime.bin.makeWriteOptions(i);if(tA(A,t)){const e=A.getType().runtime.bin.listUnknownFields(A).filter((A=>A.no!=t.field.no));A.getType().runtime.bin.discardUnknownFields(A);for(const t of e)A.getType().runtime.bin.onUnknownField(A,t.no,t.wireType,t.data)}const r=s.writerFactory();let o=t.field;o.opt||o.repeated||"enum"!=o.kind&&"scalar"!=o.kind||(o=Object.assign(Object.assign({},t.field),{opt:!0})),t.runtime.bin.writeField(o,e,r,s);const a=n.readerFactory(r.finish());for(;a.pos<a.len;){const[t,e]=a.tag(),i=a.skip(e,t);A.getType().runtime.bin.onUnknownField(A,t,e,i)}}function tA(A,t){const e=A.getType();return t.extendee.typeName===e.typeName&&!!e.runtime.bin.listUnknownFields(A).find((A=>A.no==t.field.no))}function eA(A,t){Q(A.extendee.typeName==t.getType().typeName,"extension ".concat(A.typeName," can only be applied to message ").concat(A.extendee.typeName))}function iA(A,t){const e=A.localName;if(A.repeated)return t[e].length>0;if(A.oneof)return t[A.oneof.localName].case===e;switch(A.kind){case"enum":case"scalar":return A.opt||A.req?void 0!==t[e]:"enum"==A.kind?t[e]!==A.T.values[0].no:!J(A.T,t[e]);case"message":return void 0!==t[e];case"map":return Object.keys(t[e]).length>0}}function nA(A,t){const e=A.localName,i=!A.opt&&!A.req;if(A.repeated)t[e]=[];else if(A.oneof)t[A.oneof.localName]={case:void 0};else switch(A.kind){case"map":t[e]={};break;case"enum":t[e]=i?A.T.values[0].no:void 0;break;case"scalar":t[e]=i?_(A.T,A.L):void 0;break;case"message":t[e]=void 0}}function sA(A,t){if(null===A||"object"!=typeof A)return!1;if(!Object.getOwnPropertyNames(b.prototype).every((t=>t in A&&"function"==typeof A[t])))return!1;const e=A.getType();return null!==e&&"function"==typeof e&&"typeName"in e&&"string"==typeof e.typeName&&(void 0===t||e.typeName==t.typeName)}function rA(A,t){return sA(t)||!A.fieldWrapper?t:A.fieldWrapper.wrapField(t)}R.DOUBLE,R.FLOAT,R.INT64,R.UINT64,R.INT32,R.UINT32,R.BOOL,R.STRING,R.BYTES;const oA={ignoreUnknownFields:!1},aA={emitDefaultValues:!1,enumAsInteger:!1,useProtoFieldName:!1,prettySpaces:0},cA=Symbol(),hA=Symbol();function uA(A){if(null===A)return"null";switch(typeof A){case"object":return Array.isArray(A)?"array":"object";case"string":return A.length>100?"string":'"'.concat(A.split('"').join('\\"'),'"');default:return String(A)}}function lA(A,t,e,i,n){let s=e.localName;if(e.repeated){if(Q("map"!=e.kind),null===t)return;if(!Array.isArray(t))throw new Error("cannot decode field ".concat(n.typeName,".").concat(e.name," from JSON: ").concat(uA(t)));const o=A[s];for(const A of t){if(null===A)throw new Error("cannot decode field ".concat(n.typeName,".").concat(e.name," from JSON: ").concat(uA(A)));switch(e.kind){case"message":o.push(e.T.fromJson(A,i));break;case"enum":const t=wA(e.T,A,i.ignoreUnknownFields,!0);t!==hA&&o.push(t);break;case"scalar":try{o.push(BA(e.T,A,e.L,!0))}catch(r){let t="cannot decode field ".concat(n.typeName,".").concat(e.name," from JSON: ").concat(uA(A));throw r instanceof Error&&r.message.length>0&&(t+=": ".concat(r.message)),new Error(t)}}}}else if("map"==e.kind){if(null===t)return;if("object"!=typeof t||Array.isArray(t))throw new Error("cannot decode field ".concat(n.typeName,".").concat(e.name," from JSON: ").concat(uA(t)));const o=A[s];for(const[A,s]of Object.entries(t)){if(null===s)throw new Error("cannot decode field ".concat(n.typeName,".").concat(e.name," from JSON: map value null"));let a;try{a=dA(e.K,A)}catch(r){let A="cannot decode map key for field ".concat(n.typeName,".").concat(e.name," from JSON: ").concat(uA(t));throw r instanceof Error&&r.message.length>0&&(A+=": ".concat(r.message)),new Error(A)}switch(e.V.kind){case"message":o[a]=e.V.T.fromJson(s,i);break;case"enum":const A=wA(e.V.T,s,i.ignoreUnknownFields,!0);A!==hA&&(o[a]=A);break;case"scalar":try{o[a]=BA(e.V.T,s,N.BIGINT,!0)}catch(r){let A="cannot decode map value for field ".concat(n.typeName,".").concat(e.name," from JSON: ").concat(uA(t));throw r instanceof Error&&r.message.length>0&&(A+=": ".concat(r.message)),new Error(A)}}}}else switch(e.oneof&&(A=A[e.oneof.localName]={case:s},s="value"),e.kind){case"message":const o=e.T;if(null===t&&"google.protobuf.Value"!=o.typeName)return;let a=A[s];sA(a)?a.fromJson(t,i):(A[s]=a=o.fromJson(t,i),o.fieldWrapper&&!e.oneof&&(A[s]=o.fieldWrapper.unwrapField(a)));break;case"enum":const c=wA(e.T,t,i.ignoreUnknownFields,!1);switch(c){case cA:nA(e,A);break;case hA:break;default:A[s]=c}break;case"scalar":try{const i=BA(e.T,t,e.L,!1);i===cA?nA(e,A):A[s]=i}catch(r){let A="cannot decode field ".concat(n.typeName,".").concat(e.name," from JSON: ").concat(uA(t));throw r instanceof Error&&r.message.length>0&&(A+=": ".concat(r.message)),new Error(A)}}}function dA(A,t){if(A===R.BOOL)switch(t){case"true":t=!0;break;case"false":t=!1}return BA(A,t,N.BIGINT,!0).toString()}function BA(A,t,e,i){if(null===t)return i?_(A,e):cA;switch(A){case R.DOUBLE:case R.FLOAT:if("NaN"===t)return Number.NaN;if("Infinity"===t)return Number.POSITIVE_INFINITY;if("-Infinity"===t)return Number.NEGATIVE_INFINITY;if(""===t)break;if("string"==typeof t&&t.trim().length!==t.length)break;if("string"!=typeof t&&"number"!=typeof t)break;const i=Number(t);if(Number.isNaN(i))break;if(!Number.isFinite(i))break;return A==R.FLOAT&&m(i),i;case R.INT32:case R.FIXED32:case R.SFIXED32:case R.SINT32:case R.UINT32:let s;if("number"==typeof t?s=t:"string"==typeof t&&t.length>0&&t.trim().length===t.length&&(s=Number(t)),void 0===s)break;return A==R.UINT32||A==R.FIXED32?p(s):v(s),s;case R.INT64:case R.SFIXED64:case R.SINT64:if("number"!=typeof t&&"string"!=typeof t)break;const r=L.parse(t);return e?r.toString():r;case R.FIXED64:case R.UINT64:if("number"!=typeof t&&"string"!=typeof t)break;const o=L.uParse(t);return e?o.toString():o;case R.BOOL:if("boolean"!=typeof t)break;return t;case R.STRING:if("string"!=typeof t)break;try{encodeURIComponent(t)}catch(n){throw new Error("invalid UTF8")}return t;case R.BYTES:if(""===t)return new Uint8Array(0);if("string"!=typeof t)break;return $.dec(t)}throw new Error}function wA(A,t,e,i){if(null===t)return"google.protobuf.NullValue"==A.typeName?0:i?A.values[0].no:cA;switch(typeof t){case"number":if(Number.isInteger(t))return t;break;case"string":const i=A.findName(t);if(void 0!==i)return i.no;if(e)return hA}throw new Error("cannot decode enum ".concat(A.typeName," from JSON: ").concat(uA(t)))}function fA(A){return!(!A.repeated&&"map"!=A.kind&&(A.oneof||"message"==A.kind||A.opt||A.req))}function gA(A,t,e){if("map"==A.kind){Q("object"==typeof t&&null!=t);const i={},n=Object.entries(t);switch(A.V.kind){case"scalar":for(const[e,s]of n)i[e.toString()]=vA(A.V.T,s);break;case"message":for(const[A,s]of n)i[A.toString()]=s.toJson(e);break;case"enum":const t=A.V.T;for(const[A,s]of n)i[A.toString()]=QA(t,s,e.enumAsInteger)}return e.emitDefaultValues||n.length>0?i:void 0}if(A.repeated){Q(Array.isArray(t));const i=[];switch(A.kind){case"scalar":for(let e=0;e<t.length;e++)i.push(vA(A.T,t[e]));break;case"enum":for(let n=0;n<t.length;n++)i.push(QA(A.T,t[n],e.enumAsInteger));break;case"message":for(let A=0;A<t.length;A++)i.push(t[A].toJson(e))}return e.emitDefaultValues||i.length>0?i:void 0}switch(A.kind){case"scalar":return vA(A.T,t);case"enum":return QA(A.T,t,e.enumAsInteger);case"message":return rA(A.T,t).toJson(e)}}function QA(A,t,e){var i;if(Q("number"==typeof t),"google.protobuf.NullValue"==A.typeName)return null;if(e)return t;const n=A.findNumber(t);return null!==(i=null==n?void 0:n.name)&&void 0!==i?i:t}function vA(A,t){switch(A){case R.INT32:case R.SFIXED32:case R.SINT32:case R.FIXED32:case R.UINT32:return Q("number"==typeof t),t;case R.FLOAT:case R.DOUBLE:return Q("number"==typeof t),Number.isNaN(t)?"NaN":t===Number.POSITIVE_INFINITY?"Infinity":t===Number.NEGATIVE_INFINITY?"-Infinity":t;case R.STRING:return Q("string"==typeof t),t;case R.BOOL:return Q("boolean"==typeof t),t;case R.UINT64:case R.FIXED64:case R.INT64:case R.SFIXED64:case R.SINT64:return Q("bigint"==typeof t||"string"==typeof t||"number"==typeof t),t.toString();case R.BYTES:return Q(t instanceof Uint8Array),$.enc(t)}}const pA=Symbol("@bufbuild/protobuf/unknown-fields"),mA={readUnknownFields:!0,readerFactory:A=>new Y(A)},UA={writeUnknownFields:!0,writerFactory:()=>new X};function CA(A,t,e,i,n){let{repeated:s,localName:r}=e;switch(e.oneof&&((A=A[e.oneof.localName]).case!=r&&delete A.value,A.case=r,r="value"),e.kind){case"scalar":case"enum":const o="enum"==e.kind?R.INT32:e.T;let a=bA;if("scalar"==e.kind&&e.L>0&&(a=yA),s){let e=A[r];if(i==j.LengthDelimited&&o!=R.STRING&&o!=R.BYTES){let A=t.uint32()+t.pos;for(;t.pos<A;)e.push(a(t,o))}else e.push(a(t,o))}else A[r]=a(t,o);break;case"message":const c=e.T;s?A[r].push(FA(t,new c,n,e)):sA(A[r])?FA(t,A[r],n,e):(A[r]=FA(t,new c,n,e),!c.fieldWrapper||e.oneof||e.repeated||(A[r]=c.fieldWrapper.unwrapField(A[r])));break;case"map":let[h,u]=(function(A,t,e){const i=t.uint32(),n=t.pos+i;let s,r;for(;t.pos<n;){const[i]=t.tag();switch(i){case 1:s=bA(t,A.K);break;case 2:switch(A.V.kind){case"scalar":r=bA(t,A.V.T);break;case"enum":r=t.int32();break;case"message":r=FA(t,new A.V.T,e,void 0)}}}if(void 0===s&&(s=_(A.K,N.BIGINT)),"string"!=typeof s&&"number"!=typeof s&&(s=s.toString()),void 0===r)switch(A.V.kind){case"scalar":r=_(A.V.T,N.BIGINT);break;case"enum":r=A.V.T.values[0].no;break;case"message":r=new A.V.T}return[s,r]})(e,t,n);A[r][h]=u}}function FA(A,t,e,i){const n=t.getType().runtime.bin,s=null==i?void 0:i.delimited;return n.readMessage(t,A,s?i.no:A.uint32(),e,s),t}function yA(A,t){const e=bA(A,t);return"bigint"==typeof e?e.toString():e}function bA(A,t){switch(t){case R.STRING:return A.string();case R.BOOL:return A.bool();case R.DOUBLE:return A.double();case R.FLOAT:return A.float();case R.INT32:return A.int32();case R.INT64:return A.int64();case R.UINT64:return A.uint64();case R.FIXED64:return A.fixed64();case R.BYTES:return A.bytes();case R.FIXED32:return A.fixed32();case R.SFIXED32:return A.sfixed32();case R.SFIXED64:return A.sfixed64();case R.SINT64:return A.sint64();case R.UINT32:return A.uint32();case R.SINT32:return A.sint32()}}function EA(A,t,e,i){Q(void 0!==t);const n=A.repeated;switch(A.kind){case"scalar":case"enum":let s="enum"==A.kind?R.INT32:A.T;if(n)if(Q(Array.isArray(t)),A.packed)!(function(A,t,e,i){if(!i.length)return;A.tag(e,j.LengthDelimited).fork();let[,n]=TA(t);for(let s=0;s<i.length;s++)A[n](i[s]);A.join()})(e,s,A.no,t);else for(const i of t)kA(e,s,A.no,i);else kA(e,s,A.no,t);break;case"message":if(n){Q(Array.isArray(t));for(const n of t)IA(e,i,A,n)}else IA(e,i,A,t);break;case"map":Q("object"==typeof t&&null!=t);for(const[n,r]of Object.entries(t))HA(e,i,A,n,r)}}function HA(A,t,e,i,n){A.tag(e.no,j.LengthDelimited),A.fork();let s=i;switch(e.K){case R.INT32:case R.FIXED32:case R.UINT32:case R.SFIXED32:case R.SINT32:s=Number.parseInt(i);break;case R.BOOL:Q("true"==i||"false"==i),s="true"==i}switch(kA(A,e.K,1,s),e.V.kind){case"scalar":kA(A,e.V.T,2,n);break;case"enum":kA(A,R.INT32,2,n);break;case"message":Q(void 0!==n),A.tag(2,j.LengthDelimited).bytes(n.toBinary(t))}A.join()}function IA(A,t,e,i){const n=rA(e.T,i);e.delimited?A.tag(e.no,j.StartGroup).raw(n.toBinary(t)).tag(e.no,j.EndGroup):A.tag(e.no,j.LengthDelimited).bytes(n.toBinary(t))}function kA(A,t,e,i){Q(void 0!==i);let[n,s]=TA(t);A.tag(e,n)[s](i)}function TA(A){let t=j.Varint;switch(A){case R.BYTES:case R.STRING:t=j.LengthDelimited;break;case R.DOUBLE:case R.FIXED64:case R.SFIXED64:t=j.Bit64;break;case R.FIXED32:case R.SFIXED32:case R.FLOAT:t=j.Bit32}return[t,R[A].toLowerCase()]}function SA(A){if(void 0===A)return A;if(sA(A))return A.clone();if(A instanceof Uint8Array){const t=new Uint8Array(A.byteLength);return t.set(A),t}return A}function KA(A){return A instanceof Uint8Array?A:new Uint8Array(A)}class OA{constructor(A,t){this.I=A,this.S=t}findJsonName(A){if(!this.jsonNames){const A={};for(const t of this.list())A[t.jsonName]=A[t.name]=t;this.jsonNames=A}return this.jsonNames[A]}find(A){if(!this.numbers){const A={};for(const t of this.list())A[t.no]=t;this.numbers=A}return this.numbers[A]}list(){return this.all||(this.all=this.S(this.I)),this.all}byNumber(){return this.numbersAsc||(this.numbersAsc=this.list().concat().sort(((A,t)=>A.no-t.no))),this.numbersAsc}byMember(){if(!this.members){this.members=[];const A=this.members;let t;for(const e of this.list())e.oneof?e.oneof!==t&&(t=e.oneof,A.push(t)):A.push(e)}return this.members}}function DA(A,t){const e=LA(A);return t?e:jA(GA(e))}const MA=LA;function LA(A){let t=!1;const e=[];for(let i=0;i<A.length;i++){let n=A.charAt(i);switch(n){case"_":t=!0;break;case"0":case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":e.push(n),t=!1;break;default:t&&(t=!1,n=n.toUpperCase()),e.push(n)}}return e.join("")}const RA=new Set(["constructor","toString","toJSON","valueOf"]),xA=new Set(["getType","clone","equals","fromBinary","fromJson","fromJsonString","toBinary","toJson","toJsonString","toObject"]),NA=A=>"".concat(A,"$"),GA=A=>xA.has(A)?NA(A):A,jA=A=>RA.has(A)?NA(A):A;class VA{constructor(A){this.kind="oneof",this.repeated=!1,this.packed=!1,this.opt=!1,this.req=!1,this.default=void 0,this.fields=[],this.name=A,this.localName=DA(A,!1)}addField(A){Q(A.oneof===this,"field ".concat(A.name," not one of ").concat(this.name)),this.fields.push(A)}findField(A){if(!this.D){this.D=Object.create(null);for(let A=0;A<this.fields.length;A++)this.D[this.fields[A].localName]=this.fields[A]}return this.D[A]}}const PA=(_A=A=>new OA(A,(A=>(function(A){var t,e,i,n,s,r;const o=[];let a;for(const c of"function"==typeof A?A():A){const A=c;if(A.localName=DA(c.name,void 0!==c.oneof),A.jsonName=null!==(t=c.jsonName)&&void 0!==t?t:MA(c.name),A.repeated=null!==(e=c.repeated)&&void 0!==e&&e,"scalar"==c.kind&&(A.L=null!==(i=c.L)&&void 0!==i?i:N.BIGINT),A.delimited=null!==(n=c.delimited)&&void 0!==n&&n,A.req=null!==(s=c.req)&&void 0!==s&&s,A.opt=null!==(r=c.opt)&&void 0!==r&&r,void 0===c.packed&&(A.packed="enum"==c.kind||"scalar"==c.kind&&c.T!=R.BYTES&&c.T!=R.STRING),void 0!==c.oneof){const t="string"==typeof c.oneof?c.oneof:c.oneof.name;a&&a.name==t||(a=new VA(t)),A.oneof=a,a.addField(A)}o.push(A)}return o})(A))),JA=A=>{for(const t of A.getType().fields.byMember()){if(t.opt)continue;const e=t.localName,i=A;if(t.repeated)i[e]=[];else switch(t.kind){case"oneof":i[e]={case:void 0};break;case"enum":i[e]=0;break;case"map":i[e]={};break;case"scalar":i[e]=_(t.T,t.L)}}},{syntax:"proto3",json:{makeReadOptions:function(A){return A?Object.assign(Object.assign({},oA),A):oA},makeWriteOptions:function(A){return A?Object.assign(Object.assign({},aA),A):aA},readMessage(A,t,e,i){if(null==t||Array.isArray(t)||"object"!=typeof t)throw new Error("cannot decode message ".concat(A.typeName," from JSON: ").concat(uA(t)));i=null!=i?i:new A;const n=new Map,s=e.typeRegistry;for(const[r,o]of Object.entries(t)){const t=A.fields.findJsonName(r);if(t){if(t.oneof){if(null===o&&"scalar"==t.kind)continue;const e=n.get(t.oneof);if(void 0!==e)throw new Error("cannot decode message ".concat(A.typeName,' from JSON: multiple keys for oneof "').concat(t.oneof.name,'" present: "').concat(e,'", "').concat(r,'"'));n.set(t.oneof,r)}lA(i,o,t,e,A)}else{let t=!1;if((null==s?void 0:s.findExtension)&&r.startsWith("[")&&r.endsWith("]")){const n=s.findExtension(r.substring(1,r.length-1));if(n&&n.extendee.typeName==A.typeName){t=!0;const[A,s]=Z(n);lA(A,o,n.field,e,n),AA(i,n,s(),e)}}if(!t&&!e.ignoreUnknownFields)throw new Error("cannot decode message ".concat(A.typeName,' from JSON: key "').concat(r,'" is unknown'))}}return i},writeMessage(A,t){const e=A.getType(),i={};let n;try{for(n of e.fields.byNumber()){if(!iA(n,A)){if(n.req)throw"required field not set";if(!t.emitDefaultValues)continue;if(!fA(n))continue}const e=gA(n,n.oneof?A[n.oneof.localName].value:A[n.localName],t);void 0!==e&&(i[t.useProtoFieldName?n.name:n.jsonName]=e)}const s=t.typeRegistry;if(null==s?void 0:s.findExtensionFor)for(const n of e.runtime.bin.listUnknownFields(A)){const r=s.findExtensionFor(e.typeName,n.no);if(r&&tA(A,r)){const e=z(A,r,t),n=gA(r.field,e,t);void 0!==n&&(i[r.field.jsonName]=n)}}}catch(s){const A=n?"cannot encode field ".concat(e.typeName,".").concat(n.name," to JSON"):"cannot encode message ".concat(e.typeName," to JSON"),t=s instanceof Error?s.message:String(s);throw new Error(A+(t.length>0?": ".concat(t):""))}return i},readScalar:(A,t,e)=>BA(A,t,null!=e?e:N.BIGINT,!0),writeScalar(A,t,e){if(void 0!==t)return e||J(A,t)?vA(A,t):void 0},debug:uA},bin:{makeReadOptions:function(A){return A?Object.assign(Object.assign({},mA),A):mA},makeWriteOptions:function(A){return A?Object.assign(Object.assign({},UA),A):UA},listUnknownFields(A){var t;return null!==(t=A[pA])&&void 0!==t?t:[]},discardUnknownFields(A){delete A[pA]},writeUnknownFields(A,t){const e=A[pA];if(e)for(const i of e)t.tag(i.no,i.wireType).raw(i.data)},onUnknownField(A,t,e,i){const n=A;Array.isArray(n[pA])||(n[pA]=[]),n[pA].push({no:t,wireType:e,data:i})},readMessage(A,t,e,i,n){const s=A.getType(),r=n?t.len:t.pos+e;let o,a;for(;t.pos<r&&([o,a]=t.tag(),!0!==n||a!=j.EndGroup);){const e=s.fields.find(o);if(e)CA(A,t,e,a,i);else{const e=t.skip(a,o);i.readUnknownFields&&this.onUnknownField(A,o,a,e)}}if(n&&(a!=j.EndGroup||o!==e))throw new Error("invalid end group tag")},readField:CA,writeMessage(A,t,e){const i=A.getType();for(const n of i.fields.byNumber())if(iA(n,A))EA(n,n.oneof?A[n.oneof.localName].value:A[n.localName],t,e);else if(n.req)throw new Error("cannot encode field ".concat(i.typeName,".").concat(n.name," to binary: required field not set"));return e.writeUnknownFields&&this.writeUnknownFields(A,t),t},writeField(A,t,e,i){void 0!==t&&EA(A,t,e,i)}},util:Object.assign(Object.assign({},{setEnumType:C,initPartial(A,t){if(void 0===A)return;const e=t.getType();for(const i of e.fields.byMember()){const e=i.localName,n=t,s=A;if(null!=s[e])switch(i.kind){case"oneof":const A=s[e].case;if(void 0===A)continue;const t=i.findField(A);let r=s[e].value;t&&"message"==t.kind&&!sA(r,t.T)?r=new t.T(r):t&&"scalar"===t.kind&&t.T===R.BYTES&&(r=KA(r)),n[e]={case:A,value:r};break;case"scalar":case"enum":let o=s[e];i.T===R.BYTES&&(o=i.repeated?o.map(KA):KA(o)),n[e]=o;break;case"map":switch(i.V.kind){case"scalar":case"enum":if(i.V.T===R.BYTES)for(const[t,i]of Object.entries(s[e]))n[e][t]=KA(i);else Object.assign(n[e],s[e]);break;case"message":const A=i.V.T;for(const t of Object.keys(s[e])){let i=s[e][t];A.fieldWrapper||(i=new A(i)),n[e][t]=i}}break;case"message":const a=i.T;if(i.repeated)n[e]=s[e].map((A=>sA(A,a)?A:new a(A)));else{const A=s[e];a.fieldWrapper?"google.protobuf.BytesValue"===a.typeName?n[e]=KA(A):n[e]=A:n[e]=sA(A,a)?A:new a(A)}}}},equals:(A,t,e)=>t===e||!(!t||!e)&&A.fields.byMember().every((A=>{const i=t[A.localName],n=e[A.localName];if(A.repeated){if(i.length!==n.length)return!1;switch(A.kind){case"message":return i.every(((t,e)=>A.T.equals(t,n[e])));case"scalar":return i.every(((t,e)=>P(A.T,t,n[e])));case"enum":return i.every(((A,t)=>P(R.INT32,A,n[t])))}throw new Error("repeated cannot contain ".concat(A.kind))}switch(A.kind){case"message":return A.T.equals(i,n);case"enum":return P(R.INT32,i,n);case"scalar":return P(A.T,i,n);case"oneof":if(i.case!==n.case)return!1;const t=A.findField(i.case);if(void 0===t)return!0;switch(t.kind){case"message":return t.T.equals(i.value,n.value);case"enum":return P(R.INT32,i.value,n.value);case"scalar":return P(t.T,i.value,n.value)}throw new Error("oneof cannot contain ".concat(t.kind));case"map":const e=Object.keys(i).concat(Object.keys(n));switch(A.V.kind){case"message":const t=A.V.T;return e.every((A=>t.equals(i[A],n[A])));case"enum":return e.every((A=>P(R.INT32,i[A],n[A])));case"scalar":const s=A.V.T;return e.every((A=>P(s,i[A],n[A])))}}})),clone(A){const t=A.getType(),e=new t,i=e;for(const n of t.fields.byMember()){const t=A[n.localName];let e;if(n.repeated)e=t.map(SA);else if("map"==n.kind){e=i[n.localName];for(const[A,i]of Object.entries(t))e[A]=SA(i)}else e="oneof"==n.kind?n.findField(t.case)?{case:t.case,value:SA(t.value)}:{case:void 0}:SA(t);i[n.localName]=e}for(const n of t.runtime.bin.listUnknownFields(A))t.runtime.bin.onUnknownField(i,n.no,n.wireType,n.data);return e}}),{newFieldList:_A,initFields:JA}),makeMessageType(A,t,e){return(function(A,t,e,i){var n;const s=null!==(n=null==i?void 0:i.localName)&&void 0!==n?n:t.substring(t.lastIndexOf(".")+1),r={[s]:function(t){A.util.initFields(this),A.util.initPartial(t,this)}}[s];return Object.setPrototypeOf(r.prototype,new b),Object.assign(r,{runtime:A,typeName:t,fields:A.util.newFieldList(e),fromBinary:(A,t)=>(new r).fromBinary(A,t),fromJson:(A,t)=>(new r).fromJson(A,t),fromJsonString:(A,t)=>(new r).fromJsonString(A,t),equals:(t,e)=>A.util.equals(r,t,e)}),r})(this,A,t,e)},makeEnum:function(A,t,e){const i={};for(const n of t){const A=y(n);i[A.localName]=A.no,i[A.no]=A.localName}return C(i,A,t),i},makeEnumType:F,getEnumType:function(A){const t=A[U];return Q(t,"missing enum type on enum object"),t},makeExtension(A,t,e){return(function(A,t,e,i){let n;return{typeName:t,extendee:e,get field(){if(!n){const e="function"==typeof i?i():i;e.name=t.split(".").pop(),e.jsonName="[".concat(t,"]"),n=A.util.newFieldList([e]).list()[0]}return n},runtime:A}})(this,A,t,e)}});var _A,JA;class XA extends b{constructor(A){super(),this.seconds=L.zero,this.nanos=0,PA.util.initPartial(A,this)}fromJson(A,t){if("string"!=typeof A)throw new Error("cannot decode google.protobuf.Timestamp from JSON: ".concat(PA.json.debug(A)));const e=A.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(!e)throw new Error("cannot decode google.protobuf.Timestamp from JSON: invalid RFC 3339 string");const i=Date.parse(e[1]+"-"+e[2]+"-"+e[3]+"T"+e[4]+":"+e[5]+":"+e[6]+(e[8]?e[8]:"Z"));if(Number.isNaN(i))throw new Error("cannot decode google.protobuf.Timestamp from JSON: invalid RFC 3339 string");if(i<Date.parse("0001-01-01T00:00:00Z")||i>Date.parse("9999-12-31T23:59:59Z"))throw new Error("cannot decode message google.protobuf.Timestamp from JSON: must be from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59Z inclusive");return this.seconds=L.parse(i/1e3),this.nanos=0,e[7]&&(this.nanos=parseInt("1"+e[7]+"0".repeat(9-e[7].length))-1e9),this}toJson(A){const t=1e3*Number(this.seconds);if(t<Date.parse("0001-01-01T00:00:00Z")||t>Date.parse("9999-12-31T23:59:59Z"))throw new Error("cannot encode google.protobuf.Timestamp to JSON: must be from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59Z inclusive");if(this.nanos<0)throw new Error("cannot encode google.protobuf.Timestamp to JSON: nanos must not be negative");let e="Z";if(this.nanos>0){const A=(this.nanos+1e9).toString().substring(1);e="000000"===A.substring(3)?"."+A.substring(0,3)+"Z":"000"===A.substring(6)?"."+A.substring(0,6)+"Z":"."+A+"Z"}return new Date(t).toISOString().replace(".000Z",e)}toDate(){return new Date(1e3*Number(this.seconds)+Math.ceil(this.nanos/1e6))}static now(){return XA.fromDate(new Date)}static fromDate(A){const t=A.getTime();return new XA({seconds:L.parse(Math.floor(t/1e3)),nanos:t%1e3*1e6})}static fromBinary(A,t){return(new XA).fromBinary(A,t)}static fromJson(A,t){return(new XA).fromJson(A,t)}static fromJsonString(A,t){return(new XA).fromJsonString(A,t)}static equals(A,t){return PA.util.equals(XA,A,t)}}XA.runtime=PA,XA.typeName="google.protobuf.Timestamp",XA.fields=PA.util.newFieldList((()=>[{no:1,name:"seconds",kind:"scalar",T:3},{no:2,name:"nanos",kind:"scalar",T:5}]));const YA=PA.makeMessageType("livekit.MetricsBatch",(()=>[{no:1,name:"timestamp_ms",kind:"scalar",T:3},{no:2,name:"normalized_timestamp",kind:"message",T:XA},{no:3,name:"str_data",kind:"scalar",T:9,repeated:!0},{no:4,name:"time_series",kind:"message",T:ZA,repeated:!0},{no:5,name:"events",kind:"message",T:qA,repeated:!0}])),ZA=PA.makeMessageType("livekit.TimeSeriesMetric",(()=>[{no:1,name:"label",kind:"scalar",T:13},{no:2,name:"participant_identity",kind:"scalar",T:13},{no:3,name:"track_sid",kind:"scalar",T:13},{no:4,name:"samples",kind:"message",T:WA,repeated:!0},{no:5,name:"rid",kind:"scalar",T:13}])),WA=PA.makeMessageType("livekit.MetricSample",(()=>[{no:1,name:"timestamp_ms",kind:"scalar",T:3},{no:2,name:"normalized_timestamp",kind:"message",T:XA},{no:3,name:"value",kind:"scalar",T:2}])),qA=PA.makeMessageType("livekit.EventMetric",(()=>[{no:1,name:"label",kind:"scalar",T:13},{no:2,name:"participant_identity",kind:"scalar",T:13},{no:3,name:"track_sid",kind:"scalar",T:13},{no:4,name:"start_timestamp_ms",kind:"scalar",T:3},{no:5,name:"end_timestamp_ms",kind:"scalar",T:3,opt:!0},{no:6,name:"normalized_start_timestamp",kind:"message",T:XA},{no:7,name:"normalized_end_timestamp",kind:"message",T:XA,opt:!0},{no:8,name:"metadata",kind:"scalar",T:9},{no:9,name:"rid",kind:"scalar",T:13}])),$A=PA.makeEnum("livekit.BackupCodecPolicy",[{no:0,name:"PREFER_REGRESSION"},{no:1,name:"SIMULCAST"},{no:2,name:"REGRESSION"}]),zA=PA.makeEnum("livekit.TrackType",[{no:0,name:"AUDIO"},{no:1,name:"VIDEO"},{no:2,name:"DATA"}]),At=PA.makeEnum("livekit.TrackSource",[{no:0,name:"UNKNOWN"},{no:1,name:"CAMERA"},{no:2,name:"MICROPHONE"},{no:3,name:"SCREEN_SHARE"},{no:4,name:"SCREEN_SHARE_AUDIO"}]),tt=PA.makeEnum("livekit.VideoQuality",[{no:0,name:"LOW"},{no:1,name:"MEDIUM"},{no:2,name:"HIGH"},{no:3,name:"OFF"}]),et=PA.makeEnum("livekit.ConnectionQuality",[{no:0,name:"POOR"},{no:1,name:"GOOD"},{no:2,name:"EXCELLENT"},{no:3,name:"LOST"}]),it=PA.makeEnum("livekit.ClientConfigSetting",[{no:0,name:"UNSET"},{no:1,name:"DISABLED"},{no:2,name:"ENABLED"}]),nt=PA.makeEnum("livekit.DisconnectReason",[{no:0,name:"UNKNOWN_REASON"},{no:1,name:"CLIENT_INITIATED"},{no:2,name:"DUPLICATE_IDENTITY"},{no:3,name:"SERVER_SHUTDOWN"},{no:4,name:"PARTICIPANT_REMOVED"},{no:5,name:"ROOM_DELETED"},{no:6,name:"STATE_MISMATCH"},{no:7,name:"JOIN_FAILURE"},{no:8,name:"MIGRATION"},{no:9,name:"SIGNAL_CLOSE"},{no:10,name:"ROOM_CLOSED"},{no:11,name:"USER_UNAVAILABLE"},{no:12,name:"USER_REJECTED"},{no:13,name:"SIP_TRUNK_FAILURE"},{no:14,name:"CONNECTION_TIMEOUT"}]),st=PA.makeEnum("livekit.ReconnectReason",[{no:0,name:"RR_UNKNOWN"},{no:1,name:"RR_SIGNAL_DISCONNECTED"},{no:2,name:"RR_PUBLISHER_FAILED"},{no:3,name:"RR_SUBSCRIBER_FAILED"},{no:4,name:"RR_SWITCH_CANDIDATE"}]),rt=PA.makeEnum("livekit.SubscriptionError",[{no:0,name:"SE_UNKNOWN"},{no:1,name:"SE_CODEC_UNSUPPORTED"},{no:2,name:"SE_TRACK_NOTFOUND"}]),ot=PA.makeEnum("livekit.AudioTrackFeature",[{no:0,name:"TF_STEREO"},{no:1,name:"TF_NO_DTX"},{no:2,name:"TF_AUTO_GAIN_CONTROL"},{no:3,name:"TF_ECHO_CANCELLATION"},{no:4,name:"TF_NOISE_SUPPRESSION"},{no:5,name:"TF_ENHANCED_NOISE_CANCELLATION"},{no:6,name:"TF_PRECONNECT_BUFFER"}]),at=PA.makeMessageType("livekit.Room",(()=>[{no:1,name:"sid",kind:"scalar",T:9},{no:2,name:"name",kind:"scalar",T:9},{no:3,name:"empty_timeout",kind:"scalar",T:13},{no:14,name:"departure_timeout",kind:"scalar",T:13},{no:4,name:"max_participants",kind:"scalar",T:13},{no:5,name:"creation_time",kind:"scalar",T:3},{no:15,name:"creation_time_ms",kind:"scalar",T:3},{no:6,name:"turn_password",kind:"scalar",T:9},{no:7,name:"enabled_codecs",kind:"message",T:ct,repeated:!0},{no:8,name:"metadata",kind:"scalar",T:9},{no:9,name:"num_participants",kind:"scalar",T:13},{no:11,name:"num_publishers",kind:"scalar",T:13},{no:10,name:"active_recording",kind:"scalar",T:8},{no:13,name:"version",kind:"message",T:Nt}])),ct=PA.makeMessageType("livekit.Codec",(()=>[{no:1,name:"mime",kind:"scalar",T:9},{no:2,name:"fmtp_line",kind:"scalar",T:9}])),ht=PA.makeMessageType("livekit.ParticipantPermission",(()=>[{no:1,name:"can_subscribe",kind:"scalar",T:8},{no:2,name:"can_publish",kind:"scalar",T:8},{no:3,name:"can_publish_data",kind:"scalar",T:8},{no:9,name:"can_publish_sources",kind:"enum",T:PA.getEnumType(At),repeated:!0},{no:7,name:"hidden",kind:"scalar",T:8},{no:8,name:"recorder",kind:"scalar",T:8},{no:10,name:"can_update_metadata",kind:"scalar",T:8},{no:11,name:"agent",kind:"scalar",T:8},{no:12,name:"can_subscribe_metrics",kind:"scalar",T:8}])),ut=PA.makeMessageType("livekit.ParticipantInfo",(()=>[{no:1,name:"sid",kind:"scalar",T:9},{no:2,name:"identity",kind:"scalar",T:9},{no:3,name:"state",kind:"enum",T:PA.getEnumType(lt)},{no:4,name:"tracks",kind:"message",T:gt,repeated:!0},{no:5,name:"metadata",kind:"scalar",T:9},{no:6,name:"joined_at",kind:"scalar",T:3},{no:17,name:"joined_at_ms",kind:"scalar",T:3},{no:9,name:"name",kind:"scalar",T:9},{no:10,name:"version",kind:"scalar",T:13},{no:11,name:"permission",kind:"message",T:ht},{no:12,name:"region",kind:"scalar",T:9},{no:13,name:"is_publisher",kind:"scalar",T:8},{no:14,name:"kind",kind:"enum",T:PA.getEnumType(dt)},{no:15,name:"attributes",kind:"map",K:9,V:{kind:"scalar",T:9}},{no:16,name:"disconnect_reason",kind:"enum",T:PA.getEnumType(nt)},{no:18,name:"kind_details",kind:"enum",T:PA.getEnumType(Bt),repeated:!0}])),lt=PA.makeEnum("livekit.ParticipantInfo.State",[{no:0,name:"JOINING"},{no:1,name:"JOINED"},{no:2,name:"ACTIVE"},{no:3,name:"DISCONNECTED"}]),dt=PA.makeEnum("livekit.ParticipantInfo.Kind",[{no:0,name:"STANDARD"},{no:1,name:"INGRESS"},{no:2,name:"EGRESS"},{no:3,name:"SIP"},{no:4,name:"AGENT"}]),Bt=PA.makeEnum("livekit.ParticipantInfo.KindDetail",[{no:0,name:"CLOUD_AGENT"},{no:1,name:"FORWARDED"}]),wt=PA.makeEnum("livekit.Encryption.Type",[{no:0,name:"NONE"},{no:1,name:"GCM"},{no:2,name:"CUSTOM"}]),ft=PA.makeMessageType("livekit.SimulcastCodecInfo",(()=>[{no:1,name:"mime_type",kind:"scalar",T:9},{no:2,name:"mid",kind:"scalar",T:9},{no:3,name:"cid",kind:"scalar",T:9},{no:4,name:"layers",kind:"message",T:Qt,repeated:!0}])),gt=PA.makeMessageType("livekit.TrackInfo",(()=>[{no:1,name:"sid",kind:"scalar",T:9},{no:2,name:"type",kind:"enum",T:PA.getEnumType(zA)},{no:3,name:"name",kind:"scalar",T:9},{no:4,name:"muted",kind:"scalar",T:8},{no:5,name:"width",kind:"scalar",T:13},{no:6,name:"height",kind:"scalar",T:13},{no:7,name:"simulcast",kind:"scalar",T:8},{no:8,name:"disable_dtx",kind:"scalar",T:8},{no:9,name:"source",kind:"enum",T:PA.getEnumType(At)},{no:10,name:"layers",kind:"message",T:Qt,repeated:!0},{no:11,name:"mime_type",kind:"scalar",T:9},{no:12,name:"mid",kind:"scalar",T:9},{no:13,name:"codecs",kind:"message",T:ft,repeated:!0},{no:14,name:"stereo",kind:"scalar",T:8},{no:15,name:"disable_red",kind:"scalar",T:8},{no:16,name:"encryption",kind:"enum",T:PA.getEnumType(wt)},{no:17,name:"stream",kind:"scalar",T:9},{no:18,name:"version",kind:"message",T:Nt},{no:19,name:"audio_features",kind:"enum",T:PA.getEnumType(ot),repeated:!0},{no:20,name:"backup_codec_policy",kind:"enum",T:PA.getEnumType($A)}])),Qt=PA.makeMessageType("livekit.VideoLayer",(()=>[{no:1,name:"quality",kind:"enum",T:PA.getEnumType(tt)},{no:2,name:"width",kind:"scalar",T:13},{no:3,name:"height",kind:"scalar",T:13},{no:4,name:"bitrate",kind:"scalar",T:13},{no:5,name:"ssrc",kind:"scalar",T:13}])),vt=PA.makeMessageType("livekit.DataPacket",(()=>[{no:1,name:"kind",kind:"enum",T:PA.getEnumType(pt)},{no:4,name:"participant_identity",kind:"scalar",T:9},{no:5,name:"destination_identities",kind:"scalar",T:9,repeated:!0},{no:2,name:"user",kind:"message",T:Ct,oneof:"value"},{no:3,name:"speaker",kind:"message",T:mt,oneof:"value"},{no:6,name:"sip_dtmf",kind:"message",T:Ft,oneof:"value"},{no:7,name:"transcription",kind:"message",T:yt,oneof:"value"},{no:8,name:"metrics",kind:"message",T:YA,oneof:"value"},{no:9,name:"chat_message",kind:"message",T:Et,oneof:"value"},{no:10,name:"rpc_request",kind:"message",T:Ht,oneof:"value"},{no:11,name:"rpc_ack",kind:"message",T:It,oneof:"value"},{no:12,name:"rpc_response",kind:"message",T:kt,oneof:"value"},{no:13,name:"stream_header",kind:"message",T:Pt,oneof:"value"},{no:14,name:"stream_chunk",kind:"message",T:_t,oneof:"value"},{no:15,name:"stream_trailer",kind:"message",T:Jt,oneof:"value"}])),pt=PA.makeEnum("livekit.DataPacket.Kind",[{no:0,name:"RELIABLE"},{no:1,name:"LOSSY"}]),mt=PA.makeMessageType("livekit.ActiveSpeakerUpdate",(()=>[{no:1,name:"speakers",kind:"message",T:Ut,repeated:!0}])),Ut=PA.makeMessageType("livekit.SpeakerInfo",(()=>[{no:1,name:"sid",kind:"scalar",T:9},{no:2,name:"level",kind:"scalar",T:2},{no:3,name:"active",kind:"scalar",T:8}])),Ct=PA.makeMessageType("livekit.UserPacket",(()=>[{no:1,name:"participant_sid",kind:"scalar",T:9},{no:5,name:"participant_identity",kind:"scalar",T:9},{no:2,name:"payload",kind:"scalar",T:12},{no:3,name:"destination_sids",kind:"scalar",T:9,repeated:!0},{no:6,name:"destination_identities",kind:"scalar",T:9,repeated:!0},{no:4,name:"topic",kind:"scalar",T:9,opt:!0},{no:8,name:"id",kind:"scalar",T:9,opt:!0},{no:9,name:"start_time",kind:"scalar",T:4,opt:!0},{no:10,name:"end_time",kind:"scalar",T:4,opt:!0},{no:11,name:"nonce",kind:"scalar",T:12}])),Ft=PA.makeMessageType("livekit.SipDTMF",(()=>[{no:3,name:"code",kind:"scalar",T:13},{no:4,name:"digit",kind:"scalar",T:9}])),yt=PA.makeMessageType("livekit.Transcription",(()=>[{no:2,name:"transcribed_participant_identity",kind:"scalar",T:9},{no:3,name:"track_id",kind:"scalar",T:9},{no:4,name:"segments",kind:"message",T:bt,repeated:!0}])),bt=PA.makeMessageType("livekit.TranscriptionSegment",(()=>[{no:1,name:"id",kind:"scalar",T:9},{no:2,name:"text",kind:"scalar",T:9},{no:3,name:"start_time",kind:"scalar",T:4},{no:4,name:"end_time",kind:"scalar",T:4},{no:5,name:"final",kind:"scalar",T:8},{no:6,name:"language",kind:"scalar",T:9}])),Et=PA.makeMessageType("livekit.ChatMessage",(()=>[{no:1,name:"id",kind:"scalar",T:9},{no:2,name:"timestamp",kind:"scalar",T:3},{no:3,name:"edit_timestamp",kind:"scalar",T:3,opt:!0},{no:4,name:"message",kind:"scalar",T:9},{no:5,name:"deleted",kind:"scalar",T:8},{no:6,name:"generated",kind:"scalar",T:8}])),Ht=PA.makeMessageType("livekit.RpcRequest",(()=>[{no:1,name:"id",kind:"scalar",T:9},{no:2,name:"method",kind:"scalar",T:9},{no:3,name:"payload",kind:"scalar",T:9},{no:4,name:"response_timeout_ms",kind:"scalar",T:13},{no:5,name:"version",kind:"scalar",T:13}])),It=PA.makeMessageType("livekit.RpcAck",(()=>[{no:1,name:"request_id",kind:"scalar",T:9}])),kt=PA.makeMessageType("livekit.RpcResponse",(()=>[{no:1,name:"request_id",kind:"scalar",T:9},{no:2,name:"payload",kind:"scalar",T:9,oneof:"value"},{no:3,name:"error",kind:"message",T:Tt,oneof:"value"}])),Tt=PA.makeMessageType("livekit.RpcError",(()=>[{no:1,name:"code",kind:"scalar",T:13},{no:2,name:"message",kind:"scalar",T:9},{no:3,name:"data",kind:"scalar",T:9}])),St=PA.makeMessageType("livekit.ParticipantTracks",(()=>[{no:1,name:"participant_sid",kind:"scalar",T:9},{no:2,name:"track_sids",kind:"scalar",T:9,repeated:!0}])),Kt=PA.makeMessageType("livekit.ServerInfo",(()=>[{no:1,name:"edition",kind:"enum",T:PA.getEnumType(Ot)},{no:2,name:"version",kind:"scalar",T:9},{no:3,name:"protocol",kind:"scalar",T:5},{no:4,name:"region",kind:"scalar",T:9},{no:5,name:"node_id",kind:"scalar",T:9},{no:6,name:"debug_info",kind:"scalar",T:9},{no:7,name:"agent_protocol",kind:"scalar",T:5}])),Ot=PA.makeEnum("livekit.ServerInfo.Edition",[{no:0,name:"Standard"},{no:1,name:"Cloud"}]),Dt=PA.makeMessageType("livekit.ClientInfo",(()=>[{no:1,name:"sdk",kind:"enum",T:PA.getEnumType(Mt)},{no:2,name:"version",kind:"scalar",T:9},{no:3,name:"protocol",kind:"scalar",T:5},{no:4,name:"os",kind:"scalar",T:9},{no:5,name:"os_version",kind:"scalar",T:9},{no:6,name:"device_model",kind:"scalar",T:9},{no:7,name:"browser",kind:"scalar",T:9},{no:8,name:"browser_version",kind:"scalar",T:9},{no:9,name:"address",kind:"scalar",T:9},{no:10,name:"network",kind:"scalar",T:9},{no:11,name:"other_sdks",kind:"scalar",T:9}])),Mt=PA.makeEnum("livekit.ClientInfo.SDK",[{no:0,name:"UNKNOWN"},{no:1,name:"JS"},{no:2,name:"SWIFT"},{no:3,name:"ANDROID"},{no:4,name:"FLUTTER"},{no:5,name:"GO"},{no:6,name:"UNITY"},{no:7,name:"REACT_NATIVE"},{no:8,name:"RUST"},{no:9,name:"PYTHON"},{no:10,name:"CPP"},{no:11,name:"UNITY_WEB"},{no:12,name:"NODE"},{no:13,name:"UNREAL"}]),Lt=PA.makeMessageType("livekit.ClientConfiguration",(()=>[{no:1,name:"video",kind:"message",T:Rt},{no:2,name:"screen",kind:"message",T:Rt},{no:3,name:"resume_connection",kind:"enum",T:PA.getEnumType(it)},{no:4,name:"disabled_codecs",kind:"message",T:xt},{no:5,name:"force_relay",kind:"enum",T:PA.getEnumType(it)}])),Rt=PA.makeMessageType("livekit.VideoConfiguration",(()=>[{no:1,name:"hardware_encoder",kind:"enum",T:PA.getEnumType(it)}])),xt=PA.makeMessageType("livekit.DisabledCodecs",(()=>[{no:1,name:"codecs",kind:"message",T:ct,repeated:!0},{no:2,name:"publish",kind:"message",T:ct,repeated:!0}])),Nt=PA.makeMessageType("livekit.TimedVersion",(()=>[{no:1,name:"unix_micro",kind:"scalar",T:3},{no:2,name:"ticks",kind:"scalar",T:5}])),Gt=PA.makeEnum("livekit.DataStream.OperationType",[{no:0,name:"CREATE"},{no:1,name:"UPDATE"},{no:2,name:"DELETE"},{no:3,name:"REACTION"}]),jt=PA.makeMessageType("livekit.DataStream.TextHeader",(()=>[{no:1,name:"operation_type",kind:"enum",T:PA.getEnumType(Gt)},{no:2,name:"version",kind:"scalar",T:5},{no:3,name:"reply_to_stream_id",kind:"scalar",T:9},{no:4,name:"attached_stream_ids",kind:"scalar",T:9,repeated:!0},{no:5,name:"generated",kind:"scalar",T:8}]),{localName:"DataStream_TextHeader"}),Vt=PA.makeMessageType("livekit.DataStream.ByteHeader",(()=>[{no:1,name:"name",kind:"scalar",T:9}]),{localName:"DataStream_ByteHeader"}),Pt=PA.makeMessageType("livekit.DataStream.Header",(()=>[{no:1,name:"stream_id",kind:"scalar",T:9},{no:2,name:"timestamp",kind:"scalar",T:3},{no:3,name:"topic",kind:"scalar",T:9},{no:4,name:"mime_type",kind:"scalar",T:9},{no:5,name:"total_length",kind:"scalar",T:4,opt:!0},{no:7,name:"encryption_type",kind:"enum",T:PA.getEnumType(wt)},{no:8,name:"attributes",kind:"map",K:9,V:{kind:"scalar",T:9}},{no:9,name:"text_header",kind:"message",T:jt,oneof:"content_header"},{no:10,name:"byte_header",kind:"message",T:Vt,oneof:"content_header"}]),{localName:"DataStream_Header"}),_t=PA.makeMessageType("livekit.DataStream.Chunk",(()=>[{no:1,name:"stream_id",kind:"scalar",T:9},{no:2,name:"chunk_index",kind:"scalar",T:4},{no:3,name:"content",kind:"scalar",T:12},{no:4,name:"version",kind:"scalar",T:5},{no:5,name:"iv",kind:"scalar",T:12,opt:!0}]),{localName:"DataStream_Chunk"}),Jt=PA.makeMessageType("livekit.DataStream.Trailer",(()=>[{no:1,name:"stream_id",kind:"scalar",T:9},{no:2,name:"reason",kind:"scalar",T:9},{no:3,name:"attributes",kind:"map",K:9,V:{kind:"scalar",T:9}}]),{localName:"DataStream_Trailer"}),Xt=PA.makeEnum("livekit.SignalTarget",[{no:0,name:"PUBLISHER"},{no:1,name:"SUBSCRIBER"}]),Yt=PA.makeEnum("livekit.StreamState",[{no:0,name:"ACTIVE"},{no:1,name:"PAUSED"}]),Zt=PA.makeEnum("livekit.CandidateProtocol",[{no:0,name:"UDP"},{no:1,name:"TCP"},{no:2,name:"TLS"}]),Wt=PA.makeMessageType("livekit.SignalRequest",(()=>[{no:1,name:"offer",kind:"message",T:re,oneof:"message"},{no:2,name:"answer",kind:"message",T:re,oneof:"message"},{no:3,name:"trickle",kind:"message",T:Ae,oneof:"message"},{no:4,name:"add_track",kind:"message",T:zt,oneof:"message"},{no:5,name:"mute",kind:"message",T:te,oneof:"message"},{no:6,name:"subscription",kind:"message",T:ae,oneof:"message"},{no:7,name:"track_setting",kind:"message",T:ce,oneof:"message"},{no:8,name:"leave",kind:"message",T:le,oneof:"message"},{no:10,name:"update_layers",kind:"message",T:Be,oneof:"message"},{no:11,name:"subscription_permission",kind:"message",T:Ee,oneof:"message"},{no:12,name:"sync_state",kind:"message",T:ke,oneof:"message"},{no:13,name:"simulate",kind:"message",T:Se,oneof:"message"},{no:14,name:"ping",kind:"scalar",T:3,oneof:"message"},{no:15,name:"update_metadata",kind:"message",T:we,oneof:"message"},{no:16,name:"ping_req",kind:"message",T:Ke,oneof:"message"},{no:17,name:"update_audio_track",kind:"message",T:he,oneof:"message"},{no:18,name:"update_video_track",kind:"message",T:ue,oneof:"message"}])),qt=PA.makeMessageType("livekit.SignalResponse",(()=>[{no:1,name:"join",kind:"message",T:ee,oneof:"message"},{no:2,name:"answer",kind:"message",T:re,oneof:"message"},{no:3,name:"offer",kind:"message",T:re,oneof:"message"},{no:4,name:"trickle",kind:"message",T:Ae,oneof:"message"},{no:5,name:"update",kind:"message",T:oe,oneof:"message"},{no:6,name:"track_published",kind:"message",T:ne,oneof:"message"},{no:8,name:"leave",kind:"message",T:le,oneof:"message"},{no:9,name:"mute",kind:"message",T:te,oneof:"message"},{no:10,name:"speakers_changed",kind:"message",T:ge,oneof:"message"},{no:11,name:"room_update",kind:"message",T:Qe,oneof:"message"},{no:12,name:"connection_quality",kind:"message",T:pe,oneof:"message"},{no:13,name:"stream_state_update",kind:"message",T:Ue,oneof:"message"},{no:14,name:"subscribed_quality_update",kind:"message",T:ye,oneof:"message"},{no:15,name:"subscription_permission_update",kind:"message",T:He,oneof:"message"},{no:16,name:"refresh_token",kind:"scalar",T:9,oneof:"message"},{no:17,name:"track_unpublished",kind:"message",T:se,oneof:"message"},{no:18,name:"pong",kind:"scalar",T:3,oneof:"message"},{no:19,name:"reconnect",kind:"message",T:ie,oneof:"message"},{no:20,name:"pong_resp",kind:"message",T:Oe,oneof:"message"},{no:21,name:"subscription_response",kind:"message",T:Le,oneof:"message"},{no:22,name:"request_response",kind:"message",T:Re,oneof:"message"},{no:23,name:"track_subscribed",kind:"message",T:Ne,oneof:"message"},{no:24,name:"room_moved",kind:"message",T:Ie,oneof:"message"}])),$t=PA.makeMessageType("livekit.SimulcastCodec",(()=>[{no:1,name:"codec",kind:"scalar",T:9},{no:2,name:"cid",kind:"scalar",T:9}])),zt=PA.makeMessageType("livekit.AddTrackRequest",(()=>[{no:1,name:"cid",kind:"scalar",T:9},{no:2,name:"name",kind:"scalar",T:9},{no:3,name:"type",kind:"enum",T:PA.getEnumType(zA)},{no:4,name:"width",kind:"scalar",T:13},{no:5,name:"height",kind:"scalar",T:13},{no:6,name:"muted",kind:"scalar",T:8},{no:7,name:"disable_dtx",kind:"scalar",T:8},{no:8,name:"source",kind:"enum",T:PA.getEnumType(At)},{no:9,name:"layers",kind:"message",T:Qt,repeated:!0},{no:10,name:"simulcast_codecs",kind:"message",T:$t,repeated:!0},{no:11,name:"sid",kind:"scalar",T:9},{no:12,name:"stereo",kind:"scalar",T:8},{no:13,name:"disable_red",kind:"scalar",T:8},{no:14,name:"encryption",kind:"enum",T:PA.getEnumType(wt)},{no:15,name:"stream",kind:"scalar",T:9},{no:16,name:"backup_codec_policy",kind:"enum",T:PA.getEnumType($A)},{no:17,name:"audio_features",kind:"enum",T:PA.getEnumType(ot),repeated:!0}])),Ae=PA.makeMessageType("livekit.TrickleRequest",(()=>[{no:1,name:"candidateInit",kind:"scalar",T:9},{no:2,name:"target",kind:"enum",T:PA.getEnumType(Xt)},{no:3,name:"final",kind:"scalar",T:8}])),te=PA.makeMessageType("livekit.MuteTrackRequest",(()=>[{no:1,name:"sid",kind:"scalar",T:9},{no:2,name:"muted",kind:"scalar",T:8}])),ee=PA.makeMessageType("livekit.JoinResponse",(()=>[{no:1,name:"room",kind:"message",T:at},{no:2,name:"participant",kind:"message",T:ut},{no:3,name:"other_participants",kind:"message",T:ut,repeated:!0},{no:4,name:"server_version",kind:"scalar",T:9},{no:5,name:"ice_servers",kind:"message",T:fe,repeated:!0},{no:6,name:"subscriber_primary",kind:"scalar",T:8},{no:7,name:"alternative_url",kind:"scalar",T:9},{no:8,name:"client_configuration",kind:"message",T:Lt},{no:9,name:"server_region",kind:"scalar",T:9},{no:10,name:"ping_timeout",kind:"scalar",T:5},{no:11,name:"ping_interval",kind:"scalar",T:5},{no:12,name:"server_info",kind:"message",T:Kt},{no:13,name:"sif_trailer",kind:"scalar",T:12},{no:14,name:"enabled_publish_codecs",kind:"message",T:ct,repeated:!0},{no:15,name:"fast_publish",kind:"scalar",T:8}])),ie=PA.makeMessageType("livekit.ReconnectResponse",(()=>[{no:1,name:"ice_servers",kind:"message",T:fe,repeated:!0},{no:2,name:"client_configuration",kind:"message",T:Lt}])),ne=PA.makeMessageType("livekit.TrackPublishedResponse",(()=>[{no:1,name:"cid",kind:"scalar",T:9},{no:2,name:"track",kind:"message",T:gt}])),se=PA.makeMessageType("livekit.TrackUnpublishedResponse",(()=>[{no:1,name:"track_sid",kind:"scalar",T:9}])),re=PA.makeMessageType("livekit.SessionDescription",(()=>[{no:1,name:"type",kind:"scalar",T:9},{no:2,name:"sdp",kind:"scalar",T:9}])),oe=PA.makeMessageType("livekit.ParticipantUpdate",(()=>[{no:1,name:"participants",kind:"message",T:ut,repeated:!0}])),ae=PA.makeMessageType("livekit.UpdateSubscription",(()=>[{no:1,name:"track_sids",kind:"scalar",T:9,repeated:!0},{no:2,name:"subscribe",kind:"scalar",T:8},{no:3,name:"participant_tracks",kind:"message",T:St,repeated:!0}])),ce=PA.makeMessageType("livekit.UpdateTrackSettings",(()=>[{no:1,name:"track_sids",kind:"scalar",T:9,repeated:!0},{no:3,name:"disabled",kind:"scalar",T:8},{no:4,name:"quality",kind:"enum",T:PA.getEnumType(tt)},{no:5,name:"width",kind:"scalar",T:13},{no:6,name:"height",kind:"scalar",T:13},{no:7,name:"fps",kind:"scalar",T:13},{no:8,name:"priority",kind:"scalar",T:13}])),he=PA.makeMessageType("livekit.UpdateLocalAudioTrack",(()=>[{no:1,name:"track_sid",kind:"scalar",T:9},{no:2,name:"features",kind:"enum",T:PA.getEnumType(ot),repeated:!0}])),ue=PA.makeMessageType("livekit.UpdateLocalVideoTrack",(()=>[{no:1,name:"track_sid",kind:"scalar",T:9},{no:2,name:"width",kind:"scalar",T:13},{no:3,name:"height",kind:"scalar",T:13}])),le=PA.makeMessageType("livekit.LeaveRequest",(()=>[{no:1,name:"can_reconnect",kind:"scalar",T:8},{no:2,name:"reason",kind:"enum",T:PA.getEnumType(nt)},{no:3,name:"action",kind:"enum",T:PA.getEnumType(de)},{no:4,name:"regions",kind:"message",T:De}])),de=PA.makeEnum("livekit.LeaveRequest.Action",[{no:0,name:"DISCONNECT"},{no:1,name:"RESUME"},{no:2,name:"RECONNECT"}]),Be=PA.makeMessageType("livekit.UpdateVideoLayers",(()=>[{no:1,name:"track_sid",kind:"scalar",T:9},{no:2,name:"layers",kind:"message",T:Qt,repeated:!0}])),we=PA.makeMessageType("livekit.UpdateParticipantMetadata",(()=>[{no:1,name:"metadata",kind:"scalar",T:9},{no:2,name:"name",kind:"scalar",T:9},{no:3,name:"attributes",kind:"map",K:9,V:{kind:"scalar",T:9}},{no:4,name:"request_id",kind:"scalar",T:13}])),fe=PA.makeMessageType("livekit.ICEServer",(()=>[{no:1,name:"urls",kind:"scalar",T:9,repeated:!0},{no:2,name:"username",kind:"scalar",T:9},{no:3,name:"credential",kind:"scalar",T:9}])),ge=PA.makeMessageType("livekit.SpeakersChanged",(()=>[{no:1,name:"speakers",kind:"message",T:Ut,repeated:!0}])),Qe=PA.makeMessageType("livekit.RoomUpdate",(()=>[{no:1,name:"room",kind:"message",T:at}])),ve=PA.makeMessageType("livekit.ConnectionQualityInfo",(()=>[{no:1,name:"participant_sid",kind:"scalar",T:9},{no:2,name:"quality",kind:"enum",T:PA.getEnumType(et)},{no:3,name:"score",kind:"scalar",T:2}])),pe=PA.makeMessageType("livekit.ConnectionQualityUpdate",(()=>[{no:1,name:"updates",kind:"message",T:ve,repeated:!0}])),me=PA.makeMessageType("livekit.StreamStateInfo",(()=>[{no:1,name:"participant_sid",kind:"scalar",T:9},{no:2,name:"track_sid",kind:"scalar",T:9},{no:3,name:"state",kind:"enum",T:PA.getEnumType(Yt)}])),Ue=PA.makeMessageType("livekit.StreamStateUpdate",(()=>[{no:1,name:"stream_states",kind:"message",T:me,repeated:!0}])),Ce=PA.makeMessageType("livekit.SubscribedQuality",(()=>[{no:1,name:"quality",kind:"enum",T:PA.getEnumType(tt)},{no:2,name:"enabled",kind:"scalar",T:8}])),Fe=PA.makeMessageType("livekit.SubscribedCodec",(()=>[{no:1,name:"codec",kind:"scalar",T:9},{no:2,name:"qualities",kind:"message",T:Ce,repeated:!0}])),ye=PA.makeMessageType("livekit.SubscribedQualityUpdate",(()=>[{no:1,name:"track_sid",kind:"scalar",T:9},{no:2,name:"subscribed_qualities",kind:"message",T:Ce,repeated:!0},{no:3,name:"subscribed_codecs",kind:"message",T:Fe,repeated:!0}])),be=PA.makeMessageType("livekit.TrackPermission",(()=>[{no:1,name:"participant_sid",kind:"scalar",T:9},{no:2,name:"all_tracks",kind:"scalar",T:8},{no:3,name:"track_sids",kind:"scalar",T:9,repeated:!0},{no:4,name:"participant_identity",kind:"scalar",T:9}])),Ee=PA.makeMessageType("livekit.SubscriptionPermission",(()=>[{no:1,name:"all_participants",kind:"scalar",T:8},{no:2,name:"track_permissions",kind:"message",T:be,repeated:!0}])),He=PA.makeMessageType("livekit.SubscriptionPermissionUpdate",(()=>[{no:1,name:"participant_sid",kind:"scalar",T:9},{no:2,name:"track_sid",kind:"scalar",T:9},{no:3,name:"allowed",kind:"scalar",T:8}])),Ie=PA.makeMessageType("livekit.RoomMovedResponse",(()=>[{no:1,name:"room",kind:"message",T:at},{no:2,name:"token",kind:"scalar",T:9},{no:3,name:"participant",kind:"message",T:ut},{no:4,name:"other_participants",kind:"message",T:ut,repeated:!0}])),ke=PA.makeMessageType("livekit.SyncState",(()=>[{no:1,name:"answer",kind:"message",T:re},{no:2,name:"subscription",kind:"message",T:ae},{no:3,name:"publish_tracks",kind:"message",T:ne,repeated:!0},{no:4,name:"data_channels",kind:"message",T:Te,repeated:!0},{no:5,name:"offer",kind:"message",T:re},{no:6,name:"track_sids_disabled",kind:"scalar",T:9,repeated:!0}])),Te=PA.makeMessageType("livekit.DataChannelInfo",(()=>[{no:1,name:"label",kind:"scalar",T:9},{no:2,name:"id",kind:"scalar",T:13},{no:3,name:"target",kind:"enum",T:PA.getEnumType(Xt)}])),Se=PA.makeMessageType("livekit.SimulateScenario",(()=>[{no:1,name:"speaker_update",kind:"scalar",T:5,oneof:"scenario"},{no:2,name:"node_failure",kind:"scalar",T:8,oneof:"scenario"},{no:3,name:"migration",kind:"scalar",T:8,oneof:"scenario"},{no:4,name:"server_leave",kind:"scalar",T:8,oneof:"scenario"},{no:5,name:"switch_candidate_protocol",kind:"enum",T:PA.getEnumType(Zt),oneof:"scenario"},{no:6,name:"subscriber_bandwidth",kind:"scalar",T:3,oneof:"scenario"},{no:7,name:"disconnect_signal_on_resume",kind:"scalar",T:8,oneof:"scenario"},{no:8,name:"disconnect_signal_on_resume_no_messages",kind:"scalar",T:8,oneof:"scenario"},{no:9,name:"leave_request_full_reconnect",kind:"scalar",T:8,oneof:"scenario"}])),Ke=PA.makeMessageType("livekit.Ping",(()=>[{no:1,name:"timestamp",kind:"scalar",T:3},{no:2,name:"rtt",kind:"scalar",T:3}])),Oe=PA.makeMessageType("livekit.Pong",(()=>[{no:1,name:"last_ping_timestamp",kind:"scalar",T:3},{no:2,name:"timestamp",kind:"scalar",T:3}])),De=PA.makeMessageType("livekit.RegionSettings",(()=>[{no:1,name:"regions",kind:"message",T:Me,repeated:!0}])),Me=PA.makeMessageType("livekit.RegionInfo",(()=>[{no:1,name:"region",kind:"scalar",T:9},{no:2,name:"url",kind:"scalar",T:9},{no:3,name:"distance",kind:"scalar",T:3}])),Le=PA.makeMessageType("livekit.SubscriptionResponse",(()=>[{no:1,name:"track_sid",kind:"scalar",T:9},{no:2,name:"err",kind:"enum",T:PA.getEnumType(rt)}])),Re=PA.makeMessageType("livekit.RequestResponse",(()=>[{no:1,name:"request_id",kind:"scalar",T:13},{no:2,name:"reason",kind:"enum",T:PA.getEnumType(xe)},{no:3,name:"message",kind:"scalar",T:9}])),xe=PA.makeEnum("livekit.RequestResponse.Reason",[{no:0,name:"OK"},{no:1,name:"NOT_FOUND"},{no:2,name:"NOT_ALLOWED"},{no:3,name:"LIMIT_EXCEEDED"}]),Ne=PA.makeMessageType("livekit.TrackSubscribed",(()=>[{no:1,name:"track_sid",kind:"scalar",T:9}]));function Ge(A){return A&&A.A&&Object.prototype.hasOwnProperty.call(A,"default")?A.default:A}var je,Ve,Pe,_e,Je,Xe,Ye,Ze,We={exports:{}},qe=(je||(je=1,Pe=We.exports,_e=function(){var A=function(){},t="undefined",e=typeof window!==t&&typeof window.navigator!==t&&/Trident\/|MSIE /.test(window.navigator.userAgent),i=["trace","debug","info","warn","error"],n={},s=null;function r(A,t){var e=A[t];if("function"==typeof e.bind)return e.bind(A);try{return Function.prototype.bind.call(e,A)}catch(i){return function(){return Function.prototype.apply.apply(e,[A,arguments])}}}function o(){console.log&&(console.log.apply||Function.prototype.apply.apply(console.log,[console,arguments])),console.trace}function a(){for(var e=this.getLevel(),n=0;n<i.length;n++){var s=i[n];this[s]=n<e?A:this.methodFactory(s,e,this.name)}if(this.log=this.debug,typeof console===t&&e<this.levels.SILENT)return"No console available for logging"}function c(A){return function(){typeof console!==t&&(a.call(this),this[A].apply(this,arguments))}}function h(i,n,s){return(function(i){return"debug"===i&&(i="log"),typeof console!==t&&("trace"===i&&e?o:void 0!==console[i]?r(console,i):void 0!==console.log?r(console,"log"):A)})(i)||c.apply(this,arguments)}function u(A,e){var r,o,c,u=this,l="loglevel";function d(){var A;if(typeof window!==t&&l){try{A=window.localStorage[l]}catch(s){}if(typeof A===t)try{var e=window.document.cookie,i=encodeURIComponent(l),n=e.indexOf(i+"=");-1!==n&&(A=/^([^;]+)/.exec(e.slice(n+i.length+1))[1])}catch(s){}return void 0===u.levels[A]&&(A=void 0),A}}function B(A){var t=A;if("string"==typeof t&&void 0!==u.levels[t.toUpperCase()]&&(t=u.levels[t.toUpperCase()]),"number"==typeof t&&t>=0&&t<=u.levels.SILENT)return t;throw new TypeError("log.setLevel() called with invalid level: "+A)}"string"==typeof A?l+=":"+A:"symbol"==typeof A&&(l=void 0),u.name=A,u.levels={TRACE:0,DEBUG:1,INFO:2,WARN:3,ERROR:4,SILENT:5},u.methodFactory=e||h,u.getLevel=function(){return null!=c?c:null!=o?o:r},u.setLevel=function(A,e){return c=B(A),!1!==e&&(function(A){var e=(i[A]||"silent").toUpperCase();if(typeof window!==t&&l){try{return void(window.localStorage[l]=e)}catch(n){}try{window.document.cookie=encodeURIComponent(l)+"="+e+";"}catch(n){}}})(c),a.call(u)},u.setDefaultLevel=function(A){o=B(A),d()||u.setLevel(A,!1)},u.resetLevel=function(){c=null,(function(){if(typeof window!==t&&l){try{window.localStorage.removeItem(l)}catch(A){}try{window.document.cookie=encodeURIComponent(l)+"=; expires=Thu, 01 Jan 1970 00:00:00 UTC"}catch(A){}}})(),a.call(u)},u.enableAll=function(A){u.setLevel(u.levels.TRACE,A)},u.disableAll=function(A){u.setLevel(u.levels.SILENT,A)},u.rebuild=function(){if(s!==u&&(r=B(s.getLevel())),a.call(u),s===u)for(var A in n)n[A].rebuild()},r=B(s?s.getLevel():"WARN");var w=d();null!=w&&(c=B(w)),a.call(u)}(s=new u).getLogger=function(A){if("symbol"!=typeof A&&"string"!=typeof A||""===A)throw new TypeError("You must supply a name when creating a logger.");var t=n[A];return t||(t=n[A]=new u(A,s.methodFactory)),t};var l=typeof window!==t?window.log:void 0;return s.noConflict=function(){return typeof window!==t&&window.log===s&&(window.log=l),s},s.getLoggers=function(){return n},s.default=s,s},(Ve=We).exports?Ve.exports=_e():Pe.log=_e()),We.exports);(Xe=Je||(Je={}))[Xe.trace=0]="trace",Xe[Xe.debug=1]="debug",Xe[Xe.info=2]="info",Xe[Xe.warn=3]="warn",Xe[Xe.error=4]="error",Xe[Xe.silent=5]="silent",(Ze=Ye||(Ye={})).Default="livekit",Ze.Room="livekit-room",Ze.Participant="livekit-participant",Ze.Track="livekit-track",Ze.Publication="livekit-track-publication",Ze.Engine="livekit-engine",Ze.Signal="livekit-signal",Ze.PCManager="livekit-pc-manager",Ze.PCTransport="livekit-pc-transport",Ze.E2EE="lk-e2ee";let $e=qe.getLogger("livekit");function ze(A){const t=qe.getLogger(A);return t.setDefaultLevel($e.getLevel()),t}Object.values(Ye).map((A=>qe.getLogger(A))),$e.setDefaultLevel(Je.info);const Ai=qe.getLogger("lk-e2ee"),ti=7e3,ei=[0,300,1200,2700,4800,ti,ti,ti,ti,ti];function ii(A,t,e,i){return new(e||(e=Promise))((function(n,s){function r(A){try{a(i.next(A))}catch(t){s(t)}}function o(A){try{a(i.throw(A))}catch(t){s(t)}}function a(A){var t;A.done?n(A.value):(t=A.value,t instanceof e?t:new e((function(A){A(t)}))).then(r,o)}a((i=i.apply(A,t||[])).next())}))}function ni(A){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t,e=A[Symbol.asyncIterator];return e?e.call(A):(A=(function(A){var t="function"==typeof Symbol&&Symbol.iterator,e=t&&A[t],i=0;if(e)return e.call(A);if(A&&"number"==typeof A.length)return{next:function(){return A&&i>=A.length&&(A=void 0),{value:A&&A[i++],done:!A}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")})(A),t={},i("next"),i("throw"),i("return"),t[Symbol.asyncIterator]=function(){return this},t);function i(e){t[e]=A[e]&&function(t){return new Promise((function(i,n){!(function(A,t,e,i){Promise.resolve(i).then((function(t){A({value:t,done:e})}),t)})(i,n,(t=A[e](t)).done,t.value)}))}}}"function"==typeof SuppressedError&&SuppressedError;var si,ri={exports:{}},oi=(function(){if(si)return ri.exports;si=1;var A,t="object"==typeof Reflect?Reflect:null,e=t&&"function"==typeof t.apply?t.apply:function(A,t,e){return Function.prototype.apply.call(A,t,e)};A=t&&"function"==typeof t.ownKeys?t.ownKeys:Object.getOwnPropertySymbols?function(A){return Object.getOwnPropertyNames(A).concat(Object.getOwnPropertySymbols(A))}:function(A){return Object.getOwnPropertyNames(A)};var i=Number.isNaN||function(A){return A!=A};function n(){n.init.call(this)}ri.exports=n,ri.exports.once=function(A,t){return new Promise((function(e,i){function n(e){A.removeListener(t,s),i(e)}function s(){"function"==typeof A.removeListener&&A.removeListener("error",n),e([].slice.call(arguments))}B(A,t,s,{once:!0}),"error"!==t&&(function(A,t){"function"==typeof A.on&&B(A,"error",t,{once:!0})})(A,n)}))},n.EventEmitter=n,n.prototype.B=void 0,n.prototype.U=0,n.prototype.M=void 0;var s=10;function r(A){if("function"!=typeof A)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof A)}function o(A){return void 0===A.M?n.defaultMaxListeners:A.M}function a(A,t,e,i){var n,s,a;if(r(e),void 0===(s=A.B)?(s=A.B=Object.create(null),A.U=0):(void 0!==s.newListener&&(A.emit("newListener",t,e.listener?e.listener:e),s=A.B),a=s[t]),void 0===a)a=s[t]=e,++A.U;else if("function"==typeof a?a=s[t]=i?[e,a]:[a,e]:i?a.unshift(e):a.push(e),(n=o(A))>0&&a.length>n&&!a.warned){a.warned=!0;var c=new Error("Possible EventEmitter memory leak detected. "+a.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");c.name="MaxListenersExceededWarning",c.emitter=A,c.type=t,c.count=a.length,console&&console.warn}return A}function c(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function h(A,t,e){var i={fired:!1,wrapFn:void 0,target:A,type:t,listener:e},n=c.bind(i);return n.listener=e,i.wrapFn=n,n}function u(A,t,e){var i=A.B;if(void 0===i)return[];var n=i[t];return void 0===n?[]:"function"==typeof n?e?[n.listener||n]:[n]:e?(function(A){for(var t=new Array(A.length),e=0;e<t.length;++e)t[e]=A[e].listener||A[e];return t})(n):d(n,n.length)}function l(A){var t=this.B;if(void 0!==t){var e=t[A];if("function"==typeof e)return 1;if(void 0!==e)return e.length}return 0}function d(A,t){for(var e=new Array(t),i=0;i<t;++i)e[i]=A[i];return e}function B(A,t,e,i){if("function"==typeof A.on)i.once?A.once(t,e):A.on(t,e);else{if("function"!=typeof A.addEventListener)throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof A);A.addEventListener(t,(function n(s){i.once&&A.removeEventListener(t,n),e(s)}))}}return Object.defineProperty(n,"defaultMaxListeners",{enumerable:!0,get:function(){return s},set:function(A){if("number"!=typeof A||A<0||i(A))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+A+".");s=A}}),n.init=function(){void 0!==this.B&&this.B!==Object.getPrototypeOf(this).B||(this.B=Object.create(null),this.U=0),this.M=this.M||void 0},n.prototype.setMaxListeners=function(A){if("number"!=typeof A||A<0||i(A))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+A+".");return this.M=A,this},n.prototype.getMaxListeners=function(){return o(this)},n.prototype.emit=function(A){for(var t=[],i=1;i<arguments.length;i++)t.push(arguments[i]);var n="error"===A,s=this.B;if(void 0!==s)n=n&&void 0===s.error;else if(!n)return!1;if(n){var r;if(t.length>0&&(r=t[0]),r instanceof Error)throw r;var o=new Error("Unhandled error."+(r?" ("+r.message+")":""));throw o.context=r,o}var a=s[A];if(void 0===a)return!1;if("function"==typeof a)e(a,this,t);else{var c=a.length,h=d(a,c);for(i=0;i<c;++i)e(h[i],this,t)}return!0},n.prototype.addListener=function(A,t){return a(this,A,t,!1)},n.prototype.on=n.prototype.addListener,n.prototype.prependListener=function(A,t){return a(this,A,t,!0)},n.prototype.once=function(A,t){return r(t),this.on(A,h(this,A,t)),this},n.prototype.prependOnceListener=function(A,t){return r(t),this.prependListener(A,h(this,A,t)),this},n.prototype.removeListener=function(A,t){var e,i,n,s,o;if(r(t),void 0===(i=this.B))return this;if(void 0===(e=i[A]))return this;if(e===t||e.listener===t)0===--this.U?this.B=Object.create(null):(delete i[A],i.removeListener&&this.emit("removeListener",A,e.listener||t));else if("function"!=typeof e){for(n=-1,s=e.length-1;s>=0;s--)if(e[s]===t||e[s].listener===t){o=e[s].listener,n=s;break}if(n<0)return this;0===n?e.shift():(function(A,t){for(;t+1<A.length;t++)A[t]=A[t+1];A.pop()})(e,n),1===e.length&&(i[A]=e[0]),void 0!==i.removeListener&&this.emit("removeListener",A,o||t)}return this},n.prototype.off=n.prototype.removeListener,n.prototype.removeAllListeners=function(A){var t,e,i;if(void 0===(e=this.B))return this;if(void 0===e.removeListener)return 0===arguments.length?(this.B=Object.create(null),this.U=0):void 0!==e[A]&&(0===--this.U?this.B=Object.create(null):delete e[A]),this;if(0===arguments.length){var n,s=Object.keys(e);for(i=0;i<s.length;++i)"removeListener"!==(n=s[i])&&this.removeAllListeners(n);return this.removeAllListeners("removeListener"),this.B=Object.create(null),this.U=0,this}if("function"==typeof(t=e[A]))this.removeListener(A,t);else if(void 0!==t)for(i=t.length-1;i>=0;i--)this.removeListener(A,t[i]);return this},n.prototype.listeners=function(A){return u(this,A,!0)},n.prototype.rawListeners=function(A){return u(this,A,!1)},n.listenerCount=function(A,t){return"function"==typeof A.listenerCount?A.listenerCount(t):l.call(A,t)},n.prototype.listenerCount=l,n.prototype.eventNames=function(){return this.U>0?A(this.B):[]},ri.exports})();let ai=!0,ci=!0;function hi(A,t,e){const i=A.match(t);return i&&i.length>=e&&parseInt(i[e],10)}function ui(A,t,e){if(!A.RTCPeerConnection)return;const i=A.RTCPeerConnection.prototype,n=i.addEventListener;i.addEventListener=function(A,i){if(A!==t)return n.apply(this,arguments);const s=A=>{const t=e(A);t&&(i.handleEvent?i.handleEvent(t):i(t))};return this.R=this.R||{},this.R[t]||(this.R[t]=new Map),this.R[t].set(i,s),n.apply(this,[A,s])};const s=i.removeEventListener;i.removeEventListener=function(A,e){if(A!==t||!this.R||!this.R[t])return s.apply(this,arguments);if(!this.R[t].has(e))return s.apply(this,arguments);const i=this.R[t].get(e);return this.R[t].delete(e),0===this.R[t].size&&delete this.R[t],0===Object.keys(this.R).length&&delete this.R,s.apply(this,[A,i])},Object.defineProperty(i,"on"+t,{get(){return this["_on"+t]},set(A){this["_on"+t]&&(this.removeEventListener(t,this["_on"+t]),delete this["_on"+t]),A&&this.addEventListener(t,this["_on"+t]=A)},enumerable:!0,configurable:!0})}function li(A){return"boolean"!=typeof A?new Error("Argument type: "+typeof A+". Please use a boolean."):(ai=A,A?"adapter.js logging disabled":"adapter.js logging enabled")}function di(A){return"boolean"!=typeof A?new Error("Argument type: "+typeof A+". Please use a boolean."):(ci=!A,"adapter.js deprecation warnings "+(A?"disabled":"enabled"))}function Bi(){if("object"==typeof window){if(ai)return;"undefined"!=typeof console&&console.log}}function wi(A){return"[object Object]"===Object.prototype.toString.call(A)}function fi(A){return wi(A)?Object.keys(A).reduce((function(t,e){const i=wi(A[e]),n=i?fi(A[e]):A[e],s=i&&!Object.keys(n).length;return void 0===n||s?t:Object.assign(t,{[e]:n})}),{}):A}function gi(A,t,e){t&&!e.has(t.id)&&(e.set(t.id,t),Object.keys(t).forEach((i=>{i.endsWith("Id")?gi(A,A.get(t[i]),e):i.endsWith("Ids")&&t[i].forEach((t=>{gi(A,A.get(t),e)}))})))}function Qi(A,t,e){const i=e?"outbound-rtp":"inbound-rtp",n=new Map;if(null===t)return n;const s=[];return A.forEach((A=>{"track"===A.type&&A.trackIdentifier===t.id&&s.push(A)})),s.forEach((t=>{A.forEach((e=>{e.type===i&&e.trackId===t.id&&gi(A,e,n)}))})),n}const vi=Bi;function pi(A,t){const e=A&&A.navigator;if(!e.mediaDevices)return;const i=function(A){if("object"!=typeof A||A.mandatory||A.optional)return A;const t={};return Object.keys(A).forEach((e=>{if("require"===e||"advanced"===e||"mediaSource"===e)return;const i="object"==typeof A[e]?A[e]:{ideal:A[e]};void 0!==i.exact&&"number"==typeof i.exact&&(i.min=i.max=i.exact);const n=function(A,t){return A?A+t.charAt(0).toUpperCase()+t.slice(1):"deviceId"===t?"sourceId":t};if(void 0!==i.ideal){t.optional=t.optional||[];let A={};"number"==typeof i.ideal?(A[n("min",e)]=i.ideal,t.optional.push(A),A={},A[n("max",e)]=i.ideal,t.optional.push(A)):(A[n("",e)]=i.ideal,t.optional.push(A))}void 0!==i.exact&&"number"!=typeof i.exact?(t.mandatory=t.mandatory||{},t.mandatory[n("",e)]=i.exact):["min","max"].forEach((A=>{void 0!==i[A]&&(t.mandatory=t.mandatory||{},t.mandatory[n(A,e)]=i[A])}))})),A.advanced&&(t.optional=(t.optional||[]).concat(A.advanced)),t},n=function(A,n){if(t.version>=61)return n(A);if((A=JSON.parse(JSON.stringify(A)))&&"object"==typeof A.audio){const t=function(A,t,e){t in A&&!(e in A)&&(A[e]=A[t],delete A[t])};t((A=JSON.parse(JSON.stringify(A))).audio,"autoGainControl","googAutoGainControl"),t(A.audio,"noiseSuppression","googNoiseSuppression"),A.audio=i(A.audio)}if(A&&"object"==typeof A.video){let s=A.video.facingMode;s=s&&("object"==typeof s?s:{ideal:s});const r=t.version<66;if(s&&("user"===s.exact||"environment"===s.exact||"user"===s.ideal||"environment"===s.ideal)&&(!e.mediaDevices.getSupportedConstraints||!e.mediaDevices.getSupportedConstraints().facingMode||r)){let t;if(delete A.video.facingMode,"environment"===s.exact||"environment"===s.ideal?t=["back","rear"]:"user"!==s.exact&&"user"!==s.ideal||(t=["front"]),t)return e.mediaDevices.enumerateDevices().then((e=>{let r=(e=e.filter((A=>"videoinput"===A.kind))).find((A=>t.some((t=>A.label.toLowerCase().includes(t)))));return!r&&e.length&&t.includes("back")&&(r=e[e.length-1]),r&&(A.video.deviceId=s.exact?{exact:r.deviceId}:{ideal:r.deviceId}),A.video=i(A.video),vi("chrome: "+JSON.stringify(A)),n(A)}))}A.video=i(A.video)}return vi("chrome: "+JSON.stringify(A)),n(A)},s=function(A){return t.version>=64?A:{name:{PermissionDeniedError:"NotAllowedError",PermissionDismissedError:"NotAllowedError",InvalidStateError:"NotAllowedError",DevicesNotFoundError:"NotFoundError",ConstraintNotSatisfiedError:"OverconstrainedError",TrackStartError:"NotReadableError",MediaDeviceFailedDueToShutdown:"NotAllowedError",MediaDeviceKillSwitchOn:"NotAllowedError",TabCaptureError:"AbortError",ScreenCaptureError:"AbortError",DeviceCaptureError:"AbortError"}[A.name]||A.name,message:A.message,constraint:A.constraint||A.constraintName,toString(){return this.name+(this.message&&": ")+this.message}}};if(e.getUserMedia=function(A,t,i){n(A,(A=>{e.webkitGetUserMedia(A,t,(A=>{i&&i(s(A))}))}))}.bind(e),e.mediaDevices.getUserMedia){const A=e.mediaDevices.getUserMedia.bind(e.mediaDevices);e.mediaDevices.getUserMedia=function(t){return n(t,(t=>A(t).then((A=>{if(t.audio&&!A.getAudioTracks().length||t.video&&!A.getVideoTracks().length)throw A.getTracks().forEach((A=>{A.stop()})),new DOMException("","NotFoundError");return A}),(A=>Promise.reject(s(A))))))}}}function mi(A){A.MediaStream=A.MediaStream||A.webkitMediaStream}function Ui(A){if("object"==typeof A&&A.RTCPeerConnection&&!("ontrack"in A.RTCPeerConnection.prototype)){Object.defineProperty(A.RTCPeerConnection.prototype,"ontrack",{get(){return this.N},set(A){this.N&&this.removeEventListener("track",this.N),this.addEventListener("track",this.N=A)},enumerable:!0,configurable:!0});const t=A.RTCPeerConnection.prototype.setRemoteDescription;A.RTCPeerConnection.prototype.setRemoteDescription=function(){return this.P||(this.P=t=>{t.stream.addEventListener("addtrack",(e=>{let i;i=A.RTCPeerConnection.prototype.getReceivers?this.getReceivers().find((A=>A.track&&A.track.id===e.track.id)):{track:e.track};const n=new Event("track");n.track=e.track,n.receiver=i,n.transceiver={receiver:i},n.streams=[t.stream],this.dispatchEvent(n)})),t.stream.getTracks().forEach((e=>{let i;i=A.RTCPeerConnection.prototype.getReceivers?this.getReceivers().find((A=>A.track&&A.track.id===e.id)):{track:e};const n=new Event("track");n.track=e,n.receiver=i,n.transceiver={receiver:i},n.streams=[t.stream],this.dispatchEvent(n)}))},this.addEventListener("addstream",this.P)),t.apply(this,arguments)}}else ui(A,"track",(A=>(A.transceiver||Object.defineProperty(A,"transceiver",{value:{receiver:A.receiver}}),A)))}function Ci(A){if("object"==typeof A&&A.RTCPeerConnection&&!("getSenders"in A.RTCPeerConnection.prototype)&&"createDTMFSender"in A.RTCPeerConnection.prototype){const t=function(A,t){return{track:t,get dtmf(){return void 0===this._&&("audio"===t.kind?this._=A.createDTMFSender(t):this._=null),this._},J:A}};if(!A.RTCPeerConnection.prototype.getSenders){A.RTCPeerConnection.prototype.getSenders=function(){return this.X=this.X||[],this.X.slice()};const e=A.RTCPeerConnection.prototype.addTrack;A.RTCPeerConnection.prototype.addTrack=function(A,i){let n=e.apply(this,arguments);return n||(n=t(this,A),this.X.push(n)),n};const i=A.RTCPeerConnection.prototype.removeTrack;A.RTCPeerConnection.prototype.removeTrack=function(A){i.apply(this,arguments);const t=this.X.indexOf(A);-1!==t&&this.X.splice(t,1)}}const e=A.RTCPeerConnection.prototype.addStream;A.RTCPeerConnection.prototype.addStream=function(A){this.X=this.X||[],e.apply(this,[A]),A.getTracks().forEach((A=>{this.X.push(t(this,A))}))};const i=A.RTCPeerConnection.prototype.removeStream;A.RTCPeerConnection.prototype.removeStream=function(A){this.X=this.X||[],i.apply(this,[A]),A.getTracks().forEach((A=>{const t=this.X.find((t=>t.track===A));t&&this.X.splice(this.X.indexOf(t),1)}))}}else if("object"==typeof A&&A.RTCPeerConnection&&"getSenders"in A.RTCPeerConnection.prototype&&"createDTMFSender"in A.RTCPeerConnection.prototype&&A.RTCRtpSender&&!("dtmf"in A.RTCRtpSender.prototype)){const t=A.RTCPeerConnection.prototype.getSenders;A.RTCPeerConnection.prototype.getSenders=function(){const A=t.apply(this,[]);return A.forEach((A=>A.J=this)),A},Object.defineProperty(A.RTCRtpSender.prototype,"dtmf",{get(){return void 0===this._&&("audio"===this.track.kind?this._=this.J.createDTMFSender(this.track):this._=null),this._}})}}function Fi(A){if(!("object"==typeof A&&A.RTCPeerConnection&&A.RTCRtpSender&&A.RTCRtpReceiver))return;if(!("getStats"in A.RTCRtpSender.prototype)){const t=A.RTCPeerConnection.prototype.getSenders;t&&(A.RTCPeerConnection.prototype.getSenders=function(){const A=t.apply(this,[]);return A.forEach((A=>A.J=this)),A});const e=A.RTCPeerConnection.prototype.addTrack;e&&(A.RTCPeerConnection.prototype.addTrack=function(){const A=e.apply(this,arguments);return A.J=this,A}),A.RTCRtpSender.prototype.getStats=function(){const A=this;return this.J.getStats().then((t=>Qi(t,A.track,!0)))}}if(!("getStats"in A.RTCRtpReceiver.prototype)){const t=A.RTCPeerConnection.prototype.getReceivers;t&&(A.RTCPeerConnection.prototype.getReceivers=function(){const A=t.apply(this,[]);return A.forEach((A=>A.J=this)),A}),ui(A,"track",(A=>(A.receiver.J=A.srcElement,A))),A.RTCRtpReceiver.prototype.getStats=function(){const A=this;return this.J.getStats().then((t=>Qi(t,A.track,!1)))}}if(!("getStats"in A.RTCRtpSender.prototype)||!("getStats"in A.RTCRtpReceiver.prototype))return;const t=A.RTCPeerConnection.prototype.getStats;A.RTCPeerConnection.prototype.getStats=function(){if(arguments.length>0&&arguments[0]instanceof A.MediaStreamTrack){const A=arguments[0];let t,e,i;return this.getSenders().forEach((e=>{e.track===A&&(t?i=!0:t=e)})),this.getReceivers().forEach((t=>(t.track===A&&(e?i=!0:e=t),t.track===A))),i||t&&e?Promise.reject(new DOMException("There are more than one sender or receiver for the track.","InvalidAccessError")):t?t.getStats():e?e.getStats():Promise.reject(new DOMException("There is no sender or receiver for the track.","InvalidAccessError"))}return t.apply(this,arguments)}}function yi(A){A.RTCPeerConnection.prototype.getLocalStreams=function(){return this.Y=this.Y||{},Object.keys(this.Y).map((A=>this.Y[A][0]))};const t=A.RTCPeerConnection.prototype.addTrack;A.RTCPeerConnection.prototype.addTrack=function(A,e){if(!e)return t.apply(this,arguments);this.Y=this.Y||{};const i=t.apply(this,arguments);return this.Y[e.id]?-1===this.Y[e.id].indexOf(i)&&this.Y[e.id].push(i):this.Y[e.id]=[e,i],i};const e=A.RTCPeerConnection.prototype.addStream;A.RTCPeerConnection.prototype.addStream=function(A){this.Y=this.Y||{},A.getTracks().forEach((A=>{if(this.getSenders().find((t=>t.track===A)))throw new DOMException("Track already exists.","InvalidAccessError")}));const t=this.getSenders();e.apply(this,arguments);const i=this.getSenders().filter((A=>-1===t.indexOf(A)));this.Y[A.id]=[A].concat(i)};const i=A.RTCPeerConnection.prototype.removeStream;A.RTCPeerConnection.prototype.removeStream=function(A){return this.Y=this.Y||{},delete this.Y[A.id],i.apply(this,arguments)};const n=A.RTCPeerConnection.prototype.removeTrack;A.RTCPeerConnection.prototype.removeTrack=function(A){return this.Y=this.Y||{},A&&Object.keys(this.Y).forEach((t=>{const e=this.Y[t].indexOf(A);-1!==e&&this.Y[t].splice(e,1),1===this.Y[t].length&&delete this.Y[t]})),n.apply(this,arguments)}}function bi(A,t){if(!A.RTCPeerConnection)return;if(A.RTCPeerConnection.prototype.addTrack&&t.version>=65)return yi(A);const e=A.RTCPeerConnection.prototype.getLocalStreams;A.RTCPeerConnection.prototype.getLocalStreams=function(){const A=e.apply(this);return this.Z=this.Z||{},A.map((A=>this.Z[A.id]))};const i=A.RTCPeerConnection.prototype.addStream;A.RTCPeerConnection.prototype.addStream=function(t){if(this.W=this.W||{},this.Z=this.Z||{},t.getTracks().forEach((A=>{if(this.getSenders().find((t=>t.track===A)))throw new DOMException("Track already exists.","InvalidAccessError")})),!this.Z[t.id]){const e=new A.MediaStream(t.getTracks());this.W[t.id]=e,this.Z[e.id]=t,t=e}i.apply(this,[t])};const n=A.RTCPeerConnection.prototype.removeStream;function s(A,t){let e=t.sdp;return Object.keys(A.Z||[]).forEach((t=>{const i=A.Z[t],n=A.W[i.id];e=e.replace(new RegExp(n.id,"g"),i.id)})),new RTCSessionDescription({type:t.type,sdp:e})}A.RTCPeerConnection.prototype.removeStream=function(A){this.W=this.W||{},this.Z=this.Z||{},n.apply(this,[this.W[A.id]||A]),delete this.Z[this.W[A.id]?this.W[A.id].id:A.id],delete this.W[A.id]},A.RTCPeerConnection.prototype.addTrack=function(t,e){if("closed"===this.signalingState)throw new DOMException("The RTCPeerConnection's signalingState is 'closed'.","InvalidStateError");const i=[].slice.call(arguments,1);if(1!==i.length||!i[0].getTracks().find((A=>A===t)))throw new DOMException("The adapter.js addTrack polyfill only supports a single stream which is associated with the specified track.","NotSupportedError");if(this.getSenders().find((A=>A.track===t)))throw new DOMException("Track already exists.","InvalidAccessError");this.W=this.W||{},this.Z=this.Z||{};const n=this.W[e.id];if(n)n.addTrack(t),Promise.resolve().then((()=>{this.dispatchEvent(new Event("negotiationneeded"))}));else{const i=new A.MediaStream([t]);this.W[e.id]=i,this.Z[i.id]=e,this.addStream(i)}return this.getSenders().find((A=>A.track===t))},["createOffer","createAnswer"].forEach((function(t){const e=A.RTCPeerConnection.prototype[t],i={[t](){const A=arguments;return arguments.length&&"function"==typeof arguments[0]?e.apply(this,[t=>{const e=s(this,t);A[0].apply(null,[e])},t=>{A[1]&&A[1].apply(null,t)},arguments[2]]):e.apply(this,arguments).then((A=>s(this,A)))}};A.RTCPeerConnection.prototype[t]=i[t]}));const r=A.RTCPeerConnection.prototype.setLocalDescription;A.RTCPeerConnection.prototype.setLocalDescription=function(){return arguments.length&&arguments[0].type?(arguments[0]=(function(A,t){let e=t.sdp;return Object.keys(A.Z||[]).forEach((t=>{const i=A.Z[t],n=A.W[i.id];e=e.replace(new RegExp(i.id,"g"),n.id)})),new RTCSessionDescription({type:t.type,sdp:e})})(this,arguments[0]),r.apply(this,arguments)):r.apply(this,arguments)};const o=Object.getOwnPropertyDescriptor(A.RTCPeerConnection.prototype,"localDescription");Object.defineProperty(A.RTCPeerConnection.prototype,"localDescription",{get(){const A=o.get.apply(this);return""===A.type?A:s(this,A)}}),A.RTCPeerConnection.prototype.removeTrack=function(A){if("closed"===this.signalingState)throw new DOMException("The RTCPeerConnection's signalingState is 'closed'.","InvalidStateError");if(!A.J)throw new DOMException("Argument 1 of RTCPeerConnection.removeTrack does not implement interface RTCRtpSender.","TypeError");if(A.J!==this)throw new DOMException("Sender was not created by this connection.","InvalidAccessError");let t;this.W=this.W||{},Object.keys(this.W).forEach((e=>{this.W[e].getTracks().find((t=>A.track===t))&&(t=this.W[e])})),t&&(1===t.getTracks().length?this.removeStream(this.Z[t.id]):t.removeTrack(A.track),this.dispatchEvent(new Event("negotiationneeded")))}}function Ei(A,t){!A.RTCPeerConnection&&A.webkitRTCPeerConnection&&(A.RTCPeerConnection=A.webkitRTCPeerConnection),A.RTCPeerConnection&&t.version<53&&["setLocalDescription","setRemoteDescription","addIceCandidate"].forEach((function(t){const e=A.RTCPeerConnection.prototype[t],i={[t](){return arguments[0]=new("addIceCandidate"===t?A.RTCIceCandidate:A.RTCSessionDescription)(arguments[0]),e.apply(this,arguments)}};A.RTCPeerConnection.prototype[t]=i[t]}))}function Hi(A,t){ui(A,"negotiationneeded",(A=>{const e=A.target;if(!(t.version<72||e.getConfiguration&&"plan-b"===e.getConfiguration().sdpSemantics)||"stable"===e.signalingState)return A}))}var Ii=Object.freeze({__proto__:null,fixNegotiationNeeded:Hi,shimAddTrackRemoveTrack:bi,shimAddTrackRemoveTrackWithNative:yi,shimGetSendersWithDtmf:Ci,shimGetUserMedia:pi,shimMediaStream:mi,shimOnTrack:Ui,shimPeerConnection:Ei,shimSenderReceiverGetStats:Fi});function ki(A,t){const e=A&&A.navigator,i=A&&A.MediaStreamTrack;if(e.getUserMedia=function(A,t,i){e.mediaDevices.getUserMedia(A).then(t,i)},!(t.version>55&&"autoGainControl"in e.mediaDevices.getSupportedConstraints())){const A=function(A,t,e){t in A&&!(e in A)&&(A[e]=A[t],delete A[t])},t=e.mediaDevices.getUserMedia.bind(e.mediaDevices);if(e.mediaDevices.getUserMedia=function(e){return"object"==typeof e&&"object"==typeof e.audio&&(e=JSON.parse(JSON.stringify(e)),A(e.audio,"autoGainControl","mozAutoGainControl"),A(e.audio,"noiseSuppression","mozNoiseSuppression")),t(e)},i&&i.prototype.getSettings){const t=i.prototype.getSettings;i.prototype.getSettings=function(){const e=t.apply(this,arguments);return A(e,"mozAutoGainControl","autoGainControl"),A(e,"mozNoiseSuppression","noiseSuppression"),e}}if(i&&i.prototype.applyConstraints){const t=i.prototype.applyConstraints;i.prototype.applyConstraints=function(e){return"audio"===this.kind&&"object"==typeof e&&(e=JSON.parse(JSON.stringify(e)),A(e,"autoGainControl","mozAutoGainControl"),A(e,"noiseSuppression","mozNoiseSuppression")),t.apply(this,[e])}}}}function Ti(A){"object"==typeof A&&A.RTCTrackEvent&&"receiver"in A.RTCTrackEvent.prototype&&!("transceiver"in A.RTCTrackEvent.prototype)&&Object.defineProperty(A.RTCTrackEvent.prototype,"transceiver",{get(){return{receiver:this.receiver}}})}function Si(A,t){if("object"!=typeof A||!A.RTCPeerConnection&&!A.mozRTCPeerConnection)return;!A.RTCPeerConnection&&A.mozRTCPeerConnection&&(A.RTCPeerConnection=A.mozRTCPeerConnection),t.version<53&&["setLocalDescription","setRemoteDescription","addIceCandidate"].forEach((function(t){const e=A.RTCPeerConnection.prototype[t],i={[t](){return arguments[0]=new("addIceCandidate"===t?A.RTCIceCandidate:A.RTCSessionDescription)(arguments[0]),e.apply(this,arguments)}};A.RTCPeerConnection.prototype[t]=i[t]}));const e={inboundrtp:"inbound-rtp",outboundrtp:"outbound-rtp",candidatepair:"candidate-pair",localcandidate:"local-candidate",remotecandidate:"remote-candidate"},i=A.RTCPeerConnection.prototype.getStats;A.RTCPeerConnection.prototype.getStats=function(){const[A,n,s]=arguments;return i.apply(this,[A||null]).then((A=>{if(t.version<53&&!n)try{A.forEach((A=>{A.type=e[A.type]||A.type}))}catch(i){if("TypeError"!==i.name)throw i;A.forEach(((t,i)=>{A.set(i,Object.assign({},t,{type:e[t.type]||t.type}))}))}return A})).then(n,s)}}function Ki(A){if("object"!=typeof A||!A.RTCPeerConnection||!A.RTCRtpSender)return;if(A.RTCRtpSender&&"getStats"in A.RTCRtpSender.prototype)return;const t=A.RTCPeerConnection.prototype.getSenders;t&&(A.RTCPeerConnection.prototype.getSenders=function(){const A=t.apply(this,[]);return A.forEach((A=>A.J=this)),A});const e=A.RTCPeerConnection.prototype.addTrack;e&&(A.RTCPeerConnection.prototype.addTrack=function(){const A=e.apply(this,arguments);return A.J=this,A}),A.RTCRtpSender.prototype.getStats=function(){return this.track?this.J.getStats(this.track):Promise.resolve(new Map)}}function Oi(A){if("object"!=typeof A||!A.RTCPeerConnection||!A.RTCRtpSender)return;if(A.RTCRtpSender&&"getStats"in A.RTCRtpReceiver.prototype)return;const t=A.RTCPeerConnection.prototype.getReceivers;t&&(A.RTCPeerConnection.prototype.getReceivers=function(){const A=t.apply(this,[]);return A.forEach((A=>A.J=this)),A}),ui(A,"track",(A=>(A.receiver.J=A.srcElement,A))),A.RTCRtpReceiver.prototype.getStats=function(){return this.J.getStats(this.track)}}function Di(A){A.RTCPeerConnection&&!("removeStream"in A.RTCPeerConnection.prototype)&&(A.RTCPeerConnection.prototype.removeStream=function(A){this.getSenders().forEach((t=>{t.track&&A.getTracks().includes(t.track)&&this.removeTrack(t)}))})}function Mi(A){A.DataChannel&&!A.RTCDataChannel&&(A.RTCDataChannel=A.DataChannel)}function Li(A){if("object"!=typeof A||!A.RTCPeerConnection)return;const t=A.RTCPeerConnection.prototype.addTransceiver;t&&(A.RTCPeerConnection.prototype.addTransceiver=function(){this.setParametersPromises=[];let A=arguments[1]&&arguments[1].sendEncodings;void 0===A&&(A=[]),A=[...A];const e=A.length>0;e&&A.forEach((A=>{if("rid"in A&&!/^[a-z0-9]{0,16}$/i.test(A.rid))throw new TypeError("Invalid RID value provided.");if("scaleResolutionDownBy"in A&&!(parseFloat(A.scaleResolutionDownBy)>=1))throw new RangeError("scale_resolution_down_by must be >= 1.0");if("maxFramerate"in A&&!(parseFloat(A.maxFramerate)>=0))throw new RangeError("max_framerate must be >= 0.0")}));const i=t.apply(this,arguments);if(e){const{sender:t}=i,e=t.getParameters();(!("encodings"in e)||1===e.encodings.length&&0===Object.keys(e.encodings[0]).length)&&(e.encodings=A,t.sendEncodings=A,this.setParametersPromises.push(t.setParameters(e).then((()=>{delete t.sendEncodings})).catch((()=>{delete t.sendEncodings}))))}return i})}function Ri(A){if("object"!=typeof A||!A.RTCRtpSender)return;const t=A.RTCRtpSender.prototype.getParameters;t&&(A.RTCRtpSender.prototype.getParameters=function(){const A=t.apply(this,arguments);return"encodings"in A||(A.encodings=[].concat(this.sendEncodings||[{}])),A})}function xi(A){if("object"!=typeof A||!A.RTCPeerConnection)return;const t=A.RTCPeerConnection.prototype.createOffer;A.RTCPeerConnection.prototype.createOffer=function(){return this.setParametersPromises&&this.setParametersPromises.length?Promise.all(this.setParametersPromises).then((()=>t.apply(this,arguments))).finally((()=>{this.setParametersPromises=[]})):t.apply(this,arguments)}}function Ni(A){if("object"!=typeof A||!A.RTCPeerConnection)return;const t=A.RTCPeerConnection.prototype.createAnswer;A.RTCPeerConnection.prototype.createAnswer=function(){return this.setParametersPromises&&this.setParametersPromises.length?Promise.all(this.setParametersPromises).then((()=>t.apply(this,arguments))).finally((()=>{this.setParametersPromises=[]})):t.apply(this,arguments)}}var Gi=Object.freeze({__proto__:null,shimAddTransceiver:Li,shimCreateAnswer:Ni,shimCreateOffer:xi,shimGetDisplayMedia:function(A,t){A.navigator.mediaDevices&&"getDisplayMedia"in A.navigator.mediaDevices||A.navigator.mediaDevices&&(A.navigator.mediaDevices.getDisplayMedia=function(e){if(!e||!e.video){const A=new DOMException("getDisplayMedia without video constraints is undefined");return A.name="NotFoundError",A.code=8,Promise.reject(A)}return!0===e.video?e.video={mediaSource:t}:e.video.mediaSource=t,A.navigator.mediaDevices.getUserMedia(e)})},shimGetParameters:Ri,shimGetUserMedia:ki,shimOnTrack:Ti,shimPeerConnection:Si,shimRTCDataChannel:Mi,shimReceiverGetStats:Oi,shimRemoveStream:Di,shimSenderGetStats:Ki});function ji(A){if("object"==typeof A&&A.RTCPeerConnection){if("getLocalStreams"in A.RTCPeerConnection.prototype||(A.RTCPeerConnection.prototype.getLocalStreams=function(){return this.AA||(this.AA=[]),this.AA}),!("addStream"in A.RTCPeerConnection.prototype)){const t=A.RTCPeerConnection.prototype.addTrack;A.RTCPeerConnection.prototype.addStream=function(A){this.AA||(this.AA=[]),this.AA.includes(A)||this.AA.push(A),A.getAudioTracks().forEach((e=>t.call(this,e,A))),A.getVideoTracks().forEach((e=>t.call(this,e,A)))},A.RTCPeerConnection.prototype.addTrack=function(A){for(var e=arguments.length,i=new Array(e>1?e-1:0),n=1;n<e;n++)i[n-1]=arguments[n];return i&&i.forEach((A=>{this.AA?this.AA.includes(A)||this.AA.push(A):this.AA=[A]})),t.apply(this,arguments)}}"removeStream"in A.RTCPeerConnection.prototype||(A.RTCPeerConnection.prototype.removeStream=function(A){this.AA||(this.AA=[]);const t=this.AA.indexOf(A);if(-1===t)return;this.AA.splice(t,1);const e=A.getTracks();this.getSenders().forEach((A=>{e.includes(A.track)&&this.removeTrack(A)}))})}}function Vi(A){if("object"==typeof A&&A.RTCPeerConnection&&("getRemoteStreams"in A.RTCPeerConnection.prototype||(A.RTCPeerConnection.prototype.getRemoteStreams=function(){return this.tA?this.tA:[]}),!("onaddstream"in A.RTCPeerConnection.prototype))){Object.defineProperty(A.RTCPeerConnection.prototype,"onaddstream",{get(){return this.eA},set(A){this.eA&&(this.removeEventListener("addstream",this.eA),this.removeEventListener("track",this.iA)),this.addEventListener("addstream",this.eA=A),this.addEventListener("track",this.iA=A=>{A.streams.forEach((A=>{if(this.tA||(this.tA=[]),this.tA.includes(A))return;this.tA.push(A);const t=new Event("addstream");t.stream=A,this.dispatchEvent(t)}))})}});const t=A.RTCPeerConnection.prototype.setRemoteDescription;A.RTCPeerConnection.prototype.setRemoteDescription=function(){const A=this;return this.iA||this.addEventListener("track",this.iA=function(t){t.streams.forEach((t=>{if(A.tA||(A.tA=[]),A.tA.indexOf(t)>=0)return;A.tA.push(t);const e=new Event("addstream");e.stream=t,A.dispatchEvent(e)}))}),t.apply(A,arguments)}}}function Pi(A){if("object"!=typeof A||!A.RTCPeerConnection)return;const t=A.RTCPeerConnection.prototype,e=t.createOffer,i=t.createAnswer,n=t.setLocalDescription,s=t.setRemoteDescription,r=t.addIceCandidate;t.createOffer=function(A,t){const i=arguments.length>=2?arguments[2]:arguments[0],n=e.apply(this,[i]);return t?(n.then(A,t),Promise.resolve()):n},t.createAnswer=function(A,t){const e=arguments.length>=2?arguments[2]:arguments[0],n=i.apply(this,[e]);return t?(n.then(A,t),Promise.resolve()):n};let o=function(A,t,e){const i=n.apply(this,[A]);return e?(i.then(t,e),Promise.resolve()):i};t.setLocalDescription=o,o=function(A,t,e){const i=s.apply(this,[A]);return e?(i.then(t,e),Promise.resolve()):i},t.setRemoteDescription=o,o=function(A,t,e){const i=r.apply(this,[A]);return e?(i.then(t,e),Promise.resolve()):i},t.addIceCandidate=o}function _i(A){const t=A&&A.navigator;if(t.mediaDevices&&t.mediaDevices.getUserMedia){const A=t.mediaDevices,e=A.getUserMedia.bind(A);t.mediaDevices.getUserMedia=A=>e(Ji(A))}!t.getUserMedia&&t.mediaDevices&&t.mediaDevices.getUserMedia&&(t.getUserMedia=function(A,e,i){t.mediaDevices.getUserMedia(A).then(e,i)}.bind(t))}function Ji(A){return A&&void 0!==A.video?Object.assign({},A,{video:fi(A.video)}):A}function Xi(A){if(!A.RTCPeerConnection)return;const t=A.RTCPeerConnection;A.RTCPeerConnection=function(A,e){if(A&&A.iceServers){const t=[];for(let e=0;e<A.iceServers.length;e++){let i=A.iceServers[e];void 0===i.urls&&i.url?(i=JSON.parse(JSON.stringify(i)),i.urls=i.url,delete i.url,t.push(i)):t.push(A.iceServers[e])}A.iceServers=t}return new t(A,e)},A.RTCPeerConnection.prototype=t.prototype,"generateCertificate"in t&&Object.defineProperty(A.RTCPeerConnection,"generateCertificate",{get:()=>t.generateCertificate})}function Yi(A){"object"==typeof A&&A.RTCTrackEvent&&"receiver"in A.RTCTrackEvent.prototype&&!("transceiver"in A.RTCTrackEvent.prototype)&&Object.defineProperty(A.RTCTrackEvent.prototype,"transceiver",{get(){return{receiver:this.receiver}}})}function Zi(A){const t=A.RTCPeerConnection.prototype.createOffer;A.RTCPeerConnection.prototype.createOffer=function(A){if(A){void 0!==A.offerToReceiveAudio&&(A.offerToReceiveAudio=!!A.offerToReceiveAudio);const t=this.getTransceivers().find((A=>"audio"===A.receiver.track.kind));!1===A.offerToReceiveAudio&&t?"sendrecv"===t.direction?t.setDirection?t.setDirection("sendonly"):t.direction="sendonly":"recvonly"===t.direction&&(t.setDirection?t.setDirection("inactive"):t.direction="inactive"):!0!==A.offerToReceiveAudio||t||this.addTransceiver("audio",{direction:"recvonly"}),void 0!==A.offerToReceiveVideo&&(A.offerToReceiveVideo=!!A.offerToReceiveVideo);const e=this.getTransceivers().find((A=>"video"===A.receiver.track.kind));!1===A.offerToReceiveVideo&&e?"sendrecv"===e.direction?e.setDirection?e.setDirection("sendonly"):e.direction="sendonly":"recvonly"===e.direction&&(e.setDirection?e.setDirection("inactive"):e.direction="inactive"):!0!==A.offerToReceiveVideo||e||this.addTransceiver("video",{direction:"recvonly"})}return t.apply(this,arguments)}}function Wi(A){"object"!=typeof A||A.AudioContext||(A.AudioContext=A.webkitAudioContext)}var qi,$i=Object.freeze({__proto__:null,shimAudioContext:Wi,shimCallbacksAPI:Pi,shimConstraints:Ji,shimCreateOfferLegacy:Zi,shimGetUserMedia:_i,shimLocalStreamsAPI:ji,shimRTCIceServerUrls:Xi,shimRemoteStreamsAPI:Vi,shimTrackEventTransceiver:Yi}),zi={exports:{}},An=(qi||(qi=1,(function(A){const t={generateIdentifier:function(){return Math.random().toString(36).substring(2,12)}};t.localCName=t.generateIdentifier(),t.splitLines=function(A){return A.trim().split("\n").map((A=>A.trim()))},t.splitSections=function(A){return A.split("\nm=").map(((A,t)=>(t>0?"m="+A:A).trim()+"\r\n"))},t.getDescription=function(A){const e=t.splitSections(A);return e&&e[0]},t.getMediaSections=function(A){const e=t.splitSections(A);return e.shift(),e},t.matchPrefix=function(A,e){return t.splitLines(A).filter((A=>0===A.indexOf(e)))},t.parseCandidate=function(A){let t;t=0===A.indexOf("a=candidate:")?A.substring(12).split(" "):A.substring(10).split(" ");const e={foundation:t[0],component:{1:"rtp",2:"rtcp"}[t[1]]||t[1],protocol:t[2].toLowerCase(),priority:parseInt(t[3],10),ip:t[4],address:t[4],port:parseInt(t[5],10),type:t[7]};for(let i=8;i<t.length;i+=2)switch(t[i]){case"raddr":e.relatedAddress=t[i+1];break;case"rport":e.relatedPort=parseInt(t[i+1],10);break;case"tcptype":e.tcpType=t[i+1];break;case"ufrag":e.ufrag=t[i+1],e.usernameFragment=t[i+1];break;default:void 0===e[t[i]]&&(e[t[i]]=t[i+1])}return e},t.writeCandidate=function(A){const t=[];t.push(A.foundation);const e=A.component;"rtp"===e?t.push(1):"rtcp"===e?t.push(2):t.push(e),t.push(A.protocol.toUpperCase()),t.push(A.priority),t.push(A.address||A.ip),t.push(A.port);const i=A.type;return t.push("typ"),t.push(i),"host"!==i&&A.relatedAddress&&A.relatedPort&&(t.push("raddr"),t.push(A.relatedAddress),t.push("rport"),t.push(A.relatedPort)),A.tcpType&&"tcp"===A.protocol.toLowerCase()&&(t.push("tcptype"),t.push(A.tcpType)),(A.usernameFragment||A.ufrag)&&(t.push("ufrag"),t.push(A.usernameFragment||A.ufrag)),"candidate:"+t.join(" ")},t.parseIceOptions=function(A){return A.substring(14).split(" ")},t.parseRtpMap=function(A){let t=A.substring(9).split(" ");const e={payloadType:parseInt(t.shift(),10)};return t=t[0].split("/"),e.name=t[0],e.clockRate=parseInt(t[1],10),e.channels=3===t.length?parseInt(t[2],10):1,e.numChannels=e.channels,e},t.writeRtpMap=function(A){let t=A.payloadType;void 0!==A.preferredPayloadType&&(t=A.preferredPayloadType);const e=A.channels||A.numChannels||1;return"a=rtpmap:"+t+" "+A.name+"/"+A.clockRate+(1!==e?"/"+e:"")+"\r\n"},t.parseExtmap=function(A){const t=A.substring(9).split(" ");return{id:parseInt(t[0],10),direction:t[0].indexOf("/")>0?t[0].split("/")[1]:"sendrecv",uri:t[1],attributes:t.slice(2).join(" ")}},t.writeExtmap=function(A){return"a=extmap:"+(A.id||A.preferredId)+(A.direction&&"sendrecv"!==A.direction?"/"+A.direction:"")+" "+A.uri+(A.attributes?" "+A.attributes:"")+"\r\n"},t.parseFmtp=function(A){const t={};let e;const i=A.substring(A.indexOf(" ")+1).split(";");for(let n=0;n<i.length;n++)e=i[n].trim().split("="),t[e[0].trim()]=e[1];return t},t.writeFmtp=function(A){let t="",e=A.payloadType;if(void 0!==A.preferredPayloadType&&(e=A.preferredPayloadType),A.parameters&&Object.keys(A.parameters).length){const i=[];Object.keys(A.parameters).forEach((t=>{void 0!==A.parameters[t]?i.push(t+"="+A.parameters[t]):i.push(t)})),t+="a=fmtp:"+e+" "+i.join(";")+"\r\n"}return t},t.parseRtcpFb=function(A){const t=A.substring(A.indexOf(" ")+1).split(" ");return{type:t.shift(),parameter:t.join(" ")}},t.writeRtcpFb=function(A){let t="",e=A.payloadType;return void 0!==A.preferredPayloadType&&(e=A.preferredPayloadType),A.rtcpFeedback&&A.rtcpFeedback.length&&A.rtcpFeedback.forEach((A=>{t+="a=rtcp-fb:"+e+" "+A.type+(A.parameter&&A.parameter.length?" "+A.parameter:"")+"\r\n"})),t},t.parseSsrcMedia=function(A){const t=A.indexOf(" "),e={ssrc:parseInt(A.substring(7,t),10)},i=A.indexOf(":",t);return i>-1?(e.attribute=A.substring(t+1,i),e.value=A.substring(i+1)):e.attribute=A.substring(t+1),e},t.parseSsrcGroup=function(A){const t=A.substring(13).split(" ");return{semantics:t.shift(),ssrcs:t.map((A=>parseInt(A,10)))}},t.getMid=function(A){const e=t.matchPrefix(A,"a=mid:")[0];if(e)return e.substring(6)},t.parseFingerprint=function(A){const t=A.substring(14).split(" ");return{algorithm:t[0].toLowerCase(),value:t[1].toUpperCase()}},t.getDtlsParameters=function(A,e){return{role:"auto",fingerprints:t.matchPrefix(A+e,"a=fingerprint:").map(t.parseFingerprint)}},t.writeDtlsParameters=function(A,t){let e="a=setup:"+t+"\r\n";return A.fingerprints.forEach((A=>{e+="a=fingerprint:"+A.algorithm+" "+A.value+"\r\n"})),e},t.parseCryptoLine=function(A){const t=A.substring(9).split(" ");return{tag:parseInt(t[0],10),cryptoSuite:t[1],keyParams:t[2],sessionParams:t.slice(3)}},t.writeCryptoLine=function(A){return"a=crypto:"+A.tag+" "+A.cryptoSuite+" "+("object"==typeof A.keyParams?t.writeCryptoKeyParams(A.keyParams):A.keyParams)+(A.sessionParams?" "+A.sessionParams.join(" "):"")+"\r\n"},t.parseCryptoKeyParams=function(A){if(0!==A.indexOf("inline:"))return null;const t=A.substring(7).split("|");return{keyMethod:"inline",keySalt:t[0],lifeTime:t[1],mkiValue:t[2]?t[2].split(":")[0]:void 0,mkiLength:t[2]?t[2].split(":")[1]:void 0}},t.writeCryptoKeyParams=function(A){return A.keyMethod+":"+A.keySalt+(A.lifeTime?"|"+A.lifeTime:"")+(A.mkiValue&&A.mkiLength?"|"+A.mkiValue+":"+A.mkiLength:"")},t.getCryptoParameters=function(A,e){return t.matchPrefix(A+e,"a=crypto:").map(t.parseCryptoLine)},t.getIceParameters=function(A,e){const i=t.matchPrefix(A+e,"a=ice-ufrag:")[0],n=t.matchPrefix(A+e,"a=ice-pwd:")[0];return i&&n?{usernameFragment:i.substring(12),password:n.substring(10)}:null},t.writeIceParameters=function(A){let t="a=ice-ufrag:"+A.usernameFragment+"\r\na=ice-pwd:"+A.password+"\r\n";return A.iceLite&&(t+="a=ice-lite\r\n"),t},t.parseRtpParameters=function(A){const e={codecs:[],headerExtensions:[],fecMechanisms:[],rtcp:[]},i=t.splitLines(A)[0].split(" ");e.profile=i[2];for(let s=3;s<i.length;s++){const n=i[s],r=t.matchPrefix(A,"a=rtpmap:"+n+" ")[0];if(r){const i=t.parseRtpMap(r),s=t.matchPrefix(A,"a=fmtp:"+n+" ");switch(i.parameters=s.length?t.parseFmtp(s[0]):{},i.rtcpFeedback=t.matchPrefix(A,"a=rtcp-fb:"+n+" ").map(t.parseRtcpFb),e.codecs.push(i),i.name.toUpperCase()){case"RED":case"ULPFEC":e.fecMechanisms.push(i.name.toUpperCase())}}}t.matchPrefix(A,"a=extmap:").forEach((A=>{e.headerExtensions.push(t.parseExtmap(A))}));const n=t.matchPrefix(A,"a=rtcp-fb:* ").map(t.parseRtcpFb);return e.codecs.forEach((A=>{n.forEach((t=>{A.rtcpFeedback.find((A=>A.type===t.type&&A.parameter===t.parameter))||A.rtcpFeedback.push(t)}))})),e},t.writeRtpDescription=function(A,e){let i="";i+="m="+A+" ",i+=e.codecs.length>0?"9":"0",i+=" "+(e.profile||"UDP/TLS/RTP/SAVPF")+" ",i+=e.codecs.map((A=>void 0!==A.preferredPayloadType?A.preferredPayloadType:A.payloadType)).join(" ")+"\r\n",i+="c=IN IP4 0.0.0.0\r\n",i+="a=rtcp:9 IN IP4 0.0.0.0\r\n",e.codecs.forEach((A=>{i+=t.writeRtpMap(A),i+=t.writeFmtp(A),i+=t.writeRtcpFb(A)}));let n=0;return e.codecs.forEach((A=>{A.maxptime>n&&(n=A.maxptime)})),n>0&&(i+="a=maxptime:"+n+"\r\n"),e.headerExtensions&&e.headerExtensions.forEach((A=>{i+=t.writeExtmap(A)})),i},t.parseRtpEncodingParameters=function(A){const e=[],i=t.parseRtpParameters(A),n=-1!==i.fecMechanisms.indexOf("RED"),s=-1!==i.fecMechanisms.indexOf("ULPFEC"),r=t.matchPrefix(A,"a=ssrc:").map((A=>t.parseSsrcMedia(A))).filter((A=>"cname"===A.attribute)),o=r.length>0&&r[0].ssrc;let a;const c=t.matchPrefix(A,"a=ssrc-group:FID").map((A=>A.substring(17).split(" ").map((A=>parseInt(A,10)))));c.length>0&&c[0].length>1&&c[0][0]===o&&(a=c[0][1]),i.codecs.forEach((A=>{if("RTX"===A.name.toUpperCase()&&A.parameters.apt){let t={ssrc:o,codecPayloadType:parseInt(A.parameters.apt,10)};o&&a&&(t.rtx={ssrc:a}),e.push(t),n&&(t=JSON.parse(JSON.stringify(t)),t.fec={ssrc:o,mechanism:s?"red+ulpfec":"red"},e.push(t))}})),0===e.length&&o&&e.push({ssrc:o});let h=t.matchPrefix(A,"b=");return h.length&&(h=0===h[0].indexOf("b=TIAS:")?parseInt(h[0].substring(7),10):0===h[0].indexOf("b=AS:")?1e3*parseInt(h[0].substring(5),10)*.95-16e3:void 0,e.forEach((A=>{A.maxBitrate=h}))),e},t.parseRtcpParameters=function(A){const e={},i=t.matchPrefix(A,"a=ssrc:").map((A=>t.parseSsrcMedia(A))).filter((A=>"cname"===A.attribute))[0];i&&(e.cname=i.value,e.ssrc=i.ssrc);const n=t.matchPrefix(A,"a=rtcp-rsize");e.reducedSize=n.length>0,e.compound=0===n.length;const s=t.matchPrefix(A,"a=rtcp-mux");return e.mux=s.length>0,e},t.writeRtcpParameters=function(A){let t="";return A.reducedSize&&(t+="a=rtcp-rsize\r\n"),A.mux&&(t+="a=rtcp-mux\r\n"),void 0!==A.ssrc&&A.cname&&(t+="a=ssrc:"+A.ssrc+" cname:"+A.cname+"\r\n"),t},t.parseMsid=function(A){let e;const i=t.matchPrefix(A,"a=msid:");if(1===i.length)return e=i[0].substring(7).split(" "),{stream:e[0],track:e[1]};const n=t.matchPrefix(A,"a=ssrc:").map((A=>t.parseSsrcMedia(A))).filter((A=>"msid"===A.attribute));return n.length>0?(e=n[0].value.split(" "),{stream:e[0],track:e[1]}):void 0},t.parseSctpDescription=function(A){const e=t.parseMLine(A),i=t.matchPrefix(A,"a=max-message-size:");let n;i.length>0&&(n=parseInt(i[0].substring(19),10)),isNaN(n)&&(n=65536);const s=t.matchPrefix(A,"a=sctp-port:");if(s.length>0)return{port:parseInt(s[0].substring(12),10),protocol:e.fmt,maxMessageSize:n};const r=t.matchPrefix(A,"a=sctpmap:");if(r.length>0){const A=r[0].substring(10).split(" ");return{port:parseInt(A[0],10),protocol:A[1],maxMessageSize:n}}},t.writeSctpDescription=function(A,t){let e=[];return e="DTLS/SCTP"!==A.protocol?["m="+A.kind+" 9 "+A.protocol+" "+t.protocol+"\r\n","c=IN IP4 0.0.0.0\r\n","a=sctp-port:"+t.port+"\r\n"]:["m="+A.kind+" 9 "+A.protocol+" "+t.port+"\r\n","c=IN IP4 0.0.0.0\r\n","a=sctpmap:"+t.port+" "+t.protocol+" 65535\r\n"],void 0!==t.maxMessageSize&&e.push("a=max-message-size:"+t.maxMessageSize+"\r\n"),e.join("")},t.generateSessionId=function(){return Math.random().toString().substr(2,22)},t.writeSessionBoilerplate=function(A,e,i){let n;const s=void 0!==e?e:2;return n=A||t.generateSessionId(),"v=0\r\no="+(i||"thisisadapterortc")+" "+n+" "+s+" IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\n"},t.getDirection=function(A,e){const i=t.splitLines(A);for(let t=0;t<i.length;t++)switch(i[t]){case"a=sendrecv":case"a=sendonly":case"a=recvonly":case"a=inactive":return i[t].substring(2)}return e?t.getDirection(e):"sendrecv"},t.getKind=function(A){return t.splitLines(A)[0].split(" ")[0].substring(2)},t.isRejected=function(A){return"0"===A.split(" ",2)[1]},t.parseMLine=function(A){const e=t.splitLines(A)[0].substring(2).split(" ");return{kind:e[0],port:parseInt(e[1],10),protocol:e[2],fmt:e.slice(3).join(" ")}},t.parseOLine=function(A){const e=t.matchPrefix(A,"o=")[0].substring(2).split(" ");return{username:e[0],sessionId:e[1],sessionVersion:parseInt(e[2],10),netType:e[3],addressType:e[4],address:e[5]}},t.isValidSDP=function(A){if("string"!=typeof A||0===A.length)return!1;const e=t.splitLines(A);for(let t=0;t<e.length;t++)if(e[t].length<2||"="!==e[t].charAt(1))return!1;return!0},A.exports=t})(zi)),zi.exports),tn=Ge(An),en=B({__proto__:null,default:tn},[An]);function nn(A){if(!A.RTCIceCandidate||A.RTCIceCandidate&&"foundation"in A.RTCIceCandidate.prototype)return;const t=A.RTCIceCandidate;A.RTCIceCandidate=function(A){if("object"==typeof A&&A.candidate&&0===A.candidate.indexOf("a=")&&((A=JSON.parse(JSON.stringify(A))).candidate=A.candidate.substring(2)),A.candidate&&A.candidate.length){const e=new t(A),i=tn.parseCandidate(A.candidate);for(const A in i)A in e||Object.defineProperty(e,A,{value:i[A]});return e.toJSON=function(){return{candidate:e.candidate,sdpMid:e.sdpMid,sdpMLineIndex:e.sdpMLineIndex,usernameFragment:e.usernameFragment}},e}return new t(A)},A.RTCIceCandidate.prototype=t.prototype,ui(A,"icecandidate",(t=>(t.candidate&&Object.defineProperty(t,"candidate",{value:new A.RTCIceCandidate(t.candidate),writable:"false"}),t)))}function sn(A){!A.RTCIceCandidate||A.RTCIceCandidate&&"relayProtocol"in A.RTCIceCandidate.prototype||ui(A,"icecandidate",(A=>{if(A.candidate){const t=tn.parseCandidate(A.candidate.candidate);"relay"===t.type&&(A.candidate.relayProtocol={0:"tls",1:"tcp",2:"udp"}[t.priority>>24])}return A}))}function rn(A,t){if(!A.RTCPeerConnection)return;"sctp"in A.RTCPeerConnection.prototype||Object.defineProperty(A.RTCPeerConnection.prototype,"sctp",{get(){return void 0===this.nA?null:this.nA}});const e=A.RTCPeerConnection.prototype.setRemoteDescription;A.RTCPeerConnection.prototype.setRemoteDescription=function(){if(this.nA=null,"chrome"===t.browser&&t.version>=76){const{sdpSemantics:A}=this.getConfiguration();"plan-b"===A&&Object.defineProperty(this,"sctp",{get(){return void 0===this.nA?null:this.nA},enumerable:!0,configurable:!0})}if((function(A){if(!A||!A.sdp)return!1;const t=tn.splitSections(A.sdp);return t.shift(),t.some((A=>{const t=tn.parseMLine(A);return t&&"application"===t.kind&&-1!==t.protocol.indexOf("SCTP")}))})(arguments[0])){const A=(function(A){const t=A.sdp.match(/mozilla...THIS_IS_SDPARTA-(\d+)/);if(null===t||t.length<2)return-1;const e=parseInt(t[1],10);return e!=e?-1:e})(arguments[0]),e=(function(A){let e=65536;return"firefox"===t.browser&&(e=t.version<57?-1===A?16384:2147483637:t.version<60?57===t.version?65535:65536:2147483637),e})(A),i=(function(A,e){let i=65536;"firefox"===t.browser&&57===t.version&&(i=65535);const n=tn.matchPrefix(A.sdp,"a=max-message-size:");return n.length>0?i=parseInt(n[0].substring(19),10):"firefox"===t.browser&&-1!==e&&(i=2147483637),i})(arguments[0],A);let n;n=0===e&&0===i?Number.POSITIVE_INFINITY:0===e||0===i?Math.max(e,i):Math.min(e,i);const s={};Object.defineProperty(s,"maxMessageSize",{get:()=>n}),this.nA=s}return e.apply(this,arguments)}}function on(A){if(!A.RTCPeerConnection||!("createDataChannel"in A.RTCPeerConnection.prototype))return;function t(A,t){const e=A.send;A.send=function(){const i=arguments[0],n=i.length||i.size||i.byteLength;if("open"===A.readyState&&t.sctp&&n>t.sctp.maxMessageSize)throw new TypeError("Message too large (can send a maximum of "+t.sctp.maxMessageSize+" bytes)");return e.apply(A,arguments)}}const e=A.RTCPeerConnection.prototype.createDataChannel;A.RTCPeerConnection.prototype.createDataChannel=function(){const A=e.apply(this,arguments);return t(A,this),A},ui(A,"datachannel",(A=>(t(A.channel,A.target),A)))}function an(A){if(!A.RTCPeerConnection||"connectionState"in A.RTCPeerConnection.prototype)return;const t=A.RTCPeerConnection.prototype;Object.defineProperty(t,"connectionState",{get(){return{completed:"connected",checking:"connecting"}[this.iceConnectionState]||this.iceConnectionState},enumerable:!0,configurable:!0}),Object.defineProperty(t,"onconnectionstatechange",{get(){return this.sA||null},set(A){this.sA&&(this.removeEventListener("connectionstatechange",this.sA),delete this.sA),A&&this.addEventListener("connectionstatechange",this.sA=A)},enumerable:!0,configurable:!0}),["setLocalDescription","setRemoteDescription"].forEach((A=>{const e=t[A];t[A]=function(){return this.rA||(this.rA=A=>{const t=A.target;if(t.oA!==t.connectionState){t.oA=t.connectionState;const e=new Event("connectionstatechange",A);t.dispatchEvent(e)}return A},this.addEventListener("iceconnectionstatechange",this.rA)),e.apply(this,arguments)}}))}function cn(A,t){if(!A.RTCPeerConnection)return;if("chrome"===t.browser&&t.version>=71)return;if("safari"===t.browser&&t.version>=605)return;const e=A.RTCPeerConnection.prototype.setRemoteDescription;A.RTCPeerConnection.prototype.setRemoteDescription=function(t){if(t&&t.sdp&&-1!==t.sdp.indexOf("\na=extmap-allow-mixed")){const e=t.sdp.split("\n").filter((A=>"a=extmap-allow-mixed"!==A.trim())).join("\n");A.RTCSessionDescription&&t instanceof A.RTCSessionDescription?arguments[0]=new A.RTCSessionDescription({type:t.type,sdp:e}):t.sdp=e}return e.apply(this,arguments)}}function hn(A,t){if(!A.RTCPeerConnection||!A.RTCPeerConnection.prototype)return;const e=A.RTCPeerConnection.prototype.addIceCandidate;e&&0!==e.length&&(A.RTCPeerConnection.prototype.addIceCandidate=function(){return arguments[0]?("chrome"===t.browser&&t.version<78||"firefox"===t.browser&&t.version<68||"safari"===t.browser)&&arguments[0]&&""===arguments[0].candidate?Promise.resolve():e.apply(this,arguments):(arguments[1]&&arguments[1].apply(null),Promise.resolve())})}function un(A,t){if(!A.RTCPeerConnection||!A.RTCPeerConnection.prototype)return;const e=A.RTCPeerConnection.prototype.setLocalDescription;e&&0!==e.length&&(A.RTCPeerConnection.prototype.setLocalDescription=function(){let A=arguments[0]||{};if("object"!=typeof A||A.type&&A.sdp)return e.apply(this,arguments);if(A={type:A.type,sdp:A.sdp},!A.type)switch(this.signalingState){case"stable":case"have-local-offer":case"have-remote-pranswer":A.type="offer";break;default:A.type="answer"}return A.sdp||"offer"!==A.type&&"answer"!==A.type?e.apply(this,[A]):("offer"===A.type?this.createOffer:this.createAnswer).apply(this).then((A=>e.apply(this,[A])))})}var ln=Object.freeze({__proto__:null,removeExtmapAllowMixed:cn,shimAddIceCandidateNullOrEmpty:hn,shimConnectionState:an,shimMaxMessageSize:rn,shimParameterlessSetLocalDescription:un,shimRTCIceCandidate:nn,shimRTCIceCandidateRelayProtocol:sn,shimSendThrowTypeError:on});!(function(){let{window:A}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{shimChrome:!0,shimFirefox:!0,shimSafari:!0};const e=Bi,i=(function(A){const t={browser:null,version:null};if(void 0===A||!A.navigator||!A.navigator.userAgent)return t.browser="Not a browser.",t;const{navigator:e}=A;if(e.userAgentData&&e.userAgentData.brands){const A=e.userAgentData.brands.find((A=>"Chromium"===A.brand));if(A)return{browser:"chrome",version:parseInt(A.version,10)}}if(e.mozGetUserMedia)t.browser="firefox",t.version=hi(e.userAgent,/Firefox\/(\d+)\./,1);else if(e.webkitGetUserMedia||!1===A.isSecureContext&&A.webkitRTCPeerConnection)t.browser="chrome",t.version=hi(e.userAgent,/Chrom(e|ium)\/(\d+)\./,2);else{if(!A.RTCPeerConnection||!e.userAgent.match(/AppleWebKit\/(\d+)\./))return t.browser="Not a supported browser.",t;t.browser="safari",t.version=hi(e.userAgent,/AppleWebKit\/(\d+)\./,1),t.supportsUnifiedPlan=A.RTCRtpTransceiver&&"currentDirection"in A.RTCRtpTransceiver.prototype}return t})(A),n={browserDetails:i,commonShim:ln,extractVersion:hi,disableLog:li,disableWarnings:di,sdp:en};switch(i.browser){case"chrome":if(!Ii||!Ei||!t.shimChrome)return e("Chrome shim is not included in this adapter release."),n;if(null===i.version)return e("Chrome shim can not determine version, not shimming."),n;e("adapter.js shimming chrome."),n.browserShim=Ii,hn(A,i),un(A),pi(A,i),mi(A),Ei(A,i),Ui(A),bi(A,i),Ci(A),Fi(A),Hi(A,i),nn(A),sn(A),an(A),rn(A,i),on(A),cn(A,i);break;case"firefox":if(!Gi||!Si||!t.shimFirefox)return e("Firefox shim is not included in this adapter release."),n;e("adapter.js shimming firefox."),n.browserShim=Gi,hn(A,i),un(A),ki(A,i),Si(A,i),Ti(A),Di(A),Ki(A),Oi(A),Mi(A),Li(A),Ri(A),xi(A),Ni(A),nn(A),an(A),rn(A,i),on(A);break;case"safari":if(!$i||!t.shimSafari)return e("Safari shim is not included in this adapter release."),n;e("adapter.js shimming safari."),n.browserShim=$i,hn(A,i),un(A),Xi(A),Zi(A),Pi(A),ji(A),Vi(A),Yi(A),_i(A),Wi(A),nn(A),sn(A),rn(A,i),on(A),cn(A,i);break;default:e("Unsupported browser!")}})({window:"undefined"==typeof window?void 0:window});const dn="lk_e2ee";var Bn,wn,fn,gn,Qn,vn,pn,mn,Un,Cn,Fn,yn,bn,En,Hn,In,kn,Tn,Sn,Kn;function On(){return void 0!==window.RTCRtpScriptTransform}(wn=Bn||(Bn={})).SetKey="setKey",wn.RatchetRequest="ratchetRequest",wn.KeyRatcheted="keyRatcheted",(fn||(fn={})).KeyRatcheted="keyRatcheted",(Qn=gn||(gn={})).ParticipantEncryptionStatusChanged="participantEncryptionStatusChanged",Qn.EncryptionError="encryptionError",(vn||(vn={})).Error="cryptorError",oi.EventEmitter;class Dn extends Error{constructor(A,t){super(t||"an error has occured"),this.name="LiveKitError",this.code=A}}(mn=pn||(pn={}))[mn.NotAllowed=0]="NotAllowed",mn[mn.ServerUnreachable=1]="ServerUnreachable",mn[mn.InternalError=2]="InternalError",mn[mn.Cancelled=3]="Cancelled",mn[mn.LeaveRequest=4]="LeaveRequest";class Mn extends Dn{constructor(A,t,e,i){super(1,A),this.name="ConnectionError",this.status=e,this.reason=t,this.context=i,this.reasonName=pn[t]}}class Ln extends Dn{constructor(A){super(21,null!=A?A:"device is unsupported"),this.name="DeviceUnsupportedError"}}class Rn extends Dn{constructor(A){super(20,null!=A?A:"track is invalid"),this.name="TrackInvalidError"}}class xn extends Dn{constructor(A){super(10,null!=A?A:"unsupported server"),this.name="UnsupportedServer"}}class Nn extends Dn{constructor(A){super(12,null!=A?A:"unexpected connection state"),this.name="UnexpectedConnectionState"}}class Gn extends Dn{constructor(A){super(13,null!=A?A:"unable to negotiate"),this.name="NegotiationError"}}class jn extends Dn{constructor(A,t){super(15,A),this.name="PublishTrackError",this.status=t}}class Vn extends Dn{constructor(A,t){super(15,A),this.reason=t,this.reasonName="string"==typeof t?t:xe[t]}}(Cn=Un||(Un={})).PermissionDenied="PermissionDenied",Cn.NotFound="NotFound",Cn.DeviceInUse="DeviceInUse",Cn.Other="Other",(function(A){A.getFailure=function(t){if(t&&"name"in t)return"NotFoundError"===t.name||"DevicesNotFoundError"===t.name?A.NotFound:"NotAllowedError"===t.name||"PermissionDeniedError"===t.name?A.PermissionDenied:"NotReadableError"===t.name||"TrackStartError"===t.name?A.DeviceInUse:A.Other}})(Un||(Un={})),(yn=Fn||(Fn={}))[yn.InvalidKey=0]="InvalidKey",yn[yn.MissingKey=1]="MissingKey",yn[yn.InternalError=2]="InternalError",(En=bn||(bn={})).Connected="connected",En.Reconnecting="reconnecting",En.SignalReconnecting="signalReconnecting",En.Reconnected="reconnected",En.Disconnected="disconnected",En.ConnectionStateChanged="connectionStateChanged",En.Moved="moved",En.MediaDevicesChanged="mediaDevicesChanged",En.ParticipantConnected="participantConnected",En.ParticipantDisconnected="participantDisconnected",En.TrackPublished="trackPublished",En.TrackSubscribed="trackSubscribed",En.TrackSubscriptionFailed="trackSubscriptionFailed",En.TrackUnpublished="trackUnpublished",En.TrackUnsubscribed="trackUnsubscribed",En.TrackMuted="trackMuted",En.TrackUnmuted="trackUnmuted",En.LocalTrackPublished="localTrackPublished",En.LocalTrackUnpublished="localTrackUnpublished",En.LocalAudioSilenceDetected="localAudioSilenceDetected",En.ActiveSpeakersChanged="activeSpeakersChanged",En.ParticipantMetadataChanged="participantMetadataChanged",En.ParticipantNameChanged="participantNameChanged",En.ParticipantAttributesChanged="participantAttributesChanged",En.ParticipantActive="participantActive",En.RoomMetadataChanged="roomMetadataChanged",En.DataReceived="dataReceived",En.SipDTMFReceived="sipDTMFReceived",En.TranscriptionReceived="transcriptionReceived",En.ConnectionQualityChanged="connectionQualityChanged",En.TrackStreamStateChanged="trackStreamStateChanged",En.TrackSubscriptionPermissionChanged="trackSubscriptionPermissionChanged",En.TrackSubscriptionStatusChanged="trackSubscriptionStatusChanged",En.AudioPlaybackStatusChanged="audioPlaybackChanged",En.VideoPlaybackStatusChanged="videoPlaybackChanged",En.MediaDevicesError="mediaDevicesError",En.ParticipantPermissionsChanged="participantPermissionsChanged",En.SignalConnected="signalConnected",En.RecordingStatusChanged="recordingStatusChanged",En.ParticipantEncryptionStatusChanged="participantEncryptionStatusChanged",En.EncryptionError="encryptionError",En.DCBufferStatusChanged="dcBufferStatusChanged",En.ActiveDeviceChanged="activeDeviceChanged",En.ChatMessage="chatMessage",En.LocalTrackSubscribed="localTrackSubscribed",En.MetricsReceived="metricsReceived",(In=Hn||(Hn={})).TrackPublished="trackPublished",In.TrackSubscribed="trackSubscribed",In.TrackSubscriptionFailed="trackSubscriptionFailed",In.TrackUnpublished="trackUnpublished",In.TrackUnsubscribed="trackUnsubscribed",In.TrackMuted="trackMuted",In.TrackUnmuted="trackUnmuted",In.LocalTrackPublished="localTrackPublished",In.LocalTrackUnpublished="localTrackUnpublished",In.ParticipantMetadataChanged="participantMetadataChanged",In.ParticipantNameChanged="participantNameChanged",In.DataReceived="dataReceived",In.SipDTMFReceived="sipDTMFReceived",In.TranscriptionReceived="transcriptionReceived",In.IsSpeakingChanged="isSpeakingChanged",In.ConnectionQualityChanged="connectionQualityChanged",In.TrackStreamStateChanged="trackStreamStateChanged",In.TrackSubscriptionPermissionChanged="trackSubscriptionPermissionChanged",In.TrackSubscriptionStatusChanged="trackSubscriptionStatusChanged",In.MediaDevicesError="mediaDevicesError",In.AudioStreamAcquired="audioStreamAcquired",In.ParticipantPermissionsChanged="participantPermissionsChanged",In.PCTrackAdded="pcTrackAdded",In.AttributesChanged="attributesChanged",In.LocalTrackSubscribed="localTrackSubscribed",In.ChatMessage="chatMessage",In.Active="active",(Tn=kn||(kn={})).TransportsCreated="transportsCreated",Tn.Connected="connected",Tn.Disconnected="disconnected",Tn.Resuming="resuming",Tn.Resumed="resumed",Tn.Restarting="restarting",Tn.Restarted="restarted",Tn.SignalResumed="signalResumed",Tn.SignalRestarted="signalRestarted",Tn.Closing="closing",Tn.MediaTrackAdded="mediaTrackAdded",Tn.ActiveSpeakersUpdate="activeSpeakersUpdate",Tn.DataPacketReceived="dataPacketReceived",Tn.RTPVideoMapUpdate="rtpVideoMapUpdate",Tn.DCBufferStatusChanged="dcBufferStatusChanged",Tn.ParticipantUpdate="participantUpdate",Tn.RoomUpdate="roomUpdate",Tn.SpeakersChanged="speakersChanged",Tn.StreamStateChanged="streamStateChanged",Tn.ConnectionQualityUpdate="connectionQualityUpdate",Tn.SubscriptionError="subscriptionError",Tn.SubscriptionPermissionUpdate="subscriptionPermissionUpdate",Tn.RemoteMute="remoteMute",Tn.SubscribedQualityUpdate="subscribedQualityUpdate",Tn.LocalTrackUnpublished="localTrackUnpublished",Tn.LocalTrackSubscribed="localTrackSubscribed",Tn.Offline="offline",Tn.SignalRequestResponse="signalRequestResponse",Tn.SignalConnected="signalConnected",Tn.RoomMoved="roomMoved",(Kn=Sn||(Sn={})).Message="message",Kn.Muted="muted",Kn.Unmuted="unmuted",Kn.Restarted="restarted",Kn.Ended="ended",Kn.Subscribed="subscribed",Kn.Unsubscribed="unsubscribed",Kn.UpdateSettings="updateSettings",Kn.UpdateSubscription="updateSubscription",Kn.AudioPlaybackStarted="audioPlaybackStarted",Kn.AudioPlaybackFailed="audioPlaybackFailed",Kn.AudioSilenceDetected="audioSilenceDetected",Kn.VisibilityChanged="visibilityChanged",Kn.VideoDimensionsChanged="videoDimensionsChanged",Kn.VideoPlaybackStarted="videoPlaybackStarted",Kn.VideoPlaybackFailed="videoPlaybackFailed",Kn.ElementAttached="elementAttached",Kn.ElementDetached="elementDetached",Kn.UpstreamPaused="upstreamPaused",Kn.UpstreamResumed="upstreamResumed",Kn.SubscriptionPermissionChanged="subscriptionPermissionChanged",Kn.SubscriptionStatusChanged="subscriptionStatusChanged",Kn.SubscriptionFailed="subscriptionFailed",Kn.TrackProcessorUpdate="trackProcessorUpdate",Kn.AudioTrackFeatureUpdate="audioTrackFeatureUpdate",Kn.TranscriptionReceived="transcriptionReceived",Kn.TimeSyncUpdate="timeSyncUpdate";const Pn=/version\/(\d+(\.?_?\d+)+)/i;let _n;function Jn(A){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];if(void 0===A&&"undefined"==typeof navigator)return;const e=(null!=A?A:navigator.userAgent).toLowerCase();if(void 0===_n||t){const A=Xn.find((A=>{let{test:t}=A;return t.test(e)}));_n=null==A?void 0:A.describe(e)}return _n}const Xn=[{test:/firefox|iceweasel|fxios/i,describe:A=>({name:"Firefox",version:Yn(/(?:firefox|iceweasel|fxios)[\s/](\d+(\.?_?\d+)+)/i,A),os:A.toLowerCase().includes("fxios")?"iOS":void 0,osVersion:Zn(A)})},{test:/chrom|crios|crmo/i,describe:A=>({name:"Chrome",version:Yn(/(?:chrome|chromium|crios|crmo)\/(\d+(\.?_?\d+)+)/i,A),os:A.toLowerCase().includes("crios")?"iOS":void 0,osVersion:Zn(A)})},{test:/safari|applewebkit/i,describe:A=>({name:"Safari",version:Yn(Pn,A),os:A.includes("mobile/")?"iOS":"macOS",osVersion:Zn(A)})}];function Yn(A,t){let e=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1;const i=t.match(A);return i&&i.length>=e&&i[e]||""}function Zn(A){return A.includes("mac os")?Yn(/\(.+?(\d+_\d+(:?_\d+)?)/,A,1).replace(/_/g,"."):void 0}class Wn{}Wn.setTimeout=function(){return setTimeout(...arguments)},Wn.setInterval=function(){return setInterval(...arguments)},Wn.clearTimeout=function(){return clearTimeout(...arguments)},Wn.clearInterval=function(){return clearInterval(...arguments)};const qn=[];var $n,zn;(zn=$n||($n={}))[zn.LOW=0]="LOW",zn[zn.MEDIUM=1]="MEDIUM",zn[zn.HIGH=2]="HIGH";class As extends oi.EventEmitter{constructor(A,t){let e=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};var i;super(),this.attachedElements=[],this.isMuted=!1,this.streamState=As.StreamState.Active,this.isInBackground=!1,this.aA=0,this.log=$e,this.appVisibilityChangedListener=()=>{this.backgroundTimeout&&clearTimeout(this.backgroundTimeout),"hidden"===document.visibilityState?this.backgroundTimeout=setTimeout((()=>this.handleAppVisibilityChanged()),5e3):this.handleAppVisibilityChanged()},this.log=ze(null!==(i=e.loggerName)&&void 0!==i?i:Ye.Track),this.loggerContextCb=e.loggerContextCb,this.setMaxListeners(100),this.kind=t,this.cA=A,this.hA=A.id,this.source=As.Source.Unknown}get logContext(){var A;return Object.assign(Object.assign({},null===(A=this.loggerContextCb)||void 0===A?void 0:A.call(this)),or(this))}get currentBitrate(){return this.aA}get mediaStreamTrack(){return this.cA}get mediaStreamID(){return this.hA}attach(A){let t="audio";this.kind===As.Kind.Video&&(t="video"),0===this.attachedElements.length&&this.kind===As.Kind.Video&&this.addAppVisibilityListener(),A||("audio"===t&&(qn.forEach((t=>{null!==t.parentElement||A||(A=t)})),A&&qn.splice(qn.indexOf(A),1)),A||(A=document.createElement(t))),this.attachedElements.includes(A)||this.attachedElements.push(A),ts(this.mediaStreamTrack,A);const e=A.srcObject.getTracks(),i=e.some((A=>"audio"===A.kind));return A.play().then((()=>{this.emit(i?Sn.AudioPlaybackStarted:Sn.VideoPlaybackStarted)})).catch((t=>{"NotAllowedError"===t.name?this.emit(i?Sn.AudioPlaybackFailed:Sn.VideoPlaybackFailed,t):"AbortError"===t.name?$e.debug("".concat(i?"audio":"video"," playback aborted, likely due to new play request")):$e.warn("could not playback ".concat(i?"audio":"video"),t),i&&A&&e.some((A=>"video"===A.kind))&&"NotAllowedError"===t.name&&(A.muted=!0,A.play().catch((()=>{})))})),this.emit(Sn.ElementAttached,A),A}detach(A){try{if(A){es(this.mediaStreamTrack,A);const t=this.attachedElements.indexOf(A);return t>=0&&(this.attachedElements.splice(t,1),this.recycleElement(A),this.emit(Sn.ElementDetached,A)),A}const t=[];return this.attachedElements.forEach((A=>{es(this.mediaStreamTrack,A),t.push(A),this.recycleElement(A),this.emit(Sn.ElementDetached,A)})),this.attachedElements=[],t}finally{0===this.attachedElements.length&&this.removeAppVisibilityListener()}}stop(){this.stopMonitor(),this.cA.stop()}enable(){this.cA.enabled=!0}disable(){this.cA.enabled=!1}stopMonitor(){this.monitorInterval&&clearInterval(this.monitorInterval),this.timeSyncHandle&&cancelAnimationFrame(this.timeSyncHandle)}updateLoggerOptions(A){A.loggerName&&(this.log=ze(A.loggerName)),A.loggerContextCb&&(this.loggerContextCb=A.loggerContextCb)}recycleElement(A){if(A instanceof HTMLAudioElement){let t=!0;A.pause(),qn.forEach((A=>{A.parentElement||(t=!1)})),t&&qn.push(A)}}handleAppVisibilityChanged(){return ii(this,void 0,void 0,(function*(){this.isInBackground="hidden"===document.visibilityState,this.isInBackground||this.kind!==As.Kind.Video||setTimeout((()=>this.attachedElements.forEach((A=>A.play().catch((()=>{}))))),0)}))}addAppVisibilityListener(){Cs()?(this.isInBackground="hidden"===document.visibilityState,document.addEventListener("visibilitychange",this.appVisibilityChangedListener)):this.isInBackground=!1}removeAppVisibilityListener(){Cs()&&document.removeEventListener("visibilitychange",this.appVisibilityChangedListener)}}function ts(A,t){let e,i;e=t.srcObject instanceof MediaStream?t.srcObject:new MediaStream,i="audio"===A.kind?e.getAudioTracks():e.getVideoTracks(),i.includes(A)||(i.forEach((A=>{e.removeTrack(A)})),e.addTrack(A)),ms()&&t instanceof HTMLVideoElement||(t.autoplay=!0),t.muted=0===e.getAudioTracks().length,t instanceof HTMLVideoElement&&(t.playsInline=!0),t.srcObject!==e&&(t.srcObject=e,(ms()||ps())&&t instanceof HTMLVideoElement&&setTimeout((()=>{t.srcObject=e,t.play().catch((()=>{}))}),0))}function es(A,t){if(t.srcObject instanceof MediaStream){const e=t.srcObject;e.removeTrack(A),e.getTracks().length>0?t.srcObject=e:t.srcObject=null}}!(function(A){let t;var e;let i;var n;let s;var r;(e=t=A.Kind||(A.Kind={})).Audio="audio",e.Video="video",e.Unknown="unknown",(n=i=A.Source||(A.Source={})).Camera="camera",n.Microphone="microphone",n.ScreenShare="screen_share",n.ScreenShareAudio="screen_share_audio",n.Unknown="unknown",(r=s=A.StreamState||(A.StreamState={})).Active="active",r.Paused="paused",r.Unknown="unknown",A.kindToProto=function(A){switch(A){case t.Audio:return zA.AUDIO;case t.Video:return zA.VIDEO;default:return zA.DATA}},A.kindFromProto=function(A){switch(A){case zA.AUDIO:return t.Audio;case zA.VIDEO:return t.Video;default:return t.Unknown}},A.sourceToProto=function(A){switch(A){case i.Camera:return At.CAMERA;case i.Microphone:return At.MICROPHONE;case i.ScreenShare:return At.SCREEN_SHARE;case i.ScreenShareAudio:return At.SCREEN_SHARE_AUDIO;default:return At.UNKNOWN}},A.sourceFromProto=function(A){switch(A){case At.CAMERA:return i.Camera;case At.MICROPHONE:return i.Microphone;case At.SCREEN_SHARE:return i.ScreenShare;case At.SCREEN_SHARE_AUDIO:return i.ScreenShareAudio;default:return i.Unknown}},A.streamStateFromProto=function(A){switch(A){case Yt.ACTIVE:return s.Active;case Yt.PAUSED:return s.Paused;default:return s.Unknown}}})(As||(As={}));class is{constructor(A,t,e,i,n){if("object"==typeof A)this.width=A.width,this.height=A.height,this.aspectRatio=A.aspectRatio,this.encoding={maxBitrate:A.maxBitrate,maxFramerate:A.maxFramerate,priority:A.priority};else{if(void 0===t||void 0===e)throw new TypeError("Unsupported options: provide at least width, height and maxBitrate");this.width=A,this.height=t,this.aspectRatio=A/t,this.encoding={maxBitrate:e,maxFramerate:i,priority:n}}}get resolution(){return{width:this.width,height:this.height,frameRate:this.encoding.maxFramerate,aspectRatio:this.aspectRatio}}}const ns=["vp8","h264"],ss=["vp8","h264","vp9","av1"];function rs(A){return!!ns.find((t=>t===A))}var os,as,cs,hs;(as=os||(os={}))[as.PREFER_REGRESSION=0]="PREFER_REGRESSION",as[as.SIMULCAST=1]="SIMULCAST",as[as.REGRESSION=2]="REGRESSION",(hs=cs||(cs={})).telephone={maxBitrate:12e3},hs.speech={maxBitrate:24e3},hs.music={maxBitrate:48e3},hs.musicStereo={maxBitrate:64e3},hs.musicHighQuality={maxBitrate:96e3},hs.musicHighQualityStereo={maxBitrate:128e3};const us={h90:new is(160,90,9e4,20),h180:new is(320,180,16e4,20),h216:new is(384,216,18e4,20),h360:new is(640,360,45e4,20),h540:new is(960,540,8e5,25),h720:new is(1280,720,17e5,30),h1080:new is(1920,1080,3e6,30),h1440:new is(2560,1440,5e6,30),h2160:new is(3840,2160,8e6,30)},ls={h120:new is(160,120,7e4,20),h180:new is(240,180,125e3,20),h240:new is(320,240,14e4,20),h360:new is(480,360,33e4,20),h480:new is(640,480,5e5,20),h540:new is(720,540,6e5,25),h720:new is(960,720,13e5,30),h1080:new is(1440,1080,23e5,30),h1440:new is(1920,1440,38e5,30)},ds={h360fps3:new is(640,360,2e5,3,"medium"),h360fps15:new is(640,360,4e5,15,"medium"),h720fps5:new is(1280,720,8e5,5,"medium"),h720fps15:new is(1280,720,15e5,15,"medium"),h720fps30:new is(1280,720,2e6,30,"medium"),h1080fps15:new is(1920,1080,25e5,15,"medium"),h1080fps30:new is(1920,1080,5e6,30,"medium"),original:new is(0,0,7e6,30,"medium")},Bs="https://aomediacodec.github.io/av1-rtp-spec/#dependency-descriptor-rtp-header-extension";function ws(A){return ii(this,void 0,void 0,(function*(){return new Promise((t=>Wn.setTimeout(t,A)))}))}function fs(){return"addTransceiver"in RTCPeerConnection.prototype}function gs(){return"addTrack"in RTCPeerConnection.prototype}function Qs(A){return"av1"===A||"vp9"===A}function vs(A){return!!document&&(A||(A=document.createElement("audio")),"setSinkId"in A)}function ps(){var A;return"Firefox"===(null===(A=Jn())||void 0===A?void 0:A.name)}function ms(){var A;return"Safari"===(null===(A=Jn())||void 0===A?void 0:A.name)}function Us(){var A,t;return!!Cs()&&(null!==(t=null===(A=navigator.userAgentData)||void 0===A?void 0:A.mobile)&&void 0!==t?t:/Tablet|iPad|Mobile|Android|BlackBerry/.test(navigator.userAgent))}function Cs(){return"undefined"!=typeof document}function Fs(){return"ReactNative"==navigator.product}function ys(A){return A.hostname.endsWith(".livekit.cloud")||A.hostname.endsWith(".livekit.run")}function bs(){if(global&&global.LiveKitReactNativeGlobal)return global.LiveKitReactNativeGlobal}function Es(){if(!Fs())return;let A=bs();return A?A.platform:void 0}function Hs(){if(Cs())return window.devicePixelRatio;if(Fs()){let A=bs();if(A)return A.devicePixelRatio}return 1}function Is(A,t){const e=A.split("."),i=t.split("."),n=Math.min(e.length,i.length);for(let s=0;s<n;++s){const A=parseInt(e[s],10),t=parseInt(i[s],10);if(A>t)return 1;if(A<t)return-1;if(s===n-1&&A===t)return 0}return""===A&&""!==t?-1:""===t?1:e.length==i.length?0:e.length<i.length?-1:1}function ks(A){for(const t of A)t.target.handleResize(t)}function Ts(A){for(const t of A)t.target.handleVisibilityChanged(t)}let Ss=null;const Ks=()=>(Ss||(Ss=new ResizeObserver(ks)),Ss);let Os=null;const Ds=()=>(Os||(Os=new IntersectionObserver(Ts,{root:null,rootMargin:"0px"})),Os);function Ms(){let A=arguments.length>0&&void 0!==arguments[0]?arguments[0]:16,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:16,e=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=arguments.length>3&&void 0!==arguments[3]&&arguments[3];const n=document.createElement("canvas");n.width=A,n.height=t;const s=n.getContext("2d");null==s||s.fillRect(0,0,n.width,n.height),i&&s&&(s.beginPath(),s.arc(A/2,t/2,50,0,2*Math.PI,!0),s.closePath(),s.fillStyle="grey",s.fill());const r=n.captureStream(),[o]=r.getTracks();if(!o)throw Error("Could not get empty media stream video track");return o.enabled=e,o}let Ls;function Rs(){if(!Ls){const A=new AudioContext,t=A.createOscillator(),e=A.createGain();e.gain.setValueAtTime(0,0);const i=A.createMediaStreamDestination();if(t.connect(e),e.connect(i),t.start(),[Ls]=i.stream.getAudioTracks(),!Ls)throw Error("Could not get empty media stream audio track");Ls.enabled=!1}return Ls.clone()}class xs{constructor(A,t){this.onFinally=t,this.promise=new Promise(((t,e)=>ii(this,void 0,void 0,(function*(){this.resolve=t,this.reject=e,A&&(yield A(t,e))})))).finally((()=>{var A;return null===(A=this.onFinally)||void 0===A?void 0:A.call(this)}))}}function Ns(A){if("string"==typeof A||"number"==typeof A)return A;if(Array.isArray(A))return A[0];if(A.exact)return Array.isArray(A.exact)?A.exact[0]:A.exact;if(A.ideal)return Array.isArray(A.ideal)?A.ideal[0]:A.ideal;throw Error("could not unwrap constraint")}function Gs(A){return A.startsWith("ws")?A.replace(/^(ws)/,"http"):A}function js(A){switch(A.reason){case pn.LeaveRequest:return A.context;case pn.Cancelled:return nt.CLIENT_INITIATED;case pn.NotAllowed:return nt.USER_REJECTED;case pn.ServerUnreachable:return nt.JOIN_FAILURE;default:return nt.UNKNOWN_REASON}}function Vs(A){return void 0!==A?Number(A):void 0}function Ps(A){return void 0!==A?BigInt(A):void 0}function _s(A){return!!A&&!(A instanceof MediaStreamTrack)&&A.isLocal}function Js(A){return!!A&&A.kind==As.Kind.Audio}function Xs(A){return!!A&&A.kind==As.Kind.Video}function Ys(A){return _s(A)&&Xs(A)}function Zs(A){return _s(A)&&Js(A)}function Ws(A){return!!A&&!A.isLocal}function qs(A){return!!A&&!A.isLocal}function $s(A){return Ws(A)&&Xs(A)}function zs(A,t,e){var i,n,s,r;const{optionsWithoutProcessor:o,audioProcessor:a,videoProcessor:c}=ar(null!=A?A:{}),h=null==t?void 0:t.processor,u=null==e?void 0:e.processor,l=null!=o?o:{};return!0===l.audio&&(l.audio={}),!0===l.video&&(l.video={}),l.audio&&(Ar(l.audio,t),null!==(i=(s=l.audio).deviceId)&&void 0!==i||(s.deviceId={ideal:"default"}),(a||h)&&(l.audio.processor=null!=a?a:h)),l.video&&(Ar(l.video,e),null!==(n=(r=l.video).deviceId)&&void 0!==n||(r.deviceId={ideal:"default"}),(c||u)&&(l.video.processor=null!=c?c:u)),l}function Ar(A,t){return Object.keys(t).forEach((e=>{void 0===A[e]&&(A[e]=t[e])})),A}function tr(A){var t,e,i,n;const s={};if(A.video)if("object"==typeof A.video){const e={},n=e,r=A.video;Object.keys(r).forEach((A=>{"resolution"===A?Ar(n,r.resolution):n[A]=r[A]})),s.video=e,null!==(t=(i=s.video).deviceId)&&void 0!==t||(i.deviceId={ideal:"default"})}else s.video=!!A.video&&{deviceId:{ideal:"default"}};else s.video=!1;return A.audio?"object"==typeof A.audio?(s.audio=A.audio,null!==(e=(n=s.audio).deviceId)&&void 0!==e||(n.deviceId={ideal:"default"})):s.audio={deviceId:{ideal:"default"}}:s.audio=!1,s}function er(){var A;const t="undefined"!=typeof window&&(window.AudioContext||window.webkitAudioContext);if(t){const e=new t({latencyHint:"interactive"});if("suspended"===e.state&&"undefined"!=typeof window&&(null===(A=window.document)||void 0===A?void 0:A.body)){const A=()=>ii(this,void 0,void 0,(function*(){var t;try{"suspended"===e.state&&(yield e.resume())}catch(i){}null===(t=window.document.body)||void 0===t||t.removeEventListener("click",A)}));window.document.body.addEventListener("click",A)}return e}}function ir(A){return"audioinput"===A?As.Source.Microphone:"videoinput"===A?As.Source.Camera:As.Source.Unknown}function nr(A){return A===As.Source.Microphone?"audioinput":A===As.Source.Camera?"videoinput":void 0}function sr(A){return A.split("/")[1].toLowerCase()}function rr(A){const t=[];return A.forEach((A=>{void 0!==A.track&&t.push(new ne({cid:A.track.mediaStreamID,track:A.trackInfo}))})),t}function or(A){return"mediaStreamTrack"in A?{trackID:A.sid,source:A.source,muted:A.isMuted,enabled:A.mediaStreamTrack.enabled,kind:A.kind,streamID:A.mediaStreamID,streamTrackID:A.mediaStreamTrack.id}:{trackID:A.trackSid,enabled:A.isEnabled,muted:A.isMuted,trackInfo:Object.assign({mimeType:A.mimeType,name:A.trackName,encrypted:A.isEncrypted,kind:A.kind,source:A.source},A.track?or(A.track):{})}}function ar(A){const t=Object.assign({},A);let e,i;return"object"==typeof t.audio&&t.audio.processor&&(e=t.audio.processor,t.audio=Object.assign(Object.assign({},t.audio),{processor:void 0})),"object"==typeof t.video&&t.video.processor&&(i=t.video.processor,t.video=Object.assign(Object.assign({},t.video),{processor:void 0})),{audioProcessor:e,videoProcessor:i,optionsWithoutProcessor:(n=t,void 0===n?n:"function"==typeof structuredClone?structuredClone(n):JSON.parse(JSON.stringify(n)))};var n}class cr extends oi.EventEmitter{constructor(A){super(),this.onWorkerMessage=A=>{var t,e;const{kind:i,data:n}=A.data;switch(i){case"error":$e.error(n.error.message),this.emit(gn.EncryptionError,n.error);break;case"initAck":n.enabled&&this.keyProvider.getKeys().forEach((A=>{this.postKey(A)}));break;case"enable":if(n.enabled&&this.keyProvider.getKeys().forEach((A=>{this.postKey(A)})),this.encryptionEnabled!==n.enabled&&n.participantIdentity===(null===(t=this.room)||void 0===t?void 0:t.localParticipant.identity))this.emit(gn.ParticipantEncryptionStatusChanged,n.enabled,this.room.localParticipant),this.encryptionEnabled=n.enabled;else if(n.participantIdentity){const A=null===(e=this.room)||void 0===e?void 0:e.getParticipantByIdentity(n.participantIdentity);if(!A)throw TypeError("couldn't set encryption status, participant not found".concat(n.participantIdentity));this.emit(gn.ParticipantEncryptionStatusChanged,n.enabled,A)}break;case"ratchetKey":this.keyProvider.emit(Bn.KeyRatcheted,n.ratchetResult,n.participantIdentity,n.keyIndex)}},this.onWorkerError=A=>{$e.error("e2ee worker encountered an error:",{error:A.error}),this.emit(gn.EncryptionError,A.error)},this.keyProvider=A.keyProvider,this.worker=A.worker,this.encryptionEnabled=!1}setup(A){if(!(void 0!==window.RTCRtpSender&&void 0!==window.RTCRtpSender.prototype.createEncodedStreams||On()))throw new Ln("tried to setup end-to-end encryption on an unsupported browser");if($e.info("setting up e2ee"),A!==this.room){this.room=A,this.setupEventListeners(A,this.keyProvider);const t={kind:"init",data:{keyProviderOptions:this.keyProvider.getOptions(),loglevel:Ai.getLevel()}};this.worker&&($e.info("initializing worker",{worker:this.worker}),this.worker.onmessage=this.onWorkerMessage,this.worker.onerror=this.onWorkerError,this.worker.postMessage(t))}}setParticipantCryptorEnabled(A,t){$e.debug("set e2ee to ".concat(A," for participant ").concat(t)),this.postEnable(A,t)}setSifTrailer(A){A&&0!==A.length?this.postSifTrailer(A):$e.warn("ignoring server sent trailer as it's empty")}setupEngine(A){A.on(kn.RTPVideoMapUpdate,(A=>{this.postRTPMap(A)}))}setupEventListeners(A,t){A.on(bn.TrackPublished,((A,t)=>this.setParticipantCryptorEnabled(A.trackInfo.encryption!==wt.NONE,t.identity))),A.on(bn.ConnectionStateChanged,(t=>{t===Ho.Connected&&A.remoteParticipants.forEach((A=>{A.trackPublications.forEach((t=>{this.setParticipantCryptorEnabled(t.trackInfo.encryption!==wt.NONE,A.identity)}))}))})).on(bn.TrackUnsubscribed,((A,t,e)=>{var i;const n={kind:"removeTransform",data:{participantIdentity:e.identity,trackId:A.mediaStreamID}};null===(i=this.worker)||void 0===i||i.postMessage(n)})).on(bn.TrackSubscribed,((A,t,e)=>{this.setupE2EEReceiver(A,e.identity,t.trackInfo)})).on(bn.SignalConnected,(()=>{if(!this.room)throw new TypeError("expected room to be present on signal connect");t.getKeys().forEach((A=>{this.postKey(A)})),this.setParticipantCryptorEnabled(this.room.localParticipant.isE2EEEnabled,this.room.localParticipant.identity)})),A.localParticipant.on(Hn.LocalTrackPublished,(A=>ii(this,void 0,void 0,(function*(){this.setupE2EESender(A.track,A.track.sender)})))),t.on(Bn.SetKey,(A=>this.postKey(A))).on(Bn.RatchetRequest,((A,t)=>this.postRatchetRequest(A,t)))}postRatchetRequest(A,t){if(!this.worker)throw Error("could not ratchet key, worker is missing");const e={kind:"ratchetRequest",data:{participantIdentity:A,keyIndex:t}};this.worker.postMessage(e)}postKey(A){let{key:t,participantIdentity:e,keyIndex:i}=A;var n;if(!this.worker)throw Error("could not set key, worker is missing");const s={kind:"setKey",data:{participantIdentity:e,isPublisher:e===(null===(n=this.room)||void 0===n?void 0:n.localParticipant.identity),key:t,keyIndex:i}};this.worker.postMessage(s)}postEnable(A,t){if(!this.worker)throw new ReferenceError("failed to enable e2ee, worker is not ready");{const e={kind:"enable",data:{enabled:A,participantIdentity:t}};this.worker.postMessage(e)}}postRTPMap(A){var t;if(!this.worker)throw TypeError("could not post rtp map, worker is missing");if(!(null===(t=this.room)||void 0===t?void 0:t.localParticipant.identity))throw TypeError("could not post rtp map, local participant identity is missing");const e={kind:"setRTPMap",data:{map:A,participantIdentity:this.room.localParticipant.identity}};this.worker.postMessage(e)}postSifTrailer(A){if(!this.worker)throw Error("could not post SIF trailer, worker is missing");const t={kind:"setSifTrailer",data:{trailer:A}};this.worker.postMessage(t)}setupE2EEReceiver(A,t,e){if(A.receiver){if(!(null==e?void 0:e.mimeType)||""===e.mimeType)throw new TypeError("MimeType missing from trackInfo, cannot set up E2EE cryptor");this.handleReceiver(A.receiver,A.mediaStreamID,t,"video"===A.kind?sr(e.mimeType):void 0)}}setupE2EESender(A,t){_s(A)&&t?this.handleSender(t,A.mediaStreamID,void 0):t||$e.warn("early return because sender is not ready")}handleReceiver(A,t,e,i){return ii(this,void 0,void 0,(function*(){if(this.worker){if(On()){const n={kind:"decode",participantIdentity:e,trackId:t,codec:i};A.transform=new RTCRtpScriptTransform(this.worker,n)}else{if(dn in A&&i){const A={kind:"updateCodec",data:{trackId:t,codec:i,participantIdentity:e}};return void this.worker.postMessage(A)}let n=A.writableStream,s=A.readableStream;if(!n||!s){const t=A.createEncodedStreams();A.writableStream=t.writable,n=t.writable,A.readableStream=t.readable,s=t.readable}const r={kind:"decode",data:{readableStream:s,writableStream:n,trackId:t,codec:i,participantIdentity:e}};this.worker.postMessage(r,[s,n])}A[dn]=!0}}))}handleSender(A,t,e){var i;if(!(dn in A)&&this.worker){if(!(null===(i=this.room)||void 0===i?void 0:i.localParticipant.identity)||""===this.room.localParticipant.identity)throw TypeError("local identity needs to be known in order to set up encrypted sender");if(On()){$e.info("initialize script transform");const i={kind:"encode",participantIdentity:this.room.localParticipant.identity,trackId:t,codec:e};A.transform=new RTCRtpScriptTransform(this.worker,i)}else{$e.info("initialize encoded streams");const i=A.createEncodedStreams(),n={kind:"encode",data:{readableStream:i.readable,writableStream:i.writable,codec:e,trackId:t,participantIdentity:this.room.localParticipant.identity}};this.worker.postMessage(n,[i.readable,i.writable])}A[dn]=!0}}}const hr="default";class ur{constructor(){this.uA=[]}static getInstance(){return void 0===this.instance&&(this.instance=new ur),this.instance}get previousDevices(){return this.uA}getDevices(A){return ii(this,arguments,void 0,(function(A){var t=this;let e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return(function*(){var i;if((null===(i=ur.userMediaPromiseMap)||void 0===i?void 0:i.size)>0){$e.debug("awaiting getUserMedia promise");try{A?yield ur.userMediaPromiseMap.get(A):yield Promise.all(ur.userMediaPromiseMap.values())}catch(s){$e.warn("error waiting for media permissons")}}let n=yield navigator.mediaDevices.enumerateDevices();if(e&&(!ms()||!t.hasDeviceInUse(A))&&(0===n.filter((t=>t.kind===A)).length||n.some((t=>{const e=""===t.label,i=!A||t.kind===A;return e&&i})))){const t={video:"audioinput"!==A&&"audiooutput"!==A,audio:"videoinput"!==A&&{deviceId:{ideal:"default"}}},e=yield navigator.mediaDevices.getUserMedia(t);n=yield navigator.mediaDevices.enumerateDevices(),e.getTracks().forEach((A=>{A.stop()}))}return t.uA=n,A&&(n=n.filter((t=>t.kind===A))),n})()}))}normalizeDeviceId(A,t,e){return ii(this,void 0,void 0,(function*(){if(t!==hr)return t;const i=yield this.getDevices(A),n=i.find((A=>A.deviceId===hr));if(!n)return void $e.warn("could not reliably determine default device");const s=i.find((A=>A.deviceId!==hr&&A.groupId===(null!=e?e:n.groupId)));if(s)return null==s?void 0:s.deviceId;$e.warn("could not reliably determine default device")}))}hasDeviceInUse(A){return A?ur.userMediaPromiseMap.has(A):ur.userMediaPromiseMap.size>0}}var lr,dr;ur.mediaDeviceKinds=["audioinput","audiooutput","videoinput"],ur.userMediaPromiseMap=new Map,(dr=lr||(lr={}))[dr.WAITING=0]="WAITING",dr[dr.RUNNING=1]="RUNNING",dr[dr.COMPLETED=2]="COMPLETED";class Br{constructor(){this.pendingTasks=new Map,this.taskMutex=new g,this.nextTaskIndex=0}run(A){return ii(this,void 0,void 0,(function*(){const t={id:this.nextTaskIndex++,enqueuedAt:Date.now(),status:lr.WAITING};this.pendingTasks.set(t.id,t);const e=yield this.taskMutex.lock();try{return t.executedAt=Date.now(),t.status=lr.RUNNING,yield A()}finally{t.status=lr.COMPLETED,this.pendingTasks.delete(t.id),e()}}))}flush(){return ii(this,void 0,void 0,(function*(){return this.run((()=>ii(this,void 0,void 0,(function*(){}))))}))}snapshot(){return Array.from(this.pendingTasks.values())}}function wr(A,t){return A.pathname="".concat((function(A){return A.endsWith("/")?A:"".concat(A,"/")})(A.pathname)).concat(t),A.toString()}const fr=["syncState","trickle","offer","answer","simulate","leave"];var gr,Qr;(Qr=gr||(gr={}))[Qr.CONNECTING=0]="CONNECTING",Qr[Qr.CONNECTED=1]="CONNECTED",Qr[Qr.RECONNECTING=2]="RECONNECTING",Qr[Qr.DISCONNECTING=3]="DISCONNECTING",Qr[Qr.DISCONNECTED=4]="DISCONNECTED";class vr{get currentState(){return this.state}get isDisconnected(){return this.state===gr.DISCONNECTING||this.state===gr.DISCONNECTED}get isEstablishingConnection(){return this.state===gr.CONNECTING||this.state===gr.RECONNECTING}getNextRequestId(){return this.lA+=1,this.lA}constructor(){let A=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};var e;this.rtt=0,this.state=gr.DISCONNECTED,this.log=$e,this.lA=0,this.resetCallbacks=()=>{this.onAnswer=void 0,this.onLeave=void 0,this.onLocalTrackPublished=void 0,this.onLocalTrackUnpublished=void 0,this.onNegotiateRequested=void 0,this.onOffer=void 0,this.onRemoteMuteChanged=void 0,this.onSubscribedQualityUpdate=void 0,this.onTokenRefresh=void 0,this.onTrickle=void 0,this.onClose=void 0},this.log=ze(null!==(e=t.loggerName)&&void 0!==e?e:Ye.Signal),this.loggerContextCb=t.loggerContextCb,this.useJSON=A,this.requestQueue=new Br,this.queuedRequests=[],this.closingLock=new g,this.connectionLock=new g,this.state=gr.DISCONNECTED}get logContext(){var A,t;return null!==(t=null===(A=this.loggerContextCb)||void 0===A?void 0:A.call(this))&&void 0!==t?t:{}}join(A,t,e,i){return ii(this,void 0,void 0,(function*(){return this.state=gr.CONNECTING,this.options=e,yield this.connect(A,t,e,i)}))}reconnect(A,t,e,i){return ii(this,void 0,void 0,(function*(){if(this.options)return this.state=gr.RECONNECTING,this.clearPingInterval(),yield this.connect(A,t,Object.assign(Object.assign({},this.options),{reconnect:!0,sid:e,reconnectReason:i}));this.log.warn("attempted to reconnect without signal options being set, ignoring",this.logContext)}))}connect(A,t,e,i){this.connectOptions=e;const n=(function(A,t,e){var i;const n=new URLSearchParams;return n.set("access_token",A),e.reconnect&&(n.set("reconnect","1"),e.sid&&n.set("sid",e.sid)),n.set("auto_subscribe",e.autoSubscribe?"1":"0"),n.set("sdk",Fs()?"reactnative":"js"),n.set("version",t.version),n.set("protocol",t.protocol.toString()),t.deviceModel&&n.set("device_model",t.deviceModel),t.os&&n.set("os",t.os),t.osVersion&&n.set("os_version",t.osVersion),t.browser&&n.set("browser",t.browser),t.browserVersion&&n.set("browser_version",t.browserVersion),e.adaptiveStream&&n.set("adaptive_stream","1"),e.reconnectReason&&n.set("reconnect_reason",e.reconnectReason.toString()),(null===(i=navigator.connection)||void 0===i?void 0:i.type)&&n.set("network",navigator.connection.type),n})(t,(function(){var A;const t=new Dt({sdk:Mt.JS,protocol:16,version:"2.13.0"});return Fs()&&(t.os=null!==(A=Es())&&void 0!==A?A:""),t})(),e),s=(function(A,t){const e=new URL((function(A){return A.startsWith("http")?A.replace(/^(http)/,"ws"):A})(A));return t.forEach(((A,t)=>{e.searchParams.set(t,A)})),wr(e,"rtc")})(A,n),r=wr(new URL(Gs(s)),"validate");return new Promise(((A,t)=>ii(this,void 0,void 0,(function*(){const n=yield this.connectionLock.lock();try{const n=()=>ii(this,void 0,void 0,(function*(){this.close(),clearTimeout(o),t(new Mn("room connection has been cancelled (signal)",pn.Cancelled))})),o=setTimeout((()=>{this.close(),t(new Mn("room connection has timed out (signal)",pn.ServerUnreachable))}),e.websocketTimeout);(null==i?void 0:i.aborted)&&n(),null==i||i.addEventListener("abort",n);const a=new URL(s);a.searchParams.has("access_token")&&a.searchParams.set("access_token","<redacted>"),this.log.debug("connecting to ".concat(a),Object.assign({reconnect:e.reconnect,reconnectReason:e.reconnectReason},this.logContext)),this.ws&&(yield this.close(!1)),this.ws=new WebSocket(s),this.ws.binaryType="arraybuffer",this.ws.onopen=()=>{clearTimeout(o)},this.ws.onerror=A=>ii(this,void 0,void 0,(function*(){if(this.state===gr.CONNECTED)this.handleWSError(A);else{this.state=gr.DISCONNECTED,clearTimeout(o);try{const e=yield fetch(r);if(e.status.toFixed(0).startsWith("4")){const A=yield e.text();t(new Mn(A,pn.NotAllowed,e.status))}else t(new Mn("Encountered unknown websocket error during connection: ".concat(A.toString()),pn.InternalError,e.status))}catch(e){t(new Mn(e instanceof Error?e.message:"server was not reachable",pn.ServerUnreachable))}}})),this.ws.onmessage=s=>ii(this,void 0,void 0,(function*(){var r,o,a;let c;if("string"==typeof s.data){const A=JSON.parse(s.data);c=qt.fromJson(A,{ignoreUnknownFields:!0})}else{if(!(s.data instanceof ArrayBuffer))return void this.log.error("could not decode websocket message: ".concat(typeof s.data),this.logContext);c=qt.fromBinary(new Uint8Array(s.data))}if(this.state!==gr.CONNECTED){let s=!1;if("join"===(null===(r=c.message)||void 0===r?void 0:r.case)?(this.state=gr.CONNECTED,null==i||i.removeEventListener("abort",n),this.pingTimeoutDuration=c.message.value.pingTimeout,this.pingIntervalDuration=c.message.value.pingInterval,this.pingTimeoutDuration&&this.pingTimeoutDuration>0&&(this.log.debug("ping config",Object.assign(Object.assign({},this.logContext),{timeout:this.pingTimeoutDuration,interval:this.pingIntervalDuration})),this.startPingInterval()),A(c.message.value)):this.state===gr.RECONNECTING&&"leave"!==c.message.case?(this.state=gr.CONNECTED,null==i||i.removeEventListener("abort",n),this.startPingInterval(),"reconnect"===(null===(o=c.message)||void 0===o?void 0:o.case)?A(c.message.value):(this.log.debug("declaring signal reconnected without reconnect response received",this.logContext),A(void 0),s=!0)):this.isEstablishingConnection&&"leave"===c.message.case?t(new Mn("Received leave request while trying to (re)connect",pn.LeaveRequest,void 0,c.message.value.reason)):e.reconnect||t(new Mn("did not receive join response, got ".concat(null===(a=c.message)||void 0===a?void 0:a.case," instead"),pn.InternalError)),!s)return}this.signalLatency&&(yield ws(this.signalLatency)),this.handleSignalResponse(c)})),this.ws.onclose=A=>{this.isEstablishingConnection&&t(new Mn("Websocket got closed during a (re)connection attempt",pn.InternalError)),this.log.warn("websocket closed",Object.assign(Object.assign({},this.logContext),{reason:A.reason,code:A.code,wasClean:A.wasClean,state:this.state})),this.handleOnClose(A.reason)}}finally{n()}}))))}close(){return ii(this,arguments,void 0,(function(){var A=this;let t=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return(function*(){const e=yield A.closingLock.lock();try{if(A.clearPingInterval(),t&&(A.state=gr.DISCONNECTING),A.ws){A.ws.onmessage=null,A.ws.onopen=null,A.ws.onclose=null;const t=new Promise((t=>{A.ws?A.ws.onclose=()=>{t()}:t()}));A.ws.readyState<A.ws.CLOSING&&(A.ws.close(),yield Promise.race([t,ws(250)])),A.ws=void 0}}finally{t&&(A.state=gr.DISCONNECTED),e()}})()}))}sendOffer(A){this.log.debug("sending offer",Object.assign(Object.assign({},this.logContext),{offerSdp:A.sdp})),this.sendRequest({case:"offer",value:mr(A)})}sendAnswer(A){return this.log.debug("sending answer",Object.assign(Object.assign({},this.logContext),{answerSdp:A.sdp})),this.sendRequest({case:"answer",value:mr(A)})}sendIceCandidate(A,t){return this.log.debug("sending ice candidate",Object.assign(Object.assign({},this.logContext),{candidate:A})),this.sendRequest({case:"trickle",value:new Ae({candidateInit:JSON.stringify(A),target:t})})}sendMuteTrack(A,t){return this.sendRequest({case:"mute",value:new te({sid:A,muted:t})})}sendAddTrack(A){return this.sendRequest({case:"addTrack",value:A})}sendUpdateLocalMetadata(A,t){return ii(this,arguments,void 0,(function(A,t){var e=this;let i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return(function*(){const n=e.getNextRequestId();return yield e.sendRequest({case:"updateMetadata",value:new we({requestId:n,metadata:A,name:t,attributes:i})}),n})()}))}sendUpdateTrackSettings(A){this.sendRequest({case:"trackSetting",value:A})}sendUpdateSubscription(A){return this.sendRequest({case:"subscription",value:A})}sendSyncState(A){return this.sendRequest({case:"syncState",value:A})}sendUpdateVideoLayers(A,t){return this.sendRequest({case:"updateLayers",value:new Be({trackSid:A,layers:t})})}sendUpdateSubscriptionPermissions(A,t){return this.sendRequest({case:"subscriptionPermission",value:new Ee({allParticipants:A,trackPermissions:t})})}sendSimulateScenario(A){return this.sendRequest({case:"simulate",value:A})}sendPing(){return Promise.all([this.sendRequest({case:"ping",value:L.parse(Date.now())}),this.sendRequest({case:"pingReq",value:new Ke({timestamp:L.parse(Date.now()),rtt:L.parse(this.rtt)})})])}sendUpdateLocalAudioTrack(A,t){return this.sendRequest({case:"updateAudioTrack",value:new he({trackSid:A,features:t})})}sendLeave(){return this.sendRequest({case:"leave",value:new le({reason:nt.CLIENT_INITIATED,action:de.DISCONNECT})})}sendRequest(A){return ii(this,arguments,void 0,(function(A){var t=this;let e=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return(function*(){const i=!e&&!(function(A){const t=fr.indexOf(A.case)>=0;return $e.trace("request allowed to bypass queue:",{canPass:t,req:A}),t})(A);if(i&&t.state===gr.RECONNECTING)return void t.queuedRequests.push((()=>ii(t,void 0,void 0,(function*(){yield this.sendRequest(A,!0)}))));if(e||(yield t.requestQueue.flush()),t.signalLatency&&(yield ws(t.signalLatency)),!t.ws||t.ws.readyState!==t.ws.OPEN)return void t.log.error("cannot send signal request before connected, type: ".concat(null==A?void 0:A.case),t.logContext);const n=new Wt({message:A});try{t.useJSON?t.ws.send(n.toJsonString()):t.ws.send(n.toBinary())}catch(s){t.log.error("error sending signal message",Object.assign(Object.assign({},t.logContext),{error:s}))}})()}))}handleSignalResponse(A){var t,e;const i=A.message;if(null==i)return void this.log.debug("received unsupported message",this.logContext);let n=!1;if("answer"===i.case){const A=pr(i.value);this.onAnswer&&this.onAnswer(A)}else if("offer"===i.case){const A=pr(i.value);this.onOffer&&this.onOffer(A)}else if("trickle"===i.case){const A=JSON.parse(i.value.candidateInit);this.onTrickle&&this.onTrickle(A,i.value.target)}else"update"===i.case?this.onParticipantUpdate&&this.onParticipantUpdate(null!==(t=i.value.participants)&&void 0!==t?t:[]):"trackPublished"===i.case?this.onLocalTrackPublished&&this.onLocalTrackPublished(i.value):"speakersChanged"===i.case?this.onSpeakersChanged&&this.onSpeakersChanged(null!==(e=i.value.speakers)&&void 0!==e?e:[]):"leave"===i.case?this.onLeave&&this.onLeave(i.value):"mute"===i.case?this.onRemoteMuteChanged&&this.onRemoteMuteChanged(i.value.sid,i.value.muted):"roomUpdate"===i.case?this.onRoomUpdate&&i.value.room&&this.onRoomUpdate(i.value.room):"connectionQuality"===i.case?this.onConnectionQuality&&this.onConnectionQuality(i.value):"streamStateUpdate"===i.case?this.onStreamStateUpdate&&this.onStreamStateUpdate(i.value):"subscribedQualityUpdate"===i.case?this.onSubscribedQualityUpdate&&this.onSubscribedQualityUpdate(i.value):"subscriptionPermissionUpdate"===i.case?this.onSubscriptionPermissionUpdate&&this.onSubscriptionPermissionUpdate(i.value):"refreshToken"===i.case?this.onTokenRefresh&&this.onTokenRefresh(i.value):"trackUnpublished"===i.case?this.onLocalTrackUnpublished&&this.onLocalTrackUnpublished(i.value):"subscriptionResponse"===i.case?this.onSubscriptionError&&this.onSubscriptionError(i.value):"pong"===i.case||("pongResp"===i.case?(this.rtt=Date.now()-Number.parseInt(i.value.lastPingTimestamp.toString()),this.resetPingTimeout(),n=!0):"requestResponse"===i.case?this.onRequestResponse&&this.onRequestResponse(i.value):"trackSubscribed"===i.case?this.onLocalTrackSubscribed&&this.onLocalTrackSubscribed(i.value.trackSid):"roomMoved"===i.case?(this.onTokenRefresh&&this.onTokenRefresh(i.value.token),this.onRoomMoved&&this.onRoomMoved(i.value)):this.log.debug("unsupported message",Object.assign(Object.assign({},this.logContext),{msgCase:i.case})));n||this.resetPingTimeout()}setReconnected(){for(;this.queuedRequests.length>0;){const A=this.queuedRequests.shift();A&&this.requestQueue.run(A)}}handleOnClose(A){return ii(this,void 0,void 0,(function*(){if(this.state===gr.DISCONNECTED)return;const t=this.onClose;yield this.close(),this.log.debug("websocket connection closed: ".concat(A),Object.assign(Object.assign({},this.logContext),{reason:A})),t&&t(A)}))}handleWSError(A){this.log.error("websocket error",Object.assign(Object.assign({},this.logContext),{error:A}))}resetPingTimeout(){this.clearPingTimeout(),this.pingTimeoutDuration?this.pingTimeout=Wn.setTimeout((()=>{this.log.warn("ping timeout triggered. last pong received at: ".concat(new Date(Date.now()-1e3*this.pingTimeoutDuration).toUTCString()),this.logContext),this.handleOnClose("ping timeout")}),1e3*this.pingTimeoutDuration):this.log.warn("ping timeout duration not set",this.logContext)}clearPingTimeout(){this.pingTimeout&&Wn.clearTimeout(this.pingTimeout)}startPingInterval(){this.clearPingInterval(),this.resetPingTimeout(),this.pingIntervalDuration?(this.log.debug("start ping interval",this.logContext),this.pingInterval=Wn.setInterval((()=>{this.sendPing()}),1e3*this.pingIntervalDuration)):this.log.warn("ping interval duration not set",this.logContext)}clearPingInterval(){this.log.debug("clearing ping interval",this.logContext),this.clearPingTimeout(),this.pingInterval&&Wn.clearInterval(this.pingInterval)}}function pr(A){const t={type:"offer",sdp:A.sdp};switch(A.type){case"answer":case"offer":case"pranswer":case"rollback":t.type=A.type}return t}function mr(A){return new re({sdp:A.sdp,type:A.type})}var Ur,Cr,Fr,yr,br,Er={},Hr={},Ir={exports:{}};function kr(){if(Ur)return Ir.exports;Ur=1;var A=Ir.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(A){return A.encoding?"rtpmap:%d %s/%s/%s":A.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(A){return null!=A.address?"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(A){return null!=A.subtype?"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(A){return"extmap:%d"+(A.direction?"/%s":"%v")+(A["encrypt-uri"]?" %s":"%v")+" %s"+(A.config?" %s":"")}},{name:"extmapAllowMixed",reg:/^(extmap-allow-mixed)/},{push:"crypto",reg:/^crypto:(\d*) ([\w_]*) (\S*)(?: (\S*))?/,names:["id","suite","config","sessionConfig"],format:function(A){return null!=A.sessionConfig?"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(A){var t="candidate:%s %d %s %d %s %d typ %s";return t+=null!=A.raddr?" raddr %s rport %d":"%v%v",t+=null!=A.tcptype?" tcptype %s":"%v",null!=A.generation&&(t+=" generation %d"),(t+=null!=A["network-id"]?" network-id %d":"%v")+(null!=A["network-cost"]?" network-cost %d":"%v")}},{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(A){var t="ssrc:%d";return null!=A.attribute&&(t+=" %s",null!=A.value&&(t+=":%s")),t}},{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(A){return null!=A.maxMessageSize?"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(A){return A.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(A){return"imageattr:%s %s %s"+(A.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(A){return"simulcast:%s %s"+(A.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(A){return"ts-refclk:%s"+(null!=A.clksrcExt?"=%s":"")}},{name:"mediaClk",reg:/^mediaclk:(?:id=(\S*))? *([^\s=]*)(?:=(\S*))?(?: *rate=(\d+)\/(\d+))?/,names:["id","mediaClockName","mediaClockValue","rateNumerator","rateDenominator"],format:function(A){var t="mediaclk:";return t+=null!=A.id?"id=%s %s":"%v%s",t+=null!=A.mediaClockValue?"=%s":"",(t+=null!=A.rateNumerator?" rate=%s":"")+(null!=A.rateDenominator?"/%s":"")}},{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"]}]};return Object.keys(A).forEach((function(t){A[t].forEach((function(A){A.reg||(A.reg=/(.*)/),A.format||(A.format="%s")}))})),Ir.exports}function Tr(){if(yr)return Fr;yr=1;var A=kr(),t=/%[sdv%]/g,e=function(A){var e=1,i=arguments,n=i.length;return A.replace(t,(function(A){if(e>=n)return A;var t=i[e];switch(e+=1,A){case"%%":return"%";case"%s":return String(t);case"%d":return Number(t);case"%v":return""}}))},i=function(A,t,i){var n=[A+"="+(t.format instanceof Function?t.format(t.push?i:i[t.name]):t.format)];if(t.names)for(var s=0;s<t.names.length;s+=1){var r=t.names[s];t.name?n.push(i[t.name][r]):n.push(i[t.names[s]])}else n.push(i[t.name]);return e.apply(null,n)},n=["v","o","s","i","u","e","p","c","b","t","r","z","a"],s=["i","c","b","a"];return Fr=function(t,e){e=e||{},null==t.version&&(t.version=0),null==t.name&&(t.name=" "),t.media.forEach((function(A){null==A.payloads&&(A.payloads="")}));var r=e.outerOrder||n,o=e.innerOrder||s,a=[];return r.forEach((function(e){A[e].forEach((function(A){A.name in t&&null!=t[A.name]?a.push(i(e,A,t)):A.push in t&&null!=t[A.push]&&t[A.push].forEach((function(t){a.push(i(e,A,t))}))}))})),t.media.forEach((function(t){a.push(i("m",A.m[0],t)),o.forEach((function(e){A[e].forEach((function(A){A.name in t&&null!=t[A.name]?a.push(i(e,A,t)):A.push in t&&null!=t[A.push]&&t[A.push].forEach((function(t){a.push(i(e,A,t))}))}))}))})),a.join("\r\n")+"\r\n"}}var Sr=(function(){if(br)return Er;br=1;var A=(Cr||(Cr=1,(function(A){var t=function(A){return String(Number(A))===A?Number(A):A},e=function(A,e,i){var n=A.name&&A.names;A.push&&!e[A.push]?e[A.push]=[]:n&&!e[A.name]&&(e[A.name]={});var s=A.push?{}:n?e[A.name]:e;!(function(A,e,i,n){if(n&&!i)e[n]=t(A[1]);else for(var s=0;s<i.length;s+=1)null!=A[s+1]&&(e[i[s]]=t(A[s+1]))})(i.match(A.reg),s,A.names,A.name),A.push&&e[A.push].push(s)},i=kr(),n=RegExp.prototype.test.bind(/^([a-z])=(.*)/);A.parse=function(A){var t={},s=[],r=t;return A.split(/(\r\n|\r|\n)/).filter(n).forEach((function(A){var t=A[0],n=A.slice(2);"m"===t&&(s.push({rtp:[],fmtp:[]}),r=s[s.length-1]);for(var o=0;o<(i[t]||[]).length;o+=1){var a=i[t][o];if(a.reg.test(n))return e(a,r,n)}})),t.media=s,t};var s=function(A,e){var i=e.split(/=(.+)/,2);return 2===i.length?A[i[0]]=t(i[1]):1===i.length&&e.length>1&&(A[i[0]]=void 0),A};A.parseParams=function(A){return A.split(/;\s?/).reduce(s,{})},A.parseFmtpConfig=A.parseParams,A.parsePayloads=function(A){return A.toString().split(" ").map(Number)},A.parseRemoteCandidates=function(A){for(var e=[],i=A.split(" ").map(t),n=0;n<i.length;n+=3)e.push({component:i[n],ip:i[n+1],port:i[n+2]});return e},A.parseImageAttributes=function(A){return A.split(" ").map((function(A){return A.substring(1,A.length-1).split(",").reduce(s,{})}))},A.parseSimulcastStreamList=function(A){return A.split(";").map((function(A){return A.split(",").map((function(A){var e,i=!1;return"~"!==A[0]?e=t(A):(e=t(A.substring(1,A.length)),i=!0),{scid:e,paused:i}}))}))}})(Hr)),Hr),t=Tr(),e=kr();return Er.grammar=e,Er.write=t,Er.parse=A.parse,Er.parseParams=A.parseParams,Er.parseFmtpConfig=A.parseFmtpConfig,Er.parsePayloads=A.parsePayloads,Er.parseRemoteCandidates=A.parseRemoteCandidates,Er.parseImageAttributes=A.parseImageAttributes,Er.parseSimulcastStreamList=A.parseSimulcastStreamList,Er})();function Kr(A,t,e){var i,n,s;void 0===t&&(t=50),void 0===e&&(e={});var r=null!=(i=e.isImmediate)&&i,o=null!=(n=e.callback)&&n,a=e.maxWait,c=Date.now(),h=[],u=function(){var e=[].slice.call(arguments),i=this;return new Promise((function(n,u){var l=r&&void 0===s;if(void 0!==s&&clearTimeout(s),s=setTimeout((function(){if(s=void 0,c=Date.now(),!r){var t=A.apply(i,e);o&&o(t),h.forEach((function(A){return(0,A.resolve)(t)})),h=[]}}),(function(){if(void 0!==a){var A=Date.now()-c;if(A+t>=a)return a-A}return t})()),l){var d=A.apply(i,e);return o&&o(d),n(d)}h.push({resolve:n,reject:u})}))};return u.cancel=function(A){void 0!==s&&clearTimeout(s),h.forEach((function(t){return(0,t.reject)(A)})),h=[]},u}const Or="negotiationStarted",Dr="negotiationComplete",Mr="rtpVideoPayloadTypes";class Lr extends oi.EventEmitter{get pc(){return this.J||(this.J=this.createPC()),this.J}constructor(A){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};var e;super(),this.log=$e,this.ddExtID=0,this.pendingCandidates=[],this.restartingIce=!1,this.renegotiate=!1,this.trackBitrates=[],this.remoteStereoMids=[],this.remoteNackMids=[],this.negotiate=Kr((A=>ii(this,void 0,void 0,(function*(){this.emit(Or);try{yield this.createAndSendOffer()}catch(t){if(!A)throw t;A(t)}}))),20),this.close=()=>{this.J&&(this.J.close(),this.J.onconnectionstatechange=null,this.J.oniceconnectionstatechange=null,this.J.onicegatheringstatechange=null,this.J.ondatachannel=null,this.J.onnegotiationneeded=null,this.J.onsignalingstatechange=null,this.J.onicecandidate=null,this.J.ondatachannel=null,this.J.ontrack=null,this.J.onconnectionstatechange=null,this.J.oniceconnectionstatechange=null,this.J=null)},this.log=ze(null!==(e=t.loggerName)&&void 0!==e?e:Ye.PCTransport),this.loggerOptions=t,this.config=A,this.J=this.createPC()}createPC(){const A=new RTCPeerConnection(this.config);return A.onicecandidate=A=>{var t;A.candidate&&(null===(t=this.onIceCandidate)||void 0===t||t.call(this,A.candidate))},A.onicecandidateerror=A=>{var t;null===(t=this.onIceCandidateError)||void 0===t||t.call(this,A)},A.oniceconnectionstatechange=()=>{var t;null===(t=this.onIceConnectionStateChange)||void 0===t||t.call(this,A.iceConnectionState)},A.onsignalingstatechange=()=>{var t;null===(t=this.onSignalingStatechange)||void 0===t||t.call(this,A.signalingState)},A.onconnectionstatechange=()=>{var t;null===(t=this.onConnectionStateChange)||void 0===t||t.call(this,A.connectionState)},A.ondatachannel=A=>{var t;null===(t=this.onDataChannel)||void 0===t||t.call(this,A)},A.ontrack=A=>{var t;null===(t=this.onTrack)||void 0===t||t.call(this,A)},A}get logContext(){var A,t;return Object.assign({},null===(t=(A=this.loggerOptions).loggerContextCb)||void 0===t?void 0:t.call(A))}get isICEConnected(){return null!==this.J&&("connected"===this.pc.iceConnectionState||"completed"===this.pc.iceConnectionState)}addIceCandidate(A){return ii(this,void 0,void 0,(function*(){if(this.pc.remoteDescription&&!this.restartingIce)return this.pc.addIceCandidate(A);this.pendingCandidates.push(A)}))}setRemoteDescription(A){return ii(this,void 0,void 0,(function*(){var t;let e;if("offer"===A.type){let{stereoMids:t,nackMids:e}=(function(A){var t;const e=[],i=[],n=Sr.parse(null!==(t=A.sdp)&&void 0!==t?t:"");let s=0;return n.media.forEach((A=>{var t;"audio"===A.type&&(A.rtp.some((A=>"opus"===A.codec&&(s=A.payload,!0))),(null===(t=A.rtcpFb)||void 0===t?void 0:t.some((A=>A.payload===s&&"nack"===A.type)))&&i.push(A.mid),A.fmtp.some((t=>t.payload===s&&(t.config.includes("sprop-stereo=1")&&e.push(A.mid),!0))))})),{stereoMids:e,nackMids:i}})(A);this.remoteStereoMids=t,this.remoteNackMids=e}else if("answer"===A.type){const i=Sr.parse(null!==(t=A.sdp)&&void 0!==t?t:"");i.media.forEach((A=>{"audio"===A.type&&this.trackBitrates.some((t=>{if(!t.transceiver||A.mid!=t.transceiver.mid)return!1;let e=0;if(A.rtp.some((A=>A.codec.toUpperCase()===t.codec.toUpperCase()&&(e=A.payload,!0))),0===e)return!0;let i=!1;for(const n of A.fmtp)if(n.payload===e){n.config=n.config.split(";").filter((A=>!A.includes("maxaveragebitrate"))).join(";"),t.maxbr>0&&(n.config+=";maxaveragebitrate=".concat(1e3*t.maxbr)),i=!0;break}return i||t.maxbr>0&&A.fmtp.push({payload:e,config:"maxaveragebitrate=".concat(1e3*t.maxbr)}),!0}))})),e=Sr.write(i)}yield this.setMungedSDP(A,e,!0),this.pendingCandidates.forEach((A=>{this.pc.addIceCandidate(A)})),this.pendingCandidates=[],this.restartingIce=!1,this.renegotiate?(this.renegotiate=!1,yield this.createAndSendOffer()):"answer"===A.type&&(this.emit(Dr),A.sdp)&&Sr.parse(A.sdp).media.forEach((A=>{"video"===A.type&&this.emit(Mr,A.rtp)}))}))}createAndSendOffer(A){return ii(this,void 0,void 0,(function*(){var t;if(void 0===this.onOffer)return;if((null==A?void 0:A.iceRestart)&&(this.log.debug("restarting ICE",this.logContext),this.restartingIce=!0),this.J&&"have-local-offer"===this.J.signalingState){const t=this.J.remoteDescription;if(!(null==A?void 0:A.iceRestart)||!t)return void(this.renegotiate=!0);yield this.J.setRemoteDescription(t)}else if(!this.J||"closed"===this.J.signalingState)return void this.log.warn("could not createOffer with closed peer connection",this.logContext);this.log.debug("starting to negotiate",this.logContext);const e=yield this.pc.createOffer(A);this.log.debug("original offer",Object.assign({sdp:e.sdp},this.logContext));const i=Sr.parse(null!==(t=e.sdp)&&void 0!==t?t:"");i.media.forEach((A=>{xr(A),"audio"===A.type?Rr(A,[],[]):"video"===A.type&&this.trackBitrates.some((t=>{if(!A.msid||!t.cid||!A.msid.includes(t.cid))return!1;let e=0;if(A.rtp.some((A=>A.codec.toUpperCase()===t.codec.toUpperCase()&&(e=A.payload,!0))),0===e)return!0;if(Qs(t.codec)&&this.ensureVideoDDExtensionForSVC(A,i),"av1"!==t.codec)return!0;const n=Math.round(.7*t.maxbr);for(const i of A.fmtp)if(i.payload===e){i.config.includes("x-google-start-bitrate")||(i.config+=";x-google-start-bitrate=".concat(n));break}return!0}))})),yield this.setMungedSDP(e,Sr.write(i)),this.onOffer(e)}))}createAndSetAnswer(){return ii(this,void 0,void 0,(function*(){var A;const t=yield this.pc.createAnswer(),e=Sr.parse(null!==(A=t.sdp)&&void 0!==A?A:"");return e.media.forEach((A=>{xr(A),"audio"===A.type&&Rr(A,this.remoteStereoMids,this.remoteNackMids)})),yield this.setMungedSDP(t,Sr.write(e)),t}))}createDataChannel(A,t){return this.pc.createDataChannel(A,t)}addTransceiver(A,t){return this.pc.addTransceiver(A,t)}addTrack(A){if(!this.J)throw new Nn("PC closed, cannot add track");return this.J.addTrack(A)}setTrackCodecBitrate(A){this.trackBitrates.push(A)}setConfiguration(A){var t;if(!this.J)throw new Nn("PC closed, cannot configure");return null===(t=this.J)||void 0===t?void 0:t.setConfiguration(A)}canRemoveTrack(){var A;return!!(null===(A=this.J)||void 0===A?void 0:A.removeTrack)}removeTrack(A){var t;return null===(t=this.J)||void 0===t?void 0:t.removeTrack(A)}getConnectionState(){var A,t;return null!==(t=null===(A=this.J)||void 0===A?void 0:A.connectionState)&&void 0!==t?t:"closed"}getICEConnectionState(){var A,t;return null!==(t=null===(A=this.J)||void 0===A?void 0:A.iceConnectionState)&&void 0!==t?t:"closed"}getSignallingState(){var A,t;return null!==(t=null===(A=this.J)||void 0===A?void 0:A.signalingState)&&void 0!==t?t:"closed"}getTransceivers(){var A,t;return null!==(t=null===(A=this.J)||void 0===A?void 0:A.getTransceivers())&&void 0!==t?t:[]}getSenders(){var A,t;return null!==(t=null===(A=this.J)||void 0===A?void 0:A.getSenders())&&void 0!==t?t:[]}getLocalDescription(){var A;return null===(A=this.J)||void 0===A?void 0:A.localDescription}getRemoteDescription(){var A;return null===(A=this.pc)||void 0===A?void 0:A.remoteDescription}getStats(){return this.pc.getStats()}getConnectedAddress(){return ii(this,void 0,void 0,(function*(){var A;if(!this.J)return;let t="";const e=new Map,i=new Map;if((yield this.J.getStats()).forEach((A=>{switch(A.type){case"transport":t=A.selectedCandidatePairId;break;case"candidate-pair":""===t&&A.selected&&(t=A.id),e.set(A.id,A);break;case"remote-candidate":i.set(A.id,"".concat(A.address,":").concat(A.port))}})),""===t)return;const n=null===(A=e.get(t))||void 0===A?void 0:A.remoteCandidateId;return void 0!==n?i.get(n):void 0}))}setMungedSDP(A,t,e){return ii(this,void 0,void 0,(function*(){if(t){const n=A.sdp;A.sdp=t;try{return this.log.debug("setting munged ".concat(e?"remote":"local"," description"),this.logContext),void(e?yield this.pc.setRemoteDescription(A):yield this.pc.setLocalDescription(A))}catch(i){this.log.warn("not able to set ".concat(A.type,", falling back to unmodified sdp"),Object.assign(Object.assign({},this.logContext),{error:i,sdp:t})),A.sdp=n}}try{e?yield this.pc.setRemoteDescription(A):yield this.pc.setLocalDescription(A)}catch(i){let t="unknown error";i instanceof Error?t=i.message:"string"==typeof i&&(t=i);const n={error:t,sdp:A.sdp};throw!e&&this.pc.remoteDescription&&(n.remoteSdp=this.pc.remoteDescription),this.log.error("unable to set ".concat(A.type),Object.assign(Object.assign({},this.logContext),{fields:n})),new Gn(t)}}))}ensureVideoDDExtensionForSVC(A,t){var e,i;if(!(null===(e=A.ext)||void 0===e?void 0:e.some((A=>A.uri===Bs)))){if(0===this.ddExtID){let A=0;t.media.forEach((t=>{var e;"video"===t.type&&(null===(e=t.ext)||void 0===e||e.forEach((t=>{t.value>A&&(A=t.value)})))})),this.ddExtID=A+1}null===(i=A.ext)||void 0===i||i.push({value:this.ddExtID,uri:Bs})}}}function Rr(A,t,e){let i=0;A.rtp.some((A=>"opus"===A.codec&&(i=A.payload,!0))),i>0&&(A.rtcpFb||(A.rtcpFb=[]),e.includes(A.mid)&&!A.rtcpFb.some((A=>A.payload===i&&"nack"===A.type))&&A.rtcpFb.push({payload:i,type:"nack"}),t.includes(A.mid)&&A.fmtp.some((A=>A.payload===i&&(A.config.includes("stereo=1")||(A.config+=";stereo=1"),!0))))}function xr(A){if(A.connection){const t=A.connection.ip.indexOf(":")>=0;(4===A.connection.version&&t||6===A.connection.version&&!t)&&(A.connection.ip="0.0.0.0",A.connection.version=4)}}const Nr="vp8",Gr={audioPreset:cs.music,dtx:!0,red:!0,forceStereo:!1,simulcast:!0,screenShareEncoding:ds.h1080fps15.encoding,stopMicTrackOnMute:!1,videoCodec:Nr,backupCodec:!0},jr={deviceId:{ideal:"default"},autoGainControl:!0,echoCancellation:!0,noiseSuppression:!0,voiceIsolation:!0},Vr={deviceId:{ideal:"default"},resolution:us.h720.resolution},Pr={adaptiveStream:!1,dynacast:!1,stopLocalTrackOnUnpublish:!0,reconnectPolicy:new class{constructor(A){this.dA=void 0!==A?[...A]:ei}nextRetryDelayInMs(A){if(A.retryCount>=this.dA.length)return null;const t=this.dA[A.retryCount];return A.retryCount<=1?t:t+1e3*Math.random()}},disconnectOnPageLeave:!0,webAudioMix:!1},_r={autoSubscribe:!0,maxRetries:1,peerConnectionTimeout:15e3,websocketTimeout:15e3};var Jr,Xr;(Xr=Jr||(Jr={}))[Xr.NEW=0]="NEW",Xr[Xr.CONNECTING=1]="CONNECTING",Xr[Xr.CONNECTED=2]="CONNECTED",Xr[Xr.FAILED=3]="FAILED",Xr[Xr.CLOSING=4]="CLOSING",Xr[Xr.CLOSED=5]="CLOSED";class Yr{get needsPublisher(){return this.isPublisherConnectionRequired}get needsSubscriber(){return this.isSubscriberConnectionRequired}get currentState(){return this.state}constructor(A,t,e){var i;this.peerConnectionTimeout=_r.peerConnectionTimeout,this.log=$e,this.updateState=()=>{var A;const t=this.state,e=this.requiredTransports.map((A=>A.getConnectionState()));e.every((A=>"connected"===A))?this.state=Jr.CONNECTED:e.some((A=>"failed"===A))?this.state=Jr.FAILED:e.some((A=>"connecting"===A))?this.state=Jr.CONNECTING:e.every((A=>"closed"===A))?this.state=Jr.CLOSED:e.some((A=>"closed"===A))?this.state=Jr.CLOSING:e.every((A=>"new"===A))&&(this.state=Jr.NEW),t!==this.state&&(this.log.debug("pc state change: from ".concat(Jr[t]," to ").concat(Jr[this.state]),this.logContext),null===(A=this.onStateChange)||void 0===A||A.call(this,this.state,this.publisher.getConnectionState(),this.subscriber.getConnectionState()))},this.log=ze(null!==(i=e.loggerName)&&void 0!==i?i:Ye.PCManager),this.loggerOptions=e,this.isPublisherConnectionRequired=!t,this.isSubscriberConnectionRequired=t,this.publisher=new Lr(A,e),this.subscriber=new Lr(A,e),this.publisher.onConnectionStateChange=this.updateState,this.subscriber.onConnectionStateChange=this.updateState,this.publisher.onIceConnectionStateChange=this.updateState,this.subscriber.onIceConnectionStateChange=this.updateState,this.publisher.onSignalingStatechange=this.updateState,this.subscriber.onSignalingStatechange=this.updateState,this.publisher.onIceCandidate=A=>{var t;null===(t=this.onIceCandidate)||void 0===t||t.call(this,A,Xt.PUBLISHER)},this.subscriber.onIceCandidate=A=>{var t;null===(t=this.onIceCandidate)||void 0===t||t.call(this,A,Xt.SUBSCRIBER)},this.subscriber.onDataChannel=A=>{var t;null===(t=this.onDataChannel)||void 0===t||t.call(this,A)},this.subscriber.onTrack=A=>{var t;null===(t=this.onTrack)||void 0===t||t.call(this,A)},this.publisher.onOffer=A=>{var t;null===(t=this.onPublisherOffer)||void 0===t||t.call(this,A)},this.state=Jr.NEW,this.connectionLock=new g,this.remoteOfferLock=new g}get logContext(){var A,t;return Object.assign({},null===(t=(A=this.loggerOptions).loggerContextCb)||void 0===t?void 0:t.call(A))}requirePublisher(){let A=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];this.isPublisherConnectionRequired=A,this.updateState()}requireSubscriber(){let A=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];this.isSubscriberConnectionRequired=A,this.updateState()}createAndSendPublisherOffer(A){return this.publisher.createAndSendOffer(A)}setPublisherAnswer(A){return this.publisher.setRemoteDescription(A)}removeTrack(A){return this.publisher.removeTrack(A)}close(){return ii(this,void 0,void 0,(function*(){if(this.publisher&&"closed"!==this.publisher.getSignallingState()){const t=this.publisher;for(const e of t.getSenders())try{t.canRemoveTrack()&&t.removeTrack(e)}catch(A){this.log.warn("could not removeTrack",Object.assign(Object.assign({},this.logContext),{error:A}))}}yield Promise.all([this.publisher.close(),this.subscriber.close()]),this.updateState()}))}triggerIceRestart(){return ii(this,void 0,void 0,(function*(){this.subscriber.restartingIce=!0,this.needsPublisher&&(yield this.createAndSendPublisherOffer({iceRestart:!0}))}))}addIceCandidate(A,t){return ii(this,void 0,void 0,(function*(){t===Xt.PUBLISHER?yield this.publisher.addIceCandidate(A):yield this.subscriber.addIceCandidate(A)}))}createSubscriberAnswerFromOffer(A){return ii(this,void 0,void 0,(function*(){this.log.debug("received server offer",Object.assign(Object.assign({},this.logContext),{RTCSdpType:A.type,sdp:A.sdp,signalingState:this.subscriber.getSignallingState().toString()}));const t=yield this.remoteOfferLock.lock();try{return yield this.subscriber.setRemoteDescription(A),yield this.subscriber.createAndSetAnswer()}finally{t()}}))}updateConfiguration(A,t){this.publisher.setConfiguration(A),this.subscriber.setConfiguration(A),t&&this.triggerIceRestart()}ensurePCTransportConnection(A,t){return ii(this,void 0,void 0,(function*(){var e;const i=yield this.connectionLock.lock();try{this.isPublisherConnectionRequired&&"connected"!==this.publisher.getConnectionState()&&"connecting"!==this.publisher.getConnectionState()&&(this.log.debug("negotiation required, start negotiating",this.logContext),this.publisher.negotiate()),yield Promise.all(null===(e=this.requiredTransports)||void 0===e?void 0:e.map((e=>this.ensureTransportConnected(e,A,t))))}finally{i()}}))}negotiate(A){return ii(this,void 0,void 0,(function*(){return new Promise(((t,e)=>ii(this,void 0,void 0,(function*(){const i=setTimeout((()=>{e("negotiation timed out")}),this.peerConnectionTimeout);A.signal.addEventListener("abort",(()=>{clearTimeout(i),e("negotiation aborted")})),this.publisher.once(Or,(()=>{A.signal.aborted||this.publisher.once(Dr,(()=>{clearTimeout(i),t()}))})),yield this.publisher.negotiate((A=>{clearTimeout(i),e(A)}))}))))}))}addPublisherTransceiver(A,t){return this.publisher.addTransceiver(A,t)}addPublisherTrack(A){return this.publisher.addTrack(A)}createPublisherDataChannel(A,t){return this.publisher.createDataChannel(A,t)}getConnectedAddress(A){return A===Xt.PUBLISHER||A===Xt.SUBSCRIBER?this.publisher.getConnectedAddress():this.requiredTransports[0].getConnectedAddress()}get requiredTransports(){const A=[];return this.isPublisherConnectionRequired&&A.push(this.publisher),this.isSubscriberConnectionRequired&&A.push(this.subscriber),A}ensureTransportConnected(A,t){return ii(this,arguments,void 0,(function(A,t){var e=this;let i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:this.peerConnectionTimeout;return(function*(){if("connected"!==A.getConnectionState())return new Promise(((A,n)=>ii(e,void 0,void 0,(function*(){const e=()=>{this.log.warn("abort transport connection",this.logContext),Wn.clearTimeout(s),n(new Mn("room connection has been cancelled",pn.Cancelled))};(null==t?void 0:t.signal.aborted)&&e(),null==t||t.signal.addEventListener("abort",e);const s=Wn.setTimeout((()=>{null==t||t.signal.removeEventListener("abort",e),n(new Mn("could not establish pc connection",pn.InternalError))}),i);for(;this.state!==Jr.CONNECTED;)if(yield ws(50),null==t?void 0:t.signal.aborted)return void n(new Mn("room connection has been cancelled",pn.Cancelled));Wn.clearTimeout(s),null==t||t.signal.removeEventListener("abort",e),A()}))))})()}))}}class Zr extends Error{constructor(A,t,e){super(t),this.code=A,this.message=qr(t,Zr.MAX_MESSAGE_BYTES),this.data=e?qr(e,Zr.MAX_DATA_BYTES):void 0}static fromProto(A){return new Zr(A.code,A.message,A.data)}toProto(){return new Tt({code:this.code,message:this.message,data:this.data})}static builtIn(A,t){return new Zr(Zr.ErrorCode[A],Zr.ErrorMessage[A],t)}}function Wr(A){return(new TextEncoder).encode(A).length}function qr(A,t){if(Wr(A)<=t)return A;let e=0,i=A.length;const n=new TextEncoder;for(;e<i;){const s=Math.floor((e+i+1)/2);n.encode(A.slice(0,s)).length<=t?e=s:i=s-1}return A.slice(0,e)}Zr.MAX_MESSAGE_BYTES=256,Zr.MAX_DATA_BYTES=15360,Zr.ErrorCode={APPLICATION_ERROR:1500,CONNECTION_TIMEOUT:1501,RESPONSE_TIMEOUT:1502,RECIPIENT_DISCONNECTED:1503,RESPONSE_PAYLOAD_TOO_LARGE:1504,SEND_FAILED:1505,UNSUPPORTED_METHOD:1400,RECIPIENT_NOT_FOUND:1401,REQUEST_PAYLOAD_TOO_LARGE:1402,UNSUPPORTED_SERVER:1403,UNSUPPORTED_VERSION:1404},Zr.ErrorMessage={APPLICATION_ERROR:"Application error in method handler",CONNECTION_TIMEOUT:"Connection timeout",RESPONSE_TIMEOUT:"Response timeout",RECIPIENT_DISCONNECTED:"Recipient disconnected",RESPONSE_PAYLOAD_TOO_LARGE:"Response payload too large",SEND_FAILED:"Failed to send",UNSUPPORTED_METHOD:"Method not supported at destination",RECIPIENT_NOT_FOUND:"Recipient not found",REQUEST_PAYLOAD_TOO_LARGE:"Request payload too large",UNSUPPORTED_SERVER:"RPC not supported by server",UNSUPPORTED_VERSION:"Unsupported RPC version"};const $r=2e3;function zr(A,t){if(!t)return 0;let e,i;return"bytesReceived"in A?(e=A.bytesReceived,i=t.bytesReceived):"bytesSent"in A&&(e=A.bytesSent,i=t.bytesSent),void 0===e||void 0===i||void 0===A.timestamp||void 0===t.timestamp?0:8*(e-i)*1e3/(A.timestamp-t.timestamp)}class Ao extends As{get sender(){return this.BA}set sender(A){this.BA=A}get constraints(){return this.wA}constructor(A,t,e){let i=arguments.length>3&&void 0!==arguments[3]&&arguments[3];super(A,t,arguments.length>4?arguments[4]:void 0),this.manuallyStopped=!1,this.fA=!1,this.handleTrackMuteEvent=()=>this.debouncedTrackMuteHandler().catch((()=>this.log.debug("track mute bounce got cancelled by an unmute event",this.logContext))),this.debouncedTrackMuteHandler=Kr((()=>ii(this,void 0,void 0,(function*(){yield this.pauseUpstream()}))),5e3),this.handleTrackUnmuteEvent=()=>ii(this,void 0,void 0,(function*(){this.debouncedTrackMuteHandler.cancel("unmute"),yield this.resumeUpstream()})),this.handleEnded=()=>{this.isInBackground&&(this.reacquireTrack=!0),this.cA.removeEventListener("mute",this.handleTrackMuteEvent),this.cA.removeEventListener("unmute",this.handleTrackUnmuteEvent),this.emit(Sn.Ended,this)},this.reacquireTrack=!1,this.providedByUser=i,this.muteLock=new g,this.pauseUpstreamLock=new g,this.processorLock=new g,this.restartLock=new g,this.setMediaStreamTrack(A,!0),this.wA=A.getConstraints(),e&&(this.wA=e)}get id(){return this.cA.id}get dimensions(){if(this.kind!==As.Kind.Video)return;const{width:A,height:t}=this.cA.getSettings();return A&&t?{width:A,height:t}:void 0}get isUpstreamPaused(){return this.fA}get isUserProvided(){return this.providedByUser}get mediaStreamTrack(){var A,t;return null!==(t=null===(A=this.processor)||void 0===A?void 0:A.processedTrack)&&void 0!==t?t:this.cA}get isLocal(){return!0}getSourceTrackSettings(){return this.cA.getSettings()}setMediaStreamTrack(A,t){return ii(this,void 0,void 0,(function*(){var e;if(A===this.cA&&!t)return;let i;if(this.cA&&(this.attachedElements.forEach((A=>{es(this.cA,A)})),this.debouncedTrackMuteHandler.cancel("new-track"),this.cA.removeEventListener("ended",this.handleEnded),this.cA.removeEventListener("mute",this.handleTrackMuteEvent),this.cA.removeEventListener("unmute",this.handleTrackUnmuteEvent)),this.mediaStream=new MediaStream([A]),A&&(A.addEventListener("ended",this.handleEnded),A.addEventListener("mute",this.handleTrackMuteEvent),A.addEventListener("unmute",this.handleTrackUnmuteEvent),this.wA=A.getConstraints()),this.processor&&A){const t=yield this.processorLock.lock();try{if(this.log.debug("restarting processor",this.logContext),"unknown"===this.kind)throw TypeError("cannot set processor on track of unknown kind");this.processorElement&&(ts(A,this.processorElement),this.processorElement.muted=!0),yield this.processor.restart({track:A,kind:this.kind,element:this.processorElement}),i=this.processor.processedTrack}finally{t()}}this.sender&&"closed"!==(null===(e=this.sender.transport)||void 0===e?void 0:e.state)&&(yield this.sender.replaceTrack(null!=i?i:A)),this.providedByUser||this.cA===A||this.cA.stop(),this.cA=A,A&&(this.cA.enabled=!this.isMuted,yield this.resumeUpstream(),this.attachedElements.forEach((t=>{ts(null!=i?i:A,t)})))}))}waitForDimensions(){return ii(this,arguments,void 0,(function(){var A=this;let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1e3;return(function*(){var e;if(A.kind===As.Kind.Audio)throw new Error("cannot get dimensions for audio tracks");"iOS"===(null===(e=Jn())||void 0===e?void 0:e.os)&&(yield ws(10));const i=Date.now();for(;Date.now()-i<t;){const t=A.dimensions;if(t)return t;yield ws(50)}throw new Rn("unable to get track dimensions after timeout")})()}))}setDeviceId(A){return ii(this,void 0,void 0,(function*(){return this.wA.deviceId===A&&this.cA.getSettings().deviceId===Ns(A)||(this.wA.deviceId=A,!!this.isMuted||(yield this.restartTrack(),Ns(A)===this.cA.getSettings().deviceId))}))}getDeviceId(){return ii(this,arguments,void 0,(function(){var A=this;let t=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return(function*(){if(A.source===As.Source.ScreenShare)return;const{deviceId:e,groupId:i}=A.cA.getSettings(),n=A.kind===As.Kind.Audio?"audioinput":"videoinput";return t?ur.getInstance().normalizeDeviceId(n,e,i):e})()}))}mute(){return ii(this,void 0,void 0,(function*(){return this.setTrackMuted(!0),this}))}unmute(){return ii(this,void 0,void 0,(function*(){return this.setTrackMuted(!1),this}))}replaceTrack(A,t){return ii(this,void 0,void 0,(function*(){if(!this.sender)throw new Rn("unable to replace an unpublished track");let e,i;return"boolean"==typeof t?e=t:void 0!==t&&(e=t.userProvidedTrack,i=t.stopProcessor),this.providedByUser=null==e||e,this.log.debug("replace MediaStreamTrack",this.logContext),yield this.setMediaStreamTrack(A),i&&this.processor&&(yield this.stopProcessor()),this}))}restart(A){return ii(this,void 0,void 0,(function*(){this.manuallyStopped=!1;const t=yield this.restartLock.lock();try{A||(A=this.wA);const{deviceId:t,facingMode:e}=A,i=(function(A,t){var e={};for(var i in A)Object.prototype.hasOwnProperty.call(A,i)&&t.indexOf(i)<0&&(e[i]=A[i]);if(null!=A&&"function"==typeof Object.getOwnPropertySymbols){var n=0;for(i=Object.getOwnPropertySymbols(A);n<i.length;n++)t.indexOf(i[n])<0&&Object.prototype.propertyIsEnumerable.call(A,i[n])&&(e[i[n]]=A[i[n]])}return e})(A,["deviceId","facingMode"]);this.log.debug("restarting track with constraints",Object.assign(Object.assign({},this.logContext),{constraints:A}));const n={audio:!1,video:!1};this.kind===As.Kind.Video?n.video=!t&&!e||{deviceId:t,facingMode:e}:n.audio=!t||{deviceId:t},this.attachedElements.forEach((A=>{es(this.mediaStreamTrack,A)})),this.cA.removeEventListener("ended",this.handleEnded),this.cA.stop();const s=(yield navigator.mediaDevices.getUserMedia(n)).getTracks()[0];return yield s.applyConstraints(i),s.addEventListener("ended",this.handleEnded),this.log.debug("re-acquired MediaStreamTrack",this.logContext),yield this.setMediaStreamTrack(s),this.wA=A,this.emit(Sn.Restarted,this),this.manuallyStopped&&(this.log.warn("track was stopped during a restart, stopping restarted track",this.logContext),this.stop()),this}finally{t()}}))}setTrackMuted(A){this.log.debug("setting ".concat(this.kind," track ").concat(A?"muted":"unmuted"),this.logContext),this.isMuted===A&&this.cA.enabled!==A||(this.isMuted=A,this.cA.enabled=!A,this.emit(A?Sn.Muted:Sn.Unmuted,this))}get needsReAcquisition(){return"live"!==this.cA.readyState||this.cA.muted||!this.cA.enabled||this.reacquireTrack}handleAppVisibilityChanged(){const A=Object.create(null,{handleAppVisibilityChanged:{get:()=>super.handleAppVisibilityChanged}});return ii(this,void 0,void 0,(function*(){yield A.handleAppVisibilityChanged.call(this),Us()&&(this.log.debug("visibility changed, is in Background: ".concat(this.isInBackground),this.logContext),this.isInBackground||!this.needsReAcquisition||this.isUserProvided||this.isMuted||(this.log.debug("track needs to be reacquired, restarting ".concat(this.source),this.logContext),yield this.restart(),this.reacquireTrack=!1))}))}stop(){var A;this.manuallyStopped=!0,super.stop(),this.cA.removeEventListener("ended",this.handleEnded),this.cA.removeEventListener("mute",this.handleTrackMuteEvent),this.cA.removeEventListener("unmute",this.handleTrackUnmuteEvent),null===(A=this.processor)||void 0===A||A.destroy(),this.processor=void 0}pauseUpstream(){return ii(this,void 0,void 0,(function*(){var A;const t=yield this.pauseUpstreamLock.lock();try{if(!0===this.fA)return;if(!this.sender)return void this.log.warn("unable to pause upstream for an unpublished track",this.logContext);this.fA=!0,this.emit(Sn.UpstreamPaused,this);const t=Jn();if("Safari"===(null==t?void 0:t.name)&&Is(t.version,"12.0")<0)throw new Ln("pauseUpstream is not supported on Safari < 12.");"closed"!==(null===(A=this.sender.transport)||void 0===A?void 0:A.state)&&(yield this.sender.replaceTrack(null))}finally{t()}}))}resumeUpstream(){return ii(this,void 0,void 0,(function*(){var A;const t=yield this.pauseUpstreamLock.lock();try{if(!1===this.fA)return;if(!this.sender)return void this.log.warn("unable to resume upstream for an unpublished track",this.logContext);this.fA=!1,this.emit(Sn.UpstreamResumed,this),"closed"!==(null===(A=this.sender.transport)||void 0===A?void 0:A.state)&&(yield this.sender.replaceTrack(this.mediaStreamTrack))}finally{t()}}))}getRTCStatsReport(){return ii(this,void 0,void 0,(function*(){var A;if(null===(A=this.sender)||void 0===A?void 0:A.getStats)return yield this.sender.getStats()}))}setProcessor(A){return ii(this,arguments,void 0,(function(A){var t=this;let e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return(function*(){var i;const n=yield t.processorLock.lock();try{t.log.debug("setting up processor",t.logContext);const n=document.createElement(t.kind),s={kind:t.kind,track:t.cA,element:n,audioContext:t.audioContext};if(yield A.init(s),t.log.debug("processor initialized",t.logContext),t.processor&&(yield t.stopProcessor()),"unknown"===t.kind)throw TypeError("cannot set processor on track of unknown kind");if(ts(t.cA,n),n.muted=!0,n.play().catch((A=>t.log.error("failed to play processor element",Object.assign(Object.assign({},t.logContext),{error:A})))),t.processor=A,t.processorElement=n,t.processor.processedTrack){for(const A of t.attachedElements)A!==t.processorElement&&e&&(es(t.cA,A),ts(t.processor.processedTrack,A));yield null===(i=t.sender)||void 0===i?void 0:i.replaceTrack(t.processor.processedTrack)}t.emit(Sn.TrackProcessorUpdate,t.processor)}finally{n()}})()}))}getProcessor(){return this.processor}stopProcessor(){return ii(this,arguments,void 0,(function(){var A=this;let t=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return(function*(){var e,i;A.processor&&(A.log.debug("stopping processor",A.logContext),null===(e=A.processor.processedTrack)||void 0===e||e.stop(),yield A.processor.destroy(),A.processor=void 0,t||(null===(i=A.processorElement)||void 0===i||i.remove(),A.processorElement=void 0),yield A.cA.applyConstraints(A.wA),yield A.setMediaStreamTrack(A.cA,!0),A.emit(Sn.TrackProcessorUpdate))})()}))}}class to extends Ao{get enhancedNoiseCancellation(){return this.isKrispNoiseFilterEnabled}constructor(A,t){let e=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],i=arguments.length>3?arguments[3]:void 0,n=arguments.length>4?arguments[4]:void 0;super(A,As.Kind.Audio,t,e,n),this.stopOnMute=!1,this.isKrispNoiseFilterEnabled=!1,this.monitorSender=()=>ii(this,void 0,void 0,(function*(){if(!this.sender)return void(this.aA=0);let A;try{A=yield this.getSenderStats()}catch(t){return void this.log.error("could not get audio sender stats",Object.assign(Object.assign({},this.logContext),{error:t}))}A&&this.prevStats&&(this.aA=zr(A,this.prevStats)),this.prevStats=A})),this.handleKrispNoiseFilterEnable=()=>{this.isKrispNoiseFilterEnabled=!0,this.log.debug("Krisp noise filter enabled",this.logContext),this.emit(Sn.AudioTrackFeatureUpdate,this,ot.TF_ENHANCED_NOISE_CANCELLATION,!0)},this.handleKrispNoiseFilterDisable=()=>{this.isKrispNoiseFilterEnabled=!1,this.log.debug("Krisp noise filter disabled",this.logContext),this.emit(Sn.AudioTrackFeatureUpdate,this,ot.TF_ENHANCED_NOISE_CANCELLATION,!1)},this.audioContext=i,this.checkForSilence()}mute(){const A=Object.create(null,{mute:{get:()=>super.mute}});return ii(this,void 0,void 0,(function*(){const t=yield this.muteLock.lock();try{return this.isMuted?(this.log.debug("Track already muted",this.logContext),this):(this.source===As.Source.Microphone&&this.stopOnMute&&!this.isUserProvided&&(this.log.debug("stopping mic track",this.logContext),this.cA.stop()),yield A.mute.call(this),this)}finally{t()}}))}unmute(){const A=Object.create(null,{unmute:{get:()=>super.unmute}});return ii(this,void 0,void 0,(function*(){const t=yield this.muteLock.lock();try{if(!this.isMuted)return this.log.debug("Track already unmuted",this.logContext),this;const t=this.wA.deviceId&&this.cA.getSettings().deviceId!==Ns(this.wA.deviceId);return this.source!==As.Source.Microphone||!this.stopOnMute&&"ended"!==this.cA.readyState&&!t||this.isUserProvided||(this.log.debug("reacquiring mic track",this.logContext),yield this.restartTrack()),yield A.unmute.call(this),this}finally{t()}}))}restartTrack(A){return ii(this,void 0,void 0,(function*(){let t;if(A){const e=tr({audio:A});"boolean"!=typeof e.audio&&(t=e.audio)}yield this.restart(t)}))}restart(A){const t=Object.create(null,{restart:{get:()=>super.restart}});return ii(this,void 0,void 0,(function*(){const e=yield t.restart.call(this,A);return this.checkForSilence(),e}))}startMonitor(){Cs()&&(this.monitorInterval||(this.monitorInterval=setInterval((()=>{this.monitorSender()}),$r)))}setProcessor(A){return ii(this,void 0,void 0,(function*(){var t;const e=yield this.processorLock.lock();try{if(!Fs()&&!this.audioContext)throw Error("Audio context needs to be set on LocalAudioTrack in order to enable processors");this.processor&&(yield this.stopProcessor());const e={kind:this.kind,track:this.cA,audioContext:this.audioContext};this.log.debug("setting up audio processor ".concat(A.name),this.logContext),yield A.init(e),this.processor=A,this.processor.processedTrack&&(yield null===(t=this.sender)||void 0===t?void 0:t.replaceTrack(this.processor.processedTrack),this.processor.processedTrack.addEventListener("enable-lk-krisp-noise-filter",this.handleKrispNoiseFilterEnable),this.processor.processedTrack.addEventListener("disable-lk-krisp-noise-filter",this.handleKrispNoiseFilterDisable)),this.emit(Sn.TrackProcessorUpdate,this.processor)}finally{e()}}))}setAudioContext(A){this.audioContext=A}getSenderStats(){return ii(this,void 0,void 0,(function*(){var A;if(!(null===(A=this.sender)||void 0===A?void 0:A.getStats))return;let t;return(yield this.sender.getStats()).forEach((A=>{"outbound-rtp"===A.type&&(t={type:"audio",streamId:A.id,packetsSent:A.packetsSent,packetsLost:A.packetsLost,bytesSent:A.bytesSent,timestamp:A.timestamp,roundTripTime:A.roundTripTime,jitter:A.jitter})})),t}))}checkForSilence(){return ii(this,void 0,void 0,(function*(){const A=yield(function(A){return ii(this,arguments,void 0,(function(A){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:200;return(function*(){const e=er();if(e){const i=e.createAnalyser();i.fftSize=2048;const n=i.frequencyBinCount,s=new Uint8Array(n);e.createMediaStreamSource(new MediaStream([A.mediaStreamTrack])).connect(i),yield ws(t),i.getByteTimeDomainData(s);const r=s.some((A=>128!==A&&0!==A));return e.close(),!r}return!1})()}))})(this);return A&&(this.isMuted||this.log.warn("silence detected on local audio track",this.logContext),this.emit(Sn.AudioSilenceDetected)),A}))}}const eo=Object.values(us),io=Object.values(ls),no=Object.values(ds),so=[us.h180,us.h360],ro=[ls.h180,ls.h360],oo=["q","h","f"];function ao(A,t,e,i){var n,s;let r=null==i?void 0:i.videoEncoding;A&&(r=null==i?void 0:i.screenShareEncoding);const o=null==i?void 0:i.simulcast,a=null==i?void 0:i.scalabilityMode,c=null==i?void 0:i.videoCodec;if(!r&&!o&&!a||!t||!e)return[{}];r||(r=(function(A,t,e,i){const n=(function(A,t,e){if(A)return no;const i=t>e?t/e:e/t;return Math.abs(i-16/9)<Math.abs(i-4/3)?eo:io})(A,t,e);let{encoding:s}=n[0];const r=Math.max(t,e);for(let o=0;o<n.length;o+=1){const A=n[o];if(s=A.encoding,A.width>=r)break}if(i)switch(i){case"av1":s=Object.assign({},s),s.maxBitrate=.7*s.maxBitrate;break;case"vp9":s=Object.assign({},s),s.maxBitrate=.85*s.maxBitrate}return s})(A,t,e,c),$e.debug("using video encoding",r));const h=r.maxFramerate,u=new is(t,e,r.maxBitrate,r.maxFramerate,r.priority);if(a&&Qs(c)){const A=new lo(a),t=[];if(A.spatial>3)throw new Error("unsupported scalabilityMode: ".concat(a));const e=Jn();if(ms()||Fs()||"Chrome"===(null==e?void 0:e.name)&&Is(null==e?void 0:e.version,"113")<0){const e="h"==A.suffix?2:3;for(let i=0;i<A.spatial;i+=1)t.push({rid:oo[2-i],maxBitrate:r.maxBitrate/Math.pow(e,i),maxFramerate:u.encoding.maxFramerate});t[0].scalabilityMode=a}else t.push({maxBitrate:r.maxBitrate,maxFramerate:u.encoding.maxFramerate,scalabilityMode:a});return u.encoding.priority&&(t[0].priority=u.encoding.priority,t[0].networkPriority=u.encoding.priority),$e.debug("using svc encoding",{encodings:t}),t}if(!o)return[r];let l,d=[];if(d=A?null!==(n=uo(null==i?void 0:i.screenShareSimulcastLayers))&&void 0!==n?n:co(A,u):null!==(s=uo(null==i?void 0:i.videoSimulcastLayers))&&void 0!==s?s:co(A,u),d.length>0){const A=d[0];d.length>1&&([,l]=d);const i=Math.max(t,e);if(i>=960&&l)return ho(t,e,[A,l,u],h);if(i>=480)return ho(t,e,[A,u],h)}return ho(t,e,[u])}function co(A,t){if(A)return[{scaleResolutionDownBy:2,fps:(e=t).encoding.maxFramerate}].map((A=>{var t,i;return new is(Math.floor(e.width/A.scaleResolutionDownBy),Math.floor(e.height/A.scaleResolutionDownBy),Math.max(15e4,Math.floor(e.encoding.maxBitrate/(Math.pow(A.scaleResolutionDownBy,2)*((null!==(t=e.encoding.maxFramerate)&&void 0!==t?t:30)/(null!==(i=A.fps)&&void 0!==i?i:30))))),A.fps,e.encoding.priority)}));var e;const{width:i,height:n}=t,s=i>n?i/n:n/i;return Math.abs(s-16/9)<Math.abs(s-4/3)?so:ro}function ho(A,t,e,i){const n=[];if(e.forEach(((e,s)=>{if(s>=oo.length)return;const r=Math.min(A,t),o={rid:oo[s],scaleResolutionDownBy:Math.max(1,r/Math.min(e.width,e.height)),maxBitrate:e.encoding.maxBitrate},a=i&&e.encoding.maxFramerate?Math.min(i,e.encoding.maxFramerate):e.encoding.maxFramerate;a&&(o.maxFramerate=a);const c=ps()||0===s;e.encoding.priority&&c&&(o.priority=e.encoding.priority,o.networkPriority=e.encoding.priority),n.push(o)})),Fs()&&"ios"===Es()){let A;n.forEach((t=>{A?t.maxFramerate&&t.maxFramerate>A&&(A=t.maxFramerate):A=t.maxFramerate}));let t=!0;n.forEach((e=>{var i;e.maxFramerate!=A&&(t&&(t=!1,$e.info("Simulcast on iOS React-Native requires all encodings to share the same framerate.")),$e.info('Setting framerate of encoding "'.concat(null!==(i=e.rid)&&void 0!==i?i:"",'" to ').concat(A)),e.maxFramerate=A)}))}return n}function uo(A){if(A)return A.sort(((A,t)=>{const{encoding:e}=A,{encoding:i}=t;return e.maxBitrate>i.maxBitrate?1:e.maxBitrate<i.maxBitrate?-1:e.maxBitrate===i.maxBitrate&&e.maxFramerate&&i.maxFramerate?e.maxFramerate>i.maxFramerate?1:-1:0}))}class lo{constructor(A){const t=A.match(/^L(\d)T(\d)(h|_KEY|_KEY_SHIFT){0,1}$/);if(!t)throw new Error("invalid scalability mode");if(this.spatial=parseInt(t[1]),this.temporal=parseInt(t[2]),t.length>3)switch(t[3]){case"h":case"_KEY":case"_KEY_SHIFT":this.suffix=t[3]}}toString(){var A;return"L".concat(this.spatial,"T").concat(this.temporal).concat(null!==(A=this.suffix)&&void 0!==A?A:"")}}class Bo extends Ao{get sender(){return this.BA}set sender(A){this.BA=A,this.degradationPreference&&this.setDegradationPreference(this.degradationPreference)}constructor(A,t){let e=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],i=arguments.length>3?arguments[3]:void 0;super(A,As.Kind.Video,t,e,i),this.simulcastCodecs=new Map,this.degradationPreference="balanced",this.monitorSender=()=>ii(this,void 0,void 0,(function*(){if(!this.sender)return void(this.aA=0);let A;try{A=yield this.getSenderStats()}catch(e){return void this.log.error("could not get audio sender stats",Object.assign(Object.assign({},this.logContext),{error:e}))}const t=new Map(A.map((A=>[A.rid,A])));if(this.prevStats){let A=0;t.forEach(((t,e)=>{var i;const n=null===(i=this.prevStats)||void 0===i?void 0:i.get(e);A+=zr(t,n)})),this.aA=A}this.prevStats=t})),this.senderLock=new g}get isSimulcast(){return!!(this.sender&&this.sender.getParameters().encodings.length>1)}startMonitor(A){var t;if(this.signalClient=A,!Cs())return;const e=null===(t=this.sender)||void 0===t?void 0:t.getParameters();e&&(this.encodings=e.encodings),this.monitorInterval||(this.monitorInterval=setInterval((()=>{this.monitorSender()}),$r))}stop(){this.cA.getConstraints(),this.simulcastCodecs.forEach((A=>{A.mediaStreamTrack.stop()})),super.stop()}pauseUpstream(){const A=Object.create(null,{pauseUpstream:{get:()=>super.pauseUpstream}});return ii(this,void 0,void 0,(function*(){var t,e,i,n,s;yield A.pauseUpstream.call(this);try{for(var r,o=!0,a=ni(this.simulcastCodecs.values());!(t=(r=yield a.next()).done);o=!0){n=r.value,o=!1;const A=n;yield null===(s=A.sender)||void 0===s?void 0:s.replaceTrack(null)}}catch(c){e={error:c}}finally{try{o||t||!(i=a.return)||(yield i.call(a))}finally{if(e)throw e.error}}}))}resumeUpstream(){const A=Object.create(null,{resumeUpstream:{get:()=>super.resumeUpstream}});return ii(this,void 0,void 0,(function*(){var t,e,i,n,s;yield A.resumeUpstream.call(this);try{for(var r,o=!0,a=ni(this.simulcastCodecs.values());!(t=(r=yield a.next()).done);o=!0){n=r.value,o=!1;const A=n;yield null===(s=A.sender)||void 0===s?void 0:s.replaceTrack(A.mediaStreamTrack)}}catch(c){e={error:c}}finally{try{o||t||!(i=a.return)||(yield i.call(a))}finally{if(e)throw e.error}}}))}mute(){const A=Object.create(null,{mute:{get:()=>super.mute}});return ii(this,void 0,void 0,(function*(){const t=yield this.muteLock.lock();try{return this.isMuted?(this.log.debug("Track already muted",this.logContext),this):(this.source!==As.Source.Camera||this.isUserProvided||(this.log.debug("stopping camera track",this.logContext),this.cA.stop()),yield A.mute.call(this),this)}finally{t()}}))}unmute(){const A=Object.create(null,{unmute:{get:()=>super.unmute}});return ii(this,void 0,void 0,(function*(){const t=yield this.muteLock.lock();try{return this.isMuted?(this.source!==As.Source.Camera||this.isUserProvided||(this.log.debug("reacquiring camera track",this.logContext),yield this.restartTrack()),yield A.unmute.call(this),this):(this.log.debug("Track already unmuted",this.logContext),this)}finally{t()}}))}setTrackMuted(A){super.setTrackMuted(A);for(const t of this.simulcastCodecs.values())t.mediaStreamTrack.enabled=!A}getSenderStats(){return ii(this,void 0,void 0,(function*(){var A;if(!(null===(A=this.sender)||void 0===A?void 0:A.getStats))return[];const t=[],e=yield this.sender.getStats();return e.forEach((A=>{var i;if("outbound-rtp"===A.type){const n={type:"video",streamId:A.id,frameHeight:A.frameHeight,frameWidth:A.frameWidth,framesPerSecond:A.framesPerSecond,framesSent:A.framesSent,firCount:A.firCount,pliCount:A.pliCount,nackCount:A.nackCount,packetsSent:A.packetsSent,bytesSent:A.bytesSent,qualityLimitationReason:A.qualityLimitationReason,qualityLimitationDurations:A.qualityLimitationDurations,qualityLimitationResolutionChanges:A.qualityLimitationResolutionChanges,rid:null!==(i=A.rid)&&void 0!==i?i:A.id,retransmittedPacketsSent:A.retransmittedPacketsSent,targetBitrate:A.targetBitrate,timestamp:A.timestamp},s=e.get(A.remoteId);s&&(n.jitter=s.jitter,n.packetsLost=s.packetsLost,n.roundTripTime=s.roundTripTime),t.push(n)}})),t.sort(((A,t)=>{var e,i;return(null!==(e=t.frameWidth)&&void 0!==e?e:0)-(null!==(i=A.frameWidth)&&void 0!==i?i:0)})),t}))}setPublishingQuality(A){const t=[];for(let e=$n.LOW;e<=$n.HIGH;e+=1)t.push(new Ce({quality:e,enabled:e<=A}));this.log.debug("setting publishing quality. max quality ".concat(A),this.logContext),this.setPublishingLayers(t)}restartTrack(A){return ii(this,void 0,void 0,(function*(){var t,e,i,n,s;let r;if(A){const t=tr({video:A});"boolean"!=typeof t.video&&(r=t.video)}yield this.restart(r);try{for(var o,a=!0,c=ni(this.simulcastCodecs.values());!(t=(o=yield c.next()).done);a=!0){n=o.value,a=!1;const A=n;A.sender&&"closed"!==(null===(s=A.sender.transport)||void 0===s?void 0:s.state)&&(A.mediaStreamTrack=this.mediaStreamTrack.clone(),yield A.sender.replaceTrack(A.mediaStreamTrack))}}catch(h){e={error:h}}finally{try{a||t||!(i=c.return)||(yield i.call(c))}finally{if(e)throw e.error}}}))}setProcessor(A){const t=Object.create(null,{setProcessor:{get:()=>super.setProcessor}});return ii(this,arguments,void 0,(function(A){var e=this;let i=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return(function*(){var n,s,r,o,a,c;if(yield t.setProcessor.call(e,A,i),null===(a=e.processor)||void 0===a?void 0:a.processedTrack)try{for(var h,u=!0,l=ni(e.simulcastCodecs.values());!(n=(h=yield l.next()).done);u=!0){o=h.value,u=!1;const A=o;yield null===(c=A.sender)||void 0===c?void 0:c.replaceTrack(e.processor.processedTrack)}}catch(d){s={error:d}}finally{try{u||n||!(r=l.return)||(yield r.call(l))}finally{if(s)throw s.error}}})()}))}setDegradationPreference(A){return ii(this,void 0,void 0,(function*(){if(this.degradationPreference=A,this.sender)try{this.log.debug("setting degradationPreference to ".concat(A),this.logContext);const t=this.sender.getParameters();t.degradationPreference=A,this.sender.setParameters(t)}catch(t){this.log.warn("failed to set degradationPreference",Object.assign({error:t},this.logContext))}}))}addSimulcastTrack(A,t){if(this.simulcastCodecs.has(A))return void this.log.error("".concat(A," already added, skipping adding simulcast codec"),this.logContext);const e={codec:A,mediaStreamTrack:this.mediaStreamTrack.clone(),sender:void 0,encodings:t};return this.simulcastCodecs.set(A,e),e}setSimulcastTrackSender(A,t){const e=this.simulcastCodecs.get(A);e&&(e.sender=t,setTimeout((()=>{this.subscribedCodecs&&this.setPublishingCodecs(this.subscribedCodecs)}),5e3))}setPublishingCodecs(A){return ii(this,void 0,void 0,(function*(){var t,e,i,n,s,r,o;if(this.log.debug("setting publishing codecs",Object.assign(Object.assign({},this.logContext),{codecs:A,currentCodec:this.codec})),!this.codec&&A.length>0)return yield this.setPublishingLayers(A[0].qualities),[];this.subscribedCodecs=A;const a=[];try{for(t=!0,e=ni(A);!(n=(i=yield e.next()).done);t=!0){o=i.value,t=!1;const A=o;if(this.codec&&this.codec!==A.codec){const t=this.simulcastCodecs.get(A.codec);if(this.log.debug("try setPublishingCodec for ".concat(A.codec),Object.assign(Object.assign({},this.logContext),{simulcastCodecInfo:t})),t&&t.sender)t.encodings&&(this.log.debug("try setPublishingLayersForSender ".concat(A.codec),this.logContext),yield wo(t.sender,t.encodings,A.qualities,this.senderLock,this.log,this.logContext));else for(const e of A.qualities)if(e.enabled){a.push(A.codec);break}}else yield this.setPublishingLayers(A.qualities)}}catch(c){s={error:c}}finally{try{t||n||!(r=e.return)||(yield r.call(e))}finally{if(s)throw s.error}}return a}))}setPublishingLayers(A){return ii(this,void 0,void 0,(function*(){this.log.debug("setting publishing layers",Object.assign(Object.assign({},this.logContext),{qualities:A})),this.sender&&this.encodings&&(yield wo(this.sender,this.encodings,A,this.senderLock,this.log,this.logContext))}))}handleAppVisibilityChanged(){const A=Object.create(null,{handleAppVisibilityChanged:{get:()=>super.handleAppVisibilityChanged}});return ii(this,void 0,void 0,(function*(){yield A.handleAppVisibilityChanged.call(this),Us()&&this.isInBackground&&this.source===As.Source.Camera&&(this.cA.enabled=!1)}))}}function wo(A,t,e,i,n,s){return ii(this,void 0,void 0,(function*(){const r=yield i.lock();n.debug("setPublishingLayersForSender",Object.assign(Object.assign({},s),{sender:A,qualities:e,senderEncodings:t}));try{const i=A.getParameters(),{encodings:r}=i;if(!r)return;if(r.length!==t.length)return void n.warn("cannot set publishing layers, encodings mismatch",Object.assign(Object.assign({},s),{encodings:r,senderEncodings:t}));let o=!1;const a=Jn();if("Chrome"===(null==a?void 0:a.name)&&Is(null==a?void 0:a.version,"133")>0&&r[0].scalabilityMode){const A=r[0],i=new lo(A.scalabilityMode);let n=tt.OFF;if(e.forEach((A=>{A.enabled&&(n===tt.OFF||A.quality>n)&&(n=A.quality)})),n===tt.OFF)A.active&&(A.active=!1,o=!0);else if(!A.active||i.spatial!==n+1){o=!0,A.active=!0;const e=new lo(t[0].scalabilityMode);i.spatial=n+1,i.suffix=e.suffix,1===i.spatial&&(i.suffix=void 0),A.scalabilityMode=i.toString(),A.scaleResolutionDownBy=Math.pow(2,2-n),t[0].maxBitrate&&(A.maxBitrate=t[0].maxBitrate/(A.scaleResolutionDownBy*A.scaleResolutionDownBy))}}else r.forEach(((A,i)=>{var r;let a=null!==(r=A.rid)&&void 0!==r?r:"";""===a&&(a="q");const c=fo(a),h=e.find((A=>A.quality===c));h&&A.active!==h.enabled&&(o=!0,A.active=h.enabled,n.debug("setting layer ".concat(h.quality," to ").concat(A.active?"enabled":"disabled"),s),ps()&&(h.enabled?(A.scaleResolutionDownBy=t[i].scaleResolutionDownBy,A.maxBitrate=t[i].maxBitrate,A.maxFrameRate=t[i].maxFrameRate):(A.scaleResolutionDownBy=4,A.maxBitrate=10,A.maxFrameRate=2)))}));o&&(i.encodings=r,n.debug("setting encodings",Object.assign(Object.assign({},s),{encodings:i.encodings})),yield A.setParameters(i))}finally{r()}}))}function fo(A){switch(A){case"f":default:return $n.HIGH;case"h":return $n.MEDIUM;case"q":return $n.LOW}}function go(A,t,e,i){if(!e)return[new Qt({quality:$n.HIGH,width:A,height:t,bitrate:0,ssrc:0})];if(i){const i=e[0].scalabilityMode,n=new lo(i),s=[],r="h"==n.suffix?1.5:2,o="h"==n.suffix?2:3;for(let a=0;a<n.spatial;a+=1)s.push(new Qt({quality:Math.min($n.HIGH,n.spatial-1)-a,width:Math.ceil(A/Math.pow(r,a)),height:Math.ceil(t/Math.pow(r,a)),bitrate:e[0].maxBitrate?Math.ceil(e[0].maxBitrate/Math.pow(o,a)):0,ssrc:0}));return s}return e.map((e=>{var i,n,s;const r=null!==(i=e.scaleResolutionDownBy)&&void 0!==i?i:1;let o=fo(null!==(n=e.rid)&&void 0!==n?n:"");return new Qt({quality:o,width:Math.ceil(A/r),height:Math.ceil(t/r),bitrate:null!==(s=e.maxBitrate)&&void 0!==s?s:0,ssrc:0})}))}const Qo="_lossy",vo="_reliable",po="leave-reconnect";var mo,Uo,Co,Fo,yo,bo,Eo,Ho,Io,ko,To;(Uo=mo||(mo={}))[Uo.New=0]="New",Uo[Uo.Connected=1]="Connected",Uo[Uo.Disconnected=2]="Disconnected",Uo[Uo.Reconnecting=3]="Reconnecting",Uo[Uo.Closed=4]="Closed";class So extends oi.EventEmitter{get isClosed(){return this.gA}get pendingReconnect(){return!!this.reconnectTimeout}constructor(A){var t;super(),this.options=A,this.rtcConfig={},this.peerConnectionTimeout=_r.peerConnectionTimeout,this.fullReconnectOnNext=!1,this.subscriberPrimary=!1,this.pcState=mo.New,this.gA=!0,this.pendingTrackResolvers={},this.reconnectAttempts=0,this.reconnectStart=0,this.attemptingReconnect=!1,this.joinAttempts=0,this.maxJoinAttempts=1,this.shouldFailNext=!1,this.log=$e,this.handleDataChannel=A=>ii(this,[A],void 0,(function(A){var t=this;let{channel:e}=A;return(function*(){if(e){if(e.label===vo)t.reliableDCSub=e;else{if(e.label!==Qo)return;t.lossyDCSub=e}t.log.debug("on data channel ".concat(e.id,", ").concat(e.label),t.logContext),e.onmessage=t.handleDataMessage}})()})),this.handleDataMessage=A=>ii(this,void 0,void 0,(function*(){var t,e;const i=yield this.dataProcessLock.lock();try{let i;if(A.data instanceof ArrayBuffer)i=A.data;else{if(!(A.data instanceof Blob))return void this.log.error("unsupported data type",Object.assign(Object.assign({},this.logContext),{data:A.data}));i=yield A.data.arrayBuffer()}const n=vt.fromBinary(new Uint8Array(i));"speaker"===(null===(t=n.value)||void 0===t?void 0:t.case)?this.emit(kn.ActiveSpeakersUpdate,n.value.value.speakers):("user"===(null===(e=n.value)||void 0===e?void 0:e.case)&&(function(A,t){const e=A.participantIdentity?A.participantIdentity:t.participantIdentity;A.participantIdentity=e,t.participantIdentity=e;const i=0!==A.destinationIdentities.length?A.destinationIdentities:t.destinationIdentities;A.destinationIdentities=i,t.destinationIdentities=i})(n,n.value.value),this.emit(kn.DataPacketReceived,n))}finally{i()}})),this.handleDataError=A=>{const t=0===A.currentTarget.maxRetransmits?"lossy":"reliable";if(A instanceof ErrorEvent&&A.error){const{error:e}=A.error;this.log.error("DataChannel error on ".concat(t,": ").concat(A.message),Object.assign(Object.assign({},this.logContext),{error:e}))}else this.log.error("Unknown DataChannel error on ".concat(t),Object.assign(Object.assign({},this.logContext),{event:A}))},this.handleBufferedAmountLow=A=>{const t=0===A.currentTarget.maxRetransmits?pt.LOSSY:pt.RELIABLE;this.updateAndEmitDCBufferStatus(t)},this.handleDisconnect=(A,t)=>{if(this.gA)return;this.log.warn("".concat(A," disconnected"),this.logContext),0===this.reconnectAttempts&&(this.reconnectStart=Date.now());const e=Date.now()-this.reconnectStart;let i=this.getNextRetryDelay({elapsedMs:e,retryCount:this.reconnectAttempts});null!==i?(A===po&&(i=0),this.log.debug("reconnecting in ".concat(i,"ms"),this.logContext),this.clearReconnectTimeout(),this.token&&this.regionUrlProvider&&this.regionUrlProvider.updateToken(this.token),this.reconnectTimeout=Wn.setTimeout((()=>this.attemptReconnect(t).finally((()=>this.reconnectTimeout=void 0))),i)):(A=>{this.log.warn("could not recover connection after ".concat(this.reconnectAttempts," attempts, ").concat(A,"ms. giving up"),this.logContext),this.emit(kn.Disconnected),this.close()})(e)},this.waitForRestarted=()=>new Promise(((A,t)=>{this.pcState===mo.Connected&&A();const e=()=>{this.off(kn.Disconnected,i),A()},i=()=>{this.off(kn.Restarted,e),t()};this.once(kn.Restarted,e),this.once(kn.Disconnected,i)})),this.updateAndEmitDCBufferStatus=A=>{const t=this.isBufferStatusLow(A);void 0!==t&&t!==this.dcBufferStatus.get(A)&&(this.dcBufferStatus.set(A,t),this.emit(kn.DCBufferStatusChanged,t,A))},this.isBufferStatusLow=A=>{const t=this.dataChannelForKind(A);if(t)return t.bufferedAmount<=t.bufferedAmountLowThreshold},this.handleBrowserOnLine=()=>{this.client.currentState===gr.RECONNECTING&&(this.clearReconnectTimeout(),this.attemptReconnect(st.RR_SIGNAL_DISCONNECTED))},this.log=ze(null!==(t=A.loggerName)&&void 0!==t?t:Ye.Engine),this.loggerOptions={loggerName:A.loggerName,loggerContextCb:()=>this.logContext},this.client=new vr(void 0,this.loggerOptions),this.client.signalLatency=this.options.expSignalLatency,this.reconnectPolicy=this.options.reconnectPolicy,this.registerOnLineListener(),this.closingLock=new g,this.dataProcessLock=new g,this.dcBufferStatus=new Map([[pt.LOSSY,!0],[pt.RELIABLE,!0]]),this.client.onParticipantUpdate=A=>this.emit(kn.ParticipantUpdate,A),this.client.onConnectionQuality=A=>this.emit(kn.ConnectionQualityUpdate,A),this.client.onRoomUpdate=A=>this.emit(kn.RoomUpdate,A),this.client.onSubscriptionError=A=>this.emit(kn.SubscriptionError,A),this.client.onSubscriptionPermissionUpdate=A=>this.emit(kn.SubscriptionPermissionUpdate,A),this.client.onSpeakersChanged=A=>this.emit(kn.SpeakersChanged,A),this.client.onStreamStateUpdate=A=>this.emit(kn.StreamStateChanged,A),this.client.onRequestResponse=A=>this.emit(kn.SignalRequestResponse,A)}get logContext(){var A,t,e,i,n,s,r,o;return{room:null===(t=null===(A=this.latestJoinResponse)||void 0===A?void 0:A.room)||void 0===t?void 0:t.name,roomID:null===(i=null===(e=this.latestJoinResponse)||void 0===e?void 0:e.room)||void 0===i?void 0:i.sid,participant:null===(s=null===(n=this.latestJoinResponse)||void 0===n?void 0:n.participant)||void 0===s?void 0:s.identity,pID:null===(o=null===(r=this.latestJoinResponse)||void 0===r?void 0:r.participant)||void 0===o?void 0:o.sid}}join(A,t,e,i){return ii(this,void 0,void 0,(function*(){this.url=A,this.token=t,this.signalOpts=e,this.maxJoinAttempts=e.maxRetries;try{this.joinAttempts+=1,this.setupSignalClientCallbacks();const n=yield this.client.join(A,t,e,i);return this.gA=!1,this.latestJoinResponse=n,this.subscriberPrimary=n.subscriberPrimary,this.pcManager||(yield this.configure(n)),this.subscriberPrimary&&!n.fastPublish||this.negotiate(),this.clientConfiguration=n.clientConfiguration,setTimeout((()=>{this.emit(kn.SignalConnected)}),10),n}catch(n){if(n instanceof Mn&&n.reason===pn.ServerUnreachable&&(this.log.warn("Couldn't connect to server, attempt ".concat(this.joinAttempts," of ").concat(this.maxJoinAttempts),this.logContext),this.joinAttempts<this.maxJoinAttempts))return this.join(A,t,e,i);throw n}}))}close(){return ii(this,void 0,void 0,(function*(){const A=yield this.closingLock.lock();if(this.isClosed)A();else try{this.gA=!0,this.joinAttempts=0,this.emit(kn.Closing),this.removeAllListeners(),this.deregisterOnLineListener(),this.clearPendingReconnect(),yield this.cleanupPeerConnections(),yield this.cleanupClient()}finally{A()}}))}cleanupPeerConnections(){return ii(this,void 0,void 0,(function*(){var A;yield null===(A=this.pcManager)||void 0===A?void 0:A.close(),this.pcManager=void 0;const t=A=>{A&&(A.close(),A.onbufferedamountlow=null,A.onclose=null,A.onclosing=null,A.onerror=null,A.onmessage=null,A.onopen=null)};t(this.lossyDC),t(this.lossyDCSub),t(this.reliableDC),t(this.reliableDCSub),this.lossyDC=void 0,this.lossyDCSub=void 0,this.reliableDC=void 0,this.reliableDCSub=void 0}))}cleanupClient(){return ii(this,void 0,void 0,(function*(){yield this.client.close(),this.client.resetCallbacks()}))}addTrack(A){if(this.pendingTrackResolvers[A.cid])throw new Rn("a track with the same ID has already been published");return new Promise(((t,e)=>{const i=setTimeout((()=>{delete this.pendingTrackResolvers[A.cid],e(new Mn("publication of local track timed out, no response from server",pn.InternalError))}),1e4);this.pendingTrackResolvers[A.cid]={resolve:A=>{clearTimeout(i),t(A)},reject:()=>{clearTimeout(i),e(new Error("Cancelled publication by calling unpublish"))}},this.client.sendAddTrack(A)}))}removeTrack(A){if(A.track&&this.pendingTrackResolvers[A.track.id]){const{reject:t}=this.pendingTrackResolvers[A.track.id];t&&t(),delete this.pendingTrackResolvers[A.track.id]}try{return this.pcManager.removeTrack(A),!0}catch(t){this.log.warn("failed to remove track",Object.assign(Object.assign({},this.logContext),{error:t}))}return!1}updateMuteStatus(A,t){this.client.sendMuteTrack(A,t)}get dataSubscriberReadyState(){var A;return null===(A=this.reliableDCSub)||void 0===A?void 0:A.readyState}getConnectedServerAddress(){return ii(this,void 0,void 0,(function*(){var A;return null===(A=this.pcManager)||void 0===A?void 0:A.getConnectedAddress()}))}setRegionUrlProvider(A){this.regionUrlProvider=A}configure(A){return ii(this,void 0,void 0,(function*(){var t,e;if(this.pcManager&&this.pcManager.currentState!==Jr.NEW)return;this.participantSid=null===(t=A.participant)||void 0===t?void 0:t.sid;const i=this.makeRTCConfiguration(A);var n;this.pcManager=new Yr(i,A.subscriberPrimary,this.loggerOptions),this.emit(kn.TransportsCreated,this.pcManager.publisher,this.pcManager.subscriber),this.pcManager.onIceCandidate=(A,t)=>{this.client.sendIceCandidate(A,t)},this.pcManager.onPublisherOffer=A=>{this.client.sendOffer(A)},this.pcManager.onDataChannel=this.handleDataChannel,this.pcManager.onStateChange=(t,e,i)=>ii(this,void 0,void 0,(function*(){if(this.log.debug("primary PC state changed ".concat(t),this.logContext),["closed","disconnected","failed"].includes(e)&&(this.publisherConnectionPromise=void 0),t===Jr.CONNECTED){const t=this.pcState===mo.New;this.pcState=mo.Connected,t&&this.emit(kn.Connected,A)}else t===Jr.FAILED&&this.pcState===mo.Connected&&(this.pcState=mo.Disconnected,this.handleDisconnect("peerconnection failed","failed"===i?st.RR_SUBSCRIBER_FAILED:st.RR_PUBLISHER_FAILED));const n=this.client.isDisconnected||this.client.currentState===gr.RECONNECTING,s=[Jr.FAILED,Jr.CLOSING,Jr.CLOSED].includes(t);n&&s&&!this.gA&&this.emit(kn.Offline)})),this.pcManager.onTrack=A=>{this.emit(kn.MediaTrackAdded,A.track,A.streams[0],A.receiver)},void 0!==(n=null===(e=A.serverInfo)||void 0===e?void 0:e.protocol)&&n>13||this.createDataChannels()}))}setupSignalClientCallbacks(){this.client.onAnswer=A=>ii(this,void 0,void 0,(function*(){this.pcManager&&(this.log.debug("received server answer",Object.assign(Object.assign({},this.logContext),{RTCSdpType:A.type})),yield this.pcManager.setPublisherAnswer(A))})),this.client.onTrickle=(A,t)=>{this.pcManager&&(this.log.debug("got ICE candidate from peer",Object.assign(Object.assign({},this.logContext),{candidate:A,target:t})),this.pcManager.addIceCandidate(A,t))},this.client.onOffer=A=>ii(this,void 0,void 0,(function*(){if(!this.pcManager)return;const t=yield this.pcManager.createSubscriberAnswerFromOffer(A);this.client.sendAnswer(t)})),this.client.onLocalTrackPublished=A=>{var t;if(this.log.debug("received trackPublishedResponse",Object.assign(Object.assign({},this.logContext),{cid:A.cid,track:null===(t=A.track)||void 0===t?void 0:t.sid})),!this.pendingTrackResolvers[A.cid])return void this.log.error("missing track resolver for ".concat(A.cid),Object.assign(Object.assign({},this.logContext),{cid:A.cid}));const{resolve:e}=this.pendingTrackResolvers[A.cid];delete this.pendingTrackResolvers[A.cid],e(A.track)},this.client.onLocalTrackUnpublished=A=>{this.emit(kn.LocalTrackUnpublished,A)},this.client.onLocalTrackSubscribed=A=>{this.emit(kn.LocalTrackSubscribed,A)},this.client.onTokenRefresh=A=>{this.token=A},this.client.onRemoteMuteChanged=(A,t)=>{this.emit(kn.RemoteMute,A,t)},this.client.onSubscribedQualityUpdate=A=>{this.emit(kn.SubscribedQualityUpdate,A)},this.client.onRoomMoved=A=>{var t;this.participantSid=null===(t=A.participant)||void 0===t?void 0:t.sid,this.emit(kn.RoomMoved,A)},this.client.onClose=()=>{this.handleDisconnect("signal",st.RR_SIGNAL_DISCONNECTED)},this.client.onLeave=A=>{switch(this.log.debug("client leave request",Object.assign(Object.assign({},this.logContext),{reason:null==A?void 0:A.reason})),A.regions&&this.regionUrlProvider&&(this.log.debug("updating regions",this.logContext),this.regionUrlProvider.setServerReportedRegions(A.regions)),A.action){case de.DISCONNECT:this.emit(kn.Disconnected,null==A?void 0:A.reason),this.close();break;case de.RECONNECT:this.fullReconnectOnNext=!0,this.handleDisconnect(po);break;case de.RESUME:this.handleDisconnect(po)}}}makeRTCConfiguration(A){var t;const e=Object.assign({},this.rtcConfig);if((null===(t=this.signalOpts)||void 0===t?void 0:t.e2eeEnabled)&&(this.log.debug("E2EE - setting up transports with insertable streams",this.logContext),e.encodedInsertableStreams=!0),A.iceServers&&!e.iceServers){const t=[];A.iceServers.forEach((A=>{const e={urls:A.urls};A.username&&(e.username=A.username),A.credential&&(e.credential=A.credential),t.push(e)})),e.iceServers=t}return A.clientConfiguration&&A.clientConfiguration.forceRelay===it.ENABLED&&(e.iceTransportPolicy="relay"),e.sdpSemantics="unified-plan",e.continualGatheringPolicy="gather_continually",e}createDataChannels(){this.pcManager&&(this.lossyDC&&(this.lossyDC.onmessage=null,this.lossyDC.onerror=null),this.reliableDC&&(this.reliableDC.onmessage=null,this.reliableDC.onerror=null),this.lossyDC=this.pcManager.createPublisherDataChannel(Qo,{ordered:!1,maxRetransmits:0}),this.reliableDC=this.pcManager.createPublisherDataChannel(vo,{ordered:!0}),this.lossyDC.onmessage=this.handleDataMessage,this.reliableDC.onmessage=this.handleDataMessage,this.lossyDC.onerror=this.handleDataError,this.reliableDC.onerror=this.handleDataError,this.lossyDC.bufferedAmountLowThreshold=65535,this.reliableDC.bufferedAmountLowThreshold=65535,this.lossyDC.onbufferedamountlow=this.handleBufferedAmountLow,this.reliableDC.onbufferedamountlow=this.handleBufferedAmountLow)}createSender(A,t,e){return ii(this,void 0,void 0,(function*(){if(fs())return yield this.createTransceiverRTCRtpSender(A,t,e);if(gs())return this.log.warn("using add-track fallback",this.logContext),yield this.createRTCRtpSender(A.mediaStreamTrack);throw new Nn("Required webRTC APIs not supported on this device")}))}createSimulcastSender(A,t,e,i){return ii(this,void 0,void 0,(function*(){if(fs())return this.createSimulcastTransceiverSender(A,t,e,i);if(gs())return this.log.debug("using add-track fallback",this.logContext),this.createRTCRtpSender(A.mediaStreamTrack);throw new Nn("Cannot stream on this device")}))}createTransceiverRTCRtpSender(A,t,e){return ii(this,void 0,void 0,(function*(){if(!this.pcManager)throw new Nn("publisher is closed");const i=[];A.mediaStream&&i.push(A.mediaStream),Xs(A)&&(A.codec=t.videoCodec);const n={direction:"sendonly",streams:i};return e&&(n.sendEncodings=e),(yield this.pcManager.addPublisherTransceiver(A.mediaStreamTrack,n)).sender}))}createSimulcastTransceiverSender(A,t,e,i){return ii(this,void 0,void 0,(function*(){if(!this.pcManager)throw new Nn("publisher is closed");const n={direction:"sendonly"};i&&(n.sendEncodings=i);const s=yield this.pcManager.addPublisherTransceiver(t.mediaStreamTrack,n);if(e.videoCodec)return A.setSimulcastTrackSender(e.videoCodec,s.sender),s.sender}))}createRTCRtpSender(A){return ii(this,void 0,void 0,(function*(){if(!this.pcManager)throw new Nn("publisher is closed");return this.pcManager.addPublisherTrack(A)}))}attemptReconnect(A){return ii(this,void 0,void 0,(function*(){var t,e,i;if(!this.gA)if(this.attemptingReconnect)$e.warn("already attempting reconnect, returning early",this.logContext);else{(null===(t=this.clientConfiguration)||void 0===t?void 0:t.resumeConnection)!==it.DISABLED&&(null!==(i=null===(e=this.pcManager)||void 0===e?void 0:e.currentState)&&void 0!==i?i:Jr.NEW)!==Jr.NEW||(this.fullReconnectOnNext=!0);try{this.attemptingReconnect=!0,this.fullReconnectOnNext?yield this.restartConnection():yield this.resumeConnection(A),this.clearPendingReconnect(),this.fullReconnectOnNext=!1}catch(n){this.reconnectAttempts+=1;let A=!0;n instanceof Nn?(this.log.debug("received unrecoverable error",Object.assign(Object.assign({},this.logContext),{error:n})),A=!1):n instanceof Ko||(this.fullReconnectOnNext=!0),A?this.handleDisconnect("reconnect",st.RR_UNKNOWN):(this.log.info("could not recover connection after ".concat(this.reconnectAttempts," attempts, ").concat(Date.now()-this.reconnectStart,"ms. giving up"),this.logContext),this.emit(kn.Disconnected),yield this.close())}finally{this.attemptingReconnect=!1}}}))}getNextRetryDelay(A){try{return this.reconnectPolicy.nextRetryDelayInMs(A)}catch(t){this.log.warn("encountered error in reconnect policy",Object.assign(Object.assign({},this.logContext),{error:t}))}return null}restartConnection(A){return ii(this,void 0,void 0,(function*(){var t,e,i;try{if(!this.url||!this.token)throw new Nn("could not reconnect, url or token not saved");let e;this.log.info("reconnecting, attempt: ".concat(this.reconnectAttempts),this.logContext),this.emit(kn.Restarting),this.client.isDisconnected||(yield this.client.sendLeave()),yield this.cleanupPeerConnections(),yield this.cleanupClient();try{if(!this.signalOpts)throw this.log.warn("attempted connection restart, without signal options present",this.logContext),new Ko;e=yield this.join(null!=A?A:this.url,this.token,this.signalOpts)}catch(n){if(n instanceof Mn&&n.reason===pn.NotAllowed)throw new Nn("could not reconnect, token might be expired");throw new Ko}if(this.shouldFailNext)throw this.shouldFailNext=!1,new Error("simulated failure");if(this.client.setReconnected(),this.emit(kn.SignalRestarted,e),yield this.waitForPCReconnected(),this.client.currentState!==gr.CONNECTED)throw new Ko("Signal connection got severed during reconnect");null===(t=this.regionUrlProvider)||void 0===t||t.resetAttempts(),this.emit(kn.Restarted)}catch(s){const A=yield null===(e=this.regionUrlProvider)||void 0===e?void 0:e.getNextBestRegionUrl();if(A)return void(yield this.restartConnection(A));throw null===(i=this.regionUrlProvider)||void 0===i||i.resetAttempts(),s}}))}resumeConnection(A){return ii(this,void 0,void 0,(function*(){var t;if(!this.url||!this.token)throw new Nn("could not reconnect, url or token not saved");if(!this.pcManager)throw new Nn("publisher and subscriber connections unset");let e;this.log.info("resuming signal connection, attempt ".concat(this.reconnectAttempts),this.logContext),this.emit(kn.Resuming);try{this.setupSignalClientCallbacks(),e=yield this.client.reconnect(this.url,this.token,this.participantSid,A)}catch(i){let A="";if(i instanceof Error&&(A=i.message,this.log.error(i.message,Object.assign(Object.assign({},this.logContext),{error:i}))),i instanceof Mn&&i.reason===pn.NotAllowed)throw new Nn("could not reconnect, token might be expired");if(i instanceof Mn&&i.reason===pn.LeaveRequest)throw i;throw new Ko(A)}if(this.emit(kn.SignalResumed),e){const A=this.makeRTCConfiguration(e);this.pcManager.updateConfiguration(A)}else this.log.warn("Did not receive reconnect response",this.logContext);if(this.shouldFailNext)throw this.shouldFailNext=!1,new Error("simulated failure");if(yield this.pcManager.triggerIceRestart(),yield this.waitForPCReconnected(),this.client.currentState!==gr.CONNECTED)throw new Ko("Signal connection got severed during reconnect");this.client.setReconnected(),"open"===(null===(t=this.reliableDC)||void 0===t?void 0:t.readyState)&&null===this.reliableDC.id&&this.createDataChannels(),this.emit(kn.Resumed)}))}waitForPCInitialConnection(A,t){return ii(this,void 0,void 0,(function*(){if(!this.pcManager)throw new Nn("PC manager is closed");yield this.pcManager.ensurePCTransportConnection(t,A)}))}waitForPCReconnected(){return ii(this,void 0,void 0,(function*(){this.pcState=mo.Reconnecting,this.log.debug("waiting for peer connection to reconnect",this.logContext);try{if(yield ws(2e3),!this.pcManager)throw new Nn("PC manager is closed");yield this.pcManager.ensurePCTransportConnection(void 0,this.peerConnectionTimeout),this.pcState=mo.Connected}catch(A){throw this.pcState=mo.Disconnected,new Mn("could not establish PC connection, ".concat(A.message),pn.InternalError)}}))}publishRpcResponse(A,t,e,i){return ii(this,void 0,void 0,(function*(){const n=new vt({destinationIdentities:[A],kind:pt.RELIABLE,value:{case:"rpcResponse",value:new kt({requestId:t,value:i?{case:"error",value:i.toProto()}:{case:"payload",value:null!=e?e:""}})}});yield this.sendDataPacket(n,pt.RELIABLE)}))}publishRpcAck(A,t){return ii(this,void 0,void 0,(function*(){const e=new vt({destinationIdentities:[A],kind:pt.RELIABLE,value:{case:"rpcAck",value:new It({requestId:t})}});yield this.sendDataPacket(e,pt.RELIABLE)}))}sendDataPacket(A,t){return ii(this,void 0,void 0,(function*(){const e=A.toBinary();yield this.ensurePublisherConnected(t);const i=this.dataChannelForKind(t);i&&i.send(e),this.updateAndEmitDCBufferStatus(t)}))}waitForBufferStatusLow(A){return new Promise(((t,e)=>ii(this,void 0,void 0,(function*(){if(this.isBufferStatusLow(A))t();else{const i=()=>e("Engine closed");for(this.once(kn.Closing,i);!this.dcBufferStatus.get(A);)yield ws(10);this.off(kn.Closing,i),t()}}))))}ensureDataTransportConnected(A){return ii(this,arguments,void 0,(function(A){var t=this;let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.subscriberPrimary;return(function*(){var i;if(!t.pcManager)throw new Nn("PC manager is closed");const n=e?t.pcManager.subscriber:t.pcManager.publisher,s=e?"Subscriber":"Publisher";if(!n)throw new Mn("".concat(s," connection not set"),pn.InternalError);let r=!1;e||t.dataChannelForKind(A,e)||(t.createDataChannels(),r=!0),r||e||t.pcManager.publisher.isICEConnected||"checking"===t.pcManager.publisher.getICEConnectionState()||(r=!0),r&&t.negotiate();const o=t.dataChannelForKind(A,e);if("open"===(null==o?void 0:o.readyState))return;const a=(new Date).getTime()+t.peerConnectionTimeout;for(;(new Date).getTime()<a;){if(n.isICEConnected&&"open"===(null===(i=t.dataChannelForKind(A,e))||void 0===i?void 0:i.readyState))return;yield ws(50)}throw new Mn("could not establish ".concat(s," connection, state: ").concat(n.getICEConnectionState()),pn.InternalError)})()}))}ensurePublisherConnected(A){return ii(this,void 0,void 0,(function*(){this.publisherConnectionPromise||(this.publisherConnectionPromise=this.ensureDataTransportConnected(A,!1)),yield this.publisherConnectionPromise}))}verifyTransport(){return!!this.pcManager&&this.pcManager.currentState===Jr.CONNECTED&&!(!this.client.ws||this.client.ws.readyState===WebSocket.CLOSED)}negotiate(){return ii(this,void 0,void 0,(function*(){return new Promise(((A,t)=>ii(this,void 0,void 0,(function*(){if(!this.pcManager)return void t(new Gn("PC manager is closed"));this.pcManager.requirePublisher(),0!=this.pcManager.publisher.getTransceivers().length||this.lossyDC||this.reliableDC||this.createDataChannels();const e=new AbortController,i=()=>{e.abort(),this.log.debug("engine disconnected while negotiation was ongoing",this.logContext),A()};this.isClosed&&t("cannot negotiate on closed engine"),this.on(kn.Closing,i),this.pcManager.publisher.once(Mr,(A=>{const t=new Map;A.forEach((A=>{const e=A.codec.toLowerCase();var i;i=e,ss.includes(i)&&t.set(A.payload,e)})),this.emit(kn.RTPVideoMapUpdate,t)}));try{yield this.pcManager.negotiate(e),A()}catch(n){n instanceof Gn&&(this.fullReconnectOnNext=!0),this.handleDisconnect("negotiation",st.RR_UNKNOWN),t(n)}finally{this.off(kn.Closing,i)}}))))}))}dataChannelForKind(A,t){if(t){if(A===pt.LOSSY)return this.lossyDCSub;if(A===pt.RELIABLE)return this.reliableDCSub}else{if(A===pt.LOSSY)return this.lossyDC;if(A===pt.RELIABLE)return this.reliableDC}}sendSyncState(A,t){var e,i;if(!this.pcManager)return void this.log.warn("sync state cannot be sent without peer connection setup",this.logContext);const n=this.pcManager.subscriber.getLocalDescription(),s=this.pcManager.subscriber.getRemoteDescription(),r=null===(i=null===(e=this.signalOpts)||void 0===e?void 0:e.autoSubscribe)||void 0===i||i,o=new Array,a=new Array;A.forEach((A=>{A.isDesired!==r&&o.push(A.trackSid),A.isEnabled||a.push(A.trackSid)})),this.client.sendSyncState(new ke({answer:n?mr({sdp:n.sdp,type:n.type}):void 0,offer:s?mr({sdp:s.sdp,type:s.type}):void 0,subscription:new ae({trackSids:o,subscribe:!r,participantTracks:[]}),publishTracks:rr(t),dataChannels:this.dataChannelsInfo(),trackSidsDisabled:a}))}failNext(){this.shouldFailNext=!0}dataChannelsInfo(){const A=[],t=(t,e)=>{void 0!==(null==t?void 0:t.id)&&null!==t.id&&A.push(new Te({label:t.label,id:t.id,target:e}))};return t(this.dataChannelForKind(pt.LOSSY),Xt.PUBLISHER),t(this.dataChannelForKind(pt.RELIABLE),Xt.PUBLISHER),t(this.dataChannelForKind(pt.LOSSY,!0),Xt.SUBSCRIBER),t(this.dataChannelForKind(pt.RELIABLE,!0),Xt.SUBSCRIBER),A}clearReconnectTimeout(){this.reconnectTimeout&&Wn.clearTimeout(this.reconnectTimeout)}clearPendingReconnect(){this.clearReconnectTimeout(),this.reconnectAttempts=0}registerOnLineListener(){Cs()&&window.addEventListener("online",this.handleBrowserOnLine)}deregisterOnLineListener(){Cs()&&window.removeEventListener("online",this.handleBrowserOnLine)}}class Ko extends Error{}class Oo{constructor(A,t){this.lastUpdateAt=0,this.settingsCacheTime=3e3,this.attemptedRegions=[],this.serverUrl=new URL(A),this.token=t}updateToken(A){this.token=A}isCloud(){return ys(this.serverUrl)}getServerUrl(){return this.serverUrl}getNextBestRegionUrl(A){return ii(this,void 0,void 0,(function*(){if(!this.isCloud())throw Error("region availability is only supported for LiveKit Cloud domains");(!this.regionSettings||Date.now()-this.lastUpdateAt>this.settingsCacheTime)&&(this.regionSettings=yield this.fetchRegionSettings(A));const t=this.regionSettings.regions.filter((A=>!this.attemptedRegions.find((t=>t.url===A.url))));if(t.length>0){const A=t[0];return this.attemptedRegions.push(A),$e.debug("next region: ".concat(A.region)),A.url}return null}))}resetAttempts(){this.attemptedRegions=[]}fetchRegionSettings(A){return ii(this,void 0,void 0,(function*(){const t=yield fetch("".concat((e=this.serverUrl,"".concat(e.protocol.replace("ws","http"),"//").concat(e.host,"/settings")),"/regions"),{headers:{authorization:"Bearer ".concat(this.token)},signal:A});var e;if(t.ok){const A=yield t.json();return this.lastUpdateAt=Date.now(),A}throw new Mn("Could not fetch region settings: ".concat(t.statusText),401===t.status?pn.NotAllowed:pn.InternalError,t.status)}))}setServerReportedRegions(A){this.regionSettings=A,this.lastUpdateAt=Date.now()}}class Do{get info(){return this.QA}constructor(A,t,e){this.reader=t,this.totalByteSize=e,this.QA=A,this.bytesReceived=0}}class Mo extends Do{handleChunkReceived(A){var t;this.bytesReceived+=A.content.byteLength;const e=this.totalByteSize?this.bytesReceived/this.totalByteSize:void 0;null===(t=this.onProgress)||void 0===t||t.call(this,e)}[Symbol.asyncIterator](){const A=this.reader.getReader();return{next:()=>ii(this,void 0,void 0,(function*(){try{const{done:t,value:e}=yield A.read();return t?{done:!0,value:void 0}:(this.handleChunkReceived(e),{done:!1,value:e.content})}catch(t){return{done:!0,value:void 0}}})),return(){return ii(this,void 0,void 0,(function*(){return A.releaseLock(),{done:!0,value:void 0}}))}}}readAll(){return ii(this,void 0,void 0,(function*(){var A,t,e,i;let n=new Set;try{for(var s,r=!0,o=ni(this);!(A=(s=yield o.next()).done);r=!0){i=s.value,r=!1;const A=i;n.add(A)}}catch(a){t={error:a}}finally{try{r||A||!(e=o.return)||(yield e.call(o))}finally{if(t)throw t.error}}return Array.from(n)}))}}class Lo extends Do{constructor(A,t,e){super(A,t,e),this.receivedChunks=new Map}handleChunkReceived(A){var t;const e=Vs(A.chunkIndex),i=this.receivedChunks.get(e);if(i&&i.version>A.version)return;this.receivedChunks.set(e,A),this.bytesReceived+=A.content.byteLength;const n=this.totalByteSize?this.bytesReceived/this.totalByteSize:void 0;null===(t=this.onProgress)||void 0===t||t.call(this,n)}[Symbol.asyncIterator](){const A=this.reader.getReader(),t=new TextDecoder;return{next:()=>ii(this,void 0,void 0,(function*(){try{const{done:e,value:i}=yield A.read();return e?{done:!0,value:void 0}:(this.handleChunkReceived(i),{done:!1,value:t.decode(i.content)})}catch(e){return{done:!0,value:void 0}}})),return(){return ii(this,void 0,void 0,(function*(){return A.releaseLock(),{done:!0,value:void 0}}))}}}readAll(){return ii(this,void 0,void 0,(function*(){var A,t,e,i;let n="";try{for(var s,r=!0,o=ni(this);!(A=(s=yield o.next()).done);r=!0)i=s.value,r=!1,n+=i}catch(a){t={error:a}}finally{try{r||A||!(e=o.return)||(yield e.call(o))}finally{if(t)throw t.error}}return n}))}}class Ro{constructor(A,t,e){this.writableStream=A,this.defaultWriter=A.getWriter(),this.onClose=e,this.info=t}write(A){return this.defaultWriter.write(A)}close(){return ii(this,void 0,void 0,(function*(){var A;yield this.defaultWriter.close(),this.defaultWriter.releaseLock(),null===(A=this.onClose)||void 0===A||A.call(this)}))}}class xo extends Ro{}class No extends Ro{}class Go extends As{constructor(A,t,e,i,n){super(A,e,n),this.sid=t,this.receiver=i}get isLocal(){return!1}setMuted(A){this.isMuted!==A&&(this.isMuted=A,this.cA.enabled=!A,this.emit(A?Sn.Muted:Sn.Unmuted,this))}setMediaStream(A){this.mediaStream=A;const t=e=>{e.track===this.cA&&(A.removeEventListener("removetrack",t),this.receiver&&"playoutDelayHint"in this.receiver&&(this.receiver.playoutDelayHint=void 0),this.receiver=void 0,this.aA=0,this.emit(Sn.Ended,this))};A.addEventListener("removetrack",t)}start(){this.startMonitor(),super.enable()}stop(){this.stopMonitor(),super.disable()}getRTCStatsReport(){return ii(this,void 0,void 0,(function*(){var A;if(null===(A=this.receiver)||void 0===A?void 0:A.getStats)return yield this.receiver.getStats()}))}setPlayoutDelay(A){this.receiver?"playoutDelayHint"in this.receiver?this.receiver.playoutDelayHint=A:this.log.warn("Playout delay not supported in this browser"):this.log.warn("Cannot set playout delay, track already ended")}getPlayoutDelay(){if(this.receiver){if("playoutDelayHint"in this.receiver)return this.receiver.playoutDelayHint;this.log.warn("Playout delay not supported in this browser")}else this.log.warn("Cannot get playout delay, track already ended");return 0}startMonitor(){this.monitorInterval||(this.monitorInterval=setInterval((()=>this.monitorReceiver()),$r)),"undefined"!=typeof RTCRtpReceiver&&"getSynchronizationSources"in RTCRtpReceiver&&this.registerTimeSyncUpdate()}registerTimeSyncUpdate(){const A=()=>{var t;this.timeSyncHandle=requestAnimationFrame((()=>A()));const e=null===(t=this.receiver)||void 0===t?void 0:t.getSynchronizationSources()[0];if(e){const{timestamp:A,rtpTimestamp:t}=e;t&&this.rtpTimestamp!==t&&(this.emit(Sn.TimeSyncUpdate,{timestamp:A,rtpTimestamp:t}),this.rtpTimestamp=t)}};A()}}class jo extends Go{constructor(A,t,e,i,n,s){super(A,t,As.Kind.Audio,e,s),this.monitorReceiver=()=>ii(this,void 0,void 0,(function*(){if(!this.receiver)return void(this.aA=0);const A=yield this.getReceiverStats();A&&this.prevStats&&this.receiver&&(this.aA=zr(A,this.prevStats)),this.prevStats=A})),this.audioContext=i,this.webAudioPluginNodes=[],n&&(this.sinkId=n.deviceId)}setVolume(A){var t;for(const e of this.attachedElements)this.audioContext?null===(t=this.gainNode)||void 0===t||t.gain.setTargetAtTime(A,0,.1):e.volume=A;Fs()&&this.cA.vA(A),this.elementVolume=A}getVolume(){if(this.elementVolume)return this.elementVolume;if(Fs())return 1;let A=0;return this.attachedElements.forEach((t=>{t.volume>A&&(A=t.volume)})),A}setSinkId(A){return ii(this,void 0,void 0,(function*(){this.sinkId=A,yield Promise.all(this.attachedElements.map((t=>{if(vs(t))return t.setSinkId(A)})))}))}attach(A){const t=0===this.attachedElements.length;return A?super.attach(A):A=super.attach(),this.sinkId&&vs(A)&&A.setSinkId(this.sinkId).catch((A=>{this.log.error("Failed to set sink id on remote audio track",A,this.logContext)})),this.audioContext&&t&&(this.log.debug("using audio context mapping",this.logContext),this.connectWebAudio(this.audioContext,A),A.volume=0,A.muted=!0),this.elementVolume&&this.setVolume(this.elementVolume),A}detach(A){let t;return A?(t=super.detach(A),this.audioContext&&(this.attachedElements.length>0?this.connectWebAudio(this.audioContext,this.attachedElements[0]):this.disconnectWebAudio())):(t=super.detach(),this.disconnectWebAudio()),t}setAudioContext(A){this.audioContext=A,A&&this.attachedElements.length>0?this.connectWebAudio(A,this.attachedElements[0]):A||this.disconnectWebAudio()}setWebAudioPlugins(A){this.webAudioPluginNodes=A,this.attachedElements.length>0&&this.audioContext&&this.connectWebAudio(this.audioContext,this.attachedElements[0])}connectWebAudio(A,t){this.disconnectWebAudio(),this.sourceNode=A.createMediaStreamSource(t.srcObject);let e=this.sourceNode;this.webAudioPluginNodes.forEach((A=>{e.connect(A),e=A})),this.gainNode=A.createGain(),e.connect(this.gainNode),this.gainNode.connect(A.destination),this.elementVolume&&this.gainNode.gain.setTargetAtTime(this.elementVolume,0,.1),"running"!==A.state&&A.resume().then((()=>{"running"!==A.state&&this.emit(Sn.AudioPlaybackFailed,new Error("Audio Context couldn't be started automatically"))})).catch((A=>{this.emit(Sn.AudioPlaybackFailed,A)}))}disconnectWebAudio(){var A,t;null===(A=this.gainNode)||void 0===A||A.disconnect(),null===(t=this.sourceNode)||void 0===t||t.disconnect(),this.gainNode=void 0,this.sourceNode=void 0}getReceiverStats(){return ii(this,void 0,void 0,(function*(){if(!this.receiver||!this.receiver.getStats)return;let A;return(yield this.receiver.getStats()).forEach((t=>{"inbound-rtp"===t.type&&(A={type:"audio",streamId:t.id,timestamp:t.timestamp,jitter:t.jitter,bytesReceived:t.bytesReceived,concealedSamples:t.concealedSamples,concealmentEvents:t.concealmentEvents,silentConcealedSamples:t.silentConcealedSamples,silentConcealmentEvents:t.silentConcealmentEvents,totalAudioEnergy:t.totalAudioEnergy,totalSamplesDuration:t.totalSamplesDuration})})),A}))}}class Vo extends Go{constructor(A,t,e,i,n){super(A,t,As.Kind.Video,e,n),this.elementInfos=[],this.monitorReceiver=()=>ii(this,void 0,void 0,(function*(){if(!this.receiver)return void(this.aA=0);const A=yield this.getReceiverStats();A&&this.prevStats&&this.receiver&&(this.aA=zr(A,this.prevStats)),this.prevStats=A})),this.debouncedHandleResize=Kr((()=>{this.updateDimensions()}),100),this.adaptiveStreamSettings=i}get isAdaptiveStream(){return void 0!==this.adaptiveStreamSettings}get mediaStreamTrack(){return this.cA}setMuted(A){super.setMuted(A),this.attachedElements.forEach((t=>{A?es(this.cA,t):ts(this.cA,t)}))}attach(A){if(A?super.attach(A):A=super.attach(),this.adaptiveStreamSettings&&void 0===this.elementInfos.find((t=>t.element===A))){const t=new Po(A);this.observeElementInfo(t)}return A}observeElementInfo(A){this.adaptiveStreamSettings&&void 0===this.elementInfos.find((t=>t===A))?(A.handleResize=()=>{this.debouncedHandleResize()},A.handleVisibilityChanged=()=>{this.updateVisibility()},this.elementInfos.push(A),A.observe(),this.debouncedHandleResize(),this.updateVisibility()):this.log.warn("visibility resize observer not triggered",this.logContext)}stopObservingElementInfo(A){if(!this.isAdaptiveStream)return void this.log.warn("stopObservingElementInfo ignored",this.logContext);const t=this.elementInfos.filter((t=>t===A));for(const e of t)e.stopObserving();this.elementInfos=this.elementInfos.filter((t=>t!==A)),this.updateVisibility(),this.debouncedHandleResize()}detach(A){let t=[];if(A)return this.stopObservingElement(A),super.detach(A);t=super.detach();for(const e of t)this.stopObservingElement(e);return t}getDecoderImplementation(){var A;return null===(A=this.prevStats)||void 0===A?void 0:A.decoderImplementation}getReceiverStats(){return ii(this,void 0,void 0,(function*(){if(!this.receiver||!this.receiver.getStats)return;const A=yield this.receiver.getStats();let t,e="",i=new Map;return A.forEach((A=>{"inbound-rtp"===A.type?(e=A.codecId,t={type:"video",streamId:A.id,framesDecoded:A.framesDecoded,framesDropped:A.framesDropped,framesReceived:A.framesReceived,packetsReceived:A.packetsReceived,packetsLost:A.packetsLost,frameWidth:A.frameWidth,frameHeight:A.frameHeight,pliCount:A.pliCount,firCount:A.firCount,nackCount:A.nackCount,jitter:A.jitter,timestamp:A.timestamp,bytesReceived:A.bytesReceived,decoderImplementation:A.decoderImplementation}):"codec"===A.type&&i.set(A.id,A)})),t&&""!==e&&i.get(e)&&(t.mimeType=i.get(e).mimeType),t}))}stopObservingElement(A){const t=this.elementInfos.filter((t=>t.element===A));for(const e of t)this.stopObservingElementInfo(e)}handleAppVisibilityChanged(){const A=Object.create(null,{handleAppVisibilityChanged:{get:()=>super.handleAppVisibilityChanged}});return ii(this,void 0,void 0,(function*(){yield A.handleAppVisibilityChanged.call(this),this.isAdaptiveStream&&this.updateVisibility()}))}updateVisibility(){var A,t;const e=this.elementInfos.reduce(((A,t)=>Math.max(A,t.visibilityChangedAt||0)),0),i=!(null!==(t=null===(A=this.adaptiveStreamSettings)||void 0===A?void 0:A.pauseVideoInBackground)&&void 0!==t&&!t)&&this.isInBackground,n=this.elementInfos.some((A=>A.pictureInPicture)),s=this.elementInfos.some((A=>A.visible))&&!i||n;this.lastVisible!==s&&(!s&&Date.now()-e<100?Wn.setTimeout((()=>{this.updateVisibility()}),100):(this.lastVisible=s,this.emit(Sn.VisibilityChanged,s,this)))}updateDimensions(){var A,t;let e=0,i=0;const n=this.getPixelDensity();for(const s of this.elementInfos){const A=s.width()*n,t=s.height()*n;A+t>e+i&&(e=A,i=t)}(null===(A=this.lastDimensions)||void 0===A?void 0:A.width)===e&&(null===(t=this.lastDimensions)||void 0===t?void 0:t.height)===i||(this.lastDimensions={width:e,height:i},this.emit(Sn.VideoDimensionsChanged,this.lastDimensions,this))}getPixelDensity(){var A;const t=null===(A=this.adaptiveStreamSettings)||void 0===A?void 0:A.pixelDensity;return"screen"===t?Hs():t||(Hs()>2?2:1)}}class Po{get visible(){return this.isPiP||this.isIntersecting}get pictureInPicture(){return this.isPiP}constructor(A,t){this.onVisibilityChanged=A=>{var t;const{target:e,isIntersecting:i}=A;e===this.element&&(this.isIntersecting=i,this.isPiP=_o(this.element),this.visibilityChangedAt=Date.now(),null===(t=this.handleVisibilityChanged)||void 0===t||t.call(this))},this.onEnterPiP=()=>{var A,t,e;null===(t=null===(A=window.documentPictureInPicture)||void 0===A?void 0:A.window)||void 0===t||t.addEventListener("pagehide",this.onLeavePiP),this.isPiP=_o(this.element),null===(e=this.handleVisibilityChanged)||void 0===e||e.call(this)},this.onLeavePiP=()=>{var A;this.isPiP=_o(this.element),null===(A=this.handleVisibilityChanged)||void 0===A||A.call(this)},this.element=A,this.isIntersecting=null!=t?t:Jo(A),this.isPiP=Cs()&&_o(A),this.visibilityChangedAt=0}width(){return this.element.clientWidth}height(){return this.element.clientHeight}observe(){var A,t,e;this.isIntersecting=Jo(this.element),this.isPiP=_o(this.element),this.element.handleResize=()=>{var A;null===(A=this.handleResize)||void 0===A||A.call(this)},this.element.handleVisibilityChanged=this.onVisibilityChanged,Ds().observe(this.element),Ks().observe(this.element),this.element.addEventListener("enterpictureinpicture",this.onEnterPiP),this.element.addEventListener("leavepictureinpicture",this.onLeavePiP),null===(A=window.documentPictureInPicture)||void 0===A||A.addEventListener("enter",this.onEnterPiP),null===(e=null===(t=window.documentPictureInPicture)||void 0===t?void 0:t.window)||void 0===e||e.addEventListener("pagehide",this.onLeavePiP)}stopObserving(){var A,t,e,i,n;null===(A=Ds())||void 0===A||A.unobserve(this.element),null===(t=Ks())||void 0===t||t.unobserve(this.element),this.element.removeEventListener("enterpictureinpicture",this.onEnterPiP),this.element.removeEventListener("leavepictureinpicture",this.onLeavePiP),null===(e=window.documentPictureInPicture)||void 0===e||e.removeEventListener("enter",this.onEnterPiP),null===(n=null===(i=window.documentPictureInPicture)||void 0===i?void 0:i.window)||void 0===n||n.removeEventListener("pagehide",this.onLeavePiP)}}function _o(A){var t,e;return document.pictureInPictureElement===A||!!(null===(t=window.documentPictureInPicture)||void 0===t?void 0:t.window)&&Jo(A,null===(e=window.documentPictureInPicture)||void 0===e?void 0:e.window)}function Jo(A,t){const e=t||window;let i=A.offsetTop,n=A.offsetLeft;const s=A.offsetWidth,r=A.offsetHeight,{hidden:o}=A,{display:a}=getComputedStyle(A);for(;A.offsetParent;)i+=(A=A.offsetParent).offsetTop,n+=A.offsetLeft;return i<e.pageYOffset+e.innerHeight&&n<e.pageXOffset+e.innerWidth&&i+r>e.pageYOffset&&n+s>e.pageXOffset&&!o&&"none"!==a}class Xo extends oi.EventEmitter{constructor(A,t,e,i){var n;super(),this.metadataMuted=!1,this.encryption=wt.NONE,this.log=$e,this.handleMuted=()=>{this.emit(Sn.Muted)},this.handleUnmuted=()=>{this.emit(Sn.Unmuted)},this.log=ze(null!==(n=null==i?void 0:i.loggerName)&&void 0!==n?n:Ye.Publication),this.loggerContextCb=this.loggerContextCb,this.setMaxListeners(100),this.kind=A,this.trackSid=t,this.trackName=e,this.source=As.Source.Unknown}setTrack(A){this.track&&(this.track.off(Sn.Muted,this.handleMuted),this.track.off(Sn.Unmuted,this.handleUnmuted)),this.track=A,A&&(A.on(Sn.Muted,this.handleMuted),A.on(Sn.Unmuted,this.handleUnmuted))}get logContext(){var A;return Object.assign(Object.assign({},null===(A=this.loggerContextCb)||void 0===A?void 0:A.call(this)),or(this))}get isMuted(){return this.metadataMuted}get isEnabled(){return!0}get isSubscribed(){return void 0!==this.track}get isEncrypted(){return this.encryption!==wt.NONE}get audioTrack(){if(Js(this.track))return this.track}get videoTrack(){if(Xs(this.track))return this.track}updateInfo(A){this.trackSid=A.sid,this.trackName=A.name,this.source=As.sourceFromProto(A.source),this.mimeType=A.mimeType,this.kind===As.Kind.Video&&A.width>0&&(this.dimensions={width:A.width,height:A.height},this.simulcasted=A.simulcast),this.encryption=A.encryption,this.trackInfo=A,this.log.debug("update publication info",Object.assign(Object.assign({},this.logContext),{info:A}))}}(Fo=(Co=Xo||(Xo={})).SubscriptionStatus||(Co.SubscriptionStatus={})).Desired="desired",Fo.Subscribed="subscribed",Fo.Unsubscribed="unsubscribed",(yo=Co.PermissionStatus||(Co.PermissionStatus={})).Allowed="allowed",yo.NotAllowed="not_allowed";class Yo extends Xo{get isUpstreamPaused(){var A;return null===(A=this.track)||void 0===A?void 0:A.isUpstreamPaused}constructor(A,t,e,i){super(A,t.sid,t.name,i),this.track=void 0,this.handleTrackEnded=()=>{this.emit(Sn.Ended)},this.updateInfo(t),this.setTrack(e)}setTrack(A){this.track&&this.track.off(Sn.Ended,this.handleTrackEnded),super.setTrack(A),A&&A.on(Sn.Ended,this.handleTrackEnded)}get isMuted(){return this.track?this.track.isMuted:super.isMuted}get audioTrack(){return super.audioTrack}get videoTrack(){return super.videoTrack}get isLocal(){return!0}mute(){return ii(this,void 0,void 0,(function*(){var A;return null===(A=this.track)||void 0===A?void 0:A.mute()}))}unmute(){return ii(this,void 0,void 0,(function*(){var A;return null===(A=this.track)||void 0===A?void 0:A.unmute()}))}pauseUpstream(){return ii(this,void 0,void 0,(function*(){var A;yield null===(A=this.track)||void 0===A?void 0:A.pauseUpstream()}))}resumeUpstream(){return ii(this,void 0,void 0,(function*(){var A;yield null===(A=this.track)||void 0===A?void 0:A.resumeUpstream()}))}getTrackFeatures(){var A;if(Js(this.track)){const t=this.track.getSourceTrackSettings(),e=new Set;return t.autoGainControl&&e.add(ot.TF_AUTO_GAIN_CONTROL),t.echoCancellation&&e.add(ot.TF_ECHO_CANCELLATION),t.noiseSuppression&&e.add(ot.TF_NOISE_SUPPRESSION),t.channelCount&&t.channelCount>1&&e.add(ot.TF_STEREO),(null===(A=this.options)||void 0===A?void 0:A.dtx)||e.add(ot.TF_NO_DTX),this.track.enhancedNoiseCancellation&&e.add(ot.TF_ENHANCED_NOISE_CANCELLATION),Array.from(e.values())}return[]}}function Zo(A,t){return ii(this,void 0,void 0,(function*(){null!=A||(A={});let e=!1;const{audioProcessor:i,videoProcessor:n,optionsWithoutProcessor:s}=ar(A);let r=s.audio,o=s.video;if(i&&"object"==typeof s.audio&&(s.audio.processor=i),n&&"object"==typeof s.video&&(s.video.processor=n),A.audio&&"object"==typeof s.audio&&"string"==typeof s.audio.deviceId){const A=s.audio.deviceId;s.audio.deviceId={exact:A},e=!0,r=Object.assign(Object.assign({},s.audio),{deviceId:{ideal:A}})}if(s.video&&"object"==typeof s.video&&"string"==typeof s.video.deviceId){const A=s.video.deviceId;s.video.deviceId={exact:A},e=!0,o=Object.assign(Object.assign({},s.video),{deviceId:{ideal:A}})}(!0===s.audio||"object"==typeof s.audio&&!s.audio.deviceId)&&(s.audio={deviceId:"default"}),!0===s.video?s.video={deviceId:"default"}:"object"!=typeof s.video||s.video.deviceId||(s.video.deviceId="default");const a=zs(s,jr,Vr),c=tr(a),h=navigator.mediaDevices.getUserMedia(c);s.audio&&(ur.userMediaPromiseMap.set("audioinput",h),h.catch((()=>ur.userMediaPromiseMap.delete("audioinput")))),s.video&&(ur.userMediaPromiseMap.set("videoinput",h),h.catch((()=>ur.userMediaPromiseMap.delete("videoinput"))));try{const A=yield h;return yield Promise.all(A.getTracks().map((e=>ii(this,void 0,void 0,(function*(){const s="audio"===e.kind;let r,o=s?a.audio:a.video;"boolean"!=typeof o&&o||(o={});const h=s?c.audio:c.video;"boolean"!=typeof h&&(r=h);const u=e.getSettings().deviceId;(null==r?void 0:r.deviceId)&&Ns(r.deviceId)!==u?r.deviceId=u:r||(r={deviceId:u});const l=(function(A,t,e){switch(A.kind){case"audio":return new to(A,t,!1,void 0,e);case"video":return new Bo(A,t,!1,e);default:throw new Rn("unsupported track type: ".concat(A.kind))}})(e,r,t);return l.kind===As.Kind.Video?l.source=As.Source.Camera:l.kind===As.Kind.Audio&&(l.source=As.Source.Microphone),l.mediaStream=A,Js(l)&&i?yield l.setProcessor(i):Xs(l)&&n&&(yield l.setProcessor(n)),l})))))}catch(u){if(!e)throw u;return Zo(Object.assign(Object.assign({},A),{audio:r,video:o}),t)}}))}(Eo=bo||(bo={})).Excellent="excellent",Eo.Good="good",Eo.Poor="poor",Eo.Lost="lost",Eo.Unknown="unknown";class Wo extends oi.EventEmitter{get logContext(){var A,t;return Object.assign({},null===(t=null===(A=this.loggerOptions)||void 0===A?void 0:A.loggerContextCb)||void 0===t?void 0:t.call(A))}get isEncrypted(){return this.trackPublications.size>0&&Array.from(this.trackPublications.values()).every((A=>A.isEncrypted))}get isAgent(){var A;return(null===(A=this.permissions)||void 0===A?void 0:A.agent)||this.kind===dt.AGENT}get isActive(){var A;return(null===(A=this.participantInfo)||void 0===A?void 0:A.state)===lt.ACTIVE}get kind(){return this.pA}get attributes(){return Object.freeze(Object.assign({},this.mA))}constructor(A,t,e,i,n,s){let r=arguments.length>6&&void 0!==arguments[6]?arguments[6]:dt.STANDARD;var o;super(),this.audioLevel=0,this.isSpeaking=!1,this.UA=bo.Unknown,this.log=$e,this.log=ze(null!==(o=null==s?void 0:s.loggerName)&&void 0!==o?o:Ye.Participant),this.loggerOptions=s,this.setMaxListeners(100),this.sid=A,this.identity=t,this.name=e,this.metadata=i,this.audioTrackPublications=new Map,this.videoTrackPublications=new Map,this.trackPublications=new Map,this.pA=r,this.mA=null!=n?n:{}}getTrackPublications(){return Array.from(this.trackPublications.values())}getTrackPublication(A){for(const[,t]of this.trackPublications)if(t.source===A)return t}getTrackPublicationByName(A){for(const[,t]of this.trackPublications)if(t.trackName===A)return t}waitUntilActive(){return this.isActive?Promise.resolve():(this.activeFuture||(this.activeFuture=new xs,this.once(Hn.Active,(()=>{var A,t;null===(t=null===(A=this.activeFuture)||void 0===A?void 0:A.resolve)||void 0===t||t.call(A),this.activeFuture=void 0}))),this.activeFuture.promise)}get connectionQuality(){return this.UA}get isCameraEnabled(){var A;const t=this.getTrackPublication(As.Source.Camera);return!(null===(A=null==t?void 0:t.isMuted)||void 0===A||A)}get isMicrophoneEnabled(){var A;const t=this.getTrackPublication(As.Source.Microphone);return!(null===(A=null==t?void 0:t.isMuted)||void 0===A||A)}get isScreenShareEnabled(){return!!this.getTrackPublication(As.Source.ScreenShare)}get isLocal(){return!1}get joinedAt(){return this.participantInfo?new Date(1e3*Number.parseInt(this.participantInfo.joinedAt.toString())):new Date}updateInfo(A){var t;return!(this.participantInfo&&this.participantInfo.sid===A.sid&&this.participantInfo.version>A.version||(this.identity=A.identity,this.sid=A.sid,this.CA(A.name),this.FA(A.metadata),this.yA(A.attributes),A.state===lt.ACTIVE&&(null===(t=this.participantInfo)||void 0===t?void 0:t.state)!==lt.ACTIVE&&this.emit(Hn.Active),A.permission&&this.setPermissions(A.permission),this.participantInfo=A,0))}FA(A){const t=this.metadata!==A,e=this.metadata;this.metadata=A,t&&this.emit(Hn.ParticipantMetadataChanged,e)}CA(A){const t=this.name!==A;this.name=A,t&&this.emit(Hn.ParticipantNameChanged,A)}yA(A){const t=(function(A,t){var e;void 0===A&&(A={}),void 0===t&&(t={});const i=[...Object.keys(t),...Object.keys(A)],n={};for(const s of i)A[s]!==t[s]&&(n[s]=null!==(e=t[s])&&void 0!==e?e:"");return n})(this.attributes,A);this.mA=A,Object.keys(t).length>0&&this.emit(Hn.AttributesChanged,t)}setPermissions(A){var t,e,i,n,s,r;const o=this.permissions,a=A.canPublish!==(null===(t=this.permissions)||void 0===t?void 0:t.canPublish)||A.canSubscribe!==(null===(e=this.permissions)||void 0===e?void 0:e.canSubscribe)||A.canPublishData!==(null===(i=this.permissions)||void 0===i?void 0:i.canPublishData)||A.hidden!==(null===(n=this.permissions)||void 0===n?void 0:n.hidden)||A.recorder!==(null===(s=this.permissions)||void 0===s?void 0:s.recorder)||A.canPublishSources.length!==this.permissions.canPublishSources.length||A.canPublishSources.some(((A,t)=>{var e;return A!==(null===(e=this.permissions)||void 0===e?void 0:e.canPublishSources[t])}))||A.canSubscribeMetrics!==(null===(r=this.permissions)||void 0===r?void 0:r.canSubscribeMetrics);return this.permissions=A,a&&this.emit(Hn.ParticipantPermissionsChanged,o),a}setIsSpeaking(A){A!==this.isSpeaking&&(this.isSpeaking=A,A&&(this.lastSpokeAt=new Date),this.emit(Hn.IsSpeakingChanged,A))}setConnectionQuality(A){const t=this.UA;this.UA=(function(A){switch(A){case et.EXCELLENT:return bo.Excellent;case et.GOOD:return bo.Good;case et.POOR:return bo.Poor;case et.LOST:return bo.Lost;default:return bo.Unknown}})(A),t!==this.UA&&this.emit(Hn.ConnectionQualityChanged,this.UA)}setDisconnected(){var A,t;this.activeFuture&&(null===(t=(A=this.activeFuture).reject)||void 0===t||t.call(A,new Error("Participant disconnected")),this.activeFuture=void 0)}setAudioContext(A){this.audioContext=A,this.audioTrackPublications.forEach((t=>Js(t.track)&&t.track.setAudioContext(A)))}addTrackPublication(A){A.on(Sn.Muted,(()=>{this.emit(Hn.TrackMuted,A)})),A.on(Sn.Unmuted,(()=>{this.emit(Hn.TrackUnmuted,A)}));const t=A;switch(t.track&&(t.track.sid=A.trackSid),this.trackPublications.set(A.trackSid,A),A.kind){case As.Kind.Audio:this.audioTrackPublications.set(A.trackSid,A);break;case As.Kind.Video:this.videoTrackPublications.set(A.trackSid,A)}}}class qo extends Wo{constructor(A,t,e,i,n){super(A,t,void 0,void 0,void 0,{loggerName:i.loggerName,loggerContextCb:()=>this.engine.logContext}),this.pendingPublishing=new Set,this.pendingPublishPromises=new Map,this.participantTrackPermissions=[],this.allParticipantsAllowedToSubscribe=!0,this.encryptionType=wt.NONE,this.enabledPublishVideoCodecs=[],this.pendingAcks=new Map,this.pendingResponses=new Map,this.handleReconnecting=()=>{this.reconnectFuture||(this.reconnectFuture=new xs)},this.handleReconnected=()=>{var A,t;null===(t=null===(A=this.reconnectFuture)||void 0===A?void 0:A.resolve)||void 0===t||t.call(A),this.reconnectFuture=void 0,this.updateTrackSubscriptionPermissions()},this.handleDisconnected=()=>{var A,t;this.reconnectFuture&&(this.reconnectFuture.promise.catch((A=>this.log.warn(A.message,this.logContext))),null===(t=null===(A=this.reconnectFuture)||void 0===A?void 0:A.reject)||void 0===t||t.call(A,"Got disconnected during reconnection attempt"),this.reconnectFuture=void 0)},this.handleSignalRequestResponse=A=>{const{requestId:t,reason:e,message:i}=A,n=this.pendingSignalRequests.get(t);n&&(e!==xe.OK&&n.reject(new Vn(i,e)),this.pendingSignalRequests.delete(t))},this.handleDataPacket=A=>{switch(A.value.case){case"rpcResponse":let t=A.value.value,e=null,i=null;"payload"===t.value.case?e=t.value.value:"error"===t.value.case&&(i=Zr.fromProto(t.value.value)),this.handleIncomingRpcResponse(t.requestId,e,i);break;case"rpcAck":let n=A.value.value;this.handleIncomingRpcAck(n.requestId)}},this.updateTrackSubscriptionPermissions=()=>{this.log.debug("updating track subscription permissions",Object.assign(Object.assign({},this.logContext),{allParticipantsAllowed:this.allParticipantsAllowedToSubscribe,participantTrackPermissions:this.participantTrackPermissions})),this.engine.client.sendUpdateSubscriptionPermissions(this.allParticipantsAllowedToSubscribe,this.participantTrackPermissions.map((A=>(function(A){var t,e,i;if(!A.participantSid&&!A.participantIdentity)throw new Error("Invalid track permission, must provide at least one of participantIdentity and participantSid");return new be({participantIdentity:null!==(t=A.participantIdentity)&&void 0!==t?t:"",participantSid:null!==(e=A.participantSid)&&void 0!==e?e:"",allTracks:null!==(i=A.allowAll)&&void 0!==i&&i,trackSids:A.allowedTrackSids||[]})})(A))))},this.onTrackUnmuted=A=>{this.onTrackMuted(A,A.isUpstreamPaused)},this.onTrackMuted=(A,t)=>{void 0===t&&(t=!0),A.sid?this.engine.updateMuteStatus(A.sid,t):this.log.error("could not update mute status for unpublished track",Object.assign(Object.assign({},this.logContext),or(A)))},this.onTrackUpstreamPaused=A=>{this.log.debug("upstream paused",Object.assign(Object.assign({},this.logContext),or(A))),this.onTrackMuted(A,!0)},this.onTrackUpstreamResumed=A=>{this.log.debug("upstream resumed",Object.assign(Object.assign({},this.logContext),or(A))),this.onTrackMuted(A,A.isMuted)},this.onTrackFeatureUpdate=A=>{const t=this.audioTrackPublications.get(A.sid);t?this.engine.client.sendUpdateLocalAudioTrack(t.trackSid,t.getTrackFeatures()):this.log.warn("Could not update local audio track settings, missing publication for track ".concat(A.sid),this.logContext)},this.handleSubscribedQualityUpdate=A=>ii(this,void 0,void 0,(function*(){var t,e,i,n,s,r;if(!(null===(s=this.roomOptions)||void 0===s?void 0:s.dynacast))return;const o=this.videoTrackPublications.get(A.trackSid);if(o)if(A.subscribedCodecs.length>0){if(!o.videoTrack)return;const s=yield o.videoTrack.setPublishingCodecs(A.subscribedCodecs);try{for(var a,c=!0,h=ni(s);!(t=(a=yield h.next()).done);c=!0){n=a.value,c=!1;const A=n;rs(A)&&(this.log.debug("publish ".concat(A," for ").concat(o.videoTrack.sid),Object.assign(Object.assign({},this.logContext),or(o))),yield this.publishAdditionalCodecForTrack(o.videoTrack,A,o.options))}}catch(u){e={error:u}}finally{try{c||t||!(i=h.return)||(yield i.call(h))}finally{if(e)throw e.error}}}else A.subscribedQualities.length>0&&(yield null===(r=o.videoTrack)||void 0===r?void 0:r.setPublishingLayers(A.subscribedQualities));else this.log.warn("received subscribed quality update for unknown track",Object.assign(Object.assign({},this.logContext),{trackSid:A.trackSid}))})),this.handleLocalTrackUnpublished=A=>{const t=this.trackPublications.get(A.trackSid);t?this.unpublishTrack(t.track):this.log.warn("received unpublished event for unknown track",Object.assign(Object.assign({},this.logContext),{trackSid:A.trackSid}))},this.handleTrackEnded=A=>ii(this,void 0,void 0,(function*(){if(A.source===As.Source.ScreenShare||A.source===As.Source.ScreenShareAudio)this.log.debug("unpublishing local track due to TrackEnded",Object.assign(Object.assign({},this.logContext),or(A))),this.unpublishTrack(A);else if(A.isUserProvided)yield A.mute();else if(Zs(A)||Ys(A))try{if(Cs())try{const t=yield null===navigator||void 0===navigator?void 0:navigator.permissions.query({name:A.source===As.Source.Camera?"camera":"microphone"});if(t&&"denied"===t.state)throw this.log.warn("user has revoked access to ".concat(A.source),Object.assign(Object.assign({},this.logContext),or(A))),t.onchange=()=>{"denied"!==t.state&&(A.isMuted||A.restartTrack(),t.onchange=null)},new Error("GetUserMedia Permission denied")}catch(t){}A.isMuted||(this.log.debug("track ended, attempting to use a different device",Object.assign(Object.assign({},this.logContext),or(A))),Zs(A)?yield A.restartTrack({deviceId:"default"}):yield A.restartTrack())}catch(t){this.log.warn("could not restart track, muting instead",Object.assign(Object.assign({},this.logContext),or(A))),yield A.mute()}})),this.audioTrackPublications=new Map,this.videoTrackPublications=new Map,this.trackPublications=new Map,this.engine=e,this.roomOptions=i,this.setupEngine(e),this.activeDeviceMap=new Map([["audioinput","default"],["videoinput","default"],["audiooutput","default"]]),this.pendingSignalRequests=new Map,this.rpcHandlers=n}get lastCameraError(){return this.cameraError}get lastMicrophoneError(){return this.microphoneError}get isE2EEEnabled(){return this.encryptionType!==wt.NONE}getTrackPublication(A){const t=super.getTrackPublication(A);if(t)return t}getTrackPublicationByName(A){const t=super.getTrackPublicationByName(A);if(t)return t}setupEngine(A){this.engine=A,this.engine.on(kn.RemoteMute,((A,t)=>{const e=this.trackPublications.get(A);e&&e.track&&(t?e.mute():e.unmute())})),this.engine.on(kn.Connected,this.handleReconnected).on(kn.SignalRestarted,this.handleReconnected).on(kn.SignalResumed,this.handleReconnected).on(kn.Restarting,this.handleReconnecting).on(kn.Resuming,this.handleReconnecting).on(kn.LocalTrackUnpublished,this.handleLocalTrackUnpublished).on(kn.SubscribedQualityUpdate,this.handleSubscribedQualityUpdate).on(kn.Disconnected,this.handleDisconnected).on(kn.SignalRequestResponse,this.handleSignalRequestResponse).on(kn.DataPacketReceived,this.handleDataPacket)}setMetadata(A){return ii(this,void 0,void 0,(function*(){yield this.requestMetadataUpdate({metadata:A})}))}setName(A){return ii(this,void 0,void 0,(function*(){yield this.requestMetadataUpdate({name:A})}))}setAttributes(A){return ii(this,void 0,void 0,(function*(){yield this.requestMetadataUpdate({attributes:A})}))}requestMetadataUpdate(A){return ii(this,arguments,void 0,(function(A){var t=this;let{metadata:e,name:i,attributes:n}=A;return(function*(){return new Promise(((A,s)=>ii(t,void 0,void 0,(function*(){var t,r;try{let o=!1;const a=yield this.engine.client.sendUpdateLocalMetadata(null!==(t=null!=e?e:this.metadata)&&void 0!==t?t:"",null!==(r=null!=i?i:this.name)&&void 0!==r?r:"",n),c=performance.now();for(this.pendingSignalRequests.set(a,{resolve:A,reject:A=>{s(A),o=!0},values:{name:i,metadata:e,attributes:n}});performance.now()-c<5e3&&!o;){if((!i||this.name===i)&&(!e||this.metadata===e)&&(!n||Object.entries(n).every((A=>{let[t,e]=A;return this.attributes[t]===e||""===e&&!this.attributes[t]}))))return this.pendingSignalRequests.delete(a),void A();yield ws(50)}s(new Vn("Request to update local metadata timed out","TimeoutError"))}catch(o){o instanceof Error&&s(o)}}))))})()}))}setCameraEnabled(A,t,e){return this.setTrackEnabled(As.Source.Camera,A,t,e)}setMicrophoneEnabled(A,t,e){return this.setTrackEnabled(As.Source.Microphone,A,t,e)}setScreenShareEnabled(A,t,e){return this.setTrackEnabled(As.Source.ScreenShare,A,t,e)}setPermissions(A){const t=this.permissions,e=super.setPermissions(A);return e&&t&&this.emit(Hn.ParticipantPermissionsChanged,t),e}setE2EEEnabled(A){return ii(this,void 0,void 0,(function*(){this.encryptionType=A?wt.GCM:wt.NONE,yield this.republishAllTracks(void 0,!1)}))}setTrackEnabled(A,t,e,i){return ii(this,void 0,void 0,(function*(){var n,s;this.log.debug("setTrackEnabled",Object.assign(Object.assign({},this.logContext),{source:A,enabled:t})),this.republishPromise&&(yield this.republishPromise);let r=this.getTrackPublication(A);if(t)if(r)yield r.unmute();else{let t;if(this.pendingPublishing.has(A)){const t=yield this.waitForPendingPublicationOfSource(A);return t||this.log.info("waiting for pending publication promise timed out",Object.assign(Object.assign({},this.logContext),{source:A})),yield null==t?void 0:t.unmute(),t}this.pendingPublishing.add(A);try{switch(A){case As.Source.Camera:t=yield this.createTracks({video:null===(n=e)||void 0===n||n});break;case As.Source.Microphone:t=yield this.createTracks({audio:null===(s=e)||void 0===s||s});break;case As.Source.ScreenShare:t=yield this.createScreenTracks(Object.assign({},e));break;default:throw new Rn(A)}}catch(o){throw null==t||t.forEach((A=>{A.stop()})),o instanceof Error&&this.emit(Hn.MediaDevicesError,o),this.pendingPublishing.delete(A),o}try{const A=[];for(const n of t)this.log.info("publishing track",Object.assign(Object.assign({},this.logContext),or(n))),A.push(this.publishTrack(n,i));const e=yield Promise.all(A);[r]=e}catch(o){throw null==t||t.forEach((A=>{A.stop()})),o}finally{this.pendingPublishing.delete(A)}}else if(!(null==r?void 0:r.track)&&this.pendingPublishing.has(A)&&(r=yield this.waitForPendingPublicationOfSource(A),r||this.log.info("waiting for pending publication promise timed out",Object.assign(Object.assign({},this.logContext),{source:A}))),r&&r.track)if(A===As.Source.ScreenShare){r=yield this.unpublishTrack(r.track);const A=this.getTrackPublication(As.Source.ScreenShareAudio);A&&A.track&&this.unpublishTrack(A.track)}else yield r.mute();return r}))}enableCameraAndMicrophone(){return ii(this,void 0,void 0,(function*(){if(!this.pendingPublishing.has(As.Source.Camera)&&!this.pendingPublishing.has(As.Source.Microphone)){this.pendingPublishing.add(As.Source.Camera),this.pendingPublishing.add(As.Source.Microphone);try{const A=yield this.createTracks({audio:!0,video:!0});yield Promise.all(A.map((A=>this.publishTrack(A))))}finally{this.pendingPublishing.delete(As.Source.Camera),this.pendingPublishing.delete(As.Source.Microphone)}}}))}createTracks(A){return ii(this,void 0,void 0,(function*(){var t,e;null!=A||(A={});const i=zs(A,null===(t=this.roomOptions)||void 0===t?void 0:t.audioCaptureDefaults,null===(e=this.roomOptions)||void 0===e?void 0:e.videoCaptureDefaults);try{return(yield Zo(i,{loggerName:this.roomOptions.loggerName,loggerContextCb:()=>this.logContext})).map((A=>(Js(A)&&(this.microphoneError=void 0,A.setAudioContext(this.audioContext),A.source=As.Source.Microphone,this.emit(Hn.AudioStreamAcquired)),Xs(A)&&(this.cameraError=void 0,A.source=As.Source.Camera),A)))}catch(n){throw n instanceof Error&&(A.audio&&(this.microphoneError=n),A.video&&(this.cameraError=n)),n}}))}createScreenTracks(A){return ii(this,void 0,void 0,(function*(){if(void 0===A&&(A={}),void 0===navigator.mediaDevices.getDisplayMedia)throw new Ln("getDisplayMedia not supported");void 0!==A.resolution||(function(){const A=Jn();return"Safari"===(null==A?void 0:A.name)&&A.version.startsWith("17.")})()||(A.resolution=ds.h1080fps30.resolution);const t=(function(A){var t,e;let i=null===(t=A.video)||void 0===t||t;return A.resolution&&A.resolution.width>0&&A.resolution.height>0&&(i="boolean"==typeof i?{}:i,i=ms()?Object.assign(Object.assign({},i),{width:{max:A.resolution.width},height:{max:A.resolution.height},frameRate:A.resolution.frameRate}):Object.assign(Object.assign({},i),{width:{ideal:A.resolution.width},height:{ideal:A.resolution.height},frameRate:A.resolution.frameRate})),{audio:null!==(e=A.audio)&&void 0!==e&&e,video:i,controller:A.controller,selfBrowserSurface:A.selfBrowserSurface,surfaceSwitching:A.surfaceSwitching,systemAudio:A.systemAudio,preferCurrentTab:A.preferCurrentTab}})(A),e=yield navigator.mediaDevices.getDisplayMedia(t),i=e.getVideoTracks();if(0===i.length)throw new Rn("no video track found");const n=new Bo(i[0],void 0,!1,{loggerName:this.roomOptions.loggerName,loggerContextCb:()=>this.logContext});n.source=As.Source.ScreenShare,A.contentHint&&(n.mediaStreamTrack.contentHint=A.contentHint);const s=[n];if(e.getAudioTracks().length>0){this.emit(Hn.AudioStreamAcquired);const A=new to(e.getAudioTracks()[0],void 0,!1,this.audioContext,{loggerName:this.roomOptions.loggerName,loggerContextCb:()=>this.logContext});A.source=As.Source.ScreenShareAudio,s.push(A)}return s}))}publishTrack(A,t){return ii(this,void 0,void 0,(function*(){return this.publishOrRepublishTrack(A,t)}))}publishOrRepublishTrack(A,t){return ii(this,arguments,void 0,(function(A,t){var e=this;let i=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return(function*(){var n,s,r,o;let a,c;if(Zs(A)&&A.setAudioContext(e.audioContext),yield null===(n=e.reconnectFuture)||void 0===n?void 0:n.promise,e.republishPromise&&!i&&(yield e.republishPromise),_s(A)&&e.pendingPublishPromises.has(A)&&(yield e.pendingPublishPromises.get(A)),A instanceof MediaStreamTrack)a=A.getConstraints();else{let t;switch(a=A.constraints,A.source){case As.Source.Microphone:t="audioinput";break;case As.Source.Camera:t="videoinput"}t&&e.activeDeviceMap.has(t)&&(a=Object.assign(Object.assign({},a),{deviceId:e.activeDeviceMap.get(t)}))}if(A instanceof MediaStreamTrack)switch(A.kind){case"audio":A=new to(A,a,!0,e.audioContext,{loggerName:e.roomOptions.loggerName,loggerContextCb:()=>e.logContext});break;case"video":A=new Bo(A,a,!0,{loggerName:e.roomOptions.loggerName,loggerContextCb:()=>e.logContext});break;default:throw new Rn("unsupported MediaStreamTrack kind ".concat(A.kind))}else A.updateLoggerOptions({loggerName:e.roomOptions.loggerName,loggerContextCb:()=>e.logContext});if(e.trackPublications.forEach((t=>{t.track&&t.track===A&&(c=t)})),c)return e.log.warn("track has already been published, skipping",Object.assign(Object.assign({},e.logContext),or(c))),c;const h="channelCount"in A.mediaStreamTrack.getSettings()&&2===A.mediaStreamTrack.getSettings().channelCount||2===A.mediaStreamTrack.getConstraints().channelCount,u=null!==(s=null==t?void 0:t.forceStereo)&&void 0!==s?s:h;u&&(t||(t={}),void 0===t.dtx&&e.log.info("Opus DTX will be disabled for stereo tracks by default. Enable them explicitly to make it work.",Object.assign(Object.assign({},e.logContext),or(A))),void 0===t.red&&e.log.info("Opus RED will be disabled for stereo tracks by default. Enable them explicitly to make it work."),null!==(r=t.dtx)&&void 0!==r||(t.dtx=!1),null!==(o=t.red)&&void 0!==o||(t.red=!1));const l=Object.assign(Object.assign({},e.roomOptions.publishDefaults),t);!(function(){const A=Jn(),t="17.2";if(A)return"Safari"!==A.name&&"iOS"!==A.os||!!("iOS"===A.os&&A.osVersion&&Is(t,A.osVersion)>=0)||"Safari"===A.name&&Is(t,A.version)>=0})()&&e.roomOptions.e2ee&&(e.log.info("End-to-end encryption is set up, simulcast publishing will be disabled on Safari versions and iOS browsers running iOS < v17.2",Object.assign({},e.logContext)),l.simulcast=!1),l.source&&(A.source=l.source);const d=new Promise(((t,i)=>ii(e,void 0,void 0,(function*(){try{if(this.engine.client.currentState!==gr.CONNECTED){this.log.debug("deferring track publication until signal is connected",Object.assign(Object.assign({},this.logContext),{track:or(A)}));const e=()=>ii(this,void 0,void 0,(function*(){try{const e=yield this.publish(A,l,u);t(e)}catch(e){i(e)}}));setTimeout((()=>{this.engine.off(kn.SignalConnected,e),i(new jn("publishing rejected as engine not connected within timeout",408))}),15e3),this.engine.once(kn.SignalConnected,e),this.engine.on(kn.Closing,(()=>{this.engine.off(kn.SignalConnected,e),i(new jn("publishing rejected as engine closed",499))}))}else try{const e=yield this.publish(A,l,u);t(e)}catch(e){i(e)}}catch(e){i(e)}}))));e.pendingPublishPromises.set(A,d);try{return yield d}catch(B){throw B}finally{e.pendingPublishPromises.delete(A)}})()}))}hasPermissionsToPublish(A){if(!this.permissions)return this.log.warn("no permissions present for publishing track",Object.assign(Object.assign({},this.logContext),or(A))),!1;const{canPublish:t,canPublishSources:e}=this.permissions;return!(!t||0!==e.length&&!e.map((A=>(function(A){switch(A){case At.CAMERA:return As.Source.Camera;case At.MICROPHONE:return As.Source.Microphone;case At.SCREEN_SHARE:return As.Source.ScreenShare;case At.SCREEN_SHARE_AUDIO:return As.Source.ScreenShareAudio;default:return As.Source.Unknown}})(A))).includes(A.source))||(this.log.warn("insufficient permissions to publish",Object.assign(Object.assign({},this.logContext),or(A))),!1)}publish(A,t,e){return ii(this,void 0,void 0,(function*(){var i,n,s,r,o,a,c,h,u,l;if(!this.hasPermissionsToPublish(A))throw new jn("failed to publish track, insufficient permissions",403);Array.from(this.trackPublications.values()).find((t=>_s(A)&&t.source===A.source))&&A.source!==As.Source.Unknown&&this.log.info("publishing a second track with the same source: ".concat(A.source),Object.assign(Object.assign({},this.logContext),or(A))),t.stopMicTrackOnMute&&Js(A)&&(A.stopOnMute=!0),A.source===As.Source.ScreenShare&&ps()&&(t.simulcast=!1),"av1"!==t.videoCodec||(function(){if(!("getCapabilities"in RTCRtpSender))return!1;if(ms())return!1;const A=RTCRtpSender.getCapabilities("video");let t=!1;if(A)for(const e of A.codecs)if("video/AV1"===e.mimeType){t=!0;break}return t})()||(t.videoCodec=void 0),"vp9"!==t.videoCodec||(function(){if(!("getCapabilities"in RTCRtpSender))return!1;if(ps())return!1;if(ms()){const A=Jn();if((null==A?void 0:A.version)&&Is(A.version,"16")<0)return!1}const A=RTCRtpSender.getCapabilities("video");let t=!1;if(A)for(const e of A.codecs)if("video/VP9"===e.mimeType){t=!0;break}return t})()||(t.videoCodec=void 0),void 0===t.videoCodec&&(t.videoCodec=Nr),this.enabledPublishVideoCodecs.length>0&&(this.enabledPublishVideoCodecs.some((A=>t.videoCodec===sr(A.mime)))||(t.videoCodec=sr(this.enabledPublishVideoCodecs[0].mime)));const d=t.videoCodec;A.on(Sn.Muted,this.onTrackMuted),A.on(Sn.Unmuted,this.onTrackUnmuted),A.on(Sn.Ended,this.handleTrackEnded),A.on(Sn.UpstreamPaused,this.onTrackUpstreamPaused),A.on(Sn.UpstreamResumed,this.onTrackUpstreamResumed),A.on(Sn.AudioTrackFeatureUpdate,this.onTrackFeatureUpdate);const B=new zt({cid:A.mediaStreamTrack.id,name:t.name,type:As.kindToProto(A.kind),muted:A.isMuted,source:As.sourceToProto(A.source),disableDtx:!(null===(i=t.dtx)||void 0===i||i),encryption:this.encryptionType,stereo:e,disableRed:this.isE2EEEnabled||!(null===(n=t.red)||void 0===n||n),stream:null==t?void 0:t.stream,backupCodecPolicy:null==t?void 0:t.backupCodecPolicy});let w;if(A.kind===As.Kind.Video){let e={width:0,height:0};try{e=yield A.waitForDimensions()}catch(v){const t=null!==(r=null===(s=this.roomOptions.videoCaptureDefaults)||void 0===s?void 0:s.resolution)&&void 0!==r?r:us.h720.resolution;e={width:t.width,height:t.height},this.log.error("could not determine track dimensions, using defaults",Object.assign(Object.assign(Object.assign({},this.logContext),or(A)),{dims:e}))}B.width=e.width,B.height=e.height,Ys(A)&&(Qs(d)&&(A.source===As.Source.ScreenShare&&(t.scalabilityMode="L1T3","contentHint"in A.mediaStreamTrack&&(A.mediaStreamTrack.contentHint="motion",this.log.info("forcing contentHint to motion for screenshare with SVC codecs",Object.assign(Object.assign({},this.logContext),or(A))))),t.scalabilityMode=null!==(o=t.scalabilityMode)&&void 0!==o?o:"L3T3_KEY"),B.simulcastCodecs=[new $t({codec:d,cid:A.mediaStreamTrack.id})],!0===t.backupCodec&&(t.backupCodec={codec:Nr}),t.backupCodec&&d!==t.backupCodec.codec&&B.encryption===wt.NONE&&(this.roomOptions.dynacast||(this.roomOptions.dynacast=!0),B.simulcastCodecs.push(new $t({codec:t.backupCodec.codec,cid:""})))),w=ao(A.source===As.Source.ScreenShare,B.width,B.height,t),B.layers=go(B.width,B.height,w,Qs(t.videoCodec))}else A.kind===As.Kind.Audio&&(w=[{maxBitrate:null===(a=t.audioPreset)||void 0===a?void 0:a.maxBitrate,priority:null!==(h=null===(c=t.audioPreset)||void 0===c?void 0:c.priority)&&void 0!==h?h:"high",networkPriority:null!==(l=null===(u=t.audioPreset)||void 0===u?void 0:u.priority)&&void 0!==l?l:"high"}]);if(!this.engine||this.engine.isClosed)throw new Nn("cannot publish track when not connected");const f=()=>ii(this,void 0,void 0,(function*(){var e,i,n;if(!this.engine.pcManager)throw new Nn("pcManager is not ready");if(A.sender=yield this.engine.createSender(A,t,w),Ys(A)&&(null!==(e=t.degradationPreference)&&void 0!==e||(t.degradationPreference=(function(A){return A.source===As.Source.ScreenShare||A.constraints.height&&Ns(A.constraints.height)>=1080?"maintain-resolution":"balanced"})(A)),A.setDegradationPreference(t.degradationPreference)),w)if(ps()&&A.kind===As.Kind.Audio){let t;for(const e of this.engine.pcManager.publisher.getTransceivers())if(e.sender===A.sender){t=e;break}t&&this.engine.pcManager.publisher.setTrackCodecBitrate({transceiver:t,codec:"opus",maxbr:(null===(i=w[0])||void 0===i?void 0:i.maxBitrate)?w[0].maxBitrate/1e3:0})}else A.codec&&Qs(A.codec)&&(null===(n=w[0])||void 0===n?void 0:n.maxBitrate)&&this.engine.pcManager.publisher.setTrackCodecBitrate({cid:B.cid,codec:A.codec,maxbr:w[0].maxBitrate/1e3});yield this.engine.negotiate()}));let g;if(this.enabledPublishVideoCodecs.length>0)g=(yield Promise.all([this.engine.addTrack(B),f()]))[0];else{let e;if(g=yield this.engine.addTrack(B),g.codecs.forEach((A=>{void 0===e&&(e=A.mimeType)})),e&&A.kind===As.Kind.Video){const i=sr(e);i!==d&&(this.log.debug("falling back to server selected codec",Object.assign(Object.assign(Object.assign({},this.logContext),or(A)),{codec:i})),t.videoCodec=i,w=ao(A.source===As.Source.ScreenShare,B.width,B.height,t))}yield f()}const Q=new Yo(A.kind,g,A,{loggerName:this.roomOptions.loggerName,loggerContextCb:()=>this.logContext});return Q.options=t,A.sid=g.sid,this.log.debug("publishing ".concat(A.kind," with encodings"),Object.assign(Object.assign({},this.logContext),{encodings:w,trackInfo:g})),Ys(A)?A.startMonitor(this.engine.client):Zs(A)&&A.startMonitor(),this.addTrackPublication(Q),this.emit(Hn.LocalTrackPublished,Q),Q}))}get isLocal(){return!0}publishAdditionalCodecForTrack(A,t,e){return ii(this,void 0,void 0,(function*(){var i;if(this.encryptionType!==wt.NONE)return;let n;if(this.trackPublications.forEach((t=>{t.track&&t.track===A&&(n=t)})),!n)throw new Rn("track is not published");if(!Ys(A))throw new Rn("track is not a video track");const s=Object.assign(Object.assign({},null===(i=this.roomOptions)||void 0===i?void 0:i.publishDefaults),e),r=(function(A,t,e){var i,n,s,r;if(!e.backupCodec||!0===e.backupCodec||e.backupCodec.codec===e.videoCodec)return;t!==e.backupCodec.codec&&$e.warn("requested a different codec than specified as backup",{serverRequested:t,backup:e.backupCodec.codec}),e.videoCodec=t,e.videoEncoding=e.backupCodec.encoding;const o=A.mediaStreamTrack.getSettings(),a=null!==(i=o.width)&&void 0!==i?i:null===(n=A.dimensions)||void 0===n?void 0:n.width,c=null!==(s=o.height)&&void 0!==s?s:null===(r=A.dimensions)||void 0===r?void 0:r.height;return A.source===As.Source.ScreenShare&&e.simulcast&&(e.simulcast=!1),ao(A.source===As.Source.ScreenShare,a,c,e)})(A,t,s);if(!r)return void this.log.info("backup codec has been disabled, ignoring request to add additional codec for track",Object.assign(Object.assign({},this.logContext),or(A)));const o=A.addSimulcastTrack(t,r);if(!o)return;const a=new zt({cid:o.mediaStreamTrack.id,type:As.kindToProto(A.kind),muted:A.isMuted,source:As.sourceToProto(A.source),sid:A.sid,simulcastCodecs:[{codec:s.videoCodec,cid:o.mediaStreamTrack.id}]});if(a.layers=go(a.width,a.height,r),!this.engine||this.engine.isClosed)throw new Nn("cannot publish track when not connected");const c=(yield Promise.all([this.engine.addTrack(a),(()=>ii(this,void 0,void 0,(function*(){yield this.engine.createSimulcastSender(A,o,s,r),yield this.engine.negotiate()})))()]))[0];this.log.debug("published ".concat(t," for track ").concat(A.sid),Object.assign(Object.assign({},this.logContext),{encodings:r,trackInfo:c}))}))}unpublishTrack(A,t){return ii(this,void 0,void 0,(function*(){var e,i;if(_s(A)){const t=this.pendingPublishPromises.get(A);t&&(this.log.info("awaiting publish promise before attempting to unpublish",Object.assign(Object.assign({},this.logContext),or(A))),yield t)}const n=this.getPublicationForTrack(A),s=n?or(n):void 0;if(this.log.debug("unpublishing track",Object.assign(Object.assign({},this.logContext),s)),!n||!n.track)return void this.log.warn("track was not unpublished because no publication was found",Object.assign(Object.assign({},this.logContext),s));(A=n.track).off(Sn.Muted,this.onTrackMuted),A.off(Sn.Unmuted,this.onTrackUnmuted),A.off(Sn.Ended,this.handleTrackEnded),A.off(Sn.UpstreamPaused,this.onTrackUpstreamPaused),A.off(Sn.UpstreamResumed,this.onTrackUpstreamResumed),A.off(Sn.AudioTrackFeatureUpdate,this.onTrackFeatureUpdate),void 0===t&&(t=null===(i=null===(e=this.roomOptions)||void 0===e?void 0:e.stopLocalTrackOnUnpublish)||void 0===i||i),t?A.stop():A.stopMonitor();let r=!1;const o=A.sender;if(A.sender=void 0,this.engine.pcManager&&this.engine.pcManager.currentState<Jr.FAILED&&o)try{for(const A of this.engine.pcManager.publisher.getTransceivers())A.sender===o&&(A.direction="inactive",r=!0);if(this.engine.removeTrack(o)&&(r=!0),Ys(A)){for(const[,t]of A.simulcastCodecs)t.sender&&(this.engine.removeTrack(t.sender)&&(r=!0),t.sender=void 0);A.simulcastCodecs.clear()}}catch(a){this.log.warn("failed to unpublish track",Object.assign(Object.assign(Object.assign({},this.logContext),s),{error:a}))}switch(this.trackPublications.delete(n.trackSid),n.kind){case As.Kind.Audio:this.audioTrackPublications.delete(n.trackSid);break;case As.Kind.Video:this.videoTrackPublications.delete(n.trackSid)}return this.emit(Hn.LocalTrackUnpublished,n),n.setTrack(void 0),r&&(yield this.engine.negotiate()),n}))}unpublishTracks(A){return ii(this,void 0,void 0,(function*(){return(yield Promise.all(A.map((A=>this.unpublishTrack(A))))).filter((A=>!!A))}))}republishAllTracks(A){return ii(this,arguments,void 0,(function(A){var t=this;let e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return(function*(){t.republishPromise&&(yield t.republishPromise),t.republishPromise=new Promise(((i,n)=>ii(t,void 0,void 0,(function*(){try{const t=[];this.trackPublications.forEach((e=>{e.track&&(A&&(e.options=Object.assign(Object.assign({},e.options),A)),t.push(e))})),yield Promise.all(t.map((A=>ii(this,void 0,void 0,(function*(){const t=A.track;yield this.unpublishTrack(t,!1),!e||t.isMuted||t.source===As.Source.ScreenShare||t.source===As.Source.ScreenShareAudio||!Zs(t)&&!Ys(t)||t.isUserProvided||(this.log.debug("restarting existing track",Object.assign(Object.assign({},this.logContext),{track:A.trackSid})),yield t.restartTrack()),yield this.publishOrRepublishTrack(t,A.options,!0)}))))),i()}catch(t){n(t)}finally{this.republishPromise=void 0}})))),yield t.republishPromise})()}))}publishData(A){return ii(this,arguments,void 0,(function(A){var t=this;let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return(function*(){const i=e.reliable?pt.RELIABLE:pt.LOSSY,n=e.destinationIdentities,s=e.topic,r=new vt({kind:i,value:{case:"user",value:new Ct({participantIdentity:t.identity,payload:A,destinationIdentities:n,topic:s})}});yield t.engine.sendDataPacket(r,i)})()}))}publishDtmf(A,t){return ii(this,void 0,void 0,(function*(){const e=new vt({kind:pt.RELIABLE,value:{case:"sipDtmf",value:new Ft({code:A,digit:t})}});yield this.engine.sendDataPacket(e,pt.RELIABLE)}))}sendChatMessage(A,t){return ii(this,void 0,void 0,(function*(){const e={id:crypto.randomUUID(),message:A,timestamp:Date.now(),attachedFiles:null==t?void 0:t.attachments},i=new vt({value:{case:"chatMessage",value:new Et(Object.assign(Object.assign({},e),{timestamp:L.parse(e.timestamp)}))}});return yield this.engine.sendDataPacket(i,pt.RELIABLE),this.emit(Hn.ChatMessage,e),e}))}editChatMessage(A,t){return ii(this,void 0,void 0,(function*(){const e=Object.assign(Object.assign({},t),{message:A,editTimestamp:Date.now()}),i=new vt({value:{case:"chatMessage",value:new Et(Object.assign(Object.assign({},e),{timestamp:L.parse(e.timestamp),editTimestamp:L.parse(e.editTimestamp)}))}});return yield this.engine.sendDataPacket(i,pt.RELIABLE),this.emit(Hn.ChatMessage,e),e}))}sendText(A,t){return ii(this,void 0,void 0,(function*(){var e;const i=crypto.randomUUID(),n=(new TextEncoder).encode(A).byteLength,s=null===(e=null==t?void 0:t.attachments)||void 0===e?void 0:e.map((()=>crypto.randomUUID())),r=new Array(s?s.length+1:1).fill(0),o=(A,e)=>{var i;r[e]=A;const n=r.reduce(((A,t)=>A+t),0);null===(i=null==t?void 0:t.onProgress)||void 0===i||i.call(t,n)},a=yield this.streamText({streamId:i,totalSize:n,destinationIdentities:null==t?void 0:t.destinationIdentities,topic:null==t?void 0:t.topic,attachedStreamIds:s,attributes:null==t?void 0:t.attributes});return yield a.write(A),o(1,0),yield a.close(),(null==t?void 0:t.attachments)&&s&&(yield Promise.all(t.attachments.map(((A,e)=>ii(this,void 0,void 0,(function*(){return this.bA(s[e],A,{topic:t.topic,mimeType:A.type,onProgress:A=>{o(A,e+1)}})})))))),a.info}))}streamText(A){return ii(this,void 0,void 0,(function*(){var t,e;const i=null!==(t=null==A?void 0:A.streamId)&&void 0!==t?t:crypto.randomUUID(),n={id:i,mimeType:"text/plain",timestamp:Date.now(),topic:null!==(e=null==A?void 0:A.topic)&&void 0!==e?e:"",size:null==A?void 0:A.totalSize,attributes:null==A?void 0:A.attributes},s=new Pt({streamId:i,mimeType:n.mimeType,topic:n.topic,timestamp:Ps(n.timestamp),totalLength:Ps(null==A?void 0:A.totalSize),attributes:n.attributes,contentHeader:{case:"textHeader",value:new jt({version:null==A?void 0:A.version,attachedStreamIds:null==A?void 0:A.attachedStreamIds,replyToStreamId:null==A?void 0:A.replyToStreamId,operationType:"update"===(null==A?void 0:A.type)?Gt.UPDATE:Gt.CREATE})}}),r=null==A?void 0:A.destinationIdentities,o=new vt({destinationIdentities:r,value:{case:"streamHeader",value:s}});yield this.engine.sendDataPacket(o,pt.RELIABLE);let a=0;const c=this,h=new WritableStream({write(A){return ii(this,void 0,void 0,(function*(){for(const t of(function(A){const t=[];let e=(new TextEncoder).encode(A);for(;e.length>15e3;){let A=15e3;for(;A>0;){const t=e[A];if(void 0!==t&&128!=(192&t))break;A--}t.push(e.slice(0,A)),e=e.slice(A)}return e.length>0&&t.push(e),t})(A)){yield c.engine.waitForBufferStatusLow(pt.RELIABLE);const A=new _t({content:t,streamId:i,chunkIndex:Ps(a)}),e=new vt({destinationIdentities:r,value:{case:"streamChunk",value:A}});yield c.engine.sendDataPacket(e,pt.RELIABLE),a+=1}}))},close(){return ii(this,void 0,void 0,(function*(){const A=new Jt({streamId:i}),t=new vt({destinationIdentities:r,value:{case:"streamTrailer",value:A}});yield c.engine.sendDataPacket(t,pt.RELIABLE)}))},abort(A){}});let u=()=>ii(this,void 0,void 0,(function*(){yield l.close()}));c.engine.once(kn.Closing,u);const l=new xo(h,n,(()=>this.engine.off(kn.Closing,u)));return l}))}sendFile(A,t){return ii(this,void 0,void 0,(function*(){const e=crypto.randomUUID();return yield this.bA(e,A,t),{id:e}}))}bA(A,t,e){return ii(this,void 0,void 0,(function*(){var i;const n=yield this.streamBytes({streamId:A,totalSize:t.size,name:t.name,mimeType:null!==(i=null==e?void 0:e.mimeType)&&void 0!==i?i:t.type,topic:null==e?void 0:e.topic,destinationIdentities:null==e?void 0:e.destinationIdentities}),s=t.stream().getReader();for(;;){const{done:A,value:t}=yield s.read();if(A)break;yield n.write(t)}return yield n.close(),n.info}))}streamBytes(A){return ii(this,void 0,void 0,(function*(){var t,e,i,n,s;const r=null!==(t=null==A?void 0:A.streamId)&&void 0!==t?t:crypto.randomUUID(),o=null==A?void 0:A.destinationIdentities,a={id:r,mimeType:null!==(e=null==A?void 0:A.mimeType)&&void 0!==e?e:"application/octet-stream",topic:null!==(i=null==A?void 0:A.topic)&&void 0!==i?i:"",timestamp:Date.now(),attributes:null==A?void 0:A.attributes,size:null==A?void 0:A.totalSize,name:null!==(n=null==A?void 0:A.name)&&void 0!==n?n:"unknown"},c=new Pt({totalLength:Ps(null!==(s=a.size)&&void 0!==s?s:0),mimeType:a.mimeType,streamId:r,topic:a.topic,timestamp:Ps(Date.now()),attributes:a.attributes,contentHeader:{case:"byteHeader",value:new Vt({name:a.name})}}),h=new vt({destinationIdentities:o,value:{case:"streamHeader",value:c}});yield this.engine.sendDataPacket(h,pt.RELIABLE);let u=0;const l=new g,d=this.engine,B=this.log,w=new WritableStream({write(A){return ii(this,void 0,void 0,(function*(){const t=yield l.lock();let e=0;try{for(;e<A.byteLength;){const t=A.slice(e,e+15e3);yield d.waitForBufferStatusLow(pt.RELIABLE);const i=new vt({destinationIdentities:o,value:{case:"streamChunk",value:new _t({content:t,streamId:r,chunkIndex:Ps(u)})}});yield d.sendDataPacket(i,pt.RELIABLE),u+=1,e+=t.byteLength}}finally{t()}}))},close(){return ii(this,void 0,void 0,(function*(){const A=new Jt({streamId:r}),t=new vt({destinationIdentities:o,value:{case:"streamTrailer",value:A}});yield d.sendDataPacket(t,pt.RELIABLE)}))},abort(A){B.error("Sink error:",A)}});return new No(w,a)}))}performRpc(A){return ii(this,arguments,void 0,(function(A){var t=this;let{destinationIdentity:e,method:i,payload:n,responseTimeout:s=1e4}=A;return(function*(){return new Promise(((A,r)=>ii(t,void 0,void 0,(function*(){var t,o,a,c;if(Wr(n)>15360)return void r(Zr.builtIn("REQUEST_PAYLOAD_TOO_LARGE"));if((null===(o=null===(t=this.engine.latestJoinResponse)||void 0===t?void 0:t.serverInfo)||void 0===o?void 0:o.version)&&Is(null===(c=null===(a=this.engine.latestJoinResponse)||void 0===a?void 0:a.serverInfo)||void 0===c?void 0:c.version,"1.8.0")<0)return void r(Zr.builtIn("UNSUPPORTED_SERVER"));const h=crypto.randomUUID();yield this.publishRpcRequest(e,h,i,n,s-2e3);const u=setTimeout((()=>{this.pendingAcks.delete(h),r(Zr.builtIn("CONNECTION_TIMEOUT")),this.pendingResponses.delete(h),clearTimeout(l)}),2e3);this.pendingAcks.set(h,{resolve:()=>{clearTimeout(u)},participantIdentity:e});const l=setTimeout((()=>{this.pendingResponses.delete(h),r(Zr.builtIn("RESPONSE_TIMEOUT"))}),s);this.pendingResponses.set(h,{resolve:(t,e)=>{clearTimeout(l),this.pendingAcks.has(h)&&(this.pendingAcks.delete(h),clearTimeout(u)),e?r(e):A(null!=t?t:"")},participantIdentity:e})}))))})()}))}registerRpcMethod(A,t){this.rpcHandlers.has(A)&&this.log.warn("you're overriding the RPC handler for method ".concat(A,", in the future this will throw an error")),this.rpcHandlers.set(A,t)}unregisterRpcMethod(A){this.rpcHandlers.delete(A)}setTrackSubscriptionPermissions(A){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];this.participantTrackPermissions=t,this.allParticipantsAllowedToSubscribe=A,this.engine.client.isDisconnected||this.updateTrackSubscriptionPermissions()}handleIncomingRpcAck(A){const t=this.pendingAcks.get(A);t&&(t.resolve(),this.pendingAcks.delete(A))}handleIncomingRpcResponse(A,t,e){const i=this.pendingResponses.get(A);i&&(i.resolve(t,e),this.pendingResponses.delete(A))}publishRpcRequest(A,t,e,i,n){return ii(this,void 0,void 0,(function*(){const s=new vt({destinationIdentities:[A],kind:pt.RELIABLE,value:{case:"rpcRequest",value:new Ht({id:t,method:e,payload:i,responseTimeoutMs:n,version:1})}});yield this.engine.sendDataPacket(s,pt.RELIABLE)}))}handleParticipantDisconnected(A){for(const[t,{participantIdentity:e}]of this.pendingAcks)e===A&&this.pendingAcks.delete(t);for(const[t,{participantIdentity:e,resolve:i}]of this.pendingResponses)e===A&&(i(null,Zr.builtIn("RECIPIENT_DISCONNECTED")),this.pendingResponses.delete(t))}setEnabledPublishCodecs(A){this.enabledPublishVideoCodecs=A.filter((A=>"video"===A.mime.split("/")[0].toLowerCase()))}updateInfo(A){return!!super.updateInfo(A)&&(A.tracks.forEach((A=>{var t,e;const i=this.trackPublications.get(A.sid);if(i){const n=i.isMuted||null!==(e=null===(t=i.track)||void 0===t?void 0:t.isUpstreamPaused)&&void 0!==e&&e;n!==A.muted&&(this.log.debug("updating server mute state after reconcile",Object.assign(Object.assign(Object.assign({},this.logContext),or(i)),{mutedOnServer:n})),this.engine.client.sendMuteTrack(A.sid,n))}})),!0)}getPublicationForTrack(A){let t;return this.trackPublications.forEach((e=>{const i=e.track;i&&(A instanceof MediaStreamTrack?(Zs(i)||Ys(i))&&i.mediaStreamTrack===A&&(t=e):A===i&&(t=e))})),t}waitForPendingPublicationOfSource(A){return ii(this,void 0,void 0,(function*(){const t=Date.now();for(;Date.now()<t+1e4;){const t=Array.from(this.pendingPublishPromises.entries()).find((t=>{let[e]=t;return e.source===A}));if(t)return t[1];yield ws(20)}}))}}class $o extends Xo{constructor(A,t,e,i){super(A,t.sid,t.name,i),this.track=void 0,this.allowed=!0,this.disabled=!1,this.currentVideoQuality=$n.HIGH,this.handleEnded=A=>{this.setTrack(void 0),this.emit(Sn.Ended,A)},this.handleVisibilityChange=A=>{this.log.debug("adaptivestream video visibility ".concat(this.trackSid,", visible=").concat(A),this.logContext),this.disabled=!A,this.emitTrackUpdate()},this.handleVideoDimensionsChange=A=>{this.log.debug("adaptivestream video dimensions ".concat(A.width,"x").concat(A.height),this.logContext),this.videoDimensions=A,this.emitTrackUpdate()},this.subscribed=e,this.updateInfo(t)}setSubscribed(A){const t=this.subscriptionStatus,e=this.permissionStatus;this.subscribed=A,A&&(this.allowed=!0);const i=new ae({trackSids:[this.trackSid],subscribe:this.subscribed,participantTracks:[new St({participantSid:"",trackSids:[this.trackSid]})]});this.emit(Sn.UpdateSubscription,i),this.emitSubscriptionUpdateIfChanged(t),this.emitPermissionUpdateIfChanged(e)}get subscriptionStatus(){return!1===this.subscribed?Xo.SubscriptionStatus.Unsubscribed:super.isSubscribed?Xo.SubscriptionStatus.Subscribed:Xo.SubscriptionStatus.Desired}get permissionStatus(){return this.allowed?Xo.PermissionStatus.Allowed:Xo.PermissionStatus.NotAllowed}get isSubscribed(){return!1!==this.subscribed&&super.isSubscribed}get isDesired(){return!1!==this.subscribed}get isEnabled(){return!this.disabled}get isLocal(){return!1}setEnabled(A){this.isManualOperationAllowed()&&this.disabled!==!A&&(this.disabled=!A,this.emitTrackUpdate())}setVideoQuality(A){this.isManualOperationAllowed()&&this.currentVideoQuality!==A&&(this.currentVideoQuality=A,this.videoDimensions=void 0,this.emitTrackUpdate())}setVideoDimensions(A){var t,e;this.isManualOperationAllowed()&&((null===(t=this.videoDimensions)||void 0===t?void 0:t.width)===A.width&&(null===(e=this.videoDimensions)||void 0===e?void 0:e.height)===A.height||($s(this.track)&&(this.videoDimensions=A),this.currentVideoQuality=void 0,this.emitTrackUpdate()))}setVideoFPS(A){this.isManualOperationAllowed()&&$s(this.track)&&this.fps!==A&&(this.fps=A,this.emitTrackUpdate())}get videoQuality(){return this.currentVideoQuality}setTrack(A){const t=this.subscriptionStatus,e=this.permissionStatus,i=this.track;i!==A&&(i&&(i.off(Sn.VideoDimensionsChanged,this.handleVideoDimensionsChange),i.off(Sn.VisibilityChanged,this.handleVisibilityChange),i.off(Sn.Ended,this.handleEnded),i.detach(),i.stopMonitor(),this.emit(Sn.Unsubscribed,i)),super.setTrack(A),A&&(A.sid=this.trackSid,A.on(Sn.VideoDimensionsChanged,this.handleVideoDimensionsChange),A.on(Sn.VisibilityChanged,this.handleVisibilityChange),A.on(Sn.Ended,this.handleEnded),this.emit(Sn.Subscribed,A)),this.emitPermissionUpdateIfChanged(e),this.emitSubscriptionUpdateIfChanged(t))}setAllowed(A){const t=this.subscriptionStatus,e=this.permissionStatus;this.allowed=A,this.emitPermissionUpdateIfChanged(e),this.emitSubscriptionUpdateIfChanged(t)}setSubscriptionError(A){this.emit(Sn.SubscriptionFailed,A)}updateInfo(A){super.updateInfo(A);const t=this.metadataMuted;this.metadataMuted=A.muted,this.track?this.track.setMuted(A.muted):t!==A.muted&&this.emit(A.muted?Sn.Muted:Sn.Unmuted)}emitSubscriptionUpdateIfChanged(A){const t=this.subscriptionStatus;A!==t&&this.emit(Sn.SubscriptionStatusChanged,t,A)}emitPermissionUpdateIfChanged(A){this.permissionStatus!==A&&this.emit(Sn.SubscriptionPermissionChanged,this.permissionStatus,A)}isManualOperationAllowed(){return this.kind===As.Kind.Video&&this.isAdaptiveStream?(this.log.warn("adaptive stream is enabled, cannot change video track settings",this.logContext),!1):!!this.isDesired||(this.log.warn("cannot update track settings when not subscribed",this.logContext),!1)}get isAdaptiveStream(){return $s(this.track)&&this.track.isAdaptiveStream}emitTrackUpdate(){const A=new ce({trackSids:[this.trackSid],disabled:this.disabled,fps:this.fps});this.videoDimensions?(A.width=Math.ceil(this.videoDimensions.width),A.height=Math.ceil(this.videoDimensions.height)):void 0!==this.currentVideoQuality?A.quality=this.currentVideoQuality:A.quality=$n.HIGH,this.emit(Sn.UpdateSettings,A)}}class zo extends Wo{static fromParticipantInfo(A,t,e){return new zo(A,t.sid,t.identity,t.name,t.metadata,t.attributes,e,t.kind)}get logContext(){return Object.assign(Object.assign({},super.logContext),{rpID:this.sid,remoteParticipant:this.identity})}constructor(A,t,e,i,n,s,r){super(t,e||"",i,n,s,r,arguments.length>7&&void 0!==arguments[7]?arguments[7]:dt.STANDARD),this.signalClient=A,this.trackPublications=new Map,this.audioTrackPublications=new Map,this.videoTrackPublications=new Map,this.volumeMap=new Map}addTrackPublication(A){super.addTrackPublication(A),A.on(Sn.UpdateSettings,(t=>{this.log.debug("send update settings",Object.assign(Object.assign({},this.logContext),or(A))),this.signalClient.sendUpdateTrackSettings(t)})),A.on(Sn.UpdateSubscription,(A=>{A.participantTracks.forEach((A=>{A.participantSid=this.sid})),this.signalClient.sendUpdateSubscription(A)})),A.on(Sn.SubscriptionPermissionChanged,(t=>{this.emit(Hn.TrackSubscriptionPermissionChanged,A,t)})),A.on(Sn.SubscriptionStatusChanged,(t=>{this.emit(Hn.TrackSubscriptionStatusChanged,A,t)})),A.on(Sn.Subscribed,(t=>{this.emit(Hn.TrackSubscribed,t,A)})),A.on(Sn.Unsubscribed,(t=>{this.emit(Hn.TrackUnsubscribed,t,A)})),A.on(Sn.SubscriptionFailed,(t=>{this.emit(Hn.TrackSubscriptionFailed,A.trackSid,t)}))}getTrackPublication(A){const t=super.getTrackPublication(A);if(t)return t}getTrackPublicationByName(A){const t=super.getTrackPublicationByName(A);if(t)return t}setVolume(A){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:As.Source.Microphone;this.volumeMap.set(t,A);const e=this.getTrackPublication(t);e&&e.track&&e.track.setVolume(A)}getVolume(){let A=arguments.length>0&&void 0!==arguments[0]?arguments[0]:As.Source.Microphone;const t=this.getTrackPublication(A);return t&&t.track?t.track.getVolume():this.volumeMap.get(A)}addSubscribedMediaTrack(A,t,e,i,n,s){let r,o=this.getTrackPublicationBySid(t);return o||t.startsWith("TR")||this.trackPublications.forEach((t=>{o||A.kind!==t.kind.toString()||(o=t)})),o?"ended"===A.readyState?(this.log.error("unable to subscribe because MediaStreamTrack is ended. Do not call MediaStreamTrack.stop()",Object.assign(Object.assign({},this.logContext),or(o))),void this.emit(Hn.TrackSubscriptionFailed,t)):(r="video"===A.kind?new Vo(A,t,i,n):new jo(A,t,i,this.audioContext,this.audioOutput),r.source=o.source,r.isMuted=o.isMuted,r.setMediaStream(e),r.start(),o.setTrack(r),this.volumeMap.has(o.source)&&Ws(r)&&Js(r)&&r.setVolume(this.volumeMap.get(o.source)),o):0===s?(this.log.error("could not find published track",Object.assign(Object.assign({},this.logContext),{trackSid:t})),void this.emit(Hn.TrackSubscriptionFailed,t)):(void 0===s&&(s=20),void setTimeout((()=>{this.addSubscribedMediaTrack(A,t,e,i,n,s-1)}),150))}get hasMetadata(){return!!this.participantInfo}getTrackPublicationBySid(A){return this.trackPublications.get(A)}updateInfo(A){if(!super.updateInfo(A))return!1;const t=new Map,e=new Map;return A.tracks.forEach((A=>{var i,n;let s=this.getTrackPublicationBySid(A.sid);if(s)s.updateInfo(A);else{const t=As.kindFromProto(A.type);if(!t)return;s=new $o(t,A,null===(i=this.signalClient.connectOptions)||void 0===i?void 0:i.autoSubscribe,{loggerContextCb:()=>this.logContext,loggerName:null===(n=this.loggerOptions)||void 0===n?void 0:n.loggerName}),s.updateInfo(A),e.set(A.sid,s);const r=Array.from(this.trackPublications.values()).find((A=>A.source===(null==s?void 0:s.source)));r&&s.source!==As.Source.Unknown&&this.log.debug("received a second track publication for ".concat(this.identity," with the same source: ").concat(s.source),Object.assign(Object.assign({},this.logContext),{oldTrack:or(r),newTrack:or(s)})),this.addTrackPublication(s)}t.set(A.sid,s)})),this.trackPublications.forEach((A=>{t.has(A.trackSid)||(this.log.trace("detected removed track on remote participant, unpublishing",Object.assign(Object.assign({},this.logContext),or(A))),this.unpublishTrack(A.trackSid,!0))})),e.forEach((A=>{this.emit(Hn.TrackPublished,A)})),!0}unpublishTrack(A,t){const e=this.trackPublications.get(A);if(!e)return;const{track:i}=e;switch(i&&(i.stop(),e.setTrack(void 0)),this.trackPublications.delete(A),e.kind){case As.Kind.Audio:this.audioTrackPublications.delete(A);break;case As.Kind.Video:this.videoTrackPublications.delete(A)}t&&this.emit(Hn.TrackUnpublished,e)}setAudioOutput(A){return ii(this,void 0,void 0,(function*(){this.audioOutput=A;const t=[];this.audioTrackPublications.forEach((e=>{var i;Js(e.track)&&Ws(e.track)&&t.push(e.track.setSinkId(null!==(i=A.deviceId)&&void 0!==i?i:"default"))})),yield Promise.all(t)}))}emit(A){for(var t=arguments.length,e=new Array(t>1?t-1:0),i=1;i<t;i++)e[i-1]=arguments[i];return this.log.trace("participant event",Object.assign(Object.assign({},this.logContext),{event:A,args:e})),super.emit(A,...e)}}(Io=Ho||(Ho={})).Disconnected="disconnected",Io.Connecting="connecting",Io.Connected="connected",Io.Reconnecting="reconnecting",Io.SignalReconnecting="signalReconnecting";class Aa extends oi.EventEmitter{constructor(A){var t,e,i,n;if(super(),t=this,this.state=Ho.Disconnected,this.activeSpeakers=[],this.isE2EEEnabled=!1,this.audioEnabled=!0,this.isVideoPlaybackBlocked=!1,this.log=$e,this.bufferedEvents=[],this.isResuming=!1,this.byteStreamControllers=new Map,this.textStreamControllers=new Map,this.byteStreamHandlers=new Map,this.textStreamHandlers=new Map,this.rpcHandlers=new Map,this.connect=(A,t,e)=>ii(this,void 0,void 0,(function*(){var i;if("undefined"==typeof RTCPeerConnection||!fs()&&!gs())throw Fs()?Error("WebRTC isn't detected, have you called registerGlobals?"):Error("LiveKit doesn't seem to be supported on this browser. Try to update your browser and make sure no browser extensions are disabling webRTC.");const n=yield this.disconnectLock.lock();if(this.state===Ho.Connected)return this.log.info("already connected to room ".concat(this.name),this.logContext),n(),Promise.resolve();if(this.connectFuture)return n(),this.connectFuture.promise;this.setAndEmitConnectionState(Ho.Connecting),(null===(i=this.regionUrlProvider)||void 0===i?void 0:i.getServerUrl().toString())!==A&&(this.regionUrl=void 0,this.regionUrlProvider=void 0),ys(new URL(A))&&(void 0===this.regionUrlProvider?this.regionUrlProvider=new Oo(A,t):this.regionUrlProvider.updateToken(t),this.regionUrlProvider.fetchRegionSettings().then((A=>{var t;null===(t=this.regionUrlProvider)||void 0===t||t.setServerReportedRegions(A)})).catch((A=>{this.log.warn("could not fetch region settings",Object.assign(Object.assign({},this.logContext),{error:A}))})));const s=(i,r,o)=>ii(this,void 0,void 0,(function*(){var a,c;this.abortController&&this.abortController.abort();const h=new AbortController;this.abortController=h,null==n||n();try{yield this.attemptConnection(null!=o?o:A,t,e,h),this.abortController=void 0,i()}catch(u){if(this.regionUrlProvider&&u instanceof Mn&&u.reason!==pn.Cancelled&&u.reason!==pn.NotAllowed){let A=null;try{A=yield this.regionUrlProvider.getNextBestRegionUrl(null===(a=this.abortController)||void 0===a?void 0:a.signal)}catch(l){if(l instanceof Mn&&(401===l.status||l.reason===pn.Cancelled))return this.handleDisconnect(this.options.stopLocalTrackOnUnpublish),void r(l)}A&&!(null===(c=this.abortController)||void 0===c?void 0:c.signal.aborted)?(this.log.info("Initial connection failed with ConnectionError: ".concat(u.message,". Retrying with another region: ").concat(A),this.logContext),this.recreateEngine(),yield s(i,r,A)):(this.handleDisconnect(this.options.stopLocalTrackOnUnpublish,js(u)),r(u))}else{let A=nt.UNKNOWN_REASON;u instanceof Mn&&(A=js(u)),this.handleDisconnect(this.options.stopLocalTrackOnUnpublish,A),r(u)}}})),r=this.regionUrl;return this.regionUrl=void 0,this.connectFuture=new xs(((A,t)=>{s(A,t,r)}),(()=>{this.clearConnectionFutures()})),this.connectFuture.promise})),this.connectSignal=(A,t,e,i,n,s)=>ii(this,void 0,void 0,(function*(){var r,o,a;const c=yield e.join(A,t,{autoSubscribe:i.autoSubscribe,adaptiveStream:"object"==typeof n.adaptiveStream||n.adaptiveStream,maxRetries:i.maxRetries,e2eeEnabled:!!this.e2eeManager,websocketTimeout:i.websocketTimeout},s.signal);let h=c.serverInfo;if(h||(h={version:c.serverVersion,region:c.serverRegion}),this.serverInfo=h,this.log.debug("connected to Livekit Server ".concat(Object.entries(h).map((A=>{let[t,e]=A;return"".concat(t,": ").concat(e)})).join(", ")),{room:null===(r=c.room)||void 0===r?void 0:r.name,roomSid:null===(o=c.room)||void 0===o?void 0:o.sid,identity:null===(a=c.participant)||void 0===a?void 0:a.identity}),!h.version)throw new xn("unknown server version");return"0.15.1"===h.version&&this.options.dynacast&&(this.log.debug("disabling dynacast due to server version",this.logContext),n.dynacast=!1),c})),this.applyJoinResponse=A=>{const t=A.participant;if(this.localParticipant.sid=t.sid,this.localParticipant.identity=t.identity,this.localParticipant.setEnabledPublishCodecs(A.enabledPublishCodecs),this.options.e2ee&&this.e2eeManager)try{this.e2eeManager.setSifTrailer(A.sifTrailer)}catch(e){this.log.error(e instanceof Error?e.message:"Could not set SifTrailer",Object.assign(Object.assign({},this.logContext),{error:e}))}this.handleParticipantUpdates([t,...A.otherParticipants]),A.room&&this.handleRoomUpdate(A.room)},this.attemptConnection=(A,t,e,i)=>ii(this,void 0,void 0,(function*(){var n,s;this.state===Ho.Reconnecting||this.isResuming||(null===(n=this.engine)||void 0===n?void 0:n.pendingReconnect)?(this.log.info("Reconnection attempt replaced by new connection attempt",this.logContext),this.recreateEngine()):this.maybeCreateEngine(),(null===(s=this.regionUrlProvider)||void 0===s?void 0:s.isCloud())&&this.engine.setRegionUrlProvider(this.regionUrlProvider),this.acquireAudioContext(),this.connOptions=Object.assign(Object.assign({},_r),e),this.connOptions.rtcConfig&&(this.engine.rtcConfig=this.connOptions.rtcConfig),this.connOptions.peerConnectionTimeout&&(this.engine.peerConnectionTimeout=this.connOptions.peerConnectionTimeout);try{const e=yield this.connectSignal(A,t,this.engine,this.connOptions,this.options,i);this.applyJoinResponse(e),this.setupLocalParticipantEvents(),this.emit(bn.SignalConnected)}catch(r){yield this.engine.close(),this.recreateEngine();const A=new Mn("could not establish signal connection",pn.ServerUnreachable);throw r instanceof Error&&(A.message="".concat(A.message,": ").concat(r.message)),r instanceof Mn&&(A.reason=r.reason,A.status=r.status),this.log.debug("error trying to establish signal connection",Object.assign(Object.assign({},this.logContext),{error:r})),A}if(i.signal.aborted)throw yield this.engine.close(),this.recreateEngine(),new Mn("Connection attempt aborted",pn.Cancelled);try{yield this.engine.waitForPCInitialConnection(this.connOptions.peerConnectionTimeout,i)}catch(o){throw yield this.engine.close(),this.recreateEngine(),o}Cs()&&this.options.disconnectOnPageLeave&&(window.addEventListener("pagehide",this.onPageLeave),window.addEventListener("beforeunload",this.onPageLeave)),Cs()&&document.addEventListener("freeze",this.onPageLeave),this.setAndEmitConnectionState(Ho.Connected),this.emit(bn.Connected),this.registerConnectionReconcile()})),this.disconnect=function(){for(var A=arguments.length,e=new Array(A),i=0;i<A;i++)e[i]=arguments[i];return ii(t,[...e],void 0,(function(){var A=this;let t=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return(function*(){var e,i,n,s;const r=yield A.disconnectLock.lock();try{if(A.state===Ho.Disconnected)return void A.log.debug("already disconnected",A.logContext);A.log.info("disconnect from room",Object.assign({},A.logContext)),(A.state===Ho.Connecting||A.state===Ho.Reconnecting||A.isResuming)&&(A.log.warn("abort connection attempt",A.logContext),null===(e=A.abortController)||void 0===e||e.abort(),null===(n=null===(i=A.connectFuture)||void 0===i?void 0:i.reject)||void 0===n||n.call(i,new Mn("Client initiated disconnect",pn.Cancelled)),A.connectFuture=void 0),(null===(s=A.engine)||void 0===s?void 0:s.client.isDisconnected)||(yield A.engine.client.sendLeave()),A.engine&&(yield A.engine.close()),A.handleDisconnect(t,nt.CLIENT_INITIATED),A.engine=void 0}finally{r()}})()}))},this.onPageLeave=()=>ii(this,void 0,void 0,(function*(){this.log.info("Page leave detected, disconnecting",this.logContext),yield this.disconnect()})),this.startAudio=()=>ii(this,void 0,void 0,(function*(){const A=[],t=Jn();if(t&&"iOS"===t.os){const t="livekit-dummy-audio-el";let e=document.getElementById(t);if(!e){e=document.createElement("audio"),e.id=t,e.autoplay=!0,e.hidden=!0;const A=Rs();A.enabled=!0;const i=new MediaStream([A]);e.srcObject=i,document.addEventListener("visibilitychange",(()=>{e&&(e.srcObject=document.hidden?null:i,document.hidden||(this.log.debug("page visible again, triggering startAudio to resume playback and update playback status",this.logContext),this.startAudio()))})),document.body.append(e),this.once(bn.Disconnected,(()=>{null==e||e.remove(),e=null}))}A.push(e)}this.remoteParticipants.forEach((t=>{t.audioTrackPublications.forEach((t=>{t.track&&t.track.attachedElements.forEach((t=>{A.push(t)}))}))}));try{yield Promise.all([this.acquireAudioContext(),...A.map((A=>(A.muted=!1,A.play())))]),this.handleAudioPlaybackStarted()}catch(e){throw this.handleAudioPlaybackFailed(e),e}})),this.startVideo=()=>ii(this,void 0,void 0,(function*(){const A=[];for(const t of this.remoteParticipants.values())t.videoTrackPublications.forEach((t=>{var e;null===(e=t.track)||void 0===e||e.attachedElements.forEach((t=>{A.includes(t)||A.push(t)}))}));yield Promise.all(A.map((A=>A.play()))).then((()=>{this.handleVideoPlaybackStarted()})).catch((A=>{"NotAllowedError"===A.name?this.handleVideoPlaybackFailed():this.log.warn("Resuming video playback failed, make sure you call `startVideo` directly in a user gesture handler",this.logContext)}))})),this.handleRestarting=()=>{this.clearConnectionReconcile(),this.isResuming=!1;for(const A of this.remoteParticipants.values())this.handleParticipantDisconnected(A.identity,A);this.setAndEmitConnectionState(Ho.Reconnecting)&&this.emit(bn.Reconnecting)},this.handleSignalRestarted=A=>ii(this,void 0,void 0,(function*(){this.log.debug("signal reconnected to server, region ".concat(A.serverRegion),Object.assign(Object.assign({},this.logContext),{region:A.serverRegion})),this.bufferedEvents=[],this.applyJoinResponse(A);try{yield this.localParticipant.republishAllTracks(void 0,!0)}catch(t){this.log.error("error trying to re-publish tracks after reconnection",Object.assign(Object.assign({},this.logContext),{error:t}))}try{yield this.engine.waitForRestarted(),this.log.debug("fully reconnected to server",Object.assign(Object.assign({},this.logContext),{region:A.serverRegion}))}catch(e){return}this.setAndEmitConnectionState(Ho.Connected),this.emit(bn.Reconnected),this.registerConnectionReconcile(),this.emitBufferedEvents()})),this.handleParticipantUpdates=A=>{A.forEach((A=>{var t;if(A.identity===this.localParticipant.identity)return void this.localParticipant.updateInfo(A);""===A.identity&&(A.identity=null!==(t=this.sidToIdentity.get(A.sid))&&void 0!==t?t:"");let e=this.remoteParticipants.get(A.identity);A.state===lt.DISCONNECTED?this.handleParticipantDisconnected(A.identity,e):e=this.getOrCreateParticipant(A.identity,A)}))},this.handleActiveSpeakersUpdate=A=>{const t=[],e={};A.forEach((A=>{if(e[A.sid]=!0,A.sid===this.localParticipant.sid)this.localParticipant.audioLevel=A.level,this.localParticipant.setIsSpeaking(!0),t.push(this.localParticipant);else{const e=this.getRemoteParticipantBySid(A.sid);e&&(e.audioLevel=A.level,e.setIsSpeaking(!0),t.push(e))}})),e[this.localParticipant.sid]||(this.localParticipant.audioLevel=0,this.localParticipant.setIsSpeaking(!1)),this.remoteParticipants.forEach((A=>{e[A.sid]||(A.audioLevel=0,A.setIsSpeaking(!1))})),this.activeSpeakers=t,this.emitWhenConnected(bn.ActiveSpeakersChanged,t)},this.handleSpeakersChanged=A=>{const t=new Map;this.activeSpeakers.forEach((A=>{const e=this.remoteParticipants.get(A.identity);e&&e.sid!==A.sid||t.set(A.sid,A)})),A.forEach((A=>{let e=this.getRemoteParticipantBySid(A.sid);A.sid===this.localParticipant.sid&&(e=this.localParticipant),e&&(e.audioLevel=A.level,e.setIsSpeaking(A.active),A.active?t.set(A.sid,e):t.delete(A.sid))}));const e=Array.from(t.values());e.sort(((A,t)=>t.audioLevel-A.audioLevel)),this.activeSpeakers=e,this.emitWhenConnected(bn.ActiveSpeakersChanged,e)},this.handleStreamStateUpdate=A=>{A.streamStates.forEach((A=>{const t=this.getRemoteParticipantBySid(A.participantSid);if(!t)return;const e=t.getTrackPublicationBySid(A.trackSid);if(!e||!e.track)return;const i=As.streamStateFromProto(A.state);i!==e.track.streamState&&(e.track.streamState=i,t.emit(Hn.TrackStreamStateChanged,e,e.track.streamState),this.emitWhenConnected(bn.TrackStreamStateChanged,e,e.track.streamState,t))}))},this.handleSubscriptionPermissionUpdate=A=>{const t=this.getRemoteParticipantBySid(A.participantSid);if(!t)return;const e=t.getTrackPublicationBySid(A.trackSid);e&&e.setAllowed(A.allowed)},this.handleSubscriptionError=A=>{const t=Array.from(this.remoteParticipants.values()).find((t=>t.trackPublications.has(A.trackSid)));if(!t)return;const e=t.getTrackPublicationBySid(A.trackSid);e&&e.setSubscriptionError(A.err)},this.handleDataPacket=A=>{const t=this.remoteParticipants.get(A.participantIdentity);if("user"===A.value.case)this.handleUserPacket(t,A.value.value,A.kind);else if("transcription"===A.value.case)this.handleTranscription(t,A.value.value);else if("sipDtmf"===A.value.case)this.handleSipDtmf(t,A.value.value);else if("chatMessage"===A.value.case)this.handleChatMessage(t,A.value.value);else if("metrics"===A.value.case)this.handleMetrics(A.value.value,t);else if("streamHeader"===A.value.case)this.handleStreamHeader(A.value.value,A.participantIdentity);else if("streamChunk"===A.value.case)this.handleStreamChunk(A.value.value);else if("streamTrailer"===A.value.case)this.handleStreamTrailer(A.value.value);else if("rpcRequest"===A.value.case){const t=A.value.value;this.handleIncomingRpcRequest(A.participantIdentity,t.id,t.method,t.payload,t.responseTimeoutMs,t.version)}},this.handleUserPacket=(A,t,e)=>{this.emit(bn.DataReceived,t.payload,A,e,t.topic),null==A||A.emit(Hn.DataReceived,t.payload,e)},this.handleSipDtmf=(A,t)=>{this.emit(bn.SipDTMFReceived,t,A),null==A||A.emit(Hn.SipDTMFReceived,t)},this.bufferedSegments=new Map,this.handleTranscription=(A,t)=>{const e=t.transcribedParticipantIdentity===this.localParticipant.identity?this.localParticipant:this.getParticipantByIdentity(t.transcribedParticipantIdentity),i=null==e?void 0:e.trackPublications.get(t.trackId),n=(function(A,t){return A.segments.map((A=>{let{id:e,text:i,language:n,startTime:s,endTime:r,final:o}=A;var a;const c=null!==(a=t.get(e))&&void 0!==a?a:Date.now(),h=Date.now();return o?t.delete(e):t.set(e,c),{id:e,text:i,startTime:Number.parseInt(s.toString()),endTime:Number.parseInt(r.toString()),final:o,language:n,firstReceivedTime:c,lastReceivedTime:h}}))})(t,this.transcriptionReceivedTimes);null==i||i.emit(Sn.TranscriptionReceived,n),null==e||e.emit(Hn.TranscriptionReceived,n,i),this.emit(bn.TranscriptionReceived,n,e,i)},this.handleChatMessage=(A,t)=>{const e=(function(A){const{id:t,timestamp:e,message:i,editTimestamp:n}=A;return{id:t,timestamp:Number.parseInt(e.toString()),editTimestamp:n?Number.parseInt(n.toString()):void 0,message:i}})(t);this.emit(bn.ChatMessage,e,A)},this.handleMetrics=(A,t)=>{this.emit(bn.MetricsReceived,A,t)},this.handleAudioPlaybackStarted=()=>{this.canPlaybackAudio||(this.audioEnabled=!0,this.emit(bn.AudioPlaybackStatusChanged,!0))},this.handleAudioPlaybackFailed=A=>{this.log.warn("could not playback audio",Object.assign(Object.assign({},this.logContext),{error:A})),this.canPlaybackAudio&&(this.audioEnabled=!1,this.emit(bn.AudioPlaybackStatusChanged,!1))},this.handleVideoPlaybackStarted=()=>{this.isVideoPlaybackBlocked&&(this.isVideoPlaybackBlocked=!1,this.emit(bn.VideoPlaybackStatusChanged,!0))},this.handleVideoPlaybackFailed=()=>{this.isVideoPlaybackBlocked||(this.isVideoPlaybackBlocked=!0,this.emit(bn.VideoPlaybackStatusChanged,!1))},this.handleDeviceChange=()=>ii(this,void 0,void 0,(function*(){var A,t,e;const i=ur.getInstance().previousDevices,n=yield ur.getInstance().getDevices(void 0,!1),s=Jn();if("Chrome"===(null==s?void 0:s.name)&&"iOS"!==s.os)for(let o of n){const A=i.find((A=>A.deviceId===o.deviceId));A&&""!==A.label&&A.kind===o.kind&&A.label!==o.label&&"default"===this.getActiveDevice(o.kind)&&this.emit(bn.ActiveDeviceChanged,o.kind,o.deviceId)}const r=["audiooutput","audioinput","videoinput"];for(let o of r){const s=ir(o),r=this.localParticipant.getTrackPublication(s);if(r&&(null===(A=r.track)||void 0===A?void 0:A.isUserProvided))continue;const a=n.filter((A=>A.kind===o)),c=this.getActiveDevice(o);c===(null===(t=i.filter((A=>A.kind===o))[0])||void 0===t?void 0:t.deviceId)&&a.length>0&&(null===(e=a[0])||void 0===e?void 0:e.deviceId)!==c?yield this.switchActiveDevice(o,a[0].deviceId):"audioinput"===o&&!ms()||"videoinput"===o||a.length>0&&!a.find((A=>A.deviceId===this.getActiveDevice(o)))&&(yield this.switchActiveDevice(o,a[0].deviceId))}this.emit(bn.MediaDevicesChanged)})),this.handleRoomUpdate=A=>{const t=this.roomInfo;this.roomInfo=A,t&&t.metadata!==A.metadata&&this.emitWhenConnected(bn.RoomMetadataChanged,A.metadata),(null==t?void 0:t.activeRecording)!==A.activeRecording&&this.emitWhenConnected(bn.RecordingStatusChanged,A.activeRecording)},this.handleConnectionQualityUpdate=A=>{A.updates.forEach((A=>{if(A.participantSid===this.localParticipant.sid)return void this.localParticipant.setConnectionQuality(A.quality);const t=this.getRemoteParticipantBySid(A.participantSid);t&&t.setConnectionQuality(A.quality)}))},this.onLocalParticipantMetadataChanged=A=>{this.emit(bn.ParticipantMetadataChanged,A,this.localParticipant)},this.onLocalParticipantNameChanged=A=>{this.emit(bn.ParticipantNameChanged,A,this.localParticipant)},this.onLocalAttributesChanged=A=>{this.emit(bn.ParticipantAttributesChanged,A,this.localParticipant)},this.onLocalTrackMuted=A=>{this.emit(bn.TrackMuted,A,this.localParticipant)},this.onLocalTrackUnmuted=A=>{this.emit(bn.TrackUnmuted,A,this.localParticipant)},this.onTrackProcessorUpdate=A=>{var t;null===(t=null==A?void 0:A.onPublish)||void 0===t||t.call(A,this)},this.onLocalTrackPublished=A=>ii(this,void 0,void 0,(function*(){var t,e,i,n,s,r;null===(t=A.track)||void 0===t||t.on(Sn.TrackProcessorUpdate,this.onTrackProcessorUpdate),null===(e=A.track)||void 0===e||e.on(Sn.Restarted,this.onLocalTrackRestarted),null===(s=null===(n=null===(i=A.track)||void 0===i?void 0:i.getProcessor())||void 0===n?void 0:n.onPublish)||void 0===s||s.call(n,this),this.emit(bn.LocalTrackPublished,A,this.localParticipant),Zs(A.track)&&(yield A.track.checkForSilence())&&this.emit(bn.LocalAudioSilenceDetected,A);const o=yield null===(r=A.track)||void 0===r?void 0:r.getDeviceId(!1),a=nr(A.source);a&&o&&o!==this.localParticipant.activeDeviceMap.get(a)&&(this.localParticipant.activeDeviceMap.set(a,o),this.emit(bn.ActiveDeviceChanged,a,o))})),this.onLocalTrackUnpublished=A=>{var t,e;null===(t=A.track)||void 0===t||t.off(Sn.TrackProcessorUpdate,this.onTrackProcessorUpdate),null===(e=A.track)||void 0===e||e.off(Sn.Restarted,this.onLocalTrackRestarted),this.emit(bn.LocalTrackUnpublished,A,this.localParticipant)},this.onLocalTrackRestarted=A=>ii(this,void 0,void 0,(function*(){const t=yield A.getDeviceId(!1),e=nr(A.source);e&&t&&t!==this.localParticipant.activeDeviceMap.get(e)&&(this.log.debug("local track restarted, setting ".concat(e," ").concat(t," active"),this.logContext),this.localParticipant.activeDeviceMap.set(e,t),this.emit(bn.ActiveDeviceChanged,e,t))})),this.onLocalConnectionQualityChanged=A=>{this.emit(bn.ConnectionQualityChanged,A,this.localParticipant)},this.onMediaDevicesError=A=>{this.emit(bn.MediaDevicesError,A)},this.onLocalParticipantPermissionsChanged=A=>{this.emit(bn.ParticipantPermissionsChanged,A,this.localParticipant)},this.onLocalChatMessageSent=A=>{this.emit(bn.ChatMessage,A,this.localParticipant)},this.setMaxListeners(100),this.remoteParticipants=new Map,this.sidToIdentity=new Map,this.options=Object.assign(Object.assign({},Pr),A),this.log=ze(null!==(e=this.options.loggerName)&&void 0!==e?e:Ye.Room),this.transcriptionReceivedTimes=new Map,this.options.audioCaptureDefaults=Object.assign(Object.assign({},jr),null==A?void 0:A.audioCaptureDefaults),this.options.videoCaptureDefaults=Object.assign(Object.assign({},Vr),null==A?void 0:A.videoCaptureDefaults),this.options.publishDefaults=Object.assign(Object.assign({},Gr),null==A?void 0:A.publishDefaults),this.maybeCreateEngine(),this.disconnectLock=new g,this.localParticipant=new qo("","",this.engine,this.options,this.rpcHandlers),this.options.videoCaptureDefaults.deviceId&&this.localParticipant.activeDeviceMap.set("videoinput",Ns(this.options.videoCaptureDefaults.deviceId)),this.options.audioCaptureDefaults.deviceId&&this.localParticipant.activeDeviceMap.set("audioinput",Ns(this.options.audioCaptureDefaults.deviceId)),(null===(i=this.options.audioOutput)||void 0===i?void 0:i.deviceId)&&this.switchActiveDevice("audiooutput",Ns(this.options.audioOutput.deviceId)).catch((A=>this.log.warn("Could not set audio output: ".concat(A.message),this.logContext))),this.options.e2ee&&this.setupE2EE(),Cs()){const A=new AbortController;null===(n=navigator.mediaDevices)||void 0===n||n.addEventListener("devicechange",this.handleDeviceChange,{signal:A.signal}),Aa.cleanupRegistry&&Aa.cleanupRegistry.register(this,(()=>{A.abort()}))}}registerTextStreamHandler(A,t){if(this.textStreamHandlers.has(A))throw new TypeError('A text stream handler for topic "'.concat(A,'" has already been set.'));this.textStreamHandlers.set(A,t)}unregisterTextStreamHandler(A){this.textStreamHandlers.delete(A)}registerByteStreamHandler(A,t){if(this.byteStreamHandlers.has(A))throw new TypeError('A byte stream handler for topic "'.concat(A,'" has already been set.'));this.byteStreamHandlers.set(A,t)}unregisterByteStreamHandler(A){this.byteStreamHandlers.delete(A)}registerRpcMethod(A,t){if(this.rpcHandlers.has(A))throw Error("RPC handler already registered for method ".concat(A,", unregisterRpcMethod before trying to register again"));this.rpcHandlers.set(A,t)}unregisterRpcMethod(A){this.rpcHandlers.delete(A)}handleIncomingRpcRequest(A,t,e,i,n,s){return ii(this,void 0,void 0,(function*(){if(yield this.engine.publishRpcAck(A,t),1!==s)return void(yield this.engine.publishRpcResponse(A,t,null,Zr.builtIn("UNSUPPORTED_VERSION")));const r=this.rpcHandlers.get(e);if(!r)return void(yield this.engine.publishRpcResponse(A,t,null,Zr.builtIn("UNSUPPORTED_METHOD")));let o=null,a=null;try{const e=yield r({requestId:t,callerIdentity:A,payload:i,responseTimeout:n});Wr(e)>15360?o=Zr.builtIn("RESPONSE_PAYLOAD_TOO_LARGE"):a=e}catch(c){o=c instanceof Zr?c:Zr.builtIn("APPLICATION_ERROR")}yield this.engine.publishRpcResponse(A,t,a,o)}))}setE2EEEnabled(A){return ii(this,void 0,void 0,(function*(){if(!this.e2eeManager)throw Error("e2ee not configured, please set e2ee settings within the room options");yield Promise.all([this.localParticipant.setE2EEEnabled(A)]),""!==this.localParticipant.identity&&this.e2eeManager.setParticipantCryptorEnabled(A,this.localParticipant.identity)}))}setupE2EE(){var A;this.options.e2ee&&("e2eeManager"in this.options.e2ee?this.e2eeManager=this.options.e2ee.e2eeManager:this.e2eeManager=new cr(this.options.e2ee),this.e2eeManager.on(gn.ParticipantEncryptionStatusChanged,((A,t)=>{t.isLocal&&(this.isE2EEEnabled=A),this.emit(bn.ParticipantEncryptionStatusChanged,A,t)})),this.e2eeManager.on(gn.EncryptionError,(A=>this.emit(bn.EncryptionError,A))),null===(A=this.e2eeManager)||void 0===A||A.setup(this))}get logContext(){var A;return{room:this.name,roomID:null===(A=this.roomInfo)||void 0===A?void 0:A.sid,participant:this.localParticipant.identity,pID:this.localParticipant.sid}}get isRecording(){var A,t;return null!==(t=null===(A=this.roomInfo)||void 0===A?void 0:A.activeRecording)&&void 0!==t&&t}getSid(){return ii(this,void 0,void 0,(function*(){return this.state===Ho.Disconnected?"":this.roomInfo&&""!==this.roomInfo.sid?this.roomInfo.sid:new Promise(((A,t)=>{const e=t=>{""!==t.sid&&(this.engine.off(kn.RoomUpdate,e),A(t.sid))};this.engine.on(kn.RoomUpdate,e),this.once(bn.Disconnected,(()=>{this.engine.off(kn.RoomUpdate,e),t("Room disconnected before room server id was available")}))}))}))}get name(){var A,t;return null!==(t=null===(A=this.roomInfo)||void 0===A?void 0:A.name)&&void 0!==t?t:""}get metadata(){var A;return null===(A=this.roomInfo)||void 0===A?void 0:A.metadata}get numParticipants(){var A,t;return null!==(t=null===(A=this.roomInfo)||void 0===A?void 0:A.numParticipants)&&void 0!==t?t:0}get numPublishers(){var A,t;return null!==(t=null===(A=this.roomInfo)||void 0===A?void 0:A.numPublishers)&&void 0!==t?t:0}maybeCreateEngine(){this.engine&&!this.engine.isClosed||(this.engine=new So(this.options),this.engine.on(kn.ParticipantUpdate,this.handleParticipantUpdates).on(kn.RoomUpdate,this.handleRoomUpdate).on(kn.SpeakersChanged,this.handleSpeakersChanged).on(kn.StreamStateChanged,this.handleStreamStateUpdate).on(kn.ConnectionQualityUpdate,this.handleConnectionQualityUpdate).on(kn.SubscriptionError,this.handleSubscriptionError).on(kn.SubscriptionPermissionUpdate,this.handleSubscriptionPermissionUpdate).on(kn.MediaTrackAdded,((A,t,e)=>{this.onTrackAdded(A,t,e)})).on(kn.Disconnected,(A=>{this.handleDisconnect(this.options.stopLocalTrackOnUnpublish,A)})).on(kn.ActiveSpeakersUpdate,this.handleActiveSpeakersUpdate).on(kn.DataPacketReceived,this.handleDataPacket).on(kn.Resuming,(()=>{this.clearConnectionReconcile(),this.isResuming=!0,this.log.info("Resuming signal connection",this.logContext),this.setAndEmitConnectionState(Ho.SignalReconnecting)&&this.emit(bn.SignalReconnecting)})).on(kn.Resumed,(()=>{this.registerConnectionReconcile(),this.isResuming=!1,this.log.info("Resumed signal connection",this.logContext),this.updateSubscriptions(),this.emitBufferedEvents(),this.setAndEmitConnectionState(Ho.Connected)&&this.emit(bn.Reconnected)})).on(kn.SignalResumed,(()=>{this.bufferedEvents=[],(this.state===Ho.Reconnecting||this.isResuming)&&this.sendSyncState()})).on(kn.Restarting,this.handleRestarting).on(kn.SignalRestarted,this.handleSignalRestarted).on(kn.Offline,(()=>{this.setAndEmitConnectionState(Ho.Reconnecting)&&this.emit(bn.Reconnecting)})).on(kn.DCBufferStatusChanged,((A,t)=>{this.emit(bn.DCBufferStatusChanged,A,t)})).on(kn.LocalTrackSubscribed,(A=>{const t=this.localParticipant.getTrackPublications().find((t=>{let{trackSid:e}=t;return e===A}));t?(this.localParticipant.emit(Hn.LocalTrackSubscribed,t),this.emitWhenConnected(bn.LocalTrackSubscribed,t,this.localParticipant)):this.log.warn("could not find local track subscription for subscribed event",this.logContext)})).on(kn.RoomMoved,(A=>{this.log.debug("room moved",A),A.room&&this.handleRoomUpdate(A.room),this.remoteParticipants.forEach(((A,t)=>{this.handleParticipantDisconnected(t,A)})),this.emit(bn.Moved,A.room.name,A.token),A.participant?this.handleParticipantUpdates([A.participant,...A.otherParticipants]):this.handleParticipantUpdates(A.otherParticipants)})),this.localParticipant&&this.localParticipant.setupEngine(this.engine),this.e2eeManager&&this.e2eeManager.setupEngine(this.engine))}static getLocalDevices(A){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return ur.getInstance().getDevices(A,t)}prepareConnection(A,t){return ii(this,void 0,void 0,(function*(){if(this.state===Ho.Disconnected){this.log.debug("prepareConnection to ".concat(A),this.logContext);try{if(ys(new URL(A))&&t){this.regionUrlProvider=new Oo(A,t);const e=yield this.regionUrlProvider.getNextBestRegionUrl();e&&this.state===Ho.Disconnected&&(this.regionUrl=e,yield fetch(Gs(e),{method:"HEAD"}),this.log.debug("prepared connection to ".concat(e),this.logContext))}else yield fetch(Gs(A),{method:"HEAD"})}catch(e){this.log.warn("could not prepare connection",Object.assign(Object.assign({},this.logContext),{error:e}))}}}))}getParticipantByIdentity(A){return this.localParticipant.identity===A?this.localParticipant:this.remoteParticipants.get(A)}clearConnectionFutures(){this.connectFuture=void 0}simulateScenario(A,t){return ii(this,void 0,void 0,(function*(){let e,i=()=>{};switch(A){case"signal-reconnect":yield this.engine.client.handleOnClose("simulate disconnect");break;case"speaker":e=new Se({scenario:{case:"speakerUpdate",value:3}});break;case"node-failure":e=new Se({scenario:{case:"nodeFailure",value:!0}});break;case"server-leave":e=new Se({scenario:{case:"serverLeave",value:!0}});break;case"migration":e=new Se({scenario:{case:"migration",value:!0}});break;case"resume-reconnect":this.engine.failNext(),yield this.engine.client.handleOnClose("simulate resume-disconnect");break;case"disconnect-signal-on-resume":i=()=>ii(this,void 0,void 0,(function*(){yield this.engine.client.handleOnClose("simulate resume-disconnect")})),e=new Se({scenario:{case:"disconnectSignalOnResume",value:!0}});break;case"disconnect-signal-on-resume-no-messages":i=()=>ii(this,void 0,void 0,(function*(){yield this.engine.client.handleOnClose("simulate resume-disconnect")})),e=new Se({scenario:{case:"disconnectSignalOnResumeNoMessages",value:!0}});break;case"full-reconnect":this.engine.fullReconnectOnNext=!0,yield this.engine.client.handleOnClose("simulate full-reconnect");break;case"force-tcp":case"force-tls":e=new Se({scenario:{case:"switchCandidateProtocol",value:"force-tls"===A?2:1}}),i=()=>ii(this,void 0,void 0,(function*(){const A=this.engine.client.onLeave;A&&A(new le({reason:nt.CLIENT_INITIATED,action:de.RECONNECT}))}));break;case"subscriber-bandwidth":if(void 0===t||"number"!=typeof t)throw new Error("subscriber-bandwidth requires a number as argument");e=new Se({scenario:{case:"subscriberBandwidth",value:Ps(t)}});break;case"leave-full-reconnect":e=new Se({scenario:{case:"leaveRequestFullReconnect",value:!0}})}e&&(yield this.engine.client.sendSimulateScenario(e),yield i())}))}get canPlaybackAudio(){return this.audioEnabled}get canPlaybackVideo(){return!this.isVideoPlaybackBlocked}getActiveDevice(A){return this.localParticipant.activeDeviceMap.get(A)}switchActiveDevice(A,t){return ii(this,arguments,void 0,(function(A,t){var e=this;let i=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];return(function*(){var n,s,r,o,a,c,h,u;let l=!0,d=!1;const B=i?{exact:t}:t;if("audioinput"===A){d=0===e.localParticipant.audioTrackPublications.size;const t=null!==(n=e.getActiveDevice(A))&&void 0!==n?n:e.options.audioCaptureDefaults.deviceId;e.options.audioCaptureDefaults.deviceId=B;const i=Array.from(e.localParticipant.audioTrackPublications.values()).filter((A=>A.source===As.Source.Microphone));try{l=(yield Promise.all(i.map((A=>{var t;return null===(t=A.audioTrack)||void 0===t?void 0:t.setDeviceId(B)})))).every((A=>!0===A))}catch(w){throw e.options.audioCaptureDefaults.deviceId=t,w}}else if("videoinput"===A){d=0===e.localParticipant.videoTrackPublications.size;const t=null!==(s=e.getActiveDevice(A))&&void 0!==s?s:e.options.videoCaptureDefaults.deviceId;e.options.videoCaptureDefaults.deviceId=B;const i=Array.from(e.localParticipant.videoTrackPublications.values()).filter((A=>A.source===As.Source.Camera));try{l=(yield Promise.all(i.map((A=>{var t;return null===(t=A.videoTrack)||void 0===t?void 0:t.setDeviceId(B)})))).every((A=>!0===A))}catch(w){throw e.options.videoCaptureDefaults.deviceId=t,w}}else if("audiooutput"===A){if(!vs()&&!e.options.webAudioMix||e.options.webAudioMix&&e.audioContext&&!("setSinkId"in e.audioContext))throw new Error("cannot switch audio output, setSinkId not supported");e.options.webAudioMix&&(t=null!==(r=yield ur.getInstance().normalizeDeviceId("audiooutput",t))&&void 0!==r?r:""),null!==(o=(u=e.options).audioOutput)&&void 0!==o||(u.audioOutput={});const i=null!==(a=e.getActiveDevice(A))&&void 0!==a?a:e.options.audioOutput.deviceId;e.options.audioOutput.deviceId=t;try{e.options.webAudioMix&&(null===(c=e.audioContext)||void 0===c||c.setSinkId(t)),yield Promise.all(Array.from(e.remoteParticipants.values()).map((A=>A.setAudioOutput({deviceId:t}))))}catch(w){throw e.options.audioOutput.deviceId=i,w}}return(d||"audiooutput"===A)&&(e.localParticipant.activeDeviceMap.set(A,"audiooutput"===A&&(null===(h=e.options.audioOutput)||void 0===h?void 0:h.deviceId)||t),e.emit(bn.ActiveDeviceChanged,A,t)),l})()}))}setupLocalParticipantEvents(){this.localParticipant.on(Hn.ParticipantMetadataChanged,this.onLocalParticipantMetadataChanged).on(Hn.ParticipantNameChanged,this.onLocalParticipantNameChanged).on(Hn.AttributesChanged,this.onLocalAttributesChanged).on(Hn.TrackMuted,this.onLocalTrackMuted).on(Hn.TrackUnmuted,this.onLocalTrackUnmuted).on(Hn.LocalTrackPublished,this.onLocalTrackPublished).on(Hn.LocalTrackUnpublished,this.onLocalTrackUnpublished).on(Hn.ConnectionQualityChanged,this.onLocalConnectionQualityChanged).on(Hn.MediaDevicesError,this.onMediaDevicesError).on(Hn.AudioStreamAcquired,this.startAudio).on(Hn.ChatMessage,this.onLocalChatMessageSent).on(Hn.ParticipantPermissionsChanged,this.onLocalParticipantPermissionsChanged)}recreateEngine(){var A;null===(A=this.engine)||void 0===A||A.close(),this.engine=void 0,this.isResuming=!1,this.remoteParticipants.clear(),this.sidToIdentity.clear(),this.bufferedEvents=[],this.maybeCreateEngine()}onTrackAdded(A,t,e){if(this.state===Ho.Connecting||this.state===Ho.Reconnecting){const i=()=>{this.onTrackAdded(A,t,e),n()},n=()=>{this.off(bn.Reconnected,i),this.off(bn.Connected,i),this.off(bn.Disconnected,n)};return this.once(bn.Reconnected,i),this.once(bn.Connected,i),void this.once(bn.Disconnected,n)}if(this.state===Ho.Disconnected)return void this.log.warn("skipping incoming track after Room disconnected",this.logContext);if("ended"===A.readyState)return void this.log.info("skipping incoming track as it already ended",this.logContext);const i=(function(A){const t=A.split("|");return t.length>1?[t[0],A.substr(t[0].length+1)]:[A,""]})(t.id),n=i[0];let s=i[1],r=A.id;if(s&&s.startsWith("TR")&&(r=s),n===this.localParticipant.sid)return void this.log.warn("tried to create RemoteParticipant for local participant",this.logContext);const o=Array.from(this.remoteParticipants.values()).find((A=>A.sid===n));if(!o)return void this.log.error("Tried to add a track for a participant, that's not present. Sid: ".concat(n),this.logContext);let a;this.options.adaptiveStream&&(a="object"==typeof this.options.adaptiveStream?this.options.adaptiveStream:{}),o.addSubscribedMediaTrack(A,r,t,e,a)}handleDisconnect(){let A=!(arguments.length>0&&void 0!==arguments[0])||arguments[0],t=arguments.length>1?arguments[1]:void 0;var e;if(this.clearConnectionReconcile(),this.isResuming=!1,this.bufferedEvents=[],this.transcriptionReceivedTimes.clear(),this.state!==Ho.Disconnected){this.regionUrl=void 0;try{this.remoteParticipants.forEach((A=>{A.trackPublications.forEach((t=>{A.unpublishTrack(t.trackSid)}))})),this.localParticipant.trackPublications.forEach((t=>{var e,i,n;t.track&&this.localParticipant.unpublishTrack(t.track,A),A?(null===(e=t.track)||void 0===e||e.detach(),null===(i=t.track)||void 0===i||i.stop()):null===(n=t.track)||void 0===n||n.stopMonitor()})),this.localParticipant.off(Hn.ParticipantMetadataChanged,this.onLocalParticipantMetadataChanged).off(Hn.ParticipantNameChanged,this.onLocalParticipantNameChanged).off(Hn.AttributesChanged,this.onLocalAttributesChanged).off(Hn.TrackMuted,this.onLocalTrackMuted).off(Hn.TrackUnmuted,this.onLocalTrackUnmuted).off(Hn.LocalTrackPublished,this.onLocalTrackPublished).off(Hn.LocalTrackUnpublished,this.onLocalTrackUnpublished).off(Hn.ConnectionQualityChanged,this.onLocalConnectionQualityChanged).off(Hn.MediaDevicesError,this.onMediaDevicesError).off(Hn.AudioStreamAcquired,this.startAudio).off(Hn.ChatMessage,this.onLocalChatMessageSent).off(Hn.ParticipantPermissionsChanged,this.onLocalParticipantPermissionsChanged),this.localParticipant.trackPublications.clear(),this.localParticipant.videoTrackPublications.clear(),this.localParticipant.audioTrackPublications.clear(),this.remoteParticipants.clear(),this.sidToIdentity.clear(),this.activeSpeakers=[],this.audioContext&&"boolean"==typeof this.options.webAudioMix&&(this.audioContext.close(),this.audioContext=void 0),Cs()&&(window.removeEventListener("beforeunload",this.onPageLeave),window.removeEventListener("pagehide",this.onPageLeave),window.removeEventListener("freeze",this.onPageLeave),null===(e=navigator.mediaDevices)||void 0===e||e.removeEventListener("devicechange",this.handleDeviceChange))}finally{this.setAndEmitConnectionState(Ho.Disconnected),this.emit(bn.Disconnected,t)}}}handleParticipantDisconnected(A,t){var e;this.remoteParticipants.delete(A),t&&(t.trackPublications.forEach((A=>{t.unpublishTrack(A.trackSid,!0)})),this.emit(bn.ParticipantDisconnected,t),t.setDisconnected(),null===(e=this.localParticipant)||void 0===e||e.handleParticipantDisconnected(t.identity))}handleStreamHeader(A,t){return ii(this,void 0,void 0,(function*(){var e;if("byteHeader"===A.contentHeader.case){const i=this.byteStreamHandlers.get(A.topic);if(!i)return void this.log.debug("ignoring incoming byte stream due to no handler for topic",A.topic);let n;const s={id:A.streamId,name:null!==(e=A.contentHeader.value.name)&&void 0!==e?e:"unknown",mimeType:A.mimeType,size:A.totalLength?Number(A.totalLength):void 0,topic:A.topic,timestamp:Vs(A.timestamp),attributes:A.attributes},r=new ReadableStream({start:t=>{n=t,this.byteStreamControllers.set(A.streamId,{info:s,controller:n,startTime:Date.now()})}});i(new Mo(s,r,Vs(A.totalLength)),{identity:t})}else if("textHeader"===A.contentHeader.case){const e=this.textStreamHandlers.get(A.topic);if(!e)return void this.log.debug("ignoring incoming text stream due to no handler for topic",A.topic);let i;const n={id:A.streamId,mimeType:A.mimeType,size:A.totalLength?Number(A.totalLength):void 0,topic:A.topic,timestamp:Number(A.timestamp),attributes:A.attributes},s=new ReadableStream({start:t=>{i=t,this.textStreamControllers.set(A.streamId,{info:n,controller:i,startTime:Date.now()})}});e(new Lo(n,s,Vs(A.totalLength)),{identity:t})}}))}handleStreamChunk(A){const t=this.byteStreamControllers.get(A.streamId);t&&A.content.length>0&&t.controller.enqueue(A);const e=this.textStreamControllers.get(A.streamId);e&&A.content.length>0&&e.controller.enqueue(A)}handleStreamTrailer(A){const t=this.textStreamControllers.get(A.streamId);t&&(t.info.attributes=Object.assign(Object.assign({},t.info.attributes),A.attributes),t.controller.close(),this.textStreamControllers.delete(A.streamId));const e=this.byteStreamControllers.get(A.streamId);e&&(e.info.attributes=Object.assign(Object.assign({},e.info.attributes),A.attributes),e.controller.close(),this.byteStreamControllers.delete(A.streamId))}acquireAudioContext(){return ii(this,void 0,void 0,(function*(){var A,t;if("boolean"!=typeof this.options.webAudioMix&&this.options.webAudioMix.audioContext?this.audioContext=this.options.webAudioMix.audioContext:this.audioContext&&"closed"!==this.audioContext.state||(this.audioContext=null!==(A=er())&&void 0!==A?A:void 0),this.options.webAudioMix&&this.remoteParticipants.forEach((A=>A.setAudioContext(this.audioContext))),this.localParticipant.setAudioContext(this.audioContext),this.audioContext&&"suspended"===this.audioContext.state)try{yield Promise.race([this.audioContext.resume(),ws(200)])}catch(i){this.log.warn("Could not resume audio context",Object.assign(Object.assign({},this.logContext),{error:i}))}const e="running"===(null===(t=this.audioContext)||void 0===t?void 0:t.state);e!==this.canPlaybackAudio&&(this.audioEnabled=e,this.emit(bn.AudioPlaybackStatusChanged,e))}))}createParticipant(A,t){var e;let i;return i=t?zo.fromParticipantInfo(this.engine.client,t,{loggerContextCb:()=>this.logContext,loggerName:this.options.loggerName}):new zo(this.engine.client,"",A,void 0,void 0,void 0,{loggerContextCb:()=>this.logContext,loggerName:this.options.loggerName}),this.options.webAudioMix&&i.setAudioContext(this.audioContext),(null===(e=this.options.audioOutput)||void 0===e?void 0:e.deviceId)&&i.setAudioOutput(this.options.audioOutput).catch((A=>this.log.warn("Could not set audio output: ".concat(A.message),this.logContext))),i}getOrCreateParticipant(A,t){if(this.remoteParticipants.has(A)){const e=this.remoteParticipants.get(A);return t&&e.updateInfo(t)&&this.sidToIdentity.set(t.sid,t.identity),e}const e=this.createParticipant(A,t);return this.remoteParticipants.set(A,e),this.sidToIdentity.set(t.sid,t.identity),this.emitWhenConnected(bn.ParticipantConnected,e),e.on(Hn.TrackPublished,(A=>{this.emitWhenConnected(bn.TrackPublished,A,e)})).on(Hn.TrackSubscribed,((A,t)=>{A.kind===As.Kind.Audio?(A.on(Sn.AudioPlaybackStarted,this.handleAudioPlaybackStarted),A.on(Sn.AudioPlaybackFailed,this.handleAudioPlaybackFailed)):A.kind===As.Kind.Video&&(A.on(Sn.VideoPlaybackFailed,this.handleVideoPlaybackFailed),A.on(Sn.VideoPlaybackStarted,this.handleVideoPlaybackStarted)),this.emit(bn.TrackSubscribed,A,t,e)})).on(Hn.TrackUnpublished,(A=>{this.emit(bn.TrackUnpublished,A,e)})).on(Hn.TrackUnsubscribed,((A,t)=>{this.emit(bn.TrackUnsubscribed,A,t,e)})).on(Hn.TrackMuted,(A=>{this.emitWhenConnected(bn.TrackMuted,A,e)})).on(Hn.TrackUnmuted,(A=>{this.emitWhenConnected(bn.TrackUnmuted,A,e)})).on(Hn.ParticipantMetadataChanged,(A=>{this.emitWhenConnected(bn.ParticipantMetadataChanged,A,e)})).on(Hn.ParticipantNameChanged,(A=>{this.emitWhenConnected(bn.ParticipantNameChanged,A,e)})).on(Hn.AttributesChanged,(A=>{this.emitWhenConnected(bn.ParticipantAttributesChanged,A,e)})).on(Hn.ConnectionQualityChanged,(A=>{this.emitWhenConnected(bn.ConnectionQualityChanged,A,e)})).on(Hn.ParticipantPermissionsChanged,(A=>{this.emitWhenConnected(bn.ParticipantPermissionsChanged,A,e)})).on(Hn.TrackSubscriptionStatusChanged,((A,t)=>{this.emitWhenConnected(bn.TrackSubscriptionStatusChanged,A,t,e)})).on(Hn.TrackSubscriptionFailed,((A,t)=>{this.emit(bn.TrackSubscriptionFailed,A,e,t)})).on(Hn.TrackSubscriptionPermissionChanged,((A,t)=>{this.emitWhenConnected(bn.TrackSubscriptionPermissionChanged,A,t,e)})).on(Hn.Active,(()=>{this.emitWhenConnected(bn.ParticipantActive,e)})),t&&e.updateInfo(t),e}sendSyncState(){const A=Array.from(this.remoteParticipants.values()).reduce(((A,t)=>(A.push(...t.getTrackPublications()),A)),[]),t=this.localParticipant.getTrackPublications();this.engine.sendSyncState(A,t)}updateSubscriptions(){for(const A of this.remoteParticipants.values())for(const t of A.videoTrackPublications.values())t.isSubscribed&&qs(t)&&t.emitTrackUpdate()}getRemoteParticipantBySid(A){const t=this.sidToIdentity.get(A);if(t)return this.remoteParticipants.get(t)}registerConnectionReconcile(){this.clearConnectionReconcile();let A=0;this.connectionReconcileInterval=Wn.setInterval((()=>{this.engine&&!this.engine.isClosed&&this.engine.verifyTransport()?A=0:(A++,this.log.warn("detected connection state mismatch",Object.assign(Object.assign({},this.logContext),{numFailures:A,engine:this.engine?{closed:this.engine.isClosed,transportsConnected:this.engine.verifyTransport()}:void 0})),A>=3&&(this.recreateEngine(),this.handleDisconnect(this.options.stopLocalTrackOnUnpublish,nt.STATE_MISMATCH)))}),4e3)}clearConnectionReconcile(){this.connectionReconcileInterval&&Wn.clearInterval(this.connectionReconcileInterval)}setAndEmitConnectionState(A){return A!==this.state&&(this.state=A,this.emit(bn.ConnectionStateChanged,this.state),!0)}emitBufferedEvents(){this.bufferedEvents.forEach((A=>{let[t,e]=A;this.emit(t,...e)})),this.bufferedEvents=[]}emitWhenConnected(A){for(var t=arguments.length,e=new Array(t>1?t-1:0),i=1;i<t;i++)e[i-1]=arguments[i];if(this.state===Ho.Reconnecting||this.isResuming||!this.engine||this.engine.pendingReconnect)this.bufferedEvents.push([A,e]);else if(this.state===Ho.Connected)return this.emit(A,...e);return!1}simulateParticipants(A){return ii(this,void 0,void 0,(function*(){var t,e;const i=Object.assign({audio:!0,video:!0,useRealTracks:!1},A.publish),n=Object.assign({count:9,audio:!1,video:!0,aspectRatios:[1.66,1.7,1.3]},A.participants);if(this.handleDisconnect(),this.roomInfo=new at({sid:"RM_SIMULATED",name:"simulated-room",emptyTimeout:0,maxParticipants:0,creationTime:L.parse((new Date).getTime()),metadata:"",numParticipants:1,numPublishers:1,turnPassword:"",enabledCodecs:[],activeRecording:!1}),this.localParticipant.updateInfo(new ut({identity:"simulated-local",name:"local-name"})),this.setupLocalParticipantEvents(),this.emit(bn.SignalConnected),this.emit(bn.Connected),this.setAndEmitConnectionState(Ho.Connected),i.video){const A=new Yo(As.Kind.Video,new gt({source:At.CAMERA,sid:Math.floor(1e4*Math.random()).toString(),type:zA.AUDIO,name:"video-dummy"}),new Bo(i.useRealTracks?(yield window.navigator.mediaDevices.getUserMedia({video:!0})).getVideoTracks()[0]:Ms(160*(null!==(t=n.aspectRatios[0])&&void 0!==t?t:1),160,!0,!0),void 0,!1,{loggerName:this.options.loggerName,loggerContextCb:()=>this.logContext}),{loggerName:this.options.loggerName,loggerContextCb:()=>this.logContext});this.localParticipant.addTrackPublication(A),this.localParticipant.emit(Hn.LocalTrackPublished,A)}if(i.audio){const A=new Yo(As.Kind.Audio,new gt({source:At.MICROPHONE,sid:Math.floor(1e4*Math.random()).toString(),type:zA.AUDIO}),new to(i.useRealTracks?(yield navigator.mediaDevices.getUserMedia({audio:!0})).getAudioTracks()[0]:Rs(),void 0,!1,this.audioContext,{loggerName:this.options.loggerName,loggerContextCb:()=>this.logContext}),{loggerName:this.options.loggerName,loggerContextCb:()=>this.logContext});this.localParticipant.addTrackPublication(A),this.localParticipant.emit(Hn.LocalTrackPublished,A)}for(let A=0;A<n.count-1;A+=1){let t=new ut({sid:Math.floor(1e4*Math.random()).toString(),identity:"simulated-".concat(A),state:lt.ACTIVE,tracks:[],joinedAt:L.parse(Date.now())});const i=this.getOrCreateParticipant(t.identity,t);if(n.video){const s=Ms(160*(null!==(e=n.aspectRatios[A%n.aspectRatios.length])&&void 0!==e?e:1),160,!1,!0),r=new gt({source:At.CAMERA,sid:Math.floor(1e4*Math.random()).toString(),type:zA.AUDIO});i.addSubscribedMediaTrack(s,r.sid,new MediaStream([s]),new RTCRtpReceiver),t.tracks=[...t.tracks,r]}if(n.audio){const A=Rs(),e=new gt({source:At.MICROPHONE,sid:Math.floor(1e4*Math.random()).toString(),type:zA.AUDIO});i.addSubscribedMediaTrack(A,e.sid,new MediaStream([A]),new RTCRtpReceiver),t.tracks=[...t.tracks,e]}i.updateInfo(t)}}))}emit(A){for(var t=arguments.length,e=new Array(t>1?t-1:0),i=1;i<t;i++)e[i-1]=arguments[i];if(A!==bn.ActiveSpeakersChanged&&A!==bn.TranscriptionReceived){const t=ta(e).filter((A=>void 0!==A));this.log.debug("room event ".concat(A),Object.assign(Object.assign({},this.logContext),{event:A,args:t}))}return super.emit(A,...e)}}function ta(A){return A.map((A=>{if(A)return Array.isArray(A)?ta(A):"object"==typeof A?"logContext"in A?A.logContext:void 0:A}))}Aa.cleanupRegistry="undefined"!=typeof FinalizationRegistry&&new FinalizationRegistry((A=>{A()})),(To=ko||(ko={}))[To.IDLE=0]="IDLE",To[To.RUNNING=1]="RUNNING",To[To.SKIPPED=2]="SKIPPED",To[To.SUCCESS=3]="SUCCESS",To[To.FAILED=4]="FAILED",oi.EventEmitter,oi.EventEmitter;const ea=Symbol.for("@ts-pattern/matcher"),ia=Symbol.for("@ts-pattern/isVariadic"),na="@ts-pattern/anonymous-select-key",sa=A=>Boolean(A&&"object"==typeof A),ra=A=>A&&!!A[ea],oa=(A,t,e)=>{if(ra(A)){const i=A[ea](),{matched:n,selections:s}=i.match(t);return n&&s&&Object.keys(s).forEach((A=>e(A,s[A]))),n}if(sa(A)){if(!sa(t))return!1;if(Array.isArray(A)){if(!Array.isArray(t))return!1;let i=[],n=[],s=[];for(const t of A.keys()){const e=A[t];ra(e)&&e[ia]?s.push(e):s.length?n.push(e):i.push(e)}if(s.length){if(s.length>1)throw new Error("Pattern error: Using `...P.array(...)` several times in a single pattern is not allowed.");if(t.length<i.length+n.length)return!1;const A=t.slice(0,i.length),r=0===n.length?[]:t.slice(-n.length),o=t.slice(i.length,0===n.length?1/0:-n.length);return i.every(((t,i)=>oa(t,A[i],e)))&&n.every(((A,t)=>oa(A,r[t],e)))&&(0===s.length||oa(s[0],o,e))}return A.length===t.length&&A.every(((A,i)=>oa(A,t[i],e)))}return Reflect.ownKeys(A).every((i=>{const n=A[i];return(i in t||ra(s=n)&&"optional"===s[ea]().matcherType)&&oa(n,t[i],e);var s}))}return Object.is(t,A)},aa=A=>{var t,e,i;return sa(A)?ra(A)?null!=(t=null==(e=(i=A[ea]()).getSelectionKeys)?void 0:e.call(i))?t:[]:Array.isArray(A)?ca(A,aa):ca(Object.values(A),aa):[]},ca=(A,t)=>A.reduce(((A,e)=>A.concat(t(e))),[]);function ha(A){return Object.assign(A,{optional:()=>la(A),and:t=>wa(A,t),or:t=>fa(A,t),select:t=>void 0===t?Qa(A):Qa(t,A)})}function ua(A){return Object.assign((t=A,Object.assign(t,{[Symbol.iterator](){let A=0;const e=[{value:Object.assign(t,{[ia]:!0}),done:!1},{done:!0,value:void 0}];return{next:()=>{var t;return null!=(t=e[A++])?t:e.at(-1)}}}})),{optional:()=>ua(la(A)),select:t=>ua(void 0===t?Qa(A):Qa(t,A))});var t}function la(A){return ha({[ea]:()=>({match:t=>{let e={};const i=(A,t)=>{e[A]=t};return void 0===t?(aa(A).forEach((A=>i(A,void 0))),{matched:!0,selections:e}):{matched:oa(A,t,i),selections:e}},getSelectionKeys:()=>aa(A),matcherType:"optional"})})}const da=(A,t)=>{for(const e of A)if(!t(e))return!1;return!0},Ba=(A,t)=>{for(const[e,i]of A.entries())if(!t(i,e))return!1;return!0};function wa(...A){return ha({[ea]:()=>({match:t=>{let e={};const i=(A,t)=>{e[A]=t};return{matched:A.every((A=>oa(A,t,i))),selections:e}},getSelectionKeys:()=>ca(A,aa),matcherType:"and"})})}function fa(...A){return ha({[ea]:()=>({match:t=>{let e={};const i=(A,t)=>{e[A]=t};return ca(A,aa).forEach((A=>i(A,void 0))),{matched:A.some((A=>oa(A,t,i))),selections:e}},getSelectionKeys:()=>ca(A,aa),matcherType:"or"})})}function ga(A){return{[ea]:()=>({match:t=>({matched:Boolean(A(t))})})}}function Qa(...A){const t="string"==typeof A[0]?A[0]:void 0,e=2===A.length?A[1]:"string"==typeof A[0]?void 0:A[0];return ha({[ea]:()=>({match:A=>{let i={[null!=t?t:na]:A};return{matched:void 0===e||oa(e,A,((A,t)=>{i[A]=t})),selections:i}},getSelectionKeys:()=>[null!=t?t:na].concat(void 0===e?[]:aa(e))})})}function va(A){return"number"==typeof A}function pa(A){return"string"==typeof A}function ma(A){return"bigint"==typeof A}const Ua=ha(ga((function(A){return!0}))),Ca=Ua,Fa=A=>Object.assign(ha(A),{startsWith:t=>{return Fa(wa(A,(e=t,ga((A=>pa(A)&&A.startsWith(e))))));var e},endsWith:t=>{return Fa(wa(A,(e=t,ga((A=>pa(A)&&A.endsWith(e))))));var e},minLength:t=>{return Fa(wa(A,(e=t,ga((A=>pa(A)&&A.length>=e)))));var e},length:t=>{return Fa(wa(A,(e=t,ga((A=>pa(A)&&A.length===e)))));var e},maxLength:t=>{return Fa(wa(A,(e=t,ga((A=>pa(A)&&A.length<=e)))));var e},includes:t=>{return Fa(wa(A,(e=t,ga((A=>pa(A)&&A.includes(e))))));var e},regex:t=>{return Fa(wa(A,(e=t,ga((A=>pa(A)&&Boolean(A.match(e)))))));var e}}),ya=Fa(ga(pa)),ba=A=>Object.assign(ha(A),{between:(t,e)=>{return ba(wa(A,(i=t,n=e,ga((A=>va(A)&&i<=A&&n>=A)))));var i,n},lt:t=>{return ba(wa(A,(e=t,ga((A=>va(A)&&A<e)))));var e},gt:t=>{return ba(wa(A,(e=t,ga((A=>va(A)&&A>e)))));var e},lte:t=>{return ba(wa(A,(e=t,ga((A=>va(A)&&A<=e)))));var e},gte:t=>{return ba(wa(A,(e=t,ga((A=>va(A)&&A>=e)))));var e},int:()=>ba(wa(A,ga((A=>va(A)&&Number.isInteger(A))))),finite:()=>ba(wa(A,ga((A=>va(A)&&Number.isFinite(A))))),positive:()=>ba(wa(A,ga((A=>va(A)&&A>0)))),negative:()=>ba(wa(A,ga((A=>va(A)&&A<0))))}),Ea=ba(ga(va)),Ha=A=>Object.assign(ha(A),{between:(t,e)=>{return Ha(wa(A,(i=t,n=e,ga((A=>ma(A)&&i<=A&&n>=A)))));var i,n},lt:t=>{return Ha(wa(A,(e=t,ga((A=>ma(A)&&A<e)))));var e},gt:t=>{return Ha(wa(A,(e=t,ga((A=>ma(A)&&A>e)))));var e},lte:t=>{return Ha(wa(A,(e=t,ga((A=>ma(A)&&A<=e)))));var e},gte:t=>{return Ha(wa(A,(e=t,ga((A=>ma(A)&&A>=e)))));var e},positive:()=>Ha(wa(A,ga((A=>ma(A)&&A>0)))),negative:()=>Ha(wa(A,ga((A=>ma(A)&&A<0))))}),Ia=Ha(ga(ma)),ka=ha(ga((function(A){return"boolean"==typeof A}))),Ta=ha(ga((function(A){return"symbol"==typeof A}))),Sa=ha(ga((function(A){return null==A}))),Ka=ha(ga((function(A){return null!=A})));var Oa={__proto__:null,matcher:ea,optional:la,array:function(...A){return ua({[ea]:()=>({match:t=>{if(!Array.isArray(t))return{matched:!1};if(0===A.length)return{matched:!0};const e=A[0];let i={};if(0===t.length)return aa(e).forEach((A=>{i[A]=[]})),{matched:!0,selections:i};const n=(A,t)=>{i[A]=(i[A]||[]).concat([t])};return{matched:t.every((A=>oa(e,A,n))),selections:i}},getSelectionKeys:()=>0===A.length?[]:aa(A[0])})})},set:function(...A){return ha({[ea]:()=>({match:t=>{if(!(t instanceof Set))return{matched:!1};let e={};if(0===t.size)return{matched:!0,selections:e};if(0===A.length)return{matched:!0};const i=(A,t)=>{e[A]=(e[A]||[]).concat([t])},n=A[0];return{matched:da(t,(A=>oa(n,A,i))),selections:e}},getSelectionKeys:()=>0===A.length?[]:aa(A[0])})})},map:function(...A){return ha({[ea]:()=>({match:t=>{if(!(t instanceof Map))return{matched:!1};let e={};if(0===t.size)return{matched:!0,selections:e};const i=(A,t)=>{e[A]=(e[A]||[]).concat([t])};if(0===A.length)return{matched:!0};var n;if(1===A.length)throw new Error(`\`P.map\` wasn't given enough arguments. Expected (key, value), received ${null==(n=A[0])?void 0:n.toString()}`);const[s,r]=A;return{matched:Ba(t,((A,t)=>{const e=oa(s,t,i),n=oa(r,A,i);return e&&n})),selections:e}},getSelectionKeys:()=>0===A.length?[]:[...aa(A[0]),...aa(A[1])]})})},intersection:wa,union:fa,not:function(A){return ha({[ea]:()=>({match:t=>({matched:!oa(A,t,(()=>{}))}),getSelectionKeys:()=>[],matcherType:"not"})})},when:ga,select:Qa,any:Ua,EA:Ca,string:ya,number:Ea,bigint:Ia,boolean:ka,symbol:Ta,nullish:Sa,nonNullable:Ka,instanceOf:function(A){return ha(ga((t=A,A=>A instanceof t)));var t},shape:function(A){return ha(ga((function(...A){if(1===A.length){const[t]=A;return A=>oa(t,A,(()=>{}))}if(2===A.length){const[t,e]=A;return oa(t,e,(()=>{}))}throw new Error(`isMatching wasn't given the right number of arguments: expected 1 or 2, received ${A.length}.`)})(A)))}};class Da extends Error{constructor(A){let t;try{t=JSON.stringify(A)}catch(e){t=A}super(`Pattern matching error: no pattern matches value ${t}`),this.input=void 0,this.input=A}}const Ma={matched:!1,value:void 0};function La(A){return new Ra(A,Ma)}let Ra=class A{constructor(A,t){this.input=void 0,this.state=void 0,this.input=A,this.state=t}with(...t){if(this.state.matched)return this;const e=t[t.length-1],i=[t[0]];let n;3===t.length&&"function"==typeof t[1]?n=t[1]:t.length>2&&i.push(...t.slice(1,t.length-1));let s=!1,r={};const o=(A,t)=>{s=!0,r[A]=t},a=!i.some((A=>oa(A,this.input,o)))||n&&!Boolean(n(this.input))?Ma:{matched:!0,value:e(s?na in r?r[na]:r:this.input,this.input)};return new A(this.input,a)}when(t,e){if(this.state.matched)return this;const i=Boolean(t(this.input));return new A(this.input,i?{matched:!0,value:e(this.input,this.input)}:Ma)}otherwise(A){return this.state.matched?this.state.value:A(this.input)}exhaustive(A=xa){return this.state.matched?this.state.value:A(this.input)}run(){return this.exhaustive()}returnType(){return this}};function xa(A){throw new Da(A)}var Na,Ga;(Ga=Na||(Na={})).READY="ready",Ga.ERROR="error",Ga.PAUSED="paused",Ga.LOADING="loading",Ga.THINKING="thinking",Ga.RESEARCHING="researching",Ga.AGENT_SPEAKING="agent_speaking",Ga.USER_SPEAKING="user_speaking",Ga.AWAITING_USER_INPUT="awaiting_user_input";class ja{constructor({sessionId:A,apiBaseUrl:t}){this.currentState=Na.READY,this.assistantAudioContext=null,this.userAudioContext=null,this.HA=null,this.IA=null,this.sessionId=A,this.apiBaseUrl=t||"https://obi.getcor.io/api",this.client=new h({baseUrl:this.apiBaseUrl}),this.emitter=new d}emit(A,t){this.emitter.emit(A,t)}on(A,t){this.emitter.on(A,t)}off(A,t){this.emitter.off(A,t)}setupRoomEventListeners(){this.room&&(this.room.on(bn.LocalTrackUnpublished,(A=>{A.source===As.Source.ScreenShare&&(this.screenStream=void 0)})),this.room.on(bn.Disconnected,(()=>{this.disconnect()})),this.room.on(bn.ParticipantDisconnected,(()=>{this.disconnect()})),this.room.on(bn.TrackSubscribed,((A,t,e)=>{if("audio"===A.kind&&A.attach(),A.source===As.Source.Microphone&&e.identity.includes("agent-")){const t=A.mediaStream;if(!t)return;const e=new AudioContext,i=e.createAnalyser();e.createMediaStreamSource(t).connect(i),i.fftSize=2048;const n=new Uint8Array(i.frequencyBinCount);this.analyzeAudio(i,n,"ASSISTANT"),this.assistantAudioContext=e}})),this.room.on(bn.ParticipantAttributesChanged,(A=>{if(!A["lk.agent.state"])return;if(this.currentState===Na.RESEARCHING||this.currentState===Na.PAUSED)return;const t=La(A["lk.agent.state"]).with("listening",(()=>Na.USER_SPEAKING)).with("speaking",(()=>Na.AGENT_SPEAKING)).with("thinking",(()=>Na.THINKING)).otherwise((()=>{}));t&&this.setState(t)})),this.room.on(bn.DataReceived,(async A=>{try{const t=JSON.parse((new TextDecoder).decode(A));La(t.status||t.request).with("using_tool",(()=>{this.currentState=Na.RESEARCHING,this.emitter.emit("stateChanged",Na.RESEARCHING)})).with("using_tool_ended",(()=>{this.currentState=Na.AGENT_SPEAKING,this.emitter.emit("stateChanged",Na.AGENT_SPEAKING)})).with("share_screen",(()=>{this.shareScreen()})).with("prompt_user",(()=>{this.promptContinue()})).with("capture_page_html",(()=>{this.emitter.emit("capturePageHTML")})).with("fill",(()=>{this.emitter.emit("fill",t.value)})).otherwise((()=>{}))}catch(t){}})),this.room.localParticipant.registerRpcMethod("screen_capture",(async A=>(this.emitter.emit("screenCaptureRequested"),new Promise((A=>{this.emitter.once("screenCaptureComplete",(async t=>{if("error"!==t)try{await this.room.localParticipant.sendFile(new File([t],"screen_capture.png",{type:"image/png"}),{mimeType:"image/png",topic:"screen_capture"}),A("ok")}catch(e){A("error")}else A("error")}))}))))))}async connect(){if(this.sessionId)try{await this.requestMicrophone(),this.room=new Aa({adaptiveStream:!0,dynacast:!0}),this.setupRoomEventListeners();const A=await this.client.getJoinToken(this.sessionId,{skipIntro:!0});if(await this.room.connect(A.data.url,A.data.token),this.microphoneStream){const A=this.microphoneStream.getAudioTracks()[0];await this.room.localParticipant.publishTrack(A,{name:"microphone",source:As.Source.Microphone})}return{url:A.data.url,token:A.data.token}}catch(A){throw this.disconnect(),this.emitter.emit("error",A instanceof Error?A:new Error(String(A))),A}else this.emitter.emit("error",new Error("No session ID provided"))}async disconnect(){this.room&&(this.room.disconnect(!0),this.room.removeAllListeners(),this.room=void 0),this.screenStream?.track&&this.screenStream.track.stop(),this.microphoneStream&&this.microphoneStream.getTracks().forEach((A=>A.stop())),this.IA&&(window.clearTimeout(this.IA),this.IA=null),this.HA&&(window.clearTimeout(this.HA),this.HA=null),await(this.userAudioContext?.close().catch((()=>{}))),this.userAudioContext=null,await(this.assistantAudioContext?.close().catch((()=>{}))),this.assistantAudioContext=null,this.setState(Na.READY),this.emitter.emit("disconnected")}setState(A){A!==this.currentState&&(this.currentState=A,this.emitter.emit("stateChanged",A))}getCurrentState(){return this.currentState}async requestMicrophone(){try{const A=await navigator.mediaDevices.getUserMedia({audio:!0});this.microphoneStream=A;const t=new AudioContext;this.userAudioContext=t;const e=t.createAnalyser(),i=t.createMediaStreamSource(A),n=t.createGain();n.gain.value=1.5,i.connect(n),n.connect(e),e.fftSize=2048;const s=new Uint8Array(e.frequencyBinCount);this.analyzeAudio(e,s,"USER")}catch(A){throw new Error("Microphone permission denied")}}async shareScreen(){if(this.room){this.emitter.emit("preScreenShare");try{if(this.screenStream=await this.room.localParticipant.setScreenShareEnabled(!0,{video:{displaySurface:"window"}}),!this.screenStream)return;await this.room.localParticipant.publishData((new TextEncoder).encode(JSON.stringify({request:"share_screen",success:!0})),{reliable:!0})}catch(A){this.emitter.emit("error",A instanceof Error?A:new Error(String(A)))}}}pauseRecording(){this.room&&(this.setState(Na.PAUSED),this.room.localParticipant.getTrackPublications().forEach((A=>{A.handleMuted(),A.track?.mediaStream?.getTracks().forEach((A=>A.enabled=!1))})),this.microphoneStream?.getTracks().forEach((A=>A.enabled=!1)),this.screenStream?.track?.mute())}resumeRecording(){this.room&&(this.setState(Na.USER_SPEAKING),this.room.localParticipant.getTrackPublications().forEach((A=>{A.handleUnmuted(),A.track?.mediaStream?.getTracks().forEach((A=>A.enabled=!0))})),this.microphoneStream?.getTracks().forEach((A=>A.enabled=!0)),this.screenStream?.track?.unmute())}async promptContinue(){await this.room.localParticipant.publishData((new TextEncoder).encode(JSON.stringify({request:"prompt_user",success:!0})),{reliable:!0})}async analyzeAudio(A,t,e){if("USER"===e&&this.currentState===Na.USER_SPEAKING||"ASSISTANT"===e&&this.currentState===Na.AGENT_SPEAKING){A.getByteFrequencyData(t);const i=t.reduce(((A,t)=>A+t),0)/t.length,n=Math.max(.01,Math.min(1,i/128));let s;"USER"===e&&this.currentState===Na.USER_SPEAKING?s="USER":"ASSISTANT"===e&&this.currentState===Na.AGENT_SPEAKING&&(s="ASSISTANT"),s&&this.emitter.emit("volume",{speaker:s,spectrum:Array.from(t),volume:n})}"USER"===e?this.IA=window.setTimeout((()=>this.analyzeAudio(A,t,e)),200):this.HA=window.setTimeout((()=>this.analyzeAudio(A,t,e)),200)}async sendHTML(A){if(this.room)try{const t={type:"page_content",html:A,timestamp:(new Date).toISOString()},e=JSON.stringify(t),i=(new TextEncoder).encode(e);await this.room.localParticipant.publishData(i,{reliable:!0})}catch(t){this.emitter.emit("error",t instanceof Error?t:new Error(String(t)))}}async reconnect(A,t,e){try{if(!A||!t)return this.emitter.emit("error",new Error("Missing room URL or token for reconnection")),!1;if(await this.requestMicrophone(),this.room=new Aa({adaptiveStream:!0,dynacast:!0}),this.setupRoomEventListeners(),await this.room.connect(A,t),this.microphoneStream){const A=this.microphoneStream.getAudioTracks()[0];await this.room.localParticipant.publishTrack(A,{name:"microphone",source:As.Source.Microphone})}return this.setState(e),e===Na.PAUSED&&this.pauseRecording(),!0}catch(i){return this.disconnect(),this.emitter.emit("error",i instanceof Error?i:new Error(String(i))),!1}}}const Va="49206C6F7665204F6269_session";var Pa=function(A,t){return(Pa=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(A,t){A.__proto__=t}||function(A,t){for(var e in t)Object.prototype.hasOwnProperty.call(t,e)&&(A[e]=t[e])})(A,t)};function _a(A,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function e(){this.constructor=A}Pa(A,t),A.prototype=null===t?Object.create(t):(e.prototype=t.prototype,new e)}var Ja=function(){return Ja=Object.assign||function(A){for(var t,e=1,i=arguments.length;e<i;e++)for(var n in t=arguments[e])Object.prototype.hasOwnProperty.call(t,n)&&(A[n]=t[n]);return A},Ja.apply(this,arguments)};function Xa(A,t,e,i){return new(e||(e=Promise))((function(n,s){function r(A){try{a(i.next(A))}catch(t){s(t)}}function o(A){try{a(i.throw(A))}catch(t){s(t)}}function a(A){var t;A.done?n(A.value):(t=A.value,t instanceof e?t:new e((function(A){A(t)}))).then(r,o)}a((i=i.apply(A,t||[])).next())}))}function Ya(A,t){var e,i,n,s,r={label:0,sent:function(){if(1&n[0])throw n[1];return n[1]},trys:[],ops:[]};return s={next:o(0),throw:o(1),return:o(2)},"function"==typeof Symbol&&(s[Symbol.iterator]=function(){return this}),s;function o(o){return function(a){return(function(o){if(e)throw new TypeError("Generator is already executing.");for(;s&&(s=0,o[0]&&(r=0)),r;)try{if(e=1,i&&(n=2&o[0]?i.return:o[0]?i.throw||((n=i.return)&&n.call(i),0):i.next)&&!(n=n.call(i,o[1])).done)return n;switch(i=0,n&&(o=[2&o[0],n.value]),o[0]){case 0:case 1:n=o;break;case 4:return r.label++,{value:o[1],done:!1};case 5:r.label++,i=o[1],o=[0];continue;case 7:o=r.ops.pop(),r.trys.pop();continue;default:if(!((n=(n=r.trys).length>0&&n[n.length-1])||6!==o[0]&&2!==o[0])){r=0;continue}if(3===o[0]&&(!n||o[1]>n[0]&&o[1]<n[3])){r.label=o[1];break}if(6===o[0]&&r.label<n[1]){r.label=n[1],n=o;break}if(n&&r.label<n[2]){r.label=n[2],r.ops.push(o);break}n[2]&&r.ops.pop(),r.trys.pop();continue}o=t.call(A,r)}catch(a){o=[6,a],i=0}finally{e=n=0}if(5&o[0])throw o[1];return{value:o[0]?o[1]:void 0,done:!0}})([o,a])}}}"function"==typeof SuppressedError&&SuppressedError;for(var Za=(function(){function A(A,t,e,i){this.left=A,this.top=t,this.width=e,this.height=i}return A.prototype.add=function(t,e,i,n){return new A(this.left+t,this.top+e,this.width+i,this.height+n)},A.fromClientRect=function(t,e){return new A(e.left+t.windowBounds.left,e.top+t.windowBounds.top,e.width,e.height)},A.fromDOMRectList=function(t,e){var i=Array.from(e).find((function(A){return 0!==A.width}));return i?new A(i.left+t.windowBounds.left,i.top+t.windowBounds.top,i.width,i.height):A.EMPTY},A.EMPTY=new A(0,0,0,0),A})(),Wa=function(A,t){return Za.fromClientRect(A,t.getBoundingClientRect())},qa=function(A){for(var t=[],e=0,i=A.length;e<i;){var n=A.charCodeAt(e++);if(n>=55296&&n<=56319&&e<i){var s=A.charCodeAt(e++);56320==(64512&s)?t.push(((1023&n)<<10)+(1023&s)+65536):(t.push(n),e--)}else t.push(n)}return t},$a=function(){for(var A=[],t=0;t<arguments.length;t++)A[t]=arguments[t];if(String.fromCodePoint)return String.fromCodePoint.apply(String,A);var e=A.length;if(!e)return"";for(var i=[],n=-1,s="";++n<e;){var r=A[n];r<=65535?i.push(r):(r-=65536,i.push(55296+(r>>10),r%1024+56320)),(n+1===e||i.length>16384)&&(s+=String.fromCharCode.apply(String,i),i.length=0)}return s},za="undefined"==typeof Uint8Array?[]:new Uint8Array(256),Ac=0;Ac<64;Ac++)za["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charCodeAt(Ac)]=Ac;for(var tc="undefined"==typeof Uint8Array?[]:new Uint8Array(256),ec=0;ec<64;ec++)tc["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charCodeAt(ec)]=ec;for(var ic=function(A,t,e){return A.slice?A.slice(t,e):new Uint16Array(Array.prototype.slice.call(A,t,e))},nc=(function(){function A(A,t,e,i,n,s){this.initialValue=A,this.errorValue=t,this.highStart=e,this.highValueIndex=i,this.index=n,this.data=s}return A.prototype.get=function(A){var t;if(A>=0){if(A<55296||A>56319&&A<=65535)return t=((t=this.index[A>>5])<<2)+(31&A),this.data[t];if(A<=65535)return t=((t=this.index[2048+(A-55296>>5)])<<2)+(31&A),this.data[t];if(A<this.highStart)return t=2080+(A>>11),t=this.index[t],t+=A>>5&63,t=((t=this.index[t])<<2)+(31&A),this.data[t];if(A<=1114111)return this.data[this.highValueIndex]}return this.errorValue},A})(),sc="undefined"==typeof Uint8Array?[]:new Uint8Array(256),rc=0;rc<64;rc++)sc["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charCodeAt(rc)]=rc;var oc,ac,cc,hc,uc,lc,dc,Bc,wc,fc,gc=10,Qc=13,vc=15,pc=17,mc=18,Uc=19,Cc=20,Fc=21,yc=22,bc=24,Ec=25,Hc=26,Ic=27,kc=28,Tc=30,Sc=32,Kc=33,Oc=34,Dc=35,Mc=37,Lc=38,Rc=39,xc=40,Nc=42,Gc=[9001,65288],jc="\xd7",Vc="\xf7",Pc=(hc=(function(A){var t,e,i,n,s,r=39666,o=0;"="===A[52887]&&(r--,"="===A[52886]&&r--);var a="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof Uint8Array&&void 0!==Uint8Array.prototype.slice?new ArrayBuffer(r):new Array(r),c=Array.isArray(a)?a:new Uint8Array(a);for(t=0;t<52888;t+=4)e=tc[A.charCodeAt(t)],i=tc[A.charCodeAt(t+1)],n=tc[A.charCodeAt(t+2)],s=tc[A.charCodeAt(t+3)],c[o++]=e<<2|i>>4,c[o++]=(15&i)<<4|n>>2,c[o++]=(3&n)<<6|63&s;return a})("KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqAF8AZwBgAGgAcQB5AHUAfQCFAI0AlQCdAKIAqgCyALoAYABoAGAAaABgAGgAwgDKAGAAaADGAM4A0wDbAOEA6QDxAPkAAQEJAQ8BFwF1AH0AHAEkASwBNAE6AUIBQQFJAVEBWQFhAWgBcAF4ATAAgAGGAY4BlQGXAZ8BpwGvAbUBvQHFAc0B0wHbAeMB6wHxAfkBAQIJAvEBEQIZAiECKQIxAjgCQAJGAk4CVgJeAmQCbAJ0AnwCgQKJApECmQKgAqgCsAK4ArwCxAIwAMwC0wLbAjAA4wLrAvMC+AIAAwcDDwMwABcDHQMlAy0DNQN1AD0DQQNJA0kDSQNRA1EDVwNZA1kDdQB1AGEDdQBpA20DdQN1AHsDdQCBA4kDkQN1AHUAmQOhA3UAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AKYDrgN1AHUAtgO+A8YDzgPWAxcD3gPjA+sD8wN1AHUA+wMDBAkEdQANBBUEHQQlBCoEFwMyBDgEYABABBcDSARQBFgEYARoBDAAcAQzAXgEgASIBJAEdQCXBHUAnwSnBK4EtgS6BMIEyAR1AHUAdQB1AHUAdQCVANAEYABgAGAAYABgAGAAYABgANgEYADcBOQEYADsBPQE/AQEBQwFFAUcBSQFLAU0BWQEPAVEBUsFUwVbBWAAYgVgAGoFcgV6BYIFigWRBWAAmQWfBaYFYABgAGAAYABgAKoFYACxBbAFuQW6BcEFwQXHBcEFwQXPBdMF2wXjBeoF8gX6BQIGCgYSBhoGIgYqBjIGOgZgAD4GRgZMBmAAUwZaBmAAYABgAGAAYABgAGAAYABgAGAAYABgAGIGYABpBnAGYABgAGAAYABgAGAAYABgAGAAYAB4Bn8GhQZgAGAAYAB1AHcDFQSLBmAAYABgAJMGdQA9A3UAmwajBqsGqwaVALMGuwbDBjAAywbSBtIG1QbSBtIG0gbSBtIG0gbdBuMG6wbzBvsGAwcLBxMHAwcbByMHJwcsBywHMQcsB9IGOAdAB0gHTgfSBkgHVgfSBtIG0gbSBtIG0gbSBtIG0gbSBiwHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAdgAGAALAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAdbB2MHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsB2kH0gZwB64EdQB1AHUAdQB1AHUAdQB1AHUHfQdgAIUHjQd1AHUAlQedB2AAYAClB6sHYACzB7YHvgfGB3UAzgfWBzMB3gfmB1EB7gf1B/0HlQENAQUIDQh1ABUIHQglCBcDLQg1CD0IRQhNCEEDUwh1AHUAdQBbCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIcAh3CHoIMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIgggwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAALAcsBywHLAcsBywHLAcsBywHLAcsB4oILAcsB44I0gaWCJ4Ipgh1AHUAqgiyCHUAdQB1AHUAdQB1AHUAdQB1AHUAtwh8AXUAvwh1AMUIyQjRCNkI4AjoCHUAdQB1AO4I9gj+CAYJDgkTCS0HGwkjCYIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiAAIAAAAFAAYABgAGIAXwBgAHEAdQBFAJUAogCyAKAAYABgAEIA4ABGANMA4QDxAMEBDwE1AFwBLAE6AQEBUQF4QkhCmEKoQrhCgAHIQsAB0MLAAcABwAHAAeDC6ABoAHDCwMMAAcABwAHAAdDDGMMAAcAB6MM4wwjDWMNow3jDaABoAGgAaABoAGgAaABoAGgAaABoAGgAaABoAGgAaABoAGgAaABoAEjDqABWw6bDqABpg6gAaABoAHcDvwOPA+gAaABfA/8DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DpcPAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcAB9cPKwkyCToJMAB1AHUAdQBCCUoJTQl1AFUJXAljCWcJawkwADAAMAAwAHMJdQB2CX4JdQCECYoJjgmWCXUAngkwAGAAYABxAHUApgn3A64JtAl1ALkJdQDACTAAMAAwADAAdQB1AHUAdQB1AHUAdQB1AHUAowYNBMUIMAAwADAAMADICcsJ0wnZCRUE4QkwAOkJ8An4CTAAMAB1AAAKvwh1AAgKDwoXCh8KdQAwACcKLgp1ADYKqAmICT4KRgowADAAdQB1AE4KMAB1AFYKdQBeCnUAZQowADAAMAAwADAAMAAwADAAMAAVBHUAbQowADAAdQC5CXUKMAAwAHwBxAijBogEMgF9CoQKiASMCpQKmgqIBKIKqgquCogEDQG2Cr4KxgrLCjAAMADTCtsKCgHjCusK8Qr5CgELMAAwADAAMAB1AIsECQsRC3UANAEZCzAAMAAwADAAMAB1ACELKQswAHUANAExCzkLdQBBC0kLMABRC1kLMAAwADAAMAAwADAAdQBhCzAAMAAwAGAAYABpC3ELdwt/CzAAMACHC4sLkwubC58Lpwt1AK4Ltgt1APsDMAAwADAAMAAwADAAMAAwAL4LwwvLC9IL1wvdCzAAMADlC+kL8Qv5C/8LSQswADAAMAAwADAAMAAwADAAMAAHDDAAMAAwADAAMAAODBYMHgx1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1ACYMMAAwADAAdQB1AHUALgx1AHUAdQB1AHUAdQA2DDAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AD4MdQBGDHUAdQB1AHUAdQB1AEkMdQB1AHUAdQB1AFAMMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQBYDHUAdQB1AF8MMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUA+wMVBGcMMAAwAHwBbwx1AHcMfwyHDI8MMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAYABgAJcMMAAwADAAdQB1AJ8MlQClDDAAMACtDCwHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsB7UMLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AA0EMAC9DDAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAsBywHLAcsBywHLAcsBywHLQcwAMEMyAwsBywHLAcsBywHLAcsBywHLAcsBywHzAwwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAHUAdQB1ANQM2QzhDDAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMABgAGAAYABgAGAAYABgAOkMYADxDGAA+AwADQYNYABhCWAAYAAODTAAMAAwADAAFg1gAGAAHg37AzAAMAAwADAAYABgACYNYAAsDTQNPA1gAEMNPg1LDWAAYABgAGAAYABgAGAAYABgAGAAUg1aDYsGVglhDV0NcQBnDW0NdQ15DWAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAlQCBDZUAiA2PDZcNMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAnw2nDTAAMAAwADAAMAAwAHUArw23DTAAMAAwADAAMAAwADAAMAAwADAAMAB1AL8NMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAB1AHUAdQB1AHUAdQDHDTAAYABgAM8NMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAA1w11ANwNMAAwAD0B5A0wADAAMAAwADAAMADsDfQN/A0EDgwOFA4wABsOMAAwADAAMAAwADAAMAAwANIG0gbSBtIG0gbSBtIG0gYjDigOwQUuDsEFMw7SBjoO0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGQg5KDlIOVg7SBtIGXg5lDm0OdQ7SBtIGfQ6EDooOjQ6UDtIGmg6hDtIG0gaoDqwO0ga0DrwO0gZgAGAAYADEDmAAYAAkBtIGzA5gANIOYADaDokO0gbSBt8O5w7SBu8O0gb1DvwO0gZgAGAAxA7SBtIG0gbSBtIGYABgAGAAYAAED2AAsAUMD9IG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGFA8sBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAccD9IGLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHJA8sBywHLAcsBywHLAccDywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywPLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAc0D9IG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAccD9IG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGFA8sBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHPA/SBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gYUD0QPlQCVAJUAMAAwADAAMACVAJUAlQCVAJUAlQCVAEwPMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAA//8EAAQABAAEAAQABAAEAAQABAANAAMAAQABAAIABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQACgATABcAHgAbABoAHgAXABYAEgAeABsAGAAPABgAHABLAEsASwBLAEsASwBLAEsASwBLABgAGAAeAB4AHgATAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQABYAGwASAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAWAA0AEQAeAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAFAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAJABYAGgAbABsAGwAeAB0AHQAeAE8AFwAeAA0AHgAeABoAGwBPAE8ADgBQAB0AHQAdAE8ATwAXAE8ATwBPABYAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAFAAUABQAFAAUABQAFAAUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAB4AHgAeAFAATwBAAE8ATwBPAEAATwBQAFAATwBQAB4AHgAeAB4AHgAeAB0AHQAdAB0AHgAdAB4ADgBQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgBQAB4AUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAJAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAkACQAJAAkACQAJAAkABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgAeAFAAHgAeAB4AKwArAFAAUABQAFAAGABQACsAKwArACsAHgAeAFAAHgBQAFAAUAArAFAAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAEAAQABAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAUAAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAYAA0AKwArAB4AHgAbACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQADQAEAB4ABAAEAB4ABAAEABMABAArACsAKwArACsAKwArACsAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAKwArACsAKwBWAFYAVgBWAB4AHgArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AGgAaABoAGAAYAB4AHgAEAAQABAAEAAQABAAEAAQABAAEAAQAEwAEACsAEwATAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABLAEsASwBLAEsASwBLAEsASwBLABoAGQAZAB4AUABQAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQABMAUAAEAAQABAAEAAQABAAEAB4AHgAEAAQABAAEAAQABABQAFAABAAEAB4ABAAEAAQABABQAFAASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUAAeAB4AUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAFAABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQAUABQAB4AHgAYABMAUAArACsABAAbABsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAFAABAAEAAQABAAEAFAABAAEAAQAUAAEAAQABAAEAAQAKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAArACsAHgArAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAB4ABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAUAAEAAQABAAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAABAAEAA0ADQBLAEsASwBLAEsASwBLAEsASwBLAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAArAFAAUABQAFAAUABQAFAAUAArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUAArACsAKwBQAFAAUABQACsAKwAEAFAABAAEAAQABAAEAAQABAArACsABAAEACsAKwAEAAQABABQACsAKwArACsAKwArACsAKwAEACsAKwArACsAUABQACsAUABQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAFAAUAAaABoAUABQAFAAUABQAEwAHgAbAFAAHgAEACsAKwAEAAQABAArAFAAUABQAFAAUABQACsAKwArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQACsAUABQACsAKwAEACsABAAEAAQABAAEACsAKwArACsABAAEACsAKwAEAAQABAArACsAKwAEACsAKwArACsAKwArACsAUABQAFAAUAArAFAAKwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLAAQABABQAFAAUAAEAB4AKwArACsAKwArACsAKwArACsAKwAEAAQABAArAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQAFAAUABQACsAKwAEAFAABAAEAAQABAAEAAQABAAEACsABAAEAAQAKwAEAAQABAArACsAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAB4AGwArACsAKwArACsAKwArAFAABAAEAAQABAAEAAQAKwAEAAQABAArAFAAUABQAFAAUABQAFAAUAArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAArACsABAAEACsAKwAEAAQABAArACsAKwArACsAKwArAAQABAAEACsAKwArACsAUABQACsAUABQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAB4AUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArAAQAUAArAFAAUABQAFAAUABQACsAKwArAFAAUABQACsAUABQAFAAUAArACsAKwBQAFAAKwBQACsAUABQACsAKwArAFAAUAArACsAKwBQAFAAUAArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArAAQABAAEAAQABAArACsAKwAEAAQABAArAAQABAAEAAQAKwArAFAAKwArACsAKwArACsABAArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAUABQAFAAHgAeAB4AHgAeAB4AGwAeACsAKwArACsAKwAEAAQABAAEAAQAUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAUAAEAAQABAAEAAQABAAEACsABAAEAAQAKwAEAAQABAAEACsAKwArACsAKwArACsABAAEACsAUABQAFAAKwArACsAKwArAFAAUAAEAAQAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAKwAOAFAAUABQAFAAUABQAFAAHgBQAAQABAAEAA4AUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAKwArAAQAUAAEAAQABAAEAAQABAAEACsABAAEAAQAKwAEAAQABAAEACsAKwArACsAKwArACsABAAEACsAKwArACsAKwArACsAUAArAFAAUAAEAAQAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwBQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAFAABAAEAAQABAAEAAQABAArAAQABAAEACsABAAEAAQABABQAB4AKwArACsAKwBQAFAAUAAEAFAAUABQAFAAUABQAFAAUABQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAFAAUABQAFAAUABQAFAAUABQABoAUABQAFAAUABQAFAAKwAEAAQABAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQACsAUAArACsAUABQAFAAUABQAFAAUAArACsAKwAEACsAKwArACsABAAEAAQABAAEAAQAKwAEACsABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArAAQABAAeACsAKwArACsAKwArACsAKwArACsAKwArAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAAqAFwAXAAqACoAKgAqACoAKgAqACsAKwArACsAGwBcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAeAEsASwBLAEsASwBLAEsASwBLAEsADQANACsAKwArACsAKwBcAFwAKwBcACsAXABcAFwAXABcACsAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACsAXAArAFwAXABcAFwAXABcAFwAXABcAFwAKgBcAFwAKgAqACoAKgAqACoAKgAqACoAXAArACsAXABcAFwAXABcACsAXAArACoAKgAqACoAKgAqACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwBcAFwAXABcAFAADgAOAA4ADgAeAA4ADgAJAA4ADgANAAkAEwATABMAEwATAAkAHgATAB4AHgAeAAQABAAeAB4AHgAeAB4AHgBLAEsASwBLAEsASwBLAEsASwBLAFAAUABQAFAAUABQAFAAUABQAFAADQAEAB4ABAAeAAQAFgARABYAEQAEAAQAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQADQAEAAQABAAEAAQADQAEAAQAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArAA0ADQAeAB4AHgAeAB4AHgAEAB4AHgAeAB4AHgAeACsAHgAeAA4ADgANAA4AHgAeAB4AHgAeAAkACQArACsAKwArACsAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgBcAEsASwBLAEsASwBLAEsASwBLAEsADQANAB4AHgAeAB4AXABcAFwAXABcAFwAKgAqACoAKgBcAFwAXABcACoAKgAqAFwAKgAqACoAXABcACoAKgAqACoAKgAqACoAXABcAFwAKgAqACoAKgBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAqACoAKgAqAFwAKgBLAEsASwBLAEsASwBLAEsASwBLACoAKgAqACoAKgAqAFAAUABQAFAAUABQACsAUAArACsAKwArACsAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgBQAFAAUABQAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUAArACsAUABQAFAAUABQAFAAUAArAFAAKwBQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAKwBQACsAUABQAFAAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsABAAEAAQAHgANAB4AHgAeAB4AHgAeAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUAArACsADQBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAANAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAWABEAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAA0ADQANAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAAQABAAEACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAANAA0AKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUAArAAQABAArACsAKwArACsAKwArACsAKwArACsAKwBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqAA0ADQAVAFwADQAeAA0AGwBcACoAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwAeAB4AEwATAA0ADQAOAB4AEwATAB4ABAAEAAQACQArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUAAEAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQAUAArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAHgArACsAKwATABMASwBLAEsASwBLAEsASwBLAEsASwBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAArACsAXABcAFwAXABcACsAKwArACsAKwArACsAKwArACsAKwBcAFwAXABcAFwAXABcAFwAXABcAFwAXAArACsAKwArAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAXAArACsAKwAqACoAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAArACsAHgAeAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAqACoAKwAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKwArAAQASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAKwArACoAKgAqACoAKgAqACoAXAAqACoAKgAqACoAKgArACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsABAAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABABQAFAAUABQAFAAUABQACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwANAA0AHgANAA0ADQANAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAEAAQABAAEAAQAHgAeAB4AHgAeAB4AHgAeAB4AKwArACsABAAEAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwAeAB4AHgAeAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArAA0ADQANAA0ADQBLAEsASwBLAEsASwBLAEsASwBLACsAKwArAFAAUABQAEsASwBLAEsASwBLAEsASwBLAEsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAA0ADQBQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUAAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArAAQABAAEAB4ABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAAQAUABQAFAAUABQAFAABABQAFAABAAEAAQAUAArACsAKwArACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsABAAEAAQABAAEAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAKwBQACsAUAArAFAAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAB4AHgAeAB4AHgAeAB4AHgBQAB4AHgAeAFAAUABQACsAHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQACsAKwAeAB4AHgAeAB4AHgArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArAFAAUABQACsAHgAeAB4AHgAeAB4AHgAOAB4AKwANAA0ADQANAA0ADQANAAkADQANAA0ACAAEAAsABAAEAA0ACQANAA0ADAAdAB0AHgAXABcAFgAXABcAFwAWABcAHQAdAB4AHgAUABQAFAANAAEAAQAEAAQABAAEAAQACQAaABoAGgAaABoAGgAaABoAHgAXABcAHQAVABUAHgAeAB4AHgAeAB4AGAAWABEAFQAVABUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ADQAeAA0ADQANAA0AHgANAA0ADQAHAB4AHgAeAB4AKwAEAAQABAAEAAQABAAEAAQABAAEAFAAUAArACsATwBQAFAAUABQAFAAHgAeAB4AFgARAE8AUABPAE8ATwBPAFAAUABQAFAAUAAeAB4AHgAWABEAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArABsAGwAbABsAGwAbABsAGgAbABsAGwAbABsAGwAbABsAGwAbABsAGwAbABsAGgAbABsAGwAbABoAGwAbABoAGwAbABsAGwAbABsAGwAbABsAGwAbABsAGwAbABsAGwAbAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAHgAeAFAAGgAeAB0AHgBQAB4AGgAeAB4AHgAeAB4AHgAeAB4AHgBPAB4AUAAbAB4AHgBQAFAAUABQAFAAHgAeAB4AHQAdAB4AUAAeAFAAHgBQAB4AUABPAFAAUAAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAHgBQAFAAUABQAE8ATwBQAFAAUABQAFAATwBQAFAATwBQAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAFAAUABQAFAATwBPAE8ATwBPAE8ATwBPAE8ATwBQAFAAUABQAFAAUABQAFAAUAAeAB4AUABQAFAAUABPAB4AHgArACsAKwArAB0AHQAdAB0AHQAdAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB4AHQAdAB4AHgAeAB0AHQAeAB4AHQAeAB4AHgAdAB4AHQAbABsAHgAdAB4AHgAeAB4AHQAeAB4AHQAdAB0AHQAeAB4AHQAeAB0AHgAdAB0AHQAdAB0AHQAeAB0AHgAeAB4AHgAeAB0AHQAdAB0AHgAeAB4AHgAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB4AHgAeAB0AHgAeAB4AHgAeAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHgAeAB0AHQAdAB0AHgAeAB0AHQAeAB4AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHQAeAB4AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAeAB4AHgAdAB4AHgAeAB4AHgAeAB4AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AFAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeABYAEQAWABEAHgAeAB4AHgAeAB4AHQAeAB4AHgAeAB4AHgAeACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAWABEAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAFAAHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHgAeAB4AHgAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAeAB4AHQAdAB0AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHQAeAB0AHQAdAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB0AHQAeAB4AHQAdAB4AHgAeAB4AHQAdAB4AHgAeAB4AHQAdAB0AHgAeAB0AHgAeAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlAB4AHQAdAB4AHgAdAB4AHgAeAB4AHQAdAB4AHgAeAB4AJQAlAB0AHQAlAB4AJQAlACUAIAAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAeAB4AHgAeAB0AHgAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHgAdAB0AHQAeAB0AJQAdAB0AHgAdAB0AHgAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACUAJQAlACUAJQAdAB0AHQAdACUAHgAlACUAJQAdACUAJQAdAB0AHQAlACUAHQAdACUAHQAdACUAJQAlAB4AHQAeAB4AHgAeAB0AHQAlAB0AHQAdAB0AHQAdACUAJQAlACUAJQAdACUAJQAgACUAHQAdACUAJQAlACUAJQAlACUAJQAeAB4AHgAlACUAIAAgACAAIAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAeAB4AFwAXABcAFwAXABcAHgATABMAJQAeAB4AHgAWABEAFgARABYAEQAWABEAFgARABYAEQAWABEATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeABYAEQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAWABEAFgARABYAEQAWABEAFgARAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AFgARABYAEQAWABEAFgARABYAEQAWABEAFgARABYAEQAWABEAFgARABYAEQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAWABEAFgARAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AFgARAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AUABQAFAAUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAEAAQABAAeAB4AKwArACsAKwArABMADQANAA0AUAATAA0AUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAUAANACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAA0ADQANAA0ADQANAA0ADQAeAA0AFgANAB4AHgAXABcAHgAeABcAFwAWABEAFgARABYAEQAWABEADQANAA0ADQATAFAADQANAB4ADQANAB4AHgAeAB4AHgAMAAwADQANAA0AHgANAA0AFgANAA0ADQANAA0ADQANAA0AHgANAB4ADQANAB4AHgAeACsAKwArACsAKwArACsAKwArACsAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAKwArACsAKwArACsAKwArACsAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAlACUAJQAlACUAJQAlACUAJQAlACUAJQArACsAKwArAA0AEQARACUAJQBHAFcAVwAWABEAFgARABYAEQAWABEAFgARACUAJQAWABEAFgARABYAEQAWABEAFQAWABEAEQAlAFcAVwBXAFcAVwBXAFcAVwBXAAQABAAEAAQABAAEACUAVwBXAFcAVwA2ACUAJQBXAFcAVwBHAEcAJQAlACUAKwBRAFcAUQBXAFEAVwBRAFcAUQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFEAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBRAFcAUQBXAFEAVwBXAFcAVwBXAFcAUQBXAFcAVwBXAFcAVwBRAFEAKwArAAQABAAVABUARwBHAFcAFQBRAFcAUQBXAFEAVwBRAFcAUQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFEAVwBRAFcAUQBXAFcAVwBXAFcAVwBRAFcAVwBXAFcAVwBXAFEAUQBXAFcAVwBXABUAUQBHAEcAVwArACsAKwArACsAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwAlACUAVwBXAFcAVwAlACUAJQAlACUAJQAlACUAJQAlACsAKwArACsAKwArACsAKwArACsAKwArAFEAUQBRAFEAUQBRAFEAUQBRAFEAUQBRAFEAUQBRAFEAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQArAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQBPAE8ATwBPAE8ATwBPAE8AJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQAlAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAEcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAADQATAA0AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABLAEsASwBLAEsASwBLAEsASwBLAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAABAAEAAQABAAeAAQABAAEAAQABAAEAAQABAAEAAQAHgBQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AUABQAAQABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAeAA0ADQANAA0ADQArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAB4AHgAeAB4AHgAeAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAHgAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAeAB4AUABQAFAAUABQAFAAUABQAFAAUABQAAQAUABQAFAABABQAFAAUABQAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAeAB4AHgAeAAQAKwArACsAUABQAFAAUABQAFAAHgAeABoAHgArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAADgAOABMAEwArACsAKwArACsAKwArACsABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwANAA0ASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAFAAUAAeAB4AHgBQAA4AUABQAAQAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAA0ADQBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArACsAKwArACsAKwArAB4AWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYACsAKwArAAQAHgAeAB4AHgAeAB4ADQANAA0AHgAeAB4AHgArAFAASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArAB4AHgBcAFwAXABcAFwAKgBcAFwAXABcAFwAXABcAFwAXABcAEsASwBLAEsASwBLAEsASwBLAEsAXABcAFwAXABcACsAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArAFAAUABQAAQAUABQAFAAUABQAFAAUABQAAQABAArACsASwBLAEsASwBLAEsASwBLAEsASwArACsAHgANAA0ADQBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKgAqACoAXAAqACoAKgBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAAqAFwAKgAqACoAXABcACoAKgBcAFwAXABcAFwAKgAqAFwAKgBcACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFwAXABcACoAKgBQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAA0ADQBQAFAAUAAEAAQAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUAArACsAUABQAFAAUABQAFAAKwArAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQADQAEAAQAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAVABVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBUAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVACsAKwArACsAKwArACsAKwArACsAKwArAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAKwArACsAKwBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAKwArACsAKwAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAKwArACsAKwArAFYABABWAFYAVgBWAFYAVgBWAFYAVgBWAB4AVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgArAFYAVgBWAFYAVgArAFYAKwBWAFYAKwBWAFYAKwBWAFYAVgBWAFYAVgBWAFYAVgBWAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAEQAWAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUAAaAB4AKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAGAARABEAGAAYABMAEwAWABEAFAArACsAKwArACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACUAJQAlACUAJQAWABEAFgARABYAEQAWABEAFgARABYAEQAlACUAFgARACUAJQAlACUAJQAlACUAEQAlABEAKwAVABUAEwATACUAFgARABYAEQAWABEAJQAlACUAJQAlACUAJQAlACsAJQAbABoAJQArACsAKwArAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAcAKwATACUAJQAbABoAJQAlABYAEQAlACUAEQAlABEAJQBXAFcAVwBXAFcAVwBXAFcAVwBXABUAFQAlACUAJQATACUAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXABYAJQARACUAJQAlAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwAWACUAEQAlABYAEQARABYAEQARABUAVwBRAFEAUQBRAFEAUQBRAFEAUQBRAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAEcARwArACsAVwBXAFcAVwBXAFcAKwArAFcAVwBXAFcAVwBXACsAKwBXAFcAVwBXAFcAVwArACsAVwBXAFcAKwArACsAGgAbACUAJQAlABsAGwArAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwAEAAQABAAQAB0AKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsADQANAA0AKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAB4AHgAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAAQAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAA0AUABQAFAAUAArACsAKwArAFAAUABQAFAAUABQAFAAUAANAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwAeACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAKwArAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUAArACsAKwBQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwANAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAB4AUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUAArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAA0AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAUABQAFAAUABQAAQABAAEACsABAAEACsAKwArACsAKwAEAAQABAAEAFAAUABQAFAAKwBQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAQABAAEACsAKwArACsABABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAA0ADQANAA0ADQANAA0ADQAeACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAFAAUABQAFAAUABQAFAAUAAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAArACsAKwArAFAAUABQAFAAUAANAA0ADQANAA0ADQAUACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsADQANAA0ADQANAA0ADQBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAAQABAAEAAQAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUAArAAQABAANACsAKwBQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAB4AHgAeAB4AHgArACsAKwArACsAKwAEAAQABAAEAAQABAAEAA0ADQAeAB4AHgAeAB4AKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgANAA0ADQANACsAKwArACsAKwArACsAKwArACsAKwAeACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAKwArAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsASwBLAEsASwBLAEsASwBLAEsASwANAA0ADQANAFAABAAEAFAAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAeAA4AUAArACsAKwArACsAKwArACsAKwAEAFAAUABQAFAADQANAB4ADQAEAAQABAAEAB4ABAAEAEsASwBLAEsASwBLAEsASwBLAEsAUAAOAFAADQANAA0AKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAANAA0AHgANAA0AHgAEACsAUABQAFAAUABQAFAAUAArAFAAKwBQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAA0AKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsABAAEAAQABAArAFAAUABQAFAAUABQAFAAUAArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQAFAAUABQACsABAAEAFAABAAEAAQABAAEAAQABAArACsABAAEACsAKwAEAAQABAArACsAUAArACsAKwArACsAKwAEACsAKwArACsAKwBQAFAAUABQAFAABAAEACsAKwAEAAQABAAEAAQABAAEACsAKwArAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwArACsABAAEAAQABAAEAAQABABQAFAAUABQAA0ADQANAA0AHgBLAEsASwBLAEsASwBLAEsASwBLAA0ADQArAB4ABABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAAQABAAEAFAAUAAeAFAAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAArACsABAAEAAQABAAEAAQABAAEAAQADgANAA0AEwATAB4AHgAeAA0ADQANAA0ADQANAA0ADQANAA0ADQANAA0ADQANAFAAUABQAFAABAAEACsAKwAEAA0ADQAeAFAAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAFAAKwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKwArACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwBcAFwADQANAA0AKgBQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAKwArAFAAKwArAFAAUABQAFAAUABQAFAAUAArAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQAKwAEAAQAKwArAAQABAAEAAQAUAAEAFAABAAEAA0ADQANACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAArACsABAAEAAQABAAEAAQABABQAA4AUAAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAFAABAAEAAQABAAOAB4ADQANAA0ADQAOAB4ABAArACsAKwArACsAKwArACsAUAAEAAQABAAEAAQABAAEAAQABAAEAAQAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAA0ADQANAFAADgAOAA4ADQANACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEACsABAAEAAQABAAEAAQABAAEAFAADQANAA0ADQANACsAKwArACsAKwArACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwAOABMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAArACsAKwAEACsABAAEACsABAAEAAQABAAEAAQABABQAAQAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAKwBQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQAKwAEAAQAKwAEAAQABAAEAAQAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAaABoAGgAaAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwArAA0AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsADQANAA0ADQANACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAASABIAEgAQwBDAEMAUABQAFAAUABDAFAAUABQAEgAQwBIAEMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAASABDAEMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwAJAAkACQAJAAkACQAJABYAEQArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABIAEMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwANAA0AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAQABAAEAAQABAANACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAA0ADQANAB4AHgAeAB4AHgAeAFAAUABQAFAADQAeACsAKwArACsAKwArACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAANAA0AHgAeACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwAEAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArACsAKwAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAARwBHABUARwAJACsAKwArACsAKwArACsAKwArACsAKwAEAAQAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACsAKwArACsAKwArACsAKwBXAFcAVwBXAFcAVwBXAFcAVwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUQBRAFEAKwArACsAKwArACsAKwArACsAKwArACsAKwBRAFEAUQBRACsAKwArACsAKwArACsAKwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUAArACsAHgAEAAQADQAEAAQABAAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArAB4AHgAeAB4AHgAeAB4AKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAAQABAAEAAQABAAeAB4AHgAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAB4AHgAEAAQABAAEAAQABAAEAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQAHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwBQAFAAKwArAFAAKwArAFAAUAArACsAUABQAFAAUAArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAUAArAFAAUABQAFAAUABQAFAAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwBQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAHgAeAFAAUABQAFAAUAArAFAAKwArACsAUABQAFAAUABQAFAAUAArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeACsAKwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgAeAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgAeAB4AHgAeAB4ABAAeAB4AHgAeAB4AHgAeAB4AHgAeAAQAHgAeAA0ADQANAA0AHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAAQABAAEAAQAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAEAAQAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArAAQABAAEAAQABAAEAAQAKwAEAAQAKwAEAAQABAAEAAQAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwAEAAQABAAEAAQABAAEAFAAUABQAFAAUABQAFAAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwBQAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArABsAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArAB4AHgAeAB4ABAAEAAQABAAEAAQABABQACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArABYAFgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAGgBQAFAAUAAaAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAKwBQACsAKwBQACsAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAKwBQACsAUAArACsAKwArACsAKwBQACsAKwArACsAUAArAFAAKwBQACsAUABQAFAAKwBQAFAAKwBQACsAKwBQACsAUAArAFAAKwBQACsAUAArAFAAUAArAFAAKwArAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQAFAAUAArAFAAUABQAFAAKwBQACsAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAUABQAFAAKwBQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8AJQAlACUAHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHgAeAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB4AHgAeACUAJQAlAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAJQAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlAB4AHgAlACUAJQAlACUAHgAlACUAJQAlACUAIAAgACAAJQAlACAAJQAlACAAIAAgACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACEAIQAhACEAIQAlACUAIAAgACUAJQAgACAAIAAgACAAIAAgACAAIAAgACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAJQAlACUAIAAlACUAJQAlACAAIAAgACUAIAAgACAAJQAlACUAJQAlACUAJQAgACUAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAlAB4AJQAeACUAJQAlACUAJQAgACUAJQAlACUAHgAlAB4AHgAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAJQAlACUAJQAgACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACAAIAAgACUAJQAlACAAIAAgACAAIAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeABcAFwAXABUAFQAVAB4AHgAeAB4AJQAlACUAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAgACUAJQAlACUAJQAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAgACUAJQAgACUAJQAlACUAJQAlACUAJQAgACAAIAAgACAAIAAgACAAJQAlACUAJQAlACUAIAAlACUAJQAlACUAJQAlACUAJQAgACAAIAAgACAAIAAgACAAIAAgACUAJQAgACAAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAgACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAlACAAIAAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAgACAAIAAlACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAJQAlAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAKwArAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwAlACUAJQAlACUAJQAlACUAJQAlACUAVwBXACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAKwAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAA=="),uc=Array.isArray(hc)?(function(A){for(var t=A.length,e=[],i=0;i<t;i+=4)e.push(A[i+3]<<24|A[i+2]<<16|A[i+1]<<8|A[i]);return e})(hc):new Uint32Array(hc),dc=ic(lc=Array.isArray(hc)?(function(A){for(var t=A.length,e=[],i=0;i<t;i+=2)e.push(A[i+1]<<8|A[i]);return e})(hc):new Uint16Array(hc),12,uc[4]/2),Bc=2===uc[5]?ic(lc,(24+uc[4])/2):(oc=uc,ac=Math.ceil((24+uc[4])/4),oc.slice?oc.slice(ac,cc):new Uint32Array(Array.prototype.slice.call(oc,ac,cc))),new nc(uc[0],uc[1],uc[2],uc[3],dc,Bc)),_c=[Tc,36],Jc=[1,2,3,5],Xc=[gc,8],Yc=[Ic,Hc],Zc=Jc.concat(Xc),Wc=[Lc,Rc,xc,Oc,Dc],qc=[vc,Qc],$c=function(A,t,e,i){var n=i[e];if(Array.isArray(A)?-1!==A.indexOf(n):A===n)for(var s=e;s<=i.length;){if((a=i[++s])===t)return!0;if(a!==gc)break}if(n===gc)for(s=e;s>0;){var r=i[--s];if(Array.isArray(A)?-1!==A.indexOf(r):A===r)for(var o=e;o<=i.length;){var a;if((a=i[++o])===t)return!0;if(a!==gc)break}if(r!==gc)break}return!1},zc=function(A,t){for(var e=A;e>=0;){var i=t[e];if(i!==gc)return i;e--}return 0},Ah=function(A,t,e,i,n){if(0===e[i])return jc;var s=i-1;if(Array.isArray(n)&&!0===n[s])return jc;var r=s-1,o=s+1,a=t[s],c=r>=0?t[r]:0,h=t[o];if(2===a&&3===h)return jc;if(-1!==Jc.indexOf(a))return"!";if(-1!==Jc.indexOf(h))return jc;if(-1!==Xc.indexOf(h))return jc;if(8===zc(s,t))return Vc;if(11===Pc.get(A[s]))return jc;if((a===Sc||a===Kc)&&11===Pc.get(A[o]))return jc;if(7===a||7===h)return jc;if(9===a)return jc;if(-1===[gc,Qc,vc].indexOf(a)&&9===h)return jc;if(-1!==[pc,mc,Uc,bc,kc].indexOf(h))return jc;if(zc(s,t)===yc)return jc;if($c(23,yc,s,t))return jc;if($c([pc,mc],Fc,s,t))return jc;if($c(12,12,s,t))return jc;if(a===gc)return Vc;if(23===a||23===h)return jc;if(16===h||16===a)return Vc;if(-1!==[Qc,vc,Fc].indexOf(h)||14===a)return jc;if(36===c&&-1!==qc.indexOf(a))return jc;if(a===kc&&36===h)return jc;if(h===Cc)return jc;if(-1!==_c.indexOf(h)&&a===Ec||-1!==_c.indexOf(a)&&h===Ec)return jc;if(a===Ic&&-1!==[Mc,Sc,Kc].indexOf(h)||-1!==[Mc,Sc,Kc].indexOf(a)&&h===Hc)return jc;if(-1!==_c.indexOf(a)&&-1!==Yc.indexOf(h)||-1!==Yc.indexOf(a)&&-1!==_c.indexOf(h))return jc;if(-1!==[Ic,Hc].indexOf(a)&&(h===Ec||-1!==[yc,vc].indexOf(h)&&t[o+1]===Ec)||-1!==[yc,vc].indexOf(a)&&h===Ec||a===Ec&&-1!==[Ec,kc,bc].indexOf(h))return jc;if(-1!==[Ec,kc,bc,pc,mc].indexOf(h))for(var u=s;u>=0;){if((l=t[u])===Ec)return jc;if(-1===[kc,bc].indexOf(l))break;u--}if(-1!==[Ic,Hc].indexOf(h))for(u=-1!==[pc,mc].indexOf(a)?r:s;u>=0;){var l;if((l=t[u])===Ec)return jc;if(-1===[kc,bc].indexOf(l))break;u--}if(Lc===a&&-1!==[Lc,Rc,Oc,Dc].indexOf(h)||-1!==[Rc,Oc].indexOf(a)&&-1!==[Rc,xc].indexOf(h)||-1!==[xc,Dc].indexOf(a)&&h===xc)return jc;if(-1!==Wc.indexOf(a)&&-1!==[Cc,Hc].indexOf(h)||-1!==Wc.indexOf(h)&&a===Ic)return jc;if(-1!==_c.indexOf(a)&&-1!==_c.indexOf(h))return jc;if(a===bc&&-1!==_c.indexOf(h))return jc;if(-1!==_c.concat(Ec).indexOf(a)&&h===yc&&-1===Gc.indexOf(A[o])||-1!==_c.concat(Ec).indexOf(h)&&a===mc)return jc;if(41===a&&41===h){for(var d=e[s],B=1;d>0&&41===t[--d];)B++;if(B%2!=0)return jc}return a===Sc&&h===Kc?jc:Vc},th=(function(){function A(A,t,e,i){this.codePoints=A,this.required="!"===t,this.start=e,this.end=i}return A.prototype.slice=function(){return $a.apply(void 0,this.codePoints.slice(this.start,this.end))},A})(),eh=45,ih=43,nh=-1,sh=function(A){return A>=48&&A<=57},rh=function(A){return sh(A)||A>=65&&A<=70||A>=97&&A<=102},oh=function(A){return 10===A||9===A||32===A},ah=function(A){return(function(A){return(function(A){return A>=97&&A<=122})(A)||(function(A){return A>=65&&A<=90})(A)})(A)||(function(A){return A>=128})(A)||95===A},ch=function(A){return ah(A)||sh(A)||A===eh},hh=function(A){return A>=0&&A<=8||11===A||A>=14&&A<=31||127===A},uh=function(A,t){return 92===A&&10!==t},lh=function(A,t,e){return A===eh?ah(t)||uh(t,e):!!ah(A)||!(92!==A||!uh(A,t))},dh=function(A,t,e){return A===ih||A===eh?!!sh(t)||46===t&&sh(e):sh(46===A?t:A)},Bh=function(A){var t=0,e=1;A[t]!==ih&&A[t]!==eh||(A[t]===eh&&(e=-1),t++);for(var i=[];sh(A[t]);)i.push(A[t++]);var n=i.length?parseInt($a.apply(void 0,i),10):0;46===A[t]&&t++;for(var s=[];sh(A[t]);)s.push(A[t++]);var r=s.length,o=r?parseInt($a.apply(void 0,s),10):0;69!==A[t]&&101!==A[t]||t++;var a=1;A[t]!==ih&&A[t]!==eh||(A[t]===eh&&(a=-1),t++);for(var c=[];sh(A[t]);)c.push(A[t++]);var h=c.length?parseInt($a.apply(void 0,c),10):0;return e*(n+o*Math.pow(10,-r))*Math.pow(10,a*h)},wh={type:2},fh={type:3},gh={type:4},Qh={type:13},vh={type:8},ph={type:21},mh={type:9},Uh={type:10},Ch={type:11},Fh={type:12},yh={type:14},bh={type:23},Eh={type:1},Hh={type:25},Ih={type:24},kh={type:26},Th={type:27},Sh={type:28},Kh={type:29},Oh={type:31},Dh={type:32},Mh=(function(){function A(){this.kA=[]}return A.prototype.write=function(A){this.kA=this.kA.concat(qa(A))},A.prototype.read=function(){for(var A=[],t=this.consumeToken();t!==Dh;)A.push(t),t=this.consumeToken();return A},A.prototype.consumeToken=function(){var A=this.consumeCodePoint();switch(A){case 34:return this.consumeStringToken(34);case 35:var t=this.peekCodePoint(0),e=this.peekCodePoint(1),i=this.peekCodePoint(2);if(ch(t)||uh(e,i)){var n=lh(t,e,i)?2:1;return{type:5,value:this.consumeName(),flags:n}}break;case 36:if(61===this.peekCodePoint(0))return this.consumeCodePoint(),Qh;break;case 39:return this.consumeStringToken(39);case 40:return wh;case 41:return fh;case 42:if(61===this.peekCodePoint(0))return this.consumeCodePoint(),yh;break;case ih:if(dh(A,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(A),this.consumeNumericToken();break;case 44:return gh;case eh:var s=A,r=this.peekCodePoint(0),o=this.peekCodePoint(1);if(dh(s,r,o))return this.reconsumeCodePoint(A),this.consumeNumericToken();if(lh(s,r,o))return this.reconsumeCodePoint(A),this.consumeIdentLikeToken();if(r===eh&&62===o)return this.consumeCodePoint(),this.consumeCodePoint(),Ih;break;case 46:if(dh(A,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(A),this.consumeNumericToken();break;case 47:if(42===this.peekCodePoint(0))for(this.consumeCodePoint();;){var a=this.consumeCodePoint();if(42===a&&47===(a=this.consumeCodePoint()))return this.consumeToken();if(a===nh)return this.consumeToken()}break;case 58:return kh;case 59:return Th;case 60:if(33===this.peekCodePoint(0)&&this.peekCodePoint(1)===eh&&this.peekCodePoint(2)===eh)return this.consumeCodePoint(),this.consumeCodePoint(),Hh;break;case 64:var c=this.peekCodePoint(0),h=this.peekCodePoint(1),u=this.peekCodePoint(2);if(lh(c,h,u))return{type:7,value:this.consumeName()};break;case 91:return Sh;case 92:if(uh(A,this.peekCodePoint(0)))return this.reconsumeCodePoint(A),this.consumeIdentLikeToken();break;case 93:return Kh;case 61:if(61===this.peekCodePoint(0))return this.consumeCodePoint(),vh;break;case 123:return Ch;case 125:return Fh;case 117:case 85:var l=this.peekCodePoint(0),d=this.peekCodePoint(1);return l!==ih||!rh(d)&&63!==d||(this.consumeCodePoint(),this.consumeUnicodeRangeToken()),this.reconsumeCodePoint(A),this.consumeIdentLikeToken();case 124:if(61===this.peekCodePoint(0))return this.consumeCodePoint(),mh;if(124===this.peekCodePoint(0))return this.consumeCodePoint(),ph;break;case 126:if(61===this.peekCodePoint(0))return this.consumeCodePoint(),Uh;break;case nh:return Dh}return oh(A)?(this.consumeWhiteSpace(),Oh):sh(A)?(this.reconsumeCodePoint(A),this.consumeNumericToken()):ah(A)?(this.reconsumeCodePoint(A),this.consumeIdentLikeToken()):{type:6,value:$a(A)}},A.prototype.consumeCodePoint=function(){var A=this.kA.shift();return void 0===A?-1:A},A.prototype.reconsumeCodePoint=function(A){this.kA.unshift(A)},A.prototype.peekCodePoint=function(A){return A>=this.kA.length?-1:this.kA[A]},A.prototype.consumeUnicodeRangeToken=function(){for(var A=[],t=this.consumeCodePoint();rh(t)&&A.length<6;)A.push(t),t=this.consumeCodePoint();for(var e=!1;63===t&&A.length<6;)A.push(t),t=this.consumeCodePoint(),e=!0;if(e)return{type:30,start:parseInt($a.apply(void 0,A.map((function(A){return 63===A?48:A}))),16),end:parseInt($a.apply(void 0,A.map((function(A){return 63===A?70:A}))),16)};var i=parseInt($a.apply(void 0,A),16);if(this.peekCodePoint(0)===eh&&rh(this.peekCodePoint(1))){this.consumeCodePoint(),t=this.consumeCodePoint();for(var n=[];rh(t)&&n.length<6;)n.push(t),t=this.consumeCodePoint();return{type:30,start:i,end:parseInt($a.apply(void 0,n),16)}}return{type:30,start:i,end:i}},A.prototype.consumeIdentLikeToken=function(){var A=this.consumeName();return"url"===A.toLowerCase()&&40===this.peekCodePoint(0)?(this.consumeCodePoint(),this.consumeUrlToken()):40===this.peekCodePoint(0)?(this.consumeCodePoint(),{type:19,value:A}):{type:20,value:A}},A.prototype.consumeUrlToken=function(){var A=[];if(this.consumeWhiteSpace(),this.peekCodePoint(0)===nh)return{type:22,value:""};var t=this.peekCodePoint(0);if(39===t||34===t){var e=this.consumeStringToken(this.consumeCodePoint());return 0===e.type&&(this.consumeWhiteSpace(),this.peekCodePoint(0)===nh||41===this.peekCodePoint(0))?(this.consumeCodePoint(),{type:22,value:e.value}):(this.consumeBadUrlRemnants(),bh)}for(;;){var i=this.consumeCodePoint();if(i===nh||41===i)return{type:22,value:$a.apply(void 0,A)};if(oh(i))return this.consumeWhiteSpace(),this.peekCodePoint(0)===nh||41===this.peekCodePoint(0)?(this.consumeCodePoint(),{type:22,value:$a.apply(void 0,A)}):(this.consumeBadUrlRemnants(),bh);if(34===i||39===i||40===i||hh(i))return this.consumeBadUrlRemnants(),bh;if(92===i){if(!uh(i,this.peekCodePoint(0)))return this.consumeBadUrlRemnants(),bh;A.push(this.consumeEscapedCodePoint())}else A.push(i)}},A.prototype.consumeWhiteSpace=function(){for(;oh(this.peekCodePoint(0));)this.consumeCodePoint()},A.prototype.consumeBadUrlRemnants=function(){for(;;){var A=this.consumeCodePoint();if(41===A||A===nh)return;uh(A,this.peekCodePoint(0))&&this.consumeEscapedCodePoint()}},A.prototype.consumeStringSlice=function(A){for(var t="";A>0;){var e=Math.min(5e4,A);t+=$a.apply(void 0,this.kA.splice(0,e)),A-=e}return this.kA.shift(),t},A.prototype.consumeStringToken=function(A){for(var t="",e=0;;){var i=this.kA[e];if(i===nh||void 0===i||i===A)return{type:0,value:t+=this.consumeStringSlice(e)};if(10===i)return this.kA.splice(0,e),Eh;if(92===i){var n=this.kA[e+1];n!==nh&&void 0!==n&&(10===n?(t+=this.consumeStringSlice(e),e=-1,this.kA.shift()):uh(i,n)&&(t+=this.consumeStringSlice(e),t+=$a(this.consumeEscapedCodePoint()),e=-1))}e++}},A.prototype.consumeNumber=function(){var A=[],t=4,e=this.peekCodePoint(0);for(e!==ih&&e!==eh||A.push(this.consumeCodePoint());sh(this.peekCodePoint(0));)A.push(this.consumeCodePoint());e=this.peekCodePoint(0);var i=this.peekCodePoint(1);if(46===e&&sh(i))for(A.push(this.consumeCodePoint(),this.consumeCodePoint()),t=8;sh(this.peekCodePoint(0));)A.push(this.consumeCodePoint());e=this.peekCodePoint(0),i=this.peekCodePoint(1);var n=this.peekCodePoint(2);if((69===e||101===e)&&((i===ih||i===eh)&&sh(n)||sh(i)))for(A.push(this.consumeCodePoint(),this.consumeCodePoint()),t=8;sh(this.peekCodePoint(0));)A.push(this.consumeCodePoint());return[Bh(A),t]},A.prototype.consumeNumericToken=function(){var A=this.consumeNumber(),t=A[0],e=A[1],i=this.peekCodePoint(0),n=this.peekCodePoint(1),s=this.peekCodePoint(2);return lh(i,n,s)?{type:15,number:t,flags:e,unit:this.consumeName()}:37===i?(this.consumeCodePoint(),{type:16,number:t,flags:e}):{type:17,number:t,flags:e}},A.prototype.consumeEscapedCodePoint=function(){var A=this.consumeCodePoint();if(rh(A)){for(var t=$a(A);rh(this.peekCodePoint(0))&&t.length<6;)t+=$a(this.consumeCodePoint());oh(this.peekCodePoint(0))&&this.consumeCodePoint();var e=parseInt(t,16);return 0===e||(function(A){return A>=55296&&A<=57343})(e)||e>1114111?65533:e}return A===nh?65533:A},A.prototype.consumeName=function(){for(var A="";;){var t=this.consumeCodePoint();if(ch(t))A+=$a(t);else{if(!uh(t,this.peekCodePoint(0)))return this.reconsumeCodePoint(t),A;A+=$a(this.consumeEscapedCodePoint())}}},A})(),Lh=(function(){function A(A){this.TA=A}return A.create=function(t){var e=new Mh;return e.write(t),new A(e.read())},A.parseValue=function(t){return A.create(t).parseComponentValue()},A.parseValues=function(t){return A.create(t).parseComponentValues()},A.prototype.parseComponentValue=function(){for(var A=this.consumeToken();31===A.type;)A=this.consumeToken();if(32===A.type)throw new SyntaxError("Error parsing CSS component value, unexpected EOF");this.reconsumeToken(A);var t=this.consumeComponentValue();do{A=this.consumeToken()}while(31===A.type);if(32===A.type)return t;throw new SyntaxError("Error parsing CSS component value, multiple values found when expecting only one")},A.prototype.parseComponentValues=function(){for(var A=[];;){var t=this.consumeComponentValue();if(32===t.type)return A;A.push(t),A.push()}},A.prototype.consumeComponentValue=function(){var A=this.consumeToken();switch(A.type){case 11:case 28:case 2:return this.consumeSimpleBlock(A.type);case 19:return this.consumeFunction(A)}return A},A.prototype.consumeSimpleBlock=function(A){for(var t={type:A,values:[]},e=this.consumeToken();;){if(32===e.type||Jh(e,A))return t;this.reconsumeToken(e),t.values.push(this.consumeComponentValue()),e=this.consumeToken()}},A.prototype.consumeFunction=function(A){for(var t={name:A.value,values:[],type:18};;){var e=this.consumeToken();if(32===e.type||3===e.type)return t;this.reconsumeToken(e),t.values.push(this.consumeComponentValue())}},A.prototype.consumeToken=function(){var A=this.TA.shift();return void 0===A?Dh:A},A.prototype.reconsumeToken=function(A){this.TA.unshift(A)},A})(),Rh=function(A){return 15===A.type},xh=function(A){return 17===A.type},Nh=function(A){return 20===A.type},Gh=function(A){return 0===A.type},jh=function(A,t){return Nh(A)&&A.value===t},Vh=function(A){return 31!==A.type},Ph=function(A){return 31!==A.type&&4!==A.type},_h=function(A){var t=[],e=[];return A.forEach((function(A){if(4===A.type){if(0===e.length)throw new Error("Error parsing function args, zero tokens for arg");return t.push(e),void(e=[])}31!==A.type&&e.push(A)})),e.length&&t.push(e),t},Jh=function(A,t){return 11===t&&12===A.type||28===t&&29===A.type||2===t&&3===A.type},Xh=function(A){return 17===A.type||15===A.type},Yh=function(A){return 16===A.type||Xh(A)},Zh=function(A){return A.length>1?[A[0],A[1]]:[A[0]]},Wh={type:17,number:0,flags:4},qh={type:16,number:50,flags:4},$h={type:16,number:100,flags:4},zh=function(A,t,e){var i=A[0],n=A[1];return[Au(i,t),Au(void 0!==n?n:i,e)]},Au=function(A,t){if(16===A.type)return A.number/100*t;if(Rh(A))switch(A.unit){case"rem":case"em":return 16*A.number;default:return A.number}return A.number},tu="grad",eu="turn",iu=function(A,t){if(15===t.type)switch(t.unit){case"deg":return Math.PI*t.number/180;case tu:return Math.PI/200*t.number;case"rad":return t.number;case eu:return 2*Math.PI*t.number}throw new Error("Unsupported angle type")},nu=function(A){return 15===A.type&&("deg"===A.unit||A.unit===tu||"rad"===A.unit||A.unit===eu)},su=function(A){switch(A.filter(Nh).map((function(A){return A.value})).join(" ")){case"to bottom right":case"to right bottom":case"left top":case"top left":return[Wh,Wh];case"to top":case"bottom":return ru(0);case"to bottom left":case"to left bottom":case"right top":case"top right":return[Wh,$h];case"to right":case"left":return ru(90);case"to top left":case"to left top":case"right bottom":case"bottom right":return[$h,$h];case"to bottom":case"top":return ru(180);case"to top right":case"to right top":case"left bottom":case"bottom left":return[$h,Wh];case"to left":case"right":return ru(270)}return 0},ru=function(A){return Math.PI*A/180},ou=function(A){return!(255&A)},au=function(A){var t=255&A,e=255&A>>8,i=255&A>>16,n=255&A>>24;return t<255?"rgba(".concat(n,",").concat(i,",").concat(e,",").concat(t/255,")"):"rgb(".concat(n,",").concat(i,",").concat(e,")")},cu=function(A,t,e,i){return(A<<24|t<<16|e<<8|Math.round(255*i))>>>0},hu=function(A,t){if(17===A.type)return A.number;if(16===A.type){var e=3===t?1:255;return 3===t?A.number/100*e:Math.round(A.number/100*e)}return 0},uu=function(A){return"from"===(20===A[0].type?A[0].value:"unknown")},lu=function(A,t,e){return Math.min(Math.max(A,t),e)},du=function(A,t){return[A[0]*t[0]+A[1]*t[1]+A[2]*t[2],A[3]*t[0]+A[4]*t[1]+A[5]*t[2],A[6]*t[0]+A[7]*t[1]+A[8]*t[2]]},Bu=function(A){var t=A[0],e=A[1],i=A[2],n=A[3],s=Su([t,e,i]);return cu(lu(Math.round(255*s[0]),0,255),lu(Math.round(255*s[1]),0,255),lu(Math.round(255*s[2]),0,255),n)},wu=function(A){var t=ku([A[0],A[1],A[2]]);return Bu([t[0],t[1],t[2],A[3]])},fu=function(A,t){var e=t.filter(Ph),i=e[0],n=e[1],s=e[2],r=e[3];return[(17===i.type?ru(i.number):iu(0,i))/(2*Math.PI),Yh(n)?n.number/100:0,Yh(s)?s.number/100:0,void 0!==r&&Yh(r)?Au(r,1):1]},gu=function(A,t){if(uu(t))throw new Error("Relative color not supported for hsl()");var e=fu(0,t),i=e[0],n=e[1],s=e[2],r=e[3],o=Fu([i,n,s]);return cu(255*o[0],255*o[1],255*o[2],0===n?1:r)},Qu=function(A){var t=A.filter(Ph);return[Yh(t[0])?t[0].number:0,Yh(t[1])?t[1].number:0,xh(t[2])||Rh(t[2])?t[2].number:0,void 0!==t[4]&&Yh(t[4])?Au(t[4],1):1]},vu=function(A){var t=A.filter(Ph);return[16===t[0].type?t[0].number/100:xh(t[0])?t[0].number:0,16===t[1].type?t[1].number/100:xh(t[1])?t[1].number:0,xh(t[2])||Rh(t[2])?t[2].number:0,void 0!==t[4]&&Yh(t[4])?Au(t[4],1):1]},pu=function(A){var t=A.filter(Ph);return[16===t[0].type?t[0].number/100:xh(t[0])?t[0].number:0,16===t[1].type?t[1].number/100:xh(t[1])?t[1].number:0,xh(t[2])||Rh(t[2])?t[2].number:0,void 0!==t[4]&&Yh(t[4])?Au(t[4],1):1]},mu=function(A){return du([1.0479297925449969,.022946870601609652,-.05019226628920524,.02962780877005599,.9904344267538799,-.017073799063418826,-.009243040646204504,.015055191490298152,.7518742814281371],A)},Uu=function(A){return du([.955473421488075,-.02309845494876471,.06325924320057072,-.0283697093338637,1.0099953980813041,.021041441191917323,.012314014864481998,-.020507649298898964,1.330365926242124],A)},Cu=function(A,t,e){return e<0&&(e+=1),e>=1&&(e-=1),e<1/6?(t-A)*e*6+A:e<.5?t:e<2/3?6*(t-A)*(2/3-e)+A:A},Fu=function(A){var t=A[0],e=A[1],i=A[2];if(0===e)return[255*i,255*i,255*i];var n=i<=.5?i*(e+1):i+e-i*e,s=2*i-n;return[Cu(s,n,t+1/3),Cu(s,n,t),Cu(s,n,t-1/3)]},yu=function(A){var t=A[0],e=A[1],i=A[2];return e<0&&(e=0),isNaN(i)&&(i=0),[t,e*Math.cos(i*Math.PI/180),e*Math.sin(i*Math.PI/180)]},bu=function(A){var t=du([1,.3963377773761749,.2158037573099136,1,-.1055613458156586,-.0638541728258133,1,-.0894841775298119,-1.2914855480194092],A).map((function(A){return Math.pow(A,3)}));return du([1.2268798758459243,-.5578149944602171,.2813910456659647,-.0405757452148008,1.112286803280317,-.0717110580655164,-.0763729366746601,-.4214933324022432,1.5869240198367816],t)},Eu=function(A){var t=(A[0]+16)/116,e=A[1]/500+t,i=t-A[2]/200,n=24389/27,s=24/116,r=[.3457*(e>s?Math.pow(e,3):(116*e-16)/n)/.3585,A[0]>8?Math.pow(t,3):A[0]/n,.2958*(i>s?Math.pow(i,3):(116*i-16)/n)/.3585];return Uu([r[0],r[1],r[2]])},Hu=function(A){return A},Iu=function(A){return wu([A[0],A[1],A[2],A[3]])},ku=function(A){return du([3.2409699419045226,-1.537383177570094,-.4986107602930034,-.9692436362808796,1.8759675015077202,.04155505740717559,.05563007969699366,-.20397695888897652,1.0569715142428786],A)},Tu=function(A){return du([.41239079926595934,.357584339383878,.1804807884018343,.21263900587151027,.715168678767756,.07219231536073371,.01933081871559182,.11919477979462598,.9505321522496607],A)},Su=function(A){return A.map((function(A){var t=A<0?-1:1,e=Math.abs(A);return e>.0031308?t*(1.055*Math.pow(e,1/2.4)-.055):12.92*A}))},Ku=function(A){return A.map((function(A){var t=A<0?-1:1,e=Math.abs(A);return e<=.04045?A/12.92:t*Math.pow((e+.055)/1.055,2.4)}))},Ou=1.09929682680944,Du=.018053968510807,Mu=function(A,t){if(18===t.type){var e=ju[t.name];if(void 0===e)throw new Error('Attempting to parse an unsupported color function "'.concat(t.name,'"'));return e(A,t.values)}if(5===t.type){var i=Lu(t),n=i[0],s=i[1],r=i[2],o=i[3];return cu(n,s,r,o)}if(20===t.type){var a=Pu[t.value.toUpperCase()];if(void 0!==a)return a}return Pu.TRANSPARENT},Lu=function(A){if(3===A.value.length){var t=A.value.substring(0,1),e=A.value.substring(1,2),i=A.value.substring(2,3);return[parseInt(t+t,16),parseInt(e+e,16),parseInt(i+i,16),1]}if(4===A.value.length){t=A.value.substring(0,1),e=A.value.substring(1,2),i=A.value.substring(2,3);var n=A.value.substring(3,4);return[parseInt(t+t,16),parseInt(e+e,16),parseInt(i+i,16),parseInt(n+n,16)/255]}return 6===A.value.length?(t=A.value.substring(0,2),e=A.value.substring(2,4),i=A.value.substring(4,6),[parseInt(t,16),parseInt(e,16),parseInt(i,16),1]):8===A.value.length?(t=A.value.substring(0,2),e=A.value.substring(2,4),i=A.value.substring(4,6),n=A.value.substring(6,8),[parseInt(t,16),parseInt(e,16),parseInt(i,16),parseInt(n,16)/255]):[0,0,0,1]},Ru=function(A,t){var e=t.filter(Ph);if(uu(e))throw new Error("Relative color not supported for rgb()");if(3===e.length){var i=e.map(hu),n=i[0],s=i[1],r=i[2];return cu(n,s,r,1)}if(4===e.length){var o=e.map(hu),a=(n=o[0],s=o[1],r=o[2],o[3]);return cu(n,s,r,a)}return 0},xu={srgb:function(A){return cu(lu(Math.round(255*A[0]),0,255),lu(Math.round(255*A[1]),0,255),lu(Math.round(255*A[2]),0,255),lu(A[3],0,1))},"srgb-linear":Bu,"display-p3":function(A){var t=(function(A){var t,e=[A[0],A[1],A[2]].map((function(A){var t=A<0?-1:1;return A*t<=.04045?A/12.92:t*Math.pow((A+.055)/1.055,2.4)||0}));return t=[e[0],e[1],e[2]],du([.4865709486482162,.26566769316909306,.1982172852343625,.2289745640697488,.6917385218365064,.079286914093745,0,.04511338185890264,1.043944368900976],t)})([A[0],A[1],A[2]]);return wu([t[0],t[1],t[2],A[3]])},"a98-rgb":function(A){var t,e,i=ku((t=[(e=[A[0],A[1],A[2]].map((function(A){var t=A<0?-1:1,e=Math.abs(A);return t*Math.pow(e,563/256)})))[0],e[1],e[2]],du([.5766690429101305,.1855582379065463,.1882286462349947,.29734497525053605,.6273635662554661,.0752914584939978,.02703136138641234,.07068885253582723,.9913375368376388],t)));return Bu([i[0],i[1],i[2],A[3]])},"prophoto-rgb":function(A){var t=(function(A){var t,e=[A[0],A[1],A[2]].map((function(A){return A<16/512?A/16:Math.pow(A,1.8)}));return Uu((t=[e[0],e[1],e[2]],du([.7977666449006423,.13518129740053308,.0313477341283922,.2880748288194013,.711835234241873,8993693872564e-17,0,0,.8251046025104602],t)))})([A[0],A[1],A[2]]);return wu([t[0],t[1],t[2],A[3]])},xyz:Iu,"xyz-d50":function(A){var t=(function(A){return Uu([A[0],A[1],A[2]])})([A[0],A[1],A[2]]);return wu([t[0],t[1],t[2],A[3]])},"xyz-d65":Iu,rec2020:function(A){var t=(function(A){var t,e=[A[0],A[1],A[2]].map((function(A){return A<4.5*Du?A/4.5:Math.pow((A+Ou-1)/Ou,1/.45)}));return t=[e[0],e[1],e[2]],du([.6369580483012914,.14461690358620832,.1688809751641721,.2627002120112671,.6779980715188708,.05930171646986196,0,.028072693049087428,1.060985057710791],t)})([A[0],A[1],A[2]]);return wu([t[0],t[1],t[2],A[3]])}},Nu={rgb:function(A,t){var e=t.filter(Ph);if(3===e.length){var i=e.map(hu),n=i[0],s=i[1],r=i[2],o=Ku([n/255,s/255,r/255]),a=Tu([o[0],o[1],o[2]]);return[a[0],a[1],a[2],1]}if(4===e.length){var c=e.map(hu),h=(n=c[0],s=c[1],r=c[2],c[3]),u=(o=Ku([n/255,s/255,r/255]),Tu([o[0],o[1],o[2]]));return[u[0],u[1],u[2],h]}return[0,0,0,1]},hsl:function(A,t){var e=fu(0,t),i=e[0],n=e[1],s=e[2],r=e[3],o=Ku(Fu([i,n,s])),a=Tu([o[0],o[1],o[2]]);return[a[0],a[1],a[2],r]},lab:function(A,t){var e=vu(t),i=e[0],n=e[1],s=e[2],r=e[3],o=Eu([i,n,s]);return[o[0],o[1],o[2],r]},lch:function(A,t){var e=Qu(t),i=e[0],n=e[1],s=e[2],r=e[3],o=Eu(yu([i,n,s]));return[o[0],o[1],o[2],r]},oklab:function(A,t){var e=vu(t),i=e[0],n=e[1],s=e[2],r=e[3],o=bu([i,n,s]);return[o[0],o[1],o[2],r]},oklch:function(A,t){var e=pu(t),i=e[0],n=e[1],s=e[2],r=e[3],o=bu(yu([i,n,s]));return[o[0],o[1],o[2],r]}},Gu={srgb:function(A){var t=Su(ku([A[0],A[1],A[2]]));return[t[0],t[1],t[2],A[3]]},"srgb-linear":function(A){var t=ku([A[0],A[1],A[2]]),e=t[0],i=t[1],n=t[2];return[lu(Math.round(255*e),0,255),lu(Math.round(255*i),0,255),lu(Math.round(255*n),0,255),A[3]]},"display-p3":function(A){var t,e,i=(e=[A[0],A[1],A[2]],t=du([2.493496911941425,-.9313836179191239,-.40271078445071684,-.8294889695615747,1.7626640603183463,.023624685841943577,.03584583024378447,-.07617238926804182,.9568845240076872],e),Su(t));return[i[0],i[1],i[2],A[3]]},"a98-rgb":function(A){var t,e,i=(e=[A[0],A[1],A[2]],[(t=du([2.0415879038107465,-.5650069742788596,-.34473135077832956,-.9692436362808795,1.8759675015077202,.04155505740717557,.013444280632031142,-.11836239223101838,1.0151749943912054],e).map((function(A){var t=A<0?-1:1,e=Math.abs(A);return t*Math.pow(e,256/563)})))[0],t[1],t[2]]);return[i[0],i[1],i[2],A[3]]},"prophoto-rgb":function(A){var t,e=(t=mu([A[0],A[1],A[2]]),du([1.3457868816471583,-.25557208737979464,-.05110186497554526,-.5446307051249019,1.5082477428451468,.02052744743642139,0,0,1.2119675456389452],t).map((function(A){return A>1/512?Math.pow(A,1/1.8):16*A})));return[e[0],e[1],e[2],A[3]]},xyz:Hu,"xyz-d50":function(A){var t=mu([A[0],A[2],A[3]]);return[t[0],t[1],t[2],A[3]]},"xyz-d65":Hu,rec2020:function(A){var t,e=(t=[A[0],A[1],A[2]],du([1.716651187971268,-.355670783776392,-.25336628137366,-.666684351832489,1.616481236634939,.0157685458139111,.017639857445311,-.042770613257809,.942103121235474],t).map((function(A){return A>=Du?Ou*Math.pow(A,.45)-(Ou-1):4.5*A})));return[e[0],e[1],e[2],A[3]]}},ju={hsl:gu,hsla:gu,rgb:Ru,rgba:Ru,lch:function(A,t){if(uu(t.filter(Ph)))throw new Error("Relative color not supported for lch()");var e=Qu(t),i=e[0],n=e[1],s=e[2],r=e[3],o=Su(ku(Eu(yu([i,n,s]))));return cu(lu(Math.round(255*o[0]),0,255),lu(Math.round(255*o[1]),0,255),lu(Math.round(255*o[2]),0,255),r)},oklch:function(A,t){if(uu(t.filter(Ph)))throw new Error("Relative color not supported for oklch()");var e=pu(t),i=e[0],n=e[1],s=e[2],r=e[3],o=Su(ku(bu(yu([i,n,s]))));return cu(lu(Math.round(255*o[0]),0,255),lu(Math.round(255*o[1]),0,255),lu(Math.round(255*o[2]),0,255),r)},oklab:function(A,t){if(uu(t.filter(Ph)))throw new Error("Relative color not supported for oklab()");var e=vu(t),i=e[0],n=e[1],s=e[2],r=e[3],o=Su(ku(bu([i,n,s])));return cu(lu(Math.round(255*o[0]),0,255),lu(Math.round(255*o[1]),0,255),lu(Math.round(255*o[2]),0,255),r)},lab:function(A,t){if(uu(t.filter(Ph)))throw new Error("Relative color not supported for lab()");var e=vu(t),i=e[0],n=e[1],s=e[2],r=e[3],o=Su(ku(Eu([i,n,s])));return cu(lu(Math.round(255*o[0]),0,255),lu(Math.round(255*o[1]),0,255),lu(Math.round(255*o[2]),0,255),r)},color:function(A,t){var e=t.filter(Ph),i=20===e[0].type?e[0].value:"unknown";if(!uu(e)){var n=xu[i];if(void 0===n)throw new Error('Attempting to parse an unsupported color space "'.concat(i,'" for color() function'));return n([f=xh(e[1])?e[1].number:0,g=xh(e[2])?e[2].number:0,Q=xh(e[3])?e[3].number:0,v=e.length>4&&6===e[4].type&&"/"===e[4].value&&xh(e[5])?e[5].number:1])}var s=function(A,t){if(xh(t))return t.number;var e;if(Nh(t))return A["r"===(e=t.value)||"x"===e?0:"g"===e||"y"===e?1:2];var i=function(A){for(var t="(",e=0,n=A.filter(Ph);e<n.length;e++){var s=n[e];t+=18===s.type&&"calc"===s.name?i(s.values):xh(s)?s.number:6===s.type||Nh(s)?s.value:""}return t+")"};if(18===t.type){var n=t.values.filter(Ph);if("calc"===t.name){var s=i(n).replace(/r|x/,A[0].toString()).replace(/g|y/,A[1].toString()).replace(/b|z/,A[2].toString());return new Function("return "+s)()}}return null},r=18===e[1].type?e[1].name:Nh(e[1])||5===e[1].type?"rgb":"unknown",o=Nh(e[2])?e[2].value:"unknown",a=18===e[1].type?e[1].values:Nh(e[1])?[e[1]]:[];if(Nh(e[1])){if(void 0===Pu[e[1].value.toUpperCase()])throw new Error("Attempting to use unknown color in relative color 'from'");var c=Vu(A,e[1].value);a=[{type:17,number:255&c>>24,flags:1},{type:17,number:255&c>>16,flags:1},{type:17,number:255&c>>8,flags:1},{type:17,number:(h=255&c)>1?h/255:h,flags:1}]}else if(5===e[1].type){var h,u=Lu(e[1]);a=[{type:17,number:u[0],flags:1},{type:17,number:u[1],flags:1},{type:17,number:u[2],flags:1},{type:17,number:(h=u[3])>1?h/255:h,flags:1}]}if(0===a.length)throw new Error("Attempting to use unknown color in relative color 'from'");if("unknown"===o)throw new Error("Attempting to use unknown colorspace in relative color 'to'");var l=Nu[r],d=Gu[o],B=xu[o];if(void 0===l)throw new Error('Attempting to parse an unsupported color space "'.concat(r,'" for color() function'));if(void 0===d)throw new Error('Attempting to parse an unsupported color space "'.concat(o,'" for color() function'));var w=d(l(A,a)),f=s(w,e[3]),g=s(w,e[4]),Q=s(w,e[5]),v=e.length>6&&6===e[6].type&&"/"===e[6].value&&xh(e[7])?e[7].number:1;if(null===f||null===g||null===Q)throw new Error("Invalid relative color in color() function");return B([f,g,Q,v])}},Vu=function(A,t){return Mu(A,Lh.create(t).parseComponentValue())},Pu={ALICEBLUE:4042850303,ANTIQUEWHITE:4209760255,AQUA:16777215,AQUAMARINE:2147472639,AZURE:4043309055,BEIGE:4126530815,BISQUE:4293182719,BLACK:255,BLANCHEDALMOND:4293643775,BLUE:65535,BLUEVIOLET:2318131967,BROWN:2771004159,BURLYWOOD:3736635391,CADETBLUE:1604231423,CHARTREUSE:2147418367,CHOCOLATE:3530104575,CORAL:4286533887,CORNFLOWERBLUE:1687547391,CORNSILK:4294499583,CRIMSON:3692313855,CYAN:16777215,DARKBLUE:35839,DARKCYAN:9145343,DARKGOLDENROD:3095837695,DARKGRAY:2846468607,DARKGREEN:6553855,DARKGREY:2846468607,DARKKHAKI:3182914559,DARKMAGENTA:2332068863,DARKOLIVEGREEN:1433087999,DARKORANGE:4287365375,DARKORCHID:2570243327,DARKRED:2332033279,DARKSALMON:3918953215,DARKSEAGREEN:2411499519,DARKSLATEBLUE:1211993087,DARKSLATEGRAY:793726975,DARKSLATEGREY:793726975,DARKTURQUOISE:13554175,DARKVIOLET:2483082239,DEEPPINK:4279538687,DEEPSKYBLUE:12582911,DIMGRAY:1768516095,DIMGREY:1768516095,DODGERBLUE:512819199,FIREBRICK:2988581631,FLORALWHITE:4294635775,FORESTGREEN:579543807,FUCHSIA:4278255615,GAINSBORO:3705462015,GHOSTWHITE:4177068031,GOLD:4292280575,GOLDENROD:3668254975,GRAY:2155905279,GREEN:8388863,GREENYELLOW:2919182335,GREY:2155905279,HONEYDEW:4043305215,HOTPINK:4285117695,INDIANRED:3445382399,INDIGO:1258324735,IVORY:4294963455,KHAKI:4041641215,LAVENDER:3873897215,LAVENDERBLUSH:4293981695,LAWNGREEN:2096890111,LEMONCHIFFON:4294626815,LIGHTBLUE:2916673279,LIGHTCORAL:4034953471,LIGHTCYAN:3774873599,LIGHTGOLDENRODYELLOW:4210742015,LIGHTGRAY:3553874943,LIGHTGREEN:2431553791,LIGHTGREY:3553874943,LIGHTPINK:4290167295,LIGHTSALMON:4288707327,LIGHTSEAGREEN:548580095,LIGHTSKYBLUE:2278488831,LIGHTSLATEGRAY:2005441023,LIGHTSLATEGREY:2005441023,LIGHTSTEELBLUE:2965692159,LIGHTYELLOW:4294959359,LIME:16711935,LIMEGREEN:852308735,LINEN:4210091775,MAGENTA:4278255615,MAROON:2147483903,MEDIUMAQUAMARINE:1724754687,MEDIUMBLUE:52735,MEDIUMORCHID:3126187007,MEDIUMPURPLE:2473647103,MEDIUMSEAGREEN:1018393087,MEDIUMSLATEBLUE:2070474495,MEDIUMSPRINGGREEN:16423679,MEDIUMTURQUOISE:1221709055,MEDIUMVIOLETRED:3340076543,MIDNIGHTBLUE:421097727,MINTCREAM:4127193855,MISTYROSE:4293190143,MOCCASIN:4293178879,NAVAJOWHITE:4292783615,NAVY:33023,OLDLACE:4260751103,OLIVE:2155872511,OLIVEDRAB:1804477439,ORANGE:4289003775,ORANGERED:4282712319,ORCHID:3664828159,PALEGOLDENROD:4008225535,PALEGREEN:2566625535,PALETURQUOISE:2951671551,PALEVIOLETRED:3681588223,PAPAYAWHIP:4293907967,PEACHPUFF:4292524543,PERU:3448061951,PINK:4290825215,PLUM:3718307327,POWDERBLUE:2967529215,PURPLE:2147516671,REBECCAPURPLE:1714657791,RED:4278190335,ROSYBROWN:3163525119,ROYALBLUE:1097458175,SADDLEBROWN:2336560127,SALMON:4202722047,SANDYBROWN:4104413439,SEAGREEN:780883967,SEASHELL:4294307583,SIENNA:2689740287,SILVER:3233857791,SKYBLUE:2278484991,SLATEBLUE:1784335871,SLATEGRAY:1887473919,SLATEGREY:1887473919,SNOW:4294638335,SPRINGGREEN:16744447,STEELBLUE:1182971135,TAN:3535047935,TEAL:8421631,THISTLE:3636451583,TOMATO:4284696575,TRANSPARENT:0,TURQUOISE:1088475391,VIOLET:4001558271,WHEAT:4125012991,WHITE:4294967295,WHITESMOKE:4126537215,YELLOW:4294902015,YELLOWGREEN:2597139199},_u={name:"background-clip",initialValue:"border-box",prefix:!1,type:1,parse:function(A,t){return t.map((function(A){if(Nh(A))switch(A.value){case"padding-box":return 1;case"content-box":return 2}return 0}))}},Ju={name:"background-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},Xu=function(A,t){var e=Mu(A,t[0]),i=t[1];return i&&Yh(i)?{color:e,stop:i}:{color:e,stop:null}},Yu=function(A,t){var e=A[0],i=A[A.length-1];null===e.stop&&(e.stop=Wh),null===i.stop&&(i.stop=$h);for(var n=[],s=0,r=0;r<A.length;r++){var o=A[r].stop;if(null!==o){var a=Au(o,t);a>s?n.push(a):n.push(s),s=a}else n.push(null)}var c=null;for(r=0;r<n.length;r++){var h=n[r];if(null===h)null===c&&(c=r);else if(null!==c){for(var u=r-c,l=(h-n[c-1])/(u+1),d=1;d<=u;d++)n[c+d-1]=l*d;c=null}}return A.map((function(A,e){return{color:A.color,stop:Math.max(Math.min(1,n[e]/t),0)}}))},Zu=function(A,t){return Math.sqrt(A*A+t*t)},Wu=function(A,t,e,i,n){return[[0,0],[0,t],[A,0],[A,t]].reduce((function(A,t){var s=t[0],r=t[1],o=Zu(e-s,i-r);return(n?o<A.optimumDistance:o>A.optimumDistance)?{optimumCorner:t,optimumDistance:o}:A}),{optimumDistance:n?1/0:-1/0,optimumCorner:null}).optimumCorner},qu=function(A,t){var e=ru(180),i=[];return _h(t).forEach((function(t,n){if(0===n){var s=t[0];if(20===s.type&&-1!==["top","left","right","bottom"].indexOf(s.value))return void(e=su(t));if(nu(s))return void(e=(iu(0,s)+ru(270))%ru(360))}var r=Xu(A,t);i.push(r)})),{angle:e,stops:i,type:1}},$u="closest-side",zu="farthest-side",Al="closest-corner",tl="farthest-corner",el="circle",il="ellipse",nl="cover",sl="contain",rl=function(A,t){var e=0,i=3,n=[],s=[];return _h(t).forEach((function(t,r){var o=!0;if(0===r?o=t.reduce((function(A,t){if(Nh(t))switch(t.value){case"center":return s.push(qh),!1;case"top":case"left":return s.push(Wh),!1;case"right":case"bottom":return s.push($h),!1}else if(Yh(t)||Xh(t))return s.push(t),!1;return A}),o):1===r&&(o=t.reduce((function(A,t){if(Nh(t))switch(t.value){case el:return e=0,!1;case il:return e=1,!1;case sl:case $u:return i=0,!1;case zu:return i=1,!1;case Al:return i=2,!1;case nl:case tl:return i=3,!1}else if(Xh(t)||Yh(t))return Array.isArray(i)||(i=[]),i.push(t),!1;return A}),o)),o){var a=Xu(A,t);n.push(a)}})),{size:i,shape:e,stops:n,position:s,type:2}},ol=function(A,t){if(22===t.type){var e={url:t.value,type:0};return A.cache.addImage(t.value),e}if(18===t.type){var i=al[t.name];if(void 0===i)throw new Error('Attempting to parse an unsupported image function "'.concat(t.name,'"'));return i(A,t.values)}throw new Error("Unsupported image type ".concat(t.type))},al={"linear-gradient":function(A,t){var e=ru(180),i=[];return _h(t).forEach((function(t,n){if(0===n){var s=t[0];if(20===s.type&&"to"===s.value)return void(e=su(t));if(nu(s))return void(e=iu(0,s))}var r=Xu(A,t);i.push(r)})),{angle:e,stops:i,type:1}},"-moz-linear-gradient":qu,"-ms-linear-gradient":qu,"-o-linear-gradient":qu,"-webkit-linear-gradient":qu,"radial-gradient":function(A,t){var e=0,i=3,n=[],s=[];return _h(t).forEach((function(t,r){var o=!0;if(0===r){var a=!1;o=t.reduce((function(A,t){if(a)if(Nh(t))switch(t.value){case"center":return s.push(qh),A;case"top":case"left":return s.push(Wh),A;case"right":case"bottom":return s.push($h),A}else(Yh(t)||Xh(t))&&s.push(t);else if(Nh(t))switch(t.value){case el:return e=0,!1;case il:return e=1,!1;case"at":return a=!0,!1;case $u:return i=0,!1;case nl:case zu:return i=1,!1;case sl:case Al:return i=2,!1;case tl:return i=3,!1}else if(Xh(t)||Yh(t))return Array.isArray(i)||(i=[]),i.push(t),!1;return A}),o)}if(o){var c=Xu(A,t);n.push(c)}})),{size:i,shape:e,stops:n,position:s,type:2}},"-moz-radial-gradient":rl,"-ms-radial-gradient":rl,"-o-radial-gradient":rl,"-webkit-radial-gradient":rl,"-webkit-gradient":function(A,t){var e=ru(180),i=[],n=1;return _h(t).forEach((function(t,e){var s=t[0];if(0===e){if(Nh(s)&&"linear"===s.value)return void(n=1);if(Nh(s)&&"radial"===s.value)return void(n=2)}if(18===s.type)if("from"===s.name){var r=Mu(A,s.values[0]);i.push({stop:Wh,color:r})}else if("to"===s.name)r=Mu(A,s.values[0]),i.push({stop:$h,color:r});else if("color-stop"===s.name){var o=s.values.filter(Ph);if(2===o.length){r=Mu(A,o[1]);var a=o[0];xh(a)&&i.push({stop:{type:16,number:100*a.number,flags:a.flags},color:r})}}})),1===n?{angle:(e+ru(180))%ru(360),stops:i,type:n}:{size:3,shape:0,stops:i,position:[],type:n}}},cl={name:"background-image",initialValue:"none",type:1,prefix:!1,parse:function(A,t){if(0===t.length)return[];var e=t[0];return 20===e.type&&"none"===e.value?[]:t.filter((function(A){return Ph(A)&&(function(A){return!(20===A.type&&"none"===A.value||18===A.type&&!al[A.name])})(A)})).map((function(t){return ol(A,t)}))}},hl={name:"background-origin",initialValue:"border-box",prefix:!1,type:1,parse:function(A,t){return t.map((function(A){if(Nh(A))switch(A.value){case"padding-box":return 1;case"content-box":return 2}return 0}))}},ul={name:"background-position",initialValue:"0% 0%",type:1,prefix:!1,parse:function(A,t){return _h(t).map((function(A){return A.filter(Yh)})).map(Zh)}},ll={name:"background-repeat",initialValue:"repeat",prefix:!1,type:1,parse:function(A,t){return _h(t).map((function(A){return A.filter(Nh).map((function(A){return A.value})).join(" ")})).map(dl)}},dl=function(A){switch(A){case"no-repeat":return 1;case"repeat-x":case"repeat no-repeat":return 2;case"repeat-y":case"no-repeat repeat":return 3;default:return 0}};(fc=wc||(wc={})).AUTO="auto",fc.CONTAIN="contain",fc.COVER="cover";var Bl,wl,fl={name:"background-size",initialValue:"0",prefix:!1,type:1,parse:function(A,t){return _h(t).map((function(A){return A.filter(gl)}))}},gl=function(A){return Nh(A)||Yh(A)},Ql=function(A){return{name:"border-".concat(A,"-color"),initialValue:"transparent",prefix:!1,type:3,format:"color"}},vl=Ql("top"),pl=Ql("right"),ml=Ql("bottom"),Ul=Ql("left"),Cl=function(A){return{name:"border-radius-".concat(A),initialValue:"0 0",prefix:!1,type:1,parse:function(A,t){return Zh(t.filter(Yh))}}},Fl=Cl("top-left"),yl=Cl("top-right"),bl=Cl("bottom-right"),El=Cl("bottom-left"),Hl=function(A){return{name:"border-".concat(A,"-style"),initialValue:"solid",prefix:!1,type:2,parse:function(A,t){switch(t){case"none":return 0;case"dashed":return 2;case"dotted":return 3;case"double":return 4}return 1}}},Il=Hl("top"),kl=Hl("right"),Tl=Hl("bottom"),Sl=Hl("left"),Kl=function(A){return{name:"border-".concat(A,"-width"),initialValue:"0",type:0,prefix:!1,parse:function(A,t){return Rh(t)?t.number:0}}},Ol=Kl("top"),Dl=Kl("right"),Ml=Kl("bottom"),Ll=Kl("left"),Rl={name:"color",initialValue:"transparent",prefix:!1,type:3,format:"color"},xl={name:"direction",initialValue:"ltr",prefix:!1,type:2,parse:function(A,t){return"rtl"===t?1:0}},Nl={name:"display",initialValue:"inline-block",prefix:!1,type:1,parse:function(A,t){return t.filter(Nh).reduce((function(A,t){return A|Gl(t.value)}),0)}},Gl=function(A){switch(A){case"block":case"-webkit-box":return 2;case"inline":return 4;case"run-in":return 8;case"flow":return 16;case"flow-root":return 32;case"table":return 64;case"flex":case"-webkit-flex":return 128;case"grid":case"-ms-grid":return 256;case"ruby":return 512;case"subgrid":return 1024;case"list-item":return 2048;case"table-row-group":return 4096;case"table-header-group":return 8192;case"table-footer-group":return 16384;case"table-row":return 32768;case"table-cell":return 65536;case"table-column-group":return 131072;case"table-column":return 262144;case"table-caption":return 524288;case"ruby-base":return 1048576;case"ruby-text":return 2097152;case"ruby-base-container":return 4194304;case"ruby-text-container":return 8388608;case"contents":return 16777216;case"inline-block":return 33554432;case"inline-list-item":return 67108864;case"inline-table":return 134217728;case"inline-flex":return 268435456;case"inline-grid":return 536870912}return 0},jl={name:"float",initialValue:"none",prefix:!1,type:2,parse:function(A,t){switch(t){case"left":return 1;case"right":return 2;case"inline-start":return 3;case"inline-end":return 4}return 0}},Vl={name:"letter-spacing",initialValue:"0",prefix:!1,type:0,parse:function(A,t){return 20===t.type&&"normal"===t.value?0:17===t.type||15===t.type?t.number:0}};(wl=Bl||(Bl={})).NORMAL="normal",wl.STRICT="strict";var Pl,_l,Jl={name:"line-break",initialValue:"normal",prefix:!1,type:2,parse:function(A,t){return"strict"===t?Bl.STRICT:Bl.NORMAL}},Xl={name:"line-height",initialValue:"normal",prefix:!1,type:4},Yl=function(A,t){return Nh(A)&&"normal"===A.value?1.2*t:17===A.type?t*A.number:Yh(A)?Au(A,t):t},Zl={name:"list-style-image",initialValue:"none",type:0,prefix:!1,parse:function(A,t){return 20===t.type&&"none"===t.value?null:ol(A,t)}},Wl={name:"list-style-position",initialValue:"outside",prefix:!1,type:2,parse:function(A,t){return"inside"===t?0:1}},ql={name:"list-style-type",initialValue:"none",prefix:!1,type:2,parse:function(A,t){switch(t){case"disc":return 0;case"circle":return 1;case"square":return 2;case"decimal":return 3;case"cjk-decimal":return 4;case"decimal-leading-zero":return 5;case"lower-roman":return 6;case"upper-roman":return 7;case"lower-greek":return 8;case"lower-alpha":return 9;case"upper-alpha":return 10;case"arabic-indic":return 11;case"armenian":return 12;case"bengali":return 13;case"cambodian":return 14;case"cjk-earthly-branch":return 15;case"cjk-heavenly-stem":return 16;case"cjk-ideographic":return 17;case"devanagari":return 18;case"ethiopic-numeric":return 19;case"georgian":return 20;case"gujarati":return 21;case"gurmukhi":return 22;case"hebrew":return 52;case"hiragana":return 23;case"hiragana-iroha":return 24;case"japanese-formal":return 25;case"japanese-informal":return 26;case"kannada":return 27;case"katakana":return 28;case"katakana-iroha":return 29;case"khmer":return 30;case"korean-hangul-formal":return 31;case"korean-hanja-formal":return 32;case"korean-hanja-informal":return 33;case"lao":return 34;case"lower-armenian":return 35;case"malayalam":return 36;case"mongolian":return 37;case"myanmar":return 38;case"oriya":return 39;case"persian":return 40;case"simp-chinese-formal":return 41;case"simp-chinese-informal":return 42;case"tamil":return 43;case"telugu":return 44;case"thai":return 45;case"tibetan":return 46;case"trad-chinese-formal":return 47;case"trad-chinese-informal":return 48;case"upper-armenian":return 49;case"disclosure-open":return 50;case"disclosure-closed":return 51;default:return-1}}},$l=function(A){return{name:"margin-".concat(A),initialValue:"0",prefix:!1,type:4}},zl=$l("top"),Ad=$l("right"),td=$l("bottom"),ed=$l("left"),id={name:"overflow",initialValue:"visible",prefix:!1,type:1,parse:function(A,t){return t.filter(Nh).map((function(A){switch(A.value){case"hidden":return 1;case"scroll":return 2;case"clip":return 3;case"auto":return 4;default:return 0}}))}},nd={name:"overflow-wrap",initialValue:"normal",prefix:!1,type:2,parse:function(A,t){return"break-word"===t?"break-word":"normal"}},sd=function(A){return{name:"padding-".concat(A),initialValue:"0",prefix:!1,type:3,format:"length-percentage"}},rd=sd("top"),od=sd("right"),ad=sd("bottom"),cd=sd("left"),hd={name:"text-align",initialValue:"left",prefix:!1,type:2,parse:function(A,t){switch(t){case"right":return 2;case"center":case"justify":return 1;default:return 0}}},ud={name:"position",initialValue:"static",prefix:!1,type:2,parse:function(A,t){switch(t){case"relative":return 1;case"absolute":return 2;case"fixed":return 3;case"sticky":return 4}return 0}},ld={name:"text-shadow",initialValue:"none",type:1,prefix:!1,parse:function(A,t){return 1===t.length&&jh(t[0],"none")?[]:_h(t).map((function(t){for(var e={color:Pu.TRANSPARENT,offsetX:Wh,offsetY:Wh,blur:Wh},i=0,n=0;n<t.length;n++){var s=t[n];Xh(s)?(0===i?e.offsetX=s:1===i?e.offsetY=s:e.blur=s,i++):e.color=Mu(A,s)}return e}))}},dd={name:"text-transform",initialValue:"none",prefix:!1,type:2,parse:function(A,t){switch(t){case"uppercase":return 2;case"lowercase":return 1;case"capitalize":return 3}return 0}},Bd={name:"transform",initialValue:"none",prefix:!0,type:0,parse:function(A,t){if(20===t.type&&"none"===t.value)return null;if(18===t.type){var e=wd[t.name];if(void 0===e)throw new Error('Attempting to parse an unsupported transform function "'.concat(t.name,'"'));return e(t.values)}return null}},wd={matrix:function(A){var t=A.filter((function(A){return 17===A.type})).map((function(A){return A.number}));return 6===t.length?t:null},matrix3d:function(A){var t=A.filter((function(A){return 17===A.type})).map((function(A){return A.number})),e=t[0],i=t[1];t[2],t[3];var n=t[4],s=t[5];t[6],t[7],t[8],t[9],t[10],t[11];var r=t[12],o=t[13];return t[14],t[15],16===t.length?[e,i,n,s,r,o]:null}},fd={type:16,number:50,flags:4},gd=[fd,fd],Qd={name:"transform-origin",initialValue:"50% 50%",prefix:!0,type:1,parse:function(A,t){var e=t.filter(Yh);return 2!==e.length?gd:[e[0],e[1]]}},vd={name:"visible",initialValue:"none",prefix:!1,type:2,parse:function(A,t){switch(t){case"hidden":return 1;case"collapse":return 2;default:return 0}}};(_l=Pl||(Pl={})).NORMAL="normal",_l.BREAK_ALL="break-all",_l.KEEP_ALL="keep-all";for(var pd={name:"word-break",initialValue:"normal",prefix:!1,type:2,parse:function(A,t){switch(t){case"break-all":return Pl.BREAK_ALL;case"keep-all":return Pl.KEEP_ALL;default:return Pl.NORMAL}}},md={name:"z-index",initialValue:"auto",prefix:!1,type:0,parse:function(A,t){if(20===t.type)return{auto:!0,order:0};if(xh(t))return{auto:!1,order:t.number};throw new Error("Invalid z-index number parsed")}},Ud=function(A,t){if(15===t.type)switch(t.unit.toLowerCase()){case"s":return 1e3*t.number;case"ms":return t.number}throw new Error("Unsupported time type")},Cd={name:"opacity",initialValue:"1",type:0,prefix:!1,parse:function(A,t){return xh(t)?t.number:1}},Fd={name:"text-decoration-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},yd={name:"text-decoration-line",initialValue:"none",prefix:!1,type:1,parse:function(A,t){return t.filter(Nh).map((function(A){switch(A.value){case"underline":return 1;case"overline":return 2;case"line-through":return 3;case"none":return 4}return 0})).filter((function(A){return 0!==A}))}},bd={name:"font-family",initialValue:"",prefix:!1,type:1,parse:function(A,t){var e=[],i=[];return t.forEach((function(A){switch(A.type){case 20:case 0:e.push(A.value);break;case 17:e.push(A.number.toString());break;case 4:i.push(e.join(" ")),e.length=0}})),e.length&&i.push(e.join(" ")),i.map((function(A){return-1===A.indexOf(" ")?A:"'".concat(A,"'")}))}},Ed={name:"font-size",initialValue:"0",prefix:!1,type:3,format:"length"},Hd={name:"font-weight",initialValue:"normal",type:0,prefix:!1,parse:function(A,t){return xh(t)?t.number:Nh(t)&&"bold"===t.value?700:400}},Id={name:"font-variant",initialValue:"none",type:1,prefix:!1,parse:function(A,t){return t.filter(Nh).map((function(A){return A.value}))}},kd={name:"font-style",initialValue:"normal",prefix:!1,type:2,parse:function(A,t){switch(t){case"oblique":return"oblique";case"italic":return"italic";default:return"normal"}}},Td=function(A,t){return 0!==(A&t)},Sd={name:"content",initialValue:"none",type:1,prefix:!1,parse:function(A,t){if(0===t.length)return[];var e=t[0];return 20===e.type&&"none"===e.value?[]:t}},Kd={name:"counter-increment",initialValue:"none",prefix:!0,type:1,parse:function(A,t){if(0===t.length)return null;var e=t[0];if(20===e.type&&"none"===e.value)return null;for(var i=[],n=t.filter(Vh),s=0;s<n.length;s++){var r=n[s],o=n[s+1];if(20===r.type){var a=o&&xh(o)?o.number:1;i.push({counter:r.value,increment:a})}}return i}},Od={name:"counter-reset",initialValue:"none",prefix:!0,type:1,parse:function(A,t){if(0===t.length)return[];for(var e=[],i=t.filter(Vh),n=0;n<i.length;n++){var s=i[n],r=i[n+1];if(Nh(s)&&"none"!==s.value){var o=r&&xh(r)?r.number:0;e.push({counter:s.value,reset:o})}}return e}},Dd={name:"duration",initialValue:"0s",prefix:!1,type:1,parse:function(A,t){return t.filter(Rh).map((function(A){return Ud(0,A)}))}},Md={name:"quotes",initialValue:"none",prefix:!0,type:1,parse:function(A,t){if(0===t.length)return null;var e=t[0];if(20===e.type&&"none"===e.value)return null;var i=[],n=t.filter(Gh);if(n.length%2!=0)return null;for(var s=0;s<n.length;s+=2){var r=n[s].value,o=n[s+1].value;i.push({open:r,close:o})}return i}},Ld=function(A,t,e){if(!A)return"";var i=A[Math.min(t,A.length-1)];return i?e?i.open:i.close:""},Rd={name:"box-shadow",initialValue:"none",type:1,prefix:!1,parse:function(A,t){return 1===t.length&&jh(t[0],"none")?[]:_h(t).map((function(t){for(var e={color:255,offsetX:Wh,offsetY:Wh,blur:Wh,spread:Wh,inset:!1},i=0,n=0;n<t.length;n++){var s=t[n];jh(s,"inset")?e.inset=!0:Xh(s)?(0===i?e.offsetX=s:1===i?e.offsetY=s:2===i?e.blur=s:e.spread=s,i++):e.color=Mu(A,s)}return e}))}},xd={name:"paint-order",initialValue:"normal",prefix:!1,type:1,parse:function(A,t){var e=[];return t.filter(Nh).forEach((function(A){switch(A.value){case"stroke":e.push(1);break;case"fill":e.push(0);break;case"markers":e.push(2)}})),[0,1,2].forEach((function(A){-1===e.indexOf(A)&&e.push(A)})),e}},Nd={name:"-webkit-text-stroke-color",initialValue:"currentcolor",prefix:!1,type:3,format:"color"},Gd={name:"-webkit-text-stroke-width",initialValue:"0",type:0,prefix:!1,parse:function(A,t){return Rh(t)?t.number:0}},jd={name:"objectFit",initialValue:"fill",prefix:!1,type:1,parse:function(A,t){return t.filter(Nh).reduce((function(A,t){return A|Vd(t.value)}),0)}},Vd=function(A){switch(A){case"contain":return 2;case"cover":return 4;case"none":return 8;case"scale-down":return 16}return 0},Pd=(function(){function A(A,t){var e,i;this.animationDuration=Xd(A,Dd,t.animationDuration),this.backgroundClip=Xd(A,_u,t.backgroundClip),this.backgroundColor=Xd(A,Ju,t.backgroundColor),this.backgroundImage=Xd(A,cl,t.backgroundImage),this.backgroundOrigin=Xd(A,hl,t.backgroundOrigin),this.backgroundPosition=Xd(A,ul,t.backgroundPosition),this.backgroundRepeat=Xd(A,ll,t.backgroundRepeat),this.backgroundSize=Xd(A,fl,t.backgroundSize),this.borderTopColor=Xd(A,vl,t.borderTopColor),this.borderRightColor=Xd(A,pl,t.borderRightColor),this.borderBottomColor=Xd(A,ml,t.borderBottomColor),this.borderLeftColor=Xd(A,Ul,t.borderLeftColor),this.borderTopLeftRadius=Xd(A,Fl,t.borderTopLeftRadius),this.borderTopRightRadius=Xd(A,yl,t.borderTopRightRadius),this.borderBottomRightRadius=Xd(A,bl,t.borderBottomRightRadius),this.borderBottomLeftRadius=Xd(A,El,t.borderBottomLeftRadius),this.borderTopStyle=Xd(A,Il,t.borderTopStyle),this.borderRightStyle=Xd(A,kl,t.borderRightStyle),this.borderBottomStyle=Xd(A,Tl,t.borderBottomStyle),this.borderLeftStyle=Xd(A,Sl,t.borderLeftStyle),this.borderTopWidth=Xd(A,Ol,t.borderTopWidth),this.borderRightWidth=Xd(A,Dl,t.borderRightWidth),this.borderBottomWidth=Xd(A,Ml,t.borderBottomWidth),this.borderLeftWidth=Xd(A,Ll,t.borderLeftWidth),this.boxShadow=Xd(A,Rd,t.boxShadow),this.color=Xd(A,Rl,t.color),this.direction=Xd(A,xl,t.direction),this.display=Xd(A,Nl,t.display),this.float=Xd(A,jl,t.cssFloat),this.fontFamily=Xd(A,bd,t.fontFamily),this.fontSize=Xd(A,Ed,t.fontSize),this.fontStyle=Xd(A,kd,t.fontStyle),this.fontVariant=Xd(A,Id,t.fontVariant),this.fontWeight=Xd(A,Hd,t.fontWeight),this.letterSpacing=Xd(A,Vl,t.letterSpacing),this.lineBreak=Xd(A,Jl,t.lineBreak),this.lineHeight=Xd(A,Xl,t.lineHeight),this.listStyleImage=Xd(A,Zl,t.listStyleImage),this.listStylePosition=Xd(A,Wl,t.listStylePosition),this.listStyleType=Xd(A,ql,t.listStyleType),this.marginTop=Xd(A,zl,t.marginTop),this.marginRight=Xd(A,Ad,t.marginRight),this.marginBottom=Xd(A,td,t.marginBottom),this.marginLeft=Xd(A,ed,t.marginLeft),this.opacity=Xd(A,Cd,t.opacity);var n=Xd(A,id,t.overflow);this.overflowX=n[0],this.overflowY=n[n.length>1?1:0],this.overflowWrap=Xd(A,nd,t.overflowWrap),this.paddingTop=Xd(A,rd,t.paddingTop),this.paddingRight=Xd(A,od,t.paddingRight),this.paddingBottom=Xd(A,ad,t.paddingBottom),this.paddingLeft=Xd(A,cd,t.paddingLeft),this.paintOrder=Xd(A,xd,t.paintOrder),this.position=Xd(A,ud,t.position),this.textAlign=Xd(A,hd,t.textAlign),this.textDecorationColor=Xd(A,Fd,null!==(e=t.textDecorationColor)&&void 0!==e?e:t.color),this.textDecorationLine=Xd(A,yd,null!==(i=t.textDecorationLine)&&void 0!==i?i:t.textDecoration),this.textShadow=Xd(A,ld,t.textShadow),this.textTransform=Xd(A,dd,t.textTransform),this.transform=Xd(A,Bd,t.transform),this.transformOrigin=Xd(A,Qd,t.transformOrigin),this.visibility=Xd(A,vd,t.visibility),this.webkitTextStrokeColor=Xd(A,Nd,t.webkitTextStrokeColor),this.webkitTextStrokeWidth=Xd(A,Gd,t.webkitTextStrokeWidth),this.wordBreak=Xd(A,pd,t.wordBreak),this.zIndex=Xd(A,md,t.zIndex),this.objectFit=Xd(A,jd,t.objectFit)}return A.prototype.isVisible=function(){return this.display>0&&this.opacity>0&&0===this.visibility},A.prototype.isTransparent=function(){return ou(this.backgroundColor)},A.prototype.isTransformed=function(){return null!==this.transform},A.prototype.isPositioned=function(){return 0!==this.position},A.prototype.isPositionedWithZIndex=function(){return this.isPositioned()&&!this.zIndex.auto},A.prototype.isFloating=function(){return 0!==this.float},A.prototype.isInlineLevel=function(){return Td(this.display,4)||Td(this.display,33554432)||Td(this.display,268435456)||Td(this.display,536870912)||Td(this.display,67108864)||Td(this.display,134217728)},A})(),_d=function(A,t){this.content=Xd(A,Sd,t.content),this.quotes=Xd(A,Md,t.quotes)},Jd=function(A,t){this.counterIncrement=Xd(A,Kd,t.counterIncrement),this.counterReset=Xd(A,Od,t.counterReset)},Xd=function(A,t,e){var i=new Mh,n=null!=e?e.toString():t.initialValue;i.write(n);var s=new Lh(i.read());switch(t.type){case 2:var r=s.parseComponentValue();return t.parse(A,Nh(r)?r.value:t.initialValue);case 0:return t.parse(A,s.parseComponentValue());case 1:return t.parse(A,s.parseComponentValues());case 4:return s.parseComponentValue();case 3:switch(t.format){case"angle":return iu(0,s.parseComponentValue());case"color":return Mu(A,s.parseComponentValue());case"image":return ol(A,s.parseComponentValue());case"length":var o=s.parseComponentValue();return Xh(o)?o:Wh;case"length-percentage":var a=s.parseComponentValue();return Yh(a)?a:Wh;case"time":return Ud(0,s.parseComponentValue())}}},Yd=function(A,t){var e=(function(A){switch(A.getAttribute("data-html2canvas-debug")){case"all":return 1;case"clone":return 2;case"parse":return 3;case"render":return 4;default:return 0}})(A);return 1===e||t===e},Zd=function(A,t){this.context=A,this.textNodes=[],this.elements=[],this.flags=0,Yd(t,3),this.styles=new Pd(A,window.getComputedStyle(t,null)),YB(t)&&(this.styles.animationDuration.some((function(A){return A>0}))&&(t.style.animationDuration="0s"),null!==this.styles.transform&&(t.style.transform="none")),this.bounds=Wa(this.context,t),Yd(t,4)&&(this.flags|=16)},Wd="undefined"==typeof Uint8Array?[]:new Uint8Array(256),qd=0;qd<64;qd++)Wd["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charCodeAt(qd)]=qd;for(var $d=function(A,t,e){return A.slice?A.slice(t,e):new Uint16Array(Array.prototype.slice.call(A,t,e))},zd=(function(){function A(A,t,e,i,n,s){this.initialValue=A,this.errorValue=t,this.highStart=e,this.highValueIndex=i,this.index=n,this.data=s}return A.prototype.get=function(A){var t;if(A>=0){if(A<55296||A>56319&&A<=65535)return t=((t=this.index[A>>5])<<2)+(31&A),this.data[t];if(A<=65535)return t=((t=this.index[2048+(A-55296>>5)])<<2)+(31&A),this.data[t];if(A<this.highStart)return t=2080+(A>>11),t=this.index[t],t+=A>>5&63,t=((t=this.index[t])<<2)+(31&A),this.data[t];if(A<=1114111)return this.data[this.highValueIndex]}return this.errorValue},A})(),AB="undefined"==typeof Uint8Array?[]:new Uint8Array(256),tB=0;tB<64;tB++)AB["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charCodeAt(tB)]=tB;var eB,iB,nB=8,sB=9,rB=11,oB=12,aB=function(){for(var A=[],t=0;t<arguments.length;t++)A[t]=arguments[t];if(String.fromCodePoint)return String.fromCodePoint.apply(String,A);var e=A.length;if(!e)return"";for(var i=[],n=-1,s="";++n<e;){var r=A[n];r<=65535?i.push(r):(r-=65536,i.push(55296+(r>>10),r%1024+56320)),(n+1===e||i.length>16384)&&(s+=String.fromCharCode.apply(String,i),i.length=0)}return s},cB=(function(){var A=(function(A){var t,e,i,n,s,r=19617,o=0;"="===A[26155]&&(r--,"="===A[26154]&&r--);var a="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof Uint8Array&&void 0!==Uint8Array.prototype.slice?new ArrayBuffer(r):new Array(r),c=Array.isArray(a)?a:new Uint8Array(a);for(t=0;t<26156;t+=4)e=Wd[A.charCodeAt(t)],i=Wd[A.charCodeAt(t+1)],n=Wd[A.charCodeAt(t+2)],s=Wd[A.charCodeAt(t+3)],c[o++]=e<<2|i>>4,c[o++]=(15&i)<<4|n>>2,c[o++]=(3&n)<<6|63&s;return a})("AAAAAAAAAAAAEA4AGBkAAFAaAAACAAAAAAAIABAAGAAwADgACAAQAAgAEAAIABAACAAQAAgAEAAIABAACAAQAAgAEAAIABAAQABIAEQATAAIABAACAAQAAgAEAAIABAAVABcAAgAEAAIABAACAAQAGAAaABwAHgAgACIAI4AlgAIABAAmwCjAKgAsAC2AL4AvQDFAMoA0gBPAVYBWgEIAAgACACMANoAYgFkAWwBdAF8AX0BhQGNAZUBlgGeAaMBlQGWAasBswF8AbsBwwF0AcsBYwHTAQgA2wG/AOMBdAF8AekB8QF0AfkB+wHiAHQBfAEIAAMC5gQIAAsCEgIIAAgAFgIeAggAIgIpAggAMQI5AkACygEIAAgASAJQAlgCYAIIAAgACAAKBQoFCgUTBRMFGQUrBSsFCAAIAAgACAAIAAgACAAIAAgACABdAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABoAmgCrwGvAQgAbgJ2AggAHgEIAAgACADnAXsCCAAIAAgAgwIIAAgACAAIAAgACACKAggAkQKZAggAPADJAAgAoQKkAqwCsgK6AsICCADJAggA0AIIAAgACAAIANYC3gIIAAgACAAIAAgACABAAOYCCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAkASoB+QIEAAgACAA8AEMCCABCBQgACABJBVAFCAAIAAgACAAIAAgACAAIAAgACABTBVoFCAAIAFoFCABfBWUFCAAIAAgACAAIAAgAbQUIAAgACAAIAAgACABzBXsFfQWFBYoFigWKBZEFigWKBYoFmAWfBaYFrgWxBbkFCAAIAAgACAAIAAgACAAIAAgACAAIAMEFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAMgFCADQBQgACAAIAAgACAAIAAgACAAIAAgACAAIAO4CCAAIAAgAiQAIAAgACABAAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAD0AggACAD8AggACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIANYFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAMDvwAIAAgAJAIIAAgACAAIAAgACAAIAAgACwMTAwgACAB9BOsEGwMjAwgAKwMyAwsFYgE3A/MEPwMIAEUDTQNRAwgAWQOsAGEDCAAIAAgACAAIAAgACABpAzQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFIQUoBSwFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABtAwgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABMAEwACAAIAAgACAAIABgACAAIAAgACAC/AAgACAAyAQgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACAAIAAwAAgACAAIAAgACAAIAAgACAAIAAAARABIAAgACAAIABQASAAIAAgAIABwAEAAjgCIABsAqAC2AL0AigDQAtwC+IJIQqVAZUBWQqVAZUBlQGVAZUBlQGrC5UBlQGVAZUBlQGVAZUBlQGVAXsKlQGVAbAK6wsrDGUMpQzlDJUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAfAKAAuZA64AtwCJALoC6ADwAAgAuACgA/oEpgO6AqsD+AAIAAgAswMIAAgACAAIAIkAuwP5AfsBwwPLAwgACAAIAAgACADRA9kDCAAIAOED6QMIAAgACAAIAAgACADuA/YDCAAIAP4DyQAIAAgABgQIAAgAXQAOBAgACAAIAAgACAAIABMECAAIAAgACAAIAAgACAD8AAQBCAAIAAgAGgQiBCoECAExBAgAEAEIAAgACAAIAAgACAAIAAgACAAIAAgACAA4BAgACABABEYECAAIAAgATAQYAQgAVAQIAAgACAAIAAgACAAIAAgACAAIAFoECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAOQEIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAB+BAcACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAEABhgSMBAgACAAIAAgAlAQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAwAEAAQABAADAAMAAwADAAQABAAEAAQABAAEAAQABHATAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAdQMIAAgACAAIAAgACAAIAMkACAAIAAgAfQMIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACFA4kDCAAIAAgACAAIAOcBCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAIcDCAAIAAgACAAIAAgACAAIAAgACAAIAJEDCAAIAAgACADFAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABgBAgAZgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAbAQCBXIECAAIAHkECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABAAJwEQACjBKoEsgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAC6BMIECAAIAAgACAAIAAgACABmBAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAxwQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAGYECAAIAAgAzgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBd0FXwUIAOIF6gXxBYoF3gT5BQAGCAaKBYoFigWKBYoFigWKBYoFigWKBYoFigXWBIoFigWKBYoFigWKBYoFigWKBYsFEAaKBYoFigWKBYoFigWKBRQGCACKBYoFigWKBQgACAAIANEECAAIABgGigUgBggAJgYIAC4GMwaKBYoF0wQ3Bj4GigWKBYoFigWKBYoFigWKBYoFigWKBYoFigUIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWLBf///////wQABAAEAAQABAAEAAQABAAEAAQAAwAEAAQAAgAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAQADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUAAAAFAAUAAAAFAAUAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAQAAAAUABQAFAAUABQAFAAAAAAAFAAUAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAFAAUAAQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAAABwAHAAcAAAAHAAcABwAFAAEAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAcABwAFAAUAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAQABAAAAAAAAAAAAAAAFAAUABQAFAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAHAAcAAAAHAAcAAAAAAAUABQAHAAUAAQAHAAEABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwABAAUABQAFAAUAAAAAAAAAAAAAAAEAAQABAAEAAQABAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABQANAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAABQAHAAUABQAFAAAAAAAAAAcABQAFAAUABQAFAAQABAAEAAQABAAEAAQABAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUAAAAFAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAUAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAcABwAFAAcABwAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUABwAHAAUABQAFAAUAAAAAAAcABwAAAAAABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAAAAAAAAAAABQAFAAAAAAAFAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAFAAUABQAFAAUAAAAFAAUABwAAAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABwAFAAUABQAFAAAAAAAHAAcAAAAAAAcABwAFAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAAAAAAAAAHAAcABwAAAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAUABQAFAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAHAAcABQAHAAcAAAAFAAcABwAAAAcABwAFAAUAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAFAAcABwAFAAUABQAAAAUAAAAHAAcABwAHAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAHAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUAAAAFAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAUAAAAFAAUAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABwAFAAUABQAFAAUABQAAAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABQAFAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAFAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAHAAUABQAFAAUABQAFAAUABwAHAAcABwAHAAcABwAHAAUABwAHAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABwAHAAcABwAFAAUABwAHAAcAAAAAAAAAAAAHAAcABQAHAAcABwAHAAcABwAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAUABQAFAAUABQAFAAUAAAAFAAAABQAAAAAABQAFAAUABQAFAAUABQAFAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAUABQAFAAUABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABwAFAAcABwAHAAcABwAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAUABQAFAAUABwAHAAUABQAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABQAFAAcABwAHAAUABwAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAcABQAFAAUABQAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAAAAAABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAAAAAAAAAFAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAUABQAHAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAFAAUABQAFAAcABwAFAAUABwAHAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAcABwAFAAUABwAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABQAAAAAABQAFAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAcABwAAAAAAAAAAAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAcABwAFAAcABwAAAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAFAAUABQAAAAUABQAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABwAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAHAAcABQAHAAUABQAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAAABwAHAAAAAAAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAFAAUABwAFAAcABwAFAAcABQAFAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAAAAAABwAHAAcABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAFAAcABwAFAAUABQAFAAUABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAUABQAFAAcABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABQAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAAAAAAFAAUABwAHAAcABwAFAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAHAAUABQAFAAUABQAFAAUABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAABQAAAAUABQAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAHAAcAAAAFAAUAAAAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABQAFAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAABQAFAAUABQAFAAUABQAAAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAFAAUABQAFAAUADgAOAA4ADgAOAA4ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAMAAwADAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkAAAAAAAAAAAAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAAAAAAAAAAAAsADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwACwAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAADgAOAA4AAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAAAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4AAAAOAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAAAAAAAA4AAAAOAAAAAAAAAAAADgAOAA4AAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAA="),t=Array.isArray(A)?(function(A){for(var t=A.length,e=[],i=0;i<t;i+=4)e.push(A[i+3]<<24|A[i+2]<<16|A[i+1]<<8|A[i]);return e})(A):new Uint32Array(A),e=Array.isArray(A)?(function(A){for(var t=A.length,e=[],i=0;i<t;i+=2)e.push(A[i+1]<<8|A[i]);return e})(A):new Uint16Array(A),i=$d(e,12,t[4]/2),n=2===t[5]?$d(e,(24+t[4])/2):(function(A,t,e){return A.slice?A.slice(t,e):new Uint32Array(Array.prototype.slice.call(A,t,e))})(t,Math.ceil((24+t[4])/4));return new zd(t[0],t[1],t[2],t[3],i,n)})(),hB="\xd7",uB=function(A){return cB.get(A)},lB=function(A,t,e){var i=e-2,n=t[i],s=t[e-1],r=t[e];if(2===s&&3===r)return hB;if(2===s||3===s||4===s)return"\xf7";if(2===r||3===r||4===r)return"\xf7";if(s===nB&&-1!==[nB,sB,rB,oB].indexOf(r))return hB;if(!(s!==rB&&s!==sB||r!==sB&&10!==r))return hB;if((s===oB||10===s)&&10===r)return hB;if(13===r||5===r)return hB;if(7===r)return hB;if(1===s)return hB;if(13===s&&14===r){for(;5===n;)n=t[--i];if(14===n)return hB}if(15===s&&15===r){for(var o=0;15===n;)o++,n=t[--i];if(o%2==0)return hB}return"\xf7"},dB=function(A){var t=(function(A){for(var t=[],e=0,i=A.length;e<i;){var n=A.charCodeAt(e++);if(n>=55296&&n<=56319&&e<i){var s=A.charCodeAt(e++);56320==(64512&s)?t.push(((1023&n)<<10)+(1023&s)+65536):(t.push(n),e--)}else t.push(n)}return t})(A),e=t.length,i=0,n=0,s=t.map(uB);return{next:function(){if(i>=e)return{done:!0,value:null};for(var A=hB;i<e&&(A=lB(0,s,++i))===hB;);if(A!==hB||i===e){var r=aB.apply(null,t.slice(n,i));return n=i,{value:r,done:!1}}return{done:!0,value:null}}}},BB=function(A){return 0===A[0]&&255===A[1]&&0===A[2]&&255===A[3]},wB=function(A,t,e,i,n){var s="http://www.w3.org/2000/svg",r=document.createElementNS(s,"svg"),o=document.createElementNS(s,"foreignObject");return r.setAttributeNS(null,"width",A.toString()),r.setAttributeNS(null,"height",t.toString()),o.setAttributeNS(null,"width","100%"),o.setAttributeNS(null,"height","100%"),o.setAttributeNS(null,"x",e.toString()),o.setAttributeNS(null,"y",i.toString()),o.setAttributeNS(null,"externalResourcesRequired","true"),r.appendChild(o),o.appendChild(n),r},fB=function(A){return new Promise((function(t,e){var i=new Image;i.onload=function(){return t(i)},i.onerror=e,i.src="data:image/svg+xml;charset=utf-8,".concat(encodeURIComponent((new XMLSerializer).serializeToString(A)))}))},gB={get SUPPORT_RANGE_BOUNDS(){var A=(function(A){if(A.createRange){var t=A.createRange();if(t.getBoundingClientRect){var e=A.createElement("boundtest");e.style.height="".concat(123,"px"),e.style.display="block",A.body.appendChild(e),t.selectNode(e);var i=t.getBoundingClientRect(),n=Math.round(i.height);if(A.body.removeChild(e),123===n)return!0}}return!1})(document);return Object.defineProperty(gB,"SUPPORT_RANGE_BOUNDS",{value:A}),A},get SUPPORT_WORD_BREAKING(){var A=gB.SUPPORT_RANGE_BOUNDS&&(function(A){var t=A.createElement("boundtest");t.style.width="50px",t.style.display="block",t.style.fontSize="12px",t.style.letterSpacing="0px",t.style.wordSpacing="0px",A.body.appendChild(t);var e=A.createRange();t.innerHTML="function"==typeof"".repeat?"&#128104;".repeat(10):"";var i=t.firstChild,n=qa(i.data).map((function(A){return $a(A)})),s=0,r={},o=n.every((function(A,t){e.setStart(i,s),e.setEnd(i,s+A.length);var n=e.getBoundingClientRect();s+=A.length;var o=n.x>r.x||n.y>r.y;return r=n,0===t||o}));return A.body.removeChild(t),o})(document);return Object.defineProperty(gB,"SUPPORT_WORD_BREAKING",{value:A}),A},get SUPPORT_SVG_DRAWING(){var A=(function(A){var t=new Image,e=A.createElement("canvas"),i=e.getContext("2d");if(!i)return!1;t.src="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'></svg>";try{i.drawImage(t,0,0),e.toDataURL()}catch(n){return!1}return!0})(document);return Object.defineProperty(gB,"SUPPORT_SVG_DRAWING",{value:A}),A},get SUPPORT_FOREIGNOBJECT_DRAWING(){var A="function"==typeof Array.from&&"function"==typeof window.fetch?(function(A){var t=A.createElement("canvas"),e=100;t.width=e,t.height=e;var i=t.getContext("2d");if(!i)return Promise.reject(!1);i.fillStyle="rgb(0, 255, 0)",i.fillRect(0,0,e,e);var n=new Image,s=t.toDataURL();n.src=s;var r=wB(e,e,0,0,n);return i.fillStyle="red",i.fillRect(0,0,e,e),fB(r).then((function(t){i.drawImage(t,0,0);var n=i.getImageData(0,0,e,e).data;i.fillStyle="red",i.fillRect(0,0,e,e);var r=A.createElement("div");return r.style.backgroundImage="url(".concat(s,")"),r.style.height="".concat(e,"px"),BB(n)?fB(wB(e,e,0,0,r)):Promise.reject(!1)})).then((function(A){return i.drawImage(A,0,0),BB(i.getImageData(0,0,e,e).data)})).catch((function(){return!1}))})(document):Promise.resolve(!1);return Object.defineProperty(gB,"SUPPORT_FOREIGNOBJECT_DRAWING",{value:A}),A},get SUPPORT_CORS_IMAGES(){var A=void 0!==(new Image).crossOrigin;return Object.defineProperty(gB,"SUPPORT_CORS_IMAGES",{value:A}),A},get SUPPORT_RESPONSE_TYPE(){var A="string"==typeof(new XMLHttpRequest).responseType;return Object.defineProperty(gB,"SUPPORT_RESPONSE_TYPE",{value:A}),A},get SUPPORT_CORS_XHR(){var A="withCredentials"in new XMLHttpRequest;return Object.defineProperty(gB,"SUPPORT_CORS_XHR",{value:A}),A},get SUPPORT_NATIVE_TEXT_SEGMENTATION(){var A=!("undefined"==typeof Intl||!Intl.Segmenter);return Object.defineProperty(gB,"SUPPORT_NATIVE_TEXT_SEGMENTATION",{value:A}),A}},QB=function(A,t){this.text=A,this.bounds=t},vB=function(A,t,e){var i=A.ownerDocument;if(!i)throw new Error("Node has no owner document");var n=i.createRange();return n.setStart(A,t),n.setEnd(A,t+e),n},pB=function(A){if(gB.SUPPORT_NATIVE_TEXT_SEGMENTATION){var t=new Intl.Segmenter(void 0,{granularity:"grapheme"});return Array.from(t.segment(A)).map((function(A){return A.segment}))}return(function(A){for(var t,e=dB(A),i=[];!(t=e.next()).done;)t.value&&i.push(t.value.slice());return i})(A)},mB=[32,160,4961,65792,65793,4153,4241],UB=function(A,t,e){this.text=CB(t.data,e.textTransform),this.textBounds=(function(A,t,e,i){var n=(function(A,t){return 0!==t.letterSpacing?pB(A):(function(A,t){if(gB.SUPPORT_NATIVE_TEXT_SEGMENTATION){var e=new Intl.Segmenter(void 0,{granularity:"word"});return Array.from(e.segment(A)).map((function(A){return A.segment}))}return(function(A,t){for(var e,i=(function(A,t){var e=qa(A),i=(function(A,t){t||(t={lineBreak:"normal",wordBreak:"normal"});var e=(function(A,t){void 0===t&&(t="strict");var e=[],i=[],n=[];return A.forEach((function(A,s){var r=Pc.get(A);if(r>50?(n.push(!0),r-=50):n.push(!1),-1!==["normal","auto","loose"].indexOf(t)&&-1!==[8208,8211,12316,12448].indexOf(A))return i.push(s),e.push(16);if(4===r||11===r){if(0===s)return i.push(s),e.push(Tc);var o=e[s-1];return-1===Zc.indexOf(o)?(i.push(i[s-1]),e.push(o)):(i.push(s),e.push(Tc))}return i.push(s),31===r?e.push("strict"===t?Fc:Mc):r===Nc||29===r?e.push(Tc):43===r?A>=131072&&A<=196605||A>=196608&&A<=262141?e.push(Mc):e.push(Tc):void e.push(r)})),[i,e,n]})(A,t.lineBreak),i=e[0],n=e[1],s=e[2];return"break-all"!==t.wordBreak&&"break-word"!==t.wordBreak||(n=n.map((function(A){return-1!==[Ec,Tc,Nc].indexOf(A)?Mc:A}))),[i,n,"keep-all"===t.wordBreak?s.map((function(t,e){return t&&A[e]>=19968&&A[e]<=40959})):void 0]})(e,t),n=i[0],s=i[1],r=i[2],o=e.length,a=0,c=0;return{next:function(){if(c>=o)return{done:!0,value:null};for(var A=jc;c<o&&(A=Ah(e,s,n,++c,r))===jc;);if(A!==jc||c===o){var t=new th(e,A,a,c);return a=c,{value:t,done:!1}}return{done:!0,value:null}}}})(A,{lineBreak:t.lineBreak,wordBreak:"break-word"===t.overflowWrap?"break-word":t.wordBreak}),n=[],s=function(){if(e.value){var A=e.value.slice(),t=qa(A),i="";t.forEach((function(A){-1===mB.indexOf(A)?i+=$a(A):(i.length&&n.push(i),n.push($a(A)),i="")})),i.length&&n.push(i)}};!(e=i.next()).done;)s();return n})(A,t)})(A,t)})(t,e),s=[],r=0;return n.forEach((function(t){if(e.textDecorationLine.length||t.trim().length>0)if(gB.SUPPORT_RANGE_BOUNDS){var n=vB(i,r,t.length).getClientRects();if(n.length>1){var o=pB(t),a=0;o.forEach((function(t){s.push(new QB(t,Za.fromDOMRectList(A,vB(i,a+r,t.length).getClientRects()))),a+=t.length}))}else s.push(new QB(t,Za.fromDOMRectList(A,n)))}else{var c=i.splitText(t.length);s.push(new QB(t,(function(A,t){var e=t.ownerDocument;if(e){var i=e.createElement("html2canvaswrapper");i.appendChild(t.cloneNode(!0));var n=t.parentNode;if(n){n.replaceChild(i,t);var s=Wa(A,i);return i.firstChild&&n.replaceChild(i.firstChild,i),s}}return Za.EMPTY})(A,i))),i=c}else gB.SUPPORT_RANGE_BOUNDS||(i=i.splitText(t.length));r+=t.length})),s})(A,this.text,e,t)},CB=function(A,t){switch(t){case 1:return A.toLowerCase();case 3:return A.replace(FB,yB);case 2:return A.toUpperCase();default:return A}},FB=/(^|\s|:|-|\(|\))([a-z])/g,yB=function(A,t,e){return A.length>0?t+e.toUpperCase():A},bB=(function(A){function t(t,e){var i=A.call(this,t,e)||this;return i.src=e.currentSrc||e.src,i.intrinsicWidth=e.naturalWidth,i.intrinsicHeight=e.naturalHeight,i.context.cache.addImage(i.src),i}return _a(t,A),t})(Zd),EB=(function(A){function t(t,e){var i=A.call(this,t,e)||this;return i.canvas=e,i.intrinsicWidth=e.width,i.intrinsicHeight=e.height,i}return _a(t,A),t})(Zd),HB=(function(A){function t(t,e){var i=A.call(this,t,e)||this,n=new XMLSerializer,s=Wa(t,e);return e.setAttribute("width","".concat(s.width,"px")),e.setAttribute("height","".concat(s.height,"px")),i.svg="data:image/svg+xml,".concat(encodeURIComponent(n.serializeToString(e))),i.intrinsicWidth=e.width.baseVal.value,i.intrinsicHeight=e.height.baseVal.value,i.context.cache.addImage(i.svg),i}return _a(t,A),t})(Zd),IB=(function(A){function t(t,e){var i=A.call(this,t,e)||this;return i.value=e.value,i}return _a(t,A),t})(Zd),kB=(function(A){function t(t,e){var i=A.call(this,t,e)||this;return i.start=e.start,i.reversed="boolean"==typeof e.reversed&&!0===e.reversed,i}return _a(t,A),t})(Zd),TB=[{type:15,flags:0,unit:"px",number:3}],SB=[{type:16,flags:0,number:50}],KB="checkbox",OB="radio",DB=707406591,MB=(function(A){function t(t,e){var i,n,s,r=A.call(this,t,e)||this;switch(r.type=e.type.toLowerCase(),r.checked=e.checked,r.value=0===(n="password"===(i=e).type?new Array(i.value.length+1).join("\u2022"):i.value).length?i.placeholder||"":n,r.type!==KB&&r.type!==OB||(r.styles.backgroundColor=3739148031,r.styles.borderTopColor=r.styles.borderRightColor=r.styles.borderBottomColor=r.styles.borderLeftColor=2779096575,r.styles.borderTopWidth=r.styles.borderRightWidth=r.styles.borderBottomWidth=r.styles.borderLeftWidth=1,r.styles.borderTopStyle=r.styles.borderRightStyle=r.styles.borderBottomStyle=r.styles.borderLeftStyle=1,r.styles.backgroundClip=[0],r.styles.backgroundOrigin=[0],r.bounds=(s=r.bounds).width>s.height?new Za(s.left+(s.width-s.height)/2,s.top,s.height,s.height):s.width<s.height?new Za(s.left,s.top+(s.height-s.width)/2,s.width,s.width):s),r.type){case KB:r.styles.borderTopRightRadius=r.styles.borderTopLeftRadius=r.styles.borderBottomRightRadius=r.styles.borderBottomLeftRadius=TB;break;case OB:r.styles.borderTopRightRadius=r.styles.borderTopLeftRadius=r.styles.borderBottomRightRadius=r.styles.borderBottomLeftRadius=SB}return r}return _a(t,A),t})(Zd),LB=(function(A){function t(t,e){var i=A.call(this,t,e)||this,n=e.options[e.selectedIndex||0];return i.value=n&&n.text||"",i}return _a(t,A),t})(Zd),RB=(function(A){function t(t,e){var i=A.call(this,t,e)||this;return i.value=e.value,i}return _a(t,A),t})(Zd),xB=(function(A){function t(t,e){var i=A.call(this,t,e)||this;i.src=e.src,i.width=parseInt(e.width,10)||0,i.height=parseInt(e.height,10)||0,i.backgroundColor=i.styles.backgroundColor;try{if(e.contentWindow&&e.contentWindow.document&&e.contentWindow.document.documentElement){i.tree=VB(t,e.contentWindow.document.documentElement);var n=e.contentWindow.document.documentElement?Vu(t,getComputedStyle(e.contentWindow.document.documentElement).backgroundColor):Pu.TRANSPARENT,s=e.contentWindow.document.body?Vu(t,getComputedStyle(e.contentWindow.document.body).backgroundColor):Pu.TRANSPARENT;i.backgroundColor=ou(n)?ou(s)?i.styles.backgroundColor:s:n}}catch(r){}return i}return _a(t,A),t})(Zd),NB=["OL","UL","MENU"],GB=function(A,t,e,i){for(var n=t.firstChild,s=void 0;n;n=s)if(s=n.nextSibling,JB(n)&&n.data.length>0)e.textNodes.push(new UB(A,n,e.styles));else if(XB(n))if(aw(n)&&n.assignedNodes)n.assignedNodes().forEach((function(t){return GB(A,t,e,i)}));else{var r=jB(A,n);r.styles.isVisible()&&(PB(n,r,i)?r.flags|=4:_B(r.styles)&&(r.flags|=2),-1!==NB.indexOf(n.tagName)&&(r.flags|=8),e.elements.push(r),n.slot,n.shadowRoot?GB(A,n.shadowRoot,r,i):rw(n)||zB(n)||ow(n)||GB(A,n,r,i))}},jB=function(A,t){return iw(t)?new bB(A,t):tw(t)?new EB(A,t):zB(t)?new HB(A,t):WB(t)?new IB(A,t):qB(t)?new kB(A,t):$B(t)?new MB(A,t):ow(t)?new LB(A,t):rw(t)?new RB(A,t):nw(t)?new xB(A,t):new Zd(A,t)},VB=function(A,t){var e=jB(A,t);return e.flags|=4,GB(A,t,e,e),e},PB=function(A,t,e){return t.styles.isPositionedWithZIndex()||t.styles.opacity<1||t.styles.isTransformed()||Aw(A)&&e.styles.isTransparent()},_B=function(A){return A.isPositioned()||A.isFloating()},JB=function(A){return A.nodeType===Node.TEXT_NODE},XB=function(A){return A.nodeType===Node.ELEMENT_NODE},YB=function(A){return XB(A)&&void 0!==A.style&&!ZB(A)},ZB=function(A){return"object"==typeof A.className},WB=function(A){return"LI"===A.tagName},qB=function(A){return"OL"===A.tagName},$B=function(A){return"INPUT"===A.tagName},zB=function(A){return"svg"===A.tagName},Aw=function(A){return"BODY"===A.tagName},tw=function(A){return"CANVAS"===A.tagName},ew=function(A){return"VIDEO"===A.tagName},iw=function(A){return"IMG"===A.tagName},nw=function(A){return"IFRAME"===A.tagName},sw=function(A){return"STYLE"===A.tagName},rw=function(A){return"TEXTAREA"===A.tagName},ow=function(A){return"SELECT"===A.tagName},aw=function(A){return"SLOT"===A.tagName},cw=function(A){return A.tagName.indexOf("-")>0},hw=(function(){function A(){this.counters={}}return A.prototype.getCounterValue=function(A){var t=this.counters[A];return t&&t.length?t[t.length-1]:1},A.prototype.getCounterValues=function(A){return this.counters[A]||[]},A.prototype.pop=function(A){var t=this;A.forEach((function(A){return t.counters[A].pop()}))},A.prototype.parse=function(A){var t=this,e=A.counterIncrement,i=A.counterReset,n=!0;null!==e&&e.forEach((function(A){var e=t.counters[A.counter];e&&0!==A.increment&&(n=!1,e.length||e.push(1),e[Math.max(0,e.length-1)]+=A.increment)}));var s=[];return n&&i.forEach((function(A){var e=t.counters[A.counter];s.push(A.counter),e||(e=t.counters[A.counter]=[]),e.push(A.reset)})),s},A})(),uw={integers:[1e3,900,500,400,100,90,50,40,10,9,5,4,1],values:["M","CM","D","CD","C","XC","L","XL","X","IX","V","IV","I"]},lw={integers:[9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,900,800,700,600,500,400,300,200,100,90,80,70,60,50,40,30,20,10,9,8,7,6,5,4,3,2,1],values:["\u0554","\u0553","\u0552","\u0551","\u0550","\u054f","\u054e","\u054d","\u054c","\u054b","\u054a","\u0549","\u0548","\u0547","\u0546","\u0545","\u0544","\u0543","\u0542","\u0541","\u0540","\u053f","\u053e","\u053d","\u053c","\u053b","\u053a","\u0539","\u0538","\u0537","\u0536","\u0535","\u0534","\u0533","\u0532","\u0531"]},dw={integers:[1e4,9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,400,300,200,100,90,80,70,60,50,40,30,20,19,18,17,16,15,10,9,8,7,6,5,4,3,2,1],values:["\u05d9\u05f3","\u05d8\u05f3","\u05d7\u05f3","\u05d6\u05f3","\u05d5\u05f3","\u05d4\u05f3","\u05d3\u05f3","\u05d2\u05f3","\u05d1\u05f3","\u05d0\u05f3","\u05ea","\u05e9","\u05e8","\u05e7","\u05e6","\u05e4","\u05e2","\u05e1","\u05e0","\u05de","\u05dc","\u05db","\u05d9\u05d8","\u05d9\u05d7","\u05d9\u05d6","\u05d8\u05d6","\u05d8\u05d5","\u05d9","\u05d8","\u05d7","\u05d6","\u05d5","\u05d4","\u05d3","\u05d2","\u05d1","\u05d0"]},Bw={integers:[1e4,9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,900,800,700,600,500,400,300,200,100,90,80,70,60,50,40,30,20,10,9,8,7,6,5,4,3,2,1],values:["\u10f5","\u10f0","\u10ef","\u10f4","\u10ee","\u10ed","\u10ec","\u10eb","\u10ea","\u10e9","\u10e8","\u10e7","\u10e6","\u10e5","\u10e4","\u10f3","\u10e2","\u10e1","\u10e0","\u10df","\u10de","\u10dd","\u10f2","\u10dc","\u10db","\u10da","\u10d9","\u10d8","\u10d7","\u10f1","\u10d6","\u10d5","\u10d4","\u10d3","\u10d2","\u10d1","\u10d0"]},ww=function(A,t,e,i,n,s){return A<t||A>e?Fw(A,n,s.length>0):i.integers.reduce((function(t,e,n){for(;A>=e;)A-=e,t+=i.values[n];return t}),"")+s},fw=function(A,t,e,i){var n="";do{e||A--,n=i(A)+n,A/=t}while(A*t>=t);return n},gw=function(A,t,e,i,n){var s=e-t+1;return(A<0?"-":"")+(fw(Math.abs(A),s,i,(function(A){return $a(Math.floor(A%s)+t)}))+n)},Qw=function(A,t,e){void 0===e&&(e=". ");var i=t.length;return fw(Math.abs(A),i,!1,(function(A){return t[Math.floor(A%i)]}))+e},vw=function(A,t,e,i,n,s){if(A<-9999||A>9999)return Fw(A,4,n.length>0);var r=Math.abs(A),o=n;if(0===r)return t[0]+o;for(var a=0;r>0&&a<=4;a++){var c=r%10;0===c&&Td(s,1)&&""!==o?o=t[c]+o:c>1||1===c&&0===a||1===c&&1===a&&Td(s,2)||1===c&&1===a&&Td(s,4)&&A>100||1===c&&a>1&&Td(s,8)?o=t[c]+(a>0?e[a-1]:"")+o:1===c&&a>0&&(o=e[a-1]+o),r=Math.floor(r/10)}return(A<0?i:"")+o},pw="\u5341\u767e\u5343\u842c",mw="\u62fe\u4f70\u4edf\u842c",Uw="\u30de\u30a4\u30ca\u30b9",Cw="\ub9c8\uc774\ub108\uc2a4",Fw=function(A,t,e){var i=e?". ":"",n=e?"\u3001":"",s=e?", ":"",r=e?" ":"";switch(t){case 0:return"\u2022"+r;case 1:return"\u25e6"+r;case 2:return"\u25fe"+r;case 5:var o=gw(A,48,57,!0,i);return o.length<4?"0".concat(o):o;case 4:return Qw(A,"\u3007\u4e00\u4e8c\u4e09\u56db\u4e94\u516d\u4e03\u516b\u4e5d",n);case 6:return ww(A,1,3999,uw,3,i).toLowerCase();case 7:return ww(A,1,3999,uw,3,i);case 8:return gw(A,945,969,!1,i);case 9:return gw(A,97,122,!1,i);case 10:return gw(A,65,90,!1,i);case 11:return gw(A,1632,1641,!0,i);case 12:case 49:return ww(A,1,9999,lw,3,i);case 35:return ww(A,1,9999,lw,3,i).toLowerCase();case 13:return gw(A,2534,2543,!0,i);case 14:case 30:return gw(A,6112,6121,!0,i);case 15:return Qw(A,"\u5b50\u4e11\u5bc5\u536f\u8fb0\u5df3\u5348\u672a\u7533\u9149\u620c\u4ea5",n);case 16:return Qw(A,"\u7532\u4e59\u4e19\u4e01\u620a\u5df1\u5e9a\u8f9b\u58ec\u7678",n);case 17:case 48:return vw(A,"\u96f6\u4e00\u4e8c\u4e09\u56db\u4e94\u516d\u4e03\u516b\u4e5d",pw,"\u8ca0",n,14);case 47:return vw(A,"\u96f6\u58f9\u8cb3\u53c3\u8086\u4f0d\u9678\u67d2\u634c\u7396",mw,"\u8ca0",n,15);case 42:return vw(A,"\u96f6\u4e00\u4e8c\u4e09\u56db\u4e94\u516d\u4e03\u516b\u4e5d",pw,"\u8d1f",n,14);case 41:return vw(A,"\u96f6\u58f9\u8d30\u53c1\u8086\u4f0d\u9646\u67d2\u634c\u7396",mw,"\u8d1f",n,15);case 26:return vw(A,"\u3007\u4e00\u4e8c\u4e09\u56db\u4e94\u516d\u4e03\u516b\u4e5d","\u5341\u767e\u5343\u4e07",Uw,n,0);case 25:return vw(A,"\u96f6\u58f1\u5f10\u53c2\u56db\u4f0d\u516d\u4e03\u516b\u4e5d","\u62fe\u767e\u5343\u4e07",Uw,n,7);case 31:return vw(A,"\uc601\uc77c\uc774\uc0bc\uc0ac\uc624\uc721\uce60\ud314\uad6c","\uc2ed\ubc31\ucc9c\ub9cc",Cw,s,7);case 33:return vw(A,"\u96f6\u4e00\u4e8c\u4e09\u56db\u4e94\u516d\u4e03\u516b\u4e5d","\u5341\u767e\u5343\u842c",Cw,s,0);case 32:return vw(A,"\u96f6\u58f9\u8cb3\u53c3\u56db\u4e94\u516d\u4e03\u516b\u4e5d","\u62fe\u767e\u5343",Cw,s,7);case 18:return gw(A,2406,2415,!0,i);case 20:return ww(A,1,19999,Bw,3,i);case 21:return gw(A,2790,2799,!0,i);case 22:return gw(A,2662,2671,!0,i);case 52:return ww(A,1,10999,dw,3,i);case 23:return Qw(A,"\u3042\u3044\u3046\u3048\u304a\u304b\u304d\u304f\u3051\u3053\u3055\u3057\u3059\u305b\u305d\u305f\u3061\u3064\u3066\u3068\u306a\u306b\u306c\u306d\u306e\u306f\u3072\u3075\u3078\u307b\u307e\u307f\u3080\u3081\u3082\u3084\u3086\u3088\u3089\u308a\u308b\u308c\u308d\u308f\u3090\u3091\u3092\u3093");case 24:return Qw(A,"\u3044\u308d\u306f\u306b\u307b\u3078\u3068\u3061\u308a\u306c\u308b\u3092\u308f\u304b\u3088\u305f\u308c\u305d\u3064\u306d\u306a\u3089\u3080\u3046\u3090\u306e\u304a\u304f\u3084\u307e\u3051\u3075\u3053\u3048\u3066\u3042\u3055\u304d\u3086\u3081\u307f\u3057\u3091\u3072\u3082\u305b\u3059");case 27:return gw(A,3302,3311,!0,i);case 28:return Qw(A,"\u30a2\u30a4\u30a6\u30a8\u30aa\u30ab\u30ad\u30af\u30b1\u30b3\u30b5\u30b7\u30b9\u30bb\u30bd\u30bf\u30c1\u30c4\u30c6\u30c8\u30ca\u30cb\u30cc\u30cd\u30ce\u30cf\u30d2\u30d5\u30d8\u30db\u30de\u30df\u30e0\u30e1\u30e2\u30e4\u30e6\u30e8\u30e9\u30ea\u30eb\u30ec\u30ed\u30ef\u30f0\u30f1\u30f2\u30f3",n);case 29:return Qw(A,"\u30a4\u30ed\u30cf\u30cb\u30db\u30d8\u30c8\u30c1\u30ea\u30cc\u30eb\u30f2\u30ef\u30ab\u30e8\u30bf\u30ec\u30bd\u30c4\u30cd\u30ca\u30e9\u30e0\u30a6\u30f0\u30ce\u30aa\u30af\u30e4\u30de\u30b1\u30d5\u30b3\u30a8\u30c6\u30a2\u30b5\u30ad\u30e6\u30e1\u30df\u30b7\u30f1\u30d2\u30e2\u30bb\u30b9",n);case 34:return gw(A,3792,3801,!0,i);case 37:return gw(A,6160,6169,!0,i);case 38:return gw(A,4160,4169,!0,i);case 39:return gw(A,2918,2927,!0,i);case 40:return gw(A,1776,1785,!0,i);case 43:return gw(A,3046,3055,!0,i);case 44:return gw(A,3174,3183,!0,i);case 45:return gw(A,3664,3673,!0,i);case 46:return gw(A,3872,3881,!0,i);default:return gw(A,48,57,!0,i)}},yw="data-html2canvas-ignore",bw=(function(){function A(A,t,e){if(this.context=A,this.options=e,this.scrolledElements=[],this.referenceElement=t,this.counters=new hw,this.quoteDepth=0,!t.ownerDocument)throw new Error("Cloned element does not have an owner document");this.documentElement=this.cloneNode(t.ownerDocument.documentElement,!1)}return A.prototype.toIFrame=function(A,t){var e=this,i=Iw(A,t);if(!i.contentWindow)return Promise.reject("Unable to find iframe window");var n=A.defaultView.pageXOffset,s=A.defaultView.pageYOffset,r=i.contentWindow,o=r.document,a=Sw(i).then((function(){return Xa(e,void 0,void 0,(function(){var A,e;return Ya(this,(function(n){switch(n.label){case 0:return this.scrolledElements.forEach(Lw),r&&(r.scrollTo(t.left,t.top),!/(iPad|iPhone|iPod)/g.test(navigator.userAgent)||r.scrollY===t.top&&r.scrollX===t.left||(this.context.logger.warn("Unable to restore scroll position for cloned document"),this.context.windowBounds=this.context.windowBounds.add(r.scrollX-t.left,r.scrollY-t.top,0,0))),A=this.options.onclone,void 0===(e=this.clonedReferenceElement)?[2,Promise.reject("Error finding the ".concat(this.referenceElement.nodeName," in the cloned document"))]:o.fonts&&o.fonts.ready?[4,o.fonts.ready]:[3,2];case 1:n.sent(),n.label=2;case 2:return/(AppleWebKit)/g.test(navigator.userAgent)?[4,Tw(o)]:[3,4];case 3:n.sent(),n.label=4;case 4:return"function"==typeof A?[2,Promise.resolve().then((function(){return A(o,e)})).then((function(){return i}))]:[2,i]}}))}))})),c=o.adoptNode(this.documentElement);return Vw(c,o),o.open(),o.write("".concat(Dw(document.doctype),"<html></html>")),Mw(this.referenceElement.ownerDocument,n,s),o.replaceChild(c,o.documentElement),o.close(),a},A.prototype.createElementClone=function(A){if(Yd(A,2),tw(A))return this.createCanvasClone(A);if(ew(A))return this.createVideoClone(A);if(sw(A))return this.createStyleClone(A);var t=A.cloneNode(!1);return iw(t)&&(iw(A)&&A.currentSrc&&A.currentSrc!==A.src&&(t.src=A.currentSrc,t.srcset=""),"lazy"===t.loading&&(t.loading="eager")),cw(t)?this.createCustomElementClone(t):t},A.prototype.createCustomElementClone=function(A){var t=document.createElement("html2canvascustomelement");return Ow(A.style,t),t},A.prototype.createStyleClone=function(A){try{var t=A.sheet;if(t&&t.cssRules){var e=[].slice.call(t.cssRules,0).reduce((function(A,t){return t&&"string"==typeof t.cssText?A+t.cssText:A}),""),i=A.cloneNode(!1);return i.textContent=e,i}}catch(n){if(this.context.logger.error("Unable to access cssRules property",n),"SecurityError"!==n.name)throw n}return A.cloneNode(!1)},A.prototype.createCanvasClone=function(A){var t;if(this.options.inlineImages&&A.ownerDocument){var e=A.ownerDocument.createElement("img");try{return e.src=A.toDataURL(),e}catch(a){this.context.logger.info("Unable to inline canvas contents, canvas is tainted",A)}}var i=A.cloneNode(!1);try{i.width=A.width,i.height=A.height;var n=A.getContext("2d"),s=i.getContext("2d",{willReadFrequently:!0});if(s)if(!this.options.allowTaint&&n)s.putImageData(n.getImageData(0,0,A.width,A.height),0,0);else{var r=null!==(t=A.getContext("webgl2"))&&void 0!==t?t:A.getContext("webgl");if(r){var o=r.getContextAttributes();!1===(null==o?void 0:o.preserveDrawingBuffer)&&this.context.logger.warn("Unable to clone WebGL context as it has preserveDrawingBuffer=false",A)}s.drawImage(A,0,0)}return i}catch(a){this.context.logger.info("Unable to clone canvas as it is tainted",A)}return i},A.prototype.createVideoClone=function(A){var t=A.ownerDocument.createElement("canvas");t.width=A.offsetWidth,t.height=A.offsetHeight;var e=t.getContext("2d");try{return e&&(e.drawImage(A,0,0,t.width,t.height),this.options.allowTaint||e.getImageData(0,0,t.width,t.height)),t}catch(n){this.context.logger.info("Unable to clone video as it is tainted",A)}var i=A.ownerDocument.createElement("canvas");return i.width=A.offsetWidth,i.height=A.offsetHeight,i},A.prototype.appendChildNode=function(A,t,e){XB(t)&&("SCRIPT"===t.tagName||t.hasAttribute(yw)||"function"==typeof this.options.ignoreElements&&this.options.ignoreElements(t))||this.options.copyStyles&&XB(t)&&sw(t)||A.appendChild(this.cloneNode(t,e))},A.prototype.cloneChildNodes=function(A,t,e){for(var i=this,n=A.shadowRoot?A.shadowRoot.firstChild:A.firstChild;n;n=n.nextSibling)if(XB(n)&&aw(n)&&"function"==typeof n.assignedNodes){var s=n.assignedNodes();s.length&&s.forEach((function(A){return i.appendChildNode(t,A,e)}))}else this.appendChildNode(t,n,e)},A.prototype.cloneNode=function(A,t){if(JB(A))return document.createTextNode(A.data);if(!A.ownerDocument)return A.cloneNode(!1);var e=A.ownerDocument.defaultView;if(e&&XB(A)&&(YB(A)||ZB(A))){var i=this.createElementClone(A);i.style.transitionProperty="none";var n=e.getComputedStyle(A),s=e.getComputedStyle(A,":before"),r=e.getComputedStyle(A,":after");this.referenceElement===A&&YB(i)&&(this.clonedReferenceElement=i),Aw(i)&&Gw(i);var o=this.counters.parse(new Jd(this.context,n)),a=this.resolvePseudoContent(A,i,s,eB.BEFORE);cw(A)&&(t=!0),ew(A)||this.cloneChildNodes(A,i,t),a&&i.insertBefore(a,i.firstChild);var c=this.resolvePseudoContent(A,i,r,eB.AFTER);return c&&i.appendChild(c),this.counters.pop(o),(n&&(this.options.copyStyles||ZB(A))&&!nw(A)||t)&&Ow(n,i),0===A.scrollTop&&0===A.scrollLeft||this.scrolledElements.push([i,A.scrollLeft,A.scrollTop]),(rw(A)||ow(A))&&(rw(i)||ow(i))&&(i.value=A.value),i}return A.cloneNode(!1)},A.prototype.resolvePseudoContent=function(A,t,e,i){var n=this;if(e){var s=e.content,r=t.ownerDocument;if(r&&s&&"none"!==s&&"-moz-alt-content"!==s&&"none"!==e.display){this.counters.parse(new Jd(this.context,e));var o=new _d(this.context,e),a=r.createElement("html2canvaspseudoelement");Ow(e,a),o.content.forEach((function(t){if(0===t.type)a.appendChild(r.createTextNode(t.value));else if(22===t.type){var e=r.createElement("img");e.src=t.value,e.style.opacity="1",a.appendChild(e)}else if(18===t.type){if("attr"===t.name){var i=t.values.filter(Nh);i.length&&a.appendChild(r.createTextNode(A.getAttribute(i[0].value)||""))}else if("counter"===t.name){var s=t.values.filter(Ph),c=s[0],h=s[1];if(c&&Nh(c)){var u=n.counters.getCounterValue(c.value),l=h&&Nh(h)?ql.parse(n.context,h.value):3;a.appendChild(r.createTextNode(Fw(u,l,!1)))}}else if("counters"===t.name){var d=t.values.filter(Ph),B=(c=d[0],d[1]);if(h=d[2],c&&Nh(c)){var w=n.counters.getCounterValues(c.value),f=h&&Nh(h)?ql.parse(n.context,h.value):3,g=B&&0===B.type?B.value:"",Q=w.map((function(A){return Fw(A,f,!1)})).join(g);a.appendChild(r.createTextNode(Q))}}}else if(20===t.type)switch(t.value){case"open-quote":a.appendChild(r.createTextNode(Ld(o.quotes,n.quoteDepth++,!0)));break;case"close-quote":a.appendChild(r.createTextNode(Ld(o.quotes,--n.quoteDepth,!1)));break;default:a.appendChild(r.createTextNode(t.value))}})),a.className="".concat(Rw," ").concat(xw);var c=i===eB.BEFORE?" ".concat(Rw):" ".concat(xw);return ZB(t)?t.className.baseValue+=c:t.className+=c,a}}},A.destroy=function(A){return!!A.parentNode&&(A.parentNode.removeChild(A),!0)},A})();(iB=eB||(eB={}))[iB.BEFORE=0]="BEFORE",iB[iB.AFTER=1]="AFTER";var Ew,Hw,Iw=function(A,t){var e=A.createElement("iframe");return e.className="html2canvas-container",e.style.visibility="hidden",e.style.position="fixed",e.style.left="-10000px",e.style.top="0px",e.style.border="0",e.width=t.width.toString(),e.height=t.height.toString(),e.scrolling="no",e.setAttribute(yw,"true"),A.body.appendChild(e),e},kw=function(A){return new Promise((function(t){A.complete?t():A.src?(A.onload=t,A.onerror=t):t()}))},Tw=function(A){return Promise.all([].slice.call(A.images,0).map(kw))},Sw=function(A){return new Promise((function(t,e){var i=A.contentWindow;if(!i)return e("No window assigned for iframe");var n=i.document;i.onload=A.onload=function(){i.onload=A.onload=null;var e=setInterval((function(){n.body.childNodes.length>0&&"complete"===n.readyState&&(clearInterval(e),t(A))}),50)}}))},Kw=["all","d","content"],Ow=function(A,t){for(var e=A.length-1;e>=0;e--){var i=A.item(e);-1===Kw.indexOf(i)&&t.style.setProperty(i,A.getPropertyValue(i))}return t},Dw=function(A){var t="";return A&&(t+="<!DOCTYPE ",A.name&&(t+=A.name),A.internalSubset&&(t+=A.internalSubset),A.publicId&&(t+='"'.concat(A.publicId,'"')),A.systemId&&(t+='"'.concat(A.systemId,'"')),t+=">"),t},Mw=function(A,t,e){A&&A.defaultView&&(t!==A.defaultView.pageXOffset||e!==A.defaultView.pageYOffset)&&A.defaultView.scrollTo(t,e)},Lw=function(A){var t=A[0],e=A[1],i=A[2];t.scrollLeft=e,t.scrollTop=i},Rw="___html2canvas___pseudoelement_before",xw="___html2canvas___pseudoelement_after",Nw='{\n content: "" !important;\n display: none !important;\n}',Gw=function(A){jw(A,".".concat(Rw).concat(":before").concat(Nw,"\n .").concat(xw).concat(":after").concat(Nw))},jw=function(A,t){var e=A.ownerDocument;if(e){var i=e.createElement("style");i.textContent=t,A.appendChild(i)}},Vw=function(A,t){var e,i=t.createElement("base");i.href=t.baseURI;var n=A.getElementsByTagName("head").item(0);null==n||n.insertBefore(i,null!==(e=null==n?void 0:n.firstChild)&&void 0!==e?e:null)},Pw=(function(){function A(){}return A.getOrigin=function(t){var e=A.SA;return e?(e.href=t,e.href=e.href,e.protocol+e.hostname+e.port):"about:blank"},A.isSameOrigin=function(t){return A.getOrigin(t)===A.KA},A.setContext=function(t){A.SA=t.document.createElement("a"),A.KA=A.getOrigin(t.location.href)},A.KA="about:blank",A})(),_w=(function(){function A(A,t){this.context=A,this.OA=t,this.DA={}}return A.prototype.addImage=function(A){var t=Promise.resolve();return this.has(A)?t:$w(A)||Zw(A)?((this.DA[A]=this.loadImage(A)).catch((function(){})),t):t},A.prototype.match=function(A){return this.DA[A]},A.prototype.loadImage=function(A){return Xa(this,void 0,void 0,(function(){var t,e,i,n,s,r=this;return Ya(this,(function(o){switch(o.label){case 0:return"function"!=typeof this.OA.customIsSameOrigin?[3,2]:[4,this.OA.customIsSameOrigin(A,Pw.isSameOrigin)];case 1:return e=o.sent(),[3,3];case 2:e=Pw.isSameOrigin(A),o.label=3;case 3:return t=e,i=!Ww(A)&&!0===this.OA.useCORS&&gB.SUPPORT_CORS_IMAGES&&!t,n=!Ww(A)&&!t&&!$w(A)&&"string"==typeof this.OA.proxy&&gB.SUPPORT_CORS_XHR&&!i,t||!1!==this.OA.allowTaint||Ww(A)||$w(A)||n||i?(s=A,n?[4,this.proxy(s)]:[3,5]):[2];case 4:s=o.sent(),o.label=5;case 5:return this.context.logger.debug("Added image ".concat(A.substring(0,256))),[4,new Promise((function(A,t){var e=new Image;e.onload=function(){return A(e)},e.onerror=t,(qw(s)||i)&&(e.crossOrigin="anonymous"),e.src=s,!0===e.complete&&setTimeout((function(){return A(e)}),500),r.OA.imageTimeout>0&&setTimeout((function(){return t("Timed out (".concat(r.OA.imageTimeout,"ms) loading image"))}),r.OA.imageTimeout)}))];case 6:return[2,o.sent()]}}))}))},A.prototype.has=function(A){return void 0!==this.DA[A]},A.prototype.keys=function(){return Promise.resolve(Object.keys(this.DA))},A.prototype.proxy=function(A){var t=this,e=this.OA.proxy;if(!e)throw new Error("No proxy defined");var i=A.substring(0,256);return new Promise((function(n,s){var r=gB.SUPPORT_RESPONSE_TYPE?"blob":"text",o=new XMLHttpRequest;o.onload=function(){if(200===o.status)if("text"===r)n(o.response);else{var A=new FileReader;A.addEventListener("load",(function(){return n(A.result)}),!1),A.addEventListener("error",(function(A){return s(A)}),!1),A.readAsDataURL(o.response)}else s("Failed to proxy resource ".concat(i," with status code ").concat(o.status))},o.onerror=s;var a=e.indexOf("?")>-1?"&":"?";if(o.open("GET","".concat(e).concat(a,"url=").concat(encodeURIComponent(A),"&responseType=").concat(r)),"text"!==r&&o instanceof XMLHttpRequest&&(o.responseType=r),t.OA.imageTimeout){var c=t.OA.imageTimeout;o.timeout=c,o.ontimeout=function(){return s("Timed out (".concat(c,"ms) proxying ").concat(i))}}o.send()}))},A})(),Jw=/^data:image\/svg\+xml/i,Xw=/^data:image\/.*;base64,/i,Yw=/^data:image\/.*/i,Zw=function(A){return gB.SUPPORT_SVG_DRAWING||!zw(A)},Ww=function(A){return Yw.test(A)},qw=function(A){return Xw.test(A)},$w=function(A){return"blob"===A.substr(0,4)},zw=function(A){return"svg"===A.substr(-3).toLowerCase()||Jw.test(A)},Af=(function(){function A(A,t){this.type=0,this.x=A,this.y=t}return A.prototype.add=function(t,e){return new A(this.x+t,this.y+e)},A})(),tf=function(A,t,e){return new Af(A.x+(t.x-A.x)*e,A.y+(t.y-A.y)*e)},ef=(function(){function A(A,t,e,i){this.type=1,this.start=A,this.startControl=t,this.endControl=e,this.end=i}return A.prototype.subdivide=function(t,e){var i=tf(this.start,this.startControl,t),n=tf(this.startControl,this.endControl,t),s=tf(this.endControl,this.end,t),r=tf(i,n,t),o=tf(n,s,t),a=tf(r,o,t);return e?new A(this.start,i,r,a):new A(a,o,s,this.end)},A.prototype.add=function(t,e){return new A(this.start.add(t,e),this.startControl.add(t,e),this.endControl.add(t,e),this.end.add(t,e))},A.prototype.reverse=function(){return new A(this.end,this.endControl,this.startControl,this.start)},A})(),nf=function(A){return 1===A.type},sf=function(A){var t=A.styles,e=A.bounds,i=zh(t.borderTopLeftRadius,e.width,e.height),n=i[0],s=i[1],r=zh(t.borderTopRightRadius,e.width,e.height),o=r[0],a=r[1],c=zh(t.borderBottomRightRadius,e.width,e.height),h=c[0],u=c[1],l=zh(t.borderBottomLeftRadius,e.width,e.height),d=l[0],B=l[1],w=[];w.push((n+o)/e.width),w.push((d+h)/e.width),w.push((s+B)/e.height),w.push((a+u)/e.height);var f=Math.max.apply(Math,w);f>1&&(n/=f,s/=f,o/=f,a/=f,h/=f,u/=f,d/=f,B/=f);var g=e.width-o,Q=e.height-u,v=e.width-h,p=e.height-B,m=t.borderTopWidth,U=t.borderRightWidth,C=t.borderBottomWidth,F=t.borderLeftWidth,y=Au(t.paddingTop,A.bounds.width),b=Au(t.paddingRight,A.bounds.width),E=Au(t.paddingBottom,A.bounds.width),H=Au(t.paddingLeft,A.bounds.width);this.topLeftBorderDoubleOuterBox=n>0||s>0?rf(e.left+F/3,e.top+m/3,n-F/3,s-m/3,Ew.TOP_LEFT):new Af(e.left+F/3,e.top+m/3),this.topRightBorderDoubleOuterBox=n>0||s>0?rf(e.left+g,e.top+m/3,o-U/3,a-m/3,Ew.TOP_RIGHT):new Af(e.left+e.width-U/3,e.top+m/3),this.bottomRightBorderDoubleOuterBox=h>0||u>0?rf(e.left+v,e.top+Q,h-U/3,u-C/3,Ew.BOTTOM_RIGHT):new Af(e.left+e.width-U/3,e.top+e.height-C/3),this.bottomLeftBorderDoubleOuterBox=d>0||B>0?rf(e.left+F/3,e.top+p,d-F/3,B-C/3,Ew.BOTTOM_LEFT):new Af(e.left+F/3,e.top+e.height-C/3),this.topLeftBorderDoubleInnerBox=n>0||s>0?rf(e.left+2*F/3,e.top+2*m/3,n-2*F/3,s-2*m/3,Ew.TOP_LEFT):new Af(e.left+2*F/3,e.top+2*m/3),this.topRightBorderDoubleInnerBox=n>0||s>0?rf(e.left+g,e.top+2*m/3,o-2*U/3,a-2*m/3,Ew.TOP_RIGHT):new Af(e.left+e.width-2*U/3,e.top+2*m/3),this.bottomRightBorderDoubleInnerBox=h>0||u>0?rf(e.left+v,e.top+Q,h-2*U/3,u-2*C/3,Ew.BOTTOM_RIGHT):new Af(e.left+e.width-2*U/3,e.top+e.height-2*C/3),this.bottomLeftBorderDoubleInnerBox=d>0||B>0?rf(e.left+2*F/3,e.top+p,d-2*F/3,B-2*C/3,Ew.BOTTOM_LEFT):new Af(e.left+2*F/3,e.top+e.height-2*C/3),this.topLeftBorderStroke=n>0||s>0?rf(e.left+F/2,e.top+m/2,n-F/2,s-m/2,Ew.TOP_LEFT):new Af(e.left+F/2,e.top+m/2),this.topRightBorderStroke=n>0||s>0?rf(e.left+g,e.top+m/2,o-U/2,a-m/2,Ew.TOP_RIGHT):new Af(e.left+e.width-U/2,e.top+m/2),this.bottomRightBorderStroke=h>0||u>0?rf(e.left+v,e.top+Q,h-U/2,u-C/2,Ew.BOTTOM_RIGHT):new Af(e.left+e.width-U/2,e.top+e.height-C/2),this.bottomLeftBorderStroke=d>0||B>0?rf(e.left+F/2,e.top+p,d-F/2,B-C/2,Ew.BOTTOM_LEFT):new Af(e.left+F/2,e.top+e.height-C/2),this.topLeftBorderBox=n>0||s>0?rf(e.left,e.top,n,s,Ew.TOP_LEFT):new Af(e.left,e.top),this.topRightBorderBox=o>0||a>0?rf(e.left+g,e.top,o,a,Ew.TOP_RIGHT):new Af(e.left+e.width,e.top),this.bottomRightBorderBox=h>0||u>0?rf(e.left+v,e.top+Q,h,u,Ew.BOTTOM_RIGHT):new Af(e.left+e.width,e.top+e.height),this.bottomLeftBorderBox=d>0||B>0?rf(e.left,e.top+p,d,B,Ew.BOTTOM_LEFT):new Af(e.left,e.top+e.height),this.topLeftPaddingBox=n>0||s>0?rf(e.left+F,e.top+m,Math.max(0,n-F),Math.max(0,s-m),Ew.TOP_LEFT):new Af(e.left+F,e.top+m),this.topRightPaddingBox=o>0||a>0?rf(e.left+Math.min(g,e.width-U),e.top+m,g>e.width+U?0:Math.max(0,o-U),Math.max(0,a-m),Ew.TOP_RIGHT):new Af(e.left+e.width-U,e.top+m),this.bottomRightPaddingBox=h>0||u>0?rf(e.left+Math.min(v,e.width-F),e.top+Math.min(Q,e.height-C),Math.max(0,h-U),Math.max(0,u-C),Ew.BOTTOM_RIGHT):new Af(e.left+e.width-U,e.top+e.height-C),this.bottomLeftPaddingBox=d>0||B>0?rf(e.left+F,e.top+Math.min(p,e.height-C),Math.max(0,d-F),Math.max(0,B-C),Ew.BOTTOM_LEFT):new Af(e.left+F,e.top+e.height-C),this.topLeftContentBox=n>0||s>0?rf(e.left+F+H,e.top+m+y,Math.max(0,n-(F+H)),Math.max(0,s-(m+y)),Ew.TOP_LEFT):new Af(e.left+F+H,e.top+m+y),this.topRightContentBox=o>0||a>0?rf(e.left+Math.min(g,e.width+F+H),e.top+m+y,g>e.width+F+H?0:o-F+H,a-(m+y),Ew.TOP_RIGHT):new Af(e.left+e.width-(U+b),e.top+m+y),this.bottomRightContentBox=h>0||u>0?rf(e.left+Math.min(v,e.width-(F+H)),e.top+Math.min(Q,e.height+m+y),Math.max(0,h-(U+b)),u-(C+E),Ew.BOTTOM_RIGHT):new Af(e.left+e.width-(U+b),e.top+e.height-(C+E)),this.bottomLeftContentBox=d>0||B>0?rf(e.left+F+H,e.top+p,Math.max(0,d-(F+H)),B-(C+E),Ew.BOTTOM_LEFT):new Af(e.left+F+H,e.top+e.height-(C+E))};(Hw=Ew||(Ew={}))[Hw.TOP_LEFT=0]="TOP_LEFT",Hw[Hw.TOP_RIGHT=1]="TOP_RIGHT",Hw[Hw.BOTTOM_RIGHT=2]="BOTTOM_RIGHT",Hw[Hw.BOTTOM_LEFT=3]="BOTTOM_LEFT";var rf=function(A,t,e,i,n){var s=(Math.sqrt(2)-1)/3*4,r=e*s,o=i*s,a=A+e,c=t+i;switch(n){case Ew.TOP_LEFT:return new ef(new Af(A,c),new Af(A,c-o),new Af(a-r,t),new Af(a,t));case Ew.TOP_RIGHT:return new ef(new Af(A,t),new Af(A+r,t),new Af(a,c-o),new Af(a,c));case Ew.BOTTOM_RIGHT:return new ef(new Af(a,t),new Af(a,t+o),new Af(A+r,c),new Af(A,c));case Ew.BOTTOM_LEFT:default:return new ef(new Af(a,c),new Af(a-r,c),new Af(A,t+o),new Af(A,t))}},of=function(A){return[A.topLeftBorderBox,A.topRightBorderBox,A.bottomRightBorderBox,A.bottomLeftBorderBox]},af=function(A){return[A.topLeftPaddingBox,A.topRightPaddingBox,A.bottomRightPaddingBox,A.bottomLeftPaddingBox]},cf=function(A,t,e){this.offsetX=A,this.offsetY=t,this.matrix=e,this.type=0,this.target=6},hf=function(A,t){this.path=A,this.target=t,this.type=1},uf=function(A){this.opacity=A,this.type=2,this.target=6},lf=function(A){return 1===A.type},df=function(A,t){return A.length===t.length&&A.some((function(A,e){return A===t[e]}))},Bf=function(A){this.element=A,this.inlineLevel=[],this.nonInlineLevel=[],this.negativeZIndex=[],this.zeroOrAutoZIndexOrTransformedOrOpacity=[],this.positiveZIndex=[],this.nonPositionedFloats=[],this.nonPositionedInlineLevel=[]},wf=(function(){function A(A,t){if(this.container=A,this.parent=t,this.effects=[],this.curves=new sf(this.container),this.container.styles.opacity<1&&this.effects.push(new uf(this.container.styles.opacity)),null!==this.container.styles.transform){var e=this.container.bounds.left+this.container.styles.transformOrigin[0].number,i=this.container.bounds.top+this.container.styles.transformOrigin[1].number,n=this.container.styles.transform;this.effects.push(new cf(e,i,n))}if(0!==this.container.styles.overflowX){var s=of(this.curves),r=af(this.curves);df(s,r)?this.effects.push(new hf(s,6)):(this.effects.push(new hf(s,2)),this.effects.push(new hf(r,4)))}}return A.prototype.getEffects=function(A){for(var t=-1===[2,3].indexOf(this.container.styles.position),e=this.parent,i=this.effects.slice(0);e;){var n=e.effects.filter((function(A){return!lf(A)}));if(t||0!==e.container.styles.position||!e.parent){if(t=-1===[2,3].indexOf(e.container.styles.position),0!==e.container.styles.overflowX){var s=of(e.curves),r=af(e.curves);df(s,r)||i.unshift(new hf(r,6))}i.unshift.apply(i,n)}else i.unshift.apply(i,n);e=e.parent}return i.filter((function(t){return Td(t.target,A)}))},A})(),ff=function(A,t,e,i){A.container.elements.forEach((function(n){var s=Td(n.flags,4),r=Td(n.flags,2),o=new wf(n,A);Td(n.styles.display,2048)&&i.push(o);var a=Td(n.flags,8)?[]:i;if(s||r){var c=s||n.styles.isPositioned()?e:t,h=new Bf(o);if(n.styles.isPositioned()||n.styles.opacity<1||n.styles.isTransformed()){var u=n.styles.zIndex.order;if(u<0){var l=0;c.negativeZIndex.some((function(A,t){return u>A.element.container.styles.zIndex.order?(l=t,!1):l>0})),c.negativeZIndex.splice(l,0,h)}else if(u>0){var d=0;c.positiveZIndex.some((function(A,t){return u>=A.element.container.styles.zIndex.order?(d=t+1,!1):d>0})),c.positiveZIndex.splice(d,0,h)}else c.zeroOrAutoZIndexOrTransformedOrOpacity.push(h)}else n.styles.isFloating()?c.nonPositionedFloats.push(h):c.nonPositionedInlineLevel.push(h);ff(o,h,s?h:e,a)}else n.styles.isInlineLevel()?t.inlineLevel.push(o):t.nonInlineLevel.push(o),ff(o,t,e,a);Td(n.flags,8)&&gf(n,a)}))},gf=function(A,t){for(var e=A instanceof kB?A.start:1,i=A instanceof kB&&A.reversed,n=0;n<t.length;n++){var s=t[n];s.container instanceof IB&&"number"==typeof s.container.value&&0!==s.container.value&&(e=s.container.value),s.listValue=Fw(e,s.container.styles.listStyleType,!0),e+=i?-1:1}},Qf=function(A,t){switch(t){case 0:return pf(A.topLeftBorderBox,A.topLeftPaddingBox,A.topRightBorderBox,A.topRightPaddingBox);case 1:return pf(A.topRightBorderBox,A.topRightPaddingBox,A.bottomRightBorderBox,A.bottomRightPaddingBox);case 2:return pf(A.bottomRightBorderBox,A.bottomRightPaddingBox,A.bottomLeftBorderBox,A.bottomLeftPaddingBox);default:return pf(A.bottomLeftBorderBox,A.bottomLeftPaddingBox,A.topLeftBorderBox,A.topLeftPaddingBox)}},vf=function(A,t){var e=[];return nf(A)?e.push(A.subdivide(.5,!1)):e.push(A),nf(t)?e.push(t.subdivide(.5,!0)):e.push(t),e},pf=function(A,t,e,i){var n=[];return nf(A)?n.push(A.subdivide(.5,!1)):n.push(A),nf(e)?n.push(e.subdivide(.5,!0)):n.push(e),nf(i)?n.push(i.subdivide(.5,!0).reverse()):n.push(i),nf(t)?n.push(t.subdivide(.5,!1).reverse()):n.push(t),n},mf=function(A){var t=A.bounds,e=A.styles;return t.add(e.borderLeftWidth,e.borderTopWidth,-(e.borderRightWidth+e.borderLeftWidth),-(e.borderTopWidth+e.borderBottomWidth))},Uf=function(A){var t=A.styles,e=A.bounds,i=Au(t.paddingLeft,e.width),n=Au(t.paddingRight,e.width),s=Au(t.paddingTop,e.width),r=Au(t.paddingBottom,e.width);return e.add(i+t.borderLeftWidth,s+t.borderTopWidth,-(t.borderRightWidth+t.borderLeftWidth+i+n),-(t.borderTopWidth+t.borderBottomWidth+s+r))},Cf=function(A,t,e){var i,n,s=(n=A,0===(i=Ef(A.styles.backgroundOrigin,t))?n.bounds:2===i?Uf(n):mf(n)),r=(function(A,t){return 0===A?t.bounds:2===A?Uf(t):mf(t)})(Ef(A.styles.backgroundClip,t),A),o=bf(Ef(A.styles.backgroundSize,t),e,s),a=o[0],c=o[1],h=zh(Ef(A.styles.backgroundPosition,t),s.width-a,s.height-c);return[Hf(Ef(A.styles.backgroundRepeat,t),h,o,s,r),Math.round(s.left+h[0]),Math.round(s.top+h[1]),a=Math.max(1,a),c=Math.max(1,c)]},Ff=function(A){return Nh(A)&&A.value===wc.AUTO},yf=function(A){return"number"==typeof A},bf=function(A,t,e){var i=t[0],n=t[1],s=t[2],r=A[0],o=A[1];if(!r)return[0,0];if(Yh(r)&&o&&Yh(o))return[Au(r,e.width),Au(o,e.height)];var a=yf(s);if(Nh(r)&&(r.value===wc.CONTAIN||r.value===wc.COVER))return yf(s)?e.width/e.height<s!=(r.value===wc.COVER)?[e.width,e.width/s]:[e.height*s,e.height]:[e.width,e.height];var c=yf(i),h=yf(n),u=c||h;if(Ff(r)&&(!o||Ff(o)))return c&&h?[i,n]:a||u?u&&a?[c?i:n*s,h?n:i/s]:[c?i:e.width,h?n:e.height]:[e.width,e.height];if(a){var l=0,d=0;return Yh(r)?l=Au(r,e.width):Yh(o)&&(d=Au(o,e.height)),Ff(r)?l=d*s:o&&!Ff(o)||(d=l/s),[l,d]}var B=null,w=null;if(Yh(r)?B=Au(r,e.width):o&&Yh(o)&&(w=Au(o,e.height)),null===B||o&&!Ff(o)||(w=c&&h?B/i*n:e.height),null!==w&&Ff(r)&&(B=c&&h?w/n*i:e.width),null!==B&&null!==w)return[B,w];throw new Error("Unable to calculate background-size for element")},Ef=function(A,t){var e=A[t];return void 0===e?A[0]:e},Hf=function(A,t,e,i,n){var s=t[0],r=t[1],o=e[0],a=e[1];switch(A){case 2:return[new Af(Math.round(i.left),Math.round(i.top+r)),new Af(Math.round(i.left+i.width),Math.round(i.top+r)),new Af(Math.round(i.left+i.width),Math.round(a+i.top+r)),new Af(Math.round(i.left),Math.round(a+i.top+r))];case 3:return[new Af(Math.round(i.left+s),Math.round(i.top)),new Af(Math.round(i.left+s+o),Math.round(i.top)),new Af(Math.round(i.left+s+o),Math.round(i.height+i.top)),new Af(Math.round(i.left+s),Math.round(i.height+i.top))];case 1:return[new Af(Math.round(i.left+s),Math.round(i.top+r)),new Af(Math.round(i.left+s+o),Math.round(i.top+r)),new Af(Math.round(i.left+s+o),Math.round(i.top+r+a)),new Af(Math.round(i.left+s),Math.round(i.top+r+a))];default:return[new Af(Math.round(n.left),Math.round(n.top)),new Af(Math.round(n.left+n.width),Math.round(n.top)),new Af(Math.round(n.left+n.width),Math.round(n.height+n.top)),new Af(Math.round(n.left),Math.round(n.height+n.top))]}},If="Hidden Text",kf=(function(){function A(A){this.MA={},this.LA=A}return A.prototype.parseMetrics=function(A,t){var e=this.LA.createElement("div"),i=this.LA.createElement("img"),n=this.LA.createElement("span"),s=this.LA.body;e.style.visibility="hidden",e.style.fontFamily=A,e.style.fontSize=t,e.style.margin="0",e.style.padding="0",e.style.whiteSpace="nowrap",s.appendChild(e),i.src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",i.width=1,i.height=1,i.style.margin="0",i.style.padding="0",i.style.verticalAlign="baseline",n.style.fontFamily=A,n.style.fontSize=t,n.style.margin="0",n.style.padding="0",n.appendChild(this.LA.createTextNode(If)),e.appendChild(n),e.appendChild(i);var r=i.offsetTop-n.offsetTop+2;e.removeChild(n),e.appendChild(this.LA.createTextNode(If)),e.style.lineHeight="normal",i.style.verticalAlign="super";var o=i.offsetTop-e.offsetTop+2;return s.removeChild(e),{baseline:r,middle:o}},A.prototype.getMetrics=function(A,t){var e="".concat(A," ").concat(t);return void 0===this.MA[e]&&(this.MA[e]=this.parseMetrics(A,t)),this.MA[e]},A})(),Tf=function(A,t){this.context=A,this.options=t},Sf=(function(A){function t(t,e){var i=A.call(this,t,e)||this;return i.RA=[],i.canvas=e.canvas?e.canvas:document.createElement("canvas"),i.ctx=i.canvas.getContext("2d"),e.canvas||(i.canvas.width=Math.floor(e.width*e.scale),i.canvas.height=Math.floor(e.height*e.scale),i.canvas.style.width="".concat(e.width,"px"),i.canvas.style.height="".concat(e.height,"px")),i.fontMetrics=new kf(document),i.ctx.scale(i.options.scale,i.options.scale),i.ctx.translate(-e.x,-e.y),i.ctx.textBaseline="bottom",i.RA=[],i.context.logger.debug("Canvas renderer initialized (".concat(e.width,"x").concat(e.height,") with scale ").concat(e.scale)),i}return _a(t,A),t.prototype.applyEffects=function(A){for(var t=this;this.RA.length;)this.popEffect();A.forEach((function(A){return t.applyEffect(A)}))},t.prototype.applyEffect=function(A){this.ctx.save(),(function(A){return 2===A.type})(A)&&(this.ctx.globalAlpha=A.opacity),(function(A){return 0===A.type})(A)&&(this.ctx.translate(A.offsetX,A.offsetY),this.ctx.transform(A.matrix[0],A.matrix[1],A.matrix[2],A.matrix[3],A.matrix[4],A.matrix[5]),this.ctx.translate(-A.offsetX,-A.offsetY)),lf(A)&&(this.path(A.path),this.ctx.clip()),this.RA.push(A)},t.prototype.popEffect=function(){this.RA.pop(),this.ctx.restore()},t.prototype.renderStack=function(A){return Xa(this,void 0,void 0,(function(){return Ya(this,(function(t){switch(t.label){case 0:return A.element.container.styles.isVisible()?[4,this.renderStackContent(A)]:[3,2];case 1:t.sent(),t.label=2;case 2:return[2]}}))}))},t.prototype.renderNode=function(A){return Xa(this,void 0,void 0,(function(){return Ya(this,(function(t){switch(t.label){case 0:return Td(A.container.flags,16),A.container.styles.isVisible()?[4,this.renderNodeBackgroundAndBorders(A)]:[3,3];case 1:return t.sent(),[4,this.renderNodeContent(A)];case 2:t.sent(),t.label=3;case 3:return[2]}}))}))},t.prototype.renderTextWithLetterSpacing=function(A,t,e){var i=this;0===t?-1===navigator.userAgent.indexOf("Firefox")?(this.ctx.textBaseline="ideographic",this.ctx.fillText(A.text,A.bounds.left,A.bounds.top+A.bounds.height)):this.ctx.fillText(A.text,A.bounds.left,A.bounds.top+e):pB(A.text).reduce((function(t,n){return i.ctx.fillText(n,t,A.bounds.top+e),t+i.ctx.measureText(n).width}),A.bounds.left)},t.prototype.createFontStyle=function(A){var t=A.fontVariant.filter((function(A){return"normal"===A||"small-caps"===A})).join(""),e=Lf(A.fontFamily).join(", "),i=Rh(A.fontSize)?"".concat(A.fontSize.number).concat(A.fontSize.unit):"".concat(A.fontSize.number,"px");return[[A.fontStyle,t,A.fontWeight,i,e].join(" "),e,i]},t.prototype.renderTextNode=function(A,t){return Xa(this,void 0,void 0,(function(){var e,i,n=this;return Ya(this,(function(s){return e=this.createFontStyle(t)[0],this.ctx.font=e,this.ctx.direction=1===t.direction?"rtl":"ltr",this.ctx.textAlign="left",this.ctx.textBaseline="alphabetic",i=t.paintOrder,A.textBounds.forEach((function(A){i.forEach((function(e){switch(e){case 0:n.ctx.fillStyle=au(t.color),n.renderTextWithLetterSpacing(A,t.letterSpacing,t.fontSize.number);var i=t.textShadow;i.length&&A.text.trim().length&&(i.slice(0).reverse().forEach((function(e){n.ctx.shadowColor=au(e.color),n.ctx.shadowOffsetX=e.offsetX.number*n.options.scale,n.ctx.shadowOffsetY=e.offsetY.number*n.options.scale,n.ctx.shadowBlur=e.blur.number,n.renderTextWithLetterSpacing(A,t.letterSpacing,t.fontSize.number)})),n.ctx.shadowColor="",n.ctx.shadowOffsetX=0,n.ctx.shadowOffsetY=0,n.ctx.shadowBlur=0),t.textDecorationLine.length&&(n.ctx.fillStyle=au(t.textDecorationColor||t.color),t.textDecorationLine.forEach((function(t){switch(t){case 1:n.ctx.fillRect(A.bounds.left,A.bounds.top+A.bounds.height-1,A.bounds.width,1);break;case 2:n.ctx.fillRect(A.bounds.left,A.bounds.top,A.bounds.width,1);break;case 3:n.ctx.fillRect(A.bounds.left,A.bounds.top+(A.bounds.height/2-.5),A.bounds.width,1)}})));break;case 1:t.webkitTextStrokeWidth&&A.text.trim().length&&(n.ctx.strokeStyle=au(t.webkitTextStrokeColor),n.ctx.lineWidth=t.webkitTextStrokeWidth,n.ctx.lineJoin=window.chrome?"miter":"round",n.ctx.strokeText(A.text,A.bounds.left,A.bounds.top+A.bounds.height)),n.ctx.strokeStyle="",n.ctx.lineWidth=0,n.ctx.lineJoin="miter"}}))})),[2]}))}))},t.prototype.renderReplacedElement=function(A,t,e){var i=e.naturalWidth||A.intrinsicWidth,n=e.naturalHeight||A.intrinsicHeight;if(e&&i>0&&n>0){var s=Uf(A),r=af(t);this.path(r),this.ctx.save(),this.ctx.clip();var o=0,a=0,c=i,h=n,u=s.left,l=s.top,d=s.width,B=s.height,w=A.styles.objectFit,f=d/B,g=c/h;2===w?g>f?(B=d/g,l+=(s.height-B)/2):(d=B*g,u+=(s.width-d)/2):4===w?g>f?o+=(i-(c=h*f))/2:a+=(n-(h=c/f))/2:8===w?(c>d?(o+=(c-d)/2,c=d):(u+=(d-c)/2,d=c),h>B?(a+=(h-B)/2,h=B):(l+=(B-h)/2,B=h)):16===w&&((g>f?d:B*g)<(c>d?c:d)?g>f?(B=d/g,l+=(s.height-B)/2):(d=B*g,u+=(s.width-d)/2):(c>d?(o+=(c-d)/2,c=d):(u+=(d-c)/2,d=c),h>B?(a+=(h-B)/2,h=B):(l+=(B-h)/2,B=h))),this.ctx.drawImage(e,o,a,c,h,u,l,d,B),this.ctx.restore()}},t.prototype.renderNodeContent=function(A){return Xa(this,void 0,void 0,(function(){var e,i,n,s,r,o,a,c,h,u,l,d,B,w,f,g,Q,v,p;return Ya(this,(function(m){switch(m.label){case 0:this.applyEffects(A.getEffects(4)),e=A.container,i=A.curves,n=e.styles,s=0,r=e.textNodes,m.label=1;case 1:return s<r.length?(o=r[s],[4,this.renderTextNode(o,n)]):[3,4];case 2:m.sent(),m.label=3;case 3:return s++,[3,1];case 4:if(!(e instanceof bB))return[3,8];m.label=5;case 5:return m.trys.push([5,7,,8]),[4,this.context.cache.match(e.src)];case 6:return g=m.sent(),this.renderReplacedElement(e,i,g),[3,8];case 7:return m.sent(),this.context.logger.error("Error loading image ".concat(e.src)),[3,8];case 8:if(e instanceof EB&&this.renderReplacedElement(e,i,e.canvas),!(e instanceof HB))return[3,12];m.label=9;case 9:return m.trys.push([9,11,,12]),[4,this.context.cache.match(e.svg)];case 10:return g=m.sent(),this.renderReplacedElement(e,i,g),[3,12];case 11:return m.sent(),this.context.logger.error("Error loading svg ".concat(e.svg.substring(0,255))),[3,12];case 12:return e instanceof xB&&e.tree?[4,new t(this.context,{scale:this.options.scale,backgroundColor:e.backgroundColor,x:0,y:0,width:e.width,height:e.height}).render(e.tree)]:[3,14];case 13:a=m.sent(),e.width&&e.height&&this.ctx.drawImage(a,0,0,e.width,e.height,e.bounds.left,e.bounds.top,e.bounds.width,e.bounds.height),m.label=14;case 14:if(e instanceof MB&&(c=Math.min(e.bounds.width,e.bounds.height),e.type===KB?e.checked&&(this.ctx.save(),this.path([new Af(e.bounds.left+.39363*c,e.bounds.top+.79*c),new Af(e.bounds.left+.16*c,e.bounds.top+.5549*c),new Af(e.bounds.left+.27347*c,e.bounds.top+.44071*c),new Af(e.bounds.left+.39694*c,e.bounds.top+.5649*c),new Af(e.bounds.left+.72983*c,e.bounds.top+.23*c),new Af(e.bounds.left+.84*c,e.bounds.top+.34085*c),new Af(e.bounds.left+.39363*c,e.bounds.top+.79*c)]),this.ctx.fillStyle=au(DB),this.ctx.fill(),this.ctx.restore()):e.type===OB&&e.checked&&(this.ctx.save(),this.ctx.beginPath(),this.ctx.arc(e.bounds.left+c/2,e.bounds.top+c/2,c/4,0,2*Math.PI,!0),this.ctx.fillStyle=au(DB),this.ctx.fill(),this.ctx.restore())),Kf(e)&&e.value.length){switch(h=this.createFontStyle(n),v=h[0],u=h[1],l=h[2],d=this.fontMetrics.getMetrics(u,l).baseline,this.ctx.font=v,this.ctx.fillStyle=au(n.color),this.ctx.textBaseline="alphabetic",this.ctx.textAlign=Df(e.styles.textAlign),p=Uf(e),B=0,e.styles.textAlign){case 1:B+=p.width/2;break;case 2:B+=p.width}w=p.add(B,0,0,-p.height/2+1),this.ctx.save(),this.path([new Af(p.left,p.top),new Af(p.left+p.width,p.top),new Af(p.left+p.width,p.top+p.height),new Af(p.left,p.top+p.height)]),this.ctx.clip(),this.renderTextWithLetterSpacing(new QB(e.value,w),n.letterSpacing,d),this.ctx.restore(),this.ctx.textBaseline="alphabetic",this.ctx.textAlign="left"}if(!Td(e.styles.display,2048))return[3,20];if(null===e.styles.listStyleImage)return[3,19];if(0!==(f=e.styles.listStyleImage).type)return[3,18];g=void 0,Q=f.url,m.label=15;case 15:return m.trys.push([15,17,,18]),[4,this.context.cache.match(Q)];case 16:return g=m.sent(),this.ctx.drawImage(g,e.bounds.left-(g.width+10),e.bounds.top),[3,18];case 17:return m.sent(),this.context.logger.error("Error loading list-style-image ".concat(Q)),[3,18];case 18:return[3,20];case 19:A.listValue&&-1!==e.styles.listStyleType&&(v=this.createFontStyle(n)[0],this.ctx.font=v,this.ctx.fillStyle=au(n.color),this.ctx.textBaseline="middle",this.ctx.textAlign="right",p=new Za(e.bounds.left,e.bounds.top+Au(e.styles.paddingTop,e.bounds.width),e.bounds.width,Yl(n.lineHeight,n.fontSize.number)/2+1),this.renderTextWithLetterSpacing(new QB(A.listValue,p),n.letterSpacing,Yl(n.lineHeight,n.fontSize.number)/2+2),this.ctx.textBaseline="bottom",this.ctx.textAlign="left"),m.label=20;case 20:return[2]}}))}))},t.prototype.renderStackContent=function(A){return Xa(this,void 0,void 0,(function(){var t,e,i,n,s,r,o,a,c,h,u,l,d,B,w;return Ya(this,(function(f){switch(f.label){case 0:return Td(A.element.container.flags,16),[4,this.renderNodeBackgroundAndBorders(A.element)];case 1:f.sent(),t=0,e=A.negativeZIndex,f.label=2;case 2:return t<e.length?(w=e[t],[4,this.renderStack(w)]):[3,5];case 3:f.sent(),f.label=4;case 4:return t++,[3,2];case 5:return[4,this.renderNodeContent(A.element)];case 6:f.sent(),i=0,n=A.nonInlineLevel,f.label=7;case 7:return i<n.length?(w=n[i],[4,this.renderNode(w)]):[3,10];case 8:f.sent(),f.label=9;case 9:return i++,[3,7];case 10:s=0,r=A.nonPositionedFloats,f.label=11;case 11:return s<r.length?(w=r[s],[4,this.renderStack(w)]):[3,14];case 12:f.sent(),f.label=13;case 13:return s++,[3,11];case 14:o=0,a=A.nonPositionedInlineLevel,f.label=15;case 15:return o<a.length?(w=a[o],[4,this.renderStack(w)]):[3,18];case 16:f.sent(),f.label=17;case 17:return o++,[3,15];case 18:c=0,h=A.inlineLevel,f.label=19;case 19:return c<h.length?(w=h[c],[4,this.renderNode(w)]):[3,22];case 20:f.sent(),f.label=21;case 21:return c++,[3,19];case 22:u=0,l=A.zeroOrAutoZIndexOrTransformedOrOpacity,f.label=23;case 23:return u<l.length?(w=l[u],[4,this.renderStack(w)]):[3,26];case 24:f.sent(),f.label=25;case 25:return u++,[3,23];case 26:d=0,B=A.positiveZIndex,f.label=27;case 27:return d<B.length?(w=B[d],[4,this.renderStack(w)]):[3,30];case 28:f.sent(),f.label=29;case 29:return d++,[3,27];case 30:return[2]}}))}))},t.prototype.mask=function(A){this.ctx.beginPath(),this.ctx.moveTo(0,0),this.ctx.lineTo(this.canvas.width,0),this.ctx.lineTo(this.canvas.width,this.canvas.height),this.ctx.lineTo(0,this.canvas.height),this.ctx.lineTo(0,0),this.formatPath(A.slice(0).reverse()),this.ctx.closePath()},t.prototype.path=function(A){this.ctx.beginPath(),this.formatPath(A),this.ctx.closePath()},t.prototype.formatPath=function(A){var t=this;A.forEach((function(A,e){var i=nf(A)?A.start:A;0===e?t.ctx.moveTo(i.x,i.y):t.ctx.lineTo(i.x,i.y),nf(A)&&t.ctx.bezierCurveTo(A.startControl.x,A.startControl.y,A.endControl.x,A.endControl.y,A.end.x,A.end.y)}))},t.prototype.renderRepeat=function(A,t,e,i){this.path(A),this.ctx.fillStyle=t,this.ctx.translate(e,i),this.ctx.fill(),this.ctx.translate(-e,-i)},t.prototype.resizeImage=function(A,t,e){var i,n=(null!==(i=this.canvas.ownerDocument)&&void 0!==i?i:document).createElement("canvas");return n.width=Math.max(1,t),n.height=Math.max(1,e),n.getContext("2d").drawImage(A,0,0,A.width,A.height,0,0,t,e),n},t.prototype.renderBackgroundImage=function(A){return Xa(this,void 0,void 0,(function(){var t,e,i,n,s,r;return Ya(this,(function(o){switch(o.label){case 0:t=A.styles.backgroundImage.length-1,e=function(e){var n,s,r,o,a,c,h,u,l,d,B,w,f,g,Q,v,p,m,U,C,F,y,b,E,H,I,k,T,S,K,O,D,M;return Ya(this,(function(L){switch(L.label){case 0:if(0!==e.type)return[3,5];n=void 0,s=e.url,L.label=1;case 1:return L.trys.push([1,3,,4]),[4,i.context.cache.match(s)];case 2:return n=L.sent(),[3,4];case 3:return L.sent(),i.context.logger.error("Error loading background-image ".concat(s)),[3,4];case 4:return n&&(r=isNaN(n.width)||0===n.width?1:n.width,o=isNaN(n.height)||0===n.height?1:n.height,a=Cf(A,t,[r,o,r/o]),m=a[0],E=a[1],H=a[2],F=a[3],y=a[4],v=i.ctx.createPattern(i.resizeImage(n,F,y),"repeat"),i.renderRepeat(m,v,E,H)),[3,6];case 5:1===e.type?(c=Cf(A,t,[null,null,null]),m=c[0],E=c[1],H=c[2],F=c[3],y=c[4],h=(function(A,t,e){var i="number"==typeof A?A:(function(A,t,e){var i=t/2,n=e/2,s=Au(A[0],t)-i,r=n-Au(A[1],e);return(Math.atan2(r,s)+2*Math.PI)%(2*Math.PI)})(A,t,e),n=Math.abs(t*Math.sin(i))+Math.abs(e*Math.cos(i)),s=t/2,r=e/2,o=n/2,a=Math.sin(i-Math.PI/2)*o,c=Math.cos(i-Math.PI/2)*o;return[n,s-c,s+c,r-a,r+a]})(e.angle,F,y),u=h[0],l=h[1],d=h[2],B=h[3],w=h[4],(f=document.createElement("canvas")).width=F,f.height=y,g=f.getContext("2d"),Q=g.createLinearGradient(l,B,d,w),Yu(e.stops,u||1).forEach((function(A){return Q.addColorStop(A.stop,au(A.color))})),g.fillStyle=Q,g.fillRect(0,0,F,y),F>0&&y>0&&(v=i.ctx.createPattern(f,"repeat"),i.renderRepeat(m,v,E,H))):2===e.type&&(p=Cf(A,t,[null,null,null]),m=p[0],U=p[1],C=p[2],F=p[3],y=p[4],b=0===e.position.length?[qh]:e.position,E=Au(b[0],F),H=Au(b[b.length-1],y),I=(function(A,t,e,i,n){var s=0,r=0;switch(A.size){case 0:0===A.shape?s=r=Math.min(Math.abs(t),Math.abs(t-i),Math.abs(e),Math.abs(e-n)):1===A.shape&&(s=Math.min(Math.abs(t),Math.abs(t-i)),r=Math.min(Math.abs(e),Math.abs(e-n)));break;case 2:if(0===A.shape)s=r=Math.min(Zu(t,e),Zu(t,e-n),Zu(t-i,e),Zu(t-i,e-n));else if(1===A.shape){var o=Math.min(Math.abs(e),Math.abs(e-n))/Math.min(Math.abs(t),Math.abs(t-i)),a=Wu(i,n,t,e,!0),c=a[0],h=a[1];r=o*(s=Zu(c-t,(h-e)/o))}break;case 1:0===A.shape?s=r=Math.max(Math.abs(t),Math.abs(t-i),Math.abs(e),Math.abs(e-n)):1===A.shape&&(s=Math.max(Math.abs(t),Math.abs(t-i)),r=Math.max(Math.abs(e),Math.abs(e-n)));break;case 3:if(0===A.shape)s=r=Math.max(Zu(t,e),Zu(t,e-n),Zu(t-i,e),Zu(t-i,e-n));else if(1===A.shape){o=Math.max(Math.abs(e),Math.abs(e-n))/Math.max(Math.abs(t),Math.abs(t-i));var u=Wu(i,n,t,e,!1);c=u[0],h=u[1],r=o*(s=Zu(c-t,(h-e)/o))}}return Array.isArray(A.size)&&(s=Au(A.size[0],i),r=2===A.size.length?Au(A.size[1],n):s),[s,r]})(e,E,H,F,y),k=I[0],T=I[1],k>0&&T>0&&(S=i.ctx.createRadialGradient(U+E,C+H,0,U+E,C+H,k),Yu(e.stops,2*k).forEach((function(A){return S.addColorStop(A.stop,au(A.color))})),i.path(m),i.ctx.fillStyle=S,k!==T?(K=A.bounds.left+.5*A.bounds.width,O=A.bounds.top+.5*A.bounds.height,M=1/(D=T/k),i.ctx.save(),i.ctx.translate(K,O),i.ctx.transform(1,0,0,D,0,0),i.ctx.translate(-K,-O),i.ctx.fillRect(U,M*(C-O)+O,F,y*M),i.ctx.restore()):i.ctx.fill())),L.label=6;case 6:return t--,[2]}}))},i=this,n=0,s=A.styles.backgroundImage.slice(0).reverse(),o.label=1;case 1:return n<s.length?(r=s[n],[5,e(r)]):[3,4];case 2:o.sent(),o.label=3;case 3:return n++,[3,1];case 4:return[2]}}))}))},t.prototype.renderSolidBorder=function(A,t,e){return Xa(this,void 0,void 0,(function(){return Ya(this,(function(i){return this.path(Qf(e,t)),this.ctx.fillStyle=au(A),this.ctx.fill(),[2]}))}))},t.prototype.renderDoubleBorder=function(A,t,e,i){return Xa(this,void 0,void 0,(function(){var n,s;return Ya(this,(function(r){switch(r.label){case 0:return t<3?[4,this.renderSolidBorder(A,e,i)]:[3,2];case 1:return r.sent(),[2];case 2:return n=(function(A,t){switch(t){case 0:return pf(A.topLeftBorderBox,A.topLeftBorderDoubleOuterBox,A.topRightBorderBox,A.topRightBorderDoubleOuterBox);case 1:return pf(A.topRightBorderBox,A.topRightBorderDoubleOuterBox,A.bottomRightBorderBox,A.bottomRightBorderDoubleOuterBox);case 2:return pf(A.bottomRightBorderBox,A.bottomRightBorderDoubleOuterBox,A.bottomLeftBorderBox,A.bottomLeftBorderDoubleOuterBox);default:return pf(A.bottomLeftBorderBox,A.bottomLeftBorderDoubleOuterBox,A.topLeftBorderBox,A.topLeftBorderDoubleOuterBox)}})(i,e),this.path(n),this.ctx.fillStyle=au(A),this.ctx.fill(),s=(function(A,t){switch(t){case 0:return pf(A.topLeftBorderDoubleInnerBox,A.topLeftPaddingBox,A.topRightBorderDoubleInnerBox,A.topRightPaddingBox);case 1:return pf(A.topRightBorderDoubleInnerBox,A.topRightPaddingBox,A.bottomRightBorderDoubleInnerBox,A.bottomRightPaddingBox);case 2:return pf(A.bottomRightBorderDoubleInnerBox,A.bottomRightPaddingBox,A.bottomLeftBorderDoubleInnerBox,A.bottomLeftPaddingBox);default:return pf(A.bottomLeftBorderDoubleInnerBox,A.bottomLeftPaddingBox,A.topLeftBorderDoubleInnerBox,A.topLeftPaddingBox)}})(i,e),this.path(s),this.ctx.fill(),[2]}}))}))},t.prototype.renderNodeBackgroundAndBorders=function(A){return Xa(this,void 0,void 0,(function(){var t,e,i,n,s,r,o,a,c=this;return Ya(this,(function(h){switch(h.label){case 0:return this.applyEffects(A.getEffects(2)),t=A.container.styles,e=!ou(t.backgroundColor)||t.backgroundImage.length,i=[{style:t.borderTopStyle,color:t.borderTopColor,width:t.borderTopWidth},{style:t.borderRightStyle,color:t.borderRightColor,width:t.borderRightWidth},{style:t.borderBottomStyle,color:t.borderBottomColor,width:t.borderBottomWidth},{style:t.borderLeftStyle,color:t.borderLeftColor,width:t.borderLeftWidth}],n=Of(Ef(t.backgroundClip,0),A.curves),e||t.boxShadow.length?(this.ctx.save(),this.path(n),this.ctx.clip(),ou(t.backgroundColor)||(this.ctx.fillStyle=au(t.backgroundColor),this.ctx.fill()),[4,this.renderBackgroundImage(A.container)]):[3,2];case 1:h.sent(),this.ctx.restore(),t.boxShadow.slice(0).reverse().forEach((function(t){c.ctx.save();var e,i,n,s,r,o=of(A.curves),a=t.inset?0:1e4,h=(e=o,i=-a+(t.inset?1:-1)*t.spread.number,n=(t.inset?1:-1)*t.spread.number,s=t.spread.number*(t.inset?-2:2),r=t.spread.number*(t.inset?-2:2),e.map((function(A,t){switch(t){case 0:return A.add(i,n);case 1:return A.add(i+s,n);case 2:return A.add(i+s,n+r);case 3:return A.add(i,n+r)}return A})));t.inset?(c.path(o),c.ctx.clip(),c.mask(h)):(c.mask(o),c.ctx.clip(),c.path(h)),c.ctx.shadowOffsetX=t.offsetX.number+a,c.ctx.shadowOffsetY=t.offsetY.number,c.ctx.shadowColor=au(t.color),c.ctx.shadowBlur=t.blur.number,c.ctx.fillStyle=t.inset?au(t.color):"rgba(0,0,0,1)",c.ctx.fill(),c.ctx.restore()})),h.label=2;case 2:s=0,r=0,o=i,h.label=3;case 3:return r<o.length?0!==(a=o[r]).style&&!ou(a.color)&&a.width>0?2!==a.style?[3,5]:[4,this.renderDashedDottedBorder(a.color,a.width,s,A.curves,2)]:[3,11]:[3,13];case 4:return h.sent(),[3,11];case 5:return 3!==a.style?[3,7]:[4,this.renderDashedDottedBorder(a.color,a.width,s,A.curves,3)];case 6:return h.sent(),[3,11];case 7:return 4!==a.style?[3,9]:[4,this.renderDoubleBorder(a.color,a.width,s,A.curves)];case 8:return h.sent(),[3,11];case 9:return[4,this.renderSolidBorder(a.color,s,A.curves)];case 10:h.sent(),h.label=11;case 11:s++,h.label=12;case 12:return r++,[3,3];case 13:return[2]}}))}))},t.prototype.renderDashedDottedBorder=function(A,t,e,i,n){return Xa(this,void 0,void 0,(function(){var s,r,o,a,c,h,u,l,d,B,w,f,g,Q,v,p;return Ya(this,(function(m){return this.ctx.save(),s=(function(A,t){switch(t){case 0:return vf(A.topLeftBorderStroke,A.topRightBorderStroke);case 1:return vf(A.topRightBorderStroke,A.bottomRightBorderStroke);case 2:return vf(A.bottomRightBorderStroke,A.bottomLeftBorderStroke);default:return vf(A.bottomLeftBorderStroke,A.topLeftBorderStroke)}})(i,e),r=Qf(i,e),2===n&&(this.path(r),this.ctx.clip()),nf(r[0])?(o=r[0].start.x,a=r[0].start.y):(o=r[0].x,a=r[0].y),nf(r[1])?(c=r[1].end.x,h=r[1].end.y):(c=r[1].x,h=r[1].y),u=0===e||2===e?Math.abs(o-c):Math.abs(a-h),this.ctx.beginPath(),3===n?this.formatPath(s):this.formatPath(r.slice(0,2)),l=t<3?3*t:2*t,d=t<3?2*t:t,3===n&&(l=t,d=t),B=!0,u<=2*l?B=!1:u<=2*l+d?(l*=w=u/(2*l+d),d*=w):(f=Math.floor((u+d)/(l+d)),g=(u-f*l)/(f-1),d=(Q=(u-(f+1)*l)/f)<=0||Math.abs(d-g)<Math.abs(d-Q)?g:Q),B&&(3===n?this.ctx.setLineDash([0,l+d]):this.ctx.setLineDash([l,d])),3===n?(this.ctx.lineCap="round",this.ctx.lineWidth=t):this.ctx.lineWidth=2*t+1.1,this.ctx.strokeStyle=au(A),this.ctx.stroke(),this.ctx.setLineDash([]),2===n&&(nf(r[0])&&(v=r[3],p=r[0],this.ctx.beginPath(),this.formatPath([new Af(v.end.x,v.end.y),new Af(p.start.x,p.start.y)]),this.ctx.stroke()),nf(r[1])&&(v=r[1],p=r[2],this.ctx.beginPath(),this.formatPath([new Af(v.end.x,v.end.y),new Af(p.start.x,p.start.y)]),this.ctx.stroke())),this.ctx.restore(),[2]}))}))},t.prototype.render=function(A){return Xa(this,void 0,void 0,(function(){var t;return Ya(this,(function(e){switch(e.label){case 0:return this.options.backgroundColor&&(this.ctx.fillStyle=au(this.options.backgroundColor),this.ctx.fillRect(this.options.x,this.options.y,this.options.width,this.options.height)),t=(function(A){var t=new wf(A,null),e=new Bf(t),i=[];return ff(t,e,e,i),gf(t.container,i),e})(A),[4,this.renderStack(t)];case 1:return e.sent(),this.applyEffects([]),[2,this.canvas]}}))}))},t})(Tf),Kf=function(A){return A instanceof RB||A instanceof LB||A instanceof MB&&A.type!==OB&&A.type!==KB},Of=function(A,t){switch(A){case 0:return of(t);case 2:return(function(A){return[A.topLeftContentBox,A.topRightContentBox,A.bottomRightContentBox,A.bottomLeftContentBox]})(t);default:return af(t)}},Df=function(A){switch(A){case 1:return"center";case 2:return"right";default:return"left"}},Mf=["-apple-system","system-ui"],Lf=function(A){return/iPhone OS 15_(0|1)/.test(window.navigator.userAgent)?A.filter((function(A){return-1===Mf.indexOf(A)})):A},Rf=(function(A){function t(t,e){var i=A.call(this,t,e)||this;return i.canvas=e.canvas?e.canvas:document.createElement("canvas"),i.ctx=i.canvas.getContext("2d"),i.options=e,i.canvas.width=Math.floor(e.width*e.scale),i.canvas.height=Math.floor(e.height*e.scale),i.canvas.style.width="".concat(e.width,"px"),i.canvas.style.height="".concat(e.height,"px"),i.ctx.scale(i.options.scale,i.options.scale),i.ctx.translate(-e.x,-e.y),i.context.logger.debug("EXPERIMENTAL ForeignObject renderer initialized (".concat(e.width,"x").concat(e.height," at ").concat(e.x,",").concat(e.y,") with scale ").concat(e.scale)),i}return _a(t,A),t.prototype.render=function(A){return Xa(this,void 0,void 0,(function(){var t,e;return Ya(this,(function(i){switch(i.label){case 0:return t=wB(this.options.width*this.options.scale,this.options.height*this.options.scale,this.options.scale,this.options.scale,A),[4,xf(t)];case 1:return e=i.sent(),this.options.backgroundColor&&(this.ctx.fillStyle=au(this.options.backgroundColor),this.ctx.fillRect(0,0,this.options.width*this.options.scale,this.options.height*this.options.scale)),this.ctx.drawImage(e,-this.options.x*this.options.scale,-this.options.y*this.options.scale),[2,this.canvas]}}))}))},t})(Tf),xf=function(A){return new Promise((function(t,e){var i=new Image;i.onload=function(){t(i)},i.onerror=e,i.src="data:image/svg+xml;charset=utf-8,".concat(encodeURIComponent((new XMLSerializer).serializeToString(A)))}))},Nf=(function(){function A(A){var t=A.id,e=A.enabled;this.id=t,this.enabled=e,this.start=Date.now()}return A.prototype.debug=function(){for(var A=[],t=0;t<arguments.length;t++)A[t]=arguments[t];this.enabled&&("undefined"!=typeof window&&window.console&&"function"==typeof console.debug||this.info.apply(this,A))},A.prototype.getTime=function(){return Date.now()-this.start},A.prototype.info=function(){for(var A=[],t=0;t<arguments.length;t++)A[t]=arguments[t];this.enabled&&"undefined"!=typeof window&&window.console&&console.info},A.prototype.warn=function(){for(var A=[],t=0;t<arguments.length;t++)A[t]=arguments[t];this.enabled&&("undefined"!=typeof window&&window.console&&"function"==typeof console.warn||this.info.apply(this,A))},A.prototype.error=function(){for(var A=[],t=0;t<arguments.length;t++)A[t]=arguments[t];this.enabled&&("undefined"!=typeof window&&window.console&&"function"==typeof console.error||this.info.apply(this,A))},A.instances={},A})(),Gf=(function(){function A(t,e){var i;this.windowBounds=e,this.instanceName="#".concat(A.instanceCount++),this.logger=new Nf({id:this.instanceName,enabled:t.logging}),this.cache=null!==(i=t.cache)&&void 0!==i?i:new _w(this,t)}return A.instanceCount=1,A})();"undefined"!=typeof window&&Pw.setContext(window);const jf=globalThis,Vf=jf.ShadowRoot&&(void 0===jf.ShadyCSS||jf.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,Pf=Symbol(),_f=new WeakMap;let Jf=class{constructor(A,t,e){if(this.xA=!0,e!==Pf)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=A,this.t=t}get styleSheet(){let A=this.o;const t=this.t;if(Vf&&void 0===A){const e=void 0!==t&&1===t.length;e&&(A=_f.get(t)),void 0===A&&((this.o=A=new CSSStyleSheet).replaceSync(this.cssText),e&&_f.set(t,A))}return A}toString(){return this.cssText}};const Xf=(A,...t)=>{const e=1===A.length?A[0]:t.reduce(((t,e,i)=>t+(A=>{if(!0===A.xA)return A.cssText;if("number"==typeof A)return A;throw Error("Value passed to 'css' function must be a 'css' function result: "+A+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(e)+A[i+1]),A[0]);return new Jf(e,A,Pf)},Yf=Vf?A=>A:A=>A instanceof CSSStyleSheet?(A=>{let t="";for(const e of A.cssRules)t+=e.cssText;return(A=>new Jf("string"==typeof A?A:A+"",void 0,Pf))(t)})(A):A,{is:Zf,defineProperty:Wf,getOwnPropertyDescriptor:qf,getOwnPropertyNames:$f,getOwnPropertySymbols:zf,getPrototypeOf:Ag}=Object,tg=globalThis,eg=tg.trustedTypes,ig=eg?eg.emptyScript:"",ng=tg.reactiveElementPolyfillSupport,sg=(A,t)=>A,rg={toAttribute(A,t){switch(t){case Boolean:A=A?ig:null;break;case Object:case Array:A=null==A?A:JSON.stringify(A)}return A},fromAttribute(A,t){let e=A;switch(t){case Boolean:e=null!==A;break;case Number:e=null===A?null:Number(A);break;case Object:case Array:try{e=JSON.parse(A)}catch(i){e=null}}return e}},og=(A,t)=>!Zf(A,t),ag={attribute:!0,type:String,converter:rg,reflect:!1,useDefault:!1,hasChanged:og};Symbol.metadata??(Symbol.metadata=Symbol("metadata")),tg.litPropertyMetadata??(tg.litPropertyMetadata=new WeakMap);let cg=class extends HTMLElement{static addInitializer(A){this.NA(),(this.l??(this.l=[])).push(A)}static get observedAttributes(){return this.finalize(),this.GA&&[...this.GA.keys()]}static createProperty(A,t=ag){if(t.state&&(t.attribute=!1),this.NA(),this.prototype.hasOwnProperty(A)&&((t=Object.create(t)).wrapped=!0),this.elementProperties.set(A,t),!t.noAccessor){const e=Symbol(),i=this.getPropertyDescriptor(A,e,t);void 0!==i&&Wf(this.prototype,A,i)}}static getPropertyDescriptor(A,t,e){const{get:i,set:n}=qf(this.prototype,A)??{get(){return this[t]},set(A){this[t]=A}};return{get:i,set(t){const s=i?.call(this);n?.call(this,t),this.requestUpdate(A,s,e)},configurable:!0,enumerable:!0}}static getPropertyOptions(A){return this.elementProperties.get(A)??ag}static NA(){if(this.hasOwnProperty(sg("elementProperties")))return;const A=Ag(this);A.finalize(),void 0!==A.l&&(this.l=[...A.l]),this.elementProperties=new Map(A.elementProperties)}static finalize(){if(this.hasOwnProperty(sg("finalized")))return;if(this.finalized=!0,this.NA(),this.hasOwnProperty(sg("properties"))){const A=this.properties,t=[...$f(A),...zf(A)];for(const e of t)this.createProperty(e,A[e])}const A=this[Symbol.metadata];if(null!==A){const t=litPropertyMetadata.get(A);if(void 0!==t)for(const[A,e]of t)this.elementProperties.set(A,e)}this.GA=new Map;for(const[t,e]of this.elementProperties){const A=this.jA(t,e);void 0!==A&&this.GA.set(A,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(A){const t=[];if(Array.isArray(A)){const e=new Set(A.flat(1/0).reverse());for(const A of e)t.unshift(Yf(A))}else void 0!==A&&t.push(Yf(A));return t}static jA(A,t){const e=t.attribute;return!1===e?void 0:"string"==typeof e?e:"string"==typeof A?A.toLowerCase():void 0}constructor(){super(),this.VA=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this.PA=null,this._A()}_A(){this.JA=new Promise((A=>this.enableUpdating=A)),this.XA=new Map,this.YA(),this.requestUpdate(),this.constructor.l?.forEach((A=>A(this)))}addController(A){(this.ZA??(this.ZA=new Set)).add(A),void 0!==this.renderRoot&&this.isConnected&&A.hostConnected?.()}removeController(A){this.ZA?.delete(A)}YA(){const A=new Map,t=this.constructor.elementProperties;for(const e of t.keys())this.hasOwnProperty(e)&&(A.set(e,this[e]),delete this[e]);A.size>0&&(this.VA=A)}createRenderRoot(){const A=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return((A,t)=>{if(Vf)A.adoptedStyleSheets=t.map((A=>A instanceof CSSStyleSheet?A:A.styleSheet));else for(const e of t){const t=document.createElement("style"),i=jf.litNonce;void 0!==i&&t.setAttribute("nonce",i),t.textContent=e.cssText,A.appendChild(t)}})(A,this.constructor.elementStyles),A}connectedCallback(){this.renderRoot??(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),this.ZA?.forEach((A=>A.hostConnected?.()))}enableUpdating(A){}disconnectedCallback(){this.ZA?.forEach((A=>A.hostDisconnected?.()))}attributeChangedCallback(A,t,e){this.WA(A,e)}qA(A,t){const e=this.constructor.elementProperties.get(A),i=this.constructor.jA(A,e);if(void 0!==i&&!0===e.reflect){const n=(void 0!==e.converter?.toAttribute?e.converter:rg).toAttribute(t,e.type);this.PA=A,null==n?this.removeAttribute(i):this.setAttribute(i,n),this.PA=null}}WA(A,t){const e=this.constructor,i=e.GA.get(A);if(void 0!==i&&this.PA!==i){const A=e.getPropertyOptions(i),n="function"==typeof A.converter?{fromAttribute:A.converter}:void 0!==A.converter?.fromAttribute?A.converter:rg;this.PA=i,this[i]=n.fromAttribute(t,A.type)??this.$A?.get(i)??null,this.PA=null}}requestUpdate(A,t,e){if(void 0!==A){const i=this.constructor,n=this[A];if(e??(e=i.getPropertyOptions(A)),!((e.hasChanged??og)(n,t)||e.useDefault&&e.reflect&&n===this.$A?.get(A)&&!this.hasAttribute(i.jA(A,e))))return;this.C(A,t,e)}!1===this.isUpdatePending&&(this.JA=this.zA())}C(A,t,{useDefault:e,reflect:i,wrapped:n},s){e&&!(this.$A??(this.$A=new Map)).has(A)&&(this.$A.set(A,s??t??this[A]),!0!==n||void 0!==s)||(this.XA.has(A)||(this.hasUpdated||e||(t=void 0),this.XA.set(A,t)),!0===i&&this.PA!==A&&(this.At??(this.At=new Set)).add(A))}async zA(){this.isUpdatePending=!0;try{await this.JA}catch(t){Promise.reject(t)}const A=this.scheduleUpdate();return null!=A&&await A,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??(this.renderRoot=this.createRenderRoot()),this.VA){for(const[A,t]of this.VA)this[A]=t;this.VA=void 0}const A=this.constructor.elementProperties;if(A.size>0)for(const[t,e]of A){const{wrapped:A}=e,i=this[t];!0!==A||this.XA.has(t)||void 0===i||this.C(t,void 0,e,i)}}let A=!1;const t=this.XA;try{A=this.shouldUpdate(t),A?(this.willUpdate(t),this.ZA?.forEach((A=>A.hostUpdate?.())),this.update(t)):this.tt()}catch(e){throw A=!1,this.tt(),e}A&&this.et(t)}willUpdate(A){}et(A){this.ZA?.forEach((A=>A.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(A)),this.updated(A)}tt(){this.XA=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this.JA}shouldUpdate(A){return!0}update(A){this.At&&(this.At=this.At.forEach((A=>this.qA(A,this[A])))),this.tt()}updated(A){}firstUpdated(A){}};cg.elementStyles=[],cg.shadowRootOptions={mode:"open"},cg[sg("elementProperties")]=new Map,cg[sg("finalized")]=new Map,ng?.({ReactiveElement:cg}),(tg.reactiveElementVersions??(tg.reactiveElementVersions=[])).push("2.1.0");const hg=globalThis,ug=hg.trustedTypes,lg=ug?ug.createPolicy("lit-html",{createHTML:A=>A}):void 0,dg="$lit$",Bg=`lit$${Math.random().toFixed(9).slice(2)}$`,wg="?"+Bg,fg=`<${wg}>`,gg=document,Qg=()=>gg.createComment(""),vg=A=>null===A||"object"!=typeof A&&"function"!=typeof A,pg=Array.isArray,mg="[ \t\n\f\r]",Ug=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Cg=/-->/g,Fg=/>/g,yg=RegExp(`>|${mg}(?:([^\\s"'>=/]+)(${mg}*=${mg}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),bg=/'/g,Eg=/"/g,Hg=/^(?:script|style|textarea|title)$/i,Ig=A=>(t,...e)=>({it:A,strings:t,values:e}),kg=Ig(1),Tg=Ig(2),Sg=Symbol.for("lit-noChange"),Kg=Symbol.for("lit-nothing"),Og=new WeakMap,Dg=gg.createTreeWalker(gg,129);function Mg(A,t){if(!pg(A)||!A.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==lg?lg.createHTML(t):t}class Lg{constructor({strings:A,it:t},e){let i;this.parts=[];let n=0,s=0;const r=A.length-1,o=this.parts,[a,c]=((A,t)=>{const e=A.length-1,i=[];let n,s=2===t?"<svg>":3===t?"<math>":"",r=Ug;for(let o=0;o<e;o++){const t=A[o];let e,a,c=-1,h=0;for(;h<t.length&&(r.lastIndex=h,a=r.exec(t),null!==a);)h=r.lastIndex,r===Ug?"!--"===a[1]?r=Cg:void 0!==a[1]?r=Fg:void 0!==a[2]?(Hg.test(a[2])&&(n=RegExp("</"+a[2],"g")),r=yg):void 0!==a[3]&&(r=yg):r===yg?">"===a[0]?(r=n??Ug,c=-1):void 0===a[1]?c=-2:(c=r.lastIndex-a[2].length,e=a[1],r=void 0===a[3]?yg:'"'===a[3]?Eg:bg):r===Eg||r===bg?r=yg:r===Cg||r===Fg?r=Ug:(r=yg,n=void 0);const u=r===yg&&A[o+1].startsWith("/>")?" ":"";s+=r===Ug?t+fg:c>=0?(i.push(e),t.slice(0,c)+dg+t.slice(c)+Bg+u):t+Bg+(-2===c?o:u)}return[Mg(A,s+(A[e]||"<?>")+(2===t?"</svg>":3===t?"</math>":"")),i]})(A,t);if(this.el=Lg.createElement(a,e),Dg.currentNode=this.el.content,2===t||3===t){const A=this.el.content.firstChild;A.replaceWith(...A.childNodes)}for(;null!==(i=Dg.nextNode())&&o.length<r;){if(1===i.nodeType){if(i.hasAttributes())for(const A of i.getAttributeNames())if(A.endsWith(dg)){const t=c[s++],e=i.getAttribute(A).split(Bg),r=/([.?@])?(.*)/.exec(t);o.push({type:1,index:n,name:r[2],strings:e,ctor:"."===r[1]?jg:"?"===r[1]?Vg:"@"===r[1]?Pg:Gg}),i.removeAttribute(A)}else A.startsWith(Bg)&&(o.push({type:6,index:n}),i.removeAttribute(A));if(Hg.test(i.tagName)){const A=i.textContent.split(Bg),t=A.length-1;if(t>0){i.textContent=ug?ug.emptyScript:"";for(let e=0;e<t;e++)i.append(A[e],Qg()),Dg.nextNode(),o.push({type:2,index:++n});i.append(A[t],Qg())}}}else if(8===i.nodeType)if(i.data===wg)o.push({type:2,index:n});else{let A=-1;for(;-1!==(A=i.data.indexOf(Bg,A+1));)o.push({type:7,index:n}),A+=Bg.length-1}n++}}static createElement(A,t){const e=gg.createElement("template");return e.innerHTML=A,e}}function Rg(A,t,e=A,i){if(t===Sg)return t;let n=void 0!==i?e.nt?.[i]:e.st;const s=vg(t)?void 0:t.ot;return n?.constructor!==s&&(n?.ut?.(!1),void 0===s?n=void 0:(n=new s(A),n.dt(A,e,i)),void 0!==i?(e.nt??(e.nt=[]))[i]=n:e.st=n),void 0!==n&&(t=Rg(A,n.Bt(A,t.values),n,i)),t}class xg{constructor(A,t){this.wt=[],this.ft=void 0,this.Qt=A,this.vt=t}get parentNode(){return this.vt.parentNode}get Ut(){return this.vt.Ut}u(A){const{el:{content:t},parts:e}=this.Qt,i=(A?.creationScope??gg).importNode(t,!0);Dg.currentNode=i;let n=Dg.nextNode(),s=0,r=0,o=e[0];for(;void 0!==o;){if(s===o.index){let t;2===o.type?t=new Ng(n,n.nextSibling,this,A):1===o.type?t=new o.ctor(n,o.name,o.strings,this,A):6===o.type&&(t=new _g(n,this,A)),this.wt.push(t),o=e[++r]}s!==o?.index&&(n=Dg.nextNode(),s++)}return Dg.currentNode=gg,i}p(A){let t=0;for(const e of this.wt)void 0!==e&&(void 0!==e.strings?(e.Ct(A,e,t),t+=e.strings.length-2):e.Ct(A[t])),t++}}class Ng{get Ut(){return this.vt?.Ut??this.Ft}constructor(A,t,e,i){this.type=2,this.yt=Kg,this.ft=void 0,this.bt=A,this.Et=t,this.vt=e,this.options=i,this.Ft=i?.isConnected??!0}get parentNode(){let A=this.bt.parentNode;const t=this.vt;return void 0!==t&&11===A?.nodeType&&(A=t.parentNode),A}get startNode(){return this.bt}get endNode(){return this.Et}Ct(A,t=this){A=Rg(this,A,t),vg(A)?A===Kg||null==A||""===A?(this.yt!==Kg&&this.Ht(),this.yt=Kg):A!==this.yt&&A!==Sg&&this.EA(A):void 0!==A.it?this.$(A):void 0!==A.nodeType?this.T(A):(A=>pg(A)||"function"==typeof A?.[Symbol.iterator])(A)?this.k(A):this.EA(A)}O(A){return this.bt.parentNode.insertBefore(A,this.Et)}T(A){this.yt!==A&&(this.Ht(),this.yt=this.O(A))}EA(A){this.yt!==Kg&&vg(this.yt)?this.bt.nextSibling.data=A:this.T(gg.createTextNode(A)),this.yt=A}$(A){const{values:t,it:e}=A,i="number"==typeof e?this.It(A):(void 0===e.el&&(e.el=Lg.createElement(Mg(e.h,e.h[0]),this.options)),e);if(this.yt?.Qt===i)this.yt.p(t);else{const A=new xg(i,this),e=A.u(this.options);A.p(t),this.T(e),this.yt=A}}It(A){let t=Og.get(A.strings);return void 0===t&&Og.set(A.strings,t=new Lg(A)),t}k(A){pg(this.yt)||(this.yt=[],this.Ht());const t=this.yt;let e,i=0;for(const n of A)i===t.length?t.push(e=new Ng(this.O(Qg()),this.O(Qg()),this,this.options)):e=t[i],e.Ct(n),i++;i<t.length&&(this.Ht(e&&e.Et.nextSibling,i),t.length=i)}Ht(A=this.bt.nextSibling,t){for(this.kt?.(!1,!0,t);A&&A!==this.Et;){const t=A.nextSibling;A.remove(),A=t}}setConnected(A){void 0===this.vt&&(this.Ft=A,this.kt?.(A))}}class Gg{get tagName(){return this.element.tagName}get Ut(){return this.vt.Ut}constructor(A,t,e,i,n){this.type=1,this.yt=Kg,this.ft=void 0,this.element=A,this.name=t,this.vt=i,this.options=n,e.length>2||""!==e[0]||""!==e[1]?(this.yt=Array(e.length-1).fill(new String),this.strings=e):this.yt=Kg}Ct(A,t=this,e,i){const n=this.strings;let s=!1;if(void 0===n)A=Rg(this,A,t,0),s=!vg(A)||A!==this.yt&&A!==Sg,s&&(this.yt=A);else{const i=A;let r,o;for(A=n[0],r=0;r<n.length-1;r++)o=Rg(this,i[e+r],t,r),o===Sg&&(o=this.yt[r]),s||(s=!vg(o)||o!==this.yt[r]),o===Kg?A=Kg:A!==Kg&&(A+=(o??"")+n[r+1]),this.yt[r]=o}s&&!i&&this.j(A)}j(A){A===Kg?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,A??"")}}class jg extends Gg{constructor(){super(...arguments),this.type=3}j(A){this.element[this.name]=A===Kg?void 0:A}}class Vg extends Gg{constructor(){super(...arguments),this.type=4}j(A){this.element.toggleAttribute(this.name,!!A&&A!==Kg)}}class Pg extends Gg{constructor(A,t,e,i,n){super(A,t,e,i,n),this.type=5}Ct(A,t=this){if((A=Rg(this,A,t,0)??Kg)===Sg)return;const e=this.yt,i=A===Kg&&e!==Kg||A.capture!==e.capture||A.once!==e.once||A.passive!==e.passive,n=A!==Kg&&(e===Kg||i);i&&this.element.removeEventListener(this.name,this,e),n&&this.element.addEventListener(this.name,this,A),this.yt=A}handleEvent(A){"function"==typeof this.yt?this.yt.call(this.options?.host??this.element,A):this.yt.handleEvent(A)}}class _g{constructor(A,t,e){this.element=A,this.type=6,this.ft=void 0,this.vt=t,this.options=e}get Ut(){return this.vt.Ut}Ct(A){Rg(this,A)}}const Jg=hg.litHtmlPolyfillSupport;Jg?.(Lg,Ng),(hg.litHtmlVersions??(hg.litHtmlVersions=[])).push("3.3.0");const Xg=globalThis;let Yg=class extends cg{constructor(){super(...arguments),this.renderOptions={host:this},this.Tt=void 0}createRenderRoot(){var A;const t=super.createRenderRoot();return(A=this.renderOptions).renderBefore??(A.renderBefore=t.firstChild),t}update(A){const t=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(A),this.Tt=((A,t,e)=>{const i=e?.renderBefore??t;let n=i.St;if(void 0===n){const A=e?.renderBefore??null;i.St=n=new Ng(t.insertBefore(Qg(),A),A,void 0,e??{})}return n.Ct(A),n})(t,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this.Tt?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this.Tt?.setConnected(!1)}render(){return Sg}};Yg.Kt=!0,Yg.finalized=!0,Xg.litElementHydrateSupport?.({LitElement:Yg});const Zg=Xg.litElementPolyfillSupport;Zg?.({LitElement:Yg}),(Xg.litElementVersions??(Xg.litElementVersions=[])).push("4.2.0");const Wg={attribute:!0,type:String,converter:rg,reflect:!1,hasChanged:og},qg=(A=Wg,t,e)=>{const{kind:i,metadata:n}=e;let s=globalThis.litPropertyMetadata.get(n);if(void 0===s&&globalThis.litPropertyMetadata.set(n,s=new Map),"setter"===i&&((A=Object.create(A)).wrapped=!0),s.set(e.name,A),"accessor"===i){const{name:i}=e;return{set(e){const n=t.get.call(this);t.set.call(this,e),this.requestUpdate(i,n,A)},init(t){return void 0!==t&&this.C(i,void 0,A,t),t}}}if("setter"===i){const{name:i}=e;return function(e){const n=this[i];t.call(this,e),this.requestUpdate(i,n,A)}}throw Error("Unsupported decorator location: "+i)};function $g(A){return(t,e)=>"object"==typeof e?qg(A,t,e):((A,t,e)=>{const i=t.hasOwnProperty(e);return t.constructor.createProperty(e,A),i?Object.getOwnPropertyDescriptor(t,e):void 0})(A,t,e)}function zg(A){return $g({...A,state:!0,attribute:!1})}const AQ="session_data",tQ=new class{constructor(A){this.namespace=A}getItem(A){return localStorage.getItem(`${this.namespace}.${A}`)}setItem(A,t){localStorage.setItem(`${this.namespace}.${A}`,t)}removeItem(A){localStorage.removeItem(`${this.namespace}.${A}`)}clear(){for(let A=0;A<localStorage.length;A++){const t=localStorage.key(A);t&&t.startsWith(`${this.namespace}.`)&&localStorage.removeItem(t)}}}("io.obi.widget");var eQ=Object.defineProperty,iQ=Object.getOwnPropertyDescriptor,nQ=(A,t,e,i)=>{for(var n,s=i>1?void 0:i?iQ(t,e):t,r=A.length-1;r>=0;r--)(n=A[r])&&(s=(i?n(t,e,s):n(s))||s);return i&&s&&eQ(t,e,s),s};class sQ extends Yg{constructor(){super(...arguments),this.id="",this.isActive=!1,this.isSpecial=!1}handleClick(A){A.preventDefault(),A.stopPropagation();const t=new CustomEvent("click",{detail:{id:this.id,isActive:!this.isActive},bubbles:!0,composed:!0});this.dispatchEvent(t),this.onClick&&this.onClick(this.id,!this.isActive)}render(){return kg`
1
+ !(function(A){"use strict";const t="https://app.coragents.ai/api",e=/\{[^{}]+\}/g;function i(A,t,e){if(null==t)return"";if("object"==typeof t)throw new Error("Deeply-nested arrays/objects aren\u2019t supported. Provide your own `querySerializer()` to handle these.");return`${A}=${!0===e?.allowReserved?t:encodeURIComponent(t)}`}function n(A,t,e){if(!t||"object"!=typeof t)return"";const n=[],r={simple:",",label:".",matrix:";"}[e.style]||"&";if("deepObject"!==e.style&&!1===e.explode){for(const A in t)n.push(A,!0===e.allowReserved?t[A]:encodeURIComponent(t[A]));const i=n.join(",");switch(e.style){case"form":return`${A}=${i}`;case"label":return`.${i}`;case"matrix":return`;${A}=${i}`;default:return i}}for(const o in t){const r="deepObject"===e.style?`${A}[${o}]`:o;n.push(i(r,t[o],e))}const s=n.join(r);return"label"===e.style||"matrix"===e.style?`${r}${s}`:s}function r(A,t,e){if(!Array.isArray(t))return"";if(!1===e.explode){const i={form:",",spaceDelimited:"%20",pipeDelimited:"|"}[e.style]||",",n=(!0===e.allowReserved?t:t.map((A=>encodeURIComponent(A)))).join(i);switch(e.style){case"simple":return n;case"label":return`.${n}`;case"matrix":return`;${A}=${n}`;default:return`${A}=${n}`}}const n={simple:",",label:".",matrix:";"}[e.style]||"&",r=[];for(const s of t)"simple"===e.style||"label"===e.style?r.push(!0===e.allowReserved?s:encodeURIComponent(s)):r.push(i(A,s,e));return"label"===e.style||"matrix"===e.style?`${n}${r.join(n)}`:r.join(n)}function s(A){return function(t){const e=[];if(t&&"object"==typeof t)for(const s in t){const o=t[s];if(null!=o)if(Array.isArray(o)){if(0===o.length)continue;e.push(r(s,o,{style:"form",explode:!0,...A?.array,allowReserved:A?.allowReserved||!1}))}else"object"!=typeof o?e.push(i(s,o,A)):e.push(n(s,o,{style:"deepObject",explode:!0,...A?.object,allowReserved:A?.allowReserved||!1}))}return e.join("&")}}function o(A){return A instanceof FormData?A:JSON.stringify(A)}function a(...A){const t=new Headers;for(const e of A){if(!e||"object"!=typeof e)continue;const A=e instanceof Headers?e.entries():Object.entries(e);for(const[e,i]of A)if(null===i)t.delete(e);else if(Array.isArray(i))for(const A of i)t.append(e,A);else void 0!==i&&t.set(e,i)}return t}function c(A){return A.endsWith("/")?A.substring(0,A.length-1):A}class u{constructor(A){this.client=(function(A){let{baseUrl:t="",Request:u=globalThis.Request,fetch:h=globalThis.fetch,querySerializer:l,bodySerializer:d,headers:B,...f}={...A};t=c(t);const w=[];async function g(A,g){const{baseUrl:p,fetch:v=h,Request:Q=u,headers:m,params:U={},parseAs:C="json",querySerializer:F,bodySerializer:y=d??o,body:b,...E}=g||{};p&&(t=c(p));let H="function"==typeof l?l:s(l);F&&(H="function"==typeof F?F:s({..."object"==typeof l?l:{},...F}));const I=void 0===b?void 0:y(b),k=void 0===I||I instanceof FormData?{}:{"Content-Type":"application/json"},T={redirect:"follow",...f,...E,body:I,headers:a(k,B,m,U.header)};let S,K,O=new u((function(A,t){let s=`${t.baseUrl}${A}`;t.params?.path&&(s=(function(A,t){let s=A;for(const o of A.match(e)??[]){let A=o.substring(1,o.length-1),e=!1,a="simple";if(A.endsWith("*")&&(e=!0,A=A.substring(0,A.length-1)),A.startsWith(".")?(a="label",A=A.substring(1)):A.startsWith(";")&&(a="matrix",A=A.substring(1)),!t||void 0===t[A]||null===t[A])continue;const c=t[A];s=Array.isArray(c)?s.replace(o,r(A,c,{style:a,explode:e})):"object"!=typeof c?"matrix"!==a?s.replace(o,"label"===a?`.${encodeURIComponent(c)}`:encodeURIComponent(c)):s.replace(o,`;${i(A,c)}`):s.replace(o,n(A,c,{style:a,explode:e}))}return s})(s,t.params.path));let o=t.querySerializer(t.params.query??{});return o.startsWith("?")&&(o=o.substring(1)),o&&(s+=`?${o}`),s})(A,{baseUrl:t,params:U,querySerializer:H}),T);for(const t in E)t in O||(O[t]=E[t]);if(w.length){S=Math.random().toString(36).slice(2,11),K=Object.freeze({baseUrl:t,fetch:v,parseAs:C,querySerializer:H,bodySerializer:y});for(const t of w)if(t&&"object"==typeof t&&"function"==typeof t.onRequest){const e=await t.onRequest({request:O,schemaPath:A,params:U,options:K,id:S});if(e){if(!(e instanceof u))throw new Error("onRequest: must return new Request() when modifying the request");O=e}}}let D=await v(O);if(w.length)for(let t=w.length-1;t>=0;t--){const e=w[t];if(e&&"object"==typeof e&&"function"==typeof e.onResponse){const t=await e.onResponse({request:O,response:D,schemaPath:A,params:U,options:K,id:S});if(t){if(!(t instanceof Response))throw new Error("onResponse: must return new Response() when modifying the response");D=t}}}if(204===D.status||"0"===D.headers.get("Content-Length"))return D.ok?{data:{},response:D}:{error:{},response:D};if(D.ok)return"stream"===C?{data:D.body,response:D}:{data:await D[C](),response:D};let M=await D.text();try{M=JSON.parse(M)}catch{}return{error:M,response:D}}return{GET:(A,t)=>g(A,{...t,method:"GET"}),PUT:(A,t)=>g(A,{...t,method:"PUT"}),POST:(A,t)=>g(A,{...t,method:"POST"}),DELETE:(A,t)=>g(A,{...t,method:"DELETE"}),OPTIONS:(A,t)=>g(A,{...t,method:"OPTIONS"}),HEAD:(A,t)=>g(A,{...t,method:"HEAD"}),PATCH:(A,t)=>g(A,{...t,method:"PATCH"}),TRACE:(A,t)=>g(A,{...t,method:"TRACE"}),use(...A){for(const t of A)if(t){if("object"!=typeof t||!("onRequest"in t)&&!("onResponse"in t))throw new Error("Middleware must be an object with one of `onRequest()` or `onResponse()`");w.push(t)}},eject(...A){for(const t of A){const A=w.indexOf(t);-1!==A&&w.splice(A,1)}}}})({baseUrl:A.baseUrl,headers:A.headers,fetch:A.fetch})}setAuthToken(A){this.client.use({onRequest:({request:t})=>(t.headers.set("Authorization",`Bearer ${A}`),t)})}setApiToken(A){this.client.use({onRequest:({request:t})=>(t.headers.set("Authorization",`Token ${A}`),t)})}async getAuthUrl(A){return await this.client.GET("/auth/{type}",{params:{path:{type:A}}})}async getConnectUrl(A){return await this.client.GET("/connect/{type}",{params:{path:{type:A}}})}async logout(){return await this.client.POST("/logout")}async getCurrentUser(){return await this.client.GET("/me")}async createPresignedUploadUrl(A){return await this.client.POST("/files",{body:A})}async createKnowledgeBlock(A){return await this.client.POST("/knowledge",{body:A})}async listOnboardees(){return await this.client.GET("/onboardees")}async getOnboardeeWhitelistedDomains(A){return await this.client.GET("/onboardees/{id}/whitelisted-domains",{params:{path:{id:A}}})}async listPlans(){return await this.client.GET("/plans")}async createPlan(A){return await this.client.POST("/plans",{body:A})}async getPlan(A){return await this.client.GET("/plans/{id}",{params:{path:{id:A}}})}async replacePlan(A,t){return await this.client.PUT("/plans/{id}",{params:{path:{id:A}},body:t})}async updatePlan(A,t){return await this.client.PATCH("/plans/{id}",{params:{path:{id:A}},body:t})}async listSessions(A){return await this.client.GET("/sessions",{params:{query:A?{token:A}:{}}})}async createSession(A){return await this.client.POST("/sessions",{body:A})}async getSession(A){return await this.client.GET("/sessions/{id}",{params:{path:{id:A}}})}async getSessionRecording(A){return await this.client.GET("/sessions/{id}/recording",{params:{path:{id:A}}})}async getSessionProductUrl(A){return await this.client.GET("/sessions/{id}/product-url",{params:{path:{id:A}}})}async getJoinToken(A,{skipIntro:t}={}){return await this.client.GET("/join-token",{params:{query:{token:A,...t&&{skip_intro:"true"}}}})}getClient(){return this.client}}function h(A){return A&&A.A&&Object.prototype.hasOwnProperty.call(A,"default")?A.default:A}var l={exports:{}};!(function(A){var t=Object.prototype.hasOwnProperty,e="~";function i(){}function n(A,t,e){this.fn=A,this.context=t,this.once=e||!1}function r(A,t,i,r,s){if("function"!=typeof i)throw new TypeError("The listener must be a function");var o=new n(i,r||A,s),a=e?e+t:t;return A.B[a]?A.B[a].fn?A.B[a]=[A.B[a],o]:A.B[a].push(o):(A.B[a]=o,A.U++),A}function s(A,t){0===--A.U?A.B=new i:delete A.B[t]}function o(){this.B=new i,this.U=0}Object.create&&(i.prototype=Object.create(null),(new i).__proto__||(e=!1)),o.prototype.eventNames=function(){var A,i,n=[];if(0===this.U)return n;for(i in A=this.B)t.call(A,i)&&n.push(e?i.slice(1):i);return Object.getOwnPropertySymbols?n.concat(Object.getOwnPropertySymbols(A)):n},o.prototype.listeners=function(A){var t=e?e+A:A,i=this.B[t];if(!i)return[];if(i.fn)return[i.fn];for(var n=0,r=i.length,s=new Array(r);n<r;n++)s[n]=i[n].fn;return s},o.prototype.listenerCount=function(A){var t=e?e+A:A,i=this.B[t];return i?i.fn?1:i.length:0},o.prototype.emit=function(A,t,i,n,r,s){var o=e?e+A:A;if(!this.B[o])return!1;var a,c,u=this.B[o],h=arguments.length;if(u.fn){switch(u.once&&this.removeListener(A,u.fn,void 0,!0),h){case 1:return u.fn.call(u.context),!0;case 2:return u.fn.call(u.context,t),!0;case 3:return u.fn.call(u.context,t,i),!0;case 4:return u.fn.call(u.context,t,i,n),!0;case 5:return u.fn.call(u.context,t,i,n,r),!0;case 6:return u.fn.call(u.context,t,i,n,r,s),!0}for(c=1,a=new Array(h-1);c<h;c++)a[c-1]=arguments[c];u.fn.apply(u.context,a)}else{var l,d=u.length;for(c=0;c<d;c++)switch(u[c].once&&this.removeListener(A,u[c].fn,void 0,!0),h){case 1:u[c].fn.call(u[c].context);break;case 2:u[c].fn.call(u[c].context,t);break;case 3:u[c].fn.call(u[c].context,t,i);break;case 4:u[c].fn.call(u[c].context,t,i,n);break;default:if(!a)for(l=1,a=new Array(h-1);l<h;l++)a[l-1]=arguments[l];u[c].fn.apply(u[c].context,a)}}return!0},o.prototype.on=function(A,t,e){return r(this,A,t,e,!1)},o.prototype.once=function(A,t,e){return r(this,A,t,e,!0)},o.prototype.removeListener=function(A,t,i,n){var r=e?e+A:A;if(!this.B[r])return this;if(!t)return s(this,r),this;var o=this.B[r];if(o.fn)o.fn!==t||n&&!o.once||i&&o.context!==i||s(this,r);else{for(var a=0,c=[],u=o.length;a<u;a++)(o[a].fn!==t||n&&!o[a].once||i&&o[a].context!==i)&&c.push(o[a]);c.length?this.B[r]=1===c.length?c[0]:c:s(this,r)}return this},o.prototype.removeAllListeners=function(A){var t;return A?(t=e?e+A:A,this.B[t]&&s(this,t)):(this.B=new i,this.U=0),this},o.prototype.off=o.prototype.removeListener,o.prototype.addListener=o.prototype.on,o.prefixed=e,o.EventEmitter=o,A.exports=o})(l);const d=h(l.exports);function B(A,t){return t.forEach((function(t){t&&"string"!=typeof t&&!Array.isArray(t)&&Object.keys(t).forEach((function(e){if("default"!==e&&!(e in A)){var i=Object.getOwnPropertyDescriptor(t,e);Object.defineProperty(A,e,i.get?i:{enumerable:!0,get:function(){return t[e]}})}}))})),Object.freeze(A)}var f=Object.defineProperty,w=(A,t,e)=>((A,t,e)=>t in A?f(A,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):A[t]=e)(A,"symbol"!=typeof t?t+"":t,e);let g=class{constructor(){w(this,"_locking"),w(this,"_locks"),this.F=Promise.resolve(),this.H=0}isLocked(){return this.H>0}lock(){let A;this.H+=1;const t=new Promise((t=>A=()=>{this.H-=1,t()})),e=this.F.then((()=>A));return this.F=this.F.then((()=>t)),e}};function p(A,t){if(!A)throw new Error(t)}function v(A){if("number"!=typeof A)throw new Error("invalid int 32: "+typeof A);if(!Number.isInteger(A)||A>2147483647||A<-2147483648)throw new Error("invalid int 32: "+A)}function Q(A){if("number"!=typeof A)throw new Error("invalid uint 32: "+typeof A);if(!Number.isInteger(A)||A>4294967295||A<0)throw new Error("invalid uint 32: "+A)}function m(A){if("number"!=typeof A)throw new Error("invalid float 32: "+typeof A);if(Number.isFinite(A)&&(A>34028234663852886e22||A<-34028234663852886e22))throw new Error("invalid float 32: "+A)}const U=Symbol("@bufbuild/protobuf/enum-type");function C(A,t,e,i){A[U]=F(t,e.map((t=>({no:t.no,name:t.name,localName:A[t.no]}))))}function F(A,t,e){const i=Object.create(null),n=Object.create(null),r=[];for(const s of t){const A=y(s);r.push(A),i[s.name]=A,n[s.no]=A}return{typeName:A,values:r,findName:A=>i[A],findNumber:A=>n[A]}}function y(A){return"localName"in A?A:Object.assign(Object.assign({},A),{localName:A.name})}class b{equals(A){return this.getType().runtime.util.equals(this.getType(),this,A)}clone(){return this.getType().runtime.util.clone(this)}fromBinary(A,t){const e=this.getType().runtime.bin,i=e.makeReadOptions(t);return e.readMessage(this,i.readerFactory(A),A.byteLength,i),this}fromJson(A,t){const e=this.getType(),i=e.runtime.json,n=i.makeReadOptions(t);return i.readMessage(e,A,n,this),this}fromJsonString(A,t){let e;try{e=JSON.parse(A)}catch(i){throw new Error("cannot decode ".concat(this.getType().typeName," from JSON: ").concat(i instanceof Error?i.message:String(i)))}return this.fromJson(e,t)}toBinary(A){const t=this.getType().runtime.bin,e=t.makeWriteOptions(A),i=e.writerFactory();return t.writeMessage(this,i,e),i.finish()}toJson(A){const t=this.getType().runtime.json,e=t.makeWriteOptions(A);return t.writeMessage(this,e)}toJsonString(A){var t;const e=this.toJson(A);return JSON.stringify(e,null,null!==(t=null==A?void 0:A.prettySpaces)&&void 0!==t?t:0)}toJSON(){return this.toJson({emitDefaultValues:!0})}getType(){return Object.getPrototypeOf(this).constructor}}function E(){let A=0,t=0;for(let i=0;i<28;i+=7){let e=this.buf[this.pos++];if(A|=(127&e)<<i,!(128&e))return this.assertBounds(),[A,t]}let e=this.buf[this.pos++];if(A|=(15&e)<<28,t=(112&e)>>4,!(128&e))return this.assertBounds(),[A,t];for(let i=3;i<=31;i+=7){let e=this.buf[this.pos++];if(t|=(127&e)<<i,!(128&e))return this.assertBounds(),[A,t]}throw new Error("invalid varint")}function H(A,t,e){for(let r=0;r<28;r+=7){const i=A>>>r,n=!(i>>>7==0&&0==t),s=255&(n?128|i:i);if(e.push(s),!n)return}const i=A>>>28&15|(7&t)<<4,n=!!(t>>3);if(e.push(255&(n?128|i:i)),n){for(let A=3;A<31;A+=7){const i=t>>>A,n=!(i>>>7==0),r=255&(n?128|i:i);if(e.push(r),!n)return}e.push(t>>>31&1)}}const I=4294967296;function k(A){const t="-"===A[0];t&&(A=A.slice(1));const e=1e6;let i=0,n=0;function r(t,r){const s=Number(A.slice(t,r));n*=e,i=i*e+s,i>=I&&(n+=i/I|0,i%=I)}return r(-24,-18),r(-18,-12),r(-12,-6),r(-6),t?K(i,n):S(i,n)}function T(A,t){if(({lo:A,hi:t}=(function(A,t){return{lo:A>>>0,hi:t>>>0}})(A,t)),t<=2097151)return String(I*t+A);const e=16777215&(A>>>24|t<<8),i=t>>16&65535;let n=(16777215&A)+6777216*e+6710656*i,r=e+8147497*i,s=2*i;const o=1e7;return n>=o&&(r+=Math.floor(n/o),n%=o),r>=o&&(s+=Math.floor(r/o),r%=o),s.toString()+O(r)+O(n)}function S(A,t){return{lo:0|A,hi:0|t}}function K(A,t){return t=~t,A?A=1+~A:t+=1,S(A,t)}const O=A=>{const t=String(A);return"0000000".slice(t.length)+t};function D(A,t){if(A>=0){for(;A>127;)t.push(127&A|128),A>>>=7;t.push(A)}else{for(let e=0;e<9;e++)t.push(127&A|128),A>>=7;t.push(1)}}function M(){let A=this.buf[this.pos++],t=127&A;if(!(128&A))return this.assertBounds(),t;if(A=this.buf[this.pos++],t|=(127&A)<<7,!(128&A))return this.assertBounds(),t;if(A=this.buf[this.pos++],t|=(127&A)<<14,!(128&A))return this.assertBounds(),t;if(A=this.buf[this.pos++],t|=(127&A)<<21,!(128&A))return this.assertBounds(),t;A=this.buf[this.pos++],t|=(15&A)<<28;for(let e=5;128&A&&e<10;e++)A=this.buf[this.pos++];if(128&A)throw new Error("invalid varint");return this.assertBounds(),t>>>0}const L=(function(){const A=new DataView(new ArrayBuffer(8));if("function"==typeof BigInt&&"function"==typeof A.getBigInt64&&"function"==typeof A.getBigUint64&&"function"==typeof A.setBigInt64&&"function"==typeof A.setBigUint64&&("object"!=typeof process||"object"!=typeof process.env||"1"!==process.env.BUF_BIGINT_DISABLE)){const t=BigInt("-9223372036854775808"),e=BigInt("9223372036854775807"),i=BigInt("0"),n=BigInt("18446744073709551615");return{zero:BigInt(0),supported:!0,parse(A){const i="bigint"==typeof A?A:BigInt(A);if(i>e||i<t)throw new Error("int64 invalid: ".concat(A));return i},uParse(A){const t="bigint"==typeof A?A:BigInt(A);if(t>n||t<i)throw new Error("uint64 invalid: ".concat(A));return t},enc(t){return A.setBigInt64(0,this.parse(t),!0),{lo:A.getInt32(0,!0),hi:A.getInt32(4,!0)}},uEnc(t){return A.setBigInt64(0,this.uParse(t),!0),{lo:A.getInt32(0,!0),hi:A.getInt32(4,!0)}},dec:(t,e)=>(A.setInt32(0,t,!0),A.setInt32(4,e,!0),A.getBigInt64(0,!0)),uDec:(t,e)=>(A.setInt32(0,t,!0),A.setInt32(4,e,!0),A.getBigUint64(0,!0))}}const t=A=>p(/^-?[0-9]+$/.test(A),"int64 invalid: ".concat(A)),e=A=>p(/^[0-9]+$/.test(A),"uint64 invalid: ".concat(A));return{zero:"0",supported:!1,parse:A=>("string"!=typeof A&&(A=A.toString()),t(A),A),uParse:A=>("string"!=typeof A&&(A=A.toString()),e(A),A),enc:A=>("string"!=typeof A&&(A=A.toString()),t(A),k(A)),uEnc:A=>("string"!=typeof A&&(A=A.toString()),e(A),k(A)),dec:(A,t)=>(function(A,t){let e=S(A,t);const i=2147483648&e.hi;i&&(e=K(e.lo,e.hi));const n=T(e.lo,e.hi);return i?"-"+n:n})(A,t),uDec:(A,t)=>T(A,t)}})();var x,R,N,_,j,G;function P(A,t,e){if(t===e)return!0;if(A==x.BYTES){if(!(t instanceof Uint8Array&&e instanceof Uint8Array))return!1;if(t.length!==e.length)return!1;for(let A=0;A<t.length;A++)if(t[A]!==e[A])return!1;return!0}switch(A){case x.UINT64:case x.FIXED64:case x.INT64:case x.SFIXED64:case x.SINT64:return t==e}return!1}function V(A,t){switch(A){case x.BOOL:return!1;case x.UINT64:case x.FIXED64:case x.INT64:case x.SFIXED64:case x.SINT64:return 0==t?L.zero:"0";case x.DOUBLE:case x.FLOAT:return 0;case x.BYTES:return new Uint8Array(0);case x.STRING:return"";default:return 0}}function J(A,t){switch(A){case x.BOOL:return!1===t;case x.STRING:return""===t;case x.BYTES:return t instanceof Uint8Array&&!t.byteLength;default:return 0==t}}(R=x||(x={}))[R.DOUBLE=1]="DOUBLE",R[R.FLOAT=2]="FLOAT",R[R.INT64=3]="INT64",R[R.UINT64=4]="UINT64",R[R.INT32=5]="INT32",R[R.FIXED64=6]="FIXED64",R[R.FIXED32=7]="FIXED32",R[R.BOOL=8]="BOOL",R[R.STRING=9]="STRING",R[R.BYTES=12]="BYTES",R[R.UINT32=13]="UINT32",R[R.SFIXED32=15]="SFIXED32",R[R.SFIXED64=16]="SFIXED64",R[R.SINT32=17]="SINT32",R[R.SINT64=18]="SINT64",(_=N||(N={}))[_.BIGINT=0]="BIGINT",_[_.STRING=1]="STRING",(G=j||(j={}))[G.Varint=0]="Varint",G[G.Bit64=1]="Bit64",G[G.LengthDelimited=2]="LengthDelimited",G[G.StartGroup=3]="StartGroup",G[G.EndGroup=4]="EndGroup",G[G.Bit32=5]="Bit32";class X{constructor(A){this.stack=[],this.textEncoder=null!=A?A:new TextEncoder,this.chunks=[],this.buf=[]}finish(){this.chunks.push(new Uint8Array(this.buf));let A=0;for(let i=0;i<this.chunks.length;i++)A+=this.chunks[i].length;let t=new Uint8Array(A),e=0;for(let i=0;i<this.chunks.length;i++)t.set(this.chunks[i],e),e+=this.chunks[i].length;return this.chunks=[],t}fork(){return this.stack.push({chunks:this.chunks,buf:this.buf}),this.chunks=[],this.buf=[],this}join(){let A=this.finish(),t=this.stack.pop();if(!t)throw new Error("invalid state, fork stack empty");return this.chunks=t.chunks,this.buf=t.buf,this.uint32(A.byteLength),this.raw(A)}tag(A,t){return this.uint32((A<<3|t)>>>0)}raw(A){return this.buf.length&&(this.chunks.push(new Uint8Array(this.buf)),this.buf=[]),this.chunks.push(A),this}uint32(A){for(Q(A);A>127;)this.buf.push(127&A|128),A>>>=7;return this.buf.push(A),this}int32(A){return v(A),D(A,this.buf),this}bool(A){return this.buf.push(A?1:0),this}bytes(A){return this.uint32(A.byteLength),this.raw(A)}string(A){let t=this.textEncoder.encode(A);return this.uint32(t.byteLength),this.raw(t)}float(A){m(A);let t=new Uint8Array(4);return new DataView(t.buffer).setFloat32(0,A,!0),this.raw(t)}double(A){let t=new Uint8Array(8);return new DataView(t.buffer).setFloat64(0,A,!0),this.raw(t)}fixed32(A){Q(A);let t=new Uint8Array(4);return new DataView(t.buffer).setUint32(0,A,!0),this.raw(t)}sfixed32(A){v(A);let t=new Uint8Array(4);return new DataView(t.buffer).setInt32(0,A,!0),this.raw(t)}sint32(A){return v(A),D(A=(A<<1^A>>31)>>>0,this.buf),this}sfixed64(A){let t=new Uint8Array(8),e=new DataView(t.buffer),i=L.enc(A);return e.setInt32(0,i.lo,!0),e.setInt32(4,i.hi,!0),this.raw(t)}fixed64(A){let t=new Uint8Array(8),e=new DataView(t.buffer),i=L.uEnc(A);return e.setInt32(0,i.lo,!0),e.setInt32(4,i.hi,!0),this.raw(t)}int64(A){let t=L.enc(A);return H(t.lo,t.hi,this.buf),this}sint64(A){let t=L.enc(A),e=t.hi>>31;return H(t.lo<<1^e,(t.hi<<1|t.lo>>>31)^e,this.buf),this}uint64(A){let t=L.uEnc(A);return H(t.lo,t.hi,this.buf),this}}class Y{constructor(A,t){this.varint64=E,this.uint32=M,this.buf=A,this.len=A.length,this.pos=0,this.view=new DataView(A.buffer,A.byteOffset,A.byteLength),this.textDecoder=null!=t?t:new TextDecoder}tag(){let A=this.uint32(),t=A>>>3,e=7&A;if(t<=0||e<0||e>5)throw new Error("illegal tag: field no "+t+" wire type "+e);return[t,e]}skip(A,t){let e=this.pos;switch(A){case j.Varint:for(;128&this.buf[this.pos++];);break;case j.Bit64:this.pos+=4;case j.Bit32:this.pos+=4;break;case j.LengthDelimited:let e=this.uint32();this.pos+=e;break;case j.StartGroup:for(;;){const[A,e]=this.tag();if(e===j.EndGroup){if(void 0!==t&&A!==t)throw new Error("invalid end group tag");break}this.skip(e,A)}break;default:throw new Error("cant skip wire type "+A)}return this.assertBounds(),this.buf.subarray(e,this.pos)}assertBounds(){if(this.pos>this.len)throw new RangeError("premature EOF")}int32(){return 0|this.uint32()}sint32(){let A=this.uint32();return A>>>1^-(1&A)}int64(){return L.dec(...this.varint64())}uint64(){return L.uDec(...this.varint64())}sint64(){let[A,t]=this.varint64(),e=-(1&A);return A=(A>>>1|(1&t)<<31)^e,t=t>>>1^e,L.dec(A,t)}bool(){let[A,t]=this.varint64();return 0!==A||0!==t}fixed32(){return this.view.getUint32((this.pos+=4)-4,!0)}sfixed32(){return this.view.getInt32((this.pos+=4)-4,!0)}fixed64(){return L.uDec(this.sfixed32(),this.sfixed32())}sfixed64(){return L.dec(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 A=this.uint32(),t=this.pos;return this.pos+=A,this.assertBounds(),this.buf.subarray(t,t+A)}string(){return this.textDecoder.decode(this.bytes())}}function $(A){const t=A.field.localName,e=Object.create(null);return e[t]=(function(A){const t=A.field;if(t.repeated)return[];if(void 0!==t.default)return t.default;switch(t.kind){case"enum":return t.T.values[0].no;case"scalar":return V(t.T,t.L);case"message":const A=t.T,e=new A;return A.fieldWrapper?A.fieldWrapper.unwrapField(e):e;case"map":throw"map fields are not allowed to be extensions"}})(A),[e,()=>e[t]]}let W="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split(""),Z=[];for(let wC=0;wC<W.length;wC++)Z[W[wC].charCodeAt(0)]=wC;Z["-".charCodeAt(0)]=W.indexOf("+"),Z["_".charCodeAt(0)]=W.indexOf("/");const q={dec(A){let t=3*A.length/4;"="==A[A.length-2]?t-=2:"="==A[A.length-1]&&(t-=1);let e,i=new Uint8Array(t),n=0,r=0,s=0;for(let o=0;o<A.length;o++){if(e=Z[A.charCodeAt(o)],void 0===e)switch(A[o]){case"=":r=0;case"\n":case"\r":case"\t":case" ":continue;default:throw Error("invalid base64 string.")}switch(r){case 0:s=e,r=1;break;case 1:i[n++]=s<<2|(48&e)>>4,s=e,r=2;break;case 2:i[n++]=(15&s)<<4|(60&e)>>2,s=e,r=3;break;case 3:i[n++]=(3&s)<<6|e,r=0}}if(1==r)throw Error("invalid base64 string.");return i.subarray(0,n)},enc(A){let t,e="",i=0,n=0;for(let r=0;r<A.length;r++)switch(t=A[r],i){case 0:e+=W[t>>2],n=(3&t)<<4,i=1;break;case 1:e+=W[n|t>>4],n=(15&t)<<2,i=2;break;case 2:e+=W[n|t>>6],e+=W[63&t],i=0}return i&&(e+=W[n],e+="=",1==i&&(e+="=")),e}};function z(A,t,e){eA(t,A);const i=t.runtime.bin.makeReadOptions(e),n=(function(A,t){if(!t.repeated&&("enum"==t.kind||"scalar"==t.kind)){for(let e=A.length-1;e>=0;--e)if(A[e].no==t.no)return[A[e]];return[]}return A.filter((A=>A.no===t.no))})(A.getType().runtime.bin.listUnknownFields(A),t.field),[r,s]=$(t);for(const o of n)t.runtime.bin.readField(r,i.readerFactory(o.data),t.field,o.wireType,i);return s()}function AA(A,t,e,i){eA(t,A);const n=t.runtime.bin.makeReadOptions(i),r=t.runtime.bin.makeWriteOptions(i);if(tA(A,t)){const e=A.getType().runtime.bin.listUnknownFields(A).filter((A=>A.no!=t.field.no));A.getType().runtime.bin.discardUnknownFields(A);for(const t of e)A.getType().runtime.bin.onUnknownField(A,t.no,t.wireType,t.data)}const s=r.writerFactory();let o=t.field;o.opt||o.repeated||"enum"!=o.kind&&"scalar"!=o.kind||(o=Object.assign(Object.assign({},t.field),{opt:!0})),t.runtime.bin.writeField(o,e,s,r);const a=n.readerFactory(s.finish());for(;a.pos<a.len;){const[t,e]=a.tag(),i=a.skip(e,t);A.getType().runtime.bin.onUnknownField(A,t,e,i)}}function tA(A,t){const e=A.getType();return t.extendee.typeName===e.typeName&&!!e.runtime.bin.listUnknownFields(A).find((A=>A.no==t.field.no))}function eA(A,t){p(A.extendee.typeName==t.getType().typeName,"extension ".concat(A.typeName," can only be applied to message ").concat(A.extendee.typeName))}function iA(A,t){const e=A.localName;if(A.repeated)return t[e].length>0;if(A.oneof)return t[A.oneof.localName].case===e;switch(A.kind){case"enum":case"scalar":return A.opt||A.req?void 0!==t[e]:"enum"==A.kind?t[e]!==A.T.values[0].no:!J(A.T,t[e]);case"message":return void 0!==t[e];case"map":return Object.keys(t[e]).length>0}}function nA(A,t){const e=A.localName,i=!A.opt&&!A.req;if(A.repeated)t[e]=[];else if(A.oneof)t[A.oneof.localName]={case:void 0};else switch(A.kind){case"map":t[e]={};break;case"enum":t[e]=i?A.T.values[0].no:void 0;break;case"scalar":t[e]=i?V(A.T,A.L):void 0;break;case"message":t[e]=void 0}}function rA(A,t){if(null===A||"object"!=typeof A)return!1;if(!Object.getOwnPropertyNames(b.prototype).every((t=>t in A&&"function"==typeof A[t])))return!1;const e=A.getType();return null!==e&&"function"==typeof e&&"typeName"in e&&"string"==typeof e.typeName&&(void 0===t||e.typeName==t.typeName)}function sA(A,t){return rA(t)||!A.fieldWrapper?t:A.fieldWrapper.wrapField(t)}x.DOUBLE,x.FLOAT,x.INT64,x.UINT64,x.INT32,x.UINT32,x.BOOL,x.STRING,x.BYTES;const oA={ignoreUnknownFields:!1},aA={emitDefaultValues:!1,enumAsInteger:!1,useProtoFieldName:!1,prettySpaces:0},cA=Symbol(),uA=Symbol();function hA(A){if(null===A)return"null";switch(typeof A){case"object":return Array.isArray(A)?"array":"object";case"string":return A.length>100?"string":'"'.concat(A.split('"').join('\\"'),'"');default:return String(A)}}function lA(A,t,e,i,n){let r=e.localName;if(e.repeated){if(p("map"!=e.kind),null===t)return;if(!Array.isArray(t))throw new Error("cannot decode field ".concat(n.typeName,".").concat(e.name," from JSON: ").concat(hA(t)));const o=A[r];for(const A of t){if(null===A)throw new Error("cannot decode field ".concat(n.typeName,".").concat(e.name," from JSON: ").concat(hA(A)));switch(e.kind){case"message":o.push(e.T.fromJson(A,i));break;case"enum":const t=fA(e.T,A,i.ignoreUnknownFields,!0);t!==uA&&o.push(t);break;case"scalar":try{o.push(BA(e.T,A,e.L,!0))}catch(s){let t="cannot decode field ".concat(n.typeName,".").concat(e.name," from JSON: ").concat(hA(A));throw s instanceof Error&&s.message.length>0&&(t+=": ".concat(s.message)),new Error(t)}}}}else if("map"==e.kind){if(null===t)return;if("object"!=typeof t||Array.isArray(t))throw new Error("cannot decode field ".concat(n.typeName,".").concat(e.name," from JSON: ").concat(hA(t)));const o=A[r];for(const[A,r]of Object.entries(t)){if(null===r)throw new Error("cannot decode field ".concat(n.typeName,".").concat(e.name," from JSON: map value null"));let a;try{a=dA(e.K,A)}catch(s){let A="cannot decode map key for field ".concat(n.typeName,".").concat(e.name," from JSON: ").concat(hA(t));throw s instanceof Error&&s.message.length>0&&(A+=": ".concat(s.message)),new Error(A)}switch(e.V.kind){case"message":o[a]=e.V.T.fromJson(r,i);break;case"enum":const A=fA(e.V.T,r,i.ignoreUnknownFields,!0);A!==uA&&(o[a]=A);break;case"scalar":try{o[a]=BA(e.V.T,r,N.BIGINT,!0)}catch(s){let A="cannot decode map value for field ".concat(n.typeName,".").concat(e.name," from JSON: ").concat(hA(t));throw s instanceof Error&&s.message.length>0&&(A+=": ".concat(s.message)),new Error(A)}}}}else switch(e.oneof&&(A=A[e.oneof.localName]={case:r},r="value"),e.kind){case"message":const o=e.T;if(null===t&&"google.protobuf.Value"!=o.typeName)return;let a=A[r];rA(a)?a.fromJson(t,i):(A[r]=a=o.fromJson(t,i),o.fieldWrapper&&!e.oneof&&(A[r]=o.fieldWrapper.unwrapField(a)));break;case"enum":const c=fA(e.T,t,i.ignoreUnknownFields,!1);switch(c){case cA:nA(e,A);break;case uA:break;default:A[r]=c}break;case"scalar":try{const i=BA(e.T,t,e.L,!1);i===cA?nA(e,A):A[r]=i}catch(s){let A="cannot decode field ".concat(n.typeName,".").concat(e.name," from JSON: ").concat(hA(t));throw s instanceof Error&&s.message.length>0&&(A+=": ".concat(s.message)),new Error(A)}}}function dA(A,t){if(A===x.BOOL)switch(t){case"true":t=!0;break;case"false":t=!1}return BA(A,t,N.BIGINT,!0).toString()}function BA(A,t,e,i){if(null===t)return i?V(A,e):cA;switch(A){case x.DOUBLE:case x.FLOAT:if("NaN"===t)return Number.NaN;if("Infinity"===t)return Number.POSITIVE_INFINITY;if("-Infinity"===t)return Number.NEGATIVE_INFINITY;if(""===t)break;if("string"==typeof t&&t.trim().length!==t.length)break;if("string"!=typeof t&&"number"!=typeof t)break;const i=Number(t);if(Number.isNaN(i))break;if(!Number.isFinite(i))break;return A==x.FLOAT&&m(i),i;case x.INT32:case x.FIXED32:case x.SFIXED32:case x.SINT32:case x.UINT32:let r;if("number"==typeof t?r=t:"string"==typeof t&&t.length>0&&t.trim().length===t.length&&(r=Number(t)),void 0===r)break;return A==x.UINT32||A==x.FIXED32?Q(r):v(r),r;case x.INT64:case x.SFIXED64:case x.SINT64:if("number"!=typeof t&&"string"!=typeof t)break;const s=L.parse(t);return e?s.toString():s;case x.FIXED64:case x.UINT64:if("number"!=typeof t&&"string"!=typeof t)break;const o=L.uParse(t);return e?o.toString():o;case x.BOOL:if("boolean"!=typeof t)break;return t;case x.STRING:if("string"!=typeof t)break;try{encodeURIComponent(t)}catch(n){throw new Error("invalid UTF8")}return t;case x.BYTES:if(""===t)return new Uint8Array(0);if("string"!=typeof t)break;return q.dec(t)}throw new Error}function fA(A,t,e,i){if(null===t)return"google.protobuf.NullValue"==A.typeName?0:i?A.values[0].no:cA;switch(typeof t){case"number":if(Number.isInteger(t))return t;break;case"string":const i=A.findName(t);if(void 0!==i)return i.no;if(e)return uA}throw new Error("cannot decode enum ".concat(A.typeName," from JSON: ").concat(hA(t)))}function wA(A){return!(!A.repeated&&"map"!=A.kind&&(A.oneof||"message"==A.kind||A.opt||A.req))}function gA(A,t,e){if("map"==A.kind){p("object"==typeof t&&null!=t);const i={},n=Object.entries(t);switch(A.V.kind){case"scalar":for(const[e,r]of n)i[e.toString()]=vA(A.V.T,r);break;case"message":for(const[A,r]of n)i[A.toString()]=r.toJson(e);break;case"enum":const t=A.V.T;for(const[A,r]of n)i[A.toString()]=pA(t,r,e.enumAsInteger)}return e.emitDefaultValues||n.length>0?i:void 0}if(A.repeated){p(Array.isArray(t));const i=[];switch(A.kind){case"scalar":for(let e=0;e<t.length;e++)i.push(vA(A.T,t[e]));break;case"enum":for(let n=0;n<t.length;n++)i.push(pA(A.T,t[n],e.enumAsInteger));break;case"message":for(let A=0;A<t.length;A++)i.push(t[A].toJson(e))}return e.emitDefaultValues||i.length>0?i:void 0}switch(A.kind){case"scalar":return vA(A.T,t);case"enum":return pA(A.T,t,e.enumAsInteger);case"message":return sA(A.T,t).toJson(e)}}function pA(A,t,e){var i;if(p("number"==typeof t),"google.protobuf.NullValue"==A.typeName)return null;if(e)return t;const n=A.findNumber(t);return null!==(i=null==n?void 0:n.name)&&void 0!==i?i:t}function vA(A,t){switch(A){case x.INT32:case x.SFIXED32:case x.SINT32:case x.FIXED32:case x.UINT32:return p("number"==typeof t),t;case x.FLOAT:case x.DOUBLE:return p("number"==typeof t),Number.isNaN(t)?"NaN":t===Number.POSITIVE_INFINITY?"Infinity":t===Number.NEGATIVE_INFINITY?"-Infinity":t;case x.STRING:return p("string"==typeof t),t;case x.BOOL:return p("boolean"==typeof t),t;case x.UINT64:case x.FIXED64:case x.INT64:case x.SFIXED64:case x.SINT64:return p("bigint"==typeof t||"string"==typeof t||"number"==typeof t),t.toString();case x.BYTES:return p(t instanceof Uint8Array),q.enc(t)}}const QA=Symbol("@bufbuild/protobuf/unknown-fields"),mA={readUnknownFields:!0,readerFactory:A=>new Y(A)},UA={writeUnknownFields:!0,writerFactory:()=>new X};function CA(A,t,e,i,n){let{repeated:r,localName:s}=e;switch(e.oneof&&((A=A[e.oneof.localName]).case!=s&&delete A.value,A.case=s,s="value"),e.kind){case"scalar":case"enum":const o="enum"==e.kind?x.INT32:e.T;let a=bA;if("scalar"==e.kind&&e.L>0&&(a=yA),r){let e=A[s];if(i==j.LengthDelimited&&o!=x.STRING&&o!=x.BYTES){let A=t.uint32()+t.pos;for(;t.pos<A;)e.push(a(t,o))}else e.push(a(t,o))}else A[s]=a(t,o);break;case"message":const c=e.T;r?A[s].push(FA(t,new c,n,e)):rA(A[s])?FA(t,A[s],n,e):(A[s]=FA(t,new c,n,e),!c.fieldWrapper||e.oneof||e.repeated||(A[s]=c.fieldWrapper.unwrapField(A[s])));break;case"map":let[u,h]=(function(A,t,e){const i=t.uint32(),n=t.pos+i;let r,s;for(;t.pos<n;){const[i]=t.tag();switch(i){case 1:r=bA(t,A.K);break;case 2:switch(A.V.kind){case"scalar":s=bA(t,A.V.T);break;case"enum":s=t.int32();break;case"message":s=FA(t,new A.V.T,e,void 0)}}}if(void 0===r&&(r=V(A.K,N.BIGINT)),"string"!=typeof r&&"number"!=typeof r&&(r=r.toString()),void 0===s)switch(A.V.kind){case"scalar":s=V(A.V.T,N.BIGINT);break;case"enum":s=A.V.T.values[0].no;break;case"message":s=new A.V.T}return[r,s]})(e,t,n);A[s][u]=h}}function FA(A,t,e,i){const n=t.getType().runtime.bin,r=null==i?void 0:i.delimited;return n.readMessage(t,A,r?i.no:A.uint32(),e,r),t}function yA(A,t){const e=bA(A,t);return"bigint"==typeof e?e.toString():e}function bA(A,t){switch(t){case x.STRING:return A.string();case x.BOOL:return A.bool();case x.DOUBLE:return A.double();case x.FLOAT:return A.float();case x.INT32:return A.int32();case x.INT64:return A.int64();case x.UINT64:return A.uint64();case x.FIXED64:return A.fixed64();case x.BYTES:return A.bytes();case x.FIXED32:return A.fixed32();case x.SFIXED32:return A.sfixed32();case x.SFIXED64:return A.sfixed64();case x.SINT64:return A.sint64();case x.UINT32:return A.uint32();case x.SINT32:return A.sint32()}}function EA(A,t,e,i){p(void 0!==t);const n=A.repeated;switch(A.kind){case"scalar":case"enum":let r="enum"==A.kind?x.INT32:A.T;if(n)if(p(Array.isArray(t)),A.packed)!(function(A,t,e,i){if(!i.length)return;A.tag(e,j.LengthDelimited).fork();let[,n]=TA(t);for(let r=0;r<i.length;r++)A[n](i[r]);A.join()})(e,r,A.no,t);else for(const i of t)kA(e,r,A.no,i);else kA(e,r,A.no,t);break;case"message":if(n){p(Array.isArray(t));for(const n of t)IA(e,i,A,n)}else IA(e,i,A,t);break;case"map":p("object"==typeof t&&null!=t);for(const[n,s]of Object.entries(t))HA(e,i,A,n,s)}}function HA(A,t,e,i,n){A.tag(e.no,j.LengthDelimited),A.fork();let r=i;switch(e.K){case x.INT32:case x.FIXED32:case x.UINT32:case x.SFIXED32:case x.SINT32:r=Number.parseInt(i);break;case x.BOOL:p("true"==i||"false"==i),r="true"==i}switch(kA(A,e.K,1,r),e.V.kind){case"scalar":kA(A,e.V.T,2,n);break;case"enum":kA(A,x.INT32,2,n);break;case"message":p(void 0!==n),A.tag(2,j.LengthDelimited).bytes(n.toBinary(t))}A.join()}function IA(A,t,e,i){const n=sA(e.T,i);e.delimited?A.tag(e.no,j.StartGroup).raw(n.toBinary(t)).tag(e.no,j.EndGroup):A.tag(e.no,j.LengthDelimited).bytes(n.toBinary(t))}function kA(A,t,e,i){p(void 0!==i);let[n,r]=TA(t);A.tag(e,n)[r](i)}function TA(A){let t=j.Varint;switch(A){case x.BYTES:case x.STRING:t=j.LengthDelimited;break;case x.DOUBLE:case x.FIXED64:case x.SFIXED64:t=j.Bit64;break;case x.FIXED32:case x.SFIXED32:case x.FLOAT:t=j.Bit32}return[t,x[A].toLowerCase()]}function SA(A){if(void 0===A)return A;if(rA(A))return A.clone();if(A instanceof Uint8Array){const t=new Uint8Array(A.byteLength);return t.set(A),t}return A}function KA(A){return A instanceof Uint8Array?A:new Uint8Array(A)}class OA{constructor(A,t){this.I=A,this.S=t}findJsonName(A){if(!this.jsonNames){const A={};for(const t of this.list())A[t.jsonName]=A[t.name]=t;this.jsonNames=A}return this.jsonNames[A]}find(A){if(!this.numbers){const A={};for(const t of this.list())A[t.no]=t;this.numbers=A}return this.numbers[A]}list(){return this.all||(this.all=this.S(this.I)),this.all}byNumber(){return this.numbersAsc||(this.numbersAsc=this.list().concat().sort(((A,t)=>A.no-t.no))),this.numbersAsc}byMember(){if(!this.members){this.members=[];const A=this.members;let t;for(const e of this.list())e.oneof?e.oneof!==t&&(t=e.oneof,A.push(t)):A.push(e)}return this.members}}function DA(A,t){const e=LA(A);return t?e:jA(_A(e))}const MA=LA;function LA(A){let t=!1;const e=[];for(let i=0;i<A.length;i++){let n=A.charAt(i);switch(n){case"_":t=!0;break;case"0":case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":e.push(n),t=!1;break;default:t&&(t=!1,n=n.toUpperCase()),e.push(n)}}return e.join("")}const xA=new Set(["constructor","toString","toJSON","valueOf"]),RA=new Set(["getType","clone","equals","fromBinary","fromJson","fromJsonString","toBinary","toJson","toJsonString","toObject"]),NA=A=>"".concat(A,"$"),_A=A=>RA.has(A)?NA(A):A,jA=A=>xA.has(A)?NA(A):A;class GA{constructor(A){this.kind="oneof",this.repeated=!1,this.packed=!1,this.opt=!1,this.req=!1,this.default=void 0,this.fields=[],this.name=A,this.localName=DA(A,!1)}addField(A){p(A.oneof===this,"field ".concat(A.name," not one of ").concat(this.name)),this.fields.push(A)}findField(A){if(!this.D){this.D=Object.create(null);for(let A=0;A<this.fields.length;A++)this.D[this.fields[A].localName]=this.fields[A]}return this.D[A]}}const PA=(VA=A=>new OA(A,(A=>(function(A){var t,e,i,n,r,s;const o=[];let a;for(const c of"function"==typeof A?A():A){const A=c;if(A.localName=DA(c.name,void 0!==c.oneof),A.jsonName=null!==(t=c.jsonName)&&void 0!==t?t:MA(c.name),A.repeated=null!==(e=c.repeated)&&void 0!==e&&e,"scalar"==c.kind&&(A.L=null!==(i=c.L)&&void 0!==i?i:N.BIGINT),A.delimited=null!==(n=c.delimited)&&void 0!==n&&n,A.req=null!==(r=c.req)&&void 0!==r&&r,A.opt=null!==(s=c.opt)&&void 0!==s&&s,void 0===c.packed&&(A.packed="enum"==c.kind||"scalar"==c.kind&&c.T!=x.BYTES&&c.T!=x.STRING),void 0!==c.oneof){const t="string"==typeof c.oneof?c.oneof:c.oneof.name;a&&a.name==t||(a=new GA(t)),A.oneof=a,a.addField(A)}o.push(A)}return o})(A))),JA=A=>{for(const t of A.getType().fields.byMember()){if(t.opt)continue;const e=t.localName,i=A;if(t.repeated)i[e]=[];else switch(t.kind){case"oneof":i[e]={case:void 0};break;case"enum":i[e]=0;break;case"map":i[e]={};break;case"scalar":i[e]=V(t.T,t.L)}}},{syntax:"proto3",json:{makeReadOptions:function(A){return A?Object.assign(Object.assign({},oA),A):oA},makeWriteOptions:function(A){return A?Object.assign(Object.assign({},aA),A):aA},readMessage(A,t,e,i){if(null==t||Array.isArray(t)||"object"!=typeof t)throw new Error("cannot decode message ".concat(A.typeName," from JSON: ").concat(hA(t)));i=null!=i?i:new A;const n=new Map,r=e.typeRegistry;for(const[s,o]of Object.entries(t)){const t=A.fields.findJsonName(s);if(t){if(t.oneof){if(null===o&&"scalar"==t.kind)continue;const e=n.get(t.oneof);if(void 0!==e)throw new Error("cannot decode message ".concat(A.typeName,' from JSON: multiple keys for oneof "').concat(t.oneof.name,'" present: "').concat(e,'", "').concat(s,'"'));n.set(t.oneof,s)}lA(i,o,t,e,A)}else{let t=!1;if((null==r?void 0:r.findExtension)&&s.startsWith("[")&&s.endsWith("]")){const n=r.findExtension(s.substring(1,s.length-1));if(n&&n.extendee.typeName==A.typeName){t=!0;const[A,r]=$(n);lA(A,o,n.field,e,n),AA(i,n,r(),e)}}if(!t&&!e.ignoreUnknownFields)throw new Error("cannot decode message ".concat(A.typeName,' from JSON: key "').concat(s,'" is unknown'))}}return i},writeMessage(A,t){const e=A.getType(),i={};let n;try{for(n of e.fields.byNumber()){if(!iA(n,A)){if(n.req)throw"required field not set";if(!t.emitDefaultValues)continue;if(!wA(n))continue}const e=gA(n,n.oneof?A[n.oneof.localName].value:A[n.localName],t);void 0!==e&&(i[t.useProtoFieldName?n.name:n.jsonName]=e)}const r=t.typeRegistry;if(null==r?void 0:r.findExtensionFor)for(const n of e.runtime.bin.listUnknownFields(A)){const s=r.findExtensionFor(e.typeName,n.no);if(s&&tA(A,s)){const e=z(A,s,t),n=gA(s.field,e,t);void 0!==n&&(i[s.field.jsonName]=n)}}}catch(r){const A=n?"cannot encode field ".concat(e.typeName,".").concat(n.name," to JSON"):"cannot encode message ".concat(e.typeName," to JSON"),t=r instanceof Error?r.message:String(r);throw new Error(A+(t.length>0?": ".concat(t):""))}return i},readScalar:(A,t,e)=>BA(A,t,null!=e?e:N.BIGINT,!0),writeScalar(A,t,e){if(void 0!==t)return e||J(A,t)?vA(A,t):void 0},debug:hA},bin:{makeReadOptions:function(A){return A?Object.assign(Object.assign({},mA),A):mA},makeWriteOptions:function(A){return A?Object.assign(Object.assign({},UA),A):UA},listUnknownFields(A){var t;return null!==(t=A[QA])&&void 0!==t?t:[]},discardUnknownFields(A){delete A[QA]},writeUnknownFields(A,t){const e=A[QA];if(e)for(const i of e)t.tag(i.no,i.wireType).raw(i.data)},onUnknownField(A,t,e,i){const n=A;Array.isArray(n[QA])||(n[QA]=[]),n[QA].push({no:t,wireType:e,data:i})},readMessage(A,t,e,i,n){const r=A.getType(),s=n?t.len:t.pos+e;let o,a;for(;t.pos<s&&([o,a]=t.tag(),!0!==n||a!=j.EndGroup);){const e=r.fields.find(o);if(e)CA(A,t,e,a,i);else{const e=t.skip(a,o);i.readUnknownFields&&this.onUnknownField(A,o,a,e)}}if(n&&(a!=j.EndGroup||o!==e))throw new Error("invalid end group tag")},readField:CA,writeMessage(A,t,e){const i=A.getType();for(const n of i.fields.byNumber())if(iA(n,A))EA(n,n.oneof?A[n.oneof.localName].value:A[n.localName],t,e);else if(n.req)throw new Error("cannot encode field ".concat(i.typeName,".").concat(n.name," to binary: required field not set"));return e.writeUnknownFields&&this.writeUnknownFields(A,t),t},writeField(A,t,e,i){void 0!==t&&EA(A,t,e,i)}},util:Object.assign(Object.assign({},{setEnumType:C,initPartial(A,t){if(void 0===A)return;const e=t.getType();for(const i of e.fields.byMember()){const e=i.localName,n=t,r=A;if(null!=r[e])switch(i.kind){case"oneof":const A=r[e].case;if(void 0===A)continue;const t=i.findField(A);let s=r[e].value;t&&"message"==t.kind&&!rA(s,t.T)?s=new t.T(s):t&&"scalar"===t.kind&&t.T===x.BYTES&&(s=KA(s)),n[e]={case:A,value:s};break;case"scalar":case"enum":let o=r[e];i.T===x.BYTES&&(o=i.repeated?o.map(KA):KA(o)),n[e]=o;break;case"map":switch(i.V.kind){case"scalar":case"enum":if(i.V.T===x.BYTES)for(const[t,i]of Object.entries(r[e]))n[e][t]=KA(i);else Object.assign(n[e],r[e]);break;case"message":const A=i.V.T;for(const t of Object.keys(r[e])){let i=r[e][t];A.fieldWrapper||(i=new A(i)),n[e][t]=i}}break;case"message":const a=i.T;if(i.repeated)n[e]=r[e].map((A=>rA(A,a)?A:new a(A)));else{const A=r[e];a.fieldWrapper?"google.protobuf.BytesValue"===a.typeName?n[e]=KA(A):n[e]=A:n[e]=rA(A,a)?A:new a(A)}}}},equals:(A,t,e)=>t===e||!(!t||!e)&&A.fields.byMember().every((A=>{const i=t[A.localName],n=e[A.localName];if(A.repeated){if(i.length!==n.length)return!1;switch(A.kind){case"message":return i.every(((t,e)=>A.T.equals(t,n[e])));case"scalar":return i.every(((t,e)=>P(A.T,t,n[e])));case"enum":return i.every(((A,t)=>P(x.INT32,A,n[t])))}throw new Error("repeated cannot contain ".concat(A.kind))}switch(A.kind){case"message":return A.T.equals(i,n);case"enum":return P(x.INT32,i,n);case"scalar":return P(A.T,i,n);case"oneof":if(i.case!==n.case)return!1;const t=A.findField(i.case);if(void 0===t)return!0;switch(t.kind){case"message":return t.T.equals(i.value,n.value);case"enum":return P(x.INT32,i.value,n.value);case"scalar":return P(t.T,i.value,n.value)}throw new Error("oneof cannot contain ".concat(t.kind));case"map":const e=Object.keys(i).concat(Object.keys(n));switch(A.V.kind){case"message":const t=A.V.T;return e.every((A=>t.equals(i[A],n[A])));case"enum":return e.every((A=>P(x.INT32,i[A],n[A])));case"scalar":const r=A.V.T;return e.every((A=>P(r,i[A],n[A])))}}})),clone(A){const t=A.getType(),e=new t,i=e;for(const n of t.fields.byMember()){const t=A[n.localName];let e;if(n.repeated)e=t.map(SA);else if("map"==n.kind){e=i[n.localName];for(const[A,i]of Object.entries(t))e[A]=SA(i)}else e="oneof"==n.kind?n.findField(t.case)?{case:t.case,value:SA(t.value)}:{case:void 0}:SA(t);i[n.localName]=e}for(const n of t.runtime.bin.listUnknownFields(A))t.runtime.bin.onUnknownField(i,n.no,n.wireType,n.data);return e}}),{newFieldList:VA,initFields:JA}),makeMessageType(A,t,e){return(function(A,t,e,i){var n;const r=null!==(n=null==i?void 0:i.localName)&&void 0!==n?n:t.substring(t.lastIndexOf(".")+1),s={[r]:function(t){A.util.initFields(this),A.util.initPartial(t,this)}}[r];return Object.setPrototypeOf(s.prototype,new b),Object.assign(s,{runtime:A,typeName:t,fields:A.util.newFieldList(e),fromBinary:(A,t)=>(new s).fromBinary(A,t),fromJson:(A,t)=>(new s).fromJson(A,t),fromJsonString:(A,t)=>(new s).fromJsonString(A,t),equals:(t,e)=>A.util.equals(s,t,e)}),s})(this,A,t,e)},makeEnum:function(A,t,e){const i={};for(const n of t){const A=y(n);i[A.localName]=A.no,i[A.no]=A.localName}return C(i,A,t),i},makeEnumType:F,getEnumType:function(A){const t=A[U];return p(t,"missing enum type on enum object"),t},makeExtension(A,t,e){return(function(A,t,e,i){let n;return{typeName:t,extendee:e,get field(){if(!n){const e="function"==typeof i?i():i;e.name=t.split(".").pop(),e.jsonName="[".concat(t,"]"),n=A.util.newFieldList([e]).list()[0]}return n},runtime:A}})(this,A,t,e)}});var VA,JA;class XA extends b{constructor(A){super(),this.seconds=L.zero,this.nanos=0,PA.util.initPartial(A,this)}fromJson(A,t){if("string"!=typeof A)throw new Error("cannot decode google.protobuf.Timestamp from JSON: ".concat(PA.json.debug(A)));const e=A.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(!e)throw new Error("cannot decode google.protobuf.Timestamp from JSON: invalid RFC 3339 string");const i=Date.parse(e[1]+"-"+e[2]+"-"+e[3]+"T"+e[4]+":"+e[5]+":"+e[6]+(e[8]?e[8]:"Z"));if(Number.isNaN(i))throw new Error("cannot decode google.protobuf.Timestamp from JSON: invalid RFC 3339 string");if(i<Date.parse("0001-01-01T00:00:00Z")||i>Date.parse("9999-12-31T23:59:59Z"))throw new Error("cannot decode message google.protobuf.Timestamp from JSON: must be from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59Z inclusive");return this.seconds=L.parse(i/1e3),this.nanos=0,e[7]&&(this.nanos=parseInt("1"+e[7]+"0".repeat(9-e[7].length))-1e9),this}toJson(A){const t=1e3*Number(this.seconds);if(t<Date.parse("0001-01-01T00:00:00Z")||t>Date.parse("9999-12-31T23:59:59Z"))throw new Error("cannot encode google.protobuf.Timestamp to JSON: must be from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59Z inclusive");if(this.nanos<0)throw new Error("cannot encode google.protobuf.Timestamp to JSON: nanos must not be negative");let e="Z";if(this.nanos>0){const A=(this.nanos+1e9).toString().substring(1);e="000000"===A.substring(3)?"."+A.substring(0,3)+"Z":"000"===A.substring(6)?"."+A.substring(0,6)+"Z":"."+A+"Z"}return new Date(t).toISOString().replace(".000Z",e)}toDate(){return new Date(1e3*Number(this.seconds)+Math.ceil(this.nanos/1e6))}static now(){return XA.fromDate(new Date)}static fromDate(A){const t=A.getTime();return new XA({seconds:L.parse(Math.floor(t/1e3)),nanos:t%1e3*1e6})}static fromBinary(A,t){return(new XA).fromBinary(A,t)}static fromJson(A,t){return(new XA).fromJson(A,t)}static fromJsonString(A,t){return(new XA).fromJsonString(A,t)}static equals(A,t){return PA.util.equals(XA,A,t)}}XA.runtime=PA,XA.typeName="google.protobuf.Timestamp",XA.fields=PA.util.newFieldList((()=>[{no:1,name:"seconds",kind:"scalar",T:3},{no:2,name:"nanos",kind:"scalar",T:5}]));const YA=PA.makeMessageType("livekit.MetricsBatch",(()=>[{no:1,name:"timestamp_ms",kind:"scalar",T:3},{no:2,name:"normalized_timestamp",kind:"message",T:XA},{no:3,name:"str_data",kind:"scalar",T:9,repeated:!0},{no:4,name:"time_series",kind:"message",T:$A,repeated:!0},{no:5,name:"events",kind:"message",T:ZA,repeated:!0}])),$A=PA.makeMessageType("livekit.TimeSeriesMetric",(()=>[{no:1,name:"label",kind:"scalar",T:13},{no:2,name:"participant_identity",kind:"scalar",T:13},{no:3,name:"track_sid",kind:"scalar",T:13},{no:4,name:"samples",kind:"message",T:WA,repeated:!0},{no:5,name:"rid",kind:"scalar",T:13}])),WA=PA.makeMessageType("livekit.MetricSample",(()=>[{no:1,name:"timestamp_ms",kind:"scalar",T:3},{no:2,name:"normalized_timestamp",kind:"message",T:XA},{no:3,name:"value",kind:"scalar",T:2}])),ZA=PA.makeMessageType("livekit.EventMetric",(()=>[{no:1,name:"label",kind:"scalar",T:13},{no:2,name:"participant_identity",kind:"scalar",T:13},{no:3,name:"track_sid",kind:"scalar",T:13},{no:4,name:"start_timestamp_ms",kind:"scalar",T:3},{no:5,name:"end_timestamp_ms",kind:"scalar",T:3,opt:!0},{no:6,name:"normalized_start_timestamp",kind:"message",T:XA},{no:7,name:"normalized_end_timestamp",kind:"message",T:XA,opt:!0},{no:8,name:"metadata",kind:"scalar",T:9},{no:9,name:"rid",kind:"scalar",T:13}])),qA=PA.makeEnum("livekit.BackupCodecPolicy",[{no:0,name:"PREFER_REGRESSION"},{no:1,name:"SIMULCAST"},{no:2,name:"REGRESSION"}]),zA=PA.makeEnum("livekit.TrackType",[{no:0,name:"AUDIO"},{no:1,name:"VIDEO"},{no:2,name:"DATA"}]),At=PA.makeEnum("livekit.TrackSource",[{no:0,name:"UNKNOWN"},{no:1,name:"CAMERA"},{no:2,name:"MICROPHONE"},{no:3,name:"SCREEN_SHARE"},{no:4,name:"SCREEN_SHARE_AUDIO"}]),tt=PA.makeEnum("livekit.VideoQuality",[{no:0,name:"LOW"},{no:1,name:"MEDIUM"},{no:2,name:"HIGH"},{no:3,name:"OFF"}]),et=PA.makeEnum("livekit.ConnectionQuality",[{no:0,name:"POOR"},{no:1,name:"GOOD"},{no:2,name:"EXCELLENT"},{no:3,name:"LOST"}]),it=PA.makeEnum("livekit.ClientConfigSetting",[{no:0,name:"UNSET"},{no:1,name:"DISABLED"},{no:2,name:"ENABLED"}]),nt=PA.makeEnum("livekit.DisconnectReason",[{no:0,name:"UNKNOWN_REASON"},{no:1,name:"CLIENT_INITIATED"},{no:2,name:"DUPLICATE_IDENTITY"},{no:3,name:"SERVER_SHUTDOWN"},{no:4,name:"PARTICIPANT_REMOVED"},{no:5,name:"ROOM_DELETED"},{no:6,name:"STATE_MISMATCH"},{no:7,name:"JOIN_FAILURE"},{no:8,name:"MIGRATION"},{no:9,name:"SIGNAL_CLOSE"},{no:10,name:"ROOM_CLOSED"},{no:11,name:"USER_UNAVAILABLE"},{no:12,name:"USER_REJECTED"},{no:13,name:"SIP_TRUNK_FAILURE"},{no:14,name:"CONNECTION_TIMEOUT"}]),rt=PA.makeEnum("livekit.ReconnectReason",[{no:0,name:"RR_UNKNOWN"},{no:1,name:"RR_SIGNAL_DISCONNECTED"},{no:2,name:"RR_PUBLISHER_FAILED"},{no:3,name:"RR_SUBSCRIBER_FAILED"},{no:4,name:"RR_SWITCH_CANDIDATE"}]),st=PA.makeEnum("livekit.SubscriptionError",[{no:0,name:"SE_UNKNOWN"},{no:1,name:"SE_CODEC_UNSUPPORTED"},{no:2,name:"SE_TRACK_NOTFOUND"}]),ot=PA.makeEnum("livekit.AudioTrackFeature",[{no:0,name:"TF_STEREO"},{no:1,name:"TF_NO_DTX"},{no:2,name:"TF_AUTO_GAIN_CONTROL"},{no:3,name:"TF_ECHO_CANCELLATION"},{no:4,name:"TF_NOISE_SUPPRESSION"},{no:5,name:"TF_ENHANCED_NOISE_CANCELLATION"},{no:6,name:"TF_PRECONNECT_BUFFER"}]),at=PA.makeMessageType("livekit.Room",(()=>[{no:1,name:"sid",kind:"scalar",T:9},{no:2,name:"name",kind:"scalar",T:9},{no:3,name:"empty_timeout",kind:"scalar",T:13},{no:14,name:"departure_timeout",kind:"scalar",T:13},{no:4,name:"max_participants",kind:"scalar",T:13},{no:5,name:"creation_time",kind:"scalar",T:3},{no:15,name:"creation_time_ms",kind:"scalar",T:3},{no:6,name:"turn_password",kind:"scalar",T:9},{no:7,name:"enabled_codecs",kind:"message",T:ct,repeated:!0},{no:8,name:"metadata",kind:"scalar",T:9},{no:9,name:"num_participants",kind:"scalar",T:13},{no:11,name:"num_publishers",kind:"scalar",T:13},{no:10,name:"active_recording",kind:"scalar",T:8},{no:13,name:"version",kind:"message",T:Nt}])),ct=PA.makeMessageType("livekit.Codec",(()=>[{no:1,name:"mime",kind:"scalar",T:9},{no:2,name:"fmtp_line",kind:"scalar",T:9}])),ut=PA.makeMessageType("livekit.ParticipantPermission",(()=>[{no:1,name:"can_subscribe",kind:"scalar",T:8},{no:2,name:"can_publish",kind:"scalar",T:8},{no:3,name:"can_publish_data",kind:"scalar",T:8},{no:9,name:"can_publish_sources",kind:"enum",T:PA.getEnumType(At),repeated:!0},{no:7,name:"hidden",kind:"scalar",T:8},{no:8,name:"recorder",kind:"scalar",T:8},{no:10,name:"can_update_metadata",kind:"scalar",T:8},{no:11,name:"agent",kind:"scalar",T:8},{no:12,name:"can_subscribe_metrics",kind:"scalar",T:8}])),ht=PA.makeMessageType("livekit.ParticipantInfo",(()=>[{no:1,name:"sid",kind:"scalar",T:9},{no:2,name:"identity",kind:"scalar",T:9},{no:3,name:"state",kind:"enum",T:PA.getEnumType(lt)},{no:4,name:"tracks",kind:"message",T:gt,repeated:!0},{no:5,name:"metadata",kind:"scalar",T:9},{no:6,name:"joined_at",kind:"scalar",T:3},{no:17,name:"joined_at_ms",kind:"scalar",T:3},{no:9,name:"name",kind:"scalar",T:9},{no:10,name:"version",kind:"scalar",T:13},{no:11,name:"permission",kind:"message",T:ut},{no:12,name:"region",kind:"scalar",T:9},{no:13,name:"is_publisher",kind:"scalar",T:8},{no:14,name:"kind",kind:"enum",T:PA.getEnumType(dt)},{no:15,name:"attributes",kind:"map",K:9,V:{kind:"scalar",T:9}},{no:16,name:"disconnect_reason",kind:"enum",T:PA.getEnumType(nt)},{no:18,name:"kind_details",kind:"enum",T:PA.getEnumType(Bt),repeated:!0}])),lt=PA.makeEnum("livekit.ParticipantInfo.State",[{no:0,name:"JOINING"},{no:1,name:"JOINED"},{no:2,name:"ACTIVE"},{no:3,name:"DISCONNECTED"}]),dt=PA.makeEnum("livekit.ParticipantInfo.Kind",[{no:0,name:"STANDARD"},{no:1,name:"INGRESS"},{no:2,name:"EGRESS"},{no:3,name:"SIP"},{no:4,name:"AGENT"}]),Bt=PA.makeEnum("livekit.ParticipantInfo.KindDetail",[{no:0,name:"CLOUD_AGENT"},{no:1,name:"FORWARDED"}]),ft=PA.makeEnum("livekit.Encryption.Type",[{no:0,name:"NONE"},{no:1,name:"GCM"},{no:2,name:"CUSTOM"}]),wt=PA.makeMessageType("livekit.SimulcastCodecInfo",(()=>[{no:1,name:"mime_type",kind:"scalar",T:9},{no:2,name:"mid",kind:"scalar",T:9},{no:3,name:"cid",kind:"scalar",T:9},{no:4,name:"layers",kind:"message",T:pt,repeated:!0}])),gt=PA.makeMessageType("livekit.TrackInfo",(()=>[{no:1,name:"sid",kind:"scalar",T:9},{no:2,name:"type",kind:"enum",T:PA.getEnumType(zA)},{no:3,name:"name",kind:"scalar",T:9},{no:4,name:"muted",kind:"scalar",T:8},{no:5,name:"width",kind:"scalar",T:13},{no:6,name:"height",kind:"scalar",T:13},{no:7,name:"simulcast",kind:"scalar",T:8},{no:8,name:"disable_dtx",kind:"scalar",T:8},{no:9,name:"source",kind:"enum",T:PA.getEnumType(At)},{no:10,name:"layers",kind:"message",T:pt,repeated:!0},{no:11,name:"mime_type",kind:"scalar",T:9},{no:12,name:"mid",kind:"scalar",T:9},{no:13,name:"codecs",kind:"message",T:wt,repeated:!0},{no:14,name:"stereo",kind:"scalar",T:8},{no:15,name:"disable_red",kind:"scalar",T:8},{no:16,name:"encryption",kind:"enum",T:PA.getEnumType(ft)},{no:17,name:"stream",kind:"scalar",T:9},{no:18,name:"version",kind:"message",T:Nt},{no:19,name:"audio_features",kind:"enum",T:PA.getEnumType(ot),repeated:!0},{no:20,name:"backup_codec_policy",kind:"enum",T:PA.getEnumType(qA)}])),pt=PA.makeMessageType("livekit.VideoLayer",(()=>[{no:1,name:"quality",kind:"enum",T:PA.getEnumType(tt)},{no:2,name:"width",kind:"scalar",T:13},{no:3,name:"height",kind:"scalar",T:13},{no:4,name:"bitrate",kind:"scalar",T:13},{no:5,name:"ssrc",kind:"scalar",T:13}])),vt=PA.makeMessageType("livekit.DataPacket",(()=>[{no:1,name:"kind",kind:"enum",T:PA.getEnumType(Qt)},{no:4,name:"participant_identity",kind:"scalar",T:9},{no:5,name:"destination_identities",kind:"scalar",T:9,repeated:!0},{no:2,name:"user",kind:"message",T:Ct,oneof:"value"},{no:3,name:"speaker",kind:"message",T:mt,oneof:"value"},{no:6,name:"sip_dtmf",kind:"message",T:Ft,oneof:"value"},{no:7,name:"transcription",kind:"message",T:yt,oneof:"value"},{no:8,name:"metrics",kind:"message",T:YA,oneof:"value"},{no:9,name:"chat_message",kind:"message",T:Et,oneof:"value"},{no:10,name:"rpc_request",kind:"message",T:Ht,oneof:"value"},{no:11,name:"rpc_ack",kind:"message",T:It,oneof:"value"},{no:12,name:"rpc_response",kind:"message",T:kt,oneof:"value"},{no:13,name:"stream_header",kind:"message",T:Pt,oneof:"value"},{no:14,name:"stream_chunk",kind:"message",T:Vt,oneof:"value"},{no:15,name:"stream_trailer",kind:"message",T:Jt,oneof:"value"}])),Qt=PA.makeEnum("livekit.DataPacket.Kind",[{no:0,name:"RELIABLE"},{no:1,name:"LOSSY"}]),mt=PA.makeMessageType("livekit.ActiveSpeakerUpdate",(()=>[{no:1,name:"speakers",kind:"message",T:Ut,repeated:!0}])),Ut=PA.makeMessageType("livekit.SpeakerInfo",(()=>[{no:1,name:"sid",kind:"scalar",T:9},{no:2,name:"level",kind:"scalar",T:2},{no:3,name:"active",kind:"scalar",T:8}])),Ct=PA.makeMessageType("livekit.UserPacket",(()=>[{no:1,name:"participant_sid",kind:"scalar",T:9},{no:5,name:"participant_identity",kind:"scalar",T:9},{no:2,name:"payload",kind:"scalar",T:12},{no:3,name:"destination_sids",kind:"scalar",T:9,repeated:!0},{no:6,name:"destination_identities",kind:"scalar",T:9,repeated:!0},{no:4,name:"topic",kind:"scalar",T:9,opt:!0},{no:8,name:"id",kind:"scalar",T:9,opt:!0},{no:9,name:"start_time",kind:"scalar",T:4,opt:!0},{no:10,name:"end_time",kind:"scalar",T:4,opt:!0},{no:11,name:"nonce",kind:"scalar",T:12}])),Ft=PA.makeMessageType("livekit.SipDTMF",(()=>[{no:3,name:"code",kind:"scalar",T:13},{no:4,name:"digit",kind:"scalar",T:9}])),yt=PA.makeMessageType("livekit.Transcription",(()=>[{no:2,name:"transcribed_participant_identity",kind:"scalar",T:9},{no:3,name:"track_id",kind:"scalar",T:9},{no:4,name:"segments",kind:"message",T:bt,repeated:!0}])),bt=PA.makeMessageType("livekit.TranscriptionSegment",(()=>[{no:1,name:"id",kind:"scalar",T:9},{no:2,name:"text",kind:"scalar",T:9},{no:3,name:"start_time",kind:"scalar",T:4},{no:4,name:"end_time",kind:"scalar",T:4},{no:5,name:"final",kind:"scalar",T:8},{no:6,name:"language",kind:"scalar",T:9}])),Et=PA.makeMessageType("livekit.ChatMessage",(()=>[{no:1,name:"id",kind:"scalar",T:9},{no:2,name:"timestamp",kind:"scalar",T:3},{no:3,name:"edit_timestamp",kind:"scalar",T:3,opt:!0},{no:4,name:"message",kind:"scalar",T:9},{no:5,name:"deleted",kind:"scalar",T:8},{no:6,name:"generated",kind:"scalar",T:8}])),Ht=PA.makeMessageType("livekit.RpcRequest",(()=>[{no:1,name:"id",kind:"scalar",T:9},{no:2,name:"method",kind:"scalar",T:9},{no:3,name:"payload",kind:"scalar",T:9},{no:4,name:"response_timeout_ms",kind:"scalar",T:13},{no:5,name:"version",kind:"scalar",T:13}])),It=PA.makeMessageType("livekit.RpcAck",(()=>[{no:1,name:"request_id",kind:"scalar",T:9}])),kt=PA.makeMessageType("livekit.RpcResponse",(()=>[{no:1,name:"request_id",kind:"scalar",T:9},{no:2,name:"payload",kind:"scalar",T:9,oneof:"value"},{no:3,name:"error",kind:"message",T:Tt,oneof:"value"}])),Tt=PA.makeMessageType("livekit.RpcError",(()=>[{no:1,name:"code",kind:"scalar",T:13},{no:2,name:"message",kind:"scalar",T:9},{no:3,name:"data",kind:"scalar",T:9}])),St=PA.makeMessageType("livekit.ParticipantTracks",(()=>[{no:1,name:"participant_sid",kind:"scalar",T:9},{no:2,name:"track_sids",kind:"scalar",T:9,repeated:!0}])),Kt=PA.makeMessageType("livekit.ServerInfo",(()=>[{no:1,name:"edition",kind:"enum",T:PA.getEnumType(Ot)},{no:2,name:"version",kind:"scalar",T:9},{no:3,name:"protocol",kind:"scalar",T:5},{no:4,name:"region",kind:"scalar",T:9},{no:5,name:"node_id",kind:"scalar",T:9},{no:6,name:"debug_info",kind:"scalar",T:9},{no:7,name:"agent_protocol",kind:"scalar",T:5}])),Ot=PA.makeEnum("livekit.ServerInfo.Edition",[{no:0,name:"Standard"},{no:1,name:"Cloud"}]),Dt=PA.makeMessageType("livekit.ClientInfo",(()=>[{no:1,name:"sdk",kind:"enum",T:PA.getEnumType(Mt)},{no:2,name:"version",kind:"scalar",T:9},{no:3,name:"protocol",kind:"scalar",T:5},{no:4,name:"os",kind:"scalar",T:9},{no:5,name:"os_version",kind:"scalar",T:9},{no:6,name:"device_model",kind:"scalar",T:9},{no:7,name:"browser",kind:"scalar",T:9},{no:8,name:"browser_version",kind:"scalar",T:9},{no:9,name:"address",kind:"scalar",T:9},{no:10,name:"network",kind:"scalar",T:9},{no:11,name:"other_sdks",kind:"scalar",T:9}])),Mt=PA.makeEnum("livekit.ClientInfo.SDK",[{no:0,name:"UNKNOWN"},{no:1,name:"JS"},{no:2,name:"SWIFT"},{no:3,name:"ANDROID"},{no:4,name:"FLUTTER"},{no:5,name:"GO"},{no:6,name:"UNITY"},{no:7,name:"REACT_NATIVE"},{no:8,name:"RUST"},{no:9,name:"PYTHON"},{no:10,name:"CPP"},{no:11,name:"UNITY_WEB"},{no:12,name:"NODE"},{no:13,name:"UNREAL"}]),Lt=PA.makeMessageType("livekit.ClientConfiguration",(()=>[{no:1,name:"video",kind:"message",T:xt},{no:2,name:"screen",kind:"message",T:xt},{no:3,name:"resume_connection",kind:"enum",T:PA.getEnumType(it)},{no:4,name:"disabled_codecs",kind:"message",T:Rt},{no:5,name:"force_relay",kind:"enum",T:PA.getEnumType(it)}])),xt=PA.makeMessageType("livekit.VideoConfiguration",(()=>[{no:1,name:"hardware_encoder",kind:"enum",T:PA.getEnumType(it)}])),Rt=PA.makeMessageType("livekit.DisabledCodecs",(()=>[{no:1,name:"codecs",kind:"message",T:ct,repeated:!0},{no:2,name:"publish",kind:"message",T:ct,repeated:!0}])),Nt=PA.makeMessageType("livekit.TimedVersion",(()=>[{no:1,name:"unix_micro",kind:"scalar",T:3},{no:2,name:"ticks",kind:"scalar",T:5}])),_t=PA.makeEnum("livekit.DataStream.OperationType",[{no:0,name:"CREATE"},{no:1,name:"UPDATE"},{no:2,name:"DELETE"},{no:3,name:"REACTION"}]),jt=PA.makeMessageType("livekit.DataStream.TextHeader",(()=>[{no:1,name:"operation_type",kind:"enum",T:PA.getEnumType(_t)},{no:2,name:"version",kind:"scalar",T:5},{no:3,name:"reply_to_stream_id",kind:"scalar",T:9},{no:4,name:"attached_stream_ids",kind:"scalar",T:9,repeated:!0},{no:5,name:"generated",kind:"scalar",T:8}]),{localName:"DataStream_TextHeader"}),Gt=PA.makeMessageType("livekit.DataStream.ByteHeader",(()=>[{no:1,name:"name",kind:"scalar",T:9}]),{localName:"DataStream_ByteHeader"}),Pt=PA.makeMessageType("livekit.DataStream.Header",(()=>[{no:1,name:"stream_id",kind:"scalar",T:9},{no:2,name:"timestamp",kind:"scalar",T:3},{no:3,name:"topic",kind:"scalar",T:9},{no:4,name:"mime_type",kind:"scalar",T:9},{no:5,name:"total_length",kind:"scalar",T:4,opt:!0},{no:7,name:"encryption_type",kind:"enum",T:PA.getEnumType(ft)},{no:8,name:"attributes",kind:"map",K:9,V:{kind:"scalar",T:9}},{no:9,name:"text_header",kind:"message",T:jt,oneof:"content_header"},{no:10,name:"byte_header",kind:"message",T:Gt,oneof:"content_header"}]),{localName:"DataStream_Header"}),Vt=PA.makeMessageType("livekit.DataStream.Chunk",(()=>[{no:1,name:"stream_id",kind:"scalar",T:9},{no:2,name:"chunk_index",kind:"scalar",T:4},{no:3,name:"content",kind:"scalar",T:12},{no:4,name:"version",kind:"scalar",T:5},{no:5,name:"iv",kind:"scalar",T:12,opt:!0}]),{localName:"DataStream_Chunk"}),Jt=PA.makeMessageType("livekit.DataStream.Trailer",(()=>[{no:1,name:"stream_id",kind:"scalar",T:9},{no:2,name:"reason",kind:"scalar",T:9},{no:3,name:"attributes",kind:"map",K:9,V:{kind:"scalar",T:9}}]),{localName:"DataStream_Trailer"}),Xt=PA.makeEnum("livekit.SignalTarget",[{no:0,name:"PUBLISHER"},{no:1,name:"SUBSCRIBER"}]),Yt=PA.makeEnum("livekit.StreamState",[{no:0,name:"ACTIVE"},{no:1,name:"PAUSED"}]),$t=PA.makeEnum("livekit.CandidateProtocol",[{no:0,name:"UDP"},{no:1,name:"TCP"},{no:2,name:"TLS"}]),Wt=PA.makeMessageType("livekit.SignalRequest",(()=>[{no:1,name:"offer",kind:"message",T:se,oneof:"message"},{no:2,name:"answer",kind:"message",T:se,oneof:"message"},{no:3,name:"trickle",kind:"message",T:Ae,oneof:"message"},{no:4,name:"add_track",kind:"message",T:zt,oneof:"message"},{no:5,name:"mute",kind:"message",T:te,oneof:"message"},{no:6,name:"subscription",kind:"message",T:ae,oneof:"message"},{no:7,name:"track_setting",kind:"message",T:ce,oneof:"message"},{no:8,name:"leave",kind:"message",T:le,oneof:"message"},{no:10,name:"update_layers",kind:"message",T:Be,oneof:"message"},{no:11,name:"subscription_permission",kind:"message",T:Ee,oneof:"message"},{no:12,name:"sync_state",kind:"message",T:ke,oneof:"message"},{no:13,name:"simulate",kind:"message",T:Se,oneof:"message"},{no:14,name:"ping",kind:"scalar",T:3,oneof:"message"},{no:15,name:"update_metadata",kind:"message",T:fe,oneof:"message"},{no:16,name:"ping_req",kind:"message",T:Ke,oneof:"message"},{no:17,name:"update_audio_track",kind:"message",T:ue,oneof:"message"},{no:18,name:"update_video_track",kind:"message",T:he,oneof:"message"}])),Zt=PA.makeMessageType("livekit.SignalResponse",(()=>[{no:1,name:"join",kind:"message",T:ee,oneof:"message"},{no:2,name:"answer",kind:"message",T:se,oneof:"message"},{no:3,name:"offer",kind:"message",T:se,oneof:"message"},{no:4,name:"trickle",kind:"message",T:Ae,oneof:"message"},{no:5,name:"update",kind:"message",T:oe,oneof:"message"},{no:6,name:"track_published",kind:"message",T:ne,oneof:"message"},{no:8,name:"leave",kind:"message",T:le,oneof:"message"},{no:9,name:"mute",kind:"message",T:te,oneof:"message"},{no:10,name:"speakers_changed",kind:"message",T:ge,oneof:"message"},{no:11,name:"room_update",kind:"message",T:pe,oneof:"message"},{no:12,name:"connection_quality",kind:"message",T:Qe,oneof:"message"},{no:13,name:"stream_state_update",kind:"message",T:Ue,oneof:"message"},{no:14,name:"subscribed_quality_update",kind:"message",T:ye,oneof:"message"},{no:15,name:"subscription_permission_update",kind:"message",T:He,oneof:"message"},{no:16,name:"refresh_token",kind:"scalar",T:9,oneof:"message"},{no:17,name:"track_unpublished",kind:"message",T:re,oneof:"message"},{no:18,name:"pong",kind:"scalar",T:3,oneof:"message"},{no:19,name:"reconnect",kind:"message",T:ie,oneof:"message"},{no:20,name:"pong_resp",kind:"message",T:Oe,oneof:"message"},{no:21,name:"subscription_response",kind:"message",T:Le,oneof:"message"},{no:22,name:"request_response",kind:"message",T:xe,oneof:"message"},{no:23,name:"track_subscribed",kind:"message",T:Ne,oneof:"message"},{no:24,name:"room_moved",kind:"message",T:Ie,oneof:"message"}])),qt=PA.makeMessageType("livekit.SimulcastCodec",(()=>[{no:1,name:"codec",kind:"scalar",T:9},{no:2,name:"cid",kind:"scalar",T:9}])),zt=PA.makeMessageType("livekit.AddTrackRequest",(()=>[{no:1,name:"cid",kind:"scalar",T:9},{no:2,name:"name",kind:"scalar",T:9},{no:3,name:"type",kind:"enum",T:PA.getEnumType(zA)},{no:4,name:"width",kind:"scalar",T:13},{no:5,name:"height",kind:"scalar",T:13},{no:6,name:"muted",kind:"scalar",T:8},{no:7,name:"disable_dtx",kind:"scalar",T:8},{no:8,name:"source",kind:"enum",T:PA.getEnumType(At)},{no:9,name:"layers",kind:"message",T:pt,repeated:!0},{no:10,name:"simulcast_codecs",kind:"message",T:qt,repeated:!0},{no:11,name:"sid",kind:"scalar",T:9},{no:12,name:"stereo",kind:"scalar",T:8},{no:13,name:"disable_red",kind:"scalar",T:8},{no:14,name:"encryption",kind:"enum",T:PA.getEnumType(ft)},{no:15,name:"stream",kind:"scalar",T:9},{no:16,name:"backup_codec_policy",kind:"enum",T:PA.getEnumType(qA)},{no:17,name:"audio_features",kind:"enum",T:PA.getEnumType(ot),repeated:!0}])),Ae=PA.makeMessageType("livekit.TrickleRequest",(()=>[{no:1,name:"candidateInit",kind:"scalar",T:9},{no:2,name:"target",kind:"enum",T:PA.getEnumType(Xt)},{no:3,name:"final",kind:"scalar",T:8}])),te=PA.makeMessageType("livekit.MuteTrackRequest",(()=>[{no:1,name:"sid",kind:"scalar",T:9},{no:2,name:"muted",kind:"scalar",T:8}])),ee=PA.makeMessageType("livekit.JoinResponse",(()=>[{no:1,name:"room",kind:"message",T:at},{no:2,name:"participant",kind:"message",T:ht},{no:3,name:"other_participants",kind:"message",T:ht,repeated:!0},{no:4,name:"server_version",kind:"scalar",T:9},{no:5,name:"ice_servers",kind:"message",T:we,repeated:!0},{no:6,name:"subscriber_primary",kind:"scalar",T:8},{no:7,name:"alternative_url",kind:"scalar",T:9},{no:8,name:"client_configuration",kind:"message",T:Lt},{no:9,name:"server_region",kind:"scalar",T:9},{no:10,name:"ping_timeout",kind:"scalar",T:5},{no:11,name:"ping_interval",kind:"scalar",T:5},{no:12,name:"server_info",kind:"message",T:Kt},{no:13,name:"sif_trailer",kind:"scalar",T:12},{no:14,name:"enabled_publish_codecs",kind:"message",T:ct,repeated:!0},{no:15,name:"fast_publish",kind:"scalar",T:8}])),ie=PA.makeMessageType("livekit.ReconnectResponse",(()=>[{no:1,name:"ice_servers",kind:"message",T:we,repeated:!0},{no:2,name:"client_configuration",kind:"message",T:Lt}])),ne=PA.makeMessageType("livekit.TrackPublishedResponse",(()=>[{no:1,name:"cid",kind:"scalar",T:9},{no:2,name:"track",kind:"message",T:gt}])),re=PA.makeMessageType("livekit.TrackUnpublishedResponse",(()=>[{no:1,name:"track_sid",kind:"scalar",T:9}])),se=PA.makeMessageType("livekit.SessionDescription",(()=>[{no:1,name:"type",kind:"scalar",T:9},{no:2,name:"sdp",kind:"scalar",T:9}])),oe=PA.makeMessageType("livekit.ParticipantUpdate",(()=>[{no:1,name:"participants",kind:"message",T:ht,repeated:!0}])),ae=PA.makeMessageType("livekit.UpdateSubscription",(()=>[{no:1,name:"track_sids",kind:"scalar",T:9,repeated:!0},{no:2,name:"subscribe",kind:"scalar",T:8},{no:3,name:"participant_tracks",kind:"message",T:St,repeated:!0}])),ce=PA.makeMessageType("livekit.UpdateTrackSettings",(()=>[{no:1,name:"track_sids",kind:"scalar",T:9,repeated:!0},{no:3,name:"disabled",kind:"scalar",T:8},{no:4,name:"quality",kind:"enum",T:PA.getEnumType(tt)},{no:5,name:"width",kind:"scalar",T:13},{no:6,name:"height",kind:"scalar",T:13},{no:7,name:"fps",kind:"scalar",T:13},{no:8,name:"priority",kind:"scalar",T:13}])),ue=PA.makeMessageType("livekit.UpdateLocalAudioTrack",(()=>[{no:1,name:"track_sid",kind:"scalar",T:9},{no:2,name:"features",kind:"enum",T:PA.getEnumType(ot),repeated:!0}])),he=PA.makeMessageType("livekit.UpdateLocalVideoTrack",(()=>[{no:1,name:"track_sid",kind:"scalar",T:9},{no:2,name:"width",kind:"scalar",T:13},{no:3,name:"height",kind:"scalar",T:13}])),le=PA.makeMessageType("livekit.LeaveRequest",(()=>[{no:1,name:"can_reconnect",kind:"scalar",T:8},{no:2,name:"reason",kind:"enum",T:PA.getEnumType(nt)},{no:3,name:"action",kind:"enum",T:PA.getEnumType(de)},{no:4,name:"regions",kind:"message",T:De}])),de=PA.makeEnum("livekit.LeaveRequest.Action",[{no:0,name:"DISCONNECT"},{no:1,name:"RESUME"},{no:2,name:"RECONNECT"}]),Be=PA.makeMessageType("livekit.UpdateVideoLayers",(()=>[{no:1,name:"track_sid",kind:"scalar",T:9},{no:2,name:"layers",kind:"message",T:pt,repeated:!0}])),fe=PA.makeMessageType("livekit.UpdateParticipantMetadata",(()=>[{no:1,name:"metadata",kind:"scalar",T:9},{no:2,name:"name",kind:"scalar",T:9},{no:3,name:"attributes",kind:"map",K:9,V:{kind:"scalar",T:9}},{no:4,name:"request_id",kind:"scalar",T:13}])),we=PA.makeMessageType("livekit.ICEServer",(()=>[{no:1,name:"urls",kind:"scalar",T:9,repeated:!0},{no:2,name:"username",kind:"scalar",T:9},{no:3,name:"credential",kind:"scalar",T:9}])),ge=PA.makeMessageType("livekit.SpeakersChanged",(()=>[{no:1,name:"speakers",kind:"message",T:Ut,repeated:!0}])),pe=PA.makeMessageType("livekit.RoomUpdate",(()=>[{no:1,name:"room",kind:"message",T:at}])),ve=PA.makeMessageType("livekit.ConnectionQualityInfo",(()=>[{no:1,name:"participant_sid",kind:"scalar",T:9},{no:2,name:"quality",kind:"enum",T:PA.getEnumType(et)},{no:3,name:"score",kind:"scalar",T:2}])),Qe=PA.makeMessageType("livekit.ConnectionQualityUpdate",(()=>[{no:1,name:"updates",kind:"message",T:ve,repeated:!0}])),me=PA.makeMessageType("livekit.StreamStateInfo",(()=>[{no:1,name:"participant_sid",kind:"scalar",T:9},{no:2,name:"track_sid",kind:"scalar",T:9},{no:3,name:"state",kind:"enum",T:PA.getEnumType(Yt)}])),Ue=PA.makeMessageType("livekit.StreamStateUpdate",(()=>[{no:1,name:"stream_states",kind:"message",T:me,repeated:!0}])),Ce=PA.makeMessageType("livekit.SubscribedQuality",(()=>[{no:1,name:"quality",kind:"enum",T:PA.getEnumType(tt)},{no:2,name:"enabled",kind:"scalar",T:8}])),Fe=PA.makeMessageType("livekit.SubscribedCodec",(()=>[{no:1,name:"codec",kind:"scalar",T:9},{no:2,name:"qualities",kind:"message",T:Ce,repeated:!0}])),ye=PA.makeMessageType("livekit.SubscribedQualityUpdate",(()=>[{no:1,name:"track_sid",kind:"scalar",T:9},{no:2,name:"subscribed_qualities",kind:"message",T:Ce,repeated:!0},{no:3,name:"subscribed_codecs",kind:"message",T:Fe,repeated:!0}])),be=PA.makeMessageType("livekit.TrackPermission",(()=>[{no:1,name:"participant_sid",kind:"scalar",T:9},{no:2,name:"all_tracks",kind:"scalar",T:8},{no:3,name:"track_sids",kind:"scalar",T:9,repeated:!0},{no:4,name:"participant_identity",kind:"scalar",T:9}])),Ee=PA.makeMessageType("livekit.SubscriptionPermission",(()=>[{no:1,name:"all_participants",kind:"scalar",T:8},{no:2,name:"track_permissions",kind:"message",T:be,repeated:!0}])),He=PA.makeMessageType("livekit.SubscriptionPermissionUpdate",(()=>[{no:1,name:"participant_sid",kind:"scalar",T:9},{no:2,name:"track_sid",kind:"scalar",T:9},{no:3,name:"allowed",kind:"scalar",T:8}])),Ie=PA.makeMessageType("livekit.RoomMovedResponse",(()=>[{no:1,name:"room",kind:"message",T:at},{no:2,name:"token",kind:"scalar",T:9},{no:3,name:"participant",kind:"message",T:ht},{no:4,name:"other_participants",kind:"message",T:ht,repeated:!0}])),ke=PA.makeMessageType("livekit.SyncState",(()=>[{no:1,name:"answer",kind:"message",T:se},{no:2,name:"subscription",kind:"message",T:ae},{no:3,name:"publish_tracks",kind:"message",T:ne,repeated:!0},{no:4,name:"data_channels",kind:"message",T:Te,repeated:!0},{no:5,name:"offer",kind:"message",T:se},{no:6,name:"track_sids_disabled",kind:"scalar",T:9,repeated:!0}])),Te=PA.makeMessageType("livekit.DataChannelInfo",(()=>[{no:1,name:"label",kind:"scalar",T:9},{no:2,name:"id",kind:"scalar",T:13},{no:3,name:"target",kind:"enum",T:PA.getEnumType(Xt)}])),Se=PA.makeMessageType("livekit.SimulateScenario",(()=>[{no:1,name:"speaker_update",kind:"scalar",T:5,oneof:"scenario"},{no:2,name:"node_failure",kind:"scalar",T:8,oneof:"scenario"},{no:3,name:"migration",kind:"scalar",T:8,oneof:"scenario"},{no:4,name:"server_leave",kind:"scalar",T:8,oneof:"scenario"},{no:5,name:"switch_candidate_protocol",kind:"enum",T:PA.getEnumType($t),oneof:"scenario"},{no:6,name:"subscriber_bandwidth",kind:"scalar",T:3,oneof:"scenario"},{no:7,name:"disconnect_signal_on_resume",kind:"scalar",T:8,oneof:"scenario"},{no:8,name:"disconnect_signal_on_resume_no_messages",kind:"scalar",T:8,oneof:"scenario"},{no:9,name:"leave_request_full_reconnect",kind:"scalar",T:8,oneof:"scenario"}])),Ke=PA.makeMessageType("livekit.Ping",(()=>[{no:1,name:"timestamp",kind:"scalar",T:3},{no:2,name:"rtt",kind:"scalar",T:3}])),Oe=PA.makeMessageType("livekit.Pong",(()=>[{no:1,name:"last_ping_timestamp",kind:"scalar",T:3},{no:2,name:"timestamp",kind:"scalar",T:3}])),De=PA.makeMessageType("livekit.RegionSettings",(()=>[{no:1,name:"regions",kind:"message",T:Me,repeated:!0}])),Me=PA.makeMessageType("livekit.RegionInfo",(()=>[{no:1,name:"region",kind:"scalar",T:9},{no:2,name:"url",kind:"scalar",T:9},{no:3,name:"distance",kind:"scalar",T:3}])),Le=PA.makeMessageType("livekit.SubscriptionResponse",(()=>[{no:1,name:"track_sid",kind:"scalar",T:9},{no:2,name:"err",kind:"enum",T:PA.getEnumType(st)}])),xe=PA.makeMessageType("livekit.RequestResponse",(()=>[{no:1,name:"request_id",kind:"scalar",T:13},{no:2,name:"reason",kind:"enum",T:PA.getEnumType(Re)},{no:3,name:"message",kind:"scalar",T:9}])),Re=PA.makeEnum("livekit.RequestResponse.Reason",[{no:0,name:"OK"},{no:1,name:"NOT_FOUND"},{no:2,name:"NOT_ALLOWED"},{no:3,name:"LIMIT_EXCEEDED"}]),Ne=PA.makeMessageType("livekit.TrackSubscribed",(()=>[{no:1,name:"track_sid",kind:"scalar",T:9}]));function _e(A){return A&&A.A&&Object.prototype.hasOwnProperty.call(A,"default")?A.default:A}var je,Ge,Pe,Ve,Je,Xe,Ye,$e,We={exports:{}},Ze=(je||(je=1,Pe=We.exports,Ve=function(){var A=function(){},t="undefined",e=typeof window!==t&&typeof window.navigator!==t&&/Trident\/|MSIE /.test(window.navigator.userAgent),i=["trace","debug","info","warn","error"],n={},r=null;function s(A,t){var e=A[t];if("function"==typeof e.bind)return e.bind(A);try{return Function.prototype.bind.call(e,A)}catch(i){return function(){return Function.prototype.apply.apply(e,[A,arguments])}}}function o(){console.log&&(console.log.apply||Function.prototype.apply.apply(console.log,[console,arguments])),console.trace}function a(){for(var e=this.getLevel(),n=0;n<i.length;n++){var r=i[n];this[r]=n<e?A:this.methodFactory(r,e,this.name)}if(this.log=this.debug,typeof console===t&&e<this.levels.SILENT)return"No console available for logging"}function c(A){return function(){typeof console!==t&&(a.call(this),this[A].apply(this,arguments))}}function u(i,n,r){return(function(i){return"debug"===i&&(i="log"),typeof console!==t&&("trace"===i&&e?o:void 0!==console[i]?s(console,i):void 0!==console.log?s(console,"log"):A)})(i)||c.apply(this,arguments)}function h(A,e){var s,o,c,h=this,l="loglevel";function d(){var A;if(typeof window!==t&&l){try{A=window.localStorage[l]}catch(r){}if(typeof A===t)try{var e=window.document.cookie,i=encodeURIComponent(l),n=e.indexOf(i+"=");-1!==n&&(A=/^([^;]+)/.exec(e.slice(n+i.length+1))[1])}catch(r){}return void 0===h.levels[A]&&(A=void 0),A}}function B(A){var t=A;if("string"==typeof t&&void 0!==h.levels[t.toUpperCase()]&&(t=h.levels[t.toUpperCase()]),"number"==typeof t&&t>=0&&t<=h.levels.SILENT)return t;throw new TypeError("log.setLevel() called with invalid level: "+A)}"string"==typeof A?l+=":"+A:"symbol"==typeof A&&(l=void 0),h.name=A,h.levels={TRACE:0,DEBUG:1,INFO:2,WARN:3,ERROR:4,SILENT:5},h.methodFactory=e||u,h.getLevel=function(){return null!=c?c:null!=o?o:s},h.setLevel=function(A,e){return c=B(A),!1!==e&&(function(A){var e=(i[A]||"silent").toUpperCase();if(typeof window!==t&&l){try{return void(window.localStorage[l]=e)}catch(n){}try{window.document.cookie=encodeURIComponent(l)+"="+e+";"}catch(n){}}})(c),a.call(h)},h.setDefaultLevel=function(A){o=B(A),d()||h.setLevel(A,!1)},h.resetLevel=function(){c=null,(function(){if(typeof window!==t&&l){try{window.localStorage.removeItem(l)}catch(A){}try{window.document.cookie=encodeURIComponent(l)+"=; expires=Thu, 01 Jan 1970 00:00:00 UTC"}catch(A){}}})(),a.call(h)},h.enableAll=function(A){h.setLevel(h.levels.TRACE,A)},h.disableAll=function(A){h.setLevel(h.levels.SILENT,A)},h.rebuild=function(){if(r!==h&&(s=B(r.getLevel())),a.call(h),r===h)for(var A in n)n[A].rebuild()},s=B(r?r.getLevel():"WARN");var f=d();null!=f&&(c=B(f)),a.call(h)}(r=new h).getLogger=function(A){if("symbol"!=typeof A&&"string"!=typeof A||""===A)throw new TypeError("You must supply a name when creating a logger.");var t=n[A];return t||(t=n[A]=new h(A,r.methodFactory)),t};var l=typeof window!==t?window.log:void 0;return r.noConflict=function(){return typeof window!==t&&window.log===r&&(window.log=l),r},r.getLoggers=function(){return n},r.default=r,r},(Ge=We).exports?Ge.exports=Ve():Pe.log=Ve()),We.exports);(Xe=Je||(Je={}))[Xe.trace=0]="trace",Xe[Xe.debug=1]="debug",Xe[Xe.info=2]="info",Xe[Xe.warn=3]="warn",Xe[Xe.error=4]="error",Xe[Xe.silent=5]="silent",($e=Ye||(Ye={})).Default="livekit",$e.Room="livekit-room",$e.Participant="livekit-participant",$e.Track="livekit-track",$e.Publication="livekit-track-publication",$e.Engine="livekit-engine",$e.Signal="livekit-signal",$e.PCManager="livekit-pc-manager",$e.PCTransport="livekit-pc-transport",$e.E2EE="lk-e2ee";let qe=Ze.getLogger("livekit");function ze(A){const t=Ze.getLogger(A);return t.setDefaultLevel(qe.getLevel()),t}Object.values(Ye).map((A=>Ze.getLogger(A))),qe.setDefaultLevel(Je.info);const Ai=Ze.getLogger("lk-e2ee"),ti=7e3,ei=[0,300,1200,2700,4800,ti,ti,ti,ti,ti];function ii(A,t,e,i){return new(e||(e=Promise))((function(n,r){function s(A){try{a(i.next(A))}catch(t){r(t)}}function o(A){try{a(i.throw(A))}catch(t){r(t)}}function a(A){var t;A.done?n(A.value):(t=A.value,t instanceof e?t:new e((function(A){A(t)}))).then(s,o)}a((i=i.apply(A,t||[])).next())}))}function ni(A){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t,e=A[Symbol.asyncIterator];return e?e.call(A):(A=(function(A){var t="function"==typeof Symbol&&Symbol.iterator,e=t&&A[t],i=0;if(e)return e.call(A);if(A&&"number"==typeof A.length)return{next:function(){return A&&i>=A.length&&(A=void 0),{value:A&&A[i++],done:!A}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")})(A),t={},i("next"),i("throw"),i("return"),t[Symbol.asyncIterator]=function(){return this},t);function i(e){t[e]=A[e]&&function(t){return new Promise((function(i,n){!(function(A,t,e,i){Promise.resolve(i).then((function(t){A({value:t,done:e})}),t)})(i,n,(t=A[e](t)).done,t.value)}))}}}"function"==typeof SuppressedError&&SuppressedError;var ri,si={exports:{}},oi=(function(){if(ri)return si.exports;ri=1;var A,t="object"==typeof Reflect?Reflect:null,e=t&&"function"==typeof t.apply?t.apply:function(A,t,e){return Function.prototype.apply.call(A,t,e)};A=t&&"function"==typeof t.ownKeys?t.ownKeys:Object.getOwnPropertySymbols?function(A){return Object.getOwnPropertyNames(A).concat(Object.getOwnPropertySymbols(A))}:function(A){return Object.getOwnPropertyNames(A)};var i=Number.isNaN||function(A){return A!=A};function n(){n.init.call(this)}si.exports=n,si.exports.once=function(A,t){return new Promise((function(e,i){function n(e){A.removeListener(t,r),i(e)}function r(){"function"==typeof A.removeListener&&A.removeListener("error",n),e([].slice.call(arguments))}B(A,t,r,{once:!0}),"error"!==t&&(function(A,t){"function"==typeof A.on&&B(A,"error",t,{once:!0})})(A,n)}))},n.EventEmitter=n,n.prototype.B=void 0,n.prototype.U=0,n.prototype.M=void 0;var r=10;function s(A){if("function"!=typeof A)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof A)}function o(A){return void 0===A.M?n.defaultMaxListeners:A.M}function a(A,t,e,i){var n,r,a;if(s(e),void 0===(r=A.B)?(r=A.B=Object.create(null),A.U=0):(void 0!==r.newListener&&(A.emit("newListener",t,e.listener?e.listener:e),r=A.B),a=r[t]),void 0===a)a=r[t]=e,++A.U;else if("function"==typeof a?a=r[t]=i?[e,a]:[a,e]:i?a.unshift(e):a.push(e),(n=o(A))>0&&a.length>n&&!a.warned){a.warned=!0;var c=new Error("Possible EventEmitter memory leak detected. "+a.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");c.name="MaxListenersExceededWarning",c.emitter=A,c.type=t,c.count=a.length,console&&console.warn}return A}function c(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function u(A,t,e){var i={fired:!1,wrapFn:void 0,target:A,type:t,listener:e},n=c.bind(i);return n.listener=e,i.wrapFn=n,n}function h(A,t,e){var i=A.B;if(void 0===i)return[];var n=i[t];return void 0===n?[]:"function"==typeof n?e?[n.listener||n]:[n]:e?(function(A){for(var t=new Array(A.length),e=0;e<t.length;++e)t[e]=A[e].listener||A[e];return t})(n):d(n,n.length)}function l(A){var t=this.B;if(void 0!==t){var e=t[A];if("function"==typeof e)return 1;if(void 0!==e)return e.length}return 0}function d(A,t){for(var e=new Array(t),i=0;i<t;++i)e[i]=A[i];return e}function B(A,t,e,i){if("function"==typeof A.on)i.once?A.once(t,e):A.on(t,e);else{if("function"!=typeof A.addEventListener)throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof A);A.addEventListener(t,(function n(r){i.once&&A.removeEventListener(t,n),e(r)}))}}return Object.defineProperty(n,"defaultMaxListeners",{enumerable:!0,get:function(){return r},set:function(A){if("number"!=typeof A||A<0||i(A))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+A+".");r=A}}),n.init=function(){void 0!==this.B&&this.B!==Object.getPrototypeOf(this).B||(this.B=Object.create(null),this.U=0),this.M=this.M||void 0},n.prototype.setMaxListeners=function(A){if("number"!=typeof A||A<0||i(A))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+A+".");return this.M=A,this},n.prototype.getMaxListeners=function(){return o(this)},n.prototype.emit=function(A){for(var t=[],i=1;i<arguments.length;i++)t.push(arguments[i]);var n="error"===A,r=this.B;if(void 0!==r)n=n&&void 0===r.error;else if(!n)return!1;if(n){var s;if(t.length>0&&(s=t[0]),s instanceof Error)throw s;var o=new Error("Unhandled error."+(s?" ("+s.message+")":""));throw o.context=s,o}var a=r[A];if(void 0===a)return!1;if("function"==typeof a)e(a,this,t);else{var c=a.length,u=d(a,c);for(i=0;i<c;++i)e(u[i],this,t)}return!0},n.prototype.addListener=function(A,t){return a(this,A,t,!1)},n.prototype.on=n.prototype.addListener,n.prototype.prependListener=function(A,t){return a(this,A,t,!0)},n.prototype.once=function(A,t){return s(t),this.on(A,u(this,A,t)),this},n.prototype.prependOnceListener=function(A,t){return s(t),this.prependListener(A,u(this,A,t)),this},n.prototype.removeListener=function(A,t){var e,i,n,r,o;if(s(t),void 0===(i=this.B))return this;if(void 0===(e=i[A]))return this;if(e===t||e.listener===t)0===--this.U?this.B=Object.create(null):(delete i[A],i.removeListener&&this.emit("removeListener",A,e.listener||t));else if("function"!=typeof e){for(n=-1,r=e.length-1;r>=0;r--)if(e[r]===t||e[r].listener===t){o=e[r].listener,n=r;break}if(n<0)return this;0===n?e.shift():(function(A,t){for(;t+1<A.length;t++)A[t]=A[t+1];A.pop()})(e,n),1===e.length&&(i[A]=e[0]),void 0!==i.removeListener&&this.emit("removeListener",A,o||t)}return this},n.prototype.off=n.prototype.removeListener,n.prototype.removeAllListeners=function(A){var t,e,i;if(void 0===(e=this.B))return this;if(void 0===e.removeListener)return 0===arguments.length?(this.B=Object.create(null),this.U=0):void 0!==e[A]&&(0===--this.U?this.B=Object.create(null):delete e[A]),this;if(0===arguments.length){var n,r=Object.keys(e);for(i=0;i<r.length;++i)"removeListener"!==(n=r[i])&&this.removeAllListeners(n);return this.removeAllListeners("removeListener"),this.B=Object.create(null),this.U=0,this}if("function"==typeof(t=e[A]))this.removeListener(A,t);else if(void 0!==t)for(i=t.length-1;i>=0;i--)this.removeListener(A,t[i]);return this},n.prototype.listeners=function(A){return h(this,A,!0)},n.prototype.rawListeners=function(A){return h(this,A,!1)},n.listenerCount=function(A,t){return"function"==typeof A.listenerCount?A.listenerCount(t):l.call(A,t)},n.prototype.listenerCount=l,n.prototype.eventNames=function(){return this.U>0?A(this.B):[]},si.exports})();let ai=!0,ci=!0;function ui(A,t,e){const i=A.match(t);return i&&i.length>=e&&parseInt(i[e],10)}function hi(A,t,e){if(!A.RTCPeerConnection)return;const i=A.RTCPeerConnection.prototype,n=i.addEventListener;i.addEventListener=function(A,i){if(A!==t)return n.apply(this,arguments);const r=A=>{const t=e(A);t&&(i.handleEvent?i.handleEvent(t):i(t))};return this.R=this.R||{},this.R[t]||(this.R[t]=new Map),this.R[t].set(i,r),n.apply(this,[A,r])};const r=i.removeEventListener;i.removeEventListener=function(A,e){if(A!==t||!this.R||!this.R[t])return r.apply(this,arguments);if(!this.R[t].has(e))return r.apply(this,arguments);const i=this.R[t].get(e);return this.R[t].delete(e),0===this.R[t].size&&delete this.R[t],0===Object.keys(this.R).length&&delete this.R,r.apply(this,[A,i])},Object.defineProperty(i,"on"+t,{get(){return this["_on"+t]},set(A){this["_on"+t]&&(this.removeEventListener(t,this["_on"+t]),delete this["_on"+t]),A&&this.addEventListener(t,this["_on"+t]=A)},enumerable:!0,configurable:!0})}function li(A){return"boolean"!=typeof A?new Error("Argument type: "+typeof A+". Please use a boolean."):(ai=A,A?"adapter.js logging disabled":"adapter.js logging enabled")}function di(A){return"boolean"!=typeof A?new Error("Argument type: "+typeof A+". Please use a boolean."):(ci=!A,"adapter.js deprecation warnings "+(A?"disabled":"enabled"))}function Bi(){if("object"==typeof window){if(ai)return;"undefined"!=typeof console&&console.log}}function fi(A){return"[object Object]"===Object.prototype.toString.call(A)}function wi(A){return fi(A)?Object.keys(A).reduce((function(t,e){const i=fi(A[e]),n=i?wi(A[e]):A[e],r=i&&!Object.keys(n).length;return void 0===n||r?t:Object.assign(t,{[e]:n})}),{}):A}function gi(A,t,e){t&&!e.has(t.id)&&(e.set(t.id,t),Object.keys(t).forEach((i=>{i.endsWith("Id")?gi(A,A.get(t[i]),e):i.endsWith("Ids")&&t[i].forEach((t=>{gi(A,A.get(t),e)}))})))}function pi(A,t,e){const i=e?"outbound-rtp":"inbound-rtp",n=new Map;if(null===t)return n;const r=[];return A.forEach((A=>{"track"===A.type&&A.trackIdentifier===t.id&&r.push(A)})),r.forEach((t=>{A.forEach((e=>{e.type===i&&e.trackId===t.id&&gi(A,e,n)}))})),n}const vi=Bi;function Qi(A,t){const e=A&&A.navigator;if(!e.mediaDevices)return;const i=function(A){if("object"!=typeof A||A.mandatory||A.optional)return A;const t={};return Object.keys(A).forEach((e=>{if("require"===e||"advanced"===e||"mediaSource"===e)return;const i="object"==typeof A[e]?A[e]:{ideal:A[e]};void 0!==i.exact&&"number"==typeof i.exact&&(i.min=i.max=i.exact);const n=function(A,t){return A?A+t.charAt(0).toUpperCase()+t.slice(1):"deviceId"===t?"sourceId":t};if(void 0!==i.ideal){t.optional=t.optional||[];let A={};"number"==typeof i.ideal?(A[n("min",e)]=i.ideal,t.optional.push(A),A={},A[n("max",e)]=i.ideal,t.optional.push(A)):(A[n("",e)]=i.ideal,t.optional.push(A))}void 0!==i.exact&&"number"!=typeof i.exact?(t.mandatory=t.mandatory||{},t.mandatory[n("",e)]=i.exact):["min","max"].forEach((A=>{void 0!==i[A]&&(t.mandatory=t.mandatory||{},t.mandatory[n(A,e)]=i[A])}))})),A.advanced&&(t.optional=(t.optional||[]).concat(A.advanced)),t},n=function(A,n){if(t.version>=61)return n(A);if((A=JSON.parse(JSON.stringify(A)))&&"object"==typeof A.audio){const t=function(A,t,e){t in A&&!(e in A)&&(A[e]=A[t],delete A[t])};t((A=JSON.parse(JSON.stringify(A))).audio,"autoGainControl","googAutoGainControl"),t(A.audio,"noiseSuppression","googNoiseSuppression"),A.audio=i(A.audio)}if(A&&"object"==typeof A.video){let r=A.video.facingMode;r=r&&("object"==typeof r?r:{ideal:r});const s=t.version<66;if(r&&("user"===r.exact||"environment"===r.exact||"user"===r.ideal||"environment"===r.ideal)&&(!e.mediaDevices.getSupportedConstraints||!e.mediaDevices.getSupportedConstraints().facingMode||s)){let t;if(delete A.video.facingMode,"environment"===r.exact||"environment"===r.ideal?t=["back","rear"]:"user"!==r.exact&&"user"!==r.ideal||(t=["front"]),t)return e.mediaDevices.enumerateDevices().then((e=>{let s=(e=e.filter((A=>"videoinput"===A.kind))).find((A=>t.some((t=>A.label.toLowerCase().includes(t)))));return!s&&e.length&&t.includes("back")&&(s=e[e.length-1]),s&&(A.video.deviceId=r.exact?{exact:s.deviceId}:{ideal:s.deviceId}),A.video=i(A.video),vi("chrome: "+JSON.stringify(A)),n(A)}))}A.video=i(A.video)}return vi("chrome: "+JSON.stringify(A)),n(A)},r=function(A){return t.version>=64?A:{name:{PermissionDeniedError:"NotAllowedError",PermissionDismissedError:"NotAllowedError",InvalidStateError:"NotAllowedError",DevicesNotFoundError:"NotFoundError",ConstraintNotSatisfiedError:"OverconstrainedError",TrackStartError:"NotReadableError",MediaDeviceFailedDueToShutdown:"NotAllowedError",MediaDeviceKillSwitchOn:"NotAllowedError",TabCaptureError:"AbortError",ScreenCaptureError:"AbortError",DeviceCaptureError:"AbortError"}[A.name]||A.name,message:A.message,constraint:A.constraint||A.constraintName,toString(){return this.name+(this.message&&": ")+this.message}}};if(e.getUserMedia=function(A,t,i){n(A,(A=>{e.webkitGetUserMedia(A,t,(A=>{i&&i(r(A))}))}))}.bind(e),e.mediaDevices.getUserMedia){const A=e.mediaDevices.getUserMedia.bind(e.mediaDevices);e.mediaDevices.getUserMedia=function(t){return n(t,(t=>A(t).then((A=>{if(t.audio&&!A.getAudioTracks().length||t.video&&!A.getVideoTracks().length)throw A.getTracks().forEach((A=>{A.stop()})),new DOMException("","NotFoundError");return A}),(A=>Promise.reject(r(A))))))}}}function mi(A){A.MediaStream=A.MediaStream||A.webkitMediaStream}function Ui(A){if("object"==typeof A&&A.RTCPeerConnection&&!("ontrack"in A.RTCPeerConnection.prototype)){Object.defineProperty(A.RTCPeerConnection.prototype,"ontrack",{get(){return this.N},set(A){this.N&&this.removeEventListener("track",this.N),this.addEventListener("track",this.N=A)},enumerable:!0,configurable:!0});const t=A.RTCPeerConnection.prototype.setRemoteDescription;A.RTCPeerConnection.prototype.setRemoteDescription=function(){return this._||(this._=t=>{t.stream.addEventListener("addtrack",(e=>{let i;i=A.RTCPeerConnection.prototype.getReceivers?this.getReceivers().find((A=>A.track&&A.track.id===e.track.id)):{track:e.track};const n=new Event("track");n.track=e.track,n.receiver=i,n.transceiver={receiver:i},n.streams=[t.stream],this.dispatchEvent(n)})),t.stream.getTracks().forEach((e=>{let i;i=A.RTCPeerConnection.prototype.getReceivers?this.getReceivers().find((A=>A.track&&A.track.id===e.id)):{track:e};const n=new Event("track");n.track=e,n.receiver=i,n.transceiver={receiver:i},n.streams=[t.stream],this.dispatchEvent(n)}))},this.addEventListener("addstream",this._)),t.apply(this,arguments)}}else hi(A,"track",(A=>(A.transceiver||Object.defineProperty(A,"transceiver",{value:{receiver:A.receiver}}),A)))}function Ci(A){if("object"==typeof A&&A.RTCPeerConnection&&!("getSenders"in A.RTCPeerConnection.prototype)&&"createDTMFSender"in A.RTCPeerConnection.prototype){const t=function(A,t){return{track:t,get dtmf(){return void 0===this.P&&("audio"===t.kind?this.P=A.createDTMFSender(t):this.P=null),this.P},J:A}};if(!A.RTCPeerConnection.prototype.getSenders){A.RTCPeerConnection.prototype.getSenders=function(){return this.X=this.X||[],this.X.slice()};const e=A.RTCPeerConnection.prototype.addTrack;A.RTCPeerConnection.prototype.addTrack=function(A,i){let n=e.apply(this,arguments);return n||(n=t(this,A),this.X.push(n)),n};const i=A.RTCPeerConnection.prototype.removeTrack;A.RTCPeerConnection.prototype.removeTrack=function(A){i.apply(this,arguments);const t=this.X.indexOf(A);-1!==t&&this.X.splice(t,1)}}const e=A.RTCPeerConnection.prototype.addStream;A.RTCPeerConnection.prototype.addStream=function(A){this.X=this.X||[],e.apply(this,[A]),A.getTracks().forEach((A=>{this.X.push(t(this,A))}))};const i=A.RTCPeerConnection.prototype.removeStream;A.RTCPeerConnection.prototype.removeStream=function(A){this.X=this.X||[],i.apply(this,[A]),A.getTracks().forEach((A=>{const t=this.X.find((t=>t.track===A));t&&this.X.splice(this.X.indexOf(t),1)}))}}else if("object"==typeof A&&A.RTCPeerConnection&&"getSenders"in A.RTCPeerConnection.prototype&&"createDTMFSender"in A.RTCPeerConnection.prototype&&A.RTCRtpSender&&!("dtmf"in A.RTCRtpSender.prototype)){const t=A.RTCPeerConnection.prototype.getSenders;A.RTCPeerConnection.prototype.getSenders=function(){const A=t.apply(this,[]);return A.forEach((A=>A.J=this)),A},Object.defineProperty(A.RTCRtpSender.prototype,"dtmf",{get(){return void 0===this.P&&("audio"===this.track.kind?this.P=this.J.createDTMFSender(this.track):this.P=null),this.P}})}}function Fi(A){if(!("object"==typeof A&&A.RTCPeerConnection&&A.RTCRtpSender&&A.RTCRtpReceiver))return;if(!("getStats"in A.RTCRtpSender.prototype)){const t=A.RTCPeerConnection.prototype.getSenders;t&&(A.RTCPeerConnection.prototype.getSenders=function(){const A=t.apply(this,[]);return A.forEach((A=>A.J=this)),A});const e=A.RTCPeerConnection.prototype.addTrack;e&&(A.RTCPeerConnection.prototype.addTrack=function(){const A=e.apply(this,arguments);return A.J=this,A}),A.RTCRtpSender.prototype.getStats=function(){const A=this;return this.J.getStats().then((t=>pi(t,A.track,!0)))}}if(!("getStats"in A.RTCRtpReceiver.prototype)){const t=A.RTCPeerConnection.prototype.getReceivers;t&&(A.RTCPeerConnection.prototype.getReceivers=function(){const A=t.apply(this,[]);return A.forEach((A=>A.J=this)),A}),hi(A,"track",(A=>(A.receiver.J=A.srcElement,A))),A.RTCRtpReceiver.prototype.getStats=function(){const A=this;return this.J.getStats().then((t=>pi(t,A.track,!1)))}}if(!("getStats"in A.RTCRtpSender.prototype)||!("getStats"in A.RTCRtpReceiver.prototype))return;const t=A.RTCPeerConnection.prototype.getStats;A.RTCPeerConnection.prototype.getStats=function(){if(arguments.length>0&&arguments[0]instanceof A.MediaStreamTrack){const A=arguments[0];let t,e,i;return this.getSenders().forEach((e=>{e.track===A&&(t?i=!0:t=e)})),this.getReceivers().forEach((t=>(t.track===A&&(e?i=!0:e=t),t.track===A))),i||t&&e?Promise.reject(new DOMException("There are more than one sender or receiver for the track.","InvalidAccessError")):t?t.getStats():e?e.getStats():Promise.reject(new DOMException("There is no sender or receiver for the track.","InvalidAccessError"))}return t.apply(this,arguments)}}function yi(A){A.RTCPeerConnection.prototype.getLocalStreams=function(){return this.Y=this.Y||{},Object.keys(this.Y).map((A=>this.Y[A][0]))};const t=A.RTCPeerConnection.prototype.addTrack;A.RTCPeerConnection.prototype.addTrack=function(A,e){if(!e)return t.apply(this,arguments);this.Y=this.Y||{};const i=t.apply(this,arguments);return this.Y[e.id]?-1===this.Y[e.id].indexOf(i)&&this.Y[e.id].push(i):this.Y[e.id]=[e,i],i};const e=A.RTCPeerConnection.prototype.addStream;A.RTCPeerConnection.prototype.addStream=function(A){this.Y=this.Y||{},A.getTracks().forEach((A=>{if(this.getSenders().find((t=>t.track===A)))throw new DOMException("Track already exists.","InvalidAccessError")}));const t=this.getSenders();e.apply(this,arguments);const i=this.getSenders().filter((A=>-1===t.indexOf(A)));this.Y[A.id]=[A].concat(i)};const i=A.RTCPeerConnection.prototype.removeStream;A.RTCPeerConnection.prototype.removeStream=function(A){return this.Y=this.Y||{},delete this.Y[A.id],i.apply(this,arguments)};const n=A.RTCPeerConnection.prototype.removeTrack;A.RTCPeerConnection.prototype.removeTrack=function(A){return this.Y=this.Y||{},A&&Object.keys(this.Y).forEach((t=>{const e=this.Y[t].indexOf(A);-1!==e&&this.Y[t].splice(e,1),1===this.Y[t].length&&delete this.Y[t]})),n.apply(this,arguments)}}function bi(A,t){if(!A.RTCPeerConnection)return;if(A.RTCPeerConnection.prototype.addTrack&&t.version>=65)return yi(A);const e=A.RTCPeerConnection.prototype.getLocalStreams;A.RTCPeerConnection.prototype.getLocalStreams=function(){const A=e.apply(this);return this.W=this.W||{},A.map((A=>this.W[A.id]))};const i=A.RTCPeerConnection.prototype.addStream;A.RTCPeerConnection.prototype.addStream=function(t){if(this.Z=this.Z||{},this.W=this.W||{},t.getTracks().forEach((A=>{if(this.getSenders().find((t=>t.track===A)))throw new DOMException("Track already exists.","InvalidAccessError")})),!this.W[t.id]){const e=new A.MediaStream(t.getTracks());this.Z[t.id]=e,this.W[e.id]=t,t=e}i.apply(this,[t])};const n=A.RTCPeerConnection.prototype.removeStream;function r(A,t){let e=t.sdp;return Object.keys(A.W||[]).forEach((t=>{const i=A.W[t],n=A.Z[i.id];e=e.replace(new RegExp(n.id,"g"),i.id)})),new RTCSessionDescription({type:t.type,sdp:e})}A.RTCPeerConnection.prototype.removeStream=function(A){this.Z=this.Z||{},this.W=this.W||{},n.apply(this,[this.Z[A.id]||A]),delete this.W[this.Z[A.id]?this.Z[A.id].id:A.id],delete this.Z[A.id]},A.RTCPeerConnection.prototype.addTrack=function(t,e){if("closed"===this.signalingState)throw new DOMException("The RTCPeerConnection's signalingState is 'closed'.","InvalidStateError");const i=[].slice.call(arguments,1);if(1!==i.length||!i[0].getTracks().find((A=>A===t)))throw new DOMException("The adapter.js addTrack polyfill only supports a single stream which is associated with the specified track.","NotSupportedError");if(this.getSenders().find((A=>A.track===t)))throw new DOMException("Track already exists.","InvalidAccessError");this.Z=this.Z||{},this.W=this.W||{};const n=this.Z[e.id];if(n)n.addTrack(t),Promise.resolve().then((()=>{this.dispatchEvent(new Event("negotiationneeded"))}));else{const i=new A.MediaStream([t]);this.Z[e.id]=i,this.W[i.id]=e,this.addStream(i)}return this.getSenders().find((A=>A.track===t))},["createOffer","createAnswer"].forEach((function(t){const e=A.RTCPeerConnection.prototype[t],i={[t](){const A=arguments;return arguments.length&&"function"==typeof arguments[0]?e.apply(this,[t=>{const e=r(this,t);A[0].apply(null,[e])},t=>{A[1]&&A[1].apply(null,t)},arguments[2]]):e.apply(this,arguments).then((A=>r(this,A)))}};A.RTCPeerConnection.prototype[t]=i[t]}));const s=A.RTCPeerConnection.prototype.setLocalDescription;A.RTCPeerConnection.prototype.setLocalDescription=function(){return arguments.length&&arguments[0].type?(arguments[0]=(function(A,t){let e=t.sdp;return Object.keys(A.W||[]).forEach((t=>{const i=A.W[t],n=A.Z[i.id];e=e.replace(new RegExp(i.id,"g"),n.id)})),new RTCSessionDescription({type:t.type,sdp:e})})(this,arguments[0]),s.apply(this,arguments)):s.apply(this,arguments)};const o=Object.getOwnPropertyDescriptor(A.RTCPeerConnection.prototype,"localDescription");Object.defineProperty(A.RTCPeerConnection.prototype,"localDescription",{get(){const A=o.get.apply(this);return""===A.type?A:r(this,A)}}),A.RTCPeerConnection.prototype.removeTrack=function(A){if("closed"===this.signalingState)throw new DOMException("The RTCPeerConnection's signalingState is 'closed'.","InvalidStateError");if(!A.J)throw new DOMException("Argument 1 of RTCPeerConnection.removeTrack does not implement interface RTCRtpSender.","TypeError");if(A.J!==this)throw new DOMException("Sender was not created by this connection.","InvalidAccessError");let t;this.Z=this.Z||{},Object.keys(this.Z).forEach((e=>{this.Z[e].getTracks().find((t=>A.track===t))&&(t=this.Z[e])})),t&&(1===t.getTracks().length?this.removeStream(this.W[t.id]):t.removeTrack(A.track),this.dispatchEvent(new Event("negotiationneeded")))}}function Ei(A,t){!A.RTCPeerConnection&&A.webkitRTCPeerConnection&&(A.RTCPeerConnection=A.webkitRTCPeerConnection),A.RTCPeerConnection&&t.version<53&&["setLocalDescription","setRemoteDescription","addIceCandidate"].forEach((function(t){const e=A.RTCPeerConnection.prototype[t],i={[t](){return arguments[0]=new("addIceCandidate"===t?A.RTCIceCandidate:A.RTCSessionDescription)(arguments[0]),e.apply(this,arguments)}};A.RTCPeerConnection.prototype[t]=i[t]}))}function Hi(A,t){hi(A,"negotiationneeded",(A=>{const e=A.target;if(!(t.version<72||e.getConfiguration&&"plan-b"===e.getConfiguration().sdpSemantics)||"stable"===e.signalingState)return A}))}var Ii=Object.freeze({__proto__:null,fixNegotiationNeeded:Hi,shimAddTrackRemoveTrack:bi,shimAddTrackRemoveTrackWithNative:yi,shimGetSendersWithDtmf:Ci,shimGetUserMedia:Qi,shimMediaStream:mi,shimOnTrack:Ui,shimPeerConnection:Ei,shimSenderReceiverGetStats:Fi});function ki(A,t){const e=A&&A.navigator,i=A&&A.MediaStreamTrack;if(e.getUserMedia=function(A,t,i){e.mediaDevices.getUserMedia(A).then(t,i)},!(t.version>55&&"autoGainControl"in e.mediaDevices.getSupportedConstraints())){const A=function(A,t,e){t in A&&!(e in A)&&(A[e]=A[t],delete A[t])},t=e.mediaDevices.getUserMedia.bind(e.mediaDevices);if(e.mediaDevices.getUserMedia=function(e){return"object"==typeof e&&"object"==typeof e.audio&&(e=JSON.parse(JSON.stringify(e)),A(e.audio,"autoGainControl","mozAutoGainControl"),A(e.audio,"noiseSuppression","mozNoiseSuppression")),t(e)},i&&i.prototype.getSettings){const t=i.prototype.getSettings;i.prototype.getSettings=function(){const e=t.apply(this,arguments);return A(e,"mozAutoGainControl","autoGainControl"),A(e,"mozNoiseSuppression","noiseSuppression"),e}}if(i&&i.prototype.applyConstraints){const t=i.prototype.applyConstraints;i.prototype.applyConstraints=function(e){return"audio"===this.kind&&"object"==typeof e&&(e=JSON.parse(JSON.stringify(e)),A(e,"autoGainControl","mozAutoGainControl"),A(e,"noiseSuppression","mozNoiseSuppression")),t.apply(this,[e])}}}}function Ti(A){"object"==typeof A&&A.RTCTrackEvent&&"receiver"in A.RTCTrackEvent.prototype&&!("transceiver"in A.RTCTrackEvent.prototype)&&Object.defineProperty(A.RTCTrackEvent.prototype,"transceiver",{get(){return{receiver:this.receiver}}})}function Si(A,t){if("object"!=typeof A||!A.RTCPeerConnection&&!A.mozRTCPeerConnection)return;!A.RTCPeerConnection&&A.mozRTCPeerConnection&&(A.RTCPeerConnection=A.mozRTCPeerConnection),t.version<53&&["setLocalDescription","setRemoteDescription","addIceCandidate"].forEach((function(t){const e=A.RTCPeerConnection.prototype[t],i={[t](){return arguments[0]=new("addIceCandidate"===t?A.RTCIceCandidate:A.RTCSessionDescription)(arguments[0]),e.apply(this,arguments)}};A.RTCPeerConnection.prototype[t]=i[t]}));const e={inboundrtp:"inbound-rtp",outboundrtp:"outbound-rtp",candidatepair:"candidate-pair",localcandidate:"local-candidate",remotecandidate:"remote-candidate"},i=A.RTCPeerConnection.prototype.getStats;A.RTCPeerConnection.prototype.getStats=function(){const[A,n,r]=arguments;return i.apply(this,[A||null]).then((A=>{if(t.version<53&&!n)try{A.forEach((A=>{A.type=e[A.type]||A.type}))}catch(i){if("TypeError"!==i.name)throw i;A.forEach(((t,i)=>{A.set(i,Object.assign({},t,{type:e[t.type]||t.type}))}))}return A})).then(n,r)}}function Ki(A){if("object"!=typeof A||!A.RTCPeerConnection||!A.RTCRtpSender)return;if(A.RTCRtpSender&&"getStats"in A.RTCRtpSender.prototype)return;const t=A.RTCPeerConnection.prototype.getSenders;t&&(A.RTCPeerConnection.prototype.getSenders=function(){const A=t.apply(this,[]);return A.forEach((A=>A.J=this)),A});const e=A.RTCPeerConnection.prototype.addTrack;e&&(A.RTCPeerConnection.prototype.addTrack=function(){const A=e.apply(this,arguments);return A.J=this,A}),A.RTCRtpSender.prototype.getStats=function(){return this.track?this.J.getStats(this.track):Promise.resolve(new Map)}}function Oi(A){if("object"!=typeof A||!A.RTCPeerConnection||!A.RTCRtpSender)return;if(A.RTCRtpSender&&"getStats"in A.RTCRtpReceiver.prototype)return;const t=A.RTCPeerConnection.prototype.getReceivers;t&&(A.RTCPeerConnection.prototype.getReceivers=function(){const A=t.apply(this,[]);return A.forEach((A=>A.J=this)),A}),hi(A,"track",(A=>(A.receiver.J=A.srcElement,A))),A.RTCRtpReceiver.prototype.getStats=function(){return this.J.getStats(this.track)}}function Di(A){A.RTCPeerConnection&&!("removeStream"in A.RTCPeerConnection.prototype)&&(A.RTCPeerConnection.prototype.removeStream=function(A){this.getSenders().forEach((t=>{t.track&&A.getTracks().includes(t.track)&&this.removeTrack(t)}))})}function Mi(A){A.DataChannel&&!A.RTCDataChannel&&(A.RTCDataChannel=A.DataChannel)}function Li(A){if("object"!=typeof A||!A.RTCPeerConnection)return;const t=A.RTCPeerConnection.prototype.addTransceiver;t&&(A.RTCPeerConnection.prototype.addTransceiver=function(){this.setParametersPromises=[];let A=arguments[1]&&arguments[1].sendEncodings;void 0===A&&(A=[]),A=[...A];const e=A.length>0;e&&A.forEach((A=>{if("rid"in A&&!/^[a-z0-9]{0,16}$/i.test(A.rid))throw new TypeError("Invalid RID value provided.");if("scaleResolutionDownBy"in A&&!(parseFloat(A.scaleResolutionDownBy)>=1))throw new RangeError("scale_resolution_down_by must be >= 1.0");if("maxFramerate"in A&&!(parseFloat(A.maxFramerate)>=0))throw new RangeError("max_framerate must be >= 0.0")}));const i=t.apply(this,arguments);if(e){const{sender:t}=i,e=t.getParameters();(!("encodings"in e)||1===e.encodings.length&&0===Object.keys(e.encodings[0]).length)&&(e.encodings=A,t.sendEncodings=A,this.setParametersPromises.push(t.setParameters(e).then((()=>{delete t.sendEncodings})).catch((()=>{delete t.sendEncodings}))))}return i})}function xi(A){if("object"!=typeof A||!A.RTCRtpSender)return;const t=A.RTCRtpSender.prototype.getParameters;t&&(A.RTCRtpSender.prototype.getParameters=function(){const A=t.apply(this,arguments);return"encodings"in A||(A.encodings=[].concat(this.sendEncodings||[{}])),A})}function Ri(A){if("object"!=typeof A||!A.RTCPeerConnection)return;const t=A.RTCPeerConnection.prototype.createOffer;A.RTCPeerConnection.prototype.createOffer=function(){return this.setParametersPromises&&this.setParametersPromises.length?Promise.all(this.setParametersPromises).then((()=>t.apply(this,arguments))).finally((()=>{this.setParametersPromises=[]})):t.apply(this,arguments)}}function Ni(A){if("object"!=typeof A||!A.RTCPeerConnection)return;const t=A.RTCPeerConnection.prototype.createAnswer;A.RTCPeerConnection.prototype.createAnswer=function(){return this.setParametersPromises&&this.setParametersPromises.length?Promise.all(this.setParametersPromises).then((()=>t.apply(this,arguments))).finally((()=>{this.setParametersPromises=[]})):t.apply(this,arguments)}}var _i=Object.freeze({__proto__:null,shimAddTransceiver:Li,shimCreateAnswer:Ni,shimCreateOffer:Ri,shimGetDisplayMedia:function(A,t){A.navigator.mediaDevices&&"getDisplayMedia"in A.navigator.mediaDevices||A.navigator.mediaDevices&&(A.navigator.mediaDevices.getDisplayMedia=function(e){if(!e||!e.video){const A=new DOMException("getDisplayMedia without video constraints is undefined");return A.name="NotFoundError",A.code=8,Promise.reject(A)}return!0===e.video?e.video={mediaSource:t}:e.video.mediaSource=t,A.navigator.mediaDevices.getUserMedia(e)})},shimGetParameters:xi,shimGetUserMedia:ki,shimOnTrack:Ti,shimPeerConnection:Si,shimRTCDataChannel:Mi,shimReceiverGetStats:Oi,shimRemoveStream:Di,shimSenderGetStats:Ki});function ji(A){if("object"==typeof A&&A.RTCPeerConnection){if("getLocalStreams"in A.RTCPeerConnection.prototype||(A.RTCPeerConnection.prototype.getLocalStreams=function(){return this.AA||(this.AA=[]),this.AA}),!("addStream"in A.RTCPeerConnection.prototype)){const t=A.RTCPeerConnection.prototype.addTrack;A.RTCPeerConnection.prototype.addStream=function(A){this.AA||(this.AA=[]),this.AA.includes(A)||this.AA.push(A),A.getAudioTracks().forEach((e=>t.call(this,e,A))),A.getVideoTracks().forEach((e=>t.call(this,e,A)))},A.RTCPeerConnection.prototype.addTrack=function(A){for(var e=arguments.length,i=new Array(e>1?e-1:0),n=1;n<e;n++)i[n-1]=arguments[n];return i&&i.forEach((A=>{this.AA?this.AA.includes(A)||this.AA.push(A):this.AA=[A]})),t.apply(this,arguments)}}"removeStream"in A.RTCPeerConnection.prototype||(A.RTCPeerConnection.prototype.removeStream=function(A){this.AA||(this.AA=[]);const t=this.AA.indexOf(A);if(-1===t)return;this.AA.splice(t,1);const e=A.getTracks();this.getSenders().forEach((A=>{e.includes(A.track)&&this.removeTrack(A)}))})}}function Gi(A){if("object"==typeof A&&A.RTCPeerConnection&&("getRemoteStreams"in A.RTCPeerConnection.prototype||(A.RTCPeerConnection.prototype.getRemoteStreams=function(){return this.tA?this.tA:[]}),!("onaddstream"in A.RTCPeerConnection.prototype))){Object.defineProperty(A.RTCPeerConnection.prototype,"onaddstream",{get(){return this.eA},set(A){this.eA&&(this.removeEventListener("addstream",this.eA),this.removeEventListener("track",this.iA)),this.addEventListener("addstream",this.eA=A),this.addEventListener("track",this.iA=A=>{A.streams.forEach((A=>{if(this.tA||(this.tA=[]),this.tA.includes(A))return;this.tA.push(A);const t=new Event("addstream");t.stream=A,this.dispatchEvent(t)}))})}});const t=A.RTCPeerConnection.prototype.setRemoteDescription;A.RTCPeerConnection.prototype.setRemoteDescription=function(){const A=this;return this.iA||this.addEventListener("track",this.iA=function(t){t.streams.forEach((t=>{if(A.tA||(A.tA=[]),A.tA.indexOf(t)>=0)return;A.tA.push(t);const e=new Event("addstream");e.stream=t,A.dispatchEvent(e)}))}),t.apply(A,arguments)}}}function Pi(A){if("object"!=typeof A||!A.RTCPeerConnection)return;const t=A.RTCPeerConnection.prototype,e=t.createOffer,i=t.createAnswer,n=t.setLocalDescription,r=t.setRemoteDescription,s=t.addIceCandidate;t.createOffer=function(A,t){const i=arguments.length>=2?arguments[2]:arguments[0],n=e.apply(this,[i]);return t?(n.then(A,t),Promise.resolve()):n},t.createAnswer=function(A,t){const e=arguments.length>=2?arguments[2]:arguments[0],n=i.apply(this,[e]);return t?(n.then(A,t),Promise.resolve()):n};let o=function(A,t,e){const i=n.apply(this,[A]);return e?(i.then(t,e),Promise.resolve()):i};t.setLocalDescription=o,o=function(A,t,e){const i=r.apply(this,[A]);return e?(i.then(t,e),Promise.resolve()):i},t.setRemoteDescription=o,o=function(A,t,e){const i=s.apply(this,[A]);return e?(i.then(t,e),Promise.resolve()):i},t.addIceCandidate=o}function Vi(A){const t=A&&A.navigator;if(t.mediaDevices&&t.mediaDevices.getUserMedia){const A=t.mediaDevices,e=A.getUserMedia.bind(A);t.mediaDevices.getUserMedia=A=>e(Ji(A))}!t.getUserMedia&&t.mediaDevices&&t.mediaDevices.getUserMedia&&(t.getUserMedia=function(A,e,i){t.mediaDevices.getUserMedia(A).then(e,i)}.bind(t))}function Ji(A){return A&&void 0!==A.video?Object.assign({},A,{video:wi(A.video)}):A}function Xi(A){if(!A.RTCPeerConnection)return;const t=A.RTCPeerConnection;A.RTCPeerConnection=function(A,e){if(A&&A.iceServers){const t=[];for(let e=0;e<A.iceServers.length;e++){let i=A.iceServers[e];void 0===i.urls&&i.url?(i=JSON.parse(JSON.stringify(i)),i.urls=i.url,delete i.url,t.push(i)):t.push(A.iceServers[e])}A.iceServers=t}return new t(A,e)},A.RTCPeerConnection.prototype=t.prototype,"generateCertificate"in t&&Object.defineProperty(A.RTCPeerConnection,"generateCertificate",{get:()=>t.generateCertificate})}function Yi(A){"object"==typeof A&&A.RTCTrackEvent&&"receiver"in A.RTCTrackEvent.prototype&&!("transceiver"in A.RTCTrackEvent.prototype)&&Object.defineProperty(A.RTCTrackEvent.prototype,"transceiver",{get(){return{receiver:this.receiver}}})}function $i(A){const t=A.RTCPeerConnection.prototype.createOffer;A.RTCPeerConnection.prototype.createOffer=function(A){if(A){void 0!==A.offerToReceiveAudio&&(A.offerToReceiveAudio=!!A.offerToReceiveAudio);const t=this.getTransceivers().find((A=>"audio"===A.receiver.track.kind));!1===A.offerToReceiveAudio&&t?"sendrecv"===t.direction?t.setDirection?t.setDirection("sendonly"):t.direction="sendonly":"recvonly"===t.direction&&(t.setDirection?t.setDirection("inactive"):t.direction="inactive"):!0!==A.offerToReceiveAudio||t||this.addTransceiver("audio",{direction:"recvonly"}),void 0!==A.offerToReceiveVideo&&(A.offerToReceiveVideo=!!A.offerToReceiveVideo);const e=this.getTransceivers().find((A=>"video"===A.receiver.track.kind));!1===A.offerToReceiveVideo&&e?"sendrecv"===e.direction?e.setDirection?e.setDirection("sendonly"):e.direction="sendonly":"recvonly"===e.direction&&(e.setDirection?e.setDirection("inactive"):e.direction="inactive"):!0!==A.offerToReceiveVideo||e||this.addTransceiver("video",{direction:"recvonly"})}return t.apply(this,arguments)}}function Wi(A){"object"!=typeof A||A.AudioContext||(A.AudioContext=A.webkitAudioContext)}var Zi,qi=Object.freeze({__proto__:null,shimAudioContext:Wi,shimCallbacksAPI:Pi,shimConstraints:Ji,shimCreateOfferLegacy:$i,shimGetUserMedia:Vi,shimLocalStreamsAPI:ji,shimRTCIceServerUrls:Xi,shimRemoteStreamsAPI:Gi,shimTrackEventTransceiver:Yi}),zi={exports:{}},An=(Zi||(Zi=1,(function(A){const t={generateIdentifier:function(){return Math.random().toString(36).substring(2,12)}};t.localCName=t.generateIdentifier(),t.splitLines=function(A){return A.trim().split("\n").map((A=>A.trim()))},t.splitSections=function(A){return A.split("\nm=").map(((A,t)=>(t>0?"m="+A:A).trim()+"\r\n"))},t.getDescription=function(A){const e=t.splitSections(A);return e&&e[0]},t.getMediaSections=function(A){const e=t.splitSections(A);return e.shift(),e},t.matchPrefix=function(A,e){return t.splitLines(A).filter((A=>0===A.indexOf(e)))},t.parseCandidate=function(A){let t;t=0===A.indexOf("a=candidate:")?A.substring(12).split(" "):A.substring(10).split(" ");const e={foundation:t[0],component:{1:"rtp",2:"rtcp"}[t[1]]||t[1],protocol:t[2].toLowerCase(),priority:parseInt(t[3],10),ip:t[4],address:t[4],port:parseInt(t[5],10),type:t[7]};for(let i=8;i<t.length;i+=2)switch(t[i]){case"raddr":e.relatedAddress=t[i+1];break;case"rport":e.relatedPort=parseInt(t[i+1],10);break;case"tcptype":e.tcpType=t[i+1];break;case"ufrag":e.ufrag=t[i+1],e.usernameFragment=t[i+1];break;default:void 0===e[t[i]]&&(e[t[i]]=t[i+1])}return e},t.writeCandidate=function(A){const t=[];t.push(A.foundation);const e=A.component;"rtp"===e?t.push(1):"rtcp"===e?t.push(2):t.push(e),t.push(A.protocol.toUpperCase()),t.push(A.priority),t.push(A.address||A.ip),t.push(A.port);const i=A.type;return t.push("typ"),t.push(i),"host"!==i&&A.relatedAddress&&A.relatedPort&&(t.push("raddr"),t.push(A.relatedAddress),t.push("rport"),t.push(A.relatedPort)),A.tcpType&&"tcp"===A.protocol.toLowerCase()&&(t.push("tcptype"),t.push(A.tcpType)),(A.usernameFragment||A.ufrag)&&(t.push("ufrag"),t.push(A.usernameFragment||A.ufrag)),"candidate:"+t.join(" ")},t.parseIceOptions=function(A){return A.substring(14).split(" ")},t.parseRtpMap=function(A){let t=A.substring(9).split(" ");const e={payloadType:parseInt(t.shift(),10)};return t=t[0].split("/"),e.name=t[0],e.clockRate=parseInt(t[1],10),e.channels=3===t.length?parseInt(t[2],10):1,e.numChannels=e.channels,e},t.writeRtpMap=function(A){let t=A.payloadType;void 0!==A.preferredPayloadType&&(t=A.preferredPayloadType);const e=A.channels||A.numChannels||1;return"a=rtpmap:"+t+" "+A.name+"/"+A.clockRate+(1!==e?"/"+e:"")+"\r\n"},t.parseExtmap=function(A){const t=A.substring(9).split(" ");return{id:parseInt(t[0],10),direction:t[0].indexOf("/")>0?t[0].split("/")[1]:"sendrecv",uri:t[1],attributes:t.slice(2).join(" ")}},t.writeExtmap=function(A){return"a=extmap:"+(A.id||A.preferredId)+(A.direction&&"sendrecv"!==A.direction?"/"+A.direction:"")+" "+A.uri+(A.attributes?" "+A.attributes:"")+"\r\n"},t.parseFmtp=function(A){const t={};let e;const i=A.substring(A.indexOf(" ")+1).split(";");for(let n=0;n<i.length;n++)e=i[n].trim().split("="),t[e[0].trim()]=e[1];return t},t.writeFmtp=function(A){let t="",e=A.payloadType;if(void 0!==A.preferredPayloadType&&(e=A.preferredPayloadType),A.parameters&&Object.keys(A.parameters).length){const i=[];Object.keys(A.parameters).forEach((t=>{void 0!==A.parameters[t]?i.push(t+"="+A.parameters[t]):i.push(t)})),t+="a=fmtp:"+e+" "+i.join(";")+"\r\n"}return t},t.parseRtcpFb=function(A){const t=A.substring(A.indexOf(" ")+1).split(" ");return{type:t.shift(),parameter:t.join(" ")}},t.writeRtcpFb=function(A){let t="",e=A.payloadType;return void 0!==A.preferredPayloadType&&(e=A.preferredPayloadType),A.rtcpFeedback&&A.rtcpFeedback.length&&A.rtcpFeedback.forEach((A=>{t+="a=rtcp-fb:"+e+" "+A.type+(A.parameter&&A.parameter.length?" "+A.parameter:"")+"\r\n"})),t},t.parseSsrcMedia=function(A){const t=A.indexOf(" "),e={ssrc:parseInt(A.substring(7,t),10)},i=A.indexOf(":",t);return i>-1?(e.attribute=A.substring(t+1,i),e.value=A.substring(i+1)):e.attribute=A.substring(t+1),e},t.parseSsrcGroup=function(A){const t=A.substring(13).split(" ");return{semantics:t.shift(),ssrcs:t.map((A=>parseInt(A,10)))}},t.getMid=function(A){const e=t.matchPrefix(A,"a=mid:")[0];if(e)return e.substring(6)},t.parseFingerprint=function(A){const t=A.substring(14).split(" ");return{algorithm:t[0].toLowerCase(),value:t[1].toUpperCase()}},t.getDtlsParameters=function(A,e){return{role:"auto",fingerprints:t.matchPrefix(A+e,"a=fingerprint:").map(t.parseFingerprint)}},t.writeDtlsParameters=function(A,t){let e="a=setup:"+t+"\r\n";return A.fingerprints.forEach((A=>{e+="a=fingerprint:"+A.algorithm+" "+A.value+"\r\n"})),e},t.parseCryptoLine=function(A){const t=A.substring(9).split(" ");return{tag:parseInt(t[0],10),cryptoSuite:t[1],keyParams:t[2],sessionParams:t.slice(3)}},t.writeCryptoLine=function(A){return"a=crypto:"+A.tag+" "+A.cryptoSuite+" "+("object"==typeof A.keyParams?t.writeCryptoKeyParams(A.keyParams):A.keyParams)+(A.sessionParams?" "+A.sessionParams.join(" "):"")+"\r\n"},t.parseCryptoKeyParams=function(A){if(0!==A.indexOf("inline:"))return null;const t=A.substring(7).split("|");return{keyMethod:"inline",keySalt:t[0],lifeTime:t[1],mkiValue:t[2]?t[2].split(":")[0]:void 0,mkiLength:t[2]?t[2].split(":")[1]:void 0}},t.writeCryptoKeyParams=function(A){return A.keyMethod+":"+A.keySalt+(A.lifeTime?"|"+A.lifeTime:"")+(A.mkiValue&&A.mkiLength?"|"+A.mkiValue+":"+A.mkiLength:"")},t.getCryptoParameters=function(A,e){return t.matchPrefix(A+e,"a=crypto:").map(t.parseCryptoLine)},t.getIceParameters=function(A,e){const i=t.matchPrefix(A+e,"a=ice-ufrag:")[0],n=t.matchPrefix(A+e,"a=ice-pwd:")[0];return i&&n?{usernameFragment:i.substring(12),password:n.substring(10)}:null},t.writeIceParameters=function(A){let t="a=ice-ufrag:"+A.usernameFragment+"\r\na=ice-pwd:"+A.password+"\r\n";return A.iceLite&&(t+="a=ice-lite\r\n"),t},t.parseRtpParameters=function(A){const e={codecs:[],headerExtensions:[],fecMechanisms:[],rtcp:[]},i=t.splitLines(A)[0].split(" ");e.profile=i[2];for(let r=3;r<i.length;r++){const n=i[r],s=t.matchPrefix(A,"a=rtpmap:"+n+" ")[0];if(s){const i=t.parseRtpMap(s),r=t.matchPrefix(A,"a=fmtp:"+n+" ");switch(i.parameters=r.length?t.parseFmtp(r[0]):{},i.rtcpFeedback=t.matchPrefix(A,"a=rtcp-fb:"+n+" ").map(t.parseRtcpFb),e.codecs.push(i),i.name.toUpperCase()){case"RED":case"ULPFEC":e.fecMechanisms.push(i.name.toUpperCase())}}}t.matchPrefix(A,"a=extmap:").forEach((A=>{e.headerExtensions.push(t.parseExtmap(A))}));const n=t.matchPrefix(A,"a=rtcp-fb:* ").map(t.parseRtcpFb);return e.codecs.forEach((A=>{n.forEach((t=>{A.rtcpFeedback.find((A=>A.type===t.type&&A.parameter===t.parameter))||A.rtcpFeedback.push(t)}))})),e},t.writeRtpDescription=function(A,e){let i="";i+="m="+A+" ",i+=e.codecs.length>0?"9":"0",i+=" "+(e.profile||"UDP/TLS/RTP/SAVPF")+" ",i+=e.codecs.map((A=>void 0!==A.preferredPayloadType?A.preferredPayloadType:A.payloadType)).join(" ")+"\r\n",i+="c=IN IP4 0.0.0.0\r\n",i+="a=rtcp:9 IN IP4 0.0.0.0\r\n",e.codecs.forEach((A=>{i+=t.writeRtpMap(A),i+=t.writeFmtp(A),i+=t.writeRtcpFb(A)}));let n=0;return e.codecs.forEach((A=>{A.maxptime>n&&(n=A.maxptime)})),n>0&&(i+="a=maxptime:"+n+"\r\n"),e.headerExtensions&&e.headerExtensions.forEach((A=>{i+=t.writeExtmap(A)})),i},t.parseRtpEncodingParameters=function(A){const e=[],i=t.parseRtpParameters(A),n=-1!==i.fecMechanisms.indexOf("RED"),r=-1!==i.fecMechanisms.indexOf("ULPFEC"),s=t.matchPrefix(A,"a=ssrc:").map((A=>t.parseSsrcMedia(A))).filter((A=>"cname"===A.attribute)),o=s.length>0&&s[0].ssrc;let a;const c=t.matchPrefix(A,"a=ssrc-group:FID").map((A=>A.substring(17).split(" ").map((A=>parseInt(A,10)))));c.length>0&&c[0].length>1&&c[0][0]===o&&(a=c[0][1]),i.codecs.forEach((A=>{if("RTX"===A.name.toUpperCase()&&A.parameters.apt){let t={ssrc:o,codecPayloadType:parseInt(A.parameters.apt,10)};o&&a&&(t.rtx={ssrc:a}),e.push(t),n&&(t=JSON.parse(JSON.stringify(t)),t.fec={ssrc:o,mechanism:r?"red+ulpfec":"red"},e.push(t))}})),0===e.length&&o&&e.push({ssrc:o});let u=t.matchPrefix(A,"b=");return u.length&&(u=0===u[0].indexOf("b=TIAS:")?parseInt(u[0].substring(7),10):0===u[0].indexOf("b=AS:")?1e3*parseInt(u[0].substring(5),10)*.95-16e3:void 0,e.forEach((A=>{A.maxBitrate=u}))),e},t.parseRtcpParameters=function(A){const e={},i=t.matchPrefix(A,"a=ssrc:").map((A=>t.parseSsrcMedia(A))).filter((A=>"cname"===A.attribute))[0];i&&(e.cname=i.value,e.ssrc=i.ssrc);const n=t.matchPrefix(A,"a=rtcp-rsize");e.reducedSize=n.length>0,e.compound=0===n.length;const r=t.matchPrefix(A,"a=rtcp-mux");return e.mux=r.length>0,e},t.writeRtcpParameters=function(A){let t="";return A.reducedSize&&(t+="a=rtcp-rsize\r\n"),A.mux&&(t+="a=rtcp-mux\r\n"),void 0!==A.ssrc&&A.cname&&(t+="a=ssrc:"+A.ssrc+" cname:"+A.cname+"\r\n"),t},t.parseMsid=function(A){let e;const i=t.matchPrefix(A,"a=msid:");if(1===i.length)return e=i[0].substring(7).split(" "),{stream:e[0],track:e[1]};const n=t.matchPrefix(A,"a=ssrc:").map((A=>t.parseSsrcMedia(A))).filter((A=>"msid"===A.attribute));return n.length>0?(e=n[0].value.split(" "),{stream:e[0],track:e[1]}):void 0},t.parseSctpDescription=function(A){const e=t.parseMLine(A),i=t.matchPrefix(A,"a=max-message-size:");let n;i.length>0&&(n=parseInt(i[0].substring(19),10)),isNaN(n)&&(n=65536);const r=t.matchPrefix(A,"a=sctp-port:");if(r.length>0)return{port:parseInt(r[0].substring(12),10),protocol:e.fmt,maxMessageSize:n};const s=t.matchPrefix(A,"a=sctpmap:");if(s.length>0){const A=s[0].substring(10).split(" ");return{port:parseInt(A[0],10),protocol:A[1],maxMessageSize:n}}},t.writeSctpDescription=function(A,t){let e=[];return e="DTLS/SCTP"!==A.protocol?["m="+A.kind+" 9 "+A.protocol+" "+t.protocol+"\r\n","c=IN IP4 0.0.0.0\r\n","a=sctp-port:"+t.port+"\r\n"]:["m="+A.kind+" 9 "+A.protocol+" "+t.port+"\r\n","c=IN IP4 0.0.0.0\r\n","a=sctpmap:"+t.port+" "+t.protocol+" 65535\r\n"],void 0!==t.maxMessageSize&&e.push("a=max-message-size:"+t.maxMessageSize+"\r\n"),e.join("")},t.generateSessionId=function(){return Math.random().toString().substr(2,22)},t.writeSessionBoilerplate=function(A,e,i){let n;const r=void 0!==e?e:2;return n=A||t.generateSessionId(),"v=0\r\no="+(i||"thisisadapterortc")+" "+n+" "+r+" IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\n"},t.getDirection=function(A,e){const i=t.splitLines(A);for(let t=0;t<i.length;t++)switch(i[t]){case"a=sendrecv":case"a=sendonly":case"a=recvonly":case"a=inactive":return i[t].substring(2)}return e?t.getDirection(e):"sendrecv"},t.getKind=function(A){return t.splitLines(A)[0].split(" ")[0].substring(2)},t.isRejected=function(A){return"0"===A.split(" ",2)[1]},t.parseMLine=function(A){const e=t.splitLines(A)[0].substring(2).split(" ");return{kind:e[0],port:parseInt(e[1],10),protocol:e[2],fmt:e.slice(3).join(" ")}},t.parseOLine=function(A){const e=t.matchPrefix(A,"o=")[0].substring(2).split(" ");return{username:e[0],sessionId:e[1],sessionVersion:parseInt(e[2],10),netType:e[3],addressType:e[4],address:e[5]}},t.isValidSDP=function(A){if("string"!=typeof A||0===A.length)return!1;const e=t.splitLines(A);for(let t=0;t<e.length;t++)if(e[t].length<2||"="!==e[t].charAt(1))return!1;return!0},A.exports=t})(zi)),zi.exports),tn=_e(An),en=B({__proto__:null,default:tn},[An]);function nn(A){if(!A.RTCIceCandidate||A.RTCIceCandidate&&"foundation"in A.RTCIceCandidate.prototype)return;const t=A.RTCIceCandidate;A.RTCIceCandidate=function(A){if("object"==typeof A&&A.candidate&&0===A.candidate.indexOf("a=")&&((A=JSON.parse(JSON.stringify(A))).candidate=A.candidate.substring(2)),A.candidate&&A.candidate.length){const e=new t(A),i=tn.parseCandidate(A.candidate);for(const A in i)A in e||Object.defineProperty(e,A,{value:i[A]});return e.toJSON=function(){return{candidate:e.candidate,sdpMid:e.sdpMid,sdpMLineIndex:e.sdpMLineIndex,usernameFragment:e.usernameFragment}},e}return new t(A)},A.RTCIceCandidate.prototype=t.prototype,hi(A,"icecandidate",(t=>(t.candidate&&Object.defineProperty(t,"candidate",{value:new A.RTCIceCandidate(t.candidate),writable:"false"}),t)))}function rn(A){!A.RTCIceCandidate||A.RTCIceCandidate&&"relayProtocol"in A.RTCIceCandidate.prototype||hi(A,"icecandidate",(A=>{if(A.candidate){const t=tn.parseCandidate(A.candidate.candidate);"relay"===t.type&&(A.candidate.relayProtocol={0:"tls",1:"tcp",2:"udp"}[t.priority>>24])}return A}))}function sn(A,t){if(!A.RTCPeerConnection)return;"sctp"in A.RTCPeerConnection.prototype||Object.defineProperty(A.RTCPeerConnection.prototype,"sctp",{get(){return void 0===this.nA?null:this.nA}});const e=A.RTCPeerConnection.prototype.setRemoteDescription;A.RTCPeerConnection.prototype.setRemoteDescription=function(){if(this.nA=null,"chrome"===t.browser&&t.version>=76){const{sdpSemantics:A}=this.getConfiguration();"plan-b"===A&&Object.defineProperty(this,"sctp",{get(){return void 0===this.nA?null:this.nA},enumerable:!0,configurable:!0})}if((function(A){if(!A||!A.sdp)return!1;const t=tn.splitSections(A.sdp);return t.shift(),t.some((A=>{const t=tn.parseMLine(A);return t&&"application"===t.kind&&-1!==t.protocol.indexOf("SCTP")}))})(arguments[0])){const A=(function(A){const t=A.sdp.match(/mozilla...THIS_IS_SDPARTA-(\d+)/);if(null===t||t.length<2)return-1;const e=parseInt(t[1],10);return e!=e?-1:e})(arguments[0]),e=(function(A){let e=65536;return"firefox"===t.browser&&(e=t.version<57?-1===A?16384:2147483637:t.version<60?57===t.version?65535:65536:2147483637),e})(A),i=(function(A,e){let i=65536;"firefox"===t.browser&&57===t.version&&(i=65535);const n=tn.matchPrefix(A.sdp,"a=max-message-size:");return n.length>0?i=parseInt(n[0].substring(19),10):"firefox"===t.browser&&-1!==e&&(i=2147483637),i})(arguments[0],A);let n;n=0===e&&0===i?Number.POSITIVE_INFINITY:0===e||0===i?Math.max(e,i):Math.min(e,i);const r={};Object.defineProperty(r,"maxMessageSize",{get:()=>n}),this.nA=r}return e.apply(this,arguments)}}function on(A){if(!A.RTCPeerConnection||!("createDataChannel"in A.RTCPeerConnection.prototype))return;function t(A,t){const e=A.send;A.send=function(){const i=arguments[0],n=i.length||i.size||i.byteLength;if("open"===A.readyState&&t.sctp&&n>t.sctp.maxMessageSize)throw new TypeError("Message too large (can send a maximum of "+t.sctp.maxMessageSize+" bytes)");return e.apply(A,arguments)}}const e=A.RTCPeerConnection.prototype.createDataChannel;A.RTCPeerConnection.prototype.createDataChannel=function(){const A=e.apply(this,arguments);return t(A,this),A},hi(A,"datachannel",(A=>(t(A.channel,A.target),A)))}function an(A){if(!A.RTCPeerConnection||"connectionState"in A.RTCPeerConnection.prototype)return;const t=A.RTCPeerConnection.prototype;Object.defineProperty(t,"connectionState",{get(){return{completed:"connected",checking:"connecting"}[this.iceConnectionState]||this.iceConnectionState},enumerable:!0,configurable:!0}),Object.defineProperty(t,"onconnectionstatechange",{get(){return this.rA||null},set(A){this.rA&&(this.removeEventListener("connectionstatechange",this.rA),delete this.rA),A&&this.addEventListener("connectionstatechange",this.rA=A)},enumerable:!0,configurable:!0}),["setLocalDescription","setRemoteDescription"].forEach((A=>{const e=t[A];t[A]=function(){return this.sA||(this.sA=A=>{const t=A.target;if(t.oA!==t.connectionState){t.oA=t.connectionState;const e=new Event("connectionstatechange",A);t.dispatchEvent(e)}return A},this.addEventListener("iceconnectionstatechange",this.sA)),e.apply(this,arguments)}}))}function cn(A,t){if(!A.RTCPeerConnection)return;if("chrome"===t.browser&&t.version>=71)return;if("safari"===t.browser&&t.version>=605)return;const e=A.RTCPeerConnection.prototype.setRemoteDescription;A.RTCPeerConnection.prototype.setRemoteDescription=function(t){if(t&&t.sdp&&-1!==t.sdp.indexOf("\na=extmap-allow-mixed")){const e=t.sdp.split("\n").filter((A=>"a=extmap-allow-mixed"!==A.trim())).join("\n");A.RTCSessionDescription&&t instanceof A.RTCSessionDescription?arguments[0]=new A.RTCSessionDescription({type:t.type,sdp:e}):t.sdp=e}return e.apply(this,arguments)}}function un(A,t){if(!A.RTCPeerConnection||!A.RTCPeerConnection.prototype)return;const e=A.RTCPeerConnection.prototype.addIceCandidate;e&&0!==e.length&&(A.RTCPeerConnection.prototype.addIceCandidate=function(){return arguments[0]?("chrome"===t.browser&&t.version<78||"firefox"===t.browser&&t.version<68||"safari"===t.browser)&&arguments[0]&&""===arguments[0].candidate?Promise.resolve():e.apply(this,arguments):(arguments[1]&&arguments[1].apply(null),Promise.resolve())})}function hn(A,t){if(!A.RTCPeerConnection||!A.RTCPeerConnection.prototype)return;const e=A.RTCPeerConnection.prototype.setLocalDescription;e&&0!==e.length&&(A.RTCPeerConnection.prototype.setLocalDescription=function(){let A=arguments[0]||{};if("object"!=typeof A||A.type&&A.sdp)return e.apply(this,arguments);if(A={type:A.type,sdp:A.sdp},!A.type)switch(this.signalingState){case"stable":case"have-local-offer":case"have-remote-pranswer":A.type="offer";break;default:A.type="answer"}return A.sdp||"offer"!==A.type&&"answer"!==A.type?e.apply(this,[A]):("offer"===A.type?this.createOffer:this.createAnswer).apply(this).then((A=>e.apply(this,[A])))})}var ln=Object.freeze({__proto__:null,removeExtmapAllowMixed:cn,shimAddIceCandidateNullOrEmpty:un,shimConnectionState:an,shimMaxMessageSize:sn,shimParameterlessSetLocalDescription:hn,shimRTCIceCandidate:nn,shimRTCIceCandidateRelayProtocol:rn,shimSendThrowTypeError:on});!(function(){let{window:A}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{shimChrome:!0,shimFirefox:!0,shimSafari:!0};const e=Bi,i=(function(A){const t={browser:null,version:null};if(void 0===A||!A.navigator||!A.navigator.userAgent)return t.browser="Not a browser.",t;const{navigator:e}=A;if(e.userAgentData&&e.userAgentData.brands){const A=e.userAgentData.brands.find((A=>"Chromium"===A.brand));if(A)return{browser:"chrome",version:parseInt(A.version,10)}}if(e.mozGetUserMedia)t.browser="firefox",t.version=ui(e.userAgent,/Firefox\/(\d+)\./,1);else if(e.webkitGetUserMedia||!1===A.isSecureContext&&A.webkitRTCPeerConnection)t.browser="chrome",t.version=ui(e.userAgent,/Chrom(e|ium)\/(\d+)\./,2);else{if(!A.RTCPeerConnection||!e.userAgent.match(/AppleWebKit\/(\d+)\./))return t.browser="Not a supported browser.",t;t.browser="safari",t.version=ui(e.userAgent,/AppleWebKit\/(\d+)\./,1),t.supportsUnifiedPlan=A.RTCRtpTransceiver&&"currentDirection"in A.RTCRtpTransceiver.prototype}return t})(A),n={browserDetails:i,commonShim:ln,extractVersion:ui,disableLog:li,disableWarnings:di,sdp:en};switch(i.browser){case"chrome":if(!Ii||!Ei||!t.shimChrome)return e("Chrome shim is not included in this adapter release."),n;if(null===i.version)return e("Chrome shim can not determine version, not shimming."),n;e("adapter.js shimming chrome."),n.browserShim=Ii,un(A,i),hn(A),Qi(A,i),mi(A),Ei(A,i),Ui(A),bi(A,i),Ci(A),Fi(A),Hi(A,i),nn(A),rn(A),an(A),sn(A,i),on(A),cn(A,i);break;case"firefox":if(!_i||!Si||!t.shimFirefox)return e("Firefox shim is not included in this adapter release."),n;e("adapter.js shimming firefox."),n.browserShim=_i,un(A,i),hn(A),ki(A,i),Si(A,i),Ti(A),Di(A),Ki(A),Oi(A),Mi(A),Li(A),xi(A),Ri(A),Ni(A),nn(A),an(A),sn(A,i),on(A);break;case"safari":if(!qi||!t.shimSafari)return e("Safari shim is not included in this adapter release."),n;e("adapter.js shimming safari."),n.browserShim=qi,un(A,i),hn(A),Xi(A),$i(A),Pi(A),ji(A),Gi(A),Yi(A),Vi(A),Wi(A),nn(A),rn(A),sn(A,i),on(A),cn(A,i);break;default:e("Unsupported browser!")}})({window:"undefined"==typeof window?void 0:window});const dn="lk_e2ee";var Bn,fn,wn,gn,pn,vn,Qn,mn,Un,Cn,Fn,yn,bn,En,Hn,In,kn,Tn,Sn,Kn;function On(){return void 0!==window.RTCRtpScriptTransform}(fn=Bn||(Bn={})).SetKey="setKey",fn.RatchetRequest="ratchetRequest",fn.KeyRatcheted="keyRatcheted",(wn||(wn={})).KeyRatcheted="keyRatcheted",(pn=gn||(gn={})).ParticipantEncryptionStatusChanged="participantEncryptionStatusChanged",pn.EncryptionError="encryptionError",(vn||(vn={})).Error="cryptorError",oi.EventEmitter;class Dn extends Error{constructor(A,t){super(t||"an error has occured"),this.name="LiveKitError",this.code=A}}(mn=Qn||(Qn={}))[mn.NotAllowed=0]="NotAllowed",mn[mn.ServerUnreachable=1]="ServerUnreachable",mn[mn.InternalError=2]="InternalError",mn[mn.Cancelled=3]="Cancelled",mn[mn.LeaveRequest=4]="LeaveRequest";class Mn extends Dn{constructor(A,t,e,i){super(1,A),this.name="ConnectionError",this.status=e,this.reason=t,this.context=i,this.reasonName=Qn[t]}}class Ln extends Dn{constructor(A){super(21,null!=A?A:"device is unsupported"),this.name="DeviceUnsupportedError"}}class xn extends Dn{constructor(A){super(20,null!=A?A:"track is invalid"),this.name="TrackInvalidError"}}class Rn extends Dn{constructor(A){super(10,null!=A?A:"unsupported server"),this.name="UnsupportedServer"}}class Nn extends Dn{constructor(A){super(12,null!=A?A:"unexpected connection state"),this.name="UnexpectedConnectionState"}}class _n extends Dn{constructor(A){super(13,null!=A?A:"unable to negotiate"),this.name="NegotiationError"}}class jn extends Dn{constructor(A,t){super(15,A),this.name="PublishTrackError",this.status=t}}class Gn extends Dn{constructor(A,t){super(15,A),this.reason=t,this.reasonName="string"==typeof t?t:Re[t]}}(Cn=Un||(Un={})).PermissionDenied="PermissionDenied",Cn.NotFound="NotFound",Cn.DeviceInUse="DeviceInUse",Cn.Other="Other",(function(A){A.getFailure=function(t){if(t&&"name"in t)return"NotFoundError"===t.name||"DevicesNotFoundError"===t.name?A.NotFound:"NotAllowedError"===t.name||"PermissionDeniedError"===t.name?A.PermissionDenied:"NotReadableError"===t.name||"TrackStartError"===t.name?A.DeviceInUse:A.Other}})(Un||(Un={})),(yn=Fn||(Fn={}))[yn.InvalidKey=0]="InvalidKey",yn[yn.MissingKey=1]="MissingKey",yn[yn.InternalError=2]="InternalError",(En=bn||(bn={})).Connected="connected",En.Reconnecting="reconnecting",En.SignalReconnecting="signalReconnecting",En.Reconnected="reconnected",En.Disconnected="disconnected",En.ConnectionStateChanged="connectionStateChanged",En.Moved="moved",En.MediaDevicesChanged="mediaDevicesChanged",En.ParticipantConnected="participantConnected",En.ParticipantDisconnected="participantDisconnected",En.TrackPublished="trackPublished",En.TrackSubscribed="trackSubscribed",En.TrackSubscriptionFailed="trackSubscriptionFailed",En.TrackUnpublished="trackUnpublished",En.TrackUnsubscribed="trackUnsubscribed",En.TrackMuted="trackMuted",En.TrackUnmuted="trackUnmuted",En.LocalTrackPublished="localTrackPublished",En.LocalTrackUnpublished="localTrackUnpublished",En.LocalAudioSilenceDetected="localAudioSilenceDetected",En.ActiveSpeakersChanged="activeSpeakersChanged",En.ParticipantMetadataChanged="participantMetadataChanged",En.ParticipantNameChanged="participantNameChanged",En.ParticipantAttributesChanged="participantAttributesChanged",En.ParticipantActive="participantActive",En.RoomMetadataChanged="roomMetadataChanged",En.DataReceived="dataReceived",En.SipDTMFReceived="sipDTMFReceived",En.TranscriptionReceived="transcriptionReceived",En.ConnectionQualityChanged="connectionQualityChanged",En.TrackStreamStateChanged="trackStreamStateChanged",En.TrackSubscriptionPermissionChanged="trackSubscriptionPermissionChanged",En.TrackSubscriptionStatusChanged="trackSubscriptionStatusChanged",En.AudioPlaybackStatusChanged="audioPlaybackChanged",En.VideoPlaybackStatusChanged="videoPlaybackChanged",En.MediaDevicesError="mediaDevicesError",En.ParticipantPermissionsChanged="participantPermissionsChanged",En.SignalConnected="signalConnected",En.RecordingStatusChanged="recordingStatusChanged",En.ParticipantEncryptionStatusChanged="participantEncryptionStatusChanged",En.EncryptionError="encryptionError",En.DCBufferStatusChanged="dcBufferStatusChanged",En.ActiveDeviceChanged="activeDeviceChanged",En.ChatMessage="chatMessage",En.LocalTrackSubscribed="localTrackSubscribed",En.MetricsReceived="metricsReceived",(In=Hn||(Hn={})).TrackPublished="trackPublished",In.TrackSubscribed="trackSubscribed",In.TrackSubscriptionFailed="trackSubscriptionFailed",In.TrackUnpublished="trackUnpublished",In.TrackUnsubscribed="trackUnsubscribed",In.TrackMuted="trackMuted",In.TrackUnmuted="trackUnmuted",In.LocalTrackPublished="localTrackPublished",In.LocalTrackUnpublished="localTrackUnpublished",In.ParticipantMetadataChanged="participantMetadataChanged",In.ParticipantNameChanged="participantNameChanged",In.DataReceived="dataReceived",In.SipDTMFReceived="sipDTMFReceived",In.TranscriptionReceived="transcriptionReceived",In.IsSpeakingChanged="isSpeakingChanged",In.ConnectionQualityChanged="connectionQualityChanged",In.TrackStreamStateChanged="trackStreamStateChanged",In.TrackSubscriptionPermissionChanged="trackSubscriptionPermissionChanged",In.TrackSubscriptionStatusChanged="trackSubscriptionStatusChanged",In.MediaDevicesError="mediaDevicesError",In.AudioStreamAcquired="audioStreamAcquired",In.ParticipantPermissionsChanged="participantPermissionsChanged",In.PCTrackAdded="pcTrackAdded",In.AttributesChanged="attributesChanged",In.LocalTrackSubscribed="localTrackSubscribed",In.ChatMessage="chatMessage",In.Active="active",(Tn=kn||(kn={})).TransportsCreated="transportsCreated",Tn.Connected="connected",Tn.Disconnected="disconnected",Tn.Resuming="resuming",Tn.Resumed="resumed",Tn.Restarting="restarting",Tn.Restarted="restarted",Tn.SignalResumed="signalResumed",Tn.SignalRestarted="signalRestarted",Tn.Closing="closing",Tn.MediaTrackAdded="mediaTrackAdded",Tn.ActiveSpeakersUpdate="activeSpeakersUpdate",Tn.DataPacketReceived="dataPacketReceived",Tn.RTPVideoMapUpdate="rtpVideoMapUpdate",Tn.DCBufferStatusChanged="dcBufferStatusChanged",Tn.ParticipantUpdate="participantUpdate",Tn.RoomUpdate="roomUpdate",Tn.SpeakersChanged="speakersChanged",Tn.StreamStateChanged="streamStateChanged",Tn.ConnectionQualityUpdate="connectionQualityUpdate",Tn.SubscriptionError="subscriptionError",Tn.SubscriptionPermissionUpdate="subscriptionPermissionUpdate",Tn.RemoteMute="remoteMute",Tn.SubscribedQualityUpdate="subscribedQualityUpdate",Tn.LocalTrackUnpublished="localTrackUnpublished",Tn.LocalTrackSubscribed="localTrackSubscribed",Tn.Offline="offline",Tn.SignalRequestResponse="signalRequestResponse",Tn.SignalConnected="signalConnected",Tn.RoomMoved="roomMoved",(Kn=Sn||(Sn={})).Message="message",Kn.Muted="muted",Kn.Unmuted="unmuted",Kn.Restarted="restarted",Kn.Ended="ended",Kn.Subscribed="subscribed",Kn.Unsubscribed="unsubscribed",Kn.UpdateSettings="updateSettings",Kn.UpdateSubscription="updateSubscription",Kn.AudioPlaybackStarted="audioPlaybackStarted",Kn.AudioPlaybackFailed="audioPlaybackFailed",Kn.AudioSilenceDetected="audioSilenceDetected",Kn.VisibilityChanged="visibilityChanged",Kn.VideoDimensionsChanged="videoDimensionsChanged",Kn.VideoPlaybackStarted="videoPlaybackStarted",Kn.VideoPlaybackFailed="videoPlaybackFailed",Kn.ElementAttached="elementAttached",Kn.ElementDetached="elementDetached",Kn.UpstreamPaused="upstreamPaused",Kn.UpstreamResumed="upstreamResumed",Kn.SubscriptionPermissionChanged="subscriptionPermissionChanged",Kn.SubscriptionStatusChanged="subscriptionStatusChanged",Kn.SubscriptionFailed="subscriptionFailed",Kn.TrackProcessorUpdate="trackProcessorUpdate",Kn.AudioTrackFeatureUpdate="audioTrackFeatureUpdate",Kn.TranscriptionReceived="transcriptionReceived",Kn.TimeSyncUpdate="timeSyncUpdate";const Pn=/version\/(\d+(\.?_?\d+)+)/i;let Vn;function Jn(A){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];if(void 0===A&&"undefined"==typeof navigator)return;const e=(null!=A?A:navigator.userAgent).toLowerCase();if(void 0===Vn||t){const A=Xn.find((A=>{let{test:t}=A;return t.test(e)}));Vn=null==A?void 0:A.describe(e)}return Vn}const Xn=[{test:/firefox|iceweasel|fxios/i,describe:A=>({name:"Firefox",version:Yn(/(?:firefox|iceweasel|fxios)[\s/](\d+(\.?_?\d+)+)/i,A),os:A.toLowerCase().includes("fxios")?"iOS":void 0,osVersion:$n(A)})},{test:/chrom|crios|crmo/i,describe:A=>({name:"Chrome",version:Yn(/(?:chrome|chromium|crios|crmo)\/(\d+(\.?_?\d+)+)/i,A),os:A.toLowerCase().includes("crios")?"iOS":void 0,osVersion:$n(A)})},{test:/safari|applewebkit/i,describe:A=>({name:"Safari",version:Yn(Pn,A),os:A.includes("mobile/")?"iOS":"macOS",osVersion:$n(A)})}];function Yn(A,t){let e=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1;const i=t.match(A);return i&&i.length>=e&&i[e]||""}function $n(A){return A.includes("mac os")?Yn(/\(.+?(\d+_\d+(:?_\d+)?)/,A,1).replace(/_/g,"."):void 0}class Wn{}Wn.setTimeout=function(){return setTimeout(...arguments)},Wn.setInterval=function(){return setInterval(...arguments)},Wn.clearTimeout=function(){return clearTimeout(...arguments)},Wn.clearInterval=function(){return clearInterval(...arguments)};const Zn=[];var qn,zn;(zn=qn||(qn={}))[zn.LOW=0]="LOW",zn[zn.MEDIUM=1]="MEDIUM",zn[zn.HIGH=2]="HIGH";class Ar extends oi.EventEmitter{constructor(A,t){let e=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};var i;super(),this.attachedElements=[],this.isMuted=!1,this.streamState=Ar.StreamState.Active,this.isInBackground=!1,this.aA=0,this.log=qe,this.appVisibilityChangedListener=()=>{this.backgroundTimeout&&clearTimeout(this.backgroundTimeout),"hidden"===document.visibilityState?this.backgroundTimeout=setTimeout((()=>this.handleAppVisibilityChanged()),5e3):this.handleAppVisibilityChanged()},this.log=ze(null!==(i=e.loggerName)&&void 0!==i?i:Ye.Track),this.loggerContextCb=e.loggerContextCb,this.setMaxListeners(100),this.kind=t,this.cA=A,this.uA=A.id,this.source=Ar.Source.Unknown}get logContext(){var A;return Object.assign(Object.assign({},null===(A=this.loggerContextCb)||void 0===A?void 0:A.call(this)),os(this))}get currentBitrate(){return this.aA}get mediaStreamTrack(){return this.cA}get mediaStreamID(){return this.uA}attach(A){let t="audio";this.kind===Ar.Kind.Video&&(t="video"),0===this.attachedElements.length&&this.kind===Ar.Kind.Video&&this.addAppVisibilityListener(),A||("audio"===t&&(Zn.forEach((t=>{null!==t.parentElement||A||(A=t)})),A&&Zn.splice(Zn.indexOf(A),1)),A||(A=document.createElement(t))),this.attachedElements.includes(A)||this.attachedElements.push(A),tr(this.mediaStreamTrack,A);const e=A.srcObject.getTracks(),i=e.some((A=>"audio"===A.kind));return A.play().then((()=>{this.emit(i?Sn.AudioPlaybackStarted:Sn.VideoPlaybackStarted)})).catch((t=>{"NotAllowedError"===t.name?this.emit(i?Sn.AudioPlaybackFailed:Sn.VideoPlaybackFailed,t):"AbortError"===t.name?qe.debug("".concat(i?"audio":"video"," playback aborted, likely due to new play request")):qe.warn("could not playback ".concat(i?"audio":"video"),t),i&&A&&e.some((A=>"video"===A.kind))&&"NotAllowedError"===t.name&&(A.muted=!0,A.play().catch((()=>{})))})),this.emit(Sn.ElementAttached,A),A}detach(A){try{if(A){er(this.mediaStreamTrack,A);const t=this.attachedElements.indexOf(A);return t>=0&&(this.attachedElements.splice(t,1),this.recycleElement(A),this.emit(Sn.ElementDetached,A)),A}const t=[];return this.attachedElements.forEach((A=>{er(this.mediaStreamTrack,A),t.push(A),this.recycleElement(A),this.emit(Sn.ElementDetached,A)})),this.attachedElements=[],t}finally{0===this.attachedElements.length&&this.removeAppVisibilityListener()}}stop(){this.stopMonitor(),this.cA.stop()}enable(){this.cA.enabled=!0}disable(){this.cA.enabled=!1}stopMonitor(){this.monitorInterval&&clearInterval(this.monitorInterval),this.timeSyncHandle&&cancelAnimationFrame(this.timeSyncHandle)}updateLoggerOptions(A){A.loggerName&&(this.log=ze(A.loggerName)),A.loggerContextCb&&(this.loggerContextCb=A.loggerContextCb)}recycleElement(A){if(A instanceof HTMLAudioElement){let t=!0;A.pause(),Zn.forEach((A=>{A.parentElement||(t=!1)})),t&&Zn.push(A)}}handleAppVisibilityChanged(){return ii(this,void 0,void 0,(function*(){this.isInBackground="hidden"===document.visibilityState,this.isInBackground||this.kind!==Ar.Kind.Video||setTimeout((()=>this.attachedElements.forEach((A=>A.play().catch((()=>{}))))),0)}))}addAppVisibilityListener(){Cr()?(this.isInBackground="hidden"===document.visibilityState,document.addEventListener("visibilitychange",this.appVisibilityChangedListener)):this.isInBackground=!1}removeAppVisibilityListener(){Cr()&&document.removeEventListener("visibilitychange",this.appVisibilityChangedListener)}}function tr(A,t){let e,i;e=t.srcObject instanceof MediaStream?t.srcObject:new MediaStream,i="audio"===A.kind?e.getAudioTracks():e.getVideoTracks(),i.includes(A)||(i.forEach((A=>{e.removeTrack(A)})),e.addTrack(A)),mr()&&t instanceof HTMLVideoElement||(t.autoplay=!0),t.muted=0===e.getAudioTracks().length,t instanceof HTMLVideoElement&&(t.playsInline=!0),t.srcObject!==e&&(t.srcObject=e,(mr()||Qr())&&t instanceof HTMLVideoElement&&setTimeout((()=>{t.srcObject=e,t.play().catch((()=>{}))}),0))}function er(A,t){if(t.srcObject instanceof MediaStream){const e=t.srcObject;e.removeTrack(A),e.getTracks().length>0?t.srcObject=e:t.srcObject=null}}!(function(A){let t;var e;let i;var n;let r;var s;(e=t=A.Kind||(A.Kind={})).Audio="audio",e.Video="video",e.Unknown="unknown",(n=i=A.Source||(A.Source={})).Camera="camera",n.Microphone="microphone",n.ScreenShare="screen_share",n.ScreenShareAudio="screen_share_audio",n.Unknown="unknown",(s=r=A.StreamState||(A.StreamState={})).Active="active",s.Paused="paused",s.Unknown="unknown",A.kindToProto=function(A){switch(A){case t.Audio:return zA.AUDIO;case t.Video:return zA.VIDEO;default:return zA.DATA}},A.kindFromProto=function(A){switch(A){case zA.AUDIO:return t.Audio;case zA.VIDEO:return t.Video;default:return t.Unknown}},A.sourceToProto=function(A){switch(A){case i.Camera:return At.CAMERA;case i.Microphone:return At.MICROPHONE;case i.ScreenShare:return At.SCREEN_SHARE;case i.ScreenShareAudio:return At.SCREEN_SHARE_AUDIO;default:return At.UNKNOWN}},A.sourceFromProto=function(A){switch(A){case At.CAMERA:return i.Camera;case At.MICROPHONE:return i.Microphone;case At.SCREEN_SHARE:return i.ScreenShare;case At.SCREEN_SHARE_AUDIO:return i.ScreenShareAudio;default:return i.Unknown}},A.streamStateFromProto=function(A){switch(A){case Yt.ACTIVE:return r.Active;case Yt.PAUSED:return r.Paused;default:return r.Unknown}}})(Ar||(Ar={}));class ir{constructor(A,t,e,i,n){if("object"==typeof A)this.width=A.width,this.height=A.height,this.aspectRatio=A.aspectRatio,this.encoding={maxBitrate:A.maxBitrate,maxFramerate:A.maxFramerate,priority:A.priority};else{if(void 0===t||void 0===e)throw new TypeError("Unsupported options: provide at least width, height and maxBitrate");this.width=A,this.height=t,this.aspectRatio=A/t,this.encoding={maxBitrate:e,maxFramerate:i,priority:n}}}get resolution(){return{width:this.width,height:this.height,frameRate:this.encoding.maxFramerate,aspectRatio:this.aspectRatio}}}const nr=["vp8","h264"],rr=["vp8","h264","vp9","av1"];function sr(A){return!!nr.find((t=>t===A))}var or,ar,cr,ur;(ar=or||(or={}))[ar.PREFER_REGRESSION=0]="PREFER_REGRESSION",ar[ar.SIMULCAST=1]="SIMULCAST",ar[ar.REGRESSION=2]="REGRESSION",(ur=cr||(cr={})).telephone={maxBitrate:12e3},ur.speech={maxBitrate:24e3},ur.music={maxBitrate:48e3},ur.musicStereo={maxBitrate:64e3},ur.musicHighQuality={maxBitrate:96e3},ur.musicHighQualityStereo={maxBitrate:128e3};const hr={h90:new ir(160,90,9e4,20),h180:new ir(320,180,16e4,20),h216:new ir(384,216,18e4,20),h360:new ir(640,360,45e4,20),h540:new ir(960,540,8e5,25),h720:new ir(1280,720,17e5,30),h1080:new ir(1920,1080,3e6,30),h1440:new ir(2560,1440,5e6,30),h2160:new ir(3840,2160,8e6,30)},lr={h120:new ir(160,120,7e4,20),h180:new ir(240,180,125e3,20),h240:new ir(320,240,14e4,20),h360:new ir(480,360,33e4,20),h480:new ir(640,480,5e5,20),h540:new ir(720,540,6e5,25),h720:new ir(960,720,13e5,30),h1080:new ir(1440,1080,23e5,30),h1440:new ir(1920,1440,38e5,30)},dr={h360fps3:new ir(640,360,2e5,3,"medium"),h360fps15:new ir(640,360,4e5,15,"medium"),h720fps5:new ir(1280,720,8e5,5,"medium"),h720fps15:new ir(1280,720,15e5,15,"medium"),h720fps30:new ir(1280,720,2e6,30,"medium"),h1080fps15:new ir(1920,1080,25e5,15,"medium"),h1080fps30:new ir(1920,1080,5e6,30,"medium"),original:new ir(0,0,7e6,30,"medium")},Br="https://aomediacodec.github.io/av1-rtp-spec/#dependency-descriptor-rtp-header-extension";function fr(A){return ii(this,void 0,void 0,(function*(){return new Promise((t=>Wn.setTimeout(t,A)))}))}function wr(){return"addTransceiver"in RTCPeerConnection.prototype}function gr(){return"addTrack"in RTCPeerConnection.prototype}function pr(A){return"av1"===A||"vp9"===A}function vr(A){return!!document&&(A||(A=document.createElement("audio")),"setSinkId"in A)}function Qr(){var A;return"Firefox"===(null===(A=Jn())||void 0===A?void 0:A.name)}function mr(){var A;return"Safari"===(null===(A=Jn())||void 0===A?void 0:A.name)}function Ur(){var A,t;return!!Cr()&&(null!==(t=null===(A=navigator.userAgentData)||void 0===A?void 0:A.mobile)&&void 0!==t?t:/Tablet|iPad|Mobile|Android|BlackBerry/.test(navigator.userAgent))}function Cr(){return"undefined"!=typeof document}function Fr(){return"ReactNative"==navigator.product}function yr(A){return A.hostname.endsWith(".livekit.cloud")||A.hostname.endsWith(".livekit.run")}function br(){if(global&&global.LiveKitReactNativeGlobal)return global.LiveKitReactNativeGlobal}function Er(){if(!Fr())return;let A=br();return A?A.platform:void 0}function Hr(){if(Cr())return window.devicePixelRatio;if(Fr()){let A=br();if(A)return A.devicePixelRatio}return 1}function Ir(A,t){const e=A.split("."),i=t.split("."),n=Math.min(e.length,i.length);for(let r=0;r<n;++r){const A=parseInt(e[r],10),t=parseInt(i[r],10);if(A>t)return 1;if(A<t)return-1;if(r===n-1&&A===t)return 0}return""===A&&""!==t?-1:""===t?1:e.length==i.length?0:e.length<i.length?-1:1}function kr(A){for(const t of A)t.target.handleResize(t)}function Tr(A){for(const t of A)t.target.handleVisibilityChanged(t)}let Sr=null;const Kr=()=>(Sr||(Sr=new ResizeObserver(kr)),Sr);let Or=null;const Dr=()=>(Or||(Or=new IntersectionObserver(Tr,{root:null,rootMargin:"0px"})),Or);function Mr(){let A=arguments.length>0&&void 0!==arguments[0]?arguments[0]:16,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:16,e=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=arguments.length>3&&void 0!==arguments[3]&&arguments[3];const n=document.createElement("canvas");n.width=A,n.height=t;const r=n.getContext("2d");null==r||r.fillRect(0,0,n.width,n.height),i&&r&&(r.beginPath(),r.arc(A/2,t/2,50,0,2*Math.PI,!0),r.closePath(),r.fillStyle="grey",r.fill());const s=n.captureStream(),[o]=s.getTracks();if(!o)throw Error("Could not get empty media stream video track");return o.enabled=e,o}let Lr;function xr(){if(!Lr){const A=new AudioContext,t=A.createOscillator(),e=A.createGain();e.gain.setValueAtTime(0,0);const i=A.createMediaStreamDestination();if(t.connect(e),e.connect(i),t.start(),[Lr]=i.stream.getAudioTracks(),!Lr)throw Error("Could not get empty media stream audio track");Lr.enabled=!1}return Lr.clone()}class Rr{constructor(A,t){this.onFinally=t,this.promise=new Promise(((t,e)=>ii(this,void 0,void 0,(function*(){this.resolve=t,this.reject=e,A&&(yield A(t,e))})))).finally((()=>{var A;return null===(A=this.onFinally)||void 0===A?void 0:A.call(this)}))}}function Nr(A){if("string"==typeof A||"number"==typeof A)return A;if(Array.isArray(A))return A[0];if(A.exact)return Array.isArray(A.exact)?A.exact[0]:A.exact;if(A.ideal)return Array.isArray(A.ideal)?A.ideal[0]:A.ideal;throw Error("could not unwrap constraint")}function _r(A){return A.startsWith("ws")?A.replace(/^(ws)/,"http"):A}function jr(A){switch(A.reason){case Qn.LeaveRequest:return A.context;case Qn.Cancelled:return nt.CLIENT_INITIATED;case Qn.NotAllowed:return nt.USER_REJECTED;case Qn.ServerUnreachable:return nt.JOIN_FAILURE;default:return nt.UNKNOWN_REASON}}function Gr(A){return void 0!==A?Number(A):void 0}function Pr(A){return void 0!==A?BigInt(A):void 0}function Vr(A){return!!A&&!(A instanceof MediaStreamTrack)&&A.isLocal}function Jr(A){return!!A&&A.kind==Ar.Kind.Audio}function Xr(A){return!!A&&A.kind==Ar.Kind.Video}function Yr(A){return Vr(A)&&Xr(A)}function $r(A){return Vr(A)&&Jr(A)}function Wr(A){return!!A&&!A.isLocal}function Zr(A){return!!A&&!A.isLocal}function qr(A){return Wr(A)&&Xr(A)}function zr(A,t,e){var i,n,r,s;const{optionsWithoutProcessor:o,audioProcessor:a,videoProcessor:c}=as(null!=A?A:{}),u=null==t?void 0:t.processor,h=null==e?void 0:e.processor,l=null!=o?o:{};return!0===l.audio&&(l.audio={}),!0===l.video&&(l.video={}),l.audio&&(As(l.audio,t),null!==(i=(r=l.audio).deviceId)&&void 0!==i||(r.deviceId={ideal:"default"}),(a||u)&&(l.audio.processor=null!=a?a:u)),l.video&&(As(l.video,e),null!==(n=(s=l.video).deviceId)&&void 0!==n||(s.deviceId={ideal:"default"}),(c||h)&&(l.video.processor=null!=c?c:h)),l}function As(A,t){return Object.keys(t).forEach((e=>{void 0===A[e]&&(A[e]=t[e])})),A}function ts(A){var t,e,i,n;const r={};if(A.video)if("object"==typeof A.video){const e={},n=e,s=A.video;Object.keys(s).forEach((A=>{"resolution"===A?As(n,s.resolution):n[A]=s[A]})),r.video=e,null!==(t=(i=r.video).deviceId)&&void 0!==t||(i.deviceId={ideal:"default"})}else r.video=!!A.video&&{deviceId:{ideal:"default"}};else r.video=!1;return A.audio?"object"==typeof A.audio?(r.audio=A.audio,null!==(e=(n=r.audio).deviceId)&&void 0!==e||(n.deviceId={ideal:"default"})):r.audio={deviceId:{ideal:"default"}}:r.audio=!1,r}function es(){var A;const t="undefined"!=typeof window&&(window.AudioContext||window.webkitAudioContext);if(t){const e=new t({latencyHint:"interactive"});if("suspended"===e.state&&"undefined"!=typeof window&&(null===(A=window.document)||void 0===A?void 0:A.body)){const A=()=>ii(this,void 0,void 0,(function*(){var t;try{"suspended"===e.state&&(yield e.resume())}catch(i){}null===(t=window.document.body)||void 0===t||t.removeEventListener("click",A)}));window.document.body.addEventListener("click",A)}return e}}function is(A){return"audioinput"===A?Ar.Source.Microphone:"videoinput"===A?Ar.Source.Camera:Ar.Source.Unknown}function ns(A){return A===Ar.Source.Microphone?"audioinput":A===Ar.Source.Camera?"videoinput":void 0}function rs(A){return A.split("/")[1].toLowerCase()}function ss(A){const t=[];return A.forEach((A=>{void 0!==A.track&&t.push(new ne({cid:A.track.mediaStreamID,track:A.trackInfo}))})),t}function os(A){return"mediaStreamTrack"in A?{trackID:A.sid,source:A.source,muted:A.isMuted,enabled:A.mediaStreamTrack.enabled,kind:A.kind,streamID:A.mediaStreamID,streamTrackID:A.mediaStreamTrack.id}:{trackID:A.trackSid,enabled:A.isEnabled,muted:A.isMuted,trackInfo:Object.assign({mimeType:A.mimeType,name:A.trackName,encrypted:A.isEncrypted,kind:A.kind,source:A.source},A.track?os(A.track):{})}}function as(A){const t=Object.assign({},A);let e,i;return"object"==typeof t.audio&&t.audio.processor&&(e=t.audio.processor,t.audio=Object.assign(Object.assign({},t.audio),{processor:void 0})),"object"==typeof t.video&&t.video.processor&&(i=t.video.processor,t.video=Object.assign(Object.assign({},t.video),{processor:void 0})),{audioProcessor:e,videoProcessor:i,optionsWithoutProcessor:(n=t,void 0===n?n:"function"==typeof structuredClone?structuredClone(n):JSON.parse(JSON.stringify(n)))};var n}class cs extends oi.EventEmitter{constructor(A){super(),this.onWorkerMessage=A=>{var t,e;const{kind:i,data:n}=A.data;switch(i){case"error":qe.error(n.error.message),this.emit(gn.EncryptionError,n.error);break;case"initAck":n.enabled&&this.keyProvider.getKeys().forEach((A=>{this.postKey(A)}));break;case"enable":if(n.enabled&&this.keyProvider.getKeys().forEach((A=>{this.postKey(A)})),this.encryptionEnabled!==n.enabled&&n.participantIdentity===(null===(t=this.room)||void 0===t?void 0:t.localParticipant.identity))this.emit(gn.ParticipantEncryptionStatusChanged,n.enabled,this.room.localParticipant),this.encryptionEnabled=n.enabled;else if(n.participantIdentity){const A=null===(e=this.room)||void 0===e?void 0:e.getParticipantByIdentity(n.participantIdentity);if(!A)throw TypeError("couldn't set encryption status, participant not found".concat(n.participantIdentity));this.emit(gn.ParticipantEncryptionStatusChanged,n.enabled,A)}break;case"ratchetKey":this.keyProvider.emit(Bn.KeyRatcheted,n.ratchetResult,n.participantIdentity,n.keyIndex)}},this.onWorkerError=A=>{qe.error("e2ee worker encountered an error:",{error:A.error}),this.emit(gn.EncryptionError,A.error)},this.keyProvider=A.keyProvider,this.worker=A.worker,this.encryptionEnabled=!1}setup(A){if(!(void 0!==window.RTCRtpSender&&void 0!==window.RTCRtpSender.prototype.createEncodedStreams||On()))throw new Ln("tried to setup end-to-end encryption on an unsupported browser");if(qe.info("setting up e2ee"),A!==this.room){this.room=A,this.setupEventListeners(A,this.keyProvider);const t={kind:"init",data:{keyProviderOptions:this.keyProvider.getOptions(),loglevel:Ai.getLevel()}};this.worker&&(qe.info("initializing worker",{worker:this.worker}),this.worker.onmessage=this.onWorkerMessage,this.worker.onerror=this.onWorkerError,this.worker.postMessage(t))}}setParticipantCryptorEnabled(A,t){qe.debug("set e2ee to ".concat(A," for participant ").concat(t)),this.postEnable(A,t)}setSifTrailer(A){A&&0!==A.length?this.postSifTrailer(A):qe.warn("ignoring server sent trailer as it's empty")}setupEngine(A){A.on(kn.RTPVideoMapUpdate,(A=>{this.postRTPMap(A)}))}setupEventListeners(A,t){A.on(bn.TrackPublished,((A,t)=>this.setParticipantCryptorEnabled(A.trackInfo.encryption!==ft.NONE,t.identity))),A.on(bn.ConnectionStateChanged,(t=>{t===Ho.Connected&&A.remoteParticipants.forEach((A=>{A.trackPublications.forEach((t=>{this.setParticipantCryptorEnabled(t.trackInfo.encryption!==ft.NONE,A.identity)}))}))})).on(bn.TrackUnsubscribed,((A,t,e)=>{var i;const n={kind:"removeTransform",data:{participantIdentity:e.identity,trackId:A.mediaStreamID}};null===(i=this.worker)||void 0===i||i.postMessage(n)})).on(bn.TrackSubscribed,((A,t,e)=>{this.setupE2EEReceiver(A,e.identity,t.trackInfo)})).on(bn.SignalConnected,(()=>{if(!this.room)throw new TypeError("expected room to be present on signal connect");t.getKeys().forEach((A=>{this.postKey(A)})),this.setParticipantCryptorEnabled(this.room.localParticipant.isE2EEEnabled,this.room.localParticipant.identity)})),A.localParticipant.on(Hn.LocalTrackPublished,(A=>ii(this,void 0,void 0,(function*(){this.setupE2EESender(A.track,A.track.sender)})))),t.on(Bn.SetKey,(A=>this.postKey(A))).on(Bn.RatchetRequest,((A,t)=>this.postRatchetRequest(A,t)))}postRatchetRequest(A,t){if(!this.worker)throw Error("could not ratchet key, worker is missing");const e={kind:"ratchetRequest",data:{participantIdentity:A,keyIndex:t}};this.worker.postMessage(e)}postKey(A){let{key:t,participantIdentity:e,keyIndex:i}=A;var n;if(!this.worker)throw Error("could not set key, worker is missing");const r={kind:"setKey",data:{participantIdentity:e,isPublisher:e===(null===(n=this.room)||void 0===n?void 0:n.localParticipant.identity),key:t,keyIndex:i}};this.worker.postMessage(r)}postEnable(A,t){if(!this.worker)throw new ReferenceError("failed to enable e2ee, worker is not ready");{const e={kind:"enable",data:{enabled:A,participantIdentity:t}};this.worker.postMessage(e)}}postRTPMap(A){var t;if(!this.worker)throw TypeError("could not post rtp map, worker is missing");if(!(null===(t=this.room)||void 0===t?void 0:t.localParticipant.identity))throw TypeError("could not post rtp map, local participant identity is missing");const e={kind:"setRTPMap",data:{map:A,participantIdentity:this.room.localParticipant.identity}};this.worker.postMessage(e)}postSifTrailer(A){if(!this.worker)throw Error("could not post SIF trailer, worker is missing");const t={kind:"setSifTrailer",data:{trailer:A}};this.worker.postMessage(t)}setupE2EEReceiver(A,t,e){if(A.receiver){if(!(null==e?void 0:e.mimeType)||""===e.mimeType)throw new TypeError("MimeType missing from trackInfo, cannot set up E2EE cryptor");this.handleReceiver(A.receiver,A.mediaStreamID,t,"video"===A.kind?rs(e.mimeType):void 0)}}setupE2EESender(A,t){Vr(A)&&t?this.handleSender(t,A.mediaStreamID,void 0):t||qe.warn("early return because sender is not ready")}handleReceiver(A,t,e,i){return ii(this,void 0,void 0,(function*(){if(this.worker){if(On()){const n={kind:"decode",participantIdentity:e,trackId:t,codec:i};A.transform=new RTCRtpScriptTransform(this.worker,n)}else{if(dn in A&&i){const A={kind:"updateCodec",data:{trackId:t,codec:i,participantIdentity:e}};return void this.worker.postMessage(A)}let n=A.writableStream,r=A.readableStream;if(!n||!r){const t=A.createEncodedStreams();A.writableStream=t.writable,n=t.writable,A.readableStream=t.readable,r=t.readable}const s={kind:"decode",data:{readableStream:r,writableStream:n,trackId:t,codec:i,participantIdentity:e}};this.worker.postMessage(s,[r,n])}A[dn]=!0}}))}handleSender(A,t,e){var i;if(!(dn in A)&&this.worker){if(!(null===(i=this.room)||void 0===i?void 0:i.localParticipant.identity)||""===this.room.localParticipant.identity)throw TypeError("local identity needs to be known in order to set up encrypted sender");if(On()){qe.info("initialize script transform");const i={kind:"encode",participantIdentity:this.room.localParticipant.identity,trackId:t,codec:e};A.transform=new RTCRtpScriptTransform(this.worker,i)}else{qe.info("initialize encoded streams");const i=A.createEncodedStreams(),n={kind:"encode",data:{readableStream:i.readable,writableStream:i.writable,codec:e,trackId:t,participantIdentity:this.room.localParticipant.identity}};this.worker.postMessage(n,[i.readable,i.writable])}A[dn]=!0}}}const us="default";class hs{constructor(){this.hA=[]}static getInstance(){return void 0===this.instance&&(this.instance=new hs),this.instance}get previousDevices(){return this.hA}getDevices(A){return ii(this,arguments,void 0,(function(A){var t=this;let e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return(function*(){var i;if((null===(i=hs.userMediaPromiseMap)||void 0===i?void 0:i.size)>0){qe.debug("awaiting getUserMedia promise");try{A?yield hs.userMediaPromiseMap.get(A):yield Promise.all(hs.userMediaPromiseMap.values())}catch(r){qe.warn("error waiting for media permissons")}}let n=yield navigator.mediaDevices.enumerateDevices();if(e&&(!mr()||!t.hasDeviceInUse(A))&&(0===n.filter((t=>t.kind===A)).length||n.some((t=>{const e=""===t.label,i=!A||t.kind===A;return e&&i})))){const t={video:"audioinput"!==A&&"audiooutput"!==A,audio:"videoinput"!==A&&{deviceId:{ideal:"default"}}},e=yield navigator.mediaDevices.getUserMedia(t);n=yield navigator.mediaDevices.enumerateDevices(),e.getTracks().forEach((A=>{A.stop()}))}return t.hA=n,A&&(n=n.filter((t=>t.kind===A))),n})()}))}normalizeDeviceId(A,t,e){return ii(this,void 0,void 0,(function*(){if(t!==us)return t;const i=yield this.getDevices(A),n=i.find((A=>A.deviceId===us));if(!n)return void qe.warn("could not reliably determine default device");const r=i.find((A=>A.deviceId!==us&&A.groupId===(null!=e?e:n.groupId)));if(r)return null==r?void 0:r.deviceId;qe.warn("could not reliably determine default device")}))}hasDeviceInUse(A){return A?hs.userMediaPromiseMap.has(A):hs.userMediaPromiseMap.size>0}}var ls,ds;hs.mediaDeviceKinds=["audioinput","audiooutput","videoinput"],hs.userMediaPromiseMap=new Map,(ds=ls||(ls={}))[ds.WAITING=0]="WAITING",ds[ds.RUNNING=1]="RUNNING",ds[ds.COMPLETED=2]="COMPLETED";class Bs{constructor(){this.pendingTasks=new Map,this.taskMutex=new g,this.nextTaskIndex=0}run(A){return ii(this,void 0,void 0,(function*(){const t={id:this.nextTaskIndex++,enqueuedAt:Date.now(),status:ls.WAITING};this.pendingTasks.set(t.id,t);const e=yield this.taskMutex.lock();try{return t.executedAt=Date.now(),t.status=ls.RUNNING,yield A()}finally{t.status=ls.COMPLETED,this.pendingTasks.delete(t.id),e()}}))}flush(){return ii(this,void 0,void 0,(function*(){return this.run((()=>ii(this,void 0,void 0,(function*(){}))))}))}snapshot(){return Array.from(this.pendingTasks.values())}}function fs(A,t){return A.pathname="".concat((function(A){return A.endsWith("/")?A:"".concat(A,"/")})(A.pathname)).concat(t),A.toString()}const ws=["syncState","trickle","offer","answer","simulate","leave"];var gs,ps;(ps=gs||(gs={}))[ps.CONNECTING=0]="CONNECTING",ps[ps.CONNECTED=1]="CONNECTED",ps[ps.RECONNECTING=2]="RECONNECTING",ps[ps.DISCONNECTING=3]="DISCONNECTING",ps[ps.DISCONNECTED=4]="DISCONNECTED";class vs{get currentState(){return this.state}get isDisconnected(){return this.state===gs.DISCONNECTING||this.state===gs.DISCONNECTED}get isEstablishingConnection(){return this.state===gs.CONNECTING||this.state===gs.RECONNECTING}getNextRequestId(){return this.lA+=1,this.lA}constructor(){let A=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};var e;this.rtt=0,this.state=gs.DISCONNECTED,this.log=qe,this.lA=0,this.resetCallbacks=()=>{this.onAnswer=void 0,this.onLeave=void 0,this.onLocalTrackPublished=void 0,this.onLocalTrackUnpublished=void 0,this.onNegotiateRequested=void 0,this.onOffer=void 0,this.onRemoteMuteChanged=void 0,this.onSubscribedQualityUpdate=void 0,this.onTokenRefresh=void 0,this.onTrickle=void 0,this.onClose=void 0},this.log=ze(null!==(e=t.loggerName)&&void 0!==e?e:Ye.Signal),this.loggerContextCb=t.loggerContextCb,this.useJSON=A,this.requestQueue=new Bs,this.queuedRequests=[],this.closingLock=new g,this.connectionLock=new g,this.state=gs.DISCONNECTED}get logContext(){var A,t;return null!==(t=null===(A=this.loggerContextCb)||void 0===A?void 0:A.call(this))&&void 0!==t?t:{}}join(A,t,e,i){return ii(this,void 0,void 0,(function*(){return this.state=gs.CONNECTING,this.options=e,yield this.connect(A,t,e,i)}))}reconnect(A,t,e,i){return ii(this,void 0,void 0,(function*(){if(this.options)return this.state=gs.RECONNECTING,this.clearPingInterval(),yield this.connect(A,t,Object.assign(Object.assign({},this.options),{reconnect:!0,sid:e,reconnectReason:i}));this.log.warn("attempted to reconnect without signal options being set, ignoring",this.logContext)}))}connect(A,t,e,i){this.connectOptions=e;const n=(function(A,t,e){var i;const n=new URLSearchParams;return n.set("access_token",A),e.reconnect&&(n.set("reconnect","1"),e.sid&&n.set("sid",e.sid)),n.set("auto_subscribe",e.autoSubscribe?"1":"0"),n.set("sdk",Fr()?"reactnative":"js"),n.set("version",t.version),n.set("protocol",t.protocol.toString()),t.deviceModel&&n.set("device_model",t.deviceModel),t.os&&n.set("os",t.os),t.osVersion&&n.set("os_version",t.osVersion),t.browser&&n.set("browser",t.browser),t.browserVersion&&n.set("browser_version",t.browserVersion),e.adaptiveStream&&n.set("adaptive_stream","1"),e.reconnectReason&&n.set("reconnect_reason",e.reconnectReason.toString()),(null===(i=navigator.connection)||void 0===i?void 0:i.type)&&n.set("network",navigator.connection.type),n})(t,(function(){var A;const t=new Dt({sdk:Mt.JS,protocol:16,version:"2.13.0"});return Fr()&&(t.os=null!==(A=Er())&&void 0!==A?A:""),t})(),e),r=(function(A,t){const e=new URL((function(A){return A.startsWith("http")?A.replace(/^(http)/,"ws"):A})(A));return t.forEach(((A,t)=>{e.searchParams.set(t,A)})),fs(e,"rtc")})(A,n),s=fs(new URL(_r(r)),"validate");return new Promise(((A,t)=>ii(this,void 0,void 0,(function*(){const n=yield this.connectionLock.lock();try{const n=()=>ii(this,void 0,void 0,(function*(){this.close(),clearTimeout(o),t(new Mn("room connection has been cancelled (signal)",Qn.Cancelled))})),o=setTimeout((()=>{this.close(),t(new Mn("room connection has timed out (signal)",Qn.ServerUnreachable))}),e.websocketTimeout);(null==i?void 0:i.aborted)&&n(),null==i||i.addEventListener("abort",n);const a=new URL(r);a.searchParams.has("access_token")&&a.searchParams.set("access_token","<redacted>"),this.log.debug("connecting to ".concat(a),Object.assign({reconnect:e.reconnect,reconnectReason:e.reconnectReason},this.logContext)),this.ws&&(yield this.close(!1)),this.ws=new WebSocket(r),this.ws.binaryType="arraybuffer",this.ws.onopen=()=>{clearTimeout(o)},this.ws.onerror=A=>ii(this,void 0,void 0,(function*(){if(this.state===gs.CONNECTED)this.handleWSError(A);else{this.state=gs.DISCONNECTED,clearTimeout(o);try{const e=yield fetch(s);if(e.status.toFixed(0).startsWith("4")){const A=yield e.text();t(new Mn(A,Qn.NotAllowed,e.status))}else t(new Mn("Encountered unknown websocket error during connection: ".concat(A.toString()),Qn.InternalError,e.status))}catch(e){t(new Mn(e instanceof Error?e.message:"server was not reachable",Qn.ServerUnreachable))}}})),this.ws.onmessage=r=>ii(this,void 0,void 0,(function*(){var s,o,a;let c;if("string"==typeof r.data){const A=JSON.parse(r.data);c=Zt.fromJson(A,{ignoreUnknownFields:!0})}else{if(!(r.data instanceof ArrayBuffer))return void this.log.error("could not decode websocket message: ".concat(typeof r.data),this.logContext);c=Zt.fromBinary(new Uint8Array(r.data))}if(this.state!==gs.CONNECTED){let r=!1;if("join"===(null===(s=c.message)||void 0===s?void 0:s.case)?(this.state=gs.CONNECTED,null==i||i.removeEventListener("abort",n),this.pingTimeoutDuration=c.message.value.pingTimeout,this.pingIntervalDuration=c.message.value.pingInterval,this.pingTimeoutDuration&&this.pingTimeoutDuration>0&&(this.log.debug("ping config",Object.assign(Object.assign({},this.logContext),{timeout:this.pingTimeoutDuration,interval:this.pingIntervalDuration})),this.startPingInterval()),A(c.message.value)):this.state===gs.RECONNECTING&&"leave"!==c.message.case?(this.state=gs.CONNECTED,null==i||i.removeEventListener("abort",n),this.startPingInterval(),"reconnect"===(null===(o=c.message)||void 0===o?void 0:o.case)?A(c.message.value):(this.log.debug("declaring signal reconnected without reconnect response received",this.logContext),A(void 0),r=!0)):this.isEstablishingConnection&&"leave"===c.message.case?t(new Mn("Received leave request while trying to (re)connect",Qn.LeaveRequest,void 0,c.message.value.reason)):e.reconnect||t(new Mn("did not receive join response, got ".concat(null===(a=c.message)||void 0===a?void 0:a.case," instead"),Qn.InternalError)),!r)return}this.signalLatency&&(yield fr(this.signalLatency)),this.handleSignalResponse(c)})),this.ws.onclose=A=>{this.isEstablishingConnection&&t(new Mn("Websocket got closed during a (re)connection attempt",Qn.InternalError)),this.log.warn("websocket closed",Object.assign(Object.assign({},this.logContext),{reason:A.reason,code:A.code,wasClean:A.wasClean,state:this.state})),this.handleOnClose(A.reason)}}finally{n()}}))))}close(){return ii(this,arguments,void 0,(function(){var A=this;let t=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return(function*(){const e=yield A.closingLock.lock();try{if(A.clearPingInterval(),t&&(A.state=gs.DISCONNECTING),A.ws){A.ws.onmessage=null,A.ws.onopen=null,A.ws.onclose=null;const t=new Promise((t=>{A.ws?A.ws.onclose=()=>{t()}:t()}));A.ws.readyState<A.ws.CLOSING&&(A.ws.close(),yield Promise.race([t,fr(250)])),A.ws=void 0}}finally{t&&(A.state=gs.DISCONNECTED),e()}})()}))}sendOffer(A){this.log.debug("sending offer",Object.assign(Object.assign({},this.logContext),{offerSdp:A.sdp})),this.sendRequest({case:"offer",value:ms(A)})}sendAnswer(A){return this.log.debug("sending answer",Object.assign(Object.assign({},this.logContext),{answerSdp:A.sdp})),this.sendRequest({case:"answer",value:ms(A)})}sendIceCandidate(A,t){return this.log.debug("sending ice candidate",Object.assign(Object.assign({},this.logContext),{candidate:A})),this.sendRequest({case:"trickle",value:new Ae({candidateInit:JSON.stringify(A),target:t})})}sendMuteTrack(A,t){return this.sendRequest({case:"mute",value:new te({sid:A,muted:t})})}sendAddTrack(A){return this.sendRequest({case:"addTrack",value:A})}sendUpdateLocalMetadata(A,t){return ii(this,arguments,void 0,(function(A,t){var e=this;let i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return(function*(){const n=e.getNextRequestId();return yield e.sendRequest({case:"updateMetadata",value:new fe({requestId:n,metadata:A,name:t,attributes:i})}),n})()}))}sendUpdateTrackSettings(A){this.sendRequest({case:"trackSetting",value:A})}sendUpdateSubscription(A){return this.sendRequest({case:"subscription",value:A})}sendSyncState(A){return this.sendRequest({case:"syncState",value:A})}sendUpdateVideoLayers(A,t){return this.sendRequest({case:"updateLayers",value:new Be({trackSid:A,layers:t})})}sendUpdateSubscriptionPermissions(A,t){return this.sendRequest({case:"subscriptionPermission",value:new Ee({allParticipants:A,trackPermissions:t})})}sendSimulateScenario(A){return this.sendRequest({case:"simulate",value:A})}sendPing(){return Promise.all([this.sendRequest({case:"ping",value:L.parse(Date.now())}),this.sendRequest({case:"pingReq",value:new Ke({timestamp:L.parse(Date.now()),rtt:L.parse(this.rtt)})})])}sendUpdateLocalAudioTrack(A,t){return this.sendRequest({case:"updateAudioTrack",value:new ue({trackSid:A,features:t})})}sendLeave(){return this.sendRequest({case:"leave",value:new le({reason:nt.CLIENT_INITIATED,action:de.DISCONNECT})})}sendRequest(A){return ii(this,arguments,void 0,(function(A){var t=this;let e=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return(function*(){const i=!e&&!(function(A){const t=ws.indexOf(A.case)>=0;return qe.trace("request allowed to bypass queue:",{canPass:t,req:A}),t})(A);if(i&&t.state===gs.RECONNECTING)return void t.queuedRequests.push((()=>ii(t,void 0,void 0,(function*(){yield this.sendRequest(A,!0)}))));if(e||(yield t.requestQueue.flush()),t.signalLatency&&(yield fr(t.signalLatency)),!t.ws||t.ws.readyState!==t.ws.OPEN)return void t.log.error("cannot send signal request before connected, type: ".concat(null==A?void 0:A.case),t.logContext);const n=new Wt({message:A});try{t.useJSON?t.ws.send(n.toJsonString()):t.ws.send(n.toBinary())}catch(r){t.log.error("error sending signal message",Object.assign(Object.assign({},t.logContext),{error:r}))}})()}))}handleSignalResponse(A){var t,e;const i=A.message;if(null==i)return void this.log.debug("received unsupported message",this.logContext);let n=!1;if("answer"===i.case){const A=Qs(i.value);this.onAnswer&&this.onAnswer(A)}else if("offer"===i.case){const A=Qs(i.value);this.onOffer&&this.onOffer(A)}else if("trickle"===i.case){const A=JSON.parse(i.value.candidateInit);this.onTrickle&&this.onTrickle(A,i.value.target)}else"update"===i.case?this.onParticipantUpdate&&this.onParticipantUpdate(null!==(t=i.value.participants)&&void 0!==t?t:[]):"trackPublished"===i.case?this.onLocalTrackPublished&&this.onLocalTrackPublished(i.value):"speakersChanged"===i.case?this.onSpeakersChanged&&this.onSpeakersChanged(null!==(e=i.value.speakers)&&void 0!==e?e:[]):"leave"===i.case?this.onLeave&&this.onLeave(i.value):"mute"===i.case?this.onRemoteMuteChanged&&this.onRemoteMuteChanged(i.value.sid,i.value.muted):"roomUpdate"===i.case?this.onRoomUpdate&&i.value.room&&this.onRoomUpdate(i.value.room):"connectionQuality"===i.case?this.onConnectionQuality&&this.onConnectionQuality(i.value):"streamStateUpdate"===i.case?this.onStreamStateUpdate&&this.onStreamStateUpdate(i.value):"subscribedQualityUpdate"===i.case?this.onSubscribedQualityUpdate&&this.onSubscribedQualityUpdate(i.value):"subscriptionPermissionUpdate"===i.case?this.onSubscriptionPermissionUpdate&&this.onSubscriptionPermissionUpdate(i.value):"refreshToken"===i.case?this.onTokenRefresh&&this.onTokenRefresh(i.value):"trackUnpublished"===i.case?this.onLocalTrackUnpublished&&this.onLocalTrackUnpublished(i.value):"subscriptionResponse"===i.case?this.onSubscriptionError&&this.onSubscriptionError(i.value):"pong"===i.case||("pongResp"===i.case?(this.rtt=Date.now()-Number.parseInt(i.value.lastPingTimestamp.toString()),this.resetPingTimeout(),n=!0):"requestResponse"===i.case?this.onRequestResponse&&this.onRequestResponse(i.value):"trackSubscribed"===i.case?this.onLocalTrackSubscribed&&this.onLocalTrackSubscribed(i.value.trackSid):"roomMoved"===i.case?(this.onTokenRefresh&&this.onTokenRefresh(i.value.token),this.onRoomMoved&&this.onRoomMoved(i.value)):this.log.debug("unsupported message",Object.assign(Object.assign({},this.logContext),{msgCase:i.case})));n||this.resetPingTimeout()}setReconnected(){for(;this.queuedRequests.length>0;){const A=this.queuedRequests.shift();A&&this.requestQueue.run(A)}}handleOnClose(A){return ii(this,void 0,void 0,(function*(){if(this.state===gs.DISCONNECTED)return;const t=this.onClose;yield this.close(),this.log.debug("websocket connection closed: ".concat(A),Object.assign(Object.assign({},this.logContext),{reason:A})),t&&t(A)}))}handleWSError(A){this.log.error("websocket error",Object.assign(Object.assign({},this.logContext),{error:A}))}resetPingTimeout(){this.clearPingTimeout(),this.pingTimeoutDuration?this.pingTimeout=Wn.setTimeout((()=>{this.log.warn("ping timeout triggered. last pong received at: ".concat(new Date(Date.now()-1e3*this.pingTimeoutDuration).toUTCString()),this.logContext),this.handleOnClose("ping timeout")}),1e3*this.pingTimeoutDuration):this.log.warn("ping timeout duration not set",this.logContext)}clearPingTimeout(){this.pingTimeout&&Wn.clearTimeout(this.pingTimeout)}startPingInterval(){this.clearPingInterval(),this.resetPingTimeout(),this.pingIntervalDuration?(this.log.debug("start ping interval",this.logContext),this.pingInterval=Wn.setInterval((()=>{this.sendPing()}),1e3*this.pingIntervalDuration)):this.log.warn("ping interval duration not set",this.logContext)}clearPingInterval(){this.log.debug("clearing ping interval",this.logContext),this.clearPingTimeout(),this.pingInterval&&Wn.clearInterval(this.pingInterval)}}function Qs(A){const t={type:"offer",sdp:A.sdp};switch(A.type){case"answer":case"offer":case"pranswer":case"rollback":t.type=A.type}return t}function ms(A){return new se({sdp:A.sdp,type:A.type})}var Us,Cs,Fs,ys,bs,Es={},Hs={},Is={exports:{}};function ks(){if(Us)return Is.exports;Us=1;var A=Is.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(A){return A.encoding?"rtpmap:%d %s/%s/%s":A.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(A){return null!=A.address?"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(A){return null!=A.subtype?"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(A){return"extmap:%d"+(A.direction?"/%s":"%v")+(A["encrypt-uri"]?" %s":"%v")+" %s"+(A.config?" %s":"")}},{name:"extmapAllowMixed",reg:/^(extmap-allow-mixed)/},{push:"crypto",reg:/^crypto:(\d*) ([\w_]*) (\S*)(?: (\S*))?/,names:["id","suite","config","sessionConfig"],format:function(A){return null!=A.sessionConfig?"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(A){var t="candidate:%s %d %s %d %s %d typ %s";return t+=null!=A.raddr?" raddr %s rport %d":"%v%v",t+=null!=A.tcptype?" tcptype %s":"%v",null!=A.generation&&(t+=" generation %d"),(t+=null!=A["network-id"]?" network-id %d":"%v")+(null!=A["network-cost"]?" network-cost %d":"%v")}},{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(A){var t="ssrc:%d";return null!=A.attribute&&(t+=" %s",null!=A.value&&(t+=":%s")),t}},{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(A){return null!=A.maxMessageSize?"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(A){return A.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(A){return"imageattr:%s %s %s"+(A.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(A){return"simulcast:%s %s"+(A.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(A){return"ts-refclk:%s"+(null!=A.clksrcExt?"=%s":"")}},{name:"mediaClk",reg:/^mediaclk:(?:id=(\S*))? *([^\s=]*)(?:=(\S*))?(?: *rate=(\d+)\/(\d+))?/,names:["id","mediaClockName","mediaClockValue","rateNumerator","rateDenominator"],format:function(A){var t="mediaclk:";return t+=null!=A.id?"id=%s %s":"%v%s",t+=null!=A.mediaClockValue?"=%s":"",(t+=null!=A.rateNumerator?" rate=%s":"")+(null!=A.rateDenominator?"/%s":"")}},{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"]}]};return Object.keys(A).forEach((function(t){A[t].forEach((function(A){A.reg||(A.reg=/(.*)/),A.format||(A.format="%s")}))})),Is.exports}function Ts(){if(ys)return Fs;ys=1;var A=ks(),t=/%[sdv%]/g,e=function(A){var e=1,i=arguments,n=i.length;return A.replace(t,(function(A){if(e>=n)return A;var t=i[e];switch(e+=1,A){case"%%":return"%";case"%s":return String(t);case"%d":return Number(t);case"%v":return""}}))},i=function(A,t,i){var n=[A+"="+(t.format instanceof Function?t.format(t.push?i:i[t.name]):t.format)];if(t.names)for(var r=0;r<t.names.length;r+=1){var s=t.names[r];t.name?n.push(i[t.name][s]):n.push(i[t.names[r]])}else n.push(i[t.name]);return e.apply(null,n)},n=["v","o","s","i","u","e","p","c","b","t","r","z","a"],r=["i","c","b","a"];return Fs=function(t,e){e=e||{},null==t.version&&(t.version=0),null==t.name&&(t.name=" "),t.media.forEach((function(A){null==A.payloads&&(A.payloads="")}));var s=e.outerOrder||n,o=e.innerOrder||r,a=[];return s.forEach((function(e){A[e].forEach((function(A){A.name in t&&null!=t[A.name]?a.push(i(e,A,t)):A.push in t&&null!=t[A.push]&&t[A.push].forEach((function(t){a.push(i(e,A,t))}))}))})),t.media.forEach((function(t){a.push(i("m",A.m[0],t)),o.forEach((function(e){A[e].forEach((function(A){A.name in t&&null!=t[A.name]?a.push(i(e,A,t)):A.push in t&&null!=t[A.push]&&t[A.push].forEach((function(t){a.push(i(e,A,t))}))}))}))})),a.join("\r\n")+"\r\n"}}var Ss=(function(){if(bs)return Es;bs=1;var A=(Cs||(Cs=1,(function(A){var t=function(A){return String(Number(A))===A?Number(A):A},e=function(A,e,i){var n=A.name&&A.names;A.push&&!e[A.push]?e[A.push]=[]:n&&!e[A.name]&&(e[A.name]={});var r=A.push?{}:n?e[A.name]:e;!(function(A,e,i,n){if(n&&!i)e[n]=t(A[1]);else for(var r=0;r<i.length;r+=1)null!=A[r+1]&&(e[i[r]]=t(A[r+1]))})(i.match(A.reg),r,A.names,A.name),A.push&&e[A.push].push(r)},i=ks(),n=RegExp.prototype.test.bind(/^([a-z])=(.*)/);A.parse=function(A){var t={},r=[],s=t;return A.split(/(\r\n|\r|\n)/).filter(n).forEach((function(A){var t=A[0],n=A.slice(2);"m"===t&&(r.push({rtp:[],fmtp:[]}),s=r[r.length-1]);for(var o=0;o<(i[t]||[]).length;o+=1){var a=i[t][o];if(a.reg.test(n))return e(a,s,n)}})),t.media=r,t};var r=function(A,e){var i=e.split(/=(.+)/,2);return 2===i.length?A[i[0]]=t(i[1]):1===i.length&&e.length>1&&(A[i[0]]=void 0),A};A.parseParams=function(A){return A.split(/;\s?/).reduce(r,{})},A.parseFmtpConfig=A.parseParams,A.parsePayloads=function(A){return A.toString().split(" ").map(Number)},A.parseRemoteCandidates=function(A){for(var e=[],i=A.split(" ").map(t),n=0;n<i.length;n+=3)e.push({component:i[n],ip:i[n+1],port:i[n+2]});return e},A.parseImageAttributes=function(A){return A.split(" ").map((function(A){return A.substring(1,A.length-1).split(",").reduce(r,{})}))},A.parseSimulcastStreamList=function(A){return A.split(";").map((function(A){return A.split(",").map((function(A){var e,i=!1;return"~"!==A[0]?e=t(A):(e=t(A.substring(1,A.length)),i=!0),{scid:e,paused:i}}))}))}})(Hs)),Hs),t=Ts(),e=ks();return Es.grammar=e,Es.write=t,Es.parse=A.parse,Es.parseParams=A.parseParams,Es.parseFmtpConfig=A.parseFmtpConfig,Es.parsePayloads=A.parsePayloads,Es.parseRemoteCandidates=A.parseRemoteCandidates,Es.parseImageAttributes=A.parseImageAttributes,Es.parseSimulcastStreamList=A.parseSimulcastStreamList,Es})();function Ks(A,t,e){var i,n,r;void 0===t&&(t=50),void 0===e&&(e={});var s=null!=(i=e.isImmediate)&&i,o=null!=(n=e.callback)&&n,a=e.maxWait,c=Date.now(),u=[],h=function(){var e=[].slice.call(arguments),i=this;return new Promise((function(n,h){var l=s&&void 0===r;if(void 0!==r&&clearTimeout(r),r=setTimeout((function(){if(r=void 0,c=Date.now(),!s){var t=A.apply(i,e);o&&o(t),u.forEach((function(A){return(0,A.resolve)(t)})),u=[]}}),(function(){if(void 0!==a){var A=Date.now()-c;if(A+t>=a)return a-A}return t})()),l){var d=A.apply(i,e);return o&&o(d),n(d)}u.push({resolve:n,reject:h})}))};return h.cancel=function(A){void 0!==r&&clearTimeout(r),u.forEach((function(t){return(0,t.reject)(A)})),u=[]},h}const Os="negotiationStarted",Ds="negotiationComplete",Ms="rtpVideoPayloadTypes";class Ls extends oi.EventEmitter{get pc(){return this.J||(this.J=this.createPC()),this.J}constructor(A){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};var e;super(),this.log=qe,this.ddExtID=0,this.pendingCandidates=[],this.restartingIce=!1,this.renegotiate=!1,this.trackBitrates=[],this.remoteStereoMids=[],this.remoteNackMids=[],this.negotiate=Ks((A=>ii(this,void 0,void 0,(function*(){this.emit(Os);try{yield this.createAndSendOffer()}catch(t){if(!A)throw t;A(t)}}))),20),this.close=()=>{this.J&&(this.J.close(),this.J.onconnectionstatechange=null,this.J.oniceconnectionstatechange=null,this.J.onicegatheringstatechange=null,this.J.ondatachannel=null,this.J.onnegotiationneeded=null,this.J.onsignalingstatechange=null,this.J.onicecandidate=null,this.J.ondatachannel=null,this.J.ontrack=null,this.J.onconnectionstatechange=null,this.J.oniceconnectionstatechange=null,this.J=null)},this.log=ze(null!==(e=t.loggerName)&&void 0!==e?e:Ye.PCTransport),this.loggerOptions=t,this.config=A,this.J=this.createPC()}createPC(){const A=new RTCPeerConnection(this.config);return A.onicecandidate=A=>{var t;A.candidate&&(null===(t=this.onIceCandidate)||void 0===t||t.call(this,A.candidate))},A.onicecandidateerror=A=>{var t;null===(t=this.onIceCandidateError)||void 0===t||t.call(this,A)},A.oniceconnectionstatechange=()=>{var t;null===(t=this.onIceConnectionStateChange)||void 0===t||t.call(this,A.iceConnectionState)},A.onsignalingstatechange=()=>{var t;null===(t=this.onSignalingStatechange)||void 0===t||t.call(this,A.signalingState)},A.onconnectionstatechange=()=>{var t;null===(t=this.onConnectionStateChange)||void 0===t||t.call(this,A.connectionState)},A.ondatachannel=A=>{var t;null===(t=this.onDataChannel)||void 0===t||t.call(this,A)},A.ontrack=A=>{var t;null===(t=this.onTrack)||void 0===t||t.call(this,A)},A}get logContext(){var A,t;return Object.assign({},null===(t=(A=this.loggerOptions).loggerContextCb)||void 0===t?void 0:t.call(A))}get isICEConnected(){return null!==this.J&&("connected"===this.pc.iceConnectionState||"completed"===this.pc.iceConnectionState)}addIceCandidate(A){return ii(this,void 0,void 0,(function*(){if(this.pc.remoteDescription&&!this.restartingIce)return this.pc.addIceCandidate(A);this.pendingCandidates.push(A)}))}setRemoteDescription(A){return ii(this,void 0,void 0,(function*(){var t;let e;if("offer"===A.type){let{stereoMids:t,nackMids:e}=(function(A){var t;const e=[],i=[],n=Ss.parse(null!==(t=A.sdp)&&void 0!==t?t:"");let r=0;return n.media.forEach((A=>{var t;"audio"===A.type&&(A.rtp.some((A=>"opus"===A.codec&&(r=A.payload,!0))),(null===(t=A.rtcpFb)||void 0===t?void 0:t.some((A=>A.payload===r&&"nack"===A.type)))&&i.push(A.mid),A.fmtp.some((t=>t.payload===r&&(t.config.includes("sprop-stereo=1")&&e.push(A.mid),!0))))})),{stereoMids:e,nackMids:i}})(A);this.remoteStereoMids=t,this.remoteNackMids=e}else if("answer"===A.type){const i=Ss.parse(null!==(t=A.sdp)&&void 0!==t?t:"");i.media.forEach((A=>{"audio"===A.type&&this.trackBitrates.some((t=>{if(!t.transceiver||A.mid!=t.transceiver.mid)return!1;let e=0;if(A.rtp.some((A=>A.codec.toUpperCase()===t.codec.toUpperCase()&&(e=A.payload,!0))),0===e)return!0;let i=!1;for(const n of A.fmtp)if(n.payload===e){n.config=n.config.split(";").filter((A=>!A.includes("maxaveragebitrate"))).join(";"),t.maxbr>0&&(n.config+=";maxaveragebitrate=".concat(1e3*t.maxbr)),i=!0;break}return i||t.maxbr>0&&A.fmtp.push({payload:e,config:"maxaveragebitrate=".concat(1e3*t.maxbr)}),!0}))})),e=Ss.write(i)}yield this.setMungedSDP(A,e,!0),this.pendingCandidates.forEach((A=>{this.pc.addIceCandidate(A)})),this.pendingCandidates=[],this.restartingIce=!1,this.renegotiate?(this.renegotiate=!1,yield this.createAndSendOffer()):"answer"===A.type&&(this.emit(Ds),A.sdp)&&Ss.parse(A.sdp).media.forEach((A=>{"video"===A.type&&this.emit(Ms,A.rtp)}))}))}createAndSendOffer(A){return ii(this,void 0,void 0,(function*(){var t;if(void 0===this.onOffer)return;if((null==A?void 0:A.iceRestart)&&(this.log.debug("restarting ICE",this.logContext),this.restartingIce=!0),this.J&&"have-local-offer"===this.J.signalingState){const t=this.J.remoteDescription;if(!(null==A?void 0:A.iceRestart)||!t)return void(this.renegotiate=!0);yield this.J.setRemoteDescription(t)}else if(!this.J||"closed"===this.J.signalingState)return void this.log.warn("could not createOffer with closed peer connection",this.logContext);this.log.debug("starting to negotiate",this.logContext);const e=yield this.pc.createOffer(A);this.log.debug("original offer",Object.assign({sdp:e.sdp},this.logContext));const i=Ss.parse(null!==(t=e.sdp)&&void 0!==t?t:"");i.media.forEach((A=>{Rs(A),"audio"===A.type?xs(A,[],[]):"video"===A.type&&this.trackBitrates.some((t=>{if(!A.msid||!t.cid||!A.msid.includes(t.cid))return!1;let e=0;if(A.rtp.some((A=>A.codec.toUpperCase()===t.codec.toUpperCase()&&(e=A.payload,!0))),0===e)return!0;if(pr(t.codec)&&this.ensureVideoDDExtensionForSVC(A,i),"av1"!==t.codec)return!0;const n=Math.round(.7*t.maxbr);for(const i of A.fmtp)if(i.payload===e){i.config.includes("x-google-start-bitrate")||(i.config+=";x-google-start-bitrate=".concat(n));break}return!0}))})),yield this.setMungedSDP(e,Ss.write(i)),this.onOffer(e)}))}createAndSetAnswer(){return ii(this,void 0,void 0,(function*(){var A;const t=yield this.pc.createAnswer(),e=Ss.parse(null!==(A=t.sdp)&&void 0!==A?A:"");return e.media.forEach((A=>{Rs(A),"audio"===A.type&&xs(A,this.remoteStereoMids,this.remoteNackMids)})),yield this.setMungedSDP(t,Ss.write(e)),t}))}createDataChannel(A,t){return this.pc.createDataChannel(A,t)}addTransceiver(A,t){return this.pc.addTransceiver(A,t)}addTrack(A){if(!this.J)throw new Nn("PC closed, cannot add track");return this.J.addTrack(A)}setTrackCodecBitrate(A){this.trackBitrates.push(A)}setConfiguration(A){var t;if(!this.J)throw new Nn("PC closed, cannot configure");return null===(t=this.J)||void 0===t?void 0:t.setConfiguration(A)}canRemoveTrack(){var A;return!!(null===(A=this.J)||void 0===A?void 0:A.removeTrack)}removeTrack(A){var t;return null===(t=this.J)||void 0===t?void 0:t.removeTrack(A)}getConnectionState(){var A,t;return null!==(t=null===(A=this.J)||void 0===A?void 0:A.connectionState)&&void 0!==t?t:"closed"}getICEConnectionState(){var A,t;return null!==(t=null===(A=this.J)||void 0===A?void 0:A.iceConnectionState)&&void 0!==t?t:"closed"}getSignallingState(){var A,t;return null!==(t=null===(A=this.J)||void 0===A?void 0:A.signalingState)&&void 0!==t?t:"closed"}getTransceivers(){var A,t;return null!==(t=null===(A=this.J)||void 0===A?void 0:A.getTransceivers())&&void 0!==t?t:[]}getSenders(){var A,t;return null!==(t=null===(A=this.J)||void 0===A?void 0:A.getSenders())&&void 0!==t?t:[]}getLocalDescription(){var A;return null===(A=this.J)||void 0===A?void 0:A.localDescription}getRemoteDescription(){var A;return null===(A=this.pc)||void 0===A?void 0:A.remoteDescription}getStats(){return this.pc.getStats()}getConnectedAddress(){return ii(this,void 0,void 0,(function*(){var A;if(!this.J)return;let t="";const e=new Map,i=new Map;if((yield this.J.getStats()).forEach((A=>{switch(A.type){case"transport":t=A.selectedCandidatePairId;break;case"candidate-pair":""===t&&A.selected&&(t=A.id),e.set(A.id,A);break;case"remote-candidate":i.set(A.id,"".concat(A.address,":").concat(A.port))}})),""===t)return;const n=null===(A=e.get(t))||void 0===A?void 0:A.remoteCandidateId;return void 0!==n?i.get(n):void 0}))}setMungedSDP(A,t,e){return ii(this,void 0,void 0,(function*(){if(t){const n=A.sdp;A.sdp=t;try{return this.log.debug("setting munged ".concat(e?"remote":"local"," description"),this.logContext),void(e?yield this.pc.setRemoteDescription(A):yield this.pc.setLocalDescription(A))}catch(i){this.log.warn("not able to set ".concat(A.type,", falling back to unmodified sdp"),Object.assign(Object.assign({},this.logContext),{error:i,sdp:t})),A.sdp=n}}try{e?yield this.pc.setRemoteDescription(A):yield this.pc.setLocalDescription(A)}catch(i){let t="unknown error";i instanceof Error?t=i.message:"string"==typeof i&&(t=i);const n={error:t,sdp:A.sdp};throw!e&&this.pc.remoteDescription&&(n.remoteSdp=this.pc.remoteDescription),this.log.error("unable to set ".concat(A.type),Object.assign(Object.assign({},this.logContext),{fields:n})),new _n(t)}}))}ensureVideoDDExtensionForSVC(A,t){var e,i;if(!(null===(e=A.ext)||void 0===e?void 0:e.some((A=>A.uri===Br)))){if(0===this.ddExtID){let A=0;t.media.forEach((t=>{var e;"video"===t.type&&(null===(e=t.ext)||void 0===e||e.forEach((t=>{t.value>A&&(A=t.value)})))})),this.ddExtID=A+1}null===(i=A.ext)||void 0===i||i.push({value:this.ddExtID,uri:Br})}}}function xs(A,t,e){let i=0;A.rtp.some((A=>"opus"===A.codec&&(i=A.payload,!0))),i>0&&(A.rtcpFb||(A.rtcpFb=[]),e.includes(A.mid)&&!A.rtcpFb.some((A=>A.payload===i&&"nack"===A.type))&&A.rtcpFb.push({payload:i,type:"nack"}),t.includes(A.mid)&&A.fmtp.some((A=>A.payload===i&&(A.config.includes("stereo=1")||(A.config+=";stereo=1"),!0))))}function Rs(A){if(A.connection){const t=A.connection.ip.indexOf(":")>=0;(4===A.connection.version&&t||6===A.connection.version&&!t)&&(A.connection.ip="0.0.0.0",A.connection.version=4)}}const Ns="vp8",_s={audioPreset:cr.music,dtx:!0,red:!0,forceStereo:!1,simulcast:!0,screenShareEncoding:dr.h1080fps15.encoding,stopMicTrackOnMute:!1,videoCodec:Ns,backupCodec:!0},js={deviceId:{ideal:"default"},autoGainControl:!0,echoCancellation:!0,noiseSuppression:!0,voiceIsolation:!0},Gs={deviceId:{ideal:"default"},resolution:hr.h720.resolution},Ps={adaptiveStream:!1,dynacast:!1,stopLocalTrackOnUnpublish:!0,reconnectPolicy:new class{constructor(A){this.dA=void 0!==A?[...A]:ei}nextRetryDelayInMs(A){if(A.retryCount>=this.dA.length)return null;const t=this.dA[A.retryCount];return A.retryCount<=1?t:t+1e3*Math.random()}},disconnectOnPageLeave:!0,webAudioMix:!1},Vs={autoSubscribe:!0,maxRetries:1,peerConnectionTimeout:15e3,websocketTimeout:15e3};var Js,Xs;(Xs=Js||(Js={}))[Xs.NEW=0]="NEW",Xs[Xs.CONNECTING=1]="CONNECTING",Xs[Xs.CONNECTED=2]="CONNECTED",Xs[Xs.FAILED=3]="FAILED",Xs[Xs.CLOSING=4]="CLOSING",Xs[Xs.CLOSED=5]="CLOSED";class Ys{get needsPublisher(){return this.isPublisherConnectionRequired}get needsSubscriber(){return this.isSubscriberConnectionRequired}get currentState(){return this.state}constructor(A,t,e){var i;this.peerConnectionTimeout=Vs.peerConnectionTimeout,this.log=qe,this.updateState=()=>{var A;const t=this.state,e=this.requiredTransports.map((A=>A.getConnectionState()));e.every((A=>"connected"===A))?this.state=Js.CONNECTED:e.some((A=>"failed"===A))?this.state=Js.FAILED:e.some((A=>"connecting"===A))?this.state=Js.CONNECTING:e.every((A=>"closed"===A))?this.state=Js.CLOSED:e.some((A=>"closed"===A))?this.state=Js.CLOSING:e.every((A=>"new"===A))&&(this.state=Js.NEW),t!==this.state&&(this.log.debug("pc state change: from ".concat(Js[t]," to ").concat(Js[this.state]),this.logContext),null===(A=this.onStateChange)||void 0===A||A.call(this,this.state,this.publisher.getConnectionState(),this.subscriber.getConnectionState()))},this.log=ze(null!==(i=e.loggerName)&&void 0!==i?i:Ye.PCManager),this.loggerOptions=e,this.isPublisherConnectionRequired=!t,this.isSubscriberConnectionRequired=t,this.publisher=new Ls(A,e),this.subscriber=new Ls(A,e),this.publisher.onConnectionStateChange=this.updateState,this.subscriber.onConnectionStateChange=this.updateState,this.publisher.onIceConnectionStateChange=this.updateState,this.subscriber.onIceConnectionStateChange=this.updateState,this.publisher.onSignalingStatechange=this.updateState,this.subscriber.onSignalingStatechange=this.updateState,this.publisher.onIceCandidate=A=>{var t;null===(t=this.onIceCandidate)||void 0===t||t.call(this,A,Xt.PUBLISHER)},this.subscriber.onIceCandidate=A=>{var t;null===(t=this.onIceCandidate)||void 0===t||t.call(this,A,Xt.SUBSCRIBER)},this.subscriber.onDataChannel=A=>{var t;null===(t=this.onDataChannel)||void 0===t||t.call(this,A)},this.subscriber.onTrack=A=>{var t;null===(t=this.onTrack)||void 0===t||t.call(this,A)},this.publisher.onOffer=A=>{var t;null===(t=this.onPublisherOffer)||void 0===t||t.call(this,A)},this.state=Js.NEW,this.connectionLock=new g,this.remoteOfferLock=new g}get logContext(){var A,t;return Object.assign({},null===(t=(A=this.loggerOptions).loggerContextCb)||void 0===t?void 0:t.call(A))}requirePublisher(){let A=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];this.isPublisherConnectionRequired=A,this.updateState()}requireSubscriber(){let A=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];this.isSubscriberConnectionRequired=A,this.updateState()}createAndSendPublisherOffer(A){return this.publisher.createAndSendOffer(A)}setPublisherAnswer(A){return this.publisher.setRemoteDescription(A)}removeTrack(A){return this.publisher.removeTrack(A)}close(){return ii(this,void 0,void 0,(function*(){if(this.publisher&&"closed"!==this.publisher.getSignallingState()){const t=this.publisher;for(const e of t.getSenders())try{t.canRemoveTrack()&&t.removeTrack(e)}catch(A){this.log.warn("could not removeTrack",Object.assign(Object.assign({},this.logContext),{error:A}))}}yield Promise.all([this.publisher.close(),this.subscriber.close()]),this.updateState()}))}triggerIceRestart(){return ii(this,void 0,void 0,(function*(){this.subscriber.restartingIce=!0,this.needsPublisher&&(yield this.createAndSendPublisherOffer({iceRestart:!0}))}))}addIceCandidate(A,t){return ii(this,void 0,void 0,(function*(){t===Xt.PUBLISHER?yield this.publisher.addIceCandidate(A):yield this.subscriber.addIceCandidate(A)}))}createSubscriberAnswerFromOffer(A){return ii(this,void 0,void 0,(function*(){this.log.debug("received server offer",Object.assign(Object.assign({},this.logContext),{RTCSdpType:A.type,sdp:A.sdp,signalingState:this.subscriber.getSignallingState().toString()}));const t=yield this.remoteOfferLock.lock();try{return yield this.subscriber.setRemoteDescription(A),yield this.subscriber.createAndSetAnswer()}finally{t()}}))}updateConfiguration(A,t){this.publisher.setConfiguration(A),this.subscriber.setConfiguration(A),t&&this.triggerIceRestart()}ensurePCTransportConnection(A,t){return ii(this,void 0,void 0,(function*(){var e;const i=yield this.connectionLock.lock();try{this.isPublisherConnectionRequired&&"connected"!==this.publisher.getConnectionState()&&"connecting"!==this.publisher.getConnectionState()&&(this.log.debug("negotiation required, start negotiating",this.logContext),this.publisher.negotiate()),yield Promise.all(null===(e=this.requiredTransports)||void 0===e?void 0:e.map((e=>this.ensureTransportConnected(e,A,t))))}finally{i()}}))}negotiate(A){return ii(this,void 0,void 0,(function*(){return new Promise(((t,e)=>ii(this,void 0,void 0,(function*(){const i=setTimeout((()=>{e("negotiation timed out")}),this.peerConnectionTimeout);A.signal.addEventListener("abort",(()=>{clearTimeout(i),e("negotiation aborted")})),this.publisher.once(Os,(()=>{A.signal.aborted||this.publisher.once(Ds,(()=>{clearTimeout(i),t()}))})),yield this.publisher.negotiate((A=>{clearTimeout(i),e(A)}))}))))}))}addPublisherTransceiver(A,t){return this.publisher.addTransceiver(A,t)}addPublisherTrack(A){return this.publisher.addTrack(A)}createPublisherDataChannel(A,t){return this.publisher.createDataChannel(A,t)}getConnectedAddress(A){return A===Xt.PUBLISHER||A===Xt.SUBSCRIBER?this.publisher.getConnectedAddress():this.requiredTransports[0].getConnectedAddress()}get requiredTransports(){const A=[];return this.isPublisherConnectionRequired&&A.push(this.publisher),this.isSubscriberConnectionRequired&&A.push(this.subscriber),A}ensureTransportConnected(A,t){return ii(this,arguments,void 0,(function(A,t){var e=this;let i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:this.peerConnectionTimeout;return(function*(){if("connected"!==A.getConnectionState())return new Promise(((A,n)=>ii(e,void 0,void 0,(function*(){const e=()=>{this.log.warn("abort transport connection",this.logContext),Wn.clearTimeout(r),n(new Mn("room connection has been cancelled",Qn.Cancelled))};(null==t?void 0:t.signal.aborted)&&e(),null==t||t.signal.addEventListener("abort",e);const r=Wn.setTimeout((()=>{null==t||t.signal.removeEventListener("abort",e),n(new Mn("could not establish pc connection",Qn.InternalError))}),i);for(;this.state!==Js.CONNECTED;)if(yield fr(50),null==t?void 0:t.signal.aborted)return void n(new Mn("room connection has been cancelled",Qn.Cancelled));Wn.clearTimeout(r),null==t||t.signal.removeEventListener("abort",e),A()}))))})()}))}}class $s extends Error{constructor(A,t,e){super(t),this.code=A,this.message=Zs(t,$s.MAX_MESSAGE_BYTES),this.data=e?Zs(e,$s.MAX_DATA_BYTES):void 0}static fromProto(A){return new $s(A.code,A.message,A.data)}toProto(){return new Tt({code:this.code,message:this.message,data:this.data})}static builtIn(A,t){return new $s($s.ErrorCode[A],$s.ErrorMessage[A],t)}}function Ws(A){return(new TextEncoder).encode(A).length}function Zs(A,t){if(Ws(A)<=t)return A;let e=0,i=A.length;const n=new TextEncoder;for(;e<i;){const r=Math.floor((e+i+1)/2);n.encode(A.slice(0,r)).length<=t?e=r:i=r-1}return A.slice(0,e)}$s.MAX_MESSAGE_BYTES=256,$s.MAX_DATA_BYTES=15360,$s.ErrorCode={APPLICATION_ERROR:1500,CONNECTION_TIMEOUT:1501,RESPONSE_TIMEOUT:1502,RECIPIENT_DISCONNECTED:1503,RESPONSE_PAYLOAD_TOO_LARGE:1504,SEND_FAILED:1505,UNSUPPORTED_METHOD:1400,RECIPIENT_NOT_FOUND:1401,REQUEST_PAYLOAD_TOO_LARGE:1402,UNSUPPORTED_SERVER:1403,UNSUPPORTED_VERSION:1404},$s.ErrorMessage={APPLICATION_ERROR:"Application error in method handler",CONNECTION_TIMEOUT:"Connection timeout",RESPONSE_TIMEOUT:"Response timeout",RECIPIENT_DISCONNECTED:"Recipient disconnected",RESPONSE_PAYLOAD_TOO_LARGE:"Response payload too large",SEND_FAILED:"Failed to send",UNSUPPORTED_METHOD:"Method not supported at destination",RECIPIENT_NOT_FOUND:"Recipient not found",REQUEST_PAYLOAD_TOO_LARGE:"Request payload too large",UNSUPPORTED_SERVER:"RPC not supported by server",UNSUPPORTED_VERSION:"Unsupported RPC version"};const qs=2e3;function zs(A,t){if(!t)return 0;let e,i;return"bytesReceived"in A?(e=A.bytesReceived,i=t.bytesReceived):"bytesSent"in A&&(e=A.bytesSent,i=t.bytesSent),void 0===e||void 0===i||void 0===A.timestamp||void 0===t.timestamp?0:8*(e-i)*1e3/(A.timestamp-t.timestamp)}class Ao extends Ar{get sender(){return this.BA}set sender(A){this.BA=A}get constraints(){return this.fA}constructor(A,t,e){let i=arguments.length>3&&void 0!==arguments[3]&&arguments[3];super(A,t,arguments.length>4?arguments[4]:void 0),this.manuallyStopped=!1,this.wA=!1,this.handleTrackMuteEvent=()=>this.debouncedTrackMuteHandler().catch((()=>this.log.debug("track mute bounce got cancelled by an unmute event",this.logContext))),this.debouncedTrackMuteHandler=Ks((()=>ii(this,void 0,void 0,(function*(){yield this.pauseUpstream()}))),5e3),this.handleTrackUnmuteEvent=()=>ii(this,void 0,void 0,(function*(){this.debouncedTrackMuteHandler.cancel("unmute"),yield this.resumeUpstream()})),this.handleEnded=()=>{this.isInBackground&&(this.reacquireTrack=!0),this.cA.removeEventListener("mute",this.handleTrackMuteEvent),this.cA.removeEventListener("unmute",this.handleTrackUnmuteEvent),this.emit(Sn.Ended,this)},this.reacquireTrack=!1,this.providedByUser=i,this.muteLock=new g,this.pauseUpstreamLock=new g,this.processorLock=new g,this.restartLock=new g,this.setMediaStreamTrack(A,!0),this.fA=A.getConstraints(),e&&(this.fA=e)}get id(){return this.cA.id}get dimensions(){if(this.kind!==Ar.Kind.Video)return;const{width:A,height:t}=this.cA.getSettings();return A&&t?{width:A,height:t}:void 0}get isUpstreamPaused(){return this.wA}get isUserProvided(){return this.providedByUser}get mediaStreamTrack(){var A,t;return null!==(t=null===(A=this.processor)||void 0===A?void 0:A.processedTrack)&&void 0!==t?t:this.cA}get isLocal(){return!0}getSourceTrackSettings(){return this.cA.getSettings()}setMediaStreamTrack(A,t){return ii(this,void 0,void 0,(function*(){var e;if(A===this.cA&&!t)return;let i;if(this.cA&&(this.attachedElements.forEach((A=>{er(this.cA,A)})),this.debouncedTrackMuteHandler.cancel("new-track"),this.cA.removeEventListener("ended",this.handleEnded),this.cA.removeEventListener("mute",this.handleTrackMuteEvent),this.cA.removeEventListener("unmute",this.handleTrackUnmuteEvent)),this.mediaStream=new MediaStream([A]),A&&(A.addEventListener("ended",this.handleEnded),A.addEventListener("mute",this.handleTrackMuteEvent),A.addEventListener("unmute",this.handleTrackUnmuteEvent),this.fA=A.getConstraints()),this.processor&&A){const t=yield this.processorLock.lock();try{if(this.log.debug("restarting processor",this.logContext),"unknown"===this.kind)throw TypeError("cannot set processor on track of unknown kind");this.processorElement&&(tr(A,this.processorElement),this.processorElement.muted=!0),yield this.processor.restart({track:A,kind:this.kind,element:this.processorElement}),i=this.processor.processedTrack}finally{t()}}this.sender&&"closed"!==(null===(e=this.sender.transport)||void 0===e?void 0:e.state)&&(yield this.sender.replaceTrack(null!=i?i:A)),this.providedByUser||this.cA===A||this.cA.stop(),this.cA=A,A&&(this.cA.enabled=!this.isMuted,yield this.resumeUpstream(),this.attachedElements.forEach((t=>{tr(null!=i?i:A,t)})))}))}waitForDimensions(){return ii(this,arguments,void 0,(function(){var A=this;let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1e3;return(function*(){var e;if(A.kind===Ar.Kind.Audio)throw new Error("cannot get dimensions for audio tracks");"iOS"===(null===(e=Jn())||void 0===e?void 0:e.os)&&(yield fr(10));const i=Date.now();for(;Date.now()-i<t;){const t=A.dimensions;if(t)return t;yield fr(50)}throw new xn("unable to get track dimensions after timeout")})()}))}setDeviceId(A){return ii(this,void 0,void 0,(function*(){return this.fA.deviceId===A&&this.cA.getSettings().deviceId===Nr(A)||(this.fA.deviceId=A,!!this.isMuted||(yield this.restartTrack(),Nr(A)===this.cA.getSettings().deviceId))}))}getDeviceId(){return ii(this,arguments,void 0,(function(){var A=this;let t=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return(function*(){if(A.source===Ar.Source.ScreenShare)return;const{deviceId:e,groupId:i}=A.cA.getSettings(),n=A.kind===Ar.Kind.Audio?"audioinput":"videoinput";return t?hs.getInstance().normalizeDeviceId(n,e,i):e})()}))}mute(){return ii(this,void 0,void 0,(function*(){return this.setTrackMuted(!0),this}))}unmute(){return ii(this,void 0,void 0,(function*(){return this.setTrackMuted(!1),this}))}replaceTrack(A,t){return ii(this,void 0,void 0,(function*(){if(!this.sender)throw new xn("unable to replace an unpublished track");let e,i;return"boolean"==typeof t?e=t:void 0!==t&&(e=t.userProvidedTrack,i=t.stopProcessor),this.providedByUser=null==e||e,this.log.debug("replace MediaStreamTrack",this.logContext),yield this.setMediaStreamTrack(A),i&&this.processor&&(yield this.stopProcessor()),this}))}restart(A){return ii(this,void 0,void 0,(function*(){this.manuallyStopped=!1;const t=yield this.restartLock.lock();try{A||(A=this.fA);const{deviceId:t,facingMode:e}=A,i=(function(A,t){var e={};for(var i in A)Object.prototype.hasOwnProperty.call(A,i)&&t.indexOf(i)<0&&(e[i]=A[i]);if(null!=A&&"function"==typeof Object.getOwnPropertySymbols){var n=0;for(i=Object.getOwnPropertySymbols(A);n<i.length;n++)t.indexOf(i[n])<0&&Object.prototype.propertyIsEnumerable.call(A,i[n])&&(e[i[n]]=A[i[n]])}return e})(A,["deviceId","facingMode"]);this.log.debug("restarting track with constraints",Object.assign(Object.assign({},this.logContext),{constraints:A}));const n={audio:!1,video:!1};this.kind===Ar.Kind.Video?n.video=!t&&!e||{deviceId:t,facingMode:e}:n.audio=!t||{deviceId:t},this.attachedElements.forEach((A=>{er(this.mediaStreamTrack,A)})),this.cA.removeEventListener("ended",this.handleEnded),this.cA.stop();const r=(yield navigator.mediaDevices.getUserMedia(n)).getTracks()[0];return yield r.applyConstraints(i),r.addEventListener("ended",this.handleEnded),this.log.debug("re-acquired MediaStreamTrack",this.logContext),yield this.setMediaStreamTrack(r),this.fA=A,this.emit(Sn.Restarted,this),this.manuallyStopped&&(this.log.warn("track was stopped during a restart, stopping restarted track",this.logContext),this.stop()),this}finally{t()}}))}setTrackMuted(A){this.log.debug("setting ".concat(this.kind," track ").concat(A?"muted":"unmuted"),this.logContext),this.isMuted===A&&this.cA.enabled!==A||(this.isMuted=A,this.cA.enabled=!A,this.emit(A?Sn.Muted:Sn.Unmuted,this))}get needsReAcquisition(){return"live"!==this.cA.readyState||this.cA.muted||!this.cA.enabled||this.reacquireTrack}handleAppVisibilityChanged(){const A=Object.create(null,{handleAppVisibilityChanged:{get:()=>super.handleAppVisibilityChanged}});return ii(this,void 0,void 0,(function*(){yield A.handleAppVisibilityChanged.call(this),Ur()&&(this.log.debug("visibility changed, is in Background: ".concat(this.isInBackground),this.logContext),this.isInBackground||!this.needsReAcquisition||this.isUserProvided||this.isMuted||(this.log.debug("track needs to be reacquired, restarting ".concat(this.source),this.logContext),yield this.restart(),this.reacquireTrack=!1))}))}stop(){var A;this.manuallyStopped=!0,super.stop(),this.cA.removeEventListener("ended",this.handleEnded),this.cA.removeEventListener("mute",this.handleTrackMuteEvent),this.cA.removeEventListener("unmute",this.handleTrackUnmuteEvent),null===(A=this.processor)||void 0===A||A.destroy(),this.processor=void 0}pauseUpstream(){return ii(this,void 0,void 0,(function*(){var A;const t=yield this.pauseUpstreamLock.lock();try{if(!0===this.wA)return;if(!this.sender)return void this.log.warn("unable to pause upstream for an unpublished track",this.logContext);this.wA=!0,this.emit(Sn.UpstreamPaused,this);const t=Jn();if("Safari"===(null==t?void 0:t.name)&&Ir(t.version,"12.0")<0)throw new Ln("pauseUpstream is not supported on Safari < 12.");"closed"!==(null===(A=this.sender.transport)||void 0===A?void 0:A.state)&&(yield this.sender.replaceTrack(null))}finally{t()}}))}resumeUpstream(){return ii(this,void 0,void 0,(function*(){var A;const t=yield this.pauseUpstreamLock.lock();try{if(!1===this.wA)return;if(!this.sender)return void this.log.warn("unable to resume upstream for an unpublished track",this.logContext);this.wA=!1,this.emit(Sn.UpstreamResumed,this),"closed"!==(null===(A=this.sender.transport)||void 0===A?void 0:A.state)&&(yield this.sender.replaceTrack(this.mediaStreamTrack))}finally{t()}}))}getRTCStatsReport(){return ii(this,void 0,void 0,(function*(){var A;if(null===(A=this.sender)||void 0===A?void 0:A.getStats)return yield this.sender.getStats()}))}setProcessor(A){return ii(this,arguments,void 0,(function(A){var t=this;let e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return(function*(){var i;const n=yield t.processorLock.lock();try{t.log.debug("setting up processor",t.logContext);const n=document.createElement(t.kind),r={kind:t.kind,track:t.cA,element:n,audioContext:t.audioContext};if(yield A.init(r),t.log.debug("processor initialized",t.logContext),t.processor&&(yield t.stopProcessor()),"unknown"===t.kind)throw TypeError("cannot set processor on track of unknown kind");if(tr(t.cA,n),n.muted=!0,n.play().catch((A=>t.log.error("failed to play processor element",Object.assign(Object.assign({},t.logContext),{error:A})))),t.processor=A,t.processorElement=n,t.processor.processedTrack){for(const A of t.attachedElements)A!==t.processorElement&&e&&(er(t.cA,A),tr(t.processor.processedTrack,A));yield null===(i=t.sender)||void 0===i?void 0:i.replaceTrack(t.processor.processedTrack)}t.emit(Sn.TrackProcessorUpdate,t.processor)}finally{n()}})()}))}getProcessor(){return this.processor}stopProcessor(){return ii(this,arguments,void 0,(function(){var A=this;let t=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return(function*(){var e,i;A.processor&&(A.log.debug("stopping processor",A.logContext),null===(e=A.processor.processedTrack)||void 0===e||e.stop(),yield A.processor.destroy(),A.processor=void 0,t||(null===(i=A.processorElement)||void 0===i||i.remove(),A.processorElement=void 0),yield A.cA.applyConstraints(A.fA),yield A.setMediaStreamTrack(A.cA,!0),A.emit(Sn.TrackProcessorUpdate))})()}))}}class to extends Ao{get enhancedNoiseCancellation(){return this.isKrispNoiseFilterEnabled}constructor(A,t){let e=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],i=arguments.length>3?arguments[3]:void 0,n=arguments.length>4?arguments[4]:void 0;super(A,Ar.Kind.Audio,t,e,n),this.stopOnMute=!1,this.isKrispNoiseFilterEnabled=!1,this.monitorSender=()=>ii(this,void 0,void 0,(function*(){if(!this.sender)return void(this.aA=0);let A;try{A=yield this.getSenderStats()}catch(t){return void this.log.error("could not get audio sender stats",Object.assign(Object.assign({},this.logContext),{error:t}))}A&&this.prevStats&&(this.aA=zs(A,this.prevStats)),this.prevStats=A})),this.handleKrispNoiseFilterEnable=()=>{this.isKrispNoiseFilterEnabled=!0,this.log.debug("Krisp noise filter enabled",this.logContext),this.emit(Sn.AudioTrackFeatureUpdate,this,ot.TF_ENHANCED_NOISE_CANCELLATION,!0)},this.handleKrispNoiseFilterDisable=()=>{this.isKrispNoiseFilterEnabled=!1,this.log.debug("Krisp noise filter disabled",this.logContext),this.emit(Sn.AudioTrackFeatureUpdate,this,ot.TF_ENHANCED_NOISE_CANCELLATION,!1)},this.audioContext=i,this.checkForSilence()}mute(){const A=Object.create(null,{mute:{get:()=>super.mute}});return ii(this,void 0,void 0,(function*(){const t=yield this.muteLock.lock();try{return this.isMuted?(this.log.debug("Track already muted",this.logContext),this):(this.source===Ar.Source.Microphone&&this.stopOnMute&&!this.isUserProvided&&(this.log.debug("stopping mic track",this.logContext),this.cA.stop()),yield A.mute.call(this),this)}finally{t()}}))}unmute(){const A=Object.create(null,{unmute:{get:()=>super.unmute}});return ii(this,void 0,void 0,(function*(){const t=yield this.muteLock.lock();try{if(!this.isMuted)return this.log.debug("Track already unmuted",this.logContext),this;const t=this.fA.deviceId&&this.cA.getSettings().deviceId!==Nr(this.fA.deviceId);return this.source!==Ar.Source.Microphone||!this.stopOnMute&&"ended"!==this.cA.readyState&&!t||this.isUserProvided||(this.log.debug("reacquiring mic track",this.logContext),yield this.restartTrack()),yield A.unmute.call(this),this}finally{t()}}))}restartTrack(A){return ii(this,void 0,void 0,(function*(){let t;if(A){const e=ts({audio:A});"boolean"!=typeof e.audio&&(t=e.audio)}yield this.restart(t)}))}restart(A){const t=Object.create(null,{restart:{get:()=>super.restart}});return ii(this,void 0,void 0,(function*(){const e=yield t.restart.call(this,A);return this.checkForSilence(),e}))}startMonitor(){Cr()&&(this.monitorInterval||(this.monitorInterval=setInterval((()=>{this.monitorSender()}),qs)))}setProcessor(A){return ii(this,void 0,void 0,(function*(){var t;const e=yield this.processorLock.lock();try{if(!Fr()&&!this.audioContext)throw Error("Audio context needs to be set on LocalAudioTrack in order to enable processors");this.processor&&(yield this.stopProcessor());const e={kind:this.kind,track:this.cA,audioContext:this.audioContext};this.log.debug("setting up audio processor ".concat(A.name),this.logContext),yield A.init(e),this.processor=A,this.processor.processedTrack&&(yield null===(t=this.sender)||void 0===t?void 0:t.replaceTrack(this.processor.processedTrack),this.processor.processedTrack.addEventListener("enable-lk-krisp-noise-filter",this.handleKrispNoiseFilterEnable),this.processor.processedTrack.addEventListener("disable-lk-krisp-noise-filter",this.handleKrispNoiseFilterDisable)),this.emit(Sn.TrackProcessorUpdate,this.processor)}finally{e()}}))}setAudioContext(A){this.audioContext=A}getSenderStats(){return ii(this,void 0,void 0,(function*(){var A;if(!(null===(A=this.sender)||void 0===A?void 0:A.getStats))return;let t;return(yield this.sender.getStats()).forEach((A=>{"outbound-rtp"===A.type&&(t={type:"audio",streamId:A.id,packetsSent:A.packetsSent,packetsLost:A.packetsLost,bytesSent:A.bytesSent,timestamp:A.timestamp,roundTripTime:A.roundTripTime,jitter:A.jitter})})),t}))}checkForSilence(){return ii(this,void 0,void 0,(function*(){const A=yield(function(A){return ii(this,arguments,void 0,(function(A){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:200;return(function*(){const e=es();if(e){const i=e.createAnalyser();i.fftSize=2048;const n=i.frequencyBinCount,r=new Uint8Array(n);e.createMediaStreamSource(new MediaStream([A.mediaStreamTrack])).connect(i),yield fr(t),i.getByteTimeDomainData(r);const s=r.some((A=>128!==A&&0!==A));return e.close(),!s}return!1})()}))})(this);return A&&(this.isMuted||this.log.warn("silence detected on local audio track",this.logContext),this.emit(Sn.AudioSilenceDetected)),A}))}}const eo=Object.values(hr),io=Object.values(lr),no=Object.values(dr),ro=[hr.h180,hr.h360],so=[lr.h180,lr.h360],oo=["q","h","f"];function ao(A,t,e,i){var n,r;let s=null==i?void 0:i.videoEncoding;A&&(s=null==i?void 0:i.screenShareEncoding);const o=null==i?void 0:i.simulcast,a=null==i?void 0:i.scalabilityMode,c=null==i?void 0:i.videoCodec;if(!s&&!o&&!a||!t||!e)return[{}];s||(s=(function(A,t,e,i){const n=(function(A,t,e){if(A)return no;const i=t>e?t/e:e/t;return Math.abs(i-16/9)<Math.abs(i-4/3)?eo:io})(A,t,e);let{encoding:r}=n[0];const s=Math.max(t,e);for(let o=0;o<n.length;o+=1){const A=n[o];if(r=A.encoding,A.width>=s)break}if(i)switch(i){case"av1":r=Object.assign({},r),r.maxBitrate=.7*r.maxBitrate;break;case"vp9":r=Object.assign({},r),r.maxBitrate=.85*r.maxBitrate}return r})(A,t,e,c),qe.debug("using video encoding",s));const u=s.maxFramerate,h=new ir(t,e,s.maxBitrate,s.maxFramerate,s.priority);if(a&&pr(c)){const A=new lo(a),t=[];if(A.spatial>3)throw new Error("unsupported scalabilityMode: ".concat(a));const e=Jn();if(mr()||Fr()||"Chrome"===(null==e?void 0:e.name)&&Ir(null==e?void 0:e.version,"113")<0){const e="h"==A.suffix?2:3;for(let i=0;i<A.spatial;i+=1)t.push({rid:oo[2-i],maxBitrate:s.maxBitrate/Math.pow(e,i),maxFramerate:h.encoding.maxFramerate});t[0].scalabilityMode=a}else t.push({maxBitrate:s.maxBitrate,maxFramerate:h.encoding.maxFramerate,scalabilityMode:a});return h.encoding.priority&&(t[0].priority=h.encoding.priority,t[0].networkPriority=h.encoding.priority),qe.debug("using svc encoding",{encodings:t}),t}if(!o)return[s];let l,d=[];if(d=A?null!==(n=ho(null==i?void 0:i.screenShareSimulcastLayers))&&void 0!==n?n:co(A,h):null!==(r=ho(null==i?void 0:i.videoSimulcastLayers))&&void 0!==r?r:co(A,h),d.length>0){const A=d[0];d.length>1&&([,l]=d);const i=Math.max(t,e);if(i>=960&&l)return uo(t,e,[A,l,h],u);if(i>=480)return uo(t,e,[A,h],u)}return uo(t,e,[h])}function co(A,t){if(A)return[{scaleResolutionDownBy:2,fps:(e=t).encoding.maxFramerate}].map((A=>{var t,i;return new ir(Math.floor(e.width/A.scaleResolutionDownBy),Math.floor(e.height/A.scaleResolutionDownBy),Math.max(15e4,Math.floor(e.encoding.maxBitrate/(Math.pow(A.scaleResolutionDownBy,2)*((null!==(t=e.encoding.maxFramerate)&&void 0!==t?t:30)/(null!==(i=A.fps)&&void 0!==i?i:30))))),A.fps,e.encoding.priority)}));var e;const{width:i,height:n}=t,r=i>n?i/n:n/i;return Math.abs(r-16/9)<Math.abs(r-4/3)?ro:so}function uo(A,t,e,i){const n=[];if(e.forEach(((e,r)=>{if(r>=oo.length)return;const s=Math.min(A,t),o={rid:oo[r],scaleResolutionDownBy:Math.max(1,s/Math.min(e.width,e.height)),maxBitrate:e.encoding.maxBitrate},a=i&&e.encoding.maxFramerate?Math.min(i,e.encoding.maxFramerate):e.encoding.maxFramerate;a&&(o.maxFramerate=a);const c=Qr()||0===r;e.encoding.priority&&c&&(o.priority=e.encoding.priority,o.networkPriority=e.encoding.priority),n.push(o)})),Fr()&&"ios"===Er()){let A;n.forEach((t=>{A?t.maxFramerate&&t.maxFramerate>A&&(A=t.maxFramerate):A=t.maxFramerate}));let t=!0;n.forEach((e=>{var i;e.maxFramerate!=A&&(t&&(t=!1,qe.info("Simulcast on iOS React-Native requires all encodings to share the same framerate.")),qe.info('Setting framerate of encoding "'.concat(null!==(i=e.rid)&&void 0!==i?i:"",'" to ').concat(A)),e.maxFramerate=A)}))}return n}function ho(A){if(A)return A.sort(((A,t)=>{const{encoding:e}=A,{encoding:i}=t;return e.maxBitrate>i.maxBitrate?1:e.maxBitrate<i.maxBitrate?-1:e.maxBitrate===i.maxBitrate&&e.maxFramerate&&i.maxFramerate?e.maxFramerate>i.maxFramerate?1:-1:0}))}class lo{constructor(A){const t=A.match(/^L(\d)T(\d)(h|_KEY|_KEY_SHIFT){0,1}$/);if(!t)throw new Error("invalid scalability mode");if(this.spatial=parseInt(t[1]),this.temporal=parseInt(t[2]),t.length>3)switch(t[3]){case"h":case"_KEY":case"_KEY_SHIFT":this.suffix=t[3]}}toString(){var A;return"L".concat(this.spatial,"T").concat(this.temporal).concat(null!==(A=this.suffix)&&void 0!==A?A:"")}}class Bo extends Ao{get sender(){return this.BA}set sender(A){this.BA=A,this.degradationPreference&&this.setDegradationPreference(this.degradationPreference)}constructor(A,t){let e=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],i=arguments.length>3?arguments[3]:void 0;super(A,Ar.Kind.Video,t,e,i),this.simulcastCodecs=new Map,this.degradationPreference="balanced",this.monitorSender=()=>ii(this,void 0,void 0,(function*(){if(!this.sender)return void(this.aA=0);let A;try{A=yield this.getSenderStats()}catch(e){return void this.log.error("could not get audio sender stats",Object.assign(Object.assign({},this.logContext),{error:e}))}const t=new Map(A.map((A=>[A.rid,A])));if(this.prevStats){let A=0;t.forEach(((t,e)=>{var i;const n=null===(i=this.prevStats)||void 0===i?void 0:i.get(e);A+=zs(t,n)})),this.aA=A}this.prevStats=t})),this.senderLock=new g}get isSimulcast(){return!!(this.sender&&this.sender.getParameters().encodings.length>1)}startMonitor(A){var t;if(this.signalClient=A,!Cr())return;const e=null===(t=this.sender)||void 0===t?void 0:t.getParameters();e&&(this.encodings=e.encodings),this.monitorInterval||(this.monitorInterval=setInterval((()=>{this.monitorSender()}),qs))}stop(){this.cA.getConstraints(),this.simulcastCodecs.forEach((A=>{A.mediaStreamTrack.stop()})),super.stop()}pauseUpstream(){const A=Object.create(null,{pauseUpstream:{get:()=>super.pauseUpstream}});return ii(this,void 0,void 0,(function*(){var t,e,i,n,r;yield A.pauseUpstream.call(this);try{for(var s,o=!0,a=ni(this.simulcastCodecs.values());!(t=(s=yield a.next()).done);o=!0){n=s.value,o=!1;const A=n;yield null===(r=A.sender)||void 0===r?void 0:r.replaceTrack(null)}}catch(c){e={error:c}}finally{try{o||t||!(i=a.return)||(yield i.call(a))}finally{if(e)throw e.error}}}))}resumeUpstream(){const A=Object.create(null,{resumeUpstream:{get:()=>super.resumeUpstream}});return ii(this,void 0,void 0,(function*(){var t,e,i,n,r;yield A.resumeUpstream.call(this);try{for(var s,o=!0,a=ni(this.simulcastCodecs.values());!(t=(s=yield a.next()).done);o=!0){n=s.value,o=!1;const A=n;yield null===(r=A.sender)||void 0===r?void 0:r.replaceTrack(A.mediaStreamTrack)}}catch(c){e={error:c}}finally{try{o||t||!(i=a.return)||(yield i.call(a))}finally{if(e)throw e.error}}}))}mute(){const A=Object.create(null,{mute:{get:()=>super.mute}});return ii(this,void 0,void 0,(function*(){const t=yield this.muteLock.lock();try{return this.isMuted?(this.log.debug("Track already muted",this.logContext),this):(this.source!==Ar.Source.Camera||this.isUserProvided||(this.log.debug("stopping camera track",this.logContext),this.cA.stop()),yield A.mute.call(this),this)}finally{t()}}))}unmute(){const A=Object.create(null,{unmute:{get:()=>super.unmute}});return ii(this,void 0,void 0,(function*(){const t=yield this.muteLock.lock();try{return this.isMuted?(this.source!==Ar.Source.Camera||this.isUserProvided||(this.log.debug("reacquiring camera track",this.logContext),yield this.restartTrack()),yield A.unmute.call(this),this):(this.log.debug("Track already unmuted",this.logContext),this)}finally{t()}}))}setTrackMuted(A){super.setTrackMuted(A);for(const t of this.simulcastCodecs.values())t.mediaStreamTrack.enabled=!A}getSenderStats(){return ii(this,void 0,void 0,(function*(){var A;if(!(null===(A=this.sender)||void 0===A?void 0:A.getStats))return[];const t=[],e=yield this.sender.getStats();return e.forEach((A=>{var i;if("outbound-rtp"===A.type){const n={type:"video",streamId:A.id,frameHeight:A.frameHeight,frameWidth:A.frameWidth,framesPerSecond:A.framesPerSecond,framesSent:A.framesSent,firCount:A.firCount,pliCount:A.pliCount,nackCount:A.nackCount,packetsSent:A.packetsSent,bytesSent:A.bytesSent,qualityLimitationReason:A.qualityLimitationReason,qualityLimitationDurations:A.qualityLimitationDurations,qualityLimitationResolutionChanges:A.qualityLimitationResolutionChanges,rid:null!==(i=A.rid)&&void 0!==i?i:A.id,retransmittedPacketsSent:A.retransmittedPacketsSent,targetBitrate:A.targetBitrate,timestamp:A.timestamp},r=e.get(A.remoteId);r&&(n.jitter=r.jitter,n.packetsLost=r.packetsLost,n.roundTripTime=r.roundTripTime),t.push(n)}})),t.sort(((A,t)=>{var e,i;return(null!==(e=t.frameWidth)&&void 0!==e?e:0)-(null!==(i=A.frameWidth)&&void 0!==i?i:0)})),t}))}setPublishingQuality(A){const t=[];for(let e=qn.LOW;e<=qn.HIGH;e+=1)t.push(new Ce({quality:e,enabled:e<=A}));this.log.debug("setting publishing quality. max quality ".concat(A),this.logContext),this.setPublishingLayers(t)}restartTrack(A){return ii(this,void 0,void 0,(function*(){var t,e,i,n,r;let s;if(A){const t=ts({video:A});"boolean"!=typeof t.video&&(s=t.video)}yield this.restart(s);try{for(var o,a=!0,c=ni(this.simulcastCodecs.values());!(t=(o=yield c.next()).done);a=!0){n=o.value,a=!1;const A=n;A.sender&&"closed"!==(null===(r=A.sender.transport)||void 0===r?void 0:r.state)&&(A.mediaStreamTrack=this.mediaStreamTrack.clone(),yield A.sender.replaceTrack(A.mediaStreamTrack))}}catch(u){e={error:u}}finally{try{a||t||!(i=c.return)||(yield i.call(c))}finally{if(e)throw e.error}}}))}setProcessor(A){const t=Object.create(null,{setProcessor:{get:()=>super.setProcessor}});return ii(this,arguments,void 0,(function(A){var e=this;let i=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return(function*(){var n,r,s,o,a,c;if(yield t.setProcessor.call(e,A,i),null===(a=e.processor)||void 0===a?void 0:a.processedTrack)try{for(var u,h=!0,l=ni(e.simulcastCodecs.values());!(n=(u=yield l.next()).done);h=!0){o=u.value,h=!1;const A=o;yield null===(c=A.sender)||void 0===c?void 0:c.replaceTrack(e.processor.processedTrack)}}catch(d){r={error:d}}finally{try{h||n||!(s=l.return)||(yield s.call(l))}finally{if(r)throw r.error}}})()}))}setDegradationPreference(A){return ii(this,void 0,void 0,(function*(){if(this.degradationPreference=A,this.sender)try{this.log.debug("setting degradationPreference to ".concat(A),this.logContext);const t=this.sender.getParameters();t.degradationPreference=A,this.sender.setParameters(t)}catch(t){this.log.warn("failed to set degradationPreference",Object.assign({error:t},this.logContext))}}))}addSimulcastTrack(A,t){if(this.simulcastCodecs.has(A))return void this.log.error("".concat(A," already added, skipping adding simulcast codec"),this.logContext);const e={codec:A,mediaStreamTrack:this.mediaStreamTrack.clone(),sender:void 0,encodings:t};return this.simulcastCodecs.set(A,e),e}setSimulcastTrackSender(A,t){const e=this.simulcastCodecs.get(A);e&&(e.sender=t,setTimeout((()=>{this.subscribedCodecs&&this.setPublishingCodecs(this.subscribedCodecs)}),5e3))}setPublishingCodecs(A){return ii(this,void 0,void 0,(function*(){var t,e,i,n,r,s,o;if(this.log.debug("setting publishing codecs",Object.assign(Object.assign({},this.logContext),{codecs:A,currentCodec:this.codec})),!this.codec&&A.length>0)return yield this.setPublishingLayers(A[0].qualities),[];this.subscribedCodecs=A;const a=[];try{for(t=!0,e=ni(A);!(n=(i=yield e.next()).done);t=!0){o=i.value,t=!1;const A=o;if(this.codec&&this.codec!==A.codec){const t=this.simulcastCodecs.get(A.codec);if(this.log.debug("try setPublishingCodec for ".concat(A.codec),Object.assign(Object.assign({},this.logContext),{simulcastCodecInfo:t})),t&&t.sender)t.encodings&&(this.log.debug("try setPublishingLayersForSender ".concat(A.codec),this.logContext),yield fo(t.sender,t.encodings,A.qualities,this.senderLock,this.log,this.logContext));else for(const e of A.qualities)if(e.enabled){a.push(A.codec);break}}else yield this.setPublishingLayers(A.qualities)}}catch(c){r={error:c}}finally{try{t||n||!(s=e.return)||(yield s.call(e))}finally{if(r)throw r.error}}return a}))}setPublishingLayers(A){return ii(this,void 0,void 0,(function*(){this.log.debug("setting publishing layers",Object.assign(Object.assign({},this.logContext),{qualities:A})),this.sender&&this.encodings&&(yield fo(this.sender,this.encodings,A,this.senderLock,this.log,this.logContext))}))}handleAppVisibilityChanged(){const A=Object.create(null,{handleAppVisibilityChanged:{get:()=>super.handleAppVisibilityChanged}});return ii(this,void 0,void 0,(function*(){yield A.handleAppVisibilityChanged.call(this),Ur()&&this.isInBackground&&this.source===Ar.Source.Camera&&(this.cA.enabled=!1)}))}}function fo(A,t,e,i,n,r){return ii(this,void 0,void 0,(function*(){const s=yield i.lock();n.debug("setPublishingLayersForSender",Object.assign(Object.assign({},r),{sender:A,qualities:e,senderEncodings:t}));try{const i=A.getParameters(),{encodings:s}=i;if(!s)return;if(s.length!==t.length)return void n.warn("cannot set publishing layers, encodings mismatch",Object.assign(Object.assign({},r),{encodings:s,senderEncodings:t}));let o=!1;const a=Jn();if("Chrome"===(null==a?void 0:a.name)&&Ir(null==a?void 0:a.version,"133")>0&&s[0].scalabilityMode){const A=s[0],i=new lo(A.scalabilityMode);let n=tt.OFF;if(e.forEach((A=>{A.enabled&&(n===tt.OFF||A.quality>n)&&(n=A.quality)})),n===tt.OFF)A.active&&(A.active=!1,o=!0);else if(!A.active||i.spatial!==n+1){o=!0,A.active=!0;const e=new lo(t[0].scalabilityMode);i.spatial=n+1,i.suffix=e.suffix,1===i.spatial&&(i.suffix=void 0),A.scalabilityMode=i.toString(),A.scaleResolutionDownBy=Math.pow(2,2-n),t[0].maxBitrate&&(A.maxBitrate=t[0].maxBitrate/(A.scaleResolutionDownBy*A.scaleResolutionDownBy))}}else s.forEach(((A,i)=>{var s;let a=null!==(s=A.rid)&&void 0!==s?s:"";""===a&&(a="q");const c=wo(a),u=e.find((A=>A.quality===c));u&&A.active!==u.enabled&&(o=!0,A.active=u.enabled,n.debug("setting layer ".concat(u.quality," to ").concat(A.active?"enabled":"disabled"),r),Qr()&&(u.enabled?(A.scaleResolutionDownBy=t[i].scaleResolutionDownBy,A.maxBitrate=t[i].maxBitrate,A.maxFrameRate=t[i].maxFrameRate):(A.scaleResolutionDownBy=4,A.maxBitrate=10,A.maxFrameRate=2)))}));o&&(i.encodings=s,n.debug("setting encodings",Object.assign(Object.assign({},r),{encodings:i.encodings})),yield A.setParameters(i))}finally{s()}}))}function wo(A){switch(A){case"f":default:return qn.HIGH;case"h":return qn.MEDIUM;case"q":return qn.LOW}}function go(A,t,e,i){if(!e)return[new pt({quality:qn.HIGH,width:A,height:t,bitrate:0,ssrc:0})];if(i){const i=e[0].scalabilityMode,n=new lo(i),r=[],s="h"==n.suffix?1.5:2,o="h"==n.suffix?2:3;for(let a=0;a<n.spatial;a+=1)r.push(new pt({quality:Math.min(qn.HIGH,n.spatial-1)-a,width:Math.ceil(A/Math.pow(s,a)),height:Math.ceil(t/Math.pow(s,a)),bitrate:e[0].maxBitrate?Math.ceil(e[0].maxBitrate/Math.pow(o,a)):0,ssrc:0}));return r}return e.map((e=>{var i,n,r;const s=null!==(i=e.scaleResolutionDownBy)&&void 0!==i?i:1;let o=wo(null!==(n=e.rid)&&void 0!==n?n:"");return new pt({quality:o,width:Math.ceil(A/s),height:Math.ceil(t/s),bitrate:null!==(r=e.maxBitrate)&&void 0!==r?r:0,ssrc:0})}))}const po="_lossy",vo="_reliable",Qo="leave-reconnect";var mo,Uo,Co,Fo,yo,bo,Eo,Ho,Io,ko,To;(Uo=mo||(mo={}))[Uo.New=0]="New",Uo[Uo.Connected=1]="Connected",Uo[Uo.Disconnected=2]="Disconnected",Uo[Uo.Reconnecting=3]="Reconnecting",Uo[Uo.Closed=4]="Closed";class So extends oi.EventEmitter{get isClosed(){return this.gA}get pendingReconnect(){return!!this.reconnectTimeout}constructor(A){var t;super(),this.options=A,this.rtcConfig={},this.peerConnectionTimeout=Vs.peerConnectionTimeout,this.fullReconnectOnNext=!1,this.subscriberPrimary=!1,this.pcState=mo.New,this.gA=!0,this.pendingTrackResolvers={},this.reconnectAttempts=0,this.reconnectStart=0,this.attemptingReconnect=!1,this.joinAttempts=0,this.maxJoinAttempts=1,this.shouldFailNext=!1,this.log=qe,this.handleDataChannel=A=>ii(this,[A],void 0,(function(A){var t=this;let{channel:e}=A;return(function*(){if(e){if(e.label===vo)t.reliableDCSub=e;else{if(e.label!==po)return;t.lossyDCSub=e}t.log.debug("on data channel ".concat(e.id,", ").concat(e.label),t.logContext),e.onmessage=t.handleDataMessage}})()})),this.handleDataMessage=A=>ii(this,void 0,void 0,(function*(){var t,e;const i=yield this.dataProcessLock.lock();try{let i;if(A.data instanceof ArrayBuffer)i=A.data;else{if(!(A.data instanceof Blob))return void this.log.error("unsupported data type",Object.assign(Object.assign({},this.logContext),{data:A.data}));i=yield A.data.arrayBuffer()}const n=vt.fromBinary(new Uint8Array(i));"speaker"===(null===(t=n.value)||void 0===t?void 0:t.case)?this.emit(kn.ActiveSpeakersUpdate,n.value.value.speakers):("user"===(null===(e=n.value)||void 0===e?void 0:e.case)&&(function(A,t){const e=A.participantIdentity?A.participantIdentity:t.participantIdentity;A.participantIdentity=e,t.participantIdentity=e;const i=0!==A.destinationIdentities.length?A.destinationIdentities:t.destinationIdentities;A.destinationIdentities=i,t.destinationIdentities=i})(n,n.value.value),this.emit(kn.DataPacketReceived,n))}finally{i()}})),this.handleDataError=A=>{const t=0===A.currentTarget.maxRetransmits?"lossy":"reliable";if(A instanceof ErrorEvent&&A.error){const{error:e}=A.error;this.log.error("DataChannel error on ".concat(t,": ").concat(A.message),Object.assign(Object.assign({},this.logContext),{error:e}))}else this.log.error("Unknown DataChannel error on ".concat(t),Object.assign(Object.assign({},this.logContext),{event:A}))},this.handleBufferedAmountLow=A=>{const t=0===A.currentTarget.maxRetransmits?Qt.LOSSY:Qt.RELIABLE;this.updateAndEmitDCBufferStatus(t)},this.handleDisconnect=(A,t)=>{if(this.gA)return;this.log.warn("".concat(A," disconnected"),this.logContext),0===this.reconnectAttempts&&(this.reconnectStart=Date.now());const e=Date.now()-this.reconnectStart;let i=this.getNextRetryDelay({elapsedMs:e,retryCount:this.reconnectAttempts});null!==i?(A===Qo&&(i=0),this.log.debug("reconnecting in ".concat(i,"ms"),this.logContext),this.clearReconnectTimeout(),this.token&&this.regionUrlProvider&&this.regionUrlProvider.updateToken(this.token),this.reconnectTimeout=Wn.setTimeout((()=>this.attemptReconnect(t).finally((()=>this.reconnectTimeout=void 0))),i)):(A=>{this.log.warn("could not recover connection after ".concat(this.reconnectAttempts," attempts, ").concat(A,"ms. giving up"),this.logContext),this.emit(kn.Disconnected),this.close()})(e)},this.waitForRestarted=()=>new Promise(((A,t)=>{this.pcState===mo.Connected&&A();const e=()=>{this.off(kn.Disconnected,i),A()},i=()=>{this.off(kn.Restarted,e),t()};this.once(kn.Restarted,e),this.once(kn.Disconnected,i)})),this.updateAndEmitDCBufferStatus=A=>{const t=this.isBufferStatusLow(A);void 0!==t&&t!==this.dcBufferStatus.get(A)&&(this.dcBufferStatus.set(A,t),this.emit(kn.DCBufferStatusChanged,t,A))},this.isBufferStatusLow=A=>{const t=this.dataChannelForKind(A);if(t)return t.bufferedAmount<=t.bufferedAmountLowThreshold},this.handleBrowserOnLine=()=>{this.client.currentState===gs.RECONNECTING&&(this.clearReconnectTimeout(),this.attemptReconnect(rt.RR_SIGNAL_DISCONNECTED))},this.log=ze(null!==(t=A.loggerName)&&void 0!==t?t:Ye.Engine),this.loggerOptions={loggerName:A.loggerName,loggerContextCb:()=>this.logContext},this.client=new vs(void 0,this.loggerOptions),this.client.signalLatency=this.options.expSignalLatency,this.reconnectPolicy=this.options.reconnectPolicy,this.registerOnLineListener(),this.closingLock=new g,this.dataProcessLock=new g,this.dcBufferStatus=new Map([[Qt.LOSSY,!0],[Qt.RELIABLE,!0]]),this.client.onParticipantUpdate=A=>this.emit(kn.ParticipantUpdate,A),this.client.onConnectionQuality=A=>this.emit(kn.ConnectionQualityUpdate,A),this.client.onRoomUpdate=A=>this.emit(kn.RoomUpdate,A),this.client.onSubscriptionError=A=>this.emit(kn.SubscriptionError,A),this.client.onSubscriptionPermissionUpdate=A=>this.emit(kn.SubscriptionPermissionUpdate,A),this.client.onSpeakersChanged=A=>this.emit(kn.SpeakersChanged,A),this.client.onStreamStateUpdate=A=>this.emit(kn.StreamStateChanged,A),this.client.onRequestResponse=A=>this.emit(kn.SignalRequestResponse,A)}get logContext(){var A,t,e,i,n,r,s,o;return{room:null===(t=null===(A=this.latestJoinResponse)||void 0===A?void 0:A.room)||void 0===t?void 0:t.name,roomID:null===(i=null===(e=this.latestJoinResponse)||void 0===e?void 0:e.room)||void 0===i?void 0:i.sid,participant:null===(r=null===(n=this.latestJoinResponse)||void 0===n?void 0:n.participant)||void 0===r?void 0:r.identity,pID:null===(o=null===(s=this.latestJoinResponse)||void 0===s?void 0:s.participant)||void 0===o?void 0:o.sid}}join(A,t,e,i){return ii(this,void 0,void 0,(function*(){this.url=A,this.token=t,this.signalOpts=e,this.maxJoinAttempts=e.maxRetries;try{this.joinAttempts+=1,this.setupSignalClientCallbacks();const n=yield this.client.join(A,t,e,i);return this.gA=!1,this.latestJoinResponse=n,this.subscriberPrimary=n.subscriberPrimary,this.pcManager||(yield this.configure(n)),this.subscriberPrimary&&!n.fastPublish||this.negotiate(),this.clientConfiguration=n.clientConfiguration,setTimeout((()=>{this.emit(kn.SignalConnected)}),10),n}catch(n){if(n instanceof Mn&&n.reason===Qn.ServerUnreachable&&(this.log.warn("Couldn't connect to server, attempt ".concat(this.joinAttempts," of ").concat(this.maxJoinAttempts),this.logContext),this.joinAttempts<this.maxJoinAttempts))return this.join(A,t,e,i);throw n}}))}close(){return ii(this,void 0,void 0,(function*(){const A=yield this.closingLock.lock();if(this.isClosed)A();else try{this.gA=!0,this.joinAttempts=0,this.emit(kn.Closing),this.removeAllListeners(),this.deregisterOnLineListener(),this.clearPendingReconnect(),yield this.cleanupPeerConnections(),yield this.cleanupClient()}finally{A()}}))}cleanupPeerConnections(){return ii(this,void 0,void 0,(function*(){var A;yield null===(A=this.pcManager)||void 0===A?void 0:A.close(),this.pcManager=void 0;const t=A=>{A&&(A.close(),A.onbufferedamountlow=null,A.onclose=null,A.onclosing=null,A.onerror=null,A.onmessage=null,A.onopen=null)};t(this.lossyDC),t(this.lossyDCSub),t(this.reliableDC),t(this.reliableDCSub),this.lossyDC=void 0,this.lossyDCSub=void 0,this.reliableDC=void 0,this.reliableDCSub=void 0}))}cleanupClient(){return ii(this,void 0,void 0,(function*(){yield this.client.close(),this.client.resetCallbacks()}))}addTrack(A){if(this.pendingTrackResolvers[A.cid])throw new xn("a track with the same ID has already been published");return new Promise(((t,e)=>{const i=setTimeout((()=>{delete this.pendingTrackResolvers[A.cid],e(new Mn("publication of local track timed out, no response from server",Qn.InternalError))}),1e4);this.pendingTrackResolvers[A.cid]={resolve:A=>{clearTimeout(i),t(A)},reject:()=>{clearTimeout(i),e(new Error("Cancelled publication by calling unpublish"))}},this.client.sendAddTrack(A)}))}removeTrack(A){if(A.track&&this.pendingTrackResolvers[A.track.id]){const{reject:t}=this.pendingTrackResolvers[A.track.id];t&&t(),delete this.pendingTrackResolvers[A.track.id]}try{return this.pcManager.removeTrack(A),!0}catch(t){this.log.warn("failed to remove track",Object.assign(Object.assign({},this.logContext),{error:t}))}return!1}updateMuteStatus(A,t){this.client.sendMuteTrack(A,t)}get dataSubscriberReadyState(){var A;return null===(A=this.reliableDCSub)||void 0===A?void 0:A.readyState}getConnectedServerAddress(){return ii(this,void 0,void 0,(function*(){var A;return null===(A=this.pcManager)||void 0===A?void 0:A.getConnectedAddress()}))}setRegionUrlProvider(A){this.regionUrlProvider=A}configure(A){return ii(this,void 0,void 0,(function*(){var t,e;if(this.pcManager&&this.pcManager.currentState!==Js.NEW)return;this.participantSid=null===(t=A.participant)||void 0===t?void 0:t.sid;const i=this.makeRTCConfiguration(A);var n;this.pcManager=new Ys(i,A.subscriberPrimary,this.loggerOptions),this.emit(kn.TransportsCreated,this.pcManager.publisher,this.pcManager.subscriber),this.pcManager.onIceCandidate=(A,t)=>{this.client.sendIceCandidate(A,t)},this.pcManager.onPublisherOffer=A=>{this.client.sendOffer(A)},this.pcManager.onDataChannel=this.handleDataChannel,this.pcManager.onStateChange=(t,e,i)=>ii(this,void 0,void 0,(function*(){if(this.log.debug("primary PC state changed ".concat(t),this.logContext),["closed","disconnected","failed"].includes(e)&&(this.publisherConnectionPromise=void 0),t===Js.CONNECTED){const t=this.pcState===mo.New;this.pcState=mo.Connected,t&&this.emit(kn.Connected,A)}else t===Js.FAILED&&this.pcState===mo.Connected&&(this.pcState=mo.Disconnected,this.handleDisconnect("peerconnection failed","failed"===i?rt.RR_SUBSCRIBER_FAILED:rt.RR_PUBLISHER_FAILED));const n=this.client.isDisconnected||this.client.currentState===gs.RECONNECTING,r=[Js.FAILED,Js.CLOSING,Js.CLOSED].includes(t);n&&r&&!this.gA&&this.emit(kn.Offline)})),this.pcManager.onTrack=A=>{this.emit(kn.MediaTrackAdded,A.track,A.streams[0],A.receiver)},void 0!==(n=null===(e=A.serverInfo)||void 0===e?void 0:e.protocol)&&n>13||this.createDataChannels()}))}setupSignalClientCallbacks(){this.client.onAnswer=A=>ii(this,void 0,void 0,(function*(){this.pcManager&&(this.log.debug("received server answer",Object.assign(Object.assign({},this.logContext),{RTCSdpType:A.type})),yield this.pcManager.setPublisherAnswer(A))})),this.client.onTrickle=(A,t)=>{this.pcManager&&(this.log.debug("got ICE candidate from peer",Object.assign(Object.assign({},this.logContext),{candidate:A,target:t})),this.pcManager.addIceCandidate(A,t))},this.client.onOffer=A=>ii(this,void 0,void 0,(function*(){if(!this.pcManager)return;const t=yield this.pcManager.createSubscriberAnswerFromOffer(A);this.client.sendAnswer(t)})),this.client.onLocalTrackPublished=A=>{var t;if(this.log.debug("received trackPublishedResponse",Object.assign(Object.assign({},this.logContext),{cid:A.cid,track:null===(t=A.track)||void 0===t?void 0:t.sid})),!this.pendingTrackResolvers[A.cid])return void this.log.error("missing track resolver for ".concat(A.cid),Object.assign(Object.assign({},this.logContext),{cid:A.cid}));const{resolve:e}=this.pendingTrackResolvers[A.cid];delete this.pendingTrackResolvers[A.cid],e(A.track)},this.client.onLocalTrackUnpublished=A=>{this.emit(kn.LocalTrackUnpublished,A)},this.client.onLocalTrackSubscribed=A=>{this.emit(kn.LocalTrackSubscribed,A)},this.client.onTokenRefresh=A=>{this.token=A},this.client.onRemoteMuteChanged=(A,t)=>{this.emit(kn.RemoteMute,A,t)},this.client.onSubscribedQualityUpdate=A=>{this.emit(kn.SubscribedQualityUpdate,A)},this.client.onRoomMoved=A=>{var t;this.participantSid=null===(t=A.participant)||void 0===t?void 0:t.sid,this.emit(kn.RoomMoved,A)},this.client.onClose=()=>{this.handleDisconnect("signal",rt.RR_SIGNAL_DISCONNECTED)},this.client.onLeave=A=>{switch(this.log.debug("client leave request",Object.assign(Object.assign({},this.logContext),{reason:null==A?void 0:A.reason})),A.regions&&this.regionUrlProvider&&(this.log.debug("updating regions",this.logContext),this.regionUrlProvider.setServerReportedRegions(A.regions)),A.action){case de.DISCONNECT:this.emit(kn.Disconnected,null==A?void 0:A.reason),this.close();break;case de.RECONNECT:this.fullReconnectOnNext=!0,this.handleDisconnect(Qo);break;case de.RESUME:this.handleDisconnect(Qo)}}}makeRTCConfiguration(A){var t;const e=Object.assign({},this.rtcConfig);if((null===(t=this.signalOpts)||void 0===t?void 0:t.e2eeEnabled)&&(this.log.debug("E2EE - setting up transports with insertable streams",this.logContext),e.encodedInsertableStreams=!0),A.iceServers&&!e.iceServers){const t=[];A.iceServers.forEach((A=>{const e={urls:A.urls};A.username&&(e.username=A.username),A.credential&&(e.credential=A.credential),t.push(e)})),e.iceServers=t}return A.clientConfiguration&&A.clientConfiguration.forceRelay===it.ENABLED&&(e.iceTransportPolicy="relay"),e.sdpSemantics="unified-plan",e.continualGatheringPolicy="gather_continually",e}createDataChannels(){this.pcManager&&(this.lossyDC&&(this.lossyDC.onmessage=null,this.lossyDC.onerror=null),this.reliableDC&&(this.reliableDC.onmessage=null,this.reliableDC.onerror=null),this.lossyDC=this.pcManager.createPublisherDataChannel(po,{ordered:!1,maxRetransmits:0}),this.reliableDC=this.pcManager.createPublisherDataChannel(vo,{ordered:!0}),this.lossyDC.onmessage=this.handleDataMessage,this.reliableDC.onmessage=this.handleDataMessage,this.lossyDC.onerror=this.handleDataError,this.reliableDC.onerror=this.handleDataError,this.lossyDC.bufferedAmountLowThreshold=65535,this.reliableDC.bufferedAmountLowThreshold=65535,this.lossyDC.onbufferedamountlow=this.handleBufferedAmountLow,this.reliableDC.onbufferedamountlow=this.handleBufferedAmountLow)}createSender(A,t,e){return ii(this,void 0,void 0,(function*(){if(wr())return yield this.createTransceiverRTCRtpSender(A,t,e);if(gr())return this.log.warn("using add-track fallback",this.logContext),yield this.createRTCRtpSender(A.mediaStreamTrack);throw new Nn("Required webRTC APIs not supported on this device")}))}createSimulcastSender(A,t,e,i){return ii(this,void 0,void 0,(function*(){if(wr())return this.createSimulcastTransceiverSender(A,t,e,i);if(gr())return this.log.debug("using add-track fallback",this.logContext),this.createRTCRtpSender(A.mediaStreamTrack);throw new Nn("Cannot stream on this device")}))}createTransceiverRTCRtpSender(A,t,e){return ii(this,void 0,void 0,(function*(){if(!this.pcManager)throw new Nn("publisher is closed");const i=[];A.mediaStream&&i.push(A.mediaStream),Xr(A)&&(A.codec=t.videoCodec);const n={direction:"sendonly",streams:i};return e&&(n.sendEncodings=e),(yield this.pcManager.addPublisherTransceiver(A.mediaStreamTrack,n)).sender}))}createSimulcastTransceiverSender(A,t,e,i){return ii(this,void 0,void 0,(function*(){if(!this.pcManager)throw new Nn("publisher is closed");const n={direction:"sendonly"};i&&(n.sendEncodings=i);const r=yield this.pcManager.addPublisherTransceiver(t.mediaStreamTrack,n);if(e.videoCodec)return A.setSimulcastTrackSender(e.videoCodec,r.sender),r.sender}))}createRTCRtpSender(A){return ii(this,void 0,void 0,(function*(){if(!this.pcManager)throw new Nn("publisher is closed");return this.pcManager.addPublisherTrack(A)}))}attemptReconnect(A){return ii(this,void 0,void 0,(function*(){var t,e,i;if(!this.gA)if(this.attemptingReconnect)qe.warn("already attempting reconnect, returning early",this.logContext);else{(null===(t=this.clientConfiguration)||void 0===t?void 0:t.resumeConnection)!==it.DISABLED&&(null!==(i=null===(e=this.pcManager)||void 0===e?void 0:e.currentState)&&void 0!==i?i:Js.NEW)!==Js.NEW||(this.fullReconnectOnNext=!0);try{this.attemptingReconnect=!0,this.fullReconnectOnNext?yield this.restartConnection():yield this.resumeConnection(A),this.clearPendingReconnect(),this.fullReconnectOnNext=!1}catch(n){this.reconnectAttempts+=1;let A=!0;n instanceof Nn?(this.log.debug("received unrecoverable error",Object.assign(Object.assign({},this.logContext),{error:n})),A=!1):n instanceof Ko||(this.fullReconnectOnNext=!0),A?this.handleDisconnect("reconnect",rt.RR_UNKNOWN):(this.log.info("could not recover connection after ".concat(this.reconnectAttempts," attempts, ").concat(Date.now()-this.reconnectStart,"ms. giving up"),this.logContext),this.emit(kn.Disconnected),yield this.close())}finally{this.attemptingReconnect=!1}}}))}getNextRetryDelay(A){try{return this.reconnectPolicy.nextRetryDelayInMs(A)}catch(t){this.log.warn("encountered error in reconnect policy",Object.assign(Object.assign({},this.logContext),{error:t}))}return null}restartConnection(A){return ii(this,void 0,void 0,(function*(){var t,e,i;try{if(!this.url||!this.token)throw new Nn("could not reconnect, url or token not saved");let e;this.log.info("reconnecting, attempt: ".concat(this.reconnectAttempts),this.logContext),this.emit(kn.Restarting),this.client.isDisconnected||(yield this.client.sendLeave()),yield this.cleanupPeerConnections(),yield this.cleanupClient();try{if(!this.signalOpts)throw this.log.warn("attempted connection restart, without signal options present",this.logContext),new Ko;e=yield this.join(null!=A?A:this.url,this.token,this.signalOpts)}catch(n){if(n instanceof Mn&&n.reason===Qn.NotAllowed)throw new Nn("could not reconnect, token might be expired");throw new Ko}if(this.shouldFailNext)throw this.shouldFailNext=!1,new Error("simulated failure");if(this.client.setReconnected(),this.emit(kn.SignalRestarted,e),yield this.waitForPCReconnected(),this.client.currentState!==gs.CONNECTED)throw new Ko("Signal connection got severed during reconnect");null===(t=this.regionUrlProvider)||void 0===t||t.resetAttempts(),this.emit(kn.Restarted)}catch(r){const A=yield null===(e=this.regionUrlProvider)||void 0===e?void 0:e.getNextBestRegionUrl();if(A)return void(yield this.restartConnection(A));throw null===(i=this.regionUrlProvider)||void 0===i||i.resetAttempts(),r}}))}resumeConnection(A){return ii(this,void 0,void 0,(function*(){var t;if(!this.url||!this.token)throw new Nn("could not reconnect, url or token not saved");if(!this.pcManager)throw new Nn("publisher and subscriber connections unset");let e;this.log.info("resuming signal connection, attempt ".concat(this.reconnectAttempts),this.logContext),this.emit(kn.Resuming);try{this.setupSignalClientCallbacks(),e=yield this.client.reconnect(this.url,this.token,this.participantSid,A)}catch(i){let A="";if(i instanceof Error&&(A=i.message,this.log.error(i.message,Object.assign(Object.assign({},this.logContext),{error:i}))),i instanceof Mn&&i.reason===Qn.NotAllowed)throw new Nn("could not reconnect, token might be expired");if(i instanceof Mn&&i.reason===Qn.LeaveRequest)throw i;throw new Ko(A)}if(this.emit(kn.SignalResumed),e){const A=this.makeRTCConfiguration(e);this.pcManager.updateConfiguration(A)}else this.log.warn("Did not receive reconnect response",this.logContext);if(this.shouldFailNext)throw this.shouldFailNext=!1,new Error("simulated failure");if(yield this.pcManager.triggerIceRestart(),yield this.waitForPCReconnected(),this.client.currentState!==gs.CONNECTED)throw new Ko("Signal connection got severed during reconnect");this.client.setReconnected(),"open"===(null===(t=this.reliableDC)||void 0===t?void 0:t.readyState)&&null===this.reliableDC.id&&this.createDataChannels(),this.emit(kn.Resumed)}))}waitForPCInitialConnection(A,t){return ii(this,void 0,void 0,(function*(){if(!this.pcManager)throw new Nn("PC manager is closed");yield this.pcManager.ensurePCTransportConnection(t,A)}))}waitForPCReconnected(){return ii(this,void 0,void 0,(function*(){this.pcState=mo.Reconnecting,this.log.debug("waiting for peer connection to reconnect",this.logContext);try{if(yield fr(2e3),!this.pcManager)throw new Nn("PC manager is closed");yield this.pcManager.ensurePCTransportConnection(void 0,this.peerConnectionTimeout),this.pcState=mo.Connected}catch(A){throw this.pcState=mo.Disconnected,new Mn("could not establish PC connection, ".concat(A.message),Qn.InternalError)}}))}publishRpcResponse(A,t,e,i){return ii(this,void 0,void 0,(function*(){const n=new vt({destinationIdentities:[A],kind:Qt.RELIABLE,value:{case:"rpcResponse",value:new kt({requestId:t,value:i?{case:"error",value:i.toProto()}:{case:"payload",value:null!=e?e:""}})}});yield this.sendDataPacket(n,Qt.RELIABLE)}))}publishRpcAck(A,t){return ii(this,void 0,void 0,(function*(){const e=new vt({destinationIdentities:[A],kind:Qt.RELIABLE,value:{case:"rpcAck",value:new It({requestId:t})}});yield this.sendDataPacket(e,Qt.RELIABLE)}))}sendDataPacket(A,t){return ii(this,void 0,void 0,(function*(){const e=A.toBinary();yield this.ensurePublisherConnected(t);const i=this.dataChannelForKind(t);i&&i.send(e),this.updateAndEmitDCBufferStatus(t)}))}waitForBufferStatusLow(A){return new Promise(((t,e)=>ii(this,void 0,void 0,(function*(){if(this.isBufferStatusLow(A))t();else{const i=()=>e("Engine closed");for(this.once(kn.Closing,i);!this.dcBufferStatus.get(A);)yield fr(10);this.off(kn.Closing,i),t()}}))))}ensureDataTransportConnected(A){return ii(this,arguments,void 0,(function(A){var t=this;let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.subscriberPrimary;return(function*(){var i;if(!t.pcManager)throw new Nn("PC manager is closed");const n=e?t.pcManager.subscriber:t.pcManager.publisher,r=e?"Subscriber":"Publisher";if(!n)throw new Mn("".concat(r," connection not set"),Qn.InternalError);let s=!1;e||t.dataChannelForKind(A,e)||(t.createDataChannels(),s=!0),s||e||t.pcManager.publisher.isICEConnected||"checking"===t.pcManager.publisher.getICEConnectionState()||(s=!0),s&&t.negotiate();const o=t.dataChannelForKind(A,e);if("open"===(null==o?void 0:o.readyState))return;const a=(new Date).getTime()+t.peerConnectionTimeout;for(;(new Date).getTime()<a;){if(n.isICEConnected&&"open"===(null===(i=t.dataChannelForKind(A,e))||void 0===i?void 0:i.readyState))return;yield fr(50)}throw new Mn("could not establish ".concat(r," connection, state: ").concat(n.getICEConnectionState()),Qn.InternalError)})()}))}ensurePublisherConnected(A){return ii(this,void 0,void 0,(function*(){this.publisherConnectionPromise||(this.publisherConnectionPromise=this.ensureDataTransportConnected(A,!1)),yield this.publisherConnectionPromise}))}verifyTransport(){return!!this.pcManager&&this.pcManager.currentState===Js.CONNECTED&&!(!this.client.ws||this.client.ws.readyState===WebSocket.CLOSED)}negotiate(){return ii(this,void 0,void 0,(function*(){return new Promise(((A,t)=>ii(this,void 0,void 0,(function*(){if(!this.pcManager)return void t(new _n("PC manager is closed"));this.pcManager.requirePublisher(),0!=this.pcManager.publisher.getTransceivers().length||this.lossyDC||this.reliableDC||this.createDataChannels();const e=new AbortController,i=()=>{e.abort(),this.log.debug("engine disconnected while negotiation was ongoing",this.logContext),A()};this.isClosed&&t("cannot negotiate on closed engine"),this.on(kn.Closing,i),this.pcManager.publisher.once(Ms,(A=>{const t=new Map;A.forEach((A=>{const e=A.codec.toLowerCase();var i;i=e,rr.includes(i)&&t.set(A.payload,e)})),this.emit(kn.RTPVideoMapUpdate,t)}));try{yield this.pcManager.negotiate(e),A()}catch(n){n instanceof _n&&(this.fullReconnectOnNext=!0),this.handleDisconnect("negotiation",rt.RR_UNKNOWN),t(n)}finally{this.off(kn.Closing,i)}}))))}))}dataChannelForKind(A,t){if(t){if(A===Qt.LOSSY)return this.lossyDCSub;if(A===Qt.RELIABLE)return this.reliableDCSub}else{if(A===Qt.LOSSY)return this.lossyDC;if(A===Qt.RELIABLE)return this.reliableDC}}sendSyncState(A,t){var e,i;if(!this.pcManager)return void this.log.warn("sync state cannot be sent without peer connection setup",this.logContext);const n=this.pcManager.subscriber.getLocalDescription(),r=this.pcManager.subscriber.getRemoteDescription(),s=null===(i=null===(e=this.signalOpts)||void 0===e?void 0:e.autoSubscribe)||void 0===i||i,o=new Array,a=new Array;A.forEach((A=>{A.isDesired!==s&&o.push(A.trackSid),A.isEnabled||a.push(A.trackSid)})),this.client.sendSyncState(new ke({answer:n?ms({sdp:n.sdp,type:n.type}):void 0,offer:r?ms({sdp:r.sdp,type:r.type}):void 0,subscription:new ae({trackSids:o,subscribe:!s,participantTracks:[]}),publishTracks:ss(t),dataChannels:this.dataChannelsInfo(),trackSidsDisabled:a}))}failNext(){this.shouldFailNext=!0}dataChannelsInfo(){const A=[],t=(t,e)=>{void 0!==(null==t?void 0:t.id)&&null!==t.id&&A.push(new Te({label:t.label,id:t.id,target:e}))};return t(this.dataChannelForKind(Qt.LOSSY),Xt.PUBLISHER),t(this.dataChannelForKind(Qt.RELIABLE),Xt.PUBLISHER),t(this.dataChannelForKind(Qt.LOSSY,!0),Xt.SUBSCRIBER),t(this.dataChannelForKind(Qt.RELIABLE,!0),Xt.SUBSCRIBER),A}clearReconnectTimeout(){this.reconnectTimeout&&Wn.clearTimeout(this.reconnectTimeout)}clearPendingReconnect(){this.clearReconnectTimeout(),this.reconnectAttempts=0}registerOnLineListener(){Cr()&&window.addEventListener("online",this.handleBrowserOnLine)}deregisterOnLineListener(){Cr()&&window.removeEventListener("online",this.handleBrowserOnLine)}}class Ko extends Error{}class Oo{constructor(A,t){this.lastUpdateAt=0,this.settingsCacheTime=3e3,this.attemptedRegions=[],this.serverUrl=new URL(A),this.token=t}updateToken(A){this.token=A}isCloud(){return yr(this.serverUrl)}getServerUrl(){return this.serverUrl}getNextBestRegionUrl(A){return ii(this,void 0,void 0,(function*(){if(!this.isCloud())throw Error("region availability is only supported for LiveKit Cloud domains");(!this.regionSettings||Date.now()-this.lastUpdateAt>this.settingsCacheTime)&&(this.regionSettings=yield this.fetchRegionSettings(A));const t=this.regionSettings.regions.filter((A=>!this.attemptedRegions.find((t=>t.url===A.url))));if(t.length>0){const A=t[0];return this.attemptedRegions.push(A),qe.debug("next region: ".concat(A.region)),A.url}return null}))}resetAttempts(){this.attemptedRegions=[]}fetchRegionSettings(A){return ii(this,void 0,void 0,(function*(){const t=yield fetch("".concat((e=this.serverUrl,"".concat(e.protocol.replace("ws","http"),"//").concat(e.host,"/settings")),"/regions"),{headers:{authorization:"Bearer ".concat(this.token)},signal:A});var e;if(t.ok){const A=yield t.json();return this.lastUpdateAt=Date.now(),A}throw new Mn("Could not fetch region settings: ".concat(t.statusText),401===t.status?Qn.NotAllowed:Qn.InternalError,t.status)}))}setServerReportedRegions(A){this.regionSettings=A,this.lastUpdateAt=Date.now()}}class Do{get info(){return this.pA}constructor(A,t,e){this.reader=t,this.totalByteSize=e,this.pA=A,this.bytesReceived=0}}class Mo extends Do{handleChunkReceived(A){var t;this.bytesReceived+=A.content.byteLength;const e=this.totalByteSize?this.bytesReceived/this.totalByteSize:void 0;null===(t=this.onProgress)||void 0===t||t.call(this,e)}[Symbol.asyncIterator](){const A=this.reader.getReader();return{next:()=>ii(this,void 0,void 0,(function*(){try{const{done:t,value:e}=yield A.read();return t?{done:!0,value:void 0}:(this.handleChunkReceived(e),{done:!1,value:e.content})}catch(t){return{done:!0,value:void 0}}})),return(){return ii(this,void 0,void 0,(function*(){return A.releaseLock(),{done:!0,value:void 0}}))}}}readAll(){return ii(this,void 0,void 0,(function*(){var A,t,e,i;let n=new Set;try{for(var r,s=!0,o=ni(this);!(A=(r=yield o.next()).done);s=!0){i=r.value,s=!1;const A=i;n.add(A)}}catch(a){t={error:a}}finally{try{s||A||!(e=o.return)||(yield e.call(o))}finally{if(t)throw t.error}}return Array.from(n)}))}}class Lo extends Do{constructor(A,t,e){super(A,t,e),this.receivedChunks=new Map}handleChunkReceived(A){var t;const e=Gr(A.chunkIndex),i=this.receivedChunks.get(e);if(i&&i.version>A.version)return;this.receivedChunks.set(e,A),this.bytesReceived+=A.content.byteLength;const n=this.totalByteSize?this.bytesReceived/this.totalByteSize:void 0;null===(t=this.onProgress)||void 0===t||t.call(this,n)}[Symbol.asyncIterator](){const A=this.reader.getReader(),t=new TextDecoder;return{next:()=>ii(this,void 0,void 0,(function*(){try{const{done:e,value:i}=yield A.read();return e?{done:!0,value:void 0}:(this.handleChunkReceived(i),{done:!1,value:t.decode(i.content)})}catch(e){return{done:!0,value:void 0}}})),return(){return ii(this,void 0,void 0,(function*(){return A.releaseLock(),{done:!0,value:void 0}}))}}}readAll(){return ii(this,void 0,void 0,(function*(){var A,t,e,i;let n="";try{for(var r,s=!0,o=ni(this);!(A=(r=yield o.next()).done);s=!0)i=r.value,s=!1,n+=i}catch(a){t={error:a}}finally{try{s||A||!(e=o.return)||(yield e.call(o))}finally{if(t)throw t.error}}return n}))}}class xo{constructor(A,t,e){this.writableStream=A,this.defaultWriter=A.getWriter(),this.onClose=e,this.info=t}write(A){return this.defaultWriter.write(A)}close(){return ii(this,void 0,void 0,(function*(){var A;yield this.defaultWriter.close(),this.defaultWriter.releaseLock(),null===(A=this.onClose)||void 0===A||A.call(this)}))}}class Ro extends xo{}class No extends xo{}class _o extends Ar{constructor(A,t,e,i,n){super(A,e,n),this.sid=t,this.receiver=i}get isLocal(){return!1}setMuted(A){this.isMuted!==A&&(this.isMuted=A,this.cA.enabled=!A,this.emit(A?Sn.Muted:Sn.Unmuted,this))}setMediaStream(A){this.mediaStream=A;const t=e=>{e.track===this.cA&&(A.removeEventListener("removetrack",t),this.receiver&&"playoutDelayHint"in this.receiver&&(this.receiver.playoutDelayHint=void 0),this.receiver=void 0,this.aA=0,this.emit(Sn.Ended,this))};A.addEventListener("removetrack",t)}start(){this.startMonitor(),super.enable()}stop(){this.stopMonitor(),super.disable()}getRTCStatsReport(){return ii(this,void 0,void 0,(function*(){var A;if(null===(A=this.receiver)||void 0===A?void 0:A.getStats)return yield this.receiver.getStats()}))}setPlayoutDelay(A){this.receiver?"playoutDelayHint"in this.receiver?this.receiver.playoutDelayHint=A:this.log.warn("Playout delay not supported in this browser"):this.log.warn("Cannot set playout delay, track already ended")}getPlayoutDelay(){if(this.receiver){if("playoutDelayHint"in this.receiver)return this.receiver.playoutDelayHint;this.log.warn("Playout delay not supported in this browser")}else this.log.warn("Cannot get playout delay, track already ended");return 0}startMonitor(){this.monitorInterval||(this.monitorInterval=setInterval((()=>this.monitorReceiver()),qs)),"undefined"!=typeof RTCRtpReceiver&&"getSynchronizationSources"in RTCRtpReceiver&&this.registerTimeSyncUpdate()}registerTimeSyncUpdate(){const A=()=>{var t;this.timeSyncHandle=requestAnimationFrame((()=>A()));const e=null===(t=this.receiver)||void 0===t?void 0:t.getSynchronizationSources()[0];if(e){const{timestamp:A,rtpTimestamp:t}=e;t&&this.rtpTimestamp!==t&&(this.emit(Sn.TimeSyncUpdate,{timestamp:A,rtpTimestamp:t}),this.rtpTimestamp=t)}};A()}}class jo extends _o{constructor(A,t,e,i,n,r){super(A,t,Ar.Kind.Audio,e,r),this.monitorReceiver=()=>ii(this,void 0,void 0,(function*(){if(!this.receiver)return void(this.aA=0);const A=yield this.getReceiverStats();A&&this.prevStats&&this.receiver&&(this.aA=zs(A,this.prevStats)),this.prevStats=A})),this.audioContext=i,this.webAudioPluginNodes=[],n&&(this.sinkId=n.deviceId)}setVolume(A){var t;for(const e of this.attachedElements)this.audioContext?null===(t=this.gainNode)||void 0===t||t.gain.setTargetAtTime(A,0,.1):e.volume=A;Fr()&&this.cA.vA(A),this.elementVolume=A}getVolume(){if(this.elementVolume)return this.elementVolume;if(Fr())return 1;let A=0;return this.attachedElements.forEach((t=>{t.volume>A&&(A=t.volume)})),A}setSinkId(A){return ii(this,void 0,void 0,(function*(){this.sinkId=A,yield Promise.all(this.attachedElements.map((t=>{if(vr(t))return t.setSinkId(A)})))}))}attach(A){const t=0===this.attachedElements.length;return A?super.attach(A):A=super.attach(),this.sinkId&&vr(A)&&A.setSinkId(this.sinkId).catch((A=>{this.log.error("Failed to set sink id on remote audio track",A,this.logContext)})),this.audioContext&&t&&(this.log.debug("using audio context mapping",this.logContext),this.connectWebAudio(this.audioContext,A),A.volume=0,A.muted=!0),this.elementVolume&&this.setVolume(this.elementVolume),A}detach(A){let t;return A?(t=super.detach(A),this.audioContext&&(this.attachedElements.length>0?this.connectWebAudio(this.audioContext,this.attachedElements[0]):this.disconnectWebAudio())):(t=super.detach(),this.disconnectWebAudio()),t}setAudioContext(A){this.audioContext=A,A&&this.attachedElements.length>0?this.connectWebAudio(A,this.attachedElements[0]):A||this.disconnectWebAudio()}setWebAudioPlugins(A){this.webAudioPluginNodes=A,this.attachedElements.length>0&&this.audioContext&&this.connectWebAudio(this.audioContext,this.attachedElements[0])}connectWebAudio(A,t){this.disconnectWebAudio(),this.sourceNode=A.createMediaStreamSource(t.srcObject);let e=this.sourceNode;this.webAudioPluginNodes.forEach((A=>{e.connect(A),e=A})),this.gainNode=A.createGain(),e.connect(this.gainNode),this.gainNode.connect(A.destination),this.elementVolume&&this.gainNode.gain.setTargetAtTime(this.elementVolume,0,.1),"running"!==A.state&&A.resume().then((()=>{"running"!==A.state&&this.emit(Sn.AudioPlaybackFailed,new Error("Audio Context couldn't be started automatically"))})).catch((A=>{this.emit(Sn.AudioPlaybackFailed,A)}))}disconnectWebAudio(){var A,t;null===(A=this.gainNode)||void 0===A||A.disconnect(),null===(t=this.sourceNode)||void 0===t||t.disconnect(),this.gainNode=void 0,this.sourceNode=void 0}getReceiverStats(){return ii(this,void 0,void 0,(function*(){if(!this.receiver||!this.receiver.getStats)return;let A;return(yield this.receiver.getStats()).forEach((t=>{"inbound-rtp"===t.type&&(A={type:"audio",streamId:t.id,timestamp:t.timestamp,jitter:t.jitter,bytesReceived:t.bytesReceived,concealedSamples:t.concealedSamples,concealmentEvents:t.concealmentEvents,silentConcealedSamples:t.silentConcealedSamples,silentConcealmentEvents:t.silentConcealmentEvents,totalAudioEnergy:t.totalAudioEnergy,totalSamplesDuration:t.totalSamplesDuration})})),A}))}}class Go extends _o{constructor(A,t,e,i,n){super(A,t,Ar.Kind.Video,e,n),this.elementInfos=[],this.monitorReceiver=()=>ii(this,void 0,void 0,(function*(){if(!this.receiver)return void(this.aA=0);const A=yield this.getReceiverStats();A&&this.prevStats&&this.receiver&&(this.aA=zs(A,this.prevStats)),this.prevStats=A})),this.debouncedHandleResize=Ks((()=>{this.updateDimensions()}),100),this.adaptiveStreamSettings=i}get isAdaptiveStream(){return void 0!==this.adaptiveStreamSettings}get mediaStreamTrack(){return this.cA}setMuted(A){super.setMuted(A),this.attachedElements.forEach((t=>{A?er(this.cA,t):tr(this.cA,t)}))}attach(A){if(A?super.attach(A):A=super.attach(),this.adaptiveStreamSettings&&void 0===this.elementInfos.find((t=>t.element===A))){const t=new Po(A);this.observeElementInfo(t)}return A}observeElementInfo(A){this.adaptiveStreamSettings&&void 0===this.elementInfos.find((t=>t===A))?(A.handleResize=()=>{this.debouncedHandleResize()},A.handleVisibilityChanged=()=>{this.updateVisibility()},this.elementInfos.push(A),A.observe(),this.debouncedHandleResize(),this.updateVisibility()):this.log.warn("visibility resize observer not triggered",this.logContext)}stopObservingElementInfo(A){if(!this.isAdaptiveStream)return void this.log.warn("stopObservingElementInfo ignored",this.logContext);const t=this.elementInfos.filter((t=>t===A));for(const e of t)e.stopObserving();this.elementInfos=this.elementInfos.filter((t=>t!==A)),this.updateVisibility(),this.debouncedHandleResize()}detach(A){let t=[];if(A)return this.stopObservingElement(A),super.detach(A);t=super.detach();for(const e of t)this.stopObservingElement(e);return t}getDecoderImplementation(){var A;return null===(A=this.prevStats)||void 0===A?void 0:A.decoderImplementation}getReceiverStats(){return ii(this,void 0,void 0,(function*(){if(!this.receiver||!this.receiver.getStats)return;const A=yield this.receiver.getStats();let t,e="",i=new Map;return A.forEach((A=>{"inbound-rtp"===A.type?(e=A.codecId,t={type:"video",streamId:A.id,framesDecoded:A.framesDecoded,framesDropped:A.framesDropped,framesReceived:A.framesReceived,packetsReceived:A.packetsReceived,packetsLost:A.packetsLost,frameWidth:A.frameWidth,frameHeight:A.frameHeight,pliCount:A.pliCount,firCount:A.firCount,nackCount:A.nackCount,jitter:A.jitter,timestamp:A.timestamp,bytesReceived:A.bytesReceived,decoderImplementation:A.decoderImplementation}):"codec"===A.type&&i.set(A.id,A)})),t&&""!==e&&i.get(e)&&(t.mimeType=i.get(e).mimeType),t}))}stopObservingElement(A){const t=this.elementInfos.filter((t=>t.element===A));for(const e of t)this.stopObservingElementInfo(e)}handleAppVisibilityChanged(){const A=Object.create(null,{handleAppVisibilityChanged:{get:()=>super.handleAppVisibilityChanged}});return ii(this,void 0,void 0,(function*(){yield A.handleAppVisibilityChanged.call(this),this.isAdaptiveStream&&this.updateVisibility()}))}updateVisibility(){var A,t;const e=this.elementInfos.reduce(((A,t)=>Math.max(A,t.visibilityChangedAt||0)),0),i=!(null!==(t=null===(A=this.adaptiveStreamSettings)||void 0===A?void 0:A.pauseVideoInBackground)&&void 0!==t&&!t)&&this.isInBackground,n=this.elementInfos.some((A=>A.pictureInPicture)),r=this.elementInfos.some((A=>A.visible))&&!i||n;this.lastVisible!==r&&(!r&&Date.now()-e<100?Wn.setTimeout((()=>{this.updateVisibility()}),100):(this.lastVisible=r,this.emit(Sn.VisibilityChanged,r,this)))}updateDimensions(){var A,t;let e=0,i=0;const n=this.getPixelDensity();for(const r of this.elementInfos){const A=r.width()*n,t=r.height()*n;A+t>e+i&&(e=A,i=t)}(null===(A=this.lastDimensions)||void 0===A?void 0:A.width)===e&&(null===(t=this.lastDimensions)||void 0===t?void 0:t.height)===i||(this.lastDimensions={width:e,height:i},this.emit(Sn.VideoDimensionsChanged,this.lastDimensions,this))}getPixelDensity(){var A;const t=null===(A=this.adaptiveStreamSettings)||void 0===A?void 0:A.pixelDensity;return"screen"===t?Hr():t||(Hr()>2?2:1)}}class Po{get visible(){return this.isPiP||this.isIntersecting}get pictureInPicture(){return this.isPiP}constructor(A,t){this.onVisibilityChanged=A=>{var t;const{target:e,isIntersecting:i}=A;e===this.element&&(this.isIntersecting=i,this.isPiP=Vo(this.element),this.visibilityChangedAt=Date.now(),null===(t=this.handleVisibilityChanged)||void 0===t||t.call(this))},this.onEnterPiP=()=>{var A,t,e;null===(t=null===(A=window.documentPictureInPicture)||void 0===A?void 0:A.window)||void 0===t||t.addEventListener("pagehide",this.onLeavePiP),this.isPiP=Vo(this.element),null===(e=this.handleVisibilityChanged)||void 0===e||e.call(this)},this.onLeavePiP=()=>{var A;this.isPiP=Vo(this.element),null===(A=this.handleVisibilityChanged)||void 0===A||A.call(this)},this.element=A,this.isIntersecting=null!=t?t:Jo(A),this.isPiP=Cr()&&Vo(A),this.visibilityChangedAt=0}width(){return this.element.clientWidth}height(){return this.element.clientHeight}observe(){var A,t,e;this.isIntersecting=Jo(this.element),this.isPiP=Vo(this.element),this.element.handleResize=()=>{var A;null===(A=this.handleResize)||void 0===A||A.call(this)},this.element.handleVisibilityChanged=this.onVisibilityChanged,Dr().observe(this.element),Kr().observe(this.element),this.element.addEventListener("enterpictureinpicture",this.onEnterPiP),this.element.addEventListener("leavepictureinpicture",this.onLeavePiP),null===(A=window.documentPictureInPicture)||void 0===A||A.addEventListener("enter",this.onEnterPiP),null===(e=null===(t=window.documentPictureInPicture)||void 0===t?void 0:t.window)||void 0===e||e.addEventListener("pagehide",this.onLeavePiP)}stopObserving(){var A,t,e,i,n;null===(A=Dr())||void 0===A||A.unobserve(this.element),null===(t=Kr())||void 0===t||t.unobserve(this.element),this.element.removeEventListener("enterpictureinpicture",this.onEnterPiP),this.element.removeEventListener("leavepictureinpicture",this.onLeavePiP),null===(e=window.documentPictureInPicture)||void 0===e||e.removeEventListener("enter",this.onEnterPiP),null===(n=null===(i=window.documentPictureInPicture)||void 0===i?void 0:i.window)||void 0===n||n.removeEventListener("pagehide",this.onLeavePiP)}}function Vo(A){var t,e;return document.pictureInPictureElement===A||!!(null===(t=window.documentPictureInPicture)||void 0===t?void 0:t.window)&&Jo(A,null===(e=window.documentPictureInPicture)||void 0===e?void 0:e.window)}function Jo(A,t){const e=t||window;let i=A.offsetTop,n=A.offsetLeft;const r=A.offsetWidth,s=A.offsetHeight,{hidden:o}=A,{display:a}=getComputedStyle(A);for(;A.offsetParent;)i+=(A=A.offsetParent).offsetTop,n+=A.offsetLeft;return i<e.pageYOffset+e.innerHeight&&n<e.pageXOffset+e.innerWidth&&i+s>e.pageYOffset&&n+r>e.pageXOffset&&!o&&"none"!==a}class Xo extends oi.EventEmitter{constructor(A,t,e,i){var n;super(),this.metadataMuted=!1,this.encryption=ft.NONE,this.log=qe,this.handleMuted=()=>{this.emit(Sn.Muted)},this.handleUnmuted=()=>{this.emit(Sn.Unmuted)},this.log=ze(null!==(n=null==i?void 0:i.loggerName)&&void 0!==n?n:Ye.Publication),this.loggerContextCb=this.loggerContextCb,this.setMaxListeners(100),this.kind=A,this.trackSid=t,this.trackName=e,this.source=Ar.Source.Unknown}setTrack(A){this.track&&(this.track.off(Sn.Muted,this.handleMuted),this.track.off(Sn.Unmuted,this.handleUnmuted)),this.track=A,A&&(A.on(Sn.Muted,this.handleMuted),A.on(Sn.Unmuted,this.handleUnmuted))}get logContext(){var A;return Object.assign(Object.assign({},null===(A=this.loggerContextCb)||void 0===A?void 0:A.call(this)),os(this))}get isMuted(){return this.metadataMuted}get isEnabled(){return!0}get isSubscribed(){return void 0!==this.track}get isEncrypted(){return this.encryption!==ft.NONE}get audioTrack(){if(Jr(this.track))return this.track}get videoTrack(){if(Xr(this.track))return this.track}updateInfo(A){this.trackSid=A.sid,this.trackName=A.name,this.source=Ar.sourceFromProto(A.source),this.mimeType=A.mimeType,this.kind===Ar.Kind.Video&&A.width>0&&(this.dimensions={width:A.width,height:A.height},this.simulcasted=A.simulcast),this.encryption=A.encryption,this.trackInfo=A,this.log.debug("update publication info",Object.assign(Object.assign({},this.logContext),{info:A}))}}(Fo=(Co=Xo||(Xo={})).SubscriptionStatus||(Co.SubscriptionStatus={})).Desired="desired",Fo.Subscribed="subscribed",Fo.Unsubscribed="unsubscribed",(yo=Co.PermissionStatus||(Co.PermissionStatus={})).Allowed="allowed",yo.NotAllowed="not_allowed";class Yo extends Xo{get isUpstreamPaused(){var A;return null===(A=this.track)||void 0===A?void 0:A.isUpstreamPaused}constructor(A,t,e,i){super(A,t.sid,t.name,i),this.track=void 0,this.handleTrackEnded=()=>{this.emit(Sn.Ended)},this.updateInfo(t),this.setTrack(e)}setTrack(A){this.track&&this.track.off(Sn.Ended,this.handleTrackEnded),super.setTrack(A),A&&A.on(Sn.Ended,this.handleTrackEnded)}get isMuted(){return this.track?this.track.isMuted:super.isMuted}get audioTrack(){return super.audioTrack}get videoTrack(){return super.videoTrack}get isLocal(){return!0}mute(){return ii(this,void 0,void 0,(function*(){var A;return null===(A=this.track)||void 0===A?void 0:A.mute()}))}unmute(){return ii(this,void 0,void 0,(function*(){var A;return null===(A=this.track)||void 0===A?void 0:A.unmute()}))}pauseUpstream(){return ii(this,void 0,void 0,(function*(){var A;yield null===(A=this.track)||void 0===A?void 0:A.pauseUpstream()}))}resumeUpstream(){return ii(this,void 0,void 0,(function*(){var A;yield null===(A=this.track)||void 0===A?void 0:A.resumeUpstream()}))}getTrackFeatures(){var A;if(Jr(this.track)){const t=this.track.getSourceTrackSettings(),e=new Set;return t.autoGainControl&&e.add(ot.TF_AUTO_GAIN_CONTROL),t.echoCancellation&&e.add(ot.TF_ECHO_CANCELLATION),t.noiseSuppression&&e.add(ot.TF_NOISE_SUPPRESSION),t.channelCount&&t.channelCount>1&&e.add(ot.TF_STEREO),(null===(A=this.options)||void 0===A?void 0:A.dtx)||e.add(ot.TF_NO_DTX),this.track.enhancedNoiseCancellation&&e.add(ot.TF_ENHANCED_NOISE_CANCELLATION),Array.from(e.values())}return[]}}function $o(A,t){return ii(this,void 0,void 0,(function*(){null!=A||(A={});let e=!1;const{audioProcessor:i,videoProcessor:n,optionsWithoutProcessor:r}=as(A);let s=r.audio,o=r.video;if(i&&"object"==typeof r.audio&&(r.audio.processor=i),n&&"object"==typeof r.video&&(r.video.processor=n),A.audio&&"object"==typeof r.audio&&"string"==typeof r.audio.deviceId){const A=r.audio.deviceId;r.audio.deviceId={exact:A},e=!0,s=Object.assign(Object.assign({},r.audio),{deviceId:{ideal:A}})}if(r.video&&"object"==typeof r.video&&"string"==typeof r.video.deviceId){const A=r.video.deviceId;r.video.deviceId={exact:A},e=!0,o=Object.assign(Object.assign({},r.video),{deviceId:{ideal:A}})}(!0===r.audio||"object"==typeof r.audio&&!r.audio.deviceId)&&(r.audio={deviceId:"default"}),!0===r.video?r.video={deviceId:"default"}:"object"!=typeof r.video||r.video.deviceId||(r.video.deviceId="default");const a=zr(r,js,Gs),c=ts(a),u=navigator.mediaDevices.getUserMedia(c);r.audio&&(hs.userMediaPromiseMap.set("audioinput",u),u.catch((()=>hs.userMediaPromiseMap.delete("audioinput")))),r.video&&(hs.userMediaPromiseMap.set("videoinput",u),u.catch((()=>hs.userMediaPromiseMap.delete("videoinput"))));try{const A=yield u;return yield Promise.all(A.getTracks().map((e=>ii(this,void 0,void 0,(function*(){const r="audio"===e.kind;let s,o=r?a.audio:a.video;"boolean"!=typeof o&&o||(o={});const u=r?c.audio:c.video;"boolean"!=typeof u&&(s=u);const h=e.getSettings().deviceId;(null==s?void 0:s.deviceId)&&Nr(s.deviceId)!==h?s.deviceId=h:s||(s={deviceId:h});const l=(function(A,t,e){switch(A.kind){case"audio":return new to(A,t,!1,void 0,e);case"video":return new Bo(A,t,!1,e);default:throw new xn("unsupported track type: ".concat(A.kind))}})(e,s,t);return l.kind===Ar.Kind.Video?l.source=Ar.Source.Camera:l.kind===Ar.Kind.Audio&&(l.source=Ar.Source.Microphone),l.mediaStream=A,Jr(l)&&i?yield l.setProcessor(i):Xr(l)&&n&&(yield l.setProcessor(n)),l})))))}catch(h){if(!e)throw h;return $o(Object.assign(Object.assign({},A),{audio:s,video:o}),t)}}))}(Eo=bo||(bo={})).Excellent="excellent",Eo.Good="good",Eo.Poor="poor",Eo.Lost="lost",Eo.Unknown="unknown";class Wo extends oi.EventEmitter{get logContext(){var A,t;return Object.assign({},null===(t=null===(A=this.loggerOptions)||void 0===A?void 0:A.loggerContextCb)||void 0===t?void 0:t.call(A))}get isEncrypted(){return this.trackPublications.size>0&&Array.from(this.trackPublications.values()).every((A=>A.isEncrypted))}get isAgent(){var A;return(null===(A=this.permissions)||void 0===A?void 0:A.agent)||this.kind===dt.AGENT}get isActive(){var A;return(null===(A=this.participantInfo)||void 0===A?void 0:A.state)===lt.ACTIVE}get kind(){return this.QA}get attributes(){return Object.freeze(Object.assign({},this.mA))}constructor(A,t,e,i,n,r){let s=arguments.length>6&&void 0!==arguments[6]?arguments[6]:dt.STANDARD;var o;super(),this.audioLevel=0,this.isSpeaking=!1,this.UA=bo.Unknown,this.log=qe,this.log=ze(null!==(o=null==r?void 0:r.loggerName)&&void 0!==o?o:Ye.Participant),this.loggerOptions=r,this.setMaxListeners(100),this.sid=A,this.identity=t,this.name=e,this.metadata=i,this.audioTrackPublications=new Map,this.videoTrackPublications=new Map,this.trackPublications=new Map,this.QA=s,this.mA=null!=n?n:{}}getTrackPublications(){return Array.from(this.trackPublications.values())}getTrackPublication(A){for(const[,t]of this.trackPublications)if(t.source===A)return t}getTrackPublicationByName(A){for(const[,t]of this.trackPublications)if(t.trackName===A)return t}waitUntilActive(){return this.isActive?Promise.resolve():(this.activeFuture||(this.activeFuture=new Rr,this.once(Hn.Active,(()=>{var A,t;null===(t=null===(A=this.activeFuture)||void 0===A?void 0:A.resolve)||void 0===t||t.call(A),this.activeFuture=void 0}))),this.activeFuture.promise)}get connectionQuality(){return this.UA}get isCameraEnabled(){var A;const t=this.getTrackPublication(Ar.Source.Camera);return!(null===(A=null==t?void 0:t.isMuted)||void 0===A||A)}get isMicrophoneEnabled(){var A;const t=this.getTrackPublication(Ar.Source.Microphone);return!(null===(A=null==t?void 0:t.isMuted)||void 0===A||A)}get isScreenShareEnabled(){return!!this.getTrackPublication(Ar.Source.ScreenShare)}get isLocal(){return!1}get joinedAt(){return this.participantInfo?new Date(1e3*Number.parseInt(this.participantInfo.joinedAt.toString())):new Date}updateInfo(A){var t;return!(this.participantInfo&&this.participantInfo.sid===A.sid&&this.participantInfo.version>A.version||(this.identity=A.identity,this.sid=A.sid,this.CA(A.name),this.FA(A.metadata),this.yA(A.attributes),A.state===lt.ACTIVE&&(null===(t=this.participantInfo)||void 0===t?void 0:t.state)!==lt.ACTIVE&&this.emit(Hn.Active),A.permission&&this.setPermissions(A.permission),this.participantInfo=A,0))}FA(A){const t=this.metadata!==A,e=this.metadata;this.metadata=A,t&&this.emit(Hn.ParticipantMetadataChanged,e)}CA(A){const t=this.name!==A;this.name=A,t&&this.emit(Hn.ParticipantNameChanged,A)}yA(A){const t=(function(A,t){var e;void 0===A&&(A={}),void 0===t&&(t={});const i=[...Object.keys(t),...Object.keys(A)],n={};for(const r of i)A[r]!==t[r]&&(n[r]=null!==(e=t[r])&&void 0!==e?e:"");return n})(this.attributes,A);this.mA=A,Object.keys(t).length>0&&this.emit(Hn.AttributesChanged,t)}setPermissions(A){var t,e,i,n,r,s;const o=this.permissions,a=A.canPublish!==(null===(t=this.permissions)||void 0===t?void 0:t.canPublish)||A.canSubscribe!==(null===(e=this.permissions)||void 0===e?void 0:e.canSubscribe)||A.canPublishData!==(null===(i=this.permissions)||void 0===i?void 0:i.canPublishData)||A.hidden!==(null===(n=this.permissions)||void 0===n?void 0:n.hidden)||A.recorder!==(null===(r=this.permissions)||void 0===r?void 0:r.recorder)||A.canPublishSources.length!==this.permissions.canPublishSources.length||A.canPublishSources.some(((A,t)=>{var e;return A!==(null===(e=this.permissions)||void 0===e?void 0:e.canPublishSources[t])}))||A.canSubscribeMetrics!==(null===(s=this.permissions)||void 0===s?void 0:s.canSubscribeMetrics);return this.permissions=A,a&&this.emit(Hn.ParticipantPermissionsChanged,o),a}setIsSpeaking(A){A!==this.isSpeaking&&(this.isSpeaking=A,A&&(this.lastSpokeAt=new Date),this.emit(Hn.IsSpeakingChanged,A))}setConnectionQuality(A){const t=this.UA;this.UA=(function(A){switch(A){case et.EXCELLENT:return bo.Excellent;case et.GOOD:return bo.Good;case et.POOR:return bo.Poor;case et.LOST:return bo.Lost;default:return bo.Unknown}})(A),t!==this.UA&&this.emit(Hn.ConnectionQualityChanged,this.UA)}setDisconnected(){var A,t;this.activeFuture&&(null===(t=(A=this.activeFuture).reject)||void 0===t||t.call(A,new Error("Participant disconnected")),this.activeFuture=void 0)}setAudioContext(A){this.audioContext=A,this.audioTrackPublications.forEach((t=>Jr(t.track)&&t.track.setAudioContext(A)))}addTrackPublication(A){A.on(Sn.Muted,(()=>{this.emit(Hn.TrackMuted,A)})),A.on(Sn.Unmuted,(()=>{this.emit(Hn.TrackUnmuted,A)}));const t=A;switch(t.track&&(t.track.sid=A.trackSid),this.trackPublications.set(A.trackSid,A),A.kind){case Ar.Kind.Audio:this.audioTrackPublications.set(A.trackSid,A);break;case Ar.Kind.Video:this.videoTrackPublications.set(A.trackSid,A)}}}class Zo extends Wo{constructor(A,t,e,i,n){super(A,t,void 0,void 0,void 0,{loggerName:i.loggerName,loggerContextCb:()=>this.engine.logContext}),this.pendingPublishing=new Set,this.pendingPublishPromises=new Map,this.participantTrackPermissions=[],this.allParticipantsAllowedToSubscribe=!0,this.encryptionType=ft.NONE,this.enabledPublishVideoCodecs=[],this.pendingAcks=new Map,this.pendingResponses=new Map,this.handleReconnecting=()=>{this.reconnectFuture||(this.reconnectFuture=new Rr)},this.handleReconnected=()=>{var A,t;null===(t=null===(A=this.reconnectFuture)||void 0===A?void 0:A.resolve)||void 0===t||t.call(A),this.reconnectFuture=void 0,this.updateTrackSubscriptionPermissions()},this.handleDisconnected=()=>{var A,t;this.reconnectFuture&&(this.reconnectFuture.promise.catch((A=>this.log.warn(A.message,this.logContext))),null===(t=null===(A=this.reconnectFuture)||void 0===A?void 0:A.reject)||void 0===t||t.call(A,"Got disconnected during reconnection attempt"),this.reconnectFuture=void 0)},this.handleSignalRequestResponse=A=>{const{requestId:t,reason:e,message:i}=A,n=this.pendingSignalRequests.get(t);n&&(e!==Re.OK&&n.reject(new Gn(i,e)),this.pendingSignalRequests.delete(t))},this.handleDataPacket=A=>{switch(A.value.case){case"rpcResponse":let t=A.value.value,e=null,i=null;"payload"===t.value.case?e=t.value.value:"error"===t.value.case&&(i=$s.fromProto(t.value.value)),this.handleIncomingRpcResponse(t.requestId,e,i);break;case"rpcAck":let n=A.value.value;this.handleIncomingRpcAck(n.requestId)}},this.updateTrackSubscriptionPermissions=()=>{this.log.debug("updating track subscription permissions",Object.assign(Object.assign({},this.logContext),{allParticipantsAllowed:this.allParticipantsAllowedToSubscribe,participantTrackPermissions:this.participantTrackPermissions})),this.engine.client.sendUpdateSubscriptionPermissions(this.allParticipantsAllowedToSubscribe,this.participantTrackPermissions.map((A=>(function(A){var t,e,i;if(!A.participantSid&&!A.participantIdentity)throw new Error("Invalid track permission, must provide at least one of participantIdentity and participantSid");return new be({participantIdentity:null!==(t=A.participantIdentity)&&void 0!==t?t:"",participantSid:null!==(e=A.participantSid)&&void 0!==e?e:"",allTracks:null!==(i=A.allowAll)&&void 0!==i&&i,trackSids:A.allowedTrackSids||[]})})(A))))},this.onTrackUnmuted=A=>{this.onTrackMuted(A,A.isUpstreamPaused)},this.onTrackMuted=(A,t)=>{void 0===t&&(t=!0),A.sid?this.engine.updateMuteStatus(A.sid,t):this.log.error("could not update mute status for unpublished track",Object.assign(Object.assign({},this.logContext),os(A)))},this.onTrackUpstreamPaused=A=>{this.log.debug("upstream paused",Object.assign(Object.assign({},this.logContext),os(A))),this.onTrackMuted(A,!0)},this.onTrackUpstreamResumed=A=>{this.log.debug("upstream resumed",Object.assign(Object.assign({},this.logContext),os(A))),this.onTrackMuted(A,A.isMuted)},this.onTrackFeatureUpdate=A=>{const t=this.audioTrackPublications.get(A.sid);t?this.engine.client.sendUpdateLocalAudioTrack(t.trackSid,t.getTrackFeatures()):this.log.warn("Could not update local audio track settings, missing publication for track ".concat(A.sid),this.logContext)},this.handleSubscribedQualityUpdate=A=>ii(this,void 0,void 0,(function*(){var t,e,i,n,r,s;if(!(null===(r=this.roomOptions)||void 0===r?void 0:r.dynacast))return;const o=this.videoTrackPublications.get(A.trackSid);if(o)if(A.subscribedCodecs.length>0){if(!o.videoTrack)return;const r=yield o.videoTrack.setPublishingCodecs(A.subscribedCodecs);try{for(var a,c=!0,u=ni(r);!(t=(a=yield u.next()).done);c=!0){n=a.value,c=!1;const A=n;sr(A)&&(this.log.debug("publish ".concat(A," for ").concat(o.videoTrack.sid),Object.assign(Object.assign({},this.logContext),os(o))),yield this.publishAdditionalCodecForTrack(o.videoTrack,A,o.options))}}catch(h){e={error:h}}finally{try{c||t||!(i=u.return)||(yield i.call(u))}finally{if(e)throw e.error}}}else A.subscribedQualities.length>0&&(yield null===(s=o.videoTrack)||void 0===s?void 0:s.setPublishingLayers(A.subscribedQualities));else this.log.warn("received subscribed quality update for unknown track",Object.assign(Object.assign({},this.logContext),{trackSid:A.trackSid}))})),this.handleLocalTrackUnpublished=A=>{const t=this.trackPublications.get(A.trackSid);t?this.unpublishTrack(t.track):this.log.warn("received unpublished event for unknown track",Object.assign(Object.assign({},this.logContext),{trackSid:A.trackSid}))},this.handleTrackEnded=A=>ii(this,void 0,void 0,(function*(){if(A.source===Ar.Source.ScreenShare||A.source===Ar.Source.ScreenShareAudio)this.log.debug("unpublishing local track due to TrackEnded",Object.assign(Object.assign({},this.logContext),os(A))),this.unpublishTrack(A);else if(A.isUserProvided)yield A.mute();else if($r(A)||Yr(A))try{if(Cr())try{const t=yield null===navigator||void 0===navigator?void 0:navigator.permissions.query({name:A.source===Ar.Source.Camera?"camera":"microphone"});if(t&&"denied"===t.state)throw this.log.warn("user has revoked access to ".concat(A.source),Object.assign(Object.assign({},this.logContext),os(A))),t.onchange=()=>{"denied"!==t.state&&(A.isMuted||A.restartTrack(),t.onchange=null)},new Error("GetUserMedia Permission denied")}catch(t){}A.isMuted||(this.log.debug("track ended, attempting to use a different device",Object.assign(Object.assign({},this.logContext),os(A))),$r(A)?yield A.restartTrack({deviceId:"default"}):yield A.restartTrack())}catch(t){this.log.warn("could not restart track, muting instead",Object.assign(Object.assign({},this.logContext),os(A))),yield A.mute()}})),this.audioTrackPublications=new Map,this.videoTrackPublications=new Map,this.trackPublications=new Map,this.engine=e,this.roomOptions=i,this.setupEngine(e),this.activeDeviceMap=new Map([["audioinput","default"],["videoinput","default"],["audiooutput","default"]]),this.pendingSignalRequests=new Map,this.rpcHandlers=n}get lastCameraError(){return this.cameraError}get lastMicrophoneError(){return this.microphoneError}get isE2EEEnabled(){return this.encryptionType!==ft.NONE}getTrackPublication(A){const t=super.getTrackPublication(A);if(t)return t}getTrackPublicationByName(A){const t=super.getTrackPublicationByName(A);if(t)return t}setupEngine(A){this.engine=A,this.engine.on(kn.RemoteMute,((A,t)=>{const e=this.trackPublications.get(A);e&&e.track&&(t?e.mute():e.unmute())})),this.engine.on(kn.Connected,this.handleReconnected).on(kn.SignalRestarted,this.handleReconnected).on(kn.SignalResumed,this.handleReconnected).on(kn.Restarting,this.handleReconnecting).on(kn.Resuming,this.handleReconnecting).on(kn.LocalTrackUnpublished,this.handleLocalTrackUnpublished).on(kn.SubscribedQualityUpdate,this.handleSubscribedQualityUpdate).on(kn.Disconnected,this.handleDisconnected).on(kn.SignalRequestResponse,this.handleSignalRequestResponse).on(kn.DataPacketReceived,this.handleDataPacket)}setMetadata(A){return ii(this,void 0,void 0,(function*(){yield this.requestMetadataUpdate({metadata:A})}))}setName(A){return ii(this,void 0,void 0,(function*(){yield this.requestMetadataUpdate({name:A})}))}setAttributes(A){return ii(this,void 0,void 0,(function*(){yield this.requestMetadataUpdate({attributes:A})}))}requestMetadataUpdate(A){return ii(this,arguments,void 0,(function(A){var t=this;let{metadata:e,name:i,attributes:n}=A;return(function*(){return new Promise(((A,r)=>ii(t,void 0,void 0,(function*(){var t,s;try{let o=!1;const a=yield this.engine.client.sendUpdateLocalMetadata(null!==(t=null!=e?e:this.metadata)&&void 0!==t?t:"",null!==(s=null!=i?i:this.name)&&void 0!==s?s:"",n),c=performance.now();for(this.pendingSignalRequests.set(a,{resolve:A,reject:A=>{r(A),o=!0},values:{name:i,metadata:e,attributes:n}});performance.now()-c<5e3&&!o;){if((!i||this.name===i)&&(!e||this.metadata===e)&&(!n||Object.entries(n).every((A=>{let[t,e]=A;return this.attributes[t]===e||""===e&&!this.attributes[t]}))))return this.pendingSignalRequests.delete(a),void A();yield fr(50)}r(new Gn("Request to update local metadata timed out","TimeoutError"))}catch(o){o instanceof Error&&r(o)}}))))})()}))}setCameraEnabled(A,t,e){return this.setTrackEnabled(Ar.Source.Camera,A,t,e)}setMicrophoneEnabled(A,t,e){return this.setTrackEnabled(Ar.Source.Microphone,A,t,e)}setScreenShareEnabled(A,t,e){return this.setTrackEnabled(Ar.Source.ScreenShare,A,t,e)}setPermissions(A){const t=this.permissions,e=super.setPermissions(A);return e&&t&&this.emit(Hn.ParticipantPermissionsChanged,t),e}setE2EEEnabled(A){return ii(this,void 0,void 0,(function*(){this.encryptionType=A?ft.GCM:ft.NONE,yield this.republishAllTracks(void 0,!1)}))}setTrackEnabled(A,t,e,i){return ii(this,void 0,void 0,(function*(){var n,r;this.log.debug("setTrackEnabled",Object.assign(Object.assign({},this.logContext),{source:A,enabled:t})),this.republishPromise&&(yield this.republishPromise);let s=this.getTrackPublication(A);if(t)if(s)yield s.unmute();else{let t;if(this.pendingPublishing.has(A)){const t=yield this.waitForPendingPublicationOfSource(A);return t||this.log.info("waiting for pending publication promise timed out",Object.assign(Object.assign({},this.logContext),{source:A})),yield null==t?void 0:t.unmute(),t}this.pendingPublishing.add(A);try{switch(A){case Ar.Source.Camera:t=yield this.createTracks({video:null===(n=e)||void 0===n||n});break;case Ar.Source.Microphone:t=yield this.createTracks({audio:null===(r=e)||void 0===r||r});break;case Ar.Source.ScreenShare:t=yield this.createScreenTracks(Object.assign({},e));break;default:throw new xn(A)}}catch(o){throw null==t||t.forEach((A=>{A.stop()})),o instanceof Error&&this.emit(Hn.MediaDevicesError,o),this.pendingPublishing.delete(A),o}try{const A=[];for(const n of t)this.log.info("publishing track",Object.assign(Object.assign({},this.logContext),os(n))),A.push(this.publishTrack(n,i));const e=yield Promise.all(A);[s]=e}catch(o){throw null==t||t.forEach((A=>{A.stop()})),o}finally{this.pendingPublishing.delete(A)}}else if(!(null==s?void 0:s.track)&&this.pendingPublishing.has(A)&&(s=yield this.waitForPendingPublicationOfSource(A),s||this.log.info("waiting for pending publication promise timed out",Object.assign(Object.assign({},this.logContext),{source:A}))),s&&s.track)if(A===Ar.Source.ScreenShare){s=yield this.unpublishTrack(s.track);const A=this.getTrackPublication(Ar.Source.ScreenShareAudio);A&&A.track&&this.unpublishTrack(A.track)}else yield s.mute();return s}))}enableCameraAndMicrophone(){return ii(this,void 0,void 0,(function*(){if(!this.pendingPublishing.has(Ar.Source.Camera)&&!this.pendingPublishing.has(Ar.Source.Microphone)){this.pendingPublishing.add(Ar.Source.Camera),this.pendingPublishing.add(Ar.Source.Microphone);try{const A=yield this.createTracks({audio:!0,video:!0});yield Promise.all(A.map((A=>this.publishTrack(A))))}finally{this.pendingPublishing.delete(Ar.Source.Camera),this.pendingPublishing.delete(Ar.Source.Microphone)}}}))}createTracks(A){return ii(this,void 0,void 0,(function*(){var t,e;null!=A||(A={});const i=zr(A,null===(t=this.roomOptions)||void 0===t?void 0:t.audioCaptureDefaults,null===(e=this.roomOptions)||void 0===e?void 0:e.videoCaptureDefaults);try{return(yield $o(i,{loggerName:this.roomOptions.loggerName,loggerContextCb:()=>this.logContext})).map((A=>(Jr(A)&&(this.microphoneError=void 0,A.setAudioContext(this.audioContext),A.source=Ar.Source.Microphone,this.emit(Hn.AudioStreamAcquired)),Xr(A)&&(this.cameraError=void 0,A.source=Ar.Source.Camera),A)))}catch(n){throw n instanceof Error&&(A.audio&&(this.microphoneError=n),A.video&&(this.cameraError=n)),n}}))}createScreenTracks(A){return ii(this,void 0,void 0,(function*(){if(void 0===A&&(A={}),void 0===navigator.mediaDevices.getDisplayMedia)throw new Ln("getDisplayMedia not supported");void 0!==A.resolution||(function(){const A=Jn();return"Safari"===(null==A?void 0:A.name)&&A.version.startsWith("17.")})()||(A.resolution=dr.h1080fps30.resolution);const t=(function(A){var t,e;let i=null===(t=A.video)||void 0===t||t;return A.resolution&&A.resolution.width>0&&A.resolution.height>0&&(i="boolean"==typeof i?{}:i,i=mr()?Object.assign(Object.assign({},i),{width:{max:A.resolution.width},height:{max:A.resolution.height},frameRate:A.resolution.frameRate}):Object.assign(Object.assign({},i),{width:{ideal:A.resolution.width},height:{ideal:A.resolution.height},frameRate:A.resolution.frameRate})),{audio:null!==(e=A.audio)&&void 0!==e&&e,video:i,controller:A.controller,selfBrowserSurface:A.selfBrowserSurface,surfaceSwitching:A.surfaceSwitching,systemAudio:A.systemAudio,preferCurrentTab:A.preferCurrentTab}})(A),e=yield navigator.mediaDevices.getDisplayMedia(t),i=e.getVideoTracks();if(0===i.length)throw new xn("no video track found");const n=new Bo(i[0],void 0,!1,{loggerName:this.roomOptions.loggerName,loggerContextCb:()=>this.logContext});n.source=Ar.Source.ScreenShare,A.contentHint&&(n.mediaStreamTrack.contentHint=A.contentHint);const r=[n];if(e.getAudioTracks().length>0){this.emit(Hn.AudioStreamAcquired);const A=new to(e.getAudioTracks()[0],void 0,!1,this.audioContext,{loggerName:this.roomOptions.loggerName,loggerContextCb:()=>this.logContext});A.source=Ar.Source.ScreenShareAudio,r.push(A)}return r}))}publishTrack(A,t){return ii(this,void 0,void 0,(function*(){return this.publishOrRepublishTrack(A,t)}))}publishOrRepublishTrack(A,t){return ii(this,arguments,void 0,(function(A,t){var e=this;let i=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return(function*(){var n,r,s,o;let a,c;if($r(A)&&A.setAudioContext(e.audioContext),yield null===(n=e.reconnectFuture)||void 0===n?void 0:n.promise,e.republishPromise&&!i&&(yield e.republishPromise),Vr(A)&&e.pendingPublishPromises.has(A)&&(yield e.pendingPublishPromises.get(A)),A instanceof MediaStreamTrack)a=A.getConstraints();else{let t;switch(a=A.constraints,A.source){case Ar.Source.Microphone:t="audioinput";break;case Ar.Source.Camera:t="videoinput"}t&&e.activeDeviceMap.has(t)&&(a=Object.assign(Object.assign({},a),{deviceId:e.activeDeviceMap.get(t)}))}if(A instanceof MediaStreamTrack)switch(A.kind){case"audio":A=new to(A,a,!0,e.audioContext,{loggerName:e.roomOptions.loggerName,loggerContextCb:()=>e.logContext});break;case"video":A=new Bo(A,a,!0,{loggerName:e.roomOptions.loggerName,loggerContextCb:()=>e.logContext});break;default:throw new xn("unsupported MediaStreamTrack kind ".concat(A.kind))}else A.updateLoggerOptions({loggerName:e.roomOptions.loggerName,loggerContextCb:()=>e.logContext});if(e.trackPublications.forEach((t=>{t.track&&t.track===A&&(c=t)})),c)return e.log.warn("track has already been published, skipping",Object.assign(Object.assign({},e.logContext),os(c))),c;const u="channelCount"in A.mediaStreamTrack.getSettings()&&2===A.mediaStreamTrack.getSettings().channelCount||2===A.mediaStreamTrack.getConstraints().channelCount,h=null!==(r=null==t?void 0:t.forceStereo)&&void 0!==r?r:u;h&&(t||(t={}),void 0===t.dtx&&e.log.info("Opus DTX will be disabled for stereo tracks by default. Enable them explicitly to make it work.",Object.assign(Object.assign({},e.logContext),os(A))),void 0===t.red&&e.log.info("Opus RED will be disabled for stereo tracks by default. Enable them explicitly to make it work."),null!==(s=t.dtx)&&void 0!==s||(t.dtx=!1),null!==(o=t.red)&&void 0!==o||(t.red=!1));const l=Object.assign(Object.assign({},e.roomOptions.publishDefaults),t);!(function(){const A=Jn(),t="17.2";if(A)return"Safari"!==A.name&&"iOS"!==A.os||!!("iOS"===A.os&&A.osVersion&&Ir(t,A.osVersion)>=0)||"Safari"===A.name&&Ir(t,A.version)>=0})()&&e.roomOptions.e2ee&&(e.log.info("End-to-end encryption is set up, simulcast publishing will be disabled on Safari versions and iOS browsers running iOS < v17.2",Object.assign({},e.logContext)),l.simulcast=!1),l.source&&(A.source=l.source);const d=new Promise(((t,i)=>ii(e,void 0,void 0,(function*(){try{if(this.engine.client.currentState!==gs.CONNECTED){this.log.debug("deferring track publication until signal is connected",Object.assign(Object.assign({},this.logContext),{track:os(A)}));const e=()=>ii(this,void 0,void 0,(function*(){try{const e=yield this.publish(A,l,h);t(e)}catch(e){i(e)}}));setTimeout((()=>{this.engine.off(kn.SignalConnected,e),i(new jn("publishing rejected as engine not connected within timeout",408))}),15e3),this.engine.once(kn.SignalConnected,e),this.engine.on(kn.Closing,(()=>{this.engine.off(kn.SignalConnected,e),i(new jn("publishing rejected as engine closed",499))}))}else try{const e=yield this.publish(A,l,h);t(e)}catch(e){i(e)}}catch(e){i(e)}}))));e.pendingPublishPromises.set(A,d);try{return yield d}catch(B){throw B}finally{e.pendingPublishPromises.delete(A)}})()}))}hasPermissionsToPublish(A){if(!this.permissions)return this.log.warn("no permissions present for publishing track",Object.assign(Object.assign({},this.logContext),os(A))),!1;const{canPublish:t,canPublishSources:e}=this.permissions;return!(!t||0!==e.length&&!e.map((A=>(function(A){switch(A){case At.CAMERA:return Ar.Source.Camera;case At.MICROPHONE:return Ar.Source.Microphone;case At.SCREEN_SHARE:return Ar.Source.ScreenShare;case At.SCREEN_SHARE_AUDIO:return Ar.Source.ScreenShareAudio;default:return Ar.Source.Unknown}})(A))).includes(A.source))||(this.log.warn("insufficient permissions to publish",Object.assign(Object.assign({},this.logContext),os(A))),!1)}publish(A,t,e){return ii(this,void 0,void 0,(function*(){var i,n,r,s,o,a,c,u,h,l;if(!this.hasPermissionsToPublish(A))throw new jn("failed to publish track, insufficient permissions",403);Array.from(this.trackPublications.values()).find((t=>Vr(A)&&t.source===A.source))&&A.source!==Ar.Source.Unknown&&this.log.info("publishing a second track with the same source: ".concat(A.source),Object.assign(Object.assign({},this.logContext),os(A))),t.stopMicTrackOnMute&&Jr(A)&&(A.stopOnMute=!0),A.source===Ar.Source.ScreenShare&&Qr()&&(t.simulcast=!1),"av1"!==t.videoCodec||(function(){if(!("getCapabilities"in RTCRtpSender))return!1;if(mr())return!1;const A=RTCRtpSender.getCapabilities("video");let t=!1;if(A)for(const e of A.codecs)if("video/AV1"===e.mimeType){t=!0;break}return t})()||(t.videoCodec=void 0),"vp9"!==t.videoCodec||(function(){if(!("getCapabilities"in RTCRtpSender))return!1;if(Qr())return!1;if(mr()){const A=Jn();if((null==A?void 0:A.version)&&Ir(A.version,"16")<0)return!1}const A=RTCRtpSender.getCapabilities("video");let t=!1;if(A)for(const e of A.codecs)if("video/VP9"===e.mimeType){t=!0;break}return t})()||(t.videoCodec=void 0),void 0===t.videoCodec&&(t.videoCodec=Ns),this.enabledPublishVideoCodecs.length>0&&(this.enabledPublishVideoCodecs.some((A=>t.videoCodec===rs(A.mime)))||(t.videoCodec=rs(this.enabledPublishVideoCodecs[0].mime)));const d=t.videoCodec;A.on(Sn.Muted,this.onTrackMuted),A.on(Sn.Unmuted,this.onTrackUnmuted),A.on(Sn.Ended,this.handleTrackEnded),A.on(Sn.UpstreamPaused,this.onTrackUpstreamPaused),A.on(Sn.UpstreamResumed,this.onTrackUpstreamResumed),A.on(Sn.AudioTrackFeatureUpdate,this.onTrackFeatureUpdate);const B=new zt({cid:A.mediaStreamTrack.id,name:t.name,type:Ar.kindToProto(A.kind),muted:A.isMuted,source:Ar.sourceToProto(A.source),disableDtx:!(null===(i=t.dtx)||void 0===i||i),encryption:this.encryptionType,stereo:e,disableRed:this.isE2EEEnabled||!(null===(n=t.red)||void 0===n||n),stream:null==t?void 0:t.stream,backupCodecPolicy:null==t?void 0:t.backupCodecPolicy});let f;if(A.kind===Ar.Kind.Video){let e={width:0,height:0};try{e=yield A.waitForDimensions()}catch(v){const t=null!==(s=null===(r=this.roomOptions.videoCaptureDefaults)||void 0===r?void 0:r.resolution)&&void 0!==s?s:hr.h720.resolution;e={width:t.width,height:t.height},this.log.error("could not determine track dimensions, using defaults",Object.assign(Object.assign(Object.assign({},this.logContext),os(A)),{dims:e}))}B.width=e.width,B.height=e.height,Yr(A)&&(pr(d)&&(A.source===Ar.Source.ScreenShare&&(t.scalabilityMode="L1T3","contentHint"in A.mediaStreamTrack&&(A.mediaStreamTrack.contentHint="motion",this.log.info("forcing contentHint to motion for screenshare with SVC codecs",Object.assign(Object.assign({},this.logContext),os(A))))),t.scalabilityMode=null!==(o=t.scalabilityMode)&&void 0!==o?o:"L3T3_KEY"),B.simulcastCodecs=[new qt({codec:d,cid:A.mediaStreamTrack.id})],!0===t.backupCodec&&(t.backupCodec={codec:Ns}),t.backupCodec&&d!==t.backupCodec.codec&&B.encryption===ft.NONE&&(this.roomOptions.dynacast||(this.roomOptions.dynacast=!0),B.simulcastCodecs.push(new qt({codec:t.backupCodec.codec,cid:""})))),f=ao(A.source===Ar.Source.ScreenShare,B.width,B.height,t),B.layers=go(B.width,B.height,f,pr(t.videoCodec))}else A.kind===Ar.Kind.Audio&&(f=[{maxBitrate:null===(a=t.audioPreset)||void 0===a?void 0:a.maxBitrate,priority:null!==(u=null===(c=t.audioPreset)||void 0===c?void 0:c.priority)&&void 0!==u?u:"high",networkPriority:null!==(l=null===(h=t.audioPreset)||void 0===h?void 0:h.priority)&&void 0!==l?l:"high"}]);if(!this.engine||this.engine.isClosed)throw new Nn("cannot publish track when not connected");const w=()=>ii(this,void 0,void 0,(function*(){var e,i,n;if(!this.engine.pcManager)throw new Nn("pcManager is not ready");if(A.sender=yield this.engine.createSender(A,t,f),Yr(A)&&(null!==(e=t.degradationPreference)&&void 0!==e||(t.degradationPreference=(function(A){return A.source===Ar.Source.ScreenShare||A.constraints.height&&Nr(A.constraints.height)>=1080?"maintain-resolution":"balanced"})(A)),A.setDegradationPreference(t.degradationPreference)),f)if(Qr()&&A.kind===Ar.Kind.Audio){let t;for(const e of this.engine.pcManager.publisher.getTransceivers())if(e.sender===A.sender){t=e;break}t&&this.engine.pcManager.publisher.setTrackCodecBitrate({transceiver:t,codec:"opus",maxbr:(null===(i=f[0])||void 0===i?void 0:i.maxBitrate)?f[0].maxBitrate/1e3:0})}else A.codec&&pr(A.codec)&&(null===(n=f[0])||void 0===n?void 0:n.maxBitrate)&&this.engine.pcManager.publisher.setTrackCodecBitrate({cid:B.cid,codec:A.codec,maxbr:f[0].maxBitrate/1e3});yield this.engine.negotiate()}));let g;if(this.enabledPublishVideoCodecs.length>0)g=(yield Promise.all([this.engine.addTrack(B),w()]))[0];else{let e;if(g=yield this.engine.addTrack(B),g.codecs.forEach((A=>{void 0===e&&(e=A.mimeType)})),e&&A.kind===Ar.Kind.Video){const i=rs(e);i!==d&&(this.log.debug("falling back to server selected codec",Object.assign(Object.assign(Object.assign({},this.logContext),os(A)),{codec:i})),t.videoCodec=i,f=ao(A.source===Ar.Source.ScreenShare,B.width,B.height,t))}yield w()}const p=new Yo(A.kind,g,A,{loggerName:this.roomOptions.loggerName,loggerContextCb:()=>this.logContext});return p.options=t,A.sid=g.sid,this.log.debug("publishing ".concat(A.kind," with encodings"),Object.assign(Object.assign({},this.logContext),{encodings:f,trackInfo:g})),Yr(A)?A.startMonitor(this.engine.client):$r(A)&&A.startMonitor(),this.addTrackPublication(p),this.emit(Hn.LocalTrackPublished,p),p}))}get isLocal(){return!0}publishAdditionalCodecForTrack(A,t,e){return ii(this,void 0,void 0,(function*(){var i;if(this.encryptionType!==ft.NONE)return;let n;if(this.trackPublications.forEach((t=>{t.track&&t.track===A&&(n=t)})),!n)throw new xn("track is not published");if(!Yr(A))throw new xn("track is not a video track");const r=Object.assign(Object.assign({},null===(i=this.roomOptions)||void 0===i?void 0:i.publishDefaults),e),s=(function(A,t,e){var i,n,r,s;if(!e.backupCodec||!0===e.backupCodec||e.backupCodec.codec===e.videoCodec)return;t!==e.backupCodec.codec&&qe.warn("requested a different codec than specified as backup",{serverRequested:t,backup:e.backupCodec.codec}),e.videoCodec=t,e.videoEncoding=e.backupCodec.encoding;const o=A.mediaStreamTrack.getSettings(),a=null!==(i=o.width)&&void 0!==i?i:null===(n=A.dimensions)||void 0===n?void 0:n.width,c=null!==(r=o.height)&&void 0!==r?r:null===(s=A.dimensions)||void 0===s?void 0:s.height;return A.source===Ar.Source.ScreenShare&&e.simulcast&&(e.simulcast=!1),ao(A.source===Ar.Source.ScreenShare,a,c,e)})(A,t,r);if(!s)return void this.log.info("backup codec has been disabled, ignoring request to add additional codec for track",Object.assign(Object.assign({},this.logContext),os(A)));const o=A.addSimulcastTrack(t,s);if(!o)return;const a=new zt({cid:o.mediaStreamTrack.id,type:Ar.kindToProto(A.kind),muted:A.isMuted,source:Ar.sourceToProto(A.source),sid:A.sid,simulcastCodecs:[{codec:r.videoCodec,cid:o.mediaStreamTrack.id}]});if(a.layers=go(a.width,a.height,s),!this.engine||this.engine.isClosed)throw new Nn("cannot publish track when not connected");const c=(yield Promise.all([this.engine.addTrack(a),(()=>ii(this,void 0,void 0,(function*(){yield this.engine.createSimulcastSender(A,o,r,s),yield this.engine.negotiate()})))()]))[0];this.log.debug("published ".concat(t," for track ").concat(A.sid),Object.assign(Object.assign({},this.logContext),{encodings:s,trackInfo:c}))}))}unpublishTrack(A,t){return ii(this,void 0,void 0,(function*(){var e,i;if(Vr(A)){const t=this.pendingPublishPromises.get(A);t&&(this.log.info("awaiting publish promise before attempting to unpublish",Object.assign(Object.assign({},this.logContext),os(A))),yield t)}const n=this.getPublicationForTrack(A),r=n?os(n):void 0;if(this.log.debug("unpublishing track",Object.assign(Object.assign({},this.logContext),r)),!n||!n.track)return void this.log.warn("track was not unpublished because no publication was found",Object.assign(Object.assign({},this.logContext),r));(A=n.track).off(Sn.Muted,this.onTrackMuted),A.off(Sn.Unmuted,this.onTrackUnmuted),A.off(Sn.Ended,this.handleTrackEnded),A.off(Sn.UpstreamPaused,this.onTrackUpstreamPaused),A.off(Sn.UpstreamResumed,this.onTrackUpstreamResumed),A.off(Sn.AudioTrackFeatureUpdate,this.onTrackFeatureUpdate),void 0===t&&(t=null===(i=null===(e=this.roomOptions)||void 0===e?void 0:e.stopLocalTrackOnUnpublish)||void 0===i||i),t?A.stop():A.stopMonitor();let s=!1;const o=A.sender;if(A.sender=void 0,this.engine.pcManager&&this.engine.pcManager.currentState<Js.FAILED&&o)try{for(const A of this.engine.pcManager.publisher.getTransceivers())A.sender===o&&(A.direction="inactive",s=!0);if(this.engine.removeTrack(o)&&(s=!0),Yr(A)){for(const[,t]of A.simulcastCodecs)t.sender&&(this.engine.removeTrack(t.sender)&&(s=!0),t.sender=void 0);A.simulcastCodecs.clear()}}catch(a){this.log.warn("failed to unpublish track",Object.assign(Object.assign(Object.assign({},this.logContext),r),{error:a}))}switch(this.trackPublications.delete(n.trackSid),n.kind){case Ar.Kind.Audio:this.audioTrackPublications.delete(n.trackSid);break;case Ar.Kind.Video:this.videoTrackPublications.delete(n.trackSid)}return this.emit(Hn.LocalTrackUnpublished,n),n.setTrack(void 0),s&&(yield this.engine.negotiate()),n}))}unpublishTracks(A){return ii(this,void 0,void 0,(function*(){return(yield Promise.all(A.map((A=>this.unpublishTrack(A))))).filter((A=>!!A))}))}republishAllTracks(A){return ii(this,arguments,void 0,(function(A){var t=this;let e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return(function*(){t.republishPromise&&(yield t.republishPromise),t.republishPromise=new Promise(((i,n)=>ii(t,void 0,void 0,(function*(){try{const t=[];this.trackPublications.forEach((e=>{e.track&&(A&&(e.options=Object.assign(Object.assign({},e.options),A)),t.push(e))})),yield Promise.all(t.map((A=>ii(this,void 0,void 0,(function*(){const t=A.track;yield this.unpublishTrack(t,!1),!e||t.isMuted||t.source===Ar.Source.ScreenShare||t.source===Ar.Source.ScreenShareAudio||!$r(t)&&!Yr(t)||t.isUserProvided||(this.log.debug("restarting existing track",Object.assign(Object.assign({},this.logContext),{track:A.trackSid})),yield t.restartTrack()),yield this.publishOrRepublishTrack(t,A.options,!0)}))))),i()}catch(t){n(t)}finally{this.republishPromise=void 0}})))),yield t.republishPromise})()}))}publishData(A){return ii(this,arguments,void 0,(function(A){var t=this;let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return(function*(){const i=e.reliable?Qt.RELIABLE:Qt.LOSSY,n=e.destinationIdentities,r=e.topic,s=new vt({kind:i,value:{case:"user",value:new Ct({participantIdentity:t.identity,payload:A,destinationIdentities:n,topic:r})}});yield t.engine.sendDataPacket(s,i)})()}))}publishDtmf(A,t){return ii(this,void 0,void 0,(function*(){const e=new vt({kind:Qt.RELIABLE,value:{case:"sipDtmf",value:new Ft({code:A,digit:t})}});yield this.engine.sendDataPacket(e,Qt.RELIABLE)}))}sendChatMessage(A,t){return ii(this,void 0,void 0,(function*(){const e={id:crypto.randomUUID(),message:A,timestamp:Date.now(),attachedFiles:null==t?void 0:t.attachments},i=new vt({value:{case:"chatMessage",value:new Et(Object.assign(Object.assign({},e),{timestamp:L.parse(e.timestamp)}))}});return yield this.engine.sendDataPacket(i,Qt.RELIABLE),this.emit(Hn.ChatMessage,e),e}))}editChatMessage(A,t){return ii(this,void 0,void 0,(function*(){const e=Object.assign(Object.assign({},t),{message:A,editTimestamp:Date.now()}),i=new vt({value:{case:"chatMessage",value:new Et(Object.assign(Object.assign({},e),{timestamp:L.parse(e.timestamp),editTimestamp:L.parse(e.editTimestamp)}))}});return yield this.engine.sendDataPacket(i,Qt.RELIABLE),this.emit(Hn.ChatMessage,e),e}))}sendText(A,t){return ii(this,void 0,void 0,(function*(){var e;const i=crypto.randomUUID(),n=(new TextEncoder).encode(A).byteLength,r=null===(e=null==t?void 0:t.attachments)||void 0===e?void 0:e.map((()=>crypto.randomUUID())),s=new Array(r?r.length+1:1).fill(0),o=(A,e)=>{var i;s[e]=A;const n=s.reduce(((A,t)=>A+t),0);null===(i=null==t?void 0:t.onProgress)||void 0===i||i.call(t,n)},a=yield this.streamText({streamId:i,totalSize:n,destinationIdentities:null==t?void 0:t.destinationIdentities,topic:null==t?void 0:t.topic,attachedStreamIds:r,attributes:null==t?void 0:t.attributes});return yield a.write(A),o(1,0),yield a.close(),(null==t?void 0:t.attachments)&&r&&(yield Promise.all(t.attachments.map(((A,e)=>ii(this,void 0,void 0,(function*(){return this.bA(r[e],A,{topic:t.topic,mimeType:A.type,onProgress:A=>{o(A,e+1)}})})))))),a.info}))}streamText(A){return ii(this,void 0,void 0,(function*(){var t,e;const i=null!==(t=null==A?void 0:A.streamId)&&void 0!==t?t:crypto.randomUUID(),n={id:i,mimeType:"text/plain",timestamp:Date.now(),topic:null!==(e=null==A?void 0:A.topic)&&void 0!==e?e:"",size:null==A?void 0:A.totalSize,attributes:null==A?void 0:A.attributes},r=new Pt({streamId:i,mimeType:n.mimeType,topic:n.topic,timestamp:Pr(n.timestamp),totalLength:Pr(null==A?void 0:A.totalSize),attributes:n.attributes,contentHeader:{case:"textHeader",value:new jt({version:null==A?void 0:A.version,attachedStreamIds:null==A?void 0:A.attachedStreamIds,replyToStreamId:null==A?void 0:A.replyToStreamId,operationType:"update"===(null==A?void 0:A.type)?_t.UPDATE:_t.CREATE})}}),s=null==A?void 0:A.destinationIdentities,o=new vt({destinationIdentities:s,value:{case:"streamHeader",value:r}});yield this.engine.sendDataPacket(o,Qt.RELIABLE);let a=0;const c=this,u=new WritableStream({write(A){return ii(this,void 0,void 0,(function*(){for(const t of(function(A){const t=[];let e=(new TextEncoder).encode(A);for(;e.length>15e3;){let A=15e3;for(;A>0;){const t=e[A];if(void 0!==t&&128!=(192&t))break;A--}t.push(e.slice(0,A)),e=e.slice(A)}return e.length>0&&t.push(e),t})(A)){yield c.engine.waitForBufferStatusLow(Qt.RELIABLE);const A=new Vt({content:t,streamId:i,chunkIndex:Pr(a)}),e=new vt({destinationIdentities:s,value:{case:"streamChunk",value:A}});yield c.engine.sendDataPacket(e,Qt.RELIABLE),a+=1}}))},close(){return ii(this,void 0,void 0,(function*(){const A=new Jt({streamId:i}),t=new vt({destinationIdentities:s,value:{case:"streamTrailer",value:A}});yield c.engine.sendDataPacket(t,Qt.RELIABLE)}))},abort(A){}});let h=()=>ii(this,void 0,void 0,(function*(){yield l.close()}));c.engine.once(kn.Closing,h);const l=new Ro(u,n,(()=>this.engine.off(kn.Closing,h)));return l}))}sendFile(A,t){return ii(this,void 0,void 0,(function*(){const e=crypto.randomUUID();return yield this.bA(e,A,t),{id:e}}))}bA(A,t,e){return ii(this,void 0,void 0,(function*(){var i;const n=yield this.streamBytes({streamId:A,totalSize:t.size,name:t.name,mimeType:null!==(i=null==e?void 0:e.mimeType)&&void 0!==i?i:t.type,topic:null==e?void 0:e.topic,destinationIdentities:null==e?void 0:e.destinationIdentities}),r=t.stream().getReader();for(;;){const{done:A,value:t}=yield r.read();if(A)break;yield n.write(t)}return yield n.close(),n.info}))}streamBytes(A){return ii(this,void 0,void 0,(function*(){var t,e,i,n,r;const s=null!==(t=null==A?void 0:A.streamId)&&void 0!==t?t:crypto.randomUUID(),o=null==A?void 0:A.destinationIdentities,a={id:s,mimeType:null!==(e=null==A?void 0:A.mimeType)&&void 0!==e?e:"application/octet-stream",topic:null!==(i=null==A?void 0:A.topic)&&void 0!==i?i:"",timestamp:Date.now(),attributes:null==A?void 0:A.attributes,size:null==A?void 0:A.totalSize,name:null!==(n=null==A?void 0:A.name)&&void 0!==n?n:"unknown"},c=new Pt({totalLength:Pr(null!==(r=a.size)&&void 0!==r?r:0),mimeType:a.mimeType,streamId:s,topic:a.topic,timestamp:Pr(Date.now()),attributes:a.attributes,contentHeader:{case:"byteHeader",value:new Gt({name:a.name})}}),u=new vt({destinationIdentities:o,value:{case:"streamHeader",value:c}});yield this.engine.sendDataPacket(u,Qt.RELIABLE);let h=0;const l=new g,d=this.engine,B=this.log,f=new WritableStream({write(A){return ii(this,void 0,void 0,(function*(){const t=yield l.lock();let e=0;try{for(;e<A.byteLength;){const t=A.slice(e,e+15e3);yield d.waitForBufferStatusLow(Qt.RELIABLE);const i=new vt({destinationIdentities:o,value:{case:"streamChunk",value:new Vt({content:t,streamId:s,chunkIndex:Pr(h)})}});yield d.sendDataPacket(i,Qt.RELIABLE),h+=1,e+=t.byteLength}}finally{t()}}))},close(){return ii(this,void 0,void 0,(function*(){const A=new Jt({streamId:s}),t=new vt({destinationIdentities:o,value:{case:"streamTrailer",value:A}});yield d.sendDataPacket(t,Qt.RELIABLE)}))},abort(A){B.error("Sink error:",A)}});return new No(f,a)}))}performRpc(A){return ii(this,arguments,void 0,(function(A){var t=this;let{destinationIdentity:e,method:i,payload:n,responseTimeout:r=1e4}=A;return(function*(){return new Promise(((A,s)=>ii(t,void 0,void 0,(function*(){var t,o,a,c;if(Ws(n)>15360)return void s($s.builtIn("REQUEST_PAYLOAD_TOO_LARGE"));if((null===(o=null===(t=this.engine.latestJoinResponse)||void 0===t?void 0:t.serverInfo)||void 0===o?void 0:o.version)&&Ir(null===(c=null===(a=this.engine.latestJoinResponse)||void 0===a?void 0:a.serverInfo)||void 0===c?void 0:c.version,"1.8.0")<0)return void s($s.builtIn("UNSUPPORTED_SERVER"));const u=crypto.randomUUID();yield this.publishRpcRequest(e,u,i,n,r-2e3);const h=setTimeout((()=>{this.pendingAcks.delete(u),s($s.builtIn("CONNECTION_TIMEOUT")),this.pendingResponses.delete(u),clearTimeout(l)}),2e3);this.pendingAcks.set(u,{resolve:()=>{clearTimeout(h)},participantIdentity:e});const l=setTimeout((()=>{this.pendingResponses.delete(u),s($s.builtIn("RESPONSE_TIMEOUT"))}),r);this.pendingResponses.set(u,{resolve:(t,e)=>{clearTimeout(l),this.pendingAcks.has(u)&&(this.pendingAcks.delete(u),clearTimeout(h)),e?s(e):A(null!=t?t:"")},participantIdentity:e})}))))})()}))}registerRpcMethod(A,t){this.rpcHandlers.has(A)&&this.log.warn("you're overriding the RPC handler for method ".concat(A,", in the future this will throw an error")),this.rpcHandlers.set(A,t)}unregisterRpcMethod(A){this.rpcHandlers.delete(A)}setTrackSubscriptionPermissions(A){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];this.participantTrackPermissions=t,this.allParticipantsAllowedToSubscribe=A,this.engine.client.isDisconnected||this.updateTrackSubscriptionPermissions()}handleIncomingRpcAck(A){const t=this.pendingAcks.get(A);t&&(t.resolve(),this.pendingAcks.delete(A))}handleIncomingRpcResponse(A,t,e){const i=this.pendingResponses.get(A);i&&(i.resolve(t,e),this.pendingResponses.delete(A))}publishRpcRequest(A,t,e,i,n){return ii(this,void 0,void 0,(function*(){const r=new vt({destinationIdentities:[A],kind:Qt.RELIABLE,value:{case:"rpcRequest",value:new Ht({id:t,method:e,payload:i,responseTimeoutMs:n,version:1})}});yield this.engine.sendDataPacket(r,Qt.RELIABLE)}))}handleParticipantDisconnected(A){for(const[t,{participantIdentity:e}]of this.pendingAcks)e===A&&this.pendingAcks.delete(t);for(const[t,{participantIdentity:e,resolve:i}]of this.pendingResponses)e===A&&(i(null,$s.builtIn("RECIPIENT_DISCONNECTED")),this.pendingResponses.delete(t))}setEnabledPublishCodecs(A){this.enabledPublishVideoCodecs=A.filter((A=>"video"===A.mime.split("/")[0].toLowerCase()))}updateInfo(A){return!!super.updateInfo(A)&&(A.tracks.forEach((A=>{var t,e;const i=this.trackPublications.get(A.sid);if(i){const n=i.isMuted||null!==(e=null===(t=i.track)||void 0===t?void 0:t.isUpstreamPaused)&&void 0!==e&&e;n!==A.muted&&(this.log.debug("updating server mute state after reconcile",Object.assign(Object.assign(Object.assign({},this.logContext),os(i)),{mutedOnServer:n})),this.engine.client.sendMuteTrack(A.sid,n))}})),!0)}getPublicationForTrack(A){let t;return this.trackPublications.forEach((e=>{const i=e.track;i&&(A instanceof MediaStreamTrack?($r(i)||Yr(i))&&i.mediaStreamTrack===A&&(t=e):A===i&&(t=e))})),t}waitForPendingPublicationOfSource(A){return ii(this,void 0,void 0,(function*(){const t=Date.now();for(;Date.now()<t+1e4;){const t=Array.from(this.pendingPublishPromises.entries()).find((t=>{let[e]=t;return e.source===A}));if(t)return t[1];yield fr(20)}}))}}class qo extends Xo{constructor(A,t,e,i){super(A,t.sid,t.name,i),this.track=void 0,this.allowed=!0,this.disabled=!1,this.currentVideoQuality=qn.HIGH,this.handleEnded=A=>{this.setTrack(void 0),this.emit(Sn.Ended,A)},this.handleVisibilityChange=A=>{this.log.debug("adaptivestream video visibility ".concat(this.trackSid,", visible=").concat(A),this.logContext),this.disabled=!A,this.emitTrackUpdate()},this.handleVideoDimensionsChange=A=>{this.log.debug("adaptivestream video dimensions ".concat(A.width,"x").concat(A.height),this.logContext),this.videoDimensions=A,this.emitTrackUpdate()},this.subscribed=e,this.updateInfo(t)}setSubscribed(A){const t=this.subscriptionStatus,e=this.permissionStatus;this.subscribed=A,A&&(this.allowed=!0);const i=new ae({trackSids:[this.trackSid],subscribe:this.subscribed,participantTracks:[new St({participantSid:"",trackSids:[this.trackSid]})]});this.emit(Sn.UpdateSubscription,i),this.emitSubscriptionUpdateIfChanged(t),this.emitPermissionUpdateIfChanged(e)}get subscriptionStatus(){return!1===this.subscribed?Xo.SubscriptionStatus.Unsubscribed:super.isSubscribed?Xo.SubscriptionStatus.Subscribed:Xo.SubscriptionStatus.Desired}get permissionStatus(){return this.allowed?Xo.PermissionStatus.Allowed:Xo.PermissionStatus.NotAllowed}get isSubscribed(){return!1!==this.subscribed&&super.isSubscribed}get isDesired(){return!1!==this.subscribed}get isEnabled(){return!this.disabled}get isLocal(){return!1}setEnabled(A){this.isManualOperationAllowed()&&this.disabled!==!A&&(this.disabled=!A,this.emitTrackUpdate())}setVideoQuality(A){this.isManualOperationAllowed()&&this.currentVideoQuality!==A&&(this.currentVideoQuality=A,this.videoDimensions=void 0,this.emitTrackUpdate())}setVideoDimensions(A){var t,e;this.isManualOperationAllowed()&&((null===(t=this.videoDimensions)||void 0===t?void 0:t.width)===A.width&&(null===(e=this.videoDimensions)||void 0===e?void 0:e.height)===A.height||(qr(this.track)&&(this.videoDimensions=A),this.currentVideoQuality=void 0,this.emitTrackUpdate()))}setVideoFPS(A){this.isManualOperationAllowed()&&qr(this.track)&&this.fps!==A&&(this.fps=A,this.emitTrackUpdate())}get videoQuality(){return this.currentVideoQuality}setTrack(A){const t=this.subscriptionStatus,e=this.permissionStatus,i=this.track;i!==A&&(i&&(i.off(Sn.VideoDimensionsChanged,this.handleVideoDimensionsChange),i.off(Sn.VisibilityChanged,this.handleVisibilityChange),i.off(Sn.Ended,this.handleEnded),i.detach(),i.stopMonitor(),this.emit(Sn.Unsubscribed,i)),super.setTrack(A),A&&(A.sid=this.trackSid,A.on(Sn.VideoDimensionsChanged,this.handleVideoDimensionsChange),A.on(Sn.VisibilityChanged,this.handleVisibilityChange),A.on(Sn.Ended,this.handleEnded),this.emit(Sn.Subscribed,A)),this.emitPermissionUpdateIfChanged(e),this.emitSubscriptionUpdateIfChanged(t))}setAllowed(A){const t=this.subscriptionStatus,e=this.permissionStatus;this.allowed=A,this.emitPermissionUpdateIfChanged(e),this.emitSubscriptionUpdateIfChanged(t)}setSubscriptionError(A){this.emit(Sn.SubscriptionFailed,A)}updateInfo(A){super.updateInfo(A);const t=this.metadataMuted;this.metadataMuted=A.muted,this.track?this.track.setMuted(A.muted):t!==A.muted&&this.emit(A.muted?Sn.Muted:Sn.Unmuted)}emitSubscriptionUpdateIfChanged(A){const t=this.subscriptionStatus;A!==t&&this.emit(Sn.SubscriptionStatusChanged,t,A)}emitPermissionUpdateIfChanged(A){this.permissionStatus!==A&&this.emit(Sn.SubscriptionPermissionChanged,this.permissionStatus,A)}isManualOperationAllowed(){return this.kind===Ar.Kind.Video&&this.isAdaptiveStream?(this.log.warn("adaptive stream is enabled, cannot change video track settings",this.logContext),!1):!!this.isDesired||(this.log.warn("cannot update track settings when not subscribed",this.logContext),!1)}get isAdaptiveStream(){return qr(this.track)&&this.track.isAdaptiveStream}emitTrackUpdate(){const A=new ce({trackSids:[this.trackSid],disabled:this.disabled,fps:this.fps});this.videoDimensions?(A.width=Math.ceil(this.videoDimensions.width),A.height=Math.ceil(this.videoDimensions.height)):void 0!==this.currentVideoQuality?A.quality=this.currentVideoQuality:A.quality=qn.HIGH,this.emit(Sn.UpdateSettings,A)}}class zo extends Wo{static fromParticipantInfo(A,t,e){return new zo(A,t.sid,t.identity,t.name,t.metadata,t.attributes,e,t.kind)}get logContext(){return Object.assign(Object.assign({},super.logContext),{rpID:this.sid,remoteParticipant:this.identity})}constructor(A,t,e,i,n,r,s){super(t,e||"",i,n,r,s,arguments.length>7&&void 0!==arguments[7]?arguments[7]:dt.STANDARD),this.signalClient=A,this.trackPublications=new Map,this.audioTrackPublications=new Map,this.videoTrackPublications=new Map,this.volumeMap=new Map}addTrackPublication(A){super.addTrackPublication(A),A.on(Sn.UpdateSettings,(t=>{this.log.debug("send update settings",Object.assign(Object.assign({},this.logContext),os(A))),this.signalClient.sendUpdateTrackSettings(t)})),A.on(Sn.UpdateSubscription,(A=>{A.participantTracks.forEach((A=>{A.participantSid=this.sid})),this.signalClient.sendUpdateSubscription(A)})),A.on(Sn.SubscriptionPermissionChanged,(t=>{this.emit(Hn.TrackSubscriptionPermissionChanged,A,t)})),A.on(Sn.SubscriptionStatusChanged,(t=>{this.emit(Hn.TrackSubscriptionStatusChanged,A,t)})),A.on(Sn.Subscribed,(t=>{this.emit(Hn.TrackSubscribed,t,A)})),A.on(Sn.Unsubscribed,(t=>{this.emit(Hn.TrackUnsubscribed,t,A)})),A.on(Sn.SubscriptionFailed,(t=>{this.emit(Hn.TrackSubscriptionFailed,A.trackSid,t)}))}getTrackPublication(A){const t=super.getTrackPublication(A);if(t)return t}getTrackPublicationByName(A){const t=super.getTrackPublicationByName(A);if(t)return t}setVolume(A){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Ar.Source.Microphone;this.volumeMap.set(t,A);const e=this.getTrackPublication(t);e&&e.track&&e.track.setVolume(A)}getVolume(){let A=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Ar.Source.Microphone;const t=this.getTrackPublication(A);return t&&t.track?t.track.getVolume():this.volumeMap.get(A)}addSubscribedMediaTrack(A,t,e,i,n,r){let s,o=this.getTrackPublicationBySid(t);return o||t.startsWith("TR")||this.trackPublications.forEach((t=>{o||A.kind!==t.kind.toString()||(o=t)})),o?"ended"===A.readyState?(this.log.error("unable to subscribe because MediaStreamTrack is ended. Do not call MediaStreamTrack.stop()",Object.assign(Object.assign({},this.logContext),os(o))),void this.emit(Hn.TrackSubscriptionFailed,t)):(s="video"===A.kind?new Go(A,t,i,n):new jo(A,t,i,this.audioContext,this.audioOutput),s.source=o.source,s.isMuted=o.isMuted,s.setMediaStream(e),s.start(),o.setTrack(s),this.volumeMap.has(o.source)&&Wr(s)&&Jr(s)&&s.setVolume(this.volumeMap.get(o.source)),o):0===r?(this.log.error("could not find published track",Object.assign(Object.assign({},this.logContext),{trackSid:t})),void this.emit(Hn.TrackSubscriptionFailed,t)):(void 0===r&&(r=20),void setTimeout((()=>{this.addSubscribedMediaTrack(A,t,e,i,n,r-1)}),150))}get hasMetadata(){return!!this.participantInfo}getTrackPublicationBySid(A){return this.trackPublications.get(A)}updateInfo(A){if(!super.updateInfo(A))return!1;const t=new Map,e=new Map;return A.tracks.forEach((A=>{var i,n;let r=this.getTrackPublicationBySid(A.sid);if(r)r.updateInfo(A);else{const t=Ar.kindFromProto(A.type);if(!t)return;r=new qo(t,A,null===(i=this.signalClient.connectOptions)||void 0===i?void 0:i.autoSubscribe,{loggerContextCb:()=>this.logContext,loggerName:null===(n=this.loggerOptions)||void 0===n?void 0:n.loggerName}),r.updateInfo(A),e.set(A.sid,r);const s=Array.from(this.trackPublications.values()).find((A=>A.source===(null==r?void 0:r.source)));s&&r.source!==Ar.Source.Unknown&&this.log.debug("received a second track publication for ".concat(this.identity," with the same source: ").concat(r.source),Object.assign(Object.assign({},this.logContext),{oldTrack:os(s),newTrack:os(r)})),this.addTrackPublication(r)}t.set(A.sid,r)})),this.trackPublications.forEach((A=>{t.has(A.trackSid)||(this.log.trace("detected removed track on remote participant, unpublishing",Object.assign(Object.assign({},this.logContext),os(A))),this.unpublishTrack(A.trackSid,!0))})),e.forEach((A=>{this.emit(Hn.TrackPublished,A)})),!0}unpublishTrack(A,t){const e=this.trackPublications.get(A);if(!e)return;const{track:i}=e;switch(i&&(i.stop(),e.setTrack(void 0)),this.trackPublications.delete(A),e.kind){case Ar.Kind.Audio:this.audioTrackPublications.delete(A);break;case Ar.Kind.Video:this.videoTrackPublications.delete(A)}t&&this.emit(Hn.TrackUnpublished,e)}setAudioOutput(A){return ii(this,void 0,void 0,(function*(){this.audioOutput=A;const t=[];this.audioTrackPublications.forEach((e=>{var i;Jr(e.track)&&Wr(e.track)&&t.push(e.track.setSinkId(null!==(i=A.deviceId)&&void 0!==i?i:"default"))})),yield Promise.all(t)}))}emit(A){for(var t=arguments.length,e=new Array(t>1?t-1:0),i=1;i<t;i++)e[i-1]=arguments[i];return this.log.trace("participant event",Object.assign(Object.assign({},this.logContext),{event:A,args:e})),super.emit(A,...e)}}(Io=Ho||(Ho={})).Disconnected="disconnected",Io.Connecting="connecting",Io.Connected="connected",Io.Reconnecting="reconnecting",Io.SignalReconnecting="signalReconnecting";class Aa extends oi.EventEmitter{constructor(A){var t,e,i,n;if(super(),t=this,this.state=Ho.Disconnected,this.activeSpeakers=[],this.isE2EEEnabled=!1,this.audioEnabled=!0,this.isVideoPlaybackBlocked=!1,this.log=qe,this.bufferedEvents=[],this.isResuming=!1,this.byteStreamControllers=new Map,this.textStreamControllers=new Map,this.byteStreamHandlers=new Map,this.textStreamHandlers=new Map,this.rpcHandlers=new Map,this.connect=(A,t,e)=>ii(this,void 0,void 0,(function*(){var i;if("undefined"==typeof RTCPeerConnection||!wr()&&!gr())throw Fr()?Error("WebRTC isn't detected, have you called registerGlobals?"):Error("LiveKit doesn't seem to be supported on this browser. Try to update your browser and make sure no browser extensions are disabling webRTC.");const n=yield this.disconnectLock.lock();if(this.state===Ho.Connected)return this.log.info("already connected to room ".concat(this.name),this.logContext),n(),Promise.resolve();if(this.connectFuture)return n(),this.connectFuture.promise;this.setAndEmitConnectionState(Ho.Connecting),(null===(i=this.regionUrlProvider)||void 0===i?void 0:i.getServerUrl().toString())!==A&&(this.regionUrl=void 0,this.regionUrlProvider=void 0),yr(new URL(A))&&(void 0===this.regionUrlProvider?this.regionUrlProvider=new Oo(A,t):this.regionUrlProvider.updateToken(t),this.regionUrlProvider.fetchRegionSettings().then((A=>{var t;null===(t=this.regionUrlProvider)||void 0===t||t.setServerReportedRegions(A)})).catch((A=>{this.log.warn("could not fetch region settings",Object.assign(Object.assign({},this.logContext),{error:A}))})));const r=(i,s,o)=>ii(this,void 0,void 0,(function*(){var a,c;this.abortController&&this.abortController.abort();const u=new AbortController;this.abortController=u,null==n||n();try{yield this.attemptConnection(null!=o?o:A,t,e,u),this.abortController=void 0,i()}catch(h){if(this.regionUrlProvider&&h instanceof Mn&&h.reason!==Qn.Cancelled&&h.reason!==Qn.NotAllowed){let A=null;try{A=yield this.regionUrlProvider.getNextBestRegionUrl(null===(a=this.abortController)||void 0===a?void 0:a.signal)}catch(l){if(l instanceof Mn&&(401===l.status||l.reason===Qn.Cancelled))return this.handleDisconnect(this.options.stopLocalTrackOnUnpublish),void s(l)}A&&!(null===(c=this.abortController)||void 0===c?void 0:c.signal.aborted)?(this.log.info("Initial connection failed with ConnectionError: ".concat(h.message,". Retrying with another region: ").concat(A),this.logContext),this.recreateEngine(),yield r(i,s,A)):(this.handleDisconnect(this.options.stopLocalTrackOnUnpublish,jr(h)),s(h))}else{let A=nt.UNKNOWN_REASON;h instanceof Mn&&(A=jr(h)),this.handleDisconnect(this.options.stopLocalTrackOnUnpublish,A),s(h)}}})),s=this.regionUrl;return this.regionUrl=void 0,this.connectFuture=new Rr(((A,t)=>{r(A,t,s)}),(()=>{this.clearConnectionFutures()})),this.connectFuture.promise})),this.connectSignal=(A,t,e,i,n,r)=>ii(this,void 0,void 0,(function*(){var s,o,a;const c=yield e.join(A,t,{autoSubscribe:i.autoSubscribe,adaptiveStream:"object"==typeof n.adaptiveStream||n.adaptiveStream,maxRetries:i.maxRetries,e2eeEnabled:!!this.e2eeManager,websocketTimeout:i.websocketTimeout},r.signal);let u=c.serverInfo;if(u||(u={version:c.serverVersion,region:c.serverRegion}),this.serverInfo=u,this.log.debug("connected to Livekit Server ".concat(Object.entries(u).map((A=>{let[t,e]=A;return"".concat(t,": ").concat(e)})).join(", ")),{room:null===(s=c.room)||void 0===s?void 0:s.name,roomSid:null===(o=c.room)||void 0===o?void 0:o.sid,identity:null===(a=c.participant)||void 0===a?void 0:a.identity}),!u.version)throw new Rn("unknown server version");return"0.15.1"===u.version&&this.options.dynacast&&(this.log.debug("disabling dynacast due to server version",this.logContext),n.dynacast=!1),c})),this.applyJoinResponse=A=>{const t=A.participant;if(this.localParticipant.sid=t.sid,this.localParticipant.identity=t.identity,this.localParticipant.setEnabledPublishCodecs(A.enabledPublishCodecs),this.options.e2ee&&this.e2eeManager)try{this.e2eeManager.setSifTrailer(A.sifTrailer)}catch(e){this.log.error(e instanceof Error?e.message:"Could not set SifTrailer",Object.assign(Object.assign({},this.logContext),{error:e}))}this.handleParticipantUpdates([t,...A.otherParticipants]),A.room&&this.handleRoomUpdate(A.room)},this.attemptConnection=(A,t,e,i)=>ii(this,void 0,void 0,(function*(){var n,r;this.state===Ho.Reconnecting||this.isResuming||(null===(n=this.engine)||void 0===n?void 0:n.pendingReconnect)?(this.log.info("Reconnection attempt replaced by new connection attempt",this.logContext),this.recreateEngine()):this.maybeCreateEngine(),(null===(r=this.regionUrlProvider)||void 0===r?void 0:r.isCloud())&&this.engine.setRegionUrlProvider(this.regionUrlProvider),this.acquireAudioContext(),this.connOptions=Object.assign(Object.assign({},Vs),e),this.connOptions.rtcConfig&&(this.engine.rtcConfig=this.connOptions.rtcConfig),this.connOptions.peerConnectionTimeout&&(this.engine.peerConnectionTimeout=this.connOptions.peerConnectionTimeout);try{const e=yield this.connectSignal(A,t,this.engine,this.connOptions,this.options,i);this.applyJoinResponse(e),this.setupLocalParticipantEvents(),this.emit(bn.SignalConnected)}catch(s){yield this.engine.close(),this.recreateEngine();const A=new Mn("could not establish signal connection",Qn.ServerUnreachable);throw s instanceof Error&&(A.message="".concat(A.message,": ").concat(s.message)),s instanceof Mn&&(A.reason=s.reason,A.status=s.status),this.log.debug("error trying to establish signal connection",Object.assign(Object.assign({},this.logContext),{error:s})),A}if(i.signal.aborted)throw yield this.engine.close(),this.recreateEngine(),new Mn("Connection attempt aborted",Qn.Cancelled);try{yield this.engine.waitForPCInitialConnection(this.connOptions.peerConnectionTimeout,i)}catch(o){throw yield this.engine.close(),this.recreateEngine(),o}Cr()&&this.options.disconnectOnPageLeave&&(window.addEventListener("pagehide",this.onPageLeave),window.addEventListener("beforeunload",this.onPageLeave)),Cr()&&document.addEventListener("freeze",this.onPageLeave),this.setAndEmitConnectionState(Ho.Connected),this.emit(bn.Connected),this.registerConnectionReconcile()})),this.disconnect=function(){for(var A=arguments.length,e=new Array(A),i=0;i<A;i++)e[i]=arguments[i];return ii(t,[...e],void 0,(function(){var A=this;let t=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return(function*(){var e,i,n,r;const s=yield A.disconnectLock.lock();try{if(A.state===Ho.Disconnected)return void A.log.debug("already disconnected",A.logContext);A.log.info("disconnect from room",Object.assign({},A.logContext)),(A.state===Ho.Connecting||A.state===Ho.Reconnecting||A.isResuming)&&(A.log.warn("abort connection attempt",A.logContext),null===(e=A.abortController)||void 0===e||e.abort(),null===(n=null===(i=A.connectFuture)||void 0===i?void 0:i.reject)||void 0===n||n.call(i,new Mn("Client initiated disconnect",Qn.Cancelled)),A.connectFuture=void 0),(null===(r=A.engine)||void 0===r?void 0:r.client.isDisconnected)||(yield A.engine.client.sendLeave()),A.engine&&(yield A.engine.close()),A.handleDisconnect(t,nt.CLIENT_INITIATED),A.engine=void 0}finally{s()}})()}))},this.onPageLeave=()=>ii(this,void 0,void 0,(function*(){this.log.info("Page leave detected, disconnecting",this.logContext),yield this.disconnect()})),this.startAudio=()=>ii(this,void 0,void 0,(function*(){const A=[],t=Jn();if(t&&"iOS"===t.os){const t="livekit-dummy-audio-el";let e=document.getElementById(t);if(!e){e=document.createElement("audio"),e.id=t,e.autoplay=!0,e.hidden=!0;const A=xr();A.enabled=!0;const i=new MediaStream([A]);e.srcObject=i,document.addEventListener("visibilitychange",(()=>{e&&(e.srcObject=document.hidden?null:i,document.hidden||(this.log.debug("page visible again, triggering startAudio to resume playback and update playback status",this.logContext),this.startAudio()))})),document.body.append(e),this.once(bn.Disconnected,(()=>{null==e||e.remove(),e=null}))}A.push(e)}this.remoteParticipants.forEach((t=>{t.audioTrackPublications.forEach((t=>{t.track&&t.track.attachedElements.forEach((t=>{A.push(t)}))}))}));try{yield Promise.all([this.acquireAudioContext(),...A.map((A=>(A.muted=!1,A.play())))]),this.handleAudioPlaybackStarted()}catch(e){throw this.handleAudioPlaybackFailed(e),e}})),this.startVideo=()=>ii(this,void 0,void 0,(function*(){const A=[];for(const t of this.remoteParticipants.values())t.videoTrackPublications.forEach((t=>{var e;null===(e=t.track)||void 0===e||e.attachedElements.forEach((t=>{A.includes(t)||A.push(t)}))}));yield Promise.all(A.map((A=>A.play()))).then((()=>{this.handleVideoPlaybackStarted()})).catch((A=>{"NotAllowedError"===A.name?this.handleVideoPlaybackFailed():this.log.warn("Resuming video playback failed, make sure you call `startVideo` directly in a user gesture handler",this.logContext)}))})),this.handleRestarting=()=>{this.clearConnectionReconcile(),this.isResuming=!1;for(const A of this.remoteParticipants.values())this.handleParticipantDisconnected(A.identity,A);this.setAndEmitConnectionState(Ho.Reconnecting)&&this.emit(bn.Reconnecting)},this.handleSignalRestarted=A=>ii(this,void 0,void 0,(function*(){this.log.debug("signal reconnected to server, region ".concat(A.serverRegion),Object.assign(Object.assign({},this.logContext),{region:A.serverRegion})),this.bufferedEvents=[],this.applyJoinResponse(A);try{yield this.localParticipant.republishAllTracks(void 0,!0)}catch(t){this.log.error("error trying to re-publish tracks after reconnection",Object.assign(Object.assign({},this.logContext),{error:t}))}try{yield this.engine.waitForRestarted(),this.log.debug("fully reconnected to server",Object.assign(Object.assign({},this.logContext),{region:A.serverRegion}))}catch(e){return}this.setAndEmitConnectionState(Ho.Connected),this.emit(bn.Reconnected),this.registerConnectionReconcile(),this.emitBufferedEvents()})),this.handleParticipantUpdates=A=>{A.forEach((A=>{var t;if(A.identity===this.localParticipant.identity)return void this.localParticipant.updateInfo(A);""===A.identity&&(A.identity=null!==(t=this.sidToIdentity.get(A.sid))&&void 0!==t?t:"");let e=this.remoteParticipants.get(A.identity);A.state===lt.DISCONNECTED?this.handleParticipantDisconnected(A.identity,e):e=this.getOrCreateParticipant(A.identity,A)}))},this.handleActiveSpeakersUpdate=A=>{const t=[],e={};A.forEach((A=>{if(e[A.sid]=!0,A.sid===this.localParticipant.sid)this.localParticipant.audioLevel=A.level,this.localParticipant.setIsSpeaking(!0),t.push(this.localParticipant);else{const e=this.getRemoteParticipantBySid(A.sid);e&&(e.audioLevel=A.level,e.setIsSpeaking(!0),t.push(e))}})),e[this.localParticipant.sid]||(this.localParticipant.audioLevel=0,this.localParticipant.setIsSpeaking(!1)),this.remoteParticipants.forEach((A=>{e[A.sid]||(A.audioLevel=0,A.setIsSpeaking(!1))})),this.activeSpeakers=t,this.emitWhenConnected(bn.ActiveSpeakersChanged,t)},this.handleSpeakersChanged=A=>{const t=new Map;this.activeSpeakers.forEach((A=>{const e=this.remoteParticipants.get(A.identity);e&&e.sid!==A.sid||t.set(A.sid,A)})),A.forEach((A=>{let e=this.getRemoteParticipantBySid(A.sid);A.sid===this.localParticipant.sid&&(e=this.localParticipant),e&&(e.audioLevel=A.level,e.setIsSpeaking(A.active),A.active?t.set(A.sid,e):t.delete(A.sid))}));const e=Array.from(t.values());e.sort(((A,t)=>t.audioLevel-A.audioLevel)),this.activeSpeakers=e,this.emitWhenConnected(bn.ActiveSpeakersChanged,e)},this.handleStreamStateUpdate=A=>{A.streamStates.forEach((A=>{const t=this.getRemoteParticipantBySid(A.participantSid);if(!t)return;const e=t.getTrackPublicationBySid(A.trackSid);if(!e||!e.track)return;const i=Ar.streamStateFromProto(A.state);i!==e.track.streamState&&(e.track.streamState=i,t.emit(Hn.TrackStreamStateChanged,e,e.track.streamState),this.emitWhenConnected(bn.TrackStreamStateChanged,e,e.track.streamState,t))}))},this.handleSubscriptionPermissionUpdate=A=>{const t=this.getRemoteParticipantBySid(A.participantSid);if(!t)return;const e=t.getTrackPublicationBySid(A.trackSid);e&&e.setAllowed(A.allowed)},this.handleSubscriptionError=A=>{const t=Array.from(this.remoteParticipants.values()).find((t=>t.trackPublications.has(A.trackSid)));if(!t)return;const e=t.getTrackPublicationBySid(A.trackSid);e&&e.setSubscriptionError(A.err)},this.handleDataPacket=A=>{const t=this.remoteParticipants.get(A.participantIdentity);if("user"===A.value.case)this.handleUserPacket(t,A.value.value,A.kind);else if("transcription"===A.value.case)this.handleTranscription(t,A.value.value);else if("sipDtmf"===A.value.case)this.handleSipDtmf(t,A.value.value);else if("chatMessage"===A.value.case)this.handleChatMessage(t,A.value.value);else if("metrics"===A.value.case)this.handleMetrics(A.value.value,t);else if("streamHeader"===A.value.case)this.handleStreamHeader(A.value.value,A.participantIdentity);else if("streamChunk"===A.value.case)this.handleStreamChunk(A.value.value);else if("streamTrailer"===A.value.case)this.handleStreamTrailer(A.value.value);else if("rpcRequest"===A.value.case){const t=A.value.value;this.handleIncomingRpcRequest(A.participantIdentity,t.id,t.method,t.payload,t.responseTimeoutMs,t.version)}},this.handleUserPacket=(A,t,e)=>{this.emit(bn.DataReceived,t.payload,A,e,t.topic),null==A||A.emit(Hn.DataReceived,t.payload,e)},this.handleSipDtmf=(A,t)=>{this.emit(bn.SipDTMFReceived,t,A),null==A||A.emit(Hn.SipDTMFReceived,t)},this.bufferedSegments=new Map,this.handleTranscription=(A,t)=>{const e=t.transcribedParticipantIdentity===this.localParticipant.identity?this.localParticipant:this.getParticipantByIdentity(t.transcribedParticipantIdentity),i=null==e?void 0:e.trackPublications.get(t.trackId),n=(function(A,t){return A.segments.map((A=>{let{id:e,text:i,language:n,startTime:r,endTime:s,final:o}=A;var a;const c=null!==(a=t.get(e))&&void 0!==a?a:Date.now(),u=Date.now();return o?t.delete(e):t.set(e,c),{id:e,text:i,startTime:Number.parseInt(r.toString()),endTime:Number.parseInt(s.toString()),final:o,language:n,firstReceivedTime:c,lastReceivedTime:u}}))})(t,this.transcriptionReceivedTimes);null==i||i.emit(Sn.TranscriptionReceived,n),null==e||e.emit(Hn.TranscriptionReceived,n,i),this.emit(bn.TranscriptionReceived,n,e,i)},this.handleChatMessage=(A,t)=>{const e=(function(A){const{id:t,timestamp:e,message:i,editTimestamp:n}=A;return{id:t,timestamp:Number.parseInt(e.toString()),editTimestamp:n?Number.parseInt(n.toString()):void 0,message:i}})(t);this.emit(bn.ChatMessage,e,A)},this.handleMetrics=(A,t)=>{this.emit(bn.MetricsReceived,A,t)},this.handleAudioPlaybackStarted=()=>{this.canPlaybackAudio||(this.audioEnabled=!0,this.emit(bn.AudioPlaybackStatusChanged,!0))},this.handleAudioPlaybackFailed=A=>{this.log.warn("could not playback audio",Object.assign(Object.assign({},this.logContext),{error:A})),this.canPlaybackAudio&&(this.audioEnabled=!1,this.emit(bn.AudioPlaybackStatusChanged,!1))},this.handleVideoPlaybackStarted=()=>{this.isVideoPlaybackBlocked&&(this.isVideoPlaybackBlocked=!1,this.emit(bn.VideoPlaybackStatusChanged,!0))},this.handleVideoPlaybackFailed=()=>{this.isVideoPlaybackBlocked||(this.isVideoPlaybackBlocked=!0,this.emit(bn.VideoPlaybackStatusChanged,!1))},this.handleDeviceChange=()=>ii(this,void 0,void 0,(function*(){var A,t,e;const i=hs.getInstance().previousDevices,n=yield hs.getInstance().getDevices(void 0,!1),r=Jn();if("Chrome"===(null==r?void 0:r.name)&&"iOS"!==r.os)for(let o of n){const A=i.find((A=>A.deviceId===o.deviceId));A&&""!==A.label&&A.kind===o.kind&&A.label!==o.label&&"default"===this.getActiveDevice(o.kind)&&this.emit(bn.ActiveDeviceChanged,o.kind,o.deviceId)}const s=["audiooutput","audioinput","videoinput"];for(let o of s){const r=is(o),s=this.localParticipant.getTrackPublication(r);if(s&&(null===(A=s.track)||void 0===A?void 0:A.isUserProvided))continue;const a=n.filter((A=>A.kind===o)),c=this.getActiveDevice(o);c===(null===(t=i.filter((A=>A.kind===o))[0])||void 0===t?void 0:t.deviceId)&&a.length>0&&(null===(e=a[0])||void 0===e?void 0:e.deviceId)!==c?yield this.switchActiveDevice(o,a[0].deviceId):"audioinput"===o&&!mr()||"videoinput"===o||a.length>0&&!a.find((A=>A.deviceId===this.getActiveDevice(o)))&&(yield this.switchActiveDevice(o,a[0].deviceId))}this.emit(bn.MediaDevicesChanged)})),this.handleRoomUpdate=A=>{const t=this.roomInfo;this.roomInfo=A,t&&t.metadata!==A.metadata&&this.emitWhenConnected(bn.RoomMetadataChanged,A.metadata),(null==t?void 0:t.activeRecording)!==A.activeRecording&&this.emitWhenConnected(bn.RecordingStatusChanged,A.activeRecording)},this.handleConnectionQualityUpdate=A=>{A.updates.forEach((A=>{if(A.participantSid===this.localParticipant.sid)return void this.localParticipant.setConnectionQuality(A.quality);const t=this.getRemoteParticipantBySid(A.participantSid);t&&t.setConnectionQuality(A.quality)}))},this.onLocalParticipantMetadataChanged=A=>{this.emit(bn.ParticipantMetadataChanged,A,this.localParticipant)},this.onLocalParticipantNameChanged=A=>{this.emit(bn.ParticipantNameChanged,A,this.localParticipant)},this.onLocalAttributesChanged=A=>{this.emit(bn.ParticipantAttributesChanged,A,this.localParticipant)},this.onLocalTrackMuted=A=>{this.emit(bn.TrackMuted,A,this.localParticipant)},this.onLocalTrackUnmuted=A=>{this.emit(bn.TrackUnmuted,A,this.localParticipant)},this.onTrackProcessorUpdate=A=>{var t;null===(t=null==A?void 0:A.onPublish)||void 0===t||t.call(A,this)},this.onLocalTrackPublished=A=>ii(this,void 0,void 0,(function*(){var t,e,i,n,r,s;null===(t=A.track)||void 0===t||t.on(Sn.TrackProcessorUpdate,this.onTrackProcessorUpdate),null===(e=A.track)||void 0===e||e.on(Sn.Restarted,this.onLocalTrackRestarted),null===(r=null===(n=null===(i=A.track)||void 0===i?void 0:i.getProcessor())||void 0===n?void 0:n.onPublish)||void 0===r||r.call(n,this),this.emit(bn.LocalTrackPublished,A,this.localParticipant),$r(A.track)&&(yield A.track.checkForSilence())&&this.emit(bn.LocalAudioSilenceDetected,A);const o=yield null===(s=A.track)||void 0===s?void 0:s.getDeviceId(!1),a=ns(A.source);a&&o&&o!==this.localParticipant.activeDeviceMap.get(a)&&(this.localParticipant.activeDeviceMap.set(a,o),this.emit(bn.ActiveDeviceChanged,a,o))})),this.onLocalTrackUnpublished=A=>{var t,e;null===(t=A.track)||void 0===t||t.off(Sn.TrackProcessorUpdate,this.onTrackProcessorUpdate),null===(e=A.track)||void 0===e||e.off(Sn.Restarted,this.onLocalTrackRestarted),this.emit(bn.LocalTrackUnpublished,A,this.localParticipant)},this.onLocalTrackRestarted=A=>ii(this,void 0,void 0,(function*(){const t=yield A.getDeviceId(!1),e=ns(A.source);e&&t&&t!==this.localParticipant.activeDeviceMap.get(e)&&(this.log.debug("local track restarted, setting ".concat(e," ").concat(t," active"),this.logContext),this.localParticipant.activeDeviceMap.set(e,t),this.emit(bn.ActiveDeviceChanged,e,t))})),this.onLocalConnectionQualityChanged=A=>{this.emit(bn.ConnectionQualityChanged,A,this.localParticipant)},this.onMediaDevicesError=A=>{this.emit(bn.MediaDevicesError,A)},this.onLocalParticipantPermissionsChanged=A=>{this.emit(bn.ParticipantPermissionsChanged,A,this.localParticipant)},this.onLocalChatMessageSent=A=>{this.emit(bn.ChatMessage,A,this.localParticipant)},this.setMaxListeners(100),this.remoteParticipants=new Map,this.sidToIdentity=new Map,this.options=Object.assign(Object.assign({},Ps),A),this.log=ze(null!==(e=this.options.loggerName)&&void 0!==e?e:Ye.Room),this.transcriptionReceivedTimes=new Map,this.options.audioCaptureDefaults=Object.assign(Object.assign({},js),null==A?void 0:A.audioCaptureDefaults),this.options.videoCaptureDefaults=Object.assign(Object.assign({},Gs),null==A?void 0:A.videoCaptureDefaults),this.options.publishDefaults=Object.assign(Object.assign({},_s),null==A?void 0:A.publishDefaults),this.maybeCreateEngine(),this.disconnectLock=new g,this.localParticipant=new Zo("","",this.engine,this.options,this.rpcHandlers),this.options.videoCaptureDefaults.deviceId&&this.localParticipant.activeDeviceMap.set("videoinput",Nr(this.options.videoCaptureDefaults.deviceId)),this.options.audioCaptureDefaults.deviceId&&this.localParticipant.activeDeviceMap.set("audioinput",Nr(this.options.audioCaptureDefaults.deviceId)),(null===(i=this.options.audioOutput)||void 0===i?void 0:i.deviceId)&&this.switchActiveDevice("audiooutput",Nr(this.options.audioOutput.deviceId)).catch((A=>this.log.warn("Could not set audio output: ".concat(A.message),this.logContext))),this.options.e2ee&&this.setupE2EE(),Cr()){const A=new AbortController;null===(n=navigator.mediaDevices)||void 0===n||n.addEventListener("devicechange",this.handleDeviceChange,{signal:A.signal}),Aa.cleanupRegistry&&Aa.cleanupRegistry.register(this,(()=>{A.abort()}))}}registerTextStreamHandler(A,t){if(this.textStreamHandlers.has(A))throw new TypeError('A text stream handler for topic "'.concat(A,'" has already been set.'));this.textStreamHandlers.set(A,t)}unregisterTextStreamHandler(A){this.textStreamHandlers.delete(A)}registerByteStreamHandler(A,t){if(this.byteStreamHandlers.has(A))throw new TypeError('A byte stream handler for topic "'.concat(A,'" has already been set.'));this.byteStreamHandlers.set(A,t)}unregisterByteStreamHandler(A){this.byteStreamHandlers.delete(A)}registerRpcMethod(A,t){if(this.rpcHandlers.has(A))throw Error("RPC handler already registered for method ".concat(A,", unregisterRpcMethod before trying to register again"));this.rpcHandlers.set(A,t)}unregisterRpcMethod(A){this.rpcHandlers.delete(A)}handleIncomingRpcRequest(A,t,e,i,n,r){return ii(this,void 0,void 0,(function*(){if(yield this.engine.publishRpcAck(A,t),1!==r)return void(yield this.engine.publishRpcResponse(A,t,null,$s.builtIn("UNSUPPORTED_VERSION")));const s=this.rpcHandlers.get(e);if(!s)return void(yield this.engine.publishRpcResponse(A,t,null,$s.builtIn("UNSUPPORTED_METHOD")));let o=null,a=null;try{const e=yield s({requestId:t,callerIdentity:A,payload:i,responseTimeout:n});Ws(e)>15360?o=$s.builtIn("RESPONSE_PAYLOAD_TOO_LARGE"):a=e}catch(c){o=c instanceof $s?c:$s.builtIn("APPLICATION_ERROR")}yield this.engine.publishRpcResponse(A,t,a,o)}))}setE2EEEnabled(A){return ii(this,void 0,void 0,(function*(){if(!this.e2eeManager)throw Error("e2ee not configured, please set e2ee settings within the room options");yield Promise.all([this.localParticipant.setE2EEEnabled(A)]),""!==this.localParticipant.identity&&this.e2eeManager.setParticipantCryptorEnabled(A,this.localParticipant.identity)}))}setupE2EE(){var A;this.options.e2ee&&("e2eeManager"in this.options.e2ee?this.e2eeManager=this.options.e2ee.e2eeManager:this.e2eeManager=new cs(this.options.e2ee),this.e2eeManager.on(gn.ParticipantEncryptionStatusChanged,((A,t)=>{t.isLocal&&(this.isE2EEEnabled=A),this.emit(bn.ParticipantEncryptionStatusChanged,A,t)})),this.e2eeManager.on(gn.EncryptionError,(A=>this.emit(bn.EncryptionError,A))),null===(A=this.e2eeManager)||void 0===A||A.setup(this))}get logContext(){var A;return{room:this.name,roomID:null===(A=this.roomInfo)||void 0===A?void 0:A.sid,participant:this.localParticipant.identity,pID:this.localParticipant.sid}}get isRecording(){var A,t;return null!==(t=null===(A=this.roomInfo)||void 0===A?void 0:A.activeRecording)&&void 0!==t&&t}getSid(){return ii(this,void 0,void 0,(function*(){return this.state===Ho.Disconnected?"":this.roomInfo&&""!==this.roomInfo.sid?this.roomInfo.sid:new Promise(((A,t)=>{const e=t=>{""!==t.sid&&(this.engine.off(kn.RoomUpdate,e),A(t.sid))};this.engine.on(kn.RoomUpdate,e),this.once(bn.Disconnected,(()=>{this.engine.off(kn.RoomUpdate,e),t("Room disconnected before room server id was available")}))}))}))}get name(){var A,t;return null!==(t=null===(A=this.roomInfo)||void 0===A?void 0:A.name)&&void 0!==t?t:""}get metadata(){var A;return null===(A=this.roomInfo)||void 0===A?void 0:A.metadata}get numParticipants(){var A,t;return null!==(t=null===(A=this.roomInfo)||void 0===A?void 0:A.numParticipants)&&void 0!==t?t:0}get numPublishers(){var A,t;return null!==(t=null===(A=this.roomInfo)||void 0===A?void 0:A.numPublishers)&&void 0!==t?t:0}maybeCreateEngine(){this.engine&&!this.engine.isClosed||(this.engine=new So(this.options),this.engine.on(kn.ParticipantUpdate,this.handleParticipantUpdates).on(kn.RoomUpdate,this.handleRoomUpdate).on(kn.SpeakersChanged,this.handleSpeakersChanged).on(kn.StreamStateChanged,this.handleStreamStateUpdate).on(kn.ConnectionQualityUpdate,this.handleConnectionQualityUpdate).on(kn.SubscriptionError,this.handleSubscriptionError).on(kn.SubscriptionPermissionUpdate,this.handleSubscriptionPermissionUpdate).on(kn.MediaTrackAdded,((A,t,e)=>{this.onTrackAdded(A,t,e)})).on(kn.Disconnected,(A=>{this.handleDisconnect(this.options.stopLocalTrackOnUnpublish,A)})).on(kn.ActiveSpeakersUpdate,this.handleActiveSpeakersUpdate).on(kn.DataPacketReceived,this.handleDataPacket).on(kn.Resuming,(()=>{this.clearConnectionReconcile(),this.isResuming=!0,this.log.info("Resuming signal connection",this.logContext),this.setAndEmitConnectionState(Ho.SignalReconnecting)&&this.emit(bn.SignalReconnecting)})).on(kn.Resumed,(()=>{this.registerConnectionReconcile(),this.isResuming=!1,this.log.info("Resumed signal connection",this.logContext),this.updateSubscriptions(),this.emitBufferedEvents(),this.setAndEmitConnectionState(Ho.Connected)&&this.emit(bn.Reconnected)})).on(kn.SignalResumed,(()=>{this.bufferedEvents=[],(this.state===Ho.Reconnecting||this.isResuming)&&this.sendSyncState()})).on(kn.Restarting,this.handleRestarting).on(kn.SignalRestarted,this.handleSignalRestarted).on(kn.Offline,(()=>{this.setAndEmitConnectionState(Ho.Reconnecting)&&this.emit(bn.Reconnecting)})).on(kn.DCBufferStatusChanged,((A,t)=>{this.emit(bn.DCBufferStatusChanged,A,t)})).on(kn.LocalTrackSubscribed,(A=>{const t=this.localParticipant.getTrackPublications().find((t=>{let{trackSid:e}=t;return e===A}));t?(this.localParticipant.emit(Hn.LocalTrackSubscribed,t),this.emitWhenConnected(bn.LocalTrackSubscribed,t,this.localParticipant)):this.log.warn("could not find local track subscription for subscribed event",this.logContext)})).on(kn.RoomMoved,(A=>{this.log.debug("room moved",A),A.room&&this.handleRoomUpdate(A.room),this.remoteParticipants.forEach(((A,t)=>{this.handleParticipantDisconnected(t,A)})),this.emit(bn.Moved,A.room.name,A.token),A.participant?this.handleParticipantUpdates([A.participant,...A.otherParticipants]):this.handleParticipantUpdates(A.otherParticipants)})),this.localParticipant&&this.localParticipant.setupEngine(this.engine),this.e2eeManager&&this.e2eeManager.setupEngine(this.engine))}static getLocalDevices(A){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return hs.getInstance().getDevices(A,t)}prepareConnection(A,t){return ii(this,void 0,void 0,(function*(){if(this.state===Ho.Disconnected){this.log.debug("prepareConnection to ".concat(A),this.logContext);try{if(yr(new URL(A))&&t){this.regionUrlProvider=new Oo(A,t);const e=yield this.regionUrlProvider.getNextBestRegionUrl();e&&this.state===Ho.Disconnected&&(this.regionUrl=e,yield fetch(_r(e),{method:"HEAD"}),this.log.debug("prepared connection to ".concat(e),this.logContext))}else yield fetch(_r(A),{method:"HEAD"})}catch(e){this.log.warn("could not prepare connection",Object.assign(Object.assign({},this.logContext),{error:e}))}}}))}getParticipantByIdentity(A){return this.localParticipant.identity===A?this.localParticipant:this.remoteParticipants.get(A)}clearConnectionFutures(){this.connectFuture=void 0}simulateScenario(A,t){return ii(this,void 0,void 0,(function*(){let e,i=()=>{};switch(A){case"signal-reconnect":yield this.engine.client.handleOnClose("simulate disconnect");break;case"speaker":e=new Se({scenario:{case:"speakerUpdate",value:3}});break;case"node-failure":e=new Se({scenario:{case:"nodeFailure",value:!0}});break;case"server-leave":e=new Se({scenario:{case:"serverLeave",value:!0}});break;case"migration":e=new Se({scenario:{case:"migration",value:!0}});break;case"resume-reconnect":this.engine.failNext(),yield this.engine.client.handleOnClose("simulate resume-disconnect");break;case"disconnect-signal-on-resume":i=()=>ii(this,void 0,void 0,(function*(){yield this.engine.client.handleOnClose("simulate resume-disconnect")})),e=new Se({scenario:{case:"disconnectSignalOnResume",value:!0}});break;case"disconnect-signal-on-resume-no-messages":i=()=>ii(this,void 0,void 0,(function*(){yield this.engine.client.handleOnClose("simulate resume-disconnect")})),e=new Se({scenario:{case:"disconnectSignalOnResumeNoMessages",value:!0}});break;case"full-reconnect":this.engine.fullReconnectOnNext=!0,yield this.engine.client.handleOnClose("simulate full-reconnect");break;case"force-tcp":case"force-tls":e=new Se({scenario:{case:"switchCandidateProtocol",value:"force-tls"===A?2:1}}),i=()=>ii(this,void 0,void 0,(function*(){const A=this.engine.client.onLeave;A&&A(new le({reason:nt.CLIENT_INITIATED,action:de.RECONNECT}))}));break;case"subscriber-bandwidth":if(void 0===t||"number"!=typeof t)throw new Error("subscriber-bandwidth requires a number as argument");e=new Se({scenario:{case:"subscriberBandwidth",value:Pr(t)}});break;case"leave-full-reconnect":e=new Se({scenario:{case:"leaveRequestFullReconnect",value:!0}})}e&&(yield this.engine.client.sendSimulateScenario(e),yield i())}))}get canPlaybackAudio(){return this.audioEnabled}get canPlaybackVideo(){return!this.isVideoPlaybackBlocked}getActiveDevice(A){return this.localParticipant.activeDeviceMap.get(A)}switchActiveDevice(A,t){return ii(this,arguments,void 0,(function(A,t){var e=this;let i=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];return(function*(){var n,r,s,o,a,c,u,h;let l=!0,d=!1;const B=i?{exact:t}:t;if("audioinput"===A){d=0===e.localParticipant.audioTrackPublications.size;const t=null!==(n=e.getActiveDevice(A))&&void 0!==n?n:e.options.audioCaptureDefaults.deviceId;e.options.audioCaptureDefaults.deviceId=B;const i=Array.from(e.localParticipant.audioTrackPublications.values()).filter((A=>A.source===Ar.Source.Microphone));try{l=(yield Promise.all(i.map((A=>{var t;return null===(t=A.audioTrack)||void 0===t?void 0:t.setDeviceId(B)})))).every((A=>!0===A))}catch(f){throw e.options.audioCaptureDefaults.deviceId=t,f}}else if("videoinput"===A){d=0===e.localParticipant.videoTrackPublications.size;const t=null!==(r=e.getActiveDevice(A))&&void 0!==r?r:e.options.videoCaptureDefaults.deviceId;e.options.videoCaptureDefaults.deviceId=B;const i=Array.from(e.localParticipant.videoTrackPublications.values()).filter((A=>A.source===Ar.Source.Camera));try{l=(yield Promise.all(i.map((A=>{var t;return null===(t=A.videoTrack)||void 0===t?void 0:t.setDeviceId(B)})))).every((A=>!0===A))}catch(f){throw e.options.videoCaptureDefaults.deviceId=t,f}}else if("audiooutput"===A){if(!vr()&&!e.options.webAudioMix||e.options.webAudioMix&&e.audioContext&&!("setSinkId"in e.audioContext))throw new Error("cannot switch audio output, setSinkId not supported");e.options.webAudioMix&&(t=null!==(s=yield hs.getInstance().normalizeDeviceId("audiooutput",t))&&void 0!==s?s:""),null!==(o=(h=e.options).audioOutput)&&void 0!==o||(h.audioOutput={});const i=null!==(a=e.getActiveDevice(A))&&void 0!==a?a:e.options.audioOutput.deviceId;e.options.audioOutput.deviceId=t;try{e.options.webAudioMix&&(null===(c=e.audioContext)||void 0===c||c.setSinkId(t)),yield Promise.all(Array.from(e.remoteParticipants.values()).map((A=>A.setAudioOutput({deviceId:t}))))}catch(f){throw e.options.audioOutput.deviceId=i,f}}return(d||"audiooutput"===A)&&(e.localParticipant.activeDeviceMap.set(A,"audiooutput"===A&&(null===(u=e.options.audioOutput)||void 0===u?void 0:u.deviceId)||t),e.emit(bn.ActiveDeviceChanged,A,t)),l})()}))}setupLocalParticipantEvents(){this.localParticipant.on(Hn.ParticipantMetadataChanged,this.onLocalParticipantMetadataChanged).on(Hn.ParticipantNameChanged,this.onLocalParticipantNameChanged).on(Hn.AttributesChanged,this.onLocalAttributesChanged).on(Hn.TrackMuted,this.onLocalTrackMuted).on(Hn.TrackUnmuted,this.onLocalTrackUnmuted).on(Hn.LocalTrackPublished,this.onLocalTrackPublished).on(Hn.LocalTrackUnpublished,this.onLocalTrackUnpublished).on(Hn.ConnectionQualityChanged,this.onLocalConnectionQualityChanged).on(Hn.MediaDevicesError,this.onMediaDevicesError).on(Hn.AudioStreamAcquired,this.startAudio).on(Hn.ChatMessage,this.onLocalChatMessageSent).on(Hn.ParticipantPermissionsChanged,this.onLocalParticipantPermissionsChanged)}recreateEngine(){var A;null===(A=this.engine)||void 0===A||A.close(),this.engine=void 0,this.isResuming=!1,this.remoteParticipants.clear(),this.sidToIdentity.clear(),this.bufferedEvents=[],this.maybeCreateEngine()}onTrackAdded(A,t,e){if(this.state===Ho.Connecting||this.state===Ho.Reconnecting){const i=()=>{this.onTrackAdded(A,t,e),n()},n=()=>{this.off(bn.Reconnected,i),this.off(bn.Connected,i),this.off(bn.Disconnected,n)};return this.once(bn.Reconnected,i),this.once(bn.Connected,i),void this.once(bn.Disconnected,n)}if(this.state===Ho.Disconnected)return void this.log.warn("skipping incoming track after Room disconnected",this.logContext);if("ended"===A.readyState)return void this.log.info("skipping incoming track as it already ended",this.logContext);const i=(function(A){const t=A.split("|");return t.length>1?[t[0],A.substr(t[0].length+1)]:[A,""]})(t.id),n=i[0];let r=i[1],s=A.id;if(r&&r.startsWith("TR")&&(s=r),n===this.localParticipant.sid)return void this.log.warn("tried to create RemoteParticipant for local participant",this.logContext);const o=Array.from(this.remoteParticipants.values()).find((A=>A.sid===n));if(!o)return void this.log.error("Tried to add a track for a participant, that's not present. Sid: ".concat(n),this.logContext);let a;this.options.adaptiveStream&&(a="object"==typeof this.options.adaptiveStream?this.options.adaptiveStream:{}),o.addSubscribedMediaTrack(A,s,t,e,a)}handleDisconnect(){let A=!(arguments.length>0&&void 0!==arguments[0])||arguments[0],t=arguments.length>1?arguments[1]:void 0;var e;if(this.clearConnectionReconcile(),this.isResuming=!1,this.bufferedEvents=[],this.transcriptionReceivedTimes.clear(),this.state!==Ho.Disconnected){this.regionUrl=void 0;try{this.remoteParticipants.forEach((A=>{A.trackPublications.forEach((t=>{A.unpublishTrack(t.trackSid)}))})),this.localParticipant.trackPublications.forEach((t=>{var e,i,n;t.track&&this.localParticipant.unpublishTrack(t.track,A),A?(null===(e=t.track)||void 0===e||e.detach(),null===(i=t.track)||void 0===i||i.stop()):null===(n=t.track)||void 0===n||n.stopMonitor()})),this.localParticipant.off(Hn.ParticipantMetadataChanged,this.onLocalParticipantMetadataChanged).off(Hn.ParticipantNameChanged,this.onLocalParticipantNameChanged).off(Hn.AttributesChanged,this.onLocalAttributesChanged).off(Hn.TrackMuted,this.onLocalTrackMuted).off(Hn.TrackUnmuted,this.onLocalTrackUnmuted).off(Hn.LocalTrackPublished,this.onLocalTrackPublished).off(Hn.LocalTrackUnpublished,this.onLocalTrackUnpublished).off(Hn.ConnectionQualityChanged,this.onLocalConnectionQualityChanged).off(Hn.MediaDevicesError,this.onMediaDevicesError).off(Hn.AudioStreamAcquired,this.startAudio).off(Hn.ChatMessage,this.onLocalChatMessageSent).off(Hn.ParticipantPermissionsChanged,this.onLocalParticipantPermissionsChanged),this.localParticipant.trackPublications.clear(),this.localParticipant.videoTrackPublications.clear(),this.localParticipant.audioTrackPublications.clear(),this.remoteParticipants.clear(),this.sidToIdentity.clear(),this.activeSpeakers=[],this.audioContext&&"boolean"==typeof this.options.webAudioMix&&(this.audioContext.close(),this.audioContext=void 0),Cr()&&(window.removeEventListener("beforeunload",this.onPageLeave),window.removeEventListener("pagehide",this.onPageLeave),window.removeEventListener("freeze",this.onPageLeave),null===(e=navigator.mediaDevices)||void 0===e||e.removeEventListener("devicechange",this.handleDeviceChange))}finally{this.setAndEmitConnectionState(Ho.Disconnected),this.emit(bn.Disconnected,t)}}}handleParticipantDisconnected(A,t){var e;this.remoteParticipants.delete(A),t&&(t.trackPublications.forEach((A=>{t.unpublishTrack(A.trackSid,!0)})),this.emit(bn.ParticipantDisconnected,t),t.setDisconnected(),null===(e=this.localParticipant)||void 0===e||e.handleParticipantDisconnected(t.identity))}handleStreamHeader(A,t){return ii(this,void 0,void 0,(function*(){var e;if("byteHeader"===A.contentHeader.case){const i=this.byteStreamHandlers.get(A.topic);if(!i)return void this.log.debug("ignoring incoming byte stream due to no handler for topic",A.topic);let n;const r={id:A.streamId,name:null!==(e=A.contentHeader.value.name)&&void 0!==e?e:"unknown",mimeType:A.mimeType,size:A.totalLength?Number(A.totalLength):void 0,topic:A.topic,timestamp:Gr(A.timestamp),attributes:A.attributes},s=new ReadableStream({start:t=>{n=t,this.byteStreamControllers.set(A.streamId,{info:r,controller:n,startTime:Date.now()})}});i(new Mo(r,s,Gr(A.totalLength)),{identity:t})}else if("textHeader"===A.contentHeader.case){const e=this.textStreamHandlers.get(A.topic);if(!e)return void this.log.debug("ignoring incoming text stream due to no handler for topic",A.topic);let i;const n={id:A.streamId,mimeType:A.mimeType,size:A.totalLength?Number(A.totalLength):void 0,topic:A.topic,timestamp:Number(A.timestamp),attributes:A.attributes},r=new ReadableStream({start:t=>{i=t,this.textStreamControllers.set(A.streamId,{info:n,controller:i,startTime:Date.now()})}});e(new Lo(n,r,Gr(A.totalLength)),{identity:t})}}))}handleStreamChunk(A){const t=this.byteStreamControllers.get(A.streamId);t&&A.content.length>0&&t.controller.enqueue(A);const e=this.textStreamControllers.get(A.streamId);e&&A.content.length>0&&e.controller.enqueue(A)}handleStreamTrailer(A){const t=this.textStreamControllers.get(A.streamId);t&&(t.info.attributes=Object.assign(Object.assign({},t.info.attributes),A.attributes),t.controller.close(),this.textStreamControllers.delete(A.streamId));const e=this.byteStreamControllers.get(A.streamId);e&&(e.info.attributes=Object.assign(Object.assign({},e.info.attributes),A.attributes),e.controller.close(),this.byteStreamControllers.delete(A.streamId))}acquireAudioContext(){return ii(this,void 0,void 0,(function*(){var A,t;if("boolean"!=typeof this.options.webAudioMix&&this.options.webAudioMix.audioContext?this.audioContext=this.options.webAudioMix.audioContext:this.audioContext&&"closed"!==this.audioContext.state||(this.audioContext=null!==(A=es())&&void 0!==A?A:void 0),this.options.webAudioMix&&this.remoteParticipants.forEach((A=>A.setAudioContext(this.audioContext))),this.localParticipant.setAudioContext(this.audioContext),this.audioContext&&"suspended"===this.audioContext.state)try{yield Promise.race([this.audioContext.resume(),fr(200)])}catch(i){this.log.warn("Could not resume audio context",Object.assign(Object.assign({},this.logContext),{error:i}))}const e="running"===(null===(t=this.audioContext)||void 0===t?void 0:t.state);e!==this.canPlaybackAudio&&(this.audioEnabled=e,this.emit(bn.AudioPlaybackStatusChanged,e))}))}createParticipant(A,t){var e;let i;return i=t?zo.fromParticipantInfo(this.engine.client,t,{loggerContextCb:()=>this.logContext,loggerName:this.options.loggerName}):new zo(this.engine.client,"",A,void 0,void 0,void 0,{loggerContextCb:()=>this.logContext,loggerName:this.options.loggerName}),this.options.webAudioMix&&i.setAudioContext(this.audioContext),(null===(e=this.options.audioOutput)||void 0===e?void 0:e.deviceId)&&i.setAudioOutput(this.options.audioOutput).catch((A=>this.log.warn("Could not set audio output: ".concat(A.message),this.logContext))),i}getOrCreateParticipant(A,t){if(this.remoteParticipants.has(A)){const e=this.remoteParticipants.get(A);return t&&e.updateInfo(t)&&this.sidToIdentity.set(t.sid,t.identity),e}const e=this.createParticipant(A,t);return this.remoteParticipants.set(A,e),this.sidToIdentity.set(t.sid,t.identity),this.emitWhenConnected(bn.ParticipantConnected,e),e.on(Hn.TrackPublished,(A=>{this.emitWhenConnected(bn.TrackPublished,A,e)})).on(Hn.TrackSubscribed,((A,t)=>{A.kind===Ar.Kind.Audio?(A.on(Sn.AudioPlaybackStarted,this.handleAudioPlaybackStarted),A.on(Sn.AudioPlaybackFailed,this.handleAudioPlaybackFailed)):A.kind===Ar.Kind.Video&&(A.on(Sn.VideoPlaybackFailed,this.handleVideoPlaybackFailed),A.on(Sn.VideoPlaybackStarted,this.handleVideoPlaybackStarted)),this.emit(bn.TrackSubscribed,A,t,e)})).on(Hn.TrackUnpublished,(A=>{this.emit(bn.TrackUnpublished,A,e)})).on(Hn.TrackUnsubscribed,((A,t)=>{this.emit(bn.TrackUnsubscribed,A,t,e)})).on(Hn.TrackMuted,(A=>{this.emitWhenConnected(bn.TrackMuted,A,e)})).on(Hn.TrackUnmuted,(A=>{this.emitWhenConnected(bn.TrackUnmuted,A,e)})).on(Hn.ParticipantMetadataChanged,(A=>{this.emitWhenConnected(bn.ParticipantMetadataChanged,A,e)})).on(Hn.ParticipantNameChanged,(A=>{this.emitWhenConnected(bn.ParticipantNameChanged,A,e)})).on(Hn.AttributesChanged,(A=>{this.emitWhenConnected(bn.ParticipantAttributesChanged,A,e)})).on(Hn.ConnectionQualityChanged,(A=>{this.emitWhenConnected(bn.ConnectionQualityChanged,A,e)})).on(Hn.ParticipantPermissionsChanged,(A=>{this.emitWhenConnected(bn.ParticipantPermissionsChanged,A,e)})).on(Hn.TrackSubscriptionStatusChanged,((A,t)=>{this.emitWhenConnected(bn.TrackSubscriptionStatusChanged,A,t,e)})).on(Hn.TrackSubscriptionFailed,((A,t)=>{this.emit(bn.TrackSubscriptionFailed,A,e,t)})).on(Hn.TrackSubscriptionPermissionChanged,((A,t)=>{this.emitWhenConnected(bn.TrackSubscriptionPermissionChanged,A,t,e)})).on(Hn.Active,(()=>{this.emitWhenConnected(bn.ParticipantActive,e)})),t&&e.updateInfo(t),e}sendSyncState(){const A=Array.from(this.remoteParticipants.values()).reduce(((A,t)=>(A.push(...t.getTrackPublications()),A)),[]),t=this.localParticipant.getTrackPublications();this.engine.sendSyncState(A,t)}updateSubscriptions(){for(const A of this.remoteParticipants.values())for(const t of A.videoTrackPublications.values())t.isSubscribed&&Zr(t)&&t.emitTrackUpdate()}getRemoteParticipantBySid(A){const t=this.sidToIdentity.get(A);if(t)return this.remoteParticipants.get(t)}registerConnectionReconcile(){this.clearConnectionReconcile();let A=0;this.connectionReconcileInterval=Wn.setInterval((()=>{this.engine&&!this.engine.isClosed&&this.engine.verifyTransport()?A=0:(A++,this.log.warn("detected connection state mismatch",Object.assign(Object.assign({},this.logContext),{numFailures:A,engine:this.engine?{closed:this.engine.isClosed,transportsConnected:this.engine.verifyTransport()}:void 0})),A>=3&&(this.recreateEngine(),this.handleDisconnect(this.options.stopLocalTrackOnUnpublish,nt.STATE_MISMATCH)))}),4e3)}clearConnectionReconcile(){this.connectionReconcileInterval&&Wn.clearInterval(this.connectionReconcileInterval)}setAndEmitConnectionState(A){return A!==this.state&&(this.state=A,this.emit(bn.ConnectionStateChanged,this.state),!0)}emitBufferedEvents(){this.bufferedEvents.forEach((A=>{let[t,e]=A;this.emit(t,...e)})),this.bufferedEvents=[]}emitWhenConnected(A){for(var t=arguments.length,e=new Array(t>1?t-1:0),i=1;i<t;i++)e[i-1]=arguments[i];if(this.state===Ho.Reconnecting||this.isResuming||!this.engine||this.engine.pendingReconnect)this.bufferedEvents.push([A,e]);else if(this.state===Ho.Connected)return this.emit(A,...e);return!1}simulateParticipants(A){return ii(this,void 0,void 0,(function*(){var t,e;const i=Object.assign({audio:!0,video:!0,useRealTracks:!1},A.publish),n=Object.assign({count:9,audio:!1,video:!0,aspectRatios:[1.66,1.7,1.3]},A.participants);if(this.handleDisconnect(),this.roomInfo=new at({sid:"RM_SIMULATED",name:"simulated-room",emptyTimeout:0,maxParticipants:0,creationTime:L.parse((new Date).getTime()),metadata:"",numParticipants:1,numPublishers:1,turnPassword:"",enabledCodecs:[],activeRecording:!1}),this.localParticipant.updateInfo(new ht({identity:"simulated-local",name:"local-name"})),this.setupLocalParticipantEvents(),this.emit(bn.SignalConnected),this.emit(bn.Connected),this.setAndEmitConnectionState(Ho.Connected),i.video){const A=new Yo(Ar.Kind.Video,new gt({source:At.CAMERA,sid:Math.floor(1e4*Math.random()).toString(),type:zA.AUDIO,name:"video-dummy"}),new Bo(i.useRealTracks?(yield window.navigator.mediaDevices.getUserMedia({video:!0})).getVideoTracks()[0]:Mr(160*(null!==(t=n.aspectRatios[0])&&void 0!==t?t:1),160,!0,!0),void 0,!1,{loggerName:this.options.loggerName,loggerContextCb:()=>this.logContext}),{loggerName:this.options.loggerName,loggerContextCb:()=>this.logContext});this.localParticipant.addTrackPublication(A),this.localParticipant.emit(Hn.LocalTrackPublished,A)}if(i.audio){const A=new Yo(Ar.Kind.Audio,new gt({source:At.MICROPHONE,sid:Math.floor(1e4*Math.random()).toString(),type:zA.AUDIO}),new to(i.useRealTracks?(yield navigator.mediaDevices.getUserMedia({audio:!0})).getAudioTracks()[0]:xr(),void 0,!1,this.audioContext,{loggerName:this.options.loggerName,loggerContextCb:()=>this.logContext}),{loggerName:this.options.loggerName,loggerContextCb:()=>this.logContext});this.localParticipant.addTrackPublication(A),this.localParticipant.emit(Hn.LocalTrackPublished,A)}for(let A=0;A<n.count-1;A+=1){let t=new ht({sid:Math.floor(1e4*Math.random()).toString(),identity:"simulated-".concat(A),state:lt.ACTIVE,tracks:[],joinedAt:L.parse(Date.now())});const i=this.getOrCreateParticipant(t.identity,t);if(n.video){const r=Mr(160*(null!==(e=n.aspectRatios[A%n.aspectRatios.length])&&void 0!==e?e:1),160,!1,!0),s=new gt({source:At.CAMERA,sid:Math.floor(1e4*Math.random()).toString(),type:zA.AUDIO});i.addSubscribedMediaTrack(r,s.sid,new MediaStream([r]),new RTCRtpReceiver),t.tracks=[...t.tracks,s]}if(n.audio){const A=xr(),e=new gt({source:At.MICROPHONE,sid:Math.floor(1e4*Math.random()).toString(),type:zA.AUDIO});i.addSubscribedMediaTrack(A,e.sid,new MediaStream([A]),new RTCRtpReceiver),t.tracks=[...t.tracks,e]}i.updateInfo(t)}}))}emit(A){for(var t=arguments.length,e=new Array(t>1?t-1:0),i=1;i<t;i++)e[i-1]=arguments[i];if(A!==bn.ActiveSpeakersChanged&&A!==bn.TranscriptionReceived){const t=ta(e).filter((A=>void 0!==A));this.log.debug("room event ".concat(A),Object.assign(Object.assign({},this.logContext),{event:A,args:t}))}return super.emit(A,...e)}}function ta(A){return A.map((A=>{if(A)return Array.isArray(A)?ta(A):"object"==typeof A?"logContext"in A?A.logContext:void 0:A}))}Aa.cleanupRegistry="undefined"!=typeof FinalizationRegistry&&new FinalizationRegistry((A=>{A()})),(To=ko||(ko={}))[To.IDLE=0]="IDLE",To[To.RUNNING=1]="RUNNING",To[To.SKIPPED=2]="SKIPPED",To[To.SUCCESS=3]="SUCCESS",To[To.FAILED=4]="FAILED",oi.EventEmitter,oi.EventEmitter;const ea=Symbol.for("@ts-pattern/matcher"),ia=Symbol.for("@ts-pattern/isVariadic"),na="@ts-pattern/anonymous-select-key",ra=A=>Boolean(A&&"object"==typeof A),sa=A=>A&&!!A[ea],oa=(A,t,e)=>{if(sa(A)){const i=A[ea](),{matched:n,selections:r}=i.match(t);return n&&r&&Object.keys(r).forEach((A=>e(A,r[A]))),n}if(ra(A)){if(!ra(t))return!1;if(Array.isArray(A)){if(!Array.isArray(t))return!1;let i=[],n=[],r=[];for(const t of A.keys()){const e=A[t];sa(e)&&e[ia]?r.push(e):r.length?n.push(e):i.push(e)}if(r.length){if(r.length>1)throw new Error("Pattern error: Using `...P.array(...)` several times in a single pattern is not allowed.");if(t.length<i.length+n.length)return!1;const A=t.slice(0,i.length),s=0===n.length?[]:t.slice(-n.length),o=t.slice(i.length,0===n.length?1/0:-n.length);return i.every(((t,i)=>oa(t,A[i],e)))&&n.every(((A,t)=>oa(A,s[t],e)))&&(0===r.length||oa(r[0],o,e))}return A.length===t.length&&A.every(((A,i)=>oa(A,t[i],e)))}return Reflect.ownKeys(A).every((i=>{const n=A[i];return(i in t||sa(r=n)&&"optional"===r[ea]().matcherType)&&oa(n,t[i],e);var r}))}return Object.is(t,A)},aa=A=>{var t,e,i;return ra(A)?sa(A)?null!=(t=null==(e=(i=A[ea]()).getSelectionKeys)?void 0:e.call(i))?t:[]:Array.isArray(A)?ca(A,aa):ca(Object.values(A),aa):[]},ca=(A,t)=>A.reduce(((A,e)=>A.concat(t(e))),[]);function ua(A){return Object.assign(A,{optional:()=>la(A),and:t=>fa(A,t),or:t=>wa(A,t),select:t=>void 0===t?pa(A):pa(t,A)})}function ha(A){return Object.assign((t=A,Object.assign(t,{[Symbol.iterator](){let A=0;const e=[{value:Object.assign(t,{[ia]:!0}),done:!1},{done:!0,value:void 0}];return{next:()=>{var t;return null!=(t=e[A++])?t:e.at(-1)}}}})),{optional:()=>ha(la(A)),select:t=>ha(void 0===t?pa(A):pa(t,A))});var t}function la(A){return ua({[ea]:()=>({match:t=>{let e={};const i=(A,t)=>{e[A]=t};return void 0===t?(aa(A).forEach((A=>i(A,void 0))),{matched:!0,selections:e}):{matched:oa(A,t,i),selections:e}},getSelectionKeys:()=>aa(A),matcherType:"optional"})})}const da=(A,t)=>{for(const e of A)if(!t(e))return!1;return!0},Ba=(A,t)=>{for(const[e,i]of A.entries())if(!t(i,e))return!1;return!0};function fa(...A){return ua({[ea]:()=>({match:t=>{let e={};const i=(A,t)=>{e[A]=t};return{matched:A.every((A=>oa(A,t,i))),selections:e}},getSelectionKeys:()=>ca(A,aa),matcherType:"and"})})}function wa(...A){return ua({[ea]:()=>({match:t=>{let e={};const i=(A,t)=>{e[A]=t};return ca(A,aa).forEach((A=>i(A,void 0))),{matched:A.some((A=>oa(A,t,i))),selections:e}},getSelectionKeys:()=>ca(A,aa),matcherType:"or"})})}function ga(A){return{[ea]:()=>({match:t=>({matched:Boolean(A(t))})})}}function pa(...A){const t="string"==typeof A[0]?A[0]:void 0,e=2===A.length?A[1]:"string"==typeof A[0]?void 0:A[0];return ua({[ea]:()=>({match:A=>{let i={[null!=t?t:na]:A};return{matched:void 0===e||oa(e,A,((A,t)=>{i[A]=t})),selections:i}},getSelectionKeys:()=>[null!=t?t:na].concat(void 0===e?[]:aa(e))})})}function va(A){return"number"==typeof A}function Qa(A){return"string"==typeof A}function ma(A){return"bigint"==typeof A}const Ua=ua(ga((function(A){return!0}))),Ca=Ua,Fa=A=>Object.assign(ua(A),{startsWith:t=>{return Fa(fa(A,(e=t,ga((A=>Qa(A)&&A.startsWith(e))))));var e},endsWith:t=>{return Fa(fa(A,(e=t,ga((A=>Qa(A)&&A.endsWith(e))))));var e},minLength:t=>{return Fa(fa(A,(e=t,ga((A=>Qa(A)&&A.length>=e)))));var e},length:t=>{return Fa(fa(A,(e=t,ga((A=>Qa(A)&&A.length===e)))));var e},maxLength:t=>{return Fa(fa(A,(e=t,ga((A=>Qa(A)&&A.length<=e)))));var e},includes:t=>{return Fa(fa(A,(e=t,ga((A=>Qa(A)&&A.includes(e))))));var e},regex:t=>{return Fa(fa(A,(e=t,ga((A=>Qa(A)&&Boolean(A.match(e)))))));var e}}),ya=Fa(ga(Qa)),ba=A=>Object.assign(ua(A),{between:(t,e)=>{return ba(fa(A,(i=t,n=e,ga((A=>va(A)&&i<=A&&n>=A)))));var i,n},lt:t=>{return ba(fa(A,(e=t,ga((A=>va(A)&&A<e)))));var e},gt:t=>{return ba(fa(A,(e=t,ga((A=>va(A)&&A>e)))));var e},lte:t=>{return ba(fa(A,(e=t,ga((A=>va(A)&&A<=e)))));var e},gte:t=>{return ba(fa(A,(e=t,ga((A=>va(A)&&A>=e)))));var e},int:()=>ba(fa(A,ga((A=>va(A)&&Number.isInteger(A))))),finite:()=>ba(fa(A,ga((A=>va(A)&&Number.isFinite(A))))),positive:()=>ba(fa(A,ga((A=>va(A)&&A>0)))),negative:()=>ba(fa(A,ga((A=>va(A)&&A<0))))}),Ea=ba(ga(va)),Ha=A=>Object.assign(ua(A),{between:(t,e)=>{return Ha(fa(A,(i=t,n=e,ga((A=>ma(A)&&i<=A&&n>=A)))));var i,n},lt:t=>{return Ha(fa(A,(e=t,ga((A=>ma(A)&&A<e)))));var e},gt:t=>{return Ha(fa(A,(e=t,ga((A=>ma(A)&&A>e)))));var e},lte:t=>{return Ha(fa(A,(e=t,ga((A=>ma(A)&&A<=e)))));var e},gte:t=>{return Ha(fa(A,(e=t,ga((A=>ma(A)&&A>=e)))));var e},positive:()=>Ha(fa(A,ga((A=>ma(A)&&A>0)))),negative:()=>Ha(fa(A,ga((A=>ma(A)&&A<0))))}),Ia=Ha(ga(ma)),ka=ua(ga((function(A){return"boolean"==typeof A}))),Ta=ua(ga((function(A){return"symbol"==typeof A}))),Sa=ua(ga((function(A){return null==A}))),Ka=ua(ga((function(A){return null!=A})));var Oa={__proto__:null,matcher:ea,optional:la,array:function(...A){return ha({[ea]:()=>({match:t=>{if(!Array.isArray(t))return{matched:!1};if(0===A.length)return{matched:!0};const e=A[0];let i={};if(0===t.length)return aa(e).forEach((A=>{i[A]=[]})),{matched:!0,selections:i};const n=(A,t)=>{i[A]=(i[A]||[]).concat([t])};return{matched:t.every((A=>oa(e,A,n))),selections:i}},getSelectionKeys:()=>0===A.length?[]:aa(A[0])})})},set:function(...A){return ua({[ea]:()=>({match:t=>{if(!(t instanceof Set))return{matched:!1};let e={};if(0===t.size)return{matched:!0,selections:e};if(0===A.length)return{matched:!0};const i=(A,t)=>{e[A]=(e[A]||[]).concat([t])},n=A[0];return{matched:da(t,(A=>oa(n,A,i))),selections:e}},getSelectionKeys:()=>0===A.length?[]:aa(A[0])})})},map:function(...A){return ua({[ea]:()=>({match:t=>{if(!(t instanceof Map))return{matched:!1};let e={};if(0===t.size)return{matched:!0,selections:e};const i=(A,t)=>{e[A]=(e[A]||[]).concat([t])};if(0===A.length)return{matched:!0};var n;if(1===A.length)throw new Error(`\`P.map\` wasn't given enough arguments. Expected (key, value), received ${null==(n=A[0])?void 0:n.toString()}`);const[r,s]=A;return{matched:Ba(t,((A,t)=>{const e=oa(r,t,i),n=oa(s,A,i);return e&&n})),selections:e}},getSelectionKeys:()=>0===A.length?[]:[...aa(A[0]),...aa(A[1])]})})},intersection:fa,union:wa,not:function(A){return ua({[ea]:()=>({match:t=>({matched:!oa(A,t,(()=>{}))}),getSelectionKeys:()=>[],matcherType:"not"})})},when:ga,select:pa,any:Ua,EA:Ca,string:ya,number:Ea,bigint:Ia,boolean:ka,symbol:Ta,nullish:Sa,nonNullable:Ka,instanceOf:function(A){return ua(ga((t=A,A=>A instanceof t)));var t},shape:function(A){return ua(ga((function(...A){if(1===A.length){const[t]=A;return A=>oa(t,A,(()=>{}))}if(2===A.length){const[t,e]=A;return oa(t,e,(()=>{}))}throw new Error(`isMatching wasn't given the right number of arguments: expected 1 or 2, received ${A.length}.`)})(A)))}};class Da extends Error{constructor(A){let t;try{t=JSON.stringify(A)}catch(e){t=A}super(`Pattern matching error: no pattern matches value ${t}`),this.input=void 0,this.input=A}}const Ma={matched:!1,value:void 0};function La(A){return new xa(A,Ma)}let xa=class A{constructor(A,t){this.input=void 0,this.state=void 0,this.input=A,this.state=t}with(...t){if(this.state.matched)return this;const e=t[t.length-1],i=[t[0]];let n;3===t.length&&"function"==typeof t[1]?n=t[1]:t.length>2&&i.push(...t.slice(1,t.length-1));let r=!1,s={};const o=(A,t)=>{r=!0,s[A]=t},a=!i.some((A=>oa(A,this.input,o)))||n&&!Boolean(n(this.input))?Ma:{matched:!0,value:e(r?na in s?s[na]:s:this.input,this.input)};return new A(this.input,a)}when(t,e){if(this.state.matched)return this;const i=Boolean(t(this.input));return new A(this.input,i?{matched:!0,value:e(this.input,this.input)}:Ma)}otherwise(A){return this.state.matched?this.state.value:A(this.input)}exhaustive(A=Ra){return this.state.matched?this.state.value:A(this.input)}run(){return this.exhaustive()}returnType(){return this}};function Ra(A){throw new Da(A)}var Na,_a;(_a=Na||(Na={})).READY="ready",_a.ERROR="error",_a.PAUSED="paused",_a.LOADING="loading",_a.THINKING="thinking",_a.RESEARCHING="researching",_a.AGENT_SPEAKING="agent_speaking",_a.USER_SPEAKING="user_speaking",_a.AWAITING_USER_INPUT="awaiting_user_input";class ja{constructor({sessionId:A,apiBaseUrl:t}){this.currentState=Na.READY,this.assistantAudioContext=null,this.userAudioContext=null,this.HA=null,this.IA=null,this.sessionId=A,this.apiBaseUrl=t||"https://obi.getcor.io/api",this.client=new u({baseUrl:this.apiBaseUrl}),this.emitter=new d}emit(A,t){this.emitter.emit(A,t)}on(A,t){this.emitter.on(A,t)}off(A,t){this.emitter.off(A,t)}setupRoomEventListeners(){this.room&&(this.room.on(bn.LocalTrackUnpublished,(A=>{A.source===Ar.Source.ScreenShare&&(this.screenStream=void 0)})),this.room.on(bn.Disconnected,(()=>{this.disconnect()})),this.room.on(bn.ParticipantDisconnected,(()=>{this.disconnect()})),this.room.on(bn.TrackSubscribed,((A,t,e)=>{if("audio"===A.kind&&A.attach(),A.source===Ar.Source.Microphone&&e.identity.includes("agent-")){const t=A.mediaStream;if(!t)return;const e=new AudioContext,i=e.createAnalyser();e.createMediaStreamSource(t).connect(i),i.fftSize=2048;const n=new Uint8Array(i.frequencyBinCount);this.analyzeAudio(i,n,"ASSISTANT"),this.assistantAudioContext=e}})),this.room.on(bn.ParticipantAttributesChanged,(A=>{if(!A["lk.agent.state"])return;if(this.currentState===Na.RESEARCHING||this.currentState===Na.PAUSED)return;const t=La(A["lk.agent.state"]).with("listening",(()=>Na.USER_SPEAKING)).with("speaking",(()=>Na.AGENT_SPEAKING)).with("thinking",(()=>Na.THINKING)).otherwise((()=>{}));t&&this.setState(t)})),this.room.on(bn.DataReceived,(async A=>{try{const t=JSON.parse((new TextDecoder).decode(A));La(t.status||t.request).with("using_tool",(()=>{this.currentState=Na.RESEARCHING,this.emitter.emit("stateChanged",Na.RESEARCHING)})).with("using_tool_ended",(()=>{this.currentState=Na.AGENT_SPEAKING,this.emitter.emit("stateChanged",Na.AGENT_SPEAKING)})).with("share_screen",(()=>{this.shareScreen()})).with("prompt_user",(()=>{this.promptContinue()})).with("capture_page_html",(()=>{this.emitter.emit("capturePageHTML")})).with("fill",(()=>{this.emitter.emit("fill",t.value)})).otherwise((()=>{}))}catch(t){}})),this.room.localParticipant.registerRpcMethod("screen_capture",(async A=>(this.emitter.emit("screenCaptureRequested"),new Promise((A=>{this.emitter.once("screenCaptureComplete",(async t=>{if("error"!==t)try{await this.room.localParticipant.sendFile(new File([t],"screen_capture.png",{type:"image/png"}),{mimeType:"image/png",topic:"screen_capture"}),A("ok")}catch(e){A("error")}else A("error")}))}))))))}async connect(){if(this.sessionId)try{await this.requestMicrophone(),this.room=new Aa({adaptiveStream:!0,dynacast:!0}),this.setupRoomEventListeners();const A=await this.client.getJoinToken(this.sessionId,{skipIntro:!0});if(await this.room.connect(A.data.url,A.data.token),this.microphoneStream){const A=this.microphoneStream.getAudioTracks()[0];await this.room.localParticipant.publishTrack(A,{name:"microphone",source:Ar.Source.Microphone})}return{url:A.data.url,token:A.data.token}}catch(A){throw this.disconnect(),this.emitter.emit("error",A instanceof Error?A:new Error(String(A))),A}else this.emitter.emit("error",new Error("No session ID provided"))}async disconnect(){this.room&&(this.room.disconnect(!0),this.room.removeAllListeners(),this.room=void 0),this.screenStream?.track&&this.screenStream.track.stop(),this.microphoneStream&&this.microphoneStream.getTracks().forEach((A=>A.stop())),this.IA&&(window.clearTimeout(this.IA),this.IA=null),this.HA&&(window.clearTimeout(this.HA),this.HA=null),await(this.userAudioContext?.close().catch((()=>{}))),this.userAudioContext=null,await(this.assistantAudioContext?.close().catch((()=>{}))),this.assistantAudioContext=null,this.setState(Na.READY),this.emitter.emit("disconnected")}setState(A){A!==this.currentState&&(this.currentState=A,this.emitter.emit("stateChanged",A))}getCurrentState(){return this.currentState}async requestMicrophone(){try{const A=await navigator.mediaDevices.getUserMedia({audio:!0});this.microphoneStream=A;const t=new AudioContext;this.userAudioContext=t;const e=t.createAnalyser(),i=t.createMediaStreamSource(A),n=t.createGain();n.gain.value=1.5,i.connect(n),n.connect(e),e.fftSize=2048;const r=new Uint8Array(e.frequencyBinCount);this.analyzeAudio(e,r,"USER")}catch(A){throw new Error("Microphone permission denied")}}async shareScreen(){if(this.room){this.emitter.emit("preScreenShare");try{if(this.screenStream=await this.room.localParticipant.setScreenShareEnabled(!0,{video:{displaySurface:"window"}}),!this.screenStream)return;await this.room.localParticipant.publishData((new TextEncoder).encode(JSON.stringify({request:"share_screen",success:!0})),{reliable:!0})}catch(A){this.emitter.emit("error",A instanceof Error?A:new Error(String(A)))}}}pauseRecording(){this.room&&(this.setState(Na.PAUSED),this.room.localParticipant.getTrackPublications().forEach((A=>{A.handleMuted(),A.track?.mediaStream?.getTracks().forEach((A=>A.enabled=!1))})),this.microphoneStream?.getTracks().forEach((A=>A.enabled=!1)),this.screenStream?.track?.mute())}resumeRecording(){this.room&&(this.setState(Na.USER_SPEAKING),this.room.localParticipant.getTrackPublications().forEach((A=>{A.handleUnmuted(),A.track?.mediaStream?.getTracks().forEach((A=>A.enabled=!0))})),this.microphoneStream?.getTracks().forEach((A=>A.enabled=!0)),this.screenStream?.track?.unmute())}async promptContinue(){await this.room.localParticipant.publishData((new TextEncoder).encode(JSON.stringify({request:"prompt_user",success:!0})),{reliable:!0})}async analyzeAudio(A,t,e){if("USER"===e&&this.currentState===Na.USER_SPEAKING||"ASSISTANT"===e&&this.currentState===Na.AGENT_SPEAKING){A.getByteFrequencyData(t);const i=t.reduce(((A,t)=>A+t),0)/t.length,n=Math.max(.01,Math.min(1,i/128));let r;"USER"===e&&this.currentState===Na.USER_SPEAKING?r="USER":"ASSISTANT"===e&&this.currentState===Na.AGENT_SPEAKING&&(r="ASSISTANT"),r&&this.emitter.emit("volume",{speaker:r,spectrum:Array.from(t),volume:n})}"USER"===e?this.IA=window.setTimeout((()=>this.analyzeAudio(A,t,e)),200):this.HA=window.setTimeout((()=>this.analyzeAudio(A,t,e)),200)}async sendHTML(A){if(this.room)try{const t={type:"page_content",html:A,timestamp:(new Date).toISOString()},e=JSON.stringify(t),i=(new TextEncoder).encode(e);await this.room.localParticipant.publishData(i,{reliable:!0})}catch(t){this.emitter.emit("error",t instanceof Error?t:new Error(String(t)))}}async reconnect(A,t,e){try{if(!A||!t)return this.emitter.emit("error",new Error("Missing room URL or token for reconnection")),!1;if(await this.requestMicrophone(),this.room=new Aa({adaptiveStream:!0,dynacast:!0}),this.setupRoomEventListeners(),await this.room.connect(A,t),this.microphoneStream){const A=this.microphoneStream.getAudioTracks()[0];await this.room.localParticipant.publishTrack(A,{name:"microphone",source:Ar.Source.Microphone})}return this.setState(e),e===Na.PAUSED&&this.pauseRecording(),!0}catch(i){return this.disconnect(),this.emitter.emit("error",i instanceof Error?i:new Error(String(i))),!1}}}const Ga="49206C6F7665204F6269_session";var Pa=function(A,t){return(Pa=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(A,t){A.__proto__=t}||function(A,t){for(var e in t)Object.prototype.hasOwnProperty.call(t,e)&&(A[e]=t[e])})(A,t)};function Va(A,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function e(){this.constructor=A}Pa(A,t),A.prototype=null===t?Object.create(t):(e.prototype=t.prototype,new e)}var Ja=function(){return Ja=Object.assign||function(A){for(var t,e=1,i=arguments.length;e<i;e++)for(var n in t=arguments[e])Object.prototype.hasOwnProperty.call(t,n)&&(A[n]=t[n]);return A},Ja.apply(this,arguments)};function Xa(A,t,e,i){return new(e||(e=Promise))((function(n,r){function s(A){try{a(i.next(A))}catch(t){r(t)}}function o(A){try{a(i.throw(A))}catch(t){r(t)}}function a(A){var t;A.done?n(A.value):(t=A.value,t instanceof e?t:new e((function(A){A(t)}))).then(s,o)}a((i=i.apply(A,t||[])).next())}))}function Ya(A,t){var e,i,n,r,s={label:0,sent:function(){if(1&n[0])throw n[1];return n[1]},trys:[],ops:[]};return r={next:o(0),throw:o(1),return:o(2)},"function"==typeof Symbol&&(r[Symbol.iterator]=function(){return this}),r;function o(o){return function(a){return(function(o){if(e)throw new TypeError("Generator is already executing.");for(;r&&(r=0,o[0]&&(s=0)),s;)try{if(e=1,i&&(n=2&o[0]?i.return:o[0]?i.throw||((n=i.return)&&n.call(i),0):i.next)&&!(n=n.call(i,o[1])).done)return n;switch(i=0,n&&(o=[2&o[0],n.value]),o[0]){case 0:case 1:n=o;break;case 4:return s.label++,{value:o[1],done:!1};case 5:s.label++,i=o[1],o=[0];continue;case 7:o=s.ops.pop(),s.trys.pop();continue;default:if(!((n=(n=s.trys).length>0&&n[n.length-1])||6!==o[0]&&2!==o[0])){s=0;continue}if(3===o[0]&&(!n||o[1]>n[0]&&o[1]<n[3])){s.label=o[1];break}if(6===o[0]&&s.label<n[1]){s.label=n[1],n=o;break}if(n&&s.label<n[2]){s.label=n[2],s.ops.push(o);break}n[2]&&s.ops.pop(),s.trys.pop();continue}o=t.call(A,s)}catch(a){o=[6,a],i=0}finally{e=n=0}if(5&o[0])throw o[1];return{value:o[0]?o[1]:void 0,done:!0}})([o,a])}}}"function"==typeof SuppressedError&&SuppressedError;for(var $a=(function(){function A(A,t,e,i){this.left=A,this.top=t,this.width=e,this.height=i}return A.prototype.add=function(t,e,i,n){return new A(this.left+t,this.top+e,this.width+i,this.height+n)},A.fromClientRect=function(t,e){return new A(e.left+t.windowBounds.left,e.top+t.windowBounds.top,e.width,e.height)},A.fromDOMRectList=function(t,e){var i=Array.from(e).find((function(A){return 0!==A.width}));return i?new A(i.left+t.windowBounds.left,i.top+t.windowBounds.top,i.width,i.height):A.EMPTY},A.EMPTY=new A(0,0,0,0),A})(),Wa=function(A,t){return $a.fromClientRect(A,t.getBoundingClientRect())},Za=function(A){for(var t=[],e=0,i=A.length;e<i;){var n=A.charCodeAt(e++);if(n>=55296&&n<=56319&&e<i){var r=A.charCodeAt(e++);56320==(64512&r)?t.push(((1023&n)<<10)+(1023&r)+65536):(t.push(n),e--)}else t.push(n)}return t},qa=function(){for(var A=[],t=0;t<arguments.length;t++)A[t]=arguments[t];if(String.fromCodePoint)return String.fromCodePoint.apply(String,A);var e=A.length;if(!e)return"";for(var i=[],n=-1,r="";++n<e;){var s=A[n];s<=65535?i.push(s):(s-=65536,i.push(55296+(s>>10),s%1024+56320)),(n+1===e||i.length>16384)&&(r+=String.fromCharCode.apply(String,i),i.length=0)}return r},za="undefined"==typeof Uint8Array?[]:new Uint8Array(256),Ac=0;Ac<64;Ac++)za["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charCodeAt(Ac)]=Ac;for(var tc="undefined"==typeof Uint8Array?[]:new Uint8Array(256),ec=0;ec<64;ec++)tc["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charCodeAt(ec)]=ec;for(var ic=function(A,t,e){return A.slice?A.slice(t,e):new Uint16Array(Array.prototype.slice.call(A,t,e))},nc=(function(){function A(A,t,e,i,n,r){this.initialValue=A,this.errorValue=t,this.highStart=e,this.highValueIndex=i,this.index=n,this.data=r}return A.prototype.get=function(A){var t;if(A>=0){if(A<55296||A>56319&&A<=65535)return t=((t=this.index[A>>5])<<2)+(31&A),this.data[t];if(A<=65535)return t=((t=this.index[2048+(A-55296>>5)])<<2)+(31&A),this.data[t];if(A<this.highStart)return t=2080+(A>>11),t=this.index[t],t+=A>>5&63,t=((t=this.index[t])<<2)+(31&A),this.data[t];if(A<=1114111)return this.data[this.highValueIndex]}return this.errorValue},A})(),rc="undefined"==typeof Uint8Array?[]:new Uint8Array(256),sc=0;sc<64;sc++)rc["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charCodeAt(sc)]=sc;var oc,ac,cc,uc,hc,lc,dc,Bc,fc,wc,gc=10,pc=13,vc=15,Qc=17,mc=18,Uc=19,Cc=20,Fc=21,yc=22,bc=24,Ec=25,Hc=26,Ic=27,kc=28,Tc=30,Sc=32,Kc=33,Oc=34,Dc=35,Mc=37,Lc=38,xc=39,Rc=40,Nc=42,_c=[9001,65288],jc="\xd7",Gc="\xf7",Pc=(uc=(function(A){var t,e,i,n,r,s=39666,o=0;"="===A[52887]&&(s--,"="===A[52886]&&s--);var a="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof Uint8Array&&void 0!==Uint8Array.prototype.slice?new ArrayBuffer(s):new Array(s),c=Array.isArray(a)?a:new Uint8Array(a);for(t=0;t<52888;t+=4)e=tc[A.charCodeAt(t)],i=tc[A.charCodeAt(t+1)],n=tc[A.charCodeAt(t+2)],r=tc[A.charCodeAt(t+3)],c[o++]=e<<2|i>>4,c[o++]=(15&i)<<4|n>>2,c[o++]=(3&n)<<6|63&r;return a})("KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqAF8AZwBgAGgAcQB5AHUAfQCFAI0AlQCdAKIAqgCyALoAYABoAGAAaABgAGgAwgDKAGAAaADGAM4A0wDbAOEA6QDxAPkAAQEJAQ8BFwF1AH0AHAEkASwBNAE6AUIBQQFJAVEBWQFhAWgBcAF4ATAAgAGGAY4BlQGXAZ8BpwGvAbUBvQHFAc0B0wHbAeMB6wHxAfkBAQIJAvEBEQIZAiECKQIxAjgCQAJGAk4CVgJeAmQCbAJ0AnwCgQKJApECmQKgAqgCsAK4ArwCxAIwAMwC0wLbAjAA4wLrAvMC+AIAAwcDDwMwABcDHQMlAy0DNQN1AD0DQQNJA0kDSQNRA1EDVwNZA1kDdQB1AGEDdQBpA20DdQN1AHsDdQCBA4kDkQN1AHUAmQOhA3UAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AKYDrgN1AHUAtgO+A8YDzgPWAxcD3gPjA+sD8wN1AHUA+wMDBAkEdQANBBUEHQQlBCoEFwMyBDgEYABABBcDSARQBFgEYARoBDAAcAQzAXgEgASIBJAEdQCXBHUAnwSnBK4EtgS6BMIEyAR1AHUAdQB1AHUAdQCVANAEYABgAGAAYABgAGAAYABgANgEYADcBOQEYADsBPQE/AQEBQwFFAUcBSQFLAU0BWQEPAVEBUsFUwVbBWAAYgVgAGoFcgV6BYIFigWRBWAAmQWfBaYFYABgAGAAYABgAKoFYACxBbAFuQW6BcEFwQXHBcEFwQXPBdMF2wXjBeoF8gX6BQIGCgYSBhoGIgYqBjIGOgZgAD4GRgZMBmAAUwZaBmAAYABgAGAAYABgAGAAYABgAGAAYABgAGIGYABpBnAGYABgAGAAYABgAGAAYABgAGAAYAB4Bn8GhQZgAGAAYAB1AHcDFQSLBmAAYABgAJMGdQA9A3UAmwajBqsGqwaVALMGuwbDBjAAywbSBtIG1QbSBtIG0gbSBtIG0gbdBuMG6wbzBvsGAwcLBxMHAwcbByMHJwcsBywHMQcsB9IGOAdAB0gHTgfSBkgHVgfSBtIG0gbSBtIG0gbSBtIG0gbSBiwHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAdgAGAALAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAdbB2MHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsB2kH0gZwB64EdQB1AHUAdQB1AHUAdQB1AHUHfQdgAIUHjQd1AHUAlQedB2AAYAClB6sHYACzB7YHvgfGB3UAzgfWBzMB3gfmB1EB7gf1B/0HlQENAQUIDQh1ABUIHQglCBcDLQg1CD0IRQhNCEEDUwh1AHUAdQBbCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIcAh3CHoIMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIgggwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAALAcsBywHLAcsBywHLAcsBywHLAcsB4oILAcsB44I0gaWCJ4Ipgh1AHUAqgiyCHUAdQB1AHUAdQB1AHUAdQB1AHUAtwh8AXUAvwh1AMUIyQjRCNkI4AjoCHUAdQB1AO4I9gj+CAYJDgkTCS0HGwkjCYIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiAAIAAAAFAAYABgAGIAXwBgAHEAdQBFAJUAogCyAKAAYABgAEIA4ABGANMA4QDxAMEBDwE1AFwBLAE6AQEBUQF4QkhCmEKoQrhCgAHIQsAB0MLAAcABwAHAAeDC6ABoAHDCwMMAAcABwAHAAdDDGMMAAcAB6MM4wwjDWMNow3jDaABoAGgAaABoAGgAaABoAGgAaABoAGgAaABoAGgAaABoAGgAaABoAEjDqABWw6bDqABpg6gAaABoAHcDvwOPA+gAaABfA/8DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DpcPAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcAB9cPKwkyCToJMAB1AHUAdQBCCUoJTQl1AFUJXAljCWcJawkwADAAMAAwAHMJdQB2CX4JdQCECYoJjgmWCXUAngkwAGAAYABxAHUApgn3A64JtAl1ALkJdQDACTAAMAAwADAAdQB1AHUAdQB1AHUAdQB1AHUAowYNBMUIMAAwADAAMADICcsJ0wnZCRUE4QkwAOkJ8An4CTAAMAB1AAAKvwh1AAgKDwoXCh8KdQAwACcKLgp1ADYKqAmICT4KRgowADAAdQB1AE4KMAB1AFYKdQBeCnUAZQowADAAMAAwADAAMAAwADAAMAAVBHUAbQowADAAdQC5CXUKMAAwAHwBxAijBogEMgF9CoQKiASMCpQKmgqIBKIKqgquCogEDQG2Cr4KxgrLCjAAMADTCtsKCgHjCusK8Qr5CgELMAAwADAAMAB1AIsECQsRC3UANAEZCzAAMAAwADAAMAB1ACELKQswAHUANAExCzkLdQBBC0kLMABRC1kLMAAwADAAMAAwADAAdQBhCzAAMAAwAGAAYABpC3ELdwt/CzAAMACHC4sLkwubC58Lpwt1AK4Ltgt1APsDMAAwADAAMAAwADAAMAAwAL4LwwvLC9IL1wvdCzAAMADlC+kL8Qv5C/8LSQswADAAMAAwADAAMAAwADAAMAAHDDAAMAAwADAAMAAODBYMHgx1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1ACYMMAAwADAAdQB1AHUALgx1AHUAdQB1AHUAdQA2DDAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AD4MdQBGDHUAdQB1AHUAdQB1AEkMdQB1AHUAdQB1AFAMMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQBYDHUAdQB1AF8MMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUA+wMVBGcMMAAwAHwBbwx1AHcMfwyHDI8MMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAYABgAJcMMAAwADAAdQB1AJ8MlQClDDAAMACtDCwHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsB7UMLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AA0EMAC9DDAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAsBywHLAcsBywHLAcsBywHLQcwAMEMyAwsBywHLAcsBywHLAcsBywHLAcsBywHzAwwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAHUAdQB1ANQM2QzhDDAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMABgAGAAYABgAGAAYABgAOkMYADxDGAA+AwADQYNYABhCWAAYAAODTAAMAAwADAAFg1gAGAAHg37AzAAMAAwADAAYABgACYNYAAsDTQNPA1gAEMNPg1LDWAAYABgAGAAYABgAGAAYABgAGAAUg1aDYsGVglhDV0NcQBnDW0NdQ15DWAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAlQCBDZUAiA2PDZcNMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAnw2nDTAAMAAwADAAMAAwAHUArw23DTAAMAAwADAAMAAwADAAMAAwADAAMAB1AL8NMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAB1AHUAdQB1AHUAdQDHDTAAYABgAM8NMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAA1w11ANwNMAAwAD0B5A0wADAAMAAwADAAMADsDfQN/A0EDgwOFA4wABsOMAAwADAAMAAwADAAMAAwANIG0gbSBtIG0gbSBtIG0gYjDigOwQUuDsEFMw7SBjoO0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGQg5KDlIOVg7SBtIGXg5lDm0OdQ7SBtIGfQ6EDooOjQ6UDtIGmg6hDtIG0gaoDqwO0ga0DrwO0gZgAGAAYADEDmAAYAAkBtIGzA5gANIOYADaDokO0gbSBt8O5w7SBu8O0gb1DvwO0gZgAGAAxA7SBtIG0gbSBtIGYABgAGAAYAAED2AAsAUMD9IG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGFA8sBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAccD9IGLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHJA8sBywHLAcsBywHLAccDywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywPLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAc0D9IG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAccD9IG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGFA8sBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHPA/SBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gYUD0QPlQCVAJUAMAAwADAAMACVAJUAlQCVAJUAlQCVAEwPMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAA//8EAAQABAAEAAQABAAEAAQABAANAAMAAQABAAIABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQACgATABcAHgAbABoAHgAXABYAEgAeABsAGAAPABgAHABLAEsASwBLAEsASwBLAEsASwBLABgAGAAeAB4AHgATAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQABYAGwASAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAWAA0AEQAeAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAFAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAJABYAGgAbABsAGwAeAB0AHQAeAE8AFwAeAA0AHgAeABoAGwBPAE8ADgBQAB0AHQAdAE8ATwAXAE8ATwBPABYAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAFAAUABQAFAAUABQAFAAUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAB4AHgAeAFAATwBAAE8ATwBPAEAATwBQAFAATwBQAB4AHgAeAB4AHgAeAB0AHQAdAB0AHgAdAB4ADgBQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgBQAB4AUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAJAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAkACQAJAAkACQAJAAkABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgAeAFAAHgAeAB4AKwArAFAAUABQAFAAGABQACsAKwArACsAHgAeAFAAHgBQAFAAUAArAFAAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAEAAQABAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAUAAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAYAA0AKwArAB4AHgAbACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQADQAEAB4ABAAEAB4ABAAEABMABAArACsAKwArACsAKwArACsAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAKwArACsAKwBWAFYAVgBWAB4AHgArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AGgAaABoAGAAYAB4AHgAEAAQABAAEAAQABAAEAAQABAAEAAQAEwAEACsAEwATAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABLAEsASwBLAEsASwBLAEsASwBLABoAGQAZAB4AUABQAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQABMAUAAEAAQABAAEAAQABAAEAB4AHgAEAAQABAAEAAQABABQAFAABAAEAB4ABAAEAAQABABQAFAASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUAAeAB4AUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAFAABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQAUABQAB4AHgAYABMAUAArACsABAAbABsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAFAABAAEAAQABAAEAFAABAAEAAQAUAAEAAQABAAEAAQAKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAArACsAHgArAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAB4ABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAUAAEAAQABAAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAABAAEAA0ADQBLAEsASwBLAEsASwBLAEsASwBLAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAArAFAAUABQAFAAUABQAFAAUAArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUAArACsAKwBQAFAAUABQACsAKwAEAFAABAAEAAQABAAEAAQABAArACsABAAEACsAKwAEAAQABABQACsAKwArACsAKwArACsAKwAEACsAKwArACsAUABQACsAUABQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAFAAUAAaABoAUABQAFAAUABQAEwAHgAbAFAAHgAEACsAKwAEAAQABAArAFAAUABQAFAAUABQACsAKwArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQACsAUABQACsAKwAEACsABAAEAAQABAAEACsAKwArACsABAAEACsAKwAEAAQABAArACsAKwAEACsAKwArACsAKwArACsAUABQAFAAUAArAFAAKwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLAAQABABQAFAAUAAEAB4AKwArACsAKwArACsAKwArACsAKwAEAAQABAArAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQAFAAUABQACsAKwAEAFAABAAEAAQABAAEAAQABAAEACsABAAEAAQAKwAEAAQABAArACsAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAB4AGwArACsAKwArACsAKwArAFAABAAEAAQABAAEAAQAKwAEAAQABAArAFAAUABQAFAAUABQAFAAUAArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAArACsABAAEACsAKwAEAAQABAArACsAKwArACsAKwArAAQABAAEACsAKwArACsAUABQACsAUABQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAB4AUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArAAQAUAArAFAAUABQAFAAUABQACsAKwArAFAAUABQACsAUABQAFAAUAArACsAKwBQAFAAKwBQACsAUABQACsAKwArAFAAUAArACsAKwBQAFAAUAArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArAAQABAAEAAQABAArACsAKwAEAAQABAArAAQABAAEAAQAKwArAFAAKwArACsAKwArACsABAArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAUABQAFAAHgAeAB4AHgAeAB4AGwAeACsAKwArACsAKwAEAAQABAAEAAQAUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAUAAEAAQABAAEAAQABAAEACsABAAEAAQAKwAEAAQABAAEACsAKwArACsAKwArACsABAAEACsAUABQAFAAKwArACsAKwArAFAAUAAEAAQAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAKwAOAFAAUABQAFAAUABQAFAAHgBQAAQABAAEAA4AUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAKwArAAQAUAAEAAQABAAEAAQABAAEACsABAAEAAQAKwAEAAQABAAEACsAKwArACsAKwArACsABAAEACsAKwArACsAKwArACsAUAArAFAAUAAEAAQAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwBQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAFAABAAEAAQABAAEAAQABAArAAQABAAEACsABAAEAAQABABQAB4AKwArACsAKwBQAFAAUAAEAFAAUABQAFAAUABQAFAAUABQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAFAAUABQAFAAUABQAFAAUABQABoAUABQAFAAUABQAFAAKwAEAAQABAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQACsAUAArACsAUABQAFAAUABQAFAAUAArACsAKwAEACsAKwArACsABAAEAAQABAAEAAQAKwAEACsABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArAAQABAAeACsAKwArACsAKwArACsAKwArACsAKwArAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAAqAFwAXAAqACoAKgAqACoAKgAqACsAKwArACsAGwBcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAeAEsASwBLAEsASwBLAEsASwBLAEsADQANACsAKwArACsAKwBcAFwAKwBcACsAXABcAFwAXABcACsAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACsAXAArAFwAXABcAFwAXABcAFwAXABcAFwAKgBcAFwAKgAqACoAKgAqACoAKgAqACoAXAArACsAXABcAFwAXABcACsAXAArACoAKgAqACoAKgAqACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwBcAFwAXABcAFAADgAOAA4ADgAeAA4ADgAJAA4ADgANAAkAEwATABMAEwATAAkAHgATAB4AHgAeAAQABAAeAB4AHgAeAB4AHgBLAEsASwBLAEsASwBLAEsASwBLAFAAUABQAFAAUABQAFAAUABQAFAADQAEAB4ABAAeAAQAFgARABYAEQAEAAQAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQADQAEAAQABAAEAAQADQAEAAQAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArAA0ADQAeAB4AHgAeAB4AHgAEAB4AHgAeAB4AHgAeACsAHgAeAA4ADgANAA4AHgAeAB4AHgAeAAkACQArACsAKwArACsAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgBcAEsASwBLAEsASwBLAEsASwBLAEsADQANAB4AHgAeAB4AXABcAFwAXABcAFwAKgAqACoAKgBcAFwAXABcACoAKgAqAFwAKgAqACoAXABcACoAKgAqACoAKgAqACoAXABcAFwAKgAqACoAKgBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAqACoAKgAqAFwAKgBLAEsASwBLAEsASwBLAEsASwBLACoAKgAqACoAKgAqAFAAUABQAFAAUABQACsAUAArACsAKwArACsAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgBQAFAAUABQAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUAArACsAUABQAFAAUABQAFAAUAArAFAAKwBQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAKwBQACsAUABQAFAAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsABAAEAAQAHgANAB4AHgAeAB4AHgAeAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUAArACsADQBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAANAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAWABEAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAA0ADQANAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAAQABAAEACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAANAA0AKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUAArAAQABAArACsAKwArACsAKwArACsAKwArACsAKwBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqAA0ADQAVAFwADQAeAA0AGwBcACoAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwAeAB4AEwATAA0ADQAOAB4AEwATAB4ABAAEAAQACQArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUAAEAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQAUAArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAHgArACsAKwATABMASwBLAEsASwBLAEsASwBLAEsASwBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAArACsAXABcAFwAXABcACsAKwArACsAKwArACsAKwArACsAKwBcAFwAXABcAFwAXABcAFwAXABcAFwAXAArACsAKwArAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAXAArACsAKwAqACoAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAArACsAHgAeAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAqACoAKwAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKwArAAQASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAKwArACoAKgAqACoAKgAqACoAXAAqACoAKgAqACoAKgArACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsABAAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABABQAFAAUABQAFAAUABQACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwANAA0AHgANAA0ADQANAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAEAAQABAAEAAQAHgAeAB4AHgAeAB4AHgAeAB4AKwArACsABAAEAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwAeAB4AHgAeAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArAA0ADQANAA0ADQBLAEsASwBLAEsASwBLAEsASwBLACsAKwArAFAAUABQAEsASwBLAEsASwBLAEsASwBLAEsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAA0ADQBQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUAAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArAAQABAAEAB4ABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAAQAUABQAFAAUABQAFAABABQAFAABAAEAAQAUAArACsAKwArACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsABAAEAAQABAAEAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAKwBQACsAUAArAFAAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAB4AHgAeAB4AHgAeAB4AHgBQAB4AHgAeAFAAUABQACsAHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQACsAKwAeAB4AHgAeAB4AHgArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArAFAAUABQACsAHgAeAB4AHgAeAB4AHgAOAB4AKwANAA0ADQANAA0ADQANAAkADQANAA0ACAAEAAsABAAEAA0ACQANAA0ADAAdAB0AHgAXABcAFgAXABcAFwAWABcAHQAdAB4AHgAUABQAFAANAAEAAQAEAAQABAAEAAQACQAaABoAGgAaABoAGgAaABoAHgAXABcAHQAVABUAHgAeAB4AHgAeAB4AGAAWABEAFQAVABUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ADQAeAA0ADQANAA0AHgANAA0ADQAHAB4AHgAeAB4AKwAEAAQABAAEAAQABAAEAAQABAAEAFAAUAArACsATwBQAFAAUABQAFAAHgAeAB4AFgARAE8AUABPAE8ATwBPAFAAUABQAFAAUAAeAB4AHgAWABEAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArABsAGwAbABsAGwAbABsAGgAbABsAGwAbABsAGwAbABsAGwAbABsAGwAbABsAGgAbABsAGwAbABoAGwAbABoAGwAbABsAGwAbABsAGwAbABsAGwAbABsAGwAbABsAGwAbAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAHgAeAFAAGgAeAB0AHgBQAB4AGgAeAB4AHgAeAB4AHgAeAB4AHgBPAB4AUAAbAB4AHgBQAFAAUABQAFAAHgAeAB4AHQAdAB4AUAAeAFAAHgBQAB4AUABPAFAAUAAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAHgBQAFAAUABQAE8ATwBQAFAAUABQAFAATwBQAFAATwBQAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAFAAUABQAFAATwBPAE8ATwBPAE8ATwBPAE8ATwBQAFAAUABQAFAAUABQAFAAUAAeAB4AUABQAFAAUABPAB4AHgArACsAKwArAB0AHQAdAB0AHQAdAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB4AHQAdAB4AHgAeAB0AHQAeAB4AHQAeAB4AHgAdAB4AHQAbABsAHgAdAB4AHgAeAB4AHQAeAB4AHQAdAB0AHQAeAB4AHQAeAB0AHgAdAB0AHQAdAB0AHQAeAB0AHgAeAB4AHgAeAB0AHQAdAB0AHgAeAB4AHgAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB4AHgAeAB0AHgAeAB4AHgAeAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHgAeAB0AHQAdAB0AHgAeAB0AHQAeAB4AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHQAeAB4AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAeAB4AHgAdAB4AHgAeAB4AHgAeAB4AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AFAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeABYAEQAWABEAHgAeAB4AHgAeAB4AHQAeAB4AHgAeAB4AHgAeACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAWABEAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAFAAHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHgAeAB4AHgAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAeAB4AHQAdAB0AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHQAeAB0AHQAdAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB0AHQAeAB4AHQAdAB4AHgAeAB4AHQAdAB4AHgAeAB4AHQAdAB0AHgAeAB0AHgAeAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlAB4AHQAdAB4AHgAdAB4AHgAeAB4AHQAdAB4AHgAeAB4AJQAlAB0AHQAlAB4AJQAlACUAIAAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAeAB4AHgAeAB0AHgAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHgAdAB0AHQAeAB0AJQAdAB0AHgAdAB0AHgAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACUAJQAlACUAJQAdAB0AHQAdACUAHgAlACUAJQAdACUAJQAdAB0AHQAlACUAHQAdACUAHQAdACUAJQAlAB4AHQAeAB4AHgAeAB0AHQAlAB0AHQAdAB0AHQAdACUAJQAlACUAJQAdACUAJQAgACUAHQAdACUAJQAlACUAJQAlACUAJQAeAB4AHgAlACUAIAAgACAAIAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAeAB4AFwAXABcAFwAXABcAHgATABMAJQAeAB4AHgAWABEAFgARABYAEQAWABEAFgARABYAEQAWABEATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeABYAEQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAWABEAFgARABYAEQAWABEAFgARAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AFgARABYAEQAWABEAFgARABYAEQAWABEAFgARABYAEQAWABEAFgARABYAEQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAWABEAFgARAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AFgARAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AUABQAFAAUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAEAAQABAAeAB4AKwArACsAKwArABMADQANAA0AUAATAA0AUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAUAANACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAA0ADQANAA0ADQANAA0ADQAeAA0AFgANAB4AHgAXABcAHgAeABcAFwAWABEAFgARABYAEQAWABEADQANAA0ADQATAFAADQANAB4ADQANAB4AHgAeAB4AHgAMAAwADQANAA0AHgANAA0AFgANAA0ADQANAA0ADQANAA0AHgANAB4ADQANAB4AHgAeACsAKwArACsAKwArACsAKwArACsAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAKwArACsAKwArACsAKwArACsAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAlACUAJQAlACUAJQAlACUAJQAlACUAJQArACsAKwArAA0AEQARACUAJQBHAFcAVwAWABEAFgARABYAEQAWABEAFgARACUAJQAWABEAFgARABYAEQAWABEAFQAWABEAEQAlAFcAVwBXAFcAVwBXAFcAVwBXAAQABAAEAAQABAAEACUAVwBXAFcAVwA2ACUAJQBXAFcAVwBHAEcAJQAlACUAKwBRAFcAUQBXAFEAVwBRAFcAUQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFEAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBRAFcAUQBXAFEAVwBXAFcAVwBXAFcAUQBXAFcAVwBXAFcAVwBRAFEAKwArAAQABAAVABUARwBHAFcAFQBRAFcAUQBXAFEAVwBRAFcAUQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFEAVwBRAFcAUQBXAFcAVwBXAFcAVwBRAFcAVwBXAFcAVwBXAFEAUQBXAFcAVwBXABUAUQBHAEcAVwArACsAKwArACsAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwAlACUAVwBXAFcAVwAlACUAJQAlACUAJQAlACUAJQAlACsAKwArACsAKwArACsAKwArACsAKwArAFEAUQBRAFEAUQBRAFEAUQBRAFEAUQBRAFEAUQBRAFEAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQArAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQBPAE8ATwBPAE8ATwBPAE8AJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQAlAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAEcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAADQATAA0AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABLAEsASwBLAEsASwBLAEsASwBLAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAABAAEAAQABAAeAAQABAAEAAQABAAEAAQABAAEAAQAHgBQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AUABQAAQABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAeAA0ADQANAA0ADQArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAB4AHgAeAB4AHgAeAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAHgAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAeAB4AUABQAFAAUABQAFAAUABQAFAAUABQAAQAUABQAFAABABQAFAAUABQAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAeAB4AHgAeAAQAKwArACsAUABQAFAAUABQAFAAHgAeABoAHgArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAADgAOABMAEwArACsAKwArACsAKwArACsABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwANAA0ASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAFAAUAAeAB4AHgBQAA4AUABQAAQAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAA0ADQBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArACsAKwArACsAKwArAB4AWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYACsAKwArAAQAHgAeAB4AHgAeAB4ADQANAA0AHgAeAB4AHgArAFAASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArAB4AHgBcAFwAXABcAFwAKgBcAFwAXABcAFwAXABcAFwAXABcAEsASwBLAEsASwBLAEsASwBLAEsAXABcAFwAXABcACsAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArAFAAUABQAAQAUABQAFAAUABQAFAAUABQAAQABAArACsASwBLAEsASwBLAEsASwBLAEsASwArACsAHgANAA0ADQBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKgAqACoAXAAqACoAKgBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAAqAFwAKgAqACoAXABcACoAKgBcAFwAXABcAFwAKgAqAFwAKgBcACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFwAXABcACoAKgBQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAA0ADQBQAFAAUAAEAAQAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUAArACsAUABQAFAAUABQAFAAKwArAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQADQAEAAQAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAVABVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBUAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVACsAKwArACsAKwArACsAKwArACsAKwArAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAKwArACsAKwBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAKwArACsAKwAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAKwArACsAKwArAFYABABWAFYAVgBWAFYAVgBWAFYAVgBWAB4AVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgArAFYAVgBWAFYAVgArAFYAKwBWAFYAKwBWAFYAKwBWAFYAVgBWAFYAVgBWAFYAVgBWAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAEQAWAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUAAaAB4AKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAGAARABEAGAAYABMAEwAWABEAFAArACsAKwArACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACUAJQAlACUAJQAWABEAFgARABYAEQAWABEAFgARABYAEQAlACUAFgARACUAJQAlACUAJQAlACUAEQAlABEAKwAVABUAEwATACUAFgARABYAEQAWABEAJQAlACUAJQAlACUAJQAlACsAJQAbABoAJQArACsAKwArAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAcAKwATACUAJQAbABoAJQAlABYAEQAlACUAEQAlABEAJQBXAFcAVwBXAFcAVwBXAFcAVwBXABUAFQAlACUAJQATACUAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXABYAJQARACUAJQAlAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwAWACUAEQAlABYAEQARABYAEQARABUAVwBRAFEAUQBRAFEAUQBRAFEAUQBRAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAEcARwArACsAVwBXAFcAVwBXAFcAKwArAFcAVwBXAFcAVwBXACsAKwBXAFcAVwBXAFcAVwArACsAVwBXAFcAKwArACsAGgAbACUAJQAlABsAGwArAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwAEAAQABAAQAB0AKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsADQANAA0AKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAB4AHgAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAAQAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAA0AUABQAFAAUAArACsAKwArAFAAUABQAFAAUABQAFAAUAANAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwAeACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAKwArAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUAArACsAKwBQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwANAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAB4AUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUAArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAA0AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAUABQAFAAUABQAAQABAAEACsABAAEACsAKwArACsAKwAEAAQABAAEAFAAUABQAFAAKwBQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAQABAAEACsAKwArACsABABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAA0ADQANAA0ADQANAA0ADQAeACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAFAAUABQAFAAUABQAFAAUAAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAArACsAKwArAFAAUABQAFAAUAANAA0ADQANAA0ADQAUACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsADQANAA0ADQANAA0ADQBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAAQABAAEAAQAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUAArAAQABAANACsAKwBQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAB4AHgAeAB4AHgArACsAKwArACsAKwAEAAQABAAEAAQABAAEAA0ADQAeAB4AHgAeAB4AKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgANAA0ADQANACsAKwArACsAKwArACsAKwArACsAKwAeACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAKwArAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsASwBLAEsASwBLAEsASwBLAEsASwANAA0ADQANAFAABAAEAFAAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAeAA4AUAArACsAKwArACsAKwArACsAKwAEAFAAUABQAFAADQANAB4ADQAEAAQABAAEAB4ABAAEAEsASwBLAEsASwBLAEsASwBLAEsAUAAOAFAADQANAA0AKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAANAA0AHgANAA0AHgAEACsAUABQAFAAUABQAFAAUAArAFAAKwBQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAA0AKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsABAAEAAQABAArAFAAUABQAFAAUABQAFAAUAArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQAFAAUABQACsABAAEAFAABAAEAAQABAAEAAQABAArACsABAAEACsAKwAEAAQABAArACsAUAArACsAKwArACsAKwAEACsAKwArACsAKwBQAFAAUABQAFAABAAEACsAKwAEAAQABAAEAAQABAAEACsAKwArAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwArACsABAAEAAQABAAEAAQABABQAFAAUABQAA0ADQANAA0AHgBLAEsASwBLAEsASwBLAEsASwBLAA0ADQArAB4ABABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAAQABAAEAFAAUAAeAFAAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAArACsABAAEAAQABAAEAAQABAAEAAQADgANAA0AEwATAB4AHgAeAA0ADQANAA0ADQANAA0ADQANAA0ADQANAA0ADQANAFAAUABQAFAABAAEACsAKwAEAA0ADQAeAFAAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAFAAKwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKwArACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwBcAFwADQANAA0AKgBQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAKwArAFAAKwArAFAAUABQAFAAUABQAFAAUAArAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQAKwAEAAQAKwArAAQABAAEAAQAUAAEAFAABAAEAA0ADQANACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAArACsABAAEAAQABAAEAAQABABQAA4AUAAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAFAABAAEAAQABAAOAB4ADQANAA0ADQAOAB4ABAArACsAKwArACsAKwArACsAUAAEAAQABAAEAAQABAAEAAQABAAEAAQAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAA0ADQANAFAADgAOAA4ADQANACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEACsABAAEAAQABAAEAAQABAAEAFAADQANAA0ADQANACsAKwArACsAKwArACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwAOABMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAArACsAKwAEACsABAAEACsABAAEAAQABAAEAAQABABQAAQAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAKwBQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQAKwAEAAQAKwAEAAQABAAEAAQAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAaABoAGgAaAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwArAA0AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsADQANAA0ADQANACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAASABIAEgAQwBDAEMAUABQAFAAUABDAFAAUABQAEgAQwBIAEMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAASABDAEMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwAJAAkACQAJAAkACQAJABYAEQArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABIAEMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwANAA0AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAQABAAEAAQABAANACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAA0ADQANAB4AHgAeAB4AHgAeAFAAUABQAFAADQAeACsAKwArACsAKwArACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAANAA0AHgAeACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwAEAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArACsAKwAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAARwBHABUARwAJACsAKwArACsAKwArACsAKwArACsAKwAEAAQAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACsAKwArACsAKwArACsAKwBXAFcAVwBXAFcAVwBXAFcAVwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUQBRAFEAKwArACsAKwArACsAKwArACsAKwArACsAKwBRAFEAUQBRACsAKwArACsAKwArACsAKwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUAArACsAHgAEAAQADQAEAAQABAAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArAB4AHgAeAB4AHgAeAB4AKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAAQABAAEAAQABAAeAB4AHgAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAB4AHgAEAAQABAAEAAQABAAEAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQAHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwBQAFAAKwArAFAAKwArAFAAUAArACsAUABQAFAAUAArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAUAArAFAAUABQAFAAUABQAFAAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwBQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAHgAeAFAAUABQAFAAUAArAFAAKwArACsAUABQAFAAUABQAFAAUAArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeACsAKwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgAeAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgAeAB4AHgAeAB4ABAAeAB4AHgAeAB4AHgAeAB4AHgAeAAQAHgAeAA0ADQANAA0AHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAAQABAAEAAQAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAEAAQAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArAAQABAAEAAQABAAEAAQAKwAEAAQAKwAEAAQABAAEAAQAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwAEAAQABAAEAAQABAAEAFAAUABQAFAAUABQAFAAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwBQAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArABsAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArAB4AHgAeAB4ABAAEAAQABAAEAAQABABQACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArABYAFgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAGgBQAFAAUAAaAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAKwBQACsAKwBQACsAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAKwBQACsAUAArACsAKwArACsAKwBQACsAKwArACsAUAArAFAAKwBQACsAUABQAFAAKwBQAFAAKwBQACsAKwBQACsAUAArAFAAKwBQACsAUAArAFAAUAArAFAAKwArAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQAFAAUAArAFAAUABQAFAAKwBQACsAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAUABQAFAAKwBQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8AJQAlACUAHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHgAeAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB4AHgAeACUAJQAlAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAJQAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlAB4AHgAlACUAJQAlACUAHgAlACUAJQAlACUAIAAgACAAJQAlACAAJQAlACAAIAAgACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACEAIQAhACEAIQAlACUAIAAgACUAJQAgACAAIAAgACAAIAAgACAAIAAgACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAJQAlACUAIAAlACUAJQAlACAAIAAgACUAIAAgACAAJQAlACUAJQAlACUAJQAgACUAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAlAB4AJQAeACUAJQAlACUAJQAgACUAJQAlACUAHgAlAB4AHgAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAJQAlACUAJQAgACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACAAIAAgACUAJQAlACAAIAAgACAAIAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeABcAFwAXABUAFQAVAB4AHgAeAB4AJQAlACUAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAgACUAJQAlACUAJQAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAgACUAJQAgACUAJQAlACUAJQAlACUAJQAgACAAIAAgACAAIAAgACAAJQAlACUAJQAlACUAIAAlACUAJQAlACUAJQAlACUAJQAgACAAIAAgACAAIAAgACAAIAAgACUAJQAgACAAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAgACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAlACAAIAAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAgACAAIAAlACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAJQAlAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAKwArAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwAlACUAJQAlACUAJQAlACUAJQAlACUAVwBXACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAKwAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAA=="),hc=Array.isArray(uc)?(function(A){for(var t=A.length,e=[],i=0;i<t;i+=4)e.push(A[i+3]<<24|A[i+2]<<16|A[i+1]<<8|A[i]);return e})(uc):new Uint32Array(uc),dc=ic(lc=Array.isArray(uc)?(function(A){for(var t=A.length,e=[],i=0;i<t;i+=2)e.push(A[i+1]<<8|A[i]);return e})(uc):new Uint16Array(uc),12,hc[4]/2),Bc=2===hc[5]?ic(lc,(24+hc[4])/2):(oc=hc,ac=Math.ceil((24+hc[4])/4),oc.slice?oc.slice(ac,cc):new Uint32Array(Array.prototype.slice.call(oc,ac,cc))),new nc(hc[0],hc[1],hc[2],hc[3],dc,Bc)),Vc=[Tc,36],Jc=[1,2,3,5],Xc=[gc,8],Yc=[Ic,Hc],$c=Jc.concat(Xc),Wc=[Lc,xc,Rc,Oc,Dc],Zc=[vc,pc],qc=function(A,t,e,i){var n=i[e];if(Array.isArray(A)?-1!==A.indexOf(n):A===n)for(var r=e;r<=i.length;){if((a=i[++r])===t)return!0;if(a!==gc)break}if(n===gc)for(r=e;r>0;){var s=i[--r];if(Array.isArray(A)?-1!==A.indexOf(s):A===s)for(var o=e;o<=i.length;){var a;if((a=i[++o])===t)return!0;if(a!==gc)break}if(s!==gc)break}return!1},zc=function(A,t){for(var e=A;e>=0;){var i=t[e];if(i!==gc)return i;e--}return 0},Au=function(A,t,e,i,n){if(0===e[i])return jc;var r=i-1;if(Array.isArray(n)&&!0===n[r])return jc;var s=r-1,o=r+1,a=t[r],c=s>=0?t[s]:0,u=t[o];if(2===a&&3===u)return jc;if(-1!==Jc.indexOf(a))return"!";if(-1!==Jc.indexOf(u))return jc;if(-1!==Xc.indexOf(u))return jc;if(8===zc(r,t))return Gc;if(11===Pc.get(A[r]))return jc;if((a===Sc||a===Kc)&&11===Pc.get(A[o]))return jc;if(7===a||7===u)return jc;if(9===a)return jc;if(-1===[gc,pc,vc].indexOf(a)&&9===u)return jc;if(-1!==[Qc,mc,Uc,bc,kc].indexOf(u))return jc;if(zc(r,t)===yc)return jc;if(qc(23,yc,r,t))return jc;if(qc([Qc,mc],Fc,r,t))return jc;if(qc(12,12,r,t))return jc;if(a===gc)return Gc;if(23===a||23===u)return jc;if(16===u||16===a)return Gc;if(-1!==[pc,vc,Fc].indexOf(u)||14===a)return jc;if(36===c&&-1!==Zc.indexOf(a))return jc;if(a===kc&&36===u)return jc;if(u===Cc)return jc;if(-1!==Vc.indexOf(u)&&a===Ec||-1!==Vc.indexOf(a)&&u===Ec)return jc;if(a===Ic&&-1!==[Mc,Sc,Kc].indexOf(u)||-1!==[Mc,Sc,Kc].indexOf(a)&&u===Hc)return jc;if(-1!==Vc.indexOf(a)&&-1!==Yc.indexOf(u)||-1!==Yc.indexOf(a)&&-1!==Vc.indexOf(u))return jc;if(-1!==[Ic,Hc].indexOf(a)&&(u===Ec||-1!==[yc,vc].indexOf(u)&&t[o+1]===Ec)||-1!==[yc,vc].indexOf(a)&&u===Ec||a===Ec&&-1!==[Ec,kc,bc].indexOf(u))return jc;if(-1!==[Ec,kc,bc,Qc,mc].indexOf(u))for(var h=r;h>=0;){if((l=t[h])===Ec)return jc;if(-1===[kc,bc].indexOf(l))break;h--}if(-1!==[Ic,Hc].indexOf(u))for(h=-1!==[Qc,mc].indexOf(a)?s:r;h>=0;){var l;if((l=t[h])===Ec)return jc;if(-1===[kc,bc].indexOf(l))break;h--}if(Lc===a&&-1!==[Lc,xc,Oc,Dc].indexOf(u)||-1!==[xc,Oc].indexOf(a)&&-1!==[xc,Rc].indexOf(u)||-1!==[Rc,Dc].indexOf(a)&&u===Rc)return jc;if(-1!==Wc.indexOf(a)&&-1!==[Cc,Hc].indexOf(u)||-1!==Wc.indexOf(u)&&a===Ic)return jc;if(-1!==Vc.indexOf(a)&&-1!==Vc.indexOf(u))return jc;if(a===bc&&-1!==Vc.indexOf(u))return jc;if(-1!==Vc.concat(Ec).indexOf(a)&&u===yc&&-1===_c.indexOf(A[o])||-1!==Vc.concat(Ec).indexOf(u)&&a===mc)return jc;if(41===a&&41===u){for(var d=e[r],B=1;d>0&&41===t[--d];)B++;if(B%2!=0)return jc}return a===Sc&&u===Kc?jc:Gc},tu=(function(){function A(A,t,e,i){this.codePoints=A,this.required="!"===t,this.start=e,this.end=i}return A.prototype.slice=function(){return qa.apply(void 0,this.codePoints.slice(this.start,this.end))},A})(),eu=45,iu=43,nu=-1,ru=function(A){return A>=48&&A<=57},su=function(A){return ru(A)||A>=65&&A<=70||A>=97&&A<=102},ou=function(A){return 10===A||9===A||32===A},au=function(A){return(function(A){return(function(A){return A>=97&&A<=122})(A)||(function(A){return A>=65&&A<=90})(A)})(A)||(function(A){return A>=128})(A)||95===A},cu=function(A){return au(A)||ru(A)||A===eu},uu=function(A){return A>=0&&A<=8||11===A||A>=14&&A<=31||127===A},hu=function(A,t){return 92===A&&10!==t},lu=function(A,t,e){return A===eu?au(t)||hu(t,e):!!au(A)||!(92!==A||!hu(A,t))},du=function(A,t,e){return A===iu||A===eu?!!ru(t)||46===t&&ru(e):ru(46===A?t:A)},Bu=function(A){var t=0,e=1;A[t]!==iu&&A[t]!==eu||(A[t]===eu&&(e=-1),t++);for(var i=[];ru(A[t]);)i.push(A[t++]);var n=i.length?parseInt(qa.apply(void 0,i),10):0;46===A[t]&&t++;for(var r=[];ru(A[t]);)r.push(A[t++]);var s=r.length,o=s?parseInt(qa.apply(void 0,r),10):0;69!==A[t]&&101!==A[t]||t++;var a=1;A[t]!==iu&&A[t]!==eu||(A[t]===eu&&(a=-1),t++);for(var c=[];ru(A[t]);)c.push(A[t++]);var u=c.length?parseInt(qa.apply(void 0,c),10):0;return e*(n+o*Math.pow(10,-s))*Math.pow(10,a*u)},fu={type:2},wu={type:3},gu={type:4},pu={type:13},vu={type:8},Qu={type:21},mu={type:9},Uu={type:10},Cu={type:11},Fu={type:12},yu={type:14},bu={type:23},Eu={type:1},Hu={type:25},Iu={type:24},ku={type:26},Tu={type:27},Su={type:28},Ku={type:29},Ou={type:31},Du={type:32},Mu=(function(){function A(){this.kA=[]}return A.prototype.write=function(A){this.kA=this.kA.concat(Za(A))},A.prototype.read=function(){for(var A=[],t=this.consumeToken();t!==Du;)A.push(t),t=this.consumeToken();return A},A.prototype.consumeToken=function(){var A=this.consumeCodePoint();switch(A){case 34:return this.consumeStringToken(34);case 35:var t=this.peekCodePoint(0),e=this.peekCodePoint(1),i=this.peekCodePoint(2);if(cu(t)||hu(e,i)){var n=lu(t,e,i)?2:1;return{type:5,value:this.consumeName(),flags:n}}break;case 36:if(61===this.peekCodePoint(0))return this.consumeCodePoint(),pu;break;case 39:return this.consumeStringToken(39);case 40:return fu;case 41:return wu;case 42:if(61===this.peekCodePoint(0))return this.consumeCodePoint(),yu;break;case iu:if(du(A,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(A),this.consumeNumericToken();break;case 44:return gu;case eu:var r=A,s=this.peekCodePoint(0),o=this.peekCodePoint(1);if(du(r,s,o))return this.reconsumeCodePoint(A),this.consumeNumericToken();if(lu(r,s,o))return this.reconsumeCodePoint(A),this.consumeIdentLikeToken();if(s===eu&&62===o)return this.consumeCodePoint(),this.consumeCodePoint(),Iu;break;case 46:if(du(A,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(A),this.consumeNumericToken();break;case 47:if(42===this.peekCodePoint(0))for(this.consumeCodePoint();;){var a=this.consumeCodePoint();if(42===a&&47===(a=this.consumeCodePoint()))return this.consumeToken();if(a===nu)return this.consumeToken()}break;case 58:return ku;case 59:return Tu;case 60:if(33===this.peekCodePoint(0)&&this.peekCodePoint(1)===eu&&this.peekCodePoint(2)===eu)return this.consumeCodePoint(),this.consumeCodePoint(),Hu;break;case 64:var c=this.peekCodePoint(0),u=this.peekCodePoint(1),h=this.peekCodePoint(2);if(lu(c,u,h))return{type:7,value:this.consumeName()};break;case 91:return Su;case 92:if(hu(A,this.peekCodePoint(0)))return this.reconsumeCodePoint(A),this.consumeIdentLikeToken();break;case 93:return Ku;case 61:if(61===this.peekCodePoint(0))return this.consumeCodePoint(),vu;break;case 123:return Cu;case 125:return Fu;case 117:case 85:var l=this.peekCodePoint(0),d=this.peekCodePoint(1);return l!==iu||!su(d)&&63!==d||(this.consumeCodePoint(),this.consumeUnicodeRangeToken()),this.reconsumeCodePoint(A),this.consumeIdentLikeToken();case 124:if(61===this.peekCodePoint(0))return this.consumeCodePoint(),mu;if(124===this.peekCodePoint(0))return this.consumeCodePoint(),Qu;break;case 126:if(61===this.peekCodePoint(0))return this.consumeCodePoint(),Uu;break;case nu:return Du}return ou(A)?(this.consumeWhiteSpace(),Ou):ru(A)?(this.reconsumeCodePoint(A),this.consumeNumericToken()):au(A)?(this.reconsumeCodePoint(A),this.consumeIdentLikeToken()):{type:6,value:qa(A)}},A.prototype.consumeCodePoint=function(){var A=this.kA.shift();return void 0===A?-1:A},A.prototype.reconsumeCodePoint=function(A){this.kA.unshift(A)},A.prototype.peekCodePoint=function(A){return A>=this.kA.length?-1:this.kA[A]},A.prototype.consumeUnicodeRangeToken=function(){for(var A=[],t=this.consumeCodePoint();su(t)&&A.length<6;)A.push(t),t=this.consumeCodePoint();for(var e=!1;63===t&&A.length<6;)A.push(t),t=this.consumeCodePoint(),e=!0;if(e)return{type:30,start:parseInt(qa.apply(void 0,A.map((function(A){return 63===A?48:A}))),16),end:parseInt(qa.apply(void 0,A.map((function(A){return 63===A?70:A}))),16)};var i=parseInt(qa.apply(void 0,A),16);if(this.peekCodePoint(0)===eu&&su(this.peekCodePoint(1))){this.consumeCodePoint(),t=this.consumeCodePoint();for(var n=[];su(t)&&n.length<6;)n.push(t),t=this.consumeCodePoint();return{type:30,start:i,end:parseInt(qa.apply(void 0,n),16)}}return{type:30,start:i,end:i}},A.prototype.consumeIdentLikeToken=function(){var A=this.consumeName();return"url"===A.toLowerCase()&&40===this.peekCodePoint(0)?(this.consumeCodePoint(),this.consumeUrlToken()):40===this.peekCodePoint(0)?(this.consumeCodePoint(),{type:19,value:A}):{type:20,value:A}},A.prototype.consumeUrlToken=function(){var A=[];if(this.consumeWhiteSpace(),this.peekCodePoint(0)===nu)return{type:22,value:""};var t=this.peekCodePoint(0);if(39===t||34===t){var e=this.consumeStringToken(this.consumeCodePoint());return 0===e.type&&(this.consumeWhiteSpace(),this.peekCodePoint(0)===nu||41===this.peekCodePoint(0))?(this.consumeCodePoint(),{type:22,value:e.value}):(this.consumeBadUrlRemnants(),bu)}for(;;){var i=this.consumeCodePoint();if(i===nu||41===i)return{type:22,value:qa.apply(void 0,A)};if(ou(i))return this.consumeWhiteSpace(),this.peekCodePoint(0)===nu||41===this.peekCodePoint(0)?(this.consumeCodePoint(),{type:22,value:qa.apply(void 0,A)}):(this.consumeBadUrlRemnants(),bu);if(34===i||39===i||40===i||uu(i))return this.consumeBadUrlRemnants(),bu;if(92===i){if(!hu(i,this.peekCodePoint(0)))return this.consumeBadUrlRemnants(),bu;A.push(this.consumeEscapedCodePoint())}else A.push(i)}},A.prototype.consumeWhiteSpace=function(){for(;ou(this.peekCodePoint(0));)this.consumeCodePoint()},A.prototype.consumeBadUrlRemnants=function(){for(;;){var A=this.consumeCodePoint();if(41===A||A===nu)return;hu(A,this.peekCodePoint(0))&&this.consumeEscapedCodePoint()}},A.prototype.consumeStringSlice=function(A){for(var t="";A>0;){var e=Math.min(5e4,A);t+=qa.apply(void 0,this.kA.splice(0,e)),A-=e}return this.kA.shift(),t},A.prototype.consumeStringToken=function(A){for(var t="",e=0;;){var i=this.kA[e];if(i===nu||void 0===i||i===A)return{type:0,value:t+=this.consumeStringSlice(e)};if(10===i)return this.kA.splice(0,e),Eu;if(92===i){var n=this.kA[e+1];n!==nu&&void 0!==n&&(10===n?(t+=this.consumeStringSlice(e),e=-1,this.kA.shift()):hu(i,n)&&(t+=this.consumeStringSlice(e),t+=qa(this.consumeEscapedCodePoint()),e=-1))}e++}},A.prototype.consumeNumber=function(){var A=[],t=4,e=this.peekCodePoint(0);for(e!==iu&&e!==eu||A.push(this.consumeCodePoint());ru(this.peekCodePoint(0));)A.push(this.consumeCodePoint());e=this.peekCodePoint(0);var i=this.peekCodePoint(1);if(46===e&&ru(i))for(A.push(this.consumeCodePoint(),this.consumeCodePoint()),t=8;ru(this.peekCodePoint(0));)A.push(this.consumeCodePoint());e=this.peekCodePoint(0),i=this.peekCodePoint(1);var n=this.peekCodePoint(2);if((69===e||101===e)&&((i===iu||i===eu)&&ru(n)||ru(i)))for(A.push(this.consumeCodePoint(),this.consumeCodePoint()),t=8;ru(this.peekCodePoint(0));)A.push(this.consumeCodePoint());return[Bu(A),t]},A.prototype.consumeNumericToken=function(){var A=this.consumeNumber(),t=A[0],e=A[1],i=this.peekCodePoint(0),n=this.peekCodePoint(1),r=this.peekCodePoint(2);return lu(i,n,r)?{type:15,number:t,flags:e,unit:this.consumeName()}:37===i?(this.consumeCodePoint(),{type:16,number:t,flags:e}):{type:17,number:t,flags:e}},A.prototype.consumeEscapedCodePoint=function(){var A=this.consumeCodePoint();if(su(A)){for(var t=qa(A);su(this.peekCodePoint(0))&&t.length<6;)t+=qa(this.consumeCodePoint());ou(this.peekCodePoint(0))&&this.consumeCodePoint();var e=parseInt(t,16);return 0===e||(function(A){return A>=55296&&A<=57343})(e)||e>1114111?65533:e}return A===nu?65533:A},A.prototype.consumeName=function(){for(var A="";;){var t=this.consumeCodePoint();if(cu(t))A+=qa(t);else{if(!hu(t,this.peekCodePoint(0)))return this.reconsumeCodePoint(t),A;A+=qa(this.consumeEscapedCodePoint())}}},A})(),Lu=(function(){function A(A){this.TA=A}return A.create=function(t){var e=new Mu;return e.write(t),new A(e.read())},A.parseValue=function(t){return A.create(t).parseComponentValue()},A.parseValues=function(t){return A.create(t).parseComponentValues()},A.prototype.parseComponentValue=function(){for(var A=this.consumeToken();31===A.type;)A=this.consumeToken();if(32===A.type)throw new SyntaxError("Error parsing CSS component value, unexpected EOF");this.reconsumeToken(A);var t=this.consumeComponentValue();do{A=this.consumeToken()}while(31===A.type);if(32===A.type)return t;throw new SyntaxError("Error parsing CSS component value, multiple values found when expecting only one")},A.prototype.parseComponentValues=function(){for(var A=[];;){var t=this.consumeComponentValue();if(32===t.type)return A;A.push(t),A.push()}},A.prototype.consumeComponentValue=function(){var A=this.consumeToken();switch(A.type){case 11:case 28:case 2:return this.consumeSimpleBlock(A.type);case 19:return this.consumeFunction(A)}return A},A.prototype.consumeSimpleBlock=function(A){for(var t={type:A,values:[]},e=this.consumeToken();;){if(32===e.type||Ju(e,A))return t;this.reconsumeToken(e),t.values.push(this.consumeComponentValue()),e=this.consumeToken()}},A.prototype.consumeFunction=function(A){for(var t={name:A.value,values:[],type:18};;){var e=this.consumeToken();if(32===e.type||3===e.type)return t;this.reconsumeToken(e),t.values.push(this.consumeComponentValue())}},A.prototype.consumeToken=function(){var A=this.TA.shift();return void 0===A?Du:A},A.prototype.reconsumeToken=function(A){this.TA.unshift(A)},A})(),xu=function(A){return 15===A.type},Ru=function(A){return 17===A.type},Nu=function(A){return 20===A.type},_u=function(A){return 0===A.type},ju=function(A,t){return Nu(A)&&A.value===t},Gu=function(A){return 31!==A.type},Pu=function(A){return 31!==A.type&&4!==A.type},Vu=function(A){var t=[],e=[];return A.forEach((function(A){if(4===A.type){if(0===e.length)throw new Error("Error parsing function args, zero tokens for arg");return t.push(e),void(e=[])}31!==A.type&&e.push(A)})),e.length&&t.push(e),t},Ju=function(A,t){return 11===t&&12===A.type||28===t&&29===A.type||2===t&&3===A.type},Xu=function(A){return 17===A.type||15===A.type},Yu=function(A){return 16===A.type||Xu(A)},$u=function(A){return A.length>1?[A[0],A[1]]:[A[0]]},Wu={type:17,number:0,flags:4},Zu={type:16,number:50,flags:4},qu={type:16,number:100,flags:4},zu=function(A,t,e){var i=A[0],n=A[1];return[Ah(i,t),Ah(void 0!==n?n:i,e)]},Ah=function(A,t){if(16===A.type)return A.number/100*t;if(xu(A))switch(A.unit){case"rem":case"em":return 16*A.number;default:return A.number}return A.number},th="grad",eh="turn",ih=function(A,t){if(15===t.type)switch(t.unit){case"deg":return Math.PI*t.number/180;case th:return Math.PI/200*t.number;case"rad":return t.number;case eh:return 2*Math.PI*t.number}throw new Error("Unsupported angle type")},nh=function(A){return 15===A.type&&("deg"===A.unit||A.unit===th||"rad"===A.unit||A.unit===eh)},rh=function(A){switch(A.filter(Nu).map((function(A){return A.value})).join(" ")){case"to bottom right":case"to right bottom":case"left top":case"top left":return[Wu,Wu];case"to top":case"bottom":return sh(0);case"to bottom left":case"to left bottom":case"right top":case"top right":return[Wu,qu];case"to right":case"left":return sh(90);case"to top left":case"to left top":case"right bottom":case"bottom right":return[qu,qu];case"to bottom":case"top":return sh(180);case"to top right":case"to right top":case"left bottom":case"bottom left":return[qu,Wu];case"to left":case"right":return sh(270)}return 0},sh=function(A){return Math.PI*A/180},oh=function(A){return!(255&A)},ah=function(A){var t=255&A,e=255&A>>8,i=255&A>>16,n=255&A>>24;return t<255?"rgba(".concat(n,",").concat(i,",").concat(e,",").concat(t/255,")"):"rgb(".concat(n,",").concat(i,",").concat(e,")")},ch=function(A,t,e,i){return(A<<24|t<<16|e<<8|Math.round(255*i))>>>0},uh=function(A,t){if(17===A.type)return A.number;if(16===A.type){var e=3===t?1:255;return 3===t?A.number/100*e:Math.round(A.number/100*e)}return 0},hh=function(A){return"from"===(20===A[0].type?A[0].value:"unknown")},lh=function(A,t,e){return Math.min(Math.max(A,t),e)},dh=function(A,t){return[A[0]*t[0]+A[1]*t[1]+A[2]*t[2],A[3]*t[0]+A[4]*t[1]+A[5]*t[2],A[6]*t[0]+A[7]*t[1]+A[8]*t[2]]},Bh=function(A){var t=A[0],e=A[1],i=A[2],n=A[3],r=Sh([t,e,i]);return ch(lh(Math.round(255*r[0]),0,255),lh(Math.round(255*r[1]),0,255),lh(Math.round(255*r[2]),0,255),n)},fh=function(A){var t=kh([A[0],A[1],A[2]]);return Bh([t[0],t[1],t[2],A[3]])},wh=function(A,t){var e=t.filter(Pu),i=e[0],n=e[1],r=e[2],s=e[3];return[(17===i.type?sh(i.number):ih(0,i))/(2*Math.PI),Yu(n)?n.number/100:0,Yu(r)?r.number/100:0,void 0!==s&&Yu(s)?Ah(s,1):1]},gh=function(A,t){if(hh(t))throw new Error("Relative color not supported for hsl()");var e=wh(0,t),i=e[0],n=e[1],r=e[2],s=e[3],o=Fh([i,n,r]);return ch(255*o[0],255*o[1],255*o[2],0===n?1:s)},ph=function(A){var t=A.filter(Pu);return[Yu(t[0])?t[0].number:0,Yu(t[1])?t[1].number:0,Ru(t[2])||xu(t[2])?t[2].number:0,void 0!==t[4]&&Yu(t[4])?Ah(t[4],1):1]},vh=function(A){var t=A.filter(Pu);return[16===t[0].type?t[0].number/100:Ru(t[0])?t[0].number:0,16===t[1].type?t[1].number/100:Ru(t[1])?t[1].number:0,Ru(t[2])||xu(t[2])?t[2].number:0,void 0!==t[4]&&Yu(t[4])?Ah(t[4],1):1]},Qh=function(A){var t=A.filter(Pu);return[16===t[0].type?t[0].number/100:Ru(t[0])?t[0].number:0,16===t[1].type?t[1].number/100:Ru(t[1])?t[1].number:0,Ru(t[2])||xu(t[2])?t[2].number:0,void 0!==t[4]&&Yu(t[4])?Ah(t[4],1):1]},mh=function(A){return dh([1.0479297925449969,.022946870601609652,-.05019226628920524,.02962780877005599,.9904344267538799,-.017073799063418826,-.009243040646204504,.015055191490298152,.7518742814281371],A)},Uh=function(A){return dh([.955473421488075,-.02309845494876471,.06325924320057072,-.0283697093338637,1.0099953980813041,.021041441191917323,.012314014864481998,-.020507649298898964,1.330365926242124],A)},Ch=function(A,t,e){return e<0&&(e+=1),e>=1&&(e-=1),e<1/6?(t-A)*e*6+A:e<.5?t:e<2/3?6*(t-A)*(2/3-e)+A:A},Fh=function(A){var t=A[0],e=A[1],i=A[2];if(0===e)return[255*i,255*i,255*i];var n=i<=.5?i*(e+1):i+e-i*e,r=2*i-n;return[Ch(r,n,t+1/3),Ch(r,n,t),Ch(r,n,t-1/3)]},yh=function(A){var t=A[0],e=A[1],i=A[2];return e<0&&(e=0),isNaN(i)&&(i=0),[t,e*Math.cos(i*Math.PI/180),e*Math.sin(i*Math.PI/180)]},bh=function(A){var t=dh([1,.3963377773761749,.2158037573099136,1,-.1055613458156586,-.0638541728258133,1,-.0894841775298119,-1.2914855480194092],A).map((function(A){return Math.pow(A,3)}));return dh([1.2268798758459243,-.5578149944602171,.2813910456659647,-.0405757452148008,1.112286803280317,-.0717110580655164,-.0763729366746601,-.4214933324022432,1.5869240198367816],t)},Eh=function(A){var t=(A[0]+16)/116,e=A[1]/500+t,i=t-A[2]/200,n=24389/27,r=24/116,s=[.3457*(e>r?Math.pow(e,3):(116*e-16)/n)/.3585,A[0]>8?Math.pow(t,3):A[0]/n,.2958*(i>r?Math.pow(i,3):(116*i-16)/n)/.3585];return Uh([s[0],s[1],s[2]])},Hh=function(A){return A},Ih=function(A){return fh([A[0],A[1],A[2],A[3]])},kh=function(A){return dh([3.2409699419045226,-1.537383177570094,-.4986107602930034,-.9692436362808796,1.8759675015077202,.04155505740717559,.05563007969699366,-.20397695888897652,1.0569715142428786],A)},Th=function(A){return dh([.41239079926595934,.357584339383878,.1804807884018343,.21263900587151027,.715168678767756,.07219231536073371,.01933081871559182,.11919477979462598,.9505321522496607],A)},Sh=function(A){return A.map((function(A){var t=A<0?-1:1,e=Math.abs(A);return e>.0031308?t*(1.055*Math.pow(e,1/2.4)-.055):12.92*A}))},Kh=function(A){return A.map((function(A){var t=A<0?-1:1,e=Math.abs(A);return e<=.04045?A/12.92:t*Math.pow((e+.055)/1.055,2.4)}))},Oh=1.09929682680944,Dh=.018053968510807,Mh=function(A,t){if(18===t.type){var e=jh[t.name];if(void 0===e)throw new Error('Attempting to parse an unsupported color function "'.concat(t.name,'"'));return e(A,t.values)}if(5===t.type){var i=Lh(t),n=i[0],r=i[1],s=i[2],o=i[3];return ch(n,r,s,o)}if(20===t.type){var a=Ph[t.value.toUpperCase()];if(void 0!==a)return a}return Ph.TRANSPARENT},Lh=function(A){if(3===A.value.length){var t=A.value.substring(0,1),e=A.value.substring(1,2),i=A.value.substring(2,3);return[parseInt(t+t,16),parseInt(e+e,16),parseInt(i+i,16),1]}if(4===A.value.length){t=A.value.substring(0,1),e=A.value.substring(1,2),i=A.value.substring(2,3);var n=A.value.substring(3,4);return[parseInt(t+t,16),parseInt(e+e,16),parseInt(i+i,16),parseInt(n+n,16)/255]}return 6===A.value.length?(t=A.value.substring(0,2),e=A.value.substring(2,4),i=A.value.substring(4,6),[parseInt(t,16),parseInt(e,16),parseInt(i,16),1]):8===A.value.length?(t=A.value.substring(0,2),e=A.value.substring(2,4),i=A.value.substring(4,6),n=A.value.substring(6,8),[parseInt(t,16),parseInt(e,16),parseInt(i,16),parseInt(n,16)/255]):[0,0,0,1]},xh=function(A,t){var e=t.filter(Pu);if(hh(e))throw new Error("Relative color not supported for rgb()");if(3===e.length){var i=e.map(uh),n=i[0],r=i[1],s=i[2];return ch(n,r,s,1)}if(4===e.length){var o=e.map(uh),a=(n=o[0],r=o[1],s=o[2],o[3]);return ch(n,r,s,a)}return 0},Rh={srgb:function(A){return ch(lh(Math.round(255*A[0]),0,255),lh(Math.round(255*A[1]),0,255),lh(Math.round(255*A[2]),0,255),lh(A[3],0,1))},"srgb-linear":Bh,"display-p3":function(A){var t=(function(A){var t,e=[A[0],A[1],A[2]].map((function(A){var t=A<0?-1:1;return A*t<=.04045?A/12.92:t*Math.pow((A+.055)/1.055,2.4)||0}));return t=[e[0],e[1],e[2]],dh([.4865709486482162,.26566769316909306,.1982172852343625,.2289745640697488,.6917385218365064,.079286914093745,0,.04511338185890264,1.043944368900976],t)})([A[0],A[1],A[2]]);return fh([t[0],t[1],t[2],A[3]])},"a98-rgb":function(A){var t,e,i=kh((t=[(e=[A[0],A[1],A[2]].map((function(A){var t=A<0?-1:1,e=Math.abs(A);return t*Math.pow(e,563/256)})))[0],e[1],e[2]],dh([.5766690429101305,.1855582379065463,.1882286462349947,.29734497525053605,.6273635662554661,.0752914584939978,.02703136138641234,.07068885253582723,.9913375368376388],t)));return Bh([i[0],i[1],i[2],A[3]])},"prophoto-rgb":function(A){var t=(function(A){var t,e=[A[0],A[1],A[2]].map((function(A){return A<16/512?A/16:Math.pow(A,1.8)}));return Uh((t=[e[0],e[1],e[2]],dh([.7977666449006423,.13518129740053308,.0313477341283922,.2880748288194013,.711835234241873,8993693872564e-17,0,0,.8251046025104602],t)))})([A[0],A[1],A[2]]);return fh([t[0],t[1],t[2],A[3]])},xyz:Ih,"xyz-d50":function(A){var t=(function(A){return Uh([A[0],A[1],A[2]])})([A[0],A[1],A[2]]);return fh([t[0],t[1],t[2],A[3]])},"xyz-d65":Ih,rec2020:function(A){var t=(function(A){var t,e=[A[0],A[1],A[2]].map((function(A){return A<4.5*Dh?A/4.5:Math.pow((A+Oh-1)/Oh,1/.45)}));return t=[e[0],e[1],e[2]],dh([.6369580483012914,.14461690358620832,.1688809751641721,.2627002120112671,.6779980715188708,.05930171646986196,0,.028072693049087428,1.060985057710791],t)})([A[0],A[1],A[2]]);return fh([t[0],t[1],t[2],A[3]])}},Nh={rgb:function(A,t){var e=t.filter(Pu);if(3===e.length){var i=e.map(uh),n=i[0],r=i[1],s=i[2],o=Kh([n/255,r/255,s/255]),a=Th([o[0],o[1],o[2]]);return[a[0],a[1],a[2],1]}if(4===e.length){var c=e.map(uh),u=(n=c[0],r=c[1],s=c[2],c[3]),h=(o=Kh([n/255,r/255,s/255]),Th([o[0],o[1],o[2]]));return[h[0],h[1],h[2],u]}return[0,0,0,1]},hsl:function(A,t){var e=wh(0,t),i=e[0],n=e[1],r=e[2],s=e[3],o=Kh(Fh([i,n,r])),a=Th([o[0],o[1],o[2]]);return[a[0],a[1],a[2],s]},lab:function(A,t){var e=vh(t),i=e[0],n=e[1],r=e[2],s=e[3],o=Eh([i,n,r]);return[o[0],o[1],o[2],s]},lch:function(A,t){var e=ph(t),i=e[0],n=e[1],r=e[2],s=e[3],o=Eh(yh([i,n,r]));return[o[0],o[1],o[2],s]},oklab:function(A,t){var e=vh(t),i=e[0],n=e[1],r=e[2],s=e[3],o=bh([i,n,r]);return[o[0],o[1],o[2],s]},oklch:function(A,t){var e=Qh(t),i=e[0],n=e[1],r=e[2],s=e[3],o=bh(yh([i,n,r]));return[o[0],o[1],o[2],s]}},_h={srgb:function(A){var t=Sh(kh([A[0],A[1],A[2]]));return[t[0],t[1],t[2],A[3]]},"srgb-linear":function(A){var t=kh([A[0],A[1],A[2]]),e=t[0],i=t[1],n=t[2];return[lh(Math.round(255*e),0,255),lh(Math.round(255*i),0,255),lh(Math.round(255*n),0,255),A[3]]},"display-p3":function(A){var t,e,i=(e=[A[0],A[1],A[2]],t=dh([2.493496911941425,-.9313836179191239,-.40271078445071684,-.8294889695615747,1.7626640603183463,.023624685841943577,.03584583024378447,-.07617238926804182,.9568845240076872],e),Sh(t));return[i[0],i[1],i[2],A[3]]},"a98-rgb":function(A){var t,e,i=(e=[A[0],A[1],A[2]],[(t=dh([2.0415879038107465,-.5650069742788596,-.34473135077832956,-.9692436362808795,1.8759675015077202,.04155505740717557,.013444280632031142,-.11836239223101838,1.0151749943912054],e).map((function(A){var t=A<0?-1:1,e=Math.abs(A);return t*Math.pow(e,256/563)})))[0],t[1],t[2]]);return[i[0],i[1],i[2],A[3]]},"prophoto-rgb":function(A){var t,e=(t=mh([A[0],A[1],A[2]]),dh([1.3457868816471583,-.25557208737979464,-.05110186497554526,-.5446307051249019,1.5082477428451468,.02052744743642139,0,0,1.2119675456389452],t).map((function(A){return A>1/512?Math.pow(A,1/1.8):16*A})));return[e[0],e[1],e[2],A[3]]},xyz:Hh,"xyz-d50":function(A){var t=mh([A[0],A[2],A[3]]);return[t[0],t[1],t[2],A[3]]},"xyz-d65":Hh,rec2020:function(A){var t,e=(t=[A[0],A[1],A[2]],dh([1.716651187971268,-.355670783776392,-.25336628137366,-.666684351832489,1.616481236634939,.0157685458139111,.017639857445311,-.042770613257809,.942103121235474],t).map((function(A){return A>=Dh?Oh*Math.pow(A,.45)-(Oh-1):4.5*A})));return[e[0],e[1],e[2],A[3]]}},jh={hsl:gh,hsla:gh,rgb:xh,rgba:xh,lch:function(A,t){if(hh(t.filter(Pu)))throw new Error("Relative color not supported for lch()");var e=ph(t),i=e[0],n=e[1],r=e[2],s=e[3],o=Sh(kh(Eh(yh([i,n,r]))));return ch(lh(Math.round(255*o[0]),0,255),lh(Math.round(255*o[1]),0,255),lh(Math.round(255*o[2]),0,255),s)},oklch:function(A,t){if(hh(t.filter(Pu)))throw new Error("Relative color not supported for oklch()");var e=Qh(t),i=e[0],n=e[1],r=e[2],s=e[3],o=Sh(kh(bh(yh([i,n,r]))));return ch(lh(Math.round(255*o[0]),0,255),lh(Math.round(255*o[1]),0,255),lh(Math.round(255*o[2]),0,255),s)},oklab:function(A,t){if(hh(t.filter(Pu)))throw new Error("Relative color not supported for oklab()");var e=vh(t),i=e[0],n=e[1],r=e[2],s=e[3],o=Sh(kh(bh([i,n,r])));return ch(lh(Math.round(255*o[0]),0,255),lh(Math.round(255*o[1]),0,255),lh(Math.round(255*o[2]),0,255),s)},lab:function(A,t){if(hh(t.filter(Pu)))throw new Error("Relative color not supported for lab()");var e=vh(t),i=e[0],n=e[1],r=e[2],s=e[3],o=Sh(kh(Eh([i,n,r])));return ch(lh(Math.round(255*o[0]),0,255),lh(Math.round(255*o[1]),0,255),lh(Math.round(255*o[2]),0,255),s)},color:function(A,t){var e=t.filter(Pu),i=20===e[0].type?e[0].value:"unknown";if(!hh(e)){var n=Rh[i];if(void 0===n)throw new Error('Attempting to parse an unsupported color space "'.concat(i,'" for color() function'));return n([w=Ru(e[1])?e[1].number:0,g=Ru(e[2])?e[2].number:0,p=Ru(e[3])?e[3].number:0,v=e.length>4&&6===e[4].type&&"/"===e[4].value&&Ru(e[5])?e[5].number:1])}var r=function(A,t){if(Ru(t))return t.number;var e;if(Nu(t))return A["r"===(e=t.value)||"x"===e?0:"g"===e||"y"===e?1:2];var i=function(A){for(var t="(",e=0,n=A.filter(Pu);e<n.length;e++){var r=n[e];t+=18===r.type&&"calc"===r.name?i(r.values):Ru(r)?r.number:6===r.type||Nu(r)?r.value:""}return t+")"};if(18===t.type){var n=t.values.filter(Pu);if("calc"===t.name){var r=i(n).replace(/r|x/,A[0].toString()).replace(/g|y/,A[1].toString()).replace(/b|z/,A[2].toString());return new Function("return "+r)()}}return null},s=18===e[1].type?e[1].name:Nu(e[1])||5===e[1].type?"rgb":"unknown",o=Nu(e[2])?e[2].value:"unknown",a=18===e[1].type?e[1].values:Nu(e[1])?[e[1]]:[];if(Nu(e[1])){if(void 0===Ph[e[1].value.toUpperCase()])throw new Error("Attempting to use unknown color in relative color 'from'");var c=Gh(A,e[1].value);a=[{type:17,number:255&c>>24,flags:1},{type:17,number:255&c>>16,flags:1},{type:17,number:255&c>>8,flags:1},{type:17,number:(u=255&c)>1?u/255:u,flags:1}]}else if(5===e[1].type){var u,h=Lh(e[1]);a=[{type:17,number:h[0],flags:1},{type:17,number:h[1],flags:1},{type:17,number:h[2],flags:1},{type:17,number:(u=h[3])>1?u/255:u,flags:1}]}if(0===a.length)throw new Error("Attempting to use unknown color in relative color 'from'");if("unknown"===o)throw new Error("Attempting to use unknown colorspace in relative color 'to'");var l=Nh[s],d=_h[o],B=Rh[o];if(void 0===l)throw new Error('Attempting to parse an unsupported color space "'.concat(s,'" for color() function'));if(void 0===d)throw new Error('Attempting to parse an unsupported color space "'.concat(o,'" for color() function'));var f=d(l(A,a)),w=r(f,e[3]),g=r(f,e[4]),p=r(f,e[5]),v=e.length>6&&6===e[6].type&&"/"===e[6].value&&Ru(e[7])?e[7].number:1;if(null===w||null===g||null===p)throw new Error("Invalid relative color in color() function");return B([w,g,p,v])}},Gh=function(A,t){return Mh(A,Lu.create(t).parseComponentValue())},Ph={ALICEBLUE:4042850303,ANTIQUEWHITE:4209760255,AQUA:16777215,AQUAMARINE:2147472639,AZURE:4043309055,BEIGE:4126530815,BISQUE:4293182719,BLACK:255,BLANCHEDALMOND:4293643775,BLUE:65535,BLUEVIOLET:2318131967,BROWN:2771004159,BURLYWOOD:3736635391,CADETBLUE:1604231423,CHARTREUSE:2147418367,CHOCOLATE:3530104575,CORAL:4286533887,CORNFLOWERBLUE:1687547391,CORNSILK:4294499583,CRIMSON:3692313855,CYAN:16777215,DARKBLUE:35839,DARKCYAN:9145343,DARKGOLDENROD:3095837695,DARKGRAY:2846468607,DARKGREEN:6553855,DARKGREY:2846468607,DARKKHAKI:3182914559,DARKMAGENTA:2332068863,DARKOLIVEGREEN:1433087999,DARKORANGE:4287365375,DARKORCHID:2570243327,DARKRED:2332033279,DARKSALMON:3918953215,DARKSEAGREEN:2411499519,DARKSLATEBLUE:1211993087,DARKSLATEGRAY:793726975,DARKSLATEGREY:793726975,DARKTURQUOISE:13554175,DARKVIOLET:2483082239,DEEPPINK:4279538687,DEEPSKYBLUE:12582911,DIMGRAY:1768516095,DIMGREY:1768516095,DODGERBLUE:512819199,FIREBRICK:2988581631,FLORALWHITE:4294635775,FORESTGREEN:579543807,FUCHSIA:4278255615,GAINSBORO:3705462015,GHOSTWHITE:4177068031,GOLD:4292280575,GOLDENROD:3668254975,GRAY:2155905279,GREEN:8388863,GREENYELLOW:2919182335,GREY:2155905279,HONEYDEW:4043305215,HOTPINK:4285117695,INDIANRED:3445382399,INDIGO:1258324735,IVORY:4294963455,KHAKI:4041641215,LAVENDER:3873897215,LAVENDERBLUSH:4293981695,LAWNGREEN:2096890111,LEMONCHIFFON:4294626815,LIGHTBLUE:2916673279,LIGHTCORAL:4034953471,LIGHTCYAN:3774873599,LIGHTGOLDENRODYELLOW:4210742015,LIGHTGRAY:3553874943,LIGHTGREEN:2431553791,LIGHTGREY:3553874943,LIGHTPINK:4290167295,LIGHTSALMON:4288707327,LIGHTSEAGREEN:548580095,LIGHTSKYBLUE:2278488831,LIGHTSLATEGRAY:2005441023,LIGHTSLATEGREY:2005441023,LIGHTSTEELBLUE:2965692159,LIGHTYELLOW:4294959359,LIME:16711935,LIMEGREEN:852308735,LINEN:4210091775,MAGENTA:4278255615,MAROON:2147483903,MEDIUMAQUAMARINE:1724754687,MEDIUMBLUE:52735,MEDIUMORCHID:3126187007,MEDIUMPURPLE:2473647103,MEDIUMSEAGREEN:1018393087,MEDIUMSLATEBLUE:2070474495,MEDIUMSPRINGGREEN:16423679,MEDIUMTURQUOISE:1221709055,MEDIUMVIOLETRED:3340076543,MIDNIGHTBLUE:421097727,MINTCREAM:4127193855,MISTYROSE:4293190143,MOCCASIN:4293178879,NAVAJOWHITE:4292783615,NAVY:33023,OLDLACE:4260751103,OLIVE:2155872511,OLIVEDRAB:1804477439,ORANGE:4289003775,ORANGERED:4282712319,ORCHID:3664828159,PALEGOLDENROD:4008225535,PALEGREEN:2566625535,PALETURQUOISE:2951671551,PALEVIOLETRED:3681588223,PAPAYAWHIP:4293907967,PEACHPUFF:4292524543,PERU:3448061951,PINK:4290825215,PLUM:3718307327,POWDERBLUE:2967529215,PURPLE:2147516671,REBECCAPURPLE:1714657791,RED:4278190335,ROSYBROWN:3163525119,ROYALBLUE:1097458175,SADDLEBROWN:2336560127,SALMON:4202722047,SANDYBROWN:4104413439,SEAGREEN:780883967,SEASHELL:4294307583,SIENNA:2689740287,SILVER:3233857791,SKYBLUE:2278484991,SLATEBLUE:1784335871,SLATEGRAY:1887473919,SLATEGREY:1887473919,SNOW:4294638335,SPRINGGREEN:16744447,STEELBLUE:1182971135,TAN:3535047935,TEAL:8421631,THISTLE:3636451583,TOMATO:4284696575,TRANSPARENT:0,TURQUOISE:1088475391,VIOLET:4001558271,WHEAT:4125012991,WHITE:4294967295,WHITESMOKE:4126537215,YELLOW:4294902015,YELLOWGREEN:2597139199},Vh={name:"background-clip",initialValue:"border-box",prefix:!1,type:1,parse:function(A,t){return t.map((function(A){if(Nu(A))switch(A.value){case"padding-box":return 1;case"content-box":return 2}return 0}))}},Jh={name:"background-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},Xh=function(A,t){var e=Mh(A,t[0]),i=t[1];return i&&Yu(i)?{color:e,stop:i}:{color:e,stop:null}},Yh=function(A,t){var e=A[0],i=A[A.length-1];null===e.stop&&(e.stop=Wu),null===i.stop&&(i.stop=qu);for(var n=[],r=0,s=0;s<A.length;s++){var o=A[s].stop;if(null!==o){var a=Ah(o,t);a>r?n.push(a):n.push(r),r=a}else n.push(null)}var c=null;for(s=0;s<n.length;s++){var u=n[s];if(null===u)null===c&&(c=s);else if(null!==c){for(var h=s-c,l=(u-n[c-1])/(h+1),d=1;d<=h;d++)n[c+d-1]=l*d;c=null}}return A.map((function(A,e){return{color:A.color,stop:Math.max(Math.min(1,n[e]/t),0)}}))},$h=function(A,t){return Math.sqrt(A*A+t*t)},Wh=function(A,t,e,i,n){return[[0,0],[0,t],[A,0],[A,t]].reduce((function(A,t){var r=t[0],s=t[1],o=$h(e-r,i-s);return(n?o<A.optimumDistance:o>A.optimumDistance)?{optimumCorner:t,optimumDistance:o}:A}),{optimumDistance:n?1/0:-1/0,optimumCorner:null}).optimumCorner},Zh=function(A,t){var e=sh(180),i=[];return Vu(t).forEach((function(t,n){if(0===n){var r=t[0];if(20===r.type&&-1!==["top","left","right","bottom"].indexOf(r.value))return void(e=rh(t));if(nh(r))return void(e=(ih(0,r)+sh(270))%sh(360))}var s=Xh(A,t);i.push(s)})),{angle:e,stops:i,type:1}},qh="closest-side",zh="farthest-side",Al="closest-corner",tl="farthest-corner",el="circle",il="ellipse",nl="cover",rl="contain",sl=function(A,t){var e=0,i=3,n=[],r=[];return Vu(t).forEach((function(t,s){var o=!0;if(0===s?o=t.reduce((function(A,t){if(Nu(t))switch(t.value){case"center":return r.push(Zu),!1;case"top":case"left":return r.push(Wu),!1;case"right":case"bottom":return r.push(qu),!1}else if(Yu(t)||Xu(t))return r.push(t),!1;return A}),o):1===s&&(o=t.reduce((function(A,t){if(Nu(t))switch(t.value){case el:return e=0,!1;case il:return e=1,!1;case rl:case qh:return i=0,!1;case zh:return i=1,!1;case Al:return i=2,!1;case nl:case tl:return i=3,!1}else if(Xu(t)||Yu(t))return Array.isArray(i)||(i=[]),i.push(t),!1;return A}),o)),o){var a=Xh(A,t);n.push(a)}})),{size:i,shape:e,stops:n,position:r,type:2}},ol=function(A,t){if(22===t.type){var e={url:t.value,type:0};return A.cache.addImage(t.value),e}if(18===t.type){var i=al[t.name];if(void 0===i)throw new Error('Attempting to parse an unsupported image function "'.concat(t.name,'"'));return i(A,t.values)}throw new Error("Unsupported image type ".concat(t.type))},al={"linear-gradient":function(A,t){var e=sh(180),i=[];return Vu(t).forEach((function(t,n){if(0===n){var r=t[0];if(20===r.type&&"to"===r.value)return void(e=rh(t));if(nh(r))return void(e=ih(0,r))}var s=Xh(A,t);i.push(s)})),{angle:e,stops:i,type:1}},"-moz-linear-gradient":Zh,"-ms-linear-gradient":Zh,"-o-linear-gradient":Zh,"-webkit-linear-gradient":Zh,"radial-gradient":function(A,t){var e=0,i=3,n=[],r=[];return Vu(t).forEach((function(t,s){var o=!0;if(0===s){var a=!1;o=t.reduce((function(A,t){if(a)if(Nu(t))switch(t.value){case"center":return r.push(Zu),A;case"top":case"left":return r.push(Wu),A;case"right":case"bottom":return r.push(qu),A}else(Yu(t)||Xu(t))&&r.push(t);else if(Nu(t))switch(t.value){case el:return e=0,!1;case il:return e=1,!1;case"at":return a=!0,!1;case qh:return i=0,!1;case nl:case zh:return i=1,!1;case rl:case Al:return i=2,!1;case tl:return i=3,!1}else if(Xu(t)||Yu(t))return Array.isArray(i)||(i=[]),i.push(t),!1;return A}),o)}if(o){var c=Xh(A,t);n.push(c)}})),{size:i,shape:e,stops:n,position:r,type:2}},"-moz-radial-gradient":sl,"-ms-radial-gradient":sl,"-o-radial-gradient":sl,"-webkit-radial-gradient":sl,"-webkit-gradient":function(A,t){var e=sh(180),i=[],n=1;return Vu(t).forEach((function(t,e){var r=t[0];if(0===e){if(Nu(r)&&"linear"===r.value)return void(n=1);if(Nu(r)&&"radial"===r.value)return void(n=2)}if(18===r.type)if("from"===r.name){var s=Mh(A,r.values[0]);i.push({stop:Wu,color:s})}else if("to"===r.name)s=Mh(A,r.values[0]),i.push({stop:qu,color:s});else if("color-stop"===r.name){var o=r.values.filter(Pu);if(2===o.length){s=Mh(A,o[1]);var a=o[0];Ru(a)&&i.push({stop:{type:16,number:100*a.number,flags:a.flags},color:s})}}})),1===n?{angle:(e+sh(180))%sh(360),stops:i,type:n}:{size:3,shape:0,stops:i,position:[],type:n}}},cl={name:"background-image",initialValue:"none",type:1,prefix:!1,parse:function(A,t){if(0===t.length)return[];var e=t[0];return 20===e.type&&"none"===e.value?[]:t.filter((function(A){return Pu(A)&&(function(A){return!(20===A.type&&"none"===A.value||18===A.type&&!al[A.name])})(A)})).map((function(t){return ol(A,t)}))}},ul={name:"background-origin",initialValue:"border-box",prefix:!1,type:1,parse:function(A,t){return t.map((function(A){if(Nu(A))switch(A.value){case"padding-box":return 1;case"content-box":return 2}return 0}))}},hl={name:"background-position",initialValue:"0% 0%",type:1,prefix:!1,parse:function(A,t){return Vu(t).map((function(A){return A.filter(Yu)})).map($u)}},ll={name:"background-repeat",initialValue:"repeat",prefix:!1,type:1,parse:function(A,t){return Vu(t).map((function(A){return A.filter(Nu).map((function(A){return A.value})).join(" ")})).map(dl)}},dl=function(A){switch(A){case"no-repeat":return 1;case"repeat-x":case"repeat no-repeat":return 2;case"repeat-y":case"no-repeat repeat":return 3;default:return 0}};(wc=fc||(fc={})).AUTO="auto",wc.CONTAIN="contain",wc.COVER="cover";var Bl,fl,wl={name:"background-size",initialValue:"0",prefix:!1,type:1,parse:function(A,t){return Vu(t).map((function(A){return A.filter(gl)}))}},gl=function(A){return Nu(A)||Yu(A)},pl=function(A){return{name:"border-".concat(A,"-color"),initialValue:"transparent",prefix:!1,type:3,format:"color"}},vl=pl("top"),Ql=pl("right"),ml=pl("bottom"),Ul=pl("left"),Cl=function(A){return{name:"border-radius-".concat(A),initialValue:"0 0",prefix:!1,type:1,parse:function(A,t){return $u(t.filter(Yu))}}},Fl=Cl("top-left"),yl=Cl("top-right"),bl=Cl("bottom-right"),El=Cl("bottom-left"),Hl=function(A){return{name:"border-".concat(A,"-style"),initialValue:"solid",prefix:!1,type:2,parse:function(A,t){switch(t){case"none":return 0;case"dashed":return 2;case"dotted":return 3;case"double":return 4}return 1}}},Il=Hl("top"),kl=Hl("right"),Tl=Hl("bottom"),Sl=Hl("left"),Kl=function(A){return{name:"border-".concat(A,"-width"),initialValue:"0",type:0,prefix:!1,parse:function(A,t){return xu(t)?t.number:0}}},Ol=Kl("top"),Dl=Kl("right"),Ml=Kl("bottom"),Ll=Kl("left"),xl={name:"color",initialValue:"transparent",prefix:!1,type:3,format:"color"},Rl={name:"direction",initialValue:"ltr",prefix:!1,type:2,parse:function(A,t){return"rtl"===t?1:0}},Nl={name:"display",initialValue:"inline-block",prefix:!1,type:1,parse:function(A,t){return t.filter(Nu).reduce((function(A,t){return A|_l(t.value)}),0)}},_l=function(A){switch(A){case"block":case"-webkit-box":return 2;case"inline":return 4;case"run-in":return 8;case"flow":return 16;case"flow-root":return 32;case"table":return 64;case"flex":case"-webkit-flex":return 128;case"grid":case"-ms-grid":return 256;case"ruby":return 512;case"subgrid":return 1024;case"list-item":return 2048;case"table-row-group":return 4096;case"table-header-group":return 8192;case"table-footer-group":return 16384;case"table-row":return 32768;case"table-cell":return 65536;case"table-column-group":return 131072;case"table-column":return 262144;case"table-caption":return 524288;case"ruby-base":return 1048576;case"ruby-text":return 2097152;case"ruby-base-container":return 4194304;case"ruby-text-container":return 8388608;case"contents":return 16777216;case"inline-block":return 33554432;case"inline-list-item":return 67108864;case"inline-table":return 134217728;case"inline-flex":return 268435456;case"inline-grid":return 536870912}return 0},jl={name:"float",initialValue:"none",prefix:!1,type:2,parse:function(A,t){switch(t){case"left":return 1;case"right":return 2;case"inline-start":return 3;case"inline-end":return 4}return 0}},Gl={name:"letter-spacing",initialValue:"0",prefix:!1,type:0,parse:function(A,t){return 20===t.type&&"normal"===t.value?0:17===t.type||15===t.type?t.number:0}};(fl=Bl||(Bl={})).NORMAL="normal",fl.STRICT="strict";var Pl,Vl,Jl={name:"line-break",initialValue:"normal",prefix:!1,type:2,parse:function(A,t){return"strict"===t?Bl.STRICT:Bl.NORMAL}},Xl={name:"line-height",initialValue:"normal",prefix:!1,type:4},Yl=function(A,t){return Nu(A)&&"normal"===A.value?1.2*t:17===A.type?t*A.number:Yu(A)?Ah(A,t):t},$l={name:"list-style-image",initialValue:"none",type:0,prefix:!1,parse:function(A,t){return 20===t.type&&"none"===t.value?null:ol(A,t)}},Wl={name:"list-style-position",initialValue:"outside",prefix:!1,type:2,parse:function(A,t){return"inside"===t?0:1}},Zl={name:"list-style-type",initialValue:"none",prefix:!1,type:2,parse:function(A,t){switch(t){case"disc":return 0;case"circle":return 1;case"square":return 2;case"decimal":return 3;case"cjk-decimal":return 4;case"decimal-leading-zero":return 5;case"lower-roman":return 6;case"upper-roman":return 7;case"lower-greek":return 8;case"lower-alpha":return 9;case"upper-alpha":return 10;case"arabic-indic":return 11;case"armenian":return 12;case"bengali":return 13;case"cambodian":return 14;case"cjk-earthly-branch":return 15;case"cjk-heavenly-stem":return 16;case"cjk-ideographic":return 17;case"devanagari":return 18;case"ethiopic-numeric":return 19;case"georgian":return 20;case"gujarati":return 21;case"gurmukhi":return 22;case"hebrew":return 52;case"hiragana":return 23;case"hiragana-iroha":return 24;case"japanese-formal":return 25;case"japanese-informal":return 26;case"kannada":return 27;case"katakana":return 28;case"katakana-iroha":return 29;case"khmer":return 30;case"korean-hangul-formal":return 31;case"korean-hanja-formal":return 32;case"korean-hanja-informal":return 33;case"lao":return 34;case"lower-armenian":return 35;case"malayalam":return 36;case"mongolian":return 37;case"myanmar":return 38;case"oriya":return 39;case"persian":return 40;case"simp-chinese-formal":return 41;case"simp-chinese-informal":return 42;case"tamil":return 43;case"telugu":return 44;case"thai":return 45;case"tibetan":return 46;case"trad-chinese-formal":return 47;case"trad-chinese-informal":return 48;case"upper-armenian":return 49;case"disclosure-open":return 50;case"disclosure-closed":return 51;default:return-1}}},ql=function(A){return{name:"margin-".concat(A),initialValue:"0",prefix:!1,type:4}},zl=ql("top"),Ad=ql("right"),td=ql("bottom"),ed=ql("left"),id={name:"overflow",initialValue:"visible",prefix:!1,type:1,parse:function(A,t){return t.filter(Nu).map((function(A){switch(A.value){case"hidden":return 1;case"scroll":return 2;case"clip":return 3;case"auto":return 4;default:return 0}}))}},nd={name:"overflow-wrap",initialValue:"normal",prefix:!1,type:2,parse:function(A,t){return"break-word"===t?"break-word":"normal"}},rd=function(A){return{name:"padding-".concat(A),initialValue:"0",prefix:!1,type:3,format:"length-percentage"}},sd=rd("top"),od=rd("right"),ad=rd("bottom"),cd=rd("left"),ud={name:"text-align",initialValue:"left",prefix:!1,type:2,parse:function(A,t){switch(t){case"right":return 2;case"center":case"justify":return 1;default:return 0}}},hd={name:"position",initialValue:"static",prefix:!1,type:2,parse:function(A,t){switch(t){case"relative":return 1;case"absolute":return 2;case"fixed":return 3;case"sticky":return 4}return 0}},ld={name:"text-shadow",initialValue:"none",type:1,prefix:!1,parse:function(A,t){return 1===t.length&&ju(t[0],"none")?[]:Vu(t).map((function(t){for(var e={color:Ph.TRANSPARENT,offsetX:Wu,offsetY:Wu,blur:Wu},i=0,n=0;n<t.length;n++){var r=t[n];Xu(r)?(0===i?e.offsetX=r:1===i?e.offsetY=r:e.blur=r,i++):e.color=Mh(A,r)}return e}))}},dd={name:"text-transform",initialValue:"none",prefix:!1,type:2,parse:function(A,t){switch(t){case"uppercase":return 2;case"lowercase":return 1;case"capitalize":return 3}return 0}},Bd={name:"transform",initialValue:"none",prefix:!0,type:0,parse:function(A,t){if(20===t.type&&"none"===t.value)return null;if(18===t.type){var e=fd[t.name];if(void 0===e)throw new Error('Attempting to parse an unsupported transform function "'.concat(t.name,'"'));return e(t.values)}return null}},fd={matrix:function(A){var t=A.filter((function(A){return 17===A.type})).map((function(A){return A.number}));return 6===t.length?t:null},matrix3d:function(A){var t=A.filter((function(A){return 17===A.type})).map((function(A){return A.number})),e=t[0],i=t[1];t[2],t[3];var n=t[4],r=t[5];t[6],t[7],t[8],t[9],t[10],t[11];var s=t[12],o=t[13];return t[14],t[15],16===t.length?[e,i,n,r,s,o]:null}},wd={type:16,number:50,flags:4},gd=[wd,wd],pd={name:"transform-origin",initialValue:"50% 50%",prefix:!0,type:1,parse:function(A,t){var e=t.filter(Yu);return 2!==e.length?gd:[e[0],e[1]]}},vd={name:"visible",initialValue:"none",prefix:!1,type:2,parse:function(A,t){switch(t){case"hidden":return 1;case"collapse":return 2;default:return 0}}};(Vl=Pl||(Pl={})).NORMAL="normal",Vl.BREAK_ALL="break-all",Vl.KEEP_ALL="keep-all";for(var Qd={name:"word-break",initialValue:"normal",prefix:!1,type:2,parse:function(A,t){switch(t){case"break-all":return Pl.BREAK_ALL;case"keep-all":return Pl.KEEP_ALL;default:return Pl.NORMAL}}},md={name:"z-index",initialValue:"auto",prefix:!1,type:0,parse:function(A,t){if(20===t.type)return{auto:!0,order:0};if(Ru(t))return{auto:!1,order:t.number};throw new Error("Invalid z-index number parsed")}},Ud=function(A,t){if(15===t.type)switch(t.unit.toLowerCase()){case"s":return 1e3*t.number;case"ms":return t.number}throw new Error("Unsupported time type")},Cd={name:"opacity",initialValue:"1",type:0,prefix:!1,parse:function(A,t){return Ru(t)?t.number:1}},Fd={name:"text-decoration-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},yd={name:"text-decoration-line",initialValue:"none",prefix:!1,type:1,parse:function(A,t){return t.filter(Nu).map((function(A){switch(A.value){case"underline":return 1;case"overline":return 2;case"line-through":return 3;case"none":return 4}return 0})).filter((function(A){return 0!==A}))}},bd={name:"font-family",initialValue:"",prefix:!1,type:1,parse:function(A,t){var e=[],i=[];return t.forEach((function(A){switch(A.type){case 20:case 0:e.push(A.value);break;case 17:e.push(A.number.toString());break;case 4:i.push(e.join(" ")),e.length=0}})),e.length&&i.push(e.join(" ")),i.map((function(A){return-1===A.indexOf(" ")?A:"'".concat(A,"'")}))}},Ed={name:"font-size",initialValue:"0",prefix:!1,type:3,format:"length"},Hd={name:"font-weight",initialValue:"normal",type:0,prefix:!1,parse:function(A,t){return Ru(t)?t.number:Nu(t)&&"bold"===t.value?700:400}},Id={name:"font-variant",initialValue:"none",type:1,prefix:!1,parse:function(A,t){return t.filter(Nu).map((function(A){return A.value}))}},kd={name:"font-style",initialValue:"normal",prefix:!1,type:2,parse:function(A,t){switch(t){case"oblique":return"oblique";case"italic":return"italic";default:return"normal"}}},Td=function(A,t){return 0!==(A&t)},Sd={name:"content",initialValue:"none",type:1,prefix:!1,parse:function(A,t){if(0===t.length)return[];var e=t[0];return 20===e.type&&"none"===e.value?[]:t}},Kd={name:"counter-increment",initialValue:"none",prefix:!0,type:1,parse:function(A,t){if(0===t.length)return null;var e=t[0];if(20===e.type&&"none"===e.value)return null;for(var i=[],n=t.filter(Gu),r=0;r<n.length;r++){var s=n[r],o=n[r+1];if(20===s.type){var a=o&&Ru(o)?o.number:1;i.push({counter:s.value,increment:a})}}return i}},Od={name:"counter-reset",initialValue:"none",prefix:!0,type:1,parse:function(A,t){if(0===t.length)return[];for(var e=[],i=t.filter(Gu),n=0;n<i.length;n++){var r=i[n],s=i[n+1];if(Nu(r)&&"none"!==r.value){var o=s&&Ru(s)?s.number:0;e.push({counter:r.value,reset:o})}}return e}},Dd={name:"duration",initialValue:"0s",prefix:!1,type:1,parse:function(A,t){return t.filter(xu).map((function(A){return Ud(0,A)}))}},Md={name:"quotes",initialValue:"none",prefix:!0,type:1,parse:function(A,t){if(0===t.length)return null;var e=t[0];if(20===e.type&&"none"===e.value)return null;var i=[],n=t.filter(_u);if(n.length%2!=0)return null;for(var r=0;r<n.length;r+=2){var s=n[r].value,o=n[r+1].value;i.push({open:s,close:o})}return i}},Ld=function(A,t,e){if(!A)return"";var i=A[Math.min(t,A.length-1)];return i?e?i.open:i.close:""},xd={name:"box-shadow",initialValue:"none",type:1,prefix:!1,parse:function(A,t){return 1===t.length&&ju(t[0],"none")?[]:Vu(t).map((function(t){for(var e={color:255,offsetX:Wu,offsetY:Wu,blur:Wu,spread:Wu,inset:!1},i=0,n=0;n<t.length;n++){var r=t[n];ju(r,"inset")?e.inset=!0:Xu(r)?(0===i?e.offsetX=r:1===i?e.offsetY=r:2===i?e.blur=r:e.spread=r,i++):e.color=Mh(A,r)}return e}))}},Rd={name:"paint-order",initialValue:"normal",prefix:!1,type:1,parse:function(A,t){var e=[];return t.filter(Nu).forEach((function(A){switch(A.value){case"stroke":e.push(1);break;case"fill":e.push(0);break;case"markers":e.push(2)}})),[0,1,2].forEach((function(A){-1===e.indexOf(A)&&e.push(A)})),e}},Nd={name:"-webkit-text-stroke-color",initialValue:"currentcolor",prefix:!1,type:3,format:"color"},_d={name:"-webkit-text-stroke-width",initialValue:"0",type:0,prefix:!1,parse:function(A,t){return xu(t)?t.number:0}},jd={name:"objectFit",initialValue:"fill",prefix:!1,type:1,parse:function(A,t){return t.filter(Nu).reduce((function(A,t){return A|Gd(t.value)}),0)}},Gd=function(A){switch(A){case"contain":return 2;case"cover":return 4;case"none":return 8;case"scale-down":return 16}return 0},Pd=(function(){function A(A,t){var e,i;this.animationDuration=Xd(A,Dd,t.animationDuration),this.backgroundClip=Xd(A,Vh,t.backgroundClip),this.backgroundColor=Xd(A,Jh,t.backgroundColor),this.backgroundImage=Xd(A,cl,t.backgroundImage),this.backgroundOrigin=Xd(A,ul,t.backgroundOrigin),this.backgroundPosition=Xd(A,hl,t.backgroundPosition),this.backgroundRepeat=Xd(A,ll,t.backgroundRepeat),this.backgroundSize=Xd(A,wl,t.backgroundSize),this.borderTopColor=Xd(A,vl,t.borderTopColor),this.borderRightColor=Xd(A,Ql,t.borderRightColor),this.borderBottomColor=Xd(A,ml,t.borderBottomColor),this.borderLeftColor=Xd(A,Ul,t.borderLeftColor),this.borderTopLeftRadius=Xd(A,Fl,t.borderTopLeftRadius),this.borderTopRightRadius=Xd(A,yl,t.borderTopRightRadius),this.borderBottomRightRadius=Xd(A,bl,t.borderBottomRightRadius),this.borderBottomLeftRadius=Xd(A,El,t.borderBottomLeftRadius),this.borderTopStyle=Xd(A,Il,t.borderTopStyle),this.borderRightStyle=Xd(A,kl,t.borderRightStyle),this.borderBottomStyle=Xd(A,Tl,t.borderBottomStyle),this.borderLeftStyle=Xd(A,Sl,t.borderLeftStyle),this.borderTopWidth=Xd(A,Ol,t.borderTopWidth),this.borderRightWidth=Xd(A,Dl,t.borderRightWidth),this.borderBottomWidth=Xd(A,Ml,t.borderBottomWidth),this.borderLeftWidth=Xd(A,Ll,t.borderLeftWidth),this.boxShadow=Xd(A,xd,t.boxShadow),this.color=Xd(A,xl,t.color),this.direction=Xd(A,Rl,t.direction),this.display=Xd(A,Nl,t.display),this.float=Xd(A,jl,t.cssFloat),this.fontFamily=Xd(A,bd,t.fontFamily),this.fontSize=Xd(A,Ed,t.fontSize),this.fontStyle=Xd(A,kd,t.fontStyle),this.fontVariant=Xd(A,Id,t.fontVariant),this.fontWeight=Xd(A,Hd,t.fontWeight),this.letterSpacing=Xd(A,Gl,t.letterSpacing),this.lineBreak=Xd(A,Jl,t.lineBreak),this.lineHeight=Xd(A,Xl,t.lineHeight),this.listStyleImage=Xd(A,$l,t.listStyleImage),this.listStylePosition=Xd(A,Wl,t.listStylePosition),this.listStyleType=Xd(A,Zl,t.listStyleType),this.marginTop=Xd(A,zl,t.marginTop),this.marginRight=Xd(A,Ad,t.marginRight),this.marginBottom=Xd(A,td,t.marginBottom),this.marginLeft=Xd(A,ed,t.marginLeft),this.opacity=Xd(A,Cd,t.opacity);var n=Xd(A,id,t.overflow);this.overflowX=n[0],this.overflowY=n[n.length>1?1:0],this.overflowWrap=Xd(A,nd,t.overflowWrap),this.paddingTop=Xd(A,sd,t.paddingTop),this.paddingRight=Xd(A,od,t.paddingRight),this.paddingBottom=Xd(A,ad,t.paddingBottom),this.paddingLeft=Xd(A,cd,t.paddingLeft),this.paintOrder=Xd(A,Rd,t.paintOrder),this.position=Xd(A,hd,t.position),this.textAlign=Xd(A,ud,t.textAlign),this.textDecorationColor=Xd(A,Fd,null!==(e=t.textDecorationColor)&&void 0!==e?e:t.color),this.textDecorationLine=Xd(A,yd,null!==(i=t.textDecorationLine)&&void 0!==i?i:t.textDecoration),this.textShadow=Xd(A,ld,t.textShadow),this.textTransform=Xd(A,dd,t.textTransform),this.transform=Xd(A,Bd,t.transform),this.transformOrigin=Xd(A,pd,t.transformOrigin),this.visibility=Xd(A,vd,t.visibility),this.webkitTextStrokeColor=Xd(A,Nd,t.webkitTextStrokeColor),this.webkitTextStrokeWidth=Xd(A,_d,t.webkitTextStrokeWidth),this.wordBreak=Xd(A,Qd,t.wordBreak),this.zIndex=Xd(A,md,t.zIndex),this.objectFit=Xd(A,jd,t.objectFit)}return A.prototype.isVisible=function(){return this.display>0&&this.opacity>0&&0===this.visibility},A.prototype.isTransparent=function(){return oh(this.backgroundColor)},A.prototype.isTransformed=function(){return null!==this.transform},A.prototype.isPositioned=function(){return 0!==this.position},A.prototype.isPositionedWithZIndex=function(){return this.isPositioned()&&!this.zIndex.auto},A.prototype.isFloating=function(){return 0!==this.float},A.prototype.isInlineLevel=function(){return Td(this.display,4)||Td(this.display,33554432)||Td(this.display,268435456)||Td(this.display,536870912)||Td(this.display,67108864)||Td(this.display,134217728)},A})(),Vd=function(A,t){this.content=Xd(A,Sd,t.content),this.quotes=Xd(A,Md,t.quotes)},Jd=function(A,t){this.counterIncrement=Xd(A,Kd,t.counterIncrement),this.counterReset=Xd(A,Od,t.counterReset)},Xd=function(A,t,e){var i=new Mu,n=null!=e?e.toString():t.initialValue;i.write(n);var r=new Lu(i.read());switch(t.type){case 2:var s=r.parseComponentValue();return t.parse(A,Nu(s)?s.value:t.initialValue);case 0:return t.parse(A,r.parseComponentValue());case 1:return t.parse(A,r.parseComponentValues());case 4:return r.parseComponentValue();case 3:switch(t.format){case"angle":return ih(0,r.parseComponentValue());case"color":return Mh(A,r.parseComponentValue());case"image":return ol(A,r.parseComponentValue());case"length":var o=r.parseComponentValue();return Xu(o)?o:Wu;case"length-percentage":var a=r.parseComponentValue();return Yu(a)?a:Wu;case"time":return Ud(0,r.parseComponentValue())}}},Yd=function(A,t){var e=(function(A){switch(A.getAttribute("data-html2canvas-debug")){case"all":return 1;case"clone":return 2;case"parse":return 3;case"render":return 4;default:return 0}})(A);return 1===e||t===e},$d=function(A,t){this.context=A,this.textNodes=[],this.elements=[],this.flags=0,Yd(t,3),this.styles=new Pd(A,window.getComputedStyle(t,null)),YB(t)&&(this.styles.animationDuration.some((function(A){return A>0}))&&(t.style.animationDuration="0s"),null!==this.styles.transform&&(t.style.transform="none")),this.bounds=Wa(this.context,t),Yd(t,4)&&(this.flags|=16)},Wd="undefined"==typeof Uint8Array?[]:new Uint8Array(256),Zd=0;Zd<64;Zd++)Wd["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charCodeAt(Zd)]=Zd;for(var qd=function(A,t,e){return A.slice?A.slice(t,e):new Uint16Array(Array.prototype.slice.call(A,t,e))},zd=(function(){function A(A,t,e,i,n,r){this.initialValue=A,this.errorValue=t,this.highStart=e,this.highValueIndex=i,this.index=n,this.data=r}return A.prototype.get=function(A){var t;if(A>=0){if(A<55296||A>56319&&A<=65535)return t=((t=this.index[A>>5])<<2)+(31&A),this.data[t];if(A<=65535)return t=((t=this.index[2048+(A-55296>>5)])<<2)+(31&A),this.data[t];if(A<this.highStart)return t=2080+(A>>11),t=this.index[t],t+=A>>5&63,t=((t=this.index[t])<<2)+(31&A),this.data[t];if(A<=1114111)return this.data[this.highValueIndex]}return this.errorValue},A})(),AB="undefined"==typeof Uint8Array?[]:new Uint8Array(256),tB=0;tB<64;tB++)AB["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charCodeAt(tB)]=tB;var eB,iB,nB=8,rB=9,sB=11,oB=12,aB=function(){for(var A=[],t=0;t<arguments.length;t++)A[t]=arguments[t];if(String.fromCodePoint)return String.fromCodePoint.apply(String,A);var e=A.length;if(!e)return"";for(var i=[],n=-1,r="";++n<e;){var s=A[n];s<=65535?i.push(s):(s-=65536,i.push(55296+(s>>10),s%1024+56320)),(n+1===e||i.length>16384)&&(r+=String.fromCharCode.apply(String,i),i.length=0)}return r},cB=(function(){var A=(function(A){var t,e,i,n,r,s=19617,o=0;"="===A[26155]&&(s--,"="===A[26154]&&s--);var a="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof Uint8Array&&void 0!==Uint8Array.prototype.slice?new ArrayBuffer(s):new Array(s),c=Array.isArray(a)?a:new Uint8Array(a);for(t=0;t<26156;t+=4)e=Wd[A.charCodeAt(t)],i=Wd[A.charCodeAt(t+1)],n=Wd[A.charCodeAt(t+2)],r=Wd[A.charCodeAt(t+3)],c[o++]=e<<2|i>>4,c[o++]=(15&i)<<4|n>>2,c[o++]=(3&n)<<6|63&r;return a})("AAAAAAAAAAAAEA4AGBkAAFAaAAACAAAAAAAIABAAGAAwADgACAAQAAgAEAAIABAACAAQAAgAEAAIABAACAAQAAgAEAAIABAAQABIAEQATAAIABAACAAQAAgAEAAIABAAVABcAAgAEAAIABAACAAQAGAAaABwAHgAgACIAI4AlgAIABAAmwCjAKgAsAC2AL4AvQDFAMoA0gBPAVYBWgEIAAgACACMANoAYgFkAWwBdAF8AX0BhQGNAZUBlgGeAaMBlQGWAasBswF8AbsBwwF0AcsBYwHTAQgA2wG/AOMBdAF8AekB8QF0AfkB+wHiAHQBfAEIAAMC5gQIAAsCEgIIAAgAFgIeAggAIgIpAggAMQI5AkACygEIAAgASAJQAlgCYAIIAAgACAAKBQoFCgUTBRMFGQUrBSsFCAAIAAgACAAIAAgACAAIAAgACABdAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABoAmgCrwGvAQgAbgJ2AggAHgEIAAgACADnAXsCCAAIAAgAgwIIAAgACAAIAAgACACKAggAkQKZAggAPADJAAgAoQKkAqwCsgK6AsICCADJAggA0AIIAAgACAAIANYC3gIIAAgACAAIAAgACABAAOYCCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAkASoB+QIEAAgACAA8AEMCCABCBQgACABJBVAFCAAIAAgACAAIAAgACAAIAAgACABTBVoFCAAIAFoFCABfBWUFCAAIAAgACAAIAAgAbQUIAAgACAAIAAgACABzBXsFfQWFBYoFigWKBZEFigWKBYoFmAWfBaYFrgWxBbkFCAAIAAgACAAIAAgACAAIAAgACAAIAMEFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAMgFCADQBQgACAAIAAgACAAIAAgACAAIAAgACAAIAO4CCAAIAAgAiQAIAAgACABAAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAD0AggACAD8AggACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIANYFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAMDvwAIAAgAJAIIAAgACAAIAAgACAAIAAgACwMTAwgACAB9BOsEGwMjAwgAKwMyAwsFYgE3A/MEPwMIAEUDTQNRAwgAWQOsAGEDCAAIAAgACAAIAAgACABpAzQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFIQUoBSwFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABtAwgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABMAEwACAAIAAgACAAIABgACAAIAAgACAC/AAgACAAyAQgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACAAIAAwAAgACAAIAAgACAAIAAgACAAIAAAARABIAAgACAAIABQASAAIAAgAIABwAEAAjgCIABsAqAC2AL0AigDQAtwC+IJIQqVAZUBWQqVAZUBlQGVAZUBlQGrC5UBlQGVAZUBlQGVAZUBlQGVAXsKlQGVAbAK6wsrDGUMpQzlDJUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAfAKAAuZA64AtwCJALoC6ADwAAgAuACgA/oEpgO6AqsD+AAIAAgAswMIAAgACAAIAIkAuwP5AfsBwwPLAwgACAAIAAgACADRA9kDCAAIAOED6QMIAAgACAAIAAgACADuA/YDCAAIAP4DyQAIAAgABgQIAAgAXQAOBAgACAAIAAgACAAIABMECAAIAAgACAAIAAgACAD8AAQBCAAIAAgAGgQiBCoECAExBAgAEAEIAAgACAAIAAgACAAIAAgACAAIAAgACAA4BAgACABABEYECAAIAAgATAQYAQgAVAQIAAgACAAIAAgACAAIAAgACAAIAFoECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAOQEIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAB+BAcACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAEABhgSMBAgACAAIAAgAlAQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAwAEAAQABAADAAMAAwADAAQABAAEAAQABAAEAAQABHATAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAdQMIAAgACAAIAAgACAAIAMkACAAIAAgAfQMIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACFA4kDCAAIAAgACAAIAOcBCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAIcDCAAIAAgACAAIAAgACAAIAAgACAAIAJEDCAAIAAgACADFAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABgBAgAZgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAbAQCBXIECAAIAHkECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABAAJwEQACjBKoEsgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAC6BMIECAAIAAgACAAIAAgACABmBAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAxwQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAGYECAAIAAgAzgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBd0FXwUIAOIF6gXxBYoF3gT5BQAGCAaKBYoFigWKBYoFigWKBYoFigWKBYoFigXWBIoFigWKBYoFigWKBYoFigWKBYsFEAaKBYoFigWKBYoFigWKBRQGCACKBYoFigWKBQgACAAIANEECAAIABgGigUgBggAJgYIAC4GMwaKBYoF0wQ3Bj4GigWKBYoFigWKBYoFigWKBYoFigWKBYoFigUIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWLBf///////wQABAAEAAQABAAEAAQABAAEAAQAAwAEAAQAAgAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAQADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUAAAAFAAUAAAAFAAUAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAQAAAAUABQAFAAUABQAFAAAAAAAFAAUAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAFAAUAAQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAAABwAHAAcAAAAHAAcABwAFAAEAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAcABwAFAAUAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAQABAAAAAAAAAAAAAAAFAAUABQAFAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAHAAcAAAAHAAcAAAAAAAUABQAHAAUAAQAHAAEABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwABAAUABQAFAAUAAAAAAAAAAAAAAAEAAQABAAEAAQABAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABQANAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAABQAHAAUABQAFAAAAAAAAAAcABQAFAAUABQAFAAQABAAEAAQABAAEAAQABAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUAAAAFAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAUAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAcABwAFAAcABwAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUABwAHAAUABQAFAAUAAAAAAAcABwAAAAAABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAAAAAAAAAAABQAFAAAAAAAFAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAFAAUABQAFAAUAAAAFAAUABwAAAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABwAFAAUABQAFAAAAAAAHAAcAAAAAAAcABwAFAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAAAAAAAAAHAAcABwAAAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAUABQAFAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAHAAcABQAHAAcAAAAFAAcABwAAAAcABwAFAAUAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAFAAcABwAFAAUABQAAAAUAAAAHAAcABwAHAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAHAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUAAAAFAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAUAAAAFAAUAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABwAFAAUABQAFAAUABQAAAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABQAFAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAFAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAHAAUABQAFAAUABQAFAAUABwAHAAcABwAHAAcABwAHAAUABwAHAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABwAHAAcABwAFAAUABwAHAAcAAAAAAAAAAAAHAAcABQAHAAcABwAHAAcABwAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAUABQAFAAUABQAFAAUAAAAFAAAABQAAAAAABQAFAAUABQAFAAUABQAFAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAUABQAFAAUABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABwAFAAcABwAHAAcABwAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAUABQAFAAUABwAHAAUABQAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABQAFAAcABwAHAAUABwAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAcABQAFAAUABQAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAAAAAABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAAAAAAAAAFAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAUABQAHAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAFAAUABQAFAAcABwAFAAUABwAHAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAcABwAFAAUABwAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABQAAAAAABQAFAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAcABwAAAAAAAAAAAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAcABwAFAAcABwAAAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAFAAUABQAAAAUABQAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABwAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAHAAcABQAHAAUABQAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAAABwAHAAAAAAAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAFAAUABwAFAAcABwAFAAcABQAFAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAAAAAABwAHAAcABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAFAAcABwAFAAUABQAFAAUABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAUABQAFAAcABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABQAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAAAAAAFAAUABwAHAAcABwAFAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAHAAUABQAFAAUABQAFAAUABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAABQAAAAUABQAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAHAAcAAAAFAAUAAAAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABQAFAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAABQAFAAUABQAFAAUABQAAAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAFAAUABQAFAAUADgAOAA4ADgAOAA4ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAMAAwADAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkAAAAAAAAAAAAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAAAAAAAAAAAAsADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwACwAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAADgAOAA4AAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAAAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4AAAAOAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAAAAAAAA4AAAAOAAAAAAAAAAAADgAOAA4AAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAA="),t=Array.isArray(A)?(function(A){for(var t=A.length,e=[],i=0;i<t;i+=4)e.push(A[i+3]<<24|A[i+2]<<16|A[i+1]<<8|A[i]);return e})(A):new Uint32Array(A),e=Array.isArray(A)?(function(A){for(var t=A.length,e=[],i=0;i<t;i+=2)e.push(A[i+1]<<8|A[i]);return e})(A):new Uint16Array(A),i=qd(e,12,t[4]/2),n=2===t[5]?qd(e,(24+t[4])/2):(function(A,t,e){return A.slice?A.slice(t,e):new Uint32Array(Array.prototype.slice.call(A,t,e))})(t,Math.ceil((24+t[4])/4));return new zd(t[0],t[1],t[2],t[3],i,n)})(),uB="\xd7",hB=function(A){return cB.get(A)},lB=function(A,t,e){var i=e-2,n=t[i],r=t[e-1],s=t[e];if(2===r&&3===s)return uB;if(2===r||3===r||4===r)return"\xf7";if(2===s||3===s||4===s)return"\xf7";if(r===nB&&-1!==[nB,rB,sB,oB].indexOf(s))return uB;if(!(r!==sB&&r!==rB||s!==rB&&10!==s))return uB;if((r===oB||10===r)&&10===s)return uB;if(13===s||5===s)return uB;if(7===s)return uB;if(1===r)return uB;if(13===r&&14===s){for(;5===n;)n=t[--i];if(14===n)return uB}if(15===r&&15===s){for(var o=0;15===n;)o++,n=t[--i];if(o%2==0)return uB}return"\xf7"},dB=function(A){var t=(function(A){for(var t=[],e=0,i=A.length;e<i;){var n=A.charCodeAt(e++);if(n>=55296&&n<=56319&&e<i){var r=A.charCodeAt(e++);56320==(64512&r)?t.push(((1023&n)<<10)+(1023&r)+65536):(t.push(n),e--)}else t.push(n)}return t})(A),e=t.length,i=0,n=0,r=t.map(hB);return{next:function(){if(i>=e)return{done:!0,value:null};for(var A=uB;i<e&&(A=lB(0,r,++i))===uB;);if(A!==uB||i===e){var s=aB.apply(null,t.slice(n,i));return n=i,{value:s,done:!1}}return{done:!0,value:null}}}},BB=function(A){return 0===A[0]&&255===A[1]&&0===A[2]&&255===A[3]},fB=function(A,t,e,i,n){var r="http://www.w3.org/2000/svg",s=document.createElementNS(r,"svg"),o=document.createElementNS(r,"foreignObject");return s.setAttributeNS(null,"width",A.toString()),s.setAttributeNS(null,"height",t.toString()),o.setAttributeNS(null,"width","100%"),o.setAttributeNS(null,"height","100%"),o.setAttributeNS(null,"x",e.toString()),o.setAttributeNS(null,"y",i.toString()),o.setAttributeNS(null,"externalResourcesRequired","true"),s.appendChild(o),o.appendChild(n),s},wB=function(A){return new Promise((function(t,e){var i=new Image;i.onload=function(){return t(i)},i.onerror=e,i.src="data:image/svg+xml;charset=utf-8,".concat(encodeURIComponent((new XMLSerializer).serializeToString(A)))}))},gB={get SUPPORT_RANGE_BOUNDS(){var A=(function(A){if(A.createRange){var t=A.createRange();if(t.getBoundingClientRect){var e=A.createElement("boundtest");e.style.height="".concat(123,"px"),e.style.display="block",A.body.appendChild(e),t.selectNode(e);var i=t.getBoundingClientRect(),n=Math.round(i.height);if(A.body.removeChild(e),123===n)return!0}}return!1})(document);return Object.defineProperty(gB,"SUPPORT_RANGE_BOUNDS",{value:A}),A},get SUPPORT_WORD_BREAKING(){var A=gB.SUPPORT_RANGE_BOUNDS&&(function(A){var t=A.createElement("boundtest");t.style.width="50px",t.style.display="block",t.style.fontSize="12px",t.style.letterSpacing="0px",t.style.wordSpacing="0px",A.body.appendChild(t);var e=A.createRange();t.innerHTML="function"==typeof"".repeat?"&#128104;".repeat(10):"";var i=t.firstChild,n=Za(i.data).map((function(A){return qa(A)})),r=0,s={},o=n.every((function(A,t){e.setStart(i,r),e.setEnd(i,r+A.length);var n=e.getBoundingClientRect();r+=A.length;var o=n.x>s.x||n.y>s.y;return s=n,0===t||o}));return A.body.removeChild(t),o})(document);return Object.defineProperty(gB,"SUPPORT_WORD_BREAKING",{value:A}),A},get SUPPORT_SVG_DRAWING(){var A=(function(A){var t=new Image,e=A.createElement("canvas"),i=e.getContext("2d");if(!i)return!1;t.src="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'></svg>";try{i.drawImage(t,0,0),e.toDataURL()}catch(n){return!1}return!0})(document);return Object.defineProperty(gB,"SUPPORT_SVG_DRAWING",{value:A}),A},get SUPPORT_FOREIGNOBJECT_DRAWING(){var A="function"==typeof Array.from&&"function"==typeof window.fetch?(function(A){var t=A.createElement("canvas"),e=100;t.width=e,t.height=e;var i=t.getContext("2d");if(!i)return Promise.reject(!1);i.fillStyle="rgb(0, 255, 0)",i.fillRect(0,0,e,e);var n=new Image,r=t.toDataURL();n.src=r;var s=fB(e,e,0,0,n);return i.fillStyle="red",i.fillRect(0,0,e,e),wB(s).then((function(t){i.drawImage(t,0,0);var n=i.getImageData(0,0,e,e).data;i.fillStyle="red",i.fillRect(0,0,e,e);var s=A.createElement("div");return s.style.backgroundImage="url(".concat(r,")"),s.style.height="".concat(e,"px"),BB(n)?wB(fB(e,e,0,0,s)):Promise.reject(!1)})).then((function(A){return i.drawImage(A,0,0),BB(i.getImageData(0,0,e,e).data)})).catch((function(){return!1}))})(document):Promise.resolve(!1);return Object.defineProperty(gB,"SUPPORT_FOREIGNOBJECT_DRAWING",{value:A}),A},get SUPPORT_CORS_IMAGES(){var A=void 0!==(new Image).crossOrigin;return Object.defineProperty(gB,"SUPPORT_CORS_IMAGES",{value:A}),A},get SUPPORT_RESPONSE_TYPE(){var A="string"==typeof(new XMLHttpRequest).responseType;return Object.defineProperty(gB,"SUPPORT_RESPONSE_TYPE",{value:A}),A},get SUPPORT_CORS_XHR(){var A="withCredentials"in new XMLHttpRequest;return Object.defineProperty(gB,"SUPPORT_CORS_XHR",{value:A}),A},get SUPPORT_NATIVE_TEXT_SEGMENTATION(){var A=!("undefined"==typeof Intl||!Intl.Segmenter);return Object.defineProperty(gB,"SUPPORT_NATIVE_TEXT_SEGMENTATION",{value:A}),A}},pB=function(A,t){this.text=A,this.bounds=t},vB=function(A,t,e){var i=A.ownerDocument;if(!i)throw new Error("Node has no owner document");var n=i.createRange();return n.setStart(A,t),n.setEnd(A,t+e),n},QB=function(A){if(gB.SUPPORT_NATIVE_TEXT_SEGMENTATION){var t=new Intl.Segmenter(void 0,{granularity:"grapheme"});return Array.from(t.segment(A)).map((function(A){return A.segment}))}return(function(A){for(var t,e=dB(A),i=[];!(t=e.next()).done;)t.value&&i.push(t.value.slice());return i})(A)},mB=[32,160,4961,65792,65793,4153,4241],UB=function(A,t,e){this.text=CB(t.data,e.textTransform),this.textBounds=(function(A,t,e,i){var n=(function(A,t){return 0!==t.letterSpacing?QB(A):(function(A,t){if(gB.SUPPORT_NATIVE_TEXT_SEGMENTATION){var e=new Intl.Segmenter(void 0,{granularity:"word"});return Array.from(e.segment(A)).map((function(A){return A.segment}))}return(function(A,t){for(var e,i=(function(A,t){var e=Za(A),i=(function(A,t){t||(t={lineBreak:"normal",wordBreak:"normal"});var e=(function(A,t){void 0===t&&(t="strict");var e=[],i=[],n=[];return A.forEach((function(A,r){var s=Pc.get(A);if(s>50?(n.push(!0),s-=50):n.push(!1),-1!==["normal","auto","loose"].indexOf(t)&&-1!==[8208,8211,12316,12448].indexOf(A))return i.push(r),e.push(16);if(4===s||11===s){if(0===r)return i.push(r),e.push(Tc);var o=e[r-1];return-1===$c.indexOf(o)?(i.push(i[r-1]),e.push(o)):(i.push(r),e.push(Tc))}return i.push(r),31===s?e.push("strict"===t?Fc:Mc):s===Nc||29===s?e.push(Tc):43===s?A>=131072&&A<=196605||A>=196608&&A<=262141?e.push(Mc):e.push(Tc):void e.push(s)})),[i,e,n]})(A,t.lineBreak),i=e[0],n=e[1],r=e[2];return"break-all"!==t.wordBreak&&"break-word"!==t.wordBreak||(n=n.map((function(A){return-1!==[Ec,Tc,Nc].indexOf(A)?Mc:A}))),[i,n,"keep-all"===t.wordBreak?r.map((function(t,e){return t&&A[e]>=19968&&A[e]<=40959})):void 0]})(e,t),n=i[0],r=i[1],s=i[2],o=e.length,a=0,c=0;return{next:function(){if(c>=o)return{done:!0,value:null};for(var A=jc;c<o&&(A=Au(e,r,n,++c,s))===jc;);if(A!==jc||c===o){var t=new tu(e,A,a,c);return a=c,{value:t,done:!1}}return{done:!0,value:null}}}})(A,{lineBreak:t.lineBreak,wordBreak:"break-word"===t.overflowWrap?"break-word":t.wordBreak}),n=[],r=function(){if(e.value){var A=e.value.slice(),t=Za(A),i="";t.forEach((function(A){-1===mB.indexOf(A)?i+=qa(A):(i.length&&n.push(i),n.push(qa(A)),i="")})),i.length&&n.push(i)}};!(e=i.next()).done;)r();return n})(A,t)})(A,t)})(t,e),r=[],s=0;return n.forEach((function(t){if(e.textDecorationLine.length||t.trim().length>0)if(gB.SUPPORT_RANGE_BOUNDS){var n=vB(i,s,t.length).getClientRects();if(n.length>1){var o=QB(t),a=0;o.forEach((function(t){r.push(new pB(t,$a.fromDOMRectList(A,vB(i,a+s,t.length).getClientRects()))),a+=t.length}))}else r.push(new pB(t,$a.fromDOMRectList(A,n)))}else{var c=i.splitText(t.length);r.push(new pB(t,(function(A,t){var e=t.ownerDocument;if(e){var i=e.createElement("html2canvaswrapper");i.appendChild(t.cloneNode(!0));var n=t.parentNode;if(n){n.replaceChild(i,t);var r=Wa(A,i);return i.firstChild&&n.replaceChild(i.firstChild,i),r}}return $a.EMPTY})(A,i))),i=c}else gB.SUPPORT_RANGE_BOUNDS||(i=i.splitText(t.length));s+=t.length})),r})(A,this.text,e,t)},CB=function(A,t){switch(t){case 1:return A.toLowerCase();case 3:return A.replace(FB,yB);case 2:return A.toUpperCase();default:return A}},FB=/(^|\s|:|-|\(|\))([a-z])/g,yB=function(A,t,e){return A.length>0?t+e.toUpperCase():A},bB=(function(A){function t(t,e){var i=A.call(this,t,e)||this;return i.src=e.currentSrc||e.src,i.intrinsicWidth=e.naturalWidth,i.intrinsicHeight=e.naturalHeight,i.context.cache.addImage(i.src),i}return Va(t,A),t})($d),EB=(function(A){function t(t,e){var i=A.call(this,t,e)||this;return i.canvas=e,i.intrinsicWidth=e.width,i.intrinsicHeight=e.height,i}return Va(t,A),t})($d),HB=(function(A){function t(t,e){var i=A.call(this,t,e)||this,n=new XMLSerializer,r=Wa(t,e);return e.setAttribute("width","".concat(r.width,"px")),e.setAttribute("height","".concat(r.height,"px")),i.svg="data:image/svg+xml,".concat(encodeURIComponent(n.serializeToString(e))),i.intrinsicWidth=e.width.baseVal.value,i.intrinsicHeight=e.height.baseVal.value,i.context.cache.addImage(i.svg),i}return Va(t,A),t})($d),IB=(function(A){function t(t,e){var i=A.call(this,t,e)||this;return i.value=e.value,i}return Va(t,A),t})($d),kB=(function(A){function t(t,e){var i=A.call(this,t,e)||this;return i.start=e.start,i.reversed="boolean"==typeof e.reversed&&!0===e.reversed,i}return Va(t,A),t})($d),TB=[{type:15,flags:0,unit:"px",number:3}],SB=[{type:16,flags:0,number:50}],KB="checkbox",OB="radio",DB=707406591,MB=(function(A){function t(t,e){var i,n,r,s=A.call(this,t,e)||this;switch(s.type=e.type.toLowerCase(),s.checked=e.checked,s.value=0===(n="password"===(i=e).type?new Array(i.value.length+1).join("\u2022"):i.value).length?i.placeholder||"":n,s.type!==KB&&s.type!==OB||(s.styles.backgroundColor=3739148031,s.styles.borderTopColor=s.styles.borderRightColor=s.styles.borderBottomColor=s.styles.borderLeftColor=2779096575,s.styles.borderTopWidth=s.styles.borderRightWidth=s.styles.borderBottomWidth=s.styles.borderLeftWidth=1,s.styles.borderTopStyle=s.styles.borderRightStyle=s.styles.borderBottomStyle=s.styles.borderLeftStyle=1,s.styles.backgroundClip=[0],s.styles.backgroundOrigin=[0],s.bounds=(r=s.bounds).width>r.height?new $a(r.left+(r.width-r.height)/2,r.top,r.height,r.height):r.width<r.height?new $a(r.left,r.top+(r.height-r.width)/2,r.width,r.width):r),s.type){case KB:s.styles.borderTopRightRadius=s.styles.borderTopLeftRadius=s.styles.borderBottomRightRadius=s.styles.borderBottomLeftRadius=TB;break;case OB:s.styles.borderTopRightRadius=s.styles.borderTopLeftRadius=s.styles.borderBottomRightRadius=s.styles.borderBottomLeftRadius=SB}return s}return Va(t,A),t})($d),LB=(function(A){function t(t,e){var i=A.call(this,t,e)||this,n=e.options[e.selectedIndex||0];return i.value=n&&n.text||"",i}return Va(t,A),t})($d),xB=(function(A){function t(t,e){var i=A.call(this,t,e)||this;return i.value=e.value,i}return Va(t,A),t})($d),RB=(function(A){function t(t,e){var i=A.call(this,t,e)||this;i.src=e.src,i.width=parseInt(e.width,10)||0,i.height=parseInt(e.height,10)||0,i.backgroundColor=i.styles.backgroundColor;try{if(e.contentWindow&&e.contentWindow.document&&e.contentWindow.document.documentElement){i.tree=GB(t,e.contentWindow.document.documentElement);var n=e.contentWindow.document.documentElement?Gh(t,getComputedStyle(e.contentWindow.document.documentElement).backgroundColor):Ph.TRANSPARENT,r=e.contentWindow.document.body?Gh(t,getComputedStyle(e.contentWindow.document.body).backgroundColor):Ph.TRANSPARENT;i.backgroundColor=oh(n)?oh(r)?i.styles.backgroundColor:r:n}}catch(s){}return i}return Va(t,A),t})($d),NB=["OL","UL","MENU"],_B=function(A,t,e,i){for(var n=t.firstChild,r=void 0;n;n=r)if(r=n.nextSibling,JB(n)&&n.data.length>0)e.textNodes.push(new UB(A,n,e.styles));else if(XB(n))if(cf(n)&&n.assignedNodes)n.assignedNodes().forEach((function(t){return _B(A,t,e,i)}));else{var s=jB(A,n);s.styles.isVisible()&&(PB(n,s,i)?s.flags|=4:VB(s.styles)&&(s.flags|=2),-1!==NB.indexOf(n.tagName)&&(s.flags|=8),e.elements.push(s),n.slot,n.shadowRoot?_B(A,n.shadowRoot,s,i):of(n)||zB(n)||af(n)||_B(A,n,s,i))}},jB=function(A,t){return nf(t)?new bB(A,t):tf(t)?new EB(A,t):zB(t)?new HB(A,t):WB(t)?new IB(A,t):ZB(t)?new kB(A,t):qB(t)?new MB(A,t):af(t)?new LB(A,t):of(t)?new xB(A,t):rf(t)?new RB(A,t):new $d(A,t)},GB=function(A,t){var e=jB(A,t);return e.flags|=4,_B(A,t,e,e),e},PB=function(A,t,e){return t.styles.isPositionedWithZIndex()||t.styles.opacity<1||t.styles.isTransformed()||Af(A)&&e.styles.isTransparent()},VB=function(A){return A.isPositioned()||A.isFloating()},JB=function(A){return A.nodeType===Node.TEXT_NODE},XB=function(A){return A.nodeType===Node.ELEMENT_NODE},YB=function(A){return XB(A)&&void 0!==A.style&&!$B(A)},$B=function(A){return"object"==typeof A.className},WB=function(A){return"LI"===A.tagName},ZB=function(A){return"OL"===A.tagName},qB=function(A){return"INPUT"===A.tagName},zB=function(A){return"svg"===A.tagName},Af=function(A){return"BODY"===A.tagName},tf=function(A){return"CANVAS"===A.tagName},ef=function(A){return"VIDEO"===A.tagName},nf=function(A){return"IMG"===A.tagName},rf=function(A){return"IFRAME"===A.tagName},sf=function(A){return"STYLE"===A.tagName},of=function(A){return"TEXTAREA"===A.tagName},af=function(A){return"SELECT"===A.tagName},cf=function(A){return"SLOT"===A.tagName},uf=function(A){return A.tagName.indexOf("-")>0},hf=(function(){function A(){this.counters={}}return A.prototype.getCounterValue=function(A){var t=this.counters[A];return t&&t.length?t[t.length-1]:1},A.prototype.getCounterValues=function(A){return this.counters[A]||[]},A.prototype.pop=function(A){var t=this;A.forEach((function(A){return t.counters[A].pop()}))},A.prototype.parse=function(A){var t=this,e=A.counterIncrement,i=A.counterReset,n=!0;null!==e&&e.forEach((function(A){var e=t.counters[A.counter];e&&0!==A.increment&&(n=!1,e.length||e.push(1),e[Math.max(0,e.length-1)]+=A.increment)}));var r=[];return n&&i.forEach((function(A){var e=t.counters[A.counter];r.push(A.counter),e||(e=t.counters[A.counter]=[]),e.push(A.reset)})),r},A})(),lf={integers:[1e3,900,500,400,100,90,50,40,10,9,5,4,1],values:["M","CM","D","CD","C","XC","L","XL","X","IX","V","IV","I"]},df={integers:[9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,900,800,700,600,500,400,300,200,100,90,80,70,60,50,40,30,20,10,9,8,7,6,5,4,3,2,1],values:["\u0554","\u0553","\u0552","\u0551","\u0550","\u054f","\u054e","\u054d","\u054c","\u054b","\u054a","\u0549","\u0548","\u0547","\u0546","\u0545","\u0544","\u0543","\u0542","\u0541","\u0540","\u053f","\u053e","\u053d","\u053c","\u053b","\u053a","\u0539","\u0538","\u0537","\u0536","\u0535","\u0534","\u0533","\u0532","\u0531"]},Bf={integers:[1e4,9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,400,300,200,100,90,80,70,60,50,40,30,20,19,18,17,16,15,10,9,8,7,6,5,4,3,2,1],values:["\u05d9\u05f3","\u05d8\u05f3","\u05d7\u05f3","\u05d6\u05f3","\u05d5\u05f3","\u05d4\u05f3","\u05d3\u05f3","\u05d2\u05f3","\u05d1\u05f3","\u05d0\u05f3","\u05ea","\u05e9","\u05e8","\u05e7","\u05e6","\u05e4","\u05e2","\u05e1","\u05e0","\u05de","\u05dc","\u05db","\u05d9\u05d8","\u05d9\u05d7","\u05d9\u05d6","\u05d8\u05d6","\u05d8\u05d5","\u05d9","\u05d8","\u05d7","\u05d6","\u05d5","\u05d4","\u05d3","\u05d2","\u05d1","\u05d0"]},ff={integers:[1e4,9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,900,800,700,600,500,400,300,200,100,90,80,70,60,50,40,30,20,10,9,8,7,6,5,4,3,2,1],values:["\u10f5","\u10f0","\u10ef","\u10f4","\u10ee","\u10ed","\u10ec","\u10eb","\u10ea","\u10e9","\u10e8","\u10e7","\u10e6","\u10e5","\u10e4","\u10f3","\u10e2","\u10e1","\u10e0","\u10df","\u10de","\u10dd","\u10f2","\u10dc","\u10db","\u10da","\u10d9","\u10d8","\u10d7","\u10f1","\u10d6","\u10d5","\u10d4","\u10d3","\u10d2","\u10d1","\u10d0"]},wf=function(A,t,e,i,n,r){return A<t||A>e?yf(A,n,r.length>0):i.integers.reduce((function(t,e,n){for(;A>=e;)A-=e,t+=i.values[n];return t}),"")+r},gf=function(A,t,e,i){var n="";do{e||A--,n=i(A)+n,A/=t}while(A*t>=t);return n},pf=function(A,t,e,i,n){var r=e-t+1;return(A<0?"-":"")+(gf(Math.abs(A),r,i,(function(A){return qa(Math.floor(A%r)+t)}))+n)},vf=function(A,t,e){void 0===e&&(e=". ");var i=t.length;return gf(Math.abs(A),i,!1,(function(A){return t[Math.floor(A%i)]}))+e},Qf=function(A,t,e,i,n,r){if(A<-9999||A>9999)return yf(A,4,n.length>0);var s=Math.abs(A),o=n;if(0===s)return t[0]+o;for(var a=0;s>0&&a<=4;a++){var c=s%10;0===c&&Td(r,1)&&""!==o?o=t[c]+o:c>1||1===c&&0===a||1===c&&1===a&&Td(r,2)||1===c&&1===a&&Td(r,4)&&A>100||1===c&&a>1&&Td(r,8)?o=t[c]+(a>0?e[a-1]:"")+o:1===c&&a>0&&(o=e[a-1]+o),s=Math.floor(s/10)}return(A<0?i:"")+o},mf="\u5341\u767e\u5343\u842c",Uf="\u62fe\u4f70\u4edf\u842c",Cf="\u30de\u30a4\u30ca\u30b9",Ff="\ub9c8\uc774\ub108\uc2a4",yf=function(A,t,e){var i=e?". ":"",n=e?"\u3001":"",r=e?", ":"",s=e?" ":"";switch(t){case 0:return"\u2022"+s;case 1:return"\u25e6"+s;case 2:return"\u25fe"+s;case 5:var o=pf(A,48,57,!0,i);return o.length<4?"0".concat(o):o;case 4:return vf(A,"\u3007\u4e00\u4e8c\u4e09\u56db\u4e94\u516d\u4e03\u516b\u4e5d",n);case 6:return wf(A,1,3999,lf,3,i).toLowerCase();case 7:return wf(A,1,3999,lf,3,i);case 8:return pf(A,945,969,!1,i);case 9:return pf(A,97,122,!1,i);case 10:return pf(A,65,90,!1,i);case 11:return pf(A,1632,1641,!0,i);case 12:case 49:return wf(A,1,9999,df,3,i);case 35:return wf(A,1,9999,df,3,i).toLowerCase();case 13:return pf(A,2534,2543,!0,i);case 14:case 30:return pf(A,6112,6121,!0,i);case 15:return vf(A,"\u5b50\u4e11\u5bc5\u536f\u8fb0\u5df3\u5348\u672a\u7533\u9149\u620c\u4ea5",n);case 16:return vf(A,"\u7532\u4e59\u4e19\u4e01\u620a\u5df1\u5e9a\u8f9b\u58ec\u7678",n);case 17:case 48:return Qf(A,"\u96f6\u4e00\u4e8c\u4e09\u56db\u4e94\u516d\u4e03\u516b\u4e5d",mf,"\u8ca0",n,14);case 47:return Qf(A,"\u96f6\u58f9\u8cb3\u53c3\u8086\u4f0d\u9678\u67d2\u634c\u7396",Uf,"\u8ca0",n,15);case 42:return Qf(A,"\u96f6\u4e00\u4e8c\u4e09\u56db\u4e94\u516d\u4e03\u516b\u4e5d",mf,"\u8d1f",n,14);case 41:return Qf(A,"\u96f6\u58f9\u8d30\u53c1\u8086\u4f0d\u9646\u67d2\u634c\u7396",Uf,"\u8d1f",n,15);case 26:return Qf(A,"\u3007\u4e00\u4e8c\u4e09\u56db\u4e94\u516d\u4e03\u516b\u4e5d","\u5341\u767e\u5343\u4e07",Cf,n,0);case 25:return Qf(A,"\u96f6\u58f1\u5f10\u53c2\u56db\u4f0d\u516d\u4e03\u516b\u4e5d","\u62fe\u767e\u5343\u4e07",Cf,n,7);case 31:return Qf(A,"\uc601\uc77c\uc774\uc0bc\uc0ac\uc624\uc721\uce60\ud314\uad6c","\uc2ed\ubc31\ucc9c\ub9cc",Ff,r,7);case 33:return Qf(A,"\u96f6\u4e00\u4e8c\u4e09\u56db\u4e94\u516d\u4e03\u516b\u4e5d","\u5341\u767e\u5343\u842c",Ff,r,0);case 32:return Qf(A,"\u96f6\u58f9\u8cb3\u53c3\u56db\u4e94\u516d\u4e03\u516b\u4e5d","\u62fe\u767e\u5343",Ff,r,7);case 18:return pf(A,2406,2415,!0,i);case 20:return wf(A,1,19999,ff,3,i);case 21:return pf(A,2790,2799,!0,i);case 22:return pf(A,2662,2671,!0,i);case 52:return wf(A,1,10999,Bf,3,i);case 23:return vf(A,"\u3042\u3044\u3046\u3048\u304a\u304b\u304d\u304f\u3051\u3053\u3055\u3057\u3059\u305b\u305d\u305f\u3061\u3064\u3066\u3068\u306a\u306b\u306c\u306d\u306e\u306f\u3072\u3075\u3078\u307b\u307e\u307f\u3080\u3081\u3082\u3084\u3086\u3088\u3089\u308a\u308b\u308c\u308d\u308f\u3090\u3091\u3092\u3093");case 24:return vf(A,"\u3044\u308d\u306f\u306b\u307b\u3078\u3068\u3061\u308a\u306c\u308b\u3092\u308f\u304b\u3088\u305f\u308c\u305d\u3064\u306d\u306a\u3089\u3080\u3046\u3090\u306e\u304a\u304f\u3084\u307e\u3051\u3075\u3053\u3048\u3066\u3042\u3055\u304d\u3086\u3081\u307f\u3057\u3091\u3072\u3082\u305b\u3059");case 27:return pf(A,3302,3311,!0,i);case 28:return vf(A,"\u30a2\u30a4\u30a6\u30a8\u30aa\u30ab\u30ad\u30af\u30b1\u30b3\u30b5\u30b7\u30b9\u30bb\u30bd\u30bf\u30c1\u30c4\u30c6\u30c8\u30ca\u30cb\u30cc\u30cd\u30ce\u30cf\u30d2\u30d5\u30d8\u30db\u30de\u30df\u30e0\u30e1\u30e2\u30e4\u30e6\u30e8\u30e9\u30ea\u30eb\u30ec\u30ed\u30ef\u30f0\u30f1\u30f2\u30f3",n);case 29:return vf(A,"\u30a4\u30ed\u30cf\u30cb\u30db\u30d8\u30c8\u30c1\u30ea\u30cc\u30eb\u30f2\u30ef\u30ab\u30e8\u30bf\u30ec\u30bd\u30c4\u30cd\u30ca\u30e9\u30e0\u30a6\u30f0\u30ce\u30aa\u30af\u30e4\u30de\u30b1\u30d5\u30b3\u30a8\u30c6\u30a2\u30b5\u30ad\u30e6\u30e1\u30df\u30b7\u30f1\u30d2\u30e2\u30bb\u30b9",n);case 34:return pf(A,3792,3801,!0,i);case 37:return pf(A,6160,6169,!0,i);case 38:return pf(A,4160,4169,!0,i);case 39:return pf(A,2918,2927,!0,i);case 40:return pf(A,1776,1785,!0,i);case 43:return pf(A,3046,3055,!0,i);case 44:return pf(A,3174,3183,!0,i);case 45:return pf(A,3664,3673,!0,i);case 46:return pf(A,3872,3881,!0,i);default:return pf(A,48,57,!0,i)}},bf="data-html2canvas-ignore",Ef=(function(){function A(A,t,e){if(this.context=A,this.options=e,this.scrolledElements=[],this.referenceElement=t,this.counters=new hf,this.quoteDepth=0,!t.ownerDocument)throw new Error("Cloned element does not have an owner document");this.documentElement=this.cloneNode(t.ownerDocument.documentElement,!1)}return A.prototype.toIFrame=function(A,t){var e=this,i=kf(A,t);if(!i.contentWindow)return Promise.reject("Unable to find iframe window");var n=A.defaultView.pageXOffset,r=A.defaultView.pageYOffset,s=i.contentWindow,o=s.document,a=Kf(i).then((function(){return Xa(e,void 0,void 0,(function(){var A,e;return Ya(this,(function(n){switch(n.label){case 0:return this.scrolledElements.forEach(xf),s&&(s.scrollTo(t.left,t.top),!/(iPad|iPhone|iPod)/g.test(navigator.userAgent)||s.scrollY===t.top&&s.scrollX===t.left||(this.context.logger.warn("Unable to restore scroll position for cloned document"),this.context.windowBounds=this.context.windowBounds.add(s.scrollX-t.left,s.scrollY-t.top,0,0))),A=this.options.onclone,void 0===(e=this.clonedReferenceElement)?[2,Promise.reject("Error finding the ".concat(this.referenceElement.nodeName," in the cloned document"))]:o.fonts&&o.fonts.ready?[4,o.fonts.ready]:[3,2];case 1:n.sent(),n.label=2;case 2:return/(AppleWebKit)/g.test(navigator.userAgent)?[4,Sf(o)]:[3,4];case 3:n.sent(),n.label=4;case 4:return"function"==typeof A?[2,Promise.resolve().then((function(){return A(o,e)})).then((function(){return i}))]:[2,i]}}))}))})),c=o.adoptNode(this.documentElement);return Pf(c,o),o.open(),o.write("".concat(Mf(document.doctype),"<html></html>")),Lf(this.referenceElement.ownerDocument,n,r),o.replaceChild(c,o.documentElement),o.close(),a},A.prototype.createElementClone=function(A){if(Yd(A,2),tf(A))return this.createCanvasClone(A);if(ef(A))return this.createVideoClone(A);if(sf(A))return this.createStyleClone(A);var t=A.cloneNode(!1);return nf(t)&&(nf(A)&&A.currentSrc&&A.currentSrc!==A.src&&(t.src=A.currentSrc,t.srcset=""),"lazy"===t.loading&&(t.loading="eager")),uf(t)?this.createCustomElementClone(t):t},A.prototype.createCustomElementClone=function(A){var t=document.createElement("html2canvascustomelement");return Df(A.style,t),t},A.prototype.createStyleClone=function(A){try{var t=A.sheet;if(t&&t.cssRules){var e=[].slice.call(t.cssRules,0).reduce((function(A,t){return t&&"string"==typeof t.cssText?A+t.cssText:A}),""),i=A.cloneNode(!1);return i.textContent=e,i}}catch(n){if(this.context.logger.error("Unable to access cssRules property",n),"SecurityError"!==n.name)throw n}return A.cloneNode(!1)},A.prototype.createCanvasClone=function(A){var t;if(this.options.inlineImages&&A.ownerDocument){var e=A.ownerDocument.createElement("img");try{return e.src=A.toDataURL(),e}catch(a){this.context.logger.info("Unable to inline canvas contents, canvas is tainted",A)}}var i=A.cloneNode(!1);try{i.width=A.width,i.height=A.height;var n=A.getContext("2d"),r=i.getContext("2d",{willReadFrequently:!0});if(r)if(!this.options.allowTaint&&n)r.putImageData(n.getImageData(0,0,A.width,A.height),0,0);else{var s=null!==(t=A.getContext("webgl2"))&&void 0!==t?t:A.getContext("webgl");if(s){var o=s.getContextAttributes();!1===(null==o?void 0:o.preserveDrawingBuffer)&&this.context.logger.warn("Unable to clone WebGL context as it has preserveDrawingBuffer=false",A)}r.drawImage(A,0,0)}return i}catch(a){this.context.logger.info("Unable to clone canvas as it is tainted",A)}return i},A.prototype.createVideoClone=function(A){var t=A.ownerDocument.createElement("canvas");t.width=A.offsetWidth,t.height=A.offsetHeight;var e=t.getContext("2d");try{return e&&(e.drawImage(A,0,0,t.width,t.height),this.options.allowTaint||e.getImageData(0,0,t.width,t.height)),t}catch(n){this.context.logger.info("Unable to clone video as it is tainted",A)}var i=A.ownerDocument.createElement("canvas");return i.width=A.offsetWidth,i.height=A.offsetHeight,i},A.prototype.appendChildNode=function(A,t,e){XB(t)&&("SCRIPT"===t.tagName||t.hasAttribute(bf)||"function"==typeof this.options.ignoreElements&&this.options.ignoreElements(t))||this.options.copyStyles&&XB(t)&&sf(t)||A.appendChild(this.cloneNode(t,e))},A.prototype.cloneChildNodes=function(A,t,e){for(var i=this,n=A.shadowRoot?A.shadowRoot.firstChild:A.firstChild;n;n=n.nextSibling)if(XB(n)&&cf(n)&&"function"==typeof n.assignedNodes){var r=n.assignedNodes();r.length&&r.forEach((function(A){return i.appendChildNode(t,A,e)}))}else this.appendChildNode(t,n,e)},A.prototype.cloneNode=function(A,t){if(JB(A))return document.createTextNode(A.data);if(!A.ownerDocument)return A.cloneNode(!1);var e=A.ownerDocument.defaultView;if(e&&XB(A)&&(YB(A)||$B(A))){var i=this.createElementClone(A);i.style.transitionProperty="none";var n=e.getComputedStyle(A),r=e.getComputedStyle(A,":before"),s=e.getComputedStyle(A,":after");this.referenceElement===A&&YB(i)&&(this.clonedReferenceElement=i),Af(i)&&jf(i);var o=this.counters.parse(new Jd(this.context,n)),a=this.resolvePseudoContent(A,i,r,eB.BEFORE);uf(A)&&(t=!0),ef(A)||this.cloneChildNodes(A,i,t),a&&i.insertBefore(a,i.firstChild);var c=this.resolvePseudoContent(A,i,s,eB.AFTER);return c&&i.appendChild(c),this.counters.pop(o),(n&&(this.options.copyStyles||$B(A))&&!rf(A)||t)&&Df(n,i),0===A.scrollTop&&0===A.scrollLeft||this.scrolledElements.push([i,A.scrollLeft,A.scrollTop]),(of(A)||af(A))&&(of(i)||af(i))&&(i.value=A.value),i}return A.cloneNode(!1)},A.prototype.resolvePseudoContent=function(A,t,e,i){var n=this;if(e){var r=e.content,s=t.ownerDocument;if(s&&r&&"none"!==r&&"-moz-alt-content"!==r&&"none"!==e.display){this.counters.parse(new Jd(this.context,e));var o=new Vd(this.context,e),a=s.createElement("html2canvaspseudoelement");Df(e,a),o.content.forEach((function(t){if(0===t.type)a.appendChild(s.createTextNode(t.value));else if(22===t.type){var e=s.createElement("img");e.src=t.value,e.style.opacity="1",a.appendChild(e)}else if(18===t.type){if("attr"===t.name){var i=t.values.filter(Nu);i.length&&a.appendChild(s.createTextNode(A.getAttribute(i[0].value)||""))}else if("counter"===t.name){var r=t.values.filter(Pu),c=r[0],u=r[1];if(c&&Nu(c)){var h=n.counters.getCounterValue(c.value),l=u&&Nu(u)?Zl.parse(n.context,u.value):3;a.appendChild(s.createTextNode(yf(h,l,!1)))}}else if("counters"===t.name){var d=t.values.filter(Pu),B=(c=d[0],d[1]);if(u=d[2],c&&Nu(c)){var f=n.counters.getCounterValues(c.value),w=u&&Nu(u)?Zl.parse(n.context,u.value):3,g=B&&0===B.type?B.value:"",p=f.map((function(A){return yf(A,w,!1)})).join(g);a.appendChild(s.createTextNode(p))}}}else if(20===t.type)switch(t.value){case"open-quote":a.appendChild(s.createTextNode(Ld(o.quotes,n.quoteDepth++,!0)));break;case"close-quote":a.appendChild(s.createTextNode(Ld(o.quotes,--n.quoteDepth,!1)));break;default:a.appendChild(s.createTextNode(t.value))}})),a.className="".concat(Rf," ").concat(Nf);var c=i===eB.BEFORE?" ".concat(Rf):" ".concat(Nf);return $B(t)?t.className.baseValue+=c:t.className+=c,a}}},A.destroy=function(A){return!!A.parentNode&&(A.parentNode.removeChild(A),!0)},A})();(iB=eB||(eB={}))[iB.BEFORE=0]="BEFORE",iB[iB.AFTER=1]="AFTER";var Hf,If,kf=function(A,t){var e=A.createElement("iframe");return e.className="html2canvas-container",e.style.visibility="hidden",e.style.position="fixed",e.style.left="-10000px",e.style.top="0px",e.style.border="0",e.width=t.width.toString(),e.height=t.height.toString(),e.scrolling="no",e.setAttribute(bf,"true"),A.body.appendChild(e),e},Tf=function(A){return new Promise((function(t){A.complete?t():A.src?(A.onload=t,A.onerror=t):t()}))},Sf=function(A){return Promise.all([].slice.call(A.images,0).map(Tf))},Kf=function(A){return new Promise((function(t,e){var i=A.contentWindow;if(!i)return e("No window assigned for iframe");var n=i.document;i.onload=A.onload=function(){i.onload=A.onload=null;var e=setInterval((function(){n.body.childNodes.length>0&&"complete"===n.readyState&&(clearInterval(e),t(A))}),50)}}))},Of=["all","d","content"],Df=function(A,t){for(var e=A.length-1;e>=0;e--){var i=A.item(e);-1===Of.indexOf(i)&&t.style.setProperty(i,A.getPropertyValue(i))}return t},Mf=function(A){var t="";return A&&(t+="<!DOCTYPE ",A.name&&(t+=A.name),A.internalSubset&&(t+=A.internalSubset),A.publicId&&(t+='"'.concat(A.publicId,'"')),A.systemId&&(t+='"'.concat(A.systemId,'"')),t+=">"),t},Lf=function(A,t,e){A&&A.defaultView&&(t!==A.defaultView.pageXOffset||e!==A.defaultView.pageYOffset)&&A.defaultView.scrollTo(t,e)},xf=function(A){var t=A[0],e=A[1],i=A[2];t.scrollLeft=e,t.scrollTop=i},Rf="___html2canvas___pseudoelement_before",Nf="___html2canvas___pseudoelement_after",_f='{\n content: "" !important;\n display: none !important;\n}',jf=function(A){Gf(A,".".concat(Rf).concat(":before").concat(_f,"\n .").concat(Nf).concat(":after").concat(_f))},Gf=function(A,t){var e=A.ownerDocument;if(e){var i=e.createElement("style");i.textContent=t,A.appendChild(i)}},Pf=function(A,t){var e,i=t.createElement("base");i.href=t.baseURI;var n=A.getElementsByTagName("head").item(0);null==n||n.insertBefore(i,null!==(e=null==n?void 0:n.firstChild)&&void 0!==e?e:null)},Vf=(function(){function A(){}return A.getOrigin=function(t){var e=A.SA;return e?(e.href=t,e.href=e.href,e.protocol+e.hostname+e.port):"about:blank"},A.isSameOrigin=function(t){return A.getOrigin(t)===A.KA},A.setContext=function(t){A.SA=t.document.createElement("a"),A.KA=A.getOrigin(t.location.href)},A.KA="about:blank",A})(),Jf=(function(){function A(A,t){this.context=A,this.OA=t,this.DA={}}return A.prototype.addImage=function(A){var t=Promise.resolve();return this.has(A)?t:zf(A)||Wf(A)?((this.DA[A]=this.loadImage(A)).catch((function(){})),t):t},A.prototype.match=function(A){return this.DA[A]},A.prototype.loadImage=function(A){return Xa(this,void 0,void 0,(function(){var t,e,i,n,r,s=this;return Ya(this,(function(o){switch(o.label){case 0:return"function"!=typeof this.OA.customIsSameOrigin?[3,2]:[4,this.OA.customIsSameOrigin(A,Vf.isSameOrigin)];case 1:return e=o.sent(),[3,3];case 2:e=Vf.isSameOrigin(A),o.label=3;case 3:return t=e,i=!Zf(A)&&!0===this.OA.useCORS&&gB.SUPPORT_CORS_IMAGES&&!t,n=!Zf(A)&&!t&&!zf(A)&&"string"==typeof this.OA.proxy&&gB.SUPPORT_CORS_XHR&&!i,t||!1!==this.OA.allowTaint||Zf(A)||zf(A)||n||i?(r=A,n?[4,this.proxy(r)]:[3,5]):[2];case 4:r=o.sent(),o.label=5;case 5:return this.context.logger.debug("Added image ".concat(A.substring(0,256))),[4,new Promise((function(A,t){var e=new Image;e.onload=function(){return A(e)},e.onerror=t,(qf(r)||i)&&(e.crossOrigin="anonymous"),e.src=r,!0===e.complete&&setTimeout((function(){return A(e)}),500),s.OA.imageTimeout>0&&setTimeout((function(){return t("Timed out (".concat(s.OA.imageTimeout,"ms) loading image"))}),s.OA.imageTimeout)}))];case 6:return[2,o.sent()]}}))}))},A.prototype.has=function(A){return void 0!==this.DA[A]},A.prototype.keys=function(){return Promise.resolve(Object.keys(this.DA))},A.prototype.proxy=function(A){var t=this,e=this.OA.proxy;if(!e)throw new Error("No proxy defined");var i=A.substring(0,256);return new Promise((function(n,r){var s=gB.SUPPORT_RESPONSE_TYPE?"blob":"text",o=new XMLHttpRequest;o.onload=function(){if(200===o.status)if("text"===s)n(o.response);else{var A=new FileReader;A.addEventListener("load",(function(){return n(A.result)}),!1),A.addEventListener("error",(function(A){return r(A)}),!1),A.readAsDataURL(o.response)}else r("Failed to proxy resource ".concat(i," with status code ").concat(o.status))},o.onerror=r;var a=e.indexOf("?")>-1?"&":"?";if(o.open("GET","".concat(e).concat(a,"url=").concat(encodeURIComponent(A),"&responseType=").concat(s)),"text"!==s&&o instanceof XMLHttpRequest&&(o.responseType=s),t.OA.imageTimeout){var c=t.OA.imageTimeout;o.timeout=c,o.ontimeout=function(){return r("Timed out (".concat(c,"ms) proxying ").concat(i))}}o.send()}))},A})(),Xf=/^data:image\/svg\+xml/i,Yf=/^data:image\/.*;base64,/i,$f=/^data:image\/.*/i,Wf=function(A){return gB.SUPPORT_SVG_DRAWING||!Aw(A)},Zf=function(A){return $f.test(A)},qf=function(A){return Yf.test(A)},zf=function(A){return"blob"===A.substr(0,4)},Aw=function(A){return"svg"===A.substr(-3).toLowerCase()||Xf.test(A)},tw=(function(){function A(A,t){this.type=0,this.x=A,this.y=t}return A.prototype.add=function(t,e){return new A(this.x+t,this.y+e)},A})(),ew=function(A,t,e){return new tw(A.x+(t.x-A.x)*e,A.y+(t.y-A.y)*e)},iw=(function(){function A(A,t,e,i){this.type=1,this.start=A,this.startControl=t,this.endControl=e,this.end=i}return A.prototype.subdivide=function(t,e){var i=ew(this.start,this.startControl,t),n=ew(this.startControl,this.endControl,t),r=ew(this.endControl,this.end,t),s=ew(i,n,t),o=ew(n,r,t),a=ew(s,o,t);return e?new A(this.start,i,s,a):new A(a,o,r,this.end)},A.prototype.add=function(t,e){return new A(this.start.add(t,e),this.startControl.add(t,e),this.endControl.add(t,e),this.end.add(t,e))},A.prototype.reverse=function(){return new A(this.end,this.endControl,this.startControl,this.start)},A})(),nw=function(A){return 1===A.type},rw=function(A){var t=A.styles,e=A.bounds,i=zu(t.borderTopLeftRadius,e.width,e.height),n=i[0],r=i[1],s=zu(t.borderTopRightRadius,e.width,e.height),o=s[0],a=s[1],c=zu(t.borderBottomRightRadius,e.width,e.height),u=c[0],h=c[1],l=zu(t.borderBottomLeftRadius,e.width,e.height),d=l[0],B=l[1],f=[];f.push((n+o)/e.width),f.push((d+u)/e.width),f.push((r+B)/e.height),f.push((a+h)/e.height);var w=Math.max.apply(Math,f);w>1&&(n/=w,r/=w,o/=w,a/=w,u/=w,h/=w,d/=w,B/=w);var g=e.width-o,p=e.height-h,v=e.width-u,Q=e.height-B,m=t.borderTopWidth,U=t.borderRightWidth,C=t.borderBottomWidth,F=t.borderLeftWidth,y=Ah(t.paddingTop,A.bounds.width),b=Ah(t.paddingRight,A.bounds.width),E=Ah(t.paddingBottom,A.bounds.width),H=Ah(t.paddingLeft,A.bounds.width);this.topLeftBorderDoubleOuterBox=n>0||r>0?sw(e.left+F/3,e.top+m/3,n-F/3,r-m/3,Hf.TOP_LEFT):new tw(e.left+F/3,e.top+m/3),this.topRightBorderDoubleOuterBox=n>0||r>0?sw(e.left+g,e.top+m/3,o-U/3,a-m/3,Hf.TOP_RIGHT):new tw(e.left+e.width-U/3,e.top+m/3),this.bottomRightBorderDoubleOuterBox=u>0||h>0?sw(e.left+v,e.top+p,u-U/3,h-C/3,Hf.BOTTOM_RIGHT):new tw(e.left+e.width-U/3,e.top+e.height-C/3),this.bottomLeftBorderDoubleOuterBox=d>0||B>0?sw(e.left+F/3,e.top+Q,d-F/3,B-C/3,Hf.BOTTOM_LEFT):new tw(e.left+F/3,e.top+e.height-C/3),this.topLeftBorderDoubleInnerBox=n>0||r>0?sw(e.left+2*F/3,e.top+2*m/3,n-2*F/3,r-2*m/3,Hf.TOP_LEFT):new tw(e.left+2*F/3,e.top+2*m/3),this.topRightBorderDoubleInnerBox=n>0||r>0?sw(e.left+g,e.top+2*m/3,o-2*U/3,a-2*m/3,Hf.TOP_RIGHT):new tw(e.left+e.width-2*U/3,e.top+2*m/3),this.bottomRightBorderDoubleInnerBox=u>0||h>0?sw(e.left+v,e.top+p,u-2*U/3,h-2*C/3,Hf.BOTTOM_RIGHT):new tw(e.left+e.width-2*U/3,e.top+e.height-2*C/3),this.bottomLeftBorderDoubleInnerBox=d>0||B>0?sw(e.left+2*F/3,e.top+Q,d-2*F/3,B-2*C/3,Hf.BOTTOM_LEFT):new tw(e.left+2*F/3,e.top+e.height-2*C/3),this.topLeftBorderStroke=n>0||r>0?sw(e.left+F/2,e.top+m/2,n-F/2,r-m/2,Hf.TOP_LEFT):new tw(e.left+F/2,e.top+m/2),this.topRightBorderStroke=n>0||r>0?sw(e.left+g,e.top+m/2,o-U/2,a-m/2,Hf.TOP_RIGHT):new tw(e.left+e.width-U/2,e.top+m/2),this.bottomRightBorderStroke=u>0||h>0?sw(e.left+v,e.top+p,u-U/2,h-C/2,Hf.BOTTOM_RIGHT):new tw(e.left+e.width-U/2,e.top+e.height-C/2),this.bottomLeftBorderStroke=d>0||B>0?sw(e.left+F/2,e.top+Q,d-F/2,B-C/2,Hf.BOTTOM_LEFT):new tw(e.left+F/2,e.top+e.height-C/2),this.topLeftBorderBox=n>0||r>0?sw(e.left,e.top,n,r,Hf.TOP_LEFT):new tw(e.left,e.top),this.topRightBorderBox=o>0||a>0?sw(e.left+g,e.top,o,a,Hf.TOP_RIGHT):new tw(e.left+e.width,e.top),this.bottomRightBorderBox=u>0||h>0?sw(e.left+v,e.top+p,u,h,Hf.BOTTOM_RIGHT):new tw(e.left+e.width,e.top+e.height),this.bottomLeftBorderBox=d>0||B>0?sw(e.left,e.top+Q,d,B,Hf.BOTTOM_LEFT):new tw(e.left,e.top+e.height),this.topLeftPaddingBox=n>0||r>0?sw(e.left+F,e.top+m,Math.max(0,n-F),Math.max(0,r-m),Hf.TOP_LEFT):new tw(e.left+F,e.top+m),this.topRightPaddingBox=o>0||a>0?sw(e.left+Math.min(g,e.width-U),e.top+m,g>e.width+U?0:Math.max(0,o-U),Math.max(0,a-m),Hf.TOP_RIGHT):new tw(e.left+e.width-U,e.top+m),this.bottomRightPaddingBox=u>0||h>0?sw(e.left+Math.min(v,e.width-F),e.top+Math.min(p,e.height-C),Math.max(0,u-U),Math.max(0,h-C),Hf.BOTTOM_RIGHT):new tw(e.left+e.width-U,e.top+e.height-C),this.bottomLeftPaddingBox=d>0||B>0?sw(e.left+F,e.top+Math.min(Q,e.height-C),Math.max(0,d-F),Math.max(0,B-C),Hf.BOTTOM_LEFT):new tw(e.left+F,e.top+e.height-C),this.topLeftContentBox=n>0||r>0?sw(e.left+F+H,e.top+m+y,Math.max(0,n-(F+H)),Math.max(0,r-(m+y)),Hf.TOP_LEFT):new tw(e.left+F+H,e.top+m+y),this.topRightContentBox=o>0||a>0?sw(e.left+Math.min(g,e.width+F+H),e.top+m+y,g>e.width+F+H?0:o-F+H,a-(m+y),Hf.TOP_RIGHT):new tw(e.left+e.width-(U+b),e.top+m+y),this.bottomRightContentBox=u>0||h>0?sw(e.left+Math.min(v,e.width-(F+H)),e.top+Math.min(p,e.height+m+y),Math.max(0,u-(U+b)),h-(C+E),Hf.BOTTOM_RIGHT):new tw(e.left+e.width-(U+b),e.top+e.height-(C+E)),this.bottomLeftContentBox=d>0||B>0?sw(e.left+F+H,e.top+Q,Math.max(0,d-(F+H)),B-(C+E),Hf.BOTTOM_LEFT):new tw(e.left+F+H,e.top+e.height-(C+E))};(If=Hf||(Hf={}))[If.TOP_LEFT=0]="TOP_LEFT",If[If.TOP_RIGHT=1]="TOP_RIGHT",If[If.BOTTOM_RIGHT=2]="BOTTOM_RIGHT",If[If.BOTTOM_LEFT=3]="BOTTOM_LEFT";var sw=function(A,t,e,i,n){var r=(Math.sqrt(2)-1)/3*4,s=e*r,o=i*r,a=A+e,c=t+i;switch(n){case Hf.TOP_LEFT:return new iw(new tw(A,c),new tw(A,c-o),new tw(a-s,t),new tw(a,t));case Hf.TOP_RIGHT:return new iw(new tw(A,t),new tw(A+s,t),new tw(a,c-o),new tw(a,c));case Hf.BOTTOM_RIGHT:return new iw(new tw(a,t),new tw(a,t+o),new tw(A+s,c),new tw(A,c));case Hf.BOTTOM_LEFT:default:return new iw(new tw(a,c),new tw(a-s,c),new tw(A,t+o),new tw(A,t))}},ow=function(A){return[A.topLeftBorderBox,A.topRightBorderBox,A.bottomRightBorderBox,A.bottomLeftBorderBox]},aw=function(A){return[A.topLeftPaddingBox,A.topRightPaddingBox,A.bottomRightPaddingBox,A.bottomLeftPaddingBox]},cw=function(A,t,e){this.offsetX=A,this.offsetY=t,this.matrix=e,this.type=0,this.target=6},uw=function(A,t){this.path=A,this.target=t,this.type=1},hw=function(A){this.opacity=A,this.type=2,this.target=6},lw=function(A){return 1===A.type},dw=function(A,t){return A.length===t.length&&A.some((function(A,e){return A===t[e]}))},Bw=function(A){this.element=A,this.inlineLevel=[],this.nonInlineLevel=[],this.negativeZIndex=[],this.zeroOrAutoZIndexOrTransformedOrOpacity=[],this.positiveZIndex=[],this.nonPositionedFloats=[],this.nonPositionedInlineLevel=[]},fw=(function(){function A(A,t){if(this.container=A,this.parent=t,this.effects=[],this.curves=new rw(this.container),this.container.styles.opacity<1&&this.effects.push(new hw(this.container.styles.opacity)),null!==this.container.styles.transform){var e=this.container.bounds.left+this.container.styles.transformOrigin[0].number,i=this.container.bounds.top+this.container.styles.transformOrigin[1].number,n=this.container.styles.transform;this.effects.push(new cw(e,i,n))}if(0!==this.container.styles.overflowX){var r=ow(this.curves),s=aw(this.curves);dw(r,s)?this.effects.push(new uw(r,6)):(this.effects.push(new uw(r,2)),this.effects.push(new uw(s,4)))}}return A.prototype.getEffects=function(A){for(var t=-1===[2,3].indexOf(this.container.styles.position),e=this.parent,i=this.effects.slice(0);e;){var n=e.effects.filter((function(A){return!lw(A)}));if(t||0!==e.container.styles.position||!e.parent){if(t=-1===[2,3].indexOf(e.container.styles.position),0!==e.container.styles.overflowX){var r=ow(e.curves),s=aw(e.curves);dw(r,s)||i.unshift(new uw(s,6))}i.unshift.apply(i,n)}else i.unshift.apply(i,n);e=e.parent}return i.filter((function(t){return Td(t.target,A)}))},A})(),ww=function(A,t,e,i){A.container.elements.forEach((function(n){var r=Td(n.flags,4),s=Td(n.flags,2),o=new fw(n,A);Td(n.styles.display,2048)&&i.push(o);var a=Td(n.flags,8)?[]:i;if(r||s){var c=r||n.styles.isPositioned()?e:t,u=new Bw(o);if(n.styles.isPositioned()||n.styles.opacity<1||n.styles.isTransformed()){var h=n.styles.zIndex.order;if(h<0){var l=0;c.negativeZIndex.some((function(A,t){return h>A.element.container.styles.zIndex.order?(l=t,!1):l>0})),c.negativeZIndex.splice(l,0,u)}else if(h>0){var d=0;c.positiveZIndex.some((function(A,t){return h>=A.element.container.styles.zIndex.order?(d=t+1,!1):d>0})),c.positiveZIndex.splice(d,0,u)}else c.zeroOrAutoZIndexOrTransformedOrOpacity.push(u)}else n.styles.isFloating()?c.nonPositionedFloats.push(u):c.nonPositionedInlineLevel.push(u);ww(o,u,r?u:e,a)}else n.styles.isInlineLevel()?t.inlineLevel.push(o):t.nonInlineLevel.push(o),ww(o,t,e,a);Td(n.flags,8)&&gw(n,a)}))},gw=function(A,t){for(var e=A instanceof kB?A.start:1,i=A instanceof kB&&A.reversed,n=0;n<t.length;n++){var r=t[n];r.container instanceof IB&&"number"==typeof r.container.value&&0!==r.container.value&&(e=r.container.value),r.listValue=yf(e,r.container.styles.listStyleType,!0),e+=i?-1:1}},pw=function(A,t){switch(t){case 0:return Qw(A.topLeftBorderBox,A.topLeftPaddingBox,A.topRightBorderBox,A.topRightPaddingBox);case 1:return Qw(A.topRightBorderBox,A.topRightPaddingBox,A.bottomRightBorderBox,A.bottomRightPaddingBox);case 2:return Qw(A.bottomRightBorderBox,A.bottomRightPaddingBox,A.bottomLeftBorderBox,A.bottomLeftPaddingBox);default:return Qw(A.bottomLeftBorderBox,A.bottomLeftPaddingBox,A.topLeftBorderBox,A.topLeftPaddingBox)}},vw=function(A,t){var e=[];return nw(A)?e.push(A.subdivide(.5,!1)):e.push(A),nw(t)?e.push(t.subdivide(.5,!0)):e.push(t),e},Qw=function(A,t,e,i){var n=[];return nw(A)?n.push(A.subdivide(.5,!1)):n.push(A),nw(e)?n.push(e.subdivide(.5,!0)):n.push(e),nw(i)?n.push(i.subdivide(.5,!0).reverse()):n.push(i),nw(t)?n.push(t.subdivide(.5,!1).reverse()):n.push(t),n},mw=function(A){var t=A.bounds,e=A.styles;return t.add(e.borderLeftWidth,e.borderTopWidth,-(e.borderRightWidth+e.borderLeftWidth),-(e.borderTopWidth+e.borderBottomWidth))},Uw=function(A){var t=A.styles,e=A.bounds,i=Ah(t.paddingLeft,e.width),n=Ah(t.paddingRight,e.width),r=Ah(t.paddingTop,e.width),s=Ah(t.paddingBottom,e.width);return e.add(i+t.borderLeftWidth,r+t.borderTopWidth,-(t.borderRightWidth+t.borderLeftWidth+i+n),-(t.borderTopWidth+t.borderBottomWidth+r+s))},Cw=function(A,t,e){var i,n,r=(n=A,0===(i=Ew(A.styles.backgroundOrigin,t))?n.bounds:2===i?Uw(n):mw(n)),s=(function(A,t){return 0===A?t.bounds:2===A?Uw(t):mw(t)})(Ew(A.styles.backgroundClip,t),A),o=bw(Ew(A.styles.backgroundSize,t),e,r),a=o[0],c=o[1],u=zu(Ew(A.styles.backgroundPosition,t),r.width-a,r.height-c);return[Hw(Ew(A.styles.backgroundRepeat,t),u,o,r,s),Math.round(r.left+u[0]),Math.round(r.top+u[1]),a=Math.max(1,a),c=Math.max(1,c)]},Fw=function(A){return Nu(A)&&A.value===fc.AUTO},yw=function(A){return"number"==typeof A},bw=function(A,t,e){var i=t[0],n=t[1],r=t[2],s=A[0],o=A[1];if(!s)return[0,0];if(Yu(s)&&o&&Yu(o))return[Ah(s,e.width),Ah(o,e.height)];var a=yw(r);if(Nu(s)&&(s.value===fc.CONTAIN||s.value===fc.COVER))return yw(r)?e.width/e.height<r!=(s.value===fc.COVER)?[e.width,e.width/r]:[e.height*r,e.height]:[e.width,e.height];var c=yw(i),u=yw(n),h=c||u;if(Fw(s)&&(!o||Fw(o)))return c&&u?[i,n]:a||h?h&&a?[c?i:n*r,u?n:i/r]:[c?i:e.width,u?n:e.height]:[e.width,e.height];if(a){var l=0,d=0;return Yu(s)?l=Ah(s,e.width):Yu(o)&&(d=Ah(o,e.height)),Fw(s)?l=d*r:o&&!Fw(o)||(d=l/r),[l,d]}var B=null,f=null;if(Yu(s)?B=Ah(s,e.width):o&&Yu(o)&&(f=Ah(o,e.height)),null===B||o&&!Fw(o)||(f=c&&u?B/i*n:e.height),null!==f&&Fw(s)&&(B=c&&u?f/n*i:e.width),null!==B&&null!==f)return[B,f];throw new Error("Unable to calculate background-size for element")},Ew=function(A,t){var e=A[t];return void 0===e?A[0]:e},Hw=function(A,t,e,i,n){var r=t[0],s=t[1],o=e[0],a=e[1];switch(A){case 2:return[new tw(Math.round(i.left),Math.round(i.top+s)),new tw(Math.round(i.left+i.width),Math.round(i.top+s)),new tw(Math.round(i.left+i.width),Math.round(a+i.top+s)),new tw(Math.round(i.left),Math.round(a+i.top+s))];case 3:return[new tw(Math.round(i.left+r),Math.round(i.top)),new tw(Math.round(i.left+r+o),Math.round(i.top)),new tw(Math.round(i.left+r+o),Math.round(i.height+i.top)),new tw(Math.round(i.left+r),Math.round(i.height+i.top))];case 1:return[new tw(Math.round(i.left+r),Math.round(i.top+s)),new tw(Math.round(i.left+r+o),Math.round(i.top+s)),new tw(Math.round(i.left+r+o),Math.round(i.top+s+a)),new tw(Math.round(i.left+r),Math.round(i.top+s+a))];default:return[new tw(Math.round(n.left),Math.round(n.top)),new tw(Math.round(n.left+n.width),Math.round(n.top)),new tw(Math.round(n.left+n.width),Math.round(n.height+n.top)),new tw(Math.round(n.left),Math.round(n.height+n.top))]}},Iw="Hidden Text",kw=(function(){function A(A){this.MA={},this.LA=A}return A.prototype.parseMetrics=function(A,t){var e=this.LA.createElement("div"),i=this.LA.createElement("img"),n=this.LA.createElement("span"),r=this.LA.body;e.style.visibility="hidden",e.style.fontFamily=A,e.style.fontSize=t,e.style.margin="0",e.style.padding="0",e.style.whiteSpace="nowrap",r.appendChild(e),i.src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",i.width=1,i.height=1,i.style.margin="0",i.style.padding="0",i.style.verticalAlign="baseline",n.style.fontFamily=A,n.style.fontSize=t,n.style.margin="0",n.style.padding="0",n.appendChild(this.LA.createTextNode(Iw)),e.appendChild(n),e.appendChild(i);var s=i.offsetTop-n.offsetTop+2;e.removeChild(n),e.appendChild(this.LA.createTextNode(Iw)),e.style.lineHeight="normal",i.style.verticalAlign="super";var o=i.offsetTop-e.offsetTop+2;return r.removeChild(e),{baseline:s,middle:o}},A.prototype.getMetrics=function(A,t){var e="".concat(A," ").concat(t);return void 0===this.MA[e]&&(this.MA[e]=this.parseMetrics(A,t)),this.MA[e]},A})(),Tw=function(A,t){this.context=A,this.options=t},Sw=(function(A){function t(t,e){var i=A.call(this,t,e)||this;return i.xA=[],i.canvas=e.canvas?e.canvas:document.createElement("canvas"),i.ctx=i.canvas.getContext("2d"),e.canvas||(i.canvas.width=Math.floor(e.width*e.scale),i.canvas.height=Math.floor(e.height*e.scale),i.canvas.style.width="".concat(e.width,"px"),i.canvas.style.height="".concat(e.height,"px")),i.fontMetrics=new kw(document),i.ctx.scale(i.options.scale,i.options.scale),i.ctx.translate(-e.x,-e.y),i.ctx.textBaseline="bottom",i.xA=[],i.context.logger.debug("Canvas renderer initialized (".concat(e.width,"x").concat(e.height,") with scale ").concat(e.scale)),i}return Va(t,A),t.prototype.applyEffects=function(A){for(var t=this;this.xA.length;)this.popEffect();A.forEach((function(A){return t.applyEffect(A)}))},t.prototype.applyEffect=function(A){this.ctx.save(),(function(A){return 2===A.type})(A)&&(this.ctx.globalAlpha=A.opacity),(function(A){return 0===A.type})(A)&&(this.ctx.translate(A.offsetX,A.offsetY),this.ctx.transform(A.matrix[0],A.matrix[1],A.matrix[2],A.matrix[3],A.matrix[4],A.matrix[5]),this.ctx.translate(-A.offsetX,-A.offsetY)),lw(A)&&(this.path(A.path),this.ctx.clip()),this.xA.push(A)},t.prototype.popEffect=function(){this.xA.pop(),this.ctx.restore()},t.prototype.renderStack=function(A){return Xa(this,void 0,void 0,(function(){return Ya(this,(function(t){switch(t.label){case 0:return A.element.container.styles.isVisible()?[4,this.renderStackContent(A)]:[3,2];case 1:t.sent(),t.label=2;case 2:return[2]}}))}))},t.prototype.renderNode=function(A){return Xa(this,void 0,void 0,(function(){return Ya(this,(function(t){switch(t.label){case 0:return Td(A.container.flags,16),A.container.styles.isVisible()?[4,this.renderNodeBackgroundAndBorders(A)]:[3,3];case 1:return t.sent(),[4,this.renderNodeContent(A)];case 2:t.sent(),t.label=3;case 3:return[2]}}))}))},t.prototype.renderTextWithLetterSpacing=function(A,t,e){var i=this;0===t?-1===navigator.userAgent.indexOf("Firefox")?(this.ctx.textBaseline="ideographic",this.ctx.fillText(A.text,A.bounds.left,A.bounds.top+A.bounds.height)):this.ctx.fillText(A.text,A.bounds.left,A.bounds.top+e):QB(A.text).reduce((function(t,n){return i.ctx.fillText(n,t,A.bounds.top+e),t+i.ctx.measureText(n).width}),A.bounds.left)},t.prototype.createFontStyle=function(A){var t=A.fontVariant.filter((function(A){return"normal"===A||"small-caps"===A})).join(""),e=Lw(A.fontFamily).join(", "),i=xu(A.fontSize)?"".concat(A.fontSize.number).concat(A.fontSize.unit):"".concat(A.fontSize.number,"px");return[[A.fontStyle,t,A.fontWeight,i,e].join(" "),e,i]},t.prototype.renderTextNode=function(A,t){return Xa(this,void 0,void 0,(function(){var e,i,n=this;return Ya(this,(function(r){return e=this.createFontStyle(t)[0],this.ctx.font=e,this.ctx.direction=1===t.direction?"rtl":"ltr",this.ctx.textAlign="left",this.ctx.textBaseline="alphabetic",i=t.paintOrder,A.textBounds.forEach((function(A){i.forEach((function(e){switch(e){case 0:n.ctx.fillStyle=ah(t.color),n.renderTextWithLetterSpacing(A,t.letterSpacing,t.fontSize.number);var i=t.textShadow;i.length&&A.text.trim().length&&(i.slice(0).reverse().forEach((function(e){n.ctx.shadowColor=ah(e.color),n.ctx.shadowOffsetX=e.offsetX.number*n.options.scale,n.ctx.shadowOffsetY=e.offsetY.number*n.options.scale,n.ctx.shadowBlur=e.blur.number,n.renderTextWithLetterSpacing(A,t.letterSpacing,t.fontSize.number)})),n.ctx.shadowColor="",n.ctx.shadowOffsetX=0,n.ctx.shadowOffsetY=0,n.ctx.shadowBlur=0),t.textDecorationLine.length&&(n.ctx.fillStyle=ah(t.textDecorationColor||t.color),t.textDecorationLine.forEach((function(t){switch(t){case 1:n.ctx.fillRect(A.bounds.left,A.bounds.top+A.bounds.height-1,A.bounds.width,1);break;case 2:n.ctx.fillRect(A.bounds.left,A.bounds.top,A.bounds.width,1);break;case 3:n.ctx.fillRect(A.bounds.left,A.bounds.top+(A.bounds.height/2-.5),A.bounds.width,1)}})));break;case 1:t.webkitTextStrokeWidth&&A.text.trim().length&&(n.ctx.strokeStyle=ah(t.webkitTextStrokeColor),n.ctx.lineWidth=t.webkitTextStrokeWidth,n.ctx.lineJoin=window.chrome?"miter":"round",n.ctx.strokeText(A.text,A.bounds.left,A.bounds.top+A.bounds.height)),n.ctx.strokeStyle="",n.ctx.lineWidth=0,n.ctx.lineJoin="miter"}}))})),[2]}))}))},t.prototype.renderReplacedElement=function(A,t,e){var i=e.naturalWidth||A.intrinsicWidth,n=e.naturalHeight||A.intrinsicHeight;if(e&&i>0&&n>0){var r=Uw(A),s=aw(t);this.path(s),this.ctx.save(),this.ctx.clip();var o=0,a=0,c=i,u=n,h=r.left,l=r.top,d=r.width,B=r.height,f=A.styles.objectFit,w=d/B,g=c/u;2===f?g>w?(B=d/g,l+=(r.height-B)/2):(d=B*g,h+=(r.width-d)/2):4===f?g>w?o+=(i-(c=u*w))/2:a+=(n-(u=c/w))/2:8===f?(c>d?(o+=(c-d)/2,c=d):(h+=(d-c)/2,d=c),u>B?(a+=(u-B)/2,u=B):(l+=(B-u)/2,B=u)):16===f&&((g>w?d:B*g)<(c>d?c:d)?g>w?(B=d/g,l+=(r.height-B)/2):(d=B*g,h+=(r.width-d)/2):(c>d?(o+=(c-d)/2,c=d):(h+=(d-c)/2,d=c),u>B?(a+=(u-B)/2,u=B):(l+=(B-u)/2,B=u))),this.ctx.drawImage(e,o,a,c,u,h,l,d,B),this.ctx.restore()}},t.prototype.renderNodeContent=function(A){return Xa(this,void 0,void 0,(function(){var e,i,n,r,s,o,a,c,u,h,l,d,B,f,w,g,p,v,Q;return Ya(this,(function(m){switch(m.label){case 0:this.applyEffects(A.getEffects(4)),e=A.container,i=A.curves,n=e.styles,r=0,s=e.textNodes,m.label=1;case 1:return r<s.length?(o=s[r],[4,this.renderTextNode(o,n)]):[3,4];case 2:m.sent(),m.label=3;case 3:return r++,[3,1];case 4:if(!(e instanceof bB))return[3,8];m.label=5;case 5:return m.trys.push([5,7,,8]),[4,this.context.cache.match(e.src)];case 6:return g=m.sent(),this.renderReplacedElement(e,i,g),[3,8];case 7:return m.sent(),this.context.logger.error("Error loading image ".concat(e.src)),[3,8];case 8:if(e instanceof EB&&this.renderReplacedElement(e,i,e.canvas),!(e instanceof HB))return[3,12];m.label=9;case 9:return m.trys.push([9,11,,12]),[4,this.context.cache.match(e.svg)];case 10:return g=m.sent(),this.renderReplacedElement(e,i,g),[3,12];case 11:return m.sent(),this.context.logger.error("Error loading svg ".concat(e.svg.substring(0,255))),[3,12];case 12:return e instanceof RB&&e.tree?[4,new t(this.context,{scale:this.options.scale,backgroundColor:e.backgroundColor,x:0,y:0,width:e.width,height:e.height}).render(e.tree)]:[3,14];case 13:a=m.sent(),e.width&&e.height&&this.ctx.drawImage(a,0,0,e.width,e.height,e.bounds.left,e.bounds.top,e.bounds.width,e.bounds.height),m.label=14;case 14:if(e instanceof MB&&(c=Math.min(e.bounds.width,e.bounds.height),e.type===KB?e.checked&&(this.ctx.save(),this.path([new tw(e.bounds.left+.39363*c,e.bounds.top+.79*c),new tw(e.bounds.left+.16*c,e.bounds.top+.5549*c),new tw(e.bounds.left+.27347*c,e.bounds.top+.44071*c),new tw(e.bounds.left+.39694*c,e.bounds.top+.5649*c),new tw(e.bounds.left+.72983*c,e.bounds.top+.23*c),new tw(e.bounds.left+.84*c,e.bounds.top+.34085*c),new tw(e.bounds.left+.39363*c,e.bounds.top+.79*c)]),this.ctx.fillStyle=ah(DB),this.ctx.fill(),this.ctx.restore()):e.type===OB&&e.checked&&(this.ctx.save(),this.ctx.beginPath(),this.ctx.arc(e.bounds.left+c/2,e.bounds.top+c/2,c/4,0,2*Math.PI,!0),this.ctx.fillStyle=ah(DB),this.ctx.fill(),this.ctx.restore())),Kw(e)&&e.value.length){switch(u=this.createFontStyle(n),v=u[0],h=u[1],l=u[2],d=this.fontMetrics.getMetrics(h,l).baseline,this.ctx.font=v,this.ctx.fillStyle=ah(n.color),this.ctx.textBaseline="alphabetic",this.ctx.textAlign=Dw(e.styles.textAlign),Q=Uw(e),B=0,e.styles.textAlign){case 1:B+=Q.width/2;break;case 2:B+=Q.width}f=Q.add(B,0,0,-Q.height/2+1),this.ctx.save(),this.path([new tw(Q.left,Q.top),new tw(Q.left+Q.width,Q.top),new tw(Q.left+Q.width,Q.top+Q.height),new tw(Q.left,Q.top+Q.height)]),this.ctx.clip(),this.renderTextWithLetterSpacing(new pB(e.value,f),n.letterSpacing,d),this.ctx.restore(),this.ctx.textBaseline="alphabetic",this.ctx.textAlign="left"}if(!Td(e.styles.display,2048))return[3,20];if(null===e.styles.listStyleImage)return[3,19];if(0!==(w=e.styles.listStyleImage).type)return[3,18];g=void 0,p=w.url,m.label=15;case 15:return m.trys.push([15,17,,18]),[4,this.context.cache.match(p)];case 16:return g=m.sent(),this.ctx.drawImage(g,e.bounds.left-(g.width+10),e.bounds.top),[3,18];case 17:return m.sent(),this.context.logger.error("Error loading list-style-image ".concat(p)),[3,18];case 18:return[3,20];case 19:A.listValue&&-1!==e.styles.listStyleType&&(v=this.createFontStyle(n)[0],this.ctx.font=v,this.ctx.fillStyle=ah(n.color),this.ctx.textBaseline="middle",this.ctx.textAlign="right",Q=new $a(e.bounds.left,e.bounds.top+Ah(e.styles.paddingTop,e.bounds.width),e.bounds.width,Yl(n.lineHeight,n.fontSize.number)/2+1),this.renderTextWithLetterSpacing(new pB(A.listValue,Q),n.letterSpacing,Yl(n.lineHeight,n.fontSize.number)/2+2),this.ctx.textBaseline="bottom",this.ctx.textAlign="left"),m.label=20;case 20:return[2]}}))}))},t.prototype.renderStackContent=function(A){return Xa(this,void 0,void 0,(function(){var t,e,i,n,r,s,o,a,c,u,h,l,d,B,f;return Ya(this,(function(w){switch(w.label){case 0:return Td(A.element.container.flags,16),[4,this.renderNodeBackgroundAndBorders(A.element)];case 1:w.sent(),t=0,e=A.negativeZIndex,w.label=2;case 2:return t<e.length?(f=e[t],[4,this.renderStack(f)]):[3,5];case 3:w.sent(),w.label=4;case 4:return t++,[3,2];case 5:return[4,this.renderNodeContent(A.element)];case 6:w.sent(),i=0,n=A.nonInlineLevel,w.label=7;case 7:return i<n.length?(f=n[i],[4,this.renderNode(f)]):[3,10];case 8:w.sent(),w.label=9;case 9:return i++,[3,7];case 10:r=0,s=A.nonPositionedFloats,w.label=11;case 11:return r<s.length?(f=s[r],[4,this.renderStack(f)]):[3,14];case 12:w.sent(),w.label=13;case 13:return r++,[3,11];case 14:o=0,a=A.nonPositionedInlineLevel,w.label=15;case 15:return o<a.length?(f=a[o],[4,this.renderStack(f)]):[3,18];case 16:w.sent(),w.label=17;case 17:return o++,[3,15];case 18:c=0,u=A.inlineLevel,w.label=19;case 19:return c<u.length?(f=u[c],[4,this.renderNode(f)]):[3,22];case 20:w.sent(),w.label=21;case 21:return c++,[3,19];case 22:h=0,l=A.zeroOrAutoZIndexOrTransformedOrOpacity,w.label=23;case 23:return h<l.length?(f=l[h],[4,this.renderStack(f)]):[3,26];case 24:w.sent(),w.label=25;case 25:return h++,[3,23];case 26:d=0,B=A.positiveZIndex,w.label=27;case 27:return d<B.length?(f=B[d],[4,this.renderStack(f)]):[3,30];case 28:w.sent(),w.label=29;case 29:return d++,[3,27];case 30:return[2]}}))}))},t.prototype.mask=function(A){this.ctx.beginPath(),this.ctx.moveTo(0,0),this.ctx.lineTo(this.canvas.width,0),this.ctx.lineTo(this.canvas.width,this.canvas.height),this.ctx.lineTo(0,this.canvas.height),this.ctx.lineTo(0,0),this.formatPath(A.slice(0).reverse()),this.ctx.closePath()},t.prototype.path=function(A){this.ctx.beginPath(),this.formatPath(A),this.ctx.closePath()},t.prototype.formatPath=function(A){var t=this;A.forEach((function(A,e){var i=nw(A)?A.start:A;0===e?t.ctx.moveTo(i.x,i.y):t.ctx.lineTo(i.x,i.y),nw(A)&&t.ctx.bezierCurveTo(A.startControl.x,A.startControl.y,A.endControl.x,A.endControl.y,A.end.x,A.end.y)}))},t.prototype.renderRepeat=function(A,t,e,i){this.path(A),this.ctx.fillStyle=t,this.ctx.translate(e,i),this.ctx.fill(),this.ctx.translate(-e,-i)},t.prototype.resizeImage=function(A,t,e){var i,n=(null!==(i=this.canvas.ownerDocument)&&void 0!==i?i:document).createElement("canvas");return n.width=Math.max(1,t),n.height=Math.max(1,e),n.getContext("2d").drawImage(A,0,0,A.width,A.height,0,0,t,e),n},t.prototype.renderBackgroundImage=function(A){return Xa(this,void 0,void 0,(function(){var t,e,i,n,r,s;return Ya(this,(function(o){switch(o.label){case 0:t=A.styles.backgroundImage.length-1,e=function(e){var n,r,s,o,a,c,u,h,l,d,B,f,w,g,p,v,Q,m,U,C,F,y,b,E,H,I,k,T,S,K,O,D,M;return Ya(this,(function(L){switch(L.label){case 0:if(0!==e.type)return[3,5];n=void 0,r=e.url,L.label=1;case 1:return L.trys.push([1,3,,4]),[4,i.context.cache.match(r)];case 2:return n=L.sent(),[3,4];case 3:return L.sent(),i.context.logger.error("Error loading background-image ".concat(r)),[3,4];case 4:return n&&(s=isNaN(n.width)||0===n.width?1:n.width,o=isNaN(n.height)||0===n.height?1:n.height,a=Cw(A,t,[s,o,s/o]),m=a[0],E=a[1],H=a[2],F=a[3],y=a[4],v=i.ctx.createPattern(i.resizeImage(n,F,y),"repeat"),i.renderRepeat(m,v,E,H)),[3,6];case 5:1===e.type?(c=Cw(A,t,[null,null,null]),m=c[0],E=c[1],H=c[2],F=c[3],y=c[4],u=(function(A,t,e){var i="number"==typeof A?A:(function(A,t,e){var i=t/2,n=e/2,r=Ah(A[0],t)-i,s=n-Ah(A[1],e);return(Math.atan2(s,r)+2*Math.PI)%(2*Math.PI)})(A,t,e),n=Math.abs(t*Math.sin(i))+Math.abs(e*Math.cos(i)),r=t/2,s=e/2,o=n/2,a=Math.sin(i-Math.PI/2)*o,c=Math.cos(i-Math.PI/2)*o;return[n,r-c,r+c,s-a,s+a]})(e.angle,F,y),h=u[0],l=u[1],d=u[2],B=u[3],f=u[4],(w=document.createElement("canvas")).width=F,w.height=y,g=w.getContext("2d"),p=g.createLinearGradient(l,B,d,f),Yh(e.stops,h||1).forEach((function(A){return p.addColorStop(A.stop,ah(A.color))})),g.fillStyle=p,g.fillRect(0,0,F,y),F>0&&y>0&&(v=i.ctx.createPattern(w,"repeat"),i.renderRepeat(m,v,E,H))):2===e.type&&(Q=Cw(A,t,[null,null,null]),m=Q[0],U=Q[1],C=Q[2],F=Q[3],y=Q[4],b=0===e.position.length?[Zu]:e.position,E=Ah(b[0],F),H=Ah(b[b.length-1],y),I=(function(A,t,e,i,n){var r=0,s=0;switch(A.size){case 0:0===A.shape?r=s=Math.min(Math.abs(t),Math.abs(t-i),Math.abs(e),Math.abs(e-n)):1===A.shape&&(r=Math.min(Math.abs(t),Math.abs(t-i)),s=Math.min(Math.abs(e),Math.abs(e-n)));break;case 2:if(0===A.shape)r=s=Math.min($h(t,e),$h(t,e-n),$h(t-i,e),$h(t-i,e-n));else if(1===A.shape){var o=Math.min(Math.abs(e),Math.abs(e-n))/Math.min(Math.abs(t),Math.abs(t-i)),a=Wh(i,n,t,e,!0),c=a[0],u=a[1];s=o*(r=$h(c-t,(u-e)/o))}break;case 1:0===A.shape?r=s=Math.max(Math.abs(t),Math.abs(t-i),Math.abs(e),Math.abs(e-n)):1===A.shape&&(r=Math.max(Math.abs(t),Math.abs(t-i)),s=Math.max(Math.abs(e),Math.abs(e-n)));break;case 3:if(0===A.shape)r=s=Math.max($h(t,e),$h(t,e-n),$h(t-i,e),$h(t-i,e-n));else if(1===A.shape){o=Math.max(Math.abs(e),Math.abs(e-n))/Math.max(Math.abs(t),Math.abs(t-i));var h=Wh(i,n,t,e,!1);c=h[0],u=h[1],s=o*(r=$h(c-t,(u-e)/o))}}return Array.isArray(A.size)&&(r=Ah(A.size[0],i),s=2===A.size.length?Ah(A.size[1],n):r),[r,s]})(e,E,H,F,y),k=I[0],T=I[1],k>0&&T>0&&(S=i.ctx.createRadialGradient(U+E,C+H,0,U+E,C+H,k),Yh(e.stops,2*k).forEach((function(A){return S.addColorStop(A.stop,ah(A.color))})),i.path(m),i.ctx.fillStyle=S,k!==T?(K=A.bounds.left+.5*A.bounds.width,O=A.bounds.top+.5*A.bounds.height,M=1/(D=T/k),i.ctx.save(),i.ctx.translate(K,O),i.ctx.transform(1,0,0,D,0,0),i.ctx.translate(-K,-O),i.ctx.fillRect(U,M*(C-O)+O,F,y*M),i.ctx.restore()):i.ctx.fill())),L.label=6;case 6:return t--,[2]}}))},i=this,n=0,r=A.styles.backgroundImage.slice(0).reverse(),o.label=1;case 1:return n<r.length?(s=r[n],[5,e(s)]):[3,4];case 2:o.sent(),o.label=3;case 3:return n++,[3,1];case 4:return[2]}}))}))},t.prototype.renderSolidBorder=function(A,t,e){return Xa(this,void 0,void 0,(function(){return Ya(this,(function(i){return this.path(pw(e,t)),this.ctx.fillStyle=ah(A),this.ctx.fill(),[2]}))}))},t.prototype.renderDoubleBorder=function(A,t,e,i){return Xa(this,void 0,void 0,(function(){var n,r;return Ya(this,(function(s){switch(s.label){case 0:return t<3?[4,this.renderSolidBorder(A,e,i)]:[3,2];case 1:return s.sent(),[2];case 2:return n=(function(A,t){switch(t){case 0:return Qw(A.topLeftBorderBox,A.topLeftBorderDoubleOuterBox,A.topRightBorderBox,A.topRightBorderDoubleOuterBox);case 1:return Qw(A.topRightBorderBox,A.topRightBorderDoubleOuterBox,A.bottomRightBorderBox,A.bottomRightBorderDoubleOuterBox);case 2:return Qw(A.bottomRightBorderBox,A.bottomRightBorderDoubleOuterBox,A.bottomLeftBorderBox,A.bottomLeftBorderDoubleOuterBox);default:return Qw(A.bottomLeftBorderBox,A.bottomLeftBorderDoubleOuterBox,A.topLeftBorderBox,A.topLeftBorderDoubleOuterBox)}})(i,e),this.path(n),this.ctx.fillStyle=ah(A),this.ctx.fill(),r=(function(A,t){switch(t){case 0:return Qw(A.topLeftBorderDoubleInnerBox,A.topLeftPaddingBox,A.topRightBorderDoubleInnerBox,A.topRightPaddingBox);case 1:return Qw(A.topRightBorderDoubleInnerBox,A.topRightPaddingBox,A.bottomRightBorderDoubleInnerBox,A.bottomRightPaddingBox);case 2:return Qw(A.bottomRightBorderDoubleInnerBox,A.bottomRightPaddingBox,A.bottomLeftBorderDoubleInnerBox,A.bottomLeftPaddingBox);default:return Qw(A.bottomLeftBorderDoubleInnerBox,A.bottomLeftPaddingBox,A.topLeftBorderDoubleInnerBox,A.topLeftPaddingBox)}})(i,e),this.path(r),this.ctx.fill(),[2]}}))}))},t.prototype.renderNodeBackgroundAndBorders=function(A){return Xa(this,void 0,void 0,(function(){var t,e,i,n,r,s,o,a,c=this;return Ya(this,(function(u){switch(u.label){case 0:return this.applyEffects(A.getEffects(2)),t=A.container.styles,e=!oh(t.backgroundColor)||t.backgroundImage.length,i=[{style:t.borderTopStyle,color:t.borderTopColor,width:t.borderTopWidth},{style:t.borderRightStyle,color:t.borderRightColor,width:t.borderRightWidth},{style:t.borderBottomStyle,color:t.borderBottomColor,width:t.borderBottomWidth},{style:t.borderLeftStyle,color:t.borderLeftColor,width:t.borderLeftWidth}],n=Ow(Ew(t.backgroundClip,0),A.curves),e||t.boxShadow.length?(this.ctx.save(),this.path(n),this.ctx.clip(),oh(t.backgroundColor)||(this.ctx.fillStyle=ah(t.backgroundColor),this.ctx.fill()),[4,this.renderBackgroundImage(A.container)]):[3,2];case 1:u.sent(),this.ctx.restore(),t.boxShadow.slice(0).reverse().forEach((function(t){c.ctx.save();var e,i,n,r,s,o=ow(A.curves),a=t.inset?0:1e4,u=(e=o,i=-a+(t.inset?1:-1)*t.spread.number,n=(t.inset?1:-1)*t.spread.number,r=t.spread.number*(t.inset?-2:2),s=t.spread.number*(t.inset?-2:2),e.map((function(A,t){switch(t){case 0:return A.add(i,n);case 1:return A.add(i+r,n);case 2:return A.add(i+r,n+s);case 3:return A.add(i,n+s)}return A})));t.inset?(c.path(o),c.ctx.clip(),c.mask(u)):(c.mask(o),c.ctx.clip(),c.path(u)),c.ctx.shadowOffsetX=t.offsetX.number+a,c.ctx.shadowOffsetY=t.offsetY.number,c.ctx.shadowColor=ah(t.color),c.ctx.shadowBlur=t.blur.number,c.ctx.fillStyle=t.inset?ah(t.color):"rgba(0,0,0,1)",c.ctx.fill(),c.ctx.restore()})),u.label=2;case 2:r=0,s=0,o=i,u.label=3;case 3:return s<o.length?0!==(a=o[s]).style&&!oh(a.color)&&a.width>0?2!==a.style?[3,5]:[4,this.renderDashedDottedBorder(a.color,a.width,r,A.curves,2)]:[3,11]:[3,13];case 4:return u.sent(),[3,11];case 5:return 3!==a.style?[3,7]:[4,this.renderDashedDottedBorder(a.color,a.width,r,A.curves,3)];case 6:return u.sent(),[3,11];case 7:return 4!==a.style?[3,9]:[4,this.renderDoubleBorder(a.color,a.width,r,A.curves)];case 8:return u.sent(),[3,11];case 9:return[4,this.renderSolidBorder(a.color,r,A.curves)];case 10:u.sent(),u.label=11;case 11:r++,u.label=12;case 12:return s++,[3,3];case 13:return[2]}}))}))},t.prototype.renderDashedDottedBorder=function(A,t,e,i,n){return Xa(this,void 0,void 0,(function(){var r,s,o,a,c,u,h,l,d,B,f,w,g,p,v,Q;return Ya(this,(function(m){return this.ctx.save(),r=(function(A,t){switch(t){case 0:return vw(A.topLeftBorderStroke,A.topRightBorderStroke);case 1:return vw(A.topRightBorderStroke,A.bottomRightBorderStroke);case 2:return vw(A.bottomRightBorderStroke,A.bottomLeftBorderStroke);default:return vw(A.bottomLeftBorderStroke,A.topLeftBorderStroke)}})(i,e),s=pw(i,e),2===n&&(this.path(s),this.ctx.clip()),nw(s[0])?(o=s[0].start.x,a=s[0].start.y):(o=s[0].x,a=s[0].y),nw(s[1])?(c=s[1].end.x,u=s[1].end.y):(c=s[1].x,u=s[1].y),h=0===e||2===e?Math.abs(o-c):Math.abs(a-u),this.ctx.beginPath(),3===n?this.formatPath(r):this.formatPath(s.slice(0,2)),l=t<3?3*t:2*t,d=t<3?2*t:t,3===n&&(l=t,d=t),B=!0,h<=2*l?B=!1:h<=2*l+d?(l*=f=h/(2*l+d),d*=f):(w=Math.floor((h+d)/(l+d)),g=(h-w*l)/(w-1),d=(p=(h-(w+1)*l)/w)<=0||Math.abs(d-g)<Math.abs(d-p)?g:p),B&&(3===n?this.ctx.setLineDash([0,l+d]):this.ctx.setLineDash([l,d])),3===n?(this.ctx.lineCap="round",this.ctx.lineWidth=t):this.ctx.lineWidth=2*t+1.1,this.ctx.strokeStyle=ah(A),this.ctx.stroke(),this.ctx.setLineDash([]),2===n&&(nw(s[0])&&(v=s[3],Q=s[0],this.ctx.beginPath(),this.formatPath([new tw(v.end.x,v.end.y),new tw(Q.start.x,Q.start.y)]),this.ctx.stroke()),nw(s[1])&&(v=s[1],Q=s[2],this.ctx.beginPath(),this.formatPath([new tw(v.end.x,v.end.y),new tw(Q.start.x,Q.start.y)]),this.ctx.stroke())),this.ctx.restore(),[2]}))}))},t.prototype.render=function(A){return Xa(this,void 0,void 0,(function(){var t;return Ya(this,(function(e){switch(e.label){case 0:return this.options.backgroundColor&&(this.ctx.fillStyle=ah(this.options.backgroundColor),this.ctx.fillRect(this.options.x,this.options.y,this.options.width,this.options.height)),t=(function(A){var t=new fw(A,null),e=new Bw(t),i=[];return ww(t,e,e,i),gw(t.container,i),e})(A),[4,this.renderStack(t)];case 1:return e.sent(),this.applyEffects([]),[2,this.canvas]}}))}))},t})(Tw),Kw=function(A){return A instanceof xB||A instanceof LB||A instanceof MB&&A.type!==OB&&A.type!==KB},Ow=function(A,t){switch(A){case 0:return ow(t);case 2:return(function(A){return[A.topLeftContentBox,A.topRightContentBox,A.bottomRightContentBox,A.bottomLeftContentBox]})(t);default:return aw(t)}},Dw=function(A){switch(A){case 1:return"center";case 2:return"right";default:return"left"}},Mw=["-apple-system","system-ui"],Lw=function(A){return/iPhone OS 15_(0|1)/.test(window.navigator.userAgent)?A.filter((function(A){return-1===Mw.indexOf(A)})):A},xw=(function(A){function t(t,e){var i=A.call(this,t,e)||this;return i.canvas=e.canvas?e.canvas:document.createElement("canvas"),i.ctx=i.canvas.getContext("2d"),i.options=e,i.canvas.width=Math.floor(e.width*e.scale),i.canvas.height=Math.floor(e.height*e.scale),i.canvas.style.width="".concat(e.width,"px"),i.canvas.style.height="".concat(e.height,"px"),i.ctx.scale(i.options.scale,i.options.scale),i.ctx.translate(-e.x,-e.y),i.context.logger.debug("EXPERIMENTAL ForeignObject renderer initialized (".concat(e.width,"x").concat(e.height," at ").concat(e.x,",").concat(e.y,") with scale ").concat(e.scale)),i}return Va(t,A),t.prototype.render=function(A){return Xa(this,void 0,void 0,(function(){var t,e;return Ya(this,(function(i){switch(i.label){case 0:return t=fB(this.options.width*this.options.scale,this.options.height*this.options.scale,this.options.scale,this.options.scale,A),[4,Rw(t)];case 1:return e=i.sent(),this.options.backgroundColor&&(this.ctx.fillStyle=ah(this.options.backgroundColor),this.ctx.fillRect(0,0,this.options.width*this.options.scale,this.options.height*this.options.scale)),this.ctx.drawImage(e,-this.options.x*this.options.scale,-this.options.y*this.options.scale),[2,this.canvas]}}))}))},t})(Tw),Rw=function(A){return new Promise((function(t,e){var i=new Image;i.onload=function(){t(i)},i.onerror=e,i.src="data:image/svg+xml;charset=utf-8,".concat(encodeURIComponent((new XMLSerializer).serializeToString(A)))}))},Nw=(function(){function A(A){var t=A.id,e=A.enabled;this.id=t,this.enabled=e,this.start=Date.now()}return A.prototype.debug=function(){for(var A=[],t=0;t<arguments.length;t++)A[t]=arguments[t];this.enabled&&("undefined"!=typeof window&&window.console&&"function"==typeof console.debug||this.info.apply(this,A))},A.prototype.getTime=function(){return Date.now()-this.start},A.prototype.info=function(){for(var A=[],t=0;t<arguments.length;t++)A[t]=arguments[t];this.enabled&&"undefined"!=typeof window&&window.console&&console.info},A.prototype.warn=function(){for(var A=[],t=0;t<arguments.length;t++)A[t]=arguments[t];this.enabled&&("undefined"!=typeof window&&window.console&&"function"==typeof console.warn||this.info.apply(this,A))},A.prototype.error=function(){for(var A=[],t=0;t<arguments.length;t++)A[t]=arguments[t];this.enabled&&("undefined"!=typeof window&&window.console&&"function"==typeof console.error||this.info.apply(this,A))},A.instances={},A})(),_w=(function(){function A(t,e){var i;this.windowBounds=e,this.instanceName="#".concat(A.instanceCount++),this.logger=new Nw({id:this.instanceName,enabled:t.logging}),this.cache=null!==(i=t.cache)&&void 0!==i?i:new Jf(this,t)}return A.instanceCount=1,A})();"undefined"!=typeof window&&Vf.setContext(window);const jw=globalThis,Gw=jw.ShadowRoot&&(void 0===jw.ShadyCSS||jw.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,Pw=Symbol(),Vw=new WeakMap;let Jw=class{constructor(A,t,e){if(this.RA=!0,e!==Pw)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=A,this.t=t}get styleSheet(){let A=this.o;const t=this.t;if(Gw&&void 0===A){const e=void 0!==t&&1===t.length;e&&(A=Vw.get(t)),void 0===A&&((this.o=A=new CSSStyleSheet).replaceSync(this.cssText),e&&Vw.set(t,A))}return A}toString(){return this.cssText}};const Xw=(A,...t)=>{const e=1===A.length?A[0]:t.reduce(((t,e,i)=>t+(A=>{if(!0===A.RA)return A.cssText;if("number"==typeof A)return A;throw Error("Value passed to 'css' function must be a 'css' function result: "+A+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(e)+A[i+1]),A[0]);return new Jw(e,A,Pw)},Yw=Gw?A=>A:A=>A instanceof CSSStyleSheet?(A=>{let t="";for(const e of A.cssRules)t+=e.cssText;return(A=>new Jw("string"==typeof A?A:A+"",void 0,Pw))(t)})(A):A,{is:$w,defineProperty:Ww,getOwnPropertyDescriptor:Zw,getOwnPropertyNames:qw,getOwnPropertySymbols:zw,getPrototypeOf:Ag}=Object,tg=globalThis,eg=tg.trustedTypes,ig=eg?eg.emptyScript:"",ng=tg.reactiveElementPolyfillSupport,rg=(A,t)=>A,sg={toAttribute(A,t){switch(t){case Boolean:A=A?ig:null;break;case Object:case Array:A=null==A?A:JSON.stringify(A)}return A},fromAttribute(A,t){let e=A;switch(t){case Boolean:e=null!==A;break;case Number:e=null===A?null:Number(A);break;case Object:case Array:try{e=JSON.parse(A)}catch(i){e=null}}return e}},og=(A,t)=>!$w(A,t),ag={attribute:!0,type:String,converter:sg,reflect:!1,useDefault:!1,hasChanged:og};Symbol.metadata??(Symbol.metadata=Symbol("metadata")),tg.litPropertyMetadata??(tg.litPropertyMetadata=new WeakMap);let cg=class extends HTMLElement{static addInitializer(A){this.NA(),(this.l??(this.l=[])).push(A)}static get observedAttributes(){return this.finalize(),this._A&&[...this._A.keys()]}static createProperty(A,t=ag){if(t.state&&(t.attribute=!1),this.NA(),this.prototype.hasOwnProperty(A)&&((t=Object.create(t)).wrapped=!0),this.elementProperties.set(A,t),!t.noAccessor){const e=Symbol(),i=this.getPropertyDescriptor(A,e,t);void 0!==i&&Ww(this.prototype,A,i)}}static getPropertyDescriptor(A,t,e){const{get:i,set:n}=Zw(this.prototype,A)??{get(){return this[t]},set(A){this[t]=A}};return{get:i,set(t){const r=i?.call(this);n?.call(this,t),this.requestUpdate(A,r,e)},configurable:!0,enumerable:!0}}static getPropertyOptions(A){return this.elementProperties.get(A)??ag}static NA(){if(this.hasOwnProperty(rg("elementProperties")))return;const A=Ag(this);A.finalize(),void 0!==A.l&&(this.l=[...A.l]),this.elementProperties=new Map(A.elementProperties)}static finalize(){if(this.hasOwnProperty(rg("finalized")))return;if(this.finalized=!0,this.NA(),this.hasOwnProperty(rg("properties"))){const A=this.properties,t=[...qw(A),...zw(A)];for(const e of t)this.createProperty(e,A[e])}const A=this[Symbol.metadata];if(null!==A){const t=litPropertyMetadata.get(A);if(void 0!==t)for(const[A,e]of t)this.elementProperties.set(A,e)}this._A=new Map;for(const[t,e]of this.elementProperties){const A=this.jA(t,e);void 0!==A&&this._A.set(A,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(A){const t=[];if(Array.isArray(A)){const e=new Set(A.flat(1/0).reverse());for(const A of e)t.unshift(Yw(A))}else void 0!==A&&t.push(Yw(A));return t}static jA(A,t){const e=t.attribute;return!1===e?void 0:"string"==typeof e?e:"string"==typeof A?A.toLowerCase():void 0}constructor(){super(),this.GA=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this.PA=null,this.VA()}VA(){this.JA=new Promise((A=>this.enableUpdating=A)),this.XA=new Map,this.YA(),this.requestUpdate(),this.constructor.l?.forEach((A=>A(this)))}addController(A){(this.$A??(this.$A=new Set)).add(A),void 0!==this.renderRoot&&this.isConnected&&A.hostConnected?.()}removeController(A){this.$A?.delete(A)}YA(){const A=new Map,t=this.constructor.elementProperties;for(const e of t.keys())this.hasOwnProperty(e)&&(A.set(e,this[e]),delete this[e]);A.size>0&&(this.GA=A)}createRenderRoot(){const A=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return((A,t)=>{if(Gw)A.adoptedStyleSheets=t.map((A=>A instanceof CSSStyleSheet?A:A.styleSheet));else for(const e of t){const t=document.createElement("style"),i=jw.litNonce;void 0!==i&&t.setAttribute("nonce",i),t.textContent=e.cssText,A.appendChild(t)}})(A,this.constructor.elementStyles),A}connectedCallback(){this.renderRoot??(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),this.$A?.forEach((A=>A.hostConnected?.()))}enableUpdating(A){}disconnectedCallback(){this.$A?.forEach((A=>A.hostDisconnected?.()))}attributeChangedCallback(A,t,e){this.WA(A,e)}ZA(A,t){const e=this.constructor.elementProperties.get(A),i=this.constructor.jA(A,e);if(void 0!==i&&!0===e.reflect){const n=(void 0!==e.converter?.toAttribute?e.converter:sg).toAttribute(t,e.type);this.PA=A,null==n?this.removeAttribute(i):this.setAttribute(i,n),this.PA=null}}WA(A,t){const e=this.constructor,i=e._A.get(A);if(void 0!==i&&this.PA!==i){const A=e.getPropertyOptions(i),n="function"==typeof A.converter?{fromAttribute:A.converter}:void 0!==A.converter?.fromAttribute?A.converter:sg;this.PA=i,this[i]=n.fromAttribute(t,A.type)??this.qA?.get(i)??null,this.PA=null}}requestUpdate(A,t,e){if(void 0!==A){const i=this.constructor,n=this[A];if(e??(e=i.getPropertyOptions(A)),!((e.hasChanged??og)(n,t)||e.useDefault&&e.reflect&&n===this.qA?.get(A)&&!this.hasAttribute(i.jA(A,e))))return;this.C(A,t,e)}!1===this.isUpdatePending&&(this.JA=this.zA())}C(A,t,{useDefault:e,reflect:i,wrapped:n},r){e&&!(this.qA??(this.qA=new Map)).has(A)&&(this.qA.set(A,r??t??this[A]),!0!==n||void 0!==r)||(this.XA.has(A)||(this.hasUpdated||e||(t=void 0),this.XA.set(A,t)),!0===i&&this.PA!==A&&(this.At??(this.At=new Set)).add(A))}async zA(){this.isUpdatePending=!0;try{await this.JA}catch(t){Promise.reject(t)}const A=this.scheduleUpdate();return null!=A&&await A,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??(this.renderRoot=this.createRenderRoot()),this.GA){for(const[A,t]of this.GA)this[A]=t;this.GA=void 0}const A=this.constructor.elementProperties;if(A.size>0)for(const[t,e]of A){const{wrapped:A}=e,i=this[t];!0!==A||this.XA.has(t)||void 0===i||this.C(t,void 0,e,i)}}let A=!1;const t=this.XA;try{A=this.shouldUpdate(t),A?(this.willUpdate(t),this.$A?.forEach((A=>A.hostUpdate?.())),this.update(t)):this.tt()}catch(e){throw A=!1,this.tt(),e}A&&this.et(t)}willUpdate(A){}et(A){this.$A?.forEach((A=>A.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(A)),this.updated(A)}tt(){this.XA=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this.JA}shouldUpdate(A){return!0}update(A){this.At&&(this.At=this.At.forEach((A=>this.ZA(A,this[A])))),this.tt()}updated(A){}firstUpdated(A){}};cg.elementStyles=[],cg.shadowRootOptions={mode:"open"},cg[rg("elementProperties")]=new Map,cg[rg("finalized")]=new Map,ng?.({ReactiveElement:cg}),(tg.reactiveElementVersions??(tg.reactiveElementVersions=[])).push("2.1.0");const ug=globalThis,hg=ug.trustedTypes,lg=hg?hg.createPolicy("lit-html",{createHTML:A=>A}):void 0,dg="$lit$",Bg=`lit$${Math.random().toFixed(9).slice(2)}$`,fg="?"+Bg,wg=`<${fg}>`,gg=document,pg=()=>gg.createComment(""),vg=A=>null===A||"object"!=typeof A&&"function"!=typeof A,Qg=Array.isArray,mg="[ \t\n\f\r]",Ug=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Cg=/-->/g,Fg=/>/g,yg=RegExp(`>|${mg}(?:([^\\s"'>=/]+)(${mg}*=${mg}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),bg=/'/g,Eg=/"/g,Hg=/^(?:script|style|textarea|title)$/i,Ig=A=>(t,...e)=>({it:A,strings:t,values:e}),kg=Ig(1),Tg=Ig(2),Sg=Symbol.for("lit-noChange"),Kg=Symbol.for("lit-nothing"),Og=new WeakMap,Dg=gg.createTreeWalker(gg,129);function Mg(A,t){if(!Qg(A)||!A.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==lg?lg.createHTML(t):t}class Lg{constructor({strings:A,it:t},e){let i;this.parts=[];let n=0,r=0;const s=A.length-1,o=this.parts,[a,c]=((A,t)=>{const e=A.length-1,i=[];let n,r=2===t?"<svg>":3===t?"<math>":"",s=Ug;for(let o=0;o<e;o++){const t=A[o];let e,a,c=-1,u=0;for(;u<t.length&&(s.lastIndex=u,a=s.exec(t),null!==a);)u=s.lastIndex,s===Ug?"!--"===a[1]?s=Cg:void 0!==a[1]?s=Fg:void 0!==a[2]?(Hg.test(a[2])&&(n=RegExp("</"+a[2],"g")),s=yg):void 0!==a[3]&&(s=yg):s===yg?">"===a[0]?(s=n??Ug,c=-1):void 0===a[1]?c=-2:(c=s.lastIndex-a[2].length,e=a[1],s=void 0===a[3]?yg:'"'===a[3]?Eg:bg):s===Eg||s===bg?s=yg:s===Cg||s===Fg?s=Ug:(s=yg,n=void 0);const h=s===yg&&A[o+1].startsWith("/>")?" ":"";r+=s===Ug?t+wg:c>=0?(i.push(e),t.slice(0,c)+dg+t.slice(c)+Bg+h):t+Bg+(-2===c?o:h)}return[Mg(A,r+(A[e]||"<?>")+(2===t?"</svg>":3===t?"</math>":"")),i]})(A,t);if(this.el=Lg.createElement(a,e),Dg.currentNode=this.el.content,2===t||3===t){const A=this.el.content.firstChild;A.replaceWith(...A.childNodes)}for(;null!==(i=Dg.nextNode())&&o.length<s;){if(1===i.nodeType){if(i.hasAttributes())for(const A of i.getAttributeNames())if(A.endsWith(dg)){const t=c[r++],e=i.getAttribute(A).split(Bg),s=/([.?@])?(.*)/.exec(t);o.push({type:1,index:n,name:s[2],strings:e,ctor:"."===s[1]?jg:"?"===s[1]?Gg:"@"===s[1]?Pg:_g}),i.removeAttribute(A)}else A.startsWith(Bg)&&(o.push({type:6,index:n}),i.removeAttribute(A));if(Hg.test(i.tagName)){const A=i.textContent.split(Bg),t=A.length-1;if(t>0){i.textContent=hg?hg.emptyScript:"";for(let e=0;e<t;e++)i.append(A[e],pg()),Dg.nextNode(),o.push({type:2,index:++n});i.append(A[t],pg())}}}else if(8===i.nodeType)if(i.data===fg)o.push({type:2,index:n});else{let A=-1;for(;-1!==(A=i.data.indexOf(Bg,A+1));)o.push({type:7,index:n}),A+=Bg.length-1}n++}}static createElement(A,t){const e=gg.createElement("template");return e.innerHTML=A,e}}function xg(A,t,e=A,i){if(t===Sg)return t;let n=void 0!==i?e.nt?.[i]:e.st;const r=vg(t)?void 0:t.ot;return n?.constructor!==r&&(n?.ut?.(!1),void 0===r?n=void 0:(n=new r(A),n.dt(A,e,i)),void 0!==i?(e.nt??(e.nt=[]))[i]=n:e.st=n),void 0!==n&&(t=xg(A,n.Bt(A,t.values),n,i)),t}class Rg{constructor(A,t){this.ft=[],this.wt=void 0,this.vt=A,this.Qt=t}get parentNode(){return this.Qt.parentNode}get Ut(){return this.Qt.Ut}u(A){const{el:{content:t},parts:e}=this.vt,i=(A?.creationScope??gg).importNode(t,!0);Dg.currentNode=i;let n=Dg.nextNode(),r=0,s=0,o=e[0];for(;void 0!==o;){if(r===o.index){let t;2===o.type?t=new Ng(n,n.nextSibling,this,A):1===o.type?t=new o.ctor(n,o.name,o.strings,this,A):6===o.type&&(t=new Vg(n,this,A)),this.ft.push(t),o=e[++s]}r!==o?.index&&(n=Dg.nextNode(),r++)}return Dg.currentNode=gg,i}p(A){let t=0;for(const e of this.ft)void 0!==e&&(void 0!==e.strings?(e.Ct(A,e,t),t+=e.strings.length-2):e.Ct(A[t])),t++}}class Ng{get Ut(){return this.Qt?.Ut??this.Ft}constructor(A,t,e,i){this.type=2,this.yt=Kg,this.wt=void 0,this.bt=A,this.Et=t,this.Qt=e,this.options=i,this.Ft=i?.isConnected??!0}get parentNode(){let A=this.bt.parentNode;const t=this.Qt;return void 0!==t&&11===A?.nodeType&&(A=t.parentNode),A}get startNode(){return this.bt}get endNode(){return this.Et}Ct(A,t=this){A=xg(this,A,t),vg(A)?A===Kg||null==A||""===A?(this.yt!==Kg&&this.Ht(),this.yt=Kg):A!==this.yt&&A!==Sg&&this.EA(A):void 0!==A.it?this.$(A):void 0!==A.nodeType?this.T(A):(A=>Qg(A)||"function"==typeof A?.[Symbol.iterator])(A)?this.k(A):this.EA(A)}O(A){return this.bt.parentNode.insertBefore(A,this.Et)}T(A){this.yt!==A&&(this.Ht(),this.yt=this.O(A))}EA(A){this.yt!==Kg&&vg(this.yt)?this.bt.nextSibling.data=A:this.T(gg.createTextNode(A)),this.yt=A}$(A){const{values:t,it:e}=A,i="number"==typeof e?this.It(A):(void 0===e.el&&(e.el=Lg.createElement(Mg(e.h,e.h[0]),this.options)),e);if(this.yt?.vt===i)this.yt.p(t);else{const A=new Rg(i,this),e=A.u(this.options);A.p(t),this.T(e),this.yt=A}}It(A){let t=Og.get(A.strings);return void 0===t&&Og.set(A.strings,t=new Lg(A)),t}k(A){Qg(this.yt)||(this.yt=[],this.Ht());const t=this.yt;let e,i=0;for(const n of A)i===t.length?t.push(e=new Ng(this.O(pg()),this.O(pg()),this,this.options)):e=t[i],e.Ct(n),i++;i<t.length&&(this.Ht(e&&e.Et.nextSibling,i),t.length=i)}Ht(A=this.bt.nextSibling,t){for(this.kt?.(!1,!0,t);A&&A!==this.Et;){const t=A.nextSibling;A.remove(),A=t}}setConnected(A){void 0===this.Qt&&(this.Ft=A,this.kt?.(A))}}class _g{get tagName(){return this.element.tagName}get Ut(){return this.Qt.Ut}constructor(A,t,e,i,n){this.type=1,this.yt=Kg,this.wt=void 0,this.element=A,this.name=t,this.Qt=i,this.options=n,e.length>2||""!==e[0]||""!==e[1]?(this.yt=Array(e.length-1).fill(new String),this.strings=e):this.yt=Kg}Ct(A,t=this,e,i){const n=this.strings;let r=!1;if(void 0===n)A=xg(this,A,t,0),r=!vg(A)||A!==this.yt&&A!==Sg,r&&(this.yt=A);else{const i=A;let s,o;for(A=n[0],s=0;s<n.length-1;s++)o=xg(this,i[e+s],t,s),o===Sg&&(o=this.yt[s]),r||(r=!vg(o)||o!==this.yt[s]),o===Kg?A=Kg:A!==Kg&&(A+=(o??"")+n[s+1]),this.yt[s]=o}r&&!i&&this.j(A)}j(A){A===Kg?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,A??"")}}class jg extends _g{constructor(){super(...arguments),this.type=3}j(A){this.element[this.name]=A===Kg?void 0:A}}class Gg extends _g{constructor(){super(...arguments),this.type=4}j(A){this.element.toggleAttribute(this.name,!!A&&A!==Kg)}}class Pg extends _g{constructor(A,t,e,i,n){super(A,t,e,i,n),this.type=5}Ct(A,t=this){if((A=xg(this,A,t,0)??Kg)===Sg)return;const e=this.yt,i=A===Kg&&e!==Kg||A.capture!==e.capture||A.once!==e.once||A.passive!==e.passive,n=A!==Kg&&(e===Kg||i);i&&this.element.removeEventListener(this.name,this,e),n&&this.element.addEventListener(this.name,this,A),this.yt=A}handleEvent(A){"function"==typeof this.yt?this.yt.call(this.options?.host??this.element,A):this.yt.handleEvent(A)}}class Vg{constructor(A,t,e){this.element=A,this.type=6,this.wt=void 0,this.Qt=t,this.options=e}get Ut(){return this.Qt.Ut}Ct(A){xg(this,A)}}const Jg=ug.litHtmlPolyfillSupport;Jg?.(Lg,Ng),(ug.litHtmlVersions??(ug.litHtmlVersions=[])).push("3.3.0");const Xg=globalThis;let Yg=class extends cg{constructor(){super(...arguments),this.renderOptions={host:this},this.Tt=void 0}createRenderRoot(){var A;const t=super.createRenderRoot();return(A=this.renderOptions).renderBefore??(A.renderBefore=t.firstChild),t}update(A){const t=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(A),this.Tt=((A,t,e)=>{const i=e?.renderBefore??t;let n=i.St;if(void 0===n){const A=e?.renderBefore??null;i.St=n=new Ng(t.insertBefore(pg(),A),A,void 0,e??{})}return n.Ct(A),n})(t,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this.Tt?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this.Tt?.setConnected(!1)}render(){return Sg}};Yg.Kt=!0,Yg.finalized=!0,Xg.litElementHydrateSupport?.({LitElement:Yg});const $g=Xg.litElementPolyfillSupport;$g?.({LitElement:Yg}),(Xg.litElementVersions??(Xg.litElementVersions=[])).push("4.2.0");const Wg={attribute:!0,type:String,converter:sg,reflect:!1,hasChanged:og},Zg=(A=Wg,t,e)=>{const{kind:i,metadata:n}=e;let r=globalThis.litPropertyMetadata.get(n);if(void 0===r&&globalThis.litPropertyMetadata.set(n,r=new Map),"setter"===i&&((A=Object.create(A)).wrapped=!0),r.set(e.name,A),"accessor"===i){const{name:i}=e;return{set(e){const n=t.get.call(this);t.set.call(this,e),this.requestUpdate(i,n,A)},init(t){return void 0!==t&&this.C(i,void 0,A,t),t}}}if("setter"===i){const{name:i}=e;return function(e){const n=this[i];t.call(this,e),this.requestUpdate(i,n,A)}}throw Error("Unsupported decorator location: "+i)};function qg(A){return(t,e)=>"object"==typeof e?Zg(A,t,e):((A,t,e)=>{const i=t.hasOwnProperty(e);return t.constructor.createProperty(e,A),i?Object.getOwnPropertyDescriptor(t,e):void 0})(A,t,e)}function zg(A){return qg({...A,state:!0,attribute:!1})}const Ap="session_data",tp=new class{constructor(A){this.namespace=A}getItem(A){return localStorage.getItem(`${this.namespace}.${A}`)}setItem(A,t){localStorage.setItem(`${this.namespace}.${A}`,t)}removeItem(A){localStorage.removeItem(`${this.namespace}.${A}`)}clear(){for(let A=0;A<localStorage.length;A++){const t=localStorage.key(A);t&&t.startsWith(`${this.namespace}.`)&&localStorage.removeItem(t)}}}("io.obi.widget");var ep=Object.defineProperty,ip=Object.getOwnPropertyDescriptor,np=(A,t,e,i)=>{for(var n,r=i>1?void 0:i?ip(t,e):t,s=A.length-1;s>=0;s--)(n=A[s])&&(r=(i?n(t,e,r):n(r))||r);return i&&r&&ep(t,e,r),r};class rp extends Yg{constructor(){super(...arguments),this.id="",this.isActive=!1,this.isSpecial=!1}handleClick(A){A.preventDefault(),A.stopPropagation();const t=new CustomEvent("click",{detail:{id:this.id,isActive:!this.isActive},bubbles:!0,composed:!0});this.dispatchEvent(t),this.onClick&&this.onClick(this.id,!this.isActive)}render(){return kg`
2
2
  <button
3
3
  id="obi-nav-${this.id}"
4
4
  class=${this.isSpecial?"special":""}
@@ -8,7 +8,7 @@
8
8
  >
9
9
  <slot></slot>
10
10
  </button>
11
- `}}sQ.styles=Xf`
11
+ `}}rp.styles=Xw`
12
12
  :host {
13
13
  display: block;
14
14
  }
@@ -60,7 +60,7 @@
60
60
  width: 18px;
61
61
  height: 18px;
62
62
  }
63
- `,nQ([$g({type:String})],sQ.prototype,"id",2),nQ([$g({type:Boolean})],sQ.prototype,"isActive",2),nQ([$g({type:Boolean})],sQ.prototype,"isSpecial",2),nQ([$g({type:Function})],sQ.prototype,"onClick",2),customElements.get("obi-nav-icon")||customElements.define("obi-nav-icon",sQ);const rQ=A=>kg`
63
+ `,np([qg({type:String})],rp.prototype,"id",2),np([qg({type:Boolean})],rp.prototype,"isActive",2),np([qg({type:Boolean})],rp.prototype,"isSpecial",2),np([qg({type:Function})],rp.prototype,"onClick",2),customElements.get("obi-nav-icon")||customElements.define("obi-nav-icon",rp);const sp=A=>kg`
64
64
  <svg
65
65
  xmlns="http://www.w3.org/2000/svg"
66
66
  width="24"
@@ -76,31 +76,31 @@
76
76
  >
77
77
  ${A}
78
78
  </svg>
79
- `,oQ=rQ(Tg`
79
+ `,op=sp(Tg`
80
80
  <rect x="14" y="4" width="4" height="16" rx="1"/><rect x="6" y="4" width="4" height="16" rx="1"/>
81
- `),aQ=rQ(Tg`<polygon points="6 3 20 12 6 21 6 3"/>`),cQ=rQ(Tg`
81
+ `),ap=sp(Tg`<polygon points="6 3 20 12 6 21 6 3"/>`),cp=sp(Tg`
82
82
  <path d="M12 2v10"/><path d="M18.4 6.6a9 9 0 1 1-12.77.04"/>
83
- `),hQ=rQ(Tg`
83
+ `),up=sp(Tg`
84
84
  <path d="M18 6 6 18"/><path d="m6 6 12 12"/>
85
- `),uQ=rQ(Tg`
85
+ `),hp=sp(Tg`
86
86
  <path d="M12 7v14" />
87
87
  <path
88
88
  d="M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z"
89
89
  />
90
- `),lQ=kg`
90
+ `),lp=kg`
91
91
  <img
92
92
  class="widget-icon"
93
93
  src="data:image/svg+xml;base64,${btoa('<?xml version="1.0" encoding="UTF-8"?>\n <svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg">\n <path d="M158.803 0L160.352 0.0399439C176.267 0.844061 188.922 13.9634 188.922 30.0311C188.922 46.6174 175.438 60.0653 158.803 60.0656H99.0263L98.9061 60.0722C78.8071 61.4795 62.6269 77.004 60.2644 96.7673L60.241 96.9704V158.93L60.2644 159.13C62.7406 179.86 80.4234 195.934 101.881 195.935H153.842C176.993 195.935 195.759 177.223 195.759 154.14V96.9138L195.799 95.3693C196.606 79.5009 209.766 66.8827 225.881 66.8827C242.515 66.8834 256 80.328 256 96.9138V159.086L255.963 160.564C255.225 175.748 243.176 187.971 228.038 189.038V189.214C207.121 190.591 190.4 207.263 189.019 228.119H188.842C187.738 243.7 174.712 256 158.803 256H96.4491C79.8147 256 66.3309 242.555 66.3302 225.969C66.3302 225.673 66.3349 225.375 66.3436 225.077H66.3503H66.3035C63.3344 206.008 47.4427 190.589 27.8321 189.231L27.8354 189.031C12.2702 187.868 0.000167669 174.905 0 159.086V96.9138L0.0367222 95.4192C0.791087 80.0787 13.0909 67.7634 28.453 66.9293C47.7697 65.3039 63.3522 50.3234 66.2969 31.4658L66.3469 31.1595L66.3369 30.85C66.3301 30.5933 66.3302 30.3238 66.3302 30.0311C66.3309 13.4454 79.8148 0.000165137 96.4491 0H158.803Z" fill="white"/>\n </svg>')}"
94
94
  alt="Obi Icon"
95
95
  />
96
- `;var dQ=Object.defineProperty,BQ=Object.getOwnPropertyDescriptor,wQ=(A,t,e,i)=>{for(var n,s=i>1?void 0:i?BQ(t,e):t,r=A.length-1;r>=0;r--)(n=A[r])&&(s=(i?n(t,e,s):n(s))||s);return i&&s&&dQ(t,e,s),s};class fQ extends Yg{constructor(){super(),this.isActive=!1,this.isScreenActive=!1,this.position={top:0,left:0},this.currentState=Na.READY,this.direction="up"}connectedCallback(){super.connectedCallback()}handleIconClick(A,t){this.onItemSelect&&this.onItemSelect(A,t)}render(){return kg`
96
+ `;var dp=Object.defineProperty,Bp=Object.getOwnPropertyDescriptor,fp=(A,t,e,i)=>{for(var n,r=i>1?void 0:i?Bp(t,e):t,s=A.length-1;s>=0;s--)(n=A[s])&&(r=(i?n(t,e,r):n(r))||r);return i&&r&&dp(t,e,r),r};class wp extends Yg{constructor(){super(),this.isActive=!1,this.isScreenActive=!1,this.position={top:0,left:0},this.currentState=Na.READY,this.direction="up"}connectedCallback(){super.connectedCallback()}handleIconClick(A,t){this.onItemSelect&&this.onItemSelect(A,t)}render(){return kg`
97
97
  ${this.isActive?kg`
98
98
  <obi-nav-icon
99
99
  id="pause"
100
100
  ?isActive=${this.currentState===Na.PAUSED}
101
101
  @click=${()=>this.handleIconClick("pause",this.currentState!==Na.PAUSED)}
102
102
  >
103
- ${this.currentState===Na.PAUSED?aQ:oQ}
103
+ ${this.currentState===Na.PAUSED?ap:op}
104
104
  </obi-nav-icon>
105
105
  <obi-nav-icon
106
106
  id="activate"
@@ -108,17 +108,17 @@
108
108
  ?isSpecial=${!0}
109
109
  @click=${()=>this.handleIconClick("activate",!this.isActive)}
110
110
  >
111
- ${this.isActive?hQ:cQ}
111
+ ${this.isActive?up:cp}
112
112
  </obi-nav-icon>
113
113
  `:kg`
114
114
  <obi-nav-icon
115
115
  id="experiences"
116
116
  @click=${()=>this.handleIconClick("experiences",!0)}
117
117
  >
118
- ${uQ}
118
+ ${hp}
119
119
  </obi-nav-icon>
120
120
  `}
121
- `}}fQ.styles=Xf`
121
+ `}}wp.styles=Xw`
122
122
  :host {
123
123
  display: flex;
124
124
  position: absolute;
@@ -128,7 +128,6 @@
128
128
  opacity: 1;
129
129
  transform: scale(1);
130
130
  pointer-events: auto;
131
- background-color: #fff;
132
131
  }
133
132
 
134
133
  :host([data-direction="up"]) {
@@ -142,13 +141,13 @@
142
141
  bottom: auto;
143
142
  flex-direction: column;
144
143
  }
145
- `,wQ([$g({type:Boolean})],fQ.prototype,"isActive",2),wQ([$g({type:Boolean})],fQ.prototype,"isScreenActive",2),wQ([$g({type:Object})],fQ.prototype,"position",2),wQ([$g({type:String})],fQ.prototype,"currentState",2),wQ([$g({type:String})],fQ.prototype,"direction",2),wQ([$g({type:Function})],fQ.prototype,"onItemSelect",2),customElements.get("obi-navigation-bar")||customElements.define("obi-navigation-bar",fQ);var gQ=Object.defineProperty,QQ=Object.getOwnPropertyDescriptor,vQ=(A,t,e,i)=>{for(var n,s=i>1?void 0:i?QQ(t,e):t,r=A.length-1;r>=0;r--)(n=A[r])&&(s=(i?n(t,e,s):n(s))||s);return i&&s&&gQ(t,e,s),s};class pQ extends Yg{constructor(){super(...arguments),this.id="",this.name="",this.description="",this.imageSrc=""}handleClick(){this.dispatchEvent(new CustomEvent("course-select",{detail:{id:this.id,name:this.name,description:this.description},bubbles:!0,composed:!0}))}render(){return kg`
144
+ `,fp([qg({type:Boolean})],wp.prototype,"isActive",2),fp([qg({type:Boolean})],wp.prototype,"isScreenActive",2),fp([qg({type:Object})],wp.prototype,"position",2),fp([qg({type:String})],wp.prototype,"currentState",2),fp([qg({type:String})],wp.prototype,"direction",2),fp([qg({type:Function})],wp.prototype,"onItemSelect",2),customElements.get("obi-navigation-bar")||customElements.define("obi-navigation-bar",wp);var gp=Object.defineProperty,pp=Object.getOwnPropertyDescriptor,vp=(A,t,e,i)=>{for(var n,r=i>1?void 0:i?pp(t,e):t,s=A.length-1;s>=0;s--)(n=A[s])&&(r=(i?n(t,e,r):n(r))||r);return i&&r&&gp(t,e,r),r};class Qp extends Yg{constructor(){super(...arguments),this.id="",this.name="",this.description="",this.imageSrc=""}handleClick(){this.dispatchEvent(new CustomEvent("course-select",{detail:{id:this.id,name:this.name,description:this.description},bubbles:!0,composed:!0}))}render(){return kg`
146
145
  <div class="course-container" @click=${this.handleClick}>
147
146
  <img src=${this.imageSrc} alt="Course Preview" class="course-image" />
148
147
  <h2 class="course-title">${this.name}</h2>
149
148
  ${this.description?kg`<p class="course-description">${this.description}</p>`:""}
150
149
  </div>
151
- `}}pQ.styles=Xf`
150
+ `}}Qp.styles=Xw`
152
151
  :host {
153
152
  display: block;
154
153
  }
@@ -193,7 +192,7 @@
193
192
  color: #71717a;
194
193
  margin: 0;
195
194
  }
196
- `,vQ([$g({type:String})],pQ.prototype,"id",2),vQ([$g({type:String})],pQ.prototype,"name",2),vQ([$g({type:String})],pQ.prototype,"description",2),vQ([$g({type:String})],pQ.prototype,"imageSrc",2);class mQ extends Yg{constructor(){super(...arguments),this.courses=[],this.loading=!1,this.error=""}render(){if(this.loading)return kg`<div class="loading">Loading...</div>`;if(this.error)return kg`<div class="error">${this.error}</div>`;if(!this.courses||0===this.courses.length)return kg`<div class="empty">No courses available</div>`;const A=1===this.courses.length?"grid-cols-1":2===this.courses.length?"grid-cols-2":"grid-cols-3";return kg`
195
+ `,vp([qg({type:String})],Qp.prototype,"id",2),vp([qg({type:String})],Qp.prototype,"name",2),vp([qg({type:String})],Qp.prototype,"description",2),vp([qg({type:String})],Qp.prototype,"imageSrc",2);class mp extends Yg{constructor(){super(...arguments),this.courses=[],this.loading=!1,this.error=""}render(){if(this.loading)return kg`<div class="loading">Loading...</div>`;if(this.error)return kg`<div class="error">${this.error}</div>`;if(!this.courses||0===this.courses.length)return kg`<div class="empty">No courses available</div>`;const A=1===this.courses.length?"grid-cols-1":2===this.courses.length?"grid-cols-2":"grid-cols-3";return kg`
197
196
  <div class="course-grid ${A}">
198
197
  ${this.courses.map((A=>kg`
199
198
  <obi-course
@@ -204,7 +203,7 @@
204
203
  ></obi-course>
205
204
  `))}
206
205
  </div>
207
- `}}mQ.styles=Xf`
206
+ `}}mp.styles=Xw`
208
207
  :host {
209
208
  display: block;
210
209
  }
@@ -239,7 +238,7 @@
239
238
  .error {
240
239
  color: #ef4444;
241
240
  }
242
- `,vQ([$g({type:Array})],mQ.prototype,"courses",2),vQ([$g({type:Boolean})],mQ.prototype,"loading",2),vQ([$g({type:String})],mQ.prototype,"error",2),customElements.get("obi-course")||customElements.define("obi-course",pQ),customElements.get("obi-course-list")||customElements.define("obi-course-list",mQ);var UQ=Object.defineProperty,CQ=Object.getOwnPropertyDescriptor,FQ=(A,t,e,i)=>{for(var n,s=i>1?void 0:i?CQ(t,e):t,r=A.length-1;r>=0;r--)(n=A[r])&&(s=(i?n(t,e,s):n(s))||s);return i&&s&&UQ(t,e,s),s};class yQ extends Yg{constructor(){super(...arguments),this.courses=[],this.loading=!0,this.error="",this.apiKey="",this.apiBaseUrl=""}handleClose(){this.onClose&&this.onClose()}async fetchCourses(){try{this.loading=!0;const A=await fetch(`${this.apiBaseUrl}/sessions?token=${this.apiKey}`),t=await A.json(),e=t.sessions?.map((A=>({id:A.uuid,name:A.onboarding_plan.name,description:A.onboarding_plan.description,imageSrc:A.onboarding_plan.screen_url||"https://corproductionsydney-storagebucket5cb7c8ea-atg4gmftc6sk.s3.amazonaws.com/static/generic-course.png"}))),i=e.filter((A=>!!A.name));this.courses=[...i],this.requestUpdate()}catch(A){this.error="Failed to fetch courses"}finally{this.loading=!1,this.requestUpdate()}}connectedCallback(){super.connectedCallback(),window.obiWidgetConfig?.apiKey&&(this.apiKey=window.obiWidgetConfig.apiKey),this.apiBaseUrl=t,this.apiBaseUrl&&this.apiKey?this.fetchCourses():(this.loading=!1,this.error="API base URL or API key is missing")}render(){return kg`
241
+ `,vp([qg({type:Array})],mp.prototype,"courses",2),vp([qg({type:Boolean})],mp.prototype,"loading",2),vp([qg({type:String})],mp.prototype,"error",2),customElements.get("obi-course")||customElements.define("obi-course",Qp),customElements.get("obi-course-list")||customElements.define("obi-course-list",mp);var Up=Object.defineProperty,Cp=Object.getOwnPropertyDescriptor,Fp=(A,t,e,i)=>{for(var n,r=i>1?void 0:i?Cp(t,e):t,s=A.length-1;s>=0;s--)(n=A[s])&&(r=(i?n(t,e,r):n(r))||r);return i&&r&&Up(t,e,r),r};class yp extends Yg{constructor(){super(...arguments),this.courses=[],this.loading=!0,this.error="",this.apiKey="",this.apiBaseUrl=""}handleClose(){this.onClose&&this.onClose()}async fetchCourses(){try{this.loading=!0;const A=await fetch(`${this.apiBaseUrl}/sessions?token=${this.apiKey}`),t=await A.json(),e=t.sessions?.map((A=>({id:A.uuid,name:A.onboarding_plan.name,description:A.onboarding_plan.description,imageSrc:A.onboarding_plan.screen_url||"https://corproductionsydney-storagebucket5cb7c8ea-atg4gmftc6sk.s3.amazonaws.com/static/generic-course.png"}))),i=e.filter((A=>!!A.name));this.courses=[...i],this.requestUpdate()}catch(A){this.error="Failed to fetch courses"}finally{this.loading=!1,this.requestUpdate()}}connectedCallback(){super.connectedCallback(),window.obiWidgetConfig?.apiKey&&(this.apiKey=window.obiWidgetConfig.apiKey),this.apiBaseUrl=t,this.apiBaseUrl&&this.apiKey?this.fetchCourses():(this.loading=!1,this.error="API base URL or API key is missing")}render(){return kg`
243
242
  <div class="backdrop" @click=${this.handleClose}></div>
244
243
  <div class="container">
245
244
  <button class="close-button" @click=${this.handleClose}>×</button>
@@ -254,7 +253,7 @@
254
253
  .error=${this.error}
255
254
  ></obi-course-list>
256
255
  </div>
257
- `}}yQ.styles=Xf`
256
+ `}}yp.styles=Xw`
258
257
  :host {
259
258
  display: block;
260
259
  font-family: "Syne", sans-serif;
@@ -337,7 +336,7 @@
337
336
  font-size: 24px;
338
337
  color: #6b7280;
339
338
  }
340
- `,FQ([$g({type:Array})],yQ.prototype,"courses",2),FQ([$g({type:Boolean})],yQ.prototype,"loading",2),FQ([$g({type:String})],yQ.prototype,"error",2),FQ([$g({type:String})],yQ.prototype,"apiKey",2),FQ([$g({type:Function})],yQ.prototype,"onClose",2),FQ([zg()],yQ.prototype,"apiBaseUrl",2),customElements.get("obi-course-modal")||customElements.define("obi-course-modal",yQ);class bQ{constructor(A){}get Ut(){return this.vt.Ut}dt(A,t,e){this.Ot=A,this.vt=t,this.Dt=e}Bt(A,t){return this.update(A,t)}update(A,t){return this.render(...t)}}const EQ=(A,t)=>{const e=A.ft;if(void 0===e)return!1;for(const i of e)i.ut?.(t,!1),EQ(i,t);return!0},HQ=A=>{let t,e;do{if(void 0===(t=A.vt))break;e=t.ft,e.delete(A),A=t}while(0===e?.size)},IQ=A=>{for(let t;t=A.vt;A=t){let e=t.ft;if(void 0===e)t.ft=e=new Set;else if(e.has(A))break;e.add(A),SQ(t)}};function kQ(A){void 0!==this.ft?(HQ(this),this.vt=A,IQ(this)):this.vt=A}function TQ(A,t=!1,e=0){const i=this.yt,n=this.ft;if(void 0!==n&&0!==n.size)if(t)if(Array.isArray(i))for(let s=e;s<i.length;s++)EQ(i[s],!1),HQ(i[s]);else null!=i&&(EQ(i,!1),HQ(i));else EQ(this,A)}const SQ=A=>{2==A.type&&(A.kt??(A.kt=TQ),A.Mt??(A.Mt=kQ))};class KQ extends bQ{constructor(){super(...arguments),this.ft=void 0}dt(A,t,e){super.dt(A,t,e),IQ(this),this.isConnected=A.Ut}ut(A,t=!0){A!==this.isConnected&&(this.isConnected=A,A?this.reconnected?.():this.disconnected?.()),t&&(EQ(this,A),HQ(this))}setValue(A){if(void 0===this.Ot.strings)this.Ot.Ct(A,this);else{const t=[...this.Ot.yt];t[this.Dt]=A,this.Ot.Ct(t,this,0)}}disconnected(){}reconnected(){}}class OQ{}const DQ=new WeakMap,MQ=(LQ=class extends KQ{render(A){return Kg}update(A,[t]){const e=t!==this.G;return e&&void 0!==this.G&&this.rt(void 0),(e||this.lt!==this.ct)&&(this.G=t,this.ht=A.options?.host,this.rt(this.ct=A.element)),Kg}rt(A){if(this.isConnected||(A=void 0),"function"==typeof this.G){const t=this.ht??globalThis;let e=DQ.get(t);void 0===e&&(e=new WeakMap,DQ.set(t,e)),void 0!==e.get(this.G)&&this.G.call(this.ht,void 0),e.set(this.G,A),void 0!==A&&this.G.call(this.ht,A)}else this.G.value=A}get lt(){return"function"==typeof this.G?DQ.get(this.ht??globalThis)?.get(this.G):this.G?.value}disconnected(){this.lt===this.ct&&this.rt(void 0)}reconnected(){this.rt(this.ct)}},(...A)=>({ot:LQ,values:A}));var LQ,RQ=Object.defineProperty,xQ=Object.getOwnPropertyDescriptor,NQ=(A,t,e,i)=>{for(var n,s=i>1?void 0:i?xQ(t,e):t,r=A.length-1;r>=0;r--)(n=A[r])&&(s=(i?n(t,e,s):n(s))||s);return i&&s&&RQ(t,e,s),s};class GQ extends Yg{constructor(){super(...arguments),this.volume={speaker:"ASSISTANT",volume:0,spectrum:[]},this.canvasRef=new OQ,this.barCount=8,this.animationFrame=null,this.primaryColor="#9500ff"}connectedCallback(){super.connectedCallback(),this.primaryColor=getComputedStyle(this).getPropertyValue("--obi-primary").trim()||"#9500ff",this.startAnimation()}disconnectedCallback(){super.disconnectedCallback(),this.stopAnimation()}startAnimation(){const A=()=>{this.drawEqualizer(),this.animationFrame=requestAnimationFrame(A)};this.animationFrame=requestAnimationFrame(A)}stopAnimation(){this.animationFrame&&(cancelAnimationFrame(this.animationFrame),this.animationFrame=null)}drawEqualizer(){const A=this.canvasRef.value;if(!A)return;const t=A.getContext("2d");if(!t)return;const e=window.devicePixelRatio||1,i=A.clientWidth,n=A.clientHeight;A.width=i*e,A.height=n*e,t.scale(e,e),t.clearRect(0,0,i,n);const s=Math.max(1,(i-3*(this.barCount-1))/this.barCount),r=n/2,o=(this.volume.speaker,this.volume.volume),a=(this.volume.speaker,this.volume.spectrum);if(0===o)return;let c=[];if(a&&a.length>0){const A=a.length,t=Math.ceil(A/10);let e=[];for(let c=0;c<10;c++){const i=c*t,n=Math.min((c+1)*t,A);let s=0;for(let A=i;A<n;A++)s+=a[A]||0;e.push({region:c,startIdx:i,endIdx:n,energy:s})}e.sort(((A,t)=>t.energy-A.energy));const i=e.slice(0,3),n=Math.min(...i.map((A=>A.startIdx))),s=Math.max(...i.map((A=>A.endIdx)));if(s>n)for(let h=0;h<this.barCount;h++){const t=n+h/(this.barCount-1)*(s-n),e=Math.min(A-1,Math.floor(t));c[h]=a[e]||0}else for(let h=0;h<this.barCount;h++){const t=h/(this.barCount-1)*(A/2),e=Math.min(A-1,Math.floor(t));c[h]=a[e]||0}const r=Math.max(...c,1),o="USER"===this.volume.speaker?.7:.6;c=c.map(((A,t)=>{const e=A/r,i=o+t/(this.barCount-1)*.3;return Math.min(1,e*i)}))}else if("USER"!==this.volume.speaker)for(let h=0;h<this.barCount;h++){const A=.002*Date.now(),t=.3+.2*Math.sin(A+.7*h);c[h]=t}for(let h=0;h<this.barCount;h++){const A=c.length>0&&void 0!==c[h]?c[h]:o;if("USER"===this.volume.speaker){const e=Math.floor(255*(.5*A+.5)).toString(16).padStart(2,"0");t.fillStyle=`${this.primaryColor}${e}`}else{const e=Math.floor(255*(.5*A+.5)).toString(16).padStart(2,"0");t.fillStyle=`#FFFFFF${e}`}const e=Math.max(2,.8*A*r),a=i-(this.barCount-h)*(s+3),u=s/2;t.beginPath(),t.moveTo(a+u,n/2-e),t.lineTo(a+s-u,n/2-e),t.quadraticCurveTo(a+s,n/2-e,a+s,n/2-e+u),t.lineTo(a+s,n/2),t.lineTo(a,n/2),t.lineTo(a,n/2-e+u),t.quadraticCurveTo(a,n/2-e,a+u,n/2-e),t.fill(),t.beginPath(),t.moveTo(a,n/2),t.lineTo(a+s,n/2),t.lineTo(a+s,n/2+e-u),t.quadraticCurveTo(a+s,n/2+e,a+s-u,n/2+e),t.lineTo(a+u,n/2+e),t.quadraticCurveTo(a,n/2+e,a,n/2+e-u),t.lineTo(a,n/2),t.fill()}}render(){return kg` <canvas ${MQ(this.canvasRef)} width="52" height="52"></canvas> `}}GQ.styles=Xf`
339
+ `,Fp([qg({type:Array})],yp.prototype,"courses",2),Fp([qg({type:Boolean})],yp.prototype,"loading",2),Fp([qg({type:String})],yp.prototype,"error",2),Fp([qg({type:String})],yp.prototype,"apiKey",2),Fp([qg({type:Function})],yp.prototype,"onClose",2),Fp([zg()],yp.prototype,"apiBaseUrl",2),customElements.get("obi-course-modal")||customElements.define("obi-course-modal",yp);class bp{constructor(A){}get Ut(){return this.Qt.Ut}dt(A,t,e){this.Ot=A,this.Qt=t,this.Dt=e}Bt(A,t){return this.update(A,t)}update(A,t){return this.render(...t)}}const Ep=(A,t)=>{const e=A.wt;if(void 0===e)return!1;for(const i of e)i.ut?.(t,!1),Ep(i,t);return!0},Hp=A=>{let t,e;do{if(void 0===(t=A.Qt))break;e=t.wt,e.delete(A),A=t}while(0===e?.size)},Ip=A=>{for(let t;t=A.Qt;A=t){let e=t.wt;if(void 0===e)t.wt=e=new Set;else if(e.has(A))break;e.add(A),Sp(t)}};function kp(A){void 0!==this.wt?(Hp(this),this.Qt=A,Ip(this)):this.Qt=A}function Tp(A,t=!1,e=0){const i=this.yt,n=this.wt;if(void 0!==n&&0!==n.size)if(t)if(Array.isArray(i))for(let r=e;r<i.length;r++)Ep(i[r],!1),Hp(i[r]);else null!=i&&(Ep(i,!1),Hp(i));else Ep(this,A)}const Sp=A=>{2==A.type&&(A.kt??(A.kt=Tp),A.Mt??(A.Mt=kp))};class Kp extends bp{constructor(){super(...arguments),this.wt=void 0}dt(A,t,e){super.dt(A,t,e),Ip(this),this.isConnected=A.Ut}ut(A,t=!0){A!==this.isConnected&&(this.isConnected=A,A?this.reconnected?.():this.disconnected?.()),t&&(Ep(this,A),Hp(this))}setValue(A){if(void 0===this.Ot.strings)this.Ot.Ct(A,this);else{const t=[...this.Ot.yt];t[this.Dt]=A,this.Ot.Ct(t,this,0)}}disconnected(){}reconnected(){}}class Op{}const Dp=new WeakMap,Mp=(Lp=class extends Kp{render(A){return Kg}update(A,[t]){const e=t!==this.G;return e&&void 0!==this.G&&this.rt(void 0),(e||this.lt!==this.ct)&&(this.G=t,this.ht=A.options?.host,this.rt(this.ct=A.element)),Kg}rt(A){if(this.isConnected||(A=void 0),"function"==typeof this.G){const t=this.ht??globalThis;let e=Dp.get(t);void 0===e&&(e=new WeakMap,Dp.set(t,e)),void 0!==e.get(this.G)&&this.G.call(this.ht,void 0),e.set(this.G,A),void 0!==A&&this.G.call(this.ht,A)}else this.G.value=A}get lt(){return"function"==typeof this.G?Dp.get(this.ht??globalThis)?.get(this.G):this.G?.value}disconnected(){this.lt===this.ct&&this.rt(void 0)}reconnected(){this.rt(this.ct)}},(...A)=>({ot:Lp,values:A}));var Lp,xp=Object.defineProperty,Rp=Object.getOwnPropertyDescriptor,Np=(A,t,e,i)=>{for(var n,r=i>1?void 0:i?Rp(t,e):t,s=A.length-1;s>=0;s--)(n=A[s])&&(r=(i?n(t,e,r):n(r))||r);return i&&r&&xp(t,e,r),r};class _p extends Yg{constructor(){super(...arguments),this.volume={speaker:"ASSISTANT",volume:0,spectrum:[]},this.canvasRef=new Op,this.barCount=8,this.animationFrame=null,this.primaryColor="#9500ff"}connectedCallback(){super.connectedCallback(),this.primaryColor=getComputedStyle(this).getPropertyValue("--obi-primary").trim()||"#9500ff",this.startAnimation()}disconnectedCallback(){super.disconnectedCallback(),this.stopAnimation()}startAnimation(){const A=()=>{this.drawEqualizer(),this.animationFrame=requestAnimationFrame(A)};this.animationFrame=requestAnimationFrame(A)}stopAnimation(){this.animationFrame&&(cancelAnimationFrame(this.animationFrame),this.animationFrame=null)}drawEqualizer(){const A=this.canvasRef.value;if(!A)return;const t=A.getContext("2d");if(!t)return;const e=window.devicePixelRatio||1,i=A.clientWidth,n=A.clientHeight;A.width=i*e,A.height=n*e,t.scale(e,e),t.clearRect(0,0,i,n);const r=Math.max(1,(i-3*(this.barCount-1))/this.barCount),s=n/2,o=(this.volume.speaker,this.volume.volume),a=(this.volume.speaker,this.volume.spectrum);if(0===o)return;let c=[];if(a&&a.length>0){const A=a.length,t=Math.ceil(A/10);let e=[];for(let c=0;c<10;c++){const i=c*t,n=Math.min((c+1)*t,A);let r=0;for(let A=i;A<n;A++)r+=a[A]||0;e.push({region:c,startIdx:i,endIdx:n,energy:r})}e.sort(((A,t)=>t.energy-A.energy));const i=e.slice(0,3),n=Math.min(...i.map((A=>A.startIdx))),r=Math.max(...i.map((A=>A.endIdx)));if(r>n)for(let u=0;u<this.barCount;u++){const t=n+u/(this.barCount-1)*(r-n),e=Math.min(A-1,Math.floor(t));c[u]=a[e]||0}else for(let u=0;u<this.barCount;u++){const t=u/(this.barCount-1)*(A/2),e=Math.min(A-1,Math.floor(t));c[u]=a[e]||0}const s=Math.max(...c,1),o="USER"===this.volume.speaker?.7:.6;c=c.map(((A,t)=>{const e=A/s,i=o+t/(this.barCount-1)*.3;return Math.min(1,e*i)}))}else if("USER"!==this.volume.speaker)for(let u=0;u<this.barCount;u++){const A=.002*Date.now(),t=.3+.2*Math.sin(A+.7*u);c[u]=t}for(let u=0;u<this.barCount;u++){const A=c.length>0&&void 0!==c[u]?c[u]:o;if("USER"===this.volume.speaker){const e=Math.floor(255*(.5*A+.5)).toString(16).padStart(2,"0");t.fillStyle=`${this.primaryColor}${e}`}else{const e=Math.floor(255*(.5*A+.5)).toString(16).padStart(2,"0");t.fillStyle=`#FFFFFF${e}`}const e=Math.max(2,.8*A*s),a=i-(this.barCount-u)*(r+3),h=r/2;t.beginPath(),t.moveTo(a+h,n/2-e),t.lineTo(a+r-h,n/2-e),t.quadraticCurveTo(a+r,n/2-e,a+r,n/2-e+h),t.lineTo(a+r,n/2),t.lineTo(a,n/2),t.lineTo(a,n/2-e+h),t.quadraticCurveTo(a,n/2-e,a+h,n/2-e),t.fill(),t.beginPath(),t.moveTo(a,n/2),t.lineTo(a+r,n/2),t.lineTo(a+r,n/2+e-h),t.quadraticCurveTo(a+r,n/2+e,a+r-h,n/2+e),t.lineTo(a+h,n/2+e),t.quadraticCurveTo(a,n/2+e,a,n/2+e-h),t.lineTo(a,n/2),t.fill()}}render(){return kg` <canvas ${Mp(this.canvasRef)} width="52" height="52"></canvas> `}}_p.styles=Xw`
341
340
  :host {
342
341
  display: block;
343
342
  width: 40px;
@@ -349,7 +348,7 @@
349
348
  width: 100%;
350
349
  height: 100%;
351
350
  }
352
- `,NQ([$g({type:Object})],GQ.prototype,"volume",2),NQ([zg()],GQ.prototype,"canvasRef",2),customElements.get("obi-audio-equalizer")||customElements.define("obi-audio-equalizer",GQ);var jQ=Object.defineProperty;Object.getOwnPropertyDescriptor;class VQ extends Yg{constructor(){super(...arguments),this.activeDots=Array(5).fill(!1),this.numDots=5,this.containerWidth=32,this.dotSize=2,this.bounceHeight=12,this.animationDuration=200,this.pauseDuration=300,this.overlapFactor=.7,this.color="#FFF",this.timeoutIds=[]}connectedCallback(){super.connectedCallback(),this.startAnimation(),this.style.setProperty("--dot-loader-width",`${this.containerWidth}px`),this.style.setProperty("--dot-size",`${this.dotSize}px`),this.style.setProperty("--dot-color",this.color)}disconnectedCallback(){super.disconnectedCallback(),this.stopAnimation()}startAnimation(){this.animateSequence()}stopAnimation(){this.timeoutIds.forEach((A=>window.clearTimeout(A))),this.timeoutIds=[]}animateSequence(){this.activeDots=Array(this.numDots).fill(!1);for(let t=0;t<this.numDots;t++){const A=t*(this.animationDuration*this.overlapFactor),e=window.setTimeout((()=>{this.activeDots=[...this.activeDots],this.activeDots[t]=!0;const A=window.setTimeout((()=>{this.activeDots=[...this.activeDots],this.activeDots[t]=!1}),this.animationDuration);this.timeoutIds.push(A)}),A);this.timeoutIds.push(e)}const A=window.setTimeout((()=>{this.animateSequence()}),this.numDots*this.animationDuration*this.overlapFactor+this.pauseDuration);this.timeoutIds.push(A)}render(){return kg`
351
+ `,Np([qg({type:Object})],_p.prototype,"volume",2),Np([zg()],_p.prototype,"canvasRef",2),customElements.get("obi-audio-equalizer")||customElements.define("obi-audio-equalizer",_p);var jp=Object.defineProperty;Object.getOwnPropertyDescriptor;class Gp extends Yg{constructor(){super(...arguments),this.activeDots=Array(5).fill(!1),this.numDots=5,this.containerWidth=32,this.dotSize=2,this.bounceHeight=12,this.animationDuration=200,this.pauseDuration=300,this.overlapFactor=.7,this.color="#FFF",this.timeoutIds=[]}connectedCallback(){super.connectedCallback(),this.startAnimation(),this.style.setProperty("--dot-loader-width",`${this.containerWidth}px`),this.style.setProperty("--dot-size",`${this.dotSize}px`),this.style.setProperty("--dot-color",this.color)}disconnectedCallback(){super.disconnectedCallback(),this.stopAnimation()}startAnimation(){this.animateSequence()}stopAnimation(){this.timeoutIds.forEach((A=>window.clearTimeout(A))),this.timeoutIds=[]}animateSequence(){this.activeDots=Array(this.numDots).fill(!1);for(let t=0;t<this.numDots;t++){const A=t*(this.animationDuration*this.overlapFactor),e=window.setTimeout((()=>{this.activeDots=[...this.activeDots],this.activeDots[t]=!0;const A=window.setTimeout((()=>{this.activeDots=[...this.activeDots],this.activeDots[t]=!1}),this.animationDuration);this.timeoutIds.push(A)}),A);this.timeoutIds.push(e)}const A=window.setTimeout((()=>{this.animateSequence()}),this.numDots*this.animationDuration*this.overlapFactor+this.pauseDuration);this.timeoutIds.push(A)}render(){return kg`
353
352
  <div class="dot-loader">
354
353
  ${this.activeDots.map((A=>kg`
355
354
  <div
@@ -358,7 +357,7 @@
358
357
  ></div>
359
358
  `))}
360
359
  </div>
361
- `}}VQ.styles=Xf`
360
+ `}}Gp.styles=Xw`
362
361
  :host {
363
362
  display: block;
364
363
  }
@@ -385,10 +384,10 @@
385
384
  transition: transform 0.2s ease-in-out;
386
385
  opacity: 1;
387
386
  }
388
- `,((A,t,e)=>{for(var i,n=void 0,s=A.length-1;s>=0;s--)(i=A[s])&&(n=i(t,e,n)||n);n&&jQ(t,e,n)})([zg()],VQ.prototype,"activeDots"),customElements.get("obi-dot-loader")||customElements.define("obi-dot-loader",VQ);class PQ extends Yg{render(){return kg`
387
+ `,((A,t,e)=>{for(var i,n=void 0,r=A.length-1;r>=0;r--)(i=A[r])&&(n=i(t,e,n)||n);n&&jp(t,e,n)})([zg()],Gp.prototype,"activeDots"),customElements.get("obi-dot-loader")||customElements.define("obi-dot-loader",Gp);class Pp extends Yg{render(){return kg`
389
388
  <obi-dot-loader loading style="margin-left: 2px"></obi-dot-loader>
390
389
  <span class="text">Searching the knowledge base</span>
391
- `}}PQ.styles=Xf`
390
+ `}}Pp.styles=Xw`
392
391
  :host {
393
392
  display: flex;
394
393
  align-items: center;
@@ -403,23 +402,24 @@
403
402
  font-weight: 500;
404
403
  font-size: 14px;
405
404
  }
406
- `,customElements.get("obi-searching-loader")||customElements.define("obi-searching-loader",PQ);var _Q=Object.defineProperty,JQ=Object.getOwnPropertyDescriptor,XQ=(A,t,e,i)=>{for(var n,s=i>1?void 0:i?JQ(t,e):t,r=A.length-1;r>=0;r--)(n=A[r])&&(s=(i?n(t,e,s):n(s))||s);return i&&s&&_Q(t,e,s),s};class YQ extends Yg{handleStart(){this.onStart&&this.session&&this.onStart(this.session.id)}handleClose(){this.onClose&&this.onClose()}render(){return kg`
405
+ `,customElements.get("obi-searching-loader")||customElements.define("obi-searching-loader",Pp);var Vp=Object.defineProperty,Jp=Object.getOwnPropertyDescriptor,Xp=(A,t,e,i)=>{for(var n,r=i>1?void 0:i?Jp(t,e):t,s=A.length-1;s>=0;s--)(n=A[s])&&(r=(i?n(t,e,r):n(r))||r);return i&&r&&Vp(t,e,r),r};class Yp extends Yg{handleStart(){this.onStart&&this.session&&this.onStart(this.session.id)}handleClose(){this.onClose&&this.onClose()}render(){return kg`
407
406
  <div class="backdrop"></div>
408
407
  <div class="container">
409
408
  <button class="close-button" @click=${this.handleClose}>×</button>
410
409
 
411
410
  <div class="header">
412
- <div class="logo">${lQ}</div>
411
+ <div class="logo">${lp}</div>
413
412
  <h1>${this.session.name}</h1>
414
413
  <p class="subtitle">${this.session.description}</p>
415
414
  </div>
416
415
 
417
- <button class="button button-primary" @click=${this.handleStart}>Continue →</button>
416
+ <button class="button button-primary" @click=${this.handleStart}>Continue</button>
418
417
  </div>
419
- `}}YQ.styles=Xf`
418
+ `}}Yp.styles=Xw`
420
419
  :host {
421
420
  display: block;
422
421
  font-family: "Inter", sans-serif;
422
+ box-sizing: border-box;
423
423
  }
424
424
 
425
425
  .backdrop {
@@ -433,18 +433,18 @@
433
433
  }
434
434
 
435
435
  .container {
436
+ box-sizing: border-box;
436
437
  position: fixed;
437
438
  top: 50%;
438
439
  left: 50%;
439
440
  transform: translate(-50%, -50%);
440
441
  z-index: 50;
441
- gap: 32px;
442
442
 
443
443
  /* Layout from user specifications */
444
444
  display: flex;
445
445
  width: 640px;
446
446
  min-height: 380px;
447
- padding: 48px 48px 32px 48px;
447
+ padding: 32px;
448
448
  flex-direction: column;
449
449
  justify-content: space-between;
450
450
  align-items: center;
@@ -463,20 +463,17 @@
463
463
  flex-direction: column;
464
464
  align-items: center;
465
465
  text-align: center;
466
- gap: 16px;
467
466
  }
468
467
 
469
468
  .logo {
470
469
  display: flex;
471
470
  width: 96px;
472
471
  height: 96px;
473
- padding: 8px;
474
472
  justify-content: center;
475
473
  align-items: center;
476
- gap: 8px;
477
474
  aspect-ratio: 1/1;
478
- border-radius: var(--border-radius-lg, 12px);
479
- background: var(--tailwind-colors-violet-600, #7c3aed);
475
+ border-radius: 8px;
476
+ background: var(--obi-primary, #a10fff);
480
477
  box-shadow:
481
478
  0px 0px 8px 0px rgba(168, 85, 247, 0.12),
482
479
  0px 0px 8px 0px rgba(192, 132, 252, 0.24),
@@ -494,32 +491,36 @@
494
491
  }
495
492
 
496
493
  h1 {
497
- font-family: "Syne", sans-serif;
494
+ font-family: "Satoshi", sans-serif;
498
495
  font-size: 32px;
499
496
  font-weight: 700;
500
497
  color: #111827;
501
498
  margin: 0;
499
+ margin-top: 32px;
500
+ margin-bottom: 16px;
502
501
  }
503
502
 
504
503
  .subtitle {
504
+ font-family: "Satoshi", sans-serif;
505
+ font-weight: 300;
505
506
  font-size: 16px;
506
- color: #6b7280;
507
- line-height: 1.5;
507
+ color: #18181b;
508
+ line-height: 1.4;
508
509
  margin: 0;
509
510
  }
510
511
 
511
512
  .button {
513
+ font-family: "Satoshi", sans-serif;
514
+ font-weight: 400;
515
+ font-size: 16px;
512
516
  padding: 12px 24px;
513
517
  border-radius: 8px;
514
518
  border: none;
515
- font-size: 16px;
516
- font-weight: 500;
517
519
  cursor: pointer;
518
520
  transition: all 0.2s ease;
519
521
  display: flex;
520
522
  align-items: center;
521
523
  justify-content: center;
522
- gap: 8px;
523
524
  }
524
525
 
525
526
  .button-primary {
@@ -535,6 +536,7 @@
535
536
  border-radius: var(--border-radius-default, 6px);
536
537
  background: var(--base-primary, #18181b);
537
538
  color: white;
539
+ margin-top: 32px;
538
540
  }
539
541
 
540
542
  .button-primary:hover {
@@ -543,34 +545,32 @@
543
545
 
544
546
  .close-button {
545
547
  position: absolute;
546
- top: 16px;
548
+ top: 12px;
547
549
  right: 16px;
548
550
  background: none;
549
551
  border: none;
550
552
  cursor: pointer;
551
553
  font-size: 24px;
552
554
  color: #6b7280;
553
- padding: 4px;
554
- border-radius: 4px;
555
- transition: all 0.2s ease;
556
- }
557
-
558
- .close-button:hover {
559
- color: #374151;
560
- background: #f3f4f6;
555
+ padding: 0;
556
+ margin: 0;
557
+ line-height: 1;
558
+ display: inline-flex;
559
+ align-items: center;
560
+ justify-content: center;
561
561
  }
562
- `,XQ([$g({type:Object})],YQ.prototype,"session",2),XQ([$g({type:Function})],YQ.prototype,"onStart",2),XQ([$g({type:Function})],YQ.prototype,"onClose",2),customElements.get("obi-session-start-modal")||customElements.define("obi-session-start-modal",YQ);var ZQ=Object.defineProperty,WQ=Object.getOwnPropertyDescriptor,qQ=(A,t,e,i)=>{for(var n,s=i>1?void 0:i?WQ(t,e):t,r=A.length-1;r>=0;r--)(n=A[r])&&(s=(i?n(t,e,s):n(s))||s);return i&&s&&ZQ(t,e,s),s};const $Q="io.obi.widget-parameters";class zQ extends Yg{constructor(){super(),this.apiKey="",this.isActive=!0,this.linkOnlyAccess=!1,this.position="bottom-right",this.user=null,this.state=Na.READY,this.storedActiveState=void 0,this.showCourseModal=!1,this.showSessionStartModal=!1,this.selectedCourse=null,this.isHovering=!1,this.navVisible=!1,this.activeSession=null,this.volume={speaker:"ASSISTANT",volume:0,spectrum:[]},this.sessionToken=null,this.roomToken=null,this.roomUrl=null,this.boundSaveSessionData=null,this.obiClient=null,this.closeNavTimeoutRef=null,this.researchingTimeoutRef=null,this.handleCourseSelectEvent=A=>{const t=A;this.selectedCourse=t.detail,this.showCourseModal=!1,this.showSessionStartModal=!0},this.handleUrlSessionEvent=async A=>{try{if(!this.obiClient)return;const t=await this.obiClient.listSessions(this.apiKey);if(t.data){const e=t.data.sessions,i=e?.find((t=>t.uuid===A));if(i){const t=i;this.selectedCourse={id:A,name:t.onboarding_plan?.name||"",description:t.onboarding_plan?.description||""},this.state=Na.LOADING,this.showSessionStartModal=!0}}}catch(t){}},this.obiClient=new h({baseUrl:t});const A=()=>{this.activeSession&&this.sessionToken&&this.roomToken&&this.roomUrl&&this.saveSessionData()};window.addEventListener("beforeunload",A),window.addEventListener("pagehide",A)}updateFromConfig(){window.obiWidgetConfig&&(this.apiKey=window.obiWidgetConfig.apiKey||this.apiKey,this.position=window.obiWidgetConfig.position||this.position,this.user=window.obiWidgetConfig.user||this.user,void 0!==window.obiWidgetConfig.isActive&&(this.isActive=window.obiWidgetConfig.isActive),void 0!==window.obiWidgetConfig.linkOnlyAccess&&(this.linkOnlyAccess=window.obiWidgetConfig.linkOnlyAccess),this.style.setProperty("--obi-primary",window.obiWidgetConfig?.primaryColor||"#9500ff"),this.style.setProperty("--obi-secondary",window.obiWidgetConfig?.secondaryColor||"#c4b5fd"))}removeSessionUrlParams(){const A=new URL(window.location.href);A.searchParams.delete(Va),window.history.replaceState({},"",A.toString());try{localStorage.removeItem($Q)}catch(t){}}createSession(A){try{return new ja({sessionId:A,apiBaseUrl:t})||null}catch(e){return null}}setupSessionEventListeners(A,t){A.on("stateChanged",(t=>{if(t===Na.RESEARCHING)return this.researchingTimeoutRef&&window.clearTimeout(this.researchingTimeoutRef),this.state=t,this.researchingTimeoutRef=window.setTimeout((()=>{this.researchingTimeoutRef=null;const t=A.getCurrentState();this.state=t,t!==Na.READY&&(this.storedActiveState=t)}),1500),void(this.storedActiveState=t);null===this.researchingTimeoutRef&&(this.state=t,t!==Na.READY&&(this.storedActiveState=t))})),A.on("volume",(({speaker:A,spectrum:t,volume:e})=>{this.volume={speaker:A,spectrum:t,volume:e}})),A.on("error",(A=>{this.state=Na.ERROR,this.activeSession=null,t&&t()}))}handleSessionCreationFailure(A){this.state=Na.ERROR,this.activeSession=null,A&&A()}async connectObi(A){if(!this.activeSession)try{const t=this.createSession(A);if(!t)return void this.handleSessionCreationFailure((()=>this.removeSessionUrlParams()));this.setupSessionEventListeners(t,(()=>this.removeSessionUrlParams())),t.on("screenCaptureRequested",(async()=>{try{const e=(await(A=document.documentElement,t={useCORS:!0,allowTaint:!0,foreignObjectRendering:!0},void 0===t&&(t={}),(function(A,t){return Xa(void 0,void 0,void 0,(function(){var e,i,n,s,r,o,a,c,h,u,l,d,B,w,f,g,Q,v,p,m,U,C,F,y,b,E,H,I,k,T,S,K,O,D,M,L,R,x;return Ya(this,(function(N){switch(N.label){case 0:if(!A||"object"!=typeof A)return[2,Promise.reject("Invalid element provided as first argument")];if(!(e=A.ownerDocument))throw new Error("Element is not attached to a Document");if(!(i=e.defaultView))throw new Error("Document is not attached to a Window");return n={allowTaint:null!==(C=t.allowTaint)&&void 0!==C&&C,imageTimeout:null!==(F=t.imageTimeout)&&void 0!==F?F:15e3,proxy:t.proxy,useCORS:null!==(y=t.useCORS)&&void 0!==y&&y,customIsSameOrigin:t.customIsSameOrigin},s=Ja({logging:null===(b=t.logging)||void 0===b||b,cache:t.cache},n),r={windowWidth:null!==(E=t.windowWidth)&&void 0!==E?E:i.innerWidth,windowHeight:null!==(H=t.windowHeight)&&void 0!==H?H:i.innerHeight,scrollX:null!==(I=t.scrollX)&&void 0!==I?I:i.pageXOffset,scrollY:null!==(k=t.scrollY)&&void 0!==k?k:i.pageYOffset},o=new Za(r.scrollX,r.scrollY,r.windowWidth,r.windowHeight),a=new Gf(s,o),c=null!==(T=t.foreignObjectRendering)&&void 0!==T&&T,h={allowTaint:null!==(S=t.allowTaint)&&void 0!==S&&S,onclone:t.onclone,ignoreElements:t.ignoreElements,inlineImages:c,copyStyles:c},a.logger.debug("Starting document clone with size ".concat(o.width,"x").concat(o.height," scrolled to ").concat(-o.left,",").concat(-o.top)),u=new bw(a,A,h),(l=u.clonedReferenceElement)?[4,u.toIFrame(e,o)]:[2,Promise.reject("Unable to find element in cloned iframe")];case 1:return d=N.sent(),B=Aw(l)||"HTML"===l.tagName?(function(A){var t=A.body,e=A.documentElement;if(!t||!e)throw new Error("Unable to get document size");var i=Math.max(Math.max(t.scrollWidth,e.scrollWidth),Math.max(t.offsetWidth,e.offsetWidth),Math.max(t.clientWidth,e.clientWidth)),n=Math.max(Math.max(t.scrollHeight,e.scrollHeight),Math.max(t.offsetHeight,e.offsetHeight),Math.max(t.clientHeight,e.clientHeight));return new Za(0,0,i,n)})(l.ownerDocument):Wa(a,l),w=B.width,f=B.height,g=B.left,Q=B.top,v=(function(A,t,e){var i=t.ownerDocument,n=i.documentElement?Vu(A,getComputedStyle(i.documentElement).backgroundColor):Pu.TRANSPARENT,s=i.body?Vu(A,getComputedStyle(i.body).backgroundColor):Pu.TRANSPARENT,r="string"==typeof e?Vu(A,e):null===e?Pu.TRANSPARENT:4294967295;return t===i.documentElement?ou(n)?ou(s)?r:s:n:r})(a,l,t.backgroundColor),p={canvas:t.canvas,backgroundColor:v,scale:null!==(O=null!==(K=t.scale)&&void 0!==K?K:i.devicePixelRatio)&&void 0!==O?O:1,x:(null!==(D=t.x)&&void 0!==D?D:0)+g,y:(null!==(M=t.y)&&void 0!==M?M:0)+Q,width:null!==(L=t.width)&&void 0!==L?L:Math.ceil(w),height:null!==(R=t.height)&&void 0!==R?R:Math.ceil(f)},c?(a.logger.debug("Document cloned, using foreign object rendering"),[4,new Rf(a,p).render(l)]):[3,3];case 2:return m=N.sent(),[3,5];case 3:return a.logger.debug("Document cloned, element located at ".concat(g,",").concat(Q," with size ").concat(w,"x").concat(f," using computed rendering")),a.logger.debug("Starting DOM parsing"),U=VB(a,l),v===U.styles.backgroundColor&&(U.styles.backgroundColor=Pu.TRANSPARENT),a.logger.debug("Starting renderer for element at ".concat(p.x,",").concat(p.y," with size ").concat(p.width,"x").concat(p.height)),[4,new Sf(a,p).render(U)];case 4:m=N.sent(),N.label=5;case 5:return(null===(x=t.removeContainer)||void 0===x||x)&&(bw.destroy(d)||a.logger.error("Cannot detach cloned iframe as it is not in the DOM anymore")),a.logger.debug("Finished rendering"),[2,m]}}))}))})(A,t))).toDataURL("image/png");this.activeSession.emit("screenCaptureComplete",e)}catch(e){this.activeSession.emit("screenCaptureComplete","error")}var A,t}));const e=await t.connect();e&&(this.sessionToken=A,this.roomToken=e.token,this.roomUrl=e.url,this.removeSessionUrlParams()),this.activeSession=t}catch(t){this.handleSessionCreationFailure((()=>this.removeSessionUrlParams()))}}async handleSessionStart(A){this.activeSession||(this.showSessionStartModal=!1,this.state=Na.LOADING,await this.connectObi(A))}async checkExistingSession(){try{const A=JSON.parse(tQ.getItem(AQ)||"{}"),{sessionToken:t,roomToken:e,roomUrl:i,sessionExpiry:n,obiState:s}=A;if(!t||!e||!i)return;if(n&&new Date(n)<new Date)return void this.clearSessionStorage();this.state=Na.LOADING;const r=this.createSession(t);if(!r)return void this.handleSessionCreationFailure((()=>this.clearSessionStorage()));this.setupSessionEventListeners(r,(()=>this.clearSessionStorage())),await r.reconnect(i,e,s)?(this.activeSession=r,this.sessionToken=t,this.roomToken=e,this.roomUrl=i,this.state=s,this.storedActiveState=s):this.clearSessionStorage()}catch(A){this.handleSessionCreationFailure((()=>this.clearSessionStorage()))}}clearSessionStorage(){tQ.removeItem(AQ)}saveSessionData(){if(this.activeSession&&this.sessionToken&&this.roomToken&&this.roomUrl){const A=new Date;A.setMinutes(A.getMinutes()+5);const t={sessionToken:this.sessionToken,roomToken:this.roomToken,roomUrl:this.roomUrl,obiState:this.storedActiveState??this.state,sessionExpiry:A.toISOString()};tQ.setItem(AQ,JSON.stringify(t))}}async sessionConnectionCheck(){if(await this.checkExistingSession(),!this.activeSession){let t={};try{const A=localStorage.getItem($Q);A&&(t=JSON.parse(A))}catch(A){}0===Object.keys(t).length&&new URLSearchParams(window.location.search).forEach(((A,e)=>{t[e]=A}));const e=t[Va];e&&this.apiKey&&await this.handleUrlSessionEvent(e)}}connectedCallback(){super.connectedCallback(),this.updateFromConfig(),this.setAttribute("position",this.position),this.boundSaveSessionData=this.saveSessionData.bind(this),window.addEventListener("beforeunload",this.boundSaveSessionData),window.addEventListener("pagehide",this.boundSaveSessionData),this.sessionConnectionCheck()}disconnectedCallback(){null!==this.closeNavTimeoutRef&&window.clearTimeout(this.closeNavTimeoutRef),null!==this.researchingTimeoutRef&&(window.clearTimeout(this.researchingTimeoutRef),this.researchingTimeoutRef=null),this.boundSaveSessionData&&(window.removeEventListener("beforeunload",this.boundSaveSessionData),window.removeEventListener("pagehide",this.boundSaveSessionData)),this.removeSessionUrlParams(),super.disconnectedCallback()}handleMouseEnter(){this.isHovering=!0,this.navVisible=!0}handleMouseLeave(){this.isHovering=!1,null!==this.closeNavTimeoutRef&&window.clearTimeout(this.closeNavTimeoutRef),this.closeNavTimeoutRef=window.setTimeout((()=>{this.isHovering||(this.navVisible=!1),this.closeNavTimeoutRef=null}),300)}terminateSession(){this.clearSessionStorage(),this.sessionToken=null,this.roomToken=null,this.roomUrl=null,null!==this.researchingTimeoutRef&&(window.clearTimeout(this.researchingTimeoutRef),this.researchingTimeoutRef=null),this.activeSession&&(this.activeSession.disconnect(),this.activeSession=null),this.state=Na.READY}handleItemSelect(A,t){"experiences"!==A?La([A,t]).with(["pause",!0],(()=>{this.activeSession?.pauseRecording()})).with(["pause",!1],(()=>{this.activeSession?.resumeRecording()})).with(["activate",!1],(()=>{this.terminateSession()})).otherwise((()=>{})):this.showCourseModal=!0}render(){if(!this.isActive)return Kg;if(this.linkOnlyAccess&&this.state===Na.READY)return Kg;const A=La(this.state).with(Na.LOADING,(()=>kg`<obi-dot-loader></obi-dot-loader>`)).with(Na.RESEARCHING,(()=>kg`<obi-searching-loader></obi-searching-loader>`)).with(Oa.union(Na.USER_SPEAKING,Na.AGENT_SPEAKING),(()=>kg`<obi-audio-equalizer .volume=${this.volume}></obi-audio-equalizer>`)).with(Na.THINKING,(()=>kg`<obi-dot-loader></obi-dot-loader>`)).with(Na.PAUSED,(()=>lQ)).otherwise((()=>lQ)),t=this.state===Na.USER_SPEAKING||this.state===Na.AGENT_SPEAKING,e=this.state===Na.RESEARCHING,i=this.state===Na.USER_SPEAKING,n=["widget-container",this.state!==Na.READY||this.navVisible?"rotated":"",t?"pulse":"",e?"researching":"",i?"user-speaking":""].filter(Boolean).join(" ");return kg`
562
+ `,Xp([qg({type:Object})],Yp.prototype,"session",2),Xp([qg({type:Function})],Yp.prototype,"onStart",2),Xp([qg({type:Function})],Yp.prototype,"onClose",2),customElements.get("obi-session-start-modal")||customElements.define("obi-session-start-modal",Yp);var $p=Object.defineProperty,Wp=Object.getOwnPropertyDescriptor,Zp=(A,t,e,i)=>{for(var n,r=i>1?void 0:i?Wp(t,e):t,s=A.length-1;s>=0;s--)(n=A[s])&&(r=(i?n(t,e,r):n(r))||r);return i&&r&&$p(t,e,r),r};class qp extends Yg{constructor(){super(),this.apiKey="",this.isActive=!0,this.linkOnlyAccess=!1,this.position="bottom-right",this.user=null,this.state=Na.READY,this.storedActiveState=void 0,this.showCourseModal=!1,this.showSessionStartModal=!1,this.selectedCourse=null,this.isHovering=!1,this.navVisible=!1,this.activeSession=null,this.volume={speaker:"ASSISTANT",volume:0,spectrum:[]},this.sessionToken=null,this.roomToken=null,this.roomUrl=null,this.boundSaveSessionData=null,this.obiClient=null,this.closeNavTimeoutRef=null,this.researchingTimeoutRef=null,this.handleCourseSelectEvent=A=>{const t=A;this.selectedCourse=t.detail,this.showCourseModal=!1,this.showSessionStartModal=!0},this.handleUrlSessionEvent=async A=>{try{if(!this.obiClient)return;const t=await this.obiClient.listSessions(this.apiKey);if(t.data){const e=t.data.sessions,i=e?.find((t=>t.uuid===A));if(i){const t=i;this.selectedCourse={id:A,name:t.onboarding_plan?.name||"",description:t.onboarding_plan?.description||""},this.state=Na.LOADING,this.showSessionStartModal=!0}}}catch(t){}},this.obiClient=new u({baseUrl:t});const A=()=>{this.activeSession&&this.sessionToken&&this.roomToken&&this.roomUrl&&this.saveSessionData()};window.addEventListener("beforeunload",A),window.addEventListener("pagehide",A)}updateFromConfig(){window.obiWidgetConfig&&(this.apiKey=window.obiWidgetConfig.apiKey||this.apiKey,this.position=window.obiWidgetConfig.position||this.position,this.user=window.obiWidgetConfig.user||this.user,void 0!==window.obiWidgetConfig.isActive&&(this.isActive=window.obiWidgetConfig.isActive),void 0!==window.obiWidgetConfig.linkOnlyAccess&&(this.linkOnlyAccess=window.obiWidgetConfig.linkOnlyAccess),this.style.setProperty("--obi-primary",window.obiWidgetConfig?.primaryColor||"#9500ff"),this.style.setProperty("--obi-secondary",window.obiWidgetConfig?.secondaryColor||"#c4b5fd"))}removeSessionUrlParams(){const A=new URL(window.location.href);A.searchParams.delete(Ga),window.history.replaceState({},"",A.toString());try{window.__obiUrlParams&&(window.__obiUrlParams=null)}catch(t){}}createSession(A){try{return new ja({sessionId:A,apiBaseUrl:t})||null}catch(e){return null}}setupSessionEventListeners(A,t){A.on("stateChanged",(t=>{if(t===Na.RESEARCHING)return this.researchingTimeoutRef&&window.clearTimeout(this.researchingTimeoutRef),this.state=t,this.researchingTimeoutRef=window.setTimeout((()=>{this.researchingTimeoutRef=null;const t=A.getCurrentState();this.state=t,t!==Na.READY&&(this.storedActiveState=t)}),1500),void(this.storedActiveState=t);null===this.researchingTimeoutRef&&(this.state=t,t!==Na.READY&&(this.storedActiveState=t))})),A.on("volume",(({speaker:A,spectrum:t,volume:e})=>{this.volume={speaker:A,spectrum:t,volume:e}})),A.on("error",(A=>{this.state=Na.ERROR,this.activeSession=null,t&&t()}))}handleSessionCreationFailure(A){this.state=Na.ERROR,this.activeSession=null,A&&A()}async connectObi(A){if(!this.activeSession)try{const t=this.createSession(A);if(!t)return void this.handleSessionCreationFailure((()=>this.removeSessionUrlParams()));this.setupSessionEventListeners(t,(()=>this.removeSessionUrlParams())),t.on("screenCaptureRequested",(async()=>{try{const e=(await(A=document.documentElement,t={useCORS:!0,allowTaint:!0,foreignObjectRendering:!0},void 0===t&&(t={}),(function(A,t){return Xa(void 0,void 0,void 0,(function(){var e,i,n,r,s,o,a,c,u,h,l,d,B,f,w,g,p,v,Q,m,U,C,F,y,b,E,H,I,k,T,S,K,O,D,M,L,x,R;return Ya(this,(function(N){switch(N.label){case 0:if(!A||"object"!=typeof A)return[2,Promise.reject("Invalid element provided as first argument")];if(!(e=A.ownerDocument))throw new Error("Element is not attached to a Document");if(!(i=e.defaultView))throw new Error("Document is not attached to a Window");return n={allowTaint:null!==(C=t.allowTaint)&&void 0!==C&&C,imageTimeout:null!==(F=t.imageTimeout)&&void 0!==F?F:15e3,proxy:t.proxy,useCORS:null!==(y=t.useCORS)&&void 0!==y&&y,customIsSameOrigin:t.customIsSameOrigin},r=Ja({logging:null===(b=t.logging)||void 0===b||b,cache:t.cache},n),s={windowWidth:null!==(E=t.windowWidth)&&void 0!==E?E:i.innerWidth,windowHeight:null!==(H=t.windowHeight)&&void 0!==H?H:i.innerHeight,scrollX:null!==(I=t.scrollX)&&void 0!==I?I:i.pageXOffset,scrollY:null!==(k=t.scrollY)&&void 0!==k?k:i.pageYOffset},o=new $a(s.scrollX,s.scrollY,s.windowWidth,s.windowHeight),a=new _w(r,o),c=null!==(T=t.foreignObjectRendering)&&void 0!==T&&T,u={allowTaint:null!==(S=t.allowTaint)&&void 0!==S&&S,onclone:t.onclone,ignoreElements:t.ignoreElements,inlineImages:c,copyStyles:c},a.logger.debug("Starting document clone with size ".concat(o.width,"x").concat(o.height," scrolled to ").concat(-o.left,",").concat(-o.top)),h=new Ef(a,A,u),(l=h.clonedReferenceElement)?[4,h.toIFrame(e,o)]:[2,Promise.reject("Unable to find element in cloned iframe")];case 1:return d=N.sent(),B=Af(l)||"HTML"===l.tagName?(function(A){var t=A.body,e=A.documentElement;if(!t||!e)throw new Error("Unable to get document size");var i=Math.max(Math.max(t.scrollWidth,e.scrollWidth),Math.max(t.offsetWidth,e.offsetWidth),Math.max(t.clientWidth,e.clientWidth)),n=Math.max(Math.max(t.scrollHeight,e.scrollHeight),Math.max(t.offsetHeight,e.offsetHeight),Math.max(t.clientHeight,e.clientHeight));return new $a(0,0,i,n)})(l.ownerDocument):Wa(a,l),f=B.width,w=B.height,g=B.left,p=B.top,v=(function(A,t,e){var i=t.ownerDocument,n=i.documentElement?Gh(A,getComputedStyle(i.documentElement).backgroundColor):Ph.TRANSPARENT,r=i.body?Gh(A,getComputedStyle(i.body).backgroundColor):Ph.TRANSPARENT,s="string"==typeof e?Gh(A,e):null===e?Ph.TRANSPARENT:4294967295;return t===i.documentElement?oh(n)?oh(r)?s:r:n:s})(a,l,t.backgroundColor),Q={canvas:t.canvas,backgroundColor:v,scale:null!==(O=null!==(K=t.scale)&&void 0!==K?K:i.devicePixelRatio)&&void 0!==O?O:1,x:(null!==(D=t.x)&&void 0!==D?D:0)+g,y:(null!==(M=t.y)&&void 0!==M?M:0)+p,width:null!==(L=t.width)&&void 0!==L?L:Math.ceil(f),height:null!==(x=t.height)&&void 0!==x?x:Math.ceil(w)},c?(a.logger.debug("Document cloned, using foreign object rendering"),[4,new xw(a,Q).render(l)]):[3,3];case 2:return m=N.sent(),[3,5];case 3:return a.logger.debug("Document cloned, element located at ".concat(g,",").concat(p," with size ").concat(f,"x").concat(w," using computed rendering")),a.logger.debug("Starting DOM parsing"),U=GB(a,l),v===U.styles.backgroundColor&&(U.styles.backgroundColor=Ph.TRANSPARENT),a.logger.debug("Starting renderer for element at ".concat(Q.x,",").concat(Q.y," with size ").concat(Q.width,"x").concat(Q.height)),[4,new Sw(a,Q).render(U)];case 4:m=N.sent(),N.label=5;case 5:return(null===(R=t.removeContainer)||void 0===R||R)&&(Ef.destroy(d)||a.logger.error("Cannot detach cloned iframe as it is not in the DOM anymore")),a.logger.debug("Finished rendering"),[2,m]}}))}))})(A,t))).toDataURL("image/png");this.activeSession.emit("screenCaptureComplete",e)}catch(e){this.activeSession.emit("screenCaptureComplete","error")}var A,t}));const e=await t.connect();e&&(this.sessionToken=A,this.roomToken=e.token,this.roomUrl=e.url,this.removeSessionUrlParams()),this.activeSession=t}catch(t){this.handleSessionCreationFailure((()=>this.removeSessionUrlParams()))}}async handleSessionStart(A){this.activeSession||(this.showSessionStartModal=!1,this.state=Na.LOADING,await this.connectObi(A))}async checkExistingSession(){try{const A=JSON.parse(tp.getItem(Ap)||"{}"),{sessionToken:t,roomToken:e,roomUrl:i,sessionExpiry:n,obiState:r}=A;if(!t||!e||!i)return;if(n&&new Date(n)<new Date)return void this.clearSessionStorage();this.state=Na.LOADING;const s=this.createSession(t);if(!s)return void this.handleSessionCreationFailure((()=>this.clearSessionStorage()));this.setupSessionEventListeners(s,(()=>this.clearSessionStorage())),await s.reconnect(i,e,r)?(this.activeSession=s,this.sessionToken=t,this.roomToken=e,this.roomUrl=i,this.state=r,this.storedActiveState=r):this.clearSessionStorage()}catch(A){this.handleSessionCreationFailure((()=>this.clearSessionStorage()))}}clearSessionStorage(){tp.removeItem(Ap)}saveSessionData(){if(this.activeSession&&this.sessionToken&&this.roomToken&&this.roomUrl){const A=new Date;A.setMinutes(A.getMinutes()+5);const t={sessionToken:this.sessionToken,roomToken:this.roomToken,roomUrl:this.roomUrl,obiState:this.storedActiveState??this.state,sessionExpiry:A.toISOString()};tp.setItem(Ap,JSON.stringify(t))}}async sessionConnectionCheck(){if(await this.checkExistingSession(),!this.activeSession){let A={};window.__obiUrlParams&&(A=window.__obiUrlParams),0===Object.keys(A).length&&new URLSearchParams(window.location.search).forEach(((t,e)=>{A[e]=t}));const t=A[Ga];t&&this.apiKey?await this.handleUrlSessionEvent(t):t&&!this.apiKey&&setTimeout((()=>{this.apiKey&&this.handleUrlSessionEvent(t)}),100)}}connectedCallback(){super.connectedCallback(),this.updateFromConfig(),this.setAttribute("position",this.position),this.boundSaveSessionData=this.saveSessionData.bind(this),window.addEventListener("beforeunload",this.boundSaveSessionData),window.addEventListener("pagehide",this.boundSaveSessionData),"complete"===document.readyState?Promise.resolve().then((()=>this.sessionConnectionCheck())):window.addEventListener("load",(()=>{Promise.resolve().then((()=>this.sessionConnectionCheck()))}),{once:!0})}disconnectedCallback(){null!==this.closeNavTimeoutRef&&window.clearTimeout(this.closeNavTimeoutRef),null!==this.researchingTimeoutRef&&(window.clearTimeout(this.researchingTimeoutRef),this.researchingTimeoutRef=null),this.boundSaveSessionData&&(window.removeEventListener("beforeunload",this.boundSaveSessionData),window.removeEventListener("pagehide",this.boundSaveSessionData)),this.removeSessionUrlParams(),super.disconnectedCallback()}handleMouseEnter(){this.isHovering=!0,this.navVisible=!0}handleMouseLeave(){this.isHovering=!1,null!==this.closeNavTimeoutRef&&window.clearTimeout(this.closeNavTimeoutRef),this.closeNavTimeoutRef=window.setTimeout((()=>{this.isHovering||(this.navVisible=!1),this.closeNavTimeoutRef=null}),300)}terminateSession(){this.clearSessionStorage(),this.sessionToken=null,this.roomToken=null,this.roomUrl=null,null!==this.researchingTimeoutRef&&(window.clearTimeout(this.researchingTimeoutRef),this.researchingTimeoutRef=null),this.activeSession&&(this.activeSession.disconnect(),this.activeSession=null),this.state=Na.READY}handleItemSelect(A,t){"experiences"!==A?La([A,t]).with(["pause",!0],(()=>{this.activeSession?.pauseRecording()})).with(["pause",!1],(()=>{this.activeSession?.resumeRecording()})).with(["activate",!1],(()=>{this.terminateSession()})).otherwise((()=>{})):this.showCourseModal=!0}render(){if(!this.isActive)return Kg;if(this.linkOnlyAccess&&this.state===Na.READY)return Kg;const A=La(this.state).with(Na.LOADING,(()=>kg`<obi-dot-loader></obi-dot-loader>`)).with(Na.RESEARCHING,(()=>kg`<obi-searching-loader></obi-searching-loader>`)).with(Oa.union(Na.USER_SPEAKING,Na.AGENT_SPEAKING),(()=>kg`<obi-audio-equalizer .volume=${this.volume}></obi-audio-equalizer>`)).with(Na.THINKING,(()=>kg`<obi-dot-loader></obi-dot-loader>`)).with(Na.PAUSED,(()=>lp)).otherwise((()=>lp)),t=this.state===Na.USER_SPEAKING||this.state===Na.AGENT_SPEAKING,e=this.state===Na.RESEARCHING,i=this.state===Na.USER_SPEAKING,n=this.state!==Na.READY||this.navVisible,r=this.state!==Na.READY||this.navVisible,s=this.position.includes("top")?"down":"up",o=["widget-container",n?"rotated":"",t?"pulse":"",e?"researching":"",i?"user-speaking":""].filter(Boolean).join(" ");return kg`
563
563
  <div
564
- class="${n}"
564
+ class="${o}"
565
565
  @mouseenter=${this.handleMouseEnter}
566
566
  @mouseleave=${this.handleMouseLeave}
567
567
  >
568
568
  ${A}
569
- ${this.navVisible&&this.state!==Na.RESEARCHING?kg`
569
+ ${r&&this.state!==Na.RESEARCHING?kg`
570
570
  <obi-navigation-bar
571
571
  ?isActive=${this.state!==Na.READY}
572
572
  .position=${this.position}
573
- data-direction="up"
573
+ data-direction="${s}"
574
574
  .currentState=${this.state}
575
575
  .onItemSelect=${this.handleItemSelect.bind(this)}
576
576
  ></obi-navigation-bar>
@@ -586,7 +586,7 @@
586
586
  .onStart=${this.handleSessionStart.bind(this)}
587
587
  .onClose=${()=>{this.showSessionStartModal=!1,this.selectedCourse=null,this.state=Na.READY,this.removeSessionUrlParams()}}
588
588
  ></obi-session-start-modal>`:Kg}
589
- `}}function Av(A){return new Promise((t=>setTimeout(t,A)))}function tv(A){const t=200*Math.pow(2,A);return Math.min(t,2e3)}async function ev(A,t,e=3){let i=null;for(let s=0;s<e;s++)try{return await A()}catch(n){if(i=n,s<e-1){const A=tv(s);await Av(A)}}throw new Error(`${t} failed after ${e} attempts: ${i?.message}`)}function iv(){const A=window;"function"!=typeof A.ObiSDK&&"object"!=typeof A.ObiSDK&&(A.ObiSDK=function(t,e){"update"===t&&e&&(A.obiWidgetConfig={...A.obiWidgetConfig,...e})},A.ObiSDK.q=[])}function nv(){const A=window;A.ObiSDK&&Array.isArray(A.ObiSDK.q)&&(A.ObiSDK.q.forEach((t=>{const[e,i]=t;"update"===e&&i&&(A.obiWidgetConfig={...A.obiWidgetConfig,...i})})),A.ObiSDK.q=[])}async function sv(){try{iv(),await(async function(){return ev((async()=>{if(!document.head)throw new Error("document.head not available");if(document.head.querySelector('link[href*="fonts.googleapis.com"]'))return;const A=document.createElement("link");return document.head.querySelectorAll("link[data-obi-font]").forEach((A=>A.remove())),A.setAttribute("data-obi-font","true"),A.href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Syne:wght@400..800&display=swap",A.rel="stylesheet",new Promise(((t,e)=>{const i=setTimeout((()=>{e(new Error("Font loading timeout"))}),5e3);A.onload=()=>{clearTimeout(i),t()},A.onerror=()=>{clearTimeout(i),e(new Error("Font loading failed"))},document.head.appendChild(A)}))}),"Font loading")})(),await(async function(){return ev((async()=>{if(document.querySelector("obi-widget"))return;if(!document.body)throw new Error("document.body not available");const A=document.createElement("obi-widget");document.body.appendChild(A)}),"Widget mounting")})(),nv()}catch(A){try{iv(),nv()}catch(t){}}}zQ.styles=Xf`
589
+ `}}qp.styles=Xw`
590
590
  :host {
591
591
  display: block;
592
592
  position: fixed;
@@ -615,7 +615,6 @@
615
615
  :host([position="bottom-center"]) {
616
616
  bottom: 80px;
617
617
  left: 50%;
618
- transform: translateX(-50%);
619
618
  }
620
619
 
621
620
  :host([position="top-right"]) {
@@ -631,19 +630,16 @@
631
630
  :host([position="top-center"]) {
632
631
  top: 20px;
633
632
  left: 50%;
634
- transform: translateX(-50%);
635
633
  }
636
634
 
637
635
  :host([position="middle-left"]) {
638
636
  top: 50%;
639
637
  left: 20px;
640
- transform: translateY(-50%);
641
638
  }
642
639
 
643
640
  :host([position="middle-right"]) {
644
641
  top: 50%;
645
642
  right: 80px;
646
- transform: translateY(-50%);
647
643
  }
648
644
 
649
645
  /* Adjust position when in researching state to accommodate wider container */
@@ -673,6 +669,23 @@
673
669
  transition: all 0.2s ease-out;
674
670
  }
675
671
 
672
+ /* Apply transforms to widget-container based on host position */
673
+ :host([position="bottom-center"]) .widget-container {
674
+ transform: translateX(-50%);
675
+ }
676
+
677
+ :host([position="top-center"]) .widget-container {
678
+ transform: translateX(-50%);
679
+ }
680
+
681
+ :host([position="middle-left"]) .widget-container {
682
+ transform: translateY(-50%);
683
+ }
684
+
685
+ :host([position="middle-right"]) .widget-container {
686
+ transform: translateY(-50%);
687
+ }
688
+
676
689
  .widget-container.user-speaking {
677
690
  background:
678
691
  linear-gradient(0deg, var(--obi-secondary), var(--obi-secondary)),
@@ -708,4 +721,4 @@
708
721
  .pulse {
709
722
  animation: pulse-shadow 2s ease-in-out infinite;
710
723
  }
711
- `,qQ([zg()],zQ.prototype,"apiKey",2),qQ([zg()],zQ.prototype,"isActive",2),qQ([zg()],zQ.prototype,"linkOnlyAccess",2),qQ([zg()],zQ.prototype,"position",2),qQ([zg()],zQ.prototype,"user",2),qQ([zg()],zQ.prototype,"state",2),qQ([zg()],zQ.prototype,"storedActiveState",2),qQ([zg()],zQ.prototype,"showCourseModal",2),qQ([zg()],zQ.prototype,"showSessionStartModal",2),qQ([zg()],zQ.prototype,"selectedCourse",2),qQ([zg()],zQ.prototype,"isHovering",2),qQ([zg()],zQ.prototype,"navVisible",2),qQ([zg()],zQ.prototype,"activeSession",2),qQ([zg()],zQ.prototype,"volume",2),customElements.get("obi-widget")||customElements.define("obi-widget",zQ),customElements.get("obi-widget")||customElements.define("obi-widget",zQ),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",(()=>{sv()})):sv(),A.ObiWidget=zQ,Object.defineProperty(A,Symbol.toStringTag,{value:"Module"})})({});//# sourceMappingURL=obi-sdk.standalone.iife.js.map
724
+ `,Zp([zg()],qp.prototype,"apiKey",2),Zp([zg()],qp.prototype,"isActive",2),Zp([zg()],qp.prototype,"linkOnlyAccess",2),Zp([zg()],qp.prototype,"position",2),Zp([zg()],qp.prototype,"user",2),Zp([zg()],qp.prototype,"state",2),Zp([zg()],qp.prototype,"storedActiveState",2),Zp([zg()],qp.prototype,"showCourseModal",2),Zp([zg()],qp.prototype,"showSessionStartModal",2),Zp([zg()],qp.prototype,"selectedCourse",2),Zp([zg()],qp.prototype,"isHovering",2),Zp([zg()],qp.prototype,"navVisible",2),Zp([zg()],qp.prototype,"activeSession",2),Zp([zg()],qp.prototype,"volume",2),customElements.get("obi-widget")||customElements.define("obi-widget",qp);const zp="undefined"==typeof __SENTRY_DEBUG__||__SENTRY_DEBUG__,Av="9.23.0",tv=globalThis;function ev(){return iv(tv),tv}function iv(A){const t=A.Lt=A.Lt||{};return t.version=t.version||Av,t[Av]=t[Av]||{}}function nv(A,t,e=tv){const i=e.Lt=e.Lt||{},n=i[Av]=i[Av]||{};return n[A]||(n[A]=t())}const rv=Object.prototype.toString;function sv(A){switch(rv.call(A)){case"[object Error]":case"[object Exception]":case"[object DOMException]":case"[object WebAssembly.Exception]":return!0;default:return wv(A,Error)}}function ov(A,t){return rv.call(A)===`[object ${t}]`}function av(A){return ov(A,"ErrorEvent")}function cv(A){return ov(A,"DOMError")}function uv(A){return ov(A,"String")}function hv(A){return"object"==typeof A&&null!==A&&"xt"in A&&"Rt"in A}function lv(A){return null===A||hv(A)||"object"!=typeof A&&"function"!=typeof A}function dv(A){return ov(A,"Object")}function Bv(A){return"undefined"!=typeof Event&&wv(A,Event)}function fv(A){return Boolean(A?.then&&"function"==typeof A.then)}function wv(A,t){try{return A instanceof t}catch(e){return!1}}function gv(A){return!("object"!=typeof A||null===A||!A.Nt&&!A._t)}const pv=tv;function vv(A,t={}){if(!A)return"<unknown>";try{let e=A;const i=5,n=[];let r=0,s=0;const o=" > ",a=o.length;let c;const u=Array.isArray(t)?t:t.keyAttrs,h=!Array.isArray(t)&&t.maxStringLength||80;for(;e&&r++<i&&(c=Qv(e,u),!("html"===c||r>1&&s+n.length*a+c.length>=h));)n.push(c),s+=c.length,e=e.parentNode;return n.reverse().join(o)}catch(e){return"<unknown>"}}function Qv(A,t){const e=A,i=[];if(!e?.tagName)return"";if(pv.HTMLElement&&e instanceof HTMLElement&&e.dataset){if(e.dataset.sentryComponent)return e.dataset.sentryComponent;if(e.dataset.sentryElement)return e.dataset.sentryElement}i.push(e.tagName.toLowerCase());const n=t?.length?t.filter((A=>e.getAttribute(A))).map((A=>[A,e.getAttribute(A)])):null;if(n?.length)n.forEach((A=>{i.push(`[${A[0]}="${A[1]}"]`)}));else{e.id&&i.push(`#${e.id}`);const A=e.className;if(A&&uv(A)){const t=A.split(/\s+/);for(const A of t)i.push(`.${A}`)}}const r=["aria-label","type","name","title","alt"];for(const s of r){const A=e.getAttribute(s);A&&i.push(`[${s}="${A}"]`)}return i.join("")}function mv(){try{return pv.document.location.href}catch(A){return""}}const Uv=["debug","info","warn","error","log","assert","trace"],Cv={};function Fv(A){if(!("console"in tv))return A();const t=tv.console,e={},i=Object.keys(Cv);i.forEach((A=>{const i=Cv[A];e[A]=t[A],t[A]=i}));try{return A()}finally{i.forEach((A=>{t[A]=e[A]}))}}const yv=nv("logger",(function(){let A=!1;const t={enable:()=>{A=!0},disable:()=>{A=!1},isEnabled:()=>A};return zp?Uv.forEach((e=>{t[e]=(...t)=>{A&&Fv((()=>{tv.console[e](`Sentry Logger [${e}]:`,...t)}))}})):Uv.forEach((A=>{t[A]=()=>{}})),t}));function bv(A,t=0){return"string"!=typeof A||0===t||A.length<=t?A:`${A.slice(0,t)}...`}function Ev(A,t){if(!Array.isArray(A))return"";const e=[];for(let n=0;n<A.length;n++){const t=A[n];try{gv(t)?e.push("[VueViewModel]"):e.push(String(t))}catch(i){e.push("[value cannot be serialized]")}}return e.join(t)}function Hv(A,t=[],e=!1){return t.some((t=>(function(A,t,e=!1){return!!uv(A)&&(ov(t,"RegExp")?t.test(A):!!uv(t)&&(e?A===t:A.includes(t)))})(A,t,e)))}function Iv(A,t,e){if(!(t in A))return;const i=A[t];if("function"!=typeof i)return;const n=e(i);"function"==typeof n&&Tv(n,i);try{A[t]=n}catch{zp&&yv.log(`Failed to replace method "${t}" in object`,A)}}function kv(A,t,e){try{Object.defineProperty(A,t,{value:e,writable:!0,configurable:!0})}catch(i){zp&&yv.log(`Failed to add non-enumerable property "${t}" to object`,A)}}function Tv(A,t){try{const e=t.prototype||{};A.prototype=t.prototype=e,kv(A,"__sentry_original__",t)}catch(e){}}function Sv(A){return A.jt}function Kv(A){if(sv(A))return{message:A.message,name:A.name,stack:A.stack,...Dv(A)};if(Bv(A)){const t={type:A.type,target:Ov(A.target),currentTarget:Ov(A.currentTarget),...Dv(A)};return"undefined"!=typeof CustomEvent&&wv(A,CustomEvent)&&(t.detail=A.detail),t}return A}function Ov(A){try{return"undefined"!=typeof Element&&wv(A,Element)?vv(A):Object.prototype.toString.call(A)}catch(t){return"<unknown>"}}function Dv(A){if("object"==typeof A&&null!==A){const t={};for(const e in A)Object.prototype.hasOwnProperty.call(A,e)&&(t[e]=A[e]);return t}return{}}function Mv(A=(function(){const A=tv;return A.crypto||A.msCrypto})()){let t=()=>16*Math.random();try{if(A?.randomUUID)return A.randomUUID().replace(/-/g,"");A?.getRandomValues&&(t=()=>{const t=new Uint8Array(1);return A.getRandomValues(t),t[0]})}catch(e){}return([1e7]+1e3+4e3+8e3+1e11).replace(/[018]/g,(A=>(A^(15&t())>>A/4).toString(16)))}function Lv(A){return A.exception?.values?.[0]}function xv(A){const{message:t,event_id:e}=A;if(t)return t;const i=Lv(A);return i?i.type&&i.value?`${i.type}: ${i.value}`:i.type||i.value||e||"<unknown>":e||"<unknown>"}function Rv(A,t,e){const i=A.exception=A.exception||{},n=i.values=i.values||[],r=n[0]=n[0]||{};r.value||(r.value=t||""),r.type||(r.type=e||"Error")}function Nv(A,t){const e=Lv(A);if(!e)return;const i=e.mechanism;if(e.mechanism={type:"generic",handled:!0,...i,...t},t&&"data"in t){const A={...i?.data,...t.data};e.mechanism.data=A}}function _v(A){if((function(A){try{return A.Gt}catch{}})(A))return!0;try{kv(A,"__sentry_captured__",!0)}catch(t){}return!1}function jv(){return Date.now()/1e3}const Gv=(function(){const{performance:A}=tv;if(!A?.now)return jv;const t=Date.now()-A.now(),e=null==A.timeOrigin?t:A.timeOrigin;return()=>(e+A.now())/1e3})();function Pv(A,t={}){if(t.user&&(!A.ipAddress&&t.user.ip_address&&(A.ipAddress=t.user.ip_address),A.did||t.did||(A.did=t.user.id||t.user.email||t.user.username)),A.timestamp=t.timestamp||Gv(),t.abnormal_mechanism&&(A.abnormal_mechanism=t.abnormal_mechanism),t.ignoreDuration&&(A.ignoreDuration=t.ignoreDuration),t.sid&&(A.sid=32===t.sid.length?t.sid:Mv()),void 0!==t.init&&(A.init=t.init),!A.did&&t.did&&(A.did=`${t.did}`),"number"==typeof t.started&&(A.started=t.started),A.ignoreDuration)A.duration=void 0;else if("number"==typeof t.duration)A.duration=t.duration;else{const t=A.timestamp-A.started;A.duration=t>=0?t:0}t.release&&(A.release=t.release),t.environment&&(A.environment=t.environment),!A.ipAddress&&t.ipAddress&&(A.ipAddress=t.ipAddress),!A.userAgent&&t.userAgent&&(A.userAgent=t.userAgent),"number"==typeof t.errors&&(A.errors=t.errors),t.status&&(A.status=t.status)}function Vv(A,t,e=2){if(!t||"object"!=typeof t||e<=0)return t;if(A&&0===Object.keys(t).length)return A;const i={...A};for(const n in t)Object.prototype.hasOwnProperty.call(t,n)&&(i[n]=Vv(i[n],t[n],e-1));return i}const Jv="_sentrySpan";function Xv(A,t){t?kv(A,Jv,t):delete A[Jv]}function Yv(A){return A[Jv]}function $v(){return Mv()}function Wv(){return Mv().substring(16)}class Zv{constructor(){this.Pt=!1,this.Vt=[],this.Jt=[],this.Xt=[],this.Yt=[],this.$t={},this.Wt={},this.Zt={},this.qt={},this.zt={},this.Ae={traceId:$v(),sampleRand:Math.random()}}clone(){const A=new Zv;return A.Xt=[...this.Xt],A.Wt={...this.Wt},A.Zt={...this.Zt},A.qt={...this.qt},this.qt.flags&&(A.qt.flags={values:[...this.qt.flags.values]}),A.$t=this.$t,A.te=this.te,A.ee=this.ee,A.ie=this.ie,A.ne=this.ne,A.Jt=[...this.Jt],A.Yt=[...this.Yt],A.zt={...this.zt},A.Ae={...this.Ae},A.re=this.re,A.se=this.se,Xv(A,Yv(this)),A}setClient(A){this.re=A}setLastEventId(A){this.se=A}getClient(){return this.re}lastEventId(){return this.se}addScopeListener(A){this.Vt.push(A)}addEventProcessor(A){return this.Jt.push(A),this}setUser(A){return this.$t=A||{email:void 0,id:void 0,ip_address:void 0,username:void 0},this.ee&&Pv(this.ee,{user:A}),this.oe(),this}getUser(){return this.$t}setTags(A){return this.Wt={...this.Wt,...A},this.oe(),this}setTag(A,t){return this.Wt={...this.Wt,[A]:t},this.oe(),this}setExtras(A){return this.Zt={...this.Zt,...A},this.oe(),this}setExtra(A,t){return this.Zt={...this.Zt,[A]:t},this.oe(),this}setFingerprint(A){return this.ne=A,this.oe(),this}setLevel(A){return this.te=A,this.oe(),this}setTransactionName(A){return this.ie=A,this.oe(),this}setContext(A,t){return null===t?delete this.qt[A]:this.qt[A]=t,this.oe(),this}setSession(A){return A?this.ee=A:delete this.ee,this.oe(),this}getSession(){return this.ee}update(A){if(!A)return this;const t="function"==typeof A?A(this):A,e=t instanceof Zv?t.getScopeData():dv(t)?A:void 0,{tags:i,extra:n,user:r,contexts:s,level:o,fingerprint:a=[],propagationContext:c}=e||{};return this.Wt={...this.Wt,...i},this.Zt={...this.Zt,...n},this.qt={...this.qt,...s},r&&Object.keys(r).length&&(this.$t=r),o&&(this.te=o),a.length&&(this.ne=a),c&&(this.Ae=c),this}clear(){return this.Xt=[],this.Wt={},this.Zt={},this.$t={},this.qt={},this.te=void 0,this.ie=void 0,this.ne=void 0,this.ee=void 0,Xv(this,void 0),this.Yt=[],this.setPropagationContext({traceId:$v(),sampleRand:Math.random()}),this.oe(),this}addBreadcrumb(A,t){const e="number"==typeof t?t:100;if(e<=0)return this;const i={timestamp:jv(),...A,message:A.message?bv(A.message,2048):A.message};return this.Xt.push(i),this.Xt.length>e&&(this.Xt=this.Xt.slice(-e),this.re?.recordDroppedEvent("buffer_overflow","log_item")),this.oe(),this}getLastBreadcrumb(){return this.Xt[this.Xt.length-1]}clearBreadcrumbs(){return this.Xt=[],this.oe(),this}addAttachment(A){return this.Yt.push(A),this}clearAttachments(){return this.Yt=[],this}getScopeData(){return{breadcrumbs:this.Xt,attachments:this.Yt,contexts:this.qt,tags:this.Wt,extra:this.Zt,user:this.$t,level:this.te,fingerprint:this.ne||[],eventProcessors:this.Jt,propagationContext:this.Ae,sdkProcessingMetadata:this.zt,transactionName:this.ie,span:Yv(this)}}setSDKProcessingMetadata(A){return this.zt=Vv(this.zt,A,2),this}setPropagationContext(A){return this.Ae=A,this}getPropagationContext(){return this.Ae}captureException(A,t){const e=t?.event_id||Mv();if(!this.re)return yv.warn("No client configured on scope - will not capture exception!"),e;const i=new Error("Sentry syntheticException");return this.re.captureException(A,{originalException:A,syntheticException:i,...t,event_id:e},this),e}captureMessage(A,t,e){const i=e?.event_id||Mv();if(!this.re)return yv.warn("No client configured on scope - will not capture message!"),i;const n=new Error(A);return this.re.captureMessage(A,t,{originalException:A,syntheticException:n,...e,event_id:i},this),i}captureEvent(A,t){const e=t?.event_id||Mv();return this.re?(this.re.captureEvent(A,{...t,event_id:e},this),e):(yv.warn("No client configured on scope - will not capture event!"),e)}oe(){this.Pt||(this.Pt=!0,this.Vt.forEach((A=>{A(this)})),this.Pt=!1)}}class qv{constructor(A,t){let e,i;e=A||new Zv,i=t||new Zv,this.ae=[{scope:e}],this.ce=i}withScope(A){const t=this.ue();let e;try{e=A(t)}catch(i){throw this.he(),i}return fv(e)?e.then((A=>(this.he(),A)),(A=>{throw this.he(),A})):(this.he(),e)}getClient(){return this.getStackTop().client}getScope(){return this.getStackTop().scope}getIsolationScope(){return this.ce}getStackTop(){return this.ae[this.ae.length-1]}ue(){const A=this.getScope().clone();return this.ae.push({client:this.getClient(),scope:A}),A}he(){return!(this.ae.length<=1||!this.ae.pop())}}function zv(){const A=iv(ev());return A.stack=A.stack||new qv(nv("defaultCurrentScope",(()=>new Zv)),nv("defaultIsolationScope",(()=>new Zv)))}function AQ(A){return zv().withScope(A)}function tQ(A,t){const e=zv();return e.withScope((()=>(e.getStackTop().scope=A,t(A))))}function eQ(A){return zv().withScope((()=>A(zv().getIsolationScope())))}function iQ(A){const t=iv(A);return t.acs?t.acs:{withIsolationScope:eQ,withScope:AQ,withSetScope:tQ,withSetIsolationScope:(A,t)=>eQ(t),getCurrentScope:()=>zv().getScope(),getIsolationScope:()=>zv().getIsolationScope()}}function nQ(){return iQ(ev()).getCurrentScope()}function rQ(){return iQ(ev()).getIsolationScope()}function sQ(){return nQ().getClient()}function oQ(A){const t=A.getPropagationContext(),{traceId:e,parentSpanId:i,propagationSpanId:n}=t,r={trace_id:e,span_id:n||Wv()};return i&&(r.parent_span_id=i),r}const aQ="sentry.profile_id",cQ="sentry.exclusive_time";function uQ(A){return{scope:A.le,isolationScope:A.de}}const hQ=/^sentry-/;function lQ(A){return A.split(",").map((A=>A.split("=").map((A=>{try{return decodeURIComponent(A.trim())}catch{return}})))).reduce(((A,[t,e])=>(t&&e&&(A[t]=e),A)),{})}let dQ=!1;function BQ(A){const{spanId:t,traceId:e,isRemote:i}=A.spanContext(),n=i?t:pQ(A).parent_span_id,r=uQ(A).scope;return{parent_span_id:n,span_id:i?r?.getPropagationContext().propagationSpanId||Wv():t,trace_id:e}}function fQ(A){return A&&A.length>0?A.map((({context:{spanId:A,traceId:t,traceFlags:e,...i},attributes:n})=>({span_id:A,trace_id:t,sampled:1===e,attributes:n,...i}))):void 0}function wQ(A){return"number"==typeof A?gQ(A):Array.isArray(A)?A[0]+A[1]/1e9:A instanceof Date?gQ(A.getTime()):Gv()}function gQ(A){return A>9999999999?A/1e3:A}function pQ(A){if((function(A){return"function"==typeof A.getSpanJSON})(A))return A.getSpanJSON();const{spanId:t,traceId:e}=A.spanContext();if((function(A){const t=A;return!!(t.attributes&&t.startTime&&t.name&&t.endTime&&t.status)})(A)){const{attributes:i,startTime:n,name:r,endTime:s,status:o,links:a}=A;return{span_id:t,trace_id:e,data:i,description:r,parent_span_id:"parentSpanId"in A?A.parentSpanId:"parentSpanContext"in A?A.parentSpanContext?.spanId:void 0,start_timestamp:wQ(n),timestamp:wQ(s)||void 0,status:vQ(o),op:i["sentry.op"],origin:i["sentry.origin"],links:fQ(a)}}return{span_id:t,trace_id:e,start_timestamp:0,data:{}}}function vQ(A){if(A&&0!==A.code)return 1===A.code?"ok":A.message||"unknown_error"}function QQ(A){return A.Be||A}function mQ(){dQ||(Fv((()=>{})),dQ=!0)}const UQ="?",CQ=/\(error: (.*)\)/,FQ=/captureMessage|captureException/;function yQ(A){return A[A.length-1]||{}}const bQ="<anonymous>";function EQ(A){try{return A&&"function"==typeof A&&A.name||bQ}catch(t){return bQ}}function HQ(A){const t=A.exception;if(t){const A=[];try{return t.values.forEach((t=>{t.stacktrace.frames&&A.push(...t.stacktrace.frames)})),A}catch(e){return}}}const IQ={},kQ={};function TQ(A,t){IQ[A]=IQ[A]||[],IQ[A].push(t)}function SQ(A,t){if(!kQ[A]){kQ[A]=!0;try{t()}catch(e){zp&&yv.error(`Error while instrumenting ${A}`,e)}}}function KQ(A,t){const e=A&&IQ[A];if(e)for(const n of e)try{n(t)}catch(i){zp&&yv.error(`Error while triggering instrumentation handler.\nType: ${A}\nName: ${EQ(n)}\nError:`,i)}}let OQ=null;function DQ(){OQ=tv.onerror,tv.onerror=function(A,t,e,i,n){return KQ("error",{column:i,error:n,line:e,msg:A,url:t}),!!OQ&&OQ.apply(this,arguments)},tv.onerror.fe=!0}let MQ=null;function LQ(){MQ=tv.onunhandledrejection,tv.onunhandledrejection=function(A){return KQ("unhandledrejection",A),!MQ||MQ.apply(this,arguments)},tv.onunhandledrejection.fe=!0}const xQ="production",RQ=/^o(\d+)\./,NQ=/^(?:(\w+):)\/\/(?:(\w+)(?::(\w+)?)?@)([\w.-]+)(?::(\d+))?\/(.+)/;function _Q(A,t=!1){const{host:e,path:i,pass:n,port:r,projectId:s,protocol:o,publicKey:a}=A;return`${o}://${a}${t&&n?`:${n}`:""}@${e}${r?`:${r}`:""}/${i?`${i}/`:i}${s}`}function jQ(A){return{protocol:A.protocol,publicKey:A.publicKey||"",pass:A.pass||"",host:A.host,port:A.port||"",path:A.path||"",projectId:A.projectId}}function GQ(A,t){const e=t.getOptions(),{publicKey:i,host:n}=t.getDsn()||{};let r;e.orgId?r=String(e.orgId):n&&(r=(function(A){const t=A.match(RQ);return t?.[1]})(n));const s={environment:e.environment||xQ,release:e.release,public_key:i,trace_id:A,org_id:r};return t.emit("createDsc",s),s}function PQ(A){const t=sQ();if(!t)return{};const e=QQ(A),i=pQ(e),n=i.data,r=e.spanContext().traceState,s=r?.get("sentry.sample_rate")??n["sentry.sample_rate"]??n["sentry.previous_trace_sample_rate"];function o(A){return"number"!=typeof s&&"string"!=typeof s||(A.sample_rate=`${s}`),A}const a=e.we;if(a)return o(a);const c=r?.get("sentry.dsc"),u=c&&(function(A){const t=(function(A){if(A&&(uv(A)||Array.isArray(A)))return Array.isArray(A)?A.reduce(((A,t)=>{const e=lQ(t);return Object.entries(e).forEach((([t,e])=>{A[t]=e})),A}),{}):lQ(A)})(A);if(!t)return;const e=Object.entries(t).reduce(((A,[t,e])=>(t.match(hQ)&&(A[t.slice(7)]=e),A)),{});return Object.keys(e).length>0?e:void 0})(c);if(u)return o(u);const h=GQ(A.spanContext().traceId,t),l=n["sentry.source"],d=i.description;return"url"!==l&&d&&(h.transaction=d),(function(){if("boolean"==typeof __SENTRY_TRACING__&&!__SENTRY_TRACING__)return!1;const A=sQ()?.getOptions();return!(!A||null==A.tracesSampleRate&&!A.tracesSampler)})()&&(h.sampled=String((function(A){const{traceFlags:t}=A.spanContext();return 1===t})(e)),h.sample_rand=r?.get("sentry.sample_rand")??uQ(e).scope?.getPropagationContext().sampleRand.toString()),o(h),t.emit("createDsc",h,e),h}function VQ(A,t=100,e=1/0){try{return XQ("",A,t,e)}catch(i){return{ERROR:`**non-serializable** (${i})`}}}function JQ(A,t=3,e=102400){const i=VQ(A,t);return n=i,(function(A){return~-encodeURI(A).split(/%..|./).length})(JSON.stringify(n))>e?JQ(A,t-1,e):i;var n}function XQ(A,t,e=1/0,i=1/0,n=(function(){const A=new WeakSet;return[function(t){return!!A.has(t)||(A.add(t),!1)},function(t){A.delete(t)}]})()){const[r,s]=n;if(null==t||["boolean","string"].includes(typeof t)||"number"==typeof t&&Number.isFinite(t))return t;const o=(function(A,t){try{if("domain"===A&&t&&"object"==typeof t&&t.B)return"[Domain]";if("domainEmitter"===A)return"[DomainEmitter]";if("undefined"!=typeof global&&t===global)return"[Global]";if("undefined"!=typeof window&&t===window)return"[Window]";if("undefined"!=typeof document&&t===document)return"[Document]";if(gv(t))return"[VueViewModel]";if(dv(e=t)&&"nativeEvent"in e&&"preventDefault"in e&&"stopPropagation"in e)return"[SyntheticEvent]";if("number"==typeof t&&!Number.isFinite(t))return`[${t}]`;if("function"==typeof t)return`[Function: ${EQ(t)}]`;if("symbol"==typeof t)return`[${String(t)}]`;if("bigint"==typeof t)return`[BigInt: ${String(t)}]`;const i=(function(A){const t=Object.getPrototypeOf(A);return t?.constructor?t.constructor.name:"null prototype"})(t);return/^HTML(\w*)Element$/.test(i)?`[HTMLElement: ${i}]`:`[object ${i}]`}catch(i){return`**non-serializable** (${i})`}var e})(A,t);if(!o.startsWith("[object "))return o;if(t.ge)return t;const a="number"==typeof t.pe?t.pe:e;if(0===a)return o.replace("object ","");if(r(t))return"[Circular ~]";const c=t;if(c&&"function"==typeof c.toJSON)try{return XQ("",c.toJSON(),a-1,i,n)}catch(d){}const u=Array.isArray(t)?[]:{};let h=0;const l=Kv(t);for(const B in l){if(!Object.prototype.hasOwnProperty.call(l,B))continue;if(h>=i){u[B]="[MaxProperties ~]";break}const A=l[B];u[B]=XQ(B,A,a-1,i,n),h++}return s(t),u}function YQ(A,t=[]){return[A,t]}function $Q(A,t){const[e,i]=A;return[e,[...i,t]]}function WQ(A,t){const e=A[1];for(const i of e)if(t(i,i[0].type))return!0;return!1}function ZQ(A){const t=iv(tv);return t.encodePolyfill?t.encodePolyfill(A):(new TextEncoder).encode(A)}function qQ(A){const[t,e]=A;let i=JSON.stringify(t);function n(A){"string"==typeof i?i="string"==typeof A?i+A:[ZQ(i),A]:i.push("string"==typeof A?ZQ(A):A)}for(const s of e){const[A,t]=s;if(n(`\n${JSON.stringify(A)}\n`),"string"==typeof t||t instanceof Uint8Array)n(t);else{let A;try{A=JSON.stringify(t)}catch(r){A=JSON.stringify(VQ(t))}n(A)}}return"string"==typeof i?i:(function(A){const t=A.reduce(((A,t)=>A+t.length),0),e=new Uint8Array(t);let i=0;for(const n of A)e.set(n,i),i+=n.length;return e})(i)}function zQ(A){const t="string"==typeof A.data?ZQ(A.data):A.data;return[{type:"attachment",length:t.length,filename:A.filename,content_type:A.contentType,attachment_type:A.attachmentType},t]}const Am={session:"session",sessions:"session",attachment:"attachment",transaction:"transaction",event:"error",client_report:"internal",user_report:"default",profile:"profile",profile_chunk:"profile",replay_event:"replay",replay_recording:"replay",check_in:"monitor",feedback:"feedback",span:"span",raw_security:"security",log:"log_item"};function tm(A){return Am[A]}function em(A){if(!A?.sdk)return;const{name:t,version:e}=A.sdk;return{name:t,version:e}}var im,nm;function rm(A){return new om((t=>{t(A)}))}function sm(A){return new om(((t,e)=>{e(A)}))}(nm=im||(im={}))[nm.PENDING=0]="PENDING",nm[nm.RESOLVED=1]="RESOLVED",nm[nm.REJECTED=2]="REJECTED";class om{constructor(A){this.ve=im.PENDING,this.Qe=[],this.me(A)}then(A,t){return new om(((e,i)=>{this.Qe.push([!1,t=>{if(A)try{e(A(t))}catch(n){i(n)}else e(t)},A=>{if(t)try{e(t(A))}catch(n){i(n)}else i(A)}]),this.Ue()}))}catch(A){return this.then((A=>A),A)}finally(A){return new om(((t,e)=>{let i,n;return this.then((t=>{n=!1,i=t,A&&A()}),(t=>{n=!0,i=t,A&&A()})).then((()=>{n?e(i):t(i)}))}))}Ue(){if(this.ve===im.PENDING)return;const A=this.Qe.slice();this.Qe=[],A.forEach((A=>{A[0]||(this.ve===im.RESOLVED&&A[1](this.kA),this.ve===im.REJECTED&&A[2](this.kA),A[0]=!0)}))}me(A){const t=(A,t)=>{this.ve===im.PENDING&&(fv(t)?t.then(e,i):(this.ve=A,this.kA=t,this.Ue()))},e=A=>{t(im.RESOLVED,A)},i=A=>{t(im.REJECTED,A)};try{A(e,i)}catch(n){i(n)}}}function am(A,t,e,i=0){return new om(((n,r)=>{const s=A[i];if(null===t||"function"!=typeof s)n(t);else{const o=s({...t},e);zp&&s.id&&null===o&&yv.log(`Event processor "${s.id}" dropped event`),fv(o)?o.then((t=>am(A,t,e,i+1).then(n))).then(null,r):am(A,o,e,i+1).then(n).then(null,r)}}))}let cm,um,hm;function lm(A,t){const{extra:e,tags:i,user:n,contexts:r,level:s,sdkProcessingMetadata:o,breadcrumbs:a,fingerprint:c,eventProcessors:u,attachments:h,propagationContext:l,transactionName:d,span:B}=t;dm(A,"extra",e),dm(A,"tags",i),dm(A,"user",n),dm(A,"contexts",r),A.sdkProcessingMetadata=Vv(A.sdkProcessingMetadata,o,2),s&&(A.level=s),d&&(A.transactionName=d),B&&(A.span=B),a.length&&(A.breadcrumbs=[...A.breadcrumbs,...a]),c.length&&(A.fingerprint=[...A.fingerprint,...c]),u.length&&(A.eventProcessors=[...A.eventProcessors,...u]),h.length&&(A.attachments=[...A.attachments,...h]),A.propagationContext={...A.propagationContext,...l}}function dm(A,t,e){A[t]=Vv(A[t],e,1)}function Bm(A,t,e,i,n,r){const{normalizeDepth:s=3,normalizeMaxBreadth:o=1e3}=A,a={...t,event_id:t.event_id||e.event_id||Mv(),timestamp:t.timestamp||jv()},c=e.integrations||A.integrations.map((A=>A.name));!(function(A,t){const{environment:e,release:i,dist:n,maxValueLength:r=250}=t;A.environment=A.environment||e||xQ,!A.release&&i&&(A.release=i),!A.dist&&n&&(A.dist=n);const s=A.request;s?.url&&(s.url=bv(s.url,r))})(a,A),(function(A,t){t.length>0&&(A.sdk=A.sdk||{},A.sdk.integrations=[...A.sdk.integrations||[],...t])})(a,c),n&&n.emit("applyFrameMetadata",t),void 0===t.type&&(function(A,t){const e=(function(A){const t=tv.Ce;if(!t)return{};const e=Object.keys(t);return hm&&e.length===um||(um=e.length,hm=e.reduce(((e,i)=>{cm||(cm={});const n=cm[i];if(n)e[n[0]]=n[1];else{const n=A(i);for(let A=n.length-1;A>=0;A--){const r=n[A],s=r?.filename,o=t[i];if(s&&o){e[s]=o,cm[i]=[s,o];break}}}return e}),{})),hm})(t);A.exception?.values?.forEach((A=>{A.stacktrace?.frames?.forEach((A=>{A.filename&&(A.debug_id=e[A.filename])}))}))})(a,A.stackParser);const u=(function(A,t){if(!t)return A;const e=A?A.clone():new Zv;return e.update(t),e})(i,e.captureContext);e.mechanism&&Nv(a,e.mechanism);const h=n?n.getEventProcessors():[],l=nv("globalScope",(()=>new Zv)).getScopeData();r&&lm(l,r.getScopeData()),u&&lm(l,u.getScopeData());const d=[...e.attachments||[],...l.attachments];return d.length&&(e.attachments=d),(function(A,t){const{fingerprint:e,span:i,breadcrumbs:n,sdkProcessingMetadata:r}=t;!(function(A,t){const{extra:e,tags:i,user:n,contexts:r,level:s,transactionName:o}=t;Object.keys(e).length&&(A.extra={...e,...A.extra}),Object.keys(i).length&&(A.tags={...i,...A.tags}),Object.keys(n).length&&(A.user={...n,...A.user}),Object.keys(r).length&&(A.contexts={...r,...A.contexts}),s&&(A.level=s),o&&"transaction"!==A.type&&(A.transaction=o)})(A,t),i&&(function(A,t){A.contexts={trace:BQ(t),...A.contexts},A.sdkProcessingMetadata={dynamicSamplingContext:PQ(t),...A.sdkProcessingMetadata};const e=pQ(QQ(t)).description;e&&!A.transaction&&"transaction"===A.type&&(A.transaction=e)})(A,i),(function(A,t){A.fingerprint=A.fingerprint?Array.isArray(A.fingerprint)?A.fingerprint:[A.fingerprint]:[],t&&(A.fingerprint=A.fingerprint.concat(t)),A.fingerprint.length||delete A.fingerprint})(A,e),(function(A,t){const e=[...A.breadcrumbs||[],...t];A.breadcrumbs=e.length?e:void 0})(A,n),(function(A,t){A.sdkProcessingMetadata={...A.sdkProcessingMetadata,...t}})(A,r)})(a,l),am([...h,...l.eventProcessors],a,e).then((A=>(A&&(function(A){const t={};if(A.exception?.values?.forEach((A=>{A.stacktrace?.frames?.forEach((A=>{A.debug_id&&(A.abs_path?t[A.abs_path]=A.debug_id:A.filename&&(t[A.filename]=A.debug_id),delete A.debug_id)}))})),0===Object.keys(t).length)return;A.debug_meta=A.debug_meta||{},A.debug_meta.images=A.debug_meta.images||[];const e=A.debug_meta.images;Object.entries(t).forEach((([A,t])=>{e.push({type:"sourcemap",code_file:A,debug_id:t})}))})(A),"number"==typeof s&&s>0?(function(A,t,e){if(!A)return null;const i={...A,...A.breadcrumbs&&{breadcrumbs:A.breadcrumbs.map((A=>({...A,...A.data&&{data:VQ(A.data,t,e)}})))},...A.user&&{user:VQ(A.user,t,e)},...A.contexts&&{contexts:VQ(A.contexts,t,e)},...A.extra&&{extra:VQ(A.extra,t,e)}};return A.contexts?.trace&&i.contexts&&(i.contexts.trace=A.contexts.trace,A.contexts.trace.data&&(i.contexts.trace.data=VQ(A.contexts.trace.data,t,e))),A.spans&&(i.spans=A.spans.map((A=>({...A,...A.data&&{data:VQ(A.data,t,e)}})))),A.contexts?.flags&&i.contexts&&(i.contexts.flags=VQ(A.contexts.flags,3,e)),i})(A,s,o):A)))}function fm(A,t){return nQ().captureEvent(A,t)}function wm(A){const t=rQ(),e=nQ(),{userAgent:i}=tv.navigator||{},n=(function(A){const t=Gv(),e={sid:Mv(),init:!0,timestamp:t,started:t,duration:0,status:"ok",errors:0,ignoreDuration:!1,toJSON:()=>(function(A){return{sid:`${A.sid}`,init:A.init,started:new Date(1e3*A.started).toISOString(),timestamp:new Date(1e3*A.timestamp).toISOString(),status:A.status,errors:A.errors,did:"number"==typeof A.did||"string"==typeof A.did?`${A.did}`:void 0,duration:A.duration,abnormal_mechanism:A.abnormal_mechanism,attrs:{release:A.release,environment:A.environment,ip_address:A.ipAddress,user_agent:A.userAgent}}})(e)};return A&&Pv(e,A),e})({user:e.getUser()||t.getUser(),...i&&{userAgent:i},...A}),r=t.getSession();return"ok"===r?.status&&Pv(r,{status:"exited"}),gm(),t.setSession(n),n}function gm(){const A=rQ(),t=nQ().getSession()||A.getSession();t&&(function(A){let t={};"ok"===A.status&&(t={status:"exited"}),Pv(A,t)})(t),pm(),A.setSession()}function pm(){const A=rQ(),t=sQ(),e=A.getSession();e&&t&&t.captureSession(e)}function vm(A=!1){A?gm():pm()}const Qm=[];function mm(A,t){for(const e of t)e?.afterAllSetup&&e.afterAllSetup(A)}function Um(A,t,e){if(e[t.name])zp&&yv.log(`Integration skipped because it was already installed: ${t.name}`);else{if(e[t.name]=t,-1===Qm.indexOf(t.name)&&"function"==typeof t.setupOnce&&(t.setupOnce(),Qm.push(t.name)),t.setup&&"function"==typeof t.setup&&t.setup(A),"function"==typeof t.preprocessEvent){const e=t.preprocessEvent.bind(t);A.on("preprocessEvent",((t,i)=>e(t,i,A)))}if("function"==typeof t.processEvent){const e=t.processEvent.bind(t),i=Object.assign(((t,i)=>e(t,i,A)),{id:t.name});A.addEventProcessor(i)}zp&&yv.log(`Integration installed: ${t.name}`)}}function Cm(A){const t=[];A.message&&t.push(A.message);try{const e=A.exception.values[A.exception.values.length-1];e?.value&&(t.push(e.value),e.type&&t.push(`${e.type}: ${e.value}`))}catch(e){}return t}const Fm="Not capturing exception because it's already been captured.",ym="Discarded session because of missing or non-string release",bm=Symbol.for("SentryInternalError"),Em=Symbol.for("SentryDoNotSendEventError");function Hm(A){return{message:A,[bm]:!0}}function Im(A){return{message:A,[Em]:!0}}function km(A){return!!A&&"object"==typeof A&&bm in A}function Tm(A){return!!A&&"object"==typeof A&&Em in A}class Sm{constructor(A){if(this.OA=A,this.Fe={},this.ye=0,this.be={},this.Ee={},this.Jt=[],A.dsn?this.He=(function(A){const t="string"==typeof A?(function(A){const t=NQ.exec(A);if(!t)return void Fv((()=>{}));const[e,i,n="",r="",s="",o=""]=t.slice(1);let a="",c=o;const u=c.split("/");if(u.length>1&&(a=u.slice(0,-1).join("/"),c=u.pop()),c){const A=c.match(/^\d+/);A&&(c=A[0])}return jQ({host:r,pass:n,path:a,projectId:c,port:s,protocol:e,publicKey:i})})(A):jQ(A);if(t&&(function(A){if(!zp)return!0;const{port:t,projectId:e,protocol:i}=A;return!(["protocol","publicKey","host","projectId"].find((t=>!A[t]&&(yv.error(`Invalid Sentry Dsn: ${t} missing`),!0)))||(e.match(/^\d+$/)?(function(A){return"http"===A||"https"===A})(i)?t&&isNaN(parseInt(t,10))&&(yv.error(`Invalid Sentry Dsn: Invalid port ${t}`),1):(yv.error(`Invalid Sentry Dsn: Invalid protocol ${i}`),1):(yv.error(`Invalid Sentry Dsn: Invalid projectId ${e}`),1)))})(t))return t})(A.dsn):zp&&yv.warn("No DSN provided, client will not send events."),this.He){const n=(t=this.He,e=A.tunnel,i=A.Ie?A.Ie.sdk:void 0,e||`${(function(A){return`${(function(A){const t=A.protocol?`${A.protocol}:`:"",e=A.port?`:${A.port}`:"";return`${t}//${A.host}${e}${A.path?`/${A.path}`:""}/api/`})(A)}${A.projectId}/envelope/`})(t)}?${(function(A,t){const e={sentry_version:"7"};return A.publicKey&&(e.sentry_key=A.publicKey),t&&(e.sentry_client=`${t.name}/${t.version}`),new URLSearchParams(e).toString()})(t,i)}`);this.ke=A.transport({tunnel:this.OA.tunnel,recordDroppedEvent:this.recordDroppedEvent.bind(this),...A.transportOptions,url:n})}var t,e,i}captureException(A,t,e){const i=Mv();if(_v(A))return zp&&yv.log(Fm),i;const n={event_id:i,...t};return this.Te(this.eventFromException(A,n).then((A=>this.Se(A,n,e)))),n.event_id}captureMessage(A,t,e,i){const n={event_id:Mv(),...e},r=hv(A)?A:String(A),s=lv(A)?this.eventFromMessage(r,t,n):this.eventFromException(A,n);return this.Te(s.then((A=>this.Se(A,n,i)))),n.event_id}captureEvent(A,t,e){const i=Mv();if(t?.originalException&&_v(t.originalException))return zp&&yv.log(Fm),i;const n={event_id:i,...t},r=A.sdkProcessingMetadata||{},s=r.capturedSpanScope,o=r.capturedSpanIsolationScope;return this.Te(this.Se(A,n,s||e,o)),n.event_id}captureSession(A){this.sendSession(A),Pv(A,{init:!1})}getDsn(){return this.He}getOptions(){return this.OA}getSdkMetadata(){return this.OA.Ie}getTransport(){return this.ke}flush(A){const t=this.ke;return t?(this.emit("flush"),this.Ke(A).then((e=>t.flush(A).then((A=>e&&A))))):rm(!0)}close(A){return this.flush(A).then((A=>(this.getOptions().enabled=!1,this.emit("close"),A)))}getEventProcessors(){return this.Jt}addEventProcessor(A){this.Jt.push(A)}init(){(this.Oe()||this.OA.integrations.some((({name:A})=>A.startsWith("Spotlight"))))&&this.De()}getIntegrationByName(A){return this.Fe[A]}addIntegration(A){const t=this.Fe[A.name];Um(this,A,this.Fe),t||mm(this,[A])}sendEvent(A,t={}){this.emit("beforeSendEvent",A,t);let e=(function(A,t,e,i){const n=em(e),r=A.type&&"replay_event"!==A.type?A.type:"event";!(function(A,t){t&&(A.sdk=A.sdk||{},A.sdk.name=A.sdk.name||t.name,A.sdk.version=A.sdk.version||t.version,A.sdk.integrations=[...A.sdk.integrations||[],...t.integrations||[]],A.sdk.packages=[...A.sdk.packages||[],...t.packages||[]])})(A,e?.sdk);const s=(function(A,t,e,i){const n=A.sdkProcessingMetadata?.dynamicSamplingContext;return{event_id:A.event_id,sent_at:(new Date).toISOString(),...t&&{sdk:t},...!!e&&i&&{dsn:_Q(i)},...n&&{trace:n}}})(A,n,i,t);return delete A.sdkProcessingMetadata,YQ(s,[[{type:r},A]])})(A,this.He,this.OA.Ie,this.OA.tunnel);for(const n of t.attachments||[])e=$Q(e,zQ(n));const i=this.sendEnvelope(e);i&&i.then((t=>this.emit("afterSendEvent",A,t)),null)}sendSession(A){const{release:t,environment:e=xQ}=this.OA;if("aggregates"in A){const i=A.attrs||{};if(!i.release&&!t)return void(zp&&yv.warn(ym));i.release=i.release||t,i.environment=i.environment||e,A.attrs=i}else{if(!A.release&&!t)return void(zp&&yv.warn(ym));A.release=A.release||t,A.environment=A.environment||e}this.emit("beforeSendSession",A);const i=(function(A,t,e,i){const n=em(e);return YQ({sent_at:(new Date).toISOString(),...n&&{sdk:n},...!!i&&t&&{dsn:_Q(t)}},["aggregates"in A?[{type:"sessions"},A]:[{type:"session"},A.toJSON()]])})(A,this.He,this.OA.Ie,this.OA.tunnel);this.sendEnvelope(i)}recordDroppedEvent(A,t,e=1){if(this.OA.sendClientReports){const i=`${A}:${t}`;zp&&yv.log(`Recording outcome: "${i}"${e>1?` (${e} times)`:""}`),this.be[i]=(this.be[i]||0)+e}}on(A,t){const e=this.Ee[A]=this.Ee[A]||[];return e.push(t),()=>{const A=e.indexOf(t);A>-1&&e.splice(A,1)}}emit(A,...t){const e=this.Ee[A];e&&e.forEach((A=>A(...t)))}sendEnvelope(A){return this.emit("beforeEnvelope",A),this.Oe()&&this.ke?this.ke.send(A).then(null,(A=>(zp&&yv.error("Error while sending envelope:",A),A))):(zp&&yv.error("Transport disabled"),rm({}))}De(){const{integrations:A}=this.OA;this.Fe=(function(A,t){const e={};return t.forEach((t=>{t&&Um(A,t,e)})),e})(this,A),mm(this,A)}Me(A,t){let e="fatal"===t.level,i=!1;const n=t.exception?.values;if(n){i=!0;for(const A of n){const t=A.mechanism;if(!1===t?.handled){e=!0;break}}}const r="ok"===A.status;(r&&0===A.errors||r&&e)&&(Pv(A,{...e&&{status:"crashed"},errors:A.errors||Number(i||e)}),this.captureSession(A))}Ke(A){return new om((t=>{let e=0;const i=setInterval((()=>{0==this.ye?(clearInterval(i),t(!0)):(e+=1,A&&e>=A&&(clearInterval(i),t(!1)))}),1)}))}Oe(){return!1!==this.getOptions().enabled&&void 0!==this.ke}Le(A,t,e,i){const n=this.getOptions(),r=Object.keys(this.Fe);return!t.integrations&&r?.length&&(t.integrations=r),this.emit("preprocessEvent",A,t),A.type||i.setLastEventId(A.event_id||t.event_id),Bm(n,A,t,e,this,i).then((A=>{if(null===A)return A;this.emit("postprocessEvent",A,t),A.contexts={trace:oQ(e),...A.contexts};const i=(function(A,t){const e=t.getPropagationContext();return e.dsc||GQ(e.traceId,A)})(this,e);return A.sdkProcessingMetadata={dynamicSamplingContext:i,...A.sdkProcessingMetadata},A}))}Se(A,t={},e=nQ(),i=rQ()){return zp&&Km(A)&&yv.log(`Captured error event \`${Cm(A)[0]||"<unknown>"}\``),this.xe(A,t,e,i).then((A=>A.event_id),(A=>{zp&&(Tm(A)?yv.log(A.message):km(A)?yv.warn(A.message):yv.warn(A))}))}xe(A,t,e,i){const n=this.getOptions(),{sampleRate:r}=n,s=Om(A),o=Km(A),a=A.type||"error",c=`before send for type \`${a}\``,u=void 0===r?void 0:(function(A){if("boolean"==typeof A)return Number(A);const t="string"==typeof A?parseFloat(A):A;return"number"!=typeof t||isNaN(t)||t<0||t>1?void 0:t})(r);if(o&&"number"==typeof u&&Math.random()>u)return this.recordDroppedEvent("sample_rate","error"),sm(Im(`Discarding event because it's not included in the random sample (sampling rate = ${r})`));const h="replay_event"===a?"replay":a;return this.Le(A,t,e,i).then((A=>{if(null===A)throw this.recordDroppedEvent("event_processor",h),Im("An event processor returned `null`, will not send event.");if(t.data&&!0===t.data.Re)return A;const e=(function(A,t,e,i){const{beforeSend:n,beforeSendTransaction:r,beforeSendSpan:s}=t;let o=e;if(Km(o)&&n)return n(o,i);if(Om(o)){if(s){const A=s((function(A){const{trace_id:t,parent_span_id:e,span_id:i,status:n,origin:r,data:s,op:o}=A.contexts?.trace??{};return{data:s??{},description:A.transaction,op:o,parent_span_id:e,span_id:i??"",start_timestamp:A.start_timestamp??0,status:n,timestamp:A.timestamp,trace_id:t??"",origin:r,profile_id:s?.[aQ],exclusive_time:s?.[cQ],measurements:A.measurements,is_segment:!0}})(o));if(A?o=Vv(e,{type:"transaction",timestamp:(a=A).timestamp,start_timestamp:a.start_timestamp,transaction:a.description,contexts:{trace:{trace_id:a.trace_id,span_id:a.span_id,parent_span_id:a.parent_span_id,op:a.op,status:a.status,origin:a.origin,data:{...a.data,...a.profile_id&&{[aQ]:a.profile_id},...a.exclusive_time&&{[cQ]:a.exclusive_time}}}},measurements:a.measurements}):mQ(),o.spans){const A=[];for(const t of o.spans){const e=s(t);e?A.push(e):(mQ(),A.push(t))}o.spans=A}}if(r){if(o.spans){const A=o.spans.length;o.sdkProcessingMetadata={...e.sdkProcessingMetadata,spanCountBeforeProcessing:A}}return r(o,i)}}var a;return o})(0,n,A,t);return(function(A,t){const e=`${t} must return \`null\` or a valid event.`;if(fv(A))return A.then((A=>{if(!dv(A)&&null!==A)throw Hm(e);return A}),(A=>{throw Hm(`${t} rejected with ${A}`)}));if(!dv(A)&&null!==A)throw Hm(e);return A})(e,c)})).then((n=>{if(null===n){if(this.recordDroppedEvent("before_send",h),s){const t=1+(A.spans||[]).length;this.recordDroppedEvent("before_send","span",t)}throw Im(`${c} returned \`null\`, will not send event.`)}const r=e.getSession()||i.getSession();if(o&&r&&this.Me(r,n),s){const A=(n.sdkProcessingMetadata?.spanCountBeforeProcessing||0)-(n.spans?n.spans.length:0);A>0&&this.recordDroppedEvent("before_send","span",A)}const a=n.transaction_info;if(s&&a&&n.transaction!==A.transaction){const A="custom";n.transaction_info={...a,source:A}}return this.sendEvent(n,t),n})).then(null,(A=>{if(Tm(A)||km(A))throw A;throw this.captureException(A,{data:{Re:!0},originalException:A}),Hm(`Event processing pipeline threw an error, original event will not be sent. Details have been sent as a new event.\nReason: ${A}`)}))}Te(A){this.ye++,A.then((A=>(this.ye--,A)),(A=>(this.ye--,A)))}Ne(){const A=this.be;return this.be={},Object.entries(A).map((([A,t])=>{const[e,i]=A.split(":");return{reason:e,category:i,quantity:t}}))}_e(){zp&&yv.log("Flushing outcomes...");const A=this.Ne();if(0===A.length)return void(zp&&yv.log("No outcomes to send"));if(!this.He)return void(zp&&yv.log("No dsn provided, will not send outcomes"));zp&&yv.log("Sending outcomes:",A);const t=(e=A,YQ((i=this.OA.tunnel&&_Q(this.He))?{dsn:i}:{},[[{type:"client_report"},{timestamp:jv(),discarded_events:e}]]));var e,i;this.sendEnvelope(t)}}function Km(A){return void 0===A.type}function Om(A){return"transaction"===A.type}function Dm(A,t){const e=t??(function(A){return tv.je?.get(A)})(A)??[];if(0===e.length)return;const i=A.getOptions(),n=(function(A,t,e,i){const n={};return t?.sdk&&(n.sdk={name:t.sdk.name,version:t.sdk.version}),e&&i&&(n.dsn=_Q(i)),YQ(n,[(r=A,[{type:"log",item_count:r.length,content_type:"application/vnd.sentry.items.log+json"},{items:r}])]);var r})(e,i.Ie,i.tunnel,A.getDsn());tv.je?.set(A,[]),A.emit("flushLogs"),A.sendEnvelope(n)}tv.je=new WeakMap;const Mm=Symbol.for("SentryBufferFullError");function Lm(A){void 0===A.user?.ip_address&&(A.user={...A.user,ip_address:"{{auto}}"})}function xm(A){"aggregates"in A?void 0===A.attrs?.ip_address&&(A.attrs={...A.attrs,ip_address:"{{auto}}"}):void 0===A.ipAddress&&(A.ipAddress="{{auto}}")}const Rm=100;function Nm(A,t){const e=sQ(),i=rQ();if(!e)return;const{beforeBreadcrumb:n=null,maxBreadcrumbs:r=Rm}=e.getOptions();if(r<=0)return;const s={timestamp:jv(),...A},o=n?Fv((()=>n(s,t))):s;null!==o&&(e.emit&&e.emit("beforeAddBreadcrumb",o,t),i.addBreadcrumb(o,r))}let _m;const jm=new WeakMap,Gm=()=>({name:"FunctionToString",setupOnce(){_m=Function.prototype.toString;try{Function.prototype.toString=function(...A){const t=Sv(this),e=jm.has(sQ())&&void 0!==t?t:this;return _m.apply(e,A)}}catch{}},setup(A){jm.set(A,!0)}}),Pm=[/^Script error\.?$/,/^Javascript error: Script error\.? on line 0$/,/^ResizeObserver loop completed with undelivered notifications.$/,/^Cannot redefine property: googletag$/,/^Can't find variable: gmo$/,/^undefined is not an object \(evaluating 'a\.[A-Z]'\)$/,'can\'t redefine non-configurable property "solana"',"vv().getRestrictions is not a function. (In 'vv().getRestrictions(1,a)', 'vv().getRestrictions' is undefined)","Can't find variable: _AutofillCallbackHandler",/^Non-Error promise rejection captured with value: Object Not Found Matching Id:\d+, MethodName:simulateEvent, ParamCount:\d+$/,/^Java exception was raised during method invocation$/],Vm=(A={})=>{let t;return{name:"EventFilters",setup(e){const i=e.getOptions();t=Xm(A,i)},processEvent(e,i,n){if(!t){const e=n.getOptions();t=Xm(A,e)}return(function(A,t){if(A.type){if("transaction"===A.type&&(function(A,t){if(!t?.length)return!1;const e=A.transaction;return!!e&&Hv(e,t)})(A,t.ignoreTransactions))return zp&&yv.warn(`Event dropped due to being matched by \`ignoreTransactions\` option.\nEvent: ${xv(A)}`),!0}else{if((function(A,t){return!!t?.length&&Cm(A).some((A=>Hv(A,t)))})(A,t.ignoreErrors))return zp&&yv.warn(`Event dropped due to being matched by \`ignoreErrors\` option.\nEvent: ${xv(A)}`),!0;if((function(A){return!!A.exception?.values?.length&&!A.message&&!A.exception.values.some((A=>A.stacktrace||A.type&&"Error"!==A.type||A.value))})(A))return zp&&yv.warn(`Event dropped due to not having an error message, error type or stacktrace.\nEvent: ${xv(A)}`),!0;if((function(A,t){if(!t?.length)return!1;const e=Ym(A);return!!e&&Hv(e,t)})(A,t.denyUrls))return zp&&yv.warn(`Event dropped due to being matched by \`denyUrls\` option.\nEvent: ${xv(A)}.\nUrl: ${Ym(A)}`),!0;if(!(function(A,t){if(!t?.length)return!0;const e=Ym(A);return!e||Hv(e,t)})(A,t.allowUrls))return zp&&yv.warn(`Event dropped due to not being matched by \`allowUrls\` option.\nEvent: ${xv(A)}.\nUrl: ${Ym(A)}`),!0}return!1})(e,t)?null:e}}},Jm=(A={})=>({...Vm(A),name:"InboundFilters"});function Xm(A={},t={}){return{allowUrls:[...A.allowUrls||[],...t.allowUrls||[]],denyUrls:[...A.denyUrls||[],...t.denyUrls||[]],ignoreErrors:[...A.ignoreErrors||[],...t.ignoreErrors||[],...A.disableErrorDefaults?[]:Pm],ignoreTransactions:[...A.ignoreTransactions||[],...t.ignoreTransactions||[]]}}function Ym(A){try{const t=[...A.exception?.values??[]].reverse().find((A=>void 0===A.mechanism?.parent_id&&A.stacktrace?.frames?.length)),e=t?.stacktrace?.frames;return e?(function(A=[]){for(let t=A.length-1;t>=0;t--){const e=A[t];if(e&&"<anonymous>"!==e.filename&&"[native code]"!==e.filename)return e.filename||null}return null})(e):null}catch(t){return zp&&yv.error(`Cannot extract url for event ${xv(A)}`),null}}function $m(A,t,e,i,n,r){if(!n.exception?.values||!r||!wv(r.originalException,Error))return;const s=n.exception.values.length>0?n.exception.values[n.exception.values.length-1]:void 0;s&&(n.exception.values=Wm(A,t,i,r.originalException,e,n.exception.values,s,0))}function Wm(A,t,e,i,n,r,s,o){if(r.length>=e+1)return r;let a=[...r];if(wv(i[n],Error)){Zm(s,o);const r=A(t,i[n]),c=a.length;qm(r,n,c,o),a=Wm(A,t,e,i[n],n,[r,...a],r,c)}return Array.isArray(i.errors)&&i.errors.forEach(((i,r)=>{if(wv(i,Error)){Zm(s,o);const c=A(t,i),u=a.length;qm(c,`errors[${r}]`,u,o),a=Wm(A,t,e,i,n,[c,...a],c,u)}})),a}function Zm(A,t){A.mechanism=A.mechanism||{type:"generic",handled:!0},A.mechanism={...A.mechanism,..."AggregateError"===A.type&&{is_exception_group:!0},exception_id:t}}function qm(A,t,e,i){A.mechanism=A.mechanism||{type:"generic",handled:!0},A.mechanism={...A.mechanism,type:"chained",source:t,exception_id:e,parent_id:i}}function zm(){"console"in tv&&Uv.forEach((function(A){A in tv.console&&Iv(tv.console,A,(function(t){return Cv[A]=t,function(...t){KQ("console",{args:t,level:A});const e=Cv[A];e?.apply(tv.console,t)}}))}))}const AU=()=>{let A;return{name:"Dedupe",processEvent(t){if(t.type)return t;try{if((function(A,t){return!(!t||!(function(A,t){const e=A.message,i=t.message;return!(!e&&!i||e&&!i||!e&&i||e!==i||!eU(A,t)||!tU(A,t))})(A,t)&&!(function(A,t){const e=iU(t),i=iU(A);return!!(e&&i&&e.type===i.type&&e.value===i.value&&eU(A,t)&&tU(A,t))})(A,t))})(t,A))return zp&&yv.warn("Event dropped due to being a duplicate of previously captured event."),null}catch(e){}return A=t}}};function tU(A,t){let e=HQ(A),i=HQ(t);if(!e&&!i)return!0;if(e&&!i||!e&&i)return!1;if(i.length!==e.length)return!1;for(let n=0;n<i.length;n++){const A=i[n],t=e[n];if(A.filename!==t.filename||A.lineno!==t.lineno||A.colno!==t.colno||A.function!==t.function)return!1}return!0}function eU(A,t){let e=A.fingerprint,i=t.fingerprint;if(!e&&!i)return!0;if(e&&!i||!e&&i)return!1;try{return!(e.join("")!==i.join(""))}catch(n){return!1}}function iU(A){return A.exception?.values&&A.exception.values[0]}function nU(A){if(!A)return{};const t=A.match(/^(([^:/?#]+):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?$/);if(!t)return{};const e=t[6]||"",i=t[8]||"";return{host:t[4],path:t[5],protocol:t[2],search:e,hash:i,relative:t[5]+e+i}}function rU(A){return void 0===A?void 0:A>=400&&A<500?"warning":A>=500?"error":void 0}const sU=tv;function oU(A){return A&&/^function\s+\w+\(\)\s+\{\s+\[native code\]\s+\}$/.test(A.toString())}function aU(A,t){return!!A&&"object"==typeof A&&!!A[t]}function cU(A){return"string"==typeof A?A:A?aU(A,"url")?A.url:A.toString?A.toString():"":""}function uU(A){const[t,e]=A;try{if("object"==typeof e&&null!==e&&"headers"in e&&e.headers)return new Headers(e.headers);if("undefined"!=typeof Request&&wv(t,Request))return new Headers(t.headers)}catch{}}const hU=tv;let lU=0;function dU(){return lU>0}function BU(A,t={}){if("function"!=typeof A)return A;try{const t=A.Ge;if(t)return"function"==typeof t?t:A;if(Sv(A))return A}catch(i){return A}const e=function(...e){try{const i=e.map((A=>BU(A,t)));return A.apply(this,i)}catch(i){throw lU++,setTimeout((()=>{lU--})),(function(...A){const t=iQ(ev());if(2===A.length){const[e,i]=A;return e?t.withSetScope(e,i):t.withScope(i)}t.withScope(A[0])})((A=>{var n;A.addEventProcessor((A=>(t.mechanism&&(Rv(A,void 0,void 0),Nv(A,t.mechanism)),A.extra={...A.extra,arguments:e},A))),n=i,nQ().captureException(n,void 0)})),i}};try{for(const t in A)Object.prototype.hasOwnProperty.call(A,t)&&(e[t]=A[t])}catch{}Tv(e,A),kv(A,"__sentry_wrapped__",e);try{Object.getOwnPropertyDescriptor(e,"name").configurable&&Object.defineProperty(e,"name",{get:()=>A.name})}catch{}return e}function fU(A,t){const e=gU(A,t),i={type:QU(t),value:mU(t)};return e.length&&(i.stacktrace={frames:e}),void 0===i.type&&""===i.value&&(i.value="Unrecoverable error caught"),i}function wU(A,t){return{exception:{values:[fU(A,t)]}}}function gU(A,t){const e=t.stacktrace||t.stack||"",i=(function(A){return A&&pU.test(A.message)?1:0})(t),n=(function(A){return"number"==typeof A.framesToPop?A.framesToPop:0})(t);try{return A(e,i,n)}catch(r){}return[]}const pU=/Minified React error #\d+;/i;function vU(A){return"undefined"!=typeof WebAssembly&&void 0!==WebAssembly.Exception&&A instanceof WebAssembly.Exception}function QU(A){const t=A?.name;return!t&&vU(A)?A.message&&Array.isArray(A.message)&&2==A.message.length?A.message[0]:"WebAssembly.Exception":t}function mU(A){const t=A?.message;return vU(A)?Array.isArray(A.message)&&2==A.message.length?A.message[1]:"wasm exception":t?t.error&&"string"==typeof t.error.message?t.error.message:t:"No error message"}function UU(A,t,e,i,n){let r;if(av(t)&&t.error)return wU(A,t.error);if(cv(t)||ov(t,"DOMException")){const n=t;if("stack"in t)r=wU(A,t);else{const t=n.name||(cv(n)?"DOMError":"DOMException"),s=n.message?`${t}: ${n.message}`:t;r=CU(A,s,e,i),Rv(r,s)}return"code"in n&&(r.tags={...r.tags,"DOMException.code":`${n.code}`}),r}return sv(t)?wU(A,t):dv(t)||Bv(t)?(r=(function(A,t,e,i){const n=sQ(),r=n?.getOptions().normalizeDepth,s=(function(A){for(const t in A)if(Object.prototype.hasOwnProperty.call(A,t)){const e=A[t];if(e instanceof Error)return e}})(t),o={Pe:JQ(t,r)};if(s)return{exception:{values:[fU(A,s)]},extra:o};const a={exception:{values:[{type:Bv(t)?t.constructor.name:i?"UnhandledRejection":"Error",value:FU(t,{isUnhandledRejection:i})}]},extra:o};if(e){const t=gU(A,e);t.length&&(a.exception.values[0].stacktrace={frames:t})}return a})(A,t,e,n),Nv(r,{synthetic:!0}),r):(r=CU(A,t,e,i),Rv(r,`${t}`,void 0),Nv(r,{synthetic:!0}),r)}function CU(A,t,e,i){const n={};if(i&&e){const i=gU(A,e);i.length&&(n.exception={values:[{value:t,stacktrace:{frames:i}}]}),Nv(n,{synthetic:!0})}if(hv(t)){const{xt:A,Rt:e}=t;return n.logentry={message:A,params:e},n}return n.message=t,n}function FU(A,{isUnhandledRejection:t}){const e=(function(A,t=40){const e=Object.keys(Kv(A));e.sort();const i=e[0];if(!i)return"[object has no keys]";if(i.length>=t)return bv(i,t);for(let n=e.length;n>0;n--){const A=e.slice(0,n).join(", ");if(!(A.length>t))return n===e.length?A:bv(A,t)}return""})(A),i=t?"promise rejection":"exception";return av(A)?`Event \`ErrorEvent\` captured as ${i} with message \`${A.message}\``:Bv(A)?`Event \`${(function(A){try{const t=Object.getPrototypeOf(A);return t?t.constructor.name:void 0}catch(t){}})(A)}\` (type=${A.type}) captured as ${i}`:`Object captured as ${i} with keys: ${e}`}class yU extends Sm{constructor(A){const t=(e=A,{release:"string"==typeof __SENTRY_RELEASE__?__SENTRY_RELEASE__:hU.SENTRY_RELEASE?.id,sendClientReports:!0,parentSpanIsAlwaysRootSpan:!0,...e});var e;!(function(A,t,e=[t],i="npm"){const n=A.Ie||{};n.sdk||(n.sdk={name:`sentry.javascript.${t}`,packages:e.map((A=>({name:`${i}:@sentry/${A}`,version:Av}))),version:Av}),A.Ie=n})(t,"browser",["browser"],hU.SENTRY_SDK_SOURCE||"npm"),super(t);const{sendDefaultPii:i,sendClientReports:n,Ve:r}=this.OA,s=r?.enableLogs;hU.document&&(n||s)&&hU.document.addEventListener("visibilitychange",(()=>{"hidden"===hU.document.visibilityState&&(n&&this._e(),s&&Dm(this))})),s&&(this.on("flush",(()=>{Dm(this)})),this.on("afterCaptureLog",(()=>{this.Je&&clearTimeout(this.Je),this.Je=setTimeout((()=>{Dm(this)}),5e3)}))),i&&(this.on("postprocessEvent",Lm),this.on("beforeSendSession",xm))}eventFromException(A,t){return(function(A,t,e,i){const n=UU(A,t,e?.syntheticException||void 0,i);return Nv(n),n.level="error",e?.event_id&&(n.event_id=e.event_id),rm(n)})(this.OA.stackParser,A,t,this.OA.attachStacktrace)}eventFromMessage(A,t="info",e){return(function(A,t,e="info",i,n){const r=CU(A,t,i?.syntheticException||void 0,n);return r.level=e,i?.event_id&&(r.event_id=i.event_id),rm(r)})(this.OA.stackParser,A,t,e,this.OA.attachStacktrace)}Le(A,t,e,i){return A.platform=A.platform||"javascript",super.Le(A,t,e,i)}}const bU="undefined"==typeof __SENTRY_DEBUG__||__SENTRY_DEBUG__,EU=tv;let HU,IU,kU,TU;function SU(){if(!EU.document)return;const A=KQ.bind(null,"dom"),t=KU(A,!0);EU.document.addEventListener("click",t,!1),EU.document.addEventListener("keypress",t,!1),["EventTarget","Node"].forEach((t=>{const e=EU,i=e[t]?.prototype;i?.hasOwnProperty?.("addEventListener")&&(Iv(i,"addEventListener",(function(t){return function(e,i,n){if("click"===e||"keypress"==e)try{const i=this.Xe=this.Xe||{},r=i[e]=i[e]||{refCount:0};if(!r.handler){const i=KU(A);r.handler=i,t.call(this,e,i,n)}r.refCount++}catch(r){}return t.call(this,e,i,n)}})),Iv(i,"removeEventListener",(function(A){return function(t,e,i){if("click"===t||"keypress"==t)try{const e=this.Xe||{},n=e[t];n&&(n.refCount--,n.refCount<=0&&(A.call(this,t,n.handler,i),n.handler=void 0,delete e[t]),0===Object.keys(e).length&&delete this.Xe)}catch(n){}return A.call(this,t,e,i)}})))}))}function KU(A,t=!1){return e=>{if(!e||e.Ye)return;const i=(function(A){try{return A.target}catch(t){return null}})(e);if((function(A,t){return"keypress"===A&&(!t?.tagName||"INPUT"!==t.tagName&&"TEXTAREA"!==t.tagName&&!t.isContentEditable)})(e.type,i))return;kv(e,"_sentryCaptured",!0),i&&!i.$e&&kv(i,"_sentryId",Mv());const n="keypress"===e.type?"input":e.type;(function(A){if(A.type!==IU)return!1;try{if(!A.target||A.target.$e!==kU)return!1}catch(t){}return!0})(e)||(A({event:e,name:n,global:t}),IU=e.type,kU=i?i.$e:void 0),clearTimeout(HU),HU=EU.setTimeout((()=>{kU=void 0,IU=void 0}),1e3)}}function OU(A){const t="history";TQ(t,A),SQ(t,DU)}function DU(){function A(A){return function(...t){const e=t.length>2?t[2]:void 0;if(e){const i=TU,n=(function(A){try{return new URL(A,EU.location.origin).toString()}catch{return A}})(String(e));if(TU=n,i===n)return A.apply(this,t);KQ("history",{from:i,to:n})}return A.apply(this,t)}}EU.addEventListener("popstate",(()=>{const A=EU.location.href,t=TU;TU=A,t!==A&&KQ("history",{from:t,to:A})})),"history"in sU&&sU.history&&(Iv(EU.history,"pushState",A),Iv(EU.history,"replaceState",A))}const MU={};function LU(A){MU[A]=void 0}const xU="__sentry_xhr_v3__";function RU(){if(!EU.XMLHttpRequest)return;const A=XMLHttpRequest.prototype;A.open=new Proxy(A.open,{apply(A,t,e){const i=new Error,n=1e3*Gv(),r=uv(e[0])?e[0].toUpperCase():void 0,s=(function(A){if(uv(A))return A;try{return A.toString()}catch{}})(e[1]);if(!r||!s)return A.apply(t,e);t[xU]={method:r,url:s,request_headers:{}},"POST"===r&&s.match(/sentry_key/)&&(t.We=!0);const o=()=>{const A=t[xU];if(A&&4===t.readyState){try{A.status_code=t.status}catch(e){}KQ("xhr",{endTimestamp:1e3*Gv(),startTimestamp:n,xhr:t,virtualError:i})}};return"onreadystatechange"in t&&"function"==typeof t.onreadystatechange?t.onreadystatechange=new Proxy(t.onreadystatechange,{apply:(A,t,e)=>(o(),A.apply(t,e))}):t.addEventListener("readystatechange",o),t.setRequestHeader=new Proxy(t.setRequestHeader,{apply(A,t,e){const[i,n]=e,r=t[xU];return r&&uv(i)&&uv(n)&&(r.request_headers[i.toLowerCase()]=n),A.apply(t,e)}}),A.apply(t,e)}}),A.send=new Proxy(A.send,{apply(A,t,e){const i=t[xU];return i?(void 0!==e[0]&&(i.body=e[0]),KQ("xhr",{startTimestamp:1e3*Gv(),xhr:t}),A.apply(t,e)):A.apply(t,e)}})}function NU(A,t=(function(A){const t=MU[A];if(t)return t;let e=EU[A];if(oU(e))return MU[A]=e.bind(EU);const i=EU.document;if(i&&"function"==typeof i.createElement)try{const t=i.createElement("iframe");t.hidden=!0,i.head.appendChild(t);const n=t.contentWindow;n?.[A]&&(e=n[A]),i.head.removeChild(t)}catch(n){bU&&yv.warn(`Could not create sandbox iframe for ${A} check, bailing to window.${A}: `,n)}return e?MU[A]=e.bind(EU):e})("fetch")){let e=0,i=0;return(function(A,t,e=(function(A){const t=[];function e(A){return t.splice(t.indexOf(A),1)[0]||Promise.resolve(void 0)}return{$:t,add:function(i){if(!(void 0===A||t.length<A))return sm(Mm);const n=i();return-1===t.indexOf(n)&&t.push(n),n.then((()=>e(n))).then(null,(()=>e(n).then(null,(()=>{})))),n},drain:function(A){return new om(((e,i)=>{let n=t.length;if(!n)return e(!0);const r=setTimeout((()=>{A&&A>0&&e(!1)}),A);t.forEach((A=>{rm(A).then((()=>{--n||(clearTimeout(r),e(!0))}),i)}))}))}}})(A.bufferSize||64)){let i={};return{send:function(n){const r=[];if(WQ(n,((t,e)=>{const n=tm(e);!(function(A,t,e=Date.now()){return(function(A,t){return A[t]||A.all||0})(A,t)>e})(i,n)?r.push(t):A.recordDroppedEvent("ratelimit_backoff",n)})),0===r.length)return rm({});const s=YQ(n[0],r),o=t=>{WQ(s,((e,i)=>{A.recordDroppedEvent(t,tm(i))}))};return e.add((()=>t({body:qQ(s)}).then((A=>(void 0!==A.statusCode&&(A.statusCode<200||A.statusCode>=300)&&zp&&yv.warn(`Sentry responded with status code ${A.statusCode} to sent event.`),i=(function(A,{statusCode:t,headers:e},i=Date.now()){const n={...A},r=e?.["x-sentry-rate-limits"],s=e?.["retry-after"];if(r)for(const o of r.trim().split(",")){const[A,t,,,e]=o.split(":",5),r=parseInt(A,10),s=1e3*(isNaN(r)?60:r);if(t)for(const o of t.split(";"))"metric_bucket"===o&&e&&!e.split(";").includes("custom")||(n[o]=i+s);else n.all=i+s}else s?n.all=i+(function(A,t=Date.now()){const e=parseInt(`${A}`,10);if(!isNaN(e))return 1e3*e;const i=Date.parse(`${A}`);return isNaN(i)?6e4:i-t})(s,i):429===t&&(n.all=i+6e4);return n})(i,A),A)),(A=>{throw o("network_error"),zp&&yv.error("Encountered error running transport request:",A),A})))).then((A=>A),(A=>{if(A===Mm)return zp&&yv.error("Skipped sending event because buffer is full."),o("queue_overflow"),rm({});throw A}))},flush:A=>e.drain(A)}})(A,(function(n){const r=n.body.length;e+=r,i++;const s={body:n.body,method:"POST",referrerPolicy:"strict-origin",headers:A.headers,keepalive:e<=6e4&&i<15,...A.fetchOptions};if(!t)return LU("fetch"),sm("No fetch implementation available");try{return t(A.url,s).then((A=>(e-=r,i--,{statusCode:A.status,headers:{"x-sentry-rate-limits":A.headers.get("X-Sentry-Rate-Limits"),"retry-after":A.headers.get("Retry-After")}})))}catch(o){return LU("fetch"),e-=r,i--,sm(o)}}))}function _U(A,t,e,i){const n={filename:A,function:"<anonymous>"===t?UQ:t,in_app:!0};return void 0!==e&&(n.lineno=e),void 0!==i&&(n.colno=i),n}const jU=/^\s*at (\S+?)(?::(\d+))(?::(\d+))\s*$/i,GU=/^\s*at (?:(.+?\)(?: \[.+\])?|.*?) ?\((?:address at )?)?(?:async )?((?:<anonymous>|[-a-z]+:|.*bundle|\/)?.*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i,PU=/\((\S*)(?::(\d+))(?::(\d+))\)/,VU=/^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:[-a-z]+)?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i,JU=/(\S+) line (\d+)(?: > eval line \d+)* > eval/i,XU=(function(...A){const t=A.sort(((A,t)=>A[0]-t[0])).map((A=>A[1]));return(A,e=0,i=0)=>{const n=[],r=A.split("\n");for(let s=e;s<r.length;s++){const A=r[s];if(A.length>1024)continue;const e=CQ.test(A)?A.replace(CQ,"$1"):A;if(!e.match(/\S*Error: /)){for(const A of t){const t=A(e);if(t){n.push(t);break}}if(n.length>=50+i)break}}return(function(A){if(!A.length)return[];const t=Array.from(A);return/sentryWrapped/.test(yQ(t).function||"")&&t.pop(),t.reverse(),FQ.test(yQ(t).function||"")&&(t.pop(),FQ.test(yQ(t).function||"")&&t.pop()),t.slice(0,50).map((A=>({...A,filename:A.filename||yQ(t).filename,function:A.function||UQ})))})(n.slice(i))}})([30,A=>{const t=jU.exec(A);if(t){const[,A,e,i]=t;return _U(A,UQ,+e,+i)}const e=GU.exec(A);if(e){if(e[2]&&0===e[2].indexOf("eval")){const A=PU.exec(e[2]);A&&(e[2]=A[1],e[3]=A[2],e[4]=A[3])}const[A,t]=YU(e[1]||UQ,e[2]);return _U(t,A,e[3]?+e[3]:void 0,e[4]?+e[4]:void 0)}}],[50,A=>{const t=VU.exec(A);if(t){if(t[3]&&t[3].indexOf(" > eval")>-1){const A=JU.exec(t[3]);A&&(t[1]=t[1]||"eval",t[3]=A[1],t[4]=A[2],t[5]="")}let A=t[3],e=t[1]||UQ;return[e,A]=YU(e,A),_U(A,e,t[4]?+t[4]:void 0,t[5]?+t[5]:void 0)}}]),YU=(A,t)=>{const e=-1!==A.indexOf("safari-extension"),i=-1!==A.indexOf("safari-web-extension");return e||i?[-1!==A.indexOf("@")?A.split("@")[0]:UQ,e?`safari-extension:${t}`:`safari-web-extension:${t}`]:[A,t]},$U="undefined"==typeof __SENTRY_DEBUG__||__SENTRY_DEBUG__,WU=(A={})=>{const t={console:!0,dom:!0,fetch:!0,history:!0,sentry:!0,xhr:!0,...A};return{name:"Breadcrumbs",setup(A){var e;t.console&&(function(A){const t="console";TQ(t,A),SQ(t,zm)})((function(A){return function(t){if(sQ()!==A)return;const e={category:"console",data:{arguments:t.args,logger:"console"},level:(i=t.level,"warn"===i?"warning":["fatal","error","warning","log","info","debug"].includes(i)?i:"log"),message:Ev(t.args," ")};var i;if("assert"===t.level){if(!1!==t.args[0])return;e.message=`Assertion failed: ${Ev(t.args.slice(1)," ")||"console.assert"}`,e.data.arguments=t.args.slice(1)}Nm(e,{input:t.args,level:t.level})}})(A)),t.dom&&(e=(function(A,t){return function(e){if(sQ()!==A)return;let i,n,r="object"==typeof t?t.serializeAttribute:void 0,s="object"==typeof t&&"number"==typeof t.maxStringLength?t.maxStringLength:void 0;s&&s>1024&&($U&&yv.warn(`\`dom.maxStringLength\` cannot exceed 1024, but a value of ${s} was configured. Sentry will use 1024 instead.`),s=1024),"string"==typeof r&&(r=[r]);try{const A=e.event,t=(function(A){return!!A&&!!A.target})(A)?A.target:A;i=vv(t,{keyAttrs:r,maxStringLength:s}),n=(function(A){if(!pv.HTMLElement)return null;let t=A;for(let e=0;e<5;e++){if(!t)return null;if(t instanceof HTMLElement){if(t.dataset.sentryComponent)return t.dataset.sentryComponent;if(t.dataset.sentryElement)return t.dataset.sentryElement}t=t.parentNode}return null})(t)}catch(a){i="<unknown>"}if(0===i.length)return;const o={category:`ui.${e.name}`,message:i};n&&(o.data={"ui.component_name":n}),Nm(o,{event:e.event,name:e.name,global:e.global})}})(A,t.dom),TQ("dom",e),SQ("dom",SU)),t.xhr&&(function(A){TQ("xhr",A),SQ("xhr",RU)})((function(A){return function(t){if(sQ()!==A)return;const{startTimestamp:e,endTimestamp:i}=t,n=t.xhr[xU];if(!e||!i||!n)return;const{method:r,url:s,status_code:o,body:a}=n,c={method:r,url:s,status_code:o},u={xhr:t.xhr,input:a,startTimestamp:e,endTimestamp:i},h={category:"xhr",data:c,type:"http",level:rU(o)};A.emit("beforeOutgoingRequestBreadcrumb",h,u),Nm(h,u)}})(A)),t.fetch&&(function(A,t){const e="fetch";TQ(e,A),SQ(e,(()=>(function(A,t=!1){t&&!(function(){if("string"==typeof EdgeRuntime)return!0;if(!(function(){if(!("fetch"in sU))return!1;try{return new Headers,new Request("http://www.example.com"),new Response,!0}catch(A){return!1}})())return!1;if(oU(sU.fetch))return!0;let A=!1;const t=sU.document;if(t&&"function"==typeof t.createElement)try{const e=t.createElement("iframe");e.hidden=!0,t.head.appendChild(e),e.contentWindow?.fetch&&(A=oU(e.contentWindow.fetch)),t.head.removeChild(e)}catch(e){zp&&yv.warn("Could not create sandbox iframe for pure fetch check, bailing to window.fetch: ",e)}return A})()||Iv(tv,"fetch",(function(t){return function(...e){const i=new Error,{method:n,url:r}=(function(A){if(0===A.length)return{method:"GET",url:""};if(2===A.length){const[t,e]=A;return{url:cU(t),method:aU(e,"method")?String(e.method).toUpperCase():"GET"}}const t=A[0];return{url:cU(t),method:aU(t,"method")?String(t.method).toUpperCase():"GET"}})(e),s={args:e,fetchData:{method:n,url:r},startTimestamp:1e3*Gv(),virtualError:i,headers:uU(e)};return A||KQ("fetch",{...s}),t.apply(tv,e).then((async t=>(A?A(t):KQ("fetch",{...s,endTimestamp:1e3*Gv(),response:t}),t)),(A=>{if(KQ("fetch",{...s,endTimestamp:1e3*Gv(),error:A}),sv(A)&&void 0===A.stack&&(A.stack=i.stack,kv(A,"framesToPop",1)),A instanceof TypeError&&("Failed to fetch"===A.message||"Load failed"===A.message||"NetworkError when attempting to fetch resource."===A.message))try{const t=new URL(s.fetchData.url);A.message=`${A.message} (${t.host})`}catch{}throw A}))}}))})(void 0,t)))})((function(A){return function(t){if(sQ()!==A)return;const{startTimestamp:e,endTimestamp:i}=t;if(i&&(!t.fetchData.url.match(/sentry_key/)||"POST"!==t.fetchData.method))if(t.fetchData.method,t.fetchData.url,t.error){const n=t.fetchData,r={data:t.error,input:t.args,startTimestamp:e,endTimestamp:i},s={category:"fetch",data:n,level:"error",type:"http"};A.emit("beforeOutgoingRequestBreadcrumb",s,r),Nm(s,r)}else{const n=t.response,r={...t.fetchData,status_code:n?.status};t.fetchData.request_body_size,t.fetchData.response_body_size;const s={input:t.args,response:n,startTimestamp:e,endTimestamp:i},o={category:"fetch",data:r,type:"http",level:rU(r.status_code)};A.emit("beforeOutgoingRequestBreadcrumb",o,s),Nm(o,s)}}})(A)),t.history&&OU((function(A){return function(t){if(sQ()!==A)return;let e=t.from,i=t.to;const n=nU(hU.location.href);let r=e?nU(e):void 0;const s=nU(i);r?.path||(r=n),n.protocol===s.protocol&&n.host===s.host&&(i=s.relative),n.protocol===r.protocol&&n.host===r.host&&(e=r.relative),Nm({category:"navigation",data:{from:e,to:i}})}})(A)),t.sentry&&A.on("beforeSendEvent",(function(A){return function(t){sQ()===A&&Nm({category:"sentry."+("transaction"===t.type?"transaction":"event"),event_id:t.event_id,level:t.level,message:xv(t)},{event:t})}})(A))}}},ZU=["EventTarget","Window","Node","ApplicationCache","AudioTrackList","BroadcastChannel","ChannelMergerNode","CryptoOperation","EventSource","FileReader","HTMLUnknownElement","IDBDatabase","IDBRequest","IDBTransaction","KeyOperation","MediaController","MessagePort","ModalWindow","Notification","SVGElementInstance","Screen","SharedWorker","TextTrack","TextTrackCue","TextTrackList","WebSocket","WebSocketWorker","Worker","XMLHttpRequest","XMLHttpRequestEventTarget","XMLHttpRequestUpload"],qU=(A={})=>{const t={XMLHttpRequest:!0,eventTarget:!0,requestAnimationFrame:!0,setInterval:!0,setTimeout:!0,...A};return{name:"BrowserApiErrors",setupOnce(){t.setTimeout&&Iv(hU,"setTimeout",zU),t.setInterval&&Iv(hU,"setInterval",zU),t.requestAnimationFrame&&Iv(hU,"requestAnimationFrame",AC),t.XMLHttpRequest&&"XMLHttpRequest"in hU&&Iv(XMLHttpRequest.prototype,"send",tC);const A=t.eventTarget;A&&(Array.isArray(A)?A:ZU).forEach(eC)}}};function zU(A){return function(...t){const e=t[0];return t[0]=BU(e,{mechanism:{data:{function:EQ(A)},handled:!1,type:"instrument"}}),A.apply(this,t)}}function AC(A){return function(t){return A.apply(this,[BU(t,{mechanism:{data:{function:"requestAnimationFrame",handler:EQ(A)},handled:!1,type:"instrument"}})])}}function tC(A){return function(...t){const e=this;return["onload","onerror","onprogress","onreadystatechange"].forEach((A=>{A in e&&"function"==typeof e[A]&&Iv(e,A,(function(t){const e={mechanism:{data:{function:A,handler:EQ(t)},handled:!1,type:"instrument"}},i=Sv(t);return i&&(e.mechanism.data.handler=EQ(i)),BU(t,e)}))})),A.apply(this,t)}}function eC(A){const t=hU,e=t[A]?.prototype;e?.hasOwnProperty?.("addEventListener")&&(Iv(e,"addEventListener",(function(t){return function(e,i,n){try{"function"==typeof i.handleEvent&&(i.handleEvent=BU(i.handleEvent,{mechanism:{data:{function:"handleEvent",handler:EQ(i),target:A},handled:!1,type:"instrument"}}))}catch{}return t.apply(this,[e,BU(i,{mechanism:{data:{function:"addEventListener",handler:EQ(i),target:A},handled:!1,type:"instrument"}}),n])}})),Iv(e,"removeEventListener",(function(A){return function(t,e,i){try{const n=e.Ge;n&&A.call(this,t,n,i)}catch(n){}return A.call(this,t,e,i)}})))}const iC=(A={})=>{const t={onerror:!0,onunhandledrejection:!0,...A};return{name:"GlobalHandlers",setupOnce(){Error.stackTraceLimit=50},setup(A){t.onerror&&((function(A){!(function(){const t="error";TQ(t,(t=>{const{stackParser:e,attachStacktrace:i}=rC();if(sQ()!==A||dU())return;const{msg:n,url:r,line:s,column:o,error:a}=t,c=(function(A,t,e,i){const n=A.exception=A.exception||{},r=n.values=n.values||[],s=r[0]=r[0]||{},o=s.stacktrace=s.stacktrace||{},a=o.frames=o.frames||[],c=i,u=e,h=uv(t)&&t.length>0?t:mv();return 0===a.length&&a.push({colno:c,filename:h,function:UQ,in_app:!0,lineno:u}),A})(UU(e,a||n,void 0,i,!1),r,s,o);c.level="error",fm(c,{originalException:a,mechanism:{handled:!1,type:"onerror"}})})),SQ(t,DQ)})()})(A),nC("onerror")),t.onunhandledrejection&&((function(A){!(function(){const t="unhandledrejection";TQ(t,(t=>{const{stackParser:e,attachStacktrace:i}=rC();if(sQ()!==A||dU())return;const n=(function(A){if(lv(A))return A;try{if("reason"in A)return A.reason;if("detail"in A&&"reason"in A.detail)return A.detail.reason}catch{}return A})(t),r=lv(n)?{exception:{values:[{type:"UnhandledRejection",value:`Non-Error promise rejection captured with value: ${String(n)}`}]}}:UU(e,n,void 0,i,!0);r.level="error",fm(r,{originalException:n,mechanism:{handled:!1,type:"onunhandledrejection"}})})),SQ(t,LQ)})()})(A),nC("onunhandledrejection"))}}};function nC(A){$U&&yv.log(`Global Handler attached: ${A}`)}function rC(){const A=sQ();return A?.getOptions()||{stackParser:()=>[],attachStacktrace:!1}}const sC=(A={})=>{const t=A.limit||5,e=A.key||"cause";return{name:"LinkedErrors",preprocessEvent(A,i,n){$m(fU,n.getOptions().stackParser,e,t,A,i)}}};let oC=null;function aC(A){return new Promise((t=>setTimeout(t,A)))}function cC(A){const t=200*Math.pow(2,A);return Math.min(t,2e3)}async function uC(A,t,e=3){let i=null;for(let r=0;r<e;r++)try{return await A()}catch(n){if(i=n,r<e-1){const A=cC(r);await aC(A)}}throw new Error(`${t} failed after ${e} attempts: ${i?.message}`)}function hC(){const A=window;"function"!=typeof A.ObiSDK&&"object"!=typeof A.ObiSDK&&(A.ObiSDK=function(t,e){"update"===t&&e&&(A.obiWidgetConfig={...A.obiWidgetConfig,...e})},A.ObiSDK.q=[])}function lC(){const A=window;A.ObiSDK&&Array.isArray(A.ObiSDK.q)&&(A.ObiSDK.q.forEach((t=>{const[e,i]=t;"update"===e&&i&&(A.obiWidgetConfig={...A.obiWidgetConfig,...i})})),A.ObiSDK.q=[])}async function dC(A){return uC((async()=>{if(!document.head)throw new Error("document.head not available");const t=document.createElement("link");return document.head.querySelectorAll("link[data-obi-font]").forEach((A=>A.remove())),t.setAttribute("data-obi-font","true"),t.href=A,t.rel="stylesheet",new Promise(((A,e)=>{const i=setTimeout((()=>{e(new Error("Font loading timeout"))}),5e3);t.onload=()=>{clearTimeout(i),A()},t.onerror=()=>{clearTimeout(i),e(new Error("Font loading failed"))},document.head.appendChild(t)}))}),"Font loading")}async function BC(){try{hC(),await(async function(){await dC("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Syne:wght@400..800&display=swap"),await dC("https://fonts.cdnfonts.com/css/satoshi")})(),await(async function(){return uC((async()=>{if(document.querySelector("obi-widget"))return;if(!document.body)throw new Error("document.body not available");const A=document.createElement("obi-widget");document.body.appendChild(A)}),"Widget mounting")})(),lC()}catch(A){try{hC(),lC()}catch(t){}}}customElements.get("obi-widget")||customElements.define("obi-widget",qp);try{"loading"===document.readyState?document.addEventListener("DOMContentLoaded",(()=>{BC()})):BC()}catch(fC){!(function(A){oC||(oC=(function(){const A=[Jm(),Gm(),qU(),WU(),iC(),sC(),AU(),{name:"HttpContext",preprocessEvent(A){if(!hU.navigator&&!hU.location&&!hU.document)return;const t=(function(){const A=mv(),{referrer:t}=hU.document||{},{userAgent:e}=hU.navigator||{};return{url:A,headers:{...t&&{Referer:t},...e&&{"User-Agent":e}}}})(),e={...t.headers,...A.request?.headers};A.request={...t,...A.request,headers:e}}},{name:"BrowserSession",setupOnce(){void 0!==hU.document?(wm({ignoreDuration:!0}),vm(),OU((({from:A,to:t})=>{void 0!==A&&A!==t&&(wm({ignoreDuration:!0}),vm())}))):$U&&yv.warn("Using the `browserSessionIntegration` in non-browser environments is not supported.")}}].filter((A=>!["BrowserApiErrors","Breadcrumbs","GlobalHandlers"].includes(A.name))),t=new yU({dsn:"https://ac54bd10eac67be2dafbc346e704e4d4@o4507251798835200.ingest.us.sentry.io/4509409566392320",environment:"production",transport:NU,stackParser:XU,integrations:A}),e=new Zv;return e.setClient(t),t.init(),e})()),oC.captureException(A)})(fC)}A.ObiWidget=qp,Object.defineProperty(A,Symbol.toStringTag,{value:"Module"})})({});//# sourceMappingURL=obi-sdk.standalone.iife.js.map