@microsoft/teams-js 2.22.0-beta.0 → 2.22.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +4 -4
- package/dist/MicrosoftTeams.d.ts +22 -22
- package/dist/MicrosoftTeams.js +456 -24
- package/dist/MicrosoftTeams.js.map +1 -1
- package/dist/MicrosoftTeams.min.js +1 -1
- package/dist/MicrosoftTeams.min.js.map +1 -1
- package/package.json +35 -1
@@ -1,3 +1,3 @@
|
|
1
1
|
/*! For license information please see MicrosoftTeams.min.js.LICENSE.txt */
|
2
|
-
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define("microsoftTeams",[],t):"object"==typeof exports?exports.microsoftTeams=t():e.microsoftTeams=t()}("undefined"!=typeof self?self:this,(()=>(()=>{var e={446:(e,t)=>{"use strict";t.byteLength=function(e){var t=a(e),n=t[0],r=t[1];return 3*(n+r)/4-r},t.toByteArray=function(e){var t,n,o=a(e),s=o[0],u=o[1],l=new i(c(e,s,u)),d=0,f=u>0?s-4:s;for(n=0;n<f;n+=4)t=r[e.charCodeAt(n)]<<18|r[e.charCodeAt(n+1)]<<12|r[e.charCodeAt(n+2)]<<6|r[e.charCodeAt(n+3)],l[d++]=t>>16&255,l[d++]=t>>8&255,l[d++]=255&t;2===u&&(t=r[e.charCodeAt(n)]<<2|r[e.charCodeAt(n+1)]>>4,l[d++]=255&t);1===u&&(t=r[e.charCodeAt(n)]<<10|r[e.charCodeAt(n+1)]<<4|r[e.charCodeAt(n+2)]>>2,l[d++]=t>>8&255,l[d++]=255&t);return l},t.fromByteArray=function(e){for(var t,r=e.length,i=r%3,o=[],s=16383,a=0,c=r-i;a<c;a+=s)o.push(l(e,a,a+s>c?c:a+s));1===i?(t=e[r-1],o.push(n[t>>2]+n[t<<4&63]+"==")):2===i&&(t=(e[r-2]<<8)+e[r-1],o.push(n[t>>10]+n[t>>4&63]+n[t<<2&63]+"="));return o.join("")};for(var n=[],r=[],i="undefined"!=typeof Uint8Array?Uint8Array:Array,o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",s=0;s<64;++s)n[s]=o[s],r[o.charCodeAt(s)]=s;function a(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=e.indexOf("=");return-1===n&&(n=t),[n,n===t?0:4-n%4]}function c(e,t,n){return 3*(t+n)/4-n}function u(e){return n[e>>18&63]+n[e>>12&63]+n[e>>6&63]+n[63&e]}function l(e,t,n){for(var r,i=[],o=t;o<n;o+=3)r=(e[o]<<16&16711680)+(e[o+1]<<8&65280)+(255&e[o+2]),i.push(u(r));return i.join("")}r["-".charCodeAt(0)]=62,r["_".charCodeAt(0)]=63},313:(e,t,n)=>{"use strict";const r=n(446),i=n(164),o="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):null;t.lW=c,t.h2=50;const s=2147483647;function a(e){if(e>s)throw new RangeError('The value "'+e+'" is invalid for option "size"');const t=new Uint8Array(e);return Object.setPrototypeOf(t,c.prototype),t}function c(e,t,n){if("number"==typeof e){if("string"==typeof t)throw new TypeError('The "string" argument must be of type string. Received type number');return f(e)}return u(e,t,n)}function u(e,t,n){if("string"==typeof e)return p(e,t);if(ArrayBuffer.isView(e))return g(e);if(null==e)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(ie(e,ArrayBuffer)||e&&ie(e.buffer,ArrayBuffer))return m(e,t,n);if("undefined"!=typeof SharedArrayBuffer&&(ie(e,SharedArrayBuffer)||e&&ie(e.buffer,SharedArrayBuffer)))return m(e,t,n);if("number"==typeof e)throw new TypeError('The "value" argument must not be of type number. Received type number');const r=e.valueOf&&e.valueOf();if(null!=r&&r!==e)return c.from(r,t,n);const i=w(e);if(i)return i;if("undefined"!=typeof Symbol&&null!=Symbol.toPrimitive&&"function"==typeof e[Symbol.toPrimitive])return c.from(e[Symbol.toPrimitive]("string"),t,n);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}function l(e){if("number"!=typeof e)throw new TypeError('"size" argument must be of type number');if(e<0)throw new RangeError('The value "'+e+'" is invalid for option "size"')}function d(e,t,n){return l(e),e<=0?a(e):void 0!==t?"string"==typeof n?a(e).fill(t,n):a(e).fill(t):a(e)}function f(e){return l(e),a(e<0?0:0|v(e))}function p(e,t){if("string"==typeof t&&""!==t||(t="utf8"),!c.isEncoding(t))throw new TypeError("Unknown encoding: "+t);const n=0|y(e,t);let r=a(n);const i=r.write(e,t);return i!==n&&(r=r.slice(0,i)),r}function h(e){const t=e.length<0?0:0|v(e.length),n=a(t);for(let r=0;r<t;r+=1)n[r]=255&e[r];return n}function g(e){if(ie(e,Uint8Array)){const t=new Uint8Array(e);return m(t.buffer,t.byteOffset,t.byteLength)}return h(e)}function m(e,t,n){if(t<0||e.byteLength<t)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<t+(n||0))throw new RangeError('"length" is outside of buffer bounds');let r;return r=void 0===t&&void 0===n?new Uint8Array(e):void 0===n?new Uint8Array(e,t):new Uint8Array(e,t,n),Object.setPrototypeOf(r,c.prototype),r}function w(e){if(c.isBuffer(e)){const t=0|v(e.length),n=a(t);return 0===n.length||e.copy(n,0,0,t),n}return void 0!==e.length?"number"!=typeof e.length||oe(e.length)?a(0):h(e):"Buffer"===e.type&&Array.isArray(e.data)?h(e.data):void 0}function v(e){if(e>=s)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+s.toString(16)+" bytes");return 0|e}function y(e,t){if(c.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||ie(e,ArrayBuffer))return e.byteLength;if("string"!=typeof e)throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);const n=e.length,r=arguments.length>2&&!0===arguments[2];if(!r&&0===n)return 0;let i=!1;for(;;)switch(t){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":return Y(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*n;case"hex":return n>>>1;case"base64":return ne(e).length;default:if(i)return r?-1:Y(e).length;t=(""+t).toLowerCase(),i=!0}}function C(e,t,n){let r=!1;if((void 0===t||t<0)&&(t=0),t>this.length)return"";if((void 0===n||n>this.length)&&(n=this.length),n<=0)return"";if((n>>>=0)<=(t>>>=0))return"";for(e||(e="utf8");;)switch(e){case"hex":return H(this,t,n);case"utf8":case"utf-8":return O(this,t,n);case"ascii":return U(this,t,n);case"latin1":case"binary":return L(this,t,n);case"base64":return R(this,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return N(this,t,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}function b(e,t,n){const r=e[t];e[t]=e[n],e[n]=r}function S(e,t,n,r,i){if(0===e.length)return-1;if("string"==typeof n?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),oe(n=+n)&&(n=i?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(i)return-1;n=e.length-1}else if(n<0){if(!i)return-1;n=0}if("string"==typeof t&&(t=c.from(t,r)),c.isBuffer(t))return 0===t.length?-1:E(e,t,n,r,i);if("number"==typeof t)return t&=255,"function"==typeof Uint8Array.prototype.indexOf?i?Uint8Array.prototype.indexOf.call(e,t,n):Uint8Array.prototype.lastIndexOf.call(e,t,n):E(e,[t],n,r,i);throw new TypeError("val must be string, number or Buffer")}function E(e,t,n,r,i){let o,s=1,a=e.length,c=t.length;if(void 0!==r&&("ucs2"===(r=String(r).toLowerCase())||"ucs-2"===r||"utf16le"===r||"utf-16le"===r)){if(e.length<2||t.length<2)return-1;s=2,a/=2,c/=2,n/=2}function u(e,t){return 1===s?e[t]:e.readUInt16BE(t*s)}if(i){let r=-1;for(o=n;o<a;o++)if(u(e,o)===u(t,-1===r?0:o-r)){if(-1===r&&(r=o),o-r+1===c)return r*s}else-1!==r&&(o-=o-r),r=-1}else for(n+c>a&&(n=a-c),o=n;o>=0;o--){let n=!0;for(let r=0;r<c;r++)if(u(e,o+r)!==u(t,r)){n=!1;break}if(n)return o}return-1}function I(e,t,n,r){n=Number(n)||0;const i=e.length-n;r?(r=Number(r))>i&&(r=i):r=i;const o=t.length;let s;for(r>o/2&&(r=o/2),s=0;s<r;++s){const r=parseInt(t.substr(2*s,2),16);if(oe(r))return s;e[n+s]=r}return s}function A(e,t,n,r){return re(Y(t,e.length-n),e,n,r)}function T(e,t,n,r){return re(ee(t),e,n,r)}function P(e,t,n,r){return re(ne(t),e,n,r)}function F(e,t,n,r){return re(te(t,e.length-n),e,n,r)}function R(e,t,n){return 0===t&&n===e.length?r.fromByteArray(e):r.fromByteArray(e.slice(t,n))}function O(e,t,n){n=Math.min(e.length,n);const r=[];let i=t;for(;i<n;){const t=e[i];let o=null,s=t>239?4:t>223?3:t>191?2:1;if(i+s<=n){let n,r,a,c;switch(s){case 1:t<128&&(o=t);break;case 2:n=e[i+1],128==(192&n)&&(c=(31&t)<<6|63&n,c>127&&(o=c));break;case 3:n=e[i+1],r=e[i+2],128==(192&n)&&128==(192&r)&&(c=(15&t)<<12|(63&n)<<6|63&r,c>2047&&(c<55296||c>57343)&&(o=c));break;case 4:n=e[i+1],r=e[i+2],a=e[i+3],128==(192&n)&&128==(192&r)&&128==(192&a)&&(c=(15&t)<<18|(63&n)<<12|(63&r)<<6|63&a,c>65535&&c<1114112&&(o=c))}}null===o?(o=65533,s=1):o>65535&&(o-=65536,r.push(o>>>10&1023|55296),o=56320|1023&o),r.push(o),i+=s}return M(r)}c.TYPED_ARRAY_SUPPORT=function(){try{const e=new Uint8Array(1),t={foo:function(){return 42}};return Object.setPrototypeOf(t,Uint8Array.prototype),Object.setPrototypeOf(e,t),42===e.foo()}catch(e){return!1}}(),c.TYPED_ARRAY_SUPPORT||"undefined"==typeof console||"function"!=typeof console.error||console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support."),Object.defineProperty(c.prototype,"parent",{enumerable:!0,get:function(){if(c.isBuffer(this))return this.buffer}}),Object.defineProperty(c.prototype,"offset",{enumerable:!0,get:function(){if(c.isBuffer(this))return this.byteOffset}}),c.poolSize=8192,c.from=function(e,t,n){return u(e,t,n)},Object.setPrototypeOf(c.prototype,Uint8Array.prototype),Object.setPrototypeOf(c,Uint8Array),c.alloc=function(e,t,n){return d(e,t,n)},c.allocUnsafe=function(e){return f(e)},c.allocUnsafeSlow=function(e){return f(e)},c.isBuffer=function(e){return null!=e&&!0===e._isBuffer&&e!==c.prototype},c.compare=function(e,t){if(ie(e,Uint8Array)&&(e=c.from(e,e.offset,e.byteLength)),ie(t,Uint8Array)&&(t=c.from(t,t.offset,t.byteLength)),!c.isBuffer(e)||!c.isBuffer(t))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===t)return 0;let n=e.length,r=t.length;for(let i=0,o=Math.min(n,r);i<o;++i)if(e[i]!==t[i]){n=e[i],r=t[i];break}return n<r?-1:r<n?1:0},c.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},c.concat=function(e,t){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(0===e.length)return c.alloc(0);let n;if(void 0===t)for(t=0,n=0;n<e.length;++n)t+=e[n].length;const r=c.allocUnsafe(t);let i=0;for(n=0;n<e.length;++n){let t=e[n];if(ie(t,Uint8Array))i+t.length>r.length?(c.isBuffer(t)||(t=c.from(t)),t.copy(r,i)):Uint8Array.prototype.set.call(r,t,i);else{if(!c.isBuffer(t))throw new TypeError('"list" argument must be an Array of Buffers');t.copy(r,i)}i+=t.length}return r},c.byteLength=y,c.prototype._isBuffer=!0,c.prototype.swap16=function(){const e=this.length;if(e%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let t=0;t<e;t+=2)b(this,t,t+1);return this},c.prototype.swap32=function(){const e=this.length;if(e%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let t=0;t<e;t+=4)b(this,t,t+3),b(this,t+1,t+2);return this},c.prototype.swap64=function(){const e=this.length;if(e%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let t=0;t<e;t+=8)b(this,t,t+7),b(this,t+1,t+6),b(this,t+2,t+5),b(this,t+3,t+4);return this},c.prototype.toString=function(){const e=this.length;return 0===e?"":0===arguments.length?O(this,0,e):C.apply(this,arguments)},c.prototype.toLocaleString=c.prototype.toString,c.prototype.equals=function(e){if(!c.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e||0===c.compare(this,e)},c.prototype.inspect=function(){let e="";const n=t.h2;return e=this.toString("hex",0,n).replace(/(.{2})/g,"$1 ").trim(),this.length>n&&(e+=" ... "),"<Buffer "+e+">"},o&&(c.prototype[o]=c.prototype.inspect),c.prototype.compare=function(e,t,n,r,i){if(ie(e,Uint8Array)&&(e=c.from(e,e.offset,e.byteLength)),!c.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(void 0===t&&(t=0),void 0===n&&(n=e?e.length:0),void 0===r&&(r=0),void 0===i&&(i=this.length),t<0||n>e.length||r<0||i>this.length)throw new RangeError("out of range index");if(r>=i&&t>=n)return 0;if(r>=i)return-1;if(t>=n)return 1;if(this===e)return 0;let o=(i>>>=0)-(r>>>=0),s=(n>>>=0)-(t>>>=0);const a=Math.min(o,s),u=this.slice(r,i),l=e.slice(t,n);for(let e=0;e<a;++e)if(u[e]!==l[e]){o=u[e],s=l[e];break}return o<s?-1:s<o?1:0},c.prototype.includes=function(e,t,n){return-1!==this.indexOf(e,t,n)},c.prototype.indexOf=function(e,t,n){return S(this,e,t,n,!0)},c.prototype.lastIndexOf=function(e,t,n){return S(this,e,t,n,!1)},c.prototype.write=function(e,t,n,r){if(void 0===t)r="utf8",n=this.length,t=0;else if(void 0===n&&"string"==typeof t)r=t,n=this.length,t=0;else{if(!isFinite(t))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");t>>>=0,isFinite(n)?(n>>>=0,void 0===r&&(r="utf8")):(r=n,n=void 0)}const i=this.length-t;if((void 0===n||n>i)&&(n=i),e.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");r||(r="utf8");let o=!1;for(;;)switch(r){case"hex":return I(this,e,t,n);case"utf8":case"utf-8":return A(this,e,t,n);case"ascii":case"latin1":case"binary":return T(this,e,t,n);case"base64":return P(this,e,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return F(this,e,t,n);default:if(o)throw new TypeError("Unknown encoding: "+r);r=(""+r).toLowerCase(),o=!0}},c.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};const k=4096;function M(e){const t=e.length;if(t<=k)return String.fromCharCode.apply(String,e);let n="",r=0;for(;r<t;)n+=String.fromCharCode.apply(String,e.slice(r,r+=k));return n}function U(e,t,n){let r="";n=Math.min(e.length,n);for(let i=t;i<n;++i)r+=String.fromCharCode(127&e[i]);return r}function L(e,t,n){let r="";n=Math.min(e.length,n);for(let i=t;i<n;++i)r+=String.fromCharCode(e[i]);return r}function H(e,t,n){const r=e.length;(!t||t<0)&&(t=0),(!n||n<0||n>r)&&(n=r);let i="";for(let r=t;r<n;++r)i+=se[e[r]];return i}function N(e,t,n){const r=e.slice(t,n);let i="";for(let e=0;e<r.length-1;e+=2)i+=String.fromCharCode(r[e]+256*r[e+1]);return i}function B(e,t,n){if(e%1!=0||e<0)throw new RangeError("offset is not uint");if(e+t>n)throw new RangeError("Trying to access beyond buffer length")}function x(e,t,n,r,i,o){if(!c.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>i||t<o)throw new RangeError('"value" argument is out of bounds');if(n+r>e.length)throw new RangeError("Index out of range")}function D(e,t,n,r,i){J(t,r,i,e,n,7);let o=Number(t&BigInt(4294967295));e[n++]=o,o>>=8,e[n++]=o,o>>=8,e[n++]=o,o>>=8,e[n++]=o;let s=Number(t>>BigInt(32)&BigInt(4294967295));return e[n++]=s,s>>=8,e[n++]=s,s>>=8,e[n++]=s,s>>=8,e[n++]=s,n}function V(e,t,n,r,i){J(t,r,i,e,n,7);let o=Number(t&BigInt(4294967295));e[n+7]=o,o>>=8,e[n+6]=o,o>>=8,e[n+5]=o,o>>=8,e[n+4]=o;let s=Number(t>>BigInt(32)&BigInt(4294967295));return e[n+3]=s,s>>=8,e[n+2]=s,s>>=8,e[n+1]=s,s>>=8,e[n]=s,n+8}function _(e,t,n,r,i,o){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function W(e,t,n,r,o){return t=+t,n>>>=0,o||_(e,0,n,4),i.write(e,t,n,r,23,4),n+4}function j(e,t,n,r,o){return t=+t,n>>>=0,o||_(e,0,n,8),i.write(e,t,n,r,52,8),n+8}c.prototype.slice=function(e,t){const n=this.length;(e=~~e)<0?(e+=n)<0&&(e=0):e>n&&(e=n),(t=void 0===t?n:~~t)<0?(t+=n)<0&&(t=0):t>n&&(t=n),t<e&&(t=e);const r=this.subarray(e,t);return Object.setPrototypeOf(r,c.prototype),r},c.prototype.readUintLE=c.prototype.readUIntLE=function(e,t,n){e>>>=0,t>>>=0,n||B(e,t,this.length);let r=this[e],i=1,o=0;for(;++o<t&&(i*=256);)r+=this[e+o]*i;return r},c.prototype.readUintBE=c.prototype.readUIntBE=function(e,t,n){e>>>=0,t>>>=0,n||B(e,t,this.length);let r=this[e+--t],i=1;for(;t>0&&(i*=256);)r+=this[e+--t]*i;return r},c.prototype.readUint8=c.prototype.readUInt8=function(e,t){return e>>>=0,t||B(e,1,this.length),this[e]},c.prototype.readUint16LE=c.prototype.readUInt16LE=function(e,t){return e>>>=0,t||B(e,2,this.length),this[e]|this[e+1]<<8},c.prototype.readUint16BE=c.prototype.readUInt16BE=function(e,t){return e>>>=0,t||B(e,2,this.length),this[e]<<8|this[e+1]},c.prototype.readUint32LE=c.prototype.readUInt32LE=function(e,t){return e>>>=0,t||B(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},c.prototype.readUint32BE=c.prototype.readUInt32BE=function(e,t){return e>>>=0,t||B(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},c.prototype.readBigUInt64LE=ae((function(e){K(e>>>=0,"offset");const t=this[e],n=this[e+7];void 0!==t&&void 0!==n||Z(e,this.length-8);const r=t+256*this[++e]+65536*this[++e]+this[++e]*2**24,i=this[++e]+256*this[++e]+65536*this[++e]+n*2**24;return BigInt(r)+(BigInt(i)<<BigInt(32))})),c.prototype.readBigUInt64BE=ae((function(e){K(e>>>=0,"offset");const t=this[e],n=this[e+7];void 0!==t&&void 0!==n||Z(e,this.length-8);const r=t*2**24+65536*this[++e]+256*this[++e]+this[++e],i=this[++e]*2**24+65536*this[++e]+256*this[++e]+n;return(BigInt(r)<<BigInt(32))+BigInt(i)})),c.prototype.readIntLE=function(e,t,n){e>>>=0,t>>>=0,n||B(e,t,this.length);let r=this[e],i=1,o=0;for(;++o<t&&(i*=256);)r+=this[e+o]*i;return i*=128,r>=i&&(r-=Math.pow(2,8*t)),r},c.prototype.readIntBE=function(e,t,n){e>>>=0,t>>>=0,n||B(e,t,this.length);let r=t,i=1,o=this[e+--r];for(;r>0&&(i*=256);)o+=this[e+--r]*i;return i*=128,o>=i&&(o-=Math.pow(2,8*t)),o},c.prototype.readInt8=function(e,t){return e>>>=0,t||B(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},c.prototype.readInt16LE=function(e,t){e>>>=0,t||B(e,2,this.length);const n=this[e]|this[e+1]<<8;return 32768&n?4294901760|n:n},c.prototype.readInt16BE=function(e,t){e>>>=0,t||B(e,2,this.length);const n=this[e+1]|this[e]<<8;return 32768&n?4294901760|n:n},c.prototype.readInt32LE=function(e,t){return e>>>=0,t||B(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},c.prototype.readInt32BE=function(e,t){return e>>>=0,t||B(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},c.prototype.readBigInt64LE=ae((function(e){K(e>>>=0,"offset");const t=this[e],n=this[e+7];void 0!==t&&void 0!==n||Z(e,this.length-8);const r=this[e+4]+256*this[e+5]+65536*this[e+6]+(n<<24);return(BigInt(r)<<BigInt(32))+BigInt(t+256*this[++e]+65536*this[++e]+this[++e]*2**24)})),c.prototype.readBigInt64BE=ae((function(e){K(e>>>=0,"offset");const t=this[e],n=this[e+7];void 0!==t&&void 0!==n||Z(e,this.length-8);const r=(t<<24)+65536*this[++e]+256*this[++e]+this[++e];return(BigInt(r)<<BigInt(32))+BigInt(this[++e]*2**24+65536*this[++e]+256*this[++e]+n)})),c.prototype.readFloatLE=function(e,t){return e>>>=0,t||B(e,4,this.length),i.read(this,e,!0,23,4)},c.prototype.readFloatBE=function(e,t){return e>>>=0,t||B(e,4,this.length),i.read(this,e,!1,23,4)},c.prototype.readDoubleLE=function(e,t){return e>>>=0,t||B(e,8,this.length),i.read(this,e,!0,52,8)},c.prototype.readDoubleBE=function(e,t){return e>>>=0,t||B(e,8,this.length),i.read(this,e,!1,52,8)},c.prototype.writeUintLE=c.prototype.writeUIntLE=function(e,t,n,r){if(e=+e,t>>>=0,n>>>=0,!r){x(this,e,t,n,Math.pow(2,8*n)-1,0)}let i=1,o=0;for(this[t]=255&e;++o<n&&(i*=256);)this[t+o]=e/i&255;return t+n},c.prototype.writeUintBE=c.prototype.writeUIntBE=function(e,t,n,r){if(e=+e,t>>>=0,n>>>=0,!r){x(this,e,t,n,Math.pow(2,8*n)-1,0)}let i=n-1,o=1;for(this[t+i]=255&e;--i>=0&&(o*=256);)this[t+i]=e/o&255;return t+n},c.prototype.writeUint8=c.prototype.writeUInt8=function(e,t,n){return e=+e,t>>>=0,n||x(this,e,t,1,255,0),this[t]=255&e,t+1},c.prototype.writeUint16LE=c.prototype.writeUInt16LE=function(e,t,n){return e=+e,t>>>=0,n||x(this,e,t,2,65535,0),this[t]=255&e,this[t+1]=e>>>8,t+2},c.prototype.writeUint16BE=c.prototype.writeUInt16BE=function(e,t,n){return e=+e,t>>>=0,n||x(this,e,t,2,65535,0),this[t]=e>>>8,this[t+1]=255&e,t+2},c.prototype.writeUint32LE=c.prototype.writeUInt32LE=function(e,t,n){return e=+e,t>>>=0,n||x(this,e,t,4,4294967295,0),this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e,t+4},c.prototype.writeUint32BE=c.prototype.writeUInt32BE=function(e,t,n){return e=+e,t>>>=0,n||x(this,e,t,4,4294967295,0),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e,t+4},c.prototype.writeBigUInt64LE=ae((function(e,t=0){return D(this,e,t,BigInt(0),BigInt("0xffffffffffffffff"))})),c.prototype.writeBigUInt64BE=ae((function(e,t=0){return V(this,e,t,BigInt(0),BigInt("0xffffffffffffffff"))})),c.prototype.writeIntLE=function(e,t,n,r){if(e=+e,t>>>=0,!r){const r=Math.pow(2,8*n-1);x(this,e,t,n,r-1,-r)}let i=0,o=1,s=0;for(this[t]=255&e;++i<n&&(o*=256);)e<0&&0===s&&0!==this[t+i-1]&&(s=1),this[t+i]=(e/o>>0)-s&255;return t+n},c.prototype.writeIntBE=function(e,t,n,r){if(e=+e,t>>>=0,!r){const r=Math.pow(2,8*n-1);x(this,e,t,n,r-1,-r)}let i=n-1,o=1,s=0;for(this[t+i]=255&e;--i>=0&&(o*=256);)e<0&&0===s&&0!==this[t+i+1]&&(s=1),this[t+i]=(e/o>>0)-s&255;return t+n},c.prototype.writeInt8=function(e,t,n){return e=+e,t>>>=0,n||x(this,e,t,1,127,-128),e<0&&(e=255+e+1),this[t]=255&e,t+1},c.prototype.writeInt16LE=function(e,t,n){return e=+e,t>>>=0,n||x(this,e,t,2,32767,-32768),this[t]=255&e,this[t+1]=e>>>8,t+2},c.prototype.writeInt16BE=function(e,t,n){return e=+e,t>>>=0,n||x(this,e,t,2,32767,-32768),this[t]=e>>>8,this[t+1]=255&e,t+2},c.prototype.writeInt32LE=function(e,t,n){return e=+e,t>>>=0,n||x(this,e,t,4,2147483647,-2147483648),this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24,t+4},c.prototype.writeInt32BE=function(e,t,n){return e=+e,t>>>=0,n||x(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e,t+4},c.prototype.writeBigInt64LE=ae((function(e,t=0){return D(this,e,t,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))})),c.prototype.writeBigInt64BE=ae((function(e,t=0){return V(this,e,t,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))})),c.prototype.writeFloatLE=function(e,t,n){return W(this,e,t,!0,n)},c.prototype.writeFloatBE=function(e,t,n){return W(this,e,t,!1,n)},c.prototype.writeDoubleLE=function(e,t,n){return j(this,e,t,!0,n)},c.prototype.writeDoubleBE=function(e,t,n){return j(this,e,t,!1,n)},c.prototype.copy=function(e,t,n,r){if(!c.isBuffer(e))throw new TypeError("argument should be a Buffer");if(n||(n=0),r||0===r||(r=this.length),t>=e.length&&(t=e.length),t||(t=0),r>0&&r<n&&(r=n),r===n)return 0;if(0===e.length||0===this.length)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("sourceEnd out of bounds");r>this.length&&(r=this.length),e.length-t<r-n&&(r=e.length-t+n);const i=r-n;return this===e&&"function"==typeof Uint8Array.prototype.copyWithin?this.copyWithin(t,n,r):Uint8Array.prototype.set.call(e,this.subarray(n,r),t),i},c.prototype.fill=function(e,t,n,r){if("string"==typeof e){if("string"==typeof t?(r=t,t=0,n=this.length):"string"==typeof n&&(r=n,n=this.length),void 0!==r&&"string"!=typeof r)throw new TypeError("encoding must be a string");if("string"==typeof r&&!c.isEncoding(r))throw new TypeError("Unknown encoding: "+r);if(1===e.length){const t=e.charCodeAt(0);("utf8"===r&&t<128||"latin1"===r)&&(e=t)}}else"number"==typeof e?e&=255:"boolean"==typeof e&&(e=Number(e));if(t<0||this.length<t||this.length<n)throw new RangeError("Out of range index");if(n<=t)return this;let i;if(t>>>=0,n=void 0===n?this.length:n>>>0,e||(e=0),"number"==typeof e)for(i=t;i<n;++i)this[i]=e;else{const o=c.isBuffer(e)?e:c.from(e,r),s=o.length;if(0===s)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(i=0;i<n-t;++i)this[i+t]=o[i%s]}return this};const z={};function $(e,t,n){z[e]=class extends n{constructor(){super(),Object.defineProperty(this,"message",{value:t.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${e}]`,this.stack,delete this.name}get code(){return e}set code(e){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:e,writable:!0})}toString(){return`${this.name} [${e}]: ${this.message}`}}}function q(e){let t="",n=e.length;const r="-"===e[0]?1:0;for(;n>=r+4;n-=3)t=`_${e.slice(n-3,n)}${t}`;return`${e.slice(0,n)}${t}`}function G(e,t,n){K(t,"offset"),void 0!==e[t]&&void 0!==e[t+n]||Z(t,e.length-(n+1))}function J(e,t,n,r,i,o){if(e>n||e<t){const r="bigint"==typeof t?"n":"";let i;throw i=o>3?0===t||t===BigInt(0)?`>= 0${r} and < 2${r} ** ${8*(o+1)}${r}`:`>= -(2${r} ** ${8*(o+1)-1}${r}) and < 2 ** ${8*(o+1)-1}${r}`:`>= ${t}${r} and <= ${n}${r}`,new z.ERR_OUT_OF_RANGE("value",i,e)}G(r,i,o)}function K(e,t){if("number"!=typeof e)throw new z.ERR_INVALID_ARG_TYPE(t,"number",e)}function Z(e,t,n){if(Math.floor(e)!==e)throw K(e,n),new z.ERR_OUT_OF_RANGE(n||"offset","an integer",e);if(t<0)throw new z.ERR_BUFFER_OUT_OF_BOUNDS;throw new z.ERR_OUT_OF_RANGE(n||"offset",`>= ${n?1:0} and <= ${t}`,e)}$("ERR_BUFFER_OUT_OF_BOUNDS",(function(e){return e?`${e} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"}),RangeError),$("ERR_INVALID_ARG_TYPE",(function(e,t){return`The "${e}" argument must be of type number. Received type ${typeof t}`}),TypeError),$("ERR_OUT_OF_RANGE",(function(e,t,n){let r=`The value of "${e}" is out of range.`,i=n;return Number.isInteger(n)&&Math.abs(n)>2**32?i=q(String(n)):"bigint"==typeof n&&(i=String(n),(n>BigInt(2)**BigInt(32)||n<-(BigInt(2)**BigInt(32)))&&(i=q(i)),i+="n"),r+=` It must be ${t}. Received ${i}`,r}),RangeError);const Q=/[^+/0-9A-Za-z-_]/g;function X(e){if((e=(e=e.split("=")[0]).trim().replace(Q,"")).length<2)return"";for(;e.length%4!=0;)e+="=";return e}function Y(e,t){let n;t=t||1/0;const r=e.length;let i=null;const o=[];for(let s=0;s<r;++s){if(n=e.charCodeAt(s),n>55295&&n<57344){if(!i){if(n>56319){(t-=3)>-1&&o.push(239,191,189);continue}if(s+1===r){(t-=3)>-1&&o.push(239,191,189);continue}i=n;continue}if(n<56320){(t-=3)>-1&&o.push(239,191,189),i=n;continue}n=65536+(i-55296<<10|n-56320)}else i&&(t-=3)>-1&&o.push(239,191,189);if(i=null,n<128){if((t-=1)<0)break;o.push(n)}else if(n<2048){if((t-=2)<0)break;o.push(n>>6|192,63&n|128)}else if(n<65536){if((t-=3)<0)break;o.push(n>>12|224,n>>6&63|128,63&n|128)}else{if(!(n<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;o.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}}return o}function ee(e){const t=[];for(let n=0;n<e.length;++n)t.push(255&e.charCodeAt(n));return t}function te(e,t){let n,r,i;const o=[];for(let s=0;s<e.length&&!((t-=2)<0);++s)n=e.charCodeAt(s),r=n>>8,i=n%256,o.push(i),o.push(r);return o}function ne(e){return r.toByteArray(X(e))}function re(e,t,n,r){let i;for(i=0;i<r&&!(i+n>=t.length||i>=e.length);++i)t[i+n]=e[i];return i}function ie(e,t){return e instanceof t||null!=e&&null!=e.constructor&&null!=e.constructor.name&&e.constructor.name===t.name}function oe(e){return e!=e}const se=function(){const e="0123456789abcdef",t=new Array(256);for(let n=0;n<16;++n){const r=16*n;for(let i=0;i<16;++i)t[r+i]=e[n]+e[i]}return t}();function ae(e){return"undefined"==typeof BigInt?ce:e}function ce(){throw new Error("BigInt not supported")}},302:(e,t,n)=>{t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;const n="color: "+this.color;t.splice(1,0,n,"color: inherit");let r=0,i=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(r++,"%c"===e&&(i=r))})),t.splice(i,0,n)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){let e;try{e=t.storage.getItem("debug")}catch(e){}!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG);return e},t.useColors=function(){if("undefined"!=typeof window&&window.process&&("renderer"===window.process.type||window.process.__nwjs))return!0;if("undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;return"undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||(()=>{}),e.exports=n(65)(t);const{formatters:r}=e.exports;r.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}},65:(e,t,n)=>{e.exports=function(e){function t(e){let n,i,o,s=null;function a(...e){if(!a.enabled)return;const r=a,i=Number(new Date),o=i-(n||i);r.diff=o,r.prev=n,r.curr=i,n=i,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let s=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((n,i)=>{if("%%"===n)return"%";s++;const o=t.formatters[i];if("function"==typeof o){const t=e[s];n=o.call(r,t),e.splice(s,1),s--}return n})),t.formatArgs.call(r,e);(r.log||t.log).apply(r,e)}return a.namespace=e,a.useColors=t.useColors(),a.color=t.selectColor(e),a.extend=r,a.destroy=t.destroy,Object.defineProperty(a,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==s?s:(i!==t.namespaces&&(i=t.namespaces,o=t.enabled(e)),o),set:e=>{s=e}}),"function"==typeof t.init&&t.init(a),a}function r(e,n){const r=t(this.namespace+(void 0===n?":":n)+e);return r.log=this.log,r}function i(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(e){if(e instanceof Error)return e.stack||e.message;return e},t.disable=function(){const e=[...t.names.map(i),...t.skips.map(i).map((e=>"-"+e))].join(",");return t.enable(""),e},t.enable=function(e){let n;t.save(e),t.namespaces=e,t.names=[],t.skips=[];const r=("string"==typeof e?e:"").split(/[\s,]+/),i=r.length;for(n=0;n<i;n++)r[n]&&("-"===(e=r[n].replace(/\*/g,".*?"))[0]?t.skips.push(new RegExp("^"+e.slice(1)+"$")):t.names.push(new RegExp("^"+e+"$")))},t.enabled=function(e){if("*"===e[e.length-1])return!0;let n,r;for(n=0,r=t.skips.length;n<r;n++)if(t.skips[n].test(e))return!1;for(n=0,r=t.names.length;n<r;n++)if(t.names[n].test(e))return!0;return!1},t.humanize=n(247),t.destroy=function(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")},Object.keys(e).forEach((n=>{t[n]=e[n]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let n=0;for(let t=0;t<e.length;t++)n=(n<<5)-n+e.charCodeAt(t),n|=0;return t.colors[Math.abs(n)%t.colors.length]},t.enable(t.load()),t}},164:(e,t)=>{t.read=function(e,t,n,r,i){var o,s,a=8*i-r-1,c=(1<<a)-1,u=c>>1,l=-7,d=n?i-1:0,f=n?-1:1,p=e[t+d];for(d+=f,o=p&(1<<-l)-1,p>>=-l,l+=a;l>0;o=256*o+e[t+d],d+=f,l-=8);for(s=o&(1<<-l)-1,o>>=-l,l+=r;l>0;s=256*s+e[t+d],d+=f,l-=8);if(0===o)o=1-u;else{if(o===c)return s?NaN:1/0*(p?-1:1);s+=Math.pow(2,r),o-=u}return(p?-1:1)*s*Math.pow(2,o-r)},t.write=function(e,t,n,r,i,o){var s,a,c,u=8*o-i-1,l=(1<<u)-1,d=l>>1,f=23===i?Math.pow(2,-24)-Math.pow(2,-77):0,p=r?0:o-1,h=r?1:-1,g=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(a=isNaN(t)?1:0,s=l):(s=Math.floor(Math.log(t)/Math.LN2),t*(c=Math.pow(2,-s))<1&&(s--,c*=2),(t+=s+d>=1?f/c:f*Math.pow(2,1-d))*c>=2&&(s++,c/=2),s+d>=l?(a=0,s=l):s+d>=1?(a=(t*c-1)*Math.pow(2,i),s+=d):(a=t*Math.pow(2,d-1)*Math.pow(2,i),s=0));i>=8;e[n+p]=255&a,p+=h,a/=256,i-=8);for(s=s<<i|a,u+=i;u>0;e[n+p]=255&s,p+=h,s/=256,u-=8);e[n+p-h]|=128*g}},247:e=>{var t=1e3,n=60*t,r=60*n,i=24*r;function o(e){if(!((e=String(e)).length>100)){var o=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(o){var s=parseFloat(o[1]);switch((o[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return 315576e5*s;case"weeks":case"week":case"w":return 6048e5*s;case"days":case"day":case"d":return s*i;case"hours":case"hour":case"hrs":case"hr":case"h":return s*r;case"minutes":case"minute":case"mins":case"min":case"m":return s*n;case"seconds":case"second":case"secs":case"sec":case"s":return s*t;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return s;default:return}}}}function s(e){var o=Math.abs(e);return o>=i?Math.round(e/i)+"d":o>=r?Math.round(e/r)+"h":o>=n?Math.round(e/n)+"m":o>=t?Math.round(e/t)+"s":e+"ms"}function a(e){var o=Math.abs(e);return o>=i?c(e,o,i,"day"):o>=r?c(e,o,r,"hour"):o>=n?c(e,o,n,"minute"):o>=t?c(e,o,t,"second"):e+" ms"}function c(e,t,n,r){var i=t>=1.5*n;return Math.round(e/n)+" "+r+(i?"s":"")}e.exports=function(e,t){t=t||{};var n=typeof e;if("string"===n&&e.length>0)return o(e);if("number"===n&&isFinite(e))return t.long?a(e):s(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))}}},t={};function n(r){var i=t[r];if(void 0!==i)return i.exports;var o=t[r]={exports:{}};return e[r](o,o.exports,n),o.exports}(()=>{var e,t=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__;n.t=function(r,i){if(1&i&&(r=this(r)),8&i)return r;if("object"==typeof r&&r){if(4&i&&r.__esModule)return r;if(16&i&&"function"==typeof r.then)return r}var o=Object.create(null);n.r(o);var s={};e=e||[null,t({}),t([]),t(t)];for(var a=2&i&&r;"object"==typeof a&&!~e.indexOf(a);a=t(a))Object.getOwnPropertyNames(a).forEach((e=>s[e]=()=>r[e]));return s.default=()=>r,n.d(o,s),o}})(),(()=>{n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})}})(),(()=>{n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t)})(),(()=>{n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}})();var r={};return(()=>{"use strict";n.r(r),n.d(r,{ChildAppWindow:()=>Ur,ErrorCode:()=>O,FrameContexts:()=>U,HostClientType:()=>M,LiveShareHost:()=>ao,ParentAppWindow:()=>Lr,TeamType:()=>L,UserTeamRole:()=>H,app:()=>mt,appEntity:()=>xo,appInitialization:()=>Ai,appInstallDialog:()=>ar,authentication:()=>Ke,barCode:()=>Ir,calendar:()=>_r,call:()=>Ei,chat:()=>Ar,clipboard:()=>Pr,conversations:()=>tr,dialog:()=>tt,enablePrintCapability:()=>Oi,executeDeepLink:()=>qi,externalAppAuthentication:()=>Io,externalAppCardActions:()=>Ao,externalAppCommands:()=>Po,files:()=>Ro,geoLocation:()=>Or,getAdaptiveCardSchemaVersion:()=>kr,getContext:()=>Mi,getMruTabInstances:()=>zi,getTabInstances:()=>ji,initialize:()=>Ri,initializeWithFrameContext:()=>Ji,liveShare:()=>so,location:()=>Nr,logs:()=>qn,mail:()=>Wr,marketplace:()=>So,media:()=>lr,meeting:()=>Dr,meetingRoom:()=>ko,menus:()=>rt,messageChannels:()=>Mo,monetization:()=>Vr,navigateBack:()=>Yi,navigateCrossDomain:()=>Xi,navigateToTab:()=>Qi,nestedAppAuth:()=>Fr,notifications:()=>Lo,openFilePreview:()=>Yn,otherAppStateChange:()=>Ho,pages:()=>Ot,people:()=>zr,print:()=>ki,profile:()=>Gr,registerAppButtonClickHandler:()=>Hi,registerAppButtonHoverEnterHandler:()=>Ni,registerAppButtonHoverLeaveHandler:()=>Bi,registerBackButtonHandler:()=>xi,registerBeforeUnloadHandler:()=>Vi,registerChangeSettingsHandler:()=>Wi,registerCustomHandler:()=>Qn,registerFocusEnterHandler:()=>_i,registerFullScreenHandler:()=>Li,registerOnLoadHandler:()=>Di,registerOnThemeChangeHandler:()=>Ui,registerUserSettingsChangeHandler:()=>Xn,remoteCamera:()=>Bo,returnFocus:()=>Zi,search:()=>gi,secondaryBrowser:()=>Hr,sendCustomEvent:()=>Zn,sendCustomMessage:()=>Kn,setFrameContext:()=>Gi,settings:()=>to,shareDeepLink:()=>$i,sharing:()=>wi,stageView:()=>vi,tasks:()=>io,teams:()=>Vo,teamsCore:()=>jr,thirdPartyCloudStorage:()=>Pi,uploadCustomApp:()=>Jn,version:()=>Pe,videoEffects:()=>pi,videoEffectsEx:()=>jo,visualMedia:()=>bi,webStorage:()=>Si});const e=(0,n(302).debug)("teamsJs");function t(t){return e.extend(t)}function i(e,t){return`${e}_${t}`}function o(e){return/^v\d+_[\w.]+$/.test(e)}const s=JSON.parse('{"validOrigins":["teams.microsoft.com","teams.microsoft.us","gov.teams.microsoft.us","dod.teams.microsoft.us","int.teams.microsoft.com","outlook.office.com","outlook-sdf.office.com","outlook.office365.com","outlook-sdf.office365.com","outlook.live.com","outlook-sdf.live.com","teams.live.com","local.teams.live.com","local.teams.live.com:8080","local.teams.office.com","local.teams.office.com:8080","devspaces.skype.com","*.www.office.com","www.office.com","word.office.com","excel.office.com","powerpoint.office.com","www.officeppe.com","*.www.microsoft365.com","www.microsoft365.com","bing.com","edgeservices.bing.com","www.bing.com","www.staging-bing-int.com","teams.cloud.microsoft","outlook.cloud.microsoft","m365.cloud.microsoft","copilot.microsoft.com","windows.msn.com"]}');const a="2.0.1",c="2.0.3",u="1.9.0",l="1.8.0",d=n.t(s,2).validOrigins,f=new URL("https://res.cdn.office.net/teams-js/validDomains/json/validDomains.json"),p=/^https:\/\//,h="https",g="teams.microsoft.com",m="The library has not yet been initialized",w="The runtime has not yet been initialized",v="The runtime version is not supported";class y{}y.initializeCalled=!1,y.initializeCompleted=!1,y.additionalValidOrigins=[],y.initializePromise=void 0,y.isFramelessWindow=!1,y.frameContext=void 0,y.hostClientType=void 0,y.printCapabilityEnabled=!1;var C=n(313);const b={randomUUID:"undefined"!=typeof crypto&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};let S;const E=new Uint8Array(16);function I(){if(!S&&(S="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!S))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return S(E)}const A=[];for(let e=0;e<256;++e)A.push((e+256).toString(16).slice(1));function T(e,t=0){return(A[e[t+0]]+A[e[t+1]]+A[e[t+2]]+A[e[t+3]]+"-"+A[e[t+4]]+A[e[t+5]]+"-"+A[e[t+6]]+A[e[t+7]]+"-"+A[e[t+8]]+A[e[t+9]]+"-"+A[e[t+10]]+A[e[t+11]]+A[e[t+12]]+A[e[t+13]]+A[e[t+14]]+A[e[t+15]]).toLowerCase()}const P=function(e,t,n){if(b.randomUUID&&!t&&!e)return b.randomUUID();const r=(e=e||{}).random||(e.rng||I)();if(r[6]=15&r[6]|64,r[8]=63&r[8]|128,t){n=n||0;for(let e=0;e<16;++e)t[n+e]=r[e];return t}return T(r)},F=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;const R=function(e){return"string"==typeof e&&F.test(e)};var O,k,M,U,L,H;!function(e){e[e.NOT_SUPPORTED_ON_PLATFORM=100]="NOT_SUPPORTED_ON_PLATFORM",e[e.INTERNAL_ERROR=500]="INTERNAL_ERROR",e[e.NOT_SUPPORTED_IN_CURRENT_CONTEXT=501]="NOT_SUPPORTED_IN_CURRENT_CONTEXT",e[e.PERMISSION_DENIED=1e3]="PERMISSION_DENIED",e[e.NETWORK_ERROR=2e3]="NETWORK_ERROR",e[e.NO_HW_SUPPORT=3e3]="NO_HW_SUPPORT",e[e.INVALID_ARGUMENTS=4e3]="INVALID_ARGUMENTS",e[e.UNAUTHORIZED_USER_OPERATION=5e3]="UNAUTHORIZED_USER_OPERATION",e[e.INSUFFICIENT_RESOURCES=6e3]="INSUFFICIENT_RESOURCES",e[e.THROTTLE=7e3]="THROTTLE",e[e.USER_ABORT=8e3]="USER_ABORT",e[e.OPERATION_TIMED_OUT=8001]="OPERATION_TIMED_OUT",e[e.OLD_PLATFORM=9e3]="OLD_PLATFORM",e[e.FILE_NOT_FOUND=404]="FILE_NOT_FOUND",e[e.SIZE_EXCEEDED=1e4]="SIZE_EXCEEDED"}(O||(O={})),function(e){e.TextPlain="text/plain",e.TextHtml="text/html",e.ImagePNG="image/png",e.ImageJPEG="image/jpeg"}(k||(k={})),function(e){e.desktop="desktop",e.web="web",e.android="android",e.ios="ios",e.ipados="ipados",e.macos="macos",e.rigel="rigel",e.surfaceHub="surfaceHub",e.teamsRoomsWindows="teamsRoomsWindows",e.teamsRoomsAndroid="teamsRoomsAndroid",e.teamsPhones="teamsPhones",e.teamsDisplays="teamsDisplays"}(M||(M={})),function(e){e.settings="settings",e.content="content",e.authentication="authentication",e.remove="remove",e.task="task",e.sidePanel="sidePanel",e.stage="stage",e.meetingStage="meetingStage"}(U||(U={})),function(e){e[e.Standard=0]="Standard",e[e.Edu=1]="Edu",e[e.Class=2]="Class",e[e.Plc=3]="Plc",e[e.Staff=4]="Staff"}(L||(L={})),function(e){e[e.Admin=0]="Admin",e[e.User=1]="User",e[e.Guest=2]="Guest"}(H||(H={}));const N={errorCode:O.NOT_SUPPORTED_ON_PLATFORM},B=1,x=5,D={adaptiveCardSchemaVersion:{majorVersion:1,minorVersion:5}},V=new Error("Invalid input count: Must supply a valid image count (limit of 10)."),_=new Error("Invalid response: Received more images than the specified max limit in the response.");function W(e){return(t,n)=>{if(!t)throw new Error(e||n)}}function j(e,t){if("string"!=typeof e||"string"!=typeof t)return NaN;const n=e.split("."),r=t.split(".");function i(e){return/^\d+$/.test(e)}if(!n.every(i)||!r.every(i))return NaN;for(;n.length<r.length;)n.push("0");for(;r.length<n.length;)r.push("0");for(let e=0;e<n.length;++e)if(Number(n[e])!=Number(r[e]))return Number(n[e])>Number(r[e])?1:-1;return 0}function z(){return P()}function $(e){return Object.keys(e).forEach((t=>{"object"==typeof e[t]&&$(e[t])})),Object.freeze(e)}function q(e,t,...n){const r=e(...n);return r.then((e=>{t&&t(void 0,e)})).catch((e=>{t&&t(e)})),r}function G(e,t,...n){const r=e(...n);return r.then((()=>{t&&t(null)})).catch((e=>{t&&t(e)})),r}function J(e,t,...n){const r=e(...n);return r.then((e=>{t&&t(null,e)})).catch((e=>{t&&t(e,null)})),r}function K(e,t,n){return new Promise(((r,i)=>{const o=setTimeout(i,t,n);e().then((e=>{clearTimeout(o),r(e)})).catch((e=>{clearTimeout(o),i(e)}))}))}function Z(e){const t=new URL("https://teams.microsoft.com/l/entity/"+encodeURIComponent(e.appId)+"/"+encodeURIComponent(e.pageId));return e.webUrl&&t.searchParams.append("webUrl",e.webUrl),(e.channelId||e.subPageId)&&t.searchParams.append("context",JSON.stringify({channelId:e.channelId,subEntityId:e.subPageId})),t.toString()}function Q(e){return!(j(`${e.majorVersion}.${e.minorVersion}`,`${B}.${x}`)>=0)}function X(e){return"https:"===e.protocol}function Y(e,t){return new Promise(((n,r)=>{if(e||r("MimeType cannot be null or empty."),t||r("Base64 string cannot be null or empty."),e.startsWith("image/")){const r=atob(t),i=new Uint8Array(r.length);for(let e=0;e<r.length;e++)i[e]=r.charCodeAt(e);n(new Blob([i],{type:e}))}const i=C.lW.from(t,"base64").toString();n(new Blob([i],{type:e}))}))}function ee(e){return new Promise(((t,n)=>{0===e.size&&n(new Error("Blob cannot be empty."));const r=new FileReader;r.onloadend=()=>{r.result?t(r.result.toString().split(",")[1]):n(new Error("Failed to read the blob"))},r.onerror=()=>{n(r.error)},r.readAsDataURL(e)}))}function te(){if(ne())throw new Error("window object undefined at SSR check");return window}function ne(){return"undefined"==typeof window}function re(e,t){if(ie(e)||!oe(e)||!se(e))throw t||new Error("id is not valid.")}function ie(e){return/<script[^>]*>[\s\S]*?<\/script[^>]*>/gi.test(e)}function oe(e){return e.length<256&&e.length>4}function se(e){for(let t=0;t<e.length;t++){const n=e.charCodeAt(t);if(n<32||n>126)return!1}return!0}function ae(e){if(!e)throw new Error("id must not be empty");if(!1===R(e))throw new Error("id must be a valid UUID")}var ce=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};const ue=t("runtime"),le=4;function de(e){return e.apiVersion===le}const fe={apiVersion:-1,supports:{}};function pe(e){if(de(e))return!0;throw-1===e.apiVersion?new Error(w):new Error(v)}let he=fe;const ge={apiVersion:4,isNAAChannelRecommended:!1,hostVersionsInfo:D,isLegacyTeams:!0,supports:{appInstallDialog:{},appEntity:{},call:{},chat:{},conversations:{},dialog:{card:{bot:{}},url:{bot:{},parentCommunication:{}},update:{}},interactive:{},logs:{},meetingRoom:{},menus:{},monetization:{},notifications:{},pages:{config:{},backStack:{},fullTrust:{}},remoteCamera:{},teams:{fullTrust:{}},teamsCore:{},video:{sharedFrame:{}}}},me=[M.desktop,M.web,M.rigel,M.surfaceHub,M.teamsRoomsWindows,M.teamsRoomsAndroid,M.teamsPhones,M.teamsDisplays],we=[M.android,M.ios,M.ipados],ve=[...me,...we];function ye(e){let t=e;if(t.apiVersion<le&&Ce.forEach((e=>{t.apiVersion===e.versionToUpgradeFrom&&(t=e.upgradeToNextVersion(t))})),de(t))return t;throw new Error("Received a runtime that could not be upgraded to the latest version")}const Ce=[{versionToUpgradeFrom:1,upgradeToNextVersion:e=>{var t;return{apiVersion:2,hostVersionsInfo:void 0,isLegacyTeams:e.isLegacyTeams,supports:Object.assign(Object.assign({},e.supports),{dialog:e.supports.dialog?{card:void 0,url:e.supports.dialog,update:null===(t=e.supports.dialog)||void 0===t?void 0:t.update}:void 0})}}},{versionToUpgradeFrom:2,upgradeToNextVersion:e=>{const t=e.supports,{appNotification:n}=t,r=ce(t,["appNotification"]);return Object.assign(Object.assign({},e),{apiVersion:3,supports:r})}},{versionToUpgradeFrom:3,upgradeToNextVersion:e=>{var t,n,r,i,o;return{apiVersion:4,hostVersionsInfo:e.hostVersionsInfo,isNAAChannelRecommended:e.isNAAChannelRecommended,isLegacyTeams:e.isLegacyTeams,supports:Object.assign(Object.assign({},e.supports),{dialog:e.supports.dialog?{card:null===(t=e.supports.dialog)||void 0===t?void 0:t.card,url:{bot:null===(r=null===(n=e.supports.dialog)||void 0===n?void 0:n.url)||void 0===r?void 0:r.bot,parentCommunication:(null===(i=e.supports.dialog)||void 0===i?void 0:i.url)?{}:void 0},update:null===(o=e.supports.dialog)||void 0===o?void 0:o.update}:void 0})}}}],be={"1.0.0":[{capability:{pages:{appButton:{},tabs:{}},stageView:{}},hostClientTypes:me}],"1.9.0":[{capability:{location:{}},hostClientTypes:ve}],"2.0.0":[{capability:{people:{}},hostClientTypes:ve},{capability:{sharing:{}},hostClientTypes:[M.desktop,M.web]}],"2.0.1":[{capability:{teams:{fullTrust:{joinedTeams:{}}}},hostClientTypes:[M.android,M.desktop,M.ios,M.teamsRoomsAndroid,M.teamsPhones,M.teamsDisplays,M.web]},{capability:{webStorage:{}},hostClientTypes:[M.desktop]}],"2.0.5":[{capability:{webStorage:{}},hostClientTypes:[M.android,M.ios]}],"2.0.8":[{capability:{sharing:{}},hostClientTypes:[M.android,M.ios]}]},Se=ue.extend("generateBackCompatRuntimeConfig");function Ee(e,t){const n=Object.assign({},e);for(const r in t)Object.prototype.hasOwnProperty.call(t,r)&&("object"!=typeof t[r]||Array.isArray(t[r])?r in e||(n[r]=t[r]):n[r]=Ee(e[r]||{},t[r]));return n}function Ie(e,t,n){Se("generating back compat runtime config for %s",e);let r=Object.assign({},t.supports);Se("Supported capabilities in config before updating based on highestSupportedVersion: %o",r),Object.keys(n).forEach((t=>{j(e,t)>=0&&n[t].forEach((e=>{void 0!==y.hostClientType&&e.hostClientTypes.includes(y.hostClientType)&&(r=Ee(r,e.capability))}))}));const i={apiVersion:le,hostVersionsInfo:D,isLegacyTeams:!0,supports:r};return Se("Runtime config after updating based on highestSupportedVersion: %o",i),i}const Ae=ue.extend("applyRuntimeConfig");function Te(e){"string"==typeof e.apiVersion&&(Ae("Trying to apply runtime with string apiVersion, processing as v1: %o",e),e=Object.assign(Object.assign({},e),{apiVersion:1})),Ae("Fast-forwarding runtime %o",e);const t=ye(e);Ae("Applying runtime %o",t),he=$(t)}const Pe="2.22.0-beta.0",Fe=t("internal"),Re=Fe.extend("ensureInitializeCalled"),Oe=Fe.extend("ensureInitialized");function ke(){if(!y.initializeCalled)throw Re(m),new Error(m)}function Me(e,...t){if(!y.initializeCompleted)throw Oe("%s. initializeCalled: %s",m,y.initializeCalled.toString()),new Error(m);if(t&&t.length>0){let e=!1;for(let n=0;n<t.length;n++)if(t[n]===y.frameContext){e=!0;break}if(!e)throw new Error(`This call is only allowed in following contexts: ${JSON.stringify(t)}. Current context: "${y.frameContext}".`)}return pe(e)}function Ue(e=a){const t=j(y.clientSupportedSDKVersion,e);return!isNaN(t)&&t>=0}function Le(){return y.hostClientType==M.android||y.hostClientType==M.ios||y.hostClientType==M.ipados}function He(e=a){if(!Le()){throw{errorCode:O.NOT_SUPPORTED_ON_PLATFORM}}if(!Ue(e)){throw{errorCode:O.OLD_PLATFORM}}}function Ne(e){let t=y.additionalValidOrigins.concat(e.filter((e=>"string"==typeof e&&p.test(e))));const n={};t=t.filter((e=>!n[e]&&(n[e]=!0,!0))),y.additionalValidOrigins=t}function Be(e){return null==e}var xe=function(e,t,n,r){function i(e){return e instanceof n?e:new n((function(t){t(e)}))}return new(n||(n=Promise))((function(n,o){function s(e){try{c(r.next(e))}catch(e){o(e)}}function a(e){try{c(r.throw(e))}catch(e){o(e)}}function c(e){e.done?n(e.value):i(e.value).then(s,a)}c((r=r.apply(e,t||[])).next())}))};let De=[];const Ve=t("validateOrigin");function _e(){return xe(this,void 0,void 0,(function*(){yield je()}))}function We(){return 0!==De.length}function je(){return xe(this,void 0,void 0,(function*(){return We()?De:ne()?(De=d,d):fetch(f).then((e=>{if(!e.ok)throw new Error("Invalid Response from Fetch Call");return e.json().then((e=>{if(ze(JSON.stringify(e)))return De=e.validOrigins,De;throw new Error("Valid Origins List Is Invalid")}))})).catch((e=>(Ve("validOrigins fetch call to CDN failed with error: %s. Defaulting to fallback list",e),De=d,De)))}))}function ze(e){let t=JSON.parse(e);try{t=JSON.parse(e)}catch(e){return!1}if(!t.validOrigins)return!1;for(const e of t.validOrigins)try{new URL("https://"+e)}catch(t){return Ve("isValidOriginsFromCDN call failed to validate origin: %s",e),!1}return!0}function $e(e,t){if("*."===e.substring(0,2)){const n=e.substring(1);if(t.length>n.length&&t.split(".").length===n.split(".").length&&t.substring(t.length-n.length)===n)return!0}else if(e===t)return!0;return!1}function qe(e){return je().then((t=>{if(!X(e))return Ve("Origin %s is invalid because it is not using https protocol. Protocol being used: %s",e,e.protocol),!1;const n=e.host;if(t.some((e=>$e(e,n))))return!0;for(const e of y.additionalValidOrigins){if($e("https://"===e.substring(0,8)?e.substring(8):e,n))return!0}return Ve("Origin %s is invalid because it is not an origin approved by this library or included in the call to app.initialize.\nOrigins approved by this library: %o\nOrigins included in app.initialize: %o",e,t,y.additionalValidOrigins),!1}))}const Ge="v1",Je="v2";var Ke;!function(e){let t,n,r;function o(e,n){return new Promise(((r,i)=>{if(y.hostClientType===M.desktop||y.hostClientType===M.android||y.hostClientType===M.ios||y.hostClientType===M.ipados||y.hostClientType===M.macos||y.hostClientType===M.rigel||y.hostClientType===M.teamsRoomsWindows||y.hostClientType===M.teamsRoomsAndroid||y.hostClientType===M.teamsPhones||y.hostClientType===M.teamsDisplays||y.hostClientType===M.surfaceHub){const t=document.createElement("a");t.href=n.url,r(dn(e,"authentication.authenticate",[t.href,n.width,n.height,n.isExternal]).then((([e,t])=>{if(e)return t;throw new Error(t)})))}else t={success:r,fail:i},u(n)}))}function s(e,t){return new Promise((n=>{n(dn(e,"authentication.getAuthToken",[null==t?void 0:t.resources,null==t?void 0:t.claims,null==t?void 0:t.silent,null==t?void 0:t.tenantId]))})).then((([e,t])=>{if(e)return t;throw new Error(t)}))}function a(e){return new Promise((t=>{t(dn(e,"authentication.getUser"))})).then((([e,t])=>{if(e)return t;throw new Error(t)}))}function c(){l();try{nn.childWindow&&nn.childWindow.close()}finally{nn.childWindow=null,nn.childOrigin=null}}function u(e){c();let t=e.width||600,n=e.height||400;t=Math.min(t,nn.currentWindow.outerWidth-400),n=Math.min(n,nn.currentWindow.outerHeight-200);const r=document.createElement("a");r.href=e.url.replace("{oauthRedirectMethod}","web");let i=void 0!==nn.currentWindow.screenLeft?nn.currentWindow.screenLeft:nn.currentWindow.screenX,o=void 0!==nn.currentWindow.screenTop?nn.currentWindow.screenTop:nn.currentWindow.screenY;i+=nn.currentWindow.outerWidth/2-t/2,o+=nn.currentWindow.outerHeight/2-n/2,nn.childWindow=nn.currentWindow.open(r.href,"_blank","toolbar=no, location=yes, status=no, menubar=no, scrollbars=yes, top="+o+", left="+i+", width="+t+", height="+n),nn.childWindow?d():p("FailedToOpenWindow")}function l(){n&&(clearInterval(n),n=0),xt("initialize"),xt("navigateCrossDomain")}function d(){l(),n=nn.currentWindow.setInterval((()=>{if(!nn.childWindow||nn.childWindow.closed)p("CancelledByUser");else{const e=nn.childOrigin;try{nn.childOrigin="*",_n("ping")}finally{nn.childOrigin=e}}}),100),Bt(i(Ge,"authentication.authenticationWindow.registerInitializeHandler"),"initialize",(()=>[U.authentication,y.hostClientType])),Bt(i(Ge,"authentication.authenticationWindow.registerNavigateCrossDomainHandler"),"navigateCrossDomain",(()=>!1))}function f(e){try{t&&t.success(e)}finally{t=void 0,c()}}function p(e){try{t&&t.fail(new Error(e))}finally{t=void 0,c()}}e.initialize=function(){Bt(i(Ge,"authentication.registerAuthenticateSuccessHandler"),"authentication.authenticate.success",f,!1),Bt(i(Ge,"authentication.registerAuthenticateFailureHandler"),"authentication.authenticate.failure",p,!1)},e.registerAuthenticationHandlers=function(e){r=e},e.authenticate=function(e){const t=void 0!==e,n=t?e:r;if(!n)throw new Error("No parameters are provided for authentication");return Me(he,U.content,U.sidePanel,U.settings,U.remove,U.task,U.stage,U.meetingStage),o(n.successCallback||n.failureCallback?i(Ge,"authentication.authenticate"):i(Je,"authentication.authenticate"),n).then((e=>{try{return n&&n.successCallback?(n.successCallback(e),""):e}finally{t||(r=void 0)}})).catch((e=>{try{if(n&&n.failureCallback)return n.failureCallback(e.message),"";throw e}finally{t||(r=void 0)}}))},e.getAuthToken=function(e){return ke(),s(e&&(e.successCallback||e.failureCallback)?i(Ge,"authentication.getAuthToken"):i(Je,"authentication.getAuthToken"),e).then((t=>e&&e.successCallback?(e.successCallback(t),""):t)).catch((t=>{if(e&&e.failureCallback)return e.failureCallback(t.message),"";throw t}))},e.getUser=function(e){return ke(),a(e&&(e.successCallback||e.failureCallback)?i(Ge,"authentication.getUser"):i(Je,"authentication.getUser")).then((t=>e&&e.successCallback?(e.successCallback(t),null):t)).catch((t=>{if(e&&e.failureCallback)return e.failureCallback(t.message),null;throw t}))},e.notifySuccess=function(e,t){Me(he,U.authentication),gn(i(t?Ge:Je,"authentication.notifySuccess"),"authentication.authenticate.success",[e]),Dn(nn.parentWindow,(()=>setTimeout((()=>nn.currentWindow.close()),200)))},e.notifyFailure=function(e,t){Me(he,U.authentication),gn(i(t?Ge:Je,"authentication.notifyFailure"),"authentication.authenticate.failure",[e]),Dn(nn.parentWindow,(()=>setTimeout((()=>nn.currentWindow.close()),200)))}}(Ke||(Ke={}));const Ze="v2";function Qe(e,t){if(Me(he,U.content,U.sidePanel,U.task,U.meetingStage),!tt.update.isSupported())throw N;gn(e,"tasks.updateTask",[t])}function Xe(e,t,n,r){if(Me(he,U.content,U.sidePanel,U.meetingStage),!tt.url.isSupported())throw N;r&&Bt(i(Ze,"dialog.url.registerMessageForParentHandler"),"messageForParent",r);gn(e,"tasks.startTask",[tt.url.getDialogInfoFromUrlDialogInfo(t)],((e,t)=>{null==n||n({err:e,result:t}),xt("messageForParent")}))}function Ye(e,t,n,r){if(Me(he,U.content,U.sidePanel,U.meetingStage),!tt.url.bot.isSupported())throw N;r&&Bt(i(Ze,"dialog.url.bot.registerMessageForParentHandler"),"messageForParent",r);gn(e,"tasks.startTask",[tt.url.getDialogInfoFromBotUrlDialogInfo(t)],((e,t)=>{null==n||n({err:e,result:t}),xt("messageForParent")}))}function et(e,t,n){if(Me(he,U.content,U.task),!tt.url.isSupported())throw N;gn(e,"tasks.completeTask",[t,n?Array.isArray(n)?n:[n]:[]])}var tt;!function(e){const t=[];function n(e){y.frameContext&&(y.frameContext===U.task?t.push(e):xt("messageForChild"))}let r,o,s;e.initialize=function(){Bt(i(Ze,"dialog.registerMessageForChildHandler"),"messageForChild",n,!1)},function(e){let n,r;function o(e){return{url:e.url,height:e.size?e.size.height:"small",width:e.size?e.size.width:"small",title:e.title,fallbackUrl:e.fallbackUrl}}e.open=function(e,t,n){Xe(i(Ze,"dialog.url.open"),e,t,n)},e.submit=function(e,t){et(i(Ze,"dialog.url.submit"),e,t)},function(e){function n(){var e,t;return Me(he)&&!!(null===(t=null===(e=he.supports.dialog)||void 0===e?void 0:e.url)||void 0===t?void 0:t.parentCommunication)}e.sendMessageToParentFromDialog=function(e){if(Me(he,U.task),!n())throw N;gn(i(Ze,"dialog.url.parentCommunication.sendMessageToParentFromDialog"),"messageForParent",[e])},e.sendMessageToDialog=function(e){if(Me(he,U.content,U.sidePanel,U.meetingStage),!n())throw N;gn(i(Ze,"dialog.url.parentCommunication.sendMessageToDialog"),"messageForChild",[e])},e.registerOnMessageFromParent=function(e){if(Me(he,U.task),!n())throw N;for(xt("messageForChild"),Bt(i(Ze,"dialog.url.parentCommunication.registerMessageForChildHandler"),"messageForChild",e),t.reverse();t.length>0;){e(t.pop())}},e.isSupported=n}(n=e.parentCommunication||(e.parentCommunication={})),e.isSupported=function(){return Me(he)&&void 0!==(he.supports.dialog&&he.supports.dialog.url)},function(e){e.open=function(e,t,n){Ye(i(Ze,"dialog.url.bot.open"),e,t,n)},e.isSupported=function(){return Me(he)&&void 0!==(he.supports.dialog&&he.supports.dialog.url&&he.supports.dialog.url.bot)}}(r=e.bot||(e.bot={})),e.getDialogInfoFromUrlDialogInfo=o,e.getDialogInfoFromBotUrlDialogInfo=function(e){const t=o(e);return t.completionBotId=e.completionBotId,t}}(r=e.url||(e.url={})),e.isSupported=function(){return!(!Me(he)||!he.supports.dialog)},function(e){e.resize=function(e){Qe(i(Ze,"dialog.update.resize"),e)},e.isSupported=function(){return!(!Me(he)||!he.supports.dialog)&&!!he.supports.dialog.update}}(o=e.update||(e.update={})),function(e){function t(){const e=he.hostVersionsInfo&&he.hostVersionsInfo.adaptiveCardSchemaVersion&&!Q(he.hostVersionsInfo.adaptiveCardSchemaVersion);return Me(he)&&void 0!==(e&&he.supports.dialog&&he.supports.dialog.card)}let n;function r(e){return{card:e.card,height:e.size?e.size.height:"small",width:e.size?e.size.width:"small",title:e.title}}function o(e){const t=r(e);return t.completionBotId=e.completionBotId,t}e.open=function(e,n){if(Me(he,U.content,U.sidePanel,U.meetingStage),!t())throw N;const o=r(e);gn(i(Ze,"dialog.adaptiveCard.open"),"tasks.startTask",[o],((e,t)=>{null==n||n({err:e,result:t})}))},e.isSupported=t,function(e){function t(){const e=he.hostVersionsInfo&&he.hostVersionsInfo.adaptiveCardSchemaVersion&&!Q(he.hostVersionsInfo.adaptiveCardSchemaVersion);return Me(he)&&void 0!==(e&&he.supports.dialog&&he.supports.dialog.card&&he.supports.dialog.card.bot)}e.open=function(e,n){if(Me(he,U.content,U.sidePanel,U.meetingStage),!t())throw N;const r=o(e);gn(i(Ze,"dialog.adaptiveCard.bot.open"),"tasks.startTask",[r],((e,t)=>{null==n||n({err:e,result:t})}))},e.isSupported=t}(n=e.bot||(e.bot={}))}(s=e.adaptiveCard||(e.adaptiveCard={}))}(tt||(tt={}));const nt="v2";var rt;!function(e){let t,n,r,o;!function(e){e[e.ifRoom=0]="ifRoom",e[e.overflowOnly=1]="overflowOnly"}(t=e.DisplayMode||(e.DisplayMode={}));function s(e){o&&o(e)||(Me(he),gn(i(nt,"menus.handleViewConfigItemPress"),"viewConfigItemPress",[e]))}function a(e){n&&n(e)||(Me(he),gn(i(nt,"menus.handleNavBarMenuItemPress"),"handleNavBarMenuItemPress",[e]))}function c(e){r&&r(e)||(Me(he),gn(i(nt,"menus.handleActionMenuItemPress"),"handleActionMenuItemPress",[e]))}function u(){return!(!Me(he)||!he.supports.menus)}e.MenuItem=class{constructor(){this.enabled=!0,this.selected=!1}},e.initialize=function(){Bt(i(nt,"menus.registerNavBarMenuItemPressHandler"),"navBarMenuItemPress",a,!1),Bt(i(nt,"menus.registerActionMenuItemPressHandler"),"actionMenuItemPress",c,!1),Bt(i(nt,"menus.registerSetModuleViewHandler"),"setModuleView",s,!1)},e.setUpViews=function(e,t){if(Me(he),!u())throw N;o=t,gn(i(nt,"menus.setUpViews"),"setUpViews",[e])},e.setNavBarMenu=function(e,t){if(Me(he),!u())throw N;n=t,gn(i(nt,"menus.setNavBarMenu"),"setNavBarMenu",[e])},e.showActionMenu=function(e,t){if(Me(he),!u())throw N;r=t,gn(i(nt,"menus.showActionMenu"),"showActionMenu",[e])},e.isSupported=u}(rt||(rt={}));const it="v2",ot=5e3,st=t("app");function at(e,t){if(ne()){return st.extend("initialize")("window object undefined at initialization"),Promise.resolve()}return K((()=>pt(e,t)),ot,new Error("SDK initialization timed out."))}function ct(e){gn(e,mt.Messages.AppLoaded,[Pe])}function ut(e,t){gn(e,mt.Messages.ExpectedFailure,[t.reason,t.message])}function lt(e,t){gn(e,mt.Messages.Failure,[t.reason,t.message])}function dt(e){gn(e,mt.Messages.Success,[Pe])}const ft=st.extend("initializeHelper");function pt(e,t){return new Promise((n=>{y.initializeCalled||(y.initializeCalled=!0,Ut(),y.initializePromise=on(t,e).then((({context:e,clientType:t,runtimeConfig:n,clientSupportedSDKVersion:r=a})=>{y.frameContext=e,y.hostClientType=t,y.clientSupportedSDKVersion=r;try{ft("Parsing %s",n);const e=JSON.parse(n);if(ft("Checking if %o is a valid runtime object",null!=e?e:"null"),!e||!e.apiVersion)throw new Error("Received runtime config is invalid");n&&Te(e)}catch(e){if(!(e instanceof SyntaxError))throw e;try{ft("Attempting to parse %s as an SDK version",n),isNaN(j(n,a))||(y.clientSupportedSDKVersion=n);const e=JSON.parse(r);if(ft("givenRuntimeConfig parsed to %o",null!=e?e:"null"),!e)throw new Error("givenRuntimeConfig string was successfully parsed. However, it parsed to value of null");Te(e)}catch(e){if(!(e instanceof SyntaxError))throw e;Te(Ie(y.clientSupportedSDKVersion,ge,be))}}y.initializeCompleted=!0})),Ke.initialize(),rt.initialize(),Ot.config.initialize(),tt.initialize()),Array.isArray(t)&&Ne(t),void 0!==y.initializePromise?n(y.initializePromise):ft("GlobalVars.initializePromise is unexpectedly undefined")}))}function ht(e,t){!Be(t)&&ke(),_t(e,t)}function gt(e,t){return new Promise((n=>{Me(he,U.content,U.sidePanel,U.settings,U.task,U.stage,U.meetingStage),n(cn(e,"executeDeepLink",t))}))}var mt;function wt(e){var t;return{actionInfo:e.actionInfo,app:{locale:e.locale,sessionId:e.appSessionId?e.appSessionId:"",theme:e.theme?e.theme:"default",iconPositionVertical:e.appIconPosition,osLocaleInfo:e.osLocaleInfo,parentMessageId:e.parentMessageId,userClickTime:e.userClickTime,userFileOpenPreference:e.userFileOpenPreference,host:{name:e.hostName?e.hostName:"Teams",clientType:e.hostClientType?e.hostClientType:M.web,sessionId:e.sessionId?e.sessionId:"",ringId:e.ringId},appLaunchId:e.appLaunchId},page:{id:e.entityId,frameContext:e.frameContext?e.frameContext:y.frameContext,subPageId:e.subEntityId,isFullScreen:e.isFullScreen,isMultiWindow:e.isMultiWindow,sourceOrigin:e.sourceOrigin},user:{id:null!==(t=e.userObjectId)&&void 0!==t?t:"",displayName:e.userDisplayName,isCallingAllowed:e.isCallingAllowed,isPSTNCallingAllowed:e.isPSTNCallingAllowed,licenseType:e.userLicenseType,loginHint:e.loginHint,userPrincipalName:e.userPrincipalName,tenant:e.tid?{id:e.tid,teamsSku:e.tenantSKU}:void 0},channel:e.channelId?{id:e.channelId,displayName:e.channelName,relativeUrl:e.channelRelativeUrl,membershipType:e.channelType,defaultOneNoteSectionId:e.defaultOneNoteSectionId,ownerGroupId:e.hostTeamGroupId,ownerTenantId:e.hostTeamTenantId}:void 0,chat:e.chatId?{id:e.chatId}:void 0,meeting:e.meetingId?{id:e.meetingId}:void 0,sharepoint:e.sharepoint,team:e.teamId?{internalId:e.teamId,displayName:e.teamName,type:e.teamType,groupId:e.groupId,templateId:e.teamTemplateId,isArchived:e.isTeamArchived,userRole:e.userTeamRole}:void 0,sharePointSite:e.teamSiteUrl||e.teamSiteDomain||e.teamSitePath||e.mySitePath||e.mySiteDomain?{teamSiteUrl:e.teamSiteUrl,teamSiteDomain:e.teamSiteDomain,teamSitePath:e.teamSitePath,teamSiteId:e.teamSiteId,mySitePath:e.mySitePath,mySiteDomain:e.mySiteDomain}:void 0,dialogParameters:e.dialogParameters||{}}}!function(e){const n=t("app");let r,o,s;e.Messages={AppLoaded:"appInitialization.appLoaded",Success:"appInitialization.success",Failure:"appInitialization.failure",ExpectedFailure:"appInitialization.expectedFailure"},function(e){e.AuthFailed="AuthFailed",e.Timeout="Timeout",e.Other="Other"}(r=e.FailedReason||(e.FailedReason={})),function(e){e.PermissionError="PermissionError",e.NotFound="NotFound",e.Throttling="Throttling",e.Offline="Offline",e.Other="Other"}(o=e.ExpectedFailureReason||(e.ExpectedFailureReason={})),e.isInitialized=function(){return y.initializeCompleted},e.getFrameContext=function(){return y.frameContext},function(){if(ne())return;const e=document.getElementsByTagName("script"),t=e&&e[e.length-1]&&e[e.length-1].src,r="Today, teamsjs can only be used from a single script or you may see undefined behavior. This log line is used to help detect cases where teamsjs is loaded multiple times -- it is always written. The presence of the log itself does not indicate a multi-load situation, but multiples of these log lines will. If you would like to use teamjs from more than one script at the same time, please open an issue at https://github.com/OfficeDev/microsoft-teams-library-js/issues";t&&0!==t.length?n("teamsjs is being used from %s. %s",t,r):n("teamsjs is being used from a script tag embedded directly in your html. %s",r)}(),e.initialize=function(e){return _e(),at(i(it,"app.initialize"),e)},e._initialize=function(e){nn.currentWindow=e},e._uninitialize=function(){y.initializeCalled&&(Lt(),y.initializeCalled=!1,y.initializeCompleted=!1,y.initializePromise=void 0,y.additionalValidOrigins=[],y.frameContext=void 0,y.hostClientType=void 0,y.isFramelessWindow=!1,sn())},e.getContext=function(){return new Promise((e=>{ke(),e(an(i(it,"app.getContext"),"getContext"))})).then((e=>wt(e)))},e.notifyAppLoaded=function(){ke(),ct(i(it,"app.notifyAppLoaded"))},e.notifySuccess=function(){ke(),dt(i(it,"app.notifySuccess"))},e.notifyFailure=function(e){ke(),lt(i(it,"app.notifyFailure"),e)},e.notifyExpectedFailure=function(e){ke(),ut(i(it,"app.notifyExpectedFailure"),e)},e.registerOnThemeChangeHandler=function(e){ht(i(it,"app.registerOnThemeChangeHandler"),e)},e.openLink=function(e){return gt(i(it,"app.openLink"),e)},function(e){e.registerBeforeSuspendOrTerminateHandler=function(e){if(!e)throw new Error("[app.lifecycle.registerBeforeSuspendOrTerminateHandler] Handler cannot be null");Me(he),Gt(e)},e.registerOnResumeHandler=function(e){if(!e)throw new Error("[app.lifecycle.registerOnResumeHandler] Handler cannot be null");Me(he),Jt(e)}}(s=e.lifecycle||(e.lifecycle={}))}(mt||(mt={}));const vt="v2";function yt(e,t){return new Promise((n=>{if(Me(he,U.content,U.sidePanel,U.settings,U.remove,U.task,U.stage,U.meetingStage),!Ot.isSupported())throw N;n(un(e,"navigateCrossDomain","Cross-origin navigation is only supported for URLs matching the pattern registered in the manifest.",t))}))}function Ct(e){return new Promise((t=>{if(Me(he),!Ot.backStack.isSupported())throw N;t(un(e,"navigateBack","Back navigation is not supported in the current client or context."))}))}function bt(e,t){return new Promise((n=>{if(Me(he),!Ot.tabs.isSupported())throw N;n(un(e,"navigateToTab","Invalid internalTabInstanceId and/or channelId were/was provided",t))}))}function St(e,t){if(Me(he),!Ot.isSupported())throw N;gn(e,"returnFocus",[t])}function Et(e,t){return new Promise((n=>{if(Me(he),!Ot.tabs.isSupported())throw N;n(an(e,"getTabInstances",t))}))}function It(e,t){return new Promise((n=>{if(Me(he),!Ot.tabs.isSupported())throw N;n(an(e,"getMruTabInstances",t))}))}function At(e,t){if(Me(he,U.content,U.sidePanel,U.meetingStage),!Ot.isSupported())throw N;gn(e,"shareDeepLink",[t.subPageId,t.subPageLabel,t.subPageWebUrl])}function Tt(e,t){if(Me(he,U.content),!Ot.isSupported())throw N;gn(e,"setFrameContext",[t])}function Pt(e,t){if(Me(he,U.settings,U.remove),!Ot.config.isSupported())throw N;gn(e,"settings.setValidityState",[t])}function Ft(e){return new Promise((t=>{if(Me(he,U.content,U.settings,U.remove,U.sidePanel),!Ot.isSupported())throw N;t(an(e,"settings.getSettings"))}))}function Rt(e,t){return new Promise((n=>{if(Me(he,U.content,U.settings,U.sidePanel),!Ot.config.isSupported())throw N;n(cn(e,"settings.setSettings",t))}))}var Ot;!function(e){function t(e){Tt(i(vt,"pages.setCurrentFrame"),e)}function n(){return!(!Me(he)||!he.supports.pages)}let r,o,s,a,c,u;e.returnFocus=function(e){St(i(vt,"pages.returnFocus"),e)},e.registerFocusEnterHandler=function(e){Vt(i(vt,"pages.registerFocusEnterHandler"),"focusEnter",e,[],(()=>{if(!n())throw N}))},e.setCurrentFrame=t,e.initializeWithFrameContext=function(e,n,r){_e(),at(i(vt,"pages.initializeWithFrameContext"),r).then((()=>n&&n())),t(e)},e.getConfig=function(){return Ft(i(vt,"pages.getConfig."))},e.navigateCrossDomain=function(e){return yt(i(vt,"pages.navigateCrossDomain"),e)},e.navigateToApp=function(e){return new Promise((t=>{if(Me(he,U.content,U.sidePanel,U.settings,U.task,U.stage,U.meetingStage),!n())throw N;const r=i(vt,"pages.navigateCrossDomain");he.isLegacyTeams?t(cn(r,"executeDeepLink",Z(e))):t(cn(r,"pages.navigateToApp",e))}))},e.shareDeepLink=function(e){return At(i(vt,"pages.shareDeepLink"),e)},e.registerFullScreenHandler=function(e){Vt(i(vt,"pages.registerFullScreenHandler"),"fullScreenChange",e,[],(()=>{if(!Be(e)&&!n())throw N}))},e.isSupported=n,function(e){e.navigateToTab=function(e){return bt(i(vt,"pages.tabs.navigateToTab"),e)},e.getTabInstances=function(e){return Et(i(vt,"pages.tabs.getTabInstances"),e)},e.getMruTabInstances=function(e){return It(i(vt,"pages.tabs.getMruTabInstances"),e)},e.isSupported=function(){return!(!Me(he)||!he.supports.pages)&&!!he.supports.pages.tabs}}(r=e.tabs||(e.tabs={})),function(e){let t,n;function r(e,n,r){!Be(n)&&Me(he,U.settings),r&&r(),t=n,!Be(n)&&gn(e,"registerHandler",["save"])}function o(e,t,r){!Be(t)&&Me(he,U.remove,U.settings),r&&r(),n=t,!Be(t)&&gn(e,"registerHandler",["remove"])}function s(e){const n=new a(e);t?t(n):nn.childWindow?_n("settings.save",[e]):n.notifySuccess()}e.initialize=function(){Bt(i(vt,"pages.config.registerSettingsSaveHandler"),"settings.save",s,!1),Bt(i(vt,"pages.config.registerSettingsRemoveHandler"),"settings.remove",c,!1)},e.setValidityState=function(e){return Pt(i(vt,"pages.config.setValidityState"),e)},e.setConfig=function(e){return Rt(i(vt,"pages.config.setConfig"),e)},e.registerOnSaveHandler=function(e){r(i(vt,"pages.config.registerOnSaveHandler"),e,(()=>{if(!Be(e)&&!l())throw N}))},e.registerOnSaveHandlerHelper=r,e.registerOnRemoveHandler=function(e){o(i(vt,"pages.config.registerOnRemoveHandler"),e,(()=>{if(!Be(e)&&!l())throw N}))},e.registerOnRemoveHandlerHelper=o,e.registerChangeConfigHandler=function(e){Vt(i(vt,"pages.config.registerChangeConfigHandler"),"changeSettings",e,[U.content],(()=>{if(!l())throw N}))};class a{constructor(e){this.notified=!1,this.result=e||{}}notifySuccess(){this.ensureNotNotified(),gn(i(vt,"pages.saveEvent.notifySuccess"),"settings.save.success"),this.notified=!0}notifyFailure(e){this.ensureNotNotified(),gn(i(vt,"pages.saveEvent.notifyFailure"),"settings.save.failure",[e]),this.notified=!0}ensureNotNotified(){if(this.notified)throw new Error("The SaveEvent may only notify success or failure once.")}}function c(){const e=new u;n?n(e):nn.childWindow?_n("settings.remove",[]):e.notifySuccess()}class u{constructor(){this.notified=!1}notifySuccess(){this.ensureNotNotified(),gn(i(vt,"pages.removeEvent.notifySuccess"),"settings.remove.success"),this.notified=!0}notifyFailure(e){this.ensureNotNotified(),gn(i(vt,"pages.removeEvent.notifyFailure"),"settings.remove.failure",[e]),this.notified=!0}ensureNotNotified(){if(this.notified)throw new Error("The removeEventType may only notify success or failure once.")}}function l(){return!(!Me(he)||!he.supports.pages)&&!!he.supports.pages.config}e.isSupported=l}(o=e.config||(e.config={})),function(e){let t;function n(){return Ct(i(vt,"pages.backStack.navigateBack"))}function r(e,n,r){!Be(n)&&Me(he),r&&r(),t=n,!Be(n)&&gn(e,"registerHandler",["backButton"])}function o(){t&&t()||(nn.childWindow?_n("backButtonPress",[]):n())}function s(){return!(!Me(he)||!he.supports.pages)&&!!he.supports.pages.backStack}e._initialize=function(){Bt(i(vt,"pages.backStack.registerBackButtonPressHandler"),"backButtonPress",o,!1)},e.navigateBack=n,e.registerBackButtonHandler=function(e){r(i(vt,"pages.backStack.registerBackButtonHandler"),e,(()=>{if(!Be(e)&&!s())throw N}))},e.registerBackButtonHandlerHelper=r,e.isSupported=s}(s=e.backStack||(e.backStack={})),function(e){function t(){return!(!Me(he)||!he.supports.pages)&&!!he.supports.pages.fullTrust}e.enterFullscreen=function(){if(Me(he,U.content),!t())throw N;gn(i(vt,"pages.fullTrust.enterFullscreen"),"enterFullscreen",[])},e.exitFullscreen=function(){if(Me(he,U.content),!t())throw N;gn(i(vt,"pages.fullTrust.exitFullscreen"),"exitFullscreen",[])},e.isSupported=t}(a=e.fullTrust||(e.fullTrust={})),function(e){function t(){return!(!Me(he)||!he.supports.pages)&&!!he.supports.pages.appButton}e.onClick=function(e){Vt(i(vt,"pages.appButton.onClick"),"appButtonClick",e,[U.content],(()=>{if(!t())throw N}))},e.onHoverEnter=function(e){Vt(i(vt,"pages.appButton.onHoverEnter"),"appButtonHoverEnter",e,[U.content],(()=>{if(!t())throw N}))},e.onHoverLeave=function(e){Vt(i(vt,"pages.appButton.onHoverLeave"),"appButtonHoverLeave",e,[U.content],(()=>{if(!t())throw N}))},e.isSupported=t}(c=e.appButton||(e.appButton={})),function(e){function t(){return!(!Me(he)||!he.supports.pages)&&!!he.supports.pages.currentApp}e.navigateTo=function(e){return new Promise((n=>{if(Me(he,U.content,U.sidePanel,U.settings,U.task,U.stage,U.meetingStage),!t())throw N;n(ln(i(vt,"pages.currentApp.navigateTo"),"pages.currentApp.navigateTo",e))}))},e.navigateToDefaultPage=function(){return new Promise((e=>{if(Me(he,U.content,U.sidePanel,U.settings,U.task,U.stage,U.meetingStage),!t())throw N;e(ln(i(vt,"pages.currentApp.navigateToDefaultPage"),"pages.currentApp.navigateToDefaultPage"))}))},e.isSupported=t}(u=e.currentApp||(e.currentApp={}))}(Ot||(Ot={}));const kt=t("handlers");class Mt{static initializeHandlers(){Mt.handlers.themeChange=Wt,Mt.handlers.load=zt,Mt.handlers.beforeUnload=qt,Ot.backStack._initialize()}static uninitializeHandlers(){Mt.handlers={},Mt.themeChangeHandler=null,Mt.loadHandler=null,Mt.beforeUnloadHandler=null,Mt.beforeSuspendOrTerminateHandler=null,Mt.resumeHandler=null}}function Ut(){Mt.initializeHandlers()}function Lt(){Mt.uninitializeHandlers()}Mt.handlers={},Mt.themeChangeHandler=null,Mt.loadHandler=null,Mt.beforeUnloadHandler=null,Mt.beforeSuspendOrTerminateHandler=null,Mt.resumeHandler=null;const Ht=kt.extend("callHandler");function Nt(e,t){const n=Mt.handlers[e];if(n){Ht("Invoking the registered handler for message %s with arguments %o",e,t);return[!0,n.apply(this,t)]}return nn.childWindow?(_n(e,t),[!1,void 0]):(Ht("Handler for action message %s not found.",e),[!1,void 0])}function Bt(e,t,n,r=!0,i=[]){n?(Mt.handlers[t]=n,r&&gn(e,"registerHandler",[t,...i])):delete Mt.handlers[t]}function xt(e){delete Mt.handlers[e]}function Dt(e){return null!=Mt.handlers[e]}function Vt(e,t,n,r,i){n&&Me(he,...r),i&&i(),Bt(e,t,n)}function _t(e,t){Mt.themeChangeHandler=t,!Be(t)&&gn(e,"registerHandler",["themeChange"])}function Wt(e){Mt.themeChangeHandler&&Mt.themeChangeHandler(e),nn.childWindow&&_n("themeChange",[e])}function jt(e,t){Mt.loadHandler=t,!Be(t)&&gn(e,"registerHandler",["load"])}function zt(e){Mt.resumeHandler?Mt.resumeHandler(e):Mt.loadHandler&&Mt.loadHandler(e),nn.childWindow&&_n("load",[e])}function $t(e,t){Mt.beforeUnloadHandler=t,!Be(t)&&gn(e,"registerHandler",["beforeUnload"])}function qt(){const e=()=>{gn(i("v2","handleBeforeUnload"),"readyToUnload",[])};Mt.beforeSuspendOrTerminateHandler?(Mt.beforeSuspendOrTerminateHandler(),nn.childWindow?_n("beforeUnload"):e()):Mt.beforeUnloadHandler&&Mt.beforeUnloadHandler(e)||(nn.childWindow?_n("beforeUnload"):e())}function Gt(e){Mt.beforeSuspendOrTerminateHandler=e,!Be(e)&&gn(i("v2","registerBeforeSuspendOrTerminateHandler"),"registerHandler",["beforeUnload"])}function Jt(e){Mt.resumeHandler=e,!Be(e)&&gn(i("v2","registerOnResumeHandler"),"registerHandler",["load"])}const Kt=t("nestedAppAuthUtils"),Zt=Kt.extend("tryPolyfillWithNestedAppAuthBridge");function Qt(e,t,n){var r;const i=Zt;if(y.isFramelessWindow)return void i("Cannot polyfill nestedAppAuthBridge as current window is frameless");if(!t)return void i("Cannot polyfill nestedAppAuthBridge as current window does not exist");const o=(()=>{try{return JSON.parse(e)}catch(e){return null}})();if(!o||!(null===(r=o.supports)||void 0===r?void 0:r.nestedAppAuth))return void i("Cannot polyfill nestedAppAuthBridge as current hub does not support nested app auth");const s=t;if(s.nestedAppAuthBridge)return void i("nestedAppAuthBridge already exists on current window, skipping polyfill");const a=Yt(s,n);a&&(s.nestedAppAuthBridge=a)}const Xt=Kt.extend("createNestedAppAuthBridge");function Yt(e,t){const n=Xt;if(!e)return n("nestedAppAuthBridge cannot be created as current window does not exist"),null;const{onMessage:r,sendPostMessage:i}=t,o=e=>t=>r(t,e);return{addEventListener:(t,r)=>{"message"===t?e.addEventListener(t,o(r)):n(`Event ${t} is not supported by nestedAppAuthBridge`)},postMessage:e=>{const t=(()=>{try{return JSON.parse(e)}catch(e){return null}})();t&&"object"==typeof t&&"NestedAppAuthRequest"===t.messageType?i(e):n("Unrecognized data format received by app, message being ignored. Message: %o",e)},removeEventListener:(t,n)=>{e.removeEventListener(t,o(n))}}}var en=function(e,t,n,r){function i(e){return e instanceof n?e:new n((function(t){t(e)}))}return new(n||(n=Promise))((function(n,o){function s(e){try{c(r.next(e))}catch(e){o(e)}}function a(e){try{c(r.throw(e))}catch(e){o(e)}}function c(e){e.done?n(e.value):i(e.value).then(s,a)}c((r=r.apply(e,t||[])).next())}))};const tn=t("communication");class nn{}class rn{}function on(e,t){if(rn.messageListener=e=>en(this,void 0,void 0,(function*(){return yield En(e)})),nn.currentWindow=nn.currentWindow||te(),nn.parentWindow=nn.currentWindow.parent!==nn.currentWindow.self?nn.currentWindow.parent:nn.currentWindow.opener,nn.topWindow=nn.currentWindow.top,(nn.parentWindow||e)&&nn.currentWindow.addEventListener("message",rn.messageListener,!1),!nn.parentWindow){const e=nn.currentWindow;if(!e.nativeInterface)return Promise.reject(new Error("Initialization Failed. No Parent window found."));y.isFramelessWindow=!0,e.onNativeMessage=On}try{return nn.parentOrigin="*",dn(t,"initialize",[Pe,le]).then((([e,t,n,r])=>(Qt(r,nn.currentWindow,{onMessage:An,sendPostMessage:wn}),{context:e,clientType:t,runtimeConfig:n,clientSupportedSDKVersion:r})))}finally{nn.parentOrigin=null}}function sn(){nn.currentWindow&&nn.currentWindow.removeEventListener("message",rn.messageListener,!1),nn.currentWindow=null,nn.parentWindow=null,nn.parentOrigin=null,nn.childWindow=null,nn.childOrigin=null,rn.parentMessageQueue=[],rn.childMessageQueue=[],rn.nextMessageId=0,rn.callbacks={},rn.promiseCallbacks={},rn.portCallbacks={}}function an(e,t,...n){return dn(e,t,n).then((([e])=>e))}function cn(e,t,...n){return dn(e,t,n).then((([e,t])=>{if(!e)throw new Error(t)}))}function un(e,t,n,...r){return dn(e,t,r).then((([e,t])=>{if(!e)throw new Error(t||n)}))}function ln(e,t,...n){return dn(e,t,n).then((([e,t])=>{if(e)throw e;return t}))}function dn(e,t,n=void 0){if(!o(e))throw Error(`apiVersionTag: ${e} passed in doesn't follow the pattern starting with 'v' followed by digits, then underscore with words, please check.`);return new Promise((r=>{r(hn(bn(e,t,n).id))}))}function fn(e,t,n=void 0){if(!o(e))throw Error(`apiVersionTag: ${e} passed in doesn't follow the pattern starting with 'v' followed by digits, then underscore with words, please check.`);return pn(bn(e,t,n).id)}function pn(e){return new Promise(((t,n)=>{rn.portCallbacks[e]=(e,r)=>{e instanceof MessagePort?t(e):n(r&&r.length>0?r[0]:new Error("Host responded without port or error details."))}}))}function hn(e){return new Promise((t=>{rn.promiseCallbacks[e]=t}))}function gn(e,t,n,r){let i;if(n instanceof Function?r=n:n instanceof Array&&(i=n),!o(e))throw Error(`apiVersionTag: ${e} passed in doesn't follow the pattern starting with 'v' followed by digits, then underscore with words, please check.`);const s=bn(e,t,i);r&&(rn.callbacks[s.id]=r)}rn.parentMessageQueue=[],rn.childMessageQueue=[],rn.topMessageQueue=[],rn.nextMessageId=0,rn.callbacks={},rn.promiseCallbacks={},rn.portCallbacks={};const mn=tn.extend("sendNestedAuthRequestToTopWindow");function wn(e){const t=mn,n=nn.topWindow,r=jn(e);return t("Message %i information: %o",r.id,{actionName:r.func}),yn(n,r)}const vn=tn.extend("sendRequestToTargetWindowHelper");function yn(e,t){const n=vn,r=Nn(e);if(y.isFramelessWindow)nn.currentWindow&&nn.currentWindow.nativeInterface&&(n(`Sending message %i to ${r} via framelessPostMessage interface`,t.id),nn.currentWindow.nativeInterface.framelessPostMessage(JSON.stringify(t)));else{const i=Hn(e);e&&i?(n(`Sending message %i to ${r} via postMessage`,t.id),e.postMessage(t,i)):(n(`Adding message %i to ${r} message queue`,t.id),Ln(e).push(t))}return t}const Cn=tn.extend("sendMessageToParentHelper");function bn(e,t,n){const r=Cn,i=nn.parentWindow,o=Wn(e,t,n);return r("Message %i information: %o",o.id,{actionName:t,args:n}),yn(i,o)}const Sn=tn.extend("processMessage");function En(e){return en(this,void 0,void 0,(function*(){if(!e||!e.data||"object"!=typeof e.data)return void Sn("Unrecognized message format received by app, message being ignored. Message: %o",e);const t=e.source||e.originalEvent&&e.originalEvent.source,n=e.origin||e.originalEvent&&e.originalEvent.origin;return Pn(t,n).then((r=>{r?(Fn(t,n),t===nn.parentWindow?On(e):t===nn.childWindow&&Mn(e)):Sn("Message being ignored by app because it is either coming from the current window or a different window with an invalid origin")}))}))}const In=tn.extend("processAuthBridgeMessage");function An(e,t){var n,r;const i=In;if(!e||!e.data||"object"!=typeof e.data)return void i("Unrecognized message format received by app, message being ignored. Message: %o",e);const{args:o}=e.data,[,s]=null!=o?o:[],a=(()=>{try{return JSON.parse(s)}catch(e){return null}})();if(!a||"object"!=typeof a||"NestedAppAuthResponse"!==a.messageType)return void i("Unrecognized data format received by app, message being ignored. Message: %o",e);const c=e.source||(null===(n=null==e?void 0:e.originalEvent)||void 0===n?void 0:n.source),u=e.origin||(null===(r=null==e?void 0:e.originalEvent)||void 0===r?void 0:r.origin);c?Pn(c,u)?(nn.topWindow&&!nn.topWindow.closed&&c!==nn.topWindow||(nn.topWindow=c,nn.topOrigin=u),nn.topWindow&&nn.topWindow.closed&&(nn.topWindow=null,nn.topOrigin=null),xn(nn.topWindow),t(s)):i("Message being ignored by app because it is either coming from the current window or a different window with an invalid origin"):i("Message being ignored by app because it is coming for a target that is null")}const Tn=tn.extend("shouldProcessMessage");function Pn(e,t){return en(this,void 0,void 0,(function*(){if(nn.currentWindow&&e===nn.currentWindow)return Tn("Should not process message because it is coming from the current window"),!1;if(nn.currentWindow&&nn.currentWindow.location&&t&&t===nn.currentWindow.location.origin)return!0;{const e=yield qe(new URL(t));return e||Tn("Message has an invalid origin of %s",t),e}}))}function Fn(e,t){y.isFramelessWindow||nn.parentWindow&&!nn.parentWindow.closed&&e!==nn.parentWindow?nn.childWindow&&!nn.childWindow.closed&&e!==nn.childWindow||(nn.childWindow=e,nn.childOrigin=t):(nn.parentWindow=e,nn.parentOrigin=t),nn.parentWindow&&nn.parentWindow.closed&&(nn.parentWindow=null,nn.parentOrigin=null),nn.childWindow&&nn.childWindow.closed&&(nn.childWindow=null,nn.childOrigin=null),xn(nn.parentWindow),xn(nn.childWindow)}const Rn=tn.extend("handleParentMessage");function On(e){const t=Rn;if("id"in e.data&&"number"==typeof e.data.id){const n=e.data,r=rn.callbacks[n.id];t("Received a response from parent for message %i",n.id),r&&(t("Invoking the registered callback for message %i with arguments %o",n.id,n.args),r.apply(null,[...n.args,n.isPartialResponse]),kn(e)||(t("Removing registered callback for message %i",n.id),delete rn.callbacks[n.id]));const i=rn.promiseCallbacks[n.id];i&&(t("Invoking the registered promise callback for message %i with arguments %o",n.id,n.args),i(n.args),t("Removing registered promise callback for message %i",n.id),delete rn.promiseCallbacks[n.id]);const o=rn.portCallbacks[n.id];if(o){let r;t("Invoking the registered port callback for message %i with arguments %o",n.id,n.args),e.ports&&e.ports[0]instanceof MessagePort&&(r=e.ports[0]),o(r,n.args),t("Removing registered port callback for message %i",n.id),delete rn.portCallbacks[n.id]}}else if("func"in e.data&&"string"==typeof e.data.func){const n=e.data;t("Received an action message %s from parent",n.func),Nt(n.func,n.args)}else t("Received an unknown message: %O",e)}function kn(e){return!0===e.data.isPartialResponse}function Mn(e){if("id"in e.data&&"func"in e.data){const t=e.data,[n,r]=Nt(t.func,t.args);n&&void 0!==r?Vn(t.id,Array.isArray(r)?r:[r]):gn(i("v2","tasks.startTask"),t.func,t.args,((...e)=>{if(nn.childWindow){const n=e.pop();Vn(t.id,e,n)}}))}}function Un(){return nn.topWindow!==nn.parentWindow}function Ln(e){return e===nn.topWindow&&Un()?rn.topMessageQueue:e===nn.parentWindow?rn.parentMessageQueue:e===nn.childWindow?rn.childMessageQueue:[]}function Hn(e){return e===nn.topWindow&&Un()?nn.topOrigin:e===nn.parentWindow?nn.parentOrigin:e===nn.childWindow?nn.childOrigin:null}function Nn(e){return e===nn.topWindow&&Un()?"top":e===nn.parentWindow?"parent":e===nn.childWindow?"child":null}const Bn=tn.extend("flushMessageQueue");function xn(e){const t=Hn(e),n=Ln(e),r=Nn(e);for(;e&&t&&n.length>0;){const i=n.shift();Bn("Flushing message %i from "+r+" message queue via postMessage.",null==i?void 0:i.id),e.postMessage(i,t)}}function Dn(e,t){let n;n=nn.currentWindow.setInterval((()=>{0===Ln(e).length&&(clearInterval(n),t())}),100)}function Vn(e,t,n){const r=nn.childWindow,i=zn(e,t,n),o=Hn(r);r&&o&&r.postMessage(i,o)}function _n(e,t){const n=nn.childWindow,r=$n(e,t),i=Hn(n);n&&i?n.postMessage(r,i):Ln(n).push(r)}function Wn(e,t,n){return{id:rn.nextMessageId++,func:t,timestamp:Date.now(),args:n||[],apiVersionTag:e}}function jn(e){return{id:rn.nextMessageId++,func:"nestedAppAuth.execute",timestamp:Date.now(),args:[],data:e}}function zn(e,t,n){return{id:e,args:t||[],isPartialResponse:n}}function $n(e,t){return{func:e,args:t||[]}}var qn;!function(e){function t(){return!(!Me(he)||!he.supports.logs)}e.registerGetLogHandler=function(e){if(!Be(e)&&Me(he),!Be(e)&&!t())throw N;e?Bt(i("v1","log.request"),"log.request",(()=>{const t=e();gn(i("v1","log.receive"),"log.receive",[t])})):xt("log.request")},e.isSupported=t}(qn||(qn={}));const Gn="v1";function Jn(e,t){Me(he),gn(i(Gn,"uploadCustomApp"),"uploadCustomApp",[e],t||W())}function Kn(e,t,n){Me(he),gn(i(Gn,"sendCustomMessage"),e,t,n)}function Zn(e,t){if(Me(he),!nn.childWindow)throw new Error("The child window has not yet been initialized or is not present");_n(e,t)}function Qn(e,t){Me(he),Bt(i(Gn,"registerCustomHandler"),e,((...e)=>t.apply(this,e)))}function Xn(e,t){Me(he),Bt(i(Gn,"registerUserSettingsChangeHandler"),"userSettingsChange",t,!0,[e])}function Yn(e){Me(he,U.content,U.task);const t=[e.entityId,e.title,e.description,e.type,e.objectUrl,e.downloadUrl,e.webPreviewUrl,e.webEditUrl,e.baseUrl,e.editFile,e.subEntityId,e.viewerAction,e.fileOpenPreference,e.conversationId,e.sizeInBytes];gn(i(Gn,"openFilePreview"),"openFilePreview",t)}const er="v1";var tr;!function(e){function t(){return!(!Me(he)||!he.supports.conversations)}e.openConversation=function(e){return new Promise((n=>{if(Me(he,U.content),!t())throw N;const r=cn(i(er,"conversations.openConversation"),"conversations.openConversation",{title:e.title,subEntityId:e.subEntityId,conversationId:e.conversationId,channelId:e.channelId,entityId:e.entityId});e.onStartConversation&&Bt(i(er,"conversations.registerStartConversationHandler"),"startConversation",((t,n,r,i)=>{var o;return null===(o=e.onStartConversation)||void 0===o?void 0:o.call(e,{subEntityId:t,conversationId:n,channelId:r,entityId:i})})),e.onCloseConversation&&Bt(i(er,"conversations.registerCloseConversationHandler"),"closeConversation",((t,n,r,i)=>{var o;return null===(o=e.onCloseConversation)||void 0===o?void 0:o.call(e,{subEntityId:t,conversationId:n,channelId:r,entityId:i})})),n(r)}))},e.closeConversation=function(){if(Me(he,U.content),!t())throw N;gn(i(er,"conversations.closeConversation"),"conversations.closeConversation"),xt("startConversation"),xt("closeConversation")},e.getChatMembers=function(){return new Promise((e=>{if(Me(he),!t())throw N;e(an(i(er,"conversations.getChatMember"),"getChatMembers"))}))},e.isSupported=t}(tr||(tr={}));const nr="users";function rr(e,t,n){if(0===e.length)throw new Error("Must have at least one user when creating a chat deep link");const r=`${nr}=`+e.map((e=>encodeURIComponent(e))).join(","),i=void 0===t?"":`&topicName=${encodeURIComponent(t)}`,o=void 0===n?"":`&message=${encodeURIComponent(n)}`;return`${h}://${g}/l/chat/0/0?${r}${i}${o}`}function ir(e,t,n){if(0===e.length)throw new Error("Must have at least one target when creating a call deep link");const r=`${nr}=`+e.map((e=>encodeURIComponent(e))).join(","),i=void 0===t?"":`&withVideo=${encodeURIComponent(t)}`,o=void 0===n?"":`&source=${encodeURIComponent(n)}`;return`${h}://${g}/l/call/0/0?${r}${i}${o}`}function or(e,t,n,r,i){const o=void 0===e?"":"attendees="+e.map((e=>encodeURIComponent(e))).join(","),s=void 0===t?"":`&startTime=${encodeURIComponent(t)}`,a=void 0===n?"":`&endTime=${encodeURIComponent(n)}`,c=void 0===r?"":`&subject=${encodeURIComponent(r)}`,u=void 0===i?"":`&content=${encodeURIComponent(i)}`;return`${h}://${g}/l/meeting/new?${o}${s}${a}${c}${u}`}function sr(e){if(!e)throw new Error("App ID must be set when creating an app install dialog deep link");return`${h}://${g}/l/app/${encodeURIComponent(e)}`}var ar;!function(e){function t(){return!(!Me(he)||!he.supports.appInstallDialog)}e.openAppInstallDialog=function(e){return new Promise((n=>{if(Me(he,U.content,U.sidePanel,U.settings,U.task,U.stage,U.meetingStage),!t())throw new Error("Not supported");const r=i("v1","appInstallDialog.openAppInstallDialog");he.isLegacyTeams?n(cn(r,"executeDeepLink",sr(e.appId))):(gn(r,"appInstallDialog.openAppInstallDialog",[e]),n())}))},e.isSupported=t}(ar||(ar={}));const cr="v1",ur=t("media");var lr;function dr(e,t){if(null==e||null==t||e.length<=0)return null;let n=null,r=1;return e.sort(((e,t)=>e.sequence>t.sequence?1:-1)),e.forEach((e=>{e.sequence==r&&(n=n?new Blob([n,e.file],{type:t}):new Blob([e.file],{type:t}),r++)})),n}function fr(e,t){if(null==e||null==t)return null;const n=atob(e.chunk),r=new Array(n.length);for(let e=0;e<n.length;e++)r[e]=n.charCodeAt(e);const i=new Uint8Array(r),o=new Blob([i],{type:t});return{sequence:e.chunkSequence,file:o}}function pr(e){wr(e)?He("2.0.2"):vr(e)?He(c):mr(e)&&He("2.0.4")}function hr(e){return!(e.mediaType!=lr.MediaType.Video||!e.videoProps||!e.videoProps.videoController)}function gr(e){return!(null==e||e.maxMediaCount>10)}function mr(e){var t;return!((null==e?void 0:e.mediaType)!=lr.MediaType.Image||!(null===(t=null==e?void 0:e.imageProps)||void 0===t?void 0:t.imageOutputFormats))}function wr(e){return!(!e||e.mediaType!=lr.MediaType.VideoAndImage&&!e.videoAndImageProps)}function vr(e){return!(!e||e.mediaType!=lr.MediaType.Video||!e.videoProps||e.videoProps.isFullScreenMode)}function yr(e,t,n){return null!=e&&null!=t&&"id"==t&&null!=n}function Cr(e){return!(null==e||e.length<=0||e.length>10)}function br(e){return!e||!(null===e.timeOutIntervalInSec||null!=e.timeOutIntervalInSec&&e.timeOutIntervalInSec<=0||null!=e.timeOutIntervalInSec&&e.timeOutIntervalInSec>60)}function Sr(e){if(e){if(e.title&&"string"!=typeof e.title)return!1;if(e.setSelected&&"object"!=typeof e.setSelected)return!1;if(e.openOrgWideSearchInChatOrChannel&&"boolean"!=typeof e.openOrgWideSearchInChatOrChannel)return!1;if(e.singleSelect&&"boolean"!=typeof e.singleSelect)return!1}return!0}!function(e){class t{}function n(){return!(!Me(he)||!he.supports.permissions)}e.File=t,e.captureImage=function(e){if(!e)throw new Error("[captureImage] Callback cannot be null");if(Me(he,U.content,U.task),y.isFramelessWindow)if(Ue("1.7.0"))gn(i(cr,"media.captureImage"),"captureImage",e);else{e({errorCode:O.OLD_PLATFORM},[])}else{e({errorCode:O.NOT_SUPPORTED_ON_PLATFORM},[])}},e.hasPermission=function(){if(Me(he,U.content,U.task),!n())throw N;return new Promise((e=>{e(ln(i(cr,"media.hasPermission"),"permissions.has","media"))}))},e.requestPermission=function(){if(Me(he,U.content,U.task),!n())throw N;return new Promise((e=>{e(ln(i(cr,"media.requestPermission"),"permissions.request","media"))}))};class r extends t{constructor(e){super(),e&&(this.content=e.content,this.format=e.format,this.mimeType=e.mimeType,this.name=e.name,this.preview=e.preview,this.size=e.size)}getMedia(e){if(!e)throw new Error("[get Media] Callback cannot be null");if(Me(he,U.content,U.task),Ue(l))if(yr(this.mimeType,this.format,this.content))Ue("2.0.0")?this.getMediaViaCallback(e):this.getMediaViaHandler(e);else{e({errorCode:O.INVALID_ARGUMENTS},new Blob)}else{e({errorCode:O.OLD_PLATFORM},new Blob)}}getMediaViaCallback(e){const t={mediaMimeType:this.mimeType,assembleAttachment:[]},n=[this.content];gn(i(cr,"media.getMedia"),"getMedia",n,(function(n){if(e)if(n&&n.error)e(n.error,new Blob);else if(n&&n.mediaChunk)if(n.mediaChunk.chunkSequence<=0){const r=dr(t.assembleAttachment,t.mediaMimeType);e(n.error,null!=r?r:new Blob)}else{const e=fr(n.mediaChunk,t.mediaMimeType);e?t.assembleAttachment.push(e):ur(`Received a null assemble attachment for when decoding chunk sequence ${n.mediaChunk.chunkSequence}; not including the chunk in the assembled file.`)}else e({errorCode:O.INTERNAL_ERROR,message:"data received is null"},new Blob)}))}getMediaViaHandler(e){const t=z(),n={mediaMimeType:this.mimeType,assembleAttachment:[]},r=[t,this.content];this.content&&!Be(e)&&gn(i(cr,"media.getMedia"),"getMedia",r),Bt(i(cr,"media.registerGetMediaRequestHandler"),"getMedia"+t,(function(r){if(e){const i=JSON.parse(r);if(i.error)e(i.error,new Blob),xt("getMedia"+t);else if(i.mediaChunk)if(i.mediaChunk.chunkSequence<=0){const r=dr(n.assembleAttachment,n.mediaMimeType);e(i.error,null!=r?r:new Blob),xt("getMedia"+t)}else{const e=fr(i.mediaChunk,n.mediaMimeType);e&&n.assembleAttachment.push(e)}else e({errorCode:O.INTERNAL_ERROR,message:"data received is null"},new Blob),xt("getMedia"+t)}}))}}e.Media=r;class o{constructor(e){this.controllerCallback=e}notifyEventToHost(e,t){Me(he,U.content,U.task);try{He(c)}catch(e){return void(t&&t(e))}const n={mediaType:this.getMediaType(),mediaControllerEvent:e};gn(i(cr,"media.controller"),"media.controller",[n],(e=>{t&&t(e)}))}stop(e){this.notifyEventToHost(s.StopRecording,e)}}let s,a,u,d,f,p;e.VideoController=class extends o{getMediaType(){return d.Video}notifyEventToApp(e){if(this.controllerCallback)switch(e){case s.StartRecording:if(this.controllerCallback.onRecordingStarted){this.controllerCallback.onRecordingStarted();break}}}},function(e){e[e.StartRecording=1]="StartRecording",e[e.StopRecording=2]="StopRecording"}(s=e.MediaControllerEvent||(e.MediaControllerEvent={})),function(e){e[e.Photo=1]="Photo",e[e.Document=2]="Document",e[e.Whiteboard=3]="Whiteboard",e[e.BusinessCard=4]="BusinessCard"}(a=e.CameraStartMode||(e.CameraStartMode={})),function(e){e[e.Camera=1]="Camera",e[e.Gallery=2]="Gallery"}(u=e.Source||(e.Source={})),function(e){e[e.Image=1]="Image",e[e.Video=2]="Video",e[e.VideoAndImage=3]="VideoAndImage",e[e.Audio=4]="Audio"}(d=e.MediaType||(e.MediaType={})),function(e){e[e.ID=1]="ID",e[e.URL=2]="URL"}(f=e.ImageUriType||(e.ImageUriType={})),function(e){e[e.IMAGE=1]="IMAGE",e[e.PDF=2]="PDF"}(p=e.ImageOutputFormats||(e.ImageOutputFormats={})),e.selectMedia=function(e,t){if(!t)throw new Error("[select Media] Callback cannot be null");if(Me(he,U.content,U.task),!Ue(l)){const e={errorCode:O.OLD_PLATFORM};return void t(e,[])}try{pr(e)}catch(e){return void t(e,[])}if(!gr(e)){const e={errorCode:O.INVALID_ARGUMENTS};return void t(e,[])}const n=[e];gn(i(cr,"media.selectMedia"),"selectMedia",n,((n,i,o)=>{var s,a;if(o)return void(hr(e)&&(null===(a=null===(s=null==e?void 0:e.videoProps)||void 0===s?void 0:s.videoController)||void 0===a||a.notifyEventToApp(o)));if(!i)return void t(n,[]);const c=[];for(const e of i)c.push(new r(e));t(n,c)}))},e.viewImages=function(e,t){if(!t)throw new Error("[view images] Callback cannot be null");if(Me(he,U.content,U.task),!Ue(l)){return void t({errorCode:O.OLD_PLATFORM})}if(!Cr(e)){return void t({errorCode:O.INVALID_ARGUMENTS})}const n=[e];gn(i(cr,"media.viewImages"),"viewImages",n,t)},e.scanBarCode=function(e,t){if(!e)throw new Error("[media.scanBarCode] Callback cannot be null");if(Me(he,U.content,U.task),y.hostClientType!==M.desktop&&y.hostClientType!==M.web&&y.hostClientType!==M.rigel&&y.hostClientType!==M.teamsRoomsWindows&&y.hostClientType!==M.teamsRoomsAndroid&&y.hostClientType!==M.teamsPhones&&y.hostClientType!==M.teamsDisplays)if(Ue("1.9.0"))if(br(t))gn(i(cr,"media.scanBarCode"),"media.scanBarCode",[t],e);else{e({errorCode:O.INVALID_ARGUMENTS},"")}else{e({errorCode:O.OLD_PLATFORM},"")}else{e({errorCode:O.NOT_SUPPORTED_ON_PLATFORM},"")}}}(lr||(lr={}));const Er="v2";var Ir;!function(e){function t(){return!!(Me(he)&&he.supports.barCode&&he.supports.permissions)}e.scanBarCode=function(e){return new Promise((n=>{if(Me(he,U.content,U.task),!t())throw N;if(!br(e))throw{errorCode:O.INVALID_ARGUMENTS};n(ln(i(Er,"barCode.scanBarCode"),"media.scanBarCode",e))}))},e.hasPermission=function(){if(Me(he,U.content,U.task),!t())throw N;return new Promise((e=>{e(ln(i(Er,"barCode.hasPermission"),"permissions.has","media"))}))},e.requestPermission=function(){if(Me(he,U.content,U.task),!t())throw N;return new Promise((e=>{e(ln(i(Er,"barCode.requestPermission"),"permissions.request","media"))}))},e.isSupported=t}(Ir||(Ir={}));var Ar;!function(e){function t(e,t){return new Promise((r=>{if(Me(he,U.content,U.task),!n())throw N;if(he.isLegacyTeams)r(cn(e,"executeDeepLink",rr([t.user],void 0,t.message)));else{r(cn(e,"chat.openChat",{members:[t.user],message:t.message}))}}))}function n(){return!(!Me(he)||!he.supports.chat)}e.openChat=function(e){return t(i("v2","chat.openChat"),e)},e.openGroupChat=function(e){const r=i("v2","chat.openGroupChat");return new Promise((i=>{if(e.users.length<1)throw Error("OpenGroupChat Failed: No users specified");if(1===e.users.length){const n={user:e.users[0],message:e.message};i(t(r,n))}else{if(Me(he,U.content,U.task),!n())throw N;if(he.isLegacyTeams)i(cn(r,"executeDeepLink",rr(e.users,e.topic,e.message)));else{i(cn(r,"chat.openChat",{members:e.users,message:e.message,topic:e.topic}))}}}))},e.isSupported=n}(Ar||(Ar={}));var Tr=function(e,t,n,r){function i(e){return e instanceof n?e:new n((function(t){t(e)}))}return new(n||(n=Promise))((function(n,o){function s(e){try{c(r.next(e))}catch(e){o(e)}}function a(e){try{c(r.throw(e))}catch(e){o(e)}}function c(e){e.done?n(e.value):i(e.value).then(s,a)}c((r=r.apply(e,t||[])).next())}))};var Pr,Fr;!function(e){function t(){return!!(Me(he)&&navigator&&navigator.clipboard&&he.supports.clipboard)}e.write=function(e){return Tr(this,void 0,void 0,(function*(){if(Me(he,U.content,U.meetingStage,U.task,U.settings,U.stage,U.sidePanel),!t())throw N;if(!e.type||!Object.values(k).includes(e.type))throw new Error(`Blob type ${e.type} is not supported. Supported blob types are ${Object.values(k)}`);const n=yield ee(e),r={mimeType:e.type,content:n};return ln(i("v2","clipboard.write"),"clipboard.writeToClipboard",r)}))},e.read=function(){return Tr(this,void 0,void 0,(function*(){Me(he,U.content,U.meetingStage,U.task,U.settings,U.stage,U.sidePanel);const e=i("v2","clipboard.read");if(!t())throw N;const n=yield ln(e,"clipboard.readFromClipboard");if("string"==typeof n){const e=JSON.parse(n);return Y(e.mimeType,e.content)}return n}))},e.isSupported=t}(Pr||(Pr={})),function(e){e.isNAAChannelRecommended=function(){var e;return null!==(e=Me(he)&&he.isNAAChannelRecommended)&&void 0!==e&&e}}(Fr||(Fr={}));const Rr="v2";var Or;function kr(){return he.hostVersionsInfo?he.hostVersionsInfo.adaptiveCardSchemaVersion:void 0}!function(e){function t(){return!!(Me(he)&&he.supports.geoLocation&&he.supports.permissions)}let n;e.getCurrentLocation=function(){if(Me(he,U.content,U.task),!t())throw N;return ln(i(Rr,"geoLocation.getCurrentLocation"),"location.getLocation",{allowChooseLocation:!1,showMap:!1})},e.hasPermission=function(){if(Me(he,U.content,U.task),!t())throw N;return new Promise((e=>{e(ln(i(Rr,"geoLocation.hasPermission"),"permissions.has","geolocation"))}))},e.requestPermission=function(){if(Me(he,U.content,U.task),!t())throw N;return new Promise((e=>{e(ln(i(Rr,"geoLocation.requestPermission"),"permissions.request","geolocation"))}))},e.isSupported=t,function(e){function t(){return!!(Me(he)&&he.supports.geoLocation&&he.supports.geoLocation.map&&he.supports.permissions)}e.chooseLocation=function(){if(Me(he,U.content,U.task),!t())throw N;return ln(i(Rr,"geoLocation.map.chooseLocation"),"location.getLocation",{allowChooseLocation:!0,showMap:!0})},e.showLocation=function(e){if(Me(he,U.content,U.task),!t())throw N;if(!e)throw{errorCode:O.INVALID_ARGUMENTS};return ln(i(Rr,"geoLocation.showLocation"),"location.showLocation",e)},e.isSupported=t}(n=e.map||(e.map={}))}(Or||(Or={}));const Mr="v1";class Ur{postMessage(e,t){Me(he),gn(i(Mr,"appWindow.childAppWindow.postMessage"),"messageForChild",[e],t||W())}addEventListener(e,t){Me(he),"message"===e&&Bt(i(Mr,"appWindow.childAppWindow.addEventListener"),"messageForParent",t)}}class Lr{static get Instance(){return this._instance||(this._instance=new this)}postMessage(e,t){Me(he,U.task),gn(i(Mr,"appWindow.parentAppWindow.postMessage"),"messageForParent",[e],t||W())}addEventListener(e,t){Me(he,U.task),"message"===e&&Bt(i(Mr,"appWindow.parentAppWindow.addEventListener"),"messageForChild",t)}}var Hr;!function(e){function t(){return!(!Me(he)||!he.supports.secondaryBrowser)}e.open=function(e){if(Me(he,U.content),!t())throw N;if(!e||!X(e))throw{errorCode:O.INVALID_ARGUMENTS,message:"Invalid Url: Only https URL is allowed"};return ln(i("v2","secondaryBrowser.openUrl"),"secondaryBrowser.open",e.toString())},e.isSupported=t}(Hr||(Hr={}));var Nr;!function(e){function t(){return!(!Me(he)||!he.supports.location)}e.getLocation=function(e,n){if(!n)throw new Error("[location.getLocation] Callback cannot be null");if(Me(he,U.content,U.task),!Ue(u))throw{errorCode:O.OLD_PLATFORM};if(!e)throw{errorCode:O.INVALID_ARGUMENTS};if(!t())throw N;gn(i("v1","location.getLocation"),"location.getLocation",[e],n)},e.showLocation=function(e,n){if(!n)throw new Error("[location.showLocation] Callback cannot be null");if(Me(he,U.content,U.task),!Ue(u))throw{errorCode:O.OLD_PLATFORM};if(!e)throw{errorCode:O.INVALID_ARGUMENTS};if(!t())throw N;gn(i("v1","location.showLocation"),"location.showLocation",[e],n)},e.isSupported=t}(Nr||(Nr={}));var Br=function(e,t,n,r){function i(e){return e instanceof n?e:new n((function(t){t(e)}))}return new(n||(n=Promise))((function(n,o){function s(e){try{c(r.next(e))}catch(e){o(e)}}function a(e){try{c(r.throw(e))}catch(e){o(e)}}function c(e){e.done?n(e.value):i(e.value).then(s,a)}c((r=r.apply(e,t||[])).next())}))};const xr="v1";var Dr;!function(e){let t,n;function r(e,n){gn(i(xr,"meeting.requestAppAudioHandling"),"meeting.requestAppAudioHandling",[e.isAppHandlingAudio],((r,o)=>{if(r&&null!=o)throw new Error("[requestAppAudioHandling] Callback response - both parameters cannot be set");if(r)throw new Error(`[requestAppAudioHandling] Callback response - SDK error ${r.errorCode} ${r.message}`);if("boolean"!=typeof o)throw new Error("[requestAppAudioHandling] Callback response - isHostAudioless must be a boolean");Bt(i(xr,"meeting.registerMicStateChangeHandler"),"meeting.micStateChanged",(n=>Br(this,void 0,void 0,(function*(){try{const r=yield e.micMuteStateChangedCallback(n);s(r,r.isMicMuted===n.isMicMuted?t.HostInitiated:t.AppDeclinedToChange)}catch(e){s(n,t.AppFailedToChange)}}))));Bt(i(xr,"meeting.registerAudioDeviceSelectionChangedHandler"),"meeting.audioDeviceSelectionChanged",(t=>{var n;null===(n=e.audioDeviceSelectionChangedCallback)||void 0===n||n.call(e,t)})),n(o)}))}function o(e,t){gn(i(xr,"meeting.requestAppAudioHandling"),"meeting.requestAppAudioHandling",[e.isAppHandlingAudio],((e,n)=>{if(e&&null!=n)throw new Error("[requestAppAudioHandling] Callback response - both parameters cannot be set");if(e)throw new Error(`[requestAppAudioHandling] Callback response - SDK error ${e.errorCode} ${e.message}`);if("boolean"!=typeof n)throw new Error("[requestAppAudioHandling] Callback response - isHostAudioless must be a boolean");Dt("meeting.micStateChanged")&&xt("meeting.micStateChanged"),Dt("meeting.audioDeviceSelectionChanged")&&xt("meeting.audioDeviceSelectionChanged"),t(n)}))}function s(e,t){Me(he,U.sidePanel,U.meetingStage),gn(i(xr,"meeting.setMicStateWithReason"),"meeting.updateMicState",[e,t])}!function(e){e[e.HostInitiated=0]="HostInitiated",e[e.AppInitiated=1]="AppInitiated",e[e.AppDeclinedToChange=2]="AppDeclinedToChange",e[e.AppFailedToChange=3]="AppFailedToChange"}(t||(t={})),e.getIncomingClientAudioState=function(e){if(!e)throw new Error("[get incoming client audio state] Callback cannot be null");Me(he,U.sidePanel,U.meetingStage),gn(i(xr,"meeting.getIncomingClientAudioState"),"getIncomingClientAudioState",e)},e.toggleIncomingClientAudio=function(e){if(!e)throw new Error("[toggle incoming client audio] Callback cannot be null");Me(he,U.sidePanel,U.meetingStage),gn(i(xr,"meeting.toggleIncomingClientAudio"),"toggleIncomingClientAudio",e)},e.getMeetingDetails=function(e){if(!e)throw new Error("[get meeting details] Callback cannot be null");Me(he,U.sidePanel,U.meetingStage,U.settings,U.content),gn(i(xr,"meeting.getMeetingDetails"),"meeting.getMeetingDetails",e)},e.getAuthenticationTokenForAnonymousUser=function(e){if(!e)throw new Error("[get Authentication Token For AnonymousUser] Callback cannot be null");Me(he,U.sidePanel,U.meetingStage,U.task),gn(i(xr,"meeting.getAuthenticationTokenForAnonymousUser"),"meeting.getAuthenticationTokenForAnonymousUser",e)},e.getLiveStreamState=function(e){if(!e)throw new Error("[get live stream state] Callback cannot be null");Me(he,U.sidePanel),gn(i(xr,"meeting.getLiveStreamState"),"meeting.getLiveStreamState",e)},e.requestStartLiveStreaming=function(e,t,n){if(!e)throw new Error("[request start live streaming] Callback cannot be null");Me(he,U.sidePanel),gn(i(xr,"meeting.requestStartLiveStreaming"),"meeting.requestStartLiveStreaming",[t,n],e)},e.requestStopLiveStreaming=function(e){if(!e)throw new Error("[request stop live streaming] Callback cannot be null");Me(he,U.sidePanel),gn(i(xr,"meeting.requestStopLiveStreaming"),"meeting.requestStopLiveStreaming",e)},e.registerLiveStreamChangedHandler=function(e){if(!e)throw new Error("[register live stream changed handler] Handler cannot be null");Me(he,U.sidePanel),Bt(i(xr,"meeting.registerLiveStreamChangedHandler"),"meeting.liveStreamChanged",e)},e.shareAppContentToStage=function(e,t,n={sharingProtocol:"Collaborative"}){if(!e)throw new Error("[share app content to stage] Callback cannot be null");Me(he,U.sidePanel,U.meetingStage),gn(i(xr,"meeting.shareAppContentToStage"),"meeting.shareAppContentToStage",[t,n],e)},e.getAppContentStageSharingCapabilities=function(e){if(!e)throw new Error("[get app content stage sharing capabilities] Callback cannot be null");Me(he,U.sidePanel,U.meetingStage),gn(i(xr,"meeting.getAppContentStageSharingCapabilities"),"meeting.getAppContentStageSharingCapabilities",e)},e.stopSharingAppContentToStage=function(e){if(!e)throw new Error("[stop sharing app content to stage] Callback cannot be null");Me(he,U.sidePanel,U.meetingStage),gn(i(xr,"meeting.stopSharingAppContentToStage"),"meeting.stopSharingAppContentToStage",e)},e.getAppContentStageSharingState=function(e){if(!e)throw new Error("[get app content stage sharing state] Callback cannot be null");Me(he,U.sidePanel,U.meetingStage),gn(i(xr,"meeting.getAppContentStageSharingState"),"meeting.getAppContentStageSharingState",e)},e.registerSpeakingStateChangeHandler=function(e){if(!e)throw new Error("[registerSpeakingStateChangeHandler] Handler cannot be null");Me(he,U.sidePanel,U.meetingStage),Bt(i(xr,"meeting.registerSpeakingStateChangeHandler"),"meeting.speakingStateChanged",e)},e.registerRaiseHandStateChangedHandler=function(e){if(!e)throw new Error("[registerRaiseHandStateChangedHandler] Handler cannot be null");Me(he,U.sidePanel,U.meetingStage),Bt(i(xr,"meeting.registerRaiseHandStateChangedHandler"),"meeting.raiseHandStateChanged",e)},e.registerMeetingReactionReceivedHandler=function(e){if(!e)throw new Error("[registerMeetingReactionReceivedHandler] Handler cannot be null");Me(he,U.sidePanel,U.meetingStage),Bt(i(xr,"meeting.registerMeetingReactionReceivedHandler"),"meeting.meetingReactionReceived",e)},e.joinMeeting=function(e){if(void 0===(null==e?void 0:e.joinWebUrl)||null===(null==e?void 0:e.joinWebUrl))return Promise.reject(new Error("Invalid joinMeetingParams"));Me(he);const t={joinWebUrl:e.joinWebUrl.href,source:e.source||"other"};return ln(i("v2","meeting.joinMeeting"),"meeting.joinMeeting",t)},function(e){e.setOptions=function(e){Me(he,U.sidePanel),e.contentUrl&&new URL(e.contentUrl),gn(i(xr,"meeting.appShareButton.setOptions"),"meeting.appShareButton.setOptions",[e])}}(n=e.appShareButton||(e.appShareButton={})),e.requestAppAudioHandling=function(e,t){if(!t)throw new Error("[requestAppAudioHandling] Callback response cannot be null");if(!e.micMuteStateChangedCallback)throw new Error("[requestAppAudioHandling] Callback Mic mute state handler cannot be null");Me(he,U.sidePanel,U.meetingStage),e.isAppHandlingAudio?r(e,t):o(e,t)},e.updateMicState=function(e){s(e,t.AppInitiated)}}(Dr||(Dr={}));var Vr;!function(e){function t(){return!(!Me(he)||!he.supports.monetization)}e.openPurchaseExperience=function(e,n){let r,o,s="";return"function"==typeof e?(r=e,o=n,s=i("v1","monetization.openPurchaseExperience")):(o=e,s=i("v2","monetization.openPurchaseExperience")),Me(he,U.content),J((()=>new Promise((e=>{if(!t())throw N;e(ln(s,"monetization.openPurchaseExperience",o))}))),r)},e.isSupported=t}(Vr||(Vr={}));var _r;!function(e){function t(){return!(!Me(he)||!he.supports.calendar)}e.openCalendarItem=function(e){return new Promise((n=>{if(Me(he,U.content),!t())throw new Error("Not supported");if(!e.itemId||!e.itemId.trim())throw new Error("Must supply an itemId to openCalendarItem");n(cn(i("v2","calendar.openCalendarItem"),"calendar.openCalendarItem",e))}))},e.composeMeeting=function(e){return new Promise((n=>{if(Me(he,U.content),!t())throw new Error("Not supported");const r=i("v2","calendar.composeMeeting");he.isLegacyTeams?n(cn(r,"executeDeepLink",or(e.attendees,e.startTime,e.endTime,e.subject,e.content))):n(cn(r,"calendar.composeMeeting",e))}))},e.isSupported=t}(_r||(_r={}));var Wr;!function(e){function t(){return!(!Me(he)||!he.supports.mail)}let n;e.openMailItem=function(e){return new Promise((n=>{if(Me(he,U.content),!t())throw new Error("Not supported");if(!e.itemId||!e.itemId.trim())throw new Error("Must supply an itemId to openMailItem");n(cn(i("v2","mail.openMailItem"),"mail.openMailItem",e))}))},e.composeMail=function(e){return new Promise((n=>{if(Me(he,U.content),!t())throw new Error("Not supported");n(cn(i("v2","mail.composeMail"),"mail.composeMail",e))}))},e.isSupported=t,function(e){e.New="new",e.Reply="reply",e.ReplyAll="replyAll",e.Forward="forward"}(n=e.ComposeMailType||(e.ComposeMailType={}))}(Wr||(Wr={}));var jr;!function(e){function t(){te().print()}function n(e,t,n){!Be(t)&&Me(he),!Be(t)&&n&&n(),jt(e,t)}function r(e,t,n){!Be(t)&&Me(he),!Be(t)&&n&&n(),$t(e,t)}function o(){return!(!Me(he)||!he.supports.teamsCore)}e.enablePrintCapability=function(){if(!y.printCapabilityEnabled){if(Me(he),!o())throw N;y.printCapabilityEnabled=!0,document.addEventListener("keydown",(e=>{(e.ctrlKey||e.metaKey)&&80===e.keyCode&&(t(),e.cancelBubble=!0,e.preventDefault(),e.stopImmediatePropagation())}))}},e.print=t,e.registerOnLoadHandler=function(e){n(i("v2","teamsAPIs_registerOnLoadHandler"),e,(()=>{if(!Be(e)&&!o())throw N}))},e.registerOnLoadHandlerHelper=n,e.registerBeforeUnloadHandler=function(e){r(i("v2","teamsAPIs_registerBeforeUnloadHandler"),e,(()=>{if(!Be(e)&&!o())throw N}))},e.registerBeforeUnloadHandlerHelper=r,e.isSupported=o}(jr||(jr={}));var zr;function $r(e){return e?e.modality&&"string"!=typeof e.modality?[!1,"modality must be a string"]:e.targetElementBoundingRect&&"object"==typeof e.targetElementBoundingRect?e.triggerType&&"string"==typeof e.triggerType?qr(e.persona):[!1,"triggerType must be a valid string"]:[!1,"targetElementBoundingRect must be a DOMRect"]:[!1,"A request object is required"]}function qr(e){return e?e.displayName&&"string"!=typeof e.displayName?[!1,"displayName must be a string"]:e.identifiers&&"object"==typeof e.identifiers?e.identifiers.AadObjectId||e.identifiers.Smtp||e.identifiers.Upn?e.identifiers.AadObjectId&&"string"!=typeof e.identifiers.AadObjectId?[!1,"AadObjectId identifier must be a string"]:e.identifiers.Smtp&&"string"!=typeof e.identifiers.Smtp?[!1,"Smtp identifier must be a string"]:e.identifiers.Upn&&"string"!=typeof e.identifiers.Upn?[!1,"Upn identifier must be a string"]:[!0,void 0]:[!1,"at least one valid identifier must be provided"]:[!1,"persona identifiers object must be provided"]:[!1,"persona object must be provided"]}!function(e){function t(e,t){return new Promise((r=>{if(!Ue("2.0.0"))throw{errorCode:O.OLD_PLATFORM};if(!Sr(t))throw{errorCode:O.INVALID_ARGUMENTS};if(!n())throw N;r(ln(e,"people.selectPeople",t))}))}function n(){return!(!Me(he)||!he.supports.people)}e.selectPeople=function(e,n){let r,o;Me(he,U.content,U.task,U.settings);let s="";return"function"==typeof e?([r,o]=[e,n],s=i("v1","people.selectPeople")):(o=e,s=i("v2","people.selectPeople")),q(t,r,s,o)},e.isSupported=n}(zr||(zr={}));var Gr;!function(e){e.showProfile=function(e){return Me(he,U.content),new Promise((t=>{const[n,r]=$r(e);if(!n)throw{errorCode:O.INVALID_ARGUMENTS,message:r};const o={modality:e.modality,persona:e.persona,triggerType:e.triggerType,targetRectangle:{x:e.targetElementBoundingRect.x,y:e.targetElementBoundingRect.y,width:e.targetElementBoundingRect.width,height:e.targetElementBoundingRect.height}};t(ln(i("v2","profile.showProfile"),"profile.showProfile",o))}))},e.isSupported=function(){return!(!Me(he)||!he.supports.profile)}}(Gr||(Gr={}));var Jr=function(e,t,n,r){function i(e){return e instanceof n?e:new n((function(t){t(e)}))}return new(n||(n=Promise))((function(n,o){function s(e){try{c(r.next(e))}catch(e){o(e)}}function a(e){try{c(r.throw(e))}catch(e){o(e)}}function c(e){e.done?n(e.value):i(e.value).then(s,a)}c((r=r.apply(e,t||[])).next())}))};const Kr="v2";function Zr(e,t,n,r){var i,o;return Jr(this,void 0,void 0,(function*(){const s=Yr();!ne()&&(null===(o=null===(i=window.chrome)||void 0===i?void 0:i.webview)||void 0===o||o.registerTextureStream(e,s)),ei(yield Xr(e,n,r),new ti(n,t),s.writable)}))}function Qr(e,t,n,r){var i,o;return Jr(this,void 0,void 0,(function*(){const s=Yr();!ne()&&(null===(o=null===(i=window.chrome)||void 0===i?void 0:i.webview)||void 0===o||o.registerTextureStream(e,s)),ei(yield Xr(e,n,r),new ii(n,t),s.writable)}))}function Xr(e,t,n){return Jr(this,void 0,void 0,(function*(){if(ne())throw N;const r=te().chrome;try{null==n||n.reportGettingTextureStream(e);const t=(yield r.webview.getTextureStream(e)).getVideoTracks();if(0===t.length)throw new Error(`No video track in stream ${e}`);return null==n||n.reportTextureStreamAcquired(),t[0]}catch(n){throw t(`Failed to get video track from stream ${e}, error: ${n}`),new Error(`Internal error: can't get video track from stream ${e}`)}}))}function Yr(){if(ne())throw N;const e=window.MediaStreamTrackGenerator;if(!e)throw N;return new e({kind:"video"})}function ei(e,t,n){new(0,te().MediaStreamTrackProcessor)({track:e}).readable.pipeThrough(new TransformStream(t)).pipeTo(n)}class ti{constructor(e,t){this.notifyError=e,this.videoFrameHandler=t,this.transform=(e,t)=>Jr(this,void 0,void 0,(function*(){const n=e.timestamp;if(null!==n)try{const r=yield this.videoFrameHandler({videoFrame:e}),i=new VideoFrame(r,{timestamp:n});t.enqueue(i),e.close(),r.close()}catch(t){e.close(),this.notifyError(t)}else this.notifyError("timestamp of the original video frame is null")}))}}class ni{constructor(e,t){if(this.headerBuffer=e,this.notifyError=t,this.ONE_TEXTURE_INPUT_ID=1869900081,this.INVALID_HEADER_ERROR="Invalid video frame header",this.UNSUPPORTED_LAYOUT_ERROR="Unsupported texture layout",this.headerDataView=new Uint32Array(e),this.headerDataView.length<8)throw this.notifyError(this.INVALID_HEADER_ERROR),new Error(this.INVALID_HEADER_ERROR);if(this.headerDataView[0]!==this.ONE_TEXTURE_INPUT_ID)throw this.notifyError(this.UNSUPPORTED_LAYOUT_ERROR),new Error(this.UNSUPPORTED_LAYOUT_ERROR)}get oneTextureLayoutId(){return this.headerDataView[0]}get version(){return this.headerDataView[1]}get frameRowOffset(){return this.headerDataView[2]}get frameFormat(){return this.headerDataView[3]}get frameWidth(){return this.headerDataView[4]}get frameHeight(){return this.headerDataView[5]}get multiStreamHeaderRowOffset(){return this.headerDataView[6]}get multiStreamCount(){return this.headerDataView[7]}}class ri{constructor(e,t){this.metadataMap=new Map,this.AUDIO_INFERENCE_RESULT_STREAM_ID=828664161;const n=new Uint32Array(e);for(let r=0,i=0;r<t;r++){const t=n[i++],r=n[i++],o=n[i++],s=new Uint8Array(e,r,o);this.metadataMap.set(t,s)}}get audioInferenceResult(){return this.metadataMap.get(this.AUDIO_INFERENCE_RESULT_STREAM_ID)}}class ii{constructor(e,t){this.notifyError=e,this.videoFrameHandler=t,this.shouldDiscardAudioInferenceResult=!1,this.transform=(e,t)=>Jr(this,void 0,void 0,(function*(){const n=e.timestamp;if(null!==n)try{const{videoFrame:r,metadata:{audioInferenceResult:i}={}}=yield this.extractVideoFrameAndMetadata(e),o=yield this.videoFrameHandler({videoFrame:r,audioInferenceResult:i}),s=new VideoFrame(o,{timestamp:n});t.enqueue(s),r.close(),e.close(),o.close()}catch(t){e.close(),this.notifyError(t)}else this.notifyError("timestamp of the original video frame is null")})),this.extractVideoFrameAndMetadata=e=>Jr(this,void 0,void 0,(function*(){if(ne())throw N;if("NV12"!==e.format)throw this.notifyError("Unsupported video frame pixel format"),new Error("Unsupported video frame pixel format");const t={x:0,y:0,width:e.codedWidth,height:2},n=new ArrayBuffer(t.width*t.height*3/2);yield e.copyTo(n,{rect:t});const r=new ni(n,this.notifyError),i={x:0,y:r.multiStreamHeaderRowOffset,width:e.codedWidth,height:e.codedHeight-r.multiStreamHeaderRowOffset},o=new ArrayBuffer(i.width*i.height*3/2);yield e.copyTo(o,{rect:i});const s=new ri(o,r.multiStreamCount);return{videoFrame:new VideoFrame(e,{timestamp:e.timestamp,visibleRect:{x:0,y:r.frameRowOffset,width:r.frameWidth,height:r.frameHeight}}),metadata:{audioInferenceResult:this.shouldDiscardAudioInferenceResult?void 0:s.audioInferenceResult}}})),Bt(i(Kr,"videoEffectsUtils.transformerWithMetadata.constructor"),"video.mediaStream.audioInferenceDiscardStatusChange",(({discardAudioInferenceResult:e})=>{this.shouldDiscardAudioInferenceResult=e}))}}function oi(e,t){return(n,r)=>{null==t||t.reportApplyingVideoEffect(n||"",r),e(n,r).then((()=>{null==t||t.reportVideoEffectChanged(n||"",r),gn(i(Kr,"videoEffectsUtils.reportVideoEffectChanged"),"video.videoEffectReadiness",[!0,n,void 0,r])})).catch((e=>{const t=e in pi.EffectFailureReason?e:pi.EffectFailureReason.InitializationFailure;gn(i(Kr,"videoEffectsUtils.effectFailure"),"video.videoEffectReadiness",[!1,n,t,r])}))}}class si{static setTimeout(e,t){const n=performance.now(),r=z();return si.setTimeoutCallbacks[r]={callback:e,timeoutInMs:t,startedAtInMs:n},r}static clearTimeout(e){delete si.setTimeoutCallbacks[e]}static setInterval(e,t){si.setTimeout((function n(){e(),si.setTimeout(n,t)}),t)}static tick(){const e=performance.now(),t=[];for(const n in si.setTimeoutCallbacks){const r=si.setTimeoutCallbacks[n];e-r.startedAtInMs>=r.timeoutInMs&&t.push(n)}for(const e of t){si.setTimeoutCallbacks[e].callback(),delete si.setTimeoutCallbacks[e]}}}si.setTimeoutCallbacks={};class ai{constructor(e,t){this.reportStatisticsResult=t,this.sampleCount=0,this.distributionBins=new Uint32Array(e)}processStarts(e,t,n,r){si.tick(),this.suitableForThisSession(e,t,n,r)||this.reportAndResetSession(this.getStatistics(),e,r,t,n),this.start()}processEnds(){const e=performance.now()-this.frameProcessingStartedAt,t=Math.floor(Math.max(0,Math.min(this.distributionBins.length-1,e)));this.distributionBins[t]+=1,this.sampleCount+=1}getStatistics(){return this.currentSession?{effectId:this.currentSession.effectId,effectParam:this.currentSession.effectParam,frameHeight:this.currentSession.frameHeight,frameWidth:this.currentSession.frameWidth,duration:performance.now()-this.currentSession.startedAtInMs,sampleCount:this.sampleCount,distributionBins:this.distributionBins.slice()}:null}start(){this.frameProcessingStartedAt=performance.now()}suitableForThisSession(e,t,n,r){return this.currentSession&&this.currentSession.effectId===e&&this.currentSession.effectParam===r&&this.currentSession.frameWidth===t&&this.currentSession.frameHeight===n}reportAndResetSession(e,t,n,r,i){e&&this.reportStatisticsResult(e),this.resetCurrentSession(this.getNextTimeout(t,this.currentSession),t,n,r,i),this.timeoutId&&si.clearTimeout(this.timeoutId),this.timeoutId=si.setTimeout((()=>this.reportAndResetSession(this.getStatistics(),t,n,r,i)).bind(this),this.currentSession.timeoutInMs)}resetCurrentSession(e,t,n,r,i){this.currentSession={startedAtInMs:performance.now(),timeoutInMs:e,effectId:t,effectParam:n,frameWidth:r,frameHeight:i},this.sampleCount=0,this.distributionBins.fill(0)}getNextTimeout(e,t){return t&&t.effectId===e?Math.min(ai.maxSessionTimeoutInMs,2*t.timeoutInMs):ai.initialSessionTimeoutInMs}}ai.initialSessionTimeoutInMs=1e3,ai.maxSessionTimeoutInMs=3e4;const ci="v2";class ui{constructor(e){this.reportPerformanceEvent=e,this.isFirstFrameProcessed=!1,this.frameProcessTimeLimit=100,this.frameProcessingStartedAt=0,this.frameProcessingTimeCost=0,this.processedFrameCount=0,this.performanceStatistics=new ai(ui.distributionBinSize,(e=>this.reportPerformanceEvent(i(ci,"videoPerformanceMonitor.performanceDataGenerated"),"video.performance.performanceDataGenerated",[e])))}startMonitorSlowFrameProcessing(){si.setInterval((()=>{if(0===this.processedFrameCount)return;const e=this.frameProcessingTimeCost/this.processedFrameCount;e>this.frameProcessTimeLimit&&this.reportPerformanceEvent(i(ci,"videoPerformanceMonitor.startMonitorSlowFrameProcessing"),"video.performance.frameProcessingSlow",[e]),this.frameProcessingTimeCost=0,this.processedFrameCount=0}),ui.calculateFPSInterval)}setFrameProcessTimeLimit(e){this.frameProcessTimeLimit=e}reportApplyingVideoEffect(e,t){var n,r;(null===(n=this.applyingEffect)||void 0===n?void 0:n.effectId)===e&&(null===(r=this.applyingEffect)||void 0===r?void 0:r.effectParam)===t||(this.applyingEffect={effectId:e,effectParam:t},this.appliedEffect=void 0)}reportVideoEffectChanged(e,t){void 0===this.applyingEffect||this.applyingEffect.effectId!==e&&this.applyingEffect.effectParam!==t||(this.appliedEffect={effectId:e,effectParam:t},this.applyingEffect=void 0,this.isFirstFrameProcessed=!1)}reportStartFrameProcessing(e,t){si.tick(),this.appliedEffect&&(this.frameProcessingStartedAt=performance.now(),this.performanceStatistics.processStarts(this.appliedEffect.effectId,e,t,this.appliedEffect.effectParam))}reportFrameProcessed(){var e;this.appliedEffect&&(this.processedFrameCount++,this.frameProcessingTimeCost+=performance.now()-this.frameProcessingStartedAt,this.performanceStatistics.processEnds(),this.isFirstFrameProcessed||(this.isFirstFrameProcessed=!0,this.reportPerformanceEvent(i(ci,"videoPerformanceMonitor.reportFrameProcessed"),"video.performance.firstFrameProcessed",[Date.now(),this.appliedEffect.effectId,null===(e=this.appliedEffect)||void 0===e?void 0:e.effectParam])))}reportGettingTextureStream(e){this.gettingTextureStreamStartedAt=performance.now(),this.currentStreamId=e}reportTextureStreamAcquired(){if(void 0!==this.gettingTextureStreamStartedAt){const e=performance.now()-this.gettingTextureStreamStartedAt;this.reportPerformanceEvent(i(ci,"videoPerformanceMonitor.reportTextureStreamAcquired"),"video.performance.textureStreamAcquired",[this.currentStreamId,e])}}}ui.distributionBinSize=1e3,ui.calculateFPSInterval=1e3;var li=function(e,t,n,r){function i(e){return e instanceof n?e:new n((function(t){t(e)}))}return new(n||(n=Promise))((function(n,o){function s(e){try{c(r.next(e))}catch(e){o(e)}}function a(e){try{c(r.throw(e))}catch(e){o(e)}}function c(e){e.done?n(e.value):i(e.value).then(s,a)}c((r=r.apply(e,t||[])).next())}))},di=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};const fi="v2";var pi;!function(e){const t=ne()?void 0:new ui(gn);let n;function r(e){gn(i(fi,"videoEffects.notifyVideoFrameProcessed"),"video.videoFrameProcessed",[e])}function o(e){gn(i(fi,"videoEffects.notifyError"),"video.notifyError",[e])}function s(){return Me(he)&&!!he.supports.video&&(!!he.supports.video.mediaStream||!!he.supports.video.sharedFrame)}function a(e,n){if(Me(he,U.sidePanel),!s()||!d())throw N;Bt(i(fi,"videoEffects.startVideoExtensibilityVideoStreamHandler"),"video.startVideoExtensibilityVideoStream",(n=>li(this,void 0,void 0,(function*(){const{streamId:r}=n,i=c(e,t);yield Zr(r,i,o,t)}))),!1),gn(i(fi,"videoEffects.mediaStream.registerForVideoFrame"),"video.mediaStream.registerForVideoFrame",[n])}function c(e,t){return n=>li(this,void 0,void 0,(function*(){const r=n.videoFrame;null==t||t.reportStartFrameProcessing(r.codedWidth,r.codedHeight);const i=yield e(n);return null==t||t.reportFrameProcessed(),i}))}function u(e,n){if(Me(he,U.sidePanel),!s()||!p())throw N;Bt(i(fi,"videoEffects.registerForVideoBufferHandler"),"video.newVideoFrame",(n=>{if(n){const i=n.timestamp;null==t||t.reportStartFrameProcessing(n.width,n.height),e(l(n),(()=>{null==t||t.reportFrameProcessed(),r(i)}),o)}}),!1),gn(i(fi,"videoEffects.registerForVideoFrame"),"video.registerForVideoFrame",[n])}function l(e){if("videoFrameBuffer"in e)return e;{const{data:t}=e,n=di(e,["data"]);return Object.assign(Object.assign({},n),{videoFrameBuffer:t})}}function d(){var e;return Me(he,U.sidePanel)&&f()&&!!(null===(e=he.supports.video)||void 0===e?void 0:e.mediaStream)}function f(){var e,t,n,r;return!(!(null===(t=null===(e=te().chrome)||void 0===e?void 0:e.webview)||void 0===t?void 0:t.getTextureStream)||!(null===(r=null===(n=te().chrome)||void 0===n?void 0:n.webview)||void 0===r?void 0:r.registerTextureStream))}function p(){var e;return Me(he,U.sidePanel)&&!!(null===(e=he.supports.video)||void 0===e?void 0:e.sharedFrame)}!function(e){e.InvalidEffectId="InvalidEffectId",e.InitializationFailure="InitializationFailure"}(n=e.EffectFailureReason||(e.EffectFailureReason={})),e.registerForVideoFrame=function(e){if(Me(he,U.sidePanel),!s())throw N;if(!e.videoFrameHandler||!e.videoBufferHandler)throw new Error("Both videoFrameHandler and videoBufferHandler must be provided");if(Bt(i(fi,"videoEffects.setFrameProcessTimeLimitHandler"),"video.setFrameProcessTimeLimit",(e=>null==t?void 0:t.setFrameProcessTimeLimit(e.timeLimit)),!1),d())a(e.videoFrameHandler,e.config);else{if(!p())throw N;u(e.videoBufferHandler,e.config)}null==t||t.startMonitorSlowFrameProcessing()},e.notifySelectedVideoEffectChanged=function(e,t){if(Me(he,U.sidePanel),!s())throw N;gn(i(fi,"videoEffects.notifySelectedVideoEffectChanged"),"video.videoEffectChanged",[e,t])},e.registerForVideoEffect=function(e){if(Me(he,U.sidePanel),!s())throw N;Bt(i(fi,"videoEffects.registerEffectParameterChangeHandler"),"video.effectParameterChange",oi(e,t),!1),gn(i(fi,"videoEffects.registerForVideoEffect"),"video.registerForVideoEffect")},e.isSupported=s}(pi||(pi={}));const hi="v2";var gi;!function(e){const t="search.queryChange",n="search.queryClose",r="search.queryExecute";function o(){return!(!Me(he)||!he.supports.search)}e.registerHandlers=function(e,s,a){if(Me(he,U.content),!o())throw N;Bt(i(hi,"search.registerOnClosedHandler"),n,e),Bt(i(hi,"search.registerOnExecutedHandler"),r,s),a&&Bt(i(hi,"search.registerOnChangeHandler"),t,a)},e.unregisterHandlers=function(){if(Me(he,U.content),!o())throw N;gn(i(hi,"search.unregisterHandlers"),"search.unregister"),xt(t),xt(n),xt(r)},e.isSupported=o,e.closeSearch=function(){return new Promise((e=>{if(Me(he,U.content),!o())throw new Error("Not supported");e(cn(i(hi,"search.closeSearch"),"search.closeSearch"))}))}}(gi||(gi={}));var mi=function(e,t,n,r){function i(e){return e instanceof n?e:new n((function(t){t(e)}))}return new(n||(n=Promise))((function(n,o){function s(e){try{c(r.next(e))}catch(e){o(e)}}function a(e){try{c(r.throw(e))}catch(e){o(e)}}function c(e){e.done?n(e.value):i(e.value).then(s,a)}c((r=r.apply(e,t||[])).next())}))};var wi;!function(e){function t(t,n){return new Promise((r=>{if(!s())throw N;r(ln(t,e.SharingAPIMessages.shareWebContent,n))}))}function n(e){if(!(e&&e.content&&e.content.length)){throw{errorCode:O.INVALID_ARGUMENTS,message:"Shared content is missing"}}}function r(e){let t;if(e.content.some((e=>!e.type)))throw t={errorCode:O.INVALID_ARGUMENTS,message:"Shared content type cannot be undefined"},t;if(e.content.some((t=>t.type!==e.content[0].type)))throw t={errorCode:O.INVALID_ARGUMENTS,message:"Shared content must be of the same type"},t}function o(e){let t;if("URL"!==e.content[0].type)throw t={errorCode:O.INVALID_ARGUMENTS,message:"Content type is unsupported"},t;if(e.content.some((e=>!e.url)))throw t={errorCode:O.INVALID_ARGUMENTS,message:"URLs are required for URL content types"},t}function s(){return!(!Me(he)||!he.supports.sharing)}let a;e.SharingAPIMessages={shareWebContent:"sharing.shareWebContent"},e.shareWebContent=function(e,s){try{n(e),r(e),o(e)}catch(e){return G((()=>Promise.reject(e)),s)}return Me(he,U.content,U.sidePanel,U.task,U.stage,U.meetingStage),G(t,s,i(s?"v1":"v2","sharing.shareWebContent"),e)},e.isSupported=s,function(e){function t(){var e;return Me(he)&&void 0!==(null===(e=he.supports.sharing)||void 0===e?void 0:e.history)}e.getContent=function(){return mi(this,void 0,void 0,(function*(){if(Me(he,U.sidePanel,U.meetingStage),!t())throw N;const e=yield ln(i("v2","sharing.history.getContent"),"sharing.history.getContent");return e.map((e=>{ae(e.author),ae(e.threadId)})),e}))},e.isSupported=t}(a=e.history||(e.history={}))}(wi||(wi={}));var vi;!function(e){function t(){return!(!Me(he)||!he.supports.stageView)}e.open=function(e){return new Promise((n=>{if(Me(he,U.content),!t())throw N;if(!e)throw new Error("[stageView.open] Stage view params cannot be null");n(ln(i("v2","stageView.open"),"stageView.open",e))}))},e.isSupported=t}(vi||(vi={}));var yi=function(e,t,n,r){function i(e){return e instanceof n?e:new n((function(t){t(e)}))}return new(n||(n=Promise))((function(n,o){function s(e){try{c(r.next(e))}catch(e){o(e)}}function a(e){try{c(r.throw(e))}catch(e){o(e)}}function c(e){e.done?n(e.value):i(e.value).then(s,a)}c((r=r.apply(e,t||[])).next())}))};const Ci="v2";var bi,Si;!function(e){let t,n,r;!function(e){e[e.FrontOrRear=1]="FrontOrRear",e[e.FrontOnly=2]="FrontOnly",e[e.RearOnly=3]="RearOnly"}(t=e.CameraRestriction||(e.CameraRestriction={})),function(e){e[e.Camera=1]="Camera",e[e.Gallery=2]="Gallery"}(n=e.Source||(e.Source={})),e.hasPermission=function(){if(Me(he,U.content,U.task),!r.isSupported())throw N;return ln(i(Ci,"visualMedia.hasPermission"),"permissions.has","media")},e.requestPermission=function(){if(Me(he,U.content,U.task),!r.isSupported())throw N;return ln(i(Ci,"visualMedia.requestPermission"),"permissions.request","media")},function(e){function t(){return!!(Me(he)&&he.supports.visualMedia&&he.supports.visualMedia.image&&he.supports.permissions)}function n(){if(!t())throw N}function r(e){if(!e||e.maxVisualMediaCount>10||e.maxVisualMediaCount<1)throw V}function o(e,t){if(t.length>e)throw _}e.captureImages=function(e){return yi(this,void 0,void 0,(function*(){Me(he,U.content,U.task),n(),r(e);const t=yield ln(i(Ci,"visualMedia.image.captureImages"),"visualMedia.image.captureImages",e);return o(e.maxVisualMediaCount,t),t}))},e.retrieveImages=function(e){return yi(this,void 0,void 0,(function*(){Me(he,U.content,U.task),n(),r(e);const t=yield ln(i(Ci,"visualMedia.image.retrieveImages"),"visualMedia.image.retrieveImages",e);return o(e.maxVisualMediaCount,t),t}))},e.isSupported=t}(r=e.image||(e.image={}))}(bi||(bi={})),function(e){function t(){return!(!Me(he)||!he.supports.webStorage)}e.isWebStorageClearedOnUserLogOut=function(){return Me(he),t()},e.isSupported=t}(Si||(Si={}));var Ei;!function(e){function t(){return!(!Me(he)||!he.supports.call)}e.startCall=function(e){const n=i("v2","call.startCall");return new Promise((r=>{var i;if(Me(he,U.content,U.task),!t())throw N;if(!he.isLegacyTeams)return gn(n,"call.startCall",[e],r);r(an(n,"executeDeepLink",ir(e.targets,null===(i=e.requestedModalities)||void 0===i?void 0:i.includes("video"),e.source)).then((e=>{if(!e)throw new Error("The call was not properly started");return e})))}))},e.isSupported=t}(Ei||(Ei={}));const Ii="v1";var Ai;!function(e){e.Messages=mt.Messages,e.FailedReason=mt.FailedReason,e.ExpectedFailureReason=mt.ExpectedFailureReason,e.notifyAppLoaded=function(){ct(i(Ii,"appInitialization.notifyAppLoaded"))},e.notifySuccess=function(){dt(i(Ii,"appInitialization.notifySuccess"))},e.notifyFailure=function(e){lt(i(Ii,"appInitialization.notifyFailure"),e)},e.notifyExpectedFailure=function(e){ut(i(Ii,"appInitialization.notifyExpectedFailure"),e)}}(Ai||(Ai={}));const Ti=t("thirdPartyCloudStorage");var Pi;!function(e){class t{constructor(e,t){this.fileType=e,this.assembleAttachment=t}}let n=[],r=null,o=!0,s=null;function a(e){if(s)if(e&&e.error)s([],e.error),s=null;else if(e&&e.fileChunk)try{o||0!==e.fileChunk.chunkSequence||(Ti("Last chunk is not received or 'endOfFile' value for previous chunk was not set to true"),o=!0,s([],{errorCode:O.INTERNAL_ERROR,message:"error occurred while receiving data"}),n=[],s=null);const i=fr(e.fileChunk,e.fileType);if(i?(r||(r=new t(e.fileType,[])),r.assembleAttachment.push(i)):(Ti(`Received a null assemble attachment for when decoding chunk sequence ${e.fileChunk.chunkSequence}; not including the chunk in the assembled file.`),s?s([],{errorCode:O.INTERNAL_ERROR,message:"error occurred while receiving data"}):s=null,n=[],s=null,o=!0),o=e.fileChunk.endOfFile,e.fileChunk.endOfFile&&r){const t=dr(r.assembleAttachment,r.fileType);if(t){const r=new File([t],e.fileName,{type:t.type});n.push(r)}e.isLastFile&&s&&(s(n,e.error),n=[],s=null,o=!0),r=null}}catch(e){s&&(s([],{errorCode:O.INTERNAL_ERROR,message:e}),n=[],s=null,o=!0)}else s([],{errorCode:O.INTERNAL_ERROR,message:"data received is null"}),n=[],s=null,o=!0}function c(){return!(!Me(he)||!he.supports.thirdPartyCloudStorage)}e.getDragAndDropFiles=function(e,t){if(!t)throw new Error("[getDragAndDropFiles] Callback cannot be null");if(e&&""!==e){if(Me(he,U.content,U.task),!c())throw N;if(s)throw s=null,new Error("getDragAndDropFiles cannot be called twice");s=t,o=!0,gn(i("v2","thirdPartyCloudStorage.getDragAndDropFiles"),"thirdPartyCloudStorage.getDragAndDropFiles",[e],a)}else{t([],{errorCode:O.INVALID_ARGUMENTS})}},e.isSupported=c}(Pi||(Pi={}));const Fi="v1";function Ri(e,t){at(i(Fi,"initialize"),t).then((()=>{e&&e()}))}function Oi(){jr.enablePrintCapability()}function ki(){jr.print()}function Mi(e){ke(),gn(i(Fi,"getContext"),"getContext",(t=>{t.frameContext||(t.frameContext=y.frameContext),e(t)}))}function Ui(e){ht(i(Fi,"registerOnThemeChangeHandlerHelper"),e)}function Li(e){Vt(i(Fi,"registerFullScreenHandler"),"fullScreenChange",e,[])}function Hi(e){Vt(i(Fi,"registerAppButtonClickHandler"),"appButtonClick",e,[U.content])}function Ni(e){Vt(i(Fi,"registerAppButtonHoverEnterHandler"),"appButtonHoverEnter",e,[U.content])}function Bi(e){Vt(i(Fi,"registerAppButtonHoverLeaveHandler"),"appButtonHoverLeave",e,[U.content])}function xi(e){Ot.backStack.registerBackButtonHandlerHelper(i(Fi,"registerBackButtonHandler"),e)}function Di(e){jr.registerOnLoadHandlerHelper(i(Fi,"registerOnLoadHandler"),e)}function Vi(e){jr.registerBeforeUnloadHandlerHelper(i(Fi,"registerBeforeUnloadHandler"),e)}function _i(e){Vt(i(Fi,"registerFocusEnterHandler"),"focusEnter",e,[])}function Wi(e){Vt(i(Fi,"registerChangeSettingsHandler"),"changeSettings",e,[U.content])}function ji(e,t){Me(he),Et(i(Fi,"getTabInstances"),t).then((t=>{e(t)}))}function zi(e,t){Me(he),It(i(Fi,"getMruTabInstances"),t).then((t=>{e(t)}))}function $i(e){At(i(Fi,"shareDeepLink"),{subPageId:e.subEntityId,subPageLabel:e.subEntityLabel,subPageWebUrl:e.subEntityWebUrl})}function qi(e,t){Me(he,U.content,U.sidePanel,U.settings,U.task,U.stage,U.meetingStage);const n=null!=t?t:W();gt(i(Fi,"executeDeepLink"),e).then((()=>{n(!0)})).catch((e=>{n(!1,e.message)}))}function Gi(e){Tt(i(Fi,"setFrameContext"),e)}function Ji(e,t,n){at(i(Fi,"initializeWithFrameContext"),n).then((()=>t&&t())),Tt(i(Fi,"setFrameContext"),e)}const Ki="v1";function Zi(e){St(i(Ki,"navigation.returnFocus"),e)}function Qi(e,t){Me(he);const n=null!=t?t:W();bt(i(Ki,"navigation.navigateToTab"),e).then((()=>{n(!0)})).catch((e=>{n(!1,e.message)}))}function Xi(e,t){Me(he,U.content,U.sidePanel,U.settings,U.remove,U.task,U.stage,U.meetingStage);const n=null!=t?t:W();yt(i(Ki,"navigation.navigateCrossDomain"),e).then((()=>{n(!0)})).catch((e=>{n(!1,e.message)}))}function Yi(e){Me(he);const t=null!=e?e:W();Ct(i(Ki,"navigation.navigateBack")).then((()=>{t(!0)})).catch((e=>{t(!1,e.message)}))}const eo="v1";var to;!function(e){e.setValidityState=function(e){Pt(i(eo,"settings.setValidityState"),e)},e.getSettings=function(e){Me(he,U.content,U.settings,U.remove,U.sidePanel),Ft(i(eo,"settings.getSettings")).then((t=>{e(t)}))},e.setSettings=function(e,t){Me(he,U.content,U.settings,U.sidePanel);const n=null!=t?t:W();Rt(i(eo,"settings.setSettings"),e).then((()=>{n(!0)})).catch((e=>{n(!1,e.message)}))},e.registerOnSaveHandler=function(e){Ot.config.registerOnSaveHandlerHelper(i(eo,"settings.registerOnSaveHandler"),e)},e.registerOnRemoveHandler=function(e){Ot.config.registerOnRemoveHandlerHelper(i(eo,"settings.registerOnRemoveHandler"),e)}}(to||(to={}));var no=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};const ro="v1";var io;!function(e){function t(e){if(void 0===e.url)throw new Error("url property of taskInfo object can't be undefined");return{url:e.url,size:{height:e.height?e.height:"small",width:e.width?e.width:"small"},title:e.title,fallbackUrl:e.fallbackUrl}}function n(e){if(void 0===e.url||void 0===e.completionBotId)throw new Error(`Both url ${e.url} and completionBotId ${e.completionBotId} are required for bot url dialog. At least one is undefined.`);return{url:e.url,size:{height:e.height?e.height:"small",width:e.width?e.width:"small"},title:e.title,fallbackUrl:e.fallbackUrl,completionBotId:e.completionBotId}}function r(e){return e.height=e.height?e.height:"small",e.width=e.width?e.width:"small",e}e.startTask=function(e,r){const o=i(ro,"tasks.startTask"),s=r?e=>{var t,n;return r(null!==(t=e.err)&&void 0!==t?t:"",null!==(n=e.result)&&void 0!==n?n:"")}:void 0;return void 0===e.card&&void 0===e.url||e.card?(Me(he,U.content,U.sidePanel,U.meetingStage),gn(o,"tasks.startTask",[e],r)):void 0!==e.completionBotId?Ye(o,n(e),s):Xe(o,t(e),s),new Ur},e.updateTask=function(e){e=r(e);const{width:t,height:n}=e,o=no(e,["width","height"]);if(Object.keys(o).length)throw new Error("resize requires a TaskInfo argument containing only width and height");Qe(i(ro,"tasks.updateTask"),e)},e.submitTask=function(e,t){et(i(ro,"tasks.submitTask"),e,t)},e.getDefaultSizeIfNotProvided=r}(io||(io={}));const oo="v2";var so;!function(e){e.isSupported=function(){return!(!Me(he,U.meetingStage,U.sidePanel)||!he.supports.interactive)}}(so||(so={}));class ao{getFluidTenantInfo(){return co(),new Promise((e=>{e(ln(i(oo,"interactive.getFluidTenantInfo"),"interactive.getFluidTenantInfo"))}))}getFluidToken(e){return co(),new Promise((t=>{t(ln(i(oo,"interactive.getFluidToken"),"interactive.getFluidToken",e))}))}getFluidContainerId(){return co(),new Promise((e=>{e(ln(i(oo,"interactive.getFluidContainerId"),"interactive.getFluidContainerId"))}))}setFluidContainerId(e){return co(),new Promise((t=>{t(ln(i(oo,"interactive.setFluidContainerId"),"interactive.setFluidContainerId",e))}))}getNtpTime(){return co(),new Promise((e=>{e(ln(i(oo,"interactive.getNtpTime"),"interactive.getNtpTime"))}))}registerClientId(e){return co(),new Promise((t=>{t(ln(i(oo,"interactive.registerClientId"),"interactive.registerClientId",e))}))}getClientRoles(e){return co(),new Promise((t=>{t(ln(i(oo,"interactive.getClientRoles"),"interactive.getClientRoles",e))}))}getClientInfo(e){return co(),new Promise((t=>{t(ln(i(oo,"interactive.getClientInfo"),"interactive.getClientInfo",e))}))}static create(){return co(),new ao}}function co(){if(!so.isSupported())throw new Error("LiveShareHost Not supported")}var uo=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};function lo(e){try{return e.cartItems=fo(e.cartItems),e}catch(e){throw new Error("Error deserializing cart")}}function fo(e){return e.map((e=>{if(e.imageURL){const t=new URL(e.imageURL);e.imageURL=t}return e.accessories&&(e.accessories=fo(e.accessories)),e}))}const po=e=>{try{return e.map((e=>{const{imageURL:t,accessories:n}=e,r=uo(e,["imageURL","accessories"]),i=Object.assign({},r);return t&&(i.imageURL=t.href),n&&(i.accessories=po(n)),i}))}catch(e){throw new Error("Error serializing cart items")}};function ho(e){if(!Array.isArray(e)||0===e.length)throw new Error("cartItems must be a non-empty array");for(const t of e)mo(t),go(t.accessories)}function go(e){if(null!=e){if(!Array.isArray(e)||0===e.length)throw new Error("CartItem.accessories must be a non-empty array");for(const t of e){if(t.accessories)throw new Error("Item in CartItem.accessories cannot have accessories");mo(t)}}}function mo(e){if(!e.id)throw new Error("cartItem.id must not be empty");if(!e.name)throw new Error("cartItem.name must not be empty");vo(e.price),yo(e.quantity)}function wo(e){if(null!=e){if(!e)throw new Error("id must not be empty");if(!1===R(e))throw new Error("id must be a valid UUID")}}function vo(e){if("number"!=typeof e||e<0)throw new Error(`price ${e} must be a number not less than 0`);if(parseFloat(e.toFixed(3))!==e)throw new Error(`price ${e} must have at most 3 decimal places`)}function yo(e){if("number"!=typeof e||e<=0||parseInt(e.toString())!==e)throw new Error(`quantity ${e} must be an integer greater than 0`)}function Co(e){if(!Object.values(So.CartStatus).includes(e))throw new Error(`cartStatus ${e} is not valid`)}const bo="v2";var So;!function(e){let t;function n(){return!(!Me(he)||!he.supports.marketplace)}e.cartVersion={majorVersion:1,minorVersion:1},function(e){e.Open="Open",e.Processing="Processing",e.Processed="Processed",e.Closed="Closed",e.Error="Error"}(t=e.CartStatus||(e.CartStatus={})),e.getCart=function(){if(Me(he,U.content,U.task),!n())throw N;return ln(i(bo,"marketplace.getCart"),"marketplace.getCart",e.cartVersion).then(lo)},e.addOrUpdateCartItems=function(t){if(Me(he,U.content,U.task),!n())throw N;if(!t)throw new Error("addOrUpdateCartItemsParams must be provided");return wo(null==t?void 0:t.cartId),ho(null==t?void 0:t.cartItems),ln(i(bo,"marketplace.addOrUpdateCartItems"),"marketplace.addOrUpdateCartItems",Object.assign(Object.assign({},t),{cartItems:po(t.cartItems),cartVersion:e.cartVersion})).then(lo)},e.removeCartItems=function(t){if(Me(he,U.content,U.task),!n())throw N;if(!t)throw new Error("removeCartItemsParams must be provided");if(wo(null==t?void 0:t.cartId),!Array.isArray(null==t?void 0:t.cartItemIds)||0===(null==t?void 0:t.cartItemIds.length))throw new Error("cartItemIds must be a non-empty array");return ln(i(bo,"marketplace.removeCartItems"),"marketplace.removeCartItems",Object.assign(Object.assign({},t),{cartVersion:e.cartVersion})).then(lo)},e.updateCartStatus=function(t){if(Me(he,U.content,U.task),!n())throw N;if(!t)throw new Error("updateCartStatusParams must be provided");return wo(null==t?void 0:t.cartId),Co(null==t?void 0:t.cartStatus),ln(i(bo,"marketplace.updateCartStatus"),"marketplace.updateCartStatus",Object.assign(Object.assign({},t),{cartVersion:e.cartVersion})).then(lo)},e.isSupported=n}(So||(So={}));const Eo="v2";var Io;!function(e){const t="Action.Execute";function n(e){if("ActionExecuteInvokeRequest"===e.requestType){const n=e;if(n.type!==t){throw{errorCode:"INTERNAL_ERROR",message:`Invalid action type ${n.type}. Action type must be "${t}"`}}}else if("QueryMessageExtensionRequest"===e.requestType){if(e.commandId.length>64)throw new Error("originalRequestInfo.commandId exceeds the maximum size of 64 characters");if(e.parameters.length>5)throw new Error("originalRequestInfo.parameters exceeds the maximum size of 5");for(const t of e.parameters){if(t.name.length>64)throw new Error("originalRequestInfo.parameters.name exceeds the maximum size of 64 characters");if(t.value.length>512)throw new Error("originalRequestInfo.parameters.value exceeds the maximum size of 512 characters")}}}function r(){return!(!Me(he)||!he.supports.externalAppAuthentication)}e.authenticateAndResendRequest=function(e,t,o){if(Me(he,U.content),!r())throw N;return re(e,new Error("App id is not valid.")),n(o),dn(i(Eo,"externalAppAuthentication.authenticateAndResendRequest"),"externalAppAuthentication.authenticateAndResendRequest",[e,o,t.url.href,t.width,t.height,t.isExternal]).then((([e,t])=>{if(e&&null!=t.responseType)return t;throw t}))},e.authenticateWithSSO=function(e,t){if(Me(he,U.content),!r())throw N;return re(e,new Error("App id is not valid.")),dn(i(Eo,"externalAppAuthentication.authenticateWithSSO"),"externalAppAuthentication.authenticateWithSSO",[e,t.claims,t.silent]).then((([e,t])=>{if(!e)throw t}))},e.authenticateWithSSOAndResendRequest=function(e,t,o){if(Me(he,U.content),!r())throw N;return re(e,new Error("App id is not valid.")),n(o),dn(i(Eo,"externalAppAuthentication.authenticateWithSSOAndResendRequest"),"externalAppAuthentication.authenticateWithSSOAndResendRequest",[e,o,t.claims,t.silent]).then((([e,t])=>{if(e&&null!=t.responseType)return t;throw t}))},e.authenticateWithOauth2=function(e,t,n){if(Me(he,U.content),!r())throw N;return re(e,new Error("titleId is Invalid.")),re(t,new Error("oauthConfigId is Invalid.")),dn(i(Eo,"externalAppAuthentication.authenticateWithOauth2"),"externalAppAuthentication.authenticateWithOauth2",[e,t,n.width,n.height,n.isExternal]).then((([e,t])=>{if(!e)throw t}))},e.isSupported=r}(Io||(Io={}));var Ao;!function(e){function t(){return!(!Me(he)||!he.supports.externalAppCardActions)}e.processActionSubmit=function(e,n){if(Me(he,U.content),!t())throw N;return re(e,new Error("App id is not valid.")),dn(i("v2","externalAppCardActions.processActionSubmit"),"externalAppCardActions.processActionSubmit",[e,n]).then((([e,t])=>{if(!e)throw t}))},e.processActionOpenUrl=function(e,n,r){if(Me(he,U.content),!t())throw N;return re(e,new Error("App id is not valid.")),dn(i("v2","externalAppCardActions.processActionOpenUrl"),"externalAppCardActions.processActionOpenUrl",[e,n.href,r]).then((([e,t])=>{if(e)throw e;return t}))},e.isSupported=t}(Ao||(Ao={}));var To=function(e,t,n,r){function i(e){return e instanceof n?e:new n((function(t){t(e)}))}return new(n||(n=Promise))((function(n,o){function s(e){try{c(r.next(e))}catch(e){o(e)}}function a(e){try{c(r.throw(e))}catch(e){o(e)}}function c(e){e.done?n(e.value):i(e.value).then(s,a)}c((r=r.apply(e,t||[])).next())}))};var Po;!function(e){function t(){return!(!Me(he)||!he.supports.externalAppCommands)}e.processActionCommand=function(e,n,r){return To(this,void 0,void 0,(function*(){if(Me(he,U.content),!t())throw N;re(e,new Error("App id is not valid."));const[o,s]=yield dn(i("v2","externalAppCommands.processActionCommand"),"externalAppCommands.processActionCommand",[e,n,r]);if(o)throw o;return s}))},e.isSupported=t}(Po||(Po={}));const Fo="v1";var Ro;!function(e){function t(e,t){return{errorCode:e,message:t}}e.getCloudStorageFolders=function(e,t){if(Me(he,U.content),!e||0===e.length)throw new Error("[files.getCloudStorageFolders] channelId name cannot be null or empty");if(!t)throw new Error("[files.getCloudStorageFolders] Callback cannot be null");gn(i(Fo,"files.getCloudStorageFolders"),"files.getCloudStorageFolders",[e],t)},e.addCloudStorageFolder=function(e,t){if(Me(he,U.content),!e||0===e.length)throw new Error("[files.addCloudStorageFolder] channelId name cannot be null or empty");if(!t)throw new Error("[files.addCloudStorageFolder] Callback cannot be null");gn(i(Fo,"files.addCloudStorageFolder"),"files.addCloudStorageFolder",[e],t)},e.deleteCloudStorageFolder=function(e,t,n){if(Me(he,U.content),!e)throw new Error("[files.deleteCloudStorageFolder] channelId name cannot be null or empty");if(!t)throw new Error("[files.deleteCloudStorageFolder] folderToDelete cannot be null or empty");if(!n)throw new Error("[files.deleteCloudStorageFolder] Callback cannot be null");gn(i(Fo,"files.deleteCloudStorageFolder"),"files.deleteCloudStorageFolder",[e,t],n)},e.getCloudStorageFolderContents=function(e,t,n){if(Me(he,U.content),!e||!t)throw new Error("[files.getCloudStorageFolderContents] folder/providerCode name cannot be null or empty");if(!n)throw new Error("[files.getCloudStorageFolderContents] Callback cannot be null");if("isSubdirectory"in e&&!e.isSubdirectory)throw new Error("[files.getCloudStorageFolderContents] provided folder is not a subDirectory");gn(i(Fo,"files.getCloudStorageFolderContents"),"files.getCloudStorageFolderContents",[e,t],n)},e.openCloudStorageFile=function(e,t,n){if(Me(he,U.content),!e||!t)throw new Error("[files.openCloudStorageFile] file/providerCode cannot be null or empty");if(e.isSubdirectory)throw new Error("[files.openCloudStorageFile] provided file is a subDirectory");gn(i(Fo,"files.openCloudStorageFile"),"files.openCloudStorageFile",[e,t,n])},e.getExternalProviders=function(e=!1,t){if(Me(he,U.content),!t)throw new Error("[files.getExternalProviders] Callback cannot be null");gn(i(Fo,"files.getExternalProviders"),"files.getExternalProviders",[e],t)},e.copyMoveFiles=function(e,t,n,r,o=!1,s){if(Me(he,U.content),!e||0===e.length)throw new Error("[files.copyMoveFiles] selectedFiles cannot be null or empty");if(!t)throw new Error("[files.copyMoveFiles] providerCode cannot be null or empty");if(!n)throw new Error("[files.copyMoveFiles] destinationFolder cannot be null or empty");if(!r)throw new Error("[files.copyMoveFiles] destinationProviderCode cannot be null or empty");if(!s)throw new Error("[files.copyMoveFiles] callback cannot be null");gn(i(Fo,"files.copyMoveFiles"),"files.copyMoveFiles",[e,t,n,r,o],s)},e.getFileDownloads=function(e){if(Me(he,U.content),!e)throw new Error("[files.getFileDownloads] Callback cannot be null");gn(i(Fo,"files.getFileDownloads"),"files.getFileDownloads",[],e)},e.openDownloadFolder=function(e=void 0,t){if(Me(he,U.content),!t)throw new Error("[files.openDownloadFolder] Callback cannot be null");gn(i(Fo,"files.openDownloadFolder"),"files.openDownloadFolder",[e],t)},e.addCloudStorageProvider=function(e){if(Me(he,U.content),!e)throw t(O.INVALID_ARGUMENTS,"[files.addCloudStorageProvider] callback cannot be null");gn(i(Fo,"files.addCloudStorageProvider"),"files.addCloudStorageProvider",[],e)},e.removeCloudStorageProvider=function(e,n){if(Me(he,U.content),!n)throw t(O.INVALID_ARGUMENTS,"[files.removeCloudStorageProvider] callback cannot be null");if(!e||!e.content)throw t(O.INVALID_ARGUMENTS,"[files.removeCloudStorageProvider] 3P cloud storage provider request content is missing");gn(i(Fo,"files.removeCloudStorageProvider"),"files.removeCloudStorageProvider",[e],n)},e.addCloudStorageProviderFile=function(e,n){if(Me(he,U.content),!n)throw t(O.INVALID_ARGUMENTS,"[files.addCloudStorageProviderFile] callback cannot be null");if(!e||!e.content)throw t(O.INVALID_ARGUMENTS,"[files.addCloudStorageProviderFile] 3P cloud storage provider request content is missing");gn(i(Fo,"files.addCloudStorageProviderFile"),"files.addCloudStorageProviderFile",[e],n)},e.renameCloudStorageProviderFile=function(e,n){if(Me(he,U.content),!n)throw t(O.INVALID_ARGUMENTS,"[files.renameCloudStorageProviderFile] callback cannot be null");if(!e||!e.content)throw t(O.INVALID_ARGUMENTS,"[files.renameCloudStorageProviderFile] 3P cloud storage provider request content is missing");gn(i(Fo,"files.renameCloudStorageProviderFile"),"files.renameCloudStorageProviderFile",[e],n)},e.deleteCloudStorageProviderFile=function(e,n){if(Me(he,U.content),!n)throw t(O.INVALID_ARGUMENTS,"[files.deleteCloudStorageProviderFile] callback cannot be null");if(!(e&&e.content&&e.content.itemList&&e.content.itemList.length>0))throw t(O.INVALID_ARGUMENTS,"[files.deleteCloudStorageProviderFile] 3P cloud storage provider request content details are missing");gn(i(Fo,"files.deleteCloudStorageProviderFile"),"files.deleteCloudStorageProviderFile",[e],n)},e.downloadCloudStorageProviderFile=function(e,n){if(Me(he,U.content),!n)throw t(O.INVALID_ARGUMENTS,"[files.downloadCloudStorageProviderFile] callback cannot be null");if(!(e&&e.content&&e.content.itemList&&e.content.itemList.length>0))throw t(O.INVALID_ARGUMENTS,"[files.downloadCloudStorageProviderFile] 3P cloud storage provider request content details are missing");gn(i(Fo,"files.downloadCloudStorageProviderFile"),"files.downloadCloudStorageProviderFile",[e],n)},e.uploadCloudStorageProviderFile=function(e,n){if(Me(he,U.content),!n)throw t(O.INVALID_ARGUMENTS,"[files.uploadCloudStorageProviderFile] callback cannot be null");if(!(e&&e.content&&e.content.itemList&&e.content.itemList.length>0))throw t(O.INVALID_ARGUMENTS,"[files.uploadCloudStorageProviderFile] 3P cloud storage provider request content details are missing");if(!e.content.destinationFolder)throw t(O.INVALID_ARGUMENTS,"[files.uploadCloudStorageProviderFile] Invalid destination folder details");gn(i(Fo,"files.uploadCloudStorageProviderFile"),"files.uploadCloudStorageProviderFile",[e],n)},e.registerCloudStorageProviderListChangeHandler=function(e){if(Me(he),!e)throw new Error("[registerCloudStorageProviderListChangeHandler] Handler cannot be null");Bt(i(Fo,"files.registerCloudStorageProviderListChangeHandler"),"files.cloudStorageProviderListChange",e)},e.registerCloudStorageProviderContentChangeHandler=function(e){if(Me(he),!e)throw new Error("[registerCloudStorageProviderContentChangeHandler] Handler cannot be null");Bt(i(Fo,"files.registerCloudStorageProviderContentChangeHandler"),"files.cloudStorageProviderContentChange",e)}}(Ro||(Ro={}));const Oo="v1";var ko;!function(e){function t(){return!(!Me(he)||!he.supports.meetingRoom)}e.getPairedMeetingRoomInfo=function(){return new Promise((e=>{if(Me(he),!t())throw N;e(ln(i(Oo,"meetingRoom.getPairedMeetingRoomInfo"),"meetingRoom.getPairedMeetingRoomInfo"))}))},e.sendCommandToPairedMeetingRoom=function(e){return new Promise((n=>{if(!e||0==e.length)throw new Error("[meetingRoom.sendCommandToPairedMeetingRoom] Command name cannot be null or empty");if(Me(he),!t())throw N;n(ln(i(Oo,"meetingRoom.sendCommandToPairedMeetingRoom"),"meetingRoom.sendCommandToPairedMeetingRoom",e))}))},e.registerMeetingRoomCapabilitiesUpdateHandler=function(e){if(!e)throw new Error("[meetingRoom.registerMeetingRoomCapabilitiesUpdateHandler] Handler cannot be null");if(Me(he),!t())throw N;Bt(i(Oo,"meetingRoom.registerMeetingRoomCapabilitiesUpdateHandler"),"meetingRoom.meetingRoomCapabilitiesUpdate",(t=>{Me(he),e(t)}))},e.registerMeetingRoomStatesUpdateHandler=function(e){if(!e)throw new Error("[meetingRoom.registerMeetingRoomStatesUpdateHandler] Handler cannot be null");if(Me(he),!t())throw N;Bt(i(Oo,"meetingRoom.registerMeetingRoomStatesUpdateHandler"),"meetingRoom.meetingRoomStatesUpdate",(t=>{Me(he),e(t)}))},e.isSupported=t}(ko||(ko={}));var Mo,Uo=function(e,t,n,r){function i(e){return e instanceof n?e:new n((function(t){t(e)}))}return new(n||(n=Promise))((function(n,o){function s(e){try{c(r.next(e))}catch(e){o(e)}}function a(e){try{c(r.throw(e))}catch(e){o(e)}}function c(e){e.done?n(e.value):i(e.value).then(s,a)}c((r=r.apply(e,t||[])).next())}))};!function(e){let n;const r=t("messageChannels");function o(){return!(!Me(he)||!he.supports.messageChannels)}e.getTelemetryPort=function(){return Uo(this,void 0,void 0,(function*(){if(n)return r("Returning telemetry port from cache"),n;if(!o())throw N;return n=yield fn(i("v1","messageChannels.getTelemetryPort"),"messageChannels.getTelemetryPort"),n}))},e.isSupported=o,e._clearTelemetryPort=function(){n=void 0}}(Mo||(Mo={}));var Lo,Ho;!function(e){function t(){return!(!Me(he)||!he.supports.notifications)}e.showNotification=function(e){if(Me(he,U.content),!t())throw N;gn(i("v1","notifications.showNotification"),"notifications.showNotification",[e])},e.isSupported=t}(Lo||(Lo={})),function(e){function t(){return!(!Me(he)||!he.supports.otherAppStateChange)}e.registerAppInstallationHandler=function(e){if(!t())throw new Error(O.NOT_SUPPORTED_ON_PLATFORM.toString());if(Be(e))throw new Error(O.INVALID_ARGUMENTS.toString());Bt(i("v2","otherApp.install"),"otherApp.install",e)},e.unregisterAppInstallationHandler=function(){if(!t())throw new Error(O.NOT_SUPPORTED_ON_PLATFORM.toString());gn(i("v2","otherApp.unregisterInstall"),"otherApp.unregisterInstall"),xt("otherApp.install")},e.isSupported=t}(Ho||(Ho={}));const No="v1";var Bo;!function(e){let t;function n(){return!(!Me(he)||!he.supports.remoteCamera)}!function(e){e.Reset="Reset",e.ZoomIn="ZoomIn",e.ZoomOut="ZoomOut",e.PanLeft="PanLeft",e.PanRight="PanRight",e.TiltUp="TiltUp",e.TiltDown="TiltDown"}(t=e.ControlCommand||(e.ControlCommand={})),e.getCapableParticipants=function(e){if(!e)throw new Error("[remoteCamera.getCapableParticipants] Callback cannot be null");if(Me(he,U.sidePanel),!n())throw N;gn(i(No,"remoteCamera.getCapableParticipants"),"remoteCamera.getCapableParticipants",e)},e.requestControl=function(e,t){if(!e)throw new Error("[remoteCamera.requestControl] Participant cannot be null");if(!t)throw new Error("[remoteCamera.requestControl] Callback cannot be null");if(Me(he,U.sidePanel),!n())throw N;gn(i(No,"remoteCamera.requestControl"),"remoteCamera.requestControl",[e],t)},e.sendControlCommand=function(e,t){if(!e)throw new Error("[remoteCamera.sendControlCommand] ControlCommand cannot be null");if(!t)throw new Error("[remoteCamera.sendControlCommand] Callback cannot be null");if(Me(he,U.sidePanel),!n())throw N;gn(i(No,"remoteCamera.sendControlCommand"),"remoteCamera.sendControlCommand",[e],t)},e.terminateSession=function(e){if(!e)throw new Error("[remoteCamera.terminateSession] Callback cannot be null");if(Me(he,U.sidePanel),!n())throw N;gn(i(No,"remoteCamera.terminateSession"),"remoteCamera.terminateSession",e)},e.registerOnCapableParticipantsChangeHandler=function(e){if(!e)throw new Error("[remoteCamera.registerOnCapableParticipantsChangeHandler] Handler cannot be null");if(Me(he,U.sidePanel),!n())throw N;Bt(i(No,"remoteCamera.registerOnCapableParticipantsChangeHandler"),"remoteCamera.capableParticipantsChange",e)},e.registerOnErrorHandler=function(e){if(!e)throw new Error("[remoteCamera.registerOnErrorHandler] Handler cannot be null");if(Me(he,U.sidePanel),!n())throw N;Bt(i(No,"remoteCamera.registerOnErrorHandler"),"remoteCamera.handlerError",e)},e.registerOnDeviceStateChangeHandler=function(e){if(!e)throw new Error("[remoteCamera.registerOnDeviceStateChangeHandler] Handler cannot be null");if(Me(he,U.sidePanel),!n())throw N;Bt(i(No,"remoteCamera.registerOnDeviceStateChangeHandler"),"remoteCamera.deviceStateChange",e)},e.registerOnSessionStatusChangeHandler=function(e){if(!e)throw new Error("[remoteCamera.registerOnSessionStatusChangeHandler] Handler cannot be null");if(Me(he,U.sidePanel),!n())throw N;Bt(i(No,"remoteCamera.registerOnSessionStatusChangeHandler"),"remoteCamera.sessionStatusChange",e)},e.isSupported=n}(Bo||(Bo={}));var xo;!function(e){function t(){return!(!Me(he)||!he.supports.appEntity)}e.selectAppEntity=function(e,n,r,o){if(Me(he,U.content),!t())throw N;if(!e||0==e.length)throw new Error("[appEntity.selectAppEntity] threadId name cannot be null or empty");if(!o)throw new Error("[appEntity.selectAppEntity] Callback cannot be null");gn(i("v1","appEntity.selectAppEntity"),"appEntity.selectAppEntity",[e,n,r],o)},e.isSupported=t}(xo||(xo={}));const Do="v1";var Vo;!function(e){function t(){return!(!Me(he)||!he.supports.teams)}let n;e.getTeamChannels=function(e,n){if(Me(he,U.content),!t())throw N;if(!e)throw new Error("[teams.getTeamChannels] groupId cannot be null or empty");if(!n)throw new Error("[teams.getTeamChannels] Callback cannot be null");gn(i(Do,"teams.getTeamChannels"),"teams.getTeamChannels",[e],n)},e.refreshSiteUrl=function(e,n){if(Me(he),!t())throw N;if(!e)throw new Error("[teams.refreshSiteUrl] threadId cannot be null or empty");if(!n)throw new Error("[teams.refreshSiteUrl] Callback cannot be null");gn(i(Do,"teams.refreshSiteUrl"),"teams.refreshSiteUrl",[e],n)},e.isSupported=t,function(e){let t;function n(){return!(!Me(he)||!he.supports.teams)&&!!he.supports.teams.fullTrust}!function(e){function t(){return!(!Me(he)||!he.supports.teams)&&(!!he.supports.teams.fullTrust&&!!he.supports.teams.fullTrust.joinedTeams)}e.getUserJoinedTeams=function(e){return new Promise((n=>{if(Me(he),!t())throw N;if((y.hostClientType===M.android||y.hostClientType===M.teamsRoomsAndroid||y.hostClientType===M.teamsPhones||y.hostClientType===M.teamsDisplays)&&!Ue("2.0.1")){const e={errorCode:O.OLD_PLATFORM};throw new Error(JSON.stringify(e))}n(an(i(Do,"teams.fullTrust.joinedTeams.getUserJoinedTeams"),"getUserJoinedTeams",e))}))},e.isSupported=t}(t=e.joinedTeams||(e.joinedTeams={})),e.getConfigSetting=function(e){return new Promise((t=>{if(Me(he),!n())throw N;t(an(i(Do,"teams.fullTrust.getConfigSetting"),"getConfigSetting",e))}))},e.isSupported=n}(n=e.fullTrust||(e.fullTrust={}))}(Vo||(Vo={}));var _o=function(e,t,n,r){function i(e){return e instanceof n?e:new n((function(t){t(e)}))}return new(n||(n=Promise))((function(n,o){function s(e){try{c(r.next(e))}catch(e){o(e)}}function a(e){try{c(r.throw(e))}catch(e){o(e)}}function c(e){e.done?n(e.value):i(e.value).then(s,a)}c((r=r.apply(e,t||[])).next())}))};const Wo="v2";var jo;!function(e){e.frameProcessingTimeoutInMs=2e3;const t=ne()?void 0:new ui(gn);function n(){const t=setTimeout((()=>{c(`Frame not processed in ${e.frameProcessingTimeoutInMs}ms`,"warn")}),e.frameProcessingTimeoutInMs);return function(){clearTimeout(t)}}function r(e,t){return r=>_o(this,void 0,void 0,(function*(){const i=r.videoFrame;t.reportStartFrameProcessing(i.codedWidth,i.codedHeight);const o=n(),s=yield e(r);return o(),t.reportFrameProcessed(),s}))}function o(e){return e.videoFrameBuffer=e.videoFrameBuffer||e.data,delete e.data,e}function s(){return Me(he),pi.isSupported()}function a(e){gn(i(Wo,"videoEffectsEx.notifyVideoFrameProcessed"),"video.videoFrameProcessed",[e])}function c(e,t="warn"){gn(i(Wo,"videoEffectsEx.notifyError"),"video.notifyError",[e,t])}e.registerForVideoFrame=function(e){var u,l;if(!s())throw N;if(!e.videoFrameHandler||!e.videoBufferHandler)throw new Error("Both videoFrameHandler and videoBufferHandler must be provided");if(Me(he,U.sidePanel)){if(Bt(i(Wo,"videoEffectsEX.registerSetFrameProcessTimeLimitHandler"),"video.setFrameProcessTimeLimit",(e=>null==t?void 0:t.setFrameProcessTimeLimit(e)),!1),null===(u=he.supports.video)||void 0===u?void 0:u.mediaStream)Bt(i(Wo,"videoEffectsEX.registerStartVideoExtensibilityVideoStreamHandler"),"video.startVideoExtensibilityVideoStream",(n=>_o(this,void 0,void 0,(function*(){const{streamId:i,metadataInTexture:o}=n,s=t?r(e.videoFrameHandler,t):e.videoFrameHandler;o?yield Qr(i,s,c,t):yield Zr(i,s,c,t)}))),!1),gn(i(Wo,"videoEffectsEX.mediaStream.registerForVideoFrame"),"video.mediaStream.registerForVideoFrame",[e.config]);else{if(!(null===(l=he.supports.video)||void 0===l?void 0:l.sharedFrame))throw N;Bt(i(Wo,"videoEffectsEx.registerNewVideoFrameHandler"),"video.newVideoFrame",(r=>{if(r){null==t||t.reportStartFrameProcessing(r.width,r.height);const i=n(),s=r.timestamp;e.videoBufferHandler(o(r),(()=>{i(),null==t||t.reportFrameProcessed(),a(s)}),c)}}),!1),gn(i(Wo,"videoEffectsEx.registerForVideoFrame"),"video.registerForVideoFrame",[e.config])}null==t||t.startMonitorSlowFrameProcessing()}},e.notifySelectedVideoEffectChanged=function(e,t,n){if(Me(he,U.sidePanel),!s())throw N;gn(i(Wo,"videoEffectsEx.notifySelectedVideoEffectChanged"),"video.videoEffectChanged",[e,t,n])},e.registerForVideoEffect=function(e){if(Me(he,U.sidePanel),!s())throw N;Bt(i(Wo,"videoEffectsEx.registerEffectParamterChangeHandler"),"video.effectParameterChange",oi(e,t),!1),gn(i(Wo,"videoEffectsEx.registerForVideoEffect"),"video.registerForVideoEffect")},e.updatePersonalizedEffects=function(e){if(Me(he,U.sidePanel),!pi.isSupported())throw N;gn(i(Wo,"videoEffectsEx.updatePersonalizedEffects"),"video.personalizedEffectsChanged",[e])},e.isSupported=s,e.notifyFatalError=function(e){if(Me(he),!pi.isSupported())throw N;c(e,"fatal")}}(jo||(jo={}))})(),r})()));
|
2
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define("microsoftTeams",[],t):"object"==typeof exports?exports.microsoftTeams=t():e.microsoftTeams=t()}("undefined"!=typeof self?self:this,(()=>(()=>{var e={446:(e,t)=>{"use strict";t.byteLength=function(e){var t=s(e),n=t[0],r=t[1];return 3*(n+r)/4-r},t.toByteArray=function(e){var t,n,i=s(e),a=i[0],u=i[1],l=new o(c(e,a,u)),d=0,f=u>0?a-4:a;for(n=0;n<f;n+=4)t=r[e.charCodeAt(n)]<<18|r[e.charCodeAt(n+1)]<<12|r[e.charCodeAt(n+2)]<<6|r[e.charCodeAt(n+3)],l[d++]=t>>16&255,l[d++]=t>>8&255,l[d++]=255&t;2===u&&(t=r[e.charCodeAt(n)]<<2|r[e.charCodeAt(n+1)]>>4,l[d++]=255&t);1===u&&(t=r[e.charCodeAt(n)]<<10|r[e.charCodeAt(n+1)]<<4|r[e.charCodeAt(n+2)]>>2,l[d++]=t>>8&255,l[d++]=255&t);return l},t.fromByteArray=function(e){for(var t,r=e.length,o=r%3,i=[],a=16383,s=0,c=r-o;s<c;s+=a)i.push(l(e,s,s+a>c?c:s+a));1===o?(t=e[r-1],i.push(n[t>>2]+n[t<<4&63]+"==")):2===o&&(t=(e[r-2]<<8)+e[r-1],i.push(n[t>>10]+n[t>>4&63]+n[t<<2&63]+"="));return i.join("")};for(var n=[],r=[],o="undefined"!=typeof Uint8Array?Uint8Array:Array,i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",a=0;a<64;++a)n[a]=i[a],r[i.charCodeAt(a)]=a;function s(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=e.indexOf("=");return-1===n&&(n=t),[n,n===t?0:4-n%4]}function c(e,t,n){return 3*(t+n)/4-n}function u(e){return n[e>>18&63]+n[e>>12&63]+n[e>>6&63]+n[63&e]}function l(e,t,n){for(var r,o=[],i=t;i<n;i+=3)r=(e[i]<<16&16711680)+(e[i+1]<<8&65280)+(255&e[i+2]),o.push(u(r));return o.join("")}r["-".charCodeAt(0)]=62,r["_".charCodeAt(0)]=63},313:(e,t,n)=>{"use strict";const r=n(446),o=n(164),i="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):null;t.lW=c,t.h2=50;const a=2147483647;function s(e){if(e>a)throw new RangeError('The value "'+e+'" is invalid for option "size"');const t=new Uint8Array(e);return Object.setPrototypeOf(t,c.prototype),t}function c(e,t,n){if("number"==typeof e){if("string"==typeof t)throw new TypeError('The "string" argument must be of type string. Received type number');return f(e)}return u(e,t,n)}function u(e,t,n){if("string"==typeof e)return p(e,t);if(ArrayBuffer.isView(e))return g(e);if(null==e)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(oe(e,ArrayBuffer)||e&&oe(e.buffer,ArrayBuffer))return m(e,t,n);if("undefined"!=typeof SharedArrayBuffer&&(oe(e,SharedArrayBuffer)||e&&oe(e.buffer,SharedArrayBuffer)))return m(e,t,n);if("number"==typeof e)throw new TypeError('The "value" argument must not be of type number. Received type number');const r=e.valueOf&&e.valueOf();if(null!=r&&r!==e)return c.from(r,t,n);const o=w(e);if(o)return o;if("undefined"!=typeof Symbol&&null!=Symbol.toPrimitive&&"function"==typeof e[Symbol.toPrimitive])return c.from(e[Symbol.toPrimitive]("string"),t,n);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}function l(e){if("number"!=typeof e)throw new TypeError('"size" argument must be of type number');if(e<0)throw new RangeError('The value "'+e+'" is invalid for option "size"')}function d(e,t,n){return l(e),e<=0?s(e):void 0!==t?"string"==typeof n?s(e).fill(t,n):s(e).fill(t):s(e)}function f(e){return l(e),s(e<0?0:0|v(e))}function p(e,t){if("string"==typeof t&&""!==t||(t="utf8"),!c.isEncoding(t))throw new TypeError("Unknown encoding: "+t);const n=0|y(e,t);let r=s(n);const o=r.write(e,t);return o!==n&&(r=r.slice(0,o)),r}function h(e){const t=e.length<0?0:0|v(e.length),n=s(t);for(let r=0;r<t;r+=1)n[r]=255&e[r];return n}function g(e){if(oe(e,Uint8Array)){const t=new Uint8Array(e);return m(t.buffer,t.byteOffset,t.byteLength)}return h(e)}function m(e,t,n){if(t<0||e.byteLength<t)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<t+(n||0))throw new RangeError('"length" is outside of buffer bounds');let r;return r=void 0===t&&void 0===n?new Uint8Array(e):void 0===n?new Uint8Array(e,t):new Uint8Array(e,t,n),Object.setPrototypeOf(r,c.prototype),r}function w(e){if(c.isBuffer(e)){const t=0|v(e.length),n=s(t);return 0===n.length||e.copy(n,0,0,t),n}return void 0!==e.length?"number"!=typeof e.length||ie(e.length)?s(0):h(e):"Buffer"===e.type&&Array.isArray(e.data)?h(e.data):void 0}function v(e){if(e>=a)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+a.toString(16)+" bytes");return 0|e}function y(e,t){if(c.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||oe(e,ArrayBuffer))return e.byteLength;if("string"!=typeof e)throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);const n=e.length,r=arguments.length>2&&!0===arguments[2];if(!r&&0===n)return 0;let o=!1;for(;;)switch(t){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":return Y(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*n;case"hex":return n>>>1;case"base64":return ne(e).length;default:if(o)return r?-1:Y(e).length;t=(""+t).toLowerCase(),o=!0}}function C(e,t,n){let r=!1;if((void 0===t||t<0)&&(t=0),t>this.length)return"";if((void 0===n||n>this.length)&&(n=this.length),n<=0)return"";if((n>>>=0)<=(t>>>=0))return"";for(e||(e="utf8");;)switch(e){case"hex":return H(this,t,n);case"utf8":case"utf-8":return O(this,t,n);case"ascii":return U(this,t,n);case"latin1":case"binary":return L(this,t,n);case"base64":return R(this,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return N(this,t,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}function b(e,t,n){const r=e[t];e[t]=e[n],e[n]=r}function S(e,t,n,r,o){if(0===e.length)return-1;if("string"==typeof n?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),ie(n=+n)&&(n=o?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(o)return-1;n=e.length-1}else if(n<0){if(!o)return-1;n=0}if("string"==typeof t&&(t=c.from(t,r)),c.isBuffer(t))return 0===t.length?-1:E(e,t,n,r,o);if("number"==typeof t)return t&=255,"function"==typeof Uint8Array.prototype.indexOf?o?Uint8Array.prototype.indexOf.call(e,t,n):Uint8Array.prototype.lastIndexOf.call(e,t,n):E(e,[t],n,r,o);throw new TypeError("val must be string, number or Buffer")}function E(e,t,n,r,o){let i,a=1,s=e.length,c=t.length;if(void 0!==r&&("ucs2"===(r=String(r).toLowerCase())||"ucs-2"===r||"utf16le"===r||"utf-16le"===r)){if(e.length<2||t.length<2)return-1;a=2,s/=2,c/=2,n/=2}function u(e,t){return 1===a?e[t]:e.readUInt16BE(t*a)}if(o){let r=-1;for(i=n;i<s;i++)if(u(e,i)===u(t,-1===r?0:i-r)){if(-1===r&&(r=i),i-r+1===c)return r*a}else-1!==r&&(i-=i-r),r=-1}else for(n+c>s&&(n=s-c),i=n;i>=0;i--){let n=!0;for(let r=0;r<c;r++)if(u(e,i+r)!==u(t,r)){n=!1;break}if(n)return i}return-1}function I(e,t,n,r){n=Number(n)||0;const o=e.length-n;r?(r=Number(r))>o&&(r=o):r=o;const i=t.length;let a;for(r>i/2&&(r=i/2),a=0;a<r;++a){const r=parseInt(t.substr(2*a,2),16);if(ie(r))return a;e[n+a]=r}return a}function A(e,t,n,r){return re(Y(t,e.length-n),e,n,r)}function T(e,t,n,r){return re(ee(t),e,n,r)}function P(e,t,n,r){return re(ne(t),e,n,r)}function F(e,t,n,r){return re(te(t,e.length-n),e,n,r)}function R(e,t,n){return 0===t&&n===e.length?r.fromByteArray(e):r.fromByteArray(e.slice(t,n))}function O(e,t,n){n=Math.min(e.length,n);const r=[];let o=t;for(;o<n;){const t=e[o];let i=null,a=t>239?4:t>223?3:t>191?2:1;if(o+a<=n){let n,r,s,c;switch(a){case 1:t<128&&(i=t);break;case 2:n=e[o+1],128==(192&n)&&(c=(31&t)<<6|63&n,c>127&&(i=c));break;case 3:n=e[o+1],r=e[o+2],128==(192&n)&&128==(192&r)&&(c=(15&t)<<12|(63&n)<<6|63&r,c>2047&&(c<55296||c>57343)&&(i=c));break;case 4:n=e[o+1],r=e[o+2],s=e[o+3],128==(192&n)&&128==(192&r)&&128==(192&s)&&(c=(15&t)<<18|(63&n)<<12|(63&r)<<6|63&s,c>65535&&c<1114112&&(i=c))}}null===i?(i=65533,a=1):i>65535&&(i-=65536,r.push(i>>>10&1023|55296),i=56320|1023&i),r.push(i),o+=a}return M(r)}c.TYPED_ARRAY_SUPPORT=function(){try{const e=new Uint8Array(1),t={foo:function(){return 42}};return Object.setPrototypeOf(t,Uint8Array.prototype),Object.setPrototypeOf(e,t),42===e.foo()}catch(e){return!1}}(),c.TYPED_ARRAY_SUPPORT||"undefined"==typeof console||"function"!=typeof console.error||console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support."),Object.defineProperty(c.prototype,"parent",{enumerable:!0,get:function(){if(c.isBuffer(this))return this.buffer}}),Object.defineProperty(c.prototype,"offset",{enumerable:!0,get:function(){if(c.isBuffer(this))return this.byteOffset}}),c.poolSize=8192,c.from=function(e,t,n){return u(e,t,n)},Object.setPrototypeOf(c.prototype,Uint8Array.prototype),Object.setPrototypeOf(c,Uint8Array),c.alloc=function(e,t,n){return d(e,t,n)},c.allocUnsafe=function(e){return f(e)},c.allocUnsafeSlow=function(e){return f(e)},c.isBuffer=function(e){return null!=e&&!0===e._isBuffer&&e!==c.prototype},c.compare=function(e,t){if(oe(e,Uint8Array)&&(e=c.from(e,e.offset,e.byteLength)),oe(t,Uint8Array)&&(t=c.from(t,t.offset,t.byteLength)),!c.isBuffer(e)||!c.isBuffer(t))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===t)return 0;let n=e.length,r=t.length;for(let o=0,i=Math.min(n,r);o<i;++o)if(e[o]!==t[o]){n=e[o],r=t[o];break}return n<r?-1:r<n?1:0},c.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},c.concat=function(e,t){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(0===e.length)return c.alloc(0);let n;if(void 0===t)for(t=0,n=0;n<e.length;++n)t+=e[n].length;const r=c.allocUnsafe(t);let o=0;for(n=0;n<e.length;++n){let t=e[n];if(oe(t,Uint8Array))o+t.length>r.length?(c.isBuffer(t)||(t=c.from(t)),t.copy(r,o)):Uint8Array.prototype.set.call(r,t,o);else{if(!c.isBuffer(t))throw new TypeError('"list" argument must be an Array of Buffers');t.copy(r,o)}o+=t.length}return r},c.byteLength=y,c.prototype._isBuffer=!0,c.prototype.swap16=function(){const e=this.length;if(e%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let t=0;t<e;t+=2)b(this,t,t+1);return this},c.prototype.swap32=function(){const e=this.length;if(e%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let t=0;t<e;t+=4)b(this,t,t+3),b(this,t+1,t+2);return this},c.prototype.swap64=function(){const e=this.length;if(e%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let t=0;t<e;t+=8)b(this,t,t+7),b(this,t+1,t+6),b(this,t+2,t+5),b(this,t+3,t+4);return this},c.prototype.toString=function(){const e=this.length;return 0===e?"":0===arguments.length?O(this,0,e):C.apply(this,arguments)},c.prototype.toLocaleString=c.prototype.toString,c.prototype.equals=function(e){if(!c.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e||0===c.compare(this,e)},c.prototype.inspect=function(){let e="";const n=t.h2;return e=this.toString("hex",0,n).replace(/(.{2})/g,"$1 ").trim(),this.length>n&&(e+=" ... "),"<Buffer "+e+">"},i&&(c.prototype[i]=c.prototype.inspect),c.prototype.compare=function(e,t,n,r,o){if(oe(e,Uint8Array)&&(e=c.from(e,e.offset,e.byteLength)),!c.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(void 0===t&&(t=0),void 0===n&&(n=e?e.length:0),void 0===r&&(r=0),void 0===o&&(o=this.length),t<0||n>e.length||r<0||o>this.length)throw new RangeError("out of range index");if(r>=o&&t>=n)return 0;if(r>=o)return-1;if(t>=n)return 1;if(this===e)return 0;let i=(o>>>=0)-(r>>>=0),a=(n>>>=0)-(t>>>=0);const s=Math.min(i,a),u=this.slice(r,o),l=e.slice(t,n);for(let e=0;e<s;++e)if(u[e]!==l[e]){i=u[e],a=l[e];break}return i<a?-1:a<i?1:0},c.prototype.includes=function(e,t,n){return-1!==this.indexOf(e,t,n)},c.prototype.indexOf=function(e,t,n){return S(this,e,t,n,!0)},c.prototype.lastIndexOf=function(e,t,n){return S(this,e,t,n,!1)},c.prototype.write=function(e,t,n,r){if(void 0===t)r="utf8",n=this.length,t=0;else if(void 0===n&&"string"==typeof t)r=t,n=this.length,t=0;else{if(!isFinite(t))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");t>>>=0,isFinite(n)?(n>>>=0,void 0===r&&(r="utf8")):(r=n,n=void 0)}const o=this.length-t;if((void 0===n||n>o)&&(n=o),e.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");r||(r="utf8");let i=!1;for(;;)switch(r){case"hex":return I(this,e,t,n);case"utf8":case"utf-8":return A(this,e,t,n);case"ascii":case"latin1":case"binary":return T(this,e,t,n);case"base64":return P(this,e,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return F(this,e,t,n);default:if(i)throw new TypeError("Unknown encoding: "+r);r=(""+r).toLowerCase(),i=!0}},c.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};const k=4096;function M(e){const t=e.length;if(t<=k)return String.fromCharCode.apply(String,e);let n="",r=0;for(;r<t;)n+=String.fromCharCode.apply(String,e.slice(r,r+=k));return n}function U(e,t,n){let r="";n=Math.min(e.length,n);for(let o=t;o<n;++o)r+=String.fromCharCode(127&e[o]);return r}function L(e,t,n){let r="";n=Math.min(e.length,n);for(let o=t;o<n;++o)r+=String.fromCharCode(e[o]);return r}function H(e,t,n){const r=e.length;(!t||t<0)&&(t=0),(!n||n<0||n>r)&&(n=r);let o="";for(let r=t;r<n;++r)o+=ae[e[r]];return o}function N(e,t,n){const r=e.slice(t,n);let o="";for(let e=0;e<r.length-1;e+=2)o+=String.fromCharCode(r[e]+256*r[e+1]);return o}function B(e,t,n){if(e%1!=0||e<0)throw new RangeError("offset is not uint");if(e+t>n)throw new RangeError("Trying to access beyond buffer length")}function x(e,t,n,r,o,i){if(!c.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>o||t<i)throw new RangeError('"value" argument is out of bounds');if(n+r>e.length)throw new RangeError("Index out of range")}function D(e,t,n,r,o){J(t,r,o,e,n,7);let i=Number(t&BigInt(4294967295));e[n++]=i,i>>=8,e[n++]=i,i>>=8,e[n++]=i,i>>=8,e[n++]=i;let a=Number(t>>BigInt(32)&BigInt(4294967295));return e[n++]=a,a>>=8,e[n++]=a,a>>=8,e[n++]=a,a>>=8,e[n++]=a,n}function _(e,t,n,r,o){J(t,r,o,e,n,7);let i=Number(t&BigInt(4294967295));e[n+7]=i,i>>=8,e[n+6]=i,i>>=8,e[n+5]=i,i>>=8,e[n+4]=i;let a=Number(t>>BigInt(32)&BigInt(4294967295));return e[n+3]=a,a>>=8,e[n+2]=a,a>>=8,e[n+1]=a,a>>=8,e[n]=a,n+8}function V(e,t,n,r,o,i){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function W(e,t,n,r,i){return t=+t,n>>>=0,i||V(e,0,n,4),o.write(e,t,n,r,23,4),n+4}function j(e,t,n,r,i){return t=+t,n>>>=0,i||V(e,0,n,8),o.write(e,t,n,r,52,8),n+8}c.prototype.slice=function(e,t){const n=this.length;(e=~~e)<0?(e+=n)<0&&(e=0):e>n&&(e=n),(t=void 0===t?n:~~t)<0?(t+=n)<0&&(t=0):t>n&&(t=n),t<e&&(t=e);const r=this.subarray(e,t);return Object.setPrototypeOf(r,c.prototype),r},c.prototype.readUintLE=c.prototype.readUIntLE=function(e,t,n){e>>>=0,t>>>=0,n||B(e,t,this.length);let r=this[e],o=1,i=0;for(;++i<t&&(o*=256);)r+=this[e+i]*o;return r},c.prototype.readUintBE=c.prototype.readUIntBE=function(e,t,n){e>>>=0,t>>>=0,n||B(e,t,this.length);let r=this[e+--t],o=1;for(;t>0&&(o*=256);)r+=this[e+--t]*o;return r},c.prototype.readUint8=c.prototype.readUInt8=function(e,t){return e>>>=0,t||B(e,1,this.length),this[e]},c.prototype.readUint16LE=c.prototype.readUInt16LE=function(e,t){return e>>>=0,t||B(e,2,this.length),this[e]|this[e+1]<<8},c.prototype.readUint16BE=c.prototype.readUInt16BE=function(e,t){return e>>>=0,t||B(e,2,this.length),this[e]<<8|this[e+1]},c.prototype.readUint32LE=c.prototype.readUInt32LE=function(e,t){return e>>>=0,t||B(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},c.prototype.readUint32BE=c.prototype.readUInt32BE=function(e,t){return e>>>=0,t||B(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},c.prototype.readBigUInt64LE=se((function(e){K(e>>>=0,"offset");const t=this[e],n=this[e+7];void 0!==t&&void 0!==n||Z(e,this.length-8);const r=t+256*this[++e]+65536*this[++e]+this[++e]*2**24,o=this[++e]+256*this[++e]+65536*this[++e]+n*2**24;return BigInt(r)+(BigInt(o)<<BigInt(32))})),c.prototype.readBigUInt64BE=se((function(e){K(e>>>=0,"offset");const t=this[e],n=this[e+7];void 0!==t&&void 0!==n||Z(e,this.length-8);const r=t*2**24+65536*this[++e]+256*this[++e]+this[++e],o=this[++e]*2**24+65536*this[++e]+256*this[++e]+n;return(BigInt(r)<<BigInt(32))+BigInt(o)})),c.prototype.readIntLE=function(e,t,n){e>>>=0,t>>>=0,n||B(e,t,this.length);let r=this[e],o=1,i=0;for(;++i<t&&(o*=256);)r+=this[e+i]*o;return o*=128,r>=o&&(r-=Math.pow(2,8*t)),r},c.prototype.readIntBE=function(e,t,n){e>>>=0,t>>>=0,n||B(e,t,this.length);let r=t,o=1,i=this[e+--r];for(;r>0&&(o*=256);)i+=this[e+--r]*o;return o*=128,i>=o&&(i-=Math.pow(2,8*t)),i},c.prototype.readInt8=function(e,t){return e>>>=0,t||B(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},c.prototype.readInt16LE=function(e,t){e>>>=0,t||B(e,2,this.length);const n=this[e]|this[e+1]<<8;return 32768&n?4294901760|n:n},c.prototype.readInt16BE=function(e,t){e>>>=0,t||B(e,2,this.length);const n=this[e+1]|this[e]<<8;return 32768&n?4294901760|n:n},c.prototype.readInt32LE=function(e,t){return e>>>=0,t||B(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},c.prototype.readInt32BE=function(e,t){return e>>>=0,t||B(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},c.prototype.readBigInt64LE=se((function(e){K(e>>>=0,"offset");const t=this[e],n=this[e+7];void 0!==t&&void 0!==n||Z(e,this.length-8);const r=this[e+4]+256*this[e+5]+65536*this[e+6]+(n<<24);return(BigInt(r)<<BigInt(32))+BigInt(t+256*this[++e]+65536*this[++e]+this[++e]*2**24)})),c.prototype.readBigInt64BE=se((function(e){K(e>>>=0,"offset");const t=this[e],n=this[e+7];void 0!==t&&void 0!==n||Z(e,this.length-8);const r=(t<<24)+65536*this[++e]+256*this[++e]+this[++e];return(BigInt(r)<<BigInt(32))+BigInt(this[++e]*2**24+65536*this[++e]+256*this[++e]+n)})),c.prototype.readFloatLE=function(e,t){return e>>>=0,t||B(e,4,this.length),o.read(this,e,!0,23,4)},c.prototype.readFloatBE=function(e,t){return e>>>=0,t||B(e,4,this.length),o.read(this,e,!1,23,4)},c.prototype.readDoubleLE=function(e,t){return e>>>=0,t||B(e,8,this.length),o.read(this,e,!0,52,8)},c.prototype.readDoubleBE=function(e,t){return e>>>=0,t||B(e,8,this.length),o.read(this,e,!1,52,8)},c.prototype.writeUintLE=c.prototype.writeUIntLE=function(e,t,n,r){if(e=+e,t>>>=0,n>>>=0,!r){x(this,e,t,n,Math.pow(2,8*n)-1,0)}let o=1,i=0;for(this[t]=255&e;++i<n&&(o*=256);)this[t+i]=e/o&255;return t+n},c.prototype.writeUintBE=c.prototype.writeUIntBE=function(e,t,n,r){if(e=+e,t>>>=0,n>>>=0,!r){x(this,e,t,n,Math.pow(2,8*n)-1,0)}let o=n-1,i=1;for(this[t+o]=255&e;--o>=0&&(i*=256);)this[t+o]=e/i&255;return t+n},c.prototype.writeUint8=c.prototype.writeUInt8=function(e,t,n){return e=+e,t>>>=0,n||x(this,e,t,1,255,0),this[t]=255&e,t+1},c.prototype.writeUint16LE=c.prototype.writeUInt16LE=function(e,t,n){return e=+e,t>>>=0,n||x(this,e,t,2,65535,0),this[t]=255&e,this[t+1]=e>>>8,t+2},c.prototype.writeUint16BE=c.prototype.writeUInt16BE=function(e,t,n){return e=+e,t>>>=0,n||x(this,e,t,2,65535,0),this[t]=e>>>8,this[t+1]=255&e,t+2},c.prototype.writeUint32LE=c.prototype.writeUInt32LE=function(e,t,n){return e=+e,t>>>=0,n||x(this,e,t,4,4294967295,0),this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e,t+4},c.prototype.writeUint32BE=c.prototype.writeUInt32BE=function(e,t,n){return e=+e,t>>>=0,n||x(this,e,t,4,4294967295,0),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e,t+4},c.prototype.writeBigUInt64LE=se((function(e,t=0){return D(this,e,t,BigInt(0),BigInt("0xffffffffffffffff"))})),c.prototype.writeBigUInt64BE=se((function(e,t=0){return _(this,e,t,BigInt(0),BigInt("0xffffffffffffffff"))})),c.prototype.writeIntLE=function(e,t,n,r){if(e=+e,t>>>=0,!r){const r=Math.pow(2,8*n-1);x(this,e,t,n,r-1,-r)}let o=0,i=1,a=0;for(this[t]=255&e;++o<n&&(i*=256);)e<0&&0===a&&0!==this[t+o-1]&&(a=1),this[t+o]=(e/i>>0)-a&255;return t+n},c.prototype.writeIntBE=function(e,t,n,r){if(e=+e,t>>>=0,!r){const r=Math.pow(2,8*n-1);x(this,e,t,n,r-1,-r)}let o=n-1,i=1,a=0;for(this[t+o]=255&e;--o>=0&&(i*=256);)e<0&&0===a&&0!==this[t+o+1]&&(a=1),this[t+o]=(e/i>>0)-a&255;return t+n},c.prototype.writeInt8=function(e,t,n){return e=+e,t>>>=0,n||x(this,e,t,1,127,-128),e<0&&(e=255+e+1),this[t]=255&e,t+1},c.prototype.writeInt16LE=function(e,t,n){return e=+e,t>>>=0,n||x(this,e,t,2,32767,-32768),this[t]=255&e,this[t+1]=e>>>8,t+2},c.prototype.writeInt16BE=function(e,t,n){return e=+e,t>>>=0,n||x(this,e,t,2,32767,-32768),this[t]=e>>>8,this[t+1]=255&e,t+2},c.prototype.writeInt32LE=function(e,t,n){return e=+e,t>>>=0,n||x(this,e,t,4,2147483647,-2147483648),this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24,t+4},c.prototype.writeInt32BE=function(e,t,n){return e=+e,t>>>=0,n||x(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e,t+4},c.prototype.writeBigInt64LE=se((function(e,t=0){return D(this,e,t,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))})),c.prototype.writeBigInt64BE=se((function(e,t=0){return _(this,e,t,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))})),c.prototype.writeFloatLE=function(e,t,n){return W(this,e,t,!0,n)},c.prototype.writeFloatBE=function(e,t,n){return W(this,e,t,!1,n)},c.prototype.writeDoubleLE=function(e,t,n){return j(this,e,t,!0,n)},c.prototype.writeDoubleBE=function(e,t,n){return j(this,e,t,!1,n)},c.prototype.copy=function(e,t,n,r){if(!c.isBuffer(e))throw new TypeError("argument should be a Buffer");if(n||(n=0),r||0===r||(r=this.length),t>=e.length&&(t=e.length),t||(t=0),r>0&&r<n&&(r=n),r===n)return 0;if(0===e.length||0===this.length)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("sourceEnd out of bounds");r>this.length&&(r=this.length),e.length-t<r-n&&(r=e.length-t+n);const o=r-n;return this===e&&"function"==typeof Uint8Array.prototype.copyWithin?this.copyWithin(t,n,r):Uint8Array.prototype.set.call(e,this.subarray(n,r),t),o},c.prototype.fill=function(e,t,n,r){if("string"==typeof e){if("string"==typeof t?(r=t,t=0,n=this.length):"string"==typeof n&&(r=n,n=this.length),void 0!==r&&"string"!=typeof r)throw new TypeError("encoding must be a string");if("string"==typeof r&&!c.isEncoding(r))throw new TypeError("Unknown encoding: "+r);if(1===e.length){const t=e.charCodeAt(0);("utf8"===r&&t<128||"latin1"===r)&&(e=t)}}else"number"==typeof e?e&=255:"boolean"==typeof e&&(e=Number(e));if(t<0||this.length<t||this.length<n)throw new RangeError("Out of range index");if(n<=t)return this;let o;if(t>>>=0,n=void 0===n?this.length:n>>>0,e||(e=0),"number"==typeof e)for(o=t;o<n;++o)this[o]=e;else{const i=c.isBuffer(e)?e:c.from(e,r),a=i.length;if(0===a)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(o=0;o<n-t;++o)this[o+t]=i[o%a]}return this};const z={};function $(e,t,n){z[e]=class extends n{constructor(){super(),Object.defineProperty(this,"message",{value:t.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${e}]`,this.stack,delete this.name}get code(){return e}set code(e){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:e,writable:!0})}toString(){return`${this.name} [${e}]: ${this.message}`}}}function q(e){let t="",n=e.length;const r="-"===e[0]?1:0;for(;n>=r+4;n-=3)t=`_${e.slice(n-3,n)}${t}`;return`${e.slice(0,n)}${t}`}function G(e,t,n){K(t,"offset"),void 0!==e[t]&&void 0!==e[t+n]||Z(t,e.length-(n+1))}function J(e,t,n,r,o,i){if(e>n||e<t){const r="bigint"==typeof t?"n":"";let o;throw o=i>3?0===t||t===BigInt(0)?`>= 0${r} and < 2${r} ** ${8*(i+1)}${r}`:`>= -(2${r} ** ${8*(i+1)-1}${r}) and < 2 ** ${8*(i+1)-1}${r}`:`>= ${t}${r} and <= ${n}${r}`,new z.ERR_OUT_OF_RANGE("value",o,e)}G(r,o,i)}function K(e,t){if("number"!=typeof e)throw new z.ERR_INVALID_ARG_TYPE(t,"number",e)}function Z(e,t,n){if(Math.floor(e)!==e)throw K(e,n),new z.ERR_OUT_OF_RANGE(n||"offset","an integer",e);if(t<0)throw new z.ERR_BUFFER_OUT_OF_BOUNDS;throw new z.ERR_OUT_OF_RANGE(n||"offset",`>= ${n?1:0} and <= ${t}`,e)}$("ERR_BUFFER_OUT_OF_BOUNDS",(function(e){return e?`${e} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"}),RangeError),$("ERR_INVALID_ARG_TYPE",(function(e,t){return`The "${e}" argument must be of type number. Received type ${typeof t}`}),TypeError),$("ERR_OUT_OF_RANGE",(function(e,t,n){let r=`The value of "${e}" is out of range.`,o=n;return Number.isInteger(n)&&Math.abs(n)>2**32?o=q(String(n)):"bigint"==typeof n&&(o=String(n),(n>BigInt(2)**BigInt(32)||n<-(BigInt(2)**BigInt(32)))&&(o=q(o)),o+="n"),r+=` It must be ${t}. Received ${o}`,r}),RangeError);const Q=/[^+/0-9A-Za-z-_]/g;function X(e){if((e=(e=e.split("=")[0]).trim().replace(Q,"")).length<2)return"";for(;e.length%4!=0;)e+="=";return e}function Y(e,t){let n;t=t||1/0;const r=e.length;let o=null;const i=[];for(let a=0;a<r;++a){if(n=e.charCodeAt(a),n>55295&&n<57344){if(!o){if(n>56319){(t-=3)>-1&&i.push(239,191,189);continue}if(a+1===r){(t-=3)>-1&&i.push(239,191,189);continue}o=n;continue}if(n<56320){(t-=3)>-1&&i.push(239,191,189),o=n;continue}n=65536+(o-55296<<10|n-56320)}else o&&(t-=3)>-1&&i.push(239,191,189);if(o=null,n<128){if((t-=1)<0)break;i.push(n)}else if(n<2048){if((t-=2)<0)break;i.push(n>>6|192,63&n|128)}else if(n<65536){if((t-=3)<0)break;i.push(n>>12|224,n>>6&63|128,63&n|128)}else{if(!(n<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;i.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}}return i}function ee(e){const t=[];for(let n=0;n<e.length;++n)t.push(255&e.charCodeAt(n));return t}function te(e,t){let n,r,o;const i=[];for(let a=0;a<e.length&&!((t-=2)<0);++a)n=e.charCodeAt(a),r=n>>8,o=n%256,i.push(o),i.push(r);return i}function ne(e){return r.toByteArray(X(e))}function re(e,t,n,r){let o;for(o=0;o<r&&!(o+n>=t.length||o>=e.length);++o)t[o+n]=e[o];return o}function oe(e,t){return e instanceof t||null!=e&&null!=e.constructor&&null!=e.constructor.name&&e.constructor.name===t.name}function ie(e){return e!=e}const ae=function(){const e="0123456789abcdef",t=new Array(256);for(let n=0;n<16;++n){const r=16*n;for(let o=0;o<16;++o)t[r+o]=e[n]+e[o]}return t}();function se(e){return"undefined"==typeof BigInt?ce:e}function ce(){throw new Error("BigInt not supported")}},302:(e,t,n)=>{t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;const n="color: "+this.color;t.splice(1,0,n,"color: inherit");let r=0,o=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(r++,"%c"===e&&(o=r))})),t.splice(o,0,n)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){let e;try{e=t.storage.getItem("debug")}catch(e){}!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG);return e},t.useColors=function(){if("undefined"!=typeof window&&window.process&&("renderer"===window.process.type||window.process.__nwjs))return!0;if("undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;return"undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||(()=>{}),e.exports=n(65)(t);const{formatters:r}=e.exports;r.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}},65:(e,t,n)=>{e.exports=function(e){function t(e){let n,o,i,a=null;function s(...e){if(!s.enabled)return;const r=s,o=Number(new Date),i=o-(n||o);r.diff=i,r.prev=n,r.curr=o,n=o,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let a=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((n,o)=>{if("%%"===n)return"%";a++;const i=t.formatters[o];if("function"==typeof i){const t=e[a];n=i.call(r,t),e.splice(a,1),a--}return n})),t.formatArgs.call(r,e);(r.log||t.log).apply(r,e)}return s.namespace=e,s.useColors=t.useColors(),s.color=t.selectColor(e),s.extend=r,s.destroy=t.destroy,Object.defineProperty(s,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==a?a:(o!==t.namespaces&&(o=t.namespaces,i=t.enabled(e)),i),set:e=>{a=e}}),"function"==typeof t.init&&t.init(s),s}function r(e,n){const r=t(this.namespace+(void 0===n?":":n)+e);return r.log=this.log,r}function o(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(e){if(e instanceof Error)return e.stack||e.message;return e},t.disable=function(){const e=[...t.names.map(o),...t.skips.map(o).map((e=>"-"+e))].join(",");return t.enable(""),e},t.enable=function(e){let n;t.save(e),t.namespaces=e,t.names=[],t.skips=[];const r=("string"==typeof e?e:"").split(/[\s,]+/),o=r.length;for(n=0;n<o;n++)r[n]&&("-"===(e=r[n].replace(/\*/g,".*?"))[0]?t.skips.push(new RegExp("^"+e.slice(1)+"$")):t.names.push(new RegExp("^"+e+"$")))},t.enabled=function(e){if("*"===e[e.length-1])return!0;let n,r;for(n=0,r=t.skips.length;n<r;n++)if(t.skips[n].test(e))return!1;for(n=0,r=t.names.length;n<r;n++)if(t.names[n].test(e))return!0;return!1},t.humanize=n(247),t.destroy=function(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")},Object.keys(e).forEach((n=>{t[n]=e[n]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let n=0;for(let t=0;t<e.length;t++)n=(n<<5)-n+e.charCodeAt(t),n|=0;return t.colors[Math.abs(n)%t.colors.length]},t.enable(t.load()),t}},164:(e,t)=>{t.read=function(e,t,n,r,o){var i,a,s=8*o-r-1,c=(1<<s)-1,u=c>>1,l=-7,d=n?o-1:0,f=n?-1:1,p=e[t+d];for(d+=f,i=p&(1<<-l)-1,p>>=-l,l+=s;l>0;i=256*i+e[t+d],d+=f,l-=8);for(a=i&(1<<-l)-1,i>>=-l,l+=r;l>0;a=256*a+e[t+d],d+=f,l-=8);if(0===i)i=1-u;else{if(i===c)return a?NaN:1/0*(p?-1:1);a+=Math.pow(2,r),i-=u}return(p?-1:1)*a*Math.pow(2,i-r)},t.write=function(e,t,n,r,o,i){var a,s,c,u=8*i-o-1,l=(1<<u)-1,d=l>>1,f=23===o?Math.pow(2,-24)-Math.pow(2,-77):0,p=r?0:i-1,h=r?1:-1,g=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(s=isNaN(t)?1:0,a=l):(a=Math.floor(Math.log(t)/Math.LN2),t*(c=Math.pow(2,-a))<1&&(a--,c*=2),(t+=a+d>=1?f/c:f*Math.pow(2,1-d))*c>=2&&(a++,c/=2),a+d>=l?(s=0,a=l):a+d>=1?(s=(t*c-1)*Math.pow(2,o),a+=d):(s=t*Math.pow(2,d-1)*Math.pow(2,o),a=0));o>=8;e[n+p]=255&s,p+=h,s/=256,o-=8);for(a=a<<o|s,u+=o;u>0;e[n+p]=255&a,p+=h,a/=256,u-=8);e[n+p-h]|=128*g}},247:e=>{var t=1e3,n=60*t,r=60*n,o=24*r;function i(e){if(!((e=String(e)).length>100)){var i=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(i){var a=parseFloat(i[1]);switch((i[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return 315576e5*a;case"weeks":case"week":case"w":return 6048e5*a;case"days":case"day":case"d":return a*o;case"hours":case"hour":case"hrs":case"hr":case"h":return a*r;case"minutes":case"minute":case"mins":case"min":case"m":return a*n;case"seconds":case"second":case"secs":case"sec":case"s":return a*t;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return a;default:return}}}}function a(e){var i=Math.abs(e);return i>=o?Math.round(e/o)+"d":i>=r?Math.round(e/r)+"h":i>=n?Math.round(e/n)+"m":i>=t?Math.round(e/t)+"s":e+"ms"}function s(e){var i=Math.abs(e);return i>=o?c(e,i,o,"day"):i>=r?c(e,i,r,"hour"):i>=n?c(e,i,n,"minute"):i>=t?c(e,i,t,"second"):e+" ms"}function c(e,t,n,r){var o=t>=1.5*n;return Math.round(e/n)+" "+r+(o?"s":"")}e.exports=function(e,t){t=t||{};var n=typeof e;if("string"===n&&e.length>0)return i(e);if("number"===n&&isFinite(e))return t.long?s(e):a(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))}}},t={};function n(r){var o=t[r];if(void 0!==o)return o.exports;var i=t[r]={exports:{}};return e[r](i,i.exports,n),i.exports}(()=>{var e,t=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__;n.t=function(r,o){if(1&o&&(r=this(r)),8&o)return r;if("object"==typeof r&&r){if(4&o&&r.__esModule)return r;if(16&o&&"function"==typeof r.then)return r}var i=Object.create(null);n.r(i);var a={};e=e||[null,t({}),t([]),t(t)];for(var s=2&o&&r;"object"==typeof s&&!~e.indexOf(s);s=t(s))Object.getOwnPropertyNames(s).forEach((e=>a[e]=()=>r[e]));return a.default=()=>r,n.d(i,a),i}})(),(()=>{n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})}})(),(()=>{n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t)})(),(()=>{n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}})();var r={};return(()=>{"use strict";n.r(r),n.d(r,{ActionObjectType:()=>k,ChannelType:()=>W,ChildAppWindow:()=>Vr,DialogDimension:()=>V,ErrorCode:()=>U,FileOpenPreference:()=>O,FrameContexts:()=>x,HostClientType:()=>N,HostName:()=>B,LiveShareHost:()=>mi,ParentAppWindow:()=>Wr,SecondaryM365ContentIdName:()=>M,TaskModuleDimension:()=>j,TeamType:()=>D,UserTeamRole:()=>_,app:()=>It,appEntity:()=>qi,appInitialization:()=>Lo,appInstallDialog:()=>gr,authentication:()=>rt,barCode:()=>Mr,calendar:()=>Kr,call:()=>Mo,chat:()=>Ur,clipboard:()=>Hr,conversations:()=>ur,dialog:()=>ut,enablePrintCapability:()=>Do,executeDeepLink:()=>ti,externalAppAuthentication:()=>Mi,externalAppCardActions:()=>Ui,externalAppCommands:()=>Hi,files:()=>Bi,geoLocation:()=>xr,getAdaptiveCardSchemaVersion:()=>Dr,getContext:()=>Vo,getMruTabInstances:()=>Yo,getTabInstances:()=>Xo,initialize:()=>xo,initializeWithFrameContext:()=>ri,liveShare:()=>gi,location:()=>zr,logs:()=>er,mail:()=>Zr,marketplace:()=>Oi,media:()=>vr,meeting:()=>Gr,meetingRoom:()=>Di,menus:()=>dt,messageChannels:()=>_i,monetization:()=>Jr,navigateBack:()=>ci,navigateCrossDomain:()=>si,navigateToTab:()=>ai,nestedAppAuth:()=>Nr,notifications:()=>Wi,openFilePreview:()=>sr,otherAppStateChange:()=>ji,pages:()=>xt,people:()=>Xr,print:()=>_o,profile:()=>to,registerAppButtonClickHandler:()=>zo,registerAppButtonHoverEnterHandler:()=>$o,registerAppButtonHoverLeaveHandler:()=>qo,registerBackButtonHandler:()=>Go,registerBeforeUnloadHandler:()=>Ko,registerChangeSettingsHandler:()=>Qo,registerCustomHandler:()=>ir,registerFocusEnterHandler:()=>Zo,registerFullScreenHandler:()=>jo,registerOnLoadHandler:()=>Jo,registerOnThemeChangeHandler:()=>Wo,registerUserSettingsChangeHandler:()=>ar,remoteCamera:()=>$i,returnFocus:()=>ii,search:()=>Io,secondaryBrowser:()=>jr,sendCustomEvent:()=>or,sendCustomMessage:()=>rr,setFrameContext:()=>ni,settings:()=>li,shareDeepLink:()=>ei,sharing:()=>To,stageView:()=>Po,tasks:()=>pi,teams:()=>Ji,teamsCore:()=>Qr,thirdPartyCloudStorage:()=>No,uploadCustomApp:()=>nr,version:()=>He,videoEffects:()=>So,videoEffectsEx:()=>Qi,visualMedia:()=>Oo,webStorage:()=>ko});const e=(0,n(302).debug)("teamsJs");function t(t){return e.extend(t)}function o(e,t){return`${e}_${t}`}function i(e){return/^v\d+_[\w.]+$/.test(e)}const a=JSON.parse('{"validOrigins":["teams.microsoft.com","teams.microsoft.us","gov.teams.microsoft.us","dod.teams.microsoft.us","int.teams.microsoft.com","outlook.office.com","outlook-sdf.office.com","outlook.office365.com","outlook-sdf.office365.com","outlook.live.com","outlook-sdf.live.com","teams.live.com","local.teams.live.com","local.teams.live.com:8080","local.teams.office.com","local.teams.office.com:8080","devspaces.skype.com","*.www.office.com","www.office.com","word.office.com","excel.office.com","powerpoint.office.com","www.officeppe.com","*.www.microsoft365.com","www.microsoft365.com","bing.com","edgeservices.bing.com","www.bing.com","www.staging-bing-int.com","teams.cloud.microsoft","outlook.cloud.microsoft","m365.cloud.microsoft","copilot.microsoft.com","windows.msn.com"]}');const s="2.0.1",c="2.0.3",u="1.9.0",l="1.8.0",d=n.t(a,2).validOrigins,f=new URL("https://res.cdn.office.net/teams-js/validDomains/json/validDomains.json"),p=/^https:\/\//,h="https",g="teams.microsoft.com",m="The library has not yet been initialized",w="The runtime has not yet been initialized",v="The runtime version is not supported";class y{}y.initializeCalled=!1,y.initializeCompleted=!1,y.additionalValidOrigins=[],y.initializePromise=void 0,y.isFramelessWindow=!1,y.frameContext=void 0,y.hostClientType=void 0,y.printCapabilityEnabled=!1;var C=n(313);const b={randomUUID:"undefined"!=typeof crypto&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};let S;const E=new Uint8Array(16);function I(){if(!S&&(S="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!S))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return S(E)}const A=[];for(let e=0;e<256;++e)A.push((e+256).toString(16).slice(1));function T(e,t=0){return(A[e[t+0]]+A[e[t+1]]+A[e[t+2]]+A[e[t+3]]+"-"+A[e[t+4]]+A[e[t+5]]+"-"+A[e[t+6]]+A[e[t+7]]+"-"+A[e[t+8]]+A[e[t+9]]+"-"+A[e[t+10]]+A[e[t+11]]+A[e[t+12]]+A[e[t+13]]+A[e[t+14]]+A[e[t+15]]).toLowerCase()}const P=function(e,t,n){if(b.randomUUID&&!t&&!e)return b.randomUUID();const r=(e=e||{}).random||(e.rng||I)();if(r[6]=15&r[6]|64,r[8]=63&r[8]|128,t){n=n||0;for(let e=0;e<16;++e)t[n+e]=r[e];return t}return T(r)},F=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;const R=function(e){return"string"==typeof e&&F.test(e)};var O,k,M,U,L,H,N,B,x,D,_,V;!function(e){e.Inline="inline",e.Desktop="desktop",e.Web="web"}(O||(O={})),function(e){e.M365Content="m365content"}(k||(k={})),function(e){e.DriveId="driveId",e.GroupId="groupId",e.SiteId="siteId",e.UserId="userId"}(M||(M={})),function(e){e[e.NOT_SUPPORTED_ON_PLATFORM=100]="NOT_SUPPORTED_ON_PLATFORM",e[e.INTERNAL_ERROR=500]="INTERNAL_ERROR",e[e.NOT_SUPPORTED_IN_CURRENT_CONTEXT=501]="NOT_SUPPORTED_IN_CURRENT_CONTEXT",e[e.PERMISSION_DENIED=1e3]="PERMISSION_DENIED",e[e.NETWORK_ERROR=2e3]="NETWORK_ERROR",e[e.NO_HW_SUPPORT=3e3]="NO_HW_SUPPORT",e[e.INVALID_ARGUMENTS=4e3]="INVALID_ARGUMENTS",e[e.UNAUTHORIZED_USER_OPERATION=5e3]="UNAUTHORIZED_USER_OPERATION",e[e.INSUFFICIENT_RESOURCES=6e3]="INSUFFICIENT_RESOURCES",e[e.THROTTLE=7e3]="THROTTLE",e[e.USER_ABORT=8e3]="USER_ABORT",e[e.OPERATION_TIMED_OUT=8001]="OPERATION_TIMED_OUT",e[e.OLD_PLATFORM=9e3]="OLD_PLATFORM",e[e.FILE_NOT_FOUND=404]="FILE_NOT_FOUND",e[e.SIZE_EXCEEDED=1e4]="SIZE_EXCEEDED"}(U||(U={})),function(e){e.GeoLocation="geolocation",e.Media="media"}(L||(L={})),function(e){e.TextPlain="text/plain",e.TextHtml="text/html",e.ImagePNG="image/png",e.ImageJPEG="image/jpeg"}(H||(H={})),function(e){e.desktop="desktop",e.web="web",e.android="android",e.ios="ios",e.ipados="ipados",e.macos="macos",e.rigel="rigel",e.surfaceHub="surfaceHub",e.teamsRoomsWindows="teamsRoomsWindows",e.teamsRoomsAndroid="teamsRoomsAndroid",e.teamsPhones="teamsPhones",e.teamsDisplays="teamsDisplays"}(N||(N={})),function(e){e.office="Office",e.outlook="Outlook",e.outlookWin32="OutlookWin32",e.orange="Orange",e.places="Places",e.teams="Teams",e.teamsModern="TeamsModern"}(B||(B={})),function(e){e.settings="settings",e.content="content",e.authentication="authentication",e.remove="remove",e.task="task",e.sidePanel="sidePanel",e.stage="stage",e.meetingStage="meetingStage"}(x||(x={})),function(e){e[e.Standard=0]="Standard",e[e.Edu=1]="Edu",e[e.Class=2]="Class",e[e.Plc=3]="Plc",e[e.Staff=4]="Staff"}(D||(D={})),function(e){e[e.Admin=0]="Admin",e[e.User=1]="User",e[e.Guest=2]="Guest"}(_||(_={})),function(e){e.Large="large",e.Medium="medium",e.Small="small"}(V||(V={}));var W,j=V;!function(e){e.Regular="Regular",e.Private="Private",e.Shared="Shared"}(W||(W={}));const z={errorCode:U.NOT_SUPPORTED_ON_PLATFORM},$=1,q=5,G={adaptiveCardSchemaVersion:{majorVersion:1,minorVersion:5}},J=new Error("Invalid input count: Must supply a valid image count (limit of 10)."),K=new Error("Invalid response: Received more images than the specified max limit in the response.");function Z(e){return(t,n)=>{if(!t)throw new Error(e||n)}}function Q(e,t){if("string"!=typeof e||"string"!=typeof t)return NaN;const n=e.split("."),r=t.split(".");function o(e){return/^\d+$/.test(e)}if(!n.every(o)||!r.every(o))return NaN;for(;n.length<r.length;)n.push("0");for(;r.length<n.length;)r.push("0");for(let e=0;e<n.length;++e)if(Number(n[e])!=Number(r[e]))return Number(n[e])>Number(r[e])?1:-1;return 0}function X(){return P()}function Y(e){return Object.keys(e).forEach((t=>{"object"==typeof e[t]&&Y(e[t])})),Object.freeze(e)}function ee(e,t,...n){const r=e(...n);return r.then((e=>{t&&t(void 0,e)})).catch((e=>{t&&t(e)})),r}function te(e,t,...n){const r=e(...n);return r.then((()=>{t&&t(null)})).catch((e=>{t&&t(e)})),r}function ne(e,t,...n){const r=e(...n);return r.then((e=>{t&&t(null,e)})).catch((e=>{t&&t(e,null)})),r}function re(e,t,n){return new Promise(((r,o)=>{const i=setTimeout(o,t,n);e().then((e=>{clearTimeout(i),r(e)})).catch((e=>{clearTimeout(i),o(e)}))}))}function oe(e){const t=new URL("https://teams.microsoft.com/l/entity/"+encodeURIComponent(e.appId)+"/"+encodeURIComponent(e.pageId));return e.webUrl&&t.searchParams.append("webUrl",e.webUrl),(e.channelId||e.subPageId)&&t.searchParams.append("context",JSON.stringify({channelId:e.channelId,subEntityId:e.subPageId})),t.toString()}function ie(e){return!(Q(`${e.majorVersion}.${e.minorVersion}`,`${$}.${q}`)>=0)}function ae(e){return"https:"===e.protocol}function se(e,t){return new Promise(((n,r)=>{if(e||r("MimeType cannot be null or empty."),t||r("Base64 string cannot be null or empty."),e.startsWith("image/")){const r=atob(t),o=new Uint8Array(r.length);for(let e=0;e<r.length;e++)o[e]=r.charCodeAt(e);n(new Blob([o],{type:e}))}const o=C.lW.from(t,"base64").toString();n(new Blob([o],{type:e}))}))}function ce(e){return new Promise(((t,n)=>{0===e.size&&n(new Error("Blob cannot be empty."));const r=new FileReader;r.onloadend=()=>{r.result?t(r.result.toString().split(",")[1]):n(new Error("Failed to read the blob"))},r.onerror=()=>{n(r.error)},r.readAsDataURL(e)}))}function ue(){if(le())throw new Error("window object undefined at SSR check");return window}function le(){return"undefined"==typeof window}function de(e,t){if(fe(e)||!pe(e)||!he(e))throw t||new Error("id is not valid.")}function fe(e){return/<script[^>]*>[\s\S]*?<\/script[^>]*>/gi.test(e)}function pe(e){return e.length<256&&e.length>4}function he(e){for(let t=0;t<e.length;t++){const n=e.charCodeAt(t);if(n<32||n>126)return!1}return!0}function ge(e){if(!e)throw new Error("id must not be empty");if(!1===R(e))throw new Error("id must be a valid UUID")}var me=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};const we=t("runtime"),ve=4;function ye(e){return e.apiVersion===ve}const Ce={apiVersion:-1,supports:{}};function be(e){if(ye(e))return!0;throw-1===e.apiVersion?new Error(w):new Error(v)}let Se=Ce;const Ee={apiVersion:4,isNAAChannelRecommended:!1,hostVersionsInfo:G,isLegacyTeams:!0,supports:{appInstallDialog:{},appEntity:{},call:{},chat:{},conversations:{},dialog:{card:{bot:{}},url:{bot:{},parentCommunication:{}},update:{}},interactive:{},logs:{},meetingRoom:{},menus:{},monetization:{},notifications:{},pages:{config:{},backStack:{},fullTrust:{}},remoteCamera:{},teams:{fullTrust:{}},teamsCore:{},video:{sharedFrame:{}}}},Ie=[N.desktop,N.web,N.rigel,N.surfaceHub,N.teamsRoomsWindows,N.teamsRoomsAndroid,N.teamsPhones,N.teamsDisplays],Ae=[N.android,N.ios,N.ipados],Te=[...Ie,...Ae];function Pe(e){let t=e;if(t.apiVersion<ve&&Fe.forEach((e=>{t.apiVersion===e.versionToUpgradeFrom&&(t=e.upgradeToNextVersion(t))})),ye(t))return t;throw new Error("Received a runtime that could not be upgraded to the latest version")}const Fe=[{versionToUpgradeFrom:1,upgradeToNextVersion:e=>{var t;return{apiVersion:2,hostVersionsInfo:void 0,isLegacyTeams:e.isLegacyTeams,supports:Object.assign(Object.assign({},e.supports),{dialog:e.supports.dialog?{card:void 0,url:e.supports.dialog,update:null===(t=e.supports.dialog)||void 0===t?void 0:t.update}:void 0})}}},{versionToUpgradeFrom:2,upgradeToNextVersion:e=>{const t=e.supports,{appNotification:n}=t,r=me(t,["appNotification"]);return Object.assign(Object.assign({},e),{apiVersion:3,supports:r})}},{versionToUpgradeFrom:3,upgradeToNextVersion:e=>{var t,n,r,o,i;return{apiVersion:4,hostVersionsInfo:e.hostVersionsInfo,isNAAChannelRecommended:e.isNAAChannelRecommended,isLegacyTeams:e.isLegacyTeams,supports:Object.assign(Object.assign({},e.supports),{dialog:e.supports.dialog?{card:null===(t=e.supports.dialog)||void 0===t?void 0:t.card,url:{bot:null===(r=null===(n=e.supports.dialog)||void 0===n?void 0:n.url)||void 0===r?void 0:r.bot,parentCommunication:(null===(o=e.supports.dialog)||void 0===o?void 0:o.url)?{}:void 0},update:null===(i=e.supports.dialog)||void 0===i?void 0:i.update}:void 0})}}}],Re={"1.0.0":[{capability:{pages:{appButton:{},tabs:{}},stageView:{}},hostClientTypes:Ie}],"1.9.0":[{capability:{location:{}},hostClientTypes:Te}],"2.0.0":[{capability:{people:{}},hostClientTypes:Te},{capability:{sharing:{}},hostClientTypes:[N.desktop,N.web]}],"2.0.1":[{capability:{teams:{fullTrust:{joinedTeams:{}}}},hostClientTypes:[N.android,N.desktop,N.ios,N.teamsRoomsAndroid,N.teamsPhones,N.teamsDisplays,N.web]},{capability:{webStorage:{}},hostClientTypes:[N.desktop]}],"2.0.5":[{capability:{webStorage:{}},hostClientTypes:[N.android,N.ios]}],"2.0.8":[{capability:{sharing:{}},hostClientTypes:[N.android,N.ios]}]},Oe=we.extend("generateBackCompatRuntimeConfig");function ke(e,t){const n=Object.assign({},e);for(const r in t)Object.prototype.hasOwnProperty.call(t,r)&&("object"!=typeof t[r]||Array.isArray(t[r])?r in e||(n[r]=t[r]):n[r]=ke(e[r]||{},t[r]));return n}function Me(e,t,n){Oe("generating back compat runtime config for %s",e);let r=Object.assign({},t.supports);Oe("Supported capabilities in config before updating based on highestSupportedVersion: %o",r),Object.keys(n).forEach((t=>{Q(e,t)>=0&&n[t].forEach((e=>{void 0!==y.hostClientType&&e.hostClientTypes.includes(y.hostClientType)&&(r=ke(r,e.capability))}))}));const o={apiVersion:ve,hostVersionsInfo:G,isLegacyTeams:!0,supports:r};return Oe("Runtime config after updating based on highestSupportedVersion: %o",o),o}const Ue=we.extend("applyRuntimeConfig");function Le(e){"string"==typeof e.apiVersion&&(Ue("Trying to apply runtime with string apiVersion, processing as v1: %o",e),e=Object.assign(Object.assign({},e),{apiVersion:1})),Ue("Fast-forwarding runtime %o",e);const t=Pe(e);Ue("Applying runtime %o",t),Se=Y(t)}const He="2.22.0",Ne=t("internal"),Be=Ne.extend("ensureInitializeCalled"),xe=Ne.extend("ensureInitialized");function De(){if(!y.initializeCalled)throw Be(m),new Error(m)}function _e(e,...t){if(!y.initializeCompleted)throw xe("%s. initializeCalled: %s",m,y.initializeCalled.toString()),new Error(m);if(t&&t.length>0){let e=!1;for(let n=0;n<t.length;n++)if(t[n]===y.frameContext){e=!0;break}if(!e)throw new Error(`This call is only allowed in following contexts: ${JSON.stringify(t)}. Current context: "${y.frameContext}".`)}return be(e)}function Ve(e=s){const t=Q(y.clientSupportedSDKVersion,e);return!isNaN(t)&&t>=0}function We(){return y.hostClientType==N.android||y.hostClientType==N.ios||y.hostClientType==N.ipados}function je(e=s){if(!We()){throw{errorCode:U.NOT_SUPPORTED_ON_PLATFORM}}if(!Ve(e)){throw{errorCode:U.OLD_PLATFORM}}}function ze(e){let t=y.additionalValidOrigins.concat(e.filter((e=>"string"==typeof e&&p.test(e))));const n={};t=t.filter((e=>!n[e]&&(n[e]=!0,!0))),y.additionalValidOrigins=t}function $e(e){return null==e}var qe=function(e,t,n,r){function o(e){return e instanceof n?e:new n((function(t){t(e)}))}return new(n||(n=Promise))((function(n,i){function a(e){try{c(r.next(e))}catch(e){i(e)}}function s(e){try{c(r.throw(e))}catch(e){i(e)}}function c(e){e.done?n(e.value):o(e.value).then(a,s)}c((r=r.apply(e,t||[])).next())}))};let Ge=[];const Je=t("validateOrigin");function Ke(){return qe(this,void 0,void 0,(function*(){yield Qe()}))}function Ze(){return 0!==Ge.length}function Qe(){return qe(this,void 0,void 0,(function*(){return Ze()?Ge:le()?(Ge=d,d):fetch(f).then((e=>{if(!e.ok)throw new Error("Invalid Response from Fetch Call");return e.json().then((e=>{if(Xe(JSON.stringify(e)))return Ge=e.validOrigins,Ge;throw new Error("Valid Origins List Is Invalid")}))})).catch((e=>(Je("validOrigins fetch call to CDN failed with error: %s. Defaulting to fallback list",e),Ge=d,Ge)))}))}function Xe(e){let t=JSON.parse(e);try{t=JSON.parse(e)}catch(e){return!1}if(!t.validOrigins)return!1;for(const e of t.validOrigins)try{new URL("https://"+e)}catch(t){return Je("isValidOriginsFromCDN call failed to validate origin: %s",e),!1}return!0}function Ye(e,t){if("*."===e.substring(0,2)){const n=e.substring(1);if(t.length>n.length&&t.split(".").length===n.split(".").length&&t.substring(t.length-n.length)===n)return!0}else if(e===t)return!0;return!1}function et(e){return Qe().then((t=>{if(!ae(e))return Je("Origin %s is invalid because it is not using https protocol. Protocol being used: %s",e,e.protocol),!1;const n=e.host;if(t.some((e=>Ye(e,n))))return!0;for(const e of y.additionalValidOrigins){if(Ye("https://"===e.substring(0,8)?e.substring(8):e,n))return!0}return Je("Origin %s is invalid because it is not an origin approved by this library or included in the call to app.initialize.\nOrigins approved by this library: %o\nOrigins included in app.initialize: %o",e,t,y.additionalValidOrigins),!1}))}const tt="v1",nt="v2";var rt;!function(e){let t,n,r,i;function a(e,n){return new Promise(((r,o)=>{if(y.hostClientType===N.desktop||y.hostClientType===N.android||y.hostClientType===N.ios||y.hostClientType===N.ipados||y.hostClientType===N.macos||y.hostClientType===N.rigel||y.hostClientType===N.teamsRoomsWindows||y.hostClientType===N.teamsRoomsAndroid||y.hostClientType===N.teamsPhones||y.hostClientType===N.teamsDisplays||y.hostClientType===N.surfaceHub){const t=document.createElement("a");t.href=n.url,r(yn(e,"authentication.authenticate",[t.href,n.width,n.height,n.isExternal]).then((([e,t])=>{if(e)return t;throw new Error(t)})))}else t={success:r,fail:o},l(n)}))}function s(e,t){return new Promise((n=>{n(yn(e,"authentication.getAuthToken",[null==t?void 0:t.resources,null==t?void 0:t.claims,null==t?void 0:t.silent,null==t?void 0:t.tenantId]))})).then((([e,t])=>{if(e)return t;throw new Error(t)}))}function c(e){return new Promise((t=>{t(yn(e,"authentication.getUser"))})).then((([e,t])=>{if(e)return t;throw new Error(t)}))}function u(){d();try{dn.childWindow&&dn.childWindow.close()}finally{dn.childWindow=null,dn.childOrigin=null}}function l(e){u();let t=e.width||600,n=e.height||400;t=Math.min(t,dn.currentWindow.outerWidth-400),n=Math.min(n,dn.currentWindow.outerHeight-200);const r=document.createElement("a");r.href=e.url.replace("{oauthRedirectMethod}","web");let o=void 0!==dn.currentWindow.screenLeft?dn.currentWindow.screenLeft:dn.currentWindow.screenX,i=void 0!==dn.currentWindow.screenTop?dn.currentWindow.screenTop:dn.currentWindow.screenY;o+=dn.currentWindow.outerWidth/2-t/2,i+=dn.currentWindow.outerHeight/2-n/2,dn.childWindow=dn.currentWindow.open(r.href,"_blank","toolbar=no, location=yes, status=no, menubar=no, scrollbars=yes, top="+i+", left="+o+", width="+t+", height="+n),dn.childWindow?f():h("FailedToOpenWindow")}function d(){n&&(clearInterval(n),n=0),qt("initialize"),qt("navigateCrossDomain")}function f(){d(),n=dn.currentWindow.setInterval((()=>{if(!dn.childWindow||dn.childWindow.closed)h("CancelledByUser");else{const e=dn.childOrigin;try{dn.childOrigin="*",Kn("ping")}finally{dn.childOrigin=e}}}),100),$t(o(tt,"authentication.authenticationWindow.registerInitializeHandler"),"initialize",(()=>[x.authentication,y.hostClientType])),$t(o(tt,"authentication.authenticationWindow.registerNavigateCrossDomainHandler"),"navigateCrossDomain",(()=>!1))}function p(e){try{t&&t.success(e)}finally{t=void 0,u()}}function h(e){try{t&&t.fail(new Error(e))}finally{t=void 0,u()}}e.initialize=function(){$t(o(tt,"authentication.registerAuthenticateSuccessHandler"),"authentication.authenticate.success",p,!1),$t(o(tt,"authentication.registerAuthenticateFailureHandler"),"authentication.authenticate.failure",h,!1)},e.registerAuthenticationHandlers=function(e){r=e},e.authenticate=function(e){const t=void 0!==e,n=t?e:r;if(!n)throw new Error("No parameters are provided for authentication");return _e(Se,x.content,x.sidePanel,x.settings,x.remove,x.task,x.stage,x.meetingStage),a(n.successCallback||n.failureCallback?o(tt,"authentication.authenticate"):o(nt,"authentication.authenticate"),n).then((e=>{try{return n&&n.successCallback?(n.successCallback(e),""):e}finally{t||(r=void 0)}})).catch((e=>{try{if(n&&n.failureCallback)return n.failureCallback(e.message),"";throw e}finally{t||(r=void 0)}}))},e.getAuthToken=function(e){return De(),s(e&&(e.successCallback||e.failureCallback)?o(tt,"authentication.getAuthToken"):o(nt,"authentication.getAuthToken"),e).then((t=>e&&e.successCallback?(e.successCallback(t),""):t)).catch((t=>{if(e&&e.failureCallback)return e.failureCallback(t.message),"";throw t}))},e.getUser=function(e){return De(),c(e&&(e.successCallback||e.failureCallback)?o(tt,"authentication.getUser"):o(nt,"authentication.getUser")).then((t=>e&&e.successCallback?(e.successCallback(t),null):t)).catch((t=>{if(e&&e.failureCallback)return e.failureCallback(t.message),null;throw t}))},e.notifySuccess=function(e,t){_e(Se,x.authentication),En(o(t?tt:nt,"authentication.notifySuccess"),"authentication.authenticate.success",[e]),Gn(dn.parentWindow,(()=>setTimeout((()=>dn.currentWindow.close()),200)))},e.notifyFailure=function(e,t){_e(Se,x.authentication),En(o(t?tt:nt,"authentication.notifyFailure"),"authentication.authenticate.failure",[e]),Gn(dn.parentWindow,(()=>setTimeout((()=>dn.currentWindow.close()),200)))},function(e){e.Public="public",e.EUDB="eudb",e.Other="other"}(i=e.DataResidency||(e.DataResidency={}))}(rt||(rt={}));const ot="v2";function it(e,t){if(_e(Se,x.content,x.sidePanel,x.task,x.meetingStage),!ut.update.isSupported())throw z;En(e,"tasks.updateTask",[t])}function at(e,t,n,r){if(_e(Se,x.content,x.sidePanel,x.meetingStage),!ut.url.isSupported())throw z;r&&$t(o(ot,"dialog.url.registerMessageForParentHandler"),"messageForParent",r);En(e,"tasks.startTask",[ut.url.getDialogInfoFromUrlDialogInfo(t)],((e,t)=>{null==n||n({err:e,result:t}),qt("messageForParent")}))}function st(e,t,n,r){if(_e(Se,x.content,x.sidePanel,x.meetingStage),!ut.url.bot.isSupported())throw z;r&&$t(o(ot,"dialog.url.bot.registerMessageForParentHandler"),"messageForParent",r);En(e,"tasks.startTask",[ut.url.getDialogInfoFromBotUrlDialogInfo(t)],((e,t)=>{null==n||n({err:e,result:t}),qt("messageForParent")}))}function ct(e,t,n){if(_e(Se,x.content,x.task),!ut.url.isSupported())throw z;En(e,"tasks.completeTask",[t,n?Array.isArray(n)?n:[n]:[]])}var ut;!function(e){const t=[];function n(e){y.frameContext&&(y.frameContext===x.task?t.push(e):qt("messageForChild"))}let r,i,a;e.initialize=function(){$t(o(ot,"dialog.registerMessageForChildHandler"),"messageForChild",n,!1)},function(e){let n,r;function i(e){return{url:e.url,height:e.size?e.size.height:V.Small,width:e.size?e.size.width:V.Small,title:e.title,fallbackUrl:e.fallbackUrl}}e.open=function(e,t,n){at(o(ot,"dialog.url.open"),e,t,n)},e.submit=function(e,t){ct(o(ot,"dialog.url.submit"),e,t)},function(e){function n(){var e,t;return _e(Se)&&!!(null===(t=null===(e=Se.supports.dialog)||void 0===e?void 0:e.url)||void 0===t?void 0:t.parentCommunication)}e.sendMessageToParentFromDialog=function(e){if(_e(Se,x.task),!n())throw z;En(o(ot,"dialog.url.parentCommunication.sendMessageToParentFromDialog"),"messageForParent",[e])},e.sendMessageToDialog=function(e){if(_e(Se,x.content,x.sidePanel,x.meetingStage),!n())throw z;En(o(ot,"dialog.url.parentCommunication.sendMessageToDialog"),"messageForChild",[e])},e.registerOnMessageFromParent=function(e){if(_e(Se,x.task),!n())throw z;for(qt("messageForChild"),$t(o(ot,"dialog.url.parentCommunication.registerMessageForChildHandler"),"messageForChild",e),t.reverse();t.length>0;){e(t.pop())}},e.isSupported=n}(n=e.parentCommunication||(e.parentCommunication={})),e.isSupported=function(){return _e(Se)&&void 0!==(Se.supports.dialog&&Se.supports.dialog.url)},function(e){e.open=function(e,t,n){st(o(ot,"dialog.url.bot.open"),e,t,n)},e.isSupported=function(){return _e(Se)&&void 0!==(Se.supports.dialog&&Se.supports.dialog.url&&Se.supports.dialog.url.bot)}}(r=e.bot||(e.bot={})),e.getDialogInfoFromUrlDialogInfo=i,e.getDialogInfoFromBotUrlDialogInfo=function(e){const t=i(e);return t.completionBotId=e.completionBotId,t}}(r=e.url||(e.url={})),e.isSupported=function(){return!(!_e(Se)||!Se.supports.dialog)},function(e){e.resize=function(e){it(o(ot,"dialog.update.resize"),e)},e.isSupported=function(){return!(!_e(Se)||!Se.supports.dialog)&&!!Se.supports.dialog.update}}(i=e.update||(e.update={})),function(e){function t(){const e=Se.hostVersionsInfo&&Se.hostVersionsInfo.adaptiveCardSchemaVersion&&!ie(Se.hostVersionsInfo.adaptiveCardSchemaVersion);return _e(Se)&&void 0!==(e&&Se.supports.dialog&&Se.supports.dialog.card)}let n;function r(e){return{card:e.card,height:e.size?e.size.height:V.Small,width:e.size?e.size.width:V.Small,title:e.title}}function i(e){const t=r(e);return t.completionBotId=e.completionBotId,t}e.open=function(e,n){if(_e(Se,x.content,x.sidePanel,x.meetingStage),!t())throw z;const i=r(e);En(o(ot,"dialog.adaptiveCard.open"),"tasks.startTask",[i],((e,t)=>{null==n||n({err:e,result:t})}))},e.isSupported=t,function(e){function t(){const e=Se.hostVersionsInfo&&Se.hostVersionsInfo.adaptiveCardSchemaVersion&&!ie(Se.hostVersionsInfo.adaptiveCardSchemaVersion);return _e(Se)&&void 0!==(e&&Se.supports.dialog&&Se.supports.dialog.card&&Se.supports.dialog.card.bot)}e.open=function(e,n){if(_e(Se,x.content,x.sidePanel,x.meetingStage),!t())throw z;const r=i(e);En(o(ot,"dialog.adaptiveCard.bot.open"),"tasks.startTask",[r],((e,t)=>{null==n||n({err:e,result:t})}))},e.isSupported=t}(n=e.bot||(e.bot={}))}(a=e.adaptiveCard||(e.adaptiveCard={}))}(ut||(ut={}));const lt="v2";var dt;!function(e){let t,n,r,i,a;!function(e){e[e.ifRoom=0]="ifRoom",e[e.overflowOnly=1]="overflowOnly"}(t=e.DisplayMode||(e.DisplayMode={}));function s(e){a&&a(e)||(_e(Se),En(o(lt,"menus.handleViewConfigItemPress"),"viewConfigItemPress",[e]))}function c(e){r&&r(e)||(_e(Se),En(o(lt,"menus.handleNavBarMenuItemPress"),"handleNavBarMenuItemPress",[e]))}function u(e){i&&i(e)||(_e(Se),En(o(lt,"menus.handleActionMenuItemPress"),"handleActionMenuItemPress",[e]))}function l(){return!(!_e(Se)||!Se.supports.menus)}e.MenuItem=class{constructor(){this.enabled=!0,this.selected=!1}},function(e){e.dropDown="dropDown",e.popOver="popOver"}(n=e.MenuListType||(e.MenuListType={})),e.initialize=function(){$t(o(lt,"menus.registerNavBarMenuItemPressHandler"),"navBarMenuItemPress",c,!1),$t(o(lt,"menus.registerActionMenuItemPressHandler"),"actionMenuItemPress",u,!1),$t(o(lt,"menus.registerSetModuleViewHandler"),"setModuleView",s,!1)},e.setUpViews=function(e,t){if(_e(Se),!l())throw z;a=t,En(o(lt,"menus.setUpViews"),"setUpViews",[e])},e.setNavBarMenu=function(e,t){if(_e(Se),!l())throw z;r=t,En(o(lt,"menus.setNavBarMenu"),"setNavBarMenu",[e])},e.showActionMenu=function(e,t){if(_e(Se),!l())throw z;i=t,En(o(lt,"menus.showActionMenu"),"showActionMenu",[e])},e.isSupported=l}(dt||(dt={}));const ft="v2",pt=5e3,ht=t("app");function gt(e,t){if(le()){return ht.extend("initialize")("window object undefined at initialization"),Promise.resolve()}return re((()=>bt(e,t)),pt,new Error("SDK initialization timed out."))}function mt(e){En(e,It.Messages.AppLoaded,[He])}function wt(e,t){En(e,It.Messages.ExpectedFailure,[t.reason,t.message])}function vt(e,t){En(e,It.Messages.Failure,[t.reason,t.message])}function yt(e){En(e,It.Messages.Success,[He])}const Ct=ht.extend("initializeHelper");function bt(e,t){return new Promise((n=>{y.initializeCalled||(y.initializeCalled=!0,Vt(),y.initializePromise=pn(t,e).then((({context:e,clientType:t,runtimeConfig:n,clientSupportedSDKVersion:r=s})=>{y.frameContext=e,y.hostClientType=t,y.clientSupportedSDKVersion=r;try{Ct("Parsing %s",n);const e=JSON.parse(n);if(Ct("Checking if %o is a valid runtime object",null!=e?e:"null"),!e||!e.apiVersion)throw new Error("Received runtime config is invalid");n&&Le(e)}catch(e){if(!(e instanceof SyntaxError))throw e;try{Ct("Attempting to parse %s as an SDK version",n),isNaN(Q(n,s))||(y.clientSupportedSDKVersion=n);const e=JSON.parse(r);if(Ct("givenRuntimeConfig parsed to %o",null!=e?e:"null"),!e)throw new Error("givenRuntimeConfig string was successfully parsed. However, it parsed to value of null");Le(e)}catch(e){if(!(e instanceof SyntaxError))throw e;Le(Me(y.clientSupportedSDKVersion,Ee,Re))}}y.initializeCompleted=!0})),rt.initialize(),dt.initialize(),xt.config.initialize(),ut.initialize()),Array.isArray(t)&&ze(t),void 0!==y.initializePromise?n(y.initializePromise):Ct("GlobalVars.initializePromise is unexpectedly undefined")}))}function St(e,t){!$e(t)&&De(),Kt(e,t)}function Et(e,t){return new Promise((n=>{_e(Se,x.content,x.sidePanel,x.settings,x.task,x.stage,x.meetingStage),n(mn(e,"executeDeepLink",t))}))}var It;function At(e){var t;return{actionInfo:e.actionInfo,app:{locale:e.locale,sessionId:e.appSessionId?e.appSessionId:"",theme:e.theme?e.theme:"default",iconPositionVertical:e.appIconPosition,osLocaleInfo:e.osLocaleInfo,parentMessageId:e.parentMessageId,userClickTime:e.userClickTime,userFileOpenPreference:e.userFileOpenPreference,host:{name:e.hostName?e.hostName:B.teams,clientType:e.hostClientType?e.hostClientType:N.web,sessionId:e.sessionId?e.sessionId:"",ringId:e.ringId},appLaunchId:e.appLaunchId},page:{id:e.entityId,frameContext:e.frameContext?e.frameContext:y.frameContext,subPageId:e.subEntityId,isFullScreen:e.isFullScreen,isMultiWindow:e.isMultiWindow,sourceOrigin:e.sourceOrigin},user:{id:null!==(t=e.userObjectId)&&void 0!==t?t:"",displayName:e.userDisplayName,isCallingAllowed:e.isCallingAllowed,isPSTNCallingAllowed:e.isPSTNCallingAllowed,licenseType:e.userLicenseType,loginHint:e.loginHint,userPrincipalName:e.userPrincipalName,tenant:e.tid?{id:e.tid,teamsSku:e.tenantSKU}:void 0},channel:e.channelId?{id:e.channelId,displayName:e.channelName,relativeUrl:e.channelRelativeUrl,membershipType:e.channelType,defaultOneNoteSectionId:e.defaultOneNoteSectionId,ownerGroupId:e.hostTeamGroupId,ownerTenantId:e.hostTeamTenantId}:void 0,chat:e.chatId?{id:e.chatId}:void 0,meeting:e.meetingId?{id:e.meetingId}:void 0,sharepoint:e.sharepoint,team:e.teamId?{internalId:e.teamId,displayName:e.teamName,type:e.teamType,groupId:e.groupId,templateId:e.teamTemplateId,isArchived:e.isTeamArchived,userRole:e.userTeamRole}:void 0,sharePointSite:e.teamSiteUrl||e.teamSiteDomain||e.teamSitePath||e.mySitePath||e.mySiteDomain?{teamSiteUrl:e.teamSiteUrl,teamSiteDomain:e.teamSiteDomain,teamSitePath:e.teamSitePath,teamSiteId:e.teamSiteId,mySitePath:e.mySitePath,mySiteDomain:e.mySiteDomain}:void 0,dialogParameters:e.dialogParameters||{}}}!function(e){const n=t("app");let r,i,a;e.Messages={AppLoaded:"appInitialization.appLoaded",Success:"appInitialization.success",Failure:"appInitialization.failure",ExpectedFailure:"appInitialization.expectedFailure"},function(e){e.AuthFailed="AuthFailed",e.Timeout="Timeout",e.Other="Other"}(r=e.FailedReason||(e.FailedReason={})),function(e){e.PermissionError="PermissionError",e.NotFound="NotFound",e.Throttling="Throttling",e.Offline="Offline",e.Other="Other"}(i=e.ExpectedFailureReason||(e.ExpectedFailureReason={})),e.isInitialized=function(){return y.initializeCompleted},e.getFrameContext=function(){return y.frameContext},function(){if(le())return;const e=document.getElementsByTagName("script"),t=e&&e[e.length-1]&&e[e.length-1].src,r="Today, teamsjs can only be used from a single script or you may see undefined behavior. This log line is used to help detect cases where teamsjs is loaded multiple times -- it is always written. The presence of the log itself does not indicate a multi-load situation, but multiples of these log lines will. If you would like to use teamjs from more than one script at the same time, please open an issue at https://github.com/OfficeDev/microsoft-teams-library-js/issues";t&&0!==t.length?n("teamsjs is being used from %s. %s",t,r):n("teamsjs is being used from a script tag embedded directly in your html. %s",r)}(),e.initialize=function(e){return Ke(),gt(o(ft,"app.initialize"),e)},e._initialize=function(e){dn.currentWindow=e},e._uninitialize=function(){y.initializeCalled&&(Wt(),y.initializeCalled=!1,y.initializeCompleted=!1,y.initializePromise=void 0,y.additionalValidOrigins=[],y.frameContext=void 0,y.hostClientType=void 0,y.isFramelessWindow=!1,hn())},e.getContext=function(){return new Promise((e=>{De(),e(gn(o(ft,"app.getContext"),"getContext"))})).then((e=>At(e)))},e.notifyAppLoaded=function(){De(),mt(o(ft,"app.notifyAppLoaded"))},e.notifySuccess=function(){De(),yt(o(ft,"app.notifySuccess"))},e.notifyFailure=function(e){De(),vt(o(ft,"app.notifyFailure"),e)},e.notifyExpectedFailure=function(e){De(),wt(o(ft,"app.notifyExpectedFailure"),e)},e.registerOnThemeChangeHandler=function(e){St(o(ft,"app.registerOnThemeChangeHandler"),e)},e.openLink=function(e){return Et(o(ft,"app.openLink"),e)},function(e){e.registerBeforeSuspendOrTerminateHandler=function(e){if(!e)throw new Error("[app.lifecycle.registerBeforeSuspendOrTerminateHandler] Handler cannot be null");_e(Se),tn(e)},e.registerOnResumeHandler=function(e){if(!e)throw new Error("[app.lifecycle.registerOnResumeHandler] Handler cannot be null");_e(Se),nn(e)}}(a=e.lifecycle||(e.lifecycle={}))}(It||(It={}));const Tt="v2";function Pt(e,t){return new Promise((n=>{if(_e(Se,x.content,x.sidePanel,x.settings,x.remove,x.task,x.stage,x.meetingStage),!xt.isSupported())throw z;n(wn(e,"navigateCrossDomain","Cross-origin navigation is only supported for URLs matching the pattern registered in the manifest.",t))}))}function Ft(e){return new Promise((t=>{if(_e(Se),!xt.backStack.isSupported())throw z;t(wn(e,"navigateBack","Back navigation is not supported in the current client or context."))}))}function Rt(e,t){return new Promise((n=>{if(_e(Se),!xt.tabs.isSupported())throw z;n(wn(e,"navigateToTab","Invalid internalTabInstanceId and/or channelId were/was provided",t))}))}function Ot(e,t){if(_e(Se),!xt.isSupported())throw z;En(e,"returnFocus",[t])}function kt(e,t){return new Promise((n=>{if(_e(Se),!xt.tabs.isSupported())throw z;n(gn(e,"getTabInstances",t))}))}function Mt(e,t){return new Promise((n=>{if(_e(Se),!xt.tabs.isSupported())throw z;n(gn(e,"getMruTabInstances",t))}))}function Ut(e,t){if(_e(Se,x.content,x.sidePanel,x.meetingStage),!xt.isSupported())throw z;En(e,"shareDeepLink",[t.subPageId,t.subPageLabel,t.subPageWebUrl])}function Lt(e,t){if(_e(Se,x.content),!xt.isSupported())throw z;En(e,"setFrameContext",[t])}function Ht(e,t){if(_e(Se,x.settings,x.remove),!xt.config.isSupported())throw z;En(e,"settings.setValidityState",[t])}function Nt(e){return new Promise((t=>{if(_e(Se,x.content,x.settings,x.remove,x.sidePanel),!xt.isSupported())throw z;t(gn(e,"settings.getSettings"))}))}function Bt(e,t){return new Promise((n=>{if(_e(Se,x.content,x.settings,x.sidePanel),!xt.config.isSupported())throw z;n(mn(e,"settings.setSettings",t))}))}var xt;!function(e){function t(e){Lt(o(Tt,"pages.setCurrentFrame"),e)}function n(){return!(!_e(Se)||!Se.supports.pages)}let r,i,a,s,c,u;e.returnFocus=function(e){Ot(o(Tt,"pages.returnFocus"),e)},e.registerFocusEnterHandler=function(e){Jt(o(Tt,"pages.registerFocusEnterHandler"),"focusEnter",e,[],(()=>{if(!n())throw z}))},e.setCurrentFrame=t,e.initializeWithFrameContext=function(e,n,r){Ke(),gt(o(Tt,"pages.initializeWithFrameContext"),r).then((()=>n&&n())),t(e)},e.getConfig=function(){return Nt(o(Tt,"pages.getConfig."))},e.navigateCrossDomain=function(e){return Pt(o(Tt,"pages.navigateCrossDomain"),e)},e.navigateToApp=function(e){return new Promise((t=>{if(_e(Se,x.content,x.sidePanel,x.settings,x.task,x.stage,x.meetingStage),!n())throw z;const r=o(Tt,"pages.navigateCrossDomain");Se.isLegacyTeams?t(mn(r,"executeDeepLink",oe(e))):t(mn(r,"pages.navigateToApp",e))}))},e.shareDeepLink=function(e){return Ut(o(Tt,"pages.shareDeepLink"),e)},e.registerFullScreenHandler=function(e){Jt(o(Tt,"pages.registerFullScreenHandler"),"fullScreenChange",e,[],(()=>{if(!$e(e)&&!n())throw z}))},e.isSupported=n,function(e){e.navigateToTab=function(e){return Rt(o(Tt,"pages.tabs.navigateToTab"),e)},e.getTabInstances=function(e){return kt(o(Tt,"pages.tabs.getTabInstances"),e)},e.getMruTabInstances=function(e){return Mt(o(Tt,"pages.tabs.getMruTabInstances"),e)},e.isSupported=function(){return!(!_e(Se)||!Se.supports.pages)&&!!Se.supports.pages.tabs}}(r=e.tabs||(e.tabs={})),function(e){let t,n;function r(e,n,r){!$e(n)&&_e(Se,x.settings),r&&r(),t=n,!$e(n)&&En(e,"registerHandler",["save"])}function i(e,t,r){!$e(t)&&_e(Se,x.remove,x.settings),r&&r(),n=t,!$e(t)&&En(e,"registerHandler",["remove"])}function a(e){const n=new s(e);t?t(n):dn.childWindow?Kn("settings.save",[e]):n.notifySuccess()}e.initialize=function(){$t(o(Tt,"pages.config.registerSettingsSaveHandler"),"settings.save",a,!1),$t(o(Tt,"pages.config.registerSettingsRemoveHandler"),"settings.remove",c,!1)},e.setValidityState=function(e){return Ht(o(Tt,"pages.config.setValidityState"),e)},e.setConfig=function(e){return Bt(o(Tt,"pages.config.setConfig"),e)},e.registerOnSaveHandler=function(e){r(o(Tt,"pages.config.registerOnSaveHandler"),e,(()=>{if(!$e(e)&&!l())throw z}))},e.registerOnSaveHandlerHelper=r,e.registerOnRemoveHandler=function(e){i(o(Tt,"pages.config.registerOnRemoveHandler"),e,(()=>{if(!$e(e)&&!l())throw z}))},e.registerOnRemoveHandlerHelper=i,e.registerChangeConfigHandler=function(e){Jt(o(Tt,"pages.config.registerChangeConfigHandler"),"changeSettings",e,[x.content],(()=>{if(!l())throw z}))};class s{constructor(e){this.notified=!1,this.result=e||{}}notifySuccess(){this.ensureNotNotified(),En(o(Tt,"pages.saveEvent.notifySuccess"),"settings.save.success"),this.notified=!0}notifyFailure(e){this.ensureNotNotified(),En(o(Tt,"pages.saveEvent.notifyFailure"),"settings.save.failure",[e]),this.notified=!0}ensureNotNotified(){if(this.notified)throw new Error("The SaveEvent may only notify success or failure once.")}}function c(){const e=new u;n?n(e):dn.childWindow?Kn("settings.remove",[]):e.notifySuccess()}class u{constructor(){this.notified=!1}notifySuccess(){this.ensureNotNotified(),En(o(Tt,"pages.removeEvent.notifySuccess"),"settings.remove.success"),this.notified=!0}notifyFailure(e){this.ensureNotNotified(),En(o(Tt,"pages.removeEvent.notifyFailure"),"settings.remove.failure",[e]),this.notified=!0}ensureNotNotified(){if(this.notified)throw new Error("The removeEventType may only notify success or failure once.")}}function l(){return!(!_e(Se)||!Se.supports.pages)&&!!Se.supports.pages.config}e.isSupported=l}(i=e.config||(e.config={})),function(e){let t;function n(){return Ft(o(Tt,"pages.backStack.navigateBack"))}function r(e,n,r){!$e(n)&&_e(Se),r&&r(),t=n,!$e(n)&&En(e,"registerHandler",["backButton"])}function i(){t&&t()||(dn.childWindow?Kn("backButtonPress",[]):n())}function a(){return!(!_e(Se)||!Se.supports.pages)&&!!Se.supports.pages.backStack}e._initialize=function(){$t(o(Tt,"pages.backStack.registerBackButtonPressHandler"),"backButtonPress",i,!1)},e.navigateBack=n,e.registerBackButtonHandler=function(e){r(o(Tt,"pages.backStack.registerBackButtonHandler"),e,(()=>{if(!$e(e)&&!a())throw z}))},e.registerBackButtonHandlerHelper=r,e.isSupported=a}(a=e.backStack||(e.backStack={})),function(e){function t(){return!(!_e(Se)||!Se.supports.pages)&&!!Se.supports.pages.fullTrust}e.enterFullscreen=function(){if(_e(Se,x.content),!t())throw z;En(o(Tt,"pages.fullTrust.enterFullscreen"),"enterFullscreen",[])},e.exitFullscreen=function(){if(_e(Se,x.content),!t())throw z;En(o(Tt,"pages.fullTrust.exitFullscreen"),"exitFullscreen",[])},e.isSupported=t}(s=e.fullTrust||(e.fullTrust={})),function(e){function t(){return!(!_e(Se)||!Se.supports.pages)&&!!Se.supports.pages.appButton}e.onClick=function(e){Jt(o(Tt,"pages.appButton.onClick"),"appButtonClick",e,[x.content],(()=>{if(!t())throw z}))},e.onHoverEnter=function(e){Jt(o(Tt,"pages.appButton.onHoverEnter"),"appButtonHoverEnter",e,[x.content],(()=>{if(!t())throw z}))},e.onHoverLeave=function(e){Jt(o(Tt,"pages.appButton.onHoverLeave"),"appButtonHoverLeave",e,[x.content],(()=>{if(!t())throw z}))},e.isSupported=t}(c=e.appButton||(e.appButton={})),function(e){function t(){return!(!_e(Se)||!Se.supports.pages)&&!!Se.supports.pages.currentApp}e.navigateTo=function(e){return new Promise((n=>{if(_e(Se,x.content,x.sidePanel,x.settings,x.task,x.stage,x.meetingStage),!t())throw z;n(vn(o(Tt,"pages.currentApp.navigateTo"),"pages.currentApp.navigateTo",e))}))},e.navigateToDefaultPage=function(){return new Promise((e=>{if(_e(Se,x.content,x.sidePanel,x.settings,x.task,x.stage,x.meetingStage),!t())throw z;e(vn(o(Tt,"pages.currentApp.navigateToDefaultPage"),"pages.currentApp.navigateToDefaultPage"))}))},e.isSupported=t}(u=e.currentApp||(e.currentApp={}))}(xt||(xt={}));const Dt=t("handlers");class _t{static initializeHandlers(){_t.handlers.themeChange=Zt,_t.handlers.load=Xt,_t.handlers.beforeUnload=en,xt.backStack._initialize()}static uninitializeHandlers(){_t.handlers={},_t.themeChangeHandler=null,_t.loadHandler=null,_t.beforeUnloadHandler=null,_t.beforeSuspendOrTerminateHandler=null,_t.resumeHandler=null}}function Vt(){_t.initializeHandlers()}function Wt(){_t.uninitializeHandlers()}_t.handlers={},_t.themeChangeHandler=null,_t.loadHandler=null,_t.beforeUnloadHandler=null,_t.beforeSuspendOrTerminateHandler=null,_t.resumeHandler=null;const jt=Dt.extend("callHandler");function zt(e,t){const n=_t.handlers[e];if(n){jt("Invoking the registered handler for message %s with arguments %o",e,t);return[!0,n.apply(this,t)]}return dn.childWindow?(Kn(e,t),[!1,void 0]):(jt("Handler for action message %s not found.",e),[!1,void 0])}function $t(e,t,n,r=!0,o=[]){n?(_t.handlers[t]=n,r&&En(e,"registerHandler",[t,...o])):delete _t.handlers[t]}function qt(e){delete _t.handlers[e]}function Gt(e){return null!=_t.handlers[e]}function Jt(e,t,n,r,o){n&&_e(Se,...r),o&&o(),$t(e,t,n)}function Kt(e,t){_t.themeChangeHandler=t,!$e(t)&&En(e,"registerHandler",["themeChange"])}function Zt(e){_t.themeChangeHandler&&_t.themeChangeHandler(e),dn.childWindow&&Kn("themeChange",[e])}function Qt(e,t){_t.loadHandler=t,!$e(t)&&En(e,"registerHandler",["load"])}function Xt(e){_t.resumeHandler?_t.resumeHandler(e):_t.loadHandler&&_t.loadHandler(e),dn.childWindow&&Kn("load",[e])}function Yt(e,t){_t.beforeUnloadHandler=t,!$e(t)&&En(e,"registerHandler",["beforeUnload"])}function en(){const e=()=>{En(o("v2","handleBeforeUnload"),"readyToUnload",[])};_t.beforeSuspendOrTerminateHandler?(_t.beforeSuspendOrTerminateHandler(),dn.childWindow?Kn("beforeUnload"):e()):_t.beforeUnloadHandler&&_t.beforeUnloadHandler(e)||(dn.childWindow?Kn("beforeUnload"):e())}function tn(e){_t.beforeSuspendOrTerminateHandler=e,!$e(e)&&En(o("v2","registerBeforeSuspendOrTerminateHandler"),"registerHandler",["beforeUnload"])}function nn(e){_t.resumeHandler=e,!$e(e)&&En(o("v2","registerOnResumeHandler"),"registerHandler",["load"])}const rn=t("nestedAppAuthUtils"),on=rn.extend("tryPolyfillWithNestedAppAuthBridge");function an(e,t,n){var r;const o=on;if(y.isFramelessWindow)return void o("Cannot polyfill nestedAppAuthBridge as current window is frameless");if(!t)return void o("Cannot polyfill nestedAppAuthBridge as current window does not exist");const i=(()=>{try{return JSON.parse(e)}catch(e){return null}})();if(!i||!(null===(r=i.supports)||void 0===r?void 0:r.nestedAppAuth))return void o("Cannot polyfill nestedAppAuthBridge as current hub does not support nested app auth");const a=t;if(a.nestedAppAuthBridge)return void o("nestedAppAuthBridge already exists on current window, skipping polyfill");const s=cn(a,n);s&&(a.nestedAppAuthBridge=s)}const sn=rn.extend("createNestedAppAuthBridge");function cn(e,t){const n=sn;if(!e)return n("nestedAppAuthBridge cannot be created as current window does not exist"),null;const{onMessage:r,sendPostMessage:o}=t,i=e=>t=>r(t,e);return{addEventListener:(t,r)=>{"message"===t?e.addEventListener(t,i(r)):n(`Event ${t} is not supported by nestedAppAuthBridge`)},postMessage:e=>{const t=(()=>{try{return JSON.parse(e)}catch(e){return null}})();t&&"object"==typeof t&&"NestedAppAuthRequest"===t.messageType?o(e):n("Unrecognized data format received by app, message being ignored. Message: %o",e)},removeEventListener:(t,n)=>{e.removeEventListener(t,i(n))}}}var un=function(e,t,n,r){function o(e){return e instanceof n?e:new n((function(t){t(e)}))}return new(n||(n=Promise))((function(n,i){function a(e){try{c(r.next(e))}catch(e){i(e)}}function s(e){try{c(r.throw(e))}catch(e){i(e)}}function c(e){e.done?n(e.value):o(e.value).then(a,s)}c((r=r.apply(e,t||[])).next())}))};const ln=t("communication");class dn{}class fn{}function pn(e,t){if(fn.messageListener=e=>un(this,void 0,void 0,(function*(){return yield kn(e)})),dn.currentWindow=dn.currentWindow||ue(),dn.parentWindow=dn.currentWindow.parent!==dn.currentWindow.self?dn.currentWindow.parent:dn.currentWindow.opener,dn.topWindow=dn.currentWindow.top,(dn.parentWindow||e)&&dn.currentWindow.addEventListener("message",fn.messageListener,!1),!dn.parentWindow){const e=dn.currentWindow;if(!e.nativeInterface)return Promise.reject(new Error("Initialization Failed. No Parent window found."));y.isFramelessWindow=!0,e.onNativeMessage=xn}try{return dn.parentOrigin="*",yn(t,"initialize",[He,ve]).then((([e,t,n,r])=>(an(r,dn.currentWindow,{onMessage:Un,sendPostMessage:An}),{context:e,clientType:t,runtimeConfig:n,clientSupportedSDKVersion:r})))}finally{dn.parentOrigin=null}}function hn(){dn.currentWindow&&dn.currentWindow.removeEventListener("message",fn.messageListener,!1),dn.currentWindow=null,dn.parentWindow=null,dn.parentOrigin=null,dn.childWindow=null,dn.childOrigin=null,fn.parentMessageQueue=[],fn.childMessageQueue=[],fn.nextMessageId=0,fn.callbacks={},fn.promiseCallbacks={},fn.portCallbacks={}}function gn(e,t,...n){return yn(e,t,n).then((([e])=>e))}function mn(e,t,...n){return yn(e,t,n).then((([e,t])=>{if(!e)throw new Error(t)}))}function wn(e,t,n,...r){return yn(e,t,r).then((([e,t])=>{if(!e)throw new Error(t||n)}))}function vn(e,t,...n){return yn(e,t,n).then((([e,t])=>{if(e)throw e;return t}))}function yn(e,t,n=void 0){if(!i(e))throw Error(`apiVersionTag: ${e} passed in doesn't follow the pattern starting with 'v' followed by digits, then underscore with words, please check.`);return new Promise((r=>{r(Sn(Rn(e,t,n).id))}))}function Cn(e,t,n=void 0){if(!i(e))throw Error(`apiVersionTag: ${e} passed in doesn't follow the pattern starting with 'v' followed by digits, then underscore with words, please check.`);return bn(Rn(e,t,n).id)}function bn(e){return new Promise(((t,n)=>{fn.portCallbacks[e]=(e,r)=>{e instanceof MessagePort?t(e):n(r&&r.length>0?r[0]:new Error("Host responded without port or error details."))}}))}function Sn(e){return new Promise((t=>{fn.promiseCallbacks[e]=t}))}function En(e,t,n,r){let o;if(n instanceof Function?r=n:n instanceof Array&&(o=n),!i(e))throw Error(`apiVersionTag: ${e} passed in doesn't follow the pattern starting with 'v' followed by digits, then underscore with words, please check.`);const a=Rn(e,t,o);r&&(fn.callbacks[a.id]=r)}fn.parentMessageQueue=[],fn.childMessageQueue=[],fn.topMessageQueue=[],fn.nextMessageId=0,fn.callbacks={},fn.promiseCallbacks={},fn.portCallbacks={};const In=ln.extend("sendNestedAuthRequestToTopWindow");function An(e){const t=In,n=dn.topWindow,r=Qn(e);return t("Message %i information: %o",r.id,{actionName:r.func}),Pn(n,r)}const Tn=ln.extend("sendRequestToTargetWindowHelper");function Pn(e,t){const n=Tn,r=zn(e);if(y.isFramelessWindow)dn.currentWindow&&dn.currentWindow.nativeInterface&&(n(`Sending message %i to ${r} via framelessPostMessage interface`,t.id),dn.currentWindow.nativeInterface.framelessPostMessage(JSON.stringify(t)));else{const o=jn(e);e&&o?(n(`Sending message %i to ${r} via postMessage`,t.id),e.postMessage(t,o)):(n(`Adding message %i to ${r} message queue`,t.id),Wn(e).push(t))}return t}const Fn=ln.extend("sendMessageToParentHelper");function Rn(e,t,n){const r=Fn,o=dn.parentWindow,i=Zn(e,t,n);return r("Message %i information: %o",i.id,{actionName:t,args:n}),Pn(o,i)}const On=ln.extend("processMessage");function kn(e){return un(this,void 0,void 0,(function*(){if(!e||!e.data||"object"!=typeof e.data)return void On("Unrecognized message format received by app, message being ignored. Message: %o",e);const t=e.source||e.originalEvent&&e.originalEvent.source,n=e.origin||e.originalEvent&&e.originalEvent.origin;return Hn(t,n).then((r=>{r?(Nn(t,n),t===dn.parentWindow?xn(e):t===dn.childWindow&&_n(e)):On("Message being ignored by app because it is either coming from the current window or a different window with an invalid origin")}))}))}const Mn=ln.extend("processAuthBridgeMessage");function Un(e,t){var n,r;const o=Mn;if(!e||!e.data||"object"!=typeof e.data)return void o("Unrecognized message format received by app, message being ignored. Message: %o",e);const{args:i}=e.data,[,a]=null!=i?i:[],s=(()=>{try{return JSON.parse(a)}catch(e){return null}})();if(!s||"object"!=typeof s||"NestedAppAuthResponse"!==s.messageType)return void o("Unrecognized data format received by app, message being ignored. Message: %o",e);const c=e.source||(null===(n=null==e?void 0:e.originalEvent)||void 0===n?void 0:n.source),u=e.origin||(null===(r=null==e?void 0:e.originalEvent)||void 0===r?void 0:r.origin);c?Hn(c,u)?(dn.topWindow&&!dn.topWindow.closed&&c!==dn.topWindow||(dn.topWindow=c,dn.topOrigin=u),dn.topWindow&&dn.topWindow.closed&&(dn.topWindow=null,dn.topOrigin=null),qn(dn.topWindow),t(a)):o("Message being ignored by app because it is either coming from the current window or a different window with an invalid origin"):o("Message being ignored by app because it is coming for a target that is null")}const Ln=ln.extend("shouldProcessMessage");function Hn(e,t){return un(this,void 0,void 0,(function*(){if(dn.currentWindow&&e===dn.currentWindow)return Ln("Should not process message because it is coming from the current window"),!1;if(dn.currentWindow&&dn.currentWindow.location&&t&&t===dn.currentWindow.location.origin)return!0;{const e=yield et(new URL(t));return e||Ln("Message has an invalid origin of %s",t),e}}))}function Nn(e,t){y.isFramelessWindow||dn.parentWindow&&!dn.parentWindow.closed&&e!==dn.parentWindow?dn.childWindow&&!dn.childWindow.closed&&e!==dn.childWindow||(dn.childWindow=e,dn.childOrigin=t):(dn.parentWindow=e,dn.parentOrigin=t),dn.parentWindow&&dn.parentWindow.closed&&(dn.parentWindow=null,dn.parentOrigin=null),dn.childWindow&&dn.childWindow.closed&&(dn.childWindow=null,dn.childOrigin=null),qn(dn.parentWindow),qn(dn.childWindow)}const Bn=ln.extend("handleParentMessage");function xn(e){const t=Bn;if("id"in e.data&&"number"==typeof e.data.id){const n=e.data,r=fn.callbacks[n.id];t("Received a response from parent for message %i",n.id),r&&(t("Invoking the registered callback for message %i with arguments %o",n.id,n.args),r.apply(null,[...n.args,n.isPartialResponse]),Dn(e)||(t("Removing registered callback for message %i",n.id),delete fn.callbacks[n.id]));const o=fn.promiseCallbacks[n.id];o&&(t("Invoking the registered promise callback for message %i with arguments %o",n.id,n.args),o(n.args),t("Removing registered promise callback for message %i",n.id),delete fn.promiseCallbacks[n.id]);const i=fn.portCallbacks[n.id];if(i){let r;t("Invoking the registered port callback for message %i with arguments %o",n.id,n.args),e.ports&&e.ports[0]instanceof MessagePort&&(r=e.ports[0]),i(r,n.args),t("Removing registered port callback for message %i",n.id),delete fn.portCallbacks[n.id]}}else if("func"in e.data&&"string"==typeof e.data.func){const n=e.data;t("Received an action message %s from parent",n.func),zt(n.func,n.args)}else t("Received an unknown message: %O",e)}function Dn(e){return!0===e.data.isPartialResponse}function _n(e){if("id"in e.data&&"func"in e.data){const t=e.data,[n,r]=zt(t.func,t.args);n&&void 0!==r?Jn(t.id,Array.isArray(r)?r:[r]):En(o("v2","tasks.startTask"),t.func,t.args,((...e)=>{if(dn.childWindow){const n=e.pop();Jn(t.id,e,n)}}))}}function Vn(){return dn.topWindow!==dn.parentWindow}function Wn(e){return e===dn.topWindow&&Vn()?fn.topMessageQueue:e===dn.parentWindow?fn.parentMessageQueue:e===dn.childWindow?fn.childMessageQueue:[]}function jn(e){return e===dn.topWindow&&Vn()?dn.topOrigin:e===dn.parentWindow?dn.parentOrigin:e===dn.childWindow?dn.childOrigin:null}function zn(e){return e===dn.topWindow&&Vn()?"top":e===dn.parentWindow?"parent":e===dn.childWindow?"child":null}const $n=ln.extend("flushMessageQueue");function qn(e){const t=jn(e),n=Wn(e),r=zn(e);for(;e&&t&&n.length>0;){const o=n.shift();$n("Flushing message %i from "+r+" message queue via postMessage.",null==o?void 0:o.id),e.postMessage(o,t)}}function Gn(e,t){let n;n=dn.currentWindow.setInterval((()=>{0===Wn(e).length&&(clearInterval(n),t())}),100)}function Jn(e,t,n){const r=dn.childWindow,o=Xn(e,t,n),i=jn(r);r&&i&&r.postMessage(o,i)}function Kn(e,t){const n=dn.childWindow,r=Yn(e,t),o=jn(n);n&&o?n.postMessage(r,o):Wn(n).push(r)}function Zn(e,t,n){return{id:fn.nextMessageId++,func:t,timestamp:Date.now(),args:n||[],apiVersionTag:e}}function Qn(e){return{id:fn.nextMessageId++,func:"nestedAppAuth.execute",timestamp:Date.now(),args:[],data:e}}function Xn(e,t,n){return{id:e,args:t||[],isPartialResponse:n}}function Yn(e,t){return{func:e,args:t||[]}}var er;!function(e){function t(){return!(!_e(Se)||!Se.supports.logs)}e.registerGetLogHandler=function(e){if(!$e(e)&&_e(Se),!$e(e)&&!t())throw z;e?$t(o("v1","log.request"),"log.request",(()=>{const t=e();En(o("v1","log.receive"),"log.receive",[t])})):qt("log.request")},e.isSupported=t}(er||(er={}));const tr="v1";function nr(e,t){_e(Se),En(o(tr,"uploadCustomApp"),"uploadCustomApp",[e],t||Z())}function rr(e,t,n){_e(Se),En(o(tr,"sendCustomMessage"),e,t,n)}function or(e,t){if(_e(Se),!dn.childWindow)throw new Error("The child window has not yet been initialized or is not present");Kn(e,t)}function ir(e,t){_e(Se),$t(o(tr,"registerCustomHandler"),e,((...e)=>t.apply(this,e)))}function ar(e,t){_e(Se),$t(o(tr,"registerUserSettingsChangeHandler"),"userSettingsChange",t,!0,[e])}function sr(e){_e(Se,x.content,x.task);const t=[e.entityId,e.title,e.description,e.type,e.objectUrl,e.downloadUrl,e.webPreviewUrl,e.webEditUrl,e.baseUrl,e.editFile,e.subEntityId,e.viewerAction,e.fileOpenPreference,e.conversationId,e.sizeInBytes];En(o(tr,"openFilePreview"),"openFilePreview",t)}const cr="v1";var ur;!function(e){function t(){return!(!_e(Se)||!Se.supports.conversations)}e.openConversation=function(e){return new Promise((n=>{if(_e(Se,x.content),!t())throw z;const r=mn(o(cr,"conversations.openConversation"),"conversations.openConversation",{title:e.title,subEntityId:e.subEntityId,conversationId:e.conversationId,channelId:e.channelId,entityId:e.entityId});e.onStartConversation&&$t(o(cr,"conversations.registerStartConversationHandler"),"startConversation",((t,n,r,o)=>{var i;return null===(i=e.onStartConversation)||void 0===i?void 0:i.call(e,{subEntityId:t,conversationId:n,channelId:r,entityId:o})})),e.onCloseConversation&&$t(o(cr,"conversations.registerCloseConversationHandler"),"closeConversation",((t,n,r,o)=>{var i;return null===(i=e.onCloseConversation)||void 0===i?void 0:i.call(e,{subEntityId:t,conversationId:n,channelId:r,entityId:o})})),n(r)}))},e.closeConversation=function(){if(_e(Se,x.content),!t())throw z;En(o(cr,"conversations.closeConversation"),"conversations.closeConversation"),qt("startConversation"),qt("closeConversation")},e.getChatMembers=function(){return new Promise((e=>{if(_e(Se),!t())throw z;e(gn(o(cr,"conversations.getChatMember"),"getChatMembers"))}))},e.isSupported=t}(ur||(ur={}));const lr="users";function dr(e,t,n){if(0===e.length)throw new Error("Must have at least one user when creating a chat deep link");const r=`${lr}=`+e.map((e=>encodeURIComponent(e))).join(","),o=void 0===t?"":`&topicName=${encodeURIComponent(t)}`,i=void 0===n?"":`&message=${encodeURIComponent(n)}`;return`${h}://${g}/l/chat/0/0?${r}${o}${i}`}function fr(e,t,n){if(0===e.length)throw new Error("Must have at least one target when creating a call deep link");const r=`${lr}=`+e.map((e=>encodeURIComponent(e))).join(","),o=void 0===t?"":`&withVideo=${encodeURIComponent(t)}`,i=void 0===n?"":`&source=${encodeURIComponent(n)}`;return`${h}://${g}/l/call/0/0?${r}${o}${i}`}function pr(e,t,n,r,o){const i=void 0===e?"":"attendees="+e.map((e=>encodeURIComponent(e))).join(","),a=void 0===t?"":`&startTime=${encodeURIComponent(t)}`,s=void 0===n?"":`&endTime=${encodeURIComponent(n)}`,c=void 0===r?"":`&subject=${encodeURIComponent(r)}`,u=void 0===o?"":`&content=${encodeURIComponent(o)}`;return`${h}://${g}/l/meeting/new?${i}${a}${s}${c}${u}`}function hr(e){if(!e)throw new Error("App ID must be set when creating an app install dialog deep link");return`${h}://${g}/l/app/${encodeURIComponent(e)}`}var gr;!function(e){function t(){return!(!_e(Se)||!Se.supports.appInstallDialog)}e.openAppInstallDialog=function(e){return new Promise((n=>{if(_e(Se,x.content,x.sidePanel,x.settings,x.task,x.stage,x.meetingStage),!t())throw new Error("Not supported");const r=o("v1","appInstallDialog.openAppInstallDialog");Se.isLegacyTeams?n(mn(r,"executeDeepLink",hr(e.appId))):(En(r,"appInstallDialog.openAppInstallDialog",[e]),n())}))},e.isSupported=t}(gr||(gr={}));const mr="v1",wr=t("media");var vr;function yr(e,t){if(null==e||null==t||e.length<=0)return null;let n=null,r=1;return e.sort(((e,t)=>e.sequence>t.sequence?1:-1)),e.forEach((e=>{e.sequence==r&&(n=n?new Blob([n,e.file],{type:t}):new Blob([e.file],{type:t}),r++)})),n}function Cr(e,t){if(null==e||null==t)return null;const n=atob(e.chunk),r=new Array(n.length);for(let e=0;e<n.length;e++)r[e]=n.charCodeAt(e);const o=new Uint8Array(r),i=new Blob([o],{type:t});return{sequence:e.chunkSequence,file:i}}function br(e){Ar(e)?je("2.0.2"):Tr(e)?je(c):Ir(e)&&je("2.0.4")}function Sr(e){return!(e.mediaType!=vr.MediaType.Video||!e.videoProps||!e.videoProps.videoController)}function Er(e){return!(null==e||e.maxMediaCount>10)}function Ir(e){var t;return!((null==e?void 0:e.mediaType)!=vr.MediaType.Image||!(null===(t=null==e?void 0:e.imageProps)||void 0===t?void 0:t.imageOutputFormats))}function Ar(e){return!(!e||e.mediaType!=vr.MediaType.VideoAndImage&&!e.videoAndImageProps)}function Tr(e){return!(!e||e.mediaType!=vr.MediaType.Video||!e.videoProps||e.videoProps.isFullScreenMode)}function Pr(e,t,n){return null!=e&&null!=t&&t==vr.FileFormat.ID&&null!=n}function Fr(e){return!(null==e||e.length<=0||e.length>10)}function Rr(e){return!e||!(null===e.timeOutIntervalInSec||null!=e.timeOutIntervalInSec&&e.timeOutIntervalInSec<=0||null!=e.timeOutIntervalInSec&&e.timeOutIntervalInSec>60)}function Or(e){if(e){if(e.title&&"string"!=typeof e.title)return!1;if(e.setSelected&&"object"!=typeof e.setSelected)return!1;if(e.openOrgWideSearchInChatOrChannel&&"boolean"!=typeof e.openOrgWideSearchInChatOrChannel)return!1;if(e.singleSelect&&"boolean"!=typeof e.singleSelect)return!1}return!0}!function(e){let t,n,r,i,a,s,u;!function(e){e.Base64="base64",e.ID="id"}(t=e.FileFormat||(e.FileFormat={}));class d{}function f(){return!(!_e(Se)||!Se.supports.permissions)}e.File=d,e.captureImage=function(e){if(!e)throw new Error("[captureImage] Callback cannot be null");if(_e(Se,x.content,x.task),y.isFramelessWindow)if(Ve("1.7.0"))En(o(mr,"media.captureImage"),"captureImage",e);else{e({errorCode:U.OLD_PLATFORM},[])}else{e({errorCode:U.NOT_SUPPORTED_ON_PLATFORM},[])}},e.hasPermission=function(){if(_e(Se,x.content,x.task),!f())throw z;const e=L.Media;return new Promise((t=>{t(vn(o(mr,"media.hasPermission"),"permissions.has",e))}))},e.requestPermission=function(){if(_e(Se,x.content,x.task),!f())throw z;const e=L.Media;return new Promise((t=>{t(vn(o(mr,"media.requestPermission"),"permissions.request",e))}))};class p extends d{constructor(e){super(),e&&(this.content=e.content,this.format=e.format,this.mimeType=e.mimeType,this.name=e.name,this.preview=e.preview,this.size=e.size)}getMedia(e){if(!e)throw new Error("[get Media] Callback cannot be null");if(_e(Se,x.content,x.task),Ve(l))if(Pr(this.mimeType,this.format,this.content))Ve("2.0.0")?this.getMediaViaCallback(e):this.getMediaViaHandler(e);else{e({errorCode:U.INVALID_ARGUMENTS},new Blob)}else{e({errorCode:U.OLD_PLATFORM},new Blob)}}getMediaViaCallback(e){const t={mediaMimeType:this.mimeType,assembleAttachment:[]},n=[this.content];En(o(mr,"media.getMedia"),"getMedia",n,(function(n){if(e)if(n&&n.error)e(n.error,new Blob);else if(n&&n.mediaChunk)if(n.mediaChunk.chunkSequence<=0){const r=yr(t.assembleAttachment,t.mediaMimeType);e(n.error,null!=r?r:new Blob)}else{const e=Cr(n.mediaChunk,t.mediaMimeType);e?t.assembleAttachment.push(e):wr(`Received a null assemble attachment for when decoding chunk sequence ${n.mediaChunk.chunkSequence}; not including the chunk in the assembled file.`)}else e({errorCode:U.INTERNAL_ERROR,message:"data received is null"},new Blob)}))}getMediaViaHandler(e){const t=X(),n={mediaMimeType:this.mimeType,assembleAttachment:[]},r=[t,this.content];this.content&&!$e(e)&&En(o(mr,"media.getMedia"),"getMedia",r),$t(o(mr,"media.registerGetMediaRequestHandler"),"getMedia"+t,(function(r){if(e){const o=JSON.parse(r);if(o.error)e(o.error,new Blob),qt("getMedia"+t);else if(o.mediaChunk)if(o.mediaChunk.chunkSequence<=0){const r=yr(n.assembleAttachment,n.mediaMimeType);e(o.error,null!=r?r:new Blob),qt("getMedia"+t)}else{const e=Cr(o.mediaChunk,n.mediaMimeType);e&&n.assembleAttachment.push(e)}else e({errorCode:U.INTERNAL_ERROR,message:"data received is null"},new Blob),qt("getMedia"+t)}}))}}e.Media=p;class h{constructor(e){this.controllerCallback=e}notifyEventToHost(e,t){_e(Se,x.content,x.task);try{je(c)}catch(e){return void(t&&t(e))}const n={mediaType:this.getMediaType(),mediaControllerEvent:e};En(o(mr,"media.controller"),"media.controller",[n],(e=>{t&&t(e)}))}stop(e){this.notifyEventToHost(n.StopRecording,e)}}e.VideoController=class extends h{getMediaType(){return a.Video}notifyEventToApp(e){if(this.controllerCallback)switch(e){case n.StartRecording:if(this.controllerCallback.onRecordingStarted){this.controllerCallback.onRecordingStarted();break}}}},function(e){e[e.StartRecording=1]="StartRecording",e[e.StopRecording=2]="StopRecording"}(n=e.MediaControllerEvent||(e.MediaControllerEvent={})),function(e){e[e.Photo=1]="Photo",e[e.Document=2]="Document",e[e.Whiteboard=3]="Whiteboard",e[e.BusinessCard=4]="BusinessCard"}(r=e.CameraStartMode||(e.CameraStartMode={})),function(e){e[e.Camera=1]="Camera",e[e.Gallery=2]="Gallery"}(i=e.Source||(e.Source={})),function(e){e[e.Image=1]="Image",e[e.Video=2]="Video",e[e.VideoAndImage=3]="VideoAndImage",e[e.Audio=4]="Audio"}(a=e.MediaType||(e.MediaType={})),function(e){e[e.ID=1]="ID",e[e.URL=2]="URL"}(s=e.ImageUriType||(e.ImageUriType={})),function(e){e[e.IMAGE=1]="IMAGE",e[e.PDF=2]="PDF"}(u=e.ImageOutputFormats||(e.ImageOutputFormats={})),e.selectMedia=function(e,t){if(!t)throw new Error("[select Media] Callback cannot be null");if(_e(Se,x.content,x.task),!Ve(l)){const e={errorCode:U.OLD_PLATFORM};return void t(e,[])}try{br(e)}catch(e){return void t(e,[])}if(!Er(e)){const e={errorCode:U.INVALID_ARGUMENTS};return void t(e,[])}const n=[e];En(o(mr,"media.selectMedia"),"selectMedia",n,((n,r,o)=>{var i,a;if(o)return void(Sr(e)&&(null===(a=null===(i=null==e?void 0:e.videoProps)||void 0===i?void 0:i.videoController)||void 0===a||a.notifyEventToApp(o)));if(!r)return void t(n,[]);const s=[];for(const e of r)s.push(new p(e));t(n,s)}))},e.viewImages=function(e,t){if(!t)throw new Error("[view images] Callback cannot be null");if(_e(Se,x.content,x.task),!Ve(l)){return void t({errorCode:U.OLD_PLATFORM})}if(!Fr(e)){return void t({errorCode:U.INVALID_ARGUMENTS})}const n=[e];En(o(mr,"media.viewImages"),"viewImages",n,t)},e.scanBarCode=function(e,t){if(!e)throw new Error("[media.scanBarCode] Callback cannot be null");if(_e(Se,x.content,x.task),y.hostClientType!==N.desktop&&y.hostClientType!==N.web&&y.hostClientType!==N.rigel&&y.hostClientType!==N.teamsRoomsWindows&&y.hostClientType!==N.teamsRoomsAndroid&&y.hostClientType!==N.teamsPhones&&y.hostClientType!==N.teamsDisplays)if(Ve("1.9.0"))if(Rr(t))En(o(mr,"media.scanBarCode"),"media.scanBarCode",[t],e);else{e({errorCode:U.INVALID_ARGUMENTS},"")}else{e({errorCode:U.OLD_PLATFORM},"")}else{e({errorCode:U.NOT_SUPPORTED_ON_PLATFORM},"")}}}(vr||(vr={}));const kr="v2";var Mr;!function(e){function t(){return!!(_e(Se)&&Se.supports.barCode&&Se.supports.permissions)}e.scanBarCode=function(e){return new Promise((n=>{if(_e(Se,x.content,x.task),!t())throw z;if(!Rr(e))throw{errorCode:U.INVALID_ARGUMENTS};n(vn(o(kr,"barCode.scanBarCode"),"media.scanBarCode",e))}))},e.hasPermission=function(){if(_e(Se,x.content,x.task),!t())throw z;const e=L.Media;return new Promise((t=>{t(vn(o(kr,"barCode.hasPermission"),"permissions.has",e))}))},e.requestPermission=function(){if(_e(Se,x.content,x.task),!t())throw z;const e=L.Media;return new Promise((t=>{t(vn(o(kr,"barCode.requestPermission"),"permissions.request",e))}))},e.isSupported=t}(Mr||(Mr={}));var Ur;!function(e){function t(e,t){return new Promise((r=>{if(_e(Se,x.content,x.task),!n())throw z;if(Se.isLegacyTeams)r(mn(e,"executeDeepLink",dr([t.user],void 0,t.message)));else{r(mn(e,"chat.openChat",{members:[t.user],message:t.message}))}}))}function n(){return!(!_e(Se)||!Se.supports.chat)}e.openChat=function(e){return t(o("v2","chat.openChat"),e)},e.openGroupChat=function(e){const r=o("v2","chat.openGroupChat");return new Promise((o=>{if(e.users.length<1)throw Error("OpenGroupChat Failed: No users specified");if(1===e.users.length){const n={user:e.users[0],message:e.message};o(t(r,n))}else{if(_e(Se,x.content,x.task),!n())throw z;if(Se.isLegacyTeams)o(mn(r,"executeDeepLink",dr(e.users,e.topic,e.message)));else{o(mn(r,"chat.openChat",{members:e.users,message:e.message,topic:e.topic}))}}}))},e.isSupported=n}(Ur||(Ur={}));var Lr=function(e,t,n,r){function o(e){return e instanceof n?e:new n((function(t){t(e)}))}return new(n||(n=Promise))((function(n,i){function a(e){try{c(r.next(e))}catch(e){i(e)}}function s(e){try{c(r.throw(e))}catch(e){i(e)}}function c(e){e.done?n(e.value):o(e.value).then(a,s)}c((r=r.apply(e,t||[])).next())}))};var Hr,Nr;!function(e){function t(){return!!(_e(Se)&&navigator&&navigator.clipboard&&Se.supports.clipboard)}e.write=function(e){return Lr(this,void 0,void 0,(function*(){if(_e(Se,x.content,x.meetingStage,x.task,x.settings,x.stage,x.sidePanel),!t())throw z;if(!e.type||!Object.values(H).includes(e.type))throw new Error(`Blob type ${e.type} is not supported. Supported blob types are ${Object.values(H)}`);const n=yield ce(e),r={mimeType:e.type,content:n};return vn(o("v2","clipboard.write"),"clipboard.writeToClipboard",r)}))},e.read=function(){return Lr(this,void 0,void 0,(function*(){_e(Se,x.content,x.meetingStage,x.task,x.settings,x.stage,x.sidePanel);const e=o("v2","clipboard.read");if(!t())throw z;const n=yield vn(e,"clipboard.readFromClipboard");if("string"==typeof n){const e=JSON.parse(n);return se(e.mimeType,e.content)}return n}))},e.isSupported=t}(Hr||(Hr={})),function(e){e.isNAAChannelRecommended=function(){var e;return null!==(e=_e(Se)&&Se.isNAAChannelRecommended)&&void 0!==e&&e}}(Nr||(Nr={}));const Br="v2";var xr;function Dr(){return Se.hostVersionsInfo?Se.hostVersionsInfo.adaptiveCardSchemaVersion:void 0}!function(e){function t(){return!!(_e(Se)&&Se.supports.geoLocation&&Se.supports.permissions)}let n;e.getCurrentLocation=function(){if(_e(Se,x.content,x.task),!t())throw z;return vn(o(Br,"geoLocation.getCurrentLocation"),"location.getLocation",{allowChooseLocation:!1,showMap:!1})},e.hasPermission=function(){if(_e(Se,x.content,x.task),!t())throw z;const e=L.GeoLocation;return new Promise((t=>{t(vn(o(Br,"geoLocation.hasPermission"),"permissions.has",e))}))},e.requestPermission=function(){if(_e(Se,x.content,x.task),!t())throw z;const e=L.GeoLocation;return new Promise((t=>{t(vn(o(Br,"geoLocation.requestPermission"),"permissions.request",e))}))},e.isSupported=t,function(e){function t(){return!!(_e(Se)&&Se.supports.geoLocation&&Se.supports.geoLocation.map&&Se.supports.permissions)}e.chooseLocation=function(){if(_e(Se,x.content,x.task),!t())throw z;return vn(o(Br,"geoLocation.map.chooseLocation"),"location.getLocation",{allowChooseLocation:!0,showMap:!0})},e.showLocation=function(e){if(_e(Se,x.content,x.task),!t())throw z;if(!e)throw{errorCode:U.INVALID_ARGUMENTS};return vn(o(Br,"geoLocation.showLocation"),"location.showLocation",e)},e.isSupported=t}(n=e.map||(e.map={}))}(xr||(xr={}));const _r="v1";class Vr{postMessage(e,t){_e(Se),En(o(_r,"appWindow.childAppWindow.postMessage"),"messageForChild",[e],t||Z())}addEventListener(e,t){_e(Se),"message"===e&&$t(o(_r,"appWindow.childAppWindow.addEventListener"),"messageForParent",t)}}class Wr{static get Instance(){return this._instance||(this._instance=new this)}postMessage(e,t){_e(Se,x.task),En(o(_r,"appWindow.parentAppWindow.postMessage"),"messageForParent",[e],t||Z())}addEventListener(e,t){_e(Se,x.task),"message"===e&&$t(o(_r,"appWindow.parentAppWindow.addEventListener"),"messageForChild",t)}}var jr;!function(e){function t(){return!(!_e(Se)||!Se.supports.secondaryBrowser)}e.open=function(e){if(_e(Se,x.content),!t())throw z;if(!e||!ae(e))throw{errorCode:U.INVALID_ARGUMENTS,message:"Invalid Url: Only https URL is allowed"};return vn(o("v2","secondaryBrowser.openUrl"),"secondaryBrowser.open",e.toString())},e.isSupported=t}(jr||(jr={}));var zr;!function(e){function t(){return!(!_e(Se)||!Se.supports.location)}e.getLocation=function(e,n){if(!n)throw new Error("[location.getLocation] Callback cannot be null");if(_e(Se,x.content,x.task),!Ve(u))throw{errorCode:U.OLD_PLATFORM};if(!e)throw{errorCode:U.INVALID_ARGUMENTS};if(!t())throw z;En(o("v1","location.getLocation"),"location.getLocation",[e],n)},e.showLocation=function(e,n){if(!n)throw new Error("[location.showLocation] Callback cannot be null");if(_e(Se,x.content,x.task),!Ve(u))throw{errorCode:U.OLD_PLATFORM};if(!e)throw{errorCode:U.INVALID_ARGUMENTS};if(!t())throw z;En(o("v1","location.showLocation"),"location.showLocation",[e],n)},e.isSupported=t}(zr||(zr={}));var $r=function(e,t,n,r){function o(e){return e instanceof n?e:new n((function(t){t(e)}))}return new(n||(n=Promise))((function(n,i){function a(e){try{c(r.next(e))}catch(e){i(e)}}function s(e){try{c(r.throw(e))}catch(e){i(e)}}function c(e){e.done?n(e.value):o(e.value).then(a,s)}c((r=r.apply(e,t||[])).next())}))};const qr="v1";var Gr;!function(e){let t,n,r,i,a,s,c;function u(e,n){En(o(qr,"meeting.requestAppAudioHandling"),"meeting.requestAppAudioHandling",[e.isAppHandlingAudio],((r,i)=>{if(r&&null!=i)throw new Error("[requestAppAudioHandling] Callback response - both parameters cannot be set");if(r)throw new Error(`[requestAppAudioHandling] Callback response - SDK error ${r.errorCode} ${r.message}`);if("boolean"!=typeof i)throw new Error("[requestAppAudioHandling] Callback response - isHostAudioless must be a boolean");$t(o(qr,"meeting.registerMicStateChangeHandler"),"meeting.micStateChanged",(n=>$r(this,void 0,void 0,(function*(){try{const r=yield e.micMuteStateChangedCallback(n);d(r,r.isMicMuted===n.isMicMuted?t.HostInitiated:t.AppDeclinedToChange)}catch(e){d(n,t.AppFailedToChange)}}))));$t(o(qr,"meeting.registerAudioDeviceSelectionChangedHandler"),"meeting.audioDeviceSelectionChanged",(t=>{var n;null===(n=e.audioDeviceSelectionChangedCallback)||void 0===n||n.call(e,t)})),n(i)}))}function l(e,t){En(o(qr,"meeting.requestAppAudioHandling"),"meeting.requestAppAudioHandling",[e.isAppHandlingAudio],((e,n)=>{if(e&&null!=n)throw new Error("[requestAppAudioHandling] Callback response - both parameters cannot be set");if(e)throw new Error(`[requestAppAudioHandling] Callback response - SDK error ${e.errorCode} ${e.message}`);if("boolean"!=typeof n)throw new Error("[requestAppAudioHandling] Callback response - isHostAudioless must be a boolean");Gt("meeting.micStateChanged")&&qt("meeting.micStateChanged"),Gt("meeting.audioDeviceSelectionChanged")&&qt("meeting.audioDeviceSelectionChanged"),t(n)}))}function d(e,t){_e(Se,x.sidePanel,x.meetingStage),En(o(qr,"meeting.setMicStateWithReason"),"meeting.updateMicState",[e,t])}!function(e){e[e.HostInitiated=0]="HostInitiated",e[e.AppInitiated=1]="AppInitiated",e[e.AppDeclinedToChange=2]="AppDeclinedToChange",e[e.AppFailedToChange=3]="AppFailedToChange"}(t||(t={})),function(e){e.like="like",e.heart="heart",e.laugh="laugh",e.surprised="surprised",e.applause="applause"}(n=e.MeetingReactionType||(e.MeetingReactionType={})),function(e){e.Unknown="Unknown",e.Adhoc="Adhoc",e.Scheduled="Scheduled",e.Recurring="Recurring",e.Broadcast="Broadcast",e.MeetNow="MeetNow"}(r=e.MeetingType||(e.MeetingType={})),function(e){e.OneOnOneCall="oneOnOneCall",e.GroupCall="groupCall"}(i=e.CallType||(e.CallType={})),function(e){e.Collaborative="Collaborative",e.ScreenShare="ScreenShare"}(a=e.SharingProtocol||(e.SharingProtocol={})),e.getIncomingClientAudioState=function(e){if(!e)throw new Error("[get incoming client audio state] Callback cannot be null");_e(Se,x.sidePanel,x.meetingStage),En(o(qr,"meeting.getIncomingClientAudioState"),"getIncomingClientAudioState",e)},e.toggleIncomingClientAudio=function(e){if(!e)throw new Error("[toggle incoming client audio] Callback cannot be null");_e(Se,x.sidePanel,x.meetingStage),En(o(qr,"meeting.toggleIncomingClientAudio"),"toggleIncomingClientAudio",e)},e.getMeetingDetails=function(e){if(!e)throw new Error("[get meeting details] Callback cannot be null");_e(Se,x.sidePanel,x.meetingStage,x.settings,x.content),En(o(qr,"meeting.getMeetingDetails"),"meeting.getMeetingDetails",e)},e.getAuthenticationTokenForAnonymousUser=function(e){if(!e)throw new Error("[get Authentication Token For AnonymousUser] Callback cannot be null");_e(Se,x.sidePanel,x.meetingStage,x.task),En(o(qr,"meeting.getAuthenticationTokenForAnonymousUser"),"meeting.getAuthenticationTokenForAnonymousUser",e)},e.getLiveStreamState=function(e){if(!e)throw new Error("[get live stream state] Callback cannot be null");_e(Se,x.sidePanel),En(o(qr,"meeting.getLiveStreamState"),"meeting.getLiveStreamState",e)},e.requestStartLiveStreaming=function(e,t,n){if(!e)throw new Error("[request start live streaming] Callback cannot be null");_e(Se,x.sidePanel),En(o(qr,"meeting.requestStartLiveStreaming"),"meeting.requestStartLiveStreaming",[t,n],e)},e.requestStopLiveStreaming=function(e){if(!e)throw new Error("[request stop live streaming] Callback cannot be null");_e(Se,x.sidePanel),En(o(qr,"meeting.requestStopLiveStreaming"),"meeting.requestStopLiveStreaming",e)},e.registerLiveStreamChangedHandler=function(e){if(!e)throw new Error("[register live stream changed handler] Handler cannot be null");_e(Se,x.sidePanel),$t(o(qr,"meeting.registerLiveStreamChangedHandler"),"meeting.liveStreamChanged",e)},e.shareAppContentToStage=function(e,t,n={sharingProtocol:a.Collaborative}){if(!e)throw new Error("[share app content to stage] Callback cannot be null");_e(Se,x.sidePanel,x.meetingStage),En(o(qr,"meeting.shareAppContentToStage"),"meeting.shareAppContentToStage",[t,n],e)},e.getAppContentStageSharingCapabilities=function(e){if(!e)throw new Error("[get app content stage sharing capabilities] Callback cannot be null");_e(Se,x.sidePanel,x.meetingStage),En(o(qr,"meeting.getAppContentStageSharingCapabilities"),"meeting.getAppContentStageSharingCapabilities",e)},e.stopSharingAppContentToStage=function(e){if(!e)throw new Error("[stop sharing app content to stage] Callback cannot be null");_e(Se,x.sidePanel,x.meetingStage),En(o(qr,"meeting.stopSharingAppContentToStage"),"meeting.stopSharingAppContentToStage",e)},e.getAppContentStageSharingState=function(e){if(!e)throw new Error("[get app content stage sharing state] Callback cannot be null");_e(Se,x.sidePanel,x.meetingStage),En(o(qr,"meeting.getAppContentStageSharingState"),"meeting.getAppContentStageSharingState",e)},e.registerSpeakingStateChangeHandler=function(e){if(!e)throw new Error("[registerSpeakingStateChangeHandler] Handler cannot be null");_e(Se,x.sidePanel,x.meetingStage),$t(o(qr,"meeting.registerSpeakingStateChangeHandler"),"meeting.speakingStateChanged",e)},e.registerRaiseHandStateChangedHandler=function(e){if(!e)throw new Error("[registerRaiseHandStateChangedHandler] Handler cannot be null");_e(Se,x.sidePanel,x.meetingStage),$t(o(qr,"meeting.registerRaiseHandStateChangedHandler"),"meeting.raiseHandStateChanged",e)},e.registerMeetingReactionReceivedHandler=function(e){if(!e)throw new Error("[registerMeetingReactionReceivedHandler] Handler cannot be null");_e(Se,x.sidePanel,x.meetingStage),$t(o(qr,"meeting.registerMeetingReactionReceivedHandler"),"meeting.meetingReactionReceived",e)},e.joinMeeting=function(e){if(void 0===(null==e?void 0:e.joinWebUrl)||null===(null==e?void 0:e.joinWebUrl))return Promise.reject(new Error("Invalid joinMeetingParams"));_e(Se);const t={joinWebUrl:e.joinWebUrl.href,source:e.source||s.Other};return vn(o("v2","meeting.joinMeeting"),"meeting.joinMeeting",t)},function(e){e.M365CalendarGridContextMenu="m365_calendar_grid_context_menu",e.M365CalendarGridPeek="m365_calendar_grid_peek",e.M365CalendarGridEventCardJoinButton="m365_calendar_grid_event_card_join_button",e.M365CalendarFormRibbonJoinButton="m365_calendar_form_ribbon_join_button",e.M365CalendarFormJoinTeamsMeetingButton="m365_calendar_form_join_teams_meeting_button",e.Other="other"}(s=e.EventActionSource||(e.EventActionSource={})),function(e){e.setOptions=function(e){_e(Se,x.sidePanel),e.contentUrl&&new URL(e.contentUrl),En(o(qr,"meeting.appShareButton.setOptions"),"meeting.appShareButton.setOptions",[e])}}(c=e.appShareButton||(e.appShareButton={})),e.requestAppAudioHandling=function(e,t){if(!t)throw new Error("[requestAppAudioHandling] Callback response cannot be null");if(!e.micMuteStateChangedCallback)throw new Error("[requestAppAudioHandling] Callback Mic mute state handler cannot be null");_e(Se,x.sidePanel,x.meetingStage),e.isAppHandlingAudio?u(e,t):l(e,t)},e.updateMicState=function(e){d(e,t.AppInitiated)}}(Gr||(Gr={}));var Jr;!function(e){function t(){return!(!_e(Se)||!Se.supports.monetization)}e.openPurchaseExperience=function(e,n){let r,i,a="";return"function"==typeof e?(r=e,i=n,a=o("v1","monetization.openPurchaseExperience")):(i=e,a=o("v2","monetization.openPurchaseExperience")),_e(Se,x.content),ne((()=>new Promise((e=>{if(!t())throw z;e(vn(a,"monetization.openPurchaseExperience",i))}))),r)},e.isSupported=t}(Jr||(Jr={}));var Kr;!function(e){function t(){return!(!_e(Se)||!Se.supports.calendar)}e.openCalendarItem=function(e){return new Promise((n=>{if(_e(Se,x.content),!t())throw new Error("Not supported");if(!e.itemId||!e.itemId.trim())throw new Error("Must supply an itemId to openCalendarItem");n(mn(o("v2","calendar.openCalendarItem"),"calendar.openCalendarItem",e))}))},e.composeMeeting=function(e){return new Promise((n=>{if(_e(Se,x.content),!t())throw new Error("Not supported");const r=o("v2","calendar.composeMeeting");Se.isLegacyTeams?n(mn(r,"executeDeepLink",pr(e.attendees,e.startTime,e.endTime,e.subject,e.content))):n(mn(r,"calendar.composeMeeting",e))}))},e.isSupported=t}(Kr||(Kr={}));var Zr;!function(e){function t(){return!(!_e(Se)||!Se.supports.mail)}let n;e.openMailItem=function(e){return new Promise((n=>{if(_e(Se,x.content),!t())throw new Error("Not supported");if(!e.itemId||!e.itemId.trim())throw new Error("Must supply an itemId to openMailItem");n(mn(o("v2","mail.openMailItem"),"mail.openMailItem",e))}))},e.composeMail=function(e){return new Promise((n=>{if(_e(Se,x.content),!t())throw new Error("Not supported");n(mn(o("v2","mail.composeMail"),"mail.composeMail",e))}))},e.isSupported=t,function(e){e.New="new",e.Reply="reply",e.ReplyAll="replyAll",e.Forward="forward"}(n=e.ComposeMailType||(e.ComposeMailType={}))}(Zr||(Zr={}));var Qr;!function(e){function t(){ue().print()}function n(e,t,n){!$e(t)&&_e(Se),!$e(t)&&n&&n(),Qt(e,t)}function r(e,t,n){!$e(t)&&_e(Se),!$e(t)&&n&&n(),Yt(e,t)}function i(){return!(!_e(Se)||!Se.supports.teamsCore)}e.enablePrintCapability=function(){if(!y.printCapabilityEnabled){if(_e(Se),!i())throw z;y.printCapabilityEnabled=!0,document.addEventListener("keydown",(e=>{(e.ctrlKey||e.metaKey)&&80===e.keyCode&&(t(),e.cancelBubble=!0,e.preventDefault(),e.stopImmediatePropagation())}))}},e.print=t,e.registerOnLoadHandler=function(e){n(o("v2","teamsAPIs_registerOnLoadHandler"),e,(()=>{if(!$e(e)&&!i())throw z}))},e.registerOnLoadHandlerHelper=n,e.registerBeforeUnloadHandler=function(e){r(o("v2","teamsAPIs_registerBeforeUnloadHandler"),e,(()=>{if(!$e(e)&&!i())throw z}))},e.registerBeforeUnloadHandlerHelper=r,e.isSupported=i}(Qr||(Qr={}));var Xr;function Yr(e){return e?e.modality&&"string"!=typeof e.modality?[!1,"modality must be a string"]:e.targetElementBoundingRect&&"object"==typeof e.targetElementBoundingRect?e.triggerType&&"string"==typeof e.triggerType?eo(e.persona):[!1,"triggerType must be a valid string"]:[!1,"targetElementBoundingRect must be a DOMRect"]:[!1,"A request object is required"]}function eo(e){return e?e.displayName&&"string"!=typeof e.displayName?[!1,"displayName must be a string"]:e.identifiers&&"object"==typeof e.identifiers?e.identifiers.AadObjectId||e.identifiers.Smtp||e.identifiers.Upn?e.identifiers.AadObjectId&&"string"!=typeof e.identifiers.AadObjectId?[!1,"AadObjectId identifier must be a string"]:e.identifiers.Smtp&&"string"!=typeof e.identifiers.Smtp?[!1,"Smtp identifier must be a string"]:e.identifiers.Upn&&"string"!=typeof e.identifiers.Upn?[!1,"Upn identifier must be a string"]:[!0,void 0]:[!1,"at least one valid identifier must be provided"]:[!1,"persona identifiers object must be provided"]:[!1,"persona object must be provided"]}!function(e){function t(e,t){return new Promise((r=>{if(!Ve("2.0.0"))throw{errorCode:U.OLD_PLATFORM};if(!Or(t))throw{errorCode:U.INVALID_ARGUMENTS};if(!n())throw z;r(vn(e,"people.selectPeople",t))}))}function n(){return!(!_e(Se)||!Se.supports.people)}e.selectPeople=function(e,n){let r,i;_e(Se,x.content,x.task,x.settings);let a="";return"function"==typeof e?([r,i]=[e,n],a=o("v1","people.selectPeople")):(i=e,a=o("v2","people.selectPeople")),ee(t,r,a,i)},e.isSupported=n}(Xr||(Xr={}));var to;!function(e){e.showProfile=function(e){return _e(Se,x.content),new Promise((t=>{const[n,r]=Yr(e);if(!n)throw{errorCode:U.INVALID_ARGUMENTS,message:r};const i={modality:e.modality,persona:e.persona,triggerType:e.triggerType,targetRectangle:{x:e.targetElementBoundingRect.x,y:e.targetElementBoundingRect.y,width:e.targetElementBoundingRect.width,height:e.targetElementBoundingRect.height}};t(vn(o("v2","profile.showProfile"),"profile.showProfile",i))}))},e.isSupported=function(){return!(!_e(Se)||!Se.supports.profile)}}(to||(to={}));var no=function(e,t,n,r){function o(e){return e instanceof n?e:new n((function(t){t(e)}))}return new(n||(n=Promise))((function(n,i){function a(e){try{c(r.next(e))}catch(e){i(e)}}function s(e){try{c(r.throw(e))}catch(e){i(e)}}function c(e){e.done?n(e.value):o(e.value).then(a,s)}c((r=r.apply(e,t||[])).next())}))};const ro="v2";function oo(e,t,n,r){var o,i;return no(this,void 0,void 0,(function*(){const a=so();!le()&&(null===(i=null===(o=window.chrome)||void 0===o?void 0:o.webview)||void 0===i||i.registerTextureStream(e,a)),co(yield ao(e,n,r),new uo(n,t),a.writable)}))}function io(e,t,n,r){var o,i;return no(this,void 0,void 0,(function*(){const a=so();!le()&&(null===(i=null===(o=window.chrome)||void 0===o?void 0:o.webview)||void 0===i||i.registerTextureStream(e,a)),co(yield ao(e,n,r),new po(n,t),a.writable)}))}function ao(e,t,n){return no(this,void 0,void 0,(function*(){if(le())throw z;const r=ue().chrome;try{null==n||n.reportGettingTextureStream(e);const t=(yield r.webview.getTextureStream(e)).getVideoTracks();if(0===t.length)throw new Error(`No video track in stream ${e}`);return null==n||n.reportTextureStreamAcquired(),t[0]}catch(n){throw t(`Failed to get video track from stream ${e}, error: ${n}`),new Error(`Internal error: can't get video track from stream ${e}`)}}))}function so(){if(le())throw z;const e=window.MediaStreamTrackGenerator;if(!e)throw z;return new e({kind:"video"})}function co(e,t,n){new(0,ue().MediaStreamTrackProcessor)({track:e}).readable.pipeThrough(new TransformStream(t)).pipeTo(n)}class uo{constructor(e,t){this.notifyError=e,this.videoFrameHandler=t,this.transform=(e,t)=>no(this,void 0,void 0,(function*(){const n=e.timestamp;if(null!==n)try{const r=yield this.videoFrameHandler({videoFrame:e}),o=new VideoFrame(r,{timestamp:n});t.enqueue(o),e.close(),r.close()}catch(t){e.close(),this.notifyError(t)}else this.notifyError("timestamp of the original video frame is null")}))}}class lo{constructor(e,t){if(this.headerBuffer=e,this.notifyError=t,this.ONE_TEXTURE_INPUT_ID=1869900081,this.INVALID_HEADER_ERROR="Invalid video frame header",this.UNSUPPORTED_LAYOUT_ERROR="Unsupported texture layout",this.headerDataView=new Uint32Array(e),this.headerDataView.length<8)throw this.notifyError(this.INVALID_HEADER_ERROR),new Error(this.INVALID_HEADER_ERROR);if(this.headerDataView[0]!==this.ONE_TEXTURE_INPUT_ID)throw this.notifyError(this.UNSUPPORTED_LAYOUT_ERROR),new Error(this.UNSUPPORTED_LAYOUT_ERROR)}get oneTextureLayoutId(){return this.headerDataView[0]}get version(){return this.headerDataView[1]}get frameRowOffset(){return this.headerDataView[2]}get frameFormat(){return this.headerDataView[3]}get frameWidth(){return this.headerDataView[4]}get frameHeight(){return this.headerDataView[5]}get multiStreamHeaderRowOffset(){return this.headerDataView[6]}get multiStreamCount(){return this.headerDataView[7]}}class fo{constructor(e,t){this.metadataMap=new Map,this.AUDIO_INFERENCE_RESULT_STREAM_ID=828664161;const n=new Uint32Array(e);for(let r=0,o=0;r<t;r++){const t=n[o++],r=n[o++],i=n[o++],a=new Uint8Array(e,r,i);this.metadataMap.set(t,a)}}get audioInferenceResult(){return this.metadataMap.get(this.AUDIO_INFERENCE_RESULT_STREAM_ID)}}class po{constructor(e,t){this.notifyError=e,this.videoFrameHandler=t,this.shouldDiscardAudioInferenceResult=!1,this.transform=(e,t)=>no(this,void 0,void 0,(function*(){const n=e.timestamp;if(null!==n)try{const{videoFrame:r,metadata:{audioInferenceResult:o}={}}=yield this.extractVideoFrameAndMetadata(e),i=yield this.videoFrameHandler({videoFrame:r,audioInferenceResult:o}),a=new VideoFrame(i,{timestamp:n});t.enqueue(a),r.close(),e.close(),i.close()}catch(t){e.close(),this.notifyError(t)}else this.notifyError("timestamp of the original video frame is null")})),this.extractVideoFrameAndMetadata=e=>no(this,void 0,void 0,(function*(){if(le())throw z;if("NV12"!==e.format)throw this.notifyError("Unsupported video frame pixel format"),new Error("Unsupported video frame pixel format");const t={x:0,y:0,width:e.codedWidth,height:2},n=new ArrayBuffer(t.width*t.height*3/2);yield e.copyTo(n,{rect:t});const r=new lo(n,this.notifyError),o={x:0,y:r.multiStreamHeaderRowOffset,width:e.codedWidth,height:e.codedHeight-r.multiStreamHeaderRowOffset},i=new ArrayBuffer(o.width*o.height*3/2);yield e.copyTo(i,{rect:o});const a=new fo(i,r.multiStreamCount);return{videoFrame:new VideoFrame(e,{timestamp:e.timestamp,visibleRect:{x:0,y:r.frameRowOffset,width:r.frameWidth,height:r.frameHeight}}),metadata:{audioInferenceResult:this.shouldDiscardAudioInferenceResult?void 0:a.audioInferenceResult}}})),$t(o(ro,"videoEffectsUtils.transformerWithMetadata.constructor"),"video.mediaStream.audioInferenceDiscardStatusChange",(({discardAudioInferenceResult:e})=>{this.shouldDiscardAudioInferenceResult=e}))}}function ho(e,t){return(n,r)=>{null==t||t.reportApplyingVideoEffect(n||"",r),e(n,r).then((()=>{null==t||t.reportVideoEffectChanged(n||"",r),En(o(ro,"videoEffectsUtils.reportVideoEffectChanged"),"video.videoEffectReadiness",[!0,n,void 0,r])})).catch((e=>{const t=e in So.EffectFailureReason?e:So.EffectFailureReason.InitializationFailure;En(o(ro,"videoEffectsUtils.effectFailure"),"video.videoEffectReadiness",[!1,n,t,r])}))}}class go{static setTimeout(e,t){const n=performance.now(),r=X();return go.setTimeoutCallbacks[r]={callback:e,timeoutInMs:t,startedAtInMs:n},r}static clearTimeout(e){delete go.setTimeoutCallbacks[e]}static setInterval(e,t){go.setTimeout((function n(){e(),go.setTimeout(n,t)}),t)}static tick(){const e=performance.now(),t=[];for(const n in go.setTimeoutCallbacks){const r=go.setTimeoutCallbacks[n];e-r.startedAtInMs>=r.timeoutInMs&&t.push(n)}for(const e of t){go.setTimeoutCallbacks[e].callback(),delete go.setTimeoutCallbacks[e]}}}go.setTimeoutCallbacks={};class mo{constructor(e,t){this.reportStatisticsResult=t,this.sampleCount=0,this.distributionBins=new Uint32Array(e)}processStarts(e,t,n,r){go.tick(),this.suitableForThisSession(e,t,n,r)||this.reportAndResetSession(this.getStatistics(),e,r,t,n),this.start()}processEnds(){const e=performance.now()-this.frameProcessingStartedAt,t=Math.floor(Math.max(0,Math.min(this.distributionBins.length-1,e)));this.distributionBins[t]+=1,this.sampleCount+=1}getStatistics(){return this.currentSession?{effectId:this.currentSession.effectId,effectParam:this.currentSession.effectParam,frameHeight:this.currentSession.frameHeight,frameWidth:this.currentSession.frameWidth,duration:performance.now()-this.currentSession.startedAtInMs,sampleCount:this.sampleCount,distributionBins:this.distributionBins.slice()}:null}start(){this.frameProcessingStartedAt=performance.now()}suitableForThisSession(e,t,n,r){return this.currentSession&&this.currentSession.effectId===e&&this.currentSession.effectParam===r&&this.currentSession.frameWidth===t&&this.currentSession.frameHeight===n}reportAndResetSession(e,t,n,r,o){e&&this.reportStatisticsResult(e),this.resetCurrentSession(this.getNextTimeout(t,this.currentSession),t,n,r,o),this.timeoutId&&go.clearTimeout(this.timeoutId),this.timeoutId=go.setTimeout((()=>this.reportAndResetSession(this.getStatistics(),t,n,r,o)).bind(this),this.currentSession.timeoutInMs)}resetCurrentSession(e,t,n,r,o){this.currentSession={startedAtInMs:performance.now(),timeoutInMs:e,effectId:t,effectParam:n,frameWidth:r,frameHeight:o},this.sampleCount=0,this.distributionBins.fill(0)}getNextTimeout(e,t){return t&&t.effectId===e?Math.min(mo.maxSessionTimeoutInMs,2*t.timeoutInMs):mo.initialSessionTimeoutInMs}}mo.initialSessionTimeoutInMs=1e3,mo.maxSessionTimeoutInMs=3e4;const wo="v2";class vo{constructor(e){this.reportPerformanceEvent=e,this.isFirstFrameProcessed=!1,this.frameProcessTimeLimit=100,this.frameProcessingStartedAt=0,this.frameProcessingTimeCost=0,this.processedFrameCount=0,this.performanceStatistics=new mo(vo.distributionBinSize,(e=>this.reportPerformanceEvent(o(wo,"videoPerformanceMonitor.performanceDataGenerated"),"video.performance.performanceDataGenerated",[e])))}startMonitorSlowFrameProcessing(){go.setInterval((()=>{if(0===this.processedFrameCount)return;const e=this.frameProcessingTimeCost/this.processedFrameCount;e>this.frameProcessTimeLimit&&this.reportPerformanceEvent(o(wo,"videoPerformanceMonitor.startMonitorSlowFrameProcessing"),"video.performance.frameProcessingSlow",[e]),this.frameProcessingTimeCost=0,this.processedFrameCount=0}),vo.calculateFPSInterval)}setFrameProcessTimeLimit(e){this.frameProcessTimeLimit=e}reportApplyingVideoEffect(e,t){var n,r;(null===(n=this.applyingEffect)||void 0===n?void 0:n.effectId)===e&&(null===(r=this.applyingEffect)||void 0===r?void 0:r.effectParam)===t||(this.applyingEffect={effectId:e,effectParam:t},this.appliedEffect=void 0)}reportVideoEffectChanged(e,t){void 0===this.applyingEffect||this.applyingEffect.effectId!==e&&this.applyingEffect.effectParam!==t||(this.appliedEffect={effectId:e,effectParam:t},this.applyingEffect=void 0,this.isFirstFrameProcessed=!1)}reportStartFrameProcessing(e,t){go.tick(),this.appliedEffect&&(this.frameProcessingStartedAt=performance.now(),this.performanceStatistics.processStarts(this.appliedEffect.effectId,e,t,this.appliedEffect.effectParam))}reportFrameProcessed(){var e;this.appliedEffect&&(this.processedFrameCount++,this.frameProcessingTimeCost+=performance.now()-this.frameProcessingStartedAt,this.performanceStatistics.processEnds(),this.isFirstFrameProcessed||(this.isFirstFrameProcessed=!0,this.reportPerformanceEvent(o(wo,"videoPerformanceMonitor.reportFrameProcessed"),"video.performance.firstFrameProcessed",[Date.now(),this.appliedEffect.effectId,null===(e=this.appliedEffect)||void 0===e?void 0:e.effectParam])))}reportGettingTextureStream(e){this.gettingTextureStreamStartedAt=performance.now(),this.currentStreamId=e}reportTextureStreamAcquired(){if(void 0!==this.gettingTextureStreamStartedAt){const e=performance.now()-this.gettingTextureStreamStartedAt;this.reportPerformanceEvent(o(wo,"videoPerformanceMonitor.reportTextureStreamAcquired"),"video.performance.textureStreamAcquired",[this.currentStreamId,e])}}}vo.distributionBinSize=1e3,vo.calculateFPSInterval=1e3;var yo=function(e,t,n,r){function o(e){return e instanceof n?e:new n((function(t){t(e)}))}return new(n||(n=Promise))((function(n,i){function a(e){try{c(r.next(e))}catch(e){i(e)}}function s(e){try{c(r.throw(e))}catch(e){i(e)}}function c(e){e.done?n(e.value):o(e.value).then(a,s)}c((r=r.apply(e,t||[])).next())}))},Co=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};const bo="v2";var So;!function(e){const t=le()?void 0:new vo(En);let n,r,i;function a(e){En(o(bo,"videoEffects.notifyVideoFrameProcessed"),"video.videoFrameProcessed",[e])}function s(e){En(o(bo,"videoEffects.notifyError"),"video.notifyError",[e])}function c(){return _e(Se)&&!!Se.supports.video&&(!!Se.supports.video.mediaStream||!!Se.supports.video.sharedFrame)}function u(e,n){if(_e(Se,x.sidePanel),!c()||!p())throw z;$t(o(bo,"videoEffects.startVideoExtensibilityVideoStreamHandler"),"video.startVideoExtensibilityVideoStream",(n=>yo(this,void 0,void 0,(function*(){const{streamId:r}=n,o=l(e,t);yield oo(r,o,s,t)}))),!1),En(o(bo,"videoEffects.mediaStream.registerForVideoFrame"),"video.mediaStream.registerForVideoFrame",[n])}function l(e,t){return n=>yo(this,void 0,void 0,(function*(){const r=n.videoFrame;null==t||t.reportStartFrameProcessing(r.codedWidth,r.codedHeight);const o=yield e(n);return null==t||t.reportFrameProcessed(),o}))}function d(e,n){if(_e(Se,x.sidePanel),!c()||!g())throw z;$t(o(bo,"videoEffects.registerForVideoBufferHandler"),"video.newVideoFrame",(n=>{if(n){const r=n.timestamp;null==t||t.reportStartFrameProcessing(n.width,n.height),e(f(n),(()=>{null==t||t.reportFrameProcessed(),a(r)}),s)}}),!1),En(o(bo,"videoEffects.registerForVideoFrame"),"video.registerForVideoFrame",[n])}function f(e){if("videoFrameBuffer"in e)return e;{const{data:t}=e,n=Co(e,["data"]);return Object.assign(Object.assign({},n),{videoFrameBuffer:t})}}function p(){var e;return _e(Se,x.sidePanel)&&h()&&!!(null===(e=Se.supports.video)||void 0===e?void 0:e.mediaStream)}function h(){var e,t,n,r;return!(!(null===(t=null===(e=ue().chrome)||void 0===e?void 0:e.webview)||void 0===t?void 0:t.getTextureStream)||!(null===(r=null===(n=ue().chrome)||void 0===n?void 0:n.webview)||void 0===r?void 0:r.registerTextureStream))}function g(){var e;return _e(Se,x.sidePanel)&&!!(null===(e=Se.supports.video)||void 0===e?void 0:e.sharedFrame)}!function(e){e.NV12="NV12"}(n=e.VideoFrameFormat||(e.VideoFrameFormat={})),function(e){e.EffectChanged="EffectChanged",e.EffectDisabled="EffectDisabled"}(r=e.EffectChangeType||(e.EffectChangeType={})),function(e){e.InvalidEffectId="InvalidEffectId",e.InitializationFailure="InitializationFailure"}(i=e.EffectFailureReason||(e.EffectFailureReason={})),e.registerForVideoFrame=function(e){if(_e(Se,x.sidePanel),!c())throw z;if(!e.videoFrameHandler||!e.videoBufferHandler)throw new Error("Both videoFrameHandler and videoBufferHandler must be provided");if($t(o(bo,"videoEffects.setFrameProcessTimeLimitHandler"),"video.setFrameProcessTimeLimit",(e=>null==t?void 0:t.setFrameProcessTimeLimit(e.timeLimit)),!1),p())u(e.videoFrameHandler,e.config);else{if(!g())throw z;d(e.videoBufferHandler,e.config)}null==t||t.startMonitorSlowFrameProcessing()},e.notifySelectedVideoEffectChanged=function(e,t){if(_e(Se,x.sidePanel),!c())throw z;En(o(bo,"videoEffects.notifySelectedVideoEffectChanged"),"video.videoEffectChanged",[e,t])},e.registerForVideoEffect=function(e){if(_e(Se,x.sidePanel),!c())throw z;$t(o(bo,"videoEffects.registerEffectParameterChangeHandler"),"video.effectParameterChange",ho(e,t),!1),En(o(bo,"videoEffects.registerForVideoEffect"),"video.registerForVideoEffect")},e.isSupported=c}(So||(So={}));const Eo="v2";var Io;!function(e){const t="search.queryChange",n="search.queryClose",r="search.queryExecute";function i(){return!(!_e(Se)||!Se.supports.search)}e.registerHandlers=function(e,a,s){if(_e(Se,x.content),!i())throw z;$t(o(Eo,"search.registerOnClosedHandler"),n,e),$t(o(Eo,"search.registerOnExecutedHandler"),r,a),s&&$t(o(Eo,"search.registerOnChangeHandler"),t,s)},e.unregisterHandlers=function(){if(_e(Se,x.content),!i())throw z;En(o(Eo,"search.unregisterHandlers"),"search.unregister"),qt(t),qt(n),qt(r)},e.isSupported=i,e.closeSearch=function(){return new Promise((e=>{if(_e(Se,x.content),!i())throw new Error("Not supported");e(mn(o(Eo,"search.closeSearch"),"search.closeSearch"))}))}}(Io||(Io={}));var Ao=function(e,t,n,r){function o(e){return e instanceof n?e:new n((function(t){t(e)}))}return new(n||(n=Promise))((function(n,i){function a(e){try{c(r.next(e))}catch(e){i(e)}}function s(e){try{c(r.throw(e))}catch(e){i(e)}}function c(e){e.done?n(e.value):o(e.value).then(a,s)}c((r=r.apply(e,t||[])).next())}))};var To;!function(e){function t(t,n){return new Promise((r=>{if(!a())throw z;r(vn(t,e.SharingAPIMessages.shareWebContent,n))}))}function n(e){if(!(e&&e.content&&e.content.length)){throw{errorCode:U.INVALID_ARGUMENTS,message:"Shared content is missing"}}}function r(e){let t;if(e.content.some((e=>!e.type)))throw t={errorCode:U.INVALID_ARGUMENTS,message:"Shared content type cannot be undefined"},t;if(e.content.some((t=>t.type!==e.content[0].type)))throw t={errorCode:U.INVALID_ARGUMENTS,message:"Shared content must be of the same type"},t}function i(e){let t;if("URL"!==e.content[0].type)throw t={errorCode:U.INVALID_ARGUMENTS,message:"Content type is unsupported"},t;if(e.content.some((e=>!e.url)))throw t={errorCode:U.INVALID_ARGUMENTS,message:"URLs are required for URL content types"},t}function a(){return!(!_e(Se)||!Se.supports.sharing)}let s;e.SharingAPIMessages={shareWebContent:"sharing.shareWebContent"},e.shareWebContent=function(e,a){try{n(e),r(e),i(e)}catch(e){return te((()=>Promise.reject(e)),a)}return _e(Se,x.content,x.sidePanel,x.task,x.stage,x.meetingStage),te(t,a,o(a?"v1":"v2","sharing.shareWebContent"),e)},e.isSupported=a,function(e){function t(){var e;return _e(Se)&&void 0!==(null===(e=Se.supports.sharing)||void 0===e?void 0:e.history)}e.getContent=function(){return Ao(this,void 0,void 0,(function*(){if(_e(Se,x.sidePanel,x.meetingStage),!t())throw z;const e=yield vn(o("v2","sharing.history.getContent"),"sharing.history.getContent");return e.map((e=>{ge(e.author),ge(e.threadId)})),e}))},e.isSupported=t}(s=e.history||(e.history={}))}(To||(To={}));var Po;!function(e){let t;function n(){return!(!_e(Se)||!Se.supports.stageView)}!function(e){e.modal="modal",e.popout="popout",e.popoutWithChat="popoutWithChat"}(t=e.StageViewOpenMode||(e.StageViewOpenMode={})),e.open=function(e){return new Promise((t=>{if(_e(Se,x.content),!n())throw z;if(!e)throw new Error("[stageView.open] Stage view params cannot be null");t(vn(o("v2","stageView.open"),"stageView.open",e))}))},e.isSupported=n}(Po||(Po={}));var Fo=function(e,t,n,r){function o(e){return e instanceof n?e:new n((function(t){t(e)}))}return new(n||(n=Promise))((function(n,i){function a(e){try{c(r.next(e))}catch(e){i(e)}}function s(e){try{c(r.throw(e))}catch(e){i(e)}}function c(e){e.done?n(e.value):o(e.value).then(a,s)}c((r=r.apply(e,t||[])).next())}))};const Ro="v2";var Oo,ko;!function(e){let t,n,r;!function(e){e[e.FrontOrRear=1]="FrontOrRear",e[e.FrontOnly=2]="FrontOnly",e[e.RearOnly=3]="RearOnly"}(t=e.CameraRestriction||(e.CameraRestriction={})),function(e){e[e.Camera=1]="Camera",e[e.Gallery=2]="Gallery"}(n=e.Source||(e.Source={})),e.hasPermission=function(){if(_e(Se,x.content,x.task),!r.isSupported())throw z;const e=L.Media;return vn(o(Ro,"visualMedia.hasPermission"),"permissions.has",e)},e.requestPermission=function(){if(_e(Se,x.content,x.task),!r.isSupported())throw z;const e=L.Media;return vn(o(Ro,"visualMedia.requestPermission"),"permissions.request",e)},function(e){function t(){return!!(_e(Se)&&Se.supports.visualMedia&&Se.supports.visualMedia.image&&Se.supports.permissions)}function n(){if(!t())throw z}function r(e){if(!e||e.maxVisualMediaCount>10||e.maxVisualMediaCount<1)throw J}function i(e,t){if(t.length>e)throw K}e.captureImages=function(e){return Fo(this,void 0,void 0,(function*(){_e(Se,x.content,x.task),n(),r(e);const t=yield vn(o(Ro,"visualMedia.image.captureImages"),"visualMedia.image.captureImages",e);return i(e.maxVisualMediaCount,t),t}))},e.retrieveImages=function(e){return Fo(this,void 0,void 0,(function*(){_e(Se,x.content,x.task),n(),r(e);const t=yield vn(o(Ro,"visualMedia.image.retrieveImages"),"visualMedia.image.retrieveImages",e);return i(e.maxVisualMediaCount,t),t}))},e.isSupported=t}(r=e.image||(e.image={}))}(Oo||(Oo={})),function(e){function t(){return!(!_e(Se)||!Se.supports.webStorage)}e.isWebStorageClearedOnUserLogOut=function(){return _e(Se),t()},e.isSupported=t}(ko||(ko={}));var Mo;!function(e){let t;function n(){return!(!_e(Se)||!Se.supports.call)}!function(e){e.Unknown="unknown",e.Audio="audio",e.Video="video",e.VideoBasedScreenSharing="videoBasedScreenSharing",e.Data="data"}(t=e.CallModalities||(e.CallModalities={})),e.startCall=function(e){const r=o("v2","call.startCall");return new Promise((o=>{var i;if(_e(Se,x.content,x.task),!n())throw z;if(!Se.isLegacyTeams)return En(r,"call.startCall",[e],o);o(gn(r,"executeDeepLink",fr(e.targets,null===(i=e.requestedModalities)||void 0===i?void 0:i.includes(t.Video),e.source)).then((e=>{if(!e)throw new Error("The call was not properly started");return e})))}))},e.isSupported=n}(Mo||(Mo={}));const Uo="v1";var Lo;!function(e){e.Messages=It.Messages,e.FailedReason=It.FailedReason,e.ExpectedFailureReason=It.ExpectedFailureReason,e.notifyAppLoaded=function(){mt(o(Uo,"appInitialization.notifyAppLoaded"))},e.notifySuccess=function(){yt(o(Uo,"appInitialization.notifySuccess"))},e.notifyFailure=function(e){vt(o(Uo,"appInitialization.notifyFailure"),e)},e.notifyExpectedFailure=function(e){wt(o(Uo,"appInitialization.notifyExpectedFailure"),e)}}(Lo||(Lo={}));const Ho=t("thirdPartyCloudStorage");var No;!function(e){class t{constructor(e,t){this.fileType=e,this.assembleAttachment=t}}let n=[],r=null,i=!0,a=null;function s(e){if(a)if(e&&e.error)a([],e.error),a=null;else if(e&&e.fileChunk)try{i||0!==e.fileChunk.chunkSequence||(Ho("Last chunk is not received or 'endOfFile' value for previous chunk was not set to true"),i=!0,a([],{errorCode:U.INTERNAL_ERROR,message:"error occurred while receiving data"}),n=[],a=null);const o=Cr(e.fileChunk,e.fileType);if(o?(r||(r=new t(e.fileType,[])),r.assembleAttachment.push(o)):(Ho(`Received a null assemble attachment for when decoding chunk sequence ${e.fileChunk.chunkSequence}; not including the chunk in the assembled file.`),a?a([],{errorCode:U.INTERNAL_ERROR,message:"error occurred while receiving data"}):a=null,n=[],a=null,i=!0),i=e.fileChunk.endOfFile,e.fileChunk.endOfFile&&r){const t=yr(r.assembleAttachment,r.fileType);if(t){const r=new File([t],e.fileName,{type:t.type});n.push(r)}e.isLastFile&&a&&(a(n,e.error),n=[],a=null,i=!0),r=null}}catch(e){a&&(a([],{errorCode:U.INTERNAL_ERROR,message:e}),n=[],a=null,i=!0)}else a([],{errorCode:U.INTERNAL_ERROR,message:"data received is null"}),n=[],a=null,i=!0}function c(){return!(!_e(Se)||!Se.supports.thirdPartyCloudStorage)}e.getDragAndDropFiles=function(e,t){if(!t)throw new Error("[getDragAndDropFiles] Callback cannot be null");if(e&&""!==e){if(_e(Se,x.content,x.task),!c())throw z;if(a)throw a=null,new Error("getDragAndDropFiles cannot be called twice");a=t,i=!0,En(o("v2","thirdPartyCloudStorage.getDragAndDropFiles"),"thirdPartyCloudStorage.getDragAndDropFiles",[e],s)}else{t([],{errorCode:U.INVALID_ARGUMENTS})}},e.isSupported=c}(No||(No={}));const Bo="v1";function xo(e,t){gt(o(Bo,"initialize"),t).then((()=>{e&&e()}))}function Do(){Qr.enablePrintCapability()}function _o(){Qr.print()}function Vo(e){De(),En(o(Bo,"getContext"),"getContext",(t=>{t.frameContext||(t.frameContext=y.frameContext),e(t)}))}function Wo(e){St(o(Bo,"registerOnThemeChangeHandlerHelper"),e)}function jo(e){Jt(o(Bo,"registerFullScreenHandler"),"fullScreenChange",e,[])}function zo(e){Jt(o(Bo,"registerAppButtonClickHandler"),"appButtonClick",e,[x.content])}function $o(e){Jt(o(Bo,"registerAppButtonHoverEnterHandler"),"appButtonHoverEnter",e,[x.content])}function qo(e){Jt(o(Bo,"registerAppButtonHoverLeaveHandler"),"appButtonHoverLeave",e,[x.content])}function Go(e){xt.backStack.registerBackButtonHandlerHelper(o(Bo,"registerBackButtonHandler"),e)}function Jo(e){Qr.registerOnLoadHandlerHelper(o(Bo,"registerOnLoadHandler"),e)}function Ko(e){Qr.registerBeforeUnloadHandlerHelper(o(Bo,"registerBeforeUnloadHandler"),e)}function Zo(e){Jt(o(Bo,"registerFocusEnterHandler"),"focusEnter",e,[])}function Qo(e){Jt(o(Bo,"registerChangeSettingsHandler"),"changeSettings",e,[x.content])}function Xo(e,t){_e(Se),kt(o(Bo,"getTabInstances"),t).then((t=>{e(t)}))}function Yo(e,t){_e(Se),Mt(o(Bo,"getMruTabInstances"),t).then((t=>{e(t)}))}function ei(e){Ut(o(Bo,"shareDeepLink"),{subPageId:e.subEntityId,subPageLabel:e.subEntityLabel,subPageWebUrl:e.subEntityWebUrl})}function ti(e,t){_e(Se,x.content,x.sidePanel,x.settings,x.task,x.stage,x.meetingStage);const n=null!=t?t:Z();Et(o(Bo,"executeDeepLink"),e).then((()=>{n(!0)})).catch((e=>{n(!1,e.message)}))}function ni(e){Lt(o(Bo,"setFrameContext"),e)}function ri(e,t,n){gt(o(Bo,"initializeWithFrameContext"),n).then((()=>t&&t())),Lt(o(Bo,"setFrameContext"),e)}const oi="v1";function ii(e){Ot(o(oi,"navigation.returnFocus"),e)}function ai(e,t){_e(Se);const n=null!=t?t:Z();Rt(o(oi,"navigation.navigateToTab"),e).then((()=>{n(!0)})).catch((e=>{n(!1,e.message)}))}function si(e,t){_e(Se,x.content,x.sidePanel,x.settings,x.remove,x.task,x.stage,x.meetingStage);const n=null!=t?t:Z();Pt(o(oi,"navigation.navigateCrossDomain"),e).then((()=>{n(!0)})).catch((e=>{n(!1,e.message)}))}function ci(e){_e(Se);const t=null!=e?e:Z();Ft(o(oi,"navigation.navigateBack")).then((()=>{t(!0)})).catch((e=>{t(!1,e.message)}))}const ui="v1";var li;!function(e){e.setValidityState=function(e){Ht(o(ui,"settings.setValidityState"),e)},e.getSettings=function(e){_e(Se,x.content,x.settings,x.remove,x.sidePanel),Nt(o(ui,"settings.getSettings")).then((t=>{e(t)}))},e.setSettings=function(e,t){_e(Se,x.content,x.settings,x.sidePanel);const n=null!=t?t:Z();Bt(o(ui,"settings.setSettings"),e).then((()=>{n(!0)})).catch((e=>{n(!1,e.message)}))},e.registerOnSaveHandler=function(e){xt.config.registerOnSaveHandlerHelper(o(ui,"settings.registerOnSaveHandler"),e)},e.registerOnRemoveHandler=function(e){xt.config.registerOnRemoveHandlerHelper(o(ui,"settings.registerOnRemoveHandler"),e)}}(li||(li={}));var di=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};const fi="v1";var pi;!function(e){function t(e){if(void 0===e.url)throw new Error("url property of taskInfo object can't be undefined");return{url:e.url,size:{height:e.height?e.height:j.Small,width:e.width?e.width:j.Small},title:e.title,fallbackUrl:e.fallbackUrl}}function n(e){if(void 0===e.url||void 0===e.completionBotId)throw new Error(`Both url ${e.url} and completionBotId ${e.completionBotId} are required for bot url dialog. At least one is undefined.`);return{url:e.url,size:{height:e.height?e.height:j.Small,width:e.width?e.width:j.Small},title:e.title,fallbackUrl:e.fallbackUrl,completionBotId:e.completionBotId}}function r(e){return e.height=e.height?e.height:j.Small,e.width=e.width?e.width:j.Small,e}e.startTask=function(e,r){const i=o(fi,"tasks.startTask"),a=r?e=>{var t,n;return r(null!==(t=e.err)&&void 0!==t?t:"",null!==(n=e.result)&&void 0!==n?n:"")}:void 0;return void 0===e.card&&void 0===e.url||e.card?(_e(Se,x.content,x.sidePanel,x.meetingStage),En(i,"tasks.startTask",[e],r)):void 0!==e.completionBotId?st(i,n(e),a):at(i,t(e),a),new Vr},e.updateTask=function(e){e=r(e);const{width:t,height:n}=e,i=di(e,["width","height"]);if(Object.keys(i).length)throw new Error("resize requires a TaskInfo argument containing only width and height");it(o(fi,"tasks.updateTask"),e)},e.submitTask=function(e,t){ct(o(fi,"tasks.submitTask"),e,t)},e.getDefaultSizeIfNotProvided=r}(pi||(pi={}));const hi="v2";var gi;!function(e){let t,n;!function(e){e.guest="Guest",e.attendee="Attendee",e.presenter="Presenter",e.organizer="Organizer"}(t=e.UserMeetingRole||(e.UserMeetingRole={})),function(e){e.added="Added",e.alreadyExists="AlreadyExists",e.conflict="Conflict",e.notFound="NotFound"}(n=e.ContainerState||(e.ContainerState={})),e.isSupported=function(){return!(!_e(Se,x.meetingStage,x.sidePanel)||!Se.supports.interactive)}}(gi||(gi={}));class mi{getFluidTenantInfo(){return wi(),new Promise((e=>{e(vn(o(hi,"interactive.getFluidTenantInfo"),"interactive.getFluidTenantInfo"))}))}getFluidToken(e){return wi(),new Promise((t=>{t(vn(o(hi,"interactive.getFluidToken"),"interactive.getFluidToken",e))}))}getFluidContainerId(){return wi(),new Promise((e=>{e(vn(o(hi,"interactive.getFluidContainerId"),"interactive.getFluidContainerId"))}))}setFluidContainerId(e){return wi(),new Promise((t=>{t(vn(o(hi,"interactive.setFluidContainerId"),"interactive.setFluidContainerId",e))}))}getNtpTime(){return wi(),new Promise((e=>{e(vn(o(hi,"interactive.getNtpTime"),"interactive.getNtpTime"))}))}registerClientId(e){return wi(),new Promise((t=>{t(vn(o(hi,"interactive.registerClientId"),"interactive.registerClientId",e))}))}getClientRoles(e){return wi(),new Promise((t=>{t(vn(o(hi,"interactive.getClientRoles"),"interactive.getClientRoles",e))}))}getClientInfo(e){return wi(),new Promise((t=>{t(vn(o(hi,"interactive.getClientInfo"),"interactive.getClientInfo",e))}))}static create(){return wi(),new mi}}function wi(){if(!gi.isSupported())throw new Error("LiveShareHost Not supported")}var vi=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};function yi(e){try{return e.cartItems=Ci(e.cartItems),e}catch(e){throw new Error("Error deserializing cart")}}function Ci(e){return e.map((e=>{if(e.imageURL){const t=new URL(e.imageURL);e.imageURL=t}return e.accessories&&(e.accessories=Ci(e.accessories)),e}))}const bi=e=>{try{return e.map((e=>{const{imageURL:t,accessories:n}=e,r=vi(e,["imageURL","accessories"]),o=Object.assign({},r);return t&&(o.imageURL=t.href),n&&(o.accessories=bi(n)),o}))}catch(e){throw new Error("Error serializing cart items")}};function Si(e){if(!Array.isArray(e)||0===e.length)throw new Error("cartItems must be a non-empty array");for(const t of e)Ii(t),Ei(t.accessories)}function Ei(e){if(null!=e){if(!Array.isArray(e)||0===e.length)throw new Error("CartItem.accessories must be a non-empty array");for(const t of e){if(t.accessories)throw new Error("Item in CartItem.accessories cannot have accessories");Ii(t)}}}function Ii(e){if(!e.id)throw new Error("cartItem.id must not be empty");if(!e.name)throw new Error("cartItem.name must not be empty");Ti(e.price),Pi(e.quantity)}function Ai(e){if(null!=e){if(!e)throw new Error("id must not be empty");if(!1===R(e))throw new Error("id must be a valid UUID")}}function Ti(e){if("number"!=typeof e||e<0)throw new Error(`price ${e} must be a number not less than 0`);if(parseFloat(e.toFixed(3))!==e)throw new Error(`price ${e} must have at most 3 decimal places`)}function Pi(e){if("number"!=typeof e||e<=0||parseInt(e.toString())!==e)throw new Error(`quantity ${e} must be an integer greater than 0`)}function Fi(e){if(!Object.values(Oi.CartStatus).includes(e))throw new Error(`cartStatus ${e} is not valid`)}const Ri="v2";var Oi;!function(e){let t,n;function r(){return!(!_e(Se)||!Se.supports.marketplace)}e.cartVersion={majorVersion:1,minorVersion:1},function(e){e.TACAdminUser="TACAdminUser",e.TeamsAdminUser="TeamsAdminUser",e.TeamsEndUser="TeamsEndUser"}(t=e.Intent||(e.Intent={})),function(e){e.Open="Open",e.Processing="Processing",e.Processed="Processed",e.Closed="Closed",e.Error="Error"}(n=e.CartStatus||(e.CartStatus={})),e.getCart=function(){if(_e(Se,x.content,x.task),!r())throw z;return vn(o(Ri,"marketplace.getCart"),"marketplace.getCart",e.cartVersion).then(yi)},e.addOrUpdateCartItems=function(t){if(_e(Se,x.content,x.task),!r())throw z;if(!t)throw new Error("addOrUpdateCartItemsParams must be provided");return Ai(null==t?void 0:t.cartId),Si(null==t?void 0:t.cartItems),vn(o(Ri,"marketplace.addOrUpdateCartItems"),"marketplace.addOrUpdateCartItems",Object.assign(Object.assign({},t),{cartItems:bi(t.cartItems),cartVersion:e.cartVersion})).then(yi)},e.removeCartItems=function(t){if(_e(Se,x.content,x.task),!r())throw z;if(!t)throw new Error("removeCartItemsParams must be provided");if(Ai(null==t?void 0:t.cartId),!Array.isArray(null==t?void 0:t.cartItemIds)||0===(null==t?void 0:t.cartItemIds.length))throw new Error("cartItemIds must be a non-empty array");return vn(o(Ri,"marketplace.removeCartItems"),"marketplace.removeCartItems",Object.assign(Object.assign({},t),{cartVersion:e.cartVersion})).then(yi)},e.updateCartStatus=function(t){if(_e(Se,x.content,x.task),!r())throw z;if(!t)throw new Error("updateCartStatusParams must be provided");return Ai(null==t?void 0:t.cartId),Fi(null==t?void 0:t.cartStatus),vn(o(Ri,"marketplace.updateCartStatus"),"marketplace.updateCartStatus",Object.assign(Object.assign({},t),{cartVersion:e.cartVersion})).then(yi)},e.isSupported=r}(Oi||(Oi={}));const ki="v2";var Mi;!function(e){const t="Action.Execute";function n(e){if("ActionExecuteInvokeRequest"===e.requestType){const n=e;if(n.type!==t){throw{errorCode:"INTERNAL_ERROR",message:`Invalid action type ${n.type}. Action type must be "${t}"`}}}else if("QueryMessageExtensionRequest"===e.requestType){if(e.commandId.length>64)throw new Error("originalRequestInfo.commandId exceeds the maximum size of 64 characters");if(e.parameters.length>5)throw new Error("originalRequestInfo.parameters exceeds the maximum size of 5");for(const t of e.parameters){if(t.name.length>64)throw new Error("originalRequestInfo.parameters.name exceeds the maximum size of 64 characters");if(t.value.length>512)throw new Error("originalRequestInfo.parameters.value exceeds the maximum size of 512 characters")}}}function r(){return!(!_e(Se)||!Se.supports.externalAppAuthentication)}e.authenticateAndResendRequest=function(e,t,i){if(_e(Se,x.content),!r())throw z;return de(e,new Error("App id is not valid.")),n(i),yn(o(ki,"externalAppAuthentication.authenticateAndResendRequest"),"externalAppAuthentication.authenticateAndResendRequest",[e,i,t.url.href,t.width,t.height,t.isExternal]).then((([e,t])=>{if(e&&null!=t.responseType)return t;throw t}))},e.authenticateWithSSO=function(e,t){if(_e(Se,x.content),!r())throw z;return de(e,new Error("App id is not valid.")),yn(o(ki,"externalAppAuthentication.authenticateWithSSO"),"externalAppAuthentication.authenticateWithSSO",[e,t.claims,t.silent]).then((([e,t])=>{if(!e)throw t}))},e.authenticateWithSSOAndResendRequest=function(e,t,i){if(_e(Se,x.content),!r())throw z;return de(e,new Error("App id is not valid.")),n(i),yn(o(ki,"externalAppAuthentication.authenticateWithSSOAndResendRequest"),"externalAppAuthentication.authenticateWithSSOAndResendRequest",[e,i,t.claims,t.silent]).then((([e,t])=>{if(e&&null!=t.responseType)return t;throw t}))},e.authenticateWithOauth2=function(e,t,n){if(_e(Se,x.content),!r())throw z;return de(e,new Error("titleId is Invalid.")),de(t,new Error("oauthConfigId is Invalid.")),yn(o(ki,"externalAppAuthentication.authenticateWithOauth2"),"externalAppAuthentication.authenticateWithOauth2",[e,t,n.width,n.height,n.isExternal]).then((([e,t])=>{if(!e)throw t}))},e.isSupported=r}(Mi||(Mi={}));var Ui;!function(e){function t(){return!(!_e(Se)||!Se.supports.externalAppCardActions)}e.processActionSubmit=function(e,n){if(_e(Se,x.content),!t())throw z;return de(e,new Error("App id is not valid.")),yn(o("v2","externalAppCardActions.processActionSubmit"),"externalAppCardActions.processActionSubmit",[e,n]).then((([e,t])=>{if(!e)throw t}))},e.processActionOpenUrl=function(e,n,r){if(_e(Se,x.content),!t())throw z;return de(e,new Error("App id is not valid.")),yn(o("v2","externalAppCardActions.processActionOpenUrl"),"externalAppCardActions.processActionOpenUrl",[e,n.href,r]).then((([e,t])=>{if(e)throw e;return t}))},e.isSupported=t}(Ui||(Ui={}));var Li=function(e,t,n,r){function o(e){return e instanceof n?e:new n((function(t){t(e)}))}return new(n||(n=Promise))((function(n,i){function a(e){try{c(r.next(e))}catch(e){i(e)}}function s(e){try{c(r.throw(e))}catch(e){i(e)}}function c(e){e.done?n(e.value):o(e.value).then(a,s)}c((r=r.apply(e,t||[])).next())}))};var Hi;!function(e){function t(){return!(!_e(Se)||!Se.supports.externalAppCommands)}e.processActionCommand=function(e,n,r){return Li(this,void 0,void 0,(function*(){if(_e(Se,x.content),!t())throw z;de(e,new Error("App id is not valid."));const[i,a]=yield yn(o("v2","externalAppCommands.processActionCommand"),"externalAppCommands.processActionCommand",[e,n,r]);if(i)throw i;return a}))},e.isSupported=t}(Hi||(Hi={}));const Ni="v1";var Bi;!function(e){function t(e,t){return{errorCode:e,message:t}}e.getCloudStorageFolders=function(e,t){if(_e(Se,x.content),!e||0===e.length)throw new Error("[files.getCloudStorageFolders] channelId name cannot be null or empty");if(!t)throw new Error("[files.getCloudStorageFolders] Callback cannot be null");En(o(Ni,"files.getCloudStorageFolders"),"files.getCloudStorageFolders",[e],t)},e.addCloudStorageFolder=function(e,t){if(_e(Se,x.content),!e||0===e.length)throw new Error("[files.addCloudStorageFolder] channelId name cannot be null or empty");if(!t)throw new Error("[files.addCloudStorageFolder] Callback cannot be null");En(o(Ni,"files.addCloudStorageFolder"),"files.addCloudStorageFolder",[e],t)},e.deleteCloudStorageFolder=function(e,t,n){if(_e(Se,x.content),!e)throw new Error("[files.deleteCloudStorageFolder] channelId name cannot be null or empty");if(!t)throw new Error("[files.deleteCloudStorageFolder] folderToDelete cannot be null or empty");if(!n)throw new Error("[files.deleteCloudStorageFolder] Callback cannot be null");En(o(Ni,"files.deleteCloudStorageFolder"),"files.deleteCloudStorageFolder",[e,t],n)},e.getCloudStorageFolderContents=function(e,t,n){if(_e(Se,x.content),!e||!t)throw new Error("[files.getCloudStorageFolderContents] folder/providerCode name cannot be null or empty");if(!n)throw new Error("[files.getCloudStorageFolderContents] Callback cannot be null");if("isSubdirectory"in e&&!e.isSubdirectory)throw new Error("[files.getCloudStorageFolderContents] provided folder is not a subDirectory");En(o(Ni,"files.getCloudStorageFolderContents"),"files.getCloudStorageFolderContents",[e,t],n)},e.openCloudStorageFile=function(e,t,n){if(_e(Se,x.content),!e||!t)throw new Error("[files.openCloudStorageFile] file/providerCode cannot be null or empty");if(e.isSubdirectory)throw new Error("[files.openCloudStorageFile] provided file is a subDirectory");En(o(Ni,"files.openCloudStorageFile"),"files.openCloudStorageFile",[e,t,n])},e.getExternalProviders=function(e=!1,t){if(_e(Se,x.content),!t)throw new Error("[files.getExternalProviders] Callback cannot be null");En(o(Ni,"files.getExternalProviders"),"files.getExternalProviders",[e],t)},e.copyMoveFiles=function(e,t,n,r,i=!1,a){if(_e(Se,x.content),!e||0===e.length)throw new Error("[files.copyMoveFiles] selectedFiles cannot be null or empty");if(!t)throw new Error("[files.copyMoveFiles] providerCode cannot be null or empty");if(!n)throw new Error("[files.copyMoveFiles] destinationFolder cannot be null or empty");if(!r)throw new Error("[files.copyMoveFiles] destinationProviderCode cannot be null or empty");if(!a)throw new Error("[files.copyMoveFiles] callback cannot be null");En(o(Ni,"files.copyMoveFiles"),"files.copyMoveFiles",[e,t,n,r,i],a)},e.getFileDownloads=function(e){if(_e(Se,x.content),!e)throw new Error("[files.getFileDownloads] Callback cannot be null");En(o(Ni,"files.getFileDownloads"),"files.getFileDownloads",[],e)},e.openDownloadFolder=function(e=void 0,t){if(_e(Se,x.content),!t)throw new Error("[files.openDownloadFolder] Callback cannot be null");En(o(Ni,"files.openDownloadFolder"),"files.openDownloadFolder",[e],t)},e.addCloudStorageProvider=function(e){if(_e(Se,x.content),!e)throw t(U.INVALID_ARGUMENTS,"[files.addCloudStorageProvider] callback cannot be null");En(o(Ni,"files.addCloudStorageProvider"),"files.addCloudStorageProvider",[],e)},e.removeCloudStorageProvider=function(e,n){if(_e(Se,x.content),!n)throw t(U.INVALID_ARGUMENTS,"[files.removeCloudStorageProvider] callback cannot be null");if(!e||!e.content)throw t(U.INVALID_ARGUMENTS,"[files.removeCloudStorageProvider] 3P cloud storage provider request content is missing");En(o(Ni,"files.removeCloudStorageProvider"),"files.removeCloudStorageProvider",[e],n)},e.addCloudStorageProviderFile=function(e,n){if(_e(Se,x.content),!n)throw t(U.INVALID_ARGUMENTS,"[files.addCloudStorageProviderFile] callback cannot be null");if(!e||!e.content)throw t(U.INVALID_ARGUMENTS,"[files.addCloudStorageProviderFile] 3P cloud storage provider request content is missing");En(o(Ni,"files.addCloudStorageProviderFile"),"files.addCloudStorageProviderFile",[e],n)},e.renameCloudStorageProviderFile=function(e,n){if(_e(Se,x.content),!n)throw t(U.INVALID_ARGUMENTS,"[files.renameCloudStorageProviderFile] callback cannot be null");if(!e||!e.content)throw t(U.INVALID_ARGUMENTS,"[files.renameCloudStorageProviderFile] 3P cloud storage provider request content is missing");En(o(Ni,"files.renameCloudStorageProviderFile"),"files.renameCloudStorageProviderFile",[e],n)},e.deleteCloudStorageProviderFile=function(e,n){if(_e(Se,x.content),!n)throw t(U.INVALID_ARGUMENTS,"[files.deleteCloudStorageProviderFile] callback cannot be null");if(!(e&&e.content&&e.content.itemList&&e.content.itemList.length>0))throw t(U.INVALID_ARGUMENTS,"[files.deleteCloudStorageProviderFile] 3P cloud storage provider request content details are missing");En(o(Ni,"files.deleteCloudStorageProviderFile"),"files.deleteCloudStorageProviderFile",[e],n)},e.downloadCloudStorageProviderFile=function(e,n){if(_e(Se,x.content),!n)throw t(U.INVALID_ARGUMENTS,"[files.downloadCloudStorageProviderFile] callback cannot be null");if(!(e&&e.content&&e.content.itemList&&e.content.itemList.length>0))throw t(U.INVALID_ARGUMENTS,"[files.downloadCloudStorageProviderFile] 3P cloud storage provider request content details are missing");En(o(Ni,"files.downloadCloudStorageProviderFile"),"files.downloadCloudStorageProviderFile",[e],n)},e.uploadCloudStorageProviderFile=function(e,n){if(_e(Se,x.content),!n)throw t(U.INVALID_ARGUMENTS,"[files.uploadCloudStorageProviderFile] callback cannot be null");if(!(e&&e.content&&e.content.itemList&&e.content.itemList.length>0))throw t(U.INVALID_ARGUMENTS,"[files.uploadCloudStorageProviderFile] 3P cloud storage provider request content details are missing");if(!e.content.destinationFolder)throw t(U.INVALID_ARGUMENTS,"[files.uploadCloudStorageProviderFile] Invalid destination folder details");En(o(Ni,"files.uploadCloudStorageProviderFile"),"files.uploadCloudStorageProviderFile",[e],n)},e.registerCloudStorageProviderListChangeHandler=function(e){if(_e(Se),!e)throw new Error("[registerCloudStorageProviderListChangeHandler] Handler cannot be null");$t(o(Ni,"files.registerCloudStorageProviderListChangeHandler"),"files.cloudStorageProviderListChange",e)},e.registerCloudStorageProviderContentChangeHandler=function(e){if(_e(Se),!e)throw new Error("[registerCloudStorageProviderContentChangeHandler] Handler cannot be null");$t(o(Ni,"files.registerCloudStorageProviderContentChangeHandler"),"files.cloudStorageProviderContentChange",e)}}(Bi||(Bi={}));const xi="v1";var Di;!function(e){function t(){return!(!_e(Se)||!Se.supports.meetingRoom)}e.getPairedMeetingRoomInfo=function(){return new Promise((e=>{if(_e(Se),!t())throw z;e(vn(o(xi,"meetingRoom.getPairedMeetingRoomInfo"),"meetingRoom.getPairedMeetingRoomInfo"))}))},e.sendCommandToPairedMeetingRoom=function(e){return new Promise((n=>{if(!e||0==e.length)throw new Error("[meetingRoom.sendCommandToPairedMeetingRoom] Command name cannot be null or empty");if(_e(Se),!t())throw z;n(vn(o(xi,"meetingRoom.sendCommandToPairedMeetingRoom"),"meetingRoom.sendCommandToPairedMeetingRoom",e))}))},e.registerMeetingRoomCapabilitiesUpdateHandler=function(e){if(!e)throw new Error("[meetingRoom.registerMeetingRoomCapabilitiesUpdateHandler] Handler cannot be null");if(_e(Se),!t())throw z;$t(o(xi,"meetingRoom.registerMeetingRoomCapabilitiesUpdateHandler"),"meetingRoom.meetingRoomCapabilitiesUpdate",(t=>{_e(Se),e(t)}))},e.registerMeetingRoomStatesUpdateHandler=function(e){if(!e)throw new Error("[meetingRoom.registerMeetingRoomStatesUpdateHandler] Handler cannot be null");if(_e(Se),!t())throw z;$t(o(xi,"meetingRoom.registerMeetingRoomStatesUpdateHandler"),"meetingRoom.meetingRoomStatesUpdate",(t=>{_e(Se),e(t)}))},e.isSupported=t}(Di||(Di={}));var _i,Vi=function(e,t,n,r){function o(e){return e instanceof n?e:new n((function(t){t(e)}))}return new(n||(n=Promise))((function(n,i){function a(e){try{c(r.next(e))}catch(e){i(e)}}function s(e){try{c(r.throw(e))}catch(e){i(e)}}function c(e){e.done?n(e.value):o(e.value).then(a,s)}c((r=r.apply(e,t||[])).next())}))};!function(e){let n;const r=t("messageChannels");function i(){return!(!_e(Se)||!Se.supports.messageChannels)}e.getTelemetryPort=function(){return Vi(this,void 0,void 0,(function*(){if(n)return r("Returning telemetry port from cache"),n;if(!i())throw z;return n=yield Cn(o("v1","messageChannels.getTelemetryPort"),"messageChannels.getTelemetryPort"),n}))},e.isSupported=i,e._clearTelemetryPort=function(){n=void 0}}(_i||(_i={}));var Wi,ji;!function(e){function t(){return!(!_e(Se)||!Se.supports.notifications)}e.showNotification=function(e){if(_e(Se,x.content),!t())throw z;En(o("v1","notifications.showNotification"),"notifications.showNotification",[e])},e.isSupported=t}(Wi||(Wi={})),function(e){function t(){return!(!_e(Se)||!Se.supports.otherAppStateChange)}e.registerAppInstallationHandler=function(e){if(!t())throw new Error(U.NOT_SUPPORTED_ON_PLATFORM.toString());if($e(e))throw new Error(U.INVALID_ARGUMENTS.toString());$t(o("v2","otherApp.install"),"otherApp.install",e)},e.unregisterAppInstallationHandler=function(){if(!t())throw new Error(U.NOT_SUPPORTED_ON_PLATFORM.toString());En(o("v2","otherApp.unregisterInstall"),"otherApp.unregisterInstall"),qt("otherApp.install")},e.isSupported=t}(ji||(ji={}));const zi="v1";var $i;!function(e){let t;function n(){return!(!_e(Se)||!Se.supports.remoteCamera)}!function(e){e.Reset="Reset",e.ZoomIn="ZoomIn",e.ZoomOut="ZoomOut",e.PanLeft="PanLeft",e.PanRight="PanRight",e.TiltUp="TiltUp",e.TiltDown="TiltDown"}(t=e.ControlCommand||(e.ControlCommand={})),e.getCapableParticipants=function(e){if(!e)throw new Error("[remoteCamera.getCapableParticipants] Callback cannot be null");if(_e(Se,x.sidePanel),!n())throw z;En(o(zi,"remoteCamera.getCapableParticipants"),"remoteCamera.getCapableParticipants",e)},e.requestControl=function(e,t){if(!e)throw new Error("[remoteCamera.requestControl] Participant cannot be null");if(!t)throw new Error("[remoteCamera.requestControl] Callback cannot be null");if(_e(Se,x.sidePanel),!n())throw z;En(o(zi,"remoteCamera.requestControl"),"remoteCamera.requestControl",[e],t)},e.sendControlCommand=function(e,t){if(!e)throw new Error("[remoteCamera.sendControlCommand] ControlCommand cannot be null");if(!t)throw new Error("[remoteCamera.sendControlCommand] Callback cannot be null");if(_e(Se,x.sidePanel),!n())throw z;En(o(zi,"remoteCamera.sendControlCommand"),"remoteCamera.sendControlCommand",[e],t)},e.terminateSession=function(e){if(!e)throw new Error("[remoteCamera.terminateSession] Callback cannot be null");if(_e(Se,x.sidePanel),!n())throw z;En(o(zi,"remoteCamera.terminateSession"),"remoteCamera.terminateSession",e)},e.registerOnCapableParticipantsChangeHandler=function(e){if(!e)throw new Error("[remoteCamera.registerOnCapableParticipantsChangeHandler] Handler cannot be null");if(_e(Se,x.sidePanel),!n())throw z;$t(o(zi,"remoteCamera.registerOnCapableParticipantsChangeHandler"),"remoteCamera.capableParticipantsChange",e)},e.registerOnErrorHandler=function(e){if(!e)throw new Error("[remoteCamera.registerOnErrorHandler] Handler cannot be null");if(_e(Se,x.sidePanel),!n())throw z;$t(o(zi,"remoteCamera.registerOnErrorHandler"),"remoteCamera.handlerError",e)},e.registerOnDeviceStateChangeHandler=function(e){if(!e)throw new Error("[remoteCamera.registerOnDeviceStateChangeHandler] Handler cannot be null");if(_e(Se,x.sidePanel),!n())throw z;$t(o(zi,"remoteCamera.registerOnDeviceStateChangeHandler"),"remoteCamera.deviceStateChange",e)},e.registerOnSessionStatusChangeHandler=function(e){if(!e)throw new Error("[remoteCamera.registerOnSessionStatusChangeHandler] Handler cannot be null");if(_e(Se,x.sidePanel),!n())throw z;$t(o(zi,"remoteCamera.registerOnSessionStatusChangeHandler"),"remoteCamera.sessionStatusChange",e)},e.isSupported=n}($i||($i={}));var qi;!function(e){function t(){return!(!_e(Se)||!Se.supports.appEntity)}e.selectAppEntity=function(e,n,r,i){if(_e(Se,x.content),!t())throw z;if(!e||0==e.length)throw new Error("[appEntity.selectAppEntity] threadId name cannot be null or empty");if(!i)throw new Error("[appEntity.selectAppEntity] Callback cannot be null");En(o("v1","appEntity.selectAppEntity"),"appEntity.selectAppEntity",[e,n,r],i)},e.isSupported=t}(qi||(qi={}));const Gi="v1";var Ji;!function(e){function t(){return!(!_e(Se)||!Se.supports.teams)}let n;e.getTeamChannels=function(e,n){if(_e(Se,x.content),!t())throw z;if(!e)throw new Error("[teams.getTeamChannels] groupId cannot be null or empty");if(!n)throw new Error("[teams.getTeamChannels] Callback cannot be null");En(o(Gi,"teams.getTeamChannels"),"teams.getTeamChannels",[e],n)},e.refreshSiteUrl=function(e,n){if(_e(Se),!t())throw z;if(!e)throw new Error("[teams.refreshSiteUrl] threadId cannot be null or empty");if(!n)throw new Error("[teams.refreshSiteUrl] Callback cannot be null");En(o(Gi,"teams.refreshSiteUrl"),"teams.refreshSiteUrl",[e],n)},e.isSupported=t,function(e){let t;function n(){return!(!_e(Se)||!Se.supports.teams)&&!!Se.supports.teams.fullTrust}!function(e){function t(){return!(!_e(Se)||!Se.supports.teams)&&(!!Se.supports.teams.fullTrust&&!!Se.supports.teams.fullTrust.joinedTeams)}e.getUserJoinedTeams=function(e){return new Promise((n=>{if(_e(Se),!t())throw z;if((y.hostClientType===N.android||y.hostClientType===N.teamsRoomsAndroid||y.hostClientType===N.teamsPhones||y.hostClientType===N.teamsDisplays)&&!Ve("2.0.1")){const e={errorCode:U.OLD_PLATFORM};throw new Error(JSON.stringify(e))}n(gn(o(Gi,"teams.fullTrust.joinedTeams.getUserJoinedTeams"),"getUserJoinedTeams",e))}))},e.isSupported=t}(t=e.joinedTeams||(e.joinedTeams={})),e.getConfigSetting=function(e){return new Promise((t=>{if(_e(Se),!n())throw z;t(gn(o(Gi,"teams.fullTrust.getConfigSetting"),"getConfigSetting",e))}))},e.isSupported=n}(n=e.fullTrust||(e.fullTrust={}))}(Ji||(Ji={}));var Ki=function(e,t,n,r){function o(e){return e instanceof n?e:new n((function(t){t(e)}))}return new(n||(n=Promise))((function(n,i){function a(e){try{c(r.next(e))}catch(e){i(e)}}function s(e){try{c(r.throw(e))}catch(e){i(e)}}function c(e){e.done?n(e.value):o(e.value).then(a,s)}c((r=r.apply(e,t||[])).next())}))};const Zi="v2";var Qi;!function(e){e.frameProcessingTimeoutInMs=2e3;const t=le()?void 0:new vo(En);function n(){const t=setTimeout((()=>{c(`Frame not processed in ${e.frameProcessingTimeoutInMs}ms`,"warn")}),e.frameProcessingTimeoutInMs);return function(){clearTimeout(t)}}function r(e,t){return r=>Ki(this,void 0,void 0,(function*(){const o=r.videoFrame;t.reportStartFrameProcessing(o.codedWidth,o.codedHeight);const i=n(),a=yield e(r);return i(),t.reportFrameProcessed(),a}))}function i(e){return e.videoFrameBuffer=e.videoFrameBuffer||e.data,delete e.data,e}function a(){return _e(Se),So.isSupported()}function s(e){En(o(Zi,"videoEffectsEx.notifyVideoFrameProcessed"),"video.videoFrameProcessed",[e])}function c(e,t="warn"){En(o(Zi,"videoEffectsEx.notifyError"),"video.notifyError",[e,t])}e.registerForVideoFrame=function(e){var u,l;if(!a())throw z;if(!e.videoFrameHandler||!e.videoBufferHandler)throw new Error("Both videoFrameHandler and videoBufferHandler must be provided");if(_e(Se,x.sidePanel)){if($t(o(Zi,"videoEffectsEX.registerSetFrameProcessTimeLimitHandler"),"video.setFrameProcessTimeLimit",(e=>null==t?void 0:t.setFrameProcessTimeLimit(e)),!1),null===(u=Se.supports.video)||void 0===u?void 0:u.mediaStream)$t(o(Zi,"videoEffectsEX.registerStartVideoExtensibilityVideoStreamHandler"),"video.startVideoExtensibilityVideoStream",(n=>Ki(this,void 0,void 0,(function*(){const{streamId:o,metadataInTexture:i}=n,a=t?r(e.videoFrameHandler,t):e.videoFrameHandler;i?yield io(o,a,c,t):yield oo(o,a,c,t)}))),!1),En(o(Zi,"videoEffectsEX.mediaStream.registerForVideoFrame"),"video.mediaStream.registerForVideoFrame",[e.config]);else{if(!(null===(l=Se.supports.video)||void 0===l?void 0:l.sharedFrame))throw z;$t(o(Zi,"videoEffectsEx.registerNewVideoFrameHandler"),"video.newVideoFrame",(r=>{if(r){null==t||t.reportStartFrameProcessing(r.width,r.height);const o=n(),a=r.timestamp;e.videoBufferHandler(i(r),(()=>{o(),null==t||t.reportFrameProcessed(),s(a)}),c)}}),!1),En(o(Zi,"videoEffectsEx.registerForVideoFrame"),"video.registerForVideoFrame",[e.config])}null==t||t.startMonitorSlowFrameProcessing()}},e.notifySelectedVideoEffectChanged=function(e,t,n){if(_e(Se,x.sidePanel),!a())throw z;En(o(Zi,"videoEffectsEx.notifySelectedVideoEffectChanged"),"video.videoEffectChanged",[e,t,n])},e.registerForVideoEffect=function(e){if(_e(Se,x.sidePanel),!a())throw z;$t(o(Zi,"videoEffectsEx.registerEffectParamterChangeHandler"),"video.effectParameterChange",ho(e,t),!1),En(o(Zi,"videoEffectsEx.registerForVideoEffect"),"video.registerForVideoEffect")},e.updatePersonalizedEffects=function(e){if(_e(Se,x.sidePanel),!So.isSupported())throw z;En(o(Zi,"videoEffectsEx.updatePersonalizedEffects"),"video.personalizedEffectsChanged",[e])},e.isSupported=a,e.notifyFatalError=function(e){if(_e(Se),!So.isSupported())throw z;c(e,"fatal")}}(Qi||(Qi={}))})(),r})()));
|
3
3
|
//# sourceMappingURL=MicrosoftTeams.min.js.map
|