@vkontakte/calls-sdk 2.8.11-dev.d67d6abf.0 → 2.8.11-dev.f204132b.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. package/CallsSDK.d.ts +43 -13
  2. package/abstract/BaseApi.d.ts +2 -3
  3. package/abstract/BaseSignaling.d.ts +2 -3
  4. package/calls-sdk.cjs.js +9 -9
  5. package/calls-sdk.esm.js +5494 -5123
  6. package/classes/AudioFix.d.ts +5 -1
  7. package/classes/AudioOutput.d.ts +5 -1
  8. package/classes/Conversation.d.ts +8 -2
  9. package/classes/DebugInfo.d.ts +3 -0
  10. package/classes/DisplayLayoutRequester.d.ts +39 -0
  11. package/classes/ExternalIdCache.d.ts +19 -0
  12. package/classes/MediaSource.d.ts +5 -1
  13. package/classes/ParticipantIdRegistry.d.ts +3 -0
  14. package/classes/ProducerCommandSerializationService.d.ts +3 -0
  15. package/classes/SignalingActor.d.ts +3 -1
  16. package/classes/SpeakerDetector.d.ts +2 -1
  17. package/classes/SpecListener.d.ts +7 -1
  18. package/classes/{Logger.d.ts → StatsLogger.d.ts} +3 -10
  19. package/classes/VideoEffectsFpsLimiter.d.ts +3 -0
  20. package/classes/asr/AsrReceiver.d.ts +3 -1
  21. package/classes/codec/LibVPxDecoder.d.ts +3 -0
  22. package/classes/codec/LibVPxEncoder.d.ts +3 -1
  23. package/classes/codec/WebCodecsDecoder.d.ts +3 -0
  24. package/classes/codec/WebCodecsEncoder.d.ts +3 -1
  25. package/classes/codec/WorkerBase.d.ts +5 -0
  26. package/classes/screenshare/BaseStreamBuilder.d.ts +4 -1
  27. package/classes/screenshare/CanvasRenderer.d.ts +3 -1
  28. package/classes/screenshare/ScreenCaptureReceiver.d.ts +7 -1
  29. package/classes/screenshare/ScreenCaptureSender.d.ts +5 -1
  30. package/classes/screenshare/ScreenCongestionControl.d.ts +3 -1
  31. package/classes/screenshare/StreamBuilder.d.ts +5 -1
  32. package/classes/screenshare/TrackGeneratorRenderer.d.ts +3 -1
  33. package/classes/screenshare/WebmBuilder.d.ts +3 -1
  34. package/classes/stat/CodecStatsAggregator.d.ts +7 -7
  35. package/classes/stat/ConversationStats.d.ts +21 -0
  36. package/classes/stat/StatAggregator.d.ts +6 -6
  37. package/classes/stat/StatFirstMediaReceived.d.ts +4 -1
  38. package/classes/stat/StatPings.d.ts +9 -9
  39. package/classes/stat/StatScreenShareFirstFrame.d.ts +3 -1
  40. package/classes/stat/StatSignalingCommands.d.ts +8 -8
  41. package/classes/transport/BaseTransport.d.ts +1 -1
  42. package/classes/transport/DirectStatReporter.d.ts +3 -1
  43. package/classes/transport/DirectTransport.d.ts +9 -1
  44. package/classes/transport/PerfStatReporter.d.ts +5 -1
  45. package/classes/transport/ServerTransport.d.ts +10 -2
  46. package/classes/transport/Transport.d.ts +11 -16
  47. package/default/Api.d.ts +3 -11
  48. package/default/Signaling.d.ts +13 -3
  49. package/enums/TransportState.d.ts +10 -0
  50. package/enums/TransportTopology.d.ts +5 -0
  51. package/package.json +1 -1
  52. package/static/Debug.d.ts +27 -8
  53. package/static/External.d.ts +12 -12
  54. package/static/Params.d.ts +23 -9
  55. package/static/Utils.d.ts +3 -2
  56. package/static/WebRTCUtils.d.ts +6 -4
  57. package/types/Conversation.d.ts +1 -1
  58. package/types/FastStart.d.ts +1 -0
  59. package/types/ParticipantLayout.d.ts +33 -0
  60. package/types/SignalingMessage.d.ts +1 -1
  61. package/types/Statistics.d.ts +1 -1
  62. package/utils/DebugStorage.d.ts +100 -1
  63. package/classes/stat/EventMetricsService.d.ts +0 -9
  64. package/static/ConversationDebugLogger.d.ts +0 -13
package/calls-sdk.cjs.js CHANGED
@@ -1,20 +1,20 @@
1
1
  /*!
2
- * @vkontakte/calls-sdk v2.8.11-dev.d67d6abf.0
3
- * Tue, 02 Jun 2026 10:07:01 GMT
2
+ * @vkontakte/calls-sdk v2.8.11-dev.f204132b.0
3
+ * Mon, 08 Jun 2026 17:32:08 GMT
4
4
  * https://calls-sdk.cdn-vk.ru/doc/latest/index.html
5
5
  */
6
6
 
7
- Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});var e=Object.create,t=Object.defineProperty,n=Object.getOwnPropertyDescriptor,r=Object.getOwnPropertyNames,i=Object.getPrototypeOf,a=Object.prototype.hasOwnProperty,o=(e,i,o,s)=>{if(i&&typeof i==`object`||typeof i==`function`)for(var c=r(i),l=0,u=c.length,d;l<u;l++)d=c[l],!a.call(e,d)&&d!==o&&t(e,d,{get:(e=>i[e]).bind(null,d),enumerable:!(s=n(i,d))||s.enumerable});return e},s=(n,r,a)=>(a=n==null?{}:e(i(n)),o(r||!n||!n.__esModule?t(a,`default`,{value:n,enumerable:!0}):a,n));let c=require("webrtc-adapter");c=s(c);let l=require("messagepack"),u=require("@vkontakte/libvpx");u=s(u);let d=require("bit-buffer"),f=require("simple-ebml-builder");f=s(f);let p=require("fflate");p=s(p);var m=class{log(e,t,n=!1){}destroy(){}};function h(e){"@babel/helpers - typeof";return h=typeof Symbol==`function`&&typeof Symbol.iterator==`symbol`?function(e){return typeof e}:function(e){return e&&typeof Symbol==`function`&&e.constructor===Symbol&&e!==Symbol.prototype?`symbol`:typeof e},h(e)}function ee(e,t){if(h(e)!=`object`||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t||`default`);if(h(r)!=`object`)return r;throw TypeError(`@@toPrimitive must return a primitive value.`)}return(t===`string`?String:Number)(e)}function te(e){var t=ee(e,`string`);return h(t)==`symbol`?t:t+``}function g(e,t,n){return(t=te(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var _=class{constructor(){g(this,`_handlers`,{}),g(this,`_listeners`,[])}_triggerEvent(e,...t){if(Object.hasOwn(this._handlers,e))for(let n of this._handlers[e])n.apply(this,t)}addEventListener(e,t){if(typeof t!=`function`)throw Error(`Listener should be a function`);return Object.hasOwn(this._handlers,e)||(this._handlers[e]=[]),this._handlers[e].push(t),{dispose:this.removeEventListener.bind(this,e,t)}}removeEventListener(e,t){if(!Object.hasOwn(this._handlers,e))return;t||delete this._handlers[e];let n=this._handlers[e].indexOf(t);n>=0&&this._handlers[e].splice(n,1)}subscribe(e,t,n){let r=e.addEventListener(t,n);this._listeners.push(r)}unsubscribe(){this._listeners.forEach(e=>{e.dispose()})}},v=function(e){return e.MIC_CAMERA_PERMISSION=`mic_camera`,e.CAMERA_PERMISSION=`camera`,e.MIC_PERMISSION=`mic`,e.CAMERA_ACCESS=`cameralock`,e.MIC_ACCESS=`miclock`,e.MIC_NOT_FOUND=`nomic`,e.SCREEN_PERMISSION=`screenpermission`,e.SCREEN_ACCESS=`screenlock`,e.CONNECTION=`connection`,e.NETWORK=`network`,e.UNKNOWN=`unknown`,e.UNSUPPORTED=`unsupported`,e.SIGNALING_FAILED=`signalingfailed`,e.API=`api`,e.AUTH=`auth`,e.OVERCONSTRAINED=`overconstrained`,e}(v||{}),y=function(e){return e.AUDIO=`AUDIO`,e.VIDEO=`VIDEO`,e.SCREEN_SHARING=`SCREEN_SHARING`,e.MOVIE_SHARING=`MOVIE_SHARING`,e.AUDIO_SHARING=`AUDIO_SHARING`,e.ANIMOJI=`ANIMOJI`,e}(y||{}),b=function(e){return e.ACCEPT_CONCURRENT=`callAcceptConcurrent`,e.ACCEPT_INCOMING=`callAcceptIncoming`,e.ACCEPTED_OUTGOING=`callAcceptedOutgoing`,e.ADD_PARTICIPANT=`callAddParticipant`,e.CALL_SPEC_ERROR=`callSpecError`,e.DECLINE_INCOMING=`callDeclineIncoming`,e.DEVICE_CHANGED=`callDeviceChanged`,e.DEVICES=`callDevices`,e.ERROR=`callError`,e.HANGUP=`callHangup`,e.ICE_CONNECTION_STATE=`callIceConnectionState`,e.ICE_CONNECTION_TYPE=`callIceConnectionType`,e.ICE_RESTART=`callIceRestart`,e.JOIN_CONVERSATION=`callJoinConversation`,e.MEDIA_STATUS=`callMediaStatus`,e.OUTGOING_CALL=`callStart`,e.OUTGOING_MULTIPARTY_CALL=`callStartMultiparty`,e.PAT_ALLOCATED=`patAllocate`,e.PAT_DEALLOCATED=`patDeallocate`,e.PAT_ERROR=`patError`,e.PAT_OUTDATED_RESPONSE=`patOutdatedResponse`,e.PAT_WAITING_TIME_ERROR=`patWaitingTimeError`,e.POOR_CONNECTION=`callPoorConnection`,e.PUSH=`callPush`,e.RECONNECT=`callReconnect`,e.RELAY_POLICY=`callForceRelay`,e.REMOVE_PARTICIPANT=`callRemoveParticipant`,e.SOCKET_ACTION=`callSocketAction`,e.TOPOLOGY_CHANGE_REQUESTED=`callTopologyChangeRequested`,e}(b||{}),x=class e{static get sessionKey(){return e._sessionKey}static set sessionKey(t){e._sessionKey=t}static get sessionSecretKey(){return e._sessionSecretKey}static set sessionSecretKey(t){e._sessionSecretKey=t}static get accessToken(){return e._accessToken}static set accessToken(t){e._accessToken=t}static isEmpty(){return!e._sessionKey}};g(x,`_sessionKey`,void 0),g(x,`_sessionSecretKey`,void 0),g(x,`_accessToken`,void 0);var S=function(e){return e.USER=`USER`,e.GROUP=`GROUP`,e}(S||{}),ne={HEIGHT:720,WIDTH:1280,BITRATE:1e6},re=`L1T2`,ie=[{dimension:320,bitrate:18e4},{dimension:520,bitrate:4e5},{dimension:640,bitrate:5e5},{dimension:960,bitrate:9e5},{dimension:1280,bitrate:12e5},{dimension:1920,bitrate:25e5},{dimension:2560,bitrate:35e5},{dimension:3840,bitrate:5e6}],ae={h:1,m:2,l:4};function oe(e,t){return!e||!t?e===t:e.streams.length===t.streams.length?e.streams.every((e,n)=>C.isObjectsEquals(e,t.streams[n])):!1}function se(e,t){for(let n of t)if(e<=n.dimension)return n.bitrate;return length>0?t[length-1].bitrate:ie[0].bitrate}function ce(e=ne.WIDTH,t=ne.HEIGHT,n=ie){let r=[`h`,`m`,`l`],i=Math.max(e,t),a=1;i>=960?a=3:i>=480&&(a=2);let o={streams:[]},s=se(i,n)??ne.BITRATE;for(let i=0;i<a;i++){let a=r[i];o.streams.push({rid:a,width:e,height:t,fps:30,bitrate:s}),e=Math.round(e/2),t=Math.round(t/2),s=se(Math.max(e,t),n)??Math.round(s/2)}return o}function le(e){return e?ae[e]??1:1}var ue=typeof Object.fromEntries==`function`?Object.fromEntries:function(e){if(!e||!e[Symbol.iterator])throw Error(`Object.fromEntries() requires a single iterable argument`);let t={};for(let[n,r]of e)t[n]=r;return t};async function de(e){return new Promise((t,n)=>{let r=new FileReader;r.onload=e=>{t(e.target?.result)},r.onerror=n,r.readAsArrayBuffer(e)})}var fe=533,pe=`a=fmtp:`,me=`sps-pps-idr-in-keyframe=1`,he;(function(e){let t=/[\r\n]+/;function n(e,t){let n=RegExp(`a=rtpmap:(\\d+) ([a-zA-Z0-9-]+)\\/\\d+`),r,i=[];for(r=0;r<e.length;++r){let a=e[r].match(n);a&&a.length===3&&a[2]===t&&i.push(a[1])}return i}function r(e,t,n){let r=e.split(` `),i=r.slice(0,3),a;for(a=3;a<r.length;a++)n.includes(r[a])&&i.push(r[a]);for(a=3;a<r.length;a++)!n.includes(r[a])&&!t.includes(r[a])&&i.push(r[a]);return i.join(` `)}function i(e,t,n,i){let a,o=`m=`+t;for(a=0;a<e.length;++a)e[a].startsWith(o)&&(e[a]=r(e[a],n,i))}function a(e,t){let n=RegExp(`a=fmtp:(\\d+)`);for(let r=0;r<e.length;++r){let i=e[r].match(n);if(i&&i.length===2&&t.includes(i[1])){let t=e[r].trim()===pe+i[1]?` `:`;`;e[r]+=t+me}}}function o(e,t,r=`video`){let a=n(e,t);if(!a.length)return;let o=a.slice(0),s=RegExp(`a=fmtp:(\\d+) apt=(\\d+)`),c;for(c=0;c<e.length;++c){let t=e[c].match(s);t&&t.length===3&&o.includes(t[2])&&o.push(t[1])}let l=RegExp(`a=(rtpmap|rtcp-fb|fmtp):(\\d+) .*`);for(c=e.length;c--;){let t=e[c].match(l);t&&t.length===3&&o.includes(t[2])&&e.splice(c,1)}i(e,r,o,[])}function s(e,t,n,r){let i=RegExp(`a=rtpmap:(\\d+) ([a-zA-Z0-9-]+)\\/\\d+`),a,o=[];for(a=t;a<n;++a){let t=e[a].match(i);t&&t.length===3&&t[2]===r&&o.push(t[1])}if(!o.length)return o;let s=RegExp(`a=fmtp:(\\d+) apt=(\\d+)`);for(a=t;a<n;++a){let t=e[a].match(s);t&&t.length===3&&o.includes(t[2])&&o.push(t[1])}return o}function c(e,t,n,i){let a=s(e,t,n,i);if(!a.length)return n+1;let o=RegExp(`a=(rtpmap|rtcp-fb|fmtp):(\\d+) .*`),c=0,l=n;for(;l>=t;){let t=e[l].match(o);t&&t.length===3&&a.includes(t[2])&&(e.splice(l,1),c++),l--}return e[t]=r(e[t],a,[]),n-c+1}function l(e,t,n,r){let i=-1,a=-1,o=!1;for(let s=0;s<e.length;++s)if(i>=0&&e[s].startsWith(`m=`)&&(a=s-1,o&&(s=c(e,i,a,t)),i=-1,a=-1,o=!1),e[s].startsWith(`m=video`)&&(i=s),i>=0){let t=n===`remote`&&r===`encoder`||n===`local`&&r===`decoder`?`recvonly`:`sendonly`;(e[s].startsWith(`a=${t}`)||e[s].startsWith(`a=sendrecv`))&&(o=!0)}a=e.length-1,i>=0&&o&&c(e,i,a,t)}function u(e,t){let r=n(e,`H264`);t&&i(e,`video`,[],r),a(e,r)}function d(e){i(e,`video`,[],n(e,`VP9`))}function f(e){[`G722`,`PCMU`,`PCMA`,`CN`,`telephone-event`].forEach(t=>{o(e,t,`audio`)})}function p(e,r,a,o,s=!1){let c=e.split(t);if(f(c),!r&&!a&&!o&&!s)return c.join(`\r
7
+ Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});var e=Object.create,t=Object.defineProperty,n=Object.getOwnPropertyDescriptor,r=Object.getOwnPropertyNames,i=Object.getPrototypeOf,a=Object.prototype.hasOwnProperty,o=(e,i,o,s)=>{if(i&&typeof i==`object`||typeof i==`function`)for(var c=r(i),l=0,u=c.length,d;l<u;l++)d=c[l],!a.call(e,d)&&d!==o&&t(e,d,{get:(e=>i[e]).bind(null,d),enumerable:!(s=n(i,d))||s.enumerable});return e},s=(n,r,a)=>(a=n==null?{}:e(i(n)),o(r||!n||!n.__esModule?t(a,`default`,{value:n,enumerable:!0}):a,n));let c=require("webrtc-adapter");c=s(c);let l=require("messagepack"),u=require("@vkontakte/libvpx");u=s(u);let d=require("bit-buffer"),f=require("simple-ebml-builder");f=s(f);let p=require("fflate");p=s(p);var m=class{log(e,t,n=!1){}destroy(){}};function ee(e){"@babel/helpers - typeof";return ee=typeof Symbol==`function`&&typeof Symbol.iterator==`symbol`?function(e){return typeof e}:function(e){return e&&typeof Symbol==`function`&&e.constructor===Symbol&&e!==Symbol.prototype?`symbol`:typeof e},ee(e)}function te(e,t){if(ee(e)!=`object`||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t||`default`);if(ee(r)!=`object`)return r;throw TypeError(`@@toPrimitive must return a primitive value.`)}return(t===`string`?String:Number)(e)}function ne(e){var t=te(e,`string`);return ee(t)==`symbol`?t:t+``}function h(e,t,n){return(t=ne(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var re=25*1024*1024,ie=10,ae=`_okcls_logs_session_`,oe=3e4,se=`ok-calls-sdk-debug-logs`,ce=1,g=`sessions`,le=`chunks`,ue=120*1e3,de=new Set([`WARN`,`ERROR`]);function fe(){return`${Date.now()}_${Math.random().toString(36).slice(2)}`}function pe(){let e=fe();return me(e),e}function me(e){Ge.has(e)||Ge.set(e,[]),Ke.has(e)||Ke.set(e,0),qe.has(e)||qe.set(e,null)}function he(e){return qe.get(e)??null}function ge(e){let t=Ke.get(e)??0;return Ke.set(e,t+1),t}function _e(e,t){return`${e}:${String(t).padStart(12,`0`)}`}function ve(e){return new Blob([e]).size}function ye(){try{let e=window.localStorage;for(let t of Object.keys(e))t.indexOf(ae)===0&&e.removeItem(t)}catch(e){console.error(`Storage is blocked`,e)}}var _=new class{constructor(){h(this,`_db`,null),h(this,`_dbPromise`,null),h(this,`_supported`,this.isSupported())}get supported(){return this._supported}open(){return this.isSupported()?(this._dbPromise||(this._dbPromise=new Promise(e=>{let t=window.indexedDB.open(se,ce);t.onupgradeneeded=()=>{this.createSchema(t.result)},t.onsuccess=()=>{this._db=t.result,this._supported=!0,this._db.onversionchange=()=>{this.close()},e(this._db)},t.onerror=()=>{console.warn(`Failed to open debug log storage`,t.error),this._supported=!1,this._dbPromise=null,e(null)},t.onblocked=()=>{console.warn(`Debug log storage opening is blocked`)}})),this._dbPromise):(this._supported=!1,Promise.resolve(null))}close(){this._db&&(this._db.close(),this._db=null),this._dbPromise=null}async deleteDatabaseForTests(){this.close(),this._supported=this.isSupported(),this._supported&&await new Promise(e=>{let t=window.indexedDB.deleteDatabase(se);t.onsuccess=()=>e(),t.onerror=()=>e(),t.onblocked=()=>e()})}async getAllSessions(){let e=await this.open();if(!e)return[];let t=e.transaction(g,`readonly`),n=await this.requestToPromise(t.objectStore(g).getAll());return await this.txDone(t),n}async getSessionsByConversationId(e){let t=await this.open();if(!t)return[];let n=t.transaction(g,`readonly`),r=await this.requestToPromise(n.objectStore(g).index(`conversationId`).getAll(e));return await this.txDone(n),r.sort((e,t)=>e.startTime-t.startTime)}async getSessionBySessionId(e){let t=await this.open();if(!t)return[];let n=t.transaction(g,`readonly`),r=await this.requestToPromise(n.objectStore(g).get(e));return await this.txDone(n),r?[r]:[]}async getChunksBySession(e){let t=await this.open();if(!t)return[];let n=t.transaction(le,`readonly`),r=await this.requestToPromise(n.objectStore(le).index(`sessionId`).getAll(e));return await this.txDone(n),r.sort((e,t)=>e.sequence-t.sequence)}async putSession(e){let t=await this.open();if(!t)return!1;let n=t.transaction(g,`readwrite`);return n.objectStore(g).put(e),await this.txDone(n),!0}async putSessionAndChunk(e,t){let n=await this.open();if(!n)return!1;let r=n.transaction([g,le],`readwrite`);return r.objectStore(g).put(e),r.objectStore(le).put(t),await this.txDone(r),!0}async updateSessionConversationId(e,t){let[n]=await this.getSessionBySessionId(e);n&&await this.putSession({...n,conversationId:t,updatedAt:Math.max(n.updatedAt,Date.now())})}async deleteSession(e){let t=await this.open();if(!t)return 0;let n=await this.getChunksBySession(e),r=t.transaction([g,le],`readwrite`),i=r.objectStore(le),a=0;for(let e of n)a+=e.bytes,i.delete(e.id);return r.objectStore(g).delete(e),await this.txDone(r),a}async deleteChunks(e){let t=await this.open();if(!t||!e.length)return;let n=t.transaction(le,`readwrite`),r=n.objectStore(le);for(let t of e)r.delete(t.id);await this.txDone(n)}async estimateStorage(){return navigator.storage?.estimate?navigator.storage.estimate().catch(()=>null):null}async getStorageSummary(){let e=await this.getAllSessions();return{sessions:e,callsCount:this.groupSessions(this.getCallSessions(e)).length,usedBytes:e.reduce((e,t)=>e+t.bytes,0)}}async enforceRetentionPolicy(){let e=await this.getAllSessions(),t=this.groupSessions(this.getCallSessions(e)),n=this.getGlobalSessions(e),r=e.reduce((e,t)=>e+t.bytes,0);for(;r>re&&n.length;){let e=n.shift();if(!e)break;r-=await this.deleteSession(e.sessionId)}for(;t.length>ie||t.length>1&&r>re;){let e=t.shift();if(!e)return;for(let t of e.sessions)r-=await this.deleteSession(t.sessionId)}t.length===1&&r>re&&await this.trimOldestChunks(t[0],r-re),e=await this.getAllSessions(),t=this.groupSessions(this.getCallSessions(e)),n=this.getGlobalSessions(e),(t.length>ie||e.reduce((e,t)=>e+t.bytes,0)>re)&&await this.enforceRetentionPolicy()}createSchema(e){if(!e.objectStoreNames.contains(g)){let t=e.createObjectStore(g,{keyPath:`sessionId`});t.createIndex(`conversationId`,`conversationId`,{unique:!1}),t.createIndex(`updatedAt`,`updatedAt`,{unique:!1})}e.objectStoreNames.contains(le)||e.createObjectStore(le,{keyPath:`id`}).createIndex(`sessionId`,`sessionId`,{unique:!1})}isSupported(){return typeof window<`u`&&!!window.indexedDB}requestToPromise(e){return new Promise((t,n)=>{e.onsuccess=()=>t(e.result),e.onerror=()=>n(e.error)})}txDone(e){return new Promise((t,n)=>{e.oncomplete=()=>t(),e.onerror=()=>n(e.error),e.onabort=()=>n(e.error)})}getCallKey(e){return e.conversationId||e.sessionId}getCallSessions(e){return e.filter(e=>e.conversationId!==null)}getGlobalSessions(e){return e.filter(e=>e.conversationId===null).sort((e,t)=>e.updatedAt===t.updatedAt?e.startTime===t.startTime?e.sessionId.localeCompare(t.sessionId):e.startTime-t.startTime:e.updatedAt-t.updatedAt)}groupSessions(e){let t=new Map;for(let n of e){let e=this.getCallKey(n),r=t.get(e);r||(r={key:e,sessions:[],bytes:0,startTime:n.startTime,updatedAt:0},t.set(e,r)),r.sessions.push(n),r.bytes+=n.bytes,r.startTime=Math.min(r.startTime,n.startTime),r.updatedAt=Math.max(r.updatedAt,n.updatedAt)}return Array.from(t.values()).sort((e,t)=>e.updatedAt===t.updatedAt?e.startTime===t.startTime?e.key.localeCompare(t.key):e.startTime-t.startTime:e.updatedAt-t.updatedAt)}async updateSessionFromChunks(e){let t=await this.getChunksBySession(e.sessionId);if(!t.length){await this.deleteSession(e.sessionId);return}let n=t.reduce((e,t)=>e+t.bytes,0),r=t.reduce((e,t)=>e+t.items.length,0),i=t[0].startTime,a=t[t.length-1].endTime;await this.putSession({...e,startTime:i,endTime:a,updatedAt:a,bytes:n,entriesCount:r})}async trimOldestChunks(e,t){let n=[];for(let t of e.sessions){let e=await this.getChunksBySession(t.sessionId);n.push(...e.map(e=>({...e,session:t})))}n.sort((e,t)=>e.startTime===t.startTime?e.sequence-t.sequence:e.startTime-t.startTime);let r=n.slice(0,Math.max(n.length-1,0)),i=0,a=new Map,o=[];for(let e of r)if(o.push(e),i+=e.bytes,a.set(e.sessionId,e.session),i>=t)break;await this.deleteChunks(o);for(let e of a.values())await this.updateSessionFromChunks(e);return i}};async function be(e){return e.sessionId?_.getSessionBySessionId(e.sessionId):e.conversationId?_.getSessionsByConversationId(e.conversationId):[]}async function xe(e,t,n,r){if(!r.length)return;let i=he(e)||t,a=r,o=JSON.stringify(a),s=ve(o);for(;s>re&&a.length>1;)a=a.slice(Math.floor(a.length/2)),o=JSON.stringify(a),s=ve(o);if(s>re)return;let c=a[0].t,l=a[a.length-1].t,[u]=await _.getSessionBySessionId(e),d=u||{sessionId:e,conversationId:i,startTime:c,endTime:l,updatedAt:l,bytes:0,entriesCount:0},f={...d,conversationId:i||d.conversationId,startTime:Math.min(d.startTime,c),endTime:Math.max(d.endTime,l),updatedAt:Math.max(d.updatedAt,l),bytes:d.bytes+s,entriesCount:d.entriesCount+a.length},p={id:_e(e,n),sessionId:e,sequence:n,startTime:c,endTime:l,bytes:s,items:a};await _.putSessionAndChunk(f,p)&&await _.enforceRetentionPolicy()}function Se(e){let t=new WeakSet;try{return JSON.parse(JSON.stringify(e,(e,n)=>{if(n instanceof Error||typeof n==`bigint`||typeof n==`function`||typeof n==`symbol`)return String(n);if(n&&typeof n==`object`){if(t.has(n))return`[Circular]`;t.add(n)}return n}))}catch{return e.map(e=>String(e))}}function Ce(e){let t=Ge.get(e);if(!t?.length)return Xe;let n=t.splice(0),r=he(e),i=ge(e);return Xe=Xe.then(()=>xe(e,r,i,n)).catch(e=>{console.warn(`Failed to write debug log to storage`,e)}),Xe}function we(e){if(e)return Ce(e);for(let e of Ge.keys())Ce(e);return Xe}async function Te(e){let t=[];for(let n of e.sort((e,t)=>e.startTime-t.startTime)){let e=await _.getChunksBySession(n.sessionId);for(let n of e)t.push(...n.items)}return t}async function Ee(e){let t=await Te(e);if(!t.length)return t;let n=t.sort(Oe),r=n[0].t,i=n[n.length-1].t;return[...await De(r,i,new Set(e.map(e=>e.sessionId))),...n].sort(Oe)}async function De(e,t,n){let r=(await _.getAllSessions()).filter(r=>!n.has(r.sessionId)&&r.conversationId===null&&r.endTime>=e-ue&&r.startTime<=t),i=[];for(let n of r){let r=await _.getChunksBySession(n.sessionId);for(let n of r)n.endTime<e-ue||n.startTime>t||i.push(...n.items.filter(n=>n.t>=e-ue&&n.t<=e?!0:n.t>=e&&n.t<=t&&de.has(n.l)))}return i}function Oe(e,t){return e.t-t.t}function ke(e,t){let n=document.createElement(`a`),r=new Blob([e],{type:`text/json`}),i=URL.createObjectURL(r);n.href=i,n.download=t,n.click(),URL.revokeObjectURL(i)}function Ae(){we()}function je(){document.visibilityState===`hidden`&&we()}function Me(e,t,n=Je){We||Ne(),me(n);let r=new Date,i={t:r.getTime(),l:e,d:Se(t),h:r.toLocaleString(`ru-RU`,{dateStyle:`short`,timeStyle:`long`})};return Ge.get(n)?.push(i),Ye||(Ye=window.setTimeout(()=>{Ye=null,we()},oe)),i}function Ne(){We||(We=!0,ye(),_.open(),window.addEventListener(`pagehide`,Ae),document.addEventListener(`visibilitychange`,je))}function Pe(){return We||Ne(),we(),pe()}function Fe(e,t=Je){t&&(me(t),qe.set(t,e),e&&_.updateSessionConversationId(t,e))}async function Ie(){return await we(),(await _.getAllSessions()).sort((e,t)=>t.updatedAt-e.updatedAt)}async function Le(e){return await we(),Ee(await be(e))}async function Re(e){return JSON.stringify(await Le(e))}async function ze(e){let t=await Re(e),n=`logs_${e.sessionId||e.conversationId}_${Date.now()}.json`;return ke(t,n),n}async function Be(e){await we();let t=e?await be(e):await _.getAllSessions();for(let e of t)await _.deleteSession(e.sessionId)}async function Ve(){await we();let e=await _.getStorageSummary(),t=await _.estimateStorage();return{supported:_.supported,callsCount:e.callsCount,sessionsCount:e.sessions.length,usedBytes:e.usedBytes,maxBytes:re,maxCalls:ie,quotaBytes:t?.quota,usageBytes:t?.usage}}async function He(){await we();let e=await Te(await _.getAllSessions());return JSON.stringify(e.sort(Oe))}async function Ue(){let e=await He(),t=`logs_${Date.now()}.json`;return ke(e,t),t}var We=!1,Ge=new Map,Ke=new Map,qe=new Map,Je=pe(),Ye=null,Xe=Promise.resolve();window.__VKCallsSDKLogs__=(e=!1)=>(We||Ne(),e?He():Ue());var v=class e{static get sessionKey(){return e._sessionKey}static set sessionKey(t){e._sessionKey=t}static get sessionSecretKey(){return e._sessionSecretKey}static set sessionSecretKey(t){e._sessionSecretKey=t}static get accessToken(){return e._accessToken}static set accessToken(t){e._accessToken=t}static isEmpty(){return!e._sessionKey}};h(v,`_sessionKey`,void 0),h(v,`_sessionSecretKey`,void 0),h(v,`_accessToken`,void 0);var y=class{constructor(){h(this,`_handlers`,{}),h(this,`_listeners`,[])}_triggerEvent(e,...t){if(Object.hasOwn(this._handlers,e))for(let n of this._handlers[e])n.apply(this,t)}addEventListener(e,t){if(typeof t!=`function`)throw Error(`Listener should be a function`);return Object.hasOwn(this._handlers,e)||(this._handlers[e]=[]),this._handlers[e].push(t),{dispose:this.removeEventListener.bind(this,e,t)}}removeEventListener(e,t){if(!Object.hasOwn(this._handlers,e))return;t||delete this._handlers[e];let n=this._handlers[e].indexOf(t);n>=0&&this._handlers[e].splice(n,1)}subscribe(e,t,n){let r=e.addEventListener(t,n);this._listeners.push(r)}unsubscribe(){this._listeners.forEach(e=>{e.dispose()})}},b=function(e){return e.MIC_CAMERA_PERMISSION=`mic_camera`,e.CAMERA_PERMISSION=`camera`,e.MIC_PERMISSION=`mic`,e.CAMERA_ACCESS=`cameralock`,e.MIC_ACCESS=`miclock`,e.MIC_NOT_FOUND=`nomic`,e.SCREEN_PERMISSION=`screenpermission`,e.SCREEN_ACCESS=`screenlock`,e.CONNECTION=`connection`,e.NETWORK=`network`,e.UNKNOWN=`unknown`,e.UNSUPPORTED=`unsupported`,e.SIGNALING_FAILED=`signalingfailed`,e.API=`api`,e.AUTH=`auth`,e.OVERCONSTRAINED=`overconstrained`,e}(b||{}),x=function(e){return e.AUDIO=`AUDIO`,e.VIDEO=`VIDEO`,e.SCREEN_SHARING=`SCREEN_SHARING`,e.MOVIE_SHARING=`MOVIE_SHARING`,e.AUDIO_SHARING=`AUDIO_SHARING`,e.ANIMOJI=`ANIMOJI`,e}(x||{}),S=function(e){return e.ACCEPT_CONCURRENT=`callAcceptConcurrent`,e.ACCEPT_INCOMING=`callAcceptIncoming`,e.ACCEPTED_OUTGOING=`callAcceptedOutgoing`,e.ADD_PARTICIPANT=`callAddParticipant`,e.CALL_SPEC_ERROR=`callSpecError`,e.DECLINE_INCOMING=`callDeclineIncoming`,e.DEVICE_CHANGED=`callDeviceChanged`,e.DEVICES=`callDevices`,e.ERROR=`callError`,e.HANGUP=`callHangup`,e.ICE_CONNECTION_STATE=`callIceConnectionState`,e.ICE_CONNECTION_TYPE=`callIceConnectionType`,e.ICE_RESTART=`callIceRestart`,e.JOIN_CONVERSATION=`callJoinConversation`,e.MEDIA_STATUS=`callMediaStatus`,e.OUTGOING_CALL=`callStart`,e.OUTGOING_MULTIPARTY_CALL=`callStartMultiparty`,e.PAT_ALLOCATED=`patAllocate`,e.PAT_DEALLOCATED=`patDeallocate`,e.PAT_ERROR=`patError`,e.PAT_OUTDATED_RESPONSE=`patOutdatedResponse`,e.PAT_WAITING_TIME_ERROR=`patWaitingTimeError`,e.POOR_CONNECTION=`callPoorConnection`,e.PUSH=`callPush`,e.RECONNECT=`callReconnect`,e.RELAY_POLICY=`callForceRelay`,e.REMOVE_PARTICIPANT=`callRemoveParticipant`,e.SOCKET_ACTION=`callSocketAction`,e.TOPOLOGY_CHANGE_REQUESTED=`callTopologyChangeRequested`,e}(S||{}),Ze=e=>e.stop(),Qe=e=>e.getTracks().forEach(Ze),$e=e=>e.getVideoTracks().forEach(Ze);async function et(e,t){try{let n=typeof t.width==`number`?t.width:void 0,r=typeof t.height==`number`?t.height:void 0;await e.applyConstraints({...t,...n&&{width:{max:n,ideal:n}},...r&&{height:{max:r,ideal:r}}})}catch(e){L.warn(`setVideoConstraints failed`,e)}}var tt=class{constructor(){h(this,`_cameraPermissionStatus`,void 0),h(this,`_microphonePermissionStatus`,void 0),h(this,`_listener`,void 0)}static isSupported(){return w.browserName()!==`Firefox`&&`permissions`in navigator&&`PermissionStatus`in window}async init(e){try{let[t,n]=await Promise.all([navigator.permissions.query({name:`camera`}),navigator.permissions.query({name:`microphone`})]);this._cameraPermissionStatus=t,this._microphonePermissionStatus=n,this._listener=e,this._cameraPermissionStatus.onchange=e=>this.handlePermissionChange(e),this._microphonePermissionStatus.onchange=e=>this.handlePermissionChange(e)}catch(e){L.warn(`NavigatorPermissions init error`,e)}}handlePermissionChange(e){let t=e.target;if(t instanceof PermissionStatus){let{name:e,state:n}=t;switch(e){case`audio_capture`:this._listener(`microphone`,n);break;case`video_capture`:this._listener(`camera`,n);break}}}getPermissionState(e){let t=null;switch(e){case`camera`:t=this._cameraPermissionStatus.state;break;case`microphone`:t=this._microphonePermissionStatus.state;break}return t}},nt=`_okcls_`,rt=(()=>{try{let e=Date.now().toString(),t=window.localStorage,n=!1;return t.setItem(e,e),n=t.getItem(e)===e,t.removeItem(e),n?t:null}catch{return null}})();function it(e){let t=rt?rt.getItem(nt+e):null;if(t===null)return null;try{return JSON.parse(t)}catch{return null}}function at(e,t){try{rt&&rt.setItem(nt+e,JSON.stringify(t))}catch{}}function ot(e){rt&&rt.removeItem(nt+e)}var st;(function(e){function t(e){return it(e)||null}e.get=t;function n(e,t){at(e,t)}e.set=n;function r(e){ot(e)}e.remove=r})(st||(st={}));var ct=st,lt=null,ut=null,dt=null,ft=[],pt=[],mt=[],ht=null,gt=null,_t=null,vt=!1,yt=!1,bt,xt,St,Ct=null,wt=null,Tt=``,Et=null,Dt=[],Ot=null,kt=navigator.appVersion,At=navigator.appName,jt=navigator.userAgent,Mt={},Nt=function(e){return e.USER=`user`,e.ENVIRONMENT=`environment`,e}({});(function(e){function t(e){return Object.values(Nt).includes(e)}e.contains=t})(Nt||(Nt={}));var Pt=class{constructor(e,t=!1,n=j.videoMaxWidth,r=j.videoMaxHeight,i=j.videoFrameRate){h(this,`audio`,void 0),h(this,`video`,void 0),h(this,`needVideo`,void 0),h(this,`lastSimplifyWasReached`,void 0),h(this,`supportedConstraints`,void 0),h(this,`isVideoRequested`,()=>this.needVideo),this.supportedConstraints=navigator.mediaDevices.getSupportedConstraints();let a=!1;if(e){a={noiseSuppression:j.noiseSuppression,echoCancellation:!0,autoGainControl:!0};let t=C.getMicrophones(),n,r;if(gt&&(r=gt.groupId,n=gt.deviceId),typeof e==`string`)r=t.find(t=>t.deviceId===e)?.groupId,n=e;else if(!gt&&C.os()===`MacOS`&&t.find(e=>e.label.includes(`iPhone`))){let e=t.find(e=>!e.label.includes(`Virtual`)&&!e.label.includes(`iPhone`));e&&(r=e.groupId,n=e.deviceId)}r&&this.supportedConstraints.groupId?a.groupId={exact:r}:n&&(a.deviceId={exact:n})}let o=!1;if(t){o={width:{min:j.videoMinWidth,max:n,ideal:n},height:{min:j.videoMinHeight,max:r,ideal:r},aspectRatio:{ideal:j.videoAspectRatio},frameRate:{ideal:i}};let e=C.getCameras(),a,s;if(ht&&(s=ht.groupId,a=ht.deviceId),typeof t==`string`)s=e.find(e=>e.deviceId===t)?.groupId,a=t;else if(!ht&&C.os()===`MacOS`&&e.find(e=>e.label.includes(`iPhone`))){let t=e.find(e=>!e.label.includes(`Virtual`)&&!e.label.includes(`iPhone`));t&&(s=t.groupId,a=t.deviceId)}s&&this.supportedConstraints.groupId?o.groupId={exact:s}:a&&(o.deviceId={exact:a}),j.videoFacingMode&&(o.facingMode={ideal:j.videoFacingMode},delete o.deviceId,delete o.groupId)}this.audio=a,this.video=o,this.needVideo=!!o,this.lastSimplifyWasReached=!1}getNative(){return Object.assign({},{audio:this.audio,video:this.video})}simplify(){return typeof this.video==`object`&&(this.video.width||this.video.height?(delete this.video.width,delete this.video.height):this.video.aspectRatio?delete this.video.aspectRatio:this.video.frameRate?delete this.video.frameRate:(this.video.deviceId||this.video.groupId||this.video.facingMode)&&(delete this.video.deviceId,delete this.video.groupId,delete this.video.facingMode)),typeof this.audio==`object`&&(this.audio.echoCancellation||this.audio.autoGainControl||this.audio.noiseSuppression?(delete this.audio.echoCancellation,delete this.audio.autoGainControl,delete this.audio.noiseSuppression):(this.audio.deviceId||this.audio.groupId)&&(delete this.audio.deviceId,delete this.audio.groupId)),this.video===!0&&this.audio===!0?this.video=!1:this.video===!1&&this.audio===!0?(this.audio=!1,this.video=this.needVideo):this.video===!0&&this.audio===!1&&(this.video=!1),this.video&&!Object.keys(this.video).length&&(this.video=!0),this.audio&&!Object.keys(this.audio).length&&(this.audio=!0),!this.audio&&!this.video&&(this.lastSimplifyWasReached=!0,this.audio=!this.isVideoRequested(),this.video=this.isVideoRequested()),this}canSimplify(){let e=typeof this.video==`object`&&(this.video.width||this.video.height||this.video.aspectRatio||this.video.frameRate||this.video.facingMode||this.video.deviceId||this.video.groupId)||this.video;return!!(typeof this.audio==`object`&&(this.audio.deviceId||this.audio.groupId||this.audio.noiseSuppression||this.audio.echoCancellation||this.audio.autoGainControl)||this.audio||e)&&!this.lastSimplifyWasReached}isVideo(){return!!this.video}isAudio(){return!!this.audio}},Ft=class extends Pt{constructor(e,t,n,r){if(super(!1,!0),h(this,`captureController`,void 0),this.captureController=`CaptureController`in window?new CaptureController:null,typeof this.video==`object`?(delete this.video.deviceId,delete this.video.groupId,delete this.video.aspectRatio,delete this.video.frameRate,delete this.video.facingMode):this.video={},this.video.cursor=`motion`,this.video.width=e,this.video.height=t,this.video.frameRate=n,this.video.displaySurface=j.displaySurface,C.browserName()===`Safari`){let n=Number(C.browserVersion());n===16?(this.video.width={max:e},this.video.height={max:t}):n===17&&(delete this.video.width,delete this.video.height)}r&&(this.audio={noiseSuppression:!1,echoCancellation:!1,autoGainControl:!1})}getNative(){return Object.assign(super.getNative(),{systemAudio:j.audioShareSystemInclude?`include`:`exclude`,windowAudio:j.audioShareWindowInclude?`include`:`exclude`,controller:this.captureController})}},It=class e{constructor(){h(this,`_lockId`,Math.round(Math.random()*99998)+1)}busy(t=null){if(e._lockId)throw t?.log(S.ERROR,`change_device`),L.warn(`Device change failed: MediaSource is busy`),Error(`MediaSource is busy`);e._lockId=this._lockId}free(){e._lockId===this._lockId&&(e._lockId=0)}};h(It,`_lockId`,0);async function Lt(){yt=!1,vt=!1,lt=null;let e={camera:C.getSavedCamera(),microphone:C.getSavedMicrophone(),output:C.getSavedOutput()};await zt(),Rt(`devicechange`,e),I.onDeviceChange()}function Rt(e,...t){if(Mt[e])for(let n of Mt[e])n(...t)}async function zt(){return lt||(!navigator.mediaDevices||!navigator.mediaDevices.enumerateDevices?[]:(!ut&&navigator.mediaDevices.addEventListener&&(ut=A.debounce(Lt,j.enumerateDevicesDelay),navigator.mediaDevices.addEventListener(`devicechange`,ut)),!dt&&tt.isSupported()&&(dt=new tt,await dt.init((e,t)=>{switch(t){case`denied`:case`prompt`:ut?.();break}})),lt=navigator.mediaDevices.enumerateDevices().then(e=>{ft=e.filter(e=>e.kind===`videoinput`?(e.label&&(vt=!0),!0):!1),pt=e.filter(e=>e.kind===`audioinput`?(e.label?yt=!0:C.isMobile()&&C.browserName()===`Firefox`&&(yt=vt),!0):!1),mt=e.filter(e=>e.kind===`audiooutput`);let t=ht?.deviceId??ct.get(`videoinput`),n=gt?.deviceId??ct.get(`audioinput`),r=_t?.deviceId??ct.get(`audiooutput`);return ht=ft.find(e=>e.deviceId===t)||null,gt=pt.find(e=>e.deviceId===n)||null,_t=mt.find(e=>e.deviceId===r)||mt[0]||null,lt=Promise.resolve(e),e}).catch(()=>(lt=null,[]))))}async function Bt(){if(`userAgentData`in navigator)try{let{platformVersion:e}=await navigator.userAgentData.getHighEntropyValues([`platformVersion`]);if(!e){L.warn(`Can't to get OS version`);return}let t=parseInt(e.split(`.`)[0]);Et=isNaN(t)?null:t}catch(e){L.warn(`Failed to get OS version`,e)}}function Vt(e){if(ht&&gt)return;let t=(e,t)=>{let n=t.getSettings()?.deviceId;return e.find(e=>e.deviceId===n||e.label===t.label)||null};e?.getTracks().forEach(e=>{!gt&&e.kind===O.audio?gt=t(C.getMicrophones(),e):!ht&&e.kind===O.video&&(ht=t(C.getCameras(),e))})}async function Ht(e,t,n=L,r=null){n.debug(`Try to get media`,JSON.parse(JSON.stringify(e.getNative()))),C.releaseFirefoxMicrophonePermissionWarmup();let i=(!e.isVideo()||C.hasCameraPermission())&&(!e.isAudio()||C.hasMicrophonePermission());!i&&!t&&I.onPermissionsRequested();let a=new It;try{a.busy(r);let t=await navigator.mediaDevices.getUserMedia(e.getNative());return a.free(),i||await Lt(),Vt(t),t}catch(i){switch(a.free(),n.error(`getUserMedia error`,i),i.name){case`PermissionDeniedError`:case`PermissionDismissedError`:case`NotAllowedError`:case`SecurityError`:case`DOMException`:case`NotFoundError`:t=e.isVideoRequested()?b.CAMERA_PERMISSION:b.MIC_PERMISSION;break;case`OverconstrainedError`:t=b.OVERCONSTRAINED;break;case`TypeError`:t=b.UNKNOWN;break;case`AbortError`:case`NotReadableError`:t=e.isVideoRequested()?b.CAMERA_ACCESS:b.MIC_ACCESS;break;case`Error`:if(i.message===`MediaSource is busy`){t=e.isVideoRequested()?b.CAMERA_ACCESS:b.MIC_ACCESS;break}}if(e.canSimplify())return Ht(e.simplify(),t,n,r);let o=t||b.UNKNOWN;throw I.onPermissionsError(o,i),o}}async function Ut(e=L){if(!(Ct||C.browserName()!==`Firefox`||!navigator.mediaDevices?.getUserMedia))try{C.hasMicrophonePermission()||I.onPermissionsRequested(),Ct=await navigator.mediaDevices.getUserMedia({audio:!0,video:!1})}catch(t){e.warn(`Firefox microphone permission warmup failed`,t)}}async function Wt(e,t=L,n=null){t.debug(`Try to get screen`,JSON.parse(JSON.stringify(e.getNative())));let r=new It;try{r.busy(n);let i=await navigator.mediaDevices.getDisplayMedia(e.getNative()),a=i?.getVideoTracks()[0];if(a){let n=a.getSettings()?.displaySurface;if(t.debug(`Got display media track: ${a.id} (${n})`),a.contentHint=`text`,e.captureController&&(n===`browser`||n===`window`))try{e.captureController.setFocusBehavior(`no-focus-change`)}catch(e){t.warn(`Failed to set focus behavior`,e)}}return i}catch(e){switch(e.name){case`PermissionDeniedError`:case`NotAllowedError`:case`SecurityError`:throw b.SCREEN_PERMISSION;default:throw b.SCREEN_ACCESS}}finally{r.free()}}function Gt(){return Dt.length||(Dt=(()=>{let e,t=!1,n=0,r=`0`,i=jt.match(/(opera|chrome|safari|firefox|msie|trident(?=\/))\/?\s*(\d+)/i)||[];if(/trident/i.test(i[1]))return e=/\brv[ :]+(\d+)/g.exec(jt),[`IE`,e&&e[1]||`Unknown`,t,n,r];if(i[1]===`Safari`){if(e=jt.match(/\bEdge\/(\d+)/),e)return[`Edge`,e[1]||`Unknown`,t,n,r];if(e=jt.match(/\bCriOS\/(\d+)/),e)return[`Chrome`,e[1],!0,Number(e[1]),r];if(e=jt.match(/\bFxiOS\/(\d+)/),e)return[`Firefox`,e[1],!1,n,r];if(e=jt.match(/\bYaBrowser\/(\d+)/),e)return[`Yandex`,e[1],!1,n,r];if(e=jt.match(/\bOPT\/(\d+)/),e)return[`Opera`,e[1],!1,n,r]}if(i[1]===`Chrome`){if(t=!0,n=Number(i[2]),e=jt.match(/\bOPR\/(\d+)/),e)return[`Opera`,e[1]||`Unknown`,t,n,r];if(e=jt.match(/\bYaBrowser\/(\d+)/),e)return[`Yandex`,e[1]||`Unknown`,t,n,r];if(e=jt.match(/\bSferum\/((\d+)(?:\.\d+)*)/),e)return[`Sferum`,e[1]||`Unknown`,t,n,r];if(e=jt.match(/\bEdge?\/(\d+)/),e)return[`Edge`,e[1]||`Unknown`,t,n,r];if(window.opr!==void 0&&/^(.+\.)?ok.ru$/.test(window.location.host))return[`Opera`,`Hidden`,t,n,r]}return e=jt.match(/version\/(\d+)(?:(?:\.)(\d+))?/i),e&&e[2]!==void 0&&(r=e[2]),[i[2]?i[1]:At,e&&e[1]||i[2]||kt,t,n,r]})()),Dt}var C;(function(e){async function t(){await zt(),await Bt()}e.init=t;function n(){return ft}e.getCameras=n;function r(){return pt}e.getMicrophones=r;function i(){return mt}e.getOutput=i;function a(){return ft.length>0}e.hasCamera=a;function o(){return pt.length>0}e.hasMicrophone=o;function s(){return ht}e.getSavedCamera=s;function c(){return gt}e.getSavedMicrophone=c;function l(){return _t}e.getSavedOutput=l;function u(){return j.videoFacingMode}e.getVideoFacingMode=u;function d(){return vt}e.hasCameraPermission=d;function f(){return yt}e.hasMicrophonePermission=f;function p(){return dt?.getPermissionState(`microphone`)??null}e.getMicrophonePermissionState=p;function m(e=!1){return f()?a()&&e?d():!0:!1}e.hasPermissions=m;function ee(){Ct&&(Qe(Ct),Ct=null)}e.releaseFirefoxMicrophonePermissionWarmup=ee;async function te(e=!1,t=!0,n=!0,r=L,i=null){!e&&!t?await Ut(r):C.releaseFirefoxMicrophonePermissionWarmup();let s=o()&&t,c=a()&&e,l;if(!s&&!c)l=new MediaStream;else try{l=await Ht(new Pt(s,c),void 0,r,i)}catch{l=new MediaStream}return!l.getVideoTracks().length&&n&&l.addTrack(C.getBlackMediaTrack()),!l.getAudioTracks().length&&n&&l.addTrack(C.getSilentMediaTrack()),l}e.getUserMedia=te;async function ne(e,t,n=L,r=null){return Wt(new Ft(e&&!j.consumerFastScreenShare?j.fastScreenShareWidth:window.screen.width,e&&!j.consumerFastScreenShare?j.fastScreenShareHeight:window.screen.height,j.getScreenFrameRate(e),t),n,r)}e.getScreenMedia=ne;async function h(e=!1,t,n=L,r=null){return Ht(new Pt(!1,!0,e?j.videoEffectMaxWidth:j.videoMaxWidth,e?j.videoEffectMaxHeight:j.videoMaxHeight,t),void 0,n,r)}e._getUserVideo=h;async function re(e,t,n=L,r=null){let i=t?.width||j.videoMaxWidth,a=t?.height||j.videoMaxHeight;return Ht(new Pt(!1,e||!0,i,a),void 0,n,r)}e.getUserVideo=re;async function ie(e,t=L,n=null){return Ht(new Pt(e||!0,!1),void 0,t,n)}e.getUserAudio=ie;async function ae(e,t){let[n]=e.getVideoTracks();if(!n)throw Error(`Video track not found in stream`);return et(n,t)}e.setResolution=ae;async function oe(e,t){let n=(await zt()).find(n=>n.kind===e&&n.deviceId===t);return n?(e===`videoinput`?ht=n:e===`audioinput`?gt=n:e===`audiooutput`&&(_t=n),ct.set(e,t),n):null}e._saveDeviceId=oe;function se(){if(!St||St.readyState===`ended`){let e=C.getAudioContext(),t=e.createMediaStreamDestination(),n=e.createGain();n.gain.value=1e-5,n.connect(t),n.connect(e.destination);let r=e.createOscillator();r.type=`sine`,r.frequency.value=0,r.connect(n),r.start(),St=t.stream.getAudioTracks()[0]}return Object.assign(St.clone(),{enabled:!1})}e.getSilentMediaTrack=se;function ce(e=j.videoMinWidth,t=j.videoMinHeight){xt||(xt=document.createElement(`canvas`)),xt.width=e,xt.height=t;let n=xt.getContext(`2d`);return n.rect(0,0,e,t),n.fillStyle=`black`,n.fill(),(!bt||bt.readyState===`ended`)&&(bt=xt.captureStream(j.videoFrameRate).getVideoTracks()[0]),Object.assign(bt.clone(),{enabled:!1})}e.getBlackMediaTrack=ce;function g(){if(ye()===`Edge`&&Number(_())<70)return!1;try{let e=window;return`mediaDevices`in e.navigator&&`getUserMedia`in e.navigator.mediaDevices&&e.RTCPeerConnection&&e.RTCIceCandidate&&e.RTCSessionDescription&&e.HTMLCanvasElement&&e.HTMLCanvasElement.prototype.captureStream&&e.RTCRtpSender&&e.RTCRtpSender.prototype.replaceTrack&&e.RTCRtpSender.prototype.getParameters&&`sendBeacon`in navigator&&!0||!1}catch{return!1}}e.isBrowserSupported=g;function le(){return!!navigator.mediaDevices.getDisplayMedia}e.isScreenCapturingSupported=le;function ue(){let e=C.browserName()===`Safari`&&C.browserVersion()===`15`&&C.browserSubVersion()===`1`,t=C.browserName()===`Opera`,n=C.browserName()===`Yandex`;return e||t||n}e.isBrokenH264Decoder=ue;function de(){return C.browserName()===`Yandex`&&C.os()===`Windows`||j.simulcast}e.isBrokenVP9Encoder=de;function fe(){let e=C.browserName()===`Safari`&&Number(C.browserVersion())===17&&[4,5,6].includes(Number(C.browserSubVersion())),t=C.os()===`Windows`&&C.osVersion()===10;return e||t}e.isBrokenVP9Decoder=fe;function pe(){return C.browserName()===`Firefox`&&Number(C.browserVersion())<60}e.isOldDataChannelDescription=pe;function me(){return!(C.baseChromeVersion()&&C.isMobile())}e.canPreferH264=me;function he(){return!(C.browserName()===`Firefox`||C.browserName()===`Safari`)}e.isSimulcastSupportedByBrowser=he;function ge(){return Tt||(Tt=(()=>{let e={Windows:/Win/,Android:/Android/,OpenBSD:/OpenBSD/,SunOS:/SunOS/,Linux:/(Linux|X11)/,iPad:/(iPad)/,iPhone:/(iPhone)/,iPod:/(iPod)/,MacOS:/(MacPPC|MacIntel|Mac_PowerPC|Macintosh|Mac OS X)/,QNX:/QNX/,UNIX:/UNIX/,BeOS:/BeOS/,OS2:/OS\/2/,Bot:/(nuhk|Googlebot|Yammybot|Openbot|Slurp|MSNBot|Ask Jeeves\/Teoma|ia_archiver)/};for(let t in e)if(Object.hasOwn(e,t)&&e[t].test(jt))return t;return`Unknown`})()),Tt}e.os=ge;function _e(){return Et}e.osVersion=_e;function ve(){return wt===null&&(wt=/Mobile|mini|Fennec|Android|iP(ad|od|hone)/.test(kt)),wt}e.isMobile=ve;function ye(){return Gt()[0]}e.browserName=ye;function _(){return Gt()[1]}e.browserVersion=_;function be(){return Gt()[3]}e.baseChromeVersion=be;function xe(){return Ot||(Ot=new(window.AudioContext||window.webkitAudioContext)),Ot.resume().catch(()=>{L.warn(`Failed to resume AudioContext`)}),Ot}e.getAudioContext=xe;function Se(){return Gt()[4]}e.browserSubVersion=Se;function Ce(){return C.baseChromeVersion()>=105&&!C.isMobile()}e.isAudioShareSupported=Ce;function we(e,t){Mt[e]||(Mt[e]=[]),Mt[e].push(t)}e.addEventListener=we;function Te(e,t){if(Mt[e])if(!t)delete Mt[e];else{let n=Mt[e].indexOf(t);n>-1&&Mt[e].splice(n,1)}}e.removeEventListener=Te})(C||(C={}));var w=C;function Kt(e,t){return!(e.isAudioEnabled!==t.isAudioEnabled||e.isVideoEnabled!==t.isVideoEnabled||e.isScreenSharingEnabled!==t.isScreenSharingEnabled||e.isFastScreenSharingEnabled!==t.isFastScreenSharingEnabled||e.isAudioSharingEnabled!==t.isAudioSharingEnabled||e.isAnimojiEnabled!==t.isAnimojiEnabled)}function T(e){return Object.assign({isAudioEnabled:!1,isVideoEnabled:!1,isScreenSharingEnabled:!1,isFastScreenSharingEnabled:!1,isAudioSharingEnabled:!1,isAnimojiEnabled:!1},e||{})}var E=function(e){return e.CANCELED=`CANCELED`,e.REJECTED=`REJECTED`,e.REMOVED=`REMOVED`,e.HUNGUP=`HUNGUP`,e.MISSED=`MISSED`,e.BUSY=`BUSY`,e.FAILED=`FAILED`,e.NETWORK_ERROR=`NETWORK_ERROR`,e.KILLED=`KILLED`,e.BANNED=`BANNED`,e.HAS_ACTIVE_CALL=`HAS_ACTIVE_CALL`,e.CALLER_IS_BLOCKED=`CALLER_IS_BLOCKED`,e.NOT_FRIENDS=`NOT_FRIENDS`,e.CALLEE_IS_OFFLINE=`CALLEE_IS_OFFLINE`,e.CALLER_IS_REJECTED=`CALLER_IS_REJECTED`,e.UNKNOWN_ERROR=`UNKNOWN_ERROR`,e.UNSUPPORTED=`UNSUPPORTED`,e.OLD_VERSION=`OLD_VERSION`,e.SERVICE_DISABLED=`SERVICE_DISABLED`,e.SERVICE_UNAVAILABLE=`SERVICE_UNAVAILABLE`,e.EXTERNAL_API_ERROR=`EXTERNAL_API_ERROR`,e.SOCKET_CLOSED=`SOCKET_CLOSED`,e.ENDED=`ENDED`,e.KILLED_WITHOUT_DELETE=`KILLED_WITHOUT_DELETE`,e.ANOTHER_DEVICE=`ANOTHER_DEVICE`,e.NOT_FOUND=`NOT_FOUND`,e.VCHAT_DETAILED_ERROR=`VCHAT_DETAILED_ERROR`,e.TIMEOUT=`TIMEOUT`,e.PARTICIPANT_LIMIT_REACHED=`PARTICIPANT_LIMIT_REACHED`,e.FAST_START_ERROR=`FAST_START_ERROR`,e.FAST_JOIN_ERROR=`FAST_JOIN_ERROR`,e.CALL_TIMEOUT=`CALL_TIMEOUT`,e}(E||{}),D=class e extends Error{constructor(t,n){super(),h(this,`message`,void 0),h(this,`hangup`,void 0),h(this,`error`,void 0),h(this,`code`,void 0),h(this,`remote`,void 0),h(this,`custom_error`,void 0),this.name=`HangupReason`,this.code=n&&n.code||0,this.remote=n&&n.remote||!1,this.custom_error=n?.custom_error??null,Object.values(E).indexOf(t)>-1?this.hangup=t:this.error=t;let r=[];this.error&&r.push(`error`),this.remote&&r.push(`remote`),this.code&&r.push(`code: ${this.code}`),n&&n.message&&r.push(`message: '${n.message}'`),this.message=t+(r.length?` (${r.join(`, `)})`:``),Error.captureStackTrace&&Error.captureStackTrace(this,e)}},qt=function(e){return e.FpsLimit=`fps-limit`,e}({}),Jt=class extends y{constructor(e=L){super(),h(this,`FPS_LIMITS`,[13,20,Math.max(j.videoFrameRate,25)]),h(this,`THRESHOLD`,.8),h(this,`HISTORY_LENGTH`,10),h(this,`_fpsMeterUnsubscribe`,null),h(this,`_fpsHistory`,{cursor:0,arr:[]}),h(this,`_fpsLimitCursor`,this.FPS_LIMITS.length-1),h(this,`_debug`,void 0),this._debug=e}get fpsLimit(){return this.FPS_LIMITS[this._fpsLimitCursor]}watch(e){this._cleanup();try{e&&(this._assertsVideoEffect(e),this._fpsMeterUnsubscribe=e.addFpsMeterListener(this._handleFpsMeter.bind(this)))}catch(e){this._debug.warn(`VideoEffectsFpsLimiter error`,e)}}_handleFpsMeter(e){if(this._fpsHistory.arr[this._fpsHistory.cursor]=e,this._fpsHistory.cursor=(this._fpsHistory.cursor+1)%this.HISTORY_LENGTH,this._fpsHistory.arr.length===this.HISTORY_LENGTH&&this._fpsLimitCursor){let e=this._fpsHistory.arr.reduce((e,t)=>e+t,0)/this.HISTORY_LENGTH,t=this.FPS_LIMITS[this._fpsLimitCursor];e<t*this.THRESHOLD&&(this._fpsLimitCursor=Math.max(0,this._fpsLimitCursor-1)),t!==this.fpsLimit&&this._triggerEvent(`fps-limit`,this.fpsLimit)}}_assertsVideoEffect(e){if(!(`addFpsMeterListener`in e))throw Error(`Outdated VideoEffect version`)}addEventListener(e,t){return super.addEventListener(e,t)}_cleanup(){this._fpsMeterUnsubscribe?.(),this._fpsMeterUnsubscribe=null}destroy(){this._cleanup(),super.unsubscribe()}},Yt=function(e){return e.SOURCE_CHANGED=`SOURCE_CHANGED`,e.SOURCE_READY=`SOURCE_READY`,e.TRACK_REPLACED=`TRACK_REPLACED`,e.SCREEN_STATUS=`SCREEN_STATUS`,e.ANIMOJI_STATUS=`ANIMOJI_STATUS`,e}({}),O=function(e){return e.audio=`audio`,e.video=`video`,e.screen=`screen`,e.audioshare=`audioshare`,e}({}),Xt=function(e){return e[e.CAMERA=1]=`CAMERA`,e[e.SCREEN=2]=`SCREEN`,e}({}),Zt=class extends y{constructor(e=L,t=null){super(),h(this,`_stream`,null),h(this,`_screenTrack`,null),h(this,`_audioShareTrack`,null),h(this,`_screenShareTrack`,null),h(this,`_sendVideoTrack`,null),h(this,`_cameraVideoTrack`,null),h(this,`_micAudioTrack`,null),h(this,`_audioEffectsTrack`,null),h(this,`_mediaSettings`,T()),h(this,`_lastMediaSettings`,null),h(this,`_videoStatusOnScreenCapturingEnabled`,!1),h(this,`_effect`,null),h(this,`_audioEffectParams`,null),h(this,`_onDeviceChange`,void 0),h(this,`_animojiEnabled`,!1),h(this,`_videoEffectsFpsLimiter`,void 0),h(this,`_debug`,void 0),h(this,`_logger`,void 0),h(this,`videoTrackMuteHandler`,()=>{this._mediaSettings.isVideoEnabled&&this.toggleVideo(!0)}),this._debug=e,this._logger=t,this._initDeviceChangeListener(),j.audioShare&&(this._audioShareTrack=this.getSilentAudioShareTrack()),j.enableVideoEffectsFpsDegradation&&(this._videoEffectsFpsLimiter=new Jt(this._debug),this._videoEffectsFpsLimiter.addEventListener(qt.FpsLimit,this.handleVideoEffectsLowFps.bind(this)))}get cameraVideoTrack(){return this._cameraVideoTrack}set cameraVideoTrack(e){this._cameraVideoTrack&&this._cameraVideoTrack.removeEventListener(`mute`,this.videoTrackMuteHandler),this._cameraVideoTrack=e,this._cameraVideoTrack&&this._cameraVideoTrack.addEventListener(`mute`,this.videoTrackMuteHandler),j.consumerFastScreenShare&&(this._screenShareTrack=this.getBlackScreenShareTrack())}async request(e=[x.AUDIO],t=!0){if(this._stream)return;let n=e.includes(x.VIDEO),r=e.includes(x.AUDIO),i=e.includes(x.ANIMOJI);if(!w.isBrowserSupported())throw new D(b.UNSUPPORTED);try{this._stream=await w.getUserMedia(n,r,t,this._debug,this._logger),this.cameraVideoTrack?.stop(),this.cameraVideoTrack=this._stream.getVideoTracks()[0],this._micAudioTrack?.stop(),this._micAudioTrack=this._stream.getAudioTracks()[0],this._audioEffectsTrack?.stop(),this._mediaSettings.isVideoEnabled=n&&this._stream.getVideoTracks().filter(e=>e.enabled).length>0||!1,this._mediaSettings.isAudioEnabled=r&&this._stream.getAudioTracks().filter(e=>e.enabled).length>0||!1,this._mediaSettings.isAnimojiEnabled=i&&!this._mediaSettings.isVideoEnabled||!1,this._animojiEnabled=i,this._triggerEvent(`SOURCE_READY`)}catch(e){throw new D(e)}}getStream(){return this._stream}getScreenTrack(){return this._screenTrack}getSendVideoTrack(e=!1){return this._sendVideoTrack&&!e?this._sendVideoTrack:this._stream?this._stream.getVideoTracks()[0]:null}getSendAudioTrack(){return this._stream?.getAudioTracks().find(e=>!e.contentHint)||null}get isAnimojiRequested(){return this._animojiEnabled&&!this._mediaSettings.isVideoEnabled}addTrackToPeerConnection(e,t,n){let r=this.getStream(),i=this.getSendAudioTrack(),a=this.getSendVideoTrack(n);if(!r||!i&&!a&&!t)throw Error(`No local stream found`);i&&!t&&e.addTrack(i,r),a&&!t&&e.addTrack(a,r)}getMediaSettings(){return this._mediaSettings}get mediaSettings(){return this._mediaSettings}async changeDevice(e){switch(e){case`videoinput`:if(this._mediaSettings.isVideoEnabled)return this._changeVideoInput();break;case`audioinput`:if(this._mediaSettings.isAudioEnabled)return this._changeAudioInput();break;default:return Promise.reject(b.UNKNOWN)}}stopVideoTrack(){this._mediaSettings.isVideoEnabled&&(this._stopEffect(),this._stream&&$e(this._stream),this.cameraVideoTrack?.stop())}async setVideoStream(e,t){return t?this._changeScreen(!1,!1,e):this._changeVideoInput(e)}_initDeviceChangeListener(){!navigator.mediaDevices||!navigator.mediaDevices.enumerateDevices||!navigator.mediaDevices.addEventListener||(this._onDeviceChange=async e=>{if(!this._stream)return;let t=w.getSavedMicrophone(),n=w.getSavedCamera(),r=this._mediaSettings.isAudioEnabled&&t?.groupId!==e.microphone?.groupId,i=this._mediaSettings.isVideoEnabled&&n?.groupId!==e.camera?.groupId;try{r&&await this._changeAudioInput(),i&&await this._changeVideoInput()}catch{}},w.addEventListener(`devicechange`,this._onDeviceChange))}_destroyDeviceChangeListener(){this._onDeviceChange&&w.removeEventListener(`devicechange`,this._onDeviceChange)}async _changeVideoInput(e){try{let t=e?`stream`:`video`,n=e||await w._getUserVideo(!!this._effect,this._frameRate,this._debug,this._logger);if(this.cameraVideoTrack?.stop(),this.cameraVideoTrack=n.getVideoTracks()[0],!this._stream)Qe(n);else{let e=await this._setEffect(this._effect,this.cameraVideoTrack);this._logger?.log(S.DEVICE_CHANGED,t),this._debug.log(`Video stream changed`),await this._replaceLocalTrack(e),this._mediaSettings.isVideoEnabled=!0,this._triggerEvent(`SOURCE_CHANGED`,{kind:`video`})}}catch(e){throw this._logger?.log(S.ERROR,`change_video`),this._debug.warn(`Camera change failed`,e),e}}async setAudioStream(e){return this._changeAudioInput(e)}async _changeAudioInput(e=null){try{let t=e||await w.getUserAudio(void 0,this._debug,this._logger);if(this._micAudioTrack?.stop(),this._micAudioTrack=t.getAudioTracks()[0],!this._stream)Qe(t);else{let e=await this._applyAudioEffect();this._logger?.log(S.DEVICE_CHANGED,`audio`),this._debug.log(`Audio stream changed`,e),await this._replaceLocalTrack(e),this._mediaSettings.isAudioEnabled=!0,this._triggerEvent(`SOURCE_CHANGED`,{kind:`audio`})}}catch(e){throw this._logger?.log(S.ERROR,`change_audio`),this._debug.error(`Microphone change failed`,e),e}}async _changeScreen(e,t,n){try{if(n=n||await w.getScreenMedia(e,t,this._debug,this._logger),!this._stream)Qe(n);else{let r=n.getVideoTracks()[0];if(r.addEventListener(`ended`,()=>{this._mediaSettings.isScreenSharingEnabled&&this.disableScreenCapturing()},!1),this._logger?.log(S.DEVICE_CHANGED,`screen`),this._debug.log(`Screen capturing started`),this._screenTrack=r,this._mediaSettings.isScreenSharingEnabled=!0,this._mediaSettings.isFastScreenSharingEnabled=e,j.consumerFastScreenShare&&this._mediaSettings.isFastScreenSharingEnabled&&(r.contentHint=`motion`,this._screenShareTrack=r),n.getAudioTracks().length>0){let e=n.getAudioTracks()[0];e.contentHint=`music`,this._audioShareTrack=e,await this._replaceLocalTrack(e),this._mediaSettings.isAudioSharingEnabled=!0}t&&!this._mediaSettings.isAudioSharingEnabled&&this._debug.debug(`Audio share requested but not captured`),this._triggerEvent(`SCREEN_STATUS`,{track:r}),this._triggerEvent(`SOURCE_CHANGED`,{kind:`screen`})}}catch(e){throw this._logger?.log(S.ERROR,`screen`),this._debug.warn(`Screen capturing failed`,e),e}}async _disableScreenCapture(){this._sendVideoTrack&&(this._sendVideoTrack.stop(),this._sendVideoTrack=null),this._screenTrack&&(this._screenTrack.stop(),this._screenTrack=null),this._screenShareTrack&&(this._screenShareTrack.stop(),this._screenShareTrack=this.getBlackScreenShareTrack()),await this.stopAudioShareTrack(),this._mediaSettings.isScreenSharingEnabled&&(this._mediaSettings.isScreenSharingEnabled=!1,this._mediaSettings.isFastScreenSharingEnabled=!1,this._triggerEvent(`SCREEN_STATUS`,{track:null}),this._triggerEvent(`SOURCE_CHANGED`,{kind:`screen`}))}async stopAudioShareTrack(){if(this._audioShareTrack){this._audioShareTrack.stop();let e=this.getSilentAudioShareTrack();await this._replaceLocalTrack(e),this._mediaSettings.isAudioSharingEnabled=!1}}async _applyAudioEffect(){if(!j.audioEffects||!this._audioEffectParams)return j.audioEffects?.pause(),this._micAudioTrack;j.audioEffects.isInitialized||await j.audioEffects.init(),j.audioEffects.resume(),j.audioEffects.setEffects(this._audioEffectParams.effects,this._audioEffectParams.isPreset),j.audioEffects.setSource(this._micAudioTrack);let e=j.audioEffects.outputStream.getAudioTracks()[0];return(!this._audioEffectsTrack||this._audioEffectsTrack.id!==e.id)&&(this._audioEffectsTrack=e),this._audioEffectsTrack}getSilentAudioShareTrack(){let e=w.getSilentMediaTrack();return e.contentHint=`music`,e.stop(),e}getBlackScreenShareTrack(){let e=w.getBlackMediaTrack();return e.contentHint=`motion`,e.stop(),e}async _replaceLocalTrack(e,t){if(!this._stream)return;let n=this._stream.getTracks().find(t=>t.kind===e.kind&&t.contentHint===e.contentHint);n?.id!==e.id&&(n?(n!==this._audioEffectsTrack&&n.stop(),this._stream?.removeTrack(n),this._stream?.addTrack(e),this._triggerEvent(`TRACK_REPLACED`,e,t)):(this._stream.addTrack(e),this._triggerEvent(`TRACK_REPLACED`,e,t)))}async _setEffect(e,t){if(this._videoEffectsFpsLimiter?.watch(j.videoEffects),!j.videoEffects)return t;try{return j.videoEffects.setEffect(e,t)}catch(e){return this._debug.warn(`Video effect failed`,e),t}}_stopEffect(){if(j.videoEffects)try{j.videoEffects.stopEffect()}catch(e){this._debug.warn(`Video effect failed`,e)}}destroy(){this._destroyDeviceChangeListener(),w.releaseFirefoxMicrophonePermissionWarmup(),j.videoEffects&&(this._effect=null,j.videoEffects.destroy()),j.audioEffects&&j.audioEffects.destroy(),this._stream&&(Qe(this._stream),this._stream=null),this.cameraVideoTrack?.stop(),this._micAudioTrack?.stop(),this._audioEffectsTrack?.stop(),this._disableScreenCapture(),w.getAudioContext()?.suspend().catch(e=>this._debug.error(e)),this._videoEffectsFpsLimiter?.destroy()}async stopLocalMedia(){this._mediaSettings.isScreenSharingEnabled&&await this.disableScreenCapturing(),this._stream&&(this._lastMediaSettings={...this._mediaSettings},this._stream.getAudioTracks().length>0&&await this.toggleAudio(!1),this._stream.getVideoTracks().length>0&&await this.toggleVideo(!1),this.cameraVideoTrack=null,this._micAudioTrack=null)}async resumeLocalMedia(){if(!this._lastMediaSettings)return;let e=[];if(this._lastMediaSettings.isAudioEnabled&&(e.push(x.AUDIO),await this.toggleAudio(!0)),await this.request(e),this._lastMediaSettings=null,this._stream)for(let e of this._stream.getTracks())this._triggerEvent(`TRACK_REPLACED`,e)}async toggleScreenCapturing(e){if(e.captureScreen){await this._changeScreen(e.fastScreenSharing,e.captureAudio);return}return this._disableScreenCapture()}async disableScreenCapturing(){return this.toggleScreenCapturing({captureScreen:!1,fastScreenSharing:!1,captureAudio:!1})}async toggleVideo(e){if(!this._stream)return;this.cameraVideoTrack?.stop();let t;if(e){let e=await w._getUserVideo(!!this._effect,this._frameRate,this._debug,this._logger);this.cameraVideoTrack=e.getVideoTracks()[0],t=await this._setEffect(this._effect,this.cameraVideoTrack)}else t=w.getBlackMediaTrack(j.videoMinWidth,j.videoMinHeight),this._stopEffect();if(this._mediaSettings.isVideoEnabled=e,await this._replaceLocalTrack(t),this._animojiEnabled){this._triggerEvent(`ANIMOJI_STATUS`,!e);return}this._triggerEvent(`SOURCE_CHANGED`,{kind:`video`})}async toggleAudio(e){if(!this._stream)return;this._micAudioTrack?.stop();let t=async(e,t)=>{await this._replaceLocalTrack(e),this._mediaSettings.isAudioEnabled=t,this._triggerEvent(`SOURCE_CHANGED`,{kind:`audio`})};if(e)try{let e=await w.getUserAudio(void 0,this._debug,this._logger);this._micAudioTrack=e.getAudioTracks()[0],t(await this._applyAudioEffect(),!0)}catch(e){throw j.audioEffects?.pause(),t(w.getSilentMediaTrack(),!1),typeof e==`string`?Error(e):e}else j.audioEffects?.pause(),t(w.getSilentMediaTrack(),!1)}toggleAnimojiCapturing(e){this._animojiEnabled=e,this._mediaSettings.isVideoEnabled||this._triggerEvent(`ANIMOJI_STATUS`,e)}onAnimojiSender(e){this._mediaSettings.isAnimojiEnabled=e,this._triggerEvent(`SOURCE_CHANGED`,{kind:`video`})}async setResolution({video:e,effect:t}){if(!this._mediaSettings.isVideoEnabled)return;if(!this._stream)throw Error(`Local stream not found`);if(!this.cameraVideoTrack)throw Error(`Local video track not found`);let n=this._effect&&t||e;await this._applyVideoConstraints(this.cameraVideoTrack,n)}getCameraVideoTrack(){return this.cameraVideoTrack}async updateNoiseSuppression(){if(!this._stream||!this._mediaSettings.isAudioEnabled)return;let e=this._stream.getAudioTracks().find(e=>!e.contentHint);if(!e)throw Error(`Local audio track not found`);if(e.enabled)return e.applyConstraints({noiseSuppression:j.noiseSuppression})}async videoEffect(e){if(!j.videoEffects)throw Error(`Video Effects library is not set`);if(this._logger?.log(S.DEVICE_CHANGED,`effect_${e?.effect||`none`}`),!this._mediaSettings.isVideoEnabled){this._effect=e;return}if(this._stream&&e!==this._effect&&this.cameraVideoTrack){let t=this._effect;this._effect=e;try{let e=this.cameraVideoTrack.clone(),t=new MediaStream([e]);await this._applyVideoConstraints(e),await this._changeVideoInput(t)}catch(e){this._effect=t;let n=this.cameraVideoTrack.clone(),r=new MediaStream([n]);throw await this._changeVideoInput(r),e}}}async audioEffect(e){if(!j.audioEffects)throw Error(`Audio Effects library is not set`);if(!this._mediaSettings.isAudioEnabled){this._audioEffectParams=e;return}if(this._stream&&(!e&&this._audioEffectParams||e&&!this._audioEffectParams||!A.isArraysEquals(e?.effects||[],this._audioEffectParams?.effects||[]))&&this._micAudioTrack){let t=this._audioEffectParams;this._audioEffectParams=e;try{let e=this._micAudioTrack.clone(),t=new MediaStream([e]);await this._changeAudioInput(t)}catch(e){this._audioEffectParams=t;let n=this._micAudioTrack.clone(),r=new MediaStream([n]);throw await this._changeAudioInput(r),e}}}getAudioShareTrack(){return this._audioShareTrack}handleVideoEffectsLowFps(e){this._mediaSettings.isVideoEnabled&&this.cameraVideoTrack&&e<j.videoFrameRate&&this._applyVideoConstraints(this.cameraVideoTrack).catch(e=>{this._debug.warn(`MediaSource handleVideoEffectsLowFps error`,e)})}get _frameRate(){let e=this._videoEffectsFpsLimiter?.fpsLimit??j.videoFrameRate;return this._effect?Math.min(e,j.videoFrameRate):void 0}async _applyVideoConstraints(e,t){await et(e,{width:this._effect?j.videoEffectMaxWidth:j.videoMaxWidth,height:this._effect?j.videoEffectMaxHeight:j.videoMaxHeight,...this._frameRate&&{frameRate:{ideal:this._frameRate}},...t})}getScreenShareTrack(){return this._screenShareTrack}},k=function(e){return e.USER=`USER`,e.GROUP=`GROUP`,e}(k||{}),Qt={HEIGHT:720,WIDTH:1280,BITRATE:1e6},$t=`L1T2`,en=[{dimension:320,bitrate:18e4},{dimension:520,bitrate:4e5},{dimension:640,bitrate:5e5},{dimension:960,bitrate:9e5},{dimension:1280,bitrate:12e5},{dimension:1920,bitrate:25e5},{dimension:2560,bitrate:35e5},{dimension:3840,bitrate:5e6}],tn={h:1,m:2,l:4};function nn(e,t){return!e||!t?e===t:e.streams.length===t.streams.length?e.streams.every((e,n)=>A.isObjectsEquals(e,t.streams[n])):!1}function rn(e,t){for(let n of t)if(e<=n.dimension)return n.bitrate;return length>0?t[length-1].bitrate:en[0].bitrate}function an(e=Qt.WIDTH,t=Qt.HEIGHT,n=en){let r=[`h`,`m`,`l`],i=Math.max(e,t),a=1;i>=960?a=3:i>=480&&(a=2);let o={streams:[]},s=rn(i,n)??Qt.BITRATE;for(let i=0;i<a;i++){let a=r[i];o.streams.push({rid:a,width:e,height:t,fps:30,bitrate:s}),e=Math.round(e/2),t=Math.round(t/2),s=rn(Math.max(e,t),n)??Math.round(s/2)}return o}function on(e){return e?tn[e]??1:1}var sn=typeof Object.fromEntries==`function`?Object.fromEntries:function(e){if(!e||!e[Symbol.iterator])throw Error(`Object.fromEntries() requires a single iterable argument`);let t={};for(let[n,r]of e)t[n]=r;return t};async function cn(e){return new Promise((t,n)=>{let r=new FileReader;r.onload=e=>{t(e.target?.result)},r.onerror=n,r.readAsArrayBuffer(e)})}var ln=533,un=`a=fmtp:`,dn=`sps-pps-idr-in-keyframe=1`,fn;(function(e){let t=/[\r\n]+/;function n(e,t){let n=RegExp(`a=rtpmap:(\\d+) ([a-zA-Z0-9-]+)\\/\\d+`),r,i=[];for(r=0;r<e.length;++r){let a=e[r].match(n);a&&a.length===3&&a[2]===t&&i.push(a[1])}return i}function r(e,t,n){let r=e.split(` `),i=r.slice(0,3),a;for(a=3;a<r.length;a++)n.includes(r[a])&&i.push(r[a]);for(a=3;a<r.length;a++)!n.includes(r[a])&&!t.includes(r[a])&&i.push(r[a]);return i.join(` `)}function i(e,t,n,i){let a,o=`m=`+t;for(a=0;a<e.length;++a)e[a].startsWith(o)&&(e[a]=r(e[a],n,i))}function a(e,t){let n=RegExp(`a=fmtp:(\\d+)`);for(let r=0;r<e.length;++r){let i=e[r].match(n);if(i&&i.length===2&&t.includes(i[1])){let t=e[r].trim()===un+i[1]?` `:`;`;e[r]+=t+dn}}}function o(e,t,r=`video`){let a=n(e,t);if(!a.length)return;let o=a.slice(0),s=RegExp(`a=fmtp:(\\d+) apt=(\\d+)`),c;for(c=0;c<e.length;++c){let t=e[c].match(s);t&&t.length===3&&o.includes(t[2])&&o.push(t[1])}let l=RegExp(`a=(rtpmap|rtcp-fb|fmtp):(\\d+) .*`);for(c=e.length;c--;){let t=e[c].match(l);t&&t.length===3&&o.includes(t[2])&&e.splice(c,1)}i(e,r,o,[])}function s(e,t,n,r){let i=RegExp(`a=rtpmap:(\\d+) ([a-zA-Z0-9-]+)\\/\\d+`),a,o=[];for(a=t;a<n;++a){let t=e[a].match(i);t&&t.length===3&&t[2]===r&&o.push(t[1])}if(!o.length)return o;let s=RegExp(`a=fmtp:(\\d+) apt=(\\d+)`);for(a=t;a<n;++a){let t=e[a].match(s);t&&t.length===3&&o.includes(t[2])&&o.push(t[1])}return o}function c(e,t,n,i){let a=s(e,t,n,i);if(!a.length)return n+1;let o=RegExp(`a=(rtpmap|rtcp-fb|fmtp):(\\d+) .*`),c=0,l=n;for(;l>=t;){let t=e[l].match(o);t&&t.length===3&&a.includes(t[2])&&(e.splice(l,1),c++),l--}return e[t]=r(e[t],a,[]),n-c+1}function l(e,t,n,r){let i=-1,a=-1,o=!1;for(let s=0;s<e.length;++s)if(i>=0&&e[s].startsWith(`m=`)&&(a=s-1,o&&(s=c(e,i,a,t)),i=-1,a=-1,o=!1),e[s].startsWith(`m=video`)&&(i=s),i>=0){let t=n===`remote`&&r===`encoder`||n===`local`&&r===`decoder`?`recvonly`:`sendonly`;(e[s].startsWith(`a=${t}`)||e[s].startsWith(`a=sendrecv`))&&(o=!0)}a=e.length-1,i>=0&&o&&c(e,i,a,t)}function u(e,t){let r=n(e,`H264`);t&&i(e,`video`,[],r),a(e,r)}function d(e){i(e,`video`,[],n(e,`VP9`))}function f(e){[`G722`,`PCMU`,`PCMA`,`CN`,`telephone-event`].forEach(t=>{o(e,t,`audio`)})}function p(e,r,a,o,s=!1){let c=e.split(t);if(f(c),!r&&!a&&!o&&!s)return c.join(`\r
8
8
  `);function p(e){let t=[`a=rtcp-fb:111 nack`,`a=rtcp-fb:111 nack pli`],n=e.findIndex(e=>e.startsWith(`a=rtcp-fb:111`));return~n&&(e[n]=e[n]+`\r
9
9
  `+t.join(`\r
10
10
  `)),e}function m(e){let t=n(e,`red`);t.length>0&&i(e,`audio`,[],t)}return a?l(c,`H264`,`local`,`decoder`):u(c,r),o&&d(c),m(c),s&&p(c),c.join(`\r
11
11
  `)}e.patchLocalSDP=p;function m(e,n,r,i,a,s,c){n&&(e=e.replace(`m=application 9 UDP/DTLS/SCTP webrtc-datachannel`,`m=application 9 DTLS/SCTP 5000`).replace(`a=sctp-port:5000`,`a=sctpmap:5000 webrtc-datachannel 256`));let p=e.split(t);return i?o(p,`H264`):r&&u(p,r),s&&c?o(p,`VP9`):s?l(p,`VP9`,`remote`,`encoder`):c?l(p,`VP9`,`remote`,`decoder`):a&&d(p),f(p),p.join(`\r
12
- `)}e.patchRemoteSDP=m;function h(e){return e?`${e.type||`WEB_SOCKET`}_${e.id}`:`_`}e.getPeerIdString=h;function ee(e,t){return e&&e.id===t.id&&(e.type||`WEB_SOCKET`)===(t.type||`WEB_SOCKET`)}e.comparePeerId=ee;async function te(e){let t={local:null,remote:null};if(!e||!e.getStats)return t;try{let n=await e.getStats(null),r=null;if(n.forEach(e=>{e.type===`transport`&&e.selectedCandidatePairId?r=n.get(e.selectedCandidatePairId):e.type===`candidate-pair`&&e.state===`succeeded`&&!r&&(!Object.hasOwn(e,`selected`)||e.selected)&&(r=e)}),r?.localCandidateId){let e=n.get(r.localCandidateId);e&&(t.local={type:e.candidateType,ip:e.ip||e.ipAddress,port:e.port||e.portNumber})}if(r?.remoteCandidateId){let e=n.get(r.remoteCandidateId);e&&(t.remote={type:e.candidateType,ip:e.ip||e.ipAddress,port:e.port||e.portNumber})}return t}catch{return t}}e.getPeerConnectionHostInfo=te;let g=/^[0-9]+$/,_=/^([gu])([0-9]+)$/;function v(e,t=S.USER){let n=String(e);return _.test(n)?(R.warn(`Already composite id [${e}] type supplied [${t}]`),n):t===S.GROUP?`g`+n:t===S.USER?`u`+n:(R.warn(`Unknown type [${t}] for id [${e}]`),n.match(g)?`u`+n:n)}e.composeUserId=v;function y(e,t,n=0){return b(v(e,t),n)}e.composeParticipantId=y;function b(e,t){return t?e+`:d`+t:e}e.compose=b;function x(e){return y(e.id,e.idType||S.USER,e.deviceIdx)}e.composeId=x;function ne(e){if(e.decorativeUserId)return y(e.decorativeUserId,e.idType||S.USER,e.deviceIdx)}e.composeDecorativeId=ne;function ie(e){return e.participant?x(e.participant):y(e.participantId,e.participantType||S.USER,e.deviceIdx)}e.composeMessageId=ie;function ae(e){return typeof e==`string`?oe(se(e).compositeUserId).id:e}e.extractOkId=ae;function oe(e){let t=String(e),n=t.match(_);return n?{id:Number(n[2]),type:n[1]===`g`?S.GROUP:S.USER}:(R.warn(`Unsupported compositeId [${e}]`),{id:Number(t),type:S.USER})}e.decomposeId=oe;function se(e){let t=e.split(`:d`);return{compositeUserId:t[0],deviceIdx:t.length>1?parseInt(t[1],10):0}}e.decomposeParticipantId=se;function de(){let e=window.crypto?.randomUUID?.();if(e)return e;let t=`0123456789abcdefghijklmnopqrstuvwxyz`.split(``),n=Array(36),r=0,i,a;for(a=0;a<36;a++)a===8||a===13||a===18||a===23?n[a]=`-`:a===14?n[a]=`4`:(r<=2&&(r=33554432+Math.random()*16777216|0),i=r&15,r>>=4,n[a]=t[a===19?i&3|8:i]);return n.join(``)}e.uuid=de;function he(e,t){let n;function r(...r){let i=this;n&&window.clearTimeout(n),n=window.setTimeout(()=>{e.apply(i,r)},t)}return r}e.debounce=he;function C(e){if(!window.BigInt)return null;let t=``,n=e.split(`
13
- `);for(let e of n)if(e.startsWith(`a=fingerprint`)){let n=e.split(` `);if(n.length===2){t=n[1];break}}if(!t)return BigInt(-1);let r=t.split(`:`),i=BigInt(0);for(let e=Math.min(7,r.length-1);e>=0;e--){let t=BigInt(parseInt(r[e],16));i<<=BigInt(8),i|=t}return BigInt.asIntN(64,i)}e.sdpFingerprint=C;async function ge(e,{signal:t}={}){return new Promise((n,r)=>{if(t?.aborted)return r(t.reason);let i=setTimeout(()=>{t?.removeEventListener(`abort`,a),n()},e),a=()=>{clearTimeout(i),r(t?.reason)};t?.addEventListener(`abort`,a,{once:!0})})}e.delay=ge;function _e(e,t,n){let r=[];return e.getSenders().forEach(e=>ve(t,e,e.track,n,r)),r}e.applySettings=_e;function ve(e,t,n,r,i){if(!RTCRtpSender.prototype.getParameters||!RTCRtpSender.prototype.setParameters||!e||!n||n.kind!==k.video)return;let a=n.getSettings();if(!a)return;let o=e.maxBitrateK?e.maxBitrateK*1024:null,s=a.width,c=a.height,l=s&&c&&e.maxDimension?Math.max(1,Math.max(s,c)/e.maxDimension):null,u=e.maxFramerate||null;if(s&&c&&e.maxDimension&&e.maxDimension>Math.max(s,c)){let e=Math.round(s*c/256),t=(Math.round(e*fe/1e4)+1)*1e4;o=o===null?t:Math.min(t,o)}let d=e.degradationPreference||`balanced`,f=r[n.id];if(f&&f.bitrate===o&&f.scaleResolutionDownBy===l&&f.maxFramerate===u&&f.degradationPreference===d){i[n.id]=f;return}i[n.id]={bitrate:o,scaleResolutionDownBy:l,maxFramerate:u,degradationPreference:d};let p=t.getParameters();if(p.encodings||(p.encodings=[{}]),p.encodings.length>1&&s&&c&&e.maxDimension){let t=Math.round(e.maxDimension*1.35),n=Math.max(s,c),r=ce(s,c,e?.bitrates?.generic),i=r.streams.length;R.log(`applyVideoTrackSettings: maxDim=${e.maxDimension} targetDim=${t} track=${s}x${c} sim=${JSON.stringify(r)}`),p.encodings.forEach((e,a)=>{e.scaleResolutionDownBy=le(e.rid);let o=Math.round(n/e.scaleResolutionDownBy);a<i-1?e.active=o<t:a>=i?e.active=!1:e.active=!0,a<i?e.maxBitrate=r.streams[a].bitrate:e.maxBitrate=0,e.scalabilityMode=re})}else p.encodings.forEach(t=>{e?.scalabilityMode&&(t.scalabilityMode=e.scalabilityMode),o?t.maxBitrate=o:delete t.maxBitrate,l?t.scaleResolutionDownBy=l:delete t.scaleResolutionDownBy,u?t.maxFramerate=u:delete t.maxFramerate});if(p.degradationPreference=d,p.encodings.length>0){t.setParameters?.(p).catch(e=>{R.error(`Failed to set sender parameters`,p,e)});let e=t.getParameters();R.log(`applyVideoTrackSettings: actual encodings= ${JSON.stringify(e.encodings)}`)}}e.applyVideoTrackSettings=ve;function ye(e,t){Array.isArray(t)||(t=[t]);for(let n of t)if(e.includes(n))return!0;return!1}e.includesOneOf=ye;function be(e){return Object.entries(e.participantState?.state||{}).reduce((t,[n,r])=>(e.participantState&&(t[n]={ts:e.participantState.stateUpdateTs[n],state:r}),t),{})}e.mapParticipantState=be;function xe(e){let t=e.map(e=>({uid:e.externalId,mediaSettings:e.mediaSettings,status:e.status,muteStates:e.muteStates,unmuteOptions:e.unmuteOptions,participantState:e.participantState,markers:e.markers,movieShareInfos:e.movieShareInfos,roles:e.roles}));return w.filterObservers?t.filter(e=>!e.uid.observer):t}e.mapSharedParticipants=xe;function T(e,t){let n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;for(let i of n)if(!Object.hasOwn(r,i)||e[i].state!==t[i].state||e[i].ts!==t[i].ts)return!1;return!0}e.isEqualParticipantState=T;function Se(e,t,n=!1){let r=Object.keys(e),i=Object.keys(t);if(r.length!==i.length)return!1;for(let i of r){if(!Object.hasOwn(t,i))return!1;let r=e[i],a=t[i];if(n&&O(r)&&O(a))return Se(r,a,n);if(r!==a)return!1}return!0}e.isObjectsEquals=Se;function Ce(e,t){if(e.length!==t.length)return!1;for(let n of e)if(t.indexOf(n)<0)return!1;return!0}e.isArraysEquals=Ce;function we(e){return!Object.keys(e).length}e.isEmptyObject=we;function Te(e,t){if(!e&&!t)return 0;if(!e||!t)return e?-1:1;return r(t.rank,e.rank)||r(e.ts,t.ts)||n(e,t);function n(e,t){let n={[S.USER]:0,[S.GROUP]:1},{compositeUserId:i,deviceIdx:a}=se(e.id),{compositeUserId:o,deviceIdx:s}=se(t.id),{id:c,type:l}=oe(i),{id:u,type:d}=oe(o);return r(n[l],n[d])||r(c,u)||r(a,s)}function r(e,t){return e<t?-1:e===t?0:1}}e.participantMarkerCompare=Te;function E(e,t){return ue(Object.entries(e).filter(([,e])=>Array.isArray(t)?!t.includes(e):e!==t))}e.objectFilterOutValues=E;function D(e,t,n){let r=n;for(let n in e)Object.hasOwn(e,n)&&(r=t(r,e[n],n));return r}e.objectReduce=D,e.setImmediate=(()=>{let e=1,t={},n=null;return typeof MessageChannel<`u`&&(n=new MessageChannel,n.port1.onmessage=e=>{let n=e.data;t[n]&&(t[n](),delete t[n])}),function(r){if(n&&document.visibilityState===`hidden`){let i=e;return e=e>=2**53-1?1:e+1,t[i]=r,n.port2.postMessage(i),()=>{t[i]&&delete t[i]}}let i=setTimeout(r,0);return()=>clearTimeout(i)}})();function O(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}e.isObject=O;function Ee(e,n,r,i){function a(e,t){let n=0,r=e.length,i=!1;for(let a=0;a<e.length;a++)if(!i&&e[a].startsWith(`m=video`)&&(n=a),e[a].startsWith(`a=mid:`+t)&&(i=!0),i&&e[a].startsWith(`m=`)){r=a;break}return{start:n,end:r}}function o(e,t,n,r,i,a,o){let s=`a=rid:`+r+` send`;for(let r=t;r<n;r++)e[r]===s&&(e[r]=s+` max-width=`+a+`;max-height=`+o+`;max-br=`+i)}let s=n?.sender;if(s&&s.track&&n.mid){let c=e.split(t),{start:l,end:u}=a(c,n.mid),d=s.getParameters();if(d.encodings)return d.encodings.forEach(e=>{let t=e.rid,n=e.maxBitrate,a=e.scaleResolutionDownBy;r&&i&&a&&o(c,l,u,t,n,``+Math.round(r/a),``+Math.round(i/a))}),c.join(`\r
14
- `)}return e}e.patchSimulcastAnswerSdp=Ee})(he||(he={}));var C=he,ge=`__CALLS_SDK_DEVTOOLS_`,_e=class{set(e,t){try{this.getStorage().setItem(ge+e,JSON.stringify(t))}catch(t){R.warn(`DevTools: Failed to save option`,e,t)}}get(e){try{let t=this.getStorage().getItem(ge+e);return t===null?null:JSON.parse(t)}catch(t){return R.warn(`DevTools: Failed to read option`,e,t),null}}remove(e){try{this.getStorage().removeItem(ge+e)}catch(t){R.warn(`DevTools: Failed to remove option`,e,t)}}clear(){try{let e=this.getStorage(),t=Object.keys(e);for(let n of t)n.startsWith(ge)&&e.removeItem(n)}catch(e){R.warn(`DevTools: Failed to clear options`,e)}}getAll(){try{let e=this.getStorage(),t=Object.keys(e),n={};for(let r of t)if(r.startsWith(ge)){let t=r.substring(21),i=e.getItem(r);if(i!==null)try{n[t]=JSON.parse(i)}catch{}}return n}catch(e){return R.warn(`DevTools: Failed to get all options`,e),{}}}getStorage(){return window.localStorage}},ve=class{constructor(e){g(this,`storage`,void 0),this.storage=e}set(e,t){this.storage.set(e,t),console.debug(`DevTools: ${String(e)} override set to ${t}`)}get(e){return this.storage.get(e)}clear(e){this.storage.remove(e),console.debug(`DevTools: ${String(e)} override cleared`)}clearAll(){this.storage.clear(),console.debug(`DevTools: All overrides cleared`)}getAll(){return this.storage.getAll()}applyOverrides(e){let t=this.getAll(),n={...e},r=Object.keys(t);if(r.length>0){console.debug(`DevTools: Current overrides:`,t);for(let e of r)t[e]!==void 0&&(n[e]=t[e]);console.debug(`DevTools: Overrides applied`)}return n}},ye=class e{static getInstance(){return e.instance||(e.instance=new e),e.instance}constructor(){g(this,`params`,void 0),g(this,`storage`,void 0),this.storage=new _e,this.params=new ve(this.storage)}};g(ye,`instance`,null);var be=ye.getInstance(),w=class e{static set(t){Object.hasOwn(t,`voiceParams`)&&(Object.assign(e._params.voiceParams,t.voiceParams),delete t.voiceParams),Object.hasOwn(t,`specListenerParams`)&&(Object.assign(e._params.specListenerParams,t.specListenerParams),delete t.specListenerParams),Object.hasOwn(t,`apiAuth`)&&(x.accessToken=t.apiAuth.accessToken,x.sessionKey=t.apiAuth.sessionKey,x.sessionSecretKey=t.apiAuth.sessionSecretKey);let n=be.params.applyOverrides(t);Object.assign(e._params,C.objectFilterOutValues(n,void 0))}static getScreenFrameRate(t){return t?e._params.fastScreenShareFrameRate:e._params.screenFrameRate}static get(t){return e._params[t]}static get appName(){return`ok.calls.sdk.js`}static get appVersion(){return 1.1}static get sdkVersion(){return`2.8.11-dev.d67d6abf.0`}static get debug(){return e._params.debug}static get protocolVersion(){return e._params.joinFromMultipleDevices?6:5}static get platform(){return e._params.platform}static set platform(t){e._params.platform=t}static get clientStatsPlatform(){return e._params.clientStatsPlatform}static set clientStatsPlatform(t){e._params.clientStatsPlatform=t}static get clientType(){return e._params.clientType}static set clientType(t){e._params.clientType=t}static get externalUserType(){return e._params.externalUserType}static set externalUserType(t){e._params.externalUserType=t}static get device(){return e._params.device}static get apiKey(){return e._params.apiKey}static get apiEnv(){return e._params.apiEnv}static get apiBaseUrl(){return e._params.apiBaseUrl}static set apiBaseUrl(t){e._params.apiBaseUrl=t}static apiEndpoint(t){switch(t??e.apiEnv){case`AUTO`:case`PROD`:return`https://api.mycdn.me`;case`CALLS`:return`https://calls.okcdn.ru`;case`PROD_OK`:return`https://api.ok.ru`;case`TEST`:return`https://apitest.ok.ru/api`;case`VIDEOTEST`:return`https://videotestapi.ok.ru/api`;case`CALLSTEST`:return`https://calls-test.okcdn.ru/api`;case`CALLS_BETA`:return`https://api-beta.calls-test.oneme.ru/api`;case`CALLS_BENDER`:return`https://api-bender.calls-test.oneme.ru/api`;case`CALLS_MAMES`:return`https://api-mames.calls-test.oneme.ru/api`;case`CALLS_MARS`:return`https://api-mars.calls-test.oneme.ru/api`;default:return e._params.apiEnv}}static get apiTimeout(){return e._params.apiTimeout}static get apiMaxAttempt(){return e._params.apiMaxAttempt}static get authToken(){return e._params.authToken}static set authToken(t){e._params.authToken=t}static get anonymToken(){return e._params.anonymToken}static set anonymToken(t){e._params.anonymToken=t}static get domain(){return e._params.domain}static get externalDomain(){return e._params.externalDomain}static get iceServers(){return e._params.iceServers}static set iceServers(t){e._params.iceServers=t}static get wssBase(){return e._params.wssBase}static set wssBase(t){e._params.wssBase=t}static get wtsBase(){return e._params.wtsBase}static set wtsBase(t){e._params.wtsBase=t}static get wssToken(){return e._params.wssToken}static set wssToken(t){e._params.wssToken=t}static get signalingReconnectDelay(){return e._params.signalingReconnectDelay}static get signalingReconnectMaxDelay(){return e._params.signalingReconnectMaxDelay}static get signalingReconnectMaxCount(){return e._params.signalingReconnectMaxCount}static get waitConnectionDelay(){return e._params.waitConnectionDelay}static get waitResponseDelay(){return e._params.waitResponseDelay}static get waitMessageDelay(){return e._params.waitMessageDelay}static get waitAnotherTabDelay(){return e._params.waitAnotherTabDelay}static get debugLog(){return e._params.debugLog}static get forceRelayPolicy(){return e._params.forceRelayPolicy}static set forceRelayPolicy(t){e._params.forceRelayPolicy=t}static get videoMinWidth(){return e._params.videoMinWidth}static get videoMaxWidth(){return e._params.videoMaxWidth}static set videoMaxWidth(t){e._params.videoMaxWidth=t}static get videoMinHeight(){return e._params.videoMinHeight}static get videoMaxHeight(){return e._params.videoMaxHeight}static set videoMaxHeight(t){e._params.videoMaxHeight=t}static get videoAspectRatio(){return e._params.videoAspectRatio}static get videoFrameRate(){return e._params.videoFrameRate}static get videoFacingMode(){return e._params.videoFacingMode||(I.isMobile()?dt.USER:null)}static set videoFacingMode(t){e._params.videoFacingMode=t}static get displaySurface(){return e._params.displaySurface}static get audioEffects(){return e._params.audioEffects}static set audioEffects(t){e._params.audioEffects=t,e._params.audioEffects?.setLogger((e,...t)=>R.send(e,...t))}static get videoEffects(){return e._params.videoEffects}static set videoEffects(t){e._params.videoEffects=t,e._params.videoEffects?.setLogger((e,...t)=>R.send(e,...t))}static get videoEffectMaxWidth(){return e._params.videoEffectMaxWidth}static set videoEffectMaxWidth(t){e._params.videoEffectMaxWidth=t}static get videoEffectMaxHeight(){return e._params.videoEffectMaxHeight}static set videoEffectMaxHeight(t){e._params.videoEffectMaxHeight=t}static get vmoji(){return e._params.vmoji?.isBrowserSupported()?e._params.vmoji:null}static set vmoji(t){e._params.vmoji=t}static get vmojiOptions(){return e._params.vmojiOptions||{protocolVersion:1,renderingOptions:{}}}static set vmojiOptions(t){e._params.vmojiOptions=t}static get voiceParams(){return e._params.voiceParams}static get specListenerParams(){return e._params.specListenerParams}static get iceRestartWaitTime(){return e._params.iceRestartWaitTime}static get transportConnectionWaitTime(){return e._params.transportConnectionWaitTime}static get statisticsInterval(){return e._params.statisticsInterval}static set statisticsInterval(t){e._params.statisticsInterval=t}static get networkStatisticsInterval(){return e._params.networkStatisticsInterval}static get perfStatReportEnabled(){return e._params.perfStatReportEnabled}static get callStatReportEnabled(){return e._params.callStatReportEnabled}static get clientEventsLoggingEnabled(){return e._params.clientEventsLoggingEnabled}static get enableLogPerfStatReport(){return e._params.enableLogPerfStatReport}static get asrDataChannel(){return e._params.asrDataChannel}static get consumerScreenDataChannelPacketSize(){return e._params.consumerScreenDataChannelPacketSize}static get screenShareWebmBuilder(){return e._params.screenShareWebmBuilder}static get noiseSuppression(){return e._params.noiseSuppression}static get preferH264(){return e._params.preferH264}static get preferVP9(){return e._params.preferVP9}static get audioNack(){return e._params.audioNack}static get movieShare(){return e._params.movieShare&&e.videoTracksCount>0}static get videoTracksCount(){return Number(e._params.videoTracksCount)}static get breakVideoPayloadTypes(){return e._params.breakVideoPayloadTypes}static get useCallsToContacts(){return e._params.useCallsToContacts}static get useParticipantListChunk(){return e._params.useParticipantListChunk&&e.videoTracksCount>0}static get useRooms(){return e._params.useRooms}static get useChatRooms(){return e._params.useChatRooms}static get addParticipant(){return e._params.addParticipant}static get waitForAdminInGroupCalls(){return e._params.waitForAdminInGroupCalls}static get hold(){return e._params.hold}static get maxParallelCalls(){return e._params.maxParallelCalls}static get participantListChunkInitIndex(){return e._params.participantListChunkInitIndex??0}static get participantListChunkInitCount(){return e._params.participantListChunkInitCount??null}static get filterObservers(){return e._params.filterObservers}static get muteMode(){return e._params.muteMode}static get preserveAudioTracks(){return e._params.preserveAudioTracks}static get audioShare(){return I.isAudioShareSupported()&&e._params.audioShare}static get audioShareWindowInclude(){return e._params.audioShareWindowInclude}static get audioShareSystemInclude(){return e._params.audioShareSystemInclude}static get fastScreenShare(){return e._params.fastScreenShare}static get screenShareCongestionControl(){return e._params.screenShareCongestionControl}static get screenShareCongestionControlThreshold(){return e._params.screenShareCongestionControlThreshold}static get fastScreenShareWidth(){return e._params.fastScreenShareWidth}static get fastScreenShareHeight(){return e._params.fastScreenShareHeight}static get consumerFastScreenShare(){return e._params.consumerFastScreenShare}static get consumerFastScreenShareQualityOnDemand(){return e._params.consumerFastScreenShareQualityOnDemand}static get videoSuspend(){return e._params.videoSuspend}static get enumerateDevicesDelay(){return e._params.enumerateDevicesDelay}static get switchVideoAtBadNetwork(){return e._params.switchVideoAtBadNetwork}static get enableVideoEffectsFpsDegradation(){return e._params.enableVideoEffectsFpsDegradation}static get simulcast(){return I.isSimulcastSupportedByBrowser()&&e._params.simulcast}static get webtransport(){return e._params.webtransport}static get webtransportFF(){return e._params.webtransportFF}static get transparentAudio(){return e._params.transparentAudio}static toJSON(){return{apiKey:e._params.apiKey,apiEnv:e._params.apiEnv,audioShare:e._params.audioShare,audioShareWindowInclude:e._params.audioShareWindowInclude,audioShareSystemInclude:e._params.audioShareSystemInclude,useCallsToContacts:e._params.useCallsToContacts,useParticipantListChunk:e._params.useParticipantListChunk,useRooms:e._params.useRooms,useChatRooms:e._params.useChatRooms,addParticipant:e._params.addParticipant,fastScreenShare:e._params.fastScreenShare,participantListChunkInitCount:e._params.participantListChunkInitCount,screenShareCongestionControl:e._params.screenShareCongestionControl,screenShareCongestionControlThreshold:e._params.screenShareCongestionControlThreshold,videoTracksCount:e._params.videoTracksCount,asrDataChannel:e._params.asrDataChannel,videoMaxHeight:e._params.videoMaxHeight,videoMaxWidth:e._params.videoMaxWidth,videoEffectMaxHeight:e._params.videoEffectMaxHeight,videoEffectMaxWidth:e._params.videoEffectMaxWidth,videoSuspend:e._params.videoSuspend,debugLog:e._params.debugLog,callStatReportEnabled:e._params.callStatReportEnabled,joinFromMultipleDevices:e._params.joinFromMultipleDevices,movieShare:e._params.movieShare,clientType:e._params.clientType,clientStatsPlatform:e._params.clientStatsPlatform,consumerScreenDataChannelPacketSize:e._params.consumerScreenDataChannelPacketSize,switchVideoAtBadNetwork:e._params.switchVideoAtBadNetwork,simulcast:e._params.simulcast,webtransport:e._params.webtransport,webtransportFF:e._params.webtransportFF,transparentAudio:e._params.transparentAudio}}};g(w,`_params`,{platform:`WEB`,clientStatsPlatform:``,clientType:`PORTAL`,externalUserType:``,device:`browser`,apiKey:``,authToken:``,anonymToken:``,apiEnv:`AUTO`,apiBaseUrl:null,domain:``,externalDomain:``,iceServers:[],wssBase:``,wtsBase:``,wssToken:``,signalingReconnectDelay:1e3,signalingReconnectMaxDelay:5e3,signalingReconnectMaxCount:10,waitConnectionDelay:1e4,waitResponseDelay:1e4,waitMessageDelay:15e3,waitAnotherTabDelay:200,debugLog:!1,debug:!1,apiTimeout:5e3,apiMaxAttempt:10,forceRelayPolicy:!1,videoMinWidth:428,videoMinHeight:240,videoMaxWidth:1280,videoMaxHeight:720,videoAspectRatio:16/9,videoFrameRate:25,screenFrameRate:15,videoFacingMode:null,displaySurface:`monitor`,audioEffects:null,videoEffects:null,videoEffectMaxWidth:640,videoEffectMaxHeight:360,vmoji:null,vmojiOptions:null,iceRestartWaitTime:2e4,transportConnectionWaitTime:5e3,statisticsInterval:5e3,networkStatisticsInterval:2e4,perfStatReportEnabled:!0,callStatReportEnabled:!1,clientEventsLoggingEnabled:!1,enableLogPerfStatReport:!1,voiceParams:{smoothing:.8,minFreq:200,maxFreq:5e3,interval:500,threshold:.35,speakerLevelMultiplier:1.8},specListenerParams:{connectionTimeout:1e4,volumeTimeout:1e4},asrDataChannel:!1,consumerScreenDataChannelPacketSize:64*1024,screenShareWebmBuilder:!1,noiseSuppression:!0,preferH264:!1,preferVP9:!1,audioNack:!0,videoTracksCount:30,movieShare:!1,useCallsToContacts:!1,useParticipantListChunk:!1,useRooms:!1,useChatRooms:!1,addParticipant:!1,waitForAdminInGroupCalls:!1,hold:!1,maxParallelCalls:2,participantListChunkInitIndex:0,participantListChunkInitCount:null,breakVideoPayloadTypes:!1,joinFromMultipleDevices:!1,filterObservers:!1,muteMode:!1,preserveAudioTracks:!1,audioShare:!1,audioShareWindowInclude:!1,audioShareSystemInclude:!1,fastScreenShare:!1,screenShareCongestionControl:!1,screenShareCongestionControlThreshold:2100,consumerFastScreenShare:!1,consumerFastScreenShareQualityOnDemand:!1,fastScreenShareFrameRate:24,fastScreenShareWidth:1280,fastScreenShareHeight:720,videoSuspend:!1,enumerateDevicesDelay:2e3,switchVideoAtBadNetwork:!1,enableVideoEffectsFpsDegradation:!1,simulcast:!1,webtransport:!1,webtransportFF:!1,transparentAudio:!1});function xe(e,t){return!(e.isAudioEnabled!==t.isAudioEnabled||e.isVideoEnabled!==t.isVideoEnabled||e.isScreenSharingEnabled!==t.isScreenSharingEnabled||e.isFastScreenSharingEnabled!==t.isFastScreenSharingEnabled||e.isAudioSharingEnabled!==t.isAudioSharingEnabled||e.isAnimojiEnabled!==t.isAnimojiEnabled)}function T(e){return Object.assign({isAudioEnabled:!1,isVideoEnabled:!1,isScreenSharingEnabled:!1,isFastScreenSharingEnabled:!1,isAudioSharingEnabled:!1,isAnimojiEnabled:!1},e||{})}var Se=e=>e.stop(),Ce=e=>e.getTracks().forEach(Se),we=e=>e.getVideoTracks().forEach(Se);async function Te(e,t){try{let n=typeof t.width==`number`?t.width:void 0,r=typeof t.height==`number`?t.height:void 0;await e.applyConstraints({...t,...n&&{width:{max:n,ideal:n}},...r&&{height:{max:r,ideal:r}}})}catch(e){R.warn(`setVideoConstraints failed`,e)}}var E=function(e){return e.CANCELED=`CANCELED`,e.REJECTED=`REJECTED`,e.REMOVED=`REMOVED`,e.HUNGUP=`HUNGUP`,e.MISSED=`MISSED`,e.BUSY=`BUSY`,e.FAILED=`FAILED`,e.NETWORK_ERROR=`NETWORK_ERROR`,e.KILLED=`KILLED`,e.BANNED=`BANNED`,e.HAS_ACTIVE_CALL=`HAS_ACTIVE_CALL`,e.CALLER_IS_BLOCKED=`CALLER_IS_BLOCKED`,e.NOT_FRIENDS=`NOT_FRIENDS`,e.CALLEE_IS_OFFLINE=`CALLEE_IS_OFFLINE`,e.CALLER_IS_REJECTED=`CALLER_IS_REJECTED`,e.UNKNOWN_ERROR=`UNKNOWN_ERROR`,e.UNSUPPORTED=`UNSUPPORTED`,e.OLD_VERSION=`OLD_VERSION`,e.SERVICE_DISABLED=`SERVICE_DISABLED`,e.SERVICE_UNAVAILABLE=`SERVICE_UNAVAILABLE`,e.EXTERNAL_API_ERROR=`EXTERNAL_API_ERROR`,e.SOCKET_CLOSED=`SOCKET_CLOSED`,e.ENDED=`ENDED`,e.KILLED_WITHOUT_DELETE=`KILLED_WITHOUT_DELETE`,e.ANOTHER_DEVICE=`ANOTHER_DEVICE`,e.NOT_FOUND=`NOT_FOUND`,e.VCHAT_DETAILED_ERROR=`VCHAT_DETAILED_ERROR`,e.TIMEOUT=`TIMEOUT`,e.PARTICIPANT_LIMIT_REACHED=`PARTICIPANT_LIMIT_REACHED`,e.FAST_START_ERROR=`FAST_START_ERROR`,e.FAST_JOIN_ERROR=`FAST_JOIN_ERROR`,e.CALL_TIMEOUT=`CALL_TIMEOUT`,e}(E||{}),D=class e extends Error{constructor(t,n){super(),g(this,`message`,void 0),g(this,`hangup`,void 0),g(this,`error`,void 0),g(this,`code`,void 0),g(this,`remote`,void 0),g(this,`custom_error`,void 0),this.name=`HangupReason`,this.code=n&&n.code||0,this.remote=n&&n.remote||!1,this.custom_error=n?.custom_error??null,Object.values(E).indexOf(t)>-1?this.hangup=t:this.error=t;let r=[];this.error&&r.push(`error`),this.remote&&r.push(`remote`),this.code&&r.push(`code: ${this.code}`),n&&n.message&&r.push(`message: '${n.message}'`),this.message=t+(r.length?` (${r.join(`, `)})`:``),Error.captureStackTrace&&Error.captureStackTrace(this,e)}},O=class e extends m{static setConversationIdProvider(t){e._conversationIdProvider=t}static create(t,n){e._instance||(e._instance=new e(t,n))}static log(t,n,r=!1){e._instance&&e._instance.log(t,n,r)}static logClientStats(t,n=!1){e._instance&&e._instance.logClientStats(t,n)}static logClientEvent(t,n=!1){e._instance&&e._instance.logClientEvent(t,n)}static destroy(){e._instance&&e._instance.destroy(),e._instance=null}constructor(e,t){super(),g(this,`_externalLogger`,void 0),g(this,`_api`,void 0),g(this,`_batchInterval`,3e3),g(this,`_batchedClientStats`,[]),g(this,`_batchedClientEvents`,[]),g(this,`_batchTimeout`,null),g(this,`_serverTimeDelta`,0),this._api=e,this._externalLogger=t,this._calculateServerTimeDelta()}log(e,t,n=!1){this._externalLogger&&this._externalLogger.log(e,t,n)}logClientStats(e,t=!1){let n=Object.assign(e,{vcid:this._getConversationId(),timestamp:this._now()});Object.keys(n).forEach(e=>{n[e]===void 0&&delete n[e]}),this._batchedClientStats.push(n),(t||!this._batchTimeout)&&this._sendBatch()}logClientEvent(e,t=!1){let n=Object.assign(e,{vcid:this._getConversationId(),timestamp:this._now()});this._batchedClientEvents.push(n),(t||!this._batchTimeout)&&this._sendBatch()}destroy(){this._sendBatch(),this._stopTimeout(),this._externalLogger&&this._externalLogger.destroy()}_getConversationId(){if(e._conversationIdProvider)try{return e._conversationIdProvider()}catch{return null}return null}_sendBatch(){this._stopTimeout();let e=!1;this._batchedClientStats.length>0&&(this._sendClientStats(this._batchedClientStats),this._batchedClientStats=[],e=!0),this._batchedClientEvents.length>0&&(this._sendClientEvents(this._batchedClientEvents),this._batchedClientEvents=[],e=!0),e&&this._startTimeout()}_startTimeout(){this._batchTimeout=window.setTimeout(()=>this._sendBatch(),this._batchInterval)}_stopTimeout(){this._batchTimeout&&(clearTimeout(this._batchTimeout),this._batchTimeout=null)}_sendClientStats(e){this._api.logClientStats(e)}_sendClientEvents(e){this._api.logClientEvents(e)}async _calculateServerTimeDelta(){try{let e=await this._api.getServerTime();this._serverTimeDelta=Date.now()-e}catch{}}_now(){return Date.now()-this._serverTimeDelta}};g(O,`_instance`,void 0),g(O,`_conversationIdProvider`,null);var Ee=function(e){return e.FpsLimit=`fps-limit`,e}({}),De=class extends _{constructor(...e){super(...e),g(this,`FPS_LIMITS`,[13,20,Math.max(w.videoFrameRate,25)]),g(this,`THRESHOLD`,.8),g(this,`HISTORY_LENGTH`,10),g(this,`_fpsMeterUnsubscribe`,null),g(this,`_fpsHistory`,{cursor:0,arr:[]}),g(this,`_fpsLimitCursor`,this.FPS_LIMITS.length-1)}get fpsLimit(){return this.FPS_LIMITS[this._fpsLimitCursor]}watch(e){this._cleanup();try{e&&(this._assertsVideoEffect(e),this._fpsMeterUnsubscribe=e.addFpsMeterListener(this._handleFpsMeter.bind(this)))}catch(e){R.warn(`VideoEffectsFpsLimiter error`,e)}}_handleFpsMeter(e){if(this._fpsHistory.arr[this._fpsHistory.cursor]=e,this._fpsHistory.cursor=(this._fpsHistory.cursor+1)%this.HISTORY_LENGTH,this._fpsHistory.arr.length===this.HISTORY_LENGTH&&this._fpsLimitCursor){let e=this._fpsHistory.arr.reduce((e,t)=>e+t,0)/this.HISTORY_LENGTH,t=this.FPS_LIMITS[this._fpsLimitCursor];e<t*this.THRESHOLD&&(this._fpsLimitCursor=Math.max(0,this._fpsLimitCursor-1)),t!==this.fpsLimit&&this._triggerEvent(`fps-limit`,this.fpsLimit)}}_assertsVideoEffect(e){if(!(`addFpsMeterListener`in e))throw Error(`Outdated VideoEffect version`)}addEventListener(e,t){return super.addEventListener(e,t)}_cleanup(){this._fpsMeterUnsubscribe?.(),this._fpsMeterUnsubscribe=null}destroy(){this._cleanup(),super.unsubscribe()}},Oe=function(e){return e.SOURCE_CHANGED=`SOURCE_CHANGED`,e.SOURCE_READY=`SOURCE_READY`,e.TRACK_REPLACED=`TRACK_REPLACED`,e.SCREEN_STATUS=`SCREEN_STATUS`,e.ANIMOJI_STATUS=`ANIMOJI_STATUS`,e}({}),k=function(e){return e.audio=`audio`,e.video=`video`,e.screen=`screen`,e.audioshare=`audioshare`,e}({}),ke=function(e){return e[e.CAMERA=1]=`CAMERA`,e[e.SCREEN=2]=`SCREEN`,e}({}),Ae=class extends _{constructor(){super(),g(this,`_stream`,null),g(this,`_screenTrack`,null),g(this,`_audioShareTrack`,null),g(this,`_screenShareTrack`,null),g(this,`_sendVideoTrack`,null),g(this,`_cameraVideoTrack`,null),g(this,`_micAudioTrack`,null),g(this,`_audioEffectsTrack`,null),g(this,`_mediaSettings`,T()),g(this,`_lastMediaSettings`,null),g(this,`_videoStatusOnScreenCapturingEnabled`,!1),g(this,`_effect`,null),g(this,`_audioEffectParams`,null),g(this,`_onDeviceChange`,void 0),g(this,`_animojiEnabled`,!1),g(this,`_videoEffectsFpsLimiter`,void 0),g(this,`videoTrackMuteHandler`,()=>{this._mediaSettings.isVideoEnabled&&this.toggleVideo(!0)}),this._initDeviceChangeListener(),w.audioShare&&(this._audioShareTrack=this.getSilentAudioShareTrack()),w.enableVideoEffectsFpsDegradation&&(this._videoEffectsFpsLimiter=new De,this._videoEffectsFpsLimiter.addEventListener(Ee.FpsLimit,this.handleVideoEffectsLowFps.bind(this)))}get cameraVideoTrack(){return this._cameraVideoTrack}set cameraVideoTrack(e){this._cameraVideoTrack&&this._cameraVideoTrack.removeEventListener(`mute`,this.videoTrackMuteHandler),this._cameraVideoTrack=e,this._cameraVideoTrack&&this._cameraVideoTrack.addEventListener(`mute`,this.videoTrackMuteHandler),w.consumerFastScreenShare&&(this._screenShareTrack=this.getBlackScreenShareTrack())}async request(e=[y.AUDIO],t=!0){if(this._stream)return;let n=e.includes(y.VIDEO),r=e.includes(y.AUDIO),i=e.includes(y.ANIMOJI);if(!I.isBrowserSupported())throw new D(v.UNSUPPORTED);try{this._stream=await I.getUserMedia(n,r,t),this.cameraVideoTrack?.stop(),this.cameraVideoTrack=this._stream.getVideoTracks()[0],this._micAudioTrack?.stop(),this._micAudioTrack=this._stream.getAudioTracks()[0],this._audioEffectsTrack?.stop(),this._mediaSettings.isVideoEnabled=n&&this._stream.getVideoTracks().filter(e=>e.enabled).length>0||!1,this._mediaSettings.isAudioEnabled=r&&this._stream.getAudioTracks().filter(e=>e.enabled).length>0||!1,this._mediaSettings.isAnimojiEnabled=i&&!this._mediaSettings.isVideoEnabled||!1,this._animojiEnabled=i,this._triggerEvent(`SOURCE_READY`)}catch(e){throw new D(e)}}getStream(){return this._stream}getScreenTrack(){return this._screenTrack}getSendVideoTrack(e=!1){return this._sendVideoTrack&&!e?this._sendVideoTrack:this._stream?this._stream.getVideoTracks()[0]:null}getSendAudioTrack(){return this._stream?.getAudioTracks().find(e=>!e.contentHint)||null}get isAnimojiRequested(){return this._animojiEnabled&&!this._mediaSettings.isVideoEnabled}addTrackToPeerConnection(e,t,n){let r=this.getStream(),i=this.getSendAudioTrack(),a=this.getSendVideoTrack(n);if(!r||!i&&!a&&!t)throw Error(`No local stream found`);i&&!t&&e.addTrack(i,r),a&&!t&&e.addTrack(a,r)}getMediaSettings(){return this._mediaSettings}get mediaSettings(){return this._mediaSettings}async changeDevice(e){switch(e){case`videoinput`:if(this._mediaSettings.isVideoEnabled)return this._changeVideoInput();break;case`audioinput`:if(this._mediaSettings.isAudioEnabled)return this._changeAudioInput();break;default:return Promise.reject(v.UNKNOWN)}}stopVideoTrack(){this._mediaSettings.isVideoEnabled&&(this._stopEffect(),this._stream&&we(this._stream),this.cameraVideoTrack?.stop())}async setVideoStream(e,t){return t?this._changeScreen(!1,!1,e):this._changeVideoInput(e)}_initDeviceChangeListener(){!navigator.mediaDevices||!navigator.mediaDevices.enumerateDevices||!navigator.mediaDevices.addEventListener||(this._onDeviceChange=async e=>{if(!this._stream)return;let t=I.getSavedMicrophone(),n=I.getSavedCamera(),r=this._mediaSettings.isAudioEnabled&&t?.groupId!==e.microphone?.groupId,i=this._mediaSettings.isVideoEnabled&&n?.groupId!==e.camera?.groupId;try{r&&await this._changeAudioInput(),i&&await this._changeVideoInput()}catch{}},I.addEventListener(`devicechange`,this._onDeviceChange))}_destroyDeviceChangeListener(){this._onDeviceChange&&I.removeEventListener(`devicechange`,this._onDeviceChange)}async _changeVideoInput(e){try{let t=e?`stream`:`video`,n=e||await I._getUserVideo(!!this._effect,this._frameRate);if(this.cameraVideoTrack?.stop(),this.cameraVideoTrack=n.getVideoTracks()[0],!this._stream)Ce(n);else{let e=await this._setEffect(this._effect,this.cameraVideoTrack);O.log(b.DEVICE_CHANGED,t),R.log(`Video stream changed`),await this._replaceLocalTrack(e),this._mediaSettings.isVideoEnabled=!0,this._triggerEvent(`SOURCE_CHANGED`,{kind:`video`})}}catch(e){throw O.log(b.ERROR,`change_video`),R.warn(`Camera change failed`,e),e}}async setAudioStream(e){return this._changeAudioInput(e)}async _changeAudioInput(e=null){try{let t=e||await I.getUserAudio();if(this._micAudioTrack?.stop(),this._micAudioTrack=t.getAudioTracks()[0],!this._stream)Ce(t);else{let e=await this._applyAudioEffect();O.log(b.DEVICE_CHANGED,`audio`),R.log(`Audio stream changed`,e),await this._replaceLocalTrack(e),this._mediaSettings.isAudioEnabled=!0,this._triggerEvent(`SOURCE_CHANGED`,{kind:`audio`})}}catch(e){throw O.log(b.ERROR,`change_audio`),R.error(`Microphone change failed`,e),e}}async _changeScreen(e,t,n){try{if(n=n||await I.getScreenMedia(e,t),!this._stream)Ce(n);else{let r=n.getVideoTracks()[0];if(r.addEventListener(`ended`,()=>{this._mediaSettings.isScreenSharingEnabled&&this.disableScreenCapturing()},!1),O.log(b.DEVICE_CHANGED,`screen`),R.log(`Screen capturing started`),this._screenTrack=r,this._mediaSettings.isScreenSharingEnabled=!0,this._mediaSettings.isFastScreenSharingEnabled=e,w.consumerFastScreenShare&&this._mediaSettings.isFastScreenSharingEnabled&&(r.contentHint=`motion`,this._screenShareTrack=r),n.getAudioTracks().length>0){let e=n.getAudioTracks()[0];e.contentHint=`music`,this._audioShareTrack=e,await this._replaceLocalTrack(e),this._mediaSettings.isAudioSharingEnabled=!0}t&&!this._mediaSettings.isAudioSharingEnabled&&R.debug(`Audio share requested but not captured`),this._triggerEvent(`SCREEN_STATUS`,{track:r}),this._triggerEvent(`SOURCE_CHANGED`,{kind:`screen`})}}catch(e){throw O.log(b.ERROR,`screen`),R.warn(`Screen capturing failed`,e),e}}async _disableScreenCapture(){this._sendVideoTrack&&(this._sendVideoTrack.stop(),this._sendVideoTrack=null),this._screenTrack&&(this._screenTrack.stop(),this._screenTrack=null),this._screenShareTrack&&(this._screenShareTrack.stop(),this._screenShareTrack=this.getBlackScreenShareTrack()),await this.stopAudioShareTrack(),this._mediaSettings.isScreenSharingEnabled&&(this._mediaSettings.isScreenSharingEnabled=!1,this._mediaSettings.isFastScreenSharingEnabled=!1,this._triggerEvent(`SCREEN_STATUS`,{track:null}),this._triggerEvent(`SOURCE_CHANGED`,{kind:`screen`}))}async stopAudioShareTrack(){if(this._audioShareTrack){this._audioShareTrack.stop();let e=this.getSilentAudioShareTrack();await this._replaceLocalTrack(e),this._mediaSettings.isAudioSharingEnabled=!1}}async _applyAudioEffect(){if(!w.audioEffects||!this._audioEffectParams)return w.audioEffects?.pause(),this._micAudioTrack;w.audioEffects.isInitialized||await w.audioEffects.init(),w.audioEffects.resume(),w.audioEffects.setEffects(this._audioEffectParams.effects,this._audioEffectParams.isPreset),w.audioEffects.setSource(this._micAudioTrack);let e=w.audioEffects.outputStream.getAudioTracks()[0];return(!this._audioEffectsTrack||this._audioEffectsTrack.id!==e.id)&&(this._audioEffectsTrack=e),this._audioEffectsTrack}getSilentAudioShareTrack(){let e=I.getSilentMediaTrack();return e.contentHint=`music`,e.stop(),e}getBlackScreenShareTrack(){let e=I.getBlackMediaTrack();return e.contentHint=`motion`,e.stop(),e}async _replaceLocalTrack(e,t){if(!this._stream)return;let n=this._stream.getTracks().find(t=>t.kind===e.kind&&t.contentHint===e.contentHint);n?.id!==e.id&&(n?(n!==this._audioEffectsTrack&&n.stop(),this._stream?.removeTrack(n),this._stream?.addTrack(e),this._triggerEvent(`TRACK_REPLACED`,e,t)):(this._stream.addTrack(e),this._triggerEvent(`TRACK_REPLACED`,e,t)))}async _setEffect(e,t){if(this._videoEffectsFpsLimiter?.watch(w.videoEffects),!w.videoEffects)return t;try{return w.videoEffects.setEffect(e,t)}catch(e){return R.warn(`Video effect failed`,e),t}}_stopEffect(){if(w.videoEffects)try{w.videoEffects.stopEffect()}catch(e){R.warn(`Video effect failed`,e)}}destroy(){this._destroyDeviceChangeListener(),I.releaseFirefoxMicrophonePermissionWarmup(),w.videoEffects&&(this._effect=null,w.videoEffects.destroy()),w.audioEffects&&w.audioEffects.destroy(),this._stream&&(Ce(this._stream),this._stream=null),this.cameraVideoTrack?.stop(),this._micAudioTrack?.stop(),this._audioEffectsTrack?.stop(),this._disableScreenCapture(),I.getAudioContext()?.suspend().catch(e=>R.error(e)),this._videoEffectsFpsLimiter?.destroy()}async stopLocalMedia(){this._mediaSettings.isScreenSharingEnabled&&await this.disableScreenCapturing(),this._stream&&(this._lastMediaSettings={...this._mediaSettings},this._stream.getAudioTracks().length>0&&await this.toggleAudio(!1),this._stream.getVideoTracks().length>0&&await this.toggleVideo(!1),this.cameraVideoTrack=null,this._micAudioTrack=null)}async resumeLocalMedia(){if(!this._lastMediaSettings)return;let e=[];if(this._lastMediaSettings.isAudioEnabled&&(e.push(y.AUDIO),await this.toggleAudio(!0)),await this.request(e),this._lastMediaSettings=null,this._stream)for(let e of this._stream.getTracks())this._triggerEvent(`TRACK_REPLACED`,e)}async toggleScreenCapturing(e){if(e.captureScreen){await this._changeScreen(e.fastScreenSharing,e.captureAudio);return}return this._disableScreenCapture()}async disableScreenCapturing(){return this.toggleScreenCapturing({captureScreen:!1,fastScreenSharing:!1,captureAudio:!1})}async toggleVideo(e){if(!this._stream)return;this.cameraVideoTrack?.stop();let t;if(e){let e=await I._getUserVideo(!!this._effect,this._frameRate);this.cameraVideoTrack=e.getVideoTracks()[0],t=await this._setEffect(this._effect,this.cameraVideoTrack)}else t=I.getBlackMediaTrack(w.videoMinWidth,w.videoMinHeight),this._stopEffect();if(this._mediaSettings.isVideoEnabled=e,await this._replaceLocalTrack(t),this._animojiEnabled){this._triggerEvent(`ANIMOJI_STATUS`,!e);return}this._triggerEvent(`SOURCE_CHANGED`,{kind:`video`})}async toggleAudio(e){if(!this._stream)return;this._micAudioTrack?.stop();let t=async(e,t)=>{await this._replaceLocalTrack(e),this._mediaSettings.isAudioEnabled=t,this._triggerEvent(`SOURCE_CHANGED`,{kind:`audio`})};if(e)try{let e=await I.getUserAudio();this._micAudioTrack=e.getAudioTracks()[0],t(await this._applyAudioEffect(),!0)}catch(e){throw w.audioEffects?.pause(),t(I.getSilentMediaTrack(),!1),typeof e==`string`?Error(e):e}else w.audioEffects?.pause(),t(I.getSilentMediaTrack(),!1)}toggleAnimojiCapturing(e){this._animojiEnabled=e,this._mediaSettings.isVideoEnabled||this._triggerEvent(`ANIMOJI_STATUS`,e)}onAnimojiSender(e){this._mediaSettings.isAnimojiEnabled=e,this._triggerEvent(`SOURCE_CHANGED`,{kind:`video`})}async setResolution({video:e,effect:t}){if(!this._mediaSettings.isVideoEnabled)return;if(!this._stream)throw Error(`Local stream not found`);if(!this.cameraVideoTrack)throw Error(`Local video track not found`);let n=this._effect&&t||e;await this._applyVideoConstraints(this.cameraVideoTrack,n)}getCameraVideoTrack(){return this.cameraVideoTrack}async updateNoiseSuppression(){if(!this._stream||!this._mediaSettings.isAudioEnabled)return;let e=this._stream.getAudioTracks().find(e=>!e.contentHint);if(!e)throw Error(`Local audio track not found`);if(e.enabled)return e.applyConstraints({noiseSuppression:w.noiseSuppression})}async videoEffect(e){if(!w.videoEffects)throw Error(`Video Effects library is not set`);if(O.log(b.DEVICE_CHANGED,`effect_${e?.effect||`none`}`),!this._mediaSettings.isVideoEnabled){this._effect=e;return}if(this._stream&&e!==this._effect&&this.cameraVideoTrack){let t=this._effect;this._effect=e;try{let e=this.cameraVideoTrack.clone(),t=new MediaStream([e]);await this._applyVideoConstraints(e),await this._changeVideoInput(t)}catch(e){this._effect=t;let n=this.cameraVideoTrack.clone(),r=new MediaStream([n]);throw await this._changeVideoInput(r),e}}}async audioEffect(e){if(!w.audioEffects)throw Error(`Audio Effects library is not set`);if(!this._mediaSettings.isAudioEnabled){this._audioEffectParams=e;return}if(this._stream&&(!e&&this._audioEffectParams||e&&!this._audioEffectParams||!C.isArraysEquals(e?.effects||[],this._audioEffectParams?.effects||[]))&&this._micAudioTrack){let t=this._audioEffectParams;this._audioEffectParams=e;try{let e=this._micAudioTrack.clone(),t=new MediaStream([e]);await this._changeAudioInput(t)}catch(e){this._audioEffectParams=t;let n=this._micAudioTrack.clone(),r=new MediaStream([n]);throw await this._changeAudioInput(r),e}}}getAudioShareTrack(){return this._audioShareTrack}handleVideoEffectsLowFps(e){this._mediaSettings.isVideoEnabled&&this.cameraVideoTrack&&e<w.videoFrameRate&&this._applyVideoConstraints(this.cameraVideoTrack).catch(e=>{R.warn(`MediaSource handleVideoEffectsLowFps error`,e)})}get _frameRate(){let e=this._videoEffectsFpsLimiter?.fpsLimit??w.videoFrameRate;return this._effect?Math.min(e,w.videoFrameRate):void 0}async _applyVideoConstraints(e,t){await Te(e,{width:this._effect?w.videoEffectMaxWidth:w.videoMaxWidth,height:this._effect?w.videoEffectMaxHeight:w.videoMaxHeight,...this._frameRate&&{frameRate:{ideal:this._frameRate}},...t})}getScreenShareTrack(){return this._screenShareTrack}},je=class{constructor(){g(this,`_cameraPermissionStatus`,void 0),g(this,`_microphonePermissionStatus`,void 0),g(this,`_listener`,void 0)}static isSupported(){return I.browserName()!==`Firefox`&&`permissions`in navigator&&`PermissionStatus`in window}async init(e){try{let[t,n]=await Promise.all([navigator.permissions.query({name:`camera`}),navigator.permissions.query({name:`microphone`})]);this._cameraPermissionStatus=t,this._microphonePermissionStatus=n,this._listener=e,this._cameraPermissionStatus.onchange=e=>this.handlePermissionChange(e),this._microphonePermissionStatus.onchange=e=>this.handlePermissionChange(e)}catch(e){R.warn(`NavigatorPermissions init error`,e)}}handlePermissionChange(e){let t=e.target;if(t instanceof PermissionStatus){let{name:e,state:n}=t;switch(e){case`audio_capture`:this._listener(`microphone`,n);break;case`video_capture`:this._listener(`camera`,n);break}}}getPermissionState(e){let t=null;switch(e){case`camera`:t=this._cameraPermissionStatus.state;break;case`microphone`:t=this._microphonePermissionStatus.state;break}return t}},A=function(e){return e.WAITING_HALL=`WAITING_HALL`,e.WAIT_FOR_ADMIN=`WAIT_FOR_ADMIN`,e.WAITING=`WAITING`,e.CONNECTING=`CONNECTING`,e.CONNECTED=`CONNECTED`,e.RECONNECT=`RECONNECT`,e.ERROR=`ERROR`,e.HANGUP=`HANGUP`,e.PERMISSIONS=`PERMISSIONS`,e.ONHOLD=`ONHOLD`,e}({});function j(e,...t){let n=w.get(e);typeof n==`function`&&setTimeout(n,0,...t)}function M(e,t,...n){if(w.filterObservers){if(Array.isArray(t)){if(t=t.filter(e=>!e.observer),!t.length)return}else if(t.observer)return}j(e,t,...n)}function N(e){return Object.assign({},e)}function Me(e){return e.slice()}var Ne;(function(e){function t(e,t,n){j(`onLocalStream`,e,N(t),n)}e.onLocalStream=t;function n(e,t,n){j(`onScreenStream`,e,N(t),n)}e.onScreenStream=n;function r(e,t,n){j(`onVmojiStream`,e,N(t),n)}e.onVmojiStream=r;function i(e,t){j(`onVmojiError`,e,t)}e.onVmojiError=i;function a(e,t,n){j(`onLocalStreamUpdate`,N(e),t,n)}e.onLocalStreamUpdate=a;function o(e,t){R.debug(`Local status:`,e),j(`onLocalStatus`,e,t)}e.onLocalStatus=o;function s(e,t,n){M(`onRemoteStream`,e,t,n)}e.onRemoteStream=s;function c(e,t,n){M(`onRemoteLive`,e,t,n)}e.onRemoteLive=c;function l(e,t,n){M(`onLocalLive`,e,t,n)}e.onLocalLive=l;function u(e,t,n){M(`onRemoteLiveUpdate`,e,t,n)}e.onRemoteLiveUpdate=u;function d(e,t,n){M(`onLocalLiveUpdate`,e,t,n)}e.onLocalLiveUpdate=d;function f(e,t,n){M(`onRemoteScreenStream`,e,t,n)}e.onRemoteScreenStream=f;function p(e,t,n){M(`onRemoteVmojiStream`,e,t,n)}e.onRemoteVmojiStream=p;function m(e,t,n,r){M(`onRemoteStreamSuspended`,e,t,n,r)}e.onRemoteStreamSuspended=m;function h(e,t,n,r,i,a){M(`onConversation`,e,N(t),N(n),r,i,a)}e.onConversation=h;function ee(e,t){e&&j(`onConversationParticipantListChunk`,e,t)}e.onConversationParticipantListChunk=ee;function te(e,t,n,r){M(`onRemoteMediaSettings`,e,N(t),n,r)}e.onRemoteMediaSettings=te;function g(e,t,n){M(`onLocalMediaSettings`,e,N(t),n)}e.onLocalMediaSettings=g;function _(e,t,n,r){M(`onRemoteSharedMovieInfo`,e,N(t),n,r)}e.onRemoteSharedMovieInfo=_;function v(e,t,n,r){M(`onRemoteSharedMovieStoppedInfo`,e,N(t),n,r)}e.onRemoteSharedMovieStoppedInfo=v;function y(e,t,n,r){M(`onLocalSharedMovieInfo`,e,N(t),n,r)}e.onLocalSharedMovieInfo=y;function b(e,t,n,r){M(`onLocalSharedMovieStoppedInfo`,e,N(t),n,r)}e.onLocalSharedMovieStoppedInfo=b;function x(e,t,n,r){M(`onRemoteSharedUrl`,e,t,n,r)}e.onRemoteSharedUrl=x;function S(e,t,n){M(`onParticipantAdded`,e,t,n)}e.onParticipantAdded=S;function ne(e,t,n){M(`onParticipantJoined`,e,t,n)}e.onParticipantJoined=ne;function re(e,t=!1,n){j(`onLocalParticipantState`,N(e),t,n)}e.onLocalParticipantState=re;function ie(e,t,n,r){M(`onRemoteParticipantState`,e,N(t),n,r)}e.onRemoteParticipantState=ie;function ae(e,t,n){j(`onRemoteParticipantsState`,e,t,n)}e.onRemoteParticipantsState=ae;function oe(e,t,n=null,r){R.debug(`Remote status:`,t,e),M(`onRemoteStatus`,e,t,n,r)}e.onRemoteStatus=oe;function se(e){j(`onPermissionsRequested`,e)}e.onPermissionsRequested=se;function ce(e,t,n){j(`onPermissionsError`,e,t,n)}e.onPermissionsError=ce;function le(e,t,n){M(`onRemoteRemoved`,e,t,n)}e.onRemoteRemoved=le;function ue(e,t,n,r){j(`onCallState`,e,t,N(n),r)}e.onCallState=ue;function de(e,t,n){j(`onDeviceSwitched`,e,t,n)}e.onDeviceSwitched=de;function fe(e,t,n,r=!1,i=!1,a=null,o=null,s,c,l=null,u){let d=c?Me(c):void 0;j(`onMuteStates`,N(e),Me(t),Me(n),r,i,a,o,s,d,l,u)}e.onMuteStates=fe;function pe(e,t,n=!1,r){M(`onRolesChanged`,e,Me(t),n,r)}e.onRolesChanged=pe;function me(e,t=!1,n){j(`onLocalRolesChanged`,Me(e),t,n)}e.onLocalRolesChanged=me;function he(e,t,n,r,i){M(`onPinnedParticipant`,e,t,n,r,i)}e.onPinnedParticipant=he;function C(e,t,n){j(`onLocalPin`,e,t,n)}e.onLocalPin=C;function ge(e,t){j(`onOptionsChanged`,Me(e),t)}e.onOptionsChanged=ge;function _e(e){j(`onCallAccepted`,e)}e.onCallAccepted=_e;function ve(e){j(`onCallActive`,e)}e.onCallActive=ve;function ye(e,t,n){M(`onAcceptedCall`,e,t,n)}e.onAcceptedCall=ye;function be(e){j(`onRateNeeded`,e)}e.onRateNeeded=be;function w(e,t){M(`onSpeakerChanged`,e,t)}e.onSpeakerChanged=w;function xe(e,t){j(`onVolumesDetected`,Me(e),t)}e.onVolumesDetected=xe;function T(e,t,n){j(`onLocalVolume`,e,t,n)}e.onLocalVolume=T;function Se(e,t,n){j(`onJoinStatus`,e,t,n)}e.onJoinStatus=Se;function Ce(e,t){j(`onHangup`,e,t)}e.onHangup=Ce;function we(e,t){j(`onMultipartyChatCreated`,N(e),t)}e.onMultipartyChatCreated=we;function Te(e){j(`onDeviceChange`,e)}e.onDeviceChange=Te;function E(e,t){j(`onFingerprintChange`,e,t)}e.onFingerprintChange=E;function D(e){j(`onTokenExpired`,e)}e.onTokenExpired=D;function O(e,t,n=!1,r){j(`onChatMessage`,e,t,n,r)}e.onChatMessage=O;function Ee(e,t,n=!1,r){j(`onCustomData`,e,t,n,r)}e.onCustomData=Ee;function De(e,t,n,r,i,a,o=null,s){j(`onRecordStarted`,e,t,n,r,i,a,o,s)}e.onRecordStarted=De;function Oe(e=null,t,n){j(`onRecordStopped`,e,t,n)}e.onRecordStopped=Oe;function k(e,t){j(`onLocalNetworkStatusChanged`,e,t)}e.onLocalNetworkStatusChanged=k;function ke(e,t){j(`onNetworkStatusChanged`,e,t)}e.onNetworkStatusChanged=ke;function Ae(e,...t){j(`onDebugMessage`,e,...t)}e.onDebugMessage=Ae;function je(e,t,n){j(`onStatistics`,Object.assign({},e,{memory:t}),n)}e.onStatistics=je;function A(e){j(`onAutoplayError`,e)}e.onAutoplayError=A;function Ne(e,t,n,r,i,a){j(`onChatRoomUpdated`,e,t,n,r,i,a)}e.onChatRoomUpdated=Ne;function P(e,t){j(`onPromoted`,e,t)}e.onPromoted=P;function Pe(e,t){j(`onRemoteMixedAudioStream`,e,t)}e.onRemoteMixedAudioStream=Pe;function Fe(e,t){j(`onJoinLinkChanged`,e,t)}e.onJoinLinkChanged=Fe;function Ie(e,t){j(`onRoomsUpdated`,e,t)}e.onRoomsUpdated=Ie;function Le(e,t,n,r,i){j(`onRoomUpdated`,e,t,n,r,i)}e.onRoomUpdated=Le;function Re(e,t){j(`onRoomParticipantsUpdated`,e,t)}e.onRoomParticipantsUpdated=Re;function ze(e,t){j(`onRoomSwitched`,e,t)}e.onRoomSwitched=ze;function Be(e,t){j(`onRoomStart`,e,t)}e.onRoomStart=Be;function Ve(e,t=null,n){j(`onFeedback`,e,t,n)}e.onFeedback=Ve;function He(e,t){j(`onFeaturesPerRoleChanged`,e,t)}e.onFeaturesPerRoleChanged=He;function Ue(e,t){j(`onParticipantVmojiUpdate`,e,t)}e.onParticipantVmojiUpdate=Ue;function We(e,t,n){j(`onAsrSet`,e,t,n)}e.onAsrSet=We;function Ge(e,t,n,r){j(`onAsrStarted`,e,t,n,r)}e.onAsrStarted=Ge;function Ke(e,t){j(`onAsrStopped`,e,t)}e.onAsrStopped=Ke;function qe(e,t,n,r,i){j(`onAsrTranscription`,e,t,n,r,i)}e.onAsrTranscription=qe;function Je(e,t,n){j(`onParticipantIdChanged`,e,t,n)}e.onParticipantIdChanged=Je;function Ye(e,t){j(`onVideoSuspendSuggest`,e,t)}e.onVideoSuspendSuggest=Ye;function Xe(e,t){j(`onSignalingMessage`,typeof e==`string`?e:N(e),t)}e.onSignalingMessage=Xe;function Ze(e,t){j(`onPromotionApproved`,e,t)}e.onPromotionApproved=Ze;function Qe(e){j(`onPeerRegistered`,e)}e.onPeerRegistered=Qe})(Ne||(Ne={}));var P=Ne,Pe=`_okcls_`,Fe=(()=>{try{let e=Date.now().toString(),t=window.localStorage,n=!1;return t.setItem(e,e),n=t.getItem(e)===e,t.removeItem(e),n?t:null}catch{return null}})();function Ie(e){let t=Fe?Fe.getItem(Pe+e):null;if(t===null)return null;try{return JSON.parse(t)}catch{return null}}function Le(e,t){try{Fe&&Fe.setItem(Pe+e,JSON.stringify(t))}catch{}}function Re(e){Fe&&Fe.removeItem(Pe+e)}var ze;(function(e){function t(e){return Ie(e)||null}e.get=t;function n(e,t){Le(e,t)}e.set=n;function r(e){Re(e)}e.remove=r})(ze||(ze={}));var Be=ze,Ve=null,He=null,Ue=null,We=[],Ge=[],Ke=[],qe=null,Je=null,Ye=null,Xe=!1,Ze=!1,Qe,$e,et,tt=null,nt=null,rt=``,it=null,at=[],ot=null,st=navigator.appVersion,ct=navigator.appName,lt=navigator.userAgent,ut={},dt=function(e){return e.USER=`user`,e.ENVIRONMENT=`environment`,e}({});(function(e){function t(e){return Object.values(dt).includes(e)}e.contains=t})(dt||(dt={}));var ft=class{constructor(e,t=!1,n=w.videoMaxWidth,r=w.videoMaxHeight,i=w.videoFrameRate){g(this,`audio`,void 0),g(this,`video`,void 0),g(this,`needVideo`,void 0),g(this,`lastSimplifyWasReached`,void 0),g(this,`supportedConstraints`,void 0),g(this,`isVideoRequested`,()=>this.needVideo),this.supportedConstraints=navigator.mediaDevices.getSupportedConstraints();let a=!1;if(e){a={noiseSuppression:w.noiseSuppression,echoCancellation:!0,autoGainControl:!0};let t=F.getMicrophones(),n,r;if(Je&&(r=Je.groupId,n=Je.deviceId),typeof e==`string`)r=t.find(t=>t.deviceId===e)?.groupId,n=e;else if(!Je&&F.os()===`MacOS`&&t.find(e=>e.label.includes(`iPhone`))){let e=t.find(e=>!e.label.includes(`Virtual`)&&!e.label.includes(`iPhone`));e&&(r=e.groupId,n=e.deviceId)}r&&this.supportedConstraints.groupId?a.groupId={exact:r}:n&&(a.deviceId={exact:n})}let o=!1;if(t){o={width:{min:w.videoMinWidth,max:n,ideal:n},height:{min:w.videoMinHeight,max:r,ideal:r},aspectRatio:{ideal:w.videoAspectRatio},frameRate:{ideal:i}};let e=F.getCameras(),a,s;if(qe&&(s=qe.groupId,a=qe.deviceId),typeof t==`string`)s=e.find(e=>e.deviceId===t)?.groupId,a=t;else if(!qe&&F.os()===`MacOS`&&e.find(e=>e.label.includes(`iPhone`))){let t=e.find(e=>!e.label.includes(`Virtual`)&&!e.label.includes(`iPhone`));t&&(s=t.groupId,a=t.deviceId)}s&&this.supportedConstraints.groupId?o.groupId={exact:s}:a&&(o.deviceId={exact:a}),w.videoFacingMode&&(o.facingMode={ideal:w.videoFacingMode},delete o.deviceId,delete o.groupId)}this.audio=a,this.video=o,this.needVideo=!!o,this.lastSimplifyWasReached=!1}getNative(){return Object.assign({},{audio:this.audio,video:this.video})}simplify(){return typeof this.video==`object`&&(this.video.width||this.video.height?(delete this.video.width,delete this.video.height):this.video.aspectRatio?delete this.video.aspectRatio:this.video.frameRate?delete this.video.frameRate:(this.video.deviceId||this.video.groupId||this.video.facingMode)&&(delete this.video.deviceId,delete this.video.groupId,delete this.video.facingMode)),typeof this.audio==`object`&&(this.audio.echoCancellation||this.audio.autoGainControl||this.audio.noiseSuppression?(delete this.audio.echoCancellation,delete this.audio.autoGainControl,delete this.audio.noiseSuppression):(this.audio.deviceId||this.audio.groupId)&&(delete this.audio.deviceId,delete this.audio.groupId)),this.video===!0&&this.audio===!0?this.video=!1:this.video===!1&&this.audio===!0?(this.audio=!1,this.video=this.needVideo):this.video===!0&&this.audio===!1&&(this.video=!1),this.video&&!Object.keys(this.video).length&&(this.video=!0),this.audio&&!Object.keys(this.audio).length&&(this.audio=!0),!this.audio&&!this.video&&(this.lastSimplifyWasReached=!0,this.audio=!this.isVideoRequested(),this.video=this.isVideoRequested()),this}canSimplify(){let e=typeof this.video==`object`&&(this.video.width||this.video.height||this.video.aspectRatio||this.video.frameRate||this.video.facingMode||this.video.deviceId||this.video.groupId)||this.video;return!!(typeof this.audio==`object`&&(this.audio.deviceId||this.audio.groupId||this.audio.noiseSuppression||this.audio.echoCancellation||this.audio.autoGainControl)||this.audio||e)&&!this.lastSimplifyWasReached}isVideo(){return!!this.video}isAudio(){return!!this.audio}},pt=class extends ft{constructor(e,t,n,r){if(super(!1,!0),g(this,`captureController`,void 0),this.captureController=`CaptureController`in window?new CaptureController:null,typeof this.video==`object`?(delete this.video.deviceId,delete this.video.groupId,delete this.video.aspectRatio,delete this.video.frameRate,delete this.video.facingMode):this.video={},this.video.cursor=`motion`,this.video.width=e,this.video.height=t,this.video.frameRate=n,this.video.displaySurface=w.displaySurface,F.browserName()===`Safari`){let n=Number(F.browserVersion());n===16?(this.video.width={max:e},this.video.height={max:t}):n===17&&(delete this.video.width,delete this.video.height)}r&&(this.audio={noiseSuppression:!1,echoCancellation:!1,autoGainControl:!1})}getNative(){return Object.assign(super.getNative(),{systemAudio:w.audioShareSystemInclude?`include`:`exclude`,windowAudio:w.audioShareWindowInclude?`include`:`exclude`,controller:this.captureController})}},mt=class e{constructor(){g(this,`_lockId`,Math.round(Math.random()*99998)+1)}busy(){if(e._lockId)throw O.log(b.ERROR,`change_device`),R.warn(`Device change failed: MediaSource is busy`),Error(`MediaSource is busy`);e._lockId=this._lockId}free(){e._lockId===this._lockId&&(e._lockId=0)}};g(mt,`_lockId`,0);async function ht(){Ze=!1,Xe=!1,Ve=null;let e={camera:F.getSavedCamera(),microphone:F.getSavedMicrophone(),output:F.getSavedOutput()};await _t(),gt(`devicechange`,e),P.onDeviceChange()}function gt(e,...t){if(ut[e])for(let n of ut[e])n(...t)}async function _t(){return Ve||(!navigator.mediaDevices||!navigator.mediaDevices.enumerateDevices?[]:(!He&&navigator.mediaDevices.addEventListener&&(He=C.debounce(ht,w.enumerateDevicesDelay),navigator.mediaDevices.addEventListener(`devicechange`,He)),!Ue&&je.isSupported()&&(Ue=new je,await Ue.init((e,t)=>{switch(t){case`denied`:case`prompt`:He?.();break}})),Ve=navigator.mediaDevices.enumerateDevices().then(e=>{We=e.filter(e=>e.kind===`videoinput`?(e.label&&(Xe=!0),!0):!1),Ge=e.filter(e=>e.kind===`audioinput`?(e.label?Ze=!0:F.isMobile()&&F.browserName()===`Firefox`&&(Ze=Xe),!0):!1),Ke=e.filter(e=>e.kind===`audiooutput`);let t=qe?.deviceId??Be.get(`videoinput`),n=Je?.deviceId??Be.get(`audioinput`),r=Ye?.deviceId??Be.get(`audiooutput`);return qe=We.find(e=>e.deviceId===t)||null,Je=Ge.find(e=>e.deviceId===n)||null,Ye=Ke.find(e=>e.deviceId===r)||Ke[0]||null,Ve=Promise.resolve(e),e}).catch(()=>(Ve=null,[]))))}async function vt(){if(`userAgentData`in navigator)try{let{platformVersion:e}=await navigator.userAgentData.getHighEntropyValues([`platformVersion`]);if(!e){R.warn(`Can't to get OS version`);return}let t=parseInt(e.split(`.`)[0]);it=isNaN(t)?null:t}catch(e){R.warn(`Failed to get OS version`,e)}}function yt(e){if(qe&&Je)return;let t=(e,t)=>{let n=t.getSettings()?.deviceId;return e.find(e=>e.deviceId===n||e.label===t.label)||null};e?.getTracks().forEach(e=>{!Je&&e.kind===k.audio?Je=t(F.getMicrophones(),e):!qe&&e.kind===k.video&&(qe=t(F.getCameras(),e))})}async function bt(e,t){R.debug(`Try to get media`,JSON.parse(JSON.stringify(e.getNative()))),F.releaseFirefoxMicrophonePermissionWarmup();let n=(!e.isVideo()||F.hasCameraPermission())&&(!e.isAudio()||F.hasMicrophonePermission());!n&&!t&&P.onPermissionsRequested();let r=new mt;try{r.busy();let t=await navigator.mediaDevices.getUserMedia(e.getNative());return r.free(),n||await ht(),yt(t),t}catch(n){switch(r.free(),R.error(`getUserMedia error`,n),n.name){case`PermissionDeniedError`:case`PermissionDismissedError`:case`NotAllowedError`:case`SecurityError`:case`DOMException`:case`NotFoundError`:t=e.isVideoRequested()?v.CAMERA_PERMISSION:v.MIC_PERMISSION;break;case`OverconstrainedError`:t=v.OVERCONSTRAINED;break;case`TypeError`:t=v.UNKNOWN;break;case`AbortError`:case`NotReadableError`:t=e.isVideoRequested()?v.CAMERA_ACCESS:v.MIC_ACCESS;break;case`Error`:if(n.message===`MediaSource is busy`){t=e.isVideoRequested()?v.CAMERA_ACCESS:v.MIC_ACCESS;break}}if(e.canSimplify())return bt(e.simplify(),t);let i=t||v.UNKNOWN;throw P.onPermissionsError(i,n),i}}async function xt(){if(!(tt||F.browserName()!==`Firefox`||!navigator.mediaDevices?.getUserMedia))try{F.hasMicrophonePermission()||P.onPermissionsRequested(),tt=await navigator.mediaDevices.getUserMedia({audio:!0,video:!1})}catch(e){R.warn(`Firefox microphone permission warmup failed`,e)}}async function St(e){R.debug(`Try to get screen`,JSON.parse(JSON.stringify(e.getNative())));let t=new mt;try{t.busy();let n=await navigator.mediaDevices.getDisplayMedia(e.getNative()),r=n?.getVideoTracks()[0];if(r){let t=r.getSettings()?.displaySurface;if(R.debug(`Got display media track: ${r.id} (${t})`),r.contentHint=`text`,e.captureController&&(t===`browser`||t===`window`))try{e.captureController.setFocusBehavior(`no-focus-change`)}catch(e){R.warn(`Failed to set focus behavior`,e)}}return n}catch(e){switch(e.name){case`PermissionDeniedError`:case`NotAllowedError`:case`SecurityError`:throw v.SCREEN_PERMISSION;default:throw v.SCREEN_ACCESS}}finally{t.free()}}function Ct(){return at.length||(at=(()=>{let e,t=!1,n=0,r=`0`,i=lt.match(/(opera|chrome|safari|firefox|msie|trident(?=\/))\/?\s*(\d+)/i)||[];if(/trident/i.test(i[1]))return e=/\brv[ :]+(\d+)/g.exec(lt),[`IE`,e&&e[1]||`Unknown`,t,n,r];if(i[1]===`Safari`){if(e=lt.match(/\bEdge\/(\d+)/),e)return[`Edge`,e[1]||`Unknown`,t,n,r];if(e=lt.match(/\bCriOS\/(\d+)/),e)return[`Chrome`,e[1],!0,Number(e[1]),r];if(e=lt.match(/\bFxiOS\/(\d+)/),e)return[`Firefox`,e[1],!1,n,r];if(e=lt.match(/\bYaBrowser\/(\d+)/),e)return[`Yandex`,e[1],!1,n,r];if(e=lt.match(/\bOPT\/(\d+)/),e)return[`Opera`,e[1],!1,n,r]}if(i[1]===`Chrome`){if(t=!0,n=Number(i[2]),e=lt.match(/\bOPR\/(\d+)/),e)return[`Opera`,e[1]||`Unknown`,t,n,r];if(e=lt.match(/\bYaBrowser\/(\d+)/),e)return[`Yandex`,e[1]||`Unknown`,t,n,r];if(e=lt.match(/\bSferum\/((\d+)(?:\.\d+)*)/),e)return[`Sferum`,e[1]||`Unknown`,t,n,r];if(e=lt.match(/\bEdge?\/(\d+)/),e)return[`Edge`,e[1]||`Unknown`,t,n,r];if(window.opr!==void 0&&/^(.+\.)?ok.ru$/.test(window.location.host))return[`Opera`,`Hidden`,t,n,r]}return e=lt.match(/version\/(\d+)(?:(?:\.)(\d+))?/i),e&&e[2]!==void 0&&(r=e[2]),[i[2]?i[1]:ct,e&&e[1]||i[2]||st,t,n,r]})()),at}var F;(function(e){async function t(){await _t(),await vt()}e.init=t;function n(){return We}e.getCameras=n;function r(){return Ge}e.getMicrophones=r;function i(){return Ke}e.getOutput=i;function a(){return We.length>0}e.hasCamera=a;function o(){return Ge.length>0}e.hasMicrophone=o;function s(){return qe}e.getSavedCamera=s;function c(){return Je}e.getSavedMicrophone=c;function l(){return Ye}e.getSavedOutput=l;function u(){return w.videoFacingMode}e.getVideoFacingMode=u;function d(){return Xe}e.hasCameraPermission=d;function f(){return Ze}e.hasMicrophonePermission=f;function p(){return Ue?.getPermissionState(`microphone`)??null}e.getMicrophonePermissionState=p;function m(e=!1){return f()?a()&&e?d():!0:!1}e.hasPermissions=m;function h(){tt&&(Ce(tt),tt=null)}e.releaseFirefoxMicrophonePermissionWarmup=h;async function ee(e=!1,t=!0,n=!0){!e&&!t?await xt():F.releaseFirefoxMicrophonePermissionWarmup();let r=o()&&t,i=a()&&e,s;if(!r&&!i)s=new MediaStream;else try{s=await bt(new ft(r,i))}catch{s=new MediaStream}return!s.getVideoTracks().length&&n&&s.addTrack(F.getBlackMediaTrack()),!s.getAudioTracks().length&&n&&s.addTrack(F.getSilentMediaTrack()),s}e.getUserMedia=ee;async function te(e,t){return St(new pt(e&&!w.consumerFastScreenShare?w.fastScreenShareWidth:window.screen.width,e&&!w.consumerFastScreenShare?w.fastScreenShareHeight:window.screen.height,w.getScreenFrameRate(e),t))}e.getScreenMedia=te;async function g(e=!1,t){return bt(new ft(!1,!0,e?w.videoEffectMaxWidth:w.videoMaxWidth,e?w.videoEffectMaxHeight:w.videoMaxHeight,t))}e._getUserVideo=g;async function _(e,t){let n=t?.width||w.videoMaxWidth,r=t?.height||w.videoMaxHeight;return bt(new ft(!1,e||!0,n,r))}e.getUserVideo=_;async function v(e){return bt(new ft(e||!0,!1))}e.getUserAudio=v;async function y(e,t){let[n]=e.getVideoTracks();if(!n)throw Error(`Video track not found in stream`);return Te(n,t)}e.setResolution=y;async function b(e,t){let n=(await _t()).find(n=>n.kind===e&&n.deviceId===t);return n?(e===`videoinput`?qe=n:e===`audioinput`?Je=n:e===`audiooutput`&&(Ye=n),Be.set(e,t),n):null}e._saveDeviceId=b;function x(){if(!et||et.readyState===`ended`){let e=F.getAudioContext(),t=e.createMediaStreamDestination(),n=e.createGain();n.gain.value=1e-5,n.connect(t),n.connect(e.destination);let r=e.createOscillator();r.type=`sine`,r.frequency.value=0,r.connect(n),r.start(),et=t.stream.getAudioTracks()[0]}return Object.assign(et.clone(),{enabled:!1})}e.getSilentMediaTrack=x;function S(e=w.videoMinWidth,t=w.videoMinHeight){$e||($e=document.createElement(`canvas`)),$e.width=e,$e.height=t;let n=$e.getContext(`2d`);return n.rect(0,0,e,t),n.fillStyle=`black`,n.fill(),(!Qe||Qe.readyState===`ended`)&&(Qe=$e.captureStream(w.videoFrameRate).getVideoTracks()[0]),Object.assign(Qe.clone(),{enabled:!1})}e.getBlackMediaTrack=S;function ne(){if(pe()===`Edge`&&Number(me())<70)return!1;try{let e=window;return`mediaDevices`in e.navigator&&`getUserMedia`in e.navigator.mediaDevices&&e.RTCPeerConnection&&e.RTCIceCandidate&&e.RTCSessionDescription&&e.HTMLCanvasElement&&e.HTMLCanvasElement.prototype.captureStream&&e.RTCRtpSender&&e.RTCRtpSender.prototype.replaceTrack&&e.RTCRtpSender.prototype.getParameters&&`sendBeacon`in navigator&&!0||!1}catch{return!1}}e.isBrowserSupported=ne;function re(){return!!navigator.mediaDevices.getDisplayMedia}e.isScreenCapturingSupported=re;function ie(){let e=F.browserName()===`Safari`&&F.browserVersion()===`15`&&F.browserSubVersion()===`1`,t=F.browserName()===`Opera`,n=F.browserName()===`Yandex`;return e||t||n}e.isBrokenH264Decoder=ie;function ae(){return F.browserName()===`Yandex`&&F.os()===`Windows`||w.simulcast}e.isBrokenVP9Encoder=ae;function oe(){let e=F.browserName()===`Safari`&&Number(F.browserVersion())===17&&[4,5,6].includes(Number(F.browserSubVersion())),t=F.os()===`Windows`&&F.osVersion()===10;return e||t}e.isBrokenVP9Decoder=oe;function se(){return F.browserName()===`Firefox`&&Number(F.browserVersion())<60}e.isOldDataChannelDescription=se;function ce(){return!(F.baseChromeVersion()&&F.isMobile())}e.canPreferH264=ce;function le(){return!(F.browserName()===`Firefox`||F.browserName()===`Safari`)}e.isSimulcastSupportedByBrowser=le;function ue(){return rt||(rt=(()=>{let e={Windows:/Win/,Android:/Android/,OpenBSD:/OpenBSD/,SunOS:/SunOS/,Linux:/(Linux|X11)/,iPad:/(iPad)/,iPhone:/(iPhone)/,iPod:/(iPod)/,MacOS:/(MacPPC|MacIntel|Mac_PowerPC|Macintosh|Mac OS X)/,QNX:/QNX/,UNIX:/UNIX/,BeOS:/BeOS/,OS2:/OS\/2/,Bot:/(nuhk|Googlebot|Yammybot|Openbot|Slurp|MSNBot|Ask Jeeves\/Teoma|ia_archiver)/};for(let t in e)if(Object.hasOwn(e,t)&&e[t].test(lt))return t;return`Unknown`})()),rt}e.os=ue;function de(){return it}e.osVersion=de;function fe(){return nt===null&&(nt=/Mobile|mini|Fennec|Android|iP(ad|od|hone)/.test(st)),nt}e.isMobile=fe;function pe(){return Ct()[0]}e.browserName=pe;function me(){return Ct()[1]}e.browserVersion=me;function he(){return Ct()[3]}e.baseChromeVersion=he;function C(){return ot||(ot=new(window.AudioContext||window.webkitAudioContext)),ot.resume().catch(()=>{R.warn(`Failed to resume AudioContext`)}),ot}e.getAudioContext=C;function ge(){return Ct()[4]}e.browserSubVersion=ge;function _e(){return F.baseChromeVersion()>=105&&!F.isMobile()}e.isAudioShareSupported=_e;function ve(e,t){ut[e]||(ut[e]=[]),ut[e].push(t)}e.addEventListener=ve;function ye(e,t){if(ut[e])if(!t)delete ut[e];else{let n=ut[e].indexOf(t);n>-1&&ut[e].splice(n,1)}}e.removeEventListener=ye})(F||(F={}));var I=F,wt=class e{static get startTime(){return e._list[0]?.t||0}static get endTime(){let t=e._list;return t[t.length-1]?.t||0}static startSession(){e._list=[]}static get conversationId(){return e._conversationId}static set conversationId(t){e._conversationId=t}static add(t){e._list.push(t)}static _createContextLogs(){let e=[[`Calls SDK ${w.sdkVersion}`,w.toJSON()],[`UserAgent:`,navigator.userAgent],[`Screen resolution:`,`${window.screen.width}x${window.screen.height}`],[`Permissions:`,`Camera: ${I.hasCameraPermission()}, Mic: ${I.hasMicrophonePermission()}`]],t=new Date,n=t.getTime(),r=t.toLocaleString(`ru-RU`,{dateStyle:`short`,timeStyle:`long`});return e.map(e=>({h:r,t:n,l:`LOG`,d:e}))}static collectLogs(){let t=e._list;return t.length===0?[]:[...e._createContextLogs(),...t]}};g(wt,`_list`,[]),g(wt,`_conversationId`,null);var Tt=class{constructor(){g(this,`_items`,[])}get length(){return this._items.length}push(...e){this._items.push(...e)}merge(e){this._items.push(...e._items)}shift(){return this._items.shift()||null}bisect(){let e=this.length>1?Math.floor(this.length/2):1;this._items=this._items.slice(e)}head(){return this._items[0]||null}tail(){let e=this._items.length;return e?this._items[e-1]:null}clear(){this._items=[]}toString(){return this._items.length?JSON.stringify(this._items,(e,t)=>t instanceof Error?String(t):t):``}},Et=2*1024*1024,Dt=512*1024,Ot=100*1024,kt=5,At=`_okcls_logs_session_`,jt=3e4,Mt=class{constructor(){g(this,`_items`,[]),g(this,`_itemsSize`,0),g(this,`_storageSize`,Et);try{let e=window.localStorage;for(let t of Object.keys(e)){if(t.indexOf(At)!==0)continue;let n=e.getItem(t);if(!n){Ft(t);continue}let r=Pt(n);this.add(t,r)}}catch(e){console.error(`Storage is blocked`,e),this._storageSize=0}this._items.sort((e,t)=>e.date-t.date),this.cleanup(Ot)}get size(){return this._itemsSize}get length(){return this._items.length}get available(){return Math.max(this._storageSize-this._itemsSize,0)}get items(){return this._items}set storageSize(e){this._storageSize=Math.min(e,this._storageSize,Et)}add(e,t){let n=parseInt(e.replace(At,``),10);this._itemsSize+=t,this._items.push({key:e,size:t,date:n})}deleteOldestItem(){let e=this._items.shift();e&&(Ft(e.key),this._itemsSize-=e.size)}cleanup(e){for(;this.length&&(this.size>Et||this.length>kt-1||this.size+e>this.available);)this.deleteOldestItem()}};function Nt(){return`${At}${Date.now()}`}function Pt(e){return new Blob([e]).size}function Ft(e){try{window.localStorage.removeItem(e)}catch(e){console.error(`Failed to remove log from storage`,e)}}function It(){let e=Ht.toString();if(!L.available||!e)return;let t=Pt(e);if(t>Dt){Ht.bisect(),It();return}L.cleanup(Ot+t);try{window.localStorage.setItem(Ut,e)}catch(e){if(console.warn(`Failed to write log to storage`,e),L.storageSize=L.size+t,L.cleanup(Ot+t),L.available>=Ot+t){It();return}if(t>Ot){Ht.bisect(),It();return}L.storageSize=0;return}t>Dt&&(L.add(Ut,t),Ut=Nt(),Ht.clear(),L.cleanup(Ot))}function Lt(){!L.available||!Ht.length||It()}function Rt(e=!1){let t=[];try{let e=window.localStorage;for(let n of L.items){let r=e.getItem(n.key);t.push(r)}let n=Ht.toString();n&&t.push(n)}catch(e){console.error(`Storage is blocked`,e)}let n=`[${t.join(`,`)}]`;if(e)return n;let r=`logs_${Date.now()}.json`;return zt(n,r),r}function zt(e,t){let n=document.createElement(`a`),r=new Blob([e],{type:`text/json`});n.href=URL.createObjectURL(r),n.download=t,n.click()}function Bt(e,t){if(!L.available)return;let n=new Date,r={t:n.getTime(),l:e,d:t,h:n.toLocaleString(`ru-RU`,{dateStyle:`short`,timeStyle:`long`})};Ht.push(r),wt.add(r),Wt||(Wt=window.setTimeout(()=>{Wt=null,Lt()},jt))}function Vt(){L||(L=new Mt,Ht=new Tt,Ut=Nt(),window.addEventListener(`beforeunload`,Lt))}var L,Ht,Ut,Wt=null;window.__VKCallsSDKLogs__=(e=!1)=>(L||Vt(),Lt(),Rt(e));var Gt=function(e){return e.DEBUG=`DEBUG`,e.LOG=`LOG`,e.WARN=`WARN`,e.ERROR=`ERROR`,e}({}),Kt;(function(e){let t=`📞`,n=(e,...t)=>{P.onDebugMessage(e,...t)},r=!1,i=(e,t)=>(...n)=>{e(...n),Bt(t,n)},a=console.debug.bind(console,t),o=console.log.bind(console,t),s=console.warn.bind(console,t),c=console.error.bind(console,t),l=n.bind(null,`DEBUG`),u=n.bind(null,`LOG`),d=n.bind(null,`WARN`),f=n.bind(null,`ERROR`),p=l,m=u,h=d,ee=f;function te(...e){p(...e)}e.debug=te;function g(...e){m(...e)}e.log=g;function _(...e){h(...e)}e.warn=_;function v(...e){ee(...e)}e.error=v;function y(){return r}e.enabled=y;function b(e){r=e,w.debugLog&&Vt(),e?(p=w.debugLog?i(a,`DEBUG`):a,m=w.debugLog?i(o,`LOG`):o,h=w.debugLog?i(s,`WARN`):s,ee=w.debugLog?i(c,`ERROR`):c):(p=w.debugLog?i(l,`DEBUG`):l,m=w.debugLog?i(u,`LOG`):u,h=w.debugLog?i(d,`WARN`):d,ee=w.debugLog?i(f,`ERROR`):f)}e.toggle=b;function x(e,...t){switch(e){case`DEBUG`:te(...t);break;case`LOG`:g(...t);break;case`WARN`:_(...t);break;case`ERROR`:v(...t);break}}e.send=x;function S(e,...t){}e.test=S})(Kt||(Kt={}));var R=Kt,z=new class{constructor(){g(this,`_conversations`,new Map),g(this,`_activeId`,null),g(this,`_mutex`,!1)}add(e){if(this._conversations.has(e.id))throw Error(`CallRegistry: conversation ${e.id} already exists`);this._conversations.set(e.id,e)}remove(e){if(!this._mutex&&(e&&this._conversations.delete(e),this._activeId===e))if(this._conversations.size>0){let[e]=[...this._conversations][0];try{this.setActive(e)}catch{this._activeId=null}}else this._activeId=null}get(e){return this._conversations.get(e)}getActive(){return this._activeId?this._conversations.get(this._activeId)??null:null}getActiveId(){return this._activeId}has(e){return this._conversations.has(e)}getAll(){return Array.from(this._conversations.values())}get callsLength(){return this._conversations.size}async setActive(e){if(!(this._activeId===e||!this._conversations.has(e)||this._mutex)){this._mutex=!0;try{let t=this.getActive();if(t)try{await t.hold(!0)}catch(e){throw R.error(`Can't hold previous active, error: ${e}`),Error(`Cannot switch call: hold failed`)}this._conversations.has(e)&&(this._activeId=e,P.onCallActive(e));let n=this._conversations.get(e);if(n&&n?.isCallHeld)try{await n.hold(!1)}catch(e){throw R.error(`Can't hold next active, error: ${e}`),Error(`Cannot switch call: hold failed`)}}finally{this._mutex=!1}}}clear(){this._conversations.clear(),this._activeId=null}},qt=class extends _{constructor(...e){super(...e),g(this,`_abortSignal`,void 0)}setAbortSignal(e){this._abortSignal=e}get ready(){return!0}setParticipantIdRegistry(e){}requestRealloc(){}setEndpoint(e){}setWebTransportEndpoint(e){}setConversationId(e){}readyToSend(e=!0){}cleanup(){}requestTestMode(e,t){}getNextCommandSequenceNumber(){return 0}},B=function(e){return e.RECOVER=`recover`,e.ACCEPT_CALL=`accept-call`,e.ADD_PARTICIPANT=`add-participant`,e.REMOVE_PARTICIPANT=`remove-participant`,e.HANGUP=`hangup`,e.TRANSMIT_DATA=`transmit-data`,e.ACCEPT_PRODUCER=`accept-producer`,e.ALLOCATE_CONSUMER=`allocate-consumer`,e.CHANGE_MEDIA_SETTINGS=`change-media-settings`,e.CHANGE_PARTICIPANT_STATE=`change-participant-state`,e.CHANGE_STREAM_PRIORITIES=`change-streams-priorities`,e.UPDATE_DISPLAY_LAYOUT=`update-display-layout`,e.REPORT_PERF_STAT=`report-perf-stat`,e.REPORT_SHARING_STAT=`report-sharing-stat`,e.REPORT_NETWORK_STAT=`report-network-stat`,e.RECORD_START=`record-start`,e.RECORD_STOP=`record-stop`,e.RECORD_PUBLISH=`record-publish`,e.RECORD_SET_CONF=`record-set-conf`,e.RECORD_GET_STATUS=`record-get-status`,e.SWITCH_MICRO=`switch-micro`,e.SWITCH_TOPOLOGY=`switch-topology`,e.REQUEST_REALLOC=`request-realloc`,e.CHAT_MESSAGE=`chat-message`,e.CHAT_HISTORY=`chat-history`,e.CUSTOM_DATA=`custom-data`,e.GRANT_ROLES=`grant-roles`,e.MUTE_PARTICIPANT=`mute-participant`,e.ENABLE_FEATURE_FOR_ROLES=`enable-feature-for-roles`,e.PIN_PARTICIPANT=`pin-participant`,e.UPDATE_MEDIA_MODIFIERS=`update-media-modifiers`,e.CHANGE_OPTIONS=`change-options`,e.GET_WAITING_HALL=`get-waiting-hall`,e.GET_PARTICIPANT_LIST_CHUNK=`get-participant-list-chunk`,e.GET_PARTICIPANTS=`get-participants`,e.PROMOTE_PARTICIPANT=`promote-participant`,e.REQUEST_TEST_MODE=`request-test-mode`,e.ADD_MOVIE=`add-movie`,e.UPDATE_MOVIE=`update-movie`,e.REMOVE_MOVIE=`remove-movie`,e.START_URL_SHARING=`start-url-sharing`,e.STOP_URL_SHARING=`stop-url-sharing`,e.GET_ROOMS=`get-rooms`,e.UPDATE_ROOMS=`update-rooms`,e.ACTIVATE_ROOMS=`activate-rooms`,e.REMOVE_ROOMS=`remove-rooms`,e.SWITCH_ROOM=`switch-room`,e.FEEDBACK=`feedback`,e.ASR_START=`asr-start`,e.ASR_STOP=`asr-stop`,e.REQUEST_ASR=`request-asr`,e.REQUEST_PROMOTION=`request-promotion`,e.ACCEPT_PROMOTION=`accept-promotion`,e.GET_HAND_QUEUE=`get-hand-queue`,e.ENABLE_VIDEO_SUSPEND=`enable-video-suspend`,e.ENABLE_VIDEO_SUSPEND_SUGGEST=`enable-video-suspend-suggest`,e.HOLD=`hold`,e.PUT_HANDS_DOWN=`put-hands-down`,e.CHANGE_SIMULCAST=`change-simulcast`,e}(B||{});function Jt(e){return e.stopStream}function Yt(e){return e.keyFrameRequested}function Xt(e){if(Jt(e))return`ss`;if(Yt(e))return`kf`;let t=``;return e.priority!==void 0&&(t+=`p=`+e.priority),e.width!==void 0&&e.height!==void 0&&(t!==``&&(t+=`:`),t+=`sz=`+Math.round(e.width)+`x`+Math.round(e.height)),e.fit!==void 0&&(t!==``&&(t+=`:`),t+=`fit=`+e.fit),t}var V=function(e){return e.CAMERA=`CAMERA`,e.SCREEN=`SCREEN`,e.STREAM=`STREAM`,e.MOVIE=`MOVIE`,e.ANIMOJI=`ANIMOJI`,e.SHARED_URL=`SHARED_URL`,e}({}),Zt=`s`,Qt=`m`;function $t(e){return e.participantId+(e.mediaType?`:`+Zt+e.mediaType:``)+(e.streamName?`:`+Qt+e.streamName:``)}function en(e){let t=e.split(`:`),n=t.shift();if(!n)throw Error(`Illegal stream description: `+e);let r=null,i,a=0;for(let n of t)switch(n.charAt(0)){case Zt:r=tn(n.slice(1));break;case Qt:i=n.slice(1);break;case`d`:a=Number.parseInt(n.slice(1),10);break;default:throw Error(`Unexpected parameter type `+n.charAt(0)+` in stream description `+e)}return{participantId:C.compose(n,a),mediaType:r,streamName:i}}function tn(e){for(let t of Object.keys(V))if(t===e)return V[t];return null}function nn(){let e=new DataView(new ArrayBuffer(64)),t=0;function n(n){if(t+n>e.byteLength){let r=new Uint8Array(Math.max(t+n,e.byteLength+64));r.set(new Uint8Array(e.buffer.slice(0,t))),e=new DataView(r.buffer)}}return{put(r){if(n(r.byteLength),rn(r)){let n=r.buffer;new Uint8Array(e.buffer).set(new Uint8Array(n),t)}else new Uint8Array(e.buffer).set(new Uint8Array(r),t);t+=r.byteLength},putI8(r){n(1),e.setInt8(t,r),++t},putI16(r){n(2),e.setInt16(t,r),t+=2},putI32(r){n(4),e.setInt32(t,r),t+=4},putI64(r){n(8);let i=r<0;i&&(r=-r);let a=r/4294967296|0,o=r%4294967296|0;i&&(o=~o+1|0,a=o===0?~a+1|0:~a),e.setUint32(t,a),e.setUint32(t+4,o),t+=8},putUi8(r){n(1),e.setUint8(t,r),++t},putUi16(r){n(2),e.setUint16(t,r),t+=2},putUi32(r){n(4),e.setUint32(t,r),t+=4},putUi64(r){n(8),e.setUint32(t,r/4294967296|0),e.setUint32(t+4,r%4294967296),t+=8},putF(r){n(8),e.setFloat64(t,r),t+=8},ui8array(){return new Uint8Array(e.buffer.slice(0,t))}}}function rn(e){return e.buffer!==void 0}function an(e){let t=ArrayBuffer.isView(e)?new DataView(e.buffer,e.byteOffset,e.byteLength):new DataView(e),n=0;return{peek(){return t.getUint8(n)},get(e){n+=e;let r=t.byteOffset;return t.buffer.slice(r+n-e,r+n)},getI8(){return t.getInt8(n++)},getI16(){return n+=2,t.getInt16(n-2)},getI32(){return n+=4,t.getInt32(n-4)},getI64(){n+=8;let e=t.getInt32(n-8),r=t.getUint32(n-4);return e*4294967296+r},getUi8(){return t.getUint8(n++)},getUi16(){return n+=2,t.getUint16(n-2)},getUi32(){return n+=4,t.getUint32(n-4)},getUi64(){n+=8;let e=t.getUint32(n-8),r=t.getUint32(n-4);return e*4294967296+r},getF32(){return n+=4,t.getFloat32(n-4)},getF64(){return n+=8,t.getFloat64(n-8)}}}var on=0,sn=1,cn=2,ln=3,un=4,dn=5,fn=6,pn=7,mn=0,hn=1,gn=2,_n=0,vn=0,yn=0,bn=1,xn=class{constructor(){g(this,`participantIdRegistry`,null)}setParticipantIdRegistry(e){this.participantIdRegistry=e}serializeUpdateDisplayLayout(e,t){let n=nn();l.Int.enc(n,on),l.Int.enc(n,_n),l.Int.enc(n,e),l.Nil.enc(n,null);let r=[];for(let e in t)Object.hasOwn(t,e)&&this.writeLayout(t,e,r);return l.Arr.enc(n,r),l.Nil.enc(n,null),n.ui8array().buffer}writeLayout(e,t,n){let r=e[t],i=nn();if(this.writeStreamDesc(t,i),Jt(r))l.Int.enc(i,hn);else if(Yt(r))l.Int.enc(i,gn);else if(l.Int.enc(i,mn),r.priority===void 0?l.Nil.enc(i,null):l.Int.enc(i,r.priority),r.width!==void 0&&r.height!==void 0?(l.Int.enc(i,Math.round(r.width)),l.Int.enc(i,Math.round(r.height))):(l.Nil.enc(i,null),l.Nil.enc(i,null)),r.fit!==void 0)switch(r.fit){case`cv`:l.Int.enc(i,yn);break;case`cn`:l.Int.enc(i,bn);break;default:l.Nil.enc(i,null)}else l.Nil.enc(i,null);n.push(i.ui8array().buffer)}writeStreamDesc(e,t){if(this.participantIdRegistry){let n=this.participantIdRegistry.getCompactId(e);if(n!==void 0){l.Int.enc(t,n);return}}l.Str.enc(t,e)}serializePerfStatReport(e,t){let n=nn();return l.Int.enc(n,sn),l.Int.enc(n,_n),l.Int.enc(n,e),l.Int.enc(n,t.framesDecoded),l.Int.enc(n,t.framesReceived),n.ui8array().buffer}serializeSharingStatReport(e,t){let n=nn();return l.Int.enc(n,cn),l.Int.enc(n,_n),l.Int.enc(n,e),l.Int.enc(n,t.minDelay),l.Int.enc(n,t.maxDelay),l.Int.enc(n,t.avgDelay),l.Int.enc(n,t.largeDelayDuration),n.ui8array().buffer}serializeRequestAsr(e,t){let n=nn();return l.Int.enc(n,ln),l.Int.enc(n,_n),l.Int.enc(n,e),l.Bool.enc(n,t.request),n.ui8array().buffer}serializeNetworkStatReport(e,t){let n=nn();return l.Int.enc(n,un),l.Int.enc(n,_n),l.Int.enc(n,e),l.Int.enc(n,t.timestamp),l.Int.enc(n,t.sendBitrate),n.ui8array().buffer}serializeEnableVideoSuspend(e,t){let n=nn();return l.Int.enc(n,dn),l.Int.enc(n,_n),l.Int.enc(n,e),l.Bool.enc(n,t.enabled),n.ui8array().buffer}serializeEnableVideoSuspendSuggest(e,t){let n=nn();return l.Int.enc(n,fn),l.Int.enc(n,_n),l.Int.enc(n,e),l.Bool.enc(n,t.enabled),n.ui8array().buffer}serializeChangeSimulcast(e,t){let n=nn();l.Int.enc(n,pn),l.Int.enc(n,_n),l.Int.enc(n,e);let r=t.simulcastInfo.streams.length;l.Int.enc(n,t.mediaSource),l.Int.enc(n,r);for(let e of t.simulcastInfo.streams)l.Str.enc(n,e.rid),l.Int.enc(n,e.width),l.Int.enc(n,e.height),l.Int.enc(n,e.fps),l.Int.enc(n,e.bitrate/1e3);return n.ui8array().buffer}async deserializeCommandResponse(e){let t;t=e instanceof Blob?an(`arrayBuffer`in Blob.prototype?await e.arrayBuffer():await de(e)):an(e);let n=l.Int.dec(t),r=l.Int.dec(t);if(r!==_n){R.warn(`Unsupported version for command type: `+n+`, version `+r);return}if(l.Int.dec(t)!==vn){R.warn(`Error code: `+n+`received for command type: `+n+`, version `+r);return}switch(n){case on:return this.deserializeUpdateDisplayLayoutResponse(t);case sn:return this.deserializeReportPerfStatResponse(t);default:R.warn(`unsupported command response commandType: `+n);return}}deserializeUpdateDisplayLayoutResponse(e){let t=l.Int.dec(e),n=l.Arr.dec(e),r={};return n.forEach(e=>{let t=an(e),n=l.Any.dec(t);if(typeof n==`string`)r[n]=l.Int.dec(t);else{let e=n,i=$t(this.participantIdRegistry?.getStreamDescription(e));r[i]=l.Int.dec(t)}}),{type:`response`,sequence:t,response:B.UPDATE_DISPLAY_LAYOUT.toString(),errorCodeByParticipantId:r}}deserializeReportPerfStatResponse(e){let t=l.Int.dec(e),n=l.Int.dec(e);return{type:`response`,sequence:t,response:B.REPORT_PERF_STAT.toString(),estimatedPerformanceIndex:n}}},H=function(e){return e.CALL_FINISH=`call_finish`,e.CODEC_USAGE=`codec_usage`,e.SIGNALING_CONNECTED=`signaling_connected`,e.SCREENSHARE_FIRST_FRAME=`screen_share_first_frame`,e.FIRST_MEDIA_RECEIVED=`first_media_received`,e.CALL_DECLINED_OR_HANGED_LOCALLY=`CallDeclinedOrHangedLocally`,e.USER_FEEDBACK_RECEIVED=`UserFeedbackReceived`,e.CALL_START=`call_start`,e.SIGNALING_PING_SUMMARY=`signaling_ping_summary`,e.SIGNALING_COMMAND_SUMMARY=`signaling_command_summary`,e.WEBSOCKET_CONNECTED=`websocket_connected`,e.WEBSOCKET_RECONNECTED=`websocket_reconnected`,e.WEBSOCKET_FAILED_PINGS=`websocket_failed_pings`,e.WEBSOCKET_FAILED_EXCEPTION=`websocket_failed_exception`,e.WEBSOCKET_TIMEOUT=`websocket_timeout`,e.WEBSOCKET_RESTART=`websocket_restart`,e.WEBTRANSPORT_CONNECTED=`webtransport_connected`,e.WEBTRANSPORT_RECONNECTED=`webtransport_reconnected`,e.WEBTRANSPORT_FAILED_PINGS=`webtransport_failed_pings`,e.WEBTRANSPORT_FAILED_EXCEPTION=`webtransport_failed_exception`,e.WEBTRANSPORT_TIMEOUT=`webtransport_timeout`,e.WEBTRANSPORT_RESTART=`webtransport_restart`,e}(H||{}),Sn=1e3;function U(e,t,n=0){return t in e&&e[t]?e[t]:n}function Cn(...e){return t=>{for(let n of e)if(n(t))return!0;return!1}}function wn(e,t){return n=>n[e]===t}function Tn(e){return(t,n)=>n[e]-t[e]}function En(e,t){return t.reduce((t,n)=>(t[n[e]]=n,t),{})}function Dn(e){let t={},n=[];for(let r of e)t[r.id]||(t[r.id]=!0,n.push(r));return n}function On(e){return Object.keys(e).filter(t=>e[t]!==void 0).map(t=>[t,e[t]]).reduce((e,t)=>(e[t[0]]=C.isObject(t[1])?On(t[1]):t[1],e),{})}function kn(e){let t=[];for(let n of e)n.forEach(e=>t.push(e));return t}async function An(e){let t=[];return RTCRtpReceiver.prototype.getStats?(t.push(...e.getReceivers().map(e=>e.getStats())),t.push(...e.getSenders().map(e=>e.getStats()))):t.push(e.getStats()),Promise.all(t).then(kn).then(Dn)}function jn(e){let t=e.filter(wn(`type`,`candidate-pair`)).sort(Tn(`priority`)).find(Cn(wn(`nominated`,!0),wn(`selected`,!0)));if(!t)return{timestamp:0,availableOutgoingBitrate:0,totalRoundTripTime:0,currentRoundTripTime:0,bytesSent:0,bytesReceived:0};let n={timestamp:t.timestamp,availableOutgoingBitrate:t.availableOutgoingBitrate||0,totalRoundTripTime:t.totalRoundTripTime||0,currentRoundTripTime:t.currentRoundTripTime||0,bytesSent:t.bytesSent||0,bytesReceived:t.bytesReceived||0},r=e.find(wn(`id`,t.remoteCandidateId));r&&Object.assign(n,{remote:{type:r.candidateType,address:r.ip||r.address,port:r.port,protocol:r.protocol}});let i=e.find(wn(`id`,t.localCandidateId));return i&&Object.assign(n,{local:{type:i.candidateType,address:i.ip||i.address,port:i.port,protocol:i.protocol,relayProtocol:i.relayProtocol,networkType:i.networkType}}),On(n)}function Mn(e,t,n=!1){let r=En(`id`,e),i=n?e.filter(Cn(wn(`type`,`remote-inbound-rtp`))):e.filter(Cn(wn(`type`,`inbound-rtp`),wn(`type`,`outbound-rtp`)));return I.browserName()===`Firefox`&&(i=Object.values(i.reduce((e,t)=>{if(!e[t.ssrc])e[t.ssrc]=t;else{let n=Object.assign({},e[t.ssrc],t),r=e[t.ssrc].isRemote?t:e[t.ssrc];n.id=r.id,n.type=r.type,delete n.isRemote,delete n.remoteId,e[n.ssrc]=n}return e},{}))),i.map(e=>{let n=Number(e.ssrc),i=e.mediaType||e.kind,a=e.remoteId||e.trackId,o=e.type,s=e.codecId;if(!o||!n||!i)return null;let c={ssrc:n,type:o,kind:i,bytesReceived:U(e,`bytesReceived`),bytesSent:U(e,`bytesSent`),headerBytesReceived:U(e,`headerBytesReceived`),headerBytesSent:U(e,`headerBytesSent`),jitter:U(e,`jitter`),packetsLost:U(e,`packetsLost`),packetsReceived:U(e,`packetsReceived`),packetsSent:U(e,`packetsSent`),fractionLost:U(e,`fractionLost`),pliCount:U(e,`pliCount`),firCount:U(e,`firCount`),nackCount:U(e,`nackCount`),userId:t[n],freezeCount:U(e,`freezeCount`,0),totalFreezesDuration:U(e,`totalFreezesDuration`,0)},l=`mid`in e&&typeof e.mid==`string`?e.mid:void 0,u=`rid`in e&&typeof e.rid==`string`?e.rid:void 0;if(l&&(c.mid=l),u&&(c.rid=u),i===`video`){let t=U(e,`framesDecoded`),n=U(e,`totalInterFrameDelay`),r=U(e,`totalSquaredInterFrameDelay`),i=U(e,`encoderImplementation`),a=U(e,`decoderImplementation`);i&&(c.encoderImplementation=i),a&&(c.decoderImplementation=a),c.interframeDelayVariance=(r-n*n/t)/t}if(i===`video`&&c.type===`outbound-rtp`&&(c.totalEncodeTime=U(e,`totalEncodeTime`)??0),i===`audio`&&(c.totalSamplesReceived=U(e,`totalSamplesReceived`),c.concealedSamples=U(e,`concealedSamples`),c.insertedSamplesForDeceleration=U(e,`insertedSamplesForDeceleration`),c.removedSamplesForAcceleration=U(e,`removedSamplesForAcceleration`),c.silentConcealedSamples=U(e,`silentConcealedSamples`),c.concealmentEvents=U(e,`concealmentEvents`),c.totalAudioEnergy=U(e,`totalAudioEnergy`)),s&&r[s]){let e=r[s];c.clockRate=e.clockRate,c.mimeType=e.mimeType,i===`audio`&&e.sdpFmtpLine&&(c.sdpFmtpLine=e.sdpFmtpLine)}if(a&&r[a]){let e=r[a];c.frameHeight=e.frameHeight,c.frameWidth=e.frameWidth,c.framesDecoded=e.framesDecoded,c.framesReceived=e.framesReceived,c.framesDropped=e.framesDropped}return On(c)}).filter(e=>!!e)}function Nn(e,t,n=!1){if(!t||!t.rtps||!e.rtps)return e;let r,i;n&&(r=En(`ssrc`,e?.remoteRtps||[]),i=En(`ssrc`,t?.remoteRtps||[]));let a=En(`ssrc`,e.rtps),o=En(`ssrc`,t.rtps),s=(e.timestamp-t.timestamp)/1e3;return!a||!o||Object.keys(a).forEach(c=>{let l=a[c],u=o[c];if(!(!l||!u)){if(l.bytesReceived&&l.bytesReceived>u.bytesReceived&&(l.bandwidth=Math.round((l.bytesReceived-u.bytesReceived)/s),l.bandwidth+=Math.round((l.headerBytesReceived-u.headerBytesReceived)/s)),l.bytesSent&&l.bytesSent>u.bytesSent&&(l.bandwidth=Math.round((l.bytesSent-u.bytesSent)/s),l.bandwidth+=Math.round((l.headerBytesSent-u.headerBytesSent)/s)),l.packetsReceived)if(l.packetsReceived>u.packetsReceived||l.packetsLost>u.packetsLost){let e=l.packetsLost-u.packetsLost,t=l.packetsReceived-u.packetsReceived;l.packetLoss=parseFloat((100*e/(e+t)).toFixed(2))}else l.packetLoss=0;if(l.freezeCount>u.freezeCount&&(l.freezeCountDelta=l.freezeCount-u.freezeCount),l.totalFreezesDuration>u.totalFreezesDuration&&(l.totalFreezesDurationDelta=l.totalFreezesDuration-u.totalFreezesDuration),l.framesDropped&&u.framesDropped&&l.framesDropped>u.framesDropped&&(l.framesDroppedDelta=parseFloat(((l.framesDropped-u.framesDropped)/s).toFixed(0))),n&&l.type===`outbound-rtp`&&l.kind===k.video){let n=r?.[c],a=i?.[c],o=e=>e??0,s=Math.max(0,o(n?.packetsLost)-o(a?.packetsLost)),d=Math.max(1,l.packetsSent-u.packetsSent);e.transport.averageNetStat={currentRoundTripTime:(e.transport.currentRoundTripTime+t.transport.currentRoundTripTime)/2*1e3,lostPercent:Math.round(s/d*100)}}}}),e}async function Pn(e,t,n={},r=!1){let i=await An(e),a={timestamp:Date.now(),transport:jn(i),rtps:Mn(i,n)};return r&&(a.remoteRtps=Mn(i,n,!0)),t?Nn(a,t,r):(await C.delay(Sn),Pn(e,a,n,r))}function Fn(e){performance.clearMarks(e),performance.mark(e)}function In(e){performance.clearMarks(e)}function Ln(e){let t=performance.getEntriesByName(e)[0];if(t===void 0)return null;let n=Math.round(performance.now()-t.startTime);return performance.clearMarks(e),n}function Rn(e){return`${H.SCREENSHARE_FIRST_FRAME}_${zn(e)}`}function zn(e){return typeof e==`string`?e:JSON.stringify(e)}var W={distinctById:Dn,rtcStatsToArray:kn,extractTransport:jn,extractRtps:Mn,delta:Nn,collectStats:Pn,setMark:Fn,clearMark:In,measureMark:Ln,getMarkNameScreenshareFirstFrame:Rn},Bn=class e{constructor(){g(this,`_eventualLogs`,new Set)}static create(){e._instance=new e}static logCallStat(t){if(e._instance?._eventualLogs.size){for(let n of e._instance._eventualLogs)Object.assign(n,{call_topology:t.call_topology,local_address:t.local_address,local_connection_type:t.local_connection_type,network_type:t.network_type,remote_address:t.remote_address,remote_connection_type:t.remote_connection_type,transport:t.transport}),O.logClientStats(n);e._instance._eventualLogs.clear()}O.logClientStats(t)}static logEventualStat(t){t.value===void 0&&(t.value=W.measureMark(t.name)),t.value!==null&&e._instance?._eventualLogs.add(t)}static destroy(){e._instance?._destroy(),e._instance=null}_destroy(){this._eventualLogs.clear()}};g(Bn,`_instance`,null);var Vn=function(e){return e.WEBSOCKET=`ws`,e.WEBTRANSPORT=`wt`,e}({}),Hn=function(e){return e.CONNECTED=`connected`,e.RECONNECTED=`reconnected`,e.FAILED_PINGS=`failed_pings`,e.FAILED_EXCEPTIONS=`failed_exception`,e.TIMEOUT=`timeout`,e.RESTART=`restart`,e}({}),Un={connected:{wt:H.WEBTRANSPORT_CONNECTED,ws:H.WEBSOCKET_CONNECTED},reconnected:{wt:H.WEBTRANSPORT_RECONNECTED,ws:H.WEBSOCKET_RECONNECTED},failed_pings:{wt:H.WEBTRANSPORT_FAILED_PINGS,ws:H.WEBSOCKET_FAILED_PINGS},failed_exception:{wt:H.WEBTRANSPORT_FAILED_EXCEPTION,ws:H.WEBSOCKET_FAILED_EXCEPTION},timeout:{wt:H.WEBTRANSPORT_TIMEOUT,ws:H.WEBSOCKET_TIMEOUT},restart:{wt:H.WEBTRANSPORT_RESTART,ws:H.WEBSOCKET_RESTART}},Wn=class{constructor(e){if(g(this,`q`,void 0),g(this,`inits`,[]),g(this,`n`,[1,2,3,4,5]),g(this,`np`,[1,1,1,1,1]),g(this,`qv`,[]),!(e>0&&e<1))throw Error(`q must be in (0,1)`);this.q=e}add(e){if(this.inits.length<5){this.inits.push(e),this.inits.length===5&&this.bootstrap();return}let t=0;if(e<this.qv[0])this.qv[0]=e,t=0;else if(e>=this.qv[4])this.qv[4]=e,t=3;else for(;!(e<this.qv[t+1]);)t++;for(let e=0;e<5;e++)this.n[e]+=e<=t?0:1;this.np[0]=1,this.np[1]+=this.q/2,this.np[2]+=this.q,this.np[3]+=(1+this.q)/2,this.np[4]+=1;for(let e=1;e<=3;e++){let t=this.np[e]-this.n[e];if(t>=1&&this.n[e+1]-this.n[e]>1||t<=-1&&this.n[e]-this.n[e-1]>1){let n=Math.sign(t),r=this.qv[e]+n/(this.n[e+1]-this.n[e-1])*((this.n[e]-this.n[e-1]+n)*(this.qv[e+1]-this.qv[e])/(this.n[e+1]-this.n[e])+(this.n[e+1]-this.n[e]-n)*(this.qv[e]-this.qv[e-1])/(this.n[e]-this.n[e-1]));r>this.qv[e-1]&&r<this.qv[e+1]?this.qv[e]=r:this.qv[e]=this.qv[e]+n*(this.qv[e+n]-this.qv[e])/(this.n[e+n]-this.n[e]),this.n[e]+=n}}}value(){if(this.inits.length===0)return NaN;if(this.inits.length<5){let e=[...this.inits].sort((e,t)=>e-t),t=this.q*(e.length-1),n=Math.floor(t),r=t-n;return n+1<e.length?e[n]*(1-r)+e[n+1]*r:e[n]}return this.qv[2]}bootstrap(){this.inits.sort((e,t)=>e-t),this.qv=this.inits.slice(0,5),this.n=[1,2,3,4,5],this.np=[1,1+2*this.q,1+4*this.q,3+2*this.q,5]}},Gn=class{constructor(){g(this,`n`,0),g(this,`mean`,0)}add(e){this.n++;let t=e-this.mean;this.mean+=t/this.n}get avg(){return this.n?this.mean:NaN}},Kn=class{constructor(){g(this,`count`,0),g(this,`minVal`,1/0),g(this,`maxVal`,-1/0),g(this,`mean`,new Gn),g(this,`p50`,new Wn(.5)),g(this,`p95`,new Wn(.95))}add(e){e<this.minVal&&(this.minVal=e),e>this.maxVal&&(this.maxVal=e),this.mean.add(e),this.p50.add(e),this.p95.add(e),this.count++}snapshot(){return{min:this.minVal===1/0?NaN:this.minVal,max:this.maxVal===-1/0?NaN:this.maxVal,avg:+this.mean.avg.toFixed(),median:+this.p50.value().toFixed(),p95:+this.p95.value().toFixed(),count:this.count}}get hasData(){return this.count>0}},qn=function(e){return e.NOTIFICATION=`NOTIFICATION`,e.FAILED=`FAILED`,e.RECONNECT=`RECONNECT`,e}(qn||{}),G=function(e){return e.TRANSMITTED_DATA=`transmitted-data`,e.ACCEPTED_CALL=`accepted-call`,e.HUNGUP=`hungup`,e.PARTICIPANT_ADDED=`participant-added`,e.PARTICIPANT_JOINED=`participant-joined`,e.CLOSED_CONVERSATION=`closed-conversation`,e.MEDIA_SETTINGS_CHANGED=`media-settings-changed`,e.PARTICIPANT_STATE_CHANGED=`participant-state-changed`,e.PARTICIPANTS_STATE_CHANGED=`participants-state-changed`,e.RATE_CALL_DATA=`rate-call-data`,e.FEATURE_SET_CHANGED=`feature-set-changed`,e.TOPOLOGY_CHANGED=`topology-changed`,e.PRODUCER_UPDATED=`producer-updated`,e.CONSUMER_ANSWERED=`consumer-answered`,e.MULTIPARTY_CHAT_CREATED=`multiparty-chat-created`,e.FORCE_MEDIA_SETTINGS_CHANGE=`force-media-settings-change`,e.SETTINGS_UPDATE=`settings-update`,e.VIDEO_QUALITY_UPDATE=`video-quality-update`,e.REGISTERED_PEER=`registered-peer`,e.SWITCH_MICRO=`switch-micro`,e.RECORD_STARTED=`record-started`,e.RECORD_STOPPED=`record-stopped`,e.REALLOC_CON=`realloc-con`,e.AUDIO_ACTIVITY=`audio-activity`,e.SPEAKER_CHANGED=`speaker-changed`,e.STALLED_ACTIVITY=`stalled-activity`,e.CHAT_MESSAGE=`chat-message`,e.CUSTOM_DATA=`custom-data`,e.ROLES_CHANGED=`roles-changed`,e.MUTE_PARTICIPANT=`mute-participant`,e.PIN_PARTICIPANT=`pin-participant`,e.OPTIONS_CHANGED=`options-changed`,e.NETWORK_STATUS=`network-status`,e.PARTICIPANT_SOURCES_UPDATE=`participant-sources-update`,e.PROMOTE_PARTICIPANT=`promote-participant`,e.CHAT_ROOM_UPDATED=`chat-room-updated`,e.PROMOTION_APPROVED=`promotion-approved`,e.JOIN_LINK_CHANGED=`join-link-changed`,e.FEEDBACK=`feedback`,e.MOVIE_UPDATE_NOTIFICATION=`movie-update-notification`,e.MOVIE_SHARE_STARTED=`movie-share-started`,e.MOVIE_SHARE_STOPPED=`movie-share-stopped`,e.URL_SHARING_INFO_UPDATED=`url-sharing-info-updated`,e.ROOM_UPDATED=`room-updated`,e.ROOMS_UPDATED=`rooms-updated`,e.ROOM_PARTICIPANTS_UPDATED=`room-participants-updated`,e.FEATURES_PER_ROLE_CHANGED=`features-per-role-changed`,e.PARTICIPANT_ANIMOJI_CHANGED=`participant-animoji-changed`,e.ASR_STARTED=`asr-started`,e.ASR_STOPPED=`asr-stopped`,e.DECORATIVE_PARTICIPANT_ID_CHANGED=`decorative-participant-id-changed`,e.VIDEO_SUSPEND_SUGGEST=`video-suspend-suggest`,e.HOLD=`hold`,e}(G||{}),Jn=function(e){return e.producerNotification=`producerNotification`,e.producerCommand=`producerCommand`,e.consumerScreenShare=`consumerScreenShare`,e.producerScreenShare=`producerScreenShare`,e.asr=`asr`,e.animoji=`animoji`,e}(Jn||{}),{isObject:Yn,isObjectsEquals:Xn}=C;function Zn(e,t){return e===null||t===null?e===null&&t===null:e.maxDimension!==t.maxDimension||e.maxBitrateK!==t.maxBitrateK||e.maxFramerate!==t.maxFramerate||e.degradationPreference!==t.degradationPreference||e.scalabilityMode!==t.scalabilityMode||Yn(e.bitrates)&&Yn(t.bitrates)&&!Xn(e.bitrates,t.bitrates,!0)?!1:e.bitrates===t.bitrates}var Qn=function(e){return e.L1T1=`L1T1`,e.L1T2=`L1T2`,e.L1T3=`L1T3`,e}({});function $n(e,t){return!(!Zn(e.camera,t.camera)||!Zn(e.screenSharing,t.screenSharing)||!Zn(e.fastScreenSharing,t.fastScreenSharing))}function er(e,t){return{camera:Object.assign({},e.camera,t.camera),screenSharing:Object.assign({},e.screenSharing,t.screenSharing),fastScreenSharing:Object.assign({},e.fastScreenSharing,t.fastScreenSharing)}}function tr(){return{camera:null,screenSharing:null,fastScreenSharing:null}}var nr=class e{constructor(){g(this,`_codecUsages`,new Map),g(this,`getCurrentTransportTopology`,()=>void 0)}static create(t){let n=new e;n.getCurrentTransportTopology=t,e._instance=n}static reportUsage(t){let n=e._instance,r=n?.getCurrentTransportTopology();if(!n||!r)return;let i=t.rtps.filter(e=>e.type===`outbound-rtp`&&!e.mid?.endsWith(`s`));w.simulcast&&(i=i.reduce((e,t)=>{if(t.kind!==`video`)return e.concat(t);let n=e.find(e=>e.kind===`video`);return n?n.totalEncodeTime=(n.totalEncodeTime??0)+(t.totalEncodeTime??0):e.push(t),e},[])),i.forEach(e=>{let t=e.kind,i=e.mimeType;if((t===`audio`||t===`video`)&&i){let a=[i,`encoder`,e.encoderImplementation].filter(Boolean).join(`/`);n.saveUsage({kind:t,codecName:a,totalEncodeTime:(e.totalEncodeTime??0)*1e3,audioCodecParams:e.sdpFmtpLine,topology:r})}})}saveUsage({kind:e,codecName:t,totalEncodeTime:n,audioCodecParams:r,topology:i}){let a=this._codecUsages.get(e);if(a&&a.codecName!==t&&this.report(a),a&&a.codecName===t){this._codecUsages.set(e,{...a,totalEncodeTime:n,topology:i});return}this._codecUsages.set(e,{kind:e,codecName:t,audioCodecParams:r,totalEncodeTime:n,topology:i})}report(e){if(e.kind===`video`&&e.totalEncodeTime===0)return;let t={name:H.CODEC_USAGE,codec_implementation:e.codecName,value:e.totalEncodeTime,call_topology:e.topology===J.DIRECT?`D`:`S`};e.audioCodecParams&&(t.string_value=e.audioCodecParams),O.logClientStats(t)}static destroy(){e._instance?._destroy(),e._instance=null}_destroy(){this._codecUsages.forEach(e=>{this.report(e)}),this._codecUsages.clear()}};g(nr,`_instance`,null);var rr=class extends _{constructor(e,t){super(),g(this,`_signaling`,void 0),g(this,`_mediaSource`,void 0),g(this,`_state`,q.IDLE),g(this,`_pc`,null),this._signaling=e,this._mediaSource=t}getState(){return this._state||q.IDLE}},ir=`videochat-epi`,ar=5e3,or=500,sr=class extends _{constructor(e,t,n=!1){super(),g(this,`_previousPerfStatReportTimestamp`,0),g(this,`_previousNetworkStatReportTimestamp`,Date.now()),g(this,`_previousCallStatReportTimestamp`,Date.now()),g(this,`_previousCallStatReport`,null),g(this,`_screenShareStats`,[]),g(this,`_signaling`,void 0),g(this,`_directTopology`,void 0),g(this,`_handleScreenSharingStat`,e=>{this._screenShareStats.push(e)}),g(this,`_handleTransportStateChanged`,e=>{(this._directTopology&&e===q.CONNECTED||!this._directTopology&&e===q.OPENED)&&(this._previousNetworkStatReportTimestamp=Date.now(),this._previousCallStatReportTimestamp=Date.now())}),this._signaling=t,this._directTopology=n,this.subscribe(e,K.REMOTE_DATA_STATS,this._handleStats.bind(this)),this.subscribe(e,K.SCREEN_SHARING_STAT,this._handleScreenSharingStat.bind(this)),this.subscribe(e,K.STATE_CHANGED,this._handleTransportStateChanged.bind(this))}destroy(){this.unsubscribe()}static getEstimatedPerformanceIndex(){try{let e=parseInt(localStorage.getItem(ir)||``,10);return isNaN(e)?0:e}catch{return 0}}async _handleStats(e){if(!e.inbound||!e.inbound.rtps)return;let t=Date.now();!this._directTopology&&w.perfStatReportEnabled&&this._previousPerfStatReportTimestamp+ar<=t&&(await this.reportPerfStats(e),this._previousPerfStatReportTimestamp=t);let n=e.outbound.transport.local?.protocol===`tcp`;!this._directTopology&&n&&this._previousNetworkStatReportTimestamp+or<=t&&(await this.reportNetworkStats(e),this._previousNetworkStatReportTimestamp=t),w.callStatReportEnabled&&this._previousCallStatReportTimestamp+w.statisticsInterval<=t&&(this._reportCallStats(e),this._previousCallStatReportTimestamp=t)}async reportPerfStats(e){let t=e.inbound.rtps.reduce((e,t)=>(t.kind===`video`&&(e.framesDecoded+=t.framesDecoded||0,e.framesReceived+=t.framesReceived||0),e),{framesDecoded:0,framesReceived:0});if(t.framesDecoded)try{let e=await this._signaling.reportPerfStat(t);localStorage.setItem(ir,e.estimatedPerformanceIndex)}catch{}}async reportNetworkStats(e){let t={timestamp:e.outbound.transport.timestamp,sendBitrate:e.outbound.rtps.reduce((e,t)=>e+(t.bandwidth??0)*8,0)};if(t.timestamp)try{await this._signaling.reportNetworkStat(t)}catch{}}_reportCallStats(e){let t={call_topology:this._directTopology?`D`:`S`,stat_time_delta:0,nack_received:0,pli_received:0,fir_received:0,frames_dropped:0,jitter_video:0,jitter_audio:0,interframe_delay_variance:0,nack_sent:0,pli_sent:0,fir_sent:0,total_audio_samples_received:0,concealed_audio_samples:0,silent_concealed_audio_samples:0,inserted_audio_samples_for_deceleration:0,removed_audio_samples_for_acceleration:0,audio_concealment_events:0,total_audio_energy:0,inbound_video_count:0,inbound_audio_count:0,packets_lost_video:0,packets_sent_video:0,packets_lost_audio:0,packets_sent_audio:0,freeze_count:0,total_freezes_duration:0,rtt:Math.round(e.inbound.transport.currentRoundTripTime*1e3),ss_freeze_count:0,ss_total_freezes_duration:0,local_address:lr(e.inbound.transport.local),local_connection_type:e.inbound.transport.local?.type,network_type:e.inbound.transport.local?.networkType,transport:e.inbound.transport.local?.protocol,remote_address:lr(e.inbound.transport.remote),remote_connection_type:e.inbound.transport.remote?.type};this._previousCallStatReport||(this._previousCallStatReport=Object.assign({},t));let n=!1,r=!1;for(e.inbound.rtps.reduce((e,t)=>(t.kind===`video`?(n=!0,t.framesReceived&&(e.jitter_video=e.jitter_video*e.inbound_video_count/(e.inbound_video_count+1)+t.jitter*1e3/(e.inbound_video_count+1),e.interframe_delay_variance=e.interframe_delay_variance*e.inbound_video_count/(e.inbound_video_count+1)+(t.interframeDelayVariance||0)*1e6/(e.inbound_video_count+1),e.inbound_video_count++),e.frames_dropped+=t.framesDropped||0,e.nack_sent+=t.nackCount,e.pli_sent+=t.pliCount,e.fir_sent+=t.firCount,e.freeze_count+=t.freezeCountDelta||0,e.total_freezes_duration+=t.totalFreezesDurationDelta||0):(r=!0,t.totalSamplesReceived&&(e.jitter_audio=e.jitter_audio*e.inbound_audio_count/(e.inbound_audio_count+1)+t.jitter*1e3/(e.inbound_audio_count+1),e.total_audio_energy=e.total_audio_energy*e.inbound_audio_count/(e.inbound_audio_count+1)+(t.totalAudioEnergy||0)/(e.inbound_audio_count+1),e.inbound_audio_count++),e.total_audio_samples_received+=t.totalSamplesReceived||0,e.inserted_audio_samples_for_deceleration+=t.insertedSamplesForDeceleration||0,e.removed_audio_samples_for_acceleration+=t.removedSamplesForAcceleration||0,e.concealed_audio_samples+=t.concealedSamples||0,e.silent_concealed_audio_samples+=t.silentConcealedSamples||0,e.audio_concealment_events+=t.concealmentEvents||0),e),t),e.outbound.rtps.reduce((e,t)=>(t.kind===`video`?(e.nack_received+=t.nackCount,e.pli_received+=t.pliCount,e.fir_received+=t.firCount,e.packets_sent_video+=t.packetsSent):e.packets_sent_audio+=t.packetsSent,e),t),e.remoteInbound.rtps.reduce((e,t)=>(t.kind===`video`?e.packets_lost_video+=t.packetsLost:e.packets_lost_audio+=t.packetsLost,e),t);this._screenShareStats.length;){let e=this._screenShareStats.pop();e?.freeze_duration&&(t.ss_freeze_count+=1,t.ss_total_freezes_duration+=e.freeze_duration)}let i={call_topology:t.call_topology,stat_time_delta:Math.max(0,Date.now()-this._previousCallStatReportTimestamp),nack_sent:Math.max(0,t.nack_sent-this._previousCallStatReport.nack_sent),nack_received:Math.max(0,t.nack_received-this._previousCallStatReport.nack_received),pli_sent:Math.max(0,t.pli_sent-this._previousCallStatReport.pli_sent),pli_received:Math.max(0,t.pli_received-this._previousCallStatReport.pli_received),fir_sent:Math.max(0,t.fir_sent-this._previousCallStatReport.fir_sent),fir_received:Math.max(0,t.fir_received-this._previousCallStatReport.fir_received),frames_dropped:Math.max(0,t.frames_dropped-this._previousCallStatReport.frames_dropped),rtt:Math.max(0,t.rtt)};if(w.simulcast&&(i.is_simulcast=!0),navigator.hardwareConcurrency&&(i.cpu_hardware_concurrency=navigator.hardwareConcurrency),n&&!ur(t.jitter_video)&&(i.jitter_video=Math.round(t.jitter_video)),r&&!ur(t.jitter_audio)&&(i.jitter_audio=Math.round(t.jitter_audio)),n&&!ur(t.interframe_delay_variance)&&(i.interframe_delay_variance=t.interframe_delay_variance),t.freeze_count&&t.total_freezes_duration&&(i.freeze_count=t.freeze_count,i.total_freezes_duration=Math.round(t.total_freezes_duration*1e3)),t.ss_freeze_count&&t.ss_total_freezes_duration&&(i.ss_freeze_count=t.ss_freeze_count,i.ss_total_freezes_duration=t.ss_total_freezes_duration),r&&!ur(t.total_audio_samples_received)){let e=Math.max(0,t.total_audio_samples_received-this._previousCallStatReport.total_audio_samples_received),n=Math.max(0,t.inserted_audio_samples_for_deceleration-this._previousCallStatReport.inserted_audio_samples_for_deceleration),r=Math.max(0,t.removed_audio_samples_for_acceleration-this._previousCallStatReport.removed_audio_samples_for_acceleration),a=Math.max(0,t.concealed_audio_samples-this._previousCallStatReport.concealed_audio_samples),o=Math.max(0,t.silent_concealed_audio_samples-this._previousCallStatReport.silent_concealed_audio_samples),s=Math.max(0,t.audio_concealment_events-this._previousCallStatReport.audio_concealment_events);i.inserted_audio_samples_for_deceleration=dr(n/e*1e3),i.removed_audio_samples_for_acceleration=dr(r/e*1e3),i.concealed_audio_samples=dr(a/e*1e3),i.concealed_silent_audio_samples=dr(o/e*1e3),i.concealment_audio_avg_size=dr(a/s),i.total_audio_energy=t.total_audio_energy}cr(t,`local_address`,`local_connection_type`,`network_type`,`transport`)&&(i.local_address=t.local_address,i.local_connection_type=t.local_connection_type,i.network_type=t.network_type,i.transport=t.transport),cr(t,`remote_address`,`remote_connection_type`)&&(i.remote_address=t.remote_address,i.remote_connection_type=t.remote_connection_type);let a=Math.max(0,t.packets_sent_video-this._previousCallStatReport.packets_sent_video),o=Math.max(0,t.packets_sent_audio-this._previousCallStatReport.packets_sent_audio);a>0&&(i.video_loss=dr(Math.max(0,t.packets_lost_video-this._previousCallStatReport.packets_lost_video)/a*100)),o>0&&(i.audio_loss=dr(Math.max(0,t.packets_lost_audio-this._previousCallStatReport.packets_lost_audio)/o*100)),Bn.logCallStat(i),w.enableLogPerfStatReport&&R.log(`Sent call stats`,i),this._previousCallStatReport=t}};function cr(e,...t){for(let n of t)if(!Object.hasOwn(e,n)||e[n]===void 0)return!1;return!0}function lr(e,t=!1){if(e?.address)return e.address+(t?`:${e.port}`:``)}function ur(e){return e===void 0}function dr(e){return Number.isNaN(e)?0:e}var fr=class{constructor(e,t=null){g(this,`weightUp`,void 0),g(this,`weightDown`,void 0),g(this,`value`,NaN),this.weightUp=e,this.weightDown=t??e}set(e){this.value=e}update(e){return this.value=Number.parseFloat(this.getNext(e).toFixed(3)),this.value}getNext(e){if(isNaN(this.value))return e;let t=e<this.value?this.weightDown:this.weightUp;return this.value*(1-t)+e*t}getValue(){return this.value}},pr=.25,mr=.35,hr=85,gr=.1,_r=1.5,vr=.1,yr=1,br=.6,xr=.3,Sr=class extends _{constructor(e){super(),g(this,`_signaling`,void 0),g(this,`_localNetworkStat`,void 0),g(this,`_remoteNetworkStat`,void 0),g(this,`_lastNetworkStat`,void 0),g(this,`_networkLimits`,{badNet:{loss:3,rtt:1e3},goodNet:{loss:.5,rtt:600}}),g(this,`_lastStatSentTimestamp`,0),g(this,`_currentState`,`good`),this._signaling=e,this._localNetworkStat={rtt:new fr(pr,pr),loss:new fr(mr,mr),bitrate:0},this._remoteNetworkStat={rtt:0,loss:0,bitrate:0},this._lastNetworkStat={rtt:0,loss:0,date:0}}_calcRttRating(e){let t=typeof e==`number`?e:e.getValue(),n=1;if(isNaN(t))return n;let r=Math.round((t-this._networkLimits.goodNet.rtt)/hr);for(let e=0;e<r;e++)n*=1-gr;return n}_calcLossRating(e){let t=typeof e==`number`?e:e.getValue(),n=1;if(isNaN(t))return n;let r=Math.round((t-this._networkLimits.goodNet.loss)/_r);for(let e=0;e<r;e++)n*=1-vr;return n}_calcBitrateRating(e,t){if(!e||!t)return 1;let n=1-(1-Math.min(e,t)/Math.max(e,t))*yr;return Math.min(n,1)}_calcUDPRating({rtt:e,loss:t}){return this._calcRttRating(e)*this._calcLossRating(t)}_calcRating(e,t,n){return n?this._calcBitrateRating(e.bitrate,t.bitrate):this._calcUDPRating(e)*this._calcUDPRating(t)}_getNetworkState(e){return isNaN(e)||e>=br?`good`:e>=xr?`medium`:`bad`}updateSettings(e){Object.assign(this._networkLimits.badNet,e?.badNet||{}),Object.assign(this._networkLimits.goodNet,e?.goodNet||{})}reportLocal(e){if(!this._signaling.ready)return;let t=e.outbound.transport.local?.protocol===`tcp`,n=Math.max(0,Math.round(e.outbound.transport.currentRoundTripTime*1e3)||0),r=e.inbound.rtps.reduce((e,t)=>Math.max(e,t.packetLoss||0),0),i={rtt:this._localNetworkStat.rtt.update(n),loss:this._localNetworkStat.loss.update(r)};if(t){let t=e.outbound.rtps.reduce((e,t)=>e+(t.bandwidth??0)*8,0);i.bitrate=t,this._localNetworkStat.bitrate=t}let a=Date.now(),o=this._calcRating(this._localNetworkStat,this._remoteNetworkStat,t),s=Math.max(Math.round(o*10)/10,.1),c=this._getNetworkState(s);(t||c!==this._currentState||a-this._lastStatSentTimestamp>w.networkStatisticsInterval)&&(this._lastStatSentTimestamp=a,this._signaling.customData({sdk:Object.assign({type:`bad-net`},i)},null).catch(e=>{R.warn(`Unable to send [bad-net]`,e)})),this._currentState=c,this._triggerEvent(K.NETWORK_STATUS,s)}reportRemote(e){let{rtt:t,loss:n,bitrate:r}=e||{};this._remoteNetworkStat.rtt=t||0,this._remoteNetworkStat.loss=n||0,this._remoteNetworkStat.bitrate=r||0}},Cr=30*1e3,wr=class e extends rr{constructor(e,t,n,r,i){super(n,r),g(this,`_participantId`,void 0),g(this,`_isMaster`,void 0),g(this,`_remoteSDP`,{}),g(this,`_remoteCandidates`,{}),g(this,`_lastRemoteSDP`,null),g(this,`_animojiDataChannel`,null),g(this,`_animojiReceiver`,null),g(this,`_animojiSender`,null),g(this,`_remoteAnimojiVersion`,1),g(this,`_isOpen`,!1),g(this,`_remotePeerId`,null),g(this,`_statInterval`,null),g(this,`_settingsInterval`,null),g(this,`_failedOnCreate`,null),g(this,`_remoteStream`,null),g(this,`_iceRestartTimeout`,null),g(this,`_reconnectionTimeout`,null),g(this,`_reconnectionPrevented`,!1),g(this,`_lastStat`,void 0),g(this,`_fingerprint`,null),g(this,`_neverConnected`,!0),g(this,`_serverSettings`,void 0),g(this,`_prevConsumerSettings`,{}),g(this,`_networkLimitsForVideo`,{bad:{loss:4,rtt:1e3},good:{loss:2,rtt:700}}),g(this,`_videoMaxDimensionsForNet`,{worst:320,bad:640,good:1280}),g(this,`_lastVideoMaxDimension`,this._videoMaxDimensionsForNet.good),g(this,`_lastBadConnection`,0),g(this,`_perfStatReporter`,void 0),g(this,`_directStatReporter`,void 0),this._participantId=e,this._isMaster=t,this._serverSettings=i,this._perfStatReporter=new sr(this,n,!0),this._directStatReporter=new Sr(n),this.subscribe(this._signaling,qn.NOTIFICATION,this._onSignalingNotification.bind(this)),this.subscribe(this._mediaSource,Oe.TRACK_REPLACED,this._onReplacedTrack.bind(this)),this.subscribe(this._mediaSource,Oe.SOURCE_CHANGED,this._applySettings.bind(this)),this.subscribe(this._directStatReporter,K.NETWORK_STATUS,this._onNetworkStatus.bind(this));try{this._pc=new RTCPeerConnection({iceServers:w.iceServers,iceTransportPolicy:w.forceRelayPolicy?`relay`:`all`})}catch(e){R.error(`Failed to create RTCPeerConnection:`,e),this.close(e);return}if(this._pc.onicecandidate=this._handleIceCandidate.bind(this),this._pc.ontrack=this._onAddTrack.bind(this),this._pc.oniceconnectionstatechange=this._onIceConnectionStateChange.bind(this),this._pc.onconnectionstatechange=this._onConnectionStateChange.bind(this),this._pc.onsignalingstatechange=this._onSignalingStateChange.bind(this),this._prevConsumerSettings={},w.vmoji&&this._createDataChannel(this._pc,Jn.animoji,e=>{this._animojiDataChannel=e,this._animojiDataChannel.binaryType=`arraybuffer`,this._animojiReceiver?.setDataChannel(this._animojiDataChannel),this._animojiSender?.setDataChannel(this._animojiDataChannel)}),this._isMaster){try{this._mediaSource.addTrackToPeerConnection(this._pc,!1,!0),this._applySettings()}catch(e){O.log(b.ERROR,`addTrack-direct`),R.error(`Unable to add media source tracks`,e,{participantId:this._participantId}),this._failedOnCreate=e;return}this._createOffer(!1).catch(e=>{this._state===q.IDLE?this._failedOnCreate=e:this.close(e)})}this._startSettingsInterval()}get participantId(){return this._participantId}updateStatisticsInterval(){this._stopStatInterval(),this._isDeadConnection()||this._startStatInterval()}_isDeadConnection(){return[q.IDLE,q.CLOSED,q.FAILED].includes(this.getState())}async open(e=null){if(this._isOpen){R.warn(`DirectTransport: Already opened`,{participantId:this._participantId});return}if(this._failedOnCreate){this.close(this._failedOnCreate);return}if(R.debug(`DirectTransport: Open transport`,{participantId:this._participantId}),this._isOpen=!0,this._remotePeerId=e,!this._isMaster)try{this._mediaSource.addTrackToPeerConnection(this._pc,!1,!0),this._applySettings()}catch(e){O.log(b.ERROR,`addTrack-direct`),R.error(`DirectTransport: Unable to add media source tracks`,e,{participantId:this._participantId}),this.close(e);return}this._setState(q.OPENED);let t=e;if(!e){let e=Object.keys(this._remoteSDP);t=e[e.length-1]}if(t&&this._remoteSDP[t])try{await this._setRemoteDescription(t,this._remoteSDP[t])}catch{this.close();return}this._remoteSDP={},this._remoteCandidates={}}updateSettings(e){$n(e,this._serverSettings)||(this._serverSettings=e,this._applySettings())}preventRestart(){this._reconnectionPrevented=!0}allowRestart(){this._reconnectionPrevented=!1}setAnimojiTransport(e,t){if(w.vmoji&&(this._animojiReceiver=e,this._animojiSender=t,e.setParticipantId(this._participantId),this._animojiDataChannel)){e.setDataChannel(this._animojiDataChannel),t.setDataChannel(this._animojiDataChannel);return}}close(e){this._isOpen&&(this._isOpen=!1,this._stopReconnection(),this._remoteStream&&(this._remoteStream.getTracks().forEach(e=>{e.stop(),this._triggerEvent(K.REMOTE_TRACK_REMOVED,this._remoteStream,e)}),this._remoteStream=null),this._stopStatInterval(),this._stopSettingsInterval(),this._pc&&(this._animojiDataChannel&&(this._animojiDataChannel.onopen=null,this._animojiDataChannel.onmessage=null,this._animojiDataChannel.onerror=null,this._animojiDataChannel.close()),this._pc.onicecandidate=null,this._pc.ontrack=null,this._pc.oniceconnectionstatechange=null,this._pc.onconnectionstatechange=null,this._pc.onsignalingstatechange=null,this._pc.close(),this._pc=null),this._onNetworkStatus(1),this.unsubscribe(),e?(R.error(`DirectTransport: Closed`,e,{participantId:this._participantId}),this._setState(q.FAILED)):(R.debug(`DirectTransport: Closed`,{participantId:this._participantId}),this._setState(q.CLOSED)),this._triggerEvent(K.PEER_CONNECTION_CLOSED))}_setState(e){this._state!==e&&(R.debug(`DirectTransport: State changed to ${e}`,{participantId:this._participantId}),this._state=e,this._triggerEvent(K.STATE_CHANGED,e))}_onSignalingNotification(e){switch(e.notification){case G.TRANSMITTED_DATA:this._handleTransmittedData(e);break;case G.SETTINGS_UPDATE:this._directStatReporter.updateSettings(e.settings);break;case G.CUSTOM_DATA:Object.hasOwn(e.data,`sdk`)&&this._directStatReporter.reportRemote(e.data?.sdk);break}}_handleTransmittedData(e){let t=e.data,n=C.getPeerIdString(e.peerId);C.composeMessageId(e)===this._participantId&&(t.candidate&&t.candidate.candidate?this._addIceCandidate(n,t.candidate).catch(this.close.bind(this)):t.sdp&&(this._remoteAnimojiVersion=t.animojiVersion||1,this._setRemoteDescription(n,t.sdp).catch(this.close.bind(this))))}async _addIceCandidate(e,t){if(this._isOpen&&(!this._remotePeerId||this._remotePeerId===e)&&this._pc&&this._pc.remoteDescription){R.debug(`Add remote ice candidate`,{participantId:this._participantId,candidate:t});try{await this._pc.addIceCandidate(new RTCIceCandidate(t))}catch(e){throw O.log(b.ERROR,`addIceCandidate-direct`),R.error(`Unable to add remote ice candidate`,e,{participantId:this._participantId,candidate:t}),e}}else R.debug(`Cache remote ice candidate`,{participantId:this._participantId,candidate:t}),this._remoteCandidates[e]=this._remoteCandidates[e]||[],this._remoteCandidates[e].push(t)}async _setRemoteCandidates(e){if(!this._remoteCandidates[e]){R.log(`No cached candidates found for peer ${e}`);return}let t=this._remoteCandidates[e];this._remoteCandidates[e]=[];for(let n of t)try{await this._addIceCandidate(e,n)}catch{}}async _setRemoteDescription(t,n){if(this._isOpen&&(!this._remotePeerId||this._remotePeerId===t)&&this._pc){if(this._lastRemoteSDP?.sdp===n.sdp)return;this._lastRemoteSDP=n,n=e._patchRemoteDescription(n),R.debug(`Add remote description`,{participantId:this._participantId,sdp:n}),this._calcFingerprint(n.sdp);try{await this._pc.setRemoteDescription(n),await this._setRemoteCandidates(t),this._processAnimojiProtocolVersion(this._remoteAnimojiVersion)}catch(e){throw O.log(b.ERROR,`setRemoteDescription-direct`),R.error(`Unable to set remote description`,e,{participantId:this._participantId,sdp:n}),e}}else this._remoteSDP[t]=n}_processAnimojiProtocolVersion(e){let t=Math.min(e,w.vmojiOptions?.protocolVersion||1);this._animojiSender?.setProtocolVersion(t)}_onAddTrack(e){R.debug(`Added remote track`,{participantId:this._participantId,kind:e.track.kind}),this._remoteStream?this._remoteStream.addTrack(e.track):(this._remoteStream=new MediaStream([e.track]),this._remoteStream.onremovetrack=e=>{this._triggerEvent(K.REMOTE_TRACK_REMOVED,this._remoteStream,e.track)}),this._triggerEvent(K.REMOTE_TRACK_ADDED,this._remoteStream,e.track)}async _handleIceCandidate(e){e.candidate&&this._signaling.ready&&(R.debug(`Local ice candidate`,{participantId:this._participantId,candidate:e.candidate}),await this._signaling.sendCandidate(this._participantId,e.candidate))}_onSignalingStateChange(){R.debug(`DirectTransport: Signaling state changed to ${this._pc?.signalingState}`,{participantId:this._participantId});let e={animojiVersion:w.vmojiOptions.protocolVersion||1};switch(this._pc?.signalingState){case`have-local-offer`:let t=this._pc.localDescription;t?this._signaling.sendSdp(this._participantId,t,e).catch(this.close.bind(this)):this.close(Error());break;case`have-remote-offer`:this._createAnswer().then(t=>this._signaling.sendSdp(this._participantId,t,e)).catch(this.close.bind(this));break}}_onIceConnectionStateChange(){switch(R.debug(`DirectTransport: Ice Connection state changed to ${this._pc?.iceConnectionState}`,{participantId:this._participantId}),this._pc?.iceConnectionState){case`checking`:let e=this.getState();e===q.IDLE||e===q.OPENED?this._setState(q.CONNECTING):this._setState(q.RECONNECTING);break;case`connected`:case`completed`:I.browserName()===`Safari`&&this._pc?.connectionState!==`connected`&&this._markConnected();break}}_markConnected(){this._neverConnected=!1,this._setState(q.CONNECTED),this._stopReconnection(),this._pc&&C.getPeerConnectionHostInfo(this._pc).then(e=>{e?.local&&(O.log(b.ICE_CONNECTION_TYPE,e.local.type),R.debug(`Selected ICE candidates`,e))}),this._startStatInterval()}_onConnectionStateChange(){switch(R.debug(`DirectTransport: Connection state changed to ${this._pc?.connectionState}`,{participantId:this._participantId}),O.log(b.ICE_CONNECTION_STATE,this._pc?.connectionState),this._pc?.connectionState){case`connected`:this._markConnected();break;case`failed`:case`disconnected`:this._reconnectionPrevented?this.close(Error(`Ice connection ${this._pc.connectionState}`)):(this._setState(q.RECONNECTING),this._startReconnection());break;case`closed`:this.close(Error(`Ice connection closed`));break}}_startReconnection(){this._reconnectionTimeout||this._iceRestartTimeout||(R.log(`Waiting for reconnection...`,{participantId:this._participantId}),this._reconnectionTimeout=window.setTimeout(()=>{this._reconnectionTimeout=null,this._neverConnected?this._requestTopologySwitch():this._startIceRestart()},w.transportConnectionWaitTime))}_requestTopologySwitch(){this._isMaster&&this._signaling.ready&&(R.log(`Switch topology DIRECT to SERVER`,{participantId:this._participantId}),this._signaling.switchTopology(J.SERVER))}_stopReconnection(){this._reconnectionTimeout&&(clearTimeout(this._reconnectionTimeout),this._reconnectionTimeout=null),this._iceRestartTimeout&&(clearTimeout(this._iceRestartTimeout),this._iceRestartTimeout=null)}_startIceRestart(){this._isMaster?(O.log(b.ICE_RESTART),R.log(`Ice restart`,{participantId:this._participantId}),this._createOffer(!0).catch(this.close.bind(this))):R.debug(`Waiting for ice restart...`,{participantId:this._participantId}),this._iceRestartTimeout=window.setTimeout(()=>{this._iceRestartTimeout=null,R.error(`Ice restart failed`,{participantId:this._participantId}),O.log(b.ERROR,`iceRestart-direct`),this._requestTopologySwitch()},w.iceRestartWaitTime)}async _createOffer(t){let n={iceRestart:t,offerToReceiveAudio:!0,offerToReceiveVideo:!0};R.debug(`Create offer`,{participantId:this._participantId,options:n});let r;try{r=await this._pc?.createOffer(n),R.debug(`Created offer`,{participantId:this._participantId,offer:r}),r=e._patchLocalDescription(r)}catch(e){throw R.error(`Unable to create offer`,e,{participantId:this._participantId}),O.log(b.ERROR,`createOffer-direct`),e}try{return R.debug(`Set local description`,{participantId:this._participantId,offer:r}),this._calcFingerprint(r.sdp),await this._pc?.setLocalDescription(r),r}catch(e){throw R.error(`Unable to set local description`,e,{participantId:this._participantId}),O.log(b.ERROR,`setLocalDescription-direct`),e}}async _createAnswer(){R.debug(`Create answer`,{participantId:this._participantId});let t;try{t=await this._pc?.createAnswer(),R.debug(`Created answer`,{participantId:this._participantId,answer:t}),t=e._patchLocalDescription(t)}catch(e){throw R.error(`Unable to create answer`,e,{participantId:this._participantId}),O.log(b.ERROR,`createAnswer-direct`),e}try{return R.debug(`Set local description`,{participantId:this._participantId,answer:t}),this._calcFingerprint(t.sdp),await this._pc?.setLocalDescription(t),t}catch(e){throw R.error(`Unable to set local description`,e,{participantId:this._participantId}),O.log(b.ERROR,`setLocalDescription-direct`),e}}static _patchLocalDescription(e){let t=!!I.baseChromeVersion();return e.sdp=C.patchLocalSDP(e.sdp,w.preferH264&&I.canPreferH264(),I.isBrokenH264Decoder(),w.preferVP9,t&&w.audioNack),e}static _patchRemoteDescription(e){return e.sdp=C.patchRemoteSDP(e.sdp,!1,!1,!1,w.preferVP9,I.isBrokenVP9Encoder(),I.isBrokenVP9Decoder()),e}_onReplacedTrack(e){this._pc&&(this._pc.getSenders().forEach(t=>{t.track&&t.track.kind===e.kind&&t.track.contentHint===e.contentHint&&t.replaceTrack(e).catch(e=>{R.error(`DirectTransport: Unable to replace track`,e,{participantId:this._participantId}),O.log(b.ERROR,`replaceTrack-direct`)})}),this._applySettings())}_startStatInterval(){if(this._statInterval)return;let e=()=>{if(this._isDeadConnection()){this._stopStatInterval();return}W.collectStats(this._pc,this._lastStat,void 0,!0).then(t=>{this._lastStat=t,nr.reportUsage(t);let n={inbound:{topology:J.DIRECT,transport:t.transport,rtps:t.rtps.filter(e=>e.type===`inbound-rtp`?(e.userId=this._participantId,!0):!1)},outbound:{topology:J.DIRECT,transport:t.transport,rtps:t.rtps.filter(e=>e.type===`outbound-rtp`)},remoteInbound:{topology:J.DIRECT,transport:t.transport,rtps:t.remoteRtps??[]}};this._checkPPTNetwork(n),this._directStatReporter.reportLocal(n),this._triggerEvent(K.REMOTE_DATA_STATS,n),this._statInterval=window.setTimeout(e,w.statisticsInterval)})};this._statInterval=window.setTimeout(e,w.statisticsInterval)}async _isSVCSupported(e,t){let n=this._mediaSource.getSendVideoTrack(),r=e.outbound.rtps.find(e=>e.kind===`video`);if(!r?.mimeType||!r?.bandwidth||!n)return!1;let i=n.getSettings();if(!i.width||!i.height||!i.frameRate)return!1;let a={type:I.browserName()===`Firefox`?`transmission`:`webrtc`,video:{contentType:r.mimeType,width:i.width,height:i.height,bitrate:r.bandwidth,framerate:i.frameRate,scalabilityMode:t}};try{return(await navigator.mediaCapabilities.encodingInfo(a)).supported||!1}catch(e){return R.warn(`Failed to get encodingInfo`,a,e),!1}}async _checkPPTNetwork(e){if(!w.switchVideoAtBadNetwork||!e.inbound.transport.averageNetStat)return;let{averageNetStat:t}=e.inbound.transport,n=t.currentRoundTripTime<=this._networkLimitsForVideo.good.rtt&&t.lostPercent<=this._networkLimitsForVideo.good.loss,r=t.currentRoundTripTime>=this._networkLimitsForVideo.bad.rtt||t.lostPercent>=this._networkLimitsForVideo.bad.loss,i=t.currentRoundTripTime<this._networkLimitsForVideo.bad.rtt,a=this._videoMaxDimensionsForNet.good,o=Qn.L1T1;if(r?(this._lastBadConnection=Date.now(),i?(a=this._videoMaxDimensionsForNet.bad,o=Qn.L1T2):(a=this._videoMaxDimensionsForNet.worst,o=Qn.L1T3)):n&&(a=this._videoMaxDimensionsForNet.good,o=Qn.L1T1),!(a<this._lastVideoMaxDimension||Date.now()-this._lastBadConnection>Cr)||this._lastVideoMaxDimension===a)return;let s=this._serverSettings.camera;if(!s||!await this._isSVCSupported(e,o))return;R.debug(`Switch outbound video frame size and scalabilityMode`,{scalabilityMode:o,averageNetStat:t,nextVideoMaxDimension:a}),this._lastVideoMaxDimension=a;let c={...this._serverSettings,camera:{...s,scalabilityMode:o,maxDimension:this._lastVideoMaxDimension}};this.updateSettings(c)}_stopStatInterval(){this._statInterval&&(window.clearTimeout(this._statInterval),this._statInterval=null)}_onNetworkStatus(e){let t={};t[this._participantId]=t[``]=e,this._triggerEvent(K.NETWORK_STATUS,t)}_startSettingsInterval(){let e=2e3;if(this._settingsInterval)return;let t=()=>{if(!this._pc){this._stopSettingsInterval();return}this._applySettings(),this._settingsInterval=window.setTimeout(t,e)};this._settingsInterval=window.setTimeout(t,e)}_stopSettingsInterval(){this._settingsInterval&&(window.clearTimeout(this._settingsInterval),this._settingsInterval=null)}_calcFingerprint(e){let t=C.sdpFingerprint(e);if(t===null){R.warn(`Fingerprint calculation is unsupported`);return}this._fingerprint===null?this._fingerprint=t:(P.onFingerprintChange((this._fingerprint^t).toString()),this._fingerprint=null)}_applySettings(){let e=this._mediaSource.mediaSettings.isScreenSharingEnabled?this._serverSettings.screenSharing:this._serverSettings.camera;e&&this._pc?.connectionState===`connected`&&(this._prevConsumerSettings=C.applySettings(this._pc,e,this._prevConsumerSettings))}_createDataChannel(e,t,n){R.debug(`[${t}] data channel opening`);let r=e.createDataChannel(t,{negotiated:!0,id:1});r.onopen=()=>{let e=r.readyState;e===`open`?(R.debug(`[${t}] data channel opened`),r.onerror=e=>{R.error(`[${t}] data channel error`,e)},n(r)):R.error(`[${t}] data channel open failed, state [${e}]`)}}},Tr=function(e){return e.AUDIO_MIX=`audio-mix`,e.PARTICIPANT_AGNOSTIC_TRACK_PREFIX=`pat`,e.TRANSPARENT_AUDIO_TRACK_PREFIX=`ta`,e}({}),Er;(function(e){function t(){return{estimatedPerformanceIndex:sr.getEstimatedPerformanceIndex(),audioMix:!0,consumerUpdate:!0,producerNotificationDataChannelVersion:8,producerCommandDataChannelVersion:3,consumerScreenDataChannelVersion:1,producerScreenDataChannelVersion:1,asrDataChannelVersion:+!!w.asrDataChannel,animojiDataChannelVersion:w.vmoji?w.vmojiOptions.protocolVersion:1,animojiBackendRender:!w.vmojiOptions.renderingOptions.useFullClientRendering,onDemandTracks:!0,unifiedPlan:!0,singleSession:!0,videoTracksCount:w.videoTracksCount,red:!0,audioShare:w.audioShare,fastScreenShare:w.fastScreenShare,videoSuspend:w.videoSuspend,simulcast:w.simulcast,consumerFastScreenShare:w.consumerFastScreenShare,consumerFastScreenShareQualityOnDemand:w.consumerFastScreenShareQualityOnDemand,transparentAudio:w.transparentAudio}}e.get=t})(Er||(Er={}));var Dr=Er,Or=16,kr=class e{constructor(e,t,n){g(this,`_datachannel`,void 0),g(this,`_participantIdRegistry`,void 0),g(this,`_asrCallback`,void 0),g(this,`_textDecoder`,void 0),R.debug(`AsrReceiver started`),this._datachannel=e,this._participantIdRegistry=t,this._asrCallback=n,this._textDecoder=new TextDecoder,this._datachannel.onmessage=e=>this._onDataChannelMessage(e.data)}static parse(e){let t=new DataView(e),n=t.getUint8(0),r=t.getUint8(1);if(r!==0)throw Error(`Unsupported message type. Message type: ${r}`);let i=t.getUint16(2),a=t.getUint32(4),o=t.getUint32(8),s=t.getUint32(12);if(n!==1)throw Error(`Unexpected protocol version. Got ${n}, expected 1`);return{sequence:i,ssrc:a,timestamp:o,duration:s,data:e.slice(Or)}}_onDataChannelMessage(t){let n=e.parse(t),r=this._participantIdRegistry?.getStreamDescription(n.ssrc)?.participantId;if(!r){R.warn(`Participant id for ssrc ${n.ssrc} not found in registry`);return}let i={participantId:r,text:this._textDecoder.decode(n.data),timestamp:n.timestamp,duration:n.duration};this._asrCallback(i)}destroy(){this._datachannel.onmessage=null}},Ar,jr=class{constructor(){g(this,`_value`,1)}get value(){return this._value}set value(e){this._value=e}};Ar=jr,g(jr,`_instance`,null),g(jr,`getInstance`,()=>(Ar._instance||(Ar._instance=new Ar),Ar._instance));var Mr=class{constructor(){g(this,`streamDescriptionByCompactId`,new Map),g(this,`compactIdByStreamDescription`,new Map)}getStreamDescription(e){return this.streamDescriptionByCompactId.get(e)}getCompactId(e){return this.compactIdByStreamDescription.get(e)}handleMessage(e){let t=new Uint8Array(e),n=t[0],r=t.subarray(1);switch(n){case 1:let e=(0,l.decode)(r);return Object.entries(e).forEach(([e,t])=>{let n=en(e);this.streamDescriptionByCompactId.set(t,n),this.compactIdByStreamDescription.set(e,t)}),null;case 2:case 4:let t=(0,l.decode)(r),i=[];for(let e of t){let t=this.getStreamDescription(e);t&&i.push(t.participantId)}return n===2?{type:`notification`,notification:G.AUDIO_ACTIVITY,activeParticipants:i}:{type:`notification`,notification:G.STALLED_ACTIVITY,stalledParticipants:i};case 3:let a=(0,l.decode)(r);return{type:`notification`,notification:G.SPEAKER_CHANGED,speaker:this.getStreamDescription(a)?.participantId};case 5:let o=(0,l.decode)(r);return{type:`notification`,notification:G.VIDEO_QUALITY_UPDATE,quality:{maxBitrate:o[0],maxDimension:o[1]},mediaType:this._decodeMediaType(o[2])};case 6:let s=(0,l.decode)(r),c={};for(let[e,t]of Object.entries(s)){let n=this.getStreamDescription(Number(e))?.participantId;n&&(c[n]=t/100)}return{type:`notification`,notification:G.NETWORK_STATUS,statuses:c};case 7:return this._createParticipantSourcesUpdateNotification(r);case 8:{let e=(0,l.decode)(r).map(e=>{let[t,n,r,i,a,o,s]=e;return{participantId:this.getStreamDescription(t)?.participantId,gain:n,pause:r,offset:i,mute:a,liveStatus:o,startTimeMs:s}});return{type:`notification`,notification:G.MOVIE_UPDATE_NOTIFICATION,data:e}}case 9:let u=(0,l.decode)(r);return{type:`notification`,notification:G.VIDEO_SUSPEND_SUGGEST,bandwidth:u};default:return R.debug(`unsupported message type: `+n),null}}_decodeMediaType(e){if(e===null)return null;switch(e){case 0:return V.CAMERA;case 1:return V.SCREEN;default:throw Error(`Unsupported media type: ${e}`)}}_createParticipantSourcesUpdateNotification(e){let t=(0,l.decode)(e),n=[];for(let[e,r]of Object.entries(t)){let t=r[0],i=r[1],a=r[2],o=!!r[3],s=r[4]===null?void 0:!!r[4],c;if(t!==null){if(c=this.getStreamDescription(t),!c){R.error(`could not uncompress participant ID ${t}`);continue}}else c=null;if(a===null){R.error(`unexpected null sequenceNumber`,e,r);continue}let l=Tr.PARTICIPANT_AGNOSTIC_TRACK_PREFIX+`-`+e,u=i?i>>>0:null;n.push({participantStreamDescription:c,streamId:l,rtpTimestamp:u,sequenceNumber:a,fastScreenShare:o,suspend:s})}return{type:`notification`,notification:G.PARTICIPANT_SOURCES_UPDATE,participantUpdateInfos:n}}},Nr=function(e){return e.INIT=`init`,e.READY=`ready`,e.FRAME=`frame`,e.SET_BITRATE=`set_bitrate`,e.ERROR=`error`,e.DEBUG=`debug`,e.LOG_ERROR=`log_error`,e}({}),Pr=class{constructor(){g(this,`_worker`,null)}async _createWorker(e,t,n=[],r={},i=[]){return new Promise((a,o)=>{let s=n.join(`,`),c=new Blob([e,`exports.default(${s});`],{type:`application/javascript; charset=utf-8`}),l=window.URL.createObjectURL(c);this._worker=new Worker(l),this._worker.onmessage=e=>{switch(e.data.type){case Nr.READY:a();break;case Nr.ERROR:o(e.data.error);break;case Nr.FRAME:t(e.data);break;case Nr.DEBUG:R.debug(e.data.message);break;case Nr.LOG_ERROR:O.log(b.ERROR,e.data.message);break}},this._sendToWorker(Nr.INIT,r,i)})}_removeWorker(){this._worker?.terminate(),this._worker=null}_sendToWorker(e,t={},n=[]){this._worker?.postMessage(Object.assign({type:e},t),n)}static isBrowserSupported(){throw Error(`Not implemented`)}},Fr=class extends Pr{async init(e,t,n){R.debug(`LibVPxDecoder started`),await this._createWorker("var workerExports=(function(){var e=function(e){return e.INIT=`init`,e.READY=`ready`,e.FRAME=`frame`,e.SET_BITRATE=`set_bitrate`,e.ERROR=`error`,e.DEBUG=`debug`,e.LOG_ERROR=`log_error`,e}({});return(t,n)=>{let r=null,i=null,a=!0,o=!1;function s(){return t({locateFile:n}).then(e=>i=e)}function c(t,n,s,c){if(!i){self.postMessage({type:e.LOG_ERROR,message:`decoder-init-fail-libvpx`}),self.postMessage({type:e.FRAME,error:`Fatal initialization error`});return}if(a!==s&&(a=s,r&&(r=null,self.postMessage({type:e.DEBUG,message:`LibVPxDecoder codec changed to ${s?`VP9`:`VP8`} - reinitialize`}))),!r&&(self.postMessage({type:e.DEBUG,message:`LibVPxDecoder codec ${s?`VP9`:`VP8`}`}),r=new i.VpxDecoder,r.debug(c),!r.init(s?i.VpxType.VP9:i.VpxType.VP8))){r=null,self.postMessage({type:e.FRAME,error:`Decoder failed to create`});return}try{r.allocateBuffer(n.byteLength).set(new Uint8Array(n))}catch(t){self.postMessage({type:e.DEBUG,message:t}),r=null,self.postMessage({type:e.FRAME,error:String(t)});return}if(r.decode()&&r.nextImage())o=!1;else{self.postMessage({type:e.FRAME,error:`Decode failed`}),l();return}let u=r.getImageBuffer();if(!u){self.postMessage({type:e.FRAME,error:`No decoded data`});return}let d=r.getImageWidth(),f=r.getImageHeight();r.nextImage()&&(self.postMessage({type:e.DEBUG,message:`LibVPxDecoder dropped frame`}),self.postMessage({type:e.LOG_ERROR,message:`LibVPxDecoder-drop`}));let p=new Uint8ClampedArray(u.byteLength);p.set(u),self.postMessage({type:e.FRAME,data:p.buffer,width:d,height:f},[p.buffer])}function l(){o||(self.postMessage({type:e.FRAME,requestKeyFrame:!0}),o=!0)}s().then(()=>{self.onmessage=t=>{switch(t.data.type){case e.FRAME:c(t.data.timestamp,t.data.data,t.data.isVP9,t.data.debug);break}},self.postMessage({type:e.READY})}).catch(t=>{self.postMessage({type:e.ERROR,error:String(t)})})}})(),exports={default:workerExports};",r=>{r.error?(R.warn(`LibVPxDecoder`,r.error),t(r.error)):r.requestKeyFrame?(R.debug(`LibVPxDecoder requests key frame`),n()):e(new ImageData(new Uint8ClampedArray(r.data),r.width,r.height))},[u.default,u.default.getUrl])}decodeFrame(e,t,n,r){this._sendToWorker(Nr.FRAME,{timestamp:e,data:t.buffer,isVP9:n,keyFrame:r,debug:R.enabled()},[t.buffer])}destroy(){this._removeWorker(),R.debug(`LibVPxDecoder destroyed`)}static isBrowserSupported(){return`WebAssembly`in window&&`Worker`in window}},Ir=class extends Pr{async init(e,t,n){R.debug(`WebCodecsDecoder started`),await this._createWorker("var workerExports=(function(){var e=function(e){return e.VP9=`vp09.00.50.08`,e.VP8=`vp8`,e}({}),t=function(e){return e.INIT=`init`,e.READY=`ready`,e.FRAME=`frame`,e.SET_BITRATE=`set_bitrate`,e.ERROR=`error`,e.DEBUG=`debug`,e.LOG_ERROR=`log_error`,e}({});return n=>{let r=null,i=`no-preference`,a=!0,o=!1,s=!1,c=null,l=null;function u(){self.postMessage({type:t.READY})}function d(e,n,r,i=!1){c={timestamp:e,data:n,isVP9:r,keyFrame:i};let a=p(r);if(o&&!i){self.postMessage({type:t.FRAME,error:`WebCodecsDecoder waiting for keyframe`}),f();return}else o&&i&&(o=!1,s=!1,self.postMessage({type:t.DEBUG,message:`WebCodecsDecoder got keyframe. Start decoding`}));let l=new EncodedVideoChunk({type:i?`key`:`delta`,timestamp:e,data:n});try{a.decode(l)}catch(e){m(`because failed call decode: ${e.message}`);return}h(i)}self.onmessage=e=>{switch(e.data.type){case t.INIT:u();break;case t.FRAME:d(e.data.timestamp,e.data.data,e.data.isVP9,e.data.keyFrame);break}};function f(){s||(self.postMessage({type:t.FRAME,requestKeyFrame:!0}),s=!0)}function p(e){return a!==e&&(a=e,m(`because codec is changed to ${a?`VP9`:`VP8`}`)),r||(o=!0,self.postMessage({type:t.DEBUG,message:`WebCodecsDecoder codec ${a?`VP9`:`VP8`}`}),r=new VideoDecoder({output:e=>{g();let r=n?[e]:[];self.postMessage({type:t.FRAME,data:e},r),e.close()},error:e=>{g(),m(`because error during decoding: ${e.message}`),i===`prefer-software`?self.postMessage({type:t.FRAME,error:`WebCodecsDecoder failed, reinitialize: `+String(e)}):(i=`prefer-software`,c&&c.keyFrame&&d(c.timestamp,c.data,c.isVP9,c.keyFrame),self.postMessage({type:t.DEBUG,message:`WebCodecsDecoder codec switch to prefer-software because decoding issue: ${e.message}`}))}}),r.configure(_(a,i))),r}function m(e){if(r){try{r&&r.state!==`closed`&&r.close()}catch{}r=null,self.postMessage({type:t.FRAME,error:`WebCodecsDecoder reset ${e}`})}}function h(e=!1){l=setTimeout(()=>{m(`because of decode timeout`)},3e3)}function g(){l&&clearTimeout(l),l=null}function _(t,n){return{codec:t?e.VP9:e.VP8,hardwareAcceleration:n}}}})(),exports={default:workerExports};",r=>{r.error?(R.warn(`WebCodecsDecoder`,r.error),t(r.error)):r.requestKeyFrame?(R.debug(`WebCodecsDecoder requests key frame`),n()):(e(r.data),r.data.close())},[I.baseChromeVersion()>=92||I.browserName()===`Safari`])}decodeFrame(e,t,n,r=!1){this._sendToWorker(Nr.FRAME,{timestamp:e,data:t.buffer,isVP9:n,keyFrame:r},[t.buffer])}destroy(){this._removeWorker(),R.debug(`WebCodecsDecoder destroyed`)}static isBrowserSupported(){return`VideoDecoder`in window&&`Worker`in window&&`VideoFrame`in window&&!I.isBrokenVP9Decoder()&&I.browserName()!==`Firefox`}},Lr=class{constructor(e=null,t=0){g(this,`_counter`,0),g(this,`_interval`,0),g(this,`_lastCalculationTime`,Date.now()),g(this,`_onCalculated`,null),this._onCalculated=e,t&&(this._interval=window.setInterval(()=>this.calculate(),t))}increment(e=1){this._counter+=e}calculate(){let e=Date.now(),t=e-this._lastCalculationTime,n=Math.round(this._counter*1e3/t);return this._counter=0,this._lastCalculationTime=e,this._onCalculated?.(n),n}destroy(){window.clearInterval(this._interval),this._interval=0}},Rr=class{constructor(e){g(this,`_participantId`,void 0),g(this,`_firstFrameReceived`,!1),this._participantId=e}measure(e,t){if(this._firstFrameReceived)return;this._firstFrameReceived=!0;let n=W.getMarkNameScreenshareFirstFrame(this._participantId),r=W.measureMark(n);r!==null&&Bn.logEventualStat({name:H.SCREENSHARE_FIRST_FRAME,value:r,width:e,height:t})}},zr=65536,Br=`MARK_SCREENSHARE_FREEZE_DURATION`,Vr=class e{constructor(e,t,n,r){g(this,`_participantId`,void 0),g(this,`_onStream`,void 0),g(this,`_onStat`,void 0),g(this,`_onKeyFrameRequested`,void 0),g(this,`_statScreenShareFirstFrame`,void 0),g(this,`_chunks`,[]),this._participantId=e,this._onStream=t,this._onStat=n,this._onKeyFrameRequested=r,this._statScreenShareFirstFrame=new Rr(e)}appendChunk(t){let n=this._chunks.length;if(t.start)this._measureFreezeDuration(!1),this._measureFreezeDuration(!0),n&&(R.warn(`[FrameBuilder] Cleanup buffer`,Array.prototype.slice.call(this._chunks)),this._chunks=[]);else if(!n||(this._chunks[n-1].sequence+1)%zr!==t.sequence){R.warn(`[FrameBuilder] Got incorrect chunk`);return}if(this._chunks.push(t),t.end){let n=this._processFrameData(),{width:r,height:i}=e.getFrameSize(n);this._processFrame({timestamp:t.timestamp,frameData:n,isVP9:t.isVP9,keyframe:t.keyframe,width:r,height:i}),this._statScreenShareFirstFrame.measure(r,i)}}destroy(){W.clearMark(Br),W.clearMark(W.getMarkNameScreenshareFirstFrame(this._participantId)),this._chunks=[]}_processFrameData(){let e=this._chunks;this._chunks=[];let t=e.reduce((e,t)=>e+t.data.byteLength,0),n=new Uint8Array(t),r=0;for(let t of e)n.set(new Uint8Array(t.data),r),r+=t.data.byteLength;return n}static getFrameSize(e){let t={width:0,height:0},n=new d.BitStream(e.buffer);n.bigEndian=!0,n.index+=2;let r=n.readBits(1),i=n.readBits(1)<<1|r;return i===3&&n.index++,n.readBits(1)===1||n.readBits(1)!==0?t:(n.index++,n.index++,n.index+=24,i>=2&&n.index++,n.readBits(3)===7?(i===1||i===3)&&n.index++:(n.index++,(i===1||i===3)&&(n.index+=3)),t.width=n.readBits(16)+1,t.height=n.readBits(16)+1,t)}static isBrowserSupported(){throw Error("Method `isBrowserSupported` is not implemented")}_measureFreezeDuration(e){if(e){W.setMark(Br);return}let t=W.measureMark(Br);t!==null&&t>1e3&&this._onStat({freeze_duration:t})}},Hr=class{constructor(e){g(this,`_onStream`,void 0),this._onStream=e}async drawFrame(e){throw Error("Method `drawFrame` is not supported by this implementation")}async drawImage(e){throw Error("Method `drawImage` is not supported by this implementation")}static isBrowserSupported(){throw Error("Method `isBrowserSupported` is not implemented")}},Ur=class extends Hr{constructor(e){super(e),g(this,`_useImageBitmap`,void 0),g(this,`_canvas`,null),g(this,`_canvasContext`,null),g(this,`_stream`,null),g(this,`_track`,null),R.debug(`CanvasRenderer started`),this._useImageBitmap=`ImageBitmap`in window}_createStream(e,t){this._canvas||(this._canvas=document.createElement(`canvas`),this._canvas.width=e,this._canvas.height=t,this._canvas.style.pointerEvents=`none`,this._canvas.style.visibility=`hidden`,this._canvas.style.position=`absolute`,this._canvas.style.width=`160px`,this._canvas.style.height=`90px`,this._canvas.style.bottom=`0`,this._canvas.style.right=`0`,this._canvas.style.zIndex=`5000`,document.body.appendChild(this._canvas),this._useImageBitmap?this._canvasContext=this._canvas.getContext(`bitmaprenderer`):this._canvasContext=this._canvas.getContext(`2d`),this._stream=this._canvas.captureStream(0),this._track=this._stream.getVideoTracks()[0],this._track.contentHint=`text`)}_removeStream(){this._stream&&(this._stream.getTracks().forEach(e=>e.stop()),this._stream=null,this._track=null),this._canvasContext=null;try{this._canvas&&document.body.removeChild(this._canvas)}catch{}this._canvas=null}_requestCanvasFrame(){this._track&&this._track.requestFrame?this._track.requestFrame():this._stream&&this._stream.requestFrame&&this._stream.requestFrame()}async _drawImage(e){this._track||(this._createStream(e.width,e.height),this._onStream(this._stream));let t=this._canvas;if(t.width=e.width,t.height=e.height,this._useImageBitmap){let t;if(e instanceof ImageBitmap)t=e;else{let{width:n,height:r,data:i}=e,a=n*r*4;if(i.byteLength!==a){R.warn(`Bad frame buffer`,{w:n,h:r,got:i.byteLength,expected:a});return}t=await createImageBitmap(e,0,0,e.width,e.height)}if(!this._canvasContext){R.warn(`Canvas context is null`),t.close();return}this._canvasContext.transferFromImageBitmap(t),t.close()}else{let n=this._canvasContext;n.clearRect(0,0,t.width,t.height),n.putImageData(e,0,0)}this._requestCanvasFrame()}async drawFrame(e){let t=`createImageBitmap`in e?await e.createImageBitmap():await createImageBitmap(e);await this._drawImage(t)}async drawImage(e){await this._drawImage(e)}destroy(){this._removeStream(),R.debug(`CanvasRenderer destroyed`)}static isBrowserSupported(){return(`CanvasCaptureMediaStream`in window||`CanvasCaptureMediaStreamTrack`in window)&&!(I.browserName()===`Safari`&&Number(I.browserVersion())===15)&&!(I.browserName()===`Firefox`&&Number(I.browserVersion())<60)}},Wr=class extends Hr{constructor(e){super(e),g(this,`_generator`,void 0),g(this,`_writer`,void 0),g(this,`_stream`,void 0),R.debug(`TrackGeneratorRenderer started`),this._generator=new MediaStreamTrackGenerator({kind:k.video}),this._writer=this._generator.writable.getWriter(),this._stream=new MediaStream([this._generator]),this._onStream(this._stream)}async drawFrame(e){await this._writer.write(e)}destroy(){this._writer.releaseLock(),this._generator.writable.close().then(()=>this._generator.stop()),R.debug(`TrackGeneratorRenderer destroyed`)}static isBrowserSupported(){return`VideoFrame`in window&&`MediaStreamTrackGenerator`in window&&Ir.isBrowserSupported()}},Gr=class extends Vr{constructor(e,t,n,r){super(e,t,n,r),g(this,`_renderer`,void 0),g(this,`_decoder`,void 0),g(this,`_decoderReady`,!1),g(this,`_decoderBusy`,!1),g(this,`_decoderQueue`,[]),g(this,`_fpsMeter`,void 0),R.debug(`StreamBuilder started for participant [${e}]`),this._initFpsMeter(),this._initRenderer(),this._initDecoder()}_processFrame(e){e.keyframe&&(this._decoderQueue=[]),this._decoderQueue.push(e),this._decodeQueue()}_initFpsMeter(){this._fpsMeter=new Lr(e=>R.log(`[StreamBuilder][${this._participantId}] fps: ${e}`),2e4)}_initRenderer(e=!1){e||!Wr.isBrowserSupported()?this._renderer=new Ur(this._onStream):this._renderer=new Wr(this._onStream)}_initDecoder(e=!1){e||!Ir.isBrowserSupported()?this._decoder=new Fr:this._decoder=new Ir,this._decoder.init(async e=>{this._decoderBusy=!1,`VideoFrame`in window&&e instanceof VideoFrame?await this._renderer.drawFrame(e):await this._renderer.drawImage(e),this._fpsMeter.increment(),this._decodeQueue()},e=>{this._decoderBusy=!1,this._decodeQueue(),this._decoder instanceof Ir&&typeof e==`string`&&e.includes(`EncodingError`)&&this._switchToLibVPXDecoder()},this._onKeyFrameRequested).then(()=>{this._decoderReady=!0,this._decodeQueue()})}_switchToLibVPXDecoder(){R.warn(`StreamBuilder switch to LibVPX decoder`),this._fpsMeter&&this._fpsMeter.destroy(),this._decoder&&(this._decoderReady=!1,this._decoderBusy=!1,this._decoder.destroy()),this._renderer&&this._renderer.destroy(),this._initFpsMeter(),this._initRenderer(!0),this._initDecoder(!0)}_decodeQueue(){if(!this._decoderReady||this._decoderBusy)return;let e=this._decoderQueue.shift();e&&(this._decoderBusy=!0,this._decoder.decodeFrame(e.timestamp,e.frameData,e.isVP9,e.keyframe))}destroy(){super.destroy(),this._fpsMeter.destroy(),this._decoder.destroy(),this._renderer.destroy(),R.debug(`StreamBuilder destroyed for participant ${this._participantId}`)}static isBrowserSupported(){return Ur.isBrowserSupported()||Wr.isBrowserSupported()}},Kr=1,qr=1,Jr=2,Yr=0,Xr=1,Zr=2,Qr=4,$r=8;function ei(e,t,n,r,i,a,o){let s=0;t&&(s|=Xr),n&&(s|=Zr),r&&(s|=Qr),o||(s|=$r);let c=new ArrayBuffer(11),l=new DataView(c);if(l.setUint8(0,Kr),l.setUint16(1,i),l.setUint32(3,e),l.setUint8(7,+!!a),l.setUint16(8,Yr),l.setUint8(10,s),!o)return c;let u=new Uint8Array(c.byteLength+o.byteLength);return u.set(new Uint8Array(c),0),u.set(new Uint8Array(o),c.byteLength),u.buffer}function ti(e){let t=new DataView(e),n=t.getUint8(0),r=t.getUint16(1),i=t.getUint32(3),a=t.getUint8(7)===1,o=t.getUint16(8),s=t.getUint8(10),c=!!(s&Xr),l=!!(s&Zr),u=!!(s&Qr),d=!!(s&$r);if(n!==Kr)throw Error(`Unexpected protocol version. Got ${n}, expected ${Kr}`);return{timestamp:i,start:c,end:l,keyframe:u,sequence:r,isVP9:a,ssrc:o,eos:d,data:e.slice(11)}}function ni(e){if(!e||!e.byteLength||e.byteLength!==4)return!1;let t=new DataView(e);return!(t.getUint8(0)!==Kr||t.getUint8(1)!==qr||t.getUint16(2)!==Yr)}function ri(e){if(!e||!e.byteLength||e.byteLength!==10)return null;let t=new DataView(e);return t.getUint8(0)!==Kr||t.getUint8(1)!==Jr||t.getUint16(2)!==Yr?null:{seq:t.getUint16(4),ts2:t.getUint32(6)}}function ii(e){let t=new ArrayBuffer(4),n=new DataView(t);return n.setUint8(0,Kr),n.setUint8(1,qr),n.setUint16(2,e),t}var ai=2**15-1,oi=1,si=5,ci=5,li=class e{constructor(e){g(this,`_mediaSource`,void 0),g(this,`_codec`,void 0),g(this,`_sourceBuffer`,null),g(this,`_queue`,[]),g(this,`_clearBufferTill`,0),this._mediaSource=new MediaSource,this._codec=e;let t=()=>{this._mediaSource.removeEventListener(`sourceopen`,t),this._initBuffer(),this._handleQueue()};this._mediaSource.addEventListener(`sourceopen`,t,!1)}_handleQueue(){if(!this._sourceBuffer||this._sourceBuffer.updating||!this._queue.length)return;if(this._clearBufferTill&&this._sourceBuffer.buffered.length){let e=this._sourceBuffer.buffered.start(0);e<this._clearBufferTill&&(this._sourceBuffer.remove(e,this._clearBufferTill),R.debug(`[WebmBuilder] SourceBuffer cleanup from ${e} to ${this._clearBufferTill}`)),this._clearBufferTill=0;return}let t=this._queue;this._queue=[];let n=e._buildQueue(t);this._sourceBuffer.appendBuffer(n)}static _buildQueue(e){if(!e.length)return new Uint8Array;if(e.length===1)return f.build(e[0]);let t=e.reduce((e,t)=>e+t.countSize(),0),n=new Uint8Array(t),r=0;for(let t of e){let e=f.build(t);n.set(e,r),r+=e.byteLength}return n}_initBuffer(){this._sourceBuffer=this._mediaSource.addSourceBuffer(`video/webm; codecs="${this._codec}"`),this._sourceBuffer.mode=`sequence`,this._sourceBuffer.addEventListener(`updateend`,()=>this._handleQueue())}changeType(e){return this._codec=e,this._sourceBuffer?.changeType(e)}append(e,t=!1){this._queue.push(e),t&&this._handleQueue()}cleanup(){this._mediaSource?.readyState===`open`&&this._sourceBuffer?.abort();let e=this._sourceBuffer?.buffered,t=e?.length;if(!t)return;let n=e.start(0),r=Math.max(0,e.end(t-1)-si);r-n>ci&&(this._clearBufferTill=r)}destroy(){this._queue=[],this._mediaSource.readyState===`open`&&(this._sourceBuffer?.abort(),this._mediaSource.endOfStream()),this._sourceBuffer=null,this._clearBufferTill=0}get codec(){return this._codec}get mediaSource(){return this._mediaSource}get buffered(){return this._sourceBuffer?.buffered}},ui=class e extends Vr{constructor(e,t,n){super(e,t,n),g(this,`_mediaBuffer`,null),g(this,`_video`,null),g(this,`_stream`,null),g(this,`_earliestTimestamp`,0),g(this,`_clusterStartTime`,0),g(this,`_lastFrameTimestamp`,0),R.debug(`[WebmBuilder] started for participant [${e}]`)}static _intToU16BE(e){return new Uint8Array([e>>8,e])}static _genWebmHeader(){return f.element(f.ID.EBML,[f.element(f.ID.EBMLVersion,f.number(1)),f.element(f.ID.EBMLReadVersion,f.number(1)),f.element(f.ID.EBMLMaxIDLength,f.number(4)),f.element(f.ID.EBMLMaxSizeLength,f.number(8)),f.element(f.ID.DocType,f.string(`webm`)),f.element(f.ID.DocTypeVersion,f.number(2)),f.element(f.ID.DocTypeReadVersion,f.number(2))])}static _genSegmentHeader(e,t,n){let r=f.element(f.ID.Info,[f.element(f.ID.TimecodeScale,f.number(1e6)),f.element(f.ID.MuxingApp,f.string(`vk-webm-builder`)),f.element(f.ID.WritingApp,f.string(`vk-webm-builder`))]),i=[f.element(f.ID.PixelWidth,f.number(e)),f.element(f.ID.PixelHeight,f.number(t))],a=f.element(f.ID.Tracks,f.element(f.ID.TrackEntry,[f.element(f.ID.TrackNumber,f.number(oi)),f.element(f.ID.TrackUID,f.number(oi)),f.element(f.ID.TrackType,f.number(1)),f.element(f.ID.FlagLacing,f.number(0)),f.element(f.ID.DefaultDuration,f.number(1e9)),f.element(f.ID.CodecID,f.string(`V_${n.toUpperCase()}`)),f.element(f.ID.Video,i)]));return f.unknownSizeElement(f.ID.Segment,[r,a])}static _genClusterHeader(e){return f.unknownSizeElement(f.ID.Cluster,[f.element(f.ID.Timecode,f.number(Math.round(e)))])}_createVideo(e){this._mediaBuffer=new li(e),this._video=document.createElement(`video`),this._video.autoplay=!0,this._video.controls=!1,this._video.muted=!0,this._video.style.pointerEvents=`none`,this._video.style.visibility=`hidden`,this._video.style.position=`absolute`,this._video.style.width=`160px`,this._video.style.height=`90px`,this._video.style.bottom=`0`,this._video.style.right=`0`,this._video.style.zIndex=`5000`,this._video.src=URL.createObjectURL(this._mediaBuffer.mediaSource),document.body.appendChild(this._video);let t=()=>{if(this._video?.src){R.warn(`[WebmBuilder] Video paused for participant [${this._participantId}], try to play again`);let e=this._video.seekable;e.length&&(this._video.currentTime=e.end(e.length-1)-.1),this._video.play().catch(()=>{})}};this._video.onpause=t,this._video.onwaiting=t,this._video.onstalled=t,this._video.onerror=()=>R.warn(`[WebmBuilder] Video Error for participant [${this._participantId}]`,this._video?.error),this._stream=this._video.captureStream(),this._onStream(this._stream)}_processFrame(t){let n=t.isVP9?`vp9`:`vp8`;this._mediaBuffer?this._mediaBuffer.codec!==n&&this._mediaBuffer.changeType(n):this._createVideo(n);let r=t.timestamp;if(r<=this._lastFrameTimestamp&&(r=this._lastFrameTimestamp+10,R.debug(`[WebmBuilder] Fixup timestamp for participant [${this._participantId}]`)),this._lastFrameTimestamp=r,this._earliestTimestamp)r-=this._earliestTimestamp;else{if(!t.keyframe)return;this._earliestTimestamp=r,r=0}if(t.keyframe){this._clusterStartTime=r,this._mediaBuffer?.cleanup(),R.debug(`[WebmBuilder] Segment header for participant [${this._participantId}]`);let i=e._genWebmHeader();this._mediaBuffer?.append(i);let a=e._genSegmentHeader(t.width,t.height,n);this._mediaBuffer?.append(a)}let i=Math.round(r-this._clusterStartTime);if(i>ai&&(this._clusterStartTime=r,i=0),i===0){R.debug(`[WebmBuilder] Cluster header for participant [${this._participantId}]`);let t=e._genClusterHeader(this._clusterStartTime);this._mediaBuffer?.append(t)}let a=f.element(f.ID.SimpleBlock,[f.vintEncodedNumber(oi),f.bytes(e._intToU16BE(i)),f.number(!!t.keyframe<<7),f.bytes(t.frameData)]);this._mediaBuffer?.append(a,!0)}destroy(){super.destroy(),this._video&&(this._video.onpause=null,this._video.onwaiting=null,this._video.onstalled=null,this._video.onerror=null,this._video.pause(),this._video.src=``,document.body.removeChild(this._video)),this._mediaBuffer&&(this._mediaBuffer.destroy(),this._mediaBuffer=null),this._stream&&(this._stream.getTracks().forEach(e=>e.stop()),this._stream=null),R.debug(`[WebmBuilder] destroyed for participant [${this._participantId}]`)}static isBrowserSupported(){return`captureStream`in window.HTMLVideoElement?.prototype&&window.MediaSource?.isTypeSupported(`video/webm; codecs="vp8"`)&&window.MediaSource?.isTypeSupported(`video/webm; codecs="vp9"`)}},di=class{constructor(e,t,n,r,i){g(this,`_datachannel`,void 0),g(this,`_participantIdRegistry`,null),g(this,`_streamBuilders`,{}),g(this,`_onStream`,()=>{}),g(this,`_onEos`,()=>{}),g(this,`_onStat`,void 0),R.debug(`ScreenCaptureReceiver started`),this._datachannel=e,this._participantIdRegistry=t,this._onStream=n,this._onEos=r,this._onStat=i,this._datachannel.onmessage=e=>this._onDataChannelMessage(e.data)}_onDataChannelMessage(e){let t=ti(e),n=this._participantIdRegistry?.getStreamDescription(t.ssrc)?.participantId;if(!n){R.warn(`Participant id for ssrc ${t.ssrc} not found in registry`);return}if(t.eos){this.close(n),this._onEos(n);return}let r=this._streamBuilders[n];if(!r){let e=e=>this._onStream(n,e);r=w.screenShareWebmBuilder&&ui.isBrowserSupported()?new ui(n,e,this._onStat):new Gr(n,e,this._onStat,()=>{this._requestKeyFrame(t.ssrc)}),this._streamBuilders[n]=r}r.appendChunk(t)}_requestKeyFrame(e){if(!(!this._datachannel||this._datachannel.readyState!==`open`))try{let t=ii(e);this._datachannel.send(t),R.debug(`ScreenCaptureReceiver request for keyframe for ssrc ${e}`)}catch(e){R.warn(`Failed to send keyframe request`,e)}}close(e){let t=this._streamBuilders[e];t&&(t.destroy(),delete this._streamBuilders[e])}destroy(){this._datachannel.onbufferedamountlow=null,this._datachannel.onmessage=null,this._onStream=()=>{},Object.values(this._streamBuilders).forEach(e=>e.destroy()),this._streamBuilders={},this._participantIdRegistry=null,R.debug(`ScreenCaptureReceiver destroyed`)}},fi=class{constructor(e,t,n){g(this,`_prev`,void 0),g(this,`_next`,void 0),g(this,`_data`,void 0),this._next=n,n&&(n.prev=this),this._prev=t,t&&(t.next=this),this._data=e}get prev(){return this._prev}set prev(e){this._prev=e}get next(){return this._next}set next(e){this._next=e}get data(){return this._data}},pi=class{constructor(){g(this,`_head`,null),g(this,`_tail`,null),g(this,`_length`,0)}get length(){return this._length}push(...e){for(let t of e)this._tail=new fi(t,this._tail,null),this._head||(this._head=this._tail),this._length++}merge(e){this._tail&&(this._tail.next=e._head),this._head||(this._head=e._head),this._tail=e._tail,this._length+=e._length,e.clear()}shift(){if(!this._length||!this._head)return null;let e=this._head;return this._head=e.next,this._head&&(e.next=null,this._head.prev=null),this._length--,this.length===1?this._tail=this._head:this.length||(this._head=this._tail=null),e.data}bisect(){if(this.length){let e=this.length>1?Math.floor(this.length/2):1;for(let t=0;t<e;t++)this.shift()}}head(){return this._head?.data||null}tail(){return this._tail?.data||null}clear(){this._head=null,this._tail=null,this._length=0}toString(){let e=[],t=this._head;for(;t!==null;)e.push(t.data),t=t.next;return e.length?JSON.stringify(e,(e,t)=>t instanceof Error?String(t):t):``}},mi=1e3,hi=class extends Pr{constructor(e,t,n,r){super(),g(this,`_sourceTrack`,void 0),g(this,`_onFrame`,void 0),g(this,`_useCongestionControl`,void 0),g(this,`_maxBitrate`,void 0),g(this,`_useImageCapture`,void 0),g(this,`_video`,null),g(this,`_imageCapture`,null),g(this,`_canvas`,null),g(this,`_canvasCtx`,null),g(this,`_frameReadTimeout`,0),g(this,`_lastFrame`,null),this._sourceTrack=e,this._onFrame=t,this._useCongestionControl=n,this._maxBitrate=r,this._useImageCapture=`ImageCapture`in window&&ImageCapture.prototype.grabFrame!==void 0&&`ImageBitmap`in window,(e.readyState!==`live`||!e.enabled||e.muted)&&(this._useImageCapture=!1)}_createDom(){this._canvas||(this._canvas=document.createElement(`canvas`),this._canvas.style.pointerEvents=`none`,this._canvas.style.visibility=`hidden`,this._canvas.style.position=`absolute`,this._canvas.style.width=`160px`,this._canvas.style.height=`90px`,this._canvas.style.bottom=`0`,this._canvas.style.right=`160px`,this._canvas.style.zIndex=`5000`,this._canvasCtx=this._canvas.getContext(`2d`),document.body.appendChild(this._canvas)),!this._video&&!this._useImageCapture&&(this._video=document.createElement(`video`),this._video.controls=!1,this._video.autoplay=!1,this._video.preload=`auto`,this._video.muted=!0,this._video.style.pointerEvents=`none`,this._video.style.visibility=`hidden`,this._video.style.position=`absolute`,this._video.style.width=`160px`,this._video.style.height=`90px`,this._video.style.bottom=`0`,this._video.style.right=`0`,this._video.style.zIndex=`5000`,document.body.appendChild(this._video))}_removeDom(){try{this._canvas&&document.body.removeChild(this._canvas),this._video&&document.body.removeChild(this._video)}catch{}this._canvasCtx=null,this._canvas=null,this._video=null}async _createStream(e){if(!this._canvas)throw Error(`Canvas not found`);if(!this._video&&!this._useImageCapture)throw Error(`Video element not found`);return new Promise((t,n)=>{if(this._useImageCapture)this._imageCapture=new ImageCapture(e),t();else{let r=this._video;r.srcObject=new MediaStream([e]),r.onloadeddata=e=>t(),r.onerror=()=>n(Error(`Video element error`));let i=r.play(),a=()=>n(Error(`Autoplay is disabled`));i?i.catch(a):a()}})}_removeStream(){window.clearTimeout(this._frameReadTimeout),this._lastFrame?.close(),this._video&&(this._video.pause(),this._video.srcObject=null),this._imageCapture&&(this._imageCapture=null)}_drawFrameVideo(){if(!this._canvas||!this._canvasCtx||!this._video)throw Error(`Fatal error`);this._video.paused&&this._video.play();let e=this._video.videoWidth,t=this._video.videoHeight;return this._canvas.width=this._video.width=e,this._canvas.height=this._video.height=t,this._canvasCtx.clearRect(0,0,e,t),this._canvasCtx.drawImage(this._video,0,0,e,t),this._canvasCtx.getImageData(0,0,e,t)}async _getFrameBitmap(){if(!this._imageCapture)throw Error(`Destroyed`);return this._imageCapture.grabFrame()}_drawFrameData(e){if(!this._canvas||!this._canvasCtx)throw Error(`Destroyed`);let t=e.width,n=e.height;return this._canvas.width=t,this._canvas.height=n,this._canvasCtx.clearRect(0,0,t,n),this._canvasCtx.drawImage(e,0,0,t,n),this._canvasCtx?.getImageData(0,0,t,n)}async init(){this._createDom();let e=this._sourceTrack.getSettings().width,t=this._sourceTrack.getSettings().height;R.debug(`LibVPxEncoder started ${e}x${t}, codec ${this.isVP9()?`VP9`:`VP8`}`),await this._createStream(this._sourceTrack),await this._createWorker("var workerExports=(function(){var e=function(e){return e.INIT=`init`,e.READY=`ready`,e.FRAME=`frame`,e.SET_BITRATE=`set_bitrate`,e.ERROR=`error`,e.DEBUG=`debug`,e.LOG_ERROR=`log_error`,e}({});return(t,n,r,i)=>{let a;function o(o,s){return t({locateFile:n}).then(t=>{if(a=new t.VpxEncoder,a.debug(s),!a.init(o?t.VpxType.VP9:t.VpxType.VP8))throw self.postMessage({type:e.LOG_ERROR,message:`encoder-init-fail-libvpx`}),Error(`LibVPxEncoder failed to create`);if(r){let e=Math.round(i/1e3);a.setTargetBitrate(e)}else a.setMaxQuantizer(10),a.setTargetBitrate(1024)})}function s(t,n,r,i){let o=a.allocateImage(t,n);if(!o){self.postMessage({type:e.FRAME,error:`No buffer data`});return}o.set(new Uint8Array(r));let s=Math.round(performance.now());if(!a.encode(s,150,i)){self.postMessage({type:e.FRAME,error:`Encode failed`});return}let c=a.readFrame();if(!c){self.postMessage({type:e.FRAME,error:`No encoded data`});return}a.readFrame()&&(self.postMessage({type:e.DEBUG,message:`LibVPxEncoder dropped frame`}),self.postMessage({type:e.LOG_ERROR,message:`LibVPxEncoder-drop`}));let l=new Uint8Array(c.byteLength);l.set(c),self.postMessage({type:e.FRAME,frameType:i?`key`:`delta`,timestamp:s,duration:150,width:t,height:n,data:l.buffer},[l.buffer])}function c(e,t){let n=Math.round(e/1e3);a.setTargetBitrate(n)}self.onmessage=t=>{switch(t.data.type){case e.INIT:o(t.data.isVP9,t.data.debug).then(()=>self.postMessage({type:e.READY})).catch(t=>self.postMessage({type:e.ERROR,error:String(t)}));break;case e.FRAME:s(t.data.width,t.data.height,t.data.imageData,t.data.keyFrame);break;case e.SET_BITRATE:c(t.data.bitrate,t.data.useCbr);break}}}})(),exports={default:workerExports};",e=>{e.error?this._onFrame(null,e.error):this._onFrame({type:e.frameType,timestamp:e.timestamp,duration:e.duration,data:e.data,byteLength:e.data?.byteLength,width:e.width,height:e.height})},[u.default,u.default.getUrl,this._useCongestionControl,this._maxBitrate],{isVP9:this.isVP9(),debug:R.enabled()})}_encode(e,t){let n=e.data.buffer;this._sendToWorker(Nr.FRAME,{width:e.width,height:e.height,imageData:n,keyFrame:t},[n])}_requestFrameVideo(e){let t=this._drawFrameVideo();this._encode(t,e)}_requestFrameBitmap(e){window.clearTimeout(this._frameReadTimeout),this._frameReadTimeout=window.setTimeout(()=>{if(this._lastFrame){let t=this._drawFrameData(this._lastFrame);this._encode(t,e)}else this._onFrame(null)},mi),this._getFrameBitmap().then(t=>{window.clearTimeout(this._frameReadTimeout),this._lastFrame?.close(),this._lastFrame=t;let n=this._drawFrameData(t);this._encode(n,e)}).catch(()=>{})}requestFrame(e=!1){this._useImageCapture?this._requestFrameBitmap(e):this._requestFrameVideo(e)}setBitrate(e,t,n){this._sendToWorker(Nr.SET_BITRATE,{bitrate:e,useCbr:t})}isVP9(){return!1}destroy(){this._removeWorker(),this._removeStream(),this._removeDom(),R.debug(`LibVPxEncoder destroyed`)}},gi=class extends Pr{constructor(e,t,n,r,i,a){super(),g(this,`_sourceTrack`,void 0),g(this,`_trackProcessor`,void 0),g(this,`_onFrame`,void 0),g(this,`_useCongestionControl`,void 0),g(this,`_maxBitrate`,void 0),g(this,`_useCbr`,void 0),g(this,`_frameRate`,void 0),this._sourceTrack=e,this._onFrame=t,this._useCongestionControl=n,this._maxBitrate=r,this._useCbr=i,this._frameRate=a,this._trackProcessor=new MediaStreamTrackProcessor({track:e})}async init(){let e=this._sourceTrack.getSettings().width,t=this._sourceTrack.getSettings().height,n=this._trackProcessor.readable;R.debug(`WebCodecsEncoder started ${e}x${t}, codec ${this.isVP9()?`VP9`:`VP8`}`),await this._createWorker("var workerExports=(function(){var e=function(e){return e.VP9=`vp09.00.50.08`,e.VP8=`vp8`,e}({}),t=function(e){return e.INIT=`init`,e.READY=`ready`,e.FRAME=`frame`,e.SET_BITRATE=`set_bitrate`,e.ERROR=`error`,e.DEBUG=`debug`,e.LOG_ERROR=`log_error`,e}({});return()=>{let n,r,i,a,o,s,c=null,l=0,u=!1,d=0,f,p,m=!1,h=!1;function g(e){n=e.readable,r=n.getReader(),i=e.width,a=e.height,o=e.isVP9,s=e.framerate,f=e.useCongestionControl,p=e.maxBitrate,f&&(d=p,m=e.useCbr),y(),self.postMessage({type:t.READY})}function _(e){e&&!h&&(h=!0),self.clearTimeout(l),l=self.setTimeout(()=>{c&&v(c,h)},1e3),!u&&(u=!0,r.read().finally(()=>{u=!1,self.clearTimeout(l)}).then(({done:e,value:t})=>{if(c?.close(),c=null,!(e||!t)){if(!x){r.releaseLock(),n.cancel();return}c=t,v(t,h)}}))}function v(e,t){(e.codedWidth!==i||e.codedHeight!==a)&&(i=e.codedWidth,a=e.codedHeight,y(),h=!0),x.encode(e,{keyFrame:t}),t&&(h=!1)}function y(){let t={framerate:s,codec:o?e.VP9:e.VP8,width:i,height:a,latencyMode:`realtime`,bitrateMode:m?`constant`:`variable`};d>0&&(t.bitrate=d),x.configure(t)}function b(e,t,n){d=e,m=t,s=n,y()}let x=new VideoEncoder({output:e=>{let n;e.data?n=e.data:(n=new ArrayBuffer(e.byteLength),e.copyTo(n)),self.postMessage({type:t.FRAME,frameType:e.type,timestamp:e.timestamp,duration:e.duration,width:i,height:a,data:n},[n])},error:e=>{self.postMessage({type:t.FRAME,error:String(e)})}});self.onmessage=e=>{switch(e.data.type){case t.INIT:g(e.data);break;case t.FRAME:_(e.data.keyFrame);break;case t.SET_BITRATE:b(e.data.bitrate,e.data.useCbr,e.data.fps);break}}}})(),exports={default:workerExports};",e=>{e.error?this._onFrame(null,e.error):this._onFrame({type:e.frameType,timestamp:e.timestamp,duration:e.duration,data:e.data,byteLength:e.data?.byteLength,width:e.width,height:e.height})},[],{readable:n,width:e,height:t,isVP9:this.isVP9(),framerate:this._frameRate,useCongestionControl:this._useCongestionControl,maxBitrate:this._maxBitrate,useCbr:this._useCbr},[n])}requestFrame(e=!1){this._sendToWorker(Nr.FRAME,{keyFrame:e})}setBitrate(e,t,n){this._sendToWorker(Nr.SET_BITRATE,{bitrate:e,useCbr:t,fps:n})}isVP9(){return!0}destroy(){this._removeWorker(),R.debug(`WebCodecsEncoder destroyed`)}static isBrowserSupported(){return`VideoEncoder`in window&&`Worker`in window&&`EncodedVideoChunk`in window&&`MediaStreamTrackProcessor`in window}},_i=2100,vi=600,yi=1.2,bi=.8,xi=2e3,Si=8e3,Ci=8e3,wi=16e3,Ti=4,Ei=2e3,Di=function(e){return e[e.NONE=0]=`NONE`,e[e.UP=1]=`UP`,e[e.DOWN=2]=`DOWN`,e}(Di||{}),Oi=class{constructor(e,t,n,r,i,a,o){g(this,`_onCongestion`,void 0),g(this,`_ccEnabled`,void 0),g(this,`_fastSharing`,void 0),g(this,`_trendDelayThreshold`,void 0),g(this,`_highDelayThreshold`,void 0),g(this,`_targetFps`,void 0),g(this,`_minBitrate`,void 0),g(this,`_maxBitrate`,void 0),g(this,`_targetBitrate`,void 0),g(this,`_lastDown`,void 0),g(this,`_lastUp`,void 0),g(this,`_lastProbing`,void 0),g(this,`_lastCheckDelay`,void 0),g(this,`_upPenalty`,0),g(this,`_probing`,void 0),g(this,`_delayAvgShort`,-1),g(this,`_delayAvgLong`,-1),g(this,`_minDelay`,Number.MAX_VALUE),g(this,`_maxDelay`,0),g(this,`_largeDelayDuration`,0),g(this,`_lastFpsCalcMs`,void 0),g(this,`_frames`,0),g(this,`_fps`,0),this._onCongestion=e,this._ccEnabled=r,this._minBitrate=t,this._maxBitrate=n,this._fastSharing=i,this._targetFps=o,a>0?this._highDelayThreshold=a:this._highDelayThreshold=_i,i&&(this._highDelayThreshold=vi),this._trendDelayThreshold=Math.round(this._highDelayThreshold/3),this._targetBitrate=this._maxBitrate,this._probing=!1;let s=Date.now();this._lastDown=0,this._lastUp=s,this._lastProbing=s,this._lastCheckDelay=0,this._lastFpsCalcMs=0}checkDelay(e,t,n){let r=Date.now();if(this._calcFps(r),this._calcDelay(t,r),this._delayAvgShort<=0||this._delayAvgLong<=0||!this._ccEnabled)return;let i=0,a=this._delayAvgShort-this._delayAvgLong,o=Math.round(Math.abs(a)*100/this._delayAvgLong),s=a>40&&o>30&&this._delayAvgShort>this._trendDelayThreshold,c=this._delayAvgShort>this._highDelayThreshold;s||c?i=2:Math.abs(a)<40&&o<10&&!c&&(i=1);let l=Math.round(this._targetBitrate/1e3),u=n;e%20==0&&R.debug(`#${e}: cc: delay=${t} short=${this._delayAvgShort} long=${this._delayAvgLong} delta=${a} percent=${o} -> ${Di[i]} tr=${l} br=${n}`);let d=r-this._lastDown;if(i===2&&d>xi){this._probing&&(this._upPenalty=Math.min(++this._upPenalty,Ti),this._probing=!1);let n=bi*u*1e3;if(n>=this._targetBitrate&&(n=this._targetBitrate*bi),n=Math.max(n,this._minBitrate),n<this._targetBitrate){let r=Math.round(n/1e3),s=Math.round(this._upPenalty*Ci/1e3);R.log(`#${e}: cc: delay=${t} short=${this._delayAvgShort} long=${this._delayAvgLong} delta=${a} percent=${o} -> ${Di[i]}`),R.log(`#${e}: cc: DOWN delay=${t} bitrate=${u} target=${l} -> newBitrate=${r} penalty=${s}s`),this._setBitrate(n,!0),this._targetBitrate=n}this._lastDown=r}let f=r-this._lastUp,p=Si+this._upPenalty*Ci;if(i===1&&f>p&&d>p){let n=Math.min(this._targetBitrate*yi,this._maxBitrate);if(n>this._targetBitrate){let s=Math.round(n/1e3),c=Math.round(this._targetBitrate/1e3),l=Math.round(this._upPenalty*Ci/1e3);R.log(`#${e}: cc: delay=${t} short=${this._delayAvgShort} long=${this._delayAvgLong} delta=${a} percent=${o} -> ${Di[i]}`),R.log(`#${e}: cc: UP bitrate=${u} target=${c} -> newBitrate=${s} penalty=${l}s`),this._setBitrate(n,!1),this._targetBitrate=n,this._probing=!0,this._lastProbing=r,this._lastUp=r}}let m=r-this._lastProbing;this._probing&&m>wi&&(this._probing=!1);let h=r-this._lastDown;this._upPenalty>0&&h>3*p&&(R.log(`#${e}: cc: UP reset penalty: oldPenalty=${this._upPenalty}`),this._upPenalty=0)}_setBitrate(e,t){this._fastSharing&&(t=!0);let n=this._targetFps;this._fps>0&&(n=this._fps),this._onCongestion(e,t,n)}_calcDelay(e,t){if(!(e<=0)){if(this._delayAvgShort===-1&&(this._delayAvgShort=e,this._delayAvgLong=e),this._delayAvgShort=Math.round((this._delayAvgShort*3+e)/4),this._delayAvgLong=Math.round((this._delayAvgLong*23+e)/24),e>0&&e<this._minDelay?this._minDelay=e:e>this._maxDelay&&(this._maxDelay=e),this._lastCheckDelay===0&&(this._lastCheckDelay=t),e>Ei){let e=t-this._lastCheckDelay;this._largeDelayDuration+=e}this._lastCheckDelay=t}}reconfigure(e,t){this._minBitrate=e,this._maxBitrate=t}getStat(){if(this._minDelay===Number.MAX_VALUE||this._maxDelay===0||this._delayAvgLong<=0)return null;let e={minDelay:this._minDelay,maxDelay:this._maxDelay,avgDelay:this._delayAvgLong,largeDelayDuration:this._largeDelayDuration};return this._minDelay=Number.MAX_VALUE,this._maxDelay=0,this._largeDelayDuration=0,e}_calcFps(e){this._frames++;let t=e-this._lastFpsCalcMs;if(t>5e3){this._lastFpsCalcMs=e;let n=this._fps,r=this._frames*1e3/t;this._fps===0?this._fps=Math.round(r):this._fps=Math.round((this._fps*3+r)/4),this._frames=0,this._fps!==n&&R.log(`cc: fps=${this._fps}`)}}},ki=class{constructor(e){g(this,`_maxSize`,void 0),g(this,`_size`,0),g(this,`_buffer`,void 0),g(this,`_head`,0),g(this,`_tail`,0),this._maxSize=e,this._buffer=Array(e)}add(e,t,n,r,i){this._tail===this._head&&this._size>0&&(this._head=++this._head%this._maxSize);let a=this._tail;return this._buffer[this._tail]={seq:e,ts:t,size:n,sent:Date.now(),start:r,end:i,ts2:-1,recv:-1},this._tail=++this._tail%this._maxSize,this._size++,a}update(e,t){let n=this.get(e);return n===null?null:(n.ts2=t,n.recv=Date.now(),n)}get(e){let t=this._head;for(let n=0;n<this._maxSize;n++){let n=this._buffer[t];if(e===n?.seq)return n;if(t=++t%this._maxSize,t===this._tail)break}return null}getServerBitrateK(e){let t=0,n=0,r=-1,i=-1,a=this._tail;for(let t=0;t<this._maxSize;t++){a>0?--a:a=this._maxSize-1;let t=this._buffer[a];if(!t||(i===-1&&(i=t.ts2,n=0),i>=0&&(n+=t.size),r=t.ts2,i-r>=e)||a===this._head)break}if(r>=0&&i>=0){let e=i-r;t=Math.round(e>0?n*8/e:0)}return t}getCurrentDelay(){let e=this._tail;for(let t=0;t<this._maxSize;t++){e>0?--e:e=this._maxSize-1;let t=this._buffer[e];if(!t)break;if(t.recv>=0&&t.sent>=0)return t.recv-t.sent;if(e===this._head)break}return 0}getMaxBandwidth(){let e=0,t=0,n=-1,r=-1,i=this._tail;for(let a=0;a<this._maxSize;a++){i>0?--i:i=this._maxSize-1;let a=this._buffer[i];if(a){if(r===-1&&a.end&&!a.start&&(r=a.ts2,t=0),n===-1&&r>=0&&a.start&&!a.end&&(n=a.ts2),n>=0&&r>=0){let i=r-n;e=i>0?t*8/i:0;break}if(r>=0&&(t+=a.size),i===this._head)break}}return Math.round(e)}clear(){this._buffer.fill(void 0),this._size=0,this._head=0,this._tail=0}},Ai=65536,ji=50,Mi=400,Ni=1e6,Pi=3e5,Fi=3e4,Ii=2e3,Li=5,Ri=0,zi=class{constructor(e,t,n,r){g(this,`_encoder`,void 0),g(this,`_datachannel`,void 0),g(this,`_signaling`,void 0),g(this,`_fastSharing`,void 0),g(this,`_destroyed`,!1),g(this,`_needKeyframe`,!0),g(this,`DATA_SIZE`,void 0),g(this,`_congestionControl`,void 0),g(this,`_frameNum`,0),g(this,`_width`,void 0),g(this,`_height`,void 0),g(this,`_feedback`,new ki(1024)),g(this,`_lastSentFrameSeq`,0),g(this,`_lastDeliveredFrameSeq`,0),g(this,`_lastFrameDelay`,0),g(this,`_lastFramerateReduced`,Date.now()),g(this,`_lastSharingStat`,Date.now()),g(this,`_congestionControlEnabled`,void 0),g(this,`_queue`,new pi),g(this,`_fpsMeter`,void 0),g(this,`_maxFrameDelay`,void 0),R.debug(`ScreenCaptureSender started`),this.DATA_SIZE=w.consumerScreenDataChannelPacketSize-11,this._datachannel=t,this._signaling=n,this._fastSharing=r,this._congestionControlEnabled=w.screenShareCongestionControl||this._fastSharing,this._width=e.getSettings().width,this._height=e.getSettings().height,this._maxFrameDelay=this._fastSharing?w.screenShareCongestionControlThreshold:w.screenShareCongestionControlThreshold*2;let i=w.getScreenFrameRate(this._fastSharing),{minBitrate:a,maxBitrate:o}=this._calcMinMaxBitrate(this._width,this._height),s=this._onCongestionCallback.bind(this);R.log(`ScreenCaptureSender: CongestionControl: enabled=${this._congestionControlEnabled} minBitrate=${Math.round(a/1e3)}k maxBitrate=${Math.round(o/1e3)}k delayThreshold=${w.screenShareCongestionControlThreshold}`),this._congestionControl=new Oi(s,a,o,this._congestionControlEnabled,this._fastSharing,w.screenShareCongestionControlThreshold,i);let c=(e,t)=>{if(this._destroyed)return;if(!e){R.warn(`requestFrame failed, keyFrame: `+this._needKeyframe,t),this._needKeyframe=!0,this._handleQueue();return}(e.width!==this._width||e.height!==this._height)&&(this._width=e.width,this._height=e.height,this._onResize(this._width,this._height));let n=this._sliceFrame(e);this._queue.merge(n),this._handleQueue(),this._sendSharingStat()};if(gi.isBrowserSupported()){let t=this._fastSharing;this._encoder=new gi(e,c,this._congestionControlEnabled,o,t,i)}else this._encoder=new hi(e,c,this._congestionControlEnabled,o);this._datachannel.onmessage=e=>{ni(e.data)&&(R.debug(`[${this._datachannel.label}] Requested keyframe`),this._needKeyframe=!0);let t=ri(e.data);t!==null&&this._checkCcFeedback(t)},this._encoder.init().then(()=>this._handleQueue()).catch(e=>R.warn(`ScreenCaptureSender init failed`,e)),this._fpsMeter=new Lr(e=>R.log(`[ScreenCaptureSender] fps: ${e}`),5e3)}_handleQueue(){if(this._destroyed)return;let e=this._queue.shift();if(!e){if((this._lastSentFrameSeq-this._lastDeliveredFrameSeq+Ai)%Ai>Li&&this._lastFrameDelay>this._maxFrameDelay){let e=Date.now();e-this._lastFramerateReduced>Ii&&(this._lastFramerateReduced=e,R.debug(`[ScreenCaptureSender] reduce framerate: delay=${this._lastFrameDelay} maxDelay=${this._maxFrameDelay}`))}else this._requestFrame();return}if(!this._sendFrameChunk(e)){this._needKeyframe=this._needKeyframe||!this._cleanupQueue(),C.setImmediate(()=>this._handleQueue());return}if(e.isLast){this._frameNum++,this._fpsMeter.increment(),e.isKey&&R.debug(`#${this._frameNum}: sharing: send keyframe size=${Math.round(e.frameSize/1e3)}k`);let t=this._feedback.getCurrentDelay(),n=this._feedback.getServerBitrateK(2e3);t>0&&this._congestionControl.checkDelay(this._frameNum,t,n)}else C.setImmediate(()=>this._handleQueue())}_cleanupQueue(){let e=this._queue.head();for(;e;){if(e.isFirst&&e.isKey)return!0;this._queue.shift(),e=this._queue.head()}return!1}_requestFrame(){this._destroyed||(this._encoder.requestFrame(this._needKeyframe),this._needKeyframe=!1)}_sliceFrame(e){let t=e.type===`key`,n=e.data.byteLength,r=new pi;for(let i=0;i<n;i+=this.DATA_SIZE){let a=e.data.slice(i,i+this.DATA_SIZE),o=i===0,s=n<=i+a.byteLength,c=this._wrapHeader(e.timestamp,o,s,t,a);r.push({data:c.data,sequence:c.sequence,frameSize:n,isFirst:o,isLast:s,isKey:t,timestamp:e.timestamp})}return r}_wrapHeader(e,t,n,r,i){let a=ei(e,t,n,r,Ri,this._encoder.isVP9(),i),o={sequence:Ri,data:a};return Ri=(Ri+1)%Ai,o}_stopPacket(){return this._wrapHeader(Date.now(),!1,!1,!1,null).data}_sendFrameChunk(e){if(!this._datachannel||this._datachannel.readyState!==`open`)return!1;try{return this._datachannel.send(e.data),this._feedback.add(e.sequence,e.timestamp,e.data.byteLength,e.isFirst,e.isLast),e.isLast&&(this._lastSentFrameSeq=e.sequence),!0}catch(e){return R.warn(`Error sending chunk to DataChannel`,e),!1}}destroy(){this._queue.clear(),this._fpsMeter.destroy(),this._datachannel.onmessage=null,this._feedback.clear(),this._datachannel.readyState===`open`&&this._datachannel.send(this._stopPacket()),this._destroyed=!0,this._encoder.destroy(),R.debug(`ScreenCaptureSender destroyed`)}static isBrowserSupported(){return gi.isBrowserSupported()||hi.isBrowserSupported()}_onCongestionCallback(e,t,n){this._encoder.setBitrate(e,t,n)}_onResize(e,t){let{minBitrate:n,maxBitrate:r}=this._calcMinMaxBitrate(e,t),i=Math.round(n/1e3),a=Math.round(r/1e3);R.log(`cc: resize to ${e}x${t}, minBitrate=${i} maxBitrate=${a}`),this._congestionControl.reconfigure(n,r)}_calcMinMaxBitrate(e,t){(e===void 0||e<640)&&(e=640),(t===void 0||t<360)&&(t=360);let n=e*t/256;return{minBitrate:Math.max(Pi,Math.min(Ni,Math.round(n*ji))),maxBitrate:Math.round(n*Mi)}}_checkCcFeedback(e){let t=this._feedback.update(e.seq,e.ts2);if(t===null)R.debug(`cc: update failed, seq=${e.seq}`);else if(t.end){this._lastDeliveredFrameSeq=t.seq;let e=t.recv-t.sent;e>0&&(this._lastFrameDelay=e),this._handleQueue()}}_sendSharingStat(){let e=Date.now();if(e-this._lastSharingStat>Fi){let t=this._congestionControl.getStat();t!==null&&(R.debug(`cc: send stats: ${JSON.stringify(t)}`),this._signaling.reportSharingStat(t)),this._lastSharingStat=e}}},Bi=90,Vi=4294967295,Hi=class e extends rr{constructor(e,t,n){super(e,t),g(this,`_producerNotification`,null),g(this,`_producerCommand`,null),g(this,`_producerScreen`,null),g(this,`_consumerScreen`,null),g(this,`_asr`,null),g(this,`_animojiDataChannel`,null),g(this,`_animojiReceiver`,null),g(this,`_animojiSender`,null),g(this,`_isOpen`,!1),g(this,`_observer`,!1),g(this,`_reconnectionPrevented`,!1),g(this,`_statInterval`,null),g(this,`_settingsInterval`,null),g(this,`_monitorRtpShareInterval`,null),g(this,`_statBytes`,{}),g(this,`_ssrcMap`,{}),g(this,`_ssrcMapUpdated`,!1),g(this,`_perfStatReporter`,void 0),g(this,`_producerOfferIsProcessing`,!1),g(this,`_producerNextOffer`,null),g(this,`_producerNextSessionId`,null),g(this,`_lastStat`,null),g(this,`_serverSettings`,void 0),g(this,`_prevConsumerSettings`,{}),g(this,`_prevConsumerFastSharingSettings`,{}),g(this,`_asrTrack`,null),g(this,`_captureSender`,null),g(this,`_captureReceiver`,null),g(this,`_participantIdRegistry`,null),g(this,`_disabledSenders`,new Set),g(this,`_rtpReceiversByStreamId`,{}),g(this,`_producerSessionId`,``),g(this,`_newAudioShareTrack`,null),g(this,`_simulcastInfo`,null),this.subscribe(this._signaling,qn.NOTIFICATION,this._onSignalingNotification.bind(this)),this.subscribe(this._mediaSource,Oe.TRACK_REPLACED,this._onReplacedTrack.bind(this)),this.subscribe(this._mediaSource,Oe.SOURCE_CHANGED,this._onSourcesChanged.bind(this)),this.subscribe(this._mediaSource,Oe.SCREEN_STATUS,this._onScreenSharingStatus.bind(this)),this._createPerfStatsReporter(),this._serverSettings=n,R.debug(`ServerTransport: Created`)}updateStatisticsInterval(){this._stopStatInterval();let e=this.getState();e!==q.IDLE&&e!==q.CLOSED&&e!==q.FAILED&&this._startStatInterval()}open(e=!1){if(this._isOpen){R.log(`ServerTransport: Already opened connections`);return}this._isOpen=!0,this._observer=e,this._openConnection()}close(e){this._isOpen&&(this._isOpen=!1,this._closeConnection(),this.unsubscribe(),e?(R.error(`ServerTransport: Closed`,e),this._setState(q.FAILED)):(R.debug(`ServerTransport: Closed`),this._setState(q.CLOSED)))}removeParticipant(e){this._captureReceiver?.close(e)}preventRestart(){this._reconnectionPrevented=!0}allowRestart(){this._reconnectionPrevented=!1}updateSettings(e){$n(e,this._serverSettings)||(this._serverSettings=e,this._applyConsumerSettings())}setAnimojiTransport(e,t){if(w.vmoji&&(this._animojiReceiver=e,this._animojiSender=t,this._participantIdRegistry&&e.setParticipantIdRegistry(this._participantIdRegistry),this._animojiDataChannel)){e.setDataChannel(this._animojiDataChannel),t.setDataChannel(this._animojiDataChannel);return}}async onCameraResolutionChanged(){w.simulcast&&await this._changeSimulcastInfo(!0,!1)}_createPerfStatsReporter(){this._perfStatReporter?.destroy(),this._perfStatReporter=new sr(this,this._signaling)}_closeConnection(){this._stopStatInterval(),this._stopSettingsInterval(),this._stopMonitorRtpShareInterval(),this._removeAsrTrack(),this._removeCaptureSender(),this._removeCaptureReceiver(),this._simulcastInfo=null,this._pc&&(this._rtpReceiversByStreamId={},this._disabledSenders.forEach(e=>e.track?.stop()),this._disabledSenders.clear(),this._pc.ontrack=null,this._pc.onconnectionstatechange=null,this._pc.onsignalingstatechange=null,this._participantIdRegistry=null,e._closeDataChannel(this._producerNotification),e._closeDataChannel(this._producerCommand),e._closeDataChannel(this._producerScreen),e._closeDataChannel(this._consumerScreen),e._closeDataChannel(this._asr),e._closeDataChannel(this._animojiDataChannel),this._pc.close(),this._pc=null,this._producerOfferIsProcessing=!1,this._producerNextOffer=null),this._triggerEvent(K.PEER_CONNECTION_CLOSED)}static _closeDataChannel(e){e&&(e.onopen=null,e.onmessage=null,e.onerror=null,e.close())}_createDataChannel(e,t,n){R.debug(`[${t}] data channel opening`);let r=e.createDataChannel(t,{ordered:!0});r.onopen=()=>{let e=r.readyState;e===`open`?(R.debug(`[${t}] data channel opened`),n(r)):R.error(`[${t}] data channel open failed, state [${e}]`)},r.onerror=e=>{let n=e.error;R.error(`[${t}] data channel error`,n?.errorDetail,n?.message)}}_openConnection(t=!1){R.debug(`ServerTransport: Open single connection`);try{this._pc=new RTCPeerConnection}catch(e){R.error(`Failed to create RTCPeerConnection:`,e),this.close(e);return}this._pc.ontrack=this._onAddTrack.bind(this,this._pc),this._pc.onconnectionstatechange=C.debounce(e=>{this._pc&&this._onConnectionStateChange(this._pc,e)},500),this._pc.onsignalingstatechange=e._onSignalingStateChange.bind(this,this._pc),this._participantIdRegistry=new Mr,this._signaling.setParticipantIdRegistry(this._participantIdRegistry),this._createDataChannel(this._pc,Jn.producerNotification,e=>{this._producerNotification=e,this._producerNotification.binaryType=`arraybuffer`,this._signaling.setProducerNotificationDataChannel(e)}),this._signaling.useCommandDataChannel(!0),this._createDataChannel(this._pc,Jn.producerCommand,e=>{this._producerCommand=e,this._signaling.setProducerCommandDataChannel(e)}),this._createDataChannel(this._pc,Jn.producerScreenShare,e=>{this._producerScreen=e,this._producerScreen.binaryType=`arraybuffer`,this._createCaptureReceiver()}),w.asrDataChannel&&this._createDataChannel(this._pc,Jn.asr,e=>{this._asr=e,this._asr.binaryType=`arraybuffer`,this._removeAsrTrack(),this._asrTrack=new kr(e,this._participantIdRegistry,e=>{this._onAsrTranscription(e)})}),w.vmoji&&this._createDataChannel(this._pc,Jn.animoji,e=>{this._animojiDataChannel=e,this._animojiDataChannel.binaryType=`arraybuffer`,this._animojiReceiver?.setDataChannel(e),this._animojiReceiver?.setParticipantIdRegistry(this._participantIdRegistry),this._animojiSender?.setDataChannel(e),this._animojiSender?.setProtocolVersion(w.vmojiOptions.protocolVersion||1)}),this._newAudioShareTrack=this._mediaSource.getAudioShareTrack();try{this._mediaSource.addTrackToPeerConnection(this._pc,this._observer,!1),this._prevConsumerSettings={},this._prevConsumerFastSharingSettings={},this._applyConsumerSettings()}catch(e){R.error(`ServerTransport: Unable to add media source tracks`,e),O.log(b.ERROR,`addTrack-single`),this.close(e);return}this._createDataChannel(this._pc,Jn.consumerScreenShare,e=>{this._consumerScreen=e,this._consumerScreen.binaryType=`arraybuffer`;let t=this._mediaSource.getScreenTrack();t&&(!w.consumerFastScreenShare||!this._mediaSource.mediaSettings.isFastScreenSharingEnabled)&&this._createCaptureSender(t)}),t||this._allocateConsumer(),this._setState(q.OPENED),this._startStatInterval(),this._startSettingsInterval(),this._startMonitorRtpShareInterval()}_removeAsrTrack(){this._asrTrack?.destroy(),this._asrTrack=null}_reconnect(){this.getState()!==q.OPENED&&(this._setState(q.RECONNECTING),this._closeConnection(),this._openConnection(!0))}_signalActiveParticipants(e){this._triggerEvent(K.SIGNALLED_ACTIVE_PARTICIPANTS,e)}_signalStalledParticipants(e){this._triggerEvent(K.SIGNALLED_STALLED_PARTICIPANTS,e)}_signalSpeakerChanged(e){this._triggerEvent(K.SIGNALLED_SPEAKER_CHANGED,e)}_signalNetworkStatus(e){this._triggerEvent(K.NETWORK_STATUS,e)}_updateSSRCMap(e){e&&e.sdp.split(`
15
- `).forEach(e=>{let t=`a=ssrc:([0-9]+) label:(audio|video)-((?:[ug]?[\\d]+)|(?:mix)|(?:${Tr.PARTICIPANT_AGNOSTIC_TRACK_PREFIX}-[0-9]+)|(?:${Tr.TRANSPARENT_AUDIO_TRACK_PREFIX}-[0-9]+))`,n=new RegExp(t).exec(e);n&&(this._ssrcMap[n[1]]=n[3],this._ssrcMapUpdated=!0)})}_createCaptureSender(e){let t=this._mediaSource.mediaSettings;!e||!this._consumerScreen||!t.isScreenSharingEnabled||(this._captureSender&&this._removeCaptureSender(),this._captureSender=new zi(e,this._consumerScreen,this._signaling,t.isFastScreenSharingEnabled))}_removeCaptureSender(){this._captureSender?.destroy(),this._captureSender=null}_createCaptureReceiver(){this._producerScreen&&(this._captureReceiver&&this._removeCaptureReceiver(),this._captureReceiver=new di(this._producerScreen,this._participantIdRegistry,(e,t)=>{this._triggerEvent(K.REMOTE_STREAM_SECOND,e,t)},e=>{this._triggerEvent(K.REMOTE_STREAM_SECOND,e,null)},e=>{this._triggerEvent(K.SCREEN_SHARING_STAT,e)}))}_removeCaptureReceiver(){this._captureReceiver?.destroy(),this._captureReceiver=null}_applyConsumerSettings(){let e=this._serverSettings.camera;if(e&&this._pc){let t=[];this._pc.getSenders().forEach(n=>{if(!n.track||n.track.kind!==k.video||n.track.contentHint===`motion`)return;let r=!this._disabledSenders.has(n),i=e.maxDimension!==0;if(r&&!i){R.log(`Disabling video upload`),this._disabledSenders.add(n),n.replaceTrack(I.getBlackMediaTrack()).catch(e=>{R.error(`Could not disable video upload`,e)});return}let a=this._mediaSource.getSendVideoTrack();if(!r&&i&&a){R.log(`Enabling video upload`),this._disabledSenders.delete(n);let e=n.track;e.enabled=a.enabled,n.replaceTrack(a).then(()=>e.stop()).catch(e=>{R.error(`Could not enable video upload`,e)})}C.applyVideoTrackSettings(e,n,a??n.track,this._prevConsumerSettings,t)}),this._prevConsumerSettings=t}if(this._mediaSource.mediaSettings.isFastScreenSharingEnabled&&w.consumerFastScreenShare){let e=this._serverSettings.fastScreenSharing;if(e&&this._pc){let t=[];this._pc.getSenders().forEach(n=>{!n.track||n.track.kind!==k.video||n.track.contentHint!==`motion`||C.applyVideoTrackSettings(e,n,n.track,this._prevConsumerFastSharingSettings,t)}),this._prevConsumerFastSharingSettings=t}}}_onScreenSharingStatus(e){e.track?(!w.consumerFastScreenShare||!this._mediaSource.mediaSettings.isFastScreenSharingEnabled)&&this._createCaptureSender(e.track):this._removeCaptureSender()}_setState(e){this._state!==e&&(this._state=e,this._triggerEvent(K.STATE_CHANGED,e))}_startStatInterval(){if(this._statInterval)return;let e=()=>{if(!this._pc){this._stopStatInterval();return}this._collectStat().then(e=>{this._reportStats(e),this._detectStaleTracks(e),nr.reportUsage(e)}).catch(()=>{}),this._statInterval=window.setTimeout(e,w.statisticsInterval)};this._statInterval=window.setTimeout(e,w.statisticsInterval)}_stopStatInterval(){this._statInterval&&(window.clearTimeout(this._statInterval),this._statInterval=null),this._statBytes={}}_startSettingsInterval(){let e=2e3;if(this._settingsInterval)return;let t=()=>{if(!this._pc){this._stopSettingsInterval();return}this._applyConsumerSettings(),this._settingsInterval=window.setTimeout(t,e)};this._settingsInterval=window.setTimeout(t,e)}_stopSettingsInterval(){this._settingsInterval&&(window.clearTimeout(this._settingsInterval),this._settingsInterval=null)}async _collectStat(){if(!this._pc)return Promise.reject();this._ssrcMapUpdated&&(this._lastStat=null,this._ssrcMapUpdated=!1,this._createPerfStatsReporter());let e=await W.collectStats(this._pc,this._lastStat,this._ssrcMap,!0);return this._lastStat=e,e}_reportStats(e){this._triggerEvent(K.REMOTE_DATA_STATS,{inbound:{topology:J.SERVER,transport:e.transport,rtps:e.rtps.filter(e=>e.type===`inbound-rtp`)},outbound:{topology:J.SERVER,transport:e.transport,rtps:e.rtps.filter(e=>e.type===`outbound-rtp`)},remoteInbound:{topology:J.SERVER,transport:e.transport,rtps:e.remoteRtps??[]}})}_detectStaleTracks(e){let t=e.rtps.find(e=>e.type===`inbound-rtp`&&e.kind===`audio`&&this._ssrcMap[e.ssrc]===`mix`);if(!t)return;let n=Tr.AUDIO_MIX,r=this._statBytes[n],i=!1;if(r){let e=t.bytesReceived-r.bytesReceived;e>=0&&e<=5&&(i=!0),r.stalled!==i&&this._triggerEvent(K.AUDIO_MIX_STALL,i)}this._statBytes[n]={bytesReceived:t.bytesReceived,stalled:i}}_allocateConsumer(){if(!this._signaling.ready)return;let e=Dr.get();!w.videoTracksCount&&!this._observer&&R.warn(`Setting videoTracksCount to 0 is deprecated`),this._signaling.allocateConsumer(null,e)}async _processOffer(e,t){if(!this._pc)throw Error(`Interrupt allocation`);let n=w.simulcast;try{await this._pc.setRemoteDescription(e)}catch(e){throw R.error(`[single] unable to set remote offer`,e),O.log(b.ERROR,`setRemoteDescription-single`),e}let r=this._findFirstSimTransceiver();if(w.simulcast)if(r){R.log(`_processOffer: caps.simulcast=${w.simulcast} mid=${r.mid} dir=${r.direction}`);let e=this._mediaSource.getStream(),t=await this._setupSimulcastTransceiver(e,r);R.log(`_processOffer: simulcastInfo`,t),t||(R.log(`_processOffer: simulcast transceiver not found in server offer mid=${r.mid}, disable simulcast`),n=!1)}else R.log(`_processOffer: simulcast transceiver not found in server offer, disable simulcast`),n=!1;let i;try{if(await this._handleTracks(),R.debug(`[single] create local answer`),!this._pc)throw Error(`Interrupt allocation`);i=await this._pc.createAnswer()}catch(e){throw R.error(`[single] unable to create answer`,e),O.log(b.ERROR,`createAnswer-single`),e}try{if(!this._pc)throw Error(`Interrupt allocation`);i.sdp=C.patchLocalSDP(i.sdp,!1,I.isBrokenH264Decoder(),!1),R.debug(`[single] set local answer`,{answer:i}),await this._pc.setLocalDescription(i)}catch(e){throw R.error(`[single] unable to set local answer`,e),O.log(b.ERROR,`setLocalDescription-single`),e}if(n&&r){i.sdp=C.patchSimulcastAnswerSdp(i.sdp,r,ne.WIDTH,ne.HEIGHT);for(let e of this._pc.getTransceivers())e.mid===null&&e.stop()}try{R.debug(`[single] transmit local answer`,{answer:i}),this._updateSSRCMap(e),await this._signaling.acceptProducer(i,Object.keys(this._ssrcMap),t),R.debug(`[single] remote offer has been processed`)}catch(e){R.warn(`[single] unable to send local answer`,e),O.log(b.ERROR,`acceptProducer`)}n&&await this._changeSimulcastInfo(!0,!0)}_findFirstSimTransceiver(){if(!this._pc)return null;for(let e of this._pc.getTransceivers()){let t=e.sender?.track?e.sender.track?.kind:e.receiver?.track?.kind;if(!e.sender||t!==k.video)continue;let n=e.sender.getParameters();if(!(!n.encodings||n.encodings.length<=1))return e}return null}async _setupSimulcastTransceiver(e,t){if(!t?.sender||!e)return null;t.direction=`sendonly`;let n=e.getVideoTracks()[0];await t.sender.replaceTrack(n),t.sender.setStreams(e);let r=t.sender.getParameters();if(!r.encodings||r.encodings.length<=1)return R.log(`_setup:sim: mid=${t.mid} dir=${t.direction}: wrong encodings:${JSON.stringify(r.encodings)}`),null;let i=ce(ne.WIDTH,ne.HEIGHT,this._serverSettings.camera?.bitrates?.generic),a=0,o=1;for(let e of r.encodings)e.scalabilityMode=re,e.active=!0,a>=i.streams.length?e.maxBitrate=0:e.maxBitrate=i.streams[a].bitrate,e.scaleResolutionDownBy=o,o*=2,a++;await t.sender.setParameters(r);let s=n.getSettings();return R.log(`_setup:sim: mid=${t.mid} dir=${t.direction} track=${s.width}x${s.height} encodings=${JSON.stringify(r.encodings)}`),!0}async _acceptProducer(e,t){if(this._producerOfferIsProcessing){this._producerNextOffer=e,this._producerNextSessionId=t,R.debug(`[single] wait until other remote offer is processed`);return}this._producerOfferIsProcessing=!0;let n={type:`offer`,sdp:C.patchRemoteSDP(e,I.isOldDataChannelDescription(),!1,!1,!1,I.isBrokenVP9Encoder(),I.isBrokenVP9Decoder())};if(R.debug(`[single] set remote offer`,{offer:n}),!this._pc)throw Error(`Interrupt allocation`);try{if(await this._processOffer(n,t),this._producerOfferIsProcessing=!1,this._producerNextOffer&&this._producerNextSessionId){R.debug(`[single] there is other unprocessed remote offer, process it`);let e=this._producerNextOffer,t=this._producerNextSessionId;this._producerNextOffer=null,this._producerNextSessionId=null,await this._acceptProducer(e,t)}}catch(e){this.close(e)}}async _replaceScreenShareTrack(){let e=this._pc?.getTransceivers().find(e=>e.mid?.endsWith(`s`)&&e?.receiver?.track.kind===k.video);if(!e||!e.sender){R.warn(`Cannot find screenshare transceiver`);return}try{e.direction=`sendonly`,await e.sender.replaceTrack(this._mediaSource.getScreenShareTrack())}catch(e){R.error(`ServerTransport: Unable to replace track`,e)}}async _handleTracks(){this._observer||(await this._handleAudioShareTrack(),await this._handleScreenShareTrack())}async _handleAudioShareTrack(){if(!this._newAudioShareTrack)return;let e=this._pc?.getTransceivers().find(e=>e.mid?.endsWith(`s`)&&e?.receiver?.track.kind===k.audio);if(!e||!e.sender){R.warn(`Cannot find audioshare transceiver`);return}e.sender.track!==null&&R.warn(`Unexpected track assigned to audioshare`);try{e.direction=`sendonly`,await e.sender.replaceTrack(this._newAudioShareTrack),this._newAudioShareTrack=null}catch(e){R.error(`ServerTransport: Unable to replace track`,e),O.log(b.ERROR,`replaceTrack-single`)}}async _handleScreenShareTrack(){this._mediaSource.getScreenShareTrack()&&await this._replaceScreenShareTrack()}async _onSignalingNotification(e){if(this._isOpen)switch(e.notification){case G.PRODUCER_UPDATED:await this._onProducerUpdated(e);break;case G.REALLOC_CON:this._reconnect();break;case G.AUDIO_ACTIVITY:this._signalActiveParticipants(e.activeParticipants);break;case G.SPEAKER_CHANGED:this._signalSpeakerChanged(e.speaker);break;case G.STALLED_ACTIVITY:this._signalStalledParticipants(e.stalledParticipants);break;case G.NETWORK_STATUS:this._signalNetworkStatus(e.statuses);break}}_onAsrTranscription(e){this._triggerEvent(K.ASR_TRANSCRIPTION,e)}async _onProducerUpdated(e){this._producerSessionId&&this._producerSessionId!==e.sessionId&&this._reconnect(),w.breakVideoPayloadTypes&&(R.log(`test mode enabled, video switched off`),this._signaling.requestTestMode(`breakVideoPayloadTypes`,null)),this._producerSessionId=e.sessionId,await this._acceptProducer(e.description,e.sessionId)}_onAddTrack(e,t){R.debug(`[single] remote track (added)`,{track:t.track});let n=t.streams[0];n?(n.onremovetrack||(n.onremovetrack=e=>{this._triggerEvent(K.REMOTE_TRACK_REMOVED,n.id,n,e.track)}),n.getTracks().find(e=>e.id===t.track.id)||n.addTrack(t.track),this._rtpReceiversByStreamId[n.id]=t.receiver,this._triggerEvent(K.REMOTE_TRACK_ADDED,n.id,n,t.track)):R.error(`[single] unable to get media stream from track event`)}static _onSignalingStateChange(e,t){R.debug(`[single] signaling state changed`,{state:e.signalingState},t)}_onConnectionStateChange(e,t){switch(R.debug(`[single] connection state changed`,{state:e.connectionState},t),O.log(b.ICE_CONNECTION_STATE,e.connectionState),e.connectionState){case`failed`:this._reconnectionPrevented?this.close(Error(`Ice connection failed`)):this._reconnect();break;case`connecting`:let t=this.getState();t===q.IDLE||t===q.OPENED?this._setState(q.CONNECTING):e.iceConnectionState===`checking`&&this._setState(q.RECONNECTING);break;case`disconnected`:this._reconnectionPrevented?this.close(Error(`Ice connection disconnected`)):this._setState(q.RECONNECTING);break;case`connected`:this._setState(q.CONNECTED),C.getPeerConnectionHostInfo(e).then(e=>{e?.local&&(O.log(b.ICE_CONNECTION_TYPE,e.local.type),R.debug(`Selected ICE candidates`,e))});break}}_onReplacedTrack(e,t){if(this._pc){R.debug(`_onReplacedTrack: newTrack=${e}, sendTrack=${t}`),t&&(e=t);let n=(e,t)=>{e.replaceTrack(t).catch(e=>{R.error(`ServerTransport: Unable to replace track`,e),O.log(b.ERROR,`replaceTrack-single`)})};if(R.log(`_onReplacedTrack: newTrack=${e.getSettings().width}x${e.getSettings().height}`),w.simulcast&&e.kind===k.video){let t=this._pc?.getTransceivers().find(t=>t.direction===`sendonly`&&t.sender?.track?.kind===k.video&&t.sender.track.contentHint===e.contentHint)?.sender;t?.track?(n(t,e),e.getSettings().width&&e.getSettings().height&&this._changeSimulcastInfo(!1,!1)):R.warn(`_onReplacedTrack: simulcast video transceiver not found`)}else{let t=this._pc?.getSenders().find(t=>t.track&&t.track.kind===e.kind&&!this._disabledSenders.has(t)&&t.track.contentHint===e.contentHint);t?.track?n(t,e):e.kind===k.audio&&e.contentHint===`music`&&(this._newAudioShareTrack=e)}}this._applyConsumerSettings()}async _onSourcesChanged({kind:e}){e===k.screen&&w.consumerFastScreenShare&&this._mediaSource.mediaSettings.isFastScreenSharingEnabled&&await this._replaceScreenShareTrack(),this._applyConsumerSettings()}getStreamWaitingTimeMs(e,t){if(!this._pc)return O.log(b.PAT_WAITING_TIME_ERROR,`noConnection`),R.error(`Cannot get stream waiting time, peer connection is not initialized`),0;if(!RTCRtpReceiver.prototype.getSynchronizationSources)return O.log(b.PAT_WAITING_TIME_ERROR,`oldBrowser`),R.error(`Cannot get stream waiting time, RTCRtpReceiver.getSynchronizationSources is not supported`),0;let n=this._rtpReceiversByStreamId[e];if(!n)return O.log(b.PAT_WAITING_TIME_ERROR,`noReceiver`),R.error(`Cannot get stream waiting time, cannot find RTP receiver by stream ID: ${e}`),0;let r=n.getSynchronizationSources();if(!r||!r.length)return R.log(`Cannot get stream waiting time, ${e} receiver has no synchronization sources`),0;let i=r[0].rtpTimestamp;if(!Number.isInteger(i))return O.log(b.PAT_WAITING_TIME_ERROR,`timestampNotInteger`),R.error(`Cannot get stream waiting time, ${e} receiver's RTP timestamp is not an integer: ${i}`),0;let a=t-i&Vi,o=Math.ceil(a/Bi);return Math.min(100,Math.max(0,o))}async _changeSimulcastInfo(e,t){let n=this._mediaSource.mediaSettings.isVideoEnabled,r=this._findFirstSimTransceiver();if(!w.simulcast||!n||!r||!r.sender)return;let i=this._mediaSource.getStream();if(!i)return;let a=i.getVideoTracks()[0],o=a.getSettings().width,s=a.getSettings().height,c=ce(o,s,this._serverSettings.camera?.bitrates?.generic),l=t||!oe(this._simulcastInfo,c);if(!c.streams.length||!l)return;let u=r.sender.getParameters();if(u.encodings||(u.encodings=[{}]),!(u.encodings.length<=1)){if(R.log(`_changeSimulcastInfo: ${o}x${s} command: ${JSON.stringify(c)} `),e){let e=0;for(let t of u.encodings)t.scaleResolutionDownBy=le(t.rid),t.scalabilityMode=re,e>=c.streams.length?(t.maxBitrate=0,t.active=!1):(t.active=!0,t.maxBitrate=c.streams[e].bitrate),e++;await r.sender.setParameters?.(u).catch(e=>{R.error(`Failed to set sender parameters`,u,e)}),R.log(`_changeSimulcastInfo: actual encodings: ${JSON.stringify(u.encodings)} `)}if(this._simulcastInfo=c,c.streams){let e={mediaSource:ke.CAMERA,simulcastInfo:c};await this._signaling.changeSimulcast(e)}}}async _monitorRtpShare(){let e=jr.getInstance().value;if(!this._mediaSource.mediaSettings.isFastScreenSharingEnabled||!w.consumerFastScreenShare||e<.6)return;let t=this._pc?.getSenders().find(e=>e.track?.kind===k.video&&e.track?.contentHint===`motion`);t&&(await t.getStats()).forEach(e=>{if(e.type===`outbound-rtp`&&this._serverSettings.fastScreenSharing&&e.frameWidth<this._serverSettings.fastScreenSharing.maxDimension&&e.frameWidth<window.screen.width){let n=t.getParameters();n.degradationPreference=`maintain-resolution`,t.setParameters(n),R.log(`
12
+ `)}e.patchRemoteSDP=m;function ee(e){return e?`${e.type||`WEB_SOCKET`}_${e.id}`:`_`}e.getPeerIdString=ee;function te(e,t){return e&&e.id===t.id&&(e.type||`WEB_SOCKET`)===(t.type||`WEB_SOCKET`)}e.comparePeerId=te;async function ne(e){let t={local:null,remote:null};if(!e||!e.getStats)return t;try{let n=await e.getStats(null),r=null;if(n.forEach(e=>{e.type===`transport`&&e.selectedCandidatePairId?r=n.get(e.selectedCandidatePairId):e.type===`candidate-pair`&&e.state===`succeeded`&&!r&&(!Object.hasOwn(e,`selected`)||e.selected)&&(r=e)}),r?.localCandidateId){let e=n.get(r.localCandidateId);e&&(t.local={type:e.candidateType,ip:e.ip||e.ipAddress,port:e.port||e.portNumber})}if(r?.remoteCandidateId){let e=n.get(r.remoteCandidateId);e&&(t.remote={type:e.candidateType,ip:e.ip||e.ipAddress,port:e.port||e.portNumber})}return t}catch{return t}}e.getPeerConnectionHostInfo=ne;let h=/^[0-9]+$/,re=/^([gu])([0-9]+)$/;function ie(e,t=k.USER){let n=String(e);return re.test(n)?(L.warn(`Already composite id [${e}] type supplied [${t}]`),n):t===k.GROUP?`g`+n:t===k.USER?`u`+n:(L.warn(`Unknown type [${t}] for id [${e}]`),n.match(h)?`u`+n:n)}e.composeUserId=ie;function ae(e,t,n=0){return oe(ie(e,t),n)}e.composeParticipantId=ae;function oe(e,t){return t?e+`:d`+t:e}e.compose=oe;function se(e){return ae(e.id,e.idType||k.USER,e.deviceIdx)}e.composeId=se;function ce(e){if(e.decorativeUserId)return ae(e.decorativeUserId,e.idType||k.USER,e.deviceIdx)}e.composeDecorativeId=ce;function g(e){return e.participant?se(e.participant):ae(e.participantId,e.participantType||k.USER,e.deviceIdx)}e.composeMessageId=g;function le(e){return typeof e==`string`?ue(de(e).compositeUserId).id:e}e.extractOkId=le;function ue(e){let t=String(e),n=t.match(re);return n?{id:Number(n[2]),type:n[1]===`g`?k.GROUP:k.USER}:(L.warn(`Unsupported compositeId [${e}]`),{id:Number(t),type:k.USER})}e.decomposeId=ue;function de(e){let t=e.split(`:d`);return{compositeUserId:t[0],deviceIdx:t.length>1?parseInt(t[1],10):0}}e.decomposeParticipantId=de;function fe(){let e=window.crypto?.randomUUID?.();if(e)return e;let t=`0123456789abcdefghijklmnopqrstuvwxyz`.split(``),n=Array(36),r=0,i,a;for(a=0;a<36;a++)a===8||a===13||a===18||a===23?n[a]=`-`:a===14?n[a]=`4`:(r<=2&&(r=33554432+Math.random()*16777216|0),i=r&15,r>>=4,n[a]=t[a===19?i&3|8:i]);return n.join(``)}e.uuid=fe;function pe(e,t){let n;function r(...r){let i=this;n&&window.clearTimeout(n),n=window.setTimeout(()=>{e.apply(i,r)},t)}return r}e.debounce=pe;function me(e){if(!window.BigInt)return null;let t=``,n=e.split(`
13
+ `);for(let e of n)if(e.startsWith(`a=fingerprint`)){let n=e.split(` `);if(n.length===2){t=n[1];break}}if(!t)return BigInt(-1);let r=t.split(`:`),i=BigInt(0);for(let e=Math.min(7,r.length-1);e>=0;e--){let t=BigInt(parseInt(r[e],16));i<<=BigInt(8),i|=t}return BigInt.asIntN(64,i)}e.sdpFingerprint=me;async function he(e,{signal:t}={}){return new Promise((n,r)=>{if(t?.aborted)return r(t.reason);let i=setTimeout(()=>{t?.removeEventListener(`abort`,a),n()},e),a=()=>{clearTimeout(i),r(t?.reason)};t?.addEventListener(`abort`,a,{once:!0})})}e.delay=he;function ge(e,t,n,r=L){let i=[];return e.getSenders().forEach(e=>_e(t,e,e.track,n,i,r)),i}e.applySettings=ge;function _e(e,t,n,r,i,a=L){if(!RTCRtpSender.prototype.getParameters||!RTCRtpSender.prototype.setParameters||!e||!n||n.kind!==O.video)return;let o=n.getSettings();if(!o)return;let s=e.maxBitrateK?e.maxBitrateK*1024:null,c=o.width,l=o.height,u=c&&l&&e.maxDimension?Math.max(1,Math.max(c,l)/e.maxDimension):null,d=e.maxFramerate||null;if(c&&l&&e.maxDimension&&e.maxDimension>Math.max(c,l)){let e=Math.round(c*l/256),t=(Math.round(e*ln/1e4)+1)*1e4;s=s===null?t:Math.min(t,s)}let f=e.degradationPreference||`balanced`,p=r[n.id];if(p&&p.bitrate===s&&p.scaleResolutionDownBy===u&&p.maxFramerate===d&&p.degradationPreference===f){i[n.id]=p;return}i[n.id]={bitrate:s,scaleResolutionDownBy:u,maxFramerate:d,degradationPreference:f};let m=t.getParameters();if(m.encodings||(m.encodings=[{}]),m.encodings.length>1&&c&&l&&e.maxDimension){let t=Math.round(e.maxDimension*1.35),n=Math.max(c,l),r=an(c,l,e?.bitrates?.generic),i=r.streams.length;a.log(`applyVideoTrackSettings: maxDim=${e.maxDimension} targetDim=${t} track=${c}x${l} sim=${JSON.stringify(r)}`),m.encodings.forEach((e,a)=>{e.scaleResolutionDownBy=on(e.rid);let o=Math.round(n/e.scaleResolutionDownBy);a<i-1?e.active=o<t:a>=i?e.active=!1:e.active=!0,a<i?e.maxBitrate=r.streams[a].bitrate:e.maxBitrate=0,e.scalabilityMode=$t})}else m.encodings.forEach(t=>{e?.scalabilityMode&&(t.scalabilityMode=e.scalabilityMode),s?t.maxBitrate=s:delete t.maxBitrate,u?t.scaleResolutionDownBy=u:delete t.scaleResolutionDownBy,d?t.maxFramerate=d:delete t.maxFramerate});if(m.degradationPreference=f,m.encodings.length>0){t.setParameters?.(m).catch(e=>{a.error(`Failed to set sender parameters`,m,e)});let e=t.getParameters();a.log(`applyVideoTrackSettings: actual encodings= ${JSON.stringify(e.encodings)}`)}}e.applyVideoTrackSettings=_e;function ve(e,t){Array.isArray(t)||(t=[t]);for(let n of t)if(e.includes(n))return!0;return!1}e.includesOneOf=ve;function ye(e){return Object.entries(e.participantState?.state||{}).reduce((t,[n,r])=>(e.participantState&&(t[n]={ts:e.participantState.stateUpdateTs[n],state:r}),t),{})}e.mapParticipantState=ye;function _(e){let t=e.map(e=>({uid:e.externalId,mediaSettings:e.mediaSettings,status:e.status,muteStates:e.muteStates,unmuteOptions:e.unmuteOptions,participantState:e.participantState,markers:e.markers,movieShareInfos:e.movieShareInfos,roles:e.roles}));return j.filterObservers?t.filter(e=>!e.uid.observer):t}e.mapSharedParticipants=_;function be(e,t){let n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;for(let i of n)if(!Object.hasOwn(r,i)||e[i].state!==t[i].state||e[i].ts!==t[i].ts)return!1;return!0}e.isEqualParticipantState=be;function xe(e,t,n=!1){let r=Object.keys(e),i=Object.keys(t);if(r.length!==i.length)return!1;for(let i of r){if(!Object.hasOwn(t,i))return!1;let r=e[i],a=t[i];if(n&&De(r)&&De(a))return xe(r,a,n);if(r!==a)return!1}return!0}e.isObjectsEquals=xe;function Se(e,t){if(e.length!==t.length)return!1;for(let n of e)if(t.indexOf(n)<0)return!1;return!0}e.isArraysEquals=Se;function Ce(e){return!Object.keys(e).length}e.isEmptyObject=Ce;function we(e,t){if(!e&&!t)return 0;if(!e||!t)return e?-1:1;return r(t.rank,e.rank)||r(e.ts,t.ts)||n(e,t);function n(e,t){let n={[k.USER]:0,[k.GROUP]:1},{compositeUserId:i,deviceIdx:a}=de(e.id),{compositeUserId:o,deviceIdx:s}=de(t.id),{id:c,type:l}=ue(i),{id:u,type:d}=ue(o);return r(n[l],n[d])||r(c,u)||r(a,s)}function r(e,t){return e<t?-1:e===t?0:1}}e.participantMarkerCompare=we;function Te(e,t){return sn(Object.entries(e).filter(([,e])=>Array.isArray(t)?!t.includes(e):e!==t))}e.objectFilterOutValues=Te;function Ee(e,t,n){let r=n;for(let n in e)Object.hasOwn(e,n)&&(r=t(r,e[n],n));return r}e.objectReduce=Ee,e.setImmediate=(()=>{let e=1,t={},n=null;return typeof MessageChannel<`u`&&(n=new MessageChannel,n.port1.onmessage=e=>{let n=e.data;t[n]&&(t[n](),delete t[n])}),function(r){if(n&&document.visibilityState===`hidden`){let i=e;return e=e>=2**53-1?1:e+1,t[i]=r,n.port2.postMessage(i),()=>{t[i]&&delete t[i]}}let i=setTimeout(r,0);return()=>clearTimeout(i)}})();function De(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}e.isObject=De;function Oe(e,n,r,i){function a(e,t){let n=0,r=e.length,i=!1;for(let a=0;a<e.length;a++)if(!i&&e[a].startsWith(`m=video`)&&(n=a),e[a].startsWith(`a=mid:`+t)&&(i=!0),i&&e[a].startsWith(`m=`)){r=a;break}return{start:n,end:r}}function o(e,t,n,r,i,a,o){let s=`a=rid:`+r+` send`;for(let r=t;r<n;r++)e[r]===s&&(e[r]=s+` max-width=`+a+`;max-height=`+o+`;max-br=`+i)}let s=n?.sender;if(s&&s.track&&n.mid){let c=e.split(t),{start:l,end:u}=a(c,n.mid),d=s.getParameters();if(d.encodings)return d.encodings.forEach(e=>{let t=e.rid,n=e.maxBitrate,a=e.scaleResolutionDownBy;r&&i&&a&&o(c,l,u,t,n,``+Math.round(r/a),``+Math.round(i/a))}),c.join(`\r
14
+ `)}return e}e.patchSimulcastAnswerSdp=Oe})(fn||(fn={}));var A=fn,pn=`__CALLS_SDK_DEVTOOLS_`,mn=class{set(e,t){try{this.getStorage().setItem(pn+e,JSON.stringify(t))}catch(t){L.warn(`DevTools: Failed to save option`,e,t)}}get(e){try{let t=this.getStorage().getItem(pn+e);return t===null?null:JSON.parse(t)}catch(t){return L.warn(`DevTools: Failed to read option`,e,t),null}}remove(e){try{this.getStorage().removeItem(pn+e)}catch(t){L.warn(`DevTools: Failed to remove option`,e,t)}}clear(){try{let e=this.getStorage(),t=Object.keys(e);for(let n of t)n.startsWith(pn)&&e.removeItem(n)}catch(e){L.warn(`DevTools: Failed to clear options`,e)}}getAll(){try{let e=this.getStorage(),t=Object.keys(e),n={};for(let r of t)if(r.startsWith(pn)){let t=r.substring(21),i=e.getItem(r);if(i!==null)try{n[t]=JSON.parse(i)}catch{}}return n}catch(e){return L.warn(`DevTools: Failed to get all options`,e),{}}}getStorage(){return window.localStorage}},hn=class{constructor(e){h(this,`storage`,void 0),this.storage=e}set(e,t){this.storage.set(e,t),console.debug(`DevTools: ${String(e)} override set to ${t}`)}get(e){return this.storage.get(e)}clear(e){this.storage.remove(e),console.debug(`DevTools: ${String(e)} override cleared`)}clearAll(){this.storage.clear(),console.debug(`DevTools: All overrides cleared`)}getAll(){return this.storage.getAll()}applyOverrides(e){let t=this.getAll(),n={...e},r=Object.keys(t);if(r.length>0){console.debug(`DevTools: Current overrides:`,t);for(let e of r)t[e]!==void 0&&(n[e]=t[e]);console.debug(`DevTools: Overrides applied`)}return n}},gn=class e{static getInstance(){return e.instance||(e.instance=new e),e.instance}constructor(){h(this,`params`,void 0),h(this,`storage`,void 0),this.storage=new mn,this.params=new hn(this.storage)}};h(gn,`instance`,null);var _n=gn.getInstance(),j=class e{static set(t){Object.hasOwn(t,`voiceParams`)&&(Object.assign(e._params.voiceParams,t.voiceParams),delete t.voiceParams),Object.hasOwn(t,`specListenerParams`)&&(Object.assign(e._params.specListenerParams,t.specListenerParams),delete t.specListenerParams),Object.hasOwn(t,`apiAuth`)&&(v.accessToken=t.apiAuth.accessToken,v.sessionKey=t.apiAuth.sessionKey,v.sessionSecretKey=t.apiAuth.sessionSecretKey);let n=_n.params.applyOverrides(t);Object.assign(e._params,A.objectFilterOutValues(n,void 0))}static getScreenFrameRate(t){return t?e._params.fastScreenShareFrameRate:e._params.screenFrameRate}static get(t){return e._params[t]}static get appName(){return`ok.calls.sdk.js`}static get appVersion(){return 1.1}static get sdkVersion(){return`2.8.11-dev.f204132b.0`}static get debug(){return e._params.debug}static get protocolVersion(){return e._params.joinFromMultipleDevices?6:5}static get platform(){return e._params.platform}static set platform(t){e._params.platform=t}static get clientStatsPlatform(){return e._params.clientStatsPlatform}static set clientStatsPlatform(t){e._params.clientStatsPlatform=t}static get clientType(){return e._params.clientType}static set clientType(t){e._params.clientType=t}static get externalUserType(){return e._params.externalUserType}static set externalUserType(t){e._params.externalUserType=t}static get device(){return e._params.device}static get apiKey(){return e._params.apiKey}static get apiEnv(){return e._params.apiEnv}static get apiBaseUrl(){return e._params.apiBaseUrl}static set apiBaseUrl(t){e._params.apiBaseUrl=t}static apiEndpoint(t){switch(t??e.apiEnv){case`AUTO`:case`PROD`:return`https://api.mycdn.me`;case`CALLS`:return`https://calls.okcdn.ru`;case`PROD_OK`:return`https://api.ok.ru`;case`TEST`:return`https://apitest.ok.ru/api`;case`VIDEOTEST`:return`https://videotestapi.ok.ru/api`;case`CALLSTEST`:return`https://calls-test.okcdn.ru/api`;case`CALLS_BETA`:return`https://api-beta.calls-test.oneme.ru/api`;case`CALLS_BENDER`:return`https://api-bender.calls-test.oneme.ru/api`;case`CALLS_MAMES`:return`https://api-mames.calls-test.oneme.ru/api`;case`CALLS_MARS`:return`https://api-mars.calls-test.oneme.ru/api`;default:return e._params.apiEnv}}static get apiTimeout(){return e._params.apiTimeout}static get apiMaxAttempt(){return e._params.apiMaxAttempt}static get authToken(){return e._params.authToken}static set authToken(t){e._params.authToken=t}static get anonymToken(){return e._params.anonymToken}static set anonymToken(t){e._params.anonymToken=t}static get domain(){return e._params.domain}static get externalDomain(){return e._params.externalDomain}static get iceServers(){return e._params.iceServers}static set iceServers(t){e._params.iceServers=t}static get wssBase(){return e._params.wssBase}static set wssBase(t){e._params.wssBase=t}static get wtsBase(){return e._params.wtsBase}static set wtsBase(t){e._params.wtsBase=t}static get wssToken(){return e._params.wssToken}static set wssToken(t){e._params.wssToken=t}static get signalingReconnectDelay(){return e._params.signalingReconnectDelay}static get signalingReconnectMaxDelay(){return e._params.signalingReconnectMaxDelay}static get signalingReconnectMaxCount(){return e._params.signalingReconnectMaxCount}static get waitConnectionDelay(){return e._params.waitConnectionDelay}static get waitResponseDelay(){return e._params.waitResponseDelay}static get waitMessageDelay(){return e._params.waitMessageDelay}static get waitAnotherTabDelay(){return e._params.waitAnotherTabDelay}static get debugLog(){return e._params.debugLog}static get forceRelayPolicy(){return e._params.forceRelayPolicy}static set forceRelayPolicy(t){e._params.forceRelayPolicy=t}static get videoMinWidth(){return e._params.videoMinWidth}static get videoMaxWidth(){return e._params.videoMaxWidth}static set videoMaxWidth(t){e._params.videoMaxWidth=t}static get videoMinHeight(){return e._params.videoMinHeight}static get videoMaxHeight(){return e._params.videoMaxHeight}static set videoMaxHeight(t){e._params.videoMaxHeight=t}static get videoAspectRatio(){return e._params.videoAspectRatio}static get videoFrameRate(){return e._params.videoFrameRate}static get videoFacingMode(){return e._params.videoFacingMode||(w.isMobile()?Nt.USER:null)}static set videoFacingMode(t){e._params.videoFacingMode=t}static get displaySurface(){return e._params.displaySurface}static get audioEffects(){return e._params.audioEffects}static set audioEffects(t){e._params.audioEffects=t,e._params.audioEffects?.setLogger((e,...t)=>L.send(e,...t))}static get videoEffects(){return e._params.videoEffects}static set videoEffects(t){e._params.videoEffects=t,e._params.videoEffects?.setLogger((e,...t)=>L.send(e,...t))}static get videoEffectMaxWidth(){return e._params.videoEffectMaxWidth}static set videoEffectMaxWidth(t){e._params.videoEffectMaxWidth=t}static get videoEffectMaxHeight(){return e._params.videoEffectMaxHeight}static set videoEffectMaxHeight(t){e._params.videoEffectMaxHeight=t}static get vmoji(){return e._params.vmoji?.isBrowserSupported()?e._params.vmoji:null}static set vmoji(t){e._params.vmoji=t}static get vmojiOptions(){return e._params.vmojiOptions||{protocolVersion:1,renderingOptions:{}}}static set vmojiOptions(t){e._params.vmojiOptions=t}static get voiceParams(){return e._params.voiceParams}static get specListenerParams(){return e._params.specListenerParams}static get iceRestartWaitTime(){return e._params.iceRestartWaitTime}static get transportConnectionWaitTime(){return e._params.transportConnectionWaitTime}static get statisticsInterval(){return e._params.statisticsInterval}static set statisticsInterval(t){e._params.statisticsInterval=t}static get networkStatisticsInterval(){return e._params.networkStatisticsInterval}static get perfStatReportEnabled(){return e._params.perfStatReportEnabled}static get callStatReportEnabled(){return e._params.callStatReportEnabled}static get clientEventsLoggingEnabled(){return e._params.clientEventsLoggingEnabled}static get enableLogPerfStatReport(){return e._params.enableLogPerfStatReport}static get asrDataChannel(){return e._params.asrDataChannel}static get consumerScreenDataChannelPacketSize(){return e._params.consumerScreenDataChannelPacketSize}static get screenShareWebmBuilder(){return e._params.screenShareWebmBuilder}static get noiseSuppression(){return e._params.noiseSuppression}static get preferH264(){return e._params.preferH264}static get preferVP9(){return e._params.preferVP9}static get audioNack(){return e._params.audioNack}static get movieShare(){return e._params.movieShare&&e.videoTracksCount>0}static get videoTracksCount(){return Number(e._params.videoTracksCount)}static get requestDisplayLayoutThrottleMs(){return Number(e._params.requestDisplayLayoutThrottleMs)}static get breakVideoPayloadTypes(){return e._params.breakVideoPayloadTypes}static get useCallsToContacts(){return e._params.useCallsToContacts}static get useParticipantListChunk(){return e._params.useParticipantListChunk&&e.videoTracksCount>0}static get useRooms(){return e._params.useRooms}static get useChatRooms(){return e._params.useChatRooms}static get addParticipant(){return e._params.addParticipant}static get waitForAdminInGroupCalls(){return e._params.waitForAdminInGroupCalls}static get hold(){return e._params.hold}static get maxParallelCalls(){return e._params.maxParallelCalls}static get participantListChunkInitIndex(){return e._params.participantListChunkInitIndex??0}static get participantListChunkInitCount(){return e._params.participantListChunkInitCount??null}static get filterObservers(){return e._params.filterObservers}static get muteMode(){return e._params.muteMode}static get preserveAudioTracks(){return e._params.preserveAudioTracks}static get audioShare(){return w.isAudioShareSupported()&&e._params.audioShare}static get audioShareWindowInclude(){return e._params.audioShareWindowInclude}static get audioShareSystemInclude(){return e._params.audioShareSystemInclude}static get fastScreenShare(){return e._params.fastScreenShare}static get screenShareCongestionControl(){return e._params.screenShareCongestionControl}static get screenShareCongestionControlThreshold(){return e._params.screenShareCongestionControlThreshold}static get fastScreenShareWidth(){return e._params.fastScreenShareWidth}static get fastScreenShareHeight(){return e._params.fastScreenShareHeight}static get consumerFastScreenShare(){return e._params.consumerFastScreenShare}static get consumerFastScreenShareQualityOnDemand(){return e._params.consumerFastScreenShareQualityOnDemand}static get videoSuspend(){return e._params.videoSuspend}static get enumerateDevicesDelay(){return e._params.enumerateDevicesDelay}static get switchVideoAtBadNetwork(){return e._params.switchVideoAtBadNetwork}static get enableVideoEffectsFpsDegradation(){return e._params.enableVideoEffectsFpsDegradation}static get simulcast(){return w.isSimulcastSupportedByBrowser()&&e._params.simulcast}static get webtransport(){return e._params.webtransport}static get webtransportFF(){return e._params.webtransportFF}static get transparentAudio(){return e._params.transparentAudio}static toJSON(){return{apiKey:e._params.apiKey,apiEnv:e._params.apiEnv,audioShare:e._params.audioShare,audioShareWindowInclude:e._params.audioShareWindowInclude,audioShareSystemInclude:e._params.audioShareSystemInclude,useCallsToContacts:e._params.useCallsToContacts,useParticipantListChunk:e._params.useParticipantListChunk,useRooms:e._params.useRooms,useChatRooms:e._params.useChatRooms,addParticipant:e._params.addParticipant,fastScreenShare:e._params.fastScreenShare,participantListChunkInitCount:e._params.participantListChunkInitCount,screenShareCongestionControl:e._params.screenShareCongestionControl,screenShareCongestionControlThreshold:e._params.screenShareCongestionControlThreshold,videoTracksCount:e._params.videoTracksCount,requestDisplayLayoutThrottleMs:e._params.requestDisplayLayoutThrottleMs,asrDataChannel:e._params.asrDataChannel,videoMaxHeight:e._params.videoMaxHeight,videoMaxWidth:e._params.videoMaxWidth,videoEffectMaxHeight:e._params.videoEffectMaxHeight,videoEffectMaxWidth:e._params.videoEffectMaxWidth,videoSuspend:e._params.videoSuspend,debugLog:e._params.debugLog,callStatReportEnabled:e._params.callStatReportEnabled,joinFromMultipleDevices:e._params.joinFromMultipleDevices,movieShare:e._params.movieShare,clientType:e._params.clientType,clientStatsPlatform:e._params.clientStatsPlatform,consumerScreenDataChannelPacketSize:e._params.consumerScreenDataChannelPacketSize,switchVideoAtBadNetwork:e._params.switchVideoAtBadNetwork,simulcast:e._params.simulcast,webtransport:e._params.webtransport,webtransportFF:e._params.webtransportFF,transparentAudio:e._params.transparentAudio}}};h(j,`_params`,{platform:`WEB`,clientStatsPlatform:``,clientType:`PORTAL`,externalUserType:``,device:`browser`,apiKey:``,authToken:``,anonymToken:``,apiEnv:`AUTO`,apiBaseUrl:null,domain:``,externalDomain:``,iceServers:[],wssBase:``,wtsBase:``,wssToken:``,signalingReconnectDelay:1e3,signalingReconnectMaxDelay:5e3,signalingReconnectMaxCount:10,waitConnectionDelay:1e4,waitResponseDelay:1e4,waitMessageDelay:15e3,waitAnotherTabDelay:200,debugLog:!1,debug:!1,apiTimeout:5e3,apiMaxAttempt:10,forceRelayPolicy:!1,videoMinWidth:428,videoMinHeight:240,videoMaxWidth:1280,videoMaxHeight:720,videoAspectRatio:16/9,videoFrameRate:25,screenFrameRate:15,videoFacingMode:null,displaySurface:`monitor`,audioEffects:null,videoEffects:null,videoEffectMaxWidth:640,videoEffectMaxHeight:360,vmoji:null,vmojiOptions:null,iceRestartWaitTime:2e4,transportConnectionWaitTime:5e3,statisticsInterval:5e3,networkStatisticsInterval:2e4,perfStatReportEnabled:!0,callStatReportEnabled:!1,clientEventsLoggingEnabled:!1,enableLogPerfStatReport:!1,voiceParams:{smoothing:.8,minFreq:200,maxFreq:5e3,interval:500,threshold:.35,speakerLevelMultiplier:1.8},specListenerParams:{connectionTimeout:1e4,volumeTimeout:1e4},asrDataChannel:!1,consumerScreenDataChannelPacketSize:64*1024,screenShareWebmBuilder:!1,noiseSuppression:!0,preferH264:!1,preferVP9:!1,audioNack:!0,videoTracksCount:30,requestDisplayLayoutThrottleMs:750,movieShare:!1,useCallsToContacts:!1,useParticipantListChunk:!1,useRooms:!1,useChatRooms:!1,addParticipant:!1,waitForAdminInGroupCalls:!1,hold:!1,maxParallelCalls:2,participantListChunkInitIndex:0,participantListChunkInitCount:null,breakVideoPayloadTypes:!1,joinFromMultipleDevices:!1,filterObservers:!1,muteMode:!1,preserveAudioTracks:!1,audioShare:!1,audioShareWindowInclude:!1,audioShareSystemInclude:!1,fastScreenShare:!1,screenShareCongestionControl:!1,screenShareCongestionControlThreshold:2100,consumerFastScreenShare:!1,consumerFastScreenShareQualityOnDemand:!1,fastScreenShareFrameRate:24,fastScreenShareWidth:1280,fastScreenShareHeight:720,videoSuspend:!1,enumerateDevicesDelay:2e3,switchVideoAtBadNetwork:!1,enableVideoEffectsFpsDegradation:!1,simulcast:!1,webtransport:!1,webtransportFF:!1,transparentAudio:!1});var M=function(e){return e.WAITING_HALL=`WAITING_HALL`,e.WAIT_FOR_ADMIN=`WAIT_FOR_ADMIN`,e.WAITING=`WAITING`,e.CONNECTING=`CONNECTING`,e.CONNECTED=`CONNECTED`,e.RECONNECT=`RECONNECT`,e.ERROR=`ERROR`,e.HANGUP=`HANGUP`,e.PERMISSIONS=`PERMISSIONS`,e.ONHOLD=`ONHOLD`,e}({});function N(e,...t){let n=j.get(e);typeof n==`function`&&setTimeout(n,0,...t)}function P(e,t,...n){if(j.filterObservers){if(Array.isArray(t)){if(t=t.filter(e=>!e.observer),!t.length)return}else if(t.observer)return}N(e,t,...n)}function F(e){return Object.assign({},e)}function vn(e){return e.slice()}var yn;(function(e){function t(e,t,n){N(`onLocalStream`,e,F(t),n)}e.onLocalStream=t;function n(e,t,n){N(`onScreenStream`,e,F(t),n)}e.onScreenStream=n;function r(e,t,n){N(`onVmojiStream`,e,F(t),n)}e.onVmojiStream=r;function i(e,t){N(`onVmojiError`,e,t)}e.onVmojiError=i;function a(e,t,n){N(`onLocalStreamUpdate`,F(e),t,n)}e.onLocalStreamUpdate=a;function o(e,t){L.debug(`Local status:`,e),N(`onLocalStatus`,e,t)}e.onLocalStatus=o;function s(e,t,n){P(`onRemoteStream`,e,t,n)}e.onRemoteStream=s;function c(e,t,n){P(`onRemoteLive`,e,t,n)}e.onRemoteLive=c;function l(e,t,n){P(`onLocalLive`,e,t,n)}e.onLocalLive=l;function u(e,t,n){P(`onRemoteLiveUpdate`,e,t,n)}e.onRemoteLiveUpdate=u;function d(e,t,n){P(`onLocalLiveUpdate`,e,t,n)}e.onLocalLiveUpdate=d;function f(e,t,n){P(`onRemoteScreenStream`,e,t,n)}e.onRemoteScreenStream=f;function p(e,t,n){P(`onRemoteVmojiStream`,e,t,n)}e.onRemoteVmojiStream=p;function m(e,t,n,r){P(`onRemoteStreamSuspended`,e,t,n,r)}e.onRemoteStreamSuspended=m;function ee(e,t,n,r,i,a){P(`onConversation`,e,F(t),F(n),r,i,a)}e.onConversation=ee;function te(e,t){e&&N(`onConversationParticipantListChunk`,e,t)}e.onConversationParticipantListChunk=te;function ne(e,t,n,r){P(`onRemoteMediaSettings`,e,F(t),n,r)}e.onRemoteMediaSettings=ne;function h(e,t,n){P(`onLocalMediaSettings`,e,F(t),n)}e.onLocalMediaSettings=h;function re(e,t,n,r){P(`onRemoteSharedMovieInfo`,e,F(t),n,r)}e.onRemoteSharedMovieInfo=re;function ie(e,t,n,r){P(`onRemoteSharedMovieStoppedInfo`,e,F(t),n,r)}e.onRemoteSharedMovieStoppedInfo=ie;function ae(e,t,n,r){P(`onLocalSharedMovieInfo`,e,F(t),n,r)}e.onLocalSharedMovieInfo=ae;function oe(e,t,n,r){P(`onLocalSharedMovieStoppedInfo`,e,F(t),n,r)}e.onLocalSharedMovieStoppedInfo=oe;function se(e,t,n,r){P(`onRemoteSharedUrl`,e,t,n,r)}e.onRemoteSharedUrl=se;function ce(e,t,n){P(`onParticipantAdded`,e,t,n)}e.onParticipantAdded=ce;function g(e,t,n){P(`onParticipantJoined`,e,t,n)}e.onParticipantJoined=g;function le(e,t=!1,n){N(`onLocalParticipantState`,F(e),t,n)}e.onLocalParticipantState=le;function ue(e,t,n,r){P(`onRemoteParticipantState`,e,F(t),n,r)}e.onRemoteParticipantState=ue;function de(e,t,n){N(`onRemoteParticipantsState`,e,t,n)}e.onRemoteParticipantsState=de;function fe(e,t,n=null,r){L.debug(`Remote status:`,t,e),P(`onRemoteStatus`,e,t,n,r)}e.onRemoteStatus=fe;function pe(){N(`onPermissionsRequested`)}e.onPermissionsRequested=pe;function me(e,t){N(`onPermissionsError`,e,t)}e.onPermissionsError=me;function he(e,t,n){P(`onRemoteRemoved`,e,t,n)}e.onRemoteRemoved=he;function ge(e,t,n,r){N(`onCallState`,e,t,F(n),r)}e.onCallState=ge;function _e(e,t,n){N(`onDeviceSwitched`,e,t,n)}e.onDeviceSwitched=_e;function ve(e,t,n,r=!1,i=!1,a=null,o=null,s,c,l=null,u){let d=c?vn(c):void 0;N(`onMuteStates`,F(e),vn(t),vn(n),r,i,a,o,s,d,l,u)}e.onMuteStates=ve;function ye(e,t,n=!1,r){P(`onRolesChanged`,e,vn(t),n,r)}e.onRolesChanged=ye;function _(e,t=!1,n){N(`onLocalRolesChanged`,vn(e),t,n)}e.onLocalRolesChanged=_;function be(e,t,n,r,i){P(`onPinnedParticipant`,e,t,n,r,i)}e.onPinnedParticipant=be;function xe(e,t,n){N(`onLocalPin`,e,t,n)}e.onLocalPin=xe;function Se(e,t){N(`onOptionsChanged`,vn(e),t)}e.onOptionsChanged=Se;function Ce(e){N(`onCallAccepted`,e)}e.onCallAccepted=Ce;function we(e){N(`onCallActive`,e)}e.onCallActive=we;function Te(e,t,n){P(`onAcceptedCall`,e,t,n)}e.onAcceptedCall=Te;function Ee(e){N(`onRateNeeded`,e)}e.onRateNeeded=Ee;function De(e,t){P(`onSpeakerChanged`,e,t)}e.onSpeakerChanged=De;function Oe(e,t){N(`onVolumesDetected`,vn(e),t)}e.onVolumesDetected=Oe;function ke(e,t){N(`onLocalVolume`,e,t)}e.onLocalVolume=ke;function Ae(e,t,n){N(`onJoinStatus`,e,t,n)}e.onJoinStatus=Ae;function je(e,t){N(`onHangup`,e,t)}e.onHangup=je;function Me(e){N(`onMultipartyChatCreated`,F(e))}e.onMultipartyChatCreated=Me;function Ne(){N(`onDeviceChange`)}e.onDeviceChange=Ne;function Pe(e){N(`onFingerprintChange`,e)}e.onFingerprintChange=Pe;function Fe(){N(`onTokenExpired`)}e.onTokenExpired=Fe;function Ie(e,t,n=!1,r){N(`onChatMessage`,e,t,n,r)}e.onChatMessage=Ie;function Le(e,t,n=!1,r){N(`onCustomData`,e,t,n,r)}e.onCustomData=Le;function Re(e,t,n,r,i,a,o=null,s){N(`onRecordStarted`,e,t,n,r,i,a,o,s)}e.onRecordStarted=Re;function ze(e=null,t,n){N(`onRecordStopped`,e,t,n)}e.onRecordStopped=ze;function Be(e,t){N(`onLocalNetworkStatusChanged`,e,t)}e.onLocalNetworkStatusChanged=Be;function Ve(e,t){N(`onNetworkStatusChanged`,e,t)}e.onNetworkStatusChanged=Ve;function He(e,...t){N(`onDebugMessage`,e,...t)}e.onDebugMessage=He;function Ue(e,t,...n){N(`onDebugMessageWithContext`,e,t,...n)}e.onDebugMessageWithContext=Ue;function We(e,t){N(`onStatistics`,Object.assign({},e,{memory:t}))}e.onStatistics=We;function Ge(){N(`onAutoplayError`)}e.onAutoplayError=Ge;function Ke(e,t,n,r,i,a){N(`onChatRoomUpdated`,e,t,n,r,i,a)}e.onChatRoomUpdated=Ke;function qe(e,t){N(`onPromoted`,e,t)}e.onPromoted=qe;function Je(e,t){N(`onRemoteMixedAudioStream`,e,t)}e.onRemoteMixedAudioStream=Je;function Ye(e,t){N(`onJoinLinkChanged`,e,t)}e.onJoinLinkChanged=Ye;function Xe(e,t){N(`onRoomsUpdated`,e,t)}e.onRoomsUpdated=Xe;function v(e,t,n,r,i){N(`onRoomUpdated`,e,t,n,r,i)}e.onRoomUpdated=v;function y(e,t){N(`onRoomParticipantsUpdated`,e,t)}e.onRoomParticipantsUpdated=y;function b(e,t){N(`onRoomSwitched`,e,t)}e.onRoomSwitched=b;function x(e,t){N(`onRoomStart`,e,t)}e.onRoomStart=x;function S(e,t=null,n){N(`onFeedback`,e,t,n)}e.onFeedback=S;function Ze(e,t){N(`onFeaturesPerRoleChanged`,e,t)}e.onFeaturesPerRoleChanged=Ze;function Qe(e,t){N(`onParticipantVmojiUpdate`,e,t)}e.onParticipantVmojiUpdate=Qe;function $e(e,t,n){N(`onAsrSet`,e,t,n)}e.onAsrSet=$e;function et(e,t,n,r){N(`onAsrStarted`,e,t,n,r)}e.onAsrStarted=et;function tt(e,t){N(`onAsrStopped`,e,t)}e.onAsrStopped=tt;function nt(e,t,n,r,i){N(`onAsrTranscription`,e,t,n,r,i)}e.onAsrTranscription=nt;function rt(e,t,n){N(`onParticipantIdChanged`,e,t,n)}e.onParticipantIdChanged=rt;function it(e,t){N(`onVideoSuspendSuggest`,e,t)}e.onVideoSuspendSuggest=it;function at(e){N(`onSignalingMessage`,typeof e==`string`?e:F(e))}e.onSignalingMessage=at;function ot(e,t){N(`onPromotionApproved`,e,t)}e.onPromotionApproved=ot;function st(e){N(`onPeerRegistered`,e)}e.onPeerRegistered=st})(yn||(yn={}));var I=yn,bn=function(e){return e.DEBUG=`DEBUG`,e.LOG=`LOG`,e.WARN=`WARN`,e.ERROR=`ERROR`,e}({}),xn;(function(e){let t=`📞`,n=()=>({sessionId:null,conversationId:null}),r=(e,t,...n)=>{I.onDebugMessage(t,...n),I.onDebugMessageWithContext(t,{conversationId:e.conversationId},...n)},i=console.debug.bind(console,t),a=console.log.bind(console,t),o=console.warn.bind(console,t),s=console.error.bind(console,t),c=!1;function l(e){if(!e)return n();try{return e()}catch{return n()}}function u(e,t,n){let u=l(n);if(j.debugLog&&Me(e,t,u.sessionId||void 0),c)switch(e){case`DEBUG`:i(...t);break;case`LOG`:a(...t);break;case`WARN`:o(...t);break;case`ERROR`:s(...t);break}else r(u,e,...t)}function d(...e){u(`DEBUG`,e)}e.debug=d;function f(...e){u(`LOG`,e)}e.log=f;function p(...e){u(`WARN`,e)}e.warn=p;function m(...e){u(`ERROR`,e)}e.error=m;function ee(){return c}e.enabled=ee;function te(e){c=e,j.debugLog&&Ne()}e.toggle=te;function ne(e,...t){switch(e){case`DEBUG`:d(...t);break;case`LOG`:f(...t);break;case`WARN`:p(...t);break;case`ERROR`:m(...t);break}}e.send=ne;function h(e){return{debug:(...t)=>u(`DEBUG`,t,e),log:(...t)=>u(`LOG`,t,e),warn:(...t)=>u(`WARN`,t,e),error:(...t)=>u(`ERROR`,t,e)}}e.createLogger=h;function re(e=null){let t=null,n=e;function r(){!j.debugLog||t||(t=Pe(),n&&Fe(n,t))}let i=()=>(r(),{sessionId:t,conversationId:n});return{get sessionId(){return t},get conversationId(){return n},setConversationId(e){n=e,t&&Fe(n,t)},debug:(...e)=>u(`DEBUG`,e,i),log:(...e)=>u(`LOG`,e,i),warn:(...e)=>u(`WARN`,e,i),error:(...e)=>u(`ERROR`,e,i)}}e.createSessionLogger=re;function ie(e,...t){}e.test=ie})(xn||(xn={}));var L=xn,R=new class{constructor(){h(this,`_conversations`,new Map),h(this,`_activeId`,null),h(this,`_mutex`,!1)}add(e){if(this._conversations.has(e.id))throw Error(`CallRegistry: conversation ${e.id} already exists`);this._conversations.set(e.id,e)}remove(e){this._mutex||(e&&this._conversations.delete(e),this._activeId===e&&(this._activeId=null))}get(e){return this._conversations.get(e)}getActive(){return this._activeId?this._conversations.get(this._activeId)??null:null}getActiveId(){return this._activeId}has(e){return this._conversations.has(e)}getAll(){return Array.from(this._conversations.values())}get callsLength(){return this._conversations.size}async setActive(e){if(!(this._activeId===e||!this._conversations.has(e)||this._mutex)){this._mutex=!0;try{let t=this.getActive();if(t)try{await t.hold(!0)}catch(e){throw L.error(`Can't hold previous active, error: ${e}`),Error(`Cannot switch call: hold failed`)}this._conversations.has(e)&&(this._activeId=e,I.onCallActive(e));let n=this._conversations.get(e);if(n&&n?.isCallHeld)try{await n.hold(!1)}catch(e){throw L.error(`Can't hold next active, error: ${e}`),Error(`Cannot switch call: hold failed`)}}finally{this._mutex=!1}}}clear(){this._conversations.clear(),this._activeId=null}},Sn=class extends y{constructor(...e){super(...e),h(this,`_abortSignal`,void 0)}setAbortSignal(e){this._abortSignal=e}get ready(){return!0}setParticipantIdRegistry(e){}requestRealloc(){}setEndpoint(e){}setWebTransportEndpoint(e){}setConversationId(e){}readyToSend(e=!0){}cleanup(){}requestTestMode(e,t){}getNextCommandSequenceNumber(){return 0}},z=function(e){return e.RECOVER=`recover`,e.ACCEPT_CALL=`accept-call`,e.ADD_PARTICIPANT=`add-participant`,e.REMOVE_PARTICIPANT=`remove-participant`,e.HANGUP=`hangup`,e.TRANSMIT_DATA=`transmit-data`,e.ACCEPT_PRODUCER=`accept-producer`,e.ALLOCATE_CONSUMER=`allocate-consumer`,e.CHANGE_MEDIA_SETTINGS=`change-media-settings`,e.CHANGE_PARTICIPANT_STATE=`change-participant-state`,e.CHANGE_STREAM_PRIORITIES=`change-streams-priorities`,e.UPDATE_DISPLAY_LAYOUT=`update-display-layout`,e.REPORT_PERF_STAT=`report-perf-stat`,e.REPORT_SHARING_STAT=`report-sharing-stat`,e.REPORT_NETWORK_STAT=`report-network-stat`,e.RECORD_START=`record-start`,e.RECORD_STOP=`record-stop`,e.RECORD_PUBLISH=`record-publish`,e.RECORD_SET_CONF=`record-set-conf`,e.RECORD_GET_STATUS=`record-get-status`,e.SWITCH_MICRO=`switch-micro`,e.SWITCH_TOPOLOGY=`switch-topology`,e.REQUEST_REALLOC=`request-realloc`,e.CHAT_MESSAGE=`chat-message`,e.CHAT_HISTORY=`chat-history`,e.CUSTOM_DATA=`custom-data`,e.GRANT_ROLES=`grant-roles`,e.MUTE_PARTICIPANT=`mute-participant`,e.ENABLE_FEATURE_FOR_ROLES=`enable-feature-for-roles`,e.PIN_PARTICIPANT=`pin-participant`,e.UPDATE_MEDIA_MODIFIERS=`update-media-modifiers`,e.CHANGE_OPTIONS=`change-options`,e.GET_WAITING_HALL=`get-waiting-hall`,e.GET_PARTICIPANT_LIST_CHUNK=`get-participant-list-chunk`,e.GET_PARTICIPANTS=`get-participants`,e.PROMOTE_PARTICIPANT=`promote-participant`,e.REQUEST_TEST_MODE=`request-test-mode`,e.ADD_MOVIE=`add-movie`,e.UPDATE_MOVIE=`update-movie`,e.REMOVE_MOVIE=`remove-movie`,e.START_URL_SHARING=`start-url-sharing`,e.STOP_URL_SHARING=`stop-url-sharing`,e.GET_ROOMS=`get-rooms`,e.UPDATE_ROOMS=`update-rooms`,e.ACTIVATE_ROOMS=`activate-rooms`,e.REMOVE_ROOMS=`remove-rooms`,e.SWITCH_ROOM=`switch-room`,e.FEEDBACK=`feedback`,e.ASR_START=`asr-start`,e.ASR_STOP=`asr-stop`,e.REQUEST_ASR=`request-asr`,e.REQUEST_PROMOTION=`request-promotion`,e.ACCEPT_PROMOTION=`accept-promotion`,e.GET_HAND_QUEUE=`get-hand-queue`,e.ENABLE_VIDEO_SUSPEND=`enable-video-suspend`,e.ENABLE_VIDEO_SUSPEND_SUGGEST=`enable-video-suspend-suggest`,e.HOLD=`hold`,e.PUT_HANDS_DOWN=`put-hands-down`,e.CHANGE_SIMULCAST=`change-simulcast`,e}(z||{});function Cn(e){return e.stopStream}function wn(e){return e.keyFrameRequested}function Tn(e){if(Cn(e))return`ss`;if(wn(e))return`kf`;let t=``;return e.priority!==void 0&&(t+=`p=`+e.priority),e.width!==void 0&&e.height!==void 0&&(t!==``&&(t+=`:`),t+=`sz=`+Math.round(e.width)+`x`+Math.round(e.height)),e.fit!==void 0&&(t!==``&&(t+=`:`),t+=`fit=`+e.fit),t}var B=function(e){return e.CAMERA=`CAMERA`,e.SCREEN=`SCREEN`,e.STREAM=`STREAM`,e.MOVIE=`MOVIE`,e.ANIMOJI=`ANIMOJI`,e.SHARED_URL=`SHARED_URL`,e}({}),En=`s`,Dn=`m`;function On(e){return e.participantId+(e.mediaType?`:`+En+e.mediaType:``)+(e.streamName?`:`+Dn+e.streamName:``)}function kn(e){let t=e.split(`:`),n=t.shift();if(!n)throw Error(`Illegal stream description: `+e);let r=null,i,a=0;for(let n of t)switch(n.charAt(0)){case En:r=An(n.slice(1));break;case Dn:i=n.slice(1);break;case`d`:a=Number.parseInt(n.slice(1),10);break;default:throw Error(`Unexpected parameter type `+n.charAt(0)+` in stream description `+e)}return{participantId:A.compose(n,a),mediaType:r,streamName:i}}function An(e){for(let t of Object.keys(B))if(t===e)return B[t];return null}function jn(){let e=new DataView(new ArrayBuffer(64)),t=0;function n(n){if(t+n>e.byteLength){let r=new Uint8Array(Math.max(t+n,e.byteLength+64));r.set(new Uint8Array(e.buffer.slice(0,t))),e=new DataView(r.buffer)}}return{put(r){if(n(r.byteLength),Mn(r)){let n=r.buffer;new Uint8Array(e.buffer).set(new Uint8Array(n),t)}else new Uint8Array(e.buffer).set(new Uint8Array(r),t);t+=r.byteLength},putI8(r){n(1),e.setInt8(t,r),++t},putI16(r){n(2),e.setInt16(t,r),t+=2},putI32(r){n(4),e.setInt32(t,r),t+=4},putI64(r){n(8);let i=r<0;i&&(r=-r);let a=r/4294967296|0,o=r%4294967296|0;i&&(o=~o+1|0,a=o===0?~a+1|0:~a),e.setUint32(t,a),e.setUint32(t+4,o),t+=8},putUi8(r){n(1),e.setUint8(t,r),++t},putUi16(r){n(2),e.setUint16(t,r),t+=2},putUi32(r){n(4),e.setUint32(t,r),t+=4},putUi64(r){n(8),e.setUint32(t,r/4294967296|0),e.setUint32(t+4,r%4294967296),t+=8},putF(r){n(8),e.setFloat64(t,r),t+=8},ui8array(){return new Uint8Array(e.buffer.slice(0,t))}}}function Mn(e){return e.buffer!==void 0}function Nn(e){let t=ArrayBuffer.isView(e)?new DataView(e.buffer,e.byteOffset,e.byteLength):new DataView(e),n=0;return{peek(){return t.getUint8(n)},get(e){n+=e;let r=t.byteOffset;return t.buffer.slice(r+n-e,r+n)},getI8(){return t.getInt8(n++)},getI16(){return n+=2,t.getInt16(n-2)},getI32(){return n+=4,t.getInt32(n-4)},getI64(){n+=8;let e=t.getInt32(n-8),r=t.getUint32(n-4);return e*4294967296+r},getUi8(){return t.getUint8(n++)},getUi16(){return n+=2,t.getUint16(n-2)},getUi32(){return n+=4,t.getUint32(n-4)},getUi64(){n+=8;let e=t.getUint32(n-8),r=t.getUint32(n-4);return e*4294967296+r},getF32(){return n+=4,t.getFloat32(n-4)},getF64(){return n+=8,t.getFloat64(n-8)}}}var Pn=0,Fn=1,In=2,Ln=3,Rn=4,zn=5,Bn=6,Vn=7,Hn=0,Un=1,Wn=2,Gn=0,Kn=0,qn=0,Jn=1,Yn=class{constructor(e=L){h(this,`participantIdRegistry`,null),h(this,`_debug`,void 0),this._debug=e}setParticipantIdRegistry(e){this.participantIdRegistry=e}serializeUpdateDisplayLayout(e,t){let n=jn();l.Int.enc(n,Pn),l.Int.enc(n,Gn),l.Int.enc(n,e),l.Nil.enc(n,null);let r=[];for(let e in t)Object.hasOwn(t,e)&&this.writeLayout(t,e,r);return l.Arr.enc(n,r),l.Nil.enc(n,null),n.ui8array().buffer}writeLayout(e,t,n){let r=e[t],i=jn();if(this.writeStreamDesc(t,i),Cn(r))l.Int.enc(i,Un);else if(wn(r))l.Int.enc(i,Wn);else if(l.Int.enc(i,Hn),r.priority===void 0?l.Nil.enc(i,null):l.Int.enc(i,r.priority),r.width!==void 0&&r.height!==void 0?(l.Int.enc(i,Math.round(r.width)),l.Int.enc(i,Math.round(r.height))):(l.Nil.enc(i,null),l.Nil.enc(i,null)),r.fit!==void 0)switch(r.fit){case`cv`:l.Int.enc(i,qn);break;case`cn`:l.Int.enc(i,Jn);break;default:l.Nil.enc(i,null)}else l.Nil.enc(i,null);n.push(i.ui8array().buffer)}writeStreamDesc(e,t){if(this.participantIdRegistry){let n=this.participantIdRegistry.getCompactId(e);if(n!==void 0){l.Int.enc(t,n);return}}l.Str.enc(t,e)}serializePerfStatReport(e,t){let n=jn();return l.Int.enc(n,Fn),l.Int.enc(n,Gn),l.Int.enc(n,e),l.Int.enc(n,t.framesDecoded),l.Int.enc(n,t.framesReceived),n.ui8array().buffer}serializeSharingStatReport(e,t){let n=jn();return l.Int.enc(n,In),l.Int.enc(n,Gn),l.Int.enc(n,e),l.Int.enc(n,t.minDelay),l.Int.enc(n,t.maxDelay),l.Int.enc(n,t.avgDelay),l.Int.enc(n,t.largeDelayDuration),n.ui8array().buffer}serializeRequestAsr(e,t){let n=jn();return l.Int.enc(n,Ln),l.Int.enc(n,Gn),l.Int.enc(n,e),l.Bool.enc(n,t.request),n.ui8array().buffer}serializeNetworkStatReport(e,t){let n=jn();return l.Int.enc(n,Rn),l.Int.enc(n,Gn),l.Int.enc(n,e),l.Int.enc(n,t.timestamp),l.Int.enc(n,t.sendBitrate),n.ui8array().buffer}serializeEnableVideoSuspend(e,t){let n=jn();return l.Int.enc(n,zn),l.Int.enc(n,Gn),l.Int.enc(n,e),l.Bool.enc(n,t.enabled),n.ui8array().buffer}serializeEnableVideoSuspendSuggest(e,t){let n=jn();return l.Int.enc(n,Bn),l.Int.enc(n,Gn),l.Int.enc(n,e),l.Bool.enc(n,t.enabled),n.ui8array().buffer}serializeChangeSimulcast(e,t){let n=jn();l.Int.enc(n,Vn),l.Int.enc(n,Gn),l.Int.enc(n,e);let r=t.simulcastInfo.streams.length;l.Int.enc(n,t.mediaSource),l.Int.enc(n,r);for(let e of t.simulcastInfo.streams)l.Str.enc(n,e.rid),l.Int.enc(n,e.width),l.Int.enc(n,e.height),l.Int.enc(n,e.fps),l.Int.enc(n,e.bitrate/1e3);return n.ui8array().buffer}async deserializeCommandResponse(e){let t;t=e instanceof Blob?Nn(`arrayBuffer`in Blob.prototype?await e.arrayBuffer():await cn(e)):Nn(e);let n=l.Int.dec(t),r=l.Int.dec(t);if(r!==Gn){this._debug.warn(`Unsupported version for command type: `+n+`, version `+r);return}if(l.Int.dec(t)!==Kn){this._debug.warn(`Error code: `+n+`received for command type: `+n+`, version `+r);return}switch(n){case Pn:return this.deserializeUpdateDisplayLayoutResponse(t);case Fn:return this.deserializeReportPerfStatResponse(t);default:this._debug.warn(`unsupported command response commandType: `+n);return}}deserializeUpdateDisplayLayoutResponse(e){let t=l.Int.dec(e),n=l.Arr.dec(e),r={};return n.forEach(e=>{let t=Nn(e),n=l.Any.dec(t);if(typeof n==`string`)r[n]=l.Int.dec(t);else{let e=n,i=On(this.participantIdRegistry?.getStreamDescription(e));r[i]=l.Int.dec(t)}}),{type:`response`,sequence:t,response:z.UPDATE_DISPLAY_LAYOUT.toString(),errorCodeByParticipantId:r}}deserializeReportPerfStatResponse(e){let t=l.Int.dec(e),n=l.Int.dec(e);return{type:`response`,sequence:t,response:z.REPORT_PERF_STAT.toString(),estimatedPerformanceIndex:n}}},V=function(e){return e.CALL_FINISH=`call_finish`,e.CODEC_USAGE=`codec_usage`,e.SIGNALING_CONNECTED=`signaling_connected`,e.SCREENSHARE_FIRST_FRAME=`screen_share_first_frame`,e.FIRST_MEDIA_RECEIVED=`first_media_received`,e.CALL_DECLINED_OR_HANGED_LOCALLY=`CallDeclinedOrHangedLocally`,e.USER_FEEDBACK_RECEIVED=`UserFeedbackReceived`,e.CALL_START=`call_start`,e.SIGNALING_PING_SUMMARY=`signaling_ping_summary`,e.SIGNALING_COMMAND_SUMMARY=`signaling_command_summary`,e.WEBSOCKET_CONNECTED=`websocket_connected`,e.WEBSOCKET_RECONNECTED=`websocket_reconnected`,e.WEBSOCKET_FAILED_PINGS=`websocket_failed_pings`,e.WEBSOCKET_FAILED_EXCEPTION=`websocket_failed_exception`,e.WEBSOCKET_TIMEOUT=`websocket_timeout`,e.WEBSOCKET_RESTART=`websocket_restart`,e.WEBTRANSPORT_CONNECTED=`webtransport_connected`,e.WEBTRANSPORT_RECONNECTED=`webtransport_reconnected`,e.WEBTRANSPORT_FAILED_PINGS=`webtransport_failed_pings`,e.WEBTRANSPORT_FAILED_EXCEPTION=`webtransport_failed_exception`,e.WEBTRANSPORT_TIMEOUT=`webtransport_timeout`,e.WEBTRANSPORT_RESTART=`webtransport_restart`,e}(V||{}),Xn=1e3;function H(e,t,n=0){return t in e&&e[t]?e[t]:n}function Zn(...e){return t=>{for(let n of e)if(n(t))return!0;return!1}}function Qn(e,t){return n=>n[e]===t}function $n(e){return(t,n)=>n[e]-t[e]}function er(e,t){return t.reduce((t,n)=>(t[n[e]]=n,t),{})}function tr(e){let t={},n=[];for(let r of e)t[r.id]||(t[r.id]=!0,n.push(r));return n}function nr(e){return Object.keys(e).filter(t=>e[t]!==void 0).map(t=>[t,e[t]]).reduce((e,t)=>(e[t[0]]=A.isObject(t[1])?nr(t[1]):t[1],e),{})}function rr(e){let t=[];for(let n of e)n.forEach(e=>t.push(e));return t}async function ir(e){let t=[];return RTCRtpReceiver.prototype.getStats?(t.push(...e.getReceivers().map(e=>e.getStats())),t.push(...e.getSenders().map(e=>e.getStats()))):t.push(e.getStats()),Promise.all(t).then(rr).then(tr)}function ar(e){let t=e.filter(Qn(`type`,`candidate-pair`)).sort($n(`priority`)).find(Zn(Qn(`nominated`,!0),Qn(`selected`,!0)));if(!t)return{timestamp:0,availableOutgoingBitrate:0,totalRoundTripTime:0,currentRoundTripTime:0,bytesSent:0,bytesReceived:0};let n={timestamp:t.timestamp,availableOutgoingBitrate:t.availableOutgoingBitrate||0,totalRoundTripTime:t.totalRoundTripTime||0,currentRoundTripTime:t.currentRoundTripTime||0,bytesSent:t.bytesSent||0,bytesReceived:t.bytesReceived||0},r=e.find(Qn(`id`,t.remoteCandidateId));r&&Object.assign(n,{remote:{type:r.candidateType,address:r.ip||r.address,port:r.port,protocol:r.protocol}});let i=e.find(Qn(`id`,t.localCandidateId));return i&&Object.assign(n,{local:{type:i.candidateType,address:i.ip||i.address,port:i.port,protocol:i.protocol,relayProtocol:i.relayProtocol,networkType:i.networkType}}),nr(n)}function or(e,t,n=!1){let r=er(`id`,e),i=n?e.filter(Zn(Qn(`type`,`remote-inbound-rtp`))):e.filter(Zn(Qn(`type`,`inbound-rtp`),Qn(`type`,`outbound-rtp`)));return w.browserName()===`Firefox`&&(i=Object.values(i.reduce((e,t)=>{if(!e[t.ssrc])e[t.ssrc]=t;else{let n=Object.assign({},e[t.ssrc],t),r=e[t.ssrc].isRemote?t:e[t.ssrc];n.id=r.id,n.type=r.type,delete n.isRemote,delete n.remoteId,e[n.ssrc]=n}return e},{}))),i.map(e=>{let n=Number(e.ssrc),i=e.mediaType||e.kind,a=e.remoteId||e.trackId,o=e.type,s=e.codecId;if(!o||!n||!i)return null;let c={ssrc:n,type:o,kind:i,bytesReceived:H(e,`bytesReceived`),bytesSent:H(e,`bytesSent`),headerBytesReceived:H(e,`headerBytesReceived`),headerBytesSent:H(e,`headerBytesSent`),jitter:H(e,`jitter`),packetsLost:H(e,`packetsLost`),packetsReceived:H(e,`packetsReceived`),packetsSent:H(e,`packetsSent`),fractionLost:H(e,`fractionLost`),pliCount:H(e,`pliCount`),firCount:H(e,`firCount`),nackCount:H(e,`nackCount`),userId:t[n],freezeCount:H(e,`freezeCount`,0),totalFreezesDuration:H(e,`totalFreezesDuration`,0)},l=`mid`in e&&typeof e.mid==`string`?e.mid:void 0,u=`rid`in e&&typeof e.rid==`string`?e.rid:void 0;if(l&&(c.mid=l),u&&(c.rid=u),i===`video`){let t=H(e,`framesDecoded`),n=H(e,`totalInterFrameDelay`),r=H(e,`totalSquaredInterFrameDelay`),i=H(e,`encoderImplementation`),a=H(e,`decoderImplementation`);i&&(c.encoderImplementation=i),a&&(c.decoderImplementation=a),c.interframeDelayVariance=(r-n*n/t)/t}if(i===`video`&&c.type===`outbound-rtp`&&(c.totalEncodeTime=H(e,`totalEncodeTime`)??0),i===`audio`&&(c.totalSamplesReceived=H(e,`totalSamplesReceived`),c.concealedSamples=H(e,`concealedSamples`),c.insertedSamplesForDeceleration=H(e,`insertedSamplesForDeceleration`),c.removedSamplesForAcceleration=H(e,`removedSamplesForAcceleration`),c.silentConcealedSamples=H(e,`silentConcealedSamples`),c.concealmentEvents=H(e,`concealmentEvents`),c.totalAudioEnergy=H(e,`totalAudioEnergy`)),s&&r[s]){let e=r[s];c.clockRate=e.clockRate,c.mimeType=e.mimeType,i===`audio`&&e.sdpFmtpLine&&(c.sdpFmtpLine=e.sdpFmtpLine)}if(a&&r[a]){let e=r[a];c.frameHeight=e.frameHeight,c.frameWidth=e.frameWidth,c.framesDecoded=e.framesDecoded,c.framesReceived=e.framesReceived,c.framesDropped=e.framesDropped}return nr(c)}).filter(e=>!!e)}function sr(e,t,n=!1){if(!t||!t.rtps||!e.rtps)return e;let r,i;n&&(r=er(`ssrc`,e?.remoteRtps||[]),i=er(`ssrc`,t?.remoteRtps||[]));let a=er(`ssrc`,e.rtps),o=er(`ssrc`,t.rtps),s=(e.timestamp-t.timestamp)/1e3;return!a||!o||Object.keys(a).forEach(c=>{let l=a[c],u=o[c];if(!(!l||!u)){if(l.bytesReceived&&l.bytesReceived>u.bytesReceived&&(l.bandwidth=Math.round((l.bytesReceived-u.bytesReceived)/s),l.bandwidth+=Math.round((l.headerBytesReceived-u.headerBytesReceived)/s)),l.bytesSent&&l.bytesSent>u.bytesSent&&(l.bandwidth=Math.round((l.bytesSent-u.bytesSent)/s),l.bandwidth+=Math.round((l.headerBytesSent-u.headerBytesSent)/s)),l.packetsReceived)if(l.packetsReceived>u.packetsReceived||l.packetsLost>u.packetsLost){let e=l.packetsLost-u.packetsLost,t=l.packetsReceived-u.packetsReceived;l.packetLoss=parseFloat((100*e/(e+t)).toFixed(2))}else l.packetLoss=0;if(l.freezeCount>u.freezeCount&&(l.freezeCountDelta=l.freezeCount-u.freezeCount),l.totalFreezesDuration>u.totalFreezesDuration&&(l.totalFreezesDurationDelta=l.totalFreezesDuration-u.totalFreezesDuration),l.framesDropped&&u.framesDropped&&l.framesDropped>u.framesDropped&&(l.framesDroppedDelta=parseFloat(((l.framesDropped-u.framesDropped)/s).toFixed(0))),n&&l.type===`outbound-rtp`&&l.kind===O.video){let n=r?.[c],a=i?.[c],o=e=>e??0,s=Math.max(0,o(n?.packetsLost)-o(a?.packetsLost)),d=Math.max(1,l.packetsSent-u.packetsSent);e.transport.averageNetStat={currentRoundTripTime:(e.transport.currentRoundTripTime+t.transport.currentRoundTripTime)/2*1e3,lostPercent:Math.round(s/d*100)}}}}),e}async function cr(e,t,n={},r=!1){let i=await ir(e),a={timestamp:Date.now(),transport:ar(i),rtps:or(i,n)};return r&&(a.remoteRtps=or(i,n,!0)),t?sr(a,t,r):(await A.delay(Xn),cr(e,a,n,r))}function lr(e){performance.clearMarks(e),performance.mark(e)}function ur(e){performance.clearMarks(e)}function dr(e){let t=performance.getEntriesByName(e)[0];if(t===void 0)return null;let n=Math.round(performance.now()-t.startTime);return performance.clearMarks(e),n}function fr(e){return`${V.SCREENSHARE_FIRST_FRAME}_${pr(e)}`}function pr(e){return typeof e==`string`?e:JSON.stringify(e)}var U={distinctById:tr,rtcStatsToArray:rr,extractTransport:ar,extractRtps:or,delta:sr,collectStats:cr,setMark:lr,clearMark:ur,measureMark:dr,getMarkNameScreenshareFirstFrame:fr},mr=function(e){return e.START=`start`,e.ACCEPT=`accept`,e.JOIN=`join`,e.RETRY=`retry`,e}(mr||{}),W=function(e){return e.NOTIFICATION=`NOTIFICATION`,e.FAILED=`FAILED`,e.RECONNECT=`RECONNECT`,e}(W||{}),G=function(e){return e.TRANSMITTED_DATA=`transmitted-data`,e.ACCEPTED_CALL=`accepted-call`,e.HUNGUP=`hungup`,e.PARTICIPANT_ADDED=`participant-added`,e.PARTICIPANT_JOINED=`participant-joined`,e.CLOSED_CONVERSATION=`closed-conversation`,e.MEDIA_SETTINGS_CHANGED=`media-settings-changed`,e.PARTICIPANT_STATE_CHANGED=`participant-state-changed`,e.PARTICIPANTS_STATE_CHANGED=`participants-state-changed`,e.RATE_CALL_DATA=`rate-call-data`,e.FEATURE_SET_CHANGED=`feature-set-changed`,e.TOPOLOGY_CHANGED=`topology-changed`,e.PRODUCER_UPDATED=`producer-updated`,e.CONSUMER_ANSWERED=`consumer-answered`,e.MULTIPARTY_CHAT_CREATED=`multiparty-chat-created`,e.FORCE_MEDIA_SETTINGS_CHANGE=`force-media-settings-change`,e.SETTINGS_UPDATE=`settings-update`,e.VIDEO_QUALITY_UPDATE=`video-quality-update`,e.REGISTERED_PEER=`registered-peer`,e.SWITCH_MICRO=`switch-micro`,e.RECORD_STARTED=`record-started`,e.RECORD_STOPPED=`record-stopped`,e.REALLOC_CON=`realloc-con`,e.AUDIO_ACTIVITY=`audio-activity`,e.SPEAKER_CHANGED=`speaker-changed`,e.STALLED_ACTIVITY=`stalled-activity`,e.CHAT_MESSAGE=`chat-message`,e.CUSTOM_DATA=`custom-data`,e.ROLES_CHANGED=`roles-changed`,e.MUTE_PARTICIPANT=`mute-participant`,e.PIN_PARTICIPANT=`pin-participant`,e.OPTIONS_CHANGED=`options-changed`,e.NETWORK_STATUS=`network-status`,e.PARTICIPANT_SOURCES_UPDATE=`participant-sources-update`,e.PROMOTE_PARTICIPANT=`promote-participant`,e.CHAT_ROOM_UPDATED=`chat-room-updated`,e.PROMOTION_APPROVED=`promotion-approved`,e.JOIN_LINK_CHANGED=`join-link-changed`,e.FEEDBACK=`feedback`,e.MOVIE_UPDATE_NOTIFICATION=`movie-update-notification`,e.MOVIE_SHARE_STARTED=`movie-share-started`,e.MOVIE_SHARE_STOPPED=`movie-share-stopped`,e.URL_SHARING_INFO_UPDATED=`url-sharing-info-updated`,e.ROOM_UPDATED=`room-updated`,e.ROOMS_UPDATED=`rooms-updated`,e.ROOM_PARTICIPANTS_UPDATED=`room-participants-updated`,e.FEATURES_PER_ROLE_CHANGED=`features-per-role-changed`,e.PARTICIPANT_ANIMOJI_CHANGED=`participant-animoji-changed`,e.ASR_STARTED=`asr-started`,e.ASR_STOPPED=`asr-stopped`,e.DECORATIVE_PARTICIPANT_ID_CHANGED=`decorative-participant-id-changed`,e.VIDEO_SUSPEND_SUGGEST=`video-suspend-suggest`,e.HOLD=`hold`,e}(G||{}),hr=function(e){return e.WEBSOCKET=`ws`,e.WEBTRANSPORT=`wt`,e}({}),gr=function(e){return e.CONNECTED=`connected`,e.RECONNECTED=`reconnected`,e.FAILED_PINGS=`failed_pings`,e.FAILED_EXCEPTIONS=`failed_exception`,e.TIMEOUT=`timeout`,e.RESTART=`restart`,e}({}),_r={connected:{wt:V.WEBTRANSPORT_CONNECTED,ws:V.WEBSOCKET_CONNECTED},reconnected:{wt:V.WEBTRANSPORT_RECONNECTED,ws:V.WEBSOCKET_RECONNECTED},failed_pings:{wt:V.WEBTRANSPORT_FAILED_PINGS,ws:V.WEBSOCKET_FAILED_PINGS},failed_exception:{wt:V.WEBTRANSPORT_FAILED_EXCEPTION,ws:V.WEBSOCKET_FAILED_EXCEPTION},timeout:{wt:V.WEBTRANSPORT_TIMEOUT,ws:V.WEBSOCKET_TIMEOUT},restart:{wt:V.WEBTRANSPORT_RESTART,ws:V.WEBSOCKET_RESTART}},K=function(e){return e.IDLE=`IDLE`,e.OPENED=`OPENED`,e.CONNECTING=`CONNECTING`,e.RECONNECTING=`RECONNECTING`,e.CONNECTED=`CONNECTED`,e.CLOSED=`CLOSED`,e.FAILED=`FAILED`,e}(K||{}),q=function(e){return e.DIRECT=`DIRECT`,e.SERVER=`SERVER`,e}(q||{}),vr=function(e){return e.producerNotification=`producerNotification`,e.producerCommand=`producerCommand`,e.consumerScreenShare=`consumerScreenShare`,e.producerScreenShare=`producerScreenShare`,e.asr=`asr`,e.animoji=`animoji`,e}(vr||{}),{isObject:yr,isObjectsEquals:br}=A;function xr(e,t){return e===null||t===null?e===null&&t===null:e.maxDimension!==t.maxDimension||e.maxBitrateK!==t.maxBitrateK||e.maxFramerate!==t.maxFramerate||e.degradationPreference!==t.degradationPreference||e.scalabilityMode!==t.scalabilityMode||yr(e.bitrates)&&yr(t.bitrates)&&!br(e.bitrates,t.bitrates,!0)?!1:e.bitrates===t.bitrates}var Sr=function(e){return e.L1T1=`L1T1`,e.L1T2=`L1T2`,e.L1T3=`L1T3`,e}({});function Cr(e,t){return!(!xr(e.camera,t.camera)||!xr(e.screenSharing,t.screenSharing)||!xr(e.fastScreenSharing,t.fastScreenSharing))}function wr(e,t){return{camera:Object.assign({},e.camera,t.camera),screenSharing:Object.assign({},e.screenSharing,t.screenSharing),fastScreenSharing:Object.assign({},e.fastScreenSharing,t.fastScreenSharing)}}function Tr(){return{camera:null,screenSharing:null,fastScreenSharing:null}}var Er=class extends y{constructor(e,t){super(),h(this,`_signaling`,void 0),h(this,`_mediaSource`,void 0),h(this,`_state`,K.IDLE),h(this,`_pc`,null),this._signaling=e,this._mediaSource=t}getState(){return this._state||K.IDLE}},Dr=class{constructor(e,t=null){h(this,`weightUp`,void 0),h(this,`weightDown`,void 0),h(this,`value`,NaN),this.weightUp=e,this.weightDown=t??e}set(e){this.value=e}update(e){return this.value=Number.parseFloat(this.getNext(e).toFixed(3)),this.value}getNext(e){if(isNaN(this.value))return e;let t=e<this.value?this.weightDown:this.weightUp;return this.value*(1-t)+e*t}getValue(){return this.value}},Or=.25,kr=.35,Ar=85,jr=.1,Mr=1.5,Nr=.1,Pr=1,Fr=.6,Ir=.3,Lr=class extends y{constructor(e,t=L){super(),h(this,`_signaling`,void 0),h(this,`_localNetworkStat`,void 0),h(this,`_remoteNetworkStat`,void 0),h(this,`_lastNetworkStat`,void 0),h(this,`_networkLimits`,{badNet:{loss:3,rtt:1e3},goodNet:{loss:.5,rtt:600}}),h(this,`_lastStatSentTimestamp`,0),h(this,`_currentState`,`good`),h(this,`_debug`,void 0),this._debug=t,this._signaling=e,this._localNetworkStat={rtt:new Dr(Or,Or),loss:new Dr(kr,kr),bitrate:0},this._remoteNetworkStat={rtt:0,loss:0,bitrate:0},this._lastNetworkStat={rtt:0,loss:0,date:0}}_calcRttRating(e){let t=typeof e==`number`?e:e.getValue(),n=1;if(isNaN(t))return n;let r=Math.round((t-this._networkLimits.goodNet.rtt)/Ar);for(let e=0;e<r;e++)n*=1-jr;return n}_calcLossRating(e){let t=typeof e==`number`?e:e.getValue(),n=1;if(isNaN(t))return n;let r=Math.round((t-this._networkLimits.goodNet.loss)/Mr);for(let e=0;e<r;e++)n*=1-Nr;return n}_calcBitrateRating(e,t){if(!e||!t)return 1;let n=1-(1-Math.min(e,t)/Math.max(e,t))*Pr;return Math.min(n,1)}_calcUDPRating({rtt:e,loss:t}){return this._calcRttRating(e)*this._calcLossRating(t)}_calcRating(e,t,n){return n?this._calcBitrateRating(e.bitrate,t.bitrate):this._calcUDPRating(e)*this._calcUDPRating(t)}_getNetworkState(e){return isNaN(e)||e>=Fr?`good`:e>=Ir?`medium`:`bad`}updateSettings(e){Object.assign(this._networkLimits.badNet,e?.badNet||{}),Object.assign(this._networkLimits.goodNet,e?.goodNet||{})}reportLocal(e){if(!this._signaling.ready)return;let t=e.outbound.transport.local?.protocol===`tcp`,n=Math.max(0,Math.round(e.outbound.transport.currentRoundTripTime*1e3)||0),r=e.inbound.rtps.reduce((e,t)=>Math.max(e,t.packetLoss||0),0),i={rtt:this._localNetworkStat.rtt.update(n),loss:this._localNetworkStat.loss.update(r)};if(t){let t=e.outbound.rtps.reduce((e,t)=>e+(t.bandwidth??0)*8,0);i.bitrate=t,this._localNetworkStat.bitrate=t}let a=Date.now(),o=this._calcRating(this._localNetworkStat,this._remoteNetworkStat,t),s=Math.max(Math.round(o*10)/10,.1),c=this._getNetworkState(s);(t||c!==this._currentState||a-this._lastStatSentTimestamp>j.networkStatisticsInterval)&&(this._lastStatSentTimestamp=a,this._signaling.customData({sdk:Object.assign({type:`bad-net`},i)},null).catch(e=>{this._debug.warn(`Unable to send [bad-net]`,e)})),this._currentState=c,this._triggerEvent(J.NETWORK_STATUS,s)}reportRemote(e){let{rtt:t,loss:n,bitrate:r}=e||{};this._remoteNetworkStat.rtt=t||0,this._remoteNetworkStat.loss=n||0,this._remoteNetworkStat.bitrate=r||0}},Rr=30*1e3,zr=class e extends Er{constructor(e,t,n,r,i,a=L,o=null,s=null,c=null){super(n,r),h(this,`_participantId`,void 0),h(this,`_isMaster`,void 0),h(this,`_remoteSDP`,{}),h(this,`_remoteCandidates`,{}),h(this,`_lastRemoteSDP`,null),h(this,`_animojiDataChannel`,null),h(this,`_animojiReceiver`,null),h(this,`_animojiSender`,null),h(this,`_remoteAnimojiVersion`,1),h(this,`_isOpen`,!1),h(this,`_remotePeerId`,null),h(this,`_statInterval`,null),h(this,`_settingsInterval`,null),h(this,`_failedOnCreate`,null),h(this,`_remoteStream`,null),h(this,`_iceRestartTimeout`,null),h(this,`_reconnectionTimeout`,null),h(this,`_reconnectionPrevented`,!1),h(this,`_lastStat`,void 0),h(this,`_fingerprint`,null),h(this,`_neverConnected`,!0),h(this,`_serverSettings`,void 0),h(this,`_prevConsumerSettings`,{}),h(this,`_networkLimitsForVideo`,{bad:{loss:4,rtt:1e3},good:{loss:2,rtt:700}}),h(this,`_videoMaxDimensionsForNet`,{worst:320,bad:640,good:1280}),h(this,`_lastVideoMaxDimension`,this._videoMaxDimensionsForNet.good),h(this,`_lastBadConnection`,0),h(this,`_perfStatReporter`,void 0),h(this,`_directStatReporter`,void 0),h(this,`_debug`,void 0),h(this,`_logger`,void 0),h(this,`_statAggregator`,void 0),h(this,`_codecStatsAggregator`,void 0),this._participantId=e,this._isMaster=t,this._serverSettings=i,this._debug=a,this._logger=o,this._statAggregator=s,this._codecStatsAggregator=c,this._perfStatReporter=new oa(this,n,this._statAggregator,!0,this._debug),this._directStatReporter=new Lr(n,this._debug),this.subscribe(this._signaling,W.NOTIFICATION,this._onSignalingNotification.bind(this)),this.subscribe(this._mediaSource,Yt.TRACK_REPLACED,this._onReplacedTrack.bind(this)),this.subscribe(this._mediaSource,Yt.SOURCE_CHANGED,this._applySettings.bind(this)),this.subscribe(this._directStatReporter,J.NETWORK_STATUS,this._onNetworkStatus.bind(this));try{this._pc=new RTCPeerConnection({iceServers:j.iceServers,iceTransportPolicy:j.forceRelayPolicy?`relay`:`all`})}catch(e){this._debug.error(`Failed to create RTCPeerConnection:`,e),this.close(e);return}if(this._pc.onicecandidate=this._handleIceCandidate.bind(this),this._pc.ontrack=this._onAddTrack.bind(this),this._pc.oniceconnectionstatechange=this._onIceConnectionStateChange.bind(this),this._pc.onconnectionstatechange=this._onConnectionStateChange.bind(this),this._pc.onsignalingstatechange=this._onSignalingStateChange.bind(this),this._prevConsumerSettings={},j.vmoji&&this._createDataChannel(this._pc,vr.animoji,e=>{this._animojiDataChannel=e,this._animojiDataChannel.binaryType=`arraybuffer`,this._animojiReceiver?.setDataChannel(this._animojiDataChannel),this._animojiSender?.setDataChannel(this._animojiDataChannel)}),this._isMaster){try{this._mediaSource.addTrackToPeerConnection(this._pc,!1,!0),this._applySettings()}catch(e){this._logger?.log(S.ERROR,`addTrack-direct`),this._debug.error(`Unable to add media source tracks`,e,{participantId:this._participantId}),this._failedOnCreate=e;return}this._createOffer(!1).catch(e=>{this._state===K.IDLE?this._failedOnCreate=e:this.close(e)})}this._startSettingsInterval()}get participantId(){return this._participantId}updateStatisticsInterval(){this._stopStatInterval(),this._isDeadConnection()||this._startStatInterval()}_isDeadConnection(){return[K.IDLE,K.CLOSED,K.FAILED].includes(this.getState())}async open(e=null){if(this._isOpen){this._debug.warn(`DirectTransport: Already opened`,{participantId:this._participantId});return}if(this._failedOnCreate){this.close(this._failedOnCreate);return}if(this._debug.debug(`DirectTransport: Open transport`,{participantId:this._participantId}),this._isOpen=!0,this._remotePeerId=e,!this._isMaster)try{this._mediaSource.addTrackToPeerConnection(this._pc,!1,!0),this._applySettings()}catch(e){this._logger?.log(S.ERROR,`addTrack-direct`),this._debug.error(`DirectTransport: Unable to add media source tracks`,e,{participantId:this._participantId}),this.close(e);return}this._setState(K.OPENED);let t=e;if(!e){let e=Object.keys(this._remoteSDP);t=e[e.length-1]}if(t&&this._remoteSDP[t])try{await this._setRemoteDescription(t,this._remoteSDP[t])}catch{this.close();return}this._remoteSDP={},this._remoteCandidates={}}updateSettings(e){Cr(e,this._serverSettings)||(this._serverSettings=e,this._applySettings())}preventRestart(){this._reconnectionPrevented=!0}allowRestart(){this._reconnectionPrevented=!1}setAnimojiTransport(e,t){if(j.vmoji&&(this._animojiReceiver=e,this._animojiSender=t,e.setParticipantId(this._participantId),this._animojiDataChannel)){e.setDataChannel(this._animojiDataChannel),t.setDataChannel(this._animojiDataChannel);return}}close(e){this._isOpen&&(this._isOpen=!1,this._stopReconnection(),this._remoteStream&&(this._remoteStream.getTracks().forEach(e=>{e.stop(),this._triggerEvent(J.REMOTE_TRACK_REMOVED,this._remoteStream,e)}),this._remoteStream=null),this._stopStatInterval(),this._stopSettingsInterval(),this._pc&&(this._animojiDataChannel&&(this._animojiDataChannel.onopen=null,this._animojiDataChannel.onmessage=null,this._animojiDataChannel.onerror=null,this._animojiDataChannel.close()),this._pc.onicecandidate=null,this._pc.ontrack=null,this._pc.oniceconnectionstatechange=null,this._pc.onconnectionstatechange=null,this._pc.onsignalingstatechange=null,this._pc.close(),this._pc=null),this._onNetworkStatus(1),this.unsubscribe(),e?(this._debug.error(`DirectTransport: Closed`,e,{participantId:this._participantId}),this._setState(K.FAILED)):(this._debug.debug(`DirectTransport: Closed`,{participantId:this._participantId}),this._setState(K.CLOSED)),this._triggerEvent(J.PEER_CONNECTION_CLOSED))}_setState(e){this._state!==e&&(this._debug.debug(`DirectTransport: State changed to ${e}`,{participantId:this._participantId}),this._state=e,this._triggerEvent(J.STATE_CHANGED,e))}_onSignalingNotification(e){switch(e.notification){case G.TRANSMITTED_DATA:this._handleTransmittedData(e);break;case G.SETTINGS_UPDATE:this._directStatReporter.updateSettings(e.settings);break;case G.CUSTOM_DATA:Object.hasOwn(e.data,`sdk`)&&this._directStatReporter.reportRemote(e.data?.sdk);break}}_handleTransmittedData(e){let t=e.data,n=A.getPeerIdString(e.peerId);A.composeMessageId(e)===this._participantId&&(t.candidate&&t.candidate.candidate?this._addIceCandidate(n,t.candidate).catch(this.close.bind(this)):t.sdp&&(this._remoteAnimojiVersion=t.animojiVersion||1,this._setRemoteDescription(n,t.sdp).catch(this.close.bind(this))))}async _addIceCandidate(e,t){if(this._isOpen&&(!this._remotePeerId||this._remotePeerId===e)&&this._pc&&this._pc.remoteDescription){this._debug.debug(`Add remote ice candidate`,{participantId:this._participantId,candidate:t});try{await this._pc.addIceCandidate(new RTCIceCandidate(t))}catch(e){throw this._logger?.log(S.ERROR,`addIceCandidate-direct`),this._debug.error(`Unable to add remote ice candidate`,e,{participantId:this._participantId,candidate:t}),e}}else this._debug.debug(`Cache remote ice candidate`,{participantId:this._participantId,candidate:t}),this._remoteCandidates[e]=this._remoteCandidates[e]||[],this._remoteCandidates[e].push(t)}async _setRemoteCandidates(e){if(!this._remoteCandidates[e]){this._debug.log(`No cached candidates found for peer ${e}`);return}let t=this._remoteCandidates[e];this._remoteCandidates[e]=[];for(let n of t)try{await this._addIceCandidate(e,n)}catch{}}async _setRemoteDescription(t,n){if(this._isOpen&&(!this._remotePeerId||this._remotePeerId===t)&&this._pc){if(this._lastRemoteSDP?.sdp===n.sdp)return;this._lastRemoteSDP=n,n=e._patchRemoteDescription(n),this._debug.debug(`Add remote description`,{participantId:this._participantId,sdp:n}),this._calcFingerprint(n.sdp);try{await this._pc.setRemoteDescription(n),await this._setRemoteCandidates(t),this._processAnimojiProtocolVersion(this._remoteAnimojiVersion)}catch(e){throw this._logger?.log(S.ERROR,`setRemoteDescription-direct`),this._debug.error(`Unable to set remote description`,e,{participantId:this._participantId,sdp:n}),e}}else this._remoteSDP[t]=n}_processAnimojiProtocolVersion(e){let t=Math.min(e,j.vmojiOptions?.protocolVersion||1);this._animojiSender?.setProtocolVersion(t)}_onAddTrack(e){this._debug.debug(`Added remote track`,{participantId:this._participantId,kind:e.track.kind}),this._remoteStream?this._remoteStream.addTrack(e.track):(this._remoteStream=new MediaStream([e.track]),this._remoteStream.onremovetrack=e=>{this._triggerEvent(J.REMOTE_TRACK_REMOVED,this._remoteStream,e.track)}),this._triggerEvent(J.REMOTE_TRACK_ADDED,this._remoteStream,e.track)}async _handleIceCandidate(e){e.candidate&&this._signaling.ready&&(this._debug.debug(`Local ice candidate`,{participantId:this._participantId,candidate:e.candidate}),await this._signaling.sendCandidate(this._participantId,e.candidate))}_onSignalingStateChange(){this._debug.debug(`DirectTransport: Signaling state changed to ${this._pc?.signalingState}`,{participantId:this._participantId});let e={animojiVersion:j.vmojiOptions.protocolVersion||1};switch(this._pc?.signalingState){case`have-local-offer`:let t=this._pc.localDescription;t?this._signaling.sendSdp(this._participantId,t,e).catch(this.close.bind(this)):this.close(Error());break;case`have-remote-offer`:this._createAnswer().then(t=>this._signaling.sendSdp(this._participantId,t,e)).catch(this.close.bind(this));break}}_onIceConnectionStateChange(){switch(this._debug.debug(`DirectTransport: Ice Connection state changed to ${this._pc?.iceConnectionState}`,{participantId:this._participantId}),this._pc?.iceConnectionState){case`checking`:let e=this.getState();e===K.IDLE||e===K.OPENED?this._setState(K.CONNECTING):this._setState(K.RECONNECTING);break;case`connected`:case`completed`:w.browserName()===`Safari`&&this._pc?.connectionState!==`connected`&&this._markConnected();break}}_markConnected(){this._neverConnected=!1,this._setState(K.CONNECTED),this._stopReconnection(),this._pc&&A.getPeerConnectionHostInfo(this._pc).then(e=>{e?.local&&(this._logger?.log(S.ICE_CONNECTION_TYPE,e.local.type),this._debug.debug(`Selected ICE candidates`,e))}),this._startStatInterval()}_onConnectionStateChange(){switch(this._debug.debug(`DirectTransport: Connection state changed to ${this._pc?.connectionState}`,{participantId:this._participantId}),this._logger?.log(S.ICE_CONNECTION_STATE,this._pc?.connectionState),this._pc?.connectionState){case`connected`:this._markConnected();break;case`failed`:case`disconnected`:this._reconnectionPrevented?this.close(Error(`Ice connection ${this._pc.connectionState}`)):(this._setState(K.RECONNECTING),this._startReconnection());break;case`closed`:this.close(Error(`Ice connection closed`));break}}_startReconnection(){this._reconnectionTimeout||this._iceRestartTimeout||(this._debug.log(`Waiting for reconnection...`,{participantId:this._participantId}),this._reconnectionTimeout=window.setTimeout(()=>{this._reconnectionTimeout=null,this._neverConnected?this._requestTopologySwitch():this._startIceRestart()},j.transportConnectionWaitTime))}_requestTopologySwitch(){this._isMaster&&this._signaling.ready&&(this._debug.log(`Switch topology DIRECT to SERVER`,{participantId:this._participantId}),this._signaling.switchTopology(q.SERVER))}_stopReconnection(){this._reconnectionTimeout&&(clearTimeout(this._reconnectionTimeout),this._reconnectionTimeout=null),this._iceRestartTimeout&&(clearTimeout(this._iceRestartTimeout),this._iceRestartTimeout=null)}_startIceRestart(){this._isMaster?(this._logger?.log(S.ICE_RESTART),this._debug.log(`Ice restart`,{participantId:this._participantId}),this._createOffer(!0).catch(this.close.bind(this))):this._debug.debug(`Waiting for ice restart...`,{participantId:this._participantId}),this._iceRestartTimeout=window.setTimeout(()=>{this._iceRestartTimeout=null,this._debug.error(`Ice restart failed`,{participantId:this._participantId}),this._logger?.log(S.ERROR,`iceRestart-direct`),this._requestTopologySwitch()},j.iceRestartWaitTime)}async _createOffer(t){let n={iceRestart:t,offerToReceiveAudio:!0,offerToReceiveVideo:!0};this._debug.debug(`Create offer`,{participantId:this._participantId,options:n});let r;try{r=await this._pc?.createOffer(n),this._debug.debug(`Created offer`,{participantId:this._participantId,offer:r}),r=e._patchLocalDescription(r)}catch(e){throw this._debug.error(`Unable to create offer`,e,{participantId:this._participantId}),this._logger?.log(S.ERROR,`createOffer-direct`),e}try{return this._debug.debug(`Set local description`,{participantId:this._participantId,offer:r}),this._calcFingerprint(r.sdp),await this._pc?.setLocalDescription(r),r}catch(e){throw this._debug.error(`Unable to set local description`,e,{participantId:this._participantId}),this._logger?.log(S.ERROR,`setLocalDescription-direct`),e}}async _createAnswer(){this._debug.debug(`Create answer`,{participantId:this._participantId});let t;try{t=await this._pc?.createAnswer(),this._debug.debug(`Created answer`,{participantId:this._participantId,answer:t}),t=e._patchLocalDescription(t)}catch(e){throw this._debug.error(`Unable to create answer`,e,{participantId:this._participantId}),this._logger?.log(S.ERROR,`createAnswer-direct`),e}try{return this._debug.debug(`Set local description`,{participantId:this._participantId,answer:t}),this._calcFingerprint(t.sdp),await this._pc?.setLocalDescription(t),t}catch(e){throw this._debug.error(`Unable to set local description`,e,{participantId:this._participantId}),this._logger?.log(S.ERROR,`setLocalDescription-direct`),e}}static _patchLocalDescription(e){let t=!!w.baseChromeVersion();return e.sdp=A.patchLocalSDP(e.sdp,j.preferH264&&w.canPreferH264(),w.isBrokenH264Decoder(),j.preferVP9,t&&j.audioNack),e}static _patchRemoteDescription(e){return e.sdp=A.patchRemoteSDP(e.sdp,!1,!1,!1,j.preferVP9,w.isBrokenVP9Encoder(),w.isBrokenVP9Decoder()),e}_onReplacedTrack(e){this._pc&&(this._pc.getSenders().forEach(t=>{t.track&&t.track.kind===e.kind&&t.track.contentHint===e.contentHint&&t.replaceTrack(e).catch(e=>{this._debug.error(`DirectTransport: Unable to replace track`,e,{participantId:this._participantId}),this._logger?.log(S.ERROR,`replaceTrack-direct`)})}),this._applySettings())}_startStatInterval(){if(this._statInterval)return;let e=()=>{if(this._isDeadConnection()){this._stopStatInterval();return}U.collectStats(this._pc,this._lastStat,void 0,!0).then(t=>{this._lastStat=t,this._codecStatsAggregator?.reportUsage(t);let n={inbound:{topology:q.DIRECT,transport:t.transport,rtps:t.rtps.filter(e=>e.type===`inbound-rtp`?(e.userId=this._participantId,!0):!1)},outbound:{topology:q.DIRECT,transport:t.transport,rtps:t.rtps.filter(e=>e.type===`outbound-rtp`)},remoteInbound:{topology:q.DIRECT,transport:t.transport,rtps:t.remoteRtps??[]}};this._checkPPTNetwork(n),this._directStatReporter.reportLocal(n),this._triggerEvent(J.REMOTE_DATA_STATS,n),this._statInterval=window.setTimeout(e,j.statisticsInterval)})};this._statInterval=window.setTimeout(e,j.statisticsInterval)}async _isSVCSupported(e,t){let n=this._mediaSource.getSendVideoTrack(),r=e.outbound.rtps.find(e=>e.kind===`video`);if(!r?.mimeType||!r?.bandwidth||!n)return!1;let i=n.getSettings();if(!i.width||!i.height||!i.frameRate)return!1;let a={type:w.browserName()===`Firefox`?`transmission`:`webrtc`,video:{contentType:r.mimeType,width:i.width,height:i.height,bitrate:r.bandwidth,framerate:i.frameRate,scalabilityMode:t}};try{return(await navigator.mediaCapabilities.encodingInfo(a)).supported||!1}catch(e){return this._debug.warn(`Failed to get encodingInfo`,a,e),!1}}async _checkPPTNetwork(e){if(!j.switchVideoAtBadNetwork||!e.inbound.transport.averageNetStat)return;let{averageNetStat:t}=e.inbound.transport,n=t.currentRoundTripTime<=this._networkLimitsForVideo.good.rtt&&t.lostPercent<=this._networkLimitsForVideo.good.loss,r=t.currentRoundTripTime>=this._networkLimitsForVideo.bad.rtt||t.lostPercent>=this._networkLimitsForVideo.bad.loss,i=t.currentRoundTripTime<this._networkLimitsForVideo.bad.rtt,a=this._videoMaxDimensionsForNet.good,o=Sr.L1T1;if(r?(this._lastBadConnection=Date.now(),i?(a=this._videoMaxDimensionsForNet.bad,o=Sr.L1T2):(a=this._videoMaxDimensionsForNet.worst,o=Sr.L1T3)):n&&(a=this._videoMaxDimensionsForNet.good,o=Sr.L1T1),!(a<this._lastVideoMaxDimension||Date.now()-this._lastBadConnection>Rr)||this._lastVideoMaxDimension===a)return;let s=this._serverSettings.camera;if(!s||!await this._isSVCSupported(e,o))return;this._debug.debug(`Switch outbound video frame size and scalabilityMode`,{scalabilityMode:o,averageNetStat:t,nextVideoMaxDimension:a}),this._lastVideoMaxDimension=a;let c={...this._serverSettings,camera:{...s,scalabilityMode:o,maxDimension:this._lastVideoMaxDimension}};this.updateSettings(c)}_stopStatInterval(){this._statInterval&&(window.clearTimeout(this._statInterval),this._statInterval=null)}_onNetworkStatus(e){let t={};t[this._participantId]=t[``]=e,this._triggerEvent(J.NETWORK_STATUS,t)}_startSettingsInterval(){let e=2e3;if(this._settingsInterval)return;let t=()=>{if(!this._pc){this._stopSettingsInterval();return}this._applySettings(),this._settingsInterval=window.setTimeout(t,e)};this._settingsInterval=window.setTimeout(t,e)}_stopSettingsInterval(){this._settingsInterval&&(window.clearTimeout(this._settingsInterval),this._settingsInterval=null)}_calcFingerprint(e){let t=A.sdpFingerprint(e);if(t===null){this._debug.warn(`Fingerprint calculation is unsupported`);return}this._fingerprint===null?this._fingerprint=t:(I.onFingerprintChange((this._fingerprint^t).toString()),this._fingerprint=null)}_applySettings(){let e=this._mediaSource.mediaSettings.isScreenSharingEnabled?this._serverSettings.screenSharing:this._serverSettings.camera;e&&this._pc?.connectionState===`connected`&&(this._prevConsumerSettings=A.applySettings(this._pc,e,this._prevConsumerSettings,this._debug))}_createDataChannel(e,t,n){this._debug.debug(`[${t}] data channel opening`);let r=e.createDataChannel(t,{negotiated:!0,id:1});r.onopen=()=>{let e=r.readyState;e===`open`?(this._debug.debug(`[${t}] data channel opened`),r.onerror=e=>{this._debug.error(`[${t}] data channel error`,e)},n(r)):this._debug.error(`[${t}] data channel open failed, state [${e}]`)}}},Br=function(e){return e.AUDIO_MIX=`audio-mix`,e.PARTICIPANT_AGNOSTIC_TRACK_PREFIX=`pat`,e.TRANSPARENT_AUDIO_TRACK_PREFIX=`ta`,e}({}),Vr=16,Hr=class e{constructor(e,t,n,r=L){h(this,`_datachannel`,void 0),h(this,`_participantIdRegistry`,void 0),h(this,`_asrCallback`,void 0),h(this,`_textDecoder`,void 0),h(this,`_debug`,void 0),this._debug=r,this._debug.debug(`AsrReceiver started`),this._datachannel=e,this._participantIdRegistry=t,this._asrCallback=n,this._textDecoder=new TextDecoder,this._datachannel.onmessage=e=>this._onDataChannelMessage(e.data)}static parse(e){let t=new DataView(e),n=t.getUint8(0),r=t.getUint8(1);if(r!==0)throw Error(`Unsupported message type. Message type: ${r}`);let i=t.getUint16(2),a=t.getUint32(4),o=t.getUint32(8),s=t.getUint32(12);if(n!==1)throw Error(`Unexpected protocol version. Got ${n}, expected 1`);return{sequence:i,ssrc:a,timestamp:o,duration:s,data:e.slice(Vr)}}_onDataChannelMessage(t){let n=e.parse(t),r=this._participantIdRegistry?.getStreamDescription(n.ssrc)?.participantId;if(!r){this._debug.warn(`Participant id for ssrc ${n.ssrc} not found in registry`);return}let i={participantId:r,text:this._textDecoder.decode(n.data),timestamp:n.timestamp,duration:n.duration};this._asrCallback(i)}destroy(){this._datachannel.onmessage=null}},Ur,Wr=class{constructor(){h(this,`_value`,1)}get value(){return this._value}set value(e){this._value=e}};Ur=Wr,h(Wr,`_instance`,null),h(Wr,`getInstance`,()=>(Ur._instance||(Ur._instance=new Ur),Ur._instance));var Gr=class{constructor(e=L){h(this,`streamDescriptionByCompactId`,new Map),h(this,`compactIdByStreamDescription`,new Map),h(this,`_debug`,void 0),this._debug=e}getStreamDescription(e){return this.streamDescriptionByCompactId.get(e)}getCompactId(e){return this.compactIdByStreamDescription.get(e)}handleMessage(e){let t=new Uint8Array(e),n=t[0],r=t.subarray(1);switch(n){case 1:let e=(0,l.decode)(r);return Object.entries(e).forEach(([e,t])=>{let n=kn(e);this.streamDescriptionByCompactId.set(t,n),this.compactIdByStreamDescription.set(e,t)}),null;case 2:case 4:let t=(0,l.decode)(r),i=[];for(let e of t){let t=this.getStreamDescription(e);t&&i.push(t.participantId)}return n===2?{type:`notification`,notification:G.AUDIO_ACTIVITY,activeParticipants:i}:{type:`notification`,notification:G.STALLED_ACTIVITY,stalledParticipants:i};case 3:let a=(0,l.decode)(r);return{type:`notification`,notification:G.SPEAKER_CHANGED,speaker:this.getStreamDescription(a)?.participantId};case 5:let o=(0,l.decode)(r);return{type:`notification`,notification:G.VIDEO_QUALITY_UPDATE,quality:{maxBitrate:o[0],maxDimension:o[1]},mediaType:this._decodeMediaType(o[2])};case 6:let s=(0,l.decode)(r),c={};for(let[e,t]of Object.entries(s)){let n=this.getStreamDescription(Number(e))?.participantId;n&&(c[n]=t/100)}return{type:`notification`,notification:G.NETWORK_STATUS,statuses:c};case 7:return this._createParticipantSourcesUpdateNotification(r);case 8:{let e=(0,l.decode)(r).map(e=>{let[t,n,r,i,a,o,s]=e;return{participantId:this.getStreamDescription(t)?.participantId,gain:n,pause:r,offset:i,mute:a,liveStatus:o,startTimeMs:s}});return{type:`notification`,notification:G.MOVIE_UPDATE_NOTIFICATION,data:e}}case 9:let u=(0,l.decode)(r);return{type:`notification`,notification:G.VIDEO_SUSPEND_SUGGEST,bandwidth:u};default:return this._debug.debug(`unsupported message type: `+n),null}}_decodeMediaType(e){if(e===null)return null;switch(e){case 0:return B.CAMERA;case 1:return B.SCREEN;default:throw Error(`Unsupported media type: ${e}`)}}_createParticipantSourcesUpdateNotification(e){let t=(0,l.decode)(e),n=[];for(let[e,r]of Object.entries(t)){let t=r[0],i=r[1],a=r[2],o=!!r[3],s=r[4]===null?void 0:!!r[4],c;if(t!==null){if(c=this.getStreamDescription(t),!c){this._debug.error(`could not uncompress participant ID ${t}`);continue}}else c=null;if(a===null){this._debug.error(`unexpected null sequenceNumber`,e,r);continue}let l=Br.PARTICIPANT_AGNOSTIC_TRACK_PREFIX+`-`+e,u=i?i>>>0:null;n.push({participantStreamDescription:c,streamId:l,rtpTimestamp:u,sequenceNumber:a,fastScreenShare:o,suspend:s})}return{type:`notification`,notification:G.PARTICIPANT_SOURCES_UPDATE,participantUpdateInfos:n}}},Kr=function(e){return e.INIT=`init`,e.READY=`ready`,e.FRAME=`frame`,e.SET_BITRATE=`set_bitrate`,e.ERROR=`error`,e.DEBUG=`debug`,e.LOG_ERROR=`log_error`,e}({}),qr=class{constructor(e=L,t=null){h(this,`_worker`,null),h(this,`_debug`,void 0),h(this,`_logger`,void 0),this._debug=e,this._logger=t}async _createWorker(e,t,n=[],r={},i=[]){return new Promise((a,o)=>{let s=n.join(`,`),c=new Blob([e,`exports.default(${s});`],{type:`application/javascript; charset=utf-8`}),l=window.URL.createObjectURL(c);this._worker=new Worker(l),this._worker.onmessage=e=>{switch(e.data.type){case Kr.READY:a();break;case Kr.ERROR:o(e.data.error);break;case Kr.FRAME:t(e.data);break;case Kr.DEBUG:this._debug.debug(e.data.message);break;case Kr.LOG_ERROR:this._logger?.log(S.ERROR,e.data.message);break}},this._sendToWorker(Kr.INIT,r,i)})}_removeWorker(){this._worker?.terminate(),this._worker=null}_sendToWorker(e,t={},n=[]){this._worker?.postMessage(Object.assign({type:e},t),n)}static isBrowserSupported(){throw Error(`Not implemented`)}},Jr=class extends qr{constructor(e=L,t=null){super(e,t)}async init(e,t,n){this._debug.debug(`LibVPxDecoder started`),await this._createWorker("var workerExports=(function(){var e=function(e){return e.INIT=`init`,e.READY=`ready`,e.FRAME=`frame`,e.SET_BITRATE=`set_bitrate`,e.ERROR=`error`,e.DEBUG=`debug`,e.LOG_ERROR=`log_error`,e}({});return(t,n)=>{let r=null,i=null,a=!0,o=!1;function s(){return t({locateFile:n}).then(e=>i=e)}function c(t,n,s,c){if(!i){self.postMessage({type:e.LOG_ERROR,message:`decoder-init-fail-libvpx`}),self.postMessage({type:e.FRAME,error:`Fatal initialization error`});return}if(a!==s&&(a=s,r&&(r=null,self.postMessage({type:e.DEBUG,message:`LibVPxDecoder codec changed to ${s?`VP9`:`VP8`} - reinitialize`}))),!r&&(self.postMessage({type:e.DEBUG,message:`LibVPxDecoder codec ${s?`VP9`:`VP8`}`}),r=new i.VpxDecoder,r.debug(c),!r.init(s?i.VpxType.VP9:i.VpxType.VP8))){r=null,self.postMessage({type:e.FRAME,error:`Decoder failed to create`});return}try{r.allocateBuffer(n.byteLength).set(new Uint8Array(n))}catch(t){self.postMessage({type:e.DEBUG,message:t}),r=null,self.postMessage({type:e.FRAME,error:String(t)});return}if(r.decode()&&r.nextImage())o=!1;else{self.postMessage({type:e.FRAME,error:`Decode failed`}),l();return}let u=r.getImageBuffer();if(!u){self.postMessage({type:e.FRAME,error:`No decoded data`});return}let d=r.getImageWidth(),f=r.getImageHeight();r.nextImage()&&(self.postMessage({type:e.DEBUG,message:`LibVPxDecoder dropped frame`}),self.postMessage({type:e.LOG_ERROR,message:`LibVPxDecoder-drop`}));let p=new Uint8ClampedArray(u.byteLength);p.set(u),self.postMessage({type:e.FRAME,data:p.buffer,width:d,height:f},[p.buffer])}function l(){o||(self.postMessage({type:e.FRAME,requestKeyFrame:!0}),o=!0)}s().then(()=>{self.onmessage=t=>{switch(t.data.type){case e.FRAME:c(t.data.timestamp,t.data.data,t.data.isVP9,t.data.debug);break}},self.postMessage({type:e.READY})}).catch(t=>{self.postMessage({type:e.ERROR,error:String(t)})})}})(),exports={default:workerExports};",r=>{r.error?(this._debug.warn(`LibVPxDecoder`,r.error),t(r.error)):r.requestKeyFrame?(this._debug.debug(`LibVPxDecoder requests key frame`),n()):e(new ImageData(new Uint8ClampedArray(r.data),r.width,r.height))},[u.default,u.default.getUrl])}decodeFrame(e,t,n,r){this._sendToWorker(Kr.FRAME,{timestamp:e,data:t.buffer,isVP9:n,keyFrame:r,debug:L.enabled()},[t.buffer])}destroy(){this._removeWorker(),this._debug.debug(`LibVPxDecoder destroyed`)}static isBrowserSupported(){return`WebAssembly`in window&&`Worker`in window}},Yr=class extends qr{constructor(e=L,t=null){super(e,t)}async init(e,t,n){this._debug.debug(`WebCodecsDecoder started`),await this._createWorker("var workerExports=(function(){var e=function(e){return e.VP9=`vp09.00.50.08`,e.VP8=`vp8`,e}({}),t=function(e){return e.INIT=`init`,e.READY=`ready`,e.FRAME=`frame`,e.SET_BITRATE=`set_bitrate`,e.ERROR=`error`,e.DEBUG=`debug`,e.LOG_ERROR=`log_error`,e}({});return n=>{let r=null,i=`no-preference`,a=!0,o=!1,s=!1,c=null,l=null;function u(){self.postMessage({type:t.READY})}function d(e,n,r,i=!1){c={timestamp:e,data:n,isVP9:r,keyFrame:i};let a=p(r);if(o&&!i){self.postMessage({type:t.FRAME,error:`WebCodecsDecoder waiting for keyframe`}),f();return}else o&&i&&(o=!1,s=!1,self.postMessage({type:t.DEBUG,message:`WebCodecsDecoder got keyframe. Start decoding`}));let l=new EncodedVideoChunk({type:i?`key`:`delta`,timestamp:e,data:n});try{a.decode(l)}catch(e){m(`because failed call decode: ${e.message}`);return}h(i)}self.onmessage=e=>{switch(e.data.type){case t.INIT:u();break;case t.FRAME:d(e.data.timestamp,e.data.data,e.data.isVP9,e.data.keyFrame);break}};function f(){s||(self.postMessage({type:t.FRAME,requestKeyFrame:!0}),s=!0)}function p(e){return a!==e&&(a=e,m(`because codec is changed to ${a?`VP9`:`VP8`}`)),r||(o=!0,self.postMessage({type:t.DEBUG,message:`WebCodecsDecoder codec ${a?`VP9`:`VP8`}`}),r=new VideoDecoder({output:e=>{g();let r=n?[e]:[];self.postMessage({type:t.FRAME,data:e},r),e.close()},error:e=>{g(),m(`because error during decoding: ${e.message}`),i===`prefer-software`?self.postMessage({type:t.FRAME,error:`WebCodecsDecoder failed, reinitialize: `+String(e)}):(i=`prefer-software`,c&&c.keyFrame&&d(c.timestamp,c.data,c.isVP9,c.keyFrame),self.postMessage({type:t.DEBUG,message:`WebCodecsDecoder codec switch to prefer-software because decoding issue: ${e.message}`}))}}),r.configure(_(a,i))),r}function m(e){if(r){try{r&&r.state!==`closed`&&r.close()}catch{}r=null,self.postMessage({type:t.FRAME,error:`WebCodecsDecoder reset ${e}`})}}function h(e=!1){l=setTimeout(()=>{m(`because of decode timeout`)},3e3)}function g(){l&&clearTimeout(l),l=null}function _(t,n){return{codec:t?e.VP9:e.VP8,hardwareAcceleration:n}}}})(),exports={default:workerExports};",r=>{r.error?(this._debug.warn(`WebCodecsDecoder`,r.error),t(r.error)):r.requestKeyFrame?(this._debug.debug(`WebCodecsDecoder requests key frame`),n()):(e(r.data),r.data.close())},[w.baseChromeVersion()>=92||w.browserName()===`Safari`])}decodeFrame(e,t,n,r=!1){this._sendToWorker(Kr.FRAME,{timestamp:e,data:t.buffer,isVP9:n,keyFrame:r},[t.buffer])}destroy(){this._removeWorker(),this._debug.debug(`WebCodecsDecoder destroyed`)}static isBrowserSupported(){return`VideoDecoder`in window&&`Worker`in window&&`VideoFrame`in window&&!w.isBrokenVP9Decoder()&&w.browserName()!==`Firefox`}},Xr=class{constructor(e=null,t=0){h(this,`_counter`,0),h(this,`_interval`,0),h(this,`_lastCalculationTime`,Date.now()),h(this,`_onCalculated`,null),this._onCalculated=e,t&&(this._interval=window.setInterval(()=>this.calculate(),t))}increment(e=1){this._counter+=e}calculate(){let e=Date.now(),t=e-this._lastCalculationTime,n=Math.round(this._counter*1e3/t);return this._counter=0,this._lastCalculationTime=e,this._onCalculated?.(n),n}destroy(){window.clearInterval(this._interval),this._interval=0}},Zr=class{constructor(e,t){h(this,`_participantId`,void 0),h(this,`_statAggregator`,void 0),h(this,`_firstFrameReceived`,!1),this._participantId=e,this._statAggregator=t}measure(e,t){if(this._firstFrameReceived)return;this._firstFrameReceived=!0;let n=U.getMarkNameScreenshareFirstFrame(this._participantId),r=U.measureMark(n);r!==null&&this._statAggregator?.logEventualStat({name:V.SCREENSHARE_FIRST_FRAME,value:r,width:e,height:t})}},Qr=65536,$r=`MARK_SCREENSHARE_FREEZE_DURATION`,ei=class e{constructor(e,t,n,r,i,a=L){h(this,`_participantId`,void 0),h(this,`_onStream`,void 0),h(this,`_onStat`,void 0),h(this,`_onKeyFrameRequested`,void 0),h(this,`_statScreenShareFirstFrame`,void 0),h(this,`_debug`,void 0),h(this,`_chunks`,[]),this._participantId=e,this._onStream=t,this._onStat=n,this._onKeyFrameRequested=i,this._statScreenShareFirstFrame=new Zr(e,r),this._debug=a}appendChunk(t){let n=this._chunks.length;if(t.start)this._measureFreezeDuration(!1),this._measureFreezeDuration(!0),n&&(this._debug.warn(`[FrameBuilder] Cleanup buffer`,Array.prototype.slice.call(this._chunks)),this._chunks=[]);else if(!n||(this._chunks[n-1].sequence+1)%Qr!==t.sequence){this._debug.warn(`[FrameBuilder] Got incorrect chunk`);return}if(this._chunks.push(t),t.end){let n=this._processFrameData(),{width:r,height:i}=e.getFrameSize(n);this._processFrame({timestamp:t.timestamp,frameData:n,isVP9:t.isVP9,keyframe:t.keyframe,width:r,height:i}),this._statScreenShareFirstFrame.measure(r,i)}}destroy(){U.clearMark($r),U.clearMark(U.getMarkNameScreenshareFirstFrame(this._participantId)),this._chunks=[]}_processFrameData(){let e=this._chunks;this._chunks=[];let t=e.reduce((e,t)=>e+t.data.byteLength,0),n=new Uint8Array(t),r=0;for(let t of e)n.set(new Uint8Array(t.data),r),r+=t.data.byteLength;return n}static getFrameSize(e){let t={width:0,height:0},n=new d.BitStream(e.buffer);n.bigEndian=!0,n.index+=2;let r=n.readBits(1),i=n.readBits(1)<<1|r;return i===3&&n.index++,n.readBits(1)===1||n.readBits(1)!==0?t:(n.index++,n.index++,n.index+=24,i>=2&&n.index++,n.readBits(3)===7?(i===1||i===3)&&n.index++:(n.index++,(i===1||i===3)&&(n.index+=3)),t.width=n.readBits(16)+1,t.height=n.readBits(16)+1,t)}static isBrowserSupported(){throw Error("Method `isBrowserSupported` is not implemented")}_measureFreezeDuration(e){if(e){U.setMark($r);return}let t=U.measureMark($r);t!==null&&t>1e3&&this._onStat({freeze_duration:t})}},ti=class{constructor(e){h(this,`_onStream`,void 0),this._onStream=e}async drawFrame(e){throw Error("Method `drawFrame` is not supported by this implementation")}async drawImage(e){throw Error("Method `drawImage` is not supported by this implementation")}static isBrowserSupported(){throw Error("Method `isBrowserSupported` is not implemented")}},ni=class extends ti{constructor(e,t=L){super(e),h(this,`_useImageBitmap`,void 0),h(this,`_canvas`,null),h(this,`_canvasContext`,null),h(this,`_stream`,null),h(this,`_track`,null),h(this,`_debug`,void 0),this._debug=t,this._debug.debug(`CanvasRenderer started`),this._useImageBitmap=`ImageBitmap`in window}_createStream(e,t){this._canvas||(this._canvas=document.createElement(`canvas`),this._canvas.width=e,this._canvas.height=t,this._canvas.style.pointerEvents=`none`,this._canvas.style.visibility=`hidden`,this._canvas.style.position=`absolute`,this._canvas.style.width=`160px`,this._canvas.style.height=`90px`,this._canvas.style.bottom=`0`,this._canvas.style.right=`0`,this._canvas.style.zIndex=`5000`,document.body.appendChild(this._canvas),this._useImageBitmap?this._canvasContext=this._canvas.getContext(`bitmaprenderer`):this._canvasContext=this._canvas.getContext(`2d`),this._stream=this._canvas.captureStream(0),this._track=this._stream.getVideoTracks()[0],this._track.contentHint=`text`)}_removeStream(){this._stream&&(this._stream.getTracks().forEach(e=>e.stop()),this._stream=null,this._track=null),this._canvasContext=null;try{this._canvas&&document.body.removeChild(this._canvas)}catch{}this._canvas=null}_requestCanvasFrame(){this._track&&this._track.requestFrame?this._track.requestFrame():this._stream&&this._stream.requestFrame&&this._stream.requestFrame()}async _drawImage(e){this._track||(this._createStream(e.width,e.height),this._onStream(this._stream));let t=this._canvas;if(t.width=e.width,t.height=e.height,this._useImageBitmap){let t;if(e instanceof ImageBitmap)t=e;else{let{width:n,height:r,data:i}=e,a=n*r*4;if(i.byteLength!==a){this._debug.warn(`Bad frame buffer`,{w:n,h:r,got:i.byteLength,expected:a});return}t=await createImageBitmap(e,0,0,e.width,e.height)}if(!this._canvasContext){this._debug.warn(`Canvas context is null`),t.close();return}this._canvasContext.transferFromImageBitmap(t),t.close()}else{let n=this._canvasContext;n.clearRect(0,0,t.width,t.height),n.putImageData(e,0,0)}this._requestCanvasFrame()}async drawFrame(e){let t=`createImageBitmap`in e?await e.createImageBitmap():await createImageBitmap(e);await this._drawImage(t)}async drawImage(e){await this._drawImage(e)}destroy(){this._removeStream(),this._debug.debug(`CanvasRenderer destroyed`)}static isBrowserSupported(){return(`CanvasCaptureMediaStream`in window||`CanvasCaptureMediaStreamTrack`in window)&&!(w.browserName()===`Safari`&&Number(w.browserVersion())===15)&&!(w.browserName()===`Firefox`&&Number(w.browserVersion())<60)}},ri=class extends ti{constructor(e,t=L){super(e),h(this,`_generator`,void 0),h(this,`_writer`,void 0),h(this,`_stream`,void 0),h(this,`_debug`,void 0),this._debug=t,this._debug.debug(`TrackGeneratorRenderer started`),this._generator=new MediaStreamTrackGenerator({kind:O.video}),this._writer=this._generator.writable.getWriter(),this._stream=new MediaStream([this._generator]),this._onStream(this._stream)}async drawFrame(e){await this._writer.write(e)}destroy(){this._writer.releaseLock(),this._generator.writable.close().then(()=>this._generator.stop()),this._debug.debug(`TrackGeneratorRenderer destroyed`)}static isBrowserSupported(){return`VideoFrame`in window&&`MediaStreamTrackGenerator`in window&&Yr.isBrowserSupported()}},ii=class extends ei{constructor(e,t,n,r,i,a=L,o=null){super(e,t,n,r,i,a),h(this,`_renderer`,void 0),h(this,`_decoder`,void 0),h(this,`_decoderReady`,!1),h(this,`_decoderBusy`,!1),h(this,`_decoderQueue`,[]),h(this,`_fpsMeter`,void 0),h(this,`_logger`,void 0),this._logger=o,this._debug.debug(`StreamBuilder started for participant [${e}]`),this._initFpsMeter(),this._initRenderer(),this._initDecoder()}_processFrame(e){e.keyframe&&(this._decoderQueue=[]),this._decoderQueue.push(e),this._decodeQueue()}_initFpsMeter(){this._fpsMeter=new Xr(e=>this._debug.log(`[StreamBuilder][${this._participantId}] fps: ${e}`),2e4)}_initRenderer(e=!1){e||!ri.isBrowserSupported()?this._renderer=new ni(this._onStream,this._debug):this._renderer=new ri(this._onStream,this._debug)}_initDecoder(e=!1){e||!Yr.isBrowserSupported()?this._decoder=new Jr(this._debug,this._logger):this._decoder=new Yr(this._debug,this._logger),this._decoder.init(async e=>{this._decoderBusy=!1,`VideoFrame`in window&&e instanceof VideoFrame?await this._renderer.drawFrame(e):await this._renderer.drawImage(e),this._fpsMeter.increment(),this._decodeQueue()},e=>{this._decoderBusy=!1,this._decodeQueue(),this._decoder instanceof Yr&&typeof e==`string`&&e.includes(`EncodingError`)&&this._switchToLibVPXDecoder()},this._onKeyFrameRequested).then(()=>{this._decoderReady=!0,this._decodeQueue()})}_switchToLibVPXDecoder(){this._debug.warn(`StreamBuilder switch to LibVPX decoder`),this._fpsMeter&&this._fpsMeter.destroy(),this._decoder&&(this._decoderReady=!1,this._decoderBusy=!1,this._decoder.destroy()),this._renderer&&this._renderer.destroy(),this._initFpsMeter(),this._initRenderer(!0),this._initDecoder(!0)}_decodeQueue(){if(!this._decoderReady||this._decoderBusy)return;let e=this._decoderQueue.shift();e&&(this._decoderBusy=!0,this._decoder.decodeFrame(e.timestamp,e.frameData,e.isVP9,e.keyframe))}destroy(){super.destroy(),this._fpsMeter.destroy(),this._decoder.destroy(),this._renderer.destroy(),this._debug.debug(`StreamBuilder destroyed for participant ${this._participantId}`)}static isBrowserSupported(){return ni.isBrowserSupported()||ri.isBrowserSupported()}},ai=1,oi=1,si=2,ci=0,li=1,ui=2,di=4,fi=8;function pi(e,t,n,r,i,a,o){let s=0;t&&(s|=li),n&&(s|=ui),r&&(s|=di),o||(s|=fi);let c=new ArrayBuffer(11),l=new DataView(c);if(l.setUint8(0,ai),l.setUint16(1,i),l.setUint32(3,e),l.setUint8(7,+!!a),l.setUint16(8,ci),l.setUint8(10,s),!o)return c;let u=new Uint8Array(c.byteLength+o.byteLength);return u.set(new Uint8Array(c),0),u.set(new Uint8Array(o),c.byteLength),u.buffer}function mi(e){let t=new DataView(e),n=t.getUint8(0),r=t.getUint16(1),i=t.getUint32(3),a=t.getUint8(7)===1,o=t.getUint16(8),s=t.getUint8(10),c=!!(s&li),l=!!(s&ui),u=!!(s&di),d=!!(s&fi);if(n!==ai)throw Error(`Unexpected protocol version. Got ${n}, expected ${ai}`);return{timestamp:i,start:c,end:l,keyframe:u,sequence:r,isVP9:a,ssrc:o,eos:d,data:e.slice(11)}}function hi(e){if(!e||!e.byteLength||e.byteLength!==4)return!1;let t=new DataView(e);return!(t.getUint8(0)!==ai||t.getUint8(1)!==oi||t.getUint16(2)!==ci)}function gi(e){if(!e||!e.byteLength||e.byteLength!==10)return null;let t=new DataView(e);return t.getUint8(0)!==ai||t.getUint8(1)!==si||t.getUint16(2)!==ci?null:{seq:t.getUint16(4),ts2:t.getUint32(6)}}function _i(e){let t=new ArrayBuffer(4),n=new DataView(t);return n.setUint8(0,ai),n.setUint8(1,oi),n.setUint16(2,e),t}var vi=2**15-1,yi=1,bi=5,xi=5,Si=class e{constructor(e,t=L){h(this,`_mediaSource`,void 0),h(this,`_codec`,void 0),h(this,`_sourceBuffer`,null),h(this,`_queue`,[]),h(this,`_clearBufferTill`,0),h(this,`_debug`,void 0),this._mediaSource=new MediaSource,this._codec=e,this._debug=t;let n=()=>{this._mediaSource.removeEventListener(`sourceopen`,n),this._initBuffer(),this._handleQueue()};this._mediaSource.addEventListener(`sourceopen`,n,!1)}_handleQueue(){if(!this._sourceBuffer||this._sourceBuffer.updating||!this._queue.length)return;if(this._clearBufferTill&&this._sourceBuffer.buffered.length){let e=this._sourceBuffer.buffered.start(0);e<this._clearBufferTill&&(this._sourceBuffer.remove(e,this._clearBufferTill),this._debug.debug(`[WebmBuilder] SourceBuffer cleanup from ${e} to ${this._clearBufferTill}`)),this._clearBufferTill=0;return}let t=this._queue;this._queue=[];let n=e._buildQueue(t);this._sourceBuffer.appendBuffer(n)}static _buildQueue(e){if(!e.length)return new Uint8Array;if(e.length===1)return f.build(e[0]);let t=e.reduce((e,t)=>e+t.countSize(),0),n=new Uint8Array(t),r=0;for(let t of e){let e=f.build(t);n.set(e,r),r+=e.byteLength}return n}_initBuffer(){this._sourceBuffer=this._mediaSource.addSourceBuffer(`video/webm; codecs="${this._codec}"`),this._sourceBuffer.mode=`sequence`,this._sourceBuffer.addEventListener(`updateend`,()=>this._handleQueue())}changeType(e){return this._codec=e,this._sourceBuffer?.changeType(e)}append(e,t=!1){this._queue.push(e),t&&this._handleQueue()}cleanup(){this._mediaSource?.readyState===`open`&&this._sourceBuffer?.abort();let e=this._sourceBuffer?.buffered,t=e?.length;if(!t)return;let n=e.start(0),r=Math.max(0,e.end(t-1)-bi);r-n>xi&&(this._clearBufferTill=r)}destroy(){this._queue=[],this._mediaSource.readyState===`open`&&(this._sourceBuffer?.abort(),this._mediaSource.endOfStream()),this._sourceBuffer=null,this._clearBufferTill=0}get codec(){return this._codec}get mediaSource(){return this._mediaSource}get buffered(){return this._sourceBuffer?.buffered}},Ci=class e extends ei{constructor(e,t,n,r,i=L){super(e,t,n,r,void 0,i),h(this,`_mediaBuffer`,null),h(this,`_video`,null),h(this,`_stream`,null),h(this,`_earliestTimestamp`,0),h(this,`_clusterStartTime`,0),h(this,`_lastFrameTimestamp`,0),this._debug.debug(`[WebmBuilder] started for participant [${e}]`)}static _intToU16BE(e){return new Uint8Array([e>>8,e])}static _genWebmHeader(){return f.element(f.ID.EBML,[f.element(f.ID.EBMLVersion,f.number(1)),f.element(f.ID.EBMLReadVersion,f.number(1)),f.element(f.ID.EBMLMaxIDLength,f.number(4)),f.element(f.ID.EBMLMaxSizeLength,f.number(8)),f.element(f.ID.DocType,f.string(`webm`)),f.element(f.ID.DocTypeVersion,f.number(2)),f.element(f.ID.DocTypeReadVersion,f.number(2))])}static _genSegmentHeader(e,t,n){let r=f.element(f.ID.Info,[f.element(f.ID.TimecodeScale,f.number(1e6)),f.element(f.ID.MuxingApp,f.string(`vk-webm-builder`)),f.element(f.ID.WritingApp,f.string(`vk-webm-builder`))]),i=[f.element(f.ID.PixelWidth,f.number(e)),f.element(f.ID.PixelHeight,f.number(t))],a=f.element(f.ID.Tracks,f.element(f.ID.TrackEntry,[f.element(f.ID.TrackNumber,f.number(yi)),f.element(f.ID.TrackUID,f.number(yi)),f.element(f.ID.TrackType,f.number(1)),f.element(f.ID.FlagLacing,f.number(0)),f.element(f.ID.DefaultDuration,f.number(1e9)),f.element(f.ID.CodecID,f.string(`V_${n.toUpperCase()}`)),f.element(f.ID.Video,i)]));return f.unknownSizeElement(f.ID.Segment,[r,a])}static _genClusterHeader(e){return f.unknownSizeElement(f.ID.Cluster,[f.element(f.ID.Timecode,f.number(Math.round(e)))])}_createVideo(e){this._mediaBuffer=new Si(e,this._debug),this._video=document.createElement(`video`),this._video.autoplay=!0,this._video.controls=!1,this._video.muted=!0,this._video.style.pointerEvents=`none`,this._video.style.visibility=`hidden`,this._video.style.position=`absolute`,this._video.style.width=`160px`,this._video.style.height=`90px`,this._video.style.bottom=`0`,this._video.style.right=`0`,this._video.style.zIndex=`5000`,this._video.src=URL.createObjectURL(this._mediaBuffer.mediaSource),document.body.appendChild(this._video);let t=()=>{if(this._video?.src){this._debug.warn(`[WebmBuilder] Video paused for participant [${this._participantId}], try to play again`);let e=this._video.seekable;e.length&&(this._video.currentTime=e.end(e.length-1)-.1),this._video.play().catch(()=>{})}};this._video.onpause=t,this._video.onwaiting=t,this._video.onstalled=t,this._video.onerror=()=>this._debug.warn(`[WebmBuilder] Video Error for participant [${this._participantId}]`,this._video?.error),this._stream=this._video.captureStream(),this._onStream(this._stream)}_processFrame(t){let n=t.isVP9?`vp9`:`vp8`;this._mediaBuffer?this._mediaBuffer.codec!==n&&this._mediaBuffer.changeType(n):this._createVideo(n);let r=t.timestamp;if(r<=this._lastFrameTimestamp&&(r=this._lastFrameTimestamp+10,this._debug.debug(`[WebmBuilder] Fixup timestamp for participant [${this._participantId}]`)),this._lastFrameTimestamp=r,this._earliestTimestamp)r-=this._earliestTimestamp;else{if(!t.keyframe)return;this._earliestTimestamp=r,r=0}if(t.keyframe){this._clusterStartTime=r,this._mediaBuffer?.cleanup(),this._debug.debug(`[WebmBuilder] Segment header for participant [${this._participantId}]`);let i=e._genWebmHeader();this._mediaBuffer?.append(i);let a=e._genSegmentHeader(t.width,t.height,n);this._mediaBuffer?.append(a)}let i=Math.round(r-this._clusterStartTime);if(i>vi&&(this._clusterStartTime=r,i=0),i===0){this._debug.debug(`[WebmBuilder] Cluster header for participant [${this._participantId}]`);let t=e._genClusterHeader(this._clusterStartTime);this._mediaBuffer?.append(t)}let a=f.element(f.ID.SimpleBlock,[f.vintEncodedNumber(yi),f.bytes(e._intToU16BE(i)),f.number(!!t.keyframe<<7),f.bytes(t.frameData)]);this._mediaBuffer?.append(a,!0)}destroy(){super.destroy(),this._video&&(this._video.onpause=null,this._video.onwaiting=null,this._video.onstalled=null,this._video.onerror=null,this._video.pause(),this._video.src=``,document.body.removeChild(this._video)),this._mediaBuffer&&(this._mediaBuffer.destroy(),this._mediaBuffer=null),this._stream&&(this._stream.getTracks().forEach(e=>e.stop()),this._stream=null),this._debug.debug(`[WebmBuilder] destroyed for participant [${this._participantId}]`)}static isBrowserSupported(){return`captureStream`in window.HTMLVideoElement?.prototype&&window.MediaSource?.isTypeSupported(`video/webm; codecs="vp8"`)&&window.MediaSource?.isTypeSupported(`video/webm; codecs="vp9"`)}},wi=class{constructor(e,t,n,r,i,a=null,o=L,s=null){h(this,`_datachannel`,void 0),h(this,`_participantIdRegistry`,null),h(this,`_streamBuilders`,{}),h(this,`_onStream`,()=>{}),h(this,`_onEos`,()=>{}),h(this,`_onStat`,void 0),h(this,`_debug`,void 0),h(this,`_logger`,void 0),h(this,`_statAggregator`,void 0),this._debug=o,this._logger=s,this._statAggregator=a,this._debug.debug(`ScreenCaptureReceiver started`),this._datachannel=e,this._participantIdRegistry=t,this._onStream=n,this._onEos=r,this._onStat=i,this._datachannel.onmessage=e=>this._onDataChannelMessage(e.data)}_onDataChannelMessage(e){let t=mi(e),n=this._participantIdRegistry?.getStreamDescription(t.ssrc)?.participantId;if(!n){this._debug.warn(`Participant id for ssrc ${t.ssrc} not found in registry`);return}if(t.eos){this.close(n),this._onEos(n);return}let r=this._streamBuilders[n];if(!r){let e=e=>this._onStream(n,e);r=j.screenShareWebmBuilder&&Ci.isBrowserSupported()?new Ci(n,e,this._onStat,this._statAggregator,this._debug):new ii(n,e,this._onStat,this._statAggregator,()=>{this._requestKeyFrame(t.ssrc)},this._debug,this._logger),this._streamBuilders[n]=r}r.appendChunk(t)}_requestKeyFrame(e){if(!(!this._datachannel||this._datachannel.readyState!==`open`))try{let t=_i(e);this._datachannel.send(t),this._debug.debug(`ScreenCaptureReceiver request for keyframe for ssrc ${e}`)}catch(e){this._debug.warn(`Failed to send keyframe request`,e)}}close(e){let t=this._streamBuilders[e];t&&(t.destroy(),delete this._streamBuilders[e])}destroy(){this._datachannel.onbufferedamountlow=null,this._datachannel.onmessage=null,this._onStream=()=>{},Object.values(this._streamBuilders).forEach(e=>e.destroy()),this._streamBuilders={},this._participantIdRegistry=null,this._debug.debug(`ScreenCaptureReceiver destroyed`)}},Ti=class{constructor(e,t,n){h(this,`_prev`,void 0),h(this,`_next`,void 0),h(this,`_data`,void 0),this._next=n,n&&(n.prev=this),this._prev=t,t&&(t.next=this),this._data=e}get prev(){return this._prev}set prev(e){this._prev=e}get next(){return this._next}set next(e){this._next=e}get data(){return this._data}},Ei=class{constructor(){h(this,`_head`,null),h(this,`_tail`,null),h(this,`_length`,0)}get length(){return this._length}push(...e){for(let t of e)this._tail=new Ti(t,this._tail,null),this._head||(this._head=this._tail),this._length++}merge(e){this._tail&&(this._tail.next=e._head),this._head||(this._head=e._head),this._tail=e._tail,this._length+=e._length,e.clear()}shift(){if(!this._length||!this._head)return null;let e=this._head;return this._head=e.next,this._head&&(e.next=null,this._head.prev=null),this._length--,this.length===1?this._tail=this._head:this.length||(this._head=this._tail=null),e.data}bisect(){if(this.length){let e=this.length>1?Math.floor(this.length/2):1;for(let t=0;t<e;t++)this.shift()}}head(){return this._head?.data||null}tail(){return this._tail?.data||null}clear(){this._head=null,this._tail=null,this._length=0}toString(){let e=[],t=this._head;for(;t!==null;)e.push(t.data),t=t.next;return e.length?JSON.stringify(e,(e,t)=>t instanceof Error?String(t):t):``}},Di=1e3,Oi=class extends qr{constructor(e,t,n,r,i=L,a=null){super(i,a),h(this,`_sourceTrack`,void 0),h(this,`_onFrame`,void 0),h(this,`_useCongestionControl`,void 0),h(this,`_maxBitrate`,void 0),h(this,`_useImageCapture`,void 0),h(this,`_video`,null),h(this,`_imageCapture`,null),h(this,`_canvas`,null),h(this,`_canvasCtx`,null),h(this,`_frameReadTimeout`,0),h(this,`_lastFrame`,null),this._sourceTrack=e,this._onFrame=t,this._useCongestionControl=n,this._maxBitrate=r,this._useImageCapture=`ImageCapture`in window&&ImageCapture.prototype.grabFrame!==void 0&&`ImageBitmap`in window,(e.readyState!==`live`||!e.enabled||e.muted)&&(this._useImageCapture=!1)}_createDom(){this._canvas||(this._canvas=document.createElement(`canvas`),this._canvas.style.pointerEvents=`none`,this._canvas.style.visibility=`hidden`,this._canvas.style.position=`absolute`,this._canvas.style.width=`160px`,this._canvas.style.height=`90px`,this._canvas.style.bottom=`0`,this._canvas.style.right=`160px`,this._canvas.style.zIndex=`5000`,this._canvasCtx=this._canvas.getContext(`2d`),document.body.appendChild(this._canvas)),!this._video&&!this._useImageCapture&&(this._video=document.createElement(`video`),this._video.controls=!1,this._video.autoplay=!1,this._video.preload=`auto`,this._video.muted=!0,this._video.style.pointerEvents=`none`,this._video.style.visibility=`hidden`,this._video.style.position=`absolute`,this._video.style.width=`160px`,this._video.style.height=`90px`,this._video.style.bottom=`0`,this._video.style.right=`0`,this._video.style.zIndex=`5000`,document.body.appendChild(this._video))}_removeDom(){try{this._canvas&&document.body.removeChild(this._canvas),this._video&&document.body.removeChild(this._video)}catch{}this._canvasCtx=null,this._canvas=null,this._video=null}async _createStream(e){if(!this._canvas)throw Error(`Canvas not found`);if(!this._video&&!this._useImageCapture)throw Error(`Video element not found`);return new Promise((t,n)=>{if(this._useImageCapture)this._imageCapture=new ImageCapture(e),t();else{let r=this._video;r.srcObject=new MediaStream([e]),r.onloadeddata=e=>t(),r.onerror=()=>n(Error(`Video element error`));let i=r.play(),a=()=>n(Error(`Autoplay is disabled`));i?i.catch(a):a()}})}_removeStream(){window.clearTimeout(this._frameReadTimeout),this._lastFrame?.close(),this._video&&(this._video.pause(),this._video.srcObject=null),this._imageCapture&&(this._imageCapture=null)}_drawFrameVideo(){if(!this._canvas||!this._canvasCtx||!this._video)throw Error(`Fatal error`);this._video.paused&&this._video.play();let e=this._video.videoWidth,t=this._video.videoHeight;return this._canvas.width=this._video.width=e,this._canvas.height=this._video.height=t,this._canvasCtx.clearRect(0,0,e,t),this._canvasCtx.drawImage(this._video,0,0,e,t),this._canvasCtx.getImageData(0,0,e,t)}async _getFrameBitmap(){if(!this._imageCapture)throw Error(`Destroyed`);return this._imageCapture.grabFrame()}_drawFrameData(e){if(!this._canvas||!this._canvasCtx)throw Error(`Destroyed`);let t=e.width,n=e.height;return this._canvas.width=t,this._canvas.height=n,this._canvasCtx.clearRect(0,0,t,n),this._canvasCtx.drawImage(e,0,0,t,n),this._canvasCtx?.getImageData(0,0,t,n)}async init(){this._createDom();let e=this._sourceTrack.getSettings().width,t=this._sourceTrack.getSettings().height;this._debug.debug(`LibVPxEncoder started ${e}x${t}, codec ${this.isVP9()?`VP9`:`VP8`}`),await this._createStream(this._sourceTrack),await this._createWorker("var workerExports=(function(){var e=function(e){return e.INIT=`init`,e.READY=`ready`,e.FRAME=`frame`,e.SET_BITRATE=`set_bitrate`,e.ERROR=`error`,e.DEBUG=`debug`,e.LOG_ERROR=`log_error`,e}({});return(t,n,r,i)=>{let a;function o(o,s){return t({locateFile:n}).then(t=>{if(a=new t.VpxEncoder,a.debug(s),!a.init(o?t.VpxType.VP9:t.VpxType.VP8))throw self.postMessage({type:e.LOG_ERROR,message:`encoder-init-fail-libvpx`}),Error(`LibVPxEncoder failed to create`);if(r){let e=Math.round(i/1e3);a.setTargetBitrate(e)}else a.setMaxQuantizer(10),a.setTargetBitrate(1024)})}function s(t,n,r,i){let o=a.allocateImage(t,n);if(!o){self.postMessage({type:e.FRAME,error:`No buffer data`});return}o.set(new Uint8Array(r));let s=Math.round(performance.now());if(!a.encode(s,150,i)){self.postMessage({type:e.FRAME,error:`Encode failed`});return}let c=a.readFrame();if(!c){self.postMessage({type:e.FRAME,error:`No encoded data`});return}a.readFrame()&&(self.postMessage({type:e.DEBUG,message:`LibVPxEncoder dropped frame`}),self.postMessage({type:e.LOG_ERROR,message:`LibVPxEncoder-drop`}));let l=new Uint8Array(c.byteLength);l.set(c),self.postMessage({type:e.FRAME,frameType:i?`key`:`delta`,timestamp:s,duration:150,width:t,height:n,data:l.buffer},[l.buffer])}function c(e,t){let n=Math.round(e/1e3);a.setTargetBitrate(n)}self.onmessage=t=>{switch(t.data.type){case e.INIT:o(t.data.isVP9,t.data.debug).then(()=>self.postMessage({type:e.READY})).catch(t=>self.postMessage({type:e.ERROR,error:String(t)}));break;case e.FRAME:s(t.data.width,t.data.height,t.data.imageData,t.data.keyFrame);break;case e.SET_BITRATE:c(t.data.bitrate,t.data.useCbr);break}}}})(),exports={default:workerExports};",e=>{e.error?this._onFrame(null,e.error):this._onFrame({type:e.frameType,timestamp:e.timestamp,duration:e.duration,data:e.data,byteLength:e.data?.byteLength,width:e.width,height:e.height})},[u.default,u.default.getUrl,this._useCongestionControl,this._maxBitrate],{isVP9:this.isVP9(),debug:L.enabled()})}_encode(e,t){let n=e.data.buffer;this._sendToWorker(Kr.FRAME,{width:e.width,height:e.height,imageData:n,keyFrame:t},[n])}_requestFrameVideo(e){let t=this._drawFrameVideo();this._encode(t,e)}_requestFrameBitmap(e){window.clearTimeout(this._frameReadTimeout),this._frameReadTimeout=window.setTimeout(()=>{if(this._lastFrame){let t=this._drawFrameData(this._lastFrame);this._encode(t,e)}else this._onFrame(null)},Di),this._getFrameBitmap().then(t=>{window.clearTimeout(this._frameReadTimeout),this._lastFrame?.close(),this._lastFrame=t;let n=this._drawFrameData(t);this._encode(n,e)}).catch(()=>{})}requestFrame(e=!1){this._useImageCapture?this._requestFrameBitmap(e):this._requestFrameVideo(e)}setBitrate(e,t,n){this._sendToWorker(Kr.SET_BITRATE,{bitrate:e,useCbr:t})}isVP9(){return!1}destroy(){this._removeWorker(),this._removeStream(),this._removeDom(),this._debug.debug(`LibVPxEncoder destroyed`)}},ki=class extends qr{constructor(e,t,n,r,i,a,o=L,s=null){super(o,s),h(this,`_sourceTrack`,void 0),h(this,`_trackProcessor`,void 0),h(this,`_onFrame`,void 0),h(this,`_useCongestionControl`,void 0),h(this,`_maxBitrate`,void 0),h(this,`_useCbr`,void 0),h(this,`_frameRate`,void 0),this._sourceTrack=e,this._onFrame=t,this._useCongestionControl=n,this._maxBitrate=r,this._useCbr=i,this._frameRate=a,this._trackProcessor=new MediaStreamTrackProcessor({track:e})}async init(){let e=this._sourceTrack.getSettings().width,t=this._sourceTrack.getSettings().height,n=this._trackProcessor.readable;this._debug.debug(`WebCodecsEncoder started ${e}x${t}, codec ${this.isVP9()?`VP9`:`VP8`}`),await this._createWorker("var workerExports=(function(){var e=function(e){return e.VP9=`vp09.00.50.08`,e.VP8=`vp8`,e}({}),t=function(e){return e.INIT=`init`,e.READY=`ready`,e.FRAME=`frame`,e.SET_BITRATE=`set_bitrate`,e.ERROR=`error`,e.DEBUG=`debug`,e.LOG_ERROR=`log_error`,e}({});return()=>{let n,r,i,a,o,s,c=null,l=0,u=!1,d=0,f,p,m=!1,h=!1;function g(e){n=e.readable,r=n.getReader(),i=e.width,a=e.height,o=e.isVP9,s=e.framerate,f=e.useCongestionControl,p=e.maxBitrate,f&&(d=p,m=e.useCbr),y(),self.postMessage({type:t.READY})}function _(e){e&&!h&&(h=!0),self.clearTimeout(l),l=self.setTimeout(()=>{c&&v(c,h)},1e3),!u&&(u=!0,r.read().finally(()=>{u=!1,self.clearTimeout(l)}).then(({done:e,value:t})=>{if(c?.close(),c=null,!(e||!t)){if(!x){r.releaseLock(),n.cancel();return}c=t,v(t,h)}}))}function v(e,t){(e.codedWidth!==i||e.codedHeight!==a)&&(i=e.codedWidth,a=e.codedHeight,y(),h=!0),x.encode(e,{keyFrame:t}),t&&(h=!1)}function y(){let t={framerate:s,codec:o?e.VP9:e.VP8,width:i,height:a,latencyMode:`realtime`,bitrateMode:m?`constant`:`variable`};d>0&&(t.bitrate=d),x.configure(t)}function b(e,t,n){d=e,m=t,s=n,y()}let x=new VideoEncoder({output:e=>{let n;e.data?n=e.data:(n=new ArrayBuffer(e.byteLength),e.copyTo(n)),self.postMessage({type:t.FRAME,frameType:e.type,timestamp:e.timestamp,duration:e.duration,width:i,height:a,data:n},[n])},error:e=>{self.postMessage({type:t.FRAME,error:String(e)})}});self.onmessage=e=>{switch(e.data.type){case t.INIT:g(e.data);break;case t.FRAME:_(e.data.keyFrame);break;case t.SET_BITRATE:b(e.data.bitrate,e.data.useCbr,e.data.fps);break}}}})(),exports={default:workerExports};",e=>{e.error?this._onFrame(null,e.error):this._onFrame({type:e.frameType,timestamp:e.timestamp,duration:e.duration,data:e.data,byteLength:e.data?.byteLength,width:e.width,height:e.height})},[],{readable:n,width:e,height:t,isVP9:this.isVP9(),framerate:this._frameRate,useCongestionControl:this._useCongestionControl,maxBitrate:this._maxBitrate,useCbr:this._useCbr},[n])}requestFrame(e=!1){this._sendToWorker(Kr.FRAME,{keyFrame:e})}setBitrate(e,t,n){this._sendToWorker(Kr.SET_BITRATE,{bitrate:e,useCbr:t,fps:n})}isVP9(){return!0}destroy(){this._removeWorker(),this._debug.debug(`WebCodecsEncoder destroyed`)}static isBrowserSupported(){return`VideoEncoder`in window&&`Worker`in window&&`EncodedVideoChunk`in window&&`MediaStreamTrackProcessor`in window}},Ai=2100,ji=600,Mi=1.2,Ni=.8,Pi=2e3,Fi=8e3,Ii=8e3,Li=16e3,Ri=4,zi=2e3,Bi=function(e){return e[e.NONE=0]=`NONE`,e[e.UP=1]=`UP`,e[e.DOWN=2]=`DOWN`,e}(Bi||{}),Vi=class{constructor(e,t,n,r,i,a,o,s=L){h(this,`_onCongestion`,void 0),h(this,`_ccEnabled`,void 0),h(this,`_fastSharing`,void 0),h(this,`_trendDelayThreshold`,void 0),h(this,`_highDelayThreshold`,void 0),h(this,`_targetFps`,void 0),h(this,`_minBitrate`,void 0),h(this,`_maxBitrate`,void 0),h(this,`_targetBitrate`,void 0),h(this,`_lastDown`,void 0),h(this,`_lastUp`,void 0),h(this,`_lastProbing`,void 0),h(this,`_lastCheckDelay`,void 0),h(this,`_upPenalty`,0),h(this,`_probing`,void 0),h(this,`_delayAvgShort`,-1),h(this,`_delayAvgLong`,-1),h(this,`_minDelay`,Number.MAX_VALUE),h(this,`_maxDelay`,0),h(this,`_largeDelayDuration`,0),h(this,`_lastFpsCalcMs`,void 0),h(this,`_frames`,0),h(this,`_fps`,0),h(this,`_debug`,void 0),this._onCongestion=e,this._ccEnabled=r,this._debug=s,this._minBitrate=t,this._maxBitrate=n,this._fastSharing=i,this._targetFps=o,a>0?this._highDelayThreshold=a:this._highDelayThreshold=Ai,i&&(this._highDelayThreshold=ji),this._trendDelayThreshold=Math.round(this._highDelayThreshold/3),this._targetBitrate=this._maxBitrate,this._probing=!1;let c=Date.now();this._lastDown=0,this._lastUp=c,this._lastProbing=c,this._lastCheckDelay=0,this._lastFpsCalcMs=0}checkDelay(e,t,n){let r=Date.now();if(this._calcFps(r),this._calcDelay(t,r),this._delayAvgShort<=0||this._delayAvgLong<=0||!this._ccEnabled)return;let i=0,a=this._delayAvgShort-this._delayAvgLong,o=Math.round(Math.abs(a)*100/this._delayAvgLong),s=a>40&&o>30&&this._delayAvgShort>this._trendDelayThreshold,c=this._delayAvgShort>this._highDelayThreshold;s||c?i=2:Math.abs(a)<40&&o<10&&!c&&(i=1);let l=Math.round(this._targetBitrate/1e3),u=n;e%20==0&&this._debug.debug(`#${e}: cc: delay=${t} short=${this._delayAvgShort} long=${this._delayAvgLong} delta=${a} percent=${o} -> ${Bi[i]} tr=${l} br=${n}`);let d=r-this._lastDown;if(i===2&&d>Pi){this._probing&&(this._upPenalty=Math.min(++this._upPenalty,Ri),this._probing=!1);let n=Ni*u*1e3;if(n>=this._targetBitrate&&(n=this._targetBitrate*Ni),n=Math.max(n,this._minBitrate),n<this._targetBitrate){let r=Math.round(n/1e3),s=Math.round(this._upPenalty*Ii/1e3);this._debug.log(`#${e}: cc: delay=${t} short=${this._delayAvgShort} long=${this._delayAvgLong} delta=${a} percent=${o} -> ${Bi[i]}`),this._debug.log(`#${e}: cc: DOWN delay=${t} bitrate=${u} target=${l} -> newBitrate=${r} penalty=${s}s`),this._setBitrate(n,!0),this._targetBitrate=n}this._lastDown=r}let f=r-this._lastUp,p=Fi+this._upPenalty*Ii;if(i===1&&f>p&&d>p){let n=Math.min(this._targetBitrate*Mi,this._maxBitrate);if(n>this._targetBitrate){let s=Math.round(n/1e3),c=Math.round(this._targetBitrate/1e3),l=Math.round(this._upPenalty*Ii/1e3);this._debug.log(`#${e}: cc: delay=${t} short=${this._delayAvgShort} long=${this._delayAvgLong} delta=${a} percent=${o} -> ${Bi[i]}`),this._debug.log(`#${e}: cc: UP bitrate=${u} target=${c} -> newBitrate=${s} penalty=${l}s`),this._setBitrate(n,!1),this._targetBitrate=n,this._probing=!0,this._lastProbing=r,this._lastUp=r}}let m=r-this._lastProbing;this._probing&&m>Li&&(this._probing=!1);let ee=r-this._lastDown;this._upPenalty>0&&ee>3*p&&(this._debug.log(`#${e}: cc: UP reset penalty: oldPenalty=${this._upPenalty}`),this._upPenalty=0)}_setBitrate(e,t){this._fastSharing&&(t=!0);let n=this._targetFps;this._fps>0&&(n=this._fps),this._onCongestion(e,t,n)}_calcDelay(e,t){if(!(e<=0)){if(this._delayAvgShort===-1&&(this._delayAvgShort=e,this._delayAvgLong=e),this._delayAvgShort=Math.round((this._delayAvgShort*3+e)/4),this._delayAvgLong=Math.round((this._delayAvgLong*23+e)/24),e>0&&e<this._minDelay?this._minDelay=e:e>this._maxDelay&&(this._maxDelay=e),this._lastCheckDelay===0&&(this._lastCheckDelay=t),e>zi){let e=t-this._lastCheckDelay;this._largeDelayDuration+=e}this._lastCheckDelay=t}}reconfigure(e,t){this._minBitrate=e,this._maxBitrate=t}getStat(){if(this._minDelay===Number.MAX_VALUE||this._maxDelay===0||this._delayAvgLong<=0)return null;let e={minDelay:this._minDelay,maxDelay:this._maxDelay,avgDelay:this._delayAvgLong,largeDelayDuration:this._largeDelayDuration};return this._minDelay=Number.MAX_VALUE,this._maxDelay=0,this._largeDelayDuration=0,e}_calcFps(e){this._frames++;let t=e-this._lastFpsCalcMs;if(t>5e3){this._lastFpsCalcMs=e;let n=this._fps,r=this._frames*1e3/t;this._fps===0?this._fps=Math.round(r):this._fps=Math.round((this._fps*3+r)/4),this._frames=0,this._fps!==n&&this._debug.log(`cc: fps=${this._fps}`)}}},Hi=class{constructor(e){h(this,`_maxSize`,void 0),h(this,`_size`,0),h(this,`_buffer`,void 0),h(this,`_head`,0),h(this,`_tail`,0),this._maxSize=e,this._buffer=Array(e)}add(e,t,n,r,i){this._tail===this._head&&this._size>0&&(this._head=++this._head%this._maxSize);let a=this._tail;return this._buffer[this._tail]={seq:e,ts:t,size:n,sent:Date.now(),start:r,end:i,ts2:-1,recv:-1},this._tail=++this._tail%this._maxSize,this._size++,a}update(e,t){let n=this.get(e);return n===null?null:(n.ts2=t,n.recv=Date.now(),n)}get(e){let t=this._head;for(let n=0;n<this._maxSize;n++){let n=this._buffer[t];if(e===n?.seq)return n;if(t=++t%this._maxSize,t===this._tail)break}return null}getServerBitrateK(e){let t=0,n=0,r=-1,i=-1,a=this._tail;for(let t=0;t<this._maxSize;t++){a>0?--a:a=this._maxSize-1;let t=this._buffer[a];if(!t||(i===-1&&(i=t.ts2,n=0),i>=0&&(n+=t.size),r=t.ts2,i-r>=e)||a===this._head)break}if(r>=0&&i>=0){let e=i-r;t=Math.round(e>0?n*8/e:0)}return t}getCurrentDelay(){let e=this._tail;for(let t=0;t<this._maxSize;t++){e>0?--e:e=this._maxSize-1;let t=this._buffer[e];if(!t)break;if(t.recv>=0&&t.sent>=0)return t.recv-t.sent;if(e===this._head)break}return 0}getMaxBandwidth(){let e=0,t=0,n=-1,r=-1,i=this._tail;for(let a=0;a<this._maxSize;a++){i>0?--i:i=this._maxSize-1;let a=this._buffer[i];if(a){if(r===-1&&a.end&&!a.start&&(r=a.ts2,t=0),n===-1&&r>=0&&a.start&&!a.end&&(n=a.ts2),n>=0&&r>=0){let i=r-n;e=i>0?t*8/i:0;break}if(r>=0&&(t+=a.size),i===this._head)break}}return Math.round(e)}clear(){this._buffer.fill(void 0),this._size=0,this._head=0,this._tail=0}},Ui=65536,Wi=50,Gi=400,Ki=1e6,qi=3e5,Ji=3e4,Yi=2e3,Xi=5,Zi=0,Qi=class{constructor(e,t,n,r,i=L,a=null){h(this,`_encoder`,void 0),h(this,`_datachannel`,void 0),h(this,`_signaling`,void 0),h(this,`_fastSharing`,void 0),h(this,`_destroyed`,!1),h(this,`_needKeyframe`,!0),h(this,`DATA_SIZE`,void 0),h(this,`_congestionControl`,void 0),h(this,`_frameNum`,0),h(this,`_width`,void 0),h(this,`_height`,void 0),h(this,`_feedback`,new Hi(1024)),h(this,`_lastSentFrameSeq`,0),h(this,`_lastDeliveredFrameSeq`,0),h(this,`_lastFrameDelay`,0),h(this,`_lastFramerateReduced`,Date.now()),h(this,`_lastSharingStat`,Date.now()),h(this,`_congestionControlEnabled`,void 0),h(this,`_queue`,new Ei),h(this,`_fpsMeter`,void 0),h(this,`_maxFrameDelay`,void 0),h(this,`_debug`,void 0),h(this,`_logger`,void 0),this._debug=i,this._logger=a,this._debug.debug(`ScreenCaptureSender started`),this.DATA_SIZE=j.consumerScreenDataChannelPacketSize-11,this._datachannel=t,this._signaling=n,this._fastSharing=r,this._congestionControlEnabled=j.screenShareCongestionControl||this._fastSharing,this._width=e.getSettings().width,this._height=e.getSettings().height,this._maxFrameDelay=this._fastSharing?j.screenShareCongestionControlThreshold:j.screenShareCongestionControlThreshold*2;let o=j.getScreenFrameRate(this._fastSharing),{minBitrate:s,maxBitrate:c}=this._calcMinMaxBitrate(this._width,this._height),l=this._onCongestionCallback.bind(this);this._debug.log(`ScreenCaptureSender: CongestionControl: enabled=${this._congestionControlEnabled} minBitrate=${Math.round(s/1e3)}k maxBitrate=${Math.round(c/1e3)}k delayThreshold=${j.screenShareCongestionControlThreshold}`),this._congestionControl=new Vi(l,s,c,this._congestionControlEnabled,this._fastSharing,j.screenShareCongestionControlThreshold,o,this._debug);let u=(e,t)=>{if(this._destroyed)return;if(!e){this._debug.warn(`requestFrame failed, keyFrame: `+this._needKeyframe,t),this._needKeyframe=!0,this._handleQueue();return}(e.width!==this._width||e.height!==this._height)&&(this._width=e.width,this._height=e.height,this._onResize(this._width,this._height));let n=this._sliceFrame(e);this._queue.merge(n),this._handleQueue(),this._sendSharingStat()};if(ki.isBrowserSupported()){let t=this._fastSharing;this._encoder=new ki(e,u,this._congestionControlEnabled,c,t,o,this._debug,this._logger)}else this._encoder=new Oi(e,u,this._congestionControlEnabled,c,this._debug,this._logger);this._datachannel.onmessage=e=>{hi(e.data)&&(this._debug.debug(`[${this._datachannel.label}] Requested keyframe`),this._needKeyframe=!0);let t=gi(e.data);t!==null&&this._checkCcFeedback(t)},this._encoder.init().then(()=>this._handleQueue()).catch(e=>this._debug.warn(`ScreenCaptureSender init failed`,e)),this._fpsMeter=new Xr(e=>this._debug.log(`[ScreenCaptureSender] fps: ${e}`),5e3)}_handleQueue(){if(this._destroyed)return;let e=this._queue.shift();if(!e){if((this._lastSentFrameSeq-this._lastDeliveredFrameSeq+Ui)%Ui>Xi&&this._lastFrameDelay>this._maxFrameDelay){let e=Date.now();e-this._lastFramerateReduced>Yi&&(this._lastFramerateReduced=e,this._debug.debug(`[ScreenCaptureSender] reduce framerate: delay=${this._lastFrameDelay} maxDelay=${this._maxFrameDelay}`))}else this._requestFrame();return}if(!this._sendFrameChunk(e)){this._needKeyframe=this._needKeyframe||!this._cleanupQueue(),A.setImmediate(()=>this._handleQueue());return}if(e.isLast){this._frameNum++,this._fpsMeter.increment(),e.isKey&&this._debug.debug(`#${this._frameNum}: sharing: send keyframe size=${Math.round(e.frameSize/1e3)}k`);let t=this._feedback.getCurrentDelay(),n=this._feedback.getServerBitrateK(2e3);t>0&&this._congestionControl.checkDelay(this._frameNum,t,n)}else A.setImmediate(()=>this._handleQueue())}_cleanupQueue(){let e=this._queue.head();for(;e;){if(e.isFirst&&e.isKey)return!0;this._queue.shift(),e=this._queue.head()}return!1}_requestFrame(){this._destroyed||(this._encoder.requestFrame(this._needKeyframe),this._needKeyframe=!1)}_sliceFrame(e){let t=e.type===`key`,n=e.data.byteLength,r=new Ei;for(let i=0;i<n;i+=this.DATA_SIZE){let a=e.data.slice(i,i+this.DATA_SIZE),o=i===0,s=n<=i+a.byteLength,c=this._wrapHeader(e.timestamp,o,s,t,a);r.push({data:c.data,sequence:c.sequence,frameSize:n,isFirst:o,isLast:s,isKey:t,timestamp:e.timestamp})}return r}_wrapHeader(e,t,n,r,i){let a=pi(e,t,n,r,Zi,this._encoder.isVP9(),i),o={sequence:Zi,data:a};return Zi=(Zi+1)%Ui,o}_stopPacket(){return this._wrapHeader(Date.now(),!1,!1,!1,null).data}_sendFrameChunk(e){if(!this._datachannel||this._datachannel.readyState!==`open`)return!1;try{return this._datachannel.send(e.data),this._feedback.add(e.sequence,e.timestamp,e.data.byteLength,e.isFirst,e.isLast),e.isLast&&(this._lastSentFrameSeq=e.sequence),!0}catch(e){return this._debug.warn(`Error sending chunk to DataChannel`,e),!1}}destroy(){this._queue.clear(),this._fpsMeter.destroy(),this._datachannel.onmessage=null,this._feedback.clear(),this._datachannel.readyState===`open`&&this._datachannel.send(this._stopPacket()),this._destroyed=!0,this._encoder.destroy(),this._debug.debug(`ScreenCaptureSender destroyed`)}static isBrowserSupported(){return ki.isBrowserSupported()||Oi.isBrowserSupported()}_onCongestionCallback(e,t,n){this._encoder.setBitrate(e,t,n)}_onResize(e,t){let{minBitrate:n,maxBitrate:r}=this._calcMinMaxBitrate(e,t),i=Math.round(n/1e3),a=Math.round(r/1e3);this._debug.log(`cc: resize to ${e}x${t}, minBitrate=${i} maxBitrate=${a}`),this._congestionControl.reconfigure(n,r)}_calcMinMaxBitrate(e,t){(e===void 0||e<640)&&(e=640),(t===void 0||t<360)&&(t=360);let n=e*t/256;return{minBitrate:Math.max(qi,Math.min(Ki,Math.round(n*Wi))),maxBitrate:Math.round(n*Gi)}}_checkCcFeedback(e){let t=this._feedback.update(e.seq,e.ts2);if(t===null)this._debug.debug(`cc: update failed, seq=${e.seq}`);else if(t.end){this._lastDeliveredFrameSeq=t.seq;let e=t.recv-t.sent;e>0&&(this._lastFrameDelay=e),this._handleQueue()}}_sendSharingStat(){let e=Date.now();if(e-this._lastSharingStat>Ji){let t=this._congestionControl.getStat();t!==null&&(this._debug.debug(`cc: send stats: ${JSON.stringify(t)}`),this._signaling.reportSharingStat(t)),this._lastSharingStat=e}}},$i=90,ea=4294967295,ta=class e extends Er{constructor(e,t,n,r=L,i=null,a=null,o=null){super(e,t),h(this,`_producerNotification`,null),h(this,`_producerCommand`,null),h(this,`_producerScreen`,null),h(this,`_consumerScreen`,null),h(this,`_asr`,null),h(this,`_animojiDataChannel`,null),h(this,`_animojiReceiver`,null),h(this,`_animojiSender`,null),h(this,`_isOpen`,!1),h(this,`_observer`,!1),h(this,`_reconnectionPrevented`,!1),h(this,`_statInterval`,null),h(this,`_settingsInterval`,null),h(this,`_monitorRtpShareInterval`,null),h(this,`_statBytes`,{}),h(this,`_ssrcMap`,{}),h(this,`_ssrcMapUpdated`,!1),h(this,`_perfStatReporter`,void 0),h(this,`_producerOfferIsProcessing`,!1),h(this,`_producerNextOffer`,null),h(this,`_producerNextSessionId`,null),h(this,`_lastStat`,null),h(this,`_serverSettings`,void 0),h(this,`_prevConsumerSettings`,{}),h(this,`_prevConsumerFastSharingSettings`,{}),h(this,`_asrTrack`,null),h(this,`_captureSender`,null),h(this,`_captureReceiver`,null),h(this,`_participantIdRegistry`,null),h(this,`_disabledSenders`,new Set),h(this,`_rtpReceiversByStreamId`,{}),h(this,`_producerSessionId`,``),h(this,`_newAudioShareTrack`,null),h(this,`_simulcastInfo`,null),h(this,`_debug`,void 0),h(this,`_logger`,void 0),h(this,`_statAggregator`,void 0),h(this,`_codecStatsAggregator`,void 0),this._debug=r,this._logger=i,this._statAggregator=a,this._codecStatsAggregator=o,this.subscribe(this._signaling,W.NOTIFICATION,this._onSignalingNotification.bind(this)),this.subscribe(this._mediaSource,Yt.TRACK_REPLACED,this._onReplacedTrack.bind(this)),this.subscribe(this._mediaSource,Yt.SOURCE_CHANGED,this._onSourcesChanged.bind(this)),this.subscribe(this._mediaSource,Yt.SCREEN_STATUS,this._onScreenSharingStatus.bind(this)),this._createPerfStatsReporter(),this._serverSettings=n,this._debug.debug(`ServerTransport: Created`)}updateStatisticsInterval(){this._stopStatInterval();let e=this.getState();e!==K.IDLE&&e!==K.CLOSED&&e!==K.FAILED&&this._startStatInterval()}open(e=!1){if(this._isOpen){this._debug.log(`ServerTransport: Already opened connections`);return}this._isOpen=!0,this._observer=e,this._openConnection()}close(e){this._isOpen&&(this._isOpen=!1,this._closeConnection(),this.unsubscribe(),e?(this._debug.error(`ServerTransport: Closed`,e),this._setState(K.FAILED)):(this._debug.debug(`ServerTransport: Closed`),this._setState(K.CLOSED)))}removeParticipant(e){this._captureReceiver?.close(e)}preventRestart(){this._reconnectionPrevented=!0}allowRestart(){this._reconnectionPrevented=!1}updateSettings(e){Cr(e,this._serverSettings)||(this._serverSettings=e,this._applyConsumerSettings())}setAnimojiTransport(e,t){if(j.vmoji&&(this._animojiReceiver=e,this._animojiSender=t,this._participantIdRegistry&&e.setParticipantIdRegistry(this._participantIdRegistry),this._animojiDataChannel)){e.setDataChannel(this._animojiDataChannel),t.setDataChannel(this._animojiDataChannel);return}}async onCameraResolutionChanged(){j.simulcast&&await this._changeSimulcastInfo(!0,!1)}_createPerfStatsReporter(){this._perfStatReporter?.destroy(),this._perfStatReporter=new oa(this,this._signaling,this._statAggregator,!1,this._debug)}_closeConnection(){this._stopStatInterval(),this._stopSettingsInterval(),this._stopMonitorRtpShareInterval(),this._removeAsrTrack(),this._removeCaptureSender(),this._removeCaptureReceiver(),this._simulcastInfo=null,this._pc&&(this._rtpReceiversByStreamId={},this._disabledSenders.forEach(e=>e.track?.stop()),this._disabledSenders.clear(),this._pc.ontrack=null,this._pc.onconnectionstatechange=null,this._pc.onsignalingstatechange=null,this._participantIdRegistry=null,e._closeDataChannel(this._producerNotification),e._closeDataChannel(this._producerCommand),e._closeDataChannel(this._producerScreen),e._closeDataChannel(this._consumerScreen),e._closeDataChannel(this._asr),e._closeDataChannel(this._animojiDataChannel),this._pc.close(),this._pc=null,this._producerOfferIsProcessing=!1,this._producerNextOffer=null),this._triggerEvent(J.PEER_CONNECTION_CLOSED)}static _closeDataChannel(e){e&&(e.onopen=null,e.onmessage=null,e.onerror=null,e.close())}_createDataChannel(e,t,n){this._debug.debug(`[${t}] data channel opening`);let r=e.createDataChannel(t,{ordered:!0});r.onopen=()=>{let e=r.readyState;e===`open`?(this._debug.debug(`[${t}] data channel opened`),n(r)):this._debug.error(`[${t}] data channel open failed, state [${e}]`)},r.onerror=e=>{let n=e.error;this._debug.error(`[${t}] data channel error`,n?.errorDetail,n?.message)}}_openConnection(e=!1){this._debug.debug(`ServerTransport: Open single connection`);try{this._pc=new RTCPeerConnection}catch(e){this._debug.error(`Failed to create RTCPeerConnection:`,e),this.close(e);return}this._pc.ontrack=this._onAddTrack.bind(this,this._pc),this._pc.onconnectionstatechange=A.debounce(e=>{this._pc&&this._onConnectionStateChange(this._pc,e)},500),this._pc.onsignalingstatechange=this._onSignalingStateChange.bind(this,this._pc),this._participantIdRegistry=new Gr(this._debug),this._signaling.setParticipantIdRegistry(this._participantIdRegistry),this._createDataChannel(this._pc,vr.producerNotification,e=>{this._producerNotification=e,this._producerNotification.binaryType=`arraybuffer`,this._signaling.setProducerNotificationDataChannel(e)}),this._signaling.useCommandDataChannel(!0),this._createDataChannel(this._pc,vr.producerCommand,e=>{this._producerCommand=e,this._signaling.setProducerCommandDataChannel(e)}),this._createDataChannel(this._pc,vr.producerScreenShare,e=>{this._producerScreen=e,this._producerScreen.binaryType=`arraybuffer`,this._createCaptureReceiver()}),j.asrDataChannel&&this._createDataChannel(this._pc,vr.asr,e=>{this._asr=e,this._asr.binaryType=`arraybuffer`,this._removeAsrTrack(),this._asrTrack=new Hr(e,this._participantIdRegistry,e=>{this._onAsrTranscription(e)},this._debug)}),j.vmoji&&this._createDataChannel(this._pc,vr.animoji,e=>{this._animojiDataChannel=e,this._animojiDataChannel.binaryType=`arraybuffer`,this._animojiReceiver?.setDataChannel(e),this._animojiReceiver?.setParticipantIdRegistry(this._participantIdRegistry),this._animojiSender?.setDataChannel(e),this._animojiSender?.setProtocolVersion(j.vmojiOptions.protocolVersion||1)}),this._newAudioShareTrack=this._mediaSource.getAudioShareTrack();try{this._mediaSource.addTrackToPeerConnection(this._pc,this._observer,!1),this._prevConsumerSettings={},this._prevConsumerFastSharingSettings={},this._applyConsumerSettings()}catch(e){this._debug.error(`ServerTransport: Unable to add media source tracks`,e),this._logger?.log(S.ERROR,`addTrack-single`),this.close(e);return}this._createDataChannel(this._pc,vr.consumerScreenShare,e=>{this._consumerScreen=e,this._consumerScreen.binaryType=`arraybuffer`;let t=this._mediaSource.getScreenTrack();t&&(!j.consumerFastScreenShare||!this._mediaSource.mediaSettings.isFastScreenSharingEnabled)&&this._createCaptureSender(t)}),e||this._allocateConsumer(),this._setState(K.OPENED),this._startStatInterval(),this._startSettingsInterval(),this._startMonitorRtpShareInterval()}_removeAsrTrack(){this._asrTrack?.destroy(),this._asrTrack=null}_reconnect(){this.getState()!==K.OPENED&&(this._setState(K.RECONNECTING),this._closeConnection(),this._openConnection(!0))}_signalActiveParticipants(e){this._triggerEvent(J.SIGNALLED_ACTIVE_PARTICIPANTS,e)}_signalStalledParticipants(e){this._triggerEvent(J.SIGNALLED_STALLED_PARTICIPANTS,e)}_signalSpeakerChanged(e){this._triggerEvent(J.SIGNALLED_SPEAKER_CHANGED,e)}_signalNetworkStatus(e){this._triggerEvent(J.NETWORK_STATUS,e)}_updateSSRCMap(e){e&&e.sdp.split(`
15
+ `).forEach(e=>{let t=`a=ssrc:([0-9]+) label:(audio|video)-((?:[ug]?[\\d]+)|(?:mix)|(?:${Br.PARTICIPANT_AGNOSTIC_TRACK_PREFIX}-[0-9]+)|(?:${Br.TRANSPARENT_AUDIO_TRACK_PREFIX}-[0-9]+))`,n=new RegExp(t).exec(e);n&&(this._ssrcMap[n[1]]=n[3],this._ssrcMapUpdated=!0)})}_createCaptureSender(e){let t=this._mediaSource.mediaSettings;!e||!this._consumerScreen||!t.isScreenSharingEnabled||(this._captureSender&&this._removeCaptureSender(),this._captureSender=new Qi(e,this._consumerScreen,this._signaling,t.isFastScreenSharingEnabled,this._debug,this._logger))}_removeCaptureSender(){this._captureSender?.destroy(),this._captureSender=null}_createCaptureReceiver(){this._producerScreen&&(this._captureReceiver&&this._removeCaptureReceiver(),this._captureReceiver=new wi(this._producerScreen,this._participantIdRegistry,(e,t)=>{this._triggerEvent(J.REMOTE_STREAM_SECOND,e,t)},e=>{this._triggerEvent(J.REMOTE_STREAM_SECOND,e,null)},e=>{this._triggerEvent(J.SCREEN_SHARING_STAT,e)},this._statAggregator,this._debug,this._logger))}_removeCaptureReceiver(){this._captureReceiver?.destroy(),this._captureReceiver=null}_applyConsumerSettings(){let e=this._serverSettings.camera;if(e&&this._pc){let t=[];this._pc.getSenders().forEach(n=>{if(!n.track||n.track.kind!==O.video||n.track.contentHint===`motion`)return;let r=!this._disabledSenders.has(n),i=e.maxDimension!==0;if(r&&!i){this._debug.log(`Disabling video upload`),this._disabledSenders.add(n),n.replaceTrack(w.getBlackMediaTrack()).catch(e=>{this._debug.error(`Could not disable video upload`,e)});return}let a=this._mediaSource.getSendVideoTrack();if(!r&&i&&a){this._debug.log(`Enabling video upload`),this._disabledSenders.delete(n);let e=n.track;e.enabled=a.enabled,n.replaceTrack(a).then(()=>e.stop()).catch(e=>{this._debug.error(`Could not enable video upload`,e)})}A.applyVideoTrackSettings(e,n,a??n.track,this._prevConsumerSettings,t,this._debug)}),this._prevConsumerSettings=t}if(this._mediaSource.mediaSettings.isFastScreenSharingEnabled&&j.consumerFastScreenShare){let e=this._serverSettings.fastScreenSharing;if(e&&this._pc){let t=[];this._pc.getSenders().forEach(n=>{!n.track||n.track.kind!==O.video||n.track.contentHint!==`motion`||A.applyVideoTrackSettings(e,n,n.track,this._prevConsumerFastSharingSettings,t,this._debug)}),this._prevConsumerFastSharingSettings=t}}}_onScreenSharingStatus(e){e.track?(!j.consumerFastScreenShare||!this._mediaSource.mediaSettings.isFastScreenSharingEnabled)&&this._createCaptureSender(e.track):this._removeCaptureSender()}_setState(e){this._state!==e&&(this._state=e,this._triggerEvent(J.STATE_CHANGED,e))}_startStatInterval(){if(this._statInterval)return;let e=()=>{if(!this._pc){this._stopStatInterval();return}this._collectStat().then(e=>{this._reportStats(e),this._detectStaleTracks(e),this._codecStatsAggregator?.reportUsage(e)}).catch(()=>{}),this._statInterval=window.setTimeout(e,j.statisticsInterval)};this._statInterval=window.setTimeout(e,j.statisticsInterval)}_stopStatInterval(){this._statInterval&&(window.clearTimeout(this._statInterval),this._statInterval=null),this._statBytes={}}_startSettingsInterval(){let e=2e3;if(this._settingsInterval)return;let t=()=>{if(!this._pc){this._stopSettingsInterval();return}this._applyConsumerSettings(),this._settingsInterval=window.setTimeout(t,e)};this._settingsInterval=window.setTimeout(t,e)}_stopSettingsInterval(){this._settingsInterval&&(window.clearTimeout(this._settingsInterval),this._settingsInterval=null)}async _collectStat(){if(!this._pc)return Promise.reject();this._ssrcMapUpdated&&(this._lastStat=null,this._ssrcMapUpdated=!1,this._createPerfStatsReporter());let e=await U.collectStats(this._pc,this._lastStat,this._ssrcMap,!0);return this._lastStat=e,e}_reportStats(e){this._triggerEvent(J.REMOTE_DATA_STATS,{inbound:{topology:q.SERVER,transport:e.transport,rtps:e.rtps.filter(e=>e.type===`inbound-rtp`)},outbound:{topology:q.SERVER,transport:e.transport,rtps:e.rtps.filter(e=>e.type===`outbound-rtp`)},remoteInbound:{topology:q.SERVER,transport:e.transport,rtps:e.remoteRtps??[]}})}_detectStaleTracks(e){let t=e.rtps.find(e=>e.type===`inbound-rtp`&&e.kind===`audio`&&this._ssrcMap[e.ssrc]===`mix`);if(!t)return;let n=Br.AUDIO_MIX,r=this._statBytes[n],i=!1;if(r){let e=t.bytesReceived-r.bytesReceived;e>=0&&e<=5&&(i=!0),r.stalled!==i&&this._triggerEvent(J.AUDIO_MIX_STALL,i)}this._statBytes[n]={bytesReceived:t.bytesReceived,stalled:i}}_allocateConsumer(){if(!this._signaling.ready)return;let e=fa.get();!j.videoTracksCount&&!this._observer&&this._debug.warn(`Setting videoTracksCount to 0 is deprecated`),this._signaling.allocateConsumer(null,e)}async _processOffer(e,t){if(!this._pc)throw Error(`Interrupt allocation`);let n=j.simulcast;try{await this._pc.setRemoteDescription(e)}catch(e){throw this._debug.error(`[single] unable to set remote offer`,e),this._logger?.log(S.ERROR,`setRemoteDescription-single`),e}let r=this._findFirstSimTransceiver();if(j.simulcast)if(r){this._debug.log(`_processOffer: caps.simulcast=${j.simulcast} mid=${r.mid} dir=${r.direction}`);let e=this._mediaSource.getStream(),t=await this._setupSimulcastTransceiver(e,r);this._debug.log(`_processOffer: simulcastInfo`,t),t||(this._debug.log(`_processOffer: simulcast transceiver not found in server offer mid=${r.mid}, disable simulcast`),n=!1)}else this._debug.log(`_processOffer: simulcast transceiver not found in server offer, disable simulcast`),n=!1;let i;try{if(await this._handleTracks(),this._debug.debug(`[single] create local answer`),!this._pc)throw Error(`Interrupt allocation`);i=await this._pc.createAnswer()}catch(e){throw this._debug.error(`[single] unable to create answer`,e),this._logger?.log(S.ERROR,`createAnswer-single`),e}try{if(!this._pc)throw Error(`Interrupt allocation`);i.sdp=A.patchLocalSDP(i.sdp,!1,w.isBrokenH264Decoder(),!1),this._debug.debug(`[single] set local answer`,{answer:i}),await this._pc.setLocalDescription(i)}catch(e){throw this._debug.error(`[single] unable to set local answer`,e),this._logger?.log(S.ERROR,`setLocalDescription-single`),e}if(n&&r){i.sdp=A.patchSimulcastAnswerSdp(i.sdp,r,Qt.WIDTH,Qt.HEIGHT);for(let e of this._pc.getTransceivers())e.mid===null&&e.stop()}try{this._debug.debug(`[single] transmit local answer`,{answer:i}),this._updateSSRCMap(e),await this._signaling.acceptProducer(i,Object.keys(this._ssrcMap),t),this._debug.debug(`[single] remote offer has been processed`)}catch(e){this._debug.warn(`[single] unable to send local answer`,e),this._logger?.log(S.ERROR,`acceptProducer`)}n&&await this._changeSimulcastInfo(!0,!0)}_findFirstSimTransceiver(){if(!this._pc)return null;for(let e of this._pc.getTransceivers()){let t=e.sender?.track?e.sender.track?.kind:e.receiver?.track?.kind;if(!e.sender||t!==O.video)continue;let n=e.sender.getParameters();if(!(!n.encodings||n.encodings.length<=1))return e}return null}async _setupSimulcastTransceiver(e,t){if(!t?.sender||!e)return null;t.direction=`sendonly`;let n=e.getVideoTracks()[0];await t.sender.replaceTrack(n),t.sender.setStreams(e);let r=t.sender.getParameters();if(!r.encodings||r.encodings.length<=1)return this._debug.log(`_setup:sim: mid=${t.mid} dir=${t.direction}: wrong encodings:${JSON.stringify(r.encodings)}`),null;let i=an(Qt.WIDTH,Qt.HEIGHT,this._serverSettings.camera?.bitrates?.generic),a=0,o=1;for(let e of r.encodings)e.scalabilityMode=$t,e.active=!0,a>=i.streams.length?e.maxBitrate=0:e.maxBitrate=i.streams[a].bitrate,e.scaleResolutionDownBy=o,o*=2,a++;await t.sender.setParameters(r);let s=n.getSettings();return this._debug.log(`_setup:sim: mid=${t.mid} dir=${t.direction} track=${s.width}x${s.height} encodings=${JSON.stringify(r.encodings)}`),!0}async _acceptProducer(e,t){if(this._producerOfferIsProcessing){this._producerNextOffer=e,this._producerNextSessionId=t,this._debug.debug(`[single] wait until other remote offer is processed`);return}this._producerOfferIsProcessing=!0;let n={type:`offer`,sdp:A.patchRemoteSDP(e,w.isOldDataChannelDescription(),!1,!1,!1,w.isBrokenVP9Encoder(),w.isBrokenVP9Decoder())};if(this._debug.debug(`[single] set remote offer`,{offer:n}),!this._pc)throw Error(`Interrupt allocation`);try{if(await this._processOffer(n,t),this._producerOfferIsProcessing=!1,this._producerNextOffer&&this._producerNextSessionId){this._debug.debug(`[single] there is other unprocessed remote offer, process it`);let e=this._producerNextOffer,t=this._producerNextSessionId;this._producerNextOffer=null,this._producerNextSessionId=null,await this._acceptProducer(e,t)}}catch(e){this.close(e)}}async _replaceScreenShareTrack(){let e=this._pc?.getTransceivers().find(e=>e.mid?.endsWith(`s`)&&e?.receiver?.track.kind===O.video);if(!e||!e.sender){this._debug.warn(`Cannot find screenshare transceiver`);return}try{e.direction=`sendonly`,await e.sender.replaceTrack(this._mediaSource.getScreenShareTrack())}catch(e){this._debug.error(`ServerTransport: Unable to replace track`,e)}}async _handleTracks(){this._observer||(await this._handleAudioShareTrack(),await this._handleScreenShareTrack())}async _handleAudioShareTrack(){if(!this._newAudioShareTrack)return;let e=this._pc?.getTransceivers().find(e=>e.mid?.endsWith(`s`)&&e?.receiver?.track.kind===O.audio);if(!e||!e.sender){this._debug.warn(`Cannot find audioshare transceiver`);return}e.sender.track!==null&&this._debug.warn(`Unexpected track assigned to audioshare`);try{e.direction=`sendonly`,await e.sender.replaceTrack(this._newAudioShareTrack),this._newAudioShareTrack=null}catch(e){this._debug.error(`ServerTransport: Unable to replace track`,e),this._logger?.log(S.ERROR,`replaceTrack-single`)}}async _handleScreenShareTrack(){this._mediaSource.getScreenShareTrack()&&await this._replaceScreenShareTrack()}async _onSignalingNotification(e){if(this._isOpen)switch(e.notification){case G.PRODUCER_UPDATED:await this._onProducerUpdated(e);break;case G.REALLOC_CON:this._reconnect();break;case G.AUDIO_ACTIVITY:this._signalActiveParticipants(e.activeParticipants);break;case G.SPEAKER_CHANGED:this._signalSpeakerChanged(e.speaker);break;case G.STALLED_ACTIVITY:this._signalStalledParticipants(e.stalledParticipants);break;case G.NETWORK_STATUS:this._signalNetworkStatus(e.statuses);break}}_onAsrTranscription(e){this._triggerEvent(J.ASR_TRANSCRIPTION,e)}async _onProducerUpdated(e){this._producerSessionId&&this._producerSessionId!==e.sessionId&&this._reconnect(),j.breakVideoPayloadTypes&&(this._debug.log(`test mode enabled, video switched off`),this._signaling.requestTestMode(`breakVideoPayloadTypes`,null)),this._producerSessionId=e.sessionId,await this._acceptProducer(e.description,e.sessionId)}_onAddTrack(e,t){this._debug.debug(`[single] remote track (added)`,{track:t.track});let n=t.streams[0];n?(n.onremovetrack||(n.onremovetrack=e=>{this._triggerEvent(J.REMOTE_TRACK_REMOVED,n.id,n,e.track)}),n.getTracks().find(e=>e.id===t.track.id)||n.addTrack(t.track),this._rtpReceiversByStreamId[n.id]=t.receiver,this._triggerEvent(J.REMOTE_TRACK_ADDED,n.id,n,t.track)):this._debug.error(`[single] unable to get media stream from track event`)}_onSignalingStateChange(e,t){this._debug.debug(`[single] signaling state changed`,{state:e.signalingState},t)}_onConnectionStateChange(e,t){switch(this._debug.debug(`[single] connection state changed`,{state:e.connectionState},t),this._logger?.log(S.ICE_CONNECTION_STATE,e.connectionState),e.connectionState){case`failed`:this._reconnectionPrevented?this.close(Error(`Ice connection failed`)):this._reconnect();break;case`connecting`:let t=this.getState();t===K.IDLE||t===K.OPENED?this._setState(K.CONNECTING):e.iceConnectionState===`checking`&&this._setState(K.RECONNECTING);break;case`disconnected`:this._reconnectionPrevented?this.close(Error(`Ice connection disconnected`)):this._setState(K.RECONNECTING);break;case`connected`:this._setState(K.CONNECTED),A.getPeerConnectionHostInfo(e).then(e=>{e?.local&&(this._logger?.log(S.ICE_CONNECTION_TYPE,e.local.type),this._debug.debug(`Selected ICE candidates`,e))});break}}_onReplacedTrack(e,t){if(this._pc){this._debug.debug(`_onReplacedTrack: newTrack=${e}, sendTrack=${t}`),t&&(e=t);let n=(e,t)=>{e.replaceTrack(t).catch(e=>{this._debug.error(`ServerTransport: Unable to replace track`,e),this._logger?.log(S.ERROR,`replaceTrack-single`)})};if(this._debug.log(`_onReplacedTrack: newTrack=${e.getSettings().width}x${e.getSettings().height}`),j.simulcast&&e.kind===O.video){let t=this._pc?.getTransceivers().find(t=>t.direction===`sendonly`&&t.sender?.track?.kind===O.video&&t.sender.track.contentHint===e.contentHint)?.sender;t?.track?(n(t,e),e.getSettings().width&&e.getSettings().height&&this._changeSimulcastInfo(!1,!1)):this._debug.warn(`_onReplacedTrack: simulcast video transceiver not found`)}else{let t=this._pc?.getSenders().find(t=>t.track&&t.track.kind===e.kind&&!this._disabledSenders.has(t)&&t.track.contentHint===e.contentHint);t?.track?n(t,e):e.kind===O.audio&&e.contentHint===`music`&&(this._newAudioShareTrack=e)}}this._applyConsumerSettings()}async _onSourcesChanged({kind:e}){e===O.screen&&j.consumerFastScreenShare&&this._mediaSource.mediaSettings.isFastScreenSharingEnabled&&await this._replaceScreenShareTrack(),this._applyConsumerSettings()}getStreamWaitingTimeMs(e,t){if(!this._pc)return this._logger?.log(S.PAT_WAITING_TIME_ERROR,`noConnection`),this._debug.error(`Cannot get stream waiting time, peer connection is not initialized`),0;if(!RTCRtpReceiver.prototype.getSynchronizationSources)return this._logger?.log(S.PAT_WAITING_TIME_ERROR,`oldBrowser`),this._debug.error(`Cannot get stream waiting time, RTCRtpReceiver.getSynchronizationSources is not supported`),0;let n=this._rtpReceiversByStreamId[e];if(!n)return this._logger?.log(S.PAT_WAITING_TIME_ERROR,`noReceiver`),this._debug.error(`Cannot get stream waiting time, cannot find RTP receiver by stream ID: ${e}`),0;let r=n.getSynchronizationSources();if(!r||!r.length)return this._debug.log(`Cannot get stream waiting time, ${e} receiver has no synchronization sources`),0;let i=r[0].rtpTimestamp;if(!Number.isInteger(i))return this._logger?.log(S.PAT_WAITING_TIME_ERROR,`timestampNotInteger`),this._debug.error(`Cannot get stream waiting time, ${e} receiver's RTP timestamp is not an integer: ${i}`),0;let a=t-i&ea,o=Math.ceil(a/$i);return Math.min(100,Math.max(0,o))}async _changeSimulcastInfo(e,t){let n=this._mediaSource.mediaSettings.isVideoEnabled,r=this._findFirstSimTransceiver();if(!j.simulcast||!n||!r||!r.sender)return;let i=this._mediaSource.getStream();if(!i)return;let a=i.getVideoTracks()[0],o=a.getSettings().width,s=a.getSettings().height,c=an(o,s,this._serverSettings.camera?.bitrates?.generic),l=t||!nn(this._simulcastInfo,c);if(!c.streams.length||!l)return;let u=r.sender.getParameters();if(u.encodings||(u.encodings=[{}]),!(u.encodings.length<=1)){if(this._debug.log(`_changeSimulcastInfo: ${o}x${s} command: ${JSON.stringify(c)} `),e){let e=0;for(let t of u.encodings)t.scaleResolutionDownBy=on(t.rid),t.scalabilityMode=$t,e>=c.streams.length?(t.maxBitrate=0,t.active=!1):(t.active=!0,t.maxBitrate=c.streams[e].bitrate),e++;await r.sender.setParameters?.(u).catch(e=>{this._debug.error(`Failed to set sender parameters`,u,e)}),this._debug.log(`_changeSimulcastInfo: actual encodings: ${JSON.stringify(u.encodings)} `)}if(this._simulcastInfo=c,c.streams){let e={mediaSource:Xt.CAMERA,simulcastInfo:c};await this._signaling.changeSimulcast(e)}}}async _monitorRtpShare(){let e=Wr.getInstance().value;if(!this._mediaSource.mediaSettings.isFastScreenSharingEnabled||!j.consumerFastScreenShare||e<.6)return;let t=this._pc?.getSenders().find(e=>e.track?.kind===O.video&&e.track?.contentHint===`motion`);t&&(await t.getStats()).forEach(e=>{if(e.type===`outbound-rtp`&&this._serverSettings.fastScreenSharing&&e.frameWidth<this._serverSettings.fastScreenSharing.maxDimension&&e.frameWidth<window.screen.width){let n=t.getParameters();n.degradationPreference=`maintain-resolution`,t.setParameters(n),this._debug.log(`
16
16
  degradationPreference updated for fast share RTP Sender
17
17
  Actual senderStats: ${JSON.stringify(e)}
18
18
  serverSettings: ${JSON.stringify(this._serverSettings.fastScreenSharing)}
19
- `)}})}_startMonitorRtpShareInterval(){let e=5e3;if(this._monitorRtpShareInterval)return;let t=()=>{if(!this._pc){this._stopMonitorRtpShareInterval();return}this._monitorRtpShare(),this._monitorRtpShareInterval=window.setTimeout(t,e)};this._monitorRtpShareInterval=window.setTimeout(t,e)}_stopMonitorRtpShareInterval(){this._monitorRtpShareInterval&&(window.clearTimeout(this._monitorRtpShareInterval),this._monitorRtpShareInterval=null)}},K=function(e){return e.REMOTE_TRACK_ADDED=`REMOTE_TRACK_ADDED`,e.REMOTE_TRACK_REMOVED=`REMOTE_TRACK_REMOVED`,e.REMOTE_STREAM_SECOND=`REMOTE_STREAM_SECOND`,e.AUDIO_MIX_STALL=`AUDIO_MIX_STALL`,e.REMOTE_DATA_STATS=`REMOTE_DATA_STATS`,e.STATE_CHANGED=`STATE_CHANGED`,e.LOCAL_STATE_CHANGED=`LOCAL_STATE_CHANGED`,e.SIGNALLED_ACTIVE_PARTICIPANTS=`SIGNALLED_ACTIVE_PARTICIPANTS`,e.SIGNALLED_SPEAKER_CHANGED=`SIGNALLED_SPEAKER_CHANGED`,e.SIGNALLED_STALLED_PARTICIPANTS=`SIGNALLED_STALLED_PARTICIPANTS`,e.TOPOLOGY_CHANGED=`TOPOLOGY_CHANGED`,e.NETWORK_STATUS=`NETWORK_STATUS`,e.PEER_CONNECTION_CLOSED=`PEER_CONNECTION_CLOSED`,e.ASR_TRANSCRIPTION=`ASR_TRANSCRIPTION`,e.ANIMOJI_STREAM=`ANIMOJI_STREAM`,e.ANIMOJI_ERROR=`ANIMOJI_ERROR`,e.SCREEN_SHARING_STAT=`SCREEN_SHARING_STAT`,e}({}),q=function(e){return e.IDLE=`IDLE`,e.OPENED=`OPENED`,e.CONNECTING=`CONNECTING`,e.RECONNECTING=`RECONNECTING`,e.CONNECTED=`CONNECTED`,e.CLOSED=`CLOSED`,e.FAILED=`FAILED`,e}({}),J=function(e){return e.DIRECT=`DIRECT`,e.SERVER=`SERVER`,e}({}),Ui=class extends _{constructor(e,t,n,r){super(),g(this,`_signaling`,void 0),g(this,`_mediaSource`,void 0),g(this,`_topology`,void 0),g(this,`_allocated`,[]),g(this,`_opened`,[]),g(this,`_directTransport`,null),g(this,`_serverTransport`,null),g(this,`_serverSettings`,void 0),g(this,`_dtListeners`,[]),g(this,`_stListeners`,[]),g(this,`_states`,{}),g(this,`_localState`,`IDLE`),g(this,`_animojiReceiver`,null),g(this,`_animojiSender`,null),this._signaling=t,this._mediaSource=n,this._topology=e,this._serverSettings=r,this.subscribe(this._signaling,qn.NOTIFICATION,this._onSignalingNotification.bind(this)),this.subscribe(this._mediaSource,Oe.ANIMOJI_STATUS,this._onAnimojiStatus.bind(this)),this.subscribe(this._mediaSource,Oe.SOURCE_CHANGED,this._onSourceChanged.bind(this)),this._createAnimojiTransport(),e===`SERVER`&&(this._serverTransport=this._createServerTransport())}updateSettings(e){R.log(`Update transport settings`,e),this._serverSettings=e,this._directTransport&&this._directTransport.updateSettings(e),this._serverTransport&&this._serverTransport.updateSettings(e)}updateStatisticsInterval(){this._directTransport&&this._directTransport.updateStatisticsInterval(),this._serverTransport&&this._serverTransport.updateStatisticsInterval()}allocate(e,t=!1){if(R.log(`Trying allocate participant [${e}]`),this._allocated.indexOf(e)!==-1){R.warn(`The participant [${e}] has already had allocated transport`);return}this._allocated.push(e),this._topology===`DIRECT`&&!this._directTransport&&(this._directTransport=this._createDirectTransport(e,t)),this._topology===`SERVER`&&!this._serverTransport&&(this._serverTransport=this._createServerTransport())}open(e,t=null,n=!1,r=!1){R.log(`Trying open participant`,{participantIds:e});let i=r;for(let t of e){if(this._opened.indexOf(t)!==-1){R.warn(`The participant [${t}] has already had opened transport`);continue}if(this._allocated.indexOf(t)===-1){R.warn(`The participant [${t}] has no allocated transport`);continue}this._opened.push(t),i=!0}i&&(this._topology===`DIRECT`&&this._directTransport&&this._directTransport.open(t),this._topology===`SERVER`&&this._serverTransport&&(this._serverTransport.open(n),this._setStates(e,this._serverTransport.getState()),this._setLocalState(this._serverTransport.getState())),R.debug(`The transport has been opened`,e))}close(e){let t=this._allocated.indexOf(e),n=this._opened.indexOf(e);t<0&&R.warn(`The participant [${e}] transport has already deallocated`),this._topology===`DIRECT`&&this._directTransport&&n>=0&&this._releaseDirectTransport(),this._topology===`SERVER`&&(this._serverTransport?.removeParticipant(e),this._setStates([e],`CLOSED`)),n>=0&&this._opened.splice(n,1),t>=0&&this._allocated.splice(t,1),delete this._states[e]}destroy(){this.unsubscribe();for(let e of this._dtListeners)e.dispose();for(let e of this._stListeners)e.dispose();this._removeAnimojiTransport(),w.audioEffects?.destroy(),this._directTransport?.close(),this._directTransport=null,this._serverTransport?.close(),this._serverTransport=null,this._allocated=[],this._opened=[]}getTopology(){return this._topology}preventRestart(){this._topology===`SERVER`?this._serverTransport?.preventRestart():this._directTransport?.preventRestart()}allowRestart(){this._topology===`SERVER`?this._serverTransport?.allowRestart():this._directTransport?.allowRestart()}isAllocated(e){return this._allocated.indexOf(e)>=0}allocated(){return this._allocated.slice()}opened(){return this._opened.slice()}getState(){return this._topology===`SERVER`?this._serverTransport?.getState():this._directTransport?.getState()}getStates(){return this._states}setAnimojiSvg(e,t){w.vmoji&&t.isMe&&w.vmoji.AnimojiPreviewGenerator?.setSvgData(t),(!(t.svg instanceof ArrayBuffer)||t.svg.byteLength!==0)&&this._animojiReceiver?.setParticipantSvg(e,t)}setAnimojiFill(e){this._animojiSender?.setFill(e)}async onCameraResolutionChanged(){this._topology===`SERVER`&&this._serverTransport&&await this._serverTransport.onCameraResolutionChanged()}_setStates(e,t){let n=e.filter(e=>this._states[e]===t?!1:(this._states[e]=t,!0));n.length&&this._triggerEvent(`STATE_CHANGED`,n,t)}_setLocalState(e){this._localState!==e&&(this._localState=e,this._triggerEvent(`LOCAL_STATE_CHANGED`,e))}_onSignalingNotification(e){if(e.notification===G.TOPOLOGY_CHANGED)return this._onTopologyChanged(e)}_onTopologyChanged(e){if(e.topology!==this._topology){if(R.log(`Topology changed ${this._topology} -> ${e.topology}`),O.log(b.TOPOLOGY_CHANGE_REQUESTED,e.topology),this._topology=e.topology,this._topology===`SERVER`&&(this._serverTransport?this._serverTransport.allowRestart():(this._serverTransport=this._createServerTransport(),this._opened.length>0&&(this._directTransport?.preventRestart(),this._serverTransport.open()))),this._topology===`DIRECT`){let t=e.offerTo||[],n=e.offerToTypes||[],r=e.offerToDeviceIdxs||[],i=t.length&&n.length?C.composeParticipantId(t[0],n[0],r[0]):null;if(this._serverTransport&&this._serverTransport.preventRestart(),!this._allocated||this._allocated.length===0){R.error(`Topology changed to DIRECT, but the list of allocated participants is empty`);return}this._allocated.length>1&&R.warn(`Topology changed to DIRECT, but the allocated participants count more then one`);let a=this._allocated[0];if(this._directTransport)this._directTransport.allowRestart();else{let e=i===a;this._directTransport=this._createDirectTransport(a,e)}this._opened.indexOf(a)>=0&&this._directTransport.open()}this._triggerEvent(`TOPOLOGY_CHANGED`,this._topology)}}_createDirectTransport(e,t=!1){let n=new wr(e,t,this._signaling,this._mediaSource,this._serverSettings);return this._dtListeners.length>0&&R.warn(`The list of direct listeners for the participant [${e}] is not empty`),this._dtListeners=[],this._dtListeners.push(n.addEventListener(`REMOTE_TRACK_ADDED`,this._onRemoteTrackAdded.bind(this,e)),n.addEventListener(`REMOTE_TRACK_REMOVED`,this._onRemoteTrackRemoved.bind(this,e)),n.addEventListener(`REMOTE_DATA_STATS`,this._onRemoteDataStats.bind(this)),n.addEventListener(`STATE_CHANGED`,this._onDirectTransportChanged.bind(this)),n.addEventListener(`NETWORK_STATUS`,this._onTransportNetworkStatus.bind(this)),n.addEventListener(`PEER_CONNECTION_CLOSED`,this._onPeerConnectionClosed.bind(this,`DIRECT`))),this._animojiReceiver&&this._animojiSender&&n.setAnimojiTransport(this._animojiReceiver,this._animojiSender),n}_createServerTransport(){let e=new Hi(this._signaling,this._mediaSource,this._serverSettings);return this._stListeners.length>0&&R.warn(`The list of server transport listeners is not empty`),this._stListeners=[],this._stListeners.push(e.addEventListener(`REMOTE_TRACK_ADDED`,this._onRemoteTrackAdded.bind(this)),e.addEventListener(`REMOTE_TRACK_REMOVED`,this._onRemoteTrackRemoved.bind(this)),e.addEventListener(`AUDIO_MIX_STALL`,this._onServerAudioMixStall.bind(this)),e.addEventListener(`REMOTE_DATA_STATS`,this._onRemoteDataStats.bind(this)),e.addEventListener(`STATE_CHANGED`,this._onServerTransportChanged.bind(this)),e.addEventListener(`SIGNALLED_ACTIVE_PARTICIPANTS`,this._onTransportActiveParticipants.bind(this)),e.addEventListener(`SIGNALLED_SPEAKER_CHANGED`,this._onTransportSpeakerChanged.bind(this)),e.addEventListener(`SIGNALLED_STALLED_PARTICIPANTS`,this._onTransportStalledParticipants.bind(this)),e.addEventListener(`NETWORK_STATUS`,this._onTransportNetworkStatus.bind(this)),e.addEventListener(`REMOTE_STREAM_SECOND`,this._onRemoteStreamSecond.bind(this)),e.addEventListener(`PEER_CONNECTION_CLOSED`,this._onPeerConnectionClosed.bind(this,`SERVER`)),e.addEventListener(`ASR_TRANSCRIPTION`,this._onAsrTranscription.bind(this))),this._animojiReceiver&&this._animojiSender&&e.setAnimojiTransport(this._animojiReceiver,this._animojiSender),e}_releaseDirectTransport(){this._directTransport?.close(),this._directTransport=null;for(let e of this._dtListeners)e.dispose();this._dtListeners=[]}_releaseServerTransport(){this._serverTransport?.close(),this._serverTransport=null;for(let e of this._stListeners)e.dispose();this._stListeners=[]}_onDirectTransportChanged(e){let t=this._directTransport?.participantId;if(e===`CONNECTED`&&this._topology===`DIRECT`&&this._releaseServerTransport(),(e===`CLOSED`||e===`FAILED`)&&(this._releaseDirectTransport(),this._topology===`DIRECT`)){let e=this._opened.indexOf(t);e>=0&&this._opened.splice(e,1);let n=this._allocated.indexOf(t);n>=0&&this._allocated.splice(n,1)}this._topology===`DIRECT`&&t&&(this._setStates([t],e),this._setLocalState(e))}_onServerTransportChanged(e){let t=this._opened.slice();e===`CONNECTED`&&this._topology===`SERVER`&&this._releaseDirectTransport(),(e===`CLOSED`||e===`FAILED`)&&(this._releaseServerTransport(),this._topology===`SERVER`&&(this._allocated=[],this._opened=[])),this._topology===`SERVER`&&(this._setStates(t,e),this._setLocalState(e))}_onTransportActiveParticipants(e){this._topology===`SERVER`&&this._triggerEvent(`SIGNALLED_ACTIVE_PARTICIPANTS`,e)}_onTransportStalledParticipants(e){this._topology===`SERVER`&&this._triggerEvent(`SIGNALLED_STALLED_PARTICIPANTS`,e)}_onTransportSpeakerChanged(e){this._topology===`SERVER`&&this._triggerEvent(`SIGNALLED_SPEAKER_CHANGED`,e)}_onTransportNetworkStatus(e){this._triggerEvent(`NETWORK_STATUS`,e)}_onRemoteStreamSecond(e,t){this._triggerEvent(`REMOTE_STREAM_SECOND`,e,t)}_onPeerConnectionClosed(e){this._triggerEvent(`PEER_CONNECTION_CLOSED`,e)}_onServerAudioMixStall(e){this._topology===`SERVER`&&this._triggerEvent(`AUDIO_MIX_STALL`,e)}_onRemoteDataStats(e){this._triggerEvent(`REMOTE_DATA_STATS`,e)}_onRemoteTrackAdded(e,t,n){this._triggerEvent(`REMOTE_TRACK_ADDED`,e,t,n)}_onRemoteTrackRemoved(e,t,n){this._triggerEvent(`REMOTE_TRACK_REMOVED`,e,t,n)}_onAsrTranscription(e){this._triggerEvent(`ASR_TRANSCRIPTION`,e)}_onSourceChanged(){let e=this._mediaSource.getStream();e&&this._animojiSender?.setStream(e)}_onAnimojiStream(e,t){this._triggerEvent(`ANIMOJI_STREAM`,e,t)}_onAnimojiStatus(e){e?this._animojiSender?.resume():this._animojiSender?.pause(),this._mediaSource.onAnimojiSender(e)}_createAnimojiTransport(){if(!w.vmoji)return;this._animojiReceiver=new w.vmoji.AnimojiReceiver((e,t)=>this._onAnimojiStream(e,t),e=>this._onAnimojiStream(e,null),e=>{this._triggerEvent(`ANIMOJI_ERROR`,e)},w.vmojiOptions.renderingOptions);let e=this._mediaSource.getStream();this._animojiSender=new w.vmoji.AnimojiSender(e,this._signaling.getPeerId(),w.vmojiOptions.protocolVersion,{requested:this._mediaSource.isAnimojiRequested,useAI:w.vmojiOptions.renderingOptions.useAI}),this._animojiSender.onLocalData=e=>this._animojiReceiver?.receive(e)}_removeAnimojiTransport(){this._animojiSender?.destroy(),this._animojiSender=null,this._animojiReceiver?.destroy(),this._animojiReceiver=null}getStreamWaitingTimeMs(e,t){return this._topology===`SERVER`?this._serverTransport?this._serverTransport.getStreamWaitingTimeMs(e,t):(O.log(b.PAT_WAITING_TIME_ERROR,`noTransport`),R.error(`Cannot get stream waiting time, server transport is not initialized`),0):(O.log(b.PAT_WAITING_TIME_ERROR,`wrongTopology`),R.error(`Cannot get stream waiting time, incorrect topology: ${this._topology}`),0)}},Wi=class e{constructor(){g(this,`trackerByTransport`,{ws:new Kn,wt:new Kn}),g(this,`lastSeen`,{})}static create(){e._instance||(e._instance=new e)}static mark(t){if(!e._instance)return;let n=Date.now(),r=e._instance.lastSeen[t];if(typeof r==`number`){let i=n-r;i>=0&&e._instance.trackerByTransport[t].add(i)}e._instance.lastSeen[t]=n}static logMetrics(t){e._instance&&[Vn.WEBSOCKET,Vn.WEBTRANSPORT].forEach(n=>{if(!e._instance.trackerByTransport[n].hasData)return;let r=e._instance.trackerByTransport[n].snapshot();O.logClientStats({call_topology:t===J.DIRECT?`D`:`S`,name:H.SIGNALING_PING_SUMMARY,min_value:r.min,max_value:r.max,avg_value:r.avg,median_value:r.median,p95_value:r.p95,values_count:r.count,signaling_transport:n})})}static destroy(){e._instance?._destroy()}_destroy(){this.trackerByTransport={ws:new Kn,wt:new Kn},this.lastSeen={}}};g(Wi,`_instance`,void 0);var Gi=class e{constructor(){g(this,`trackerByCommand`,new Map)}static create(){e._instance||(e._instance=new e)}static mark(t,n,r){if(!e._instance)return;let i=`${t}|${r}`,a;e._instance.trackerByCommand.has(i)?a=e._instance.trackerByCommand.get(i):(a=new Kn,e._instance.trackerByCommand.set(i,a)),a.add(n)}static logMetrics(t){if(e._instance)for(let[n,r]of e._instance.trackerByCommand.entries()){if(!r.hasData)continue;let[e,i]=n.split(`|`),a=r.snapshot();O.logClientStats({call_topology:t===J.DIRECT?`D`:`S`,name:H.SIGNALING_COMMAND_SUMMARY,api_method:e,min_value:a.min,max_value:a.max,avg_value:a.avg,median_value:a.median,p95_value:a.p95,values_count:a.count,signaling_transport:i})}}static destroy(){e._instance?._destroy()}_destroy(){this.trackerByCommand.clear()}};g(Gi,`_instance`,void 0);var Ki=function(e){return e.START=`start`,e.ACCEPT=`accept`,e.JOIN=`join`,e.RETRY=`retry`,e}(Ki||{}),qi={producerScreenTrack:()=>!0,videoTracksCount:()=>w.videoTracksCount>0,waitingHall:()=>!0,filteredMessages:()=>!0,consumerScreenTrack:()=>!0,muteNotificationForAdmins:()=>!0,movieShare:()=>w.movieShare,useParticipantListChunk:()=>w.useParticipantListChunk,useRooms:()=>w.useRooms,vmoji:()=>!!w.vmoji,useCallsToContacts:()=>w.useCallsToContacts,useChatRooms:()=>w.useChatRooms,audienceModeHandUpTimestamps:()=>!1,animojiBackendRender:()=>!w.vmojiOptions.renderingOptions.useFullClientRendering,sessionStateUpdates:()=>!1,addParticipant:()=>w.addParticipant,p2pRelay:()=>!1,waitForAdmin:()=>w.waitForAdminInGroupCalls,hold:()=>w.hold},Ji=class{static getFlags(){let e=Object.values(qi),t=0;for(let n=0;n<e.length;n++)e[n]()&&(t|=1<<n);return t.toString(16).toUpperCase()}static parseCapabilities(e){let t=parseInt(e||`0`,16);return Object.keys(qi).reduce((e,n,r)=>(e[n]=!!(t&1<<r),e),{})}},Yi=63n,Xi=16383n,Zi=1073741823,Qi=4611686018427387903n,$i=class{encode(e){let t=typeof e==`number`?BigInt(e):e;if(t<=Yi)return new Uint8Array([Number(t)]);if(t<=Xi)return new Uint8Array([64|Number(t>>8n),Number(t&255n)]);if(t<=BigInt(Zi))return new Uint8Array([128|Number(t>>24n),Number(t>>16n&255n),Number(t>>8n&255n),Number(t&255n)]);if(t<=Qi)return new Uint8Array([192|Number(t>>56n),Number(t>>48n&255n),Number(t>>40n&255n),Number(t>>32n&255n),Number(t>>24n&255n),Number(t>>16n&255n),Number(t>>8n&255n),Number(t&255n)]);throw RangeError(`Number is too large to encode using varint`)}},ea=class{decode(e){let t=this.getNumBytesForLengthInteger(e);if(t<0)throw Error(`Invalid length prefix`);if(e.length<t)return null;let n=BigInt(0);switch(t){case 1:n=BigInt(e[0]&63);break;case 2:n=BigInt(e[0]&63)<<8n|BigInt(e[1]);break;case 4:n=BigInt(e[0]&63)<<24n|BigInt(e[1])<<16n|BigInt(e[2])<<8n|BigInt(e[3]);break;case 8:n=BigInt(e[0]&63)<<56n|BigInt(e[1])<<48n|BigInt(e[2])<<40n|BigInt(e[3])<<32n|BigInt(e[4])<<24n|BigInt(e[5])<<16n|BigInt(e[6])<<8n|BigInt(e[7]);break}return n}getNumBytesForLengthInteger(e){let t=e[0]&192;return t===0?1:t===64?2:t===128?4:t===192?8:-1}},ta=class{constructor(e){g(this,`encoder`,void 0),g(this,`compression`,void 0),g(this,`lengthEncoder`,void 0),this.encoder=new TextEncoder,this.lengthEncoder=new $i,this.compression=e??null}encode(e){let t=this.encoder.encode(e);t=this.compress(t);let n=this.lengthEncoder.encode(t.length),r=new Uint8Array(n.length+t.length);return r.set(n),r.set(t,n.length),r}compress(e){if(!this.compression)return e;switch(this.compression){case`gzip`:return p.gzipSync(e);case`deflate`:return p.zlibSync(e);case`deflate-raw`:return p.deflateSync(e);default:return e}}},na=class{constructor(e){g(this,`decoder`,void 0),g(this,`compression`,void 0),g(this,`lengthDecoder`,void 0),g(this,`buffer`,void 0),g(this,`expectedLength`,void 0),g(this,`offset`,void 0),g(this,`lengthPrefixLength`,void 0),this.decoder=new TextDecoder,this.lengthDecoder=new ea,this.compression=e??null,this.buffer=new Uint8Array,this.expectedLength=null,this.offset=0}decode(e){let t=[];for(this.buffer=new Uint8Array([...this.buffer,...e]);this.buffer.length>0;){if(this.expectedLength===null){if(this.expectedLength=this.readLength(this.buffer),this.expectedLength===null)return t;this.offset=this.lengthPrefixLength}if(this.buffer.length-this.offset<this.expectedLength)return t;let e=this.buffer.subarray(this.offset,this.offset+this.expectedLength);e=this.decompress(e),t.push(this.decoder.decode(e)),this.buffer=this.buffer.subarray(this.offset+this.expectedLength),this.expectedLength=null,this.offset=0}return t}readLength(e){if(e.length===0)return 0;if(this.lengthPrefixLength=this.lengthDecoder.getNumBytesForLengthInteger(e),this.lengthPrefixLength<0)throw Error(`Invalid length prefix`);let t=this.lengthDecoder.decode(e.subarray(0,this.lengthPrefixLength));return t===null?null:Number(t)}decompress(e){if(!this.compression)return e;switch(this.compression){case`gzip`:return p.gunzipSync(e);case`deflate`:return p.unzlibSync(e);case`deflate-raw`:return p.inflateSync(e);default:return e}}},ra=class{constructor(e,t={}){g(this,`webTransport`,void 0),g(this,`stream`,null),g(this,`writer`,null),g(this,`reader`,null),g(this,`url`,void 0),g(this,`options`,void 0),g(this,`compression`,void 0),g(this,`encoder`,void 0),g(this,`decoder`,void 0),g(this,`onopen`,null),g(this,`onmessage`,null),g(this,`onerror`,null),g(this,`onclose`,null),g(this,`readyState`,WebSocket.CONNECTING),this.url=e,this.options=t,this.readyState=WebSocket.CONNECTING,this.compression=this.getCompressionTypeFromUrl(e),this.encoder=new ta(this.compression),this.decoder=new na(this.compression),this.connect()}getCompressionTypeFromUrl(e){try{let t=new URL(e).searchParams.get(`compression`);switch(t){case`gzip`:case`deflate`:case`deflate-raw`:return t;default:return null}}catch(e){return R.log(`Exception while parsing compression`,e),null}}async connect(){try{this.webTransport=new WebTransport(this.url,{...this.options}),await this.webTransport.ready,R.debug(`[WebTransport] WebTransport connected to `+this.url),this.stream=await this.webTransport.createBidirectionalStream(),this.writer=this.stream.writable.getWriter(),this.reader=this.stream.readable.getReader(),this.readyState=WebSocket.OPEN,this.onopen?.(new Event(`open`)),await this.readLoop()}catch(e){R.error(`[WebTransport] WebTransport connection failed. This will cause fallback to WebSocket`,e),this.readyState=WebSocket.CLOSED,this.onerror?.(this.createErrorEvent(e,`connect`)),this.onclose?.(new CloseEvent(`close`,{code:1006,reason:`Connection Failed`}))}}async*readChunks(){if(this.reader)try{for(;;){let{done:e,value:t}=await this.reader.read();if(e)break;t&&(yield t)}}finally{this.reader.releaseLock()}}async readLoop(){if(this.reader)try{for await(let e of this.readChunks())this.decoder.decode(e).forEach(e=>{this.onmessage?.(new MessageEvent(`message`,{data:e}))});this.close(1e3,`Stream Closed`)}catch(e){R.error(`[WebTransport] Stream read failed`,e),this.readyState=WebSocket.CLOSED,this.onerror?.(this.createErrorEvent(e,`read`))}}async send(e){if(this.readyState!==WebSocket.OPEN){R.warn(`[WebTransport] Attempt to send data before webtransport is open`);return}if(!this.writer){R.warn(`[WebTransport] Attempt to send data before stream is ready`);return}try{await this.writer.ready;let t=this.encoder.encode(e);await this.writer.write(t)}catch(e){R.error(`[WebTransport] Failed to send data`,e),this.onerror?.(this.createErrorEvent(e,`send`)),this.close(1006,`Failed to send data`)}}createErrorEvent(e,t){let n=new Event(`error`),r=e instanceof Error?e:null;return n.error=e,n.errorInfo={phase:t,name:r?.name,message:r?.message||String(e),stack:r?.stack,readyState:this.readyState,compression:this.compression},n}close(e=1e3,t){if(!(this.readyState===WebSocket.CLOSED||this.readyState===WebSocket.CLOSING)){this.readyState=WebSocket.CLOSING,this.reader?.cancel();try{this.webTransport.close()}catch(e){R.warn(`[WebTransport] already closed. Did we get a STOP_SENDING? ignore`,e)}this.readyState=WebSocket.CLOSED,this.onclose?.(new CloseEvent(`close`,{code:e,reason:t})),this.webTransport.closed.then(()=>{this.writer=null,this.reader=null,this.stream=null})}}static isBrowserSupported(){return`WebTransport`in window&&typeof WebTransport==`function`?I.browserName()===`Firefox`?w.webtransportFF:I.browserName()!==`Safari`:!1}},ia=`open`,aa=10,oa=[`service-unavailable`,`conversation-ended`,`invalid-token`],sa=class e extends qt{constructor(...e){super(...e),g(this,`socket`,null),g(this,`sequence`,1),g(this,`lastStamp`,0),g(this,`websocketCommandsQueue`,[]),g(this,`datachannelCommandsQueue`,[]),g(this,`incomingCache`,[]),g(this,`responseHandlers`,{}),g(this,`connectionType`,void 0),g(this,`reconnectCount`,0),g(this,`endpoint`,void 0),g(this,`wtEndpoint`,null),g(this,`conversationResolve`,null),g(this,`conversationReject`,null),g(this,`connected`,!1),g(this,`listenersReady`,!1),g(this,`peerId`,null),g(this,`conversationId`,null),g(this,`reconnectTimer`,0),g(this,`connectionMessageWaitTimer`,0),g(this,`doctorTimer`,0),g(this,`participantIdRegistry`,null),g(this,`producerNotificationDataChannel`,null),g(this,`producerCommandDataChannel`,null),g(this,`producerCommandDataChannelEnabled`,!1),g(this,`producerCommandSerializationService`,new xn)}static get RECONNECT_DELAY(){return w.signalingReconnectDelay}static get RECONNECT_MAX_DELAY(){return w.signalingReconnectMaxDelay}static get RECONNECT_MAX_COUNT(){return w.signalingReconnectMaxCount}static get WAIT_CONNECTION_DELAY(){return w.waitConnectionDelay}static get WAIT_RESPONSE_DELAY(){return w.waitResponseDelay}static get WAIT_MESSAGE_DELAY(){return w.waitMessageDelay}get ready(){return this.socket!==null}setEndpoint(e){this.endpoint=e}setWebTransportEndpoint(e){this.wtEndpoint=e}setConversationId(e){this.conversationId=e}setParticipantIdRegistry(e){this.participantIdRegistry=e,this.producerCommandSerializationService.setParticipantIdRegistry(e)}setProducerNotificationDataChannel(e){this.producerNotificationDataChannel=e,this.producerNotificationDataChannel.onmessage=e=>{let t=this.participantIdRegistry?.handleMessage(e.data);t&&this._handleMessage(t)}}setProducerCommandDataChannel(e){this.producerCommandDataChannel=e,this.producerCommandDataChannel.onmessage=e=>{this.producerCommandSerializationService.deserializeCommandResponse(e.data).then(e=>{e&&this._handleMessage(e)}).catch(e=>{R.warn(`[signaling] cannot parse message at producerCommandDataChannel`,e)})},this._handleCommandsQueue(this.datachannelCommandsQueue)}useCommandDataChannel(e){this.producerCommandDataChannelEnabled=e}cleanup(){this.datachannelCommandsQueue=[],this.incomingCache=[]}async connect(e){return new Promise((t,n)=>{if(this.socket&&this.socket.readyState<WebSocket.CLOSING){O.log(b.SOCKET_ACTION,`already_opened`),n(Error(`Socket already opened`));return}this.conversationResolve=e=>{t(e),this.conversationResolve=null,this.conversationReject=null},this.conversationReject=e=>{n(e),this.conversationResolve=null,this.conversationReject=null},this._connect(e,this.isWebTransportAvailable())})}async _send(e,t={},n=!0,r=0){if(t.participantId){let e=C.decomposeParticipantId(t.participantId),n=C.decomposeId(e.compositeUserId);t=Object.assign({},t,{participantId:n.id,participantType:n.type}),e.deviceIdx&&(t.deviceIdx=e.deviceIdx)}return this._sendRaw(e,t,n,r)}async _sendRaw(e,t={},n=!0,r=0){let i=t=>{if(this._isDataChannelCommand(e))this.datachannelCommandsQueue.push(t),this.producerCommandDataChannel?.readyState===ia&&this._handleCommandsQueue(this.datachannelCommandsQueue);else{if(!this.socket){O.log(b.SOCKET_ACTION,`not_opened`),R.warn(`[signaling] socket is not opened`),t.reject(Error(`Socket not opened [${e}]`),!0);return}this.socket.readyState>WebSocket.OPEN&&(O.log(b.SOCKET_ACTION,`invalid_state`),R.warn(`[signaling] socket is not opened, state ${this.socket.readyState}`)),this.websocketCommandsQueue.push(t),this.socket&&this.socket.readyState===WebSocket.OPEN&&this._handleCommandsQueue(this.websocketCommandsQueue)}};return new Promise((a,o)=>{let s=(t,n=!1)=>{!r||n?o(t):(R.debug(`[signaling] resending a signaling message`,e,u.sequence),r--,i(u))},c=this.sequence++,l=`${e}_${c}`;W.setMark(l);let u={sequence:c,name:e,statMarkName:l,params:t,responseTimer:0,needResponse:n,resolve:a,reject:s};i(u)})}_isDataChannelCommand(e){return this.producerCommandDataChannelEnabled?e===B.UPDATE_DISPLAY_LAYOUT||e===B.REPORT_PERF_STAT||e===B.REPORT_SHARING_STAT||e===B.REQUEST_ASR||e===B.ENABLE_VIDEO_SUSPEND||e===B.ENABLE_VIDEO_SUSPEND_SUGGEST||e===B.REPORT_NETWORK_STAT||e===B.CHANGE_SIMULCAST:!1}getNextCommandSequenceNumber(){return this.sequence}async hangup(e){return this._send(B.HANGUP,{reason:e}).catch(()=>{})}async sendCandidate(e,t){return this._send(B.TRANSMIT_DATA,{participantId:e,data:{candidate:t}},!1)}async requestTestMode(e,t){return this._send(B.REQUEST_TEST_MODE,{consumer:e,producer:t})}async sendSdp(e,t,n){let r=Object.assign({sdp:t},n);return this._send(B.TRANSMIT_DATA,{participantId:e,data:r},!0,aa)}async acceptCall(e){return this._send(B.ACCEPT_CALL,{mediaSettings:e})}async changeMediaSettings(e){return this._send(B.CHANGE_MEDIA_SETTINGS,{mediaSettings:e},!0,aa)}async changeParticipantState(e,t){let n={participantState:{state:e}};return t&&(n.participantId=t),this._sendRaw(B.CHANGE_PARTICIPANT_STATE,n)}async hold(e){let t=Dr.get();return this._send(B.HOLD,{hold:e,capabilities:e?void 0:t})}async putHandsDown(){return this._send(B.PUT_HANDS_DOWN)}async addParticipant(e,t){return this._send(B.ADD_PARTICIPANT,{externalIds:e,...t})}async addParticipantLegacy(e,t){return this._send(B.ADD_PARTICIPANT,{participantIds:e,...t})}async removeParticipant(e,t=!1){return this._send(B.REMOVE_PARTICIPANT,{participantId:e,ban:t})}async allocateConsumer(e,t){let n={capabilities:t};return e&&(n.description=e.sdp),this._send(B.ALLOCATE_CONSUMER,n)}async acceptProducer(e,t,n){let r={description:e.sdp,sessionId:n};return t&&(r.ssrcs=t),this._send(B.ACCEPT_PRODUCER,r)}async changePriorities(e){return this._send(B.CHANGE_STREAM_PRIORITIES,{typedPriorities:e}).catch(()=>{})}async updateDisplayLayout(e){return this._send(B.UPDATE_DISPLAY_LAYOUT,e)}async addMovie(e){return this._send(B.ADD_MOVIE,e)}async updateMovie(e){return this._send(B.UPDATE_MOVIE,e)}async removeMovie(e){return this._send(B.REMOVE_MOVIE,e)}startUrlSharing(e){return this._send(B.START_URL_SHARING,{sharedUrl:e})}stopUrlSharing(){return this._send(B.STOP_URL_SHARING)}async updateRooms(e,t){return this._send(B.UPDATE_ROOMS,{rooms:e,assignRandomly:t})}async activateRooms(e,t){return this._send(B.ACTIVATE_ROOMS,{roomIds:e,deactivate:t})}async switchRoom(e,t){return this._sendRaw(B.SWITCH_ROOM,{toRoomId:e,participantId:t})}async getRooms(e){return this._sendRaw(B.GET_ROOMS,{withParticipants:e})}async removeRooms(e){return this._send(B.REMOVE_ROOMS,{roomIds:e})}async startStream(e){return this._send(B.RECORD_START,e)}async stopStream(e={roomId:null}){return this._send(B.RECORD_STOP,e)}async publishStream(e={roomId:null}){return this._send(B.RECORD_PUBLISH,e)}async recordSetConf(e={hideParticipantCount:!1,roomId:null}){let t={options:{hideParticipantCount:e.hideParticipantCount},roomId:e.roomId};return e.king&&(t.king=e.king),e.pawns?.length&&(t.pawns=e.pawns.join(`,`)),this._send(B.RECORD_SET_CONF,t)}async getRecordStatus(){return this._send(B.RECORD_GET_STATUS)}async switchTopology(e,t=!1){return this._send(B.SWITCH_TOPOLOGY,{topology:e,force:t})}async requestRealloc(){return this._send(B.REQUEST_REALLOC)}async reportPerfStat(e){return this._send(B.REPORT_PERF_STAT,e)}async reportSharingStat(e){return this._send(B.REPORT_SHARING_STAT,e,!1)}async reportNetworkStat(e){return this._send(B.REPORT_NETWORK_STAT,e,!1)}async chatMessage(e,t=null){return this._send(B.CHAT_MESSAGE,{message:e,participantId:t})}async chatHistory(e){return this._send(B.CHAT_HISTORY,{count:e})}async customData(e,t){return this._send(B.CUSTOM_DATA,{data:e,participantId:t})}async grantRoles(e,t,n){let r={participantId:e,roles:t};return n&&(r.revoke=!0),this._sendRaw(B.GRANT_ROLES,r)}async muteParticipant(e,t,n,r=null){return this._sendRaw(B.MUTE_PARTICIPANT,{participantId:e,muteStates:t,requestedMedia:n,roomId:r})}async enableFeatureForRoles(e,t){return this._sendRaw(B.ENABLE_FEATURE_FOR_ROLES,{feature:e,roles:t})}async pinParticipant(e,t,n){let r={participantId:e,roomId:n};return t&&(r.unpin=!0),this._sendRaw(B.PIN_PARTICIPANT,r)}async updateMediaModifiers(e){return this._send(B.UPDATE_MEDIA_MODIFIERS,{mediaModifiers:e})}async enableVideoSuspend(e){return this._send(B.ENABLE_VIDEO_SUSPEND,{enabled:e},!1)}async enableVideoSuspendSuggest(e){return this._send(B.ENABLE_VIDEO_SUSPEND_SUGGEST,{enabled:e},!1)}async changeSimulcast(e){return this._send(B.CHANGE_SIMULCAST,e,!1)}async changeOptions(e){return this._send(B.CHANGE_OPTIONS,{options:e})}async getWaitingHall(e=null,t,n=!1){let r={};return e&&(r.fromId=e),t&&(r.count=t),n&&(r.backward=n),this._send(B.GET_WAITING_HALL,r)}async promoteParticipant(e,t=!1){let n={};return e&&(n.participantId=e),t&&(n.demote=t),this._sendRaw(B.PROMOTE_PARTICIPANT,n)}async requestPromotion(e=!1){let t={};return e&&(t.unrequest=e),this._send(B.REQUEST_PROMOTION,t)}async acceptPromotion(e=!1){let t={};return e&&(t.reject=e),this._send(B.ACCEPT_PROMOTION,t)}async feedback(e){return this._sendRaw(B.FEEDBACK,{key:e})}async getHandQueue(){return this._send(B.GET_HAND_QUEUE)}close(){this.socket&&this.socket.readyState<WebSocket.CLOSING&&this._closeSocket(),this._stopWaitConnectionMessage(),this._stopDoctor(),clearTimeout(this.reconnectTimer)}readyToSend(e=!0){this.listenersReady=e,this._handleCachedMessages()}async getParticipantListChunk(e){return this._send(B.GET_PARTICIPANT_LIST_CHUNK,e)}async getParticipants(e){return this._send(B.GET_PARTICIPANTS,{externalIds:e})}getPeerId(){return this.peerId}async startAsr(e){return this._send(B.ASR_START,e)}async stopAsr(e){return this._send(B.ASR_STOP,e)}async requestAsr(e){return this._send(B.REQUEST_ASR,{request:e},!1)}_buildUrl(e,t,n){let r=new URL(e),i=r.searchParams;return i.set(`platform`,w.platform),i.set(`appVersion`,String(w.appVersion)),i.set(`version`,String(w.protocolVersion)),i.set(`device`,w.device),i.set(`capabilities`,Ji.getFlags()),i.set(`clientType`,w.clientType),t&&i.set(`tgt`,t),t===Ki.RETRY&&this.lastStamp&&i.set(`recoverTs`,String(this.lastStamp)),w.useParticipantListChunk&&(i.set(`partIdx`,String(w.participantListChunkInitIndex)),w.participantListChunkInitCount!==null&&i.set(`partCount`,String(w.participantListChunkInitCount))),n&&(i.set(`compression`,`deflate-raw`),i.set(`ua`,navigator.userAgent)),this.peerId!==null&&i.set(`peerId`,String(this.peerId)),r.toString()}_connect(e,t){if(!(this.socket&&this.socket.readyState<WebSocket.CLOSING)){if(this.connectionType=e,t){if(!this.wtEndpoint){R.error(`[signaling] empty wt endpoint`),this.conversationReject?.(new D(v.SIGNALING_FAILED,{message:`Unable to connect to the signaling: wtEndpoint is not set`,remote:!0}));return}let t=this._buildUrl(this.wtEndpoint,e,!0);R.debug(`[signaling] connecting to wt `+t),this.socket=new ra(t,{congestionControl:`low-latency`})}else{let t=this._buildUrl(this.endpoint,e,!1);R.debug(`[signaling] connecting to ws `+t),this.socket=new WebSocket(t)}this._markTransportStat(e===Ki.RETRY?Hn.RECONNECTED:Hn.CONNECTED),this.socket.onopen=this._onOpen.bind(this),this.socket.onmessage=this._onMessage.bind(this),this.socket.onerror=this._onError.bind(this),this.socket.onclose=this._onClose.bind(this),this._startDoctor()}}_disconnect(e){this.socket&&this.socket.readyState<WebSocket.CLOSING&&(this.socket.onopen=null,this.socket.onmessage=null,this.socket.onerror=null,this.socket.onclose=null,this.socket.close(e),this.socket=null),this._stopWaitConnectionMessage(),this._stopDoctor(),clearTimeout(this.reconnectTimer)}_onOpen(){R.debug(`[signaling] socket opened`),O.log(b.SOCKET_ACTION,`opened`),this._waitConnectionMessage(),this._startDoctor(),this._logTransportStat(this.connectionType===Ki.RETRY?Hn.RECONNECTED:Hn.CONNECTED)}_onMessage(e){if(this._startDoctor(),e.data===`ping`){Wi.mark(this._getSocketType()),this._markTransportStat(Hn.FAILED_PINGS),P.onSignalingMessage(e.data),this.socket&&this.socket.readyState===WebSocket.OPEN&&this.socket.send(`pong`);return}try{let t=JSON.parse(e.data);P.onSignalingMessage(t),this._handleMessage(t)}catch(t){O.log(b.SOCKET_ACTION,`parse_error`),R.error(`[signaling] unable to parse message`,t,e.data)}}_handleMessage(e){switch(e.type){case`notification`:e.notification===`connection`?(R.debug(`[signaling] signaling connected`,e),this.connected=!0,this.reconnectCount=0,this.endpoint=e.endpoint,e.peerId&&this.peerId!==e.peerId.id&&(this.peerId=e.peerId.id),this._stopWaitConnectionMessage(),this.conversationResolve?this.conversationResolve(e):(this._logTransportStat(Hn.RESTART),this._triggerEvent(qn.RECONNECT,e),e.conversation.topology&&this._triggerEvent(qn.NOTIFICATION,{type:`notification`,notification:G.TOPOLOGY_CHANGED,topology:e.conversation.topology})),this.lastStamp&&this._handleCachedMessages(),e.recoverMessages?.forEach(e=>{e.notification===G.ACCEPTED_CALL&&e.peerId.id===this.peerId&&e.peerId.type===`WEB_TRANSPORT`||this._handleMessage(e)}),this._handleCommandsQueue(this.websocketCommandsQueue)):!this.connected||!this.listenersReady?this.incomingCache.push(e):this._triggerEvent(qn.NOTIFICATION,e);break;case`response`:this._handleCommandResponse(!0,e);break;case`error`:this._handleErrorMessage(e);break;default:O.log(b.SOCKET_ACTION,`unknown_message`),R.warn(`[signaling] unhandled message`,e)}this.lastStamp=e.stamp||this.lastStamp}_handleErrorMessage(e){O.log(b.SOCKET_ACTION,`error-${e.error}`);let t=e.error?oa.includes(e.error):!1;switch(R.debug(`[signaling] error message [${e.sequence}]`,e),e.sequence&&this.responseHandlers[e.sequence]&&this._handleCommandResponse(!1,e),e.error){case`service-unavailable`:let n=new D(E.SERVICE_UNAVAILABLE,{message:`Conversation ended: ${e.error}`,remote:!0});this.conversationReject?this.conversationReject(n):this._triggerEvent(qn.NOTIFICATION,{notification:G.CLOSED_CONVERSATION,reason:E.SERVICE_UNAVAILABLE});break;case`conversation-ended`:this.conversationReject?this.conversationReject(new D(e.reason||v.SIGNALING_FAILED,{message:`Conversation ended: ${e.error}`,remote:!0})):this._triggerEvent(qn.NOTIFICATION,{notification:G.CLOSED_CONVERSATION,reason:e.reason});break;case`participant-not-found`:this._throwError(Error(`Signaling error: ${e.error}`));break;default:if(!t)break;this.connected?this._throwError(Error(`Signaling error: ${e.error}`)):e.sequence||(this.conversationReject?.(new D(e.reason||v.SIGNALING_FAILED,{message:`Unable to connect to the signaling: ${e.error}`,remote:!0})),this._closeSocket())}}_handleCachedMessages(){let e=[...this.incomingCache];for(this.incomingCache=[];e.length>0;){let t=e.shift();this._handleMessage(t)}}_throwError(e){this._triggerEvent(qn.FAILED,e)}_onError(e){O.log(b.SOCKET_ACTION,`error`),R.error(`[signaling] signaling error`,e),this._logTransportStat(Hn.FAILED_EXCEPTIONS,{string_value:this._serializeErrorEvent(e)})}_serializeErrorEvent(e){let t=e,n=t.error instanceof Error?t.error:null;return JSON.stringify({eventType:e.type,socketType:this._getSocketType(),readyState:this.socket?.readyState,errorName:n?.name||t.errorInfo?.name,errorMessage:n?.message||t.errorInfo?.message||t.message,errorStack:n?.stack||t.errorInfo?.stack,errorInfo:t.errorInfo})}_onClose(t){if(O.log(b.SOCKET_ACTION,`closed`),R.debug(`[signaling] connection closed`,{code:t.code,reason:t.reason}),this.connected=!1,this._stopDoctor(),this.socket&&this._abortSignal?.aborted){R.debug(`[signaling] aborted reconnect`),this._closeSocket(new D(E.CANCELED));return}this.socket&&this.reconnectCount++<e.RECONNECT_MAX_COUNT?this._reconnect():this.socket&&this._closeSocket(new D(E.NETWORK_ERROR))}_closeSocket(e=null){this.socket&&(this._disconnect(),Object.values(this.responseHandlers).forEach(t=>{window.clearTimeout(t.responseTimer),e&&t.reject(Error(`Connection closed. Command ${t.name}`),!0)}),this.websocketCommandsQueue=[],this.responseHandlers={},this.lastStamp=0,e&&this._throwError(e))}_reconnect(){let t=Math.min(e.RECONNECT_MAX_DELAY,e.RECONNECT_DELAY*2**(this.reconnectCount-1));R.log(`[signaling] reconnect websocket after ${t}ms (${this.reconnectCount})`),O.log(b.SOCKET_ACTION,`reconnect`),this.reconnectTimer=window.setTimeout(this._connect.bind(this,Ki.RETRY,!1),t)}_handleCommandResponse(t,n){if(!Object.hasOwn(this.responseHandlers,n.sequence))return;let r=this.responseHandlers[n.sequence];window.clearTimeout(r.responseTimer);let i=W.measureMark(r.statMarkName);i!==null&&Gi.mark(r.name,i,this._getSocketType()),R.debug(`[signaling] command response [${n.sequence}]`,n),t?(delete this.responseHandlers[n.sequence],r.resolve(n)):n.type===`error`?(delete this.responseHandlers[n.sequence],O.log(b.SOCKET_ACTION,`response-error`),r.reject(Error(n.error||`Response error [${r.name}]`),!0)):this.socket?.readyState===WebSocket.OPEN?(delete this.responseHandlers[n.sequence],O.log(b.SOCKET_ACTION,`response-timeout`),r.reject(Error(n.error||`Response timeout [${r.name}]`))):r.responseTimer=window.setTimeout(()=>this._handleCommandResponse(t,n),e.WAIT_RESPONSE_DELAY)}_handleCommandsQueue(e){for(;e.length>0;){let t=e.shift();if(R.debug(`[signaling] command send [${t.sequence}]`,`'${t.name}'`,t.params),this._isDataChannelCommand(t.name)){if(this.producerCommandDataChannel?.readyState!==ia){t.reject(Error(`Invalid data channel state: ${this.producerCommandDataChannel?.readyState}`));return}this._startResponseTimer(t);let e=this._serializeBinary(t);e!==null&&this.producerCommandDataChannel.send(e)}else{if(!this.socket||this.socket.readyState!==WebSocket.OPEN){t.reject(Error(`Invalid state or socket already closed`));continue}this._startResponseTimer(t),this.socket.send(this._serializeJson(t))}}}_startResponseTimer(t){if(!t.needResponse){t.resolve({type:`response`,sequence:t.sequence,response:t.name});return}t.responseTimer=window.setTimeout(()=>this._handleCommandResponse(!1,{response:t.name,sequence:t.sequence,type:`timeout`}),e.WAIT_RESPONSE_DELAY),this.responseHandlers[t.sequence]=t}_serializeBinary(e){switch(e.name){case B.UPDATE_DISPLAY_LAYOUT:return this.producerCommandSerializationService.serializeUpdateDisplayLayout(e.sequence,e.params);case B.REPORT_PERF_STAT:return this.producerCommandSerializationService.serializePerfStatReport(e.sequence,e.params);case B.REPORT_SHARING_STAT:return this.producerCommandSerializationService.serializeSharingStatReport(e.sequence,e.params);case B.REQUEST_ASR:return this.producerCommandSerializationService.serializeRequestAsr(e.sequence,e.params);case B.REPORT_NETWORK_STAT:return this.producerCommandSerializationService.serializeNetworkStatReport(e.sequence,e.params);case B.ENABLE_VIDEO_SUSPEND:return this.producerCommandSerializationService.serializeEnableVideoSuspend(e.sequence,e.params);case B.ENABLE_VIDEO_SUSPEND_SUGGEST:return this.producerCommandSerializationService.serializeEnableVideoSuspendSuggest(e.sequence,e.params);case B.CHANGE_SIMULCAST:return this.producerCommandSerializationService.serializeChangeSimulcast(e.sequence,e.params)}return R.warn(`[signaling] cannot get binary data for data channel command: `+e.name),null}_serializeJson(e){let t;t=e.name===B.UPDATE_DISPLAY_LAYOUT?this._convertDisplayLayout(e.params):e.params;let n=Object.assign({command:e.name,sequence:e.sequence},t);return JSON.stringify(n)}_convertDisplayLayout(e){let t=e,n={};for(let e in t)Object.hasOwn(t,e)&&(n[e]=Xt(t[e]));return{layouts:n}}_waitConnectionMessage(){this.connectionMessageWaitTimer=window.setTimeout(()=>{this.conversationReject&&this.conversationReject(new D(v.SIGNALING_FAILED,{message:`Unable to connect to the signaling: connection timeout`,remote:!0}))},e.WAIT_CONNECTION_DELAY)}_stopWaitConnectionMessage(){window.clearTimeout(this.connectionMessageWaitTimer),this.connectionMessageWaitTimer=0}_startDoctor(){this._stopDoctor(),!(this.reconnectCount>=e.RECONNECT_MAX_COUNT)&&(this.doctorTimer=window.setTimeout(()=>{this.isWebTransportAvailable()?R.warn(`[signaling] socket is dead. Fallback to WebSocket. Trying to connect ${this.reconnectCount}`):R.warn(`[signaling] socket is dead, trying to reconnect ${this.reconnectCount}`),this._logTransportStat(Hn.FAILED_PINGS),this._disconnect(4e3),this._connect(Ki.RETRY,!1),this.reconnectCount++},e.WAIT_MESSAGE_DELAY))}_stopDoctor(){window.clearTimeout(this.doctorTimer),this.doctorTimer=0}isWebTransportAvailable(){return ra.isBrowserSupported()&&this.wtEndpoint!==null&&w.webtransport}_getSocketType(){return this.socket instanceof ra?Vn.WEBTRANSPORT:Vn.WEBSOCKET}_markTransportStat(e){let t=this._getSocketType(),n=Un[e][t];W.setMark(n)}_logTransportStat(e,t){let n=this._getSocketType(),r=Un[e][n];Bn.logEventualStat({name:r,...t})}},Y=function(e){return e.INCOMING=`INCOMING`,e.OUTGOING=`OUTGOING`,e.JOINING=`JOINING`,e}(Y||{}),ca=function(e){return e.USER=`USER`,e.GROUP=`GROUP`,e.CHAT=`CHAT`,e}(ca||{}),la=function(e){return e.ATTENDEE=`ATTENDEE`,e.HAND_UP=`HAND_UP`,e}(la||{}),ua=function(e){return e.ADD_PARTICIPANT=`ADD_PARTICIPANT`,e.RECORD=`RECORD`,e.MOVIE_SHARE=`MOVIE_SHARE`,e}(ua||{}),da=function(e){return e.REQUIRE_AUTH_TO_JOIN=`REQUIRE_AUTH_TO_JOIN`,e.AUDIENCE_MODE=`AUDIENCE_MODE`,e.WAITING_HALL=`WAITING_HALL`,e.WAIT_FOR_ADMIN=`WAIT_FOR_ADMIN`,e.ADMIN_IS_HERE=`ADMIN_IS_HERE`,e.ASR=`ASR`,e.FEEDBACK=`FEEDBACK`,e.RECURRING=`RECURRING`,e}(da||{});function fa(e,t){if(e.length!==t.length)return!1;for(let n of e)if(!t.includes(n))return!1;return!0}function pa(e,t){let n=new Set(e);for(let[e,r]of Object.entries(t))r?n.add(e):n.delete(e);return Array.from(n)}var ma=function(e){return e.UNMUTE=`UNMUTE`,e.MUTE=`MUTE`,e.MUTE_PERMANENT=`MUTE_PERMANENT`,e}(ma||{}),X=function(e){return e.CALLED=`CALLED`,e.ACCEPTED=`ACCEPTED`,e.REJECTED=`REJECTED`,e.HUNGUP=`HUNGUP`,e}(X||{}),ha=function(e){return e.UPDATE=`UPDATE`,e.REMOVE=`REMOVE`,e.ACTIVATE=`ACTIVATE`,e.TIMEOUT=`TIMEOUT`,e}(ha||{}),ga=function(e){return e.NO_AVAILABLE_TRACKS=`no-available-tracks`,e.UNKNOWN_ERROR=`unknown-error`,e}(ga||{});function _a(e){switch(e){case 1:return`no-available-tracks`;default:return`unknown-error`}}var va=function(e){return e.CREATOR=`CREATOR`,e.ADMIN=`ADMIN`,e}(va||{});function ya(e,t){if(e.length!==t.length)return!1;for(let n of e)if(!t.includes(n))return!1;return!0}var ba=function(e){return e.USER=`USER`,e.ANONYM=`ANONYM`,e.GROUP=`GROUP`,e}({}),Z;(function(e){function t(e){return e.length?typeof e[0]==`object`?e:e.map(e=>n(e)):[]}e.fromIds=t;function n(e,t=`USER`,n=0){return{id:e,type:t,deviceIdx:n}}e.fromId=n;function r(e,t=!0){let n=t?e.decorativeExternalUserId:e.externalId,r=e.deviceIdx??0;if(n)return i(n,r)}e.fromSignalingParticipant=r;function i(e,t=0){return{id:e.id,type:e.type===`ANONYM`?`ANONYM`:`USER`,deviceIdx:t}}e.fromSignaling=i;function a(e){return e.id}e.toSignaling=a;function o(e){let t=e.deviceIdx||0;return`{"id":"${e.id}","type":"${e.type}","deviceIdx":${t}}`}e.toString=o;function s(e,t=`USER`,r=0){return o(n(e,t,r))}e.fromIdToString=s;function c(e){try{return JSON.parse(e)}catch{throw Error(`Failed to parse ExternalId from string '${e}'`)}}e.fromString=c;function l(e,t){return e.id===t.id&&e.type===t.type&&e.deviceIdx===t.deviceIdx}e.compare=l;function u(e){return e?.deviceIdx||0}e.getDeviceIdx=u})(Z||(Z={}));function xa(e){try{return btoa(JSON.stringify(e))}catch(t){R.warn(`WaitingParticipant: failed convert to string`,e,t)}return null}function Sa(e){try{return JSON.parse(atob(e))}catch(t){R.warn(`WaitingParticipant: failed convert from string`,e,t)}return null}var Ca=(e,t)=>C.objectReduce(e,(e,n,r)=>(n===t&&e.push(r),e),[]);function wa(e){if(e.conversation?.muteStates)return e.conversation.muteStates;if(e.muteState&&e.muteOptions)return e.muteOptions.reduce((t,n)=>(t[n]=e.muteState,t),{})}function Ta(e,t){switch(e){case y.AUDIO:return!!t.isAudioEnabled;case y.AUDIO_SHARING:return!!t.isAudioSharingEnabled;case y.VIDEO:return!!t.isVideoEnabled;case y.SCREEN_SHARING:return!!t.isFastScreenSharingEnabled||!!t.isScreenSharingEnabled;default:return!1}}function Ea(e,t){return C.objectReduce(e,(e,n,r)=>{switch(n){case ma.MUTE:case ma.MUTE_PERMANENT:Ta(r,t)||(e[r]=n);break;default:e[r]=n;break}return e},{})}function Da(e){let{muteStates:t={},mediaSettings:n}=e;return Ea(t,n)}function Oa(e,t){let n=e.conversation.participants.find(t=>C.comparePeerId(t.peerId,e.peerId));if(!n)return t;let{mediaSettings:r}=n;return Ea(t,r)}function ka(e,t){let n=new Uint8Array(t),r=0,i=0;for(;r<e.length&&i<t;){let a=e[r++],o=a>>4,s=a&15;if(o===15){let t;do t=e[r++],o+=t;while(t===255)}for(let a=0;a<o&&!(i>=t);a++)n[i++]=e[r++];if(r>=e.length||i>=t)break;let c=e[r]|e[r+1]<<8;if(r+=2,s===15){let t;do t=e[r++],s+=t;while(t===255)}s+=4;let l=i-c;for(let e=0;e<s&&!(i>=t);e++)n[i++]=n[l+e]}return n}var Aa=class{constructor(e){g(this,`_fixNoPacketsApplied`,!1),g(this,`_fixNoPacketsChecked`,!1),g(this,`_fixTooManyPacketsApplied`,!1),g(this,`_fixTooManyPacketsSucceeded`,!1),g(this,`_fixTooManyPacketsFailed`,!1),g(this,`_fixTooManyPacketsTime`,void 0),g(this,`_mediaSource`,void 0),g(this,`_lastPacketsSent`,void 0),g(this,`_lastPacketsSentTime`,void 0),g(this,`_toggleAudioPromise`,null),g(this,`_fixNoPacketsAppliedVideo`,!1),this._mediaSource=e}_fixAudioDeviceNoPackets(e){if(!(this._fixNoPacketsApplied&&this._fixNoPacketsChecked)){if(this._fixNoPacketsApplied&&!this._fixNoPacketsChecked){this._fixNoPacketsChecked=!0,O.log(b.ERROR,`audio_device_recover_${e.bandwidth?`success`:`fail`}`);return}!this._fixNoPacketsApplied&&!e.bandwidth&&(this._fixNoPacketsApplied=!0,O.log(b.ERROR,`audio_device_recover`),R.log(`[AudioFix] Trying to fix RV (no packets)`),this._toggleAudioPromise=this._mediaSource.toggleAudio(I.getMicrophonePermissionState()!==`denied`),this._toggleAudioPromise.catch(()=>void 0))}}_fixAudioDeviceTooManyPackets(e){if(this._fixTooManyPacketsSucceeded||this._fixTooManyPacketsFailed)return;let t=Date.now();if(!this._lastPacketsSentTime)e.packetsSent>0&&(this._lastPacketsSentTime=t,this._lastPacketsSent=e.packetsSent);else if(t-this._lastPacketsSentTime>500){let n=(e.packetsSent-this._lastPacketsSent)*1e3/(t-this._lastPacketsSentTime);this._lastPacketsSentTime=t,this._lastPacketsSent=e.packetsSent,this._fixTooManyPacketsApplied?n>75?(R.log(`[AudioFix] Failed to fix RV`),O.log(b.ERROR,`audio_device_recover_rv_fail`),this._fixTooManyPacketsFailed=!0):t-this._fixTooManyPacketsTime>6e4&&(R.log(`[AudioFix] Fixed RV`),O.log(b.ERROR,`audio_device_recover_rv_success`),this._fixTooManyPacketsSucceeded=!0):n>75&&(this._fixTooManyPacketsApplied=!0,O.log(b.ERROR,`audio_device_recover`),R.log(`[AudioFix] Trying to fix RV (too many packets)`),this._mediaSource.toggleAudio(!0).catch(e=>{R.warn(`[AudioFix] Failed to fix RV (too many packets)`,e)}),this._fixTooManyPacketsTime=t)}}fix(e){if(!this._mediaSource)return;let t=e.find(e=>e.kind===k.audio);t&&(this._fixAudioDeviceNoPackets(t),this._fixAudioDeviceTooManyPackets(t))}fixVideo(e){if(!this._mediaSource||this._fixNoPacketsAppliedVideo||!this._toggleAudioPromise)return;let t=e.find(e=>e.kind===k.video);t&&!t.bandwidth&&(this._fixNoPacketsAppliedVideo=!0,this._toggleAudioPromise.then(()=>{if(this._mediaSource.mediaSettings.isVideoEnabled)return this._mediaSource.toggleVideo(!0)}).catch(e=>{R.warn(`[AudioFix] Failed to fix RV (no packets): video restart`,e)}))}},ja=class{constructor(e,t=!1){g(this,`_audioElement`,null),g(this,`_audioTracks`,new Map),g(this,`_allowMultipleTracks`,void 0),g(this,`_volume`,1),g(this,`_features`,{setSinkId:!!Audio.prototype.setSinkId}),g(this,`_statFirstMediaReceived`,void 0),this._statFirstMediaReceived=e,this._allowMultipleTracks=t}add(e,t){this._allowMultipleTracks||this._clearTracks();let n=this._audioTracks.get(e);n&&n!==t&&(this._removeTrackFromAudioElement(n),n.stop()),this._audioTracks.set(e,t),this._audioElement?this._addTrackToAudioElement(t):this._initAudioElement()}remove(e,t){let n=this._audioTracks.get(e);if(!n){t.stop();return}if(n!==t){t.stop();return}if(!this._allowMultipleTracks){this.destroy();return}this._removeTrackFromAudioElement(t),t.stop(),this._audioTracks.delete(e),this._audioTracks.size||this.destroy()}get volume(){return this._volume}set volume(e){this._volume=Math.max(0,Math.min(1,e)),this._audioElement&&(this._audioElement.volume=this._volume)}destroy(){!this._audioElement&&!this._audioTracks.size||(this._stopAudioElement(),this._audioElement=null,this._audioTracks.clear())}async changeOutput(){try{if(!this._features.setSinkId)throw Error(`Feature "setSinkId" is not supported`);if(!this._audioElement)return;let e=I.getSavedOutput();e&&await this._audioElement.setSinkId?.(e.deviceId)}catch(e){throw O.log(b.ERROR,`change_output`),R.error(`[audio] Output change failed`,e),e}}_getTracks(){return Array.from(this._audioTracks.values())}_initAudioElement(){if(w.muteMode)return;let e=this._getTracks();if(!e.length)return;let t=I.browserName()!==`Safari`||I.isMobile(),n=document.createElement(t?`audio`:`video`);n.muted=!1,n.volume=this._volume,n.preload=`auto`;let r=()=>{R.warn(`[audio] Error on play audio`),P.onAutoplayError()},i=e=>{R.debug(`[audio] Play audio`),n.srcObject=null,n.srcObject=new MediaStream(e),n.load();let t=n.play();t&&t.catch(r)},a=()=>{R.debug(`[audio] Recover audio playback`);let e=this._getTracks();e.length?i(e):R.warn(`[audio] Broken audio tracks`)};n.onpause=a,n.onstalled=a,n.onerror=a,n.onloadeddata=()=>{this._statFirstMediaReceived.measure()},i(e),this._audioElement=n}_stopAudioElement(){this._audioElement&&(this._audioElement.pause(),this._audioElement.srcObject=null);for(let e of this._audioTracks.values())e.stop()}_addTrackToAudioElement(e){if(!this._audioElement)return;R.debug(`[audio] Adding track ${e}`);let t=this._audioElement.srcObject;t||(t=new MediaStream,this._audioElement.srcObject=t),t.addTrack(e)}_removeTrackFromAudioElement(e){this._audioElement?.srcObject&&(R.debug(`[audio] Removing track ${e}`),this._audioElement.srcObject.removeTrack(e))}_clearTracks(){for(let e of this._audioTracks.values())this._removeTrackFromAudioElement(e),e.stop();this._audioTracks.clear()}},Ma=90,Na=3,Pa=class extends _{constructor(...e){super(...e),g(this,`_lastMemoryStat`,{percent:0,bytes:0})}onRemoteDataStats(e,t){this._calcMemory(),e.inbound.rtps.map(e=>{e.userId=(typeof e.userId==`string`&&t[e.userId]||null)?.externalId}),P.onStatistics(e,this._lastMemoryStat)}_calcMemory(){let e=window?.performance?.memory;if(!e||!e.usedJSHeapSize||!e.jsHeapSizeLimit)return;let t=Number((100*e.usedJSHeapSize/e.jsHeapSizeLimit).toFixed(2)),n=Number((e.usedJSHeapSize/1024/1024).toFixed(1));t>Ma?R.warn(`High memory usage: ${t}% (${n} MiB)`):(!this._lastMemoryStat.percent||Math.abs(t-this._lastMemoryStat.percent)>=Na)&&(R.debug(`Memory usage: ${t}% (${n} MiB)`),this._lastMemoryStat.percent=t,this._lastMemoryStat.bytes=e.usedJSHeapSize)}},Fa=44100,Ia=class{constructor(e,t){g(this,`_analyser`,null),g(this,`_gainNode`,null),g(this,`_fftBins`,null),g(this,`_mediaStreamSource`,null),g(this,`_lastSmoothedLevel`,0),g(this,`_trackId`,void 0),g(this,`_track`,void 0),g(this,`_stream`,void 0),this._trackId=e,this._track=t,this._stream=new MediaStream([t]);try{let e=I.getAudioContext();this._gainNode=e.createGain(),this._gainNode.gain.value=1e-5,this._gainNode.connect(e.destination),this._analyser=e.createAnalyser(),this._analyser.fftSize=1024,this._analyser.smoothingTimeConstant=0,this._analyser.connect(this._gainNode),this._fftBins=new Uint8Array(this._analyser.frequencyBinCount),this._mediaStreamSource=e.createMediaStreamSource(this._stream),this._mediaStreamSource.connect(this._analyser)}catch{}}get track(){return this._track}get trackId(){return this._trackId}_getBins(){if(!this._fftBins||!this._analyser)return new Uint8Array;this._analyser.getByteFrequencyData(this._fftBins);let e=Fa/this._fftBins.length,t=Math.ceil(w.voiceParams.minFreq/e),n=Math.floor(w.voiceParams.maxFreq/e);return this._fftBins.subarray(t,n)}getLevel(){let e=this._getBins(),t=e.reduce((e,t)=>e+t,0)/e.length/255,n=this._lastSmoothedLevel*w.voiceParams.smoothing+t*(1-w.voiceParams.smoothing);return this._lastSmoothedLevel=n,{real:t,smoothed:n}}destroy(){this._mediaStreamSource&&(this._mediaStreamSource.disconnect(),this._mediaStreamSource=null),this._gainNode&&(this._gainNode.disconnect(),this._gainNode=null),this._analyser&&(this._analyser.disconnect(),this._analyser=null,this._fftBins=null,this._lastSmoothedLevel=0),this._stream.removeTrack(this._track)}},La=class extends _{constructor(e){super(),g(this,`_detector`,null),g(this,`_interval`,null);let t=()=>{this._detector&&P.onLocalVolume(this._detector.getLevel().real,e.mediaSettings.isAudioEnabled),this._interval=window.setTimeout(t,w.voiceParams.interval)};this._interval=window.setTimeout(t,w.voiceParams.interval);let n=()=>{let t=e.getSendAudioTrack();t&&this.init(t)};this.subscribe(e,Oe.SOURCE_CHANGED,t=>{t.kind===k.audio&&e.mediaSettings.isAudioEnabled&&n()}),this.subscribe(e,Oe.SOURCE_READY,n),n()}init(e){this._stopDetector(),this._detector=new Ia(`local`,e.clone())}_stopDetector(){this._detector&&(this._detector.track.stop(),this._detector.destroy(),this._detector=null)}destroy(){this.unsubscribe(),this._interval&&(window.clearTimeout(this._interval),this._interval=null),this._stopDetector()}},Ra=class{constructor(e){g(this,`processor`,void 0),g(this,`queue`,[]),g(this,`isProcessing`,!1),this.processor=e}add(e){this.queue.push(e),this.processQueue()}async processQueue(){if(!this.isProcessing){for(this.isProcessing=!0;this.queue.length;){let e=this.queue.shift();if(e)try{await this.processor(e)}catch{R.error(`Can't process message ${JSON.stringify(e)}`)}}this.isProcessing=!1}}},za=function(e){return e.VOLUMES_DETECTED=`VOLUMES_DETECTED`,e}({}),Ba=class extends _{constructor(e){super(),g(this,`_detectors`,new Map),g(this,`_interval`,null),g(this,`_activeParticipants`,void 0),g(this,`_removedParticipants`,void 0),g(this,`_topology`,void 0),this._topology=e.getTopology(),this.subscribe(e,K.REMOTE_TRACK_ADDED,this._onRemoteTrackAdded.bind(this)),this.subscribe(e,K.REMOTE_TRACK_REMOVED,this._onRemoteTrackRemoved.bind(this)),this.subscribe(e,K.SIGNALLED_ACTIVE_PARTICIPANTS,this._onSignalledActiveParticipants.bind(this)),this.subscribe(e,K.TOPOLOGY_CHANGED,this._onTopologyChanged.bind(this))}destroy(){this._interval&&(window.clearTimeout(this._interval),this._interval=null),this.unsubscribe(),this._destroyDetectors()}_onRemoteTrackAdded(e,t,n){if(n.kind===k.audio&&(this._detectors.get(e)?.destroy(),this._detectors.set(e,new Ia(e,n)),!this._interval)){let e=()=>{this._collectVolumes(),this._interval=window.setTimeout(e,w.voiceParams.interval)};this._interval=window.setTimeout(e,w.voiceParams.interval)}}_onRemoteTrackRemoved(e,t,n){if(n.kind!==k.audio)return;let r=this._detectors.get(e);!r||r.track!==n||(r.destroy(),this._detectors.delete(e))}_collectVolumes(){if(!this._detectors.size)return;let e={};if(this._topology===J.SERVER){if(this._activeParticipants)for(let t of this._activeParticipants){let n=this._getAudioTrackLevelByParticipantId(t);n&&(e[t]=n)}if(this._removedParticipants){for(let t of this._removedParticipants)e[t]={real:0,smoothed:0};this._removedParticipants=null}}else for(let[t,n]of this._detectors.entries())e[t]=n.getLevel();this._triggerEvent(`VOLUMES_DETECTED`,e)}_getAudioTrackLevelByParticipantId(e){if(this._isTransparentAudioMode())return this._getTransparentAudioLevelByParticipantId(e);let t=this._detectors.get(Tr.AUDIO_MIX);return t?t.getLevel():null}_getTransparentAudioLevelByParticipantId(e){if(!this._activeParticipants?.includes(e))return null;let t=null;return this._detectors.forEach((e,n)=>{if(!n.startsWith(`${Tr.TRANSPARENT_AUDIO_TRACK_PREFIX}-`))return;let r=e.getLevel();(!t||r.real>t.real)&&(t=r)}),t}_onSignalledActiveParticipants(e){this._removedParticipants=this._activeParticipants?.filter(t=>!e.includes(t))??null,this._activeParticipants=e}_onTopologyChanged(e){this._topology=e,this._destroyDetectors(),e===J.DIRECT&&(this._activeParticipants=null,this._removedParticipants=null)}_isTransparentAudioMode(){return this._topology===J.SERVER&&w.transparentAudio}_destroyDetectors(){this._detectors.forEach(e=>{e.destroy()}),this._detectors.clear()}},Va=function(e){return e.SPEAKER_CHANGED=`SPEAKER_CHANGED`,e}({}),Ha=class extends _{constructor(e,t,n){super(),g(this,`_speakerId`,null),g(this,`_serverSideSpeakerDetection`,!1),this._serverSideSpeakerDetection=n===J.SERVER,this.subscribe(e,za.VOLUMES_DETECTED,this._onVolumesDetected.bind(this)),this.subscribe(t,K.SIGNALLED_SPEAKER_CHANGED,this._onServerSpeakerChanged.bind(this)),this.subscribe(t,K.TOPOLOGY_CHANGED,this._onTopologyChanged.bind(this))}destroy(){this.unsubscribe()}_onVolumesDetected(e){if(this._serverSideSpeakerDetection)return;let t=0,n=null;if(Object.keys(e).forEach(r=>{let i=e[r].smoothed;i>t&&i>w.voiceParams.threshold&&(t=i,n=r)}),n&&n!==this._speakerId){let r=this._speakerId&&Object.hasOwn(e,this._speakerId)?e[this._speakerId].smoothed:0;t>r*w.voiceParams.speakerLevelMultiplier&&(this._speakerId=n,this._triggerEvent(`SPEAKER_CHANGED`,n))}}_onServerSpeakerChanged(e){this._serverSideSpeakerDetection&&this._triggerEvent(`SPEAKER_CHANGED`,e)}_onTopologyChanged(e){this._serverSideSpeakerDetection=e===J.SERVER}},Ua=class extends _{constructor(e,t,n){super(),g(this,`_transport`,void 0),g(this,`_volumes`,{}),g(this,`_participants`,{}),g(this,`_connectionTimeout`,0),g(this,`_volumeTimeout`,0),this._transport=e,this._participants=n,this.subscribe(e,K.STATE_CHANGED,this._onTransportStateChanged.bind(this)),this.subscribe(t,za.VOLUMES_DETECTED,this._onVolumesDetected.bind(this))}destroy(){this.unsubscribe(),this._connectionTimeout&&window.clearTimeout(this._connectionTimeout),this._volumeTimeout&&window.clearTimeout(this._volumeTimeout)}onChangeRemoteMediaSettings(e,t){t.isAudioEnabled||(this._volumes[e]=1),t.isAudioEnabled&&(this._volumes[e]=0)}_onTransportStateChanged(e,t){t===q.OPENED&&(this._connectionTimeout||(this._connectionTimeout=window.setTimeout(this._onConnectionTimeout.bind(this),w.specListenerParams.connectionTimeout)),this._volumeTimeout||(this._volumeTimeout=window.setTimeout(this._onVolumeTimeout.bind(this),w.specListenerParams.volumeTimeout))),t===q.FAILED&&this._connectionTimeout&&(R.warn(`Transport failed, send callSpecError`),O.log(b.CALL_SPEC_ERROR,`${this._transport.getTopology()}_CONNECTION_TIMEOUT`))}_onVolumesDetected(e){Object.keys(e).forEach(t=>{this._volumes[t]=Math.max(e[t].real,this._volumes[t]||0)})}_onConnectionTimeout(){Object.values(this._transport.getStates()).filter(e=>e!==q.CONNECTED).length>0&&(R.warn(`There is not connected transport, send callSpecError`),O.log(b.CALL_SPEC_ERROR,`${this._transport.getTopology()}_CONNECTION_TIMEOUT`)),this._connectionTimeout=0}_onVolumeTimeout(){let e=[];Object.keys(this._volumes).forEach(t=>{if(this._volumes[t]>0)return;let n=`UNKNOWN`,r=this._participants[t];r&&r.platform&&(n=r.platform),e.indexOf(n)<0&&(e.push(n),O.log(b.CALL_SPEC_ERROR,`${this._transport.getTopology()}_VOLUME_TIMEOUT_${n}`))}),e.length&&R.warn(`There is silent participant, send callSpecError`),this._volumeTimeout=0}},Wa=class e{static correctHangupReason(e){switch(e){case E.HUNGUP:return`hangup`;case E.CANCELED:return`canceled`;case E.REJECTED:return`rejected`;case E.BUSY:return`busy`;case E.FAILED:return`failed`;case E.MISSED:return`missed`;case E.ANOTHER_DEVICE:return`another_device`;case E.REMOVED:return`removed`;case E.BANNED:return`banned`;case E.VCHAT_DETAILED_ERROR:return`error`;default:return`hangup`}}static sendHangupEvent(t,n){if(![E.HUNGUP,E.CANCELED,E.REJECTED,E.FAILED,E.BUSY,E.MISSED,E.ANOTHER_DEVICE,E.REMOVED,E.BANNED,E.VCHAT_DETAILED_ERROR].includes(t.hangup))return;let r=t.custom_error?.vchat_detailed_api_error?.code;O.logClientStats({name:H.CALL_FINISH,reason:e.correctHangupReason(t.hangup),call_topology:n===J.DIRECT?`D`:`S`,...r&&{string_value:r}})}},Ga=class{constructor(){g(this,`_isCallMarked`,!1),g(this,`_isFinished`,!1),g(this,`_callType`,null)}markAcceptCall(e){this.mark(e===J.DIRECT?`direct_incoming`:`server_incoming`)}markAcceptedCall(e){e===J.DIRECT&&this.mark(`direct_outgoing`)}markParticipantJoined(e){e===J.DIRECT&&this.mark(`server_change_topology`)}markOnJoin(e){e===J.SERVER&&this.mark(`server_join_server`)}mark(e){this._isCallMarked||(this._isCallMarked=!0,this._callType=e,W.setMark(H.FIRST_MEDIA_RECEIVED))}measure(){this._isFinished||(this._isFinished=!0,this._callType&&Bn.logEventualStat({name:H.FIRST_MEDIA_RECEIVED,call_type:this._callType}))}},Ka=1e3,qa=1e4,Ja=15,Q=class e extends _{constructor(e,t){super(),g(this,`_api`,void 0),g(this,`_signaling`,void 0),g(this,`_signalingActor`,void 0),g(this,`_mediaSource`,null),g(this,`_conversation`,null),g(this,`_myLastRequestedLayouts`,{}),g(this,`_state`,`IDLE`),g(this,`_participantState`,X.CALLED),g(this,`_participants`,{}),g(this,`_pendingParticipants`,new Map),g(this,`_transport`,null),g(this,`_debugInfo`,null),g(this,`_volumesDetector`,null),g(this,`_speakerDetector`,null),g(this,`_localVolumeDetector`,null),g(this,`_specListener`,null),g(this,`_activeSpeakerId`,null),g(this,`_lastSignalledActiveSpeakerId`,null),g(this,`_isRealTimeAsrRequested`,!1),g(this,`_serverSettings`,tr()),g(this,`_serverTimeOffset`,0),g(this,`_delayedHangup`,!1),g(this,`_abortController`,null),g(this,`_onUnload`,void 0),g(this,`_audioOutput`,void 0),g(this,`_lastStalled`,{}),g(this,`_audioMixStalled`,!1),g(this,`_audioFix`,null),g(this,`_streamByStreamId`,new Map),g(this,`_streamIdByStreamDescription`,new Map),g(this,`_streamWaitTimerByStreamDescription`,new Map),g(this,`_sequenceNumberByStreamDescription`,new Map),g(this,`_cooldownTimestampByStreamDescription`,new Map),g(this,`_cooldownQueueCleanupTimer`,null),g(this,`_statFirstMediaReceived`,void 0),g(this,`_changeMediaSettings`,C.debounce(async e=>{if(this._signaling.ready)try{await this._signaling.changeMediaSettings(e)}catch(e){if(R.warn(`changeMediaSettings failed with error`,e),e.message===`chatRoom.maxShareCountExceeded`)return this.toggleScreenCapturing({captureScreen:!1,fastScreenSharing:!1,captureAudio:!1})}},100)),O.create(e,t),O.setConversationIdProvider(()=>this._conversation?.id||null),Bn.create(),nr.create(()=>this._transport?.getTopology()),Wi.create(),Gi.create(),this._api=e,this._signaling=new sa,this._signalingActor=new Ra(this._onSignalingNotification.bind(this)),this._onUnload=()=>{this._conversation&&this._api&&(this._api.hangupConversation(this._conversation.id,this._state===`IDLE`?E.CANCELED:E.HUNGUP),w.clientEventsLoggingEnabled&&O.logClientEvent({event_type:H.CALL_DECLINED_OR_HANGED_LOCALLY,reason:`none`},!0)),O.destroy(),Bn.destroy(),nr.destroy(),Wi.destroy(),Gi.destroy()},window.addEventListener(`pagehide`,this._onUnload),this._statFirstMediaReceived=new Ga,this._audioOutput=new ja(this._statFirstMediaReceived,w.transparentAudio),w.videoTracksCount>0&&(this._cooldownQueueCleanupTimer=window.setInterval(this._cleanupCooldownQueue.bind(this),Ka))}static current(){return z.getActive()}static hangupAfterInit(){let e=Ya;e&&e._delayedHangup===!1&&!e._conversation&&(e._delayedHangup=!0,e._abortController?.abort(new D(E.CANCELED)))}static id(){return z.getActiveId()}get id(){return this._conversation?.id??``}get externalId(){return this._conversation?.externalId}get mediaSettings(){return this._mediaSource?.mediaSettings}get isCallHeld(){return this._state===`HELD`}static getSyncedTime(){return Date.now()+(e.current()?._serverTimeOffset??0)}async onStart({opponentIds:e,opponentType:t,mediaOptions:n,payload:r=``,joiningAllowed:i=!1,requireAuthToJoin:a=!1,onlyAdminCanShareMovie:o,externalIds:s,onFastStart:c,conversationId:l}){let u=Date.now();Ya=this,wt.startSession(),this._abortController=new AbortController,this._api.setAbortSignal(this._abortController?.signal),this._signaling.setAbortSignal(this._abortController?.signal);try{this._mediaSource=this._createMediaSource(),await this._mediaSource.request(n);let d=this._mediaSource.mediaSettings;t===ca.CHAT||e&&e.length>1?this._logWithMediaSettings(b.OUTGOING_MULTIPARTY_CALL,d):this._logWithMediaSettings(b.OUTGOING_CALL,d);let f=await this._startConversation({opponentIds:e,opponentType:t,direction:Y.OUTGOING,mediaOptions:n,payload:r,joiningAllowed:i,requireAuthToJoin:a,onlyAdminCanShareMovie:o,externalIds:s,startedTime:u,onFastStart:c,conversationId:l});if(!this._conversation)throw new D(E.UNKNOWN_ERROR);if(this._participantState=X.ACCEPTED,this._changeMediaSettings(d),await this._processConnection(f),await this._allocateTransport(),this._createSpeakerDetector(),await this._createSpecListener(),this._signaling.readyToSend(),this._delayedHangup)throw new D(E.CANCELED);return R.debug(`Outgoing call`,{opponentIds:e,opponentType:t,mediaOptions:n}),await this._processConnectionSharedMovieInfo(f),await this._processConversationUrlSharingInfo(f),P.onLocalStream(this._mediaSource.getStream(),this._mediaSource.mediaSettings,this.id),P.onConversation(this._conversation.externalId,this._conversation.mediaModifiers,this._getMuteStatesForCurrentRoom(),await this._getMainRoomParticipants(),void 0,this.id),await this._onConversationParticipantListChunk(f),await this._processPinnedParticipants(f),P.onLocalStatus(A.WAITING,this.id),this._toggleJoinAvailability(),this._changeFeatureSet(),this._changeNeedRate(),z.add(this),await z.setActive(this.id),Ya=null,this._conversation.concurrent&&await this._acceptConcurrent(),this._conversation}catch(e){throw Ya=null,this._close(e,`Unable to start conversation`),e}}async onJoin(e){let t=Date.now();Ya=this,this._state=`PROCESSING`,wt.startSession(),this._abortController=new AbortController,this._api.setAbortSignal(this._abortController?.signal),this._signaling.setAbortSignal(this._abortController?.signal);try{let n=!!e.observedIds?.length;if(n&&w.videoTracksCount>0)throw R.error(`Observer mode: please set videoTracksCount=0`),new D(E.UNSUPPORTED);this._mediaSource=this._createMediaSource(),await this._mediaSource.request(e.mediaOptions,!n);let r=this._mediaSource.mediaSettings;this._logWithMediaSettings(b.JOIN_CONVERSATION,r);let i=await this._joinConversation(e,t);if(!this._conversation)throw new D(E.UNKNOWN_ERROR);return this._conversation.observer=n,P.onLocalStream(this._mediaSource.getStream(),r,this.id),this._conversation.waitForAdmin||this._conversation.waitingHall?(R.log(this._conversation.waitForAdmin?`Wait for admin`:`In waiting hall`),z.add(this),Ya=null,this._signaling.readyToSend(),P.onLocalStatus(this._conversation.waitForAdmin?A.WAIT_FOR_ADMIN:A.WAITING_HALL,this.id),this._conversation):this._onJoinPart2(i)}catch(e){throw Ya=null,this._close(e,`Unable to join conversation`),e}}async _onJoinPart2(e){R.debug(`Join conversation part 2`);try{if(this._participantState=X.ACCEPTED,!this._conversation||!this._mediaSource)throw new D(E.UNKNOWN_ERROR);if(this._statFirstMediaReceived.markOnJoin(this._conversation.topology),!this._conversation.observer&&!this._isAudienceModeListener()&&this._changeMediaSettings(this._mediaSource.mediaSettings),await this._processConnection(e),await this._allocateTransport(),this._createSpeakerDetector(),await this._createSpecListener(),this._signaling.readyToSend(),this._state===`CLOSE`)return this._conversation;if(this._delayedHangup)throw new D(E.CANCELED);await this._processConnectionSharedMovieInfo(e),await this._processConversationUrlSharingInfo(e),await this._processConnectionAsrInfo(e);let t=await this._extractExternalRoomsData(e.rooms?.rooms,e.rooms?.roomId);P.onConversation(this._conversation.externalId,this._conversation.mediaModifiers,this._getMuteStatesForCurrentRoom(),await this._getMainRoomParticipants(),t,this.id),await this._onConversationParticipantListChunk(e),await this._processPinnedParticipants(e),P.onLocalStatus(A.WAITING,this.id),this._toggleJoinAvailability(),this._changeNeedRate(),this._state=`ACTIVE`,this._changeFeatureSet(),z.has(this.id)||z.add(this),await z.setActive(this.id),Ya=null;let n=this._extractLocalParticipantFromConnection(e);if(n){let e=C.mapParticipantState(n);Object.keys(e).length>0&&P.onLocalParticipantState(e)}return this._openTransport(Object.values(await this._getParticipants()),!1),this._conversation}catch(e){throw Ya=null,this._close(e,`Unable to join conversation`),e}}async _extractExternalRooms(e){let t=e.map(this._convertRoomToExternal.bind(this));return(await Promise.all(t)).filter(e=>!!e)}async _extractExternalRoomsData(e,t){if(!e||!e.length)return;let n={rooms:await this._extractExternalRooms(e)};return t&&(n.roomId=t),n}async onPush(e,t=S.USER,n,r,i){if(z.has(e))throw new D(E.HAS_ACTIVE_CALL);Ya=this,this._abortController=new AbortController,this._api.setAbortSignal(this._abortController?.signal),this._signaling.setAbortSignal(this._abortController?.signal);try{let a=Date.now(),o=await this._prepareConversation(e,t,n,r,i);if(this._mediaSource=this._createMediaSource(),!this._conversation)throw new D(E.UNKNOWN_ERROR);if(!o.conversation.participants.find(e=>e.state===X.CALLED&&e.id===this._conversation?.userId))throw R.log(`Push rejected (there is an active call)`),O.log(b.PUSH,`rejected`),new D(E.REJECTED);if(wt.startSession(),await this._processConnection(o),this._extractConnectionUrlSharingInfo(o),await this._allocateTransport(),this._createSpeakerDetector(),await this._createSpecListener(),await this._processPinnedParticipants(o),this._signaling.readyToSend(),this._logCallStartEvent(a,Y.INCOMING),O.log(b.PUSH,`accepted`),z.add(this),Ya=null,this._delayedHangup)throw new D(E.CANCELED)}catch(e){throw Ya=null,this._close(e,`Unable to handle inbound call push`),e}}_isInWaitingHall(e){return!e.conversation||!e.conversation.options.includes(da.WAITING_HALL)?!1:this._isRestricted(e)}_isWaitForAdmin(e){if(!e.conversation)return!1;let t=e.conversation.options.includes(da.WAIT_FOR_ADMIN),n=e.conversation.options.includes(da.ADMIN_IS_HERE);return!t||t&&n?!1:this._isRestricted(e)}_isRestricted(e){let t=(e.conversation.participants||[]).find(t=>C.comparePeerId(t.peerId,e.peerId));return t&&t.restricted||!1}_isAudienceMode(e){return e.conversation?.options?.includes(da.AUDIENCE_MODE)||!1}_isAudienceModeListener(){return this._conversation?.audienceMode&&this._conversation?.restricted}async _acceptConcurrent(){if(!this._mediaSource||!this._conversation||!this._transport)throw new D(E.UNKNOWN_ERROR);this._state=`PROCESSING`;let e=this._mediaSource.mediaSettings;this._logWithMediaSettings(b.ACCEPT_CONCURRENT,e),R.debug(`Concurrent call`,{conversationId:this._conversation.id});try{this._statFirstMediaReceived.markAcceptCall(this._transport.getTopology()),await this._signaling.acceptCall(this._mediaSource.mediaSettings),P.onCallAccepted(this.id),this._state=`ACTIVE`,this._participantState=X.ACCEPTED,this._changeFeatureSet(),this._openTransport(Object.values(await this._getParticipants()),!0)}catch(e){this._close(e,`Unable to accept concurrent call`)}}async _getMainRoomParticipants(){let e=await this._getParticipants();return C.mapSharedParticipants(Object.values(e).filter(e=>!e.isInRoom))}_decodeExternalConversationParams(e){let[t,n]=e.split(`:`),r=parseInt(t,10);if(isNaN(r))throw Error(`Invalid original length in prefix`);let i=atob(n),a=new Uint8Array(i.length);for(let e=0;e<i.length;e++)a[e]=i.charCodeAt(e);try{let e=ka(a,r).reduce((e,t)=>(e+=String.fromCharCode(t),e),``),{srcp:t,stne:n,tkn:i,trne:o,trnp:s,trnu:c,wse:l,wte:u}=JSON.parse(e);return{token:i,endpoint:l,wt_endpoint:u,turn_server:{urls:o.split(`,`),username:c,credential:s},stun_server:{urls:n.split(`,`)},client_type:t}}catch(e){throw this._close(e,`Can't decompress conversation params`),e}}_logCallStartEvent(e,t){let n={[Y.OUTGOING]:`outgoing`,[Y.INCOMING]:`incoming`,[Y.JOINING]:`join`};Bn.logEventualStat({name:H.CALL_START,value:Date.now()-e,string_value:JSON.stringify({labels:[n[t],`warmup_start`]})})}async accept(e){if(this._state!==`IDLE`)throw O.log(b.ERROR,`acceptIncoming`),R.error(`Unable to accept a call - invalid state`),Error(`Unable to accept a call - invalid state`);if(!this._mediaSource||!this._conversation||!this._transport)throw new D(E.UNKNOWN_ERROR);this._state=`PROCESSING`,R.debug(`Accept incoming call`,e);try{await this._mediaSource.request(e);let t=this._mediaSource.mediaSettings;this._logWithMediaSettings(b.ACCEPT_INCOMING,t),this._changeMediaSettings(t),this._statFirstMediaReceived.markAcceptCall(this._transport.getTopology()),await this._signaling.acceptCall(t),this._participantState=X.ACCEPTED;let n=this._getMuteStatesForCurrentRoom(),r=Object.keys(n);r.length&&this._onMuteParticipant({muteStates:n,mediaOptions:r,muteAll:!0,stateUpdated:!0}),this._registerParticipantLocalMuteState({muteStates:this._conversation.muteStatesPersonal});let i=await this._signaling.getRooms(this._isCallAdmin());if(i.rooms?.rooms){let e=await this._getParticipants();i.rooms.rooms.forEach(t=>{t.participantIds?.forEach(t=>{e[t]&&(e[t].isInRoom=!0)})})}this._conversation.roomId=i.rooms?.roomId||null;let a=await this._extractExternalRoomsData(i.rooms?.rooms,i.rooms?.roomId);if(P.onCallAccepted(this.id),P.onLocalStream(this._mediaSource.getStream(),t,this.id),P.onConversation(this._conversation.externalId,this._conversation.mediaModifiers,this._getMuteStatesForCurrentRoom(),await this._getMainRoomParticipants(),a,this.id),w.useParticipantListChunk){let e=await this._getInitialParticiapntListChunk(),t=await this._getParticipants();e?.participants?.forEach(e=>{let n=t[C.composeId(e)];n&&(n.movieShareInfos=e.movieShareInfos)}),await this._onConversationParticipantListChunk({participants:e})}return P.onLocalStatus(A.WAITING,this.id),this._toggleJoinAvailability(),this._changeNeedRate(),this._state=`ACTIVE`,this._changeFeatureSet(),this._openTransport(Object.values(await this._getParticipants()),!0),await this._processConversationUrlSharingInfo(),await this._processConnectionAsrInfo(),z.setActive(this.id),this._conversation}catch(e){throw this._close(e,`Unable to accept call`),e}}async decline(){if(this._state!==`IDLE`)throw O.log(b.ERROR,`declineIncoming`),R.error(`Unable to decline a call - invalid state`),Error(`Unable to decline a call - invalid state`);this._state=`PROCESSING`,R.debug(`Decline incoming call`),this._logWithMediaSettings(b.DECLINE_INCOMING,this.mediaSettings),this._participantState=X.HUNGUP,this._signaling.ready&&await this._signaling.hangup(E.REJECTED),this._close(new D(E.REJECTED))}async hangup(){R.debug(`Hangup`);let e=this._state===`ACTIVE`?E.HUNGUP:E.CANCELED;O.log(b.HANGUP,e),this._signaling.ready?(await this._signaling.hangup(e),this._close(new D(e))):P.onHangup(new D(E.HUNGUP),this._conversation&&this._conversation.id),this._conversation?.id&&z.has(this._conversation.id)&&z.remove(this._conversation.id)}async addParticipant(e,t){if(!this._signaling.ready){this._close(new D(E.UNKNOWN_ERROR),`Unable to add participant`);return}let n=await this._signaling.addParticipant(e.map(Z.toSignaling),t),r=null;n.type===`error`&&(r=n.error===`call-unfeasible`?n.status:E.UNKNOWN_ERROR);let i=n.participants;if(!i&&n.rejectedParticipants)throw Error(n.rejectedParticipants[0].reason);for(let e of i)await this._onAddParticipant(C.composeId(e),e,r)}async addParticipantLegacy(e,t){if(!this._signaling.ready){this._close(new D(E.UNKNOWN_ERROR),`Unable to add participant`);return}let n=await this._signaling.addParticipantLegacy(e,t),r=null;n.type===`error`&&(r=n.error===`call-unfeasible`?n.status:E.UNKNOWN_ERROR);let i=n.participants;for(let e of i)await this._onAddParticipant(C.composeId(e),e,r)}async removeParticipant(e,t=!1){this._signaling.ready&&(await this._signaling.removeParticipant(e,t),this._onRemoveParticipant(e))}setVolume(e){this._audioOutput.volume=e}updateStatisticsInterval(){this._transport&&this._transport.updateStatisticsInterval()}_openTransport(e,t){if(!this._transport)return;let n=[];for(let r of e)(r.state===X.CALLED||r.state===X.ACCEPTED)&&(this._transport.isAllocated(r.id)||this._transport.allocate(r.id,t)),r.state===X.ACCEPTED&&n.push(r.id);n.length?this._transport.open(n,null,!!this._conversation?.observer):this._transport.getTopology()===J.SERVER&&this._forceOpenTransportForAloneInCall()}async _close(e,t){t&&R.error(t,e),R.debug(`Close conversation`,e),Wa.sendHangupEvent(e,this._transport?.getTopology()),nr.destroy(),Wi.logMetrics(this._transport?.getTopology()),Wi.destroy(),Gi.logMetrics(this._transport?.getTopology()),Gi.destroy(),this._signaling.readyToSend(!1),e.error?this._signaling.ready&&this._signaling.hangup(E.FAILED):O.log(b.ERROR,e.hangup);let n=this._conversation&&this._conversation.id;if([E.CANCELED,E.NOT_FRIENDS,E.CALLEE_IS_OFFLINE,E.CALLER_IS_BLOCKED,E.CALLER_IS_REJECTED].indexOf(e.hangup)!==-1||e.hangup===E.REJECTED&&!e.remote){P.onHangup(e,n),this.destroy();return}if(e.hangup===E.HUNGUP&&(!e.remote||this._isCalledState())){P.onHangup(e,n),this.destroy();return}if(e.hangup===E.MISSED&&!e.remote){P.onHangup(e,n),this.destroy();return}if(this._cooldownQueueCleanupTimer!==null&&(window.clearInterval(this._cooldownQueueCleanupTimer),this._cooldownQueueCleanupTimer=null),(e.hangup===E.SOCKET_CLOSED||e.hangup===E.NOT_FOUND)&&z.getActive()&&!this._conversation){this._cleanupSignaling(),this._cleanupMediaSource();return}if(e.hangup===E.BUSY&&!e.remote){this._cleanupSignaling(),this._cleanupMediaSource();return}this._state=`CLOSE`,this._participantState=X.HUNGUP,this._changeFeatureSet(),this._cleanupMediaSource(),await this._cleanupParticipants(),this._cleanupParticipantAgnosticStreams(),this._cleanupTransport(),this._cleanupSpeakerDetector(),this._cleanupSpecListener(),this._cleanupSignaling(),this._api.cleanup(),this._api.setAbortSignal(void 0),this._signaling.setAbortSignal(void 0),O.destroy(),Bn.destroy(),z.remove(this.id),this._conversation=null,this._myLastRequestedLayouts={},this._delayedHangup=!1,this._abortController=null,P.onHangup(e||new D(E.UNKNOWN_ERROR),n)}async destroy(){let e=this._conversation&&this._conversation.id;if(R.debug(`Destroy conversation`,{conversationId:e}),this._cooldownQueueCleanupTimer!==null&&(window.clearInterval(this._cooldownQueueCleanupTimer),this._cooldownQueueCleanupTimer=null),this._state=`CLOSE`,this._participantState=X.HUNGUP,this._cleanupMediaSource(),await this._cleanupParticipants(),this._cleanupParticipantAgnosticStreams(),this._cleanupTransport(),this._cleanupSpeakerDetector(),this._cleanupSpecListener(),this._cleanupSignaling(),this._api.cleanup(),this._api.setAbortSignal(void 0),this._signaling.setAbortSignal(void 0),this._delayedHangup&&e)try{this._api.hangupConversation(e,E.CANCELED)}catch{}this._cleanupListeners(),O.destroy(),Bn.destroy(),z.remove(this.id),this._conversation=null,this._myLastRequestedLayouts={},this._delayedHangup=!1,this._abortController=null}async _getConversationParams(e){let t=await this._api.getConversationParams(e);R.debug(`Api.getConversationParams`,t);let n=[],{turn_server:r,stun_server:i}=t;if(i&&n.push(i),r&&r.urls){let e=r.urls.filter((e,t,n)=>n.indexOf(e)===t);e.push(`${e[e.length-1]}?transport=tcp`),n.push({urls:e,username:r.username,credential:r.credential})}return w.iceServers=n,w.wssBase=t.endpoint,t.wt_endpoint&&(w.wtsBase=t.wt_endpoint),w.wssToken=t.token,t.client_type&&(w.clientType=t.client_type),t.external_user_type&&(w.externalUserType=t.external_user_type),t}_setConversationParams({turn_server:e,stun_server:t,endpoint:n,wt_endpoint:r,token:i,client_type:a}){let o=[];if(t&&o.push(t),e&&e.urls){let t=e.urls.filter((e,t,n)=>n.indexOf(e)===t);t.push(`${t[t.length-1]}?transport=tcp`),o.push({urls:t,username:e.username,credential:e.credential})}w.iceServers=o,w.wssBase=n,w.wssToken=i,r&&(w.wtsBase=r),a&&(w.clientType=a)}_addGeoParamsToEndpoint(e,t){return t.isp_as_no&&(e+=`&ispAsNo=${t.isp_as_no}`),t.isp_as_org&&(e+=`&ispAsOrg=${t.isp_as_org}`),t.loc_cc&&(e+=`&locCc=${t.loc_cc}`),t.loc_reg&&(e+=`&locReg=${t.loc_reg}`),e}async _startConversation({opponentIds:e,opponentType:t,direction:n,mediaOptions:r,payload:i=``,joiningAllowed:a=!1,requireAuthToJoin:o=!1,onlyAdminCanShareMovie:s,externalIds:c,startedTime:l,onFastStart:u,conversationId:d}){let f=d??C.uuid();if(z.has(f))throw new D(E.HAS_ACTIVE_CALL);R.debug(`Conversation: start`,{conversationId:f,opponentIds:e,opponentType:t,direction:n});let p=r.includes(y.VIDEO),m;if(u){let e={deviceId:this._api.deviceId(),sdkVersion:w.sdkVersion,clientAppKey:w.apiKey,platform:w.platform,protocolVersion:w.protocolVersion,domainId:w.domain,capabilities:Ji.getFlags()},n=JSON.stringify(e),i;try{if(i=await u({internalParams:n,conversationId:f,externalIds:c,opponentType:t,mediaOptions:r,isVideo:p,joiningAllowed:a,requireAuthToJoin:o},this._abortController?.signal),!i.internalCallerParams)throw new D(E.FAST_START_ERROR,{message:JSON.stringify(i)})}catch(e){throw this._delayedHangup&&this._abortController?.signal.aborted?new D(E.CANCELED):e instanceof D?e:e instanceof Error?new D(E.FAST_START_ERROR,{message:e.message}):new D(E.FAST_START_ERROR,{message:String(e)})}try{let e=JSON.parse(i.internalCallerParams);m={endpoint:e.endpoint,wt_endpoint:e.wtEndpoint,id:f,is_concurrent:e.isConcurrent,client_type:e.clientType,rejected_participants:i.rejectedParticipants?.map(e=>({...e,status:e.status})),stun_server:e.stun,turn_server:e.turn,token:new URL(e.endpoint).searchParams.get(`token`)??``},R.debug(`FastStart`,m)}catch{throw new D(E.FAST_START_ERROR,{message:`Cannot parse internal params`})}}else m=await this._api.startConversation(f,e,t,p,i,a,o,{onlyAdminCanShareMovie:s},c),R.debug(`Api.startConversation`,m);this._setConversationParams(m);let h=await this._connectSignaling(Ki.START,m);return await this._setConversation(m,h,n),this._logCallStartEvent(l,Y.OUTGOING),h}async _joinConversation(e,t){W.setMark(H.SIGNALING_CONNECTED);let{conversationId:n,mediaOptions:r,chatId:i,joinLink:a,observedIds:o,payload:s,onFastJoin:c}=e;if(R.debug(`Conversation: join`,{conversationId:n,joinLink:a,observedIds:o}),n&&z.has(n))throw new D(E.HAS_ACTIVE_CALL);let l=r.includes(y.VIDEO),u;if(c){if(!a)throw new D(E.FAST_JOIN_ERROR,{message:`joinLink is required for fast join`});let e={deviceId:this._api.deviceId(),sdkVersion:w.sdkVersion,clientAppKey:w.apiKey,platform:w.platform,protocolVersion:w.protocolVersion,domainId:w.domain,capabilities:Ji.getFlags()},t=JSON.stringify(e),n;try{if(n=await c({joinLink:a,isVideo:l,internalParams:t},this._abortController?.signal),!n.internalCallerParams||!n.conversationId)throw new D(E.FAST_JOIN_ERROR,{message:JSON.stringify(n)})}catch(e){throw this._delayedHangup&&this._abortController?.signal.aborted?new D(E.CANCELED):e instanceof D?e:e instanceof Error?new D(E.FAST_JOIN_ERROR,{message:e.message}):new D(E.FAST_JOIN_ERROR,{message:String(e)})}try{let e=JSON.parse(n.internalCallerParams);if(z.has(n.conversationId))throw new D(E.HAS_ACTIVE_CALL);u={endpoint:e.endpoint,wt_endpoint:e.wtEndpoint,id:n.conversationId,is_concurrent:e.isConcurrent,client_type:e.clientType,stun_server:e.stun,turn_server:e.turn,token:new URL(e.endpoint).searchParams.get(`token`)??``},R.debug(`FastJoin`,u)}catch{throw new D(E.FAST_JOIN_ERROR,{message:`Cannot parse internal params`})}}else if(n)u=await this._api.joinConversation(n,l,i);else if(a)u=await this._api.joinConversationByLink(a,l,o,s);else throw new D(E.UNKNOWN_ERROR);if(R.debug(`Api.joinConversation`,u),u.id&&z.has(u.id))throw new D(E.HAS_ACTIVE_CALL);this._setConversationParams(u);let d=await this._connectSignaling(Ki.JOIN,u);return await this._setConversation(u,d,Y.JOINING),this._logCallStartEvent(t,Y.JOINING),d}async _prepareConversation(e,t=S.USER,n,r,i){W.setMark(H.SIGNALING_CONNECTED),R.debug(`Conversation: push`,{conversationId:e,type:t,peerId:n});let a=this._api.getUserId();if(!a)throw new D(E.UNKNOWN_ERROR);let o=0,s=``,c=``,l={id:e,peerId:n,endpoint:s,wt_endpoint:c,is_concurrent:!1,p2p_forbidden:!1,device_idx:0,token:``};if(r){let n=this._decodeExternalConversationParams(r);this._setConversationParams(n),s=i??`${w.wssBase}?userId=${a}&entityType=${t}&deviceIdx=${o}&conversationId=${e}&token=${w.wssToken}`,l.token=n.token,l.endpoint=s,w.wtsBase&&(c=`${w.wtsBase}?userId=${a}&entityType=${t}&deviceIdx=${o}&conversationId=${e}&token=${w.wssToken}`,l.wt_endpoint=c)}else{let n=await this._getConversationParams(e);o=n.device_idx||0,s=i??`${w.wssBase}?userId=${a}&entityType=${t}&deviceIdx=${o}&conversationId=${e}&token=${w.wssToken}`,s=this._addGeoParamsToEndpoint(s,n),l.token=n.token,l.endpoint=s,l.device_idx=o,w.wtsBase&&(c=`${w.wtsBase}?userId=${a}&entityType=${t}&deviceIdx=${o}&conversationId=${e}&token=${w.wssToken}`,c=this._addGeoParamsToEndpoint(c,n),l.wt_endpoint=c)}let u=await this._connectSignaling(Ki.ACCEPT,l);return await this._setConversation(l,u,Y.INCOMING,t),u}async _createParticipant(e,t){let n=Object.assign({id:null,externalId:null,mediaSettings:T(),participantState:{},state:X.CALLED,status:null,remoteStream:null,mediaSource:null,platform:null,clientType:null,roles:[],networkRating:1,lastRequestedLayouts:{},muteStates:{},unmuteOptions:[],observedIds:[],isInRoom:!1,markers:null},e);return n.externalId||(n.externalId=await this._getParticipantId(t??n.id)),this._api.cacheExternalId(t??n.id,n.externalId),t&&this._api.mapDecorativeId(t,n.id),n.observedIds?.length&&(n.externalId.observer=!0),e.markers&&(n.markers=this._denormalizeMarkers(n.id,e.markers)),n}async _getParticipantId(e){try{return await this._api.userId(e)}catch(e){throw this._close(new D(E.NETWORK_ERROR),e),e}}async _setConversation(e,t,n,r=S.USER){let{participants:i}=t.conversation;t.conversationParams?.serverTime&&(this._serverTimeOffset=t.conversationParams.serverTime-Date.now()),i.forEach(e=>{let t=C.composeId(e),n=Z.fromSignalingParticipant(e,!1);if(n){this._api.cacheExternalId(t,n);let r=C.composeDecorativeId(e),i=Z.fromSignalingParticipant(e);r&&i&&(this._api.cacheExternalId(r,i),this._api.mapDecorativeId(e.decorativeUserId,e.id))}});let a=this._api.getUserId(),o=this._extractLocalParticipantFromConnection(t),s=e.device_idx||0;if(!a){if(!o)throw new D(E.UNKNOWN_ERROR);a=Number(o.id),o.idType&&(r=o.idType),o.deviceIdx&&(s=o.deviceIdx),this._api.setUserId(a)}let c=C.composeParticipantId(a,r,s);this._conversation={userId:a,compositeUserId:c,externalId:await this._getExternalIdByParticipantId(c),acceptTime:t.conversation.acceptTime,features:t.conversation.features||[],featuresPerRole:t.conversation.featuresPerRole,id:t.conversation.id||e.id,participantsLimit:t.conversation.participantsLimit||30,topology:t.conversation.topology||J.DIRECT,direction:n,concurrent:t.isConcurrent||e.is_concurrent||!1,needRate:!1,chatId:t.conversation.multichatId,roles:o?.roles??[],recordsInfoByRoom:new Map,asrInfoByRoom:new Map,muteStates:new Map,muteStatesPersonal:{},joinLink:e.join_link??t.conversation.joinLink,pinnedParticipantIdByRoom:new Map,mediaModifiers:t.mediaModifiers,options:[],networkRating:1,waitingHall:this._isInWaitingHall(t),waitForAdmin:this._isWaitForAdmin(t),observer:!1,asrInfo:t.conversation.asrInfo||null,roomId:t.rooms?.roomId||null,audienceMode:this._isAudienceMode(t),restricted:this._isRestricted(t),urlSharingInfoByRoom:new Map},wt.conversationId=t.conversation.id||e.id,this._signaling.setConversationId(this._conversation.id),e.p2p_forbidden&&(w.forceRelayPolicy=e.p2p_forbidden),O.log(b.RELAY_POLICY,w.forceRelayPolicy?`1`:`0`),this._changeFeatureSet(),this._changeFeaturesPerRole(),this._logDevices()}_updateConversation(e){if(!this._conversation)throw new D(E.UNKNOWN_ERROR);this._conversation.acceptTime=e.conversation.acceptTime,this._conversation.features=e.conversation.features||[],this._conversation.featuresPerRole=e.conversation.featuresPerRole,this._conversation.participantsLimit=e.conversation.participantsLimit||30,this._conversation.topology=e.conversation.topology||J.DIRECT,this._conversation.concurrent=e.isConcurrent||!1,this._conversation.chatId=e.conversation.multichatId,this._conversation.mediaModifiers=e.mediaModifiers,this._conversation.waitingHall=!1,this._conversation.waitForAdmin=!1,this._conversation.restricted=!1}_createMediaSource(){let e=new Ae;return this.subscribe(e,Oe.SOURCE_CHANGED,this._onLocalMediaStreamChanged.bind(this)),this.subscribe(e,Oe.SCREEN_STATUS,this._onScreenSharingStatus.bind(this)),this._audioFix=new Aa(e),e}async _connectSignaling(e,t){this._signaling.setEndpoint(t.endpoint),this._signaling.setWebTransportEndpoint(t.wt_endpoint?t.wt_endpoint:null),this.subscribe(this._signaling,qn.NOTIFICATION,e=>this._signalingActor.add(e)),this.subscribe(this._signaling,qn.FAILED,this._onSignalingFailed.bind(this)),this.subscribe(this._signaling,qn.RECONNECT,this._onSignalingReconnect.bind(this));let n=await this._signaling.connect(e,t);return Bn.logEventualStat({name:H.SIGNALING_CONNECTED}),n}async _processConnection(e){await this._registerConnectionParticipants(e),this._processRooms(e),this._processMuteStates(e),this._processRecordInfos(e),this._onOptionsChanged(e.conversation.options),e.chatRoom&&e.chatRoom.totalCount&&this._onChatRoomUpdated(la.ATTENDEE,e.chatRoom.totalCount,e.chatRoom.firstParticipants,null,null)}async _onConversationParticipantListChunk(e){let t=e.participants;t&&P.onConversationParticipantListChunk(await this._participantListChunkToExternalChunk(this._createParticipantListChunk(t)))}_createParticipantListChunk(e){return{participants:[],countBefore:0,countAfter:0,markerFound:!1,...e}}async _participantListChunkToExternalChunk(e){let t=await this._getParticipants(),n=C.mapSharedParticipants(e.participants.reduce((e,n)=>{let r=C.composeId(n);return t[r]&&e.push(t[r]),e},[]));return{...e,participants:n}}async _registerConnectionParticipants(e){await this._registerParticipants(e.conversation.participants),e.participants?.participants&&await this._registerParticipants(e.participants?.participants);let t=e?.rooms?.rooms??[];for(let e of t)await this._registerParticipants(e?.participants?.participants??[],!0)}async _registerParticipants(e,t=!1){if(!this._conversation)return;let n=e[0]?.externalId?.type;n&&(w.externalUserType=n);let r=await this._getParticipants();for(let n of e){let e=C.composeId(n);if(R.test(`Conversation:RegisterParticipant`,e),this._isMe(e)){this._conversation.roles=n.roles||[],this._conversation.roles.length&&(R.debug(`Local roles changed: ${n.roles}`),P.onLocalRolesChanged(this._conversation.roles,!0)),this._registerParticipantLocalMuteState(n);continue}if(n.state===X.HUNGUP||n.state===X.REJECTED){r[n.id]&&await this._removeParticipant(r[n.id],E.HUNGUP);continue}let i=C.composeDecorativeId(n);this._registerParticipant({id:e,externalId:Z.fromSignalingParticipant(n),mediaSettings:T(n.mediaSettings),participantState:C.mapParticipantState(n),state:n.state,roles:n.roles||[],status:A.WAITING,muteStates:n.muteStates||{},unmuteOptions:n.unmuteOptions||[],observedIds:n.observedIds||[],markers:this._denormalizeMarkers(e,n.markers),movieShareInfos:n.movieShareInfos,isInRoom:t},i);let a=await this._getParticipant(e);a&&n.roles&&n.roles.length&&(R.debug(`Roles for participant [${e}] changed: ${n.roles}`),P.onRolesChanged(a.externalId,n.roles,!0))}}_registerParticipantLocalMuteState({muteStates:e,unmuteOptions:t}){if(!e)return;let n=async()=>{let n=Ca(e,ma.MUTE),r=Ca(e,ma.MUTE_PERMANENT);for(let i of[n,r])i.length&&await this._onMuteParticipant({muteStates:e,unmuteOptions:t,mediaOptions:i,stateUpdated:!0})};C.setImmediate(()=>n().catch(e=>R.error(e)))}_getStatusByTransportState(e){let t=null;return e===q.CONNECTED?t=A.CONNECTED:e===q.CONNECTING||e===q.OPENED?t=A.CONNECTING:e===q.RECONNECTING&&(t=A.RECONNECT),t}_registerParticipantInCache(e){return this._participants[e.id]=e,e}async _getExistedParticipantByIdOrCreate(e){let t=(await this._getParticipants())[e];if(t)return t;let n=this._api.getDecorativeIdByInitialId(C.decomposeId(e).id),r=n?C.composeUserId(n):void 0;return this._createParticipant({id:e},r)}async _getExternalIdByParticipantId(e){if(this._isMe(e))return this._conversation?.externalId;if(w.useParticipantListChunk)return(await this._getExistedParticipantByIdOrCreate(e)).externalId;let t=await this._getParticipants();if(t[e]?.externalId)return t[e].externalId;{let t=await this._getParticipantId(e);return this._api.cacheExternalId(e,t),t}}async _registerParticipantAndSetMarkersIfChunkEnabled(e,t){if(w.useParticipantListChunk){let n=this._registerParticipantInCache(await this._getExistedParticipantByIdOrCreate(e));return n.markers=this._denormalizeMarkers(n.id,t),n}return(await this._getParticipants())[e]}_warnParticipantNotInConversation(e){R.warn(`Participant [${e}] isn't in conversation`)}_denormalizeMarkers(e,t){if(!t)return null;let n=Object.values(t).find(e=>`ts`in e&&`rank`in e);return Object.entries(t).reduce((t,[r,i])=>(t[r]={...n,...i,id:e},t),{})}_processRooms(e){let t=e.rooms?.roomId??null;this._onRoomSwitched(t,!0)}_processMuteStates(e,t=!1){let n=wa(e);this._setMuteStatesForRoomId(n,null);for(let t of e.rooms?.rooms??[])this._setMuteStatesForRoomId(t.muteStates,t.id);let r=this._getMuteStatesForCurrentRoom();t&&(r=Oa(e,r));let i=Object.keys(r),a=this._conversation?.roomId;i.length&&this._onMuteParticipant({muteStates:r,mediaOptions:i,muteAll:!0,stateUpdated:!0,roomId:a},t)}_processRecordInfos(e){this._onRecordInfo(e.conversation?.recordInfo??null);for(let t of e.rooms?.rooms??[])this._onRecordInfo(t.recordInfo??null,t.id)}async _processPinnedParticipants(e){e.conversation.pinnedParticipantId?await this._onPinParticipant(e.conversation.pinnedParticipantId):this._conversation?.pinnedParticipantIdByRoom.delete(null);for(let t of e.rooms?.rooms??[])t.pinnedParticipantId?await this._onPinParticipant(t.pinnedParticipantId,!1,void 0,t.id):this._conversation?.pinnedParticipantIdByRoom.delete(t.id)}async _allocateTransport(){if(!this._conversation||!this._mediaSource)return;this._transport=new Ui(this._conversation.topology,this._signaling,this._mediaSource,this._serverSettings),this._debugInfo=new Pa,this.subscribe(this._transport,K.STATE_CHANGED,this._onTransportStateChanged.bind(this)),this.subscribe(this._transport,K.LOCAL_STATE_CHANGED,this._onTransportLocalStateChanged.bind(this)),this.subscribe(this._transport,K.REMOTE_TRACK_ADDED,this._onRemoteTrackAdded.bind(this)),this.subscribe(this._transport,K.REMOTE_TRACK_REMOVED,this._onRemoteTrackRemoved.bind(this)),this.subscribe(this._transport,K.AUDIO_MIX_STALL,this._onAudioMixStall.bind(this)),this.subscribe(this._transport,K.REMOTE_DATA_STATS,this._onRemoteDataStats.bind(this)),this.subscribe(this._transport,K.SIGNALLED_STALLED_PARTICIPANTS,this._onRemoteSignalledStall.bind(this)),this.subscribe(this._transport,K.TOPOLOGY_CHANGED,this._onTopologyChanged.bind(this)),this.subscribe(this._transport,K.NETWORK_STATUS,this._onNetworkStatus.bind(this)),this.subscribe(this._transport,K.REMOTE_STREAM_SECOND,this._onRemoteStreamSecond.bind(this)),this.subscribe(this._transport,K.PEER_CONNECTION_CLOSED,this._onPeerConnectionClosed.bind(this)),this.subscribe(this._transport,K.ASR_TRANSCRIPTION,this._onAsrTranscription.bind(this)),this.subscribe(this._transport,K.ANIMOJI_STREAM,this._onAnimojiStream.bind(this)),this.subscribe(this._transport,K.ANIMOJI_ERROR,this._onAnimojiError.bind(this));let e=this._conversation.direction===Y.OUTGOING&&!this._conversation.concurrent,t=await this._getParticipants();for(let n of Object.values(t))(n.state===X.ACCEPTED||n.state===X.CALLED)&&this._transport.allocate(n.id,e)}_createSpeakerDetector(){this._transport&&this._conversation&&(this._volumesDetector=new Ba(this._transport),this.subscribe(this._volumesDetector,za.VOLUMES_DETECTED,this._onVolumesDetected.bind(this)),this._speakerDetector=new Ha(this._volumesDetector,this._transport,this._conversation.topology),this.subscribe(this._speakerDetector,Va.SPEAKER_CHANGED,this._onSpeakerChanged.bind(this)),this._localVolumeDetector=new La(this._mediaSource))}async _createSpecListener(){this._transport&&this._volumesDetector&&(this._specListener=new Ua(this._transport,this._volumesDetector,await this._getParticipants()))}_logDevices(){let e=I.getCameras().length,t=I.getMicrophones().length;R.debug(`Cameras: `+e+(I.hasCameraPermission()?`✔`:`✖`)+`, Microphones: `+t+(I.hasMicrophonePermission()?`✔`:`✖`)),O.log(b.DEVICES,`${e}_${t}`)}_logWithMediaSettings(e,t){O.log(e,[t?.isAudioEnabled&&`audio`,t?.isVideoEnabled&&`video`].filter(Boolean).join(`_`))}async _removeParticipant(e,t){if(e.state===X.CALLED||e.state===X.ACCEPTED||this._state===`CLOSE`)return;e.id===this._lastSignalledActiveSpeakerId&&(this._lastSignalledActiveSpeakerId=null);let n=await this._getParticipants();if(n[e.id]){t===E.HUNGUP?this._setParticipantsStatus([e],A.HANGUP):this._setParticipantsStatus([e],A.ERROR,t),e.mediaSource?.disconnect(),this._conversation&&this._conversation.pinnedParticipantIdByRoom.get(null)===e.id&&this._conversation.pinnedParticipantIdByRoom.delete(null),this._conversation&&this._conversation.roomId&&this._conversation.pinnedParticipantIdByRoom.get(this._conversation.roomId)===e.id&&this._conversation.pinnedParticipantIdByRoom.delete(this._conversation.roomId);for(let[t,n]of Object.entries(e.lastRequestedLayouts))this._streamIdByStreamDescription.delete(t),this._sequenceNumberByStreamDescription.delete(t),this._cooldownTimestampByStreamDescription.delete(t),this._streamWaitTimerByStreamDescription.has(t)&&(window.clearTimeout(this._streamWaitTimerByStreamDescription.get(t)),this._streamWaitTimerByStreamDescription.delete(t)),this._sendUpdateDisplayLayout({[t]:{stopStream:!0}},!1);this._api.unmapDecorativeId(e.id),delete n[e.id],P.onRemoteRemoved(e.externalId,e.markers,this.id)}}_cleanupListeners(){this.unsubscribe(),window.removeEventListener(`pagehide`,this._onUnload)}_cleanupMediaSource(){this._mediaSource&&(this._mediaSource.destroy(),this._mediaSource=null)}async _cleanupParticipants(){Object.values(await this._getParticipants()).forEach(e=>{e.remoteStream?.getTracks().forEach(e=>e.stop()),e.remoteAudioTrack?.stop(),e.secondStream?.getTracks().forEach(e=>e.stop()),e.mediaSource?.disconnect()}),this._participants={},this._audioOutput&&this._audioOutput.destroy()}_cleanupParticipantAgnosticStreams(){R.debug(`cleaning up participant-agnostic streams`),this._streamByStreamId.forEach(e=>{e.getTracks().forEach(e=>{e.stop()})}),this._streamByStreamId=new Map,this._streamWaitTimerByStreamDescription.forEach(e=>{window.clearTimeout(e)}),this._streamWaitTimerByStreamDescription=new Map,this._streamIdByStreamDescription=new Map,this._sequenceNumberByStreamDescription=new Map,this._cooldownTimestampByStreamDescription=new Map}_cleanupTransport(){this._transport&&(this._transport.destroy(),this._transport=null),this._debugInfo&&(this._debugInfo=null)}_cleanupSpeakerDetector(){this._speakerDetector&&(this._speakerDetector.destroy(),this._speakerDetector=null),this._volumesDetector&&(this._volumesDetector.destroy(),this._volumesDetector=null),this._localVolumeDetector&&(this._localVolumeDetector.destroy(),this._localVolumeDetector=null)}_cleanupSpecListener(){this._specListener&&(this._specListener.destroy(),this._specListener=null)}_cleanupSignaling(){this._signaling.close(),this._signaling.cleanup()}async _onAddParticipant(e,t,n){R.debug(`Add new participant [${e}]`);let r=await this._getParticipant(e);if(r&&(r.state===X.ACCEPTED||r.state===X.CALLED)){R.warn(`Participant [${r.id}:${r.state}] is already in conversation`);return}if(!r){let n=C.composeDecorativeId(t);this._registerParticipant({id:e,externalId:Z.fromSignalingParticipant(t),mediaSettings:T(t.mediaSettings),state:t.state,roles:t.roles||[],muteStates:t.muteStates||{},unmuteOptions:t.unmuteOptions||[],observedIds:t.observedIds||[]},n),r=await this._getParticipant(e)}this._setParticipantsStatus([r],A.WAITING),n?(r.state=X.HUNGUP,await this._removeParticipant(r,n)):this._transport&&(r.state=X.CALLED,this._transport.allocate(r.id,!0),O.log(b.ADD_PARTICIPANT),this._invokeRolesChangedCallbackIfNeeded(r))}async _onRemoveParticipant(e){R.debug(`Remove participant [${e}]`);let t=[],n=await this._getParticipants();for(let r=0;r<=Ja;r++){let i=n[C.compose(e,r)];i&&t.push(i)}if(!t.length){this._warnParticipantNotInConversation(e);return}if(this._transport)for(let e of t)this._transport.close(e.id);O.log(b.REMOVE_PARTICIPANT)}async changeDevice(e){return e===`audiooutput`?this._audioOutput.changeOutput():this._mediaSource?this._mediaSource.changeDevice(e):Promise.reject(v.UNKNOWN)}stopVideoTrack(){return this._mediaSource?.stopVideoTrack()}async toggleScreenCapturing(e){return this._mediaSource?this._mediaSource.toggleScreenCapturing(e):Promise.reject(v.UNKNOWN)}async disableScreenCapturing(){return this._mediaSource?this._mediaSource.disableScreenCapturing():Promise.reject(v.UNKNOWN)}toggleAnimojiCapturing(e){this._mediaSource&&this._mediaSource.toggleAnimojiCapturing(e)}setAnimojiSvg(e,t=null,n=null){if(!this._transport||!this._conversation)return;let r=!t,i=t??this._conversation.compositeUserId;if(e instanceof ArrayBuffer){let t=n??this._conversation.externalId.id;this._transport.setAnimojiSvg(i,{svg:e,userId:t,isMe:r});return}this._transport.setAnimojiSvg(i,{svg:e,isMe:r})}setAnimojiFill(e){this._transport?.setAnimojiFill(e)}async setVideoStream(e,t=!1){if(this._mediaSource)return this._mediaSource.setVideoStream(e,t)}async setAudioStream(e){if(this._mediaSource)return this._mediaSource.setAudioStream(e)}async toggleLocalVideo(e){if(this._mediaSource)return O.log(b.MEDIA_STATUS,e?`video_1`:`video_0`),this._mediaSource.toggleVideo(e)}async toggleLocalAudio(e){if(this._mediaSource)return O.log(b.MEDIA_STATUS,e?`audio_1`:`audio_0`),this._mediaSource.toggleAudio(e)}async changePriorities(e){if(e.length<2||!this._signaling.ready)return;let t={},n={};for(let t of e){let e=typeof t.uid==`object`?t.uid:Z.fromId(t.uid),r=Z.toString(e);n[r]=t.priority}let r=await this._getParticipants();for(let e of Object.values(r)){let r=Z.toString(e.externalId);Object.hasOwn(n,r)&&(t[e.id]=n[r])}await this._signaling.changePriorities(t)}async changeParticipantState(e,t){for(let[t,n]of Object.entries(e))if(t.length>5||n.length>5)throw Error(`key/value max length is 5 chars, mappings with empty values (null or empty string) are discarded`);t&&!this._isCallAdmin()&&(t=void 0),await this._signaling.changeParticipantState(e,t)}async hold(e){let t=Dr.get();await this._signaling.hold(e,e?void 0:t),e?(this._state===`ACTIVE`&&(this._state=`HELD`),await this._mediaSource?.stopLocalMedia(),P.onLocalStatus(A.ONHOLD,this.id)):(this._state===`HELD`&&(this._state=`ACTIVE`),await this._mediaSource?.resumeLocalMedia(),this._mediaSource&&P.onLocalStream(this._mediaSource?.getStream()??null,this._mediaSource.mediaSettings,this.id))}async putHandsDown(){this._checkAdminRole(),await this._signaling.putHandsDown()}async requestKeyFrame(e){let t={};return t[$t(e)]={keyFrameRequested:!0},this._signaling.updateDisplayLayout(t)}async requestTestMode(e,t){return this._signaling.requestTestMode(e,t)}async updateDisplayLayout(e){if(e.length<1||!this._signaling.ready)return;R.log(`Update display layout request [${this._signaling.getNextCommandSequenceNumber()}]`,e);let t={},n=await this._getParticipants();for(let r of e){let e=typeof r.uid==`object`?r.uid:Z.fromId(r.uid),i=this._api.getCachedOkIdByExternalId(e);if(!i){let t=Z.toString(e);R.log(`Unknown participant external ID ${t}`);continue}let a=$t({participantId:i,mediaType:r.mediaType,streamName:r.streamName}),o=n[i];o?o.lastRequestedLayouts[a]=r:this._isMe(i)&&(this._myLastRequestedLayouts[a]=r),Jt(r)?(this._isMe(i)&&delete this._myLastRequestedLayouts[a],this._streamIdByStreamDescription.has(a)&&!this._cooldownTimestampByStreamDescription.has(a)&&this._cooldownTimestampByStreamDescription.set(a,Date.now())):(this._cooldownTimestampByStreamDescription.delete(a),!this._streamIdByStreamDescription.has(a)&&w.videoTracksCount>0&&this._streamIdByStreamDescription.set(a,null),t[a]=r),r.mediaType===V.SCREEN&&!Jt(r)&&W.setMark(W.getMarkNameScreenshareFirstFrame(i))}let r=this._cooldownTimestampByStreamDescription.keys();for(;this._streamIdByStreamDescription.size>w.videoTracksCount;){let e=r.next();if(e.done){R.error(`Cannot accommodate all streaming requests: tracks available `+w.videoTracksCount+`; requested streams: `+Array.from(this._streamIdByStreamDescription.keys()));break}await this._stopStreaming(e.value),t[e.value]={stopStream:!0}}this._transport?.getTopology()===J.SERVER&&await this._sendUpdateDisplayLayout(t)}async feedback(e){return this._signaling.feedback(e)}userFeedbackStats(e,t,n){if(this._conversation&&w.clientEventsLoggingEnabled){let r={event_type:H.USER_FEEDBACK_RECEIVED,user_response:e};t!==void 0&&(r.reason=t),n!==void 0&&(r.group_call_users_count=n),O.logClientEvent(r,!0)}}sendClientEvent(e,t={},n=!1){let r={event_type:e,...t};O.logClientEvent(r,n)}async _stopStreaming(e){if(this._cooldownTimestampByStreamDescription.delete(e),this._sequenceNumberByStreamDescription.set(e,this._signaling.getNextCommandSequenceNumber()),this._streamWaitTimerByStreamDescription.has(e)&&(R.log(`Client asked to stop streaming before stream became available`,e),window.clearTimeout(this._streamWaitTimerByStreamDescription.get(e)),this._streamWaitTimerByStreamDescription.delete(e)),this._streamIdByStreamDescription.get(e)){let t=await this._getParticipants(),n=en(e),r=t[n.participantId],i=this._conversation?.externalId,a=this._isMe(n.participantId);if(r||a){switch(n.mediaType){case V.STREAM:case V.MOVIE:if(n.streamName){let e={stream:null,streamName:n.streamName,mediaType:n.mediaType};a?P.onLocalLive(i,e):P.onRemoteLive(r.externalId,e)}break;case V.CAMERA:P.onRemoteStream(r.externalId,null,this.id);break;case V.SCREEN:P.onRemoteScreenStream(r.externalId,null,this.id);break}O.log(b.PAT_DEALLOCATED)}else R.log(`Cannot find participant to stop streaming: ${n.participantId}`)}this._streamIdByStreamDescription.delete(e)}async _sendUpdateDisplayLayout(e,t=!0){if(Object.keys(e).length===0)return;R.log(`Update display layout send [${this._signaling.getNextCommandSequenceNumber()}]`,e);let n;try{if(n=await this._signaling.updateDisplayLayout(e),!n)return}catch(n){if(R.warn(`Failed to update display layout ${JSON.stringify(e)}. ${n}`),t)throw n;return}let r=[],i=await this._getParticipants();for(let[e,t]of Object.entries(n.errorCodeByParticipantId||{})){let n=en(e),a=i[n.participantId];if(a){let e;typeof t==`number`?e=_a(t):(R.warn(`Unexpected error code ${t} received for participant ${n.participantId}`),e=ga.UNKNOWN_ERROR),r.push({externalId:a.externalId,errorReason:e})}}if(r&&r.length&&(R.warn(`Could not allocate one or more participants`,r),t))throw new Xa(`Could not allocate one or more participants`,r)}async _cleanupCooldownQueue(){let e={},t=this._cooldownTimestampByStreamDescription.entries();do{let n=t.next();if(n.done)break;let r=n.value;if(r[1]+qa>Date.now())break;let i=r[0];await this._stopStreaming(i),e[i]={stopStream:!0}}while(!0);this._sendUpdateDisplayLayout(e,!1)}_onParticipantSourcesUpdate(e){if(this._conversation){let t=e.participantUpdateInfos;R.log(`Received participant sources update notification`,t);for(let e of t)this._waitForStreamIfNeeded(e)}}async _onParticipantPromoted(e){this._conversation&&this._conversation.audienceMode?(R.log(`Promoted in audience mode`,!e.demote),this._conversation.restricted=e.demote,this._processRecordInfos(e),!e.demote&&this._mediaSource&&this._changeMediaSettings(this._mediaSource.mediaSettings)):(R.log(`Promoted in waiting hall`,!e.demote),e.demote?(R.log(`Kicked from waiting hall`),this._close(new D(E.REMOVED))):(this._updateConversation(e),await this._onJoinPart2(e))),P.onPromoted(e.demote)}async _onChatRoomUpdated(e,t=0,n=[],r,i){R.log(`Chat room updated: ${e}`);let a=[],o=[],s=[],c=[],l=[];if(n.length&&n.forEach(e=>{if(e.externalId){let t=Z.fromSignaling(e.externalId);l.push(t),this._api.cacheExternalId(e.id.id,t)}else{let t=C.decomposeId(e.id.id).id;a.push(t),c.push(t)}}),r?.length&&r.forEach(e=>{let t=C.decomposeId(e).id;a.push(t),o.push(t)}),i?.length&&i.forEach(e=>{let t=C.decomposeId(e).id;a.push(t),s.push(t)}),!a.length){P.onChatRoomUpdated(e,t,l,[],[]);return}if(c.length){let e=await this._api.getExternalIdsByOkIds(c);l.push(...e)}let u=await this._api.getExternalIdsByOkIds(o),d=await this._api.getExternalIdsByOkIds(s);P.onChatRoomUpdated(e,t,l,u,d)}async _onSharedMovieUpdate(e){let t=this._conversation?.externalId;for(let n of e.data)if(this._isMe(n.participantId))P.onLocalLiveUpdate(t,n);else{let e=await this._getExternalIdByParticipantId(n.participantId);e&&P.onRemoteLiveUpdate(e,n)}}async _onSharedMovieInfoStarted(e){R.log(`Shared movie started data received: ${e.notification}`),await this._processSharedMovieInfo(e.movieShareInfo,e.roomId)}async _processSharedMovieInfos(e,t=null){e&&await Promise.all(e.map(e=>this._processSharedMovieInfo(e,t)))}async _processSharedMovieInfo(e,t=null){if(!e)return;let n=this._conversation?.externalId;if(this._isMe(e.initiatorId))P.onLocalSharedMovieInfo(n,e,t);else{let n=await this._getExternalIdByParticipantId(e.initiatorId);n&&P.onRemoteSharedMovieInfo(n,e,t)}}async _processConnectionSharedMovieInfo(e){let t=e.conversation.participants.find(e=>this._isMe(C.composeId(e)));await this._processSharedMovieInfos(t?.movieShareInfos,e?.rooms?.roomId??null)}async _processConnectionAsrInfo(e){let t=e?.conversation.asrInfo??this._conversation?.asrInfo;if(t&&this._conversation?.asrInfoByRoom.set(null,t),e?.rooms?.rooms)for(let t of e.rooms.rooms)t.asrInfo&&this._conversation?.asrInfoByRoom.set(t.id,t.asrInfo);let n=e?.rooms?.roomId??this._conversation?.roomId??null,r=this._conversation?.asrInfoByRoom.get(n);if(r){let e=await this._getExternalIdByParticipantId(r.initiatorId);e&&P.onAsrSet({externalId:e,movieId:r.movieId},n)}else n&&P.onAsrSet(null,n)}async _processConversationUrlSharingInfo(e){if(!this._conversation)return;e&&this._extractConnectionUrlSharingInfo(e);let{urlSharingInfoByRoom:t}=this._conversation,n=this._conversation.roomId,r=t.get(n);if(r&&!this._isMe(r.initiatorId)){let e=await this._getExternalIdByParticipantId(r.initiatorId);e&&P.onRemoteSharedUrl(e,r.sharedUrl,n)}}_extractConnectionUrlSharingInfo(e){if(!this._conversation)return;let{urlSharingInfoByRoom:t}=this._conversation;if(e.conversation.urlSharingInfo?t.set(null,e.conversation.urlSharingInfo):t.delete(null),e.rooms?.rooms)for(let n of e.rooms.rooms)n.urlSharingInfo?t.set(n.id,n.urlSharingInfo):t.delete(n.id)}async _onSharedMovieInfoStopped(e){R.log(`Shared movie stopped data received: ${e.notification}`);let t=this._conversation?.externalId,{initiatorId:n,movieId:r,source:i,roomId:a=null}=e,o={initiatorId:n,movieId:r,source:i};if(this._isMe(n))P.onLocalSharedMovieStoppedInfo(t,o,a);else{let e=await this._getExternalIdByParticipantId(n);if(e){let t=(await this._getParticipants())[n];t?.movieShareInfos&&(t.movieShareInfos=t.movieShareInfos.filter(e=>e&&e.movieId!==r)),P.onRemoteSharedMovieStoppedInfo(e,o,a)}}}async _onUrlSharingInfoUpdated(e){if(R.log(`Shared URL data received: ${e.notification}`),!this._conversation)return;let{urlSharingInfoByRoom:t,roomId:n}=this._conversation,{initiatorId:r,sharedUrl:i,roomId:a=null}=e;if(i?t.set(a,{sharedUrl:i,initiatorId:r}):t.delete(a),!(!i&&a!==n&&t.has(n))&&(!i||!this._isMe(r))){let e=await this._getExternalIdByParticipantId(r);e&&P.onRemoteSharedUrl(e,i,a)}}_onFeaturesPerRoleChanged(e){R.log(`Features per role changed: ${e.notification}`),this._conversation&&(this._conversation.featuresPerRole=e.featuresPerRole??{}),P.onFeaturesPerRoleChanged(e.featuresPerRole)}async _waitForStreamIfNeeded(e){if(e.fastScreenShare&&!e.participantStreamDescription){let t=this._getStreamDescriptionById(e.streamId);if(t){let e=en(t),n=await this._getParticipant(e.participantId);P.onRemoteScreenStream(n.externalId,null,this.id);return}}let t=this._matchStreamDescription(e.participantStreamDescription);if(!t)return;let{mediaType:n,participantId:r}=t;if(n===V.ANIMOJI)return;let i=await this._getParticipant(r);if(n===V.SCREEN&&!e.fastScreenShare){R.log(`skipping participant-sources-update notification since screenshare will be received over datachannel`);return}let a=$t(t),o=this._sequenceNumberByStreamDescription.get(a);if(o&&o>e.sequenceNumber){R.warn(`Participant ${r} received outdated PAT response: sequence number ${e.sequenceNumber}; last sent sequence number for given participant is ${o}`),O.log(b.PAT_OUTDATED_RESPONSE);return}i&&e.suspend!==void 0&&n&&(R.debug(`participant-sources-update: mediaType=${n}, suspend=${e.suspend}`),P.onRemoteStreamSuspended(i.externalId,n,e.suspend));let s=e.streamId,c=e.rtpTimestamp?this._getWaitingTime(s,e.rtpTimestamp):0;if(c<=0){this._streamWaitTimerByStreamDescription.delete(a);let t=this._conversation?.externalId,n=this._isMe(r);if(!i&&!n){O.log(b.PAT_ERROR,`participantMissing`),R.error(`Could not find participant by ID: ${r}`);return}let o=n?t:i.externalId,c=this._streamByStreamId.get(s);if(!c){O.log(b.PAT_ERROR,`streamNotFound`),R.error(`Could not find stream by ID: ${s}`);return}O.log(b.PAT_ALLOCATED),this._streamIdByStreamDescription.set(a,s);let l=e.participantStreamDescription?.mediaType;if(l===V.STREAM||l===V.MOVIE){if(e.participantStreamDescription?.streamName){let t={streamName:e.participantStreamDescription.streamName,stream:c,mediaType:l};n?P.onLocalLive(o,t):P.onRemoteLive(o,t)}}else l===V.SCREEN?P.onRemoteScreenStream(i.externalId,c,this.id):n||P.onRemoteStream(i.externalId,c,this.id)}else{R.debug(`Waiting for ${c} until stream ${s} for ${a} is switched`);let t=window.setTimeout(this._waitForStreamIfNeeded.bind(this,e),c);this._streamWaitTimerByStreamDescription.set(a,t)}}_getStreamDescriptionById(e){for(let[t,n]of this._streamIdByStreamDescription.entries())if(n===e)return t;return null}_matchStreamDescription(e){if(!e)return null;if(this._streamIdByStreamDescription.has($t(e)))return e;let t=e.participantId;if(e.mediaType){let e={participantId:t,mediaType:null};if(this._streamIdByStreamDescription.has($t(e)))return e}else{let e={participantId:t,mediaType:V.CAMERA};if(this._streamIdByStreamDescription.has($t(e)))return e;let n={participantId:t,mediaType:V.SCREEN};if(this._streamIdByStreamDescription.has($t(n)))return n}return R.error(`Received unrequested allocation`,e),null}_getWaitingTime(e,t){if(this._transport)return this._transport.getStreamWaitingTimeMs(e,t);throw Error(`transport is not initialized`)}_isCallAdmin(){return this._conversation?C.includesOneOf(this._conversation.roles,[va.ADMIN,va.CREATOR]):!1}_checkAdminRole(){if(this._conversation&&!C.includesOneOf(this._conversation.roles,[va.ADMIN,va.CREATOR]))throw Error(`You don't have the required permission`)}_isCalledState(){return this._participantState===X.CALLED}async grantRoles(e,t,n){this._checkAdminRole(),await this._signaling.grantRoles(e,t,n)}async startAsr(e){await this._signaling.startAsr(e)}async stopAsr(e){await this._signaling.stopAsr(e)}async requestAsr(e){this._isRealTimeAsrRequested=e,await this._signaling.requestAsr(e)}async muteParticipant(e=null,t,n=[],r=null){this._checkAdminRole(),await this._signaling.muteParticipant(e,t,n,r)}async enableFeatureForRoles(e,t){await this._signaling.enableFeatureForRoles(e,t)}async pinParticipant(e,t,n=null){this._checkAdminRole(),await this._signaling.pinParticipant(e,t,n),this._conversation?.pinnedParticipantIdByRoom.set(n,t?null:e)}async updateMediaModifiers(e){this._signaling.ready&&this._conversation&&(this._conversation.mediaModifiers=e,await this._signaling.updateMediaModifiers(e))}async enableVideoSuspend(e){this._signaling.ready&&this._conversation&&this._transport?.getTopology()===J.SERVER&&await this._signaling.enableVideoSuspend(e)}async enableVideoSuspendSuggest(e){this._signaling.ready&&this._conversation&&this._transport?.getTopology()===J.SERVER&&await this._signaling.enableVideoSuspendSuggest(e)}async changeOptions(e){if(this._signaling.ready&&this._conversation){this._checkAdminRole(),await this._signaling.changeOptions(e);let t=pa(this._conversation.options,e);this._onOptionsChanged(t)}}async getWaitingHall(e,t,n){if(!this._signaling)return Promise.reject();let r=null;if(e&&(r=Sa(e),r)){let e=this._api.getDecorativeIdByInitialId(r.id);r.id=e?C.composeUserId(e):r.id}let i=await this._signaling.getWaitingHall(r,t,n);if(i.error)return Promise.reject(i.message);let a=i.participants||[],{externalIds:o}=await this._resolveWaitingHallExternalIds(a),s=null;return a.length&&i.hasMore&&(s=xa(a[a.length-1].id)),{participants:o,pageMarker:s,totalCount:i.totalCount||0}}async _resolveWaitingHallExternalIds(e){let t=new Map,n=[],r=[];if(e.length){let i=[];e.forEach(e=>{if(t.set(e.id.id,e.id.addedTs),e.externalId){let t=Z.fromSignaling(e.externalId);n.push(e.id.addedTs),r.push(t),this._api.cacheExternalId(e.id.id,t)}else i.push(C.decomposeId(e.id.id).id)}),i.length&&!r.length&&(r=await this._api.getExternalIdsByOkIds(i),n=r.map(e=>{let n=this._api.getCachedOkIdByExternalId(e);return(n?t.get(n):void 0)||Date.now()}))}return{externalIds:r,timestamps:n}}async getAudienceModeHands(){if(!this._signaling.ready)throw Error(`Signaling is not ready`);let e=await this._signaling.getHandQueue();if(e.error)return Promise.reject(e.message);let t=e.participants||[],{externalIds:n,timestamps:r}=await this._resolveWaitingHallExternalIds(t);return{timestamps:r,participants:n,totalCount:e.totalCount||0}}async promoteParticipant(e,t){if(this._signaling&&this._conversation)try{if(!C.includesOneOf(this._conversation.options,[da.WAITING_HALL,da.AUDIENCE_MODE]))throw Error(`Unable to promote a participant in the conversation with current options`);if(this._checkAdminRole(),!e&&t)throw Error(`participantId is required`);await this._signaling.promoteParticipant(e,t)}catch(t){throw R.warn(`Failed to promote participant ${e}. ${t}`),t}}async requestPromotion(e=!1){this._signaling.ready&&await this._signaling.requestPromotion(e)}async acceptPromotion(e=!1){this._signaling.ready&&await this._signaling.acceptPromotion(e)}async chatMessage(e,t=null){this._signaling.ready&&await this._signaling.chatMessage(e,t)}async chatHistory(e){if(this._signaling.ready){let t=await this._signaling.chatHistory(e);for(let e=t.messages.length-1;e>=0;e--){let n=t.messages[e];await this._onChatMessage(n)}}}async customData(e,t=null){this._signaling.ready&&await this._signaling.customData(e,t)}async createJoinLink(){if(this._conversation){let e=(await this._api.createJoinLink(this._conversation.id)).join_link;if(e)return this._conversation.joinLink=e,e}return Promise.reject()}async removeJoinLink(){if(this._conversation&&(await this._api.removeJoinLink(this._conversation.id)).success){delete this._conversation.joinLink;return}return Promise.reject()}async addMovie({movieId:e,gain:t,metadata:n,lang:r}){let i={movieId:e,lang:r};(t||t===0)&&(i.gain=t),n&&(i.metadata=n);let a=await this._signaling.addMovie(i);if(a.error)throw Error(a.error);return{movieId:a.movieId,streamType:a.streamType}}async updateMovie(e){let t=await this._signaling.updateMovie(e);if(t.error)throw Error(t.error)}async removeMovie(e){let t={movieId:e},n=await this._signaling.removeMovie(t);if(n.error)throw Error(n.error)}async startUrlSharing(e){let t=await this._signaling.startUrlSharing(e);if(t.error)throw Error(t.error)}async stopUrlSharing(){let e=await this._signaling.stopUrlSharing();if(e.error)throw Error(e.error)}async updateRooms(e,t){let n=await this._signaling.updateRooms(e,t);if(n.error)throw Error(n.error)}async activateRooms(e,t){let n=await this._signaling.activateRooms(e,t);if(n.error)throw Error(n.error)}async switchRoom(e,t){let n=await this._signaling.switchRoom(e,t);if(n.error)throw Error(n.error)}async removeRooms(e){let t=await this._signaling.removeRooms(e);if(t.error)throw Error(t.error)}async startStream(e=!1,t=null,n=null,r=`DIRECT_LINK`,i=null,a=null){let o={movieId:n,name:t,privacy:r,groupId:i,roomId:a,streamMovie:!e},s=await this._signaling.startStream(o);if(s.error)return Promise.reject(s.message)}async stopStream(e=null,t){if((await this._signaling.stopStream({roomId:e,...t&&{remove:t}})).error)return Promise.reject()}async publishStream(e=null){if((await this._signaling.publishStream({roomId:e})).error)return Promise.reject()}async recordSetConf(e,t,n=!1,r=null){let i=await this._signaling.recordSetConf({king:e,pawns:t,hideParticipantCount:n,roomId:r});if(i.error)throw Error(i.error)}async getStreamInfo(){let e=await this._signaling.getRecordStatus();return{movieId:e.recordMovieId,preview:e.recordMoviePreviewUrl}}async setLocalResolution({video:e,effect:t}){if(e.width<w.videoMinWidth||e.height<w.videoMinHeight)throw Error("Sizes received are less than the `videoMinWidth` or `videoMinHeight`");if(t){if(t.width<w.videoMinWidth||t.height<w.videoMinHeight)throw Error("Sizes of effect received are less than the `videoMinWidth` or `videoMinHeight`");w.videoEffectMaxHeight=t.height,w.videoEffectMaxWidth=t.width}w.videoMaxWidth=e.width,w.videoMaxHeight=e.height,R.debug(`Set local video resolution:`,`video ${e.width}x${e.height}`+(t?`, effect ${t.width}x${t.height}`:``)),this._mediaSource&&(await this._mediaSource.setResolution({video:e,effect:t}),this._transport&&await this._transport.onCameraResolutionChanged())}async videoEffect(e){return this._mediaSource?.videoEffect(e)}async audioEffect(e,t){return this._mediaSource?.audioEffect(e?{effects:e,isPreset:t}:null)}_convertExternalIdsToServerExternalIds(e){return e.map(e=>({id:e.id,type:w.externalUserType}))}async getParticipants(e){let t=this._convertExternalIdsToServerExternalIds(e.externalIds),n=await this._signaling.getParticipants(t);if(n.error)throw Error(n.error);let r=n.participants,i=this._transport?.getState();return Promise.all(r.map(async e=>{let t=C.composeId(e);return this._createParticipant({id:t,externalId:Z.fromSignalingParticipant(e),mediaSettings:T(e.mediaSettings),participantState:C.mapParticipantState(e),state:e.state,roles:e.roles||[],status:this._getStatusByTransportState(i)??A.WAITING,muteStates:e.muteStates||{},unmuteOptions:e.unmuteOptions||[],observedIds:e.observedIds||[],markers:this._denormalizeMarkers(t,e.markers)},e.decorativeUserId)})).then(C.mapSharedParticipants)}async getParticipantListChunk(e){R.log(`Request participant list chunk`,e);let t=await this._signaling.getParticipantListChunk(e);if(t.error)throw Error(t.error);let n=this._createParticipantListChunk(t.chunk),r=await this._getParticipants(),i=n.participants.filter(e=>!r[C.composeId(e)]);await this._registerParticipants(i);let a=this._transport?.getState();return n.participants.forEach(e=>{let t=r[C.composeId(e)];t.status=this._getStatusByTransportState(a)??A.WAITING,t.movieShareInfos=e.movieShareInfos,Object.assign(t.mediaSettings,T(e.mediaSettings)),Object.assign(t.muteStates,e.muteStates),t.unmuteOptions=e.unmuteOptions??t.unmuteOptions,this._openTransport([t],!0)}),this._participantListChunkToExternalChunk(n)}async _getInitialParticiapntListChunk(){let e=w.participantListChunkInitIndex,t=w.participantListChunkInitCount,n=await this._signaling.getParticipantListChunk({listType:`GRID`,fromIdx:e,count:t});return R.debug(`Get initial participant list chunk`,n.chunk),n.chunk}_onLocalMediaStreamChanged(e){if(!this._conversation||!this._mediaSource)return;let t=this._mediaSource.mediaSettings;R.debug(`Local media stream changed`,t),e.kind===k.audio&&this._mediaSource&&(this._audioFix=new Aa(this._mediaSource)),P.onLocalStreamUpdate(t,e.kind),!this._conversation?.waitingHall&&!this._conversation?.observer&&!this._isAudienceModeListener()&&this._changeMediaSettings(t)}_onScreenSharingStatus(e){let t=this.mediaSettings;R.log(`Screen sharing changed`,e.track,t);let n=e.track?new MediaStream([e.track]):null;P.onScreenStream(n,t)}async _changeRemoteMediaSettings(e,t){R.debug(`Remote media settings changed [${e}]`,t);let n=this._conversation?.externalId;if(this._isMe(e)&&n){P.onLocalMediaSettings(n,t);return}let r=await this._getParticipant(e);if(!r){this._warnParticipantNotInConversation(e);return}r.mediaSettings=t,this._state===`ACTIVE`&&P.onRemoteMediaSettings(r.externalId,t,r.markers),this._specListener&&this._specListener.onChangeRemoteMediaSettings(e,t)}_extractLocalParticipantFromConnection(e){let t=this._api.getUserId();return(e.conversation.participants||[]).find(n=>n.id===t||C.comparePeerId(n.peerId,e.peerId))}_changeLocalParticipantState(e){R.debug(`Local participant state force changed by admin`,e),this._state===`ACTIVE`&&P.onLocalParticipantState(e)}async _changeRemoteParticipantState(e,t){R.debug(`Remote participant state changed [${e}]`,t);let n=await this._getParticipant(e);if(!n){this._warnParticipantNotInConversation(e);return}n.participantState=t||{},this._state===`ACTIVE`&&P.onRemoteParticipantState(n.externalId,n.participantState,n.markers)}async _changeMultipleParticipantState(e,t){R.debug(`Multiple participants state changed`,e);let n=[],r,i=await this._getParticipants();e.forEach((e,t)=>{if(this._isMe(t))r=e;else{let r=i[t];if(!r){this._warnParticipantNotInConversation(t);return}r.participantState=e,n.push({externalId:r.externalId,participantState:{...e},markers:r.markers})}}),this._state===`ACTIVE`&&(r&&P.onLocalParticipantState(r,!0),n.length&&P.onRemoteParticipantsState(n,t))}_invokeRolesChangedCallbackIfNeeded(e){this._state===`ACTIVE`&&e.roles&&e.roles.length&&(R.debug(`Roles for participant [${e.id}] changed: ${e.roles}`),P.onRolesChanged(e.externalId,e.roles,!0))}_onSignalingNotification(e){switch(e.notification){case G.ACCEPTED_CALL:return this._onAcceptedCall(e);case G.HUNGUP:return this._onHungup(e);case G.PARTICIPANT_ADDED:return this._onAddedParticipant(e);case G.PARTICIPANT_JOINED:return this._onJoinedParticipant(e);case G.CLOSED_CONVERSATION:return this._onClosedConversation(e);case G.MEDIA_SETTINGS_CHANGED:return this._onMediaSettingsChanged(e);case G.PARTICIPANT_STATE_CHANGED:return this._onParticipantStateChanged(e);case G.PARTICIPANTS_STATE_CHANGED:return this._onParticipantsStateChanged(e);case G.RATE_CALL_DATA:return this._onNeedRate();case G.FEATURE_SET_CHANGED:return this._onFeatureSetChanged(e);case G.MULTIPARTY_CHAT_CREATED:return this._onMultipartyChatCreated(e);case G.FORCE_MEDIA_SETTINGS_CHANGE:return this._onForceMediaSettingsChange(e);case G.SETTINGS_UPDATE:return this._onSettingsUpdate(e);case G.VIDEO_QUALITY_UPDATE:return this._onVideoQualityUpdate(e);case G.REGISTERED_PEER:return this._onPeerRegistered(e);case G.SWITCH_MICRO:return this._onMicSwitched(e);case G.CHAT_MESSAGE:return this._onChatMessage(e);case G.CUSTOM_DATA:return this._onCustomData(e);case G.RECORD_STARTED:return this._onRecordInfo(e.recordInfo,e.roomId);case G.RECORD_STOPPED:return this._onStopRecordInfo(e,e.roomId);case G.ROLES_CHANGED:return this._onRolesChanged(e.participantId,e.roles||[]);case G.MUTE_PARTICIPANT:return this._onMuteParticipant(e);case G.PIN_PARTICIPANT:return this._onPinParticipant(e.participantId,e.unpin,e.markers,e.roomId);case G.OPTIONS_CHANGED:return this._onOptionsChanged(e.options||[]);case G.PARTICIPANT_SOURCES_UPDATE:return this._onParticipantSourcesUpdate(e);case G.PROMOTE_PARTICIPANT:return this._onParticipantPromoted(e);case G.CHAT_ROOM_UPDATED:return this._onChatRoomUpdated(e.eventType,e.totalCount,e.firstParticipants,e.addedParticipantIds,e.removedParticipantIds);case G.JOIN_LINK_CHANGED:return this._onJoinLinkChanged(e);case G.FEEDBACK:return this._onFeedback(e);case G.MOVIE_UPDATE_NOTIFICATION:return this._onSharedMovieUpdate(e);case G.MOVIE_SHARE_STARTED:return this._onSharedMovieInfoStarted(e);case G.MOVIE_SHARE_STOPPED:return this._onSharedMovieInfoStopped(e);case G.URL_SHARING_INFO_UPDATED:return this._onUrlSharingInfoUpdated(e);case G.ROOMS_UPDATED:return this._onRoomsUpdated(e);case G.ROOM_UPDATED:return this._onRoomUpdated(e);case G.ROOM_PARTICIPANTS_UPDATED:return this._onRoomParticipantsUpdated(e);case G.FEATURES_PER_ROLE_CHANGED:return this._onFeaturesPerRoleChanged(e);case G.PARTICIPANT_ANIMOJI_CHANGED:return this._onParticipantAnimojiChanged(e);case G.ASR_STARTED:return this._onAsrStart(e);case G.ASR_STOPPED:return this._onAsrStop(e);case G.PROMOTION_APPROVED:return this._onPromotionApproved(e);case G.DECORATIVE_PARTICIPANT_ID_CHANGED:return this._onDecorativeParticipantIdChanged(e);case G.VIDEO_SUSPEND_SUGGEST:return this._onVideoSuspendSuggest(e);case G.HOLD:return this._onParticipantHold(e)}}async _onPromotionApproved(e){let t=await this._getExternalIdByParticipantId(e.adminId);if(!t){this._warnParticipantNotInConversation(e.adminId);return}P.onPromotionApproved(t)}async _onSignalingReconnect(e){if(!this._conversation)return;e.conversationParams?.serverTime&&(this._serverTimeOffset=e.conversationParams.serverTime-Date.now()),e.conversation.acceptTime&&(this._conversation.acceptTime=e.conversation.acceptTime),e.conversation.participantsLimit&&(this._conversation.participantsLimit=e.conversation.participantsLimit),e.conversation.features&&(this._conversation.features=e.conversation.features,this._conversation.featuresPerRole=e.conversation.featuresPerRole,this._changeFeatureSet(),this._changeFeaturesPerRole()),await this._processPinnedParticipants(e),e.conversation.state;let t=null;if(e.conversation.participants){let n=Object.keys(await this._getParticipants()),r=[];for(let n of e.conversation.participants){let e=C.composeId(n),i=n.roles||[];if(this._isMe(e)){ya(this._conversation.roles,i)||this._onRolesChanged(e,i),t=()=>{this._registerParticipantLocalMuteState({muteStates:Da(n),unmuteOptions:n.unmuteOptions})};continue}r.push(e);let a=await this._getParticipant(e);if(!a)await this._onJoinedParticipant({participantId:n.id,participant:n,mediaSettings:n.mediaSettings});else{let t=T(n.mediaSettings);xe(t,a.mediaSettings)||await this._changeRemoteMediaSettings(e,t);let r=C.mapParticipantState(n),o=a.participantState;C.isEqualParticipantState(r,o)||await this._changeRemoteParticipantState(e,r),ya(i,a.roles)||this._onRolesChanged(a.id,i)}}let i=await this._getParticipants();for(let e of n)r.indexOf(e)<0&&i[e]&&this._removeParticipant(i[e],E.HUNGUP)}let n=e.rooms?.roomId??null;if(!this._conversation){R.warn(`Conversation is empty, but should be filled`);return}this._conversation.roomId===n?this._processMuteStates(e,!0):await this._onRoomSwitched(n),t?.(),this._processRecordInfos(e),this._onOptionsChanged(e.conversation.options)}_onSignalingFailed(e){R.error(`Signaling failed`,e),this._close(e)}async _onAcceptedCall(e){let t=C.composeMessageId(e),n=C.getPeerIdString(e.peerId);if(R.debug(`Participant accepted call [${t}]`),this._statFirstMediaReceived.markAcceptedCall(this._transport?.getTopology()),this._conversation&&this._isMe(t)){this._close(new D(E.MISSED),`Call accepted on other device`);return}let r=await this._getParticipant(t);if(!r){let n=this._api.getDecorativeIdByInitialId(t),i=n?C.composeUserId(n,e.participantType):void 0;r=this._registerParticipantInCache(await this._createParticipant({id:t,mediaSettings:T(e.mediaSettings)},i))}r.state=X.ACCEPTED,r.mediaSettings=T(e.mediaSettings),this._logWithMediaSettings(b.ACCEPTED_OUTGOING,r.mediaSettings),this._conversation&&this._conversation.direction===Y.OUTGOING&&(this._state===`IDLE`||this._state===`PROCESSING`)&&(this._state=`ACTIVE`,this._changeFeatureSet()),this._state===`ACTIVE`&&this._transport&&this._transport.open([r.id],n),await this._changeRemoteMediaSettings(t,r.mediaSettings),await this._changeRemoteParticipantState(t);let i=Object.keys(r.muteStates);i.length&&this._onMuteParticipant({muteStates:r.muteStates,mediaOptions:i,stateUpdated:!0,participantId:t}),this._state===`ACTIVE`&&P.onAcceptedCall(r.externalId,Ji.parseCapabilities(e.capabilities),this.id)}async _onHungup(e){R.debug(`Participant hungup [${e.participantId}]`,{reason:e.reason});let t=C.composeMessageId(e);if(this._conversation&&this._isMe(t)){this._close(new D(e.reason,{remote:!0}));return}await this._registerParticipantAndSetMarkersIfChunkEnabled(t,e.markers);let n=await this._getParticipant(t);if(!n){this._warnParticipantNotInConversation(t);return}this._transport&&this._transport.close(t),n.state=e.reason===E.REJECTED?X.REJECTED:X.HUNGUP,this._state!==`CLOSE`&&this._removeParticipant(n,E.HUNGUP)}async _onAddedParticipant(e){R.debug(`Participant added [${e.participantId}]`);let t=C.composeMessageId(e),n=await this._getParticipant(t);if(n&&n.state!==X.HUNGUP&&n.state!==X.REJECTED){R.debug(`Participant [${t}] is already in conversation and is active`);return}if(!n){let{participant:r}=e,i=r.decorativeUserId;this._registerParticipant({id:t,externalId:Z.fromSignalingParticipant(r),mediaSettings:T(r.mediaSettings),state:r.state,participantState:C.mapParticipantState(r),roles:r.roles||[],muteStates:r.muteStates||{},unmuteOptions:r.unmuteOptions||[],observedIds:r.observedIds||[]},i),n=await this._getParticipant(t)}n.state=X.CALLED,n.mediaSettings=T(e.participant?.mediaSettings),n.participantState=C.mapParticipantState(e.participant),n.roles=e.participant?.roles||[],this._setParticipantsStatus([n],A.WAITING),this._state!==`IDLE`&&this._transport&&this._transport.allocate(n.id,!0),P.onParticipantAdded(n.externalId,n.markers,this.id),await this._changeRemoteMediaSettings(t,n.mediaSettings),await this._changeRemoteParticipantState(t,n.participantState),this._invokeRolesChangedCallbackIfNeeded(n)}async _onJoinedParticipant(e){R.debug(`Participant joined [${e.participantId}]`),this._statFirstMediaReceived.markParticipantJoined(this._transport?.getTopology());let t=C.composeMessageId(e),n=await this._getParticipant(t);if(n&&n.state===X.ACCEPTED){R.warn(`Participant [${t}] is already in conversation and is active`);return}if(!n){let{participant:r}=e,i=r.decorativeUserId;this._registerParticipant({id:t,externalId:Z.fromSignalingParticipant(r),mediaSettings:T(r.mediaSettings),state:r.state,participantState:C.mapParticipantState(r),roles:r.roles||[],muteStates:r.muteStates||{},movieShareInfos:r.movieShareInfos,unmuteOptions:r.unmuteOptions||[],observedIds:r.observedIds||[],markers:this._denormalizeMarkers(t,r.markers)},i),n=await this._getParticipant(t)}this._conversation&&this._conversation.direction===Y.OUTGOING&&(this._state===`IDLE`||this._state===`PROCESSING`)&&(this._state=`ACTIVE`,this._changeFeatureSet()),n.state=X.ACCEPTED,n.mediaSettings=T(e.mediaSettings),n.participantState=C.mapParticipantState(e.participant),n.roles=e.participant.roles||[],this._transport?.isAllocated(n.id)?this._setParticipantsStatus([n],A.CONNECTED):this._setParticipantsStatus([n],A.WAITING),this._state!==`IDLE`&&this._transport&&(this._transport.isAllocated(n.id)||this._transport.allocate(n.id,!0),this._transport.open([n.id],null,!!this._conversation?.observer)),P.onParticipantJoined(n.externalId,n.markers,this.id),await this._changeRemoteMediaSettings(t,n.mediaSettings),await this._changeRemoteParticipantState(t,n.participantState),this._invokeRolesChangedCallbackIfNeeded(n);let r=Object.keys(n.muteStates);r.length&&this._onMuteParticipant({muteStates:n.muteStates,mediaOptions:r,stateUpdated:!0,participantId:t}),await this._processSharedMovieInfos(n.movieShareInfos)}_onClosedConversation(e){this._toggleJoinAvailability(),this._close(new D(e.reason,{remote:!0}))}async _onMediaSettingsChanged(e){let t=C.composeMessageId(e);await this._registerParticipantAndSetMarkersIfChunkEnabled(t,e.markers),await this._changeRemoteMediaSettings(t,T(e.mediaSettings))}async _onParticipantStateChanged(e){let t=C.composeMessageId(e),n=C.mapParticipantState(e);this._isMe(t)?this._changeLocalParticipantState(n):(await this._registerParticipantAndSetMarkersIfChunkEnabled(t,e.markers),await this._changeRemoteParticipantState(t,n))}async _onParticipantsStateChanged(e){let{participants:t,roomId:n}=e,r=t.map(({id:e,markers:t})=>this._registerParticipantAndSetMarkersIfChunkEnabled(e,t));await Promise.all(r);let i=new Map,a=t.map(({id:e,participantState:t})=>this._getExternalIdByParticipantId(e).then(n=>[e,n&&C.mapParticipantState({participantState:t})]));try{(await Promise.all(a)).forEach(([e,t])=>{t&&i.set(e,t)}),await this._changeMultipleParticipantState(i,n)}catch(e){R.warn(`_onParticipantsStateChanged: Failed to get external ids. ${e}`)}}_onNeedRate(){this._conversation&&(this._conversation.needRate=!0,this._changeNeedRate())}_onFeatureSetChanged(e){this._conversation&&(this._conversation.features=e.features,this._changeFeatureSet())}_onMultipartyChatCreated(e){this._conversation&&(this._conversation.chatId=e.chatId,this._toggleJoinAvailability(),P.onMultipartyChatCreated(this._conversation))}async _onForceMediaSettingsChange(e){if(!this._mediaSource)return;let t=this._mediaSource.mediaSettings,n=T(e.mediaSettings);t.isAudioEnabled!==n.isAudioEnabled&&await this._mediaSource.toggleAudio(n.isAudioEnabled),t.isVideoEnabled!==n.isVideoEnabled&&await this._mediaSource.toggleVideo(n.isVideoEnabled),t.isScreenSharingEnabled!==n.isScreenSharingEnabled&&await this._mediaSource.toggleScreenCapturing({captureScreen:n.isScreenSharingEnabled,fastScreenSharing:n.isFastScreenSharingEnabled,captureAudio:n.isAudioSharingEnabled})}_onSettingsUpdate(e){R.debug(`Got settings update notification`,e);let t={camera:e.camera,screenSharing:e.screenSharing,fastScreenSharing:e.fastScreenSharing};this._serverSettings=er(this._serverSettings,t),this._transport&&this._transport.updateSettings(this._serverSettings)}_onVideoQualityUpdate(e){R.debug(`Got video quality update notification`,e);let t={maxBitrateK:Math.round(e.quality.maxBitrate/1024),maxDimension:e.quality.maxDimension},n;n=e.mediaType&&e.mediaType===V.SCREEN?{camera:null,screenSharing:null,fastScreenSharing:Object.assign({},this._serverSettings.fastScreenSharing,t)}:{camera:Object.assign({},this._serverSettings.camera,t),screenSharing:null,fastScreenSharing:null},this._serverSettings=er(this._serverSettings,n),this._transport&&this._transport.updateSettings(this._serverSettings)}async _onPeerRegistered(e){let t=C.composeMessageId(e),n=await this._getParticipant(t);n&&(n.clientType=e.clientType,n.platform=e.platform),P.onPeerRegistered()}async _onMicSwitched(e){P.onDeviceSwitched(y.AUDIO,!e.mute,this.id),await this.toggleLocalAudio(!e.mute)}async _onChatMessage(e){let t=C.composeMessageId(e),n=await this._getExternalIdByParticipantId(t);if(!n){this._warnParticipantNotInConversation(t);return}P.onChatMessage(e.message,n,e.direct)}async _onCustomData(e){if(Object.hasOwn(e.data,`sdk`))return;let t=C.composeMessageId(e),n=await this._getExternalIdByParticipantId(t);if(!n){this._warnParticipantNotInConversation(t);return}P.onCustomData(e.data,n,e.direct)}async _onRecordInfo(e,t=null){if(!this._conversation||!e)return;let n=this._conversation.recordsInfoByRoom.get(t);if(n?.recordMovieId!==e?.recordMovieId||n?.recordStartTime!==e?.recordStartTime){this._conversation.recordsInfoByRoom.set(t,e);let n=await this._getExternalIdByParticipantId(e.initiator);n?P.onRecordStarted(n,e.recordMovieId,e.recordStartTime,e.recordType,e.recordExternalMovieId,e.recordExternalOwnerId,t):this._warnParticipantNotInConversation(e.initiator)}}async _onStopRecordInfo({participant:e,recordMovieId:t},n=null){if(!this._conversation)return;let r=this._conversation.recordsInfoByRoom.get(n);if(!(!r||r.recordMovieId!==t))if(this._conversation.recordsInfoByRoom.set(n,null),e){let t=await this._getExternalIdByParticipantId(e);P.onRecordStopped(n,t??null)}else P.onRecordStopped(n,null)}async _changePinnedParticipantForRoom(){if(!this._conversation)return;let e=this._conversation.roomId,t=this._conversation.pinnedParticipantIdByRoom.get(e);if(t&&!this._isMe(t)){let n=await this._getExternalIdByParticipantId(t);n&&P.onPinnedParticipant(n,!1,null,e)}}async _changeRecordInfoForRoom(){if(!this._conversation)return;let e=this._conversation.roomId,t=this._conversation.recordsInfoByRoom.get(e);if(t){let n=await this._getExternalIdByParticipantId(t.initiator);n?P.onRecordStarted(n,t.recordMovieId,t.recordStartTime,t.recordType,t.recordExternalMovieId,t.recordExternalOwnerId,e):this._warnParticipantNotInConversation(t.initiator)}else P.onRecordStopped(e,null)}async _changeAsrInfoForRoom(){if(!this._conversation)return;let e=this._conversation.roomId,t=this._conversation.asrInfoByRoom.get(e);if(t){let n=await this._getExternalIdByParticipantId(t.initiatorId);n&&P.onAsrSet({externalId:n,movieId:t.movieId},e)}else P.onAsrSet(null,e)}async _changeUrlSharingInfoForRoom(){if(!this._conversation)return;let{roomId:e}=this._conversation,{urlSharingInfoByRoom:t}=this._conversation,n=t.get(e);if(n){let t=await this._getExternalIdByParticipantId(n.initiatorId);t&&P.onRemoteSharedUrl(t,n.sharedUrl,e)}}async _onParticipantAnimojiChanged(e){if(this._conversation){let t=await this._getExternalIdByParticipantId(e.participantId);if(!t){this._warnParticipantNotInConversation(e.participantId);return}P.onParticipantVmojiUpdate(t)}}async _onAsrStart(e){if(!this._conversation)return;let t=e.asrInfo,n=e.roomId||null;this._conversation.asrInfoByRoom.set(n,t);let r=await this._getExternalIdByParticipantId(t.initiatorId);if(!r){this._warnParticipantNotInConversation(t.initiatorId);return}P.onAsrStarted(r,t.movieId,n)}_onAsrStop(e){if(!this._conversation)return;let t=e.roomId||null;t===null&&(this._conversation.asrInfo=null),this._conversation.asrInfoByRoom.delete(t),P.onAsrStopped(t)}async _onAsrTranscription(e){if(!this._conversation)return;let t=await this._getExternalIdByParticipantId(e.participantId);if(!t){this._warnParticipantNotInConversation(e.participantId);return}P.onAsrTranscription(t,e.text,e.timestamp,e.duration)}async _onRolesChanged(e,t){if(this._conversation&&this._isMe(e)&&!ya(this._conversation.roles,t)){R.debug(`Local roles changed: ${t}`),this._conversation.roles=t,P.onLocalRolesChanged(t),this._processMuteState({mediaOptions:Ca(this._getMuteStatesForCurrentRoom(),ma.MUTE_PERMANENT),stateUpdated:!0}),C.includesOneOf(t,[va.ADMIN,va.CREATOR])?this._refreshRooms(!0):t.length||this._onRoomSwitched(null);return}let n=await this._getParticipant(e);n&&!ya(n.roles,t)&&(R.debug(`Roles for participant [${e}] changed: ${t}`),n.roles=t,P.onRolesChanged(n.externalId,t))}async _onMuteParticipant(e,t=!1){if(!this._conversation)return;let{muteAll:n,muteStates:r={},unmuteOptions:i=[],mediaOptions:a=[],roomId:o=null}=e;if(e.participantId&&!this._isMe(e.participantId)){if(!this._isCallAdmin()){R.warn(`Not admin got mute states for participant [${e.participantId}]`);return}let t=await this._getParticipant(e.participantId);if(t){R.debug(`Mute states for participant [${e.participantId}] changed`,r);let o=e.adminId?await this._getExternalIdByParticipantId(e.adminId):null;P.onMuteStates(r,i,a,n,e.unmute,t.externalId,o,e.stateUpdated,e.requestedMedia,e.roomId)}return}if(e.requestedMedia?.length||(n&&!t?this._setMuteStatesForRoomId(r,o):n||(this._conversation.muteStatesPersonal=r)),e.adminId&&this._isMe(e.adminId)){n&&P.onMuteStates(r,i,a,n,e.unmute,null,this._conversation.externalId,e.stateUpdated,e.requestedMedia,e.roomId);return}await this._processMuteState({mediaOptions:a,muteAll:n,unmute:e.unmute,adminId:e.adminId,stateUpdated:e.stateUpdated,requestedMedia:e.requestedMedia,roomId:e.roomId,unmuteOptions:i,muteStates:r})}_changeMuteStatesForRoom(e,t){if(!this._conversation)return;let n=this._getMuteStatesForRoomId(t),r=this._getMuteStatesForRoomId(e),i=Object.keys(n),a=Object.keys(r);this._processMuteState({mediaOptions:Array.from(new Set([...i,...a])),roomId:e,muteAll:!0,stateUpdated:!0})}async _processMuteState(e){if(!this._conversation||!this._mediaSource||this._participantState!==X.ACCEPTED)return;let{mediaOptions:t=[],muteAll:n,unmute:r,stateUpdated:i,requestedMedia:a,roomId:o=null,unmuteOptions:s=[]}=e,c=e.adminId?await this._getExternalIdByParticipantId(e.adminId):null,l=Object.assign({},e.muteStates??this._getMuteStatesForRoomId(o)),u=this._mediaSource.mediaSettings,d=Object.entries(l);for(let[e,i]of d){let a=this._isCallAdmin()&&n;if(!(i!==ma.MUTE&&i!==ma.MUTE_PERMANENT||a)&&(this._isCallAdmin()&&i===ma.MUTE_PERMANENT&&!n&&(l[e]=ma.MUTE),!(!t.includes(e)||r)))switch(e){case y.VIDEO:u.isVideoEnabled&&(P.onDeviceSwitched(y.VIDEO,!1,this.id),await this.toggleLocalVideo(!1));break;case y.AUDIO:u.isAudioEnabled&&(P.onDeviceSwitched(y.AUDIO,!1,this.id),await this.toggleLocalAudio(!1));break;case y.SCREEN_SHARING:u.isScreenSharingEnabled&&(P.onDeviceSwitched(y.SCREEN_SHARING,!1,this.id),await this.disableScreenCapturing());break;case y.AUDIO_SHARING:u.isAudioSharingEnabled&&(P.onDeviceSwitched(y.AUDIO_SHARING,!1,this.id),await this.toggleScreenCapturing({captureScreen:u.isScreenSharingEnabled,fastScreenSharing:u.isFastScreenSharingEnabled,captureAudio:!1}));break}}P.onMuteStates(l,s,t,n,r,null,c,i,a,o)}async _onPinParticipant(e,t=!1,n,r=null){if(!this._conversation)return;let i=this._conversation.pinnedParticipantIdByRoom.get(r);if(i&&i!==e)if(this._isMe(i))P.onLocalPin(!0,r);else{let t=await this._getExternalIdByParticipantId(i);t&&P.onPinnedParticipant(t,!0,this._denormalizeMarkers(e,n),r)}if(this._isMe(e))P.onLocalPin(t,r);else{let i=await this._getExternalIdByParticipantId(e);i&&P.onPinnedParticipant(i,t,this._denormalizeMarkers(e,n),r)}this._conversation.pinnedParticipantIdByRoom.set(r,t?null:e)}_onOptionsChanged(e){this._conversation&&!fa(this._conversation.options,e)&&(this._conversation.options=e,P.onOptionsChanged(e),e.includes(da.ADMIN_IS_HERE)?this._conversation.restricted&&this._conversation.waitingHall&&P.onLocalStatus(A.WAITING_HALL,this.id):e.includes(da.WAIT_FOR_ADMIN)&&this._conversation.restricted&&P.onLocalStatus(A.WAIT_FOR_ADMIN,this.id))}async _onNetworkStatus(e){if(this._conversation){let t=[],n=await this._getParticipants();for(let[r,i]of Object.entries(e)){let e;if(this._isMe(r)||r===``)e=this._conversation.networkRating;else if(n[r])e=n[r].networkRating;else continue;if(e!==i)if(this._isMe(r)||r===``)this._conversation.networkRating=i,jr.getInstance().value=i,P.onLocalNetworkStatusChanged(i);else{let e=n[r];e.networkRating=i,t.push({uid:e.externalId,rating:i})}}if(t.length===0)return;R.log(`Received network status update: `,e),P.onNetworkStatusChanged(t)}}async _onRemoteStreamSecond(e,t){let n=await this._getParticipant(e);n&&P.onRemoteScreenStream(n.externalId,t,this.id)}async _onAnimojiStream(e,t){if(this._isMe(e)&&this._mediaSource){P.onVmojiStream(t,this._mediaSource.mediaSettings);return}let n=await this._getParticipant(e);n&&P.onRemoteVmojiStream(n.externalId,t)}async _onAnimojiError(e){try{let t=await this._getExternalIdByParticipantId(e.participantId);t&&(delete e.participantId,P.onVmojiError({...e,externalId:t}))}catch(e){R.warn(`_onAnimojiError failed`,e)}}_onPeerConnectionClosed(e){e===J.SERVER&&this._cleanupParticipantAgnosticStreams(),this._audioOutput.destroy()}_changeFeatureSet(){if(this._conversation){let e=this._state===`ACTIVE`,t=this._conversation.features.includes(ua.ADD_PARTICIPANT);P.onCallState(e,t,this._conversation,this.id)}}_changeFeaturesPerRole(){this._conversation&&P.onFeaturesPerRoleChanged(this._conversation.featuresPerRole??{})}_changeNeedRate(){this._conversation&&this._conversation.needRate&&P.onRateNeeded()}async _onVolumesDetected(e){let t=[];for(let[n,r]of Object.entries(e)){let e=await this._getParticipant(n);e&&e.externalId&&t.push({uid:e.externalId,volume:r.real})}P.onVolumesDetected(t)}async _onSpeakerChanged(e){this._activeSpeakerId=e;let t=await this._getParticipant(e);t&&this._lastSignalledActiveSpeakerId!==e&&(P.onSpeakerChanged(t.externalId,this.id),this._lastSignalledActiveSpeakerId=e)}async _onTransportStateChanged(e,t){R.debug(`Transport state has changed: ${t}`,e);let n=this._getStatusByTransportState(t);if(!n)return;let r=await this._getParticipants(),i=e.reduce((e,n)=>{if(n in r){let i=r[n];e.push(i),t===q.CONNECTED&&(i.remoteStream||(i.mediaSettings&&this._changeRemoteMediaSettings(n,i.mediaSettings),this._changeRemoteParticipantState(n,i.participantState)),this._updateDisplayLayoutFromCache(n))}else this._warnParticipantNotInConversation(n);return e},[]);i.length&&this._setParticipantsStatus(i,n)}async _onTransportLocalStateChanged(e){if(R.debug(`Local transport state has changed: ${e}`),e===q.CONNECTED&&(I.releaseFirefoxMicrophonePermissionWarmup(),P.onLocalStatus(A.CONNECTED,this.id),this._transport?.getTopology()===J.SERVER)){let e=Object.values(this._myLastRequestedLayouts);await this.updateDisplayLayout(e)}this._state!==`HELD`&&(e===q.CONNECTING&&P.onLocalStatus(A.CONNECTING,this.id),e===q.RECONNECTING&&P.onLocalStatus(A.RECONNECT,this.id),e===q.FAILED&&this._transport&&this._transport.allocated().length===0&&(this._signaling.ready&&await this._signaling.hangup(E.FAILED),this._close(new D(E.FAILED),`Transport failed`)))}async _onRemoteTrackAdded(e,t,n){if(e.endsWith(Tr.AUDIO_MIX))R.debug(`Remote audio mix track added`),this._audioOutput.add(e,n),P.onRemoteMixedAudioStream(t);else if(e.startsWith(Tr.TRANSPARENT_AUDIO_TRACK_PREFIX))R.debug(`Remote transparent audio track added: ${e}`),this._audioOutput.add(e,n);else if(e.startsWith(Tr.PARTICIPANT_AGNOSTIC_TRACK_PREFIX))R.debug(`Participant-agnostic track added: ${e}`),this._streamByStreamId.set(e,t);else{R.debug(`Remote track added on the participant [${e}]`,{kind:n.kind});let r=await this._getParticipant(e);if(!r){let t=this._api.getDecorativeIdByInitialId(e),n=t?C.composeUserId(t):void 0;R.warn(`Conversation: track added before participant [id: ${e}, decorativeId: ${n}]`),this._registerParticipant({id:e},n),r=await this._getParticipant(e),this._setParticipantsStatus([r],A.WAITING),this._activeSpeakerId===e&&this._lastSignalledActiveSpeakerId!==e&&(P.onSpeakerChanged(r.externalId,this.id),this._lastSignalledActiveSpeakerId=e)}if(this._transport&&!this._transport.isAllocated(r.id)&&this._transport.allocate(r.id,!1),n.kind===k.audio&&(this._audioOutput.add(e,n),w.preserveAudioTracks||(r.remoteAudioTrack=n,t.removeTrack(n))),r.remoteStream!==t&&t.getTracks().length){if(r.remoteStream=t,r.secondStream)return;P.onRemoteStream(r.externalId,t,this.id)}r.mediaSettings&&this._changeRemoteMediaSettings(e,r.mediaSettings)}}_onRemoteTrackRemoved(e,t,n){switch(R.debug(`[${e}] remote track (removed)`,{track:n}),n.kind){case k.audio:this._removeAudioTrack(e,t,n);break;case k.video:case k.screen:this._removeVideoTrack(e,t,n);break}}async _removeAudioTrack(e,t,n){if(e!==Tr.AUDIO_MIX){let n=await this._getParticipant(e);if(!n||n.remoteStream&&n.remoteStream!==t)return}this._audioOutput.remove(e,n)}_removeVideoTrack(e,t,n){}_onTopologyChanged(e){e===J.DIRECT&&(this._onRemoteSignalledStall([]),this._onAudioMixStall(!1)),this._conversation&&(this._conversation.topology=e,this._changeFeatureSet(),this._forceOpenTransportForAloneInCall()),this._audioOutput.destroy()}_onAudioMixStall(e){this._audioMixStalled!==e&&!this.isCallHeld&&(this._audioMixStalled=e,R.debug(`Audio mix stalled:`,e),P.onLocalStatus(e?A.RECONNECT:A.CONNECTED,this.id))}async _onRemoteSignalledStall(e){let t={},n=[],r=[];R.debug(`Participants stalled:`,e);let i=await this._getParticipants();for(let r of e){if(t[r]=!0,!this._lastStalled[r]){let e=i[r];e&&n.push(e)}delete this._lastStalled[r]}for(let e of Object.keys(this._lastStalled)){let t=i[e];t&&r.push(t)}n.length&&this._setParticipantsStatus(n,A.RECONNECT),r.length&&this._setParticipantsStatus(r,A.CONNECTED),this._lastStalled=t}async _onRemoteDataStats(e){this._debugInfo&&this._debugInfo.onRemoteDataStats(e,await this._getParticipants()),this._fixAudioDevice(e.outbound.rtps),this._fixVideoDevice(e.outbound.rtps)}_fixAudioDevice(e){!I.hasMicrophone()||!this._audioFix||!this.mediaSettings?.isAudioEnabled||this._audioFix.fix(e)}_fixVideoDevice(e){!I.hasCamera()||!this._audioFix||!this.mediaSettings?.isVideoEnabled||this._audioFix.fixVideo(e)}_toggleJoinAvailability(){let e=this._conversation&&this._conversation.chatId,t=e&&this._state!==`CLOSE`||!1;e&&(R.debug(`Toggle join availability`,{available:t,chatId:e}),P.onJoinStatus(t,e))}async _updateDisplayLayoutFromCache(e){if(this._transport?.getTopology()!==J.SERVER)return;let t=await this._getParticipant(e);if(t&&t.lastRequestedLayouts&&Object.keys(t.lastRequestedLayouts).length)try{await this.updateDisplayLayout(Object.values(t.lastRequestedLayouts))}catch(e){R.warn(`_updateDisplayLayoutFromCache failed: ${e}`)}}_setParticipantsStatus(e,t,n=null){if(!e.length)return;let r=e.reduce((e,n)=>(n.status!==t&&(n.status=t,e.push(n.externalId)),e),[]);r.length&&P.onRemoteStatus(r,t,n,this.id)}_onJoinLinkChanged(e){this._conversation&&e.joinLink&&(this._conversation.joinLink=e.joinLink),P.onJoinLinkChanged(e.joinLink)}async _onRoomsUpdated(e){if(this._isCalledState())return;let t={};for(let n of Object.keys(ha)){let r=e.updates[n];r&&(t[n]={rooms:await Promise.all(r?.rooms?.map(this._convertRoomToExternal.bind(this))||[]),roomIds:r?.roomIds,deactivated:r?.deactivated})}P.onRoomsUpdated(t)}async _onRoomUpdated(e){let t=await this._convertRoomToExternal(e.room||null);e.events.some(e=>e===ha.UPDATE)&&(e.muteStates!==void 0&&this._setMuteStatesForRoomId(e.muteStates,e.roomId),e.recordInfo!==void 0&&this._conversation?.recordsInfoByRoom.set(e.roomId,e.recordInfo),e.asrInfo!==void 0&&this._conversation?.asrInfoByRoom.set(e.roomId,e.asrInfo)),this._isCalledState()||P.onRoomUpdated(e.events,e.roomId,t,e.deactivate||null)}async _convertRoomToExternal(e){if(!e)return null;let t=await Promise.all(e.participantIds?.map(e=>this._getExternalIdByParticipantId(e))||[]),n=await Promise.all(e.addParticipantIds?.map(e=>this._getExternalIdByParticipantId(e))||[]),r=await Promise.all(e.removeParticipantIds?.map?.(e=>this._getExternalIdByParticipantId(e))||[]),i=e.pinnedParticipantId?await this._getExternalIdByParticipantId(e.pinnedParticipantId):void 0;return{id:e.id,name:e.name,participantCount:e.participantCount,participantIds:t,addParticipantIds:n,removeParticipantIds:r,participants:e.participants?.participants?await this._participantListChunkToExternalChunk(e.participants):void 0,active:e.active,muteStates:e.muteStates,pinnedParticipantId:i,countdownSec:e.countdownSec,timeoutMs:e.timeoutMs}}async _onRoomParticipantsUpdated(e){let t=this._transport?.getState(),n=e.roomId??null,r=e.addedParticipantIds?.map(e=>C.decomposeId(e).id)||[],i=await this._api.getExternalIdsByOkIds(r),a=e.addedParticipants;if(i.length&&a?.length!==i.length&&!this._isCalledState()){let e=this._convertExternalIdsToServerExternalIds(i);a=(await this._signaling.getParticipants(e)).participants}let o=await Promise.all(a?.map(async e=>{let r=C.composeId(e);return this._createParticipant({id:r,externalId:Z.fromSignalingParticipant(e),mediaSettings:T(e.mediaSettings),participantState:C.mapParticipantState(e),state:e.state,roles:e.roles||[],status:this._getStatusByTransportState(t)??A.WAITING,muteStates:e.muteStates||{},unmuteOptions:e.unmuteOptions||[],observedIds:e.observedIds||[],markers:this._denormalizeMarkers(r,e.markers),isInRoom:n!==null},e.decorativeUserId)})||[]),s=!1;for(let e of o)e.id===this._conversation?.compositeUserId&&(s=!0),this._registerParticipantInCache(e);this._transport?.getState()===q.IDLE&&!this._isCalledState()&&this._openTransport(o,!0);let c=[],l=[];if(e?.removedParticipantMarkers){for(let t of e.removedParticipantMarkers)if(t.GRID?.id){let e=this._getExternalIdByParticipantId(t.GRID.id);l.push(e)}c=await Promise.all(l)}if(s&&await this._onRoomSwitched(n),c){let e=this._conversation?.pinnedParticipantIdByRoom.get(n);if(e){let t=await this._getExternalIdByParticipantId(e);if(t){for(let e of c)if(Z.compare(t,e)){this._conversation?.pinnedParticipantIdByRoom.delete(n);break}}}}let u={roomId:n,participantCount:e.participantCount,addedParticipantIds:i,addedParticipants:C.mapSharedParticipants(o),removedParticipantMarkers:e?.removedParticipantMarkers,removedParticipantIds:c};this._isCalledState()||P.onRoomParticipantsUpdated(u)}async _onRoomSwitched(e,t=!1){if(!this._conversation||this._conversation.roomId===e)return;let n=this._conversation.roomId;if(this._conversation.roomId=e,t&&!this._isCalledState()){P.onRoomStart(e);return}this._isCalledState()||P.onRoomSwitched(e),e!==null&&!this._isCallAdmin()&&await this._refreshRooms(!1),this._changePinnedParticipantForRoom(),this._changeRecordInfoForRoom(),this._changeMuteStatesForRoom(e,n),await this._changeAsrInfoForRoom(),await this._changeUrlSharingInfoForRoom()}async _refreshRooms(e){let t;this._isCalledState()||(t=await this._signaling.getRooms(e));let n=t?.rooms?.rooms??[],r=[];for(let t of n){let n=t.id??null;if(this._setMuteStatesForRoomId(t.muteStates,n),this._conversation?.recordsInfoByRoom.set(n,t.recordInfo??null),this._conversation?.pinnedParticipantIdByRoom.set(n,t.pinnedParticipantId??null),t.asrInfo&&this._conversation?.asrInfoByRoom.set(n,t.asrInfo),t.urlSharingInfo?this._conversation?.urlSharingInfoByRoom.set(n,t.urlSharingInfo):this._conversation?.urlSharingInfoByRoom.delete(n),e){let e=await this._getParticipants();await this._registerParticipants(t?.participants?.participants?.filter(t=>!e[C.composeId(t)])||[],!0);let n=await this._convertRoomToExternal(t);n&&r.push(n)}}r.length&&!this._isCalledState()&&P.onRoomsUpdated({[ha.UPDATE]:{rooms:r}})}async _onFeedback(e){let t=[];for(let n of e.feedback){let e={...n,items:[]};for(let t of n.items){let n=await this._getExternalIdByParticipantId(t.participantId);n?e.items.push({...t,participantId:n}):this._warnParticipantNotInConversation(t.participantId)}t.push(e)}P.onFeedback(t,e.roomId)}async _onDecorativeParticipantIdChanged(e){if(!this._conversation||!e.decorativeParticipantId||!e.decorativeExternalParticipantId)return;let{participantId:t,decorativeParticipantId:n,decorativeExternalParticipantId:r}=e,i=this._isMe(t);R.debug(`Decorative participant id changed [${t}]`,e);let a=await this._getExternalIdByParticipantId(t);if(!a){this._warnParticipantNotInConversation(t);return}let o=Z.fromSignaling(r,a.deviceIdx);if(P.onParticipantIdChanged(a,o),this._api.cacheExternalId(n,o),this._api.mapDecorativeId(n,t),i)this._conversation.externalId=o;else{let e=await this._getParticipants();e[t].externalId=o}}_onVideoSuspendSuggest(e){!this._conversation||this._conversation.topology!==J.SERVER||(R.debug(`Video suspend suggested`,e),P.onVideoSuspendSuggest(e.bandwidth))}async _onParticipantHold(e){R.debug(`Participant hold suggested`,e);let t=await this._getParticipant(e.participantId);e.hold?this._setParticipantsStatus([t],A.ONHOLD):this._setParticipantsStatus([t],A.CONNECTED)}_isMe(e){return e===this._conversation?.compositeUserId}_getMuteStatesForRoomId(e=null){return this._conversation?.muteStates.get(e)??{}}_getMuteStatesForCurrentRoom(){return this._getMuteStatesForRoomId(this._conversation?.roomId)}_setMuteStatesForRoomId(e={},t=null){this._conversation?.muteStates.set(t,e)}_forceOpenTransportForAloneInCall(){this._transport?.getTopology()===J.SERVER&&this._transport?.getState()===q.IDLE&&!this._isCalledState()&&this._transport.open(this._transport.allocated(),null,!!this._conversation?.observer,!0)}_registerParticipant(e,t){let n=this._createParticipant(e,t);n.catch(()=>void 0),this._pendingParticipants.set(e.id,n)}async _getParticipants(){if(this._pendingParticipants.size){let e=Array.from(this._pendingParticipants.entries()),t=await Promise.allSettled(e.map(e=>e[1])),n=null;for(let r=0;r<t.length;r++){let[i]=e[r];this._pendingParticipants.delete(i);let a=t[r];if(a.status===`fulfilled`){let e=a.value;this._participants[e.id]=e;continue}n=n??a.reason,R.warn(`Failed to resolve pending participant [${i}]`,a.reason)}if(n)throw n}return this._participants}async _getParticipant(e){return(await this._getParticipants())[e]}},Ya=null,Xa=class e extends Error{constructor(t,n){super(t),g(this,`participantErrors`,void 0),Object.setPrototypeOf(this,e.prototype),this.participantErrors=n}},Za=null,Qa=null;function $a(){Za=null,Qa=null}function eo(e){return e?.endsWith(`/`)?e.slice(0,-1):e}async function to(e=null,t){let n=eo(e??w.apiBaseUrl);if(n)return n;if((t??w.apiEnv)!==`AUTO`)return w.apiEndpoint(t);try{let e=atob(`aHR0cHM6Ly9kbnMuZ29vZ2xlL3Jlc29sdmU/bmFtZT12aWRlby5fZW5kcG9pbnQub2sucnUmdHlwZT1UWFQ=`),t=(await(await fetch(e,{method:`GET`,mode:`cors`,cache:`no-cache`})).json())?.Answer[0]?.data;if(!t)throw Error(`Wrong DNS response`);return R.debug(`Resolved API endpoint`,t),t}catch(e){return R.warn(`Failed to resolve API endpoint using DNS, default is used`,e),w.apiEndpoint(t)}}async function no(){return Za||Qa||(Qa=to(),Za=await Qa,Qa=null,Za)}async function ro(e,t={},n=!1){if(!window.Blob||!window.navigator.sendBeacon)return;await no();let r=so(e,t,n),i=new window.Blob([r],{type:`application/x-www-form-urlencoded`});window.navigator.sendBeacon(`${Za}/fb.do`,i)}async function io(e,t={},n=!1,r){return await no(),ao(so(e,t,n),r)}async function ao(e,t){let n=`${t??Za}/fb.do`,r=new AbortController,i=setTimeout(()=>r.abort(new D(E.NETWORK_ERROR)),w.apiTimeout),a=await fetch(n,{method:`POST`,headers:{"Content-Type":`application/x-www-form-urlencoded`},body:e,signal:r.signal});clearTimeout(i);let o=await a.text(),s;try{s=JSON.parse(o)}catch{s={result:o}}if(!a.ok||Object.hasOwn(s,`error_msg`))throw s;return s}async function oo(e,t){try{let n=await fetch(e,{method:`POST`,body:t});if(!n.ok)throw Error(`HTTP error! status: ${n.status}`);let r=await n.text();R.debug(`Form data sent successfully`,r)}catch(e){throw R.warn(`Failed to send form data`,e),e}}function so(e,t={},n=!1){t.method=e,t.format=`JSON`,t.application_key||(t.application_key=w.apiKey),n||(x.sessionKey?t.session_key=x.sessionKey:x.accessToken&&(t.access_token=x.accessToken));for(let[e,n]of Object.entries(t))typeof n==`object`&&(t[e]=JSON.stringify(n));let r=``;for(let[e,n]of Object.entries(t))r&&(r+=`&`),r+=`${e}=${encodeURIComponent(n)}`;return r}var co=class{constructor(){g(this,`_abortSignal`,void 0)}setAbortSignal(e){this._abortSignal=e}async createJoinLink(e){return{join_link:`nop`}}async removeJoinLink(e){return{success:!0}}async getAnonymTokenByLink(e,t){return``}log(e){}logClientStats(e){}logClientEvents(e){}getCachedOkIdByExternalId(e){return null}cacheExternalId(e,t){}mapDecorativeId(e,t){}unmapDecorativeId(e){}getDecorativeIdByInitialId(e){}replaceByInitialIdIdIfExists(e){return typeof e==`string`?parseInt(e,10):e}hangupConversation(e,t=E.HUNGUP){}async removeHistoryRecords(e){}async getServerTime(){return Date.now()}cleanup(){}},lo=700,uo=3e3,fo=class extends co{constructor(...e){super(...e),g(this,`_userId`,null),g(this,`_uuid`,void 0),g(this,`_externalUidsCache`,new Map),g(this,`_decorativeIdToInitialId`,new Map),g(this,`_initialIdToDecorativeId`,new Map)}async _callUnsafe(e,t={},n=!1){let r=async i=>{try{return await io(e,t,n)}catch(t){if(!Object.hasOwn(t,`error_msg`)){i++;let n=Object.getOwnPropertyNames(t).map(e=>`${e}: ${JSON.stringify(t[e])}`);if(R.debug(`${e} network error, attempt ${i}: ${n.join(`
20
- `)}`),this._abortSignal?.aborted&&(R.debug(`${e} aborted`),this._abortSignal.throwIfAborted()),i<w.apiMaxAttempt)return await C.delay(Math.min(i*lo,uo),{signal:this._abortSignal}),r(i)}throw R.warn(e,`error`,t),t}};return r(0)}async _call(e,t={},n=!1){try{return await this._callUnsafe(e,t,n)}catch(r){R.warn(`Api call error`,r);let i=v.API;switch(r.error_code){case 102:case 103:case 104:return await this.authorize(),this._callUnsafe(e,t,n)}let a={message:r.error_msg,code:r.error_code};if(r instanceof D)throw r;if(r.custom_error&&(a.custom_error=r.custom_error),po(r))switch(r.error_code){case 1101:i=E.SERVICE_DISABLED;break;case 4:r.error_msg.includes(`participants.limit.exceeded`)&&(i=E.PARTICIPANT_LIMIT_REACHED);break;case 300:i=E.NOT_FOUND;break;case 1102:i=E.CALLEE_IS_OFFLINE;break;case 1103:i=E.NOT_FRIENDS;break;case 1104:case 1106:i=E.EXTERNAL_API_ERROR;break;case 1113:i=E.CALLER_IS_REJECTED;break;case 1114:i=E.VCHAT_DETAILED_ERROR;break;case 2:i=E.SERVICE_UNAVAILABLE;break}throw new D(i,a)}}async userId(e){let t=C.extractOkId(e);if(x.isEmpty())return Z.fromId(String(t));this._externalUidsCache.has(t)||await this._getExternalIdsByOkIds([t]);let n=this.getDecorativeIdByInitialId(t);return n&&(t=n),Z.fromString(this._externalUidsCache.get(t))}async authorize(){if(this._ensureUuid(),!w.apiKey)throw new D(v.API,{message:`Required argument apiAppKey not passed`});let e={session_data:{version:2,device_id:this._uuid,client_version:w.appVersion,client_type:`SDK_JS`}};return w.authToken&&(e.session_data.auth_token=w.authToken,e.session_data.version=3),this._callUnsafe(`auth.anonymLogin`,e,!0).then(e=>{e.uid&&(this._userId=Number(e.uid)),x.sessionKey=e.session_key,x.sessionSecretKey=e.session_secret_key}).catch(e=>{throw e.error_code===401&&P.onTokenExpired(),new D(v.AUTH,{message:e.error_msg,code:e.error_code})})}logClientStats(e){let t={app_version:String(w.appVersion),sdk_type:`WEB`,sdk_version:w.sdkVersion,version:1,items:e};w.clientStatsPlatform&&(t.platform=w.clientStatsPlatform),ro(`vchat.clientStats`,{data:JSON.stringify(t)})}logClientEvents(e){let t={app_version:String(w.appVersion),sdk_type:`WEB`,sdk_version:w.sdkVersion,version:1,items:e};w.clientStatsPlatform&&(t.platform=w.clientStatsPlatform),ro(`vchat.clientEvents`,{data:JSON.stringify(t)})}async uploadDebugLogs(e,t,n,r){let i={conversationId:e,webrtcPlatform:w.platform,startTime:t,endTime:n},a=await this._callUnsafe(`vchat.getLogUploadUrl`,i),o=new FormData,s=new Blob([r],{type:`application/json`});o.append(`file`,s,`log.json`);let c=new URL(a.upload_url);return c.searchParams.append(`size`,s.size.toString()),oo(c.toString(),o)}async joinConversation(e,t=!1,n){let r={conversationId:e,isVideo:t,protocolVersion:w.protocolVersion,capabilities:Ji.getFlags()};return n&&(r.chatId=n),this._call(`vchat.joinConversation`,r)}async createConversation(e,t=``,n=!1,{onlyAdminCanShareMovie:r,audienceMode:i,audioOnly:a,waitForAdmin:o,closedConversation:s}={},c){let l=this._preareStartConversationData({conversationId:e,isVideo:!1,joiningAllowed:!0,payload:t,requireAuthToJoin:n,onlyAdminCanShareMovie:r,waitForAdmin:o,closedConversation:s,audienceMode:i,audioOnly:a,speakerIds:c});return this._startConversation(l)}async startConversation(e,t,n,r=!1,i=``,a=!1,o=!1,{onlyAdminCanShareMovie:s,waitForAdmin:c}={},l){let u=this._preareStartConversationData({conversationId:e,isVideo:r,joiningAllowed:a,payload:i,requireAuthToJoin:o,onlyAdminCanShareMovie:s,waitForAdmin:c,externalIds:l});if(t&&t.length)switch(n){case ca.USER:u.uids=t.join(`,`);break;case ca.GROUP:u.gid=t[0];break;case ca.CHAT:u.chatId=t[0];break}return this._startConversation(u)}_ensureUuid(){if(!this._uuid){let e=Be.get(`uuid`);e||(e=C.uuid(),Be.set(`uuid`,e)),this._uuid=String(e)}}deviceId(){return this._ensureUuid(),this._uuid}_preareStartConversationData({conversationId:e,isVideo:t,payload:n=``,joiningAllowed:r=!1,requireAuthToJoin:i=!1,onlyAdminCanShareMovie:a,waitForAdmin:o,audienceMode:s=!1,audioOnly:c=!1,speakerIds:l=[],closedConversation:u=!1,externalIds:d}){let f={conversationId:e,isVideo:t,protocolVersion:w.protocolVersion};return r&&(f.createJoinLink=!0),n&&(f.payload=n),w.domain&&(f.domainId=w.domain),w.externalDomain&&(f.externalDomain=w.externalDomain),i&&(f.requireAuthToJoin=!0),a!==void 0&&(f.onlyAdminCanShareMovie=a),o!==void 0&&(f.waitForAdmin=o),s&&(f.audienceMode=s),c&&(f.audioOnly=c),l.length&&(f.speakerIds=l.map(e=>C.composeUserId(e)).join(`,`)),u&&(f.closed=u),d&&(f.externalIds=d.map(Z.toSignaling).join(`,`)),f}async _startConversation(e){return this._call(`vchat.startConversation`,e)}async createJoinLink(e){return this._call(`vchat.createJoinLink`,{conversationId:e})}async removeJoinLink(e){return this._call(`vchat.removeJoinLink`,{conversationId:e})}async getAnonymTokenByLink(e,t){let n={joinLink:e};t&&(n.anonymName=t);let r=await this._call(`vchat.getAnonymTokenByLink`,n);return this._userId=Number(r.uid),r.token}async joinConversationByLink(e,t=!1,n,r){let i={joinLink:e,isVideo:t,protocolVersion:w.protocolVersion,capabilities:Ji.getFlags()};return n?.length&&(i.observedIds=n.join(`,`)),w.anonymToken&&(i.anonymToken=w.anonymToken),r&&(i.payload=r),this._call(`vchat.joinConversationByLink`,i)}async getOkIdsByExternalIds(e){let t=[],n=[],r=new Map,i=Array.from(this._externalUidsCache.keys()),a=Array.from(this._externalUidsCache.values());for(let o of e){let e=Z.toString(o),s=a.indexOf(e);s>-1?t.push(this.replaceByInitialIdIdIfExists(i[s])):(r.set(String(o.id),e),n.push({id:o.id,ok_anonym:o.type===ba.ANONYM}))}return n.length&&(await this._call(`vchat.getOkIdsByExternalIds`,{externalIds:n})).ids.forEach((e,n)=>{let i=Number(e.ok_user_id),a=String(e.external_user_id.id);r.has(a)&&(this.cacheExternalId(i,Z.fromString(r.get(a))),t.push(i))}),t}async getParticipantIdsByExternalIds(e){await this.getOkIdsByExternalIds(e);let t=new Map,n=Array.from(this._externalUidsCache.keys()),r=Array.from(this._externalUidsCache.values());for(let i of e){let e=Z.toString(i),a=r.indexOf(e);if(a>-1){let e=C.composeParticipantId(this.replaceByInitialIdIdIfExists(n[a]),S.USER,i.deviceIdx);t.set(i,e)}}return t}async getExternalIdsByOkIds(e){let t=[],n=[];for(let r of e)if(this._externalUidsCache.has(r)){let e=this.getDecorativeIdByInitialId(r),n=this._externalUidsCache.get(e??r);t.push(Z.fromString(n))}else n.push(r);if(!n.length)return t;let r=await this._getExternalIdsByOkIds(n);return Array.from(r.values())}getCachedOkIdByExternalId(e){let t=Array.from(this._externalUidsCache.keys()),n=Array.from(this._externalUidsCache.values()),r=Z.toString(e),i=n.indexOf(r);return i>-1?C.composeParticipantId(this.replaceByInitialIdIdIfExists(t[i]),S.USER,e.deviceIdx):i>-1?C.composeParticipantId(t[i],S.USER,e.deviceIdx):null}cacheExternalId(e,t){let n=C.extractOkId(e);this._externalUidsCache.set(n,Z.toString(t))}mapDecorativeId(e,t){let n=C.extractOkId(e),r=C.extractOkId(t);this._decorativeIdToInitialId.set(n,r),this._initialIdToDecorativeId.set(r,n)}unmapDecorativeId(e){let t=C.extractOkId(e),n=this.getDecorativeIdByInitialId(t);n&&this._decorativeIdToInitialId.delete(n),this._initialIdToDecorativeId.delete(t)}getDecorativeIdByInitialId(e){let t=C.extractOkId(e);return this._initialIdToDecorativeId.get(t)}replaceByInitialIdIdIfExists(e){let t=C.extractOkId(e);return this._decorativeIdToInitialId.get(t)??t}async getConversationParams(e){let t={};return w.anonymToken&&(t.anonymToken=w.anonymToken),e&&(t.conversationId=e),this._call(`vchat.getConversationParams`,t)}getUserId(){return this._userId}setUserId(e){this._userId=e}hangupConversation(e,t=E.HUNGUP){let n={conversationId:e,reason:t};w.anonymToken&&(n.anonymToken=w.anonymToken),ro(`vchat.hangupConversation`,n)}async removeHistoryRecords(e){await this._call(`vchat.removeHistoryRecords`,{recordIds:e.join(`,`)})}cleanup(){this._decorativeIdToInitialId=new Map,this._initialIdToDecorativeId=new Map}async _getExternalIdsByOkIds(e){let t=new Map;e=e.map(e=>this.getDecorativeIdByInitialId(e)??e);try{let n=await this._call(`vchat.getExternalIdsByOkIds`,{uids:e.join(`,`)}),r=(e,n)=>{for(let[r,i]of Object.entries(e)){let e=Number(r),a=Z.fromId(i,n);t.set(e,a),this.cacheExternalId(e,a)}};n.external_ids&&r(n.external_ids,ba.USER),n.anonym_ids&&r(n.anonym_ids,ba.ANONYM);for(let n of e){let e=Number(n);if(!t.has(e)){let n=Z.fromId(String(e));t.set(e,n),this.cacheExternalId(e,n)}}return t}catch{return t}}async getServerTime(){return(await this._call(`system.getInfo`)).serverTime}};function po(e){return typeof e==`object`&&!!e&&`error_code`in e&&`error_msg`in e}var mo=function(e){return e.KING=`KING`,e.PAWN=`PAWN`,e}(mo||{}),ho=function(e){return e.OFF=`0`,e.ON=`1`,e}({}),go=class{constructor(e){g(this,`_queue`,void 0),g(this,`_readCursor`,void 0),g(this,`_writeCursor`,void 0),g(this,`_moveReadCursor`,void 0),g(this,`_left`,void 0),this._queue=Array(e).fill(null),this._readCursor=this._writeCursor=this._left=0,this._moveReadCursor=!1}get length(){return this._queue.length}get left(){return this._left}toArray(){return Array.from(this._queue)}add(e){this._moveReadCursor&&(this._readCursor=this.nextCursor(this._readCursor)),this._queue[this._writeCursor]===null&&(this._left+=1),this._queue[this._writeCursor]=e,this._writeCursor=this.nextCursor(this._writeCursor),this._moveReadCursor=this._writeCursor===this._readCursor}nextCursor(e){return(e+1)%this._queue.length}next(){let e=this._queue[this._readCursor];return e&&(this._moveReadCursor=!1,this._queue[this._readCursor]=null,this._readCursor=this.nextCursor(this._readCursor),--this._left),e}},_o=class{constructor(e,t,n,r=null){g(this,`_uuid`,void 0),g(this,`_apiKey`,void 0),g(this,`_callToken`,void 0),g(this,`_apiEnv`,void 0),g(this,`_baseApiUrl`,void 0),g(this,`_sessionKey`,void 0),this._uuid=C.uuid(),this._apiKey=t,this._callToken=n,this._apiEnv=e,this._baseApiUrl=r}async authorize(){let e=await io(`auth.anonymLogin`,{session_data:{device_id:this._uuid,client_version:w.appVersion,client_type:`SDK_JS`,auth_token:this._callToken,version:3},application_key:this._apiKey},!0,await to(this._baseApiUrl,this._apiEnv));return C.isObject(e)&&!(`error_msg`in e)?(this._sessionKey=e.session_key,!0):!1}async hangupConversation(e){await io(`vchat.hangupConversation`,{conversationId:e,reason:E.HUNGUP,application_key:this._apiKey,session_key:this._sessionKey},!0,await to(this._baseApiUrl,this._apiEnv))}},$,vo=null,yo={getCameras:I.getCameras,getMicrophones:I.getMicrophones,getOutput:I.getOutput,getVideoFacingMode:I.getVideoFacingMode,hasCamera:I.hasCamera,hasMicrophone:I.hasMicrophone,getSavedCamera:I.getSavedCamera,getSavedMicrophone:I.getSavedMicrophone,getSavedOutput:I.getSavedOutput,hasCameraPermission:I.hasCameraPermission,hasMicrophonePermission:I.hasMicrophonePermission,hasPermissions:I.hasPermissions,getUserMedia:I.getUserMedia,getUserVideo:I.getUserVideo,getUserAudio:I.getUserAudio,setResolution:I.setResolution,isBrowserSupported:I.isBrowserSupported,isScreenCapturingSupported:I.isScreenCapturingSupported,os:I.os,isMobile:I.isMobile,browserName:I.browserName,browserVersion:I.browserVersion,baseChromeVersion:I.baseChromeVersion,getAudioContext:I.getAudioContext,isAudioShareSupported:I.isAudioShareSupported},bo={participantMarkerCompare:C.participantMarkerCompare};function xo(e){vo=e}function So(e){w.videoEffects=e}function Co(e){w.audioEffects=e}function wo(e,t=null,n={},r=1){w.vmoji=e,w.vmojiOptions={protocolVersion:r,renderingOptions:n},t&&e.setSDK(t)}async function To(e){if(w.set(e),$||($=new fo),c.default.disableLog(!w.debug),R.toggle(w.debug),R.log(`Calls SDK ${w.sdkVersion}`,e),await I.init(),!I.isBrowserSupported())throw new D(v.UNSUPPORTED);R.log(`UserAgent:`,navigator.userAgent),R.log(`Screen resolution:`,`${window.screen.width}x${window.screen.height}`),R.log(`Permissions:`,`Camera: ${I.hasCameraPermission()}, Mic: ${I.hasMicrophonePermission()}`),R.log(`Simulcast:`,`${e.simulcast} => ${w.simulcast}`)}async function Eo(e,t=[y.AUDIO],n=``,r=!1,i=!1,a,o,s){let c=[];return Array.isArray(e)?c=e.length?e:[]:e&&(c=[e]),Do([],ca.USER,t,n,r,i,a,c,o,s)}async function Do(e,t=ca.USER,n,r=``,i=!1,a=!1,o,s,c,l){if(!w.hold&&z.callsLength>0)throw R.error(`There is already active call`),new D(E.FAILED);return new Q($,vo).onStart({opponentIds:e,opponentType:t,mediaOptions:n,payload:r,joiningAllowed:i,requireAuthToJoin:a,onlyAdminCanShareMovie:o,externalIds:s,onFastStart:c,conversationId:l})}async function Oo(e,t){return ko(e,S.USER,void 0,t)}async function ko(e,t=S.USER,n,r,i,a){if(e===Q.id())throw Error(`Push has already been processed`);a&&$.setUserId(a);let o=new Q($,vo);if(await o.onPush(e,t,n,r,i),z.callsLength>w.maxParallelCalls){R.error(`There is too much calls`),await o.decline();return}if(!w.hold&&z.callsLength>1){R.log(`Push rejected (busy) — no supported hold calls`),await o.decline();return}}async function Ao(e,t){return e&&(w.authToken=e),t!==void 0&&w.apiBaseUrl!==t&&(w.apiBaseUrl=t,$a()),$.authorize()}async function jo(e=[y.AUDIO],t){return $s(t).accept(e)}async function Mo(e){let t=Qs(e);if(t)return t.decline()}async function No(e,t=[y.AUDIO]){return Po(e,t)}async function Po(e,t,n){if(!w.hold&&z.callsLength>0)throw R.error(`There is already active call`),new D(E.FAILED);return new Q($,vo).onJoin({conversationId:e,mediaOptions:t,chatId:n})}async function Fo(e,t=[y.AUDIO],n,r,i,a){if(!w.hold&&z.callsLength>0)throw R.error(`There is already active call`),new D(E.FAILED);return n&&(w.anonymToken=n),new Q($,vo).onJoin({joinLink:e,mediaOptions:t,observedIds:r,payload:i,onFastJoin:a})}async function Io(e){let t=Qs(e);if(t)return t.hangup();Q.hangupAfterInit()}async function Lo(e,t){let n=Array.isArray(e)?e:[e],r=Q.current();r&&await r.addParticipant(n,t)}async function Ro(e,t){let n=Q.current();if(n){let r=e.map(e=>C.composeUserId(e));await n.addParticipantLegacy(r,t)}}async function zo(e,t=!1){return Bo((await $.getOkIdsByExternalIds([e]))[0],t)}async function Bo(e,t=!1){let n=Q.current();if(n)try{await n.removeParticipant(C.composeUserId(e),t)}catch(t){R.warn(`Failed to remove participant ${e}. Perhaps he is no longer on the call. ${t}`)}}async function Vo(e,t){let n=Q.current();if(e===`videoinput`&&dt.contains(t))return w.videoFacingMode=t,n?(I.isMobile()&&n.stopVideoTrack(),n.changeDevice(e)):void 0;if(!await I._saveDeviceId(e,t))throw Error(`Device not found: ${t}`);if(n)return n.changeDevice(e)}async function Ho(e,t){let n=typeof e==`object`?{...e,fastScreenSharing:e.captureScreen&&e.fastScreenSharing,captureAudio:e.captureScreen&&e.captureAudio&&w.audioShare}:{captureScreen:e,fastScreenSharing:!1,captureAudio:!1},r=Qs(t);return r?r.toggleScreenCapturing(n):Promise.reject()}function Uo(e){let t=Q.current();t&&t.toggleAnimojiCapturing(e)}async function Wo(e,t=!1){let n=Q.current();n&&await n.setVideoStream(e,t)}async function Go(e,t){let n=Qs(t);n&&await n.toggleLocalVideo(e)}async function Ko(e,t){let n=Qs(t);n&&await n.toggleLocalAudio(e)}async function qo(e){let t=Q.current();if(t)return t.setLocalResolution(e)}async function Jo(e){let t=Q.current();t&&await t.changePriorities(e)}async function Yo(e,t){let n=Q.current();if(n){let r;if(t){let[e]=await $.getOkIdsByExternalIds([t]);r=C.composeParticipantId(e,S.USER,t.deviceIdx)}await n.changeParticipantState(e,r)}}async function Xo(){let e=Q.current();e&&await e.putHandsDown()}async function Zo(e){let t=Q.current();t&&await t.updateDisplayLayout(e)}async function Qo(e,t,n=!1){return $o((await $.getOkIdsByExternalIds([e]))[0],Z.getDeviceIdx(e),t,n)}async function $o(e,t,n,r=!1){let i=Q.current();i&&await i.grantRoles(C.composeParticipantId(e,S.USER,t),n,r)}async function es({externalId:e=null,muteStates:t,requestedMedia:n=[],roomId:r=null}){let i=null;return e&&(i=(await $.getOkIdsByExternalIds([e]))[0]),ts({uid:i,muteStates:t,requestedMedia:n,deviceIdx:Z.getDeviceIdx(e),roomId:r})}async function ts({uid:e=null,muteStates:t,requestedMedia:n=[],deviceIdx:r=0,roomId:i=null}){let a=Q.current();if(a){let o=e?C.composeParticipantId(e,S.USER,r):null;await a.muteParticipant(o,t,n,i)}}async function ns(e,t=!1,n=null){return rs((await $.getOkIdsByExternalIds([e]))[0],t,Z.getDeviceIdx(e),n)}async function rs(e,t=!1,n=0,r=null){let i=Q.current();i&&await i.pinParticipant(C.composeParticipantId(e,S.USER,n),t,r)}async function is(e){let t=Q.current();t&&await t.updateMediaModifiers(e)}async function as(e){let t=Q.current();t&&await t.enableVideoSuspend(e)}async function os(e){let t=Q.current();t&&await t.enableVideoSuspendSuggest(e)}async function ss(e){let t=Q.current();t&&await t.changeOptions(e)}async function cs(e,t=null){let n=null;return t&&(n=(await $.getOkIdsByExternalIds([t]))[0]),ls(e,n)}async function ls(e,t=null){let n=Q.current();if(n){let r=t?C.composeUserId(t):null;await n.chatMessage(e,r)}}async function us(e=10){let t=Q.current();if(t)return t.chatHistory(e)}async function ds(e,t=null){let n=null;return t&&(n=(await $.getOkIdsByExternalIds([t]))[0]),fs(e,n,Z.getDeviceIdx(t))}async function fs(e,t=null,n=0){let r=Q.current();if(r){let i=t?C.composeParticipantId(t,S.USER,n):null;await r.customData(e,i)}}async function ps(e=``,t=!1,{onlyAdminCanShareMovie:n=!1,waitForAdmin:r=!1,closedConversation:i=!1}={},a){return(await $.createConversation(a??C.uuid(),e,t,{onlyAdminCanShareMovie:n,waitForAdmin:r,closedConversation:i})).join_link}async function ms(e=``,t=!1,{onlyAdminCanShareMovie:n=!1,audioOnly:r=!1}={},i){let a=Z.fromIds(i),o=await $.getOkIdsByExternalIds(a);return(await $.createConversation(C.uuid(),e,t,{onlyAdminCanShareMovie:n,audienceMode:!0,audioOnly:r},o)).join_link}async function hs(){let e=Q.current();return e?e.createJoinLink():Promise.reject()}async function gs(){let e=Q.current();return e?e.removeJoinLink():Promise.reject()}async function _s(e,t){return $.getAnonymTokenByLink(e,t)}function vs(e){let t=Q.current();t&&t.setVolume(e)}function ys(e){w.forceRelayPolicy=e}async function bs(e=!1,t=null,n=null,r=`DIRECT_LINK`,i=null,a=null){let o=Q.current();return o?o.startStream(e,t,n,r,i,a):Promise.reject()}async function xs(e=null,t){let n=Q.current();return n?n.stopStream(e,t):Promise.reject()}async function Ss(e=null){let t=Q.current();return t?t.publishStream(e):Promise.reject()}async function Cs(e,t,n=!1,r=null){let i=Q.current();if(!i)return Promise.reject();let a,o,s=[];if(t?.length&&s.push(...t),e&&s.push(e),s.length){let t=await $.getParticipantIdsByExternalIds(s);e&&(a=t.get(e),t.delete(e)),o=Array.from(t.values())}return i.recordSetConf(a,o,n,r)}async function ws(){let e=Q.current();return e?e.getStreamInfo():Promise.reject()}async function Ts(e){let t=Q.current();return t?t.addMovie(e):Promise.reject()}async function Es(e){let t=Q.current();return t?t.updateMovie(e):Promise.reject()}async function Ds(e){let t=Q.current();return t?t.removeMovie(e):Promise.reject()}async function Os(e,t){let n=Q.current();if(n){let r=[];for(let t of e){let e,n;t.addParticipantIds&&(e=(await $.getOkIdsByExternalIds(t.addParticipantIds)).map(e=>C.composeUserId(e))),t.removeParticipantIds&&(n=(await $.getOkIdsByExternalIds(t.removeParticipantIds)).map(e=>C.composeUserId(e))),r.push({id:t.id,name:t.name,participantCount:t.participantCount,addParticipantIds:e,removeParticipantIds:n,countdownSec:t.countdownSec})}return n.updateRooms(r,t)}return Promise.reject()}async function ks(e,t){let n=Q.current();return n?n.activateRooms(e,t):Promise.reject()}async function As(e=null,t=null){let n=Q.current();if(!n)return Promise.reject();let r;if(t){let e=await $.getOkIdsByExternalIds([t]),n=Z.getDeviceIdx(t);r=C.composeParticipantId(e[0],S.USER,n)}return n.switchRoom(e,r)}async function js(e){let t=Q.current();return t?t.removeRooms(e):Promise.reject()}function Ms(e){w.statisticsInterval=e;let t=Q.current();if(t)return t.updateStatisticsInterval()}function Ns(e){c.default.disableLog(!e),R.toggle(e)}function Ps(e,...t){w.debugLog&&R.send(e,`[external]`,...t)}async function Fs(){let e=wt.conversationId;if(!e)throw R.error(`[uploadDebugLogs]`,`No conversation id found`),Error(`No conversation id found`);let t=wt.collectLogs();if(t.length===0)throw R.error(`[uploadDebugLogs]`,`No logs found`),Error(`No logs found`);let n=wt.startTime,r=wt.endTime;try{return $?.uploadDebugLogs(e,n,r,JSON.stringify(t))}catch(e){throw R.error(`[uploadDebugLogs]`,`Error while uploading logs`,e),Error(`Error while uploading logs`,{cause:e})}}async function Is(e){let t=Q.current();if(t)return t.videoEffect(e)}async function Ls(e,t){let n=Q.current();if(n)return n.audioEffect(e.length>0?e:null,t)}async function Rs(e){let t=Q.current();t&&await t.setAudioStream(e)}async function zs(e,t=null,n=null){let r=Q.current();if(!r)return;let i=n??t?.id,a=null;if(t){let e=(await $.getOkIdsByExternalIds([t]))[0];if(!e)throw Error(`Could not get user id to set animoji svg`);a=C.composeParticipantId(e,S.USER,Z.getDeviceIdx(t))}r.setAnimojiSvg(e,a,i)}function Bs(e){let t=Q.current();t&&t.setAnimojiFill(e)}async function Vs(e=null,t,n=!1){return $s().getWaitingHall(e,t,n)}async function Hs(){return $s().getAudienceModeHands()}async function Us(e,t=!1){let n=$s(),r;if(e){let[t]=await $.getOkIdsByExternalIds([e]);r=C.composeUserId(t)}return n.promoteParticipant(r,t)}async function Ws(e=!1){return $s().requestPromotion(e)}async function Gs(e=!1){return $s().acceptPromotion(e)}async function Ks(e){return $s().getParticipantListChunk(e)}async function qs(e){return $s().getParticipants(e)}async function Js(e){return $s().feedback(e)}function Ys(e,t,n){return $s().userFeedbackStats(e,t,n)}function Xs(e,t={},n=!1){let r=Q.current();r&&r.sendClientEvent(e,t,n)}async function Zs(e,t){return $s().enableFeatureForRoles(e,t)}function Qs(e){return e?z.get(e)??null:Q.current()}function $s(e){let t=Qs(e);if(!t)throw Error(`Conversation not found`);return t}async function ec(e){await $.removeHistoryRecords(e)}async function tc(e){let t=Q.current();t&&await t.startAsr(e)}async function nc(e){let t=Q.current();t&&await t.stopAsr(e)}async function rc(e){let t=Q.current();t&&await t.requestAsr(e)}async function ic(e){let t=Q.current();return t?t.startUrlSharing(e):Promise.reject()}async function ac(){let e=Q.current();return e?e.stopUrlSharing():Promise.reject()}async function oc(e){await z.setActive(e)}function sc(){return z.getActiveId()}function cc(){return Q.getSyncedTime()}function lc(){return w.sdkVersion}typeof window<`u`&&(window.__CALLS_SDK=be),exports.Api=fo,exports.ApiExternal=_o,exports.ArrayDequeue=go,exports.AuthData=x,exports.BaseLogger=m,exports.CallDirection=Y,exports.CallType=ca,exports.ChatRoomEventType=la,exports.ConversationFeature=ua,exports.ConversationOption=da,exports.DebugMessageType=Gt,exports.ExternalIdType=ba,Object.defineProperty(exports,"FacingMode",{enumerable:!0,get:function(){return dt}}),exports.FatalError=v,exports.HangupReason=D,exports.HangupType=E,exports.MediaOption=y,exports.MediaTrackKind=k,exports.MediaType=V,exports.MuteState=ma,exports.ParticipantState=X,exports.ParticipantStateDataValue=ho,exports.ParticipantStatus=A,exports.RecordRole=mo,exports.RoomsEventType=ha,exports.Signaling=sa,exports.SignalingCommandType=B,exports.SignalingConnectionType=Ki,exports.SignalingNotification=G,exports.TransportTopology=J,exports.UserRole=va,exports.UserType=S,exports.VolumeDetector=Ia,exports.acceptCall=jo,exports.acceptPromotion=Gs,exports.activateRooms=ks,exports.addMovie=Ts,exports.addParticipant=Lo,exports.addParticipantInternal=Ro,exports.authorize=Ao,exports.browser=yo,exports.callInternal=Do,exports.callTo=Eo,exports.captureScreen=Ho,exports.captureVmoji=Uo,exports.changeAudioEffect=Ls,exports.changeConversationOptions=ss,exports.changeDevice=Vo,exports.changeParticipantState=Yo,exports.changePriorities=Jo,exports.changeVideoEffect=Is,exports.chatHistory=us,exports.chatMessage=cs,exports.chatMessageInternal=ls,exports.createJoinLink=hs,exports.customData=ds,exports.customDataInternal=fs,exports.debug=Ns,exports.debugMessage=Ps,exports.declineCall=Mo,exports.enableFeatureForRoles=Zs,exports.enableVideoSuspend=as,exports.enableVideoSuspendSuggest=os,exports.feedback=Js,exports.forceRelayPolicy=ys,exports.getActiveCallId=sc,exports.getAnonymTokenByLink=_s,exports.getAudienceModeHands=Hs,exports.getParticipantListChunk=Ks,exports.getParticipants=qs,exports.getStreamInfo=ws,exports.getSyncedTime=cc,exports.getWaitingHall=Vs,exports.grantRoles=Qo,exports.grantRolesInternal=$o,exports.hangup=Io,exports.init=To,exports.joinCall=No,exports.joinCallByLink=Fo,exports.joinCallInternal=Po,exports.logClientEvent=Xs,exports.muteParticipant=es,exports.muteParticipantInternal=ts,exports.pinParticipant=ns,exports.pinParticipantInternal=rs,exports.processPush=Oo,exports.processPushInternal=ko,exports.promoteParticipant=Us,exports.publishStream=Ss,exports.putHandsDown=Xo,exports.recordSetConf=Cs,exports.removeHistoryRecords=ec,exports.removeJoinLink=gs,exports.removeMovie=Ds,exports.removeParticipant=zo,exports.removeParticipantInternal=Bo,exports.removeRooms=js,exports.requestAsr=rc,exports.requestPromotion=Ws,exports.setAudioEffects=Co,exports.setAudioStream=Rs,exports.setLocalResolution=qo,exports.setLogger=xo,exports.setMediaModifiers=is,exports.setStatisticsInterval=Ms,exports.setVideoEffects=So,exports.setVideoStream=Wo,exports.setVmoji=wo,exports.setVmojiFill=Bs,exports.setVmojiSvg=zs,exports.setVolume=vs,exports.startAsr=tc,exports.startAudienceConversation=ms,exports.startConversation=ps,exports.startStream=bs,exports.startUrlSharing=ic,exports.stopAsr=nc,exports.stopStream=xs,exports.stopUrlSharing=ac,exports.switchCall=oc,exports.switchRoom=As,exports.toggleLocalAudio=Ko,exports.toggleLocalVideo=Go,exports.updateDisplayLayout=Zo,exports.updateMovie=Es,exports.updateRooms=Os,exports.uploadDebugLogs=Fs,exports.userFeedbackStats=Ys,exports.utils=bo,exports.version=lc;
19
+ `)}})}_startMonitorRtpShareInterval(){let e=5e3;if(this._monitorRtpShareInterval)return;let t=()=>{if(!this._pc){this._stopMonitorRtpShareInterval();return}this._monitorRtpShare(),this._monitorRtpShareInterval=window.setTimeout(t,e)};this._monitorRtpShareInterval=window.setTimeout(t,e)}_stopMonitorRtpShareInterval(){this._monitorRtpShareInterval&&(window.clearTimeout(this._monitorRtpShareInterval),this._monitorRtpShareInterval=null)}},J=function(e){return e.REMOTE_TRACK_ADDED=`REMOTE_TRACK_ADDED`,e.REMOTE_TRACK_REMOVED=`REMOTE_TRACK_REMOVED`,e.REMOTE_STREAM_SECOND=`REMOTE_STREAM_SECOND`,e.AUDIO_MIX_STALL=`AUDIO_MIX_STALL`,e.REMOTE_DATA_STATS=`REMOTE_DATA_STATS`,e.STATE_CHANGED=`STATE_CHANGED`,e.LOCAL_STATE_CHANGED=`LOCAL_STATE_CHANGED`,e.SIGNALLED_ACTIVE_PARTICIPANTS=`SIGNALLED_ACTIVE_PARTICIPANTS`,e.SIGNALLED_SPEAKER_CHANGED=`SIGNALLED_SPEAKER_CHANGED`,e.SIGNALLED_STALLED_PARTICIPANTS=`SIGNALLED_STALLED_PARTICIPANTS`,e.TOPOLOGY_CHANGED=`TOPOLOGY_CHANGED`,e.NETWORK_STATUS=`NETWORK_STATUS`,e.PEER_CONNECTION_CLOSED=`PEER_CONNECTION_CLOSED`,e.ASR_TRANSCRIPTION=`ASR_TRANSCRIPTION`,e.ANIMOJI_STREAM=`ANIMOJI_STREAM`,e.ANIMOJI_ERROR=`ANIMOJI_ERROR`,e.SCREEN_SHARING_STAT=`SCREEN_SHARING_STAT`,e}({}),na=class extends y{constructor(e,t,n,r,i=L,a=null,o=null,s=null){super(),h(this,`_signaling`,void 0),h(this,`_mediaSource`,void 0),h(this,`_topology`,void 0),h(this,`_allocated`,[]),h(this,`_opened`,[]),h(this,`_directTransport`,null),h(this,`_serverTransport`,null),h(this,`_serverSettings`,void 0),h(this,`_dtListeners`,[]),h(this,`_stListeners`,[]),h(this,`_states`,{}),h(this,`_localState`,K.IDLE),h(this,`_animojiReceiver`,null),h(this,`_animojiSender`,null),h(this,`_debug`,void 0),h(this,`_logger`,void 0),h(this,`_statAggregator`,void 0),h(this,`_codecStatsAggregator`,void 0),this._signaling=t,this._mediaSource=n,this._topology=e,this._serverSettings=r,this._debug=i,this._logger=a,this._statAggregator=o,this._codecStatsAggregator=s,this.subscribe(this._signaling,W.NOTIFICATION,this._onSignalingNotification.bind(this)),this.subscribe(this._mediaSource,Yt.ANIMOJI_STATUS,this._onAnimojiStatus.bind(this)),this.subscribe(this._mediaSource,Yt.SOURCE_CHANGED,this._onSourceChanged.bind(this)),this._createAnimojiTransport(),e===q.SERVER&&(this._serverTransport=this._createServerTransport())}updateSettings(e){this._debug.log(`Update transport settings`,e),this._serverSettings=e,this._directTransport&&this._directTransport.updateSettings(e),this._serverTransport&&this._serverTransport.updateSettings(e)}updateStatisticsInterval(){this._directTransport&&this._directTransport.updateStatisticsInterval(),this._serverTransport&&this._serverTransport.updateStatisticsInterval()}allocate(e,t=!1){if(this._debug.log(`Trying allocate participant [${e}]`),this._allocated.indexOf(e)!==-1){this._debug.warn(`The participant [${e}] has already had allocated transport`);return}this._allocated.push(e),this._topology===q.DIRECT&&!this._directTransport&&(this._directTransport=this._createDirectTransport(e,t)),this._topology===q.SERVER&&!this._serverTransport&&(this._serverTransport=this._createServerTransport())}open(e,t=null,n=!1,r=!1){this._debug.log(`Trying open participant`,{participantIds:e});let i=r;for(let t of e){if(this._opened.indexOf(t)!==-1){this._debug.warn(`The participant [${t}] has already had opened transport`);continue}if(this._allocated.indexOf(t)===-1){this._debug.warn(`The participant [${t}] has no allocated transport`);continue}this._opened.push(t),i=!0}i&&(this._topology===q.DIRECT&&this._directTransport&&this._directTransport.open(t),this._topology===q.SERVER&&this._serverTransport&&(this._serverTransport.open(n),this._setStates(e,this._serverTransport.getState()),this._setLocalState(this._serverTransport.getState())),this._debug.debug(`The transport has been opened`,e))}close(e){let t=this._allocated.indexOf(e),n=this._opened.indexOf(e);t<0&&this._debug.warn(`The participant [${e}] transport has already deallocated`),this._topology===q.DIRECT&&this._directTransport&&n>=0&&this._releaseDirectTransport(),this._topology===q.SERVER&&(this._serverTransport?.removeParticipant(e),this._setStates([e],K.CLOSED)),n>=0&&this._opened.splice(n,1),t>=0&&this._allocated.splice(t,1),delete this._states[e]}destroy(){this.unsubscribe();for(let e of this._dtListeners)e.dispose();for(let e of this._stListeners)e.dispose();this._removeAnimojiTransport(),j.audioEffects?.destroy(),this._directTransport?.close(),this._directTransport=null,this._serverTransport?.close(),this._serverTransport=null,this._allocated=[],this._opened=[]}getTopology(){return this._topology}isAllocated(e){return this._allocated.indexOf(e)>=0}allocated(){return this._allocated.slice()}opened(){return this._opened.slice()}getState(){return this._topology===q.SERVER?this._serverTransport?.getState():this._directTransport?.getState()}getStates(){return this._states}setAnimojiSvg(e,t){j.vmoji&&t.isMe&&j.vmoji.AnimojiPreviewGenerator?.setSvgData(t),(!(t.svg instanceof ArrayBuffer)||t.svg.byteLength!==0)&&this._animojiReceiver?.setParticipantSvg(e,t)}setAnimojiFill(e){this._animojiSender?.setFill(e)}async onCameraResolutionChanged(){this._topology===q.SERVER&&this._serverTransport&&await this._serverTransport.onCameraResolutionChanged()}_setStates(e,t){let n=e.filter(e=>this._states[e]===t?!1:(this._states[e]=t,!0));n.length&&this._triggerEvent(`STATE_CHANGED`,n,t)}_setLocalState(e){this._localState!==e&&(this._localState=e,this._triggerEvent(`LOCAL_STATE_CHANGED`,e))}_onSignalingNotification(e){if(e.notification===G.TOPOLOGY_CHANGED)return this._onTopologyChanged(e)}_onTopologyChanged(e){if(e.topology!==this._topology){if(this._debug.log(`Topology changed ${this._topology} -> ${e.topology}`),this._logger?.log(S.TOPOLOGY_CHANGE_REQUESTED,e.topology),this._topology=e.topology,this._topology===q.SERVER&&(this._serverTransport?this._serverTransport.allowRestart():(this._serverTransport=this._createServerTransport(),this._opened.length>0&&(this._directTransport?.preventRestart(),this._serverTransport.open()))),this._topology===q.DIRECT){let t=e.offerTo||[],n=e.offerToTypes||[],r=e.offerToDeviceIdxs||[],i=t.length&&n.length?A.composeParticipantId(t[0],n[0],r[0]):null;if(this._serverTransport&&this._serverTransport.preventRestart(),!this._allocated||this._allocated.length===0){this._debug.error(`Topology changed to DIRECT, but the list of allocated participants is empty`);return}this._allocated.length>1&&this._debug.warn(`Topology changed to DIRECT, but the allocated participants count more then one`);let a=this._allocated[0];if(this._directTransport)this._directTransport.allowRestart();else{let e=i===a;this._directTransport=this._createDirectTransport(a,e)}this._opened.indexOf(a)>=0&&this._directTransport.open()}this._triggerEvent(`TOPOLOGY_CHANGED`,this._topology)}}_createDirectTransport(e,t=!1){let n=new zr(e,t,this._signaling,this._mediaSource,this._serverSettings,this._debug,this._logger,this._statAggregator,this._codecStatsAggregator);return this._dtListeners.length>0&&this._debug.warn(`The list of direct listeners for the participant [${e}] is not empty`),this._dtListeners=[],this._dtListeners.push(n.addEventListener(`REMOTE_TRACK_ADDED`,this._onRemoteTrackAdded.bind(this,e)),n.addEventListener(`REMOTE_TRACK_REMOVED`,this._onRemoteTrackRemoved.bind(this,e)),n.addEventListener(`REMOTE_DATA_STATS`,this._onRemoteDataStats.bind(this)),n.addEventListener(`STATE_CHANGED`,this._onDirectTransportChanged.bind(this)),n.addEventListener(`NETWORK_STATUS`,this._onTransportNetworkStatus.bind(this)),n.addEventListener(`PEER_CONNECTION_CLOSED`,this._onPeerConnectionClosed.bind(this,q.DIRECT))),this._animojiReceiver&&this._animojiSender&&n.setAnimojiTransport(this._animojiReceiver,this._animojiSender),n}_createServerTransport(){let e=new ta(this._signaling,this._mediaSource,this._serverSettings,this._debug,this._logger,this._statAggregator,this._codecStatsAggregator);return this._stListeners.length>0&&this._debug.warn(`The list of server transport listeners is not empty`),this._stListeners=[],this._stListeners.push(e.addEventListener(`REMOTE_TRACK_ADDED`,this._onRemoteTrackAdded.bind(this)),e.addEventListener(`REMOTE_TRACK_REMOVED`,this._onRemoteTrackRemoved.bind(this)),e.addEventListener(`AUDIO_MIX_STALL`,this._onServerAudioMixStall.bind(this)),e.addEventListener(`REMOTE_DATA_STATS`,this._onRemoteDataStats.bind(this)),e.addEventListener(`STATE_CHANGED`,this._onServerTransportChanged.bind(this)),e.addEventListener(`SIGNALLED_ACTIVE_PARTICIPANTS`,this._onTransportActiveParticipants.bind(this)),e.addEventListener(`SIGNALLED_SPEAKER_CHANGED`,this._onTransportSpeakerChanged.bind(this)),e.addEventListener(`SIGNALLED_STALLED_PARTICIPANTS`,this._onTransportStalledParticipants.bind(this)),e.addEventListener(`NETWORK_STATUS`,this._onTransportNetworkStatus.bind(this)),e.addEventListener(`REMOTE_STREAM_SECOND`,this._onRemoteStreamSecond.bind(this)),e.addEventListener(`PEER_CONNECTION_CLOSED`,this._onPeerConnectionClosed.bind(this,q.SERVER)),e.addEventListener(`ASR_TRANSCRIPTION`,this._onAsrTranscription.bind(this))),this._animojiReceiver&&this._animojiSender&&e.setAnimojiTransport(this._animojiReceiver,this._animojiSender),e}_releaseDirectTransport(){this._directTransport?.close(),this._directTransport=null;for(let e of this._dtListeners)e.dispose();this._dtListeners=[]}_releaseServerTransport(){this._serverTransport?.close(),this._serverTransport=null;for(let e of this._stListeners)e.dispose();this._stListeners=[]}_onDirectTransportChanged(e){let t=this._directTransport?.participantId;if(e===K.CONNECTED&&this._topology===q.DIRECT&&this._releaseServerTransport(),(e===K.CLOSED||e===K.FAILED)&&(this._releaseDirectTransport(),this._topology===q.DIRECT)){let e=this._opened.indexOf(t);e>=0&&this._opened.splice(e,1);let n=this._allocated.indexOf(t);n>=0&&this._allocated.splice(n,1)}this._topology===q.DIRECT&&t&&(this._setStates([t],e),this._setLocalState(e))}_onServerTransportChanged(e){let t=this._opened.slice();e===K.CONNECTED&&this._topology===q.SERVER&&this._releaseDirectTransport(),(e===K.CLOSED||e===K.FAILED)&&(this._releaseServerTransport(),this._topology===q.SERVER&&(this._allocated=[],this._opened=[])),this._topology===q.SERVER&&(this._setStates(t,e),this._setLocalState(e))}_onTransportActiveParticipants(e){this._topology===q.SERVER&&this._triggerEvent(`SIGNALLED_ACTIVE_PARTICIPANTS`,e)}_onTransportStalledParticipants(e){this._topology===q.SERVER&&this._triggerEvent(`SIGNALLED_STALLED_PARTICIPANTS`,e)}_onTransportSpeakerChanged(e){this._topology===q.SERVER&&this._triggerEvent(`SIGNALLED_SPEAKER_CHANGED`,e)}_onTransportNetworkStatus(e){this._triggerEvent(`NETWORK_STATUS`,e)}_onRemoteStreamSecond(e,t){this._triggerEvent(`REMOTE_STREAM_SECOND`,e,t)}_onPeerConnectionClosed(e){this._triggerEvent(`PEER_CONNECTION_CLOSED`,e)}_onServerAudioMixStall(e){this._topology===q.SERVER&&this._triggerEvent(`AUDIO_MIX_STALL`,e)}_onRemoteDataStats(e){this._triggerEvent(`REMOTE_DATA_STATS`,e)}_onRemoteTrackAdded(e,t,n){this._triggerEvent(`REMOTE_TRACK_ADDED`,e,t,n)}_onRemoteTrackRemoved(e,t,n){this._triggerEvent(`REMOTE_TRACK_REMOVED`,e,t,n)}_onAsrTranscription(e){this._triggerEvent(`ASR_TRANSCRIPTION`,e)}_onSourceChanged(){let e=this._mediaSource.getStream();e&&this._animojiSender?.setStream(e)}_onAnimojiStream(e,t){this._triggerEvent(`ANIMOJI_STREAM`,e,t)}_onAnimojiStatus(e){e?this._animojiSender?.resume():this._animojiSender?.pause(),this._mediaSource.onAnimojiSender(e)}_createAnimojiTransport(){if(!j.vmoji)return;this._animojiReceiver=new j.vmoji.AnimojiReceiver((e,t)=>this._onAnimojiStream(e,t),e=>this._onAnimojiStream(e,null),e=>{this._triggerEvent(`ANIMOJI_ERROR`,e)},j.vmojiOptions.renderingOptions);let e=this._mediaSource.getStream();this._animojiSender=new j.vmoji.AnimojiSender(e,this._signaling.getPeerId(),j.vmojiOptions.protocolVersion,{requested:this._mediaSource.isAnimojiRequested,useAI:j.vmojiOptions.renderingOptions.useAI}),this._animojiSender.onLocalData=e=>this._animojiReceiver?.receive(e)}_removeAnimojiTransport(){this._animojiSender?.destroy(),this._animojiSender=null,this._animojiReceiver?.destroy(),this._animojiReceiver=null}getStreamWaitingTimeMs(e,t){return this._topology===q.SERVER?this._serverTransport?this._serverTransport.getStreamWaitingTimeMs(e,t):(this._logger?.log(S.PAT_WAITING_TIME_ERROR,`noTransport`),this._debug.error(`Cannot get stream waiting time, server transport is not initialized`),0):(this._logger?.log(S.PAT_WAITING_TIME_ERROR,`wrongTopology`),this._debug.error(`Cannot get stream waiting time, incorrect topology: ${this._topology}`),0)}},ra=`videochat-epi`,ia=5e3,aa=500,oa=class extends y{constructor(e,t,n=null,r=!1,i=L){super(),h(this,`_previousPerfStatReportTimestamp`,0),h(this,`_previousNetworkStatReportTimestamp`,Date.now()),h(this,`_previousCallStatReportTimestamp`,Date.now()),h(this,`_previousCallStatReport`,null),h(this,`_screenShareStats`,[]),h(this,`_signaling`,void 0),h(this,`_directTopology`,void 0),h(this,`_debug`,void 0),h(this,`_statAggregator`,void 0),h(this,`_handleScreenSharingStat`,e=>{this._screenShareStats.push(e)}),h(this,`_handleTransportStateChanged`,e=>{(this._directTopology&&e===K.CONNECTED||!this._directTopology&&e===K.OPENED)&&(this._previousNetworkStatReportTimestamp=Date.now(),this._previousCallStatReportTimestamp=Date.now())}),this._signaling=t,this._directTopology=r,this._debug=i,this._statAggregator=n,this.subscribe(e,J.REMOTE_DATA_STATS,this._handleStats.bind(this)),this.subscribe(e,J.SCREEN_SHARING_STAT,this._handleScreenSharingStat.bind(this)),this.subscribe(e,J.STATE_CHANGED,this._handleTransportStateChanged.bind(this))}destroy(){this.unsubscribe()}static getEstimatedPerformanceIndex(){try{let e=parseInt(localStorage.getItem(ra)||``,10);return isNaN(e)?0:e}catch{return 0}}async _handleStats(e){if(!e.inbound||!e.inbound.rtps)return;let t=Date.now();!this._directTopology&&j.perfStatReportEnabled&&this._previousPerfStatReportTimestamp+ia<=t&&(await this.reportPerfStats(e),this._previousPerfStatReportTimestamp=t);let n=e.outbound.transport.local?.protocol===`tcp`;!this._directTopology&&n&&this._previousNetworkStatReportTimestamp+aa<=t&&(await this.reportNetworkStats(e),this._previousNetworkStatReportTimestamp=t),j.callStatReportEnabled&&this._previousCallStatReportTimestamp+j.statisticsInterval<=t&&(this._reportCallStats(e),this._previousCallStatReportTimestamp=t)}async reportPerfStats(e){let t=e.inbound.rtps.reduce((e,t)=>(t.kind===`video`&&(e.framesDecoded+=t.framesDecoded||0,e.framesReceived+=t.framesReceived||0),e),{framesDecoded:0,framesReceived:0});if(t.framesDecoded)try{let e=await this._signaling.reportPerfStat(t);localStorage.setItem(ra,e.estimatedPerformanceIndex)}catch{}}async reportNetworkStats(e){let t={timestamp:e.outbound.transport.timestamp,sendBitrate:e.outbound.rtps.reduce((e,t)=>e+(t.bandwidth??0)*8,0)};if(t.timestamp)try{await this._signaling.reportNetworkStat(t)}catch{}}_reportCallStats(e){let t={call_topology:this._directTopology?`D`:`S`,stat_time_delta:0,nack_received:0,pli_received:0,fir_received:0,frames_dropped:0,jitter_video:0,jitter_audio:0,interframe_delay_variance:0,nack_sent:0,pli_sent:0,fir_sent:0,total_audio_samples_received:0,concealed_audio_samples:0,silent_concealed_audio_samples:0,inserted_audio_samples_for_deceleration:0,removed_audio_samples_for_acceleration:0,audio_concealment_events:0,total_audio_energy:0,inbound_video_count:0,inbound_audio_count:0,packets_lost_video:0,packets_sent_video:0,packets_lost_audio:0,packets_sent_audio:0,freeze_count:0,total_freezes_duration:0,rtt:Math.round(e.inbound.transport.currentRoundTripTime*1e3),ss_freeze_count:0,ss_total_freezes_duration:0,local_address:ca(e.inbound.transport.local),local_connection_type:e.inbound.transport.local?.type,network_type:e.inbound.transport.local?.networkType,transport:e.inbound.transport.local?.protocol,remote_address:ca(e.inbound.transport.remote),remote_connection_type:e.inbound.transport.remote?.type};this._previousCallStatReport||(this._previousCallStatReport=Object.assign({},t));let n=!1,r=!1;for(e.inbound.rtps.reduce((e,t)=>(t.kind===`video`?(n=!0,t.framesReceived&&(e.jitter_video=e.jitter_video*e.inbound_video_count/(e.inbound_video_count+1)+t.jitter*1e3/(e.inbound_video_count+1),e.interframe_delay_variance=e.interframe_delay_variance*e.inbound_video_count/(e.inbound_video_count+1)+(t.interframeDelayVariance||0)*1e6/(e.inbound_video_count+1),e.inbound_video_count++),e.frames_dropped+=t.framesDropped||0,e.nack_sent+=t.nackCount,e.pli_sent+=t.pliCount,e.fir_sent+=t.firCount,e.freeze_count+=t.freezeCountDelta||0,e.total_freezes_duration+=t.totalFreezesDurationDelta||0):(r=!0,t.totalSamplesReceived&&(e.jitter_audio=e.jitter_audio*e.inbound_audio_count/(e.inbound_audio_count+1)+t.jitter*1e3/(e.inbound_audio_count+1),e.total_audio_energy=e.total_audio_energy*e.inbound_audio_count/(e.inbound_audio_count+1)+(t.totalAudioEnergy||0)/(e.inbound_audio_count+1),e.inbound_audio_count++),e.total_audio_samples_received+=t.totalSamplesReceived||0,e.inserted_audio_samples_for_deceleration+=t.insertedSamplesForDeceleration||0,e.removed_audio_samples_for_acceleration+=t.removedSamplesForAcceleration||0,e.concealed_audio_samples+=t.concealedSamples||0,e.silent_concealed_audio_samples+=t.silentConcealedSamples||0,e.audio_concealment_events+=t.concealmentEvents||0),e),t),e.outbound.rtps.reduce((e,t)=>(t.kind===`video`?(e.nack_received+=t.nackCount,e.pli_received+=t.pliCount,e.fir_received+=t.firCount,e.packets_sent_video+=t.packetsSent):e.packets_sent_audio+=t.packetsSent,e),t),e.remoteInbound.rtps.reduce((e,t)=>(t.kind===`video`?e.packets_lost_video+=t.packetsLost:e.packets_lost_audio+=t.packetsLost,e),t);this._screenShareStats.length;){let e=this._screenShareStats.pop();e?.freeze_duration&&(t.ss_freeze_count+=1,t.ss_total_freezes_duration+=e.freeze_duration)}let i={call_topology:t.call_topology,stat_time_delta:Math.max(0,Date.now()-this._previousCallStatReportTimestamp),nack_sent:Math.max(0,t.nack_sent-this._previousCallStatReport.nack_sent),nack_received:Math.max(0,t.nack_received-this._previousCallStatReport.nack_received),pli_sent:Math.max(0,t.pli_sent-this._previousCallStatReport.pli_sent),pli_received:Math.max(0,t.pli_received-this._previousCallStatReport.pli_received),fir_sent:Math.max(0,t.fir_sent-this._previousCallStatReport.fir_sent),fir_received:Math.max(0,t.fir_received-this._previousCallStatReport.fir_received),frames_dropped:Math.max(0,t.frames_dropped-this._previousCallStatReport.frames_dropped),rtt:Math.max(0,t.rtt)};if(j.simulcast&&(i.is_simulcast=!0),navigator.hardwareConcurrency&&(i.cpu_hardware_concurrency=navigator.hardwareConcurrency),n&&!la(t.jitter_video)&&(i.jitter_video=Math.round(t.jitter_video)),r&&!la(t.jitter_audio)&&(i.jitter_audio=Math.round(t.jitter_audio)),n&&!la(t.interframe_delay_variance)&&(i.interframe_delay_variance=t.interframe_delay_variance),t.freeze_count&&t.total_freezes_duration&&(i.freeze_count=t.freeze_count,i.total_freezes_duration=Math.round(t.total_freezes_duration*1e3)),t.ss_freeze_count&&t.ss_total_freezes_duration&&(i.ss_freeze_count=t.ss_freeze_count,i.ss_total_freezes_duration=t.ss_total_freezes_duration),r&&!la(t.total_audio_samples_received)){let e=Math.max(0,t.total_audio_samples_received-this._previousCallStatReport.total_audio_samples_received),n=Math.max(0,t.inserted_audio_samples_for_deceleration-this._previousCallStatReport.inserted_audio_samples_for_deceleration),r=Math.max(0,t.removed_audio_samples_for_acceleration-this._previousCallStatReport.removed_audio_samples_for_acceleration),a=Math.max(0,t.concealed_audio_samples-this._previousCallStatReport.concealed_audio_samples),o=Math.max(0,t.silent_concealed_audio_samples-this._previousCallStatReport.silent_concealed_audio_samples),s=Math.max(0,t.audio_concealment_events-this._previousCallStatReport.audio_concealment_events);i.inserted_audio_samples_for_deceleration=ua(n/e*1e3),i.removed_audio_samples_for_acceleration=ua(r/e*1e3),i.concealed_audio_samples=ua(a/e*1e3),i.concealed_silent_audio_samples=ua(o/e*1e3),i.concealment_audio_avg_size=ua(a/s),i.total_audio_energy=t.total_audio_energy}sa(t,`local_address`,`local_connection_type`,`network_type`,`transport`)&&(i.local_address=t.local_address,i.local_connection_type=t.local_connection_type,i.network_type=t.network_type,i.transport=t.transport),sa(t,`remote_address`,`remote_connection_type`)&&(i.remote_address=t.remote_address,i.remote_connection_type=t.remote_connection_type);let a=Math.max(0,t.packets_sent_video-this._previousCallStatReport.packets_sent_video),o=Math.max(0,t.packets_sent_audio-this._previousCallStatReport.packets_sent_audio);a>0&&(i.video_loss=ua(Math.max(0,t.packets_lost_video-this._previousCallStatReport.packets_lost_video)/a*100)),o>0&&(i.audio_loss=ua(Math.max(0,t.packets_lost_audio-this._previousCallStatReport.packets_lost_audio)/o*100)),this._statAggregator?.logCallStat(i),j.enableLogPerfStatReport&&this._debug.log(`Sent call stats`,i),this._previousCallStatReport=t}};function sa(e,...t){for(let n of t)if(!Object.hasOwn(e,n)||e[n]===void 0)return!1;return!0}function ca(e,t=!1){if(e?.address)return e.address+(t?`:${e.port}`:``)}function la(e){return e===void 0}function ua(e){return Number.isNaN(e)?0:e}var da;(function(e){function t(){return{estimatedPerformanceIndex:oa.getEstimatedPerformanceIndex(),audioMix:!0,consumerUpdate:!0,producerNotificationDataChannelVersion:8,producerCommandDataChannelVersion:3,consumerScreenDataChannelVersion:1,producerScreenDataChannelVersion:1,asrDataChannelVersion:+!!j.asrDataChannel,animojiDataChannelVersion:j.vmoji?j.vmojiOptions.protocolVersion:1,animojiBackendRender:!j.vmojiOptions.renderingOptions.useFullClientRendering,onDemandTracks:!0,unifiedPlan:!0,singleSession:!0,videoTracksCount:j.videoTracksCount,red:!0,audioShare:j.audioShare,fastScreenShare:j.fastScreenShare,videoSuspend:j.videoSuspend,simulcast:j.simulcast,consumerFastScreenShare:j.consumerFastScreenShare,consumerFastScreenShareQualityOnDemand:j.consumerFastScreenShareQualityOnDemand,transparentAudio:j.transparentAudio}}e.get=t})(da||(da={}));var fa=da,pa={producerScreenTrack:()=>!0,videoTracksCount:()=>j.videoTracksCount>0,waitingHall:()=>!0,filteredMessages:()=>!0,consumerScreenTrack:()=>!0,muteNotificationForAdmins:()=>!0,movieShare:()=>j.movieShare,useParticipantListChunk:()=>j.useParticipantListChunk,useRooms:()=>j.useRooms,vmoji:()=>!!j.vmoji,useCallsToContacts:()=>j.useCallsToContacts,useChatRooms:()=>j.useChatRooms,audienceModeHandUpTimestamps:()=>!1,animojiBackendRender:()=>!j.vmojiOptions.renderingOptions.useFullClientRendering,sessionStateUpdates:()=>!1,addParticipant:()=>j.addParticipant,p2pRelay:()=>!1,waitForAdmin:()=>j.waitForAdminInGroupCalls,hold:()=>j.hold},ma=class{static getFlags(){let e=Object.values(pa),t=0;for(let n=0;n<e.length;n++)e[n]()&&(t|=1<<n);return t.toString(16).toUpperCase()}static parseCapabilities(e){let t=parseInt(e||`0`,16);return Object.keys(pa).reduce((e,n,r)=>(e[n]=!!(t&1<<r),e),{})}},ha=63n,ga=16383n,_a=1073741823,va=4611686018427387903n,ya=class{encode(e){let t=typeof e==`number`?BigInt(e):e;if(t<=ha)return new Uint8Array([Number(t)]);if(t<=ga)return new Uint8Array([64|Number(t>>8n),Number(t&255n)]);if(t<=BigInt(_a))return new Uint8Array([128|Number(t>>24n),Number(t>>16n&255n),Number(t>>8n&255n),Number(t&255n)]);if(t<=va)return new Uint8Array([192|Number(t>>56n),Number(t>>48n&255n),Number(t>>40n&255n),Number(t>>32n&255n),Number(t>>24n&255n),Number(t>>16n&255n),Number(t>>8n&255n),Number(t&255n)]);throw RangeError(`Number is too large to encode using varint`)}},ba=class{decode(e){let t=this.getNumBytesForLengthInteger(e);if(t<0)throw Error(`Invalid length prefix`);if(e.length<t)return null;let n=BigInt(0);switch(t){case 1:n=BigInt(e[0]&63);break;case 2:n=BigInt(e[0]&63)<<8n|BigInt(e[1]);break;case 4:n=BigInt(e[0]&63)<<24n|BigInt(e[1])<<16n|BigInt(e[2])<<8n|BigInt(e[3]);break;case 8:n=BigInt(e[0]&63)<<56n|BigInt(e[1])<<48n|BigInt(e[2])<<40n|BigInt(e[3])<<32n|BigInt(e[4])<<24n|BigInt(e[5])<<16n|BigInt(e[6])<<8n|BigInt(e[7]);break}return n}getNumBytesForLengthInteger(e){let t=e[0]&192;return t===0?1:t===64?2:t===128?4:t===192?8:-1}},xa=class{constructor(e){h(this,`encoder`,void 0),h(this,`compression`,void 0),h(this,`lengthEncoder`,void 0),this.encoder=new TextEncoder,this.lengthEncoder=new ya,this.compression=e??null}encode(e){let t=this.encoder.encode(e);t=this.compress(t);let n=this.lengthEncoder.encode(t.length),r=new Uint8Array(n.length+t.length);return r.set(n),r.set(t,n.length),r}compress(e){if(!this.compression)return e;switch(this.compression){case`gzip`:return p.gzipSync(e);case`deflate`:return p.zlibSync(e);case`deflate-raw`:return p.deflateSync(e);default:return e}}},Sa=class{constructor(e){h(this,`decoder`,void 0),h(this,`compression`,void 0),h(this,`lengthDecoder`,void 0),h(this,`buffer`,void 0),h(this,`expectedLength`,void 0),h(this,`offset`,void 0),h(this,`lengthPrefixLength`,void 0),this.decoder=new TextDecoder,this.lengthDecoder=new ba,this.compression=e??null,this.buffer=new Uint8Array,this.expectedLength=null,this.offset=0}decode(e){let t=[];for(this.buffer=new Uint8Array([...this.buffer,...e]);this.buffer.length>0;){if(this.expectedLength===null){if(this.expectedLength=this.readLength(this.buffer),this.expectedLength===null)return t;this.offset=this.lengthPrefixLength}if(this.buffer.length-this.offset<this.expectedLength)return t;let e=this.buffer.subarray(this.offset,this.offset+this.expectedLength);e=this.decompress(e),t.push(this.decoder.decode(e)),this.buffer=this.buffer.subarray(this.offset+this.expectedLength),this.expectedLength=null,this.offset=0}return t}readLength(e){if(e.length===0)return 0;if(this.lengthPrefixLength=this.lengthDecoder.getNumBytesForLengthInteger(e),this.lengthPrefixLength<0)throw Error(`Invalid length prefix`);let t=this.lengthDecoder.decode(e.subarray(0,this.lengthPrefixLength));return t===null?null:Number(t)}decompress(e){if(!this.compression)return e;switch(this.compression){case`gzip`:return p.gunzipSync(e);case`deflate`:return p.unzlibSync(e);case`deflate-raw`:return p.inflateSync(e);default:return e}}},Ca=class{constructor(e,t={}){h(this,`webTransport`,void 0),h(this,`stream`,null),h(this,`writer`,null),h(this,`reader`,null),h(this,`url`,void 0),h(this,`options`,void 0),h(this,`compression`,void 0),h(this,`encoder`,void 0),h(this,`decoder`,void 0),h(this,`onopen`,null),h(this,`onmessage`,null),h(this,`onerror`,null),h(this,`onclose`,null),h(this,`readyState`,WebSocket.CONNECTING),this.url=e,this.options=t,this.readyState=WebSocket.CONNECTING,this.compression=this.getCompressionTypeFromUrl(e),this.encoder=new xa(this.compression),this.decoder=new Sa(this.compression),this.connect()}getCompressionTypeFromUrl(e){try{let t=new URL(e).searchParams.get(`compression`);switch(t){case`gzip`:case`deflate`:case`deflate-raw`:return t;default:return null}}catch(e){return L.log(`Exception while parsing compression`,e),null}}async connect(){try{this.webTransport=new WebTransport(this.url,{...this.options}),await this.webTransport.ready,L.debug(`[WebTransport] WebTransport connected to `+this.url),this.stream=await this.webTransport.createBidirectionalStream(),this.writer=this.stream.writable.getWriter(),this.reader=this.stream.readable.getReader(),this.readyState=WebSocket.OPEN,this.onopen?.(new Event(`open`)),await this.readLoop()}catch(e){L.error(`[WebTransport] WebTransport connection failed. This will cause fallback to WebSocket`,e),this.readyState=WebSocket.CLOSED,this.onerror?.(this.createErrorEvent(e,`connect`)),this.onclose?.(new CloseEvent(`close`,{code:1006,reason:`Connection Failed`}))}}async*readChunks(){if(this.reader)try{for(;;){let{done:e,value:t}=await this.reader.read();if(e)break;t&&(yield t)}}finally{this.reader.releaseLock()}}async readLoop(){if(this.reader)try{for await(let e of this.readChunks())this.decoder.decode(e).forEach(e=>{this.onmessage?.(new MessageEvent(`message`,{data:e}))});this.close(1e3,`Stream Closed`)}catch(e){L.error(`[WebTransport] Stream read failed`,e),this.readyState=WebSocket.CLOSED,this.onerror?.(this.createErrorEvent(e,`read`))}}async send(e){if(this.readyState!==WebSocket.OPEN){L.warn(`[WebTransport] Attempt to send data before webtransport is open`);return}if(!this.writer){L.warn(`[WebTransport] Attempt to send data before stream is ready`);return}try{await this.writer.ready;let t=this.encoder.encode(e);await this.writer.write(t)}catch(e){L.error(`[WebTransport] Failed to send data`,e),this.onerror?.(this.createErrorEvent(e,`send`)),this.close(1006,`Failed to send data`)}}createErrorEvent(e,t){let n=new Event(`error`),r=e instanceof Error?e:null;return n.error=e,n.errorInfo={phase:t,name:r?.name,message:r?.message||String(e),stack:r?.stack,readyState:this.readyState,compression:this.compression},n}close(e=1e3,t){if(!(this.readyState===WebSocket.CLOSED||this.readyState===WebSocket.CLOSING)){this.readyState=WebSocket.CLOSING,this.reader?.cancel();try{this.webTransport.close()}catch(e){L.warn(`[WebTransport] already closed. Did we get a STOP_SENDING? ignore`,e)}this.readyState=WebSocket.CLOSED,this.onclose?.(new CloseEvent(`close`,{code:e,reason:t})),this.webTransport.closed.then(()=>{this.writer=null,this.reader=null,this.stream=null})}}static isBrowserSupported(){return`WebTransport`in window&&typeof WebTransport==`function`?w.browserName()===`Firefox`?j.webtransportFF:w.browserName()!==`Safari`:!1}},wa=`open`,Ta=10,Ea=[`service-unavailable`,`conversation-ended`,`invalid-token`],Da=class e extends Sn{static get RECONNECT_DELAY(){return j.signalingReconnectDelay}static get RECONNECT_MAX_DELAY(){return j.signalingReconnectMaxDelay}static get RECONNECT_MAX_COUNT(){return j.signalingReconnectMaxCount}static get WAIT_CONNECTION_DELAY(){return j.waitConnectionDelay}static get WAIT_RESPONSE_DELAY(){return j.waitResponseDelay}static get WAIT_MESSAGE_DELAY(){return j.waitMessageDelay}constructor(e=L,t=null,n=null,r=null,i=null){super(),h(this,`socket`,null),h(this,`sequence`,1),h(this,`lastStamp`,0),h(this,`websocketCommandsQueue`,[]),h(this,`datachannelCommandsQueue`,[]),h(this,`incomingCache`,[]),h(this,`responseHandlers`,{}),h(this,`connectionType`,void 0),h(this,`reconnectCount`,0),h(this,`endpoint`,void 0),h(this,`wtEndpoint`,null),h(this,`conversationResolve`,null),h(this,`conversationReject`,null),h(this,`connected`,!1),h(this,`listenersReady`,!1),h(this,`peerId`,null),h(this,`conversationId`,null),h(this,`reconnectTimer`,0),h(this,`connectionMessageWaitTimer`,0),h(this,`doctorTimer`,0),h(this,`participantIdRegistry`,null),h(this,`producerNotificationDataChannel`,null),h(this,`producerCommandDataChannel`,null),h(this,`producerCommandDataChannelEnabled`,!1),h(this,`producerCommandSerializationService`,void 0),h(this,`_debug`,void 0),h(this,`_logger`,void 0),h(this,`_statAggregator`,void 0),h(this,`_pings`,void 0),h(this,`_signalingCommands`,void 0),this._debug=e,this._logger=t,this._statAggregator=n,this._pings=r,this._signalingCommands=i,this.producerCommandSerializationService=new Yn(e)}get ready(){return this.socket!==null}setEndpoint(e){this.endpoint=e}setWebTransportEndpoint(e){this.wtEndpoint=e}setConversationId(e){this.conversationId=e}setParticipantIdRegistry(e){this.participantIdRegistry=e,this.producerCommandSerializationService.setParticipantIdRegistry(e)}setProducerNotificationDataChannel(e){this.producerNotificationDataChannel=e,this.producerNotificationDataChannel.onmessage=e=>{let t=this.participantIdRegistry?.handleMessage(e.data);t&&this._handleMessage(t)}}setProducerCommandDataChannel(e){this.producerCommandDataChannel=e,this.producerCommandDataChannel.onmessage=e=>{this.producerCommandSerializationService.deserializeCommandResponse(e.data).then(e=>{e&&this._handleMessage(e)}).catch(e=>{this._debug.warn(`[signaling] cannot parse message at producerCommandDataChannel`,e)})},this._handleCommandsQueue(this.datachannelCommandsQueue)}useCommandDataChannel(e){this.producerCommandDataChannelEnabled=e}cleanup(){this.datachannelCommandsQueue=[],this.incomingCache=[]}async connect(e){return new Promise((t,n)=>{if(this.socket&&this.socket.readyState<WebSocket.CLOSING){this._logger?.log(S.SOCKET_ACTION,`already_opened`),n(Error(`Socket already opened`));return}this.conversationResolve=e=>{t(e),this.conversationResolve=null,this.conversationReject=null},this.conversationReject=e=>{n(e),this.conversationResolve=null,this.conversationReject=null},this._connect(e,this.isWebTransportAvailable())})}async _send(e,t={},n=!0,r=0){if(t.participantId){let e=A.decomposeParticipantId(t.participantId),n=A.decomposeId(e.compositeUserId);t=Object.assign({},t,{participantId:n.id,participantType:n.type}),e.deviceIdx&&(t.deviceIdx=e.deviceIdx)}return this._sendRaw(e,t,n,r)}async _sendRaw(e,t={},n=!0,r=0){let i=t=>{if(this._isDataChannelCommand(e))this.datachannelCommandsQueue.push(t),this.producerCommandDataChannel?.readyState===wa&&this._handleCommandsQueue(this.datachannelCommandsQueue);else{if(!this.socket){this._logger?.log(S.SOCKET_ACTION,`not_opened`),this._debug.warn(`[signaling] socket is not opened`),t.reject(Error(`Socket not opened [${e}]`),!0);return}this.socket.readyState>WebSocket.OPEN&&(this._logger?.log(S.SOCKET_ACTION,`invalid_state`),this._debug.warn(`[signaling] socket is not opened, state ${this.socket.readyState}`)),this.websocketCommandsQueue.push(t),this.socket&&this.socket.readyState===WebSocket.OPEN&&this._handleCommandsQueue(this.websocketCommandsQueue)}};return new Promise((a,o)=>{let s=(t,n=!1)=>{!r||n?o(t):(this._debug.debug(`[signaling] resending a signaling message`,e,u.sequence),r--,i(u))},c=this.sequence++,l=`${e}_${c}`;U.setMark(l);let u={sequence:c,name:e,statMarkName:l,params:t,responseTimer:0,needResponse:n,resolve:a,reject:s};i(u)})}_isDataChannelCommand(e){return this.producerCommandDataChannelEnabled?e===z.UPDATE_DISPLAY_LAYOUT||e===z.REPORT_PERF_STAT||e===z.REPORT_SHARING_STAT||e===z.REQUEST_ASR||e===z.ENABLE_VIDEO_SUSPEND||e===z.ENABLE_VIDEO_SUSPEND_SUGGEST||e===z.REPORT_NETWORK_STAT||e===z.CHANGE_SIMULCAST:!1}getNextCommandSequenceNumber(){return this.sequence}async hangup(e){return this._send(z.HANGUP,{reason:e}).catch(()=>{})}async sendCandidate(e,t){return this._send(z.TRANSMIT_DATA,{participantId:e,data:{candidate:t}},!1)}async requestTestMode(e,t){return this._send(z.REQUEST_TEST_MODE,{consumer:e,producer:t})}async sendSdp(e,t,n){let r=Object.assign({sdp:t},n);return this._send(z.TRANSMIT_DATA,{participantId:e,data:r},!0,Ta)}async acceptCall(e){return this._send(z.ACCEPT_CALL,{mediaSettings:e})}async changeMediaSettings(e){return this._send(z.CHANGE_MEDIA_SETTINGS,{mediaSettings:e},!0,Ta)}async changeParticipantState(e,t){let n={participantState:{state:e}};return t&&(n.participantId=t),this._sendRaw(z.CHANGE_PARTICIPANT_STATE,n)}async hold(e){let t=fa.get();return this._send(z.HOLD,{hold:e,capabilities:e?void 0:t})}async putHandsDown(){return this._send(z.PUT_HANDS_DOWN)}async addParticipant(e,t){return this._send(z.ADD_PARTICIPANT,{externalIds:e,...t})}async addParticipantLegacy(e,t){return this._send(z.ADD_PARTICIPANT,{participantIds:e,...t})}async removeParticipant(e,t=!1){return this._send(z.REMOVE_PARTICIPANT,{participantId:e,ban:t})}async allocateConsumer(e,t){let n={capabilities:t};return e&&(n.description=e.sdp),this._send(z.ALLOCATE_CONSUMER,n)}async acceptProducer(e,t,n){let r={description:e.sdp,sessionId:n};return t&&(r.ssrcs=t),this._send(z.ACCEPT_PRODUCER,r)}async changePriorities(e){return this._send(z.CHANGE_STREAM_PRIORITIES,{typedPriorities:e}).catch(()=>{})}async updateDisplayLayout(e){return this._send(z.UPDATE_DISPLAY_LAYOUT,e)}async addMovie(e){return this._send(z.ADD_MOVIE,e)}async updateMovie(e){return this._send(z.UPDATE_MOVIE,e)}async removeMovie(e){return this._send(z.REMOVE_MOVIE,e)}startUrlSharing(e){return this._send(z.START_URL_SHARING,{sharedUrl:e})}stopUrlSharing(){return this._send(z.STOP_URL_SHARING)}async updateRooms(e,t){return this._send(z.UPDATE_ROOMS,{rooms:e,assignRandomly:t})}async activateRooms(e,t){return this._send(z.ACTIVATE_ROOMS,{roomIds:e,deactivate:t})}async switchRoom(e,t){return this._sendRaw(z.SWITCH_ROOM,{toRoomId:e,participantId:t})}async getRooms(e){return this._sendRaw(z.GET_ROOMS,{withParticipants:e})}async removeRooms(e){return this._send(z.REMOVE_ROOMS,{roomIds:e})}async startStream(e){return this._send(z.RECORD_START,e)}async stopStream(e={roomId:null}){return this._send(z.RECORD_STOP,e)}async publishStream(e={roomId:null}){return this._send(z.RECORD_PUBLISH,e)}async getRecordStatus(){return this._send(z.RECORD_GET_STATUS)}async switchTopology(e,t=!1){return this._send(z.SWITCH_TOPOLOGY,{topology:e,force:t})}async requestRealloc(){return this._send(z.REQUEST_REALLOC)}async reportPerfStat(e){return this._send(z.REPORT_PERF_STAT,e)}async reportSharingStat(e){return this._send(z.REPORT_SHARING_STAT,e,!1)}async reportNetworkStat(e){return this._send(z.REPORT_NETWORK_STAT,e,!1)}async chatMessage(e,t=null){return this._send(z.CHAT_MESSAGE,{message:e,participantId:t})}async chatHistory(e){return this._send(z.CHAT_HISTORY,{count:e})}async customData(e,t){return this._send(z.CUSTOM_DATA,{data:e,participantId:t})}async grantRoles(e,t,n){let r={participantId:e,roles:t};return n&&(r.revoke=!0),this._sendRaw(z.GRANT_ROLES,r)}async muteParticipant(e,t,n,r=null){return this._sendRaw(z.MUTE_PARTICIPANT,{participantId:e,muteStates:t,requestedMedia:n,roomId:r})}async enableFeatureForRoles(e,t){return this._sendRaw(z.ENABLE_FEATURE_FOR_ROLES,{feature:e,roles:t})}async pinParticipant(e,t,n){let r={participantId:e,roomId:n};return t&&(r.unpin=!0),this._sendRaw(z.PIN_PARTICIPANT,r)}async updateMediaModifiers(e){return this._send(z.UPDATE_MEDIA_MODIFIERS,{mediaModifiers:e})}async enableVideoSuspend(e){return this._send(z.ENABLE_VIDEO_SUSPEND,{enabled:e},!1)}async enableVideoSuspendSuggest(e){return this._send(z.ENABLE_VIDEO_SUSPEND_SUGGEST,{enabled:e},!1)}async changeSimulcast(e){return this._send(z.CHANGE_SIMULCAST,e,!1)}async changeOptions(e){return this._send(z.CHANGE_OPTIONS,{options:e})}async getWaitingHall(e=null,t,n=!1){let r={};return e&&(r.fromId=e),t&&(r.count=t),n&&(r.backward=n),this._send(z.GET_WAITING_HALL,r)}async promoteParticipant(e,t=!1){let n={};return e&&(n.participantId=e),t&&(n.demote=t),this._sendRaw(z.PROMOTE_PARTICIPANT,n)}async requestPromotion(e=!1){let t={};return e&&(t.unrequest=e),this._send(z.REQUEST_PROMOTION,t)}async acceptPromotion(e=!1){let t={};return e&&(t.reject=e),this._send(z.ACCEPT_PROMOTION,t)}async feedback(e){return this._sendRaw(z.FEEDBACK,{key:e})}async getHandQueue(){return this._send(z.GET_HAND_QUEUE)}close(){this.socket&&this.socket.readyState<WebSocket.CLOSING&&this._closeSocket(),this._stopWaitConnectionMessage(),this._stopDoctor(),clearTimeout(this.reconnectTimer)}readyToSend(e=!0){this.listenersReady=e,this._handleCachedMessages()}async getParticipantListChunk(e){return this._send(z.GET_PARTICIPANT_LIST_CHUNK,e)}async getParticipants(e){return this._send(z.GET_PARTICIPANTS,{externalIds:e})}getPeerId(){return this.peerId}async startAsr(e){return this._send(z.ASR_START,e)}async stopAsr(e){return this._send(z.ASR_STOP,e)}async requestAsr(e){return this._send(z.REQUEST_ASR,{request:e},!1)}_buildUrl(e,t,n){let r=new URL(e),i=r.searchParams;return i.set(`platform`,j.platform),i.set(`appVersion`,String(j.appVersion)),i.set(`version`,String(j.protocolVersion)),i.set(`device`,j.device),i.set(`capabilities`,ma.getFlags()),i.set(`clientType`,j.clientType),t&&i.set(`tgt`,t),t===mr.RETRY&&this.lastStamp&&i.set(`recoverTs`,String(this.lastStamp)),j.useParticipantListChunk&&(i.set(`partIdx`,String(j.participantListChunkInitIndex)),j.participantListChunkInitCount!==null&&i.set(`partCount`,String(j.participantListChunkInitCount))),n&&(i.set(`compression`,`deflate-raw`),i.set(`ua`,navigator.userAgent)),this.peerId!==null&&i.set(`peerId`,String(this.peerId)),r.toString()}_connect(e,t){if(!(this.socket&&this.socket.readyState<WebSocket.CLOSING)){if(this.connectionType=e,t){if(!this.wtEndpoint){this._debug.error(`[signaling] empty wt endpoint`),this.conversationReject?.(new D(b.SIGNALING_FAILED,{message:`Unable to connect to the signaling: wtEndpoint is not set`,remote:!0}));return}let t=this._buildUrl(this.wtEndpoint,e,!0);this._debug.debug(`[signaling] connecting to wt `+t),this.socket=new Ca(t,{congestionControl:`low-latency`})}else{let t=this._buildUrl(this.endpoint,e,!1);this._debug.debug(`[signaling] connecting to ws `+t),this.socket=new WebSocket(t)}this._markTransportStat(e===mr.RETRY?gr.RECONNECTED:gr.CONNECTED),this.socket.onopen=this._onOpen.bind(this),this.socket.onmessage=this._onMessage.bind(this),this.socket.onerror=this._onError.bind(this),this.socket.onclose=this._onClose.bind(this),this._startDoctor()}}_disconnect(e){this.socket&&this.socket.readyState<WebSocket.CLOSING&&(this.socket.onopen=null,this.socket.onmessage=null,this.socket.onerror=null,this.socket.onclose=null,this.socket.close(e),this.socket=null),this._stopWaitConnectionMessage(),this._stopDoctor(),clearTimeout(this.reconnectTimer)}_onOpen(){this._debug.debug(`[signaling] socket opened`),this._logger?.log(S.SOCKET_ACTION,`opened`),this._waitConnectionMessage(),this._startDoctor(),this._logTransportStat(this.connectionType===mr.RETRY?gr.RECONNECTED:gr.CONNECTED)}_onMessage(e){if(this._startDoctor(),e.data===`ping`){this._pings?.mark(this._getSocketType()),this._markTransportStat(gr.FAILED_PINGS),I.onSignalingMessage(e.data),this.socket&&this.socket.readyState===WebSocket.OPEN&&this.socket.send(`pong`);return}try{let t=JSON.parse(e.data);I.onSignalingMessage(t),this._handleMessage(t)}catch(t){this._logger?.log(S.SOCKET_ACTION,`parse_error`),this._debug.error(`[signaling] unable to parse message`,t,e.data)}}_handleMessage(e){switch(e.type){case`notification`:e.notification===`connection`?(this._debug.debug(`[signaling] signaling connected`,e),this.connected=!0,this.reconnectCount=0,this.endpoint=e.endpoint,e.peerId&&this.peerId!==e.peerId.id&&(this.peerId=e.peerId.id),this._stopWaitConnectionMessage(),this.conversationResolve?this.conversationResolve(e):(this._logTransportStat(gr.RESTART),this._triggerEvent(W.RECONNECT,e),e.conversation.topology&&this._triggerEvent(W.NOTIFICATION,{type:`notification`,notification:G.TOPOLOGY_CHANGED,topology:e.conversation.topology})),this.lastStamp&&this._handleCachedMessages(),e.recoverMessages?.forEach(e=>{e.notification===G.ACCEPTED_CALL&&e.peerId.id===this.peerId&&e.peerId.type===`WEB_TRANSPORT`||this._handleMessage(e)}),this._handleCommandsQueue(this.websocketCommandsQueue)):!this.connected||!this.listenersReady?this.incomingCache.push(e):this._triggerEvent(W.NOTIFICATION,e);break;case`response`:this._handleCommandResponse(!0,e);break;case`error`:this._handleErrorMessage(e);break;default:this._logger?.log(S.SOCKET_ACTION,`unknown_message`),this._debug.warn(`[signaling] unhandled message`,e)}this.lastStamp=e.stamp||this.lastStamp}_handleErrorMessage(e){this._logger?.log(S.SOCKET_ACTION,`error-${e.error}`);let t=e.error?Ea.includes(e.error):!1;switch(this._debug.debug(`[signaling] error message [${e.sequence}]`,e),e.sequence&&this.responseHandlers[e.sequence]&&this._handleCommandResponse(!1,e),e.error){case`service-unavailable`:let n=new D(E.SERVICE_UNAVAILABLE,{message:`Conversation ended: ${e.error}`,remote:!0});this.conversationReject?this.conversationReject(n):this._triggerEvent(W.NOTIFICATION,{notification:G.CLOSED_CONVERSATION,reason:E.SERVICE_UNAVAILABLE});break;case`conversation-ended`:this.conversationReject?this.conversationReject(new D(e.reason||b.SIGNALING_FAILED,{message:`Conversation ended: ${e.error}`,remote:!0})):this._triggerEvent(W.NOTIFICATION,{notification:G.CLOSED_CONVERSATION,reason:e.reason});break;case`participant-not-found`:this._throwError(Error(`Signaling error: ${e.error}`));break;default:if(!t)break;this.connected?this._throwError(Error(`Signaling error: ${e.error}`)):e.sequence||(this.conversationReject?.(new D(e.reason||b.SIGNALING_FAILED,{message:`Unable to connect to the signaling: ${e.error}`,remote:!0})),this._closeSocket())}}_handleCachedMessages(){let e=[...this.incomingCache];for(this.incomingCache=[];e.length>0;){let t=e.shift();this._handleMessage(t)}}_throwError(e){this._triggerEvent(W.FAILED,e)}_onError(e){this._logger?.log(S.SOCKET_ACTION,`error`),this._debug.error(`[signaling] signaling error`,e),this._logTransportStat(gr.FAILED_EXCEPTIONS,{string_value:this._serializeErrorEvent(e)})}_serializeErrorEvent(e){let t=e,n=t.error instanceof Error?t.error:null;return JSON.stringify({eventType:e.type,socketType:this._getSocketType(),readyState:this.socket?.readyState,errorName:n?.name||t.errorInfo?.name,errorMessage:n?.message||t.errorInfo?.message||t.message,errorStack:n?.stack||t.errorInfo?.stack,errorInfo:t.errorInfo})}_onClose(t){if(this._logger?.log(S.SOCKET_ACTION,`closed`),this._debug.debug(`[signaling] connection closed`,{code:t.code,reason:t.reason}),this.connected=!1,this._stopDoctor(),this.socket&&this._abortSignal?.aborted){this._debug.debug(`[signaling] aborted reconnect`),this._closeSocket(new D(E.CANCELED));return}this.socket&&this.reconnectCount++<e.RECONNECT_MAX_COUNT?this._reconnect():this.socket&&this._closeSocket(new D(E.NETWORK_ERROR))}_closeSocket(e=null){this.socket&&(this._disconnect(),Object.values(this.responseHandlers).forEach(t=>{window.clearTimeout(t.responseTimer),e&&t.reject(Error(`Connection closed. Command ${t.name}`),!0)}),this.websocketCommandsQueue=[],this.responseHandlers={},this.lastStamp=0,e&&this._throwError(e))}_reconnect(){let t=Math.min(e.RECONNECT_MAX_DELAY,e.RECONNECT_DELAY*2**(this.reconnectCount-1));this._debug.log(`[signaling] reconnect websocket after ${t}ms (${this.reconnectCount})`),this._logger?.log(S.SOCKET_ACTION,`reconnect`),this.reconnectTimer=window.setTimeout(this._connect.bind(this,mr.RETRY,!1),t)}_handleCommandResponse(t,n){if(!Object.hasOwn(this.responseHandlers,n.sequence))return;let r=this.responseHandlers[n.sequence];window.clearTimeout(r.responseTimer);let i=U.measureMark(r.statMarkName);i!==null&&this._signalingCommands?.mark(r.name,i,this._getSocketType()),this._debug.debug(`[signaling] command response [${n.sequence}]`,n),t?(delete this.responseHandlers[n.sequence],r.resolve(n)):n.type===`error`?(delete this.responseHandlers[n.sequence],this._logger?.log(S.SOCKET_ACTION,`response-error`),r.reject(Error(n.error||`Response error [${r.name}]`),!0)):this.socket?.readyState===WebSocket.OPEN?(delete this.responseHandlers[n.sequence],this._logger?.log(S.SOCKET_ACTION,`response-timeout`),r.reject(Error(n.error||`Response timeout [${r.name}]`))):r.responseTimer=window.setTimeout(()=>this._handleCommandResponse(t,n),e.WAIT_RESPONSE_DELAY)}_handleCommandsQueue(e){for(;e.length>0;){let t=e.shift();if(this._debug.debug(`[signaling] command send [${t.sequence}]`,`'${t.name}'`,t.params),this._isDataChannelCommand(t.name)){if(this.producerCommandDataChannel?.readyState!==wa){t.reject(Error(`Invalid data channel state: ${this.producerCommandDataChannel?.readyState}`));return}this._startResponseTimer(t);let e=this._serializeBinary(t);e!==null&&this.producerCommandDataChannel.send(e)}else{if(!this.socket||this.socket.readyState!==WebSocket.OPEN){t.reject(Error(`Invalid state or socket already closed`));continue}this._startResponseTimer(t),this.socket.send(this._serializeJson(t))}}}_startResponseTimer(t){if(!t.needResponse){t.resolve({type:`response`,sequence:t.sequence,response:t.name});return}t.responseTimer=window.setTimeout(()=>this._handleCommandResponse(!1,{response:t.name,sequence:t.sequence,type:`timeout`}),e.WAIT_RESPONSE_DELAY),this.responseHandlers[t.sequence]=t}_serializeBinary(e){switch(e.name){case z.UPDATE_DISPLAY_LAYOUT:return this.producerCommandSerializationService.serializeUpdateDisplayLayout(e.sequence,e.params);case z.REPORT_PERF_STAT:return this.producerCommandSerializationService.serializePerfStatReport(e.sequence,e.params);case z.REPORT_SHARING_STAT:return this.producerCommandSerializationService.serializeSharingStatReport(e.sequence,e.params);case z.REQUEST_ASR:return this.producerCommandSerializationService.serializeRequestAsr(e.sequence,e.params);case z.REPORT_NETWORK_STAT:return this.producerCommandSerializationService.serializeNetworkStatReport(e.sequence,e.params);case z.ENABLE_VIDEO_SUSPEND:return this.producerCommandSerializationService.serializeEnableVideoSuspend(e.sequence,e.params);case z.ENABLE_VIDEO_SUSPEND_SUGGEST:return this.producerCommandSerializationService.serializeEnableVideoSuspendSuggest(e.sequence,e.params);case z.CHANGE_SIMULCAST:return this.producerCommandSerializationService.serializeChangeSimulcast(e.sequence,e.params)}return this._debug.warn(`[signaling] cannot get binary data for data channel command: `+e.name),null}_serializeJson(e){let t;t=e.name===z.UPDATE_DISPLAY_LAYOUT?this._convertDisplayLayout(e.params):e.params;let n=Object.assign({command:e.name,sequence:e.sequence},t);return JSON.stringify(n)}_convertDisplayLayout(e){let t=e,n={};for(let e in t)Object.hasOwn(t,e)&&(n[e]=Tn(t[e]));return{layouts:n}}_waitConnectionMessage(){this.connectionMessageWaitTimer=window.setTimeout(()=>{this.conversationReject&&this.conversationReject(new D(b.SIGNALING_FAILED,{message:`Unable to connect to the signaling: connection timeout`,remote:!0}))},e.WAIT_CONNECTION_DELAY)}_stopWaitConnectionMessage(){window.clearTimeout(this.connectionMessageWaitTimer),this.connectionMessageWaitTimer=0}_startDoctor(){this._stopDoctor(),!(this.reconnectCount>=e.RECONNECT_MAX_COUNT)&&(this.doctorTimer=window.setTimeout(()=>{this.isWebTransportAvailable()?this._debug.warn(`[signaling] socket is dead. Fallback to WebSocket. Trying to connect ${this.reconnectCount}`):this._debug.warn(`[signaling] socket is dead, trying to reconnect ${this.reconnectCount}`),this._logTransportStat(gr.FAILED_PINGS),this._disconnect(4e3),this._connect(mr.RETRY,!1),this.reconnectCount++},e.WAIT_MESSAGE_DELAY))}_stopDoctor(){window.clearTimeout(this.doctorTimer),this.doctorTimer=0}isWebTransportAvailable(){return Ca.isBrowserSupported()&&this.wtEndpoint!==null&&j.webtransport}_getSocketType(){return this.socket instanceof Ca?hr.WEBTRANSPORT:hr.WEBSOCKET}_markTransportStat(e){let t=this._getSocketType(),n=_r[e][t];U.setMark(n)}_logTransportStat(e,t){let n=this._getSocketType(),r=_r[e][n];this._statAggregator?.logEventualStat({name:r,...t})}},Y=function(e){return e.INCOMING=`INCOMING`,e.OUTGOING=`OUTGOING`,e.JOINING=`JOINING`,e}(Y||{}),Oa=function(e){return e.USER=`USER`,e.GROUP=`GROUP`,e.CHAT=`CHAT`,e}(Oa||{}),ka=function(e){return e.ATTENDEE=`ATTENDEE`,e.HAND_UP=`HAND_UP`,e}(ka||{}),Aa=function(e){return e.ADD_PARTICIPANT=`ADD_PARTICIPANT`,e.RECORD=`RECORD`,e.MOVIE_SHARE=`MOVIE_SHARE`,e}(Aa||{}),ja=function(e){return e.REQUIRE_AUTH_TO_JOIN=`REQUIRE_AUTH_TO_JOIN`,e.AUDIENCE_MODE=`AUDIENCE_MODE`,e.WAITING_HALL=`WAITING_HALL`,e.WAIT_FOR_ADMIN=`WAIT_FOR_ADMIN`,e.ADMIN_IS_HERE=`ADMIN_IS_HERE`,e.ASR=`ASR`,e.FEEDBACK=`FEEDBACK`,e.RECURRING=`RECURRING`,e}(ja||{});function Ma(e,t){if(e.length!==t.length)return!1;for(let n of e)if(!t.includes(n))return!1;return!0}function Na(e,t){let n=new Set(e);for(let[e,r]of Object.entries(t))r?n.add(e):n.delete(e);return Array.from(n)}var Pa=function(e){return e.UNMUTE=`UNMUTE`,e.MUTE=`MUTE`,e.MUTE_PERMANENT=`MUTE_PERMANENT`,e}(Pa||{}),X=function(e){return e.CALLED=`CALLED`,e.ACCEPTED=`ACCEPTED`,e.REJECTED=`REJECTED`,e.HUNGUP=`HUNGUP`,e}(X||{}),Fa=function(e){return e.UPDATE=`UPDATE`,e.REMOVE=`REMOVE`,e.ACTIVATE=`ACTIVATE`,e.TIMEOUT=`TIMEOUT`,e}(Fa||{}),Ia=function(e){return e.NO_AVAILABLE_TRACKS=`no-available-tracks`,e.UNKNOWN_ERROR=`unknown-error`,e}(Ia||{});function La(e){switch(e){case 1:return`no-available-tracks`;default:return`unknown-error`}}var Ra=function(e){return e.CREATOR=`CREATOR`,e.ADMIN=`ADMIN`,e}(Ra||{});function za(e,t){if(e.length!==t.length)return!1;for(let n of e)if(!t.includes(n))return!1;return!0}var Ba=function(e){return e.USER=`USER`,e.ANONYM=`ANONYM`,e.GROUP=`GROUP`,e}({}),Z;(function(e){function t(e){return e.length?typeof e[0]==`object`?e:e.map(e=>n(e)):[]}e.fromIds=t;function n(e,t=`USER`,n=0){return{id:e,type:t,deviceIdx:n}}e.fromId=n;function r(e,t=!0){let n=t?e.decorativeExternalUserId:e.externalId,r=e.deviceIdx??0;if(n)return i(n,r)}e.fromSignalingParticipant=r;function i(e,t=0){return{id:e.id,type:e.type===`ANONYM`?`ANONYM`:`USER`,deviceIdx:t}}e.fromSignaling=i;function a(e){return e.id}e.toSignaling=a;function o(e){let t=e.deviceIdx||0;return`{"id":"${e.id}","type":"${e.type}","deviceIdx":${t}}`}e.toString=o;function s(e,t=`USER`,r=0){return o(n(e,t,r))}e.fromIdToString=s;function c(e){try{return JSON.parse(e)}catch{throw Error(`Failed to parse ExternalId from string '${e}'`)}}e.fromString=c;function l(e,t){return e.id===t.id&&e.type===t.type&&e.deviceIdx===t.deviceIdx}e.compare=l;function u(e){return e?.deviceIdx||0}e.getDeviceIdx=u})(Z||(Z={}));function Va(e){try{return btoa(JSON.stringify(e))}catch(t){L.warn(`WaitingParticipant: failed convert to string`,e,t)}return null}function Ha(e){try{return JSON.parse(atob(e))}catch(t){L.warn(`WaitingParticipant: failed convert from string`,e,t)}return null}var Ua=(e,t)=>A.objectReduce(e,(e,n,r)=>(n===t&&e.push(r),e),[]);function Wa(e){if(e.conversation?.muteStates)return e.conversation.muteStates;if(e.muteState&&e.muteOptions)return e.muteOptions.reduce((t,n)=>(t[n]=e.muteState,t),{})}function Ga(e,t){switch(e){case x.AUDIO:return!!t.isAudioEnabled;case x.AUDIO_SHARING:return!!t.isAudioSharingEnabled;case x.VIDEO:return!!t.isVideoEnabled;case x.SCREEN_SHARING:return!!t.isFastScreenSharingEnabled||!!t.isScreenSharingEnabled;default:return!1}}function Ka(e,t){return A.objectReduce(e,(e,n,r)=>{switch(n){case Pa.MUTE:case Pa.MUTE_PERMANENT:Ga(r,t)||(e[r]=n);break;default:e[r]=n;break}return e},{})}function qa(e){let{muteStates:t={},mediaSettings:n}=e;return Ka(t,n)}function Ja(e,t){let n=e.conversation.participants.find(t=>A.comparePeerId(t.peerId,e.peerId));if(!n)return t;let{mediaSettings:r}=n;return Ka(t,r)}function Ya(e,t){let n=new Uint8Array(t),r=0,i=0;for(;r<e.length&&i<t;){let a=e[r++],o=a>>4,s=a&15;if(o===15){let t;do t=e[r++],o+=t;while(t===255)}for(let a=0;a<o&&!(i>=t);a++)n[i++]=e[r++];if(r>=e.length||i>=t)break;let c=e[r]|e[r+1]<<8;if(r+=2,s===15){let t;do t=e[r++],s+=t;while(t===255)}s+=4;let l=i-c;for(let e=0;e<s&&!(i>=t);e++)n[i++]=n[l+e]}return n}var Xa=class{constructor(e,t=L,n=null){h(this,`_fixNoPacketsApplied`,!1),h(this,`_fixNoPacketsChecked`,!1),h(this,`_fixTooManyPacketsApplied`,!1),h(this,`_fixTooManyPacketsSucceeded`,!1),h(this,`_fixTooManyPacketsFailed`,!1),h(this,`_fixTooManyPacketsTime`,void 0),h(this,`_mediaSource`,void 0),h(this,`_debug`,void 0),h(this,`_logger`,void 0),h(this,`_lastPacketsSent`,void 0),h(this,`_lastPacketsSentTime`,void 0),h(this,`_toggleAudioPromise`,null),h(this,`_fixNoPacketsAppliedVideo`,!1),this._mediaSource=e,this._debug=t,this._logger=n}_fixAudioDeviceNoPackets(e){if(!(this._fixNoPacketsApplied&&this._fixNoPacketsChecked)){if(this._fixNoPacketsApplied&&!this._fixNoPacketsChecked){this._fixNoPacketsChecked=!0,this._logger?.log(S.ERROR,`audio_device_recover_${e.bandwidth?`success`:`fail`}`);return}!this._fixNoPacketsApplied&&!e.bandwidth&&(this._fixNoPacketsApplied=!0,this._logger?.log(S.ERROR,`audio_device_recover`),this._debug.log(`[AudioFix] Trying to fix RV (no packets)`),this._toggleAudioPromise=this._mediaSource.toggleAudio(w.getMicrophonePermissionState()!==`denied`),this._toggleAudioPromise.catch(()=>void 0))}}_fixAudioDeviceTooManyPackets(e){if(this._fixTooManyPacketsSucceeded||this._fixTooManyPacketsFailed)return;let t=Date.now();if(!this._lastPacketsSentTime)e.packetsSent>0&&(this._lastPacketsSentTime=t,this._lastPacketsSent=e.packetsSent);else if(t-this._lastPacketsSentTime>500){let n=(e.packetsSent-this._lastPacketsSent)*1e3/(t-this._lastPacketsSentTime);this._lastPacketsSentTime=t,this._lastPacketsSent=e.packetsSent,this._fixTooManyPacketsApplied?n>75?(this._debug.log(`[AudioFix] Failed to fix RV`),this._logger?.log(S.ERROR,`audio_device_recover_rv_fail`),this._fixTooManyPacketsFailed=!0):t-this._fixTooManyPacketsTime>6e4&&(this._debug.log(`[AudioFix] Fixed RV`),this._logger?.log(S.ERROR,`audio_device_recover_rv_success`),this._fixTooManyPacketsSucceeded=!0):n>75&&(this._fixTooManyPacketsApplied=!0,this._logger?.log(S.ERROR,`audio_device_recover`),this._debug.log(`[AudioFix] Trying to fix RV (too many packets)`),this._mediaSource.toggleAudio(!0).catch(e=>{this._debug.warn(`[AudioFix] Failed to fix RV (too many packets)`,e)}),this._fixTooManyPacketsTime=t)}}fix(e){if(!this._mediaSource)return;let t=e.find(e=>e.kind===O.audio);t&&(this._fixAudioDeviceNoPackets(t),this._fixAudioDeviceTooManyPackets(t))}fixVideo(e){if(!this._mediaSource||this._fixNoPacketsAppliedVideo||!this._toggleAudioPromise)return;let t=e.find(e=>e.kind===O.video);t&&!t.bandwidth&&(this._fixNoPacketsAppliedVideo=!0,this._toggleAudioPromise.then(()=>{if(this._mediaSource.mediaSettings.isVideoEnabled)return this._mediaSource.toggleVideo(!0)}).catch(e=>{this._debug.warn(`[AudioFix] Failed to fix RV (no packets): video restart`,e)}))}},Za=class{constructor(e,t=!1,n=L,r=null){h(this,`_audioElement`,null),h(this,`_audioTracks`,new Map),h(this,`_allowMultipleTracks`,void 0),h(this,`_volume`,1),h(this,`_features`,{setSinkId:!!Audio.prototype.setSinkId}),h(this,`_statFirstMediaReceived`,void 0),h(this,`_debug`,void 0),h(this,`_logger`,void 0),this._statFirstMediaReceived=e,this._allowMultipleTracks=t,this._debug=n,this._logger=r}add(e,t){this._allowMultipleTracks||this._clearTracks();let n=this._audioTracks.get(e);n&&n!==t&&(this._removeTrackFromAudioElement(n),n.stop()),this._audioTracks.set(e,t),this._audioElement?this._addTrackToAudioElement(t):this._initAudioElement()}remove(e,t){let n=this._audioTracks.get(e);if(!n){t.stop();return}if(n!==t){t.stop();return}if(!this._allowMultipleTracks){this.destroy();return}this._removeTrackFromAudioElement(t),t.stop(),this._audioTracks.delete(e),this._audioTracks.size||this.destroy()}get volume(){return this._volume}set volume(e){this._volume=Math.max(0,Math.min(1,e)),this._audioElement&&(this._audioElement.volume=this._volume)}destroy(){!this._audioElement&&!this._audioTracks.size||(this._stopAudioElement(),this._audioElement=null,this._audioTracks.clear())}async changeOutput(){try{if(!this._features.setSinkId)throw Error(`Feature "setSinkId" is not supported`);if(!this._audioElement)return;let e=w.getSavedOutput();e&&await this._audioElement.setSinkId?.(e.deviceId)}catch(e){throw this._logger?.log(S.ERROR,`change_output`),this._debug.error(`[audio] Output change failed`,e),e}}_getTracks(){return Array.from(this._audioTracks.values())}_initAudioElement(){if(j.muteMode)return;let e=this._getTracks();if(!e.length)return;let t=w.browserName()!==`Safari`||w.isMobile(),n=document.createElement(t?`audio`:`video`);n.muted=!1,n.volume=this._volume,n.preload=`auto`;let r=()=>{this._debug.warn(`[audio] Error on play audio`),I.onAutoplayError()},i=e=>{this._debug.debug(`[audio] Play audio`),n.srcObject=null,n.srcObject=new MediaStream(e),n.load();let t=n.play();t&&t.catch(r)},a=()=>{this._debug.debug(`[audio] Recover audio playback`);let e=this._getTracks();e.length?i(e):this._debug.warn(`[audio] Broken audio tracks`)};n.onpause=a,n.onstalled=a,n.onerror=a,n.onloadeddata=()=>{this._statFirstMediaReceived.measure()},i(e),this._audioElement=n}_stopAudioElement(){this._audioElement&&(this._audioElement.pause(),this._audioElement.srcObject=null);for(let e of this._audioTracks.values())e.stop()}_addTrackToAudioElement(e){if(!this._audioElement)return;this._debug.debug(`[audio] Adding track ${e}`);let t=this._audioElement.srcObject;t||(t=new MediaStream,this._audioElement.srcObject=t),t.addTrack(e)}_removeTrackFromAudioElement(e){this._audioElement?.srcObject&&(this._debug.debug(`[audio] Removing track ${e}`),this._audioElement.srcObject.removeTrack(e))}_clearTracks(){for(let e of this._audioTracks.values())this._removeTrackFromAudioElement(e),e.stop();this._audioTracks.clear()}},Qa=90,$a=3,eo=class extends y{constructor(e=L){super(),h(this,`_lastMemoryStat`,{percent:0,bytes:0}),h(this,`_debug`,void 0),this._debug=e}onRemoteDataStats(e,t){this._calcMemory(),e.inbound.rtps.map(e=>{e.userId=(typeof e.userId==`string`&&t[e.userId]||null)?.externalId}),I.onStatistics(e,this._lastMemoryStat)}_calcMemory(){let e=window?.performance?.memory;if(!e||!e.usedJSHeapSize||!e.jsHeapSizeLimit)return;let t=Number((100*e.usedJSHeapSize/e.jsHeapSizeLimit).toFixed(2)),n=Number((e.usedJSHeapSize/1024/1024).toFixed(1));t>Qa?this._debug.warn(`High memory usage: ${t}% (${n} MiB)`):(!this._lastMemoryStat.percent||Math.abs(t-this._lastMemoryStat.percent)>=$a)&&(this._debug.debug(`Memory usage: ${t}% (${n} MiB)`),this._lastMemoryStat.percent=t,this._lastMemoryStat.bytes=e.usedJSHeapSize)}},to=class{constructor({api:e,debug:t,getParticipants:n,isMe:r,updateDisplayLayout:i}){h(this,`_api`,void 0),h(this,`_debug`,void 0),h(this,`_getParticipants`,void 0),h(this,`_isMe`,void 0),h(this,`_updateDisplayLayout`,void 0),h(this,`_requestedLayouts`,{}),h(this,`_uncertainLayouts`,{}),h(this,`_pendingRequests`,null),h(this,`_pendingPromises`,[]),h(this,`_lastRequests`,null),h(this,`_timer`,null),h(this,`_inFlight`,!1),h(this,`_lastFlushAt`,null),h(this,`_generation`,0),h(this,`_forceNextFlush`,!1),this._api=e,this._debug=t,this._getParticipants=n,this._isMe=r,this._updateDisplayLayout=i}request(e){this._pendingRequests=e.slice(),this._lastRequests=e.slice();let t=new Promise((e,t)=>{this._pendingPromises.push({resolve:e,reject:t})});return this._schedule(),t}resend(){this._lastRequests&&(this._pendingRequests=this._lastRequests.slice(),this._forceNextFlush=!0,this._schedule())}cleanupParticipant(e){for(let t of Object.keys(this._requestedLayouts))kn(t).participantId===e&&delete this._requestedLayouts[t];for(let t of Object.keys(this._uncertainLayouts))kn(t).participantId===e&&delete this._uncertainLayouts[t]}clear(){this._generation++,this._timer!==null&&(window.clearTimeout(this._timer),this._timer=null),this._pendingPromises.forEach(({resolve:e})=>e()),this._requestedLayouts={},this._uncertainLayouts={},this._pendingRequests=null,this._pendingPromises=[],this._lastRequests=null,this._inFlight=!1,this._lastFlushAt=null,this._forceNextFlush=!1}_schedule(){if(this._inFlight||this._timer!==null)return;let e=this._lastFlushAt===null?0:Math.max(0,j.requestDisplayLayoutThrottleMs-(Date.now()-this._lastFlushAt));this._timer=window.setTimeout(()=>{this._timer=null,this._flush()},e)}async _flush(){if(this._inFlight||!this._pendingRequests)return;this._inFlight=!0;let e=this._generation,t=this._pendingRequests,n=this._pendingPromises;this._pendingRequests=null,this._pendingPromises=[];let r={};try{r=await this._getRequestLayouts(t);let i=this._forceNextFlush||Object.keys(this._uncertainLayouts).length>0;this._forceNextFlush=!1;let a=this._getDiff(r,i);a.length&&await this._updateDisplayLayout(a),e===this._generation&&(this._requestedLayouts=r,this._uncertainLayouts={}),n.forEach(({resolve:e})=>e())}catch(t){e===this._generation?(this._uncertainLayouts={...this._uncertainLayouts,...r},n.forEach(({reject:e})=>e(t))):n.forEach(({resolve:e})=>e())}finally{e===this._generation&&(this._lastFlushAt=Date.now(),this._inFlight=!1,this._pendingRequests&&this._schedule())}}async _getRequestLayouts(e){let t={},n=await this._getParticipants();for(let r of e){let e=typeof r.uid==`object`?r.uid:Z.fromId(r.uid),i=this._api.getCachedOkIdByExternalId(e);if(!i){this._debug.log(`Unknown participant external ID ${typeof r.uid==`object`?Z.toString(r.uid):r.uid}`);continue}if(!n[i]&&!this._isMe(i))continue;let a=On({participantId:i,mediaType:r.mediaType,streamName:r.streamName});t[a]={uid:r.uid,mediaType:r.mediaType,width:r.width,height:r.height,fit:r.cover?`cv`:`cn`,...r.priority===void 0?{}:{priority:r.priority},...r.streamName===void 0?{}:{streamName:r.streamName}}}return t}_getDiff(e,t=!1){let n=[];if(t){let t={...this._requestedLayouts,...this._uncertainLayouts};n.push(...Object.values(e));for(let[r,i]of Object.entries(t))e[r]||n.push({uid:i.uid,mediaType:i.mediaType,stopStream:!0,...i.streamName===void 0?{}:{streamName:i.streamName}});return n}for(let[t,r]of Object.entries(e)){let e=this._requestedLayouts[t];(!e||this._isChanged(e,r))&&n.push(r)}for(let[t,r]of Object.entries(this._requestedLayouts))e[t]||n.push({uid:r.uid,mediaType:r.mediaType,stopStream:!0,...r.streamName===void 0?{}:{streamName:r.streamName}});return n}_isChanged(e,t){let n=e,r=t;return n.width!==r.width||n.height!==r.height||n.fit!==r.fit||n.priority!==r.priority}},no=44100,ro=class{constructor(e,t){h(this,`_analyser`,null),h(this,`_gainNode`,null),h(this,`_fftBins`,null),h(this,`_mediaStreamSource`,null),h(this,`_lastSmoothedLevel`,0),h(this,`_trackId`,void 0),h(this,`_track`,void 0),h(this,`_stream`,void 0),this._trackId=e,this._track=t,this._stream=new MediaStream([t]);try{let e=w.getAudioContext();this._gainNode=e.createGain(),this._gainNode.gain.value=1e-5,this._gainNode.connect(e.destination),this._analyser=e.createAnalyser(),this._analyser.fftSize=1024,this._analyser.smoothingTimeConstant=0,this._analyser.connect(this._gainNode),this._fftBins=new Uint8Array(this._analyser.frequencyBinCount),this._mediaStreamSource=e.createMediaStreamSource(this._stream),this._mediaStreamSource.connect(this._analyser)}catch{}}get track(){return this._track}get trackId(){return this._trackId}_getBins(){if(!this._fftBins||!this._analyser)return new Uint8Array;this._analyser.getByteFrequencyData(this._fftBins);let e=no/this._fftBins.length,t=Math.ceil(j.voiceParams.minFreq/e),n=Math.floor(j.voiceParams.maxFreq/e);return this._fftBins.subarray(t,n)}getLevel(){let e=this._getBins(),t=e.reduce((e,t)=>e+t,0)/e.length/255,n=this._lastSmoothedLevel*j.voiceParams.smoothing+t*(1-j.voiceParams.smoothing);return this._lastSmoothedLevel=n,{real:t,smoothed:n}}destroy(){this._mediaStreamSource&&(this._mediaStreamSource.disconnect(),this._mediaStreamSource=null),this._gainNode&&(this._gainNode.disconnect(),this._gainNode=null),this._analyser&&(this._analyser.disconnect(),this._analyser=null,this._fftBins=null,this._lastSmoothedLevel=0),this._stream.removeTrack(this._track)}},io=class extends y{constructor(e){super(),h(this,`_detector`,null),h(this,`_interval`,null);let t=()=>{this._detector&&I.onLocalVolume(this._detector.getLevel().real,e.mediaSettings.isAudioEnabled),this._interval=window.setTimeout(t,j.voiceParams.interval)};this._interval=window.setTimeout(t,j.voiceParams.interval);let n=()=>{let t=e.getSendAudioTrack();t&&this.init(t)};this.subscribe(e,Yt.SOURCE_CHANGED,t=>{t.kind===O.audio&&e.mediaSettings.isAudioEnabled&&n()}),this.subscribe(e,Yt.SOURCE_READY,n),n()}init(e){this._stopDetector(),this._detector=new ro(`local`,e.clone())}_stopDetector(){this._detector&&(this._detector.track.stop(),this._detector.destroy(),this._detector=null)}destroy(){this.unsubscribe(),this._interval&&(window.clearTimeout(this._interval),this._interval=null),this._stopDetector()}},ao=class{constructor(e,t=L){h(this,`processor`,void 0),h(this,`queue`,[]),h(this,`isProcessing`,!1),h(this,`_debug`,void 0),this.processor=e,this._debug=t}add(e){this.queue.push(e),this.processQueue()}async processQueue(){if(!this.isProcessing){for(this.isProcessing=!0;this.queue.length;){let e=this.queue.shift();if(e)try{await this.processor(e)}catch{this._debug.error(`Can't process message ${JSON.stringify(e)}`)}}this.isProcessing=!1}}},oo=function(e){return e.VOLUMES_DETECTED=`VOLUMES_DETECTED`,e}({}),so=class extends y{constructor(e){super(),h(this,`_detectors`,new Map),h(this,`_interval`,null),h(this,`_activeParticipants`,void 0),h(this,`_removedParticipants`,void 0),h(this,`_topology`,void 0),this._topology=e.getTopology(),this.subscribe(e,J.REMOTE_TRACK_ADDED,this._onRemoteTrackAdded.bind(this)),this.subscribe(e,J.REMOTE_TRACK_REMOVED,this._onRemoteTrackRemoved.bind(this)),this.subscribe(e,J.SIGNALLED_ACTIVE_PARTICIPANTS,this._onSignalledActiveParticipants.bind(this)),this.subscribe(e,J.TOPOLOGY_CHANGED,this._onTopologyChanged.bind(this))}destroy(){this._interval&&(window.clearTimeout(this._interval),this._interval=null),this.unsubscribe(),this._destroyDetectors()}_onRemoteTrackAdded(e,t,n){if(n.kind===O.audio&&(this._detectors.get(e)?.destroy(),this._detectors.set(e,new ro(e,n)),!this._interval)){let e=()=>{this._collectVolumes(),this._interval=window.setTimeout(e,j.voiceParams.interval)};this._interval=window.setTimeout(e,j.voiceParams.interval)}}_onRemoteTrackRemoved(e,t,n){if(n.kind!==O.audio)return;let r=this._detectors.get(e);!r||r.track!==n||(r.destroy(),this._detectors.delete(e))}_collectVolumes(){if(!this._detectors.size)return;let e={};if(this._topology===q.SERVER){if(this._activeParticipants)for(let t of this._activeParticipants){let n=this._getAudioTrackLevelByParticipantId(t);n&&(e[t]=n)}if(this._removedParticipants){for(let t of this._removedParticipants)e[t]={real:0,smoothed:0};this._removedParticipants=null}}else for(let[t,n]of this._detectors.entries())e[t]=n.getLevel();this._triggerEvent(`VOLUMES_DETECTED`,e)}_getAudioTrackLevelByParticipantId(e){if(this._isTransparentAudioMode())return this._getTransparentAudioLevelByParticipantId(e);let t=this._detectors.get(Br.AUDIO_MIX);return t?t.getLevel():null}_getTransparentAudioLevelByParticipantId(e){if(!this._activeParticipants?.includes(e))return null;let t=null;return this._detectors.forEach((e,n)=>{if(!n.startsWith(`${Br.TRANSPARENT_AUDIO_TRACK_PREFIX}-`))return;let r=e.getLevel();(!t||r.real>t.real)&&(t=r)}),t}_onSignalledActiveParticipants(e){this._removedParticipants=this._activeParticipants?.filter(t=>!e.includes(t))??null,this._activeParticipants=e}_onTopologyChanged(e){this._topology=e,this._destroyDetectors(),e===q.DIRECT&&(this._activeParticipants=null,this._removedParticipants=null)}_isTransparentAudioMode(){return this._topology===q.SERVER&&j.transparentAudio}_destroyDetectors(){this._detectors.forEach(e=>{e.destroy()}),this._detectors.clear()}},co=function(e){return e.SPEAKER_CHANGED=`SPEAKER_CHANGED`,e}({}),lo=class extends y{constructor(e,t,n){super(),h(this,`_speakerId`,null),h(this,`_serverSideSpeakerDetection`,!1),this._serverSideSpeakerDetection=n===q.SERVER,this.subscribe(e,oo.VOLUMES_DETECTED,this._onVolumesDetected.bind(this)),this.subscribe(t,J.SIGNALLED_SPEAKER_CHANGED,this._onServerSpeakerChanged.bind(this)),this.subscribe(t,J.TOPOLOGY_CHANGED,this._onTopologyChanged.bind(this))}destroy(){this.unsubscribe()}_onVolumesDetected(e){if(this._serverSideSpeakerDetection)return;let t=0,n=null;if(Object.keys(e).forEach(r=>{let i=e[r].smoothed;i>t&&i>j.voiceParams.threshold&&(t=i,n=r)}),n&&n!==this._speakerId){let r=this._speakerId&&Object.hasOwn(e,this._speakerId)?e[this._speakerId].smoothed:0;t>r*j.voiceParams.speakerLevelMultiplier&&(this._speakerId=n,this._triggerEvent(`SPEAKER_CHANGED`,n))}}_onServerSpeakerChanged(e){this._serverSideSpeakerDetection&&this._triggerEvent(`SPEAKER_CHANGED`,e)}_onTopologyChanged(e){this._serverSideSpeakerDetection=e===q.SERVER}},uo=15e3,fo=15e3,po=class extends y{constructor(e,t,n,r=L,i=null){super(),h(this,`_transport`,void 0),h(this,`_volumes`,{}),h(this,`_participants`,{}),h(this,`_debug`,void 0),h(this,`_logger`,void 0),h(this,`_connectionTimeout`,0),h(this,`_volumeTimeout`,0),this._transport=e,this._participants=n,this._debug=r,this._logger=i,this.subscribe(e,J.STATE_CHANGED,this._onTransportStateChanged.bind(this)),this.subscribe(t,oo.VOLUMES_DETECTED,this._onVolumesDetected.bind(this))}destroy(){this.unsubscribe(),this._connectionTimeout&&window.clearTimeout(this._connectionTimeout),this._volumeTimeout&&window.clearTimeout(this._volumeTimeout)}onChangeRemoteMediaSettings(e,t){t.isAudioEnabled||(this._volumes[e]=1),t.isAudioEnabled&&(this._volumes[e]=0)}_getConnectionTimeout(){return this._transport.getTopology()===q.DIRECT?uo:j.specListenerParams.connectionTimeout}_getVolumeTimeout(){return this._transport.getTopology()===q.DIRECT?fo:j.specListenerParams.volumeTimeout}_onTransportStateChanged(e,t){t===K.OPENED&&(this._connectionTimeout||(this._connectionTimeout=window.setTimeout(this._onConnectionTimeout.bind(this),this._getConnectionTimeout()))),t===K.CONNECTED&&(this._volumeTimeout||(this._volumeTimeout=window.setTimeout(this._onVolumeTimeout.bind(this),this._getVolumeTimeout())),this._volumeTimeout&&(window.clearTimeout(this._volumeTimeout),this._volumeTimeout=window.setTimeout(this._onVolumeTimeout.bind(this),this._getVolumeTimeout()))),t===K.FAILED&&this._connectionTimeout&&(this._debug.warn(`Transport failed, send callSpecError`),this._logger?.log(S.CALL_SPEC_ERROR,`${this._transport.getTopology()}_CONNECTION_TIMEOUT`))}_onVolumesDetected(e){Object.keys(e).forEach(t=>{this._volumes[t]=Math.max(e[t].real,this._volumes[t]||0)})}_onConnectionTimeout(){Object.values(this._transport.getStates()).filter(e=>e!==K.CONNECTED).length>0&&(this._debug.warn(`There is not connected transport, send callSpecError`),this._logger?.log(S.CALL_SPEC_ERROR,`${this._transport.getTopology()}_CONNECTION_TIMEOUT`)),this._connectionTimeout=0}_onVolumeTimeout(){let e=[];Object.keys(this._volumes).forEach(t=>{if(this._volumes[t]>0)return;let n=`UNKNOWN`,r=this._participants[t];r&&r.platform&&(n=r.platform),e.indexOf(n)<0&&(e.push(n),this._logger?.log(S.CALL_SPEC_ERROR,`${this._transport.getTopology()}_VOLUME_TIMEOUT_${n}`))}),e.length&&this._debug.warn(`There is silent participant, send callSpecError`),this._volumeTimeout=0}},mo=class extends m{constructor(e,t,n){super(),h(this,`_externalLogger`,void 0),h(this,`_api`,void 0),h(this,`_conversationIdProvider`,void 0),h(this,`_batchInterval`,3e3),h(this,`_batchedClientStats`,[]),h(this,`_batchedClientEvents`,[]),h(this,`_batchTimeout`,null),h(this,`_serverTimeDelta`,0),this._api=e,this._externalLogger=t,this._conversationIdProvider=n,this._calculateServerTimeDelta()}log(e,t,n=!1){this._externalLogger&&this._externalLogger.log(e,t,n)}logClientStats(e,t=!1){let n=Object.assign(e,{vcid:this._getConversationId(),timestamp:this._now()});Object.keys(n).forEach(e=>{n[e]===void 0&&delete n[e]}),this._batchedClientStats.push(n),(t||!this._batchTimeout)&&this._sendBatch()}logClientEvent(e,t=!1){let n=Object.assign(e,{vcid:this._getConversationId(),timestamp:this._now()});this._batchedClientEvents.push(n),(t||!this._batchTimeout)&&this._sendBatch()}destroy(){this._sendBatch(),this._stopTimeout()}_getConversationId(){try{return this._conversationIdProvider()}catch{return null}}_sendBatch(){this._stopTimeout();let e=!1;this._batchedClientStats.length>0&&(this._sendClientStats(this._batchedClientStats),this._batchedClientStats=[],e=!0),this._batchedClientEvents.length>0&&(this._sendClientEvents(this._batchedClientEvents),this._batchedClientEvents=[],e=!0),e&&this._startTimeout()}_startTimeout(){this._batchTimeout=window.setTimeout(()=>this._sendBatch(),this._batchInterval)}_stopTimeout(){this._batchTimeout&&(clearTimeout(this._batchTimeout),this._batchTimeout=null)}_sendClientStats(e){this._api.logClientStats(e)}_sendClientEvents(e){this._api.logClientEvents(e)}async _calculateServerTimeDelta(){try{let e=await this._api.getServerTime();this._serverTimeDelta=Date.now()-e}catch{}}_now(){return Date.now()-this._serverTimeDelta}},ho=class{constructor(e,t){h(this,`_logger`,void 0),h(this,`_codecUsages`,new Map),h(this,`getCurrentTransportTopology`,void 0),this._logger=e,this.getCurrentTransportTopology=t}reportUsage(e){let t=this.getCurrentTransportTopology();if(!t)return;let n=e.rtps.filter(e=>e.type===`outbound-rtp`&&!e.mid?.endsWith(`s`));j.simulcast&&(n=n.reduce((e,t)=>{if(t.kind!==`video`)return e.concat(t);let n=e.find(e=>e.kind===`video`);return n?n.totalEncodeTime=(n.totalEncodeTime??0)+(t.totalEncodeTime??0):e.push(t),e},[])),n.forEach(e=>{let n=e.kind,r=e.mimeType;if((n===`audio`||n===`video`)&&r){let i=[r,`encoder`,e.encoderImplementation].filter(Boolean).join(`/`);this.saveUsage({kind:n,codecName:i,totalEncodeTime:(e.totalEncodeTime??0)*1e3,audioCodecParams:e.sdpFmtpLine,topology:t})}})}saveUsage({kind:e,codecName:t,totalEncodeTime:n,audioCodecParams:r,topology:i}){let a=this._codecUsages.get(e);if(a&&a.codecName!==t&&this.report(a),a&&a.codecName===t){this._codecUsages.set(e,{...a,totalEncodeTime:n,topology:i});return}this._codecUsages.set(e,{kind:e,codecName:t,audioCodecParams:r,totalEncodeTime:n,topology:i})}report(e){if(e.kind===`video`&&e.totalEncodeTime===0)return;let t={name:V.CODEC_USAGE,codec_implementation:e.codecName,value:e.totalEncodeTime,call_topology:e.topology===q.DIRECT?`D`:`S`};e.audioCodecParams&&(t.string_value=e.audioCodecParams),this._logger.logClientStats(t)}destroy(){this._codecUsages.forEach(e=>{this.report(e)}),this._codecUsages.clear()}},go=class{constructor(e){h(this,`_logger`,void 0),h(this,`_eventualLogs`,new Set),this._logger=e}logCallStat(e){if(this._eventualLogs.size){for(let t of this._eventualLogs)Object.assign(t,{call_topology:e.call_topology,local_address:e.local_address,local_connection_type:e.local_connection_type,network_type:e.network_type,remote_address:e.remote_address,remote_connection_type:e.remote_connection_type,transport:e.transport}),this._logger.logClientStats(t);this._eventualLogs.clear()}this._logger.logClientStats(e)}logEventualStat(e){e.value===void 0&&(e.value=U.measureMark(e.name)),e.value!==null&&this._eventualLogs.add(e)}destroy(){this._eventualLogs.clear()}},_o=class{constructor(e){if(h(this,`q`,void 0),h(this,`inits`,[]),h(this,`n`,[1,2,3,4,5]),h(this,`np`,[1,1,1,1,1]),h(this,`qv`,[]),!(e>0&&e<1))throw Error(`q must be in (0,1)`);this.q=e}add(e){if(this.inits.length<5){this.inits.push(e),this.inits.length===5&&this.bootstrap();return}let t=0;if(e<this.qv[0])this.qv[0]=e,t=0;else if(e>=this.qv[4])this.qv[4]=e,t=3;else for(;!(e<this.qv[t+1]);)t++;for(let e=0;e<5;e++)this.n[e]+=e<=t?0:1;this.np[0]=1,this.np[1]+=this.q/2,this.np[2]+=this.q,this.np[3]+=(1+this.q)/2,this.np[4]+=1;for(let e=1;e<=3;e++){let t=this.np[e]-this.n[e];if(t>=1&&this.n[e+1]-this.n[e]>1||t<=-1&&this.n[e]-this.n[e-1]>1){let n=Math.sign(t),r=this.qv[e]+n/(this.n[e+1]-this.n[e-1])*((this.n[e]-this.n[e-1]+n)*(this.qv[e+1]-this.qv[e])/(this.n[e+1]-this.n[e])+(this.n[e+1]-this.n[e]-n)*(this.qv[e]-this.qv[e-1])/(this.n[e]-this.n[e-1]));r>this.qv[e-1]&&r<this.qv[e+1]?this.qv[e]=r:this.qv[e]=this.qv[e]+n*(this.qv[e+n]-this.qv[e])/(this.n[e+n]-this.n[e]),this.n[e]+=n}}}value(){if(this.inits.length===0)return NaN;if(this.inits.length<5){let e=[...this.inits].sort((e,t)=>e-t),t=this.q*(e.length-1),n=Math.floor(t),r=t-n;return n+1<e.length?e[n]*(1-r)+e[n+1]*r:e[n]}return this.qv[2]}bootstrap(){this.inits.sort((e,t)=>e-t),this.qv=this.inits.slice(0,5),this.n=[1,2,3,4,5],this.np=[1,1+2*this.q,1+4*this.q,3+2*this.q,5]}},vo=class{constructor(){h(this,`n`,0),h(this,`mean`,0)}add(e){this.n++;let t=e-this.mean;this.mean+=t/this.n}get avg(){return this.n?this.mean:NaN}},yo=class{constructor(){h(this,`count`,0),h(this,`minVal`,1/0),h(this,`maxVal`,-1/0),h(this,`mean`,new vo),h(this,`p50`,new _o(.5)),h(this,`p95`,new _o(.95))}add(e){e<this.minVal&&(this.minVal=e),e>this.maxVal&&(this.maxVal=e),this.mean.add(e),this.p50.add(e),this.p95.add(e),this.count++}snapshot(){return{min:this.minVal===1/0?NaN:this.minVal,max:this.maxVal===-1/0?NaN:this.maxVal,avg:+this.mean.avg.toFixed(),median:+this.p50.value().toFixed(),p95:+this.p95.value().toFixed(),count:this.count}}get hasData(){return this.count>0}},bo=class{constructor(e){h(this,`_logger`,void 0),h(this,`trackerByTransport`,{ws:new yo,wt:new yo}),h(this,`lastSeen`,{}),this._logger=e}mark(e){let t=Date.now(),n=this.lastSeen[e];if(typeof n==`number`){let r=t-n;r>=0&&this.trackerByTransport[e].add(r)}this.lastSeen[e]=t}logMetrics(e){[hr.WEBSOCKET,hr.WEBTRANSPORT].forEach(t=>{if(!this.trackerByTransport[t].hasData)return;let n=this.trackerByTransport[t].snapshot();this._logger.logClientStats({call_topology:e===q.DIRECT?`D`:`S`,name:V.SIGNALING_PING_SUMMARY,min_value:n.min,max_value:n.max,avg_value:n.avg,median_value:n.median,p95_value:n.p95,values_count:n.count,signaling_transport:t})})}destroy(){this.trackerByTransport={ws:new yo,wt:new yo},this.lastSeen={}}},xo=class{constructor(e){h(this,`_logger`,void 0),h(this,`trackerByCommand`,new Map),this._logger=e}mark(e,t,n){let r=`${e}|${n}`,i;this.trackerByCommand.has(r)?i=this.trackerByCommand.get(r):(i=new yo,this.trackerByCommand.set(r,i)),i.add(t)}logMetrics(e){for(let[t,n]of this.trackerByCommand.entries()){if(!n.hasData)continue;let[r,i]=t.split(`|`),a=n.snapshot();this._logger.logClientStats({call_topology:e===q.DIRECT?`D`:`S`,name:V.SIGNALING_COMMAND_SUMMARY,api_method:r,min_value:a.min,max_value:a.max,avg_value:a.avg,median_value:a.median,p95_value:a.p95,values_count:a.count,signaling_transport:i})}}destroy(){this.trackerByCommand.clear()}},So=class e{constructor(e,t,n,r){h(this,`logger`,void 0),h(this,`statAggregator`,void 0),h(this,`codecStatsAggregator`,void 0),h(this,`pings`,void 0),h(this,`signalingCommands`,void 0),this.logger=new mo(e,t,n),this.statAggregator=new go(this.logger),this.codecStatsAggregator=new ho(this.logger,r),this.pings=new bo(this.logger),this.signalingCommands=new xo(this.logger)}logHangup(t,n){if(![E.HUNGUP,E.CANCELED,E.REJECTED,E.FAILED,E.BUSY,E.MISSED,E.ANOTHER_DEVICE,E.REMOVED,E.BANNED,E.VCHAT_DETAILED_ERROR].includes(t.hangup))return;let r=t.custom_error?.vchat_detailed_api_error?.code;this.logger.logClientStats({name:V.CALL_FINISH,reason:e.correctHangupReason(t.hangup),call_topology:n===q.DIRECT?`D`:`S`,...r&&{string_value:r}})}flushCallMetrics(e){this.codecStatsAggregator.destroy(),this.pings.logMetrics(e),this.pings.destroy(),this.signalingCommands.logMetrics(e),this.signalingCommands.destroy()}destroy(){this.statAggregator.destroy(),this.codecStatsAggregator.destroy(),this.pings.destroy(),this.signalingCommands.destroy(),this.logger.destroy()}static correctHangupReason(e){switch(e){case E.HUNGUP:return`hangup`;case E.CANCELED:return`canceled`;case E.REJECTED:return`rejected`;case E.BUSY:return`busy`;case E.FAILED:return`failed`;case E.MISSED:return`missed`;case E.ANOTHER_DEVICE:return`another_device`;case E.REMOVED:return`removed`;case E.BANNED:return`banned`;case E.VCHAT_DETAILED_ERROR:return`error`;default:return`hangup`}}},Co=class{constructor(e){h(this,`_statAggregator`,void 0),h(this,`_isCallMarked`,!1),h(this,`_isFinished`,!1),h(this,`_callType`,null),this._statAggregator=e}markAcceptCall(e){this.mark(e===q.DIRECT?`direct_incoming`:`server_incoming`)}markAcceptedCall(e){e===q.DIRECT&&this.mark(`direct_outgoing`)}markParticipantJoined(e){e===q.DIRECT&&this.mark(`server_change_topology`)}markOnJoin(e){e===q.SERVER&&this.mark(`server_join_server`)}mark(e){this._isCallMarked||(this._isCallMarked=!0,this._callType=e,U.setMark(V.FIRST_MEDIA_RECEIVED))}measure(){this._isFinished||(this._isFinished=!0,this._callType&&this._statAggregator.logEventualStat({name:V.FIRST_MEDIA_RECEIVED,call_type:this._callType}))}},wo=1e3,To=1e4,Eo=15,Q=class e extends y{constructor(e,t){super(),h(this,`_api`,void 0),h(this,`_signaling`,void 0),h(this,`_signalingActor`,void 0),h(this,`_displayLayoutRequester`,void 0),h(this,`_mediaSource`,null),h(this,`_conversation`,null),h(this,`_myLastRequestedLayouts`,{}),h(this,`_state`,`IDLE`),h(this,`_previousState`,null),h(this,`_participantState`,X.CALLED),h(this,`_participants`,{}),h(this,`_pendingParticipants`,new Map),h(this,`_transport`,null),h(this,`_debugInfo`,null),h(this,`_debug`,L.createSessionLogger()),h(this,`_volumesDetector`,null),h(this,`_speakerDetector`,null),h(this,`_localVolumeDetector`,null),h(this,`_specListener`,null),h(this,`_activeSpeakerId`,null),h(this,`_lastSignalledActiveSpeakerId`,null),h(this,`_isRealTimeAsrRequested`,!1),h(this,`_serverSettings`,Tr()),h(this,`_serverTimeOffset`,0),h(this,`_delayedHangup`,!1),h(this,`_abortController`,null),h(this,`_onUnload`,void 0),h(this,`_audioOutput`,void 0),h(this,`_stats`,void 0),h(this,`_lastStalled`,{}),h(this,`_audioMixStalled`,!1),h(this,`_audioFix`,null),h(this,`_streamByStreamId`,new Map),h(this,`_streamIdByStreamDescription`,new Map),h(this,`_streamWaitTimerByStreamDescription`,new Map),h(this,`_sequenceNumberByStreamDescription`,new Map),h(this,`_cooldownTimestampByStreamDescription`,new Map),h(this,`_cooldownQueueCleanupTimer`,null),h(this,`_statFirstMediaReceived`,void 0),h(this,`_changeMediaSettings`,A.debounce(async e=>{if(this._signaling.ready)try{await this._signaling.changeMediaSettings(e)}catch(e){if(this._debug.warn(`changeMediaSettings failed with error`,e),e.message===`chatRoom.maxShareCountExceeded`)return this.toggleScreenCapturing({captureScreen:!1,fastScreenSharing:!1,captureAudio:!1})}},100)),this._stats=new So(e,t,()=>this._conversation?.id||null,()=>this._transport?.getTopology()),this._api=e,this._signaling=new Da(this._debug,this._stats.logger,this._stats.statAggregator,this._stats.pings,this._stats.signalingCommands),this._signalingActor=new ao(this._onSignalingNotification.bind(this),this._debug),this._displayLayoutRequester=new to({api:this._api,debug:this._debug,getParticipants:()=>this._getParticipants(),isMe:e=>this._isMe(e),updateDisplayLayout:e=>this.updateDisplayLayout(e)}),this._onUnload=()=>{this._conversation&&this._api&&(this._api.hangupConversation(this._conversation.id,this._state===`IDLE`?E.CANCELED:E.HUNGUP),j.clientEventsLoggingEnabled&&this._stats.logger.logClientEvent({event_type:V.CALL_DECLINED_OR_HANGED_LOCALLY,reason:`none`},!0)),this._stats.destroy()},window.addEventListener(`pagehide`,this._onUnload),this._statFirstMediaReceived=new Co(this._stats.statAggregator),this._audioOutput=new Za(this._statFirstMediaReceived,j.transparentAudio,this._debug,this._stats.logger),j.videoTracksCount>0&&(this._cooldownQueueCleanupTimer=window.setInterval(this._cleanupCooldownQueue.bind(this),wo))}static current(){return R.getActive()}static hangupAfterInit(){let e=Do;e&&e._delayedHangup===!1&&!e._conversation&&(e._delayedHangup=!0,e._abortController?.abort(new D(E.CANCELED)))}static id(){return R.getActiveId()}get id(){return this._conversation?.id??``}get externalId(){return this._conversation?.externalId}get mediaSettings(){return this._mediaSource?.mediaSettings}get isCallHeld(){return this._state===`HELD`}static debugSessionId(){return e.current()?.debugSessionId??null}static getSyncedTime(){return Date.now()+(e.current()?._serverTimeOffset??0)}get debugSessionId(){return this._debug.sessionId}async onStart({opponentIds:e,opponentType:t,mediaOptions:n,payload:r=``,joiningAllowed:i=!1,requireAuthToJoin:a=!1,onlyAdminCanShareMovie:o,externalIds:s,onFastStart:c,conversationId:l}){let u=Date.now();this._debug.setConversationId(l??null),Do=this,this._abortController=new AbortController,this._api.setAbortSignal(this._abortController?.signal),this._signaling.setAbortSignal(this._abortController?.signal);try{this._mediaSource=this._createMediaSource(),await this._mediaSource.request(n);let d=this._mediaSource.mediaSettings;t===Oa.CHAT||e&&e.length>1?this._logWithMediaSettings(S.OUTGOING_MULTIPARTY_CALL,d):this._logWithMediaSettings(S.OUTGOING_CALL,d);let f=await this._startConversation({opponentIds:e,opponentType:t,direction:Y.OUTGOING,mediaOptions:n,payload:r,joiningAllowed:i,requireAuthToJoin:a,onlyAdminCanShareMovie:o,externalIds:s,startedTime:u,onFastStart:c,conversationId:l});if(!this._conversation)throw new D(E.UNKNOWN_ERROR);if(this._participantState=X.ACCEPTED,this._changeMediaSettings(d),await this._processConnection(f),await this._allocateTransport(),this._createSpeakerDetector(),await this._createSpecListener(),this._signaling.readyToSend(),this._delayedHangup)throw new D(E.CANCELED);return this._debug.debug(`Outgoing call`,{opponentIds:e,opponentType:t,mediaOptions:n}),await this._processConnectionSharedMovieInfo(f),await this._processConversationUrlSharingInfo(f),I.onLocalStream(this._mediaSource.getStream(),this._mediaSource.mediaSettings,this.id),I.onConversation(this._conversation.externalId,this._conversation.mediaModifiers,this._getMuteStatesForCurrentRoom(),await this._getMainRoomParticipants(),void 0,this.id),await this._onConversationParticipantListChunk(f),await this._processPinnedParticipants(f),I.onLocalStatus(M.WAITING,this.id),this._toggleJoinAvailability(),this._changeFeatureSet(),this._changeNeedRate(),R.add(this),await R.setActive(this.id),Do=null,this._conversation.concurrent&&await this._acceptConcurrent(),this._conversation}catch(e){throw Do=null,this._close(e,`Unable to start conversation`),e}}async onJoin(e){let t=Date.now();Do=this,this._state=`PROCESSING`,this._debug.setConversationId(e.conversationId??null),this._abortController=new AbortController,this._api.setAbortSignal(this._abortController?.signal),this._signaling.setAbortSignal(this._abortController?.signal);try{let n=!!e.observedIds?.length;if(n&&j.videoTracksCount>0)throw this._debug.error(`Observer mode: please set videoTracksCount=0`),new D(E.UNSUPPORTED);this._mediaSource=this._createMediaSource(),await this._mediaSource.request(e.mediaOptions,!n);let r=this._mediaSource.mediaSettings;this._logWithMediaSettings(S.JOIN_CONVERSATION,r);let i=await this._joinConversation(e,t);if(!this._conversation)throw new D(E.UNKNOWN_ERROR);return this._conversation.observer=n,I.onLocalStream(this._mediaSource.getStream(),r,this.id),this._conversation.waitForAdmin||this._conversation.waitingHall?(this._debug.log(this._conversation.waitForAdmin?`Wait for admin`:`In waiting hall`),R.add(this),Do=null,this._signaling.readyToSend(),I.onLocalStatus(this._conversation.waitForAdmin?M.WAIT_FOR_ADMIN:M.WAITING_HALL,this.id),this._conversation):this._onJoinPart2(i)}catch(e){throw Do=null,this._close(e,`Unable to join conversation`),e}}async _onJoinPart2(e){this._debug.debug(`Join conversation part 2`);try{if(this._participantState=X.ACCEPTED,!this._conversation||!this._mediaSource)throw new D(E.UNKNOWN_ERROR);if(this._statFirstMediaReceived.markOnJoin(this._conversation.topology),!this._conversation.observer&&!this._isAudienceModeListener()&&this._changeMediaSettings(this._mediaSource.mediaSettings),await this._processConnection(e),await this._allocateTransport(),this._createSpeakerDetector(),await this._createSpecListener(),this._signaling.readyToSend(),this._state===`CLOSE`)return this._conversation;if(this._delayedHangup)throw new D(E.CANCELED);await this._processConnectionSharedMovieInfo(e),await this._processConversationUrlSharingInfo(e),await this._processConnectionAsrInfo(e);let t=await this._extractExternalRoomsData(e.rooms?.rooms,e.rooms?.roomId);I.onConversation(this._conversation.externalId,this._conversation.mediaModifiers,this._getMuteStatesForCurrentRoom(),await this._getMainRoomParticipants(),t,this.id),await this._onConversationParticipantListChunk(e),await this._processPinnedParticipants(e),I.onLocalStatus(M.WAITING,this.id),this._toggleJoinAvailability(),this._changeNeedRate(),this._state=`ACTIVE`,this._changeFeatureSet(),R.has(this.id)||R.add(this),await R.setActive(this.id),Do=null;let n=this._extractLocalParticipantFromConnection(e);if(n){let e=A.mapParticipantState(n);Object.keys(e).length>0&&I.onLocalParticipantState(e,!1,this.id)}return this._openTransport(Object.values(await this._getParticipants()),!1),this._conversation}catch(e){throw Do=null,this._close(e,`Unable to join conversation`),e}}async _extractExternalRooms(e){let t=e.map(this._convertRoomToExternal.bind(this));return(await Promise.all(t)).filter(e=>!!e)}async _extractExternalRoomsData(e,t){if(!e||!e.length)return;let n={rooms:await this._extractExternalRooms(e)};return t&&(n.roomId=t),n}async onPush(e,t=k.USER,n,r,i){if(R.has(e))throw new D(E.HAS_ACTIVE_CALL);this._debug.setConversationId(e),Do=this,this._abortController=new AbortController,this._api.setAbortSignal(this._abortController?.signal),this._signaling.setAbortSignal(this._abortController?.signal);try{let a=Date.now(),o=await this._prepareConversation(e,t,n,r,i);if(this._mediaSource=this._createMediaSource(),!this._conversation)throw new D(E.UNKNOWN_ERROR);if(!o.conversation.participants.find(e=>e.state===X.CALLED&&e.id===this._conversation?.userId))throw this._debug.log(`Push rejected (there is an active call)`),this._stats.logger.log(S.PUSH,`rejected`),new D(E.REJECTED);if(await this._processConnection(o),this._extractConnectionUrlSharingInfo(o),await this._allocateTransport(),this._createSpeakerDetector(),await this._createSpecListener(),await this._processPinnedParticipants(o),this._signaling.readyToSend(),this._logCallStartEvent(a,Y.INCOMING),this._stats.logger.log(S.PUSH,`accepted`),R.add(this),Do=null,this._delayedHangup)throw new D(E.CANCELED)}catch(e){throw Do=null,this._close(e,`Unable to handle inbound call push`),e}}_isInWaitingHall(e){return!e.conversation||!e.conversation.options.includes(ja.WAITING_HALL)?!1:this._isRestricted(e)}_isWaitForAdmin(e){if(!e.conversation)return!1;let t=e.conversation.options.includes(ja.WAIT_FOR_ADMIN),n=e.conversation.options.includes(ja.ADMIN_IS_HERE);return!t||t&&n?!1:this._isRestricted(e)}_isRestricted(e){let t=(e.conversation.participants||[]).find(t=>A.comparePeerId(t.peerId,e.peerId));return t&&t.restricted||!1}_isAudienceMode(e){return e.conversation?.options?.includes(ja.AUDIENCE_MODE)||!1}_isAudienceModeListener(){return this._conversation?.audienceMode&&this._conversation?.restricted}async _acceptConcurrent(){if(!this._mediaSource||!this._conversation||!this._transport)throw new D(E.UNKNOWN_ERROR);this._state=`PROCESSING`;let e=this._mediaSource.mediaSettings;this._logWithMediaSettings(S.ACCEPT_CONCURRENT,e),this._debug.debug(`Concurrent call`,{conversationId:this._conversation.id});try{this._statFirstMediaReceived.markAcceptCall(this._transport.getTopology()),await this._signaling.acceptCall(this._mediaSource.mediaSettings),I.onCallAccepted(this.id),this._state=`ACTIVE`,this._participantState=X.ACCEPTED,this._changeFeatureSet(),this._openTransport(Object.values(await this._getParticipants()),!0)}catch(e){this._close(e,`Unable to accept concurrent call`)}}async _getMainRoomParticipants(){let e=await this._getParticipants();return A.mapSharedParticipants(Object.values(e).filter(e=>!e.isInRoom))}_decodeExternalConversationParams(e){let[t,n]=e.split(`:`),r=parseInt(t,10);if(isNaN(r))throw Error(`Invalid original length in prefix`);let i=atob(n),a=new Uint8Array(i.length);for(let e=0;e<i.length;e++)a[e]=i.charCodeAt(e);try{let e=Ya(a,r).reduce((e,t)=>(e+=String.fromCharCode(t),e),``),{srcp:t,stne:n,tkn:i,trne:o,trnp:s,trnu:c,wse:l,wte:u}=JSON.parse(e);return{token:i,endpoint:l,wt_endpoint:u,turn_server:{urls:o.split(`,`),username:c,credential:s},stun_server:{urls:n.split(`,`)},client_type:t}}catch(e){throw this._close(e,`Can't decompress conversation params`),e}}_logCallStartEvent(e,t){let n={[Y.OUTGOING]:`outgoing`,[Y.INCOMING]:`incoming`,[Y.JOINING]:`join`};this._stats.statAggregator.logEventualStat({name:V.CALL_START,value:Date.now()-e,string_value:JSON.stringify({labels:[n[t],`warmup_start`]})})}async accept(e){if(this._state!==`IDLE`)throw this._stats.logger.log(S.ERROR,`acceptIncoming`),this._debug.error(`Unable to accept a call - invalid state`),Error(`Unable to accept a call - invalid state`);if(!this._mediaSource||!this._conversation||!this._transport)throw new D(E.UNKNOWN_ERROR);this._state=`PROCESSING`,this._debug.setConversationId(this._conversation.id),this._debug.debug(`Accept incoming call`,e);try{await this._mediaSource.request(e);let t=this._mediaSource.mediaSettings;this._logWithMediaSettings(S.ACCEPT_INCOMING,t),this._changeMediaSettings(t),this._statFirstMediaReceived.markAcceptCall(this._transport.getTopology()),await this._signaling.acceptCall(t),this._participantState=X.ACCEPTED;let n=this._getMuteStatesForCurrentRoom(),r=Object.keys(n);r.length&&this._onMuteParticipant({muteStates:n,mediaOptions:r,muteAll:!0,stateUpdated:!0}),this._registerParticipantLocalMuteState({muteStates:this._conversation.muteStatesPersonal});let i=await this._signaling.getRooms(this._isCallAdmin());if(i.rooms?.rooms){let e=await this._getParticipants();i.rooms.rooms.forEach(t=>{t.participantIds?.forEach(t=>{e[t]&&(e[t].isInRoom=!0)})})}this._conversation.roomId=i.rooms?.roomId||null;let a=await this._extractExternalRoomsData(i.rooms?.rooms,i.rooms?.roomId);if(I.onCallAccepted(this.id),I.onLocalStream(this._mediaSource.getStream(),t,this.id),I.onConversation(this._conversation.externalId,this._conversation.mediaModifiers,this._getMuteStatesForCurrentRoom(),await this._getMainRoomParticipants(),a,this.id),j.useParticipantListChunk){let e=await this._getInitialParticiapntListChunk(),t=await this._getParticipants();e?.participants?.forEach(e=>{let n=t[A.composeId(e)];n&&(n.movieShareInfos=e.movieShareInfos)}),await this._onConversationParticipantListChunk({participants:e})}return I.onLocalStatus(M.WAITING,this.id),this._toggleJoinAvailability(),this._changeNeedRate(),this._state=`ACTIVE`,this._changeFeatureSet(),this._openTransport(Object.values(await this._getParticipants()),!0),await this._processConversationUrlSharingInfo(),await this._processConnectionAsrInfo(),R.setActive(this.id),this._conversation}catch(e){throw this._close(e,`Unable to accept call`),e}}async decline(){if(this._state!==`IDLE`)throw this._stats.logger.log(S.ERROR,`declineIncoming`),this._debug.error(`Unable to decline a call - invalid state`),Error(`Unable to decline a call - invalid state`);this._state=`PROCESSING`,this._debug.debug(`Decline incoming call`),this._logWithMediaSettings(S.DECLINE_INCOMING,this.mediaSettings),this._participantState=X.HUNGUP,this._signaling.ready&&await this._signaling.hangup(E.REJECTED),this._close(new D(E.REJECTED))}async hangup(){this._debug.debug(`Hangup`);let e=this._state===`ACTIVE`?E.HUNGUP:E.CANCELED;this._stats.logger.log(S.HANGUP,e),this._signaling.ready?(await this._signaling.hangup(e),this._close(new D(e))):I.onHangup(new D(E.HUNGUP),this._conversation&&this._conversation.id),this._conversation?.id&&R.has(this._conversation.id)&&R.remove(this._conversation.id)}async addParticipant(e,t){if(!this._signaling.ready){this._close(new D(E.UNKNOWN_ERROR),`Unable to add participant`);return}let n=await this._signaling.addParticipant(e.map(Z.toSignaling),t),r=null;n.type===`error`&&(r=n.error===`call-unfeasible`?n.status:E.UNKNOWN_ERROR);let i=n.participants;if(!i&&n.rejectedParticipants)throw Error(n.rejectedParticipants[0].reason);for(let e of i)await this._onAddParticipant(A.composeId(e),e,r)}async addParticipantLegacy(e,t){if(!this._signaling.ready){this._close(new D(E.UNKNOWN_ERROR),`Unable to add participant`);return}let n=await this._signaling.addParticipantLegacy(e,t),r=null;n.type===`error`&&(r=n.error===`call-unfeasible`?n.status:E.UNKNOWN_ERROR);let i=n.participants;for(let e of i)await this._onAddParticipant(A.composeId(e),e,r)}async removeParticipant(e,t=!1){this._signaling.ready&&(await this._signaling.removeParticipant(e,t),this._onRemoveParticipant(e))}setVolume(e){this._audioOutput.volume=e}updateStatisticsInterval(){this._transport&&this._transport.updateStatisticsInterval()}_openTransport(e,t){if(!this._transport)return;let n=[];for(let r of e)(r.state===X.CALLED||r.state===X.ACCEPTED)&&(this._transport.isAllocated(r.id)||this._transport.allocate(r.id,t)),r.state===X.ACCEPTED&&n.push(r.id);n.length?this._transport.open(n,null,!!this._conversation?.observer):this._transport.getTopology()===q.SERVER&&this._forceOpenTransportForAloneInCall()}async _close(e,t){t&&this._debug.error(t,e),this._debug.debug(`Close conversation`,e),this._stats.logHangup(e,this._transport?.getTopology()),this._stats.flushCallMetrics(this._transport?.getTopology()),this._signaling.readyToSend(!1),e.error?this._signaling.ready&&this._signaling.hangup(E.FAILED):this._stats.logger.log(S.ERROR,e.hangup);let n=this._conversation&&this._conversation.id;if([E.CANCELED,E.NOT_FRIENDS,E.CALLEE_IS_OFFLINE,E.CALLER_IS_BLOCKED,E.CALLER_IS_REJECTED].indexOf(e.hangup)!==-1||e.hangup===E.REJECTED&&!e.remote){I.onHangup(e,n),this.destroy();return}if(e.hangup===E.HUNGUP&&(!e.remote||this._isCalledState())){I.onHangup(e,n),this.destroy();return}if(e.hangup===E.MISSED&&!e.remote){I.onHangup(e,n),this.destroy();return}if(this._cooldownQueueCleanupTimer!==null&&(window.clearInterval(this._cooldownQueueCleanupTimer),this._cooldownQueueCleanupTimer=null),(e.hangup===E.SOCKET_CLOSED||e.hangup===E.NOT_FOUND)&&R.getActive()&&!this._conversation){this._cleanupSignaling(),this._cleanupMediaSource();return}if(e.hangup===E.BUSY&&!e.remote){this._cleanupSignaling(),this._cleanupMediaSource();return}this._state=`CLOSE`,this._participantState=X.HUNGUP,this._changeFeatureSet(),this._cleanupMediaSource(),await this._cleanupParticipants(),this._cleanupParticipantAgnosticStreams(),this._cleanupTransport(),this._cleanupSpeakerDetector(),this._cleanupSpecListener(),this._cleanupSignaling(),this._api.cleanup(),this._api.setAbortSignal(void 0),this._signaling.setAbortSignal(void 0),this._stats.destroy(),R.remove(this.id),this._conversation=null,this._myLastRequestedLayouts={},this._displayLayoutRequester.clear(),this._delayedHangup=!1,this._abortController=null,I.onHangup(e||new D(E.UNKNOWN_ERROR),n)}async destroy(){let e=this._conversation&&this._conversation.id;if(this._debug.debug(`Destroy conversation`,{conversationId:e}),this._cooldownQueueCleanupTimer!==null&&(window.clearInterval(this._cooldownQueueCleanupTimer),this._cooldownQueueCleanupTimer=null),this._state=`CLOSE`,this._participantState=X.HUNGUP,this._cleanupMediaSource(),await this._cleanupParticipants(),this._cleanupParticipantAgnosticStreams(),this._cleanupTransport(),this._cleanupSpeakerDetector(),this._cleanupSpecListener(),this._cleanupSignaling(),this._api.cleanup(),this._api.setAbortSignal(void 0),this._signaling.setAbortSignal(void 0),this._delayedHangup&&e)try{this._api.hangupConversation(e,E.CANCELED)}catch{}this._cleanupListeners(),this._stats.destroy(),R.remove(this.id),this._conversation=null,this._myLastRequestedLayouts={},this._displayLayoutRequester.clear(),this._delayedHangup=!1,this._abortController=null}async _getConversationParams(e){let t=await this._api.getConversationParams(e);this._debug.debug(`Api.getConversationParams`,t);let n=[],{turn_server:r,stun_server:i}=t;if(i&&n.push(i),r&&r.urls){let e=r.urls.filter((e,t,n)=>n.indexOf(e)===t);e.push(`${e[e.length-1]}?transport=tcp`),n.push({urls:e,username:r.username,credential:r.credential})}return j.iceServers=n,j.wssBase=t.endpoint,t.wt_endpoint&&(j.wtsBase=t.wt_endpoint),j.wssToken=t.token,t.client_type&&(j.clientType=t.client_type),t.external_user_type&&(j.externalUserType=t.external_user_type),t}_setConversationParams({turn_server:e,stun_server:t,endpoint:n,wt_endpoint:r,token:i,client_type:a}){let o=[];if(t&&o.push(t),e&&e.urls){let t=e.urls.filter((e,t,n)=>n.indexOf(e)===t);t.push(`${t[t.length-1]}?transport=tcp`),o.push({urls:t,username:e.username,credential:e.credential})}j.iceServers=o,j.wssBase=n,j.wssToken=i,r&&(j.wtsBase=r),a&&(j.clientType=a)}_addGeoParamsToEndpoint(e,t){return t.isp_as_no&&(e+=`&ispAsNo=${t.isp_as_no}`),t.isp_as_org&&(e+=`&ispAsOrg=${t.isp_as_org}`),t.loc_cc&&(e+=`&locCc=${t.loc_cc}`),t.loc_reg&&(e+=`&locReg=${t.loc_reg}`),e}async _startConversation({opponentIds:e,opponentType:t,direction:n,mediaOptions:r,payload:i=``,joiningAllowed:a=!1,requireAuthToJoin:o=!1,onlyAdminCanShareMovie:s,externalIds:c,startedTime:l,onFastStart:u,conversationId:d}){let f=d??A.uuid();if(R.has(f))throw new D(E.HAS_ACTIVE_CALL);this._debug.debug(`Conversation: start`,{conversationId:f,opponentIds:e,opponentType:t,direction:n});let p=r.includes(x.VIDEO),m;if(u){let e={deviceId:this._api.deviceId(),sdkVersion:j.sdkVersion,clientAppKey:j.apiKey,platform:j.platform,protocolVersion:j.protocolVersion,domainId:j.domain,capabilities:ma.getFlags()},n=JSON.stringify(e),s;try{if(s=await u({internalParams:n,conversationId:f,externalIds:c,payload:i,opponentType:t,mediaOptions:r,isVideo:p,joiningAllowed:a,requireAuthToJoin:o},this._abortController?.signal),!s.internalCallerParams)throw new D(E.FAST_START_ERROR,{message:JSON.stringify(s)})}catch(e){throw this._delayedHangup&&this._abortController?.signal.aborted?new D(E.CANCELED):e instanceof D?e:e instanceof Error?new D(E.FAST_START_ERROR,{message:e.message}):new D(E.FAST_START_ERROR,{message:String(e)})}try{let e=JSON.parse(s.internalCallerParams);m={endpoint:e.endpoint,wt_endpoint:e.wtEndpoint,id:f,is_concurrent:e.isConcurrent,client_type:e.clientType,rejected_participants:s.rejectedParticipants?.map(e=>({...e,status:e.status})),stun_server:e.stun,turn_server:e.turn,token:new URL(e.endpoint).searchParams.get(`token`)??``},this._debug.debug(`FastStart`,m)}catch{throw new D(E.FAST_START_ERROR,{message:`Cannot parse internal params`})}}else m=await this._api.startConversation(f,e,t,p,i,a,o,{onlyAdminCanShareMovie:s},c),this._debug.debug(`Api.startConversation`,m);this._setConversationParams(m);let ee=await this._connectSignaling(mr.START,m);return await this._setConversation(m,ee,n),this._logCallStartEvent(l,Y.OUTGOING),ee}async _joinConversation(e,t){U.setMark(V.SIGNALING_CONNECTED);let{conversationId:n,mediaOptions:r,chatId:i,joinLink:a,observedIds:o,payload:s,onFastJoin:c}=e;if(this._debug.debug(`Conversation: join`,{conversationId:n,joinLink:a,observedIds:o}),n&&R.has(n))throw new D(E.HAS_ACTIVE_CALL);let l=r.includes(x.VIDEO),u;if(c){if(!a)throw new D(E.FAST_JOIN_ERROR,{message:`joinLink is required for fast join`});let e={deviceId:this._api.deviceId(),sdkVersion:j.sdkVersion,clientAppKey:j.apiKey,platform:j.platform,protocolVersion:j.protocolVersion,domainId:j.domain,capabilities:ma.getFlags()},t=JSON.stringify(e),n;try{if(n=await c({joinLink:a,isVideo:l,internalParams:t},this._abortController?.signal),!n.internalCallerParams||!n.conversationId)throw new D(E.FAST_JOIN_ERROR,{message:JSON.stringify(n)})}catch(e){throw this._delayedHangup&&this._abortController?.signal.aborted?new D(E.CANCELED):e instanceof D?e:e instanceof Error?new D(E.FAST_JOIN_ERROR,{message:e.message}):new D(E.FAST_JOIN_ERROR,{message:String(e)})}try{let e=JSON.parse(n.internalCallerParams);if(R.has(n.conversationId))throw new D(E.HAS_ACTIVE_CALL);u={endpoint:e.endpoint,wt_endpoint:e.wtEndpoint,id:n.conversationId,is_concurrent:e.isConcurrent,client_type:e.clientType,stun_server:e.stun,turn_server:e.turn,token:new URL(e.endpoint).searchParams.get(`token`)??``},this._debug.debug(`FastJoin`,u)}catch{throw new D(E.FAST_JOIN_ERROR,{message:`Cannot parse internal params`})}}else if(n)u=await this._api.joinConversation(n,l,i);else if(a)u=await this._api.joinConversationByLink(a,l,o,s);else throw new D(E.UNKNOWN_ERROR);if(this._debug.debug(`Api.joinConversation`,u),u.id&&R.has(u.id))throw new D(E.HAS_ACTIVE_CALL);this._setConversationParams(u);let d=await this._connectSignaling(mr.JOIN,u);return await this._setConversation(u,d,Y.JOINING),this._logCallStartEvent(t,Y.JOINING),d}async _prepareConversation(e,t=k.USER,n,r,i){U.setMark(V.SIGNALING_CONNECTED),this._debug.debug(`Conversation: push`,{conversationId:e,type:t,peerId:n});let a=this._api.getUserId();if(!a)throw new D(E.UNKNOWN_ERROR);let o=0,s=``,c=``,l={id:e,peerId:n,endpoint:s,wt_endpoint:c,is_concurrent:!1,p2p_forbidden:!1,device_idx:0,token:``};if(r){let n=this._decodeExternalConversationParams(r);this._setConversationParams(n),s=i??`${j.wssBase}?userId=${a}&entityType=${t}&deviceIdx=${o}&conversationId=${e}&token=${j.wssToken}`,l.token=n.token,l.endpoint=s,j.wtsBase&&(c=`${j.wtsBase}?userId=${a}&entityType=${t}&deviceIdx=${o}&conversationId=${e}&token=${j.wssToken}`,l.wt_endpoint=c)}else{let n=await this._getConversationParams(e);o=n.device_idx||0,s=i??`${j.wssBase}?userId=${a}&entityType=${t}&deviceIdx=${o}&conversationId=${e}&token=${j.wssToken}`,s=this._addGeoParamsToEndpoint(s,n),l.token=n.token,l.endpoint=s,l.device_idx=o,j.wtsBase&&(c=`${j.wtsBase}?userId=${a}&entityType=${t}&deviceIdx=${o}&conversationId=${e}&token=${j.wssToken}`,c=this._addGeoParamsToEndpoint(c,n),l.wt_endpoint=c)}let u=await this._connectSignaling(mr.ACCEPT,l);return R.callsLength>=j.maxParallelCalls||!j.hold&&R.callsLength>0?(this._debug.log(`Push rejected (busy)`),this._stats.logger.log(S.PUSH,`busy`),this._signaling.ready&&this._signaling.hangup(E.BUSY),Promise.reject(new D(E.BUSY))):(await this._setConversation(l,u,Y.INCOMING,t),u)}async _createParticipant(e,t){let n=Object.assign({id:null,externalId:null,mediaSettings:T(),participantState:{},state:X.CALLED,status:null,remoteStream:null,mediaSource:null,platform:null,clientType:null,roles:[],networkRating:1,lastRequestedLayouts:{},muteStates:{},unmuteOptions:[],observedIds:[],isInRoom:!1,markers:null},e);return n.externalId||(n.externalId=await this._getParticipantId(t??n.id)),this._api.cacheExternalId(t??n.id,n.externalId),t&&this._api.mapDecorativeId(t,n.id),n.observedIds?.length&&(n.externalId.observer=!0),e.markers&&(n.markers=this._denormalizeMarkers(n.id,e.markers)),n}async _getParticipantId(e){try{return await this._api.userId(e)}catch(e){throw this._close(new D(E.NETWORK_ERROR),e),e}}async _setConversation(e,t,n,r=k.USER){let{participants:i}=t.conversation;t.conversationParams?.serverTime&&(this._serverTimeOffset=t.conversationParams.serverTime-Date.now()),i.forEach(e=>{let t=A.composeId(e),n=Z.fromSignalingParticipant(e,!1);if(n){this._api.cacheExternalId(t,n);let r=A.composeDecorativeId(e),i=Z.fromSignalingParticipant(e);r&&i&&(this._api.cacheExternalId(r,i),this._api.mapDecorativeId(e.decorativeUserId,e.id))}});let a=this._api.getUserId(),o=this._extractLocalParticipantFromConnection(t),s=e.device_idx||0;if(!a){if(!o)throw new D(E.UNKNOWN_ERROR);a=Number(o.id),o.idType&&(r=o.idType),o.deviceIdx&&(s=o.deviceIdx),this._api.setUserId(a)}let c=A.composeParticipantId(a,r,s);this._conversation={userId:a,compositeUserId:c,externalId:await this._getExternalIdByParticipantId(c),acceptTime:t.conversation.acceptTime,features:t.conversation.features||[],featuresPerRole:t.conversation.featuresPerRole,id:t.conversation.id||e.id,participantsLimit:t.conversation.participantsLimit||30,topology:t.conversation.topology||q.DIRECT,direction:n,concurrent:t.isConcurrent||e.is_concurrent||!1,needRate:!1,chatId:t.conversation.multichatId,roles:o?.roles??[],recordsInfoByRoom:new Map,asrInfoByRoom:new Map,muteStates:new Map,muteStatesPersonal:{},joinLink:e.join_link??t.conversation.joinLink,pinnedParticipantIdByRoom:new Map,mediaModifiers:t.mediaModifiers,options:[],networkRating:1,waitingHall:this._isInWaitingHall(t),waitForAdmin:this._isWaitForAdmin(t),observer:!1,asrInfo:t.conversation.asrInfo||null,roomId:t.rooms?.roomId||null,audienceMode:this._isAudienceMode(t),restricted:this._isRestricted(t),urlSharingInfoByRoom:new Map},this._debug.setConversationId(t.conversation.id||e.id),this._signaling.setConversationId(this._conversation.id),e.p2p_forbidden&&(j.forceRelayPolicy=e.p2p_forbidden),this._stats.logger.log(S.RELAY_POLICY,j.forceRelayPolicy?`1`:`0`),this._changeFeatureSet(),this._changeFeaturesPerRole(),this._logDevices()}_updateConversation(e){if(!this._conversation)throw new D(E.UNKNOWN_ERROR);this._conversation.acceptTime=e.conversation.acceptTime,this._conversation.features=e.conversation.features||[],this._conversation.featuresPerRole=e.conversation.featuresPerRole,this._conversation.participantsLimit=e.conversation.participantsLimit||30,this._conversation.topology=e.conversation.topology||q.DIRECT,this._conversation.concurrent=e.isConcurrent||!1,this._conversation.chatId=e.conversation.multichatId,this._conversation.mediaModifiers=e.mediaModifiers,this._conversation.waitingHall=!1,this._conversation.waitForAdmin=!1,this._conversation.restricted=!1}_createMediaSource(){let e=new Zt(this._debug,this._stats.logger);return this.subscribe(e,Yt.SOURCE_CHANGED,this._onLocalMediaStreamChanged.bind(this)),this.subscribe(e,Yt.SCREEN_STATUS,this._onScreenSharingStatus.bind(this)),this._audioFix=new Xa(e,this._debug,this._stats.logger),e}async _connectSignaling(e,t){this._signaling.setEndpoint(t.endpoint),this._signaling.setWebTransportEndpoint(t.wt_endpoint?t.wt_endpoint:null),this.subscribe(this._signaling,W.NOTIFICATION,e=>this._signalingActor.add(e)),this.subscribe(this._signaling,W.FAILED,this._onSignalingFailed.bind(this)),this.subscribe(this._signaling,W.RECONNECT,this._onSignalingReconnect.bind(this));let n=await this._signaling.connect(e,t);return this._stats.statAggregator.logEventualStat({name:V.SIGNALING_CONNECTED}),n}async _processConnection(e){await this._registerConnectionParticipants(e),this._processRooms(e),this._processMuteStates(e),this._processRecordInfos(e),this._onOptionsChanged(e.conversation.options),e.chatRoom&&e.chatRoom.totalCount&&this._onChatRoomUpdated(ka.ATTENDEE,e.chatRoom.totalCount,e.chatRoom.firstParticipants,null,null)}async _onConversationParticipantListChunk(e){let t=e.participants;t&&I.onConversationParticipantListChunk(await this._participantListChunkToExternalChunk(this._createParticipantListChunk(t)),this.id)}_createParticipantListChunk(e){return{participants:[],countBefore:0,countAfter:0,markerFound:!1,...e}}async _participantListChunkToExternalChunk(e){let t=await this._getParticipants(),n=A.mapSharedParticipants(e.participants.reduce((e,n)=>{let r=A.composeId(n);return t[r]&&e.push(t[r]),e},[]));return{...e,participants:n}}async _registerConnectionParticipants(e){await this._registerParticipants(e.conversation.participants),e.participants?.participants&&await this._registerParticipants(e.participants?.participants);let t=e?.rooms?.rooms??[];for(let e of t)await this._registerParticipants(e?.participants?.participants??[],!0)}async _registerParticipants(e,t=!1){if(!this._conversation)return;let n=e[0]?.externalId?.type;n&&(j.externalUserType=n);let r=await this._getParticipants();for(let n of e){let e=A.composeId(n);if(L.test(`Conversation:RegisterParticipant`,e),this._isMe(e)){this._conversation.roles=n.roles||[],this._conversation.roles.length&&(this._debug.debug(`Local roles changed: ${n.roles}`),I.onLocalRolesChanged(this._conversation.roles,!0,this.id)),this._registerParticipantLocalMuteState(n);continue}if(n.state===X.HUNGUP||n.state===X.REJECTED){r[n.id]&&await this._removeParticipant(r[n.id],E.HUNGUP);continue}let i=A.composeDecorativeId(n);this._registerParticipant({id:e,externalId:Z.fromSignalingParticipant(n),mediaSettings:T(n.mediaSettings),participantState:A.mapParticipantState(n),state:n.state,roles:n.roles||[],status:M.WAITING,muteStates:n.muteStates||{},unmuteOptions:n.unmuteOptions||[],observedIds:n.observedIds||[],markers:this._denormalizeMarkers(e,n.markers),movieShareInfos:n.movieShareInfos,isInRoom:t},i);let a=await this._getParticipant(e);a&&n.roles&&n.roles.length&&(this._debug.debug(`Roles for participant [${e}] changed: ${n.roles}`),I.onRolesChanged(a.externalId,n.roles,!0,this.id))}}_registerParticipantLocalMuteState({muteStates:e,unmuteOptions:t}){if(!e)return;let n=async()=>{let n=Ua(e,Pa.MUTE),r=Ua(e,Pa.MUTE_PERMANENT);for(let i of[n,r])i.length&&await this._onMuteParticipant({muteStates:e,unmuteOptions:t,mediaOptions:i,stateUpdated:!0})};A.setImmediate(()=>n().catch(e=>this._debug.error(e)))}_getStatusByTransportState(e){let t=null;return e===K.CONNECTED?t=M.CONNECTED:e===K.CONNECTING||e===K.OPENED?t=M.CONNECTING:e===K.RECONNECTING&&(t=M.RECONNECT),t}_registerParticipantInCache(e){return this._participants[e.id]=e,e}async _getExistedParticipantByIdOrCreate(e){let t=(await this._getParticipants())[e];if(t)return t;let n=this._api.getDecorativeIdByInitialId(A.decomposeId(e).id),r=n?A.composeUserId(n):void 0;return this._createParticipant({id:e},r)}async _getExternalIdByParticipantId(e){if(this._isMe(e))return this._conversation?.externalId;if(j.useParticipantListChunk)return(await this._getExistedParticipantByIdOrCreate(e)).externalId;let t=await this._getParticipants();if(t[e]?.externalId)return t[e].externalId;{let t=await this._getParticipantId(e);return this._api.cacheExternalId(e,t),t}}async _registerParticipantAndSetMarkersIfChunkEnabled(e,t){if(j.useParticipantListChunk){let n=this._registerParticipantInCache(await this._getExistedParticipantByIdOrCreate(e));return n.markers=this._denormalizeMarkers(n.id,t),n}return(await this._getParticipants())[e]}_warnParticipantNotInConversation(e){this._debug.warn(`Participant [${e}] isn't in conversation`)}_denormalizeMarkers(e,t){if(!t)return null;let n=Object.values(t).find(e=>`ts`in e&&`rank`in e);return Object.entries(t).reduce((t,[r,i])=>(t[r]={...n,...i,id:e},t),{})}_processRooms(e){let t=e.rooms?.roomId??null;this._onRoomSwitched(t,!0)}_processMuteStates(e,t=!1){let n=Wa(e);this._setMuteStatesForRoomId(n,null);for(let t of e.rooms?.rooms??[])this._setMuteStatesForRoomId(t.muteStates,t.id);let r=this._getMuteStatesForCurrentRoom();t&&(r=Ja(e,r));let i=Object.keys(r),a=this._conversation?.roomId;i.length&&this._onMuteParticipant({muteStates:r,mediaOptions:i,muteAll:!0,stateUpdated:!0,roomId:a},t)}_processRecordInfos(e){this._onRecordInfo(e.conversation?.recordInfo??null);for(let t of e.rooms?.rooms??[])this._onRecordInfo(t.recordInfo??null,t.id)}async _processPinnedParticipants(e){e.conversation.pinnedParticipantId?await this._onPinParticipant(e.conversation.pinnedParticipantId):this._conversation?.pinnedParticipantIdByRoom.delete(null);for(let t of e.rooms?.rooms??[])t.pinnedParticipantId?await this._onPinParticipant(t.pinnedParticipantId,!1,void 0,t.id):this._conversation?.pinnedParticipantIdByRoom.delete(t.id)}async _allocateTransport(){if(!this._conversation||!this._mediaSource)return;this._transport=new na(this._conversation.topology,this._signaling,this._mediaSource,this._serverSettings,this._debug,this._stats.logger,this._stats.statAggregator,this._stats.codecStatsAggregator),this._debugInfo=new eo(this._debug),this.subscribe(this._transport,J.STATE_CHANGED,this._onTransportStateChanged.bind(this)),this.subscribe(this._transport,J.LOCAL_STATE_CHANGED,this._onTransportLocalStateChanged.bind(this)),this.subscribe(this._transport,J.REMOTE_TRACK_ADDED,this._onRemoteTrackAdded.bind(this)),this.subscribe(this._transport,J.REMOTE_TRACK_REMOVED,this._onRemoteTrackRemoved.bind(this)),this.subscribe(this._transport,J.AUDIO_MIX_STALL,this._onAudioMixStall.bind(this)),this.subscribe(this._transport,J.REMOTE_DATA_STATS,this._onRemoteDataStats.bind(this)),this.subscribe(this._transport,J.SIGNALLED_STALLED_PARTICIPANTS,this._onRemoteSignalledStall.bind(this)),this.subscribe(this._transport,J.TOPOLOGY_CHANGED,this._onTopologyChanged.bind(this)),this.subscribe(this._transport,J.NETWORK_STATUS,this._onNetworkStatus.bind(this)),this.subscribe(this._transport,J.REMOTE_STREAM_SECOND,this._onRemoteStreamSecond.bind(this)),this.subscribe(this._transport,J.PEER_CONNECTION_CLOSED,this._onPeerConnectionClosed.bind(this)),this.subscribe(this._transport,J.ASR_TRANSCRIPTION,this._onAsrTranscription.bind(this)),this.subscribe(this._transport,J.ANIMOJI_STREAM,this._onAnimojiStream.bind(this)),this.subscribe(this._transport,J.ANIMOJI_ERROR,this._onAnimojiError.bind(this));let e=this._conversation.direction===Y.OUTGOING&&!this._conversation.concurrent,t=await this._getParticipants();for(let n of Object.values(t))(n.state===X.ACCEPTED||n.state===X.CALLED)&&this._transport.allocate(n.id,e)}_createSpeakerDetector(){this._transport&&this._conversation&&(this._volumesDetector=new so(this._transport),this.subscribe(this._volumesDetector,oo.VOLUMES_DETECTED,this._onVolumesDetected.bind(this)),this._speakerDetector=new lo(this._volumesDetector,this._transport,this._conversation.topology),this.subscribe(this._speakerDetector,co.SPEAKER_CHANGED,this._onSpeakerChanged.bind(this)),this._localVolumeDetector=new io(this._mediaSource))}async _createSpecListener(){this._transport&&this._volumesDetector&&(this._specListener=new po(this._transport,this._volumesDetector,await this._getParticipants(),this._debug,this._stats.logger))}_logDevices(){let e=w.getCameras().length,t=w.getMicrophones().length;this._debug.debug(`Cameras: `+e+(w.hasCameraPermission()?`✔`:`✖`)+`, Microphones: `+t+(w.hasMicrophonePermission()?`✔`:`✖`)),this._stats.logger.log(S.DEVICES,`${e}_${t}`)}_logWithMediaSettings(e,t){this._stats.logger.log(e,[t?.isAudioEnabled&&`audio`,t?.isVideoEnabled&&`video`].filter(Boolean).join(`_`))}async _removeParticipant(e,t){if(e.state===X.CALLED||e.state===X.ACCEPTED||this._state===`CLOSE`)return;e.id===this._lastSignalledActiveSpeakerId&&(this._lastSignalledActiveSpeakerId=null);let n=await this._getParticipants();if(n[e.id]){t===E.HUNGUP?this._setParticipantsStatus([e],M.HANGUP):this._setParticipantsStatus([e],M.ERROR,t),e.mediaSource?.disconnect(),this._displayLayoutRequester.cleanupParticipant(e.id),this._conversation&&this._conversation.pinnedParticipantIdByRoom.get(null)===e.id&&this._conversation.pinnedParticipantIdByRoom.delete(null),this._conversation&&this._conversation.roomId&&this._conversation.pinnedParticipantIdByRoom.get(this._conversation.roomId)===e.id&&this._conversation.pinnedParticipantIdByRoom.delete(this._conversation.roomId);for(let[t,n]of Object.entries(e.lastRequestedLayouts))this._streamIdByStreamDescription.delete(t),this._sequenceNumberByStreamDescription.delete(t),this._cooldownTimestampByStreamDescription.delete(t),this._streamWaitTimerByStreamDescription.has(t)&&(window.clearTimeout(this._streamWaitTimerByStreamDescription.get(t)),this._streamWaitTimerByStreamDescription.delete(t)),this._sendUpdateDisplayLayout({[t]:{stopStream:!0}},!1);this._api.unmapDecorativeId(e.id),delete n[e.id],I.onRemoteRemoved(e.externalId,e.markers,this.id)}}_cleanupListeners(){this.unsubscribe(),window.removeEventListener(`pagehide`,this._onUnload)}_cleanupMediaSource(){this._mediaSource&&(this._mediaSource.destroy(),this._mediaSource=null)}async _cleanupParticipants(){Object.values(await this._getParticipants()).forEach(e=>{e.remoteStream?.getTracks().forEach(e=>e.stop()),e.remoteAudioTrack?.stop(),e.secondStream?.getTracks().forEach(e=>e.stop()),e.mediaSource?.disconnect()}),this._participants={},this._audioOutput&&this._audioOutput.destroy()}_cleanupParticipantAgnosticStreams(){this._debug.debug(`cleaning up participant-agnostic streams`),this._streamByStreamId.forEach(e=>{e.getTracks().forEach(e=>{e.stop()})}),this._streamByStreamId=new Map,this._streamWaitTimerByStreamDescription.forEach(e=>{window.clearTimeout(e)}),this._streamWaitTimerByStreamDescription=new Map,this._streamIdByStreamDescription=new Map,this._sequenceNumberByStreamDescription=new Map,this._cooldownTimestampByStreamDescription=new Map}_cleanupTransport(){this._transport&&(this._transport.destroy(),this._transport=null),this._debugInfo&&(this._debugInfo=null)}_cleanupSpeakerDetector(){this._speakerDetector&&(this._speakerDetector.destroy(),this._speakerDetector=null),this._volumesDetector&&(this._volumesDetector.destroy(),this._volumesDetector=null),this._localVolumeDetector&&(this._localVolumeDetector.destroy(),this._localVolumeDetector=null)}_cleanupSpecListener(){this._specListener&&(this._specListener.destroy(),this._specListener=null)}_cleanupSignaling(){this._signaling.close(),this._signaling.cleanup()}async _onAddParticipant(e,t,n){this._debug.debug(`Add new participant [${e}]`);let r=await this._getParticipant(e);if(r&&(r.state===X.ACCEPTED||r.state===X.CALLED)){this._debug.warn(`Participant [${r.id}:${r.state}] is already in conversation`);return}if(!r){let n=A.composeDecorativeId(t);this._registerParticipant({id:e,externalId:Z.fromSignalingParticipant(t),mediaSettings:T(t.mediaSettings),state:t.state,roles:t.roles||[],muteStates:t.muteStates||{},unmuteOptions:t.unmuteOptions||[],observedIds:t.observedIds||[]},n),r=await this._getParticipant(e)}this._setParticipantsStatus([r],M.WAITING),n?(r.state=X.HUNGUP,await this._removeParticipant(r,n)):this._transport&&(r.state=X.CALLED,this._transport.allocate(r.id,!0),this._stats.logger.log(S.ADD_PARTICIPANT),this._invokeRolesChangedCallbackIfNeeded(r))}async _onRemoveParticipant(e){this._debug.debug(`Remove participant [${e}]`);let t=[],n=await this._getParticipants();for(let r=0;r<=Eo;r++){let i=n[A.compose(e,r)];i&&t.push(i)}if(!t.length){this._warnParticipantNotInConversation(e);return}if(this._transport)for(let e of t)this._transport.close(e.id);this._stats.logger.log(S.REMOVE_PARTICIPANT)}async changeDevice(e){return e===`audiooutput`?this._audioOutput.changeOutput():this._mediaSource?this._mediaSource.changeDevice(e):Promise.reject(b.UNKNOWN)}stopVideoTrack(){return this._mediaSource?.stopVideoTrack()}async toggleScreenCapturing(e){return this._mediaSource?this._mediaSource.toggleScreenCapturing(e):Promise.reject(b.UNKNOWN)}async disableScreenCapturing(){return this._mediaSource?this._mediaSource.disableScreenCapturing():Promise.reject(b.UNKNOWN)}toggleAnimojiCapturing(e){this._mediaSource&&this._mediaSource.toggleAnimojiCapturing(e)}setAnimojiSvg(e,t=null,n=null){if(!this._transport||!this._conversation)return;let r=!t,i=t??this._conversation.compositeUserId;if(e instanceof ArrayBuffer){let t=n??this._conversation.externalId.id;this._transport.setAnimojiSvg(i,{svg:e,userId:t,isMe:r});return}this._transport.setAnimojiSvg(i,{svg:e,isMe:r})}setAnimojiFill(e){this._transport?.setAnimojiFill(e)}async setVideoStream(e,t=!1){if(this._mediaSource)return this._mediaSource.setVideoStream(e,t)}async setAudioStream(e){if(this._mediaSource)return this._mediaSource.setAudioStream(e)}async toggleLocalVideo(e){if(this._mediaSource)return this._stats.logger.log(S.MEDIA_STATUS,e?`video_1`:`video_0`),this._mediaSource.toggleVideo(e)}async toggleLocalAudio(e){if(this._mediaSource)return this._stats.logger.log(S.MEDIA_STATUS,e?`audio_1`:`audio_0`),this._mediaSource.toggleAudio(e)}async changePriorities(e){if(e.length<2||!this._signaling.ready)return;let t={},n={};for(let t of e){let e=typeof t.uid==`object`?t.uid:Z.fromId(t.uid),r=Z.toString(e);n[r]=t.priority}let r=await this._getParticipants();for(let e of Object.values(r)){let r=Z.toString(e.externalId);Object.hasOwn(n,r)&&(t[e.id]=n[r])}await this._signaling.changePriorities(t)}async changeParticipantState(e,t){for(let[t,n]of Object.entries(e))if(t.length>5||n.length>5)throw Error(`key/value max length is 5 chars, mappings with empty values (null or empty string) are discarded`);t&&!this._isCallAdmin()&&(t=void 0),await this._signaling.changeParticipantState(e,t)}async hold(e){let t=fa.get();if(await this._signaling.hold(e,e?void 0:t),e)(this._state===`ACTIVE`||this._state===`IDLE`)&&(this._previousState=this._state,this._state=`HELD`),await this._mediaSource?.stopLocalMedia(),I.onLocalStatus(M.ONHOLD,this.id);else if(this._state===`HELD`&&(this._state=this._previousState||`ACTIVE`,this._previousState=null),await this._mediaSource?.resumeLocalMedia(),I.onLocalStatus(M.WAITING,this.id),this._mediaSource&&I.onLocalStream(this._mediaSource?.getStream()??null,this._mediaSource.mediaSettings,this.id),this._state===`ACTIVE`){let e=this._conversation?.direction===Y.OUTGOING&&!this._conversation.concurrent;this._openTransport(Object.values(await this._getParticipants()),e)}}async putHandsDown(){this._checkAdminRole(),await this._signaling.putHandsDown()}async requestKeyFrame(e){let t={};return t[On(e)]={keyFrameRequested:!0},this._signaling.updateDisplayLayout(t)}async requestTestMode(e,t){return this._signaling.requestTestMode(e,t)}async updateDisplayLayout(e){if(e.length<1||!this._signaling.ready)return;this._debug.log(`Update display layout request [${this._signaling.getNextCommandSequenceNumber()}]`,e);let t={},n=[],r=await this._getParticipants();for(let i of e){let e=typeof i.uid==`object`?i.uid:Z.fromId(i.uid),a=this._api.getCachedOkIdByExternalId(e);if(!a){let t=Z.toString(e);this._debug.log(`Unknown participant external ID ${t}`);continue}let o=On({participantId:a,mediaType:i.mediaType,streamName:i.streamName}),s=r[a];s?n.push(()=>{s.lastRequestedLayouts[o]=i}):this._isMe(a)&&n.push(()=>{this._myLastRequestedLayouts[o]=i}),Cn(i)?(this._isMe(a)&&n.push(()=>{delete this._myLastRequestedLayouts[o]}),this._streamIdByStreamDescription.has(o)&&!this._cooldownTimestampByStreamDescription.has(o)&&this._cooldownTimestampByStreamDescription.set(o,Date.now())):(this._cooldownTimestampByStreamDescription.delete(o),!this._streamIdByStreamDescription.has(o)&&j.videoTracksCount>0&&this._streamIdByStreamDescription.set(o,null),t[o]=i),i.mediaType===B.SCREEN&&!Cn(i)&&U.setMark(U.getMarkNameScreenshareFirstFrame(a))}let i=this._cooldownTimestampByStreamDescription.keys();for(;this._streamIdByStreamDescription.size>j.videoTracksCount;){let e=i.next();if(e.done){this._debug.error(`Cannot accommodate all streaming requests: tracks available `+j.videoTracksCount+`; requested streams: `+Array.from(this._streamIdByStreamDescription.keys()));break}await this._stopStreaming(e.value),t[e.value]={stopStream:!0}}if(this._transport?.getTopology()!==q.SERVER){n.forEach(e=>e());return}await this._sendUpdateDisplayLayout(t),n.forEach(e=>e())}async requestDisplayLayout(e){return this._displayLayoutRequester.request(e)}async feedback(e){return this._signaling.feedback(e)}userFeedbackStats(e,t,n){if(this._conversation&&j.clientEventsLoggingEnabled){let r={event_type:V.USER_FEEDBACK_RECEIVED,user_response:e};t!==void 0&&(r.reason=t),n!==void 0&&(r.group_call_users_count=n),this._stats.logger.logClientEvent(r,!0)}}sendClientEvent(e,t={},n=!1){let r={event_type:e,...t};this._stats.logger.logClientEvent(r,n)}async _stopStreaming(e){if(this._cooldownTimestampByStreamDescription.delete(e),this._sequenceNumberByStreamDescription.set(e,this._signaling.getNextCommandSequenceNumber()),this._streamWaitTimerByStreamDescription.has(e)&&(this._debug.log(`Client asked to stop streaming before stream became available`,e),window.clearTimeout(this._streamWaitTimerByStreamDescription.get(e)),this._streamWaitTimerByStreamDescription.delete(e)),this._streamIdByStreamDescription.get(e)){let t=await this._getParticipants(),n=kn(e),r=t[n.participantId],i=this._conversation?.externalId,a=this._isMe(n.participantId);if(r||a){switch(n.mediaType){case B.STREAM:case B.MOVIE:if(n.streamName){let e={stream:null,streamName:n.streamName,mediaType:n.mediaType};a?I.onLocalLive(i,e,this.id):I.onRemoteLive(r.externalId,e,this.id)}break;case B.CAMERA:I.onRemoteStream(r.externalId,null,this.id);break;case B.SCREEN:I.onRemoteScreenStream(r.externalId,null,this.id);break}this._stats.logger.log(S.PAT_DEALLOCATED)}else this._debug.log(`Cannot find participant to stop streaming: ${n.participantId}`)}this._streamIdByStreamDescription.delete(e)}async _sendUpdateDisplayLayout(e,t=!0){if(Object.keys(e).length===0)return;this._debug.log(`Update display layout send [${this._signaling.getNextCommandSequenceNumber()}]`,e);let n;try{if(n=await this._signaling.updateDisplayLayout(e),!n)return}catch(n){if(this._debug.warn(`Failed to update display layout ${JSON.stringify(e)}. ${n}`),t)throw n;return}let r=[],i=await this._getParticipants();for(let[e,t]of Object.entries(n.errorCodeByParticipantId||{})){let n=kn(e),a=i[n.participantId];if(a){let e;typeof t==`number`?e=La(t):(this._debug.warn(`Unexpected error code ${t} received for participant ${n.participantId}`),e=Ia.UNKNOWN_ERROR),r.push({externalId:a.externalId,errorReason:e})}}if(r&&r.length&&(this._debug.warn(`Could not allocate one or more participants`,r),t))throw new Oo(`Could not allocate one or more participants`,r)}async _cleanupCooldownQueue(){let e={},t=this._cooldownTimestampByStreamDescription.entries();do{let n=t.next();if(n.done)break;let r=n.value;if(r[1]+To>Date.now())break;let i=r[0];await this._stopStreaming(i),e[i]={stopStream:!0}}while(!0);this._sendUpdateDisplayLayout(e,!1)}_onParticipantSourcesUpdate(e){if(this._conversation){let t=e.participantUpdateInfos;this._debug.log(`Received participant sources update notification`,t);for(let e of t)this._waitForStreamIfNeeded(e)}}async _onParticipantPromoted(e){this._conversation&&this._conversation.audienceMode?(this._debug.log(`Promoted in audience mode`,!e.demote),this._conversation.restricted=e.demote,this._processRecordInfos(e),!e.demote&&this._mediaSource&&this._changeMediaSettings(this._mediaSource.mediaSettings)):(this._debug.log(`Promoted in waiting hall`,!e.demote),e.demote?(this._debug.log(`Kicked from waiting hall`),this._close(new D(E.REMOVED))):(this._updateConversation(e),await this._onJoinPart2(e))),I.onPromoted(e.demote,this.id)}async _onChatRoomUpdated(e,t=0,n=[],r,i){this._debug.log(`Chat room updated: ${e}`);let a=[],o=[],s=[],c=[],l=[];if(n.length&&n.forEach(e=>{if(e.externalId){let t=Z.fromSignaling(e.externalId);l.push(t),this._api.cacheExternalId(e.id.id,t)}else{let t=A.decomposeId(e.id.id).id;a.push(t),c.push(t)}}),r?.length&&r.forEach(e=>{let t=A.decomposeId(e).id;a.push(t),o.push(t)}),i?.length&&i.forEach(e=>{let t=A.decomposeId(e).id;a.push(t),s.push(t)}),!a.length){I.onChatRoomUpdated(e,t,l,[],[],this.id);return}if(c.length){let e=await this._api.getExternalIdsByOkIds(c);l.push(...e)}let u=await this._api.getExternalIdsByOkIds(o),d=await this._api.getExternalIdsByOkIds(s);I.onChatRoomUpdated(e,t,l,u,d,this.id)}async _onSharedMovieUpdate(e){let t=this._conversation?.externalId;for(let n of e.data)if(this._isMe(n.participantId))I.onLocalLiveUpdate(t,n,this.id);else{let e=await this._getExternalIdByParticipantId(n.participantId);e&&I.onRemoteLiveUpdate(e,n,this.id)}}async _onSharedMovieInfoStarted(e){this._debug.log(`Shared movie started data received: ${e.notification}`),await this._processSharedMovieInfo(e.movieShareInfo,e.roomId)}async _processSharedMovieInfos(e,t=null){e&&await Promise.all(e.map(e=>this._processSharedMovieInfo(e,t)))}async _processSharedMovieInfo(e,t=null){if(!e)return;let n=this._conversation?.externalId;if(this._isMe(e.initiatorId))I.onLocalSharedMovieInfo(n,e,t,this.id);else{let n=await this._getExternalIdByParticipantId(e.initiatorId);n&&I.onRemoteSharedMovieInfo(n,e,t,this.id)}}async _processConnectionSharedMovieInfo(e){let t=e.conversation.participants.find(e=>this._isMe(A.composeId(e)));await this._processSharedMovieInfos(t?.movieShareInfos,e?.rooms?.roomId??null)}async _processConnectionAsrInfo(e){let t=e?.conversation.asrInfo??this._conversation?.asrInfo;if(t&&this._conversation?.asrInfoByRoom.set(null,t),e?.rooms?.rooms)for(let t of e.rooms.rooms)t.asrInfo&&this._conversation?.asrInfoByRoom.set(t.id,t.asrInfo);let n=e?.rooms?.roomId??this._conversation?.roomId??null,r=this._conversation?.asrInfoByRoom.get(n);if(r){let e=await this._getExternalIdByParticipantId(r.initiatorId);e&&I.onAsrSet({externalId:e,movieId:r.movieId},n,this.id)}else n&&I.onAsrSet(null,n,this.id)}async _processConversationUrlSharingInfo(e){if(!this._conversation)return;e&&this._extractConnectionUrlSharingInfo(e);let{urlSharingInfoByRoom:t}=this._conversation,n=this._conversation.roomId,r=t.get(n);if(r&&!this._isMe(r.initiatorId)){let e=await this._getExternalIdByParticipantId(r.initiatorId);e&&I.onRemoteSharedUrl(e,r.sharedUrl,n,this.id)}}_extractConnectionUrlSharingInfo(e){if(!this._conversation)return;let{urlSharingInfoByRoom:t}=this._conversation;if(e.conversation.urlSharingInfo?t.set(null,e.conversation.urlSharingInfo):t.delete(null),e.rooms?.rooms)for(let n of e.rooms.rooms)n.urlSharingInfo?t.set(n.id,n.urlSharingInfo):t.delete(n.id)}async _onSharedMovieInfoStopped(e){this._debug.log(`Shared movie stopped data received: ${e.notification}`);let t=this._conversation?.externalId,{initiatorId:n,movieId:r,source:i,roomId:a=null}=e,o={initiatorId:n,movieId:r,source:i};if(this._isMe(n))I.onLocalSharedMovieStoppedInfo(t,o,a,this.id);else{let e=await this._getExternalIdByParticipantId(n);if(e){let t=(await this._getParticipants())[n];t?.movieShareInfos&&(t.movieShareInfos=t.movieShareInfos.filter(e=>e&&e.movieId!==r)),I.onRemoteSharedMovieStoppedInfo(e,o,a,this.id)}}}async _onUrlSharingInfoUpdated(e){if(this._debug.log(`Shared URL data received: ${e.notification}`),!this._conversation)return;let{urlSharingInfoByRoom:t,roomId:n}=this._conversation,{initiatorId:r,sharedUrl:i,roomId:a=null}=e;if(i?t.set(a,{sharedUrl:i,initiatorId:r}):t.delete(a),!(!i&&a!==n&&t.has(n))&&(!i||!this._isMe(r))){let e=await this._getExternalIdByParticipantId(r);e&&I.onRemoteSharedUrl(e,i,a,this.id)}}_onFeaturesPerRoleChanged(e){this._debug.log(`Features per role changed: ${e.notification}`),this._conversation&&(this._conversation.featuresPerRole=e.featuresPerRole??{}),I.onFeaturesPerRoleChanged(e.featuresPerRole,this.id)}async _waitForStreamIfNeeded(e){if(e.fastScreenShare&&!e.participantStreamDescription){let t=this._getStreamDescriptionById(e.streamId);if(t){let e=kn(t),n=await this._getParticipant(e.participantId);I.onRemoteScreenStream(n.externalId,null,this.id);return}}let t=this._matchStreamDescription(e.participantStreamDescription);if(!t)return;let{mediaType:n,participantId:r}=t;if(n===B.ANIMOJI)return;let i=await this._getParticipant(r);if(n===B.SCREEN&&!e.fastScreenShare){this._debug.log(`skipping participant-sources-update notification since screenshare will be received over datachannel`);return}let a=On(t),o=this._sequenceNumberByStreamDescription.get(a);if(o&&o>e.sequenceNumber){this._debug.warn(`Participant ${r} received outdated PAT response: sequence number ${e.sequenceNumber}; last sent sequence number for given participant is ${o}`),this._stats.logger.log(S.PAT_OUTDATED_RESPONSE);return}i&&e.suspend!==void 0&&n&&(this._debug.debug(`participant-sources-update: mediaType=${n}, suspend=${e.suspend}`),I.onRemoteStreamSuspended(i.externalId,n,e.suspend,this.id));let s=e.streamId,c=e.rtpTimestamp?this._getWaitingTime(s,e.rtpTimestamp):0;if(c<=0){this._streamWaitTimerByStreamDescription.delete(a);let t=this._conversation?.externalId,n=this._isMe(r);if(!i&&!n){this._stats.logger.log(S.PAT_ERROR,`participantMissing`),this._debug.error(`Could not find participant by ID: ${r}`);return}let o=n?t:i.externalId,c=this._streamByStreamId.get(s);if(!c){this._stats.logger.log(S.PAT_ERROR,`streamNotFound`),this._debug.error(`Could not find stream by ID: ${s}`);return}this._stats.logger.log(S.PAT_ALLOCATED),this._streamIdByStreamDescription.set(a,s);let l=e.participantStreamDescription?.mediaType;if(l===B.STREAM||l===B.MOVIE){if(e.participantStreamDescription?.streamName){let t={streamName:e.participantStreamDescription.streamName,stream:c,mediaType:l};n?I.onLocalLive(o,t,this.id):I.onRemoteLive(o,t,this.id)}}else l===B.SCREEN?I.onRemoteScreenStream(i.externalId,c,this.id):n||I.onRemoteStream(i.externalId,c,this.id)}else{this._debug.debug(`Waiting for ${c} until stream ${s} for ${a} is switched`);let t=window.setTimeout(this._waitForStreamIfNeeded.bind(this,e),c);this._streamWaitTimerByStreamDescription.set(a,t)}}_getStreamDescriptionById(e){for(let[t,n]of this._streamIdByStreamDescription.entries())if(n===e)return t;return null}_matchStreamDescription(e){if(!e)return null;if(this._streamIdByStreamDescription.has(On(e)))return e;let t=e.participantId;if(e.mediaType){let e={participantId:t,mediaType:null};if(this._streamIdByStreamDescription.has(On(e)))return e}else{let e={participantId:t,mediaType:B.CAMERA};if(this._streamIdByStreamDescription.has(On(e)))return e;let n={participantId:t,mediaType:B.SCREEN};if(this._streamIdByStreamDescription.has(On(n)))return n}return this._debug.error(`Received unrequested allocation`,e),null}_getWaitingTime(e,t){if(this._transport)return this._transport.getStreamWaitingTimeMs(e,t);throw Error(`transport is not initialized`)}_isCallAdmin(){return this._conversation?A.includesOneOf(this._conversation.roles,[Ra.ADMIN,Ra.CREATOR]):!1}_checkAdminRole(){if(this._conversation&&!A.includesOneOf(this._conversation.roles,[Ra.ADMIN,Ra.CREATOR]))throw Error(`You don't have the required permission`)}_isCalledState(){return this._participantState===X.CALLED}async grantRoles(e,t,n){this._checkAdminRole(),await this._signaling.grantRoles(e,t,n)}async startAsr(e){await this._signaling.startAsr(e)}async stopAsr(e){await this._signaling.stopAsr(e)}async requestAsr(e){this._isRealTimeAsrRequested=e,await this._signaling.requestAsr(e)}async muteParticipant(e=null,t,n=[],r=null){this._checkAdminRole(),await this._signaling.muteParticipant(e,t,n,r)}async enableFeatureForRoles(e,t){await this._signaling.enableFeatureForRoles(e,t)}async pinParticipant(e,t,n=null){this._checkAdminRole(),await this._signaling.pinParticipant(e,t,n),this._conversation?.pinnedParticipantIdByRoom.set(n,t?null:e)}async updateMediaModifiers(e){this._signaling.ready&&this._conversation&&(this._conversation.mediaModifiers=e,await this._signaling.updateMediaModifiers(e))}async enableVideoSuspend(e){this._signaling.ready&&this._conversation&&this._transport?.getTopology()===q.SERVER&&await this._signaling.enableVideoSuspend(e)}async enableVideoSuspendSuggest(e){this._signaling.ready&&this._conversation&&this._transport?.getTopology()===q.SERVER&&await this._signaling.enableVideoSuspendSuggest(e)}async changeOptions(e){if(this._signaling.ready&&this._conversation){this._checkAdminRole(),await this._signaling.changeOptions(e);let t=Na(this._conversation.options,e);this._onOptionsChanged(t)}}async getWaitingHall(e,t,n){if(!this._signaling)return Promise.reject();let r=null;if(e&&(r=Ha(e),r)){let e=this._api.getDecorativeIdByInitialId(r.id);r.id=e?A.composeUserId(e):r.id}let i=await this._signaling.getWaitingHall(r,t,n);if(i.error)return Promise.reject(i.message);let a=i.participants||[],{externalIds:o}=await this._resolveWaitingHallExternalIds(a),s=null;return a.length&&i.hasMore&&(s=Va(a[a.length-1].id)),{participants:o,pageMarker:s,totalCount:i.totalCount||0}}async _resolveWaitingHallExternalIds(e){let t=new Map,n=[],r=[];if(e.length){let i=[];e.forEach(e=>{if(t.set(e.id.id,e.id.addedTs),e.externalId){let t=Z.fromSignaling(e.externalId);n.push(e.id.addedTs),r.push(t),this._api.cacheExternalId(e.id.id,t)}else i.push(A.decomposeId(e.id.id).id)}),i.length&&!r.length&&(r=await this._api.getExternalIdsByOkIds(i),n=r.map(e=>{let n=this._api.getCachedOkIdByExternalId(e);return(n?t.get(n):void 0)||Date.now()}))}return{externalIds:r,timestamps:n}}async getAudienceModeHands(){if(!this._signaling.ready)throw Error(`Signaling is not ready`);let e=await this._signaling.getHandQueue();if(e.error)return Promise.reject(e.message);let t=e.participants||[],{externalIds:n,timestamps:r}=await this._resolveWaitingHallExternalIds(t);return{timestamps:r,participants:n,totalCount:e.totalCount||0}}async promoteParticipant(e,t){if(this._signaling&&this._conversation)try{if(!A.includesOneOf(this._conversation.options,[ja.WAITING_HALL,ja.AUDIENCE_MODE]))throw Error(`Unable to promote a participant in the conversation with current options`);if(this._checkAdminRole(),!e&&t)throw Error(`participantId is required`);await this._signaling.promoteParticipant(e,t)}catch(t){throw this._debug.warn(`Failed to promote participant ${e}. ${t}`),t}}async requestPromotion(e=!1){this._signaling.ready&&await this._signaling.requestPromotion(e)}async acceptPromotion(e=!1){this._signaling.ready&&await this._signaling.acceptPromotion(e)}async chatMessage(e,t=null){this._signaling.ready&&await this._signaling.chatMessage(e,t)}async chatHistory(e){if(this._signaling.ready){let t=await this._signaling.chatHistory(e);for(let e=t.messages.length-1;e>=0;e--){let n=t.messages[e];await this._onChatMessage(n)}}}async customData(e,t=null){this._signaling.ready&&await this._signaling.customData(e,t)}async createJoinLink(){if(this._conversation){let e=(await this._api.createJoinLink(this._conversation.id)).join_link;if(e)return this._conversation.joinLink=e,e}return Promise.reject()}async removeJoinLink(){if(this._conversation&&(await this._api.removeJoinLink(this._conversation.id)).success){delete this._conversation.joinLink;return}return Promise.reject()}async addMovie({movieId:e,gain:t,metadata:n,lang:r}){let i={movieId:e,lang:r};(t||t===0)&&(i.gain=t),n&&(i.metadata=n);let a=await this._signaling.addMovie(i);if(a.error)throw Error(a.error);return{movieId:a.movieId,streamType:a.streamType}}async updateMovie(e){let t=await this._signaling.updateMovie(e);if(t.error)throw Error(t.error)}async removeMovie(e){let t={movieId:e},n=await this._signaling.removeMovie(t);if(n.error)throw Error(n.error)}async startUrlSharing(e){let t=await this._signaling.startUrlSharing(e);if(t.error)throw Error(t.error)}async stopUrlSharing(){let e=await this._signaling.stopUrlSharing();if(e.error)throw Error(e.error)}async updateRooms(e,t){let n=await this._signaling.updateRooms(e,t);if(n.error)throw Error(n.error)}async activateRooms(e,t){let n=await this._signaling.activateRooms(e,t);if(n.error)throw Error(n.error)}async switchRoom(e,t){let n=await this._signaling.switchRoom(e,t);if(n.error)throw Error(n.error)}async removeRooms(e){let t=await this._signaling.removeRooms(e);if(t.error)throw Error(t.error)}async startStream(e=!1,t=null,n=null,r=`DIRECT_LINK`,i=null,a=null){let o={movieId:n,name:t,privacy:r,groupId:i,roomId:a,streamMovie:!e},s=await this._signaling.startStream(o);if(s.error)return Promise.reject(s.message)}async stopStream(e=null,t){if((await this._signaling.stopStream({roomId:e,...t&&{remove:t}})).error)return Promise.reject()}async publishStream(e=null){if((await this._signaling.publishStream({roomId:e})).error)return Promise.reject()}async getStreamInfo(){let e=await this._signaling.getRecordStatus();return{movieId:e.recordMovieId,preview:e.recordMoviePreviewUrl}}async setLocalResolution({video:e,effect:t}){if(e.width<j.videoMinWidth||e.height<j.videoMinHeight)throw Error("Sizes received are less than the `videoMinWidth` or `videoMinHeight`");if(t){if(t.width<j.videoMinWidth||t.height<j.videoMinHeight)throw Error("Sizes of effect received are less than the `videoMinWidth` or `videoMinHeight`");j.videoEffectMaxHeight=t.height,j.videoEffectMaxWidth=t.width}j.videoMaxWidth=e.width,j.videoMaxHeight=e.height,this._debug.debug(`Set local video resolution:`,`video ${e.width}x${e.height}`+(t?`, effect ${t.width}x${t.height}`:``)),this._mediaSource&&(await this._mediaSource.setResolution({video:e,effect:t}),this._transport&&await this._transport.onCameraResolutionChanged())}async videoEffect(e){return this._mediaSource?.videoEffect(e)}async audioEffect(e,t){return this._mediaSource?.audioEffect(e?{effects:e,isPreset:t}:null)}_convertExternalIdsToServerExternalIds(e){return e.map(e=>({id:e.id,type:j.externalUserType}))}async getParticipants(e){let t=this._convertExternalIdsToServerExternalIds(e.externalIds),n=await this._signaling.getParticipants(t);if(n.error)throw Error(n.error);let r=n.participants,i=this._transport?.getState();return Promise.all(r.map(async e=>{let t=A.composeId(e);return this._createParticipant({id:t,externalId:Z.fromSignalingParticipant(e),mediaSettings:T(e.mediaSettings),participantState:A.mapParticipantState(e),state:e.state,roles:e.roles||[],status:this._getStatusByTransportState(i)??M.WAITING,muteStates:e.muteStates||{},unmuteOptions:e.unmuteOptions||[],observedIds:e.observedIds||[],markers:this._denormalizeMarkers(t,e.markers)},e.decorativeUserId)})).then(A.mapSharedParticipants)}async getParticipantListChunk(e){this._debug.log(`Request participant list chunk`,e);let t=await this._signaling.getParticipantListChunk(e);if(t.error)throw Error(t.error);let n=this._createParticipantListChunk(t.chunk),r=await this._getParticipants(),i=n.participants.filter(e=>!r[A.composeId(e)]);await this._registerParticipants(i);let a=this._transport?.getState();return n.participants.forEach(e=>{let t=r[A.composeId(e)];t.status=this._getStatusByTransportState(a)??M.WAITING,t.movieShareInfos=e.movieShareInfos,Object.assign(t.mediaSettings,T(e.mediaSettings)),Object.assign(t.muteStates,e.muteStates),t.unmuteOptions=e.unmuteOptions??t.unmuteOptions,this._openTransport([t],!0)}),this._participantListChunkToExternalChunk(n)}async _getInitialParticiapntListChunk(){let e=j.participantListChunkInitIndex,t=j.participantListChunkInitCount,n=await this._signaling.getParticipantListChunk({listType:`GRID`,fromIdx:e,count:t});return this._debug.debug(`Get initial participant list chunk`,n.chunk),n.chunk}_onLocalMediaStreamChanged(e){if(!this._conversation||!this._mediaSource)return;let t=this._mediaSource.mediaSettings;this._debug.debug(`Local media stream changed`,t),e.kind===O.audio&&this._mediaSource&&(this._audioFix=new Xa(this._mediaSource,this._debug,this._stats.logger)),I.onLocalStreamUpdate(t,e.kind,this.id),!this._conversation?.waitingHall&&!this._conversation?.observer&&!this._isAudienceModeListener()&&this._changeMediaSettings(t)}_onScreenSharingStatus(e){let t=this.mediaSettings;this._debug.log(`Screen sharing changed`,e.track,t);let n=e.track?new MediaStream([e.track]):null;I.onScreenStream(n,t,this.id)}async _changeRemoteMediaSettings(e,t){this._debug.debug(`Remote media settings changed [${e}]`,t);let n=this._conversation?.externalId;if(this._isMe(e)&&n){I.onLocalMediaSettings(n,t,this.id);return}let r=await this._getParticipant(e);if(!r){this._warnParticipantNotInConversation(e);return}r.mediaSettings=t,[`ACTIVE`,`HELD`].includes(this._state)&&I.onRemoteMediaSettings(r.externalId,t,r.markers,this.id),this._specListener&&this._specListener.onChangeRemoteMediaSettings(e,t)}_extractLocalParticipantFromConnection(e){let t=this._api.getUserId();return(e.conversation.participants||[]).find(n=>n.id===t||A.comparePeerId(n.peerId,e.peerId))}_changeLocalParticipantState(e){this._debug.debug(`Local participant state force changed by admin`,e),[`ACTIVE`,`HELD`].includes(this._state)&&I.onLocalParticipantState(e,!1,this.id)}async _changeRemoteParticipantState(e,t){this._debug.debug(`Remote participant state changed [${e}]`,t);let n=await this._getParticipant(e);if(!n){this._warnParticipantNotInConversation(e);return}n.participantState=t||{},[`ACTIVE`,`HELD`].includes(this._state)&&I.onRemoteParticipantState(n.externalId,n.participantState,n.markers,this.id)}async _changeMultipleParticipantState(e,t){this._debug.debug(`Multiple participants state changed`,e);let n=[],r,i=await this._getParticipants();e.forEach((e,t)=>{if(this._isMe(t))r=e;else{let r=i[t];if(!r){this._warnParticipantNotInConversation(t);return}r.participantState=e,n.push({externalId:r.externalId,participantState:{...e},markers:r.markers})}}),[`ACTIVE`,`HELD`].includes(this._state)&&(r&&I.onLocalParticipantState(r,!0,this.id),n.length&&I.onRemoteParticipantsState(n,t,this.id))}_invokeRolesChangedCallbackIfNeeded(e){this._state===`ACTIVE`&&e.roles&&e.roles.length&&(this._debug.debug(`Roles for participant [${e.id}] changed: ${e.roles}`),I.onRolesChanged(e.externalId,e.roles,!0,this.id))}_onSignalingNotification(e){switch(e.notification){case G.ACCEPTED_CALL:return this._onAcceptedCall(e);case G.HUNGUP:return this._onHungup(e);case G.PARTICIPANT_ADDED:return this._onAddedParticipant(e);case G.PARTICIPANT_JOINED:return this._onJoinedParticipant(e);case G.CLOSED_CONVERSATION:return this._onClosedConversation(e);case G.MEDIA_SETTINGS_CHANGED:return this._onMediaSettingsChanged(e);case G.PARTICIPANT_STATE_CHANGED:return this._onParticipantStateChanged(e);case G.PARTICIPANTS_STATE_CHANGED:return this._onParticipantsStateChanged(e);case G.RATE_CALL_DATA:return this._onNeedRate();case G.FEATURE_SET_CHANGED:return this._onFeatureSetChanged(e);case G.MULTIPARTY_CHAT_CREATED:return this._onMultipartyChatCreated(e);case G.FORCE_MEDIA_SETTINGS_CHANGE:return this._onForceMediaSettingsChange(e);case G.SETTINGS_UPDATE:return this._onSettingsUpdate(e);case G.VIDEO_QUALITY_UPDATE:return this._onVideoQualityUpdate(e);case G.REGISTERED_PEER:return this._onPeerRegistered(e);case G.SWITCH_MICRO:return this._onMicSwitched(e);case G.CHAT_MESSAGE:return this._onChatMessage(e);case G.CUSTOM_DATA:return this._onCustomData(e);case G.RECORD_STARTED:return this._onRecordInfo(e.recordInfo,e.roomId);case G.RECORD_STOPPED:return this._onStopRecordInfo(e,e.roomId);case G.ROLES_CHANGED:return this._onRolesChanged(e.participantId,e.roles||[]);case G.MUTE_PARTICIPANT:return this._onMuteParticipant(e);case G.PIN_PARTICIPANT:return this._onPinParticipant(e.participantId,e.unpin,e.markers,e.roomId);case G.OPTIONS_CHANGED:return this._onOptionsChanged(e.options||[]);case G.PARTICIPANT_SOURCES_UPDATE:return this._onParticipantSourcesUpdate(e);case G.PROMOTE_PARTICIPANT:return this._onParticipantPromoted(e);case G.CHAT_ROOM_UPDATED:return this._onChatRoomUpdated(e.eventType,e.totalCount,e.firstParticipants,e.addedParticipantIds,e.removedParticipantIds);case G.JOIN_LINK_CHANGED:return this._onJoinLinkChanged(e);case G.FEEDBACK:return this._onFeedback(e);case G.MOVIE_UPDATE_NOTIFICATION:return this._onSharedMovieUpdate(e);case G.MOVIE_SHARE_STARTED:return this._onSharedMovieInfoStarted(e);case G.MOVIE_SHARE_STOPPED:return this._onSharedMovieInfoStopped(e);case G.URL_SHARING_INFO_UPDATED:return this._onUrlSharingInfoUpdated(e);case G.ROOMS_UPDATED:return this._onRoomsUpdated(e);case G.ROOM_UPDATED:return this._onRoomUpdated(e);case G.ROOM_PARTICIPANTS_UPDATED:return this._onRoomParticipantsUpdated(e);case G.FEATURES_PER_ROLE_CHANGED:return this._onFeaturesPerRoleChanged(e);case G.PARTICIPANT_ANIMOJI_CHANGED:return this._onParticipantAnimojiChanged(e);case G.ASR_STARTED:return this._onAsrStart(e);case G.ASR_STOPPED:return this._onAsrStop(e);case G.PROMOTION_APPROVED:return this._onPromotionApproved(e);case G.DECORATIVE_PARTICIPANT_ID_CHANGED:return this._onDecorativeParticipantIdChanged(e);case G.VIDEO_SUSPEND_SUGGEST:return this._onVideoSuspendSuggest(e);case G.HOLD:return this._onParticipantHold(e)}}async _onPromotionApproved(e){let t=await this._getExternalIdByParticipantId(e.adminId);if(!t){this._warnParticipantNotInConversation(e.adminId);return}I.onPromotionApproved(t,this.id)}async _onSignalingReconnect(e){if(!this._conversation)return;e.conversationParams?.serverTime&&(this._serverTimeOffset=e.conversationParams.serverTime-Date.now()),e.conversation.acceptTime&&(this._conversation.acceptTime=e.conversation.acceptTime),e.conversation.participantsLimit&&(this._conversation.participantsLimit=e.conversation.participantsLimit),e.conversation.features&&(this._conversation.features=e.conversation.features,this._conversation.featuresPerRole=e.conversation.featuresPerRole,this._changeFeatureSet(),this._changeFeaturesPerRole()),await this._processPinnedParticipants(e),e.conversation.state;let t=null;if(e.conversation.participants){let n=Object.keys(await this._getParticipants()),r=[];for(let n of e.conversation.participants){let e=A.composeId(n),i=n.roles||[];if(this._isMe(e)){za(this._conversation.roles,i)||this._onRolesChanged(e,i),t=()=>{this._registerParticipantLocalMuteState({muteStates:qa(n),unmuteOptions:n.unmuteOptions})};continue}r.push(e);let a=await this._getParticipant(e);if(!a)await this._onJoinedParticipant({participantId:n.id,participant:n,mediaSettings:n.mediaSettings});else{let t=T(n.mediaSettings);Kt(t,a.mediaSettings)||await this._changeRemoteMediaSettings(e,t);let r=A.mapParticipantState(n),o=a.participantState;A.isEqualParticipantState(r,o)||await this._changeRemoteParticipantState(e,r),za(i,a.roles)||this._onRolesChanged(a.id,i)}}let i=await this._getParticipants();for(let e of n)r.indexOf(e)<0&&i[e]&&this._removeParticipant(i[e],E.HUNGUP)}let n=e.rooms?.roomId??null;if(!this._conversation){this._debug.warn(`Conversation is empty, but should be filled`);return}this._conversation.roomId===n?this._processMuteStates(e,!0):await this._onRoomSwitched(n),t?.(),this._processRecordInfos(e),this._onOptionsChanged(e.conversation.options)}_onSignalingFailed(e){this._debug.error(`Signaling failed`,e),this._close(e)}async _onAcceptedCall(e){let t=A.composeMessageId(e),n=A.getPeerIdString(e.peerId);if(this._debug.debug(`Participant accepted call [${t}]`),this._statFirstMediaReceived.markAcceptedCall(this._transport?.getTopology()),this._conversation&&this._isMe(t)){this._close(new D(E.MISSED),`Call accepted on other device`);return}let r=await this._getParticipant(t);if(!r){let n=this._api.getDecorativeIdByInitialId(t),i=n?A.composeUserId(n,e.participantType):void 0;r=this._registerParticipantInCache(await this._createParticipant({id:t,mediaSettings:T(e.mediaSettings)},i))}r.state=X.ACCEPTED,r.mediaSettings=T(e.mediaSettings),this._logWithMediaSettings(S.ACCEPTED_OUTGOING,r.mediaSettings),this._conversation&&this._conversation.direction===Y.OUTGOING&&(this._state===`IDLE`||this._state===`PROCESSING`)&&(this._state=`ACTIVE`,this._changeFeatureSet()),this._state===`ACTIVE`&&this._transport&&this._transport.open([r.id],n),await this._changeRemoteMediaSettings(t,r.mediaSettings),await this._changeRemoteParticipantState(t);let i=Object.keys(r.muteStates);i.length&&this._onMuteParticipant({muteStates:r.muteStates,mediaOptions:i,stateUpdated:!0,participantId:t}),[`ACTIVE`,`HELD`].includes(this._state)&&I.onAcceptedCall(r.externalId,ma.parseCapabilities(e.capabilities),this.id)}async _onHungup(e){this._debug.debug(`Participant hungup [${e.participantId}]`,{reason:e.reason});let t=A.composeMessageId(e);if(this._conversation&&this._isMe(t)){this._close(new D(e.reason,{remote:!0}));return}await this._registerParticipantAndSetMarkersIfChunkEnabled(t,e.markers);let n=await this._getParticipant(t);if(!n){this._warnParticipantNotInConversation(t);return}this._transport&&this._transport.close(t),n.state=e.reason===E.REJECTED?X.REJECTED:X.HUNGUP,this._state!==`CLOSE`&&this._removeParticipant(n,E.HUNGUP)}async _onAddedParticipant(e){this._debug.debug(`Participant added [${e.participantId}]`);let t=A.composeMessageId(e),n=await this._getParticipant(t);if(n&&n.state!==X.HUNGUP&&n.state!==X.REJECTED){this._debug.debug(`Participant [${t}] is already in conversation and is active`);return}if(!n){let{participant:r}=e,i=r.decorativeUserId;this._registerParticipant({id:t,externalId:Z.fromSignalingParticipant(r),mediaSettings:T(r.mediaSettings),state:r.state,participantState:A.mapParticipantState(r),roles:r.roles||[],muteStates:r.muteStates||{},unmuteOptions:r.unmuteOptions||[],observedIds:r.observedIds||[]},i),n=await this._getParticipant(t)}n.state=X.CALLED,n.mediaSettings=T(e.participant?.mediaSettings),n.participantState=A.mapParticipantState(e.participant),n.roles=e.participant?.roles||[],this._setParticipantsStatus([n],M.WAITING),this._state!==`IDLE`&&this._transport&&this._transport.allocate(n.id,!0),I.onParticipantAdded(n.externalId,n.markers,this.id),await this._changeRemoteMediaSettings(t,n.mediaSettings),await this._changeRemoteParticipantState(t,n.participantState),this._invokeRolesChangedCallbackIfNeeded(n)}async _onJoinedParticipant(e){this._debug.debug(`Participant joined [${e.participantId}]`),this._statFirstMediaReceived.markParticipantJoined(this._transport?.getTopology());let t=A.composeMessageId(e),n=await this._getParticipant(t);if(n&&n.state===X.ACCEPTED){this._debug.warn(`Participant [${t}] is already in conversation and is active`);return}if(!n){let{participant:r}=e,i=r.decorativeUserId;this._registerParticipant({id:t,externalId:Z.fromSignalingParticipant(r),mediaSettings:T(r.mediaSettings),state:r.state,participantState:A.mapParticipantState(r),roles:r.roles||[],muteStates:r.muteStates||{},movieShareInfos:r.movieShareInfos,unmuteOptions:r.unmuteOptions||[],observedIds:r.observedIds||[],markers:this._denormalizeMarkers(t,r.markers)},i),n=await this._getParticipant(t)}this._conversation&&this._conversation.direction===Y.OUTGOING&&(this._state===`IDLE`||this._state===`PROCESSING`)&&(this._state=`ACTIVE`,this._changeFeatureSet()),n.state=X.ACCEPTED,n.mediaSettings=T(e.mediaSettings),n.participantState=A.mapParticipantState(e.participant),n.roles=e.participant.roles||[],this._transport?.isAllocated(n.id)?this._setParticipantsStatus([n],M.CONNECTED):this._setParticipantsStatus([n],M.WAITING),this._state!==`IDLE`&&this._transport&&(this._transport.isAllocated(n.id)||this._transport.allocate(n.id,!0),this._transport.open([n.id],null,!!this._conversation?.observer)),I.onParticipantJoined(n.externalId,n.markers,this.id),await this._changeRemoteMediaSettings(t,n.mediaSettings),await this._changeRemoteParticipantState(t,n.participantState),this._invokeRolesChangedCallbackIfNeeded(n);let r=Object.keys(n.muteStates);r.length&&this._onMuteParticipant({muteStates:n.muteStates,mediaOptions:r,stateUpdated:!0,participantId:t}),await this._processSharedMovieInfos(n.movieShareInfos)}_onClosedConversation(e){this._toggleJoinAvailability(),this._close(new D(e.reason,{remote:!0}))}async _onMediaSettingsChanged(e){let t=A.composeMessageId(e);await this._registerParticipantAndSetMarkersIfChunkEnabled(t,e.markers),await this._changeRemoteMediaSettings(t,T(e.mediaSettings))}async _onParticipantStateChanged(e){let t=A.composeMessageId(e),n=A.mapParticipantState(e);this._isMe(t)?this._changeLocalParticipantState(n):(await this._registerParticipantAndSetMarkersIfChunkEnabled(t,e.markers),await this._changeRemoteParticipantState(t,n))}async _onParticipantsStateChanged(e){let{participants:t,roomId:n}=e,r=t.map(({id:e,markers:t})=>this._registerParticipantAndSetMarkersIfChunkEnabled(e,t));await Promise.all(r);let i=new Map,a=t.map(({id:e,participantState:t})=>this._getExternalIdByParticipantId(e).then(n=>[e,n&&A.mapParticipantState({participantState:t})]));try{(await Promise.all(a)).forEach(([e,t])=>{t&&i.set(e,t)}),await this._changeMultipleParticipantState(i,n)}catch(e){this._debug.warn(`_onParticipantsStateChanged: Failed to get external ids. ${e}`)}}_onNeedRate(){this._conversation&&(this._conversation.needRate=!0,this._changeNeedRate())}_onFeatureSetChanged(e){this._conversation&&(this._conversation.features=e.features,this._changeFeatureSet())}_onMultipartyChatCreated(e){this._conversation&&(this._conversation.chatId=e.chatId,this._toggleJoinAvailability(),I.onMultipartyChatCreated(this._conversation))}async _onForceMediaSettingsChange(e){if(!this._mediaSource)return;let t=this._mediaSource.mediaSettings,n=T(e.mediaSettings);t.isAudioEnabled!==n.isAudioEnabled&&await this._mediaSource.toggleAudio(n.isAudioEnabled),t.isVideoEnabled!==n.isVideoEnabled&&await this._mediaSource.toggleVideo(n.isVideoEnabled),t.isScreenSharingEnabled!==n.isScreenSharingEnabled&&await this._mediaSource.toggleScreenCapturing({captureScreen:n.isScreenSharingEnabled,fastScreenSharing:n.isFastScreenSharingEnabled,captureAudio:n.isAudioSharingEnabled})}_onSettingsUpdate(e){this._debug.debug(`Got settings update notification`,e);let t={camera:e.camera,screenSharing:e.screenSharing,fastScreenSharing:e.fastScreenSharing};this._serverSettings=wr(this._serverSettings,t),this._transport&&this._transport.updateSettings(this._serverSettings)}_onVideoQualityUpdate(e){this._debug.debug(`Got video quality update notification`,e);let t={maxBitrateK:Math.round(e.quality.maxBitrate/1024),maxDimension:e.quality.maxDimension},n;n=e.mediaType&&e.mediaType===B.SCREEN?{camera:null,screenSharing:null,fastScreenSharing:Object.assign({},this._serverSettings.fastScreenSharing,t)}:{camera:Object.assign({},this._serverSettings.camera,t),screenSharing:null,fastScreenSharing:null},this._serverSettings=wr(this._serverSettings,n),this._transport&&this._transport.updateSettings(this._serverSettings)}async _onPeerRegistered(e){let t=A.composeMessageId(e),n=await this._getParticipant(t);n&&(n.clientType=e.clientType,n.platform=e.platform),I.onPeerRegistered(this.id)}async _onMicSwitched(e){I.onDeviceSwitched(x.AUDIO,!e.mute,this.id),await this.toggleLocalAudio(!e.mute)}async _onChatMessage(e){let t=A.composeMessageId(e),n=await this._getExternalIdByParticipantId(t);if(!n){this._warnParticipantNotInConversation(t);return}I.onChatMessage(e.message,n,e.direct,this.id)}async _onCustomData(e){if(Object.hasOwn(e.data,`sdk`))return;let t=A.composeMessageId(e),n=await this._getExternalIdByParticipantId(t);if(!n){this._warnParticipantNotInConversation(t);return}I.onCustomData(e.data,n,e.direct,this.id)}async _onRecordInfo(e,t=null){if(!this._conversation||!e)return;let n=this._conversation.recordsInfoByRoom.get(t);if(n?.recordMovieId!==e?.recordMovieId||n?.recordStartTime!==e?.recordStartTime){this._conversation.recordsInfoByRoom.set(t,e);let n=await this._getExternalIdByParticipantId(e.initiator);n?I.onRecordStarted(n,e.recordMovieId,e.recordStartTime,e.recordType,e.recordExternalMovieId,e.recordExternalOwnerId,t,this.id):this._warnParticipantNotInConversation(e.initiator)}}async _onStopRecordInfo({participant:e,recordMovieId:t},n=null){if(!this._conversation)return;let r=this._conversation.recordsInfoByRoom.get(n);if(!(!r||r.recordMovieId!==t))if(this._conversation.recordsInfoByRoom.set(n,null),e){let t=await this._getExternalIdByParticipantId(e);I.onRecordStopped(n,t??null,this.id)}else I.onRecordStopped(n,null,this.id)}async _changePinnedParticipantForRoom(){if(!this._conversation)return;let e=this._conversation.roomId,t=this._conversation.pinnedParticipantIdByRoom.get(e);if(t&&!this._isMe(t)){let n=await this._getExternalIdByParticipantId(t);n&&I.onPinnedParticipant(n,!1,null,e,this.id)}}async _changeRecordInfoForRoom(){if(!this._conversation)return;let e=this._conversation.roomId,t=this._conversation.recordsInfoByRoom.get(e);if(t){let n=await this._getExternalIdByParticipantId(t.initiator);n?I.onRecordStarted(n,t.recordMovieId,t.recordStartTime,t.recordType,t.recordExternalMovieId,t.recordExternalOwnerId,e,this.id):this._warnParticipantNotInConversation(t.initiator)}else I.onRecordStopped(e,null,this.id)}async _changeAsrInfoForRoom(){if(!this._conversation)return;let e=this._conversation.roomId,t=this._conversation.asrInfoByRoom.get(e);if(t){let n=await this._getExternalIdByParticipantId(t.initiatorId);n&&I.onAsrSet({externalId:n,movieId:t.movieId},e,this.id)}else I.onAsrSet(null,e,this.id)}async _changeUrlSharingInfoForRoom(){if(!this._conversation)return;let{roomId:e}=this._conversation,{urlSharingInfoByRoom:t}=this._conversation,n=t.get(e);if(n){let t=await this._getExternalIdByParticipantId(n.initiatorId);t&&I.onRemoteSharedUrl(t,n.sharedUrl,e,this.id)}}async _onParticipantAnimojiChanged(e){if(this._conversation){let t=await this._getExternalIdByParticipantId(e.participantId);if(!t){this._warnParticipantNotInConversation(e.participantId);return}I.onParticipantVmojiUpdate(t,this.id)}}async _onAsrStart(e){if(!this._conversation)return;let t=e.asrInfo,n=e.roomId||null;this._conversation.asrInfoByRoom.set(n,t);let r=await this._getExternalIdByParticipantId(t.initiatorId);if(!r){this._warnParticipantNotInConversation(t.initiatorId);return}I.onAsrStarted(r,t.movieId,n,this.id)}_onAsrStop(e){if(!this._conversation)return;let t=e.roomId||null;t===null&&(this._conversation.asrInfo=null),this._conversation.asrInfoByRoom.delete(t),I.onAsrStopped(t,this.id)}async _onAsrTranscription(e){if(!this._conversation)return;let t=await this._getExternalIdByParticipantId(e.participantId);if(!t){this._warnParticipantNotInConversation(e.participantId);return}I.onAsrTranscription(t,e.text,e.timestamp,e.duration,this.id)}async _onRolesChanged(e,t){if(this._conversation&&this._isMe(e)&&!za(this._conversation.roles,t)){this._debug.debug(`Local roles changed: ${t}`),this._conversation.roles=t,I.onLocalRolesChanged(t,!1,this.id),this._processMuteState({mediaOptions:Ua(this._getMuteStatesForCurrentRoom(),Pa.MUTE_PERMANENT),stateUpdated:!0}),A.includesOneOf(t,[Ra.ADMIN,Ra.CREATOR])?this._refreshRooms(!0):t.length||this._onRoomSwitched(null);return}let n=await this._getParticipant(e);n&&!za(n.roles,t)&&(this._debug.debug(`Roles for participant [${e}] changed: ${t}`),n.roles=t,I.onRolesChanged(n.externalId,t,!1,this.id))}async _onMuteParticipant(e,t=!1){if(!this._conversation)return;let{muteAll:n,muteStates:r={},unmuteOptions:i=[],mediaOptions:a=[],roomId:o=null}=e;if(e.participantId&&!this._isMe(e.participantId)){if(!this._isCallAdmin()){this._debug.warn(`Not admin got mute states for participant [${e.participantId}]`);return}let t=await this._getParticipant(e.participantId);if(t){this._debug.debug(`Mute states for participant [${e.participantId}] changed`,r);let o=e.adminId?await this._getExternalIdByParticipantId(e.adminId):null;I.onMuteStates(r,i,a,n,e.unmute,t.externalId,o,e.stateUpdated,e.requestedMedia,e.roomId,this.id)}return}if(e.requestedMedia?.length||(n&&!t?this._setMuteStatesForRoomId(r,o):n||(this._conversation.muteStatesPersonal=r)),e.adminId&&this._isMe(e.adminId)){n&&I.onMuteStates(r,i,a,n,e.unmute,null,this._conversation.externalId,e.stateUpdated,e.requestedMedia,e.roomId,this.id);return}await this._processMuteState({mediaOptions:a,muteAll:n,unmute:e.unmute,adminId:e.adminId,stateUpdated:e.stateUpdated,requestedMedia:e.requestedMedia,roomId:e.roomId,unmuteOptions:i,muteStates:r})}_changeMuteStatesForRoom(e,t){if(!this._conversation)return;let n=this._getMuteStatesForRoomId(t),r=this._getMuteStatesForRoomId(e),i=Object.keys(n),a=Object.keys(r);this._processMuteState({mediaOptions:Array.from(new Set([...i,...a])),roomId:e,muteAll:!0,stateUpdated:!0})}async _processMuteState(e){if(!this._conversation||!this._mediaSource||this._participantState!==X.ACCEPTED)return;let{mediaOptions:t=[],muteAll:n,unmute:r,stateUpdated:i,requestedMedia:a,roomId:o=null,unmuteOptions:s=[]}=e,c=e.adminId?await this._getExternalIdByParticipantId(e.adminId):null,l=Object.assign({},e.muteStates??this._getMuteStatesForRoomId(o)),u=this._mediaSource.mediaSettings,d=Object.entries(l);for(let[e,i]of d){let a=this._isCallAdmin()&&n;if(!(i!==Pa.MUTE&&i!==Pa.MUTE_PERMANENT||a)&&(this._isCallAdmin()&&i===Pa.MUTE_PERMANENT&&!n&&(l[e]=Pa.MUTE),!(!t.includes(e)||r)))switch(e){case x.VIDEO:u.isVideoEnabled&&(I.onDeviceSwitched(x.VIDEO,!1,this.id),await this.toggleLocalVideo(!1));break;case x.AUDIO:u.isAudioEnabled&&(I.onDeviceSwitched(x.AUDIO,!1,this.id),await this.toggleLocalAudio(!1));break;case x.SCREEN_SHARING:u.isScreenSharingEnabled&&(I.onDeviceSwitched(x.SCREEN_SHARING,!1,this.id),await this.disableScreenCapturing());break;case x.AUDIO_SHARING:u.isAudioSharingEnabled&&(I.onDeviceSwitched(x.AUDIO_SHARING,!1,this.id),await this.toggleScreenCapturing({captureScreen:u.isScreenSharingEnabled,fastScreenSharing:u.isFastScreenSharingEnabled,captureAudio:!1}));break}}I.onMuteStates(l,s,t,n,r,null,c,i,a,o,this.id)}async _onPinParticipant(e,t=!1,n,r=null){if(!this._conversation)return;let i=this._conversation.pinnedParticipantIdByRoom.get(r);if(i&&i!==e)if(this._isMe(i))I.onLocalPin(!0,r,this.id);else{let t=await this._getExternalIdByParticipantId(i);t&&I.onPinnedParticipant(t,!0,this._denormalizeMarkers(e,n),r,this.id)}if(this._isMe(e))I.onLocalPin(t,r,this.id);else{let i=await this._getExternalIdByParticipantId(e);i&&I.onPinnedParticipant(i,t,this._denormalizeMarkers(e,n),r,this.id)}this._conversation.pinnedParticipantIdByRoom.set(r,t?null:e)}_onOptionsChanged(e){this._conversation&&!Ma(this._conversation.options,e)&&(this._conversation.options=e,I.onOptionsChanged(e,this.id),e.includes(ja.ADMIN_IS_HERE)?this._conversation.restricted&&this._conversation.waitingHall&&I.onLocalStatus(M.WAITING_HALL,this.id):e.includes(ja.WAIT_FOR_ADMIN)&&this._conversation.restricted&&I.onLocalStatus(M.WAIT_FOR_ADMIN,this.id))}async _onNetworkStatus(e){if(this._conversation){let t=[],n=await this._getParticipants();for(let[r,i]of Object.entries(e)){let e;if(this._isMe(r)||r===``)e=this._conversation.networkRating;else if(n[r])e=n[r].networkRating;else continue;if(e!==i)if(this._isMe(r)||r===``)this._conversation.networkRating=i,Wr.getInstance().value=i,I.onLocalNetworkStatusChanged(i,this.id);else{let e=n[r];e.networkRating=i,t.push({uid:e.externalId,rating:i})}}if(t.length===0)return;this._debug.log(`Received network status update: `,e),I.onNetworkStatusChanged(t,this.id)}}async _onRemoteStreamSecond(e,t){let n=await this._getParticipant(e);n&&I.onRemoteScreenStream(n.externalId,t,this.id)}async _onAnimojiStream(e,t){if(this._isMe(e)&&this._mediaSource){I.onVmojiStream(t,this._mediaSource.mediaSettings,this.id);return}let n=await this._getParticipant(e);n&&I.onRemoteVmojiStream(n.externalId,t,this.id)}async _onAnimojiError(e){try{let t=await this._getExternalIdByParticipantId(e.participantId);t&&(delete e.participantId,I.onVmojiError({...e,externalId:t},this.id))}catch(e){this._debug.warn(`_onAnimojiError failed`,e)}}_onPeerConnectionClosed(e){e===q.SERVER&&this._cleanupParticipantAgnosticStreams(),this._audioOutput.destroy()}_changeFeatureSet(){if(this._conversation){let e=this._state===`ACTIVE`,t=this._conversation.features.includes(Aa.ADD_PARTICIPANT);I.onCallState(e,t,this._conversation,this.id)}}_changeFeaturesPerRole(){this._conversation&&I.onFeaturesPerRoleChanged(this._conversation.featuresPerRole??{},this.id)}_changeNeedRate(){this._conversation&&this._conversation.needRate&&I.onRateNeeded(this.id)}async _onVolumesDetected(e){let t=[];for(let[n,r]of Object.entries(e)){let e=await this._getParticipant(n);e&&e.externalId&&t.push({uid:e.externalId,volume:r.real})}I.onVolumesDetected(t,this.id)}async _onSpeakerChanged(e){this._activeSpeakerId=e;let t=await this._getParticipant(e);t&&this._lastSignalledActiveSpeakerId!==e&&(I.onSpeakerChanged(t.externalId,this.id),this._lastSignalledActiveSpeakerId=e)}async _onTransportStateChanged(e,t){this._debug.debug(`Transport state has changed: ${t}`,e);let n=this._getStatusByTransportState(t);if(!n)return;let r=await this._getParticipants(),i=[],a=e.reduce((e,n)=>{if(n in r){let a=r[n];e.push(a),t===K.CONNECTED&&(a.remoteStream||(a.mediaSettings&&this._changeRemoteMediaSettings(n,a.mediaSettings),this._changeRemoteParticipantState(n,a.participantState)),i.push(...Object.values(a.lastRequestedLayouts)))}else this._warnParticipantNotInConversation(n);return e},[]);a.length&&(this._updateDisplayLayoutFromCache(i),this._setParticipantsStatus(a,n))}async _onTransportLocalStateChanged(e){if(this._debug.debug(`Local transport state has changed: ${e}`),e===K.CONNECTED&&(w.releaseFirefoxMicrophonePermissionWarmup(),I.onLocalStatus(M.CONNECTED,this.id),this._transport?.getTopology()===q.SERVER)){let e=Object.values(this._myLastRequestedLayouts);await this.updateDisplayLayout(e),this._displayLayoutRequester.resend()}this._state!==`HELD`&&(e===K.CONNECTING&&I.onLocalStatus(M.CONNECTING,this.id),e===K.RECONNECTING&&I.onLocalStatus(M.RECONNECT,this.id),e===K.FAILED&&this._transport&&this._transport.allocated().length===0&&(this._signaling.ready&&await this._signaling.hangup(E.FAILED),this._close(new D(E.FAILED),`Transport failed`)))}async _onRemoteTrackAdded(e,t,n){if(e.endsWith(Br.AUDIO_MIX))this._debug.debug(`Remote audio mix track added`),this._audioOutput.add(e,n),I.onRemoteMixedAudioStream(t,this.id);else if(e.startsWith(Br.TRANSPARENT_AUDIO_TRACK_PREFIX))this._debug.debug(`Remote transparent audio track added: ${e}`),this._audioOutput.add(e,n);else if(e.startsWith(Br.PARTICIPANT_AGNOSTIC_TRACK_PREFIX))this._debug.debug(`Participant-agnostic track added: ${e}`),this._streamByStreamId.set(e,t);else{this._debug.debug(`Remote track added on the participant [${e}]`,{kind:n.kind});let r=await this._getParticipant(e);if(!r){let t=this._api.getDecorativeIdByInitialId(e),n=t?A.composeUserId(t):void 0;this._debug.warn(`Conversation: track added before participant [id: ${e}, decorativeId: ${n}]`),this._registerParticipant({id:e},n),r=await this._getParticipant(e),this._setParticipantsStatus([r],M.WAITING),this._activeSpeakerId===e&&this._lastSignalledActiveSpeakerId!==e&&(I.onSpeakerChanged(r.externalId,this.id),this._lastSignalledActiveSpeakerId=e)}if(this._transport&&!this._transport.isAllocated(r.id)&&this._transport.allocate(r.id,!1),n.kind===O.audio&&(this._audioOutput.add(e,n),j.preserveAudioTracks||(r.remoteAudioTrack=n,t.removeTrack(n))),r.remoteStream!==t&&t.getTracks().length){if(r.remoteStream=t,r.secondStream)return;I.onRemoteStream(r.externalId,t,this.id)}r.mediaSettings&&this._changeRemoteMediaSettings(e,r.mediaSettings)}}_onRemoteTrackRemoved(e,t,n){switch(this._debug.debug(`[${e}] remote track (removed)`,{track:n}),n.kind){case O.audio:this._removeAudioTrack(e,t,n);break;case O.video:case O.screen:this._removeVideoTrack(e,t,n);break}}async _removeAudioTrack(e,t,n){if(e!==Br.AUDIO_MIX){let n=await this._getParticipant(e);if(!n||n.remoteStream&&n.remoteStream!==t)return}this._audioOutput.remove(e,n)}_removeVideoTrack(e,t,n){}_onTopologyChanged(e){e===q.DIRECT&&(this._onRemoteSignalledStall([]),this._onAudioMixStall(!1)),this._conversation&&(this._conversation.topology=e,this._changeFeatureSet(),this._forceOpenTransportForAloneInCall()),this._audioOutput.destroy()}_onAudioMixStall(e){this._audioMixStalled!==e&&!this.isCallHeld&&(this._audioMixStalled=e,this._debug.debug(`Audio mix stalled:`,e),I.onLocalStatus(e?M.RECONNECT:M.CONNECTED,this.id))}async _onRemoteSignalledStall(e){let t={},n=[],r=[];this._debug.debug(`Participants stalled:`,e);let i=await this._getParticipants();for(let r of e){if(t[r]=!0,!this._lastStalled[r]){let e=i[r];e&&n.push(e)}delete this._lastStalled[r]}for(let e of Object.keys(this._lastStalled)){let t=i[e];t&&r.push(t)}n.length&&this._setParticipantsStatus(n,M.RECONNECT),r.length&&this._setParticipantsStatus(r,M.CONNECTED),this._lastStalled=t}async _onRemoteDataStats(e){this._debugInfo&&this._debugInfo.onRemoteDataStats(e,await this._getParticipants()),this._fixAudioDevice(e.outbound.rtps),this._fixVideoDevice(e.outbound.rtps)}_fixAudioDevice(e){!w.hasMicrophone()||!this._audioFix||!this.mediaSettings?.isAudioEnabled||this._audioFix.fix(e)}_fixVideoDevice(e){!w.hasCamera()||!this._audioFix||!this.mediaSettings?.isVideoEnabled||this._audioFix.fixVideo(e)}_toggleJoinAvailability(){let e=this._conversation&&this._conversation.chatId,t=e&&this._state!==`CLOSE`||!1;e&&(this._debug.debug(`Toggle join availability`,{available:t,chatId:e}),I.onJoinStatus(t,e,this.id))}async _updateDisplayLayoutFromCache(e){if(this._transport?.getTopology()===q.SERVER&&e.length)try{await this.updateDisplayLayout(e)}catch(e){this._debug.warn(`_updateDisplayLayoutFromCache failed: ${e}`)}}_setParticipantsStatus(e,t,n=null){if(!e.length)return;let r=e.reduce((e,n)=>(n.status!==t&&(n.status=t,e.push(n.externalId)),e),[]);r.length&&I.onRemoteStatus(r,t,n,this.id)}_onJoinLinkChanged(e){this._conversation&&e.joinLink&&(this._conversation.joinLink=e.joinLink),I.onJoinLinkChanged(e.joinLink,this.id)}async _onRoomsUpdated(e){if(this._isCalledState())return;let t={};for(let n of Object.keys(Fa)){let r=e.updates[n];r&&(t[n]={rooms:await Promise.all(r?.rooms?.map(this._convertRoomToExternal.bind(this))||[]),roomIds:r?.roomIds,deactivated:r?.deactivated})}I.onRoomsUpdated(t,this.id)}async _onRoomUpdated(e){let t=await this._convertRoomToExternal(e.room||null);e.events.some(e=>e===Fa.UPDATE)&&(e.muteStates!==void 0&&this._setMuteStatesForRoomId(e.muteStates,e.roomId),e.recordInfo!==void 0&&this._conversation?.recordsInfoByRoom.set(e.roomId,e.recordInfo),e.asrInfo!==void 0&&this._conversation?.asrInfoByRoom.set(e.roomId,e.asrInfo)),this._isCalledState()||I.onRoomUpdated(e.events,e.roomId,t,e.deactivate||null,this.id)}async _convertRoomToExternal(e){if(!e)return null;let t=await Promise.all(e.participantIds?.map(e=>this._getExternalIdByParticipantId(e))||[]),n=await Promise.all(e.addParticipantIds?.map(e=>this._getExternalIdByParticipantId(e))||[]),r=await Promise.all(e.removeParticipantIds?.map?.(e=>this._getExternalIdByParticipantId(e))||[]),i=e.pinnedParticipantId?await this._getExternalIdByParticipantId(e.pinnedParticipantId):void 0;return{id:e.id,name:e.name,participantCount:e.participantCount,participantIds:t,addParticipantIds:n,removeParticipantIds:r,participants:e.participants?.participants?await this._participantListChunkToExternalChunk(e.participants):void 0,active:e.active,muteStates:e.muteStates,pinnedParticipantId:i,countdownSec:e.countdownSec,timeoutMs:e.timeoutMs}}async _onRoomParticipantsUpdated(e){let t=this._transport?.getState(),n=e.roomId??null,r=e.addedParticipantIds?.map(e=>A.decomposeId(e).id)||[],i=await this._api.getExternalIdsByOkIds(r),a=e.addedParticipants;if(i.length&&a?.length!==i.length&&!this._isCalledState()){let e=this._convertExternalIdsToServerExternalIds(i);a=(await this._signaling.getParticipants(e)).participants}let o=await Promise.all(a?.map(async e=>{let r=A.composeId(e);return this._createParticipant({id:r,externalId:Z.fromSignalingParticipant(e),mediaSettings:T(e.mediaSettings),participantState:A.mapParticipantState(e),state:e.state,roles:e.roles||[],status:this._getStatusByTransportState(t)??M.WAITING,muteStates:e.muteStates||{},unmuteOptions:e.unmuteOptions||[],observedIds:e.observedIds||[],markers:this._denormalizeMarkers(r,e.markers),isInRoom:n!==null},e.decorativeUserId)})||[]),s=!1;for(let e of o)e.id===this._conversation?.compositeUserId&&(s=!0),this._registerParticipantInCache(e);this._transport?.getState()===K.IDLE&&!this._isCalledState()&&this._openTransport(o,!0);let c=[],l=[];if(e?.removedParticipantMarkers){for(let t of e.removedParticipantMarkers)if(t.GRID?.id){let e=this._getExternalIdByParticipantId(t.GRID.id);l.push(e)}c=await Promise.all(l)}if(s&&await this._onRoomSwitched(n),c){let e=this._conversation?.pinnedParticipantIdByRoom.get(n);if(e){let t=await this._getExternalIdByParticipantId(e);if(t){for(let e of c)if(Z.compare(t,e)){this._conversation?.pinnedParticipantIdByRoom.delete(n);break}}}}let u={roomId:n,participantCount:e.participantCount,addedParticipantIds:i,addedParticipants:A.mapSharedParticipants(o),removedParticipantMarkers:e?.removedParticipantMarkers,removedParticipantIds:c};this._isCalledState()||I.onRoomParticipantsUpdated(u,this.id)}async _onRoomSwitched(e,t=!1){if(!this._conversation||this._conversation.roomId===e)return;let n=this._conversation.roomId;if(this._conversation.roomId=e,t&&!this._isCalledState()){I.onRoomStart(e,this.id);return}this._isCalledState()||I.onRoomSwitched(e,this.id),e!==null&&!this._isCallAdmin()&&await this._refreshRooms(!1),this._changePinnedParticipantForRoom(),this._changeRecordInfoForRoom(),this._changeMuteStatesForRoom(e,n),await this._changeAsrInfoForRoom(),await this._changeUrlSharingInfoForRoom()}async _refreshRooms(e){let t;this._isCalledState()||(t=await this._signaling.getRooms(e));let n=t?.rooms?.rooms??[],r=[];for(let t of n){let n=t.id??null;if(this._setMuteStatesForRoomId(t.muteStates,n),this._conversation?.recordsInfoByRoom.set(n,t.recordInfo??null),this._conversation?.pinnedParticipantIdByRoom.set(n,t.pinnedParticipantId??null),t.asrInfo&&this._conversation?.asrInfoByRoom.set(n,t.asrInfo),t.urlSharingInfo?this._conversation?.urlSharingInfoByRoom.set(n,t.urlSharingInfo):this._conversation?.urlSharingInfoByRoom.delete(n),e){let e=await this._getParticipants();await this._registerParticipants(t?.participants?.participants?.filter(t=>!e[A.composeId(t)])||[],!0);let n=await this._convertRoomToExternal(t);n&&r.push(n)}}r.length&&!this._isCalledState()&&I.onRoomsUpdated({[Fa.UPDATE]:{rooms:r}},this.id)}async _onFeedback(e){let t=[];for(let n of e.feedback){let e={...n,items:[]};for(let t of n.items){let n=await this._getExternalIdByParticipantId(t.participantId);n?e.items.push({...t,participantId:n}):this._warnParticipantNotInConversation(t.participantId)}t.push(e)}I.onFeedback(t,e.roomId,this.id)}async _onDecorativeParticipantIdChanged(e){if(!this._conversation||!e.decorativeParticipantId||!e.decorativeExternalParticipantId)return;let{participantId:t,decorativeParticipantId:n,decorativeExternalParticipantId:r}=e,i=this._isMe(t);this._debug.debug(`Decorative participant id changed [${t}]`,e);let a=await this._getExternalIdByParticipantId(t);if(!a){this._warnParticipantNotInConversation(t);return}let o=Z.fromSignaling(r,a.deviceIdx);if(I.onParticipantIdChanged(a,o,this.id),this._api.cacheExternalId(n,o),this._api.mapDecorativeId(n,t),i)this._conversation.externalId=o;else{let e=await this._getParticipants();e[t].externalId=o}}_onVideoSuspendSuggest(e){!this._conversation||this._conversation.topology!==q.SERVER||(this._debug.debug(`Video suspend suggested`,e),I.onVideoSuspendSuggest(e.bandwidth,this.id))}async _onParticipantHold(e){this._debug.debug(`Participant hold suggested`,e);let t=await this._getParticipant(e.participantId);e.hold?this._setParticipantsStatus([t],M.ONHOLD):this._setParticipantsStatus([t],M.CONNECTED)}_isMe(e){return e===this._conversation?.compositeUserId}_getMuteStatesForRoomId(e=null){return this._conversation?.muteStates.get(e)??{}}_getMuteStatesForCurrentRoom(){return this._getMuteStatesForRoomId(this._conversation?.roomId)}_setMuteStatesForRoomId(e={},t=null){this._conversation?.muteStates.set(t,e)}_forceOpenTransportForAloneInCall(){this._transport?.getTopology()===q.SERVER&&this._transport?.getState()===K.IDLE&&!this._isCalledState()&&this._transport.open(this._transport.allocated(),null,!!this._conversation?.observer,!0)}_registerParticipant(e,t){let n=this._createParticipant(e,t);n.catch(()=>void 0),this._pendingParticipants.set(e.id,n)}async _getParticipants(){if(this._pendingParticipants.size){let e=Array.from(this._pendingParticipants.entries()),t=await Promise.allSettled(e.map(e=>e[1])),n=null;for(let r=0;r<t.length;r++){let[i]=e[r];this._pendingParticipants.delete(i);let a=t[r];if(a.status===`fulfilled`){let e=a.value;this._participants[e.id]=e;continue}n=n??a.reason,this._debug.warn(`Failed to resolve pending participant [${i}]`,a.reason)}if(n)throw n}return this._participants}async _getParticipant(e){return(await this._getParticipants())[e]}},Do=null,Oo=class e extends Error{constructor(t,n){super(t),h(this,`participantErrors`,void 0),Object.setPrototypeOf(this,e.prototype),this.participantErrors=n}},ko=null,Ao=null;function jo(){ko=null,Ao=null}function Mo(e){return e?.endsWith(`/`)?e.slice(0,-1):e}async function No(e=null,t){let n=Mo(e??j.apiBaseUrl);if(n)return n;if((t??j.apiEnv)!==`AUTO`)return j.apiEndpoint(t);try{let e=atob(`aHR0cHM6Ly9kbnMuZ29vZ2xlL3Jlc29sdmU/bmFtZT12aWRlby5fZW5kcG9pbnQub2sucnUmdHlwZT1UWFQ=`),t=(await(await fetch(e,{method:`GET`,mode:`cors`,cache:`no-cache`})).json())?.Answer[0]?.data;if(!t)throw Error(`Wrong DNS response`);return L.debug(`Resolved API endpoint`,t),t}catch(e){return L.warn(`Failed to resolve API endpoint using DNS, default is used`,e),j.apiEndpoint(t)}}async function Po(){return ko||Ao||(Ao=No(),ko=await Ao,Ao=null,ko)}async function Fo(e,t={},n=!1){if(!window.Blob||!window.navigator.sendBeacon)return;await Po();let r=zo(e,t,n),i=new window.Blob([r],{type:`application/x-www-form-urlencoded`});window.navigator.sendBeacon(`${ko}/fb.do`,i)}async function Io(e,t={},n=!1,r){return await Po(),Lo(zo(e,t,n),r)}async function Lo(e,t){let n=`${t??ko}/fb.do`,r=new AbortController,i=setTimeout(()=>r.abort(new D(E.NETWORK_ERROR)),j.apiTimeout),a=await fetch(n,{method:`POST`,headers:{"Content-Type":`application/x-www-form-urlencoded`},body:e,signal:r.signal});clearTimeout(i);let o=await a.text(),s;try{s=JSON.parse(o)}catch{s={result:o}}if(!a.ok||Object.hasOwn(s,`error_msg`))throw s;return s}async function Ro(e,t){try{let n=await fetch(e,{method:`POST`,body:t});if(!n.ok)throw Error(`HTTP error! status: ${n.status}`);let r=await n.text();L.debug(`Form data sent successfully`,r)}catch(e){throw L.warn(`Failed to send form data`,e),e}}function zo(e,t={},n=!1){t.method=e,t.format=`JSON`,t.application_key||(t.application_key=j.apiKey),n||(v.sessionKey?t.session_key=v.sessionKey:v.accessToken&&(t.access_token=v.accessToken));for(let[e,n]of Object.entries(t))typeof n==`object`&&(t[e]=JSON.stringify(n));let r=``;for(let[e,n]of Object.entries(t))r&&(r+=`&`),r+=`${e}=${encodeURIComponent(n)}`;return r}var Bo=class{constructor(){h(this,`_abortSignal`,void 0)}setAbortSignal(e){this._abortSignal=e}async createJoinLink(e){return{join_link:`nop`}}async removeJoinLink(e){return{success:!0}}async getAnonymTokenByLink(e,t){return``}log(e){}logClientStats(e){}logClientEvents(e){}getCachedOkIdByExternalId(e){return null}getCachedRawOkIdByExternalId(e){return null}cacheExternalId(e,t){}mapDecorativeId(e,t){}unmapDecorativeId(e){}getDecorativeIdByInitialId(e){}replaceByInitialIdIdIfExists(e){return typeof e==`string`?parseInt(e,10):e}hangupConversation(e,t=E.HUNGUP){}async removeHistoryRecords(e){}async getServerTime(){return Date.now()}cleanup(){}},Vo=class{constructor(){h(this,`_okIdToExternalId`,new Map),h(this,`_externalIdToOkId`,new Map),h(this,`_decorativeIdToInitialId`,new Map),h(this,`_initialIdToDecorativeId`,new Map)}getOkId(e){let t=Z.toString(e),n=this._externalIdToOkId.get(t);return n==null?null:this.replaceByInitialIdIdIfExists(n)}getExternalId(e){let t=this.getDecorativeIdByInitialId(e)??e,n=this._okIdToExternalId.get(t);return n==null?null:Z.fromString(n)}hasByExternalId(e){return this._externalIdToOkId.has(Z.toString(e))}hasByOkId(e){return this._okIdToExternalId.has(e)}cache(e,t){let n=A.extractOkId(e),r=Z.toString(t);this._okIdToExternalId.set(n,r),this._externalIdToOkId.set(r,n)}mapDecorativeId(e,t){let n=A.extractOkId(e),r=A.extractOkId(t);this._decorativeIdToInitialId.set(n,r),this._initialIdToDecorativeId.set(r,n)}unmapDecorativeId(e){let t=A.extractOkId(e),n=this.getDecorativeIdByInitialId(t);n&&this._decorativeIdToInitialId.delete(n),this._initialIdToDecorativeId.delete(t)}getDecorativeIdByInitialId(e){let t=A.extractOkId(e);return this._initialIdToDecorativeId.get(t)}replaceByInitialIdIdIfExists(e){let t=A.extractOkId(e);return this._decorativeIdToInitialId.get(t)??t}getParticipantIdByExternalId(e){let t=this.getOkId(e);return t==null?null:A.composeParticipantId(t,k.USER,e.deviceIdx??0)}clear(){this._okIdToExternalId.clear(),this._externalIdToOkId.clear(),this._decorativeIdToInitialId.clear(),this._initialIdToDecorativeId.clear()}},Ho=700,Uo=3e3,Wo=class extends Bo{constructor(...e){super(...e),h(this,`_userId`,null),h(this,`_uuid`,void 0),h(this,`_idCache`,new Vo)}async _callUnsafe(e,t={},n=!1){let r=async i=>{try{return await Io(e,t,n)}catch(t){if(!Object.hasOwn(t,`error_msg`)){i++;let n=Object.getOwnPropertyNames(t).map(e=>`${e}: ${JSON.stringify(t[e])}`);if(L.debug(`${e} network error, attempt ${i}: ${n.join(`
20
+ `)}`),this._abortSignal?.aborted&&(L.debug(`${e} aborted`),this._abortSignal.throwIfAborted()),i<j.apiMaxAttempt)return await A.delay(Math.min(i*Ho,Uo),{signal:this._abortSignal}),r(i)}throw L.warn(e,`error`,t),t}};return r(0)}async _call(e,t={},n=!1){try{return await this._callUnsafe(e,t,n)}catch(r){L.warn(`Api call error`,r);let i=b.API;switch(r.error_code){case 102:case 103:case 104:return await this.authorize(),this._callUnsafe(e,t,n)}let a={message:r.error_msg,code:r.error_code};if(r instanceof D)throw r;if(r.custom_error&&(a.custom_error=r.custom_error),Go(r))switch(r.error_code){case 1101:i=E.SERVICE_DISABLED;break;case 4:r.error_msg.includes(`participants.limit.exceeded`)&&(i=E.PARTICIPANT_LIMIT_REACHED);break;case 300:i=E.NOT_FOUND;break;case 1102:i=E.CALLEE_IS_OFFLINE;break;case 1103:i=E.NOT_FRIENDS;break;case 1104:case 1106:i=E.EXTERNAL_API_ERROR;break;case 1113:i=E.CALLER_IS_REJECTED;break;case 1114:i=E.VCHAT_DETAILED_ERROR;break;case 2:i=E.SERVICE_UNAVAILABLE;break}throw new D(i,a)}}async userId(e){let t=A.extractOkId(e);return v.isEmpty()?Z.fromId(String(t)):(this._idCache.hasByOkId(t)||await this._getExternalIdsByOkIds([t]),this._idCache.getExternalId(t)||Z.fromId(String(t)))}async authorize(){if(this._ensureUuid(),!j.apiKey)throw new D(b.API,{message:`Required argument apiAppKey not passed`});let e={session_data:{version:2,device_id:this._uuid,client_version:j.appVersion,client_type:`SDK_JS`}};return j.authToken&&(e.session_data.auth_token=j.authToken,e.session_data.version=3),this._callUnsafe(`auth.anonymLogin`,e,!0).then(e=>{e.uid&&(this._userId=Number(e.uid)),v.sessionKey=e.session_key,v.sessionSecretKey=e.session_secret_key}).catch(e=>{throw e.error_code===401&&I.onTokenExpired(),new D(b.AUTH,{message:e.error_msg,code:e.error_code})})}logClientStats(e){let t={app_version:String(j.appVersion),sdk_type:`WEB`,sdk_version:j.sdkVersion,version:1,items:e};j.clientStatsPlatform&&(t.platform=j.clientStatsPlatform),Fo(`vchat.clientStats`,{data:JSON.stringify(t)})}logClientEvents(e){let t={app_version:String(j.appVersion),sdk_type:`WEB`,sdk_version:j.sdkVersion,version:1,items:e};j.clientStatsPlatform&&(t.platform=j.clientStatsPlatform),Fo(`vchat.clientEvents`,{data:JSON.stringify(t)})}async uploadDebugLogs(e,t,n,r){let i={conversationId:e,webrtcPlatform:j.platform,startTime:t,endTime:n},a=await this._callUnsafe(`vchat.getLogUploadUrl`,i),o=new FormData,s=new Blob([r],{type:`application/json`});o.append(`file`,s,`log.json`);let c=new URL(a.upload_url);return c.searchParams.append(`size`,s.size.toString()),Ro(c.toString(),o)}async joinConversation(e,t=!1,n){let r={conversationId:e,isVideo:t,protocolVersion:j.protocolVersion,capabilities:ma.getFlags()};return n&&(r.chatId=n),this._call(`vchat.joinConversation`,r)}async createConversation(e,t=``,n=!1,{onlyAdminCanShareMovie:r,audienceMode:i,audioOnly:a,waitForAdmin:o,closedConversation:s}={},c){let l=this._preareStartConversationData({conversationId:e,isVideo:!1,joiningAllowed:!0,payload:t,requireAuthToJoin:n,onlyAdminCanShareMovie:r,waitForAdmin:o,closedConversation:s,audienceMode:i,audioOnly:a,externalIds:c});return this._startConversation(l)}async startConversation(e,t,n,r=!1,i=``,a=!1,o=!1,{onlyAdminCanShareMovie:s,waitForAdmin:c}={},l){let u=this._preareStartConversationData({conversationId:e,isVideo:r,joiningAllowed:a,payload:i,requireAuthToJoin:o,onlyAdminCanShareMovie:s,waitForAdmin:c,externalIds:l});if(t&&t.length)switch(n){case Oa.USER:u.uids=t.join(`,`);break;case Oa.GROUP:u.gid=t[0];break;case Oa.CHAT:u.chatId=t[0];break}return this._startConversation(u)}_ensureUuid(){if(!this._uuid){let e=ct.get(`uuid`);e||(e=A.uuid(),ct.set(`uuid`,e)),this._uuid=String(e)}}deviceId(){return this._ensureUuid(),this._uuid}_preareStartConversationData({conversationId:e,isVideo:t,payload:n=``,joiningAllowed:r=!1,requireAuthToJoin:i=!1,onlyAdminCanShareMovie:a,waitForAdmin:o,audienceMode:s=!1,audioOnly:c=!1,closedConversation:l=!1,externalIds:u}){let d={conversationId:e,isVideo:t,protocolVersion:j.protocolVersion};return r&&(d.createJoinLink=!0),n&&(d.payload=n),j.domain&&(d.domainId=j.domain),j.externalDomain&&(d.externalDomain=j.externalDomain),i&&(d.requireAuthToJoin=!0),a!==void 0&&(d.onlyAdminCanShareMovie=a),o!==void 0&&(d.waitForAdmin=o),s&&(d.audienceMode=s),c&&(d.audioOnly=c),l&&(d.closed=l),u&&(d.externalIds=u.map(Z.toSignaling).join(`,`)),d}async _startConversation(e){return this._call(`vchat.startConversation`,e)}async createJoinLink(e){return this._call(`vchat.createJoinLink`,{conversationId:e})}async removeJoinLink(e){return this._call(`vchat.removeJoinLink`,{conversationId:e})}async getAnonymTokenByLink(e,t){let n={joinLink:e};t&&(n.anonymName=t);let r=await this._call(`vchat.getAnonymTokenByLink`,n);return this._userId=Number(r.uid),r.token}async joinConversationByLink(e,t=!1,n,r){let i={joinLink:e,isVideo:t,protocolVersion:j.protocolVersion,capabilities:ma.getFlags()};return n?.length&&(i.observedIds=n.join(`,`)),j.anonymToken&&(i.anonymToken=j.anonymToken),r&&(i.payload=r),this._call(`vchat.joinConversationByLink`,i)}async getExternalIdsByOkIds(e){let t=[],n=[];for(let r of e){let e=this._idCache.getExternalId(r);e?t.push(e):n.push(r)}if(!n.length)return t;let r=await this._getExternalIdsByOkIds(n);return Array.from(r.values())}getCachedOkIdByExternalId(e){return this._idCache.getParticipantIdByExternalId(e)}getCachedRawOkIdByExternalId(e){return this._idCache.getOkId(e)}cacheExternalId(e,t){this._idCache.cache(e,t)}mapDecorativeId(e,t){this._idCache.mapDecorativeId(e,t)}unmapDecorativeId(e){this._idCache.unmapDecorativeId(e)}getDecorativeIdByInitialId(e){return this._idCache.getDecorativeIdByInitialId(e)}replaceByInitialIdIdIfExists(e){return this._idCache.replaceByInitialIdIdIfExists(e)}async getConversationParams(e){let t={};return j.anonymToken&&(t.anonymToken=j.anonymToken),e&&(t.conversationId=e),this._call(`vchat.getConversationParams`,t)}getUserId(){return this._userId}setUserId(e){this._userId=e}hangupConversation(e,t=E.HUNGUP){let n={conversationId:e,reason:t};j.anonymToken&&(n.anonymToken=j.anonymToken),Fo(`vchat.hangupConversation`,n)}async removeHistoryRecords(e){await this._call(`vchat.removeHistoryRecords`,{recordIds:e.join(`,`)})}cleanup(){this._idCache.clear()}async _getExternalIdsByOkIds(e){let t=new Map;e=e.map(e=>this.getDecorativeIdByInitialId(e)??e);try{let n=await this._call(`vchat.getExternalIdsByOkIds`,{uids:e.join(`,`)}),r=(e,n)=>{for(let[r,i]of Object.entries(e)){let e=Number(r),a=Z.fromId(i,n);t.set(e,a),this.cacheExternalId(e,a)}};n.external_ids&&r(n.external_ids,Ba.USER),n.anonym_ids&&r(n.anonym_ids,Ba.ANONYM);for(let n of e){let e=Number(n);if(!t.has(e)){let n=Z.fromId(String(e));t.set(e,n),this.cacheExternalId(e,n)}}return t}catch{return t}}async getServerTime(){return(await this._call(`system.getInfo`)).serverTime}};function Go(e){return typeof e==`object`&&!!e&&`error_code`in e&&`error_msg`in e}var Ko=function(e){return e.KING=`KING`,e.PAWN=`PAWN`,e}(Ko||{}),qo=function(e){return e.OFF=`0`,e.ON=`1`,e}({}),Jo=class{constructor(e){h(this,`_queue`,void 0),h(this,`_readCursor`,void 0),h(this,`_writeCursor`,void 0),h(this,`_moveReadCursor`,void 0),h(this,`_left`,void 0),this._queue=Array(e).fill(null),this._readCursor=this._writeCursor=this._left=0,this._moveReadCursor=!1}get length(){return this._queue.length}get left(){return this._left}toArray(){return Array.from(this._queue)}add(e){this._moveReadCursor&&(this._readCursor=this.nextCursor(this._readCursor)),this._queue[this._writeCursor]===null&&(this._left+=1),this._queue[this._writeCursor]=e,this._writeCursor=this.nextCursor(this._writeCursor),this._moveReadCursor=this._writeCursor===this._readCursor}nextCursor(e){return(e+1)%this._queue.length}next(){let e=this._queue[this._readCursor];return e&&(this._moveReadCursor=!1,this._queue[this._readCursor]=null,this._readCursor=this.nextCursor(this._readCursor),--this._left),e}},Yo=class{constructor(e,t,n,r=null){h(this,`_uuid`,void 0),h(this,`_apiKey`,void 0),h(this,`_callToken`,void 0),h(this,`_apiEnv`,void 0),h(this,`_baseApiUrl`,void 0),h(this,`_sessionKey`,void 0),this._uuid=A.uuid(),this._apiKey=t,this._callToken=n,this._apiEnv=e,this._baseApiUrl=r}async authorize(){let e=await Io(`auth.anonymLogin`,{session_data:{device_id:this._uuid,client_version:j.appVersion,client_type:`SDK_JS`,auth_token:this._callToken,version:3},application_key:this._apiKey},!0,await No(this._baseApiUrl,this._apiEnv));return A.isObject(e)&&!(`error_msg`in e)?(this._sessionKey=e.session_key,!0):!1}async hangupConversation(e){await Io(`vchat.hangupConversation`,{conversationId:e,reason:E.HUNGUP,application_key:this._apiKey,session_key:this._sessionKey},!0,await No(this._baseApiUrl,this._apiEnv))}},$,Xo=null,Zo={getCameras:w.getCameras,getMicrophones:w.getMicrophones,getOutput:w.getOutput,getVideoFacingMode:w.getVideoFacingMode,hasCamera:w.hasCamera,hasMicrophone:w.hasMicrophone,getSavedCamera:w.getSavedCamera,getSavedMicrophone:w.getSavedMicrophone,getSavedOutput:w.getSavedOutput,hasCameraPermission:w.hasCameraPermission,hasMicrophonePermission:w.hasMicrophonePermission,hasPermissions:w.hasPermissions,getUserMedia:w.getUserMedia,getUserVideo:w.getUserVideo,getUserAudio:w.getUserAudio,setResolution:w.setResolution,isBrowserSupported:w.isBrowserSupported,isScreenCapturingSupported:w.isScreenCapturingSupported,os:w.os,isMobile:w.isMobile,browserName:w.browserName,browserVersion:w.browserVersion,baseChromeVersion:w.baseChromeVersion,getAudioContext:w.getAudioContext,isAudioShareSupported:w.isAudioShareSupported},Qo={participantMarkerCompare:A.participantMarkerCompare};function $o(e){Xo=e}function es(e){j.videoEffects=e}function ts(e){j.audioEffects=e}function ns(e,t=null,n={},r=1){j.vmoji=e,j.vmojiOptions={protocolVersion:r,renderingOptions:n},t&&e.setSDK(t)}async function rs(e){if(j.set(e),$||($=new Wo),c.default.disableLog(!j.debug),L.toggle(j.debug),L.log(`Calls SDK ${j.sdkVersion}`,e),await w.init(),!w.isBrowserSupported())throw new D(b.UNSUPPORTED);L.log(`UserAgent:`,navigator.userAgent),L.log(`Screen resolution:`,`${window.screen.width}x${window.screen.height}`),L.log(`Permissions:`,`Camera: ${w.hasCameraPermission()}, Mic: ${w.hasMicrophonePermission()}`),L.log(`Simulcast:`,`${e.simulcast} => ${j.simulcast}`)}async function is(e,t=[x.AUDIO],n=``,r=!1,i=!1,a,o,s){let c=[];return Array.isArray(e)?c=e.length?e:[]:e&&(c=[e]),as([],Oa.USER,t,n,r,i,a,c,o,s)}async function as(e,t=Oa.USER,n,r=``,i=!1,a=!1,o,s,c,l){if(!j.hold&&R.callsLength>0)throw L.error(`There is already active call`),new D(E.FAILED);return new Q($,Xo).onStart({opponentIds:e,opponentType:t,mediaOptions:n,payload:r,joiningAllowed:i,requireAuthToJoin:a,onlyAdminCanShareMovie:o,externalIds:s,onFastStart:c,conversationId:l})}async function os(e,t){return ss(e,k.USER,void 0,t)}async function ss(e,t=k.USER,n,r,i,a){if(e===Q.id())throw Error(`Push has already been processed`);return a&&$.setUserId(a),new Q($,Xo).onPush(e,t,n,r,i)}async function cs(e,t){return e&&(j.authToken=e),t!==void 0&&j.apiBaseUrl!==t&&(j.apiBaseUrl=t,jo()),$.authorize()}async function ls(e=[x.AUDIO],t){return Nc(t).accept(e)}async function us(e){let t=Mc(e);if(t)return t.decline()}async function ds(e,t=[x.AUDIO]){return fs(e,t)}async function fs(e,t,n){if(!j.hold&&R.callsLength>0)throw L.error(`There is already active call`),new D(E.FAILED);return new Q($,Xo).onJoin({conversationId:e,mediaOptions:t,chatId:n})}async function ps(e,t=[x.AUDIO],n,r,i,a){if(!j.hold&&R.callsLength>0)throw L.error(`There is already active call`),new D(E.FAILED);return n&&(j.anonymToken=n),new Q($,Xo).onJoin({joinLink:e,mediaOptions:t,observedIds:r,payload:i,onFastJoin:a})}async function ms(e){let t=Mc(e);if(t)return t.hangup();Q.hangupAfterInit()}async function hs(e,t){let n=Array.isArray(e)?e:[e],r=Q.current();r&&await r.addParticipant(n,t)}async function gs(e,t){let n=Q.current();if(n){let r=e.map(e=>A.composeUserId(e));await n.addParticipantLegacy(r,t)}}async function _s(e,t=!1){let n=$.getCachedRawOkIdByExternalId(e);if(!n){L.warn(`removeParticipant: externalId not found in cache`,e);return}return vs(n,t)}async function vs(e,t=!1){let n=Q.current();if(n)try{await n.removeParticipant(A.composeUserId(e),t)}catch(t){L.warn(`Failed to remove participant ${e}. Perhaps he is no longer on the call. ${t}`)}}async function ys(e,t){let n=Q.current();if(e===`videoinput`&&Nt.contains(t))return j.videoFacingMode=t,n?(w.isMobile()&&n.stopVideoTrack(),n.changeDevice(e)):void 0;if(!await w._saveDeviceId(e,t))throw Error(`Device not found: ${t}`);if(n)return n.changeDevice(e)}async function bs(e,t){let n=typeof e==`object`?{...e,fastScreenSharing:e.captureScreen&&e.fastScreenSharing,captureAudio:e.captureScreen&&e.captureAudio&&j.audioShare}:{captureScreen:e,fastScreenSharing:!1,captureAudio:!1},r=Mc(t);return r?r.toggleScreenCapturing(n):Promise.reject()}function xs(e){let t=Q.current();t&&t.toggleAnimojiCapturing(e)}async function Ss(e,t=!1){let n=Q.current();n&&await n.setVideoStream(e,t)}async function Cs(e,t){let n=Mc(t);n&&await n.toggleLocalVideo(e)}async function ws(e,t){let n=Mc(t);n&&await n.toggleLocalAudio(e)}async function Ts(e){let t=Q.current();if(t)return t.setLocalResolution(e)}async function Es(e){let t=Q.current();t&&await t.changePriorities(e)}async function Ds(e,t){let n=Q.current();if(n){let r;if(t){let e=$.getCachedRawOkIdByExternalId(t);if(!e){L.warn(`changeParticipantState: externalId not found in cache`,t);return}r=A.composeParticipantId(e,k.USER,t.deviceIdx)}await n.changeParticipantState(e,r)}}async function Os(){let e=Q.current();e&&await e.putHandsDown()}async function ks(e){let t=Q.current();t&&await t.updateDisplayLayout(e)}async function As(e){let t=Q.current();t&&await t.requestDisplayLayout(e)}async function js(e,t,n=!1){let r=$.getCachedRawOkIdByExternalId(e);if(!r){L.warn(`grantRoles: externalId not found in cache`,e);return}return Ms(r,Z.getDeviceIdx(e),t,n)}async function Ms(e,t,n,r=!1){let i=Q.current();i&&await i.grantRoles(A.composeParticipantId(e,k.USER,t),n,r)}async function Ns({externalId:e=null,muteStates:t,requestedMedia:n=[],roomId:r=null}){let i=null;return e&&(i=$.getCachedRawOkIdByExternalId(e),i||L.warn(`muteParticipant: externalId not found in cache`,e)),Ps({uid:i,muteStates:t,requestedMedia:n,deviceIdx:Z.getDeviceIdx(e),roomId:r})}async function Ps({uid:e=null,muteStates:t,requestedMedia:n=[],deviceIdx:r=0,roomId:i=null}){let a=Q.current();if(a){let o=e?A.composeParticipantId(e,k.USER,r):null;await a.muteParticipant(o,t,n,i)}}async function Fs(e,t=!1,n=null){let r=$.getCachedRawOkIdByExternalId(e);if(!r){L.warn(`pinParticipant: externalId not found in cache`,e);return}return Is(r,t,Z.getDeviceIdx(e),n)}async function Is(e,t=!1,n=0,r=null){let i=Q.current();i&&await i.pinParticipant(A.composeParticipantId(e,k.USER,n),t,r)}async function Ls(e){let t=Q.current();t&&await t.updateMediaModifiers(e)}async function Rs(e){let t=Q.current();t&&await t.enableVideoSuspend(e)}async function zs(e){let t=Q.current();t&&await t.enableVideoSuspendSuggest(e)}async function Bs(e){let t=Q.current();t&&await t.changeOptions(e)}async function Vs(e,t=null){let n=null;return t&&(n=$.getCachedRawOkIdByExternalId(t),n||L.warn(`chatMessage: externalId not found in cache`,t)),Hs(e,n)}async function Hs(e,t=null){let n=Q.current();if(n){let r=t?A.composeUserId(t):null;await n.chatMessage(e,r)}}async function Us(e=10){let t=Q.current();if(t)return t.chatHistory(e)}async function Ws(e,t=null){let n=null;return t&&(n=$.getCachedRawOkIdByExternalId(t),n||L.warn(`customData: externalId not found in cache`,t)),Gs(e,n,Z.getDeviceIdx(t))}async function Gs(e,t=null,n=0){let r=Q.current();if(r){let i=t?A.composeParticipantId(t,k.USER,n):null;await r.customData(e,i)}}async function Ks(e=``,t=!1,{onlyAdminCanShareMovie:n=!1,waitForAdmin:r=!1,closedConversation:i=!1}={},a){return(await $.createConversation(a??A.uuid(),e,t,{onlyAdminCanShareMovie:n,waitForAdmin:r,closedConversation:i})).join_link}async function qs(e=``,t=!1,{onlyAdminCanShareMovie:n=!1,audioOnly:r=!1}={},i){let a=i.map(e=>Z.fromId(e));return(await $.createConversation(A.uuid(),e,t,{onlyAdminCanShareMovie:n,audienceMode:!0,audioOnly:r},a)).join_link}async function Js(){let e=Q.current();return e?e.createJoinLink():Promise.reject()}async function Ys(){let e=Q.current();return e?e.removeJoinLink():Promise.reject()}async function Xs(e,t){return $.getAnonymTokenByLink(e,t)}function Zs(e){let t=Q.current();t&&t.setVolume(e)}function Qs(e){j.forceRelayPolicy=e}async function $s(e=!1,t=null,n=null,r=`DIRECT_LINK`,i=null,a=null){let o=Q.current();return o?o.startStream(e,t,n,r,i,a):Promise.reject()}async function ec(e=null,t){let n=Q.current();return n?n.stopStream(e,t):Promise.reject()}async function tc(e=null){let t=Q.current();return t?t.publishStream(e):Promise.reject()}async function nc(){let e=Q.current();return e?e.getStreamInfo():Promise.reject()}async function rc(e){let t=Q.current();return t?t.addMovie(e):Promise.reject()}async function ic(e){let t=Q.current();return t?t.updateMovie(e):Promise.reject()}async function ac(e){let t=Q.current();return t?t.removeMovie(e):Promise.reject()}async function oc(e,t){let n=Q.current();if(n){let r=[];for(let t of e){let e,n;t.addParticipantIds&&(e=[],t.addParticipantIds.forEach(t=>{let n=$.getCachedRawOkIdByExternalId(t);n?e.push(A.composeUserId(n)):L.warn(`updateRooms addParticipant: externalId not found in cache`,t)})),t.removeParticipantIds&&(n=[],t.removeParticipantIds.forEach(e=>{let t=$.getCachedRawOkIdByExternalId(e);t?n.push(A.composeUserId(t)):L.warn(`updateRooms removeParticipant: externalId not found in cache`,e)})),r.push({id:t.id,name:t.name,participantCount:t.participantCount,addParticipantIds:e,removeParticipantIds:n,countdownSec:t.countdownSec})}return n.updateRooms(r,t)}return Promise.reject()}async function sc(e,t){let n=Q.current();return n?n.activateRooms(e,t):Promise.reject()}async function cc(e=null,t=null){let n=Q.current();if(!n)return Promise.reject();let r;if(t){let e=$.getCachedRawOkIdByExternalId(t);if(!e){L.warn(`switchRoom: externalId not found in cache`,t);return}let n=Z.getDeviceIdx(t);r=A.composeParticipantId(e,k.USER,n)}return n.switchRoom(e,r)}async function lc(e){let t=Q.current();return t?t.removeRooms(e):Promise.reject()}function uc(e){j.statisticsInterval=e;let t=Q.current();if(t)return t.updateStatisticsInterval()}function dc(e){c.default.disableLog(!e),L.toggle(e)}function fc(e,...t){j.debugLog&&L.send(e,`[external]`,...t)}var pc={list:Ie,get:Le,getJson:Re,download:ze,clear:Be,stats:Ve};function mc(){let e=[[`Calls SDK ${j.sdkVersion}`,j.toJSON()],[`UserAgent:`,navigator.userAgent],[`Screen resolution:`,`${window.screen.width}x${window.screen.height}`],[`Permissions:`,`Camera: ${w.hasCameraPermission()}, Mic: ${w.hasMicrophonePermission()}`]],t=new Date,n=t.getTime(),r=t.toLocaleString(`ru-RU`,{dateStyle:`short`,timeStyle:`long`});return e.map(e=>({h:r,t:n,l:bn.LOG,d:e}))}async function hc(){let e=Q.id(),t=Q.debugSessionId();if(!t||!e)throw L.error(`[uploadDebugLogs]`,`No conversation id found`),Error(`No conversation id found`);let n=await Le({sessionId:t});if(n.length===0)throw L.error(`[uploadDebugLogs]`,`No logs found`),Error(`No logs found`);let r=n[0].t,i=n[n.length-1].t;try{return $?.uploadDebugLogs(e,r,i,JSON.stringify([...mc(),...n]))}catch(e){throw L.error(`[uploadDebugLogs]`,`Error while uploading logs`,e),Error(`Error while uploading logs`,{cause:e})}}async function gc(e){let t=Q.current();if(t)return t.videoEffect(e)}async function _c(e,t){let n=Q.current();if(n)return n.audioEffect(e.length>0?e:null,t)}async function vc(e){let t=Q.current();t&&await t.setAudioStream(e)}async function yc(e,t=null,n=null){let r=Q.current();if(!r)return;let i=n??t?.id,a=null;if(t){let e=$.getCachedRawOkIdByExternalId(t);if(!e)throw Error(`Could not get user id to set animoji svg`);a=A.composeParticipantId(e,k.USER,Z.getDeviceIdx(t))}r.setAnimojiSvg(e,a,i)}function bc(e){let t=Q.current();t&&t.setAnimojiFill(e)}async function xc(e=null,t,n=!1){return Nc().getWaitingHall(e,t,n)}async function Sc(){return Nc().getAudienceModeHands()}async function Cc(e,t=!1){let n=Nc(),r;if(e){let t=$.getCachedRawOkIdByExternalId(e);if(!t){L.warn(`promoteParticipant: externalId not found in cache`,e);return}r=A.composeUserId(t)}return n.promoteParticipant(r,t)}async function wc(e=!1){return Nc().requestPromotion(e)}async function Tc(e=!1){return Nc().acceptPromotion(e)}async function Ec(e){return Nc().getParticipantListChunk(e)}async function Dc(e){return Nc().getParticipants(e)}async function Oc(e){return Nc().feedback(e)}function kc(e,t,n){return Nc().userFeedbackStats(e,t,n)}function Ac(e,t={},n=!1){let r=Q.current();r&&r.sendClientEvent(e,t,n)}async function jc(e,t){return Nc().enableFeatureForRoles(e,t)}function Mc(e){return e?R.get(e)??null:Q.current()}function Nc(e){let t=Mc(e);if(!t)throw Error(`Conversation not found`);return t}async function Pc(e){await $.removeHistoryRecords(e)}async function Fc(e){let t=Q.current();t&&await t.startAsr(e)}async function Ic(e){let t=Q.current();t&&await t.stopAsr(e)}async function Lc(e){let t=Q.current();t&&await t.requestAsr(e)}async function Rc(e){let t=Q.current();return t?t.startUrlSharing(e):Promise.reject()}async function zc(){let e=Q.current();return e?e.stopUrlSharing():Promise.reject()}async function Bc(e){await R.setActive(e)}function Vc(){return R.getActiveId()}function Hc(){return Q.getSyncedTime()}function Uc(){return j.sdkVersion}typeof window<`u`&&(window.__CALLS_SDK=_n),exports.Api=Wo,exports.ApiExternal=Yo,exports.ArrayDequeue=Jo,exports.AuthData=v,exports.BaseLogger=m,exports.CallDirection=Y,exports.CallType=Oa,exports.ChatRoomEventType=ka,exports.ConversationFeature=Aa,exports.ConversationOption=ja,exports.DebugMessageType=bn,exports.ExternalIdType=Ba,Object.defineProperty(exports,"FacingMode",{enumerable:!0,get:function(){return Nt}}),exports.FatalError=b,exports.HangupReason=D,exports.HangupType=E,exports.MediaOption=x,exports.MediaTrackKind=O,exports.MediaType=B,exports.MuteState=Pa,exports.ParticipantState=X,exports.ParticipantStateDataValue=qo,exports.ParticipantStatus=M,exports.RecordRole=Ko,exports.RoomsEventType=Fa,exports.Signaling=Da,exports.SignalingCommandType=z,exports.SignalingConnectionType=mr,exports.SignalingNotification=G,exports.TransportTopology=q,exports.UserRole=Ra,exports.UserType=k,exports.VolumeDetector=ro,exports.acceptCall=ls,exports.acceptPromotion=Tc,exports.activateRooms=sc,exports.addMovie=rc,exports.addParticipant=hs,exports.addParticipantInternal=gs,exports.authorize=cs,exports.browser=Zo,exports.callInternal=as,exports.callTo=is,exports.captureScreen=bs,exports.captureVmoji=xs,exports.changeAudioEffect=_c,exports.changeConversationOptions=Bs,exports.changeDevice=ys,exports.changeParticipantState=Ds,exports.changePriorities=Es,exports.changeVideoEffect=gc,exports.chatHistory=Us,exports.chatMessage=Vs,exports.chatMessageInternal=Hs,exports.createJoinLink=Js,exports.customData=Ws,exports.customDataInternal=Gs,exports.debug=dc,exports.debugLogs=pc,exports.debugMessage=fc,exports.declineCall=us,exports.enableFeatureForRoles=jc,exports.enableVideoSuspend=Rs,exports.enableVideoSuspendSuggest=zs,exports.feedback=Oc,exports.forceRelayPolicy=Qs,exports.getActiveCallId=Vc,exports.getAnonymTokenByLink=Xs,exports.getAudienceModeHands=Sc,exports.getParticipantListChunk=Ec,exports.getParticipants=Dc,exports.getStreamInfo=nc,exports.getSyncedTime=Hc,exports.getWaitingHall=xc,exports.grantRoles=js,exports.grantRolesInternal=Ms,exports.hangup=ms,exports.init=rs,exports.joinCall=ds,exports.joinCallByLink=ps,exports.joinCallInternal=fs,exports.logClientEvent=Ac,exports.muteParticipant=Ns,exports.muteParticipantInternal=Ps,exports.pinParticipant=Fs,exports.pinParticipantInternal=Is,exports.processPush=os,exports.processPushInternal=ss,exports.promoteParticipant=Cc,exports.publishStream=tc,exports.putHandsDown=Os,exports.removeHistoryRecords=Pc,exports.removeJoinLink=Ys,exports.removeMovie=ac,exports.removeParticipant=_s,exports.removeParticipantInternal=vs,exports.removeRooms=lc,exports.requestAsr=Lc,exports.requestDisplayLayout=As,exports.requestPromotion=wc,exports.setAudioEffects=ts,exports.setAudioStream=vc,exports.setLocalResolution=Ts,exports.setLogger=$o,exports.setMediaModifiers=Ls,exports.setStatisticsInterval=uc,exports.setVideoEffects=es,exports.setVideoStream=Ss,exports.setVmoji=ns,exports.setVmojiFill=bc,exports.setVmojiSvg=yc,exports.setVolume=Zs,exports.startAsr=Fc,exports.startAudienceConversation=qs,exports.startConversation=Ks,exports.startStream=$s,exports.startUrlSharing=Rc,exports.stopAsr=Ic,exports.stopStream=ec,exports.stopUrlSharing=zc,exports.switchCall=Bc,exports.switchRoom=cc,exports.toggleLocalAudio=ws,exports.toggleLocalVideo=Cs,exports.updateDisplayLayout=ks,exports.updateMovie=ic,exports.updateRooms=oc,exports.uploadDebugLogs=hc,exports.userFeedbackStats=kc,exports.utils=Qo,exports.version=Uc;