@cloudflare/realtimekit 1.5.2-staging.2 → 1.5.2-staging.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/EncryptionManager.d.ts +2 -1
- package/dist/browser.js +9 -11
- package/dist/dependencies.txt +1 -1
- package/dist/index.cjs.js +7 -9
- package/dist/index.d.ts +2 -1
- package/dist/index.es.js +498 -470
- package/dist/index.es5.js +349 -333
- package/dist/index.rn.js +7 -9
- package/dist/ts3.4/dist/EncryptionManager.d.ts +2 -1
- package/dist/ts3.4/dist/index.d.ts +2 -1
- package/package.json +1 -1
package/dist/index.rn.js
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
|
-
"use strict";var cT=Object.defineProperty;var dT=(s,t,e)=>t in s?cT(s,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):s[t]=e;var h=(s,t,e)=>(dT(s,typeof t!="symbol"?t+"":t,e),e),Cl=(s,t,e)=>{if(!t.has(s))throw TypeError("Cannot "+e)};var a=(s,t,e)=>(Cl(s,t,"read from private field"),e?e.call(s):t.get(s)),g=(s,t,e)=>{if(t.has(s))throw TypeError("Cannot add the same private member more than once");t instanceof WeakSet?t.add(s):t.set(s,e)},m=(s,t,e,r)=>(Cl(s,t,"write to private field"),r?r.call(s,e):t.set(s,e),e);var V=(s,t,e)=>(Cl(s,t,"access private method"),e);const xr=require("uuid"),ig=require("bowser"),T=require("@protobuf-ts/runtime"),lT=require("worker-timers"),uT=require("sdp-transform");function ng(s){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(s){for(const e in s)if(e!=="default"){const r=Object.getOwnPropertyDescriptor(s,e);Object.defineProperty(t,e,r.get?r:{enumerable:!0,get:()=>s[e]})}}return t.default=s,Object.freeze(t)}const Dc=ng(lT),zt=ng(uT);function hT(s){const{length:t}=this,e=s>=0?s:t+s;return e<0||e>=t?void 0:this[e]}Array.prototype.at||Object.assign(Array.prototype,{at:hT});function pT(s){const{length:t}=this,e=s>=0?s:t+s;return e<0||e>=t?void 0:this[e]}String.prototype.at||Object.assign(String.prototype,{at:pT});const gT=s=>{!navigator.isReactNative&&typeof window!="undefined"&&(window.addEventListener("error",t=>{var e;!((e=t.filename)!=null&&e.includes("localhost"))&&t.lineno!==0&&s.error("window::error",{error:t.error},!0)}),window.addEventListener("unhandledrejection",t=>{var e,r,i,n,o,c,d,l;s.error("window::unhandledrejection",{error:t==null?void 0:t.reason,networkCall:{url:(r=(e=t==null?void 0:t.reason)==null?void 0:e.config)==null?void 0:r.url,baseURL:(n=(i=t==null?void 0:t.reason)==null?void 0:i.config)==null?void 0:n.baseURL,method:(c=(o=t==null?void 0:t.reason)==null?void 0:o.config)==null?void 0:c.method,status:(d=t==null?void 0:t.reason)==null?void 0:d.status,statusText:(l=t==null?void 0:t.reason)==null?void 0:l.statusText}},!0)}),window.addEventListener("offline",()=>{s.info("window::offline")}),window.addEventListener("online",()=>{s.info("window::online")}))},eo="chrome",ag="opera",og="firefox",cg="iexplorer",dg="safari",lg="nwjs",ug="electron",hg="react-native",Iu="unknown",Wc={Chrome:eo,Chromium:eo,Opera:ag,Firefox:og,"Internet Explorer":cg,Safari:dg};function mT(){const{userAgent:s}=navigator,t={name:Iu,version:void 0};if(s.match(/Chrome/)&&!s.match(/Edge/))if(s.match(/Edg(A?)/)){const e=s.match(/Chrome\/([\d.]+)/)[1];Number.parseInt(e,10)>72&&(t.name=eo,t.version=e)}else t.name=eo,t.version=s.match(/Chrome\/([\d.]+)/)[1];return t}function fT(){const{userAgent:s}=navigator;if(s.match(/Electron/)){const t=s.match(/Electron\/([\d.]+)/)[1];return{name:ug,version:t}}return null}function TT(){const{userAgent:s}=navigator;if(s.match(/JitsiMeetNW/)){const t=s.match(/JitsiMeetNW\/([\d.]+)/)[1];return{name:lg,version:t}}}function ST(){const s=navigator.userAgent.match(/\b(react[ \t_-]*native)(?:\/(\S+))?/i);let t;if(s||navigator.product==="ReactNative")return s&&s.length>2&&(s[1],t=s[2]),t||(t="unknown"),{name:hg,version:t}}function vT(s){let t;const e=[ST,fT,TT];for(let i=0;i<e.length;i+=1)if(t=e[i](),t)return t;const r=s.getBrowserName();return r in Wc?{name:Wc[r],version:s.getBrowserVersion()}:(t=mT(),t||{name:Iu,version:void 0})}class yT{constructor(){h(this,"_bowser");h(this,"_name");h(this,"_version");h(this,"getDeviceInfo",()=>({isMobile:this.isMobile(),browserName:this._bowser.getBrowserName(),osName:this._bowser.getOSName(),browserVersion:this._bowser.getBrowserVersion(),osVersionName:this._bowser.getOSVersion(),engineName:this._bowser.getEngineName()}))}init(t){let e,r;if(this._bowser=ig.getParser(navigator.userAgent),typeof t=="undefined"){const i=vT(this._bowser);e=i.name,r=i.version}else t.name in Wc?(e=Wc[t.name],r=t.version):(e=Iu,r=void 0);this._name=e,this._version=r}getName(){return this._name}isChrome(){return this._name===eo}isOpera(){return this._name===ag}isFirefox(){return this._name===og}isIExplorer(){return this._name===cg}isSafari(){return this._name===dg}isNWJS(){return this._name===lg}isElectron(){return this._name===ug}isReactNative(){return this._name===hg||navigator.isReactNative===!0}getVersion(){return this._version}isMobile(){return this._bowser.getPlatformType()==="mobile"}_checkCondition(t){if(this._version)return this._bowser.satisfies(t)}isVersionGreaterThan(t){return this._checkCondition({[this._name]:`>${t}`})}isVersionLessThan(t){return this._checkCondition({[this._name]:`<${t}`})}isVersionEqualTo(t){return this._checkCondition({[this._name]:`~${t}`})}}class ET extends yT{doesVideoMuteByStreamRemove(){return this.isChromiumBased()||this.isWebKitBased()}supportsP2P(){return!this.usesUnifiedPlan()}isChromiumBased(){return this.isChrome()||this.isElectron()||this.isNWJS()||this.isOpera()}isWebKitBased(){return this._bowser.isEngine("webkit")&&typeof navigator.mediaDevices!="undefined"&&typeof navigator.mediaDevices.getUserMedia!="undefined"&&typeof window.RTCRtpTransceiver!="undefined"&&Object.keys(RTCRtpTransceiver.prototype).indexOf("currentDirection")>-1}isSupported(){return typeof RTCPeerConnection!="undefined"}isUserInteractionRequiredForUnmute(){return this.isFirefox()&&this.isVersionLessThan("68")}supportsVideoMuteOnConnInterrupted(){return this.isChromiumBased()||this.isReactNative()||this.isWebKitBased()}supportsBandwidthStatistics(){return!this.isFirefox()&&!this.isWebKitBased()}supportsCodecPreferences(){return this.usesUnifiedPlan()&&typeof window.RTCRtpTransceiver!="undefined"&&Object.keys(window.RTCRtpTransceiver.prototype).indexOf("setCodecPreferences")>-1&&Object.keys(RTCRtpSender.prototype).indexOf("getCapabilities")>-1&&!this.isWebKitBased()}supportsDeviceChangeEvent(){return navigator.mediaDevices&&typeof navigator.mediaDevices.ondevicechange!="undefined"&&typeof navigator.mediaDevices.addEventListener!="undefined"}supportsLocalCandidateRttStatistics(){return this.isChromiumBased()||this.isReactNative()||this.isWebKitBased()}supportsPerformanceObserver(){return typeof window.PerformanceObserver!="undefined"&&PerformanceObserver.supportedEntryTypes.indexOf("longtask")>-1}supportsReceiverStats(){return typeof window.RTCRtpReceiver!="undefined"&&Object.keys(RTCRtpReceiver.prototype).indexOf("getSynchronizationSources")>-1}supportsRTTStatistics(){return!this.isFirefox()}usesPlanB(){return!this.usesUnifiedPlan()}usesSdpMungingForSimulcast(){return this.isChromiumBased()||this.isReactNative()||this.isWebKitBased()}usesUnifiedPlan(){return!!(this.isFirefox()||this.isWebKitBased())}usesNewGumFlow(){return!!(this.isChromiumBased()||this.isFirefox()||this.isWebKitBased())}usesAdapter(){return this.usesNewGumFlow()}usesRidsForSimulcast(){return!1}supportsGetDisplayMedia(){return typeof navigator.getDisplayMedia!="undefined"||typeof navigator.mediaDevices!="undefined"&&typeof navigator.mediaDevices.getDisplayMedia!="undefined"}supportsInsertableStreams(){if(!(typeof window.RTCRtpSender!="undefined"&&(window.RTCRtpSender.prototype.createEncodedStreams||window.RTCRtpSender.prototype.createEncodedVideoStreams)))return!1;const t=new ReadableStream;try{return window.postMessage(t,"*",[t]),!0}catch(e){return!1}}supportsAudioRed(){return Boolean(window.RTCRtpSender&&window.RTCRtpSender.getCapabilities&&window.RTCRtpSender.getCapabilities("audio").codecs.some(t=>t.mimeType==="audio/red")&&window.RTCRtpReceiver&&window.RTCRtpReceiver.getCapabilities&&window.RTCRtpReceiver.getCapabilities("audio").codecs.some(t=>t.mimeType==="audio/red"))}supportsSdpSemantics(){return this.isChromiumBased()}_getChromiumBasedVersion(){if(this.isChromiumBased()){if(this.isNWJS())return Number.parseInt(process.versions.chromium,10);const t=navigator.userAgent;if(t.match(/Chrome/))return Number.parseInt(t.match(/Chrome\/([\d.]+)/)[1],10)}return-1}isIOSMobile(){return this.isMobile&&this._bowser.getOSName()==="iOS"}}const pe=new ET;var Xe={},PT={get exports(){return Xe},set exports(s){Xe=s}},cn=typeof Reflect=="object"?Reflect:null,mh=cn&&typeof cn.apply=="function"?cn.apply:function(t,e,r){return Function.prototype.apply.call(t,e,r)},Oc;cn&&typeof cn.ownKeys=="function"?Oc=cn.ownKeys:Object.getOwnPropertySymbols?Oc=function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:Oc=function(t){return Object.getOwnPropertyNames(t)};function _T(s){console&&console.warn&&console.warn(s)}var pg=Number.isNaN||function(t){return t!==t};function se(){se.init.call(this)}PT.exports=se;Xe.once=bT;se.EventEmitter=se;se.prototype._events=void 0;se.prototype._eventsCount=0;se.prototype._maxListeners=void 0;var fh=10;function tl(s){if(typeof s!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof s)}Object.defineProperty(se,"defaultMaxListeners",{enumerable:!0,get:function(){return fh},set:function(s){if(typeof s!="number"||s<0||pg(s))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+s+".");fh=s}});se.init=function(){(this._events===void 0||this._events===Object.getPrototypeOf(this)._events)&&(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0};se.prototype.setMaxListeners=function(t){if(typeof t!="number"||t<0||pg(t))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+t+".");return this._maxListeners=t,this};function gg(s){return s._maxListeners===void 0?se.defaultMaxListeners:s._maxListeners}se.prototype.getMaxListeners=function(){return gg(this)};se.prototype.emit=function(t){for(var e=[],r=1;r<arguments.length;r++)e.push(arguments[r]);var i=t==="error",n=this._events;if(n!==void 0)i=i&&n.error===void 0;else if(!i)return!1;if(i){var o;if(e.length>0&&(o=e[0]),o instanceof Error)throw o;var c=new Error("Unhandled error."+(o?" ("+o.message+")":""));throw c.context=o,c}var d=n[t];if(d===void 0)return!1;if(typeof d=="function")mh(d,this,e);else for(var l=d.length,u=vg(d,l),r=0;r<l;++r)mh(u[r],this,e);return!0};function mg(s,t,e,r){var i,n,o;if(tl(e),n=s._events,n===void 0?(n=s._events=Object.create(null),s._eventsCount=0):(n.newListener!==void 0&&(s.emit("newListener",t,e.listener?e.listener:e),n=s._events),o=n[t]),o===void 0)o=n[t]=e,++s._eventsCount;else if(typeof o=="function"?o=n[t]=r?[e,o]:[o,e]:r?o.unshift(e):o.push(e),i=gg(s),i>0&&o.length>i&&!o.warned){o.warned=!0;var c=new Error("Possible EventEmitter memory leak detected. "+o.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");c.name="MaxListenersExceededWarning",c.emitter=s,c.type=t,c.count=o.length,_T(c)}return s}se.prototype.addListener=function(t,e){return mg(this,t,e,!1)};se.prototype.on=se.prototype.addListener;se.prototype.prependListener=function(t,e){return mg(this,t,e,!0)};function CT(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length===0?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function fg(s,t,e){var r={fired:!1,wrapFn:void 0,target:s,type:t,listener:e},i=CT.bind(r);return i.listener=e,r.wrapFn=i,i}se.prototype.once=function(t,e){return tl(e),this.on(t,fg(this,t,e)),this};se.prototype.prependOnceListener=function(t,e){return tl(e),this.prependListener(t,fg(this,t,e)),this};se.prototype.removeListener=function(t,e){var r,i,n,o,c;if(tl(e),i=this._events,i===void 0)return this;if(r=i[t],r===void 0)return this;if(r===e||r.listener===e)--this._eventsCount===0?this._events=Object.create(null):(delete i[t],i.removeListener&&this.emit("removeListener",t,r.listener||e));else if(typeof r!="function"){for(n=-1,o=r.length-1;o>=0;o--)if(r[o]===e||r[o].listener===e){c=r[o].listener,n=o;break}if(n<0)return this;n===0?r.shift():wT(r,n),r.length===1&&(i[t]=r[0]),i.removeListener!==void 0&&this.emit("removeListener",t,c||e)}return this};se.prototype.off=se.prototype.removeListener;se.prototype.removeAllListeners=function(t){var e,r,i;if(r=this._events,r===void 0)return this;if(r.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):r[t]!==void 0&&(--this._eventsCount===0?this._events=Object.create(null):delete r[t]),this;if(arguments.length===0){var n=Object.keys(r),o;for(i=0;i<n.length;++i)o=n[i],o!=="removeListener"&&this.removeAllListeners(o);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if(e=r[t],typeof e=="function")this.removeListener(t,e);else if(e!==void 0)for(i=e.length-1;i>=0;i--)this.removeListener(t,e[i]);return this};function Tg(s,t,e){var r=s._events;if(r===void 0)return[];var i=r[t];return i===void 0?[]:typeof i=="function"?e?[i.listener||i]:[i]:e?RT(i):vg(i,i.length)}se.prototype.listeners=function(t){return Tg(this,t,!0)};se.prototype.rawListeners=function(t){return Tg(this,t,!1)};se.listenerCount=function(s,t){return typeof s.listenerCount=="function"?s.listenerCount(t):Sg.call(s,t)};se.prototype.listenerCount=Sg;function Sg(s){var t=this._events;if(t!==void 0){var e=t[s];if(typeof e=="function")return 1;if(e!==void 0)return e.length}return 0}se.prototype.eventNames=function(){return this._eventsCount>0?Oc(this._events):[]};function vg(s,t){for(var e=new Array(t),r=0;r<t;++r)e[r]=s[r];return e}function wT(s,t){for(;t+1<s.length;t++)s[t]=s[t+1];s.pop()}function RT(s){for(var t=new Array(s.length),e=0;e<t.length;++e)t[e]=s[e].listener||s[e];return t}function bT(s,t){return new Promise(function(e,r){function i(o){s.removeListener(t,n),r(o)}function n(){typeof s.removeListener=="function"&&s.removeListener("error",i),e([].slice.call(arguments))}yg(s,t,n,{once:!0}),t!=="error"&&kT(s,i,{once:!0})})}function kT(s,t,e){typeof s.on=="function"&&yg(s,"error",t,e)}function yg(s,t,e,r){if(typeof s.on=="function")r.once?s.once(t,e):s.on(t,e);else if(typeof s.addEventListener=="function")s.addEventListener(t,function i(n){r.once&&s.removeEventListener(t,i),e(n)});else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof s)}var G;(function(s){s[s.MAJOR_EVENT=0]="MAJOR_EVENT",s[s.MINOR_EVENT=1]="MINOR_EVENT"})(G||(G={}));var D;(function(s){s.PRECALL_TEST_BEGIN="precall_begin",s.PRECALL_TEST_COMPLETE="precall_end",s.CALL_JOIN_BEGIN="call_join",s.NET_QUALITY_TEST_BEGIN="net_quality_test_begin",s.NET_QUALITY_TEST_END="net_quality_test_end",s.WEBSOCKET_CONNECTED="websocket_connected",s.TRANSPORT_CONNECTED="transport_connected",s.AUDIO_ON="audio_on",s.AUDIO_OFF="audio_off",s.VIDEO_ON="video_on",s.VIDEO_OFF="video_off",s.PARTICIPANT_ROLE="participant_role",s.PING_STAT="ping_stat",s.DISCONNECT="disconnect",s.RECONNECT_ATTEMPT="reconnect_attempt",s.SCREENSHARE_START_REQUESTED="screenshare_start_requested",s.SCREENSHARE_STARTED="screenshare_started",s.SCREENSHARE_STOPPED="screenshare_stopped",s.TAB_CHANGE="tab_change",s.BROWSER_BACKGROUNDED="browser_backgrounded",s.BROWSER_FOREGROUNDED="browser_foregrounded",s.DOMINANT_SPEAKER="dominant_speaker",s.AUDIO_DEVICES_UPDATES="audio_devices_updates",s.VIDEO_DEVICES_UPDATES="video_devices_updates",s.SPEAKER_DEVICES_UPDATES="speaker_devices_updates",s.SELECTED_MICROHPONE_UPDATE="selected_microphone_update",s.SELECTED_CAMERA_UPDATE="selected_camera_update",s.SELECTED_SPEAKER_UPDATE="selected_speaker_update",s.EXPECTED_VIDEO_RESOLUTION="expected_video_resolution",s.EXPECTED_SCREENSHARE_RESOLUTION="expected_screenshare_resolution",s.MEDIA_PERMISSION="media_permission",s.LEGACY_SWITCH="legacy_switch",s.AUDIO_PLAY_FAILED="audio_play_failed",s.VIDEO_PLAY_FAILED="video_play_failed",s.AUDIO_TRACK_MUTED="audio_track_muted",s.VIDEO_TRACK_MUTED="video_track_muted",s.IVS_PLAYER_REBUFFERING="ivs_player_rebuffering",s.IVS_PLAYER_AUDIO_BLOCKED="ivs_player_audio_blocked",s.IVS_PLAYER_PLAYBACK_BLOCKED="ivs_player_playback_blocked",s.IVS_PLAYER_ERROR="ivs_player_error",s.IVS_PLAYER_RECOVERABLE_ERROR="ivs_player_recoverable_error",s.IVS_PLAYER_WORKER_ERROR="ivs_player_worker_error",s.IVS_PLAYER_NETWORK_UNAVAILABLE="ivs_player_network_unavailable",s.LIVESTREAM_LATENCY="livestream_latency",s.IVS_PLAYER_ANALYTICS_EVENT="ivs_player_analytics_event",s.IVS_PLAYER_PLAYBACK_RATE_CHANGED="ivs_player_playback_rate_changed",s.IVS_PLAYER_QUALITY_CHANGED="ivs_player_quality_changed",s.IVS_PLAYER_INITIALIZED="ivs_player_initialized"})(D||(D={}));const MT=new Map([[D.PRECALL_TEST_BEGIN,G.MINOR_EVENT],[D.PRECALL_TEST_COMPLETE,G.MINOR_EVENT],[D.CALL_JOIN_BEGIN,G.MAJOR_EVENT],[D.NET_QUALITY_TEST_BEGIN,G.MINOR_EVENT],[D.NET_QUALITY_TEST_END,G.MINOR_EVENT],[D.WEBSOCKET_CONNECTED,G.MINOR_EVENT],[D.TRANSPORT_CONNECTED,G.MAJOR_EVENT],[D.AUDIO_ON,G.MINOR_EVENT],[D.AUDIO_OFF,G.MINOR_EVENT],[D.VIDEO_ON,G.MINOR_EVENT],[D.VIDEO_OFF,G.MINOR_EVENT],[D.PARTICIPANT_ROLE,G.MINOR_EVENT],[D.PING_STAT,G.MAJOR_EVENT],[D.DISCONNECT,G.MAJOR_EVENT],[D.RECONNECT_ATTEMPT,G.MAJOR_EVENT],[D.SCREENSHARE_START_REQUESTED,G.MINOR_EVENT],[D.SCREENSHARE_STARTED,G.MINOR_EVENT],[D.SCREENSHARE_STOPPED,G.MINOR_EVENT],[D.TAB_CHANGE,G.MINOR_EVENT],[D.BROWSER_BACKGROUNDED,G.MINOR_EVENT],[D.BROWSER_FOREGROUNDED,G.MINOR_EVENT],[D.DOMINANT_SPEAKER,G.MINOR_EVENT],[D.AUDIO_DEVICES_UPDATES,G.MINOR_EVENT],[D.VIDEO_DEVICES_UPDATES,G.MINOR_EVENT],[D.SPEAKER_DEVICES_UPDATES,G.MINOR_EVENT],[D.SELECTED_MICROHPONE_UPDATE,G.MINOR_EVENT],[D.SELECTED_CAMERA_UPDATE,G.MINOR_EVENT],[D.SELECTED_SPEAKER_UPDATE,G.MINOR_EVENT],[D.MEDIA_PERMISSION,G.MINOR_EVENT],[D.LEGACY_SWITCH,G.MINOR_EVENT],[D.AUDIO_PLAY_FAILED,G.MINOR_EVENT],[D.VIDEO_PLAY_FAILED,G.MINOR_EVENT],[D.AUDIO_TRACK_MUTED,G.MINOR_EVENT],[D.VIDEO_TRACK_MUTED,G.MINOR_EVENT],[D.IVS_PLAYER_REBUFFERING,G.MAJOR_EVENT],[D.IVS_PLAYER_AUDIO_BLOCKED,G.MAJOR_EVENT],[D.IVS_PLAYER_PLAYBACK_BLOCKED,G.MAJOR_EVENT],[D.IVS_PLAYER_ERROR,G.MAJOR_EVENT],[D.IVS_PLAYER_RECOVERABLE_ERROR,G.MAJOR_EVENT],[D.IVS_PLAYER_WORKER_ERROR,G.MAJOR_EVENT],[D.IVS_PLAYER_NETWORK_UNAVAILABLE,G.MAJOR_EVENT],[D.LIVESTREAM_LATENCY,G.MAJOR_EVENT],[D.IVS_PLAYER_ANALYTICS_EVENT,G.MINOR_EVENT],[D.IVS_PLAYER_PLAYBACK_RATE_CHANGED,G.MINOR_EVENT],[D.IVS_PLAYER_QUALITY_CHANGED,G.MINOR_EVENT],[D.IVS_PLAYER_INITIALIZED,G.MINOR_EVENT],[D.EXPECTED_VIDEO_RESOLUTION,G.MINOR_EVENT],[D.EXPECTED_SCREENSHARE_RESOLUTION,G.MINOR_EVENT]]);class AT{constructor(){h(this,"events");this.events=[]}add(t){this.events.push(t)}flush(){return{entries:this.events.splice(0,25)}}}class IT extends Xe{constructor({logger:e,peerId:r,apiHostnames:i,authToken:n}){super();h(this,"logger");h(this,"peerId");h(this,"eventStore");h(this,"apiEndpoint");h(this,"authToken");this.logger=e,this.peerId=r,this.authToken=n,this.apiEndpoint=`https://${i.daCollector}/api/v1/message`,this.eventStore=new AT}async sendEventsChunkToServer(e){const r={payload:e,peerId:this.peerId},i=new AbortController,n=setTimeout(()=>i.abort(),3e3);try{return await fetch(this.apiEndpoint,{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${this.authToken}`},body:JSON.stringify(r),signal:i.signal}),!0}catch(o){return this.logger.error("callStats::sendEventsChunkToServer::catch",{peerId:this.peerId,endpoint:this.apiEndpoint,error:o instanceof Error?o.message:String(o),stack:o instanceof Error?o.stack:void 0}),!1}finally{clearTimeout(n)}}callEvent(e){e.timestamp=new Date,this.eventStore.add(e),this.emit(e.event,e.metaData),MT.get(e.event)===G.MAJOR_EVENT&&this.flush()}async flush(){var r;const e=this.eventStore.flush();if((r=e==null?void 0:e.entries)!=null&&r.length){const i=await this.sendEventsChunkToServer(e);return i||e.entries.forEach(n=>{this.eventStore.add(n)}),i}return!1}}var Th;(function(s){s.CHROMIUM="chromum",s.FIREFOX="firefox",s.SAFARI="safari"})(Th||(Th={}));const Eg={DEVEL:"devel",PREPROD:"preprod",PROD:"prod"};var Nt;(function(s){s.AUDIO="AUDIO",s.VIDEO="VIDEO",s.SPEAKER="SPEAKER",s.SCREENSHARE="SCREENSHARE"})(Nt||(Nt={}));var Sh;(function(s){s[s.INIT=0]="INIT",s[s.ACCEPTED=1]="ACCEPTED",s[s.DENIED=2]="DENIED",s[s.SYS_DENIED=3]="SYS_DENIED",s[s.FAILED=4]="FAILED",s[s.NOTFOUND=5]="NOTFOUND",s[s.NOT_APPLICABLE=6]="NOT_APPLICABLE"})(Sh||(Sh={}));function Nr(s){return s?s.split(".").slice(0,2).concat(["0","0"]).join("."):""}function Jc({packetsLost:s,packetsSent:t}){return t>0?s*100/t:0}function Kc({packetsLost:s,packetsReceived:t}){return t+s>0?s*100/(t+s):0}const Pg=240,_g=720,Cg=8,wg=3,sl=10,rl=.02,il=.03;function Js({stat:s,weight:t,rangeMin:e,rangeMax:r,rangeRankingDirection:i}){return s==null?t:e===r?i==="UP"?s<=e?t:0:s>=r?t:0:i==="UP"?(1-Math.max(Math.min(r,Math.abs(s))-e,0)/(r-e))*t:i==="DOWN"?Math.max(Math.min(r,Math.abs(s))-e,0)/(r-e)*t:t}function Rg({isLowQualityVideo:s,isVideoStuck:t,isVideoLagging:e,jitterQuality:r,packetsLostQuality:i}){const n=.8*((s?.85:1)*(e?.7:1)*(t?.5:1))+.2*(r*i);return Math.round((n+Number.EPSILON)*100)/100}function bg({packetsLost:s,packetsSent:t}){return t>0?s*100/t:0}function kg({packetsLost:s,packetsSent:t,jitter:e}){const i=Js({stat:bg({packetsLost:s,packetsSent:t}),weight:.7,rangeMin:0,rangeMax:sl,rangeRankingDirection:"UP"}),o=Js({stat:e,weight:.3,rangeMin:rl,rangeMax:il,rangeRankingDirection:"UP"});return i+o}function DT({frameWidth:s,isScreenShare:t}){return s<(t?_g:Pg)}function OT({framesPerSecond:s,isScreenShare:t}){return s<(t?wg:Cg)}function NT({framesEncoded:s}){return s===0}function Mg({frameWidth:s,framesPerSecond:t,packetsLost:e,packetsSent:r,jitter:i,isScreenShare:n,framesEncoded:o}){const c=Js({stat:bg({packetsLost:e,packetsSent:r}),weight:1,rangeMin:0,rangeMax:sl,rangeRankingDirection:"UP"}),d=Js({stat:i,weight:1,rangeMin:rl,rangeMax:il,rangeRankingDirection:"UP"}),l=DT({frameWidth:s,isScreenShare:n}),u=OT({framesPerSecond:t,isScreenShare:n}),p=NT({framesEncoded:o,isScreenShare:n});return Rg({isLowQualityVideo:l,isVideoLagging:u,isVideoStuck:p,jitterQuality:d,packetsLostQuality:c})}function Ag({packetsLost:s,packetsReceived:t}){return t+s>0?s*100/(t+s):0}function Ig({concealmentEvents:s,packetsLost:t,packetsReceived:e,jitter:r}){const n=Js({stat:s,weight:.2,rangeMin:0,rangeMax:3,rangeRankingDirection:"UP"}),o=.5,c=Js({stat:Ag({packetsLost:t,packetsReceived:e}),weight:o,rangeMin:0,rangeMax:sl,rangeRankingDirection:"UP"}),l=Js({stat:r,weight:.3,rangeMin:rl,rangeMax:il,rangeRankingDirection:"UP"});return n+c+l}function LT({framesDecoded:s}){return s===0}function VT({framesPerSecond:s,isScreenShare:t}){return s<(t?wg:Cg)}function xT({frameWidth:s,isScreenShare:t}){return s<(t?_g:Pg)}function Dg({frameWidth:s,framesPerSecond:t,packetsLost:e,packetsReceived:r,jitter:i,isScreenShare:n,framesDecoded:o}){const c=Js({stat:Ag({packetsLost:e,packetsReceived:r}),weight:1,rangeMin:0,rangeMax:sl,rangeRankingDirection:"UP"}),d=Js({stat:i,weight:1,rangeMin:rl,rangeMax:il,rangeRankingDirection:"UP"}),l=xT({frameWidth:s,isScreenShare:n}),u=VT({framesPerSecond:t,isScreenShare:n}),p=LT({framesDecoded:o,isScreenShare:n});return Rg({isLowQualityVideo:l,isVideoLagging:u,isVideoStuck:p,jitterQuality:d,packetsLostQuality:c})}class Ys{constructor(t){h(this,"pc1");h(this,"pc2");h(this,"constrainVideoBitrateKbps");h(this,"constrainOfferToRemoveVideoFec",!1);h(this,"iceCandidateFilter");const e=new RTCPeerConnection(t),r=new RTCPeerConnection(t);this.pc1=e,this.pc2=r,this.iceCandidateFilter=Ys.noFilter,this.pc1.addEventListener("icecandidate",this.onIceCandidate.bind(this,this.pc2)),this.pc2.addEventListener("icecandidate",this.onIceCandidate.bind(this,this.pc1))}static parseCandidate(t){const e="candidate:",r=t.indexOf(e)+e.length,i=t.substr(r).split(" ");return{type:i[7],protocol:i[2],address:i[4]}}static isNotHostCandidate(t){return t.type!=="host"}static isHost(t){return t.type==="host"}static isRelay(t){return t.type==="relay"}static isReflexive(t){return t.type==="srflx"}static noFilter(t){return!0}onIceCandidate(t,e){if(e.candidate){const r=Ys.parseCandidate(e.candidate.candidate);this.iceCandidateFilter(r)&&t.addIceCandidate(e.candidate)}}setIceCandidateFilter(t){this.iceCandidateFilter=t}constrainVideoBitrate(t){this.constrainVideoBitrateKbps=t}disableVideoFec(){this.constrainOfferToRemoveVideoFec=!0}gotOffer(t){this.constrainOfferToRemoveVideoFec&&(t.sdp=t.sdp.replace(/(m=video 1 [^\r]+)(116 117)(\r\n)/g,`$1\r
|
|
1
|
+
"use strict";var cT=Object.defineProperty;var dT=(s,t,e)=>t in s?cT(s,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):s[t]=e;var h=(s,t,e)=>(dT(s,typeof t!="symbol"?t+"":t,e),e),Cl=(s,t,e)=>{if(!t.has(s))throw TypeError("Cannot "+e)};var a=(s,t,e)=>(Cl(s,t,"read from private field"),e?e.call(s):t.get(s)),g=(s,t,e)=>{if(t.has(s))throw TypeError("Cannot add the same private member more than once");t instanceof WeakSet?t.add(s):t.set(s,e)},m=(s,t,e,r)=>(Cl(s,t,"write to private field"),r?r.call(s,e):t.set(s,e),e);var V=(s,t,e)=>(Cl(s,t,"access private method"),e);const xr=require("uuid"),ig=require("bowser"),T=require("@protobuf-ts/runtime"),lT=require("worker-timers"),uT=require("sdp-transform");function ng(s){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(s){for(const e in s)if(e!=="default"){const r=Object.getOwnPropertyDescriptor(s,e);Object.defineProperty(t,e,r.get?r:{enumerable:!0,get:()=>s[e]})}}return t.default=s,Object.freeze(t)}const Dc=ng(lT),Yt=ng(uT);function hT(s){const{length:t}=this,e=s>=0?s:t+s;return e<0||e>=t?void 0:this[e]}Array.prototype.at||Object.assign(Array.prototype,{at:hT});function pT(s){const{length:t}=this,e=s>=0?s:t+s;return e<0||e>=t?void 0:this[e]}String.prototype.at||Object.assign(String.prototype,{at:pT});const gT=s=>{!navigator.isReactNative&&typeof window!="undefined"&&(window.addEventListener("error",t=>{var e;!((e=t.filename)!=null&&e.includes("localhost"))&&t.lineno!==0&&s.error("window::error",{error:t.error},!0)}),window.addEventListener("unhandledrejection",t=>{var e,r,i,n,o,c,d,l;s.error("window::unhandledrejection",{error:t==null?void 0:t.reason,networkCall:{url:(r=(e=t==null?void 0:t.reason)==null?void 0:e.config)==null?void 0:r.url,baseURL:(n=(i=t==null?void 0:t.reason)==null?void 0:i.config)==null?void 0:n.baseURL,method:(c=(o=t==null?void 0:t.reason)==null?void 0:o.config)==null?void 0:c.method,status:(d=t==null?void 0:t.reason)==null?void 0:d.status,statusText:(l=t==null?void 0:t.reason)==null?void 0:l.statusText}},!0)}),window.addEventListener("offline",()=>{s.info("window::offline")}),window.addEventListener("online",()=>{s.info("window::online")}))},eo="chrome",ag="opera",og="firefox",cg="iexplorer",dg="safari",lg="nwjs",ug="electron",hg="react-native",Iu="unknown",Wc={Chrome:eo,Chromium:eo,Opera:ag,Firefox:og,"Internet Explorer":cg,Safari:dg};function mT(){const{userAgent:s}=navigator,t={name:Iu,version:void 0};if(s.match(/Chrome/)&&!s.match(/Edge/))if(s.match(/Edg(A?)/)){const e=s.match(/Chrome\/([\d.]+)/)[1];Number.parseInt(e,10)>72&&(t.name=eo,t.version=e)}else t.name=eo,t.version=s.match(/Chrome\/([\d.]+)/)[1];return t}function fT(){const{userAgent:s}=navigator;if(s.match(/Electron/)){const t=s.match(/Electron\/([\d.]+)/)[1];return{name:ug,version:t}}return null}function TT(){const{userAgent:s}=navigator;if(s.match(/JitsiMeetNW/)){const t=s.match(/JitsiMeetNW\/([\d.]+)/)[1];return{name:lg,version:t}}}function ST(){const s=navigator.userAgent.match(/\b(react[ \t_-]*native)(?:\/(\S+))?/i);let t;if(s||navigator.product==="ReactNative")return s&&s.length>2&&(s[1],t=s[2]),t||(t="unknown"),{name:hg,version:t}}function vT(s){let t;const e=[ST,fT,TT];for(let i=0;i<e.length;i+=1)if(t=e[i](),t)return t;const r=s.getBrowserName();return r in Wc?{name:Wc[r],version:s.getBrowserVersion()}:(t=mT(),t||{name:Iu,version:void 0})}class yT{constructor(){h(this,"_bowser");h(this,"_name");h(this,"_version");h(this,"getDeviceInfo",()=>({isMobile:this.isMobile(),browserName:this._bowser.getBrowserName(),osName:this._bowser.getOSName(),browserVersion:this._bowser.getBrowserVersion(),osVersionName:this._bowser.getOSVersion(),engineName:this._bowser.getEngineName()}))}init(t){let e,r;if(this._bowser=ig.getParser(navigator.userAgent),typeof t=="undefined"){const i=vT(this._bowser);e=i.name,r=i.version}else t.name in Wc?(e=Wc[t.name],r=t.version):(e=Iu,r=void 0);this._name=e,this._version=r}getName(){return this._name}isChrome(){return this._name===eo}isOpera(){return this._name===ag}isFirefox(){return this._name===og}isIExplorer(){return this._name===cg}isSafari(){return this._name===dg}isNWJS(){return this._name===lg}isElectron(){return this._name===ug}isReactNative(){return this._name===hg||navigator.isReactNative===!0}getVersion(){return this._version}isMobile(){return this._bowser.getPlatformType()==="mobile"}_checkCondition(t){if(this._version)return this._bowser.satisfies(t)}isVersionGreaterThan(t){return this._checkCondition({[this._name]:`>${t}`})}isVersionLessThan(t){return this._checkCondition({[this._name]:`<${t}`})}isVersionEqualTo(t){return this._checkCondition({[this._name]:`~${t}`})}}class ET extends yT{doesVideoMuteByStreamRemove(){return this.isChromiumBased()||this.isWebKitBased()}supportsP2P(){return!this.usesUnifiedPlan()}isChromiumBased(){return this.isChrome()||this.isElectron()||this.isNWJS()||this.isOpera()}isWebKitBased(){return this._bowser.isEngine("webkit")&&typeof navigator.mediaDevices!="undefined"&&typeof navigator.mediaDevices.getUserMedia!="undefined"&&typeof window.RTCRtpTransceiver!="undefined"&&Object.keys(RTCRtpTransceiver.prototype).indexOf("currentDirection")>-1}isSupported(){return typeof RTCPeerConnection!="undefined"}isUserInteractionRequiredForUnmute(){return this.isFirefox()&&this.isVersionLessThan("68")}supportsVideoMuteOnConnInterrupted(){return this.isChromiumBased()||this.isReactNative()||this.isWebKitBased()}supportsBandwidthStatistics(){return!this.isFirefox()&&!this.isWebKitBased()}supportsCodecPreferences(){return this.usesUnifiedPlan()&&typeof window.RTCRtpTransceiver!="undefined"&&Object.keys(window.RTCRtpTransceiver.prototype).indexOf("setCodecPreferences")>-1&&Object.keys(RTCRtpSender.prototype).indexOf("getCapabilities")>-1&&!this.isWebKitBased()}supportsDeviceChangeEvent(){return navigator.mediaDevices&&typeof navigator.mediaDevices.ondevicechange!="undefined"&&typeof navigator.mediaDevices.addEventListener!="undefined"}supportsLocalCandidateRttStatistics(){return this.isChromiumBased()||this.isReactNative()||this.isWebKitBased()}supportsPerformanceObserver(){return typeof window.PerformanceObserver!="undefined"&&PerformanceObserver.supportedEntryTypes.indexOf("longtask")>-1}supportsReceiverStats(){return typeof window.RTCRtpReceiver!="undefined"&&Object.keys(RTCRtpReceiver.prototype).indexOf("getSynchronizationSources")>-1}supportsRTTStatistics(){return!this.isFirefox()}usesPlanB(){return!this.usesUnifiedPlan()}usesSdpMungingForSimulcast(){return this.isChromiumBased()||this.isReactNative()||this.isWebKitBased()}usesUnifiedPlan(){return!!(this.isFirefox()||this.isWebKitBased())}usesNewGumFlow(){return!!(this.isChromiumBased()||this.isFirefox()||this.isWebKitBased())}usesAdapter(){return this.usesNewGumFlow()}usesRidsForSimulcast(){return!1}supportsGetDisplayMedia(){return typeof navigator.getDisplayMedia!="undefined"||typeof navigator.mediaDevices!="undefined"&&typeof navigator.mediaDevices.getDisplayMedia!="undefined"}supportsInsertableStreams(){if(!(typeof window.RTCRtpSender!="undefined"&&(window.RTCRtpSender.prototype.createEncodedStreams||window.RTCRtpSender.prototype.createEncodedVideoStreams)))return!1;const t=new ReadableStream;try{return window.postMessage(t,"*",[t]),!0}catch(e){return!1}}supportsAudioRed(){return Boolean(window.RTCRtpSender&&window.RTCRtpSender.getCapabilities&&window.RTCRtpSender.getCapabilities("audio").codecs.some(t=>t.mimeType==="audio/red")&&window.RTCRtpReceiver&&window.RTCRtpReceiver.getCapabilities&&window.RTCRtpReceiver.getCapabilities("audio").codecs.some(t=>t.mimeType==="audio/red"))}supportsSdpSemantics(){return this.isChromiumBased()}_getChromiumBasedVersion(){if(this.isChromiumBased()){if(this.isNWJS())return Number.parseInt(process.versions.chromium,10);const t=navigator.userAgent;if(t.match(/Chrome/))return Number.parseInt(t.match(/Chrome\/([\d.]+)/)[1],10)}return-1}isIOSMobile(){return this.isMobile&&this._bowser.getOSName()==="iOS"}}const pe=new ET;var Xe={},PT={get exports(){return Xe},set exports(s){Xe=s}},cn=typeof Reflect=="object"?Reflect:null,mh=cn&&typeof cn.apply=="function"?cn.apply:function(t,e,r){return Function.prototype.apply.call(t,e,r)},Oc;cn&&typeof cn.ownKeys=="function"?Oc=cn.ownKeys:Object.getOwnPropertySymbols?Oc=function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:Oc=function(t){return Object.getOwnPropertyNames(t)};function _T(s){console&&console.warn&&console.warn(s)}var pg=Number.isNaN||function(t){return t!==t};function se(){se.init.call(this)}PT.exports=se;Xe.once=bT;se.EventEmitter=se;se.prototype._events=void 0;se.prototype._eventsCount=0;se.prototype._maxListeners=void 0;var fh=10;function tl(s){if(typeof s!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof s)}Object.defineProperty(se,"defaultMaxListeners",{enumerable:!0,get:function(){return fh},set:function(s){if(typeof s!="number"||s<0||pg(s))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+s+".");fh=s}});se.init=function(){(this._events===void 0||this._events===Object.getPrototypeOf(this)._events)&&(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0};se.prototype.setMaxListeners=function(t){if(typeof t!="number"||t<0||pg(t))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+t+".");return this._maxListeners=t,this};function gg(s){return s._maxListeners===void 0?se.defaultMaxListeners:s._maxListeners}se.prototype.getMaxListeners=function(){return gg(this)};se.prototype.emit=function(t){for(var e=[],r=1;r<arguments.length;r++)e.push(arguments[r]);var i=t==="error",n=this._events;if(n!==void 0)i=i&&n.error===void 0;else if(!i)return!1;if(i){var o;if(e.length>0&&(o=e[0]),o instanceof Error)throw o;var c=new Error("Unhandled error."+(o?" ("+o.message+")":""));throw c.context=o,c}var d=n[t];if(d===void 0)return!1;if(typeof d=="function")mh(d,this,e);else for(var l=d.length,u=vg(d,l),r=0;r<l;++r)mh(u[r],this,e);return!0};function mg(s,t,e,r){var i,n,o;if(tl(e),n=s._events,n===void 0?(n=s._events=Object.create(null),s._eventsCount=0):(n.newListener!==void 0&&(s.emit("newListener",t,e.listener?e.listener:e),n=s._events),o=n[t]),o===void 0)o=n[t]=e,++s._eventsCount;else if(typeof o=="function"?o=n[t]=r?[e,o]:[o,e]:r?o.unshift(e):o.push(e),i=gg(s),i>0&&o.length>i&&!o.warned){o.warned=!0;var c=new Error("Possible EventEmitter memory leak detected. "+o.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");c.name="MaxListenersExceededWarning",c.emitter=s,c.type=t,c.count=o.length,_T(c)}return s}se.prototype.addListener=function(t,e){return mg(this,t,e,!1)};se.prototype.on=se.prototype.addListener;se.prototype.prependListener=function(t,e){return mg(this,t,e,!0)};function CT(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length===0?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function fg(s,t,e){var r={fired:!1,wrapFn:void 0,target:s,type:t,listener:e},i=CT.bind(r);return i.listener=e,r.wrapFn=i,i}se.prototype.once=function(t,e){return tl(e),this.on(t,fg(this,t,e)),this};se.prototype.prependOnceListener=function(t,e){return tl(e),this.prependListener(t,fg(this,t,e)),this};se.prototype.removeListener=function(t,e){var r,i,n,o,c;if(tl(e),i=this._events,i===void 0)return this;if(r=i[t],r===void 0)return this;if(r===e||r.listener===e)--this._eventsCount===0?this._events=Object.create(null):(delete i[t],i.removeListener&&this.emit("removeListener",t,r.listener||e));else if(typeof r!="function"){for(n=-1,o=r.length-1;o>=0;o--)if(r[o]===e||r[o].listener===e){c=r[o].listener,n=o;break}if(n<0)return this;n===0?r.shift():wT(r,n),r.length===1&&(i[t]=r[0]),i.removeListener!==void 0&&this.emit("removeListener",t,c||e)}return this};se.prototype.off=se.prototype.removeListener;se.prototype.removeAllListeners=function(t){var e,r,i;if(r=this._events,r===void 0)return this;if(r.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):r[t]!==void 0&&(--this._eventsCount===0?this._events=Object.create(null):delete r[t]),this;if(arguments.length===0){var n=Object.keys(r),o;for(i=0;i<n.length;++i)o=n[i],o!=="removeListener"&&this.removeAllListeners(o);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if(e=r[t],typeof e=="function")this.removeListener(t,e);else if(e!==void 0)for(i=e.length-1;i>=0;i--)this.removeListener(t,e[i]);return this};function Tg(s,t,e){var r=s._events;if(r===void 0)return[];var i=r[t];return i===void 0?[]:typeof i=="function"?e?[i.listener||i]:[i]:e?RT(i):vg(i,i.length)}se.prototype.listeners=function(t){return Tg(this,t,!0)};se.prototype.rawListeners=function(t){return Tg(this,t,!1)};se.listenerCount=function(s,t){return typeof s.listenerCount=="function"?s.listenerCount(t):Sg.call(s,t)};se.prototype.listenerCount=Sg;function Sg(s){var t=this._events;if(t!==void 0){var e=t[s];if(typeof e=="function")return 1;if(e!==void 0)return e.length}return 0}se.prototype.eventNames=function(){return this._eventsCount>0?Oc(this._events):[]};function vg(s,t){for(var e=new Array(t),r=0;r<t;++r)e[r]=s[r];return e}function wT(s,t){for(;t+1<s.length;t++)s[t]=s[t+1];s.pop()}function RT(s){for(var t=new Array(s.length),e=0;e<t.length;++e)t[e]=s[e].listener||s[e];return t}function bT(s,t){return new Promise(function(e,r){function i(o){s.removeListener(t,n),r(o)}function n(){typeof s.removeListener=="function"&&s.removeListener("error",i),e([].slice.call(arguments))}yg(s,t,n,{once:!0}),t!=="error"&&kT(s,i,{once:!0})})}function kT(s,t,e){typeof s.on=="function"&&yg(s,"error",t,e)}function yg(s,t,e,r){if(typeof s.on=="function")r.once?s.once(t,e):s.on(t,e);else if(typeof s.addEventListener=="function")s.addEventListener(t,function i(n){r.once&&s.removeEventListener(t,i),e(n)});else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof s)}var G;(function(s){s[s.MAJOR_EVENT=0]="MAJOR_EVENT",s[s.MINOR_EVENT=1]="MINOR_EVENT"})(G||(G={}));var D;(function(s){s.PRECALL_TEST_BEGIN="precall_begin",s.PRECALL_TEST_COMPLETE="precall_end",s.CALL_JOIN_BEGIN="call_join",s.NET_QUALITY_TEST_BEGIN="net_quality_test_begin",s.NET_QUALITY_TEST_END="net_quality_test_end",s.WEBSOCKET_CONNECTED="websocket_connected",s.TRANSPORT_CONNECTED="transport_connected",s.AUDIO_ON="audio_on",s.AUDIO_OFF="audio_off",s.VIDEO_ON="video_on",s.VIDEO_OFF="video_off",s.PARTICIPANT_ROLE="participant_role",s.PING_STAT="ping_stat",s.DISCONNECT="disconnect",s.RECONNECT_ATTEMPT="reconnect_attempt",s.SCREENSHARE_START_REQUESTED="screenshare_start_requested",s.SCREENSHARE_STARTED="screenshare_started",s.SCREENSHARE_STOPPED="screenshare_stopped",s.TAB_CHANGE="tab_change",s.BROWSER_BACKGROUNDED="browser_backgrounded",s.BROWSER_FOREGROUNDED="browser_foregrounded",s.DOMINANT_SPEAKER="dominant_speaker",s.AUDIO_DEVICES_UPDATES="audio_devices_updates",s.VIDEO_DEVICES_UPDATES="video_devices_updates",s.SPEAKER_DEVICES_UPDATES="speaker_devices_updates",s.SELECTED_MICROHPONE_UPDATE="selected_microphone_update",s.SELECTED_CAMERA_UPDATE="selected_camera_update",s.SELECTED_SPEAKER_UPDATE="selected_speaker_update",s.EXPECTED_VIDEO_RESOLUTION="expected_video_resolution",s.EXPECTED_SCREENSHARE_RESOLUTION="expected_screenshare_resolution",s.MEDIA_PERMISSION="media_permission",s.LEGACY_SWITCH="legacy_switch",s.AUDIO_PLAY_FAILED="audio_play_failed",s.VIDEO_PLAY_FAILED="video_play_failed",s.AUDIO_TRACK_MUTED="audio_track_muted",s.VIDEO_TRACK_MUTED="video_track_muted",s.IVS_PLAYER_REBUFFERING="ivs_player_rebuffering",s.IVS_PLAYER_AUDIO_BLOCKED="ivs_player_audio_blocked",s.IVS_PLAYER_PLAYBACK_BLOCKED="ivs_player_playback_blocked",s.IVS_PLAYER_ERROR="ivs_player_error",s.IVS_PLAYER_RECOVERABLE_ERROR="ivs_player_recoverable_error",s.IVS_PLAYER_WORKER_ERROR="ivs_player_worker_error",s.IVS_PLAYER_NETWORK_UNAVAILABLE="ivs_player_network_unavailable",s.LIVESTREAM_LATENCY="livestream_latency",s.IVS_PLAYER_ANALYTICS_EVENT="ivs_player_analytics_event",s.IVS_PLAYER_PLAYBACK_RATE_CHANGED="ivs_player_playback_rate_changed",s.IVS_PLAYER_QUALITY_CHANGED="ivs_player_quality_changed",s.IVS_PLAYER_INITIALIZED="ivs_player_initialized"})(D||(D={}));const MT=new Map([[D.PRECALL_TEST_BEGIN,G.MINOR_EVENT],[D.PRECALL_TEST_COMPLETE,G.MINOR_EVENT],[D.CALL_JOIN_BEGIN,G.MAJOR_EVENT],[D.NET_QUALITY_TEST_BEGIN,G.MINOR_EVENT],[D.NET_QUALITY_TEST_END,G.MINOR_EVENT],[D.WEBSOCKET_CONNECTED,G.MINOR_EVENT],[D.TRANSPORT_CONNECTED,G.MAJOR_EVENT],[D.AUDIO_ON,G.MINOR_EVENT],[D.AUDIO_OFF,G.MINOR_EVENT],[D.VIDEO_ON,G.MINOR_EVENT],[D.VIDEO_OFF,G.MINOR_EVENT],[D.PARTICIPANT_ROLE,G.MINOR_EVENT],[D.PING_STAT,G.MAJOR_EVENT],[D.DISCONNECT,G.MAJOR_EVENT],[D.RECONNECT_ATTEMPT,G.MAJOR_EVENT],[D.SCREENSHARE_START_REQUESTED,G.MINOR_EVENT],[D.SCREENSHARE_STARTED,G.MINOR_EVENT],[D.SCREENSHARE_STOPPED,G.MINOR_EVENT],[D.TAB_CHANGE,G.MINOR_EVENT],[D.BROWSER_BACKGROUNDED,G.MINOR_EVENT],[D.BROWSER_FOREGROUNDED,G.MINOR_EVENT],[D.DOMINANT_SPEAKER,G.MINOR_EVENT],[D.AUDIO_DEVICES_UPDATES,G.MINOR_EVENT],[D.VIDEO_DEVICES_UPDATES,G.MINOR_EVENT],[D.SPEAKER_DEVICES_UPDATES,G.MINOR_EVENT],[D.SELECTED_MICROHPONE_UPDATE,G.MINOR_EVENT],[D.SELECTED_CAMERA_UPDATE,G.MINOR_EVENT],[D.SELECTED_SPEAKER_UPDATE,G.MINOR_EVENT],[D.MEDIA_PERMISSION,G.MINOR_EVENT],[D.LEGACY_SWITCH,G.MINOR_EVENT],[D.AUDIO_PLAY_FAILED,G.MINOR_EVENT],[D.VIDEO_PLAY_FAILED,G.MINOR_EVENT],[D.AUDIO_TRACK_MUTED,G.MINOR_EVENT],[D.VIDEO_TRACK_MUTED,G.MINOR_EVENT],[D.IVS_PLAYER_REBUFFERING,G.MAJOR_EVENT],[D.IVS_PLAYER_AUDIO_BLOCKED,G.MAJOR_EVENT],[D.IVS_PLAYER_PLAYBACK_BLOCKED,G.MAJOR_EVENT],[D.IVS_PLAYER_ERROR,G.MAJOR_EVENT],[D.IVS_PLAYER_RECOVERABLE_ERROR,G.MAJOR_EVENT],[D.IVS_PLAYER_WORKER_ERROR,G.MAJOR_EVENT],[D.IVS_PLAYER_NETWORK_UNAVAILABLE,G.MAJOR_EVENT],[D.LIVESTREAM_LATENCY,G.MAJOR_EVENT],[D.IVS_PLAYER_ANALYTICS_EVENT,G.MINOR_EVENT],[D.IVS_PLAYER_PLAYBACK_RATE_CHANGED,G.MINOR_EVENT],[D.IVS_PLAYER_QUALITY_CHANGED,G.MINOR_EVENT],[D.IVS_PLAYER_INITIALIZED,G.MINOR_EVENT],[D.EXPECTED_VIDEO_RESOLUTION,G.MINOR_EVENT],[D.EXPECTED_SCREENSHARE_RESOLUTION,G.MINOR_EVENT]]);class AT{constructor(){h(this,"events");this.events=[]}add(t){this.events.push(t)}flush(){return{entries:this.events.splice(0,25)}}}class IT extends Xe{constructor({logger:e,peerId:r,apiHostnames:i,authToken:n}){super();h(this,"logger");h(this,"peerId");h(this,"eventStore");h(this,"apiEndpoint");h(this,"authToken");this.logger=e,this.peerId=r,this.authToken=n,this.apiEndpoint=`https://${i.daCollector}/api/v1/message`,this.eventStore=new AT}async sendEventsChunkToServer(e){const r={payload:e,peerId:this.peerId},i=new AbortController,n=setTimeout(()=>i.abort(),3e3);try{return await fetch(this.apiEndpoint,{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${this.authToken}`},body:JSON.stringify(r),signal:i.signal}),!0}catch(o){return this.logger.error("callStats::sendEventsChunkToServer::catch",{peerId:this.peerId,endpoint:this.apiEndpoint,error:o instanceof Error?o.message:String(o),stack:o instanceof Error?o.stack:void 0}),!1}finally{clearTimeout(n)}}callEvent(e){e.timestamp=new Date,this.eventStore.add(e),this.emit(e.event,e.metaData),MT.get(e.event)===G.MAJOR_EVENT&&this.flush()}async flush(){var r;const e=this.eventStore.flush();if((r=e==null?void 0:e.entries)!=null&&r.length){const i=await this.sendEventsChunkToServer(e);return i||e.entries.forEach(n=>{this.eventStore.add(n)}),i}return!1}}var Th;(function(s){s.CHROMIUM="chromum",s.FIREFOX="firefox",s.SAFARI="safari"})(Th||(Th={}));const Eg={DEVEL:"devel",PREPROD:"preprod",PROD:"prod"};var Lt;(function(s){s.AUDIO="AUDIO",s.VIDEO="VIDEO",s.SPEAKER="SPEAKER",s.SCREENSHARE="SCREENSHARE"})(Lt||(Lt={}));var Sh;(function(s){s[s.INIT=0]="INIT",s[s.ACCEPTED=1]="ACCEPTED",s[s.DENIED=2]="DENIED",s[s.SYS_DENIED=3]="SYS_DENIED",s[s.FAILED=4]="FAILED",s[s.NOTFOUND=5]="NOTFOUND",s[s.NOT_APPLICABLE=6]="NOT_APPLICABLE"})(Sh||(Sh={}));function Nr(s){return s?s.split(".").slice(0,2).concat(["0","0"]).join("."):""}function Jc({packetsLost:s,packetsSent:t}){return t>0?s*100/t:0}function Kc({packetsLost:s,packetsReceived:t}){return t+s>0?s*100/(t+s):0}const Pg=240,_g=720,Cg=8,wg=3,sl=10,rl=.02,il=.03;function Js({stat:s,weight:t,rangeMin:e,rangeMax:r,rangeRankingDirection:i}){return s==null?t:e===r?i==="UP"?s<=e?t:0:s>=r?t:0:i==="UP"?(1-Math.max(Math.min(r,Math.abs(s))-e,0)/(r-e))*t:i==="DOWN"?Math.max(Math.min(r,Math.abs(s))-e,0)/(r-e)*t:t}function Rg({isLowQualityVideo:s,isVideoStuck:t,isVideoLagging:e,jitterQuality:r,packetsLostQuality:i}){const n=.8*((s?.85:1)*(e?.7:1)*(t?.5:1))+.2*(r*i);return Math.round((n+Number.EPSILON)*100)/100}function bg({packetsLost:s,packetsSent:t}){return t>0?s*100/t:0}function kg({packetsLost:s,packetsSent:t,jitter:e}){const i=Js({stat:bg({packetsLost:s,packetsSent:t}),weight:.7,rangeMin:0,rangeMax:sl,rangeRankingDirection:"UP"}),o=Js({stat:e,weight:.3,rangeMin:rl,rangeMax:il,rangeRankingDirection:"UP"});return i+o}function DT({frameWidth:s,isScreenShare:t}){return s<(t?_g:Pg)}function OT({framesPerSecond:s,isScreenShare:t}){return s<(t?wg:Cg)}function NT({framesEncoded:s}){return s===0}function Mg({frameWidth:s,framesPerSecond:t,packetsLost:e,packetsSent:r,jitter:i,isScreenShare:n,framesEncoded:o}){const c=Js({stat:bg({packetsLost:e,packetsSent:r}),weight:1,rangeMin:0,rangeMax:sl,rangeRankingDirection:"UP"}),d=Js({stat:i,weight:1,rangeMin:rl,rangeMax:il,rangeRankingDirection:"UP"}),l=DT({frameWidth:s,isScreenShare:n}),u=OT({framesPerSecond:t,isScreenShare:n}),p=NT({framesEncoded:o,isScreenShare:n});return Rg({isLowQualityVideo:l,isVideoLagging:u,isVideoStuck:p,jitterQuality:d,packetsLostQuality:c})}function Ag({packetsLost:s,packetsReceived:t}){return t+s>0?s*100/(t+s):0}function Ig({concealmentEvents:s,packetsLost:t,packetsReceived:e,jitter:r}){const n=Js({stat:s,weight:.2,rangeMin:0,rangeMax:3,rangeRankingDirection:"UP"}),o=.5,c=Js({stat:Ag({packetsLost:t,packetsReceived:e}),weight:o,rangeMin:0,rangeMax:sl,rangeRankingDirection:"UP"}),l=Js({stat:r,weight:.3,rangeMin:rl,rangeMax:il,rangeRankingDirection:"UP"});return n+c+l}function LT({framesDecoded:s}){return s===0}function VT({framesPerSecond:s,isScreenShare:t}){return s<(t?wg:Cg)}function xT({frameWidth:s,isScreenShare:t}){return s<(t?_g:Pg)}function Dg({frameWidth:s,framesPerSecond:t,packetsLost:e,packetsReceived:r,jitter:i,isScreenShare:n,framesDecoded:o}){const c=Js({stat:Ag({packetsLost:e,packetsReceived:r}),weight:1,rangeMin:0,rangeMax:sl,rangeRankingDirection:"UP"}),d=Js({stat:i,weight:1,rangeMin:rl,rangeMax:il,rangeRankingDirection:"UP"}),l=xT({frameWidth:s,isScreenShare:n}),u=VT({framesPerSecond:t,isScreenShare:n}),p=LT({framesDecoded:o,isScreenShare:n});return Rg({isLowQualityVideo:l,isVideoLagging:u,isVideoStuck:p,jitterQuality:d,packetsLostQuality:c})}class Ys{constructor(t){h(this,"pc1");h(this,"pc2");h(this,"constrainVideoBitrateKbps");h(this,"constrainOfferToRemoveVideoFec",!1);h(this,"iceCandidateFilter");const e=new RTCPeerConnection(t),r=new RTCPeerConnection(t);this.pc1=e,this.pc2=r,this.iceCandidateFilter=Ys.noFilter,this.pc1.addEventListener("icecandidate",this.onIceCandidate.bind(this,this.pc2)),this.pc2.addEventListener("icecandidate",this.onIceCandidate.bind(this,this.pc1))}static parseCandidate(t){const e="candidate:",r=t.indexOf(e)+e.length,i=t.substr(r).split(" ");return{type:i[7],protocol:i[2],address:i[4]}}static isNotHostCandidate(t){return t.type!=="host"}static isHost(t){return t.type==="host"}static isRelay(t){return t.type==="relay"}static isReflexive(t){return t.type==="srflx"}static noFilter(t){return!0}onIceCandidate(t,e){if(e.candidate){const r=Ys.parseCandidate(e.candidate.candidate);this.iceCandidateFilter(r)&&t.addIceCandidate(e.candidate)}}setIceCandidateFilter(t){this.iceCandidateFilter=t}constrainVideoBitrate(t){this.constrainVideoBitrateKbps=t}disableVideoFec(){this.constrainOfferToRemoveVideoFec=!0}gotOffer(t){this.constrainOfferToRemoveVideoFec&&(t.sdp=t.sdp.replace(/(m=video 1 [^\r]+)(116 117)(\r\n)/g,`$1\r
|
|
2
2
|
`),t.sdp=t.sdp.replace(/a=rtpmap:116 red\/90000\r\n/g,""),t.sdp=t.sdp.replace(/a=rtpmap:117 ulpfec\/90000\r\n/g,""),t.sdp=t.sdp.replace(/a=rtpmap:98 rtx\/90000\r\n/g,""),t.sdp=t.sdp.replace(/a=fmtp:98 apt=116\r\n/g,"")),this.pc1.setLocalDescription(t),this.pc2.setRemoteDescription(t),this.pc2.createAnswer().then(this.gotAnswer.bind(this),this.reportFatal.bind(this))}gotAnswer(t){this.constrainVideoBitrateKbps&&(t.sdp=t.sdp.replace(/a=mid:video\r\n/g,`a=mid:video\r
|
|
3
3
|
b=AS:${this.constrainVideoBitrateKbps}\r
|
|
4
|
-
`)),this.pc2.setLocalDescription(t),this.pc1.setRemoteDescription(t)}establishConnection(){this.pc1.createOffer().then(this.gotOffer.bind(this),this.reportFatal.bind(this))}reportFatal(t){console.error("Error:",t)}async getRoundTripTime(){const[t,e]=await Promise.all([this.pc1.getStats(),this.pc2.getStats()]);let r,i;if(t.forEach(n=>{n.type==="candidate-pair"&&n.nominated===!0&&n.bytesSent>0&&(r=n)}),e.forEach(n=>{n.type==="candidate-pair"&&n.nominated===!0&&n.bytesReceived>0&&(i=n)}),r&&i)try{if(r.currentRoundTripTime&&i.currentRoundTripTime)return{rtt:r.currentRoundTripTime,backendRTT:i.currentRoundTripTime};const n=(i.lastPacketReceivedTimestamp-r.lastPacketSentTimestamp)/1e3;return{rtt:n,backendRTT:n}}catch(n){return}}close(){this.pc1.close(),this.pc2.close()}}class Og extends Xe{constructor(e){super();h(this,"call");h(this,"timeOut");this.call=new Ys(e)}start(e=1e4){this.call.establishConnection(),this.timeOut=setTimeout(this.testFailed.bind(this),e)}testComplete(e){clearTimeout(this.timeOut),this.call.close(),this.emit("done",e)}testFailed(e){this.call.close(),this.emit("failed",e)}}const UT=8,$T=1/1e3;class BT extends Og{constructor(e){super(e);h(this,"senderChannel");h(this,"recieveChannel");h(this,"startTime");h(this,"lastBitrateMeasureTime");h(this,"sentPayloadBytes",0);h(this,"recievedPayloadBytes",0);h(this,"lastReceivedPayloadBytes",0);h(this,"stopSending",!1);h(this,"testProgress",0);h(this,"samplePacket","");h(this,"finalBitrateSum",0);h(this,"bitRateSampels",0);h(this,"maxNumberOfPacketsToSend",0);h(this,"bytesToKeepBuffered",0);h(this,"testDurationSeconds",5);this.call.setIceCandidateFilter(Ys.isNotHostCandidate),this.senderChannel=this.call.pc1.createDataChannel(null);for(let r=0;r<1024*256;r+=1)this.samplePacket+="h";this.maxNumberOfPacketsToSend=1,this.bytesToKeepBuffered=1024*this.maxNumberOfPacketsToSend,this.testDurationSeconds=4,this.senderChannel.addEventListener("open",this.sendingStep.bind(this)),this.call.pc2.addEventListener("datachannel",this.onRecieverChannel.bind(this))}sendingStep(){const e=new Date;this.startTime||(this.startTime=e,this.lastBitrateMeasureTime=e);for(let i=0;i!==this.maxNumberOfPacketsToSend&&!(this.senderChannel.bufferedAmount>=this.bytesToKeepBuffered);i+=1){this.sentPayloadBytes+=this.samplePacket.length;try{this.senderChannel.send(this.samplePacket)}catch(n){}}const r=e.getTime()-this.startTime.getTime();r>=1e3*this.testDurationSeconds?(this.stopSending=!0,this.testProgress=100):(this.testProgress=r/(10*this.testDurationSeconds),setTimeout(this.sendingStep.bind(this),1))}onMessageRecieved(e){this.recievedPayloadBytes+=e.data.length;const r=new Date,i=r.getTime()-this.lastBitrateMeasureTime.getTime();if(i>=1e3){const o=(this.recievedPayloadBytes-this.lastReceivedPayloadBytes)*UT/(i/1e3);this.finalBitrateSum+=o,this.bitRateSampels+=1,this.lastReceivedPayloadBytes=this.recievedPayloadBytes,this.lastBitrateMeasureTime=r}if(this.stopSending&&this.sentPayloadBytes===this.recievedPayloadBytes){const n=this.finalBitrateSum/this.bitRateSampels;this.testComplete({throughput:Math.round(n*$T)})}}testComplete(e){this.call.getRoundTripTime().then(({rtt:r,backendRTT:i})=>super.testComplete({RTT:r,backendRTT:i,throughput:e.throughput}))}onRecieverChannel(e){this.recieveChannel=e.channel,this.recieveChannel.addEventListener("message",this.onMessageRecieved.bind(this))}}class Du extends Og{constructor(e,r=Ys.noFilter){super(e);h(this,"ch1");h(this,"ch2");this.call.setIceCandidateFilter(r);const i=this.call.pc1.createDataChannel(null);this.ch1=i,i.addEventListener("open",()=>{i.send("hello")}),i.addEventListener("message",this.onCh1Recieve.bind(this)),this.call.pc2.addEventListener("datachannel",this.dataChannelHandler.bind(this))}onCh1Recieve(e){e.data!=="world"?this.hangup("Invalid data transmitted."):this.testComplete({connectivity:!0})}onCh2Recieve(e){if(e.data!=="hello")this.hangup("Invalid data transmitted.");else try{this.ch2.send("world")}catch(r){}}dataChannelHandler(e){const r=e.channel;this.ch2=r,r.addEventListener("message",this.onCh2Recieve.bind(this))}hangup(e){this.testFailed(e)}}class HT extends Du{constructor(t){super(t,Ys.isHost)}}class FT extends Du{constructor(t){super(t,Ys.isRelay)}}class qT extends Du{constructor(t){super(t,Ys.isReflexive)}}class jT{constructor(){h(this,"ipInformation",null)}async getIPDetails({peerId:t,apiHostnames:e,logger:r}){var i,n,o;if(!this.ipInformation){try{const c=`https://${e.location}`,l=await(await fetch(c)).json();if(((i=l.loc)==null?void 0:i.length)>5)return this.ipInformation=l,(n=this.ipInformation)!=null&&n.ip&&(this.ipInformation.ip=Nr(this.ipInformation.ip)),l;throw Error("Insufficient data")}catch(c){r.error("callstats::ipDetails:: failed to fetch ip using location service",{error:c})}try{const c=await fetch(`https://${e.locationLegacy}/?token=3c493932b0624c&peerId=${t}`,{method:"POST"});this.ipInformation=await c.json(),(o=this.ipInformation)!=null&&o.ip&&(this.ipInformation.ip=Nr(this.ipInformation.ip))}catch(c){r.error("callstats::ipDetails:: failed to fetch ip using legacy location service",{error:c})}}return this.ipInformation}resetCache(){this.ipInformation=null}}const Ng=new jT,vh=[{urls:"turn:turn.dyte.in:443?transport=tcp",username:"dyte",credential:"dytein",credentialType:"password"},{urls:"turn:turn.dyte.in:3478?transport=udp",username:"dyte",credential:"dytein",credentialType:"password"}];function yh(s){const[t,e]=s.split(",");return{coords:{latitude:Number(t),longitude:Number(e)}}}class Lg{constructor(){h(this,"transport");h(this,"candidatePair");h(this,"outboundVideoRtp",new Map);h(this,"inboundVideoRtp",new Map);h(this,"outboundAudioRtp",new Map);h(this,"inboundAudioRtp",new Map);h(this,"remoteInboundRtp",new Map);h(this,"producerStreamMap",new Map);h(this,"consumerStreamMap",new Map);h(this,"staleProducerStreamMap",!1);h(this,"staleConsumerStreamMap",!1)}}class Vg extends Xe{constructor(){super();h(this,"observer");h(this,"outboundProducerMap",new Map);h(this,"inboundConsumerMap",new Map);h(this,"consumerPeerIdMap",new Map);h(this,"pausedConsumerMap",new Map);h(this,"pausedProducerMap",new Map);h(this,"overallProducingTransportsStatsMap",{});h(this,"overallConsumingTransportsStatsMap",{});h(this,"overallConsumersStatsMap",{});h(this,"overallProducersStatsMap",{});h(this,"videoProducerToStatsMap",new Map);h(this,"audioProducerToStatsMap",new Map);h(this,"videoConsumerToStatsMap",new Map);h(this,"audioConsumerToStatsMap",new Map);h(this,"consumerIdsWithFreezedVideo",new Set);h(this,"consumerIdsWithFreezedAudio",new Set);h(this,"producerIdsWithFreezedVideo",new Set);h(this,"producerIdsWithFreezedAudio",new Set);h(this,"freezedProducingTransportIds",new Set);h(this,"freezedConsumingTransportIds",new Set);h(this,"screenShareProducers",new Set);h(this,"screenShareConsumers",new Set);h(this,"ipDetails");h(this,"callStatsInstance");this.observer=new Xe}async registerProducer(e){await this.generateProducerStreamMap(e),e.on("close",this.deregisterProducer.bind(this,e)),e.on("pause",this.pauseProducer.bind(this,e.id)),e.on("resume",this.resumeProducer.bind(this,e.id)),e.appData.screenShare===!0&&this.screenShareProducers.add(e.id)}pauseProducer(e){this.pausedProducerMap.set(e,{lastReportCalculated:!1})}resumeProducer(e){this.pausedProducerMap.delete(e)}processInboundConsumerVideoStats(e,r,i){var o,c;const n=((c=(o=this==null?void 0:this.callStatsInstance)==null?void 0:o.consumerSharedMediaStatesMap)==null?void 0:c.get(e))||{};r.totalVideoPacketsReceived===i.packetsReceived?(this.consumerIdsWithFreezedVideo.add(e),this.callStatsInstance&&n.video&&(this.callStatsInstance.logger.debug("callstats::measurements::consumerVideoFreezed",{consumerId:e}),this.callStatsInstance.eventHandler.emit("consumer_video_status","pause",e))):(r.totalVideoPacketsReceived=i.packetsReceived,this.consumerIdsWithFreezedVideo.has(e)&&(this.consumerIdsWithFreezedVideo.delete(e),this.callStatsInstance&&n.video&&(this.callStatsInstance.logger.debug("callstats::measurements::consumerVideoDefreezed",{consumerId:e}),this.callStatsInstance.eventHandler.emit("consumer_video_status","resume",e))))}processInboundConsumerAudioStats(e,r,i){var o,c;const n=((c=(o=this==null?void 0:this.callStatsInstance)==null?void 0:o.consumerSharedMediaStatesMap)==null?void 0:c.get(e))||{};r.totalAudioPacketsReceived===i.packetsReceived?(this.consumerIdsWithFreezedAudio.add(e),this.callStatsInstance&&n.audio&&(this.callStatsInstance.logger.debug("callStats::measurements::consumerAudioFreezed",{consumerId:e}),this.callStatsInstance.eventHandler.emit("consumer_audio_status","pause",e))):(r.totalAudioPacketsReceived=i.packetsReceived,this.consumerIdsWithFreezedAudio.has(e)&&(this.consumerIdsWithFreezedAudio.delete(e),this.callStatsInstance&&n.audio&&(this.callStatsInstance.logger.debug("callStats::measurements::consumerAudioDefreezed",{consumerId:e}),this.callStatsInstance.eventHandler.emit("consumer_audio_status","resume",e))))}processOutboundProducerVideoStats(e,r,i){var o;const n=((o=this==null?void 0:this.callStatsInstance)==null?void 0:o.currentUserMediaStates)||{};r.totalVideoPacketsSent===i.packetsSent?(this.producerIdsWithFreezedVideo.add(e),this.callStatsInstance&&n.video&&(this.callStatsInstance.logger.debug("callStats::measurements::producerVideoFreezed",{producerId:e}),this.callStatsInstance.eventHandler.emit("producer_video_status","pause",e))):(r.totalVideoPacketsSent=i.packetsSent,this.producerIdsWithFreezedVideo.has(e)&&(this.producerIdsWithFreezedVideo.delete(e),this.callStatsInstance&&n.video&&(this.callStatsInstance.logger.debug("callStats::measurements::producerVideoDefreezed",{producerId:e}),this.callStatsInstance.eventHandler.emit("producer_video_status","resume",e))))}processOutboundProducerAudioStats(e,r,i){var o;const n=((o=this==null?void 0:this.callStatsInstance)==null?void 0:o.currentUserMediaStates)||{};r.totalAudioPacketsSent===i.packetsSent?(this.producerIdsWithFreezedAudio.add(e),this.callStatsInstance&&n.audio&&(this.callStatsInstance.logger.debug("callStats::measurements::producerAudioFreezed",{producerId:e}),this.callStatsInstance.eventHandler.emit("producer_audio_status","pause",e))):(r.totalAudioPacketsSent=i.packetsSent,this.producerIdsWithFreezedAudio.has(e)&&(this.producerIdsWithFreezedAudio.delete(e),this.callStatsInstance&&n.audio&&(this.callStatsInstance.logger.debug("callStats::measurements::producerAudioDefreezed",{producerId:e}),this.callStatsInstance.eventHandler.emit("producer_audio_status","resume",e))))}processProducingTransportStats(e,r,i){var u;const n=((u=this==null?void 0:this.callStatsInstance)==null?void 0:u.currentUserMediaStates)||{},{audio:o,video:c,screen:d}=n,l=o||c||d;r.totalPacketsSent===i.packetsSent?(this.freezedProducingTransportIds.add(e),this.callStatsInstance&&l&&(this.callStatsInstance.logger.debug("callStats::measurements::producingTransportFreezed",{transportId:e}),this.callStatsInstance.eventHandler.emit("producing_transport_status","pause",e))):(r.totalPacketsSent=i.packetsSent,this.freezedProducingTransportIds.has(e)&&(this.freezedProducingTransportIds.delete(e),this.callStatsInstance&&l&&(this.callStatsInstance.logger.debug("callStats::measurements::producingTransportDefreezed",{transportId:e}),this.callStatsInstance.eventHandler.emit("producing_transport_status","resume",e))))}processConsumingTransportStats(e,r,i){var c,d;const o=!!Array.from(((d=(c=this==null?void 0:this.callStatsInstance)==null?void 0:c.consumerSharedMediaStatesMap)==null?void 0:d.values())||[]).reduce((l,u)=>l||u.audio||u.video||u.screen,!1);r.totalPacketsReceived===i.packetsSent?(this.freezedConsumingTransportIds.add(e),this.callStatsInstance&&o&&(this.callStatsInstance.logger.debug("callStats::measurements::consumingTransportFreezed",{transportId:e}),this.callStatsInstance.eventHandler.emit("consuming_transport_status","pause",e))):(r.totalPacketsReceived=i.packetsSent,this.freezedConsumingTransportIds.has(e)&&(this.freezedConsumingTransportIds.delete(e),this.callStatsInstance&&o&&(this.callStatsInstance.logger.debug("callStats::measurements::consumingTransportDefreezed",{transportId:e}),this.callStatsInstance.eventHandler.emit("consuming_transport_status","resume",e))))}async registerConsumer(e){await this.generateConsumerStreamMap(e),this.consumerPeerIdMap.set(e.id,{producerId:e.producerId,peerId:e.appData.peerId,appData:e.appData}),e.on("close",this.deregisterConsumer.bind(this,e)),e.on("pause",this.pauseConsumer.bind(this,e.id)),e.on("resume",this.resumeConsumer.bind(this,e.id)),e.appData.screenShare===!0&&this.screenShareConsumers.add(e.id)}pauseConsumer(e){this.pausedConsumerMap.set(e,{lastReportCalculated:!1})}resumeConsumer(e){this.pausedConsumerMap.delete(e)}async generateProducerStreamMap(e,r=!1){const i=await e.getStats(),n=r?this.getProducerStatsFromReport(this.parseRTCReport(i,["outbound-rtp","remote-inbound-rtp"],!1,e.id))[0]:void 0;for(const o of i.values())switch(o.type){case"outbound-rtp":{this.outboundProducerMap.set(o.id,e.id);break}}return n}async generateConsumerStreamMap(e,r=!1){const i=await e.getStats(),n=r?this.getConsumerStatsFromReport(this.parseRTCReport(i,["inbound-rtp"],!1,e.id))[0]:void 0;for(const o of i.values())switch(o.type){case"inbound-rtp":{this.inboundConsumerMap.set(o.id,e.id);break}}return n}deregisterProducer(e){this.outboundProducerMap.forEach((r,i)=>{r===e.id&&this.outboundProducerMap.delete(i)}),this.pausedProducerMap.delete(e.id),this.screenShareProducers.delete(e.id)}deregisterConsumer(e){this.inboundConsumerMap.forEach((r,i)=>{r===e.id&&this.inboundConsumerMap.delete(i)}),this.consumerPeerIdMap.delete(e.id),this.pausedConsumerMap.delete(e.id),this.screenShareConsumers.delete(e.id)}getIceCandidateStats(e){var r;return{id:e.id,type:e.candidateType||e.type,address:e.address,port:e.port,url:e.url,protocol:(r=e.relayProtocol)!=null?r:e.protocol,networkType:e.networkType,relatedAddress:e.relatedAddress,relatedPort:e.relatedPort}}getWorkingSimulcastVideoStats(e){return e.find(i=>{const n=i.framesEncoded>0,o=i.packetsSent>0,c=i.frameWidth&&i.frameHeight;return n&&o&&!!c})||e[e.length-1]}parseRTCReport(e,r=[],i=!1,n=void 0,o=void 0){var P,C,k,I,L,N,$,B,X,We,hs,Jt,qr;const c=e,d=new Lg,l=r.length?new Set(r):void 0,u=[],p=[],f=[],S=new Map,E=new Map;for(const M of c.values()){if(l){if(l.size===0)break;if(l.has(M.type))i&&l.delete(M.type);else continue}switch(M.type){case"local-candidate":{u.push(this.getIceCandidateStats(M));break}case"remote-candidate":{p.push(this.getIceCandidateStats(M));break}case"candidate-pair":{const{nominated:v}=M,{selected:_}=M,U=M,ge={nominated:v!=null?v:_,currentRoundTripTime:U.currentRoundTripTime,totalRoundTripTime:U.totalRoundTripTime,bytesReceived:U.bytesReceived,bytesSent:U.bytesSent,availableOutgoingBitrate:U.availableOutgoingBitrate,availableIncomingBitrate:U.availableIncomingBitrate,lastPacketReceivedTimestamp:U.lastPacketReceivedTimestamp,lastPacketSentTimestamp:U.lastPacketSentTimestamp,localCandidateId:U.localCandidateId,remoteCandidateId:U.remoteCandidateId,bytesDiscardedOnSend:U.bytesDiscardedOnSend,packetsSent:U.packetsSent,packetsReceived:U.packetsReceived,packetsDiscardedOnSend:U.packetsDiscardedOnSend};f.push(ge),(M.nominated===!0||M.selected===!0)&&(d.candidatePair=ge);break}case"transport":{const v=M;o&&(o.producing&&(this.overallProducingTransportsStatsMap[o.id]||(this.overallProducingTransportsStatsMap[o.id]={totalPacketsSent:0})),o.consuming&&(this.overallConsumingTransportsStatsMap[o.id]||(this.overallConsumingTransportsStatsMap[o.id]={totalPacketsReceived:0})));const _={bytesReceived:v.bytesReceived,bytesSent:v.bytesSent,packetsSent:v.packetsSent,packetsReceived:v.packetsReceived,dtlsCipher:v.dtlsCipher,dtlsState:v.dtlsState,iceRole:v.iceRole};if(d.transport=_,o){if(o.producing){const U=this.overallProducingTransportsStatsMap[o.id];this.processProducingTransportStats(o.id,U,_)}if(o.consuming){const U=this.overallConsumingTransportsStatsMap[o.id];this.processConsumingTransportStats(o.id,U,_)}}break}case"remote-inbound-rtp":{const v=M,_={jitter:v.jitter,fractionLost:v.fractionLost,roundTripTime:v.roundTripTime,roundTripTimeMeasurements:v.roundTripTimeMeasurements,totalRoundTripTime:v.totalRoundTripTime,packetsLost:v.packetsLost};d.remoteInboundRtp.set(v.localId,_);break}case"outbound-rtp":{if(!this.outboundProducerMap.has(M.id))break;const v=M,_=n||this.outboundProducerMap.get(M.id),U=this.pausedProducerMap.get(_);if(U){if(U.lastReportCalculated===!0)break;this.pausedProducerMap.set(_,{lastReportCalculated:!0})}this.overallProducersStatsMap[_]||(this.overallProducersStatsMap[_]={totalVideoPacketsSent:0,totalAudioPacketsSent:0});const ge=this.overallProducersStatsMap[_];if(["video","audio"].includes(v.mediaType)||["video","audio"].includes(v.kind)){if(!this.outboundProducerMap.has(M.id)){d.staleProducerStreamMap=!0;break}const ye=this.callStatsInstance.producers.get(_);if(((P=ye==null?void 0:ye.track)==null?void 0:P.readyState)==="ended")break;d.producerStreamMap.has(_)||d.producerStreamMap.set(_,{outboundVideoRtpId:[],outboundAudioRtpId:[]});const O={bytesSent:v.bytesSent,packetsSent:v.packetsSent,nackCount:v.nackCount,ssrc:v.ssrc,mid:v.mid,active:v.active,codecId:v.codecId,headerBytesSent:v.headerBytesSent||0,totalPacketSendDelay:v.totalPacketSendDelay||0};if(v.mediaType==="video"||v.kind==="video"){const R=v,we={frameHeight:R.frameHeight,frameWidth:R.frameWidth,framesEncoded:R.framesEncoded,framesDropped:R.framesDropped,framesPerSecond:R.framesPerSecond,framesSent:R.framesSent,keyFramesEncoded:R.keyFramesEncoded,firCount:R.firCount,encoderImplementation:R.encoderImplementation,hugeFramesSent:R.hugeFramesSent,pliCount:R.pliCount,qpSum:R.qpSum,qualityLimitationDurations:R.qualityLimitationDurations,qualityLimitationReason:R.qualityLimitationReason,qualityLimitationResolutionChanges:R.qualityLimitationResolutionChanges,totalEncodeTime:R.targetBitrate,totalPacketSendDelay:R.totalPacketSendDelay,retransmittedBytesSent:R.retransmittedBytesSent,retransmittedPacketsSent:R.retransmittedPacketsSent,scalabilityMode:R.scalabilityMode,powerEfficientEncoder:R.powerEfficientEncoder,...O};d.outboundVideoRtp.set(M.id,we),d.producerStreamMap.get(_).outboundVideoRtpId.push(M.id),this.processOutboundProducerVideoStats(_,ge,we)}else if(v.mediaType==="audio"||v.kind==="audio"){const R=v,we={retransmittedBytesSent:R.retransmittedBytesSent,retransmittedPacketsSent:R.retransmittedPacketsSent,...O};d.outboundAudioRtp.set(M.id,we),d.producerStreamMap.get(_).outboundAudioRtpId.push(M.id),this.processOutboundProducerAudioStats(_,ge,we)}}else this.callStatsInstance.logger.error(`Callstats: Unknown Outbound-rtp. mediatype: ${v.mediaType} kind: ${v.kind}`);break}case"inbound-rtp":{if(!this.inboundConsumerMap.has(M.id))break;const v=M,_=n||this.inboundConsumerMap.get(M.id),U=this.pausedConsumerMap.get(_);if(U){if(U.lastReportCalculated===!0)break;this.pausedConsumerMap.set(_,{lastReportCalculated:!0})}if(v.ssrc===1234)break;this.overallConsumersStatsMap[_]||(this.overallConsumersStatsMap[_]={totalVideoPacketsReceived:0,totalAudioPacketsReceived:0});const ge=this.overallConsumersStatsMap[_];if(["video","audio"].includes(v.mediaType)||["video","audio"].includes(v.kind)){if(!this.inboundConsumerMap.has(M.id)){d.staleConsumerStreamMap=!0;break}d.consumerStreamMap.has(_)||d.consumerStreamMap.set(_,{inboundVideoRtpId:[],inboundAudioRtpId:[]});const ye={bytesReceived:v.bytesReceived,packetsReceived:v.packetsReceived,packetsLost:v.packetsLost>=0?v.packetsLost:0,jitter:v.jitter,nackCount:v.nackCount,jitterBufferDelay:v.jitterBufferDelay,jitterBufferEmittedCount:v.jitterBufferEmittedCount,lastPacketReceivedTimestamp:v.lastPacketReceivedTimestamp,ssrc:v.ssrc,mid:v.mid,codecId:v.codecId,headerBytesReceived:v.headerBytesReceived||0,packetsDiscarded:v.packetsDiscarded||0,jitterBufferMinimumDelay:v.jitterBufferMinimumDelay||0,jitterBufferTargetDelay:v.jitterBufferTargetDelay||0};if(v.mediaType==="video"||v.kind==="video"){const O=v,R={frameHeight:O.frameHeight,frameWidth:O.frameWidth,framesDecoded:O.framesDecoded,framesDropped:O.framesDropped,framesPerSecond:O.framesPerSecond,framesReceived:O.framesReceived,keyFramesDecoded:O.keyFramesDecoded,firCount:O.firCount,decoderImplementation:O.decoderImplementation,pliCount:O.pliCount,totalProcessingDelay:O.totalProcessingDelay,qpSum:O.qpSum||0,totalAssemblyTime:O.totalAssemblyTime||0,totalDecodeTime:O.totalDecodeTime||0,totalFreezesDuration:O.totalFreezesDuration||0,totalInterFrameDelay:O.totalInterFrameDelay||0,totalPausesDuration:O.totalPausesDuration||0,totalSquaredInterFrameDelay:O.totalSquaredInterFrameDelay||0,freezeCount:O.freezeCount||0,pauseCount:O.pauseCount||0,powerEfficientDecoder:O.powerEfficientDecoder,...ye};R.score=Dg({frameWidth:R.frameWidth||0,framesDecoded:(R.framesDecoded||0)-(((C=this.videoConsumerToStatsMap.get(_))==null?void 0:C.framesDecoded)||0),framesPerSecond:R.framesPerSecond||0,packetsLost:(R.packetsLost||0)-(((k=this.videoConsumerToStatsMap.get(_))==null?void 0:k.packetsLost)||0),packetsReceived:(R.packetsReceived||0)-(((I=this.videoConsumerToStatsMap.get(_))==null?void 0:I.packetsReceived)||0),jitter:R.jitter||0,isScreenShare:this.screenShareConsumers.has(_)}),E.set(_,{score:+(R.score*10).toFixed(),frameWidth:R.frameWidth||0,frameHeight:R.frameHeight||0,framesPerSecond:R.framesPerSecond||0,packetsLostPercentage:Kc({packetsLost:(R.packetsLost||0)-(((L=this.videoConsumerToStatsMap.get(_))==null?void 0:L.packetsLost)||0),packetsReceived:(R.packetsReceived||0)-(((N=this.videoConsumerToStatsMap.get(_))==null?void 0:N.packetsReceived)||0)}),jitter:R.jitter||0,isScreenShare:this.screenShareConsumers.has(_),bitrate:((R.bytesReceived||0)-((($=this.videoConsumerToStatsMap.get(_))==null?void 0:$.bytesReceived)||0))*8/7}),this.videoConsumerToStatsMap.set(_,R),d.inboundVideoRtp.set(M.id,R),d.consumerStreamMap.get(_).inboundVideoRtpId.push(M.id),this.processInboundConsumerVideoStats(_,ge,R)}else if(v.mediaType==="audio"||v.kind==="audio"){const O=v,R={audioLevel:O.audioLevel,concealedSamples:O.concealedSamples,concealmentEvents:O.concealmentEvents,totalAudioEnergy:O.totalAudioEnergy,totalSamplesDuration:O.totalSamplesDuration,totalSamplesReceived:O.totalSamplesReceived,fecPacketsDiscarded:O.fecPacketsDiscarded||0,fecPacketsReceived:O.fecPacketsReceived||0,insertedSamplesForDeceleration:O.insertedSamplesForDeceleration||0,removedSamplesForAcceleration:O.removedSamplesForAcceleration||0,silentConcealedSamples:O.silentConcealedSamples||0,playoutId:O.playoutId,...ye};R.score=Ig({concealmentEvents:(R.concealmentEvents||0)-(((B=this.audioConsumerToStatsMap.get(_))==null?void 0:B.concealmentEvents)||0),packetsLost:(R.packetsLost||0)-(((X=this.audioConsumerToStatsMap.get(_))==null?void 0:X.packetsLost)||0),packetsReceived:(R.packetsReceived||0)-(((We=this.audioConsumerToStatsMap.get(_))==null?void 0:We.packetsReceived)||0),jitter:R.jitter||0}),E.set(_,{score:+(R.score*10).toFixed(),packetsLostPercentage:Kc({packetsLost:(R.packetsLost||0)-(((hs=this.audioConsumerToStatsMap.get(_))==null?void 0:hs.packetsLost)||0),packetsReceived:(R.packetsReceived||0)-(((Jt=this.audioConsumerToStatsMap.get(_))==null?void 0:Jt.packetsReceived)||0)}),jitter:R.jitter||0,isScreenShare:this.screenShareConsumers.has(_),bitrate:((R.bytesReceived||0)-(((qr=this.audioConsumerToStatsMap.get(_))==null?void 0:qr.bytesReceived)||0))*8/7}),this.audioConsumerToStatsMap.set(_,R),d.inboundAudioRtp.set(M.id,R),d.consumerStreamMap.get(_).inboundAudioRtpId.push(M.id),this.processInboundConsumerAudioStats(_,ge,R)}}else this.callStatsInstance.logger.error(`Callstats: Unknown Inbound-rtp. mediatype: ${v.mediaType} kind: ${v.kind}`);break}}}if(d.producerStreamMap.forEach((M,v)=>{var _,U,ge,ye,O,R,we,jr,va,ya,Ea,Pa,_a,Ca,wa,Ra,ba,ka,Ma,Aa,Ia,Da,Oa;if(M.outboundVideoRtpId.length>0){const ne=[];M.outboundVideoRtpId.forEach(_l=>{ne.push(d.outboundVideoRtp.get(_l))});const z=this.getWorkingSimulcastVideoStats(ne);z.score=Mg({frameWidth:z.frameWidth||0,framesPerSecond:z.framesPerSecond||0,jitter:((_=z.remoteData)==null?void 0:_.jitter)||0,isScreenShare:this.screenShareProducers.has(v),packetsSent:(z.packetsSent||0)-(((U=this.videoProducerToStatsMap.get(v))==null?void 0:U.packetsSent)||0),packetsLost:(((ge=z.remoteData)==null?void 0:ge.packetsLost)||0)-(((O=(ye=this.videoProducerToStatsMap.get(v))==null?void 0:ye.remoteData)==null?void 0:O.packetsLost)||0),framesEncoded:(z.framesEncoded||0)-(((R=this.videoProducerToStatsMap.get(v))==null?void 0:R.framesEncoded)||0)}),S.set(v,{score:+(z.score*10).toFixed(),frameWidth:z.frameWidth||0,frameHeight:z.frameHeight||0,framesPerSecond:z.framesPerSecond||0,jitter:((we=z.remoteData)==null?void 0:we.jitter)||0,isScreenShare:this.screenShareProducers.has(v),packetsLostPercentage:Jc({packetsSent:(z.packetsSent||0)-(((jr=this.videoProducerToStatsMap.get(v))==null?void 0:jr.packetsSent)||0),packetsLost:(((va=z.remoteData)==null?void 0:va.packetsLost)||0)-(((Ea=(ya=this.videoProducerToStatsMap.get(v))==null?void 0:ya.remoteData)==null?void 0:Ea.packetsLost)||0)}),bitrate:((z.bytesSent||0)-(((Pa=this.videoProducerToStatsMap.get(v))==null?void 0:Pa.bytesSent)||0))*8/7,cpuLimitations:z.qualityLimitationReason==="cpu",bandwidthLimitations:z.qualityLimitationReason==="bandwidth"}),this.videoProducerToStatsMap.set(v,z)}else if(M.outboundAudioRtpId.length>0){const ne=d.outboundAudioRtp.get(M.outboundAudioRtpId[0]);ne.score=kg({packetsSent:(ne.packetsSent||0)-(((_a=this.audioProducerToStatsMap.get(v))==null?void 0:_a.packetsSent)||0),packetsLost:(((Ca=ne.remoteData)==null?void 0:Ca.packetsLost)||0)-(((Ra=(wa=this.audioProducerToStatsMap.get(v))==null?void 0:wa.remoteData)==null?void 0:Ra.packetsLost)||0),jitter:((ba=ne.remoteData)==null?void 0:ba.jitter)||0}),S.set(v,{score:+(ne.score*10).toFixed(),bitrate:((ne.bytesSent||0)-(((ka=this.audioProducerToStatsMap.get(v))==null?void 0:ka.bytesSent)||0))*8/7,packetsLostPercentage:Jc({packetsSent:(ne.packetsSent||0)-(((Ma=this.audioProducerToStatsMap.get(v))==null?void 0:Ma.packetsSent)||0),packetsLost:(((Aa=ne.remoteData)==null?void 0:Aa.packetsLost)||0)-(((Da=(Ia=this.audioProducerToStatsMap.get(v))==null?void 0:Ia.remoteData)==null?void 0:Da.packetsLost)||0)}),jitter:((Oa=ne.remoteData)==null?void 0:Oa.jitter)||0,isScreenShare:this.screenShareProducers.has(v)}),this.audioProducerToStatsMap.set(v,ne)}}),f.forEach(M=>{const v=u.find(U=>U.id===M.localCandidateId?(M.localCandidateId=U.id,U):null),_=p.find(U=>U.id===M.remoteCandidateId?(M.remoteCandidateId=U.id,U):null);v&&(M.localCandidateType=v.type,M.localCandidateAddress=Nr(v.address),M.localCandidatePort=v.port,M.localCandidateProtocol=v.protocol,M.localCandidateUrl=v.url,M.localCandidateNetworkType=v.networkType,M.localCandidateRelatedAddress=Nr(v.relatedAddress),M.localCandidateRelatedPort=v.relatedPort),_&&(M.remoteCandidateType=_.type,M.remoteCandidateAddress=Nr(_.address),M.remoteCandidatePort=_.port,M.remoteCandidateProtocol=_.protocol,M.remoteCandidateUrl=_.url)}),d.candidatePair&&(d.transport?(d.transport.totalRoundTripTime=d.candidatePair.totalRoundTripTime,d.transport.availableOutgoingBitrate=d.candidatePair.availableOutgoingBitrate,d.transport.availableIncomingBitrate=d.candidatePair.availableIncomingBitrate,d.transport.roundTripTime=d.candidatePair.currentRoundTripTime):d.transport={bytesReceived:d.candidatePair.bytesReceived,bytesSent:d.candidatePair.bytesSent,totalRoundTripTime:d.candidatePair.totalRoundTripTime,availableOutgoingBitrate:d.candidatePair.availableOutgoingBitrate,availableIncomingBitrate:d.candidatePair.availableIncomingBitrate,roundTripTime:d.candidatePair.currentRoundTripTime}),d.transport&&(d.transport.candidatePairs=f),d.transport&&!d.transport.roundTripTime){let M=0,v=0;d.remoteInboundRtp.forEach((_,U)=>{_.roundTripTime&&_.roundTripTime>M&&(M=_.roundTripTime,v=_.totalRoundTripTime)}),d.transport.roundTripTime=M,d.transport.totalRoundTripTime=v}if(E.size>0)try{this.observer.emit("consumer_score",E)}catch(M){}if(S.size>0)try{this.observer.emit("producer_score",S)}catch(M){}return d}async getProducersReport(e){const r=e.map(i=>this.generateProducerStreamMap(i,!0));return r.length>0?Promise.all(r):void 0}async getConsumersReport(e){const r=e.map(i=>this.generateConsumerStreamMap(i,!0));return r.length>0?Promise.all(r):void 0}async getTransportReport(e){return e.getStats()}async getProcessedStats(e,r,i){const n=await this.getTransportReport(e),o={producing:i,consuming:r,id:e.id},c=n,d=this.parseRTCReport(c,["transport","candidate-pair","inbound-rtp","outbound-rtp","remote-inbound-rtp","local-candidate","remote-candidate"],!1,void 0,o);if(!d)return;const l={stats:d.transport,transportId:e.id,consuming:r,producing:i},u=d.staleProducerStreamMap?void 0:this.getProducerStatsFromReport(d),p=d.staleConsumerStreamMap?void 0:this.getConsumerStatsFromReport(d);return{transportReport:l,producerReport:u,consumerReport:p}}getProducerStatsFromReport(e){const r=[];try{e.producerStreamMap.forEach((i,n)=>{var o,c;r.push({producerId:n,videoStats:i.outboundVideoRtpId.map(d=>e.outboundVideoRtp.get(d)),audioStats:i.outboundAudioRtpId.map(d=>e.outboundAudioRtp.get(d)),appData:((c=(o=this.callStatsInstance.producers)==null?void 0:o.get(n))==null?void 0:c.appData)||null})})}catch(i){this.callStatsInstance.logger.error("callStats::measurements::getProducerStatsFromReport",{error:{reason:i.reason,message:i.message}})}return r}getConsumerStatsFromReport(e){const r=[];try{e.consumerStreamMap.forEach((i,n)=>{const{peerId:o,producerId:c,appData:d}=this.consumerPeerIdMap.get(n);r.push({consumerId:n,peerId:o,producerId:c,appData:d,videoStats:i.inboundVideoRtpId.map(l=>e.inboundVideoRtp.get(l)),audioStats:i.inboundAudioRtpId.map(l=>e.inboundAudioRtp.get(l))})})}catch(i){console.error("getConsumersReport: ",i,e)}return r}async getUserLocation(){return new Promise((e,r)=>{try{navigator.geolocation?navigator.geolocation.getCurrentPosition(i=>{e(i)}):r()}catch(i){r(i)}})}async getConnectivity(e){try{const r={iceServers:e||vh},i=new Promise((u,p)=>{try{const f=new HT(r);f.addListener("done",u),f.addListener("failed",()=>{u({connectivity:!1})}),f.start(2e3)}catch(f){p(f)}}),n=new Promise((u,p)=>{try{const f=new FT(r);f.addListener("done",u),f.addListener("failed",()=>{u({connectivity:!1})}),f.start(2e3)}catch(f){p(f)}}),o=new Promise((u,p)=>{try{const f=new qT(r);f.addListener("done",u),f.addListener("failed",()=>{u({connectivity:!1})}),f.start(2e3)}catch(f){p(f)}}),[c,d,l]=await Promise.all([i,n,o]);return{host:c==null?void 0:c.connectivity,relay:d==null?void 0:d.connectivity,reflexive:l==null?void 0:l.connectivity}}catch(r){return{host:!1,relay:!1,reflexive:!1}}}async getThroughput(e){try{const i=await new Promise((n,o)=>{try{const c={iceServers:e||vh},d=new BT(c);d.addListener("done",n),d.addListener("failed",o),d.start(1e4)}catch(c){o(c)}});return{throughput:i.throughput,fractionalLoss:0,RTT:i.RTT,jitter:0,backendRTT:i.backendRTT}}catch(r){return}}async getIPDetails(){var e,r;try{return this.ipDetails||(this.ipDetails=await Ng.getIPDetails({peerId:(e=this.callStatsInstance)==null?void 0:e.peerId,apiHostnames:(r=this.callStatsInstance)==null?void 0:r.apiHostnames,logger:this.callStatsInstance.logger})),this.ipDetails}catch(i){return}}async getNetworkQuality(e){const[r,i]=await Promise.all([this.getConnectivity(e),this.getThroughput(e)]);return{connectivity:r,throughput:i==null?void 0:i.throughput,fractionalLoss:i==null?void 0:i.fractionalLoss,RTT:i==null?void 0:i.RTT,jitter:i==null?void 0:i.jitter,backendRTT:i==null?void 0:i.backendRTT}}async getNetworkInfo(e,r=!1){var c,d;if(r){const l=await this.getIPDetails();return{ipDetails:l,effectiveNetworkType:(c=navigator.connection)==null?void 0:c.effectiveType,location:l!=null&&l.loc?yh(l==null?void 0:l.loc):void 0}}const[i,n,o]=await Promise.all([this.getConnectivity(e),this.getThroughput(e),this.getIPDetails()]);return{ipDetails:o,effectiveNetworkType:(d=navigator.connection)==null?void 0:d.effectiveType,location:o!=null&&o.loc?yh(o==null?void 0:o.loc):void 0,turnConnectivity:i?i.host||i.relay||i.reflexive:!1,connectivity:i,throughput:n==null?void 0:n.throughput,fractionalLoss:n==null?void 0:n.fractionalLoss,RTT:n==null?void 0:n.RTT,jitter:n==null?void 0:n.jitter,backendRTT:n==null?void 0:n.backendRTT}}}class GT extends Vg{}class xg extends Vg{constructor(){super(...arguments);h(this,"producerMap",new Map);h(this,"consumerMap",new Map)}async registerProducer(e){this.producerMap.set(e.id,e),await this.generateProducerStreamMap(e),e.on("close",this.deregisterProducer.bind(this,e)),e.on("pause",this.pauseProducer.bind(this,e.id)),e.on("resume",this.resumeProducer.bind(this,e.id)),e.appData.screenShare===!0&&this.screenShareProducers.add(e.id)}async registerConsumer(e){this.consumerMap.set(e.id,e),await this.generateConsumerStreamMap(e),this.consumerPeerIdMap.set(e.id,{producerId:e.producerId,peerId:e.appData.peerId,appData:e.appData}),e.on("close",this.deregisterConsumer.bind(this,e)),e.on("pause",this.pauseConsumer.bind(this,e.id)),e.on("resume",this.resumeConsumer.bind(this,e.id)),e.appData.screenShare===!0&&this.screenShareConsumers.add(e.id)}async generateConsumerStreamMap(e,r=!1){const i=await e.getStats(),n=this.parseRTCReport(i,["inbound-rtp"],!1,e.id),o=[...n.consumerStreamMap.values()][0],c=r?this.getConsumerStatsFromParsedConsumerStats(n,o,e.id):void 0;for(const d of i.values())switch(d.type){case"inbound-rtp":{this.inboundConsumerMap.set(d.id,e.id);break}}return c}deregisterProducer(e){this.producerMap.delete(e.id),this.outboundProducerMap.forEach((r,i)=>{r===e.id&&this.outboundProducerMap.delete(i)}),this.pausedProducerMap.delete(e.id),this.screenShareProducers.delete(e.id)}deregisterConsumer(e){this.consumerMap.delete(e.id),this.inboundConsumerMap.forEach((r,i)=>{r===e.id&&this.inboundConsumerMap.delete(i)}),this.consumerPeerIdMap.delete(e.id),this.pausedConsumerMap.delete(e.id),this.screenShareConsumers.delete(e.id)}getIceCandidateStats(e){var r;return{id:e.id,type:e.candidateType||e.type,address:e.address,port:e.port,url:e.url,protocol:(r=e.relayProtocol)!=null?r:e.protocol,networkType:e.networkType,relatedAddress:e.relatedAddress,relatedPort:e.relatedPort}}parseRTCReport(e,r=[],i=!1,n=void 0,o=void 0){var P,C,k,I,L,N,$,B,X,We,hs,Jt,qr;const c=e,d=new Lg,l=r.length?new Set(r):void 0,u=[],p=[],f=[],S=new Map,E=new Map;for(const M of c.values()){if(l){if(l.size===0)break;if(l.has(M.type))i&&l.delete(M.type);else continue}switch(M.type){case"local-candidate":{u.push(this.getIceCandidateStats(M));break}case"remote-candidate":{p.push(this.getIceCandidateStats(M));break}case"candidate-pair":{const{nominated:v}=M,{selected:_}=M,U=M,ge={nominated:v!=null?v:_,currentRoundTripTime:U.currentRoundTripTime,totalRoundTripTime:U.totalRoundTripTime,bytesReceived:U.bytesReceived,bytesSent:U.bytesSent,availableOutgoingBitrate:U.availableOutgoingBitrate,availableIncomingBitrate:U.availableIncomingBitrate,lastPacketReceivedTimestamp:U.lastPacketReceivedTimestamp,lastPacketSentTimestamp:U.lastPacketSentTimestamp,localCandidateId:U.localCandidateId,remoteCandidateId:U.remoteCandidateId,bytesDiscardedOnSend:U.bytesDiscardedOnSend,packetsSent:U.packetsSent,packetsReceived:U.packetsReceived,packetsDiscardedOnSend:U.packetsDiscardedOnSend};f.push(ge),(M.nominated===!0||M.selected===!0)&&(d.candidatePair=ge);break}case"transport":{const v=M;o&&(o.producing&&(this.overallProducingTransportsStatsMap[o.id]||(this.overallProducingTransportsStatsMap[o.id]={totalPacketsSent:0})),o.consuming&&(this.overallConsumingTransportsStatsMap[o.id]||(this.overallConsumingTransportsStatsMap[o.id]={totalPacketsReceived:0})));const _={bytesReceived:v.bytesReceived,bytesSent:v.bytesSent,packetsSent:v.packetsSent,packetsReceived:v.packetsReceived,dtlsCipher:v.dtlsCipher,dtlsState:v.dtlsState,iceRole:v.iceRole};if(d.transport=_,o){if(o.producing){const U=this.overallProducingTransportsStatsMap[o.id];this.processProducingTransportStats(o.id,U,_)}if(o.consuming){const U=this.overallConsumingTransportsStatsMap[o.id];this.processConsumingTransportStats(o.id,U,_)}}break}case"remote-inbound-rtp":{const v=M,_={jitter:v.jitter,fractionLost:v.fractionLost,roundTripTime:v.roundTripTime,roundTripTimeMeasurements:v.roundTripTimeMeasurements,totalRoundTripTime:v.totalRoundTripTime,packetsLost:v.packetsLost};d.remoteInboundRtp.set(v.localId,_);break}case"outbound-rtp":{if(!this.outboundProducerMap.has(M.id))break;const v=M,_=n||this.outboundProducerMap.get(M.id),U=this.pausedProducerMap.get(_);if(U){if(U.lastReportCalculated===!0)break;this.pausedProducerMap.set(_,{lastReportCalculated:!0})}this.overallProducersStatsMap[_]||(this.overallProducersStatsMap[_]={totalVideoPacketsSent:0,totalAudioPacketsSent:0});const ge=this.overallProducersStatsMap[_];if(["video","audio"].includes(v.mediaType)||["video","audio"].includes(v.kind)){if(!this.outboundProducerMap.has(M.id)){d.staleProducerStreamMap=!0;break}const ye=this.callStatsInstance.producers.get(_);if(((P=ye==null?void 0:ye.track)==null?void 0:P.readyState)==="ended")break;d.producerStreamMap.has(_)||d.producerStreamMap.set(_,{outboundVideoRtpId:[],outboundAudioRtpId:[]});const O={bytesSent:v.bytesSent,packetsSent:v.packetsSent,nackCount:v.nackCount,ssrc:v.ssrc,mid:v.mid,active:v.active,codecId:v.codecId,headerBytesSent:v.headerBytesSent||0,totalPacketSendDelay:v.totalPacketSendDelay||0};if(v.mediaType==="video"||v.kind==="video"){const R=v,we={frameHeight:R.frameHeight,frameWidth:R.frameWidth,framesEncoded:R.framesEncoded,framesDropped:R.framesDropped?R.framesDropped:R.droppedFrames,framesPerSecond:R.framesPerSecond?R.framesPerSecond:R.framerateMean,framesSent:R.framesSent,keyFramesEncoded:R.keyFramesEncoded,firCount:R.firCount,encoderImplementation:R.encoderImplementation,hugeFramesSent:R.hugeFramesSent,pliCount:R.pliCount,qpSum:R.qpSum,qualityLimitationReason:R.qualityLimitationReason,qualityLimitationDurations:R.qualityLimitationDurations,qualityLimitationResolutionChanges:R.qualityLimitationResolutionChanges,totalEncodeTime:R.totalEncodeTime,totalPacketSendDelay:R.totalEncodeTime,retransmittedBytesSent:R.retransmittedBytesSent,retransmittedPacketsSent:R.retransmittedPacketsSent,scalabilityMode:R.scalabilityMode,powerEfficientEncoder:R.powerEfficientEncoder,...O};d.outboundVideoRtp.set(M.id,we),d.producerStreamMap.get(_).outboundVideoRtpId.push(M.id),this.processOutboundProducerVideoStats(_,ge,we)}else if(v.mediaType==="audio"||v.kind==="audio"){const R=v,we={retransmittedBytesSent:R.retransmittedBytesSent,retransmittedPacketsSent:R.retransmittedPacketsSent,...O};d.outboundAudioRtp.set(M.id,we),d.producerStreamMap.get(_).outboundAudioRtpId.push(M.id),this.processOutboundProducerAudioStats(_,ge,we)}}else this.callStatsInstance.logger.error(`Callstats: Unknown Outbound-rtp. mediatype: ${v.mediaType} kind: ${v.kind}`);break}case"inbound-rtp":{if(!this.inboundConsumerMap.has(M.id))break;const v=M,_=n||this.inboundConsumerMap.get(M.id),U=this.pausedConsumerMap.get(_);if(U){if(U.lastReportCalculated===!0)break;this.pausedConsumerMap.set(_,{lastReportCalculated:!0})}if(v.ssrc===1234)break;this.overallConsumersStatsMap[_]||(this.overallConsumersStatsMap[_]={totalVideoPacketsReceived:0,totalAudioPacketsReceived:0});const ge=this.overallConsumersStatsMap[_];if(["video","audio"].includes(v.mediaType)||["video","audio"].includes(v.kind)){if(!this.inboundConsumerMap.has(M.id)){d.staleConsumerStreamMap=!0;break}d.consumerStreamMap.has(_)||d.consumerStreamMap.set(_,{inboundVideoRtpId:[],inboundAudioRtpId:[]});const ye={bytesReceived:v.bytesReceived,packetsReceived:v.packetsReceived,packetsLost:v.packetsLost>=0?v.packetsLost:0,jitter:v.jitter,nackCount:v.nackCount,jitterBufferDelay:v.jitterBufferDelay,jitterBufferEmittedCount:v.jitterBufferEmittedCount,lastPacketReceivedTimestamp:v.lastPacketReceivedTimestamp,ssrc:v.ssrc,mid:v.mid,codecId:v.codecId,headerBytesReceived:v.headerBytesReceived||0,packetsDiscarded:v.packetsDiscarded||0,jitterBufferMinimumDelay:v.jitterBufferMinimumDelay||0,jitterBufferTargetDelay:v.jitterBufferTargetDelay||0};if(v.mediaType==="video"||v.kind==="video"){const O=v,R={frameHeight:O.frameHeight,frameWidth:O.frameWidth,framesDecoded:O.framesDecoded,framesDropped:O.framesDropped?O.framesDropped:O.droppedFrames,framesPerSecond:O.framesPerSecond?O.framesPerSecond:O.framerateMean,framesReceived:O.framesReceived,keyFramesDecoded:O.keyFramesDecoded,firCount:O.firCount,decoderImplementation:O.decoderImplementation,pliCount:O.pliCount,totalProcessingDelay:O.totalProcessingDelay,qpSum:O.qpSum||0,totalAssemblyTime:O.totalAssemblyTime||0,totalDecodeTime:O.totalDecodeTime||0,totalFreezesDuration:O.totalFreezesDuration||0,totalInterFrameDelay:O.totalInterFrameDelay||0,totalPausesDuration:O.totalPausesDuration||0,totalSquaredInterFrameDelay:O.totalSquaredInterFrameDelay||0,freezeCount:O.freezeCount||0,pauseCount:O.pauseCount||0,powerEfficientDecoder:O.powerEfficientDecoder,...ye};R.score=Dg({frameWidth:R.frameWidth||0,framesDecoded:(R.framesDecoded||0)-(((C=this.videoConsumerToStatsMap.get(_))==null?void 0:C.framesDecoded)||0),framesPerSecond:R.framesPerSecond||0,packetsLost:(R.packetsLost||0)-(((k=this.videoConsumerToStatsMap.get(_))==null?void 0:k.packetsLost)||0),packetsReceived:(R.packetsReceived||0)-(((I=this.videoConsumerToStatsMap.get(_))==null?void 0:I.packetsReceived)||0),jitter:R.jitter||0,isScreenShare:this.screenShareConsumers.has(_)}),E.set(_,{score:+(R.score*10).toFixed(),frameWidth:R.frameWidth||0,frameHeight:R.frameHeight||0,framesPerSecond:R.framesPerSecond||0,packetsLostPercentage:Kc({packetsLost:(R.packetsLost||0)-(((L=this.videoConsumerToStatsMap.get(_))==null?void 0:L.packetsLost)||0),packetsReceived:(R.packetsReceived||0)-(((N=this.videoConsumerToStatsMap.get(_))==null?void 0:N.packetsReceived)||0)}),jitter:R.jitter||0,isScreenShare:this.screenShareConsumers.has(_),bitrate:((R.bytesReceived||0)-((($=this.videoConsumerToStatsMap.get(_))==null?void 0:$.bytesReceived)||0))*8/7}),this.videoConsumerToStatsMap.set(_,R),d.inboundVideoRtp.set(M.id,R),d.consumerStreamMap.get(_).inboundVideoRtpId.push(M.id),this.processInboundConsumerVideoStats(_,ge,R)}else if(v.mediaType==="audio"||v.kind==="audio"){const O=v,R={audioLevel:O.audioLevel,concealedSamples:O.concealedSamples,concealmentEvents:O.concealmentEvents,totalAudioEnergy:O.totalAudioEnergy,totalSamplesDuration:O.totalSamplesDuration,totalSamplesReceived:O.totalSamplesReceived,fecPacketsDiscarded:O.fecPacketsDiscarded||0,fecPacketsReceived:O.fecPacketsReceived||0,insertedSamplesForDeceleration:O.insertedSamplesForDeceleration||0,removedSamplesForAcceleration:O.removedSamplesForAcceleration||0,silentConcealedSamples:O.silentConcealedSamples||0,playoutId:O.playoutId,...ye};R.score=Ig({concealmentEvents:(R.concealmentEvents||0)-(((B=this.audioConsumerToStatsMap.get(_))==null?void 0:B.concealmentEvents)||0),packetsLost:(R.packetsLost||0)-(((X=this.audioConsumerToStatsMap.get(_))==null?void 0:X.packetsLost)||0),packetsReceived:(R.packetsReceived||0)-(((We=this.audioConsumerToStatsMap.get(_))==null?void 0:We.packetsReceived)||0),jitter:R.jitter||0}),E.set(_,{score:+(R.score*10).toFixed(),packetsLostPercentage:Kc({packetsLost:(R.packetsLost||0)-(((hs=this.audioConsumerToStatsMap.get(_))==null?void 0:hs.packetsLost)||0),packetsReceived:(R.packetsReceived||0)-(((Jt=this.audioConsumerToStatsMap.get(_))==null?void 0:Jt.packetsReceived)||0)}),jitter:R.jitter||0,isScreenShare:this.screenShareConsumers.has(_),bitrate:((R.bytesReceived||0)-(((qr=this.audioConsumerToStatsMap.get(_))==null?void 0:qr.bytesReceived)||0))*8/7}),this.audioConsumerToStatsMap.set(_,R),d.inboundAudioRtp.set(M.id,R),d.consumerStreamMap.get(_).inboundAudioRtpId.push(M.id),this.processInboundConsumerAudioStats(_,ge,R)}}else this.callStatsInstance.logger.error(`Callstats: Unknown Inbound-rtp. mediatype: ${v.mediaType} kind: ${v.kind}`);break}}}if(d.producerStreamMap.forEach((M,v)=>{var _,U,ge,ye,O,R,we,jr,va,ya,Ea,Pa,_a,Ca,wa,Ra,ba,ka,Ma,Aa,Ia,Da,Oa;if(M.outboundVideoRtpId.length>0){const ne=[];M.outboundVideoRtpId.forEach(_l=>{ne.push(d.outboundVideoRtp.get(_l))});const z=this.getWorkingSimulcastVideoStats(ne);z.score=Mg({frameWidth:z.frameWidth||0,framesPerSecond:z.framesPerSecond||0,jitter:((_=z.remoteData)==null?void 0:_.jitter)||0,isScreenShare:this.screenShareProducers.has(v),packetsSent:(z.packetsSent||0)-(((U=this.videoProducerToStatsMap.get(v))==null?void 0:U.packetsSent)||0),packetsLost:(((ge=z.remoteData)==null?void 0:ge.packetsLost)||0)-(((O=(ye=this.videoProducerToStatsMap.get(v))==null?void 0:ye.remoteData)==null?void 0:O.packetsLost)||0),framesEncoded:(z.framesEncoded||0)-(((R=this.videoProducerToStatsMap.get(v))==null?void 0:R.framesEncoded)||0)}),S.set(v,{score:+(z.score*10).toFixed(),frameWidth:z.frameWidth||0,frameHeight:z.frameHeight||0,framesPerSecond:z.framesPerSecond||0,jitter:((we=z.remoteData)==null?void 0:we.jitter)||0,isScreenShare:this.screenShareProducers.has(v),packetsLostPercentage:Jc({packetsSent:(z.packetsSent||0)-(((jr=this.videoProducerToStatsMap.get(v))==null?void 0:jr.packetsSent)||0),packetsLost:(((va=z.remoteData)==null?void 0:va.packetsLost)||0)-(((Ea=(ya=this.videoProducerToStatsMap.get(v))==null?void 0:ya.remoteData)==null?void 0:Ea.packetsLost)||0)}),bitrate:((z.bytesSent||0)-(((Pa=this.videoProducerToStatsMap.get(v))==null?void 0:Pa.bytesSent)||0))*8/7,cpuLimitations:z.qualityLimitationReason==="cpu",bandwidthLimitations:z.qualityLimitationReason==="bandwidth"}),this.videoProducerToStatsMap.set(v,z)}else if(M.outboundAudioRtpId.length>0){const ne=d.outboundAudioRtp.get(M.outboundAudioRtpId[0]);ne.score=kg({packetsSent:(ne.packetsSent||0)-(((_a=this.audioProducerToStatsMap.get(v))==null?void 0:_a.packetsSent)||0),packetsLost:(((Ca=ne.remoteData)==null?void 0:Ca.packetsLost)||0)-(((Ra=(wa=this.audioProducerToStatsMap.get(v))==null?void 0:wa.remoteData)==null?void 0:Ra.packetsLost)||0),jitter:((ba=ne.remoteData)==null?void 0:ba.jitter)||0}),S.set(v,{score:+(ne.score*10).toFixed(),bitrate:((ne.bytesSent||0)-(((ka=this.audioProducerToStatsMap.get(v))==null?void 0:ka.bytesSent)||0))*8/7,packetsLostPercentage:Jc({packetsSent:(ne.packetsSent||0)-(((Ma=this.audioProducerToStatsMap.get(v))==null?void 0:Ma.packetsSent)||0),packetsLost:(((Aa=ne.remoteData)==null?void 0:Aa.packetsLost)||0)-(((Da=(Ia=this.audioProducerToStatsMap.get(v))==null?void 0:Ia.remoteData)==null?void 0:Da.packetsLost)||0)}),jitter:((Oa=ne.remoteData)==null?void 0:Oa.jitter)||0,isScreenShare:this.screenShareProducers.has(v)}),this.audioProducerToStatsMap.set(v,ne)}}),f.forEach(M=>{const v=u.find(U=>U.id===M.localCandidateId?(M.localCandidateId=U.id,U):null),_=p.find(U=>U.id===M.remoteCandidateId?(M.remoteCandidateId=U.id,U):null);v&&(M.localCandidateType=v.type,M.localCandidateAddress=Nr(v.address),M.localCandidatePort=v.port,M.localCandidateProtocol=v.protocol,M.localCandidateUrl=v.url,M.localCandidateNetworkType=v.networkType,M.localCandidateRelatedAddress=Nr(v.relatedAddress),M.localCandidateRelatedPort=v.relatedPort),_&&(M.remoteCandidateType=_.type,M.remoteCandidateAddress=Nr(_.address),M.remoteCandidatePort=_.port,M.remoteCandidateProtocol=_.protocol,M.remoteCandidateUrl=_.url)}),d.candidatePair&&(d.transport?(d.transport.bytesReceived=d.candidatePair.bytesReceived,d.transport.bytesSent=d.candidatePair.bytesSent,d.transport.totalRoundTripTime=d.candidatePair.totalRoundTripTime,d.transport.availableOutgoingBitrate=d.candidatePair.availableOutgoingBitrate,d.transport.availableIncomingBitrate=d.candidatePair.availableIncomingBitrate,d.transport.roundTripTime=d.candidatePair.currentRoundTripTime):d.transport={bytesReceived:d.candidatePair.bytesReceived,bytesSent:d.candidatePair.bytesSent,totalRoundTripTime:d.candidatePair.totalRoundTripTime,availableOutgoingBitrate:d.candidatePair.availableOutgoingBitrate,availableIncomingBitrate:d.candidatePair.availableIncomingBitrate,roundTripTime:d.candidatePair.currentRoundTripTime}),d.transport&&(d.transport.candidatePairs=f),d.transport&&!d.transport.roundTripTime){let M=0,v=0;d.remoteInboundRtp.forEach((_,U)=>{_.roundTripTime&&_.roundTripTime>M&&(M=_.roundTripTime,v=_.totalRoundTripTime)}),d.transport.roundTripTime=M,d.transport.totalRoundTripTime=v}if(E.size>0)try{this.observer.emit("consumer_score",E)}catch(M){}if(S.size>0)try{this.observer.emit("producer_score",S)}catch(M){}return d}getProducerStatsFromReport(e){const r=[];try{e.producerStreamMap.forEach((i,n)=>{const o=this.producerMap.get(n),c=o.track.getSettings(),d=i.outboundVideoRtpId.map(u=>{const p=e.outboundVideoRtp.get(u);return p.frameHeight||(p.frameHeight=c.height,p.frameWidth=c.width,p.framesPerSecond=c.frameRate),p}),l={producerId:n,appData:o.appData,videoStats:d,audioStats:i.outboundAudioRtpId.map(u=>e.outboundAudioRtp.get(u))};r.push(l)})}catch(i){console.error("getProducersReport: ",i,e)}return r}getConsumerStatsFromParsedConsumerStats(e,r,i){let n;try{const{peerId:o,producerId:c,appData:d}=this.consumerPeerIdMap.get(i),l=r==null?void 0:r.inboundVideoRtpId.map(u=>{const f=this.consumerMap.get(i).track.getSettings(),S=e.inboundVideoRtp.get(u);return S.frameHeight||(S.frameHeight=f.height,S.frameWidth=f.width,S.framesPerSecond=f.frameRate),S});n={consumerId:i,peerId:o,producerId:c,appData:d,videoStats:l,audioStats:r==null?void 0:r.inboundAudioRtpId.map(u=>e.inboundAudioRtp.get(u))}}catch(o){console.error("getConsumerStatsFromParsedConsumerStats: ",o,e)}return n}getConsumerStatsFromReport(e){const r=[];try{e.consumerStreamMap.forEach((i,n)=>{r.push(this.getConsumerStatsFromParsedConsumerStats(e,i,n))})}catch(i){console.error("getConsumerStatsFromReport: ",i,e)}return r}}class WT extends xg{}function zc(s,t,e,r){if(s!=null&&s.logger&&s.logger.error("Callstats::handleError",{error:r}),typeof e=="function"&&r instanceof t)e.call(null,r,s);else throw r}function Eh(s,t,e){const r=s.value;return s.value=function(...i){try{const n=r.apply(this,i);return n&&n instanceof Promise?n.catch(o=>{zc(this,t,e,o)}):n}catch(n){zc(this,t,e,n)}return null},s}const K=(s,t)=>(e,r,i)=>{const n=i.value;return i.value=function(...o){try{const c=n.apply(this,o);return c&&c instanceof Promise?c.catch(d=>{zc(this,s,t,d)}):c}catch(c){zc(this,s,t,c)}return null},i},JT=(s,t)=>(e,r,i)=>{if(i)return Eh(i,s,t);for(const n of Reflect.ownKeys(e.prototype).filter(o=>o!=="constructor")){const o=Object.getOwnPropertyDescriptor(e.prototype,n);o.value instanceof Function&&Object.defineProperty(e.prototype,n,Eh(o,s,t))}};var W=globalThis&&globalThis.__decorate||function(s,t,e,r){var i=arguments.length,n=i<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,e):r,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")n=Reflect.decorate(s,t,e,r);else for(var c=s.length-1;c>=0;c--)(o=s[c])&&(n=(i<3?o(n):i>3?o(t,e,n):o(t,e))||n);return i>3&&n&&Object.defineProperty(t,e,n),n};const J=console;let j=class extends Xe{constructor(e="https://api.testingv3.dyte.in",r="Blink",i=Eg.PROD,n,o,c,d,l){super();h(this,"observer");h(this,"eventHandler");h(this,"measurements");h(this,"producingTransport");h(this,"consumingTransport");h(this,"producers",new Map);h(this,"consumers",new Map);h(this,"iceServers");h(this,"connectionInfoPromise");h(this,"pingStatsTimeout");h(this,"logger");h(this,"env");h(this,"apiHostnames");h(this,"peerId");h(this,"consumerSharedMediaStatesMap",new Map);h(this,"currentUserMediaStates",{});if(!l)throw Error("authToken is missing but required to initialize CallStats!");switch(this.env=i,this.apiHostnames=d,this.logger=o,this.peerId=c,this.eventHandler=new IT({logger:o,peerId:c,apiHostnames:d,authToken:l}),this.logger.debug("callStats::engineName: ",{engineName:r}),r){case"Blink":this.measurements=new GT;break;case"Gecko":this.measurements=new xg;break;case"WebKit":this.measurements=new WT;break;default:throw Error(`Unknown engineName! ${r}`)}this.measurements.callStatsInstance=this,this.registerProducer=this.registerProducer.bind(this),this.registerConsumer=this.registerConsumer.bind(this),this.observer=new Xe,this.measurements.observer.on("consumer_score",u=>{o.debug(`callStats::consumer_score ${[...u.entries()]}`),this.eventHandler.emit("consumer_score",u)}),this.measurements.observer.on("producer_score",u=>{o.debug(`callStats::producer_score ${[...u.entries()]}`),this.eventHandler.emit("producer_score",u)})}registerIceServers(e){this.iceServers=e}registerConsumer(e){var r;this.consumerSharedMediaStatesMap.has(e.id)||this.consumerSharedMediaStatesMap.set(e.id,{}),this.consumers.set(e.id,e),this.measurements.registerConsumer(e),this.logger.debug("callStats::registerConsumer",{consumerId:e.id,consumerkind:e.kind,isScreenShare:!!((r=e.appData)!=null&&r.screenShare)}),e.on("close",this.deRegisterConsumer.bind(this,e))}registerProducer(e){var r;this.producers.set(e.id,e),this.measurements.registerProducer(e),this.logger.debug("callStats::registerProducer",{producerId:e.id,producerKind:e.kind,isScreenShare:!!((r=e.appData)!=null&&r.screenShare)}),e.on("close",this.deRegisterProducer.bind(this,e))}sendConsumerSharedMediaStateEvent(e,r){this.consumerSharedMediaStatesMap.has(e)||this.consumerSharedMediaStatesMap.set(e,{});const i=this.consumerSharedMediaStatesMap.get(e);this.consumerSharedMediaStatesMap.set(e,Object.assign(i,r))}registerProducingTransport(e){var i;this.producingTransport=e,e.on("close",this.disconnectProducingTransport.bind(this,e)),e.on("disconnect",this.disconnectProducingTransport.bind(this,e)),Array.from(((i=e._producers)==null?void 0:i.values())||[]).forEach(n=>{this.registerProducer(n)}),e.on("newproducer",this.registerProducer)}registerConsumingTransport(e){var i;this.consumingTransport=e,e.on("close",this.disconnectConsumingTransport.bind(this,e)),e.on("disconnect",this.disconnectConsumingTransport.bind(this,e)),Array.from(((i=e._consumers)==null?void 0:i.values())||[]).forEach(n=>{this.registerConsumer(n)}),e.on("newconsumer",this.registerConsumer)}deRegisterConsumer(e){this.consumers.delete(e.id)}deRegisterProducer(e){var r;this.producers.delete(e.id),this.logger.debug("callStats::deRegisterProducer",{producerId:e.id,producerKind:e.kind,isScreenShare:!!((r=e.appData)!=null&&r.screenShare)})}disconnectConsumingTransport(){this.consumingTransport=void 0}disconnectProducingTransport(){this.producingTransport=void 0}callEvent(e){this.eventHandler.callEvent(e)}sendPreCallTestBeginEvent(e=!1,r){this.connectionInfoPromise=this.measurements.getNetworkInfo(this.iceServers,e),this.eventHandler.callEvent({event:D.PRECALL_TEST_BEGIN,timestamp:r}),this.connectionInfoPromise&&this.connectionInfoPromise.then(i=>{this.eventHandler.callEvent({event:D.PRECALL_TEST_COMPLETE,metaData:{connectionInfo:i},timestamp:r})})}sendScreenShareToggleEvent(e,r=null,i){this.currentUserMediaStates.screen=e,this.eventHandler.callEvent({event:e?D.SCREENSHARE_STARTED:D.SCREENSHARE_STOPPED,metaData:{ssrc:r},timestamp:i})}sendScreenShareRequestedEvent(e){this.eventHandler.callEvent({event:D.SCREENSHARE_START_REQUESTED,timestamp:e})}sendActiveSpeakerEvent(e,r){this.eventHandler.callEvent({event:D.DOMINANT_SPEAKER,metaData:{peerId:e},timestamp:r})}devices(e,r,i){this.eventHandler.callEvent({event:e===Nt.AUDIO&&D.AUDIO_DEVICES_UPDATES||e===Nt.VIDEO&&D.VIDEO_DEVICES_UPDATES||e===Nt.SPEAKER&&D.SPEAKER_DEVICES_UPDATES,metaData:{deviceList:r},timestamp:i})}selectedDevice(e,r,i){this.eventHandler.callEvent({event:e===Nt.AUDIO&&D.SELECTED_MICROHPONE_UPDATE||e===Nt.VIDEO&&D.SELECTED_CAMERA_UPDATE||e===Nt.SPEAKER&&D.SELECTED_SPEAKER_UPDATE,metaData:{device:r},timestamp:i})}mediaPermission(e,r,i){this.eventHandler.callEvent({event:D.MEDIA_PERMISSION,metaData:{deviceType:e,permission:r},timestamp:i})}mediaPlaybackFailed(e,r){this.eventHandler.callEvent({event:e===Nt.AUDIO&&D.AUDIO_PLAY_FAILED||e===Nt.VIDEO&&D.VIDEO_PLAY_FAILED,metaData:{deviceType:e},timestamp:r})}mediaTrackMuted(e,r){this.eventHandler.callEvent({event:e===Nt.AUDIO&&D.AUDIO_TRACK_MUTED||e===Nt.VIDEO&&D.VIDEO_TRACK_MUTED,metaData:{deviceType:e},timestamp:r})}tabChanged(e,r){this.eventHandler.callEvent({event:D.TAB_CHANGE,metaData:{isMeetingsTabActive:e},timestamp:r})}browserBackgrounded(e){this.eventHandler.callEvent({event:D.BROWSER_BACKGROUNDED,timestamp:e})}browserForegrounded(e){this.eventHandler.callEvent({event:D.BROWSER_FOREGROUNDED,timestamp:e})}legacySwitch(e,r){this.eventHandler.callEvent({event:D.LEGACY_SWITCH,metadata:{on:e},timestamp:r})}async getPreCallTestResults(){return this.connectionInfoPromise}sendCallJoinBeginEvent(e,r){e={...e,meetingEnv:this.env},e.deviceInfo={...e.deviceInfo,userAgent:navigator.userAgent,cpus:navigator.hardwareConcurrency,memory:navigator.deviceMemory},this.eventHandler.callEvent({event:D.CALL_JOIN_BEGIN,metaData:{peerMetaData:e},timestamp:r})}sendNetworkQualityTestBeginEvent(e,r){this.eventHandler.callEvent({event:D.NET_QUALITY_TEST_BEGIN,timestamp:r}),new Promise(async(n,o)=>{const c=[];try{for(const d of e)try{if(d.iceServers&&d.iceServers.length>0){const l=await this.measurements.getNetworkQuality(d.iceServers);c.push({...d,networkResults:l})}}catch(l){console.warn("Error handling ",l)}n({regionData:c})}catch(d){console.warn("Error in callstats, ",d),o(d)}}).then(n=>{this.eventHandler.callEvent({event:D.NET_QUALITY_TEST_END,timestamp:r,metaData:n})})}sendWebSocketConnectedEvent(e){this.eventHandler.callEvent({event:D.WEBSOCKET_CONNECTED,timestamp:e})}sendTransportConnectedEvent(e){this.eventHandler.callEvent({event:D.TRANSPORT_CONNECTED,timestamp:e})}sendAudioToggleEvent(e,r){this.currentUserMediaStates.audio=e;let i;e?i=D.AUDIO_ON:i=D.AUDIO_OFF,this.eventHandler.callEvent({event:i,timestamp:r})}sendVideoToggleEvent(e,r){this.currentUserMediaStates.video=e;let i;e?i=D.VIDEO_ON:i=D.VIDEO_OFF,this.eventHandler.callEvent({event:i,timestamp:r})}sendParticipantRoleToggleEvent(e,r){this.eventHandler.callEvent({event:D.PARTICIPANT_ROLE,timestamp:r,metaData:e})}startPingStats(e=7e3){this.sendPingStatsEvent(!1,new Date),this.pingStatsTimeout=setInterval(this.sendPingStatsEvent.bind(this),e)}stopPingStats(){clearInterval(this.pingStatsTimeout)}async sendPingStatsEvent(e=!0,r){var c,d;let i,n;if(this.producingTransport&&(i=await this.measurements.getProcessedStats(this.producingTransport,!1,!0),!i||!((c=i==null?void 0:i.producerReport)!=null&&c.length))){this.logger.debug("callStats::sendPingStatsEvent::staleProducingTransport",{disclaimer:"Stale producer? Regenerating Stream Maps!"});const l=await this.measurements.getProducersReport([...this.producers.values()]);i&&l?i.producerReport=l:(i=await this.measurements.getProcessedStats(this.producingTransport,!1,!0),(!i||!(i!=null&&i.producerReport))&&this.logger.debug("callStats::sendPingStatsEvent::noProducingTransportReport",{disclaimer:"Stream maps invalid despite regenerating!"}))}if(this.consumingTransport&&(n=await this.measurements.getProcessedStats(this.consumingTransport,!0,!1),!n||!((d=n.consumerReport)!=null&&d.length))){this.logger.debug("callStats::sendPingStatsEvent::staleConsumingTransport",{disclaimer:"Stale consumer? Regenerating Stream Maps!"});const l=await this.measurements.getConsumersReport([...this.consumers.values()]);n&&l?n.consumerReport=l:(n=await this.measurements.getProcessedStats(this.consumingTransport,!0,!1),(!n||!n.consumerReport)&&this.logger.debug("callStats::sendPingStatsEvent::noConsumingTransportReport",{disclaimer:"Stream maps invalid despite regenerating!"}))}const o={producingTransportStats:i?i==null?void 0:i.transportReport:void 0,consumingTransportStats:n?n==null?void 0:n.transportReport:void 0,producerStats:[].concat((i==null?void 0:i.producerReport)||[]).concat((n==null?void 0:n.producerReport)||[]),consumerStats:[].concat((n==null?void 0:n.consumerReport)||[]).concat((i==null?void 0:i.consumerReport)||[])};if(e&&o.producerStats.length===0&&o.consumerStats.length===0){await this.eventHandler.flush();return}this.eventHandler.callEvent({event:D.PING_STAT,metaData:o,timestamp:r})}sendIVSPlayerRebufferEvent(e){this.eventHandler.callEvent({event:D.IVS_PLAYER_REBUFFERING,timestamp:e})}sendIVSPlayerAudioBlockEvent(e){this.eventHandler.callEvent({event:D.IVS_PLAYER_AUDIO_BLOCKED,timestamp:e})}sendIVSPlayerPlaybackBlockedEvent(e){this.eventHandler.callEvent({event:D.IVS_PLAYER_PLAYBACK_BLOCKED,timestamp:e})}sendIVSPlayerNetworkUnavailableEvent(e){this.eventHandler.callEvent({event:D.IVS_PLAYER_NETWORK_UNAVAILABLE,timestamp:e})}sendIVSPlayerInitializedEvent(e){this.eventHandler.callEvent({event:D.IVS_PLAYER_INITIALIZED,timestamp:e})}sendIVSPlayerWorkerErrorEvent(e){this.eventHandler.callEvent({event:D.IVS_PLAYER_WORKER_ERROR,timestamp:e})}sendIVSPlayerErrorEvent(e,r){this.eventHandler.callEvent({event:D.IVS_PLAYER_ERROR,timestamp:r,metaData:e})}sendIVSPlayerRecoverableErrorEvent(e,r){this.eventHandler.callEvent({event:D.IVS_PLAYER_RECOVERABLE_ERROR,timestamp:r,metaData:e})}sendIVSPlayerAnalyticsEvent(e,r){this.eventHandler.callEvent({event:D.IVS_PLAYER_ANALYTICS_EVENT,timestamp:r,metaData:e})}sendIVSPlayerPlaybackRateChangedEvent(e,r){this.eventHandler.callEvent({event:D.IVS_PLAYER_PLAYBACK_RATE_CHANGED,timestamp:r,metaData:{updatedPlaybackRate:e}})}sendIVSPlayerQualityChanged(e,r){this.eventHandler.callEvent({event:D.IVS_PLAYER_QUALITY_CHANGED,timestamp:r,metaData:e})}sendPlayerLiveLatency(e,r){this.eventHandler.callEvent({event:D.LIVESTREAM_LATENCY,timestamp:r,metaData:{latency:e}})}sendDisconnectEvent(e){this.eventHandler.callEvent({event:D.DISCONNECT,timestamp:e})}sendReconnectEvent(e){this.eventHandler.callEvent({event:D.RECONNECT_ATTEMPT,timestamp:e})}expectedVideoResolution(e,r,i){this.eventHandler.callEvent({event:D.EXPECTED_VIDEO_RESOLUTION,timestamp:i,metaData:{frameWidth:e,frameHeight:r}})}expectedScreenshareResolution(e,r,i){this.eventHandler.callEvent({event:D.EXPECTED_SCREENSHARE_RESOLUTION,timestamp:i,metaData:{frameWidth:e,frameHeight:r}})}};W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"registerIceServers",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"registerConsumer",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"registerProducer",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendConsumerSharedMediaStateEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"registerProducingTransport",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"registerConsumingTransport",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"deRegisterConsumer",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"deRegisterProducer",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"disconnectConsumingTransport",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"disconnectProducingTransport",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendPreCallTestBeginEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendScreenShareToggleEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendScreenShareRequestedEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendActiveSpeakerEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"devices",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"selectedDevice",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"mediaPermission",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"mediaPlaybackFailed",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"mediaTrackMuted",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"tabChanged",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"browserBackgrounded",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"browserForegrounded",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"legacySwitch",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"getPreCallTestResults",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendCallJoinBeginEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendNetworkQualityTestBeginEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendWebSocketConnectedEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendTransportConnectedEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendAudioToggleEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendVideoToggleEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendParticipantRoleToggleEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"startPingStats",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"stopPingStats",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendPingStatsEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendIVSPlayerRebufferEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendIVSPlayerAudioBlockEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendIVSPlayerPlaybackBlockedEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendIVSPlayerNetworkUnavailableEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendIVSPlayerInitializedEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendIVSPlayerWorkerErrorEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendIVSPlayerErrorEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendIVSPlayerRecoverableErrorEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendIVSPlayerAnalyticsEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendIVSPlayerPlaybackRateChangedEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendIVSPlayerQualityChanged",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendPlayerLiveLatency",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendDisconnectEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendReconnectEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"expectedVideoResolution",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"expectedScreenshareResolution",null);j=W([JT(TypeError,(s,t)=>J.error(t,s))],j);const KT=j;class Ug extends Xe{constructor(){super(...arguments);h(this,"stats");h(this,"peerId");h(this,"backend");h(this,"iceServers");h(this,"initialized",!1);h(this,"stalled",!1);h(this,"ipInformation");h(this,"logger")}async initialize({peerId:e,engineName:r,env:i=Eg.PROD,iceServers:n,apiBase:o="https://api.cluster.dyte.in",flags:c,logger:d=console,apiHostnames:l,skipConnectivityChecks:u=!1,authToken:p}){var f,S,E;try{if(this.peerId=e,this.logger=d,!p){this.logger.error("callStats::initialize",{event:"auth_token_missing",peerId:this.peerId}),this.stallCallStats();return}this.ipInformation=await Ng.getIPDetails({peerId:e,apiHostnames:l,logger:d}),this.backend=new KT(o,r,i,c,d,e,l,p),this.iceServers=n,(f=this.backend)==null||f.registerIceServers(this.iceServers),this.initialized=!0,(E=(S=this.backend)==null?void 0:S.eventHandler)==null||E.emit("initialized",this.ipInformation),this.emit("initialized",this.ipInformation),this.startPreCallTest(u)}catch(P){this.logger.error("callStats::CallStatsIntegration",{peerId:this.peerId,error:P instanceof Error?P.message:String(P),stack:P instanceof Error?P.stack:void 0}),this.stallCallStats()}}configureSendTransport(e){this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.registerProducingTransport(e)})}configureRecvTransport(e){this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.registerConsumingTransport(e)})}async candidateRegionalNetworkQualityTest(e){const r=new Date;this.onSafeInitialization(()=>{var i;try{(i=this.backend)==null||i.sendNetworkQualityTestBeginEvent(e,r)}catch(n){this.logger.error("callStats::sendNetworkQualityTestBeginEvent",{error:{reason:n.reason}})}})}async roomJoined(e){const r=new Date;this.onSafeInitialization(()=>{var i,n;(i=this.backend)==null||i.sendCallJoinBeginEvent(e,r),this.backend,(n=this.backend)==null||n.startPingStats()})}audioOff(){const e=new Date;this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.sendAudioToggleEvent(!1,e)})}audioOn(){const e=new Date;this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.sendAudioToggleEvent(!0,e)})}videoOff(){const e=new Date;this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.sendVideoToggleEvent(!1,e)})}videoOn(){const e=new Date;this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.sendVideoToggleEvent(!0,e)})}callEnded(){const e=new Date;this.onSafeInitialization(()=>{var r,i;(r=this.backend)==null||r.stopPingStats(),(i=this.backend)==null||i.sendDisconnectEvent(e)})}screenShareStart(e){const r=new Date;this.onSafeInitialization(()=>{var i;(i=this.backend)==null||i.sendScreenShareToggleEvent(!0,e,r)})}consumerSharedMediaState(e,r){this.onSafeInitialization(()=>{var i;(i=this.backend)==null||i.sendConsumerSharedMediaStateEvent(e,r)})}screenShareStop(e){const r=new Date;this.onSafeInitialization(()=>{var i;(i=this.backend)==null||i.sendScreenShareToggleEvent(!1,e,r)})}screenShareRequested(){const e=new Date;this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.sendScreenShareRequestedEvent(e)})}activeSpeaker(e){if(e!==this.peerId)return;const r=new Date;this.onSafeInitialization(()=>{var i;(i=this.backend)==null||i.sendActiveSpeakerEvent(e,r)})}devices(e,r){const i=new Date;this.onSafeInitialization(()=>{var n;(n=this.backend)==null||n.devices(e,r,i)})}selectedDevice(e,r){const i=new Date;this.onSafeInitialization(()=>{var n;(n=this.backend)==null||n.selectedDevice(e,r,i)})}mediaPermission(e,r){const i=new Date;this.onSafeInitialization(()=>{var n;(n=this.backend)==null||n.mediaPermission(e,r,i)})}mediaPlaybackFailed(e){const r=new Date;this.onSafeInitialization(()=>{var i;(i=this.backend)==null||i.mediaPlaybackFailed(e,r)})}mediaTrackMuted(e){const r=new Date;this.onSafeInitialization(()=>{var i;(i=this.backend)==null||i.mediaTrackMuted(e,r)})}tabChanged(e=!1){const r=new Date;this.onSafeInitialization(()=>{var i;(i=this.backend)==null||i.tabChanged(e,r)})}browserBackgrounded(){const e=new Date;this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.browserBackgrounded(e)})}browserForegrounded(){const e=new Date;this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.browserForegrounded(e)})}legacySwitch(e){const r=new Date;this.onSafeInitialization(()=>{var i;(i=this.backend)==null||i.legacySwitch(e,r)})}async startPreCallTest(e=!1){const r=new Date;this.onSafeInitialization(()=>{var i;(i=this.backend)==null||i.sendPreCallTestBeginEvent(e,r)})}onPreCallTestResults(e){return this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.eventHandler.once("precall_end",e)}),e}onReceivingConsumerAudioStatus(e){this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.eventHandler.on("consumer_audio_status",e)})}onReceivingConsumerVideoStatus(e){this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.eventHandler.on("consumer_video_status",e)})}onReceivingProducerAudioStatus(e){this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.eventHandler.on("producer_audio_status",e)})}onReceivingProducerVideoStatus(e){this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.eventHandler.on("producer_video_status",e)})}onReceivingProducingTransportStatus(e){this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.eventHandler.on("producing_transport_status",e)})}onReceivingConsumingTransportStatus(e){this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.eventHandler.on("consuming_transport_status",e)})}onProducerScore(e){this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.eventHandler.on("producer_score",e)})}onConsumerScore(e){this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.eventHandler.on("consumer_score",e)})}onSafeInitialization(e){if(this.initialized)e(this.ipInformation,!1);else if(!this.stalled){const r=i=>{e(i,!0)};return this.once("initialized",r),r}return()=>{}}removeInitializationListener(e){this.removeListener("initialized",e)}stallCallStats(){this.stalled=!0,this.removeAllListeners("initialized")}ivsPlayerEvent(e,r){const i=new Date;this.onSafeInitialization(()=>{var n,o,c,d,l,u,p,f,S,E,P;switch(e){case"PlayerRebuffering":(n=this.backend)==null||n.sendIVSPlayerRebufferEvent(i);break;case"PlayerAudioBlocked":(o=this.backend)==null||o.sendIVSPlayerAudioBlockEvent(i);break;case"PlayerPlaybackBlocked":(c=this.backend)==null||c.sendIVSPlayerPlaybackBlockedEvent(i);break;case"PlayerNetworkUnavailable":(d=this.backend)==null||d.sendIVSPlayerNetworkUnavailableEvent(i);break;case"PlayerInitialized":(l=this.backend)==null||l.sendIVSPlayerInitializedEvent(i);break;case"PlayerWorkerError":(u=this.backend)==null||u.sendIVSPlayerWorkerErrorEvent(i);break;case"PlayerError":(p=this.backend)==null||p.sendIVSPlayerErrorEvent(r,i);break;case"PlayerRecoverableError":(f=this.backend)==null||f.sendIVSPlayerRecoverableErrorEvent(r,i);break;case"PlayerAnalyticsEvent":(S=this.backend)==null||S.sendIVSPlayerAnalyticsEvent(r,i);break;case"PlayerPlaybackRateChanged":(E=this.backend)==null||E.sendIVSPlayerPlaybackRateChangedEvent(r,i);break;case"PlayerQualityChanged":(P=this.backend)==null||P.sendIVSPlayerQualityChanged(r,i);break}})}livestreamLatency(e){const r=new Date;this.onSafeInitialization(()=>{var i;(i=this.backend)==null||i.sendPlayerLiveLatency(e,r)})}expectedVideoResolution(e,r){const i=new Date;this.onSafeInitialization(()=>{var n;(n=this.backend)==null||n.expectedVideoResolution(e,r,i)})}expectedScreenshareResolution(e,r){const i=new Date;this.onSafeInitialization(()=>{var n;(n=this.backend)==null||n.expectedScreenshareResolution(e,r,i)})}}const zT=new Ug;zT.setMaxListeners(30);var oo;class YT{constructor(){g(this,oo,void 0)}get telemetry(){var t;return(t=a(this,oo))==null?void 0:t.getValue("telemetry")}init(t){m(this,oo,t)}info(t,e,r){var i;(i=this.telemetry)==null||i.addLogInCurrentSpan("info",t,e,r)}error(t,e,r){var i;(i=this.telemetry)==null||i.addLogInCurrentSpan("error",t,e,r)}debug(t,e,r){var i;(i=this.telemetry)==null||i.addLogInCurrentSpan("debug",t,e,r)}log(t,e,r){var i;(i=this.telemetry)==null||i.addLogInCurrentSpan("log",t,e,r)}warn(t,e,r){var i;(i=this.telemetry)==null||i.addLogInCurrentSpan("warn",t,e,r)}}oo=new WeakMap;var bs,ks;class QT extends Xe.EventEmitter{constructor(e){super();g(this,bs,void 0);g(this,ks,void 0);h(this,"asyncPromiseTimeout");h(this,"logger");this.logger=e,m(this,bs,new Map),m(this,ks,new Map),this.asyncPromiseTimeout=8e3}async emitAsync(e,...r){a(this,bs).set(e,[]);const i=a(this,ks).get(e).map(()=>new Promise(n=>{a(this,bs).get(e).push(n)}));super.emit(e,...r),await Promise.race([Promise.all(i),new Promise((n,o)=>setTimeout(()=>o(new Error(`emitAsync failed to resolve for event ${e}.`)),this.asyncPromiseTimeout))]),a(this,bs).delete(e)}onAsync(e,r){const i=a(this,bs),n=async(...o)=>{var d;try{await r(...o)}catch(l){this.logger.error("[onAsync]",{error:l})}const c=(d=i.get(e))==null?void 0:d.shift();c==null||c()};return a(this,ks).get(e)||a(this,ks).set(e,[]),a(this,ks).get(e).push(n),super.on(e,n)}reset(){m(this,bs,new Map),m(this,ks,new Map),super.removeAllListeners()}}bs=new WeakMap,ks=new WeakMap;var XT=typeof global=="object"&&global&&global.Object===Object&&global;const $g=XT;var ZT=typeof self=="object"&&self&&self.Object===Object&&self,eS=$g||ZT||Function("return this")();const cs=eS;var tS=cs.Symbol;const Es=tS;var Bg=Object.prototype,sS=Bg.hasOwnProperty,rS=Bg.toString,Na=Es?Es.toStringTag:void 0;function iS(s){var t=sS.call(s,Na),e=s[Na];try{s[Na]=void 0;var r=!0}catch(n){}var i=rS.call(s);return r&&(t?s[Na]=e:delete s[Na]),i}var nS=Object.prototype,aS=nS.toString;function oS(s){return aS.call(s)}var cS="[object Null]",dS="[object Undefined]",Ph=Es?Es.toStringTag:void 0;function qi(s){return s==null?s===void 0?dS:cS:Ph&&Ph in Object(s)?iS(s):oS(s)}function Ps(s){return s!=null&&typeof s=="object"}var lS="[object Symbol]";function nl(s){return typeof s=="symbol"||Ps(s)&&qi(s)==lS}function uS(s,t){for(var e=-1,r=s==null?0:s.length,i=Array(r);++e<r;)i[e]=t(s[e],e,s);return i}var hS=Array.isArray;const Rt=hS;var pS=1/0,_h=Es?Es.prototype:void 0,Ch=_h?_h.toString:void 0;function Hg(s){if(typeof s=="string")return s;if(Rt(s))return uS(s,Hg)+"";if(nl(s))return Ch?Ch.call(s):"";var t=s+"";return t=="0"&&1/s==-pS?"-0":t}var gS=/\s/;function mS(s){for(var t=s.length;t--&&gS.test(s.charAt(t)););return t}var fS=/^\s+/;function TS(s){return s&&s.slice(0,mS(s)+1).replace(fS,"")}function Wt(s){var t=typeof s;return s!=null&&(t=="object"||t=="function")}var wh=0/0,SS=/^[-+]0x[0-9a-f]+$/i,vS=/^0b[01]+$/i,yS=/^0o[0-7]+$/i,ES=parseInt;function Rh(s){if(typeof s=="number")return s;if(nl(s))return wh;if(Wt(s)){var t=typeof s.valueOf=="function"?s.valueOf():s;s=Wt(t)?t+"":t}if(typeof s!="string")return s===0?s:+s;s=TS(s);var e=vS.test(s);return e||yS.test(s)?ES(s.slice(2),e?2:8):SS.test(s)?wh:+s}function Ou(s){return s}var PS="[object AsyncFunction]",_S="[object Function]",CS="[object GeneratorFunction]",wS="[object Proxy]";function Nu(s){if(!Wt(s))return!1;var t=qi(s);return t==_S||t==CS||t==PS||t==wS}var RS=cs["__core-js_shared__"];const wl=RS;var bh=function(){var s=/[^.]+$/.exec(wl&&wl.keys&&wl.keys.IE_PROTO||"");return s?"Symbol(src)_1."+s:""}();function bS(s){return!!bh&&bh in s}var kS=Function.prototype,MS=kS.toString;function ji(s){if(s!=null){try{return MS.call(s)}catch(t){}try{return s+""}catch(t){}}return""}var AS=/[\\^$.*+?()[\]{}|]/g,IS=/^\[object .+?Constructor\]$/,DS=Function.prototype,OS=Object.prototype,NS=DS.toString,LS=OS.hasOwnProperty,VS=RegExp("^"+NS.call(LS).replace(AS,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function xS(s){if(!Wt(s)||bS(s))return!1;var t=Nu(s)?VS:IS;return t.test(ji(s))}function US(s,t){return s==null?void 0:s[t]}function Gi(s,t){var e=US(s,t);return xS(e)?e:void 0}var $S=Gi(cs,"WeakMap");const $l=$S;var kh=Object.create,BS=function(){function s(){}return function(t){if(!Wt(t))return{};if(kh)return kh(t);s.prototype=t;var e=new s;return s.prototype=void 0,e}}();const HS=BS;function FS(s,t,e){switch(e.length){case 0:return s.call(t);case 1:return s.call(t,e[0]);case 2:return s.call(t,e[0],e[1]);case 3:return s.call(t,e[0],e[1],e[2])}return s.apply(t,e)}function qS(){}function Fg(s,t){var e=-1,r=s.length;for(t||(t=Array(r));++e<r;)t[e]=s[e];return t}var jS=800,GS=16,WS=Date.now;function JS(s){var t=0,e=0;return function(){var r=WS(),i=GS-(r-e);if(e=r,i>0){if(++t>=jS)return arguments[0]}else t=0;return s.apply(void 0,arguments)}}function KS(s){return function(){return s}}var zS=function(){try{var s=Gi(Object,"defineProperty");return s({},"",{}),s}catch(t){}}();const Yc=zS;var YS=Yc?function(s,t){return Yc(s,"toString",{configurable:!0,enumerable:!1,value:KS(t),writable:!0})}:Ou;const QS=YS;var XS=JS(QS);const ZS=XS;function ev(s,t){for(var e=-1,r=s==null?0:s.length;++e<r&&t(s[e],e,s)!==!1;);return s}function tv(s,t,e,r){for(var i=s.length,n=e+(r?1:-1);r?n--:++n<i;)if(t(s[n],n,s))return n;return-1}function sv(s){return s!==s}function rv(s,t,e){for(var r=e-1,i=s.length;++r<i;)if(s[r]===t)return r;return-1}function iv(s,t,e){return t===t?rv(s,t,e):tv(s,sv,e)}function nv(s,t){var e=s==null?0:s.length;return!!e&&iv(s,t,0)>-1}var av=9007199254740991,ov=/^(?:0|[1-9]\d*)$/;function Lu(s,t){var e=typeof s;return t=t==null?av:t,!!t&&(e=="number"||e!="symbol"&&ov.test(s))&&s>-1&&s%1==0&&s<t}function Vu(s,t,e){t=="__proto__"&&Yc?Yc(s,t,{configurable:!0,enumerable:!0,value:e,writable:!0}):s[t]=e}function hc(s,t){return s===t||s!==s&&t!==t}var cv=Object.prototype,dv=cv.hasOwnProperty;function qg(s,t,e){var r=s[t];(!(dv.call(s,t)&&hc(r,e))||e===void 0&&!(t in s))&&Vu(s,t,e)}function pc(s,t,e,r){var i=!e;e||(e={});for(var n=-1,o=t.length;++n<o;){var c=t[n],d=r?r(e[c],s[c],c,e,s):void 0;d===void 0&&(d=s[c]),i?Vu(e,c,d):qg(e,c,d)}return e}var Mh=Math.max;function lv(s,t,e){return t=Mh(t===void 0?s.length-1:t,0),function(){for(var r=arguments,i=-1,n=Mh(r.length-t,0),o=Array(n);++i<n;)o[i]=r[t+i];i=-1;for(var c=Array(t+1);++i<t;)c[i]=r[i];return c[t]=e(o),FS(s,this,c)}}function uv(s,t){return ZS(lv(s,t,Ou),s+"")}var hv=9007199254740991;function xu(s){return typeof s=="number"&&s>-1&&s%1==0&&s<=hv}function gc(s){return s!=null&&xu(s.length)&&!Nu(s)}function pv(s,t,e){if(!Wt(e))return!1;var r=typeof t;return(r=="number"?gc(e)&&Lu(t,e.length):r=="string"&&t in e)?hc(e[t],s):!1}function gv(s){return uv(function(t,e){var r=-1,i=e.length,n=i>1?e[i-1]:void 0,o=i>2?e[2]:void 0;for(n=s.length>3&&typeof n=="function"?(i--,n):void 0,o&&pv(e[0],e[1],o)&&(n=i<3?void 0:n,i=1),t=Object(t);++r<i;){var c=e[r];c&&s(t,c,r,n)}return t})}var mv=Object.prototype;function al(s){var t=s&&s.constructor,e=typeof t=="function"&&t.prototype||mv;return s===e}function fv(s,t){for(var e=-1,r=Array(s);++e<s;)r[e]=t(e);return r}var Tv="[object Arguments]";function Ah(s){return Ps(s)&&qi(s)==Tv}var jg=Object.prototype,Sv=jg.hasOwnProperty,vv=jg.propertyIsEnumerable,yv=Ah(function(){return arguments}())?Ah:function(s){return Ps(s)&&Sv.call(s,"callee")&&!vv.call(s,"callee")};const to=yv;function Ev(){return!1}var Gg=typeof exports=="object"&&exports&&!exports.nodeType&&exports,Ih=Gg&&typeof module=="object"&&module&&!module.nodeType&&module,Pv=Ih&&Ih.exports===Gg,Dh=Pv?cs.Buffer:void 0,_v=Dh?Dh.isBuffer:void 0,Cv=_v||Ev;const ua=Cv;var wv="[object Arguments]",Rv="[object Array]",bv="[object Boolean]",kv="[object Date]",Mv="[object Error]",Av="[object Function]",Iv="[object Map]",Dv="[object Number]",Ov="[object Object]",Nv="[object RegExp]",Lv="[object Set]",Vv="[object String]",xv="[object WeakMap]",Uv="[object ArrayBuffer]",$v="[object DataView]",Bv="[object Float32Array]",Hv="[object Float64Array]",Fv="[object Int8Array]",qv="[object Int16Array]",jv="[object Int32Array]",Gv="[object Uint8Array]",Wv="[object Uint8ClampedArray]",Jv="[object Uint16Array]",Kv="[object Uint32Array]",he={};he[Bv]=he[Hv]=he[Fv]=he[qv]=he[jv]=he[Gv]=he[Wv]=he[Jv]=he[Kv]=!0;he[wv]=he[Rv]=he[Uv]=he[bv]=he[$v]=he[kv]=he[Mv]=he[Av]=he[Iv]=he[Dv]=he[Ov]=he[Nv]=he[Lv]=he[Vv]=he[xv]=!1;function zv(s){return Ps(s)&&xu(s.length)&&!!he[qi(s)]}function Uu(s){return function(t){return s(t)}}var Wg=typeof exports=="object"&&exports&&!exports.nodeType&&exports,Ja=Wg&&typeof module=="object"&&module&&!module.nodeType&&module,Yv=Ja&&Ja.exports===Wg,Rl=Yv&&$g.process,Qv=function(){try{var s=Ja&&Ja.require&&Ja.require("util").types;return s||Rl&&Rl.binding&&Rl.binding("util")}catch(t){}}();const ha=Qv;var Oh=ha&&ha.isTypedArray,Xv=Oh?Uu(Oh):zv;const ol=Xv;var Zv=Object.prototype,ey=Zv.hasOwnProperty;function Jg(s,t){var e=Rt(s),r=!e&&to(s),i=!e&&!r&&ua(s),n=!e&&!r&&!i&&ol(s),o=e||r||i||n,c=o?fv(s.length,String):[],d=c.length;for(var l in s)(t||ey.call(s,l))&&!(o&&(l=="length"||i&&(l=="offset"||l=="parent")||n&&(l=="buffer"||l=="byteLength"||l=="byteOffset")||Lu(l,d)))&&c.push(l);return c}function Kg(s,t){return function(e){return s(t(e))}}var ty=Kg(Object.keys,Object);const sy=ty;var ry=Object.prototype,iy=ry.hasOwnProperty;function zg(s){if(!al(s))return sy(s);var t=[];for(var e in Object(s))iy.call(s,e)&&e!="constructor"&&t.push(e);return t}function cl(s){return gc(s)?Jg(s):zg(s)}function ny(s){var t=[];if(s!=null)for(var e in Object(s))t.push(e);return t}var ay=Object.prototype,oy=ay.hasOwnProperty;function cy(s){if(!Wt(s))return ny(s);var t=al(s),e=[];for(var r in s)r=="constructor"&&(t||!oy.call(s,r))||e.push(r);return e}function mc(s){return gc(s)?Jg(s,!0):cy(s)}var dy=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,ly=/^\w*$/;function $u(s,t){if(Rt(s))return!1;var e=typeof s;return e=="number"||e=="symbol"||e=="boolean"||s==null||nl(s)?!0:ly.test(s)||!dy.test(s)||t!=null&&s in Object(t)}var uy=Gi(Object,"create");const so=uy;function hy(){this.__data__=so?so(null):{},this.size=0}function py(s){var t=this.has(s)&&delete this.__data__[s];return this.size-=t?1:0,t}var gy="__lodash_hash_undefined__",my=Object.prototype,fy=my.hasOwnProperty;function Ty(s){var t=this.__data__;if(so){var e=t[s];return e===gy?void 0:e}return fy.call(t,s)?t[s]:void 0}var Sy=Object.prototype,vy=Sy.hasOwnProperty;function yy(s){var t=this.__data__;return so?t[s]!==void 0:vy.call(t,s)}var Ey="__lodash_hash_undefined__";function Py(s,t){var e=this.__data__;return this.size+=this.has(s)?0:1,e[s]=so&&t===void 0?Ey:t,this}function Hi(s){var t=-1,e=s==null?0:s.length;for(this.clear();++t<e;){var r=s[t];this.set(r[0],r[1])}}Hi.prototype.clear=hy;Hi.prototype.delete=py;Hi.prototype.get=Ty;Hi.prototype.has=yy;Hi.prototype.set=Py;function _y(){this.__data__=[],this.size=0}function dl(s,t){for(var e=s.length;e--;)if(hc(s[e][0],t))return e;return-1}var Cy=Array.prototype,wy=Cy.splice;function Ry(s){var t=this.__data__,e=dl(t,s);if(e<0)return!1;var r=t.length-1;return e==r?t.pop():wy.call(t,e,1),--this.size,!0}function by(s){var t=this.__data__,e=dl(t,s);return e<0?void 0:t[e][1]}function ky(s){return dl(this.__data__,s)>-1}function My(s,t){var e=this.__data__,r=dl(e,s);return r<0?(++this.size,e.push([s,t])):e[r][1]=t,this}function Zs(s){var t=-1,e=s==null?0:s.length;for(this.clear();++t<e;){var r=s[t];this.set(r[0],r[1])}}Zs.prototype.clear=_y;Zs.prototype.delete=Ry;Zs.prototype.get=by;Zs.prototype.has=ky;Zs.prototype.set=My;var Ay=Gi(cs,"Map");const ro=Ay;function Iy(){this.size=0,this.__data__={hash:new Hi,map:new(ro||Zs),string:new Hi}}function Dy(s){var t=typeof s;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?s!=="__proto__":s===null}function ll(s,t){var e=s.__data__;return Dy(t)?e[typeof t=="string"?"string":"hash"]:e.map}function Oy(s){var t=ll(this,s).delete(s);return this.size-=t?1:0,t}function Ny(s){return ll(this,s).get(s)}function Ly(s){return ll(this,s).has(s)}function Vy(s,t){var e=ll(this,s),r=e.size;return e.set(s,t),this.size+=e.size==r?0:1,this}function er(s){var t=-1,e=s==null?0:s.length;for(this.clear();++t<e;){var r=s[t];this.set(r[0],r[1])}}er.prototype.clear=Iy;er.prototype.delete=Oy;er.prototype.get=Ny;er.prototype.has=Ly;er.prototype.set=Vy;var xy="Expected a function";function Bu(s,t){if(typeof s!="function"||t!=null&&typeof t!="function")throw new TypeError(xy);var e=function(){var r=arguments,i=t?t.apply(this,r):r[0],n=e.cache;if(n.has(i))return n.get(i);var o=s.apply(this,r);return e.cache=n.set(i,o)||n,o};return e.cache=new(Bu.Cache||er),e}Bu.Cache=er;var Uy=500;function $y(s){var t=Bu(s,function(r){return e.size===Uy&&e.clear(),r}),e=t.cache;return t}var By=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Hy=/\\(\\)?/g,Fy=$y(function(s){var t=[];return s.charCodeAt(0)===46&&t.push(""),s.replace(By,function(e,r,i,n){t.push(i?n.replace(Hy,"$1"):r||e)}),t});const qy=Fy;function jy(s){return s==null?"":Hg(s)}function Yg(s,t){return Rt(s)?s:$u(s,t)?[s]:qy(jy(s))}var Gy=1/0;function ul(s){if(typeof s=="string"||nl(s))return s;var t=s+"";return t=="0"&&1/s==-Gy?"-0":t}function Qg(s,t){t=Yg(t,s);for(var e=0,r=t.length;s!=null&&e<r;)s=s[ul(t[e++])];return e&&e==r?s:void 0}function Wy(s,t,e){var r=s==null?void 0:Qg(s,t);return r===void 0?e:r}function Xg(s,t){for(var e=-1,r=t.length,i=s.length;++e<r;)s[i+e]=t[e];return s}var Jy=Kg(Object.getPrototypeOf,Object);const Hu=Jy;var Ky="[object Object]",zy=Function.prototype,Yy=Object.prototype,Zg=zy.toString,Qy=Yy.hasOwnProperty,Xy=Zg.call(Object);function Zy(s){if(!Ps(s)||qi(s)!=Ky)return!1;var t=Hu(s);if(t===null)return!0;var e=Qy.call(t,"constructor")&&t.constructor;return typeof e=="function"&&e instanceof e&&Zg.call(e)==Xy}function eE(){this.__data__=new Zs,this.size=0}function tE(s){var t=this.__data__,e=t.delete(s);return this.size=t.size,e}function sE(s){return this.__data__.get(s)}function rE(s){return this.__data__.has(s)}var iE=200;function nE(s,t){var e=this.__data__;if(e instanceof Zs){var r=e.__data__;if(!ro||r.length<iE-1)return r.push([s,t]),this.size=++e.size,this;e=this.__data__=new er(r)}return e.set(s,t),this.size=e.size,this}function os(s){var t=this.__data__=new Zs(s);this.size=t.size}os.prototype.clear=eE;os.prototype.delete=tE;os.prototype.get=sE;os.prototype.has=rE;os.prototype.set=nE;function aE(s,t){return s&&pc(t,cl(t),s)}function oE(s,t){return s&&pc(t,mc(t),s)}var em=typeof exports=="object"&&exports&&!exports.nodeType&&exports,Nh=em&&typeof module=="object"&&module&&!module.nodeType&&module,cE=Nh&&Nh.exports===em,Lh=cE?cs.Buffer:void 0,Vh=Lh?Lh.allocUnsafe:void 0;function tm(s,t){if(t)return s.slice();var e=s.length,r=Vh?Vh(e):new s.constructor(e);return s.copy(r),r}function dE(s,t){for(var e=-1,r=s==null?0:s.length,i=0,n=[];++e<r;){var o=s[e];t(o,e,s)&&(n[i++]=o)}return n}function sm(){return[]}var lE=Object.prototype,uE=lE.propertyIsEnumerable,xh=Object.getOwnPropertySymbols,hE=xh?function(s){return s==null?[]:(s=Object(s),dE(xh(s),function(t){return uE.call(s,t)}))}:sm;const Fu=hE;function pE(s,t){return pc(s,Fu(s),t)}var gE=Object.getOwnPropertySymbols,mE=gE?function(s){for(var t=[];s;)Xg(t,Fu(s)),s=Hu(s);return t}:sm;const rm=mE;function fE(s,t){return pc(s,rm(s),t)}function im(s,t,e){var r=t(s);return Rt(s)?r:Xg(r,e(s))}function Bl(s){return im(s,cl,Fu)}function TE(s){return im(s,mc,rm)}var SE=Gi(cs,"DataView");const Hl=SE;var vE=Gi(cs,"Promise");const Fl=vE;var yE=Gi(cs,"Set");const dn=yE;var Uh="[object Map]",EE="[object Object]",$h="[object Promise]",Bh="[object Set]",Hh="[object WeakMap]",Fh="[object DataView]",PE=ji(Hl),_E=ji(ro),CE=ji(Fl),wE=ji(dn),RE=ji($l),Gr=qi;(Hl&&Gr(new Hl(new ArrayBuffer(1)))!=Fh||ro&&Gr(new ro)!=Uh||Fl&&Gr(Fl.resolve())!=$h||dn&&Gr(new dn)!=Bh||$l&&Gr(new $l)!=Hh)&&(Gr=function(s){var t=qi(s),e=t==EE?s.constructor:void 0,r=e?ji(e):"";if(r)switch(r){case PE:return Fh;case _E:return Uh;case CE:return $h;case wE:return Bh;case RE:return Hh}return t});const pa=Gr;var bE=Object.prototype,kE=bE.hasOwnProperty;function ME(s){var t=s.length,e=new s.constructor(t);return t&&typeof s[0]=="string"&&kE.call(s,"index")&&(e.index=s.index,e.input=s.input),e}var AE=cs.Uint8Array;const Qc=AE;function qu(s){var t=new s.constructor(s.byteLength);return new Qc(t).set(new Qc(s)),t}function IE(s,t){var e=t?qu(s.buffer):s.buffer;return new s.constructor(e,s.byteOffset,s.byteLength)}var DE=/\w*$/;function OE(s){var t=new s.constructor(s.source,DE.exec(s));return t.lastIndex=s.lastIndex,t}var qh=Es?Es.prototype:void 0,jh=qh?qh.valueOf:void 0;function NE(s){return jh?Object(jh.call(s)):{}}function nm(s,t){var e=t?qu(s.buffer):s.buffer;return new s.constructor(e,s.byteOffset,s.length)}var LE="[object Boolean]",VE="[object Date]",xE="[object Map]",UE="[object Number]",$E="[object RegExp]",BE="[object Set]",HE="[object String]",FE="[object Symbol]",qE="[object ArrayBuffer]",jE="[object DataView]",GE="[object Float32Array]",WE="[object Float64Array]",JE="[object Int8Array]",KE="[object Int16Array]",zE="[object Int32Array]",YE="[object Uint8Array]",QE="[object Uint8ClampedArray]",XE="[object Uint16Array]",ZE="[object Uint32Array]";function eP(s,t,e){var r=s.constructor;switch(t){case qE:return qu(s);case LE:case VE:return new r(+s);case jE:return IE(s,e);case GE:case WE:case JE:case KE:case zE:case YE:case QE:case XE:case ZE:return nm(s,e);case xE:return new r;case UE:case HE:return new r(s);case $E:return OE(s);case BE:return new r;case FE:return NE(s)}}function am(s){return typeof s.constructor=="function"&&!al(s)?HS(Hu(s)):{}}var tP="[object Map]";function sP(s){return Ps(s)&&pa(s)==tP}var Gh=ha&&ha.isMap,rP=Gh?Uu(Gh):sP;const iP=rP;var nP="[object Set]";function aP(s){return Ps(s)&&pa(s)==nP}var Wh=ha&&ha.isSet,oP=Wh?Uu(Wh):aP;const cP=oP;var dP=1,lP=2,uP=4,om="[object Arguments]",hP="[object Array]",pP="[object Boolean]",gP="[object Date]",mP="[object Error]",cm="[object Function]",fP="[object GeneratorFunction]",TP="[object Map]",SP="[object Number]",dm="[object Object]",vP="[object RegExp]",yP="[object Set]",EP="[object String]",PP="[object Symbol]",_P="[object WeakMap]",CP="[object ArrayBuffer]",wP="[object DataView]",RP="[object Float32Array]",bP="[object Float64Array]",kP="[object Int8Array]",MP="[object Int16Array]",AP="[object Int32Array]",IP="[object Uint8Array]",DP="[object Uint8ClampedArray]",OP="[object Uint16Array]",NP="[object Uint32Array]",ce={};ce[om]=ce[hP]=ce[CP]=ce[wP]=ce[pP]=ce[gP]=ce[RP]=ce[bP]=ce[kP]=ce[MP]=ce[AP]=ce[TP]=ce[SP]=ce[dm]=ce[vP]=ce[yP]=ce[EP]=ce[PP]=ce[IP]=ce[DP]=ce[OP]=ce[NP]=!0;ce[mP]=ce[cm]=ce[_P]=!1;function Ka(s,t,e,r,i,n){var o,c=t&dP,d=t&lP,l=t&uP;if(e&&(o=i?e(s,r,i,n):e(s)),o!==void 0)return o;if(!Wt(s))return s;var u=Rt(s);if(u){if(o=ME(s),!c)return Fg(s,o)}else{var p=pa(s),f=p==cm||p==fP;if(ua(s))return tm(s,c);if(p==dm||p==om||f&&!i){if(o=d||f?{}:am(s),!c)return d?fE(s,oE(o,s)):pE(s,aE(o,s))}else{if(!ce[p])return i?s:{};o=eP(s,p,c)}}n||(n=new os);var S=n.get(s);if(S)return S;n.set(s,o),cP(s)?s.forEach(function(C){o.add(Ka(C,t,e,C,s,n))}):iP(s)&&s.forEach(function(C,k){o.set(k,Ka(C,t,e,k,s,n))});var E=l?d?TE:Bl:d?mc:cl,P=u?void 0:E(s);return ev(P||s,function(C,k){P&&(k=C,C=s[k]),qg(o,k,Ka(C,t,e,k,s,n))}),o}var LP=4;function VP(s){return Ka(s,LP)}var xP=1,UP=4;function ju(s){return Ka(s,xP|UP)}var $P="__lodash_hash_undefined__";function BP(s){return this.__data__.set(s,$P),this}function HP(s){return this.__data__.has(s)}function io(s){var t=-1,e=s==null?0:s.length;for(this.__data__=new er;++t<e;)this.add(s[t])}io.prototype.add=io.prototype.push=BP;io.prototype.has=HP;function FP(s,t){for(var e=-1,r=s==null?0:s.length;++e<r;)if(t(s[e],e,s))return!0;return!1}function lm(s,t){return s.has(t)}var qP=1,jP=2;function um(s,t,e,r,i,n){var o=e&qP,c=s.length,d=t.length;if(c!=d&&!(o&&d>c))return!1;var l=n.get(s),u=n.get(t);if(l&&u)return l==t&&u==s;var p=-1,f=!0,S=e&jP?new io:void 0;for(n.set(s,t),n.set(t,s);++p<c;){var E=s[p],P=t[p];if(r)var C=o?r(P,E,p,t,s,n):r(E,P,p,s,t,n);if(C!==void 0){if(C)continue;f=!1;break}if(S){if(!FP(t,function(k,I){if(!lm(S,I)&&(E===k||i(E,k,e,r,n)))return S.push(I)})){f=!1;break}}else if(!(E===P||i(E,P,e,r,n))){f=!1;break}}return n.delete(s),n.delete(t),f}function GP(s){var t=-1,e=Array(s.size);return s.forEach(function(r,i){e[++t]=[i,r]}),e}function Gu(s){var t=-1,e=Array(s.size);return s.forEach(function(r){e[++t]=r}),e}var WP=1,JP=2,KP="[object Boolean]",zP="[object Date]",YP="[object Error]",QP="[object Map]",XP="[object Number]",ZP="[object RegExp]",e_="[object Set]",t_="[object String]",s_="[object Symbol]",r_="[object ArrayBuffer]",i_="[object DataView]",Jh=Es?Es.prototype:void 0,bl=Jh?Jh.valueOf:void 0;function n_(s,t,e,r,i,n,o){switch(e){case i_:if(s.byteLength!=t.byteLength||s.byteOffset!=t.byteOffset)return!1;s=s.buffer,t=t.buffer;case r_:return!(s.byteLength!=t.byteLength||!n(new Qc(s),new Qc(t)));case KP:case zP:case XP:return hc(+s,+t);case YP:return s.name==t.name&&s.message==t.message;case ZP:case t_:return s==t+"";case QP:var c=GP;case e_:var d=r&WP;if(c||(c=Gu),s.size!=t.size&&!d)return!1;var l=o.get(s);if(l)return l==t;r|=JP,o.set(s,t);var u=um(c(s),c(t),r,i,n,o);return o.delete(s),u;case s_:if(bl)return bl.call(s)==bl.call(t)}return!1}var a_=1,o_=Object.prototype,c_=o_.hasOwnProperty;function d_(s,t,e,r,i,n){var o=e&a_,c=Bl(s),d=c.length,l=Bl(t),u=l.length;if(d!=u&&!o)return!1;for(var p=d;p--;){var f=c[p];if(!(o?f in t:c_.call(t,f)))return!1}var S=n.get(s),E=n.get(t);if(S&&E)return S==t&&E==s;var P=!0;n.set(s,t),n.set(t,s);for(var C=o;++p<d;){f=c[p];var k=s[f],I=t[f];if(r)var L=o?r(I,k,f,t,s,n):r(k,I,f,s,t,n);if(!(L===void 0?k===I||i(k,I,e,r,n):L)){P=!1;break}C||(C=f=="constructor")}if(P&&!C){var N=s.constructor,$=t.constructor;N!=$&&"constructor"in s&&"constructor"in t&&!(typeof N=="function"&&N instanceof N&&typeof $=="function"&&$ instanceof $)&&(P=!1)}return n.delete(s),n.delete(t),P}var l_=1,Kh="[object Arguments]",zh="[object Array]",Pc="[object Object]",u_=Object.prototype,Yh=u_.hasOwnProperty;function h_(s,t,e,r,i,n){var o=Rt(s),c=Rt(t),d=o?zh:pa(s),l=c?zh:pa(t);d=d==Kh?Pc:d,l=l==Kh?Pc:l;var u=d==Pc,p=l==Pc,f=d==l;if(f&&ua(s)){if(!ua(t))return!1;o=!0,u=!1}if(f&&!u)return n||(n=new os),o||ol(s)?um(s,t,e,r,i,n):n_(s,t,d,e,r,i,n);if(!(e&l_)){var S=u&&Yh.call(s,"__wrapped__"),E=p&&Yh.call(t,"__wrapped__");if(S||E){var P=S?s.value():s,C=E?t.value():t;return n||(n=new os),i(P,C,e,r,n)}}return f?(n||(n=new os),d_(s,t,e,r,i,n)):!1}function hl(s,t,e,r,i){return s===t?!0:s==null||t==null||!Ps(s)&&!Ps(t)?s!==s&&t!==t:h_(s,t,e,r,hl,i)}var p_=1,g_=2;function m_(s,t,e,r){var i=e.length,n=i,o=!r;if(s==null)return!n;for(s=Object(s);i--;){var c=e[i];if(o&&c[2]?c[1]!==s[c[0]]:!(c[0]in s))return!1}for(;++i<n;){c=e[i];var d=c[0],l=s[d],u=c[1];if(o&&c[2]){if(l===void 0&&!(d in s))return!1}else{var p=new os;if(r)var f=r(l,u,d,s,t,p);if(!(f===void 0?hl(u,l,p_|g_,r,p):f))return!1}}return!0}function hm(s){return s===s&&!Wt(s)}function f_(s){for(var t=cl(s),e=t.length;e--;){var r=t[e],i=s[r];t[e]=[r,i,hm(i)]}return t}function pm(s,t){return function(e){return e==null?!1:e[s]===t&&(t!==void 0||s in Object(e))}}function T_(s){var t=f_(s);return t.length==1&&t[0][2]?pm(t[0][0],t[0][1]):function(e){return e===s||m_(e,s,t)}}function S_(s,t){return s!=null&&t in Object(s)}function v_(s,t,e){t=Yg(t,s);for(var r=-1,i=t.length,n=!1;++r<i;){var o=ul(t[r]);if(!(n=s!=null&&e(s,o)))break;s=s[o]}return n||++r!=i?n:(i=s==null?0:s.length,!!i&&xu(i)&&Lu(o,i)&&(Rt(s)||to(s)))}function y_(s,t){return s!=null&&v_(s,t,S_)}var E_=1,P_=2;function __(s,t){return $u(s)&&hm(t)?pm(ul(s),t):function(e){var r=Wy(e,s);return r===void 0&&r===t?y_(e,s):hl(t,r,E_|P_)}}function C_(s){return function(t){return t==null?void 0:t[s]}}function w_(s){return function(t){return Qg(t,s)}}function R_(s){return $u(s)?C_(ul(s)):w_(s)}function b_(s){return typeof s=="function"?s:s==null?Ou:typeof s=="object"?Rt(s)?__(s[0],s[1]):T_(s):R_(s)}function k_(s){return function(t,e,r){for(var i=-1,n=Object(t),o=r(t),c=o.length;c--;){var d=o[s?c:++i];if(e(n[d],d,n)===!1)break}return t}}var M_=k_();const A_=M_;var I_=function(){return cs.Date.now()};const kl=I_;var D_="Expected a function",O_=Math.max,N_=Math.min;function Wu(s,t,e){var r,i,n,o,c,d,l=0,u=!1,p=!1,f=!0;if(typeof s!="function")throw new TypeError(D_);t=Rh(t)||0,Wt(e)&&(u=!!e.leading,p="maxWait"in e,n=p?O_(Rh(e.maxWait)||0,t):n,f="trailing"in e?!!e.trailing:f);function S(B){var X=r,We=i;return r=i=void 0,l=B,o=s.apply(We,X),o}function E(B){return l=B,c=setTimeout(k,t),u?S(B):o}function P(B){var X=B-d,We=B-l,hs=t-X;return p?N_(hs,n-We):hs}function C(B){var X=B-d,We=B-l;return d===void 0||X>=t||X<0||p&&We>=n}function k(){var B=kl();if(C(B))return I(B);c=setTimeout(k,P(B))}function I(B){return c=void 0,f&&r?S(B):(r=i=void 0,o)}function L(){c!==void 0&&clearTimeout(c),l=0,r=d=i=c=void 0}function N(){return c===void 0?o:I(kl())}function $(){var B=kl(),X=C(B);if(r=arguments,i=this,d=B,X){if(c===void 0)return E(d);if(p)return clearTimeout(c),c=setTimeout(k,t),S(d)}return c===void 0&&(c=setTimeout(k,t)),o}return $.cancel=L,$.flush=N,$}function ql(s,t,e){(e!==void 0&&!hc(s[t],e)||e===void 0&&!(t in s))&&Vu(s,t,e)}function L_(s){return Ps(s)&&gc(s)}function jl(s,t){if(!(t==="constructor"&&typeof s[t]=="function")&&t!="__proto__")return s[t]}function V_(s){return pc(s,mc(s))}function x_(s,t,e,r,i,n,o){var c=jl(s,e),d=jl(t,e),l=o.get(d);if(l){ql(s,e,l);return}var u=n?n(c,d,e+"",s,t,o):void 0,p=u===void 0;if(p){var f=Rt(d),S=!f&&ua(d),E=!f&&!S&&ol(d);u=d,f||S||E?Rt(c)?u=c:L_(c)?u=Fg(c):S?(p=!1,u=tm(d,!0)):E?(p=!1,u=nm(d,!0)):u=[]:Zy(d)||to(d)?(u=c,to(c)?u=V_(c):(!Wt(c)||Nu(c))&&(u=am(d))):p=!1}p&&(o.set(d,u),i(u,d,r,n,o),o.delete(d)),ql(s,e,u)}function gm(s,t,e,r,i){s!==t&&A_(t,function(n,o){if(i||(i=new os),Wt(n))x_(s,t,o,e,gm,r,i);else{var c=r?r(jl(s,o),n,o+"",s,t,i):void 0;c===void 0&&(c=n),ql(s,o,c)}},mc)}function U_(s,t,e){for(var r=-1,i=s==null?0:s.length;++r<i;)if(e(t,s[r]))return!0;return!1}var $_="[object Map]",B_="[object Set]",H_=Object.prototype,F_=H_.hasOwnProperty;function q_(s){if(s==null)return!0;if(gc(s)&&(Rt(s)||typeof s=="string"||typeof s.splice=="function"||ua(s)||ol(s)||to(s)))return!s.length;var t=pa(s);if(t==$_||t==B_)return!s.size;if(al(s))return!zg(s).length;for(var e in s)if(F_.call(s,e))return!1;return!0}function j_(s,t){return hl(s,t)}var G_=gv(function(s,t,e){gm(s,t,e)});const ar=G_;var W_=1/0,J_=dn&&1/Gu(new dn([,-0]))[1]==W_?function(s){return new dn(s)}:qS;const K_=J_;var z_=200;function mm(s,t,e){var r=-1,i=nv,n=s.length,o=!0,c=[],d=c;if(e)o=!1,i=U_;else if(n>=z_){var l=t?null:K_(s);if(l)return Gu(l);o=!1,i=lm,d=new io}else d=t?[]:c;e:for(;++r<n;){var u=s[r],p=t?t(u):u;if(u=e||u!==0?u:0,o&&p===p){for(var f=d.length;f--;)if(d[f]===p)continue e;t&&d.push(p),c.push(u)}else i(d,p,e)||(d!==c&&d.push(p),c.push(u))}return c}function Y_(s){return s&&s.length?mm(s):[]}function Q_(s,t){return s&&s.length?mm(s,b_(t)):[]}function Nc(s){const t={};return typeof(s==null?void 0:s.code)=="number"&&(t.code=s.code),typeof(s==null?void 0:s.code)=="string"&&(t.code=s.code.substring(0,100)),typeof(s==null?void 0:s.name)=="string"&&(t.name=s.name.substring(0,500)),typeof(s==null?void 0:s.message)=="string"&&(t.message=s.message.substring(0,500)),typeof(s==null?void 0:s.reason)=="string"&&(t.reason=s.reason.substring(0,500)),typeof(s==null?void 0:s.stack)=="string"&&(t.stack=s.stack.substring(0,500)),t}const X_={audio:!0,video:!0,screenshareAudio:!0,screenshareVideo:!0},Qh={STAGING:"staging",PROD:"prod"},Z_={pip:!0,poll:!0,chat:!0,stage:!0,theme:!0,plugin:!0,tracing:!0,internals:!0,recording:!0,livestream:!0,participant:!0,connectedMeetings:!0,devTools:{logs:!1}};function ga(s,t){const e=s.getValue("overrides");return e&&e[t]?e[t]:!1}function eC({baseURI:s}){return s.includes("staging.realtime")?Qh.STAGING:Qh.PROD}function ln({servicePrefix:s,baseURI:t}){return`${s}.${t}`}function tC(s){const t=s.getValue("baseURI");return{location:ln({servicePrefix:"location",baseURI:t}),locationLegacy:ln({servicePrefix:"location-legacy",baseURI:t}),daCollector:ln({servicePrefix:"da-collector",baseURI:t})}}const sC='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.242 2.932 4.826 4.826a2.75 2.75 0 0 1-.715 4.404l-4.87 2.435a.75.75 0 0 0-.374.426l-1.44 4.166a1.25 1.25 0 0 1-2.065.476L8.5 16.561 4.06 21H3v-1.06l4.44-4.44-3.105-3.104a1.25 1.25 0 0 1 .476-2.066l4.166-1.44a.75.75 0 0 0 .426-.373l2.435-4.87a2.75 2.75 0 0 1 4.405-.715Zm3.766 5.886-4.826-4.826a1.25 1.25 0 0 0-2.002.325l-2.435 4.871a2.25 2.25 0 0 1-1.278 1.12l-3.789 1.31 6.705 6.704 1.308-3.789a2.25 2.25 0 0 1 1.12-1.277l4.872-2.436a1.25 1.25 0 0 0 .325-2.002Z" fill="currentColor"/></svg>',rC='<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M4 12.02c0 1.06.2 2.1.6 3.08l.6 1.42c.22.55.64 1.01 1.17 1.29.27.14.56.21.86.21h2.55c.77 0 1.49-.41 1.87-1.08.5-.87 1.02-1.7 1.72-2.43l1.32-1.39c.44-.46.97-.84 1.49-1.23l.59-.45a.6.6 0 0 0 .23-.47c0-.75-.54-1.57-1.22-1.79a3.34 3.34 0 0 0-2.78.29V4.5a1.5 1.5 0 0 0-2.05-1.4 1.5 1.5 0 0 0-2.9 0A1.5 1.5 0 0 0 6 4.5v.09A1.5 1.5 0 0 0 4 6v6.02ZM8 4.5v4a.5.5 0 0 0 1 0v-5a.5.5 0 0 1 1 0v5a.5.5 0 0 0 1 0v-4a.5.5 0 0 1 1 0v6a.5.5 0 0 0 .85.37h.01c.22-.22.44-.44.72-.58.7-.35 2.22-.57 2.4.5l-.53.4c-.52.4-1.04.78-1.48 1.24l-1.33 1.38c-.75.79-1.31 1.7-1.85 2.63-.21.36-.6.58-1.01.58H7.23a.87.87 0 0 1-.4-.1 1.55 1.55 0 0 1-.71-.78l-.59-1.42a7.09 7.09 0 0 1-.53-2.7V6a.5.5 0 0 1 1 0v3.5a.5.5 0 0 0 1 0v-5a.5.5 0 0 1 1 0Z" fill="currentColor"></path></svg>',_c=s=>{if(!s)return;if(!s.startsWith("<svg"))return new Promise(n=>{n(s)});const e=new Blob([s],{type:"image/svg+xml"}),r=new Image,i=window.URL.createObjectURL(e);return new Promise((n,o)=>{r.onload=()=>{n(r),window.URL.revokeObjectURL(i)},r.onerror=()=>{o(),window.URL.revokeObjectURL(i)},r.src=i})},Qr={logs:"https://api.realtime.cloudflare.com/logs/otel/logs",mock:{url:"https://api.realtime.cloudflare.com/mock",domain:"mock.realtime.cloudflare.com",app:"https://examples.realtime.cloudflare.com/meeting",stagingApp:"https://examples.staging.realtime.cloudflare.com/meeting"},apiBase:{prod:"https://api.realtime.cloudflare.com",staging:"https://api.staging.realtime.cloudflare.com",prodAlternate:"https://api.realtime.cloudflare.com"},baseURI:{prod:"realtime.cloudflare.com",staging:"staging.realtime.cloudflare.com"}},iC=/\b(?:1[7-9](?:\.\d+)?|[2-9]\d(?:\.\d+)?|[1-9]\d{2,}(?:\.\d+)?)\b/,fm="__rtk_plugins__",nC=[fm];function Tm(s){var r,i,n;const t=typeof navigator!="undefined"&&!navigator.isReactNative&&typeof window!="undefined"&&((r=window.location.host)==null?void 0:r.includes(Qr.baseURI.staging)),e=!!((n=(i=s==null?void 0:s.getValue("modules"))==null?void 0:i.devTools)!=null&&n.logs);return t||e}function aC(s,t){var r;const e=(r=s==null?void 0:s.getValue("telemetry"))==null?void 0:r.logLevel;if(e==="off")return!1;if(e!=="all"){const i=["debug","log","info","warn","error"],n=i.indexOf(t.toLowerCase()),o=i.indexOf(e);if(n<o)return!1}return!0}function Sm(s,t,e={}){return Object.getOwnPropertyNames(s).forEach(r=>{var n;if([null,void 0,NaN].includes(s[r])||t&&(((n=t.match(/\./g))==null?void 0:n.length)||0)>=10)return;const i=t?`${t}.${r}`:r;typeof s[r]=="object"?Sm(s[r],i,e):["number","string","boolean"].includes(typeof s[r])&&(e[i]=s[r])}),e}function Xh(s,t,e={},r=""){const i={};try{const n=JSON.stringify(e),o=JSON.parse(n),c=Sm(o,r),d=JSON.stringify(c);if(!(t==null?void 0:t.startsWith("[SDP]"))&&d.length>5e3){const u=`Log named: "${t}" is trying to log an flattened object of size
|
|
4
|
+
`)),this.pc2.setLocalDescription(t),this.pc1.setRemoteDescription(t)}establishConnection(){this.pc1.createOffer().then(this.gotOffer.bind(this),this.reportFatal.bind(this))}reportFatal(t){console.error("Error:",t)}async getRoundTripTime(){const[t,e]=await Promise.all([this.pc1.getStats(),this.pc2.getStats()]);let r,i;if(t.forEach(n=>{n.type==="candidate-pair"&&n.nominated===!0&&n.bytesSent>0&&(r=n)}),e.forEach(n=>{n.type==="candidate-pair"&&n.nominated===!0&&n.bytesReceived>0&&(i=n)}),r&&i)try{if(r.currentRoundTripTime&&i.currentRoundTripTime)return{rtt:r.currentRoundTripTime,backendRTT:i.currentRoundTripTime};const n=(i.lastPacketReceivedTimestamp-r.lastPacketSentTimestamp)/1e3;return{rtt:n,backendRTT:n}}catch(n){return}}close(){this.pc1.close(),this.pc2.close()}}class Og extends Xe{constructor(e){super();h(this,"call");h(this,"timeOut");this.call=new Ys(e)}start(e=1e4){this.call.establishConnection(),this.timeOut=setTimeout(this.testFailed.bind(this),e)}testComplete(e){clearTimeout(this.timeOut),this.call.close(),this.emit("done",e)}testFailed(e){this.call.close(),this.emit("failed",e)}}const UT=8,$T=1/1e3;class BT extends Og{constructor(e){super(e);h(this,"senderChannel");h(this,"recieveChannel");h(this,"startTime");h(this,"lastBitrateMeasureTime");h(this,"sentPayloadBytes",0);h(this,"recievedPayloadBytes",0);h(this,"lastReceivedPayloadBytes",0);h(this,"stopSending",!1);h(this,"testProgress",0);h(this,"samplePacket","");h(this,"finalBitrateSum",0);h(this,"bitRateSampels",0);h(this,"maxNumberOfPacketsToSend",0);h(this,"bytesToKeepBuffered",0);h(this,"testDurationSeconds",5);this.call.setIceCandidateFilter(Ys.isNotHostCandidate),this.senderChannel=this.call.pc1.createDataChannel(null);for(let r=0;r<1024*256;r+=1)this.samplePacket+="h";this.maxNumberOfPacketsToSend=1,this.bytesToKeepBuffered=1024*this.maxNumberOfPacketsToSend,this.testDurationSeconds=4,this.senderChannel.addEventListener("open",this.sendingStep.bind(this)),this.call.pc2.addEventListener("datachannel",this.onRecieverChannel.bind(this))}sendingStep(){const e=new Date;this.startTime||(this.startTime=e,this.lastBitrateMeasureTime=e);for(let i=0;i!==this.maxNumberOfPacketsToSend&&!(this.senderChannel.bufferedAmount>=this.bytesToKeepBuffered);i+=1){this.sentPayloadBytes+=this.samplePacket.length;try{this.senderChannel.send(this.samplePacket)}catch(n){}}const r=e.getTime()-this.startTime.getTime();r>=1e3*this.testDurationSeconds?(this.stopSending=!0,this.testProgress=100):(this.testProgress=r/(10*this.testDurationSeconds),setTimeout(this.sendingStep.bind(this),1))}onMessageRecieved(e){this.recievedPayloadBytes+=e.data.length;const r=new Date,i=r.getTime()-this.lastBitrateMeasureTime.getTime();if(i>=1e3){const o=(this.recievedPayloadBytes-this.lastReceivedPayloadBytes)*UT/(i/1e3);this.finalBitrateSum+=o,this.bitRateSampels+=1,this.lastReceivedPayloadBytes=this.recievedPayloadBytes,this.lastBitrateMeasureTime=r}if(this.stopSending&&this.sentPayloadBytes===this.recievedPayloadBytes){const n=this.finalBitrateSum/this.bitRateSampels;this.testComplete({throughput:Math.round(n*$T)})}}testComplete(e){this.call.getRoundTripTime().then(({rtt:r,backendRTT:i})=>super.testComplete({RTT:r,backendRTT:i,throughput:e.throughput}))}onRecieverChannel(e){this.recieveChannel=e.channel,this.recieveChannel.addEventListener("message",this.onMessageRecieved.bind(this))}}class Du extends Og{constructor(e,r=Ys.noFilter){super(e);h(this,"ch1");h(this,"ch2");this.call.setIceCandidateFilter(r);const i=this.call.pc1.createDataChannel(null);this.ch1=i,i.addEventListener("open",()=>{i.send("hello")}),i.addEventListener("message",this.onCh1Recieve.bind(this)),this.call.pc2.addEventListener("datachannel",this.dataChannelHandler.bind(this))}onCh1Recieve(e){e.data!=="world"?this.hangup("Invalid data transmitted."):this.testComplete({connectivity:!0})}onCh2Recieve(e){if(e.data!=="hello")this.hangup("Invalid data transmitted.");else try{this.ch2.send("world")}catch(r){}}dataChannelHandler(e){const r=e.channel;this.ch2=r,r.addEventListener("message",this.onCh2Recieve.bind(this))}hangup(e){this.testFailed(e)}}class HT extends Du{constructor(t){super(t,Ys.isHost)}}class FT extends Du{constructor(t){super(t,Ys.isRelay)}}class qT extends Du{constructor(t){super(t,Ys.isReflexive)}}class jT{constructor(){h(this,"ipInformation",null)}async getIPDetails({peerId:t,apiHostnames:e,logger:r}){var i,n,o;if(!this.ipInformation){try{const c=`https://${e.location}`,l=await(await fetch(c)).json();if(((i=l.loc)==null?void 0:i.length)>5)return this.ipInformation=l,(n=this.ipInformation)!=null&&n.ip&&(this.ipInformation.ip=Nr(this.ipInformation.ip)),l;throw Error("Insufficient data")}catch(c){r.error("callstats::ipDetails:: failed to fetch ip using location service",{error:c})}try{const c=await fetch(`https://${e.locationLegacy}/?token=3c493932b0624c&peerId=${t}`,{method:"POST"});this.ipInformation=await c.json(),(o=this.ipInformation)!=null&&o.ip&&(this.ipInformation.ip=Nr(this.ipInformation.ip))}catch(c){r.error("callstats::ipDetails:: failed to fetch ip using legacy location service",{error:c})}}return this.ipInformation}resetCache(){this.ipInformation=null}}const Ng=new jT,vh=[{urls:"turn:turn.dyte.in:443?transport=tcp",username:"dyte",credential:"dytein",credentialType:"password"},{urls:"turn:turn.dyte.in:3478?transport=udp",username:"dyte",credential:"dytein",credentialType:"password"}];function yh(s){const[t,e]=s.split(",");return{coords:{latitude:Number(t),longitude:Number(e)}}}class Lg{constructor(){h(this,"transport");h(this,"candidatePair");h(this,"outboundVideoRtp",new Map);h(this,"inboundVideoRtp",new Map);h(this,"outboundAudioRtp",new Map);h(this,"inboundAudioRtp",new Map);h(this,"remoteInboundRtp",new Map);h(this,"producerStreamMap",new Map);h(this,"consumerStreamMap",new Map);h(this,"staleProducerStreamMap",!1);h(this,"staleConsumerStreamMap",!1)}}class Vg extends Xe{constructor(){super();h(this,"observer");h(this,"outboundProducerMap",new Map);h(this,"inboundConsumerMap",new Map);h(this,"consumerPeerIdMap",new Map);h(this,"pausedConsumerMap",new Map);h(this,"pausedProducerMap",new Map);h(this,"overallProducingTransportsStatsMap",{});h(this,"overallConsumingTransportsStatsMap",{});h(this,"overallConsumersStatsMap",{});h(this,"overallProducersStatsMap",{});h(this,"videoProducerToStatsMap",new Map);h(this,"audioProducerToStatsMap",new Map);h(this,"videoConsumerToStatsMap",new Map);h(this,"audioConsumerToStatsMap",new Map);h(this,"consumerIdsWithFreezedVideo",new Set);h(this,"consumerIdsWithFreezedAudio",new Set);h(this,"producerIdsWithFreezedVideo",new Set);h(this,"producerIdsWithFreezedAudio",new Set);h(this,"freezedProducingTransportIds",new Set);h(this,"freezedConsumingTransportIds",new Set);h(this,"screenShareProducers",new Set);h(this,"screenShareConsumers",new Set);h(this,"ipDetails");h(this,"callStatsInstance");this.observer=new Xe}async registerProducer(e){await this.generateProducerStreamMap(e),e.on("close",this.deregisterProducer.bind(this,e)),e.on("pause",this.pauseProducer.bind(this,e.id)),e.on("resume",this.resumeProducer.bind(this,e.id)),e.appData.screenShare===!0&&this.screenShareProducers.add(e.id)}pauseProducer(e){this.pausedProducerMap.set(e,{lastReportCalculated:!1})}resumeProducer(e){this.pausedProducerMap.delete(e)}processInboundConsumerVideoStats(e,r,i){var o,c;const n=((c=(o=this==null?void 0:this.callStatsInstance)==null?void 0:o.consumerSharedMediaStatesMap)==null?void 0:c.get(e))||{};r.totalVideoPacketsReceived===i.packetsReceived?(this.consumerIdsWithFreezedVideo.add(e),this.callStatsInstance&&n.video&&(this.callStatsInstance.logger.debug("callstats::measurements::consumerVideoFreezed",{consumerId:e}),this.callStatsInstance.eventHandler.emit("consumer_video_status","pause",e))):(r.totalVideoPacketsReceived=i.packetsReceived,this.consumerIdsWithFreezedVideo.has(e)&&(this.consumerIdsWithFreezedVideo.delete(e),this.callStatsInstance&&n.video&&(this.callStatsInstance.logger.debug("callstats::measurements::consumerVideoDefreezed",{consumerId:e}),this.callStatsInstance.eventHandler.emit("consumer_video_status","resume",e))))}processInboundConsumerAudioStats(e,r,i){var o,c;const n=((c=(o=this==null?void 0:this.callStatsInstance)==null?void 0:o.consumerSharedMediaStatesMap)==null?void 0:c.get(e))||{};r.totalAudioPacketsReceived===i.packetsReceived?(this.consumerIdsWithFreezedAudio.add(e),this.callStatsInstance&&n.audio&&(this.callStatsInstance.logger.debug("callStats::measurements::consumerAudioFreezed",{consumerId:e}),this.callStatsInstance.eventHandler.emit("consumer_audio_status","pause",e))):(r.totalAudioPacketsReceived=i.packetsReceived,this.consumerIdsWithFreezedAudio.has(e)&&(this.consumerIdsWithFreezedAudio.delete(e),this.callStatsInstance&&n.audio&&(this.callStatsInstance.logger.debug("callStats::measurements::consumerAudioDefreezed",{consumerId:e}),this.callStatsInstance.eventHandler.emit("consumer_audio_status","resume",e))))}processOutboundProducerVideoStats(e,r,i){var o;const n=((o=this==null?void 0:this.callStatsInstance)==null?void 0:o.currentUserMediaStates)||{};r.totalVideoPacketsSent===i.packetsSent?(this.producerIdsWithFreezedVideo.add(e),this.callStatsInstance&&n.video&&(this.callStatsInstance.logger.debug("callStats::measurements::producerVideoFreezed",{producerId:e}),this.callStatsInstance.eventHandler.emit("producer_video_status","pause",e))):(r.totalVideoPacketsSent=i.packetsSent,this.producerIdsWithFreezedVideo.has(e)&&(this.producerIdsWithFreezedVideo.delete(e),this.callStatsInstance&&n.video&&(this.callStatsInstance.logger.debug("callStats::measurements::producerVideoDefreezed",{producerId:e}),this.callStatsInstance.eventHandler.emit("producer_video_status","resume",e))))}processOutboundProducerAudioStats(e,r,i){var o;const n=((o=this==null?void 0:this.callStatsInstance)==null?void 0:o.currentUserMediaStates)||{};r.totalAudioPacketsSent===i.packetsSent?(this.producerIdsWithFreezedAudio.add(e),this.callStatsInstance&&n.audio&&(this.callStatsInstance.logger.debug("callStats::measurements::producerAudioFreezed",{producerId:e}),this.callStatsInstance.eventHandler.emit("producer_audio_status","pause",e))):(r.totalAudioPacketsSent=i.packetsSent,this.producerIdsWithFreezedAudio.has(e)&&(this.producerIdsWithFreezedAudio.delete(e),this.callStatsInstance&&n.audio&&(this.callStatsInstance.logger.debug("callStats::measurements::producerAudioDefreezed",{producerId:e}),this.callStatsInstance.eventHandler.emit("producer_audio_status","resume",e))))}processProducingTransportStats(e,r,i){var u;const n=((u=this==null?void 0:this.callStatsInstance)==null?void 0:u.currentUserMediaStates)||{},{audio:o,video:c,screen:d}=n,l=o||c||d;r.totalPacketsSent===i.packetsSent?(this.freezedProducingTransportIds.add(e),this.callStatsInstance&&l&&(this.callStatsInstance.logger.debug("callStats::measurements::producingTransportFreezed",{transportId:e}),this.callStatsInstance.eventHandler.emit("producing_transport_status","pause",e))):(r.totalPacketsSent=i.packetsSent,this.freezedProducingTransportIds.has(e)&&(this.freezedProducingTransportIds.delete(e),this.callStatsInstance&&l&&(this.callStatsInstance.logger.debug("callStats::measurements::producingTransportDefreezed",{transportId:e}),this.callStatsInstance.eventHandler.emit("producing_transport_status","resume",e))))}processConsumingTransportStats(e,r,i){var c,d;const o=!!Array.from(((d=(c=this==null?void 0:this.callStatsInstance)==null?void 0:c.consumerSharedMediaStatesMap)==null?void 0:d.values())||[]).reduce((l,u)=>l||u.audio||u.video||u.screen,!1);r.totalPacketsReceived===i.packetsSent?(this.freezedConsumingTransportIds.add(e),this.callStatsInstance&&o&&(this.callStatsInstance.logger.debug("callStats::measurements::consumingTransportFreezed",{transportId:e}),this.callStatsInstance.eventHandler.emit("consuming_transport_status","pause",e))):(r.totalPacketsReceived=i.packetsSent,this.freezedConsumingTransportIds.has(e)&&(this.freezedConsumingTransportIds.delete(e),this.callStatsInstance&&o&&(this.callStatsInstance.logger.debug("callStats::measurements::consumingTransportDefreezed",{transportId:e}),this.callStatsInstance.eventHandler.emit("consuming_transport_status","resume",e))))}async registerConsumer(e){await this.generateConsumerStreamMap(e),this.consumerPeerIdMap.set(e.id,{producerId:e.producerId,peerId:e.appData.peerId,appData:e.appData}),e.on("close",this.deregisterConsumer.bind(this,e)),e.on("pause",this.pauseConsumer.bind(this,e.id)),e.on("resume",this.resumeConsumer.bind(this,e.id)),e.appData.screenShare===!0&&this.screenShareConsumers.add(e.id)}pauseConsumer(e){this.pausedConsumerMap.set(e,{lastReportCalculated:!1})}resumeConsumer(e){this.pausedConsumerMap.delete(e)}async generateProducerStreamMap(e,r=!1){const i=await e.getStats(),n=r?this.getProducerStatsFromReport(this.parseRTCReport(i,["outbound-rtp","remote-inbound-rtp"],!1,e.id))[0]:void 0;for(const o of i.values())switch(o.type){case"outbound-rtp":{this.outboundProducerMap.set(o.id,e.id);break}}return n}async generateConsumerStreamMap(e,r=!1){const i=await e.getStats(),n=r?this.getConsumerStatsFromReport(this.parseRTCReport(i,["inbound-rtp"],!1,e.id))[0]:void 0;for(const o of i.values())switch(o.type){case"inbound-rtp":{this.inboundConsumerMap.set(o.id,e.id);break}}return n}deregisterProducer(e){this.outboundProducerMap.forEach((r,i)=>{r===e.id&&this.outboundProducerMap.delete(i)}),this.pausedProducerMap.delete(e.id),this.screenShareProducers.delete(e.id)}deregisterConsumer(e){this.inboundConsumerMap.forEach((r,i)=>{r===e.id&&this.inboundConsumerMap.delete(i)}),this.consumerPeerIdMap.delete(e.id),this.pausedConsumerMap.delete(e.id),this.screenShareConsumers.delete(e.id)}getIceCandidateStats(e){var r;return{id:e.id,type:e.candidateType||e.type,address:e.address,port:e.port,url:e.url,protocol:(r=e.relayProtocol)!=null?r:e.protocol,networkType:e.networkType,relatedAddress:e.relatedAddress,relatedPort:e.relatedPort}}getWorkingSimulcastVideoStats(e){return e.find(i=>{const n=i.framesEncoded>0,o=i.packetsSent>0,c=i.frameWidth&&i.frameHeight;return n&&o&&!!c})||e[e.length-1]}parseRTCReport(e,r=[],i=!1,n=void 0,o=void 0){var P,C,k,I,L,N,$,B,X,We,hs,Kt,qr;const c=e,d=new Lg,l=r.length?new Set(r):void 0,u=[],p=[],f=[],S=new Map,E=new Map;for(const M of c.values()){if(l){if(l.size===0)break;if(l.has(M.type))i&&l.delete(M.type);else continue}switch(M.type){case"local-candidate":{u.push(this.getIceCandidateStats(M));break}case"remote-candidate":{p.push(this.getIceCandidateStats(M));break}case"candidate-pair":{const{nominated:v}=M,{selected:_}=M,U=M,ge={nominated:v!=null?v:_,currentRoundTripTime:U.currentRoundTripTime,totalRoundTripTime:U.totalRoundTripTime,bytesReceived:U.bytesReceived,bytesSent:U.bytesSent,availableOutgoingBitrate:U.availableOutgoingBitrate,availableIncomingBitrate:U.availableIncomingBitrate,lastPacketReceivedTimestamp:U.lastPacketReceivedTimestamp,lastPacketSentTimestamp:U.lastPacketSentTimestamp,localCandidateId:U.localCandidateId,remoteCandidateId:U.remoteCandidateId,bytesDiscardedOnSend:U.bytesDiscardedOnSend,packetsSent:U.packetsSent,packetsReceived:U.packetsReceived,packetsDiscardedOnSend:U.packetsDiscardedOnSend};f.push(ge),(M.nominated===!0||M.selected===!0)&&(d.candidatePair=ge);break}case"transport":{const v=M;o&&(o.producing&&(this.overallProducingTransportsStatsMap[o.id]||(this.overallProducingTransportsStatsMap[o.id]={totalPacketsSent:0})),o.consuming&&(this.overallConsumingTransportsStatsMap[o.id]||(this.overallConsumingTransportsStatsMap[o.id]={totalPacketsReceived:0})));const _={bytesReceived:v.bytesReceived,bytesSent:v.bytesSent,packetsSent:v.packetsSent,packetsReceived:v.packetsReceived,dtlsCipher:v.dtlsCipher,dtlsState:v.dtlsState,iceRole:v.iceRole};if(d.transport=_,o){if(o.producing){const U=this.overallProducingTransportsStatsMap[o.id];this.processProducingTransportStats(o.id,U,_)}if(o.consuming){const U=this.overallConsumingTransportsStatsMap[o.id];this.processConsumingTransportStats(o.id,U,_)}}break}case"remote-inbound-rtp":{const v=M,_={jitter:v.jitter,fractionLost:v.fractionLost,roundTripTime:v.roundTripTime,roundTripTimeMeasurements:v.roundTripTimeMeasurements,totalRoundTripTime:v.totalRoundTripTime,packetsLost:v.packetsLost};d.remoteInboundRtp.set(v.localId,_);break}case"outbound-rtp":{if(!this.outboundProducerMap.has(M.id))break;const v=M,_=n||this.outboundProducerMap.get(M.id),U=this.pausedProducerMap.get(_);if(U){if(U.lastReportCalculated===!0)break;this.pausedProducerMap.set(_,{lastReportCalculated:!0})}this.overallProducersStatsMap[_]||(this.overallProducersStatsMap[_]={totalVideoPacketsSent:0,totalAudioPacketsSent:0});const ge=this.overallProducersStatsMap[_];if(["video","audio"].includes(v.mediaType)||["video","audio"].includes(v.kind)){if(!this.outboundProducerMap.has(M.id)){d.staleProducerStreamMap=!0;break}const ye=this.callStatsInstance.producers.get(_);if(((P=ye==null?void 0:ye.track)==null?void 0:P.readyState)==="ended")break;d.producerStreamMap.has(_)||d.producerStreamMap.set(_,{outboundVideoRtpId:[],outboundAudioRtpId:[]});const O={bytesSent:v.bytesSent,packetsSent:v.packetsSent,nackCount:v.nackCount,ssrc:v.ssrc,mid:v.mid,active:v.active,codecId:v.codecId,headerBytesSent:v.headerBytesSent||0,totalPacketSendDelay:v.totalPacketSendDelay||0};if(v.mediaType==="video"||v.kind==="video"){const R=v,we={frameHeight:R.frameHeight,frameWidth:R.frameWidth,framesEncoded:R.framesEncoded,framesDropped:R.framesDropped,framesPerSecond:R.framesPerSecond,framesSent:R.framesSent,keyFramesEncoded:R.keyFramesEncoded,firCount:R.firCount,encoderImplementation:R.encoderImplementation,hugeFramesSent:R.hugeFramesSent,pliCount:R.pliCount,qpSum:R.qpSum,qualityLimitationDurations:R.qualityLimitationDurations,qualityLimitationReason:R.qualityLimitationReason,qualityLimitationResolutionChanges:R.qualityLimitationResolutionChanges,totalEncodeTime:R.targetBitrate,totalPacketSendDelay:R.totalPacketSendDelay,retransmittedBytesSent:R.retransmittedBytesSent,retransmittedPacketsSent:R.retransmittedPacketsSent,scalabilityMode:R.scalabilityMode,powerEfficientEncoder:R.powerEfficientEncoder,...O};d.outboundVideoRtp.set(M.id,we),d.producerStreamMap.get(_).outboundVideoRtpId.push(M.id),this.processOutboundProducerVideoStats(_,ge,we)}else if(v.mediaType==="audio"||v.kind==="audio"){const R=v,we={retransmittedBytesSent:R.retransmittedBytesSent,retransmittedPacketsSent:R.retransmittedPacketsSent,...O};d.outboundAudioRtp.set(M.id,we),d.producerStreamMap.get(_).outboundAudioRtpId.push(M.id),this.processOutboundProducerAudioStats(_,ge,we)}}else this.callStatsInstance.logger.error(`Callstats: Unknown Outbound-rtp. mediatype: ${v.mediaType} kind: ${v.kind}`);break}case"inbound-rtp":{if(!this.inboundConsumerMap.has(M.id))break;const v=M,_=n||this.inboundConsumerMap.get(M.id),U=this.pausedConsumerMap.get(_);if(U){if(U.lastReportCalculated===!0)break;this.pausedConsumerMap.set(_,{lastReportCalculated:!0})}if(v.ssrc===1234)break;this.overallConsumersStatsMap[_]||(this.overallConsumersStatsMap[_]={totalVideoPacketsReceived:0,totalAudioPacketsReceived:0});const ge=this.overallConsumersStatsMap[_];if(["video","audio"].includes(v.mediaType)||["video","audio"].includes(v.kind)){if(!this.inboundConsumerMap.has(M.id)){d.staleConsumerStreamMap=!0;break}d.consumerStreamMap.has(_)||d.consumerStreamMap.set(_,{inboundVideoRtpId:[],inboundAudioRtpId:[]});const ye={bytesReceived:v.bytesReceived,packetsReceived:v.packetsReceived,packetsLost:v.packetsLost>=0?v.packetsLost:0,jitter:v.jitter,nackCount:v.nackCount,jitterBufferDelay:v.jitterBufferDelay,jitterBufferEmittedCount:v.jitterBufferEmittedCount,lastPacketReceivedTimestamp:v.lastPacketReceivedTimestamp,ssrc:v.ssrc,mid:v.mid,codecId:v.codecId,headerBytesReceived:v.headerBytesReceived||0,packetsDiscarded:v.packetsDiscarded||0,jitterBufferMinimumDelay:v.jitterBufferMinimumDelay||0,jitterBufferTargetDelay:v.jitterBufferTargetDelay||0};if(v.mediaType==="video"||v.kind==="video"){const O=v,R={frameHeight:O.frameHeight,frameWidth:O.frameWidth,framesDecoded:O.framesDecoded,framesDropped:O.framesDropped,framesPerSecond:O.framesPerSecond,framesReceived:O.framesReceived,keyFramesDecoded:O.keyFramesDecoded,firCount:O.firCount,decoderImplementation:O.decoderImplementation,pliCount:O.pliCount,totalProcessingDelay:O.totalProcessingDelay,qpSum:O.qpSum||0,totalAssemblyTime:O.totalAssemblyTime||0,totalDecodeTime:O.totalDecodeTime||0,totalFreezesDuration:O.totalFreezesDuration||0,totalInterFrameDelay:O.totalInterFrameDelay||0,totalPausesDuration:O.totalPausesDuration||0,totalSquaredInterFrameDelay:O.totalSquaredInterFrameDelay||0,freezeCount:O.freezeCount||0,pauseCount:O.pauseCount||0,powerEfficientDecoder:O.powerEfficientDecoder,...ye};R.score=Dg({frameWidth:R.frameWidth||0,framesDecoded:(R.framesDecoded||0)-(((C=this.videoConsumerToStatsMap.get(_))==null?void 0:C.framesDecoded)||0),framesPerSecond:R.framesPerSecond||0,packetsLost:(R.packetsLost||0)-(((k=this.videoConsumerToStatsMap.get(_))==null?void 0:k.packetsLost)||0),packetsReceived:(R.packetsReceived||0)-(((I=this.videoConsumerToStatsMap.get(_))==null?void 0:I.packetsReceived)||0),jitter:R.jitter||0,isScreenShare:this.screenShareConsumers.has(_)}),E.set(_,{score:+(R.score*10).toFixed(),frameWidth:R.frameWidth||0,frameHeight:R.frameHeight||0,framesPerSecond:R.framesPerSecond||0,packetsLostPercentage:Kc({packetsLost:(R.packetsLost||0)-(((L=this.videoConsumerToStatsMap.get(_))==null?void 0:L.packetsLost)||0),packetsReceived:(R.packetsReceived||0)-(((N=this.videoConsumerToStatsMap.get(_))==null?void 0:N.packetsReceived)||0)}),jitter:R.jitter||0,isScreenShare:this.screenShareConsumers.has(_),bitrate:((R.bytesReceived||0)-((($=this.videoConsumerToStatsMap.get(_))==null?void 0:$.bytesReceived)||0))*8/7}),this.videoConsumerToStatsMap.set(_,R),d.inboundVideoRtp.set(M.id,R),d.consumerStreamMap.get(_).inboundVideoRtpId.push(M.id),this.processInboundConsumerVideoStats(_,ge,R)}else if(v.mediaType==="audio"||v.kind==="audio"){const O=v,R={audioLevel:O.audioLevel,concealedSamples:O.concealedSamples,concealmentEvents:O.concealmentEvents,totalAudioEnergy:O.totalAudioEnergy,totalSamplesDuration:O.totalSamplesDuration,totalSamplesReceived:O.totalSamplesReceived,fecPacketsDiscarded:O.fecPacketsDiscarded||0,fecPacketsReceived:O.fecPacketsReceived||0,insertedSamplesForDeceleration:O.insertedSamplesForDeceleration||0,removedSamplesForAcceleration:O.removedSamplesForAcceleration||0,silentConcealedSamples:O.silentConcealedSamples||0,playoutId:O.playoutId,...ye};R.score=Ig({concealmentEvents:(R.concealmentEvents||0)-(((B=this.audioConsumerToStatsMap.get(_))==null?void 0:B.concealmentEvents)||0),packetsLost:(R.packetsLost||0)-(((X=this.audioConsumerToStatsMap.get(_))==null?void 0:X.packetsLost)||0),packetsReceived:(R.packetsReceived||0)-(((We=this.audioConsumerToStatsMap.get(_))==null?void 0:We.packetsReceived)||0),jitter:R.jitter||0}),E.set(_,{score:+(R.score*10).toFixed(),packetsLostPercentage:Kc({packetsLost:(R.packetsLost||0)-(((hs=this.audioConsumerToStatsMap.get(_))==null?void 0:hs.packetsLost)||0),packetsReceived:(R.packetsReceived||0)-(((Kt=this.audioConsumerToStatsMap.get(_))==null?void 0:Kt.packetsReceived)||0)}),jitter:R.jitter||0,isScreenShare:this.screenShareConsumers.has(_),bitrate:((R.bytesReceived||0)-(((qr=this.audioConsumerToStatsMap.get(_))==null?void 0:qr.bytesReceived)||0))*8/7}),this.audioConsumerToStatsMap.set(_,R),d.inboundAudioRtp.set(M.id,R),d.consumerStreamMap.get(_).inboundAudioRtpId.push(M.id),this.processInboundConsumerAudioStats(_,ge,R)}}else this.callStatsInstance.logger.error(`Callstats: Unknown Inbound-rtp. mediatype: ${v.mediaType} kind: ${v.kind}`);break}}}if(d.producerStreamMap.forEach((M,v)=>{var _,U,ge,ye,O,R,we,jr,va,ya,Ea,Pa,_a,Ca,wa,Ra,ba,ka,Ma,Aa,Ia,Da,Oa;if(M.outboundVideoRtpId.length>0){const ne=[];M.outboundVideoRtpId.forEach(_l=>{ne.push(d.outboundVideoRtp.get(_l))});const z=this.getWorkingSimulcastVideoStats(ne);z.score=Mg({frameWidth:z.frameWidth||0,framesPerSecond:z.framesPerSecond||0,jitter:((_=z.remoteData)==null?void 0:_.jitter)||0,isScreenShare:this.screenShareProducers.has(v),packetsSent:(z.packetsSent||0)-(((U=this.videoProducerToStatsMap.get(v))==null?void 0:U.packetsSent)||0),packetsLost:(((ge=z.remoteData)==null?void 0:ge.packetsLost)||0)-(((O=(ye=this.videoProducerToStatsMap.get(v))==null?void 0:ye.remoteData)==null?void 0:O.packetsLost)||0),framesEncoded:(z.framesEncoded||0)-(((R=this.videoProducerToStatsMap.get(v))==null?void 0:R.framesEncoded)||0)}),S.set(v,{score:+(z.score*10).toFixed(),frameWidth:z.frameWidth||0,frameHeight:z.frameHeight||0,framesPerSecond:z.framesPerSecond||0,jitter:((we=z.remoteData)==null?void 0:we.jitter)||0,isScreenShare:this.screenShareProducers.has(v),packetsLostPercentage:Jc({packetsSent:(z.packetsSent||0)-(((jr=this.videoProducerToStatsMap.get(v))==null?void 0:jr.packetsSent)||0),packetsLost:(((va=z.remoteData)==null?void 0:va.packetsLost)||0)-(((Ea=(ya=this.videoProducerToStatsMap.get(v))==null?void 0:ya.remoteData)==null?void 0:Ea.packetsLost)||0)}),bitrate:((z.bytesSent||0)-(((Pa=this.videoProducerToStatsMap.get(v))==null?void 0:Pa.bytesSent)||0))*8/7,cpuLimitations:z.qualityLimitationReason==="cpu",bandwidthLimitations:z.qualityLimitationReason==="bandwidth"}),this.videoProducerToStatsMap.set(v,z)}else if(M.outboundAudioRtpId.length>0){const ne=d.outboundAudioRtp.get(M.outboundAudioRtpId[0]);ne.score=kg({packetsSent:(ne.packetsSent||0)-(((_a=this.audioProducerToStatsMap.get(v))==null?void 0:_a.packetsSent)||0),packetsLost:(((Ca=ne.remoteData)==null?void 0:Ca.packetsLost)||0)-(((Ra=(wa=this.audioProducerToStatsMap.get(v))==null?void 0:wa.remoteData)==null?void 0:Ra.packetsLost)||0),jitter:((ba=ne.remoteData)==null?void 0:ba.jitter)||0}),S.set(v,{score:+(ne.score*10).toFixed(),bitrate:((ne.bytesSent||0)-(((ka=this.audioProducerToStatsMap.get(v))==null?void 0:ka.bytesSent)||0))*8/7,packetsLostPercentage:Jc({packetsSent:(ne.packetsSent||0)-(((Ma=this.audioProducerToStatsMap.get(v))==null?void 0:Ma.packetsSent)||0),packetsLost:(((Aa=ne.remoteData)==null?void 0:Aa.packetsLost)||0)-(((Da=(Ia=this.audioProducerToStatsMap.get(v))==null?void 0:Ia.remoteData)==null?void 0:Da.packetsLost)||0)}),jitter:((Oa=ne.remoteData)==null?void 0:Oa.jitter)||0,isScreenShare:this.screenShareProducers.has(v)}),this.audioProducerToStatsMap.set(v,ne)}}),f.forEach(M=>{const v=u.find(U=>U.id===M.localCandidateId?(M.localCandidateId=U.id,U):null),_=p.find(U=>U.id===M.remoteCandidateId?(M.remoteCandidateId=U.id,U):null);v&&(M.localCandidateType=v.type,M.localCandidateAddress=Nr(v.address),M.localCandidatePort=v.port,M.localCandidateProtocol=v.protocol,M.localCandidateUrl=v.url,M.localCandidateNetworkType=v.networkType,M.localCandidateRelatedAddress=Nr(v.relatedAddress),M.localCandidateRelatedPort=v.relatedPort),_&&(M.remoteCandidateType=_.type,M.remoteCandidateAddress=Nr(_.address),M.remoteCandidatePort=_.port,M.remoteCandidateProtocol=_.protocol,M.remoteCandidateUrl=_.url)}),d.candidatePair&&(d.transport?(d.transport.totalRoundTripTime=d.candidatePair.totalRoundTripTime,d.transport.availableOutgoingBitrate=d.candidatePair.availableOutgoingBitrate,d.transport.availableIncomingBitrate=d.candidatePair.availableIncomingBitrate,d.transport.roundTripTime=d.candidatePair.currentRoundTripTime):d.transport={bytesReceived:d.candidatePair.bytesReceived,bytesSent:d.candidatePair.bytesSent,totalRoundTripTime:d.candidatePair.totalRoundTripTime,availableOutgoingBitrate:d.candidatePair.availableOutgoingBitrate,availableIncomingBitrate:d.candidatePair.availableIncomingBitrate,roundTripTime:d.candidatePair.currentRoundTripTime}),d.transport&&(d.transport.candidatePairs=f),d.transport&&!d.transport.roundTripTime){let M=0,v=0;d.remoteInboundRtp.forEach((_,U)=>{_.roundTripTime&&_.roundTripTime>M&&(M=_.roundTripTime,v=_.totalRoundTripTime)}),d.transport.roundTripTime=M,d.transport.totalRoundTripTime=v}if(E.size>0)try{this.observer.emit("consumer_score",E)}catch(M){}if(S.size>0)try{this.observer.emit("producer_score",S)}catch(M){}return d}async getProducersReport(e){const r=e.map(i=>this.generateProducerStreamMap(i,!0));return r.length>0?Promise.all(r):void 0}async getConsumersReport(e){const r=e.map(i=>this.generateConsumerStreamMap(i,!0));return r.length>0?Promise.all(r):void 0}async getTransportReport(e){return e.getStats()}async getProcessedStats(e,r,i){const n=await this.getTransportReport(e),o={producing:i,consuming:r,id:e.id},c=n,d=this.parseRTCReport(c,["transport","candidate-pair","inbound-rtp","outbound-rtp","remote-inbound-rtp","local-candidate","remote-candidate"],!1,void 0,o);if(!d)return;const l={stats:d.transport,transportId:e.id,consuming:r,producing:i},u=d.staleProducerStreamMap?void 0:this.getProducerStatsFromReport(d),p=d.staleConsumerStreamMap?void 0:this.getConsumerStatsFromReport(d);return{transportReport:l,producerReport:u,consumerReport:p}}getProducerStatsFromReport(e){const r=[];try{e.producerStreamMap.forEach((i,n)=>{var o,c;r.push({producerId:n,videoStats:i.outboundVideoRtpId.map(d=>e.outboundVideoRtp.get(d)),audioStats:i.outboundAudioRtpId.map(d=>e.outboundAudioRtp.get(d)),appData:((c=(o=this.callStatsInstance.producers)==null?void 0:o.get(n))==null?void 0:c.appData)||null})})}catch(i){this.callStatsInstance.logger.error("callStats::measurements::getProducerStatsFromReport",{error:{reason:i.reason,message:i.message}})}return r}getConsumerStatsFromReport(e){const r=[];try{e.consumerStreamMap.forEach((i,n)=>{const{peerId:o,producerId:c,appData:d}=this.consumerPeerIdMap.get(n);r.push({consumerId:n,peerId:o,producerId:c,appData:d,videoStats:i.inboundVideoRtpId.map(l=>e.inboundVideoRtp.get(l)),audioStats:i.inboundAudioRtpId.map(l=>e.inboundAudioRtp.get(l))})})}catch(i){console.error("getConsumersReport: ",i,e)}return r}async getUserLocation(){return new Promise((e,r)=>{try{navigator.geolocation?navigator.geolocation.getCurrentPosition(i=>{e(i)}):r()}catch(i){r(i)}})}async getConnectivity(e){try{const r={iceServers:e||vh},i=new Promise((u,p)=>{try{const f=new HT(r);f.addListener("done",u),f.addListener("failed",()=>{u({connectivity:!1})}),f.start(2e3)}catch(f){p(f)}}),n=new Promise((u,p)=>{try{const f=new FT(r);f.addListener("done",u),f.addListener("failed",()=>{u({connectivity:!1})}),f.start(2e3)}catch(f){p(f)}}),o=new Promise((u,p)=>{try{const f=new qT(r);f.addListener("done",u),f.addListener("failed",()=>{u({connectivity:!1})}),f.start(2e3)}catch(f){p(f)}}),[c,d,l]=await Promise.all([i,n,o]);return{host:c==null?void 0:c.connectivity,relay:d==null?void 0:d.connectivity,reflexive:l==null?void 0:l.connectivity}}catch(r){return{host:!1,relay:!1,reflexive:!1}}}async getThroughput(e){try{const i=await new Promise((n,o)=>{try{const c={iceServers:e||vh},d=new BT(c);d.addListener("done",n),d.addListener("failed",o),d.start(1e4)}catch(c){o(c)}});return{throughput:i.throughput,fractionalLoss:0,RTT:i.RTT,jitter:0,backendRTT:i.backendRTT}}catch(r){return}}async getIPDetails(){var e,r;try{return this.ipDetails||(this.ipDetails=await Ng.getIPDetails({peerId:(e=this.callStatsInstance)==null?void 0:e.peerId,apiHostnames:(r=this.callStatsInstance)==null?void 0:r.apiHostnames,logger:this.callStatsInstance.logger})),this.ipDetails}catch(i){return}}async getNetworkQuality(e){const[r,i]=await Promise.all([this.getConnectivity(e),this.getThroughput(e)]);return{connectivity:r,throughput:i==null?void 0:i.throughput,fractionalLoss:i==null?void 0:i.fractionalLoss,RTT:i==null?void 0:i.RTT,jitter:i==null?void 0:i.jitter,backendRTT:i==null?void 0:i.backendRTT}}async getNetworkInfo(e,r=!1){var c,d;if(r){const l=await this.getIPDetails();return{ipDetails:l,effectiveNetworkType:(c=navigator.connection)==null?void 0:c.effectiveType,location:l!=null&&l.loc?yh(l==null?void 0:l.loc):void 0}}const[i,n,o]=await Promise.all([this.getConnectivity(e),this.getThroughput(e),this.getIPDetails()]);return{ipDetails:o,effectiveNetworkType:(d=navigator.connection)==null?void 0:d.effectiveType,location:o!=null&&o.loc?yh(o==null?void 0:o.loc):void 0,turnConnectivity:i?i.host||i.relay||i.reflexive:!1,connectivity:i,throughput:n==null?void 0:n.throughput,fractionalLoss:n==null?void 0:n.fractionalLoss,RTT:n==null?void 0:n.RTT,jitter:n==null?void 0:n.jitter,backendRTT:n==null?void 0:n.backendRTT}}}class GT extends Vg{}class xg extends Vg{constructor(){super(...arguments);h(this,"producerMap",new Map);h(this,"consumerMap",new Map)}async registerProducer(e){this.producerMap.set(e.id,e),await this.generateProducerStreamMap(e),e.on("close",this.deregisterProducer.bind(this,e)),e.on("pause",this.pauseProducer.bind(this,e.id)),e.on("resume",this.resumeProducer.bind(this,e.id)),e.appData.screenShare===!0&&this.screenShareProducers.add(e.id)}async registerConsumer(e){this.consumerMap.set(e.id,e),await this.generateConsumerStreamMap(e),this.consumerPeerIdMap.set(e.id,{producerId:e.producerId,peerId:e.appData.peerId,appData:e.appData}),e.on("close",this.deregisterConsumer.bind(this,e)),e.on("pause",this.pauseConsumer.bind(this,e.id)),e.on("resume",this.resumeConsumer.bind(this,e.id)),e.appData.screenShare===!0&&this.screenShareConsumers.add(e.id)}async generateConsumerStreamMap(e,r=!1){const i=await e.getStats(),n=this.parseRTCReport(i,["inbound-rtp"],!1,e.id),o=[...n.consumerStreamMap.values()][0],c=r?this.getConsumerStatsFromParsedConsumerStats(n,o,e.id):void 0;for(const d of i.values())switch(d.type){case"inbound-rtp":{this.inboundConsumerMap.set(d.id,e.id);break}}return c}deregisterProducer(e){this.producerMap.delete(e.id),this.outboundProducerMap.forEach((r,i)=>{r===e.id&&this.outboundProducerMap.delete(i)}),this.pausedProducerMap.delete(e.id),this.screenShareProducers.delete(e.id)}deregisterConsumer(e){this.consumerMap.delete(e.id),this.inboundConsumerMap.forEach((r,i)=>{r===e.id&&this.inboundConsumerMap.delete(i)}),this.consumerPeerIdMap.delete(e.id),this.pausedConsumerMap.delete(e.id),this.screenShareConsumers.delete(e.id)}getIceCandidateStats(e){var r;return{id:e.id,type:e.candidateType||e.type,address:e.address,port:e.port,url:e.url,protocol:(r=e.relayProtocol)!=null?r:e.protocol,networkType:e.networkType,relatedAddress:e.relatedAddress,relatedPort:e.relatedPort}}parseRTCReport(e,r=[],i=!1,n=void 0,o=void 0){var P,C,k,I,L,N,$,B,X,We,hs,Kt,qr;const c=e,d=new Lg,l=r.length?new Set(r):void 0,u=[],p=[],f=[],S=new Map,E=new Map;for(const M of c.values()){if(l){if(l.size===0)break;if(l.has(M.type))i&&l.delete(M.type);else continue}switch(M.type){case"local-candidate":{u.push(this.getIceCandidateStats(M));break}case"remote-candidate":{p.push(this.getIceCandidateStats(M));break}case"candidate-pair":{const{nominated:v}=M,{selected:_}=M,U=M,ge={nominated:v!=null?v:_,currentRoundTripTime:U.currentRoundTripTime,totalRoundTripTime:U.totalRoundTripTime,bytesReceived:U.bytesReceived,bytesSent:U.bytesSent,availableOutgoingBitrate:U.availableOutgoingBitrate,availableIncomingBitrate:U.availableIncomingBitrate,lastPacketReceivedTimestamp:U.lastPacketReceivedTimestamp,lastPacketSentTimestamp:U.lastPacketSentTimestamp,localCandidateId:U.localCandidateId,remoteCandidateId:U.remoteCandidateId,bytesDiscardedOnSend:U.bytesDiscardedOnSend,packetsSent:U.packetsSent,packetsReceived:U.packetsReceived,packetsDiscardedOnSend:U.packetsDiscardedOnSend};f.push(ge),(M.nominated===!0||M.selected===!0)&&(d.candidatePair=ge);break}case"transport":{const v=M;o&&(o.producing&&(this.overallProducingTransportsStatsMap[o.id]||(this.overallProducingTransportsStatsMap[o.id]={totalPacketsSent:0})),o.consuming&&(this.overallConsumingTransportsStatsMap[o.id]||(this.overallConsumingTransportsStatsMap[o.id]={totalPacketsReceived:0})));const _={bytesReceived:v.bytesReceived,bytesSent:v.bytesSent,packetsSent:v.packetsSent,packetsReceived:v.packetsReceived,dtlsCipher:v.dtlsCipher,dtlsState:v.dtlsState,iceRole:v.iceRole};if(d.transport=_,o){if(o.producing){const U=this.overallProducingTransportsStatsMap[o.id];this.processProducingTransportStats(o.id,U,_)}if(o.consuming){const U=this.overallConsumingTransportsStatsMap[o.id];this.processConsumingTransportStats(o.id,U,_)}}break}case"remote-inbound-rtp":{const v=M,_={jitter:v.jitter,fractionLost:v.fractionLost,roundTripTime:v.roundTripTime,roundTripTimeMeasurements:v.roundTripTimeMeasurements,totalRoundTripTime:v.totalRoundTripTime,packetsLost:v.packetsLost};d.remoteInboundRtp.set(v.localId,_);break}case"outbound-rtp":{if(!this.outboundProducerMap.has(M.id))break;const v=M,_=n||this.outboundProducerMap.get(M.id),U=this.pausedProducerMap.get(_);if(U){if(U.lastReportCalculated===!0)break;this.pausedProducerMap.set(_,{lastReportCalculated:!0})}this.overallProducersStatsMap[_]||(this.overallProducersStatsMap[_]={totalVideoPacketsSent:0,totalAudioPacketsSent:0});const ge=this.overallProducersStatsMap[_];if(["video","audio"].includes(v.mediaType)||["video","audio"].includes(v.kind)){if(!this.outboundProducerMap.has(M.id)){d.staleProducerStreamMap=!0;break}const ye=this.callStatsInstance.producers.get(_);if(((P=ye==null?void 0:ye.track)==null?void 0:P.readyState)==="ended")break;d.producerStreamMap.has(_)||d.producerStreamMap.set(_,{outboundVideoRtpId:[],outboundAudioRtpId:[]});const O={bytesSent:v.bytesSent,packetsSent:v.packetsSent,nackCount:v.nackCount,ssrc:v.ssrc,mid:v.mid,active:v.active,codecId:v.codecId,headerBytesSent:v.headerBytesSent||0,totalPacketSendDelay:v.totalPacketSendDelay||0};if(v.mediaType==="video"||v.kind==="video"){const R=v,we={frameHeight:R.frameHeight,frameWidth:R.frameWidth,framesEncoded:R.framesEncoded,framesDropped:R.framesDropped?R.framesDropped:R.droppedFrames,framesPerSecond:R.framesPerSecond?R.framesPerSecond:R.framerateMean,framesSent:R.framesSent,keyFramesEncoded:R.keyFramesEncoded,firCount:R.firCount,encoderImplementation:R.encoderImplementation,hugeFramesSent:R.hugeFramesSent,pliCount:R.pliCount,qpSum:R.qpSum,qualityLimitationReason:R.qualityLimitationReason,qualityLimitationDurations:R.qualityLimitationDurations,qualityLimitationResolutionChanges:R.qualityLimitationResolutionChanges,totalEncodeTime:R.totalEncodeTime,totalPacketSendDelay:R.totalEncodeTime,retransmittedBytesSent:R.retransmittedBytesSent,retransmittedPacketsSent:R.retransmittedPacketsSent,scalabilityMode:R.scalabilityMode,powerEfficientEncoder:R.powerEfficientEncoder,...O};d.outboundVideoRtp.set(M.id,we),d.producerStreamMap.get(_).outboundVideoRtpId.push(M.id),this.processOutboundProducerVideoStats(_,ge,we)}else if(v.mediaType==="audio"||v.kind==="audio"){const R=v,we={retransmittedBytesSent:R.retransmittedBytesSent,retransmittedPacketsSent:R.retransmittedPacketsSent,...O};d.outboundAudioRtp.set(M.id,we),d.producerStreamMap.get(_).outboundAudioRtpId.push(M.id),this.processOutboundProducerAudioStats(_,ge,we)}}else this.callStatsInstance.logger.error(`Callstats: Unknown Outbound-rtp. mediatype: ${v.mediaType} kind: ${v.kind}`);break}case"inbound-rtp":{if(!this.inboundConsumerMap.has(M.id))break;const v=M,_=n||this.inboundConsumerMap.get(M.id),U=this.pausedConsumerMap.get(_);if(U){if(U.lastReportCalculated===!0)break;this.pausedConsumerMap.set(_,{lastReportCalculated:!0})}if(v.ssrc===1234)break;this.overallConsumersStatsMap[_]||(this.overallConsumersStatsMap[_]={totalVideoPacketsReceived:0,totalAudioPacketsReceived:0});const ge=this.overallConsumersStatsMap[_];if(["video","audio"].includes(v.mediaType)||["video","audio"].includes(v.kind)){if(!this.inboundConsumerMap.has(M.id)){d.staleConsumerStreamMap=!0;break}d.consumerStreamMap.has(_)||d.consumerStreamMap.set(_,{inboundVideoRtpId:[],inboundAudioRtpId:[]});const ye={bytesReceived:v.bytesReceived,packetsReceived:v.packetsReceived,packetsLost:v.packetsLost>=0?v.packetsLost:0,jitter:v.jitter,nackCount:v.nackCount,jitterBufferDelay:v.jitterBufferDelay,jitterBufferEmittedCount:v.jitterBufferEmittedCount,lastPacketReceivedTimestamp:v.lastPacketReceivedTimestamp,ssrc:v.ssrc,mid:v.mid,codecId:v.codecId,headerBytesReceived:v.headerBytesReceived||0,packetsDiscarded:v.packetsDiscarded||0,jitterBufferMinimumDelay:v.jitterBufferMinimumDelay||0,jitterBufferTargetDelay:v.jitterBufferTargetDelay||0};if(v.mediaType==="video"||v.kind==="video"){const O=v,R={frameHeight:O.frameHeight,frameWidth:O.frameWidth,framesDecoded:O.framesDecoded,framesDropped:O.framesDropped?O.framesDropped:O.droppedFrames,framesPerSecond:O.framesPerSecond?O.framesPerSecond:O.framerateMean,framesReceived:O.framesReceived,keyFramesDecoded:O.keyFramesDecoded,firCount:O.firCount,decoderImplementation:O.decoderImplementation,pliCount:O.pliCount,totalProcessingDelay:O.totalProcessingDelay,qpSum:O.qpSum||0,totalAssemblyTime:O.totalAssemblyTime||0,totalDecodeTime:O.totalDecodeTime||0,totalFreezesDuration:O.totalFreezesDuration||0,totalInterFrameDelay:O.totalInterFrameDelay||0,totalPausesDuration:O.totalPausesDuration||0,totalSquaredInterFrameDelay:O.totalSquaredInterFrameDelay||0,freezeCount:O.freezeCount||0,pauseCount:O.pauseCount||0,powerEfficientDecoder:O.powerEfficientDecoder,...ye};R.score=Dg({frameWidth:R.frameWidth||0,framesDecoded:(R.framesDecoded||0)-(((C=this.videoConsumerToStatsMap.get(_))==null?void 0:C.framesDecoded)||0),framesPerSecond:R.framesPerSecond||0,packetsLost:(R.packetsLost||0)-(((k=this.videoConsumerToStatsMap.get(_))==null?void 0:k.packetsLost)||0),packetsReceived:(R.packetsReceived||0)-(((I=this.videoConsumerToStatsMap.get(_))==null?void 0:I.packetsReceived)||0),jitter:R.jitter||0,isScreenShare:this.screenShareConsumers.has(_)}),E.set(_,{score:+(R.score*10).toFixed(),frameWidth:R.frameWidth||0,frameHeight:R.frameHeight||0,framesPerSecond:R.framesPerSecond||0,packetsLostPercentage:Kc({packetsLost:(R.packetsLost||0)-(((L=this.videoConsumerToStatsMap.get(_))==null?void 0:L.packetsLost)||0),packetsReceived:(R.packetsReceived||0)-(((N=this.videoConsumerToStatsMap.get(_))==null?void 0:N.packetsReceived)||0)}),jitter:R.jitter||0,isScreenShare:this.screenShareConsumers.has(_),bitrate:((R.bytesReceived||0)-((($=this.videoConsumerToStatsMap.get(_))==null?void 0:$.bytesReceived)||0))*8/7}),this.videoConsumerToStatsMap.set(_,R),d.inboundVideoRtp.set(M.id,R),d.consumerStreamMap.get(_).inboundVideoRtpId.push(M.id),this.processInboundConsumerVideoStats(_,ge,R)}else if(v.mediaType==="audio"||v.kind==="audio"){const O=v,R={audioLevel:O.audioLevel,concealedSamples:O.concealedSamples,concealmentEvents:O.concealmentEvents,totalAudioEnergy:O.totalAudioEnergy,totalSamplesDuration:O.totalSamplesDuration,totalSamplesReceived:O.totalSamplesReceived,fecPacketsDiscarded:O.fecPacketsDiscarded||0,fecPacketsReceived:O.fecPacketsReceived||0,insertedSamplesForDeceleration:O.insertedSamplesForDeceleration||0,removedSamplesForAcceleration:O.removedSamplesForAcceleration||0,silentConcealedSamples:O.silentConcealedSamples||0,playoutId:O.playoutId,...ye};R.score=Ig({concealmentEvents:(R.concealmentEvents||0)-(((B=this.audioConsumerToStatsMap.get(_))==null?void 0:B.concealmentEvents)||0),packetsLost:(R.packetsLost||0)-(((X=this.audioConsumerToStatsMap.get(_))==null?void 0:X.packetsLost)||0),packetsReceived:(R.packetsReceived||0)-(((We=this.audioConsumerToStatsMap.get(_))==null?void 0:We.packetsReceived)||0),jitter:R.jitter||0}),E.set(_,{score:+(R.score*10).toFixed(),packetsLostPercentage:Kc({packetsLost:(R.packetsLost||0)-(((hs=this.audioConsumerToStatsMap.get(_))==null?void 0:hs.packetsLost)||0),packetsReceived:(R.packetsReceived||0)-(((Kt=this.audioConsumerToStatsMap.get(_))==null?void 0:Kt.packetsReceived)||0)}),jitter:R.jitter||0,isScreenShare:this.screenShareConsumers.has(_),bitrate:((R.bytesReceived||0)-(((qr=this.audioConsumerToStatsMap.get(_))==null?void 0:qr.bytesReceived)||0))*8/7}),this.audioConsumerToStatsMap.set(_,R),d.inboundAudioRtp.set(M.id,R),d.consumerStreamMap.get(_).inboundAudioRtpId.push(M.id),this.processInboundConsumerAudioStats(_,ge,R)}}else this.callStatsInstance.logger.error(`Callstats: Unknown Inbound-rtp. mediatype: ${v.mediaType} kind: ${v.kind}`);break}}}if(d.producerStreamMap.forEach((M,v)=>{var _,U,ge,ye,O,R,we,jr,va,ya,Ea,Pa,_a,Ca,wa,Ra,ba,ka,Ma,Aa,Ia,Da,Oa;if(M.outboundVideoRtpId.length>0){const ne=[];M.outboundVideoRtpId.forEach(_l=>{ne.push(d.outboundVideoRtp.get(_l))});const z=this.getWorkingSimulcastVideoStats(ne);z.score=Mg({frameWidth:z.frameWidth||0,framesPerSecond:z.framesPerSecond||0,jitter:((_=z.remoteData)==null?void 0:_.jitter)||0,isScreenShare:this.screenShareProducers.has(v),packetsSent:(z.packetsSent||0)-(((U=this.videoProducerToStatsMap.get(v))==null?void 0:U.packetsSent)||0),packetsLost:(((ge=z.remoteData)==null?void 0:ge.packetsLost)||0)-(((O=(ye=this.videoProducerToStatsMap.get(v))==null?void 0:ye.remoteData)==null?void 0:O.packetsLost)||0),framesEncoded:(z.framesEncoded||0)-(((R=this.videoProducerToStatsMap.get(v))==null?void 0:R.framesEncoded)||0)}),S.set(v,{score:+(z.score*10).toFixed(),frameWidth:z.frameWidth||0,frameHeight:z.frameHeight||0,framesPerSecond:z.framesPerSecond||0,jitter:((we=z.remoteData)==null?void 0:we.jitter)||0,isScreenShare:this.screenShareProducers.has(v),packetsLostPercentage:Jc({packetsSent:(z.packetsSent||0)-(((jr=this.videoProducerToStatsMap.get(v))==null?void 0:jr.packetsSent)||0),packetsLost:(((va=z.remoteData)==null?void 0:va.packetsLost)||0)-(((Ea=(ya=this.videoProducerToStatsMap.get(v))==null?void 0:ya.remoteData)==null?void 0:Ea.packetsLost)||0)}),bitrate:((z.bytesSent||0)-(((Pa=this.videoProducerToStatsMap.get(v))==null?void 0:Pa.bytesSent)||0))*8/7,cpuLimitations:z.qualityLimitationReason==="cpu",bandwidthLimitations:z.qualityLimitationReason==="bandwidth"}),this.videoProducerToStatsMap.set(v,z)}else if(M.outboundAudioRtpId.length>0){const ne=d.outboundAudioRtp.get(M.outboundAudioRtpId[0]);ne.score=kg({packetsSent:(ne.packetsSent||0)-(((_a=this.audioProducerToStatsMap.get(v))==null?void 0:_a.packetsSent)||0),packetsLost:(((Ca=ne.remoteData)==null?void 0:Ca.packetsLost)||0)-(((Ra=(wa=this.audioProducerToStatsMap.get(v))==null?void 0:wa.remoteData)==null?void 0:Ra.packetsLost)||0),jitter:((ba=ne.remoteData)==null?void 0:ba.jitter)||0}),S.set(v,{score:+(ne.score*10).toFixed(),bitrate:((ne.bytesSent||0)-(((ka=this.audioProducerToStatsMap.get(v))==null?void 0:ka.bytesSent)||0))*8/7,packetsLostPercentage:Jc({packetsSent:(ne.packetsSent||0)-(((Ma=this.audioProducerToStatsMap.get(v))==null?void 0:Ma.packetsSent)||0),packetsLost:(((Aa=ne.remoteData)==null?void 0:Aa.packetsLost)||0)-(((Da=(Ia=this.audioProducerToStatsMap.get(v))==null?void 0:Ia.remoteData)==null?void 0:Da.packetsLost)||0)}),jitter:((Oa=ne.remoteData)==null?void 0:Oa.jitter)||0,isScreenShare:this.screenShareProducers.has(v)}),this.audioProducerToStatsMap.set(v,ne)}}),f.forEach(M=>{const v=u.find(U=>U.id===M.localCandidateId?(M.localCandidateId=U.id,U):null),_=p.find(U=>U.id===M.remoteCandidateId?(M.remoteCandidateId=U.id,U):null);v&&(M.localCandidateType=v.type,M.localCandidateAddress=Nr(v.address),M.localCandidatePort=v.port,M.localCandidateProtocol=v.protocol,M.localCandidateUrl=v.url,M.localCandidateNetworkType=v.networkType,M.localCandidateRelatedAddress=Nr(v.relatedAddress),M.localCandidateRelatedPort=v.relatedPort),_&&(M.remoteCandidateType=_.type,M.remoteCandidateAddress=Nr(_.address),M.remoteCandidatePort=_.port,M.remoteCandidateProtocol=_.protocol,M.remoteCandidateUrl=_.url)}),d.candidatePair&&(d.transport?(d.transport.bytesReceived=d.candidatePair.bytesReceived,d.transport.bytesSent=d.candidatePair.bytesSent,d.transport.totalRoundTripTime=d.candidatePair.totalRoundTripTime,d.transport.availableOutgoingBitrate=d.candidatePair.availableOutgoingBitrate,d.transport.availableIncomingBitrate=d.candidatePair.availableIncomingBitrate,d.transport.roundTripTime=d.candidatePair.currentRoundTripTime):d.transport={bytesReceived:d.candidatePair.bytesReceived,bytesSent:d.candidatePair.bytesSent,totalRoundTripTime:d.candidatePair.totalRoundTripTime,availableOutgoingBitrate:d.candidatePair.availableOutgoingBitrate,availableIncomingBitrate:d.candidatePair.availableIncomingBitrate,roundTripTime:d.candidatePair.currentRoundTripTime}),d.transport&&(d.transport.candidatePairs=f),d.transport&&!d.transport.roundTripTime){let M=0,v=0;d.remoteInboundRtp.forEach((_,U)=>{_.roundTripTime&&_.roundTripTime>M&&(M=_.roundTripTime,v=_.totalRoundTripTime)}),d.transport.roundTripTime=M,d.transport.totalRoundTripTime=v}if(E.size>0)try{this.observer.emit("consumer_score",E)}catch(M){}if(S.size>0)try{this.observer.emit("producer_score",S)}catch(M){}return d}getProducerStatsFromReport(e){const r=[];try{e.producerStreamMap.forEach((i,n)=>{const o=this.producerMap.get(n),c=o.track.getSettings(),d=i.outboundVideoRtpId.map(u=>{const p=e.outboundVideoRtp.get(u);return p.frameHeight||(p.frameHeight=c.height,p.frameWidth=c.width,p.framesPerSecond=c.frameRate),p}),l={producerId:n,appData:o.appData,videoStats:d,audioStats:i.outboundAudioRtpId.map(u=>e.outboundAudioRtp.get(u))};r.push(l)})}catch(i){console.error("getProducersReport: ",i,e)}return r}getConsumerStatsFromParsedConsumerStats(e,r,i){let n;try{const{peerId:o,producerId:c,appData:d}=this.consumerPeerIdMap.get(i),l=r==null?void 0:r.inboundVideoRtpId.map(u=>{const f=this.consumerMap.get(i).track.getSettings(),S=e.inboundVideoRtp.get(u);return S.frameHeight||(S.frameHeight=f.height,S.frameWidth=f.width,S.framesPerSecond=f.frameRate),S});n={consumerId:i,peerId:o,producerId:c,appData:d,videoStats:l,audioStats:r==null?void 0:r.inboundAudioRtpId.map(u=>e.inboundAudioRtp.get(u))}}catch(o){console.error("getConsumerStatsFromParsedConsumerStats: ",o,e)}return n}getConsumerStatsFromReport(e){const r=[];try{e.consumerStreamMap.forEach((i,n)=>{r.push(this.getConsumerStatsFromParsedConsumerStats(e,i,n))})}catch(i){console.error("getConsumerStatsFromReport: ",i,e)}return r}}class WT extends xg{}function zc(s,t,e,r){if(s!=null&&s.logger&&s.logger.error("Callstats::handleError",{error:r}),typeof e=="function"&&r instanceof t)e.call(null,r,s);else throw r}function Eh(s,t,e){const r=s.value;return s.value=function(...i){try{const n=r.apply(this,i);return n&&n instanceof Promise?n.catch(o=>{zc(this,t,e,o)}):n}catch(n){zc(this,t,e,n)}return null},s}const K=(s,t)=>(e,r,i)=>{const n=i.value;return i.value=function(...o){try{const c=n.apply(this,o);return c&&c instanceof Promise?c.catch(d=>{zc(this,s,t,d)}):c}catch(c){zc(this,s,t,c)}return null},i},JT=(s,t)=>(e,r,i)=>{if(i)return Eh(i,s,t);for(const n of Reflect.ownKeys(e.prototype).filter(o=>o!=="constructor")){const o=Object.getOwnPropertyDescriptor(e.prototype,n);o.value instanceof Function&&Object.defineProperty(e.prototype,n,Eh(o,s,t))}};var W=globalThis&&globalThis.__decorate||function(s,t,e,r){var i=arguments.length,n=i<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,e):r,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")n=Reflect.decorate(s,t,e,r);else for(var c=s.length-1;c>=0;c--)(o=s[c])&&(n=(i<3?o(n):i>3?o(t,e,n):o(t,e))||n);return i>3&&n&&Object.defineProperty(t,e,n),n};const J=console;let j=class extends Xe{constructor(e="https://api.testingv3.dyte.in",r="Blink",i=Eg.PROD,n,o,c,d,l){super();h(this,"observer");h(this,"eventHandler");h(this,"measurements");h(this,"producingTransport");h(this,"consumingTransport");h(this,"producers",new Map);h(this,"consumers",new Map);h(this,"iceServers");h(this,"connectionInfoPromise");h(this,"pingStatsTimeout");h(this,"logger");h(this,"env");h(this,"apiHostnames");h(this,"peerId");h(this,"consumerSharedMediaStatesMap",new Map);h(this,"currentUserMediaStates",{});if(!l)throw Error("authToken is missing but required to initialize CallStats!");switch(this.env=i,this.apiHostnames=d,this.logger=o,this.peerId=c,this.eventHandler=new IT({logger:o,peerId:c,apiHostnames:d,authToken:l}),this.logger.debug("callStats::engineName: ",{engineName:r}),r){case"Blink":this.measurements=new GT;break;case"Gecko":this.measurements=new xg;break;case"WebKit":this.measurements=new WT;break;default:throw Error(`Unknown engineName! ${r}`)}this.measurements.callStatsInstance=this,this.registerProducer=this.registerProducer.bind(this),this.registerConsumer=this.registerConsumer.bind(this),this.observer=new Xe,this.measurements.observer.on("consumer_score",u=>{o.debug(`callStats::consumer_score ${[...u.entries()]}`),this.eventHandler.emit("consumer_score",u)}),this.measurements.observer.on("producer_score",u=>{o.debug(`callStats::producer_score ${[...u.entries()]}`),this.eventHandler.emit("producer_score",u)})}registerIceServers(e){this.iceServers=e}registerConsumer(e){var r;this.consumerSharedMediaStatesMap.has(e.id)||this.consumerSharedMediaStatesMap.set(e.id,{}),this.consumers.set(e.id,e),this.measurements.registerConsumer(e),this.logger.debug("callStats::registerConsumer",{consumerId:e.id,consumerkind:e.kind,isScreenShare:!!((r=e.appData)!=null&&r.screenShare)}),e.on("close",this.deRegisterConsumer.bind(this,e))}registerProducer(e){var r;this.producers.set(e.id,e),this.measurements.registerProducer(e),this.logger.debug("callStats::registerProducer",{producerId:e.id,producerKind:e.kind,isScreenShare:!!((r=e.appData)!=null&&r.screenShare)}),e.on("close",this.deRegisterProducer.bind(this,e))}sendConsumerSharedMediaStateEvent(e,r){this.consumerSharedMediaStatesMap.has(e)||this.consumerSharedMediaStatesMap.set(e,{});const i=this.consumerSharedMediaStatesMap.get(e);this.consumerSharedMediaStatesMap.set(e,Object.assign(i,r))}registerProducingTransport(e){var i;this.producingTransport=e,e.on("close",this.disconnectProducingTransport.bind(this,e)),e.on("disconnect",this.disconnectProducingTransport.bind(this,e)),Array.from(((i=e._producers)==null?void 0:i.values())||[]).forEach(n=>{this.registerProducer(n)}),e.on("newproducer",this.registerProducer)}registerConsumingTransport(e){var i;this.consumingTransport=e,e.on("close",this.disconnectConsumingTransport.bind(this,e)),e.on("disconnect",this.disconnectConsumingTransport.bind(this,e)),Array.from(((i=e._consumers)==null?void 0:i.values())||[]).forEach(n=>{this.registerConsumer(n)}),e.on("newconsumer",this.registerConsumer)}deRegisterConsumer(e){this.consumers.delete(e.id)}deRegisterProducer(e){var r;this.producers.delete(e.id),this.logger.debug("callStats::deRegisterProducer",{producerId:e.id,producerKind:e.kind,isScreenShare:!!((r=e.appData)!=null&&r.screenShare)})}disconnectConsumingTransport(){this.consumingTransport=void 0}disconnectProducingTransport(){this.producingTransport=void 0}callEvent(e){this.eventHandler.callEvent(e)}sendPreCallTestBeginEvent(e=!1,r){this.connectionInfoPromise=this.measurements.getNetworkInfo(this.iceServers,e),this.eventHandler.callEvent({event:D.PRECALL_TEST_BEGIN,timestamp:r}),this.connectionInfoPromise&&this.connectionInfoPromise.then(i=>{this.eventHandler.callEvent({event:D.PRECALL_TEST_COMPLETE,metaData:{connectionInfo:i},timestamp:r})})}sendScreenShareToggleEvent(e,r=null,i){this.currentUserMediaStates.screen=e,this.eventHandler.callEvent({event:e?D.SCREENSHARE_STARTED:D.SCREENSHARE_STOPPED,metaData:{ssrc:r},timestamp:i})}sendScreenShareRequestedEvent(e){this.eventHandler.callEvent({event:D.SCREENSHARE_START_REQUESTED,timestamp:e})}sendActiveSpeakerEvent(e,r){this.eventHandler.callEvent({event:D.DOMINANT_SPEAKER,metaData:{peerId:e},timestamp:r})}devices(e,r,i){this.eventHandler.callEvent({event:e===Lt.AUDIO&&D.AUDIO_DEVICES_UPDATES||e===Lt.VIDEO&&D.VIDEO_DEVICES_UPDATES||e===Lt.SPEAKER&&D.SPEAKER_DEVICES_UPDATES,metaData:{deviceList:r},timestamp:i})}selectedDevice(e,r,i){this.eventHandler.callEvent({event:e===Lt.AUDIO&&D.SELECTED_MICROHPONE_UPDATE||e===Lt.VIDEO&&D.SELECTED_CAMERA_UPDATE||e===Lt.SPEAKER&&D.SELECTED_SPEAKER_UPDATE,metaData:{device:r},timestamp:i})}mediaPermission(e,r,i){this.eventHandler.callEvent({event:D.MEDIA_PERMISSION,metaData:{deviceType:e,permission:r},timestamp:i})}mediaPlaybackFailed(e,r){this.eventHandler.callEvent({event:e===Lt.AUDIO&&D.AUDIO_PLAY_FAILED||e===Lt.VIDEO&&D.VIDEO_PLAY_FAILED,metaData:{deviceType:e},timestamp:r})}mediaTrackMuted(e,r){this.eventHandler.callEvent({event:e===Lt.AUDIO&&D.AUDIO_TRACK_MUTED||e===Lt.VIDEO&&D.VIDEO_TRACK_MUTED,metaData:{deviceType:e},timestamp:r})}tabChanged(e,r){this.eventHandler.callEvent({event:D.TAB_CHANGE,metaData:{isMeetingsTabActive:e},timestamp:r})}browserBackgrounded(e){this.eventHandler.callEvent({event:D.BROWSER_BACKGROUNDED,timestamp:e})}browserForegrounded(e){this.eventHandler.callEvent({event:D.BROWSER_FOREGROUNDED,timestamp:e})}legacySwitch(e,r){this.eventHandler.callEvent({event:D.LEGACY_SWITCH,metadata:{on:e},timestamp:r})}async getPreCallTestResults(){return this.connectionInfoPromise}sendCallJoinBeginEvent(e,r){e={...e,meetingEnv:this.env},e.deviceInfo={...e.deviceInfo,userAgent:navigator.userAgent,cpus:navigator.hardwareConcurrency,memory:navigator.deviceMemory},this.eventHandler.callEvent({event:D.CALL_JOIN_BEGIN,metaData:{peerMetaData:e},timestamp:r})}sendNetworkQualityTestBeginEvent(e,r){this.eventHandler.callEvent({event:D.NET_QUALITY_TEST_BEGIN,timestamp:r}),new Promise(async(n,o)=>{const c=[];try{for(const d of e)try{if(d.iceServers&&d.iceServers.length>0){const l=await this.measurements.getNetworkQuality(d.iceServers);c.push({...d,networkResults:l})}}catch(l){console.warn("Error handling ",l)}n({regionData:c})}catch(d){console.warn("Error in callstats, ",d),o(d)}}).then(n=>{this.eventHandler.callEvent({event:D.NET_QUALITY_TEST_END,timestamp:r,metaData:n})})}sendWebSocketConnectedEvent(e){this.eventHandler.callEvent({event:D.WEBSOCKET_CONNECTED,timestamp:e})}sendTransportConnectedEvent(e){this.eventHandler.callEvent({event:D.TRANSPORT_CONNECTED,timestamp:e})}sendAudioToggleEvent(e,r){this.currentUserMediaStates.audio=e;let i;e?i=D.AUDIO_ON:i=D.AUDIO_OFF,this.eventHandler.callEvent({event:i,timestamp:r})}sendVideoToggleEvent(e,r){this.currentUserMediaStates.video=e;let i;e?i=D.VIDEO_ON:i=D.VIDEO_OFF,this.eventHandler.callEvent({event:i,timestamp:r})}sendParticipantRoleToggleEvent(e,r){this.eventHandler.callEvent({event:D.PARTICIPANT_ROLE,timestamp:r,metaData:e})}startPingStats(e=7e3){this.sendPingStatsEvent(!1,new Date),this.pingStatsTimeout=setInterval(this.sendPingStatsEvent.bind(this),e)}stopPingStats(){clearInterval(this.pingStatsTimeout)}async sendPingStatsEvent(e=!0,r){var c,d;let i,n;if(this.producingTransport&&(i=await this.measurements.getProcessedStats(this.producingTransport,!1,!0),!i||!((c=i==null?void 0:i.producerReport)!=null&&c.length))){this.logger.debug("callStats::sendPingStatsEvent::staleProducingTransport",{disclaimer:"Stale producer? Regenerating Stream Maps!"});const l=await this.measurements.getProducersReport([...this.producers.values()]);i&&l?i.producerReport=l:(i=await this.measurements.getProcessedStats(this.producingTransport,!1,!0),(!i||!(i!=null&&i.producerReport))&&this.logger.debug("callStats::sendPingStatsEvent::noProducingTransportReport",{disclaimer:"Stream maps invalid despite regenerating!"}))}if(this.consumingTransport&&(n=await this.measurements.getProcessedStats(this.consumingTransport,!0,!1),!n||!((d=n.consumerReport)!=null&&d.length))){this.logger.debug("callStats::sendPingStatsEvent::staleConsumingTransport",{disclaimer:"Stale consumer? Regenerating Stream Maps!"});const l=await this.measurements.getConsumersReport([...this.consumers.values()]);n&&l?n.consumerReport=l:(n=await this.measurements.getProcessedStats(this.consumingTransport,!0,!1),(!n||!n.consumerReport)&&this.logger.debug("callStats::sendPingStatsEvent::noConsumingTransportReport",{disclaimer:"Stream maps invalid despite regenerating!"}))}const o={producingTransportStats:i?i==null?void 0:i.transportReport:void 0,consumingTransportStats:n?n==null?void 0:n.transportReport:void 0,producerStats:[].concat((i==null?void 0:i.producerReport)||[]).concat((n==null?void 0:n.producerReport)||[]),consumerStats:[].concat((n==null?void 0:n.consumerReport)||[]).concat((i==null?void 0:i.consumerReport)||[])};if(e&&o.producerStats.length===0&&o.consumerStats.length===0){await this.eventHandler.flush();return}this.eventHandler.callEvent({event:D.PING_STAT,metaData:o,timestamp:r})}sendIVSPlayerRebufferEvent(e){this.eventHandler.callEvent({event:D.IVS_PLAYER_REBUFFERING,timestamp:e})}sendIVSPlayerAudioBlockEvent(e){this.eventHandler.callEvent({event:D.IVS_PLAYER_AUDIO_BLOCKED,timestamp:e})}sendIVSPlayerPlaybackBlockedEvent(e){this.eventHandler.callEvent({event:D.IVS_PLAYER_PLAYBACK_BLOCKED,timestamp:e})}sendIVSPlayerNetworkUnavailableEvent(e){this.eventHandler.callEvent({event:D.IVS_PLAYER_NETWORK_UNAVAILABLE,timestamp:e})}sendIVSPlayerInitializedEvent(e){this.eventHandler.callEvent({event:D.IVS_PLAYER_INITIALIZED,timestamp:e})}sendIVSPlayerWorkerErrorEvent(e){this.eventHandler.callEvent({event:D.IVS_PLAYER_WORKER_ERROR,timestamp:e})}sendIVSPlayerErrorEvent(e,r){this.eventHandler.callEvent({event:D.IVS_PLAYER_ERROR,timestamp:r,metaData:e})}sendIVSPlayerRecoverableErrorEvent(e,r){this.eventHandler.callEvent({event:D.IVS_PLAYER_RECOVERABLE_ERROR,timestamp:r,metaData:e})}sendIVSPlayerAnalyticsEvent(e,r){this.eventHandler.callEvent({event:D.IVS_PLAYER_ANALYTICS_EVENT,timestamp:r,metaData:e})}sendIVSPlayerPlaybackRateChangedEvent(e,r){this.eventHandler.callEvent({event:D.IVS_PLAYER_PLAYBACK_RATE_CHANGED,timestamp:r,metaData:{updatedPlaybackRate:e}})}sendIVSPlayerQualityChanged(e,r){this.eventHandler.callEvent({event:D.IVS_PLAYER_QUALITY_CHANGED,timestamp:r,metaData:e})}sendPlayerLiveLatency(e,r){this.eventHandler.callEvent({event:D.LIVESTREAM_LATENCY,timestamp:r,metaData:{latency:e}})}sendDisconnectEvent(e){this.eventHandler.callEvent({event:D.DISCONNECT,timestamp:e})}sendReconnectEvent(e){this.eventHandler.callEvent({event:D.RECONNECT_ATTEMPT,timestamp:e})}expectedVideoResolution(e,r,i){this.eventHandler.callEvent({event:D.EXPECTED_VIDEO_RESOLUTION,timestamp:i,metaData:{frameWidth:e,frameHeight:r}})}expectedScreenshareResolution(e,r,i){this.eventHandler.callEvent({event:D.EXPECTED_SCREENSHARE_RESOLUTION,timestamp:i,metaData:{frameWidth:e,frameHeight:r}})}};W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"registerIceServers",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"registerConsumer",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"registerProducer",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendConsumerSharedMediaStateEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"registerProducingTransport",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"registerConsumingTransport",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"deRegisterConsumer",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"deRegisterProducer",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"disconnectConsumingTransport",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"disconnectProducingTransport",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendPreCallTestBeginEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendScreenShareToggleEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendScreenShareRequestedEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendActiveSpeakerEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"devices",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"selectedDevice",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"mediaPermission",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"mediaPlaybackFailed",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"mediaTrackMuted",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"tabChanged",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"browserBackgrounded",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"browserForegrounded",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"legacySwitch",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"getPreCallTestResults",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendCallJoinBeginEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendNetworkQualityTestBeginEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendWebSocketConnectedEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendTransportConnectedEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendAudioToggleEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendVideoToggleEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendParticipantRoleToggleEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"startPingStats",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"stopPingStats",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendPingStatsEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendIVSPlayerRebufferEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendIVSPlayerAudioBlockEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendIVSPlayerPlaybackBlockedEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendIVSPlayerNetworkUnavailableEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendIVSPlayerInitializedEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendIVSPlayerWorkerErrorEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendIVSPlayerErrorEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendIVSPlayerRecoverableErrorEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendIVSPlayerAnalyticsEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendIVSPlayerPlaybackRateChangedEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendIVSPlayerQualityChanged",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendPlayerLiveLatency",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendDisconnectEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"sendReconnectEvent",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"expectedVideoResolution",null);W([K(TypeError,(s,t)=>J.error(t,s))],j.prototype,"expectedScreenshareResolution",null);j=W([JT(TypeError,(s,t)=>J.error(t,s))],j);const KT=j;class Ug extends Xe{constructor(){super(...arguments);h(this,"stats");h(this,"peerId");h(this,"backend");h(this,"iceServers");h(this,"initialized",!1);h(this,"stalled",!1);h(this,"ipInformation");h(this,"logger")}async initialize({peerId:e,engineName:r,env:i=Eg.PROD,iceServers:n,apiBase:o="https://api.cluster.dyte.in",flags:c,logger:d=console,apiHostnames:l,skipConnectivityChecks:u=!1,authToken:p}){var f,S,E;try{if(this.peerId=e,this.logger=d,!p){this.logger.error("callStats::initialize",{event:"auth_token_missing",peerId:this.peerId}),this.stallCallStats();return}this.ipInformation=await Ng.getIPDetails({peerId:e,apiHostnames:l,logger:d}),this.backend=new KT(o,r,i,c,d,e,l,p),this.iceServers=n,(f=this.backend)==null||f.registerIceServers(this.iceServers),this.initialized=!0,(E=(S=this.backend)==null?void 0:S.eventHandler)==null||E.emit("initialized",this.ipInformation),this.emit("initialized",this.ipInformation),this.startPreCallTest(u)}catch(P){this.logger.error("callStats::CallStatsIntegration",{peerId:this.peerId,error:P instanceof Error?P.message:String(P),stack:P instanceof Error?P.stack:void 0}),this.stallCallStats()}}configureSendTransport(e){this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.registerProducingTransport(e)})}configureRecvTransport(e){this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.registerConsumingTransport(e)})}async candidateRegionalNetworkQualityTest(e){const r=new Date;this.onSafeInitialization(()=>{var i;try{(i=this.backend)==null||i.sendNetworkQualityTestBeginEvent(e,r)}catch(n){this.logger.error("callStats::sendNetworkQualityTestBeginEvent",{error:{reason:n.reason}})}})}async roomJoined(e){const r=new Date;this.onSafeInitialization(()=>{var i,n;(i=this.backend)==null||i.sendCallJoinBeginEvent(e,r),this.backend,(n=this.backend)==null||n.startPingStats()})}audioOff(){const e=new Date;this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.sendAudioToggleEvent(!1,e)})}audioOn(){const e=new Date;this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.sendAudioToggleEvent(!0,e)})}videoOff(){const e=new Date;this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.sendVideoToggleEvent(!1,e)})}videoOn(){const e=new Date;this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.sendVideoToggleEvent(!0,e)})}callEnded(){const e=new Date;this.onSafeInitialization(()=>{var r,i;(r=this.backend)==null||r.stopPingStats(),(i=this.backend)==null||i.sendDisconnectEvent(e)})}screenShareStart(e){const r=new Date;this.onSafeInitialization(()=>{var i;(i=this.backend)==null||i.sendScreenShareToggleEvent(!0,e,r)})}consumerSharedMediaState(e,r){this.onSafeInitialization(()=>{var i;(i=this.backend)==null||i.sendConsumerSharedMediaStateEvent(e,r)})}screenShareStop(e){const r=new Date;this.onSafeInitialization(()=>{var i;(i=this.backend)==null||i.sendScreenShareToggleEvent(!1,e,r)})}screenShareRequested(){const e=new Date;this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.sendScreenShareRequestedEvent(e)})}activeSpeaker(e){if(e!==this.peerId)return;const r=new Date;this.onSafeInitialization(()=>{var i;(i=this.backend)==null||i.sendActiveSpeakerEvent(e,r)})}devices(e,r){const i=new Date;this.onSafeInitialization(()=>{var n;(n=this.backend)==null||n.devices(e,r,i)})}selectedDevice(e,r){const i=new Date;this.onSafeInitialization(()=>{var n;(n=this.backend)==null||n.selectedDevice(e,r,i)})}mediaPermission(e,r){const i=new Date;this.onSafeInitialization(()=>{var n;(n=this.backend)==null||n.mediaPermission(e,r,i)})}mediaPlaybackFailed(e){const r=new Date;this.onSafeInitialization(()=>{var i;(i=this.backend)==null||i.mediaPlaybackFailed(e,r)})}mediaTrackMuted(e){const r=new Date;this.onSafeInitialization(()=>{var i;(i=this.backend)==null||i.mediaTrackMuted(e,r)})}tabChanged(e=!1){const r=new Date;this.onSafeInitialization(()=>{var i;(i=this.backend)==null||i.tabChanged(e,r)})}browserBackgrounded(){const e=new Date;this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.browserBackgrounded(e)})}browserForegrounded(){const e=new Date;this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.browserForegrounded(e)})}legacySwitch(e){const r=new Date;this.onSafeInitialization(()=>{var i;(i=this.backend)==null||i.legacySwitch(e,r)})}async startPreCallTest(e=!1){const r=new Date;this.onSafeInitialization(()=>{var i;(i=this.backend)==null||i.sendPreCallTestBeginEvent(e,r)})}onPreCallTestResults(e){return this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.eventHandler.once("precall_end",e)}),e}onReceivingConsumerAudioStatus(e){this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.eventHandler.on("consumer_audio_status",e)})}onReceivingConsumerVideoStatus(e){this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.eventHandler.on("consumer_video_status",e)})}onReceivingProducerAudioStatus(e){this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.eventHandler.on("producer_audio_status",e)})}onReceivingProducerVideoStatus(e){this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.eventHandler.on("producer_video_status",e)})}onReceivingProducingTransportStatus(e){this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.eventHandler.on("producing_transport_status",e)})}onReceivingConsumingTransportStatus(e){this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.eventHandler.on("consuming_transport_status",e)})}onProducerScore(e){this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.eventHandler.on("producer_score",e)})}onConsumerScore(e){this.onSafeInitialization(()=>{var r;(r=this.backend)==null||r.eventHandler.on("consumer_score",e)})}onSafeInitialization(e){if(this.initialized)e(this.ipInformation,!1);else if(!this.stalled){const r=i=>{e(i,!0)};return this.once("initialized",r),r}return()=>{}}removeInitializationListener(e){this.removeListener("initialized",e)}stallCallStats(){this.stalled=!0,this.removeAllListeners("initialized")}ivsPlayerEvent(e,r){const i=new Date;this.onSafeInitialization(()=>{var n,o,c,d,l,u,p,f,S,E,P;switch(e){case"PlayerRebuffering":(n=this.backend)==null||n.sendIVSPlayerRebufferEvent(i);break;case"PlayerAudioBlocked":(o=this.backend)==null||o.sendIVSPlayerAudioBlockEvent(i);break;case"PlayerPlaybackBlocked":(c=this.backend)==null||c.sendIVSPlayerPlaybackBlockedEvent(i);break;case"PlayerNetworkUnavailable":(d=this.backend)==null||d.sendIVSPlayerNetworkUnavailableEvent(i);break;case"PlayerInitialized":(l=this.backend)==null||l.sendIVSPlayerInitializedEvent(i);break;case"PlayerWorkerError":(u=this.backend)==null||u.sendIVSPlayerWorkerErrorEvent(i);break;case"PlayerError":(p=this.backend)==null||p.sendIVSPlayerErrorEvent(r,i);break;case"PlayerRecoverableError":(f=this.backend)==null||f.sendIVSPlayerRecoverableErrorEvent(r,i);break;case"PlayerAnalyticsEvent":(S=this.backend)==null||S.sendIVSPlayerAnalyticsEvent(r,i);break;case"PlayerPlaybackRateChanged":(E=this.backend)==null||E.sendIVSPlayerPlaybackRateChangedEvent(r,i);break;case"PlayerQualityChanged":(P=this.backend)==null||P.sendIVSPlayerQualityChanged(r,i);break}})}livestreamLatency(e){const r=new Date;this.onSafeInitialization(()=>{var i;(i=this.backend)==null||i.sendPlayerLiveLatency(e,r)})}expectedVideoResolution(e,r){const i=new Date;this.onSafeInitialization(()=>{var n;(n=this.backend)==null||n.expectedVideoResolution(e,r,i)})}expectedScreenshareResolution(e,r){const i=new Date;this.onSafeInitialization(()=>{var n;(n=this.backend)==null||n.expectedScreenshareResolution(e,r,i)})}}const zT=new Ug;zT.setMaxListeners(30);var oo;class YT{constructor(){g(this,oo,void 0)}get telemetry(){var t;return(t=a(this,oo))==null?void 0:t.getValue("telemetry")}init(t){m(this,oo,t)}info(t,e,r){var i;(i=this.telemetry)==null||i.addLogInCurrentSpan("info",t,e,r)}error(t,e,r){var i;(i=this.telemetry)==null||i.addLogInCurrentSpan("error",t,e,r)}debug(t,e,r){var i;(i=this.telemetry)==null||i.addLogInCurrentSpan("debug",t,e,r)}log(t,e,r){var i;(i=this.telemetry)==null||i.addLogInCurrentSpan("log",t,e,r)}warn(t,e,r){var i;(i=this.telemetry)==null||i.addLogInCurrentSpan("warn",t,e,r)}}oo=new WeakMap;var bs,ks;class QT extends Xe.EventEmitter{constructor(e){super();g(this,bs,void 0);g(this,ks,void 0);h(this,"asyncPromiseTimeout");h(this,"logger");this.logger=e,m(this,bs,new Map),m(this,ks,new Map),this.asyncPromiseTimeout=8e3}async emitAsync(e,...r){a(this,bs).set(e,[]);const i=a(this,ks).get(e).map(()=>new Promise(n=>{a(this,bs).get(e).push(n)}));super.emit(e,...r),await Promise.race([Promise.all(i),new Promise((n,o)=>setTimeout(()=>o(new Error(`emitAsync failed to resolve for event ${e}.`)),this.asyncPromiseTimeout))]),a(this,bs).delete(e)}onAsync(e,r){const i=a(this,bs),n=async(...o)=>{var d;try{await r(...o)}catch(l){this.logger.error("[onAsync]",{error:l})}const c=(d=i.get(e))==null?void 0:d.shift();c==null||c()};return a(this,ks).get(e)||a(this,ks).set(e,[]),a(this,ks).get(e).push(n),super.on(e,n)}reset(){m(this,bs,new Map),m(this,ks,new Map),super.removeAllListeners()}}bs=new WeakMap,ks=new WeakMap;var XT=typeof global=="object"&&global&&global.Object===Object&&global;const $g=XT;var ZT=typeof self=="object"&&self&&self.Object===Object&&self,eS=$g||ZT||Function("return this")();const cs=eS;var tS=cs.Symbol;const Es=tS;var Bg=Object.prototype,sS=Bg.hasOwnProperty,rS=Bg.toString,Na=Es?Es.toStringTag:void 0;function iS(s){var t=sS.call(s,Na),e=s[Na];try{s[Na]=void 0;var r=!0}catch(n){}var i=rS.call(s);return r&&(t?s[Na]=e:delete s[Na]),i}var nS=Object.prototype,aS=nS.toString;function oS(s){return aS.call(s)}var cS="[object Null]",dS="[object Undefined]",Ph=Es?Es.toStringTag:void 0;function qi(s){return s==null?s===void 0?dS:cS:Ph&&Ph in Object(s)?iS(s):oS(s)}function Ps(s){return s!=null&&typeof s=="object"}var lS="[object Symbol]";function nl(s){return typeof s=="symbol"||Ps(s)&&qi(s)==lS}function uS(s,t){for(var e=-1,r=s==null?0:s.length,i=Array(r);++e<r;)i[e]=t(s[e],e,s);return i}var hS=Array.isArray;const bt=hS;var pS=1/0,_h=Es?Es.prototype:void 0,Ch=_h?_h.toString:void 0;function Hg(s){if(typeof s=="string")return s;if(bt(s))return uS(s,Hg)+"";if(nl(s))return Ch?Ch.call(s):"";var t=s+"";return t=="0"&&1/s==-pS?"-0":t}var gS=/\s/;function mS(s){for(var t=s.length;t--&&gS.test(s.charAt(t)););return t}var fS=/^\s+/;function TS(s){return s&&s.slice(0,mS(s)+1).replace(fS,"")}function Jt(s){var t=typeof s;return s!=null&&(t=="object"||t=="function")}var wh=0/0,SS=/^[-+]0x[0-9a-f]+$/i,vS=/^0b[01]+$/i,yS=/^0o[0-7]+$/i,ES=parseInt;function Rh(s){if(typeof s=="number")return s;if(nl(s))return wh;if(Jt(s)){var t=typeof s.valueOf=="function"?s.valueOf():s;s=Jt(t)?t+"":t}if(typeof s!="string")return s===0?s:+s;s=TS(s);var e=vS.test(s);return e||yS.test(s)?ES(s.slice(2),e?2:8):SS.test(s)?wh:+s}function Ou(s){return s}var PS="[object AsyncFunction]",_S="[object Function]",CS="[object GeneratorFunction]",wS="[object Proxy]";function Nu(s){if(!Jt(s))return!1;var t=qi(s);return t==_S||t==CS||t==PS||t==wS}var RS=cs["__core-js_shared__"];const wl=RS;var bh=function(){var s=/[^.]+$/.exec(wl&&wl.keys&&wl.keys.IE_PROTO||"");return s?"Symbol(src)_1."+s:""}();function bS(s){return!!bh&&bh in s}var kS=Function.prototype,MS=kS.toString;function ji(s){if(s!=null){try{return MS.call(s)}catch(t){}try{return s+""}catch(t){}}return""}var AS=/[\\^$.*+?()[\]{}|]/g,IS=/^\[object .+?Constructor\]$/,DS=Function.prototype,OS=Object.prototype,NS=DS.toString,LS=OS.hasOwnProperty,VS=RegExp("^"+NS.call(LS).replace(AS,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function xS(s){if(!Jt(s)||bS(s))return!1;var t=Nu(s)?VS:IS;return t.test(ji(s))}function US(s,t){return s==null?void 0:s[t]}function Gi(s,t){var e=US(s,t);return xS(e)?e:void 0}var $S=Gi(cs,"WeakMap");const $l=$S;var kh=Object.create,BS=function(){function s(){}return function(t){if(!Jt(t))return{};if(kh)return kh(t);s.prototype=t;var e=new s;return s.prototype=void 0,e}}();const HS=BS;function FS(s,t,e){switch(e.length){case 0:return s.call(t);case 1:return s.call(t,e[0]);case 2:return s.call(t,e[0],e[1]);case 3:return s.call(t,e[0],e[1],e[2])}return s.apply(t,e)}function qS(){}function Fg(s,t){var e=-1,r=s.length;for(t||(t=Array(r));++e<r;)t[e]=s[e];return t}var jS=800,GS=16,WS=Date.now;function JS(s){var t=0,e=0;return function(){var r=WS(),i=GS-(r-e);if(e=r,i>0){if(++t>=jS)return arguments[0]}else t=0;return s.apply(void 0,arguments)}}function KS(s){return function(){return s}}var zS=function(){try{var s=Gi(Object,"defineProperty");return s({},"",{}),s}catch(t){}}();const Yc=zS;var YS=Yc?function(s,t){return Yc(s,"toString",{configurable:!0,enumerable:!1,value:KS(t),writable:!0})}:Ou;const QS=YS;var XS=JS(QS);const ZS=XS;function ev(s,t){for(var e=-1,r=s==null?0:s.length;++e<r&&t(s[e],e,s)!==!1;);return s}function tv(s,t,e,r){for(var i=s.length,n=e+(r?1:-1);r?n--:++n<i;)if(t(s[n],n,s))return n;return-1}function sv(s){return s!==s}function rv(s,t,e){for(var r=e-1,i=s.length;++r<i;)if(s[r]===t)return r;return-1}function iv(s,t,e){return t===t?rv(s,t,e):tv(s,sv,e)}function nv(s,t){var e=s==null?0:s.length;return!!e&&iv(s,t,0)>-1}var av=9007199254740991,ov=/^(?:0|[1-9]\d*)$/;function Lu(s,t){var e=typeof s;return t=t==null?av:t,!!t&&(e=="number"||e!="symbol"&&ov.test(s))&&s>-1&&s%1==0&&s<t}function Vu(s,t,e){t=="__proto__"&&Yc?Yc(s,t,{configurable:!0,enumerable:!0,value:e,writable:!0}):s[t]=e}function hc(s,t){return s===t||s!==s&&t!==t}var cv=Object.prototype,dv=cv.hasOwnProperty;function qg(s,t,e){var r=s[t];(!(dv.call(s,t)&&hc(r,e))||e===void 0&&!(t in s))&&Vu(s,t,e)}function pc(s,t,e,r){var i=!e;e||(e={});for(var n=-1,o=t.length;++n<o;){var c=t[n],d=r?r(e[c],s[c],c,e,s):void 0;d===void 0&&(d=s[c]),i?Vu(e,c,d):qg(e,c,d)}return e}var Mh=Math.max;function lv(s,t,e){return t=Mh(t===void 0?s.length-1:t,0),function(){for(var r=arguments,i=-1,n=Mh(r.length-t,0),o=Array(n);++i<n;)o[i]=r[t+i];i=-1;for(var c=Array(t+1);++i<t;)c[i]=r[i];return c[t]=e(o),FS(s,this,c)}}function uv(s,t){return ZS(lv(s,t,Ou),s+"")}var hv=9007199254740991;function xu(s){return typeof s=="number"&&s>-1&&s%1==0&&s<=hv}function gc(s){return s!=null&&xu(s.length)&&!Nu(s)}function pv(s,t,e){if(!Jt(e))return!1;var r=typeof t;return(r=="number"?gc(e)&&Lu(t,e.length):r=="string"&&t in e)?hc(e[t],s):!1}function gv(s){return uv(function(t,e){var r=-1,i=e.length,n=i>1?e[i-1]:void 0,o=i>2?e[2]:void 0;for(n=s.length>3&&typeof n=="function"?(i--,n):void 0,o&&pv(e[0],e[1],o)&&(n=i<3?void 0:n,i=1),t=Object(t);++r<i;){var c=e[r];c&&s(t,c,r,n)}return t})}var mv=Object.prototype;function al(s){var t=s&&s.constructor,e=typeof t=="function"&&t.prototype||mv;return s===e}function fv(s,t){for(var e=-1,r=Array(s);++e<s;)r[e]=t(e);return r}var Tv="[object Arguments]";function Ah(s){return Ps(s)&&qi(s)==Tv}var jg=Object.prototype,Sv=jg.hasOwnProperty,vv=jg.propertyIsEnumerable,yv=Ah(function(){return arguments}())?Ah:function(s){return Ps(s)&&Sv.call(s,"callee")&&!vv.call(s,"callee")};const to=yv;function Ev(){return!1}var Gg=typeof exports=="object"&&exports&&!exports.nodeType&&exports,Ih=Gg&&typeof module=="object"&&module&&!module.nodeType&&module,Pv=Ih&&Ih.exports===Gg,Dh=Pv?cs.Buffer:void 0,_v=Dh?Dh.isBuffer:void 0,Cv=_v||Ev;const ua=Cv;var wv="[object Arguments]",Rv="[object Array]",bv="[object Boolean]",kv="[object Date]",Mv="[object Error]",Av="[object Function]",Iv="[object Map]",Dv="[object Number]",Ov="[object Object]",Nv="[object RegExp]",Lv="[object Set]",Vv="[object String]",xv="[object WeakMap]",Uv="[object ArrayBuffer]",$v="[object DataView]",Bv="[object Float32Array]",Hv="[object Float64Array]",Fv="[object Int8Array]",qv="[object Int16Array]",jv="[object Int32Array]",Gv="[object Uint8Array]",Wv="[object Uint8ClampedArray]",Jv="[object Uint16Array]",Kv="[object Uint32Array]",he={};he[Bv]=he[Hv]=he[Fv]=he[qv]=he[jv]=he[Gv]=he[Wv]=he[Jv]=he[Kv]=!0;he[wv]=he[Rv]=he[Uv]=he[bv]=he[$v]=he[kv]=he[Mv]=he[Av]=he[Iv]=he[Dv]=he[Ov]=he[Nv]=he[Lv]=he[Vv]=he[xv]=!1;function zv(s){return Ps(s)&&xu(s.length)&&!!he[qi(s)]}function Uu(s){return function(t){return s(t)}}var Wg=typeof exports=="object"&&exports&&!exports.nodeType&&exports,Ja=Wg&&typeof module=="object"&&module&&!module.nodeType&&module,Yv=Ja&&Ja.exports===Wg,Rl=Yv&&$g.process,Qv=function(){try{var s=Ja&&Ja.require&&Ja.require("util").types;return s||Rl&&Rl.binding&&Rl.binding("util")}catch(t){}}();const ha=Qv;var Oh=ha&&ha.isTypedArray,Xv=Oh?Uu(Oh):zv;const ol=Xv;var Zv=Object.prototype,ey=Zv.hasOwnProperty;function Jg(s,t){var e=bt(s),r=!e&&to(s),i=!e&&!r&&ua(s),n=!e&&!r&&!i&&ol(s),o=e||r||i||n,c=o?fv(s.length,String):[],d=c.length;for(var l in s)(t||ey.call(s,l))&&!(o&&(l=="length"||i&&(l=="offset"||l=="parent")||n&&(l=="buffer"||l=="byteLength"||l=="byteOffset")||Lu(l,d)))&&c.push(l);return c}function Kg(s,t){return function(e){return s(t(e))}}var ty=Kg(Object.keys,Object);const sy=ty;var ry=Object.prototype,iy=ry.hasOwnProperty;function zg(s){if(!al(s))return sy(s);var t=[];for(var e in Object(s))iy.call(s,e)&&e!="constructor"&&t.push(e);return t}function cl(s){return gc(s)?Jg(s):zg(s)}function ny(s){var t=[];if(s!=null)for(var e in Object(s))t.push(e);return t}var ay=Object.prototype,oy=ay.hasOwnProperty;function cy(s){if(!Jt(s))return ny(s);var t=al(s),e=[];for(var r in s)r=="constructor"&&(t||!oy.call(s,r))||e.push(r);return e}function mc(s){return gc(s)?Jg(s,!0):cy(s)}var dy=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,ly=/^\w*$/;function $u(s,t){if(bt(s))return!1;var e=typeof s;return e=="number"||e=="symbol"||e=="boolean"||s==null||nl(s)?!0:ly.test(s)||!dy.test(s)||t!=null&&s in Object(t)}var uy=Gi(Object,"create");const so=uy;function hy(){this.__data__=so?so(null):{},this.size=0}function py(s){var t=this.has(s)&&delete this.__data__[s];return this.size-=t?1:0,t}var gy="__lodash_hash_undefined__",my=Object.prototype,fy=my.hasOwnProperty;function Ty(s){var t=this.__data__;if(so){var e=t[s];return e===gy?void 0:e}return fy.call(t,s)?t[s]:void 0}var Sy=Object.prototype,vy=Sy.hasOwnProperty;function yy(s){var t=this.__data__;return so?t[s]!==void 0:vy.call(t,s)}var Ey="__lodash_hash_undefined__";function Py(s,t){var e=this.__data__;return this.size+=this.has(s)?0:1,e[s]=so&&t===void 0?Ey:t,this}function Hi(s){var t=-1,e=s==null?0:s.length;for(this.clear();++t<e;){var r=s[t];this.set(r[0],r[1])}}Hi.prototype.clear=hy;Hi.prototype.delete=py;Hi.prototype.get=Ty;Hi.prototype.has=yy;Hi.prototype.set=Py;function _y(){this.__data__=[],this.size=0}function dl(s,t){for(var e=s.length;e--;)if(hc(s[e][0],t))return e;return-1}var Cy=Array.prototype,wy=Cy.splice;function Ry(s){var t=this.__data__,e=dl(t,s);if(e<0)return!1;var r=t.length-1;return e==r?t.pop():wy.call(t,e,1),--this.size,!0}function by(s){var t=this.__data__,e=dl(t,s);return e<0?void 0:t[e][1]}function ky(s){return dl(this.__data__,s)>-1}function My(s,t){var e=this.__data__,r=dl(e,s);return r<0?(++this.size,e.push([s,t])):e[r][1]=t,this}function Zs(s){var t=-1,e=s==null?0:s.length;for(this.clear();++t<e;){var r=s[t];this.set(r[0],r[1])}}Zs.prototype.clear=_y;Zs.prototype.delete=Ry;Zs.prototype.get=by;Zs.prototype.has=ky;Zs.prototype.set=My;var Ay=Gi(cs,"Map");const ro=Ay;function Iy(){this.size=0,this.__data__={hash:new Hi,map:new(ro||Zs),string:new Hi}}function Dy(s){var t=typeof s;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?s!=="__proto__":s===null}function ll(s,t){var e=s.__data__;return Dy(t)?e[typeof t=="string"?"string":"hash"]:e.map}function Oy(s){var t=ll(this,s).delete(s);return this.size-=t?1:0,t}function Ny(s){return ll(this,s).get(s)}function Ly(s){return ll(this,s).has(s)}function Vy(s,t){var e=ll(this,s),r=e.size;return e.set(s,t),this.size+=e.size==r?0:1,this}function er(s){var t=-1,e=s==null?0:s.length;for(this.clear();++t<e;){var r=s[t];this.set(r[0],r[1])}}er.prototype.clear=Iy;er.prototype.delete=Oy;er.prototype.get=Ny;er.prototype.has=Ly;er.prototype.set=Vy;var xy="Expected a function";function Bu(s,t){if(typeof s!="function"||t!=null&&typeof t!="function")throw new TypeError(xy);var e=function(){var r=arguments,i=t?t.apply(this,r):r[0],n=e.cache;if(n.has(i))return n.get(i);var o=s.apply(this,r);return e.cache=n.set(i,o)||n,o};return e.cache=new(Bu.Cache||er),e}Bu.Cache=er;var Uy=500;function $y(s){var t=Bu(s,function(r){return e.size===Uy&&e.clear(),r}),e=t.cache;return t}var By=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Hy=/\\(\\)?/g,Fy=$y(function(s){var t=[];return s.charCodeAt(0)===46&&t.push(""),s.replace(By,function(e,r,i,n){t.push(i?n.replace(Hy,"$1"):r||e)}),t});const qy=Fy;function jy(s){return s==null?"":Hg(s)}function Yg(s,t){return bt(s)?s:$u(s,t)?[s]:qy(jy(s))}var Gy=1/0;function ul(s){if(typeof s=="string"||nl(s))return s;var t=s+"";return t=="0"&&1/s==-Gy?"-0":t}function Qg(s,t){t=Yg(t,s);for(var e=0,r=t.length;s!=null&&e<r;)s=s[ul(t[e++])];return e&&e==r?s:void 0}function Wy(s,t,e){var r=s==null?void 0:Qg(s,t);return r===void 0?e:r}function Xg(s,t){for(var e=-1,r=t.length,i=s.length;++e<r;)s[i+e]=t[e];return s}var Jy=Kg(Object.getPrototypeOf,Object);const Hu=Jy;var Ky="[object Object]",zy=Function.prototype,Yy=Object.prototype,Zg=zy.toString,Qy=Yy.hasOwnProperty,Xy=Zg.call(Object);function Zy(s){if(!Ps(s)||qi(s)!=Ky)return!1;var t=Hu(s);if(t===null)return!0;var e=Qy.call(t,"constructor")&&t.constructor;return typeof e=="function"&&e instanceof e&&Zg.call(e)==Xy}function eE(){this.__data__=new Zs,this.size=0}function tE(s){var t=this.__data__,e=t.delete(s);return this.size=t.size,e}function sE(s){return this.__data__.get(s)}function rE(s){return this.__data__.has(s)}var iE=200;function nE(s,t){var e=this.__data__;if(e instanceof Zs){var r=e.__data__;if(!ro||r.length<iE-1)return r.push([s,t]),this.size=++e.size,this;e=this.__data__=new er(r)}return e.set(s,t),this.size=e.size,this}function os(s){var t=this.__data__=new Zs(s);this.size=t.size}os.prototype.clear=eE;os.prototype.delete=tE;os.prototype.get=sE;os.prototype.has=rE;os.prototype.set=nE;function aE(s,t){return s&&pc(t,cl(t),s)}function oE(s,t){return s&&pc(t,mc(t),s)}var em=typeof exports=="object"&&exports&&!exports.nodeType&&exports,Nh=em&&typeof module=="object"&&module&&!module.nodeType&&module,cE=Nh&&Nh.exports===em,Lh=cE?cs.Buffer:void 0,Vh=Lh?Lh.allocUnsafe:void 0;function tm(s,t){if(t)return s.slice();var e=s.length,r=Vh?Vh(e):new s.constructor(e);return s.copy(r),r}function dE(s,t){for(var e=-1,r=s==null?0:s.length,i=0,n=[];++e<r;){var o=s[e];t(o,e,s)&&(n[i++]=o)}return n}function sm(){return[]}var lE=Object.prototype,uE=lE.propertyIsEnumerable,xh=Object.getOwnPropertySymbols,hE=xh?function(s){return s==null?[]:(s=Object(s),dE(xh(s),function(t){return uE.call(s,t)}))}:sm;const Fu=hE;function pE(s,t){return pc(s,Fu(s),t)}var gE=Object.getOwnPropertySymbols,mE=gE?function(s){for(var t=[];s;)Xg(t,Fu(s)),s=Hu(s);return t}:sm;const rm=mE;function fE(s,t){return pc(s,rm(s),t)}function im(s,t,e){var r=t(s);return bt(s)?r:Xg(r,e(s))}function Bl(s){return im(s,cl,Fu)}function TE(s){return im(s,mc,rm)}var SE=Gi(cs,"DataView");const Hl=SE;var vE=Gi(cs,"Promise");const Fl=vE;var yE=Gi(cs,"Set");const dn=yE;var Uh="[object Map]",EE="[object Object]",$h="[object Promise]",Bh="[object Set]",Hh="[object WeakMap]",Fh="[object DataView]",PE=ji(Hl),_E=ji(ro),CE=ji(Fl),wE=ji(dn),RE=ji($l),Gr=qi;(Hl&&Gr(new Hl(new ArrayBuffer(1)))!=Fh||ro&&Gr(new ro)!=Uh||Fl&&Gr(Fl.resolve())!=$h||dn&&Gr(new dn)!=Bh||$l&&Gr(new $l)!=Hh)&&(Gr=function(s){var t=qi(s),e=t==EE?s.constructor:void 0,r=e?ji(e):"";if(r)switch(r){case PE:return Fh;case _E:return Uh;case CE:return $h;case wE:return Bh;case RE:return Hh}return t});const pa=Gr;var bE=Object.prototype,kE=bE.hasOwnProperty;function ME(s){var t=s.length,e=new s.constructor(t);return t&&typeof s[0]=="string"&&kE.call(s,"index")&&(e.index=s.index,e.input=s.input),e}var AE=cs.Uint8Array;const Qc=AE;function qu(s){var t=new s.constructor(s.byteLength);return new Qc(t).set(new Qc(s)),t}function IE(s,t){var e=t?qu(s.buffer):s.buffer;return new s.constructor(e,s.byteOffset,s.byteLength)}var DE=/\w*$/;function OE(s){var t=new s.constructor(s.source,DE.exec(s));return t.lastIndex=s.lastIndex,t}var qh=Es?Es.prototype:void 0,jh=qh?qh.valueOf:void 0;function NE(s){return jh?Object(jh.call(s)):{}}function nm(s,t){var e=t?qu(s.buffer):s.buffer;return new s.constructor(e,s.byteOffset,s.length)}var LE="[object Boolean]",VE="[object Date]",xE="[object Map]",UE="[object Number]",$E="[object RegExp]",BE="[object Set]",HE="[object String]",FE="[object Symbol]",qE="[object ArrayBuffer]",jE="[object DataView]",GE="[object Float32Array]",WE="[object Float64Array]",JE="[object Int8Array]",KE="[object Int16Array]",zE="[object Int32Array]",YE="[object Uint8Array]",QE="[object Uint8ClampedArray]",XE="[object Uint16Array]",ZE="[object Uint32Array]";function eP(s,t,e){var r=s.constructor;switch(t){case qE:return qu(s);case LE:case VE:return new r(+s);case jE:return IE(s,e);case GE:case WE:case JE:case KE:case zE:case YE:case QE:case XE:case ZE:return nm(s,e);case xE:return new r;case UE:case HE:return new r(s);case $E:return OE(s);case BE:return new r;case FE:return NE(s)}}function am(s){return typeof s.constructor=="function"&&!al(s)?HS(Hu(s)):{}}var tP="[object Map]";function sP(s){return Ps(s)&&pa(s)==tP}var Gh=ha&&ha.isMap,rP=Gh?Uu(Gh):sP;const iP=rP;var nP="[object Set]";function aP(s){return Ps(s)&&pa(s)==nP}var Wh=ha&&ha.isSet,oP=Wh?Uu(Wh):aP;const cP=oP;var dP=1,lP=2,uP=4,om="[object Arguments]",hP="[object Array]",pP="[object Boolean]",gP="[object Date]",mP="[object Error]",cm="[object Function]",fP="[object GeneratorFunction]",TP="[object Map]",SP="[object Number]",dm="[object Object]",vP="[object RegExp]",yP="[object Set]",EP="[object String]",PP="[object Symbol]",_P="[object WeakMap]",CP="[object ArrayBuffer]",wP="[object DataView]",RP="[object Float32Array]",bP="[object Float64Array]",kP="[object Int8Array]",MP="[object Int16Array]",AP="[object Int32Array]",IP="[object Uint8Array]",DP="[object Uint8ClampedArray]",OP="[object Uint16Array]",NP="[object Uint32Array]",ce={};ce[om]=ce[hP]=ce[CP]=ce[wP]=ce[pP]=ce[gP]=ce[RP]=ce[bP]=ce[kP]=ce[MP]=ce[AP]=ce[TP]=ce[SP]=ce[dm]=ce[vP]=ce[yP]=ce[EP]=ce[PP]=ce[IP]=ce[DP]=ce[OP]=ce[NP]=!0;ce[mP]=ce[cm]=ce[_P]=!1;function Ka(s,t,e,r,i,n){var o,c=t&dP,d=t&lP,l=t&uP;if(e&&(o=i?e(s,r,i,n):e(s)),o!==void 0)return o;if(!Jt(s))return s;var u=bt(s);if(u){if(o=ME(s),!c)return Fg(s,o)}else{var p=pa(s),f=p==cm||p==fP;if(ua(s))return tm(s,c);if(p==dm||p==om||f&&!i){if(o=d||f?{}:am(s),!c)return d?fE(s,oE(o,s)):pE(s,aE(o,s))}else{if(!ce[p])return i?s:{};o=eP(s,p,c)}}n||(n=new os);var S=n.get(s);if(S)return S;n.set(s,o),cP(s)?s.forEach(function(C){o.add(Ka(C,t,e,C,s,n))}):iP(s)&&s.forEach(function(C,k){o.set(k,Ka(C,t,e,k,s,n))});var E=l?d?TE:Bl:d?mc:cl,P=u?void 0:E(s);return ev(P||s,function(C,k){P&&(k=C,C=s[k]),qg(o,k,Ka(C,t,e,k,s,n))}),o}var LP=4;function VP(s){return Ka(s,LP)}var xP=1,UP=4;function ju(s){return Ka(s,xP|UP)}var $P="__lodash_hash_undefined__";function BP(s){return this.__data__.set(s,$P),this}function HP(s){return this.__data__.has(s)}function io(s){var t=-1,e=s==null?0:s.length;for(this.__data__=new er;++t<e;)this.add(s[t])}io.prototype.add=io.prototype.push=BP;io.prototype.has=HP;function FP(s,t){for(var e=-1,r=s==null?0:s.length;++e<r;)if(t(s[e],e,s))return!0;return!1}function lm(s,t){return s.has(t)}var qP=1,jP=2;function um(s,t,e,r,i,n){var o=e&qP,c=s.length,d=t.length;if(c!=d&&!(o&&d>c))return!1;var l=n.get(s),u=n.get(t);if(l&&u)return l==t&&u==s;var p=-1,f=!0,S=e&jP?new io:void 0;for(n.set(s,t),n.set(t,s);++p<c;){var E=s[p],P=t[p];if(r)var C=o?r(P,E,p,t,s,n):r(E,P,p,s,t,n);if(C!==void 0){if(C)continue;f=!1;break}if(S){if(!FP(t,function(k,I){if(!lm(S,I)&&(E===k||i(E,k,e,r,n)))return S.push(I)})){f=!1;break}}else if(!(E===P||i(E,P,e,r,n))){f=!1;break}}return n.delete(s),n.delete(t),f}function GP(s){var t=-1,e=Array(s.size);return s.forEach(function(r,i){e[++t]=[i,r]}),e}function Gu(s){var t=-1,e=Array(s.size);return s.forEach(function(r){e[++t]=r}),e}var WP=1,JP=2,KP="[object Boolean]",zP="[object Date]",YP="[object Error]",QP="[object Map]",XP="[object Number]",ZP="[object RegExp]",e_="[object Set]",t_="[object String]",s_="[object Symbol]",r_="[object ArrayBuffer]",i_="[object DataView]",Jh=Es?Es.prototype:void 0,bl=Jh?Jh.valueOf:void 0;function n_(s,t,e,r,i,n,o){switch(e){case i_:if(s.byteLength!=t.byteLength||s.byteOffset!=t.byteOffset)return!1;s=s.buffer,t=t.buffer;case r_:return!(s.byteLength!=t.byteLength||!n(new Qc(s),new Qc(t)));case KP:case zP:case XP:return hc(+s,+t);case YP:return s.name==t.name&&s.message==t.message;case ZP:case t_:return s==t+"";case QP:var c=GP;case e_:var d=r&WP;if(c||(c=Gu),s.size!=t.size&&!d)return!1;var l=o.get(s);if(l)return l==t;r|=JP,o.set(s,t);var u=um(c(s),c(t),r,i,n,o);return o.delete(s),u;case s_:if(bl)return bl.call(s)==bl.call(t)}return!1}var a_=1,o_=Object.prototype,c_=o_.hasOwnProperty;function d_(s,t,e,r,i,n){var o=e&a_,c=Bl(s),d=c.length,l=Bl(t),u=l.length;if(d!=u&&!o)return!1;for(var p=d;p--;){var f=c[p];if(!(o?f in t:c_.call(t,f)))return!1}var S=n.get(s),E=n.get(t);if(S&&E)return S==t&&E==s;var P=!0;n.set(s,t),n.set(t,s);for(var C=o;++p<d;){f=c[p];var k=s[f],I=t[f];if(r)var L=o?r(I,k,f,t,s,n):r(k,I,f,s,t,n);if(!(L===void 0?k===I||i(k,I,e,r,n):L)){P=!1;break}C||(C=f=="constructor")}if(P&&!C){var N=s.constructor,$=t.constructor;N!=$&&"constructor"in s&&"constructor"in t&&!(typeof N=="function"&&N instanceof N&&typeof $=="function"&&$ instanceof $)&&(P=!1)}return n.delete(s),n.delete(t),P}var l_=1,Kh="[object Arguments]",zh="[object Array]",Pc="[object Object]",u_=Object.prototype,Yh=u_.hasOwnProperty;function h_(s,t,e,r,i,n){var o=bt(s),c=bt(t),d=o?zh:pa(s),l=c?zh:pa(t);d=d==Kh?Pc:d,l=l==Kh?Pc:l;var u=d==Pc,p=l==Pc,f=d==l;if(f&&ua(s)){if(!ua(t))return!1;o=!0,u=!1}if(f&&!u)return n||(n=new os),o||ol(s)?um(s,t,e,r,i,n):n_(s,t,d,e,r,i,n);if(!(e&l_)){var S=u&&Yh.call(s,"__wrapped__"),E=p&&Yh.call(t,"__wrapped__");if(S||E){var P=S?s.value():s,C=E?t.value():t;return n||(n=new os),i(P,C,e,r,n)}}return f?(n||(n=new os),d_(s,t,e,r,i,n)):!1}function hl(s,t,e,r,i){return s===t?!0:s==null||t==null||!Ps(s)&&!Ps(t)?s!==s&&t!==t:h_(s,t,e,r,hl,i)}var p_=1,g_=2;function m_(s,t,e,r){var i=e.length,n=i,o=!r;if(s==null)return!n;for(s=Object(s);i--;){var c=e[i];if(o&&c[2]?c[1]!==s[c[0]]:!(c[0]in s))return!1}for(;++i<n;){c=e[i];var d=c[0],l=s[d],u=c[1];if(o&&c[2]){if(l===void 0&&!(d in s))return!1}else{var p=new os;if(r)var f=r(l,u,d,s,t,p);if(!(f===void 0?hl(u,l,p_|g_,r,p):f))return!1}}return!0}function hm(s){return s===s&&!Jt(s)}function f_(s){for(var t=cl(s),e=t.length;e--;){var r=t[e],i=s[r];t[e]=[r,i,hm(i)]}return t}function pm(s,t){return function(e){return e==null?!1:e[s]===t&&(t!==void 0||s in Object(e))}}function T_(s){var t=f_(s);return t.length==1&&t[0][2]?pm(t[0][0],t[0][1]):function(e){return e===s||m_(e,s,t)}}function S_(s,t){return s!=null&&t in Object(s)}function v_(s,t,e){t=Yg(t,s);for(var r=-1,i=t.length,n=!1;++r<i;){var o=ul(t[r]);if(!(n=s!=null&&e(s,o)))break;s=s[o]}return n||++r!=i?n:(i=s==null?0:s.length,!!i&&xu(i)&&Lu(o,i)&&(bt(s)||to(s)))}function y_(s,t){return s!=null&&v_(s,t,S_)}var E_=1,P_=2;function __(s,t){return $u(s)&&hm(t)?pm(ul(s),t):function(e){var r=Wy(e,s);return r===void 0&&r===t?y_(e,s):hl(t,r,E_|P_)}}function C_(s){return function(t){return t==null?void 0:t[s]}}function w_(s){return function(t){return Qg(t,s)}}function R_(s){return $u(s)?C_(ul(s)):w_(s)}function b_(s){return typeof s=="function"?s:s==null?Ou:typeof s=="object"?bt(s)?__(s[0],s[1]):T_(s):R_(s)}function k_(s){return function(t,e,r){for(var i=-1,n=Object(t),o=r(t),c=o.length;c--;){var d=o[s?c:++i];if(e(n[d],d,n)===!1)break}return t}}var M_=k_();const A_=M_;var I_=function(){return cs.Date.now()};const kl=I_;var D_="Expected a function",O_=Math.max,N_=Math.min;function Wu(s,t,e){var r,i,n,o,c,d,l=0,u=!1,p=!1,f=!0;if(typeof s!="function")throw new TypeError(D_);t=Rh(t)||0,Jt(e)&&(u=!!e.leading,p="maxWait"in e,n=p?O_(Rh(e.maxWait)||0,t):n,f="trailing"in e?!!e.trailing:f);function S(B){var X=r,We=i;return r=i=void 0,l=B,o=s.apply(We,X),o}function E(B){return l=B,c=setTimeout(k,t),u?S(B):o}function P(B){var X=B-d,We=B-l,hs=t-X;return p?N_(hs,n-We):hs}function C(B){var X=B-d,We=B-l;return d===void 0||X>=t||X<0||p&&We>=n}function k(){var B=kl();if(C(B))return I(B);c=setTimeout(k,P(B))}function I(B){return c=void 0,f&&r?S(B):(r=i=void 0,o)}function L(){c!==void 0&&clearTimeout(c),l=0,r=d=i=c=void 0}function N(){return c===void 0?o:I(kl())}function $(){var B=kl(),X=C(B);if(r=arguments,i=this,d=B,X){if(c===void 0)return E(d);if(p)return clearTimeout(c),c=setTimeout(k,t),S(d)}return c===void 0&&(c=setTimeout(k,t)),o}return $.cancel=L,$.flush=N,$}function ql(s,t,e){(e!==void 0&&!hc(s[t],e)||e===void 0&&!(t in s))&&Vu(s,t,e)}function L_(s){return Ps(s)&&gc(s)}function jl(s,t){if(!(t==="constructor"&&typeof s[t]=="function")&&t!="__proto__")return s[t]}function V_(s){return pc(s,mc(s))}function x_(s,t,e,r,i,n,o){var c=jl(s,e),d=jl(t,e),l=o.get(d);if(l){ql(s,e,l);return}var u=n?n(c,d,e+"",s,t,o):void 0,p=u===void 0;if(p){var f=bt(d),S=!f&&ua(d),E=!f&&!S&&ol(d);u=d,f||S||E?bt(c)?u=c:L_(c)?u=Fg(c):S?(p=!1,u=tm(d,!0)):E?(p=!1,u=nm(d,!0)):u=[]:Zy(d)||to(d)?(u=c,to(c)?u=V_(c):(!Jt(c)||Nu(c))&&(u=am(d))):p=!1}p&&(o.set(d,u),i(u,d,r,n,o),o.delete(d)),ql(s,e,u)}function gm(s,t,e,r,i){s!==t&&A_(t,function(n,o){if(i||(i=new os),Jt(n))x_(s,t,o,e,gm,r,i);else{var c=r?r(jl(s,o),n,o+"",s,t,i):void 0;c===void 0&&(c=n),ql(s,o,c)}},mc)}function U_(s,t,e){for(var r=-1,i=s==null?0:s.length;++r<i;)if(e(t,s[r]))return!0;return!1}var $_="[object Map]",B_="[object Set]",H_=Object.prototype,F_=H_.hasOwnProperty;function q_(s){if(s==null)return!0;if(gc(s)&&(bt(s)||typeof s=="string"||typeof s.splice=="function"||ua(s)||ol(s)||to(s)))return!s.length;var t=pa(s);if(t==$_||t==B_)return!s.size;if(al(s))return!zg(s).length;for(var e in s)if(F_.call(s,e))return!1;return!0}function j_(s,t){return hl(s,t)}var G_=gv(function(s,t,e){gm(s,t,e)});const ar=G_;var W_=1/0,J_=dn&&1/Gu(new dn([,-0]))[1]==W_?function(s){return new dn(s)}:qS;const K_=J_;var z_=200;function mm(s,t,e){var r=-1,i=nv,n=s.length,o=!0,c=[],d=c;if(e)o=!1,i=U_;else if(n>=z_){var l=t?null:K_(s);if(l)return Gu(l);o=!1,i=lm,d=new io}else d=t?[]:c;e:for(;++r<n;){var u=s[r],p=t?t(u):u;if(u=e||u!==0?u:0,o&&p===p){for(var f=d.length;f--;)if(d[f]===p)continue e;t&&d.push(p),c.push(u)}else i(d,p,e)||(d!==c&&d.push(p),c.push(u))}return c}function Y_(s){return s&&s.length?mm(s):[]}function Q_(s,t){return s&&s.length?mm(s,b_(t)):[]}function Nc(s){const t={};return typeof(s==null?void 0:s.code)=="number"&&(t.code=s.code),typeof(s==null?void 0:s.code)=="string"&&(t.code=s.code.substring(0,100)),typeof(s==null?void 0:s.name)=="string"&&(t.name=s.name.substring(0,500)),typeof(s==null?void 0:s.message)=="string"&&(t.message=s.message.substring(0,500)),typeof(s==null?void 0:s.reason)=="string"&&(t.reason=s.reason.substring(0,500)),typeof(s==null?void 0:s.stack)=="string"&&(t.stack=s.stack.substring(0,500)),t}const X_={audio:!0,video:!0,screenshareAudio:!0,screenshareVideo:!0},Qh={STAGING:"staging",PROD:"prod"},Z_={pip:!0,poll:!0,chat:!0,stage:!0,theme:!0,plugin:!0,tracing:!0,internals:!0,recording:!0,livestream:!0,participant:!0,connectedMeetings:!0,devTools:{logs:!1}};function ga(s,t){const e=s.getValue("overrides");return e&&e[t]?e[t]:!1}function eC({baseURI:s}){return s.includes("staging.realtime")?Qh.STAGING:Qh.PROD}function ln({servicePrefix:s,baseURI:t}){return`${s}.${t}`}function tC(s){const t=s.getValue("baseURI");return{location:ln({servicePrefix:"location",baseURI:t}),locationLegacy:ln({servicePrefix:"location-legacy",baseURI:t}),daCollector:ln({servicePrefix:"da-collector",baseURI:t})}}const sC='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.242 2.932 4.826 4.826a2.75 2.75 0 0 1-.715 4.404l-4.87 2.435a.75.75 0 0 0-.374.426l-1.44 4.166a1.25 1.25 0 0 1-2.065.476L8.5 16.561 4.06 21H3v-1.06l4.44-4.44-3.105-3.104a1.25 1.25 0 0 1 .476-2.066l4.166-1.44a.75.75 0 0 0 .426-.373l2.435-4.87a2.75 2.75 0 0 1 4.405-.715Zm3.766 5.886-4.826-4.826a1.25 1.25 0 0 0-2.002.325l-2.435 4.871a2.25 2.25 0 0 1-1.278 1.12l-3.789 1.31 6.705 6.704 1.308-3.789a2.25 2.25 0 0 1 1.12-1.277l4.872-2.436a1.25 1.25 0 0 0 .325-2.002Z" fill="currentColor"/></svg>',rC='<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M4 12.02c0 1.06.2 2.1.6 3.08l.6 1.42c.22.55.64 1.01 1.17 1.29.27.14.56.21.86.21h2.55c.77 0 1.49-.41 1.87-1.08.5-.87 1.02-1.7 1.72-2.43l1.32-1.39c.44-.46.97-.84 1.49-1.23l.59-.45a.6.6 0 0 0 .23-.47c0-.75-.54-1.57-1.22-1.79a3.34 3.34 0 0 0-2.78.29V4.5a1.5 1.5 0 0 0-2.05-1.4 1.5 1.5 0 0 0-2.9 0A1.5 1.5 0 0 0 6 4.5v.09A1.5 1.5 0 0 0 4 6v6.02ZM8 4.5v4a.5.5 0 0 0 1 0v-5a.5.5 0 0 1 1 0v5a.5.5 0 0 0 1 0v-4a.5.5 0 0 1 1 0v6a.5.5 0 0 0 .85.37h.01c.22-.22.44-.44.72-.58.7-.35 2.22-.57 2.4.5l-.53.4c-.52.4-1.04.78-1.48 1.24l-1.33 1.38c-.75.79-1.31 1.7-1.85 2.63-.21.36-.6.58-1.01.58H7.23a.87.87 0 0 1-.4-.1 1.55 1.55 0 0 1-.71-.78l-.59-1.42a7.09 7.09 0 0 1-.53-2.7V6a.5.5 0 0 1 1 0v3.5a.5.5 0 0 0 1 0v-5a.5.5 0 0 1 1 0Z" fill="currentColor"></path></svg>',_c=s=>{if(!s)return;if(!s.startsWith("<svg"))return new Promise(n=>{n(s)});const e=new Blob([s],{type:"image/svg+xml"}),r=new Image,i=window.URL.createObjectURL(e);return new Promise((n,o)=>{r.onload=()=>{n(r),window.URL.revokeObjectURL(i)},r.onerror=()=>{o(),window.URL.revokeObjectURL(i)},r.src=i})},Qr={logs:"https://api.realtime.cloudflare.com/logs/otel/logs",mock:{url:"https://api.realtime.cloudflare.com/mock",domain:"mock.realtime.cloudflare.com",app:"https://examples.realtime.cloudflare.com/meeting",stagingApp:"https://examples.staging.realtime.cloudflare.com/meeting"},apiBase:{prod:"https://api.realtime.cloudflare.com",staging:"https://api.staging.realtime.cloudflare.com",prodAlternate:"https://api.realtime.cloudflare.com"},baseURI:{prod:"realtime.cloudflare.com",staging:"staging.realtime.cloudflare.com"}},iC=/\b(?:1[7-9](?:\.\d+)?|[2-9]\d(?:\.\d+)?|[1-9]\d{2,}(?:\.\d+)?)\b/,fm="__rtk_plugins__",nC=[fm];function Tm(s){var r,i,n;const t=typeof navigator!="undefined"&&!navigator.isReactNative&&typeof window!="undefined"&&((r=window.location.host)==null?void 0:r.includes(Qr.baseURI.staging)),e=!!((n=(i=s==null?void 0:s.getValue("modules"))==null?void 0:i.devTools)!=null&&n.logs);return t||e}function aC(s,t){var r;const e=(r=s==null?void 0:s.getValue("telemetry"))==null?void 0:r.logLevel;if(e==="off")return!1;if(e!=="all"){const i=["debug","log","info","warn","error"],n=i.indexOf(t.toLowerCase()),o=i.indexOf(e);if(n<o)return!1}return!0}function Sm(s,t,e={}){return Object.getOwnPropertyNames(s).forEach(r=>{var n;if([null,void 0,NaN].includes(s[r])||t&&(((n=t.match(/\./g))==null?void 0:n.length)||0)>=10)return;const i=t?`${t}.${r}`:r;typeof s[r]=="object"?Sm(s[r],i,e):["number","string","boolean"].includes(typeof s[r])&&(e[i]=s[r])}),e}function Xh(s,t,e={},r=""){const i={};try{const n=JSON.stringify(e),o=JSON.parse(n),c=Sm(o,r),d=JSON.stringify(c);if(!(t==null?void 0:t.startsWith("[SDP]"))&&d.length>5e3){const u=`Log named: "${t}" is trying to log an flattened object of size
|
|
5
5
|
${d.length} chars that is beyond permitted limit of 5000 chars. Please optimize.`;throw Tm(s)&&console.error(u,{log:e,flattened:d}),new Error(u)}return JSON.parse(d)}catch(n){const o=Nc(n);i[`${r}.error.message`]=o.message||"",i[`${r}.error.stack`]=o.stack||"",i[`${r}.error.reason`]=o.reason||"",i[`${r}.error.source`]="safelyFlattenObjForOpenTelemetry"}return i}class y{constructor(){h(this,"logsCache",[]);h(this,"logsProcessorTimer");h(this,"compressionSupported",null);h(this,"tracingEnabled",!0);h(this,"initialized",!1);h(this,"logLevel","log");h(this,"logsProcessingInterval",7e3);h(this,"logExclusionList",["message","websocket/message","roomMessage","websocket/room-message","websocket/room-legacy-mode","chatMessage","websocket/new-chat-message","websocket/no-active-speaker","websocket/selected-peers","websocket/active-speaker","ping","websocket/new-consumer","websocket/producer-score","websocket/consumer-score","websocket/plugin-event","websocket/plugin-data","websocket/plugin-internal-data"]);h(this,"meetingMetadata",{})}isCompressionSupported(){if(this.compressionSupported===null)try{this.compressionSupported=typeof CompressionStream!="undefined"&&typeof Blob!="undefined"&&typeof Blob.prototype.stream=="function"&&typeof Response!="undefined"}catch(t){this.compressionSupported=!1,this.addLogInCurrentSpan("warn","Compression feature detection failed, using uncompressed logs",{error:t})}return this.compressionSupported}get logsEndpoint(){const t=Lr.getContext(this.meetingMetadata.peerId);return`https://${ln({servicePrefix:"api-silos",baseURI:t.getValue("baseURI")})}/otel/logs`}get logsBatchSize(){return this.isCompressionSupported()?50:25}resetPeerId(t){this.meetingMetadata.peerId=t}init(t,e,r,i){this.tracingEnabled=!0,this.initialized=!1,i&&(this.logLevel=i),this.logsCache=[];const n=t.getValue("peerId");this.meetingMetadata=e,this.tracingEnabled=r,this.meetingMetadata.peerId=n,this.meetingMetadata.sdkVersion=t.getValue("sdkVersion");const{RNDeviceInfoImpl:o}=navigator;this.meetingMetadata.deviceInfo=navigator.isReactNative?o==null?void 0:o.getDeviceInfo():pe.getDeviceInfo(),this.meetingMetadata.visitedUrl=!navigator.isReactNative&&typeof window!="undefined"&&window.location.href,this.logsProcessorTimer=setInterval(()=>this.processCachedLogs().catch(()=>{}),this.logsProcessingInterval),r&&(this.initialized=!0)}static trace(t,e=void 0){return(r,i,n)=>{const o=n.value;return n.value=function(...d){const l=this==null?void 0:this.telemetry;if(!l||!l.initialized||navigator.isReactNative||!l.tracingEnabled)return o.apply(this,d);l.addLogInCurrentSpan("info",t,e);const u=performance.now(),p=o.apply(this,d);return Promise.resolve(p).then(()=>{const f=performance.now();f-u>10&&l.addLogInCurrentSpan("info",`${t}_timing`,{execTime:f-u})}).catch(()=>{const f=performance.now();l.addLogInCurrentSpan("info",`${t}_timing`,{execTime:f-u})}),p},n}}injectContext(t){var i;const e=xr.v4().replace(/-/g,"").substring(0,16),r=(i=this.meetingMetadata.peerId)==null?void 0:i.replace(/-/g,"");t.TRACEPARENT=`00-${r}-${e}-01`}addLogInCurrentSpan(t,e,r={},i=!1){r!=null&&r.error&&Object.assign(r,{error:Nc(r.error)});const n=Lr.getContext(this.meetingMetadata.peerId);if(Tm(n)&&(q_(r)?console[t]("InternalLogs:: ",t,e):console[t]("InternalLogs:: ",t,e,r)),!!aC(n,t))try{const c=Xh(n,e,r,"metadata"),d=new Date,l={message:e,level:t,...c,loggedAt:d.toISOString(),loggedAtTzOffset:d.getTimezoneOffset()};i?this.sendOtelLogsToNewRelic([l],{isInDestructionMode:!1}).catch(()=>{}):this.logsCache.push(l)}catch(c){this.addLogInCurrentSpan("error","opentelemetry::addLogInCurrentSpan_failed",{error:Nc(c)})}}async sendOtelLogsToNewRelic(t,{isInDestructionMode:e=!1}={isInDestructionMode:!1}){const r=new AbortController,i=setTimeout(()=>r.abort("Logs request timed out after 8 seconds"),8e3);try{const n=Lr.getContext(this.meetingMetadata.peerId),o=JSON.stringify({meetingMetadata:Xh(n,"sendOtelLogsToNewRelic",this.meetingMetadata,"meetingMetadata"),serviceName:n.getValue("sdkName"),logs:t});let c;const d={Authorization:`Bearer ${n.getValue("authToken")}`};if(this.isCompressionSupported()){const l=new Blob([o]).stream().pipeThrough(new CompressionStream("gzip"));c=await new Response(l).arrayBuffer(),d["Content-Type"]="application/gzip",d["Content-Encoding"]="gzip"}else c=o,d["Content-Type"]="application/json";await fetch(this.logsEndpoint,{method:"POST",headers:d,body:c,signal:r.signal,keepalive:!!e})}catch(n){e||(this.addLogInCurrentSpan("error","opentelemetry::sendOtelLogToNewRelic_failed",{error:Nc(n)}),this.logsCache.push(...t))}finally{clearTimeout(i)}}async processCachedLogs({isInDestructionMode:t=!1}={isInDestructionMode:!1}){const e=this.logsCache.splice(0,this.logsBatchSize);e!=null&&e.length&&await this.sendOtelLogsToNewRelic(e,{isInDestructionMode:t})}async destruct(){for(clearInterval(this.logsProcessorTimer);this.logsCache.length;)await this.processCachedLogs({isInDestructionMode:!0})}}function oC(s){const t={...s},e=new Map,r=(l,u)=>(e.has(l)||e.set(l,new Set),e.get(l).add(u),()=>{var p;return(p=e.get(l))==null?void 0:p.delete(u)}),i=(l,u)=>{var p;(p=e.get(l))==null||p.delete(u)},n=l=>{var u;(u=e.get(l))==null||u.forEach(p=>{try{p(t[l])}catch(f){}})};return{subscribe:r,unsubscribe:i,notify:n,setValue:(l,u,p=!0)=>{t[l]=u,p&&n(l)},getValue:l=>t[l],getAllValues:()=>t}}class cC{constructor(){h(this,"contexts",new Map);h(this,"mostRecentPeerId",null)}createContext(t,e){if(this.contexts.has(t))return this.contexts.get(t);const r=new y,i=new YT;this.contexts.set(t,oC(e)),this.contexts.get(t).setValue("peerSessionStore",new QT(i));const n=new Ug;return n.setMaxListeners(50),this.contexts.get(t).setValue("logger",i),this.contexts.get(t).setValue("telemetry",r),this.contexts.get(t).setValue("callstats",n),this.mostRecentPeerId=t,this.contexts.get(t)}remapContext(t,e){const r=e.getValue("peerId");r!==t&&(e.setValue("peerId",t),this.mostRecentPeerId=t,this.contexts.set(t,e),this.contexts.delete(r))}getContext(t){return this.contexts.get(t)}getMostRecentPeerId(){return this.mostRecentPeerId}}const Lr=new cC,dC={"00":"Client","01":"Controller","02":"RoomNodeClient","03":"HiveNodeClient","04":"SocketService","05":"Chat","06":"Plugin","07":"Polls","08":"Meta","09":"Preset",10:"Recording",11:"Self",12:"Participant",13:"Spotlight",14:"Remote Request",15:"Webinar",16:"LocalMediaHandler",17:"End-End Encryption",18:"AI",19:"Livestream",20:"Stage"},Lc={"0000":"Internal exception.","0001":"Failed to initialize.","0002":"Failed to join room.","0003":"Failed to leave room.","0004":"Invalid auth token","0010":"Browser not supported","0011":"HTTP Network Error","0012":"Websocket Network Error","0013":"Rate Limited","0014":"Failed to establish media connection.","0100":"Internal exception","0101":"Permission denied","0102":"Prerequisite module missing","0200":"Internal exception.","0300":"Internal exception","0400":"Internal exception","0404":"Missing prerequisites to establish a websocket connection","0500":"Internal exception","0501":"Permission denied.","0502":"Invalid message body.","0503":"Text Message is too large","0504":"Message not found by the given id","0505":"Action not permitted without joining room","0506":"Message search is disabled","0600":"Internal exception","0601":"Permission denied.","0602":"Auth token not set for plugin","0603":"Iframe was not provided","0700":"Internal exception","0705":"Action not permitted without joining room","0800":"Internal exception","0801":"Permission denied","0900":"Internal exception","0904":"Could not load preset",1e3:"Internal exception",1001:"Permission denied",1004:"Could not find specified recording",1005:"Action not permitted in given recording state",1100:"Internal exception",1101:"Permission denied",1102:"Unsupported",1103:"Name cannot be empty",1104:"No device selected while calling meeting.self.setDevice",1105:"Action not permitted without joining room",1106:"Can't set currently used device",1200:"Internal exception",1201:"Permission denied",1202:"Invalid page number was requested",1203:"Invalid participant count per page was requested",1204:"No participants exists with the given UserIds",1205:"Action not permitted without joining room",1206:"Manual Subscription Mode was not ACTIVATED",1207:"Invalid view mode",1208:"Manual Subscription not enabled for organization",1209:"Broadcast message type must be a non-empty string",1300:"Internal exception",1400:"Internal exception",1402:"No existing remote requests",1403:"No peer exists with given id",1500:"Internal exception",1600:"Internal exception",1601:"Failed to get audio track",1602:"Failed to get video track",1603:"Incorrect device",1604:"Failed to change device",1605:"Failed to get audio & video track",1606:"No audio input devices are available",1607:"No video input devices are available",1608:"No audio output devices (speakers) are available",1609:"Failed to fetch list of media devices",1610:"No media track exists",1611:"Failed to unmute track",1612:"Failed to get screenshare tracks",1701:"Crypto error",1800:"Internal exception",1801:"Can't fetch transcript file",1900:"Internal exception",1901:"Permission denied.",1902:"Livestream that has not yet started, can't be stopped",2e3:"Internal exception",2001:"Permission denied",2002:"Unsupported",2003:"Stage is disabled",2004:"Method not implemented",2005:"Action not permitted without joining room",2006:"Action not permitted in current stage status",9900:"Internal exception"};Object.keys(Lc).forEach(s=>{Lc[s]=`{${dC[s.slice(0,2)]}} ${Lc[s]}`});class b extends Error{constructor(e,r,i=void 0,n=!1){super(e);h(this,"code");this.code=r,this.name="ClientError";const o=this.code?`[ERR${this.code}]`:"[ERR]",c=this.code?Lc[this.code]:"";this.message=`${o}: ${c}
|
|
6
|
-
${this.message}`;try{let d=n&&!!i;r&&r.endsWith("00")&&i&&(d=!0),d&&i.error("ClientError",{error:{message:this.message,name:this.name,code:r}});const l=Lr.getContext(Lr.getMostRecentPeerId());if(l){const u=l.getValue("onError");try{u(this)}catch(p){}}typeof window!="undefined"&&window.dispatchEvent(new CustomEvent("ClientError",{detail:this}))}catch(d){}}}function Cc(s,t,e,r){if(r instanceof b)throw r;if(r instanceof t){const i=new b(r.message,e);throw i.stack=r.stack,i}else throw r}function Zh(s,t,e){if(!s.value){const i=s.get,n=s.set;return i&&(s.get=function(){try{return i.apply(this)}catch(o){Cc(this,t,e,o)}}),n&&(s.set=function(o){try{return n.apply(this,[o])}catch(c){Cc(this,t,e,c)}}),s}const r=s.value;return s.value=function(...i){try{const n=r.apply(this,i);return n&&n instanceof Promise?n.catch(o=>{Cc(this,t,e,o)}):n}catch(n){Cc(this,t,e,n)}},s}function lC(s,t){return(e,r,i)=>{if(i)return Zh(i,s,t);for(const n of Reflect.ownKeys(e.prototype).filter(o=>o!=="constructor")){const o=Object.getOwnPropertyDescriptor(e.prototype,n);(o.value instanceof Function||o.get instanceof Function||o.set instanceof Function)&&Object.defineProperty(e.prototype,n,Zh(o,s,t))}}}const Ze=s=>lC(Error,s);var Ks=(s=>(s.GroupCall="GROUP_CALL",s.Webinar="WEBINAR",s.AudioRoom="AUDIO_ROOM",s.Livestream="LIVESTREAM",s.Chat="CHAT",s))(Ks||{}),F=(s=>(s.Allowed="ALLOWED",s.NotAllowed="NOT_ALLOWED",s.CanRequest="CAN_REQUEST",s))(F||{}),Up;typeof process!="undefined"&&(Up=process==null?void 0:process.env)!=null&&Up.FLAGSMITH_ENVIRONMENT_KEY&&process.env.FLAGSMITH_ENVIRONMENT_KEY;var vm=[-2,-1,0,1,2],uC=[0,1,2,3,4];function hC(s){s=s.trim();let t="0",e="0",r="0";return s.length==4?(t=`0x${s[1]}${s[1]}`,e=`0x${s[2]}${s[2]}`,r=`0x${s[3]}${s[3]}`):s.length>6&&(t=`0x${s[1]}${s[2]}`,e=`0x${s[3]}${s[4]}`,r=`0x${s[5]}${s[6]}`),[+t,+e,+r]}var pC=(s,t,e)=>{let r,i,n;if(t==0)r=i=n=e;else{const o=(l,u,p)=>(p<0&&(p+=1),p>1&&(p-=1),p<.16666666666666666?l+(u-l)*6*p:p<.5?u:p<.6666666666666666?l+(u-l)*(.6666666666666666-p)*6:l),c=e<.5?e*(1+t):e+t-e*t,d=2*e-c;r=o(d,c,s+1/3),i=o(d,c,s),n=o(d,c,s-1/3)}return[Math.round(r*255),Math.round(i*255),Math.round(n*255)]},gC=(s,t,e)=>{s/=255,t/=255,e/=255;const r=Math.max(s,t,e),i=Math.min(s,t,e);let n,o;const c=(r+i)/2;if(r==i)n=o=0;else{const d=r-i;switch(o=c>.5?d/(2-r-i):d/(r+i),r){case s:n=(t-e)/d+(t<e?6:0);break;case t:n=(e-s)/d+2;break;case e:n=(s-t)/d+4;break}n/=6}return[n,o,c]},mC=(s,t,e)=>{const r=i=>i.toString(16).padStart(2,"0");return`#${r(s)}${r(t)}${r(e)}`},ym=(s,t=vm,e=.4)=>{const r=[],[i,n,o]=hC(s),[c,d,l]=gC(i,n,o),u=Math.round(l*100);u>70?e=.8:u>60?e=.9:u<10?e=.075:u<42&&(e=.3);const p=t.findIndex(C=>C===0);if(p===-1)throw new Error("Invalid reducer provided, it must contain atleast one zero");const f=5-p,S=p+1,E=(100-u)/f,P=u/S;for(const C of t){let k;C<0?k=u+C*P*e:C>0?k=u+C*E*e:k=u;const[I,L,N]=pC(c,d,k/100);r.push(mC(I,L,N))}return r},ep={dark:{background:{1e3:"#252525",900:"#2F2F2F",800:"#323232",700:"#3E3E3E",600:"#4A4A4A"},text:"#F5F5F5","video-bg":"#1C1C1C"},light:{background:{1e3:"#FFFFFF",900:"#F5F5F5",800:"#EBEBEB",700:"#E0E0E0",600:"#D6D6D6"},text:"#111111","text-on-brand":"#ffffff","video-bg":"#DADADA"}},fC=s=>{const[t,e,r,i,n]=ym(s,vm);return{300:t,400:e,500:r,600:i,700:n}},TC=s=>{if(s==="#FFFFFF")return ep.light.background;if(s==="#000000")return ep.dark.background;const[t,e,r,i,n]=ym(s,uC);return{1e3:t,900:e,800:r,700:i,600:n}},SC={border_radius:"rounded",border_width:"thin",spacing_base:4,theme:"dark",colors:{brand:fC("#2160FD"),background:TC("#141414"),danger:"#FF2D2D",text:"#EEEEEE",text_on_brand:"#EEEEEE",success:"#62A504",video_bg:"#191919",warning:"#FFCD07"}};function Em(){return ju(SC)}var vC={permissions:{can_accept_production_requests:!1,can_edit_display_name:!0,accept_waiting_requests:!1,disable_participant_audio:!1,disable_participant_screensharing:!1,disable_participant_video:!1,can_spotlight:!1,kick_participant:!1,pin_participant:!1,can_record:!1,can_livestream:!1,waiting_room_type:"SKIP",plugins:{can_close:!0,can_start:!0,can_edit_config:!1,config:{}},polls:{can_create:!0,can_vote:!0,can_view:!0},media:{video:{can_produce:"ALLOWED",can_consume:"ALLOWED"},audio:{can_produce:"ALLOWED"},screenshare:{can_produce:"ALLOWED",can_consume:"ALLOWED"}},chat:{public:{can_send:!0,text:!0,files:!0},private:{can_send:!1,can_receive:!1,text:!1,files:!1},channel:{can_create:"ALL",can_delete:"ALL",can_update:"ALL",can_read_all:!1},message:{can_delete:"ALL",can_edit:"ALL",delete_cutoff_time_seconds:0,edit_cutoff_time_seconds:0}},hidden_participant:!1,is_recorder:!1,recorder_type:"NONE",show_participant_list:!0,transcription_enabled:!1,can_change_participant_permissions:!1,connected_meetings:{can_alter_connected_meetings:!1,can_switch_connected_meetings:!1,can_switch_to_parent_meeting:!1},stage_enabled:!1,stage_access:void 0,accept_stage_requests:!1},ui:{oldTheme:{setup_screen:{is_enabled:!1},alone_here:{is_enabled:!1},waiting_room:{is_enabled:!1,enable_preview:!0},control_bar:{is_enabled:!0,elements:{plugins:!0,screenshare:!0,invite:!1,participants:!0,chat:!0,reactions:!1,polls:!0,fullscreen:!0,layout:!0}},header:{is_enabled:!0,elements:{timer:!0,title:!0,participant_count:!0,change_layout:!0}},pip_mode:!0,auto_tune:!0,colors:{primary:"#2160FD",secondary:"#1A1A1A",text:"#EEEEEE",background:"#1A1A1A",textPrimary:"#EEEEEE",videoBackground:"#1A1A1A"},dimensions:{mode:"fillParent"},grid:{multi:{maxVideoCount:6,videoFit:"cover"},single:{maxVideoCount:6,videoFit:"cover"},defaultView:"MULTI"},controls:{pip_toggle:!1},plugins:[]},design_tokens:Em(),config_diff:{}},config:{view_type:"GROUP_CALL",media:{audio:{enable_stereo:!1,enable_high_bitrate:!1},video:{quality:"vga",frame_rate:30,simulcast:!1},screenshare:{quality:"hd",frame_rate:5}},max_video_streams:{mobile:6,desktop:6},max_screenshare_count:1,track_recording:{subscriptions:[]}},version:"hybrid"};function yC(){return ju(vC)}var EC={permissions:{can_accept_production_requests:!1,can_edit_display_name:!0,accept_waiting_requests:!1,disable_participant_audio:!1,disable_participant_screensharing:!1,disable_participant_video:!1,can_spotlight:!1,kick_participant:!1,pin_participant:!1,can_record:!1,can_livestream:!1,waiting_room_type:"SKIP",plugins:{can_close:!0,can_start:!0,can_edit_config:!1,config:{}},polls:{can_create:!0,can_vote:!0,can_view:!0},media:{video:{can_produce:"ALLOWED"},audio:{can_produce:"ALLOWED"},screenshare:{can_produce:"ALLOWED"}},chat:{public:{can_send:!0,text:!0,files:!0},private:{can_send:!1,can_receive:!1,text:!1,files:!1}},hidden_participant:!1,is_recorder:!1,recorder_type:"NONE",show_participant_list:!0,transcription_enabled:!1,can_change_participant_permissions:!1,connected_meetings:{can_alter_connected_meetings:!1,can_switch_connected_meetings:!1,can_switch_to_parent_meeting:!1},stage_enabled:!1,stage_access:void 0,accept_stage_requests:!1},ui:{design_tokens:Em(),config_diff:{}},config:{view_type:"GROUP_CALL",media:{audio:{enable_stereo:!1,enable_high_bitrate:!1},video:{quality:"vga",frame_rate:30,simulcast:!1},screenshare:{quality:"hd",frame_rate:5}},max_video_streams:{mobile:6,desktop:6},max_screenshare_count:1,track_recording:{subscriptions:[]}},version:"2.0.0"};function Ju(){return ju(EC)}function PC(){pe.isElectron()&&window.electronGetDisplayMediaSource&&(navigator.mediaDevices.getDisplayMedia=async()=>{const s=await window.electronGetDisplayMediaSource({types:["window","screen"]});let t=[];if(s&&(Array.isArray(s)?t=s:t=[s]),!(t!=null&&t.length))throw new Error("Couldn't find any media source for screen share.");let e=t.find(n=>{var o;return(o=n.id)==null?void 0:o.includes("screen")});e=e!=null?e:t[0];const r={audio:!1,video:{mandatory:{chromeMediaSource:"desktop",chromeMediaSourceId:e.id}}};return await navigator.mediaDevices.getUserMedia(r)})}var w=(s=>(s.NEW_PRODUCER="NEW_PRODUCER",s.ROOM_NODE_CONNECTION_ERROR="ROOM_NODE_CONNECTION_ERROR",s.SOCKET_SERVICE_ROOM_JOINED="SOCKET_SERVICE_ROOM_JOINED",s.SOCKET_SERVICE_RECONNECTED="SOCKET_SERVICE_RECONNECTED",s.SOCKET_SERVICE_DISCONNECTED="SOCKET_SERVICE_DISCONNECTED",s.SOCKET_SERVICE_FAILED="SOCKET_SERVICE_FAILED",s.SOCKET_STATE_UPDATE="SOCKET_STATE_UPDATE",s.ROOM_NODE_RECONNECTED="ROOM_NODE_RECONNECTED",s.ROOM_NODE_DISCONNECTED="ROOM_NODE_DISCONNECTED",s.ROOM_NODE_FAILED="ROOM_NODE_FAILED",s.TRANSPORT_STATE_UPDATE="TRANSPORT_STATE_UPDATE",s.PRODUCER_SCORE_UPDATE="PRODUCER_SCORE_UPDATE",s.CONSUMER_SCORE_UPDATE="CONSUMER_SCORE_UPDATE",s.PRODUCER_STATUS_UPDATE="PRODUCER_STATUS_UPDATE",s.CONSUMER_STATUS_UPDATE="CONSUMER_STATUS_UPDATE",s.LOW_CONSUMER_SCORE="LOW_CONSUMER_SCORE",s.MEDIA_PERMISSION_ERROR="MEDIA_PERMISSION_ERROR",s.MEDIA_PERMISSION_UPDATE="MEDIA_PERMISSION_UPDATE",s.MESSAGE="websocket/message",s.ROOM_MESSAGE="websocket/room-message",s.PEER_JOINED_INTERNAL="peer/joined-internal",s.PEER_CLOSED="websocket/peer-closed",s.CONSUMER_CLOSED="websocket/consumer-closed",s.CONSUMER_PAUSED="websocket/consumer-paused",s.CONSUMER_RESUMED="websocket/consumer-resumed",s.PRODUCER_CLOSED="websocket/producer-closed",s.NEW_CONSUMER="websocket/new-consumer",s.PRODUCER_SCORE="websocket/producer-score",s.CONSUMER_SCORE="websocket/consumer-score",s.PRODUCER_TOGGLE="cf/producer-toggle",s.UPDATE_ACTIVE="media/update-active",s.RESET_PRODUCER_STATE="cf/reset-producer-state",s.ROOM_STATE="sockethub/room-state",s.GET_STAGE_REQUESTS="GET_STAGE_REQUESTS",s.UPDATE_STAGE_REQUESTS="UPDATE_STAGE_REQUESTS",s.KICK_PEER="KICK_PEER",s.UPDATE_PEER_STAGE_STATUS="UPDATE_PEER_STAGE_STATUS",s.JOIN_MEDIA_ROOM="JOIN_MEDIA_ROOM",s.LEAVE_MEDIA_ROOM="LEAVE_MEDIA_ROOM",s.PIP_HANGUP="PIP_HANGUP",s.E2EE_ACTIVE_PRODUCER="E2EE_ACTIVE_PRODUCER",s.E2EE_INACTIVE_PRODUCER="E2EE_INACTIVE_PRODUCER",s.E2EE_ACTIVE_CONSUMER="E2EE_ACTIVE_CONSUMER",s.E2EE_INACTIVE_CONSUMER="E2EE_INACTIVE_CONSUMER",s.SOCKET_PEERS="SOCKET_PEERS",s.UPDATE_PERMISSIONS="UPDATE_PERMISSIONS",s.MAX_SPATIAL_LAYER_CHANGE="MAX_SPATIAL_LAYER_CHANGE",s.MUTE_SELF="MUTE_SELF",s.MUTE_SELF_VIDEO="MUTE_SELF_VIDEO",s))(w||{});class ma extends Xe.EventEmitter{constructor(e){super();h(this,"logger");this.logger=e,super.setMaxListeners(25)}emit(e,...r){return super.emit("*",e,...r),super.emit(e,...r)}on(e,r){var i;try{const n=this.listenerCount(e);n>25&&n%25===0&&((i=this.logger)==null||i.warn("CustomEventEmitter::maxListenersExceeded",{eventListener:{eventName:e.toString(),listenerCount:this.listenerCount(e)}}))}catch(n){}return super.on(e,r)}addListener(e,r){var i;try{const n=this.listenerCount(e);n>25&&n%25===0&&((i=this.logger)==null||i.warn("CustomEventEmitter::maxListenersExceeded",{eventListener:{eventName:e.toString(),listenerCount:this.listenerCount(e)}}))}catch(n){}return super.addListener(e,r)}off(e,r){return super.off(e,r)}once(e,r){return super.once(e,r)}prependListener(e,r){return super.prependListener(e,r)}prependOnceListener(e,r){return super.prependOnceListener(e,r)}removeListener(e,r){return super.removeListener(e,r)}removeAllListeners(e){return super.removeAllListeners(e)}listeners(e){return super.listeners(e)}listenerCount(e){return super.listenerCount(e)}}class Mt extends Xe.EventEmitter{constructor(e){super();h(this,"logger");this.logger=e,super.setMaxListeners(25)}emit(e,...r){return super.emit("*",e,...r),super.emit(e,...r)}on(e,r){var i;try{const n=this.listenerCount(e);n>25&&n%25===0&&((i=this.logger)==null||i.warn("CustomEventEmitter::maxListenersExceeded",{eventListener:{eventName:e.toString(),listenerCount:this.listenerCount(e)}}))}catch(n){}return super.on(e,r)}addListener(e,r){var i;try{const n=this.listenerCount(e);n>25&&n%25===0&&((i=this.logger)==null||i.warn("CustomEventEmitter::maxListenersExceeded",{eventListener:{eventName:e.toString(),listenerCount:this.listenerCount(e)}}))}catch(n){}return super.addListener(e,r)}off(e,r){return super.off(e,r)}once(e,r){return super.once(e,r)}prependListener(e,r){return super.prependListener(e,r)}prependOnceListener(e,r){return super.prependOnceListener(e,r)}removeListener(e,r){return super.removeListener(e,r)}removeAllListeners(e){return super.removeAllListeners(e)}listeners(e){return super.listeners(e)}listenerCount(e){return super.listenerCount(e)}}function _C(s,t=2){return s.replace(/[^\u00BF-\u1FFF\u2C00-\uD7FF\w\s]/g,"").trim().split(/\s+/).slice(0,t).map(i=>i.charAt(0)).join("").toUpperCase()}const tp=1080,sp=1920,CC=(s,t,e,r,i,n)=>{let o=.5,c=.5;const d=i,l=n,u=Math.min(e/d,r/l);let p=d*u,f=l*u,S,E,P,C,k=1;return p<e&&(k=e/p),Math.abs(k-1)<1e-14&&f<r&&(k=r/f),p*=k,f*=k,P=d/(p/e),C=l/(f/r),S=(d-P)*o,E=(l-C)*c,S<0&&(S=0),E<0&&(E=0),P>d&&(P=d),C>l&&(C=l),[S,E,P,C,s,t,e,r]};var Lt,Xr,Ke,Vt,Pe,Yt,Ms,et,be,gn,mn,As,fn;const gh=class extends Mt{constructor(e,r,i,n){const o=e.getValue("logger");super(o);g(this,Lt,void 0);g(this,Xr,void 0);g(this,Ke,void 0);g(this,Vt,void 0);g(this,Pe,{height:tp,width:sp});g(this,Yt,{brand:"#2160FD",background:"#141414",text:"#000000",videoBackground:"#191919",textOnBrand:"#EEEEEE"});g(this,Ms,void 0);g(this,et,{});g(this,be,void 0);g(this,gn,void 0);g(this,mn,void 0);g(this,As,void 0);g(this,fn,!1);h(this,"cleanupEventListeners",()=>{a(this,Xr).unsubscribe("stageStatus",this.handlePipMediaControls),a(this,be).removeListener("videoUpdate",this.onSelfVideoUpdateListener),a(this,be).removeListener("audioUpdate",this.onSelfAudioUpdateListener),a(this,be).removeListener("roomLeft",()=>this.disable())});h(this,"enablePipMediaControls",()=>{this.mountAudioEvents(),this.mountVideoEvents()});h(this,"onSelfVideoUpdateListener",({videoEnabled:e})=>{this.updateMediaSession("CAMERA",e)});h(this,"onSelfAudioUpdateListener",({audioEnabled:e})=>{this.updateMediaSession("MIC",e)});h(this,"handlePipMediaControls",e=>{e==="ON_STAGE"?this.enablePipMediaControls():this.unmountEvents()});h(this,"eventCallback",e=>{e==="CAMERA"&&(a(this,be).videoEnabled?a(this,be).disableVideo():a(this,be).enableVideo(),this.emit("cameraToggled")),e==="MIC"&&(a(this,be).audioEnabled?a(this,be).disableAudio():a(this,be).enableAudio(),this.emit("micToggled")),e==="END"&&(a(this,Xr).getValue("peerSessionStore").emit(w.PIP_HANGUP),this.cleanupEventListeners(),this.emit("hangup"),this.cleanup())});h(this,"unmountEvents",()=>{navigator.mediaSession===void 0||navigator.mediaSession.setCameraActive===void 0||(navigator.mediaSession.setActionHandler("togglemicrophone",void 0),navigator.mediaSession.setActionHandler("togglecamera",void 0))});h(this,"animate",()=>{if(!this.isActive&&a(this,As)==="active"){this.disable(!0);return}a(this,et)!==void 0&&this.paintCanvas(),a(this,Ms)!==void 0&&m(this,Ms,requestAnimationFrame(()=>this.animate()))});h(this,"disable",(e=!1)=>{m(this,As,"idle"),this.cleanupEventListeners(),cancelAnimationFrame(a(this,Ms)),e!==!0&&document.body.removeChild(a(this,Ke)),m(this,Ms,void 0),document.pictureInPictureElement&&document.exitPictureInPicture()});m(this,Xr,e),m(this,As,"idle"),m(this,be,r),m(this,Yt,{brand:r.config.designTokens.colors.brand[500],background:r.config.designTokens.colors.background[1e3],text:r.config.designTokens.colors.text,videoBackground:r.config.designTokens.colors.videoBg,textOnBrand:r.config.designTokens.colors.textOnBrand}),i&&this.setupIcon("pin",i),n&&this.setupIcon("handRaise",n)}static async _init(e,r){let i,n;try{i=await _c(sC),n=await _c(rC)}catch(o){}return new gh(e,r,i,n)}async setupIcon(e,r){switch(e){case"handRaise":m(this,mn,r);break;case"pin":m(this,gn,r);break}}async overrideIcon(e,r){switch(e){case"handRaise":m(this,mn,await _c(r));break;case"pin":m(this,gn,await _c(r));break}}constructImage(e){const r=new Image,i=new Blob([e],{type:"image/svg+xml"}),n=window.URL.createObjectURL(i);return new Promise(o=>{r.onload=()=>{o(r),window.URL.revokeObjectURL(n)},r.src=n})}createVideoContainer(){m(this,Ke,document.createElement("div")),a(this,Ke).style.width="0.1px",a(this,Ke).style.height="0.1px",a(this,Ke).style.overflow="hidden",a(this,Ke).style.position="absolute",a(this,Ke).style.bottom="0",a(this,Ke).style.right="0",a(this,Ke).style.opacity="0",a(this,Ke).appendChild(a(this,Vt))}setupEventListeners(){a(this,Xr).subscribe("stageStatus",this.handlePipMediaControls),a(this,be).addListener("videoUpdate",this.onSelfVideoUpdateListener),a(this,be).addListener("audioUpdate",this.onSelfAudioUpdateListener),a(this,be).addListener("roomLeft",()=>this.disable())}createCanvas(){const e=document.createElement("canvas");e.height=a(this,Pe).height,e.width=a(this,Pe).width,m(this,Lt,e)}setupMediaSessionEvents(){navigator.mediaSession===void 0||navigator.mediaSession.setCameraActive===void 0||(navigator.mediaSession.setActionHandler("hangup",()=>{this.eventCallback("END")}),this.mountAudioEvents(),this.mountVideoEvents())}mountAudioEvents(){navigator.mediaSession===void 0||navigator.mediaSession.setMicrophoneActive===void 0||a(this,be).permissions.canProduceAudio&&navigator.mediaSession.setActionHandler("togglemicrophone",()=>{this.eventCallback("MIC")})}mountVideoEvents(){navigator.mediaSession===void 0||navigator.mediaSession.setCameraActive===void 0||a(this,be).permissions.canProduceVideo&&navigator.mediaSession.setActionHandler("togglecamera",()=>{this.eventCallback("CAMERA")})}getSources(){const r=Object.values(a(this,et)).reduce((i,n)=>(i[n.pinned?"pinned":"regular"].push(n),i),{pinned:[],regular:[]});return[...r.pinned,...r.regular]}drawEmptyTile(e,r,i,n){if(a(this,Lt)===void 0)return;const o=a(this,Lt).getContext("2d"),c=a(this,Lt).width,d=0,l=0,u=r-d*2,p=i-d*2,f=Math.floor(c/u),S=Math.floor(e/f),P=e%f*(u+d)+d,C=S*(p+d)+d,{displayText:k,image:I}=n!=null?n:{};o.fillStyle=k||I?a(this,Yt).videoBackground:a(this,Yt).background,o.strokeStyle=a(this,Yt).brand,o.beginPath(),o.moveTo(P+l,C),o.arcTo(P+u,C,P+u,C+l,l),o.arcTo(P+u,C+p,P+u-l,C+p,l),o.arcTo(P,C+p,P,C+p-l,l),o.arcTo(P,C,P+l,C,l),o.closePath(),o.fill(),o.stroke();const L=u/6,N=u/2+P,$=p/2+C;o.save(),(k||I)&&(o.beginPath(),o.arc(N,$,L,0,Math.PI*2),o.fillStyle=a(this,Yt).brand,o.fill(),I?(o.clip(),o.drawImage(I,N-L,$-L,L*2,L*2),o.restore()):k&&(o.fillStyle=a(this,Yt).textOnBrand,o.font=`${L/2}px sans-serif`,o.textAlign="center",o.textBaseline="middle",o.fillText(k,N,$)),this.drawIcons(n,P,C,Math.max(u,p)))}drawIcons(e,r,i,n){const o=Math.min(Math.max(n*.15,100),200),c=o*.2,d=o*.2;let l=r+c;const u=i+c,p=f=>{const S=a(this,Lt).getContext("2d");S.save(),S.fillStyle=a(this,Yt).background,S.beginPath(),S.moveTo(l+d,u),S.arcTo(l+o,u,l+o,u+d,d),S.arcTo(l+o,u+o,l+o-d,u+o,d),S.arcTo(l,u+o,l,u+o-d,d),S.arcTo(l,u,l+d,u,d),S.closePath(),S.fill(),typeof f=="string"?(S.font=`${o/1.5}px sans-serif`,S.fillStyle=a(this,Yt).text,S.textAlign="center",S.textBaseline="top",S.fillText(f,o/2+l,u+c)):S.drawImage(f,l+c,u+c,o-c*2,o-c*2),l+=o+c,S.restore()};e.pinned&&p(a(this,gn)),e.handRaised&&p(a(this,mn)),e.reaction&&p(e.reaction)}drawTile(e,r,i){var l,u;if(a(this,Lt)===void 0)return;const n=a(this,Lt).getContext("2d"),o=this.getSources();let c=0,d=0;for(;c<a(this,Pe).height-5;){let p=0;for(;p<a(this,Pe).width-5&&d<i;){if((l=o[d])!=null&&l.enabled){const f=o[d].element,[S,E,P,C,k,I,L,N]=CC(p,c,e,r,f.videoWidth,f.videoHeight);((u=f==null?void 0:f.classList)==null?void 0:u.contains("mirror"))?(n.save(),n.scale(-1,1),n.drawImage(f,S,E,P,C,-1*k,I,-1*L,N),n.restore()):n.drawImage(f,S,E,P,C,k,I,L,N),this.drawIcons(o[d],k,I,Math.max(L,N))}else this.drawEmptyTile(d,e,r,o[d]);d+=1,p+=e}c+=r}}calcGridElemSize(e){switch(e){case 0:case 1:return[a(this,Pe).width,a(this,Pe).height];case 2:return[Math.floor(a(this,Pe).width/2),a(this,Pe).height];case 3:case 4:return[Math.floor(a(this,Pe).width/2),Math.floor(a(this,Pe).height/2)];case 5:case 6:return[Math.floor(a(this,Pe).width/3),Math.floor(a(this,Pe).height/2)];case 7:case 8:case 9:return[Math.floor(a(this,Pe).width/3),Math.floor(a(this,Pe).height/3)];default:return[Math.floor(a(this,Pe).width/3),Math.floor(a(this,Pe).height/2)]}}paintCanvas(){let e=this.getSources().length;e!==1&&(e=e%2>0?e+1:e);const[r,i]=this.calcGridElemSize(e);this.drawTile(r,i,e)}isSupported(){var e;return!!window.chrome&&document.pictureInPictureEnabled&&((e=a(this,be).config)==null?void 0:e.viewType)!=="LIVESTREAM"}get isActive(){return document.pictureInPictureElement!==null}cleanup(){if(m(this,fn,!1),this.isSupported()&&document.exitPictureInPicture!==void 0&&document.pictureInPictureElement!==null&&document.exitPictureInPicture(),a(this,Ke))try{document.body.removeChild(a(this,Ke))}catch(e){}this.removeAllSources(),m(this,Lt,void 0),m(this,Vt,void 0),m(this,Ms,void 0)}init({height:e,width:r}={}){if(!this.isSupported())throw this.logger.error("Pip.unsupported"),new Error("Picture-in-picture is not available in this environment");if(a(this,fn))return;m(this,fn,!0),this.createCanvas(),this.setupMediaSessionEvents();const i=document.createElement("video");m(this,Pe,{height:e!=null?e:tp,width:r!=null?r:sp}),i.height=a(this,Pe).height,i.width=a(this,Pe).width,i.autoplay=!0,i.muted=!0,i.srcObject=a(this,Lt).captureStream(24),m(this,Vt,i),a(this,Vt).onloadedmetadata=()=>{try{this.emit("pipStarted"),a(this,Vt).onleavepictureinpicture=()=>{this.emit("pipEnded")}}catch(n){this.emit("pipEnded")}},this.createVideoContainer(),this.paintCanvas()}updateMediaSession(e,r){navigator.mediaSession!==void 0&&(e==="CAMERA"&&navigator.mediaSession.setCameraActive!==void 0&&navigator.mediaSession.setCameraActive(r),e==="MIC"&&navigator.mediaSession.setMicrophoneActive!==void 0&&navigator.mediaSession.setMicrophoneActive(r))}enableSource(e){a(this,et)[e]!==void 0&&(a(this,et)[e].enabled=!0)}disableSource(e){a(this,et)[e]!==void 0&&(a(this,et)[e].enabled=!1)}async generateAvatar(e,r){if(!r)return;const i=new Image;try{const n=await(await fetch(r)).blob(),o=window.URL.createObjectURL(n);i.onload=()=>{this.updateSource(e,{image:i}),window.URL.revokeObjectURL(o)},i.src=o}catch(n){this.logger.error("Pip::GenerateAvatar",{error:n})}}addSource(e,r,i,n=!1,o=void 0,c=void 0,d=!1){this.logger.debug("Pip::AddSource",{pip:{id:e,handRaised:d}}),a(this,et)[e]={id:e,element:r,enabled:i,pinned:n,displayText:o?_C(o):void 0,imageUrl:c,handRaised:d},c&&this.generateAvatar(e,c)}updateSource(e,r){this.logger.info("Pip::UpdateSource",{pip:{id:e,handRaised:r.handRaised,reaction:r.reaction}});const i=a(this,et)[e];i&&(a(this,et)[e]={...i,...r})}removeSource(e){delete a(this,et)[e]}removePinnedSource(){Object.values(a(this,et)).forEach(r=>{r.pinned&&this.removeSource(r.id)})}removeAllSources(){m(this,et,{})}enable(){m(this,As,"activating"),this.setupEventListeners(),this.updateMediaSession("CAMERA",a(this,be).videoEnabled),this.updateMediaSession("MIC",a(this,be).audioEnabled),document.body.appendChild(a(this,Ke)),m(this,Ms,requestAnimationFrame(()=>this.animate())),a(this,Vt).onloadedmetadata=()=>{a(this,Vt).requestPictureInPicture().then(()=>{m(this,As,"active")})},a(this,Vt).readyState===4&&a(this,Vt).requestPictureInPicture().then(()=>{m(this,As,"active")})}};let Gl=gh;Lt=new WeakMap,Xr=new WeakMap,Ke=new WeakMap,Vt=new WeakMap,Pe=new WeakMap,Yt=new WeakMap,Ms=new WeakMap,et=new WeakMap,be=new WeakMap,gn=new WeakMap,mn=new WeakMap,As=new WeakMap,fn=new WeakMap;var Qs;(function(s){s[s.PUBLISHER=0]="PUBLISHER",s[s.SUBSCRIBER=1]="SUBSCRIBER"})(Qs||(Qs={}));var zs;(function(s){s[s.AUDIO=0]="AUDIO",s[s.VIDEO=1]="VIDEO"})(zs||(zs={}));class wC extends T.MessageType{constructor(){super("media.Codec",[{no:1,name:"channels",kind:"scalar",opt:!0,T:5},{no:2,name:"clock_rate",kind:"scalar",T:5},{no:3,name:"mime_type",kind:"scalar",T:9},{no:4,name:"sdp_fmtp_line",kind:"scalar",opt:!0,T:9},{no:5,name:"payload_type",kind:"scalar",opt:!0,T:13}])}}const Pm=new wC;class RC extends T.MessageType{constructor(){super("media.HeaderExtension",[{no:1,name:"direction",kind:"scalar",opt:!0,T:9},{no:2,name:"uri",kind:"scalar",T:9}])}}const bC=new RC;class kC extends T.MessageType{constructor(){super("media.Fingerprint",[{no:1,name:"algorithm",kind:"scalar",T:9},{no:2,name:"value",kind:"scalar",T:9}])}}new kC;class MC extends T.MessageType{constructor(){super("media.SessionDescription",[{no:1,name:"target",kind:"enum",T:()=>["media.Target",Qs]},{no:2,name:"type",kind:"scalar",T:9},{no:3,name:"sdp",kind:"scalar",T:9}])}}const ds=new MC;class AC extends T.MessageType{constructor(){super("media.ProducerPayload",[{no:1,name:"kind",kind:"scalar",T:9},{no:2,name:"paused",kind:"scalar",T:8},{no:3,name:"screen_share",kind:"scalar",T:8},{no:4,name:"msid",kind:"scalar",T:9},{no:5,name:"app_data",kind:"scalar",opt:!0,T:9},{no:6,name:"mime_type",kind:"scalar",opt:!0,T:9}])}}const IC=new AC;class DC extends T.MessageType{constructor(){super("media.CreateTransportRequest",[{no:1,name:"consuming",kind:"scalar",T:8},{no:2,name:"force_tcp",kind:"scalar",opt:!0,T:8},{no:3,name:"description",kind:"message",T:()=>ds},{no:4,name:"private_ice",kind:"scalar",opt:!0,T:8},{no:5,name:"producers",kind:"message",repeat:1,T:()=>IC}])}}const OC=new DC;class NC extends T.MessageType{constructor(){super("media.AudioActivityRequest",[{no:1,name:"producer_id",kind:"scalar",T:9},{no:2,name:"energy",kind:"scalar",T:5},{no:3,name:"silent",kind:"scalar",T:8}])}}const LC=new NC;class VC extends T.MessageType{constructor(){super("media.CreateTransportResponse",[{no:1,name:"transport_id",kind:"scalar",T:9},{no:2,name:"description",kind:"message",T:()=>ds},{no:3,name:"transcription_enabled",kind:"scalar",opt:!0,T:8},{no:4,name:"producer_ids",kind:"scalar",repeat:2,T:9}])}}const _m=new VC;class xC extends T.MessageType{constructor(){super("media.RenegotiateRequest",[{no:1,name:"transport_id",kind:"scalar",T:9},{no:2,name:"description",kind:"message",T:()=>ds}])}}const UC=new xC;class $C extends T.MessageType{constructor(){super("media.RenegotiateResponse",[{no:1,name:"transport_id",kind:"scalar",T:9},{no:2,name:"description",kind:"message",T:()=>ds}])}}new $C;class BC extends T.MessageType{constructor(){super("media.NestedScore",[{no:1,name:"encoding_idx",kind:"scalar",T:5},{no:2,name:"rid",kind:"scalar",T:9},{no:3,name:"score",kind:"scalar",T:5},{no:4,name:"ssrc",kind:"scalar",T:3,L:0}])}}const HC=new BC;class FC extends T.MessageType{constructor(){super("media.ProducerTrack",[{no:1,name:"track_id",kind:"scalar",T:9},{no:2,name:"producer_id",kind:"scalar",T:9},{no:3,name:"stream_id",kind:"scalar",T:9}])}}const qC=new FC;class jC extends T.MessageType{constructor(){super("media.ProducerEntry",[{no:1,name:"producing_transport_id",kind:"scalar",T:9},{no:2,name:"producer_id",kind:"scalar",T:9}])}}new jC;class GC extends T.MessageType{constructor(){super("media.ConsumerEntry",[{no:1,name:"consuming_transport_id",kind:"scalar",T:9},{no:2,name:"consumer_id",kind:"scalar",T:9}])}}new GC;class WC extends T.MessageType{constructor(){super("media.ProducerState",[{no:1,name:"producer_id",kind:"scalar",T:9},{no:2,name:"kind",kind:"enum",T:()=>["media.ProducerKind",zs]},{no:3,name:"pause",kind:"scalar",T:8},{no:4,name:"screen_share",kind:"scalar",T:8},{no:5,name:"app_data",kind:"scalar",opt:!0,T:9},{no:6,name:"producing_transport_id",kind:"scalar",opt:!0,T:9},{no:7,name:"mime_type",kind:"scalar",opt:!0,T:9},{no:8,name:"codec",kind:"message",T:()=>Pm}])}}const fc=new WC;class JC extends T.MessageType{constructor(){super("media.ConsumerState",[{no:1,name:"consumer_id",kind:"scalar",T:9},{no:2,name:"producer_state",kind:"message",T:()=>fc},{no:3,name:"producer_track",kind:"message",T:()=>qC},{no:4,name:"error_code",kind:"scalar",opt:!0,T:9}])}}const KC=new JC;class zC extends T.MessageType{constructor(){super("media.ProducerIdToConsumerMap",[{no:1,name:"map",kind:"map",K:9,V:{kind:"message",T:()=>KC}}])}}const Cm=new zC;class YC extends T.MessageType{constructor(){super("media.PeerRtpCapabilitites",[{no:1,name:"sender",kind:"message",T:()=>ip},{no:2,name:"receiver",kind:"message",T:()=>ip}])}}const wm=new YC;class QC extends T.MessageType{constructor(){super("media.RtpCapability",[{no:1,name:"codecs",kind:"message",repeat:1,T:()=>Pm},{no:2,name:"header_extensions",kind:"message",repeat:1,T:()=>bC}])}}const rp=new QC;class XC extends T.MessageType{constructor(){super("media.RtpCapabilitites",[{no:1,name:"audio",kind:"message",T:()=>rp},{no:2,name:"video",kind:"message",T:()=>rp}])}}const ip=new XC;class ZC extends T.MessageType{constructor(){super("media.PreferredCodec",[{no:1,name:"audio",kind:"scalar",opt:!0,T:9},{no:2,name:"video",kind:"scalar",opt:!0,T:9}])}}const ew=new ZC;class tw extends T.MessageType{constructor(){super("media.Simulcast",[{no:1,name:"preferred_rid",kind:"scalar",opt:!0,T:9},{no:2,name:"priority_ordering",kind:"scalar",opt:!0,T:9},{no:3,name:"rid_not_available",kind:"scalar",opt:!0,T:9}])}}const Rm=new tw;class sw extends T.MessageType{constructor(){super("media.edge.GeoLocation",[{no:1,name:"latitude",kind:"scalar",T:2},{no:2,name:"longitude",kind:"scalar",T:2},{no:3,name:"region",kind:"scalar",opt:!0,T:9}])}}const rw=new sw;class iw extends T.MessageType{constructor(){super("media.edge.PeerJoinRequest",[{no:1,name:"display_name",kind:"scalar",opt:!0,T:9},{no:2,name:"prejoined",kind:"scalar",T:8},{no:3,name:"room_uuid",kind:"scalar",T:9},{no:4,name:"meeting_id",kind:"scalar",opt:!0,T:9},{no:5,name:"preset",kind:"scalar",opt:!0,T:12},{no:6,name:"user_id",kind:"scalar",opt:!0,T:9},{no:7,name:"organization_id",kind:"scalar",opt:!0,T:9},{no:8,name:"location",kind:"message",T:()=>rw},{no:9,name:"capabilities",kind:"message",T:()=>wm}])}}const nw=new iw;class aw extends T.MessageType{constructor(){super("media.edge.PeerJoinCompleteRequest",[])}}const ow=new aw;class cw extends T.MessageType{constructor(){super("media.edge.PeerLeaveRequest",[{no:1,name:"close_room",kind:"scalar",T:8}])}}const dw=new cw;class lw extends T.MessageType{constructor(){super("media.edge.ConsumeMultipleProducerRequest",[{no:1,name:"producer_ids",kind:"scalar",repeat:2,T:9},{no:2,name:"paused",kind:"scalar",opt:!0,T:8}])}}new lw;class uw extends T.MessageType{constructor(){super("media.edge.ConsumePeerRequest",[{no:1,name:"producing_peer_id",kind:"scalar",T:9},{no:2,name:"paused",kind:"scalar",opt:!0,T:8},{no:3,name:"producer_id",kind:"scalar",opt:!0,T:9},{no:4,name:"preferred_codec",kind:"message",T:()=>ew},{no:5,name:"producing_transport_id",kind:"scalar",opt:!0,T:9},{no:6,name:"simulcast",kind:"message",T:()=>Rm}])}}const hw=new uw;class pw extends T.MessageType{constructor(){super("media.edge.ConsumePeersRequest",[{no:1,name:"requests",kind:"message",repeat:1,T:()=>hw},{no:2,name:"consuming_transport_id",kind:"scalar",opt:!0,T:9}])}}const gw=new pw;class mw extends T.MessageType{constructor(){super("media.edge.UpdateConsumerSimulcastConfigRequest",[{no:1,name:"producer_id",kind:"scalar",T:9},{no:2,name:"simulcast",kind:"message",T:()=>Rm},{no:3,name:"producing_transport_id",kind:"scalar",T:9},{no:4,name:"mid",kind:"scalar",T:9}])}}const fw=new mw;class Tw extends T.MessageType{constructor(){super("media.edge.UpdateConsumersSimulcastConfigRequest",[{no:1,name:"requests",kind:"message",repeat:1,T:()=>fw},{no:2,name:"consuming_transport_id",kind:"scalar",opt:!0,T:9}])}}const Sw=new Tw;class vw extends T.MessageType{constructor(){super("media.edge.ProducerCreateRequest",[{no:1,name:"kind",kind:"scalar",T:9},{no:2,name:"paused",kind:"scalar",T:8},{no:3,name:"screen_share",kind:"scalar",T:8},{no:4,name:"description",kind:"message",T:()=>ds},{no:5,name:"msid",kind:"scalar",T:9},{no:6,name:"app_data",kind:"scalar",opt:!0,T:9},{no:7,name:"mime_type",kind:"scalar",opt:!0,T:9},{no:8,name:"producing_transport_id",kind:"scalar",opt:!0,T:9}])}}const yw=new vw;class Ew extends T.MessageType{constructor(){super("media.edge.SelectedPeersRequest",[])}}new Ew;class Pw extends T.MessageType{constructor(){super("media.edge.GlobalPeerPinningRequest",[{no:1,name:"participant_id",kind:"scalar",T:9}])}}const _w=new Pw;class Cw extends T.MessageType{constructor(){super("media.edge.ProducerToggleRequest",[{no:1,name:"producer_id",kind:"scalar",T:9},{no:2,name:"pause",kind:"scalar",T:8}])}}const wc=new Cw;class ww extends T.MessageType{constructor(){super("media.edge.ConsumerToggleRequest",[{no:1,name:"consumer_id",kind:"scalar",T:9},{no:2,name:"pause",kind:"scalar",T:8}])}}new ww;class Rw extends T.MessageType{constructor(){super("media.edge.ProducerCloseRequest",[{no:1,name:"producer_id",kind:"scalar",T:9},{no:2,name:"description",kind:"message",T:()=>ds},{no:3,name:"producing_transport_id",kind:"scalar",opt:!0,T:9}])}}const bw=new Rw;class kw extends T.MessageType{constructor(){super("media.edge.ConsumerCloseRequest",[{no:1,name:"consumer_ids",kind:"scalar",repeat:2,T:9},{no:2,name:"description",kind:"message",T:()=>ds},{no:3,name:"consuming_transport_id",kind:"scalar",opt:!0,T:9}])}}const Mw=new kw;class Aw extends T.MessageType{constructor(){super("media.edge.KickPeerRequest",[{no:1,name:"participant_id",kind:"scalar",T:9}])}}new Aw;class Iw extends T.MessageType{constructor(){super("media.edge.KickAllPeersRequest",[{no:1,name:"propagate_kick_across_rooms",kind:"scalar",T:8}])}}const bm=new Iw;class Dw extends T.MessageType{constructor(){super("media.edge.PeerDisplayNameEditRequest",[{no:1,name:"participant_id",kind:"scalar",T:9},{no:2,name:"display_name",kind:"scalar",T:9}])}}const Ow=new Dw;class Nw extends T.MessageType{constructor(){super("media.edge.HostMediaControlForPeerRequest",[{no:1,name:"participant_id",kind:"scalar",T:9},{no:2,name:"audio",kind:"scalar",T:8},{no:3,name:"video",kind:"scalar",T:8},{no:4,name:"scree_share",kind:"scalar",T:8}])}}const Lw=new Nw;class Vw extends T.MessageType{constructor(){super("media.edge.HostMediaControlForAllPeerRequest",[{no:1,name:"audio",kind:"scalar",T:8},{no:2,name:"video",kind:"scalar",T:8},{no:3,name:"screen_share",kind:"scalar",T:8}])}}const xw=new Vw;class Uw extends T.MessageType{constructor(){super("media.edge.GetRoomStateResponse",[{no:1,name:"display_title",kind:"scalar",T:9},{no:2,name:"locked_mode",kind:"scalar",T:8},{no:3,name:"room_uuid",kind:"scalar",T:9},{no:4,name:"room_name",kind:"scalar",T:9},{no:5,name:"current_peer_id",kind:"scalar",T:9},{no:6,name:"is_recording",kind:"scalar",opt:!0,T:8},{no:7,name:"recorder_participant_id",kind:"scalar",opt:!0,T:9},{no:8,name:"pinned_peer_ids",kind:"scalar",repeat:2,T:9}])}}const $w=new Uw;class Bw extends T.MessageType{constructor(){super("media.edge.ErrorResponse",[{no:1,name:"error_message",kind:"scalar",T:9},{no:2,name:"event_id",kind:"scalar",T:5}])}}const Hw=new Bw;class Fw extends T.MessageType{constructor(){super("media.edge.EmptyResponse",[])}}new Fw;class qw extends T.MessageType{constructor(){super("media.edge.RoomParticipants",[{no:1,name:"peer_id",kind:"scalar",T:9},{no:2,name:"producer_states",kind:"message",repeat:1,T:()=>fc},{no:3,name:"display_name",kind:"scalar",T:9},{no:4,name:"user_id",kind:"scalar",opt:!0,T:9},{no:5,name:"capabilities",kind:"message",T:()=>wm}])}}const km=new qw;class jw extends T.MessageType{constructor(){super("media.edge.SelectedPeersResponse",[{no:1,name:"audio_peers",kind:"scalar",repeat:2,T:9},{no:2,name:"compulsory_peers",kind:"scalar",repeat:2,T:9}])}}const Wl=new jw;class Gw extends T.MessageType{constructor(){super("media.edge.SelectedPeersDiffEntry",[{no:1,name:"peer_id",kind:"scalar",T:9},{no:2,name:"priority",kind:"scalar",T:5}])}}const Ww=new Gw;class Jw extends T.MessageType{constructor(){super("media.edge.SelectedPeersDiffResponse",[{no:1,name:"entries",kind:"message",repeat:1,T:()=>Ww}])}}const np=new Jw;class Kw extends T.MessageType{constructor(){super("media.edge.PeerJoinResponse",[])}}new Kw;class zw extends T.MessageType{constructor(){super("media.edge.PeerJoinCompleteResponse",[{no:1,name:"room_state",kind:"message",T:()=>$w},{no:2,name:"participants",kind:"message",repeat:1,T:()=>km},{no:3,name:"selected_peers",kind:"message",T:()=>Wl},{no:4,name:"max_preferred_streams",kind:"scalar",T:5}])}}const Jl=new zw;class Yw extends T.MessageType{constructor(){super("media.edge.PeerLeaveResponse",[{no:1,name:"closed",kind:"scalar",T:8}])}}const Qw=new Yw;class Xw extends T.MessageType{constructor(){super("media.edge.ConsumeMultipleProducerResponse",[{no:1,name:"status",kind:"scalar",T:8},{no:2,name:"consumer_ids_map",kind:"message",T:()=>Cm}])}}new Xw;class Zw extends T.MessageType{constructor(){super("media.edge.ConsumePeerResponse",[{no:1,name:"status",kind:"scalar",T:8},{no:2,name:"consumer_ids_map",kind:"message",T:()=>Cm},{no:3,name:"description",kind:"message",T:()=>ds}])}}const eR=new Zw;class tR extends T.MessageType{constructor(){super("media.edge.ProducerCreateResponse",[{no:1,name:"status",kind:"scalar",T:8},{no:2,name:"producer_id",kind:"scalar",T:9},{no:4,name:"description",kind:"message",T:()=>ds}])}}const sR=new tR;class rR extends T.MessageType{constructor(){super("media.edge.ProducerScoreResponse",[{no:1,name:"responseid",kind:"scalar",T:9},{no:2,name:"score",kind:"message",T:()=>HC}])}}new rR;class iR extends T.MessageType{constructor(){super("media.edge.ActiveSpeakerResponse",[{no:1,name:"responsepeer_id",kind:"scalar",T:9},{no:2,name:"volume",kind:"scalar",T:5}])}}new iR;class nR extends T.MessageType{constructor(){super("media.edge.NoActiveSpeakerResponse",[])}}new nR;class aR extends T.MessageType{constructor(){super("media.edge.ProducerToggleResponse",[])}}new aR;class oR extends T.MessageType{constructor(){super("media.edge.ConsumerToggleResponse",[])}}new oR;class cR extends T.MessageType{constructor(){super("media.edge.ProducerClosingResponse",[{no:1,name:"description",kind:"message",T:()=>ds}])}}const dR=new cR;class lR extends T.MessageType{constructor(){super("media.edge.ConsumerClosingResponse",[{no:1,name:"description",kind:"message",T:()=>ds}])}}const uR=new lR;class hR extends T.MessageType{constructor(){super("media.edge.GlobalPeerPinningResponse",[])}}new hR;class pR extends T.MessageType{constructor(){super("media.edge.KickPeerResponse",[{no:1,name:"status",kind:"scalar",T:9}])}}new pR;class gR extends T.MessageType{constructor(){super("media.edge.KickAllPeersResponse",[{no:1,name:"status",kind:"scalar",T:9}])}}new gR;class mR extends T.MessageType{constructor(){super("media.edge.HostMediaControlForPeerResponse",[{no:1,name:"status",kind:"scalar",T:9}])}}const fR=new mR;class TR extends T.MessageType{constructor(){super("media.edge.HostMediaControlForAllPeerResponse",[{no:1,name:"status",kind:"scalar",T:9}])}}const SR=new TR;class vR extends T.MessageType{constructor(){super("media.edge.PeerDisplayNameEditResponse",[{no:1,name:"status",kind:"scalar",T:9}])}}const yR=new vR;class ER extends T.MessageType{constructor(){super("media.edge.PeerJoinBroadcastResponse",[{no:1,name:"participant",kind:"message",T:()=>km}])}}const ap=new ER;class PR extends T.MessageType{constructor(){super("media.edge.TrackSubscriptionKind",[{no:1,name:"audio",kind:"scalar",T:8},{no:2,name:"video",kind:"scalar",T:8}])}}const op=new PR;class _R extends T.MessageType{constructor(){super("media.edge.TrackSubscription",[{no:1,name:"label",kind:"scalar",T:9},{no:2,name:"webcam",kind:"message",T:()=>op},{no:3,name:"screenshare",kind:"message",T:()=>op}])}}const CR=new _R;class wR extends T.MessageType{constructor(){super("media.edge.PeerProducingTransportCreateBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9},{no:2,name:"transport_details",kind:"message",T:()=>_m},{no:3,name:"track_subscriptions",kind:"message",repeat:1,T:()=>CR}])}}new wR;class RR extends T.MessageType{constructor(){super("media.edge.PeerProducerCreateBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9},{no:2,name:"producer_state",kind:"message",T:()=>fc}])}}const bR=new RR;class kR extends T.MessageType{constructor(){super("media.edge.PeerProducerToggleBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9},{no:2,name:"producer_state",kind:"message",T:()=>fc},{no:3,name:"initiator_participant_id",kind:"scalar",opt:!0,T:9}])}}const cp=new kR;class MR extends T.MessageType{constructor(){super("media.edge.PeerProducerCloseBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9},{no:2,name:"producer_state",kind:"message",T:()=>fc}])}}const AR=new MR;class IR extends T.MessageType{constructor(){super("media.edge.PeerLeaveBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9}])}}const Kl=new IR;class DR extends T.MessageType{constructor(){super("media.edge.GlobalPeerPinningBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9}])}}const dp=new DR;class OR extends T.MessageType{constructor(){super("media.edge.GlobalPeerUnPinningBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9}])}}new OR;class NR extends T.MessageType{constructor(){super("media.edge.RecordingStartedBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9}])}}new NR;class LR extends T.MessageType{constructor(){super("media.edge.RecordingStoppedBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9}])}}new LR;class VR extends T.MessageType{constructor(){super("media.edge.PeerDisplayNameEditBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9},{no:2,name:"display_name",kind:"scalar",T:9}])}}new VR;class xR extends T.MessageType{constructor(){super("media.edge.PeerPingRequestBroadcastResponse",[{no:1,name:"password",kind:"scalar",T:9}])}}new xR;class UR extends T.MessageType{constructor(){super("media.edge.MediaRoomTerminationBroadcastResponse",[{no:1,name:"reason",kind:"scalar",T:9}])}}new UR;class $R extends T.MessageType{constructor(){super("socket.ai.MeetingTranscript",[{no:1,name:"meeting_id",kind:"scalar",T:9},{no:2,name:"transcript",kind:"scalar",T:9},{no:3,name:"is_partial",kind:"scalar",T:8}])}}const Ml=new $R;class BR extends T.MessageType{constructor(){super("socket.api.BaseSocketHubMessage",[{no:1,name:"event",kind:"scalar",T:5},{no:2,name:"id",kind:"scalar",T:9},{no:3,name:"peer_id",kind:"scalar",T:9},{no:4,name:"room_id",kind:"scalar",T:9},{no:5,name:"user_id",kind:"scalar",T:9},{no:6,name:"payload",kind:"scalar",T:12},{no:7,name:"error",kind:"scalar",opt:!0,T:8},{no:8,name:"sid",kind:"scalar",opt:!0,T:9}])}}new BR;class HR extends T.MessageType{constructor(){super("socket.api.ErrorMessage",[{no:1,name:"code",kind:"scalar",opt:!0,T:5},{no:2,name:"message",kind:"scalar",T:9}])}}const FR=new HR;var $i;(function(s){s[s.BROWSER=0]="BROWSER",s[s.TRACK=1]="TRACK",s[s.COMPOSITE=2]="COMPOSITE"})($i||($i={}));var Gs;(function(s){s[s.UNSPECIFIED=0]="UNSPECIFIED",s[s.ON_STAGE=1]="ON_STAGE",s[s.APPROVED_STAGE=2]="APPROVED_STAGE",s[s.REQUESTED_STAGE=3]="REQUESTED_STAGE",s[s.OFF_STAGE=4]="OFF_STAGE"})(Gs||(Gs={}));var zl;(function(s){s[s.NONE=0]="NONE",s[s.RECORDER=1]="RECORDER",s[s.LIVESTREAMER=2]="LIVESTREAMER"})(zl||(zl={}));var Yl;(function(s){s[s.PEERS=0]="PEERS",s[s.ROOMS=1]="ROOMS"})(Yl||(Yl={}));var Xc;(function(s){s[s.HIVE=0]="HIVE",s[s.CHAT=1]="CHAT",s[s.PING=2]="PING"})(Xc||(Xc={}));class qR extends T.MessageType{constructor(){super("socket.room.PeerFlags",[{no:1,name:"preset_name",kind:"scalar",T:9},{no:2,name:"recorder_type",kind:"scalar",T:9},{no:3,name:"hidden_participant",kind:"scalar",T:8}])}}const jR=new qR;class GR extends T.MessageType{constructor(){super("socket.room.Peer",[{no:1,name:"peer_id",kind:"scalar",T:9},{no:2,name:"user_id",kind:"scalar",T:9},{no:3,name:"display_name",kind:"scalar",T:9},{no:4,name:"stage_type",kind:"enum",opt:!0,T:()=>["socket.room.StageType",Gs,"STAGE_TYPE_"]},{no:5,name:"custom_participant_id",kind:"scalar",opt:!0,T:9},{no:6,name:"preset_id",kind:"scalar",opt:!0,T:9},{no:7,name:"display_picture_url",kind:"scalar",opt:!0,T:9},{no:8,name:"waitlisted",kind:"scalar",T:8},{no:9,name:"flags",kind:"message",T:()=>jR}])}}const pl=new GR;class WR extends T.MessageType{constructor(){super("socket.room.PeerInfoResponse",[{no:1,name:"peer",kind:"message",T:()=>pl}])}}const Yi=new WR;class JR extends T.MessageType{constructor(){super("socket.room.PeerStatusUpdate",[{no:1,name:"peer_id",kind:"scalar",T:9},{no:2,name:"user_id",kind:"scalar",T:9},{no:3,name:"stage_type",kind:"enum",opt:!0,T:()=>["socket.room.StageType",Gs,"STAGE_TYPE_"]}])}}const lp=new JR;class KR extends T.MessageType{constructor(){super("socket.room.RoomPeersInfoRequest",[{no:1,name:"seach_query",kind:"scalar",T:9},{no:2,name:"limit",kind:"scalar",T:5},{no:3,name:"offset",kind:"scalar",T:5}])}}const zR=new KR;class YR extends T.MessageType{constructor(){super("socket.room.RoomPeersInfoResponse",[{no:1,name:"peers",kind:"message",repeat:1,T:()=>pl}])}}const Al=new YR;class QR extends T.MessageType{constructor(){super("socket.room.RoomPeerCountResponse",[{no:1,name:"count",kind:"scalar",T:4,L:2}])}}const up=new QR;class XR extends T.MessageType{constructor(){super("socket.room.Room",[{no:1,name:"room_id",kind:"scalar",T:9},{no:2,name:"title",kind:"scalar",T:9},{no:4,name:"created_at",kind:"scalar",T:4,L:2},{no:5,name:"active_recordings",kind:"message",repeat:1,T:()=>eb},{no:6,name:"room_uuid",kind:"scalar",opt:!0,T:9}])}}const Mm=new XR;class ZR extends T.MessageType{constructor(){super("socket.room.ActiveRecording",[{no:1,name:"recording_id",kind:"scalar",T:9},{no:2,name:"recording_type",kind:"enum",T:()=>["common.RecordingType",$i]},{no:3,name:"recording_status",kind:"scalar",T:9}])}}const eb=new ZR;class tb extends T.MessageType{constructor(){super("socket.room.RoomInfoResponse",[{no:1,name:"room",kind:"message",T:()=>Mm}])}}const hp=new tb;class sb extends T.MessageType{constructor(){super("socket.room.GetPeerInfoRequest",[{no:1,name:"peer_id",kind:"scalar",T:9}])}}const Am=new sb;class rb extends T.MessageType{constructor(){super("socket.room.UpdatePeerInfoRequest",[{no:1,name:"peer_id",kind:"scalar",T:9},{no:2,name:"display_name",kind:"scalar",opt:!0,T:9}])}}new rb;class ib extends T.MessageType{constructor(){super("socket.room.JoinRoomRequest",[{no:1,name:"peer",kind:"message",T:()=>pl},{no:3,name:"room_uuid",kind:"scalar",T:9},{no:4,name:"organization_id",kind:"scalar",opt:!0,T:9},{no:5,name:"use_hive",kind:"scalar",opt:!0,T:8},{no:6,name:"preset",kind:"scalar",opt:!0,T:12},{no:7,name:"capabilities",kind:"enum",repeat:1,T:()=>["socket.room.Capabilities",Xc,"CAPABILITIES_"]},{no:8,name:"timestamp",kind:"scalar",opt:!0,T:4,L:2}])}}const nb=new ib;class ab extends T.MessageType{constructor(){super("socket.room.LeaveRoomRequest",[{no:1,name:"peer",kind:"message",T:()=>pl},{no:2,name:"timestamp",kind:"scalar",opt:!0,T:4,L:2}])}}const ob=new ab;class cb extends T.MessageType{constructor(){super("socket.room.UpdateRoomInfoRequest",[{no:1,name:"room",kind:"message",T:()=>Mm}])}}new cb;class db extends T.MessageType{constructor(){super("socket.room.GetConnectedRoomsDumpRequest",[])}}new db;class lb extends T.MessageType{constructor(){super("socket.room.ServiceError",[{no:1,name:"message",kind:"scalar",opt:!0,T:9},{no:2,name:"code",kind:"scalar",opt:!0,T:9}])}}const Ku=new lb;class ub extends T.MessageType{constructor(){super("socket.room.ConnectedMeetingPeer",[{no:1,name:"id",kind:"scalar",opt:!0,T:9},{no:2,name:"display_name",kind:"scalar",opt:!0,T:9},{no:3,name:"custom_participant_id",kind:"scalar",opt:!0,T:9},{no:4,name:"preset_id",kind:"scalar",opt:!0,T:9},{no:5,name:"display_picture_url",kind:"scalar",opt:!0,T:9}])}}const hb=new ub;class pb extends T.MessageType{constructor(){super("socket.room.ConnectedMeetingDump",[{no:1,name:"id",kind:"scalar",opt:!0,T:9},{no:2,name:"title",kind:"scalar",opt:!0,T:9},{no:3,name:"participants",kind:"message",repeat:1,T:()=>hb}])}}const pp=new pb;class gb extends T.MessageType{constructor(){super("socket.room.GetConnectedRoomsDumpResponse",[{no:1,name:"parent_meeting",kind:"message",T:()=>pp},{no:2,name:"meetings",kind:"message",repeat:1,T:()=>pp}])}}const mb=new gb;class fb extends T.MessageType{constructor(){super("socket.room.CreateRoomRequestPayload",[{no:1,name:"title",kind:"scalar",opt:!0,T:9}])}}const Tb=new fb;class Sb extends T.MessageType{constructor(){super("socket.room.CreateConnectedRoomsRequest",[{no:1,name:"payloads",kind:"message",repeat:1,T:()=>Tb}])}}const vb=new Sb;class yb extends T.MessageType{constructor(){super("socket.room.CreateRoomResponsePayload",[{no:1,name:"id",kind:"scalar",opt:!0,T:9},{no:2,name:"title",kind:"scalar",opt:!0,T:9},{no:3,name:"error",kind:"message",T:()=>Ku}])}}const Eb=new yb;class Pb extends T.MessageType{constructor(){super("socket.room.CreateConnectedRoomsResponse",[{no:1,name:"payloads",kind:"message",repeat:1,T:()=>Eb}])}}const gp=new Pb;class _b extends T.MessageType{constructor(){super("socket.room.UpdateRoomRequestPayload",[{no:1,name:"meeting_id",kind:"scalar",opt:!0,T:9},{no:2,name:"title",kind:"scalar",opt:!0,T:9}])}}const Cb=new _b;class wb extends T.MessageType{constructor(){super("socket.room.UpdateConnectedRoomsRequest",[{no:1,name:"payloads",kind:"message",repeat:1,T:()=>Cb}])}}new wb;class Rb extends T.MessageType{constructor(){super("socket.room.DisableRoomPayload",[{no:1,name:"id",kind:"scalar",opt:!0,T:9}])}}const bb=new Rb;class kb extends T.MessageType{constructor(){super("socket.room.DisableConnectedRoomsRequest",[{no:1,name:"payloads",kind:"message",repeat:1,T:()=>bb}])}}const Mb=new kb;class Ab extends T.MessageType{constructor(){super("socket.room.DisableConnectedRoomsResponse",[{no:1,name:"payloads",kind:"message",repeat:1,T:()=>Ob}])}}const Ib=new Ab;class Db extends T.MessageType{constructor(){super("socket.room.DisableConnectedRoomPayload",[{no:1,name:"id",kind:"scalar",opt:!0,T:9},{no:2,name:"status",kind:"scalar",opt:!0,T:9},{no:3,name:"title",kind:"scalar",opt:!0,T:9},{no:4,name:"error",kind:"message",T:()=>Ku}])}}const Ob=new Db;class Nb extends T.MessageType{constructor(){super("socket.room.MovePeerPayload",[{no:1,name:"id",kind:"scalar",opt:!0,T:9},{no:2,name:"preset_id",kind:"scalar",opt:!0,T:9}])}}const Lb=new Nb;class Vb extends T.MessageType{constructor(){super("socket.room.MovePeersBetweenRoomsRequest",[{no:1,name:"source_meeting_id",kind:"scalar",opt:!0,T:9},{no:2,name:"destination_meeting_id",kind:"scalar",opt:!0,T:9},{no:3,name:"participants",kind:"message",repeat:1,T:()=>Lb}])}}const xb=new Vb;class Ub extends T.MessageType{constructor(){super("socket.room.MovedPeer",[{no:1,name:"meeting_id",kind:"scalar",opt:!0,T:9},{no:2,name:"custom_participant_id",kind:"scalar",opt:!0,T:9},{no:3,name:"error",kind:"message",T:()=>Ku}])}}const Im=new Ub;class $b extends T.MessageType{constructor(){super("socket.room.MovePeersBetweenRoomsResponse",[{no:1,name:"payloads",kind:"message",repeat:1,T:()=>Im}])}}new $b;class Bb extends T.MessageType{constructor(){super("socket.room.TransferPeer",[{no:1,name:"meeting_id",kind:"scalar",opt:!0,T:9},{no:2,name:"auth_token",kind:"scalar",opt:!0,T:9}])}}const Hb=new Bb;class Fb extends T.MessageType{constructor(){super("socket.room.GetAllAddedParticipantsResponse",[{no:1,name:"participants",kind:"message",repeat:1,T:()=>Gb}])}}const qb=new Fb;class jb extends T.MessageType{constructor(){super("socket.room.AddedParticipant",[{no:1,name:"id",kind:"scalar",T:9},{no:2,name:"name",kind:"scalar",opt:!0,T:9},{no:3,name:"picture",kind:"scalar",opt:!0,T:9},{no:4,name:"custom_participant_id",kind:"scalar",T:9}])}}const Gb=new jb;class Wb extends T.MessageType{constructor(){super("socket.room.RemoveParticipantsRequest",[{no:1,name:"peer_ids",kind:"scalar",repeat:2,T:9}])}}const Dm=new Wb;class Jb extends T.MessageType{constructor(){super("socket.room.BroadcastMessage",[{no:1,name:"type",kind:"scalar",T:9},{no:2,name:"payload",kind:"scalar",T:12},{no:3,name:"timestamp",kind:"scalar",T:4,L:2},{no:4,name:"ids",kind:"scalar",repeat:2,T:9},{no:5,name:"broadcast_type",kind:"enum",opt:!0,T:()=>["socket.room.BroadcastType",Yl,"BROADCAST_TYPE_"]}])}}const La=new Jb;class Kb extends T.MessageType{constructor(){super("socket.room.AcceptWaitingRoomRequests",[{no:1,name:"user_ids",kind:"scalar",repeat:2,T:9}])}}const zb=new Kb;class Yb extends T.MessageType{constructor(){super("socket.room.DenyWaitingRoomRequests",[{no:1,name:"user_ids",kind:"scalar",repeat:2,T:9}])}}const Qb=new Yb;class Xb extends T.MessageType{constructor(){super("socket.room.WaitingRoomRequest",[{no:1,name:"peer_id",kind:"scalar",T:9},{no:2,name:"user_id",kind:"scalar",T:9},{no:3,name:"display_name",kind:"scalar",T:9},{no:4,name:"picture",kind:"scalar",opt:!0,T:9},{no:5,name:"custom_participant_id",kind:"scalar",opt:!0,T:9},{no:6,name:"preset_name",kind:"scalar",opt:!0,T:9}])}}const Zb=new Xb;class ek extends T.MessageType{constructor(){super("socket.room.GetWaitingRoomRequests",[{no:1,name:"requests",kind:"message",repeat:1,T:()=>Zb}])}}const mp=new ek;class tk extends T.MessageType{constructor(){super("socket.room.GetRoomStageStateResponse",[{no:1,name:"on_stage_peers",kind:"scalar",repeat:2,T:9},{no:2,name:"approved_stage_peers",kind:"scalar",repeat:2,T:9},{no:3,name:"requested_stage_peers",kind:"scalar",repeat:2,T:9}])}}const fp=new tk;var Ql;(function(s){s[s.NONE=0]="NONE",s[s.SKIP=1]="SKIP",s[s.ON_PRIVILEGED_USER_ENTRY=2]="ON_PRIVILEGED_USER_ENTRY",s[s.SKIP_ON_ACCEPT=3]="SKIP_ON_ACCEPT"})(Ql||(Ql={}));var Dr;(function(s){s[s.NONE=0]="NONE",s[s.ALLOWED=1]="ALLOWED",s[s.NOT_ALLOWED=2]="NOT_ALLOWED",s[s.CAN_REQUEST=3]="CAN_REQUEST"})(Dr||(Dr={}));class sk extends T.MessageType{constructor(){super("socket.preset.PollsPermissionUpdate",[{no:1,name:"can_create",kind:"scalar",opt:!0,T:8},{no:2,name:"can_vote",kind:"scalar",opt:!0,T:8},{no:3,name:"can_view",kind:"scalar",opt:!0,T:8}])}}const rk=new sk;class ik extends T.MessageType{constructor(){super("socket.preset.PluginsPermissionsUpdate",[{no:1,name:"can_close",kind:"scalar",opt:!0,T:8},{no:2,name:"can_start",kind:"scalar",opt:!0,T:8}])}}const nk=new ik;class ak extends T.MessageType{constructor(){super("socket.preset.PublicChatPermission",[{no:1,name:"can_send",kind:"scalar",opt:!0,T:8},{no:2,name:"text",kind:"scalar",opt:!0,T:8},{no:3,name:"files",kind:"scalar",opt:!0,T:8}])}}const ok=new ak;class ck extends T.MessageType{constructor(){super("socket.preset.PrivateChatPermission",[{no:1,name:"can_send",kind:"scalar",opt:!0,T:8},{no:2,name:"can_receive",kind:"scalar",opt:!0,T:8},{no:3,name:"text",kind:"scalar",opt:!0,T:8},{no:4,name:"files",kind:"scalar",opt:!0,T:8}])}}const dk=new ck;class lk extends T.MessageType{constructor(){super("socket.preset.ChatPermissionUpdate",[{no:1,name:"public",kind:"message",T:()=>ok},{no:2,name:"private",kind:"message",T:()=>dk}])}}const uk=new lk;class hk extends T.MessageType{constructor(){super("socket.preset.ConnectedMeetingPermissionUpdate",[{no:1,name:"can_alter_connected_meetings",kind:"scalar",opt:!0,T:8},{no:2,name:"can_switch_to_parent_meeting",kind:"scalar",opt:!0,T:8},{no:3,name:"can_switch_connected_meetings",kind:"scalar",opt:!0,T:8}])}}const pk=new hk;class gk extends T.MessageType{constructor(){super("socket.preset.StreamPermission",[{no:1,name:"can_produce",kind:"enum",opt:!0,T:()=>["socket.preset.StreamPermissionType",Dr,"STREAM_PERMISSION_TYPE_"]},{no:2,name:"can_consume",kind:"enum",opt:!0,T:()=>["socket.preset.StreamPermissionType",Dr,"STREAM_PERMISSION_TYPE_"]}])}}const Il=new gk;class mk extends T.MessageType{constructor(){super("socket.preset.MediaPermissionUpdate",[{no:1,name:"video",kind:"message",T:()=>Il},{no:2,name:"audio",kind:"message",T:()=>Il},{no:3,name:"screenshare",kind:"message",T:()=>Il}])}}const fk=new mk;class Tk extends T.MessageType{constructor(){super("socket.preset.PresetUpdates",[{no:1,name:"polls",kind:"message",T:()=>rk},{no:2,name:"plugins",kind:"message",T:()=>nk},{no:3,name:"chat",kind:"message",T:()=>uk},{no:4,name:"accept_waiting_requests",kind:"scalar",opt:!0,T:8},{no:5,name:"can_accept_production_requests",kind:"scalar",opt:!0,T:8},{no:6,name:"can_edit_display_name",kind:"scalar",opt:!0,T:8},{no:7,name:"can_record",kind:"scalar",opt:!0,T:8},{no:8,name:"can_livestream",kind:"scalar",opt:!0,T:8},{no:9,name:"can_spotlight",kind:"scalar",opt:!0,T:8},{no:10,name:"disable_participant_audio",kind:"scalar",opt:!0,T:8},{no:11,name:"disable_participant_screensharing",kind:"scalar",opt:!0,T:8},{no:12,name:"disable_participant_video",kind:"scalar",opt:!0,T:8},{no:13,name:"kick_participant",kind:"scalar",opt:!0,T:8},{no:14,name:"pin_participant",kind:"scalar",opt:!0,T:8},{no:15,name:"transcription_enabled",kind:"scalar",opt:!0,T:8},{no:16,name:"waiting_room_type",kind:"enum",opt:!0,T:()=>["socket.preset.WaitingRoomType",Ql,"WAITING_ROOM_TYPE_"]},{no:17,name:"is_recorder",kind:"scalar",opt:!0,T:8},{no:18,name:"recorder_type",kind:"enum",opt:!0,T:()=>["socket.room.RecorderType",zl,"RECORDER_TYPE_"]},{no:19,name:"hidden_participant",kind:"scalar",opt:!0,T:8},{no:20,name:"show_participant_list",kind:"scalar",opt:!0,T:8},{no:21,name:"can_change_participant_permissions",kind:"scalar",opt:!0,T:8},{no:22,name:"connected_meetings",kind:"message",T:()=>pk},{no:23,name:"media",kind:"message",T:()=>fk}])}}const zu=new Tk;class Sk extends T.MessageType{constructor(){super("socket.preset.ReadPeersPresetRequest",[{no:1,name:"user_ids",kind:"scalar",repeat:2,T:9}])}}const vk=new Sk;class yk extends T.MessageType{constructor(){super("socket.preset.PeerPreset",[{no:1,name:"user_id",kind:"scalar",T:9},{no:2,name:"peer_id",kind:"scalar",T:9},{no:3,name:"preset",kind:"scalar",T:12}])}}const Ek=new yk;class Pk extends T.MessageType{constructor(){super("socket.preset.ReadPeersPresetResponse",[{no:1,name:"peer_presets",kind:"message",repeat:1,T:()=>Ek}])}}const _k=new Pk;class Ck extends T.MessageType{constructor(){super("socket.preset.UpdatePeerPreset",[{no:1,name:"user_ids",kind:"scalar",T:9},{no:2,name:"patch",kind:"message",T:()=>zu}])}}const Om=new Ck;class wk extends T.MessageType{constructor(){super("socket.preset.UpdatePeersPresetRequest",[{no:1,name:"update_peers_presets",kind:"message",repeat:1,T:()=>Om}])}}const Rk=new wk;class bk extends T.MessageType{constructor(){super("socket.preset.UpdatePeersPresetResponse",[{no:1,name:"update_peers_presets",kind:"message",repeat:1,T:()=>Om}])}}const Tp=new bk;class kk extends T.MessageType{constructor(){super("socket.preset.PeerUserIDMap",[{no:1,name:"peer_id",kind:"scalar",T:9},{no:2,name:"user_id",kind:"scalar",T:9}])}}const Mk=new kk;class Ak extends T.MessageType{constructor(){super("socket.preset.BulkUpdatePeerPresetRequest",[{no:1,name:"peers",kind:"message",repeat:1,T:()=>Mk},{no:2,name:"patch",kind:"message",T:()=>zu}])}}new Ak;class Ik extends T.MessageType{constructor(){super("socket.preset.BulkUpdatePeerPresetResponse",[{no:2,name:"patch",kind:"message",T:()=>zu}])}}new Ik;class Dk extends T.MessageType{constructor(){super("socket.chat.ChatMessage",[{no:1,name:"chat_id",kind:"scalar",T:9},{no:2,name:"peer_id",kind:"scalar",T:9},{no:3,name:"user_id",kind:"scalar",T:9},{no:4,name:"display_name",kind:"scalar",T:9},{no:5,name:"pinned",kind:"scalar",T:8},{no:6,name:"is_edited",kind:"scalar",T:8},{no:7,name:"payload_type",kind:"scalar",T:5},{no:8,name:"payload",kind:"scalar",T:9},{no:10,name:"target_user_ids",kind:"scalar",repeat:2,T:9},{no:11,name:"created_at",kind:"scalar",T:4,L:2},{no:12,name:"created_at_ms",kind:"scalar",opt:!0,T:4,L:2},{no:13,name:"channel_id",kind:"scalar",opt:!0,T:9},{no:14,name:"channel_index",kind:"scalar",opt:!0,T:9}])}}const $r=new Dk;class Ok extends T.MessageType{constructor(){super("socket.chat.GetPaginatedChatMessageFilters",[{no:1,name:"pinned",kind:"scalar",oneof:"filters",T:8},{no:2,name:"user_id",kind:"scalar",oneof:"filters",T:9}])}}const Nk=new Ok;class Lk extends T.MessageType{constructor(){super("socket.chat.GetPaginatedChatMessageRoomRequest",[{no:1,name:"time_stamp",kind:"scalar",T:4,L:2},{no:2,name:"size",kind:"scalar",T:5},{no:3,name:"from",kind:"scalar",T:5},{no:4,name:"reversed",kind:"scalar",T:8},{no:5,name:"channel_id",kind:"scalar",opt:!0,T:9},{no:6,name:"filters",kind:"message",T:()=>Nk}])}}const Vk=new Lk;class xk extends T.MessageType{constructor(){super("socket.chat.GetPaginatedChatMessageRoomResponse",[{no:1,name:"messages",kind:"message",repeat:1,T:()=>$r},{no:2,name:"next",kind:"scalar",T:8}])}}const Uk=new xk;class $k extends T.MessageType{constructor(){super("socket.chat.GetChatMessagesResponse",[{no:1,name:"messages",kind:"message",repeat:1,T:()=>$r}])}}const Nm=new $k;class Bk extends T.MessageType{constructor(){super("socket.chat.SendChatMessageToRoomRequest",[{no:1,name:"payload_type",kind:"scalar",T:5},{no:2,name:"payload",kind:"scalar",T:9}])}}const Hk=new Bk;class Fk extends T.MessageType{constructor(){super("socket.chat.SendChatMessageToRoomResponse",[{no:1,name:"message",kind:"message",T:()=>$r}])}}const Dl=new Fk;class qk extends T.MessageType{constructor(){super("socket.chat.SendChatMessageToPeersRequest",[{no:1,name:"peer_ids",kind:"scalar",repeat:2,T:9},{no:2,name:"payload_type",kind:"scalar",T:5},{no:3,name:"payload",kind:"scalar",T:9}])}}const jk=new qk;class Gk extends T.MessageType{constructor(){super("socket.chat.SendChatMessageToPeersResponse",[{no:1,name:"message",kind:"message",T:()=>$r}])}}const Ol=new Gk;class Wk extends T.MessageType{constructor(){super("socket.chat.SendChatMessageToChannelRequest",[{no:1,name:"channel_id",kind:"scalar",T:9},{no:2,name:"payload_type",kind:"scalar",T:5},{no:3,name:"payload",kind:"scalar",T:9}])}}new Wk;class Jk extends T.MessageType{constructor(){super("socket.chat.SendChatMessageToChannelResponse",[{no:1,name:"message",kind:"message",T:()=>$r}])}}new Jk;class Kk extends T.MessageType{constructor(){super("socket.chat.EditChatMessageRequest",[{no:1,name:"chat_id",kind:"scalar",T:9},{no:2,name:"payload_type",kind:"scalar",opt:!0,T:5},{no:3,name:"payload",kind:"scalar",opt:!0,T:9},{no:4,name:"pinned",kind:"scalar",opt:!0,T:8},{no:5,name:"channel_id",kind:"scalar",opt:!0,T:9}])}}const zk=new Kk;class Yk extends T.MessageType{constructor(){super("socket.chat.PinChatMessageRequest",[{no:1,name:"chat_id",kind:"scalar",T:9},{no:2,name:"pinned",kind:"scalar",T:8},{no:3,name:"channel_id",kind:"scalar",opt:!0,T:9}])}}const Qk=new Yk;class Xk extends T.MessageType{constructor(){super("socket.chat.PinChatMessageResponse",[{no:1,name:"chat_id",kind:"scalar",T:9},{no:2,name:"pinned",kind:"scalar",T:8},{no:3,name:"channel_id",kind:"scalar",opt:!0,T:9},{no:4,name:"message",kind:"message",T:()=>$r}])}}const Rc=new Xk;class Zk extends T.MessageType{constructor(){super("socket.chat.EditChatMessageResponse",[{no:1,name:"message",kind:"message",T:()=>$r}])}}const bc=new Zk;class eM extends T.MessageType{constructor(){super("socket.chat.DeleteChatMessageRequest",[{no:1,name:"chat_id",kind:"scalar",T:9},{no:2,name:"channel_id",kind:"scalar",opt:!0,T:9}])}}const tM=new eM;class sM extends T.MessageType{constructor(){super("socket.chat.DeleteChatMessageResponse",[{no:1,name:"chat_id",kind:"scalar",T:9},{no:2,name:"channel_id",kind:"scalar",opt:!0,T:9}])}}const kc=new sM;class rM extends T.MessageType{constructor(){super("socket.chat.SearchChatMessagesRequest",[{no:1,name:"time_stamp",kind:"scalar",T:4,L:2},{no:2,name:"size",kind:"scalar",T:5},{no:3,name:"from",kind:"scalar",T:5},{no:4,name:"reversed",kind:"scalar",T:8},{no:5,name:"channel_id",kind:"scalar",opt:!0,T:9},{no:6,name:"search_term",kind:"scalar",T:9}])}}const iM=new rM;class nM extends T.MessageType{constructor(){super("socket.chat.MarkChannelIndexAsReadRequest",[{no:1,name:"channel_id",kind:"scalar",T:9},{no:2,name:"user_id",kind:"scalar",T:9},{no:3,name:"channel_index",kind:"scalar",T:9}])}}new nM;class aM extends T.MessageType{constructor(){super("socket.chat.MarkChannelIndexAsReadResponse",[{no:1,name:"channel_index",kind:"scalar",T:9}])}}new aM;class oM extends T.MessageType{constructor(){super("socket.chat.CreateChatChannelRequest",[{no:1,name:"display_name",kind:"scalar",T:9},{no:2,name:"target_user_ids",kind:"scalar",repeat:2,T:9},{no:3,name:"display_picture_url",kind:"scalar",opt:!0,T:9},{no:4,name:"visibility",kind:"scalar",T:9},{no:5,name:"is_direct_message",kind:"scalar",T:8}])}}new oM;class cM extends T.MessageType{constructor(){super("socket.chat.UpdateChatChannelRequest",[{no:1,name:"chat_channel_id",kind:"scalar",T:9},{no:2,name:"display_name",kind:"scalar",opt:!0,T:9},{no:3,name:"target_user_ids",kind:"scalar",repeat:2,T:9},{no:4,name:"display_picture_url",kind:"scalar",opt:!0,T:9},{no:5,name:"visibility",kind:"scalar",opt:!0,T:9},{no:6,name:"is_direct_message",kind:"scalar",opt:!0,T:8}])}}new cM;class dM extends T.MessageType{constructor(){super("socket.chat.CreateChatChannelResponse",[{no:1,name:"chat_channel_id",kind:"scalar",T:9}])}}new dM;class lM extends T.MessageType{constructor(){super("socket.chat.GetChatChannelRequest",[{no:1,name:"chat_channel_id",kind:"scalar",T:9}])}}new lM;class uM extends T.MessageType{constructor(){super("socket.chat.LatestMessageAndUnreadCount",[{no:1,name:"message",kind:"message",T:()=>$r},{no:2,name:"unread_count",kind:"scalar",T:4,L:2}])}}const hM=new uM;class pM extends T.MessageType{constructor(){super("socket.chat.ChatChannel",[{no:1,name:"chat_channel_id",kind:"scalar",T:9},{no:2,name:"display_name",kind:"scalar",T:9},{no:3,name:"display_picture_url",kind:"scalar",opt:!0,T:9},{no:4,name:"visibility",kind:"scalar",T:9},{no:5,name:"is_direct_message",kind:"scalar",T:8},{no:6,name:"latest_message_and_unread_count",kind:"message",T:()=>hM},{no:7,name:"target_user_ids",kind:"scalar",repeat:2,T:9}])}}const gM=new pM;class mM extends T.MessageType{constructor(){super("socket.chat.GetChatChannelResponse",[{no:1,name:"chat_channels",kind:"message",repeat:1,T:()=>gM}])}}new mM;class fM extends T.MessageType{constructor(){super("socket.chat.ChannelMember",[{no:1,name:"id",kind:"scalar",T:9},{no:2,name:"name",kind:"scalar",opt:!0,T:9},{no:3,name:"picture",kind:"scalar",opt:!0,T:9},{no:4,name:"custom_participant_id",kind:"scalar",T:9}])}}const TM=new fM;class SM extends T.MessageType{constructor(){super("socket.chat.GetChatChannelMembersResponse",[{no:1,name:"channel_members",kind:"message",repeat:1,T:()=>TM}])}}new SM;class vM extends T.MessageType{constructor(){super("socket.plugin.AddPluginRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"staggered",kind:"scalar",T:8}])}}new vM;class yM extends T.MessageType{constructor(){super("socket.plugin.RemovePluginRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"staggered",kind:"scalar",T:8}])}}new yM;class EM extends T.MessageType{constructor(){super("socket.plugin.EnablePluginForRoomRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9}])}}new EM;class PM extends T.MessageType{constructor(){super("socket.plugin.DisablePluginForRoomRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9}])}}new PM;class _M extends T.MessageType{constructor(){super("socket.plugin.EnablePluginForPeersRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"peer_ids",kind:"scalar",repeat:2,T:9}])}}new _M;class CM extends T.MessageType{constructor(){super("socket.plugin.DisablePluginForPeersRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"peer_ids",kind:"scalar",repeat:2,T:9}])}}new CM;class wM extends T.MessageType{constructor(){super("socket.plugin.PluginEventToRoomRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"plugin_data",kind:"scalar",T:12}])}}new wM;class RM extends T.MessageType{constructor(){super("socket.plugin.PluginEventToPeersRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"peer_ids",kind:"scalar",repeat:2,T:9},{no:3,name:"plugin_data",kind:"scalar",T:12}])}}new RM;class bM extends T.MessageType{constructor(){super("socket.plugin.StoreKeys",[{no:1,name:"store_key",kind:"scalar",T:9},{no:2,name:"payload",kind:"scalar",opt:!0,T:12}])}}const Yu=new bM;class kM extends T.MessageType{constructor(){super("socket.plugin.PluginStoreInsertKeysRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"store_name",kind:"scalar",T:9},{no:3,name:"insert_keys",kind:"message",repeat:1,T:()=>Yu}])}}const MM=new kM;class AM extends T.MessageType{constructor(){super("socket.plugin.PluginStoreGetKeysRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"store_name",kind:"scalar",T:9},{no:3,name:"get_keys",kind:"message",repeat:1,T:()=>Yu}])}}const IM=new AM;class DM extends T.MessageType{constructor(){super("socket.plugin.PluginStoreDeleteKeysRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"store_name",kind:"scalar",T:9},{no:3,name:"delete_keys",kind:"message",repeat:1,T:()=>Yu}])}}const OM=new DM;class NM extends T.MessageType{constructor(){super("socket.plugin.PluginStoreDeleteRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"store_name",kind:"scalar",T:9}])}}new NM;class LM extends T.MessageType{constructor(){super("socket.plugin.EnablePluginResponse",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"enabled_by",kind:"scalar",T:9}])}}const VM=new LM;class xM extends T.MessageType{constructor(){super("socket.plugin.EnablePluginsResponse",[{no:1,name:"plugins",kind:"message",repeat:1,T:()=>VM}])}}new xM;class UM extends T.MessageType{constructor(){super("socket.plugin.DisablePluginResponse",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"disabled_by",kind:"scalar",T:9}])}}new UM;class $M extends T.MessageType{constructor(){super("socket.plugin.PluginStoreItem",[{no:1,name:"timestamp",kind:"scalar",T:9},{no:2,name:"peer_id",kind:"scalar",T:9},{no:3,name:"store_key",kind:"scalar",T:9},{no:4,name:"payload",kind:"scalar",T:12}])}}const BM=new $M;class HM extends T.MessageType{constructor(){super("socket.plugin.PluginStoreResponse",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"store_name",kind:"scalar",T:9},{no:3,name:"store_items",kind:"message",repeat:1,T:()=>BM}])}}const Sp=new HM;class FM extends T.MessageType{constructor(){super("socket.plugin.PluginEventResponse",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"plugin_data",kind:"scalar",T:12}])}}new FM;class qM extends T.MessageType{constructor(){super("socket.livestreaming.LiveStreamingEvent",[{no:1,name:"livestream_id",kind:"scalar",T:9},{no:2,name:"err_message",kind:"scalar",T:9},{no:3,name:"name",kind:"scalar",T:9},{no:4,name:"meeting_id",kind:"scalar",T:9},{no:5,name:"playback_url",kind:"scalar",T:9},{no:6,name:"org_id",kind:"scalar",T:9},{no:7,name:"room_name",kind:"scalar",T:9},{no:8,name:"room_uuid",kind:"scalar",T:9},{no:9,name:"status",kind:"scalar",T:9},{no:10,name:"manual_ingest",kind:"scalar",opt:!0,T:8}])}}const vp=new qM;class jM extends T.MessageType{constructor(){super("socket.livestreaming.GetStagePeersResponse",[{no:1,name:"stage_peers",kind:"scalar",repeat:2,T:9}])}}const yp=new jM;class GM extends T.MessageType{constructor(){super("socket.livestreaming.StageRequest",[{no:1,name:"display_name",kind:"scalar",T:9},{no:2,name:"user_id",kind:"scalar",T:9},{no:3,name:"peer_id",kind:"scalar",T:9}])}}const WM=new GM;class JM extends T.MessageType{constructor(){super("socket.livestreaming.GetStageRequestsResponse",[{no:1,name:"stage_requests",kind:"message",repeat:1,T:()=>WM}])}}const Nl=new JM;class KM extends T.MessageType{constructor(){super("socket.livestreaming.GrantStageAccessRequest",[{no:1,name:"user_ids",kind:"scalar",repeat:2,T:9}])}}const zM=new KM;class YM extends T.MessageType{constructor(){super("socket.livestreaming.DenyStageAccessRequest",[{no:1,name:"user_ids",kind:"scalar",repeat:2,T:9}])}}const QM=new YM;class XM extends T.MessageType{constructor(){super("socket.livestreaming.LeaveStageRequest",[{no:1,name:"user_ids",kind:"scalar",repeat:2,T:9}])}}const Ep=new XM;class ZM extends T.MessageType{constructor(){super("socket.polls.Poll",[{no:1,name:"poll_id",kind:"scalar",T:9},{no:2,name:"created_by",kind:"scalar",T:9},{no:3,name:"created_by_user_id",kind:"scalar",T:9},{no:4,name:"question",kind:"scalar",T:9},{no:5,name:"options",kind:"message",repeat:1,T:()=>tA},{no:6,name:"hide_votes",kind:"scalar",T:8},{no:7,name:"anonymous",kind:"scalar",T:8},{no:8,name:"votes",kind:"scalar",repeat:2,T:9}])}}const Lm=new ZM;class eA extends T.MessageType{constructor(){super("socket.polls.PollOption",[{no:1,name:"text",kind:"scalar",T:9},{no:2,name:"count",kind:"scalar",opt:!0,T:4,L:2},{no:3,name:"votes",kind:"message",repeat:1,T:()=>rA}])}}const tA=new eA;class sA extends T.MessageType{constructor(){super("socket.polls.PollVote",[{no:1,name:"user_id",kind:"scalar",T:9},{no:2,name:"name",kind:"scalar",T:9}])}}const rA=new sA;class iA extends T.MessageType{constructor(){super("socket.polls.NewPollRequest",[{no:1,name:"question",kind:"scalar",T:9},{no:2,name:"options",kind:"scalar",repeat:2,T:9},{no:3,name:"anonymous",kind:"scalar",T:8},{no:4,name:"hide_votes",kind:"scalar",T:8},{no:5,name:"created_by",kind:"scalar",opt:!0,T:9},{no:6,name:"created_by_user_id",kind:"scalar",opt:!0,T:9}])}}const nA=new iA;class aA extends T.MessageType{constructor(){super("socket.polls.VotePollRequest",[{no:1,name:"poll_id",kind:"scalar",T:9},{no:2,name:"index",kind:"scalar",T:4,L:2}])}}const oA=new aA;class cA extends T.MessageType{constructor(){super("socket.polls.UpdatePollResponse",[{no:1,name:"poll",kind:"message",T:()=>Lm}])}}const Ll=new cA;class dA extends T.MessageType{constructor(){super("socket.polls.GetPollsResponse",[{no:1,name:"polls",kind:"message",repeat:1,T:()=>Lm}])}}const lA=new dA;class uA extends T.MessageType{constructor(){super("socket.recording.RecordingEvent",[{no:1,name:"recording_id",kind:"scalar",T:9},{no:2,name:"err_message",kind:"scalar",T:9},{no:3,name:"recording_type",kind:"enum",T:()=>["common.RecordingType",$i]}])}}const Pp=new uA;class hA extends T.MessageType{constructor(){super("google.protobuf.Timestamp",[{no:1,name:"seconds",kind:"scalar",T:3,L:0},{no:2,name:"nanos",kind:"scalar",T:5}])}now(){const t=this.create(),e=Date.now();return t.seconds=T.PbLong.from(Math.floor(e/1e3)).toBigInt(),t.nanos=e%1e3*1e6,t}toDate(t){return new Date(T.PbLong.from(t.seconds).toNumber()*1e3+Math.ceil(t.nanos/1e6))}fromDate(t){const e=this.create(),r=t.getTime();return e.seconds=T.PbLong.from(Math.floor(r/1e3)).toBigInt(),e.nanos=r%1e3*1e6,e}internalJsonWrite(t,e){let r=T.PbLong.from(t.seconds).toNumber()*1e3;if(r<Date.parse("0001-01-01T00:00:00Z")||r>Date.parse("9999-12-31T23:59:59Z"))throw new Error("Unable to encode Timestamp to JSON. Must be from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59Z inclusive.");if(t.nanos<0)throw new Error("Unable to encode invalid Timestamp to JSON. Nanos must not be negative.");let i="Z";if(t.nanos>0){let n=(t.nanos+1e9).toString().substring(1);n.substring(3)==="000000"?i="."+n.substring(0,3)+"Z":n.substring(6)==="000"?i="."+n.substring(0,6)+"Z":i="."+n+"Z"}return new Date(r).toISOString().replace(".000Z",i)}internalJsonRead(t,e,r){if(typeof t!="string")throw new Error("Unable to parse Timestamp from JSON "+T.typeofJsonValue(t)+".");let i=t.match(/^([0-9]{4})-([0-9]{2})-([0-9]{2})T([0-9]{2}):([0-9]{2}):([0-9]{2})(?:Z|\.([0-9]{3,9})Z|([+-][0-9][0-9]:[0-9][0-9]))$/);if(!i)throw new Error("Unable to parse Timestamp from JSON. Invalid format.");let n=Date.parse(i[1]+"-"+i[2]+"-"+i[3]+"T"+i[4]+":"+i[5]+":"+i[6]+(i[8]?i[8]:"Z"));if(Number.isNaN(n))throw new Error("Unable to parse Timestamp from JSON. Invalid value.");if(n<Date.parse("0001-01-01T00:00:00Z")||n>Date.parse("9999-12-31T23:59:59Z"))throw new globalThis.Error("Unable to parse Timestamp from JSON. Must be from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59Z inclusive.");return r||(r=this.create()),r.seconds=T.PbLong.from(n/1e3).toBigInt(),r.nanos=0,i[7]&&(r.nanos=parseInt("1"+i[7]+"0".repeat(9-i[7].length))-1e9),r}}new hA;class pA extends T.MessageType{constructor(){super("common.BaseHubMessage",[{no:1,name:"event",kind:"scalar",T:5},{no:2,name:"id",kind:"scalar",T:9},{no:3,name:"peer_id",kind:"scalar",T:9},{no:4,name:"room_id",kind:"scalar",T:9},{no:5,name:"user_id",kind:"scalar",T:9},{no:6,name:"payload",kind:"scalar",T:12},{no:7,name:"error",kind:"scalar",opt:!0,T:8},{no:8,name:"sid",kind:"scalar",opt:!0,T:9},{no:9,name:"room_object_id",kind:"scalar",opt:!0,T:9},{no:10,name:"preset",kind:"scalar",opt:!0,T:9},{no:11,name:"use_start_session",kind:"scalar",opt:!0,T:8}])}}const Xl=new pA;class gA extends T.MessageType{constructor(){super("common.BulkedHubMessage",[{no:1,name:"messages",kind:"message",repeat:1,T:()=>Xl}])}}new gA;class mA extends T.MessageType{constructor(){super("common.CFWorkersResponse",[{no:1,name:"responses",kind:"message",repeat:1,T:()=>Xl},{no:2,name:"broadcast_responses",kind:"message",repeat:1,T:()=>Xl}])}}new mA;const fA=0,TA=1,SA=2,vA=3,yA=5,EA={getPeerInfo:0,updatePeerInfo:1,getRoomPeersInfo:2,joinRoom:3,leaveRoom:4,getRoomInfo:5,updateRoomInfo:6,closeRoom:7,startedLivestream:8,stoppedLivestream:9,erroredLivestream:10,getStagePeers:11,getStageRequests:12,requestStageAccess:13,cancelStageRequest:14,grantStageAccess:15,denyStageAccess:16,roomPeerCount:17,joinStage:18,leaveStage:19,getConnectedRoomsDump:20,createConnectedRooms:21,deleteConnectedRooms:22,movePeers:23,transferPeer:24,movedPeer:25,connectedRoomsUpdated:26,connectedRoomsDeleted:27,getAllAddedParticipants:28,broadcastMessage:29,kick:30,kickAll:31,transcript:32,getWaitingRoomRequests:33,acceptWaitingRoomRequests:34,waitingRoomRequestAccepted:35,denyWaitingRoomRequests:36,waitingRoomRequestDenied:37,peerStageStatusUpdate:38,broadcastToEntity:39,recordingStarted:40,recordingStopped:41,recordingPaused:42,getRoomStageState:43,livestreamingInvoked:44},PA={getMessages:0,sendMessageToRoom:1,sendMessageToPeers:2,editMessage:3,deleteMessage:4,getPaginatedMessages:5,searchChannelMessages:7,pinMessage:10},_A={getPlugins:0,addPlugin:1,enablePluginForRoom:2,disablePluginForPeers:3,enablePluginForPeers:4,disablePluginForRoom:5,removePlugin:6,customPluginEventToRoom:7,customPluginEventToPeers:8,storeInsertKeys:9,storeGetKeys:10,storeDeleteKeys:11,storeDelete:12},CA={createPoll:0,getPolls:1,votePoll:2,updatePoll:3},Vm={unknown:0,createWebRTCTransport:1,produce:2,consume:3,toggleProducer:4,toggleConsumer:5,closeProducer:6,closeConsumer:7,updateConsumersSimulcastConfig:8,joinRoom:16,leaveRoom:17,selectedPeer:18,globalPinPeer:19,selfJoinComplete:20,peerJoinedBroadcast:25,peerLeaveBroadcast:26,peerProducerCreateBroadcast:27,peerProducerToggleBroadcast:28,peerProducerCloseBroadcast:29,globalPeerPinBroadcast:30,recordingStartedBroadcast:31,recordingStoppedBroadcast:32,peerDisplayNameEditBroadcast:33,mediaRoomTerminationBroadcastResponse:36,selectedPeerDiff:40,renegotiateSessionDescription:50,errorResponse:60,kickPeer:90,kickAll:91,changeDisplayName:92,hostControlPeer:93,hostControlAllPeers:94,audioActivity:100},wA={getUserPresets:0,updateUserPreset:1};function Tc(s,t){return Object.keys(t).reduce((e,r)=>(e[r]=(s<<16)+t[r],e),{})}function xm(s,t){return Object.keys(s).reduce((e,r)=>(e[r]=t|s[r],e),{})}const x=Tc(fA,EA),He=Tc(TA,PA),ws=Tc(SA,_A),Rs=Tc(vA,CA),ur=xm(Vm,16777216),as=xm(Vm,50331648),Vc=Tc(yA,wA);var RA=Object.defineProperty,bA=Object.getOwnPropertyDescriptor,Br=(s,t,e,r)=>{for(var i=r>1?void 0:r?bA(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&RA(t,e,i),i},Gt=(s=>(s[s.TEXT=0]="TEXT",s[s.IMAGE=1]="IMAGE",s[s.FILE=2]="FILE",s[s.CUSTOM=3]="CUSTOM",s))(Gt||{}),yt,Tn;class tr{constructor(t,e){g(this,yt,void 0);g(this,Tn,void 0);m(this,yt,e),m(this,Tn,t)}get telemetry(){return a(this,Tn).getValue("telemetry")}get logger(){return a(this,Tn).getValue("logger")}getChatMessages(){return a(this,yt).sendMessagePromise(He.getMessages)}async getChatMessagesPaginated(t,e,r,i){const n={timeStamp:t,size:e,from:0,reversed:r,...i&&{filters:{filters:i}}},o=await a(this,yt).sendMessagePromise(He.getPaginatedMessages,Vk.toBinary(n));return o.payload?Uk.fromBinary(o.payload):{messages:[],next:!1}}sendMessageToRoom(t,e){const r={payloadType:e,payload:t};a(this,yt).sendMessage(He.sendMessageToRoom,Hk.toBinary(r))}sendMessageToPeers(t,e,r){const i={payloadType:e,peerIds:r,payload:t};a(this,yt).sendMessage(He.sendMessageToPeers,jk.toBinary(i))}sendMessage(t,e,r){if(r&&r.length>0){this.sendMessageToPeers(t,e,r);return}this.sendMessageToRoom(t,e)}async editMessage(t,e,r,i){const n={chatId:t,payloadType:r,payload:e};i!==void 0&&(n.pinned=i);const o=await a(this,yt).sendMessagePromise(He.editMessage,zk.toBinary(n));return bc.fromBinary(o.payload).message}async deleteMessage(t){const e={chatId:t},r=await a(this,yt).sendMessagePromise(He.deleteMessage,tM.toBinary(e));return{id:kc.fromBinary(r.payload).chatId}}async searchMessages(t,e){var i,n,o,c;const r={searchTerm:t,timeStamp:(i=e.timestamp)!=null?i:Date.now(),size:(n=e.limit)!=null?n:75,from:(o=e.offset)!=null?o:0,reversed:(c=e.reversed)!=null?c:!0};try{const d=await a(this,yt).sendMessagePromise(He.searchChannelMessages,iM.toBinary(r));return Nm.fromBinary(d.payload).messages}catch(d){return[]}}async setPinState(t,e){const r={chatId:t,pinned:e},i=await a(this,yt).sendMessagePromise(He.pinMessage,Qk.toBinary(r));return Rc.fromBinary(i.payload)}on(t,e){let r,i;switch(t){case He.sendMessageToRoom:{r=Dl.fromBinary.bind(Dl),i=Dl.create();break}case He.sendMessageToPeers:{r=Ol.fromBinary.bind(Ol),i=Ol.create();break}case He.editMessage:{r=bc.fromBinary.bind(bc),i=bc.create();break}case He.pinMessage:{r=Rc.fromBinary.bind(Rc),i=Rc.create();break}case He.deleteMessage:{r=kc.fromBinary.bind(kc),i=kc.create();break}}if(!r){this.logger.warn(`ChatSocketHandler::Event ${t} is not recognized`);return}a(this,yt).on(t,({payload:n})=>{let o=i;try{o=r(n)}catch(c){this.logger.error("chatSocketHandler::on::binary_decode_error",{error:c})}return e(o)})}}yt=new WeakMap,Tn=new WeakMap;Br([y.trace("SocketService.getChatMessages")],tr.prototype,"getChatMessages",1);Br([y.trace("SocketService.getChatMessagesPaginated")],tr.prototype,"getChatMessagesPaginated",1);Br([y.trace("SocketService.sendMessageToRoom")],tr.prototype,"sendMessageToRoom",1);Br([y.trace("SocketService.sendMessageToPeers")],tr.prototype,"sendMessageToPeers",1);Br([y.trace("SocketService.sendMessage")],tr.prototype,"sendMessage",1);Br([y.trace("SocketService.editMessage")],tr.prototype,"editMessage",1);Br([y.trace("SocketService.deleteMessage")],tr.prototype,"deleteMessage",1);Br([y.trace("SocketService.searchMessages")],tr.prototype,"searchMessages",1);function kA(s){return s.replace(/([-_]\w)/g,t=>t[1].toUpperCase())}function ys(s){if(!s||typeof s!="object")return s;if(Array.isArray(s))return s.map(e=>ys(e));const t={};return Object.keys(s).forEach(e=>{const r=xr.validate(e)?e:kA(e);t[r]=ys(s[e])}),t}function MA(s){return s.replace(/[A-Z]/g,t=>`_${t.toLowerCase()}`)}function Um(s){if(!s||typeof s!="object")return s;if(Array.isArray(s))return s.map(e=>Um(e));const t={};return Object.keys(s).forEach(e=>{const r=xr.validate(e)?e:MA(e);t[r]=s[e]}),t}class Zl extends Error{constructor(e){var t=(...args)=>{super(...args);h(this,"status");h(this,"response");h(this,"isTimeout")};e instanceof Error?(t(e.message),this.stack=e.stack,this.isTimeout=e.name==="AbortError"):(t(`Request failed with status ${e.status}`),this.status=e.status,this.response=e,this.isTimeout=!1),this.name="RequestError"}get isHttpError(){return this.status!==void 0}get isNetworkError(){return this.status===void 0&&!this.isTimeout}}class _p{constructor(t){h(this,"defaults");this.defaults={baseURL:t.baseURL,headers:{common:{}},timeout:t.timeout,retry:t.retry,retryDelay:t.retryDelay}}buildURL(t,e){const{baseURL:r}=this.defaults,i=t.startsWith("http")?t:`${r}${t.startsWith("/")?t:`/${t}`}`;if(e){const n=new URLSearchParams;return Object.entries(e).forEach(([o,c])=>{n.append(o,c)}),`${i}${i.includes("?")?"&":"?"}${n.toString()}`}return i}async request(t){var p;const e=((p=t.method)==null?void 0:p.toUpperCase())||"GET",r=this.buildURL(t.url||"",t.params),i={...this.defaults.headers.common,...t.headers};e!=="GET"&&e!=="HEAD"&&t.data&&!i["Content-Type"]&&(i["Content-Type"]="application/json");const o=i["Content-Type"]==="application/json"?JSON.stringify(t.data):t.data,c={method:e,headers:i,body:e!=="GET"&&e!=="HEAD"&&t.data?o:void 0},d=t.timeout||this.defaults.timeout,l=t.retry!==void 0?t.retry:this.defaults.retry,u=t.retryDelay||this.defaults.retryDelay;try{const f=new AbortController,S=setTimeout(()=>f.abort(),d);c.signal=f.signal;const E=await fetch(r,c);clearTimeout(S);let P=null;const C=E.headers.get("content-type");C&&C.includes("application/json")?P=await E.json():P=await E.text();const k={};E.headers.forEach((L,N)=>{k[N]=L});const I={data:P,status:E.status,statusText:E.statusText,headers:k,config:t};if(!E.ok)throw I;return I}catch(f){if(f instanceof Error&&l>0)return await new Promise(S=>setTimeout(S,u)),this.defaults.baseURL===Qr.apiBase.prod?this.defaults.baseURL=Qr.apiBase.prodAlternate:this.defaults.baseURL===Qr.apiBase.prodAlternate&&(this.defaults.baseURL=Qr.apiBase.prod),this.request({...t,retry:l-1});throw f}}async get(t,e={}){return this.request({...e,method:"GET",url:t})}async post(t,e,r={}){return this.request({...r,method:"POST",url:t,data:e})}async put(t,e,r={}){return this.request({...r,method:"PUT",url:t,data:e})}}const AA=3,IA=30,DA=8e3;class OA{constructor(t,e){h(this,"fetchClient");h(this,"requests");h(this,"roomName");h(this,"roomUUID");h(this,"authToken");h(this,"organizationId");h(this,"iceServers");h(this,"userDetails");h(this,"roomDetails");h(this,"context");this.context=t;const{timeout:r=DA,retry:i=AA,retryDelay:n=IA,baseURL:o=Qr.apiBase.prod,authToken:c,cachedUserDetails:d}=e||{};this.iceServers=d==null?void 0:d.iceServers,this.userDetails=d==null?void 0:d.userDetails,this.roomDetails=d==null?void 0:d.roomDetails,this.requests=new _p({baseURL:o,timeout:r,retry:i,retryDelay:n,responseType:"json"}),this.fetchClient=new _p({baseURL:"",timeout:r,retry:i,retryDelay:n,responseType:"json"}),this.setAuthToken(c,{bearer:!0});const l=this.requests.request.bind(this.requests);this.requests.request=async u=>{var f,S,E,P,C;const p=t.getValue("telemetry");try{p.injectContext(this.requests.defaults.headers.common);const k=await l(u);return u.url!==p.logsEndpoint&&this.logger.debug("xhr::fetch",{networkCall:{status:k.status,statusText:k.statusText,baseURL:u.baseURL||this.requests.defaults.baseURL,url:u.url,method:u.method}}),k}catch(k){if(!k)throw new b("Unknown network error occurred","0011");if(k instanceof b||k instanceof Zl)throw k;((f=k.config)==null?void 0:f.url)!==p.logsEndpoint&&this.logger.error("xhr::fetch",{error:k,networkCall:{status:k.status,statusText:k.statusText,baseURL:((S=k.config)==null?void 0:S.baseURL)||this.requests.defaults.baseURL,url:(E=k.config)==null?void 0:E.url,retries:(P=k.config)==null?void 0:P.retry,method:(C=k.config)==null?void 0:C.method,isOnline:navigator.onLine?"online":"offline"}});const I=k instanceof Error&&k.message||"Network request failed";throw new b(I,"0011"),new Zl(k)}}}get peerId(){return this.context.getValue("peerId")}get logger(){return this.context.getValue("logger")}setAuthToken(t,e){const{bearer:r}=e||{};this.authToken=t,this.requests.defaults.headers.common.Authorization=r?`Bearer ${t}`:t}setHeader(t,e){this.requests.defaults.headers.common[t]=e}setRoomName(t){this.roomName=t}setRoomUUID(t){this.roomUUID=t}setOrganizationId(t){this.organizationId=t}}var NA=Object.defineProperty,LA=Object.getOwnPropertyDescriptor,sr=(s,t,e,r)=>{for(var i=r>1?void 0:r?LA(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&NA(t,e,i),i};class _s extends OA{constructor(e,r){super(e,r);h(this,"telemetry");this.telemetry=e.getValue("telemetry"),this.setHeader("x-realtimekit-version",e.getValue("sdkVersion"))}async getICEServers(){if(this.iceServers)return this.iceServers;const{success:e,iceServers:r}=(await this.requests.get("/iceservers")).data;if(e)return(r==null?void 0:r.length)>0&&(this.iceServers=r),r}async getPresignedUrls(e){const r=ga(this.context,"chat_upload_expiry"),i={roomUUID:this.roomUUID,filename:e,expiry:typeof r=="number"?r:void 0},{get_location:n,put_location:o}=(await this.requests.post("/v2/meetings/chat-upload",i)).data.data;return{getLocation:n,putLocation:o}}async uploadFile(e,r){if(navigator.isReactNative&&"uri"in e)try{await fetch(r,{method:"PUT",headers:{"Content-Type":"application/octet-stream"},body:{uri:e.uri,name:e.name}})}catch(i){this.logger.error(`sendFileMessage::${i}`)}else await this.fetchClient.put(r,e,{headers:{"Content-Type":e.type}})}async startLivestreaming({manualIngestion:e}){const r=ys(await this.requests.post(`/v2/meetings/${this.context.getValue("meetingId")}/livestreams`,{manual_ingest:!!e})).data.data;return{playbackUrl:r.playbackUrl,status:r.status,manualIngest:r.manualIngest,ingestionCredentials:r.streamKey?{ingestionServer:r.ingestServer,streamKey:r.streamKey}:null}}async stopLivestreaming(){return this.requests.post(`/v2/meetings/${this.context.getValue("meetingId")}/active-livestream/stop`)}async getActiveLivestream(){const e=ys((await this.requests.get(`/v2/meetings/${this.context.getValue("meetingId")}/active-livestream`)).data.data);return{playbackUrl:e.playbackUrl,status:e.status,manualIngest:e.manualIngest,ingestionCredentials:e.streamKey?{ingestionServer:e.ingestServer,streamKey:e.streamKey}:null}}async getUserDetails(){if(this.userDetails)return this.userDetails;const e=(await this.requests.get("v2/internals/participant-details")).data.data;return ys(e)}async startRecording(e,r){return(await this.requests.post("/v2/recordings",{...Um(e),meeting_id:this.context.getValue("meetingId"),allow_multiple_recordings:!!r})).data.data.id}async updateRecording(e,r){return this.requests.put(`v2/recordings/${e}`,{action:r})}async getActiveRecording(){const{status:e,id:r}=(await this.requests.get(`v2/recordings/active-recording/${this.context.getValue("meetingId")}`)).data.data;return{status:e,id:r}}async getActiveTranscript(){const{transcript_download_url:e}=(await this.requests.get(`v2/meetings/${this.context.getValue("meetingId")}/active-transcript`)).data.data;try{return{transcript:(await this.fetchClient.get(e)).data}}catch(r){throw new b("Cant fetch transcript s3 url","1801")}}}sr([y.trace("APIClient.getICEServers")],_s.prototype,"getICEServers",1);sr([y.trace("APIClient.startLivestreaming")],_s.prototype,"startLivestreaming",1);sr([y.trace("APIClient.stopLivestreaming")],_s.prototype,"stopLivestreaming",1);sr([y.trace("APIClient.getActiveLivestream")],_s.prototype,"getActiveLivestream",1);sr([y.trace("APIClient.getUserDetails")],_s.prototype,"getUserDetails",1);sr([y.trace("APIClient.startRecording")],_s.prototype,"startRecording",1);sr([y.trace("APIClient.stopRecording")],_s.prototype,"updateRecording",1);sr([y.trace("APIClient.getActiveRecording")],_s.prototype,"getActiveRecording",1);sr([y.trace("APIClient.getActiveTranscript")],_s.prototype,"getActiveTranscript",1);let eu;function VA(s,t){return eu=new _s(s,t),eu}function mt(){return eu}const fa={maxInvocations:5,period:1};function At(s,t){return function(e,r,i){const n=i.value;let o=0,c=Date.now();return i.value=function(...d){const l=Date.now(),u=t?this[t]:s;if(l-c>u.period*1e3&&(c=l,o=0),o>=u.maxInvocations)throw new b(`Method rate limit ${u.maxInvocations} invocations/${u.period}sec exceeded`,"0013");return o+=1,n.apply(this,d)},i}}var xA=Object.defineProperty,UA=Object.getOwnPropertyDescriptor,ls=(s,t,e,r)=>{for(var i=r>1?void 0:r?UA(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&xA(t,e,i),i};const $A=["text","image","file","custom","poll"],xc={maxInvocations:180,period:60};var Q,Zr,Ne,Sn,cd,$m,co,tu,$p;let bt=($p=class extends Mt{constructor(t,e,r,i){const n=t.getValue("logger");super(n);g(this,cd);g(this,co);h(this,"messages");g(this,Q,void 0);g(this,Zr,void 0);g(this,Ne,void 0);g(this,Sn,void 0);h(this,"maxTextLimit",2e3);m(this,Sn,t),m(this,Ne,e),m(this,Q,r),m(this,Zr,i),this.messages=[]}get telemetry(){return a(this,Sn).getValue("telemetry")}setMaxTextLimit(t){this.maxTextLimit=t}async sendMessageInternal(t,e){switch(t.type){case"text":{await this.sendTextMessageInternal(t.message,e);break}case"image":await this.sendImageMessageInternal(t.image,e);break;case"file":await this.sendFileMessageInternal(t.file,e);break;default:this.logger.error("sendMessage::message_type_not_supported",{chat:{messageType:t.type}});break}}async sendTextMessageInternal(t,e){var i,n,o,c,d,l;if(t.length>this.maxTextLimit)throw new b("Max character limit breached","0503");if(e&&e.length>0){if(!((i=a(this,Q).permissions)!=null&&i.chatPrivate.canSend)||!((n=a(this,Q).permissions)!=null&&n.chatPrivate.text))throw this.logger.error("sendTextMessage::private_chat_permission_denied"),new b("Could not send message to private chat.","0501")}else if(!((c=(o=a(this,Q).permissions)==null?void 0:o.chatPublic)!=null&&c.canSend)||!((l=(d=a(this,Q).permissions)==null?void 0:d.chatPublic)!=null&&l.text))throw this.logger.error("sendTextMessage::public_chat_permission_denied"),new b("Could not send message to public chat.","0501");if(!t)throw this.logger.error("sendTextMessage::message_can_not_be_empty"),new b("Message can not be empty.","0502");let r=[];e&&e.length>0&&(e.push(a(this,Q).id),r=a(this,Zr).joined.toArray().filter(u=>e.includes(u.id)).map(u=>u.userId),r.push(a(this,Q).userId)),a(this,Ne).sendMessage(t,Gt.TEXT,e)}async sendImageMessageInternal(t,e){var i,n,o,c,d,l;if(e&&e.length>0){if(!((i=a(this,Q).permissions)!=null&&i.chatPrivate.canSend)||!((n=a(this,Q).permissions)!=null&&n.chatPrivate.files)){this.logger.error("sendImageMessage::private_chat_permission_denied");return}}else if(!((c=(o=a(this,Q).permissions)==null?void 0:o.chatPublic)!=null&&c.canSend)||!((l=(d=a(this,Q).permissions)==null?void 0:d.chatPublic)!=null&&l.files)){this.logger.error("sendImageMessage::permission_denied");return}if(!t){this.logger.error("sendImageMessage::required_argument_image_can_not_be_empty");return}if(!["image/gif","image/jpeg","image/png"].includes(t.type)){this.logger.error("sendImageMessage::image_type_not_supported",{chat:{imageType:t.type}});return}try{const u=mt(),{getLocation:p,putLocation:f}=await u.getPresignedUrls(t.name);await u.uploadFile(t,f);let S=[];e&&e.length>0&&(e.push(a(this,Q).id),S=a(this,Zr).joined.toArray().filter(E=>e.includes(E.id)).map(E=>E.userId),S.push(a(this,Q).userId)),a(this,Ne).sendMessage(p,Gt.IMAGE,e)}catch(u){throw new b("Error sending image message.","0500",this.logger)}}async sendFileMessageInternal(t,e){var r,i,n,o,c,d;if(e&&e.length>0){if(!((r=a(this,Q).permissions)!=null&&r.chatPrivate.canSend)||!((i=a(this,Q).permissions)!=null&&i.chatPrivate.files)){this.logger.error("sendFileMessage::private_chat_permission_denied");return}}else if(!((o=(n=a(this,Q).permissions)==null?void 0:n.chatPublic)!=null&&o.canSend)||!((d=(c=a(this,Q).permissions)==null?void 0:c.chatPublic)!=null&&d.files)){this.logger.error("sendFileMessage::permission_denied");return}if(!t){this.logger.error("sendFileMessage::required_argument_file_can_not_be_empty");return}try{const l=mt(),{getLocation:u,putLocation:p}=await l.getPresignedUrls(t.name);await l.uploadFile(t,p);let f=[];e&&e.length>0&&(e.push(a(this,Q).id),f=a(this,Zr).joined.toArray().filter(E=>e.includes(E.id)).map(E=>E.userId),f.push(a(this,Q).userId));const S=JSON.stringify({link:u,name:t.name,size:"size"in t?t.size:0});a(this,Ne).sendMessage(S,Gt.FILE,e)}catch(l){throw new b("Error sending file message.","0500",this.logger)}}get rateLimits(){return xc}updateRateLimits(t,e){xc.maxInvocations=t,xc.period=e}async sendTextMessage(t,e){return this.sendTextMessageInternal(t,e)}async sendCustomMessage(t,e){var n,o,c,d,l,u,p,f,S,E,P,C,k,I,L;if(e&&e.length>0){if(!((n=a(this,Q).permissions)!=null&&n.chatPrivate.canSend)||!((o=a(this,Q).permissions)!=null&&o.chatPrivate.files)||!((c=a(this,Q).permissions)!=null&&c.chatPrivate.text)){this.logger.error("sendCustomMessage::private_chat_permission_denied");return}}else if(!((l=(d=a(this,Q).permissions)==null?void 0:d.chatPublic)!=null&&l.canSend)||!((p=(u=a(this,Q).permissions)==null?void 0:u.chatPublic)!=null&&p.files)||!((S=(f=a(this,Q).permissions)==null?void 0:f.chatPublic)!=null&&S.text)){this.logger.error("sendCustomMessage::permission_denied");return}const r=async N=>{try{if(typeof N=="string")return{link:N};const $=mt(),{getLocation:B,putLocation:X}=await $.getPresignedUrls(N.name);return await $.uploadFile(N,X),{link:B,type:N.type,name:N.name,size:N.size}}catch($){throw new b("Error sending image message.","0500",this.logger)}},i={...t,files:await Promise.all((P=(E=t.files)!=null?E:[])==null?void 0:P.map(async N=>r(N))),images:await Promise.all((k=(C=t.images)!=null?C:[])==null?void 0:k.map(async N=>r(N))),videos:await Promise.all((L=(I=t.videos)!=null?I:[])==null?void 0:L.map(async N=>r(N)))};a(this,Ne).sendMessage(JSON.stringify(i),Gt.CUSTOM,e)}async sendImageMessage(t,e){return this.sendImageMessageInternal(t,e)}async sendFileMessage(t,e){return this.sendFileMessageInternal(t,e)}async sendMessage(t,e){return this.sendMessageInternal(t,e)}async editTextMessage(t,e){var r,i,n,o;if(!((i=(r=a(this,Q).permissions)==null?void 0:r.chatPublic)!=null&&i.canSend)||!((o=(n=a(this,Q).permissions)==null?void 0:n.chatPublic)!=null&&o.text)){this.logger.error("editTextMessage::permission_denied");return}if(!e){this.logger.error("editTextMessage::message_can_not_be_empty");return}a(this,Ne).editMessage(t,e,Gt.TEXT)}async editImageMessage(t,e){var i,n,o,c;if(!((n=(i=a(this,Q).permissions)==null?void 0:i.chatPublic)!=null&&n.canSend)||!((c=(o=a(this,Q).permissions)==null?void 0:o.chatPublic)!=null&&c.files)){this.logger.error("editImageMessage::permission_denied");return}if(!e){this.logger.error("editImageMessage::required_argument_image_can_not_be_empty");return}if(!["image/gif","image/jpeg","image/png"].includes(e.type)){this.logger.error("sendImageMessage::image_type_not_supported",{chat:{imageType:e.type}});return}try{const d=mt(),{getLocation:l,putLocation:u}=await d.getPresignedUrls(e.name);await d.uploadFile(e,u),a(this,Ne).editMessage(t,l,Gt.IMAGE)}catch(d){throw new b("Error editing image message.","0500",this.logger)}}async editFileMessage(t,e){var r,i,n,o;if(!((i=(r=a(this,Q).permissions)==null?void 0:r.chatPublic)!=null&&i.canSend)||!((o=(n=a(this,Q).permissions)==null?void 0:n.chatPublic)!=null&&o.files)){this.logger.error("sendFileMessage::permission_denied");return}if(!e){this.logger.error("sendFileMessage::required_argument_file_can_not_be_empty");return}try{const c=mt(),{getLocation:d,putLocation:l}=await c.getPresignedUrls(e.name);await c.uploadFile(e,l),a(this,Ne).editMessage(t,JSON.stringify({link:d,name:e.name,size:"size"in e?e.size:0}),Gt.FILE)}catch(c){throw new b("Error editing file message.","0500",this.logger)}}async editMessage(t,e){switch(e.type){case"text":{this.editTextMessage(t,e.message);break}case"image":{this.editImageMessage(t,e.image);break}case"file":{this.editFileMessage(t,e.file);break}default:{this.logger.error("editMessage::message_type_not_supported",{chat:{messageType:e.type}});break}}}async deleteMessage(t){a(this,Ne).deleteMessage(t)}getMessagesByUser(t){return this.messages.filter(e=>e.userId===t)}getMessagesByType(t){return this.messages.filter(e=>e.type===t)}async pin(t){if(!a(this,co,tu))throw new b("Can`t pin message without joining room","0505");try{await a(this,Ne).setPinState(t,!0)}catch(e){throw new b(`No message found with id: ${t}`,"0504")}}async unpin(t){if(!a(this,co,tu))throw new b("Can`t unpin message without joining room","0505");try{await a(this,Ne).setPinState(t,!1)}catch(e){throw new b(`No message found with id: ${t}`,"0504")}}async fetchPublicMessages({timestamp:t=new Date().getTime(),limit:e,direction:r="after"}){return(await a(this,Ne).getChatMessagesPaginated(t,e,r==="before")).messages.map(o=>sn.formatSocketPeerMessage(o))}async fetchPrivateMessages({timestamp:t=new Date().getTime(),limit:e,direction:r="after",userId:i}){return(await a(this,Ne).getChatMessagesPaginated(t,e,r==="before",{oneofKind:"userId",userId:i})).messages.map(c=>sn.formatSocketPeerMessage(c))}async fetchPinnedMessages({timestamp:t=new Date().getTime(),limit:e,direction:r="after"}){return(await a(this,Ne).getChatMessagesPaginated(t,e,r==="before",{oneofKind:"pinned",pinned:!0})).messages.map(o=>sn.formatSocketPeerMessage(o))}async getMessages(t,e,r,i=0){const n=await a(this,Ne).getChatMessagesPaginated(t,e,r);return{messages:n.messages.map(o=>sn.formatSocketPeerMessage(o)),next:n.next}}async searchMessages(t,e){throw new b("searchMessages is disabled! Please use `fetchPublicMessages` method instead.","0506")}get pinned(){return this.messages.filter(t=>t.pinned)}},Q=new WeakMap,Zr=new WeakMap,Ne=new WeakMap,Sn=new WeakMap,cd=new WeakSet,$m=function(){return a(this,Sn).getValue("connectionHandler")},co=new WeakSet,tu=function(){return a(this,cd,$m).socketJoined===!0},$p);ls([y.trace("Chat.sendTextMessage"),At(xc)],bt.prototype,"sendTextMessage",1);ls([y.trace("Chat.sendImageMessage"),At({maxInvocations:20,period:60})],bt.prototype,"sendImageMessage",1);ls([y.trace("Chat.sendFileMessage"),At({maxInvocations:20,period:60})],bt.prototype,"sendFileMessage",1);ls([y.trace("Chat.sendMessage"),At({maxInvocations:180,period:60})],bt.prototype,"sendMessage",1);ls([y.trace("Chat.editTextMessage")],bt.prototype,"editTextMessage",1);ls([y.trace("Chat.editImageMessage")],bt.prototype,"editImageMessage",1);ls([y.trace("Chat.editFileMessage")],bt.prototype,"editFileMessage",1);ls([y.trace("Chat.editMessage")],bt.prototype,"editMessage",1);ls([y.trace("Chat.deleteMessage")],bt.prototype,"deleteMessage",1);ls([y.trace("Chat.searchMessages")],bt.prototype,"searchMessages",1);bt=ls([Ze("0500")],bt);var BA=Object.defineProperty,HA=Object.getOwnPropertyDescriptor,FA=(s,t,e,r)=>{for(var i=r>1?void 0:r?HA(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&BA(t,e,i),i},ei,Bp;const or=(Bp=class{constructor(s,t,e,r){h(this,"chat");h(this,"chatSocketHandler");h(this,"self");g(this,ei,void 0);m(this,ei,s),this.chatSocketHandler=t,this.chat=new bt(s,t,e,r),this.self=e,this.setupEvents()}get telemetry(){return a(this,ei).getValue("telemetry")}get logger(){return a(this,ei).getValue("logger")}static async init(s,t,e,r){return new or(s,t,e,r)}static formatMessage(s){return{...s,time:new Date(s.time),type:$A[s.type]}}static formatSocketPeerMessage(s){const t=s.createdAt*1e3,e={displayName:s.displayName,id:s.chatId,time:t,timeMs:s.createdAtMs,type:s.payloadType,isEdited:s.isEdited,userId:s.userId,targetUserIds:s.targetUserIds,message:"",link:"",name:"",html:"",images:[],videos:[],files:[],size:0,pinned:s.pinned};switch(e.type){case Gt.TEXT:{e.message=s.payload;break}case Gt.IMAGE:{e.link=s.payload;break}case Gt.FILE:{const{link:r,name:i,size:n}=JSON.parse(s.payload);e.link=r,e.name=i,e.size=n;break}case Gt.CUSTOM:{const{html:r,images:i,message:n,videos:o,files:c}=JSON.parse(s.payload);e.message=n,e.html=r,e.images=i,e.videos=o,e.files=c;break}}return or.formatMessage(e)}async getChatMessages(){if(this.self.config.viewType==="LIVESTREAM")return;const s=await this.chatSocketHandler.getChatMessages();if(!(s!=null&&s.payload))return;const t=Nm.fromBinary(s.payload).messages;this.chat.messages=t.map(e=>or.formatSocketPeerMessage(e))}setupEvents(){a(this,ei).getValue("peerSessionStore").on(w.SOCKET_SERVICE_ROOM_JOINED,async()=>{this.getChatMessages()}),this.chatSocketHandler.on(He.sendMessageToRoom,s=>{if(!s.message)return;const t=or.formatSocketPeerMessage(s.message);this.chat.messages=[...this.chat.messages,t],this.chat.emit("chatUpdate",{action:"add",message:t,messages:this.chat.messages})}),this.chatSocketHandler.on(He.sendMessageToPeers,s=>{const t=or.formatSocketPeerMessage(s.message);this.chat.messages=[...this.chat.messages,t],this.chat.emit("chatUpdate",{action:"add",message:t,messages:this.chat.messages})}),this.chatSocketHandler.on(He.editMessage,s=>{if(!s.message)return;const t=or.formatSocketPeerMessage(s.message),e=this.chat.messages.findIndex(r=>r.id===t.id);e!==-1&&(this.chat.messages[e]=t),this.chat.emit("chatUpdate",{action:"edit",message:t,messages:this.chat.messages})}),this.chatSocketHandler.on(He.deleteMessage,s=>{const t=this.chat.messages.findIndex(r=>r.id===s.chatId);let e={id:s.chatId};t!==-1&&([e]=this.chat.messages.splice(t,1)),this.chat.emit("chatUpdate",{action:"delete",message:e,messages:this.chat.messages})}),this.chatSocketHandler.on(He.pinMessage,s=>{const t=this.chat.messages.findIndex(r=>r.id===s.chatId),e=or.formatSocketPeerMessage(s.message);t!==-1&&(this.chat.messages[t]=e),this.chat.emit("chatUpdate",{action:"edit",message:e,messages:this.chat.messages}),s.pinned?this.chat.emit("pinMessage",{message:e,messages:this.chat.messages}):this.chat.emit("unpinMessage",{message:e,messages:this.chat.messages})})}},ei=new WeakMap,Bp);let sn=or;FA([y.trace("ChatController.setupEvents")],sn.prototype,"setupEvents",1);var qA=Object.defineProperty,jA=Object.getOwnPropertyDescriptor,GA=(s,t,e,r)=>{for(var i=r>1?void 0:r?jA(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&qA(t,e,i),i},dd,Bm,ld,Hm,vn,yn,lo,Hp;let su=(Hp=class extends Mt{constructor(t,e,r){const i=t.getValue("logger");super(i);g(this,dd);g(this,ld);h(this,"items");g(this,vn,void 0);g(this,yn,void 0);g(this,lo,void 0);m(this,lo,t),m(this,vn,e),m(this,yn,r),this.items=[]}async create(t,e,r=!1,i=!1){if(!a(this,ld,Hm))throw new b("Can't create polls without joining room","0705");if(!a(this,vn).permissions.polls.canCreate){this.logger.error("Polls::create::permission_denied");return}if(!t||!e){this.logger.error("Polls::question_and_options_can_not_be_empty",{polls:{hasQuestion:!!t,optionsLength:e==null?void 0:e.length}});return}if(e.length<2){this.logger.error("Polls::there_must_be_at_least_two_options",{polls:{hasQuestion:!!t,optionsLength:e.length}});return}await a(this,yn).createPoll(t,e,r,i)}async vote(t,e){if(!a(this,vn).permissions.polls.canVote){this.logger.error("Polls::vote::permission_denied");return}await a(this,yn).votePoll(t,e)}},dd=new WeakSet,Bm=function(){return a(this,lo).getValue("connectionHandler")},ld=new WeakSet,Hm=function(){var t;return((t=a(this,dd,Bm))==null?void 0:t.socketJoined)===!0},vn=new WeakMap,yn=new WeakMap,lo=new WeakMap,Hp);su=GA([Ze("0700")],su);var WA=Object.defineProperty,JA=Object.getOwnPropertyDescriptor,KA=(s,t,e,r)=>{for(var i=r>1?void 0:r?JA(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&WA(t,e,i),i},pr,En,ti,Fp;const Qi=(Fp=class{constructor(s,t,e){h(this,"polls");g(this,pr,void 0);g(this,En,void 0);g(this,ti,void 0);this.polls=new su(s,t,e),m(this,En,t),m(this,pr,s),m(this,ti,e),this.setupEvents()}get telemetry(){return a(this,pr).getValue("telemetry")}get logger(){return a(this,pr).getValue("logger")}static async init(s,t,e){return new Qi(s,t,e)}canViewPolls(){return a(this,En).permissions.polls.canView}setupEvents(){const s={[Rs.createPoll]:r=>{r.poll&&this.updatePoll(Qi.formatSocketServicePoll(r.poll))},[Rs.updatePoll]:r=>{r.poll&&this.updatePoll(Qi.formatSocketServicePoll(r.poll))},[Rs.votePoll]:r=>{r.poll&&this.updatePoll(Qi.formatSocketServicePoll(r.poll))}},t=()=>{a(this,pr).getValue("peerSessionStore").on(w.SOCKET_SERVICE_ROOM_JOINED,()=>{this.getPolls()}),Object.keys(s).map(Number).forEach(r=>{a(this,ti).on(r,s[r])})},e=()=>{a(this,pr).getValue("peerSessionStore").on(w.SOCKET_SERVICE_ROOM_JOINED,()=>{this.getPolls()}),Object.keys(s).map(Number).forEach(r=>{a(this,ti).removeListeners(r)})};a(this,En).permissions.on("permissionsUpdate",async r=>{var i;r!=null&&r.polls&&((i=r==null?void 0:r.polls)!=null&&i.canView?(await this.getPolls(),t()):(this.polls.items=[],e()))}),this.canViewPolls()&&t()}updatePoll(s){if(!this.canViewPolls())return;const t=this.polls.items.findIndex(e=>e.id===s.id);if(t>-1){const e=JSON.stringify(this.polls.items[t]);this.polls.items[t]=s,e!==JSON.stringify(s)&&this.polls.emit("pollsUpdate",{polls:this.polls.items,newPoll:!1});return}this.polls.items=[...this.polls.items,s],this.polls.emit("pollsUpdate",{polls:this.polls.items,newPoll:!0})}async getPolls(){const s=await a(this,ti).getPolls();if(!(s!=null&&s.payload))return;const{polls:t}=lA.fromBinary(s.payload);this.polls.items=t.map(e=>Qi.formatSocketServicePoll(e))}static formatSocketServicePoll(s){const t=s.options.map(e=>({count:e.count,text:e.text,votes:e.votes.map(r=>({id:r.userId,name:r.name}))}));return{anonymous:s.anonymous,createdBy:s.createdBy,createdByUserId:s.createdByUserId,hideVotes:s.hideVotes,id:s.pollId,options:t,question:s.question,voted:s.votes}}},pr=new WeakMap,En=new WeakMap,ti=new WeakMap,Fp);let Fm=Qi;KA([y.trace("PollController.setupEvents")],Fm.prototype,"setupEvents",1);var zA=Object.defineProperty,YA=Object.getOwnPropertyDescriptor,QA=(s,t,e,r)=>{for(var i=r>1?void 0:r?YA(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&zA(t,e,i),i},qm=(s=>(s[s.User=0]="User",s[s.Meeting=1]="Meeting",s))(qm||{}),Pn,uo,iu,si,ho,qp;let ru=(qp=class extends Mt{constructor(t,e,r,i,n){const o=t.getValue("logger");super(o);g(this,uo);h(this,"selfActiveTab");h(this,"broadcastTabChanges");g(this,Pn,void 0);g(this,si,void 0);g(this,ho,void 0);h(this,"viewType");h(this,"meetingStartedTimestamp");h(this,"meetingTitle");h(this,"sessionId");m(this,Pn,t),m(this,si,e),this.viewType=r,m(this,ho,i),this.meetingTitle=n,this.broadcastTabChanges=e.permissions.canSpotlight}get socketState(){return a(this,uo,iu).socketState}get mediaState(){return a(this,uo,iu).mediaState}get meetingId(){return a(this,Pn).getValue("meetingId")}setBroadcastTabChanges(t){if(!a(this,si).permissions.canSpotlight)throw this.logger.error("Spotlight::setSpotlighted::permission_denied"),new b("User does not have permission to toggle spotlight","0801");this.broadcastTabChanges=t,this.emit("broadcastTabChangesUpdate",this.broadcastTabChanges),this.broadcastTabChanges&&this.assertActiveTabToRoom()}setSelfActiveTab(t,e){var r;this.logger.info("Spotlight::setActiveTab",{spotlight:{currentTab:{id:t.id,type:t.type}}}),this.selfActiveTab=t,e===0&&this.emit("selfTabUpdate",t),(r=a(this,si).permissions)!=null&&r.canSpotlight&&this.broadcastTabChanges&&e===0&&this.assertActiveTabToRoom()}assertActiveTabToRoom(){a(this,ho).broadcastMessage("spotlight",{userId:a(this,si).userId,currentTab:this.selfActiveTab})}},Pn=new WeakMap,uo=new WeakSet,iu=function(){return a(this,Pn).getValue("connectionHandler")},si=new WeakMap,ho=new WeakMap,qp);ru=QA([Ze("0800")],ru);function XA(s){let t="",e=[""];const r=[e];let i=0,n=0,o=!0,c;for(c of s)c==='"'?(o&&c===t&&(e[i]+=c),o=!o):c===","&&o?c=e[++i]="":c===`
|
|
7
|
-
`&&o?(t==="\r"&&(e[i]=e[i].slice(0,-1)),e=r[++n]=[c=""],i=0):e[i]+=c,t=c;return r}var ZA=Object.defineProperty,eI=Object.getOwnPropertyDescriptor,jm=(s,t,e,r)=>{for(var i=r>1?void 0:r?eI(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&ZA(t,e,i),i},po,jp;let Vr=(jp=class extends
|
|
8
|
-
`).map(e=>Vr.parseTranscript(e,!1)).filter(Boolean):[]}async getActiveTranscript(){try{const t=mt(),{transcript:e}=await t.getActiveTranscript();this.transcripts=Vr.parseTranscripts(e)}catch(t){}}async onTranscript(t){var r;const e=this.transcripts.filter(({peerId:i})=>i===t.peerId);if((r=e==null?void 0:e.at(-1))!=null&&r.isPartialTranscript){const i=e.at(-1);i.transcript=t.transcript,i.isPartialTranscript=t.isPartialTranscript,this.emit("transcript",i);return}this.transcripts=[...this.transcripts,t],this.emit("transcript",t)}},po=new WeakMap,jp);jm([y.trace("Ai.getActiveTranscript")],Vr.prototype,"getActiveTranscript",1);Vr=jm([Ze("0000")],Vr);var tI=Object.defineProperty,sI=Object.getOwnPropertyDescriptor,rI=(s,t,e,r)=>{for(var i=r>1?void 0:r?sI(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&tI(t,e,i),i},gr,_n,Et,Gp;const Gm=(Gp=class{constructor(s,t,e,r,i,n){h(this,"meta");h(this,"ai");g(this,gr,void 0);g(this,_n,void 0);h(this,"aiSocketHandler");g(this,Et,void 0);m(this,Et,s),this.meta=new ru(s,t,t.config.viewType,e,n),this.ai=r,m(this,gr,t),m(this,_n,e),this.aiSocketHandler=i,this.setupEvents()}get telemetry(){return a(this,Et).getValue("telemetry")}get logger(){return a(this,Et).getValue("logger")}static async init(s,t,e,r,i){const n=await Vr.init(s,t.permissions.transcriptionEnabled);return new Gm(s,t,e,n,r,i)}conditionallySetActiveTab(s){var t;s!=null&&s.currentTab&&((t=this.meta.selfActiveTab)==null?void 0:t.id)!==s.currentTab.id&&(this.meta.setSelfActiveTab(s.currentTab,qm.Meeting),this.meta.emit("activeTabUpdate",s.currentTab))}setupEvents(){a(this,Et).getValue("peerSessionStore").on(w.TRANSPORT_STATE_UPDATE,s=>{this.meta.emit("mediaConnectionUpdate",s)}),a(this,Et).getValue("peerSessionStore").on(w.SOCKET_STATE_UPDATE,s=>{this.meta.emit("socketConnectionUpdate",s)}),a(this,Et).getValue("peerSessionStore").on(w.ROOM_STATE,({createdAt:s,roomUuid:t})=>{const e=this.meta.meetingStartedTimestamp;if(t&&(this.meta.sessionId=t),s&&!e){const r=new Date(s*1e3);this.meta.meetingStartedTimestamp=r,this.meta.emit("meetingStartTimeUpdate",{meetingStartedTimestamp:this.meta.meetingStartedTimestamp})}}),a(this,Et).getValue("peerSessionStore").on(w.PRODUCER_SCORE_UPDATE,({score:s})=>{s<5&&this.meta.emit("poorConnection",{score:s})}),a(this,gr).permissions.canSpotlight&&(this.logger.info("MetaController::Asserting Spotlight"),this.meta.selfActiveTab&&a(this,_n).broadcastMessage("spotlight",{userId:a(this,gr).userId,currentTab:this.meta.selfActiveTab})),a(this,Et).getValue("peerSessionStore").on(w.PEER_JOINED_INTERNAL,async s=>{a(this,gr).permissions.canSpotlight&&this.meta.selfActiveTab&&a(this,_n).broadcastToPeers("spotlight",[s.id],{userId:a(this,gr).userId,currentTab:this.meta.selfActiveTab})}),a(this,Et).getValue("peerSessionStore").on(w.ROOM_MESSAGE,s=>{var e,r;let t;if("type"in s){if(s.type!=="spotlight")return;t={...s,...s.payload}}else if("roomMessageType"in s){if(s.roomMessageType!=="spotlight")return;t=s}else return;this.logger.info("Spotlight Assertion Received",{spotlight:{spotlighter:{id:t.userId},currentTab:{id:(e=t.currentTab)==null?void 0:e.id,type:(r=t.currentTab)==null?void 0:r.type}}}),this.conditionallySetActiveTab(t)}),a(this,Et).getValue("peerSessionStore").on(w.MESSAGE,s=>{var e,r;let t;if("type"in s){if(s.type!=="spotlight")return;t={...s,...s.payload}}else if("roomMessageType"in s){if(s.roomMessageType!=="spotlight")return;t=s}else return;this.logger.info("Spotlight Assertion Received",{spotlight:{spotlighter:{id:t.userId},currentTab:{id:(e=t.currentTab)==null?void 0:e.id,type:(r=t.currentTab)==null?void 0:r.type}}}),this.conditionallySetActiveTab(t)}),this.aiSocketHandler.on(x.transcript,s=>{const{meetingId:t,transcript:e,isPartial:r}=s;let i;try{i=Vr.parseTranscript(e,r)}catch(d){this.logger.error(`Failed to parse transcript: ${e}`,d)}if(!i){this.logger.warn("Received empty transcript data");return}this.ai.onTranscript(i),this.meta.emit("transcript",i);const{peerId:n,name:o,transcript:c}=i;this.logger.debug(`${t} Received transcript for peer ${n} - ${o}: ${c}`)})}},gr=new WeakMap,_n=new WeakMap,Et=new WeakMap,Gp);let Wm=Gm;rI([y.trace("MetaController.setupEvents")],Wm.prototype,"setupEvents",1);const Va={},rr={executeWithLock({methodName:s,lockName:t,timeout:e}){return(r,i,n)=>{const o=n.value;return n.value=function(...d){var E,P;const l=(P=(this==null?void 0:this.peerId)||((E=d[0])==null?void 0:E.authToken))!=null?P:"",u=`${t}-${l}`,p=this==null?void 0:this.logger;if(Va[u]){const C=new Error(`Unsupported concurrent calls on method: ${s}.`);throw C.name="UnsupportedConcurrentMethodExecution",p==null||p.error("Locker::UnsupportedConcurrentMethodExecution",{error:{stack:C.stack},locker:{methodName:s,lockName:u}}),C}Va[u]=!0;const f=setTimeout(()=>delete Va[u],e),S=o.apply(this,d);return Promise.resolve(S).then(()=>{delete Va[u],clearTimeout(f)}).catch(()=>{delete Va[u],clearTimeout(f)}),S},n}}};var iI=Object.defineProperty,nI=Object.getOwnPropertyDescriptor,Wi=(s,t,e,r)=>{for(var i=r>1?void 0:r?nI(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&iI(t,e,i),i},xt,ud,Z,go,ps,Le,mo,nu,Cn,Uc;class Hr extends Mt{constructor(e,r,i,n,o){const c=e.getValue("logger");super(c);g(this,mo);g(this,Cn);g(this,xt,void 0);g(this,ud,void 0);g(this,Z,void 0);g(this,go,void 0);g(this,ps,void 0);g(this,Le,void 0);m(this,Le,e),m(this,xt,n),m(this,ud,o),m(this,Z,r),m(this,go,i),m(this,ps,[]),this.setupEvents()}get telemetry(){return a(this,Le).getValue("telemetry")}get status(){return a(this,Le).getValue("stageStatus")}setupEvents(){const e={[w.GET_STAGE_REQUESTS]:async n=>{m(this,ps,n)},[w.UPDATE_STAGE_REQUESTS]:async({add:n})=>{const o=a(this,ps).length,{stageRequests:c}=this.getAccessRequests();(n||c.length>o)&&this.emit("newStageRequest",{count:c.length}),this.emit("stageAccessRequestUpdate",c)}},r=()=>{Object.entries(e).forEach(([n,o])=>{a(this,Le).getValue("peerSessionStore").onAsync(n,o)})},i=()=>{Object.entries(e).forEach(([n,o])=>{a(this,Le).getValue("peerSessionStore").removeListener(n,o)})};a(this,Z).permissions.on("permissionsUpdate",n=>{const{canAcceptProductionRequests:o}=n;o!==void 0&&(a(this,Z).permissions.acceptStageRequests?(r(),a(this,xt).getStageRequests()):(i(),m(this,ps,[]),this.emit("stageAccessRequestUpdate",a(this,ps))))}),a(this,Z).permissions.acceptStageRequests&&r()}getAccessRequests(){if(!a(this,Z).permissions.stageEnabled)throw this.logger.error("Stage::stage_disabled"),new b("Stage is disabled","2003");if(!a(this,Z).permissions.acceptStageRequests)throw this.logger.error("Stage::get_access_request::permission_denied"),new b("You do not have permission to perform this action","2001");const e=a(this,go).joined.toArray().filter(r=>r.stageStatus==="REQUESTED_TO_JOIN_STAGE").map(r=>({displayName:r.name,userId:r.userId,peerId:r.id}));return m(this,ps,e),{stageRequests:a(this,ps)}}async requestAccess(){if(!a(this,Z).permissions.stageEnabled)throw this.logger.error("Stage::stage_disabled"),new b("Stage is disabled","2003");if(this.status!=="OFF_STAGE")throw new b(`Unable to request access you are currently ${this.status}`,"2006");if(a(this,Z).permissions.stageAccess===F.Allowed){V(this,Cn,Uc).call(this,"ACCEPTED_TO_JOIN_STAGE");return}a(this,xt).requestAccess(),V(this,Cn,Uc).call(this,"REQUESTED_TO_JOIN_STAGE")}async cancelRequestAccess(){if(!a(this,Z).permissions.stageEnabled)throw this.logger.error("Stage::stage_disabled"),new b("Stage is disabled","2003");a(this,xt).cancelRequestAccess(),V(this,Cn,Uc).call(this,"OFF_STAGE")}grantAccess(e){if(!a(this,Z).roomJoined)throw new b("Can`t grant for participant without joining room");if(!a(this,Z).permissions.stageEnabled)throw this.logger.error("Stage::stage_disabled"),new b("Stage is disabled","2003");if(!a(this,Z).permissions.acceptStageRequests)throw this.logger.error("Stage::grant_access::permission_denied"),new b("You do not have permission to perform this action","2001");return a(this,xt).grantAccess(e)}denyAccess(e){if(!a(this,Z).roomJoined)throw new b("Can`t rejectRequestToJoinStage for participant without joining room","2005");if(!a(this,Z).permissions.stageEnabled)throw this.logger.error("Stage::stage_disabled"),new b("Stage is disabled","2003");if(!a(this,Z).permissions.acceptStageRequests)throw this.logger.error("Stage::deny_access::permission_denied"),new b("You do not have permission to perform this action","2001");return a(this,xt).denyAccess(e)}get peerId(){return a(this,Le).getValue("peerId")}async join(){const e=a(this,Le).getValue("viewType");if(this.status==="ON_STAGE")throw new b("You are already on stage.","2006");if(this.status!=="ACCEPTED_TO_JOIN_STAGE"||a(this,Z).permissions.stageAccess===F.NotAllowed)throw new b(`Unable to join stage you are currently ${this.status}`,"2006");if(a(this,Le).setValue("stageStatus","ON_STAGE",!1),await a(this,xt).joinStage(),e===Ks.Livestream){await a(this,Le).getValue("selfController").joinRoom();return}a(this,Le).notify("stageStatus"),a(this,Z).audioEnabled&&a(this,mo,nu).shareMic(a(this,Z).audioTrack),a(this,Z).videoEnabled&&a(this,mo,nu).shareWebcam(a(this,Z).videoTrack)}async leave(){if(!a(this,Z).permissions.stageEnabled)throw this.logger.error("Stage::stage_disabled"),new b("Stage is disabled","2003");if(!(this.status==="ON_STAGE"||this.status==="ACCEPTED_TO_JOIN_STAGE"))throw new b(`Unable to leave stage you are currently ${this.status}`,"2006");a(this,Z).setIsPinned(!1),a(this,Le).setValue("stageStatus","OFF_STAGE",!1),await a(this,xt).leaveStage(a(this,Z).userId);try{await a(this,Le).getValue("peerSessionStore").emitAsync(w.LEAVE_MEDIA_ROOM,"stageLeft")}catch(e){this.logger.error("Stage::leave::emitAsync::failed",{error:e})}a(this,Le).notify("stageStatus")}async kick(e){if(!a(this,Z).roomJoined)throw new b("Can`t kick participant without joining room","2005");if(!a(this,Z).permissions.stageEnabled)throw this.logger.error("Stage::stage_disabled"),new b("Stage is disabled","2003");if(!a(this,Z).permissions.acceptStageRequests)throw this.logger.error("Stage::kick::permission_denied"),new b("You do not have permissions for kick","2001");return a(this,xt).kick(e)}}xt=new WeakMap,ud=new WeakMap,Z=new WeakMap,go=new WeakMap,ps=new WeakMap,Le=new WeakMap,mo=new WeakSet,nu=function(){return a(this,Le).getValue("roomNodeClient")},Cn=new WeakSet,Uc=async function(e){this.status!==e&&a(this,Le).setValue("stageStatus",e)};Wi([y.trace("Stage.getStageRequests")],Hr.prototype,"getAccessRequests",1);Wi([y.trace("Stage.requestAccess")],Hr.prototype,"requestAccess",1);Wi([y.trace("Stage.cancelRequestAccess")],Hr.prototype,"cancelRequestAccess",1);Wi([y.trace("Stage.grantAccess")],Hr.prototype,"grantAccess",1);Wi([y.trace("Stage.denyAccess")],Hr.prototype,"denyAccess",1);Wi([rr.executeWithLock({methodName:"joinStage",lockName:"Stage.join",timeout:5e3}),y.trace("Stage.joinStage")],Hr.prototype,"join",1);Wi([y.trace("Stage.leaveStage")],Hr.prototype,"leave",1);function aI(s){return!(s.viewType==="LIVESTREAM"||s.viewType==="CHAT")}function Qu(s){switch(s){case Gs.UNSPECIFIED:return"OFF_STAGE";case Gs.REQUESTED_STAGE:return"REQUESTED_TO_JOIN_STAGE";case Gs.APPROVED_STAGE:return"ACCEPTED_TO_JOIN_STAGE";case Gs.OFF_STAGE:return"OFF_STAGE";case Gs.ON_STAGE:return"ON_STAGE";default:return"OFF_STAGE"}}var oI=Object.defineProperty,cI=Object.getOwnPropertyDescriptor,dI=(s,t,e,r)=>{for(var i=r>1?void 0:r?cI(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&oI(t,e,i),i},mr,Qt,fr,fo,tt;class Jm{constructor(t,e,r,i,n){h(this,"stage");g(this,mr,void 0);g(this,Qt,void 0);g(this,fr,void 0);g(this,fo,0);g(this,tt,void 0);m(this,tt,t),this.stage=new Hr(t,i,n,e,r),m(this,fr,e),m(this,mr,i),m(this,Qt,n),this.setupEvents()}get telemetry(){return a(this,tt).getValue("telemetry")}get logger(){return a(this,tt).getValue("logger")}setupEvents(){a(this,tt).subscribe("stageStatus",t=>{this.stage.emit("stageStatusUpdate",t)}),a(this,fr).on(x.grantStageAccess,()=>{a(this,mr).permissions.stageAccess!==F.Allowed&&(this.stage.emit("stageRequestApproved"),this.setStageStatus("ACCEPTED_TO_JOIN_STAGE"))}),a(this,fr).on(x.peerStageStatusUpdate,t=>{t!==void 0&&(t.peerId===a(this,mr).id?this.selfStageStatusHandler(t):this.peerStageStatusHandler(t))}),a(this,fr).on(x.denyStageAccess,()=>{a(this,mr).permissions.stageAccess!==F.Allowed&&(this.stage.emit("stageRequestRejected"),this.setStageStatus("OFF_STAGE"))}),a(this,fr).on(x.getStageRequests,async t=>{var r;if(a(this,mr).permissions.stageAccess!==F.Allowed)return;const e=(r=t==null?void 0:t.stageRequests)!=null?r:[];await a(this,tt).getValue("peerSessionStore").emitAsync(w.GET_STAGE_REQUESTS,e),a(this,fo)<e.length&&e.length>0&&this.stage.emit("newStageRequest",{count:e.length}),m(this,fo,e.length),this.stage.emit("stageAccessRequestUpdate",e)})}getCurrentStageRequests(){return a(this,Qt).joined.toArray().filter(e=>e.stageStatus==="REQUESTED_TO_JOIN_STAGE").map(e=>({displayName:e.name,userId:e.userId,peerId:e.id}))}async setStageStatus(t){this.stage.status!==t&&a(this,tt).setValue("stageStatus",t)}selfStageStatusHandler(t){const e=Qu(t.stageType),r=a(this,tt).getValue("stageStatus");if(r!==e)switch(t.stageType){case 1:a(this,tt).setValue("stageStatus","ACCEPTED_TO_JOIN_STAGE",!1),this.stage.join();break;case 2:case 3:this.setStageStatus(r);break;case 0:case 4:default:a(this,tt).setValue("stageStatus","ACCEPTED_TO_JOIN_STAGE",!1),this.stage.leave();break}}async peerStageStatusHandler(t){const e=a(this,Qt).joined.get(t.peerId),r=a(this,Qt).viewMode==="ACTIVE_GRID";if(!e){this.logger.warn("err::peerStageStatusUpdate: participant not found");return}switch(t.stageType){case 1:e.setStageStatus("ON_STAGE"),r&&a(this,tt).getValue("peerSessionStore").emit(w.UPDATE_ACTIVE,{viewMode:a(this,Qt).viewMode,page:a(this,Qt).currentPage});break;case 2:e.setStageStatus("ACCEPTED_TO_JOIN_STAGE");break;case 3:e.setStageStatus("REQUESTED_TO_JOIN_STAGE");break;case 0:case 4:default:e.setStageStatus("OFF_STAGE"),r&&a(this,tt).getValue("peerSessionStore").emit(w.UPDATE_ACTIVE,{viewMode:a(this,Qt).viewMode,page:a(this,Qt).currentPage});break}a(this,tt).getValue("peerSessionStore").emit(w.UPDATE_PEER_STAGE_STATUS,{id:e.id,status:e.stageStatus})}}mr=new WeakMap,Qt=new WeakMap,fr=new WeakMap,fo=new WeakMap,tt=new WeakMap;dI([y.trace("Stage.setupEvents")],Jm.prototype,"setupEvents",1);var lI=Object.defineProperty,uI=Object.getOwnPropertyDescriptor,Xu=(s,t,e,r)=>{for(var i=r>1?void 0:r?uI(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&lI(t,e,i),i},ri,wn,To,So,ii,Wp;let no=(Wp=class extends ma{constructor(t,e,r,i){const n=t.getValue("logger");super(n);h(this,"name");h(this,"icon");h(this,"id");h(this,"permissions");g(this,ri,void 0);g(this,wn,void 0);g(this,To,void 0);g(this,So,void 0);g(this,ii,void 0);h(this,"active");h(this,"enabledBy");m(this,To,t);const o=t.getValue("meetingId");this.id=`${o}:${e.id}`,this.name=e.name,this.icon=e.icon,m(this,So,e.component),this.permissions=e.permissions,m(this,ri,i),m(this,wn,r),this.active=!1,this.enabledBy=""}get component(){return a(this,So)}get telemetry(){return a(this,To).getValue("telemetry")}activateForSelf(){m(this,ii,new Date),this.active=!0,this.emit("stateUpdate",{active:this.active,pluginId:this.id}),this.emit("enabled")}deactivateForSelf(){m(this,ii,void 0),this.active=!1,this.emit("stateUpdate",{active:this.active,pluginId:this.id}),this.emit("closed")}async activate(){var t;this.active||(t=this.permissions)!=null&&t.canActivate&&(await a(this,wn).set(this.id,{name:this.name,icon:this.icon,id:this.id,enabledBy:a(this,ri).id}),this.enabledBy=a(this,ri).id,this.activateForSelf(),this.logger.info("plugin::activated",{plugin:{id:this.id,enabledBy:this.enabledBy,name:this.name}}))}async deactivate(){var e;if(!this.active||!((e=this.permissions)!=null&&e.canDeactivate)&&this.enabledBy!==a(this,ri).id)return;const t=a(this,ii)?new Date().getTime()-a(this,ii).getTime():0;await a(this,wn).set(this.id,null),this.deactivateForSelf(),this.logger.info("plugin::deactivated",{plugin:{id:this.id,name:this.name,duration:t}})}},ri=new WeakMap,wn=new WeakMap,To=new WeakMap,So=new WeakMap,ii=new WeakMap,Wp);Xu([y.trace("Plugin.activatePlugin")],no.prototype,"activate",1);Xu([y.trace("Plugin.deactivatePlugin")],no.prototype,"deactivate",1);no=Xu([Ze("0600")],no);var ke,ni;class Km extends Map{constructor(e,r=void 0){const{onAddEvent:i,onDeleteEvent:n,onClearEvent:o}=e;super();g(this,ke,void 0);g(this,ni,void 0);h(this,"onAddEvent");h(this,"onDeleteEvent");h(this,"onClearEvent");m(this,ke,new ma(r)),this.onAddEvent=i,this.onDeleteEvent=n,this.onClearEvent=o,m(this,ni,new Map)}emit(e,...r){return a(this,ke).emit(e,...r)}on(e,r){return a(this,ke).on(e,r)}addListener(e,r){return a(this,ke).addListener(e,r)}off(e,r){return a(this,ke).off(e,r)}once(e,r){return a(this,ke).once(e,r)}prependListener(e,r){return a(this,ke).prependListener(e,r)}prependOnceListener(e,r){return a(this,ke).prependOnceListener(e,r)}removeListener(e,r){return a(this,ke).removeListener(e,r)}removeAllListeners(e){return a(this,ke).removeAllListeners(e)}listeners(e){return a(this,ke).listeners(e)}listenerCount(e){return a(this,ke).listenerCount(e)}getMaxListeners(){return a(this,ke).getMaxListeners()}setMaxListeners(e){return a(this,ke).setMaxListeners(e)}eventNames(){return a(this,ke).eventNames()}add(e,r=!0){return this.set(e.id,e,r)}set(e,r,i=!0){const n=super.set(e,r),o=(c,...d)=>{this.emit(c,r,...d)};return a(this,ni).set(e,o),r.on("*",o),i&&a(this,ke).emit(this.onAddEvent,r),n}delete(e,r=!0,i=!1){const n=this.get(e);if(!n)return!1;n.removeListener("*",a(this,ni).get(e));const o=super.delete(e);return i&&n.removeAllListeners(),r&&a(this,ke).emit(this.onDeleteEvent,n),o}clear(e=!0,r=!1){this.forEach(n=>{n.removeListener("*",a(this,ni).get(n.id)),r&&n.removeAllListeners()});const i=super.clear();return e&&a(this,ke).emit(this.onClearEvent),i}toArray(){return Array.from(this.values())}}ke=new WeakMap,ni=new WeakMap;class Cp extends Km{constructor(t){super({onAddEvent:"pluginAdded",onDeleteEvent:"pluginDeleted"},t)}add(t,e=!0){return super.add(t,e)}delete(t,e=!0,r=!1){return super.delete(t,e,r)}}var hI=Object.defineProperty,pI=Object.getOwnPropertyDescriptor,gI=(s,t,e,r)=>{for(var i=r>1?void 0:r?pI(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&hI(t,e,i),i};let au=class{constructor(s){h(this,"all");h(this,"active");this.all=new Cp(s),this.active=new Cp(s)}};au=gI([Ze("0600")],au);var mI=Object.defineProperty,fI=Object.getOwnPropertyDescriptor,TI=(s,t,e,r)=>{for(var i=r>1?void 0:r?fI(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&mI(t,e,i),i},ai,vo,oi,Jp;const zm=(Jp=class{constructor(s,t,e,r){h(this,"plugins");g(this,ai,void 0);g(this,vo,void 0);g(this,oi,void 0);m(this,oi,s),this.plugins=t,m(this,ai,e),m(this,vo,r),this.setupEvents()}get telemetry(){return a(this,oi).getValue("telemetry")}get logger(){return a(this,oi).getValue("logger")}static async init(s,t,e,r,i){const n=s.getValue("logger"),o=new au(n);return t.forEach(c=>{const d=new no(s,c,e,r);o.all.add(d)}),new zm(s,o,e,i)}setupEvents(){this.plugins.all.on("stateUpdate",({active:s,id:t})=>{if(s){this.plugins.active.add(this.plugins.all.get(t));return}this.plugins.active.delete(t)}),a(this,oi).getValue("peerSessionStore").onAsync(w.SOCKET_SERVICE_ROOM_JOINED,async()=>{var e,r;((r=(e=this.plugins.active)==null?void 0:e.toArray())!=null?r:[]).forEach(i=>{i.deactivateForSelf()});try{await a(this,vo).refresh(a(this,ai).name)}catch(i){this.logger.error("[PluginController] Failed to refresh active plugins store, syncing from stale data.",{error:i})}const t=a(this,ai).getAll();Object.entries(t).forEach(([i,n])=>{if(!n)return;const o=this.plugins.all.get(i);if(!o){this.logger.warn(`[PluginController] Plugin '${i}' not found in plugins.all, ignoring store entry.`);return}o.active||(o.enabledBy=n.enabledBy,o.activateForSelf())}),this.logger.debug("[SOCKET_SERVICE_ROOM_JOINED] resolved request to sync active plugins.")}),a(this,ai).subscribe("*",s=>{Object.entries(s).forEach(([t,e])=>{const r=this.plugins.all.get(t);if(!r){this.logger.warn(`[PluginController] Plugin '${t}' not found in plugins.all, ignoring store update.`);return}!e&&r.active&&r.deactivateForSelf(),e&&!r.active&&(r.enabledBy=e.enabledBy,r.activateForSelf())})})}},ai=new WeakMap,vo=new WeakMap,oi=new WeakMap,Jp);let Ym=zm;TI([y.trace("PluginController.setupEvents")],Ym.prototype,"setupEvents",1);var yo;class SI{constructor(t){h(this,"mediaJoined");h(this,"socketJoined");h(this,"socketJoinAttempted");h(this,"mediaJoinAttempted");h(this,"socketState");h(this,"mediaState");g(this,yo,void 0);this.mediaJoined=!1,this.socketJoined=!1,this.socketJoinAttempted=!1,this.mediaJoinAttempted=!1,this.socketState={state:void 0,reconnected:!1,reconnectionAttempt:void 0},this.mediaState={recv:void 0,send:void 0},m(this,yo,t)}get joinAttempted(){return this.mediaJoinAttempted||this.socketJoinAttempted}get roomJoined(){return this.mediaJoined&&this.socketJoined}updateSocketConnectionState(t,e){let r;const{reconnected:i}=this.socketState;switch(t){case"connected":r={state:"connected",reconnected:i,reconnectionAttempt:void 0};break;case"disconnected":r={state:"disconnected",reconnected:!1,reconnectionAttempt:0},this.socketJoined=!1;break;case"reconnected":r={state:"connected",reconnected:!0,reconnectionAttempt:void 0};break;case"reconnecting":r={state:"reconnecting",reconnected:i,reconnectionAttempt:0};break;case"reconnectAttempt":r={state:"reconnecting",reconnected:i,reconnectionAttempt:e};break;case"failed":r={state:"failed",reconnected:i,reconnectionAttempt:void 0},this.socketJoined=!1;break}r&&(a(this,yo).getValue("peerSessionStore").emit(w.SOCKET_STATE_UPDATE,r),this.socketState=r)}}yo=new WeakMap;var vI=Object.defineProperty,yI=Object.getOwnPropertyDescriptor,Sc=(s,t,e,r)=>{for(var i=r>1?void 0:r?yI(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&vI(t,e,i),i},Rn,bn,kn,$c,Kp;let Fi=(Kp=class extends Mt{constructor(t,e){const r=t.getValue("logger");super(r);g(this,kn);g(this,Rn,void 0);g(this,bn,void 0);h(this,"recordingPeerIds",[]);h(this,"recordings",[]);m(this,bn,t),m(this,Rn,e)}get recordingState(){return this.recordings.some(t=>t.state==="RECORDING")?"RECORDING":this.recordings.some(t=>t.state==="PAUSED")?"PAUSED":this.recordings.some(t=>t.state==="STARTING")?"STARTING":this.recordings.some(t=>t.state==="STOPPING")?"STOPPING":"IDLE"}get telemetry(){return a(this,bn).getValue("telemetry")}updateRecordings(t){this.recordings=t,this.emit("recordingUpdate",this.recordingState)}async start(t){if(!a(this,Rn).permissions.canRecord)throw this.logger.error("Recording::start::permission_denied"),new b("User does not have permission to start recording","1001");if((t==null?void 0:t.allowMultiple)!==!0&&(this.recordingState==="STARTING"||this.recordingState==="RECORDING"||this.recordingState==="STOPPING"))throw this.logger.error("Recording::start::recording_in_progress",{recording:{state:this.recordingState}}),new b(`Cant start recording, recordingState irregular: ${this.recordingState}`,"1005");try{const e=mt(),{recording:r={}}=a(this,bn).getValue("defaults"),i=await e.startRecording(r,t==null?void 0:t.allowMultiple);this.updateRecordings([...this.recordings,{id:i,state:"STARTING",type:"BROWSER"}])}catch(e){throw this.logger.error("Recording::stop::recording_failed_to_start",{error:e}),new b("Error while starting recording","1000",this.logger)}}async stop(t){await V(this,kn,$c).call(this,"stop",["RECORDING","PAUSED"],t)}async pause(t){await V(this,kn,$c).call(this,"pause",["RECORDING"],t)}async resume(t){await V(this,kn,$c).call(this,"resume",["PAUSED"],t)}},Rn=new WeakMap,bn=new WeakMap,kn=new WeakSet,$c=async function(t,e,r){if(!a(this,Rn).permissions.canRecord)throw this.logger.error("Recording::stop::permission_denied"),new b("User does not have permission to stop recording","1001");let i=[];if(r!==void 0){const n=this.recordings.find(o=>o.id===r);if(n===void 0)throw new b("Could not find the specified recording","1004");if(e.includes(n.state)){this.logger.error("Recording::stop::recording_not_in_expected_state",{recording:{state:n.state}});return}i.push(n)}else i=this.recordings.filter(n=>e.includes(n.state));i.forEach(async n=>{const o=n.state;t==="stop"&&(n.state="STOPPING",this.emit("recordingUpdate","STOPPING"));try{await mt().updateRecording(n.id,t)}catch(c){throw this.logger.error("Recording::stop::recording_failed_to_stop",{error:c}),n.state!==o&&(n.state=o,this.emit("recordingUpdate",o)),new b("Error while stopping recording","1000",this.logger)}})},Kp);Sc([y.trace("Recording.start")],Fi.prototype,"start",1);Sc([y.trace("Recording.stop")],Fi.prototype,"stop",1);Sc([y.trace("Recording.stop")],Fi.prototype,"pause",1);Sc([y.trace("Recording.stop")],Fi.prototype,"resume",1);Fi=Sc([Ze("1000")],Fi);var EI=Object.defineProperty,PI=Object.getOwnPropertyDescriptor,_I=(s,t,e,r)=>{for(var i=r>1?void 0:r?PI(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&EI(t,e,i),i},ci;class Qm{constructor(t,e,r){h(this,"recording");h(this,"room");g(this,ci,void 0);m(this,ci,t),this.recording=new Fi(t,e),this.room=r,this.setupEvents()}get telemetry(){return a(this,ci).getValue("telemetry")}get logger(){return a(this,ci).getValue("logger")}getRecordingTypeFromProtoType(t){let e;switch(t){case $i.BROWSER:e="BROWSER";break;case $i.COMPOSITE:e="COMPOSITE";break;case $i.TRACK:e="TRACK";break;default:e="BROWSER"}return e}setupEvents(){a(this,ci).getValue("peerSessionStore").on(w.ROOM_STATE,t=>{t.activeRecordings.length!==0?this.recording.updateRecordings(t.activeRecordings.map(e=>{const r=this.getRecordingTypeFromProtoType(e.recordingType);return{id:e.recordingId,state:e.recordingStatus,type:r}})):this.recording.recordings.length&&this.recording.updateRecordings([])}),this.room.on(x.recordingStarted,t=>{let e=!1;const r=[...this.recording.recordings];if(r.forEach(i=>{i.id===t.recordingId&&(e=!0,i.state="RECORDING")}),e===!1){const i=this.getRecordingTypeFromProtoType(t.recordingType);r.push({id:t.recordingId,state:"RECORDING",type:i})}this.recording.updateRecordings(r)}),this.room.on(x.recordingPaused,t=>{const e=[...this.recording.recordings];e.forEach(r=>{r.id===t.recordingId&&(r.state="PAUSED")}),this.recording.updateRecordings(e)}),this.room.on(x.recordingStopped,t=>{const e=[...this.recording.recordings.filter(r=>r.id!==t.recordingId)];this.recording.updateRecordings(e)})}}ci=new WeakMap;_I([y.trace("RecordingController.setupEvents")],Qm.prototype,"setupEvents",1);var di;class CI{constructor(t){g(this,di,void 0);m(this,di,t)}hasFeature(t){return a(this,di).getValue("logger").warn("Unimplemented method: meeting.__internals__.hasFeature called"),!1}getFeatureValue(t){return a(this,di).getValue("logger").warn("Unimplemented method: meeting.__internals__.getFeatureValue called"),null}getAllFeatures(){return a(this,di).getValue("logger").warn("Unimplemented method: meeting.__internals__.getAllFeatures called"),{}}}di=new WeakMap;class Zu{constructor(t,e,r,i){h(this,"authToken");h(this,"logger");h(this,"features");h(this,"browserSpecs");h(this,"callStats");this.authToken=t,this.logger=e,this.features=r,this.browserSpecs=pe,this.callStats=i}static init(t){return new Zu(t.getValue("authToken"),t.getValue("logger"),new CI(t),t.getValue("callstats"))}}class eh{constructor(t){h(this,"internals");this.internals=t}static async init(t){const e=Zu.init(t);return new eh(e)}}var wI=Object.defineProperty,RI=Object.getOwnPropertyDescriptor,It=(s,t,e,r)=>{for(var i=r>1?void 0:r?RI(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&wI(t,e,i),i},De,ue,ae,Is,Ut,Eo,_e;class Tt extends ma{constructor(e,r,i=Zc,n=!0){const o=e.getValue("logger");super(o);g(this,De,void 0);g(this,ue,void 0);g(this,ae,void 0);g(this,Is,void 0);g(this,Ut,void 0);g(this,Eo,void 0);g(this,_e,void 0);h(this,"audioUpdateInProgress");h(this,"videoUpdateInProgress");m(this,_e,e),this.audioUpdateInProgress=!1,this.videoUpdateInProgress=!1,m(this,De,new Xm(e,r)),m(this,ue,new zI(e,a(this,De),void 0,i)),m(this,ae,new s0(e,a(this,De),void 0,i)),m(this,Ut,new ZI(a(this,_e),a(this,De))),m(this,Is,new QI(e,a(this,De))),m(this,Eo,n),a(this,ue).on("trackMuted",this.onAudioTrackMuted.bind(this)),a(this,ue).on("trackChanged",this.onAudioTrackChanged.bind(this)),a(this,ae).on("trackChanged",this.onVideoTrackChanged.bind(this)),a(this,ae).on("trackEnded",this.onVideoTrackEnded.bind(this)),a(this,Ut).on("trackEnded",this.onScreenShareEnded.bind(this)),this.onVisibilityChange=this.onVisibilityChange.bind(this),document.addEventListener("visibilitychange",this.onVisibilityChange)}get telemetry(){return a(this,_e).getValue("telemetry")}set context(e){m(this,_e,e)}async onVisibilityChange(){a(this,_e).getValue("callstats").tabChanged(document.visibilityState==="visible"),document.visibilityState!=="visible"?a(this,_e).getValue("callstats").browserBackgrounded():(a(this,_e).getValue("callstats").browserForegrounded(),await this.setupSpeaker())}async repopulateAvailableDevices(){return!0}async setupStreams({audio:e,video:r}){var o;e?a(this,_e).getValue("callstats").audioOn():a(this,_e).getValue("callstats").audioOff(),r?a(this,_e).getValue("callstats").videoOn():a(this,_e).getValue("callstats").videoOff();let i,n;if(e&&r)try{const c=await a(this,De).getAudioAndVideoTrack(a(this,ue).userSelectedDevice,a(this,ae).userSelectedDevice);i=c.audioTrack,n=c.videoTrack}catch(c){this.logger.error("LocalMediaHandler::init::Failed to get audio video tracks",{error:c})}if(!i&&e)try{i=await a(this,De).getAudioTrack(!1,a(this,ue).userSelectedDevice)}catch(c){this.logger.error("LocalMediaHandler::init::Failed to get audio track",{error:c})}if(!n&&r)try{n=await a(this,De).getVideoTrack(a(this,ae).userSelectedDevice)}catch(c){this.logger.error("LocalMediaHandler::init::Failed to get video track",{error:c})}e&&!i&&a(this,_e).getValue("callstats").audioOff(),r&&!n&&a(this,_e).getValue("callstats").videoOff(),await a(this,ue).setMediaTrack(i),await a(this,ae).setMediaTrack(n);try{await this.setupSpeaker()}catch(c){}if(n){const c=await this.getDeviceById(n.getSettings().deviceId);a(this,_e).getValue("callstats").selectedDevice("VIDEO",c)}if(i){const c=await this.getDeviceById(i.getSettings().deviceId);a(this,_e).getValue("callstats").selectedDevice("AUDIO",c)}(o=a(this,Is).currentDevice)!=null&&o.deviceId&&a(this,_e).getValue("callstats").selectedDevice("SPEAKER",a(this,Is).currentDevice),a(this,De).onDeviceChange((c,d,l)=>{this.onDeviceChange(d,l)})}getCurrentDevices(){return{audio:a(this,ue).currentDevice,video:a(this,ae).currentDevice,speaker:a(this,Is).currentDevice}}get permissions(){return a(this,De).permissions}getAllDevices(){return a(this,De).getAvailableDevices()}getDeviceById(e,r){return a(this,De).getDevice(e)}onAudioTrackMuted(){this.emit("AUDIO_TRACK_SILENT")}onAudioTrackChanged(){this.emit("AUDIO_TRACK_CHANGE")}get rawAudioTrack(){return a(this,ue).mediaTrack}get audioTrack(){return a(this,ue).transformedMediaTrack}get audioEnabled(){return a(this,ue).trackEnabled}async enableAudio(e){if(!this.audioUpdateInProgress){this.audioUpdateInProgress=!0;try{e?await a(this,ue).enableTrack(!1,e):await a(this,ue).unmuteTrack()}catch(r){}finally{this.audioUpdateInProgress=!1}}}disableAudio(){a(this,ue).mediaTrack&&!a(this,ue).isCustomTrack?a(this,ue).muteTrack():a(this,ue).disableTrack()}getAudioDevices(e){return a(this,De).getAudioInputDevices(e)}async setAudioDevice(e,{saveDevicePreference:r}){await a(this,ue).setDevice(e,{saveDevicePreference:r}),e!=null&&e.deviceId&&a(this,_e).getValue("callstats").selectedDevice("AUDIO",e),this.emit("AUDIO_TRACK_CHANGE"),this.emit("DEVICE_CHANGE",{device:e})}async setupSpeaker(){const{speaker:e}=this.getCurrentDevices();await a(this,Is).setPreferredSpeaker();const{speaker:r}=this.getCurrentDevices();(e==null?void 0:e.deviceId)!==(r==null?void 0:r.deviceId)&&r&&this.emit("DEVICE_CHANGE",{device:r})}async setSpeakerDevice(e,{saveDevicePreference:r}){await a(this,Is).setupSpeaker(e,{saveDevicePreference:r}),e!=null&&e.deviceId&&a(this,_e).getValue("callstats").selectedDevice("SPEAKER",e),this.emit("DEVICE_CHANGE",{device:e})}onVideoTrackChanged(){this.emit("VIDEO_TRACK_CHANGE")}onVideoTrackEnded(){this.emit("VIDEO_TRACK_CHANGE")}get rawVideoTrack(){return a(this,ae).mediaTrack}get videoTrack(){return a(this,ae).transformedMediaTrack}get videoEnabled(){return a(this,ae).trackEnabled}async enableVideo(e){if(!this.videoUpdateInProgress){this.videoUpdateInProgress=!0;try{e?await a(this,ae).enableTrack(!1,e):await a(this,ae).unmuteTrack()}catch(r){}finally{this.videoUpdateInProgress=!1}}}disableVideo(){a(this,ae).disableTrack()}getVideoDevices(e){return a(this,De).getVideoInputDevices(e)}async setVideoDevice(e,{saveDevicePreference:r}){await a(this,ae).setDevice(e,{saveDevicePreference:r}),e!=null&&e.deviceId&&a(this,_e).getValue("callstats").selectedDevice("VIDEO",e),this.emit("VIDEO_TRACK_CHANGE"),this.emit("DEVICE_CHANGE",{device:e})}async updateVideoConstraints(e){await a(this,ae).updateConstraints(e)}onScreenShareEnded(){this.emit("SCREENSHARE_ENDED")}get screenShareTracks(){return{audio:a(this,Ut).audioMediaTrack,video:a(this,Ut).videoMediaTrack}}get screenShareEnabled(){return a(this,Ut).trackEnabled}async enableScreenShare(){await a(this,Ut).enableScreenShare()}async disableScreenShare(){a(this,Ut).disableScreenShare()}async updateScreenshareConstraints(e){await a(this,Ut).updateConstraints(e)}getSpeakerDevices(e){return a(this,De).getAudioOutputDevices(e)}addAudioMiddleware(e){return a(this,ue).addMiddleware(e)}removeAudioMiddleware(e){return a(this,ue).removeMiddleware(e)}removeAllAudioMiddlewares(){return a(this,ue).removeAllMiddlewares()}addVideoMiddleware(e){return a(this,ae).addMiddleware(e)}removeVideoMiddleware(e){return a(this,ae).removeMiddleware(e)}removeAllVideoMiddlewares(){return a(this,ae).removeAllMiddlewares()}setVideoMiddlewareGlobalConfig(e){return a(this,ae).setVideoMiddlewareGlobalConfig(e)}destruct(){a(this,ue).disableTrack(),a(this,ae).disableTrack(),a(this,ae).terminateMiddlewareWebWorker(),a(this,Ut).disableScreenShare(),a(this,De).destruct()}async onDeviceChange(e,r){var n,o;if(this.emit("DEVICE_LIST_UPDATED",e),r||!a(this,Eo))return;let i=!1;(n=e==null?void 0:e.added)==null||n.reverse().forEach(async c=>{var d;c&&!Zc(c)&&(c.kind==="audioinput"&&((d=this.audioTrack)==null?void 0:d.enabled)===!0?await this.setAudioDevice(c,{saveDevicePreference:!1}):c.kind==="audiooutput"&&(i=!0,await this.setSpeakerDevice(c,{saveDevicePreference:!1})))}),i||(o=e==null?void 0:e.removed)==null||o.forEach(async c=>{var d;if(c.kind==="audiooutput"&&((d=this.getCurrentDevices().speaker)==null?void 0:d.deviceId)===c.deviceId){const l=await this.getSpeakerDevices();(l==null?void 0:l.length)>0&&await this.setSpeakerDevice(l[0],{saveDevicePreference:!1})}})}removeAllTracks(){this.destruct()}removeAudioTrack(){a(this,ue).disableTrack()}removeVideoTrack(){a(this,ae).disableTrack(),a(this,ae).terminateMiddlewareWebWorker()}async removeDocumentEventListeners(){document.removeEventListener("visibilitychange",this.onVisibilityChange)}}De=new WeakMap,ue=new WeakMap,ae=new WeakMap,Is=new WeakMap,Ut=new WeakMap,Eo=new WeakMap,_e=new WeakMap;It([y.trace("MediaHandler.setupStreams")],Tt.prototype,"setupStreams",1);It([y.trace("MediaHandler.enableAudio")],Tt.prototype,"enableAudio",1);It([y.trace("MediaHandler.disableAudio")],Tt.prototype,"disableAudio",1);It([y.trace("MediaHandler.setAudioDevice")],Tt.prototype,"setAudioDevice",1);It([y.trace("MediaHandler.enableVideo")],Tt.prototype,"enableVideo",1);It([y.trace("MediaHandler.disableVideo")],Tt.prototype,"disableVideo",1);It([y.trace("MediaHandler.setVideoDevice")],Tt.prototype,"setVideoDevice",1);It([y.trace("MediaHandler.updateVideoConstraints")],Tt.prototype,"updateVideoConstraints",1);It([y.trace("MediaHandler.enableScreenShare")],Tt.prototype,"enableScreenShare",1);It([y.trace("MediaHandler.disableScreenShare")],Tt.prototype,"disableScreenShare",1);It([y.trace("MediaHandler.updateScreenshareConstraints")],Tt.prototype,"updateScreenshareConstraints",1);It([y.trace("MediaHandler.destruct")],Tt.prototype,"destruct",1);It([y.trace("MediaHandler.onDeviceChange")],Tt.prototype,"onDeviceChange",1);function Mc(s,t,e){switch(!0){case pe.isChromiumBased():switch(t){case"NotAllowedError":return e.includes("by system")?"SYSTEM_DENIED":s==="screenshare"?"CANCELED":"DENIED";case"NotReadableError":default:return"COULD_NOT_START"}case pe.isSafari():switch(t){case"NotAllowedError":return"DENIED";default:return"COULD_NOT_START"}case pe.isFirefox():switch(t){case"NotFoundError":case"NotReadableError":return"SYSTEM_DENIED";case"NotAllowedError":return"DENIED";case"AbortError":default:return"COULD_NOT_START"}default:return"COULD_NOT_START"}}const bI=["virtual","emulator","krisp","solstice conference","teams","loom","zoom","manycam","blackhole","displayport","xsplit","wirecast","vMix","elgato","epiphan","voice changer","voicemod","morphvoxx"];function Zc(s){var e,r;const t=(e=s.label)==null?void 0:e.toLowerCase();return((r=pe._bowser)==null?void 0:r.getOSName())==="macOS"&&t.includes("iphone")?!0:bI.some(i=>t==null?void 0:t.includes(i))}async function kI(s,t,e){if(!(t!=null&&t.length))return e;const r=s.getValue("logger"),i=new AudioContext,n=await Promise.all(t==null?void 0:t.map(d=>d(i))),o=i.createMediaStreamSource(new MediaStream([e])),c=i.createMediaStreamDestination();try{let d=o;for(let l=0;l<n.length;l+=1)d.connect(n[l]),d=n[l];d.connect(c)}catch(d){return r.error("getTransformedAudioTrack::middleware_execution_failed",{error:d}),e}return c.stream.getAudioTracks()[0]}var li,Po;class MI{constructor(t){g(this,li,void 0);g(this,Po,void 0);m(this,Po,t)}get logger(){return a(this,Po).getValue("logger")}terminateMiddlewareWebWorker(){if(a(this,li))try{Dc.clearInterval(a(this,li)),m(this,li,void 0)}catch(t){this.logger.debug("WorkerTimers::terminateMiddlewareWebWorker::failed")}}async getTransformedVideoTrack(t,e,r){if(!(t!=null&&t.length))return e;const i=document.createElement("canvas"),n=await Promise.all(t==null?void 0:t.map(f=>f({canvas:i,WorkerTimers:Dc})));if(r.disablePerFrameCanvasRendering){const S=i.captureStream().getVideoTracks()[0];return Object.defineProperty(S,"originalSettings",{value:e.getSettings()}),S}const o=document.createElement("video"),c=new MediaStream;c.addTrack(e);const d=i.getContext("2d");o.srcObject=c,o.autoplay=!0,this.terminateMiddlewareWebWorker();const l=async()=>{if(e.enabled===!1||e.readyState==="ended"){this.terminateMiddlewareWebWorker(),o.remove(),i.remove();return}try{d.drawImage(o,0,0);for(let f=0;f<n.length;f+=1)typeof n[f]=="function"&&await n[f](i,d)}catch(f){this.logger.error("getTransformedVideoTrack::middleware_execution_failed",{error:f})}};try{o.play()}catch(f){}o.addEventListener("play",()=>{i.width=o.width||e.getSettings().width,i.height=o.width||e.getSettings().height,m(this,li,Dc.setInterval(l,50))},!1);const p=i.captureStream().getVideoTracks()[0];return Object.defineProperty(p,"originalSettings",{value:e.getSettings()}),p}}li=new WeakMap,Po=new WeakMap;const AI={qvga:{width:{ideal:320},height:{ideal:240},frameRate:{ideal:30}},vga:{width:{ideal:640},height:{ideal:480},frameRate:{ideal:30}},hd:{width:{ideal:1280},height:{ideal:720},frameRate:{ideal:30}},fhd:{width:{ideal:1920},height:{ideal:1080},frameRate:{ideal:30}},uhd:{width:{ideal:3840},height:{ideal:2160},frameRate:{ideal:30}}},II=[[320,[{rid:"f",scaleResolutionDownBy:1},{rid:"h",scaleResolutionDownBy:2}]],[640,[{rid:"f",scaleResolutionDownBy:1},{rid:"h",scaleResolutionDownBy:2}]],[1280,[{rid:"f",scaleResolutionDownBy:1},{rid:"h",scaleResolutionDownBy:2},{rid:"q",scaleResolutionDownBy:4}]],[1920,[{rid:"f",scaleResolutionDownBy:1},{rid:"h",scaleResolutionDownBy:2},{rid:"q",scaleResolutionDownBy:4}]],[3840,[{rid:"f",scaleResolutionDownBy:1},{rid:"h",scaleResolutionDownBy:2},{rid:"q",scaleResolutionDownBy:4}]]],DI=(s,t)=>{var d,l,u;const e=(d=s==null?void 0:s.getValue("overrides"))==null?void 0:d.simulcastConfig;if((l=e==null?void 0:e.encodings)!=null&&l.length)return e.encodings;const r="getSettings"in t&&t.getSettings().width||"getConstraints"in t&&t.getConstraints().width||"originalSettings"in t&&((u=t.originalSettings)==null?void 0:u.width),i=II,n=i.map(([p])=>p).sort((p,f)=>p-f);let o=Number.MAX_VALUE,c=0;return n.forEach((p,f)=>{Math.abs(p-r)<o&&(o=Math.abs(p-r),c=f)}),i[c][1]};var Ee=(s=>(s.WEBCAM="webcam",s.WEBCAM_BACKUP="webcam_backup",s.MIC="mic",s.SCREENSHARE_VIDEO="screenshare_video",s.SCREENSHARE_AUDIO="screenshare_audio",s))(Ee||{});const OI=yC(),zi=ys(OI.config.media);function NI(s){var e,r;const t={};return s.audio&&(t.audio={enableStereo:(e=s.audio.enableStereo)!=null?e:!1,enableHighBitrate:(r=s.audio.enableHighBitrate)!=null?r:!1}),t.video=s.video.quality,t}var ui,hd;class LI{constructor(t,e){g(this,ui,void 0);g(this,hd,void 0);h(this,"getScreenShareConstraints",()=>{var l,u,p,f,S,E,P,C,k;const t=(l=a(this,ui))==null?void 0:l.screenshare,e=(p=(u=t==null?void 0:t.width)==null?void 0:u.max)!=null?p:1920,r=(S=(f=t==null?void 0:t.height)==null?void 0:f.max)!=null?S:1080,i=(P=(E=t==null?void 0:t.frameRate)==null?void 0:E.max)!=null?P:5,n=(k=(C=t==null?void 0:t.frameRate)==null?void 0:C.ideal)!=null?k:5,o=t==null?void 0:t.displaySurface,c=t==null?void 0:t.selfBrowserSurface;let d={width:{max:e},height:{max:r},frameRate:{ideal:n,max:i}};return o!==void 0&&["monitor","browser","window"].includes(o)&&(d={...d,displaySurface:o}),c!==void 0&&(d={...d,selfBrowserSurface:c}),{audio:!0,video:d}});h(this,"getAudioConstraints",t=>{var n,o,c,d,l,u,p;const e={},r=(n=a(this,ui))==null?void 0:n.audio,i=r!=null&&r.enableStereo?2:1;return pe.isFirefox()||pe.isWebKitBased()?(e.audio={deviceId:t,autoGainControl:(o=r==null?void 0:r.autoGainControl)!=null?o:!0,echoCancellation:(c=r==null?void 0:r.echoCancellation)!=null?c:!0,noiseSuppression:(d=r==null?void 0:r.noiseSupression)!=null?d:!0,channelCount:i},e):(e.audio={autoGainControl:(l=r==null?void 0:r.autoGainControl)!=null?l:!0,echoCancellation:(u=r==null?void 0:r.echoCancellation)!=null?u:!0,noiseSuppression:(p=r==null?void 0:r.noiseSupression)!=null?p:!0,channelCount:i},t&&(e.audio.deviceId={exact:t}),e)});h(this,"getVideoConstraints",t=>{var o,c,d;const e={},r=(o=a(this,ui))==null?void 0:o.video,i=VP(AI);let n=i.vga;if(typeof r=="string"){const l=i[r];l&&(n=l)}else r!==void 0&&(n.height.ideal=r.height.ideal,n.width.ideal=r.width.ideal,n.frameRate.ideal=(d=(c=r.frameRate)==null?void 0:c.ideal)!=null?d:30);return e.video=n,typeof e.video=="boolean"||(t?e.video.deviceId={exact:t}:e.video.facingMode="user"),e});m(this,hd,t),m(this,ui,e)}getUpdatedVideoConstraints(t){return t}}ui=new WeakMap,hd=new WeakMap;class Vl extends Error{constructor(e,r,i){super(r);h(this,"constraints");h(this,"name");this.name=e,this.constraints=i}}class VI{constructor(){h(this,"permissions");this.permissions={audio:"NOT_REQUESTED",video:"NOT_REQUESTED",screenshare:"NOT_REQUESTED"}}async getAudioInputDevices(t){let e=t;return t||(e=await this.getAvailableDevices()),e.filter(r=>r.kind==="audioinput")}async getVideoInputDevices(t){let e=t;return t||(e=await this.getAvailableDevices()),e.filter(r=>r.kind==="videoinput")}async getAudioOutputDevices(t){let e=t;return t||(e=await this.getAvailableDevices()),e.filter(r=>r.kind==="audiooutput")}}var xI=Object.defineProperty,UI=Object.getOwnPropertyDescriptor,us=(s,t,e,r)=>{for(var i=r>1?void 0:r?UI(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&xI(t,e,i),i},Mn,$t,Ve,zp;let kt=(zp=class extends VI{constructor(t,e){super();g(this,Mn,void 0);g(this,$t,void 0);g(this,Ve,void 0);m(this,Ve,t),m(this,$t,new LI(t,e)),m(this,Mn,new AbortController)}get telemetry(){return a(this,Ve).getValue("telemetry")}get logger(){return a(this,Ve).getValue("logger")}get constraintsBuilder(){return a(this,$t)}async destruct(){var t;(t=a(this,Mn))==null||t.abort()}handlePermissionErrors(t,e){const r=Mc(t,e.name,e.message);return this.permissions[t]=r,a(this,Ve).getValue("peerSessionStore").emit(w.MEDIA_PERMISSION_ERROR,{message:r,constraints:e.constraints,kind:t}),r}async getAudioAndVideoTrack(t,e){var r,i,n,o;try{const c=await this.getAudioInputDevices(),d=await this.getVideoInputDevices(),l=!!(c!=null&&c.find(k=>k.deviceId===t));let u;t&&l?u=t:c&&((r=c[0])!=null&&r.deviceId)&&(u=(i=c[0])==null?void 0:i.deviceId);const p=!!(d!=null&&d.find(k=>k.deviceId===e));let f;e&&p?f=e:d&&((n=d[0])!=null&&n.deviceId)&&(f=(o=d[0])==null?void 0:o.deviceId);const S={audio:a(this,$t).getAudioConstraints(u).audio,video:a(this,$t).getVideoConstraints(f).video};this.logger.info("getUserMediaWithoutTimeout::requesting_user_media",{constraints:JSON.stringify(S)});const E=await navigator.mediaDevices.getUserMedia(S);this.logger.info("getUserMediaWithoutTimeout::received_user_media",{constraints:JSON.stringify(S)});const P=E.getAudioTracks()[0];let C=E.getVideoTracks()[0];if(this.permissions.audio="ACCEPTED",this.permissions.video="ACCEPTED",C.label.includes("OBS Virtual")){const I=(await this.getVideoInputDevices()).find(L=>L.label.includes("OBS Virtual"));C=await this.getVideoTrack(I.deviceId)}return a(this,Ve).getValue("peerSessionStore").emit(w.MEDIA_PERMISSION_UPDATE,{message:this.permissions.audio,kind:"audio"}),a(this,Ve).getValue("peerSessionStore").emit(w.MEDIA_PERMISSION_UPDATE,{message:this.permissions.video,kind:"video"}),{audioTrack:P,videoTrack:C}}catch(c){throw this.logger.error("WebMediaInterface.getAudioAndVideoTrack",{error:c}),new b("Couldnt fetch audio and video track","1605")}}async getAudioTrack(t,e){var c,d;let r=await this.getAudioInputDevices();if(!(r!=null&&r.length))throw this.permissions.audio="NO_DEVICES_AVAILABLE",a(this,Ve).getValue("peerSessionStore").emit(w.MEDIA_PERMISSION_UPDATE,{message:this.permissions.audio,kind:"audio"}),new b("No audio devices available","1606");const i=!!(r!=null&&r.find(l=>l.deviceId===e));let n;e&&i?n=e:(c=r[0])!=null&&c.deviceId&&(n=(d=r[0])==null?void 0:d.deviceId);const o=async l=>{let u;try{r=r.filter(f=>f.deviceId!==l),u=a(this,$t).getAudioConstraints(l),this.logger.info("getUserMediaWithoutTimeout::requesting_user_media",{constraints:JSON.stringify(u)});const[p]=(await navigator.mediaDevices.getUserMedia(u)).getAudioTracks();return this.logger.info("getUserMediaWithoutTimeout::received_user_media",{constraints:JSON.stringify(u)}),p}catch(p){const f=Mc("audio",p.name,p.message),S=new Vl(p.name,p.message,u);if(f==="COULD_NOT_START"){const E=r.shift();if(!E)throw S;this.logger.info("getAudioTrack::gum_failed",{constraints:JSON.stringify(u),error:p});const P=a(this,$t).getAudioConstraints(E.deviceId);return this.logger.info("getAudioTrack::retrying_gum_for_next_device",{constraints:JSON.stringify(P)}),o(E.deviceId)}throw S}};try{const l=await o(n);return l.enabled=!t,this.permissions.audio!=="ACCEPTED"&&(this.permissions.audio="ACCEPTED",a(this,Ve).getValue("peerSessionStore").emit(w.MEDIA_PERMISSION_UPDATE,{message:this.permissions.audio,kind:"audio"})),l}catch(l){throw l.constraints&&this.handlePermissionErrors("audio",l),new b(l.message,"1601")}}async getVideoTrack(t){var c,d,l;const e=(c=await this.getCurrentDeviceLabel(t))==null?void 0:c.includes("OBS Virtual"),r=await this.getVideoInputDevices();if(!(r!=null&&r.length))throw this.permissions.video="NO_DEVICES_AVAILABLE",a(this,Ve).getValue("peerSessionStore").emit(w.MEDIA_PERMISSION_UPDATE,{message:this.permissions.video,kind:"video"}),new b("No video devices available","1607");const i=!!(r!=null&&r.find(u=>u.deviceId===t));let n;t&&i?n=t:(d=r[0])!=null&&d.deviceId&&(n=(l=r[0])==null?void 0:l.deviceId);const o=async u=>{try{let p=u;const{video:f}=p;e&&typeof f!="boolean"&&(p={video:{deviceId:f.deviceId}}),this.logger.info("getUserMediaWithoutTimeout::requesting_user_media",{constraints:JSON.stringify(p)});const[S]=(await navigator.mediaDevices.getUserMedia(p)).getVideoTracks();if(e&&typeof f!="boolean"&&typeof f.width=="object"){const{width:E,height:P}=S.getSettings(),{ideal:C}=f.width;S.applyConstraints({width:{ideal:C},height:{ideal:Math.floor(P*C/E)},frameRate:f.frameRate})}return this.logger.info("getUserMediaWithoutTimeout::received_user_media",{constraints:JSON.stringify(p)}),S}catch(p){const f=Mc("video",p.name,p.message),S=new Vl(p.name,p.message,u);if(f==="COULD_NOT_START"){const E=r.shift();if(!E)throw S;this.logger.info("getVideoTrack::gum_failed",{constraints:JSON.stringify(u),error:p});const P=a(this,$t).getVideoConstraints(E.deviceId);return this.logger.info("getVideoTrack::retrying_gum_for_next_device",{constraints:JSON.stringify(P)}),o({video:P.video})}throw S}};try{const u=a(this,$t).getVideoConstraints(n),p=await o(u);return this.permissions.video!=="ACCEPTED"&&(this.permissions.video="ACCEPTED",a(this,Ve).getValue("peerSessionStore").emit(w.MEDIA_PERMISSION_UPDATE,{message:this.permissions.video,kind:"video"})),p}catch(u){throw u.constraints&&this.handlePermissionErrors("video",u),new b(u.message,"1602")}}async getScreenShareTracks(){const t=async e=>{try{this.logger.info("getDisplayMediaWithoutTimeout::requesting_display_media",{constraints:JSON.stringify(e)}),a(this,Ve).getValue("callstats").screenShareRequested();const r=await navigator.mediaDevices.getDisplayMedia(e);return this.logger.info("getDisplayMediaWithoutTimeout::received_display_media",{constraints:JSON.stringify(e)}),r}catch(r){const i=Mc("video",r.name,r.message),n=new Vl(r.name,r.message,e),o={video:!0};if(j_(e,o))throw n;if(i==="COULD_NOT_START")return t(o);throw n}};try{const e=a(this,$t).getScreenShareConstraints(),r=await t(e);return this.permissions.screenshare!=="ACCEPTED"&&(this.permissions.screenshare="ACCEPTED",a(this,Ve).getValue("peerSessionStore").emit(w.MEDIA_PERMISSION_UPDATE,{message:this.permissions.screenshare,kind:"screenshare"})),{audioTrack:r.getAudioTracks()[0],videoTrack:r.getVideoTracks()[0]}}catch(e){throw e.constraints&&this.handlePermissionErrors("screenshare",e),new b(e.message,"1612")}}async getCurrentDeviceLabel(t){const e=await this.getDevice(t||"default");return e==null?void 0:e.label}async enumerateDevicesWithExternalFirst(){const t=await navigator.mediaDevices.enumerateDevices(),e=i=>{var o;const n=((o=i.label)==null?void 0:o.toLowerCase())||"";return Zc(i)?4:n.includes("airpods")||n.includes("airdopes")||n.includes("bluetooth")||n.includes("wireless")||n.includes("headphones")||n.includes("headset")||n.includes("earbuds")||n.includes("usb")||n.includes("external")?0:i.deviceId==="default"||n.includes("default")?1:n.includes("built-in")||n.includes("internal")?2:3},r=i=>{var o;if(i.kind!=="videoinput")return!1;const n=((o=i.label)==null?void 0:o.toLowerCase())||"";return n.includes("front")||n.includes("user")||n.includes("selfie")?!0:!(n.includes("back")||n.includes("rear")||n.includes("environment"))};return t.sort((i,n)=>{var u,p;const o=e(i),c=e(n);if(o!==c)return o-c;const d=i.deviceId==="default"||((u=i.label)==null?void 0:u.toLowerCase().includes("default")),l=n.deviceId==="default"||((p=n.label)==null?void 0:p.toLowerCase().includes("default"));if(d&&!l)return-1;if(!d&&l)return 1;if(i.kind==="videoinput"&&n.kind==="videoinput"){const f=r(i),S=r(n);if(f&&!S)return-1;if(!f&&S)return 1}return 0})}async getAvailableDevices(){try{return await this.enumerateDevicesWithExternalFirst()||[]}catch(t){return this.logger.error("enumerate_devices_failed",{error:t}),[]}}async getAvailableDevicesByKind(t){try{return(await this.enumerateDevicesWithExternalFirst()).filter(({kind:e})=>t===e)}catch(e){throw this.logger.error("enumerate_devices_failed",{error:e}),new b("Failed to get available devices by kind","1609")}}async getDevice(t){try{return(await this.enumerateDevicesWithExternalFirst()).filter(r=>r.deviceId===t)[0]}catch(e){throw this.logger.error("enumerate_devices_failed",{error:e}),new b("Failed to get device","1609")}}async onDeviceChange(t){if(pe.supportsDeviceChangeEvent()){let e=await this.getAvailableDevices();navigator.mediaDevices.addEventListener("devicechange",async r=>{var l,u;const i=p=>`${p.kind}-${p.label}-${p.deviceId}-${p.groupId}`,n=new Set(e.map(p=>i(p))),o=await this.getAvailableDevices(),c=new Set(o.map(p=>i(p))),d={added:o.filter(p=>!n.has(i(p))),removed:e.filter(p=>!c.has(i(p))),devices:o};if(e=o,(l=d.added)!=null&&l.length||(u=d.removed)!=null&&u.length){this.logger.info("repopulated_full_device_list",{devices:JSON.stringify(o)});const p=[...d.added,...d.removed];p.some(f=>f.kind==="audioinput")&&a(this,Ve).getValue("callstats").devices("AUDIO",o==null?void 0:o.filter(f=>f.kind==="audioinput")),p.some(f=>f.kind==="videoinput")&&a(this,Ve).getValue("callstats").devices("VIDEO",o==null?void 0:o.filter(f=>f.kind==="videoinput")),p.some(f=>f.kind==="audiooutput")&&a(this,Ve).getValue("callstats").devices("SPEAKER",o==null?void 0:o.filter(f=>f.kind==="audiooutput")),t(r,d,!1)}},{signal:a(this,Mn).signal})}}},Mn=new WeakMap,$t=new WeakMap,Ve=new WeakMap,zp);us([y.trace("WebMediaInterface.destruct")],kt.prototype,"destruct",1);us([y.trace("WebMediaInterface.handlePermissionErrors")],kt.prototype,"handlePermissionErrors",1);us([y.trace("WebMediaInterface.getAudioAndVideoTrack")],kt.prototype,"getAudioAndVideoTrack",1);us([y.trace("WebMediaInterface.getAudioTrack")],kt.prototype,"getAudioTrack",1);us([y.trace("WebMediaInterface.getVideoTrack")],kt.prototype,"getVideoTrack",1);us([y.trace("WebMediaInterface.getScreenShareTracks")],kt.prototype,"getScreenShareTracks",1);us([y.trace("WebMediaInterface.getAvailableDevices")],kt.prototype,"getAvailableDevices",1);us([y.trace("WebMediaInterface.getAvailableDevicesByKind")],kt.prototype,"getAvailableDevicesByKind",1);us([y.trace("WebMediaInterface.getDevice")],kt.prototype,"getDevice",1);us([y.trace("WebMediaInterface.onDeviceChange")],kt.prototype,"onDeviceChange",1);kt=us([Ze("1600")],kt);const Xm=kt,Bi={setItem:(s,t,e)=>{try{localStorage.setItem(s,t)}catch(r){e==null||e.error("LocalStorage::setItem::crashed",{error:r,localStorage:{key:s,value:t}})}},getItem:(s,t)=>{try{return localStorage.getItem(s)}catch(e){t==null||t.error("LocalStorage::getItem::crashed",{error:e,localStorage:{key:s}})}return null}},$I=(s=0)=>new Promise(t=>setTimeout(t,s)),BI=(s,t,e)=>{const r=typeof e=="number"?e:250,i=s.createMediaStreamSource(t),n=s.createAnalyser();n.fftSize=2048,i.connect(n);const o=new Uint8Array(n.fftSize);let c=!1;setTimeout(()=>{c=!0},r);function d(){return c?Promise.resolve(!0):(n.getByteTimeDomainData(o),o.some(l=>l!==128&&l!==0)?Promise.resolve(!1):$I().then(d))}return d().then(l=>(i.disconnect(),l),l=>{throw i.disconnect(),l})},HI=typeof AudioContext!="undefined"?AudioContext:null;class th{constructor(t){h(this,"_AudioContext");h(this,"audioContext");h(this,"_audioContextRefContainers");const e={AudioContext:HI,...t};Object.defineProperties(this,{_AudioContext:{value:e.AudioContext},audioContext:{value:null,writable:!0},_audioContextRefContainers:{value:new Set},AudioContextProvider:{enumerable:!0,value:th}})}getOrCreate(t){if(!this._audioContextRefContainers.has(t)&&(this._audioContextRefContainers.add(t),this._AudioContext&&!this.audioContext))try{this.audioContext=new this._AudioContext}catch(e){}return this.audioContext}release(t){this._audioContextRefContainers.has(t)&&(this._audioContextRefContainers.delete(t),!this._audioContextRefContainers.size&&this.audioContext&&(this.audioContext.close(),this.audioContext=null))}}const wp=new th,FI=3,qI=250;function jI(s){const t={},e=wp.getOrCreate(t);let r=FI;function i(){return r-=1,BI(e,s.srcObject,qI).then(n=>n?r>0?i():!0:!1).catch(()=>!0)}return i().finally(()=>{wp.release(t)})}async function Rp(s,t){const e=new Audio,r=new MediaStream;r.addTrack(t),e.srcObject=r;let i=!1;try{const n=e.play();n&&await n,i=await jI(e),i&&s.info("checkIfAudioTrackIsSilent::silence_detected")}catch(n){s.error("checkIfAudioTrackIsSilent::failed_to_detect_silence",{error:n})}finally{e.pause(),e.remove()}return i}var GI=Object.defineProperty,WI=Object.getOwnPropertyDescriptor,Zm=(s,t,e,r)=>{for(var i=r>1?void 0:r?WI(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&GI(t,e,i),i};let ed=class extends ma{constructor(t,e,r,i){var o;const n=t.getValue("logger");super(n);h(this,"constructorName",this.constructor.name);h(this,"userSelectedDevice");h(this,"mediaInterface");h(this,"isNonPreferredDevice");h(this,"_mediaTrack");h(this,"transformedMediaTrack");h(this,"middlewares",[]);h(this,"currentDevice");h(this,"userPreferredDeviceKey",`Realtimekit::${this.constructorName}::UserDeviceID`);h(this,"setUserPreferredDevice",t=>Bi.setItem(this.userPreferredDeviceKey,t,this.logger));h(this,"getUserPreferredDevice",()=>Bi.getItem(this.userPreferredDeviceKey,this.logger));h(this,"isCustomTrack",!1);h(this,"context");this.context=t,this.mediaInterface=e,r&&this.setMediaTrack(r),this.userSelectedDevice=(o=this.getUserPreferredDevice())!=null?o:void 0,this.isNonPreferredDevice=i,this.onTrackEnded=this.onTrackEnded.bind(this),this.onTrackMuted=this.onTrackMuted.bind(this)}get telemetry(){return this.context.getValue("telemetry")}disableTrack(){var t,e;this.removeMediaTrackListeners(),this.isCustomTrack||(t=this._mediaTrack)==null||t.stop(),this._mediaTrack=void 0,(e=this.transformedMediaTrack)==null||e.stop(),this.transformedMediaTrack=void 0}get mediaTrack(){return this._mediaTrack}async setMediaTrack(t,e=!1){const r=i=>{this.logger.error(`${this.constructorName}.setMediaTrack.error`,{error:i})};try{this.disableTrack()}catch(i){r(i)}this._mediaTrack=await this.conditionallyChangeTrack(t,e),await this.setTransformedTrack();try{this.addMediaTrackListeners(),await this.setCurrentDevice()}catch(i){r(i)}}get trackEnabled(){return!!this.mediaTrack&&this.mediaTrack.readyState==="live"&&this.mediaTrack.enabled}muteTrack(){if(!this.mediaTrack){this.logger.warn("BaseMediaHandler.muteTrack Tried muting with no track present");return}this.transformedMediaTrack&&(this.transformedMediaTrack.enabled=!1),this.mediaTrack.enabled=!1}async unmuteTrack(){try{this.mediaTrack?this.mediaTrack.enabled=!0:await this.enableTrack(!1)}catch(t){throw this.logger.error(`${this.constructorName}.unmuteTrack.error`,{error:t}),this.disableTrack(),new b("Failed to unmute track","1611")}}getCurrentDeviceId(){var e;const{kind:t}=this.mediaTrack;switch(t){case"audio":{const{deviceId:r}=this.mediaTrack.getSettings();if(r)return r;const i=this.mediaTrack.getConstraints();return this.userSelectedDevice?(i&&typeof i.deviceId=="object"&&"exact"in i.deviceId?i.deviceId.exact:i.deviceId)||((e=i==null?void 0:i.advanced)==null?void 0:e[0].deviceId)||"default":this.mediaTrack.getSettings().deviceId}default:return this.mediaTrack.getSettings().deviceId}}async setCurrentDevice(){var e;if(!this.mediaTrack){this.currentDevice=void 0;return}const t=this.getCurrentDeviceId();((e=this.currentDevice)==null?void 0:e.deviceId)!==t&&(this.currentDevice=await this.mediaInterface.getDevice(t))}async setDevice(t,{saveDevicePreference:e}){if(!t)throw this.logger.warn(`${this.constructorName}.setDevice No device received`),new b("No device received!","1603");this.userSelectedDevice=t.deviceId,e&&this.setUserPreferredDevice(t.deviceId),await this.onSetDevice(t)}async addMiddleware(t){if(pe.isWebKitBased()&&!(pe.isSafari()&&iC.test(pe.getVersion())))return{success:!1,message:"Middlewares are not supported in this WebKit engine based browser."};if(this.middlewares.includes(t))return{success:!1,message:"This middleware has been applied, already. Skipping."};try{return this.middlewares.push(t),this.trackEnabled&&await this.setTransformedTrack(),{success:!0,message:"Successfully added the middleware."}}catch(e){return this.logger.error("While adding middleware",{error:e}),this.removeMiddleware(t),{success:!1,message:e==null?void 0:e.message}}}async removeMiddleware(t){const e=this.middlewares.indexOf(t,0);if(e>-1)try{return this.middlewares.splice(e,1),await this.setTransformedTrack(!0),{success:!0,message:"Successfully removed the middleware."}}catch(r){return this.logger.error("While removing middleware",{error:r}),{success:!1,message:r==null?void 0:r.message}}return{success:!1,message:"No such middleware was found. Skipping."}}async removeAllMiddlewares(){var t;if((t=this.middlewares)!=null&&t.length)try{return this.middlewares=[],await this.setTransformedTrack(!0),{success:!0,message:"Successfully removed all the middlewares."}}catch(e){return this.logger.error("While removing all the middlewares",{error:e}),{success:!1,message:e==null?void 0:e.message}}return{success:!1,message:"No middlewares were found. Skipping."}}addMediaTrackListeners(){var t,e,r;this.mediaTrack&&(this.logger.info(`${this.constructorName}.addMediaTrackListeners for deviceId ${(e=(t=this.mediaTrack)==null?void 0:t.getSettings())==null?void 0:e.deviceId} of type ${(r=this.mediaTrack)==null?void 0:r.kind}`),this.mediaTrack.addEventListener("ended",this.onTrackEnded),this.mediaTrack.addEventListener("mute",this.onTrackMuted))}removeMediaTrackListeners(){var t,e,r;this.mediaTrack&&(this.logger.info(`${this.constructorName}.removeMediaTrackListeners for deviceId ${(e=(t=this.mediaTrack)==null?void 0:t.getSettings())==null?void 0:e.deviceId} of type ${(r=this.mediaTrack)==null?void 0:r.kind}`),this.logger.info(`${this.constructorName}.removeMediaTrackListeners`),this.mediaTrack.removeEventListener("ended",this.onTrackEnded),this.mediaTrack.removeEventListener("mute",this.onTrackMuted))}};Zm([y.trace("BaseMediaHandler.unmuteTrack")],ed.prototype,"unmuteTrack",1);ed=Zm([Ze("1600")],ed);const ef=ed;var JI=Object.defineProperty,KI=Object.getOwnPropertyDescriptor,sh=(s,t,e,r)=>{for(var i=r>1?void 0:r?KI(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&JI(t,e,i),i};const xl="[Realtimekit]nonSilentDeviceLabels";class gl extends ef{async onSetDevice(t){if(!t)throw this.logger.warn("AudioMediaHandler.setDevice No device received"),new b("No device received!","1603");if(t.kind!=="audioinput")throw this.logger.warn("AudioMediaHandler.setDevice Received non audio device"),new b("Non audio device received while setting device!","1603");try{const e=this.trackEnabled;this.disableTrack(),await this.setMediaTrack(await this.mediaInterface.getAudioTrack(!e,this.userSelectedDevice))}catch(e){throw this.logger.error("AudioMediaHandler.setDevice.error",{error:e}),this.disableTrack(),new b(e.message,"1604")}}async enableTrack(t,e){if(this.trackEnabled){this.logger.warn("AudioMediaHandler.enableTrack Track already enabled!");return}if(e){this.isCustomTrack=!0,await this.setMediaTrack(e,!0);return}this.isCustomTrack=!1;const r=await this.mediaInterface.getAudioTrack(t,this.userSelectedDevice);await this.setMediaTrack(r)}async setTransformedTrack(t){var e;if(!t&&!((e=this.middlewares)!=null&&e.length)){this.transformedMediaTrack=this.mediaTrack;return}try{this.transformedMediaTrack=await kI(this.context,this.middlewares,this.mediaTrack),this.emit("trackChanged")}catch(r){this.logger.error("AudioMediaHandler.setTransformedTrack",{error:r}),this.transformedMediaTrack=this.mediaTrack}}async onTrackEnded(){this.logger.info("AudioMediaHandler.TrackEnded"),this.emit("trackEnded");const t=this.mediaTrack.enabled;this.disableTrack(),await this.enableTrack(!t),await this.setTransformedTrack(),this.emit("trackChanged")}onTrackMuted(){this.logger.info("AudioMediaHandler.TrackMuted"),this.emit("trackMuted")}async conditionallyChangeTrack(t,e=!1){var d;if(!t||this.userSelectedDevice||e)return t;let r=t;const i=await this.mediaInterface.getAudioInputDevices(),n=this.isNonPreferredDevice?i.filter(l=>l&&!this.isNonPreferredDevice(l)):i;if(!(n!=null&&n.length))return r;n.find(l=>l.deviceId===t.getSettings().deviceId)||(r.stop(),this.logger.info("localmediahandler::setupstreams::found_audio_non_preferred"),r=await this.mediaInterface.getAudioTrack(!1,n[0].deviceId));const o=JSON.parse(Bi.getItem(xl,this.logger));if(o!=null&&o.devices.some(l=>l.label===r.label))return r;if(!await Rp(this.logger,r)){const l=(d=o==null?void 0:o.devices.concat({label:r.label}))!=null?d:[{label:r.label}];return Bi.setItem(xl,JSON.stringify({devices:l}),this.logger),r}this.logger.info("AudioMediaHandler.conditionallyChangeTrack.DetectedSilentTrack");const c=r.getSettings().deviceId;return n.filter(l=>l.deviceId!==c).some(async l=>{var u;if(r=await this.mediaInterface.getAudioTrack(!1,l.deviceId),!await Rp(this.logger,r)){const p=(u=o==null?void 0:o.devices.concat({label:r.label}))!=null?u:[{label:r.label}];return Bi.setItem(xl,JSON.stringify({devices:p}),this.logger),this.logger.info("AudioMediaHandler.conditionallyChangeTrack.SuccesfullyChangedTrack"),!0}return this.logger.info("AudioMediaHandler.conditionallyChangeTrack.AnotherSilentTrackFound"),!1}),r}}sh([y.trace("AudioMediaHandler.setTransformedTrack")],gl.prototype,"setTransformedTrack",1);sh([y.trace("AudioMediaHandler.onTrackEnded")],gl.prototype,"onTrackEnded",1);sh([y.trace("AudioMediaHandler.conditionallyChangeTrack")],gl.prototype,"conditionallyChangeTrack",1);const zI=gl;var hi;class YI{constructor(t,e){g(this,hi,void 0);h(this,"currentDevice");h(this,"userPreferredDeviceKey","Realtimekit::speaker::UserDeviceID");h(this,"logger");h(this,"setUserPreferredDevice",t=>Bi.setItem(this.userPreferredDeviceKey,t,this.logger));h(this,"getUserPreferredDevice",()=>Bi.getItem(this.userPreferredDeviceKey,this.logger));m(this,hi,e),this.logger=t.getValue("logger")}async setPreferredSpeaker(){const t=this.getUserPreferredDevice(),e=await a(this,hi).getAudioOutputDevices(),r=e==null?void 0:e.find(i=>i.deviceId===t);await this.setupSpeaker(r,{saveDevicePreference:!1})}async setupSpeaker(t,{saveDevicePreference:e}){var n,o;if(!(a(this,hi)instanceof Xm))return;let r=t;if(t||([r]=(await a(this,hi).getAvailableDevicesByKind("audiooutput")).filter(d=>!Zc(d))),!r)throw new b("No speaker found","1608");if(((n=this.currentDevice)==null?void 0:n.deviceId)===r.deviceId)return;e&&this.setUserPreferredDevice(r.deviceId),this.currentDevice=r;const i=document.querySelectorAll("audio");(o=i[0])!=null&&o.setSinkId&&i.forEach(async c=>{if(typeof c.sinkId!="undefined"&&this.currentDevice.deviceId&&c.sinkId!==this.currentDevice.deviceId)try{await c.setSinkId(this.currentDevice.deviceId)}catch(d){}})}}hi=new WeakMap;const QI=YI;var _o;class XI extends ma{constructor(e,r){const i=e.getValue("logger");super(i);h(this,"mediaInterface");h(this,"audioMediaTrack");h(this,"videoMediaTrack");g(this,_o,void 0);m(this,_o,e),this.mediaInterface=r}get trackEnabled(){return!!this.videoMediaTrack}async enableScreenShare(){var e,r;try{const{audioTrack:i,videoTrack:n}=await this.mediaInterface.getScreenShareTracks();if(this.audioMediaTrack=i,this.videoMediaTrack=n,this.addMediaTrackListeners(),((r=(e=this.mediaInterface)==null?void 0:e.permissions)==null?void 0:r.screenshare)==="ACCEPTED")return;this.mediaInterface.permissions&&(this.mediaInterface.permissions.screenshare="ACCEPTED",a(this,_o).getValue("peerSessionStore").emit(w.MEDIA_PERMISSION_UPDATE,{message:this.mediaInterface.permissions.screenshare,kind:"screenshare"}))}catch(i){}}disableScreenShare(){var e,r;this.removeMediaTrackListeners(),(e=this.audioMediaTrack)==null||e.stop(),(r=this.videoMediaTrack)==null||r.stop(),this.videoMediaTrack=void 0,this.audioMediaTrack=void 0}async updateConstraints(e){if(!this.videoMediaTrack)throw new b("No media track enabled!","1610");const r=this.mediaInterface;if(!r.constraintsBuilder)throw new b("update constraints not supported for non web clients","1100",this.logger);try{this.videoMediaTrack.applyConstraints(r.constraintsBuilder.getUpdatedVideoConstraints(e)),this.addMediaTrackListeners()}catch(i){this.logger.error("ScreenShareHandler.updateConstraints.error",{error:i})}}addMediaTrackListeners(){var e,r;(e=this.videoMediaTrack)==null||e.addEventListener("ended",this.onTrackEnded.bind(this)),pe.isWebKitBased()&&((r=this.videoMediaTrack)==null||r.addEventListener("mute",this.onTrackEnded.bind(this)))}removeMediaTrackListeners(){var e,r;(e=this.videoMediaTrack)==null||e.removeEventListener("ended",this.onTrackEnded),(r=this.videoMediaTrack)==null||r.removeEventListener("mute",this.onTrackEnded)}onTrackEnded(){this.emit("trackEnded")}}_o=new WeakMap;const ZI=XI;var e0=Object.defineProperty,t0=Object.getOwnPropertyDescriptor,ml=(s,t,e,r)=>{for(var i=r>1?void 0:r?t0(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&e0(t,e,i),i},An,Co;class vc extends ef{constructor(e,r,i,n){super(e,r,i,n);g(this,An,void 0);g(this,Co,{disablePerFrameCanvasRendering:!1});m(this,An,new MI(e))}async onSetDevice(e){if(!e)throw this.logger.warn("VideoMediaHandler.setDevice No device received"),new b("No device received!","1603");if(e.kind!=="videoinput")throw this.logger.warn("VideoMediaHandler.setDevice Received non video device",{devices:[e]}),new b("Non video device received while setting video device!","1603");if(!(this.mediaTrack&&this.mediaTrack.enabled)){this.logger.warn("VideoMediaHandler.setDevice Tried switching device with video disabled",{devices:[e]}),this.currentDevice=e;return}try{this.disableTrack(),await this.setMediaTrack(await this.mediaInterface.getVideoTrack(this.userSelectedDevice))}catch(r){throw this.logger.error("VideoMediaHandler.setDevice.error",{error:r}),this.disableTrack(),new b("Failed to change device","1600",this.logger)}}async enableTrack(e,r){if(this.trackEnabled){this.logger.warn("VideoMediaHandler.enableTrack Track already enabled!");return}if(r){this.isCustomTrack=!0,await this.setMediaTrack(r,!0);return}this.isCustomTrack=!1;const i=await this.mediaInterface.getVideoTrack(this.userSelectedDevice);await this.setMediaTrack(i)}async setTransformedTrack(e){var r;if(!e&&!((r=this.middlewares)!=null&&r.length)){this.transformedMediaTrack=this.mediaTrack;return}try{this.transformedMediaTrack=await a(this,An).getTransformedVideoTrack(this.middlewares,this.mediaTrack,a(this,Co)),this.emit("trackChanged")}catch(i){this.logger.error("VideoMediaHandler.setTransformedTrack",{error:i}),this.transformedMediaTrack=this.mediaTrack}}async setVideoMiddlewareGlobalConfig(e){m(this,Co,e)}async updateConstraints(e){if(!this._mediaTrack)throw new b("No media track enabled!","1610");const r=this.mediaInterface;if(!r.constraintsBuilder)throw new b("update constraints not supported for non web clients","1100",this.logger);try{this._mediaTrack.applyConstraints(r.constraintsBuilder.getUpdatedVideoConstraints(e)),await this.setTransformedTrack(),this.addMediaTrackListeners(),await this.setCurrentDevice()}catch(i){this.logger.error("VideoMediaHandler.updateConstraints.error",{error:i})}}terminateMiddlewareWebWorker(){a(this,An).terminateMiddlewareWebWorker()}async onTrackEnded(){this.logger.info("VideoMediaHandler.TrackEnded"),this.disableTrack(),this.emit("trackEnded")}onTrackMuted(){this.logger.info("VideoMediaHandler.TrackMuted"),this.emit("trackMuted")}async conditionallyChangeTrack(e,r=!1){if(!e||this.userSelectedDevice||r)return e;let i=e;const n=await this.mediaInterface.getVideoInputDevices(),o=this.isNonPreferredDevice?n.filter(c=>!this.isNonPreferredDevice(c)):n;return!(o!=null&&o.length)||window.FAST_RTK||o.find(c=>c.deviceId===e.getSettings().deviceId)||(i.stop(),this.logger.info("localmediahandler::setupstreams::found_video_non_preferred"),i=await this.mediaInterface.getVideoTrack(o[0].deviceId)),i}}An=new WeakMap,Co=new WeakMap;ml([y.trace("VideoMediaHandler.setTransformedTrack")],vc.prototype,"setTransformedTrack",1);ml([y.trace("VideoMediaHandler.setVideoMiddlewareGlobalConfig")],vc.prototype,"setVideoMiddlewareGlobalConfig",1);ml([y.trace("VideoMediaHandler.onTrackEnded")],vc.prototype,"onTrackEnded",1);ml([y.trace("VideoMediaHandler.conditionallyChangeTrack")],vc.prototype,"conditionallyChangeTrack",1);const s0=vc,bp=ys(Ju());var st,pi,wo,In;const rn=class{constructor(t){g(this,st,void 0);g(this,pi,void 0);g(this,wo,void 0);g(this,In,void 0);if(!t)throw new b("Could not load preset.","0904");m(this,st,t.config),m(this,wo,t.name),m(this,pi,t.ui||ys(Ju().ui)),m(this,In,t.permissions.plugins.config)}static fromResponse(t){return new rn(t)}static default(){return new rn(bp)}static init(t,e=!0){return!t||e?new rn(bp):new rn(t)}get setupScreen(){return{isEnabled:!0}}get waitingRoom(){return{isEnabled:!0}}get controlBar(){return{isEnabled:!0,elements:{chat:!0,fullscreen:!0,invite:!1,layout:!1,participants:!0,plugins:!0,polls:!0,reactions:!1,screenshare:!0}}}get header(){return{isEnabled:!0,elements:{logo:a(this,pi).designTokens.logo,timer:!0,title:!0,participantCount:!0,changeLayout:!1}}}get pipMode(){return!0}get viewType(){return a(this,st).viewType}get livestreamViewerQualities(){return a(this,st).livestreamViewerQualities||[]}get maxVideoStreams(){return a(this,st).maxVideoStreams}get maxScreenShareCount(){return a(this,st).maxScreenshareCount}get plugins(){return[]}get disabledPlugins(){return Object.keys(a(this,In)).filter(t=>a(this,In)[t].disabled)}get designTokens(){return a(this,pi).designTokens}get configDiff(){return a(this,pi).configDiff}get isSimulcastEnabled(){var t,e,r,i;return(i=(r=(e=(t=a(this,st))==null?void 0:t.media)==null?void 0:e.video)==null?void 0:r.simulcast)!=null?i:!1}get mediaConstraints(){var t,e,r,i,n,o,c,d,l,u,p,f,S,E,P,C,k,I,L,N,$,B,X,We;return{audio:{enableStereo:(i=(r=(e=(t=a(this,st))==null?void 0:t.media)==null?void 0:e.audio)==null?void 0:r.enableStereo)!=null?i:zi.audio.enableStereo,enableHighBitrate:(d=(c=(o=(n=a(this,st))==null?void 0:n.media)==null?void 0:o.audio)==null?void 0:c.enableHighBitrate)!=null?d:zi.audio.enableHighBitrate},video:{quality:(f=(p=(u=(l=a(this,st))==null?void 0:l.media)==null?void 0:u.video)==null?void 0:p.quality)!=null?f:zi.video.quality,frameRate:(C=(P=(E=(S=a(this,st))==null?void 0:S.media)==null?void 0:E.video)==null?void 0:P.frameRate)!=null?C:zi.video.frameRate},screenshare:{quality:(N=(L=(I=(k=a(this,st))==null?void 0:k.media)==null?void 0:I.screenshare)==null?void 0:L.quality)!=null?N:zi.screenshare.quality,frameRate:(We=(X=(B=($=a(this,st))==null?void 0:$.media)==null?void 0:B.screenshare)==null?void 0:X.frameRate)!=null?We:zi.screenshare.frameRate}}}get name(){return a(this,wo)}};let ou=rn;st=new WeakMap,pi=new WeakMap,wo=new WeakMap,In=new WeakMap;var r0=Object.defineProperty,i0=Object.getOwnPropertyDescriptor,tf=(s,t,e,r)=>{for(var i=r>1?void 0:r?i0(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&r0(t,e,i),i},Dn,Ro;class rh extends Mt{constructor(e,r){const i=e.getValue("logger");super(i);g(this,Dn,void 0);h(this,"state","IDLE");h(this,"playbackUrl");h(this,"ingestionCredentials");h(this,"viewerCount");g(this,Ro,void 0);m(this,Dn,r),m(this,Ro,e),this.viewerCount=0}get telemetry(){return a(this,Ro).getValue("telemetry")}setLivestreamState(e){const r=this.state;this.state=e,r!==e&&this.emitCurrentLivestreamState()}emitCurrentLivestreamState(){this.emit("livestreamUpdate",this.state)}async start(e={manualIngestion:!1}){if(!a(this,Dn).permissions.canLivestream)throw this.logger.error("Livestream::start::permission_denied"),new b("User does not have permission to start livestreaming","1901");this.setLivestreamState("STARTING");try{const r=mt(),{playbackUrl:i,ingestionCredentials:n}=await r.startLivestreaming(e);this.playbackUrl=i,this.ingestionCredentials=n,e!=null&&e.manualIngestion&&this.setLivestreamState("WAITING_ON_MANUAL_INGESTION")}catch(r){throw this.logger.error("Recording::stop::livestream_failed_to_start",{error:r}),this.setLivestreamState("IDLE"),new b("Error while starting livestream","1900",this.logger)}}async stop(){if(!a(this,Dn).permissions.canLivestream)throw this.logger.error("Livestream::stop::permission_denied"),new b("User does not have permission to stop livestreaming","1901");if(this.state!=="LIVESTREAMING"&&this.state!=="WAITING_ON_MANUAL_INGESTION")throw this.logger.error("Livestream::stop::inconsistent_state"),new b("Livestream not started yet","1902");try{this.setLivestreamState("STOPPING"),await mt().stopLivestreaming()}catch(e){throw this.logger.error("Livestream::stop::livestream_failed_to_stop",{error:e}),this.setLivestreamState("STOPPING"),new b("Error while stopping livestream","1900",this.logger)}}}Dn=new WeakMap,Ro=new WeakMap;tf([y.trace("livestream.start")],rh.prototype,"start",1);tf([y.trace("livestream.stop")],rh.prototype,"stop",1);var n0=Object.defineProperty,a0=Object.getOwnPropertyDescriptor,o0=(s,t,e,r)=>{for(var i=r>1?void 0:r?a0(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&n0(t,e,i),i},On,Nn,Ds,gs;class sf{constructor(t,e,r){h(this,"livestream");g(this,On,void 0);g(this,Nn,void 0);g(this,Ds,void 0);g(this,gs,void 0);m(this,gs,t),m(this,Nn,e),this.livestream=new rh(t,e),m(this,Ds,r),this.setupEvents()}get logger(){return a(this,gs).getValue("logger")}get telemetry(){return a(this,gs).getValue("telemetry")}async fetchInitialLivestreamingState(){const t=mt(),{status:e,playbackUrl:r,manualIngest:i,ingestionCredentials:n}=await t.getActiveLivestream();this.livestream.playbackUrl=r,this.livestream.ingestionCredentials=n,e==="LIVE"&&this.livestream.setLivestreamState("LIVESTREAMING"),e==="INVOKED"&&i&&this.livestream.setLivestreamState("WAITING_ON_MANUAL_INGESTION")}setupEvents(){a(this,Ds).on(x.startedLivestream,async t=>{this.livestream.playbackUrl=t.playbackUrl,this.livestream.setLivestreamState("LIVESTREAMING");try{a(this,Nn).permissions.canLivestream&&await this.fetchInitialLivestreamingState()}catch(e){this.logger.error("Error: LivestreamController.fetchLivestream during startedLivestream re-fetch")}}),a(this,Ds).on(x.livestreamingInvoked,async t=>{if(t.manualIngest){this.livestream.setLivestreamState("WAITING_ON_MANUAL_INGESTION");try{a(this,Nn).permissions.canLivestream&&await this.fetchInitialLivestreamingState()}catch(e){this.logger.error("Error: LivestreamController.fetchLivestream during livestreamingInvoked re-fetch")}}}),a(this,Ds).on(x.stoppedLivestream,()=>{this.livestream.setLivestreamState("IDLE"),this.livestream.playbackUrl=void 0,this.livestream.ingestionCredentials=void 0}),a(this,Ds).on(x.erroredLivestream,()=>{this.livestream.setLivestreamState("IDLE"),this.livestream.playbackUrl=void 0}),a(this,Ds).on(x.roomPeerCount,t=>{this.livestream.viewerCount=t.count,this.livestream.emit("viewerCountUpdate",t.count)}),a(this,gs).getValue("peerSessionStore").on(w.PEER_JOINED_INTERNAL,async t=>{var e;((e=t.flags)==null?void 0:e.hiddenParticipant)===!0&&t.recorderType==="LIVESTREAMER"&&(m(this,On,t.id),this.livestream.setLivestreamState("LIVESTREAMING"))}),a(this,gs).getValue("peerSessionStore").on(w.PEER_CLOSED,t=>{t.id===a(this,On)&&(m(this,On,void 0),this.livestream.setLivestreamState("IDLE"))}),a(this,gs).getValue("peerSessionStore").onAsync(w.LEAVE_MEDIA_ROOM,async()=>{if(!this.livestream.playbackUrl){this.logger.info("Fetching livestreaming state on leave stage");try{await this.fetchInitialLivestreamingState()}catch(t){this.logger.error("Failed to fetch livestreaming state on leave stage",{error:t})}}}),a(this,gs).getValue("peerSessionStore").on(w.SOCKET_SERVICE_ROOM_JOINED,async()=>{try{await this.fetchInitialLivestreamingState()}catch(t){this.logger.error("Error: LivestreamController.fetchLivestream")}})}}On=new WeakMap,Nn=new WeakMap,Ds=new WeakMap,gs=new WeakMap;o0([y.trace("LivestreamController.setupEvents")],sf.prototype,"setupEvents",1);var c0=Object.defineProperty,d0=Object.getOwnPropertyDescriptor,yc=(s,t,e,r)=>{for(var i=r>1?void 0:r?d0(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&c0(t,e,i),i},je,Tr,Sr,pd,rf;class Ta{constructor({name:t,socketHandler:e,meetingId:r}){g(this,pd);h(this,"name","");g(this,je,{});g(this,Tr,"");g(this,Sr,void 0);h(this,"rateLimitConfig",{maxInvocations:5,period:1});h(this,"bulkRateLimitConfig",{maxInvocations:5,period:1});h(this,"listeners",{});this.name=t,m(this,Sr,e),m(this,Tr,r)}async set(t,e,r=!0,i=!1){a(this,je)[t]=e,r&&this.remoteSet(t,e),i&&(this.listeners[t]&&this.listeners[t].forEach(n=>n({[t]:a(this,je)[t]})),this.listeners["*"]&&this.listeners["*"].forEach(n=>n({[t]:a(this,je)[t]})))}remoteSet(t,e){a(this,Sr).storeInsertKeys(a(this,Tr),this.name,[{key:t,payload:e}])}async bulkSet(t){t.forEach(({key:e,payload:r})=>{a(this,je)[e]=r}),a(this,Sr).storeInsertKeys(a(this,Tr),this.name,t)}async update(t,e,r=!0){V(this,pd,rf).call(this,t,e,r)}async delete(t,e=!0,r=!1){if(a(this,je)[t]&&delete a(this,je)[t],e)return a(this,Sr).storeDeleteKeys(a(this,Tr),this.name,[{key:t}]);r&&(this.listeners[t]&&(this.listeners[t].forEach(i=>i({[t]:void 0})),delete this.listeners[t]),this.listeners["*"]&&this.listeners["*"].forEach(i=>i({[t]:void 0})))}async bulkDelete(t){return t.forEach(({key:e})=>{a(this,je)[e]&&delete a(this,je)[e]}),a(this,Sr).storeDeleteKeys(a(this,Tr),this.name,t)}get(t){if(a(this,je)[t])return a(this,je)[t]}getAll(){return a(this,je)}clear(){m(this,je,{})}get rateLimits(){return this.rateLimitConfig}updateRateLimits(t,e){this.rateLimitConfig.maxInvocations=t,this.rateLimitConfig.period=e}get bulkRateLimits(){return this.bulkRateLimitConfig}updateBulkRateLimits(t,e){this.bulkRateLimitConfig.maxInvocations=t,this.bulkRateLimitConfig.period=e}subscribe(t,e){if(this.listeners[t]){this.listeners[t].push(e);return}this.listeners[t]=[e]}unsubscribe(t,e){var r;if(e){this.listeners[t]=((r=this.listeners[t])==null?void 0:r.filter(i=>i!==e))||[];return}this.listeners[t]&&delete this.listeners[t]}populate(t){m(this,je,t)}}je=new WeakMap,Tr=new WeakMap,Sr=new WeakMap,pd=new WeakSet,rf=function(t,e,r=!0){let i;const n=a(this,je)[t],o=Object.prototype.toString.call(e),c=Object.prototype.toString.call(n);if(o!==c){this.set(t,e);return}switch(c){case"[object Array]":i=[...n,...e];break;case"[object Object]":i={...n,...e};break;case"[object Map]":i=new Map([...n,...e]);break;case"[object Set]":i=new Set([...n,...e]);break;default:i=e;break}this.set(t,i,r)};yc([At(fa,"rateLimitConfig")],Ta.prototype,"remoteSet",1);yc([At(fa,"bulkRateLimitConfig")],Ta.prototype,"bulkSet",1);yc([At(fa,"rateLimitConfig")],Ta.prototype,"update",1);yc([At(fa,"rateLimitConfig")],Ta.prototype,"delete",1);yc([At(fa,"bulkRateLimitConfig")],Ta.prototype,"bulkDelete",1);var vr,yr,bo,cu,ko,Xt,gd,nf;class l0{constructor(t,e){g(this,bo);g(this,gd);h(this,"stores",new Map);g(this,vr,void 0);g(this,yr,"");g(this,ko,void 0);g(this,Xt,new Map);m(this,vr,e),m(this,yr,t.getValue("meetingId")),m(this,ko,t),V(this,gd,nf).call(this)}create(t,e=!1){if(nC.includes(t)&&!e)throw new b(`'${t}' is a reserved store name.`,"0601");const r=new Ta({name:t,socketHandler:a(this,vr),meetingId:a(this,yr)});return a(this,vr).storeGetKeys(a(this,yr),t,[]),new Promise((n,o)=>{const c=setTimeout(()=>{a(this,Xt).delete(t),o(Error("Failed"))},3e3);a(this,Xt).set(t,{rejectTimeout:c,resolve:n,store:r})})}refresh(t){const e=this.stores.get(t);return e?(e.clear(),a(this,vr).storeGetKeys(a(this,yr),t,[]),new Promise((i,n)=>{const o=setTimeout(()=>{a(this,Xt).delete(t),n(Error("Store refresh timed out"))},3e3);a(this,Xt).set(t,{rejectTimeout:o,resolve:i,store:e})})):Promise.reject(Error(`Store '${t}' does not exist`))}}vr=new WeakMap,yr=new WeakMap,bo=new WeakSet,cu=function(){return a(this,ko).getValue("peerId")},ko=new WeakMap,Xt=new WeakMap,gd=new WeakSet,nf=function(){[ws.storeInsertKeys,ws.storeGetKeys,ws.storeDeleteKeys].forEach(t=>{a(this,vr).on(t,async e=>{var n,o;if(e.pluginId!==a(this,yr))return;const r=(n=e.storeItems)==null?void 0:n.map(c=>{var d;return{timestamp:c.timestamp,peerId:c.peerId,payload:JSON.parse((d=c.payload)!=null&&d.length?new TextDecoder().decode(c.payload):"{}"),key:c.storeKey}});if(t===ws.storeGetKeys){const c=a(this,Xt).get(e.storeName),d=this.stores.get(e.storeName)||(c==null?void 0:c.store);if(a(this,Xt).get(e.storeName)&&(this.stores.set(e.storeName,c.store),c.resolve(d),clearTimeout(c.rejectTimeout),a(this,Xt).delete(e.storeName)),!d)return;r.forEach(l=>{d.set(l.key,l.payload,!1,!1)});return}const i=this.stores.get(e.storeName)||((o=a(this,Xt).get(e.storeName))==null?void 0:o.store);i!==void 0&&(t===ws.storeInsertKeys&&r.forEach(({key:c,peerId:d,payload:l})=>{d!==a(this,bo,cu)&&i.set(c,l,!1,!0)}),t===ws.storeDeleteKeys&&r.forEach(({key:c,peerId:d})=>{d!==a(this,bo,cu)&&i.delete(c,!1,!0)}))})})};function Yr(s){var t,e,r,i,n,o,c,d,l,u,p,f,S;return s?{media:{audio:{enabled:s.audioEnabled,trackId:(t=s.audioTrack)==null?void 0:t.id,permission:"mediaPermissions"in s?(e=s.mediaPermissions)==null?void 0:e.audio:null},video:{enabled:s.videoEnabled,trackId:(r=s.videoTrack)==null?void 0:r.id,permission:"mediaPermissions"in s?(i=s.mediaPermissions)==null?void 0:i.video:null},screenshare:{enabled:s.screenShareEnabled,permission:"mediaPermissions"in s?(n=s.mediaPermissions)==null?void 0:n.screenshare:null,audio:{enabled:(c=(o=s.screenShareTracks)==null?void 0:o.audio)==null?void 0:c.enabled,trackId:(l=(d=s.screenShareTracks)==null?void 0:d.audio)==null?void 0:l.id},video:{enabled:(p=(u=s.screenShareTracks)==null?void 0:u.video)==null?void 0:p.enabled,trackId:(S=(f=s.screenShareTracks)==null?void 0:f.video)==null?void 0:S.id}}}}:{}}var u0=Object.defineProperty,h0=Object.getOwnPropertyDescriptor,Sa=(s,t,e,r)=>{for(var i=r>1?void 0:r?h0(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&u0(t,e,i),i};const p0=.8,g0=1.2;var Ln,Vn,Pt,gi,Ua,Er,Xi,mi,$a,md,af,Os,Mo,Pr,fi,Ba,Ns,fd,Ao,du,Td,of,Sd,cf,Yp;let Xs=(Yp=class extends Mt{constructor(t,e,r,i){const n=t.getValue("logger");super(n);g(this,gi);g(this,Er);g(this,mi);g(this,md);g(this,fi);g(this,Ao);g(this,Td);g(this,Sd);h(this,"id");h(this,"userId");h(this,"name");h(this,"picture");h(this,"isHost");h(this,"customParticipantId");h(this,"flags");h(this,"device");h(this,"videoTrack");h(this,"audioTrack");h(this,"screenShareTracks");h(this,"videoEnabled");h(this,"audioEnabled");h(this,"screenShareEnabled");h(this,"producers");h(this,"manualProducerConfig");g(this,Ln,void 0);h(this,"supportsRemoteControl",!1);g(this,Vn,void 0);h(this,"presetName");g(this,Pt,void 0);g(this,Os,void 0);g(this,Mo,void 0);g(this,Pr,new Map);g(this,Ns,1);g(this,fd,Wu(t=>{if(!this.videoTrack)return;const{clientWidth:e,clientHeight:r}=t,{width:i,height:n}=this.videoTrack.getSettings();if(!i||!n)return;const o=n/r,c=i/e,d=Math.max(o,c);d>g0&&a(this,Ns)===1?(m(this,Ns,0),a(this,Pt).getValue("peerSessionStore").emit(w.MAX_SPATIAL_LAYER_CHANGE,{peerId:this.id,maxSpatialLayer:a(this,Ns)})):d<p0&&a(this,Ns)===0&&(m(this,Ns,1),a(this,Pt).getValue("peerSessionStore").emit(w.MAX_SPATIAL_LAYER_CHANGE,{peerId:this.id,maxSpatialLayer:a(this,Ns)}))},2e3));m(this,Pt,t);const{id:o,userId:c,displayName:d,device:l,picture:u,isHost:p,flags:f,clientSpecificId:S,stageStatus:E,customParticipantId:P,audioMuted:C,audioTrack:k,videoEnabled:I=!1,videoTrack:L,producers:N,metadata:$}=e;this.id=o,this.userId=c,this.name=d,this.device=l,this.picture=u,this.isHost=p,this.flags=f,this.manualProducerConfig=X_,m(this,Vn,E!=null?E:"ON_STAGE"),this.customParticipantId=P!=null?P:S,this.audioEnabled=!C,this.audioTrack=k,this.videoEnabled=I,this.videoTrack=L,this.screenShareTracks={audio:void 0,video:void 0},this.producers=N!=null?N:[],this.presetName=$==null?void 0:$.preset_name,m(this,Ln,!1),m(this,Os,r),m(this,Mo,i),this.setupEvents(),this.updateVideo=this.updateVideo.bind(this),V(this,Ao,du).call(this)}get clientSpecificId(){return this.customParticipantId}get stageStatus(){return a(this,Vn)}get telemetry(){return a(this,Pt).getValue("telemetry")}setVideoEnabled(t,e=!0){this.videoEnabled=t,e&&(this.logger.info("Participant::setVideoEnabled::videoUpdate",{...Yr(this)}),this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack}))}setAudioEnabled(t,e=!0){this.audioEnabled=t,e&&(this.logger.info("Participant::setAudioEnabled::audioUpdate",{...Yr(this)}),this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack}))}setScreenShareEnabled(t,e=!0){this.screenShareEnabled=t,e&&this.emit("screenShareUpdate",{screenShareEnabled:this.screenShareEnabled,screenShareTracks:this.screenShareTracks})}setupEvents(){this.on("videoUpdate",V(this,Ao,du)),a(this,Er,Xi)&&(this.on("audioUpdate",V(this,Td,of)),this.on("screenShareUpdate",V(this,Sd,cf)))}async pin(){if(!a(this,mi,$a))throw new b("Can`t pin participant without joining room","1205");if(!a(this,Os).permissions.pinParticipant)throw new b("You do not have permission to pin participants.","1201");return a(this,gi,Ua).pinPeer(this.id)}async unpin(){if(!a(this,mi,$a))throw new b("Can`t unpin participant without joining room","1205");if(!a(this,Os).permissions.pinParticipant)throw new b("You do not have permission to unpin participants.","1201");return a(this,gi,Ua).pinPeer(null)}setIsPinned(t,e=!0){var i;m(this,Ln,t);const r=t?"pinned":"unpinned";(i=a(this,fi,Ba))==null||i.updateSource(this.id,{pinned:t}),e&&this.emit(r,this)}async disableAudio(){const t=this.id;if(this.logger.info("Participant::disable_audio",{participant:{id:t}}),!a(this,mi,$a))throw new b("Can`t disable participant audio without joining room","1205");if(a(this,Os).permissions.canDisableParticipantAudio)return a(this,gi,Ua).disableAudio(t);throw this.logger.error("Participant::unauthorized_disable_audio",{participant:{id:t}}),new b("Unauthorized: User does not have permission to disable participant audio.","1201")}async kick(){const t=this.id;if(this.logger.info("Participant::kick",{participant:{id:t}}),!a(this,md,af))throw new b("Can`t kick participant without joining room","1205");if(a(this,Os).permissions.kickParticipant){await a(this,Pt).getValue("peerSessionStore").emitAsync(w.KICK_PEER,{peerId:t});return}throw this.logger.error("Participant::unauthorized_kick",{participant:{id:t}}),new b("Unauthorized: User does not have permission to kick participants.","1201")}async disableVideo(){const t=this.id;if(this.logger.info("Participant::disable_video",{participant:{id:t}}),!a(this,mi,$a))throw new b("Can`t disable participant video without joining room","1205");if(a(this,Os).permissions.canDisableParticipantVideo)return a(this,gi,Ua).disableVideo(t);throw this.logger.error("Participant::unauthorized_disable_video",{participant:{id:t}}),new b("Unauthorized: User does not have permission to disable participant video.","1201")}async getPermissions(){return a(this,Mo).getUserPermissions(this.userId)}setStageStatus(t){m(this,Vn,t),this.emit("stageStatusUpdate",this)}get isPinned(){return a(this,Ln)}registerVideoElement(t){var r,i,n,o;if(!t)return;let e;(i=(r=a(this,Pr).get(t))==null?void 0:r.observer)==null||i.disconnect(),"ResizeObserver"in window&&(e=new ResizeObserver(()=>a(this,fd).call(this,t)),e.observe(t)),a(this,Pr).set(t,{observer:e}),this.updateVideo(t),(o=a(this,fi,Ba))==null||o.addSource(this.id,t,this.videoEnabled,this.isPinned,this.name,this.picture,(n=this.raised)!=null?n:!1)}deregisterVideoElement(t){var e,r,i,n;if(!t){(e=a(this,fi,Ba))==null||e.removeSource(this.id);return}t.srcObject=void 0,(i=(r=a(this,Pr).get(t))==null?void 0:r.observer)==null||i.disconnect(),a(this,Pr).delete(t),(n=a(this,fi,Ba))==null||n.removeSource(this.id)}updateVideo(t){var e;if(this.videoEnabled){if(this.videoTrack==null)return;const r=(e=t.srcObject)==null?void 0:e.getTracks()[0];if((r==null?void 0:r.id)===this.videoTrack.id)return;const i=new MediaStream;i.addTrack(this.videoTrack),t.srcObject=i}else t.srcObject=void 0;t.style.display=this.videoEnabled?"block":"none"}},Ln=new WeakMap,Vn=new WeakMap,Pt=new WeakMap,gi=new WeakSet,Ua=function(){return a(this,Pt).getValue("roomNodeClient")},Er=new WeakSet,Xi=function(){return a(this,Pt).getValue("audioPlayback")},mi=new WeakSet,$a=function(){return a(this,Pt).getValue("connectionHandler").mediaJoined},md=new WeakSet,af=function(){return a(this,Pt).getValue("connectionHandler").socketJoined},Os=new WeakMap,Mo=new WeakMap,Pr=new WeakMap,fi=new WeakSet,Ba=function(){return a(this,Pt).getValue("pip")},Ns=new WeakMap,fd=new WeakMap,Ao=new WeakSet,du=function(){Array.from(a(this,Pr).keys()).forEach(this.updateVideo)},Td=new WeakSet,of=function(){var t,e;this.audioEnabled&&this.audioTrack?(t=a(this,Er,Xi))==null||t.addParticipantTrack(this.id,this.audioTrack):(e=a(this,Er,Xi))==null||e.removeParticipantTrack(this.id)},Sd=new WeakSet,cf=function(){var t,e;this.screenShareEnabled&&this.screenShareTracks.audio?(t=a(this,Er,Xi))==null||t.addParticipantTrack(`screenshare-${this.id}`,this.screenShareTracks.audio):(e=a(this,Er,Xi))==null||e.removeParticipantTrack(`screenshare-${this.id}`)},Yp);Sa([y.trace("Participant.disableAudio")],Xs.prototype,"disableAudio",1);Sa([y.trace("Participant.kick")],Xs.prototype,"kick",1);Sa([y.trace("Participant.disableVideo")],Xs.prototype,"disableVideo",1);Sa([y.trace("Participant.getPermissions")],Xs.prototype,"getPermissions",1);Sa([y.trace("Participant.setStageStatus")],Xs.prototype,"setStageStatus",1);Xs=Sa([Ze("1200")],Xs);class xa extends Km{constructor(t,e){const{onAddEvent:r="participantJoined",onDeleteEvent:i="participantLeft",onClearEvent:n="participantsCleared"}=e!=null?e:{};super({onAddEvent:r,onDeleteEvent:i,onClearEvent:n},t)}add(t,e=!0){return this.has(t.id)&&Object.is(this.get(t.id),t)===!1&&this.delete(t.id),super.add(t,e)}clear(t=!0,e=!1){return super.clear(t,e)}delete(t,e=!0,r=!1){return super.delete(t,e,r)}}var _r;class m0 extends ma{constructor(e){super(e);g(this,_r,void 0);m(this,_r,new Map)}__set(e,r){return a(this,_r).set(e,r)}__clear(){return a(this,_r).clear()}get(e){return a(this,_r).get(e)}toArray(){return Array.from(a(this,_r).values())}}_r=new WeakMap;class f0{constructor(){h(this,"_orderedArray");h(this,"_map");this._map=new Map,this._orderedArray=[]}add(t,e){if(!this._map.has(t))return this._map.set(t,{peerId:t,priority:e}),this._orderedArray.splice(Math.max(e-1,0),0,t),this.index(t);const r=this.index(t);this.delete(t);const i=this.add(t,e);return r!==i?i:-1}delete(t){if(this._map.has(t)){const e=this.index(t);this._map.delete(t),this._orderedArray.splice(e,1)}}index(t){return this._map.has(t)?this._orderedArray.indexOf(t):-1}[Symbol.iterator](){return this._orderedArray[Symbol.iterator]()}}class T0{constructor(){h(this,"_activeSpeakerPeers");h(this,"_compulsoryPeers");this._activeSpeakerPeers=new f0,this._compulsoryPeers=new Set}add(t,e,r){if(!t)return-1;if(e<0)return this._compulsoryPeers.add(t),0;const i=r.getValue("logger");if(this.compulsoryPeers.includes(t)&&(e>0||e===246267631)){if(i.info("SelectedPeer::removing_compulsory_peer",{selectedPeer:{peerId:t}}),this._removeFromCompulsoryPeer(t),e===246267631)return-1}else if(e===229490415)return this.delete(t,r),-1;return this._activeSpeakerPeers.add(t,e)}delete(t,e){const r=e==null?void 0:e.getValue("logger");r==null||r.info("SelectedPeer::deleting_peer_from_selectedPeer",{selectedPeer:{peerId:t}}),this._removeFromCompulsoryPeer(t),this._activeSpeakerPeers.delete(t)}index(t){return this._activeSpeakerPeers.index(t)}get peers(){return Array.from(new Set(this.compulsoryPeers.concat(this.activeSpeakerPeers)))}get compulsoryPeers(){return Array.from(this._compulsoryPeers.values())}get activeSpeakerPeers(){return Array.from(this._activeSpeakerPeers)}_removeFromCompulsoryPeer(t){this._compulsoryPeers.delete(t)}}const df=new T0;var S0=Object.defineProperty,v0=Object.getOwnPropertyDescriptor,Dt=(s,t,e,r)=>{for(var i=r>1?void 0:r?v0(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&S0(t,e,i),i};const y0=["ACTIVE_GRID","PAGINATED","MANUAL"];var Te,Io,lu,Ti,Ha,xn,Bc,Si,lt,Qp;let ct=(Qp=class extends Mt{constructor(t,e,r){const i=t.getValue("logger");super(i);g(this,Io);g(this,Ti);g(this,xn);h(this,"waitlisted");h(this,"joined");h(this,"active");h(this,"videoSubscribed");h(this,"audioSubscribed");h(this,"pinned");h(this,"all");g(this,Te,void 0);g(this,Si,void 0);g(this,lt,void 0);h(this,"rateLimitConfig",{maxInvocations:5,period:1});h(this,"viewMode");h(this,"currentPage");h(this,"lastActiveSpeaker");h(this,"selectedPeers",df);m(this,Te,t),m(this,Si,e),m(this,lt,r),this.waitlisted=new xa(i),this.joined=new xa(i),this.videoSubscribed=new xa(i),this.audioSubscribed=new xa(i),this.active=this.videoSubscribed,this.pinned=new xa(i),this.all=new m0(i),this.viewMode="ACTIVE_GRID",this.currentPage=0,this.setupEvents()}get pip(){return a(this,Te).getValue("pip")}get rateLimits(){return this.rateLimitConfig}updateRateLimits(t,e){this.rateLimitConfig.maxInvocations=t,this.rateLimitConfig.period=e}get telemetry(){return a(this,Te).getValue("telemetry")}setupEvents(){a(this,Te).getValue("peerSessionStore").on(w.E2EE_ACTIVE_CONSUMER,({peerId:e})=>{var r;((r=a(this,Te).getValue("modules").e2ee)==null?void 0:r.enabled)!==!0&&this.emit("media_decode_error",{reason:`Got encrypted media for participantId ${e}, but encryption wasn't enabled in init.defaults`,code:"1702"})});const t=a(this,Te).getValue("audioPlayback");t&&this.audioSubscribed.on("participantLeft",e=>{t.removeParticipantTrack(e.id)})}get count(){return this.joined.size}get maxActiveParticipantsCount(){var t;return(t=a(this,Te))==null?void 0:t.getValue("maxPreferredStreams")}setMaxActiveParticipantsCount(t){if(t<0||t>24)throw new b("0 <= Max active participants count limit <= 24","1203");a(this,Te).setValue("maxPreferredStreams",t),a(this,xn,Bc)&&a(this,Te).getValue("peerSessionStore").emit(w.UPDATE_ACTIVE,{viewMode:this.viewMode,page:this.currentPage})}get pageCount(){if(this.viewMode==="PAGINATED"){const t=this.selectedPeers.compulsoryPeers.length,e=this.joined.toArray().filter(r=>r.stageStatus==="ON_STAGE");return Math.ceil((e.length-t)/Math.max(this.maxActiveParticipantsCount-t,1))}return 0}acceptWaitingRoomRequest(t){var r,i;if(!a(this,Ti,Ha))throw new b("Can`t accept waiting room request without joining room","1205");const e=(i=(r=this.waitlisted.get(t))==null?void 0:r.userId)!=null?i:t;return a(this,lt).acceptWaitingRoomRequest([e])}async acceptAllWaitingRoomRequest(t){const e=t.map(r=>{var i,n;return(n=(i=this.waitlisted.get(r))==null?void 0:i.userId)!=null?n:r});return a(this,lt).acceptWaitingRoomRequest(e)}async rejectWaitingRoomRequest(t){var r,i;if(!a(this,Ti,Ha))throw new b("Can`t reject waiting room request without joining room","1205");const e=(i=(r=this.waitlisted.get(t))==null?void 0:r.userId)!=null?i:t;a(this,lt).rejectWaitingRoomRequest([e])}async setViewMode(t){if(this.logger.info("Participants::set_view_mode",{pageNavigation:{viewMode:t,currentPage:this.currentPage,pageCount:this.pageCount,maxActiveParticipantsCount:this.maxActiveParticipantsCount}}),!(r=>y0.includes(r))(t))throw this.logger.error("Participants::setViewMode::invalid_view_mode",{pageNavigation:{viewMode:t,currentPage:this.currentPage,pageCount:this.pageCount,maxActiveParticipantsCount:this.maxActiveParticipantsCount}}),new b(`Invalid view mode: ${t}. Try ACTIVE_GRID, PAGINATED or MANUAL.`,"1207");if(this.viewMode===t){this.logger.info("Participants::setViewMode::view_mode_same_as_previous");return}this.viewMode=t,t==="PAGINATED"?(this.currentPage=1,a(this,Te).getValue("peerSessionStore").emit(w.UPDATE_ACTIVE,{viewMode:t,page:this.currentPage})):t==="ACTIVE_GRID"?(this.currentPage=0,a(this,Te).getValue("peerSessionStore").emit(w.UPDATE_ACTIVE,{viewMode:t,page:this.currentPage})):t==="MANUAL"&&(this.currentPage=0,a(this,Te).getValue("peerSessionStore").emit(w.UPDATE_ACTIVE,{viewMode:t,page:this.currentPage})),this.emit("viewModeChanged",{viewMode:t,currentPage:this.currentPage,pageCount:this.pageCount})}async subscribe(t,e=["audio","video","screenshareAudio","screenshareVideo"]){if(this.viewMode!=="MANUAL")throw new b("MANUAL subscription mode was not activated.","1206");t.forEach(r=>{const i=this.joined.get(r);i&&(e.includes("audio")&&(i.manualProducerConfig={...i.manualProducerConfig,audio:!0},this.audioSubscribed.has(i.id)||this.audioSubscribed.add(i)),e.includes("video")&&(i.manualProducerConfig={...i.manualProducerConfig,video:!0},this.videoSubscribed.has(i.id)||this.videoSubscribed.add(i)),e.includes("screenshareAudio")&&(i.manualProducerConfig={...i.manualProducerConfig,screenshareAudio:!0},this.audioSubscribed.has(i.id)||this.audioSubscribed.add(i)),e.includes("screenshareVideo")&&(i.manualProducerConfig={...i.manualProducerConfig,screenshareVideo:!0},this.videoSubscribed.has(i.id)||this.videoSubscribed.add(i)))}),a(this,Te).getValue("peerSessionStore").emit(w.UPDATE_ACTIVE,{viewMode:this.viewMode,page:this.currentPage})}async unsubscribe(t,e=["audio","video","screenshareAudio","screenshareVideo"]){if(this.viewMode!=="MANUAL")throw new b("MANUAL subscription mode was not activated.","1206");t.forEach(r=>{const i=this.joined.get(r);i&&(e.includes("audio")&&(i.manualProducerConfig={...i.manualProducerConfig,audio:!1},i.manualProducerConfig.screenshareAudio||this.audioSubscribed.delete(i.id)),e.includes("video")&&(i.manualProducerConfig={...i.manualProducerConfig,video:!1},i.manualProducerConfig.screenshareVideo||this.videoSubscribed.delete(i.id)),e.includes("screenshareAudio")&&(i.manualProducerConfig={...i.manualProducerConfig,screenshareAudio:!1},i.manualProducerConfig.audio||this.audioSubscribed.delete(i.id)),e.includes("screenshareVideo")&&(i.manualProducerConfig={...i.manualProducerConfig,screenshareVideo:!1},i.manualProducerConfig.video||this.videoSubscribed.delete(i.id)))}),a(this,Te).getValue("peerSessionStore").emit(w.UPDATE_ACTIVE,{viewMode:this.viewMode,page:this.currentPage})}getPeerIdsForCurrentPage(){this.logger.info("Participants::getPeerIdsForCurrentPage()",{pageNavigation:{viewMode:this.viewMode,currentPage:this.currentPage,pageCount:this.pageCount,maxActiveParticipantsCount:this.maxActiveParticipantsCount}});const{compulsoryPeers:t}=this.selectedPeers,e=t.filter(c=>this.joined.has(c)),r=Array.from(this.pinned.keys()).filter(c=>!e.includes(c)),i=Array.from(this.joined.toArray().filter(c=>c.stageStatus==="ON_STAGE").map(c=>c.id)),n=Math.max((this.currentPage-1)*(this.maxActiveParticipantsCount-e.length-r.length)),o=this.currentPage*(this.maxActiveParticipantsCount-e.length-r.length);return e.concat(r,i.slice(n,o))}async setPage(t){if(this.logger.info("Participants::set_page",{pageNavigation:{settingPage:t,viewMode:this.viewMode,currentPage:this.currentPage,pageCount:this.pageCount,maxActiveParticipantsCount:this.maxActiveParticipantsCount}}),this.viewMode==="PAGINATED"){if(!Number.isInteger(t))throw this.logger.error("Participants::invalid_page_number"),new b(`Invalid page: ${t}. Page must be an integer and greater than 0 and less than or equal to .pageCount`,"1202");this.currentPage=t,a(this,Te).getValue("peerSessionStore").emit(w.UPDATE_ACTIVE,{viewMode:this.viewMode,page:t}),this.emit("pageChanged",{viewMode:this.viewMode,currentPage:this.currentPage,pageCount:this.pageCount})}}async disableAllAudio(t){if(this.logger.info("Participants::disable_all_audio",{actions:{disableAllAudio:{allowUnmute:t}}}),!a(this,xn,Bc))throw new b("Can`t disable all audio without joining room","1205");if(a(this,Si).permissions.canAllowParticipantAudio)return a(this,Io,lu).muteAll(t);throw this.logger.error("Participants::unauthorized_disable_all_audio",{actions:{disableAllAudio:{allowUnmute:t}}}),new b("Unauthorized: User does not have permission to disable peer audio.","1201")}async disableAllVideo(){if(this.logger.info("Participants::disable_all_video"),!a(this,xn,Bc))throw new b("Can`t disable all video without joining room","1205");if(a(this,Si).permissions.canAllowParticipantVideo)return a(this,Io,lu).muteAllVideo();throw this.logger.error("Participants::unauthorized_disable_all_video"),new b("Unauthorized: User does not have permission to disable peer video.","1201")}async disableAudio(t){this.joined.get(t).disableAudio()}async disableVideo(t){this.joined.get(t).disableVideo()}async kick(t){await a(this,Te).getValue("peerSessionStore").emitAsync(w.KICK_PEER,{peerId:t})}async kickAll(){if(this.logger.info("Participants::kick_all"),a(this,Te).getValue("viewType")!=="LIVESTREAM"&&!a(this,Ti,Ha))throw new b("Can`t kick all without joining room","1205");if(!a(this,Si).permissions.kickParticipant)throw this.logger.error("Participants::unauthorized_kick_all"),new b("Unauthorized: User does not have permission to kick peers.","1201");const e=!0;a(this,lt).kickAll(e)}async broadcastMessage(t,e,r){if(this.logger.info("Participants::broadcastMessage"),!a(this,Ti,Ha))throw new b("Can`t broadcast message without joining room","1205");if(!(t!=null&&t.trim()))throw new b("`type` must be a non-empty string.","1209");if(r)if("meetingIds"in r)await a(this,lt).broadcastToMeetings(t,r.meetingIds,e);else{let i=[];"participantIds"in r?i=r.participantIds:i=this.joined.toArray().filter(n=>{var o;return(o=r.presetNames)==null?void 0:o.includes(n.presetName)}).map(n=>n.id),await a(this,lt).broadcastToPeers(t,i,e)}else await a(this,lt).broadcastMessage(t,e)}async getAllJoinedPeers(t,e,r){return(await a(this,lt).getRoomPeers(t,e,r)).peers.map(ir.formatSocketPeerMessage)}async updatePermissions(t,e){const r=this.joined.toArray().filter(n=>t.includes(n.id)).map(n=>n.userId),i=[...new Set(r)];if(!i.length)throw new b("Cannot update permissions, no valid userIDs found","1204");a(this,lt).updatePermissions(i,e)}async getParticipantsInMeetingPreJoin(){return a(this,lt).getRoomPeersNonPaginated()}},Te=new WeakMap,Io=new WeakSet,lu=function(){return a(this,Te).getValue("roomNodeClient")},Ti=new WeakSet,Ha=function(){var t;return((t=a(this,Te).getValue("connectionHandler"))==null?void 0:t.socketJoined)===!0},xn=new WeakSet,Bc=function(){var t;return((t=a(this,Te).getValue("connectionHandler"))==null?void 0:t.mediaJoined)===!0},Si=new WeakMap,lt=new WeakMap,Qp);Dt([y.trace("Participants.setViewMode")],ct.prototype,"setViewMode",1);Dt([y.trace("Participants.setPage")],ct.prototype,"setPage",1);Dt([y.trace("Participants.disableAllAudio")],ct.prototype,"disableAllAudio",1);Dt([y.trace("Participants.disableAllVideo")],ct.prototype,"disableAllVideo",1);Dt([y.trace("Participants.disablePeerAudio")],ct.prototype,"disableAudio",1);Dt([y.trace("Participants.disablePeerVideo")],ct.prototype,"disableVideo",1);Dt([y.trace("Participants.kickPeer")],ct.prototype,"kick",1);Dt([y.trace("Participants.kickAll")],ct.prototype,"kickAll",1);Dt([y.trace("Participants.broadcastMessage"),At(fa,"rateLimitConfig")],ct.prototype,"broadcastMessage",1);Dt([y.trace("Participants.getAllJoinedPeers"),At({maxInvocations:10,period:60})],ct.prototype,"getAllJoinedPeers",1);Dt([y.trace("Participant.updatePermissions"),At({maxInvocations:1e3,period:60})],ct.prototype,"updatePermissions",1);Dt([y.trace("Participants.getParticipantsInMeetingPreJoin")],ct.prototype,"getParticipantsInMeetingPreJoin",1);ct=Dt([Ze("1200")],ct);var E0=Object.defineProperty,P0=Object.getOwnPropertyDescriptor,Ji=(s,t,e,r)=>{for(var i=r>1?void 0:r?P0(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&E0(t,e,i),i},Bt,Zt,Un,Xp;const lf=(Xp=class{constructor(s,t,e){h(this,"participants");h(this,"self");h(this,"selectedPeers",df);h(this,"maxSpatialLayerUpdates",new Map);h(this,"consumerPeerMap");h(this,"events");h(this,"roomSocketHandler");h(this,"context");h(this,"videoPeerConsumerMap",new Map);g(this,Bt,{mode:"ACTIVE_GRID",page:0});g(this,Zt,!1);g(this,Un,!1);h(this,"updateConsumerSpatialLayers",Wu(()=>{const s={},t=new Map(this.maxSpatialLayerUpdates);this.maxSpatialLayerUpdates.clear(),Array.from(t.entries()).forEach(([e,r])=>{s[r]===void 0&&(s[r]={layer:r,consumerIds:[]}),s[r].consumerIds.push(e)}),Object.keys(s).forEach(e=>{const r=s[e];this.logger.log(`Switching max spatial layer to ${r.layer}`,{consumerIds:r.consumerIds}),this.roomNodeClient.switchConsumersToLayer(r.consumerIds,r.layer)})},2e3));h(this,"updateConsumers",async(s,t)=>{this.logger.info(`updateConsumers: Starting consumer updates - AddProducers: ${s.length}, RemoveProducers: ${t.length}, ConsumersSyncing: ${a(this,Zt)}`);try{s.length!==0&&(this.logger.info(`updateConsumers: Creating consumers for ${s.length} producers: [${s.map(e=>e.producerId).join(", ")}]`),await this.roomNodeClient.createConsumers(s),this.logger.info("updateConsumers: Successfully created consumers."))}catch(e){this.logger.error("updateConsumers: Error creating consumers",{error:e})}try{t.length!==0&&(this.logger.info(`updateConsumers: Closing consumers for ${t.length} producers: [${t.map(e=>e.producerId).join(", ")}]`),await this.roomNodeClient.closeConsumers(t),this.logger.info("updateConsumers: Successfully closed consumers."))}catch(e){this.logger.error("updateConsumers: Error closing consumers",{error:e})}this.logger.info("updateConsumers: Completed consumer updates.")});this.context=s,this.roomSocketHandler=e,this.participants=new ct(s,t,this.roomSocketHandler),this.self=t,this.consumerPeerMap=new Map,this.events=as,t.config.viewType!=="CHAT"&&this.setupEventsGlobal(),this.setupEvents()}get roomNodeClient(){return this.context.getValue("roomNodeClient")}get mediaJoined(){var s;return((s=this.roomNodeClient)==null?void 0:s.mediaJoined)===!0}get pip(){return this.context.getValue("pip")}get telemetry(){return this.context.getValue("telemetry")}get logger(){return this.context.getValue("logger")}setupEvents(){this.roomSocketHandler.on(x.getWaitingRoomRequests,this.waitingRoomRequestHandler.bind(this)),this.context.getValue("peerSessionStore").on(w.SOCKET_PEERS,async s=>{s==null||s.forEach(t=>{t.waitlisted||this.onParticipantSocketJoined(this.createParticipantObjFromSocketPeer(t))})}),this.roomSocketHandler.on(this.events.peerJoinedBroadcast,({participant:s})=>{this.logger.info("PEER_INFO:::MEDIA_JOIN",{participant:{id:s.peerId,maskedName:[...(s==null?void 0:s.displayName)||""].map((t,e)=>e%2?"*":t).join("")}}),this.onParticipantMediaJoined(s.peerId,s.producerStates)}),this.roomSocketHandler.on(this.events.selfJoinComplete,({participants:s,selectedPeers:t,roomState:e})=>{s.forEach(({peerId:n,producerStates:o})=>this.onParticipantMediaJoined(n,o));const{audioPeers:r,compulsoryPeers:i}=t!=null?t:{};e.pinnedPeerIds.length!==0&&this.onParticipantPinned(e.pinnedPeerIds[0]),this.computeActivateParticipants(r!=null?r:[],i),this.logger.info("selfJoinComplete: Emitting UPDATE_ACTIVE with createAllConsumers=true"),this.context.getValue("peerSessionStore").emit(w.UPDATE_ACTIVE,{createAllConsumers:!0})}),this.context.getValue("peerSessionStore").on(w.MAX_SPATIAL_LAYER_CHANGE,({peerId:s,maxSpatialLayer:t})=>{const e=this.videoPeerConsumerMap.get(s);e&&(this.maxSpatialLayerUpdates.set(e,t),this.updateConsumerSpatialLayers())}),this.context.getValue("peerSessionStore").on(w.NEW_PRODUCER,({peerId:s,producer:t})=>{const e=this.participants.joined.get(s);if(!e){this.logger.warn("ParticipantController::NEW_PRODUCER::participant not found",{producer:{id:t==null?void 0:t.producerId,kind:t==null?void 0:t.kind,status:"not_initialized",appData:{screenShare:t==null?void 0:t.screenShare}},participant:{id:s}});return}e.producers.push(t),this.logger.info("ParticipantController::NEW_PRODUCER::producer_added_to_participant",{producer:{id:t==null?void 0:t.producerId,peerId:s,kind:t==null?void 0:t.kind,status:"not_initialized",appData:{screenShare:t==null?void 0:t.screenShare}}}),(t==null?void 0:t.kind)==="audio"&&this.participants.audioSubscribed.get(s)||(t==null?void 0:t.kind)==="video"&&this.participants.videoSubscribed.get(s)||t!=null&&t.screenShare?(this.logger.info(`NEW_PRODUCER: scheduling syncConsumer (AUTO mode) - Producer: ${t.producerId}, Peer: ${s}, Kind: ${t.kind}, ScreenShare: ${t.screenShare}, ConsumersSyncing: ${a(this,Zt)}, VideoSub: ${t.kind==="video"?this.participants.videoSubscribed.has(s):"N/A"}, AudioSub: ${t.kind==="audio"?this.participants.audioSubscribed.has(s):"N/A"}`),this.scheduleSyncConsumers({source:"NEW_PRODUCER_AUTO"})):this.logger.info("ParticipantController::NEW_PRODUCER::not_consuming_producer_auto",{producer:{id:t==null?void 0:t.producerId,peerId:s,kind:t==null?void 0:t.kind,status:"UNKNOWN",appData:{screenShare:t==null?void 0:t.screenShare}}})}),this.context.getValue("peerSessionStore").on(w.PRODUCER_CLOSED,({peerId:s,producerId:t})=>{const e=this.participants.joined.get(s);if(!e){this.logger.warn("ParticipantController::NEW_PRODUCER::participant not found",{participant:{id:s}});return}e.producers=e.producers.filter(r=>r.producerId!==t)}),this.context.getValue("peerSessionStore").on(w.PRODUCER_TOGGLE,({peerId:s,producerId:t,paused:e,kind:r})=>{const i=this.participants.joined.get(s);if(i){r==="audio"&&i.setAudioEnabled(!e);const n=i.producers.find(o=>o.producerId===t);n&&(n.pause=e),r==="video"&&this.context.getValue("peerSessionStore").emit(w.UPDATE_ACTIVE,{viewMode:this.participants.viewMode,page:this.participants.currentPage})}}),this.roomSocketHandler.on(this.events.globalPeerPinBroadcast,s=>{let t;if(s&&(t=s.participantId),!this.mediaJoined)return;const e=t;this.onParticipantPinned(e);const r=this.participants.joined.get(e);r&&(this.logger.info(`globalPeerPinBroadcast: Scheduling audio/video consumer sync for pinned participant ${e} - ProducerCount: ${r.producers.length}, ConsumersSyncing: ${a(this,Zt)}, ProducerIds: [${r.producers.map(i=>i.producerId).join(", ")}]`),this.scheduleSyncConsumers({source:"GLOBAL_PEER_PIN"}))}),this.roomSocketHandler.on(this.events.selectedPeer,({audioPeers:s,compulsoryPeers:t})=>{this.mediaJoined&&this.onSelectedPeers(t.concat(s))}),this.roomSocketHandler.on(this.events.selectedPeerDiff,({entries:s})=>{if(!this.mediaJoined)return;const t=s.map(e=>({peerId:e.peerId,priority:e.priority}));this.updateActiveParticipantsWithPriorities(t,!0)})}waitingRoomRequestHandler(s){const t=s.requests.filter(r=>!this.participants.waitlisted.toArray().find(i=>i.userId===r.userId)),e=this.participants.waitlisted.toArray().filter(r=>!s.requests.find(i=>i.userId===r.userId));t.forEach(r=>this.participants.waitlisted.add(new Xs(this.context,{id:r.peerId,displayName:r.displayName,audioMuted:!0,videoEnabled:!1,audioTrack:void 0,videoTrack:void 0,stageStatus:"OFF_STAGE",userId:r.userId,flags:{},isHost:!1,customParticipantId:r.customParticipantId,picture:r.picture,metadata:{preset_name:r.presetName}},this.self,this.roomSocketHandler))),e.forEach(r=>this.participants.waitlisted.delete(r.id))}get maxPreferredStreams(){return this.participants.maxActiveParticipantsCount}selectPagePeers(s){const{compulsoryPeers:t}=this.selectedPeers,e=t.filter(d=>this.participants.joined.has(d)),r=Array.from(this.participants.pinned.keys()).filter(d=>!e.includes(d)),i=Array.from(this.participants.joined.toArray().filter(d=>d.stageStatus==="ON_STAGE").map(d=>d.id)),n=Math.max((s-1)*(this.maxPreferredStreams-e.length-r.length)),o=s*(this.maxPreferredStreams-e.length-r.length);return e.concat(r,i.slice(n,o))}selectActivePeers(s){const t=new Map,e=Array.from(this.participants.joined.toArray().filter(u=>u.stageStatus==="ON_STAGE").map(u=>(t.set(u.id,!0),u.id))),r=this.selectedPeers.peers,i=this.participants.pinned.toArray().reduce((u,p)=>(p.stageStatus!=="ON_STAGE"?this.participants.pinned.delete(p.id):u.push(p.id),u),[]),n=this.self.stageStatus==="ON_STAGE"?1:0,o=s-n,c=new Set(r.concat(i).filter(u=>u!==this.self.id&&t.has(u)));let d=Array.from(c);const l=o-c.size;if(l>=0){const u=e.filter(p=>!c.has(p)&&p!==this.self.id).slice(0,l);d=Array.from(c).concat(u)}else d=d.slice(0,o);return d}updateMediaSubscribedMaps(s,t){const{page:e}=t!=null?t:{};s&&a(this,Bt).mode!==s&&(a(this,Bt).mode=s),e&&a(this,Bt).page!==e&&(a(this,Bt).page=e);const{mode:r,page:i}=a(this,Bt);switch(r){case"PAGINATED":{if(!i)return;const n=this.selectPagePeers(i),o=this.selectActivePeers(this.participants.maxActiveParticipantsCount+4);this.updateParticipantsMap(this.participants.videoSubscribed,n),this.updateParticipantsMap(this.participants.audioSubscribed,o),this.logger.debug("ParticipantController::updateActive::updating_current_page_peers",{peerIds:n});break}case"ACTIVE_GRID":{const n=this.selectActivePeers(this.participants.maxActiveParticipantsCount),o=this.selectActivePeers(this.participants.maxActiveParticipantsCount+4);this.updateParticipantsMapMinReplacement(this.participants.videoSubscribed,n),this.updateParticipantsMap(this.participants.audioSubscribed,o);break}case"MANUAL":break;default:throw new Error(`View mode ${s} not supported`)}}async scheduleSyncConsumers({source:s}){var e,r,i;const t=((e=a(this,Bt))==null?void 0:e.mode)==="PAGINATED"&&!a(this,Zt)?200:0;this.logger.info(`scheduleSyncConsumers():: Source: ${s}, ViewMode: ${(r=a(this,Bt))==null?void 0:r.mode}, ConsumersSyncing: ${a(this,Zt)}, Delay: ${t}, Page: ${(i=a(this,Bt))==null?void 0:i.page}`),setTimeout(()=>this.syncConsumers(),t)}async syncConsumers(){var o,c,d,l,u;if(((d=(c=(o=this.context.getValue("connectionHandler"))==null?void 0:o.mediaState)==null?void 0:c.recv)==null?void 0:d.state)!=="connected"){this.logger.info("syncConsumers: Connection not ready, exiting.");return}if(a(this,Zt)){m(this,Un,!0),this.logger.info("syncConsumers: Sync in progress, marking resyncRequired=true and exiting.");return}this.logger.info("syncConsumers: Starting sync operation."),m(this,Zt,!0),m(this,Un,!1);let s=[];this.participants.videoSubscribed.forEach(p=>{var E,P;const f=this.participants.joined.get(p.id),S=(P=(E=p.producers)==null?void 0:E.filter(C=>C.kind==="video"))!=null?P:[];f&&(S!=null&&S.length)&&S.forEach(C=>{var L,N,$,B;const k=((N=(L=f.manualProducerConfig)==null?void 0:L.video)!=null?N:!0)&&C.kind==="video"&&!C.screenShare,I=((B=($=f.manualProducerConfig)==null?void 0:$.screenshareVideo)!=null?B:!0)&&C.kind==="video"&&C.screenShare;(k||I)&&(C.pause||s.push(C))})}),this.participants.audioSubscribed.forEach(p=>{var E,P;const f=this.participants.joined.get(p.id),S=(P=(E=p.producers)==null?void 0:E.filter(C=>C.kind==="audio"))!=null?P:[];f&&(S!=null&&S.length)&&S.forEach(C=>{var L,N,$,B;const k=((N=(L=f.manualProducerConfig)==null?void 0:L.audio)!=null?N:!0)&&C.kind==="audio"&&!C.screenShare,I=((B=($=f.manualProducerConfig)==null?void 0:$.screenshareAudio)!=null?B:!0)&&C.kind==="audio"&&C.screenShare;(k||I)&&s.push(C)})}),s=Q_(s,p=>p.producerId);const t=new Map;s.forEach(p=>{t.set(p.producerId,p)});const e=(l=this.roomNodeClient)==null?void 0:l.getConsumers(),r=s.filter(p=>!(e!=null&&e.has(p.producerId))),i=[];let n=Array.from((u=e==null?void 0:e.values())!=null?u:[]).map(p=>p.peerId);n=Y_(n),n==null||n.forEach(p=>{var S;const f=this.participants.joined.get(p);if(!f){this.logger.warn(`Peer with ${p} doesn't exist in joined list but producers of it are being consumed.`);return}(S=f.producers)!=null&&S.length&&f.producers.forEach(E=>{const P=E.consumer&&e.has(E.consumer.id);!t.has(E.producerId)&&(e.has(E.producerId)||P)&&i.push(E)})}),this.logger.info(`syncConsumers: Computed changes - AddProducers: ${r.length} [${r.map(p=>p.producerId).join(", ")}], RemoveProducers: ${i.length} [${i.map(p=>p.producerId).join(", ")}]`.substring(0,5e3));try{r.length>0||i.length>0?(this.logger.info(`syncConsumers: Calling updateConsumers with changes. Adding ${r.length} and removing ${i.length}.`),await this.updateConsumers(r,i),this.logger.info("syncConsumers: updateConsumers completed successfully.")):this.logger.info("syncConsumers: No changes needed, skipping updateConsumers.")}catch(p){this.logger.error("syncConsumers: updateConsumers failed with error.",{error:p})}finally{this.logger.info("syncConsumers: Setting consumersSyncing=false and completing sync."),m(this,Zt,!1)}a(this,Un)&&(this.logger.info("syncConsumers: Resync required, calling syncConsumers again."),this.syncConsumers())}computeActivateParticipants(s,t){const e=s.map((i,n)=>({peerId:i,priority:n+1})),r=t==null?void 0:t.map((i,n)=>({peerId:i,priority:-(n+1)}));e.push(...r!=null?r:[]),e.length>0&&this.updateActiveParticipantsWithPriorities(e)}createParticipantObjFromSocketPeer(s){const t=lf.formatSocketPeerMessage(s);return new Xs(this.context,{...t,isHost:!1,videoEnabled:!1,audioMuted:!0,videoTrack:void 0,audioTrack:void 0},this.self,this.roomSocketHandler)}updatePipSource(s,t){var e,r;t?(e=this.pip)==null||e.enableSource(s):(r=this.pip)==null||r.disableSource(s)}onParticipantMediaJoined(s,t){if(!this.mediaJoined||s===this.self.id)return;const e=this.participants.joined.get(s);if(!e){this.logger.warn(`Received media.peerJoinedBroadcast for non-existent peer ${s}`);return}this.logger.info("PEER_INFO:::SOCKET_ON_MEDIA_JOIN",{participant:{id:e.id,maskedName:[...(e==null?void 0:e.name)||""].map((r,i)=>i%2?"*":r).join("")}}),this.logger.info(`onParticipantMediaJoined: peer ${s} has joined media room. Processing.`),t.forEach(r=>{r.kind===zs.AUDIO&&!r.screenShare?e.setAudioEnabled(!r.pause):r.kind===zs.VIDEO&&!r.screenShare&&(e.setVideoEnabled(!r.pause),this.updatePipSource(e.id,!r.pause)),e.producers.push({...r,producingTransportId:r.producingTransportId,kind:r.kind===zs.AUDIO?"audio":"video",producingPeerId:s,mimeType:r.mimeType})}),this.logger.info(`onParticipantMediaJoined: Emitting UPDATE_ACTIVE for peer ${s}`),this.context.getValue("peerSessionStore").emit(w.UPDATE_ACTIVE,{viewMode:this.participants.viewMode,page:this.participants.currentPage})}updateParticipantsMapMinReplacement(s,t){const e=Array.from(s.keys()),r=new Map(s),i=new Set(t),n=[];e.forEach((o,c)=>{(!i.has(o)||!this.participants.joined.get(o))&&n.push(c)}),t.forEach(o=>{if(s.get(o))return;if(e.length<t.length){e.push(o);return}const c=n.shift();e[c]=o}),n.forEach(o=>{e.splice(o,1)}),Array.from(s.keys()).forEach(o=>{s.delete(o,!i.has(o))}),e.forEach(o=>{if(!this.participants.joined.get(o)){this.logger.warn("updateActiveParticipants::participant_not_in_joined_list",{participant:{id:o}});return}s.add(this.participants.joined.get(o),!r.get(o))}),s.emit("participantsUpdate")}updateParticipantsMap(s,t){Array.from(s.keys()).forEach(r=>{t.includes(r)||s.delete(r,!0)}),t.forEach(r=>{s.get(r)||s.add(this.participants.joined.get(r),!0)}),s.emit("participantsUpdate")}updatePinnedParticipants(){this.participants.pinned.forEach(s=>{s.setIsPinned(!1),this.participants.pinned.delete(s.id)})}setupEventsGlobal(){this.roomSocketHandler.on(x.joinRoom,({peer:s})=>{s.waitlisted||(this.logger.info("Processing socket join",{peers:s.peerId}),this.onParticipantSocketJoined(this.createParticipantObjFromSocketPeer(s)),this.logger.info("Processed socket join",{peers:s.peerId}))}),this.roomSocketHandler.on(x.leaveRoom,s=>{const{peerId:t}=s.peer;this.selectedPeers.delete(t,this.context),this.onParticipantLeave(t)}),this.context.getValue("peerSessionStore").on(w.SOCKET_SERVICE_ROOM_JOINED,()=>{this.self.permissions.acceptWaitingRequests&&this.roomSocketHandler.getWaitingRoomRequests()}),this.self.permissions.on("permissionsUpdate",s=>{const{acceptWaitingRequests:t}=s;t!==void 0&&(t?this.roomSocketHandler.getWaitingRoomRequests():this.participants.waitlisted.clear())}),this.context.getValue("peerSessionStore").on(w.SOCKET_SERVICE_DISCONNECTED,()=>{this.participants.joined.clear(),this.participants.videoSubscribed.clear(),this.participants.audioSubscribed.clear(),this.participants.pinned.clear(),this.participants.currentPage=0,this.participants.viewMode="ACTIVE_GRID",this.participants.emit("viewModeChanged",{viewMode:"ACTIVE_GRID",currentPage:this.participants.currentPage,pageCount:this.participants.pageCount})}),this.context.getValue("peerSessionStore").on(w.CONSUMER_PAUSED,({id:s})=>{this.processConsumerPaused(s)}),this.context.getValue("peerSessionStore").on(w.CONSUMER_RESUMED,({id:s})=>{this.processConsumerResumed(s)}),this.context.getValue("peerSessionStore").on(w.NEW_CONSUMER,({id:s})=>{this.processNewConsumer(s)}),this.context.getValue("peerSessionStore").on(w.CONSUMER_CLOSED,({id:s})=>{this.processConsumerClosed(s)}),this.context.getValue("peerSessionStore").on(w.ROOM_MESSAGE,async({payload:s,type:t,timestamp:e})=>{this.participants.emit("broadcastedMessage",{type:t,payload:s,timestamp:e})}),this.context.getValue("peerSessionStore").on(w.MESSAGE,async({payload:s,type:t,timestamp:e})=>{t!=="spotlight"&&this.participants.emit("broadcastedMessage",{type:t,payload:s,timestamp:e})}),this.context.getValue("peerSessionStore").on(w.LOW_CONSUMER_SCORE,({peerId:s,score:t,kind:e})=>{const r=this.participants.joined.get(s);r&&(r.emit("poorConnection",{score:t,kind:e}),this.participants.emit("poorConnection",{participantId:s,score:t,kind:e}))}),this.context.getValue("peerSessionStore").on(w.CONSUMER_SCORE_UPDATE,({score:s,kind:t,appData:e,peerId:r,scoreStats:i})=>{var c;const n=t==="video"&&((c=e==null?void 0:e.screenShare)!=null?c:!1),o=this.participants.joined.get(r);o&&(o.emit("mediaScoreUpdate",{kind:t,isScreenshare:n,score:s,participantId:r,scoreStats:i}),this.participants.emit("mediaScoreUpdate",{kind:t,isScreenshare:n,score:s,participantId:r,scoreStats:i}))}),this.context.getValue("peerSessionStore").onAsync(w.KICK_PEER,async({peerId:s})=>{const t=this.participants.joined.get(s);this.roomNodeClient.kick(s),await this.roomSocketHandler.kick(s),t?t.emit("kicked"):this.participants.joined.emit("kicked",{id:s})}),this.context.getValue("peerSessionStore").on(w.UPDATE_ACTIVE,async({viewMode:s,page:t,createAllConsumers:e}={viewMode:"ACTIVE_GRID",page:0,createAllConsumers:!1})=>{this.logger.info(`UPDATE_ACTIVE event received - viewMode: ${a(this,Bt).mode}, page: ${t}, CreateAllConsumers: ${e}`),e&&(this.logger.info(`UPDATE_ACTIVE viewMode: ${s}, Page: ${t}, Removing existing subscriptions.`),this.participants.videoSubscribed.clear(),this.participants.audioSubscribed.clear()),this.updateMediaSubscribedMaps(s,{page:t}),this.scheduleSyncConsumers({source:"UPDATE_ACTIVE"})})}async onParticipantPinned(s){if(!s){this.self.isPinned&&this.self.setIsPinned(!1),this.participants.pinned.size!==0&&this.updatePinnedParticipants();return}if(s===this.self.id){this.participants.pinned.size!==0&&this.updatePinnedParticipants(),this.self.setIsPinned(!0);return}const t=this.participants.joined.get(s);this.self.isPinned&&this.self.setIsPinned(!1),this.updatePinnedParticipants(),t.setIsPinned(!0),this.participants.pinned.add(t)}async onParticipantSocketJoined(s){var t,e,r;this.logger.info(`onParticipantSocketJoined: peer ${s.id} has joined socket edge. Processing.`),this.self.id!==s.id&&!((t=s.flags)!=null&&t.recorder)&&!((e=s.flags)!=null&&e.hidden_participant)&&!((r=s.flags)!=null&&r.hiddenParticipant)&&(this.participants.videoSubscribed.delete(s.id),this.participants.audioSubscribed.delete(s.id),this.participants.joined.add(s),this.participants.waitlisted.delete(s.id),s.stageStatus==="REQUESTED_TO_JOIN_STAGE"&&this.context.getValue("peerSessionStore").emit(w.UPDATE_STAGE_REQUESTS,{request:{displayName:s.name,userId:s.userId,peerId:s.id},add:!0})),this.context.getValue("peerSessionStore").emit(w.PEER_JOINED_INTERNAL,s)}async onParticipantLeave(s){const t=this.participants.joined.get(s);this.participants.joined.delete(s,!0,!0),this.participants.pinned.delete(s,!0,!0),this.participants.waitlisted.delete(s,!0,!0),this.roomNodeClient&&this.roomNodeClient.closeConsumers(t==null?void 0:t.producers),t&&t.stageStatus==="REQUESTED_TO_JOIN_STAGE"&&this.context.getValue("peerSessionStore").emit(w.UPDATE_STAGE_REQUESTS,{request:{displayName:t.name,userId:t.userId,peerId:t.id},add:!1});const{currentPage:e}=this.participants,r=this.maxPreferredStreams*(e-1),i=this.participants.videoSubscribed.get(s);this.participants.viewMode==="MANUAL"?this.context.getValue("peerSessionStore").emit(w.UPDATE_ACTIVE,{viewMode:this.participants.viewMode,page:e}):r===0?this.participants.setViewMode("ACTIVE_GRID"):this.participants.joined.size<=r?e===2?this.participants.setViewMode("ACTIVE_GRID"):this.participants.setPage(e-1):i&&this.context.getValue("peerSessionStore").emit(w.UPDATE_ACTIVE,{viewMode:this.participants.viewMode,page:e})}processMedia(s){var p;const t=this.roomNodeClient.getConsumers(),{peerId:e,kind:r,appData:i,track:n,producerId:o,rtpReceiver:c,paused:d,localId:l}=(p=t.get(s))!=null?p:{};if(!e)return this.logger.warn("processMedia::Peer ID is undefined",{consumer:{id:s,kind:r,peerId:e,appData:{supportsRemoteControl:!!(i!=null&&i.supportsRemoteControl),screenShare:!!(i!=null&&i.screenShare)},remotelyPaused:d,producerId:o}}),{};const u=i;return r==="video"&&u.screenShare!==!0&&this.videoPeerConsumerMap.set(e,s),this.logger.info("ParticipantController::processMedia",{consumer:{id:s,peerId:e,kind:r,appData:u,remotelyPaused:d,producerId:o}}),this.consumerPeerMap.set(s,{type:r,peerId:e,appData:u,remotelyPaused:d,producerId:o}),{peerId:e,kind:r,appData:u,remotelyPaused:d,track:n,producerId:o,rtpReceiver:c,localId:l}}processConsumerClosed(s){const{peerId:t,type:e,appData:r,remotelyPaused:i,producerId:n}=this.consumerPeerMap.get(s)||{},o=this.participants.joined.get(t);if(this.logger.info("ParticipantController::processConsumerClosed",{consumer:{id:s,peerId:t,appData:r,kind:e,remotelyPaused:i,producerId:n}}),this.consumerPeerMap.delete(s),e==="video"&&r.screenShare!==!0&&this.videoPeerConsumerMap.delete(t),!o)return;const c=o.producers.find(l=>l.producerId===n);c&&(c.consumer={id:s,peerId:t,kind:void 0,appData:r,paused:i,producerId:n,rtpReceiver:void 0,localId:void 0});const d=[];r&&r.screenShare?(o.setScreenShareEnabled(!1),this.context.getValue("callstats").consumerSharedMediaState(s,{screen:!1}),o.screenShareTracks.video&&d.push(o.screenShareTracks.video.id),o.screenShareTracks.audio&&d.push(o.screenShareTracks.audio.id),o.screenShareTracks={audio:void 0,video:void 0}):e==="audio"?(o.setAudioEnabled(!1),o.audioTrack&&d.push(o.audioTrack.id),this.context.getValue("callstats").consumerSharedMediaState(s,{audio:!1}),o.audioTrack=void 0):e==="video"&&(o.setVideoEnabled(!1),this.updatePipSource(o.id,!1),o.videoTrack&&d.push(o.videoTrack.id),this.context.getValue("callstats").consumerSharedMediaState(s,{video:!1}),o.videoTrack=void 0),r.e2ee&&d.forEach(l=>{this.context.getValue("peerSessionStore").emit(w.E2EE_INACTIVE_CONSUMER,{peerId:t,trackId:l})})}processConsumerResumed(s){var f;const t=this.processMedia(s),{peerId:e,kind:r,appData:i,track:n,remotelyPaused:o,producerId:c,rtpReceiver:d,localId:l}=t;if(!e)return;this.logger.info("ParticipantController::processConsumerResumed",{consumer:{id:s,peerId:e,kind:r,appData:i,remotelyPaused:o,producerId:c}});const u=this.participants.joined.get(e);if(!u)return;const p=u.producers.find(S=>S.producerId===c);if(p&&(p.consumer={id:s,peerId:e,kind:r,appData:i,paused:o,producerId:c,rtpReceiver:d,localId:l}),i.e2ee&&this.context.getValue("peerSessionStore").emit(w.E2EE_ACTIVE_CONSUMER,{peerId:e,rtpReceiver:d,track:n}),i.screenShare){r==="video"?u.screenShareTracks.video=n:r==="audio"&&(u.screenShareTracks.audio=n),u.setScreenShareEnabled(!0),(f=this.context)==null||f.getValue("callstats").consumerSharedMediaState(s,{screen:!0});return}r==="video"?(u.videoTrack=n,u.setVideoEnabled(!0),this.updatePipSource(u.id,!0),this.context.getValue("callstats").consumerSharedMediaState(s,{video:!0})):r==="audio"&&(u.audioTrack=n,u.setAudioEnabled(u.audioEnabled),this.context.getValue("callstats").consumerSharedMediaState(s,{audio:u.audioEnabled}))}processConsumerPaused(s){this.logger.info(`ParticipantController::processConsumerPaused called for consumerId: ${s}`);const{peerId:t,kind:e,track:r,appData:i,remotelyPaused:n,producerId:o,rtpReceiver:c,localId:d}=this.processMedia(s);if(!t)return;this.logger.info("ParticipantController::processConsumerPaused",{consumer:{id:s,peerId:t,kind:e,appData:i,remotelyPaused:n,producerId:o}});const l=this.participants.joined.get(t);if(!l)return;const u=l.producers.find(p=>p.producerId===o);u&&(u.consumer={id:s,peerId:t,kind:e,appData:i,paused:n,producerId:o,rtpReceiver:c,localId:d}),r&&i.e2ee&&this.context.getValue("peerSessionStore").emit(w.E2EE_INACTIVE_CONSUMER,{peerId:t,trackId:r.id}),e==="video"?(l.videoTrack=r,l.setVideoEnabled(!1),this.updatePipSource(l.id,!1),this.context.getValue("callstats").consumerSharedMediaState(s,{video:!1})):e==="audio"&&(l.audioTrack=r,l.setAudioEnabled(l.audioEnabled),this.context.getValue("callstats").consumerSharedMediaState(s,{audio:l.audioEnabled}))}processNewConsumer(s){const{peerId:t,kind:e,remotelyPaused:r,track:i,appData:n,producerId:o,rtpReceiver:c,localId:d}=this.processMedia(s);if(!t)return;this.logger.info("ParticipantController::processNewConsumer",{consumer:{id:s,peerId:t,kind:e,remotelyPaused:r,appData:n,producerId:o}});const l=this.participants.joined.get(t);if(!l)return;const u=l.producers.find(p=>p.producerId===o);if(u&&(u.consumer={id:s,peerId:t,kind:e,appData:n,paused:r,producerId:o,rtpReceiver:c,localId:d}),n.screenShare){e==="video"?l.screenShareTracks.video=i:e==="audio"&&(l.screenShareTracks.audio=i),(!r||this.self.permissions.isRecorder)&&l.setScreenShareEnabled(!0),n.supportsRemoteControl&&(l.supportsRemoteControl=!0),this.participants.broadcastMessage("screenshareConsumerCreated",{producerId:o,peerId:t,screenShare:!0,consumerId:s,consumerPeerId:this.self.id}),this.logger.info("ParticipantController::newScreenshareConsumer::screenshareConsumerCreated",{consumer:{id:s,peerId:t,kind:e,remotelyPaused:r,appData:n,producerId:o}});return}e==="video"?(l.videoTrack=i,r||(l.setVideoEnabled(!0),this.updatePipSource(l.id,!0)),this.context.getValue("callstats").consumerSharedMediaState(s,{video:!r})):e==="audio"&&(l.audioTrack=i,r||l.setAudioEnabled(!0),this.context.getValue("callstats").consumerSharedMediaState(s,{audio:!r})),!r&&n.e2ee&&this.context.getValue("peerSessionStore").emit(w.E2EE_ACTIVE_CONSUMER,{peerId:t,rtpReceiver:c,track:i})}static formatSocketPeerMessage(s){var e,r,i,n,o,c;if(!s)return;const t=Qu(s.stageType);return{id:s.peerId,userId:s.userId,name:s.displayName,displayName:s.displayName,stageType:t,customParticipantId:s.customParticipantId,presetId:s.presetId,picture:s.displayPictureUrl,waitlisted:s.waitlisted,stageStatus:t,metadata:{preset_name:(e=s.flags)==null?void 0:e.presetName},recorderType:(r=s.flags)==null?void 0:r.recorderType,flags:{hiddenParticipant:(i=s.flags)==null?void 0:i.hiddenParticipant,hidden_participant:(n=s.flags)==null?void 0:n.hiddenParticipant,recorder:((o=s.flags)==null?void 0:o.recorderType)!==void 0&&((c=s.flags)==null?void 0:c.recorderType)!=="NONE"}}}async onSelectedPeers(s,t){this.participants.viewMode==="ACTIVE_GRID"&&this.computeActivateParticipants(s,t)}updateActiveParticipantsWithPriorities(s,t=!1){if(this.participants.viewMode==="MANUAL")return;if(!this.mediaJoined){this.logger.warn("Skipped::ParticipantController::updateActiveParticipantsWithPriorities",{roomJoined:this.mediaJoined});return}s.forEach(r=>{this.selectedPeers.add(r.peerId,r.priority,this.context)});const e=this.selectedPeers.activeSpeakerPeers.at(0);e!==void 0&&e!==this.participants.lastActiveSpeaker&&(this.participants.lastActiveSpeaker=e,this.participants.emit("activeSpeaker",{peerId:e,volume:1})),t&&this.context.getValue("peerSessionStore").emit(w.UPDATE_ACTIVE,{viewMode:this.participants.viewMode,page:this.participants.currentPage})}},Bt=new WeakMap,Zt=new WeakMap,Un=new WeakMap,Xp);let ir=lf;Ji([y.trace("ParticipantController.setupEvents")],ir.prototype,"setupEvents",1);Ji([y.trace("ParticipantController.setupEvents")],ir.prototype,"setupEventsGlobal",1);Ji([y.trace("ParticipantController.processMedia")],ir.prototype,"processMedia",1);Ji([y.trace("ParticipantController.processConsumerClosed")],ir.prototype,"processConsumerClosed",1);Ji([y.trace("ParticipantController.processConsumerResumed")],ir.prototype,"processConsumerResumed",1);Ji([y.trace("ParticipantController.processConsumerPaused")],ir.prototype,"processConsumerPaused",1);Ji([y.trace("ParticipantController.processNewConsumer")],ir.prototype,"processNewConsumer",1);const de=ys(Ju().permissions);var H,$n,Bn,vd,rt,St;const nn=class extends Mt{constructor(e,r,i,n=!1){const o=e.getValue("logger");super(o);g(this,rt);g(this,H,void 0);g(this,$n,void 0);g(this,Bn,void 0);g(this,vd,e=>{var l,u,p;const{chat:r,connectedMeetings:i,plugins:n,polls:o,media:c,...d}=e;if(r&&(r.private&&ar(a(this,H).chat.private,r.private),r.public&&ar(a(this,H).chat.public,r.public),this.emit("chatUpdate")),i&&ar(a(this,H).connectedMeetings,i),c){const f=E=>{switch(E){case Dr.NONE:return F.Allowed;case Dr.ALLOWED:return F.Allowed;case Dr.NOT_ALLOWED:return F.NotAllowed;case Dr.CAN_REQUEST:return F.CanRequest;default:return}},S={audio:void 0,video:void 0,screenshare:void 0};(l=c.audio)!=null&&l.canProduce&&(S.audio={canProduce:f(c.audio.canProduce)}),(u=c.video)!=null&&u.canProduce&&(S.video={canProduce:f(c.video.canProduce)}),(p=c.screenshare)!=null&&p.canProduce&&(S.screenshare={canProduce:f(c.screenshare.canProduce)}),ar(a(this,H).media,S)}n&&(ar(a(this,H).plugins,n),this.emit("pluginsUpdate")),o&&(ar(a(this,H).polls,o),this.emit("pollsUpdate")),Object.keys(d).length!==0&&ar(a(this,H),d),this.emit("permissionsUpdate",e)});if(!r)throw this.logger.error("PermissionPreset::load_preset_permissions_failed"),new b("Could not load preset permissions.","0904");m(this,Bn,e),m(this,$n,i),m(this,H,r),n&&this.setupEvents()}setupEvents(){a(this,Bn).getValue("peerSessionStore").on(w.UPDATE_PERMISSIONS,a(this,vd))}static fromResponse(e,r,i){return new nn(i,e,r,!0)}static default(e,r){return new nn(e,de,r)}static init(e,r,i){let n;return i?n=new nn(e,i,r,!0):n=new nn(e,de,r),n}get mediaRoomType(){return"CF"}get stageEnabled(){var e;return((e=a(this,H))==null?void 0:e.stageEnabled)||a(this,$n)===Ks.Webinar||a(this,$n)===Ks.Livestream}get acceptStageRequests(){var e,r;return this.stageEnabled?((e=a(this,H))==null?void 0:e.acceptStageRequests)||((r=a(this,H))==null?void 0:r.canAcceptProductionRequests):!1}get stageAccess(){var e,r,i;return((e=a(this,H))==null?void 0:e.stageAccess)===F.NotAllowed?F.NotAllowed:((r=a(this,H))==null?void 0:r.stageAccess)===F.CanRequest?F.CanRequest:((i=a(this,H))==null?void 0:i.stageAccess)===F.Allowed||a(this,H).media.audio.canProduce===F.Allowed||a(this,H).media.video.canProduce===F.Allowed||a(this,H).media.screenshare.canProduce===F.Allowed?F.Allowed:a(this,H).media.audio.canProduce===F.CanRequest||a(this,H).media.video.canProduce===F.CanRequest||a(this,H).media.screenshare.canProduce===F.CanRequest?F.CanRequest:F.NotAllowed}get acceptWaitingRequests(){var e,r;return(r=(e=a(this,H))==null?void 0:e.acceptWaitingRequests)!=null?r:de.acceptWaitingRequests}get requestProduceVideo(){var e,r,i;return((i=(r=(e=a(this,H))==null?void 0:e.media)==null?void 0:r.video)==null?void 0:i.canProduce)===F.CanRequest}get requestProduceAudio(){var e,r,i;return((i=(r=(e=a(this,H))==null?void 0:e.media)==null?void 0:r.audio)==null?void 0:i.canProduce)===F.CanRequest}get requestProduceScreenshare(){var e,r,i;return((i=(r=(e=a(this,H))==null?void 0:e.media)==null?void 0:r.screenshare)==null?void 0:i.canProduce)===F.CanRequest}get canAllowParticipantAudio(){var e,r;return(r=(e=a(this,H))==null?void 0:e.disableParticipantAudio)!=null?r:de.disableParticipantAudio}get canAllowParticipantScreensharing(){var e,r;return(r=(e=a(this,H))==null?void 0:e.canAcceptProductionRequests)!=null?r:de.canAcceptProductionRequests}get canAllowParticipantVideo(){var e,r;return(r=(e=a(this,H))==null?void 0:e.disableParticipantVideo)!=null?r:de.disableParticipantVideo}get canDisableParticipantAudio(){return this.canAllowParticipantAudio}get canDisableParticipantVideo(){return this.canAllowParticipantVideo}get kickParticipant(){var e,r;return(r=(e=a(this,H))==null?void 0:e.kickParticipant)!=null?r:de.kickParticipant}get pinParticipant(){var e,r;return(r=(e=a(this,H))==null?void 0:e.pinParticipant)!=null?r:de.pinParticipant}get canRecord(){var e,r;return(r=(e=a(this,H))==null?void 0:e.canRecord)!=null?r:de.canRecord}get waitingRoomType(){var e,r;return(r=(e=a(this,H))==null?void 0:e.waitingRoomType)!=null?r:de.waitingRoomType}get waitingRoomBehaviour(){var e,r;return(r=(e=a(this,H))==null?void 0:e.waitingRoomType)!=null?r:de.waitingRoomType}get plugins(){var e,r;return(r=(e=a(this,H))==null?void 0:e.plugins)!=null?r:de.plugins}get polls(){var e,r;return(r=(e=a(this,H))==null?void 0:e.polls)!=null?r:de.polls}get produceVideo(){return this.canProduceVideo}get requestProduce(){return a(this,H).media.audio.canProduce===F.CanRequest||a(this,H).media.video.canProduce===F.CanRequest||a(this,H).media.screenshare.canProduce===F.CanRequest}get canProduceVideo(){var r;const e=(r=a(this,H).media.video.canProduce)!=null?r:de.media.video.canProduce;return this.stageEnabled&&(a(this,rt,St)==="ACCEPTED_TO_JOIN_STAGE"||a(this,rt,St)==="ON_STAGE")&&e===F.CanRequest?F.Allowed:this.stageEnabled&&(a(this,rt,St)==="OFF_STAGE"||a(this,rt,St)==="REQUESTED_TO_JOIN_STAGE")&&e===F.Allowed?F.NotAllowed:e}get produceScreenshare(){return this.canProduceScreenshare}get canProduceScreenshare(){var r;const e=(r=a(this,H).media.screenshare.canProduce)!=null?r:de.media.screenshare.canProduce;return this.stageEnabled&&(a(this,rt,St)==="ACCEPTED_TO_JOIN_STAGE"||a(this,rt,St)==="ON_STAGE")&&e===F.CanRequest?F.Allowed:this.stageEnabled&&(a(this,rt,St)==="OFF_STAGE"||a(this,rt,St)==="REQUESTED_TO_JOIN_STAGE")&&e===F.Allowed?F.NotAllowed:e}get produceAudio(){return this.canProduceAudio}get canProduceAudio(){var r;const e=(r=a(this,H).media.audio.canProduce)!=null?r:de.media.audio.canProduce;return this.stageEnabled&&(a(this,rt,St)==="ACCEPTED_TO_JOIN_STAGE"||a(this,rt,St)==="ON_STAGE")&&e===F.CanRequest?F.Allowed:this.stageEnabled&&(a(this,rt,St)==="OFF_STAGE"||a(this,rt,St)==="REQUESTED_TO_JOIN_STAGE")&&e===F.Allowed?F.NotAllowed:e}get chatPublic(){var e,r,i;return(i=(r=(e=a(this,H))==null?void 0:e.chat)==null?void 0:r.public)!=null?i:de.chat.public}get chatPrivate(){var e,r,i;return(i=(r=(e=a(this,H))==null?void 0:e.chat)==null?void 0:r.private)!=null?i:de.chat.private}get connectedMeetings(){var e,r;return(r=(e=a(this,H))==null?void 0:e.connectedMeetings)!=null?r:de==null?void 0:de.connectedMeetings}get hiddenParticipant(){var e,r;return(r=(e=a(this,H))==null?void 0:e.hiddenParticipant)!=null?r:de.hiddenParticipant}get showParticipantList(){var e;return(e=a(this,H).showParticipantList)!=null?e:de.showParticipantList}get canChangeParticipantRole(){var e,r;return(r=(e=a(this,H))==null?void 0:e.canChangeParticipantPermissions)!=null?r:de.canChangeParticipantPermissions}get canChangeParticipantPermissions(){var e,r;return(r=(e=a(this,H))==null?void 0:e.canChangeParticipantPermissions)!=null?r:de.canChangeParticipantPermissions}get canChangeTheme(){return!1}get canPresent(){return a(this,H).media.audio.canProduce===F.Allowed||a(this,H).media.video.canProduce===F.Allowed||a(this,H).media.screenshare.canProduce===F.Allowed}get acceptPresentRequests(){return this.acceptStageRequests}get canEditDisplayName(){var e;return(e=a(this,H).canEditDisplayName)!=null?e:!1}get maxScreenShareCount(){return 1}get isRecorder(){return a(this,H).isRecorder}get canSpotlight(){return a(this,H).canSpotlight}get canLivestream(){return a(this,H).canLivestream}get transcriptionEnabled(){return a(this,H).transcriptionEnabled}};let uu=nn;H=new WeakMap,$n=new WeakMap,Bn=new WeakMap,vd=new WeakMap,rt=new WeakSet,St=function(){return a(this,Bn).getValue("stageStatus")};var _t;class uf extends Mt{constructor(e,r){super(r);h(this,"localMediaHandler");g(this,_t,void 0);m(this,_t,e)}async updatePermission(){var d,l;const e=(u,p)=>{this.mediaPermissions[u]=p;const f={message:this.mediaPermissions[u],kind:u};p==="DENIED"?a(this,_t).getValue("peerSessionStore").emit(w.MEDIA_PERMISSION_ERROR,f):a(this,_t).getValue("peerSessionStore").emit(w.MEDIA_PERMISSION_UPDATE,f)};if(pe.getName()==="firefox")return;const r="microphone",i="camera",n=await((d=navigator==null?void 0:navigator.permissions)==null?void 0:d.query({name:r})),o=await((l=navigator==null?void 0:navigator.permissions)==null?void 0:l.query({name:i})),c=(u,p)=>{switch(p){case"granted":e(u,"ACCEPTED");break;case"denied":e(u,"DENIED");break;case"prompt":e(u,"NOT_REQUESTED");break}this.localMediaHandler.repopulateAvailableDevices()};n&&(n.onchange=()=>c("audio",n.state)),o&&(o.onchange=()=>c("video",o.state))}async populateMediaPermissionsInCallstats({message:e,kind:r}){var i,n,o,c;switch(r){case"audio":{(i=a(this,_t))==null||i.getValue("callstats").mediaPermission("AUDIO",e),(n=a(this,_t))==null||n.getValue("callstats").mediaPermission("SPEAKER",e);break}case"video":{(o=a(this,_t))==null||o.getValue("callstats").mediaPermission("VIDEO",e);break}case"screenshare":{(c=a(this,_t))==null||c.getValue("callstats").mediaPermission("SCREENSHARE",e);break}}}get peerId(){var e;return(e=a(this,_t))==null?void 0:e.getValue("peerId")}async init(e={},r=!1,i=null){var n,o,c,d,l,u,p;if(pe.init(),i&&m(this,_t,i),!this.localMediaHandler)try{let f=!0;if((n=i==null?void 0:i.getValue("defaults"))!=null&&n.mediaHandler)f=!1,this.localMediaHandler=i.getValue("defaults").mediaHandler.localMediaHandler;else if(navigator.RNLocalMediaHandlerImpl){const{RNLocalMediaHandlerImpl:S}=navigator;this.localMediaHandler=await S.init(e)}else this.localMediaHandler=new Tt(i,e.constraints,(o=i==null?void 0:i.getValue("defaults"))==null?void 0:o.isNonPreferredDevice,(c=i==null?void 0:i.getValue("defaults"))==null?void 0:c.autoSwitchAudioDevice);if(i==null||i.getValue("peerSessionStore").on(w.MEDIA_PERMISSION_UPDATE,async S=>{if(this.populateMediaPermissionsInCallstats({message:S.message,kind:S.kind}),S.message==="NOT_REQUESTED")switch(S==null?void 0:S.kind){case"audio":this.rawAudioTrack&&(this.logger.info("Disabling audio due to media permission update"),this.disableAudio());break;case"video":this.rawVideoTrack&&(this.logger.info("Disabling video due to media permission update"),this.disableVideo());break;default:break}this.emit("mediaPermissionUpdate",S)}),i==null||i.getValue("peerSessionStore").on(w.MEDIA_PERMISSION_ERROR,async S=>{const{kind:E,message:P,constraints:C}=S;this.populateMediaPermissionsInCallstats({message:P,kind:E}),E==="audio"?(this.logger.info(`Disabling audio due to media permission error skipping: ${this.localMediaHandler.audioUpdateInProgress}`),this.localMediaHandler.audioUpdateInProgress===!1&&this.disableAudio()):E==="video"&&(this.logger.info(`Disabling video due to media permission error skipping: ${this.localMediaHandler.videoUpdateInProgress}`),this.localMediaHandler.videoUpdateInProgress===!1&&this.disableVideo()),this.logger.error("SelfController::mediaPermissionError",{error:{message:P},constraints:C,mediaPermissionsErrors:{kind:E,message:P}}),this.emit("mediaPermissionError",S),this.emit("mediaPermissionUpdate",{message:P,kind:E})}),f){this.logger.info(`Setting up SelfMedia streams using media handler. audio:${(d=e==null?void 0:e.audio)!=null?d:!0} video:${(l=e==null?void 0:e.video)!=null?l:!0}`);const S=this.localMediaHandler.setupStreams({video:(u=e==null?void 0:e.video)!=null?u:!0,audio:(p=e==null?void 0:e.audio)!=null?p:!0});r||await S}}catch(f){this.logger.error("Self::init::Failed To Setup Streams",{error:{name:f.name,message:f.message}})}}set context(e){m(this,_t,e),this.localMediaHandler.context=e}get audioTrack(){return this.localMediaHandler.audioTrack}get rawAudioTrack(){return this.localMediaHandler.rawAudioTrack}get mediaPermissions(){return this.localMediaHandler.permissions}async addAudioMiddleware(e){return this.localMediaHandler.addAudioMiddleware(e)}async removeAudioMiddleware(e){return this.localMediaHandler.removeAudioMiddleware(e)}async removeAllAudioMiddlewares(){return this.localMediaHandler.removeAllAudioMiddlewares()}get videoTrack(){return this.localMediaHandler.videoTrack}get rawVideoTrack(){return this.localMediaHandler.rawVideoTrack}async addVideoMiddleware(e){return this.localMediaHandler.addVideoMiddleware(e)}async setVideoMiddlewareGlobalConfig(e={disablePerFrameCanvasRendering:!1}){return this.localMediaHandler.setVideoMiddlewareGlobalConfig(e)}async removeVideoMiddleware(e){return this.localMediaHandler.removeVideoMiddleware(e)}async removeAllVideoMiddlewares(){return this.localMediaHandler.removeAllVideoMiddlewares()}get screenShareTracks(){return this.localMediaHandler.screenShareTracks}get audioEnabled(){return this.localMediaHandler.audioEnabled}get videoEnabled(){return this.localMediaHandler.videoEnabled}get screenShareEnabled(){return this.localMediaHandler.screenShareEnabled}async enableAudio(){await this.localMediaHandler.enableAudio(),this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack})}async enableVideo(){await this.localMediaHandler.enableVideo(),this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack})}async disableAudio(){this.localMediaHandler.disableAudio(),this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack})}async enableScreenShare(){await this.localMediaHandler.enableScreenShare(),this.emit("screenShareUpdate",{screenShareEnabled:this.screenShareEnabled,screenShareTracks:this.screenShareTracks})}async disableScreenShare(){await this.localMediaHandler.disableScreenShare(),this.emit("screenShareUpdate",{screenShareEnabled:this.screenShareEnabled,screenShareTracks:this.screenShareTracks})}async disableVideo(){await this.localMediaHandler.disableVideo(),this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack})}getCurrentDevices(){return this.localMediaHandler.getCurrentDevices()}async getAudioDevices(){return await this.localMediaHandler.getAudioDevices()}async getVideoDevices(){return await this.localMediaHandler.getVideoDevices()}async getSpeakerDevices(){return await this.localMediaHandler.getSpeakerDevices()}getDeviceById(e,r){let i;return r==="audio"?i="audioinput":r==="video"?i="videoinput":r==="speaker"&&(i="audiooutput"),this.localMediaHandler.getDeviceById(e,i)}async setDevice(e){switch(e.kind){case"audioinput":try{await this.localMediaHandler.setAudioDevice(e,{saveDevicePreference:!0})}catch(r){}finally{this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack})}break;case"audiooutput":await this.localMediaHandler.setSpeakerDevice(e,{saveDevicePreference:!0});break;case"videoinput":try{await this.localMediaHandler.setVideoDevice(e,{saveDevicePreference:!0})}catch(r){}finally{this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack})}break}this.emit("deviceUpdate",{device:e})}}_t=new WeakMap;var _0=Object.defineProperty,C0=Object.getOwnPropertyDescriptor,dt=(s,t,e,r)=>{for(var i=r>1?void 0:r?C0(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&_0(t,e,i),i},Hn,it,Fn,xe,Ls,Wr,Ue,Je,qn,Hc,Me,Ie,jn,Gn,Do,hu,Zp;let qe=(Zp=class extends uf{constructor(t,e,r,i,n){var c;const o=t.getValue("logger");super(t,o);g(this,Ls);g(this,Ue);g(this,qn);g(this,Me);g(this,Do);h(this,"name");h(this,"picture");h(this,"customParticipantId");h(this,"waitlistStatus");g(this,Hn,void 0);g(this,it,void 0);g(this,Fn,void 0);h(this,"role");h(this,"userId");h(this,"organizationId");h(this,"supportsRemoteControl",!1);h(this,"device");g(this,xe,void 0);h(this,"hidden",!1);h(this,"presetName");h(this,"roomState","init");g(this,jn,new Set);g(this,Gn,new Set);m(this,xe,t),this.userId=e.id,this.name=e.name,this.picture=e.picture,this.customParticipantId=(c=e.customParticipantId)!=null?c:e.clientSpecificId,this.waitlistStatus="none",m(this,it,r),m(this,Hn,i),this.hidden=!1,m(this,Fn,!1),this.organizationId=e.organizationId,this.supportsRemoteControl=pe.isElectron(),this.device=pe.getDeviceInfo(),this.presetName=n,this.updatePermission(),this.updateVideo=this.updateVideo.bind(this),V(this,Do,hu).call(this)}get telemetry(){return a(this,xe).getValue("telemetry")}get stageStatus(){return a(this,xe).getValue("stageStatus")}get producers(){var t,e;return Array.from((e=(t=a(this,Ue,Je).getProducers())==null?void 0:t.values())!=null?e:[])}get id(){return this.peerId}get peerId(){return a(this,xe).getValue("peerId")}static async __init__(t,e,r,i,n,o=!1){var f,S,E,P,C,k;let c=(S=(f=t.getValue("defaults"))==null?void 0:f.audio)!=null?S:!0,d=(P=(E=t.getValue("defaults"))==null?void 0:E.video)!=null?P:!0;r.canProduceAudio!=="ALLOWED"&&(c=!1),r.canProduceVideo!=="ALLOWED"&&(d=!1);const l=new qe(t,e,r,i,n),u=NI(i.mediaConstraints);ar(u,(C=t.getValue("defaults"))==null?void 0:C.mediaConfiguration);const p=(k=t.getValue("defaults"))==null?void 0:k.mediaHandler;return p&&(p.context=t),await l.init({audio:c,video:d,constraints:u},o,t),l.setupEvents(),l}cleanupEvents(){this.removeAllListeners("videoUpdate"),this.localMediaHandler.removeAllListeners("AUDIO_TRACK_CHANGE"),this.localMediaHandler.removeAllListeners("VIDEO_TRACK_CHANGE"),this.localMediaHandler.removeAllListeners("DEVICE_CHANGE"),this.localMediaHandler.removeAllListeners("DEVICE_LIST_UPDATED"),this.localMediaHandler.removeAllListeners("SCREENSHARE_TRACK_CHANGE"),this.localMediaHandler.removeAllListeners("SCREENSHARE_ENDED"),this.localMediaHandler.removeAllListeners("AUDIO_TRACK_SILENT"),this.localMediaHandler.removeAllListeners("FORCE_MUTE_AUDIO"),this.localMediaHandler.removeAllListeners("FORCE_MUTE_VIDEO"),a(this,it).removeAllListeners("permissionsUpdate")}setupEvents(){this.on("videoUpdate",V(this,Do,hu));const t=a(this,qn,Hc);t&&t.onError(e=>{this.emit("autoplayError",e)}),this.localMediaHandler.on("AUDIO_TRACK_CHANGE",async()=>{if(this.logger.info("Self::setupEvents::AUDIO_TRACK_CHANGE",{...Yr(this)}),a(this,Me,Ie)&&this.audioEnabled)try{await a(this,Ue,Je).shareMic(this.audioTrack)}catch(e){this.logger.error("Self::setupEvents::Error while sharing mic",{error:e}),this.localMediaHandler.disableAudio()}this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack})}),this.localMediaHandler.on("VIDEO_TRACK_CHANGE",async()=>{if(this.logger.info("Self::setupEvents::VIDEO_TRACK_CHANGE",{...Yr(this)}),a(this,Me,Ie)&&this.rawVideoTrack===void 0)this.logger.info("Self::VIDEO_TRACK_CHANGE::Forcing_disable_video"),this.disableVideo();else if(this.videoEnabled&&a(this,Me,Ie))try{await a(this,Ue,Je).shareWebcam(this.videoTrack)}catch(e){this.logger.error("Self::setupEvents::failed shareWebcam",{error:e}),this.videoEnabled&&await this.localMediaHandler.disableVideo()}this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack})}),this.localMediaHandler.on("DEVICE_CHANGE",async({device:e})=>{var r;this.emit("deviceUpdate",{device:e}),e.kind==="audiooutput"&&typeof HTMLAudioElement.prototype.setSinkId=="function"&&((r=a(this,qn,Hc))==null||r.setSpeakerDevice(e.deviceId))}),this.localMediaHandler.on("DEVICE_LIST_UPDATED",e=>{this.emit("deviceListUpdate",e)}),this.localMediaHandler.on("SCREENSHARE_TRACK_CHANGE",async()=>{if(!a(this,Me,Ie)){this.logger.error("Self.SCREENSHARE_TRACK_CHANGE.LocalMediaInitialized_WithoutRoomNode");return}if(this.screenShareEnabled)try{await a(this,Ue,Je).shareScreen(this.screenShareTracks)}catch(e){this.logger.error("Self::setupEvents::Error while sharing screen",{error:e}),this.screenShareEnabled&&await this.localMediaHandler.disableScreenShare()}this.logger.info("Self::setupEvents::SCREENSHARE_TRACK_CHANGE",{...Yr(this)}),this.emit("screenShareUpdate",{screenShareEnabled:this.screenShareEnabled,screenShareTracks:this.screenShareTracks})}),this.localMediaHandler.on("SCREENSHARE_ENDED",async()=>{this.logger.log("Disabling screenshare due to SCREENSHARE_ENDED"),await this.disableScreenShare(),this.logger.info("Self::setupEvents::SCREENSHARE_ENDED",{...Yr(this)})}),this.localMediaHandler.on("AUDIO_TRACK_SILENT",()=>{var e;(e=a(this,xe))==null||e.getValue("callstats").mediaTrackMuted("AUDIO")}),this.localMediaHandler.on("FORCE_MUTE_AUDIO",()=>{this.disableAudio()}),this.localMediaHandler.on("FORCE_MUTE_VIDEO",async()=>{var e;a(this,Me,Ie)&&await a(this,Ue,Je).pauseWebcam(),this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack}),(e=a(this,xe))==null||e.getValue("callstats").videoOff()}),a(this,it).on("permissionsUpdate",e=>{var r,i,n;(r=e==null?void 0:e.media)!=null&&r.audio&&a(this,it).canProduceAudio!==F.Allowed&&(this.disableAudio(),this.logger.info(`Disabled audio due to dynamic preset change: canProduceAudio: ${this.permissions.canProduceAudio}`)),(i=e==null?void 0:e.media)!=null&&i.video&&a(this,it).canProduceVideo!==F.Allowed&&(this.disableVideo(),this.logger.info(`Disabled video due to dynamic preset change: canProduceVideo: ${this.permissions.canProduceVideo}`)),(n=e==null?void 0:e.media)!=null&&n.screenshare&&a(this,it).canProduceScreenshare!==F.Allowed&&(this.disableScreenShare(),this.logger.info(`Disabled screenshare due to dynamic preset change: canProduceScreenshare: ${this.permissions.canProduceScreenshare}`))})}get permissions(){return a(this,it)}get config(){return a(this,Hn)}get roomJoined(){var t;return a(this,Hn).viewType===Ks.Livestream&&this.stageStatus!=="ON_STAGE"?((t=a(this,xe).getValue("connectionHandler"))==null?void 0:t.socketJoined)===!0:a(this,Me,Ie)}setName(t){if(!t)throw new b("Name cannot be empty.","1103");this.name=t}async setupTracks(t={}){t.forceReset,await this.disableAudio(),await this.disableVideo(),this.localMediaHandler.removeAudioTrack(),this.localMediaHandler.removeVideoTrack(),t.audio&&await this.enableAudio(),t.video&&await this.enableVideo()}async destructMediaHandler(){return this.localMediaHandler.destruct()}async removeDocumentEventListeners(){return this.localMediaHandler.removeDocumentEventListeners()}async enableAudio(t){var e;if(this.permissions.canProduceAudio!==F.NotAllowed&&!(a(this,it).canProduceAudio===F.CanRequest&&(this.stageStatus==="OFF_STAGE"||this.stageStatus==="REQUESTED_TO_JOIN_STAGE"))&&!this.audioEnabled){if((e=a(this,xe))==null||e.getValue("callstats").audioOn(),await this.localMediaHandler.enableAudio(t),a(this,Me,Ie)&&this.stageStatus==="ON_STAGE"){if(this.audioTrack)try{await a(this,Ue,Je).shareMic(this.audioTrack)}catch(r){this.logger.error("Self::enableAudio::Error while sharing mic",{error:r}),this.localMediaHandler.disableAudio()}if(!this.audioEnabled)return}this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack})}}async enableVideo(t){var e;if(a(this,it).canProduceVideo!==F.NotAllowed&&!(a(this,it).canProduceVideo===F.CanRequest&&(this.stageStatus==="OFF_STAGE"||this.stageStatus==="REQUESTED_TO_JOIN_STAGE"))&&!this.videoEnabled){if((e=a(this,xe))==null||e.getValue("callstats").videoOn(),await this.localMediaHandler.enableVideo(t),a(this,Me,Ie)&&this.stageStatus==="ON_STAGE")try{await a(this,Ue,Je).shareWebcam(this.videoTrack)}catch(r){this.logger.error("Self::enableVideo::Error while sharing video",{error:r}),this.videoEnabled&&this.localMediaHandler.disableVideo()}this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack}),this.logger.info("Self.enableVideo",{...Yr(this)})}}async updateVideoConstraints(t){if(!this.localMediaHandler.updateVideoConstraints)throw new b("Unsupported","1102");await this.localMediaHandler.updateVideoConstraints(t)}async enableScreenShare(){if(!a(this,Me,Ie))throw new b("Can`t enable screenshare without joining room","1105");if(a(this,it).canProduceScreenshare!==F.NotAllowed&&!(a(this,it).canProduceScreenshare===F.CanRequest&&(this.stageStatus==="OFF_STAGE"||this.stageStatus==="REQUESTED_TO_JOIN_STAGE"))&&!this.screenShareEnabled&&(await this.localMediaHandler.enableScreenShare(),this.screenShareTracks.audio||this.screenShareTracks.video)){try{await a(this,Ue,Je).shareScreen(this.screenShareTracks)}catch(t){this.logger.error("Self::enableScreenShare::Error while sharing screen",{error:t}),this.screenShareEnabled&&await this.localMediaHandler.disableScreenShare()}this.emit("screenShareUpdate",{screenShareEnabled:this.screenShareEnabled,screenShareTracks:this.screenShareTracks})}}async updateScreenshareConstraints(t){if(!this.localMediaHandler.updateScreenshareConstraints)throw new b("Unsupported","1102");await this.localMediaHandler.updateScreenshareConstraints(t)}async disableAudio(){var t;this.audioEnabled&&(this.localMediaHandler.disableAudio(),a(this,Me,Ie)&&a(this,Ue,Je).muteSelf(),this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack}),(t=a(this,xe))==null||t.getValue("callstats").audioOff())}async disableVideo(){var t;this.videoEnabled&&(await this.localMediaHandler.disableVideo(),a(this,Me,Ie)&&await a(this,Ue,Je).pauseWebcam(),this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack}),(t=a(this,xe))==null||t.getValue("callstats").videoOff())}async disableScreenShare(){this.screenShareEnabled&&(await this.localMediaHandler.disableScreenShare(),a(this,Me,Ie)&&await a(this,Ue,Je).disableScreenShare(),this.emit("screenShareUpdate",{screenShareEnabled:this.screenShareEnabled,screenShareTracks:this.screenShareTracks}))}getAllDevices(){return this.localMediaHandler.getAllDevices()}setIsPinned(t,e=!0){var i;m(this,Fn,t);const r=t?"pinned":"unpinned";(i=a(this,Ls,Wr))==null||i.updateSource(this.id,{pinned:t}),e&&this.emit(r,this)}get isPinned(){return a(this,Fn)}async pin(){if(!a(this,Me,Ie))throw new b("Can`t pin participants without joining room","1105");return this.show(),a(this,Ue,Je).pinPeer(this.id)}async unpin(){if(!a(this,Me,Ie))throw new b("Can`t unpin participants without joining room","1105");return a(this,Ue,Je).pinPeer(null)}async hide(){if(!a(this,Me,Ie))throw new b("Can`t toggle participant tile without joining room","1105");this.hidden=!0,this.emit("toggleTile",{hidden:this.hidden})}show(){if(!a(this,Me,Ie))throw new b("Can`t toggle participant tile without joining room","1105");this.hidden=!1,this.emit("toggleTile",{hidden:this.hidden})}async setDevice(t){var r,i,n;if(!t)throw new b("No device selected","1104");const e=this.getCurrentDevices();switch(t.deviceId&&(((r=e==null?void 0:e.audio)==null?void 0:r.deviceId)===t.deviceId||((i=e==null?void 0:e.video)==null?void 0:i.deviceId)===t.deviceId||((n=e==null?void 0:e.speaker)==null?void 0:n.deviceId)===t.deviceId)&&this.logger.warn("Self.setDevice.setting_to_in_use_device",{devices:[t]}),t.kind){case"audioinput":try{await this.localMediaHandler.setAudioDevice(t,{saveDevicePreference:!0})}catch(o){a(this,Me,Ie)&&await a(this,Ue,Je).muteSelf(),this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack})}break;case"audiooutput":await this.localMediaHandler.setSpeakerDevice(t,{saveDevicePreference:!0});break;case"videoinput":try{await this.localMediaHandler.setVideoDevice(t,{saveDevicePreference:!0})}catch(o){a(this,Me,Ie)&&await a(this,Ue,Je).pauseWebcam(),this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack})}break}}cleanUpTracks(){var t,e,r,i;(t=this.audioTrack)==null||t.stop(),(e=this.rawAudioTrack)==null||e.stop(),(r=this.videoTrack)==null||r.stop(),(i=this.rawVideoTrack)==null||i.stop()}playAudio(){var t;return(t=a(this,qn,Hc))==null?void 0:t.play()}registerVideoElement(t,e=!1){var r,i;t&&(e?a(this,jn).add(t):a(this,Gn).add(t),this.updateVideo(t),e||(i=a(this,Ls,Wr))==null||i.addSource(this.id,t,this.videoEnabled,this.isPinned,this.name,this.picture,(r=this.raised)!=null?r:!1))}deregisterVideoElement(t,e=!1){if(!t){a(this,Ls,Wr).removeSource(this.id);return}t.srcObject=void 0,e?a(this,jn).delete(t):(a(this,Gn).delete(t),a(this,Ls,Wr).removeSource(this.id))}updateVideo(t,e=!1){var r,i,n;if(this.videoEnabled){if(this.videoTrack==null)return;const o=(r=t.srcObject)==null?void 0:r.getTracks()[0];if((o==null?void 0:o.id)===this.videoTrack.id)return;const c=new MediaStream;c.addTrack(this.videoTrack),t.srcObject=c,e||(i=a(this,Ls,Wr))==null||i.enableSource(this.id)}else t.srcObject=void 0,e||(n=a(this,Ls,Wr))==null||n.disableSource(this.id);t.style.display=this.videoEnabled?"block":"none"}},Hn=new WeakMap,it=new WeakMap,Fn=new WeakMap,xe=new WeakMap,Ls=new WeakSet,Wr=function(){return a(this,xe).getValue("pip")},Ue=new WeakSet,Je=function(){return a(this,xe).getValue("roomNodeClient")},qn=new WeakSet,Hc=function(){return a(this,xe).getValue("audioPlayback")},Me=new WeakSet,Ie=function(){var t;return((t=a(this,xe).getValue("connectionHandler"))==null?void 0:t.mediaJoined)===!0},jn=new WeakMap,Gn=new WeakMap,Do=new WeakSet,hu=function(){Array.from(a(this,Gn)).forEach(t=>this.updateVideo(t,!1)),Array.from(a(this,jn)).forEach(t=>this.updateVideo(t,!0))},Zp);dt([y.trace("Self.cleanupEvents")],qe.prototype,"cleanupEvents",1);dt([y.trace("Self.setupEvents")],qe.prototype,"setupEvents",1);dt([y.trace("Self.setupTracks")],qe.prototype,"setupTracks",1);dt([y.trace("Self.destructMediaHandler")],qe.prototype,"destructMediaHandler",1);dt([y.trace("Self.removeDocumentEventListeners")],qe.prototype,"removeDocumentEventListeners",1);dt([rr.executeWithLock({methodName:"meeting.self.enableAudio",lockName:"Self.toggleAudio",timeout:3e3}),y.trace("Self.enableAudio")],qe.prototype,"enableAudio",1);dt([rr.executeWithLock({methodName:"meeting.self.enableVideo",lockName:"Self.toggleVideo",timeout:3e3}),y.trace("Self.enableVideo")],qe.prototype,"enableVideo",1);dt([y.trace("Self.updateVideoConstraints")],qe.prototype,"updateVideoConstraints",1);dt([y.trace("Self.enableScreenShare"),rr.executeWithLock({methodName:"meeting.self.enableScreenShare",lockName:"Self.toggleScreenShare",timeout:3e3})],qe.prototype,"enableScreenShare",1);dt([y.trace("Self.updateScreenshareConstraints")],qe.prototype,"updateScreenshareConstraints",1);dt([rr.executeWithLock({methodName:"meeting.self.disableAudio",lockName:"Self.toggleAudio",timeout:3e3}),y.trace("Self.disableAudio")],qe.prototype,"disableAudio",1);dt([rr.executeWithLock({methodName:"meeting.self.disableVideo",lockName:"Self.toggleVideo",timeout:3e3}),y.trace("Self.disableVideo")],qe.prototype,"disableVideo",1);dt([rr.executeWithLock({methodName:"meeting.self.disableScreenShare",lockName:"Self.toggleScreenShare",timeout:3e3}),y.trace("Self.disableScreenShare")],qe.prototype,"disableScreenShare",1);dt([y.trace("Self.setDevice")],qe.prototype,"setDevice",1);qe=dt([Ze("1100")],qe);class ih extends Error{constructor(t){super(t!=null?t:"AwaitQueue stopped"),this.name="AwaitQueueStoppedError",typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(this,ih)}}class nh extends Error{constructor(t){super(t!=null?t:"AwaitQueue task removed"),this.name="AwaitQueueRemovedTaskError",typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(this,nh)}}var Oo;class pu{constructor(t,e=!1){h(this,"pendingTasks",new Map);h(this,"nextTaskId",0);h(this,"stopping",!1);g(this,Oo,void 0);this.log=e,m(this,Oo,{info:e&&t?t.info:()=>{}})}get size(){return this.pendingTasks.size}async push(t,e,r){if(e=e!=null?e:t.name,typeof t!="function")throw new TypeError("given task is not a function");if(e)try{Object.defineProperty(t,"name",{value:e})}catch(i){}return new Promise((i,n)=>{const o={id:this.nextTaskId++,task:t,metadata:r,name:e,enqueuedAt:Date.now(),executedAt:void 0,completed:!1,resolve:c=>{if(o.completed)return;o.completed=!0,this.pendingTasks.delete(o.id),i(c);const[d]=this.pendingTasks.values();d&&!d.executedAt&&this.execute(d)},reject:c=>{if(!o.completed&&(o.completed=!0,this.pendingTasks.delete(o.id),n(c),!this.stopping)){const[d]=this.pendingTasks.values();d&&!d.executedAt&&this.execute(d)}}};this.pendingTasks.set(o.id,o),this.pendingTasks.size===1&&this.execute(o)})}stop(){this.stopping=!0;for(const t of this.pendingTasks.values())t.reject(new ih);this.stopping=!1}remove(t){const e=Array.from(this.pendingTasks.values())[t];e&&e.reject(new nh)}get(t){return Array.from(this.pendingTasks.values())[t]}dump(){const t=Date.now();let e=0;return Array.from(this.pendingTasks.values()).map(r=>({idx:e++,task:r.task,name:r.name,enqueuedTime:r.executedAt?r.executedAt-r.enqueuedAt:t-r.enqueuedAt,executionTime:r.executedAt?t-r.executedAt:0}))}async execute(t){if(t.executedAt)throw new Error("task already being executed");t.executedAt=Date.now();try{const e=this.pendingTasks.size,r=await t.task(),i=Date.now();a(this,Oo).info(`AwaitQueue.push(${t.name})_timings`,{awaitQueueTask:{id:t.id,metadata:t.metadata,queueSizeAtStart:e,execTime:(i-t.executedAt)/1e3,taskStartTime:(t.executedAt-t.enqueuedAt)/1e3}}),t.resolve(r)}catch(e){t.reject(e)}}}Oo=new WeakMap;function w0(s,t){const e=new Error(t);return e.name=s,e}class ao extends Error{constructor(t){super(t),this.name="UnsupportedError",Error.hasOwnProperty("captureStackTrace")?Error.captureStackTrace(this,ao):this.stack=new Error(t).stack}}class ft extends Error{constructor(t){super(t),this.name="InvalidStateError",Error.hasOwnProperty("captureStackTrace")?Error.captureStackTrace(this,ft):this.stack=new Error(t).stack}}class hr extends Error{constructor(t){super(t),this.name="TransportConnectionError",Error.hasOwnProperty("captureStackTrace")?Error.captureStackTrace(this,ft):this.stack=new Error(t).stack}}const kp=s=>new Promise(t=>setTimeout(t,s));async function hf(s,t){return new Promise(async(e,r)=>{const{strategy:i,maxRetryCount:n,delayTime:o}={strategy:"linear",maxRetryCount:3,delayTime:10,...t};let c=0,d,l=!1;const u=p=>{l=!0,r(p)};for(;c<n;){try{const p=await s(c,u);return e(p)}catch(p){if(d=p,l)break;if(c<n)i==="linear"?await kp(o*(c+1)):i==="exponential"&&await kp(o*(c+Math.max(0,c-1)));else break}c+=1}return r(d)})}function R0(s){return s.map(t=>({channels:t.channels,clockRate:t.clockRate,mimeType:t.mimeType,sdpFmtpLine:t.sdpFmtpLine}))}function b0(s){return s.map(t=>({uri:t.uri}))}function Ac(s){return{codecs:R0(s.codecs),headerExtensions:b0(s.headerExtensions?s.headerExtensions:[])}}function k0(s){const t=RTCRtpReceiver.getCapabilities("audio"),e=RTCRtpReceiver.getCapabilities("video"),r=RTCRtpSender.getCapabilities("audio"),i=RTCRtpSender.getCapabilities("video");s&&(e.codecs=e.codecs.filter(({mimeType:d})=>s===d),i.codecs=i.codecs.filter(({mimeType:d})=>s===d));const n={audio:Ac(t),video:Ac(e)};return{sender:{audio:Ac(r),video:Ac(i)},receiver:n}}var $e;class M0{constructor(t){g(this,$e,void 0);h(this,"events");m(this,$e,t),this.events=as}async joinRoom(t,e,r,i=!1){const n={roomUuid:t,displayName:e,prejoined:i,capabilities:r};return(await a(this,$e).sendMessagePromiseWithTimeout({event:this.events.joinRoom,protobuf:nw.toBinary(n),timeout:5e3})).payload}async connectTransport(t){const e=(await a(this,$e).sendMessagePromise(this.events.createWebRTCTransport,OC.toBinary(t))).payload,{transportId:r,description:i,producerIds:n}=_m.fromBinary(e),o={sdp:i==null?void 0:i.sdp,type:i.type};return{transportId:r,answer:o,producerIds:n}}async produce(t){var n,o;const e=(await a(this,$e).sendMessagePromise(this.events.produce,yw.toBinary(t))).payload,r=sR.fromBinary(e);return{answer:{sdp:(n=r==null?void 0:r.description)==null?void 0:n.sdp,type:(o=r==null?void 0:r.description)==null?void 0:o.type},producerId:r.producerId}}async consume(t){const e=(await a(this,$e).sendMessagePromise(this.events.consume,gw.toBinary(t))).payload,{consumerIdsMap:{map:r},description:i}=eR.fromBinary(e);return{consumerStateMap:r,sessionDescription:i}}async closeProducer(t){const e=(await a(this,$e).sendMessagePromise(this.events.closeProducer,bw.toBinary(t))).payload,{description:r}=dR.fromBinary(e);return r}async closeConsumer(t){return(await a(this,$e).sendMessagePromise(this.events.closeConsumer,Mw.toBinary(t))).payload}async updateConsumersSimulcastConfig(t){return(await a(this,$e).sendMessagePromise(this.events.updateConsumersSimulcastConfig,Sw.toBinary(t))).payload}async hostControlForPeer(t,e){const r={audio:e==="audio",screeShare:!1,video:e==="video",participantId:t},i=(await a(this,$e).sendMessagePromise(this.events.hostControlPeer,Lw.toBinary(r))).payload;if(!i)return!1;const{status:n}=fR.fromBinary(i);return n==="success"}async hostControlForAll(t){const e={audio:t==="audio",screenShare:!1,video:t==="video"},r=(await a(this,$e).sendMessagePromise(this.events.hostControlAllPeers,xw.toBinary(e))).payload;if(!r)return!1;const{status:i}=SR.fromBinary(r);return i==="success"}async kickAll(){const t={propagateKickAcrossRooms:!1};a(this,$e).sendMessagePromise(x.kickAll,bm.toBinary(t))}async kickPeer(t){a(this,$e).sendMessagePromise(x.kick,Dm.toBinary(t))}async changeDisplayName(t){const e=(await a(this,$e).sendMessagePromise(this.events.changeDisplayName,Ow.toBinary(t))).payload;if(!e)return!1;const{status:r}=yR.fromBinary(e);return r==="success"}async notifySelfJoinComplete(){const t={},e=(await a(this,$e).sendMessagePromise(this.events.selfJoinComplete,ow.toBinary(t))).payload;return Jl.fromBinary(e)}async audioActivity(t){a(this,$e).sendMessage(this.events.audioActivity,LC.toBinary(t))}}$e=new WeakMap;var un=(s=>(s.NEW="new",s.CONNECTING="connecting",s.RECONNECTING="reconnecting",s.DISCONNECTED="disconnected",s.CONNECTED="connected",s.FAILED="failed",s.CLOSED="closed",s))(un||{}),No;class fl extends Xe.EventEmitter{constructor(e){super();g(this,No,void 0);m(this,No,e),this.setMaxListeners(1/0)}get logger(){return a(this,No).getValue("logger")}safeEmit(e,...r){const i=this.listenerCount(e);try{return this.emit(e,...r)}catch(n){return this.logger.error(`EnhancedEventEmitter:: safeEmit() | event listener ${e} threw an error`,{error:n}),Boolean(i)}}async safeEmitAsPromise(e,...r){const i={}.EVENT_PROMISE_TIMEOUT?parseInt({}.EVENT_PROMISE_TIMEOUT,10):1e4;return this.safeEmitAsPromiseWithTimeout(e,i,...r)}async safeEmitAsPromiseWithTimeout(e,r,...i){return new Promise((n,o)=>{setTimeout(o,r,"event request timeout");try{this.emit(e.toString(),...i,n,o)}catch(c){this.logger.error(`EnhancedEventEmitter:: safeEmitAsPromise() | event listener for event ${e.toString()} threw an error [event:%s]:%o`,{error:c}),o(c)}})}}No=new WeakMap;class ah extends fl{constructor(){super(...arguments);h(this,"_sendWebStream",new MediaStream);h(this,"_sendScreenShareStream",new MediaStream);h(this,"_direction");h(this,"pc");h(this,"_transportReady",!1);h(this,"_mapMidTransceiver",new Map);h(this,"enableHighBitrate",!1);h(this,"enableStereo",!1);h(this,"enableDtx",!0)}get midTransceiverMap(){return this._mapMidTransceiver}close(){if(this.logger.debug(`${this.name}::close()`),this.pc)try{this.pc.close()}catch(e){this.logger.error(`${this.name}::pc.close()`,{error:e})}}async restartIce(){this.logger.debug(`${this.name}::restartIce()`);const e=await this.pc.createOffer({iceRestart:!0});return this.logger.debug(`[SDP] ${this.name}::restartIce() | calling pc.setLocalDescription() [offer:${JSON.stringify(e)}]`),{offerSdp:e,callback:async i=>{this.logger.info(`[SDP] ${this.name}::restartIce() | calling pc.setRemoteDescription() [answer:${JSON.stringify(i)}]`),await this.pc.setRemoteDescription(i)}}}init({direction:e,iceServers:r,iceTransportPolicy:i,additionalSettings:n,proprietaryConstraints:o,onTrackHandler:c}){this.logger.debug("HandlerInterface::init()"),this._direction=e,this.pc=new RTCPeerConnection({iceServers:r||[],iceTransportPolicy:i||"all",bundlePolicy:"max-bundle",rtcpMuxPolicy:"require",...n},o),c&&this.pc.addEventListener("track",d=>{c(d)}),this._addEventListeners()}async connect(){this.pc.addTransceiver("audio",{direction:"sendonly"}),this.pc.addTransceiver("video",{direction:"sendonly",...this._direction==="send"?{sendEncodings:[{rid:"f",scaleResolutionDownBy:1},{rid:"h",scaleResolutionDownBy:2},{rid:"q",scaleResolutionDownBy:4}]}:{}});const e=await this.pc.createOffer();return await this.pc.setLocalDescription(e),this.logger.info(`[SDP] connect offer: ${JSON.stringify(e)}`),{offerSdp:e,callback:async i=>{this.logger.debug(`[SDP] ${this.name}::connect() | calling pc.setRemoteDescription() [answer:${JSON.stringify(i)}]`),await this.pc.setRemoteDescription(i)}}}async getTransportStats(){return this.pc.getStats()}_assertSendDirection(){if(this._direction!=="send")throw new Error('method can just be called for handlers with "send" direction')}_assertRecvDirection(){if(this._direction!=="recv")throw new Error('method can just be called for handlers with "recv" direction')}async getReceiverStats(e){this._assertRecvDirection();const r=this.midTransceiverMap.get(e);if(!r)throw new Error("associated RTCRtpTransceiver not found");return r.receiver.getStats()}async stopSending(e){this._assertSendDirection(),this.logger.debug(`stopSending() [localId:${e}]`);const r=this.midTransceiverMap.get(e);if(!r)throw new Error("associated RTCRtpTransceiver not found");r.sender.replaceTrack(null),this.pc.removeTrack(r.sender),r.direction="inactive";const i=await this.pc.createOffer();return this.logger.debug(`[SDP] stopSending() | calling pc.setLocalDescription() [offer:${JSON.stringify(i)}]`),await this.pc.setLocalDescription(i),{offerSdp:i,callback:async o=>{this.logger.debug(`[SDP] stopSending() | calling pc.setRemoteDescription() [answer:${JSON.stringify(o)}]`),await this.pc.setRemoteDescription(o),this.midTransceiverMap.delete(e)}}}async replaceTrack(e,r){this._assertSendDirection(),r?this.logger.debug(`replaceTrack() [localId:${e}, track.id:${r.id}]`):this.logger.debug(`replaceTrack() [localId:${e}, no track]`);const i=this.midTransceiverMap.get(e);if(!i)throw new Error("associated RTCRtpTransceiver not found");await i.sender.replaceTrack(r)}async setMaxSpatialLayer(e,r){this._assertSendDirection(),this.logger.debug(`setMaxSpatialLayer() [localId:${e}, spatialLayer:${r}]`);const i=this.midTransceiverMap.get(e);if(!i)throw new Error("associated RTCRtpTransceiver not found");const n=i.sender.getParameters();n.encodings.forEach((o,c)=>{c<=r?o.active=!0:o.active=!1}),await i.sender.setParameters(n)}async setRtpEncodingParameters(e,r){this._assertSendDirection(),this.logger.debug(`setRtpEncodingParameters() [localId:${e}, params:${JSON.stringify(r)}]`);const i=this.midTransceiverMap.get(e);if(!i)throw new Error("associated RTCRtpTransceiver not found");const n=i.sender.getParameters();n.encodings.forEach((o,c)=>{n.encodings[c]={...o,...r}}),await i.sender.setParameters(n)}getSenderStats(e){this._assertSendDirection();const r=this.midTransceiverMap.get(e);if(!r)throw new Error("associated RTCRtpTransceiver not found");return r.sender.getStats()}_addEventListeners(){this.pc.addEventListener("icecandidate",e=>{e.candidate&&this.emit("@icecandidate",{candidate:e.candidate})}),this.pc.addEventListener("iceconnectionstatechange",()=>{switch(this.pc.iceConnectionState){case"checking":this.emit("@connectionstatechange","connecting");break;case"connected":case"completed":this.emit("@connectionstatechange","connected"),this._transportReady=!0;break;case"failed":this.emit("@connectionstatechange","failed");break;case"disconnected":this.emit("@connectionstatechange","disconnected");break;case"closed":this.emit("@connectionstatechange","closed");break;default:this.logger.warn("unknown state");break}}),this.pc.addEventListener("negotiationneeded",()=>{this.emit("@negotiationneeded",{}),this.logger.debug("negotiationneeded")}),this.pc.addEventListener("icegatheringstatechange",()=>{switch(this.pc.iceGatheringState){case"gathering":this.logger.debug("icegatheringstatechange | gathering"),this.emit("@icegatheringstatechange","gathering");break;case"complete":this.logger.debug("icegatheringstatechange | complete"),this.emit("@icegatheringstatechange","complete");break;default:this.logger.warn("unknown state");break}}),this.pc.addEventListener("icecandidateerror",e=>{this.logger.warn("icecandidateerror",{error:{code:e.errorCode,message:e.errorText}})}),this.pc.addEventListener("datachannel",e=>{this.logger.info("data channel created: ",{rtcChannel:{label:e.channel.label}});const{channel:r}=e;r.onopen=()=>{this.logger.info("data channel open: ",{rtcChannel:{label:e.channel.label}}),this.safeEmit("dc_open",e.channel)},r.onclose=()=>{this.logger.warn("data channel closed: ",{rtcChannel:{label:e.channel.label}})},r.onerror=()=>{this.logger.error("data channel error: ",{rtcChannel:{label:e.channel.label}})}}),this.addCustomEventListeners()}addCustomEventListeners(){}}class oh extends ah{static createFactory(t){return()=>new oh(t)}get name(){return"Chrome74"}init({direction:t,iceServers:e,iceTransportPolicy:r,additionalSettings:i,proprietaryConstraints:n,onTrackHandler:o}){this._direction=t,this.pc=new RTCPeerConnection({iceServers:e||[],iceTransportPolicy:r||"all",bundlePolicy:"max-bundle",rtcpMuxPolicy:"require",sdpSemantics:"unified-plan",...i},n),o&&this.pc.addEventListener("track",c=>{o(c)}),this._addEventListeners()}async send({track:t,encodings:e,codecOptions:r,screenShare:i}){this._assertSendDirection();const n=this.pc.addTransceiver(t,{direction:"sendonly",streams:[i?this._sendScreenShareStream:this._sendWebStream],sendEncodings:e});if(!navigator.isReactNative){this.logger.debug("creating new transceiver");const d=RTCRtpSender.getCapabilities(typeof t=="string"?t:t.kind);this.logger.info(`senders available params: ${JSON.stringify(d)}`);const l=[];r&&r.length&&r.forEach(u=>{var f;const p=d.codecs.find(S=>S.mimeType.includes(u.name));if(u.parameters){this.logger.debug(`codecOption.parameters:${JSON.stringify(u.parameters)}`);const S=((f=p.sdpFmtpLine)==null?void 0:f.split(";"))||[];S.push(...u.parameters);const E=Array.from(new Set(S).values());p.sdpFmtpLine=E.join(";")}l.push(p)}),this.logger.info(`selected codecs: ${JSON.stringify(l)}`),n.setCodecPreferences(l)}const o=await this.pc.createOffer();if(await this.pc.setLocalDescription(o),r&&r.findIndex(({name:d})=>d==="opus")>=0){const{enableDtx:d,enableStereo:l}=this,u=this.enableHighBitrate?l?128e3:64e3:l?64e3:32e3;o.sdp=o.sdp.replace("minptime=10;useinbandfec=1",`minptime=10;useinbandfec=1;${d?"usedtx=1;":""}${l?"stereo=1;sprop-stereo=1;":""}maxaveragebitrate=${u}`),o.sdp+=`a=rtcp-fb:111 nack\r
|
|
9
|
-
`}this.midTransceiverMap.set(n.mid,n);const c=async d=>(this.logger.debug(`[SDP] send() | calling pc.setRemoteDescription() [answer:${JSON.stringify(d)}]`),await this.pc.setRemoteDescription(d),n.mid);return this.logger.debug(`[SDP] send() | calling pc.setLocalDescription() [offer: ${JSON.stringify(o,void 0,2)}]`),{offerSdp:o,callback:c,sender:n.sender,mid:n.mid}}addCustomEventListeners(){this.pc.addEventListener("datachannel",t=>{const{channel:e}=t;e.onmessage=r=>{this.safeEmit("datachannel",t.channel,String.fromCharCode(...new Uint8Array(r.data)))}})}}class td extends ah{constructor(e,r){super(e);h(this,"supportsSendEncodings",!1);this.supportsSendEncodings=r.supportsSendEncodings}static createFactory(e,r){return()=>new td(e,r)}get name(){return"Firefox60"}async send({track:e,encodings:r,codecOptions:i,screenShare:n}){this._assertSendDirection();const o=this.supportsSendEncodings&&r!==void 0?{sendEncodings:r}:{},c=this.pc.addTransceiver(e,{direction:"sendonly",streams:[n?this._sendScreenShareStream:this._sendWebStream],...o});if(!this.supportsSendEncodings&&r){r.reverse();const p=c.sender.getParameters();p.encodings=r,await c.sender.setParameters(p)}const d=(p,f)=>{var L;const S=zt.parse(p),E=S.media[S.media.length-1],P=E.rtp.filter(N=>f.some($=>$.name===N.codec)),C=E.fmtp.filter(N=>P.some($=>$.payload===N.payload)),k=(L=E.rtcpFb)==null?void 0:L.filter(N=>P.some($=>$.payload===N.payload)),I=P.map(N=>N.payload);return S.media[S.media.length-1].rtp=P,S.media[S.media.length-1].fmtp=C,S.media[S.media.length-1].rtcpFb=k,S.media[S.media.length-1].payloads=I.join(" "),zt.write(S)},l=await this.pc.createOffer();if(l.sdp=d(l.sdp,i),this.logger.debug(`[SDP] send() | calling pc.setLocalDescription() [offer:${JSON.stringify(l)}]`),await this.pc.setLocalDescription(l),e==="audio"||e.kind==="audio"){const{enableDtx:p,enableStereo:f}=this,S=this.enableHighBitrate?f?128e3:64e3:f?64e3:32e3;l.sdp=l.sdp.replace("minptime=10;useinbandfec=1",`minptime=10;useinbandfec=1;${p?"usedtx=1;":""}${f?"stereo=1;sprop-stereo=1;":""}maxaveragebitrate=${S}`)}return this.midTransceiverMap.set(c.mid,c),{offerSdp:l,callback:async p=>(this.logger.debug(`send() | calling pc.setRemoteDescription() [answer:${JSON.stringify(p)}]`),await this.pc.setRemoteDescription(p),c.mid),sender:c.sender,mid:c.mid}}async setMaxSpatialLayer(e,r){this._assertSendDirection(),this.logger.debug(`setMaxSpatialLayer() [localId:${e}, spatialLayer:${r}]`);const i=this.midTransceiverMap.get(e);if(!i)throw new Error("associated RTCRtpTransceiver not found");const n=i.sender.getParameters(),o=n.encodings.length-1-r;n.encodings.forEach((c,d)=>{d>=o?c.active=!0:c.active=!1}),await i.sender.setParameters(n)}addCustomEventListeners(){this.pc.addEventListener("datachannel",e=>{const{channel:r}=e;r.onmessage=async i=>{const n=await i.data.arrayBuffer();this.safeEmit("datachannel",e.channel,String.fromCharCode(...new Uint8Array(n)))}})}}class ch extends ah{static createFactory(t){return()=>new ch(t)}get name(){return"Safari12"}async send({track:t,encodings:e,codecOptions:r,screenShare:i}){this._assertSendDirection(),this.logger.debug("Safari12::creating new transceiver");const n=this.pc.addTransceiver(t,{direction:"sendonly",streams:[i?this._sendScreenShareStream:this._sendWebStream],sendEncodings:e}),o=RTCRtpSender.getCapabilities(typeof t=="string"?t:t.kind);this.logger.info(`Safari12::senders available params: ${JSON.stringify(o)}`);const c=[];r&&r.length>0&&r.forEach(u=>{var f;const p=o.codecs.find(S=>S.mimeType.includes(u.name));if(u.parameters){this.logger.info(`Safari12::codecOption.parameters:, ${JSON.stringify(u.parameters)}`);const S=((f=p.sdpFmtpLine)==null?void 0:f.split(";"))||[];S.push(...u.parameters);const E=[...new Set(S).values()];p.sdpFmtpLine=E.join(";")}c.push(p)}),this.logger.info(`Safari12::selected codecs: ${JSON.stringify(c)}`),n.setCodecPreferences(c);const d=await this.pc.createOffer();if(await this.pc.setLocalDescription(d),t==="audio"||t.kind==="audio"){const{enableStereo:u,enableDtx:p}=this,f=this.enableHighBitrate?u?128e3:64e3:u?64e3:32e3;d.sdp=d.sdp.replace("minptime=10;useinbandfec=1",`minptime=10;useinbandfec=1;${p?"usedtx=1;":""}${u?"stereo=1;sprop-stereo=1;":""}maxaveragebitrate=${f}`)}return this.midTransceiverMap.set(n.mid,n),{offerSdp:d,callback:async u=>(this.logger.debug(`Safari12::send() | calling pc.setRemoteDescription() [answer:${JSON.stringify(u)}]`),await this.pc.setRemoteDescription(u),n.mid),sender:n.sender,mid:n.mid}}addCustomEventListeners(){this.pc.ondatachannel=t=>{const{channel:e}=t;e.onmessage=async r=>{const i=String.fromCharCode(...new Uint8Array(r.data));this.safeEmit("datachannel",t.channel,i)}}}}function A0(s,t){return typeof s=="undefined"?t:typeof window!="undefined"&&Object.getOwnPropertyDescriptor(window,"structuredClone")?structuredClone(s):JSON.parse(JSON.stringify(s))}var Lo,vi,ms,yd,fs,cr,Vo,gu,Ed,pf,Pd,gf;class I0 extends fl{constructor(e,r){var i;super(e);g(this,fs);g(this,Vo);g(this,Ed);g(this,Pd);h(this,"rtpReceiver");h(this,"id");h(this,"localId");h(this,"producerId");h(this,"producingTransportId");h(this,"mimeType");h(this,"track");h(this,"peerId");h(this,"appData");h(this,"transceiver");g(this,Lo,void 0);g(this,vi,void 0);g(this,ms,void 0);g(this,yd,void 0);this.id=r.id,this.localId=r.localId,m(this,Lo,r.handler),this.appData=r.appData,this.peerId=r.producingPeerId,this.producingTransportId=r.producingTransportId,m(this,ms,!1),this.producerId=r.producerId,this.track=r.track,m(this,vi,(i=r.paused)!=null?i:!1),this.mimeType=r.mimeType,this.transceiver=r.transceiver,this.rtpReceiver=r.rtpReceiver,V(this,Ed,pf).call(this),m(this,yd,e)}get closed(){return a(this,ms)}get kind(){return this.track.kind}get paused(){return a(this,vi)}close(e,r){a(this,ms)||(this.logger.debug(`Consumer::close() ${e?`with reason ${e}`:""}`,a(this,fs,cr)),m(this,ms,!0),r&&(V(this,Pd,gf).call(this),this.transceiver.stop()),this.safeEmit("close",e))}async getStats(){if(a(this,ms))throw new ft("closed");return a(this,Lo).getReceiverStats(this.localId)}pause(){if(this.logger.debug("consumer::pause()",a(this,fs,cr)),a(this,ms)){this.logger.error("consumer::pause() | Consumer closed",a(this,fs,cr));return}m(this,vi,!0),this.track.enabled=!1,this.safeEmit("pause")}resume(){if(this.logger.debug("consumer::resume()",a(this,fs,cr)),a(this,ms)){this.logger.error("Consumer::resume() | Consumer closed",a(this,fs,cr));return}m(this,vi,!1),this.track.enabled=!0,this.safeEmit("resume")}}Lo=new WeakMap,vi=new WeakMap,ms=new WeakMap,yd=new WeakMap,fs=new WeakSet,cr=function(){return{consumer:{id:this.id,appData:this.appData,peerId:this.peerId,kind:this.kind}}},Vo=new WeakSet,gu=function(){this.logger.debug('Consumer::track "ended" event',a(this,fs,cr)),this.safeEmit("trackended")},Ed=new WeakSet,pf=function(){this.track.addEventListener("ended",V(this,Vo,gu).bind(this))},Pd=new WeakSet,gf=function(){try{this.track.removeEventListener("ended",V(this,Vo,gu)),this.track.stop()}catch(e){this.logger.error("Consumer::destroyTrack()",{...a(this,fs,cr),error:e})}};var es,Wn,Jn,yi,Ht,Ge,Cr,Kn,_d,Ct,Kt;class D0 extends fl{constructor(e,r){var i,n;super(e);g(this,Ct);h(this,"id");h(this,"localId");g(this,es,void 0);h(this,"kind");h(this,"appData");h(this,"rtpSender");g(this,Wn,void 0);g(this,Jn,void 0);g(this,yi,void 0);g(this,Ht,!1);g(this,Ge,void 0);g(this,Cr,void 0);g(this,Kn,void 0);g(this,_d,void 0);this.id=r.id,this.localId=r.localId,m(this,Ge,r.track),this.kind=(i=r.track)==null?void 0:i.kind,m(this,Cr,r.disableTrackOnPause?!((n=r.track)!=null&&n.enabled):!1),m(this,Kn,void 0),m(this,Wn,r.stopTracks),m(this,Jn,r.disableTrackOnPause),m(this,yi,r.zeroRtpOnPause),this.appData=r.appData||{},this._onTrackEnded=this._onTrackEnded.bind(this),m(this,es,r.handler),this.rtpSender=r.rtpSender,this._handleTrack(),m(this,_d,e)}get closed(){return a(this,Ht)}get track(){return a(this,Ge)}get paused(){return a(this,Cr)}get maxSpatialLayer(){return a(this,Kn)}async close(e){if(a(this,Ht))return;if(this.logger.debug(`Producer::close() ${e?`with reason ${e}`:""}`,a(this,Ct,Kt)),m(this,Ht,!0),this._destroyTrack(),e===sd){this.safeEmit("close",{reason:e});return}const{offerSdp:r,callback:i}=await a(this,es).stopSending(this.localId),{answer:n}=await this.safeEmitAsPromise("close",{offer:r,reason:e});i(n)}async getStats(){if(a(this,Ht))throw new ft("closed");return a(this,es).getSenderStats(this.localId)}pause(){this.logger.debug("Producer::pause()",a(this,Ct,Kt)),a(this,Ht)&&this.logger.error("Producer::pause() | Producer closed",a(this,Ct,Kt)),m(this,Cr,!0),a(this,Ge)&&a(this,Jn)&&(a(this,Ge).enabled=!1),a(this,yi)&&a(this,es).replaceTrack(this.localId,null),this.emit("pause")}resume(){if(this.logger.debug("Producer::resume()",a(this,Ct,Kt)),a(this,Ht)){this.logger.error("Producer::resume() | Producer closed",a(this,Ct,Kt));return}m(this,Cr,!1),a(this,Ge)&&a(this,Jn)&&(a(this,Ge).enabled=!0),a(this,yi)&&a(this,es).replaceTrack(this.localId,a(this,Ge)),this.emit("resume")}async replaceTrack({track:e}){if(this.logger.debug(`Producer::replaceTrack() trackId: ${e==null?void 0:e.id}`,a(this,Ct,Kt)),a(this,Ht)){if(e&&a(this,Wn))try{e.stop()}catch(r){this.logger.error("Producer::replaceTrack",{...a(this,Ct,Kt),error:r})}throw new ft("closed")}else if(e&&e.readyState==="ended")throw new ft("track ended");if(e===a(this,Ge)){this.logger.debug(`replaceTrack() | same track, ignored trackId: ${e.id}`,a(this,Ct,Kt));return}(!a(this,yi)||!a(this,Cr))&&await a(this,es).replaceTrack(this.localId,e),this._destroyTrack(),m(this,Ge,e),this._handleTrack()}async setMaxSpatialLayer(e){if(a(this,Ht))throw new ft("closed");if(this.kind!=="video")throw new ao("not a video Producer");if(typeof e!="number")throw new TypeError("invalid spatialLayer");await a(this,es).setMaxSpatialLayer(this.localId,e),m(this,Kn,e)}async setRtpEncodingParameters(e){if(a(this,Ht))throw new ft("closed");if(typeof e!="object")throw new TypeError("invalid params");await a(this,es).setRtpEncodingParameters(this.localId,e)}_onTrackEnded(){this.logger.debug(`Producer::track "ended" event trackId: ${this.track.id}`,a(this,Ct,Kt)),this.safeEmit("trackended",this.track.id)}_handleTrack(){a(this,Ge)&&a(this,Ge).addEventListener("ended",this._onTrackEnded)}_destroyTrack(){var e;if(a(this,Ge))try{a(this,Ge).removeEventListener("ended",this._onTrackEnded),a(this,Wn)&&a(this,Ge).stop()}catch(r){this.logger.error(`Producer::_destroyTrack trackId: ${(e=this.track)==null?void 0:e.id}`,{...a(this,Ct,Kt),error:r})}}}es=new WeakMap,Wn=new WeakMap,Jn=new WeakMap,yi=new WeakMap,Ht=new WeakMap,Ge=new WeakMap,Cr=new WeakMap,Kn=new WeakMap,_d=new WeakMap,Ct=new WeakSet,Kt=function(){return{producer:{id:this.id,appData:this.appData,kind:this.kind}}};function mf(s){return typeof s=="object"&&!Array.isArray(s)&&s!==null}function Ul(s){return Math.random().toString(36).substring(2,2+s)}const Ic=1;function Mp(s){const t=s;return delete t.payload._bolt,t}function O0(s){return s.payload&&mf(s.payload)}function N0(s){var t,e;return O0(s)&&(e=(t=s.payload._bolt)==null?void 0:t.id)!=null?e:""}var wr,Cd,Ei;const an=class extends Xe.EventEmitter{constructor(e,r,i,n){super();h(this,"channel");h(this,"queue");h(this,"serverProtocolVersion");g(this,wr,new Map);g(this,Cd,void 0);g(this,Ei,void 0);h(this,"respond",(e,r,i=!1)=>{let n;i?n=an.createErrorResponse(e,r):n=an.createResponse(e,r),this.channel.send(JSON.stringify(n))});h(this,"notify",e=>{const r=an.createNotification(e);this.channel.send(JSON.stringify(r))});h(this,"request",async e=>{const r=an.createRequest(e),i=new Promise((n,o)=>{const{id:d}=r.payload._bolt,l={id:d,method:r.type,resolve:u=>{this.queue.delete(d)&&(clearTimeout(l.timer),n(u))},timer:setTimeout(()=>{this.queue.delete(d)&&o(new Error(`request timeout for message id: ${d}`))},2e4),cancel:u=>{this.queue.delete(d)&&(clearTimeout(l.timer),o(u))}};this.queue.set(d,l)});return this.channel.send(JSON.stringify(r)),i});h(this,"send",e=>{const r=JSON.stringify(e),i=16384;if(r.length>i){const n=i-200,o=Math.ceil(r.length/n),c=[];for(let l=0;l<o;l+=1){const u=l*n,p=(l+1)*n;c.push(r.slice(u,p))}const d=xr.v4();for(let l=0;l<o;l+=1){const u=c[l],f=JSON.stringify({id:d,count:o,chunkIndex:l,chunk:u});a(this,Ei).debug(`Sending message chunk over dc: ${f}`),this.channel.send(f)}}else a(this,Ei).debug(`Sending message over dc: ${r}`),this.channel.send(r)});h(this,"processMessage",e=>{var i;a(this,wr).has(e.id)||a(this,wr).set(e.id,[]);const r=a(this,wr).get(e.id);if(r[e.chunkIndex]=e,(r==null?void 0:r.length)===e.count&&!r.some(n=>n===void 0)){const n=a(this,wr).get(e.id),o=n==null?void 0:n.reduce((d,l)=>d+l.chunk,"");a(this,wr).delete(e.id);const c=JSON.parse(o);if(!c.payload||!mf(c.payload))throw new Error("corrupted incoming message over dc",{cause:{code:"CORRUPT_DC_MESSAGE",values:c}});if(this.processBoltHandshake(c))return;if(this.serverProtocolVersion=(i=c.payload._bolt)==null?void 0:i.version,!this.processResponseMsg(c))return c}});h(this,"processResponseMsg",e=>{const{id:r}=e.payload._bolt,i=this.queue.get(r);return i?(a(this,Ei).debug(`resolving pending request with id: ${r}, complete response: ${JSON.stringify(e)}`),e.type==="error"?i.cancel(Mp(e)):i.resolve(Mp(e)),!0):!1});h(this,"processBoltHandshake",e=>{var r,i;return e.type==="_bolt"||e.type==="handshake"?(this.respond((i=(r=e.payload._bolt)==null?void 0:r.id)!=null?i:Ul(8),{type:"_bolt",payload:{message:"pong"}}),!0):!1});this.label=i,this.transportId=n,m(this,Cd,e),m(this,Ei,e.getValue("logger")),this.channel=r,this.queue=new Map}};let Jr=an;wr=new WeakMap,Cd=new WeakMap,Ei=new WeakMap,h(Jr,"createRequest",e=>{var r;if((r=e.payload)!=null&&r._bolt)throw new Error("rpc fields are internal values");return{type:e.type,payload:{...e.payload,_bolt:{id:Ul(8),type:"REQUEST",version:Ic}}}}),h(Jr,"createResponse",(e,r)=>{var i;if((i=r.payload)!=null&&i._bolt)throw new Error("rpc fields are internal values");return{type:r.type,payload:{...r.payload,_bolt:{id:e,type:"RESPONSE",version:Ic}}}}),h(Jr,"createNotification",e=>{var r;if((r=e.payload)!=null&&r._bolt)throw new Error("rpc fields are internal values");return{type:e.type,payload:{...e.payload,bolt:{id:Ul(8),type:"NOTIFY",version:Ic}}}}),h(Jr,"createErrorResponse",(e,r)=>({type:"error",payload:{error:r.message,_bolt:{id:e,type:"RESPONSE",version:Ic}}}));const sd="transport closed";var Pi;const on=class extends fl{constructor(e,{id:r,direction:i,handlerFactory:n,iceServers:o,iceTransportPolicy:c,proprietaryConstraints:d,additionalSettings:l,appData:u,config:p}){var P,C,k;super(e);h(this,"awaitQueue");h(this,"observer");h(this,"id");h(this,"serverId");h(this,"direction");h(this,"maxSctpMessageSize");h(this,"handler");h(this,"connectionState","new");h(this,"producers");h(this,"consumers");h(this,"datachannels");h(this,"connected",!1);h(this,"eventsDCReadyPromise");h(this,"eventsDCReadyPromiseResolver");h(this,"eventsDCFailureTimer");h(this,"transportConnectionPromise");h(this,"consumerTrackEvents");h(this,"unknownTracksMap");h(this,"appData");g(this,Pi,void 0);m(this,Pi,e);const f=e.getValue("logger");f.debug(`constructor() [id: ${r}, direction: ${i}]`),this.id=r,this.direction=i;const S=A0(l,{});delete S.iceServers,delete S.iceTransportPolicy,delete S.bundlePolicy,delete S.rtcpMuxPolicy,delete S.sdpSemantics,this.producers=new Map,this.consumers=new Map,this.datachannels=new Map,this.consumerTrackEvents=new Map,this.unknownTracksMap=new Map,this.awaitQueue=new pu(f,!0),this.handler=n(),this.handler.enableHighBitrate=(P=p==null?void 0:p.enableHighBitrate)!=null?P:!1,this.handler.enableStereo=(C=p==null?void 0:p.enableStereo)!=null?C:!1,this.handler.enableDtx=(k=p==null?void 0:p.enableDtx)!=null?k:!0,this.handler.init({onTrackHandler:this._ontrack.bind(this),direction:i,iceServers:o,iceTransportPolicy:c,additionalSettings:l,proprietaryConstraints:d}),this.appData=u||{};const E=3e4;this.transportConnectionPromise=new Promise(I=>{const L=setTimeout(()=>{f.error("ICE connection timeout - possible firewall blocking WebRTC or TURN unreachable",{transport:{id:this.id,type:this.direction}}),I(!1)},E);this.once("connected",()=>{clearTimeout(L),I(!0)}),this.once("disconnect",()=>{clearTimeout(L),I(!1)}),this.once("close",()=>{clearTimeout(L),I(!1)})}),this.eventsDCReadyPromise=new Promise(I=>{this.eventsDCReadyPromiseResolver=I}),this.handler.on("@connectionstatechange",I=>{I!==this.connectionState&&(this.logger.debug(`connection state changed to ${I}`),this.connectionState=I,I==="connected"&&(this.connected=!0,this.emit("connected")),I==="disconnected"&&(this.connected=!1,this.emit("disconnect")),(I==="failed"||I==="closed")&&(this.connected=!1,this.emit("close")),this.closed||this.safeEmit("connectionstatechange",I))}),this.handler.on("@icecandidate",({candidate:I})=>{this.closed||this.safeEmit("icecandidate",I)}),this.handler.on("dc_open",I=>{let L=this.datachannels.get(I.label);L||(L||(L=new Jr(a(this,Pi),I,I.label,this.serverId),this.datachannels.set(I.label,L)),this.eventsDCFailureTimer=setTimeout(()=>{I.label==="events"&&(this.eventsDCReadyPromiseResolver(!1),this.safeEmit("dc_error",I.label))},5e3))}),this.handler.on("datachannel",(I,L)=>{I.label==="events"&&(this.eventsDCReadyPromiseResolver(!0),this.eventsDCFailureTimer&&clearTimeout(this.eventsDCFailureTimer));const N=this.datachannels.get(I.label);if(!N){this.logger.error("unregistered datachannel for message",{rtcChannel:{label:I.label,message:L}});return}try{const $=JSON.parse(L);this.logger.debug("datachannel message chunk recieved",{dataChannelMessageChunk:{id:$.id,count:$.count,chunkIndex:$.chunkIndex,chunk:$.chunk,transprtId:this.serverId}});const B=N.processMessage($);if(!B)return;this.logger.debug(`datachannel message with id:${$.id} on transport:${this.serverId}complete - ${JSON.stringify(B)}`),this.emit(`datachannel:${I.label}`,N.label,B)}catch($){this.logger.error("error parsing message",{error:$})}})}get closed(){return this.connectionState==="closed"}setServerId(e){this.serverId=e}getDatachannel(e){return this.datachannels.get(e)}get isEventsDCReady(){return this.eventsDCReadyPromise}close(){this.closed||(this.logger.debug("Transport close called"),this.connectionState="closed",this.awaitQueue.stop(),this.awaitQueue=void 0,this.connected=!1,this.handler.close(),Array.from(this.producers.values()).forEach(e=>{e.close(sd).catch(()=>{})}),this.producers.clear(),Array.from(this.consumers.values()).forEach(e=>{e.close(sd)}),this.consumers.clear(),this.consumerTrackEvents.clear(),this.emit("close"))}async getStats(){if(this.closed)throw new ft("closed");return this.handler.getTransportStats()}async connect(e){try{if(await this.awaitQueue.push(async()=>{const{offerSdp:r,callback:i}=await this.handler.connect(),{transportId:n,answer:o}=await e(r);this.setServerId(n),await i(o)}),!await this.transportConnectionPromise)throw new Error("ice connection failed")}catch(r){throw this.logger.error("transport failed to connect:",{error:r}),r}}async restartIce(){if(this.logger.debug("restartIce()"),this.closed)throw new ft("closed");return this.handler.restartIce()}async canProduce(e){const{track:r,appData:i}=e;if(r){if(this.direction!=="send")throw new ao("not a sending Transport");if(r.readyState==="ended")throw new ft("track ended");if(i&&typeof i!="object")throw new TypeError("if given, appData must be an object")}else throw new TypeError("missing track");if(!await this.transportConnectionPromise)throw new hr("transport not connected");return!0}async produce(e,r){if(!await this.canProduce(e))throw new Error("Cannot produce");const{track:n,encodings:o,codecOptions:c,stopTracks:d=!0,disableTrackOnPause:l=!0,zeroRtpOnPause:u=!1,appData:p={}}=e;this.logger.debug(`produce() [track:${n.id}]`);const{producerId:f,localId:S,rtpSender:E}=await this.awaitQueue.push(async()=>{const{offerSdp:P,callback:C,sender:k,mid:I}=await this.handler.send({track:n,encodings:o,codecOptions:c,screenShare:p==null?void 0:p.screenShare}),{answer:L,producerId:N}=await r({offer:P,kind:n.kind,paused:l?!n.enabled||Object.hasOwn(n,"fakeTracks"):!1,appData:{...p||{},mid:I},codecOptions:c,producingTransportId:this.serverId}),$=await C(L);return{producerId:N,localId:$,rtpSender:k}},"Transport.produce");return this.createProducerObject({id:f,localId:S,track:n,stopTracks:d,disableTrackOnPause:l,zeroRtpOnPause:u,appData:p,handler:this.handler,rtpSender:E})}async createProducerObject(e){const r=new D0(a(this,Pi),e);return this.producers.set(r.id,r),r.once("close",()=>{this.producers.delete(r.id)}),this.emit("newproducer",r),r}async closeProducer(e){await this.awaitQueue.push(e.close.bind(e),"Transport.closeProducer")}async canConsume(){if(this.closed)throw new ft("closed");if(this.direction!=="recv")throw new ao("not a receiving transport");if(!await this.transportConnectionPromise)throw new hr("transport not connected");return!0}async consume(e,r,i){return this.awaitQueue.push(async()=>{const n={},{consumerStates:o,sessionDescription:c,failedProducers:d}=await r(e);o.forEach((u,p)=>{n[p]=this.createConsumerObjectAndWaitForTrack({...u,producerId:p})}),c&&(this.logger.info("Session description found, sending negotiation request"),await i(c));const l=[];return await Promise.all(Object.entries(n).map(([u,p])=>p.then(f=>l.push(f)).catch(()=>{this.logger.error(`Failed to create consumer object, producer: ${u}`,{error:{message:"This should not happen"},transport:{serverId:this.serverId}})}))),{consumers:l,failedProducers:d}},"Transport.consume",{producersLength:e.length})}static parseCodecAndFmtpMappings(e,r){const i=zt.parse(e.sdp),n={};return i.media.forEach(o=>{r.includes(o.mid.toString())&&(n[o.mid.toString()]={rtp:o.rtp,fmtp:o.fmtp,payloads:o.payloads,rtcpFb:o.rtcpFb})}),n}static setCodecAndFmtpMappings(e,r,i){const n=zt.parse(e.sdp);return n.media=n.media.map(c=>{if(r.includes(c.mid.toString())){const d={...c};return d.rtp=i[c.mid.toString()].rtp,d.fmtp=i[c.mid.toString()].fmtp,d.payloads=i[c.mid.toString()].payloads,d.rtcpFb=i[c.mid.toString()].rtcpFb,d}return c}),{...e,sdp:zt.write(n)}}static parseHeaderExtensionMappings(e){const r=zt.parse(e.sdp),i={};return r.media.forEach(n=>{i[n.mid]=n.ext}),i}static setHeaderExtensionMappings(e,r){const i=zt.parse(e.sdp);return i.media=i.media.map(o=>{const c={...o};return c.ext=r[o.mid],c}),{...e,sdp:zt.write(i)}}async closeConsumers(e,r){try{const i=e.map(l=>l.transceiver.mid),n=on.parseCodecAndFmtpMappings(this.handler.pc.remoteDescription,i),o=on.parseHeaderExtensionMappings(this.handler.pc.remoteDescription);this.logger.info("Stopping transceivers",{consumerIds:e.map(({id:l})=>l)}),e.forEach(l=>l.close(void 0,!0));let c=await this.handler.pc.createOffer();this.logger.info("[SDP] Created offer for closing consumers",{sdp:c.sdp}),c=on.setCodecAndFmtpMappings(c,i,n),c=on.setHeaderExtensionMappings(c,o),this.logger.info("[SDP] Updated codec and fmtp mappings in close consumer offer",{sdp:c.sdp}),await this.setLocalDescription(c),this.logger.info("Successfully set local description in close consumers");const d=await r(e,c);this.logger.info("[SDP] Received answer in close consumers",{sdp:d.sdp}),await this.setRemoteDescription(d),this.logger.info("[SDP] Remote description was set successfully in close consumers",{sdp:d.sdp})}catch(i){this.logger.error("Failed to close consumers",{error:i})}}async setRemoteOffer(e){try{this.logger.info("[SDP] Received offer from SFU",{sdp:e.sdp}),await this.setRemoteDescription(e);const r=await this.handler.pc.createAnswer();this.logger.info("[SDP] Created answer corresponding to received offer",{sdp:r.sdp});const i=zt.parse(r.sdp);return i.media=i.media.map(n=>{if(n.type==="audio"){const o={...n},c=o.fmtp.find(l=>l.payload===111);return c&&(c.config+=";stereo=1;sprop-stereo=1"),o.rtcpFb||(o.rtcpFb=[]),o.rtcpFb.some(l=>l.type==="nack")||o.rtcpFb.push({payload:parseInt(o.payloads,10),type:"nack"}),o}return n}),r.sdp=zt.write(i),this.logger.info("[SDP] Setting munged SDP",{sdp:r.sdp}),await this.setLocalDescription(r),this.logger.info("[SDP] Successfully set local description",{sdp:r.sdp}),r}catch(r){throw this.logger.error("Set remote offer failed",{error:r}),r}}_ontrack(e){const{track:r,transceiver:i}=e;this.logger.info(`track event received [trackId: ${r.id}] [mid: ${i.mid}]`);const n=`${i.mid}:${r.kind}`;r.addEventListener("ended",()=>{this.logger.info(`rtc consumer track ended [trackId: ${r.id}]`),this.unknownTracksMap.delete(n)});const o=this.consumerTrackEvents.get(n);o?(o(r,i),this.consumerTrackEvents.delete(n)):(this.logger.warn(`track event handler not found ${n}`),this.unknownTracksMap.set(n,e))}sendErrorOverDC(e,r,i){const n=this.getDatachannel(e);if(!n)throw new Error("datachannel not found",{cause:{code:"DC_NOT_FOUND",values:{label:e}}});n.respond(r,i,!0)}sendResponseOverDC(e,r,i){const n=this.getDatachannel(e);if(!n)throw new Error("datachannel not found",{cause:{code:"DC_NOT_FOUND",values:{label:e}}});n.respond(r,i)}async createConsumerObjectAndWaitForTrack(e){const{consumerId:r,producerId:i,producingPeerId:n,producingTransportId:o,streamId:c,paused:d,screenShare:l,appData:u,kind:p,mimeType:f}=e,S=`${c}:${p}`,E={...e,name:"consumer creation task error",message:"consumer creation failed"};return new Promise(async(P,C)=>{const k=setTimeout(()=>{this.logger.warn(`Timed out waiting for track event ${S} producingPeerId: ${n}`),this.consumerTrackEvents.delete(S),E.isTimedout=!0,C(E)},5e3),I=(N,$)=>{try{if(N.readyState==="ended")clearTimeout(k),C(E);else{const B=N;B.enabled=!0,this.handler.midTransceiverMap.set($.mid,$);const X=new I0(a(this,Pi),{id:r,localId:$.mid,transceiver:$,track:B,paused:d,producerId:i,producingPeerId:n,producingTransportId:o,handler:this.handler,appData:{...u,screenShare:l,peerId:n},rtpReceiver:$.receiver,mimeType:f});this.consumers.set(r,X),X.once("close",()=>{this.consumers.delete(X.id),this.handler.midTransceiverMap.delete($.mid)}),this.logger.info("consumer created for ",{consumer:{id:r,kind:p,appData:{screenShare:l},peerId:n,producerId:i}}),this.emit("newconsumer",X),clearTimeout(k),P(X)}}catch(B){this.logger.warn("error while creating consumer:",B),clearTimeout(k),C(E)}},L=this.unknownTracksMap.get(S);L?(this.logger.info(`track event already received [trackId: ${L.track.id}] [mid: ${L.transceiver.mid}]`),this.unknownTracksMap.delete(S),I(L.track,L.transceiver)):(this.logger.info(`Registering onTrack handler for key ${S} [producingPeerId: ${n}]`),this.consumerTrackEvents.set(S,I))})}async setRemoteDescription(e){await this.handler.pc.setRemoteDescription(e)}async setLocalDescription(e){this.logger.debug(`[SDP] ${this.direction}() {transportId: ${this.serverId}} | calling pc.setLocalDescription() [offer:${JSON.stringify(e)}]`),await this.handler.pc.setLocalDescription(e)}async sendDataChannelMessage(e,r){const i=this.getDatachannel(e);if(!i)throw w0("DC_NOT_READY",`${e} datachannel not ready`);const n=(await i.request(r)).payload;return this.logger.info(`sendDataChannelMessage::response ${JSON.stringify(n)}`),n}};let mu=on;Pi=new WeakMap;function L0(s){if(typeof navigator=="object"&&navigator.product==="ReactNative"){if(typeof RTCPeerConnection=="undefined"){s.warn("Device::this._detectDevice() | unsupported ReactNative without RTCPeerConnection");return}return s.debug("Device::this._detectDevice() | ReactNative handler chosen"),"Chrome74"}if(typeof navigator=="object"&&typeof navigator.userAgent=="string"){const t=navigator.userAgent,e=ig.getParser(t),r=e.getEngine();if(e.satisfies({chrome:">=74",chromium:">=74","microsoft edge":">=88"}))return"Chrome74";if(e.satisfies({chrome:">=55",chromium:">=55"}))return;if(e.satisfies({firefox:">=110"}))return"Firefox110";if(e.satisfies({firefox:">=60"}))return"Firefox60";if(e.satisfies({ios:{OS:">=14.3",firefox:">=30.0"}})||e.satisfies({safari:">=12.0"})&&typeof RTCRtpTransceiver!="undefined"&&RTCRtpTransceiver.prototype.hasOwnProperty("currentDirection"))return"Safari12";if(e.satisfies({safari:">=11"})||e.satisfies({"microsoft edge":">=11"})&&e.satisfies({"microsoft edge":"<=18"}))return;if(r.name&&r.name.toLowerCase()==="blink"){const i=t.match(/(?:(?:Chrome|Chromium))[ /](\w+)/i);return i?Number(i[1])>=74?"Chrome74":void 0:"Chrome74"}if(r.name.toLowerCase()==="webkit"&&e.getOS().name.toLowerCase()==="ios")return typeof RTCRtpTransceiver!="undefined"&&RTCRtpTransceiver.prototype.hasOwnProperty("currentDirection")?"Safari12":void 0;s.warn("Device::this._detectDevice() | browser not supported");return}s.warn("Device::this._detectDevice() | unknown device")}var Vs,_i;class V0{constructor(t,{handlerName:e,handlerFactory:r}={}){h(this,"handlerFactory");g(this,Vs,void 0);g(this,_i,void 0);const i=t.getValue("logger");if(i.debug("constructor()"),m(this,Vs,t),m(this,_i,i),e&&r)throw new TypeError("just one of handlerName or handlerInterface can be given");if(r)this.handlerFactory=r;else{if(e)a(this,_i).debug(`Device::constructor() | handler given: ${e}`);else if(e=L0(a(this,_i)),e)a(this,_i).debug(`Device::constructor() | detected handler: ${e}`);else throw new Error("device not supported");switch(e){case"Chrome74":this.handlerFactory=oh.createFactory(a(this,Vs));break;case"Safari12":this.handlerFactory=ch.createFactory(a(this,Vs));break;case"Firefox60":this.handlerFactory=td.createFactory(a(this,Vs),{supportsSendEncodings:!1});break;case"Firefox110":this.handlerFactory=td.createFactory(a(this,Vs),{supportsSendEncodings:!0});break;default:throw new TypeError(`unknown handlerName "${e}"`)}}}createTransport(t){const e=xr.v4();return new mu(a(this,Vs),{id:e,...t,handlerFactory:this.handlerFactory})}}Vs=new WeakMap,_i=new WeakMap;const x0=2e3;var zn,ze,Ye,xo,Uo,Ci,Yn,$o,Qn,wi,Ts,Xn,Fc,Bo,fu,wd,ff,Ho,Tu,Rd,Tf,bd,Sf,kd,vf,Md,yf,Ad,Ef,Fo,Su,qo,vu;class U0 extends Xe.EventEmitter{constructor(e,r){super();g(this,Xn);g(this,Bo);g(this,wd);g(this,Ho);g(this,Rd);g(this,bd);g(this,kd);g(this,Md);g(this,Ad);g(this,Fo);g(this,qo);h(this,"context");g(this,zn,void 0);g(this,ze,void 0);g(this,Ye,void 0);g(this,xo,void 0);g(this,Uo,void 0);g(this,Ci,void 0);g(this,Yn,void 0);g(this,$o,void 0);g(this,Qn,{transportFailureCount:{send:0,recv:0},lastConnectionTime:0});g(this,wi,void 0);g(this,Ts,"all");this.context=e,m(this,Ci,r),m(this,zn,new V0(e)),m(this,Yn,new M0(r)),m(this,$o,as),a(this,Xn,Fc).mediaState={send:{state:un.NEW},recv:{state:un.NEW}},ga(this.context,"forceRelay")&&m(this,Ts,"relay"),this.logger.info(`ICE Transport Policy initially set to ${a(this,Ts)}`),V(this,Bo,fu).call(this)}get telemetry(){return this.context.getValue("telemetry")}get logger(){return this.context.getValue("logger")}get socket(){return a(this,Ci)}get socketHandler(){return a(this,Yn)}get sendTransport(){return a(this,ze)}get recvTransport(){return a(this,Ye)}get events(){return a(this,$o)}set sendTransportConnectedCallback(e){m(this,xo,e)}set recvTransportConnectedCallback(e){m(this,Uo,e)}async setupTransports(e){await V(this,wd,ff).call(this,e);let r,i;e.send&&(r=V(this,Ho,Tu).call(this,a(this,ze)).then(n=>{try{a(this,xo).call(this,n)}catch(o){this.logger.error("Failed to run send transport callback")}})),e.recv&&(i=V(this,Ho,Tu).call(this,a(this,Ye)).then(n=>{try{a(this,Uo).call(this,n)}catch(o){this.logger.error("Failed to run recv transport callback")}})),await Promise.all([r,i])}stopTransports(e){var r,i;if(e.send&&this.sendTransport!==void 0){const{id:n,serverId:o,direction:c}=a(this,ze);this.logger.info("Closing send transport",{transport:{id:n,serverId:o,type:c}}),a(this,ze).close(),a(this,ze).removeAllListeners(),m(this,ze,void 0)}if(e.recv&&this.recvTransport!==void 0){const{id:n,serverId:o,direction:c}=a(this,Ye);this.logger.info("Closing recv transport",{transport:{id:n,serverId:o,type:c}}),(r=a(this,Ye))==null||r.close(),(i=a(this,Ye))==null||i.removeAllListeners(),m(this,Ye,void 0)}V(this,Bo,fu).call(this)}stopAllTransports(){this.logger.info("Closing all transports"),this.stopTransports({send:!0,recv:!0})}handleErrors(e){throw new Error("Method not implemented.")}}zn=new WeakMap,ze=new WeakMap,Ye=new WeakMap,xo=new WeakMap,Uo=new WeakMap,Ci=new WeakMap,Yn=new WeakMap,$o=new WeakMap,Qn=new WeakMap,wi=new WeakMap,Ts=new WeakMap,Xn=new WeakSet,Fc=function(){return this.context.getValue("connectionHandler")},Bo=new WeakSet,fu=function(){m(this,wi,{send:void 0,recv:void 0})},wd=new WeakSet,ff=async function(e){var o,c,d,l,u,p,f,S;ga(this.context,"forceRelay")&&m(this,Ts,"relay"),this.logger.info(`ICE Transport Policy set to ${a(this,Ts)}`);const n=await mt().getICEServers().catch(E=>(this.logger.warn(`failed to get iceservers from server: ${E.message}`),[]));e.send&&V(this,bd,Sf).call(this,{iceServers:n,additionalSettings:{encodedInsertableStreams:(o=this.context.getValue("modules").e2ee)==null?void 0:o.enabled},config:{enableHighBitrate:(l=(d=(c=this.context.getValue("defaults").mediaConfiguration)==null?void 0:c.audio)==null?void 0:d.enableHighBitrate)!=null?l:!1,enableStereo:(f=(p=(u=this.context.getValue("defaults").mediaConfiguration)==null?void 0:u.audio)==null?void 0:p.enableStereo)!=null?f:!1,enableDtx:!1},iceTransportPolicy:a(this,Ts)}),e.recv&&V(this,kd,vf).call(this,{iceServers:n,additionalSettings:{encodedInsertableStreams:(S=this.context.getValue("modules").e2ee)==null?void 0:S.enabled},iceTransportPolicy:a(this,Ts)})},Ho=new WeakSet,Tu=async function(e){const{id:r,serverId:i,direction:n}=e;V(this,Md,yf).call(this,e);try{return await hf(async(c,d)=>{c>0&&this.logger.debug(`Retrying transport connect, count: ${c}`,{transport:{id:r,serverId:i,type:n}});try{if(e.closed)throw new hr("Cannot reconnect closed transport");await V(this,Rd,Tf).call(this,e)}catch(l){if(l instanceof hr){d(l);return}throw this.logger.error("Failed to connect transport, retrying",{transport:e,error:l}),l}},{delayTime:100,strategy:"exponential",maxRetryCount:15}),e}catch(o){throw this.logger.error(`Failed to connect send transport after retry: ${e.id}`,{error:o,transport:{id:r,serverId:i,type:n}}),e.close(),e.removeAllListeners(),o}},Rd=new WeakSet,Tf=async function(e){const{id:r,direction:i}=e;if(this.logger.info(`Connecting ${i} transport`,{transport:{id:r,type:i}}),!a(this,Ci).isConnected)throw new hr("Socket is not connected");if(e.connectionState==="closed")throw new hr("Transport is closed");try{await e.connect(n=>V(this,Ad,Ef).call(this,i,n)),this.logger.info(`Connected ${i} transport`,{transport:{id:r,serverId:e.serverId,type:i}})}catch(n){throw a(this,Qn).transportFailureCount[i]+=1,n.message==="ice connection failed"?new hr(n.message):n}},bd=new WeakSet,Sf=function(e){var r,i;if(a(this,ze)&&a(this,ze).connected){this.logger.info("Transport send is already connected",{transport:{id:(r=a(this,ze))==null?void 0:r.id,serverId:(i=a(this,ze))==null?void 0:i.serverId,type:"send"}});return}m(this,ze,a(this,zn).createTransport({...e,direction:"send"})),this.context.getValue("callstats").configureSendTransport(a(this,ze))},kd=new WeakSet,vf=function(e){var r,i;if(a(this,Ye)&&a(this,Ye).connected){this.logger.info("Transport recv is already connected",{transport:{id:(r=a(this,Ye))==null?void 0:r.id,serverId:(i=a(this,Ye))==null?void 0:i.serverId,type:"recv"}});return}m(this,Ye,a(this,zn).createTransport({...e,direction:"recv"})),this.context.getValue("callstats").configureRecvTransport(a(this,Ye))},Md=new WeakSet,yf=function(e){const{direction:r,id:i}=e;e.on("connectionstatechange",async n=>{V(this,qo,vu).call(this,{state:n,direction:r}),this.logger.info(`Transport connection state changed for ${r} transport`,{transport:{id:i,serverId:e.serverId,type:r,status:n}});const o=()=>{const c=a(this,wi)[r];c!==void 0&&(clearTimeout(c),a(this,wi)[r]=void 0)};switch(n){case"connected":o(),a(this,Qn).lastConnectionTime=performance.now();break;case"disconnected":a(this,wi)[r]=setTimeout(async()=>{this.logger.warn(`${r} transport is in disconnected state, reconnecting transport`,{transport:{id:i,serverId:e.serverId,type:r}}),await V(this,Fo,Su).call(this,e.direction)},x0);break;case"failed":if(e.closed)return;o(),this.logger.warn(`${r} transport is in failed state, reconnecting transport`,{transport:{id:i,serverId:e.serverId,type:r}}),await V(this,Fo,Su).call(this,e.direction);break}}),e.on("icecandidate",async n=>{this.logger.debug("Sending iceCandidate:",{iceCandidate:n})}),e.on("datachannel:events",async(n,o)=>{var c,d;this.logger.debug("Got data channel message on event:",{rtcChannel:{label:n,message:o}});try{switch(o.type){case"handshake":{const l={type:"handshake",payload:{message:"pong"}};e.sendResponseOverDC(n,N0(o),l);break}case"hub-disconnect":{this.logger.debug(`media hub disconnected, full_reconnect: ${(c=o.payload)==null?void 0:c.full_reconnect}`),((d=o.payload)==null?void 0:d.full_reconnect)===!0&&this.handleErrors("rejoin");break}case"error":break;default:break}}catch(l){this.logger.error(`Unable to handle the incoming datachannel message on channel ${n}`)}}),e.on("dc_error",()=>{e.direction==="recv"&&(this.logger.warn("Events datachannel did not open in 5s"),this.handleErrors("reconnectRecvTransport"))})},Ad=new WeakSet,Ef=async function(e,r){const i=e==="recv";try{const{sdp:n,type:o}=r,c={consuming:i,description:{sdp:n,type:o,target:i?Qs.SUBSCRIBER:Qs.PUBLISHER},producers:[]};return a(this,Yn).connectTransport(c)}catch(n){throw this.logger.error(`Error in ${e} transport connection:`,{error:n}),n}},Fo=new WeakSet,Su=async function(e){switch(this.logger.info("Called reconnect transport",{transport:{type:e}}),this.stopTransports({[e]:!0}),a(this,Ci).isConnected&&a(this,Qn).transportFailureCount[e]>2&&(this.logger.warn(`Multiple disconnections in ${e} transport, forcing relay`),m(this,Ts,"relay")),await this.setupTransports({[e]:!0}),e){case"send":{this.logger.info("Transport reconnected",{transport:a(this,ze)}),this.context.getValue("peerSessionStore").emit(w.RESET_PRODUCER_STATE);break}case"recv":{this.logger.info("Transport reconnected",{transport:a(this,Ye)}),this.context.getValue("peerSessionStore").emit(w.UPDATE_ACTIVE,{createAllConsumers:!0});break}default:this.logger.warn("Unknown transport direction",{transport:{type:e}})}V(this,qo,vu).call(this,{state:un.CONNECTED,direction:e})},qo=new WeakSet,vu=function(e){const{state:r,direction:i}=e;a(this,Xn,Fc).mediaState[i]={state:r},this.context.getValue("peerSessionStore").emit(w.TRANSPORT_STATE_UPDATE,{transport:i,...a(this,Xn,Fc).mediaState[i]})};var Id,Ft;class $0{constructor(t,e,r,i,n){g(this,Id,void 0);g(this,Ft,void 0);this.events=e,this.recvTransport=r,this.socket=i,this.socketHandler=n,m(this,Id,t),m(this,Ft,t.getValue("logger"))}async create(t){if(!t||t&&t.length===0)throw new Error("List of producers is required");const e=new Map,r=[];t.forEach(d=>{const{producingPeerId:l,producerId:u,producingTransportId:p}=d,f={simulcast:{preferredRid:"f",priorityOrdering:"asciibetical",ridNotAvailable:"asciibetical"}};e.set(u,l),r.push({producingPeerId:l,producerId:u,producingTransportId:p,...f})});const i=await this.socketHandler.consume({requests:r,consumingTransportId:this.recvTransport.serverId}),n=new Map;t.forEach(d=>n.set(d.producerId,d));const o=new Map,c=[];return Object.entries(i.consumerStateMap).forEach(([d,l])=>{const u=n.get(d);if(!u)return;if(l.errorCode){a(this,Ft).warn(`Consumer request failed for producer ${d}`,{error:{message:l.errorCode}}),c.push({...u,errorCode:l.errorCode});return}let p={};try{p=JSON.parse(l.producerState.appData)}catch(f){}o.set(d,{consumerId:l.consumerId,producingTransportId:u.producingTransportId,producingPeerId:u.producingPeerId,kind:u.kind,paused:u.pause,streamId:l.producerTrack.streamId,trackId:l.producerTrack.trackId,screenShare:u.screenShare,mimeType:u.mimeType,appData:p})}),{consumerStates:o,sessionDescription:i.sessionDescription,failedProducers:c}}async negotiate(t){try{a(this,Ft).info("Negotiating socket consumer",{transport:this.recvTransport}),a(this,Ft).debug(`[SDP] setting remote offer: ${JSON.stringify(t)} on recvTransport`,{transport:this.recvTransport});const e=await this.recvTransport.setRemoteOffer(t),r={transportId:this.recvTransport.serverId,description:{sdp:e.sdp,type:e.type,target:Qs.SUBSCRIBER}};return a(this,Ft).debug(`sending renegotiate request: ${JSON.stringify(r)} on recvTransport`,{transport:this.recvTransport}),await this.socket.sendMessagePromise(this.events.renegotiateSessionDescription,UC.toBinary(r)),a(this,Ft).info("Renegotiation done",{transport:this.recvTransport}),e}catch(e){a(this,Ft).error("Failed to renegotiate",{error:e});return}}async close(t){if(!t.length)return{};const e=async(r,i)=>{const n=r.map(l=>l.localId);a(this,Ft).info(`Closing consumers: ${JSON.stringify(n)}`);const o={description:{sdp:i.sdp,type:i.type,target:Qs.SUBSCRIBER},consumerIds:n,consumingTransportId:this.recvTransport.serverId},c=await this.socketHandler.closeConsumer(o),d=uR.fromBinary(c).description;return{sdp:d.sdp,type:d.type}};return await this.recvTransport.awaitQueue.push(()=>this.recvTransport.closeConsumers(t,e),"ConsumerStrategy.close",{consumersLength:t.length}),{}}async switchConsumersToLayer(t,e){const r={requests:[],consumingTransportId:this.recvTransport.serverId},i=t.filter(n=>n&&n.id);i.forEach(({id:n,producingTransportId:o,localId:c})=>{r.requests.push({producerId:n,producingTransportId:o,mid:c,simulcast:{preferredRid:e===0?"q":"h",priorityOrdering:"asciibetical",ridNotAvailable:"asciibetical"}})}),await this.socketHandler.updateConsumersSimulcastConfig(r),a(this,Ft).info(`Consumers switched layers to ${e}`,{consumerIds:i==null?void 0:i.map(({id:n})=>n)})}}Id=new WeakMap,Ft=new WeakMap;class dh{constructor(t){this.socketHandler=t}static getMSIDFromSDP(t,e){return zt.parse(t).media.filter(n=>e==="video"?n.type==="video":n.type==="audio").at(-1).msid}async create({offer:t,kind:e,paused:r,appData:i,codecOptions:n,producingTransportId:o}){var p,f;const c=dh.getMSIDFromSDP(t.sdp,e),d={description:{sdp:t.sdp,type:t.type,target:Qs.PUBLISHER},paused:r,kind:e,msid:c,appData:JSON.stringify(i),screenShare:(p=i.screenShare)!=null?p:!1,mimeType:`${e}/${(f=n[0])==null?void 0:f.name}`,producingTransportId:o},{answer:l,producerId:u}=await this.socketHandler.produce(d);return{answer:l,producerId:u}}}var Ri,Rr,Zn,jo,Ss,Dd,xs,ea,Go,yu,Od,Pf,Nd,_f,Ld,Cf,Vd,wf;class B0 extends U0{constructor(e,r){super(e,r);g(this,Go);g(this,Od);g(this,Nd);g(this,Ld);g(this,Vd);g(this,Ri,void 0);g(this,Rr,void 0);g(this,Zn,void 0);g(this,jo,void 0);g(this,Ss,void 0);g(this,Dd,{producerCreationFailureCount:0,consumerCreationFailureCount:0,producerNotReadyFailureCount:0});g(this,xs,[]);g(this,ea,void 0);this.context=e,this.sendTransportConnectedCallback=async()=>{m(this,jo,new dh(this.socketHandler))},this.recvTransportConnectedCallback=async i=>{a(this,Zn).clear(),m(this,Ss,new $0(this.context,this.events,i,this.socket,this.socketHandler))},this.reset()}get socketHandler(){return super.socketHandler}get producers(){return a(this,Ri)}get consumers(){return a(this,Rr)}get producerIdToConsumerIdMap(){return a(this,Zn)}get logger(){return this.context.getValue("logger")}reset(){m(this,Ri,new Map),m(this,Rr,new Map),m(this,Zn,new Map)}async createProducer(e,r){var i,n;if(!this.sendTransport||this.sendTransport.closed)throw new Error("Send transport is closed");try{const o=await this.sendTransport.produce(e,V(this,Od,Pf).bind(this));return(i=e.appData)!=null&&i.e2ee&&this.context.getValue("peerSessionStore").emit(w.E2EE_ACTIVE_PRODUCER,o),V(this,Nd,_f).call(this,o,r),o}catch(o){throw this.logger.error(`Failed to create ${((n=e==null?void 0:e.track)==null?void 0:n.kind)||"unknown"} producer`,{error:o}),a(this,Dd).producerCreationFailureCount+=1,o}}async closeProducer(e,r){var n;const i=this.producers.get(e);if(!i){this.logger.warn(`Producer with ID ${e} was not found`);return}r!=null&&r.stopTrack&&i.track.stop();try{await this.sendTransport.closeProducer(i),(n=this.context.getValue("modules").e2ee)!=null&&n.enabled&&this.context.getValue("peerSessionStore").emit(w.E2EE_INACTIVE_PRODUCER,i)}catch(o){this.logger.error("Failed to close producer on server",{error:o,producer:i})}}closeAllProducers(){return Promise.all(Array.from(a(this,Ri).entries()).map(([,e])=>e.close()))}createConsumer(e){return this.createConsumers([e])}async createConsumers(e){a(this,ea)||clearTimeout(a(this,ea)),m(this,xs,a(this,xs).concat(e)),await V(this,Go,yu).call(this)}closeConsumer(e){return this.closeConsumers([e])}async closeConsumers(e){if(!a(this,Ss))return;const r=e.map(n=>this.consumers.get(n)).filter(n=>n!==void 0);if(r.length===0)return;const{failedConsumers:i}=await a(this,Ss).close(r);i!=null&&i.length&&this.logger.warn("Failed to close some consumers",{consumerIds:i})}closeAllConsumers(){return this.closeConsumers(Array.from(a(this,Rr).keys()))}async switchConsumersToLayer(e,r){a(this,Ss).switchConsumersToLayer(e,r)}}Ri=new WeakMap,Rr=new WeakMap,Zn=new WeakMap,jo=new WeakMap,Ss=new WeakMap,Dd=new WeakMap,xs=new WeakMap,ea=new WeakMap,Go=new WeakSet,yu=async function(){if(!this.recvTransport||this.recvTransport.closed)throw new Error("Recv transport is closed");const e=500,r=a(this,xs).splice(0,a(this,xs).length);try{const i=new Set(Array.from(this.consumers.values()).map(({producerId:d})=>d)),n=r.filter(({producerId:d})=>!this.producers.get(d)&&!i.has(d));if(n.length===0)return;const{consumers:o,failedProducers:c}=await this.recvTransport.consume(n,V(this,Ld,Cf).bind(this),a(this,Ss).negotiate.bind(a(this,Ss)));if(o.forEach(V(this,Vd,wf).bind(this)),c!=null&&c.length){this.logger.error("Failed to create consumers for producers",{producers:c});const d=c.filter(({errorCode:l,producerId:u})=>l==="not_found_track_error"?(this.logger.error(`Track not found for producer: ${u}. This will not be retried.`),!1):l==="backend_error"?(this.logger.error("Unrecoverable error: backend error"),!1):!0);m(this,xs,a(this,xs).concat(d)),m(this,ea,setTimeout(V(this,Go,yu).bind(this),e))}}catch(i){if(this.logger.error("failed to consume on transport",{error:i}),i.errorCode==="internal_error"&&i.errorDescription==="Backend error"||i.errorCode==="invalid_session_description"){this.logger.error("Irrecoverable error, closing current recvTransport to create a new one",{transport:this.recvTransport,error:{code:i.errorCode,message:i.errorDescription}});try{this.stopTransports({recv:!0})}catch(n){}await this.setupTransports({recv:!0})}}},Od=new WeakSet,Pf=function(e){return a(this,jo).create(e)},Nd=new WeakSet,_f=function(e,r){e.on("close",async(i,n)=>{const{offer:o,reason:c}=i;if(this.logger.info("producer::closing",{debuggingHint:c,producer:{...e,status:"closing"}}),c!==sd){const d={producerId:e.id,description:{sdp:o.sdp,type:o.type,target:Qs.PUBLISHER}};try{const l=await this.socketHandler.closeProducer(d),u={sdp:l==null?void 0:l.sdp,type:l==null?void 0:l.type};this.logger.info("producer::closed",{producer:{...e,status:"closed"}}),n({answer:u})}catch(l){this.logger.error("producer close error",l)}}this.producers.delete(e.id),r()}),e.on("trackended",()=>{this.logger.info("producer::trackended",{producer:{...e,status:"UNKNOWN"}})}),a(this,Ri).set(e.id,e)},Ld=new WeakSet,Cf=async function(e){try{return await this.recvTransport.canConsume(),await a(this,Ss).create(e)}catch(r){throw this.logger.error("Error in consume request",{error:r}),r}},Vd=new WeakSet,wf=function(e){e.on("close",async r=>{this.logger.debug("consumer closed",{consumer:{closureReason:r,id:e.id,kind:e.kind,appData:e.appData}}),a(this,Rr).delete(e.id),this.context.getValue("peerSessionStore").emit(w.CONSUMER_CLOSED,{id:e.id})}),a(this,Rr).set(e.id,e),this.producerIdToConsumerIdMap.set(e.producerId,e.id),this.context.getValue("peerSessionStore").emit(w.NEW_CONSUMER,{id:e.id,appData:e.appData,peerId:e.peerId})};var Wo,Jo,Ko,ta,sa,ra,zo,Yo,ia,ut,ts,ss,bi,ki,Us,Qo,xd,Rf,Ud,bf,$d,kf,Bd,Mf;const Hd=class{constructor({initialEnergyThreshold:t=.015,zeroCrossingThreshold:e=20,minVoiceDuration:r=3,hangoverFrames:i=5,noiseAdaptationRate:n=.95,voiceAdaptationRate:o=.99,minEnergyThreshold:c=.005,maxEnergyThreshold:d=.2,energyRatioThreshold:l=1.5,noiseHistorySize:u=50}={}){g(this,xd);g(this,Ud);g(this,Wo,void 0);g(this,Jo,void 0);g(this,Ko,void 0);g(this,ta,void 0);g(this,sa,void 0);g(this,ra,void 0);g(this,zo,void 0);g(this,Yo,void 0);g(this,ia,void 0);g(this,ut,void 0);g(this,ts,void 0);g(this,ss,!1);g(this,bi,0);g(this,ki,0);g(this,Us,[]);g(this,Qo,void 0);m(this,ta,t),m(this,ut,t),m(this,Wo,e),m(this,Jo,r),m(this,Ko,i),m(this,sa,n),m(this,ra,o),m(this,zo,c),m(this,Yo,d),m(this,ia,l),m(this,Qo,u),m(this,ts,t/2)}get voiceDetected(){return a(this,ss)}processAudioChunk(t){var o,c;const e=V(o=Hd,$d,kf).call(o,t),r=V(c=Hd,Bd,Mf).call(c,t);return V(this,xd,Rf).call(this,e),e/a(this,ts)>a(this,ia)&&e>a(this,ut)&&r>a(this,Wo)?(m(this,bi,a(this,bi)+1),m(this,ki,a(this,Ko)),a(this,bi)>=a(this,Jo)&&m(this,ss,!0)):(m(this,bi,0),a(this,ki)>0?m(this,ki,a(this,ki)-1):a(this,ss)&&m(this,ss,!1),a(this,ss)||V(this,Ud,bf).call(this,e)),{energy:e,isVoice:a(this,ss)}}reset(){m(this,ss,!1),m(this,bi,0),m(this,ki,0),m(this,ut,a(this,ta)),m(this,ts,a(this,ta)/2),m(this,Us,[])}getThresholdInfo(){return{currentEnergyThreshold:a(this,ut),backgroundNoiseEnergy:a(this,ts),energyRatioThreshold:a(this,ia)}}};let Fa=Hd;Wo=new WeakMap,Jo=new WeakMap,Ko=new WeakMap,ta=new WeakMap,sa=new WeakMap,ra=new WeakMap,zo=new WeakMap,Yo=new WeakMap,ia=new WeakMap,ut=new WeakMap,ts=new WeakMap,ss=new WeakMap,bi=new WeakMap,ki=new WeakMap,Us=new WeakMap,Qo=new WeakMap,xd=new WeakSet,Rf=function(t){a(this,ss)?m(this,ut,a(this,ra)*a(this,ut)+(1-a(this,ra))*t):m(this,ut,a(this,sa)*a(this,ut)+(1-a(this,sa))*a(this,ts)),m(this,ut,Math.max(a(this,zo),Math.min(a(this,Yo),a(this,ut))))},Ud=new WeakSet,bf=function(t){if(t<a(this,ut)*1.2)if(a(this,Us).push(t),a(this,Us).length>a(this,Qo)&&a(this,Us).shift(),a(this,Us).length>=10){const e=[...a(this,Us)].sort((i,n)=>i-n),r=Math.floor(e.length/2);m(this,ts,e[r])}else m(this,ts,.95*a(this,ts)+.05*t)},$d=new WeakSet,kf=function(t){return Math.sqrt(t.map(e=>e*e).reduce((e,r)=>e+r)/t.length)},Bd=new WeakSet,Mf=function(t){let e=0;for(let r=1;r<t.length;r+=1)(t[r]>=0&&t[r-1]<0||t[r]<0&&t[r-1]>=0)&&(e+=1);return e},g(Fa,$d),g(Fa,Bd);var Xo;class Ap{constructor(t){h(this,"RNAudioSampleHandler");g(this,Xo,void 0);m(this,Xo,t);const{RNAudioSampleHandlerImpl:e}=navigator;e==null||e.init().then(r=>{this.RNAudioSampleHandler=r}).catch(r=>{this.logger.error("ReactNativeAudioSampler: Failed to initialize audio sampler",r)})}get logger(){return a(this,Xo).getValue("logger")}get samples(){var e;const t=new Float32Array(1024);return(e=this.RNAudioSampleHandler)==null||e.getFloatTimeDomainData(t),t}stop(){var t;(t=this.RNAudioSampleHandler)==null||t.destructor()}}Xo=new WeakMap;var Zo;class Ip{constructor(t){h(this,"audioContext");h(this,"analyser");g(this,Zo,void 0);m(this,Zo,t),this.audioContext=new AudioContext,this.analyser=this.audioContext.createAnalyser(),this.analyser.fftSize=2048}get logger(){return a(this,Zo).getValue("logger")}get samples(){if(this.audioContext.state==="suspended")try{this.audioContext.resume()}catch(e){this.logger.error("AudioContextSampler: Failed to resume audio context",e)}const t=new Float32Array(this.analyser.frequencyBinCount);return this.analyser.getFloatTimeDomainData(t),t}set audioTrack(t){const e=new MediaStream;e.addTrack(t),this.audioContext.createMediaStreamSource(e).connect(this.analyser)}}Zo=new WeakMap;class H0{static setInterval(t,e=0,...r){return navigator&&navigator.RNBackgroundTimerImpl?navigator.RNBackgroundTimerImpl.setInterval(t,e,...r):global.setInterval(t,e,...r)}static clearInterval(t){return navigator&&navigator.RNBackgroundTimerImpl?navigator.RNBackgroundTimerImpl.clearInterval(t):global.clearInterval(t)}static setTimeout(t,e=0,...r){return navigator&&navigator.RNBackgroundTimerImpl?navigator.RNBackgroundTimerImpl.setTimeout(t,e,...r):global.setTimeout(t,e,...r)}static clearTimeout(t){return navigator&&navigator.RNBackgroundTimerImpl?navigator.RNBackgroundTimerImpl.clearTimeout(t):global.clearTimeout(t)}}const F0=60,q0=400;var $s,Bs,Hs,ec,na,aa,br,Mi,oa,Ai,Fs,vs,Fd,Af,tc,Eu,qd,If,jd,Df;const Za=class{constructor(t,e){g(this,Fd);g(this,qd);g(this,$s,void 0);g(this,Bs,void 0);g(this,Hs,void 0);g(this,ec,void 0);g(this,na,void 0);g(this,aa,void 0);g(this,br,void 0);g(this,Mi,void 0);g(this,oa,void 0);g(this,Ai,void 0);g(this,Fs,void 0);g(this,vs,void 0);this.reportRequest=e,m(this,Ai,t),m(this,aa,new Fa);const{isReactNative:r}=navigator;m(this,Fs,r?new Ap(a(this,Ai)):new Ip(a(this,Ai))),m(this,vs,r?H0:Dc)}get logger(){return a(this,Ai).getValue("logger")}set producerId(t){m(this,Hs,t)}set audioTrack(t){m(this,ec,t),a(this,Fs)instanceof Ip&&(a(this,Fs).audioTrack=t)}start(){this.logger.debug(`AudioActivityReporter: Starting audio activity reporter: ${a(this,Hs)}`),a(this,$s)&&a(this,vs).clearInterval(a(this,$s)),m(this,$s,a(this,vs).setInterval(async()=>{var i;if(!a(this,ec)||!a(this,Hs))return;const{energy:t}=V(this,Fd,Af).call(this),e=V(i=Za,tc,Eu).call(i,t);let r=.9;a(this,oa)!==e&&a(this,oa)?r=.9:e?r=.3:r=.5,m(this,na,(a(this,na)||0)*(1-r)+t*r)},F0)),a(this,Bs)&&a(this,vs).clearInterval(a(this,Bs)),m(this,Bs,a(this,vs).setInterval(V(this,qd,If).bind(this),q0))}stop(){try{this.logger.debug(`AudioActivityReporter: Stopping audio activity reporter: ${a(this,Hs)}`),a(this,$s)&&(a(this,vs).clearInterval(a(this,$s)),m(this,$s,void 0)),a(this,Bs)&&(a(this,vs).clearInterval(a(this,Bs)),m(this,Bs,void 0))}catch(t){}a(this,aa).reset(),a(this,Fs)instanceof Ap&&a(this,Fs).stop()}};let qa=Za;$s=new WeakMap,Bs=new WeakMap,Hs=new WeakMap,ec=new WeakMap,na=new WeakMap,aa=new WeakMap,br=new WeakMap,Mi=new WeakMap,oa=new WeakMap,Ai=new WeakMap,Fs=new WeakMap,vs=new WeakMap,Fd=new WeakSet,Af=function(){var o;const{samples:t}=a(this,Fs),{energy:e,isVoice:r}=a(this,aa).processAudioChunk(t),i=V(o=Za,jd,Df).call(o,e);return i===-1/0||e<1e-6?{energy:0,isVoice:!1}:((!a(this,br)||i<a(this,br))&&m(this,br,i),(!a(this,Mi)||i>a(this,Mi))&&m(this,Mi,i),{energy:(i-a(this,br))/(a(this,Mi)-a(this,br))*10||0,isVoice:r})},tc=new WeakSet,Eu=function(t){return t<5},qd=new WeakSet,If=function(t=a(this,na)){var r;if(!a(this,Hs)||!t)return;const e={producerId:a(this,Hs),energy:Math.round(t),silent:V(r=Za,tc,Eu).call(r,t)};m(this,oa,e.silent),this.reportRequest(e)},jd=new WeakSet,Df=function(t){const e=Math.log10(t);return Math.round(e)},g(qa,tc),g(qa,jd);var j0=Object.defineProperty,G0=Object.getOwnPropertyDescriptor,ie=(s,t,e,r)=>{for(var i=r>1?void 0:r?G0(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&j0(t,e,i),i},sc,rc,Qe,q,Gd,nt,Ii,Di,Oi,ic,qt,qs,at,ht,kr,Zi,Wd,Of,Jd,Nf,Kd,Lf,nc,Pu,zd,Vf,Yd,xf,ot,vt,Ni,ja,Qd,Uf,Xd,$f,Zd,Bf;class te{constructor(t,e){g(this,kr);g(this,Wd);g(this,Jd);g(this,Kd);g(this,nc);g(this,zd);g(this,Yd);g(this,ot);g(this,Ni);g(this,Qd);g(this,Xd);g(this,Zd);h(this,"context");h(this,"authToken");h(this,"e2ee");g(this,sc,void 0);g(this,rc,void 0);g(this,Qe,void 0);g(this,q,void 0);g(this,Gd,void 0);g(this,nt,void 0);g(this,Ii,void 0);g(this,Di,void 0);g(this,Oi,void 0);g(this,ic,void 0);g(this,qt,null);g(this,qs,void 0);g(this,at,void 0);g(this,ht,void 0);var i,n;this.context=t;const{socket:r}=e;this.mediaJoined=!1,m(this,Qe,r),m(this,Ii,!1),m(this,q,new B0(t,r)),m(this,nt,a(this,q).events),m(this,qs,new Set),m(this,at,new Map),m(this,Di,!1),m(this,Oi,new pu(t.getValue("logger"))),m(this,ht,new qa(this.context,a(this,q).socketHandler.audioActivity.bind(a(this,q).socketHandler))),this.e2ee=(n=(i=t.getValue("modules").e2ee)==null?void 0:i.enabled)!=null?n:!1,this.handleSocketEvents(),this.handleCallstatsEvents(),m(this,ic,Wu(async()=>{if(!a(this,kr,Zi).mediaJoinAttempted)return;const{roomJoined:o}=await this.joinRoom(a(this,rc),a(this,sc),!0,!0);o&&(this.context.getValue("peerSessionStore").emit(w.RESET_PRODUCER_STATE),this.context.getValue("peerSessionStore").emit(w.ROOM_NODE_RECONNECTED))},5e3,{leading:!0,maxWait:1e3}))}get peerId(){return this.context.getValue("peerId")}get telemetry(){return this.context.getValue("telemetry")}get logger(){return this.context.getValue("logger")}get mediaJoined(){return a(this,kr,Zi).mediaJoined}set mediaJoined(t){a(this,kr,Zi).mediaJoined=t}reset(){a(this,q).closeAllProducers(),a(this,q).closeAllConsumers(),a(this,at).clear(),a(this,qs).clear(),m(this,qt,null),a(this,Oi).stop(),a(this,q).stopAllTransports(),a(this,q).reset(),m(this,Oi,new pu)}async joinRoom(t,e,r=!1,i=!1,n={}){a(this,kr,Zi).mediaJoinAttempted=!0,m(this,Ii,!0),r&&this.reset();try{return await a(this,Oi).push(()=>V(this,Wd,Of).call(this,t,e,i,n),"joinRoom")}catch(o){return this.logger.error("Error in room joining process",{error:o}),this.context.getValue("peerSessionStore").emit(w.ROOM_NODE_FAILED),{roomJoined:!1,error:o}}}async initializeConnection(t,e,r=!1,i={}){return a(this,qt)?a(this,qt):(m(this,qt,(async()=>{try{await V(this,nc,Pu).call(this,t,e,r,i)}catch(n){throw m(this,qt,null),n}})()),a(this,qt))}getConsumers(){return a(this,q).consumers}getProducers(){return a(this,q).producers}async leaveRoom(){a(this,q).stopAllTransports(),m(this,Di,!1),a(this,kr,Zi).mediaJoinAttempted=!1;const t={closeRoom:!1};a(this,Qe).sendMessagePromise(a(this,nt).leaveRoom,dw.toBinary(t)).then(r=>{var i;(i=Qw.fromBinary(r.payload))!=null&&i.closed&&this.logger.warn("Weird state on peer closed and should not happen")}).catch(r=>{this.logger.error("error on sending leave room request",{error:r})}),this.context.getValue("callstats").callEnded(),this.context.getValue("telemetry").destruct().catch(r=>{this.logger.error("leaveRoom::telemetry_destruct_failed",{error:r})})}async activatePeers(t){return this.createConsumers(t)}async createConsumers(t){return t.length===0?Promise.resolve():a(this,q).createConsumers(t)}async closeConsumers(t){if(!t.length)return;const e=t.reduce((r,i)=>{const n=a(this,q).producerIdToConsumerIdMap.get(i.producerId);return n?(r.push(n),r):(this.logger.warn(`consumer not found in close consumers: ${i.producerId}`),r)},[]);await a(this,q).closeConsumers(e)}async _shareWebcam(t){var u,p,f,S;const e=Ee.WEBCAM,r=V(this,ot,vt).call(this,e);if(r){const E=await r;if(a(this,q).producers.has(E)){const P=a(this,q).producers.get(E);if(!P.closed)return await P.replaceTrack({track:t}),await this.resumeWebcam(e),t;await this.disableWebcam()}return this._shareWebcam(t)}const i=V(this,Zd,Bf).call(this,t),n=ga(this.context,"disableSimulcast"),o=(p=(u=this.context)==null?void 0:u.getValue("overrides"))==null?void 0:p.simulcastConfig;n||o&&o.disable||!((S=(f=this.context)==null?void 0:f.getValue("theme"))!=null&&S.isSimulcastEnabled)?this.logger.info("Simulcast disabled for webcam producer, SFU: CF"):(this.logger.info("Simulcast enabled for SFU: CF"),i.encodings=DI(this.context,t),this.logger.info(`Simulcast encodings: ${JSON.stringify(i.encodings)}`));const d=()=>{this.logger.info("Disabling video due to the producer closure"),a(this,at).delete(e)},l=a(this,q).createProducer(i,d);return V(this,Ni,ja).call(this,e,l.then(E=>E.id)),l.then(E=>E.track)}async shareWebcam(t){return t===void 0?null:(this.logger.debug("Calling _shareWebcam with VP8 codec"),this._shareWebcam(t))}async shareScreen(t){const{video:e,audio:r}=t;if(e===void 0)return;const i={track:e,codecOptions:[{name:"VP8"}],appData:{screenShare:!0,e2ee:this.e2ee,supportsRemoteControl:pe.isElectron()},stopTracks:!1},n=()=>{this.logger.info("Disabling screenShare due to the producer closure"),a(this,at).delete(Ee.SCREENSHARE_VIDEO),a(this,at).delete(Ee.SCREENSHARE_AUDIO)},o=a(this,q).createProducer(i,n);V(this,Ni,ja).call(this,Ee.SCREENSHARE_VIDEO,o.then(d=>d.id));let c;if(r){const d={track:r,codecOptions:[{name:"opus"}],appData:{screenShare:!0,e2ee:this.e2ee,supportsRemoteControl:pe.isElectron()},stopTracks:!1,zeroRtpOnPause:!1},l=()=>{};c=a(this,q).createProducer(d,l),V(this,Ni,ja).call(this,Ee.SCREENSHARE_AUDIO,c.then(u=>u.id))}await Promise.all([o,c||Promise.resolve()]),this.context.getValue("callstats").screenShareStart()}async shareMic(t){try{if(t===void 0)throw new ft("track undefined");const e=V(this,ot,vt).call(this,Ee.MIC);if(e){const o=await e;if(a(this,q).producers.has(o)){const c=a(this,q).producers.get(o);if(!c.closed){await c.replaceTrack({track:t}),await this.resumeMic(),a(this,ht)&&(a(this,ht).audioTrack=t,a(this,ht).producerId=o,a(this,ht).start());return}await a(this,q).closeProducer(o,{stopTrack:!1})}await this.shareMic(t);return}const r=V(this,Xd,$f).call(this,t),i=()=>{a(this,at).delete(Ee.MIC)},n=a(this,q).createProducer(r,i);V(this,Ni,ja).call(this,Ee.MIC,n.then(o=>o.id)),await n.then(o=>{a(this,ht)&&(a(this,ht).audioTrack=o.track,a(this,ht).producerId=o.id,a(this,ht).start())})}catch(e){throw new b(e)}}async pauseMic(){var i;const t=await V(this,ot,vt).call(this,Ee.MIC),e=a(this,q).producers.get(t);if(!e){this.logger.error("pauseMic::could_not_find_mic_producer");return}if(e.paused){this.logger.info("pauseMic::mic_producer_already_paused");return}e.pause(),(i=a(this,ht))==null||i.stop();const r={producerId:e.id,pause:!0};a(this,Qe).sendMessage(a(this,nt).toggleProducer,wc.toBinary(r))}async pauseWebcam(){const t=await V(this,ot,vt).call(this,Ee.WEBCAM),e=a(this,q).producers.get(t);if(!e){this.logger.error("pauseWebcam::could_not_find_webcam_producer");return}e.pause();const r={producerId:e.id,pause:!0};a(this,Qe).sendMessage(a(this,nt).toggleProducer,wc.toBinary(r))}async resumeMic(){const t=await V(this,ot,vt).call(this,Ee.MIC),e=a(this,q).producers.get(t);if(!e){this.logger.error("resumeMic::could_not_find_mic_producer");return}if(!e.pause){this.logger.info("resumeMic::mic_producer_already_resumed");return}e.resume(),e.appData.e2ee&&this.context.getValue("peerSessionStore").emit(w.E2EE_ACTIVE_PRODUCER,e);const r={producerId:e.id,pause:!1};a(this,Qe).sendMessage(a(this,nt).toggleProducer,wc.toBinary(r))}async resumeWebcam(t=Ee.WEBCAM){const e=await V(this,ot,vt).call(this,t),r=a(this,q).producers.get(e);if(!r){this.logger.error("resumeWebcam::could_not_find_webcam_producer");return}if(!r.paused){this.logger.info("resumeWebcam::webcam_producer_already_resumed");return}r.resume(),r.appData.e2ee&&this.context.getValue("peerSessionStore").emit(w.E2EE_ACTIVE_PRODUCER,r);const i={producerId:r.id,pause:!1};a(this,Qe).sendMessage(a(this,nt).toggleProducer,wc.toBinary(i))}async disableWebcam(){const t=Ee.WEBCAM,e=await V(this,ot,vt).call(this,t);V(this,Qd,Uf).call(this,t),e&&await a(this,q).closeProducer(e)}async disableMic(){var e;const t=await V(this,ot,vt).call(this,Ee.MIC);t&&await a(this,q).closeProducer(t),(e=a(this,ht))==null||e.stop(),a(this,at).delete(Ee.MIC)}async disableScreenShare(){this.logger.info("screen_sharing_stopped"),this.context.getValue("callstats").screenShareStop();const t=await V(this,ot,vt).call(this,Ee.SCREENSHARE_VIDEO),e=await V(this,ot,vt).call(this,Ee.SCREENSHARE_AUDIO);t&&await a(this,q).closeProducer(t),e&&await a(this,q).closeProducer(e),a(this,qs).clear(),a(this,at).delete(Ee.SCREENSHARE_VIDEO),a(this,at).delete(Ee.SCREENSHARE_AUDIO)}async muteSelf(){this.pauseMic()}async resetVideoProducers(t,e){if(t){const r=await V(this,ot,vt).call(this,Ee.WEBCAM);await a(this,q).closeProducer(r,{stopTrack:!1}),this.shareWebcam(t)}if(e){const r=await V(this,ot,vt).call(this,Ee.SCREENSHARE_VIDEO);await a(this,q).closeProducer(r,{stopTrack:!1}),this.shareScreen({video:e})}}async changeDisplayName(t,e){const r={displayName:t,participantId:e!=null?e:this.peerId};if(!await a(this,q).socketHandler.changeDisplayName(r))throw new Error("failed to change display name!")}kick(t){const e={peerIds:[t]};a(this,q).socketHandler.kickPeer(e)}kickAll(){a(this,q).socketHandler.kickAll()}async muteAll(t){if(!await a(this,q).socketHandler.hostControlForAll("audio"))throw new Error("failed to mute all participant")}async muteAllVideo(){if(!await a(this,q).socketHandler.hostControlForAll("video"))throw new Error("failed to mute all video participant")}async disableAudio(t){if(!await a(this,q).socketHandler.hostControlForPeer(t,"audio"))throw new Error("failed to mute given participant")}async disableVideo(t){if(!await a(this,q).socketHandler.hostControlForPeer(t,"video"))throw new Error("failed to mute video of given participant")}async pinPeer(t){const e={participantId:t!=null?t:""};try{await a(this,Qe).sendMessagePromise(a(this,nt).globalPinPeer,_w.toBinary(e))}catch(r){this.logger.error("Error in pinning peer:",{error:r})}}validateScreenShare(t){return this.peerId===t.peerId&&a(this,q).producers.get(t.producerId)&&a(this,qs).add(t.consumerPeerId),a(this,qs).size}async switchConsumersToLayer(t,e){const r=t.map(i=>this.getConsumers().get(i));a(this,q).switchConsumersToLayer(r,e)}async handleSocketEvents(){a(this,Qe).on(a(this,nt).peerProducerCreateBroadcast,({payload:t})=>{if(this.mediaJoined)try{const{participantId:e,producerState:r}=bR.fromBinary(t);if(e===this.peerId)return;r!=null&&r.mimeType||(r.mimeType=r.kind===zs.AUDIO?"audio/opus":"video/VP8"),this.logger.info(`producer created broadcast: ${e}, producer state: ${r}`),this.context.getValue("peerSessionStore").emit(w.NEW_PRODUCER,{peerId:e,producer:{...r,kind:r.kind===zs.AUDIO?"audio":"video",producingPeerId:e}})}catch(e){this.logger.error("error in peer-producer-create-broadcast",{error:e})}}),a(this,Qe).on(a(this,nt).peerProducerToggleBroadcast,({payload:t})=>{if(this.mediaJoined)try{const{participantId:e,initiatorParticipantId:r,producerState:{kind:i,pause:n,producerId:o,screenShare:c}}=cp.fromBinary(t);if(c)return;const d=i===zs.AUDIO?"audio":"video";if(this.logger.info(`producer toggle broadcast: ${e}, producerId: ${o}, kind:${d}, paused:${n} payload: ${JSON.stringify(cp.fromBinary(t))}`),e===this.peerId&&r!==this.peerId&&n&&this.context.getValue("peerSessionStore").emit(d==="audio"?w.MUTE_SELF:w.MUTE_SELF_VIDEO),e===this.peerId)return;this.context.getValue("peerSessionStore").emit(w.PRODUCER_TOGGLE,{peerId:e,producerId:o,paused:n,kind:d}),Array.from(this.getConsumers().values()).filter(u=>u.producerId===o).forEach(u=>{u.kind==="video"&&n||u.paused!==n&&(this.logger.debug(`consumer state mismatched for ${u.id}. updating consumer pause state ${u.paused} to ${n}`),n?(u.pause(),this.context.getValue("peerSessionStore").emit(w.CONSUMER_PAUSED,{id:u.id})):(u.resume(),this.context.getValue("peerSessionStore").emit(w.CONSUMER_RESUMED,{id:u.id})))})}catch(e){this.logger.error("error in producer toggle broadcast handler",{error:e})}}),a(this,Qe).on(a(this,nt).peerLeaveBroadcast,({payload:t})=>{if(this.mediaJoined)try{const{participantId:e}=Kl.fromBinary(t);if(e===this.peerId)return;this.logger.info(`peer left broadcast:${e}`),a(this,qs).delete(e),a(this,q).consumers.forEach(r=>{r.peerId===e&&r.close()}),this.context.getValue("peerSessionStore").emit(w.PEER_CLOSED,{id:e})}catch(e){this.logger.error("error in peer left broadcast",{error:e})}}),a(this,Qe).on(a(this,nt).peerProducerCloseBroadcast,({payload:t})=>{if(this.mediaJoined)try{const{participantId:e,producerState:{producerId:r}}=AR.fromBinary(t);if(e===this.peerId)return;this.logger.info(`producer closed broadcast:${e}`),this.context.getValue("peerSessionStore").emit(w.PRODUCER_CLOSED,{peerId:e,producerId:r});const i=a(this,q).producerIdToConsumerIdMap.get(r);if(!i){this.logger.warn(`no consumer found for producer:${r}`);return}this.logger.info(`closing consumer ${i}, producer id: ${r}`),a(this,q).closeConsumer(i).then(()=>{this.logger.info(`closed consumer: ${i}`),a(this,q).producerIdToConsumerIdMap.delete(r),this.context.getValue("peerSessionStore").emit(w.CONSUMER_CLOSED,{id:i})}).catch(n=>{this.logger.error("error closing consumer",{error:n})})}catch(e){this.logger.error("error on producer close broadcast",{error:e})}}),a(this,Qe).on(a(this,nt).mediaRoomTerminationBroadcastResponse,()=>{!this.mediaJoined&&!a(this,Ii)&&!a(this,Di)||(this.logger.warn("media hub termination broadcast received, rejoining room"),this.context.getValue("peerSessionStore").emit(w.ROOM_NODE_DISCONNECTED),a(this,ic).call(this))})}handleCallstatsEvents(){this.context.getValue("callstats").onConsumerScore(t=>{t.forEach((e,r)=>{const i=a(this,q).consumers.get(r);i&&this.context.getValue("peerSessionStore").emit(w.CONSUMER_SCORE_UPDATE,{id:r,kind:i.kind,peerId:i.peerId,score:e.score,scoreStats:e})})}),this.context.getValue("callstats").onProducerScore(t=>{t.forEach((e,r)=>{const i=Array.from(a(this,q).producers.values()).find(n=>n.id===r);i&&this.context.getValue("peerSessionStore").emit(w.PRODUCER_SCORE_UPDATE,{id:r,kind:i.kind,appData:i.appData,score:e.score,scoreStats:e})})})}}sc=new WeakMap,rc=new WeakMap,Qe=new WeakMap,q=new WeakMap,Gd=new WeakMap,nt=new WeakMap,Ii=new WeakMap,Di=new WeakMap,Oi=new WeakMap,ic=new WeakMap,qt=new WeakMap,qs=new WeakMap,at=new WeakMap,ht=new WeakMap,kr=new WeakSet,Zi=function(){return this.context.getValue("connectionHandler")},Wd=new WeakSet,Of=async function(t,e,r,i){m(this,rc,t);try{a(this,qt)?await a(this,qt):await V(this,nc,Pu).call(this,t,e,r,i),V(this,Kd,Lf).call(this,e);const{joined:n,error:o}=await V(this,Jd,Nf).call(this);return{roomJoined:n,error:o}}catch(n){return this.logger.error("Failed to complete room join",{error:n}),{roomJoined:!1,error:n}}finally{m(this,qt,null)}},Jd=new WeakSet,Nf=async function(){try{this.mediaJoined=!0;const{roomState:t}=await a(this,q).socketHandler.notifySelfJoinComplete();return m(this,sc,t.roomUuid),m(this,Di,!0),m(this,Ii,!1),{joined:!0}}catch(t){return this.logger.error("Error completing room join",{error:t}),this.mediaJoined=!1,{joined:!1,error:t}}},Kd=new WeakSet,Lf=function(t){navigator.product!=="ReactNative"&&setTimeout(()=>{try{const r={userId:this.context.getValue("userId"),peerId:this.peerId,roomUUID:t,roomViewType:"groupCall",deviceInfo:{...pe.getDeviceInfo(),userAgent:navigator.userAgent,memory:navigator.deviceMemory,cpus:navigator.hardwareConcurrency},sdkName:this.context.getValue("sdkName"),sdkVersion:this.context.getValue("sdkVersion"),metaData:{},permissions:{}};this.context.getValue("callstats").roomJoined(r)}catch(e){this.logger.error("Error reporting room joined analytics",{error:e})}},0)},nc=new WeakSet,Pu=async function(t,e,r,i){try{const n=V(this,zd,Vf).call(this);await V(this,Yd,xf).call(this,t,e,r,n),await a(this,q).setupTransports({send:!0,recv:!0})}catch(n){throw this.logger.error("Failed to initialize connection",{error:n}),n}},zd=new WeakSet,Vf=function(){const t=k0("video/VP8");return m(this,Gd,t),t},Yd=new WeakSet,xf=async function(t,e,r,i){await hf(async(n,o)=>{if(!a(this,Qe).isConnected){o(new Error("Socket is not connected"));return}n>0&&this.logger.warn("Retry: send joinRoom message",{debuggingHint:`Retry attempt ${n}`});try{await a(this,q).socketHandler.joinRoom(e,t,i,r)}catch(c){throw this.logger.error("Failed to send joinRoom message after retries",{error:c}),c}},{delayTime:1e3,strategy:"exponential",maxRetryCount:15})},ot=new WeakSet,vt=function(t){return a(this,at).get(t)},Ni=new WeakSet,ja=function(t,e){return a(this,at).set(t,e)},Qd=new WeakSet,Uf=function(t){return a(this,at).delete(t)},Xd=new WeakSet,$f=function(t){return{track:t,encodings:[{priority:"high"}],codecOptions:[{name:"opus"}],appData:{e2ee:this.e2ee},stopTracks:!1,zeroRtpOnPause:!1}},Zd=new WeakSet,Bf=function(t){return{track:t,codecOptions:[{name:"VP8"}],appData:{screenShare:!1,e2ee:this.e2ee},stopTracks:!1}};ie([y.trace("MediaNodeClient.reset")],te.prototype,"reset",1);ie([y.trace("MediaNodeClient.joinRoom")],te.prototype,"joinRoom",1);ie([y.trace("MediaNodeClient.leaveRoom")],te.prototype,"leaveRoom",1);ie([y.trace("MediaNodeClient.activatePeers")],te.prototype,"activatePeers",1);ie([y.trace("MediaNodeClient.createConsumers")],te.prototype,"createConsumers",1);ie([y.trace("MediaNodeClient.closeConsumers")],te.prototype,"closeConsumers",1);ie([y.trace("MediaNodeClient._shareWebcam")],te.prototype,"_shareWebcam",1);ie([y.trace("MediaNodeClient.shareWebcam")],te.prototype,"shareWebcam",1);ie([y.trace("MediaNodeClient.shareScreen")],te.prototype,"shareScreen",1);ie([y.trace("MediaNodeClient.shareMic")],te.prototype,"shareMic",1);ie([y.trace("MediaNodeClient.pauseMic")],te.prototype,"pauseMic",1);ie([y.trace("MediaNodeClient.pauseWebcam")],te.prototype,"pauseWebcam",1);ie([y.trace("MediaNodeClient.resumeMic")],te.prototype,"resumeMic",1);ie([y.trace("MediaNodeClient.resumeWebcam")],te.prototype,"resumeWebcam",1);ie([y.trace("MediaNodeClient.disableWebcam")],te.prototype,"disableWebcam",1);ie([y.trace("MediaNodeClient.disableMic")],te.prototype,"disableMic",1);ie([y.trace("MediaNodeClient.disableScreenShare")],te.prototype,"disableScreenShare",1);ie([y.trace("MediaNodeClient.muteSelf")],te.prototype,"muteSelf",1);ie([y.trace("MediaNodeClient.resetVideoProducers")],te.prototype,"resetVideoProducers",1);ie([y.trace("MediaNodeClient.changeDisplayName")],te.prototype,"changeDisplayName",1);ie([y.trace("MediaNodeClient.kickPeer")],te.prototype,"kick",1);ie([y.trace("MediaNodeClient.kickAllPeers")],te.prototype,"kickAll",1);ie([y.trace("MediaNodeClient.muteAll")],te.prototype,"muteAll",1);ie([y.trace("MediaNodeClient.muteAllVideo")],te.prototype,"muteAllVideo",1);ie([y.trace("MediaNodeClient.disableAudio")],te.prototype,"disableAudio",1);ie([y.trace("MediaNodeClient.disableVideo")],te.prototype,"disableVideo",1);ie([y.trace("MediaNodeClient.pinPeer")],te.prototype,"pinPeer",1);ie([y.trace("MediaNodeClient.validateScreenShare")],te.prototype,"validateScreenShare",1);function Hf(s,t){const e=s.getValue("roomNodeClient");if(e){if(e)return e;throw new Error("Room node client already set up.")}const r=new te(s,t);return s.setValue("roomNodeClient",r),r}function W0(s){const t=s.getValue("roomNodeClient");try{t==null||t.leaveRoom()}catch(e){s.getValue("logger").error("roomNodeClient::cleanupRoomNodeClient")}s.setValue("roomNodeClient",void 0)}var J0=Object.defineProperty,K0=Object.getOwnPropertyDescriptor,Ki=(s,t,e,r)=>{for(var i=r>1?void 0:r?K0(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&J0(t,e,i),i},ca,rs,Y,pt,Ot,eg;const Ff=(eg=class{constructor(s,t,e,r){g(this,pt);h(this,"self");h(this,"authToken");g(this,ca,void 0);h(this,"viewType");g(this,rs,void 0);g(this,Y,void 0);const{socket:i}=e,n=s.getValue("authToken");this.self=t,m(this,Y,s),this.viewType=r,this.authToken=n,m(this,ca,i),m(this,rs,e),this.setupEvents()}get peerId(){return a(this,Y).getValue("peerId")}get telemetry(){return a(this,Y).getValue("telemetry")}get logger(){return a(this,Y).getValue("logger")}get mediaJoined(){return a(this,Y).getValue("connectionHandler").mediaJoined}static async init(s,t,e,r,i){const n=mt(),o=s.getValue("peerId"),c=!!s.getValue("cachedUserDetails"),d=await qe.__init__(s,e,r,i,i.name,c);s.setValue("self",d);const l=s.getValue("logger");return navigator.product!=="ReactNative"?setTimeout(async()=>{const p=await d.getAllDevices();l.info("populated_full_device_list",{devices:JSON.stringify(p)}),s.getValue("callstats").devices("AUDIO",p==null?void 0:p.filter(f=>f.kind==="audioinput")),s.getValue("callstats").devices("VIDEO",p==null?void 0:p.filter(f=>f.kind==="videoinput")),s.getValue("callstats").devices("SPEAKER",p==null?void 0:p.filter(f=>f.kind==="audiooutput")),l.info("Callstats:: initializing");try{await s.getValue("callstats").initialize({peerId:o,engineName:pe.getDeviceInfo().engineName,env:s.getValue("env")==="prod"?"prod":"devel",iceServers:await n.getICEServers(),apiBase:s.getValue("apiBase"),flags:{},logger:l,apiHostnames:tC(s),skipConnectivityChecks:!0,authToken:s.getValue("authToken")}),l.info("Callstats:: initialized")}catch(f){l.error("Callstats:: initialization failed",{error:f})}},0):l.info("Callstats:: Skipped initialization due to navigator product being ReactNative."),new Ff(s,d,t,i.viewType)}async shareMediaTracks(){var c;const{audioTrack:s,videoTrack:t,permissions:e,audioEnabled:r,videoEnabled:i,screenShareEnabled:n,screenShareTracks:o}=this.self;if(e.canProduceAudio===F.Allowed&&r)try{await a(this,pt,Ot).shareMic(s),this.self.audioEnabled||a(this,pt,Ot).pauseMic()}catch(d){this.self.disableAudio()}if(e.canProduceVideo===F.Allowed&&i)try{await a(this,pt,Ot).shareWebcam(t),this.self.videoEnabled||a(this,pt,Ot).pauseWebcam()}catch(d){this.self.disableVideo()}if(e.canProduceScreenshare===F.Allowed&&n)try{await((c=a(this,pt,Ot))==null?void 0:c.shareScreen({video:o.video,audio:o.audio}))}catch(d){this.self.disableScreenShare()}}async kickHandler(s){let t="kicked";(s==null?void 0:s.kickType)==="kickAll"&&(t="ended"),this.leaveRoom(t)}waitlistedHandler(){this.logger.info("SelController.waitlisted"),this.self.waitlistStatus="waiting",this.self.roomState="waitlisted",this.self.emit("waitlisted")}waitlistAcceptHandler(){if(this.logger.info("SelController.waitlistAccepted"),this.self.waitlistStatus==="accepted"){this.logger.warn("SelfController.WAITLIST_ACCEPTED.UserAlreadyAccepted");return}this.self.waitlistStatus="accepted",this.joinRoom()}waitlistRejectedHandler(){if(this.logger.info("SelfController.waitlistRejected"),this.self.waitlistStatus==="rejected"){this.logger.warn("SelfController.WAITLIST_REJECTED.UserAlreadyRejected");return}this.self.waitlistStatus="rejected",this.leaveRoom("rejected")}async resetSelf(s){a(this,Y).getValue("callstats").callEnded(),a(this,pt,Ot).reset(),s&&await this.joinRoom(s)}setupEvents(){a(this,Y).getValue("peerSessionStore").on(w.RESET_PRODUCER_STATE,async()=>{this.mediaJoined&&this.shareMediaTracks()}),a(this,Y).getValue("peerSessionStore").on(w.ROOM_NODE_RECONNECTED,()=>{this.self.roomState="joined",this.self.emit("roomJoined",{reconnected:!0})}),a(this,Y).getValue("peerSessionStore").on(w.ROOM_NODE_DISCONNECTED,()=>{this.self.roomState!=="disconnected"&&(this.self.roomState="disconnected",this.self.emit("roomLeft",{state:"disconnected"}))}),a(this,Y).getValue("peerSessionStore").on(w.ROOM_NODE_FAILED,()=>{this.self.roomState="failed",this.self.emit("roomLeft",{state:"failed"})}),a(this,Y).getValue("peerSessionStore").on(w.SOCKET_SERVICE_RECONNECTED,({wasJoinAttempted:s})=>{s===!1&&(this.self.roomState="init"),this.resetSelf(s)}),a(this,Y).getValue("peerSessionStore").on(w.SOCKET_SERVICE_DISCONNECTED,({joinAttempted:s})=>{if(this.self.roomState==="disconnected")return;const{peerId:t}=this;a(this,ca).updateURL(t),a(this,Y).getValue("telemetry").resetPeerId(t),mt().setHeader("tracing-id",t),Lr.remapContext(t,a(this,Y)),this.self.roomState="disconnected",this.self.emit("roomLeft",{state:"disconnected"})}),a(this,Y).getValue("peerSessionStore").on(w.SOCKET_SERVICE_FAILED,()=>{this.self.roomState="failed",this.self.emit("roomLeft",{state:"failed"})}),a(this,rs).on(x.waitingRoomRequestAccepted,()=>{this.waitlistAcceptHandler()}),a(this,rs).on(Vc.updateUserPreset,s=>{s.updatePeersPresets.forEach(t=>{t.userIds===this.self.userId&&a(this,Y).getValue("peerSessionStore").emit(w.UPDATE_PERMISSIONS,t.patch)})}),a(this,rs).on(x.waitingRoomRequestDenied,()=>{this.waitlistRejectedHandler()}),a(this,rs).on(x.kick,()=>{this.kickHandler({kickType:"kick"})}),a(this,rs).on(x.kickAll,()=>{this.kickHandler({kickType:"kickAll"})}),a(this,Y).getValue("peerSessionStore").onAsync(w.JOIN_MEDIA_ROOM,this.joinMediaRoom.bind(this)),a(this,Y).getValue("peerSessionStore").on(w.PRODUCER_SCORE_UPDATE,({score:s,kind:t,appData:e,scoreStats:r})=>{var n;const i=(n=e==null?void 0:e.screenShare)!=null?n:!1;this.self.emit("mediaScoreUpdate",{kind:t,isScreenshare:i,score:s,participantId:this.self.id,scoreStats:r})}),a(this,Y).getValue("peerSessionStore").on(w.MUTE_SELF,async()=>{this.self.audioEnabled&&(await this.self.disableAudio(),a(this,Y).getValue("callstats").audioOff())}),a(this,Y).getValue("peerSessionStore").on(w.MUTE_SELF_VIDEO,async()=>{this.self.videoEnabled&&(await this.self.disableVideo(),a(this,Y).getValue("callstats").videoOff())}),a(this,Y).getValue("peerSessionStore").onAsync(w.LEAVE_MEDIA_ROOM,this.leaveMediaRoom.bind(this)),a(this,Y).getValue("peerSessionStore").on(w.PIP_HANGUP,this.leaveRoom.bind(this))}async joinRoom(s=!1){try{const{peer:t}=await a(this,rs).joinRoom(this.self);a(this,rs).socket.flush();const e=Qu(t.stageType);if(a(this,Y).setValue("stageStatus",e,!1),t.waitlisted){this.waitlistedHandler();return}}catch(t){throw this.logger.error("SelfController.joinRoom: socket join failed",{error:t}),new b("Check the network and try again.","0002")}try{await this.joinMediaRoom(s),a(this,Y).notify("stageStatus")}catch(t){throw this.logger.error("SelfController.joinRoom: media room join failed",{error:t}),t instanceof hr&&t.message==="ice connection failed"?new b("A firewall or network restriction may be blocking the connection.","0014"):new b("Check the network and try again.","0014")}}async leaveRoom(s="left"){var t;if(this.logger.info(`Leaving room with state: ${s}`),s==="rejected"){this.self.roomState=s,this.self.emit("roomLeft",{state:s});return}this.self.setIsPinned(!1),a(this,Y).setValue("stageStatus","OFF_STAGE",!1),await this.leaveMediaRoom(s),a(this,Y).setValue("roomNodeClient",void 0),a(this,Y).notify("stageStatus"),(t=a(this,Y).getValue("roomSocketHandler"))==null||t.cleanup(),this.self.roomState=s,this.self.emit("roomLeft",{state:s}),this.logger.info(`roomLeft event emitted with state: ${s}`)}async joinMediaRoom(s=!1){var n,o;const{peerId:t,viewType:e,meetingId:r,stageStatus:i}=a(this,Y).getAllValues();try{if(e===Ks.Livestream){if(i!=="ON_STAGE"){this.self.roomState="joined",this.self.emit("roomJoined",{reconnected:s});return}Hf(a(this,Y),{socket:a(this,ca),peerId:t})}const{canProduceAudio:c,canProduceVideo:d,canProduceScreenshare:l}=this.self.permissions,{roomJoined:u,error:p}=(o=await((n=a(this,pt,Ot))==null?void 0:n.joinRoom(this.self.name,r,s,s,{canProduceAudio:c,canProduceVideo:d,canProduceScreenshare:l})))!=null?o:{};if(!u)throw p!=null?p:new Error("Could not connect to media server");i==="ON_STAGE"&&await this.shareMediaTracks(),this.self.roomState="joined",this.self.emit("roomJoined",{reconnected:s})}catch(c){throw this.logger.error("SelfController.mediaRoomJoin",{error:c}),c}}async leaveMediaRoom(s){const t=a(this,Y).getValue("viewType");s!=="connected-meeting"&&await this.cleanupSelf(),!(s==="stageLeft"&&t===Ks.Webinar)&&a(this,pt,Ot)&&(a(this,pt,Ot).mediaJoined&&s!=="disconnected"&&await a(this,pt,Ot).leaveRoom(),!(s==="stageLeft"&&t===Ks.Livestream)&&(a(this,pt,Ot).mediaJoined=!1))}async cleanupSelf(){await this.self.disableAudio(),await this.self.disableVideo(),await this.self.disableScreenShare(),this.self.cleanUpTracks(),this.self.destructMediaHandler(),navigator.isReactNative||this.self.removeDocumentEventListeners()}},ca=new WeakMap,rs=new WeakMap,Y=new WeakMap,pt=new WeakSet,Ot=function(){return a(this,Y).getValue("roomNodeClient")},eg);let Fr=Ff;Ki([y.trace("SelfController.resetSelf")],Fr.prototype,"resetSelf",1);Ki([y.trace("SelfController.setupEvents")],Fr.prototype,"setupEvents",1);Ki([y.trace("SelfController.joinRoom")],Fr.prototype,"joinRoom",1);Ki([y.trace("SelfController.leaveRoom")],Fr.prototype,"leaveRoom",1);Ki([y.trace("SelfController.joinMediaRoom")],Fr.prototype,"joinMediaRoom",1);Ki([y.trace("SelfController.leaveMediaRoom")],Fr.prototype,"leaveMediaRoom",1);Ki([y.trace("SelfController.init")],Fr,"init",1);var ac;class z0{constructor(t){g(this,ac,void 0);m(this,ac,t)}on(t,e){let r;t===x.roomPeerCount?r=up.fromBinary.bind(up):r=vp.fromBinary.bind(vp),a(this,ac).on(t,({payload:i})=>{if(t===x.roomPeerCount&&!i)return;const n=r(i);e(n)})}}ac=new WeakMap;var oc,cc;class Y0{constructor(t,e){g(this,oc,void 0);g(this,cc,void 0);m(this,oc,e),m(this,cc,t)}get logger(){return a(this,cc).getValue("logger")}on(t,e){let r,i;switch(t){case x.transcript:{r=Ml.fromBinary.bind(Ml),i=Ml.create();break}default:{this.logger.debug("AISocketHandler switch case hit default, event not accounted for.");break}}a(this,oc).on(t,({payload:n})=>{let o=i;try{o=r(n)}catch(c){this.logger.error("aiSocketHandler::on::binary_decode_error",{error:c})}return e(o)})}}oc=new WeakMap,cc=new WeakMap;var Q0=Object.defineProperty,X0=Object.getOwnPropertyDescriptor,lh=(s,t,e,r)=>{for(var i=r>1?void 0:r?X0(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&Q0(t,e,i),i},js,da;class Tl{constructor(t,e){g(this,js,void 0);g(this,da,void 0);m(this,js,e),m(this,da,t)}get logger(){return a(this,da).getValue("logger")}get telemetry(){return a(this,da).getValue("telemetry")}getPolls(){return a(this,js).sendMessagePromise(Rs.getPolls)}createPoll(t,e,r=!1,i=!1){const n={anonymous:r,hideVotes:i,question:t,options:e};return a(this,js).sendMessage(Rs.createPoll,nA.toBinary(n))}votePoll(t,e){const r={index:e,pollId:t};return a(this,js).sendMessage(Rs.votePoll,oA.toBinary(r))}on(t,e){let r,i;switch(t){case Rs.updatePoll:case Rs.createPoll:case Rs.votePoll:{r=Ll.fromBinary.bind(Ll),i=Ll.create();break}}a(this,js).on(t,({payload:n})=>{let o=i;try{o=r(n)}catch(c){this.logger.error("pollSocketHandler::on::binary_decode_error",{error:c})}return e(o)})}removeListeners(t){a(this,js).removeListeners(t)}}js=new WeakMap,da=new WeakMap;lh([y.trace("PollSocketHandler.getPolls")],Tl.prototype,"getPolls",1);lh([y.trace("PollSocketHandler.createPoll")],Tl.prototype,"createPoll",1);lh([y.trace("PollSocketHandler.votePoll")],Tl.prototype,"votePoll",1);var Z0=Object.defineProperty,eD=Object.getOwnPropertyDescriptor,tD=(s,t,e,r)=>{for(var i=r>1?void 0:r?eD(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&Z0(t,e,i),i},wt;class qf{constructor(t,e){h(this,"socket");g(this,wt,void 0);m(this,wt,t),this.socket=e,this.handleSocketEvents(),a(this,wt).setValue("roomSocketHandler",this)}get telemetry(){return a(this,wt).getValue("telemetry")}get logger(){return a(this,wt).getValue("logger")}cleanup(){var t;try{(t=this.socket)==null||t.disconnect()}catch(e){this.logger.error("roomSocketHandler::cleanup")}}async joinRoom(t){var i;this.socket.joinAttempted=!0;const e={capabilities:[],peer:{displayName:(i=t.name)!=null?i:"Participant",customParticipantId:t.customParticipantId,peerId:t.id,userId:t.userId,displayPictureUrl:t.picture,waitlisted:!1},roomUuid:""},r=this.socket.sendMessagePromise(x.joinRoom,nb.toBinary(e));try{const{peer:n}=Yi.fromBinary((await r).payload);a(this,wt).getValue("connectionHandler").socketJoined=!0,a(this,wt).getValue("peerSessionStore").emit(w.SOCKET_SERVICE_ROOM_JOINED,{peer:n});const o=this.getRoomState(),c=this.getRoomPeersNonPaginated(),[{room:d},{peers:l}]=await Promise.all([o,c]);return a(this,wt).getValue("peerSessionStore").emit(w.ROOM_STATE,d),a(this,wt).getValue("peerSessionStore").emit(w.SOCKET_PEERS,l),{peer:n}}catch(n){throw this.logger.error("RoomSocketHandler.joinRoom.failed",{error:n}),n}}async getAllAddedParticipants(){try{return qb.fromBinary((await this.socket.sendMessagePromise(x.getAllAddedParticipants)).payload).participants.map(({id:e,...r})=>({...r,userId:e}))}catch(t){return[]}}async getRoomPeers(t,e,r){let i;try{const n={seachQuery:t,limit:e,offset:r},o=await this.socket.sendMessagePromise(x.getRoomPeersInfo,zR.toBinary(n));i=Al.fromBinary(o.payload)}catch(n){this.logger.error("getRoomPeers::binary_decode_error",{error:n})}return i}async getRoomPeersNonPaginated(){let t;try{const e=await this.socket.sendMessagePromise(x.getRoomPeersInfo);t=Al.fromBinary(e.payload)}catch(e){this.logger.error("getRoomJoinedPeers::binary_decode_error",{error:e})}return t}async getStagePeers(){let t;try{const e=await this.socket.sendMessagePromise(x.getRoomPeersInfo);t=Al.fromBinary(e.payload)}catch(e){this.logger.error("getRoomJoinedPeers::binary_decode_error",{error:e})}return t}async getPeerInfo(t){let e;try{const r=await this.socket.sendMessagePromise(x.getPeerInfo,Am.toBinary({peerId:t}));e=Yi.fromBinary(r.payload)}catch(r){this.logger.error("getPeerInfo::binary_decode_error",{error:r})}return e}async getRoomState(){let t=hp.create();try{const e=await this.socket.sendMessagePromise(x.getRoomInfo);t=hp.fromBinary(e.payload)}catch(e){this.logger.error("getRoomState::binary_decode_error",{error:e})}return t}async getRoomStageState(){let t=fp.create();try{const e=await this.socket.sendMessagePromise(x.getRoomStageState);t=fp.fromBinary(e.payload)}catch(e){this.logger.error("getRoomStageState::binary_decode_error",{error:e})}return t}async broadcastMessage(t,e){const r={type:t,payload:new TextEncoder().encode(JSON.stringify(e)),timestamp:Date.now(),ids:[]};return this.socket.sendMessagePromise(x.broadcastMessage,La.toBinary(r))}async broadcastToMeetings(t,e,r){const i={type:t,payload:new TextEncoder().encode(JSON.stringify(r)),timestamp:Date.now(),ids:e,broadcastType:1};return this.socket.sendMessagePromise(x.broadcastToEntity,La.toBinary(i))}async broadcastToPeers(t,e,r){const i={type:t,payload:new TextEncoder().encode(JSON.stringify(r)),timestamp:Date.now(),ids:e,broadcastType:0};return this.socket.sendMessage(x.broadcastToEntity,La.toBinary(i))}async leaveRoom(){this.socket.joinAttempted=!1,this.socket.sendMessagePromise(x.leaveRoom,ob.toBinary({}))}async kick(t){const e={peerIds:[t]};this.socket.sendMessage(x.kick,Dm.toBinary(e))}async kickAll(t=!1){const e={propagateKickAcrossRooms:t};this.socket.sendMessage(x.kickAll,bm.toBinary(e))}getWaitingRoomRequests(){this.socket.sendMessage(x.getWaitingRoomRequests)}acceptWaitingRoomRequest(t){const e={userIds:t};this.socket.sendMessage(x.acceptWaitingRoomRequests,zb.toBinary(e))}rejectWaitingRoomRequest(t){const e={userIds:t};this.socket.sendMessage(x.denyWaitingRoomRequests,Qb.toBinary(e))}async updatePermissions(t,e){const r={updatePeersPresets:[]};return t.forEach(i=>{r.updatePeersPresets.push({userIds:i,patch:e})}),this.socket.sendMessagePromise(Vc.updateUserPreset,Rk.toBinary(r))}handleSocketEvents(){this.socket.on(x.broadcastMessage,({payload:t})=>{try{const e=La.fromBinary(t);a(this,wt).getValue("peerSessionStore").emit(w.ROOM_MESSAGE,{payload:JSON.parse(new TextDecoder().decode(e.payload)),type:e.type,timestamp:e.timestamp})}catch(e){this.logger.error("failed to decode broadcast message:",e)}}),this.socket.on(x.broadcastToEntity,({payload:t})=>{try{const e=La.fromBinary(t);a(this,wt).getValue("peerSessionStore").emit(w.MESSAGE,{payload:JSON.parse(new TextDecoder().decode(e.payload)),type:e.type,timestamp:e.timestamp})}catch(e){this.logger.error("failed to decode peer broadcast message:",e)}})}on(t,e){let r,i;switch(t){case x.joinRoom:case x.leaveRoom:case x.kick:case x.kickAll:{r=Yi.fromBinary.bind(Yi),i=Yi.create();break}case x.getWaitingRoomRequests:{r=(n,o)=>n?mp.fromBinary(n,o):{requests:[]},i=mp.create();break}case x.recordingPaused:case x.recordingStarted:case x.recordingStopped:{r=Pp.fromBinary.bind(Pp);break}case Vc.updateUserPreset:{r=Tp.fromBinary.bind(Tp);break}case as.peerJoinedBroadcast:case ur.peerJoinedBroadcast:{r=ap.fromBinary.bind(ap);break}case as.selfJoinComplete:case ur.selfJoinComplete:{r=Jl.fromBinary.bind(Jl);break}case as.globalPeerPinBroadcast:case ur.globalPeerPinBroadcast:{r=dp.fromBinary.bind(dp);break}case as.selectedPeer:case ur.selectedPeer:{r=Wl.fromBinary.bind(Wl);break}case as.selectedPeerDiff:case ur.selectedPeerDiff:{r=np.fromBinary.bind(np);break}case as.leaveRoom:case ur.leaveRoom:{r=Kl.fromBinary.bind(Kl);break}}this.socket.on(t,({payload:n})=>{let o=i;if(!r)return e(void 0);try{o=r(n)}catch(c){this.logger.error("roomSocketHandler::on::binary_decode_error",{error:c})}return e(o)})}async getUserPermissions(t){const e={userIds:[t]};try{const r=await this.socket.sendMessagePromise(Vc.getUserPresets,vk.toBinary(e)),i=_k.fromBinary(r.payload).peerPresets[0],n=new TextDecoder().decode(i.preset),o=JSON.parse(n).permissions;return{chat:o.chat,polls:o.polls,plugins:o.plugins}}catch(r){throw this.logger.error("Error in getting user preset",{error:r}),r}}}wt=new WeakMap;tD([y.trace("RoomSocketHandler.joinRoom")],qf.prototype,"joinRoom",1);var gt;class sD{constructor(t){g(this,gt,void 0);m(this,gt,t)}async getStageRequests(){const{payload:t}=await a(this,gt).sendMessagePromise(x.getStageRequests);return t?Nl.fromBinary(t):{stageRequests:[]}}requestAccess(){a(this,gt).sendMessage(x.requestStageAccess)}cancelRequestAccess(){a(this,gt).sendMessage(x.cancelStageRequest)}async grantAccess(t){const e={userIds:t};a(this,gt).sendMessage(x.grantStageAccess,zM.toBinary(e))}async denyAccess(t){const e={userIds:t};a(this,gt).sendMessage(x.denyStageAccess,QM.toBinary(e))}joinStage(){return a(this,gt).sendMessagePromise(x.joinStage,void 0,void 0,x.peerStageStatusUpdate)}leaveStage(t){const e={userIds:[t]};return a(this,gt).sendMessagePromise(x.leaveStage,Ep.toBinary(e),void 0,x.peerStageStatusUpdate)}kick(t){const e={userIds:t};return a(this,gt).sendMessagePromise(x.leaveStage,Ep.toBinary(e))}on(t,e){let r;switch(t){case x.grantStageAccess:case x.denyStageAccess:{r=void 0;break}case x.getStagePeers:{r=yp.fromBinary.bind(yp);break}case x.getStageRequests:case x.requestStageAccess:case x.cancelStageRequest:{r=Nl.fromBinary.bind(Nl);break}case x.peerStageStatusUpdate:{r=lp.fromBinary.bind(lp);break}}a(this,gt).on(t,({payload:i,id:n})=>{if(!i||!r)return e(void 0,n);const o=r(i);return e(o,n)})}async getPeerInfo(t){const e=await a(this,gt).sendMessagePromise(x.getPeerInfo,Am.toBinary({peerId:t}));return Yi.fromBinary(e.payload)}}gt=new WeakMap;var Mr,la;class rD{constructor(t,e){g(this,Mr,void 0);g(this,la,void 0);m(this,Mr,e),m(this,la,t)}get logger(){return a(this,la).getValue("logger")}get peerId(){return a(this,la).getValue("peerId")}storeInsertKeys(t,e,r,i){const n={pluginId:t,storeName:e,insertKeys:r.map(o=>({storeKey:o.key,payload:new TextEncoder().encode(JSON.stringify(o.payload))}))};a(this,Mr).sendMessage(ws.storeInsertKeys,MM.toBinary(n),i)}storeGetKeys(t,e,r,i){const n={pluginId:t,storeName:e,getKeys:r.map(o=>({storeKey:o.key}))};a(this,Mr).sendMessage(ws.storeGetKeys,IM.toBinary(n),i)}storeDeleteKeys(t,e,r,i){const n={pluginId:t,storeName:e,deleteKeys:r.map(o=>({storeKey:o.key}))};a(this,Mr).sendMessage(ws.storeDeleteKeys,OM.toBinary(n),i)}on(t,e){const r=Sp.fromBinary.bind(Sp);a(this,Mr).on(t,({payload:i,id:n})=>{const o=r(i);return e(o,n)})}}Mr=new WeakMap,la=new WeakMap;var iD=Object.defineProperty,nD=(s,t,e)=>t in s?iD(s,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):s[t]=e,aD=(s,t,e)=>(nD(s,typeof t!="symbol"?t+"":t,e),e),uh=(s,t,e)=>{if(!t.has(s))throw TypeError("Cannot "+e)},A=(s,t,e)=>(uh(s,t,"read from private field"),e?e.call(s):t.get(s)),le=(s,t,e)=>{if(t.has(s))throw TypeError("Cannot add the same private member more than once");t instanceof WeakSet?t.add(s):t.set(s,e)},ee=(s,t,e,r)=>(uh(s,t,"write to private field"),r?r.call(s,e):t.set(s,e),e),fe=(s,t,e)=>(uh(s,t,"access private method"),e),rd={},oD={get exports(){return rd},set exports(s){rd=s}},hn=typeof Reflect=="object"?Reflect:null,Dp=hn&&typeof hn.apply=="function"?hn.apply:function(s,t,e){return Function.prototype.apply.call(s,t,e)},qc;hn&&typeof hn.ownKeys=="function"?qc=hn.ownKeys:Object.getOwnPropertySymbols?qc=function(s){return Object.getOwnPropertyNames(s).concat(Object.getOwnPropertySymbols(s))}:qc=function(s){return Object.getOwnPropertyNames(s)};function cD(s){console&&console.warn&&console.warn(s)}var jf=Number.isNaN||function(s){return s!==s};function re(){re.init.call(this)}oD.exports=re;rd.once=hD;re.EventEmitter=re;re.prototype._events=void 0;re.prototype._eventsCount=0;re.prototype._maxListeners=void 0;var Op=10;function Sl(s){if(typeof s!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof s)}Object.defineProperty(re,"defaultMaxListeners",{enumerable:!0,get:function(){return Op},set:function(s){if(typeof s!="number"||s<0||jf(s))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+s+".");Op=s}});re.init=function(){(this._events===void 0||this._events===Object.getPrototypeOf(this)._events)&&(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0};re.prototype.setMaxListeners=function(s){if(typeof s!="number"||s<0||jf(s))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+s+".");return this._maxListeners=s,this};function Gf(s){return s._maxListeners===void 0?re.defaultMaxListeners:s._maxListeners}re.prototype.getMaxListeners=function(){return Gf(this)};re.prototype.emit=function(s){for(var t=[],e=1;e<arguments.length;e++)t.push(arguments[e]);var r=s==="error",i=this._events;if(i!==void 0)r=r&&i.error===void 0;else if(!r)return!1;if(r){var n;if(t.length>0&&(n=t[0]),n instanceof Error)throw n;var o=new Error("Unhandled error."+(n?" ("+n.message+")":""));throw o.context=n,o}var c=i[s];if(c===void 0)return!1;if(typeof c=="function")Dp(c,this,t);else for(var d=c.length,l=Yf(c,d),e=0;e<d;++e)Dp(l[e],this,t);return!0};function Wf(s,t,e,r){var i,n,o;if(Sl(e),n=s._events,n===void 0?(n=s._events=Object.create(null),s._eventsCount=0):(n.newListener!==void 0&&(s.emit("newListener",t,e.listener?e.listener:e),n=s._events),o=n[t]),o===void 0)o=n[t]=e,++s._eventsCount;else if(typeof o=="function"?o=n[t]=r?[e,o]:[o,e]:r?o.unshift(e):o.push(e),i=Gf(s),i>0&&o.length>i&&!o.warned){o.warned=!0;var c=new Error("Possible EventEmitter memory leak detected. "+o.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");c.name="MaxListenersExceededWarning",c.emitter=s,c.type=t,c.count=o.length,cD(c)}return s}re.prototype.addListener=function(s,t){return Wf(this,s,t,!1)};re.prototype.on=re.prototype.addListener;re.prototype.prependListener=function(s,t){return Wf(this,s,t,!0)};function dD(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length===0?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function Jf(s,t,e){var r={fired:!1,wrapFn:void 0,target:s,type:t,listener:e},i=dD.bind(r);return i.listener=e,r.wrapFn=i,i}re.prototype.once=function(s,t){return Sl(t),this.on(s,Jf(this,s,t)),this};re.prototype.prependOnceListener=function(s,t){return Sl(t),this.prependListener(s,Jf(this,s,t)),this};re.prototype.removeListener=function(s,t){var e,r,i,n,o;if(Sl(t),r=this._events,r===void 0)return this;if(e=r[s],e===void 0)return this;if(e===t||e.listener===t)--this._eventsCount===0?this._events=Object.create(null):(delete r[s],r.removeListener&&this.emit("removeListener",s,e.listener||t));else if(typeof e!="function"){for(i=-1,n=e.length-1;n>=0;n--)if(e[n]===t||e[n].listener===t){o=e[n].listener,i=n;break}if(i<0)return this;i===0?e.shift():lD(e,i),e.length===1&&(r[s]=e[0]),r.removeListener!==void 0&&this.emit("removeListener",s,o||t)}return this};re.prototype.off=re.prototype.removeListener;re.prototype.removeAllListeners=function(s){var t,e,r;if(e=this._events,e===void 0)return this;if(e.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):e[s]!==void 0&&(--this._eventsCount===0?this._events=Object.create(null):delete e[s]),this;if(arguments.length===0){var i=Object.keys(e),n;for(r=0;r<i.length;++r)n=i[r],n!=="removeListener"&&this.removeAllListeners(n);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if(t=e[s],typeof t=="function")this.removeListener(s,t);else if(t!==void 0)for(r=t.length-1;r>=0;r--)this.removeListener(s,t[r]);return this};function Kf(s,t,e){var r=s._events;if(r===void 0)return[];var i=r[t];return i===void 0?[]:typeof i=="function"?e?[i.listener||i]:[i]:e?uD(i):Yf(i,i.length)}re.prototype.listeners=function(s){return Kf(this,s,!0)};re.prototype.rawListeners=function(s){return Kf(this,s,!1)};re.listenerCount=function(s,t){return typeof s.listenerCount=="function"?s.listenerCount(t):zf.call(s,t)};re.prototype.listenerCount=zf;function zf(s){var t=this._events;if(t!==void 0){var e=t[s];if(typeof e=="function")return 1;if(e!==void 0)return e.length}return 0}re.prototype.eventNames=function(){return this._eventsCount>0?qc(this._events):[]};function Yf(s,t){for(var e=new Array(t),r=0;r<t;++r)e[r]=s[r];return e}function lD(s,t){for(;t+1<s.length;t++)s[t]=s[t+1];s.pop()}function uD(s){for(var t=new Array(s.length),e=0;e<t.length;++e)t[e]=s[e].listener||s[e];return t}function hD(s,t){return new Promise(function(e,r){function i(o){s.removeListener(t,n),r(o)}function n(){typeof s.removeListener=="function"&&s.removeListener("error",i),e([].slice.call(arguments))}Qf(s,t,n,{once:!0}),t!=="error"&&pD(s,i,{once:!0})})}function pD(s,t,e){typeof s.on=="function"&&Qf(s,"error",t,e)}function Qf(s,t,e,r){if(typeof s.on=="function")r.once?s.once(t,e):s.on(t,e);else if(typeof s.addEventListener=="function")s.addEventListener(t,function i(n){r.once&&s.removeEventListener(t,i),e(n)});else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof s)}class gD extends T.MessageType{constructor(){super("message.v1.SocketMessage",[{no:1,name:"event",kind:"scalar",T:13},{no:2,name:"id",kind:"scalar",opt:!0,T:9},{no:3,name:"payload",kind:"scalar",opt:!0,T:12},{no:4,name:"metadata",kind:"scalar",opt:!0,T:12}])}}const Np=new gD;class Xf{static encode(t){return Np.toBinary(t)}static decode(t){return Np.fromBinary(new Uint8Array(t))}}function mD(s,t){return Math.floor(Math.random()*(t-s+1)+s)}var dr;class fD{constructor(t={}){aD(this,"opts"),le(this,dr,void 0),this.opts={initialTimeout:t.initialTimeout||1e3,maxTimeout:t.maxTimeout||1e4,factor:t.factor||2},ee(this,dr,0)}async wait(){ee(this,dr,A(this,dr)+1);const t=mD(0,Math.min(this.opts.maxTimeout,this.opts.initialTimeout*2**A(this,dr)));await new Promise(e=>{setTimeout(e,t)})}getAttempts(){return A(this,dr)}reset(){ee(this,dr,0)}}dr=new WeakMap;const nr={debug:0,info:1,warn:2,error:3};var Kr,zr;class TD{constructor(t){le(this,Kr,void 0),le(this,zr,void 0),ee(this,Kr,console),ee(this,zr,t)}debug(...t){nr[A(this,zr)]>nr.debug||A(this,Kr).debug("[Sockrates]:",...t)}info(...t){nr[A(this,zr)]>nr.info||A(this,Kr).info("[Sockrates]:",...t)}warn(...t){nr[A(this,zr)]>nr.warn||A(this,Kr).warn("[Sockrates]:",...t)}error(...t){nr[A(this,zr)]>nr.error||A(this,Kr).error("[Sockrates]:",...t)}}Kr=new WeakMap,zr=new WeakMap;var Zf=(s=>(s[s.CONNECTING=0]="CONNECTING",s[s.OPEN=1]="OPEN",s[s.CLOSING=2]="CLOSING",s[s.CLOSED=3]="CLOSED",s))(Zf||{});const SD="2",vD="3";var Ce,en,me,Ae,lr,Fe,Ws,Or,ns,tn,Cs,_u,eT,Ga,jc,Cu,tT,wu,Lp,id,Ru,bu,sT,za,Gc,Ya,nd,ad,ku,pn,Qa,Xa,od;class yD{constructor(t,e){var f,S,E,P,C,k,I,L,N,$;le(this,_u),le(this,Ga),le(this,Cu),le(this,wu),le(this,id),le(this,bu),le(this,za),le(this,Ya),le(this,ad),le(this,pn),le(this,Xa),le(this,Ce,void 0),le(this,en,void 0),le(this,me,void 0),le(this,Ae,void 0),le(this,lr,void 0),le(this,Fe,void 0),le(this,Ws,void 0),le(this,Or,void 0),le(this,ns,void 0),le(this,tn,void 0),le(this,Cs,void 0);var r,i,n,o,c,d,l,u,p;ee(this,en,t),ee(this,lr,[]),ee(this,Fe,new rd),ee(this,Ws,!0),ee(this,ns,!1),ee(this,me,e!=null?e:{}),(f=(r=A(this,me)).autoReconnect)!=null||(r.autoReconnect=!0),(S=(i=A(this,me)).retryConnectionInterval)!=null||(i.retryConnectionInterval=1e3),(E=(n=A(this,me)).pingTimeout)!=null||(n.pingTimeout=3e4),(P=(o=A(this,me)).connectionTimeout)!=null||(o.connectionTimeout=5e3),(C=(c=A(this,me)).debug)!=null||(c.debug=!0),(k=(d=A(this,me)).maxReconnectionAttempts)!=null||(d.maxReconnectionAttempts=10),(I=(l=A(this,me)).disconnectOnPingTimeout)!=null||(l.disconnectOnPingTimeout=!0),(L=(u=A(this,me)).queueOnDisconnect)!=null||(u.queueOnDisconnect=!1),(N=(p=A(this,me)).flushOnReconnect)!=null||(p.flushOnReconnect=!1),ee(this,Or,{code:void 0,reason:void 0}),ee(this,Ae,($=A(this,me).logger)!=null?$:new TD(A(this,me).debug?"debug":"info")),ee(this,Cs,new fD)}get readyState(){var t;return(t=A(this,Ce))==null?void 0:t.readyState}get url(){return A(this,en)}updateURL(t){ee(this,en,t),fe(this,bu,sT).call(this)}get config(){return A(this,me)}get sendQueue(){return A(this,lr)}flush(){if(!A(this,me).queueOnDisconnect)return!1;const t=[];return A(this,lr).forEach(e=>{this.send(e.event,e.id,e.payload,e.metadata)||t.push(e)}),ee(this,lr,t),A(this,lr)}async connect(t=!1){if(!t&&[0,1].includes(this.readyState)){A(this,Ae).debug("Websocket was already connecting or connected.");return}if(A(this,Ws)!==!1)return new Promise((e,r)=>{fe(this,pn,Qa).call(this),fe(this,Xa,od).call(this);try{ee(this,Ce,new WebSocket(fe(this,_u,eT).call(this,A(this,en)))),A(this,Ce).binaryType="arraybuffer",A(this,Ae).debug("Connecting");const i=setTimeout(()=>{A(this,Ae).debug("Connection timeout. Closing socket"),ee(this,Ws,!0),fe(this,Xa,od).call(this),A(this,Ce).close(3001,"Connection Timeout"),A(this,me).autoReconnect&&!A(this,ns)&&(A(this,Fe).emit("reconnecting"),fe(this,za,Gc).call(this)),r(new Error("Connection timed out!"))},A(this,me).connectionTimeout);A(this,Ce).onopen=()=>{A(this,Ae).debug(`Ready State: ${Zf[A(this,Ce).readyState]}`),i&&clearTimeout(i),fe(this,ad,ku).call(this),ee(this,Or,{code:void 0,reason:void 0}),A(this,Fe).emit("connected"),A(this,me).flushOnReconnect&&this.flush(),e()},A(this,Ce).onclose=n=>{try{i&&clearTimeout(i);const{code:o,reason:c}=n;r(c),A(this,Ae).debug("Socket closed. Close event:",{event:n}),A(this,Ae).debug(`Connection closed code: ${o}`),A(this,Ae).debug(`Connection closed reason: ${c}`),A(this,ns)||fe(this,id,Ru).call(this,o,c)}catch(o){fe(this,Ga,jc).call(this,o)}},A(this,Ce).onerror=n=>{fe(this,Ga,jc).call(this,n)},A(this,Ce).onmessage=n=>fe(this,Cu,tT).call(this,n)}catch(i){fe(this,Ga,jc).call(this,i,r)}})}send(t,e,r,i){const n={event:t,id:e,payload:r,metadata:i};if(A(this,me).queueOnDisconnect&&(!A(this,Ce)||A(this,Ce).readyState!==1))return A(this,Ae).debug("Queuing message since socket is not connected!",n),A(this,lr).push(n),!1;const o=Xf.encode(n);return fe(this,Ya,nd).call(this,o)}emit(t,e,r,i){return this.send(t,e,r,i)}sendRaw(t){return fe(this,Ya,nd).call(this,t)}receive(t,e){return A(this,Fe).on(t.toString(),e)}on(t,e){if(typeof t=="string"&&(t==="connected"||t==="disconnected"||t==="errored"||t==="reconnected"||t==="reconnecting"||t==="reconnectAttempt"||t==="reconnectFailure"||t==="failed")){A(this,Fe).on(t,e);return}this.receive(t,e)}removeAllListeners(){A(this,Fe).removeAllListeners()}removeReceiver(t,e){this.removeListener(t,e)}removeListener(t,e){A(this,Fe).removeListener(t.toString(),e)}removeReceivers(t){this.removeListeners(t)}removeListeners(t){A(this,Fe).listeners(t.toString()).map(e=>this.removeListener(t,e))}disconnect(){ee(this,Ws,!1),fe(this,pn,Qa).call(this),this.removeAllListeners(),ee(this,Or,{code:1e3,reason:"Sockrates disconnect method called"}),A(this,Ce).close(1e3,"Sockrates disconnect method called.")}}Ce=new WeakMap,en=new WeakMap,me=new WeakMap,Ae=new WeakMap,lr=new WeakMap,Fe=new WeakMap,Ws=new WeakMap,Or=new WeakMap,ns=new WeakMap,tn=new WeakMap,Cs=new WeakMap,_u=new WeakSet,eT=function(s){if(s.startsWith("ws://")||s.startsWith("wss://"))return s;if(s.startsWith("https://"))return`wss://${s.substring(8)}`;if(s.startsWith("http://"))return`ws://${s.substring(7)}`;throw new Error("Invalid URL. URL must start with http(s):// or ws(s)://.")},Ga=new WeakSet,jc=function(s,t){A(this,Ae).error("Error:",{error:s}),A(this,Fe).emit("errored",{error:s}),t==null||t(s)},Cu=new WeakSet,tT=function(s){if(fe(this,ad,ku).call(this),s.data===SD){A(this,Ae).debug("Received ping from server"),fe(this,Ya,nd).call(this,vD);return}const t=Xf.decode(s.data),{id:e,payload:r}=t;A(this,Ae).debug("Received message",{event:t.event,messageID:e}),A(this,Fe).emit(t.event.toString(),{id:e,payload:r})},wu=new WeakSet,Lp=function(){return A(this,Ce).readyState===1},id=new WeakSet,Ru=function(s,t){ee(this,Or,{reason:t,code:s}),A(this,Fe).emit("disconnected",{code:s,reason:t})},bu=new WeakSet,sT=function(){const{reason:s,code:t}=A(this,Or);t&&t!==1e3&&A(this,Ws)&&A(this,me).autoReconnect&&!A(this,ns)&&(A(this,Ae).debug(`Triggering reconnection due to ${s}.`),A(this,Fe).emit("reconnecting"),fe(this,za,Gc).call(this))},za=new WeakSet,Gc=async function(s=!0){if(s&&A(this,ns)){A(this,Ae).debug("Reconnect called when already in a reconnect loop. Ignoring.");return}if(A(this,ns)||A(this,Cs).reset(),A(this,me).maxReconnectionAttempts!==null&&A(this,Cs).getAttempts()>=A(this,me).maxReconnectionAttempts){A(this,Fe).emit("failed"),ee(this,ns,!1);return}ee(this,ns,!0),fe(this,Xa,od).call(this),fe(this,pn,Qa).call(this);try{if(await A(this,Cs).wait(),A(this,Ws)===!1)return;if(A(this,Ae).debug(`Reconnection attempt ${A(this,Cs).getAttempts()}`),A(this,Fe).emit("reconnectAttempt",{attempt:A(this,Cs).getAttempts()}),await this.connect(),!fe(this,wu,Lp).call(this))throw Error("Reconnect Failed");ee(this,ns,!1),ee(this,Or,{code:void 0,reason:void 0}),A(this,Fe).emit("reconnected")}catch(t){A(this,Ae).debug("Failed to reconnect."),A(this,Fe).emit("reconnectFailure",{attempt:A(this,Cs).getAttempts()}),fe(this,za,Gc).call(this,!1)}},Ya=new WeakSet,nd=function(s){try{return A(this,Ce).send(s),!0}catch(t){return A(this,Ae).error(t.message),!1}},ad=new WeakSet,ku=function(){this.config.disconnectOnPingTimeout&&(A(this,Ae).debug("Resetting ping timeout"),fe(this,pn,Qa).call(this),ee(this,tn,setTimeout(()=>{var s;A(this,Ae).debug("Disconnecting the socket due to ping timeout"),ee(this,Ws,!0);const t=3002,e="Ping timeout";(s=A(this,Ce))==null||s.close(t,e),fe(this,id,Ru).call(this,t,e)},A(this,me).pingTimeout)))},pn=new WeakSet,Qa=function(){A(this,tn)&&(clearTimeout(A(this,tn)),ee(this,tn,void 0))},Xa=new WeakSet,od=function(){A(this,Ce)&&(A(this,Ce).onopen=void 0,A(this,Ce).onerror=void 0,A(this,Ce).onmessage=void 0,A(this,Ce).onclose=void 0)};var ED=Object.defineProperty,PD=Object.getOwnPropertyDescriptor,vl=(s,t,e,r)=>{for(var i=r>1?void 0:r?PD(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&ED(t,e,i),i};const Vp=65535,_D=3e3;var Ar,Se,ve,Re,jt,Be,dc,Mu,lc,Au,tg;const rT=(tg=class{constructor(s,{peerId:t,meetingId:e,authToken:r,capabilities:i}){g(this,ve);g(this,dc);g(this,lc);g(this,Ar,void 0);g(this,Se,void 0);h(this,"roomName");h(this,"authToken");h(this,"capabilities");g(this,jt,void 0);g(this,Be,void 0);var n;if(!t||!e||!r)throw new b("peerId, meetingId, or authToken can not be empty","0404");m(this,jt,void 0),m(this,Be,s),this.capabilities=i,this.roomName=e,this.authToken=r,m(this,Ar,V(this,dc,Mu).call(this,t)),m(this,Se,new yD(a(this,Ar),{autoReconnect:!0,disconnectOnPingTimeout:(n=i.includes("PING"))!=null?n:!1,queueOnDisconnect:!0,flushOnReconnect:!1,logger:this.logger})),this.handleSocketConnectionEvents()}get joinAttempted(){return a(this,ve,Re).socketJoinAttempted}set joinAttempted(s){a(this,ve,Re).socketJoinAttempted=s}get telemetry(){return a(this,Be).getValue("telemetry")}get logger(){return a(this,Be).getValue("logger")}get peerId(){return a(this,Be).getValue("peerId")}updateURL(s){s!==this.peerId&&(m(this,Ar,V(this,dc,Mu).call(this,s)),this.logger.debug("SocketService:: Connection URL updated.")),a(this,Se).updateURL(a(this,Ar))}static getSocketEdgeDomain(s){return ln({servicePrefix:"socket-edge",baseURI:s})}get url(){return a(this,Ar)}async connect(){a(this,ve,Re).socketJoinAttempted=!0,await a(this,Se).connect(),a(this,ve,Re).socketJoinAttempted=!0,a(this,ve,Re).socketState={state:"connected",reconnected:!1,reconnectionAttempt:void 0}}disconnect(){a(this,ve,Re).socketJoinAttempted=!1,a(this,Se).disconnect(),a(this,ve,Re).socketJoinAttempted=!0,a(this,ve,Re).socketState={state:"disconnected",reconnected:!1,reconnectionAttempt:void 0}}get isConnected(){try{return a(this,Se).readyState===1}catch(s){return!1}}sendMessage(s,t,e){const r={};return a(this,Be).getValue("telemetry").injectContext(r),a(this,Se).send(s,e!=null?e:V(this,lc,Au).call(this),t,new TextEncoder().encode(JSON.stringify(r)))}sendMessagePromise(s,t,e,r){const i=parseInt({}.SOCKET_SERVICE_MESSAGE_REQUEST_TIMEOUT,10)||2e4;return this.sendMessagePromiseWithTimeout({event:s,timeout:i,protobuf:t,messageId:e,resp:r})}sendMessagePromiseWithTimeout({event:s,timeout:t,protobuf:e,messageId:r,resp:i}){const n=i!=null?i:s;return new Promise((o,c)=>{const d=(E,P)=>{a(this,Se).removeListener(n,E),a(this,Se).removeListener(Vp,P),a(this,Se).removeListener(ur.errorResponse,P),a(this,Se).removeListener(as.errorResponse,P)},l=r!=null?r:V(this,lc,Au).call(this),u={};a(this,Be).getValue("telemetry").injectContext(u);const f=({id:E,payload:P})=>{if(l===E){let C;try{const k=Hw.fromBinary(P);C=new Error(k.errorMessage)}catch(k){C=new Error("failed to parse error message",{cause:k});try{const I=FR.fromBinary(P);C=new Error(I.message)}catch(I){C=new Error("failed to parse error message",{cause:I})}}c(C),d(S,f)}},S=({id:E,payload:P})=>{l===E&&(o({id:E,payload:P}),d(S,f))};a(this,Se).on(n,S),a(this,Se).on(Vp,f),a(this,Se).on(ur.errorResponse,f),a(this,Se).on(as.errorResponse,f),setTimeout(()=>{d(S,f),c(new Error(`request timeout for callback eventId:${s}`))},t),a(this,Se).send(s,l,e,new TextEncoder().encode(JSON.stringify(u)))})}on(s,t){a(this,Se).on(s,t)}onStateEvent(s,t){a(this,Se).on(s,t)}removeListener(s,t){a(this,Se).removeListener(s,t)}removeListeners(s){a(this,Se).removeListeners(s)}flush(){return a(this,Se).flush()}handleSocketConnectionEvents(){this.onStateEvent("connected",async()=>{this.logger.info("SocketService::Connected to socket-edge"),a(this,jt)&&(clearTimeout(a(this,jt)),m(this,jt,void 0)),a(this,ve,Re).updateSocketConnectionState("connected")}),this.onStateEvent("disconnected",({code:s,reason:t})=>{var i;this.logger.info("SocketService::Disconnected from socket-edge",{error:{code:s,reason:t}});const{recv:e,send:r}=(i=a(this,ve,Re).mediaState)!=null?i:{};e!=null&&e.state&&(e==null?void 0:e.state)!==un.CONNECTED||r!=null&&r.state&&(r==null?void 0:r.state)!==un.CONNECTED?a(this,Be).getValue("peerSessionStore").emit(w.SOCKET_SERVICE_DISCONNECTED,{joinAttempted:a(this,ve,Re).joinAttempted}):m(this,jt,setTimeout(()=>{a(this,Be).getValue("peerSessionStore").emit(w.SOCKET_SERVICE_DISCONNECTED,{joinAttempted:a(this,ve,Re).joinAttempted}),m(this,jt,void 0)},_D)),a(this,ve,Re).updateSocketConnectionState("disconnected")}),this.onStateEvent("reconnecting",async()=>{this.logger.info("SocketService::Reconnecting to socket-edge"),a(this,ve,Re).updateSocketConnectionState("reconnecting")}),this.onStateEvent("reconnectAttempt",async({attempt:s})=>{this.logger.info("SocketService::Attempting to reconnect to socket-edge",{socket:{retryAttempt:s}}),a(this,ve,Re).updateSocketConnectionState("reconnectAttempt",s)}),this.onStateEvent("reconnectFailure",({attempt:s})=>{this.logger.info("SocketService::Reconnect attempt to socket-edge failed",{socket:{retryAttempt:s}}),a(this,ve,Re).updateSocketConnectionState("reconnectFailure",s)}),this.onStateEvent("reconnected",async()=>{this.logger.info("SocketService::Reconnected to socket-edge",{connectionState:{joinAttempted:a(this,ve,Re).mediaJoinAttempted}}),a(this,jt)&&(clearTimeout(a(this,jt)),m(this,jt,void 0)),a(this,Be).getValue("peerSessionStore").emit(w.SOCKET_SERVICE_RECONNECTED,{wasJoinAttempted:a(this,ve,Re).mediaJoinAttempted}),a(this,ve,Re).updateSocketConnectionState("reconnected")}),this.onStateEvent("failed",async()=>{this.logger.info("SocketService::Failed to connect to socket-edge"),a(this,Be).getValue("peerSessionStore").emit(w.SOCKET_SERVICE_FAILED),a(this,ve,Re).updateSocketConnectionState("failed")})}},Ar=new WeakMap,Se=new WeakMap,ve=new WeakSet,Re=function(){return a(this,Be).getValue("connectionHandler")},jt=new WeakMap,Be=new WeakMap,dc=new WeakSet,Mu=function(s){const t=a(this,Be).getValue("socketBaseURI")||a(this,Be).getValue("baseURI");let e=rT.getSocketEdgeDomain(t);typeof ga(a(this,Be),"socket_server_base")=="string"&&(e=ga(a(this,Be),"socket_server_base"));const r=`wss://${e}`,i=new URL(`${r}/ws`),n=this.peerId,o={roomID:this.roomName,peerID:s,authToken:this.authToken,useMediaV2:!0,...n!==s&&{oldPeerID:n},ping:this.capabilities.includes("PING"),capabilities:this.capabilities.map(c=>Xc[c]).join(" "),joinWithDetails:!0,useCfWorker:!0,useStartSession:!0};return Object.entries(o).forEach(([c,d])=>{i.searchParams.append(c,d.toString())}),i.href},lc=new WeakSet,Au=function(){return`${this.peerId}-${(Math.random()+1).toString(36).substring(7)}`},tg);let Ec=rT;vl([y.trace("SocketService.connect")],Ec.prototype,"connect",1);vl([y.trace("SocketService.disconnect")],Ec.prototype,"disconnect",1);vl([y.trace("SocketService.sendMessagePromise")],Ec.prototype,"sendMessagePromise",1);vl([y.trace("SocketService.sendMessagePromiseWithTimeout")],Ec.prototype,"sendMessagePromiseWithTimeout",1);class CD{constructor(t){h(this,"socketService");this.socketService=t}handleConnectedRoomsDumpRaw({payload:t}){var n;const e=mb.fromBinary(t),r=e.meetings.map(o=>{var c;return{id:o.id,title:o.title,participants:(c=o.participants)!=null?c:[]}});return{parentMeeting:{id:e.parentMeeting.id,title:e.parentMeeting.title,participants:(n=e.parentMeeting.participants)!=null?n:[]},meetings:r}}handleTransferPeerRaw({payload:t}){const e=Hb.fromBinary(t);return{authToken:e.authToken,meetingId:e.meetingId}}handleMovedPeerRaw({payload:t}){const e=Im.fromBinary(t);return{meetingId:e.meetingId,customParticipantId:e.customParticipantId}}handleConnectedRoomsUpdatedRaw({payload:t}){return gp.fromBinary(t).payloads.map(r=>({id:r.id,title:r.title}))}handleConnectedRoomsDeletedRaw({payload:t}){return Ib.fromBinary(t).payloads}async getConnectedRoomsDump(){const t=await this.socketService.sendMessagePromise(x.getConnectedRoomsDump);return this.handleConnectedRoomsDumpRaw(t)}async createConnectedRooms(t){const{payload:e}=await this.socketService.sendMessagePromise(x.createConnectedRooms,vb.toBinary({payloads:t}));return gp.fromBinary(e).payloads.map(i=>({id:i.id,title:i.title}))}async updateConnectedRooms(t){}async disableConnectedRooms(t){const e=t.map(i=>({id:i})),r=await this.socketService.sendMessagePromise(x.deleteConnectedRooms,Mb.toBinary({payloads:e}));return this.handleConnectedRoomsDeletedRaw(r)}async movePeersBetweenRooms(t){try{const e=await this.socketService.sendMessagePromise(x.movePeers,xb.toBinary({sourceMeetingId:t.sourceMeetingId,destinationMeetingId:t.destinationMeetingId,participants:t.participants}));return new TextDecoder().decode(e.payload).includes("error")?{success:!1,error:"failed to move participants"}:{success:!0}}catch(e){return{success:!1,error:e}}}}var wD=Object.defineProperty,RD=Object.getOwnPropertyDescriptor,bD=(s,t,e,r)=>{for(var i=r>1?void 0:r?RD(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&wD(t,e,i),i},is;class iT extends Mt{constructor(e){const r=e.getValue("logger");super(r);h(this,"meetings",[]);h(this,"parentMeeting",null);g(this,is,void 0);m(this,is,e)}get supportsConnectedMeetings(){return a(this,is).getValue("self").id!==""}get isActive(){return this.meetings.length!==0}validateConnectedMeetingsAction(){if(!this.supportsConnectedMeetings)throw new Error(`You are not allowed to perform this action.
|
|
10
|
-
|
|
11
|
-
Please connect with our support team to enable connected meetings.`);this.logger.info("ConnectedMeetingsController::switchMeeting:: asking ui-kit to show switching breakout UI"),this.connectedMeetings.emit("changingMeeting",t);const e={video:a(this,oe).getValue("self").videoEnabled,audio:a(this,oe).getValue("self").audioEnabled};try{a(this,oe).getValue("self").cleanupEvents(),await a(this,oe).getValue("meeting").leave("connected-meeting")}catch(d){this.logger.error(`ConnectedMeetingsController:: switchMeeting:: issues in leaving previous meeting. Meeting Id: ${(n=(i=a(this,oe).getValue("meeting"))==null?void 0:i.meta)==null?void 0:n.meetingId}`,{error:d})}this.logger.info(`ConnectedMeetingsController::switchMeeting:: initializing new meeting. Meeting Id: ${t}`);const r=await oT.init({...a(this,oe).getValue("options"),cachedUserDetails:null,defaults:{...a(this,oe).getValue("options").defaults,...e,mediaHandler:a(this,oe).getValue("self")},authToken:s});this.logger.info(`ConnectedMeetingsController::switchMeeting:: initialized new meeting. Meeting Id: ${(o=r==null?void 0:r.meta)==null?void 0:o.meetingId}`);try{const{hidden:d}=a(this,oe).getValue("self");r.self.setName(a(this,oe).getValue("self").name),await r.join(),d&&r.self.hide()}catch(d){this.logger.error("ConnectedMeetingsController.joinRoom",{error:d})}return this.logger.info(`ConnectedMeetingsController::switchMeeting:: asking ui-kit to show in-meeting ui of newly joined meeting id: ${(c=r==null?void 0:r.meta)==null?void 0:c.meetingId}`),this.connectedMeetings.emit("meetingChanged",r),r}handleConnectedRoomsDump(s){const t=a(this,oe).getValue("connectedMeetingsSocketHandler").handleConnectedRoomsDumpRaw(s);this.connectedMeetings.meetings=t.meetings.map(e=>({id:e.id,title:e.title,participants:e.participants||[]})),this.connectedMeetings.parentMeeting={id:t.parentMeeting.id,title:t.parentMeeting.title,participants:t.parentMeeting.participants},this.emitStateUpdate()}handleMovedPeer(s){return a(this,oe).getValue("connectedMeetingsSocketHandler").handleMovedPeerRaw(s)}handleConnectedRoomsUpdated(s){const t=a(this,oe).getValue("connectedMeetingsSocketHandler").handleConnectedRoomsUpdatedRaw(s),e=new Map;this.connectedMeetings.meetings.forEach(r=>{e.set(r.id,r)}),t.forEach(r=>{e.has(r.id)?e.get(r.id).title=r.title:e.set(r.id,{...r,participants:[]})}),this.connectedMeetings.meetings=Array.from(e.values()),this.emitStateUpdate()}handleConnectedRoomsDeleted(s){const e=a(this,oe).getValue("connectedMeetingsSocketHandler").handleConnectedRoomsDeletedRaw(s).map(r=>r.id);this.connectedMeetings.meetings=this.connectedMeetings.meetings.filter(r=>!e.includes(r.id)),this.emitStateUpdate()}emitStateUpdate(){this.connectedMeetings.emit("stateUpdate",{meetings:this.connectedMeetings.meetings,parentMeeting:this.connectedMeetings.parentMeeting})}},oe=new WeakMap,sg);let yl=nT;hh([y.trace("ConnectedMeetingsController.getConnectedMeetings")],yl.prototype,"getConnectedMeetings",1);hh([y.trace("ConnectedMeetingsController.setupEvents")],yl.prototype,"setupEvents",1);hh([y.trace("ConnectedMeetingsController.switchMeeting")],yl.prototype,"switchMeeting",1);var AD=Object.defineProperty,ID=Object.getOwnPropertyDescriptor,ph=(s,t,e,r)=>{for(var i=r>1?void 0:r?ID(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&AD(t,e,i),i};const Wa=class{constructor(s,t,e){h(this,"apiBase");h(this,"selfController");h(this,"pollController");h(this,"chatController");h(this,"metaController");h(this,"storesManager");h(this,"stageController");h(this,"pluginController");h(this,"internalsController");h(this,"recordingController");h(this,"livestreamController");h(this,"participantController");h(this,"connectedMeetingsController");h(this,"telemetry");h(this,"logger");this.apiBase=s,this.storesManager=t.storesManager,this.metaController=t.metaController,this.selfController=t.selfController,this.chatController=t.chatController,this.pollController=t.pollController,this.stageController=t.stageController,this.pluginController=t.pluginController,this.recordingController=t.recordingController,this.internalsController=t.internalsController,this.participantController=t.participantController,this.livestreamController=t.livestreamController,this.connectedMeetingsController=t.connectedMeetingsController,this.telemetry=e.getValue("telemetry"),this.logger=e.getValue("logger")}static async init(s){var L,N,$;const{peerId:t,apiBase:e,authToken:r,meetingId:i,organizationId:n,cachedUserDetails:o,logger:c}=s.getAllValues();if(W0(s),pe.isSupported()===!1)throw new b("Browser not supported","0010",c,!0);const d=VA(s,{authToken:r,baseURL:e,cachedUserDetails:o});d.setRoomName(i),d.setRoomUUID(i),d.setOrganizationId(n),d.setHeader("tracing-id",t),s.setValue("apiClient",d);const l=new SI(s);s.setValue("connectionHandler",l);let u="",p="",f=null;c.info("CF SFU is being used.");try{f=await d.getUserDetails(),u=((L=f.meeting)==null?void 0:L.title)||"",p=((N=f.socket)==null?void 0:N.baseUri)||s.getValue("baseURI"),s.setValue("presetName",f.preset.name),s.setValue("socketBaseURI",p),c.info(`Socket Base URI ${p} is being used`)}catch(B){throw c.error("Failed to get user details",{error:B}),B instanceof Zl?B.status===401?new b("Unauthorized. The auth token may be invalid or expired. (401)","0004"):B.status===403?new b("Access denied. Insufficient permissions to join the meeting. (403)","0004"):B.status===404?new b("The auth token is not associated with an active participant in this meeting. The meeting may have ended, or the participant may no longer exist. (404)","0004"):B.status>=500?new b(`The server encountered an error. Try again. (${B.status})`,"0001"):B.isHttpError?new b(`Request rejected by the server. (${B.status})`,"0001"):B.isTimeout?new b("Connection timed out. Check the network and try again.","0001"):new b("Unable to connect to the server. Check the internet connection.","0001"):new b((B==null?void 0:B.message)||"Failed to initialize.","0001")}const S=Wa.createSocketService(s),E=S.connect();try{await E}catch(B){c.error("[Controller]: Failed to connect to socket server:",{error:B})}const P=ou.init(f.preset,!s.getValue("modules").theme);s.setValue("theme",P);const C=uu.init(s,P.viewType,f.preset.permissions),k=Wa.setupControllers(S,s,f,u,P,C);aI(P)&&(($=Wa.createRoomNodeClient(s,S).initializeConnection(f.participant.name,i,!1,C))==null||$.catch(X=>{c.error("[Controller]: Failed to queue partial media room promise:",{error:X})}));const{controllers:I}=await k;return PC(),new Wa(e,I,s)}static async setupControllers(s,t,e,r,i,n){var ye,O,R;const o=t.getValue("modules"),{participant:c}=e,d=t.getValue("defaults"),l=t.getValue("logger"),{viewType:u,mediaConstraints:{audio:p}}=i;t.setValue("viewType",u),t.setValue("defaults",{mediaConfiguration:{audio:{enableHighBitrate:(ye=p.enableHighBitrate)!=null?ye:!1,enableStereo:(O=p.enableStereo)!=null?O:!1}},...d}),t.setValue("maxPreferredStreams",pe.isMobile()?i.maxVideoStreams.mobile:i.maxVideoStreams.desktop);let f,S,E,P,C,k,I,L,N;const $=new Y0(t,s),B=new CD(s);t.setValue("connectedMeetingsSocketHandler",B);const X=new Tl(t,s),We=new tr(t,s),hs=new sD(s),Jt=new qf(t,s),qr=new rD(t,s),M=new z0(s),v=await Fr.init(t,Jt,c,n,i);t.setValue("selfController",v);const _=await Wm.init(t,v.self,Jt,$,r);o.participant&&(L=new ir(t,v.self,Jt)),(R=o.e2ee)!=null&&R.enabled&&o.e2ee.manager.init(l,t.getValue("peerSessionStore")),o.chat&&(S=await sn.init(t,We,v.self,L.participants)),o.internals&&(C=await eh.init(t)),o.livestream&&i.viewType===Ks.Livestream&&(I=new sf(t,v.self,M)),o.poll&&(f=await Fm.init(t,v.self,X)),o.recording&&(k=new Qm(t,v.self,Jt)),o.stage&&(E=new Jm(t,hs,Jt,v.self,L.participants));const U=new l0(t,qr);if(o.plugin){if(!L)throw new b("The plugin module cannot be initialized without the `participant` module","0102");const we=d.plugins||[],jr=await U.create(fm,!0);P=await Ym.init(t,we,jr,v.self,U)}if(o.connectedMeetings&&(N=await yl.init(t)),o.pip){const we=await Gl._init(t,v.self);t.setValue("pip",we)}return{theme:i,permissions:n,controllers:{storesManager:U,pollController:f,selfController:v,metaController:_,chatController:S,stageController:E,pluginController:P,recordingController:k,internalsController:C,livestreamController:I,participantController:L,connectedMeetingsController:N}}}static createRoomNodeClient(s,t){const{peerId:e}=s.getAllValues();return Hf(s,{socket:t,peerId:e})}static createSocketService(s){var d;const{peerId:t,meetingId:e,authToken:r}=s.getAllValues(),o=((d=s.getValue("socketBaseURI"))!=null?d:"").includes("realtime.cloudflare.com")?[]:["PING"];return s.getValue("logger").info(`Socket service capabilities: ${JSON.stringify(o)}`),new Ec(s,{peerId:t,meetingId:e,authToken:r,capabilities:o})}};let El=Wa;ph([y.trace("Controller.init")],El,"init",1);ph([y.trace("Controller.createRoomNodeClient")],El,"createRoomNodeClient",1);ph([y.trace("Controller.createSocketService")],El,"createSocketService",1);class DD{constructor(){h(this,"battery");h(this,"logger");h(this,"init",async t=>{this.logger=t;try{"getBattery"in navigator&&(this.battery=await navigator.getBattery(),this.battery.addEventListener("chargingchange",this.updateChargeInfo),this.battery.addEventListener("levelchange",this.updateLevelInfo),this.updateLevelInfo(),this.updateChargeInfo())}catch(e){t.error("Error getting battery",e)}});h(this,"updateChargeInfo",()=>{var t;this.logger.log(`Battery charging? ${(t=this.battery)!=null&&t.charging?"Yes":"No"}`)});h(this,"updateLevelInfo",()=>{if(!this.battery){this.logger.log("Battery level: Not known");return}this.logger.log(`Battery level: ${this.battery.level*100}%`)});h(this,"cleanup",()=>{var t,e;"getBattery"in navigator&&((t=this.battery)==null||t.removeEventListener("chargingchange",this.updateChargeInfo),(e=this.battery)==null||e.removeEventListener("levelchange",this.updateLevelInfo))})}}const xp=new DD;function OD(s,t){s.startsWith("eyJ")||console.error("Invalid auth token provided. Ensure you are passing a %cparticipant `authToken`%c — not an Org API Key or an incorrectly formatted token.\nYou get the participant token from the Add Participant API: https://docs.realtime.cloudflare.com/api#/operations/add_participant","font-weight: bold","font-weight: normal");try{const{meetingId:e,orgId:r,participantId:i}=JSON.parse(atob(s.split(".")[1]));if(!e)throw Error(`Received V1 auth token ${s}`);let n=Qr.baseURI.prod;t&&(n=t);const o=`https://${ln({servicePrefix:"api",baseURI:n})}`;return{meetingId:e,orgId:r,participantId:i,baseURI:n,apiBase:o}}catch(e){throw new b("Invalid auth token","0004")}}var Ir,Li,Vi,uc,el,aT;class ND{constructor(){g(this,el);g(this,Ir,new Audio);g(this,Li,new MediaStream);g(this,Vi,new Map);g(this,uc,void 0);a(this,Ir).srcObject=a(this,Li),a(this,Ir).autoplay=!0}async playTracks(t){return t.forEach(e=>{a(this,Vi).has(e.id)||(a(this,Li).addTrack(e),a(this,Vi).set(e.id,e))}),this.play()}setSpeakerDevice(t){typeof HTMLAudioElement.prototype.setSinkId=="function"&&a(this,Ir).setSinkId(t)}removeTrack(t){const e=a(this,Vi).get(t);e&&(a(this,Li).removeTrack(e),a(this,Vi).delete(t))}async play(){return a(this,Ir).srcObject=a(this,Li),a(this,Ir).play().catch(t=>{V(this,el,aT).call(this,t)})}onError(t){m(this,uc,t)}}Ir=new WeakMap,Li=new WeakMap,Vi=new WeakMap,uc=new WeakMap,el=new WeakSet,aT=function(t){var e;(e=a(this,uc))==null||e.call(this,t)};var xi;class LD extends ND{constructor(){super();g(this,xi,void 0);m(this,xi,new Map)}addParticipantTrack(e,r){a(this,xi).set(e,r.id),this.playTracks([r])}removeParticipantTrack(e){const r=a(this,xi).get(e);r&&this.removeTrack(r),a(this,xi).delete(e)}}xi=new WeakMap;var VD=Object.defineProperty,xD=Object.getOwnPropertyDescriptor,Pl=(s,t,e,r)=>{for(var i=r>1?void 0:r?xD(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&VD(t,e,i),i},Oe,Ui,rg;let Ur=(rg=class{constructor(t,e){g(this,Oe,void 0);g(this,Ui,void 0);m(this,Ui,t),m(this,Oe,e)}get peerId(){return a(this,Ui).getValue("peerId")}static async initMedia(t={},e=!1,r=void 0){var d;const i=(d=r==null?void 0:r.peerId)!=null?d:xr.v4(),n=Lr.createContext(i,{peerId:i}),o=n.getValue("logger");o.init(n);const c=new uf(n,o);return await c.init(t,e,n),n.setValue("defaults",{mediaHandler:c}),c}static async init(t){var f,S,E,P,C,k,I,L,N;pe.init();const e=(S=(f=t==null?void 0:t.cachedUserDetails)==null?void 0:f.peerId)!=null?S:xr.v4(),{authToken:r,baseURI:i}=t,{meetingId:n,...o}=OD(r,i);if((E=o.baseURI)!=null&&E.includes("dyte.io"))throw new b("Dyte Base URIs are no longer supported. Use RealtimeKit Base URIs.","0001");window.__zone_symbol__DISABLE_WRAPPING_UNCAUGHT_PROMISE_REJECTION=!0;const c=Ur.setupContext(e,t,n,o),d=c.getValue("telemetry"),l=c.getValue("logger");gT(l),xp.init(l),d.init(c,{roomName:n,userId:o.participantId,organizationId:o.orgId,peerId:e},(C=(P=t.modules)==null?void 0:P.tracing)!=null?C:!0,(I=(k=t==null?void 0:t.modules)==null?void 0:k.devTools)==null?void 0:I.logLevel),l.init(c),l.info("Client::init::options",{clientInitOptions:{...t,authToken:`${(L=t.authToken)==null?void 0:L.slice(0,10)}...
|
|
12
|
-
${(N=t.authToken)==null?void 0:N.slice(-10)}`}});const u=await El.init(c),p=new Ur(c,u);return c.setValue("meeting",p),p}static setupContext(t,e,r,i){var d,l;const n=Lr.createContext(t,e),o={...Z_,...e==null?void 0:e.modules},c=e.defaults||{audio:!0,video:!0};return n.setValue("options",e),n.setValue("peerId",t),n.setValue("modules",o),n.setValue("sdkName","web-core"),n.setValue("meetingId",r),n.setValue("apiBase",i.apiBase),n.setValue("baseURI",i.baseURI),n.setValue("userId",i.participantId),n.setValue("organizationId",i.orgId),n.setValue("authToken",e.authToken),n.setValue("overrides",(d=e.overrides)!=null?d:{}),n.setValue("env",eC({baseURI:i.baseURI})),n.setValue("defaults",c),n.setValue("onError",e.onError||(()=>{})),n.setValue("cachedUserDetails",ys(e.cachedUserDetails)),n.setValue("sdkVersion","1.5.2-staging.2"),(l=e.modules)!=null&&l.experimentalAudioPlayback&&n.setValue("audioPlayback",new LD),n}async join(){const{selfController:t}=a(this,Oe);return t.self.roomJoined?null:t.joinRoom()}async leave(t){xp.cleanup(),a(this,Ui).getValue("peerSessionStore").reset();const{selfController:e}=a(this,Oe);return e.leaveRoom(t)}get participants(){var t;return(t=a(this,Oe).participantController)==null?void 0:t.participants}get self(){var t;return(t=a(this,Oe).selfController)==null?void 0:t.self}get meta(){var t;return(t=a(this,Oe).metaController)==null?void 0:t.meta}get ai(){var t;return(t=a(this,Oe).metaController)==null?void 0:t.ai}get plugins(){var t;return(t=a(this,Oe).pluginController)==null?void 0:t.plugins}get chat(){var t;return(t=a(this,Oe).chatController)==null?void 0:t.chat}get polls(){var t;return(t=a(this,Oe).pollController)==null?void 0:t.polls}get connectedMeetings(){var t;return(t=a(this,Oe).connectedMeetingsController)==null?void 0:t.connectedMeetings}get recording(){var t;return(t=a(this,Oe).recordingController)==null?void 0:t.recording}get livestream(){var t;return(t=a(this,Oe).livestreamController)==null?void 0:t.livestream}get stage(){var t;return(t=a(this,Oe).stageController)==null?void 0:t.stage}get stores(){return a(this,Oe).storesManager}get audio(){return a(this,Ui).getValue("audioPlayback")}get __internals__(){var t;return(t=a(this,Oe).internalsController)==null?void 0:t.internals}async joinRoom(){return this.join()}async leaveRoom(t){return this.leave(t)}},Oe=new WeakMap,Ui=new WeakMap,rg);Pl([Ze("0002"),rr.executeWithLock({methodName:"meeting.join",lockName:"Client.join",timeout:3e3})],Ur.prototype,"join",1);Pl([Ze("0003")],Ur.prototype,"leave",1);Pl([Ze("0001"),rr.executeWithLock({methodName:"Client.init",lockName:"Client.init",timeout:3e3})],Ur,"init",1);Ur=Pl([Ze("0000")],Ur);const oT=Ur;module.exports=oT;
|
|
6
|
+
${this.message}`;try{let d=n&&!!i;r&&r.endsWith("00")&&i&&(d=!0),d&&i.error("ClientError",{error:{message:this.message,name:this.name,code:r}});const l=Lr.getContext(Lr.getMostRecentPeerId());if(l){const u=l.getValue("onError");try{u(this)}catch(p){}}typeof window!="undefined"&&window.dispatchEvent(new CustomEvent("ClientError",{detail:this}))}catch(d){}}}function Cc(s,t,e,r){if(r instanceof b)throw r;if(r instanceof t){const i=new b(r.message,e);throw i.stack=r.stack,i}else throw r}function Zh(s,t,e){if(!s.value){const i=s.get,n=s.set;return i&&(s.get=function(){try{return i.apply(this)}catch(o){Cc(this,t,e,o)}}),n&&(s.set=function(o){try{return n.apply(this,[o])}catch(c){Cc(this,t,e,c)}}),s}const r=s.value;return s.value=function(...i){try{const n=r.apply(this,i);return n&&n instanceof Promise?n.catch(o=>{Cc(this,t,e,o)}):n}catch(n){Cc(this,t,e,n)}},s}function lC(s,t){return(e,r,i)=>{if(i)return Zh(i,s,t);for(const n of Reflect.ownKeys(e.prototype).filter(o=>o!=="constructor")){const o=Object.getOwnPropertyDescriptor(e.prototype,n);(o.value instanceof Function||o.get instanceof Function||o.set instanceof Function)&&Object.defineProperty(e.prototype,n,Zh(o,s,t))}}}const Ze=s=>lC(Error,s);var Ks=(s=>(s.GroupCall="GROUP_CALL",s.Webinar="WEBINAR",s.AudioRoom="AUDIO_ROOM",s.Livestream="LIVESTREAM",s.Chat="CHAT",s))(Ks||{}),F=(s=>(s.Allowed="ALLOWED",s.NotAllowed="NOT_ALLOWED",s.CanRequest="CAN_REQUEST",s))(F||{}),Up;typeof process!="undefined"&&(Up=process==null?void 0:process.env)!=null&&Up.FLAGSMITH_ENVIRONMENT_KEY&&process.env.FLAGSMITH_ENVIRONMENT_KEY;var vm=[-2,-1,0,1,2],uC=[0,1,2,3,4];function hC(s){s=s.trim();let t="0",e="0",r="0";return s.length==4?(t=`0x${s[1]}${s[1]}`,e=`0x${s[2]}${s[2]}`,r=`0x${s[3]}${s[3]}`):s.length>6&&(t=`0x${s[1]}${s[2]}`,e=`0x${s[3]}${s[4]}`,r=`0x${s[5]}${s[6]}`),[+t,+e,+r]}var pC=(s,t,e)=>{let r,i,n;if(t==0)r=i=n=e;else{const o=(l,u,p)=>(p<0&&(p+=1),p>1&&(p-=1),p<.16666666666666666?l+(u-l)*6*p:p<.5?u:p<.6666666666666666?l+(u-l)*(.6666666666666666-p)*6:l),c=e<.5?e*(1+t):e+t-e*t,d=2*e-c;r=o(d,c,s+1/3),i=o(d,c,s),n=o(d,c,s-1/3)}return[Math.round(r*255),Math.round(i*255),Math.round(n*255)]},gC=(s,t,e)=>{s/=255,t/=255,e/=255;const r=Math.max(s,t,e),i=Math.min(s,t,e);let n,o;const c=(r+i)/2;if(r==i)n=o=0;else{const d=r-i;switch(o=c>.5?d/(2-r-i):d/(r+i),r){case s:n=(t-e)/d+(t<e?6:0);break;case t:n=(e-s)/d+2;break;case e:n=(s-t)/d+4;break}n/=6}return[n,o,c]},mC=(s,t,e)=>{const r=i=>i.toString(16).padStart(2,"0");return`#${r(s)}${r(t)}${r(e)}`},ym=(s,t=vm,e=.4)=>{const r=[],[i,n,o]=hC(s),[c,d,l]=gC(i,n,o),u=Math.round(l*100);u>70?e=.8:u>60?e=.9:u<10?e=.075:u<42&&(e=.3);const p=t.findIndex(C=>C===0);if(p===-1)throw new Error("Invalid reducer provided, it must contain atleast one zero");const f=5-p,S=p+1,E=(100-u)/f,P=u/S;for(const C of t){let k;C<0?k=u+C*P*e:C>0?k=u+C*E*e:k=u;const[I,L,N]=pC(c,d,k/100);r.push(mC(I,L,N))}return r},ep={dark:{background:{1e3:"#252525",900:"#2F2F2F",800:"#323232",700:"#3E3E3E",600:"#4A4A4A"},text:"#F5F5F5","video-bg":"#1C1C1C"},light:{background:{1e3:"#FFFFFF",900:"#F5F5F5",800:"#EBEBEB",700:"#E0E0E0",600:"#D6D6D6"},text:"#111111","text-on-brand":"#ffffff","video-bg":"#DADADA"}},fC=s=>{const[t,e,r,i,n]=ym(s,vm);return{300:t,400:e,500:r,600:i,700:n}},TC=s=>{if(s==="#FFFFFF")return ep.light.background;if(s==="#000000")return ep.dark.background;const[t,e,r,i,n]=ym(s,uC);return{1e3:t,900:e,800:r,700:i,600:n}},SC={border_radius:"rounded",border_width:"thin",spacing_base:4,theme:"dark",colors:{brand:fC("#2160FD"),background:TC("#141414"),danger:"#FF2D2D",text:"#EEEEEE",text_on_brand:"#EEEEEE",success:"#62A504",video_bg:"#191919",warning:"#FFCD07"}};function Em(){return ju(SC)}var vC={permissions:{can_accept_production_requests:!1,can_edit_display_name:!0,accept_waiting_requests:!1,disable_participant_audio:!1,disable_participant_screensharing:!1,disable_participant_video:!1,can_spotlight:!1,kick_participant:!1,pin_participant:!1,can_record:!1,can_livestream:!1,waiting_room_type:"SKIP",plugins:{can_close:!0,can_start:!0,can_edit_config:!1,config:{}},polls:{can_create:!0,can_vote:!0,can_view:!0},media:{video:{can_produce:"ALLOWED",can_consume:"ALLOWED"},audio:{can_produce:"ALLOWED"},screenshare:{can_produce:"ALLOWED",can_consume:"ALLOWED"}},chat:{public:{can_send:!0,text:!0,files:!0},private:{can_send:!1,can_receive:!1,text:!1,files:!1},channel:{can_create:"ALL",can_delete:"ALL",can_update:"ALL",can_read_all:!1},message:{can_delete:"ALL",can_edit:"ALL",delete_cutoff_time_seconds:0,edit_cutoff_time_seconds:0}},hidden_participant:!1,is_recorder:!1,recorder_type:"NONE",show_participant_list:!0,transcription_enabled:!1,can_change_participant_permissions:!1,connected_meetings:{can_alter_connected_meetings:!1,can_switch_connected_meetings:!1,can_switch_to_parent_meeting:!1},stage_enabled:!1,stage_access:void 0,accept_stage_requests:!1},ui:{oldTheme:{setup_screen:{is_enabled:!1},alone_here:{is_enabled:!1},waiting_room:{is_enabled:!1,enable_preview:!0},control_bar:{is_enabled:!0,elements:{plugins:!0,screenshare:!0,invite:!1,participants:!0,chat:!0,reactions:!1,polls:!0,fullscreen:!0,layout:!0}},header:{is_enabled:!0,elements:{timer:!0,title:!0,participant_count:!0,change_layout:!0}},pip_mode:!0,auto_tune:!0,colors:{primary:"#2160FD",secondary:"#1A1A1A",text:"#EEEEEE",background:"#1A1A1A",textPrimary:"#EEEEEE",videoBackground:"#1A1A1A"},dimensions:{mode:"fillParent"},grid:{multi:{maxVideoCount:6,videoFit:"cover"},single:{maxVideoCount:6,videoFit:"cover"},defaultView:"MULTI"},controls:{pip_toggle:!1},plugins:[]},design_tokens:Em(),config_diff:{}},config:{view_type:"GROUP_CALL",media:{audio:{enable_stereo:!1,enable_high_bitrate:!1},video:{quality:"vga",frame_rate:30,simulcast:!1},screenshare:{quality:"hd",frame_rate:5}},max_video_streams:{mobile:6,desktop:6},max_screenshare_count:1,track_recording:{subscriptions:[]}},version:"hybrid"};function yC(){return ju(vC)}var EC={permissions:{can_accept_production_requests:!1,can_edit_display_name:!0,accept_waiting_requests:!1,disable_participant_audio:!1,disable_participant_screensharing:!1,disable_participant_video:!1,can_spotlight:!1,kick_participant:!1,pin_participant:!1,can_record:!1,can_livestream:!1,waiting_room_type:"SKIP",plugins:{can_close:!0,can_start:!0,can_edit_config:!1,config:{}},polls:{can_create:!0,can_vote:!0,can_view:!0},media:{video:{can_produce:"ALLOWED"},audio:{can_produce:"ALLOWED"},screenshare:{can_produce:"ALLOWED"}},chat:{public:{can_send:!0,text:!0,files:!0},private:{can_send:!1,can_receive:!1,text:!1,files:!1}},hidden_participant:!1,is_recorder:!1,recorder_type:"NONE",show_participant_list:!0,transcription_enabled:!1,can_change_participant_permissions:!1,connected_meetings:{can_alter_connected_meetings:!1,can_switch_connected_meetings:!1,can_switch_to_parent_meeting:!1},stage_enabled:!1,stage_access:void 0,accept_stage_requests:!1},ui:{design_tokens:Em(),config_diff:{}},config:{view_type:"GROUP_CALL",media:{audio:{enable_stereo:!1,enable_high_bitrate:!1},video:{quality:"vga",frame_rate:30,simulcast:!1},screenshare:{quality:"hd",frame_rate:5}},max_video_streams:{mobile:6,desktop:6},max_screenshare_count:1,track_recording:{subscriptions:[]}},version:"2.0.0"};function Ju(){return ju(EC)}function PC(){pe.isElectron()&&window.electronGetDisplayMediaSource&&(navigator.mediaDevices.getDisplayMedia=async()=>{const s=await window.electronGetDisplayMediaSource({types:["window","screen"]});let t=[];if(s&&(Array.isArray(s)?t=s:t=[s]),!(t!=null&&t.length))throw new Error("Couldn't find any media source for screen share.");let e=t.find(n=>{var o;return(o=n.id)==null?void 0:o.includes("screen")});e=e!=null?e:t[0];const r={audio:!1,video:{mandatory:{chromeMediaSource:"desktop",chromeMediaSourceId:e.id}}};return await navigator.mediaDevices.getUserMedia(r)})}var w=(s=>(s.NEW_PRODUCER="NEW_PRODUCER",s.ROOM_NODE_CONNECTION_ERROR="ROOM_NODE_CONNECTION_ERROR",s.SOCKET_SERVICE_ROOM_JOINED="SOCKET_SERVICE_ROOM_JOINED",s.SOCKET_SERVICE_RECONNECTED="SOCKET_SERVICE_RECONNECTED",s.SOCKET_SERVICE_DISCONNECTED="SOCKET_SERVICE_DISCONNECTED",s.SOCKET_SERVICE_FAILED="SOCKET_SERVICE_FAILED",s.SOCKET_STATE_UPDATE="SOCKET_STATE_UPDATE",s.ROOM_NODE_RECONNECTED="ROOM_NODE_RECONNECTED",s.ROOM_NODE_DISCONNECTED="ROOM_NODE_DISCONNECTED",s.ROOM_NODE_FAILED="ROOM_NODE_FAILED",s.TRANSPORT_STATE_UPDATE="TRANSPORT_STATE_UPDATE",s.PRODUCER_SCORE_UPDATE="PRODUCER_SCORE_UPDATE",s.CONSUMER_SCORE_UPDATE="CONSUMER_SCORE_UPDATE",s.PRODUCER_STATUS_UPDATE="PRODUCER_STATUS_UPDATE",s.CONSUMER_STATUS_UPDATE="CONSUMER_STATUS_UPDATE",s.LOW_CONSUMER_SCORE="LOW_CONSUMER_SCORE",s.MEDIA_PERMISSION_ERROR="MEDIA_PERMISSION_ERROR",s.MEDIA_PERMISSION_UPDATE="MEDIA_PERMISSION_UPDATE",s.MESSAGE="websocket/message",s.ROOM_MESSAGE="websocket/room-message",s.PEER_JOINED_INTERNAL="peer/joined-internal",s.PEER_CLOSED="websocket/peer-closed",s.CONSUMER_CLOSED="websocket/consumer-closed",s.CONSUMER_PAUSED="websocket/consumer-paused",s.CONSUMER_RESUMED="websocket/consumer-resumed",s.PRODUCER_CLOSED="websocket/producer-closed",s.NEW_CONSUMER="websocket/new-consumer",s.PRODUCER_SCORE="websocket/producer-score",s.CONSUMER_SCORE="websocket/consumer-score",s.PRODUCER_TOGGLE="cf/producer-toggle",s.UPDATE_ACTIVE="media/update-active",s.RESET_PRODUCER_STATE="cf/reset-producer-state",s.ROOM_STATE="sockethub/room-state",s.GET_STAGE_REQUESTS="GET_STAGE_REQUESTS",s.UPDATE_STAGE_REQUESTS="UPDATE_STAGE_REQUESTS",s.KICK_PEER="KICK_PEER",s.UPDATE_PEER_STAGE_STATUS="UPDATE_PEER_STAGE_STATUS",s.JOIN_MEDIA_ROOM="JOIN_MEDIA_ROOM",s.LEAVE_MEDIA_ROOM="LEAVE_MEDIA_ROOM",s.PIP_HANGUP="PIP_HANGUP",s.E2EE_ACTIVE_PRODUCER="E2EE_ACTIVE_PRODUCER",s.E2EE_INACTIVE_PRODUCER="E2EE_INACTIVE_PRODUCER",s.E2EE_ACTIVE_CONSUMER="E2EE_ACTIVE_CONSUMER",s.E2EE_INACTIVE_CONSUMER="E2EE_INACTIVE_CONSUMER",s.SOCKET_PEERS="SOCKET_PEERS",s.UPDATE_PERMISSIONS="UPDATE_PERMISSIONS",s.MAX_SPATIAL_LAYER_CHANGE="MAX_SPATIAL_LAYER_CHANGE",s.MUTE_SELF="MUTE_SELF",s.MUTE_SELF_VIDEO="MUTE_SELF_VIDEO",s))(w||{});class ma extends Xe.EventEmitter{constructor(e){super();h(this,"logger");this.logger=e,super.setMaxListeners(25)}emit(e,...r){return super.emit("*",e,...r),super.emit(e,...r)}on(e,r){var i;try{const n=this.listenerCount(e);n>25&&n%25===0&&((i=this.logger)==null||i.warn("CustomEventEmitter::maxListenersExceeded",{eventListener:{eventName:e.toString(),listenerCount:this.listenerCount(e)}}))}catch(n){}return super.on(e,r)}addListener(e,r){var i;try{const n=this.listenerCount(e);n>25&&n%25===0&&((i=this.logger)==null||i.warn("CustomEventEmitter::maxListenersExceeded",{eventListener:{eventName:e.toString(),listenerCount:this.listenerCount(e)}}))}catch(n){}return super.addListener(e,r)}off(e,r){return super.off(e,r)}once(e,r){return super.once(e,r)}prependListener(e,r){return super.prependListener(e,r)}prependOnceListener(e,r){return super.prependOnceListener(e,r)}removeListener(e,r){return super.removeListener(e,r)}removeAllListeners(e){return super.removeAllListeners(e)}listeners(e){return super.listeners(e)}listenerCount(e){return super.listenerCount(e)}}class At extends Xe.EventEmitter{constructor(e){super();h(this,"logger");this.logger=e,super.setMaxListeners(25)}emit(e,...r){return super.emit("*",e,...r),super.emit(e,...r)}on(e,r){var i;try{const n=this.listenerCount(e);n>25&&n%25===0&&((i=this.logger)==null||i.warn("CustomEventEmitter::maxListenersExceeded",{eventListener:{eventName:e.toString(),listenerCount:this.listenerCount(e)}}))}catch(n){}return super.on(e,r)}addListener(e,r){var i;try{const n=this.listenerCount(e);n>25&&n%25===0&&((i=this.logger)==null||i.warn("CustomEventEmitter::maxListenersExceeded",{eventListener:{eventName:e.toString(),listenerCount:this.listenerCount(e)}}))}catch(n){}return super.addListener(e,r)}off(e,r){return super.off(e,r)}once(e,r){return super.once(e,r)}prependListener(e,r){return super.prependListener(e,r)}prependOnceListener(e,r){return super.prependOnceListener(e,r)}removeListener(e,r){return super.removeListener(e,r)}removeAllListeners(e){return super.removeAllListeners(e)}listeners(e){return super.listeners(e)}listenerCount(e){return super.listenerCount(e)}}function _C(s,t=2){return s.replace(/[^\u00BF-\u1FFF\u2C00-\uD7FF\w\s]/g,"").trim().split(/\s+/).slice(0,t).map(i=>i.charAt(0)).join("").toUpperCase()}const tp=1080,sp=1920,CC=(s,t,e,r,i,n)=>{let o=.5,c=.5;const d=i,l=n,u=Math.min(e/d,r/l);let p=d*u,f=l*u,S,E,P,C,k=1;return p<e&&(k=e/p),Math.abs(k-1)<1e-14&&f<r&&(k=r/f),p*=k,f*=k,P=d/(p/e),C=l/(f/r),S=(d-P)*o,E=(l-C)*c,S<0&&(S=0),E<0&&(E=0),P>d&&(P=d),C>l&&(C=l),[S,E,P,C,s,t,e,r]};var Vt,Xr,Ke,xt,Pe,Qt,Ms,et,be,gn,mn,As,fn;const gh=class extends At{constructor(e,r,i,n){const o=e.getValue("logger");super(o);g(this,Vt,void 0);g(this,Xr,void 0);g(this,Ke,void 0);g(this,xt,void 0);g(this,Pe,{height:tp,width:sp});g(this,Qt,{brand:"#2160FD",background:"#141414",text:"#000000",videoBackground:"#191919",textOnBrand:"#EEEEEE"});g(this,Ms,void 0);g(this,et,{});g(this,be,void 0);g(this,gn,void 0);g(this,mn,void 0);g(this,As,void 0);g(this,fn,!1);h(this,"cleanupEventListeners",()=>{a(this,Xr).unsubscribe("stageStatus",this.handlePipMediaControls),a(this,be).removeListener("videoUpdate",this.onSelfVideoUpdateListener),a(this,be).removeListener("audioUpdate",this.onSelfAudioUpdateListener),a(this,be).removeListener("roomLeft",()=>this.disable())});h(this,"enablePipMediaControls",()=>{this.mountAudioEvents(),this.mountVideoEvents()});h(this,"onSelfVideoUpdateListener",({videoEnabled:e})=>{this.updateMediaSession("CAMERA",e)});h(this,"onSelfAudioUpdateListener",({audioEnabled:e})=>{this.updateMediaSession("MIC",e)});h(this,"handlePipMediaControls",e=>{e==="ON_STAGE"?this.enablePipMediaControls():this.unmountEvents()});h(this,"eventCallback",e=>{e==="CAMERA"&&(a(this,be).videoEnabled?a(this,be).disableVideo():a(this,be).enableVideo(),this.emit("cameraToggled")),e==="MIC"&&(a(this,be).audioEnabled?a(this,be).disableAudio():a(this,be).enableAudio(),this.emit("micToggled")),e==="END"&&(a(this,Xr).getValue("peerSessionStore").emit(w.PIP_HANGUP),this.cleanupEventListeners(),this.emit("hangup"),this.cleanup())});h(this,"unmountEvents",()=>{navigator.mediaSession===void 0||navigator.mediaSession.setCameraActive===void 0||(navigator.mediaSession.setActionHandler("togglemicrophone",void 0),navigator.mediaSession.setActionHandler("togglecamera",void 0))});h(this,"animate",()=>{if(!this.isActive&&a(this,As)==="active"){this.disable(!0);return}a(this,et)!==void 0&&this.paintCanvas(),a(this,Ms)!==void 0&&m(this,Ms,requestAnimationFrame(()=>this.animate()))});h(this,"disable",(e=!1)=>{m(this,As,"idle"),this.cleanupEventListeners(),cancelAnimationFrame(a(this,Ms)),e!==!0&&document.body.removeChild(a(this,Ke)),m(this,Ms,void 0),document.pictureInPictureElement&&document.exitPictureInPicture()});m(this,Xr,e),m(this,As,"idle"),m(this,be,r),m(this,Qt,{brand:r.config.designTokens.colors.brand[500],background:r.config.designTokens.colors.background[1e3],text:r.config.designTokens.colors.text,videoBackground:r.config.designTokens.colors.videoBg,textOnBrand:r.config.designTokens.colors.textOnBrand}),i&&this.setupIcon("pin",i),n&&this.setupIcon("handRaise",n)}static async _init(e,r){let i,n;try{i=await _c(sC),n=await _c(rC)}catch(o){}return new gh(e,r,i,n)}async setupIcon(e,r){switch(e){case"handRaise":m(this,mn,r);break;case"pin":m(this,gn,r);break}}async overrideIcon(e,r){switch(e){case"handRaise":m(this,mn,await _c(r));break;case"pin":m(this,gn,await _c(r));break}}constructImage(e){const r=new Image,i=new Blob([e],{type:"image/svg+xml"}),n=window.URL.createObjectURL(i);return new Promise(o=>{r.onload=()=>{o(r),window.URL.revokeObjectURL(n)},r.src=n})}createVideoContainer(){m(this,Ke,document.createElement("div")),a(this,Ke).style.width="0.1px",a(this,Ke).style.height="0.1px",a(this,Ke).style.overflow="hidden",a(this,Ke).style.position="absolute",a(this,Ke).style.bottom="0",a(this,Ke).style.right="0",a(this,Ke).style.opacity="0",a(this,Ke).appendChild(a(this,xt))}setupEventListeners(){a(this,Xr).subscribe("stageStatus",this.handlePipMediaControls),a(this,be).addListener("videoUpdate",this.onSelfVideoUpdateListener),a(this,be).addListener("audioUpdate",this.onSelfAudioUpdateListener),a(this,be).addListener("roomLeft",()=>this.disable())}createCanvas(){const e=document.createElement("canvas");e.height=a(this,Pe).height,e.width=a(this,Pe).width,m(this,Vt,e)}setupMediaSessionEvents(){navigator.mediaSession===void 0||navigator.mediaSession.setCameraActive===void 0||(navigator.mediaSession.setActionHandler("hangup",()=>{this.eventCallback("END")}),this.mountAudioEvents(),this.mountVideoEvents())}mountAudioEvents(){navigator.mediaSession===void 0||navigator.mediaSession.setMicrophoneActive===void 0||a(this,be).permissions.canProduceAudio&&navigator.mediaSession.setActionHandler("togglemicrophone",()=>{this.eventCallback("MIC")})}mountVideoEvents(){navigator.mediaSession===void 0||navigator.mediaSession.setCameraActive===void 0||a(this,be).permissions.canProduceVideo&&navigator.mediaSession.setActionHandler("togglecamera",()=>{this.eventCallback("CAMERA")})}getSources(){const r=Object.values(a(this,et)).reduce((i,n)=>(i[n.pinned?"pinned":"regular"].push(n),i),{pinned:[],regular:[]});return[...r.pinned,...r.regular]}drawEmptyTile(e,r,i,n){if(a(this,Vt)===void 0)return;const o=a(this,Vt).getContext("2d"),c=a(this,Vt).width,d=0,l=0,u=r-d*2,p=i-d*2,f=Math.floor(c/u),S=Math.floor(e/f),P=e%f*(u+d)+d,C=S*(p+d)+d,{displayText:k,image:I}=n!=null?n:{};o.fillStyle=k||I?a(this,Qt).videoBackground:a(this,Qt).background,o.strokeStyle=a(this,Qt).brand,o.beginPath(),o.moveTo(P+l,C),o.arcTo(P+u,C,P+u,C+l,l),o.arcTo(P+u,C+p,P+u-l,C+p,l),o.arcTo(P,C+p,P,C+p-l,l),o.arcTo(P,C,P+l,C,l),o.closePath(),o.fill(),o.stroke();const L=u/6,N=u/2+P,$=p/2+C;o.save(),(k||I)&&(o.beginPath(),o.arc(N,$,L,0,Math.PI*2),o.fillStyle=a(this,Qt).brand,o.fill(),I?(o.clip(),o.drawImage(I,N-L,$-L,L*2,L*2),o.restore()):k&&(o.fillStyle=a(this,Qt).textOnBrand,o.font=`${L/2}px sans-serif`,o.textAlign="center",o.textBaseline="middle",o.fillText(k,N,$)),this.drawIcons(n,P,C,Math.max(u,p)))}drawIcons(e,r,i,n){const o=Math.min(Math.max(n*.15,100),200),c=o*.2,d=o*.2;let l=r+c;const u=i+c,p=f=>{const S=a(this,Vt).getContext("2d");S.save(),S.fillStyle=a(this,Qt).background,S.beginPath(),S.moveTo(l+d,u),S.arcTo(l+o,u,l+o,u+d,d),S.arcTo(l+o,u+o,l+o-d,u+o,d),S.arcTo(l,u+o,l,u+o-d,d),S.arcTo(l,u,l+d,u,d),S.closePath(),S.fill(),typeof f=="string"?(S.font=`${o/1.5}px sans-serif`,S.fillStyle=a(this,Qt).text,S.textAlign="center",S.textBaseline="top",S.fillText(f,o/2+l,u+c)):S.drawImage(f,l+c,u+c,o-c*2,o-c*2),l+=o+c,S.restore()};e.pinned&&p(a(this,gn)),e.handRaised&&p(a(this,mn)),e.reaction&&p(e.reaction)}drawTile(e,r,i){var l,u;if(a(this,Vt)===void 0)return;const n=a(this,Vt).getContext("2d"),o=this.getSources();let c=0,d=0;for(;c<a(this,Pe).height-5;){let p=0;for(;p<a(this,Pe).width-5&&d<i;){if((l=o[d])!=null&&l.enabled){const f=o[d].element,[S,E,P,C,k,I,L,N]=CC(p,c,e,r,f.videoWidth,f.videoHeight);((u=f==null?void 0:f.classList)==null?void 0:u.contains("mirror"))?(n.save(),n.scale(-1,1),n.drawImage(f,S,E,P,C,-1*k,I,-1*L,N),n.restore()):n.drawImage(f,S,E,P,C,k,I,L,N),this.drawIcons(o[d],k,I,Math.max(L,N))}else this.drawEmptyTile(d,e,r,o[d]);d+=1,p+=e}c+=r}}calcGridElemSize(e){switch(e){case 0:case 1:return[a(this,Pe).width,a(this,Pe).height];case 2:return[Math.floor(a(this,Pe).width/2),a(this,Pe).height];case 3:case 4:return[Math.floor(a(this,Pe).width/2),Math.floor(a(this,Pe).height/2)];case 5:case 6:return[Math.floor(a(this,Pe).width/3),Math.floor(a(this,Pe).height/2)];case 7:case 8:case 9:return[Math.floor(a(this,Pe).width/3),Math.floor(a(this,Pe).height/3)];default:return[Math.floor(a(this,Pe).width/3),Math.floor(a(this,Pe).height/2)]}}paintCanvas(){let e=this.getSources().length;e!==1&&(e=e%2>0?e+1:e);const[r,i]=this.calcGridElemSize(e);this.drawTile(r,i,e)}isSupported(){var e;return!!window.chrome&&document.pictureInPictureEnabled&&((e=a(this,be).config)==null?void 0:e.viewType)!=="LIVESTREAM"}get isActive(){return document.pictureInPictureElement!==null}cleanup(){if(m(this,fn,!1),this.isSupported()&&document.exitPictureInPicture!==void 0&&document.pictureInPictureElement!==null&&document.exitPictureInPicture(),a(this,Ke))try{document.body.removeChild(a(this,Ke))}catch(e){}this.removeAllSources(),m(this,Vt,void 0),m(this,xt,void 0),m(this,Ms,void 0)}init({height:e,width:r}={}){if(!this.isSupported())throw this.logger.error("Pip.unsupported"),new Error("Picture-in-picture is not available in this environment");if(a(this,fn))return;m(this,fn,!0),this.createCanvas(),this.setupMediaSessionEvents();const i=document.createElement("video");m(this,Pe,{height:e!=null?e:tp,width:r!=null?r:sp}),i.height=a(this,Pe).height,i.width=a(this,Pe).width,i.autoplay=!0,i.muted=!0,i.srcObject=a(this,Vt).captureStream(24),m(this,xt,i),a(this,xt).onloadedmetadata=()=>{try{this.emit("pipStarted"),a(this,xt).onleavepictureinpicture=()=>{this.emit("pipEnded")}}catch(n){this.emit("pipEnded")}},this.createVideoContainer(),this.paintCanvas()}updateMediaSession(e,r){navigator.mediaSession!==void 0&&(e==="CAMERA"&&navigator.mediaSession.setCameraActive!==void 0&&navigator.mediaSession.setCameraActive(r),e==="MIC"&&navigator.mediaSession.setMicrophoneActive!==void 0&&navigator.mediaSession.setMicrophoneActive(r))}enableSource(e){a(this,et)[e]!==void 0&&(a(this,et)[e].enabled=!0)}disableSource(e){a(this,et)[e]!==void 0&&(a(this,et)[e].enabled=!1)}async generateAvatar(e,r){if(!r)return;const i=new Image;try{const n=await(await fetch(r)).blob(),o=window.URL.createObjectURL(n);i.onload=()=>{this.updateSource(e,{image:i}),window.URL.revokeObjectURL(o)},i.src=o}catch(n){this.logger.error("Pip::GenerateAvatar",{error:n})}}addSource(e,r,i,n=!1,o=void 0,c=void 0,d=!1){this.logger.debug("Pip::AddSource",{pip:{id:e,handRaised:d}}),a(this,et)[e]={id:e,element:r,enabled:i,pinned:n,displayText:o?_C(o):void 0,imageUrl:c,handRaised:d},c&&this.generateAvatar(e,c)}updateSource(e,r){this.logger.info("Pip::UpdateSource",{pip:{id:e,handRaised:r.handRaised,reaction:r.reaction}});const i=a(this,et)[e];i&&(a(this,et)[e]={...i,...r})}removeSource(e){delete a(this,et)[e]}removePinnedSource(){Object.values(a(this,et)).forEach(r=>{r.pinned&&this.removeSource(r.id)})}removeAllSources(){m(this,et,{})}enable(){m(this,As,"activating"),this.setupEventListeners(),this.updateMediaSession("CAMERA",a(this,be).videoEnabled),this.updateMediaSession("MIC",a(this,be).audioEnabled),document.body.appendChild(a(this,Ke)),m(this,Ms,requestAnimationFrame(()=>this.animate())),a(this,xt).onloadedmetadata=()=>{a(this,xt).requestPictureInPicture().then(()=>{m(this,As,"active")})},a(this,xt).readyState===4&&a(this,xt).requestPictureInPicture().then(()=>{m(this,As,"active")})}};let Gl=gh;Vt=new WeakMap,Xr=new WeakMap,Ke=new WeakMap,xt=new WeakMap,Pe=new WeakMap,Qt=new WeakMap,Ms=new WeakMap,et=new WeakMap,be=new WeakMap,gn=new WeakMap,mn=new WeakMap,As=new WeakMap,fn=new WeakMap;var Qs;(function(s){s[s.PUBLISHER=0]="PUBLISHER",s[s.SUBSCRIBER=1]="SUBSCRIBER"})(Qs||(Qs={}));var zs;(function(s){s[s.AUDIO=0]="AUDIO",s[s.VIDEO=1]="VIDEO"})(zs||(zs={}));class wC extends T.MessageType{constructor(){super("media.Codec",[{no:1,name:"channels",kind:"scalar",opt:!0,T:5},{no:2,name:"clock_rate",kind:"scalar",T:5},{no:3,name:"mime_type",kind:"scalar",T:9},{no:4,name:"sdp_fmtp_line",kind:"scalar",opt:!0,T:9},{no:5,name:"payload_type",kind:"scalar",opt:!0,T:13}])}}const Pm=new wC;class RC extends T.MessageType{constructor(){super("media.HeaderExtension",[{no:1,name:"direction",kind:"scalar",opt:!0,T:9},{no:2,name:"uri",kind:"scalar",T:9}])}}const bC=new RC;class kC extends T.MessageType{constructor(){super("media.Fingerprint",[{no:1,name:"algorithm",kind:"scalar",T:9},{no:2,name:"value",kind:"scalar",T:9}])}}new kC;class MC extends T.MessageType{constructor(){super("media.SessionDescription",[{no:1,name:"target",kind:"enum",T:()=>["media.Target",Qs]},{no:2,name:"type",kind:"scalar",T:9},{no:3,name:"sdp",kind:"scalar",T:9}])}}const ds=new MC;class AC extends T.MessageType{constructor(){super("media.ProducerPayload",[{no:1,name:"kind",kind:"scalar",T:9},{no:2,name:"paused",kind:"scalar",T:8},{no:3,name:"screen_share",kind:"scalar",T:8},{no:4,name:"msid",kind:"scalar",T:9},{no:5,name:"app_data",kind:"scalar",opt:!0,T:9},{no:6,name:"mime_type",kind:"scalar",opt:!0,T:9}])}}const IC=new AC;class DC extends T.MessageType{constructor(){super("media.CreateTransportRequest",[{no:1,name:"consuming",kind:"scalar",T:8},{no:2,name:"force_tcp",kind:"scalar",opt:!0,T:8},{no:3,name:"description",kind:"message",T:()=>ds},{no:4,name:"private_ice",kind:"scalar",opt:!0,T:8},{no:5,name:"producers",kind:"message",repeat:1,T:()=>IC}])}}const OC=new DC;class NC extends T.MessageType{constructor(){super("media.AudioActivityRequest",[{no:1,name:"producer_id",kind:"scalar",T:9},{no:2,name:"energy",kind:"scalar",T:5},{no:3,name:"silent",kind:"scalar",T:8}])}}const LC=new NC;class VC extends T.MessageType{constructor(){super("media.CreateTransportResponse",[{no:1,name:"transport_id",kind:"scalar",T:9},{no:2,name:"description",kind:"message",T:()=>ds},{no:3,name:"transcription_enabled",kind:"scalar",opt:!0,T:8},{no:4,name:"producer_ids",kind:"scalar",repeat:2,T:9}])}}const _m=new VC;class xC extends T.MessageType{constructor(){super("media.RenegotiateRequest",[{no:1,name:"transport_id",kind:"scalar",T:9},{no:2,name:"description",kind:"message",T:()=>ds}])}}const UC=new xC;class $C extends T.MessageType{constructor(){super("media.RenegotiateResponse",[{no:1,name:"transport_id",kind:"scalar",T:9},{no:2,name:"description",kind:"message",T:()=>ds}])}}new $C;class BC extends T.MessageType{constructor(){super("media.NestedScore",[{no:1,name:"encoding_idx",kind:"scalar",T:5},{no:2,name:"rid",kind:"scalar",T:9},{no:3,name:"score",kind:"scalar",T:5},{no:4,name:"ssrc",kind:"scalar",T:3,L:0}])}}const HC=new BC;class FC extends T.MessageType{constructor(){super("media.ProducerTrack",[{no:1,name:"track_id",kind:"scalar",T:9},{no:2,name:"producer_id",kind:"scalar",T:9},{no:3,name:"stream_id",kind:"scalar",T:9}])}}const qC=new FC;class jC extends T.MessageType{constructor(){super("media.ProducerEntry",[{no:1,name:"producing_transport_id",kind:"scalar",T:9},{no:2,name:"producer_id",kind:"scalar",T:9}])}}new jC;class GC extends T.MessageType{constructor(){super("media.ConsumerEntry",[{no:1,name:"consuming_transport_id",kind:"scalar",T:9},{no:2,name:"consumer_id",kind:"scalar",T:9}])}}new GC;class WC extends T.MessageType{constructor(){super("media.ProducerState",[{no:1,name:"producer_id",kind:"scalar",T:9},{no:2,name:"kind",kind:"enum",T:()=>["media.ProducerKind",zs]},{no:3,name:"pause",kind:"scalar",T:8},{no:4,name:"screen_share",kind:"scalar",T:8},{no:5,name:"app_data",kind:"scalar",opt:!0,T:9},{no:6,name:"producing_transport_id",kind:"scalar",opt:!0,T:9},{no:7,name:"mime_type",kind:"scalar",opt:!0,T:9},{no:8,name:"codec",kind:"message",T:()=>Pm}])}}const fc=new WC;class JC extends T.MessageType{constructor(){super("media.ConsumerState",[{no:1,name:"consumer_id",kind:"scalar",T:9},{no:2,name:"producer_state",kind:"message",T:()=>fc},{no:3,name:"producer_track",kind:"message",T:()=>qC},{no:4,name:"error_code",kind:"scalar",opt:!0,T:9}])}}const KC=new JC;class zC extends T.MessageType{constructor(){super("media.ProducerIdToConsumerMap",[{no:1,name:"map",kind:"map",K:9,V:{kind:"message",T:()=>KC}}])}}const Cm=new zC;class YC extends T.MessageType{constructor(){super("media.PeerRtpCapabilitites",[{no:1,name:"sender",kind:"message",T:()=>ip},{no:2,name:"receiver",kind:"message",T:()=>ip}])}}const wm=new YC;class QC extends T.MessageType{constructor(){super("media.RtpCapability",[{no:1,name:"codecs",kind:"message",repeat:1,T:()=>Pm},{no:2,name:"header_extensions",kind:"message",repeat:1,T:()=>bC}])}}const rp=new QC;class XC extends T.MessageType{constructor(){super("media.RtpCapabilitites",[{no:1,name:"audio",kind:"message",T:()=>rp},{no:2,name:"video",kind:"message",T:()=>rp}])}}const ip=new XC;class ZC extends T.MessageType{constructor(){super("media.PreferredCodec",[{no:1,name:"audio",kind:"scalar",opt:!0,T:9},{no:2,name:"video",kind:"scalar",opt:!0,T:9}])}}const ew=new ZC;class tw extends T.MessageType{constructor(){super("media.Simulcast",[{no:1,name:"preferred_rid",kind:"scalar",opt:!0,T:9},{no:2,name:"priority_ordering",kind:"scalar",opt:!0,T:9},{no:3,name:"rid_not_available",kind:"scalar",opt:!0,T:9}])}}const Rm=new tw;class sw extends T.MessageType{constructor(){super("media.edge.GeoLocation",[{no:1,name:"latitude",kind:"scalar",T:2},{no:2,name:"longitude",kind:"scalar",T:2},{no:3,name:"region",kind:"scalar",opt:!0,T:9}])}}const rw=new sw;class iw extends T.MessageType{constructor(){super("media.edge.PeerJoinRequest",[{no:1,name:"display_name",kind:"scalar",opt:!0,T:9},{no:2,name:"prejoined",kind:"scalar",T:8},{no:3,name:"room_uuid",kind:"scalar",T:9},{no:4,name:"meeting_id",kind:"scalar",opt:!0,T:9},{no:5,name:"preset",kind:"scalar",opt:!0,T:12},{no:6,name:"user_id",kind:"scalar",opt:!0,T:9},{no:7,name:"organization_id",kind:"scalar",opt:!0,T:9},{no:8,name:"location",kind:"message",T:()=>rw},{no:9,name:"capabilities",kind:"message",T:()=>wm}])}}const nw=new iw;class aw extends T.MessageType{constructor(){super("media.edge.PeerJoinCompleteRequest",[])}}const ow=new aw;class cw extends T.MessageType{constructor(){super("media.edge.PeerLeaveRequest",[{no:1,name:"close_room",kind:"scalar",T:8}])}}const dw=new cw;class lw extends T.MessageType{constructor(){super("media.edge.ConsumeMultipleProducerRequest",[{no:1,name:"producer_ids",kind:"scalar",repeat:2,T:9},{no:2,name:"paused",kind:"scalar",opt:!0,T:8}])}}new lw;class uw extends T.MessageType{constructor(){super("media.edge.ConsumePeerRequest",[{no:1,name:"producing_peer_id",kind:"scalar",T:9},{no:2,name:"paused",kind:"scalar",opt:!0,T:8},{no:3,name:"producer_id",kind:"scalar",opt:!0,T:9},{no:4,name:"preferred_codec",kind:"message",T:()=>ew},{no:5,name:"producing_transport_id",kind:"scalar",opt:!0,T:9},{no:6,name:"simulcast",kind:"message",T:()=>Rm}])}}const hw=new uw;class pw extends T.MessageType{constructor(){super("media.edge.ConsumePeersRequest",[{no:1,name:"requests",kind:"message",repeat:1,T:()=>hw},{no:2,name:"consuming_transport_id",kind:"scalar",opt:!0,T:9}])}}const gw=new pw;class mw extends T.MessageType{constructor(){super("media.edge.UpdateConsumerSimulcastConfigRequest",[{no:1,name:"producer_id",kind:"scalar",T:9},{no:2,name:"simulcast",kind:"message",T:()=>Rm},{no:3,name:"producing_transport_id",kind:"scalar",T:9},{no:4,name:"mid",kind:"scalar",T:9}])}}const fw=new mw;class Tw extends T.MessageType{constructor(){super("media.edge.UpdateConsumersSimulcastConfigRequest",[{no:1,name:"requests",kind:"message",repeat:1,T:()=>fw},{no:2,name:"consuming_transport_id",kind:"scalar",opt:!0,T:9}])}}const Sw=new Tw;class vw extends T.MessageType{constructor(){super("media.edge.ProducerCreateRequest",[{no:1,name:"kind",kind:"scalar",T:9},{no:2,name:"paused",kind:"scalar",T:8},{no:3,name:"screen_share",kind:"scalar",T:8},{no:4,name:"description",kind:"message",T:()=>ds},{no:5,name:"msid",kind:"scalar",T:9},{no:6,name:"app_data",kind:"scalar",opt:!0,T:9},{no:7,name:"mime_type",kind:"scalar",opt:!0,T:9},{no:8,name:"producing_transport_id",kind:"scalar",opt:!0,T:9}])}}const yw=new vw;class Ew extends T.MessageType{constructor(){super("media.edge.SelectedPeersRequest",[])}}new Ew;class Pw extends T.MessageType{constructor(){super("media.edge.GlobalPeerPinningRequest",[{no:1,name:"participant_id",kind:"scalar",T:9}])}}const _w=new Pw;class Cw extends T.MessageType{constructor(){super("media.edge.ProducerToggleRequest",[{no:1,name:"producer_id",kind:"scalar",T:9},{no:2,name:"pause",kind:"scalar",T:8}])}}const wc=new Cw;class ww extends T.MessageType{constructor(){super("media.edge.ConsumerToggleRequest",[{no:1,name:"consumer_id",kind:"scalar",T:9},{no:2,name:"pause",kind:"scalar",T:8}])}}new ww;class Rw extends T.MessageType{constructor(){super("media.edge.ProducerCloseRequest",[{no:1,name:"producer_id",kind:"scalar",T:9},{no:2,name:"description",kind:"message",T:()=>ds},{no:3,name:"producing_transport_id",kind:"scalar",opt:!0,T:9}])}}const bw=new Rw;class kw extends T.MessageType{constructor(){super("media.edge.ConsumerCloseRequest",[{no:1,name:"consumer_ids",kind:"scalar",repeat:2,T:9},{no:2,name:"description",kind:"message",T:()=>ds},{no:3,name:"consuming_transport_id",kind:"scalar",opt:!0,T:9}])}}const Mw=new kw;class Aw extends T.MessageType{constructor(){super("media.edge.KickPeerRequest",[{no:1,name:"participant_id",kind:"scalar",T:9}])}}new Aw;class Iw extends T.MessageType{constructor(){super("media.edge.KickAllPeersRequest",[{no:1,name:"propagate_kick_across_rooms",kind:"scalar",T:8}])}}const bm=new Iw;class Dw extends T.MessageType{constructor(){super("media.edge.PeerDisplayNameEditRequest",[{no:1,name:"participant_id",kind:"scalar",T:9},{no:2,name:"display_name",kind:"scalar",T:9}])}}const Ow=new Dw;class Nw extends T.MessageType{constructor(){super("media.edge.HostMediaControlForPeerRequest",[{no:1,name:"participant_id",kind:"scalar",T:9},{no:2,name:"audio",kind:"scalar",T:8},{no:3,name:"video",kind:"scalar",T:8},{no:4,name:"scree_share",kind:"scalar",T:8}])}}const Lw=new Nw;class Vw extends T.MessageType{constructor(){super("media.edge.HostMediaControlForAllPeerRequest",[{no:1,name:"audio",kind:"scalar",T:8},{no:2,name:"video",kind:"scalar",T:8},{no:3,name:"screen_share",kind:"scalar",T:8}])}}const xw=new Vw;class Uw extends T.MessageType{constructor(){super("media.edge.GetRoomStateResponse",[{no:1,name:"display_title",kind:"scalar",T:9},{no:2,name:"locked_mode",kind:"scalar",T:8},{no:3,name:"room_uuid",kind:"scalar",T:9},{no:4,name:"room_name",kind:"scalar",T:9},{no:5,name:"current_peer_id",kind:"scalar",T:9},{no:6,name:"is_recording",kind:"scalar",opt:!0,T:8},{no:7,name:"recorder_participant_id",kind:"scalar",opt:!0,T:9},{no:8,name:"pinned_peer_ids",kind:"scalar",repeat:2,T:9}])}}const $w=new Uw;class Bw extends T.MessageType{constructor(){super("media.edge.ErrorResponse",[{no:1,name:"error_message",kind:"scalar",T:9},{no:2,name:"event_id",kind:"scalar",T:5}])}}const Hw=new Bw;class Fw extends T.MessageType{constructor(){super("media.edge.EmptyResponse",[])}}new Fw;class qw extends T.MessageType{constructor(){super("media.edge.RoomParticipants",[{no:1,name:"peer_id",kind:"scalar",T:9},{no:2,name:"producer_states",kind:"message",repeat:1,T:()=>fc},{no:3,name:"display_name",kind:"scalar",T:9},{no:4,name:"user_id",kind:"scalar",opt:!0,T:9},{no:5,name:"capabilities",kind:"message",T:()=>wm}])}}const km=new qw;class jw extends T.MessageType{constructor(){super("media.edge.SelectedPeersResponse",[{no:1,name:"audio_peers",kind:"scalar",repeat:2,T:9},{no:2,name:"compulsory_peers",kind:"scalar",repeat:2,T:9}])}}const Wl=new jw;class Gw extends T.MessageType{constructor(){super("media.edge.SelectedPeersDiffEntry",[{no:1,name:"peer_id",kind:"scalar",T:9},{no:2,name:"priority",kind:"scalar",T:5}])}}const Ww=new Gw;class Jw extends T.MessageType{constructor(){super("media.edge.SelectedPeersDiffResponse",[{no:1,name:"entries",kind:"message",repeat:1,T:()=>Ww}])}}const np=new Jw;class Kw extends T.MessageType{constructor(){super("media.edge.PeerJoinResponse",[])}}new Kw;class zw extends T.MessageType{constructor(){super("media.edge.PeerJoinCompleteResponse",[{no:1,name:"room_state",kind:"message",T:()=>$w},{no:2,name:"participants",kind:"message",repeat:1,T:()=>km},{no:3,name:"selected_peers",kind:"message",T:()=>Wl},{no:4,name:"max_preferred_streams",kind:"scalar",T:5}])}}const Jl=new zw;class Yw extends T.MessageType{constructor(){super("media.edge.PeerLeaveResponse",[{no:1,name:"closed",kind:"scalar",T:8}])}}const Qw=new Yw;class Xw extends T.MessageType{constructor(){super("media.edge.ConsumeMultipleProducerResponse",[{no:1,name:"status",kind:"scalar",T:8},{no:2,name:"consumer_ids_map",kind:"message",T:()=>Cm}])}}new Xw;class Zw extends T.MessageType{constructor(){super("media.edge.ConsumePeerResponse",[{no:1,name:"status",kind:"scalar",T:8},{no:2,name:"consumer_ids_map",kind:"message",T:()=>Cm},{no:3,name:"description",kind:"message",T:()=>ds}])}}const eR=new Zw;class tR extends T.MessageType{constructor(){super("media.edge.ProducerCreateResponse",[{no:1,name:"status",kind:"scalar",T:8},{no:2,name:"producer_id",kind:"scalar",T:9},{no:4,name:"description",kind:"message",T:()=>ds}])}}const sR=new tR;class rR extends T.MessageType{constructor(){super("media.edge.ProducerScoreResponse",[{no:1,name:"responseid",kind:"scalar",T:9},{no:2,name:"score",kind:"message",T:()=>HC}])}}new rR;class iR extends T.MessageType{constructor(){super("media.edge.ActiveSpeakerResponse",[{no:1,name:"responsepeer_id",kind:"scalar",T:9},{no:2,name:"volume",kind:"scalar",T:5}])}}new iR;class nR extends T.MessageType{constructor(){super("media.edge.NoActiveSpeakerResponse",[])}}new nR;class aR extends T.MessageType{constructor(){super("media.edge.ProducerToggleResponse",[])}}new aR;class oR extends T.MessageType{constructor(){super("media.edge.ConsumerToggleResponse",[])}}new oR;class cR extends T.MessageType{constructor(){super("media.edge.ProducerClosingResponse",[{no:1,name:"description",kind:"message",T:()=>ds}])}}const dR=new cR;class lR extends T.MessageType{constructor(){super("media.edge.ConsumerClosingResponse",[{no:1,name:"description",kind:"message",T:()=>ds}])}}const uR=new lR;class hR extends T.MessageType{constructor(){super("media.edge.GlobalPeerPinningResponse",[])}}new hR;class pR extends T.MessageType{constructor(){super("media.edge.KickPeerResponse",[{no:1,name:"status",kind:"scalar",T:9}])}}new pR;class gR extends T.MessageType{constructor(){super("media.edge.KickAllPeersResponse",[{no:1,name:"status",kind:"scalar",T:9}])}}new gR;class mR extends T.MessageType{constructor(){super("media.edge.HostMediaControlForPeerResponse",[{no:1,name:"status",kind:"scalar",T:9}])}}const fR=new mR;class TR extends T.MessageType{constructor(){super("media.edge.HostMediaControlForAllPeerResponse",[{no:1,name:"status",kind:"scalar",T:9}])}}const SR=new TR;class vR extends T.MessageType{constructor(){super("media.edge.PeerDisplayNameEditResponse",[{no:1,name:"status",kind:"scalar",T:9}])}}const yR=new vR;class ER extends T.MessageType{constructor(){super("media.edge.PeerJoinBroadcastResponse",[{no:1,name:"participant",kind:"message",T:()=>km}])}}const ap=new ER;class PR extends T.MessageType{constructor(){super("media.edge.TrackSubscriptionKind",[{no:1,name:"audio",kind:"scalar",T:8},{no:2,name:"video",kind:"scalar",T:8}])}}const op=new PR;class _R extends T.MessageType{constructor(){super("media.edge.TrackSubscription",[{no:1,name:"label",kind:"scalar",T:9},{no:2,name:"webcam",kind:"message",T:()=>op},{no:3,name:"screenshare",kind:"message",T:()=>op}])}}const CR=new _R;class wR extends T.MessageType{constructor(){super("media.edge.PeerProducingTransportCreateBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9},{no:2,name:"transport_details",kind:"message",T:()=>_m},{no:3,name:"track_subscriptions",kind:"message",repeat:1,T:()=>CR}])}}new wR;class RR extends T.MessageType{constructor(){super("media.edge.PeerProducerCreateBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9},{no:2,name:"producer_state",kind:"message",T:()=>fc}])}}const bR=new RR;class kR extends T.MessageType{constructor(){super("media.edge.PeerProducerToggleBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9},{no:2,name:"producer_state",kind:"message",T:()=>fc},{no:3,name:"initiator_participant_id",kind:"scalar",opt:!0,T:9}])}}const cp=new kR;class MR extends T.MessageType{constructor(){super("media.edge.PeerProducerCloseBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9},{no:2,name:"producer_state",kind:"message",T:()=>fc}])}}const AR=new MR;class IR extends T.MessageType{constructor(){super("media.edge.PeerLeaveBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9}])}}const Kl=new IR;class DR extends T.MessageType{constructor(){super("media.edge.GlobalPeerPinningBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9}])}}const dp=new DR;class OR extends T.MessageType{constructor(){super("media.edge.GlobalPeerUnPinningBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9}])}}new OR;class NR extends T.MessageType{constructor(){super("media.edge.RecordingStartedBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9}])}}new NR;class LR extends T.MessageType{constructor(){super("media.edge.RecordingStoppedBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9}])}}new LR;class VR extends T.MessageType{constructor(){super("media.edge.PeerDisplayNameEditBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9},{no:2,name:"display_name",kind:"scalar",T:9}])}}new VR;class xR extends T.MessageType{constructor(){super("media.edge.PeerPingRequestBroadcastResponse",[{no:1,name:"password",kind:"scalar",T:9}])}}new xR;class UR extends T.MessageType{constructor(){super("media.edge.MediaRoomTerminationBroadcastResponse",[{no:1,name:"reason",kind:"scalar",T:9}])}}new UR;class $R extends T.MessageType{constructor(){super("socket.ai.MeetingTranscript",[{no:1,name:"meeting_id",kind:"scalar",T:9},{no:2,name:"transcript",kind:"scalar",T:9},{no:3,name:"is_partial",kind:"scalar",T:8}])}}const Ml=new $R;class BR extends T.MessageType{constructor(){super("socket.api.BaseSocketHubMessage",[{no:1,name:"event",kind:"scalar",T:5},{no:2,name:"id",kind:"scalar",T:9},{no:3,name:"peer_id",kind:"scalar",T:9},{no:4,name:"room_id",kind:"scalar",T:9},{no:5,name:"user_id",kind:"scalar",T:9},{no:6,name:"payload",kind:"scalar",T:12},{no:7,name:"error",kind:"scalar",opt:!0,T:8},{no:8,name:"sid",kind:"scalar",opt:!0,T:9}])}}new BR;class HR extends T.MessageType{constructor(){super("socket.api.ErrorMessage",[{no:1,name:"code",kind:"scalar",opt:!0,T:5},{no:2,name:"message",kind:"scalar",T:9}])}}const FR=new HR;var $i;(function(s){s[s.BROWSER=0]="BROWSER",s[s.TRACK=1]="TRACK",s[s.COMPOSITE=2]="COMPOSITE"})($i||($i={}));var Gs;(function(s){s[s.UNSPECIFIED=0]="UNSPECIFIED",s[s.ON_STAGE=1]="ON_STAGE",s[s.APPROVED_STAGE=2]="APPROVED_STAGE",s[s.REQUESTED_STAGE=3]="REQUESTED_STAGE",s[s.OFF_STAGE=4]="OFF_STAGE"})(Gs||(Gs={}));var zl;(function(s){s[s.NONE=0]="NONE",s[s.RECORDER=1]="RECORDER",s[s.LIVESTREAMER=2]="LIVESTREAMER"})(zl||(zl={}));var Yl;(function(s){s[s.PEERS=0]="PEERS",s[s.ROOMS=1]="ROOMS"})(Yl||(Yl={}));var Xc;(function(s){s[s.HIVE=0]="HIVE",s[s.CHAT=1]="CHAT",s[s.PING=2]="PING"})(Xc||(Xc={}));class qR extends T.MessageType{constructor(){super("socket.room.PeerFlags",[{no:1,name:"preset_name",kind:"scalar",T:9},{no:2,name:"recorder_type",kind:"scalar",T:9},{no:3,name:"hidden_participant",kind:"scalar",T:8}])}}const jR=new qR;class GR extends T.MessageType{constructor(){super("socket.room.Peer",[{no:1,name:"peer_id",kind:"scalar",T:9},{no:2,name:"user_id",kind:"scalar",T:9},{no:3,name:"display_name",kind:"scalar",T:9},{no:4,name:"stage_type",kind:"enum",opt:!0,T:()=>["socket.room.StageType",Gs,"STAGE_TYPE_"]},{no:5,name:"custom_participant_id",kind:"scalar",opt:!0,T:9},{no:6,name:"preset_id",kind:"scalar",opt:!0,T:9},{no:7,name:"display_picture_url",kind:"scalar",opt:!0,T:9},{no:8,name:"waitlisted",kind:"scalar",T:8},{no:9,name:"flags",kind:"message",T:()=>jR}])}}const pl=new GR;class WR extends T.MessageType{constructor(){super("socket.room.PeerInfoResponse",[{no:1,name:"peer",kind:"message",T:()=>pl}])}}const Yi=new WR;class JR extends T.MessageType{constructor(){super("socket.room.PeerStatusUpdate",[{no:1,name:"peer_id",kind:"scalar",T:9},{no:2,name:"user_id",kind:"scalar",T:9},{no:3,name:"stage_type",kind:"enum",opt:!0,T:()=>["socket.room.StageType",Gs,"STAGE_TYPE_"]}])}}const lp=new JR;class KR extends T.MessageType{constructor(){super("socket.room.RoomPeersInfoRequest",[{no:1,name:"seach_query",kind:"scalar",T:9},{no:2,name:"limit",kind:"scalar",T:5},{no:3,name:"offset",kind:"scalar",T:5}])}}const zR=new KR;class YR extends T.MessageType{constructor(){super("socket.room.RoomPeersInfoResponse",[{no:1,name:"peers",kind:"message",repeat:1,T:()=>pl}])}}const Al=new YR;class QR extends T.MessageType{constructor(){super("socket.room.RoomPeerCountResponse",[{no:1,name:"count",kind:"scalar",T:4,L:2}])}}const up=new QR;class XR extends T.MessageType{constructor(){super("socket.room.Room",[{no:1,name:"room_id",kind:"scalar",T:9},{no:2,name:"title",kind:"scalar",T:9},{no:4,name:"created_at",kind:"scalar",T:4,L:2},{no:5,name:"active_recordings",kind:"message",repeat:1,T:()=>eb},{no:6,name:"room_uuid",kind:"scalar",opt:!0,T:9}])}}const Mm=new XR;class ZR extends T.MessageType{constructor(){super("socket.room.ActiveRecording",[{no:1,name:"recording_id",kind:"scalar",T:9},{no:2,name:"recording_type",kind:"enum",T:()=>["common.RecordingType",$i]},{no:3,name:"recording_status",kind:"scalar",T:9}])}}const eb=new ZR;class tb extends T.MessageType{constructor(){super("socket.room.RoomInfoResponse",[{no:1,name:"room",kind:"message",T:()=>Mm}])}}const hp=new tb;class sb extends T.MessageType{constructor(){super("socket.room.GetPeerInfoRequest",[{no:1,name:"peer_id",kind:"scalar",T:9}])}}const Am=new sb;class rb extends T.MessageType{constructor(){super("socket.room.UpdatePeerInfoRequest",[{no:1,name:"peer_id",kind:"scalar",T:9},{no:2,name:"display_name",kind:"scalar",opt:!0,T:9}])}}new rb;class ib extends T.MessageType{constructor(){super("socket.room.JoinRoomRequest",[{no:1,name:"peer",kind:"message",T:()=>pl},{no:3,name:"room_uuid",kind:"scalar",T:9},{no:4,name:"organization_id",kind:"scalar",opt:!0,T:9},{no:5,name:"use_hive",kind:"scalar",opt:!0,T:8},{no:6,name:"preset",kind:"scalar",opt:!0,T:12},{no:7,name:"capabilities",kind:"enum",repeat:1,T:()=>["socket.room.Capabilities",Xc,"CAPABILITIES_"]},{no:8,name:"timestamp",kind:"scalar",opt:!0,T:4,L:2}])}}const nb=new ib;class ab extends T.MessageType{constructor(){super("socket.room.LeaveRoomRequest",[{no:1,name:"peer",kind:"message",T:()=>pl},{no:2,name:"timestamp",kind:"scalar",opt:!0,T:4,L:2}])}}const ob=new ab;class cb extends T.MessageType{constructor(){super("socket.room.UpdateRoomInfoRequest",[{no:1,name:"room",kind:"message",T:()=>Mm}])}}new cb;class db extends T.MessageType{constructor(){super("socket.room.GetConnectedRoomsDumpRequest",[])}}new db;class lb extends T.MessageType{constructor(){super("socket.room.ServiceError",[{no:1,name:"message",kind:"scalar",opt:!0,T:9},{no:2,name:"code",kind:"scalar",opt:!0,T:9}])}}const Ku=new lb;class ub extends T.MessageType{constructor(){super("socket.room.ConnectedMeetingPeer",[{no:1,name:"id",kind:"scalar",opt:!0,T:9},{no:2,name:"display_name",kind:"scalar",opt:!0,T:9},{no:3,name:"custom_participant_id",kind:"scalar",opt:!0,T:9},{no:4,name:"preset_id",kind:"scalar",opt:!0,T:9},{no:5,name:"display_picture_url",kind:"scalar",opt:!0,T:9}])}}const hb=new ub;class pb extends T.MessageType{constructor(){super("socket.room.ConnectedMeetingDump",[{no:1,name:"id",kind:"scalar",opt:!0,T:9},{no:2,name:"title",kind:"scalar",opt:!0,T:9},{no:3,name:"participants",kind:"message",repeat:1,T:()=>hb}])}}const pp=new pb;class gb extends T.MessageType{constructor(){super("socket.room.GetConnectedRoomsDumpResponse",[{no:1,name:"parent_meeting",kind:"message",T:()=>pp},{no:2,name:"meetings",kind:"message",repeat:1,T:()=>pp}])}}const mb=new gb;class fb extends T.MessageType{constructor(){super("socket.room.CreateRoomRequestPayload",[{no:1,name:"title",kind:"scalar",opt:!0,T:9}])}}const Tb=new fb;class Sb extends T.MessageType{constructor(){super("socket.room.CreateConnectedRoomsRequest",[{no:1,name:"payloads",kind:"message",repeat:1,T:()=>Tb}])}}const vb=new Sb;class yb extends T.MessageType{constructor(){super("socket.room.CreateRoomResponsePayload",[{no:1,name:"id",kind:"scalar",opt:!0,T:9},{no:2,name:"title",kind:"scalar",opt:!0,T:9},{no:3,name:"error",kind:"message",T:()=>Ku}])}}const Eb=new yb;class Pb extends T.MessageType{constructor(){super("socket.room.CreateConnectedRoomsResponse",[{no:1,name:"payloads",kind:"message",repeat:1,T:()=>Eb}])}}const gp=new Pb;class _b extends T.MessageType{constructor(){super("socket.room.UpdateRoomRequestPayload",[{no:1,name:"meeting_id",kind:"scalar",opt:!0,T:9},{no:2,name:"title",kind:"scalar",opt:!0,T:9}])}}const Cb=new _b;class wb extends T.MessageType{constructor(){super("socket.room.UpdateConnectedRoomsRequest",[{no:1,name:"payloads",kind:"message",repeat:1,T:()=>Cb}])}}new wb;class Rb extends T.MessageType{constructor(){super("socket.room.DisableRoomPayload",[{no:1,name:"id",kind:"scalar",opt:!0,T:9}])}}const bb=new Rb;class kb extends T.MessageType{constructor(){super("socket.room.DisableConnectedRoomsRequest",[{no:1,name:"payloads",kind:"message",repeat:1,T:()=>bb}])}}const Mb=new kb;class Ab extends T.MessageType{constructor(){super("socket.room.DisableConnectedRoomsResponse",[{no:1,name:"payloads",kind:"message",repeat:1,T:()=>Ob}])}}const Ib=new Ab;class Db extends T.MessageType{constructor(){super("socket.room.DisableConnectedRoomPayload",[{no:1,name:"id",kind:"scalar",opt:!0,T:9},{no:2,name:"status",kind:"scalar",opt:!0,T:9},{no:3,name:"title",kind:"scalar",opt:!0,T:9},{no:4,name:"error",kind:"message",T:()=>Ku}])}}const Ob=new Db;class Nb extends T.MessageType{constructor(){super("socket.room.MovePeerPayload",[{no:1,name:"id",kind:"scalar",opt:!0,T:9},{no:2,name:"preset_id",kind:"scalar",opt:!0,T:9}])}}const Lb=new Nb;class Vb extends T.MessageType{constructor(){super("socket.room.MovePeersBetweenRoomsRequest",[{no:1,name:"source_meeting_id",kind:"scalar",opt:!0,T:9},{no:2,name:"destination_meeting_id",kind:"scalar",opt:!0,T:9},{no:3,name:"participants",kind:"message",repeat:1,T:()=>Lb}])}}const xb=new Vb;class Ub extends T.MessageType{constructor(){super("socket.room.MovedPeer",[{no:1,name:"meeting_id",kind:"scalar",opt:!0,T:9},{no:2,name:"custom_participant_id",kind:"scalar",opt:!0,T:9},{no:3,name:"error",kind:"message",T:()=>Ku}])}}const Im=new Ub;class $b extends T.MessageType{constructor(){super("socket.room.MovePeersBetweenRoomsResponse",[{no:1,name:"payloads",kind:"message",repeat:1,T:()=>Im}])}}new $b;class Bb extends T.MessageType{constructor(){super("socket.room.TransferPeer",[{no:1,name:"meeting_id",kind:"scalar",opt:!0,T:9},{no:2,name:"auth_token",kind:"scalar",opt:!0,T:9}])}}const Hb=new Bb;class Fb extends T.MessageType{constructor(){super("socket.room.GetAllAddedParticipantsResponse",[{no:1,name:"participants",kind:"message",repeat:1,T:()=>Gb}])}}const qb=new Fb;class jb extends T.MessageType{constructor(){super("socket.room.AddedParticipant",[{no:1,name:"id",kind:"scalar",T:9},{no:2,name:"name",kind:"scalar",opt:!0,T:9},{no:3,name:"picture",kind:"scalar",opt:!0,T:9},{no:4,name:"custom_participant_id",kind:"scalar",T:9}])}}const Gb=new jb;class Wb extends T.MessageType{constructor(){super("socket.room.RemoveParticipantsRequest",[{no:1,name:"peer_ids",kind:"scalar",repeat:2,T:9}])}}const Dm=new Wb;class Jb extends T.MessageType{constructor(){super("socket.room.BroadcastMessage",[{no:1,name:"type",kind:"scalar",T:9},{no:2,name:"payload",kind:"scalar",T:12},{no:3,name:"timestamp",kind:"scalar",T:4,L:2},{no:4,name:"ids",kind:"scalar",repeat:2,T:9},{no:5,name:"broadcast_type",kind:"enum",opt:!0,T:()=>["socket.room.BroadcastType",Yl,"BROADCAST_TYPE_"]}])}}const La=new Jb;class Kb extends T.MessageType{constructor(){super("socket.room.AcceptWaitingRoomRequests",[{no:1,name:"user_ids",kind:"scalar",repeat:2,T:9}])}}const zb=new Kb;class Yb extends T.MessageType{constructor(){super("socket.room.DenyWaitingRoomRequests",[{no:1,name:"user_ids",kind:"scalar",repeat:2,T:9}])}}const Qb=new Yb;class Xb extends T.MessageType{constructor(){super("socket.room.WaitingRoomRequest",[{no:1,name:"peer_id",kind:"scalar",T:9},{no:2,name:"user_id",kind:"scalar",T:9},{no:3,name:"display_name",kind:"scalar",T:9},{no:4,name:"picture",kind:"scalar",opt:!0,T:9},{no:5,name:"custom_participant_id",kind:"scalar",opt:!0,T:9},{no:6,name:"preset_name",kind:"scalar",opt:!0,T:9}])}}const Zb=new Xb;class ek extends T.MessageType{constructor(){super("socket.room.GetWaitingRoomRequests",[{no:1,name:"requests",kind:"message",repeat:1,T:()=>Zb}])}}const mp=new ek;class tk extends T.MessageType{constructor(){super("socket.room.GetRoomStageStateResponse",[{no:1,name:"on_stage_peers",kind:"scalar",repeat:2,T:9},{no:2,name:"approved_stage_peers",kind:"scalar",repeat:2,T:9},{no:3,name:"requested_stage_peers",kind:"scalar",repeat:2,T:9}])}}const fp=new tk;var Ql;(function(s){s[s.NONE=0]="NONE",s[s.SKIP=1]="SKIP",s[s.ON_PRIVILEGED_USER_ENTRY=2]="ON_PRIVILEGED_USER_ENTRY",s[s.SKIP_ON_ACCEPT=3]="SKIP_ON_ACCEPT"})(Ql||(Ql={}));var Dr;(function(s){s[s.NONE=0]="NONE",s[s.ALLOWED=1]="ALLOWED",s[s.NOT_ALLOWED=2]="NOT_ALLOWED",s[s.CAN_REQUEST=3]="CAN_REQUEST"})(Dr||(Dr={}));class sk extends T.MessageType{constructor(){super("socket.preset.PollsPermissionUpdate",[{no:1,name:"can_create",kind:"scalar",opt:!0,T:8},{no:2,name:"can_vote",kind:"scalar",opt:!0,T:8},{no:3,name:"can_view",kind:"scalar",opt:!0,T:8}])}}const rk=new sk;class ik extends T.MessageType{constructor(){super("socket.preset.PluginsPermissionsUpdate",[{no:1,name:"can_close",kind:"scalar",opt:!0,T:8},{no:2,name:"can_start",kind:"scalar",opt:!0,T:8}])}}const nk=new ik;class ak extends T.MessageType{constructor(){super("socket.preset.PublicChatPermission",[{no:1,name:"can_send",kind:"scalar",opt:!0,T:8},{no:2,name:"text",kind:"scalar",opt:!0,T:8},{no:3,name:"files",kind:"scalar",opt:!0,T:8}])}}const ok=new ak;class ck extends T.MessageType{constructor(){super("socket.preset.PrivateChatPermission",[{no:1,name:"can_send",kind:"scalar",opt:!0,T:8},{no:2,name:"can_receive",kind:"scalar",opt:!0,T:8},{no:3,name:"text",kind:"scalar",opt:!0,T:8},{no:4,name:"files",kind:"scalar",opt:!0,T:8}])}}const dk=new ck;class lk extends T.MessageType{constructor(){super("socket.preset.ChatPermissionUpdate",[{no:1,name:"public",kind:"message",T:()=>ok},{no:2,name:"private",kind:"message",T:()=>dk}])}}const uk=new lk;class hk extends T.MessageType{constructor(){super("socket.preset.ConnectedMeetingPermissionUpdate",[{no:1,name:"can_alter_connected_meetings",kind:"scalar",opt:!0,T:8},{no:2,name:"can_switch_to_parent_meeting",kind:"scalar",opt:!0,T:8},{no:3,name:"can_switch_connected_meetings",kind:"scalar",opt:!0,T:8}])}}const pk=new hk;class gk extends T.MessageType{constructor(){super("socket.preset.StreamPermission",[{no:1,name:"can_produce",kind:"enum",opt:!0,T:()=>["socket.preset.StreamPermissionType",Dr,"STREAM_PERMISSION_TYPE_"]},{no:2,name:"can_consume",kind:"enum",opt:!0,T:()=>["socket.preset.StreamPermissionType",Dr,"STREAM_PERMISSION_TYPE_"]}])}}const Il=new gk;class mk extends T.MessageType{constructor(){super("socket.preset.MediaPermissionUpdate",[{no:1,name:"video",kind:"message",T:()=>Il},{no:2,name:"audio",kind:"message",T:()=>Il},{no:3,name:"screenshare",kind:"message",T:()=>Il}])}}const fk=new mk;class Tk extends T.MessageType{constructor(){super("socket.preset.PresetUpdates",[{no:1,name:"polls",kind:"message",T:()=>rk},{no:2,name:"plugins",kind:"message",T:()=>nk},{no:3,name:"chat",kind:"message",T:()=>uk},{no:4,name:"accept_waiting_requests",kind:"scalar",opt:!0,T:8},{no:5,name:"can_accept_production_requests",kind:"scalar",opt:!0,T:8},{no:6,name:"can_edit_display_name",kind:"scalar",opt:!0,T:8},{no:7,name:"can_record",kind:"scalar",opt:!0,T:8},{no:8,name:"can_livestream",kind:"scalar",opt:!0,T:8},{no:9,name:"can_spotlight",kind:"scalar",opt:!0,T:8},{no:10,name:"disable_participant_audio",kind:"scalar",opt:!0,T:8},{no:11,name:"disable_participant_screensharing",kind:"scalar",opt:!0,T:8},{no:12,name:"disable_participant_video",kind:"scalar",opt:!0,T:8},{no:13,name:"kick_participant",kind:"scalar",opt:!0,T:8},{no:14,name:"pin_participant",kind:"scalar",opt:!0,T:8},{no:15,name:"transcription_enabled",kind:"scalar",opt:!0,T:8},{no:16,name:"waiting_room_type",kind:"enum",opt:!0,T:()=>["socket.preset.WaitingRoomType",Ql,"WAITING_ROOM_TYPE_"]},{no:17,name:"is_recorder",kind:"scalar",opt:!0,T:8},{no:18,name:"recorder_type",kind:"enum",opt:!0,T:()=>["socket.room.RecorderType",zl,"RECORDER_TYPE_"]},{no:19,name:"hidden_participant",kind:"scalar",opt:!0,T:8},{no:20,name:"show_participant_list",kind:"scalar",opt:!0,T:8},{no:21,name:"can_change_participant_permissions",kind:"scalar",opt:!0,T:8},{no:22,name:"connected_meetings",kind:"message",T:()=>pk},{no:23,name:"media",kind:"message",T:()=>fk}])}}const zu=new Tk;class Sk extends T.MessageType{constructor(){super("socket.preset.ReadPeersPresetRequest",[{no:1,name:"user_ids",kind:"scalar",repeat:2,T:9}])}}const vk=new Sk;class yk extends T.MessageType{constructor(){super("socket.preset.PeerPreset",[{no:1,name:"user_id",kind:"scalar",T:9},{no:2,name:"peer_id",kind:"scalar",T:9},{no:3,name:"preset",kind:"scalar",T:12}])}}const Ek=new yk;class Pk extends T.MessageType{constructor(){super("socket.preset.ReadPeersPresetResponse",[{no:1,name:"peer_presets",kind:"message",repeat:1,T:()=>Ek}])}}const _k=new Pk;class Ck extends T.MessageType{constructor(){super("socket.preset.UpdatePeerPreset",[{no:1,name:"user_ids",kind:"scalar",T:9},{no:2,name:"patch",kind:"message",T:()=>zu}])}}const Om=new Ck;class wk extends T.MessageType{constructor(){super("socket.preset.UpdatePeersPresetRequest",[{no:1,name:"update_peers_presets",kind:"message",repeat:1,T:()=>Om}])}}const Rk=new wk;class bk extends T.MessageType{constructor(){super("socket.preset.UpdatePeersPresetResponse",[{no:1,name:"update_peers_presets",kind:"message",repeat:1,T:()=>Om}])}}const Tp=new bk;class kk extends T.MessageType{constructor(){super("socket.preset.PeerUserIDMap",[{no:1,name:"peer_id",kind:"scalar",T:9},{no:2,name:"user_id",kind:"scalar",T:9}])}}const Mk=new kk;class Ak extends T.MessageType{constructor(){super("socket.preset.BulkUpdatePeerPresetRequest",[{no:1,name:"peers",kind:"message",repeat:1,T:()=>Mk},{no:2,name:"patch",kind:"message",T:()=>zu}])}}new Ak;class Ik extends T.MessageType{constructor(){super("socket.preset.BulkUpdatePeerPresetResponse",[{no:2,name:"patch",kind:"message",T:()=>zu}])}}new Ik;class Dk extends T.MessageType{constructor(){super("socket.chat.ChatMessage",[{no:1,name:"chat_id",kind:"scalar",T:9},{no:2,name:"peer_id",kind:"scalar",T:9},{no:3,name:"user_id",kind:"scalar",T:9},{no:4,name:"display_name",kind:"scalar",T:9},{no:5,name:"pinned",kind:"scalar",T:8},{no:6,name:"is_edited",kind:"scalar",T:8},{no:7,name:"payload_type",kind:"scalar",T:5},{no:8,name:"payload",kind:"scalar",T:9},{no:10,name:"target_user_ids",kind:"scalar",repeat:2,T:9},{no:11,name:"created_at",kind:"scalar",T:4,L:2},{no:12,name:"created_at_ms",kind:"scalar",opt:!0,T:4,L:2},{no:13,name:"channel_id",kind:"scalar",opt:!0,T:9},{no:14,name:"channel_index",kind:"scalar",opt:!0,T:9}])}}const $r=new Dk;class Ok extends T.MessageType{constructor(){super("socket.chat.GetPaginatedChatMessageFilters",[{no:1,name:"pinned",kind:"scalar",oneof:"filters",T:8},{no:2,name:"user_id",kind:"scalar",oneof:"filters",T:9}])}}const Nk=new Ok;class Lk extends T.MessageType{constructor(){super("socket.chat.GetPaginatedChatMessageRoomRequest",[{no:1,name:"time_stamp",kind:"scalar",T:4,L:2},{no:2,name:"size",kind:"scalar",T:5},{no:3,name:"from",kind:"scalar",T:5},{no:4,name:"reversed",kind:"scalar",T:8},{no:5,name:"channel_id",kind:"scalar",opt:!0,T:9},{no:6,name:"filters",kind:"message",T:()=>Nk}])}}const Vk=new Lk;class xk extends T.MessageType{constructor(){super("socket.chat.GetPaginatedChatMessageRoomResponse",[{no:1,name:"messages",kind:"message",repeat:1,T:()=>$r},{no:2,name:"next",kind:"scalar",T:8}])}}const Uk=new xk;class $k extends T.MessageType{constructor(){super("socket.chat.GetChatMessagesResponse",[{no:1,name:"messages",kind:"message",repeat:1,T:()=>$r}])}}const Nm=new $k;class Bk extends T.MessageType{constructor(){super("socket.chat.SendChatMessageToRoomRequest",[{no:1,name:"payload_type",kind:"scalar",T:5},{no:2,name:"payload",kind:"scalar",T:9}])}}const Hk=new Bk;class Fk extends T.MessageType{constructor(){super("socket.chat.SendChatMessageToRoomResponse",[{no:1,name:"message",kind:"message",T:()=>$r}])}}const Dl=new Fk;class qk extends T.MessageType{constructor(){super("socket.chat.SendChatMessageToPeersRequest",[{no:1,name:"peer_ids",kind:"scalar",repeat:2,T:9},{no:2,name:"payload_type",kind:"scalar",T:5},{no:3,name:"payload",kind:"scalar",T:9}])}}const jk=new qk;class Gk extends T.MessageType{constructor(){super("socket.chat.SendChatMessageToPeersResponse",[{no:1,name:"message",kind:"message",T:()=>$r}])}}const Ol=new Gk;class Wk extends T.MessageType{constructor(){super("socket.chat.SendChatMessageToChannelRequest",[{no:1,name:"channel_id",kind:"scalar",T:9},{no:2,name:"payload_type",kind:"scalar",T:5},{no:3,name:"payload",kind:"scalar",T:9}])}}new Wk;class Jk extends T.MessageType{constructor(){super("socket.chat.SendChatMessageToChannelResponse",[{no:1,name:"message",kind:"message",T:()=>$r}])}}new Jk;class Kk extends T.MessageType{constructor(){super("socket.chat.EditChatMessageRequest",[{no:1,name:"chat_id",kind:"scalar",T:9},{no:2,name:"payload_type",kind:"scalar",opt:!0,T:5},{no:3,name:"payload",kind:"scalar",opt:!0,T:9},{no:4,name:"pinned",kind:"scalar",opt:!0,T:8},{no:5,name:"channel_id",kind:"scalar",opt:!0,T:9}])}}const zk=new Kk;class Yk extends T.MessageType{constructor(){super("socket.chat.PinChatMessageRequest",[{no:1,name:"chat_id",kind:"scalar",T:9},{no:2,name:"pinned",kind:"scalar",T:8},{no:3,name:"channel_id",kind:"scalar",opt:!0,T:9}])}}const Qk=new Yk;class Xk extends T.MessageType{constructor(){super("socket.chat.PinChatMessageResponse",[{no:1,name:"chat_id",kind:"scalar",T:9},{no:2,name:"pinned",kind:"scalar",T:8},{no:3,name:"channel_id",kind:"scalar",opt:!0,T:9},{no:4,name:"message",kind:"message",T:()=>$r}])}}const Rc=new Xk;class Zk extends T.MessageType{constructor(){super("socket.chat.EditChatMessageResponse",[{no:1,name:"message",kind:"message",T:()=>$r}])}}const bc=new Zk;class eM extends T.MessageType{constructor(){super("socket.chat.DeleteChatMessageRequest",[{no:1,name:"chat_id",kind:"scalar",T:9},{no:2,name:"channel_id",kind:"scalar",opt:!0,T:9}])}}const tM=new eM;class sM extends T.MessageType{constructor(){super("socket.chat.DeleteChatMessageResponse",[{no:1,name:"chat_id",kind:"scalar",T:9},{no:2,name:"channel_id",kind:"scalar",opt:!0,T:9}])}}const kc=new sM;class rM extends T.MessageType{constructor(){super("socket.chat.SearchChatMessagesRequest",[{no:1,name:"time_stamp",kind:"scalar",T:4,L:2},{no:2,name:"size",kind:"scalar",T:5},{no:3,name:"from",kind:"scalar",T:5},{no:4,name:"reversed",kind:"scalar",T:8},{no:5,name:"channel_id",kind:"scalar",opt:!0,T:9},{no:6,name:"search_term",kind:"scalar",T:9}])}}const iM=new rM;class nM extends T.MessageType{constructor(){super("socket.chat.MarkChannelIndexAsReadRequest",[{no:1,name:"channel_id",kind:"scalar",T:9},{no:2,name:"user_id",kind:"scalar",T:9},{no:3,name:"channel_index",kind:"scalar",T:9}])}}new nM;class aM extends T.MessageType{constructor(){super("socket.chat.MarkChannelIndexAsReadResponse",[{no:1,name:"channel_index",kind:"scalar",T:9}])}}new aM;class oM extends T.MessageType{constructor(){super("socket.chat.CreateChatChannelRequest",[{no:1,name:"display_name",kind:"scalar",T:9},{no:2,name:"target_user_ids",kind:"scalar",repeat:2,T:9},{no:3,name:"display_picture_url",kind:"scalar",opt:!0,T:9},{no:4,name:"visibility",kind:"scalar",T:9},{no:5,name:"is_direct_message",kind:"scalar",T:8}])}}new oM;class cM extends T.MessageType{constructor(){super("socket.chat.UpdateChatChannelRequest",[{no:1,name:"chat_channel_id",kind:"scalar",T:9},{no:2,name:"display_name",kind:"scalar",opt:!0,T:9},{no:3,name:"target_user_ids",kind:"scalar",repeat:2,T:9},{no:4,name:"display_picture_url",kind:"scalar",opt:!0,T:9},{no:5,name:"visibility",kind:"scalar",opt:!0,T:9},{no:6,name:"is_direct_message",kind:"scalar",opt:!0,T:8}])}}new cM;class dM extends T.MessageType{constructor(){super("socket.chat.CreateChatChannelResponse",[{no:1,name:"chat_channel_id",kind:"scalar",T:9}])}}new dM;class lM extends T.MessageType{constructor(){super("socket.chat.GetChatChannelRequest",[{no:1,name:"chat_channel_id",kind:"scalar",T:9}])}}new lM;class uM extends T.MessageType{constructor(){super("socket.chat.LatestMessageAndUnreadCount",[{no:1,name:"message",kind:"message",T:()=>$r},{no:2,name:"unread_count",kind:"scalar",T:4,L:2}])}}const hM=new uM;class pM extends T.MessageType{constructor(){super("socket.chat.ChatChannel",[{no:1,name:"chat_channel_id",kind:"scalar",T:9},{no:2,name:"display_name",kind:"scalar",T:9},{no:3,name:"display_picture_url",kind:"scalar",opt:!0,T:9},{no:4,name:"visibility",kind:"scalar",T:9},{no:5,name:"is_direct_message",kind:"scalar",T:8},{no:6,name:"latest_message_and_unread_count",kind:"message",T:()=>hM},{no:7,name:"target_user_ids",kind:"scalar",repeat:2,T:9}])}}const gM=new pM;class mM extends T.MessageType{constructor(){super("socket.chat.GetChatChannelResponse",[{no:1,name:"chat_channels",kind:"message",repeat:1,T:()=>gM}])}}new mM;class fM extends T.MessageType{constructor(){super("socket.chat.ChannelMember",[{no:1,name:"id",kind:"scalar",T:9},{no:2,name:"name",kind:"scalar",opt:!0,T:9},{no:3,name:"picture",kind:"scalar",opt:!0,T:9},{no:4,name:"custom_participant_id",kind:"scalar",T:9}])}}const TM=new fM;class SM extends T.MessageType{constructor(){super("socket.chat.GetChatChannelMembersResponse",[{no:1,name:"channel_members",kind:"message",repeat:1,T:()=>TM}])}}new SM;class vM extends T.MessageType{constructor(){super("socket.plugin.AddPluginRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"staggered",kind:"scalar",T:8}])}}new vM;class yM extends T.MessageType{constructor(){super("socket.plugin.RemovePluginRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"staggered",kind:"scalar",T:8}])}}new yM;class EM extends T.MessageType{constructor(){super("socket.plugin.EnablePluginForRoomRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9}])}}new EM;class PM extends T.MessageType{constructor(){super("socket.plugin.DisablePluginForRoomRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9}])}}new PM;class _M extends T.MessageType{constructor(){super("socket.plugin.EnablePluginForPeersRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"peer_ids",kind:"scalar",repeat:2,T:9}])}}new _M;class CM extends T.MessageType{constructor(){super("socket.plugin.DisablePluginForPeersRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"peer_ids",kind:"scalar",repeat:2,T:9}])}}new CM;class wM extends T.MessageType{constructor(){super("socket.plugin.PluginEventToRoomRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"plugin_data",kind:"scalar",T:12}])}}new wM;class RM extends T.MessageType{constructor(){super("socket.plugin.PluginEventToPeersRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"peer_ids",kind:"scalar",repeat:2,T:9},{no:3,name:"plugin_data",kind:"scalar",T:12}])}}new RM;class bM extends T.MessageType{constructor(){super("socket.plugin.StoreKeys",[{no:1,name:"store_key",kind:"scalar",T:9},{no:2,name:"payload",kind:"scalar",opt:!0,T:12}])}}const Yu=new bM;class kM extends T.MessageType{constructor(){super("socket.plugin.PluginStoreInsertKeysRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"store_name",kind:"scalar",T:9},{no:3,name:"insert_keys",kind:"message",repeat:1,T:()=>Yu}])}}const MM=new kM;class AM extends T.MessageType{constructor(){super("socket.plugin.PluginStoreGetKeysRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"store_name",kind:"scalar",T:9},{no:3,name:"get_keys",kind:"message",repeat:1,T:()=>Yu}])}}const IM=new AM;class DM extends T.MessageType{constructor(){super("socket.plugin.PluginStoreDeleteKeysRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"store_name",kind:"scalar",T:9},{no:3,name:"delete_keys",kind:"message",repeat:1,T:()=>Yu}])}}const OM=new DM;class NM extends T.MessageType{constructor(){super("socket.plugin.PluginStoreDeleteRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"store_name",kind:"scalar",T:9}])}}new NM;class LM extends T.MessageType{constructor(){super("socket.plugin.EnablePluginResponse",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"enabled_by",kind:"scalar",T:9}])}}const VM=new LM;class xM extends T.MessageType{constructor(){super("socket.plugin.EnablePluginsResponse",[{no:1,name:"plugins",kind:"message",repeat:1,T:()=>VM}])}}new xM;class UM extends T.MessageType{constructor(){super("socket.plugin.DisablePluginResponse",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"disabled_by",kind:"scalar",T:9}])}}new UM;class $M extends T.MessageType{constructor(){super("socket.plugin.PluginStoreItem",[{no:1,name:"timestamp",kind:"scalar",T:9},{no:2,name:"peer_id",kind:"scalar",T:9},{no:3,name:"store_key",kind:"scalar",T:9},{no:4,name:"payload",kind:"scalar",T:12}])}}const BM=new $M;class HM extends T.MessageType{constructor(){super("socket.plugin.PluginStoreResponse",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"store_name",kind:"scalar",T:9},{no:3,name:"store_items",kind:"message",repeat:1,T:()=>BM}])}}const Sp=new HM;class FM extends T.MessageType{constructor(){super("socket.plugin.PluginEventResponse",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"plugin_data",kind:"scalar",T:12}])}}new FM;class qM extends T.MessageType{constructor(){super("socket.livestreaming.LiveStreamingEvent",[{no:1,name:"livestream_id",kind:"scalar",T:9},{no:2,name:"err_message",kind:"scalar",T:9},{no:3,name:"name",kind:"scalar",T:9},{no:4,name:"meeting_id",kind:"scalar",T:9},{no:5,name:"playback_url",kind:"scalar",T:9},{no:6,name:"org_id",kind:"scalar",T:9},{no:7,name:"room_name",kind:"scalar",T:9},{no:8,name:"room_uuid",kind:"scalar",T:9},{no:9,name:"status",kind:"scalar",T:9},{no:10,name:"manual_ingest",kind:"scalar",opt:!0,T:8}])}}const vp=new qM;class jM extends T.MessageType{constructor(){super("socket.livestreaming.GetStagePeersResponse",[{no:1,name:"stage_peers",kind:"scalar",repeat:2,T:9}])}}const yp=new jM;class GM extends T.MessageType{constructor(){super("socket.livestreaming.StageRequest",[{no:1,name:"display_name",kind:"scalar",T:9},{no:2,name:"user_id",kind:"scalar",T:9},{no:3,name:"peer_id",kind:"scalar",T:9}])}}const WM=new GM;class JM extends T.MessageType{constructor(){super("socket.livestreaming.GetStageRequestsResponse",[{no:1,name:"stage_requests",kind:"message",repeat:1,T:()=>WM}])}}const Nl=new JM;class KM extends T.MessageType{constructor(){super("socket.livestreaming.GrantStageAccessRequest",[{no:1,name:"user_ids",kind:"scalar",repeat:2,T:9}])}}const zM=new KM;class YM extends T.MessageType{constructor(){super("socket.livestreaming.DenyStageAccessRequest",[{no:1,name:"user_ids",kind:"scalar",repeat:2,T:9}])}}const QM=new YM;class XM extends T.MessageType{constructor(){super("socket.livestreaming.LeaveStageRequest",[{no:1,name:"user_ids",kind:"scalar",repeat:2,T:9}])}}const Ep=new XM;class ZM extends T.MessageType{constructor(){super("socket.polls.Poll",[{no:1,name:"poll_id",kind:"scalar",T:9},{no:2,name:"created_by",kind:"scalar",T:9},{no:3,name:"created_by_user_id",kind:"scalar",T:9},{no:4,name:"question",kind:"scalar",T:9},{no:5,name:"options",kind:"message",repeat:1,T:()=>tA},{no:6,name:"hide_votes",kind:"scalar",T:8},{no:7,name:"anonymous",kind:"scalar",T:8},{no:8,name:"votes",kind:"scalar",repeat:2,T:9}])}}const Lm=new ZM;class eA extends T.MessageType{constructor(){super("socket.polls.PollOption",[{no:1,name:"text",kind:"scalar",T:9},{no:2,name:"count",kind:"scalar",opt:!0,T:4,L:2},{no:3,name:"votes",kind:"message",repeat:1,T:()=>rA}])}}const tA=new eA;class sA extends T.MessageType{constructor(){super("socket.polls.PollVote",[{no:1,name:"user_id",kind:"scalar",T:9},{no:2,name:"name",kind:"scalar",T:9}])}}const rA=new sA;class iA extends T.MessageType{constructor(){super("socket.polls.NewPollRequest",[{no:1,name:"question",kind:"scalar",T:9},{no:2,name:"options",kind:"scalar",repeat:2,T:9},{no:3,name:"anonymous",kind:"scalar",T:8},{no:4,name:"hide_votes",kind:"scalar",T:8},{no:5,name:"created_by",kind:"scalar",opt:!0,T:9},{no:6,name:"created_by_user_id",kind:"scalar",opt:!0,T:9}])}}const nA=new iA;class aA extends T.MessageType{constructor(){super("socket.polls.VotePollRequest",[{no:1,name:"poll_id",kind:"scalar",T:9},{no:2,name:"index",kind:"scalar",T:4,L:2}])}}const oA=new aA;class cA extends T.MessageType{constructor(){super("socket.polls.UpdatePollResponse",[{no:1,name:"poll",kind:"message",T:()=>Lm}])}}const Ll=new cA;class dA extends T.MessageType{constructor(){super("socket.polls.GetPollsResponse",[{no:1,name:"polls",kind:"message",repeat:1,T:()=>Lm}])}}const lA=new dA;class uA extends T.MessageType{constructor(){super("socket.recording.RecordingEvent",[{no:1,name:"recording_id",kind:"scalar",T:9},{no:2,name:"err_message",kind:"scalar",T:9},{no:3,name:"recording_type",kind:"enum",T:()=>["common.RecordingType",$i]}])}}const Pp=new uA;class hA extends T.MessageType{constructor(){super("google.protobuf.Timestamp",[{no:1,name:"seconds",kind:"scalar",T:3,L:0},{no:2,name:"nanos",kind:"scalar",T:5}])}now(){const t=this.create(),e=Date.now();return t.seconds=T.PbLong.from(Math.floor(e/1e3)).toBigInt(),t.nanos=e%1e3*1e6,t}toDate(t){return new Date(T.PbLong.from(t.seconds).toNumber()*1e3+Math.ceil(t.nanos/1e6))}fromDate(t){const e=this.create(),r=t.getTime();return e.seconds=T.PbLong.from(Math.floor(r/1e3)).toBigInt(),e.nanos=r%1e3*1e6,e}internalJsonWrite(t,e){let r=T.PbLong.from(t.seconds).toNumber()*1e3;if(r<Date.parse("0001-01-01T00:00:00Z")||r>Date.parse("9999-12-31T23:59:59Z"))throw new Error("Unable to encode Timestamp to JSON. Must be from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59Z inclusive.");if(t.nanos<0)throw new Error("Unable to encode invalid Timestamp to JSON. Nanos must not be negative.");let i="Z";if(t.nanos>0){let n=(t.nanos+1e9).toString().substring(1);n.substring(3)==="000000"?i="."+n.substring(0,3)+"Z":n.substring(6)==="000"?i="."+n.substring(0,6)+"Z":i="."+n+"Z"}return new Date(r).toISOString().replace(".000Z",i)}internalJsonRead(t,e,r){if(typeof t!="string")throw new Error("Unable to parse Timestamp from JSON "+T.typeofJsonValue(t)+".");let i=t.match(/^([0-9]{4})-([0-9]{2})-([0-9]{2})T([0-9]{2}):([0-9]{2}):([0-9]{2})(?:Z|\.([0-9]{3,9})Z|([+-][0-9][0-9]:[0-9][0-9]))$/);if(!i)throw new Error("Unable to parse Timestamp from JSON. Invalid format.");let n=Date.parse(i[1]+"-"+i[2]+"-"+i[3]+"T"+i[4]+":"+i[5]+":"+i[6]+(i[8]?i[8]:"Z"));if(Number.isNaN(n))throw new Error("Unable to parse Timestamp from JSON. Invalid value.");if(n<Date.parse("0001-01-01T00:00:00Z")||n>Date.parse("9999-12-31T23:59:59Z"))throw new globalThis.Error("Unable to parse Timestamp from JSON. Must be from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59Z inclusive.");return r||(r=this.create()),r.seconds=T.PbLong.from(n/1e3).toBigInt(),r.nanos=0,i[7]&&(r.nanos=parseInt("1"+i[7]+"0".repeat(9-i[7].length))-1e9),r}}new hA;class pA extends T.MessageType{constructor(){super("common.BaseHubMessage",[{no:1,name:"event",kind:"scalar",T:5},{no:2,name:"id",kind:"scalar",T:9},{no:3,name:"peer_id",kind:"scalar",T:9},{no:4,name:"room_id",kind:"scalar",T:9},{no:5,name:"user_id",kind:"scalar",T:9},{no:6,name:"payload",kind:"scalar",T:12},{no:7,name:"error",kind:"scalar",opt:!0,T:8},{no:8,name:"sid",kind:"scalar",opt:!0,T:9},{no:9,name:"room_object_id",kind:"scalar",opt:!0,T:9},{no:10,name:"preset",kind:"scalar",opt:!0,T:9},{no:11,name:"use_start_session",kind:"scalar",opt:!0,T:8}])}}const Xl=new pA;class gA extends T.MessageType{constructor(){super("common.BulkedHubMessage",[{no:1,name:"messages",kind:"message",repeat:1,T:()=>Xl}])}}new gA;class mA extends T.MessageType{constructor(){super("common.CFWorkersResponse",[{no:1,name:"responses",kind:"message",repeat:1,T:()=>Xl},{no:2,name:"broadcast_responses",kind:"message",repeat:1,T:()=>Xl}])}}new mA;const fA=0,TA=1,SA=2,vA=3,yA=5,EA={getPeerInfo:0,updatePeerInfo:1,getRoomPeersInfo:2,joinRoom:3,leaveRoom:4,getRoomInfo:5,updateRoomInfo:6,closeRoom:7,startedLivestream:8,stoppedLivestream:9,erroredLivestream:10,getStagePeers:11,getStageRequests:12,requestStageAccess:13,cancelStageRequest:14,grantStageAccess:15,denyStageAccess:16,roomPeerCount:17,joinStage:18,leaveStage:19,getConnectedRoomsDump:20,createConnectedRooms:21,deleteConnectedRooms:22,movePeers:23,transferPeer:24,movedPeer:25,connectedRoomsUpdated:26,connectedRoomsDeleted:27,getAllAddedParticipants:28,broadcastMessage:29,kick:30,kickAll:31,transcript:32,getWaitingRoomRequests:33,acceptWaitingRoomRequests:34,waitingRoomRequestAccepted:35,denyWaitingRoomRequests:36,waitingRoomRequestDenied:37,peerStageStatusUpdate:38,broadcastToEntity:39,recordingStarted:40,recordingStopped:41,recordingPaused:42,getRoomStageState:43,livestreamingInvoked:44},PA={getMessages:0,sendMessageToRoom:1,sendMessageToPeers:2,editMessage:3,deleteMessage:4,getPaginatedMessages:5,searchChannelMessages:7,pinMessage:10},_A={getPlugins:0,addPlugin:1,enablePluginForRoom:2,disablePluginForPeers:3,enablePluginForPeers:4,disablePluginForRoom:5,removePlugin:6,customPluginEventToRoom:7,customPluginEventToPeers:8,storeInsertKeys:9,storeGetKeys:10,storeDeleteKeys:11,storeDelete:12},CA={createPoll:0,getPolls:1,votePoll:2,updatePoll:3},Vm={unknown:0,createWebRTCTransport:1,produce:2,consume:3,toggleProducer:4,toggleConsumer:5,closeProducer:6,closeConsumer:7,updateConsumersSimulcastConfig:8,joinRoom:16,leaveRoom:17,selectedPeer:18,globalPinPeer:19,selfJoinComplete:20,peerJoinedBroadcast:25,peerLeaveBroadcast:26,peerProducerCreateBroadcast:27,peerProducerToggleBroadcast:28,peerProducerCloseBroadcast:29,globalPeerPinBroadcast:30,recordingStartedBroadcast:31,recordingStoppedBroadcast:32,peerDisplayNameEditBroadcast:33,mediaRoomTerminationBroadcastResponse:36,selectedPeerDiff:40,renegotiateSessionDescription:50,errorResponse:60,kickPeer:90,kickAll:91,changeDisplayName:92,hostControlPeer:93,hostControlAllPeers:94,audioActivity:100},wA={getUserPresets:0,updateUserPreset:1};function Tc(s,t){return Object.keys(t).reduce((e,r)=>(e[r]=(s<<16)+t[r],e),{})}function xm(s,t){return Object.keys(s).reduce((e,r)=>(e[r]=t|s[r],e),{})}const x=Tc(fA,EA),He=Tc(TA,PA),ws=Tc(SA,_A),Rs=Tc(vA,CA),ur=xm(Vm,16777216),as=xm(Vm,50331648),Vc=Tc(yA,wA);var RA=Object.defineProperty,bA=Object.getOwnPropertyDescriptor,Br=(s,t,e,r)=>{for(var i=r>1?void 0:r?bA(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&RA(t,e,i),i},Wt=(s=>(s[s.TEXT=0]="TEXT",s[s.IMAGE=1]="IMAGE",s[s.FILE=2]="FILE",s[s.CUSTOM=3]="CUSTOM",s))(Wt||{}),Et,Tn;class tr{constructor(t,e){g(this,Et,void 0);g(this,Tn,void 0);m(this,Et,e),m(this,Tn,t)}get telemetry(){return a(this,Tn).getValue("telemetry")}get logger(){return a(this,Tn).getValue("logger")}getChatMessages(){return a(this,Et).sendMessagePromise(He.getMessages)}async getChatMessagesPaginated(t,e,r,i){const n={timeStamp:t,size:e,from:0,reversed:r,...i&&{filters:{filters:i}}},o=await a(this,Et).sendMessagePromise(He.getPaginatedMessages,Vk.toBinary(n));return o.payload?Uk.fromBinary(o.payload):{messages:[],next:!1}}sendMessageToRoom(t,e){const r={payloadType:e,payload:t};a(this,Et).sendMessage(He.sendMessageToRoom,Hk.toBinary(r))}sendMessageToPeers(t,e,r){const i={payloadType:e,peerIds:r,payload:t};a(this,Et).sendMessage(He.sendMessageToPeers,jk.toBinary(i))}sendMessage(t,e,r){if(r&&r.length>0){this.sendMessageToPeers(t,e,r);return}this.sendMessageToRoom(t,e)}async editMessage(t,e,r,i){const n={chatId:t,payloadType:r,payload:e};i!==void 0&&(n.pinned=i);const o=await a(this,Et).sendMessagePromise(He.editMessage,zk.toBinary(n));return bc.fromBinary(o.payload).message}async deleteMessage(t){const e={chatId:t},r=await a(this,Et).sendMessagePromise(He.deleteMessage,tM.toBinary(e));return{id:kc.fromBinary(r.payload).chatId}}async searchMessages(t,e){var i,n,o,c;const r={searchTerm:t,timeStamp:(i=e.timestamp)!=null?i:Date.now(),size:(n=e.limit)!=null?n:75,from:(o=e.offset)!=null?o:0,reversed:(c=e.reversed)!=null?c:!0};try{const d=await a(this,Et).sendMessagePromise(He.searchChannelMessages,iM.toBinary(r));return Nm.fromBinary(d.payload).messages}catch(d){return[]}}async setPinState(t,e){const r={chatId:t,pinned:e},i=await a(this,Et).sendMessagePromise(He.pinMessage,Qk.toBinary(r));return Rc.fromBinary(i.payload)}on(t,e){let r,i;switch(t){case He.sendMessageToRoom:{r=Dl.fromBinary.bind(Dl),i=Dl.create();break}case He.sendMessageToPeers:{r=Ol.fromBinary.bind(Ol),i=Ol.create();break}case He.editMessage:{r=bc.fromBinary.bind(bc),i=bc.create();break}case He.pinMessage:{r=Rc.fromBinary.bind(Rc),i=Rc.create();break}case He.deleteMessage:{r=kc.fromBinary.bind(kc),i=kc.create();break}}if(!r){this.logger.warn(`ChatSocketHandler::Event ${t} is not recognized`);return}a(this,Et).on(t,({payload:n})=>{let o=i;try{o=r(n)}catch(c){this.logger.error("chatSocketHandler::on::binary_decode_error",{error:c})}return e(o)})}}Et=new WeakMap,Tn=new WeakMap;Br([y.trace("SocketService.getChatMessages")],tr.prototype,"getChatMessages",1);Br([y.trace("SocketService.getChatMessagesPaginated")],tr.prototype,"getChatMessagesPaginated",1);Br([y.trace("SocketService.sendMessageToRoom")],tr.prototype,"sendMessageToRoom",1);Br([y.trace("SocketService.sendMessageToPeers")],tr.prototype,"sendMessageToPeers",1);Br([y.trace("SocketService.sendMessage")],tr.prototype,"sendMessage",1);Br([y.trace("SocketService.editMessage")],tr.prototype,"editMessage",1);Br([y.trace("SocketService.deleteMessage")],tr.prototype,"deleteMessage",1);Br([y.trace("SocketService.searchMessages")],tr.prototype,"searchMessages",1);function kA(s){return s.replace(/([-_]\w)/g,t=>t[1].toUpperCase())}function ys(s){if(!s||typeof s!="object")return s;if(Array.isArray(s))return s.map(e=>ys(e));const t={};return Object.keys(s).forEach(e=>{const r=xr.validate(e)?e:kA(e);t[r]=ys(s[e])}),t}function MA(s){return s.replace(/[A-Z]/g,t=>`_${t.toLowerCase()}`)}function Um(s){if(!s||typeof s!="object")return s;if(Array.isArray(s))return s.map(e=>Um(e));const t={};return Object.keys(s).forEach(e=>{const r=xr.validate(e)?e:MA(e);t[r]=s[e]}),t}class Zl extends Error{constructor(e){var t=(...args)=>{super(...args);h(this,"status");h(this,"response");h(this,"isTimeout")};e instanceof Error?(t(e.message),this.stack=e.stack,this.isTimeout=e.name==="AbortError"):(t(`Request failed with status ${e.status}`),this.status=e.status,this.response=e,this.isTimeout=!1),this.name="RequestError"}get isHttpError(){return this.status!==void 0}get isNetworkError(){return this.status===void 0&&!this.isTimeout}}class _p{constructor(t){h(this,"defaults");this.defaults={baseURL:t.baseURL,headers:{common:{}},timeout:t.timeout,retry:t.retry,retryDelay:t.retryDelay}}buildURL(t,e){const{baseURL:r}=this.defaults,i=t.startsWith("http")?t:`${r}${t.startsWith("/")?t:`/${t}`}`;if(e){const n=new URLSearchParams;return Object.entries(e).forEach(([o,c])=>{n.append(o,c)}),`${i}${i.includes("?")?"&":"?"}${n.toString()}`}return i}async request(t){var p;const e=((p=t.method)==null?void 0:p.toUpperCase())||"GET",r=this.buildURL(t.url||"",t.params),i={...this.defaults.headers.common,...t.headers};e!=="GET"&&e!=="HEAD"&&t.data&&!i["Content-Type"]&&(i["Content-Type"]="application/json");const o=i["Content-Type"]==="application/json"?JSON.stringify(t.data):t.data,c={method:e,headers:i,body:e!=="GET"&&e!=="HEAD"&&t.data?o:void 0},d=t.timeout||this.defaults.timeout,l=t.retry!==void 0?t.retry:this.defaults.retry,u=t.retryDelay||this.defaults.retryDelay;try{const f=new AbortController,S=setTimeout(()=>f.abort(),d);c.signal=f.signal;const E=await fetch(r,c);clearTimeout(S);let P=null;const C=E.headers.get("content-type");C&&C.includes("application/json")?P=await E.json():P=await E.text();const k={};E.headers.forEach((L,N)=>{k[N]=L});const I={data:P,status:E.status,statusText:E.statusText,headers:k,config:t};if(!E.ok)throw I;return I}catch(f){if(f instanceof Error&&l>0)return await new Promise(S=>setTimeout(S,u)),this.defaults.baseURL===Qr.apiBase.prod?this.defaults.baseURL=Qr.apiBase.prodAlternate:this.defaults.baseURL===Qr.apiBase.prodAlternate&&(this.defaults.baseURL=Qr.apiBase.prod),this.request({...t,retry:l-1});throw f}}async get(t,e={}){return this.request({...e,method:"GET",url:t})}async post(t,e,r={}){return this.request({...r,method:"POST",url:t,data:e})}async put(t,e,r={}){return this.request({...r,method:"PUT",url:t,data:e})}}const AA=3,IA=30,DA=8e3;class OA{constructor(t,e){h(this,"fetchClient");h(this,"requests");h(this,"roomName");h(this,"roomUUID");h(this,"authToken");h(this,"organizationId");h(this,"iceServers");h(this,"userDetails");h(this,"roomDetails");h(this,"context");this.context=t;const{timeout:r=DA,retry:i=AA,retryDelay:n=IA,baseURL:o=Qr.apiBase.prod,authToken:c,cachedUserDetails:d}=e||{};this.iceServers=d==null?void 0:d.iceServers,this.userDetails=d==null?void 0:d.userDetails,this.roomDetails=d==null?void 0:d.roomDetails,this.requests=new _p({baseURL:o,timeout:r,retry:i,retryDelay:n,responseType:"json"}),this.fetchClient=new _p({baseURL:"",timeout:r,retry:i,retryDelay:n,responseType:"json"}),this.setAuthToken(c,{bearer:!0});const l=this.requests.request.bind(this.requests);this.requests.request=async u=>{var f,S,E,P,C;const p=t.getValue("telemetry");try{p.injectContext(this.requests.defaults.headers.common);const k=await l(u);return u.url!==p.logsEndpoint&&this.logger.debug("xhr::fetch",{networkCall:{status:k.status,statusText:k.statusText,baseURL:u.baseURL||this.requests.defaults.baseURL,url:u.url,method:u.method}}),k}catch(k){if(!k)throw new b("Unknown network error occurred","0011");if(k instanceof b||k instanceof Zl)throw k;((f=k.config)==null?void 0:f.url)!==p.logsEndpoint&&this.logger.error("xhr::fetch",{error:k,networkCall:{status:k.status,statusText:k.statusText,baseURL:((S=k.config)==null?void 0:S.baseURL)||this.requests.defaults.baseURL,url:(E=k.config)==null?void 0:E.url,retries:(P=k.config)==null?void 0:P.retry,method:(C=k.config)==null?void 0:C.method,isOnline:navigator.onLine?"online":"offline"}});const I=k instanceof Error&&k.message||"Network request failed";throw new b(I,"0011"),new Zl(k)}}}get peerId(){return this.context.getValue("peerId")}get logger(){return this.context.getValue("logger")}setAuthToken(t,e){const{bearer:r}=e||{};this.authToken=t,this.requests.defaults.headers.common.Authorization=r?`Bearer ${t}`:t}setHeader(t,e){this.requests.defaults.headers.common[t]=e}setRoomName(t){this.roomName=t}setRoomUUID(t){this.roomUUID=t}setOrganizationId(t){this.organizationId=t}}var NA=Object.defineProperty,LA=Object.getOwnPropertyDescriptor,sr=(s,t,e,r)=>{for(var i=r>1?void 0:r?LA(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&NA(t,e,i),i};class _s extends OA{constructor(e,r){super(e,r);h(this,"telemetry");this.telemetry=e.getValue("telemetry"),this.setHeader("x-realtimekit-version",e.getValue("sdkVersion"))}async getICEServers(){if(this.iceServers)return this.iceServers;const{success:e,iceServers:r}=(await this.requests.get("/iceservers")).data;if(e)return(r==null?void 0:r.length)>0&&(this.iceServers=r),r}async getPresignedUrls(e){const r=ga(this.context,"chat_upload_expiry"),i={roomUUID:this.roomUUID,filename:e,expiry:typeof r=="number"?r:void 0},{get_location:n,put_location:o}=(await this.requests.post("/v2/meetings/chat-upload",i)).data.data;return{getLocation:n,putLocation:o}}async uploadFile(e,r){if(navigator.isReactNative&&"uri"in e)try{await fetch(r,{method:"PUT",headers:{"Content-Type":"application/octet-stream"},body:{uri:e.uri,name:e.name}})}catch(i){this.logger.error(`sendFileMessage::${i}`)}else await this.fetchClient.put(r,e,{headers:{"Content-Type":e.type}})}async startLivestreaming({manualIngestion:e}){const r=ys(await this.requests.post(`/v2/meetings/${this.context.getValue("meetingId")}/livestreams`,{manual_ingest:!!e})).data.data;return{playbackUrl:r.playbackUrl,status:r.status,manualIngest:r.manualIngest,ingestionCredentials:r.streamKey?{ingestionServer:r.ingestServer,streamKey:r.streamKey}:null}}async stopLivestreaming(){return this.requests.post(`/v2/meetings/${this.context.getValue("meetingId")}/active-livestream/stop`)}async getActiveLivestream(){const e=ys((await this.requests.get(`/v2/meetings/${this.context.getValue("meetingId")}/active-livestream`)).data.data);return{playbackUrl:e.playbackUrl,status:e.status,manualIngest:e.manualIngest,ingestionCredentials:e.streamKey?{ingestionServer:e.ingestServer,streamKey:e.streamKey}:null}}async getUserDetails(){if(this.userDetails)return this.userDetails;const e=(await this.requests.get("v2/internals/participant-details")).data.data;return ys(e)}async startRecording(e,r){return(await this.requests.post("/v2/recordings",{...Um(e),meeting_id:this.context.getValue("meetingId"),allow_multiple_recordings:!!r})).data.data.id}async updateRecording(e,r){return this.requests.put(`v2/recordings/${e}`,{action:r})}async getActiveRecording(){const{status:e,id:r}=(await this.requests.get(`v2/recordings/active-recording/${this.context.getValue("meetingId")}`)).data.data;return{status:e,id:r}}async getActiveTranscript(){const{transcript_download_url:e}=(await this.requests.get(`v2/meetings/${this.context.getValue("meetingId")}/active-transcript`)).data.data;try{return{transcript:(await this.fetchClient.get(e)).data}}catch(r){throw new b("Cant fetch transcript s3 url","1801")}}}sr([y.trace("APIClient.getICEServers")],_s.prototype,"getICEServers",1);sr([y.trace("APIClient.startLivestreaming")],_s.prototype,"startLivestreaming",1);sr([y.trace("APIClient.stopLivestreaming")],_s.prototype,"stopLivestreaming",1);sr([y.trace("APIClient.getActiveLivestream")],_s.prototype,"getActiveLivestream",1);sr([y.trace("APIClient.getUserDetails")],_s.prototype,"getUserDetails",1);sr([y.trace("APIClient.startRecording")],_s.prototype,"startRecording",1);sr([y.trace("APIClient.stopRecording")],_s.prototype,"updateRecording",1);sr([y.trace("APIClient.getActiveRecording")],_s.prototype,"getActiveRecording",1);sr([y.trace("APIClient.getActiveTranscript")],_s.prototype,"getActiveTranscript",1);let eu;function VA(s,t){return eu=new _s(s,t),eu}function ft(){return eu}const fa={maxInvocations:5,period:1};function It(s,t){return function(e,r,i){const n=i.value;let o=0,c=Date.now();return i.value=function(...d){const l=Date.now(),u=t?this[t]:s;if(l-c>u.period*1e3&&(c=l,o=0),o>=u.maxInvocations)throw new b(`Method rate limit ${u.maxInvocations} invocations/${u.period}sec exceeded`,"0013");return o+=1,n.apply(this,d)},i}}var xA=Object.defineProperty,UA=Object.getOwnPropertyDescriptor,ls=(s,t,e,r)=>{for(var i=r>1?void 0:r?UA(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&xA(t,e,i),i};const $A=["text","image","file","custom","poll"],xc={maxInvocations:180,period:60};var Q,Zr,Ne,Sn,cd,$m,co,tu,$p;let kt=($p=class extends At{constructor(t,e,r,i){const n=t.getValue("logger");super(n);g(this,cd);g(this,co);h(this,"messages");g(this,Q,void 0);g(this,Zr,void 0);g(this,Ne,void 0);g(this,Sn,void 0);h(this,"maxTextLimit",2e3);m(this,Sn,t),m(this,Ne,e),m(this,Q,r),m(this,Zr,i),this.messages=[]}get telemetry(){return a(this,Sn).getValue("telemetry")}setMaxTextLimit(t){this.maxTextLimit=t}async sendMessageInternal(t,e){switch(t.type){case"text":{await this.sendTextMessageInternal(t.message,e);break}case"image":await this.sendImageMessageInternal(t.image,e);break;case"file":await this.sendFileMessageInternal(t.file,e);break;default:this.logger.error("sendMessage::message_type_not_supported",{chat:{messageType:t.type}});break}}async sendTextMessageInternal(t,e){var i,n,o,c,d,l;if(t.length>this.maxTextLimit)throw new b("Max character limit breached","0503");if(e&&e.length>0){if(!((i=a(this,Q).permissions)!=null&&i.chatPrivate.canSend)||!((n=a(this,Q).permissions)!=null&&n.chatPrivate.text))throw this.logger.error("sendTextMessage::private_chat_permission_denied"),new b("Could not send message to private chat.","0501")}else if(!((c=(o=a(this,Q).permissions)==null?void 0:o.chatPublic)!=null&&c.canSend)||!((l=(d=a(this,Q).permissions)==null?void 0:d.chatPublic)!=null&&l.text))throw this.logger.error("sendTextMessage::public_chat_permission_denied"),new b("Could not send message to public chat.","0501");if(!t)throw this.logger.error("sendTextMessage::message_can_not_be_empty"),new b("Message can not be empty.","0502");let r=[];e&&e.length>0&&(e.push(a(this,Q).id),r=a(this,Zr).joined.toArray().filter(u=>e.includes(u.id)).map(u=>u.userId),r.push(a(this,Q).userId)),a(this,Ne).sendMessage(t,Wt.TEXT,e)}async sendImageMessageInternal(t,e){var i,n,o,c,d,l;if(e&&e.length>0){if(!((i=a(this,Q).permissions)!=null&&i.chatPrivate.canSend)||!((n=a(this,Q).permissions)!=null&&n.chatPrivate.files)){this.logger.error("sendImageMessage::private_chat_permission_denied");return}}else if(!((c=(o=a(this,Q).permissions)==null?void 0:o.chatPublic)!=null&&c.canSend)||!((l=(d=a(this,Q).permissions)==null?void 0:d.chatPublic)!=null&&l.files)){this.logger.error("sendImageMessage::permission_denied");return}if(!t){this.logger.error("sendImageMessage::required_argument_image_can_not_be_empty");return}if(!["image/gif","image/jpeg","image/png"].includes(t.type)){this.logger.error("sendImageMessage::image_type_not_supported",{chat:{imageType:t.type}});return}try{const u=ft(),{getLocation:p,putLocation:f}=await u.getPresignedUrls(t.name);await u.uploadFile(t,f);let S=[];e&&e.length>0&&(e.push(a(this,Q).id),S=a(this,Zr).joined.toArray().filter(E=>e.includes(E.id)).map(E=>E.userId),S.push(a(this,Q).userId)),a(this,Ne).sendMessage(p,Wt.IMAGE,e)}catch(u){throw new b("Error sending image message.","0500",this.logger)}}async sendFileMessageInternal(t,e){var r,i,n,o,c,d;if(e&&e.length>0){if(!((r=a(this,Q).permissions)!=null&&r.chatPrivate.canSend)||!((i=a(this,Q).permissions)!=null&&i.chatPrivate.files)){this.logger.error("sendFileMessage::private_chat_permission_denied");return}}else if(!((o=(n=a(this,Q).permissions)==null?void 0:n.chatPublic)!=null&&o.canSend)||!((d=(c=a(this,Q).permissions)==null?void 0:c.chatPublic)!=null&&d.files)){this.logger.error("sendFileMessage::permission_denied");return}if(!t){this.logger.error("sendFileMessage::required_argument_file_can_not_be_empty");return}try{const l=ft(),{getLocation:u,putLocation:p}=await l.getPresignedUrls(t.name);await l.uploadFile(t,p);let f=[];e&&e.length>0&&(e.push(a(this,Q).id),f=a(this,Zr).joined.toArray().filter(E=>e.includes(E.id)).map(E=>E.userId),f.push(a(this,Q).userId));const S=JSON.stringify({link:u,name:t.name,size:"size"in t?t.size:0});a(this,Ne).sendMessage(S,Wt.FILE,e)}catch(l){throw new b("Error sending file message.","0500",this.logger)}}get rateLimits(){return xc}updateRateLimits(t,e){xc.maxInvocations=t,xc.period=e}async sendTextMessage(t,e){return this.sendTextMessageInternal(t,e)}async sendCustomMessage(t,e){var n,o,c,d,l,u,p,f,S,E,P,C,k,I,L;if(e&&e.length>0){if(!((n=a(this,Q).permissions)!=null&&n.chatPrivate.canSend)||!((o=a(this,Q).permissions)!=null&&o.chatPrivate.files)||!((c=a(this,Q).permissions)!=null&&c.chatPrivate.text)){this.logger.error("sendCustomMessage::private_chat_permission_denied");return}}else if(!((l=(d=a(this,Q).permissions)==null?void 0:d.chatPublic)!=null&&l.canSend)||!((p=(u=a(this,Q).permissions)==null?void 0:u.chatPublic)!=null&&p.files)||!((S=(f=a(this,Q).permissions)==null?void 0:f.chatPublic)!=null&&S.text)){this.logger.error("sendCustomMessage::permission_denied");return}const r=async N=>{try{if(typeof N=="string")return{link:N};const $=ft(),{getLocation:B,putLocation:X}=await $.getPresignedUrls(N.name);return await $.uploadFile(N,X),{link:B,type:N.type,name:N.name,size:N.size}}catch($){throw new b("Error sending image message.","0500",this.logger)}},i={...t,files:await Promise.all((P=(E=t.files)!=null?E:[])==null?void 0:P.map(async N=>r(N))),images:await Promise.all((k=(C=t.images)!=null?C:[])==null?void 0:k.map(async N=>r(N))),videos:await Promise.all((L=(I=t.videos)!=null?I:[])==null?void 0:L.map(async N=>r(N)))};a(this,Ne).sendMessage(JSON.stringify(i),Wt.CUSTOM,e)}async sendImageMessage(t,e){return this.sendImageMessageInternal(t,e)}async sendFileMessage(t,e){return this.sendFileMessageInternal(t,e)}async sendMessage(t,e){return this.sendMessageInternal(t,e)}async editTextMessage(t,e){var r,i,n,o;if(!((i=(r=a(this,Q).permissions)==null?void 0:r.chatPublic)!=null&&i.canSend)||!((o=(n=a(this,Q).permissions)==null?void 0:n.chatPublic)!=null&&o.text)){this.logger.error("editTextMessage::permission_denied");return}if(!e){this.logger.error("editTextMessage::message_can_not_be_empty");return}a(this,Ne).editMessage(t,e,Wt.TEXT)}async editImageMessage(t,e){var i,n,o,c;if(!((n=(i=a(this,Q).permissions)==null?void 0:i.chatPublic)!=null&&n.canSend)||!((c=(o=a(this,Q).permissions)==null?void 0:o.chatPublic)!=null&&c.files)){this.logger.error("editImageMessage::permission_denied");return}if(!e){this.logger.error("editImageMessage::required_argument_image_can_not_be_empty");return}if(!["image/gif","image/jpeg","image/png"].includes(e.type)){this.logger.error("sendImageMessage::image_type_not_supported",{chat:{imageType:e.type}});return}try{const d=ft(),{getLocation:l,putLocation:u}=await d.getPresignedUrls(e.name);await d.uploadFile(e,u),a(this,Ne).editMessage(t,l,Wt.IMAGE)}catch(d){throw new b("Error editing image message.","0500",this.logger)}}async editFileMessage(t,e){var r,i,n,o;if(!((i=(r=a(this,Q).permissions)==null?void 0:r.chatPublic)!=null&&i.canSend)||!((o=(n=a(this,Q).permissions)==null?void 0:n.chatPublic)!=null&&o.files)){this.logger.error("sendFileMessage::permission_denied");return}if(!e){this.logger.error("sendFileMessage::required_argument_file_can_not_be_empty");return}try{const c=ft(),{getLocation:d,putLocation:l}=await c.getPresignedUrls(e.name);await c.uploadFile(e,l),a(this,Ne).editMessage(t,JSON.stringify({link:d,name:e.name,size:"size"in e?e.size:0}),Wt.FILE)}catch(c){throw new b("Error editing file message.","0500",this.logger)}}async editMessage(t,e){switch(e.type){case"text":{this.editTextMessage(t,e.message);break}case"image":{this.editImageMessage(t,e.image);break}case"file":{this.editFileMessage(t,e.file);break}default:{this.logger.error("editMessage::message_type_not_supported",{chat:{messageType:e.type}});break}}}async deleteMessage(t){a(this,Ne).deleteMessage(t)}getMessagesByUser(t){return this.messages.filter(e=>e.userId===t)}getMessagesByType(t){return this.messages.filter(e=>e.type===t)}async pin(t){if(!a(this,co,tu))throw new b("Can`t pin message without joining room","0505");try{await a(this,Ne).setPinState(t,!0)}catch(e){throw new b(`No message found with id: ${t}`,"0504")}}async unpin(t){if(!a(this,co,tu))throw new b("Can`t unpin message without joining room","0505");try{await a(this,Ne).setPinState(t,!1)}catch(e){throw new b(`No message found with id: ${t}`,"0504")}}async fetchPublicMessages({timestamp:t=new Date().getTime(),limit:e,direction:r="after"}){return(await a(this,Ne).getChatMessagesPaginated(t,e,r==="before")).messages.map(o=>sn.formatSocketPeerMessage(o))}async fetchPrivateMessages({timestamp:t=new Date().getTime(),limit:e,direction:r="after",userId:i}){return(await a(this,Ne).getChatMessagesPaginated(t,e,r==="before",{oneofKind:"userId",userId:i})).messages.map(c=>sn.formatSocketPeerMessage(c))}async fetchPinnedMessages({timestamp:t=new Date().getTime(),limit:e,direction:r="after"}){return(await a(this,Ne).getChatMessagesPaginated(t,e,r==="before",{oneofKind:"pinned",pinned:!0})).messages.map(o=>sn.formatSocketPeerMessage(o))}async getMessages(t,e,r,i=0){const n=await a(this,Ne).getChatMessagesPaginated(t,e,r);return{messages:n.messages.map(o=>sn.formatSocketPeerMessage(o)),next:n.next}}async searchMessages(t,e){throw new b("searchMessages is disabled! Please use `fetchPublicMessages` method instead.","0506")}get pinned(){return this.messages.filter(t=>t.pinned)}},Q=new WeakMap,Zr=new WeakMap,Ne=new WeakMap,Sn=new WeakMap,cd=new WeakSet,$m=function(){return a(this,Sn).getValue("connectionHandler")},co=new WeakSet,tu=function(){return a(this,cd,$m).socketJoined===!0},$p);ls([y.trace("Chat.sendTextMessage"),It(xc)],kt.prototype,"sendTextMessage",1);ls([y.trace("Chat.sendImageMessage"),It({maxInvocations:20,period:60})],kt.prototype,"sendImageMessage",1);ls([y.trace("Chat.sendFileMessage"),It({maxInvocations:20,period:60})],kt.prototype,"sendFileMessage",1);ls([y.trace("Chat.sendMessage"),It({maxInvocations:180,period:60})],kt.prototype,"sendMessage",1);ls([y.trace("Chat.editTextMessage")],kt.prototype,"editTextMessage",1);ls([y.trace("Chat.editImageMessage")],kt.prototype,"editImageMessage",1);ls([y.trace("Chat.editFileMessage")],kt.prototype,"editFileMessage",1);ls([y.trace("Chat.editMessage")],kt.prototype,"editMessage",1);ls([y.trace("Chat.deleteMessage")],kt.prototype,"deleteMessage",1);ls([y.trace("Chat.searchMessages")],kt.prototype,"searchMessages",1);kt=ls([Ze("0500")],kt);var BA=Object.defineProperty,HA=Object.getOwnPropertyDescriptor,FA=(s,t,e,r)=>{for(var i=r>1?void 0:r?HA(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&BA(t,e,i),i},ei,Bp;const or=(Bp=class{constructor(s,t,e,r){h(this,"chat");h(this,"chatSocketHandler");h(this,"self");g(this,ei,void 0);m(this,ei,s),this.chatSocketHandler=t,this.chat=new kt(s,t,e,r),this.self=e,this.setupEvents()}get telemetry(){return a(this,ei).getValue("telemetry")}get logger(){return a(this,ei).getValue("logger")}static async init(s,t,e,r){return new or(s,t,e,r)}static formatMessage(s){return{...s,time:new Date(s.time),type:$A[s.type]}}static formatSocketPeerMessage(s){const t=s.createdAt*1e3,e={displayName:s.displayName,id:s.chatId,time:t,timeMs:s.createdAtMs,type:s.payloadType,isEdited:s.isEdited,userId:s.userId,targetUserIds:s.targetUserIds,message:"",link:"",name:"",html:"",images:[],videos:[],files:[],size:0,pinned:s.pinned};switch(e.type){case Wt.TEXT:{e.message=s.payload;break}case Wt.IMAGE:{e.link=s.payload;break}case Wt.FILE:{const{link:r,name:i,size:n}=JSON.parse(s.payload);e.link=r,e.name=i,e.size=n;break}case Wt.CUSTOM:{const{html:r,images:i,message:n,videos:o,files:c}=JSON.parse(s.payload);e.message=n,e.html=r,e.images=i,e.videos=o,e.files=c;break}}return or.formatMessage(e)}async getChatMessages(){if(this.self.config.viewType==="LIVESTREAM")return;const s=await this.chatSocketHandler.getChatMessages();if(!(s!=null&&s.payload))return;const t=Nm.fromBinary(s.payload).messages;this.chat.messages=t.map(e=>or.formatSocketPeerMessage(e))}setupEvents(){a(this,ei).getValue("peerSessionStore").on(w.SOCKET_SERVICE_ROOM_JOINED,async()=>{this.getChatMessages()}),this.chatSocketHandler.on(He.sendMessageToRoom,s=>{if(!s.message)return;const t=or.formatSocketPeerMessage(s.message);this.chat.messages=[...this.chat.messages,t],this.chat.emit("chatUpdate",{action:"add",message:t,messages:this.chat.messages})}),this.chatSocketHandler.on(He.sendMessageToPeers,s=>{const t=or.formatSocketPeerMessage(s.message);this.chat.messages=[...this.chat.messages,t],this.chat.emit("chatUpdate",{action:"add",message:t,messages:this.chat.messages})}),this.chatSocketHandler.on(He.editMessage,s=>{if(!s.message)return;const t=or.formatSocketPeerMessage(s.message),e=this.chat.messages.findIndex(r=>r.id===t.id);e!==-1&&(this.chat.messages[e]=t),this.chat.emit("chatUpdate",{action:"edit",message:t,messages:this.chat.messages})}),this.chatSocketHandler.on(He.deleteMessage,s=>{const t=this.chat.messages.findIndex(r=>r.id===s.chatId);let e={id:s.chatId};t!==-1&&([e]=this.chat.messages.splice(t,1)),this.chat.emit("chatUpdate",{action:"delete",message:e,messages:this.chat.messages})}),this.chatSocketHandler.on(He.pinMessage,s=>{const t=this.chat.messages.findIndex(r=>r.id===s.chatId),e=or.formatSocketPeerMessage(s.message);t!==-1&&(this.chat.messages[t]=e),this.chat.emit("chatUpdate",{action:"edit",message:e,messages:this.chat.messages}),s.pinned?this.chat.emit("pinMessage",{message:e,messages:this.chat.messages}):this.chat.emit("unpinMessage",{message:e,messages:this.chat.messages})})}},ei=new WeakMap,Bp);let sn=or;FA([y.trace("ChatController.setupEvents")],sn.prototype,"setupEvents",1);var qA=Object.defineProperty,jA=Object.getOwnPropertyDescriptor,GA=(s,t,e,r)=>{for(var i=r>1?void 0:r?jA(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&qA(t,e,i),i},dd,Bm,ld,Hm,vn,yn,lo,Hp;let su=(Hp=class extends At{constructor(t,e,r){const i=t.getValue("logger");super(i);g(this,dd);g(this,ld);h(this,"items");g(this,vn,void 0);g(this,yn,void 0);g(this,lo,void 0);m(this,lo,t),m(this,vn,e),m(this,yn,r),this.items=[]}async create(t,e,r=!1,i=!1){if(!a(this,ld,Hm))throw new b("Can't create polls without joining room","0705");if(!a(this,vn).permissions.polls.canCreate){this.logger.error("Polls::create::permission_denied");return}if(!t||!e){this.logger.error("Polls::question_and_options_can_not_be_empty",{polls:{hasQuestion:!!t,optionsLength:e==null?void 0:e.length}});return}if(e.length<2){this.logger.error("Polls::there_must_be_at_least_two_options",{polls:{hasQuestion:!!t,optionsLength:e.length}});return}await a(this,yn).createPoll(t,e,r,i)}async vote(t,e){if(!a(this,vn).permissions.polls.canVote){this.logger.error("Polls::vote::permission_denied");return}await a(this,yn).votePoll(t,e)}},dd=new WeakSet,Bm=function(){return a(this,lo).getValue("connectionHandler")},ld=new WeakSet,Hm=function(){var t;return((t=a(this,dd,Bm))==null?void 0:t.socketJoined)===!0},vn=new WeakMap,yn=new WeakMap,lo=new WeakMap,Hp);su=GA([Ze("0700")],su);var WA=Object.defineProperty,JA=Object.getOwnPropertyDescriptor,KA=(s,t,e,r)=>{for(var i=r>1?void 0:r?JA(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&WA(t,e,i),i},pr,En,ti,Fp;const Qi=(Fp=class{constructor(s,t,e){h(this,"polls");g(this,pr,void 0);g(this,En,void 0);g(this,ti,void 0);this.polls=new su(s,t,e),m(this,En,t),m(this,pr,s),m(this,ti,e),this.setupEvents()}get telemetry(){return a(this,pr).getValue("telemetry")}get logger(){return a(this,pr).getValue("logger")}static async init(s,t,e){return new Qi(s,t,e)}canViewPolls(){return a(this,En).permissions.polls.canView}setupEvents(){const s={[Rs.createPoll]:r=>{r.poll&&this.updatePoll(Qi.formatSocketServicePoll(r.poll))},[Rs.updatePoll]:r=>{r.poll&&this.updatePoll(Qi.formatSocketServicePoll(r.poll))},[Rs.votePoll]:r=>{r.poll&&this.updatePoll(Qi.formatSocketServicePoll(r.poll))}},t=()=>{a(this,pr).getValue("peerSessionStore").on(w.SOCKET_SERVICE_ROOM_JOINED,()=>{this.getPolls()}),Object.keys(s).map(Number).forEach(r=>{a(this,ti).on(r,s[r])})},e=()=>{a(this,pr).getValue("peerSessionStore").on(w.SOCKET_SERVICE_ROOM_JOINED,()=>{this.getPolls()}),Object.keys(s).map(Number).forEach(r=>{a(this,ti).removeListeners(r)})};a(this,En).permissions.on("permissionsUpdate",async r=>{var i;r!=null&&r.polls&&((i=r==null?void 0:r.polls)!=null&&i.canView?(await this.getPolls(),t()):(this.polls.items=[],e()))}),this.canViewPolls()&&t()}updatePoll(s){if(!this.canViewPolls())return;const t=this.polls.items.findIndex(e=>e.id===s.id);if(t>-1){const e=JSON.stringify(this.polls.items[t]);this.polls.items[t]=s,e!==JSON.stringify(s)&&this.polls.emit("pollsUpdate",{polls:this.polls.items,newPoll:!1});return}this.polls.items=[...this.polls.items,s],this.polls.emit("pollsUpdate",{polls:this.polls.items,newPoll:!0})}async getPolls(){const s=await a(this,ti).getPolls();if(!(s!=null&&s.payload))return;const{polls:t}=lA.fromBinary(s.payload);this.polls.items=t.map(e=>Qi.formatSocketServicePoll(e))}static formatSocketServicePoll(s){const t=s.options.map(e=>({count:e.count,text:e.text,votes:e.votes.map(r=>({id:r.userId,name:r.name}))}));return{anonymous:s.anonymous,createdBy:s.createdBy,createdByUserId:s.createdByUserId,hideVotes:s.hideVotes,id:s.pollId,options:t,question:s.question,voted:s.votes}}},pr=new WeakMap,En=new WeakMap,ti=new WeakMap,Fp);let Fm=Qi;KA([y.trace("PollController.setupEvents")],Fm.prototype,"setupEvents",1);var zA=Object.defineProperty,YA=Object.getOwnPropertyDescriptor,QA=(s,t,e,r)=>{for(var i=r>1?void 0:r?YA(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&zA(t,e,i),i},qm=(s=>(s[s.User=0]="User",s[s.Meeting=1]="Meeting",s))(qm||{}),Pn,uo,iu,si,ho,qp;let ru=(qp=class extends At{constructor(t,e,r,i,n){const o=t.getValue("logger");super(o);g(this,uo);h(this,"selfActiveTab");h(this,"broadcastTabChanges");g(this,Pn,void 0);g(this,si,void 0);g(this,ho,void 0);h(this,"viewType");h(this,"meetingStartedTimestamp");h(this,"meetingTitle");h(this,"sessionId");m(this,Pn,t),m(this,si,e),this.viewType=r,m(this,ho,i),this.meetingTitle=n,this.broadcastTabChanges=e.permissions.canSpotlight}get socketState(){return a(this,uo,iu).socketState}get mediaState(){return a(this,uo,iu).mediaState}get meetingId(){return a(this,Pn).getValue("meetingId")}setBroadcastTabChanges(t){if(!a(this,si).permissions.canSpotlight)throw this.logger.error("Spotlight::setSpotlighted::permission_denied"),new b("User does not have permission to toggle spotlight","0801");this.broadcastTabChanges=t,this.emit("broadcastTabChangesUpdate",this.broadcastTabChanges),this.broadcastTabChanges&&this.assertActiveTabToRoom()}setSelfActiveTab(t,e){var r;this.logger.info("Spotlight::setActiveTab",{spotlight:{currentTab:{id:t.id,type:t.type}}}),this.selfActiveTab=t,e===0&&this.emit("selfTabUpdate",t),(r=a(this,si).permissions)!=null&&r.canSpotlight&&this.broadcastTabChanges&&e===0&&this.assertActiveTabToRoom()}assertActiveTabToRoom(){a(this,ho).broadcastMessage("spotlight",{userId:a(this,si).userId,currentTab:this.selfActiveTab})}},Pn=new WeakMap,uo=new WeakSet,iu=function(){return a(this,Pn).getValue("connectionHandler")},si=new WeakMap,ho=new WeakMap,qp);ru=QA([Ze("0800")],ru);function XA(s){let t="",e=[""];const r=[e];let i=0,n=0,o=!0,c;for(c of s)c==='"'?(o&&c===t&&(e[i]+=c),o=!o):c===","&&o?c=e[++i]="":c===`
|
|
7
|
+
`&&o?(t==="\r"&&(e[i]=e[i].slice(0,-1)),e=r[++n]=[c=""],i=0):e[i]+=c,t=c;return r}var ZA=Object.defineProperty,eI=Object.getOwnPropertyDescriptor,jm=(s,t,e,r)=>{for(var i=r>1?void 0:r?eI(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&ZA(t,e,i),i},po,jp;let Vr=(jp=class extends At{constructor(t){const e=t.getValue("logger");super(e);h(this,"transcripts");g(this,po,void 0);m(this,po,t),this.transcripts=[]}get telemetry(){return a(this,po).getValue("telemetry")}static async init(t,e){const r=new Vr(t),i=t.getValue("logger");try{e&&r.getActiveTranscript()}catch(n){i.error("Error fetching active transcriptions ",n)}return r}static parseTranscript(t,e=!1){if(!t)return;const[[r,i,n,o,c,d]]=XA(t);return{id:xr.v4(),name:c,peerId:i,userId:n,customParticipantId:o,transcript:d,isPartialTranscript:e,date:new Date(parseInt(r,10)*1e3)}}static parseTranscripts(t){return t?t.split(`
|
|
8
|
+
`).map(e=>Vr.parseTranscript(e,!1)).filter(Boolean):[]}async getActiveTranscript(){try{const t=ft(),{transcript:e}=await t.getActiveTranscript();this.transcripts=Vr.parseTranscripts(e)}catch(t){}}async onTranscript(t){var r;const e=this.transcripts.filter(({peerId:i})=>i===t.peerId);if((r=e==null?void 0:e.at(-1))!=null&&r.isPartialTranscript){const i=e.at(-1);i.transcript=t.transcript,i.isPartialTranscript=t.isPartialTranscript,this.emit("transcript",i);return}this.transcripts=[...this.transcripts,t],this.emit("transcript",t)}},po=new WeakMap,jp);jm([y.trace("Ai.getActiveTranscript")],Vr.prototype,"getActiveTranscript",1);Vr=jm([Ze("0000")],Vr);var tI=Object.defineProperty,sI=Object.getOwnPropertyDescriptor,rI=(s,t,e,r)=>{for(var i=r>1?void 0:r?sI(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&tI(t,e,i),i},gr,_n,Pt,Gp;const Gm=(Gp=class{constructor(s,t,e,r,i,n){h(this,"meta");h(this,"ai");g(this,gr,void 0);g(this,_n,void 0);h(this,"aiSocketHandler");g(this,Pt,void 0);m(this,Pt,s),this.meta=new ru(s,t,t.config.viewType,e,n),this.ai=r,m(this,gr,t),m(this,_n,e),this.aiSocketHandler=i,this.setupEvents()}get telemetry(){return a(this,Pt).getValue("telemetry")}get logger(){return a(this,Pt).getValue("logger")}static async init(s,t,e,r,i){const n=await Vr.init(s,t.permissions.transcriptionEnabled);return new Gm(s,t,e,n,r,i)}conditionallySetActiveTab(s){var t;s!=null&&s.currentTab&&((t=this.meta.selfActiveTab)==null?void 0:t.id)!==s.currentTab.id&&(this.meta.setSelfActiveTab(s.currentTab,qm.Meeting),this.meta.emit("activeTabUpdate",s.currentTab))}setupEvents(){a(this,Pt).getValue("peerSessionStore").on(w.TRANSPORT_STATE_UPDATE,s=>{this.meta.emit("mediaConnectionUpdate",s)}),a(this,Pt).getValue("peerSessionStore").on(w.SOCKET_STATE_UPDATE,s=>{this.meta.emit("socketConnectionUpdate",s)}),a(this,Pt).getValue("peerSessionStore").on(w.ROOM_STATE,({createdAt:s,roomUuid:t})=>{const e=this.meta.meetingStartedTimestamp;if(t&&(this.meta.sessionId=t),s&&!e){const r=new Date(s*1e3);this.meta.meetingStartedTimestamp=r,this.meta.emit("meetingStartTimeUpdate",{meetingStartedTimestamp:this.meta.meetingStartedTimestamp})}}),a(this,Pt).getValue("peerSessionStore").on(w.PRODUCER_SCORE_UPDATE,({score:s})=>{s<5&&this.meta.emit("poorConnection",{score:s})}),a(this,gr).permissions.canSpotlight&&(this.logger.info("MetaController::Asserting Spotlight"),this.meta.selfActiveTab&&a(this,_n).broadcastMessage("spotlight",{userId:a(this,gr).userId,currentTab:this.meta.selfActiveTab})),a(this,Pt).getValue("peerSessionStore").on(w.PEER_JOINED_INTERNAL,async s=>{a(this,gr).permissions.canSpotlight&&this.meta.selfActiveTab&&a(this,_n).broadcastToPeers("spotlight",[s.id],{userId:a(this,gr).userId,currentTab:this.meta.selfActiveTab})}),a(this,Pt).getValue("peerSessionStore").on(w.ROOM_MESSAGE,s=>{var e,r;let t;if("type"in s){if(s.type!=="spotlight")return;t={...s,...s.payload}}else if("roomMessageType"in s){if(s.roomMessageType!=="spotlight")return;t=s}else return;this.logger.info("Spotlight Assertion Received",{spotlight:{spotlighter:{id:t.userId},currentTab:{id:(e=t.currentTab)==null?void 0:e.id,type:(r=t.currentTab)==null?void 0:r.type}}}),this.conditionallySetActiveTab(t)}),a(this,Pt).getValue("peerSessionStore").on(w.MESSAGE,s=>{var e,r;let t;if("type"in s){if(s.type!=="spotlight")return;t={...s,...s.payload}}else if("roomMessageType"in s){if(s.roomMessageType!=="spotlight")return;t=s}else return;this.logger.info("Spotlight Assertion Received",{spotlight:{spotlighter:{id:t.userId},currentTab:{id:(e=t.currentTab)==null?void 0:e.id,type:(r=t.currentTab)==null?void 0:r.type}}}),this.conditionallySetActiveTab(t)}),this.aiSocketHandler.on(x.transcript,s=>{const{meetingId:t,transcript:e,isPartial:r}=s;let i;try{i=Vr.parseTranscript(e,r)}catch(d){this.logger.error(`Failed to parse transcript: ${e}`,d)}if(!i){this.logger.warn("Received empty transcript data");return}this.ai.onTranscript(i),this.meta.emit("transcript",i);const{peerId:n,name:o,transcript:c}=i;this.logger.debug(`${t} Received transcript for peer ${n} - ${o}: ${c}`)})}},gr=new WeakMap,_n=new WeakMap,Pt=new WeakMap,Gp);let Wm=Gm;rI([y.trace("MetaController.setupEvents")],Wm.prototype,"setupEvents",1);const Va={},rr={executeWithLock({methodName:s,lockName:t,timeout:e}){return(r,i,n)=>{const o=n.value;return n.value=function(...d){var E,P;const l=(P=(this==null?void 0:this.peerId)||((E=d[0])==null?void 0:E.authToken))!=null?P:"",u=`${t}-${l}`,p=this==null?void 0:this.logger;if(Va[u]){const C=new Error(`Unsupported concurrent calls on method: ${s}.`);throw C.name="UnsupportedConcurrentMethodExecution",p==null||p.error("Locker::UnsupportedConcurrentMethodExecution",{error:{stack:C.stack},locker:{methodName:s,lockName:u}}),C}Va[u]=!0;const f=setTimeout(()=>delete Va[u],e),S=o.apply(this,d);return Promise.resolve(S).then(()=>{delete Va[u],clearTimeout(f)}).catch(()=>{delete Va[u],clearTimeout(f)}),S},n}}};var iI=Object.defineProperty,nI=Object.getOwnPropertyDescriptor,Wi=(s,t,e,r)=>{for(var i=r>1?void 0:r?nI(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&iI(t,e,i),i},Ut,ud,Z,go,ps,Le,mo,nu,Cn,Uc;class Hr extends At{constructor(e,r,i,n,o){const c=e.getValue("logger");super(c);g(this,mo);g(this,Cn);g(this,Ut,void 0);g(this,ud,void 0);g(this,Z,void 0);g(this,go,void 0);g(this,ps,void 0);g(this,Le,void 0);m(this,Le,e),m(this,Ut,n),m(this,ud,o),m(this,Z,r),m(this,go,i),m(this,ps,[]),this.setupEvents()}get telemetry(){return a(this,Le).getValue("telemetry")}get status(){return a(this,Le).getValue("stageStatus")}setupEvents(){const e={[w.GET_STAGE_REQUESTS]:async n=>{m(this,ps,n)},[w.UPDATE_STAGE_REQUESTS]:async({add:n})=>{const o=a(this,ps).length,{stageRequests:c}=this.getAccessRequests();(n||c.length>o)&&this.emit("newStageRequest",{count:c.length}),this.emit("stageAccessRequestUpdate",c)}},r=()=>{Object.entries(e).forEach(([n,o])=>{a(this,Le).getValue("peerSessionStore").onAsync(n,o)})},i=()=>{Object.entries(e).forEach(([n,o])=>{a(this,Le).getValue("peerSessionStore").removeListener(n,o)})};a(this,Z).permissions.on("permissionsUpdate",n=>{const{canAcceptProductionRequests:o}=n;o!==void 0&&(a(this,Z).permissions.acceptStageRequests?(r(),a(this,Ut).getStageRequests()):(i(),m(this,ps,[]),this.emit("stageAccessRequestUpdate",a(this,ps))))}),a(this,Z).permissions.acceptStageRequests&&r()}getAccessRequests(){if(!a(this,Z).permissions.stageEnabled)throw this.logger.error("Stage::stage_disabled"),new b("Stage is disabled","2003");if(!a(this,Z).permissions.acceptStageRequests)throw this.logger.error("Stage::get_access_request::permission_denied"),new b("You do not have permission to perform this action","2001");const e=a(this,go).joined.toArray().filter(r=>r.stageStatus==="REQUESTED_TO_JOIN_STAGE").map(r=>({displayName:r.name,userId:r.userId,peerId:r.id}));return m(this,ps,e),{stageRequests:a(this,ps)}}async requestAccess(){if(!a(this,Z).permissions.stageEnabled)throw this.logger.error("Stage::stage_disabled"),new b("Stage is disabled","2003");if(this.status!=="OFF_STAGE")throw new b(`Unable to request access you are currently ${this.status}`,"2006");if(a(this,Z).permissions.stageAccess===F.Allowed){V(this,Cn,Uc).call(this,"ACCEPTED_TO_JOIN_STAGE");return}a(this,Ut).requestAccess(),V(this,Cn,Uc).call(this,"REQUESTED_TO_JOIN_STAGE")}async cancelRequestAccess(){if(!a(this,Z).permissions.stageEnabled)throw this.logger.error("Stage::stage_disabled"),new b("Stage is disabled","2003");a(this,Ut).cancelRequestAccess(),V(this,Cn,Uc).call(this,"OFF_STAGE")}grantAccess(e){if(!a(this,Z).roomJoined)throw new b("Can`t grant for participant without joining room");if(!a(this,Z).permissions.stageEnabled)throw this.logger.error("Stage::stage_disabled"),new b("Stage is disabled","2003");if(!a(this,Z).permissions.acceptStageRequests)throw this.logger.error("Stage::grant_access::permission_denied"),new b("You do not have permission to perform this action","2001");return a(this,Ut).grantAccess(e)}denyAccess(e){if(!a(this,Z).roomJoined)throw new b("Can`t rejectRequestToJoinStage for participant without joining room","2005");if(!a(this,Z).permissions.stageEnabled)throw this.logger.error("Stage::stage_disabled"),new b("Stage is disabled","2003");if(!a(this,Z).permissions.acceptStageRequests)throw this.logger.error("Stage::deny_access::permission_denied"),new b("You do not have permission to perform this action","2001");return a(this,Ut).denyAccess(e)}get peerId(){return a(this,Le).getValue("peerId")}async join(){const e=a(this,Le).getValue("viewType");if(this.status==="ON_STAGE")throw new b("You are already on stage.","2006");if(this.status!=="ACCEPTED_TO_JOIN_STAGE"||a(this,Z).permissions.stageAccess===F.NotAllowed)throw new b(`Unable to join stage you are currently ${this.status}`,"2006");if(a(this,Le).setValue("stageStatus","ON_STAGE",!1),await a(this,Ut).joinStage(),e===Ks.Livestream){await a(this,Le).getValue("selfController").joinRoom();return}a(this,Le).notify("stageStatus"),a(this,Z).audioEnabled&&a(this,mo,nu).shareMic(a(this,Z).audioTrack),a(this,Z).videoEnabled&&a(this,mo,nu).shareWebcam(a(this,Z).videoTrack)}async leave(){if(!a(this,Z).permissions.stageEnabled)throw this.logger.error("Stage::stage_disabled"),new b("Stage is disabled","2003");if(!(this.status==="ON_STAGE"||this.status==="ACCEPTED_TO_JOIN_STAGE"))throw new b(`Unable to leave stage you are currently ${this.status}`,"2006");a(this,Z).setIsPinned(!1),a(this,Le).setValue("stageStatus","OFF_STAGE",!1),await a(this,Ut).leaveStage(a(this,Z).userId);try{await a(this,Le).getValue("peerSessionStore").emitAsync(w.LEAVE_MEDIA_ROOM,"stageLeft")}catch(e){this.logger.error("Stage::leave::emitAsync::failed",{error:e})}a(this,Le).notify("stageStatus")}async kick(e){if(!a(this,Z).roomJoined)throw new b("Can`t kick participant without joining room","2005");if(!a(this,Z).permissions.stageEnabled)throw this.logger.error("Stage::stage_disabled"),new b("Stage is disabled","2003");if(!a(this,Z).permissions.acceptStageRequests)throw this.logger.error("Stage::kick::permission_denied"),new b("You do not have permissions for kick","2001");return a(this,Ut).kick(e)}}Ut=new WeakMap,ud=new WeakMap,Z=new WeakMap,go=new WeakMap,ps=new WeakMap,Le=new WeakMap,mo=new WeakSet,nu=function(){return a(this,Le).getValue("roomNodeClient")},Cn=new WeakSet,Uc=async function(e){this.status!==e&&a(this,Le).setValue("stageStatus",e)};Wi([y.trace("Stage.getStageRequests")],Hr.prototype,"getAccessRequests",1);Wi([y.trace("Stage.requestAccess")],Hr.prototype,"requestAccess",1);Wi([y.trace("Stage.cancelRequestAccess")],Hr.prototype,"cancelRequestAccess",1);Wi([y.trace("Stage.grantAccess")],Hr.prototype,"grantAccess",1);Wi([y.trace("Stage.denyAccess")],Hr.prototype,"denyAccess",1);Wi([rr.executeWithLock({methodName:"joinStage",lockName:"Stage.join",timeout:5e3}),y.trace("Stage.joinStage")],Hr.prototype,"join",1);Wi([y.trace("Stage.leaveStage")],Hr.prototype,"leave",1);function aI(s){return!(s.viewType==="LIVESTREAM"||s.viewType==="CHAT")}function Qu(s){switch(s){case Gs.UNSPECIFIED:return"OFF_STAGE";case Gs.REQUESTED_STAGE:return"REQUESTED_TO_JOIN_STAGE";case Gs.APPROVED_STAGE:return"ACCEPTED_TO_JOIN_STAGE";case Gs.OFF_STAGE:return"OFF_STAGE";case Gs.ON_STAGE:return"ON_STAGE";default:return"OFF_STAGE"}}var oI=Object.defineProperty,cI=Object.getOwnPropertyDescriptor,dI=(s,t,e,r)=>{for(var i=r>1?void 0:r?cI(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&oI(t,e,i),i},mr,Xt,fr,fo,tt;class Jm{constructor(t,e,r,i,n){h(this,"stage");g(this,mr,void 0);g(this,Xt,void 0);g(this,fr,void 0);g(this,fo,0);g(this,tt,void 0);m(this,tt,t),this.stage=new Hr(t,i,n,e,r),m(this,fr,e),m(this,mr,i),m(this,Xt,n),this.setupEvents()}get telemetry(){return a(this,tt).getValue("telemetry")}get logger(){return a(this,tt).getValue("logger")}setupEvents(){a(this,tt).subscribe("stageStatus",t=>{this.stage.emit("stageStatusUpdate",t)}),a(this,fr).on(x.grantStageAccess,()=>{a(this,mr).permissions.stageAccess!==F.Allowed&&(this.stage.emit("stageRequestApproved"),this.setStageStatus("ACCEPTED_TO_JOIN_STAGE"))}),a(this,fr).on(x.peerStageStatusUpdate,t=>{t!==void 0&&(t.peerId===a(this,mr).id?this.selfStageStatusHandler(t):this.peerStageStatusHandler(t))}),a(this,fr).on(x.denyStageAccess,()=>{a(this,mr).permissions.stageAccess!==F.Allowed&&(this.stage.emit("stageRequestRejected"),this.setStageStatus("OFF_STAGE"))}),a(this,fr).on(x.getStageRequests,async t=>{var r;if(a(this,mr).permissions.stageAccess!==F.Allowed)return;const e=(r=t==null?void 0:t.stageRequests)!=null?r:[];await a(this,tt).getValue("peerSessionStore").emitAsync(w.GET_STAGE_REQUESTS,e),a(this,fo)<e.length&&e.length>0&&this.stage.emit("newStageRequest",{count:e.length}),m(this,fo,e.length),this.stage.emit("stageAccessRequestUpdate",e)})}getCurrentStageRequests(){return a(this,Xt).joined.toArray().filter(e=>e.stageStatus==="REQUESTED_TO_JOIN_STAGE").map(e=>({displayName:e.name,userId:e.userId,peerId:e.id}))}async setStageStatus(t){this.stage.status!==t&&a(this,tt).setValue("stageStatus",t)}selfStageStatusHandler(t){const e=Qu(t.stageType),r=a(this,tt).getValue("stageStatus");if(r!==e)switch(t.stageType){case 1:a(this,tt).setValue("stageStatus","ACCEPTED_TO_JOIN_STAGE",!1),this.stage.join();break;case 2:case 3:this.setStageStatus(r);break;case 0:case 4:default:a(this,tt).setValue("stageStatus","ACCEPTED_TO_JOIN_STAGE",!1),this.stage.leave();break}}async peerStageStatusHandler(t){const e=a(this,Xt).joined.get(t.peerId),r=a(this,Xt).viewMode==="ACTIVE_GRID";if(!e){this.logger.warn("err::peerStageStatusUpdate: participant not found");return}switch(t.stageType){case 1:e.setStageStatus("ON_STAGE"),r&&a(this,tt).getValue("peerSessionStore").emit(w.UPDATE_ACTIVE,{viewMode:a(this,Xt).viewMode,page:a(this,Xt).currentPage});break;case 2:e.setStageStatus("ACCEPTED_TO_JOIN_STAGE");break;case 3:e.setStageStatus("REQUESTED_TO_JOIN_STAGE");break;case 0:case 4:default:e.setStageStatus("OFF_STAGE"),r&&a(this,tt).getValue("peerSessionStore").emit(w.UPDATE_ACTIVE,{viewMode:a(this,Xt).viewMode,page:a(this,Xt).currentPage});break}a(this,tt).getValue("peerSessionStore").emit(w.UPDATE_PEER_STAGE_STATUS,{id:e.id,status:e.stageStatus})}}mr=new WeakMap,Xt=new WeakMap,fr=new WeakMap,fo=new WeakMap,tt=new WeakMap;dI([y.trace("Stage.setupEvents")],Jm.prototype,"setupEvents",1);var lI=Object.defineProperty,uI=Object.getOwnPropertyDescriptor,Xu=(s,t,e,r)=>{for(var i=r>1?void 0:r?uI(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&lI(t,e,i),i},ri,wn,To,So,ii,Wp;let no=(Wp=class extends ma{constructor(t,e,r,i){const n=t.getValue("logger");super(n);h(this,"name");h(this,"icon");h(this,"id");h(this,"permissions");g(this,ri,void 0);g(this,wn,void 0);g(this,To,void 0);g(this,So,void 0);g(this,ii,void 0);h(this,"active");h(this,"enabledBy");m(this,To,t);const o=t.getValue("meetingId");this.id=`${o}:${e.id}`,this.name=e.name,this.icon=e.icon,m(this,So,e.component),this.permissions=e.permissions,m(this,ri,i),m(this,wn,r),this.active=!1,this.enabledBy=""}get component(){return a(this,So)}get telemetry(){return a(this,To).getValue("telemetry")}activateForSelf(){m(this,ii,new Date),this.active=!0,this.emit("stateUpdate",{active:this.active,pluginId:this.id}),this.emit("enabled")}deactivateForSelf(){m(this,ii,void 0),this.active=!1,this.emit("stateUpdate",{active:this.active,pluginId:this.id}),this.emit("closed")}async activate(){var t;this.active||(t=this.permissions)!=null&&t.canActivate&&(await a(this,wn).set(this.id,{name:this.name,icon:this.icon,id:this.id,enabledBy:a(this,ri).id}),this.enabledBy=a(this,ri).id,this.activateForSelf(),this.logger.info("plugin::activated",{plugin:{id:this.id,enabledBy:this.enabledBy,name:this.name}}))}async deactivate(){var e;if(!this.active||!((e=this.permissions)!=null&&e.canDeactivate)&&this.enabledBy!==a(this,ri).id)return;const t=a(this,ii)?new Date().getTime()-a(this,ii).getTime():0;await a(this,wn).set(this.id,null),this.deactivateForSelf(),this.logger.info("plugin::deactivated",{plugin:{id:this.id,name:this.name,duration:t}})}},ri=new WeakMap,wn=new WeakMap,To=new WeakMap,So=new WeakMap,ii=new WeakMap,Wp);Xu([y.trace("Plugin.activatePlugin")],no.prototype,"activate",1);Xu([y.trace("Plugin.deactivatePlugin")],no.prototype,"deactivate",1);no=Xu([Ze("0600")],no);var ke,ni;class Km extends Map{constructor(e,r=void 0){const{onAddEvent:i,onDeleteEvent:n,onClearEvent:o}=e;super();g(this,ke,void 0);g(this,ni,void 0);h(this,"onAddEvent");h(this,"onDeleteEvent");h(this,"onClearEvent");m(this,ke,new ma(r)),this.onAddEvent=i,this.onDeleteEvent=n,this.onClearEvent=o,m(this,ni,new Map)}emit(e,...r){return a(this,ke).emit(e,...r)}on(e,r){return a(this,ke).on(e,r)}addListener(e,r){return a(this,ke).addListener(e,r)}off(e,r){return a(this,ke).off(e,r)}once(e,r){return a(this,ke).once(e,r)}prependListener(e,r){return a(this,ke).prependListener(e,r)}prependOnceListener(e,r){return a(this,ke).prependOnceListener(e,r)}removeListener(e,r){return a(this,ke).removeListener(e,r)}removeAllListeners(e){return a(this,ke).removeAllListeners(e)}listeners(e){return a(this,ke).listeners(e)}listenerCount(e){return a(this,ke).listenerCount(e)}getMaxListeners(){return a(this,ke).getMaxListeners()}setMaxListeners(e){return a(this,ke).setMaxListeners(e)}eventNames(){return a(this,ke).eventNames()}add(e,r=!0){return this.set(e.id,e,r)}set(e,r,i=!0){const n=super.set(e,r),o=(c,...d)=>{this.emit(c,r,...d)};return a(this,ni).set(e,o),r.on("*",o),i&&a(this,ke).emit(this.onAddEvent,r),n}delete(e,r=!0,i=!1){const n=this.get(e);if(!n)return!1;n.removeListener("*",a(this,ni).get(e));const o=super.delete(e);return i&&n.removeAllListeners(),r&&a(this,ke).emit(this.onDeleteEvent,n),o}clear(e=!0,r=!1){this.forEach(n=>{n.removeListener("*",a(this,ni).get(n.id)),r&&n.removeAllListeners()});const i=super.clear();return e&&a(this,ke).emit(this.onClearEvent),i}toArray(){return Array.from(this.values())}}ke=new WeakMap,ni=new WeakMap;class Cp extends Km{constructor(t){super({onAddEvent:"pluginAdded",onDeleteEvent:"pluginDeleted"},t)}add(t,e=!0){return super.add(t,e)}delete(t,e=!0,r=!1){return super.delete(t,e,r)}}var hI=Object.defineProperty,pI=Object.getOwnPropertyDescriptor,gI=(s,t,e,r)=>{for(var i=r>1?void 0:r?pI(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&hI(t,e,i),i};let au=class{constructor(s){h(this,"all");h(this,"active");this.all=new Cp(s),this.active=new Cp(s)}};au=gI([Ze("0600")],au);var mI=Object.defineProperty,fI=Object.getOwnPropertyDescriptor,TI=(s,t,e,r)=>{for(var i=r>1?void 0:r?fI(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&mI(t,e,i),i},ai,vo,oi,Jp;const zm=(Jp=class{constructor(s,t,e,r){h(this,"plugins");g(this,ai,void 0);g(this,vo,void 0);g(this,oi,void 0);m(this,oi,s),this.plugins=t,m(this,ai,e),m(this,vo,r),this.setupEvents()}get telemetry(){return a(this,oi).getValue("telemetry")}get logger(){return a(this,oi).getValue("logger")}static async init(s,t,e,r,i){const n=s.getValue("logger"),o=new au(n);return t.forEach(c=>{const d=new no(s,c,e,r);o.all.add(d)}),new zm(s,o,e,i)}setupEvents(){this.plugins.all.on("stateUpdate",({active:s,id:t})=>{if(s){this.plugins.active.add(this.plugins.all.get(t));return}this.plugins.active.delete(t)}),a(this,oi).getValue("peerSessionStore").onAsync(w.SOCKET_SERVICE_ROOM_JOINED,async()=>{var e,r;((r=(e=this.plugins.active)==null?void 0:e.toArray())!=null?r:[]).forEach(i=>{i.deactivateForSelf()});try{await a(this,vo).refresh(a(this,ai).name)}catch(i){this.logger.error("[PluginController] Failed to refresh active plugins store, syncing from stale data.",{error:i})}const t=a(this,ai).getAll();Object.entries(t).forEach(([i,n])=>{if(!n)return;const o=this.plugins.all.get(i);if(!o){this.logger.warn(`[PluginController] Plugin '${i}' not found in plugins.all, ignoring store entry.`);return}o.active||(o.enabledBy=n.enabledBy,o.activateForSelf())}),this.logger.debug("[SOCKET_SERVICE_ROOM_JOINED] resolved request to sync active plugins.")}),a(this,ai).subscribe("*",s=>{Object.entries(s).forEach(([t,e])=>{const r=this.plugins.all.get(t);if(!r){this.logger.warn(`[PluginController] Plugin '${t}' not found in plugins.all, ignoring store update.`);return}!e&&r.active&&r.deactivateForSelf(),e&&!r.active&&(r.enabledBy=e.enabledBy,r.activateForSelf())})})}},ai=new WeakMap,vo=new WeakMap,oi=new WeakMap,Jp);let Ym=zm;TI([y.trace("PluginController.setupEvents")],Ym.prototype,"setupEvents",1);var yo;class SI{constructor(t){h(this,"mediaJoined");h(this,"socketJoined");h(this,"socketJoinAttempted");h(this,"mediaJoinAttempted");h(this,"socketState");h(this,"mediaState");g(this,yo,void 0);this.mediaJoined=!1,this.socketJoined=!1,this.socketJoinAttempted=!1,this.mediaJoinAttempted=!1,this.socketState={state:void 0,reconnected:!1,reconnectionAttempt:void 0},this.mediaState={recv:void 0,send:void 0},m(this,yo,t)}get joinAttempted(){return this.mediaJoinAttempted||this.socketJoinAttempted}get roomJoined(){return this.mediaJoined&&this.socketJoined}updateSocketConnectionState(t,e){let r;const{reconnected:i}=this.socketState;switch(t){case"connected":r={state:"connected",reconnected:i,reconnectionAttempt:void 0};break;case"disconnected":r={state:"disconnected",reconnected:!1,reconnectionAttempt:0},this.socketJoined=!1;break;case"reconnected":r={state:"connected",reconnected:!0,reconnectionAttempt:void 0};break;case"reconnecting":r={state:"reconnecting",reconnected:i,reconnectionAttempt:0};break;case"reconnectAttempt":r={state:"reconnecting",reconnected:i,reconnectionAttempt:e};break;case"failed":r={state:"failed",reconnected:i,reconnectionAttempt:void 0},this.socketJoined=!1;break}r&&(a(this,yo).getValue("peerSessionStore").emit(w.SOCKET_STATE_UPDATE,r),this.socketState=r)}}yo=new WeakMap;var vI=Object.defineProperty,yI=Object.getOwnPropertyDescriptor,Sc=(s,t,e,r)=>{for(var i=r>1?void 0:r?yI(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&vI(t,e,i),i},Rn,bn,kn,$c,Kp;let Fi=(Kp=class extends At{constructor(t,e){const r=t.getValue("logger");super(r);g(this,kn);g(this,Rn,void 0);g(this,bn,void 0);h(this,"recordingPeerIds",[]);h(this,"recordings",[]);m(this,bn,t),m(this,Rn,e)}get recordingState(){return this.recordings.some(t=>t.state==="RECORDING")?"RECORDING":this.recordings.some(t=>t.state==="PAUSED")?"PAUSED":this.recordings.some(t=>t.state==="STARTING")?"STARTING":this.recordings.some(t=>t.state==="STOPPING")?"STOPPING":"IDLE"}get telemetry(){return a(this,bn).getValue("telemetry")}updateRecordings(t){this.recordings=t,this.emit("recordingUpdate",this.recordingState)}async start(t){if(!a(this,Rn).permissions.canRecord)throw this.logger.error("Recording::start::permission_denied"),new b("User does not have permission to start recording","1001");if((t==null?void 0:t.allowMultiple)!==!0&&(this.recordingState==="STARTING"||this.recordingState==="RECORDING"||this.recordingState==="STOPPING"))throw this.logger.error("Recording::start::recording_in_progress",{recording:{state:this.recordingState}}),new b(`Cant start recording, recordingState irregular: ${this.recordingState}`,"1005");try{const e=ft(),{recording:r={}}=a(this,bn).getValue("defaults"),i=await e.startRecording(r,t==null?void 0:t.allowMultiple);this.updateRecordings([...this.recordings,{id:i,state:"STARTING",type:"BROWSER"}])}catch(e){throw this.logger.error("Recording::stop::recording_failed_to_start",{error:e}),new b("Error while starting recording","1000",this.logger)}}async stop(t){await V(this,kn,$c).call(this,"stop",["RECORDING","PAUSED"],t)}async pause(t){await V(this,kn,$c).call(this,"pause",["RECORDING"],t)}async resume(t){await V(this,kn,$c).call(this,"resume",["PAUSED"],t)}},Rn=new WeakMap,bn=new WeakMap,kn=new WeakSet,$c=async function(t,e,r){if(!a(this,Rn).permissions.canRecord)throw this.logger.error("Recording::stop::permission_denied"),new b("User does not have permission to stop recording","1001");let i=[];if(r!==void 0){const n=this.recordings.find(o=>o.id===r);if(n===void 0)throw new b("Could not find the specified recording","1004");if(e.includes(n.state)){this.logger.error("Recording::stop::recording_not_in_expected_state",{recording:{state:n.state}});return}i.push(n)}else i=this.recordings.filter(n=>e.includes(n.state));i.forEach(async n=>{const o=n.state;t==="stop"&&(n.state="STOPPING",this.emit("recordingUpdate","STOPPING"));try{await ft().updateRecording(n.id,t)}catch(c){throw this.logger.error("Recording::stop::recording_failed_to_stop",{error:c}),n.state!==o&&(n.state=o,this.emit("recordingUpdate",o)),new b("Error while stopping recording","1000",this.logger)}})},Kp);Sc([y.trace("Recording.start")],Fi.prototype,"start",1);Sc([y.trace("Recording.stop")],Fi.prototype,"stop",1);Sc([y.trace("Recording.stop")],Fi.prototype,"pause",1);Sc([y.trace("Recording.stop")],Fi.prototype,"resume",1);Fi=Sc([Ze("1000")],Fi);var EI=Object.defineProperty,PI=Object.getOwnPropertyDescriptor,_I=(s,t,e,r)=>{for(var i=r>1?void 0:r?PI(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&EI(t,e,i),i},ci;class Qm{constructor(t,e,r){h(this,"recording");h(this,"room");g(this,ci,void 0);m(this,ci,t),this.recording=new Fi(t,e),this.room=r,this.setupEvents()}get telemetry(){return a(this,ci).getValue("telemetry")}get logger(){return a(this,ci).getValue("logger")}getRecordingTypeFromProtoType(t){let e;switch(t){case $i.BROWSER:e="BROWSER";break;case $i.COMPOSITE:e="COMPOSITE";break;case $i.TRACK:e="TRACK";break;default:e="BROWSER"}return e}setupEvents(){a(this,ci).getValue("peerSessionStore").on(w.ROOM_STATE,t=>{t.activeRecordings.length!==0?this.recording.updateRecordings(t.activeRecordings.map(e=>{const r=this.getRecordingTypeFromProtoType(e.recordingType);return{id:e.recordingId,state:e.recordingStatus,type:r}})):this.recording.recordings.length&&this.recording.updateRecordings([])}),this.room.on(x.recordingStarted,t=>{let e=!1;const r=[...this.recording.recordings];if(r.forEach(i=>{i.id===t.recordingId&&(e=!0,i.state="RECORDING")}),e===!1){const i=this.getRecordingTypeFromProtoType(t.recordingType);r.push({id:t.recordingId,state:"RECORDING",type:i})}this.recording.updateRecordings(r)}),this.room.on(x.recordingPaused,t=>{const e=[...this.recording.recordings];e.forEach(r=>{r.id===t.recordingId&&(r.state="PAUSED")}),this.recording.updateRecordings(e)}),this.room.on(x.recordingStopped,t=>{const e=[...this.recording.recordings.filter(r=>r.id!==t.recordingId)];this.recording.updateRecordings(e)})}}ci=new WeakMap;_I([y.trace("RecordingController.setupEvents")],Qm.prototype,"setupEvents",1);var di;class CI{constructor(t){g(this,di,void 0);m(this,di,t)}hasFeature(t){return a(this,di).getValue("logger").warn("Unimplemented method: meeting.__internals__.hasFeature called"),!1}getFeatureValue(t){return a(this,di).getValue("logger").warn("Unimplemented method: meeting.__internals__.getFeatureValue called"),null}getAllFeatures(){return a(this,di).getValue("logger").warn("Unimplemented method: meeting.__internals__.getAllFeatures called"),{}}}di=new WeakMap;class Zu{constructor(t,e,r,i){h(this,"authToken");h(this,"logger");h(this,"features");h(this,"browserSpecs");h(this,"callStats");this.authToken=t,this.logger=e,this.features=r,this.browserSpecs=pe,this.callStats=i}static init(t){return new Zu(t.getValue("authToken"),t.getValue("logger"),new CI(t),t.getValue("callstats"))}}class eh{constructor(t){h(this,"internals");this.internals=t}static async init(t){const e=Zu.init(t);return new eh(e)}}var wI=Object.defineProperty,RI=Object.getOwnPropertyDescriptor,Dt=(s,t,e,r)=>{for(var i=r>1?void 0:r?RI(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&wI(t,e,i),i},De,ue,ae,Is,$t,Eo,_e;class St extends ma{constructor(e,r,i=Zc,n=!0){const o=e.getValue("logger");super(o);g(this,De,void 0);g(this,ue,void 0);g(this,ae,void 0);g(this,Is,void 0);g(this,$t,void 0);g(this,Eo,void 0);g(this,_e,void 0);h(this,"audioUpdateInProgress");h(this,"videoUpdateInProgress");m(this,_e,e),this.audioUpdateInProgress=!1,this.videoUpdateInProgress=!1,m(this,De,new Xm(e,r)),m(this,ue,new zI(e,a(this,De),void 0,i)),m(this,ae,new s0(e,a(this,De),void 0,i)),m(this,$t,new ZI(a(this,_e),a(this,De))),m(this,Is,new QI(e,a(this,De))),m(this,Eo,n),a(this,ue).on("trackMuted",this.onAudioTrackMuted.bind(this)),a(this,ue).on("trackChanged",this.onAudioTrackChanged.bind(this)),a(this,ae).on("trackChanged",this.onVideoTrackChanged.bind(this)),a(this,ae).on("trackEnded",this.onVideoTrackEnded.bind(this)),a(this,$t).on("trackEnded",this.onScreenShareEnded.bind(this)),this.onVisibilityChange=this.onVisibilityChange.bind(this),document.addEventListener("visibilitychange",this.onVisibilityChange)}get telemetry(){return a(this,_e).getValue("telemetry")}set context(e){m(this,_e,e)}async onVisibilityChange(){a(this,_e).getValue("callstats").tabChanged(document.visibilityState==="visible"),document.visibilityState!=="visible"?a(this,_e).getValue("callstats").browserBackgrounded():(a(this,_e).getValue("callstats").browserForegrounded(),await this.setupSpeaker())}async repopulateAvailableDevices(){return!0}async setupStreams({audio:e,video:r}){var o;e?a(this,_e).getValue("callstats").audioOn():a(this,_e).getValue("callstats").audioOff(),r?a(this,_e).getValue("callstats").videoOn():a(this,_e).getValue("callstats").videoOff();let i,n;if(e&&r)try{const c=await a(this,De).getAudioAndVideoTrack(a(this,ue).userSelectedDevice,a(this,ae).userSelectedDevice);i=c.audioTrack,n=c.videoTrack}catch(c){this.logger.error("LocalMediaHandler::init::Failed to get audio video tracks",{error:c})}if(!i&&e)try{i=await a(this,De).getAudioTrack(!1,a(this,ue).userSelectedDevice)}catch(c){this.logger.error("LocalMediaHandler::init::Failed to get audio track",{error:c})}if(!n&&r)try{n=await a(this,De).getVideoTrack(a(this,ae).userSelectedDevice)}catch(c){this.logger.error("LocalMediaHandler::init::Failed to get video track",{error:c})}e&&!i&&a(this,_e).getValue("callstats").audioOff(),r&&!n&&a(this,_e).getValue("callstats").videoOff(),await a(this,ue).setMediaTrack(i),await a(this,ae).setMediaTrack(n);try{await this.setupSpeaker()}catch(c){}if(n){const c=await this.getDeviceById(n.getSettings().deviceId);a(this,_e).getValue("callstats").selectedDevice("VIDEO",c)}if(i){const c=await this.getDeviceById(i.getSettings().deviceId);a(this,_e).getValue("callstats").selectedDevice("AUDIO",c)}(o=a(this,Is).currentDevice)!=null&&o.deviceId&&a(this,_e).getValue("callstats").selectedDevice("SPEAKER",a(this,Is).currentDevice),a(this,De).onDeviceChange((c,d,l)=>{this.onDeviceChange(d,l)})}getCurrentDevices(){return{audio:a(this,ue).currentDevice,video:a(this,ae).currentDevice,speaker:a(this,Is).currentDevice}}get permissions(){return a(this,De).permissions}getAllDevices(){return a(this,De).getAvailableDevices()}getDeviceById(e,r){return a(this,De).getDevice(e)}onAudioTrackMuted(){this.emit("AUDIO_TRACK_SILENT")}onAudioTrackChanged(){this.emit("AUDIO_TRACK_CHANGE")}get rawAudioTrack(){return a(this,ue).mediaTrack}get audioTrack(){return a(this,ue).transformedMediaTrack}get audioEnabled(){return a(this,ue).trackEnabled}async enableAudio(e){if(!this.audioUpdateInProgress){this.audioUpdateInProgress=!0;try{e?await a(this,ue).enableTrack(!1,e):await a(this,ue).unmuteTrack()}catch(r){}finally{this.audioUpdateInProgress=!1}}}disableAudio(){a(this,ue).mediaTrack&&!a(this,ue).isCustomTrack?a(this,ue).muteTrack():a(this,ue).disableTrack()}getAudioDevices(e){return a(this,De).getAudioInputDevices(e)}async setAudioDevice(e,{saveDevicePreference:r}){await a(this,ue).setDevice(e,{saveDevicePreference:r}),e!=null&&e.deviceId&&a(this,_e).getValue("callstats").selectedDevice("AUDIO",e),this.emit("AUDIO_TRACK_CHANGE"),this.emit("DEVICE_CHANGE",{device:e})}async setupSpeaker(){const{speaker:e}=this.getCurrentDevices();await a(this,Is).setPreferredSpeaker();const{speaker:r}=this.getCurrentDevices();(e==null?void 0:e.deviceId)!==(r==null?void 0:r.deviceId)&&r&&this.emit("DEVICE_CHANGE",{device:r})}async setSpeakerDevice(e,{saveDevicePreference:r}){await a(this,Is).setupSpeaker(e,{saveDevicePreference:r}),e!=null&&e.deviceId&&a(this,_e).getValue("callstats").selectedDevice("SPEAKER",e),this.emit("DEVICE_CHANGE",{device:e})}onVideoTrackChanged(){this.emit("VIDEO_TRACK_CHANGE")}onVideoTrackEnded(){this.emit("VIDEO_TRACK_CHANGE")}get rawVideoTrack(){return a(this,ae).mediaTrack}get videoTrack(){return a(this,ae).transformedMediaTrack}get videoEnabled(){return a(this,ae).trackEnabled}async enableVideo(e){if(!this.videoUpdateInProgress){this.videoUpdateInProgress=!0;try{e?await a(this,ae).enableTrack(!1,e):await a(this,ae).unmuteTrack()}catch(r){}finally{this.videoUpdateInProgress=!1}}}disableVideo(){a(this,ae).disableTrack()}getVideoDevices(e){return a(this,De).getVideoInputDevices(e)}async setVideoDevice(e,{saveDevicePreference:r}){await a(this,ae).setDevice(e,{saveDevicePreference:r}),e!=null&&e.deviceId&&a(this,_e).getValue("callstats").selectedDevice("VIDEO",e),this.emit("VIDEO_TRACK_CHANGE"),this.emit("DEVICE_CHANGE",{device:e})}async updateVideoConstraints(e){await a(this,ae).updateConstraints(e)}onScreenShareEnded(){this.emit("SCREENSHARE_ENDED")}get screenShareTracks(){return{audio:a(this,$t).audioMediaTrack,video:a(this,$t).videoMediaTrack}}get screenShareEnabled(){return a(this,$t).trackEnabled}async enableScreenShare(){await a(this,$t).enableScreenShare()}async disableScreenShare(){a(this,$t).disableScreenShare()}async updateScreenshareConstraints(e){await a(this,$t).updateConstraints(e)}getSpeakerDevices(e){return a(this,De).getAudioOutputDevices(e)}addAudioMiddleware(e){return a(this,ue).addMiddleware(e)}removeAudioMiddleware(e){return a(this,ue).removeMiddleware(e)}removeAllAudioMiddlewares(){return a(this,ue).removeAllMiddlewares()}addVideoMiddleware(e){return a(this,ae).addMiddleware(e)}removeVideoMiddleware(e){return a(this,ae).removeMiddleware(e)}removeAllVideoMiddlewares(){return a(this,ae).removeAllMiddlewares()}setVideoMiddlewareGlobalConfig(e){return a(this,ae).setVideoMiddlewareGlobalConfig(e)}destruct(){a(this,ue).disableTrack(),a(this,ae).disableTrack(),a(this,ae).terminateMiddlewareWebWorker(),a(this,$t).disableScreenShare(),a(this,De).destruct()}async onDeviceChange(e,r){var n,o;if(this.emit("DEVICE_LIST_UPDATED",e),r||!a(this,Eo))return;let i=!1;(n=e==null?void 0:e.added)==null||n.reverse().forEach(async c=>{var d;c&&!Zc(c)&&(c.kind==="audioinput"&&((d=this.audioTrack)==null?void 0:d.enabled)===!0?await this.setAudioDevice(c,{saveDevicePreference:!1}):c.kind==="audiooutput"&&(i=!0,await this.setSpeakerDevice(c,{saveDevicePreference:!1})))}),i||(o=e==null?void 0:e.removed)==null||o.forEach(async c=>{var d;if(c.kind==="audiooutput"&&((d=this.getCurrentDevices().speaker)==null?void 0:d.deviceId)===c.deviceId){const l=await this.getSpeakerDevices();(l==null?void 0:l.length)>0&&await this.setSpeakerDevice(l[0],{saveDevicePreference:!1})}})}removeAllTracks(){this.destruct()}removeAudioTrack(){a(this,ue).disableTrack()}removeVideoTrack(){a(this,ae).disableTrack(),a(this,ae).terminateMiddlewareWebWorker()}async removeDocumentEventListeners(){document.removeEventListener("visibilitychange",this.onVisibilityChange)}}De=new WeakMap,ue=new WeakMap,ae=new WeakMap,Is=new WeakMap,$t=new WeakMap,Eo=new WeakMap,_e=new WeakMap;Dt([y.trace("MediaHandler.setupStreams")],St.prototype,"setupStreams",1);Dt([y.trace("MediaHandler.enableAudio")],St.prototype,"enableAudio",1);Dt([y.trace("MediaHandler.disableAudio")],St.prototype,"disableAudio",1);Dt([y.trace("MediaHandler.setAudioDevice")],St.prototype,"setAudioDevice",1);Dt([y.trace("MediaHandler.enableVideo")],St.prototype,"enableVideo",1);Dt([y.trace("MediaHandler.disableVideo")],St.prototype,"disableVideo",1);Dt([y.trace("MediaHandler.setVideoDevice")],St.prototype,"setVideoDevice",1);Dt([y.trace("MediaHandler.updateVideoConstraints")],St.prototype,"updateVideoConstraints",1);Dt([y.trace("MediaHandler.enableScreenShare")],St.prototype,"enableScreenShare",1);Dt([y.trace("MediaHandler.disableScreenShare")],St.prototype,"disableScreenShare",1);Dt([y.trace("MediaHandler.updateScreenshareConstraints")],St.prototype,"updateScreenshareConstraints",1);Dt([y.trace("MediaHandler.destruct")],St.prototype,"destruct",1);Dt([y.trace("MediaHandler.onDeviceChange")],St.prototype,"onDeviceChange",1);function Mc(s,t,e){switch(!0){case pe.isChromiumBased():switch(t){case"NotAllowedError":return e.includes("by system")?"SYSTEM_DENIED":s==="screenshare"?"CANCELED":"DENIED";case"NotReadableError":default:return"COULD_NOT_START"}case pe.isSafari():switch(t){case"NotAllowedError":return"DENIED";default:return"COULD_NOT_START"}case pe.isFirefox():switch(t){case"NotFoundError":case"NotReadableError":return"SYSTEM_DENIED";case"NotAllowedError":return"DENIED";case"AbortError":default:return"COULD_NOT_START"}default:return"COULD_NOT_START"}}const bI=["virtual","emulator","krisp","solstice conference","teams","loom","zoom","manycam","blackhole","displayport","xsplit","wirecast","vMix","elgato","epiphan","voice changer","voicemod","morphvoxx"];function Zc(s){var e,r;const t=(e=s.label)==null?void 0:e.toLowerCase();return((r=pe._bowser)==null?void 0:r.getOSName())==="macOS"&&t.includes("iphone")?!0:bI.some(i=>t==null?void 0:t.includes(i))}async function kI(s,t,e){if(!(t!=null&&t.length))return e;const r=s.getValue("logger"),i=new AudioContext,n=await Promise.all(t==null?void 0:t.map(d=>d(i))),o=i.createMediaStreamSource(new MediaStream([e])),c=i.createMediaStreamDestination();try{let d=o;for(let l=0;l<n.length;l+=1)d.connect(n[l]),d=n[l];d.connect(c)}catch(d){return r.error("getTransformedAudioTrack::middleware_execution_failed",{error:d}),e}return c.stream.getAudioTracks()[0]}var li,Po;class MI{constructor(t){g(this,li,void 0);g(this,Po,void 0);m(this,Po,t)}get logger(){return a(this,Po).getValue("logger")}terminateMiddlewareWebWorker(){if(a(this,li))try{Dc.clearInterval(a(this,li)),m(this,li,void 0)}catch(t){this.logger.debug("WorkerTimers::terminateMiddlewareWebWorker::failed")}}async getTransformedVideoTrack(t,e,r){if(!(t!=null&&t.length))return e;const i=document.createElement("canvas"),n=await Promise.all(t==null?void 0:t.map(f=>f({canvas:i,WorkerTimers:Dc})));if(r.disablePerFrameCanvasRendering){const S=i.captureStream().getVideoTracks()[0];return Object.defineProperty(S,"originalSettings",{value:e.getSettings()}),S}const o=document.createElement("video"),c=new MediaStream;c.addTrack(e);const d=i.getContext("2d");o.srcObject=c,o.autoplay=!0,this.terminateMiddlewareWebWorker();const l=async()=>{if(e.enabled===!1||e.readyState==="ended"){this.terminateMiddlewareWebWorker(),o.remove(),i.remove();return}try{d.drawImage(o,0,0);for(let f=0;f<n.length;f+=1)typeof n[f]=="function"&&await n[f](i,d)}catch(f){this.logger.error("getTransformedVideoTrack::middleware_execution_failed",{error:f})}};try{o.play()}catch(f){}o.addEventListener("play",()=>{i.width=o.width||e.getSettings().width,i.height=o.width||e.getSettings().height,m(this,li,Dc.setInterval(l,50))},!1);const p=i.captureStream().getVideoTracks()[0];return Object.defineProperty(p,"originalSettings",{value:e.getSettings()}),p}}li=new WeakMap,Po=new WeakMap;const AI={qvga:{width:{ideal:320},height:{ideal:240},frameRate:{ideal:30}},vga:{width:{ideal:640},height:{ideal:480},frameRate:{ideal:30}},hd:{width:{ideal:1280},height:{ideal:720},frameRate:{ideal:30}},fhd:{width:{ideal:1920},height:{ideal:1080},frameRate:{ideal:30}},uhd:{width:{ideal:3840},height:{ideal:2160},frameRate:{ideal:30}}},II=[[320,[{rid:"f",scaleResolutionDownBy:1},{rid:"h",scaleResolutionDownBy:2}]],[640,[{rid:"f",scaleResolutionDownBy:1},{rid:"h",scaleResolutionDownBy:2}]],[1280,[{rid:"f",scaleResolutionDownBy:1},{rid:"h",scaleResolutionDownBy:2},{rid:"q",scaleResolutionDownBy:4}]],[1920,[{rid:"f",scaleResolutionDownBy:1},{rid:"h",scaleResolutionDownBy:2},{rid:"q",scaleResolutionDownBy:4}]],[3840,[{rid:"f",scaleResolutionDownBy:1},{rid:"h",scaleResolutionDownBy:2},{rid:"q",scaleResolutionDownBy:4}]]],DI=(s,t)=>{var d,l,u;const e=(d=s==null?void 0:s.getValue("overrides"))==null?void 0:d.simulcastConfig;if((l=e==null?void 0:e.encodings)!=null&&l.length)return e.encodings;const r="getSettings"in t&&t.getSettings().width||"getConstraints"in t&&t.getConstraints().width||"originalSettings"in t&&((u=t.originalSettings)==null?void 0:u.width),i=II,n=i.map(([p])=>p).sort((p,f)=>p-f);let o=Number.MAX_VALUE,c=0;return n.forEach((p,f)=>{Math.abs(p-r)<o&&(o=Math.abs(p-r),c=f)}),i[c][1]};var Ee=(s=>(s.WEBCAM="webcam",s.WEBCAM_BACKUP="webcam_backup",s.MIC="mic",s.SCREENSHARE_VIDEO="screenshare_video",s.SCREENSHARE_AUDIO="screenshare_audio",s))(Ee||{});const OI=yC(),zi=ys(OI.config.media);function NI(s){var e,r;const t={};return s.audio&&(t.audio={enableStereo:(e=s.audio.enableStereo)!=null?e:!1,enableHighBitrate:(r=s.audio.enableHighBitrate)!=null?r:!1}),t.video=s.video.quality,t}var ui,hd;class LI{constructor(t,e){g(this,ui,void 0);g(this,hd,void 0);h(this,"getScreenShareConstraints",()=>{var l,u,p,f,S,E,P,C,k;const t=(l=a(this,ui))==null?void 0:l.screenshare,e=(p=(u=t==null?void 0:t.width)==null?void 0:u.max)!=null?p:1920,r=(S=(f=t==null?void 0:t.height)==null?void 0:f.max)!=null?S:1080,i=(P=(E=t==null?void 0:t.frameRate)==null?void 0:E.max)!=null?P:5,n=(k=(C=t==null?void 0:t.frameRate)==null?void 0:C.ideal)!=null?k:5,o=t==null?void 0:t.displaySurface,c=t==null?void 0:t.selfBrowserSurface;let d={width:{max:e},height:{max:r},frameRate:{ideal:n,max:i}};return o!==void 0&&["monitor","browser","window"].includes(o)&&(d={...d,displaySurface:o}),c!==void 0&&(d={...d,selfBrowserSurface:c}),{audio:!0,video:d}});h(this,"getAudioConstraints",t=>{var n,o,c,d,l,u,p;const e={},r=(n=a(this,ui))==null?void 0:n.audio,i=r!=null&&r.enableStereo?2:1;return pe.isFirefox()||pe.isWebKitBased()?(e.audio={deviceId:t,autoGainControl:(o=r==null?void 0:r.autoGainControl)!=null?o:!0,echoCancellation:(c=r==null?void 0:r.echoCancellation)!=null?c:!0,noiseSuppression:(d=r==null?void 0:r.noiseSupression)!=null?d:!0,channelCount:i},e):(e.audio={autoGainControl:(l=r==null?void 0:r.autoGainControl)!=null?l:!0,echoCancellation:(u=r==null?void 0:r.echoCancellation)!=null?u:!0,noiseSuppression:(p=r==null?void 0:r.noiseSupression)!=null?p:!0,channelCount:i},t&&(e.audio.deviceId={exact:t}),e)});h(this,"getVideoConstraints",t=>{var o,c,d;const e={},r=(o=a(this,ui))==null?void 0:o.video,i=VP(AI);let n=i.vga;if(typeof r=="string"){const l=i[r];l&&(n=l)}else r!==void 0&&(n.height.ideal=r.height.ideal,n.width.ideal=r.width.ideal,n.frameRate.ideal=(d=(c=r.frameRate)==null?void 0:c.ideal)!=null?d:30);return e.video=n,typeof e.video=="boolean"||(t?e.video.deviceId={exact:t}:e.video.facingMode="user"),e});m(this,hd,t),m(this,ui,e)}getUpdatedVideoConstraints(t){return t}}ui=new WeakMap,hd=new WeakMap;class Vl extends Error{constructor(e,r,i){super(r);h(this,"constraints");h(this,"name");this.name=e,this.constraints=i}}class VI{constructor(){h(this,"permissions");this.permissions={audio:"NOT_REQUESTED",video:"NOT_REQUESTED",screenshare:"NOT_REQUESTED"}}async getAudioInputDevices(t){let e=t;return t||(e=await this.getAvailableDevices()),e.filter(r=>r.kind==="audioinput")}async getVideoInputDevices(t){let e=t;return t||(e=await this.getAvailableDevices()),e.filter(r=>r.kind==="videoinput")}async getAudioOutputDevices(t){let e=t;return t||(e=await this.getAvailableDevices()),e.filter(r=>r.kind==="audiooutput")}}var xI=Object.defineProperty,UI=Object.getOwnPropertyDescriptor,us=(s,t,e,r)=>{for(var i=r>1?void 0:r?UI(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&xI(t,e,i),i},Mn,Bt,Ve,zp;let Mt=(zp=class extends VI{constructor(t,e){super();g(this,Mn,void 0);g(this,Bt,void 0);g(this,Ve,void 0);m(this,Ve,t),m(this,Bt,new LI(t,e)),m(this,Mn,new AbortController)}get telemetry(){return a(this,Ve).getValue("telemetry")}get logger(){return a(this,Ve).getValue("logger")}get constraintsBuilder(){return a(this,Bt)}async destruct(){var t;(t=a(this,Mn))==null||t.abort()}handlePermissionErrors(t,e){const r=Mc(t,e.name,e.message);return this.permissions[t]=r,a(this,Ve).getValue("peerSessionStore").emit(w.MEDIA_PERMISSION_ERROR,{message:r,constraints:e.constraints,kind:t}),r}async getAudioAndVideoTrack(t,e){var r,i,n,o;try{const c=await this.getAudioInputDevices(),d=await this.getVideoInputDevices(),l=!!(c!=null&&c.find(k=>k.deviceId===t));let u;t&&l?u=t:c&&((r=c[0])!=null&&r.deviceId)&&(u=(i=c[0])==null?void 0:i.deviceId);const p=!!(d!=null&&d.find(k=>k.deviceId===e));let f;e&&p?f=e:d&&((n=d[0])!=null&&n.deviceId)&&(f=(o=d[0])==null?void 0:o.deviceId);const S={audio:a(this,Bt).getAudioConstraints(u).audio,video:a(this,Bt).getVideoConstraints(f).video};this.logger.info("getUserMediaWithoutTimeout::requesting_user_media",{constraints:JSON.stringify(S)});const E=await navigator.mediaDevices.getUserMedia(S);this.logger.info("getUserMediaWithoutTimeout::received_user_media",{constraints:JSON.stringify(S)});const P=E.getAudioTracks()[0];let C=E.getVideoTracks()[0];if(this.permissions.audio="ACCEPTED",this.permissions.video="ACCEPTED",C.label.includes("OBS Virtual")){const I=(await this.getVideoInputDevices()).find(L=>L.label.includes("OBS Virtual"));C=await this.getVideoTrack(I.deviceId)}return a(this,Ve).getValue("peerSessionStore").emit(w.MEDIA_PERMISSION_UPDATE,{message:this.permissions.audio,kind:"audio"}),a(this,Ve).getValue("peerSessionStore").emit(w.MEDIA_PERMISSION_UPDATE,{message:this.permissions.video,kind:"video"}),{audioTrack:P,videoTrack:C}}catch(c){throw this.logger.error("WebMediaInterface.getAudioAndVideoTrack",{error:c}),new b("Couldnt fetch audio and video track","1605")}}async getAudioTrack(t,e){var c,d;let r=await this.getAudioInputDevices();if(!(r!=null&&r.length))throw this.permissions.audio="NO_DEVICES_AVAILABLE",a(this,Ve).getValue("peerSessionStore").emit(w.MEDIA_PERMISSION_UPDATE,{message:this.permissions.audio,kind:"audio"}),new b("No audio devices available","1606");const i=!!(r!=null&&r.find(l=>l.deviceId===e));let n;e&&i?n=e:(c=r[0])!=null&&c.deviceId&&(n=(d=r[0])==null?void 0:d.deviceId);const o=async l=>{let u;try{r=r.filter(f=>f.deviceId!==l),u=a(this,Bt).getAudioConstraints(l),this.logger.info("getUserMediaWithoutTimeout::requesting_user_media",{constraints:JSON.stringify(u)});const[p]=(await navigator.mediaDevices.getUserMedia(u)).getAudioTracks();return this.logger.info("getUserMediaWithoutTimeout::received_user_media",{constraints:JSON.stringify(u)}),p}catch(p){const f=Mc("audio",p.name,p.message),S=new Vl(p.name,p.message,u);if(f==="COULD_NOT_START"){const E=r.shift();if(!E)throw S;this.logger.info("getAudioTrack::gum_failed",{constraints:JSON.stringify(u),error:p});const P=a(this,Bt).getAudioConstraints(E.deviceId);return this.logger.info("getAudioTrack::retrying_gum_for_next_device",{constraints:JSON.stringify(P)}),o(E.deviceId)}throw S}};try{const l=await o(n);return l.enabled=!t,this.permissions.audio!=="ACCEPTED"&&(this.permissions.audio="ACCEPTED",a(this,Ve).getValue("peerSessionStore").emit(w.MEDIA_PERMISSION_UPDATE,{message:this.permissions.audio,kind:"audio"})),l}catch(l){throw l.constraints&&this.handlePermissionErrors("audio",l),new b(l.message,"1601")}}async getVideoTrack(t){var c,d,l;const e=(c=await this.getCurrentDeviceLabel(t))==null?void 0:c.includes("OBS Virtual"),r=await this.getVideoInputDevices();if(!(r!=null&&r.length))throw this.permissions.video="NO_DEVICES_AVAILABLE",a(this,Ve).getValue("peerSessionStore").emit(w.MEDIA_PERMISSION_UPDATE,{message:this.permissions.video,kind:"video"}),new b("No video devices available","1607");const i=!!(r!=null&&r.find(u=>u.deviceId===t));let n;t&&i?n=t:(d=r[0])!=null&&d.deviceId&&(n=(l=r[0])==null?void 0:l.deviceId);const o=async u=>{try{let p=u;const{video:f}=p;e&&typeof f!="boolean"&&(p={video:{deviceId:f.deviceId}}),this.logger.info("getUserMediaWithoutTimeout::requesting_user_media",{constraints:JSON.stringify(p)});const[S]=(await navigator.mediaDevices.getUserMedia(p)).getVideoTracks();if(e&&typeof f!="boolean"&&typeof f.width=="object"){const{width:E,height:P}=S.getSettings(),{ideal:C}=f.width;S.applyConstraints({width:{ideal:C},height:{ideal:Math.floor(P*C/E)},frameRate:f.frameRate})}return this.logger.info("getUserMediaWithoutTimeout::received_user_media",{constraints:JSON.stringify(p)}),S}catch(p){const f=Mc("video",p.name,p.message),S=new Vl(p.name,p.message,u);if(f==="COULD_NOT_START"){const E=r.shift();if(!E)throw S;this.logger.info("getVideoTrack::gum_failed",{constraints:JSON.stringify(u),error:p});const P=a(this,Bt).getVideoConstraints(E.deviceId);return this.logger.info("getVideoTrack::retrying_gum_for_next_device",{constraints:JSON.stringify(P)}),o({video:P.video})}throw S}};try{const u=a(this,Bt).getVideoConstraints(n),p=await o(u);return this.permissions.video!=="ACCEPTED"&&(this.permissions.video="ACCEPTED",a(this,Ve).getValue("peerSessionStore").emit(w.MEDIA_PERMISSION_UPDATE,{message:this.permissions.video,kind:"video"})),p}catch(u){throw u.constraints&&this.handlePermissionErrors("video",u),new b(u.message,"1602")}}async getScreenShareTracks(){const t=async e=>{try{this.logger.info("getDisplayMediaWithoutTimeout::requesting_display_media",{constraints:JSON.stringify(e)}),a(this,Ve).getValue("callstats").screenShareRequested();const r=await navigator.mediaDevices.getDisplayMedia(e);return this.logger.info("getDisplayMediaWithoutTimeout::received_display_media",{constraints:JSON.stringify(e)}),r}catch(r){const i=Mc("video",r.name,r.message),n=new Vl(r.name,r.message,e),o={video:!0};if(j_(e,o))throw n;if(i==="COULD_NOT_START")return t(o);throw n}};try{const e=a(this,Bt).getScreenShareConstraints(),r=await t(e);return this.permissions.screenshare!=="ACCEPTED"&&(this.permissions.screenshare="ACCEPTED",a(this,Ve).getValue("peerSessionStore").emit(w.MEDIA_PERMISSION_UPDATE,{message:this.permissions.screenshare,kind:"screenshare"})),{audioTrack:r.getAudioTracks()[0],videoTrack:r.getVideoTracks()[0]}}catch(e){throw e.constraints&&this.handlePermissionErrors("screenshare",e),new b(e.message,"1612")}}async getCurrentDeviceLabel(t){const e=await this.getDevice(t||"default");return e==null?void 0:e.label}async enumerateDevicesWithExternalFirst(){const t=await navigator.mediaDevices.enumerateDevices(),e=i=>{var o;const n=((o=i.label)==null?void 0:o.toLowerCase())||"";return Zc(i)?4:n.includes("airpods")||n.includes("airdopes")||n.includes("bluetooth")||n.includes("wireless")||n.includes("headphones")||n.includes("headset")||n.includes("earbuds")||n.includes("usb")||n.includes("external")?0:i.deviceId==="default"||n.includes("default")?1:n.includes("built-in")||n.includes("internal")?2:3},r=i=>{var o;if(i.kind!=="videoinput")return!1;const n=((o=i.label)==null?void 0:o.toLowerCase())||"";return n.includes("front")||n.includes("user")||n.includes("selfie")?!0:!(n.includes("back")||n.includes("rear")||n.includes("environment"))};return t.sort((i,n)=>{var u,p;const o=e(i),c=e(n);if(o!==c)return o-c;const d=i.deviceId==="default"||((u=i.label)==null?void 0:u.toLowerCase().includes("default")),l=n.deviceId==="default"||((p=n.label)==null?void 0:p.toLowerCase().includes("default"));if(d&&!l)return-1;if(!d&&l)return 1;if(i.kind==="videoinput"&&n.kind==="videoinput"){const f=r(i),S=r(n);if(f&&!S)return-1;if(!f&&S)return 1}return 0})}async getAvailableDevices(){try{return await this.enumerateDevicesWithExternalFirst()||[]}catch(t){return this.logger.error("enumerate_devices_failed",{error:t}),[]}}async getAvailableDevicesByKind(t){try{return(await this.enumerateDevicesWithExternalFirst()).filter(({kind:e})=>t===e)}catch(e){throw this.logger.error("enumerate_devices_failed",{error:e}),new b("Failed to get available devices by kind","1609")}}async getDevice(t){try{return(await this.enumerateDevicesWithExternalFirst()).filter(r=>r.deviceId===t)[0]}catch(e){throw this.logger.error("enumerate_devices_failed",{error:e}),new b("Failed to get device","1609")}}async onDeviceChange(t){if(pe.supportsDeviceChangeEvent()){let e=await this.getAvailableDevices();navigator.mediaDevices.addEventListener("devicechange",async r=>{var l,u;const i=p=>`${p.kind}-${p.label}-${p.deviceId}-${p.groupId}`,n=new Set(e.map(p=>i(p))),o=await this.getAvailableDevices(),c=new Set(o.map(p=>i(p))),d={added:o.filter(p=>!n.has(i(p))),removed:e.filter(p=>!c.has(i(p))),devices:o};if(e=o,(l=d.added)!=null&&l.length||(u=d.removed)!=null&&u.length){this.logger.info("repopulated_full_device_list",{devices:JSON.stringify(o)});const p=[...d.added,...d.removed];p.some(f=>f.kind==="audioinput")&&a(this,Ve).getValue("callstats").devices("AUDIO",o==null?void 0:o.filter(f=>f.kind==="audioinput")),p.some(f=>f.kind==="videoinput")&&a(this,Ve).getValue("callstats").devices("VIDEO",o==null?void 0:o.filter(f=>f.kind==="videoinput")),p.some(f=>f.kind==="audiooutput")&&a(this,Ve).getValue("callstats").devices("SPEAKER",o==null?void 0:o.filter(f=>f.kind==="audiooutput")),t(r,d,!1)}},{signal:a(this,Mn).signal})}}},Mn=new WeakMap,Bt=new WeakMap,Ve=new WeakMap,zp);us([y.trace("WebMediaInterface.destruct")],Mt.prototype,"destruct",1);us([y.trace("WebMediaInterface.handlePermissionErrors")],Mt.prototype,"handlePermissionErrors",1);us([y.trace("WebMediaInterface.getAudioAndVideoTrack")],Mt.prototype,"getAudioAndVideoTrack",1);us([y.trace("WebMediaInterface.getAudioTrack")],Mt.prototype,"getAudioTrack",1);us([y.trace("WebMediaInterface.getVideoTrack")],Mt.prototype,"getVideoTrack",1);us([y.trace("WebMediaInterface.getScreenShareTracks")],Mt.prototype,"getScreenShareTracks",1);us([y.trace("WebMediaInterface.getAvailableDevices")],Mt.prototype,"getAvailableDevices",1);us([y.trace("WebMediaInterface.getAvailableDevicesByKind")],Mt.prototype,"getAvailableDevicesByKind",1);us([y.trace("WebMediaInterface.getDevice")],Mt.prototype,"getDevice",1);us([y.trace("WebMediaInterface.onDeviceChange")],Mt.prototype,"onDeviceChange",1);Mt=us([Ze("1600")],Mt);const Xm=Mt,Bi={setItem:(s,t,e)=>{try{localStorage.setItem(s,t)}catch(r){e==null||e.error("LocalStorage::setItem::crashed",{error:r,localStorage:{key:s,value:t}})}},getItem:(s,t)=>{try{return localStorage.getItem(s)}catch(e){t==null||t.error("LocalStorage::getItem::crashed",{error:e,localStorage:{key:s}})}return null}},$I=(s=0)=>new Promise(t=>setTimeout(t,s)),BI=(s,t,e)=>{const r=typeof e=="number"?e:250,i=s.createMediaStreamSource(t),n=s.createAnalyser();n.fftSize=2048,i.connect(n);const o=new Uint8Array(n.fftSize);let c=!1;setTimeout(()=>{c=!0},r);function d(){return c?Promise.resolve(!0):(n.getByteTimeDomainData(o),o.some(l=>l!==128&&l!==0)?Promise.resolve(!1):$I().then(d))}return d().then(l=>(i.disconnect(),l),l=>{throw i.disconnect(),l})},HI=typeof AudioContext!="undefined"?AudioContext:null;class th{constructor(t){h(this,"_AudioContext");h(this,"audioContext");h(this,"_audioContextRefContainers");const e={AudioContext:HI,...t};Object.defineProperties(this,{_AudioContext:{value:e.AudioContext},audioContext:{value:null,writable:!0},_audioContextRefContainers:{value:new Set},AudioContextProvider:{enumerable:!0,value:th}})}getOrCreate(t){if(!this._audioContextRefContainers.has(t)&&(this._audioContextRefContainers.add(t),this._AudioContext&&!this.audioContext))try{this.audioContext=new this._AudioContext}catch(e){}return this.audioContext}release(t){this._audioContextRefContainers.has(t)&&(this._audioContextRefContainers.delete(t),!this._audioContextRefContainers.size&&this.audioContext&&(this.audioContext.close(),this.audioContext=null))}}const wp=new th,FI=3,qI=250;function jI(s){const t={},e=wp.getOrCreate(t);let r=FI;function i(){return r-=1,BI(e,s.srcObject,qI).then(n=>n?r>0?i():!0:!1).catch(()=>!0)}return i().finally(()=>{wp.release(t)})}async function Rp(s,t){const e=new Audio,r=new MediaStream;r.addTrack(t),e.srcObject=r;let i=!1;try{const n=e.play();n&&await n,i=await jI(e),i&&s.info("checkIfAudioTrackIsSilent::silence_detected")}catch(n){s.error("checkIfAudioTrackIsSilent::failed_to_detect_silence",{error:n})}finally{e.pause(),e.remove()}return i}var GI=Object.defineProperty,WI=Object.getOwnPropertyDescriptor,Zm=(s,t,e,r)=>{for(var i=r>1?void 0:r?WI(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&GI(t,e,i),i};let ed=class extends ma{constructor(t,e,r,i){var o;const n=t.getValue("logger");super(n);h(this,"constructorName",this.constructor.name);h(this,"userSelectedDevice");h(this,"mediaInterface");h(this,"isNonPreferredDevice");h(this,"_mediaTrack");h(this,"transformedMediaTrack");h(this,"middlewares",[]);h(this,"currentDevice");h(this,"userPreferredDeviceKey",`Realtimekit::${this.constructorName}::UserDeviceID`);h(this,"setUserPreferredDevice",t=>Bi.setItem(this.userPreferredDeviceKey,t,this.logger));h(this,"getUserPreferredDevice",()=>Bi.getItem(this.userPreferredDeviceKey,this.logger));h(this,"isCustomTrack",!1);h(this,"context");this.context=t,this.mediaInterface=e,r&&this.setMediaTrack(r),this.userSelectedDevice=(o=this.getUserPreferredDevice())!=null?o:void 0,this.isNonPreferredDevice=i,this.onTrackEnded=this.onTrackEnded.bind(this),this.onTrackMuted=this.onTrackMuted.bind(this)}get telemetry(){return this.context.getValue("telemetry")}disableTrack(){var t,e;this.removeMediaTrackListeners(),this.isCustomTrack||(t=this._mediaTrack)==null||t.stop(),this._mediaTrack=void 0,(e=this.transformedMediaTrack)==null||e.stop(),this.transformedMediaTrack=void 0}get mediaTrack(){return this._mediaTrack}async setMediaTrack(t,e=!1){const r=i=>{this.logger.error(`${this.constructorName}.setMediaTrack.error`,{error:i})};try{this.disableTrack()}catch(i){r(i)}this._mediaTrack=await this.conditionallyChangeTrack(t,e),await this.setTransformedTrack();try{this.addMediaTrackListeners(),await this.setCurrentDevice()}catch(i){r(i)}}get trackEnabled(){return!!this.mediaTrack&&this.mediaTrack.readyState==="live"&&this.mediaTrack.enabled}muteTrack(){if(!this.mediaTrack){this.logger.warn("BaseMediaHandler.muteTrack Tried muting with no track present");return}this.transformedMediaTrack&&(this.transformedMediaTrack.enabled=!1),this.mediaTrack.enabled=!1}async unmuteTrack(){try{this.mediaTrack?this.mediaTrack.enabled=!0:await this.enableTrack(!1)}catch(t){throw this.logger.error(`${this.constructorName}.unmuteTrack.error`,{error:t}),this.disableTrack(),new b("Failed to unmute track","1611")}}getCurrentDeviceId(){var e;const{kind:t}=this.mediaTrack;switch(t){case"audio":{const{deviceId:r}=this.mediaTrack.getSettings();if(r)return r;const i=this.mediaTrack.getConstraints();return this.userSelectedDevice?(i&&typeof i.deviceId=="object"&&"exact"in i.deviceId?i.deviceId.exact:i.deviceId)||((e=i==null?void 0:i.advanced)==null?void 0:e[0].deviceId)||"default":this.mediaTrack.getSettings().deviceId}default:return this.mediaTrack.getSettings().deviceId}}async setCurrentDevice(){var e;if(!this.mediaTrack){this.currentDevice=void 0;return}const t=this.getCurrentDeviceId();((e=this.currentDevice)==null?void 0:e.deviceId)!==t&&(this.currentDevice=await this.mediaInterface.getDevice(t))}async setDevice(t,{saveDevicePreference:e}){if(!t)throw this.logger.warn(`${this.constructorName}.setDevice No device received`),new b("No device received!","1603");this.userSelectedDevice=t.deviceId,e&&this.setUserPreferredDevice(t.deviceId),await this.onSetDevice(t)}async addMiddleware(t){if(pe.isWebKitBased()&&!(pe.isSafari()&&iC.test(pe.getVersion())))return{success:!1,message:"Middlewares are not supported in this WebKit engine based browser."};if(this.middlewares.includes(t))return{success:!1,message:"This middleware has been applied, already. Skipping."};try{return this.middlewares.push(t),this.trackEnabled&&await this.setTransformedTrack(),{success:!0,message:"Successfully added the middleware."}}catch(e){return this.logger.error("While adding middleware",{error:e}),this.removeMiddleware(t),{success:!1,message:e==null?void 0:e.message}}}async removeMiddleware(t){const e=this.middlewares.indexOf(t,0);if(e>-1)try{return this.middlewares.splice(e,1),await this.setTransformedTrack(!0),{success:!0,message:"Successfully removed the middleware."}}catch(r){return this.logger.error("While removing middleware",{error:r}),{success:!1,message:r==null?void 0:r.message}}return{success:!1,message:"No such middleware was found. Skipping."}}async removeAllMiddlewares(){var t;if((t=this.middlewares)!=null&&t.length)try{return this.middlewares=[],await this.setTransformedTrack(!0),{success:!0,message:"Successfully removed all the middlewares."}}catch(e){return this.logger.error("While removing all the middlewares",{error:e}),{success:!1,message:e==null?void 0:e.message}}return{success:!1,message:"No middlewares were found. Skipping."}}addMediaTrackListeners(){var t,e,r;this.mediaTrack&&(this.logger.info(`${this.constructorName}.addMediaTrackListeners for deviceId ${(e=(t=this.mediaTrack)==null?void 0:t.getSettings())==null?void 0:e.deviceId} of type ${(r=this.mediaTrack)==null?void 0:r.kind}`),this.mediaTrack.addEventListener("ended",this.onTrackEnded),this.mediaTrack.addEventListener("mute",this.onTrackMuted))}removeMediaTrackListeners(){var t,e,r;this.mediaTrack&&(this.logger.info(`${this.constructorName}.removeMediaTrackListeners for deviceId ${(e=(t=this.mediaTrack)==null?void 0:t.getSettings())==null?void 0:e.deviceId} of type ${(r=this.mediaTrack)==null?void 0:r.kind}`),this.logger.info(`${this.constructorName}.removeMediaTrackListeners`),this.mediaTrack.removeEventListener("ended",this.onTrackEnded),this.mediaTrack.removeEventListener("mute",this.onTrackMuted))}};Zm([y.trace("BaseMediaHandler.unmuteTrack")],ed.prototype,"unmuteTrack",1);ed=Zm([Ze("1600")],ed);const ef=ed;var JI=Object.defineProperty,KI=Object.getOwnPropertyDescriptor,sh=(s,t,e,r)=>{for(var i=r>1?void 0:r?KI(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&JI(t,e,i),i};const xl="[Realtimekit]nonSilentDeviceLabels";class gl extends ef{async onSetDevice(t){if(!t)throw this.logger.warn("AudioMediaHandler.setDevice No device received"),new b("No device received!","1603");if(t.kind!=="audioinput")throw this.logger.warn("AudioMediaHandler.setDevice Received non audio device"),new b("Non audio device received while setting device!","1603");try{const e=this.trackEnabled;this.disableTrack(),await this.setMediaTrack(await this.mediaInterface.getAudioTrack(!e,this.userSelectedDevice))}catch(e){throw this.logger.error("AudioMediaHandler.setDevice.error",{error:e}),this.disableTrack(),new b(e.message,"1604")}}async enableTrack(t,e){if(this.trackEnabled){this.logger.warn("AudioMediaHandler.enableTrack Track already enabled!");return}if(e){this.isCustomTrack=!0,await this.setMediaTrack(e,!0);return}this.isCustomTrack=!1;const r=await this.mediaInterface.getAudioTrack(t,this.userSelectedDevice);await this.setMediaTrack(r)}async setTransformedTrack(t){var e;if(!t&&!((e=this.middlewares)!=null&&e.length)){this.transformedMediaTrack=this.mediaTrack;return}try{this.transformedMediaTrack=await kI(this.context,this.middlewares,this.mediaTrack),this.emit("trackChanged")}catch(r){this.logger.error("AudioMediaHandler.setTransformedTrack",{error:r}),this.transformedMediaTrack=this.mediaTrack}}async onTrackEnded(){this.logger.info("AudioMediaHandler.TrackEnded"),this.emit("trackEnded");const t=this.mediaTrack.enabled;this.disableTrack(),await this.enableTrack(!t),await this.setTransformedTrack(),this.emit("trackChanged")}onTrackMuted(){this.logger.info("AudioMediaHandler.TrackMuted"),this.emit("trackMuted")}async conditionallyChangeTrack(t,e=!1){var d;if(!t||this.userSelectedDevice||e)return t;let r=t;const i=await this.mediaInterface.getAudioInputDevices(),n=this.isNonPreferredDevice?i.filter(l=>l&&!this.isNonPreferredDevice(l)):i;if(!(n!=null&&n.length))return r;n.find(l=>l.deviceId===t.getSettings().deviceId)||(r.stop(),this.logger.info("localmediahandler::setupstreams::found_audio_non_preferred"),r=await this.mediaInterface.getAudioTrack(!1,n[0].deviceId));const o=JSON.parse(Bi.getItem(xl,this.logger));if(o!=null&&o.devices.some(l=>l.label===r.label))return r;if(!await Rp(this.logger,r)){const l=(d=o==null?void 0:o.devices.concat({label:r.label}))!=null?d:[{label:r.label}];return Bi.setItem(xl,JSON.stringify({devices:l}),this.logger),r}this.logger.info("AudioMediaHandler.conditionallyChangeTrack.DetectedSilentTrack");const c=r.getSettings().deviceId;return n.filter(l=>l.deviceId!==c).some(async l=>{var u;if(r=await this.mediaInterface.getAudioTrack(!1,l.deviceId),!await Rp(this.logger,r)){const p=(u=o==null?void 0:o.devices.concat({label:r.label}))!=null?u:[{label:r.label}];return Bi.setItem(xl,JSON.stringify({devices:p}),this.logger),this.logger.info("AudioMediaHandler.conditionallyChangeTrack.SuccesfullyChangedTrack"),!0}return this.logger.info("AudioMediaHandler.conditionallyChangeTrack.AnotherSilentTrackFound"),!1}),r}}sh([y.trace("AudioMediaHandler.setTransformedTrack")],gl.prototype,"setTransformedTrack",1);sh([y.trace("AudioMediaHandler.onTrackEnded")],gl.prototype,"onTrackEnded",1);sh([y.trace("AudioMediaHandler.conditionallyChangeTrack")],gl.prototype,"conditionallyChangeTrack",1);const zI=gl;var hi;class YI{constructor(t,e){g(this,hi,void 0);h(this,"currentDevice");h(this,"userPreferredDeviceKey","Realtimekit::speaker::UserDeviceID");h(this,"logger");h(this,"setUserPreferredDevice",t=>Bi.setItem(this.userPreferredDeviceKey,t,this.logger));h(this,"getUserPreferredDevice",()=>Bi.getItem(this.userPreferredDeviceKey,this.logger));m(this,hi,e),this.logger=t.getValue("logger")}async setPreferredSpeaker(){const t=this.getUserPreferredDevice(),e=await a(this,hi).getAudioOutputDevices(),r=e==null?void 0:e.find(i=>i.deviceId===t);await this.setupSpeaker(r,{saveDevicePreference:!1})}async setupSpeaker(t,{saveDevicePreference:e}){var n,o;if(!(a(this,hi)instanceof Xm))return;let r=t;if(t||([r]=(await a(this,hi).getAvailableDevicesByKind("audiooutput")).filter(d=>!Zc(d))),!r)throw new b("No speaker found","1608");if(((n=this.currentDevice)==null?void 0:n.deviceId)===r.deviceId)return;e&&this.setUserPreferredDevice(r.deviceId),this.currentDevice=r;const i=document.querySelectorAll("audio");(o=i[0])!=null&&o.setSinkId&&i.forEach(async c=>{if(typeof c.sinkId!="undefined"&&this.currentDevice.deviceId&&c.sinkId!==this.currentDevice.deviceId)try{await c.setSinkId(this.currentDevice.deviceId)}catch(d){}})}}hi=new WeakMap;const QI=YI;var _o;class XI extends ma{constructor(e,r){const i=e.getValue("logger");super(i);h(this,"mediaInterface");h(this,"audioMediaTrack");h(this,"videoMediaTrack");g(this,_o,void 0);m(this,_o,e),this.mediaInterface=r}get trackEnabled(){return!!this.videoMediaTrack}async enableScreenShare(){var e,r;try{const{audioTrack:i,videoTrack:n}=await this.mediaInterface.getScreenShareTracks();if(this.audioMediaTrack=i,this.videoMediaTrack=n,this.addMediaTrackListeners(),((r=(e=this.mediaInterface)==null?void 0:e.permissions)==null?void 0:r.screenshare)==="ACCEPTED")return;this.mediaInterface.permissions&&(this.mediaInterface.permissions.screenshare="ACCEPTED",a(this,_o).getValue("peerSessionStore").emit(w.MEDIA_PERMISSION_UPDATE,{message:this.mediaInterface.permissions.screenshare,kind:"screenshare"}))}catch(i){}}disableScreenShare(){var e,r;this.removeMediaTrackListeners(),(e=this.audioMediaTrack)==null||e.stop(),(r=this.videoMediaTrack)==null||r.stop(),this.videoMediaTrack=void 0,this.audioMediaTrack=void 0}async updateConstraints(e){if(!this.videoMediaTrack)throw new b("No media track enabled!","1610");const r=this.mediaInterface;if(!r.constraintsBuilder)throw new b("update constraints not supported for non web clients","1100",this.logger);try{this.videoMediaTrack.applyConstraints(r.constraintsBuilder.getUpdatedVideoConstraints(e)),this.addMediaTrackListeners()}catch(i){this.logger.error("ScreenShareHandler.updateConstraints.error",{error:i})}}addMediaTrackListeners(){var e,r;(e=this.videoMediaTrack)==null||e.addEventListener("ended",this.onTrackEnded.bind(this)),pe.isWebKitBased()&&((r=this.videoMediaTrack)==null||r.addEventListener("mute",this.onTrackEnded.bind(this)))}removeMediaTrackListeners(){var e,r;(e=this.videoMediaTrack)==null||e.removeEventListener("ended",this.onTrackEnded),(r=this.videoMediaTrack)==null||r.removeEventListener("mute",this.onTrackEnded)}onTrackEnded(){this.emit("trackEnded")}}_o=new WeakMap;const ZI=XI;var e0=Object.defineProperty,t0=Object.getOwnPropertyDescriptor,ml=(s,t,e,r)=>{for(var i=r>1?void 0:r?t0(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&e0(t,e,i),i},An,Co;class vc extends ef{constructor(e,r,i,n){super(e,r,i,n);g(this,An,void 0);g(this,Co,{disablePerFrameCanvasRendering:!1});m(this,An,new MI(e))}async onSetDevice(e){if(!e)throw this.logger.warn("VideoMediaHandler.setDevice No device received"),new b("No device received!","1603");if(e.kind!=="videoinput")throw this.logger.warn("VideoMediaHandler.setDevice Received non video device",{devices:[e]}),new b("Non video device received while setting video device!","1603");if(!(this.mediaTrack&&this.mediaTrack.enabled)){this.logger.warn("VideoMediaHandler.setDevice Tried switching device with video disabled",{devices:[e]}),this.currentDevice=e;return}try{this.disableTrack(),await this.setMediaTrack(await this.mediaInterface.getVideoTrack(this.userSelectedDevice))}catch(r){throw this.logger.error("VideoMediaHandler.setDevice.error",{error:r}),this.disableTrack(),new b("Failed to change device","1600",this.logger)}}async enableTrack(e,r){if(this.trackEnabled){this.logger.warn("VideoMediaHandler.enableTrack Track already enabled!");return}if(r){this.isCustomTrack=!0,await this.setMediaTrack(r,!0);return}this.isCustomTrack=!1;const i=await this.mediaInterface.getVideoTrack(this.userSelectedDevice);await this.setMediaTrack(i)}async setTransformedTrack(e){var r;if(!e&&!((r=this.middlewares)!=null&&r.length)){this.transformedMediaTrack=this.mediaTrack;return}try{this.transformedMediaTrack=await a(this,An).getTransformedVideoTrack(this.middlewares,this.mediaTrack,a(this,Co)),this.emit("trackChanged")}catch(i){this.logger.error("VideoMediaHandler.setTransformedTrack",{error:i}),this.transformedMediaTrack=this.mediaTrack}}async setVideoMiddlewareGlobalConfig(e){m(this,Co,e)}async updateConstraints(e){if(!this._mediaTrack)throw new b("No media track enabled!","1610");const r=this.mediaInterface;if(!r.constraintsBuilder)throw new b("update constraints not supported for non web clients","1100",this.logger);try{this._mediaTrack.applyConstraints(r.constraintsBuilder.getUpdatedVideoConstraints(e)),await this.setTransformedTrack(),this.addMediaTrackListeners(),await this.setCurrentDevice()}catch(i){this.logger.error("VideoMediaHandler.updateConstraints.error",{error:i})}}terminateMiddlewareWebWorker(){a(this,An).terminateMiddlewareWebWorker()}async onTrackEnded(){this.logger.info("VideoMediaHandler.TrackEnded"),this.disableTrack(),this.emit("trackEnded")}onTrackMuted(){this.logger.info("VideoMediaHandler.TrackMuted"),this.emit("trackMuted")}async conditionallyChangeTrack(e,r=!1){if(!e||this.userSelectedDevice||r)return e;let i=e;const n=await this.mediaInterface.getVideoInputDevices(),o=this.isNonPreferredDevice?n.filter(c=>!this.isNonPreferredDevice(c)):n;return!(o!=null&&o.length)||window.FAST_RTK||o.find(c=>c.deviceId===e.getSettings().deviceId)||(i.stop(),this.logger.info("localmediahandler::setupstreams::found_video_non_preferred"),i=await this.mediaInterface.getVideoTrack(o[0].deviceId)),i}}An=new WeakMap,Co=new WeakMap;ml([y.trace("VideoMediaHandler.setTransformedTrack")],vc.prototype,"setTransformedTrack",1);ml([y.trace("VideoMediaHandler.setVideoMiddlewareGlobalConfig")],vc.prototype,"setVideoMiddlewareGlobalConfig",1);ml([y.trace("VideoMediaHandler.onTrackEnded")],vc.prototype,"onTrackEnded",1);ml([y.trace("VideoMediaHandler.conditionallyChangeTrack")],vc.prototype,"conditionallyChangeTrack",1);const s0=vc,bp=ys(Ju());var st,pi,wo,In;const rn=class{constructor(t){g(this,st,void 0);g(this,pi,void 0);g(this,wo,void 0);g(this,In,void 0);if(!t)throw new b("Could not load preset.","0904");m(this,st,t.config),m(this,wo,t.name),m(this,pi,t.ui||ys(Ju().ui)),m(this,In,t.permissions.plugins.config)}static fromResponse(t){return new rn(t)}static default(){return new rn(bp)}static init(t,e=!0){return!t||e?new rn(bp):new rn(t)}get setupScreen(){return{isEnabled:!0}}get waitingRoom(){return{isEnabled:!0}}get controlBar(){return{isEnabled:!0,elements:{chat:!0,fullscreen:!0,invite:!1,layout:!1,participants:!0,plugins:!0,polls:!0,reactions:!1,screenshare:!0}}}get header(){return{isEnabled:!0,elements:{logo:a(this,pi).designTokens.logo,timer:!0,title:!0,participantCount:!0,changeLayout:!1}}}get pipMode(){return!0}get viewType(){return a(this,st).viewType}get livestreamViewerQualities(){return a(this,st).livestreamViewerQualities||[]}get maxVideoStreams(){return a(this,st).maxVideoStreams}get maxScreenShareCount(){return a(this,st).maxScreenshareCount}get plugins(){return[]}get disabledPlugins(){return Object.keys(a(this,In)).filter(t=>a(this,In)[t].disabled)}get designTokens(){return a(this,pi).designTokens}get configDiff(){return a(this,pi).configDiff}get isSimulcastEnabled(){var t,e,r,i;return(i=(r=(e=(t=a(this,st))==null?void 0:t.media)==null?void 0:e.video)==null?void 0:r.simulcast)!=null?i:!1}get mediaConstraints(){var t,e,r,i,n,o,c,d,l,u,p,f,S,E,P,C,k,I,L,N,$,B,X,We;return{audio:{enableStereo:(i=(r=(e=(t=a(this,st))==null?void 0:t.media)==null?void 0:e.audio)==null?void 0:r.enableStereo)!=null?i:zi.audio.enableStereo,enableHighBitrate:(d=(c=(o=(n=a(this,st))==null?void 0:n.media)==null?void 0:o.audio)==null?void 0:c.enableHighBitrate)!=null?d:zi.audio.enableHighBitrate},video:{quality:(f=(p=(u=(l=a(this,st))==null?void 0:l.media)==null?void 0:u.video)==null?void 0:p.quality)!=null?f:zi.video.quality,frameRate:(C=(P=(E=(S=a(this,st))==null?void 0:S.media)==null?void 0:E.video)==null?void 0:P.frameRate)!=null?C:zi.video.frameRate},screenshare:{quality:(N=(L=(I=(k=a(this,st))==null?void 0:k.media)==null?void 0:I.screenshare)==null?void 0:L.quality)!=null?N:zi.screenshare.quality,frameRate:(We=(X=(B=($=a(this,st))==null?void 0:$.media)==null?void 0:B.screenshare)==null?void 0:X.frameRate)!=null?We:zi.screenshare.frameRate}}}get name(){return a(this,wo)}};let ou=rn;st=new WeakMap,pi=new WeakMap,wo=new WeakMap,In=new WeakMap;var r0=Object.defineProperty,i0=Object.getOwnPropertyDescriptor,tf=(s,t,e,r)=>{for(var i=r>1?void 0:r?i0(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&r0(t,e,i),i},Dn,Ro;class rh extends At{constructor(e,r){const i=e.getValue("logger");super(i);g(this,Dn,void 0);h(this,"state","IDLE");h(this,"playbackUrl");h(this,"ingestionCredentials");h(this,"viewerCount");g(this,Ro,void 0);m(this,Dn,r),m(this,Ro,e),this.viewerCount=0}get telemetry(){return a(this,Ro).getValue("telemetry")}setLivestreamState(e){const r=this.state;this.state=e,r!==e&&this.emitCurrentLivestreamState()}emitCurrentLivestreamState(){this.emit("livestreamUpdate",this.state)}async start(e={manualIngestion:!1}){if(!a(this,Dn).permissions.canLivestream)throw this.logger.error("Livestream::start::permission_denied"),new b("User does not have permission to start livestreaming","1901");this.setLivestreamState("STARTING");try{const r=ft(),{playbackUrl:i,ingestionCredentials:n}=await r.startLivestreaming(e);this.playbackUrl=i,this.ingestionCredentials=n,e!=null&&e.manualIngestion&&this.setLivestreamState("WAITING_ON_MANUAL_INGESTION")}catch(r){throw this.logger.error("Recording::stop::livestream_failed_to_start",{error:r}),this.setLivestreamState("IDLE"),new b("Error while starting livestream","1900",this.logger)}}async stop(){if(!a(this,Dn).permissions.canLivestream)throw this.logger.error("Livestream::stop::permission_denied"),new b("User does not have permission to stop livestreaming","1901");if(this.state!=="LIVESTREAMING"&&this.state!=="WAITING_ON_MANUAL_INGESTION")throw this.logger.error("Livestream::stop::inconsistent_state"),new b("Livestream not started yet","1902");try{this.setLivestreamState("STOPPING"),await ft().stopLivestreaming()}catch(e){throw this.logger.error("Livestream::stop::livestream_failed_to_stop",{error:e}),this.setLivestreamState("STOPPING"),new b("Error while stopping livestream","1900",this.logger)}}}Dn=new WeakMap,Ro=new WeakMap;tf([y.trace("livestream.start")],rh.prototype,"start",1);tf([y.trace("livestream.stop")],rh.prototype,"stop",1);var n0=Object.defineProperty,a0=Object.getOwnPropertyDescriptor,o0=(s,t,e,r)=>{for(var i=r>1?void 0:r?a0(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&n0(t,e,i),i},On,Nn,Ds,gs;class sf{constructor(t,e,r){h(this,"livestream");g(this,On,void 0);g(this,Nn,void 0);g(this,Ds,void 0);g(this,gs,void 0);m(this,gs,t),m(this,Nn,e),this.livestream=new rh(t,e),m(this,Ds,r),this.setupEvents()}get logger(){return a(this,gs).getValue("logger")}get telemetry(){return a(this,gs).getValue("telemetry")}async fetchInitialLivestreamingState(){const t=ft(),{status:e,playbackUrl:r,manualIngest:i,ingestionCredentials:n}=await t.getActiveLivestream();this.livestream.playbackUrl=r,this.livestream.ingestionCredentials=n,e==="LIVE"&&this.livestream.setLivestreamState("LIVESTREAMING"),e==="INVOKED"&&i&&this.livestream.setLivestreamState("WAITING_ON_MANUAL_INGESTION")}setupEvents(){a(this,Ds).on(x.startedLivestream,async t=>{this.livestream.playbackUrl=t.playbackUrl,this.livestream.setLivestreamState("LIVESTREAMING");try{a(this,Nn).permissions.canLivestream&&await this.fetchInitialLivestreamingState()}catch(e){this.logger.error("Error: LivestreamController.fetchLivestream during startedLivestream re-fetch")}}),a(this,Ds).on(x.livestreamingInvoked,async t=>{if(t.manualIngest){this.livestream.setLivestreamState("WAITING_ON_MANUAL_INGESTION");try{a(this,Nn).permissions.canLivestream&&await this.fetchInitialLivestreamingState()}catch(e){this.logger.error("Error: LivestreamController.fetchLivestream during livestreamingInvoked re-fetch")}}}),a(this,Ds).on(x.stoppedLivestream,()=>{this.livestream.setLivestreamState("IDLE"),this.livestream.playbackUrl=void 0,this.livestream.ingestionCredentials=void 0}),a(this,Ds).on(x.erroredLivestream,()=>{this.livestream.setLivestreamState("IDLE"),this.livestream.playbackUrl=void 0}),a(this,Ds).on(x.roomPeerCount,t=>{this.livestream.viewerCount=t.count,this.livestream.emit("viewerCountUpdate",t.count)}),a(this,gs).getValue("peerSessionStore").on(w.PEER_JOINED_INTERNAL,async t=>{var e;((e=t.flags)==null?void 0:e.hiddenParticipant)===!0&&t.recorderType==="LIVESTREAMER"&&(m(this,On,t.id),this.livestream.setLivestreamState("LIVESTREAMING"))}),a(this,gs).getValue("peerSessionStore").on(w.PEER_CLOSED,t=>{t.id===a(this,On)&&(m(this,On,void 0),this.livestream.setLivestreamState("IDLE"))}),a(this,gs).getValue("peerSessionStore").onAsync(w.LEAVE_MEDIA_ROOM,async()=>{if(!this.livestream.playbackUrl){this.logger.info("Fetching livestreaming state on leave stage");try{await this.fetchInitialLivestreamingState()}catch(t){this.logger.error("Failed to fetch livestreaming state on leave stage",{error:t})}}}),a(this,gs).getValue("peerSessionStore").on(w.SOCKET_SERVICE_ROOM_JOINED,async()=>{try{await this.fetchInitialLivestreamingState()}catch(t){this.logger.error("Error: LivestreamController.fetchLivestream")}})}}On=new WeakMap,Nn=new WeakMap,Ds=new WeakMap,gs=new WeakMap;o0([y.trace("LivestreamController.setupEvents")],sf.prototype,"setupEvents",1);var c0=Object.defineProperty,d0=Object.getOwnPropertyDescriptor,yc=(s,t,e,r)=>{for(var i=r>1?void 0:r?d0(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&c0(t,e,i),i},je,Tr,Sr,pd,rf;class Ta{constructor({name:t,socketHandler:e,meetingId:r}){g(this,pd);h(this,"name","");g(this,je,{});g(this,Tr,"");g(this,Sr,void 0);h(this,"rateLimitConfig",{maxInvocations:5,period:1});h(this,"bulkRateLimitConfig",{maxInvocations:5,period:1});h(this,"listeners",{});this.name=t,m(this,Sr,e),m(this,Tr,r)}async set(t,e,r=!0,i=!1){a(this,je)[t]=e,r&&this.remoteSet(t,e),i&&(this.listeners[t]&&this.listeners[t].forEach(n=>n({[t]:a(this,je)[t]})),this.listeners["*"]&&this.listeners["*"].forEach(n=>n({[t]:a(this,je)[t]})))}remoteSet(t,e){a(this,Sr).storeInsertKeys(a(this,Tr),this.name,[{key:t,payload:e}])}async bulkSet(t){t.forEach(({key:e,payload:r})=>{a(this,je)[e]=r}),a(this,Sr).storeInsertKeys(a(this,Tr),this.name,t)}async update(t,e,r=!0){V(this,pd,rf).call(this,t,e,r)}async delete(t,e=!0,r=!1){if(a(this,je)[t]&&delete a(this,je)[t],e)return a(this,Sr).storeDeleteKeys(a(this,Tr),this.name,[{key:t}]);r&&(this.listeners[t]&&(this.listeners[t].forEach(i=>i({[t]:void 0})),delete this.listeners[t]),this.listeners["*"]&&this.listeners["*"].forEach(i=>i({[t]:void 0})))}async bulkDelete(t){return t.forEach(({key:e})=>{a(this,je)[e]&&delete a(this,je)[e]}),a(this,Sr).storeDeleteKeys(a(this,Tr),this.name,t)}get(t){if(a(this,je)[t])return a(this,je)[t]}getAll(){return a(this,je)}clear(){m(this,je,{})}get rateLimits(){return this.rateLimitConfig}updateRateLimits(t,e){this.rateLimitConfig.maxInvocations=t,this.rateLimitConfig.period=e}get bulkRateLimits(){return this.bulkRateLimitConfig}updateBulkRateLimits(t,e){this.bulkRateLimitConfig.maxInvocations=t,this.bulkRateLimitConfig.period=e}subscribe(t,e){if(this.listeners[t]){this.listeners[t].push(e);return}this.listeners[t]=[e]}unsubscribe(t,e){var r;if(e){this.listeners[t]=((r=this.listeners[t])==null?void 0:r.filter(i=>i!==e))||[];return}this.listeners[t]&&delete this.listeners[t]}populate(t){m(this,je,t)}}je=new WeakMap,Tr=new WeakMap,Sr=new WeakMap,pd=new WeakSet,rf=function(t,e,r=!0){let i;const n=a(this,je)[t],o=Object.prototype.toString.call(e),c=Object.prototype.toString.call(n);if(o!==c){this.set(t,e);return}switch(c){case"[object Array]":i=[...n,...e];break;case"[object Object]":i={...n,...e};break;case"[object Map]":i=new Map([...n,...e]);break;case"[object Set]":i=new Set([...n,...e]);break;default:i=e;break}this.set(t,i,r)};yc([It(fa,"rateLimitConfig")],Ta.prototype,"remoteSet",1);yc([It(fa,"bulkRateLimitConfig")],Ta.prototype,"bulkSet",1);yc([It(fa,"rateLimitConfig")],Ta.prototype,"update",1);yc([It(fa,"rateLimitConfig")],Ta.prototype,"delete",1);yc([It(fa,"bulkRateLimitConfig")],Ta.prototype,"bulkDelete",1);var vr,yr,bo,cu,ko,Zt,gd,nf;class l0{constructor(t,e){g(this,bo);g(this,gd);h(this,"stores",new Map);g(this,vr,void 0);g(this,yr,"");g(this,ko,void 0);g(this,Zt,new Map);m(this,vr,e),m(this,yr,t.getValue("meetingId")),m(this,ko,t),V(this,gd,nf).call(this)}create(t,e=!1){if(nC.includes(t)&&!e)throw new b(`'${t}' is a reserved store name.`,"0601");const r=new Ta({name:t,socketHandler:a(this,vr),meetingId:a(this,yr)});return a(this,vr).storeGetKeys(a(this,yr),t,[]),new Promise((n,o)=>{const c=setTimeout(()=>{a(this,Zt).delete(t),o(Error("Failed"))},3e3);a(this,Zt).set(t,{rejectTimeout:c,resolve:n,store:r})})}refresh(t){const e=this.stores.get(t);return e?(e.clear(),a(this,vr).storeGetKeys(a(this,yr),t,[]),new Promise((i,n)=>{const o=setTimeout(()=>{a(this,Zt).delete(t),n(Error("Store refresh timed out"))},3e3);a(this,Zt).set(t,{rejectTimeout:o,resolve:i,store:e})})):Promise.reject(Error(`Store '${t}' does not exist`))}}vr=new WeakMap,yr=new WeakMap,bo=new WeakSet,cu=function(){return a(this,ko).getValue("peerId")},ko=new WeakMap,Zt=new WeakMap,gd=new WeakSet,nf=function(){[ws.storeInsertKeys,ws.storeGetKeys,ws.storeDeleteKeys].forEach(t=>{a(this,vr).on(t,async e=>{var n,o;if(e.pluginId!==a(this,yr))return;const r=(n=e.storeItems)==null?void 0:n.map(c=>{var d;return{timestamp:c.timestamp,peerId:c.peerId,payload:JSON.parse((d=c.payload)!=null&&d.length?new TextDecoder().decode(c.payload):"{}"),key:c.storeKey}});if(t===ws.storeGetKeys){const c=a(this,Zt).get(e.storeName),d=this.stores.get(e.storeName)||(c==null?void 0:c.store);if(a(this,Zt).get(e.storeName)&&(this.stores.set(e.storeName,c.store),c.resolve(d),clearTimeout(c.rejectTimeout),a(this,Zt).delete(e.storeName)),!d)return;r.forEach(l=>{d.set(l.key,l.payload,!1,!1)});return}const i=this.stores.get(e.storeName)||((o=a(this,Zt).get(e.storeName))==null?void 0:o.store);i!==void 0&&(t===ws.storeInsertKeys&&r.forEach(({key:c,peerId:d,payload:l})=>{d!==a(this,bo,cu)&&i.set(c,l,!1,!0)}),t===ws.storeDeleteKeys&&r.forEach(({key:c,peerId:d})=>{d!==a(this,bo,cu)&&i.delete(c,!1,!0)}))})})};function Yr(s){var t,e,r,i,n,o,c,d,l,u,p,f,S;return s?{media:{audio:{enabled:s.audioEnabled,trackId:(t=s.audioTrack)==null?void 0:t.id,permission:"mediaPermissions"in s?(e=s.mediaPermissions)==null?void 0:e.audio:null},video:{enabled:s.videoEnabled,trackId:(r=s.videoTrack)==null?void 0:r.id,permission:"mediaPermissions"in s?(i=s.mediaPermissions)==null?void 0:i.video:null},screenshare:{enabled:s.screenShareEnabled,permission:"mediaPermissions"in s?(n=s.mediaPermissions)==null?void 0:n.screenshare:null,audio:{enabled:(c=(o=s.screenShareTracks)==null?void 0:o.audio)==null?void 0:c.enabled,trackId:(l=(d=s.screenShareTracks)==null?void 0:d.audio)==null?void 0:l.id},video:{enabled:(p=(u=s.screenShareTracks)==null?void 0:u.video)==null?void 0:p.enabled,trackId:(S=(f=s.screenShareTracks)==null?void 0:f.video)==null?void 0:S.id}}}}:{}}var u0=Object.defineProperty,h0=Object.getOwnPropertyDescriptor,Sa=(s,t,e,r)=>{for(var i=r>1?void 0:r?h0(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&u0(t,e,i),i};const p0=.8,g0=1.2;var Ln,Vn,_t,gi,Ua,Er,Xi,mi,$a,md,af,Os,Mo,Pr,fi,Ba,Ns,fd,Ao,du,Td,of,Sd,cf,Yp;let Xs=(Yp=class extends At{constructor(t,e,r,i){const n=t.getValue("logger");super(n);g(this,gi);g(this,Er);g(this,mi);g(this,md);g(this,fi);g(this,Ao);g(this,Td);g(this,Sd);h(this,"id");h(this,"userId");h(this,"name");h(this,"picture");h(this,"isHost");h(this,"customParticipantId");h(this,"flags");h(this,"device");h(this,"videoTrack");h(this,"audioTrack");h(this,"screenShareTracks");h(this,"videoEnabled");h(this,"audioEnabled");h(this,"screenShareEnabled");h(this,"producers");h(this,"manualProducerConfig");g(this,Ln,void 0);h(this,"supportsRemoteControl",!1);g(this,Vn,void 0);h(this,"presetName");g(this,_t,void 0);g(this,Os,void 0);g(this,Mo,void 0);g(this,Pr,new Map);g(this,Ns,1);g(this,fd,Wu(t=>{if(!this.videoTrack)return;const{clientWidth:e,clientHeight:r}=t,{width:i,height:n}=this.videoTrack.getSettings();if(!i||!n)return;const o=n/r,c=i/e,d=Math.max(o,c);d>g0&&a(this,Ns)===1?(m(this,Ns,0),a(this,_t).getValue("peerSessionStore").emit(w.MAX_SPATIAL_LAYER_CHANGE,{peerId:this.id,maxSpatialLayer:a(this,Ns)})):d<p0&&a(this,Ns)===0&&(m(this,Ns,1),a(this,_t).getValue("peerSessionStore").emit(w.MAX_SPATIAL_LAYER_CHANGE,{peerId:this.id,maxSpatialLayer:a(this,Ns)}))},2e3));m(this,_t,t);const{id:o,userId:c,displayName:d,device:l,picture:u,isHost:p,flags:f,clientSpecificId:S,stageStatus:E,customParticipantId:P,audioMuted:C,audioTrack:k,videoEnabled:I=!1,videoTrack:L,producers:N,metadata:$}=e;this.id=o,this.userId=c,this.name=d,this.device=l,this.picture=u,this.isHost=p,this.flags=f,this.manualProducerConfig=X_,m(this,Vn,E!=null?E:"ON_STAGE"),this.customParticipantId=P!=null?P:S,this.audioEnabled=!C,this.audioTrack=k,this.videoEnabled=I,this.videoTrack=L,this.screenShareTracks={audio:void 0,video:void 0},this.producers=N!=null?N:[],this.presetName=$==null?void 0:$.preset_name,m(this,Ln,!1),m(this,Os,r),m(this,Mo,i),this.setupEvents(),this.updateVideo=this.updateVideo.bind(this),V(this,Ao,du).call(this)}get clientSpecificId(){return this.customParticipantId}get stageStatus(){return a(this,Vn)}get telemetry(){return a(this,_t).getValue("telemetry")}setVideoEnabled(t,e=!0){this.videoEnabled=t,e&&(this.logger.info("Participant::setVideoEnabled::videoUpdate",{...Yr(this)}),this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack}))}setAudioEnabled(t,e=!0){this.audioEnabled=t,e&&(this.logger.info("Participant::setAudioEnabled::audioUpdate",{...Yr(this)}),this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack}))}setScreenShareEnabled(t,e=!0){this.screenShareEnabled=t,e&&this.emit("screenShareUpdate",{screenShareEnabled:this.screenShareEnabled,screenShareTracks:this.screenShareTracks})}setupEvents(){this.on("videoUpdate",V(this,Ao,du)),a(this,Er,Xi)&&(this.on("audioUpdate",V(this,Td,of)),this.on("screenShareUpdate",V(this,Sd,cf)))}async pin(){if(!a(this,mi,$a))throw new b("Can`t pin participant without joining room","1205");if(!a(this,Os).permissions.pinParticipant)throw new b("You do not have permission to pin participants.","1201");return a(this,gi,Ua).pinPeer(this.id)}async unpin(){if(!a(this,mi,$a))throw new b("Can`t unpin participant without joining room","1205");if(!a(this,Os).permissions.pinParticipant)throw new b("You do not have permission to unpin participants.","1201");return a(this,gi,Ua).pinPeer(null)}setIsPinned(t,e=!0){var i;m(this,Ln,t);const r=t?"pinned":"unpinned";(i=a(this,fi,Ba))==null||i.updateSource(this.id,{pinned:t}),e&&this.emit(r,this)}async disableAudio(){const t=this.id;if(this.logger.info("Participant::disable_audio",{participant:{id:t}}),!a(this,mi,$a))throw new b("Can`t disable participant audio without joining room","1205");if(a(this,Os).permissions.canDisableParticipantAudio)return a(this,gi,Ua).disableAudio(t);throw this.logger.error("Participant::unauthorized_disable_audio",{participant:{id:t}}),new b("Unauthorized: User does not have permission to disable participant audio.","1201")}async kick(){const t=this.id;if(this.logger.info("Participant::kick",{participant:{id:t}}),!a(this,md,af))throw new b("Can`t kick participant without joining room","1205");if(a(this,Os).permissions.kickParticipant){await a(this,_t).getValue("peerSessionStore").emitAsync(w.KICK_PEER,{peerId:t});return}throw this.logger.error("Participant::unauthorized_kick",{participant:{id:t}}),new b("Unauthorized: User does not have permission to kick participants.","1201")}async disableVideo(){const t=this.id;if(this.logger.info("Participant::disable_video",{participant:{id:t}}),!a(this,mi,$a))throw new b("Can`t disable participant video without joining room","1205");if(a(this,Os).permissions.canDisableParticipantVideo)return a(this,gi,Ua).disableVideo(t);throw this.logger.error("Participant::unauthorized_disable_video",{participant:{id:t}}),new b("Unauthorized: User does not have permission to disable participant video.","1201")}async getPermissions(){return a(this,Mo).getUserPermissions(this.userId)}setStageStatus(t){m(this,Vn,t),this.emit("stageStatusUpdate",this)}get isPinned(){return a(this,Ln)}registerVideoElement(t){var r,i,n,o;if(!t)return;let e;(i=(r=a(this,Pr).get(t))==null?void 0:r.observer)==null||i.disconnect(),"ResizeObserver"in window&&(e=new ResizeObserver(()=>a(this,fd).call(this,t)),e.observe(t)),a(this,Pr).set(t,{observer:e}),this.updateVideo(t),(o=a(this,fi,Ba))==null||o.addSource(this.id,t,this.videoEnabled,this.isPinned,this.name,this.picture,(n=this.raised)!=null?n:!1)}deregisterVideoElement(t){var e,r,i,n;if(!t){(e=a(this,fi,Ba))==null||e.removeSource(this.id);return}t.srcObject=void 0,(i=(r=a(this,Pr).get(t))==null?void 0:r.observer)==null||i.disconnect(),a(this,Pr).delete(t),(n=a(this,fi,Ba))==null||n.removeSource(this.id)}updateVideo(t){var e;if(this.videoEnabled){if(this.videoTrack==null)return;const r=(e=t.srcObject)==null?void 0:e.getTracks()[0];if((r==null?void 0:r.id)===this.videoTrack.id)return;const i=new MediaStream;i.addTrack(this.videoTrack),t.srcObject=i}else t.srcObject=void 0;t.style.display=this.videoEnabled?"block":"none"}},Ln=new WeakMap,Vn=new WeakMap,_t=new WeakMap,gi=new WeakSet,Ua=function(){return a(this,_t).getValue("roomNodeClient")},Er=new WeakSet,Xi=function(){return a(this,_t).getValue("audioPlayback")},mi=new WeakSet,$a=function(){return a(this,_t).getValue("connectionHandler").mediaJoined},md=new WeakSet,af=function(){return a(this,_t).getValue("connectionHandler").socketJoined},Os=new WeakMap,Mo=new WeakMap,Pr=new WeakMap,fi=new WeakSet,Ba=function(){return a(this,_t).getValue("pip")},Ns=new WeakMap,fd=new WeakMap,Ao=new WeakSet,du=function(){Array.from(a(this,Pr).keys()).forEach(this.updateVideo)},Td=new WeakSet,of=function(){var t,e;this.audioEnabled&&this.audioTrack?(t=a(this,Er,Xi))==null||t.addParticipantTrack(this.id,this.audioTrack):(e=a(this,Er,Xi))==null||e.removeParticipantTrack(this.id)},Sd=new WeakSet,cf=function(){var t,e;this.screenShareEnabled&&this.screenShareTracks.audio?(t=a(this,Er,Xi))==null||t.addParticipantTrack(`screenshare-${this.id}`,this.screenShareTracks.audio):(e=a(this,Er,Xi))==null||e.removeParticipantTrack(`screenshare-${this.id}`)},Yp);Sa([y.trace("Participant.disableAudio")],Xs.prototype,"disableAudio",1);Sa([y.trace("Participant.kick")],Xs.prototype,"kick",1);Sa([y.trace("Participant.disableVideo")],Xs.prototype,"disableVideo",1);Sa([y.trace("Participant.getPermissions")],Xs.prototype,"getPermissions",1);Sa([y.trace("Participant.setStageStatus")],Xs.prototype,"setStageStatus",1);Xs=Sa([Ze("1200")],Xs);class xa extends Km{constructor(t,e){const{onAddEvent:r="participantJoined",onDeleteEvent:i="participantLeft",onClearEvent:n="participantsCleared"}=e!=null?e:{};super({onAddEvent:r,onDeleteEvent:i,onClearEvent:n},t)}add(t,e=!0){return this.has(t.id)&&Object.is(this.get(t.id),t)===!1&&this.delete(t.id),super.add(t,e)}clear(t=!0,e=!1){return super.clear(t,e)}delete(t,e=!0,r=!1){return super.delete(t,e,r)}}var _r;class m0 extends ma{constructor(e){super(e);g(this,_r,void 0);m(this,_r,new Map)}__set(e,r){return a(this,_r).set(e,r)}__clear(){return a(this,_r).clear()}get(e){return a(this,_r).get(e)}toArray(){return Array.from(a(this,_r).values())}}_r=new WeakMap;class f0{constructor(){h(this,"_orderedArray");h(this,"_map");this._map=new Map,this._orderedArray=[]}add(t,e){if(!this._map.has(t))return this._map.set(t,{peerId:t,priority:e}),this._orderedArray.splice(Math.max(e-1,0),0,t),this.index(t);const r=this.index(t);this.delete(t);const i=this.add(t,e);return r!==i?i:-1}delete(t){if(this._map.has(t)){const e=this.index(t);this._map.delete(t),this._orderedArray.splice(e,1)}}index(t){return this._map.has(t)?this._orderedArray.indexOf(t):-1}[Symbol.iterator](){return this._orderedArray[Symbol.iterator]()}}class T0{constructor(){h(this,"_activeSpeakerPeers");h(this,"_compulsoryPeers");this._activeSpeakerPeers=new f0,this._compulsoryPeers=new Set}add(t,e,r){if(!t)return-1;if(e<0)return this._compulsoryPeers.add(t),0;const i=r.getValue("logger");if(this.compulsoryPeers.includes(t)&&(e>0||e===246267631)){if(i.info("SelectedPeer::removing_compulsory_peer",{selectedPeer:{peerId:t}}),this._removeFromCompulsoryPeer(t),e===246267631)return-1}else if(e===229490415)return this.delete(t,r),-1;return this._activeSpeakerPeers.add(t,e)}delete(t,e){const r=e==null?void 0:e.getValue("logger");r==null||r.info("SelectedPeer::deleting_peer_from_selectedPeer",{selectedPeer:{peerId:t}}),this._removeFromCompulsoryPeer(t),this._activeSpeakerPeers.delete(t)}index(t){return this._activeSpeakerPeers.index(t)}get peers(){return Array.from(new Set(this.compulsoryPeers.concat(this.activeSpeakerPeers)))}get compulsoryPeers(){return Array.from(this._compulsoryPeers.values())}get activeSpeakerPeers(){return Array.from(this._activeSpeakerPeers)}_removeFromCompulsoryPeer(t){this._compulsoryPeers.delete(t)}}const df=new T0;var S0=Object.defineProperty,v0=Object.getOwnPropertyDescriptor,Ot=(s,t,e,r)=>{for(var i=r>1?void 0:r?v0(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&S0(t,e,i),i};const y0=["ACTIVE_GRID","PAGINATED","MANUAL"];var Te,Io,lu,Ti,Ha,xn,Bc,Si,lt,Qp;let ct=(Qp=class extends At{constructor(t,e,r){const i=t.getValue("logger");super(i);g(this,Io);g(this,Ti);g(this,xn);h(this,"waitlisted");h(this,"joined");h(this,"active");h(this,"videoSubscribed");h(this,"audioSubscribed");h(this,"pinned");h(this,"all");g(this,Te,void 0);g(this,Si,void 0);g(this,lt,void 0);h(this,"rateLimitConfig",{maxInvocations:5,period:1});h(this,"viewMode");h(this,"currentPage");h(this,"lastActiveSpeaker");h(this,"selectedPeers",df);m(this,Te,t),m(this,Si,e),m(this,lt,r),this.waitlisted=new xa(i),this.joined=new xa(i),this.videoSubscribed=new xa(i),this.audioSubscribed=new xa(i),this.active=this.videoSubscribed,this.pinned=new xa(i),this.all=new m0(i),this.viewMode="ACTIVE_GRID",this.currentPage=0,this.setupEvents()}get pip(){return a(this,Te).getValue("pip")}get rateLimits(){return this.rateLimitConfig}updateRateLimits(t,e){this.rateLimitConfig.maxInvocations=t,this.rateLimitConfig.period=e}get telemetry(){return a(this,Te).getValue("telemetry")}setupEvents(){a(this,Te).getValue("peerSessionStore").on(w.E2EE_ACTIVE_CONSUMER,({peerId:e})=>{var r;((r=a(this,Te).getValue("modules").e2ee)==null?void 0:r.enabled)!==!0&&this.emit("media_decode_error",{reason:`Got encrypted media for participantId ${e}, but encryption wasn't enabled in init.defaults`,code:"1702"})});const t=a(this,Te).getValue("audioPlayback");t&&this.audioSubscribed.on("participantLeft",e=>{t.removeParticipantTrack(e.id)})}get count(){return this.joined.size}get maxActiveParticipantsCount(){var t;return(t=a(this,Te))==null?void 0:t.getValue("maxPreferredStreams")}setMaxActiveParticipantsCount(t){if(t<0||t>24)throw new b("0 <= Max active participants count limit <= 24","1203");a(this,Te).setValue("maxPreferredStreams",t),a(this,xn,Bc)&&a(this,Te).getValue("peerSessionStore").emit(w.UPDATE_ACTIVE,{viewMode:this.viewMode,page:this.currentPage})}get pageCount(){if(this.viewMode==="PAGINATED"){const t=this.selectedPeers.compulsoryPeers.length,e=this.joined.toArray().filter(r=>r.stageStatus==="ON_STAGE");return Math.ceil((e.length-t)/Math.max(this.maxActiveParticipantsCount-t,1))}return 0}acceptWaitingRoomRequest(t){var r,i;if(!a(this,Ti,Ha))throw new b("Can`t accept waiting room request without joining room","1205");const e=(i=(r=this.waitlisted.get(t))==null?void 0:r.userId)!=null?i:t;return a(this,lt).acceptWaitingRoomRequest([e])}async acceptAllWaitingRoomRequest(t){const e=t.map(r=>{var i,n;return(n=(i=this.waitlisted.get(r))==null?void 0:i.userId)!=null?n:r});return a(this,lt).acceptWaitingRoomRequest(e)}async rejectWaitingRoomRequest(t){var r,i;if(!a(this,Ti,Ha))throw new b("Can`t reject waiting room request without joining room","1205");const e=(i=(r=this.waitlisted.get(t))==null?void 0:r.userId)!=null?i:t;a(this,lt).rejectWaitingRoomRequest([e])}async setViewMode(t){if(this.logger.info("Participants::set_view_mode",{pageNavigation:{viewMode:t,currentPage:this.currentPage,pageCount:this.pageCount,maxActiveParticipantsCount:this.maxActiveParticipantsCount}}),!(r=>y0.includes(r))(t))throw this.logger.error("Participants::setViewMode::invalid_view_mode",{pageNavigation:{viewMode:t,currentPage:this.currentPage,pageCount:this.pageCount,maxActiveParticipantsCount:this.maxActiveParticipantsCount}}),new b(`Invalid view mode: ${t}. Try ACTIVE_GRID, PAGINATED or MANUAL.`,"1207");if(this.viewMode===t){this.logger.info("Participants::setViewMode::view_mode_same_as_previous");return}this.viewMode=t,t==="PAGINATED"?(this.currentPage=1,a(this,Te).getValue("peerSessionStore").emit(w.UPDATE_ACTIVE,{viewMode:t,page:this.currentPage})):t==="ACTIVE_GRID"?(this.currentPage=0,a(this,Te).getValue("peerSessionStore").emit(w.UPDATE_ACTIVE,{viewMode:t,page:this.currentPage})):t==="MANUAL"&&(this.currentPage=0,a(this,Te).getValue("peerSessionStore").emit(w.UPDATE_ACTIVE,{viewMode:t,page:this.currentPage})),this.emit("viewModeChanged",{viewMode:t,currentPage:this.currentPage,pageCount:this.pageCount})}async subscribe(t,e=["audio","video","screenshareAudio","screenshareVideo"]){if(this.viewMode!=="MANUAL")throw new b("MANUAL subscription mode was not activated.","1206");t.forEach(r=>{const i=this.joined.get(r);i&&(e.includes("audio")&&(i.manualProducerConfig={...i.manualProducerConfig,audio:!0},this.audioSubscribed.has(i.id)||this.audioSubscribed.add(i)),e.includes("video")&&(i.manualProducerConfig={...i.manualProducerConfig,video:!0},this.videoSubscribed.has(i.id)||this.videoSubscribed.add(i)),e.includes("screenshareAudio")&&(i.manualProducerConfig={...i.manualProducerConfig,screenshareAudio:!0},this.audioSubscribed.has(i.id)||this.audioSubscribed.add(i)),e.includes("screenshareVideo")&&(i.manualProducerConfig={...i.manualProducerConfig,screenshareVideo:!0},this.videoSubscribed.has(i.id)||this.videoSubscribed.add(i)))}),a(this,Te).getValue("peerSessionStore").emit(w.UPDATE_ACTIVE,{viewMode:this.viewMode,page:this.currentPage})}async unsubscribe(t,e=["audio","video","screenshareAudio","screenshareVideo"]){if(this.viewMode!=="MANUAL")throw new b("MANUAL subscription mode was not activated.","1206");t.forEach(r=>{const i=this.joined.get(r);i&&(e.includes("audio")&&(i.manualProducerConfig={...i.manualProducerConfig,audio:!1},i.manualProducerConfig.screenshareAudio||this.audioSubscribed.delete(i.id)),e.includes("video")&&(i.manualProducerConfig={...i.manualProducerConfig,video:!1},i.manualProducerConfig.screenshareVideo||this.videoSubscribed.delete(i.id)),e.includes("screenshareAudio")&&(i.manualProducerConfig={...i.manualProducerConfig,screenshareAudio:!1},i.manualProducerConfig.audio||this.audioSubscribed.delete(i.id)),e.includes("screenshareVideo")&&(i.manualProducerConfig={...i.manualProducerConfig,screenshareVideo:!1},i.manualProducerConfig.video||this.videoSubscribed.delete(i.id)))}),a(this,Te).getValue("peerSessionStore").emit(w.UPDATE_ACTIVE,{viewMode:this.viewMode,page:this.currentPage})}getPeerIdsForCurrentPage(){this.logger.info("Participants::getPeerIdsForCurrentPage()",{pageNavigation:{viewMode:this.viewMode,currentPage:this.currentPage,pageCount:this.pageCount,maxActiveParticipantsCount:this.maxActiveParticipantsCount}});const{compulsoryPeers:t}=this.selectedPeers,e=t.filter(c=>this.joined.has(c)),r=Array.from(this.pinned.keys()).filter(c=>!e.includes(c)),i=Array.from(this.joined.toArray().filter(c=>c.stageStatus==="ON_STAGE").map(c=>c.id)),n=Math.max((this.currentPage-1)*(this.maxActiveParticipantsCount-e.length-r.length)),o=this.currentPage*(this.maxActiveParticipantsCount-e.length-r.length);return e.concat(r,i.slice(n,o))}async setPage(t){if(this.logger.info("Participants::set_page",{pageNavigation:{settingPage:t,viewMode:this.viewMode,currentPage:this.currentPage,pageCount:this.pageCount,maxActiveParticipantsCount:this.maxActiveParticipantsCount}}),this.viewMode==="PAGINATED"){if(!Number.isInteger(t))throw this.logger.error("Participants::invalid_page_number"),new b(`Invalid page: ${t}. Page must be an integer and greater than 0 and less than or equal to .pageCount`,"1202");this.currentPage=t,a(this,Te).getValue("peerSessionStore").emit(w.UPDATE_ACTIVE,{viewMode:this.viewMode,page:t}),this.emit("pageChanged",{viewMode:this.viewMode,currentPage:this.currentPage,pageCount:this.pageCount})}}async disableAllAudio(t){if(this.logger.info("Participants::disable_all_audio",{actions:{disableAllAudio:{allowUnmute:t}}}),!a(this,xn,Bc))throw new b("Can`t disable all audio without joining room","1205");if(a(this,Si).permissions.canAllowParticipantAudio)return a(this,Io,lu).muteAll(t);throw this.logger.error("Participants::unauthorized_disable_all_audio",{actions:{disableAllAudio:{allowUnmute:t}}}),new b("Unauthorized: User does not have permission to disable peer audio.","1201")}async disableAllVideo(){if(this.logger.info("Participants::disable_all_video"),!a(this,xn,Bc))throw new b("Can`t disable all video without joining room","1205");if(a(this,Si).permissions.canAllowParticipantVideo)return a(this,Io,lu).muteAllVideo();throw this.logger.error("Participants::unauthorized_disable_all_video"),new b("Unauthorized: User does not have permission to disable peer video.","1201")}async disableAudio(t){this.joined.get(t).disableAudio()}async disableVideo(t){this.joined.get(t).disableVideo()}async kick(t){await a(this,Te).getValue("peerSessionStore").emitAsync(w.KICK_PEER,{peerId:t})}async kickAll(){if(this.logger.info("Participants::kick_all"),a(this,Te).getValue("viewType")!=="LIVESTREAM"&&!a(this,Ti,Ha))throw new b("Can`t kick all without joining room","1205");if(!a(this,Si).permissions.kickParticipant)throw this.logger.error("Participants::unauthorized_kick_all"),new b("Unauthorized: User does not have permission to kick peers.","1201");const e=!0;a(this,lt).kickAll(e)}async broadcastMessage(t,e,r){if(this.logger.info("Participants::broadcastMessage"),!a(this,Ti,Ha))throw new b("Can`t broadcast message without joining room","1205");if(!(t!=null&&t.trim()))throw new b("`type` must be a non-empty string.","1209");if(r)if("meetingIds"in r)await a(this,lt).broadcastToMeetings(t,r.meetingIds,e);else{let i=[];"participantIds"in r?i=r.participantIds:i=this.joined.toArray().filter(n=>{var o;return(o=r.presetNames)==null?void 0:o.includes(n.presetName)}).map(n=>n.id),await a(this,lt).broadcastToPeers(t,i,e)}else await a(this,lt).broadcastMessage(t,e)}async getAllJoinedPeers(t,e,r){return(await a(this,lt).getRoomPeers(t,e,r)).peers.map(ir.formatSocketPeerMessage)}async updatePermissions(t,e){const r=this.joined.toArray().filter(n=>t.includes(n.id)).map(n=>n.userId),i=[...new Set(r)];if(!i.length)throw new b("Cannot update permissions, no valid userIDs found","1204");a(this,lt).updatePermissions(i,e)}async getParticipantsInMeetingPreJoin(){return a(this,lt).getRoomPeersNonPaginated()}},Te=new WeakMap,Io=new WeakSet,lu=function(){return a(this,Te).getValue("roomNodeClient")},Ti=new WeakSet,Ha=function(){var t;return((t=a(this,Te).getValue("connectionHandler"))==null?void 0:t.socketJoined)===!0},xn=new WeakSet,Bc=function(){var t;return((t=a(this,Te).getValue("connectionHandler"))==null?void 0:t.mediaJoined)===!0},Si=new WeakMap,lt=new WeakMap,Qp);Ot([y.trace("Participants.setViewMode")],ct.prototype,"setViewMode",1);Ot([y.trace("Participants.setPage")],ct.prototype,"setPage",1);Ot([y.trace("Participants.disableAllAudio")],ct.prototype,"disableAllAudio",1);Ot([y.trace("Participants.disableAllVideo")],ct.prototype,"disableAllVideo",1);Ot([y.trace("Participants.disablePeerAudio")],ct.prototype,"disableAudio",1);Ot([y.trace("Participants.disablePeerVideo")],ct.prototype,"disableVideo",1);Ot([y.trace("Participants.kickPeer")],ct.prototype,"kick",1);Ot([y.trace("Participants.kickAll")],ct.prototype,"kickAll",1);Ot([y.trace("Participants.broadcastMessage"),It(fa,"rateLimitConfig")],ct.prototype,"broadcastMessage",1);Ot([y.trace("Participants.getAllJoinedPeers"),It({maxInvocations:10,period:60})],ct.prototype,"getAllJoinedPeers",1);Ot([y.trace("Participant.updatePermissions"),It({maxInvocations:1e3,period:60})],ct.prototype,"updatePermissions",1);Ot([y.trace("Participants.getParticipantsInMeetingPreJoin")],ct.prototype,"getParticipantsInMeetingPreJoin",1);ct=Ot([Ze("1200")],ct);var E0=Object.defineProperty,P0=Object.getOwnPropertyDescriptor,Ji=(s,t,e,r)=>{for(var i=r>1?void 0:r?P0(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&E0(t,e,i),i},Ht,es,Un,Xp;const lf=(Xp=class{constructor(s,t,e){h(this,"participants");h(this,"self");h(this,"selectedPeers",df);h(this,"maxSpatialLayerUpdates",new Map);h(this,"consumerPeerMap");h(this,"events");h(this,"roomSocketHandler");h(this,"context");h(this,"videoPeerConsumerMap",new Map);g(this,Ht,{mode:"ACTIVE_GRID",page:0});g(this,es,!1);g(this,Un,!1);h(this,"updateConsumerSpatialLayers",Wu(()=>{const s={},t=new Map(this.maxSpatialLayerUpdates);this.maxSpatialLayerUpdates.clear(),Array.from(t.entries()).forEach(([e,r])=>{s[r]===void 0&&(s[r]={layer:r,consumerIds:[]}),s[r].consumerIds.push(e)}),Object.keys(s).forEach(e=>{const r=s[e];this.logger.log(`Switching max spatial layer to ${r.layer}`,{consumerIds:r.consumerIds}),this.roomNodeClient.switchConsumersToLayer(r.consumerIds,r.layer)})},2e3));h(this,"updateConsumers",async(s,t)=>{this.logger.info(`updateConsumers: Starting consumer updates - AddProducers: ${s.length}, RemoveProducers: ${t.length}, ConsumersSyncing: ${a(this,es)}`);try{s.length!==0&&(this.logger.info(`updateConsumers: Creating consumers for ${s.length} producers: [${s.map(e=>e.producerId).join(", ")}]`),await this.roomNodeClient.createConsumers(s),this.logger.info("updateConsumers: Successfully created consumers."))}catch(e){this.logger.error("updateConsumers: Error creating consumers",{error:e})}try{t.length!==0&&(this.logger.info(`updateConsumers: Closing consumers for ${t.length} producers: [${t.map(e=>e.producerId).join(", ")}]`),await this.roomNodeClient.closeConsumers(t),this.logger.info("updateConsumers: Successfully closed consumers."))}catch(e){this.logger.error("updateConsumers: Error closing consumers",{error:e})}this.logger.info("updateConsumers: Completed consumer updates.")});this.context=s,this.roomSocketHandler=e,this.participants=new ct(s,t,this.roomSocketHandler),this.self=t,this.consumerPeerMap=new Map,this.events=as,t.config.viewType!=="CHAT"&&this.setupEventsGlobal(),this.setupEvents()}get roomNodeClient(){return this.context.getValue("roomNodeClient")}get mediaJoined(){var s;return((s=this.roomNodeClient)==null?void 0:s.mediaJoined)===!0}get pip(){return this.context.getValue("pip")}get telemetry(){return this.context.getValue("telemetry")}get logger(){return this.context.getValue("logger")}setupEvents(){this.roomSocketHandler.on(x.getWaitingRoomRequests,this.waitingRoomRequestHandler.bind(this)),this.context.getValue("peerSessionStore").on(w.SOCKET_PEERS,async s=>{s==null||s.forEach(t=>{t.waitlisted||this.onParticipantSocketJoined(this.createParticipantObjFromSocketPeer(t))})}),this.roomSocketHandler.on(this.events.peerJoinedBroadcast,({participant:s})=>{this.logger.info("PEER_INFO:::MEDIA_JOIN",{participant:{id:s.peerId,maskedName:[...(s==null?void 0:s.displayName)||""].map((t,e)=>e%2?"*":t).join("")}}),this.onParticipantMediaJoined(s.peerId,s.producerStates)}),this.roomSocketHandler.on(this.events.selfJoinComplete,({participants:s,selectedPeers:t,roomState:e})=>{s.forEach(({peerId:n,producerStates:o})=>this.onParticipantMediaJoined(n,o));const{audioPeers:r,compulsoryPeers:i}=t!=null?t:{};e.pinnedPeerIds.length!==0&&this.onParticipantPinned(e.pinnedPeerIds[0]),this.computeActivateParticipants(r!=null?r:[],i),this.logger.info("selfJoinComplete: Emitting UPDATE_ACTIVE with createAllConsumers=true"),this.context.getValue("peerSessionStore").emit(w.UPDATE_ACTIVE,{createAllConsumers:!0})}),this.context.getValue("peerSessionStore").on(w.MAX_SPATIAL_LAYER_CHANGE,({peerId:s,maxSpatialLayer:t})=>{const e=this.videoPeerConsumerMap.get(s);e&&(this.maxSpatialLayerUpdates.set(e,t),this.updateConsumerSpatialLayers())}),this.context.getValue("peerSessionStore").on(w.NEW_PRODUCER,({peerId:s,producer:t})=>{const e=this.participants.joined.get(s);if(!e){this.logger.warn("ParticipantController::NEW_PRODUCER::participant not found",{producer:{id:t==null?void 0:t.producerId,kind:t==null?void 0:t.kind,status:"not_initialized",appData:{screenShare:t==null?void 0:t.screenShare}},participant:{id:s}});return}e.producers.push(t),this.logger.info("ParticipantController::NEW_PRODUCER::producer_added_to_participant",{producer:{id:t==null?void 0:t.producerId,peerId:s,kind:t==null?void 0:t.kind,status:"not_initialized",appData:{screenShare:t==null?void 0:t.screenShare}}}),(t==null?void 0:t.kind)==="audio"&&this.participants.audioSubscribed.get(s)||(t==null?void 0:t.kind)==="video"&&this.participants.videoSubscribed.get(s)||t!=null&&t.screenShare?(this.logger.info(`NEW_PRODUCER: scheduling syncConsumer (AUTO mode) - Producer: ${t.producerId}, Peer: ${s}, Kind: ${t.kind}, ScreenShare: ${t.screenShare}, ConsumersSyncing: ${a(this,es)}, VideoSub: ${t.kind==="video"?this.participants.videoSubscribed.has(s):"N/A"}, AudioSub: ${t.kind==="audio"?this.participants.audioSubscribed.has(s):"N/A"}`),this.scheduleSyncConsumers({source:"NEW_PRODUCER_AUTO"})):this.logger.info("ParticipantController::NEW_PRODUCER::not_consuming_producer_auto",{producer:{id:t==null?void 0:t.producerId,peerId:s,kind:t==null?void 0:t.kind,status:"UNKNOWN",appData:{screenShare:t==null?void 0:t.screenShare}}})}),this.context.getValue("peerSessionStore").on(w.PRODUCER_CLOSED,({peerId:s,producerId:t})=>{const e=this.participants.joined.get(s);if(!e){this.logger.warn("ParticipantController::NEW_PRODUCER::participant not found",{participant:{id:s}});return}e.producers=e.producers.filter(r=>r.producerId!==t)}),this.context.getValue("peerSessionStore").on(w.PRODUCER_TOGGLE,({peerId:s,producerId:t,paused:e,kind:r})=>{const i=this.participants.joined.get(s);if(i){r==="audio"&&i.setAudioEnabled(!e);const n=i.producers.find(o=>o.producerId===t);n&&(n.pause=e),r==="video"&&this.context.getValue("peerSessionStore").emit(w.UPDATE_ACTIVE,{viewMode:this.participants.viewMode,page:this.participants.currentPage})}}),this.roomSocketHandler.on(this.events.globalPeerPinBroadcast,s=>{let t;if(s&&(t=s.participantId),!this.mediaJoined)return;const e=t;this.onParticipantPinned(e);const r=this.participants.joined.get(e);r&&(this.logger.info(`globalPeerPinBroadcast: Scheduling audio/video consumer sync for pinned participant ${e} - ProducerCount: ${r.producers.length}, ConsumersSyncing: ${a(this,es)}, ProducerIds: [${r.producers.map(i=>i.producerId).join(", ")}]`),this.scheduleSyncConsumers({source:"GLOBAL_PEER_PIN"}))}),this.roomSocketHandler.on(this.events.selectedPeer,({audioPeers:s,compulsoryPeers:t})=>{this.mediaJoined&&this.onSelectedPeers(t.concat(s))}),this.roomSocketHandler.on(this.events.selectedPeerDiff,({entries:s})=>{if(!this.mediaJoined)return;const t=s.map(e=>({peerId:e.peerId,priority:e.priority}));this.updateActiveParticipantsWithPriorities(t,!0)})}waitingRoomRequestHandler(s){const t=s.requests.filter(r=>!this.participants.waitlisted.toArray().find(i=>i.userId===r.userId)),e=this.participants.waitlisted.toArray().filter(r=>!s.requests.find(i=>i.userId===r.userId));t.forEach(r=>this.participants.waitlisted.add(new Xs(this.context,{id:r.peerId,displayName:r.displayName,audioMuted:!0,videoEnabled:!1,audioTrack:void 0,videoTrack:void 0,stageStatus:"OFF_STAGE",userId:r.userId,flags:{},isHost:!1,customParticipantId:r.customParticipantId,picture:r.picture,metadata:{preset_name:r.presetName}},this.self,this.roomSocketHandler))),e.forEach(r=>this.participants.waitlisted.delete(r.id))}get maxPreferredStreams(){return this.participants.maxActiveParticipantsCount}selectPagePeers(s){const{compulsoryPeers:t}=this.selectedPeers,e=t.filter(d=>this.participants.joined.has(d)),r=Array.from(this.participants.pinned.keys()).filter(d=>!e.includes(d)),i=Array.from(this.participants.joined.toArray().filter(d=>d.stageStatus==="ON_STAGE").map(d=>d.id)),n=Math.max((s-1)*(this.maxPreferredStreams-e.length-r.length)),o=s*(this.maxPreferredStreams-e.length-r.length);return e.concat(r,i.slice(n,o))}selectActivePeers(s){const t=new Map,e=Array.from(this.participants.joined.toArray().filter(u=>u.stageStatus==="ON_STAGE").map(u=>(t.set(u.id,!0),u.id))),r=this.selectedPeers.peers,i=this.participants.pinned.toArray().reduce((u,p)=>(p.stageStatus!=="ON_STAGE"?this.participants.pinned.delete(p.id):u.push(p.id),u),[]),n=this.self.stageStatus==="ON_STAGE"?1:0,o=s-n,c=new Set(r.concat(i).filter(u=>u!==this.self.id&&t.has(u)));let d=Array.from(c);const l=o-c.size;if(l>=0){const u=e.filter(p=>!c.has(p)&&p!==this.self.id).slice(0,l);d=Array.from(c).concat(u)}else d=d.slice(0,o);return d}updateMediaSubscribedMaps(s,t){const{page:e}=t!=null?t:{};s&&a(this,Ht).mode!==s&&(a(this,Ht).mode=s),e&&a(this,Ht).page!==e&&(a(this,Ht).page=e);const{mode:r,page:i}=a(this,Ht);switch(r){case"PAGINATED":{if(!i)return;const n=this.selectPagePeers(i),o=this.selectActivePeers(this.participants.maxActiveParticipantsCount+4);this.updateParticipantsMap(this.participants.videoSubscribed,n),this.updateParticipantsMap(this.participants.audioSubscribed,o),this.logger.debug("ParticipantController::updateActive::updating_current_page_peers",{peerIds:n});break}case"ACTIVE_GRID":{const n=this.selectActivePeers(this.participants.maxActiveParticipantsCount),o=this.selectActivePeers(this.participants.maxActiveParticipantsCount+4);this.updateParticipantsMapMinReplacement(this.participants.videoSubscribed,n),this.updateParticipantsMap(this.participants.audioSubscribed,o);break}case"MANUAL":break;default:throw new Error(`View mode ${s} not supported`)}}async scheduleSyncConsumers({source:s}){var e,r,i;const t=((e=a(this,Ht))==null?void 0:e.mode)==="PAGINATED"&&!a(this,es)?200:0;this.logger.info(`scheduleSyncConsumers():: Source: ${s}, ViewMode: ${(r=a(this,Ht))==null?void 0:r.mode}, ConsumersSyncing: ${a(this,es)}, Delay: ${t}, Page: ${(i=a(this,Ht))==null?void 0:i.page}`),setTimeout(()=>this.syncConsumers(),t)}async syncConsumers(){var o,c,d,l,u;if(((d=(c=(o=this.context.getValue("connectionHandler"))==null?void 0:o.mediaState)==null?void 0:c.recv)==null?void 0:d.state)!=="connected"){this.logger.info("syncConsumers: Connection not ready, exiting.");return}if(a(this,es)){m(this,Un,!0),this.logger.info("syncConsumers: Sync in progress, marking resyncRequired=true and exiting.");return}this.logger.info("syncConsumers: Starting sync operation."),m(this,es,!0),m(this,Un,!1);let s=[];this.participants.videoSubscribed.forEach(p=>{var E,P;const f=this.participants.joined.get(p.id),S=(P=(E=p.producers)==null?void 0:E.filter(C=>C.kind==="video"))!=null?P:[];f&&(S!=null&&S.length)&&S.forEach(C=>{var L,N,$,B;const k=((N=(L=f.manualProducerConfig)==null?void 0:L.video)!=null?N:!0)&&C.kind==="video"&&!C.screenShare,I=((B=($=f.manualProducerConfig)==null?void 0:$.screenshareVideo)!=null?B:!0)&&C.kind==="video"&&C.screenShare;(k||I)&&(C.pause||s.push(C))})}),this.participants.audioSubscribed.forEach(p=>{var E,P;const f=this.participants.joined.get(p.id),S=(P=(E=p.producers)==null?void 0:E.filter(C=>C.kind==="audio"))!=null?P:[];f&&(S!=null&&S.length)&&S.forEach(C=>{var L,N,$,B;const k=((N=(L=f.manualProducerConfig)==null?void 0:L.audio)!=null?N:!0)&&C.kind==="audio"&&!C.screenShare,I=((B=($=f.manualProducerConfig)==null?void 0:$.screenshareAudio)!=null?B:!0)&&C.kind==="audio"&&C.screenShare;(k||I)&&s.push(C)})}),s=Q_(s,p=>p.producerId);const t=new Map;s.forEach(p=>{t.set(p.producerId,p)});const e=(l=this.roomNodeClient)==null?void 0:l.getConsumers(),r=s.filter(p=>!(e!=null&&e.has(p.producerId))),i=[];let n=Array.from((u=e==null?void 0:e.values())!=null?u:[]).map(p=>p.peerId);n=Y_(n),n==null||n.forEach(p=>{var S;const f=this.participants.joined.get(p);if(!f){this.logger.warn(`Peer with ${p} doesn't exist in joined list but producers of it are being consumed.`);return}(S=f.producers)!=null&&S.length&&f.producers.forEach(E=>{const P=E.consumer&&e.has(E.consumer.id);!t.has(E.producerId)&&(e.has(E.producerId)||P)&&i.push(E)})}),this.logger.info(`syncConsumers: Computed changes - AddProducers: ${r.length} [${r.map(p=>p.producerId).join(", ")}], RemoveProducers: ${i.length} [${i.map(p=>p.producerId).join(", ")}]`.substring(0,5e3));try{r.length>0||i.length>0?(this.logger.info(`syncConsumers: Calling updateConsumers with changes. Adding ${r.length} and removing ${i.length}.`),await this.updateConsumers(r,i),this.logger.info("syncConsumers: updateConsumers completed successfully.")):this.logger.info("syncConsumers: No changes needed, skipping updateConsumers.")}catch(p){this.logger.error("syncConsumers: updateConsumers failed with error.",{error:p})}finally{this.logger.info("syncConsumers: Setting consumersSyncing=false and completing sync."),m(this,es,!1)}a(this,Un)&&(this.logger.info("syncConsumers: Resync required, calling syncConsumers again."),this.syncConsumers())}computeActivateParticipants(s,t){const e=s.map((i,n)=>({peerId:i,priority:n+1})),r=t==null?void 0:t.map((i,n)=>({peerId:i,priority:-(n+1)}));e.push(...r!=null?r:[]),e.length>0&&this.updateActiveParticipantsWithPriorities(e)}createParticipantObjFromSocketPeer(s){const t=lf.formatSocketPeerMessage(s);return new Xs(this.context,{...t,isHost:!1,videoEnabled:!1,audioMuted:!0,videoTrack:void 0,audioTrack:void 0},this.self,this.roomSocketHandler)}updatePipSource(s,t){var e,r;t?(e=this.pip)==null||e.enableSource(s):(r=this.pip)==null||r.disableSource(s)}onParticipantMediaJoined(s,t){if(!this.mediaJoined||s===this.self.id)return;const e=this.participants.joined.get(s);if(!e){this.logger.warn(`Received media.peerJoinedBroadcast for non-existent peer ${s}`);return}this.logger.info("PEER_INFO:::SOCKET_ON_MEDIA_JOIN",{participant:{id:e.id,maskedName:[...(e==null?void 0:e.name)||""].map((r,i)=>i%2?"*":r).join("")}}),this.logger.info(`onParticipantMediaJoined: peer ${s} has joined media room. Processing.`),t.forEach(r=>{r.kind===zs.AUDIO&&!r.screenShare?e.setAudioEnabled(!r.pause):r.kind===zs.VIDEO&&!r.screenShare&&(e.setVideoEnabled(!r.pause),this.updatePipSource(e.id,!r.pause)),e.producers.push({...r,producingTransportId:r.producingTransportId,kind:r.kind===zs.AUDIO?"audio":"video",producingPeerId:s,mimeType:r.mimeType})}),this.logger.info(`onParticipantMediaJoined: Emitting UPDATE_ACTIVE for peer ${s}`),this.context.getValue("peerSessionStore").emit(w.UPDATE_ACTIVE,{viewMode:this.participants.viewMode,page:this.participants.currentPage})}updateParticipantsMapMinReplacement(s,t){const e=Array.from(s.keys()),r=new Map(s),i=new Set(t),n=[];e.forEach((o,c)=>{(!i.has(o)||!this.participants.joined.get(o))&&n.push(c)}),t.forEach(o=>{if(s.get(o))return;if(e.length<t.length){e.push(o);return}const c=n.shift();e[c]=o}),n.forEach(o=>{e.splice(o,1)}),Array.from(s.keys()).forEach(o=>{s.delete(o,!i.has(o))}),e.forEach(o=>{if(!this.participants.joined.get(o)){this.logger.warn("updateActiveParticipants::participant_not_in_joined_list",{participant:{id:o}});return}s.add(this.participants.joined.get(o),!r.get(o))}),s.emit("participantsUpdate")}updateParticipantsMap(s,t){Array.from(s.keys()).forEach(r=>{t.includes(r)||s.delete(r,!0)}),t.forEach(r=>{s.get(r)||s.add(this.participants.joined.get(r),!0)}),s.emit("participantsUpdate")}updatePinnedParticipants(){this.participants.pinned.forEach(s=>{s.setIsPinned(!1),this.participants.pinned.delete(s.id)})}setupEventsGlobal(){this.roomSocketHandler.on(x.joinRoom,({peer:s})=>{s.waitlisted||(this.logger.info("Processing socket join",{peers:s.peerId}),this.onParticipantSocketJoined(this.createParticipantObjFromSocketPeer(s)),this.logger.info("Processed socket join",{peers:s.peerId}))}),this.roomSocketHandler.on(x.leaveRoom,s=>{const{peerId:t}=s.peer;this.selectedPeers.delete(t,this.context),this.onParticipantLeave(t)}),this.context.getValue("peerSessionStore").on(w.SOCKET_SERVICE_ROOM_JOINED,()=>{this.self.permissions.acceptWaitingRequests&&this.roomSocketHandler.getWaitingRoomRequests()}),this.self.permissions.on("permissionsUpdate",s=>{const{acceptWaitingRequests:t}=s;t!==void 0&&(t?this.roomSocketHandler.getWaitingRoomRequests():this.participants.waitlisted.clear())}),this.context.getValue("peerSessionStore").on(w.SOCKET_SERVICE_DISCONNECTED,()=>{this.participants.joined.clear(),this.participants.videoSubscribed.clear(),this.participants.audioSubscribed.clear(),this.participants.pinned.clear(),this.participants.currentPage=0,this.participants.viewMode="ACTIVE_GRID",this.participants.emit("viewModeChanged",{viewMode:"ACTIVE_GRID",currentPage:this.participants.currentPage,pageCount:this.participants.pageCount})}),this.context.getValue("peerSessionStore").on(w.CONSUMER_PAUSED,({id:s})=>{this.processConsumerPaused(s)}),this.context.getValue("peerSessionStore").on(w.CONSUMER_RESUMED,({id:s})=>{this.processConsumerResumed(s)}),this.context.getValue("peerSessionStore").on(w.NEW_CONSUMER,({id:s})=>{this.processNewConsumer(s)}),this.context.getValue("peerSessionStore").on(w.CONSUMER_CLOSED,({id:s})=>{this.processConsumerClosed(s)}),this.context.getValue("peerSessionStore").on(w.ROOM_MESSAGE,async({payload:s,type:t,timestamp:e})=>{this.participants.emit("broadcastedMessage",{type:t,payload:s,timestamp:e})}),this.context.getValue("peerSessionStore").on(w.MESSAGE,async({payload:s,type:t,timestamp:e})=>{t!=="spotlight"&&this.participants.emit("broadcastedMessage",{type:t,payload:s,timestamp:e})}),this.context.getValue("peerSessionStore").on(w.LOW_CONSUMER_SCORE,({peerId:s,score:t,kind:e})=>{const r=this.participants.joined.get(s);r&&(r.emit("poorConnection",{score:t,kind:e}),this.participants.emit("poorConnection",{participantId:s,score:t,kind:e}))}),this.context.getValue("peerSessionStore").on(w.CONSUMER_SCORE_UPDATE,({score:s,kind:t,appData:e,peerId:r,scoreStats:i})=>{var c;const n=t==="video"&&((c=e==null?void 0:e.screenShare)!=null?c:!1),o=this.participants.joined.get(r);o&&(o.emit("mediaScoreUpdate",{kind:t,isScreenshare:n,score:s,participantId:r,scoreStats:i}),this.participants.emit("mediaScoreUpdate",{kind:t,isScreenshare:n,score:s,participantId:r,scoreStats:i}))}),this.context.getValue("peerSessionStore").onAsync(w.KICK_PEER,async({peerId:s})=>{const t=this.participants.joined.get(s);this.roomNodeClient.kick(s),await this.roomSocketHandler.kick(s),t?t.emit("kicked"):this.participants.joined.emit("kicked",{id:s})}),this.context.getValue("peerSessionStore").on(w.UPDATE_ACTIVE,async({viewMode:s,page:t,createAllConsumers:e}={viewMode:"ACTIVE_GRID",page:0,createAllConsumers:!1})=>{this.logger.info(`UPDATE_ACTIVE event received - viewMode: ${a(this,Ht).mode}, page: ${t}, CreateAllConsumers: ${e}`),e&&(this.logger.info(`UPDATE_ACTIVE viewMode: ${s}, Page: ${t}, Removing existing subscriptions.`),this.participants.videoSubscribed.clear(),this.participants.audioSubscribed.clear()),this.updateMediaSubscribedMaps(s,{page:t}),this.scheduleSyncConsumers({source:"UPDATE_ACTIVE"})})}async onParticipantPinned(s){if(!s){this.self.isPinned&&this.self.setIsPinned(!1),this.participants.pinned.size!==0&&this.updatePinnedParticipants();return}if(s===this.self.id){this.participants.pinned.size!==0&&this.updatePinnedParticipants(),this.self.setIsPinned(!0);return}const t=this.participants.joined.get(s);this.self.isPinned&&this.self.setIsPinned(!1),this.updatePinnedParticipants(),t.setIsPinned(!0),this.participants.pinned.add(t)}async onParticipantSocketJoined(s){var t,e,r;this.logger.info(`onParticipantSocketJoined: peer ${s.id} has joined socket edge. Processing.`),this.self.id!==s.id&&!((t=s.flags)!=null&&t.recorder)&&!((e=s.flags)!=null&&e.hidden_participant)&&!((r=s.flags)!=null&&r.hiddenParticipant)&&(this.participants.videoSubscribed.delete(s.id),this.participants.audioSubscribed.delete(s.id),this.participants.joined.add(s),this.participants.waitlisted.delete(s.id),s.stageStatus==="REQUESTED_TO_JOIN_STAGE"&&this.context.getValue("peerSessionStore").emit(w.UPDATE_STAGE_REQUESTS,{request:{displayName:s.name,userId:s.userId,peerId:s.id},add:!0})),this.context.getValue("peerSessionStore").emit(w.PEER_JOINED_INTERNAL,s)}async onParticipantLeave(s){const t=this.participants.joined.get(s);this.participants.joined.delete(s,!0,!0),this.participants.pinned.delete(s,!0,!0),this.participants.waitlisted.delete(s,!0,!0),this.roomNodeClient&&this.roomNodeClient.closeConsumers(t==null?void 0:t.producers),t&&t.stageStatus==="REQUESTED_TO_JOIN_STAGE"&&this.context.getValue("peerSessionStore").emit(w.UPDATE_STAGE_REQUESTS,{request:{displayName:t.name,userId:t.userId,peerId:t.id},add:!1});const{currentPage:e}=this.participants,r=this.maxPreferredStreams*(e-1),i=this.participants.videoSubscribed.get(s);this.participants.viewMode==="MANUAL"?this.context.getValue("peerSessionStore").emit(w.UPDATE_ACTIVE,{viewMode:this.participants.viewMode,page:e}):r===0?this.participants.setViewMode("ACTIVE_GRID"):this.participants.joined.size<=r?e===2?this.participants.setViewMode("ACTIVE_GRID"):this.participants.setPage(e-1):i&&this.context.getValue("peerSessionStore").emit(w.UPDATE_ACTIVE,{viewMode:this.participants.viewMode,page:e})}processMedia(s){var p;const t=this.roomNodeClient.getConsumers(),{peerId:e,kind:r,appData:i,track:n,producerId:o,rtpReceiver:c,paused:d,localId:l}=(p=t.get(s))!=null?p:{};if(!e)return this.logger.warn("processMedia::Peer ID is undefined",{consumer:{id:s,kind:r,peerId:e,appData:{supportsRemoteControl:!!(i!=null&&i.supportsRemoteControl),screenShare:!!(i!=null&&i.screenShare)},remotelyPaused:d,producerId:o}}),{};const u=i;return r==="video"&&u.screenShare!==!0&&this.videoPeerConsumerMap.set(e,s),this.logger.info("ParticipantController::processMedia",{consumer:{id:s,peerId:e,kind:r,appData:u,remotelyPaused:d,producerId:o}}),this.consumerPeerMap.set(s,{type:r,peerId:e,appData:u,remotelyPaused:d,producerId:o}),{peerId:e,kind:r,appData:u,remotelyPaused:d,track:n,producerId:o,rtpReceiver:c,localId:l}}processConsumerClosed(s){const{peerId:t,type:e,appData:r,remotelyPaused:i,producerId:n}=this.consumerPeerMap.get(s)||{},o=this.participants.joined.get(t);if(this.logger.info("ParticipantController::processConsumerClosed",{consumer:{id:s,peerId:t,appData:r,kind:e,remotelyPaused:i,producerId:n}}),this.consumerPeerMap.delete(s),e==="video"&&r.screenShare!==!0&&this.videoPeerConsumerMap.delete(t),!o)return;const c=o.producers.find(l=>l.producerId===n);c&&(c.consumer={id:s,peerId:t,kind:void 0,appData:r,paused:i,producerId:n,rtpReceiver:void 0,localId:void 0});const d=[];r&&r.screenShare?(o.setScreenShareEnabled(!1),this.context.getValue("callstats").consumerSharedMediaState(s,{screen:!1}),o.screenShareTracks.video&&d.push(o.screenShareTracks.video.id),o.screenShareTracks.audio&&d.push(o.screenShareTracks.audio.id),o.screenShareTracks={audio:void 0,video:void 0}):e==="audio"?(o.setAudioEnabled(!1),o.audioTrack&&d.push(o.audioTrack.id),this.context.getValue("callstats").consumerSharedMediaState(s,{audio:!1}),o.audioTrack=void 0):e==="video"&&(o.setVideoEnabled(!1),this.updatePipSource(o.id,!1),o.videoTrack&&d.push(o.videoTrack.id),this.context.getValue("callstats").consumerSharedMediaState(s,{video:!1}),o.videoTrack=void 0),r.e2ee&&d.forEach(l=>{this.context.getValue("peerSessionStore").emit(w.E2EE_INACTIVE_CONSUMER,{peerId:t,trackId:l})})}processConsumerResumed(s){var f;const t=this.processMedia(s),{peerId:e,kind:r,appData:i,track:n,remotelyPaused:o,producerId:c,rtpReceiver:d,localId:l}=t;if(!e)return;this.logger.info("ParticipantController::processConsumerResumed",{consumer:{id:s,peerId:e,kind:r,appData:i,remotelyPaused:o,producerId:c}});const u=this.participants.joined.get(e);if(!u)return;const p=u.producers.find(S=>S.producerId===c);if(p&&(p.consumer={id:s,peerId:e,kind:r,appData:i,paused:o,producerId:c,rtpReceiver:d,localId:l}),i.e2ee&&this.context.getValue("peerSessionStore").emit(w.E2EE_ACTIVE_CONSUMER,{peerId:e,rtpReceiver:d,track:n}),i.screenShare){r==="video"?u.screenShareTracks.video=n:r==="audio"&&(u.screenShareTracks.audio=n),u.setScreenShareEnabled(!0),(f=this.context)==null||f.getValue("callstats").consumerSharedMediaState(s,{screen:!0});return}r==="video"?(u.videoTrack=n,u.setVideoEnabled(!0),this.updatePipSource(u.id,!0),this.context.getValue("callstats").consumerSharedMediaState(s,{video:!0})):r==="audio"&&(u.audioTrack=n,u.setAudioEnabled(u.audioEnabled),this.context.getValue("callstats").consumerSharedMediaState(s,{audio:u.audioEnabled}))}processConsumerPaused(s){this.logger.info(`ParticipantController::processConsumerPaused called for consumerId: ${s}`);const{peerId:t,kind:e,track:r,appData:i,remotelyPaused:n,producerId:o,rtpReceiver:c,localId:d}=this.processMedia(s);if(!t)return;this.logger.info("ParticipantController::processConsumerPaused",{consumer:{id:s,peerId:t,kind:e,appData:i,remotelyPaused:n,producerId:o}});const l=this.participants.joined.get(t);if(!l)return;const u=l.producers.find(p=>p.producerId===o);u&&(u.consumer={id:s,peerId:t,kind:e,appData:i,paused:n,producerId:o,rtpReceiver:c,localId:d}),r&&i.e2ee&&this.context.getValue("peerSessionStore").emit(w.E2EE_INACTIVE_CONSUMER,{peerId:t,trackId:r.id}),e==="video"?(l.videoTrack=r,l.setVideoEnabled(!1),this.updatePipSource(l.id,!1),this.context.getValue("callstats").consumerSharedMediaState(s,{video:!1})):e==="audio"&&(l.audioTrack=r,l.setAudioEnabled(l.audioEnabled),this.context.getValue("callstats").consumerSharedMediaState(s,{audio:l.audioEnabled}))}processNewConsumer(s){const{peerId:t,kind:e,remotelyPaused:r,track:i,appData:n,producerId:o,rtpReceiver:c,localId:d}=this.processMedia(s);if(!t)return;this.logger.info("ParticipantController::processNewConsumer",{consumer:{id:s,peerId:t,kind:e,remotelyPaused:r,appData:n,producerId:o}});const l=this.participants.joined.get(t);if(!l)return;const u=l.producers.find(p=>p.producerId===o);if(u&&(u.consumer={id:s,peerId:t,kind:e,appData:n,paused:r,producerId:o,rtpReceiver:c,localId:d}),n.screenShare){e==="video"?l.screenShareTracks.video=i:e==="audio"&&(l.screenShareTracks.audio=i),(!r||this.self.permissions.isRecorder)&&l.setScreenShareEnabled(!0),n.supportsRemoteControl&&(l.supportsRemoteControl=!0),this.participants.broadcastMessage("screenshareConsumerCreated",{producerId:o,peerId:t,screenShare:!0,consumerId:s,consumerPeerId:this.self.id}),this.logger.info("ParticipantController::newScreenshareConsumer::screenshareConsumerCreated",{consumer:{id:s,peerId:t,kind:e,remotelyPaused:r,appData:n,producerId:o}});return}e==="video"?(l.videoTrack=i,r||(l.setVideoEnabled(!0),this.updatePipSource(l.id,!0)),this.context.getValue("callstats").consumerSharedMediaState(s,{video:!r})):e==="audio"&&(l.audioTrack=i,r||l.setAudioEnabled(!0),this.context.getValue("callstats").consumerSharedMediaState(s,{audio:!r})),!r&&n.e2ee&&this.context.getValue("peerSessionStore").emit(w.E2EE_ACTIVE_CONSUMER,{peerId:t,rtpReceiver:c,track:i})}static formatSocketPeerMessage(s){var e,r,i,n,o,c;if(!s)return;const t=Qu(s.stageType);return{id:s.peerId,userId:s.userId,name:s.displayName,displayName:s.displayName,stageType:t,customParticipantId:s.customParticipantId,presetId:s.presetId,picture:s.displayPictureUrl,waitlisted:s.waitlisted,stageStatus:t,metadata:{preset_name:(e=s.flags)==null?void 0:e.presetName},recorderType:(r=s.flags)==null?void 0:r.recorderType,flags:{hiddenParticipant:(i=s.flags)==null?void 0:i.hiddenParticipant,hidden_participant:(n=s.flags)==null?void 0:n.hiddenParticipant,recorder:((o=s.flags)==null?void 0:o.recorderType)!==void 0&&((c=s.flags)==null?void 0:c.recorderType)!=="NONE"}}}async onSelectedPeers(s,t){this.participants.viewMode==="ACTIVE_GRID"&&this.computeActivateParticipants(s,t)}updateActiveParticipantsWithPriorities(s,t=!1){if(this.participants.viewMode==="MANUAL")return;if(!this.mediaJoined){this.logger.warn("Skipped::ParticipantController::updateActiveParticipantsWithPriorities",{roomJoined:this.mediaJoined});return}s.forEach(r=>{this.selectedPeers.add(r.peerId,r.priority,this.context)});const e=this.selectedPeers.activeSpeakerPeers.at(0);e!==void 0&&e!==this.participants.lastActiveSpeaker&&(this.participants.lastActiveSpeaker=e,this.participants.emit("activeSpeaker",{peerId:e,volume:1})),t&&this.context.getValue("peerSessionStore").emit(w.UPDATE_ACTIVE,{viewMode:this.participants.viewMode,page:this.participants.currentPage})}},Ht=new WeakMap,es=new WeakMap,Un=new WeakMap,Xp);let ir=lf;Ji([y.trace("ParticipantController.setupEvents")],ir.prototype,"setupEvents",1);Ji([y.trace("ParticipantController.setupEvents")],ir.prototype,"setupEventsGlobal",1);Ji([y.trace("ParticipantController.processMedia")],ir.prototype,"processMedia",1);Ji([y.trace("ParticipantController.processConsumerClosed")],ir.prototype,"processConsumerClosed",1);Ji([y.trace("ParticipantController.processConsumerResumed")],ir.prototype,"processConsumerResumed",1);Ji([y.trace("ParticipantController.processConsumerPaused")],ir.prototype,"processConsumerPaused",1);Ji([y.trace("ParticipantController.processNewConsumer")],ir.prototype,"processNewConsumer",1);const de=ys(Ju().permissions);var H,$n,Bn,vd,rt,vt;const nn=class extends At{constructor(e,r,i,n=!1){const o=e.getValue("logger");super(o);g(this,rt);g(this,H,void 0);g(this,$n,void 0);g(this,Bn,void 0);g(this,vd,e=>{var l,u,p;const{chat:r,connectedMeetings:i,plugins:n,polls:o,media:c,...d}=e;if(r&&(r.private&&ar(a(this,H).chat.private,r.private),r.public&&ar(a(this,H).chat.public,r.public),this.emit("chatUpdate")),i&&ar(a(this,H).connectedMeetings,i),c){const f=E=>{switch(E){case Dr.NONE:return F.Allowed;case Dr.ALLOWED:return F.Allowed;case Dr.NOT_ALLOWED:return F.NotAllowed;case Dr.CAN_REQUEST:return F.CanRequest;default:return}},S={audio:void 0,video:void 0,screenshare:void 0};(l=c.audio)!=null&&l.canProduce&&(S.audio={canProduce:f(c.audio.canProduce)}),(u=c.video)!=null&&u.canProduce&&(S.video={canProduce:f(c.video.canProduce)}),(p=c.screenshare)!=null&&p.canProduce&&(S.screenshare={canProduce:f(c.screenshare.canProduce)}),ar(a(this,H).media,S)}n&&(ar(a(this,H).plugins,n),this.emit("pluginsUpdate")),o&&(ar(a(this,H).polls,o),this.emit("pollsUpdate")),Object.keys(d).length!==0&&ar(a(this,H),d),this.emit("permissionsUpdate",e)});if(!r)throw this.logger.error("PermissionPreset::load_preset_permissions_failed"),new b("Could not load preset permissions.","0904");m(this,Bn,e),m(this,$n,i),m(this,H,r),n&&this.setupEvents()}setupEvents(){a(this,Bn).getValue("peerSessionStore").on(w.UPDATE_PERMISSIONS,a(this,vd))}static fromResponse(e,r,i){return new nn(i,e,r,!0)}static default(e,r){return new nn(e,de,r)}static init(e,r,i){let n;return i?n=new nn(e,i,r,!0):n=new nn(e,de,r),n}get mediaRoomType(){return"CF"}get stageEnabled(){var e;return((e=a(this,H))==null?void 0:e.stageEnabled)||a(this,$n)===Ks.Webinar||a(this,$n)===Ks.Livestream}get acceptStageRequests(){var e,r;return this.stageEnabled?((e=a(this,H))==null?void 0:e.acceptStageRequests)||((r=a(this,H))==null?void 0:r.canAcceptProductionRequests):!1}get stageAccess(){var e,r,i;return((e=a(this,H))==null?void 0:e.stageAccess)===F.NotAllowed?F.NotAllowed:((r=a(this,H))==null?void 0:r.stageAccess)===F.CanRequest?F.CanRequest:((i=a(this,H))==null?void 0:i.stageAccess)===F.Allowed||a(this,H).media.audio.canProduce===F.Allowed||a(this,H).media.video.canProduce===F.Allowed||a(this,H).media.screenshare.canProduce===F.Allowed?F.Allowed:a(this,H).media.audio.canProduce===F.CanRequest||a(this,H).media.video.canProduce===F.CanRequest||a(this,H).media.screenshare.canProduce===F.CanRequest?F.CanRequest:F.NotAllowed}get acceptWaitingRequests(){var e,r;return(r=(e=a(this,H))==null?void 0:e.acceptWaitingRequests)!=null?r:de.acceptWaitingRequests}get requestProduceVideo(){var e,r,i;return((i=(r=(e=a(this,H))==null?void 0:e.media)==null?void 0:r.video)==null?void 0:i.canProduce)===F.CanRequest}get requestProduceAudio(){var e,r,i;return((i=(r=(e=a(this,H))==null?void 0:e.media)==null?void 0:r.audio)==null?void 0:i.canProduce)===F.CanRequest}get requestProduceScreenshare(){var e,r,i;return((i=(r=(e=a(this,H))==null?void 0:e.media)==null?void 0:r.screenshare)==null?void 0:i.canProduce)===F.CanRequest}get canAllowParticipantAudio(){var e,r;return(r=(e=a(this,H))==null?void 0:e.disableParticipantAudio)!=null?r:de.disableParticipantAudio}get canAllowParticipantScreensharing(){var e,r;return(r=(e=a(this,H))==null?void 0:e.canAcceptProductionRequests)!=null?r:de.canAcceptProductionRequests}get canAllowParticipantVideo(){var e,r;return(r=(e=a(this,H))==null?void 0:e.disableParticipantVideo)!=null?r:de.disableParticipantVideo}get canDisableParticipantAudio(){return this.canAllowParticipantAudio}get canDisableParticipantVideo(){return this.canAllowParticipantVideo}get kickParticipant(){var e,r;return(r=(e=a(this,H))==null?void 0:e.kickParticipant)!=null?r:de.kickParticipant}get pinParticipant(){var e,r;return(r=(e=a(this,H))==null?void 0:e.pinParticipant)!=null?r:de.pinParticipant}get canRecord(){var e,r;return(r=(e=a(this,H))==null?void 0:e.canRecord)!=null?r:de.canRecord}get waitingRoomType(){var e,r;return(r=(e=a(this,H))==null?void 0:e.waitingRoomType)!=null?r:de.waitingRoomType}get waitingRoomBehaviour(){var e,r;return(r=(e=a(this,H))==null?void 0:e.waitingRoomType)!=null?r:de.waitingRoomType}get plugins(){var e,r;return(r=(e=a(this,H))==null?void 0:e.plugins)!=null?r:de.plugins}get polls(){var e,r;return(r=(e=a(this,H))==null?void 0:e.polls)!=null?r:de.polls}get produceVideo(){return this.canProduceVideo}get requestProduce(){return a(this,H).media.audio.canProduce===F.CanRequest||a(this,H).media.video.canProduce===F.CanRequest||a(this,H).media.screenshare.canProduce===F.CanRequest}get canProduceVideo(){var r;const e=(r=a(this,H).media.video.canProduce)!=null?r:de.media.video.canProduce;return this.stageEnabled&&(a(this,rt,vt)==="ACCEPTED_TO_JOIN_STAGE"||a(this,rt,vt)==="ON_STAGE")&&e===F.CanRequest?F.Allowed:this.stageEnabled&&(a(this,rt,vt)==="OFF_STAGE"||a(this,rt,vt)==="REQUESTED_TO_JOIN_STAGE")&&e===F.Allowed?F.NotAllowed:e}get produceScreenshare(){return this.canProduceScreenshare}get canProduceScreenshare(){var r;const e=(r=a(this,H).media.screenshare.canProduce)!=null?r:de.media.screenshare.canProduce;return this.stageEnabled&&(a(this,rt,vt)==="ACCEPTED_TO_JOIN_STAGE"||a(this,rt,vt)==="ON_STAGE")&&e===F.CanRequest?F.Allowed:this.stageEnabled&&(a(this,rt,vt)==="OFF_STAGE"||a(this,rt,vt)==="REQUESTED_TO_JOIN_STAGE")&&e===F.Allowed?F.NotAllowed:e}get produceAudio(){return this.canProduceAudio}get canProduceAudio(){var r;const e=(r=a(this,H).media.audio.canProduce)!=null?r:de.media.audio.canProduce;return this.stageEnabled&&(a(this,rt,vt)==="ACCEPTED_TO_JOIN_STAGE"||a(this,rt,vt)==="ON_STAGE")&&e===F.CanRequest?F.Allowed:this.stageEnabled&&(a(this,rt,vt)==="OFF_STAGE"||a(this,rt,vt)==="REQUESTED_TO_JOIN_STAGE")&&e===F.Allowed?F.NotAllowed:e}get chatPublic(){var e,r,i;return(i=(r=(e=a(this,H))==null?void 0:e.chat)==null?void 0:r.public)!=null?i:de.chat.public}get chatPrivate(){var e,r,i;return(i=(r=(e=a(this,H))==null?void 0:e.chat)==null?void 0:r.private)!=null?i:de.chat.private}get connectedMeetings(){var e,r;return(r=(e=a(this,H))==null?void 0:e.connectedMeetings)!=null?r:de==null?void 0:de.connectedMeetings}get hiddenParticipant(){var e,r;return(r=(e=a(this,H))==null?void 0:e.hiddenParticipant)!=null?r:de.hiddenParticipant}get showParticipantList(){var e;return(e=a(this,H).showParticipantList)!=null?e:de.showParticipantList}get canChangeParticipantRole(){var e,r;return(r=(e=a(this,H))==null?void 0:e.canChangeParticipantPermissions)!=null?r:de.canChangeParticipantPermissions}get canChangeParticipantPermissions(){var e,r;return(r=(e=a(this,H))==null?void 0:e.canChangeParticipantPermissions)!=null?r:de.canChangeParticipantPermissions}get canChangeTheme(){return!1}get canPresent(){return a(this,H).media.audio.canProduce===F.Allowed||a(this,H).media.video.canProduce===F.Allowed||a(this,H).media.screenshare.canProduce===F.Allowed}get acceptPresentRequests(){return this.acceptStageRequests}get canEditDisplayName(){var e;return(e=a(this,H).canEditDisplayName)!=null?e:!1}get maxScreenShareCount(){return 1}get isRecorder(){return a(this,H).isRecorder}get canSpotlight(){return a(this,H).canSpotlight}get canLivestream(){return a(this,H).canLivestream}get transcriptionEnabled(){return a(this,H).transcriptionEnabled}};let uu=nn;H=new WeakMap,$n=new WeakMap,Bn=new WeakMap,vd=new WeakMap,rt=new WeakSet,vt=function(){return a(this,Bn).getValue("stageStatus")};var Ct;class uf extends At{constructor(e,r){super(r);h(this,"localMediaHandler");g(this,Ct,void 0);m(this,Ct,e)}async updatePermission(){var d,l;const e=(u,p)=>{this.mediaPermissions[u]=p;const f={message:this.mediaPermissions[u],kind:u};p==="DENIED"?a(this,Ct).getValue("peerSessionStore").emit(w.MEDIA_PERMISSION_ERROR,f):a(this,Ct).getValue("peerSessionStore").emit(w.MEDIA_PERMISSION_UPDATE,f)};if(pe.getName()==="firefox")return;const r="microphone",i="camera",n=await((d=navigator==null?void 0:navigator.permissions)==null?void 0:d.query({name:r})),o=await((l=navigator==null?void 0:navigator.permissions)==null?void 0:l.query({name:i})),c=(u,p)=>{switch(p){case"granted":e(u,"ACCEPTED");break;case"denied":e(u,"DENIED");break;case"prompt":e(u,"NOT_REQUESTED");break}this.localMediaHandler.repopulateAvailableDevices()};n&&(n.onchange=()=>c("audio",n.state)),o&&(o.onchange=()=>c("video",o.state))}async populateMediaPermissionsInCallstats({message:e,kind:r}){var i,n,o,c;switch(r){case"audio":{(i=a(this,Ct))==null||i.getValue("callstats").mediaPermission("AUDIO",e),(n=a(this,Ct))==null||n.getValue("callstats").mediaPermission("SPEAKER",e);break}case"video":{(o=a(this,Ct))==null||o.getValue("callstats").mediaPermission("VIDEO",e);break}case"screenshare":{(c=a(this,Ct))==null||c.getValue("callstats").mediaPermission("SCREENSHARE",e);break}}}get peerId(){var e;return(e=a(this,Ct))==null?void 0:e.getValue("peerId")}async init(e={},r=!1,i=null){var n,o,c,d,l,u,p;if(pe.init(),i&&m(this,Ct,i),!this.localMediaHandler)try{let f=!0;if((n=i==null?void 0:i.getValue("defaults"))!=null&&n.mediaHandler)f=!1,this.localMediaHandler=i.getValue("defaults").mediaHandler.localMediaHandler;else if(navigator.RNLocalMediaHandlerImpl){const{RNLocalMediaHandlerImpl:S}=navigator;this.localMediaHandler=await S.init(e)}else this.localMediaHandler=new St(i,e.constraints,(o=i==null?void 0:i.getValue("defaults"))==null?void 0:o.isNonPreferredDevice,(c=i==null?void 0:i.getValue("defaults"))==null?void 0:c.autoSwitchAudioDevice);if(i==null||i.getValue("peerSessionStore").on(w.MEDIA_PERMISSION_UPDATE,async S=>{if(this.populateMediaPermissionsInCallstats({message:S.message,kind:S.kind}),S.message==="NOT_REQUESTED")switch(S==null?void 0:S.kind){case"audio":this.rawAudioTrack&&(this.logger.info("Disabling audio due to media permission update"),this.disableAudio());break;case"video":this.rawVideoTrack&&(this.logger.info("Disabling video due to media permission update"),this.disableVideo());break;default:break}this.emit("mediaPermissionUpdate",S)}),i==null||i.getValue("peerSessionStore").on(w.MEDIA_PERMISSION_ERROR,async S=>{const{kind:E,message:P,constraints:C}=S;this.populateMediaPermissionsInCallstats({message:P,kind:E}),E==="audio"?(this.logger.info(`Disabling audio due to media permission error skipping: ${this.localMediaHandler.audioUpdateInProgress}`),this.localMediaHandler.audioUpdateInProgress===!1&&this.disableAudio()):E==="video"&&(this.logger.info(`Disabling video due to media permission error skipping: ${this.localMediaHandler.videoUpdateInProgress}`),this.localMediaHandler.videoUpdateInProgress===!1&&this.disableVideo()),this.logger.error("SelfController::mediaPermissionError",{error:{message:P},constraints:C,mediaPermissionsErrors:{kind:E,message:P}}),this.emit("mediaPermissionError",S),this.emit("mediaPermissionUpdate",{message:P,kind:E})}),f){this.logger.info(`Setting up SelfMedia streams using media handler. audio:${(d=e==null?void 0:e.audio)!=null?d:!0} video:${(l=e==null?void 0:e.video)!=null?l:!0}`);const S=this.localMediaHandler.setupStreams({video:(u=e==null?void 0:e.video)!=null?u:!0,audio:(p=e==null?void 0:e.audio)!=null?p:!0});r||await S}}catch(f){this.logger.error("Self::init::Failed To Setup Streams",{error:{name:f.name,message:f.message}})}}set context(e){m(this,Ct,e),this.localMediaHandler.context=e}get audioTrack(){return this.localMediaHandler.audioTrack}get rawAudioTrack(){return this.localMediaHandler.rawAudioTrack}get mediaPermissions(){return this.localMediaHandler.permissions}async addAudioMiddleware(e){return this.localMediaHandler.addAudioMiddleware(e)}async removeAudioMiddleware(e){return this.localMediaHandler.removeAudioMiddleware(e)}async removeAllAudioMiddlewares(){return this.localMediaHandler.removeAllAudioMiddlewares()}get videoTrack(){return this.localMediaHandler.videoTrack}get rawVideoTrack(){return this.localMediaHandler.rawVideoTrack}async addVideoMiddleware(e){return this.localMediaHandler.addVideoMiddleware(e)}async setVideoMiddlewareGlobalConfig(e={disablePerFrameCanvasRendering:!1}){return this.localMediaHandler.setVideoMiddlewareGlobalConfig(e)}async removeVideoMiddleware(e){return this.localMediaHandler.removeVideoMiddleware(e)}async removeAllVideoMiddlewares(){return this.localMediaHandler.removeAllVideoMiddlewares()}get screenShareTracks(){return this.localMediaHandler.screenShareTracks}get audioEnabled(){return this.localMediaHandler.audioEnabled}get videoEnabled(){return this.localMediaHandler.videoEnabled}get screenShareEnabled(){return this.localMediaHandler.screenShareEnabled}async enableAudio(){await this.localMediaHandler.enableAudio(),this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack})}async enableVideo(){await this.localMediaHandler.enableVideo(),this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack})}async disableAudio(){this.localMediaHandler.disableAudio(),this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack})}async enableScreenShare(){await this.localMediaHandler.enableScreenShare(),this.emit("screenShareUpdate",{screenShareEnabled:this.screenShareEnabled,screenShareTracks:this.screenShareTracks})}async disableScreenShare(){await this.localMediaHandler.disableScreenShare(),this.emit("screenShareUpdate",{screenShareEnabled:this.screenShareEnabled,screenShareTracks:this.screenShareTracks})}async disableVideo(){await this.localMediaHandler.disableVideo(),this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack})}getCurrentDevices(){return this.localMediaHandler.getCurrentDevices()}async getAudioDevices(){return await this.localMediaHandler.getAudioDevices()}async getVideoDevices(){return await this.localMediaHandler.getVideoDevices()}async getSpeakerDevices(){return await this.localMediaHandler.getSpeakerDevices()}getDeviceById(e,r){let i;return r==="audio"?i="audioinput":r==="video"?i="videoinput":r==="speaker"&&(i="audiooutput"),this.localMediaHandler.getDeviceById(e,i)}async setDevice(e){switch(e.kind){case"audioinput":try{await this.localMediaHandler.setAudioDevice(e,{saveDevicePreference:!0})}catch(r){}finally{this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack})}break;case"audiooutput":await this.localMediaHandler.setSpeakerDevice(e,{saveDevicePreference:!0});break;case"videoinput":try{await this.localMediaHandler.setVideoDevice(e,{saveDevicePreference:!0})}catch(r){}finally{this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack})}break}this.emit("deviceUpdate",{device:e})}}Ct=new WeakMap;var _0=Object.defineProperty,C0=Object.getOwnPropertyDescriptor,dt=(s,t,e,r)=>{for(var i=r>1?void 0:r?C0(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&_0(t,e,i),i},Hn,it,Fn,xe,Ls,Wr,Ue,Je,qn,Hc,Me,Ie,jn,Gn,Do,hu,Zp;let qe=(Zp=class extends uf{constructor(t,e,r,i,n){var c;const o=t.getValue("logger");super(t,o);g(this,Ls);g(this,Ue);g(this,qn);g(this,Me);g(this,Do);h(this,"name");h(this,"picture");h(this,"customParticipantId");h(this,"waitlistStatus");g(this,Hn,void 0);g(this,it,void 0);g(this,Fn,void 0);h(this,"role");h(this,"userId");h(this,"organizationId");h(this,"supportsRemoteControl",!1);h(this,"device");g(this,xe,void 0);h(this,"hidden",!1);h(this,"presetName");h(this,"roomState","init");g(this,jn,new Set);g(this,Gn,new Set);m(this,xe,t),this.userId=e.id,this.name=e.name,this.picture=e.picture,this.customParticipantId=(c=e.customParticipantId)!=null?c:e.clientSpecificId,this.waitlistStatus="none",m(this,it,r),m(this,Hn,i),this.hidden=!1,m(this,Fn,!1),this.organizationId=e.organizationId,this.supportsRemoteControl=pe.isElectron(),this.device=pe.getDeviceInfo(),this.presetName=n,this.updatePermission(),this.updateVideo=this.updateVideo.bind(this),V(this,Do,hu).call(this)}get telemetry(){return a(this,xe).getValue("telemetry")}get stageStatus(){return a(this,xe).getValue("stageStatus")}get producers(){var t,e;return Array.from((e=(t=a(this,Ue,Je).getProducers())==null?void 0:t.values())!=null?e:[])}get id(){return this.peerId}get peerId(){return a(this,xe).getValue("peerId")}static async __init__(t,e,r,i,n,o=!1){var f,S,E,P,C,k;let c=(S=(f=t.getValue("defaults"))==null?void 0:f.audio)!=null?S:!0,d=(P=(E=t.getValue("defaults"))==null?void 0:E.video)!=null?P:!0;r.canProduceAudio!=="ALLOWED"&&(c=!1),r.canProduceVideo!=="ALLOWED"&&(d=!1);const l=new qe(t,e,r,i,n),u=NI(i.mediaConstraints);ar(u,(C=t.getValue("defaults"))==null?void 0:C.mediaConfiguration);const p=(k=t.getValue("defaults"))==null?void 0:k.mediaHandler;return p&&(p.context=t),await l.init({audio:c,video:d,constraints:u},o,t),l.setupEvents(),l}cleanupEvents(){this.removeAllListeners("videoUpdate"),this.localMediaHandler.removeAllListeners("AUDIO_TRACK_CHANGE"),this.localMediaHandler.removeAllListeners("VIDEO_TRACK_CHANGE"),this.localMediaHandler.removeAllListeners("DEVICE_CHANGE"),this.localMediaHandler.removeAllListeners("DEVICE_LIST_UPDATED"),this.localMediaHandler.removeAllListeners("SCREENSHARE_TRACK_CHANGE"),this.localMediaHandler.removeAllListeners("SCREENSHARE_ENDED"),this.localMediaHandler.removeAllListeners("AUDIO_TRACK_SILENT"),this.localMediaHandler.removeAllListeners("FORCE_MUTE_AUDIO"),this.localMediaHandler.removeAllListeners("FORCE_MUTE_VIDEO"),a(this,it).removeAllListeners("permissionsUpdate")}setupEvents(){this.on("videoUpdate",V(this,Do,hu));const t=a(this,qn,Hc);t&&t.onError(e=>{this.emit("autoplayError",e)}),this.localMediaHandler.on("AUDIO_TRACK_CHANGE",async()=>{if(this.logger.info("Self::setupEvents::AUDIO_TRACK_CHANGE",{...Yr(this)}),a(this,Me,Ie)&&this.audioEnabled)try{await a(this,Ue,Je).shareMic(this.audioTrack)}catch(e){this.logger.error("Self::setupEvents::Error while sharing mic",{error:e}),this.localMediaHandler.disableAudio()}this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack})}),this.localMediaHandler.on("VIDEO_TRACK_CHANGE",async()=>{if(this.logger.info("Self::setupEvents::VIDEO_TRACK_CHANGE",{...Yr(this)}),a(this,Me,Ie)&&this.rawVideoTrack===void 0)this.logger.info("Self::VIDEO_TRACK_CHANGE::Forcing_disable_video"),this.disableVideo();else if(this.videoEnabled&&a(this,Me,Ie))try{await a(this,Ue,Je).shareWebcam(this.videoTrack)}catch(e){this.logger.error("Self::setupEvents::failed shareWebcam",{error:e}),this.videoEnabled&&await this.localMediaHandler.disableVideo()}this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack})}),this.localMediaHandler.on("DEVICE_CHANGE",async({device:e})=>{var r;this.emit("deviceUpdate",{device:e}),e.kind==="audiooutput"&&typeof HTMLAudioElement.prototype.setSinkId=="function"&&((r=a(this,qn,Hc))==null||r.setSpeakerDevice(e.deviceId))}),this.localMediaHandler.on("DEVICE_LIST_UPDATED",e=>{this.emit("deviceListUpdate",e)}),this.localMediaHandler.on("SCREENSHARE_TRACK_CHANGE",async()=>{if(!a(this,Me,Ie)){this.logger.error("Self.SCREENSHARE_TRACK_CHANGE.LocalMediaInitialized_WithoutRoomNode");return}if(this.screenShareEnabled)try{await a(this,Ue,Je).shareScreen(this.screenShareTracks)}catch(e){this.logger.error("Self::setupEvents::Error while sharing screen",{error:e}),this.screenShareEnabled&&await this.localMediaHandler.disableScreenShare()}this.logger.info("Self::setupEvents::SCREENSHARE_TRACK_CHANGE",{...Yr(this)}),this.emit("screenShareUpdate",{screenShareEnabled:this.screenShareEnabled,screenShareTracks:this.screenShareTracks})}),this.localMediaHandler.on("SCREENSHARE_ENDED",async()=>{this.logger.log("Disabling screenshare due to SCREENSHARE_ENDED"),await this.disableScreenShare(),this.logger.info("Self::setupEvents::SCREENSHARE_ENDED",{...Yr(this)})}),this.localMediaHandler.on("AUDIO_TRACK_SILENT",()=>{var e;(e=a(this,xe))==null||e.getValue("callstats").mediaTrackMuted("AUDIO")}),this.localMediaHandler.on("FORCE_MUTE_AUDIO",()=>{this.disableAudio()}),this.localMediaHandler.on("FORCE_MUTE_VIDEO",async()=>{var e;a(this,Me,Ie)&&await a(this,Ue,Je).pauseWebcam(),this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack}),(e=a(this,xe))==null||e.getValue("callstats").videoOff()}),a(this,it).on("permissionsUpdate",e=>{var r,i,n;(r=e==null?void 0:e.media)!=null&&r.audio&&a(this,it).canProduceAudio!==F.Allowed&&(this.disableAudio(),this.logger.info(`Disabled audio due to dynamic preset change: canProduceAudio: ${this.permissions.canProduceAudio}`)),(i=e==null?void 0:e.media)!=null&&i.video&&a(this,it).canProduceVideo!==F.Allowed&&(this.disableVideo(),this.logger.info(`Disabled video due to dynamic preset change: canProduceVideo: ${this.permissions.canProduceVideo}`)),(n=e==null?void 0:e.media)!=null&&n.screenshare&&a(this,it).canProduceScreenshare!==F.Allowed&&(this.disableScreenShare(),this.logger.info(`Disabled screenshare due to dynamic preset change: canProduceScreenshare: ${this.permissions.canProduceScreenshare}`))})}get permissions(){return a(this,it)}get config(){return a(this,Hn)}get roomJoined(){var t;return a(this,Hn).viewType===Ks.Livestream&&this.stageStatus!=="ON_STAGE"?((t=a(this,xe).getValue("connectionHandler"))==null?void 0:t.socketJoined)===!0:a(this,Me,Ie)}setName(t){if(!t)throw new b("Name cannot be empty.","1103");this.name=t}async setupTracks(t={}){t.forceReset,await this.disableAudio(),await this.disableVideo(),this.localMediaHandler.removeAudioTrack(),this.localMediaHandler.removeVideoTrack(),t.audio&&await this.enableAudio(),t.video&&await this.enableVideo()}async destructMediaHandler(){return this.localMediaHandler.destruct()}async removeDocumentEventListeners(){return this.localMediaHandler.removeDocumentEventListeners()}async enableAudio(t){var e;if(this.permissions.canProduceAudio!==F.NotAllowed&&!(a(this,it).canProduceAudio===F.CanRequest&&(this.stageStatus==="OFF_STAGE"||this.stageStatus==="REQUESTED_TO_JOIN_STAGE"))&&!this.audioEnabled){if((e=a(this,xe))==null||e.getValue("callstats").audioOn(),await this.localMediaHandler.enableAudio(t),a(this,Me,Ie)&&this.stageStatus==="ON_STAGE"){if(this.audioTrack)try{await a(this,Ue,Je).shareMic(this.audioTrack)}catch(r){this.logger.error("Self::enableAudio::Error while sharing mic",{error:r}),this.localMediaHandler.disableAudio()}if(!this.audioEnabled)return}this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack})}}async enableVideo(t){var e;if(a(this,it).canProduceVideo!==F.NotAllowed&&!(a(this,it).canProduceVideo===F.CanRequest&&(this.stageStatus==="OFF_STAGE"||this.stageStatus==="REQUESTED_TO_JOIN_STAGE"))&&!this.videoEnabled){if((e=a(this,xe))==null||e.getValue("callstats").videoOn(),await this.localMediaHandler.enableVideo(t),a(this,Me,Ie)&&this.stageStatus==="ON_STAGE")try{await a(this,Ue,Je).shareWebcam(this.videoTrack)}catch(r){this.logger.error("Self::enableVideo::Error while sharing video",{error:r}),this.videoEnabled&&this.localMediaHandler.disableVideo()}this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack}),this.logger.info("Self.enableVideo",{...Yr(this)})}}async updateVideoConstraints(t){if(!this.localMediaHandler.updateVideoConstraints)throw new b("Unsupported","1102");await this.localMediaHandler.updateVideoConstraints(t)}async enableScreenShare(){if(!a(this,Me,Ie))throw new b("Can`t enable screenshare without joining room","1105");if(a(this,it).canProduceScreenshare!==F.NotAllowed&&!(a(this,it).canProduceScreenshare===F.CanRequest&&(this.stageStatus==="OFF_STAGE"||this.stageStatus==="REQUESTED_TO_JOIN_STAGE"))&&!this.screenShareEnabled&&(await this.localMediaHandler.enableScreenShare(),this.screenShareTracks.audio||this.screenShareTracks.video)){try{await a(this,Ue,Je).shareScreen(this.screenShareTracks)}catch(t){this.logger.error("Self::enableScreenShare::Error while sharing screen",{error:t}),this.screenShareEnabled&&await this.localMediaHandler.disableScreenShare()}this.emit("screenShareUpdate",{screenShareEnabled:this.screenShareEnabled,screenShareTracks:this.screenShareTracks})}}async updateScreenshareConstraints(t){if(!this.localMediaHandler.updateScreenshareConstraints)throw new b("Unsupported","1102");await this.localMediaHandler.updateScreenshareConstraints(t)}async disableAudio(){var t;this.audioEnabled&&(this.localMediaHandler.disableAudio(),a(this,Me,Ie)&&a(this,Ue,Je).muteSelf(),this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack}),(t=a(this,xe))==null||t.getValue("callstats").audioOff())}async disableVideo(){var t;this.videoEnabled&&(await this.localMediaHandler.disableVideo(),a(this,Me,Ie)&&await a(this,Ue,Je).pauseWebcam(),this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack}),(t=a(this,xe))==null||t.getValue("callstats").videoOff())}async disableScreenShare(){this.screenShareEnabled&&(await this.localMediaHandler.disableScreenShare(),a(this,Me,Ie)&&await a(this,Ue,Je).disableScreenShare(),this.emit("screenShareUpdate",{screenShareEnabled:this.screenShareEnabled,screenShareTracks:this.screenShareTracks}))}getAllDevices(){return this.localMediaHandler.getAllDevices()}setIsPinned(t,e=!0){var i;m(this,Fn,t);const r=t?"pinned":"unpinned";(i=a(this,Ls,Wr))==null||i.updateSource(this.id,{pinned:t}),e&&this.emit(r,this)}get isPinned(){return a(this,Fn)}async pin(){if(!a(this,Me,Ie))throw new b("Can`t pin participants without joining room","1105");return this.show(),a(this,Ue,Je).pinPeer(this.id)}async unpin(){if(!a(this,Me,Ie))throw new b("Can`t unpin participants without joining room","1105");return a(this,Ue,Je).pinPeer(null)}async hide(){if(!a(this,Me,Ie))throw new b("Can`t toggle participant tile without joining room","1105");this.hidden=!0,this.emit("toggleTile",{hidden:this.hidden})}show(){if(!a(this,Me,Ie))throw new b("Can`t toggle participant tile without joining room","1105");this.hidden=!1,this.emit("toggleTile",{hidden:this.hidden})}async setDevice(t){var r,i,n;if(!t)throw new b("No device selected","1104");const e=this.getCurrentDevices();switch(t.deviceId&&(((r=e==null?void 0:e.audio)==null?void 0:r.deviceId)===t.deviceId||((i=e==null?void 0:e.video)==null?void 0:i.deviceId)===t.deviceId||((n=e==null?void 0:e.speaker)==null?void 0:n.deviceId)===t.deviceId)&&this.logger.warn("Self.setDevice.setting_to_in_use_device",{devices:[t]}),t.kind){case"audioinput":try{await this.localMediaHandler.setAudioDevice(t,{saveDevicePreference:!0})}catch(o){a(this,Me,Ie)&&await a(this,Ue,Je).muteSelf(),this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack})}break;case"audiooutput":await this.localMediaHandler.setSpeakerDevice(t,{saveDevicePreference:!0});break;case"videoinput":try{await this.localMediaHandler.setVideoDevice(t,{saveDevicePreference:!0})}catch(o){a(this,Me,Ie)&&await a(this,Ue,Je).pauseWebcam(),this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack})}break}}cleanUpTracks(){var t,e,r,i;(t=this.audioTrack)==null||t.stop(),(e=this.rawAudioTrack)==null||e.stop(),(r=this.videoTrack)==null||r.stop(),(i=this.rawVideoTrack)==null||i.stop()}playAudio(){var t;return(t=a(this,qn,Hc))==null?void 0:t.play()}registerVideoElement(t,e=!1){var r,i;t&&(e?a(this,jn).add(t):a(this,Gn).add(t),this.updateVideo(t),e||(i=a(this,Ls,Wr))==null||i.addSource(this.id,t,this.videoEnabled,this.isPinned,this.name,this.picture,(r=this.raised)!=null?r:!1))}deregisterVideoElement(t,e=!1){if(!t){a(this,Ls,Wr).removeSource(this.id);return}t.srcObject=void 0,e?a(this,jn).delete(t):(a(this,Gn).delete(t),a(this,Ls,Wr).removeSource(this.id))}updateVideo(t,e=!1){var r,i,n;if(this.videoEnabled){if(this.videoTrack==null)return;const o=(r=t.srcObject)==null?void 0:r.getTracks()[0];if((o==null?void 0:o.id)===this.videoTrack.id)return;const c=new MediaStream;c.addTrack(this.videoTrack),t.srcObject=c,e||(i=a(this,Ls,Wr))==null||i.enableSource(this.id)}else t.srcObject=void 0,e||(n=a(this,Ls,Wr))==null||n.disableSource(this.id);t.style.display=this.videoEnabled?"block":"none"}},Hn=new WeakMap,it=new WeakMap,Fn=new WeakMap,xe=new WeakMap,Ls=new WeakSet,Wr=function(){return a(this,xe).getValue("pip")},Ue=new WeakSet,Je=function(){return a(this,xe).getValue("roomNodeClient")},qn=new WeakSet,Hc=function(){return a(this,xe).getValue("audioPlayback")},Me=new WeakSet,Ie=function(){var t;return((t=a(this,xe).getValue("connectionHandler"))==null?void 0:t.mediaJoined)===!0},jn=new WeakMap,Gn=new WeakMap,Do=new WeakSet,hu=function(){Array.from(a(this,Gn)).forEach(t=>this.updateVideo(t,!1)),Array.from(a(this,jn)).forEach(t=>this.updateVideo(t,!0))},Zp);dt([y.trace("Self.cleanupEvents")],qe.prototype,"cleanupEvents",1);dt([y.trace("Self.setupEvents")],qe.prototype,"setupEvents",1);dt([y.trace("Self.setupTracks")],qe.prototype,"setupTracks",1);dt([y.trace("Self.destructMediaHandler")],qe.prototype,"destructMediaHandler",1);dt([y.trace("Self.removeDocumentEventListeners")],qe.prototype,"removeDocumentEventListeners",1);dt([rr.executeWithLock({methodName:"meeting.self.enableAudio",lockName:"Self.toggleAudio",timeout:3e3}),y.trace("Self.enableAudio")],qe.prototype,"enableAudio",1);dt([rr.executeWithLock({methodName:"meeting.self.enableVideo",lockName:"Self.toggleVideo",timeout:3e3}),y.trace("Self.enableVideo")],qe.prototype,"enableVideo",1);dt([y.trace("Self.updateVideoConstraints")],qe.prototype,"updateVideoConstraints",1);dt([y.trace("Self.enableScreenShare"),rr.executeWithLock({methodName:"meeting.self.enableScreenShare",lockName:"Self.toggleScreenShare",timeout:3e3})],qe.prototype,"enableScreenShare",1);dt([y.trace("Self.updateScreenshareConstraints")],qe.prototype,"updateScreenshareConstraints",1);dt([rr.executeWithLock({methodName:"meeting.self.disableAudio",lockName:"Self.toggleAudio",timeout:3e3}),y.trace("Self.disableAudio")],qe.prototype,"disableAudio",1);dt([rr.executeWithLock({methodName:"meeting.self.disableVideo",lockName:"Self.toggleVideo",timeout:3e3}),y.trace("Self.disableVideo")],qe.prototype,"disableVideo",1);dt([rr.executeWithLock({methodName:"meeting.self.disableScreenShare",lockName:"Self.toggleScreenShare",timeout:3e3}),y.trace("Self.disableScreenShare")],qe.prototype,"disableScreenShare",1);dt([y.trace("Self.setDevice")],qe.prototype,"setDevice",1);qe=dt([Ze("1100")],qe);class ih extends Error{constructor(t){super(t!=null?t:"AwaitQueue stopped"),this.name="AwaitQueueStoppedError",typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(this,ih)}}class nh extends Error{constructor(t){super(t!=null?t:"AwaitQueue task removed"),this.name="AwaitQueueRemovedTaskError",typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(this,nh)}}var Oo;class pu{constructor(t,e=!1){h(this,"pendingTasks",new Map);h(this,"nextTaskId",0);h(this,"stopping",!1);g(this,Oo,void 0);this.log=e,m(this,Oo,{info:e&&t?t.info:()=>{}})}get size(){return this.pendingTasks.size}async push(t,e,r){if(e=e!=null?e:t.name,typeof t!="function")throw new TypeError("given task is not a function");if(e)try{Object.defineProperty(t,"name",{value:e})}catch(i){}return new Promise((i,n)=>{const o={id:this.nextTaskId++,task:t,metadata:r,name:e,enqueuedAt:Date.now(),executedAt:void 0,completed:!1,resolve:c=>{if(o.completed)return;o.completed=!0,this.pendingTasks.delete(o.id),i(c);const[d]=this.pendingTasks.values();d&&!d.executedAt&&this.execute(d)},reject:c=>{if(!o.completed&&(o.completed=!0,this.pendingTasks.delete(o.id),n(c),!this.stopping)){const[d]=this.pendingTasks.values();d&&!d.executedAt&&this.execute(d)}}};this.pendingTasks.set(o.id,o),this.pendingTasks.size===1&&this.execute(o)})}stop(){this.stopping=!0;for(const t of this.pendingTasks.values())t.reject(new ih);this.stopping=!1}remove(t){const e=Array.from(this.pendingTasks.values())[t];e&&e.reject(new nh)}get(t){return Array.from(this.pendingTasks.values())[t]}dump(){const t=Date.now();let e=0;return Array.from(this.pendingTasks.values()).map(r=>({idx:e++,task:r.task,name:r.name,enqueuedTime:r.executedAt?r.executedAt-r.enqueuedAt:t-r.enqueuedAt,executionTime:r.executedAt?t-r.executedAt:0}))}async execute(t){if(t.executedAt)throw new Error("task already being executed");t.executedAt=Date.now();try{const e=this.pendingTasks.size,r=await t.task(),i=Date.now();a(this,Oo).info(`AwaitQueue.push(${t.name})_timings`,{awaitQueueTask:{id:t.id,metadata:t.metadata,queueSizeAtStart:e,execTime:(i-t.executedAt)/1e3,taskStartTime:(t.executedAt-t.enqueuedAt)/1e3}}),t.resolve(r)}catch(e){t.reject(e)}}}Oo=new WeakMap;function w0(s,t){const e=new Error(t);return e.name=s,e}class ao extends Error{constructor(t){super(t),this.name="UnsupportedError",Error.hasOwnProperty("captureStackTrace")?Error.captureStackTrace(this,ao):this.stack=new Error(t).stack}}class Tt extends Error{constructor(t){super(t),this.name="InvalidStateError",Error.hasOwnProperty("captureStackTrace")?Error.captureStackTrace(this,Tt):this.stack=new Error(t).stack}}class hr extends Error{constructor(t){super(t),this.name="TransportConnectionError",Error.hasOwnProperty("captureStackTrace")?Error.captureStackTrace(this,Tt):this.stack=new Error(t).stack}}const kp=s=>new Promise(t=>setTimeout(t,s));async function hf(s,t){return new Promise(async(e,r)=>{const{strategy:i,maxRetryCount:n,delayTime:o}={strategy:"linear",maxRetryCount:3,delayTime:10,...t};let c=0,d,l=!1;const u=p=>{l=!0,r(p)};for(;c<n;){try{const p=await s(c,u);return e(p)}catch(p){if(d=p,l)break;if(c<n)i==="linear"?await kp(o*(c+1)):i==="exponential"&&await kp(o*(c+Math.max(0,c-1)));else break}c+=1}return r(d)})}function R0(s){return s.map(t=>({channels:t.channels,clockRate:t.clockRate,mimeType:t.mimeType,sdpFmtpLine:t.sdpFmtpLine}))}function b0(s){return s.map(t=>({uri:t.uri}))}function Ac(s){return{codecs:R0(s.codecs),headerExtensions:b0(s.headerExtensions?s.headerExtensions:[])}}function k0(s){const t=RTCRtpReceiver.getCapabilities("audio"),e=RTCRtpReceiver.getCapabilities("video"),r=RTCRtpSender.getCapabilities("audio"),i=RTCRtpSender.getCapabilities("video");s&&(e.codecs=e.codecs.filter(({mimeType:d})=>s===d),i.codecs=i.codecs.filter(({mimeType:d})=>s===d));const n={audio:Ac(t),video:Ac(e)};return{sender:{audio:Ac(r),video:Ac(i)},receiver:n}}var $e;class M0{constructor(t){g(this,$e,void 0);h(this,"events");m(this,$e,t),this.events=as}async joinRoom(t,e,r,i=!1){const n={roomUuid:t,displayName:e,prejoined:i,capabilities:r};return(await a(this,$e).sendMessagePromiseWithTimeout({event:this.events.joinRoom,protobuf:nw.toBinary(n),timeout:5e3})).payload}async connectTransport(t){const e=(await a(this,$e).sendMessagePromise(this.events.createWebRTCTransport,OC.toBinary(t))).payload,{transportId:r,description:i,producerIds:n}=_m.fromBinary(e),o={sdp:i==null?void 0:i.sdp,type:i.type};return{transportId:r,answer:o,producerIds:n}}async produce(t){var n,o;const e=(await a(this,$e).sendMessagePromise(this.events.produce,yw.toBinary(t))).payload,r=sR.fromBinary(e);return{answer:{sdp:(n=r==null?void 0:r.description)==null?void 0:n.sdp,type:(o=r==null?void 0:r.description)==null?void 0:o.type},producerId:r.producerId}}async consume(t){const e=(await a(this,$e).sendMessagePromise(this.events.consume,gw.toBinary(t))).payload,{consumerIdsMap:{map:r},description:i}=eR.fromBinary(e);return{consumerStateMap:r,sessionDescription:i}}async closeProducer(t){const e=(await a(this,$e).sendMessagePromise(this.events.closeProducer,bw.toBinary(t))).payload,{description:r}=dR.fromBinary(e);return r}async closeConsumer(t){return(await a(this,$e).sendMessagePromise(this.events.closeConsumer,Mw.toBinary(t))).payload}async updateConsumersSimulcastConfig(t){return(await a(this,$e).sendMessagePromise(this.events.updateConsumersSimulcastConfig,Sw.toBinary(t))).payload}async hostControlForPeer(t,e){const r={audio:e==="audio",screeShare:!1,video:e==="video",participantId:t},i=(await a(this,$e).sendMessagePromise(this.events.hostControlPeer,Lw.toBinary(r))).payload;if(!i)return!1;const{status:n}=fR.fromBinary(i);return n==="success"}async hostControlForAll(t){const e={audio:t==="audio",screenShare:!1,video:t==="video"},r=(await a(this,$e).sendMessagePromise(this.events.hostControlAllPeers,xw.toBinary(e))).payload;if(!r)return!1;const{status:i}=SR.fromBinary(r);return i==="success"}async kickAll(){const t={propagateKickAcrossRooms:!1};a(this,$e).sendMessagePromise(x.kickAll,bm.toBinary(t))}async kickPeer(t){a(this,$e).sendMessagePromise(x.kick,Dm.toBinary(t))}async changeDisplayName(t){const e=(await a(this,$e).sendMessagePromise(this.events.changeDisplayName,Ow.toBinary(t))).payload;if(!e)return!1;const{status:r}=yR.fromBinary(e);return r==="success"}async notifySelfJoinComplete(){const t={},e=(await a(this,$e).sendMessagePromise(this.events.selfJoinComplete,ow.toBinary(t))).payload;return Jl.fromBinary(e)}async audioActivity(t){a(this,$e).sendMessage(this.events.audioActivity,LC.toBinary(t))}}$e=new WeakMap;var un=(s=>(s.NEW="new",s.CONNECTING="connecting",s.RECONNECTING="reconnecting",s.DISCONNECTED="disconnected",s.CONNECTED="connected",s.FAILED="failed",s.CLOSED="closed",s))(un||{}),No;class fl extends Xe.EventEmitter{constructor(e){super();g(this,No,void 0);m(this,No,e),this.setMaxListeners(1/0)}get logger(){return a(this,No).getValue("logger")}safeEmit(e,...r){const i=this.listenerCount(e);try{return this.emit(e,...r)}catch(n){return this.logger.error(`EnhancedEventEmitter:: safeEmit() | event listener ${e} threw an error`,{error:n}),Boolean(i)}}async safeEmitAsPromise(e,...r){const i={}.EVENT_PROMISE_TIMEOUT?parseInt({}.EVENT_PROMISE_TIMEOUT,10):1e4;return this.safeEmitAsPromiseWithTimeout(e,i,...r)}async safeEmitAsPromiseWithTimeout(e,r,...i){return new Promise((n,o)=>{setTimeout(o,r,"event request timeout");try{this.emit(e.toString(),...i,n,o)}catch(c){this.logger.error(`EnhancedEventEmitter:: safeEmitAsPromise() | event listener for event ${e.toString()} threw an error [event:%s]:%o`,{error:c}),o(c)}})}}No=new WeakMap;class ah extends fl{constructor(){super(...arguments);h(this,"_sendWebStream",new MediaStream);h(this,"_sendScreenShareStream",new MediaStream);h(this,"_direction");h(this,"pc");h(this,"_transportReady",!1);h(this,"_mapMidTransceiver",new Map);h(this,"enableHighBitrate",!1);h(this,"enableStereo",!1);h(this,"enableDtx",!0)}get midTransceiverMap(){return this._mapMidTransceiver}close(){if(this.logger.debug(`${this.name}::close()`),this.pc)try{this.pc.close()}catch(e){this.logger.error(`${this.name}::pc.close()`,{error:e})}}async restartIce(){this.logger.debug(`${this.name}::restartIce()`);const e=await this.pc.createOffer({iceRestart:!0});return this.logger.debug(`[SDP] ${this.name}::restartIce() | calling pc.setLocalDescription() [offer:${JSON.stringify(e)}]`),{offerSdp:e,callback:async i=>{this.logger.info(`[SDP] ${this.name}::restartIce() | calling pc.setRemoteDescription() [answer:${JSON.stringify(i)}]`),await this.pc.setRemoteDescription(i)}}}init({direction:e,iceServers:r,iceTransportPolicy:i,additionalSettings:n,proprietaryConstraints:o,onTrackHandler:c}){this.logger.debug("HandlerInterface::init()"),this._direction=e,this.pc=new RTCPeerConnection({iceServers:r||[],iceTransportPolicy:i||"all",bundlePolicy:"max-bundle",rtcpMuxPolicy:"require",...n},o),c&&this.pc.addEventListener("track",d=>{c(d)}),this._addEventListeners()}async connect(){this.pc.addTransceiver("audio",{direction:"sendonly"}),this.pc.addTransceiver("video",{direction:"sendonly",...this._direction==="send"?{sendEncodings:[{rid:"f",scaleResolutionDownBy:1},{rid:"h",scaleResolutionDownBy:2},{rid:"q",scaleResolutionDownBy:4}]}:{}});const e=await this.pc.createOffer();return await this.pc.setLocalDescription(e),this.logger.info(`[SDP] connect offer: ${JSON.stringify(e)}`),{offerSdp:e,callback:async i=>{this.logger.debug(`[SDP] ${this.name}::connect() | calling pc.setRemoteDescription() [answer:${JSON.stringify(i)}]`),await this.pc.setRemoteDescription(i)}}}async getTransportStats(){return this.pc.getStats()}_assertSendDirection(){if(this._direction!=="send")throw new Error('method can just be called for handlers with "send" direction')}_assertRecvDirection(){if(this._direction!=="recv")throw new Error('method can just be called for handlers with "recv" direction')}async getReceiverStats(e){this._assertRecvDirection();const r=this.midTransceiverMap.get(e);if(!r)throw new Error("associated RTCRtpTransceiver not found");return r.receiver.getStats()}async stopSending(e){this._assertSendDirection(),this.logger.debug(`stopSending() [localId:${e}]`);const r=this.midTransceiverMap.get(e);if(!r)throw new Error("associated RTCRtpTransceiver not found");r.sender.replaceTrack(null),this.pc.removeTrack(r.sender),r.direction="inactive";const i=await this.pc.createOffer();return this.logger.debug(`[SDP] stopSending() | calling pc.setLocalDescription() [offer:${JSON.stringify(i)}]`),await this.pc.setLocalDescription(i),{offerSdp:i,callback:async o=>{this.logger.debug(`[SDP] stopSending() | calling pc.setRemoteDescription() [answer:${JSON.stringify(o)}]`),await this.pc.setRemoteDescription(o),this.midTransceiverMap.delete(e)}}}async replaceTrack(e,r){this._assertSendDirection(),r?this.logger.debug(`replaceTrack() [localId:${e}, track.id:${r.id}]`):this.logger.debug(`replaceTrack() [localId:${e}, no track]`);const i=this.midTransceiverMap.get(e);if(!i)throw new Error("associated RTCRtpTransceiver not found");await i.sender.replaceTrack(r)}async setMaxSpatialLayer(e,r){this._assertSendDirection(),this.logger.debug(`setMaxSpatialLayer() [localId:${e}, spatialLayer:${r}]`);const i=this.midTransceiverMap.get(e);if(!i)throw new Error("associated RTCRtpTransceiver not found");const n=i.sender.getParameters();n.encodings.forEach((o,c)=>{c<=r?o.active=!0:o.active=!1}),await i.sender.setParameters(n)}async setRtpEncodingParameters(e,r){this._assertSendDirection(),this.logger.debug(`setRtpEncodingParameters() [localId:${e}, params:${JSON.stringify(r)}]`);const i=this.midTransceiverMap.get(e);if(!i)throw new Error("associated RTCRtpTransceiver not found");const n=i.sender.getParameters();n.encodings.forEach((o,c)=>{n.encodings[c]={...o,...r}}),await i.sender.setParameters(n)}getSenderStats(e){this._assertSendDirection();const r=this.midTransceiverMap.get(e);if(!r)throw new Error("associated RTCRtpTransceiver not found");return r.sender.getStats()}_addEventListeners(){this.pc.addEventListener("icecandidate",e=>{e.candidate&&this.emit("@icecandidate",{candidate:e.candidate})}),this.pc.addEventListener("iceconnectionstatechange",()=>{switch(this.pc.iceConnectionState){case"checking":this.emit("@connectionstatechange","connecting");break;case"connected":case"completed":this.emit("@connectionstatechange","connected"),this._transportReady=!0;break;case"failed":this.emit("@connectionstatechange","failed");break;case"disconnected":this.emit("@connectionstatechange","disconnected");break;case"closed":this.emit("@connectionstatechange","closed");break;default:this.logger.warn("unknown state");break}}),this.pc.addEventListener("negotiationneeded",()=>{this.emit("@negotiationneeded",{}),this.logger.debug("negotiationneeded")}),this.pc.addEventListener("icegatheringstatechange",()=>{switch(this.pc.iceGatheringState){case"gathering":this.logger.debug("icegatheringstatechange | gathering"),this.emit("@icegatheringstatechange","gathering");break;case"complete":this.logger.debug("icegatheringstatechange | complete"),this.emit("@icegatheringstatechange","complete");break;default:this.logger.warn("unknown state");break}}),this.pc.addEventListener("icecandidateerror",e=>{this.logger.warn("icecandidateerror",{error:{code:e.errorCode,message:e.errorText}})}),this.pc.addEventListener("datachannel",e=>{this.logger.info("data channel created: ",{rtcChannel:{label:e.channel.label}});const{channel:r}=e;r.onopen=()=>{this.logger.info("data channel open: ",{rtcChannel:{label:e.channel.label}}),this.safeEmit("dc_open",e.channel)},r.onclose=()=>{this.logger.warn("data channel closed: ",{rtcChannel:{label:e.channel.label}})},r.onerror=()=>{this.logger.error("data channel error: ",{rtcChannel:{label:e.channel.label}})}}),this.addCustomEventListeners()}addCustomEventListeners(){}}class oh extends ah{static createFactory(t){return()=>new oh(t)}get name(){return"Chrome74"}init({direction:t,iceServers:e,iceTransportPolicy:r,additionalSettings:i,proprietaryConstraints:n,onTrackHandler:o}){this._direction=t,this.pc=new RTCPeerConnection({iceServers:e||[],iceTransportPolicy:r||"all",bundlePolicy:"max-bundle",rtcpMuxPolicy:"require",sdpSemantics:"unified-plan",...i},n),o&&this.pc.addEventListener("track",c=>{o(c)}),this._addEventListeners()}async send({track:t,encodings:e,codecOptions:r,screenShare:i}){this._assertSendDirection();const n=this.pc.addTransceiver(t,{direction:"sendonly",streams:[i?this._sendScreenShareStream:this._sendWebStream],sendEncodings:e});if(!navigator.isReactNative){this.logger.debug("creating new transceiver");const d=RTCRtpSender.getCapabilities(typeof t=="string"?t:t.kind);this.logger.info(`senders available params: ${JSON.stringify(d)}`);const l=[];r&&r.length&&r.forEach(u=>{var f;const p=d.codecs.find(S=>S.mimeType.includes(u.name));if(u.parameters){this.logger.debug(`codecOption.parameters:${JSON.stringify(u.parameters)}`);const S=((f=p.sdpFmtpLine)==null?void 0:f.split(";"))||[];S.push(...u.parameters);const E=Array.from(new Set(S).values());p.sdpFmtpLine=E.join(";")}l.push(p)}),this.logger.info(`selected codecs: ${JSON.stringify(l)}`),n.setCodecPreferences(l)}const o=await this.pc.createOffer();if(await this.pc.setLocalDescription(o),r&&r.findIndex(({name:d})=>d==="opus")>=0){const{enableDtx:d,enableStereo:l}=this,u=this.enableHighBitrate?l?128e3:64e3:l?64e3:32e3;o.sdp=o.sdp.replace("minptime=10;useinbandfec=1",`minptime=10;useinbandfec=1;${d?"usedtx=1;":""}${l?"stereo=1;sprop-stereo=1;":""}maxaveragebitrate=${u}`),o.sdp+=`a=rtcp-fb:111 nack\r
|
|
9
|
+
`}this.midTransceiverMap.set(n.mid,n);const c=async d=>(this.logger.debug(`[SDP] send() | calling pc.setRemoteDescription() [answer:${JSON.stringify(d)}]`),await this.pc.setRemoteDescription(d),n.mid);return this.logger.debug(`[SDP] send() | calling pc.setLocalDescription() [offer: ${JSON.stringify(o,void 0,2)}]`),{offerSdp:o,callback:c,sender:n.sender,mid:n.mid}}addCustomEventListeners(){this.pc.addEventListener("datachannel",t=>{const{channel:e}=t;e.onmessage=r=>{this.safeEmit("datachannel",t.channel,String.fromCharCode(...new Uint8Array(r.data)))}})}}class td extends ah{constructor(e,r){super(e);h(this,"supportsSendEncodings",!1);this.supportsSendEncodings=r.supportsSendEncodings}static createFactory(e,r){return()=>new td(e,r)}get name(){return"Firefox60"}async send({track:e,encodings:r,codecOptions:i,screenShare:n}){this._assertSendDirection();const o=this.supportsSendEncodings&&r!==void 0?{sendEncodings:r}:{},c=this.pc.addTransceiver(e,{direction:"sendonly",streams:[n?this._sendScreenShareStream:this._sendWebStream],...o});if(!this.supportsSendEncodings&&r){r.reverse();const p=c.sender.getParameters();p.encodings=r,await c.sender.setParameters(p)}const d=(p,f)=>{var L;const S=Yt.parse(p),E=S.media[S.media.length-1],P=E.rtp.filter(N=>f.some($=>$.name===N.codec)),C=E.fmtp.filter(N=>P.some($=>$.payload===N.payload)),k=(L=E.rtcpFb)==null?void 0:L.filter(N=>P.some($=>$.payload===N.payload)),I=P.map(N=>N.payload);return S.media[S.media.length-1].rtp=P,S.media[S.media.length-1].fmtp=C,S.media[S.media.length-1].rtcpFb=k,S.media[S.media.length-1].payloads=I.join(" "),Yt.write(S)},l=await this.pc.createOffer();if(l.sdp=d(l.sdp,i),this.logger.debug(`[SDP] send() | calling pc.setLocalDescription() [offer:${JSON.stringify(l)}]`),await this.pc.setLocalDescription(l),e==="audio"||e.kind==="audio"){const{enableDtx:p,enableStereo:f}=this,S=this.enableHighBitrate?f?128e3:64e3:f?64e3:32e3;l.sdp=l.sdp.replace("minptime=10;useinbandfec=1",`minptime=10;useinbandfec=1;${p?"usedtx=1;":""}${f?"stereo=1;sprop-stereo=1;":""}maxaveragebitrate=${S}`)}return this.midTransceiverMap.set(c.mid,c),{offerSdp:l,callback:async p=>(this.logger.debug(`send() | calling pc.setRemoteDescription() [answer:${JSON.stringify(p)}]`),await this.pc.setRemoteDescription(p),c.mid),sender:c.sender,mid:c.mid}}async setMaxSpatialLayer(e,r){this._assertSendDirection(),this.logger.debug(`setMaxSpatialLayer() [localId:${e}, spatialLayer:${r}]`);const i=this.midTransceiverMap.get(e);if(!i)throw new Error("associated RTCRtpTransceiver not found");const n=i.sender.getParameters(),o=n.encodings.length-1-r;n.encodings.forEach((c,d)=>{d>=o?c.active=!0:c.active=!1}),await i.sender.setParameters(n)}addCustomEventListeners(){this.pc.addEventListener("datachannel",e=>{const{channel:r}=e;r.onmessage=async i=>{const n=await i.data.arrayBuffer();this.safeEmit("datachannel",e.channel,String.fromCharCode(...new Uint8Array(n)))}})}}class ch extends ah{static createFactory(t){return()=>new ch(t)}get name(){return"Safari12"}async send({track:t,encodings:e,codecOptions:r,screenShare:i}){this._assertSendDirection(),this.logger.debug("Safari12::creating new transceiver");const n=this.pc.addTransceiver(t,{direction:"sendonly",streams:[i?this._sendScreenShareStream:this._sendWebStream],sendEncodings:e}),o=RTCRtpSender.getCapabilities(typeof t=="string"?t:t.kind);this.logger.info(`Safari12::senders available params: ${JSON.stringify(o)}`);const c=[];r&&r.length>0&&r.forEach(u=>{var f;const p=o.codecs.find(S=>S.mimeType.includes(u.name));if(u.parameters){this.logger.info(`Safari12::codecOption.parameters:, ${JSON.stringify(u.parameters)}`);const S=((f=p.sdpFmtpLine)==null?void 0:f.split(";"))||[];S.push(...u.parameters);const E=[...new Set(S).values()];p.sdpFmtpLine=E.join(";")}c.push(p)}),this.logger.info(`Safari12::selected codecs: ${JSON.stringify(c)}`),n.setCodecPreferences(c);const d=await this.pc.createOffer();if(await this.pc.setLocalDescription(d),t==="audio"||t.kind==="audio"){const{enableStereo:u,enableDtx:p}=this,f=this.enableHighBitrate?u?128e3:64e3:u?64e3:32e3;d.sdp=d.sdp.replace("minptime=10;useinbandfec=1",`minptime=10;useinbandfec=1;${p?"usedtx=1;":""}${u?"stereo=1;sprop-stereo=1;":""}maxaveragebitrate=${f}`)}return this.midTransceiverMap.set(n.mid,n),{offerSdp:d,callback:async u=>(this.logger.debug(`Safari12::send() | calling pc.setRemoteDescription() [answer:${JSON.stringify(u)}]`),await this.pc.setRemoteDescription(u),n.mid),sender:n.sender,mid:n.mid}}addCustomEventListeners(){this.pc.ondatachannel=t=>{const{channel:e}=t;e.onmessage=async r=>{const i=String.fromCharCode(...new Uint8Array(r.data));this.safeEmit("datachannel",t.channel,i)}}}}function A0(s,t){return typeof s=="undefined"?t:typeof window!="undefined"&&Object.getOwnPropertyDescriptor(window,"structuredClone")?structuredClone(s):JSON.parse(JSON.stringify(s))}var Lo,vi,ms,yd,fs,cr,Vo,gu,Ed,pf,Pd,gf;class I0 extends fl{constructor(e,r){var i;super(e);g(this,fs);g(this,Vo);g(this,Ed);g(this,Pd);h(this,"rtpReceiver");h(this,"id");h(this,"localId");h(this,"producerId");h(this,"producingTransportId");h(this,"mimeType");h(this,"track");h(this,"peerId");h(this,"appData");h(this,"transceiver");g(this,Lo,void 0);g(this,vi,void 0);g(this,ms,void 0);g(this,yd,void 0);this.id=r.id,this.localId=r.localId,m(this,Lo,r.handler),this.appData=r.appData,this.peerId=r.producingPeerId,this.producingTransportId=r.producingTransportId,m(this,ms,!1),this.producerId=r.producerId,this.track=r.track,m(this,vi,(i=r.paused)!=null?i:!1),this.mimeType=r.mimeType,this.transceiver=r.transceiver,this.rtpReceiver=r.rtpReceiver,V(this,Ed,pf).call(this),m(this,yd,e)}get closed(){return a(this,ms)}get kind(){return this.track.kind}get paused(){return a(this,vi)}close(e,r){a(this,ms)||(this.logger.debug(`Consumer::close() ${e?`with reason ${e}`:""}`,a(this,fs,cr)),m(this,ms,!0),r&&(V(this,Pd,gf).call(this),this.transceiver.stop()),this.safeEmit("close",e))}async getStats(){if(a(this,ms))throw new Tt("closed");return a(this,Lo).getReceiverStats(this.localId)}pause(){if(this.logger.debug("consumer::pause()",a(this,fs,cr)),a(this,ms)){this.logger.error("consumer::pause() | Consumer closed",a(this,fs,cr));return}m(this,vi,!0),this.track.enabled=!1,this.safeEmit("pause")}resume(){if(this.logger.debug("consumer::resume()",a(this,fs,cr)),a(this,ms)){this.logger.error("Consumer::resume() | Consumer closed",a(this,fs,cr));return}m(this,vi,!1),this.track.enabled=!0,this.safeEmit("resume")}}Lo=new WeakMap,vi=new WeakMap,ms=new WeakMap,yd=new WeakMap,fs=new WeakSet,cr=function(){return{consumer:{id:this.id,appData:this.appData,peerId:this.peerId,kind:this.kind}}},Vo=new WeakSet,gu=function(){this.logger.debug('Consumer::track "ended" event',a(this,fs,cr)),this.safeEmit("trackended")},Ed=new WeakSet,pf=function(){this.track.addEventListener("ended",V(this,Vo,gu).bind(this))},Pd=new WeakSet,gf=function(){try{this.track.removeEventListener("ended",V(this,Vo,gu)),this.track.stop()}catch(e){this.logger.error("Consumer::destroyTrack()",{...a(this,fs,cr),error:e})}};var ts,Wn,Jn,yi,Ft,Ge,Cr,Kn,_d,wt,zt;class D0 extends fl{constructor(e,r){var i,n;super(e);g(this,wt);h(this,"id");h(this,"localId");g(this,ts,void 0);h(this,"kind");h(this,"appData");h(this,"rtpSender");g(this,Wn,void 0);g(this,Jn,void 0);g(this,yi,void 0);g(this,Ft,!1);g(this,Ge,void 0);g(this,Cr,void 0);g(this,Kn,void 0);g(this,_d,void 0);this.id=r.id,this.localId=r.localId,m(this,Ge,r.track),this.kind=(i=r.track)==null?void 0:i.kind,m(this,Cr,r.disableTrackOnPause?!((n=r.track)!=null&&n.enabled):!1),m(this,Kn,void 0),m(this,Wn,r.stopTracks),m(this,Jn,r.disableTrackOnPause),m(this,yi,r.zeroRtpOnPause),this.appData=r.appData||{},this._onTrackEnded=this._onTrackEnded.bind(this),m(this,ts,r.handler),this.rtpSender=r.rtpSender,this._handleTrack(),m(this,_d,e)}get closed(){return a(this,Ft)}get track(){return a(this,Ge)}get paused(){return a(this,Cr)}get maxSpatialLayer(){return a(this,Kn)}async close(e){if(a(this,Ft))return;if(this.logger.debug(`Producer::close() ${e?`with reason ${e}`:""}`,a(this,wt,zt)),m(this,Ft,!0),this._destroyTrack(),e===sd){this.safeEmit("close",{reason:e});return}const{offerSdp:r,callback:i}=await a(this,ts).stopSending(this.localId),{answer:n}=await this.safeEmitAsPromise("close",{offer:r,reason:e});i(n)}async getStats(){if(a(this,Ft))throw new Tt("closed");return a(this,ts).getSenderStats(this.localId)}pause(){this.logger.debug("Producer::pause()",a(this,wt,zt)),a(this,Ft)&&this.logger.error("Producer::pause() | Producer closed",a(this,wt,zt)),m(this,Cr,!0),a(this,Ge)&&a(this,Jn)&&(a(this,Ge).enabled=!1),a(this,yi)&&a(this,ts).replaceTrack(this.localId,null),this.emit("pause")}resume(){if(this.logger.debug("Producer::resume()",a(this,wt,zt)),a(this,Ft)){this.logger.error("Producer::resume() | Producer closed",a(this,wt,zt));return}m(this,Cr,!1),a(this,Ge)&&a(this,Jn)&&(a(this,Ge).enabled=!0),a(this,yi)&&a(this,ts).replaceTrack(this.localId,a(this,Ge)),this.emit("resume")}async replaceTrack({track:e}){if(this.logger.debug(`Producer::replaceTrack() trackId: ${e==null?void 0:e.id}`,a(this,wt,zt)),a(this,Ft)){if(e&&a(this,Wn))try{e.stop()}catch(r){this.logger.error("Producer::replaceTrack",{...a(this,wt,zt),error:r})}throw new Tt("closed")}else if(e&&e.readyState==="ended")throw new Tt("track ended");if(e===a(this,Ge)){this.logger.debug(`replaceTrack() | same track, ignored trackId: ${e.id}`,a(this,wt,zt));return}(!a(this,yi)||!a(this,Cr))&&await a(this,ts).replaceTrack(this.localId,e),this._destroyTrack(),m(this,Ge,e),this._handleTrack()}async setMaxSpatialLayer(e){if(a(this,Ft))throw new Tt("closed");if(this.kind!=="video")throw new ao("not a video Producer");if(typeof e!="number")throw new TypeError("invalid spatialLayer");await a(this,ts).setMaxSpatialLayer(this.localId,e),m(this,Kn,e)}async setRtpEncodingParameters(e){if(a(this,Ft))throw new Tt("closed");if(typeof e!="object")throw new TypeError("invalid params");await a(this,ts).setRtpEncodingParameters(this.localId,e)}_onTrackEnded(){this.logger.debug(`Producer::track "ended" event trackId: ${this.track.id}`,a(this,wt,zt)),this.safeEmit("trackended",this.track.id)}_handleTrack(){a(this,Ge)&&a(this,Ge).addEventListener("ended",this._onTrackEnded)}_destroyTrack(){var e;if(a(this,Ge))try{a(this,Ge).removeEventListener("ended",this._onTrackEnded),a(this,Wn)&&a(this,Ge).stop()}catch(r){this.logger.error(`Producer::_destroyTrack trackId: ${(e=this.track)==null?void 0:e.id}`,{...a(this,wt,zt),error:r})}}}ts=new WeakMap,Wn=new WeakMap,Jn=new WeakMap,yi=new WeakMap,Ft=new WeakMap,Ge=new WeakMap,Cr=new WeakMap,Kn=new WeakMap,_d=new WeakMap,wt=new WeakSet,zt=function(){return{producer:{id:this.id,appData:this.appData,kind:this.kind}}};function mf(s){return typeof s=="object"&&!Array.isArray(s)&&s!==null}function Ul(s){return Math.random().toString(36).substring(2,2+s)}const Ic=1;function Mp(s){const t=s;return delete t.payload._bolt,t}function O0(s){return s.payload&&mf(s.payload)}function N0(s){var t,e;return O0(s)&&(e=(t=s.payload._bolt)==null?void 0:t.id)!=null?e:""}var wr,Cd,Ei;const an=class extends Xe.EventEmitter{constructor(e,r,i,n){super();h(this,"channel");h(this,"queue");h(this,"serverProtocolVersion");g(this,wr,new Map);g(this,Cd,void 0);g(this,Ei,void 0);h(this,"respond",(e,r,i=!1)=>{let n;i?n=an.createErrorResponse(e,r):n=an.createResponse(e,r),this.channel.send(JSON.stringify(n))});h(this,"notify",e=>{const r=an.createNotification(e);this.channel.send(JSON.stringify(r))});h(this,"request",async e=>{const r=an.createRequest(e),i=new Promise((n,o)=>{const{id:d}=r.payload._bolt,l={id:d,method:r.type,resolve:u=>{this.queue.delete(d)&&(clearTimeout(l.timer),n(u))},timer:setTimeout(()=>{this.queue.delete(d)&&o(new Error(`request timeout for message id: ${d}`))},2e4),cancel:u=>{this.queue.delete(d)&&(clearTimeout(l.timer),o(u))}};this.queue.set(d,l)});return this.channel.send(JSON.stringify(r)),i});h(this,"send",e=>{const r=JSON.stringify(e),i=16384;if(r.length>i){const n=i-200,o=Math.ceil(r.length/n),c=[];for(let l=0;l<o;l+=1){const u=l*n,p=(l+1)*n;c.push(r.slice(u,p))}const d=xr.v4();for(let l=0;l<o;l+=1){const u=c[l],f=JSON.stringify({id:d,count:o,chunkIndex:l,chunk:u});a(this,Ei).debug(`Sending message chunk over dc: ${f}`),this.channel.send(f)}}else a(this,Ei).debug(`Sending message over dc: ${r}`),this.channel.send(r)});h(this,"processMessage",e=>{var i;a(this,wr).has(e.id)||a(this,wr).set(e.id,[]);const r=a(this,wr).get(e.id);if(r[e.chunkIndex]=e,(r==null?void 0:r.length)===e.count&&!r.some(n=>n===void 0)){const n=a(this,wr).get(e.id),o=n==null?void 0:n.reduce((d,l)=>d+l.chunk,"");a(this,wr).delete(e.id);const c=JSON.parse(o);if(!c.payload||!mf(c.payload))throw new Error("corrupted incoming message over dc",{cause:{code:"CORRUPT_DC_MESSAGE",values:c}});if(this.processBoltHandshake(c))return;if(this.serverProtocolVersion=(i=c.payload._bolt)==null?void 0:i.version,!this.processResponseMsg(c))return c}});h(this,"processResponseMsg",e=>{const{id:r}=e.payload._bolt,i=this.queue.get(r);return i?(a(this,Ei).debug(`resolving pending request with id: ${r}, complete response: ${JSON.stringify(e)}`),e.type==="error"?i.cancel(Mp(e)):i.resolve(Mp(e)),!0):!1});h(this,"processBoltHandshake",e=>{var r,i;return e.type==="_bolt"||e.type==="handshake"?(this.respond((i=(r=e.payload._bolt)==null?void 0:r.id)!=null?i:Ul(8),{type:"_bolt",payload:{message:"pong"}}),!0):!1});this.label=i,this.transportId=n,m(this,Cd,e),m(this,Ei,e.getValue("logger")),this.channel=r,this.queue=new Map}};let Jr=an;wr=new WeakMap,Cd=new WeakMap,Ei=new WeakMap,h(Jr,"createRequest",e=>{var r;if((r=e.payload)!=null&&r._bolt)throw new Error("rpc fields are internal values");return{type:e.type,payload:{...e.payload,_bolt:{id:Ul(8),type:"REQUEST",version:Ic}}}}),h(Jr,"createResponse",(e,r)=>{var i;if((i=r.payload)!=null&&i._bolt)throw new Error("rpc fields are internal values");return{type:r.type,payload:{...r.payload,_bolt:{id:e,type:"RESPONSE",version:Ic}}}}),h(Jr,"createNotification",e=>{var r;if((r=e.payload)!=null&&r._bolt)throw new Error("rpc fields are internal values");return{type:e.type,payload:{...e.payload,bolt:{id:Ul(8),type:"NOTIFY",version:Ic}}}}),h(Jr,"createErrorResponse",(e,r)=>({type:"error",payload:{error:r.message,_bolt:{id:e,type:"RESPONSE",version:Ic}}}));const sd="transport closed";var Pi;const on=class extends fl{constructor(e,{id:r,direction:i,handlerFactory:n,iceServers:o,iceTransportPolicy:c,proprietaryConstraints:d,additionalSettings:l,appData:u,config:p}){var P,C,k;super(e);h(this,"awaitQueue");h(this,"observer");h(this,"id");h(this,"serverId");h(this,"direction");h(this,"maxSctpMessageSize");h(this,"handler");h(this,"connectionState","new");h(this,"producers");h(this,"consumers");h(this,"datachannels");h(this,"connected",!1);h(this,"eventsDCReadyPromise");h(this,"eventsDCReadyPromiseResolver");h(this,"eventsDCFailureTimer");h(this,"transportConnectionPromise");h(this,"consumerTrackEvents");h(this,"unknownTracksMap");h(this,"appData");g(this,Pi,void 0);m(this,Pi,e);const f=e.getValue("logger");f.debug(`constructor() [id: ${r}, direction: ${i}]`),this.id=r,this.direction=i;const S=A0(l,{});delete S.iceServers,delete S.iceTransportPolicy,delete S.bundlePolicy,delete S.rtcpMuxPolicy,delete S.sdpSemantics,this.producers=new Map,this.consumers=new Map,this.datachannels=new Map,this.consumerTrackEvents=new Map,this.unknownTracksMap=new Map,this.awaitQueue=new pu(f,!0),this.handler=n(),this.handler.enableHighBitrate=(P=p==null?void 0:p.enableHighBitrate)!=null?P:!1,this.handler.enableStereo=(C=p==null?void 0:p.enableStereo)!=null?C:!1,this.handler.enableDtx=(k=p==null?void 0:p.enableDtx)!=null?k:!0,this.handler.init({onTrackHandler:this._ontrack.bind(this),direction:i,iceServers:o,iceTransportPolicy:c,additionalSettings:l,proprietaryConstraints:d}),this.appData=u||{};const E=3e4;this.transportConnectionPromise=new Promise(I=>{const L=setTimeout(()=>{f.error("ICE connection timeout - possible firewall blocking WebRTC or TURN unreachable",{transport:{id:this.id,type:this.direction}}),I(!1)},E);this.once("connected",()=>{clearTimeout(L),I(!0)}),this.once("disconnect",()=>{clearTimeout(L),I(!1)}),this.once("close",()=>{clearTimeout(L),I(!1)})}),this.eventsDCReadyPromise=new Promise(I=>{this.eventsDCReadyPromiseResolver=I}),this.handler.on("@connectionstatechange",I=>{I!==this.connectionState&&(this.logger.debug(`connection state changed to ${I}`),this.connectionState=I,I==="connected"&&(this.connected=!0,this.emit("connected")),I==="disconnected"&&(this.connected=!1,this.emit("disconnect")),(I==="failed"||I==="closed")&&(this.connected=!1,this.emit("close")),this.closed||this.safeEmit("connectionstatechange",I))}),this.handler.on("@icecandidate",({candidate:I})=>{this.closed||this.safeEmit("icecandidate",I)}),this.handler.on("dc_open",I=>{let L=this.datachannels.get(I.label);L||(L||(L=new Jr(a(this,Pi),I,I.label,this.serverId),this.datachannels.set(I.label,L)),this.eventsDCFailureTimer=setTimeout(()=>{I.label==="events"&&(this.eventsDCReadyPromiseResolver(!1),this.safeEmit("dc_error",I.label))},5e3))}),this.handler.on("datachannel",(I,L)=>{I.label==="events"&&(this.eventsDCReadyPromiseResolver(!0),this.eventsDCFailureTimer&&clearTimeout(this.eventsDCFailureTimer));const N=this.datachannels.get(I.label);if(!N){this.logger.error("unregistered datachannel for message",{rtcChannel:{label:I.label,message:L}});return}try{const $=JSON.parse(L);this.logger.debug("datachannel message chunk recieved",{dataChannelMessageChunk:{id:$.id,count:$.count,chunkIndex:$.chunkIndex,chunk:$.chunk,transprtId:this.serverId}});const B=N.processMessage($);if(!B)return;this.logger.debug(`datachannel message with id:${$.id} on transport:${this.serverId}complete - ${JSON.stringify(B)}`),this.emit(`datachannel:${I.label}`,N.label,B)}catch($){this.logger.error("error parsing message",{error:$})}})}get closed(){return this.connectionState==="closed"}setServerId(e){this.serverId=e}getDatachannel(e){return this.datachannels.get(e)}get isEventsDCReady(){return this.eventsDCReadyPromise}close(){this.closed||(this.logger.debug("Transport close called"),this.connectionState="closed",this.awaitQueue.stop(),this.awaitQueue=void 0,this.connected=!1,this.handler.close(),Array.from(this.producers.values()).forEach(e=>{e.close(sd).catch(()=>{})}),this.producers.clear(),Array.from(this.consumers.values()).forEach(e=>{e.close(sd)}),this.consumers.clear(),this.consumerTrackEvents.clear(),this.emit("close"))}async getStats(){if(this.closed)throw new Tt("closed");return this.handler.getTransportStats()}async connect(e){try{if(await this.awaitQueue.push(async()=>{const{offerSdp:r,callback:i}=await this.handler.connect(),{transportId:n,answer:o}=await e(r);this.setServerId(n),await i(o)}),!await this.transportConnectionPromise)throw new Error("ice connection failed")}catch(r){throw this.logger.error("transport failed to connect:",{error:r}),r}}async restartIce(){if(this.logger.debug("restartIce()"),this.closed)throw new Tt("closed");return this.handler.restartIce()}async canProduce(e){const{track:r,appData:i}=e;if(r){if(this.direction!=="send")throw new ao("not a sending Transport");if(r.readyState==="ended")throw new Tt("track ended");if(i&&typeof i!="object")throw new TypeError("if given, appData must be an object")}else throw new TypeError("missing track");if(!await this.transportConnectionPromise)throw new hr("transport not connected");return!0}async produce(e,r){if(!await this.canProduce(e))throw new Error("Cannot produce");const{track:n,encodings:o,codecOptions:c,stopTracks:d=!0,disableTrackOnPause:l=!0,zeroRtpOnPause:u=!1,appData:p={}}=e;this.logger.debug(`produce() [track:${n.id}]`);const{producerId:f,localId:S,rtpSender:E}=await this.awaitQueue.push(async()=>{const{offerSdp:P,callback:C,sender:k,mid:I}=await this.handler.send({track:n,encodings:o,codecOptions:c,screenShare:p==null?void 0:p.screenShare}),{answer:L,producerId:N}=await r({offer:P,kind:n.kind,paused:l?!n.enabled||Object.hasOwn(n,"fakeTracks"):!1,appData:{...p||{},mid:I},codecOptions:c,producingTransportId:this.serverId}),$=await C(L);return{producerId:N,localId:$,rtpSender:k}},"Transport.produce");return this.createProducerObject({id:f,localId:S,track:n,stopTracks:d,disableTrackOnPause:l,zeroRtpOnPause:u,appData:p,handler:this.handler,rtpSender:E})}async createProducerObject(e){const r=new D0(a(this,Pi),e);return this.producers.set(r.id,r),r.once("close",()=>{this.producers.delete(r.id)}),this.emit("newproducer",r),r}async closeProducer(e){await this.awaitQueue.push(e.close.bind(e),"Transport.closeProducer")}async canConsume(){if(this.closed)throw new Tt("closed");if(this.direction!=="recv")throw new ao("not a receiving transport");if(!await this.transportConnectionPromise)throw new hr("transport not connected");return!0}async consume(e,r,i){return this.awaitQueue.push(async()=>{const n={},{consumerStates:o,sessionDescription:c,failedProducers:d}=await r(e);o.forEach((u,p)=>{n[p]=this.createConsumerObjectAndWaitForTrack({...u,producerId:p})}),c&&(this.logger.info("Session description found, sending negotiation request"),await i(c));const l=[];return await Promise.all(Object.entries(n).map(([u,p])=>p.then(f=>l.push(f)).catch(()=>{this.logger.error(`Failed to create consumer object, producer: ${u}`,{error:{message:"This should not happen"},transport:{serverId:this.serverId}})}))),{consumers:l,failedProducers:d}},"Transport.consume",{producersLength:e.length})}static parseCodecAndFmtpMappings(e,r){const i=Yt.parse(e.sdp),n={};return i.media.forEach(o=>{r.includes(o.mid.toString())&&(n[o.mid.toString()]={rtp:o.rtp,fmtp:o.fmtp,payloads:o.payloads,rtcpFb:o.rtcpFb})}),n}static setCodecAndFmtpMappings(e,r,i){const n=Yt.parse(e.sdp);return n.media=n.media.map(c=>{if(r.includes(c.mid.toString())){const d={...c};return d.rtp=i[c.mid.toString()].rtp,d.fmtp=i[c.mid.toString()].fmtp,d.payloads=i[c.mid.toString()].payloads,d.rtcpFb=i[c.mid.toString()].rtcpFb,d}return c}),{...e,sdp:Yt.write(n)}}static parseHeaderExtensionMappings(e){const r=Yt.parse(e.sdp),i={};return r.media.forEach(n=>{i[n.mid]=n.ext}),i}static setHeaderExtensionMappings(e,r){const i=Yt.parse(e.sdp);return i.media=i.media.map(o=>{const c={...o};return c.ext=r[o.mid],c}),{...e,sdp:Yt.write(i)}}async closeConsumers(e,r){try{const i=e.map(l=>l.transceiver.mid),n=on.parseCodecAndFmtpMappings(this.handler.pc.remoteDescription,i),o=on.parseHeaderExtensionMappings(this.handler.pc.remoteDescription);this.logger.info("Stopping transceivers",{consumerIds:e.map(({id:l})=>l)}),e.forEach(l=>l.close(void 0,!0));let c=await this.handler.pc.createOffer();this.logger.info("[SDP] Created offer for closing consumers",{sdp:c.sdp}),c=on.setCodecAndFmtpMappings(c,i,n),c=on.setHeaderExtensionMappings(c,o),this.logger.info("[SDP] Updated codec and fmtp mappings in close consumer offer",{sdp:c.sdp}),await this.setLocalDescription(c),this.logger.info("Successfully set local description in close consumers");const d=await r(e,c);this.logger.info("[SDP] Received answer in close consumers",{sdp:d.sdp}),await this.setRemoteDescription(d),this.logger.info("[SDP] Remote description was set successfully in close consumers",{sdp:d.sdp})}catch(i){this.logger.error("Failed to close consumers",{error:i})}}async setRemoteOffer(e){try{this.logger.info("[SDP] Received offer from SFU",{sdp:e.sdp}),await this.setRemoteDescription(e);const r=await this.handler.pc.createAnswer();this.logger.info("[SDP] Created answer corresponding to received offer",{sdp:r.sdp});const i=Yt.parse(r.sdp);return i.media=i.media.map(n=>{if(n.type==="audio"){const o={...n},c=o.fmtp.find(l=>l.payload===111);return c&&(c.config+=";stereo=1;sprop-stereo=1"),o.rtcpFb||(o.rtcpFb=[]),o.rtcpFb.some(l=>l.type==="nack")||o.rtcpFb.push({payload:parseInt(o.payloads,10),type:"nack"}),o}return n}),r.sdp=Yt.write(i),this.logger.info("[SDP] Setting munged SDP",{sdp:r.sdp}),await this.setLocalDescription(r),this.logger.info("[SDP] Successfully set local description",{sdp:r.sdp}),r}catch(r){throw this.logger.error("Set remote offer failed",{error:r}),r}}_ontrack(e){const{track:r,transceiver:i}=e;this.logger.info(`track event received [trackId: ${r.id}] [mid: ${i.mid}]`);const n=`${i.mid}:${r.kind}`;r.addEventListener("ended",()=>{this.logger.info(`rtc consumer track ended [trackId: ${r.id}]`),this.unknownTracksMap.delete(n)});const o=this.consumerTrackEvents.get(n);o?(o(r,i),this.consumerTrackEvents.delete(n)):(this.logger.warn(`track event handler not found ${n}`),this.unknownTracksMap.set(n,e))}sendErrorOverDC(e,r,i){const n=this.getDatachannel(e);if(!n)throw new Error("datachannel not found",{cause:{code:"DC_NOT_FOUND",values:{label:e}}});n.respond(r,i,!0)}sendResponseOverDC(e,r,i){const n=this.getDatachannel(e);if(!n)throw new Error("datachannel not found",{cause:{code:"DC_NOT_FOUND",values:{label:e}}});n.respond(r,i)}async createConsumerObjectAndWaitForTrack(e){const{consumerId:r,producerId:i,producingPeerId:n,producingTransportId:o,streamId:c,paused:d,screenShare:l,appData:u,kind:p,mimeType:f}=e,S=`${c}:${p}`,E={...e,name:"consumer creation task error",message:"consumer creation failed"};return new Promise(async(P,C)=>{const k=setTimeout(()=>{this.logger.warn(`Timed out waiting for track event ${S} producingPeerId: ${n}`),this.consumerTrackEvents.delete(S),E.isTimedout=!0,C(E)},5e3),I=(N,$)=>{try{if(N.readyState==="ended")clearTimeout(k),C(E);else{const B=N;B.enabled=!0,this.handler.midTransceiverMap.set($.mid,$);const X=new I0(a(this,Pi),{id:r,localId:$.mid,transceiver:$,track:B,paused:d,producerId:i,producingPeerId:n,producingTransportId:o,handler:this.handler,appData:{...u,screenShare:l,peerId:n},rtpReceiver:$.receiver,mimeType:f});this.consumers.set(r,X),X.once("close",()=>{this.consumers.delete(X.id),this.handler.midTransceiverMap.delete($.mid)}),this.logger.info("consumer created for ",{consumer:{id:r,kind:p,appData:{screenShare:l},peerId:n,producerId:i}}),this.emit("newconsumer",X),clearTimeout(k),P(X)}}catch(B){this.logger.warn("error while creating consumer:",B),clearTimeout(k),C(E)}},L=this.unknownTracksMap.get(S);L?(this.logger.info(`track event already received [trackId: ${L.track.id}] [mid: ${L.transceiver.mid}]`),this.unknownTracksMap.delete(S),I(L.track,L.transceiver)):(this.logger.info(`Registering onTrack handler for key ${S} [producingPeerId: ${n}]`),this.consumerTrackEvents.set(S,I))})}async setRemoteDescription(e){await this.handler.pc.setRemoteDescription(e)}async setLocalDescription(e){this.logger.debug(`[SDP] ${this.direction}() {transportId: ${this.serverId}} | calling pc.setLocalDescription() [offer:${JSON.stringify(e)}]`),await this.handler.pc.setLocalDescription(e)}async sendDataChannelMessage(e,r){const i=this.getDatachannel(e);if(!i)throw w0("DC_NOT_READY",`${e} datachannel not ready`);const n=(await i.request(r)).payload;return this.logger.info(`sendDataChannelMessage::response ${JSON.stringify(n)}`),n}};let mu=on;Pi=new WeakMap;function L0(s){if(typeof navigator=="object"&&navigator.product==="ReactNative"){if(typeof RTCPeerConnection=="undefined"){s.warn("Device::this._detectDevice() | unsupported ReactNative without RTCPeerConnection");return}return s.debug("Device::this._detectDevice() | ReactNative handler chosen"),"Chrome74"}if(typeof navigator=="object"&&typeof navigator.userAgent=="string"){const t=navigator.userAgent,e=ig.getParser(t),r=e.getEngine();if(e.satisfies({chrome:">=74",chromium:">=74","microsoft edge":">=88"}))return"Chrome74";if(e.satisfies({chrome:">=55",chromium:">=55"}))return;if(e.satisfies({firefox:">=110"}))return"Firefox110";if(e.satisfies({firefox:">=60"}))return"Firefox60";if(e.satisfies({ios:{OS:">=14.3",firefox:">=30.0"}})||e.satisfies({safari:">=12.0"})&&typeof RTCRtpTransceiver!="undefined"&&RTCRtpTransceiver.prototype.hasOwnProperty("currentDirection"))return"Safari12";if(e.satisfies({safari:">=11"})||e.satisfies({"microsoft edge":">=11"})&&e.satisfies({"microsoft edge":"<=18"}))return;if(r.name&&r.name.toLowerCase()==="blink"){const i=t.match(/(?:(?:Chrome|Chromium))[ /](\w+)/i);return i?Number(i[1])>=74?"Chrome74":void 0:"Chrome74"}if(r.name.toLowerCase()==="webkit"&&e.getOS().name.toLowerCase()==="ios")return typeof RTCRtpTransceiver!="undefined"&&RTCRtpTransceiver.prototype.hasOwnProperty("currentDirection")?"Safari12":void 0;s.warn("Device::this._detectDevice() | browser not supported");return}s.warn("Device::this._detectDevice() | unknown device")}var Vs,_i;class V0{constructor(t,{handlerName:e,handlerFactory:r}={}){h(this,"handlerFactory");g(this,Vs,void 0);g(this,_i,void 0);const i=t.getValue("logger");if(i.debug("constructor()"),m(this,Vs,t),m(this,_i,i),e&&r)throw new TypeError("just one of handlerName or handlerInterface can be given");if(r)this.handlerFactory=r;else{if(e)a(this,_i).debug(`Device::constructor() | handler given: ${e}`);else if(e=L0(a(this,_i)),e)a(this,_i).debug(`Device::constructor() | detected handler: ${e}`);else throw new Error("device not supported");switch(e){case"Chrome74":this.handlerFactory=oh.createFactory(a(this,Vs));break;case"Safari12":this.handlerFactory=ch.createFactory(a(this,Vs));break;case"Firefox60":this.handlerFactory=td.createFactory(a(this,Vs),{supportsSendEncodings:!1});break;case"Firefox110":this.handlerFactory=td.createFactory(a(this,Vs),{supportsSendEncodings:!0});break;default:throw new TypeError(`unknown handlerName "${e}"`)}}}createTransport(t){const e=xr.v4();return new mu(a(this,Vs),{id:e,...t,handlerFactory:this.handlerFactory})}}Vs=new WeakMap,_i=new WeakMap;const x0=2e3;var zn,ze,Ye,xo,Uo,Ci,Yn,$o,Qn,wi,Ts,Xn,Fc,Bo,fu,wd,ff,Ho,Tu,Rd,Tf,bd,Sf,kd,vf,Md,yf,Ad,Ef,Fo,Su,qo,vu;class U0 extends Xe.EventEmitter{constructor(e,r){super();g(this,Xn);g(this,Bo);g(this,wd);g(this,Ho);g(this,Rd);g(this,bd);g(this,kd);g(this,Md);g(this,Ad);g(this,Fo);g(this,qo);h(this,"context");g(this,zn,void 0);g(this,ze,void 0);g(this,Ye,void 0);g(this,xo,void 0);g(this,Uo,void 0);g(this,Ci,void 0);g(this,Yn,void 0);g(this,$o,void 0);g(this,Qn,{transportFailureCount:{send:0,recv:0},lastConnectionTime:0});g(this,wi,void 0);g(this,Ts,"all");this.context=e,m(this,Ci,r),m(this,zn,new V0(e)),m(this,Yn,new M0(r)),m(this,$o,as),a(this,Xn,Fc).mediaState={send:{state:un.NEW},recv:{state:un.NEW}},ga(this.context,"forceRelay")&&m(this,Ts,"relay"),this.logger.info(`ICE Transport Policy initially set to ${a(this,Ts)}`),V(this,Bo,fu).call(this)}get telemetry(){return this.context.getValue("telemetry")}get logger(){return this.context.getValue("logger")}get socket(){return a(this,Ci)}get socketHandler(){return a(this,Yn)}get sendTransport(){return a(this,ze)}get recvTransport(){return a(this,Ye)}get events(){return a(this,$o)}set sendTransportConnectedCallback(e){m(this,xo,e)}set recvTransportConnectedCallback(e){m(this,Uo,e)}async setupTransports(e){await V(this,wd,ff).call(this,e);let r,i;e.send&&(r=V(this,Ho,Tu).call(this,a(this,ze)).then(n=>{try{a(this,xo).call(this,n)}catch(o){this.logger.error("Failed to run send transport callback")}})),e.recv&&(i=V(this,Ho,Tu).call(this,a(this,Ye)).then(n=>{try{a(this,Uo).call(this,n)}catch(o){this.logger.error("Failed to run recv transport callback")}})),await Promise.all([r,i])}stopTransports(e){var r,i;if(e.send&&this.sendTransport!==void 0){const{id:n,serverId:o,direction:c}=a(this,ze);this.logger.info("Closing send transport",{transport:{id:n,serverId:o,type:c}}),a(this,ze).close(),a(this,ze).removeAllListeners(),m(this,ze,void 0)}if(e.recv&&this.recvTransport!==void 0){const{id:n,serverId:o,direction:c}=a(this,Ye);this.logger.info("Closing recv transport",{transport:{id:n,serverId:o,type:c}}),(r=a(this,Ye))==null||r.close(),(i=a(this,Ye))==null||i.removeAllListeners(),m(this,Ye,void 0)}V(this,Bo,fu).call(this)}stopAllTransports(){this.logger.info("Closing all transports"),this.stopTransports({send:!0,recv:!0})}handleErrors(e){throw new Error("Method not implemented.")}}zn=new WeakMap,ze=new WeakMap,Ye=new WeakMap,xo=new WeakMap,Uo=new WeakMap,Ci=new WeakMap,Yn=new WeakMap,$o=new WeakMap,Qn=new WeakMap,wi=new WeakMap,Ts=new WeakMap,Xn=new WeakSet,Fc=function(){return this.context.getValue("connectionHandler")},Bo=new WeakSet,fu=function(){m(this,wi,{send:void 0,recv:void 0})},wd=new WeakSet,ff=async function(e){var o,c,d,l,u,p,f,S;ga(this.context,"forceRelay")&&m(this,Ts,"relay"),this.logger.info(`ICE Transport Policy set to ${a(this,Ts)}`);const n=await ft().getICEServers().catch(E=>(this.logger.warn(`failed to get iceservers from server: ${E.message}`),[]));e.send&&V(this,bd,Sf).call(this,{iceServers:n,additionalSettings:{encodedInsertableStreams:(o=this.context.getValue("modules").e2ee)==null?void 0:o.enabled},config:{enableHighBitrate:(l=(d=(c=this.context.getValue("defaults").mediaConfiguration)==null?void 0:c.audio)==null?void 0:d.enableHighBitrate)!=null?l:!1,enableStereo:(f=(p=(u=this.context.getValue("defaults").mediaConfiguration)==null?void 0:u.audio)==null?void 0:p.enableStereo)!=null?f:!1,enableDtx:!1},iceTransportPolicy:a(this,Ts)}),e.recv&&V(this,kd,vf).call(this,{iceServers:n,additionalSettings:{encodedInsertableStreams:(S=this.context.getValue("modules").e2ee)==null?void 0:S.enabled},iceTransportPolicy:a(this,Ts)})},Ho=new WeakSet,Tu=async function(e){const{id:r,serverId:i,direction:n}=e;V(this,Md,yf).call(this,e);try{return await hf(async(c,d)=>{c>0&&this.logger.debug(`Retrying transport connect, count: ${c}`,{transport:{id:r,serverId:i,type:n}});try{if(e.closed)throw new hr("Cannot reconnect closed transport");await V(this,Rd,Tf).call(this,e)}catch(l){if(l instanceof hr){d(l);return}throw this.logger.error("Failed to connect transport, retrying",{transport:e,error:l}),l}},{delayTime:100,strategy:"exponential",maxRetryCount:15}),e}catch(o){throw this.logger.error(`Failed to connect send transport after retry: ${e.id}`,{error:o,transport:{id:r,serverId:i,type:n}}),e.close(),e.removeAllListeners(),o}},Rd=new WeakSet,Tf=async function(e){const{id:r,direction:i}=e;if(this.logger.info(`Connecting ${i} transport`,{transport:{id:r,type:i}}),!a(this,Ci).isConnected)throw new hr("Socket is not connected");if(e.connectionState==="closed")throw new hr("Transport is closed");try{await e.connect(n=>V(this,Ad,Ef).call(this,i,n)),this.logger.info(`Connected ${i} transport`,{transport:{id:r,serverId:e.serverId,type:i}})}catch(n){throw a(this,Qn).transportFailureCount[i]+=1,n.message==="ice connection failed"?new hr(n.message):n}},bd=new WeakSet,Sf=function(e){var r,i;if(a(this,ze)&&a(this,ze).connected){this.logger.info("Transport send is already connected",{transport:{id:(r=a(this,ze))==null?void 0:r.id,serverId:(i=a(this,ze))==null?void 0:i.serverId,type:"send"}});return}m(this,ze,a(this,zn).createTransport({...e,direction:"send"})),this.context.getValue("callstats").configureSendTransport(a(this,ze))},kd=new WeakSet,vf=function(e){var r,i;if(a(this,Ye)&&a(this,Ye).connected){this.logger.info("Transport recv is already connected",{transport:{id:(r=a(this,Ye))==null?void 0:r.id,serverId:(i=a(this,Ye))==null?void 0:i.serverId,type:"recv"}});return}m(this,Ye,a(this,zn).createTransport({...e,direction:"recv"})),this.context.getValue("callstats").configureRecvTransport(a(this,Ye))},Md=new WeakSet,yf=function(e){const{direction:r,id:i}=e;e.on("connectionstatechange",async n=>{V(this,qo,vu).call(this,{state:n,direction:r}),this.logger.info(`Transport connection state changed for ${r} transport`,{transport:{id:i,serverId:e.serverId,type:r,status:n}});const o=()=>{const c=a(this,wi)[r];c!==void 0&&(clearTimeout(c),a(this,wi)[r]=void 0)};switch(n){case"connected":o(),a(this,Qn).lastConnectionTime=performance.now();break;case"disconnected":a(this,wi)[r]=setTimeout(async()=>{this.logger.warn(`${r} transport is in disconnected state, reconnecting transport`,{transport:{id:i,serverId:e.serverId,type:r}}),await V(this,Fo,Su).call(this,e.direction)},x0);break;case"failed":if(e.closed)return;o(),this.logger.warn(`${r} transport is in failed state, reconnecting transport`,{transport:{id:i,serverId:e.serverId,type:r}}),await V(this,Fo,Su).call(this,e.direction);break}}),e.on("icecandidate",async n=>{this.logger.debug("Sending iceCandidate:",{iceCandidate:n})}),e.on("datachannel:events",async(n,o)=>{var c,d;this.logger.debug("Got data channel message on event:",{rtcChannel:{label:n,message:o}});try{switch(o.type){case"handshake":{const l={type:"handshake",payload:{message:"pong"}};e.sendResponseOverDC(n,N0(o),l);break}case"hub-disconnect":{this.logger.debug(`media hub disconnected, full_reconnect: ${(c=o.payload)==null?void 0:c.full_reconnect}`),((d=o.payload)==null?void 0:d.full_reconnect)===!0&&this.handleErrors("rejoin");break}case"error":break;default:break}}catch(l){this.logger.error(`Unable to handle the incoming datachannel message on channel ${n}`)}}),e.on("dc_error",()=>{e.direction==="recv"&&(this.logger.warn("Events datachannel did not open in 5s"),this.handleErrors("reconnectRecvTransport"))})},Ad=new WeakSet,Ef=async function(e,r){const i=e==="recv";try{const{sdp:n,type:o}=r,c={consuming:i,description:{sdp:n,type:o,target:i?Qs.SUBSCRIBER:Qs.PUBLISHER},producers:[]};return a(this,Yn).connectTransport(c)}catch(n){throw this.logger.error(`Error in ${e} transport connection:`,{error:n}),n}},Fo=new WeakSet,Su=async function(e){switch(this.logger.info("Called reconnect transport",{transport:{type:e}}),this.stopTransports({[e]:!0}),a(this,Ci).isConnected&&a(this,Qn).transportFailureCount[e]>2&&(this.logger.warn(`Multiple disconnections in ${e} transport, forcing relay`),m(this,Ts,"relay")),await this.setupTransports({[e]:!0}),e){case"send":{this.logger.info("Transport reconnected",{transport:a(this,ze)}),this.context.getValue("peerSessionStore").emit(w.RESET_PRODUCER_STATE);break}case"recv":{this.logger.info("Transport reconnected",{transport:a(this,Ye)}),this.context.getValue("peerSessionStore").emit(w.UPDATE_ACTIVE,{createAllConsumers:!0});break}default:this.logger.warn("Unknown transport direction",{transport:{type:e}})}V(this,qo,vu).call(this,{state:un.CONNECTED,direction:e})},qo=new WeakSet,vu=function(e){const{state:r,direction:i}=e;a(this,Xn,Fc).mediaState[i]={state:r},this.context.getValue("peerSessionStore").emit(w.TRANSPORT_STATE_UPDATE,{transport:i,...a(this,Xn,Fc).mediaState[i]})};var Id,qt;class $0{constructor(t,e,r,i,n){g(this,Id,void 0);g(this,qt,void 0);this.events=e,this.recvTransport=r,this.socket=i,this.socketHandler=n,m(this,Id,t),m(this,qt,t.getValue("logger"))}async create(t){if(!t||t&&t.length===0)throw new Error("List of producers is required");const e=new Map,r=[];t.forEach(d=>{const{producingPeerId:l,producerId:u,producingTransportId:p}=d,f={simulcast:{preferredRid:"f",priorityOrdering:"asciibetical",ridNotAvailable:"asciibetical"}};e.set(u,l),r.push({producingPeerId:l,producerId:u,producingTransportId:p,...f})});const i=await this.socketHandler.consume({requests:r,consumingTransportId:this.recvTransport.serverId}),n=new Map;t.forEach(d=>n.set(d.producerId,d));const o=new Map,c=[];return Object.entries(i.consumerStateMap).forEach(([d,l])=>{const u=n.get(d);if(!u)return;if(l.errorCode){a(this,qt).warn(`Consumer request failed for producer ${d}`,{error:{message:l.errorCode}}),c.push({...u,errorCode:l.errorCode});return}let p={};try{p=JSON.parse(l.producerState.appData)}catch(f){}o.set(d,{consumerId:l.consumerId,producingTransportId:u.producingTransportId,producingPeerId:u.producingPeerId,kind:u.kind,paused:u.pause,streamId:l.producerTrack.streamId,trackId:l.producerTrack.trackId,screenShare:u.screenShare,mimeType:u.mimeType,appData:p})}),{consumerStates:o,sessionDescription:i.sessionDescription,failedProducers:c}}async negotiate(t){try{a(this,qt).info("Negotiating socket consumer",{transport:this.recvTransport}),a(this,qt).debug(`[SDP] setting remote offer: ${JSON.stringify(t)} on recvTransport`,{transport:this.recvTransport});const e=await this.recvTransport.setRemoteOffer(t),r={transportId:this.recvTransport.serverId,description:{sdp:e.sdp,type:e.type,target:Qs.SUBSCRIBER}};return a(this,qt).debug(`sending renegotiate request: ${JSON.stringify(r)} on recvTransport`,{transport:this.recvTransport}),await this.socket.sendMessagePromise(this.events.renegotiateSessionDescription,UC.toBinary(r)),a(this,qt).info("Renegotiation done",{transport:this.recvTransport}),e}catch(e){a(this,qt).error("Failed to renegotiate",{error:e});return}}async close(t){if(!t.length)return{};const e=async(r,i)=>{const n=r.map(l=>l.localId);a(this,qt).info(`Closing consumers: ${JSON.stringify(n)}`);const o={description:{sdp:i.sdp,type:i.type,target:Qs.SUBSCRIBER},consumerIds:n,consumingTransportId:this.recvTransport.serverId},c=await this.socketHandler.closeConsumer(o),d=uR.fromBinary(c).description;return{sdp:d.sdp,type:d.type}};return await this.recvTransport.awaitQueue.push(()=>this.recvTransport.closeConsumers(t,e),"ConsumerStrategy.close",{consumersLength:t.length}),{}}async switchConsumersToLayer(t,e){const r={requests:[],consumingTransportId:this.recvTransport.serverId},i=t.filter(n=>n&&n.id);i.forEach(({id:n,producingTransportId:o,localId:c})=>{r.requests.push({producerId:n,producingTransportId:o,mid:c,simulcast:{preferredRid:e===0?"q":"h",priorityOrdering:"asciibetical",ridNotAvailable:"asciibetical"}})}),await this.socketHandler.updateConsumersSimulcastConfig(r),a(this,qt).info(`Consumers switched layers to ${e}`,{consumerIds:i==null?void 0:i.map(({id:n})=>n)})}}Id=new WeakMap,qt=new WeakMap;class dh{constructor(t){this.socketHandler=t}static getMSIDFromSDP(t,e){return Yt.parse(t).media.filter(n=>e==="video"?n.type==="video":n.type==="audio").at(-1).msid}async create({offer:t,kind:e,paused:r,appData:i,codecOptions:n,producingTransportId:o}){var p,f;const c=dh.getMSIDFromSDP(t.sdp,e),d={description:{sdp:t.sdp,type:t.type,target:Qs.PUBLISHER},paused:r,kind:e,msid:c,appData:JSON.stringify(i),screenShare:(p=i.screenShare)!=null?p:!1,mimeType:`${e}/${(f=n[0])==null?void 0:f.name}`,producingTransportId:o},{answer:l,producerId:u}=await this.socketHandler.produce(d);return{answer:l,producerId:u}}}var Ri,Rr,Zn,jo,Ss,Dd,xs,ea,Go,yu,Od,Pf,Nd,_f,Ld,Cf,Vd,wf;class B0 extends U0{constructor(e,r){super(e,r);g(this,Go);g(this,Od);g(this,Nd);g(this,Ld);g(this,Vd);g(this,Ri,void 0);g(this,Rr,void 0);g(this,Zn,void 0);g(this,jo,void 0);g(this,Ss,void 0);g(this,Dd,{producerCreationFailureCount:0,consumerCreationFailureCount:0,producerNotReadyFailureCount:0});g(this,xs,[]);g(this,ea,void 0);this.context=e,this.sendTransportConnectedCallback=async()=>{m(this,jo,new dh(this.socketHandler))},this.recvTransportConnectedCallback=async i=>{a(this,Zn).clear(),m(this,Ss,new $0(this.context,this.events,i,this.socket,this.socketHandler))},this.reset()}get socketHandler(){return super.socketHandler}get producers(){return a(this,Ri)}get consumers(){return a(this,Rr)}get producerIdToConsumerIdMap(){return a(this,Zn)}get logger(){return this.context.getValue("logger")}reset(){m(this,Ri,new Map),m(this,Rr,new Map),m(this,Zn,new Map)}async createProducer(e,r){var i,n;if(!this.sendTransport||this.sendTransport.closed)throw new Error("Send transport is closed");try{const o=await this.sendTransport.produce(e,V(this,Od,Pf).bind(this));return(i=e.appData)!=null&&i.e2ee&&this.context.getValue("peerSessionStore").emit(w.E2EE_ACTIVE_PRODUCER,o),V(this,Nd,_f).call(this,o,r),o}catch(o){throw this.logger.error(`Failed to create ${((n=e==null?void 0:e.track)==null?void 0:n.kind)||"unknown"} producer`,{error:o}),a(this,Dd).producerCreationFailureCount+=1,o}}async closeProducer(e,r){var n;const i=this.producers.get(e);if(!i){this.logger.warn(`Producer with ID ${e} was not found`);return}r!=null&&r.stopTrack&&i.track.stop();try{await this.sendTransport.closeProducer(i),(n=this.context.getValue("modules").e2ee)!=null&&n.enabled&&this.context.getValue("peerSessionStore").emit(w.E2EE_INACTIVE_PRODUCER,i)}catch(o){this.logger.error("Failed to close producer on server",{error:o,producer:i})}}closeAllProducers(){return Promise.all(Array.from(a(this,Ri).entries()).map(([,e])=>e.close()))}createConsumer(e){return this.createConsumers([e])}async createConsumers(e){a(this,ea)||clearTimeout(a(this,ea)),m(this,xs,a(this,xs).concat(e)),await V(this,Go,yu).call(this)}closeConsumer(e){return this.closeConsumers([e])}async closeConsumers(e){if(!a(this,Ss))return;const r=e.map(n=>this.consumers.get(n)).filter(n=>n!==void 0);if(r.length===0)return;const{failedConsumers:i}=await a(this,Ss).close(r);i!=null&&i.length&&this.logger.warn("Failed to close some consumers",{consumerIds:i})}closeAllConsumers(){return this.closeConsumers(Array.from(a(this,Rr).keys()))}async switchConsumersToLayer(e,r){a(this,Ss).switchConsumersToLayer(e,r)}}Ri=new WeakMap,Rr=new WeakMap,Zn=new WeakMap,jo=new WeakMap,Ss=new WeakMap,Dd=new WeakMap,xs=new WeakMap,ea=new WeakMap,Go=new WeakSet,yu=async function(){if(!this.recvTransport||this.recvTransport.closed)throw new Error("Recv transport is closed");const e=500,r=a(this,xs).splice(0,a(this,xs).length);try{const i=new Set(Array.from(this.consumers.values()).map(({producerId:d})=>d)),n=r.filter(({producerId:d})=>!this.producers.get(d)&&!i.has(d));if(n.length===0)return;const{consumers:o,failedProducers:c}=await this.recvTransport.consume(n,V(this,Ld,Cf).bind(this),a(this,Ss).negotiate.bind(a(this,Ss)));if(o.forEach(V(this,Vd,wf).bind(this)),c!=null&&c.length){this.logger.error("Failed to create consumers for producers",{producers:c});const d=c.filter(({errorCode:l,producerId:u})=>l==="not_found_track_error"?(this.logger.error(`Track not found for producer: ${u}. This will not be retried.`),!1):l==="backend_error"?(this.logger.error("Unrecoverable error: backend error"),!1):!0);m(this,xs,a(this,xs).concat(d)),m(this,ea,setTimeout(V(this,Go,yu).bind(this),e))}}catch(i){if(this.logger.error("failed to consume on transport",{error:i}),i.errorCode==="internal_error"&&i.errorDescription==="Backend error"||i.errorCode==="invalid_session_description"){this.logger.error("Irrecoverable error, closing current recvTransport to create a new one",{transport:this.recvTransport,error:{code:i.errorCode,message:i.errorDescription}});try{this.stopTransports({recv:!0})}catch(n){}await this.setupTransports({recv:!0})}}},Od=new WeakSet,Pf=function(e){return a(this,jo).create(e)},Nd=new WeakSet,_f=function(e,r){e.on("close",async(i,n)=>{const{offer:o,reason:c}=i;if(this.logger.info("producer::closing",{debuggingHint:c,producer:{...e,status:"closing"}}),c!==sd){const d={producerId:e.id,description:{sdp:o.sdp,type:o.type,target:Qs.PUBLISHER}};try{const l=await this.socketHandler.closeProducer(d),u={sdp:l==null?void 0:l.sdp,type:l==null?void 0:l.type};this.logger.info("producer::closed",{producer:{...e,status:"closed"}}),n({answer:u})}catch(l){this.logger.error("producer close error",l)}}this.producers.delete(e.id),r()}),e.on("trackended",()=>{this.logger.info("producer::trackended",{producer:{...e,status:"UNKNOWN"}})}),a(this,Ri).set(e.id,e)},Ld=new WeakSet,Cf=async function(e){try{return await this.recvTransport.canConsume(),await a(this,Ss).create(e)}catch(r){throw this.logger.error("Error in consume request",{error:r}),r}},Vd=new WeakSet,wf=function(e){e.on("close",async r=>{this.logger.debug("consumer closed",{consumer:{closureReason:r,id:e.id,kind:e.kind,appData:e.appData}}),a(this,Rr).delete(e.id),this.context.getValue("peerSessionStore").emit(w.CONSUMER_CLOSED,{id:e.id})}),a(this,Rr).set(e.id,e),this.producerIdToConsumerIdMap.set(e.producerId,e.id),this.context.getValue("peerSessionStore").emit(w.NEW_CONSUMER,{id:e.id,appData:e.appData,peerId:e.peerId})};var Wo,Jo,Ko,ta,sa,ra,zo,Yo,ia,ut,ss,rs,bi,ki,Us,Qo,xd,Rf,Ud,bf,$d,kf,Bd,Mf;const Hd=class{constructor({initialEnergyThreshold:t=.015,zeroCrossingThreshold:e=20,minVoiceDuration:r=3,hangoverFrames:i=5,noiseAdaptationRate:n=.95,voiceAdaptationRate:o=.99,minEnergyThreshold:c=.005,maxEnergyThreshold:d=.2,energyRatioThreshold:l=1.5,noiseHistorySize:u=50}={}){g(this,xd);g(this,Ud);g(this,Wo,void 0);g(this,Jo,void 0);g(this,Ko,void 0);g(this,ta,void 0);g(this,sa,void 0);g(this,ra,void 0);g(this,zo,void 0);g(this,Yo,void 0);g(this,ia,void 0);g(this,ut,void 0);g(this,ss,void 0);g(this,rs,!1);g(this,bi,0);g(this,ki,0);g(this,Us,[]);g(this,Qo,void 0);m(this,ta,t),m(this,ut,t),m(this,Wo,e),m(this,Jo,r),m(this,Ko,i),m(this,sa,n),m(this,ra,o),m(this,zo,c),m(this,Yo,d),m(this,ia,l),m(this,Qo,u),m(this,ss,t/2)}get voiceDetected(){return a(this,rs)}processAudioChunk(t){var o,c;const e=V(o=Hd,$d,kf).call(o,t),r=V(c=Hd,Bd,Mf).call(c,t);return V(this,xd,Rf).call(this,e),e/a(this,ss)>a(this,ia)&&e>a(this,ut)&&r>a(this,Wo)?(m(this,bi,a(this,bi)+1),m(this,ki,a(this,Ko)),a(this,bi)>=a(this,Jo)&&m(this,rs,!0)):(m(this,bi,0),a(this,ki)>0?m(this,ki,a(this,ki)-1):a(this,rs)&&m(this,rs,!1),a(this,rs)||V(this,Ud,bf).call(this,e)),{energy:e,isVoice:a(this,rs)}}reset(){m(this,rs,!1),m(this,bi,0),m(this,ki,0),m(this,ut,a(this,ta)),m(this,ss,a(this,ta)/2),m(this,Us,[])}getThresholdInfo(){return{currentEnergyThreshold:a(this,ut),backgroundNoiseEnergy:a(this,ss),energyRatioThreshold:a(this,ia)}}};let Fa=Hd;Wo=new WeakMap,Jo=new WeakMap,Ko=new WeakMap,ta=new WeakMap,sa=new WeakMap,ra=new WeakMap,zo=new WeakMap,Yo=new WeakMap,ia=new WeakMap,ut=new WeakMap,ss=new WeakMap,rs=new WeakMap,bi=new WeakMap,ki=new WeakMap,Us=new WeakMap,Qo=new WeakMap,xd=new WeakSet,Rf=function(t){a(this,rs)?m(this,ut,a(this,ra)*a(this,ut)+(1-a(this,ra))*t):m(this,ut,a(this,sa)*a(this,ut)+(1-a(this,sa))*a(this,ss)),m(this,ut,Math.max(a(this,zo),Math.min(a(this,Yo),a(this,ut))))},Ud=new WeakSet,bf=function(t){if(t<a(this,ut)*1.2)if(a(this,Us).push(t),a(this,Us).length>a(this,Qo)&&a(this,Us).shift(),a(this,Us).length>=10){const e=[...a(this,Us)].sort((i,n)=>i-n),r=Math.floor(e.length/2);m(this,ss,e[r])}else m(this,ss,.95*a(this,ss)+.05*t)},$d=new WeakSet,kf=function(t){return Math.sqrt(t.map(e=>e*e).reduce((e,r)=>e+r)/t.length)},Bd=new WeakSet,Mf=function(t){let e=0;for(let r=1;r<t.length;r+=1)(t[r]>=0&&t[r-1]<0||t[r]<0&&t[r-1]>=0)&&(e+=1);return e},g(Fa,$d),g(Fa,Bd);var Xo;class Ap{constructor(t){h(this,"RNAudioSampleHandler");g(this,Xo,void 0);m(this,Xo,t);const{RNAudioSampleHandlerImpl:e}=navigator;e==null||e.init().then(r=>{this.RNAudioSampleHandler=r}).catch(r=>{this.logger.error("ReactNativeAudioSampler: Failed to initialize audio sampler",r)})}get logger(){return a(this,Xo).getValue("logger")}get samples(){var e;const t=new Float32Array(1024);return(e=this.RNAudioSampleHandler)==null||e.getFloatTimeDomainData(t),t}stop(){var t;(t=this.RNAudioSampleHandler)==null||t.destructor()}}Xo=new WeakMap;var Zo;class Ip{constructor(t){h(this,"audioContext");h(this,"analyser");g(this,Zo,void 0);m(this,Zo,t),this.audioContext=new AudioContext,this.analyser=this.audioContext.createAnalyser(),this.analyser.fftSize=2048}get logger(){return a(this,Zo).getValue("logger")}get samples(){if(this.audioContext.state==="suspended")try{this.audioContext.resume()}catch(e){this.logger.error("AudioContextSampler: Failed to resume audio context",e)}const t=new Float32Array(this.analyser.frequencyBinCount);return this.analyser.getFloatTimeDomainData(t),t}set audioTrack(t){const e=new MediaStream;e.addTrack(t),this.audioContext.createMediaStreamSource(e).connect(this.analyser)}}Zo=new WeakMap;class H0{static setInterval(t,e=0,...r){return navigator&&navigator.RNBackgroundTimerImpl?navigator.RNBackgroundTimerImpl.setInterval(t,e,...r):global.setInterval(t,e,...r)}static clearInterval(t){return navigator&&navigator.RNBackgroundTimerImpl?navigator.RNBackgroundTimerImpl.clearInterval(t):global.clearInterval(t)}static setTimeout(t,e=0,...r){return navigator&&navigator.RNBackgroundTimerImpl?navigator.RNBackgroundTimerImpl.setTimeout(t,e,...r):global.setTimeout(t,e,...r)}static clearTimeout(t){return navigator&&navigator.RNBackgroundTimerImpl?navigator.RNBackgroundTimerImpl.clearTimeout(t):global.clearTimeout(t)}}const F0=60,q0=400;var $s,Bs,Hs,ec,na,aa,br,Mi,oa,Ai,Fs,vs,Fd,Af,tc,Eu,qd,If,jd,Df;const Za=class{constructor(t,e){g(this,Fd);g(this,qd);g(this,$s,void 0);g(this,Bs,void 0);g(this,Hs,void 0);g(this,ec,void 0);g(this,na,void 0);g(this,aa,void 0);g(this,br,void 0);g(this,Mi,void 0);g(this,oa,void 0);g(this,Ai,void 0);g(this,Fs,void 0);g(this,vs,void 0);this.reportRequest=e,m(this,Ai,t),m(this,aa,new Fa);const{isReactNative:r}=navigator;m(this,Fs,r?new Ap(a(this,Ai)):new Ip(a(this,Ai))),m(this,vs,r?H0:Dc)}get logger(){return a(this,Ai).getValue("logger")}set producerId(t){m(this,Hs,t)}set audioTrack(t){m(this,ec,t),a(this,Fs)instanceof Ip&&(a(this,Fs).audioTrack=t)}start(){this.logger.debug(`AudioActivityReporter: Starting audio activity reporter: ${a(this,Hs)}`),a(this,$s)&&a(this,vs).clearInterval(a(this,$s)),m(this,$s,a(this,vs).setInterval(async()=>{var i;if(!a(this,ec)||!a(this,Hs))return;const{energy:t}=V(this,Fd,Af).call(this),e=V(i=Za,tc,Eu).call(i,t);let r=.9;a(this,oa)!==e&&a(this,oa)?r=.9:e?r=.3:r=.5,m(this,na,(a(this,na)||0)*(1-r)+t*r)},F0)),a(this,Bs)&&a(this,vs).clearInterval(a(this,Bs)),m(this,Bs,a(this,vs).setInterval(V(this,qd,If).bind(this),q0))}stop(){try{this.logger.debug(`AudioActivityReporter: Stopping audio activity reporter: ${a(this,Hs)}`),a(this,$s)&&(a(this,vs).clearInterval(a(this,$s)),m(this,$s,void 0)),a(this,Bs)&&(a(this,vs).clearInterval(a(this,Bs)),m(this,Bs,void 0))}catch(t){}a(this,aa).reset(),a(this,Fs)instanceof Ap&&a(this,Fs).stop()}};let qa=Za;$s=new WeakMap,Bs=new WeakMap,Hs=new WeakMap,ec=new WeakMap,na=new WeakMap,aa=new WeakMap,br=new WeakMap,Mi=new WeakMap,oa=new WeakMap,Ai=new WeakMap,Fs=new WeakMap,vs=new WeakMap,Fd=new WeakSet,Af=function(){var o;const{samples:t}=a(this,Fs),{energy:e,isVoice:r}=a(this,aa).processAudioChunk(t),i=V(o=Za,jd,Df).call(o,e);return i===-1/0||e<1e-6?{energy:0,isVoice:!1}:((!a(this,br)||i<a(this,br))&&m(this,br,i),(!a(this,Mi)||i>a(this,Mi))&&m(this,Mi,i),{energy:(i-a(this,br))/(a(this,Mi)-a(this,br))*10||0,isVoice:r})},tc=new WeakSet,Eu=function(t){return t<5},qd=new WeakSet,If=function(t=a(this,na)){var r;if(!a(this,Hs)||!t)return;const e={producerId:a(this,Hs),energy:Math.round(t),silent:V(r=Za,tc,Eu).call(r,t)};m(this,oa,e.silent),this.reportRequest(e)},jd=new WeakSet,Df=function(t){const e=Math.log10(t);return Math.round(e)},g(qa,tc),g(qa,jd);var j0=Object.defineProperty,G0=Object.getOwnPropertyDescriptor,ie=(s,t,e,r)=>{for(var i=r>1?void 0:r?G0(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&j0(t,e,i),i},sc,rc,Qe,q,Gd,nt,Ii,Di,Oi,ic,jt,qs,at,ht,kr,Zi,Wd,Of,Jd,Nf,Kd,Lf,nc,Pu,zd,Vf,Yd,xf,ot,yt,Ni,ja,Qd,Uf,Xd,$f,Zd,Bf;class te{constructor(t,e){g(this,kr);g(this,Wd);g(this,Jd);g(this,Kd);g(this,nc);g(this,zd);g(this,Yd);g(this,ot);g(this,Ni);g(this,Qd);g(this,Xd);g(this,Zd);h(this,"context");h(this,"authToken");h(this,"e2ee");g(this,sc,void 0);g(this,rc,void 0);g(this,Qe,void 0);g(this,q,void 0);g(this,Gd,void 0);g(this,nt,void 0);g(this,Ii,void 0);g(this,Di,void 0);g(this,Oi,void 0);g(this,ic,void 0);g(this,jt,null);g(this,qs,void 0);g(this,at,void 0);g(this,ht,void 0);var i,n;this.context=t;const{socket:r}=e;this.mediaJoined=!1,m(this,Qe,r),m(this,Ii,!1),m(this,q,new B0(t,r)),m(this,nt,a(this,q).events),m(this,qs,new Set),m(this,at,new Map),m(this,Di,!1),m(this,Oi,new pu(t.getValue("logger"))),m(this,ht,new qa(this.context,a(this,q).socketHandler.audioActivity.bind(a(this,q).socketHandler))),this.e2ee=(n=(i=t.getValue("modules").e2ee)==null?void 0:i.enabled)!=null?n:!1,this.handleSocketEvents(),this.handleCallstatsEvents(),m(this,ic,Wu(async()=>{if(!a(this,kr,Zi).mediaJoinAttempted)return;const{roomJoined:o}=await this.joinRoom(a(this,rc),a(this,sc),!0,!0);o&&(this.context.getValue("peerSessionStore").emit(w.RESET_PRODUCER_STATE),this.context.getValue("peerSessionStore").emit(w.ROOM_NODE_RECONNECTED))},5e3,{leading:!0,maxWait:1e3}))}get peerId(){return this.context.getValue("peerId")}get telemetry(){return this.context.getValue("telemetry")}get logger(){return this.context.getValue("logger")}get mediaJoined(){return a(this,kr,Zi).mediaJoined}set mediaJoined(t){a(this,kr,Zi).mediaJoined=t}reset(){a(this,q).closeAllProducers(),a(this,q).closeAllConsumers(),a(this,at).clear(),a(this,qs).clear(),m(this,jt,null),a(this,Oi).stop(),a(this,q).stopAllTransports(),a(this,q).reset(),m(this,Oi,new pu)}async joinRoom(t,e,r=!1,i=!1,n={}){a(this,kr,Zi).mediaJoinAttempted=!0,m(this,Ii,!0),r&&this.reset();try{return await a(this,Oi).push(()=>V(this,Wd,Of).call(this,t,e,i,n),"joinRoom")}catch(o){return this.logger.error("Error in room joining process",{error:o}),this.context.getValue("peerSessionStore").emit(w.ROOM_NODE_FAILED),{roomJoined:!1,error:o}}}async initializeConnection(t,e,r=!1,i={}){return a(this,jt)?a(this,jt):(m(this,jt,(async()=>{try{await V(this,nc,Pu).call(this,t,e,r,i)}catch(n){throw m(this,jt,null),n}})()),a(this,jt))}getConsumers(){return a(this,q).consumers}getProducers(){return a(this,q).producers}async leaveRoom(){a(this,q).stopAllTransports(),m(this,Di,!1),a(this,kr,Zi).mediaJoinAttempted=!1;const t={closeRoom:!1};a(this,Qe).sendMessagePromise(a(this,nt).leaveRoom,dw.toBinary(t)).then(r=>{var i;(i=Qw.fromBinary(r.payload))!=null&&i.closed&&this.logger.warn("Weird state on peer closed and should not happen")}).catch(r=>{this.logger.error("error on sending leave room request",{error:r})}),this.context.getValue("callstats").callEnded(),this.context.getValue("telemetry").destruct().catch(r=>{this.logger.error("leaveRoom::telemetry_destruct_failed",{error:r})})}async activatePeers(t){return this.createConsumers(t)}async createConsumers(t){return t.length===0?Promise.resolve():a(this,q).createConsumers(t)}async closeConsumers(t){if(!t.length)return;const e=t.reduce((r,i)=>{const n=a(this,q).producerIdToConsumerIdMap.get(i.producerId);return n?(r.push(n),r):(this.logger.warn(`consumer not found in close consumers: ${i.producerId}`),r)},[]);await a(this,q).closeConsumers(e)}async _shareWebcam(t){var u,p,f,S;const e=Ee.WEBCAM,r=V(this,ot,yt).call(this,e);if(r){const E=await r;if(a(this,q).producers.has(E)){const P=a(this,q).producers.get(E);if(!P.closed)return await P.replaceTrack({track:t}),await this.resumeWebcam(e),t;await this.disableWebcam()}return this._shareWebcam(t)}const i=V(this,Zd,Bf).call(this,t),n=ga(this.context,"disableSimulcast"),o=(p=(u=this.context)==null?void 0:u.getValue("overrides"))==null?void 0:p.simulcastConfig;n||o&&o.disable||!((S=(f=this.context)==null?void 0:f.getValue("theme"))!=null&&S.isSimulcastEnabled)?this.logger.info("Simulcast disabled for webcam producer, SFU: CF"):(this.logger.info("Simulcast enabled for SFU: CF"),i.encodings=DI(this.context,t),this.logger.info(`Simulcast encodings: ${JSON.stringify(i.encodings)}`));const d=()=>{this.logger.info("Disabling video due to the producer closure"),a(this,at).delete(e)},l=a(this,q).createProducer(i,d);return V(this,Ni,ja).call(this,e,l.then(E=>E.id)),l.then(E=>E.track)}async shareWebcam(t){return t===void 0?null:(this.logger.debug("Calling _shareWebcam with VP8 codec"),this._shareWebcam(t))}async shareScreen(t){const{video:e,audio:r}=t;if(e===void 0)return;const i={track:e,codecOptions:[{name:"VP8"}],appData:{screenShare:!0,e2ee:this.e2ee,supportsRemoteControl:pe.isElectron()},stopTracks:!1},n=()=>{this.logger.info("Disabling screenShare due to the producer closure"),a(this,at).delete(Ee.SCREENSHARE_VIDEO),a(this,at).delete(Ee.SCREENSHARE_AUDIO)},o=a(this,q).createProducer(i,n);V(this,Ni,ja).call(this,Ee.SCREENSHARE_VIDEO,o.then(d=>d.id));let c;if(r){const d={track:r,codecOptions:[{name:"opus"}],appData:{screenShare:!0,e2ee:this.e2ee,supportsRemoteControl:pe.isElectron()},stopTracks:!1,zeroRtpOnPause:!1},l=()=>{};c=a(this,q).createProducer(d,l),V(this,Ni,ja).call(this,Ee.SCREENSHARE_AUDIO,c.then(u=>u.id))}await Promise.all([o,c||Promise.resolve()]),this.context.getValue("callstats").screenShareStart()}async shareMic(t){try{if(t===void 0)throw new Tt("track undefined");const e=V(this,ot,yt).call(this,Ee.MIC);if(e){const o=await e;if(a(this,q).producers.has(o)){const c=a(this,q).producers.get(o);if(!c.closed){await c.replaceTrack({track:t}),await this.resumeMic(),a(this,ht)&&(a(this,ht).audioTrack=t,a(this,ht).producerId=o,a(this,ht).start());return}await a(this,q).closeProducer(o,{stopTrack:!1})}await this.shareMic(t);return}const r=V(this,Xd,$f).call(this,t),i=()=>{a(this,at).delete(Ee.MIC)},n=a(this,q).createProducer(r,i);V(this,Ni,ja).call(this,Ee.MIC,n.then(o=>o.id)),await n.then(o=>{a(this,ht)&&(a(this,ht).audioTrack=o.track,a(this,ht).producerId=o.id,a(this,ht).start())})}catch(e){throw new b(e)}}async pauseMic(){var i;const t=await V(this,ot,yt).call(this,Ee.MIC),e=a(this,q).producers.get(t);if(!e){this.logger.error("pauseMic::could_not_find_mic_producer");return}if(e.paused){this.logger.info("pauseMic::mic_producer_already_paused");return}e.pause(),(i=a(this,ht))==null||i.stop();const r={producerId:e.id,pause:!0};a(this,Qe).sendMessage(a(this,nt).toggleProducer,wc.toBinary(r))}async pauseWebcam(){const t=await V(this,ot,yt).call(this,Ee.WEBCAM),e=a(this,q).producers.get(t);if(!e){this.logger.error("pauseWebcam::could_not_find_webcam_producer");return}e.pause();const r={producerId:e.id,pause:!0};a(this,Qe).sendMessage(a(this,nt).toggleProducer,wc.toBinary(r))}async resumeMic(){const t=await V(this,ot,yt).call(this,Ee.MIC),e=a(this,q).producers.get(t);if(!e){this.logger.error("resumeMic::could_not_find_mic_producer");return}if(!e.pause){this.logger.info("resumeMic::mic_producer_already_resumed");return}e.resume(),e.appData.e2ee&&this.context.getValue("peerSessionStore").emit(w.E2EE_ACTIVE_PRODUCER,e);const r={producerId:e.id,pause:!1};a(this,Qe).sendMessage(a(this,nt).toggleProducer,wc.toBinary(r))}async resumeWebcam(t=Ee.WEBCAM){const e=await V(this,ot,yt).call(this,t),r=a(this,q).producers.get(e);if(!r){this.logger.error("resumeWebcam::could_not_find_webcam_producer");return}if(!r.paused){this.logger.info("resumeWebcam::webcam_producer_already_resumed");return}r.resume(),r.appData.e2ee&&this.context.getValue("peerSessionStore").emit(w.E2EE_ACTIVE_PRODUCER,r);const i={producerId:r.id,pause:!1};a(this,Qe).sendMessage(a(this,nt).toggleProducer,wc.toBinary(i))}async disableWebcam(){const t=Ee.WEBCAM,e=await V(this,ot,yt).call(this,t);V(this,Qd,Uf).call(this,t),e&&await a(this,q).closeProducer(e)}async disableMic(){var e;const t=await V(this,ot,yt).call(this,Ee.MIC);t&&await a(this,q).closeProducer(t),(e=a(this,ht))==null||e.stop(),a(this,at).delete(Ee.MIC)}async disableScreenShare(){this.logger.info("screen_sharing_stopped"),this.context.getValue("callstats").screenShareStop();const t=await V(this,ot,yt).call(this,Ee.SCREENSHARE_VIDEO),e=await V(this,ot,yt).call(this,Ee.SCREENSHARE_AUDIO);t&&await a(this,q).closeProducer(t),e&&await a(this,q).closeProducer(e),a(this,qs).clear(),a(this,at).delete(Ee.SCREENSHARE_VIDEO),a(this,at).delete(Ee.SCREENSHARE_AUDIO)}async muteSelf(){this.pauseMic()}async resetVideoProducers(t,e){if(t){const r=await V(this,ot,yt).call(this,Ee.WEBCAM);await a(this,q).closeProducer(r,{stopTrack:!1}),this.shareWebcam(t)}if(e){const r=await V(this,ot,yt).call(this,Ee.SCREENSHARE_VIDEO);await a(this,q).closeProducer(r,{stopTrack:!1}),this.shareScreen({video:e})}}async changeDisplayName(t,e){const r={displayName:t,participantId:e!=null?e:this.peerId};if(!await a(this,q).socketHandler.changeDisplayName(r))throw new Error("failed to change display name!")}kick(t){const e={peerIds:[t]};a(this,q).socketHandler.kickPeer(e)}kickAll(){a(this,q).socketHandler.kickAll()}async muteAll(t){if(!await a(this,q).socketHandler.hostControlForAll("audio"))throw new Error("failed to mute all participant")}async muteAllVideo(){if(!await a(this,q).socketHandler.hostControlForAll("video"))throw new Error("failed to mute all video participant")}async disableAudio(t){if(!await a(this,q).socketHandler.hostControlForPeer(t,"audio"))throw new Error("failed to mute given participant")}async disableVideo(t){if(!await a(this,q).socketHandler.hostControlForPeer(t,"video"))throw new Error("failed to mute video of given participant")}async pinPeer(t){const e={participantId:t!=null?t:""};try{await a(this,Qe).sendMessagePromise(a(this,nt).globalPinPeer,_w.toBinary(e))}catch(r){this.logger.error("Error in pinning peer:",{error:r})}}validateScreenShare(t){return this.peerId===t.peerId&&a(this,q).producers.get(t.producerId)&&a(this,qs).add(t.consumerPeerId),a(this,qs).size}async switchConsumersToLayer(t,e){const r=t.map(i=>this.getConsumers().get(i));a(this,q).switchConsumersToLayer(r,e)}async handleSocketEvents(){a(this,Qe).on(a(this,nt).peerProducerCreateBroadcast,({payload:t})=>{if(this.mediaJoined)try{const{participantId:e,producerState:r}=bR.fromBinary(t);if(e===this.peerId)return;r!=null&&r.mimeType||(r.mimeType=r.kind===zs.AUDIO?"audio/opus":"video/VP8"),this.logger.info(`producer created broadcast: ${e}, producer state: ${r}`),this.context.getValue("peerSessionStore").emit(w.NEW_PRODUCER,{peerId:e,producer:{...r,kind:r.kind===zs.AUDIO?"audio":"video",producingPeerId:e}})}catch(e){this.logger.error("error in peer-producer-create-broadcast",{error:e})}}),a(this,Qe).on(a(this,nt).peerProducerToggleBroadcast,({payload:t})=>{if(this.mediaJoined)try{const{participantId:e,initiatorParticipantId:r,producerState:{kind:i,pause:n,producerId:o,screenShare:c}}=cp.fromBinary(t);if(c)return;const d=i===zs.AUDIO?"audio":"video";if(this.logger.info(`producer toggle broadcast: ${e}, producerId: ${o}, kind:${d}, paused:${n} payload: ${JSON.stringify(cp.fromBinary(t))}`),e===this.peerId&&r!==this.peerId&&n&&this.context.getValue("peerSessionStore").emit(d==="audio"?w.MUTE_SELF:w.MUTE_SELF_VIDEO),e===this.peerId)return;this.context.getValue("peerSessionStore").emit(w.PRODUCER_TOGGLE,{peerId:e,producerId:o,paused:n,kind:d}),Array.from(this.getConsumers().values()).filter(u=>u.producerId===o).forEach(u=>{u.kind==="video"&&n||u.paused!==n&&(this.logger.debug(`consumer state mismatched for ${u.id}. updating consumer pause state ${u.paused} to ${n}`),n?(u.pause(),this.context.getValue("peerSessionStore").emit(w.CONSUMER_PAUSED,{id:u.id})):(u.resume(),this.context.getValue("peerSessionStore").emit(w.CONSUMER_RESUMED,{id:u.id})))})}catch(e){this.logger.error("error in producer toggle broadcast handler",{error:e})}}),a(this,Qe).on(a(this,nt).peerLeaveBroadcast,({payload:t})=>{if(this.mediaJoined)try{const{participantId:e}=Kl.fromBinary(t);if(e===this.peerId)return;this.logger.info(`peer left broadcast:${e}`),a(this,qs).delete(e),a(this,q).consumers.forEach(r=>{r.peerId===e&&r.close()}),this.context.getValue("peerSessionStore").emit(w.PEER_CLOSED,{id:e})}catch(e){this.logger.error("error in peer left broadcast",{error:e})}}),a(this,Qe).on(a(this,nt).peerProducerCloseBroadcast,({payload:t})=>{if(this.mediaJoined)try{const{participantId:e,producerState:{producerId:r}}=AR.fromBinary(t);if(e===this.peerId)return;this.logger.info(`producer closed broadcast:${e}`),this.context.getValue("peerSessionStore").emit(w.PRODUCER_CLOSED,{peerId:e,producerId:r});const i=a(this,q).producerIdToConsumerIdMap.get(r);if(!i){this.logger.warn(`no consumer found for producer:${r}`);return}this.logger.info(`closing consumer ${i}, producer id: ${r}`),a(this,q).closeConsumer(i).then(()=>{this.logger.info(`closed consumer: ${i}`),a(this,q).producerIdToConsumerIdMap.delete(r),this.context.getValue("peerSessionStore").emit(w.CONSUMER_CLOSED,{id:i})}).catch(n=>{this.logger.error("error closing consumer",{error:n})})}catch(e){this.logger.error("error on producer close broadcast",{error:e})}}),a(this,Qe).on(a(this,nt).mediaRoomTerminationBroadcastResponse,()=>{!this.mediaJoined&&!a(this,Ii)&&!a(this,Di)||(this.logger.warn("media hub termination broadcast received, rejoining room"),this.context.getValue("peerSessionStore").emit(w.ROOM_NODE_DISCONNECTED),a(this,ic).call(this))})}handleCallstatsEvents(){this.context.getValue("callstats").onConsumerScore(t=>{t.forEach((e,r)=>{const i=a(this,q).consumers.get(r);i&&this.context.getValue("peerSessionStore").emit(w.CONSUMER_SCORE_UPDATE,{id:r,kind:i.kind,peerId:i.peerId,score:e.score,scoreStats:e})})}),this.context.getValue("callstats").onProducerScore(t=>{t.forEach((e,r)=>{const i=Array.from(a(this,q).producers.values()).find(n=>n.id===r);i&&this.context.getValue("peerSessionStore").emit(w.PRODUCER_SCORE_UPDATE,{id:r,kind:i.kind,appData:i.appData,score:e.score,scoreStats:e})})})}}sc=new WeakMap,rc=new WeakMap,Qe=new WeakMap,q=new WeakMap,Gd=new WeakMap,nt=new WeakMap,Ii=new WeakMap,Di=new WeakMap,Oi=new WeakMap,ic=new WeakMap,jt=new WeakMap,qs=new WeakMap,at=new WeakMap,ht=new WeakMap,kr=new WeakSet,Zi=function(){return this.context.getValue("connectionHandler")},Wd=new WeakSet,Of=async function(t,e,r,i){m(this,rc,t);try{a(this,jt)?await a(this,jt):await V(this,nc,Pu).call(this,t,e,r,i),V(this,Kd,Lf).call(this,e);const{joined:n,error:o}=await V(this,Jd,Nf).call(this);return{roomJoined:n,error:o}}catch(n){return this.logger.error("Failed to complete room join",{error:n}),{roomJoined:!1,error:n}}finally{m(this,jt,null)}},Jd=new WeakSet,Nf=async function(){try{this.mediaJoined=!0;const{roomState:t}=await a(this,q).socketHandler.notifySelfJoinComplete();return m(this,sc,t.roomUuid),m(this,Di,!0),m(this,Ii,!1),{joined:!0}}catch(t){return this.logger.error("Error completing room join",{error:t}),this.mediaJoined=!1,{joined:!1,error:t}}},Kd=new WeakSet,Lf=function(t){navigator.product!=="ReactNative"&&setTimeout(()=>{try{const r={userId:this.context.getValue("userId"),peerId:this.peerId,roomUUID:t,roomViewType:"groupCall",deviceInfo:{...pe.getDeviceInfo(),userAgent:navigator.userAgent,memory:navigator.deviceMemory,cpus:navigator.hardwareConcurrency},sdkName:this.context.getValue("sdkName"),sdkVersion:this.context.getValue("sdkVersion"),metaData:{},permissions:{}};this.context.getValue("callstats").roomJoined(r)}catch(e){this.logger.error("Error reporting room joined analytics",{error:e})}},0)},nc=new WeakSet,Pu=async function(t,e,r,i){try{const n=V(this,zd,Vf).call(this);await V(this,Yd,xf).call(this,t,e,r,n),await a(this,q).setupTransports({send:!0,recv:!0})}catch(n){throw this.logger.error("Failed to initialize connection",{error:n}),n}},zd=new WeakSet,Vf=function(){const t=k0("video/VP8");return m(this,Gd,t),t},Yd=new WeakSet,xf=async function(t,e,r,i){await hf(async(n,o)=>{if(!a(this,Qe).isConnected){o(new Error("Socket is not connected"));return}n>0&&this.logger.warn("Retry: send joinRoom message",{debuggingHint:`Retry attempt ${n}`});try{await a(this,q).socketHandler.joinRoom(e,t,i,r)}catch(c){throw this.logger.error("Failed to send joinRoom message after retries",{error:c}),c}},{delayTime:1e3,strategy:"exponential",maxRetryCount:15})},ot=new WeakSet,yt=function(t){return a(this,at).get(t)},Ni=new WeakSet,ja=function(t,e){return a(this,at).set(t,e)},Qd=new WeakSet,Uf=function(t){return a(this,at).delete(t)},Xd=new WeakSet,$f=function(t){return{track:t,encodings:[{priority:"high"}],codecOptions:[{name:"opus"}],appData:{e2ee:this.e2ee},stopTracks:!1,zeroRtpOnPause:!1}},Zd=new WeakSet,Bf=function(t){return{track:t,codecOptions:[{name:"VP8"}],appData:{screenShare:!1,e2ee:this.e2ee},stopTracks:!1}};ie([y.trace("MediaNodeClient.reset")],te.prototype,"reset",1);ie([y.trace("MediaNodeClient.joinRoom")],te.prototype,"joinRoom",1);ie([y.trace("MediaNodeClient.leaveRoom")],te.prototype,"leaveRoom",1);ie([y.trace("MediaNodeClient.activatePeers")],te.prototype,"activatePeers",1);ie([y.trace("MediaNodeClient.createConsumers")],te.prototype,"createConsumers",1);ie([y.trace("MediaNodeClient.closeConsumers")],te.prototype,"closeConsumers",1);ie([y.trace("MediaNodeClient._shareWebcam")],te.prototype,"_shareWebcam",1);ie([y.trace("MediaNodeClient.shareWebcam")],te.prototype,"shareWebcam",1);ie([y.trace("MediaNodeClient.shareScreen")],te.prototype,"shareScreen",1);ie([y.trace("MediaNodeClient.shareMic")],te.prototype,"shareMic",1);ie([y.trace("MediaNodeClient.pauseMic")],te.prototype,"pauseMic",1);ie([y.trace("MediaNodeClient.pauseWebcam")],te.prototype,"pauseWebcam",1);ie([y.trace("MediaNodeClient.resumeMic")],te.prototype,"resumeMic",1);ie([y.trace("MediaNodeClient.resumeWebcam")],te.prototype,"resumeWebcam",1);ie([y.trace("MediaNodeClient.disableWebcam")],te.prototype,"disableWebcam",1);ie([y.trace("MediaNodeClient.disableMic")],te.prototype,"disableMic",1);ie([y.trace("MediaNodeClient.disableScreenShare")],te.prototype,"disableScreenShare",1);ie([y.trace("MediaNodeClient.muteSelf")],te.prototype,"muteSelf",1);ie([y.trace("MediaNodeClient.resetVideoProducers")],te.prototype,"resetVideoProducers",1);ie([y.trace("MediaNodeClient.changeDisplayName")],te.prototype,"changeDisplayName",1);ie([y.trace("MediaNodeClient.kickPeer")],te.prototype,"kick",1);ie([y.trace("MediaNodeClient.kickAllPeers")],te.prototype,"kickAll",1);ie([y.trace("MediaNodeClient.muteAll")],te.prototype,"muteAll",1);ie([y.trace("MediaNodeClient.muteAllVideo")],te.prototype,"muteAllVideo",1);ie([y.trace("MediaNodeClient.disableAudio")],te.prototype,"disableAudio",1);ie([y.trace("MediaNodeClient.disableVideo")],te.prototype,"disableVideo",1);ie([y.trace("MediaNodeClient.pinPeer")],te.prototype,"pinPeer",1);ie([y.trace("MediaNodeClient.validateScreenShare")],te.prototype,"validateScreenShare",1);function Hf(s,t){const e=s.getValue("roomNodeClient");if(e){if(e)return e;throw new Error("Room node client already set up.")}const r=new te(s,t);return s.setValue("roomNodeClient",r),r}function W0(s){const t=s.getValue("roomNodeClient");try{t==null||t.leaveRoom()}catch(e){s.getValue("logger").error("roomNodeClient::cleanupRoomNodeClient")}s.setValue("roomNodeClient",void 0)}var J0=Object.defineProperty,K0=Object.getOwnPropertyDescriptor,Ki=(s,t,e,r)=>{for(var i=r>1?void 0:r?K0(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&J0(t,e,i),i},ca,is,Y,pt,Nt,eg;const Ff=(eg=class{constructor(s,t,e,r){g(this,pt);h(this,"self");h(this,"authToken");g(this,ca,void 0);h(this,"viewType");g(this,is,void 0);g(this,Y,void 0);const{socket:i}=e,n=s.getValue("authToken");this.self=t,m(this,Y,s),this.viewType=r,this.authToken=n,m(this,ca,i),m(this,is,e),this.setupEvents()}get peerId(){return a(this,Y).getValue("peerId")}get telemetry(){return a(this,Y).getValue("telemetry")}get logger(){return a(this,Y).getValue("logger")}get mediaJoined(){return a(this,Y).getValue("connectionHandler").mediaJoined}static async init(s,t,e,r,i){const n=ft(),o=s.getValue("peerId"),c=!!s.getValue("cachedUserDetails"),d=await qe.__init__(s,e,r,i,i.name,c);s.setValue("self",d);const l=s.getValue("logger");return navigator.product!=="ReactNative"?setTimeout(async()=>{const p=await d.getAllDevices();l.info("populated_full_device_list",{devices:JSON.stringify(p)}),s.getValue("callstats").devices("AUDIO",p==null?void 0:p.filter(f=>f.kind==="audioinput")),s.getValue("callstats").devices("VIDEO",p==null?void 0:p.filter(f=>f.kind==="videoinput")),s.getValue("callstats").devices("SPEAKER",p==null?void 0:p.filter(f=>f.kind==="audiooutput")),l.info("Callstats:: initializing");try{await s.getValue("callstats").initialize({peerId:o,engineName:pe.getDeviceInfo().engineName,env:s.getValue("env")==="prod"?"prod":"devel",iceServers:await n.getICEServers(),apiBase:s.getValue("apiBase"),flags:{},logger:l,apiHostnames:tC(s),skipConnectivityChecks:!0,authToken:s.getValue("authToken")}),l.info("Callstats:: initialized")}catch(f){l.error("Callstats:: initialization failed",{error:f})}},0):l.info("Callstats:: Skipped initialization due to navigator product being ReactNative."),new Ff(s,d,t,i.viewType)}async shareMediaTracks(){var c;const{audioTrack:s,videoTrack:t,permissions:e,audioEnabled:r,videoEnabled:i,screenShareEnabled:n,screenShareTracks:o}=this.self;if(e.canProduceAudio===F.Allowed&&r)try{await a(this,pt,Nt).shareMic(s),this.self.audioEnabled||a(this,pt,Nt).pauseMic()}catch(d){this.self.disableAudio()}if(e.canProduceVideo===F.Allowed&&i)try{await a(this,pt,Nt).shareWebcam(t),this.self.videoEnabled||a(this,pt,Nt).pauseWebcam()}catch(d){this.self.disableVideo()}if(e.canProduceScreenshare===F.Allowed&&n)try{await((c=a(this,pt,Nt))==null?void 0:c.shareScreen({video:o.video,audio:o.audio}))}catch(d){this.self.disableScreenShare()}}async kickHandler(s){let t="kicked";(s==null?void 0:s.kickType)==="kickAll"&&(t="ended"),this.leaveRoom(t)}waitlistedHandler(){this.logger.info("SelController.waitlisted"),this.self.waitlistStatus="waiting",this.self.roomState="waitlisted",this.self.emit("waitlisted")}waitlistAcceptHandler(){if(this.logger.info("SelController.waitlistAccepted"),this.self.waitlistStatus==="accepted"){this.logger.warn("SelfController.WAITLIST_ACCEPTED.UserAlreadyAccepted");return}this.self.waitlistStatus="accepted",this.joinRoom()}waitlistRejectedHandler(){if(this.logger.info("SelfController.waitlistRejected"),this.self.waitlistStatus==="rejected"){this.logger.warn("SelfController.WAITLIST_REJECTED.UserAlreadyRejected");return}this.self.waitlistStatus="rejected",this.leaveRoom("rejected")}async resetSelf(s){a(this,Y).getValue("callstats").callEnded(),a(this,pt,Nt).reset(),s&&await this.joinRoom(s)}setupEvents(){a(this,Y).getValue("peerSessionStore").on(w.RESET_PRODUCER_STATE,async()=>{this.mediaJoined&&this.shareMediaTracks()}),a(this,Y).getValue("peerSessionStore").on(w.ROOM_NODE_RECONNECTED,()=>{this.self.roomState="joined",this.self.emit("roomJoined",{reconnected:!0})}),a(this,Y).getValue("peerSessionStore").on(w.ROOM_NODE_DISCONNECTED,()=>{this.self.roomState!=="disconnected"&&(this.self.roomState="disconnected",this.self.emit("roomLeft",{state:"disconnected"}))}),a(this,Y).getValue("peerSessionStore").on(w.ROOM_NODE_FAILED,()=>{this.self.roomState="failed",this.self.emit("roomLeft",{state:"failed"})}),a(this,Y).getValue("peerSessionStore").on(w.SOCKET_SERVICE_RECONNECTED,({wasJoinAttempted:s})=>{s===!1&&(this.self.roomState="init"),this.resetSelf(s)}),a(this,Y).getValue("peerSessionStore").on(w.SOCKET_SERVICE_DISCONNECTED,({joinAttempted:s})=>{if(this.self.roomState==="disconnected")return;const{peerId:t}=this;a(this,ca).updateURL(t),a(this,Y).getValue("telemetry").resetPeerId(t),ft().setHeader("tracing-id",t),Lr.remapContext(t,a(this,Y)),this.self.roomState="disconnected",this.self.emit("roomLeft",{state:"disconnected"})}),a(this,Y).getValue("peerSessionStore").on(w.SOCKET_SERVICE_FAILED,()=>{this.self.roomState="failed",this.self.emit("roomLeft",{state:"failed"})}),a(this,is).on(x.waitingRoomRequestAccepted,()=>{this.waitlistAcceptHandler()}),a(this,is).on(Vc.updateUserPreset,s=>{s.updatePeersPresets.forEach(t=>{t.userIds===this.self.userId&&a(this,Y).getValue("peerSessionStore").emit(w.UPDATE_PERMISSIONS,t.patch)})}),a(this,is).on(x.waitingRoomRequestDenied,()=>{this.waitlistRejectedHandler()}),a(this,is).on(x.kick,()=>{this.kickHandler({kickType:"kick"})}),a(this,is).on(x.kickAll,()=>{this.kickHandler({kickType:"kickAll"})}),a(this,Y).getValue("peerSessionStore").onAsync(w.JOIN_MEDIA_ROOM,this.joinMediaRoom.bind(this)),a(this,Y).getValue("peerSessionStore").on(w.PRODUCER_SCORE_UPDATE,({score:s,kind:t,appData:e,scoreStats:r})=>{var n;const i=(n=e==null?void 0:e.screenShare)!=null?n:!1;this.self.emit("mediaScoreUpdate",{kind:t,isScreenshare:i,score:s,participantId:this.self.id,scoreStats:r})}),a(this,Y).getValue("peerSessionStore").on(w.MUTE_SELF,async()=>{this.self.audioEnabled&&(await this.self.disableAudio(),a(this,Y).getValue("callstats").audioOff())}),a(this,Y).getValue("peerSessionStore").on(w.MUTE_SELF_VIDEO,async()=>{this.self.videoEnabled&&(await this.self.disableVideo(),a(this,Y).getValue("callstats").videoOff())}),a(this,Y).getValue("peerSessionStore").onAsync(w.LEAVE_MEDIA_ROOM,this.leaveMediaRoom.bind(this)),a(this,Y).getValue("peerSessionStore").on(w.PIP_HANGUP,this.leaveRoom.bind(this))}async joinRoom(s=!1){try{const{peer:t}=await a(this,is).joinRoom(this.self);a(this,is).socket.flush();const e=Qu(t.stageType);if(a(this,Y).setValue("stageStatus",e,!1),t.waitlisted){this.waitlistedHandler();return}}catch(t){throw this.logger.error("SelfController.joinRoom: socket join failed",{error:t}),new b("Check the network and try again.","0002")}try{await this.joinMediaRoom(s),a(this,Y).notify("stageStatus")}catch(t){throw this.logger.error("SelfController.joinRoom: media room join failed",{error:t}),t instanceof hr&&t.message==="ice connection failed"?new b("A firewall or network restriction may be blocking the connection.","0014"):new b("Check the network and try again.","0014")}}async leaveRoom(s="left"){var t;if(this.logger.info(`Leaving room with state: ${s}`),s==="rejected"){this.self.roomState=s,this.self.emit("roomLeft",{state:s});return}this.self.setIsPinned(!1),a(this,Y).setValue("stageStatus","OFF_STAGE",!1),await this.leaveMediaRoom(s),a(this,Y).setValue("roomNodeClient",void 0),a(this,Y).notify("stageStatus"),(t=a(this,Y).getValue("roomSocketHandler"))==null||t.cleanup(),this.self.roomState=s,this.self.emit("roomLeft",{state:s}),this.logger.info(`roomLeft event emitted with state: ${s}`)}async joinMediaRoom(s=!1){var n,o;const{peerId:t,viewType:e,meetingId:r,stageStatus:i}=a(this,Y).getAllValues();try{if(e===Ks.Livestream){if(i!=="ON_STAGE"){this.self.roomState="joined",this.self.emit("roomJoined",{reconnected:s});return}Hf(a(this,Y),{socket:a(this,ca),peerId:t})}const{canProduceAudio:c,canProduceVideo:d,canProduceScreenshare:l}=this.self.permissions,{roomJoined:u,error:p}=(o=await((n=a(this,pt,Nt))==null?void 0:n.joinRoom(this.self.name,r,s,s,{canProduceAudio:c,canProduceVideo:d,canProduceScreenshare:l})))!=null?o:{};if(!u)throw p!=null?p:new Error("Could not connect to media server");i==="ON_STAGE"&&await this.shareMediaTracks(),this.self.roomState="joined",this.self.emit("roomJoined",{reconnected:s})}catch(c){throw this.logger.error("SelfController.mediaRoomJoin",{error:c}),c}}async leaveMediaRoom(s){const t=a(this,Y).getValue("viewType");s!=="connected-meeting"&&await this.cleanupSelf(),!(s==="stageLeft"&&t===Ks.Webinar)&&a(this,pt,Nt)&&(a(this,pt,Nt).mediaJoined&&s!=="disconnected"&&await a(this,pt,Nt).leaveRoom(),!(s==="stageLeft"&&t===Ks.Livestream)&&(a(this,pt,Nt).mediaJoined=!1))}async cleanupSelf(){await this.self.disableAudio(),await this.self.disableVideo(),await this.self.disableScreenShare(),this.self.cleanUpTracks(),this.self.destructMediaHandler(),navigator.isReactNative||this.self.removeDocumentEventListeners()}},ca=new WeakMap,is=new WeakMap,Y=new WeakMap,pt=new WeakSet,Nt=function(){return a(this,Y).getValue("roomNodeClient")},eg);let Fr=Ff;Ki([y.trace("SelfController.resetSelf")],Fr.prototype,"resetSelf",1);Ki([y.trace("SelfController.setupEvents")],Fr.prototype,"setupEvents",1);Ki([y.trace("SelfController.joinRoom")],Fr.prototype,"joinRoom",1);Ki([y.trace("SelfController.leaveRoom")],Fr.prototype,"leaveRoom",1);Ki([y.trace("SelfController.joinMediaRoom")],Fr.prototype,"joinMediaRoom",1);Ki([y.trace("SelfController.leaveMediaRoom")],Fr.prototype,"leaveMediaRoom",1);Ki([y.trace("SelfController.init")],Fr,"init",1);var ac;class z0{constructor(t){g(this,ac,void 0);m(this,ac,t)}on(t,e){let r;t===x.roomPeerCount?r=up.fromBinary.bind(up):r=vp.fromBinary.bind(vp),a(this,ac).on(t,({payload:i})=>{if(t===x.roomPeerCount&&!i)return;const n=r(i);e(n)})}}ac=new WeakMap;var oc,cc;class Y0{constructor(t,e){g(this,oc,void 0);g(this,cc,void 0);m(this,oc,e),m(this,cc,t)}get logger(){return a(this,cc).getValue("logger")}on(t,e){let r,i;switch(t){case x.transcript:{r=Ml.fromBinary.bind(Ml),i=Ml.create();break}default:{this.logger.debug("AISocketHandler switch case hit default, event not accounted for.");break}}a(this,oc).on(t,({payload:n})=>{let o=i;try{o=r(n)}catch(c){this.logger.error("aiSocketHandler::on::binary_decode_error",{error:c})}return e(o)})}}oc=new WeakMap,cc=new WeakMap;var Q0=Object.defineProperty,X0=Object.getOwnPropertyDescriptor,lh=(s,t,e,r)=>{for(var i=r>1?void 0:r?X0(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&Q0(t,e,i),i},js,da;class Tl{constructor(t,e){g(this,js,void 0);g(this,da,void 0);m(this,js,e),m(this,da,t)}get logger(){return a(this,da).getValue("logger")}get telemetry(){return a(this,da).getValue("telemetry")}getPolls(){return a(this,js).sendMessagePromise(Rs.getPolls)}createPoll(t,e,r=!1,i=!1){const n={anonymous:r,hideVotes:i,question:t,options:e};return a(this,js).sendMessage(Rs.createPoll,nA.toBinary(n))}votePoll(t,e){const r={index:e,pollId:t};return a(this,js).sendMessage(Rs.votePoll,oA.toBinary(r))}on(t,e){let r,i;switch(t){case Rs.updatePoll:case Rs.createPoll:case Rs.votePoll:{r=Ll.fromBinary.bind(Ll),i=Ll.create();break}}a(this,js).on(t,({payload:n})=>{let o=i;try{o=r(n)}catch(c){this.logger.error("pollSocketHandler::on::binary_decode_error",{error:c})}return e(o)})}removeListeners(t){a(this,js).removeListeners(t)}}js=new WeakMap,da=new WeakMap;lh([y.trace("PollSocketHandler.getPolls")],Tl.prototype,"getPolls",1);lh([y.trace("PollSocketHandler.createPoll")],Tl.prototype,"createPoll",1);lh([y.trace("PollSocketHandler.votePoll")],Tl.prototype,"votePoll",1);var Z0=Object.defineProperty,eD=Object.getOwnPropertyDescriptor,tD=(s,t,e,r)=>{for(var i=r>1?void 0:r?eD(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&Z0(t,e,i),i},Rt;class qf{constructor(t,e){h(this,"socket");g(this,Rt,void 0);m(this,Rt,t),this.socket=e,this.handleSocketEvents(),a(this,Rt).setValue("roomSocketHandler",this)}get telemetry(){return a(this,Rt).getValue("telemetry")}get logger(){return a(this,Rt).getValue("logger")}cleanup(){var t;try{(t=this.socket)==null||t.disconnect()}catch(e){this.logger.error("roomSocketHandler::cleanup")}}async joinRoom(t){var i;this.socket.joinAttempted=!0;const e={capabilities:[],peer:{displayName:(i=t.name)!=null?i:"Participant",customParticipantId:t.customParticipantId,peerId:t.id,userId:t.userId,displayPictureUrl:t.picture,waitlisted:!1},roomUuid:""},r=this.socket.sendMessagePromise(x.joinRoom,nb.toBinary(e));try{const{peer:n}=Yi.fromBinary((await r).payload);a(this,Rt).getValue("connectionHandler").socketJoined=!0,a(this,Rt).getValue("peerSessionStore").emit(w.SOCKET_SERVICE_ROOM_JOINED,{peer:n});const o=this.getRoomState(),c=this.getRoomPeersNonPaginated(),[{room:d},{peers:l}]=await Promise.all([o,c]);return a(this,Rt).getValue("peerSessionStore").emit(w.ROOM_STATE,d),a(this,Rt).getValue("peerSessionStore").emit(w.SOCKET_PEERS,l),{peer:n}}catch(n){throw this.logger.error("RoomSocketHandler.joinRoom.failed",{error:n}),n}}async getAllAddedParticipants(){try{return qb.fromBinary((await this.socket.sendMessagePromise(x.getAllAddedParticipants)).payload).participants.map(({id:e,...r})=>({...r,userId:e}))}catch(t){return[]}}async getRoomPeers(t,e,r){let i;try{const n={seachQuery:t,limit:e,offset:r},o=await this.socket.sendMessagePromise(x.getRoomPeersInfo,zR.toBinary(n));i=Al.fromBinary(o.payload)}catch(n){this.logger.error("getRoomPeers::binary_decode_error",{error:n})}return i}async getRoomPeersNonPaginated(){let t;try{const e=await this.socket.sendMessagePromise(x.getRoomPeersInfo);t=Al.fromBinary(e.payload)}catch(e){this.logger.error("getRoomJoinedPeers::binary_decode_error",{error:e})}return t}async getStagePeers(){let t;try{const e=await this.socket.sendMessagePromise(x.getRoomPeersInfo);t=Al.fromBinary(e.payload)}catch(e){this.logger.error("getRoomJoinedPeers::binary_decode_error",{error:e})}return t}async getPeerInfo(t){let e;try{const r=await this.socket.sendMessagePromise(x.getPeerInfo,Am.toBinary({peerId:t}));e=Yi.fromBinary(r.payload)}catch(r){this.logger.error("getPeerInfo::binary_decode_error",{error:r})}return e}async getRoomState(){let t=hp.create();try{const e=await this.socket.sendMessagePromise(x.getRoomInfo);t=hp.fromBinary(e.payload)}catch(e){this.logger.error("getRoomState::binary_decode_error",{error:e})}return t}async getRoomStageState(){let t=fp.create();try{const e=await this.socket.sendMessagePromise(x.getRoomStageState);t=fp.fromBinary(e.payload)}catch(e){this.logger.error("getRoomStageState::binary_decode_error",{error:e})}return t}async broadcastMessage(t,e){const r={type:t,payload:new TextEncoder().encode(JSON.stringify(e)),timestamp:Date.now(),ids:[]};return this.socket.sendMessagePromise(x.broadcastMessage,La.toBinary(r))}async broadcastToMeetings(t,e,r){const i={type:t,payload:new TextEncoder().encode(JSON.stringify(r)),timestamp:Date.now(),ids:e,broadcastType:1};return this.socket.sendMessagePromise(x.broadcastToEntity,La.toBinary(i))}async broadcastToPeers(t,e,r){const i={type:t,payload:new TextEncoder().encode(JSON.stringify(r)),timestamp:Date.now(),ids:e,broadcastType:0};return this.socket.sendMessage(x.broadcastToEntity,La.toBinary(i))}async leaveRoom(){this.socket.joinAttempted=!1,this.socket.sendMessagePromise(x.leaveRoom,ob.toBinary({}))}async kick(t){const e={peerIds:[t]};this.socket.sendMessage(x.kick,Dm.toBinary(e))}async kickAll(t=!1){const e={propagateKickAcrossRooms:t};this.socket.sendMessage(x.kickAll,bm.toBinary(e))}getWaitingRoomRequests(){this.socket.sendMessage(x.getWaitingRoomRequests)}acceptWaitingRoomRequest(t){const e={userIds:t};this.socket.sendMessage(x.acceptWaitingRoomRequests,zb.toBinary(e))}rejectWaitingRoomRequest(t){const e={userIds:t};this.socket.sendMessage(x.denyWaitingRoomRequests,Qb.toBinary(e))}async updatePermissions(t,e){const r={updatePeersPresets:[]};return t.forEach(i=>{r.updatePeersPresets.push({userIds:i,patch:e})}),this.socket.sendMessagePromise(Vc.updateUserPreset,Rk.toBinary(r))}handleSocketEvents(){this.socket.on(x.broadcastMessage,({payload:t})=>{try{const e=La.fromBinary(t);a(this,Rt).getValue("peerSessionStore").emit(w.ROOM_MESSAGE,{payload:JSON.parse(new TextDecoder().decode(e.payload)),type:e.type,timestamp:e.timestamp})}catch(e){this.logger.error("failed to decode broadcast message:",e)}}),this.socket.on(x.broadcastToEntity,({payload:t})=>{try{const e=La.fromBinary(t);a(this,Rt).getValue("peerSessionStore").emit(w.MESSAGE,{payload:JSON.parse(new TextDecoder().decode(e.payload)),type:e.type,timestamp:e.timestamp})}catch(e){this.logger.error("failed to decode peer broadcast message:",e)}})}on(t,e){let r,i;switch(t){case x.joinRoom:case x.leaveRoom:case x.kick:case x.kickAll:{r=Yi.fromBinary.bind(Yi),i=Yi.create();break}case x.getWaitingRoomRequests:{r=(n,o)=>n?mp.fromBinary(n,o):{requests:[]},i=mp.create();break}case x.recordingPaused:case x.recordingStarted:case x.recordingStopped:{r=Pp.fromBinary.bind(Pp);break}case Vc.updateUserPreset:{r=Tp.fromBinary.bind(Tp);break}case as.peerJoinedBroadcast:case ur.peerJoinedBroadcast:{r=ap.fromBinary.bind(ap);break}case as.selfJoinComplete:case ur.selfJoinComplete:{r=Jl.fromBinary.bind(Jl);break}case as.globalPeerPinBroadcast:case ur.globalPeerPinBroadcast:{r=dp.fromBinary.bind(dp);break}case as.selectedPeer:case ur.selectedPeer:{r=Wl.fromBinary.bind(Wl);break}case as.selectedPeerDiff:case ur.selectedPeerDiff:{r=np.fromBinary.bind(np);break}case as.leaveRoom:case ur.leaveRoom:{r=Kl.fromBinary.bind(Kl);break}}this.socket.on(t,({payload:n})=>{let o=i;if(!r)return e(void 0);try{o=r(n)}catch(c){this.logger.error("roomSocketHandler::on::binary_decode_error",{error:c})}return e(o)})}async getUserPermissions(t){const e={userIds:[t]};try{const r=await this.socket.sendMessagePromise(Vc.getUserPresets,vk.toBinary(e)),i=_k.fromBinary(r.payload).peerPresets[0],n=new TextDecoder().decode(i.preset),o=JSON.parse(n).permissions;return{chat:o.chat,polls:o.polls,plugins:o.plugins}}catch(r){throw this.logger.error("Error in getting user preset",{error:r}),r}}}Rt=new WeakMap;tD([y.trace("RoomSocketHandler.joinRoom")],qf.prototype,"joinRoom",1);var gt;class sD{constructor(t){g(this,gt,void 0);m(this,gt,t)}async getStageRequests(){const{payload:t}=await a(this,gt).sendMessagePromise(x.getStageRequests);return t?Nl.fromBinary(t):{stageRequests:[]}}requestAccess(){a(this,gt).sendMessage(x.requestStageAccess)}cancelRequestAccess(){a(this,gt).sendMessage(x.cancelStageRequest)}async grantAccess(t){const e={userIds:t};a(this,gt).sendMessage(x.grantStageAccess,zM.toBinary(e))}async denyAccess(t){const e={userIds:t};a(this,gt).sendMessage(x.denyStageAccess,QM.toBinary(e))}joinStage(){return a(this,gt).sendMessagePromise(x.joinStage,void 0,void 0,x.peerStageStatusUpdate)}leaveStage(t){const e={userIds:[t]};return a(this,gt).sendMessagePromise(x.leaveStage,Ep.toBinary(e),void 0,x.peerStageStatusUpdate)}kick(t){const e={userIds:t};return a(this,gt).sendMessagePromise(x.leaveStage,Ep.toBinary(e))}on(t,e){let r;switch(t){case x.grantStageAccess:case x.denyStageAccess:{r=void 0;break}case x.getStagePeers:{r=yp.fromBinary.bind(yp);break}case x.getStageRequests:case x.requestStageAccess:case x.cancelStageRequest:{r=Nl.fromBinary.bind(Nl);break}case x.peerStageStatusUpdate:{r=lp.fromBinary.bind(lp);break}}a(this,gt).on(t,({payload:i,id:n})=>{if(!i||!r)return e(void 0,n);const o=r(i);return e(o,n)})}async getPeerInfo(t){const e=await a(this,gt).sendMessagePromise(x.getPeerInfo,Am.toBinary({peerId:t}));return Yi.fromBinary(e.payload)}}gt=new WeakMap;var Mr,la;class rD{constructor(t,e){g(this,Mr,void 0);g(this,la,void 0);m(this,Mr,e),m(this,la,t)}get logger(){return a(this,la).getValue("logger")}get peerId(){return a(this,la).getValue("peerId")}storeInsertKeys(t,e,r,i){const n={pluginId:t,storeName:e,insertKeys:r.map(o=>({storeKey:o.key,payload:new TextEncoder().encode(JSON.stringify(o.payload))}))};a(this,Mr).sendMessage(ws.storeInsertKeys,MM.toBinary(n),i)}storeGetKeys(t,e,r,i){const n={pluginId:t,storeName:e,getKeys:r.map(o=>({storeKey:o.key}))};a(this,Mr).sendMessage(ws.storeGetKeys,IM.toBinary(n),i)}storeDeleteKeys(t,e,r,i){const n={pluginId:t,storeName:e,deleteKeys:r.map(o=>({storeKey:o.key}))};a(this,Mr).sendMessage(ws.storeDeleteKeys,OM.toBinary(n),i)}on(t,e){const r=Sp.fromBinary.bind(Sp);a(this,Mr).on(t,({payload:i,id:n})=>{const o=r(i);return e(o,n)})}}Mr=new WeakMap,la=new WeakMap;var iD=Object.defineProperty,nD=(s,t,e)=>t in s?iD(s,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):s[t]=e,aD=(s,t,e)=>(nD(s,typeof t!="symbol"?t+"":t,e),e),uh=(s,t,e)=>{if(!t.has(s))throw TypeError("Cannot "+e)},A=(s,t,e)=>(uh(s,t,"read from private field"),e?e.call(s):t.get(s)),le=(s,t,e)=>{if(t.has(s))throw TypeError("Cannot add the same private member more than once");t instanceof WeakSet?t.add(s):t.set(s,e)},ee=(s,t,e,r)=>(uh(s,t,"write to private field"),r?r.call(s,e):t.set(s,e),e),fe=(s,t,e)=>(uh(s,t,"access private method"),e),rd={},oD={get exports(){return rd},set exports(s){rd=s}},hn=typeof Reflect=="object"?Reflect:null,Dp=hn&&typeof hn.apply=="function"?hn.apply:function(s,t,e){return Function.prototype.apply.call(s,t,e)},qc;hn&&typeof hn.ownKeys=="function"?qc=hn.ownKeys:Object.getOwnPropertySymbols?qc=function(s){return Object.getOwnPropertyNames(s).concat(Object.getOwnPropertySymbols(s))}:qc=function(s){return Object.getOwnPropertyNames(s)};function cD(s){console&&console.warn&&console.warn(s)}var jf=Number.isNaN||function(s){return s!==s};function re(){re.init.call(this)}oD.exports=re;rd.once=hD;re.EventEmitter=re;re.prototype._events=void 0;re.prototype._eventsCount=0;re.prototype._maxListeners=void 0;var Op=10;function Sl(s){if(typeof s!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof s)}Object.defineProperty(re,"defaultMaxListeners",{enumerable:!0,get:function(){return Op},set:function(s){if(typeof s!="number"||s<0||jf(s))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+s+".");Op=s}});re.init=function(){(this._events===void 0||this._events===Object.getPrototypeOf(this)._events)&&(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0};re.prototype.setMaxListeners=function(s){if(typeof s!="number"||s<0||jf(s))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+s+".");return this._maxListeners=s,this};function Gf(s){return s._maxListeners===void 0?re.defaultMaxListeners:s._maxListeners}re.prototype.getMaxListeners=function(){return Gf(this)};re.prototype.emit=function(s){for(var t=[],e=1;e<arguments.length;e++)t.push(arguments[e]);var r=s==="error",i=this._events;if(i!==void 0)r=r&&i.error===void 0;else if(!r)return!1;if(r){var n;if(t.length>0&&(n=t[0]),n instanceof Error)throw n;var o=new Error("Unhandled error."+(n?" ("+n.message+")":""));throw o.context=n,o}var c=i[s];if(c===void 0)return!1;if(typeof c=="function")Dp(c,this,t);else for(var d=c.length,l=Yf(c,d),e=0;e<d;++e)Dp(l[e],this,t);return!0};function Wf(s,t,e,r){var i,n,o;if(Sl(e),n=s._events,n===void 0?(n=s._events=Object.create(null),s._eventsCount=0):(n.newListener!==void 0&&(s.emit("newListener",t,e.listener?e.listener:e),n=s._events),o=n[t]),o===void 0)o=n[t]=e,++s._eventsCount;else if(typeof o=="function"?o=n[t]=r?[e,o]:[o,e]:r?o.unshift(e):o.push(e),i=Gf(s),i>0&&o.length>i&&!o.warned){o.warned=!0;var c=new Error("Possible EventEmitter memory leak detected. "+o.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");c.name="MaxListenersExceededWarning",c.emitter=s,c.type=t,c.count=o.length,cD(c)}return s}re.prototype.addListener=function(s,t){return Wf(this,s,t,!1)};re.prototype.on=re.prototype.addListener;re.prototype.prependListener=function(s,t){return Wf(this,s,t,!0)};function dD(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length===0?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function Jf(s,t,e){var r={fired:!1,wrapFn:void 0,target:s,type:t,listener:e},i=dD.bind(r);return i.listener=e,r.wrapFn=i,i}re.prototype.once=function(s,t){return Sl(t),this.on(s,Jf(this,s,t)),this};re.prototype.prependOnceListener=function(s,t){return Sl(t),this.prependListener(s,Jf(this,s,t)),this};re.prototype.removeListener=function(s,t){var e,r,i,n,o;if(Sl(t),r=this._events,r===void 0)return this;if(e=r[s],e===void 0)return this;if(e===t||e.listener===t)--this._eventsCount===0?this._events=Object.create(null):(delete r[s],r.removeListener&&this.emit("removeListener",s,e.listener||t));else if(typeof e!="function"){for(i=-1,n=e.length-1;n>=0;n--)if(e[n]===t||e[n].listener===t){o=e[n].listener,i=n;break}if(i<0)return this;i===0?e.shift():lD(e,i),e.length===1&&(r[s]=e[0]),r.removeListener!==void 0&&this.emit("removeListener",s,o||t)}return this};re.prototype.off=re.prototype.removeListener;re.prototype.removeAllListeners=function(s){var t,e,r;if(e=this._events,e===void 0)return this;if(e.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):e[s]!==void 0&&(--this._eventsCount===0?this._events=Object.create(null):delete e[s]),this;if(arguments.length===0){var i=Object.keys(e),n;for(r=0;r<i.length;++r)n=i[r],n!=="removeListener"&&this.removeAllListeners(n);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if(t=e[s],typeof t=="function")this.removeListener(s,t);else if(t!==void 0)for(r=t.length-1;r>=0;r--)this.removeListener(s,t[r]);return this};function Kf(s,t,e){var r=s._events;if(r===void 0)return[];var i=r[t];return i===void 0?[]:typeof i=="function"?e?[i.listener||i]:[i]:e?uD(i):Yf(i,i.length)}re.prototype.listeners=function(s){return Kf(this,s,!0)};re.prototype.rawListeners=function(s){return Kf(this,s,!1)};re.listenerCount=function(s,t){return typeof s.listenerCount=="function"?s.listenerCount(t):zf.call(s,t)};re.prototype.listenerCount=zf;function zf(s){var t=this._events;if(t!==void 0){var e=t[s];if(typeof e=="function")return 1;if(e!==void 0)return e.length}return 0}re.prototype.eventNames=function(){return this._eventsCount>0?qc(this._events):[]};function Yf(s,t){for(var e=new Array(t),r=0;r<t;++r)e[r]=s[r];return e}function lD(s,t){for(;t+1<s.length;t++)s[t]=s[t+1];s.pop()}function uD(s){for(var t=new Array(s.length),e=0;e<t.length;++e)t[e]=s[e].listener||s[e];return t}function hD(s,t){return new Promise(function(e,r){function i(o){s.removeListener(t,n),r(o)}function n(){typeof s.removeListener=="function"&&s.removeListener("error",i),e([].slice.call(arguments))}Qf(s,t,n,{once:!0}),t!=="error"&&pD(s,i,{once:!0})})}function pD(s,t,e){typeof s.on=="function"&&Qf(s,"error",t,e)}function Qf(s,t,e,r){if(typeof s.on=="function")r.once?s.once(t,e):s.on(t,e);else if(typeof s.addEventListener=="function")s.addEventListener(t,function i(n){r.once&&s.removeEventListener(t,i),e(n)});else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof s)}class gD extends T.MessageType{constructor(){super("message.v1.SocketMessage",[{no:1,name:"event",kind:"scalar",T:13},{no:2,name:"id",kind:"scalar",opt:!0,T:9},{no:3,name:"payload",kind:"scalar",opt:!0,T:12},{no:4,name:"metadata",kind:"scalar",opt:!0,T:12}])}}const Np=new gD;class Xf{static encode(t){return Np.toBinary(t)}static decode(t){return Np.fromBinary(new Uint8Array(t))}}function mD(s,t){return Math.floor(Math.random()*(t-s+1)+s)}var dr;class fD{constructor(t={}){aD(this,"opts"),le(this,dr,void 0),this.opts={initialTimeout:t.initialTimeout||1e3,maxTimeout:t.maxTimeout||1e4,factor:t.factor||2},ee(this,dr,0)}async wait(){ee(this,dr,A(this,dr)+1);const t=mD(0,Math.min(this.opts.maxTimeout,this.opts.initialTimeout*2**A(this,dr)));await new Promise(e=>{setTimeout(e,t)})}getAttempts(){return A(this,dr)}reset(){ee(this,dr,0)}}dr=new WeakMap;const nr={debug:0,info:1,warn:2,error:3};var Kr,zr;class TD{constructor(t){le(this,Kr,void 0),le(this,zr,void 0),ee(this,Kr,console),ee(this,zr,t)}debug(...t){nr[A(this,zr)]>nr.debug||A(this,Kr).debug("[Sockrates]:",...t)}info(...t){nr[A(this,zr)]>nr.info||A(this,Kr).info("[Sockrates]:",...t)}warn(...t){nr[A(this,zr)]>nr.warn||A(this,Kr).warn("[Sockrates]:",...t)}error(...t){nr[A(this,zr)]>nr.error||A(this,Kr).error("[Sockrates]:",...t)}}Kr=new WeakMap,zr=new WeakMap;var Zf=(s=>(s[s.CONNECTING=0]="CONNECTING",s[s.OPEN=1]="OPEN",s[s.CLOSING=2]="CLOSING",s[s.CLOSED=3]="CLOSED",s))(Zf||{});const SD="2",vD="3";var Ce,en,me,Ae,lr,Fe,Ws,Or,ns,tn,Cs,_u,eT,Ga,jc,Cu,tT,wu,Lp,id,Ru,bu,sT,za,Gc,Ya,nd,ad,ku,pn,Qa,Xa,od;class yD{constructor(t,e){var f,S,E,P,C,k,I,L,N,$;le(this,_u),le(this,Ga),le(this,Cu),le(this,wu),le(this,id),le(this,bu),le(this,za),le(this,Ya),le(this,ad),le(this,pn),le(this,Xa),le(this,Ce,void 0),le(this,en,void 0),le(this,me,void 0),le(this,Ae,void 0),le(this,lr,void 0),le(this,Fe,void 0),le(this,Ws,void 0),le(this,Or,void 0),le(this,ns,void 0),le(this,tn,void 0),le(this,Cs,void 0);var r,i,n,o,c,d,l,u,p;ee(this,en,t),ee(this,lr,[]),ee(this,Fe,new rd),ee(this,Ws,!0),ee(this,ns,!1),ee(this,me,e!=null?e:{}),(f=(r=A(this,me)).autoReconnect)!=null||(r.autoReconnect=!0),(S=(i=A(this,me)).retryConnectionInterval)!=null||(i.retryConnectionInterval=1e3),(E=(n=A(this,me)).pingTimeout)!=null||(n.pingTimeout=3e4),(P=(o=A(this,me)).connectionTimeout)!=null||(o.connectionTimeout=5e3),(C=(c=A(this,me)).debug)!=null||(c.debug=!0),(k=(d=A(this,me)).maxReconnectionAttempts)!=null||(d.maxReconnectionAttempts=10),(I=(l=A(this,me)).disconnectOnPingTimeout)!=null||(l.disconnectOnPingTimeout=!0),(L=(u=A(this,me)).queueOnDisconnect)!=null||(u.queueOnDisconnect=!1),(N=(p=A(this,me)).flushOnReconnect)!=null||(p.flushOnReconnect=!1),ee(this,Or,{code:void 0,reason:void 0}),ee(this,Ae,($=A(this,me).logger)!=null?$:new TD(A(this,me).debug?"debug":"info")),ee(this,Cs,new fD)}get readyState(){var t;return(t=A(this,Ce))==null?void 0:t.readyState}get url(){return A(this,en)}updateURL(t){ee(this,en,t),fe(this,bu,sT).call(this)}get config(){return A(this,me)}get sendQueue(){return A(this,lr)}flush(){if(!A(this,me).queueOnDisconnect)return!1;const t=[];return A(this,lr).forEach(e=>{this.send(e.event,e.id,e.payload,e.metadata)||t.push(e)}),ee(this,lr,t),A(this,lr)}async connect(t=!1){if(!t&&[0,1].includes(this.readyState)){A(this,Ae).debug("Websocket was already connecting or connected.");return}if(A(this,Ws)!==!1)return new Promise((e,r)=>{fe(this,pn,Qa).call(this),fe(this,Xa,od).call(this);try{ee(this,Ce,new WebSocket(fe(this,_u,eT).call(this,A(this,en)))),A(this,Ce).binaryType="arraybuffer",A(this,Ae).debug("Connecting");const i=setTimeout(()=>{A(this,Ae).debug("Connection timeout. Closing socket"),ee(this,Ws,!0),fe(this,Xa,od).call(this),A(this,Ce).close(3001,"Connection Timeout"),A(this,me).autoReconnect&&!A(this,ns)&&(A(this,Fe).emit("reconnecting"),fe(this,za,Gc).call(this)),r(new Error("Connection timed out!"))},A(this,me).connectionTimeout);A(this,Ce).onopen=()=>{A(this,Ae).debug(`Ready State: ${Zf[A(this,Ce).readyState]}`),i&&clearTimeout(i),fe(this,ad,ku).call(this),ee(this,Or,{code:void 0,reason:void 0}),A(this,Fe).emit("connected"),A(this,me).flushOnReconnect&&this.flush(),e()},A(this,Ce).onclose=n=>{try{i&&clearTimeout(i);const{code:o,reason:c}=n;r(c),A(this,Ae).debug("Socket closed. Close event:",{event:n}),A(this,Ae).debug(`Connection closed code: ${o}`),A(this,Ae).debug(`Connection closed reason: ${c}`),A(this,ns)||fe(this,id,Ru).call(this,o,c)}catch(o){fe(this,Ga,jc).call(this,o)}},A(this,Ce).onerror=n=>{fe(this,Ga,jc).call(this,n)},A(this,Ce).onmessage=n=>fe(this,Cu,tT).call(this,n)}catch(i){fe(this,Ga,jc).call(this,i,r)}})}send(t,e,r,i){const n={event:t,id:e,payload:r,metadata:i};if(A(this,me).queueOnDisconnect&&(!A(this,Ce)||A(this,Ce).readyState!==1))return A(this,Ae).debug("Queuing message since socket is not connected!",n),A(this,lr).push(n),!1;const o=Xf.encode(n);return fe(this,Ya,nd).call(this,o)}emit(t,e,r,i){return this.send(t,e,r,i)}sendRaw(t){return fe(this,Ya,nd).call(this,t)}receive(t,e){return A(this,Fe).on(t.toString(),e)}on(t,e){if(typeof t=="string"&&(t==="connected"||t==="disconnected"||t==="errored"||t==="reconnected"||t==="reconnecting"||t==="reconnectAttempt"||t==="reconnectFailure"||t==="failed")){A(this,Fe).on(t,e);return}this.receive(t,e)}removeAllListeners(){A(this,Fe).removeAllListeners()}removeReceiver(t,e){this.removeListener(t,e)}removeListener(t,e){A(this,Fe).removeListener(t.toString(),e)}removeReceivers(t){this.removeListeners(t)}removeListeners(t){A(this,Fe).listeners(t.toString()).map(e=>this.removeListener(t,e))}disconnect(){ee(this,Ws,!1),fe(this,pn,Qa).call(this),this.removeAllListeners(),ee(this,Or,{code:1e3,reason:"Sockrates disconnect method called"}),A(this,Ce).close(1e3,"Sockrates disconnect method called.")}}Ce=new WeakMap,en=new WeakMap,me=new WeakMap,Ae=new WeakMap,lr=new WeakMap,Fe=new WeakMap,Ws=new WeakMap,Or=new WeakMap,ns=new WeakMap,tn=new WeakMap,Cs=new WeakMap,_u=new WeakSet,eT=function(s){if(s.startsWith("ws://")||s.startsWith("wss://"))return s;if(s.startsWith("https://"))return`wss://${s.substring(8)}`;if(s.startsWith("http://"))return`ws://${s.substring(7)}`;throw new Error("Invalid URL. URL must start with http(s):// or ws(s)://.")},Ga=new WeakSet,jc=function(s,t){A(this,Ae).error("Error:",{error:s}),A(this,Fe).emit("errored",{error:s}),t==null||t(s)},Cu=new WeakSet,tT=function(s){if(fe(this,ad,ku).call(this),s.data===SD){A(this,Ae).debug("Received ping from server"),fe(this,Ya,nd).call(this,vD);return}const t=Xf.decode(s.data),{id:e,payload:r}=t;A(this,Ae).debug("Received message",{event:t.event,messageID:e}),A(this,Fe).emit(t.event.toString(),{id:e,payload:r})},wu=new WeakSet,Lp=function(){return A(this,Ce).readyState===1},id=new WeakSet,Ru=function(s,t){ee(this,Or,{reason:t,code:s}),A(this,Fe).emit("disconnected",{code:s,reason:t})},bu=new WeakSet,sT=function(){const{reason:s,code:t}=A(this,Or);t&&t!==1e3&&A(this,Ws)&&A(this,me).autoReconnect&&!A(this,ns)&&(A(this,Ae).debug(`Triggering reconnection due to ${s}.`),A(this,Fe).emit("reconnecting"),fe(this,za,Gc).call(this))},za=new WeakSet,Gc=async function(s=!0){if(s&&A(this,ns)){A(this,Ae).debug("Reconnect called when already in a reconnect loop. Ignoring.");return}if(A(this,ns)||A(this,Cs).reset(),A(this,me).maxReconnectionAttempts!==null&&A(this,Cs).getAttempts()>=A(this,me).maxReconnectionAttempts){A(this,Fe).emit("failed"),ee(this,ns,!1);return}ee(this,ns,!0),fe(this,Xa,od).call(this),fe(this,pn,Qa).call(this);try{if(await A(this,Cs).wait(),A(this,Ws)===!1)return;if(A(this,Ae).debug(`Reconnection attempt ${A(this,Cs).getAttempts()}`),A(this,Fe).emit("reconnectAttempt",{attempt:A(this,Cs).getAttempts()}),await this.connect(),!fe(this,wu,Lp).call(this))throw Error("Reconnect Failed");ee(this,ns,!1),ee(this,Or,{code:void 0,reason:void 0}),A(this,Fe).emit("reconnected")}catch(t){A(this,Ae).debug("Failed to reconnect."),A(this,Fe).emit("reconnectFailure",{attempt:A(this,Cs).getAttempts()}),fe(this,za,Gc).call(this,!1)}},Ya=new WeakSet,nd=function(s){try{return A(this,Ce).send(s),!0}catch(t){return A(this,Ae).error(t.message),!1}},ad=new WeakSet,ku=function(){this.config.disconnectOnPingTimeout&&(A(this,Ae).debug("Resetting ping timeout"),fe(this,pn,Qa).call(this),ee(this,tn,setTimeout(()=>{var s;A(this,Ae).debug("Disconnecting the socket due to ping timeout"),ee(this,Ws,!0);const t=3002,e="Ping timeout";(s=A(this,Ce))==null||s.close(t,e),fe(this,id,Ru).call(this,t,e)},A(this,me).pingTimeout)))},pn=new WeakSet,Qa=function(){A(this,tn)&&(clearTimeout(A(this,tn)),ee(this,tn,void 0))},Xa=new WeakSet,od=function(){A(this,Ce)&&(A(this,Ce).onopen=void 0,A(this,Ce).onerror=void 0,A(this,Ce).onmessage=void 0,A(this,Ce).onclose=void 0)};var ED=Object.defineProperty,PD=Object.getOwnPropertyDescriptor,vl=(s,t,e,r)=>{for(var i=r>1?void 0:r?PD(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&ED(t,e,i),i};const Vp=65535,_D=3e3;var Ar,Se,ve,Re,Gt,Be,dc,Mu,lc,Au,tg;const rT=(tg=class{constructor(s,{peerId:t,meetingId:e,authToken:r,capabilities:i}){g(this,ve);g(this,dc);g(this,lc);g(this,Ar,void 0);g(this,Se,void 0);h(this,"roomName");h(this,"authToken");h(this,"capabilities");g(this,Gt,void 0);g(this,Be,void 0);var n;if(!t||!e||!r)throw new b("peerId, meetingId, or authToken can not be empty","0404");m(this,Gt,void 0),m(this,Be,s),this.capabilities=i,this.roomName=e,this.authToken=r,m(this,Ar,V(this,dc,Mu).call(this,t)),m(this,Se,new yD(a(this,Ar),{autoReconnect:!0,disconnectOnPingTimeout:(n=i.includes("PING"))!=null?n:!1,queueOnDisconnect:!0,flushOnReconnect:!1,logger:this.logger})),this.handleSocketConnectionEvents()}get joinAttempted(){return a(this,ve,Re).socketJoinAttempted}set joinAttempted(s){a(this,ve,Re).socketJoinAttempted=s}get telemetry(){return a(this,Be).getValue("telemetry")}get logger(){return a(this,Be).getValue("logger")}get peerId(){return a(this,Be).getValue("peerId")}updateURL(s){s!==this.peerId&&(m(this,Ar,V(this,dc,Mu).call(this,s)),this.logger.debug("SocketService:: Connection URL updated.")),a(this,Se).updateURL(a(this,Ar))}static getSocketEdgeDomain(s){return ln({servicePrefix:"socket-edge",baseURI:s})}get url(){return a(this,Ar)}async connect(){a(this,ve,Re).socketJoinAttempted=!0,await a(this,Se).connect(),a(this,ve,Re).socketJoinAttempted=!0,a(this,ve,Re).socketState={state:"connected",reconnected:!1,reconnectionAttempt:void 0}}disconnect(){a(this,ve,Re).socketJoinAttempted=!1,a(this,Se).disconnect(),a(this,ve,Re).socketJoinAttempted=!0,a(this,ve,Re).socketState={state:"disconnected",reconnected:!1,reconnectionAttempt:void 0}}get isConnected(){try{return a(this,Se).readyState===1}catch(s){return!1}}sendMessage(s,t,e){const r={};return a(this,Be).getValue("telemetry").injectContext(r),a(this,Se).send(s,e!=null?e:V(this,lc,Au).call(this),t,new TextEncoder().encode(JSON.stringify(r)))}sendMessagePromise(s,t,e,r){const i=parseInt({}.SOCKET_SERVICE_MESSAGE_REQUEST_TIMEOUT,10)||2e4;return this.sendMessagePromiseWithTimeout({event:s,timeout:i,protobuf:t,messageId:e,resp:r})}sendMessagePromiseWithTimeout({event:s,timeout:t,protobuf:e,messageId:r,resp:i}){const n=i!=null?i:s;return new Promise((o,c)=>{const d=(E,P)=>{a(this,Se).removeListener(n,E),a(this,Se).removeListener(Vp,P),a(this,Se).removeListener(ur.errorResponse,P),a(this,Se).removeListener(as.errorResponse,P)},l=r!=null?r:V(this,lc,Au).call(this),u={};a(this,Be).getValue("telemetry").injectContext(u);const f=({id:E,payload:P})=>{if(l===E){let C;try{const k=Hw.fromBinary(P);C=new Error(k.errorMessage)}catch(k){C=new Error("failed to parse error message",{cause:k});try{const I=FR.fromBinary(P);C=new Error(I.message)}catch(I){C=new Error("failed to parse error message",{cause:I})}}c(C),d(S,f)}},S=({id:E,payload:P})=>{l===E&&(o({id:E,payload:P}),d(S,f))};a(this,Se).on(n,S),a(this,Se).on(Vp,f),a(this,Se).on(ur.errorResponse,f),a(this,Se).on(as.errorResponse,f),setTimeout(()=>{d(S,f),c(new Error(`request timeout for callback eventId:${s}`))},t),a(this,Se).send(s,l,e,new TextEncoder().encode(JSON.stringify(u)))})}on(s,t){a(this,Se).on(s,t)}onStateEvent(s,t){a(this,Se).on(s,t)}removeListener(s,t){a(this,Se).removeListener(s,t)}removeListeners(s){a(this,Se).removeListeners(s)}flush(){return a(this,Se).flush()}handleSocketConnectionEvents(){this.onStateEvent("connected",async()=>{this.logger.info("SocketService::Connected to socket-edge"),a(this,Gt)&&(clearTimeout(a(this,Gt)),m(this,Gt,void 0)),a(this,ve,Re).updateSocketConnectionState("connected")}),this.onStateEvent("disconnected",({code:s,reason:t})=>{var i;this.logger.info("SocketService::Disconnected from socket-edge",{error:{code:s,reason:t}});const{recv:e,send:r}=(i=a(this,ve,Re).mediaState)!=null?i:{};e!=null&&e.state&&(e==null?void 0:e.state)!==un.CONNECTED||r!=null&&r.state&&(r==null?void 0:r.state)!==un.CONNECTED?a(this,Be).getValue("peerSessionStore").emit(w.SOCKET_SERVICE_DISCONNECTED,{joinAttempted:a(this,ve,Re).joinAttempted}):m(this,Gt,setTimeout(()=>{a(this,Be).getValue("peerSessionStore").emit(w.SOCKET_SERVICE_DISCONNECTED,{joinAttempted:a(this,ve,Re).joinAttempted}),m(this,Gt,void 0)},_D)),a(this,ve,Re).updateSocketConnectionState("disconnected")}),this.onStateEvent("reconnecting",async()=>{this.logger.info("SocketService::Reconnecting to socket-edge"),a(this,ve,Re).updateSocketConnectionState("reconnecting")}),this.onStateEvent("reconnectAttempt",async({attempt:s})=>{this.logger.info("SocketService::Attempting to reconnect to socket-edge",{socket:{retryAttempt:s}}),a(this,ve,Re).updateSocketConnectionState("reconnectAttempt",s)}),this.onStateEvent("reconnectFailure",({attempt:s})=>{this.logger.info("SocketService::Reconnect attempt to socket-edge failed",{socket:{retryAttempt:s}}),a(this,ve,Re).updateSocketConnectionState("reconnectFailure",s)}),this.onStateEvent("reconnected",async()=>{this.logger.info("SocketService::Reconnected to socket-edge",{connectionState:{joinAttempted:a(this,ve,Re).mediaJoinAttempted}}),a(this,Gt)&&(clearTimeout(a(this,Gt)),m(this,Gt,void 0)),a(this,Be).getValue("peerSessionStore").emit(w.SOCKET_SERVICE_RECONNECTED,{wasJoinAttempted:a(this,ve,Re).mediaJoinAttempted}),a(this,ve,Re).updateSocketConnectionState("reconnected")}),this.onStateEvent("failed",async()=>{this.logger.info("SocketService::Failed to connect to socket-edge"),a(this,Be).getValue("peerSessionStore").emit(w.SOCKET_SERVICE_FAILED),a(this,ve,Re).updateSocketConnectionState("failed")})}},Ar=new WeakMap,Se=new WeakMap,ve=new WeakSet,Re=function(){return a(this,Be).getValue("connectionHandler")},Gt=new WeakMap,Be=new WeakMap,dc=new WeakSet,Mu=function(s){const t=a(this,Be).getValue("socketBaseURI")||a(this,Be).getValue("baseURI");let e=rT.getSocketEdgeDomain(t);typeof ga(a(this,Be),"socket_server_base")=="string"&&(e=ga(a(this,Be),"socket_server_base"));const r=`wss://${e}`,i=new URL(`${r}/ws`),n=this.peerId,o={roomID:this.roomName,peerID:s,authToken:this.authToken,useMediaV2:!0,...n!==s&&{oldPeerID:n},ping:this.capabilities.includes("PING"),capabilities:this.capabilities.map(c=>Xc[c]).join(" "),joinWithDetails:!0,useCfWorker:!0,useStartSession:!0};return Object.entries(o).forEach(([c,d])=>{i.searchParams.append(c,d.toString())}),i.href},lc=new WeakSet,Au=function(){return`${this.peerId}-${(Math.random()+1).toString(36).substring(7)}`},tg);let Ec=rT;vl([y.trace("SocketService.connect")],Ec.prototype,"connect",1);vl([y.trace("SocketService.disconnect")],Ec.prototype,"disconnect",1);vl([y.trace("SocketService.sendMessagePromise")],Ec.prototype,"sendMessagePromise",1);vl([y.trace("SocketService.sendMessagePromiseWithTimeout")],Ec.prototype,"sendMessagePromiseWithTimeout",1);class CD{constructor(t){h(this,"socketService");this.socketService=t}handleConnectedRoomsDumpRaw({payload:t}){var n;const e=mb.fromBinary(t),r=e.meetings.map(o=>{var c;return{id:o.id,title:o.title,participants:(c=o.participants)!=null?c:[]}});return{parentMeeting:{id:e.parentMeeting.id,title:e.parentMeeting.title,participants:(n=e.parentMeeting.participants)!=null?n:[]},meetings:r}}handleTransferPeerRaw({payload:t}){const e=Hb.fromBinary(t);return{authToken:e.authToken,meetingId:e.meetingId}}handleMovedPeerRaw({payload:t}){const e=Im.fromBinary(t);return{meetingId:e.meetingId,customParticipantId:e.customParticipantId}}handleConnectedRoomsUpdatedRaw({payload:t}){return gp.fromBinary(t).payloads.map(r=>({id:r.id,title:r.title}))}handleConnectedRoomsDeletedRaw({payload:t}){return Ib.fromBinary(t).payloads}async getConnectedRoomsDump(){const t=await this.socketService.sendMessagePromise(x.getConnectedRoomsDump);return this.handleConnectedRoomsDumpRaw(t)}async createConnectedRooms(t){const{payload:e}=await this.socketService.sendMessagePromise(x.createConnectedRooms,vb.toBinary({payloads:t}));return gp.fromBinary(e).payloads.map(i=>({id:i.id,title:i.title}))}async updateConnectedRooms(t){}async disableConnectedRooms(t){const e=t.map(i=>({id:i})),r=await this.socketService.sendMessagePromise(x.deleteConnectedRooms,Mb.toBinary({payloads:e}));return this.handleConnectedRoomsDeletedRaw(r)}async movePeersBetweenRooms(t){try{const e=await this.socketService.sendMessagePromise(x.movePeers,xb.toBinary({sourceMeetingId:t.sourceMeetingId,destinationMeetingId:t.destinationMeetingId,participants:t.participants}));return new TextDecoder().decode(e.payload).includes("error")?{success:!1,error:"failed to move participants"}:{success:!0}}catch(e){return{success:!1,error:e}}}}var wD=Object.defineProperty,RD=Object.getOwnPropertyDescriptor,bD=(s,t,e,r)=>{for(var i=r>1?void 0:r?RD(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&wD(t,e,i),i},mt;class iT extends At{constructor(e){const r=e.getValue("logger");super(r);h(this,"meetings",[]);h(this,"parentMeeting",null);g(this,mt,void 0);m(this,mt,e)}get supportsConnectedMeetings(){const e=a(this,mt).getValue("self").permissions.connectedMeetings;return e?e.canAlterConnectedMeetings||e.canSwitchConnectedMeetings||e.canSwitchToParentMeeting:!1}get isActive(){return this.meetings.length!==0}validateAlterAction(){const e=a(this,mt).getValue("self").permissions.connectedMeetings;if(!(e!=null&&e.canAlterConnectedMeetings))throw new Error("You are not allowed to perform this action. Please enable canAlterConnectedMeetings permission in your preset.")}validateMoveAction(e,r){var d;if(!(r!=null&&r.length))throw new Error("You're trying to move participants with an empty list.");const i=a(this,mt).getValue("self").permissions.connectedMeetings;if(!i)throw new Error("You are not allowed to perform this action. Please enable connected meetings permissions in your preset.");if(i.canAlterConnectedMeetings)return;const n=a(this,mt).getValue("peerId");if(!(r.length===1&&r[0]===n))throw new Error("You are not allowed to move other participants. Please enable canAlterConnectedMeetings permission in your preset.");if(e===((d=this.parentMeeting)==null?void 0:d.id)){if(!i.canSwitchToParentMeeting)throw new Error("You are not allowed to move to the parent meeting. Please enable canSwitchToParentMeeting permission in your preset.");return}if(!i.canSwitchConnectedMeetings)throw new Error("You are not allowed to move to a connected meeting. Please enable canSwitchConnectedMeetings permission in your preset.")}async getConnectedMeetings(){this.logger.info("Getting connected meetings dump");const e=await a(this,mt).getValue("connectedMeetingsSocketHandler").getConnectedRoomsDump();return this.logger.info("Got connected meetings dump"),e}async createMeetings(e){this.validateAlterAction(),this.logger.info(`Creating connected meetings ${JSON.stringify(e)}`);const r=await a(this,mt).getValue("connectedMeetingsSocketHandler").createConnectedRooms(e);return this.logger.info(`Created connected meetings ${JSON.stringify(r)}`),r.map(i=>({id:i.id,title:i.title}))}async updateMeetings(e){this.validateAlterAction(),this.logger.info(`Updating connected meetings ${JSON.stringify(e)}`),await a(this,mt).getValue("connectedMeetingsSocketHandler").updateConnectedRooms(e.map(r=>({meetingId:r.id,title:r.title}))),this.logger.info(`Updated connected meetings ${JSON.stringify(e)}`)}async deleteMeetings(e){this.validateAlterAction(),this.logger.info(`Moving participants before deleting connected meetings ${JSON.stringify(e)}`);const r=this.meetings.map(n=>e.includes(n.id)&&n.participants.length!==0?this.moveParticipants(n.id,this.parentMeeting.id,n.participants.map(o=>o.id)):Promise.resolve());this.logger.info(`Moved participants before deleting connected meetings ${JSON.stringify(e)}. Deleting now.`),await Promise.all(r);const i=await a(this,mt).getValue("connectedMeetingsSocketHandler").disableConnectedRooms(e);return this.logger.info(`Deleted connected meetings ${JSON.stringify(e)}`),i}async moveParticipants(e,r,i){this.validateMoveAction(r,i),this.logger.info(`Moving connected meetings participants ${JSON.stringify(i)} from ${e} to ${r}`);const n=await a(this,mt).getValue("connectedMeetingsSocketHandler").movePeersBetweenRooms({sourceMeetingId:e,destinationMeetingId:r,participants:i.map(o=>({id:o}))});return n.success?(this.logger.info(`Moved connected meetings participants ${JSON.stringify(i)} from ${e} to ${r}`),this.moveSuccessHandler(e,r,i)):this.logger.error(`Failed to move connected meetings participants ${JSON.stringify(i)} from ${e} to ${r}`),n}async moveParticipantsWithCustomPreset(e,r,i){this.validateMoveAction(r,i.map(o=>o.id)),this.logger.info(`Moving connected meetings participants (custom preset) ${JSON.stringify(i)} from ${e} to ${r}`);const n=await a(this,mt).getValue("connectedMeetingsSocketHandler").movePeersBetweenRooms({sourceMeetingId:e,destinationMeetingId:r,participants:i});return n.success?(this.logger.info(`Moved connected meetings participants (custom preset) ${JSON.stringify(i)} from ${e} to ${r}`),this.moveSuccessHandler(e,r,i.map(o=>o.id))):this.logger.error(`Failed to move connected meetings participants (custom preset) ${JSON.stringify(i)} from ${e} to ${r}`),n}moveSuccessHandler(e,r,i){const n=new Map;[...this.parentMeeting.participants,...this.meetings.flatMap(o=>o.participants)].forEach(o=>n.set(o.id,o)),r===this.parentMeeting.id&&(this.parentMeeting.participants=this.parentMeeting.participants.concat(i.map(o=>n.get(o)))),e===this.parentMeeting.id&&(this.parentMeeting.participants=this.parentMeeting.participants.filter(o=>!i.includes(o.id))),this.meetings=this.meetings.map(o=>{if(r===o.id){const c=o.participants.concat(i.map(d=>n.get(d)));return{...o,participants:c}}if(e===o.id){const c=o.participants.filter(d=>!i.includes(d.id));return{...o,participants:c}}return o})}}mt=new WeakMap;bD([It({maxInvocations:60,period:60})],iT.prototype,"getConnectedMeetings",1);var kD=Object.defineProperty,MD=Object.getOwnPropertyDescriptor,hh=(s,t,e,r)=>{for(var i=r>1?void 0:r?MD(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&kD(t,e,i),i},oe,sg;const nT=(sg=class{constructor(s){h(this,"connectedMeetings");g(this,oe,void 0);m(this,oe,s),this.connectedMeetings=new iT(s)}get telemetry(){return a(this,oe).getValue("telemetry")}get logger(){return a(this,oe).getValue("logger")}static init(s){const t=new nT(s);return s.getValue("self").once("roomJoined",()=>t.getConnectedMeetings()),t.setupEvents(),t}getConnectedMeetings(){this.connectedMeetings.getConnectedMeetings()}setupEvents(){a(this,oe).getValue("connectedMeetingsSocketHandler").socketService.on(x.getConnectedRoomsDump,this.handleConnectedRoomsDump.bind(this)),a(this,oe).getValue("connectedMeetingsSocketHandler").socketService.on(x.transferPeer,this.handleTransferPeer.bind(this)),a(this,oe).getValue("connectedMeetingsSocketHandler").socketService.on(x.movedPeer,this.handleMovedPeer.bind(this)),a(this,oe).getValue("connectedMeetingsSocketHandler").socketService.on(x.connectedRoomsUpdated,this.handleConnectedRoomsUpdated.bind(this)),a(this,oe).getValue("connectedMeetingsSocketHandler").socketService.on(x.connectedRoomsDeleted,this.handleConnectedRoomsDeleted.bind(this))}handleTransferPeer(s){this.logger.info("Received backend request to switch connected meetings");const t=a(this,oe).getValue("connectedMeetingsSocketHandler").handleTransferPeerRaw(s);return this.logger.info(`Honoring request to switch connected meetings. Going to ${t==null?void 0:t.meetingId}`),this.switchMeeting(t)}async switchMeeting({authToken:s,meetingId:t}){var i,n,o,c;this.logger.info("ConnectedMeetingsController::switchMeeting:: asking ui-kit to show switching breakout UI"),this.connectedMeetings.emit("changingMeeting",t);const e={video:a(this,oe).getValue("self").videoEnabled,audio:a(this,oe).getValue("self").audioEnabled};try{a(this,oe).getValue("self").cleanupEvents(),await a(this,oe).getValue("meeting").leave("connected-meeting")}catch(d){this.logger.error(`ConnectedMeetingsController:: switchMeeting:: issues in leaving previous meeting. Meeting Id: ${(n=(i=a(this,oe).getValue("meeting"))==null?void 0:i.meta)==null?void 0:n.meetingId}`,{error:d})}this.logger.info(`ConnectedMeetingsController::switchMeeting:: initializing new meeting. Meeting Id: ${t}`);const r=await oT.init({...a(this,oe).getValue("options"),cachedUserDetails:null,defaults:{...a(this,oe).getValue("options").defaults,...e,mediaHandler:a(this,oe).getValue("self")},authToken:s});this.logger.info(`ConnectedMeetingsController::switchMeeting:: initialized new meeting. Meeting Id: ${(o=r==null?void 0:r.meta)==null?void 0:o.meetingId}`);try{const{hidden:d}=a(this,oe).getValue("self");r.self.setName(a(this,oe).getValue("self").name),await r.join(),d&&r.self.hide()}catch(d){this.logger.error("ConnectedMeetingsController.joinRoom",{error:d})}return this.logger.info(`ConnectedMeetingsController::switchMeeting:: asking ui-kit to show in-meeting ui of newly joined meeting id: ${(c=r==null?void 0:r.meta)==null?void 0:c.meetingId}`),this.connectedMeetings.emit("meetingChanged",r),r}handleConnectedRoomsDump(s){const t=a(this,oe).getValue("connectedMeetingsSocketHandler").handleConnectedRoomsDumpRaw(s);this.connectedMeetings.meetings=t.meetings.map(e=>({id:e.id,title:e.title,participants:e.participants||[]})),this.connectedMeetings.parentMeeting={id:t.parentMeeting.id,title:t.parentMeeting.title,participants:t.parentMeeting.participants},this.emitStateUpdate()}handleMovedPeer(s){return a(this,oe).getValue("connectedMeetingsSocketHandler").handleMovedPeerRaw(s)}handleConnectedRoomsUpdated(s){const t=a(this,oe).getValue("connectedMeetingsSocketHandler").handleConnectedRoomsUpdatedRaw(s),e=new Map;this.connectedMeetings.meetings.forEach(r=>{e.set(r.id,r)}),t.forEach(r=>{e.has(r.id)?e.get(r.id).title=r.title:e.set(r.id,{...r,participants:[]})}),this.connectedMeetings.meetings=Array.from(e.values()),this.emitStateUpdate()}handleConnectedRoomsDeleted(s){const e=a(this,oe).getValue("connectedMeetingsSocketHandler").handleConnectedRoomsDeletedRaw(s).map(r=>r.id);this.connectedMeetings.meetings=this.connectedMeetings.meetings.filter(r=>!e.includes(r.id)),this.emitStateUpdate()}emitStateUpdate(){this.connectedMeetings.emit("stateUpdate",{meetings:this.connectedMeetings.meetings,parentMeeting:this.connectedMeetings.parentMeeting})}},oe=new WeakMap,sg);let yl=nT;hh([y.trace("ConnectedMeetingsController.getConnectedMeetings")],yl.prototype,"getConnectedMeetings",1);hh([y.trace("ConnectedMeetingsController.setupEvents")],yl.prototype,"setupEvents",1);hh([y.trace("ConnectedMeetingsController.switchMeeting")],yl.prototype,"switchMeeting",1);var AD=Object.defineProperty,ID=Object.getOwnPropertyDescriptor,ph=(s,t,e,r)=>{for(var i=r>1?void 0:r?ID(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&AD(t,e,i),i};const Wa=class{constructor(s,t,e){h(this,"apiBase");h(this,"selfController");h(this,"pollController");h(this,"chatController");h(this,"metaController");h(this,"storesManager");h(this,"stageController");h(this,"pluginController");h(this,"internalsController");h(this,"recordingController");h(this,"livestreamController");h(this,"participantController");h(this,"connectedMeetingsController");h(this,"telemetry");h(this,"logger");this.apiBase=s,this.storesManager=t.storesManager,this.metaController=t.metaController,this.selfController=t.selfController,this.chatController=t.chatController,this.pollController=t.pollController,this.stageController=t.stageController,this.pluginController=t.pluginController,this.recordingController=t.recordingController,this.internalsController=t.internalsController,this.participantController=t.participantController,this.livestreamController=t.livestreamController,this.connectedMeetingsController=t.connectedMeetingsController,this.telemetry=e.getValue("telemetry"),this.logger=e.getValue("logger")}static async init(s){var L,N,$;const{peerId:t,apiBase:e,authToken:r,meetingId:i,organizationId:n,cachedUserDetails:o,logger:c}=s.getAllValues();if(W0(s),pe.isSupported()===!1)throw new b("Browser not supported","0010",c,!0);const d=VA(s,{authToken:r,baseURL:e,cachedUserDetails:o});d.setRoomName(i),d.setRoomUUID(i),d.setOrganizationId(n),d.setHeader("tracing-id",t),s.setValue("apiClient",d);const l=new SI(s);s.setValue("connectionHandler",l);let u="",p="",f=null;c.info("CF SFU is being used.");try{f=await d.getUserDetails(),u=((L=f.meeting)==null?void 0:L.title)||"",p=((N=f.socket)==null?void 0:N.baseUri)||s.getValue("baseURI"),s.setValue("presetName",f.preset.name),s.setValue("socketBaseURI",p),c.info(`Socket Base URI ${p} is being used`)}catch(B){throw c.error("Failed to get user details",{error:B}),B instanceof Zl?B.status===401?new b("Unauthorized. The auth token may be invalid or expired. (401)","0004"):B.status===403?new b("Access denied. Insufficient permissions to join the meeting. (403)","0004"):B.status===404?new b("The auth token is not associated with an active participant in this meeting. The meeting may have ended, or the participant may no longer exist. (404)","0004"):B.status>=500?new b(`The server encountered an error. Try again. (${B.status})`,"0001"):B.isHttpError?new b(`Request rejected by the server. (${B.status})`,"0001"):B.isTimeout?new b("Connection timed out. Check the network and try again.","0001"):new b("Unable to connect to the server. Check the internet connection.","0001"):new b((B==null?void 0:B.message)||"Failed to initialize.","0001")}const S=Wa.createSocketService(s),E=S.connect();try{await E}catch(B){c.error("[Controller]: Failed to connect to socket server:",{error:B})}const P=ou.init(f.preset,!s.getValue("modules").theme);s.setValue("theme",P);const C=uu.init(s,P.viewType,f.preset.permissions),k=Wa.setupControllers(S,s,f,u,P,C);aI(P)&&(($=Wa.createRoomNodeClient(s,S).initializeConnection(f.participant.name,i,!1,C))==null||$.catch(X=>{c.error("[Controller]: Failed to queue partial media room promise:",{error:X})}));const{controllers:I}=await k;return PC(),new Wa(e,I,s)}static async setupControllers(s,t,e,r,i,n){var ye,O,R;const o=t.getValue("modules"),{participant:c}=e,d=t.getValue("defaults"),l=t.getValue("logger"),{viewType:u,mediaConstraints:{audio:p}}=i;t.setValue("viewType",u),t.setValue("defaults",{mediaConfiguration:{audio:{enableHighBitrate:(ye=p.enableHighBitrate)!=null?ye:!1,enableStereo:(O=p.enableStereo)!=null?O:!1}},...d}),t.setValue("maxPreferredStreams",pe.isMobile()?i.maxVideoStreams.mobile:i.maxVideoStreams.desktop);let f,S,E,P,C,k,I,L,N;const $=new Y0(t,s),B=new CD(s);t.setValue("connectedMeetingsSocketHandler",B);const X=new Tl(t,s),We=new tr(t,s),hs=new sD(s),Kt=new qf(t,s),qr=new rD(t,s),M=new z0(s),v=await Fr.init(t,Kt,c,n,i);t.setValue("selfController",v);const _=await Wm.init(t,v.self,Kt,$,r);o.participant&&(L=new ir(t,v.self,Kt)),(R=o.e2ee)!=null&&R.enabled&&o.e2ee.manager.init(l,t.getValue("peerSessionStore")),o.chat&&(S=await sn.init(t,We,v.self,L.participants)),o.internals&&(C=await eh.init(t)),o.livestream&&i.viewType===Ks.Livestream&&(I=new sf(t,v.self,M)),o.poll&&(f=await Fm.init(t,v.self,X)),o.recording&&(k=new Qm(t,v.self,Kt)),o.stage&&(E=new Jm(t,hs,Kt,v.self,L.participants));const U=new l0(t,qr);if(o.plugin){if(!L)throw new b("The plugin module cannot be initialized without the `participant` module","0102");const we=d.plugins||[],jr=await U.create(fm,!0);P=await Ym.init(t,we,jr,v.self,U)}if(o.connectedMeetings&&(N=await yl.init(t)),o.pip){const we=await Gl._init(t,v.self);t.setValue("pip",we)}return{theme:i,permissions:n,controllers:{storesManager:U,pollController:f,selfController:v,metaController:_,chatController:S,stageController:E,pluginController:P,recordingController:k,internalsController:C,livestreamController:I,participantController:L,connectedMeetingsController:N}}}static createRoomNodeClient(s,t){const{peerId:e}=s.getAllValues();return Hf(s,{socket:t,peerId:e})}static createSocketService(s){var d;const{peerId:t,meetingId:e,authToken:r}=s.getAllValues(),o=((d=s.getValue("socketBaseURI"))!=null?d:"").includes("realtime.cloudflare.com")?[]:["PING"];return s.getValue("logger").info(`Socket service capabilities: ${JSON.stringify(o)}`),new Ec(s,{peerId:t,meetingId:e,authToken:r,capabilities:o})}};let El=Wa;ph([y.trace("Controller.init")],El,"init",1);ph([y.trace("Controller.createRoomNodeClient")],El,"createRoomNodeClient",1);ph([y.trace("Controller.createSocketService")],El,"createSocketService",1);class DD{constructor(){h(this,"battery");h(this,"logger");h(this,"init",async t=>{this.logger=t;try{"getBattery"in navigator&&(this.battery=await navigator.getBattery(),this.battery.addEventListener("chargingchange",this.updateChargeInfo),this.battery.addEventListener("levelchange",this.updateLevelInfo),this.updateLevelInfo(),this.updateChargeInfo())}catch(e){t.error("Error getting battery",e)}});h(this,"updateChargeInfo",()=>{var t;this.logger.log(`Battery charging? ${(t=this.battery)!=null&&t.charging?"Yes":"No"}`)});h(this,"updateLevelInfo",()=>{if(!this.battery){this.logger.log("Battery level: Not known");return}this.logger.log(`Battery level: ${this.battery.level*100}%`)});h(this,"cleanup",()=>{var t,e;"getBattery"in navigator&&((t=this.battery)==null||t.removeEventListener("chargingchange",this.updateChargeInfo),(e=this.battery)==null||e.removeEventListener("levelchange",this.updateLevelInfo))})}}const xp=new DD;function OD(s,t){s.startsWith("eyJ")||console.error("Invalid auth token provided. Ensure you are passing a %cparticipant `authToken`%c — not an Org API Key or an incorrectly formatted token.\nYou get the participant token from the Add Participant API: https://docs.realtime.cloudflare.com/api#/operations/add_participant","font-weight: bold","font-weight: normal");try{const{meetingId:e,orgId:r,participantId:i}=JSON.parse(atob(s.split(".")[1]));if(!e)throw Error(`Received V1 auth token ${s}`);let n=Qr.baseURI.prod;t&&(n=t);const o=`https://${ln({servicePrefix:"api",baseURI:n})}`;return{meetingId:e,orgId:r,participantId:i,baseURI:n,apiBase:o}}catch(e){throw new b("Invalid auth token","0004")}}var Ir,Li,Vi,uc,el,aT;class ND{constructor(){g(this,el);g(this,Ir,new Audio);g(this,Li,new MediaStream);g(this,Vi,new Map);g(this,uc,void 0);a(this,Ir).srcObject=a(this,Li),a(this,Ir).autoplay=!0}async playTracks(t){return t.forEach(e=>{a(this,Vi).has(e.id)||(a(this,Li).addTrack(e),a(this,Vi).set(e.id,e))}),this.play()}setSpeakerDevice(t){typeof HTMLAudioElement.prototype.setSinkId=="function"&&a(this,Ir).setSinkId(t)}removeTrack(t){const e=a(this,Vi).get(t);e&&(a(this,Li).removeTrack(e),a(this,Vi).delete(t))}async play(){return a(this,Ir).srcObject=a(this,Li),a(this,Ir).play().catch(t=>{V(this,el,aT).call(this,t)})}onError(t){m(this,uc,t)}}Ir=new WeakMap,Li=new WeakMap,Vi=new WeakMap,uc=new WeakMap,el=new WeakSet,aT=function(t){var e;(e=a(this,uc))==null||e.call(this,t)};var xi;class LD extends ND{constructor(){super();g(this,xi,void 0);m(this,xi,new Map)}addParticipantTrack(e,r){a(this,xi).set(e,r.id),this.playTracks([r])}removeParticipantTrack(e){const r=a(this,xi).get(e);r&&this.removeTrack(r),a(this,xi).delete(e)}}xi=new WeakMap;var VD=Object.defineProperty,xD=Object.getOwnPropertyDescriptor,Pl=(s,t,e,r)=>{for(var i=r>1?void 0:r?xD(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&VD(t,e,i),i},Oe,Ui,rg;let Ur=(rg=class{constructor(t,e){g(this,Oe,void 0);g(this,Ui,void 0);m(this,Ui,t),m(this,Oe,e)}get peerId(){return a(this,Ui).getValue("peerId")}static async initMedia(t={},e=!1,r=void 0){var d;const i=(d=r==null?void 0:r.peerId)!=null?d:xr.v4(),n=Lr.createContext(i,{peerId:i}),o=n.getValue("logger");o.init(n);const c=new uf(n,o);return await c.init(t,e,n),n.setValue("defaults",{mediaHandler:c}),c}static async init(t){var f,S,E,P,C,k,I,L,N;pe.init();const e=(S=(f=t==null?void 0:t.cachedUserDetails)==null?void 0:f.peerId)!=null?S:xr.v4(),{authToken:r,baseURI:i}=t,{meetingId:n,...o}=OD(r,i);if((E=o.baseURI)!=null&&E.includes("dyte.io"))throw new b("Dyte Base URIs are no longer supported. Use RealtimeKit Base URIs.","0001");window.__zone_symbol__DISABLE_WRAPPING_UNCAUGHT_PROMISE_REJECTION=!0;const c=Ur.setupContext(e,t,n,o),d=c.getValue("telemetry"),l=c.getValue("logger");gT(l),xp.init(l),d.init(c,{roomName:n,userId:o.participantId,organizationId:o.orgId,peerId:e},(C=(P=t.modules)==null?void 0:P.tracing)!=null?C:!0,(I=(k=t==null?void 0:t.modules)==null?void 0:k.devTools)==null?void 0:I.logLevel),l.init(c),l.info("Client::init::options",{clientInitOptions:{...t,authToken:`${(L=t.authToken)==null?void 0:L.slice(0,10)}...
|
|
10
|
+
${(N=t.authToken)==null?void 0:N.slice(-10)}`}});const u=await El.init(c),p=new Ur(c,u);return c.setValue("meeting",p),p}static setupContext(t,e,r,i){var d,l;const n=Lr.createContext(t,e),o={...Z_,...e==null?void 0:e.modules},c=e.defaults||{audio:!0,video:!0};return n.setValue("options",e),n.setValue("peerId",t),n.setValue("modules",o),n.setValue("sdkName","web-core"),n.setValue("meetingId",r),n.setValue("apiBase",i.apiBase),n.setValue("baseURI",i.baseURI),n.setValue("userId",i.participantId),n.setValue("organizationId",i.orgId),n.setValue("authToken",e.authToken),n.setValue("overrides",(d=e.overrides)!=null?d:{}),n.setValue("env",eC({baseURI:i.baseURI})),n.setValue("defaults",c),n.setValue("onError",e.onError||(()=>{})),n.setValue("cachedUserDetails",ys(e.cachedUserDetails)),n.setValue("sdkVersion","1.5.2-staging.4"),(l=e.modules)!=null&&l.experimentalAudioPlayback&&n.setValue("audioPlayback",new LD),n}async join(){const{selfController:t}=a(this,Oe);return t.self.roomJoined?null:t.joinRoom()}async leave(t){xp.cleanup(),a(this,Ui).getValue("peerSessionStore").reset();const{selfController:e}=a(this,Oe);return e.leaveRoom(t)}get participants(){var t;return(t=a(this,Oe).participantController)==null?void 0:t.participants}get self(){var t;return(t=a(this,Oe).selfController)==null?void 0:t.self}get meta(){var t;return(t=a(this,Oe).metaController)==null?void 0:t.meta}get ai(){var t;return(t=a(this,Oe).metaController)==null?void 0:t.ai}get plugins(){var t;return(t=a(this,Oe).pluginController)==null?void 0:t.plugins}get chat(){var t;return(t=a(this,Oe).chatController)==null?void 0:t.chat}get polls(){var t;return(t=a(this,Oe).pollController)==null?void 0:t.polls}get connectedMeetings(){var t;return(t=a(this,Oe).connectedMeetingsController)==null?void 0:t.connectedMeetings}get recording(){var t;return(t=a(this,Oe).recordingController)==null?void 0:t.recording}get livestream(){var t;return(t=a(this,Oe).livestreamController)==null?void 0:t.livestream}get stage(){var t;return(t=a(this,Oe).stageController)==null?void 0:t.stage}get stores(){return a(this,Oe).storesManager}get audio(){return a(this,Ui).getValue("audioPlayback")}get __internals__(){var t;return(t=a(this,Oe).internalsController)==null?void 0:t.internals}async joinRoom(){return this.join()}async leaveRoom(t){return this.leave(t)}},Oe=new WeakMap,Ui=new WeakMap,rg);Pl([Ze("0002"),rr.executeWithLock({methodName:"meeting.join",lockName:"Client.join",timeout:3e3})],Ur.prototype,"join",1);Pl([Ze("0003")],Ur.prototype,"leave",1);Pl([Ze("0001"),rr.executeWithLock({methodName:"Client.init",lockName:"Client.init",timeout:3e3})],Ur,"init",1);Ur=Pl([Ze("0000")],Ur);const oT=Ur;module.exports=oT;
|