@cloudflare/realtimekit 1.2.5 → 1.2.6-staging.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/browser.js CHANGED
@@ -6,7 +6,7 @@ var RealtimeKitClient=function(){var HS,Do,gr,mr,os,xi,pt,cs,Ne,Rs,fr,wt,Fe,Jn,K
6
6
  */class _p{static getParser(t,e=!1){if(typeof t!="string")throw new Error("UserAgent should be a string");return new Pp(t,e)}static parse(t){return new Pp(t).getResult()}static get BROWSER_MAP(){return wp}static get ENGINE_MAP(){return Vr}static get OS_MAP(){return yt}static get PLATFORMS_MAP(){return Le}}const Xa="chrome",Cp="opera",Rp="firefox",kp="iexplorer",Ip="safari",Ap="nwjs",Mp="electron",Op="react-native",bu="unknown",nd={Chrome:Xa,Chromium:Xa,Opera:Cp,Firefox:Rp,"Internet Explorer":kp,Safari:Ip};function tT(){const{userAgent:s}=navigator,t={name:bu,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=Xa,t.version=e)}else t.name=Xa,t.version=s.match(/Chrome\/([\d.]+)/)[1];return t}function sT(){const{userAgent:s}=navigator;if(s.match(/Electron/)){const t=s.match(/Electron\/([\d.]+)/)[1];return{name:Mp,version:t}}return null}function rT(){const{userAgent:s}=navigator;if(s.match(/JitsiMeetNW/)){const t=s.match(/JitsiMeetNW\/([\d.]+)/)[1];return{name:Ap,version:t}}}function iT(){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:Op,version:t}}function nT(s){let t;const e=[iT,sT,rT];for(let i=0;i<e.length;i+=1)if(t=e[i](),t)return t;const r=s.getBrowserName();return r in nd?{name:nd[r],version:s.getBrowserVersion()}:(t=tT(),t||{name:bu,version:void 0})}class aT{constructor(){p(this,"_bowser");p(this,"_name");p(this,"_version");p(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=_p.getParser(navigator.userAgent),typeof t=="undefined"){const i=nT(this._bowser);e=i.name,r=i.version}else t.name in nd?(e=nd[t.name],r=t.version):(e=bu,r=void 0);this._name=e,this._version=r}getName(){return this._name}isChrome(){return this._name===Xa}isOpera(){return this._name===Cp}isFirefox(){return this._name===Rp}isIExplorer(){return this._name===kp}isSafari(){return this._name===Ip}isNWJS(){return this._name===Ap}isElectron(){return this._name===Mp}isReactNative(){return this._name===Op||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 oT extends aT{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 ve=new oT;var dt={},cT={get exports(){return dt},set exports(s){dt=s}},Rn=typeof Reflect=="object"?Reflect:null,Dp=Rn&&typeof Rn.apply=="function"?Rn.apply:function(t,e,r){return Function.prototype.apply.call(t,e,r)},ad;Rn&&typeof Rn.ownKeys=="function"?ad=Rn.ownKeys:Object.getOwnPropertySymbols?ad=function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:ad=function(t){return Object.getOwnPropertyNames(t)};function dT(s){console&&console.warn&&console.warn(s)}var Np=Number.isNaN||function(t){return t!==t};function oe(){oe.init.call(this)}cT.exports=oe,dt.once=pT,oe.EventEmitter=oe,oe.prototype._events=void 0,oe.prototype._eventsCount=0,oe.prototype._maxListeners=void 0;var Vp=10;function od(s){if(typeof s!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof s)}Object.defineProperty(oe,"defaultMaxListeners",{enumerable:!0,get:function(){return Vp},set:function(s){if(typeof s!="number"||s<0||Np(s))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+s+".");Vp=s}}),oe.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},oe.prototype.setMaxListeners=function(t){if(typeof t!="number"||t<0||Np(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 Lp(s){return s._maxListeners===void 0?oe.defaultMaxListeners:s._maxListeners}oe.prototype.getMaxListeners=function(){return Lp(this)},oe.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")Dp(d,this,e);else for(var l=d.length,u=Bp(d,l),r=0;r<l;++r)Dp(u[r],this,e);return!0};function xp(s,t,e,r){var i,n,o;if(od(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=Lp(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,dT(c)}return s}oe.prototype.addListener=function(t,e){return xp(this,t,e,!1)},oe.prototype.on=oe.prototype.addListener,oe.prototype.prependListener=function(t,e){return xp(this,t,e,!0)};function lT(){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 Up(s,t,e){var r={fired:!1,wrapFn:void 0,target:s,type:t,listener:e},i=lT.bind(r);return i.listener=e,r.wrapFn=i,i}oe.prototype.once=function(t,e){return od(e),this.on(t,Up(this,t,e)),this},oe.prototype.prependOnceListener=function(t,e){return od(e),this.prependListener(t,Up(this,t,e)),this},oe.prototype.removeListener=function(t,e){var r,i,n,o,c;if(od(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():uT(r,n),r.length===1&&(i[t]=r[0]),i.removeListener!==void 0&&this.emit("removeListener",t,c||e)}return this},oe.prototype.off=oe.prototype.removeListener,oe.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 Fp(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?hT(i):Bp(i,i.length)}oe.prototype.listeners=function(t){return Fp(this,t,!0)},oe.prototype.rawListeners=function(t){return Fp(this,t,!1)},oe.listenerCount=function(s,t){return typeof s.listenerCount=="function"?s.listenerCount(t):$p.call(s,t)},oe.prototype.listenerCount=$p;function $p(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}oe.prototype.eventNames=function(){return this._eventsCount>0?ad(this._events):[]};function Bp(s,t){for(var e=new Array(t),r=0;r<t;++r)e[r]=s[r];return e}function uT(s,t){for(;t+1<s.length;t++)s[t]=s[t+1];s.pop()}function hT(s){for(var t=new Array(s.length),e=0;e<t.length;++e)t[e]=s[e].listener||s[e];return t}function pT(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))}Hp(s,t,n,{once:!0}),t!=="error"&&gT(s,i,{once:!0})})}function gT(s,t,e){typeof s.on=="function"&&Hp(s,"error",t,e)}function Hp(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 K;(function(s){s[s.MAJOR_EVENT=0]="MAJOR_EVENT",s[s.MINOR_EVENT=1]="MINOR_EVENT"})(K||(K={}));var N;(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"})(N||(N={}));const mT=new Map([[N.PRECALL_TEST_BEGIN,K.MINOR_EVENT],[N.PRECALL_TEST_COMPLETE,K.MINOR_EVENT],[N.CALL_JOIN_BEGIN,K.MAJOR_EVENT],[N.NET_QUALITY_TEST_BEGIN,K.MINOR_EVENT],[N.NET_QUALITY_TEST_END,K.MINOR_EVENT],[N.WEBSOCKET_CONNECTED,K.MINOR_EVENT],[N.TRANSPORT_CONNECTED,K.MAJOR_EVENT],[N.AUDIO_ON,K.MINOR_EVENT],[N.AUDIO_OFF,K.MINOR_EVENT],[N.VIDEO_ON,K.MINOR_EVENT],[N.VIDEO_OFF,K.MINOR_EVENT],[N.PARTICIPANT_ROLE,K.MINOR_EVENT],[N.PING_STAT,K.MAJOR_EVENT],[N.DISCONNECT,K.MAJOR_EVENT],[N.RECONNECT_ATTEMPT,K.MAJOR_EVENT],[N.SCREENSHARE_START_REQUESTED,K.MINOR_EVENT],[N.SCREENSHARE_STARTED,K.MINOR_EVENT],[N.SCREENSHARE_STOPPED,K.MINOR_EVENT],[N.TAB_CHANGE,K.MINOR_EVENT],[N.BROWSER_BACKGROUNDED,K.MINOR_EVENT],[N.BROWSER_FOREGROUNDED,K.MINOR_EVENT],[N.DOMINANT_SPEAKER,K.MINOR_EVENT],[N.AUDIO_DEVICES_UPDATES,K.MINOR_EVENT],[N.VIDEO_DEVICES_UPDATES,K.MINOR_EVENT],[N.SPEAKER_DEVICES_UPDATES,K.MINOR_EVENT],[N.SELECTED_MICROHPONE_UPDATE,K.MINOR_EVENT],[N.SELECTED_CAMERA_UPDATE,K.MINOR_EVENT],[N.SELECTED_SPEAKER_UPDATE,K.MINOR_EVENT],[N.MEDIA_PERMISSION,K.MINOR_EVENT],[N.LEGACY_SWITCH,K.MINOR_EVENT],[N.AUDIO_PLAY_FAILED,K.MINOR_EVENT],[N.VIDEO_PLAY_FAILED,K.MINOR_EVENT],[N.AUDIO_TRACK_MUTED,K.MINOR_EVENT],[N.VIDEO_TRACK_MUTED,K.MINOR_EVENT],[N.IVS_PLAYER_REBUFFERING,K.MAJOR_EVENT],[N.IVS_PLAYER_AUDIO_BLOCKED,K.MAJOR_EVENT],[N.IVS_PLAYER_PLAYBACK_BLOCKED,K.MAJOR_EVENT],[N.IVS_PLAYER_ERROR,K.MAJOR_EVENT],[N.IVS_PLAYER_RECOVERABLE_ERROR,K.MAJOR_EVENT],[N.IVS_PLAYER_WORKER_ERROR,K.MAJOR_EVENT],[N.IVS_PLAYER_NETWORK_UNAVAILABLE,K.MAJOR_EVENT],[N.LIVESTREAM_LATENCY,K.MAJOR_EVENT],[N.IVS_PLAYER_ANALYTICS_EVENT,K.MINOR_EVENT],[N.IVS_PLAYER_PLAYBACK_RATE_CHANGED,K.MINOR_EVENT],[N.IVS_PLAYER_QUALITY_CHANGED,K.MINOR_EVENT],[N.IVS_PLAYER_INITIALIZED,K.MINOR_EVENT],[N.EXPECTED_VIDEO_RESOLUTION,K.MINOR_EVENT],[N.EXPECTED_SCREENSHARE_RESOLUTION,K.MINOR_EVENT]]);class fT{constructor(){p(this,"events");this.events=[]}add(t){this.events.push(t)}flush(){return{entries:this.events.splice(0,25)}}}class ST extends dt{constructor({logger:e,peerId:r,apiHostnames:i}){super();p(this,"logger");p(this,"peerId");p(this,"eventStore");p(this,"apiEndpoint");this.logger=e,this.peerId=r,this.apiEndpoint=`https://${i.daCollector}/api/v1/message`,this.eventStore=new fT}async sendEventsChunkToServer(e){var i;const r={payload:e,peerId:this.peerId};try{return await fetch(this.apiEndpoint,{method:"POST",body:JSON.stringify(r)}),!0}catch(n){return this.logger.error("callStats::sendEventsChunkToServer::catch",{error:n}),(i=e.entries)==null||i.forEach(o=>{this.eventStore.add(o)}),!1}}callEvent(e){e.timestamp=new Date,this.eventStore.add(e),this.emit(e.event,e.metaData),mT.get(e.event)===K.MAJOR_EVENT&&this.flush()}async flush(){var r;const e=this.eventStore.flush();return(r=e==null?void 0:e.entries)!=null&&r.length?(await this.sendEventsChunkToServer(e),!0):!1}}var qp;(function(s){s.CHROMIUM="chromum",s.FIREFOX="firefox",s.SAFARI="safari"})(qp||(qp={}));const Za={DEVEL:"devel",PREPROD:"preprod",PROD:"prod"};var ss;(function(s){s.AUDIO="AUDIO",s.VIDEO="VIDEO",s.SPEAKER="SPEAKER",s.SCREENSHARE="SCREENSHARE"})(ss||(ss={}));var jp;(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"})(jp||(jp={}));function Lr(s){return s?s.split(".").slice(0,2).concat(["0","0"]).join("."):""}function cd({packetsLost:s,packetsSent:t}){return t>0?s*100/t:0}function dd({packetsLost:s,packetsReceived:t}){return t+s>0?s*100/(t+s):0}const Gp=240,Wp=720,Jp=8,Kp=3,ld=10,ud=.02,hd=.03;function Xs({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 zp({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 Yp({packetsLost:s,packetsSent:t}){return t>0?s*100/t:0}function Qp({packetsLost:s,packetsSent:t,jitter:e}){const i=Xs({stat:Yp({packetsLost:s,packetsSent:t}),weight:.7,rangeMin:0,rangeMax:ld,rangeRankingDirection:"UP"}),o=Xs({stat:e,weight:.3,rangeMin:ud,rangeMax:hd,rangeRankingDirection:"UP"});return i+o}function vT({frameWidth:s,isScreenShare:t}){return s<(t?Wp:Gp)}function TT({framesPerSecond:s,isScreenShare:t}){return s<(t?Kp:Jp)}function yT({framesEncoded:s}){return s===0}function Xp({frameWidth:s,framesPerSecond:t,packetsLost:e,packetsSent:r,jitter:i,isScreenShare:n,framesEncoded:o}){const c=Xs({stat:Yp({packetsLost:e,packetsSent:r}),weight:1,rangeMin:0,rangeMax:ld,rangeRankingDirection:"UP"}),d=Xs({stat:i,weight:1,rangeMin:ud,rangeMax:hd,rangeRankingDirection:"UP"}),l=vT({frameWidth:s,isScreenShare:n}),u=TT({framesPerSecond:t,isScreenShare:n}),h=yT({framesEncoded:o,isScreenShare:n});return zp({isLowQualityVideo:l,isVideoLagging:u,isVideoStuck:h,jitterQuality:d,packetsLostQuality:c})}function Zp({packetsLost:s,packetsReceived:t}){return t+s>0?s*100/(t+s):0}function eg({concealmentEvents:s,packetsLost:t,packetsReceived:e,jitter:r}){const n=Xs({stat:s,weight:.2,rangeMin:0,rangeMax:3,rangeRankingDirection:"UP"}),o=.5,c=Xs({stat:Zp({packetsLost:t,packetsReceived:e}),weight:o,rangeMin:0,rangeMax:ld,rangeRankingDirection:"UP"}),l=Xs({stat:r,weight:.3,rangeMin:ud,rangeMax:hd,rangeRankingDirection:"UP"});return n+c+l}function ET({framesDecoded:s}){return s===0}function bT({framesPerSecond:s,isScreenShare:t}){return s<(t?Kp:Jp)}function wT({frameWidth:s,isScreenShare:t}){return s<(t?Wp:Gp)}function tg({frameWidth:s,framesPerSecond:t,packetsLost:e,packetsReceived:r,jitter:i,isScreenShare:n,framesDecoded:o}){const c=Xs({stat:Zp({packetsLost:e,packetsReceived:r}),weight:1,rangeMin:0,rangeMax:ld,rangeRankingDirection:"UP"}),d=Xs({stat:i,weight:1,rangeMin:ud,rangeMax:hd,rangeRankingDirection:"UP"}),l=wT({frameWidth:s,isScreenShare:n}),u=bT({framesPerSecond:t,isScreenShare:n}),h=ET({framesDecoded:o,isScreenShare:n});return zp({isLowQualityVideo:l,isVideoLagging:u,isVideoStuck:h,jitterQuality:d,packetsLostQuality:c})}class Zs{constructor(t){p(this,"pc1");p(this,"pc2");p(this,"constrainVideoBitrateKbps");p(this,"constrainOfferToRemoveVideoFec",!1);p(this,"iceCandidateFilter");const e=new RTCPeerConnection(t),r=new RTCPeerConnection(t);this.pc1=e,this.pc2=r,this.iceCandidateFilter=Zs.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=Zs.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
7
7
  `),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
8
8
  b=AS:${this.constrainVideoBitrateKbps}\r
9
- `)),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 sg extends dt{constructor(e){super();p(this,"call");p(this,"timeOut");this.call=new Zs(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 PT=8,_T=1/1e3;class CT extends sg{constructor(e){super(e);p(this,"senderChannel");p(this,"recieveChannel");p(this,"startTime");p(this,"lastBitrateMeasureTime");p(this,"sentPayloadBytes",0);p(this,"recievedPayloadBytes",0);p(this,"lastReceivedPayloadBytes",0);p(this,"stopSending",!1);p(this,"testProgress",0);p(this,"samplePacket","");p(this,"finalBitrateSum",0);p(this,"bitRateSampels",0);p(this,"maxNumberOfPacketsToSend",0);p(this,"bytesToKeepBuffered",0);p(this,"testDurationSeconds",5);this.call.setIceCandidateFilter(Zs.isNotHostCandidate),this.senderChannel=this.call.pc1.createDataChannel(null);for(let r=0;r<262144;r+=1)this.samplePacket+="h";this.maxNumberOfPacketsToSend=1,this.bytesToKeepBuffered=1024*this.maxNumberOfPacketsToSend,this.testDurationSeconds=4,this.senderChannel.addEventListener("open",this.sendingStep.bind(this)),this.call.pc2.addEventListener("datachannel",this.onRecieverChannel.bind(this))}sendingStep(){const e=new Date;this.startTime||(this.startTime=e,this.lastBitrateMeasureTime=e);for(let 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)*PT/(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 wu extends sg{constructor(e,r=Zs.noFilter){super(e);p(this,"ch1");p(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 RT extends wu{constructor(t){super(t,Zs.isHost)}}class kT extends wu{constructor(t){super(t,Zs.isRelay)}}class IT extends wu{constructor(t){super(t,Zs.isReflexive)}}class AT{constructor(){p(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=Lr(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=Lr(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 Pu=new AT,rg=[{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 ig(s){const[t,e]=s.split(",");return{coords:{latitude:Number(t),longitude:Number(e)}}}class ng{constructor(){p(this,"transport");p(this,"candidatePair");p(this,"outboundVideoRtp",new Map);p(this,"inboundVideoRtp",new Map);p(this,"outboundAudioRtp",new Map);p(this,"inboundAudioRtp",new Map);p(this,"remoteInboundRtp",new Map);p(this,"producerStreamMap",new Map);p(this,"consumerStreamMap",new Map);p(this,"staleProducerStreamMap",!1);p(this,"staleConsumerStreamMap",!1)}}class ag extends dt{constructor(){super();p(this,"observer");p(this,"outboundProducerMap",new Map);p(this,"inboundConsumerMap",new Map);p(this,"consumerPeerIdMap",new Map);p(this,"pausedConsumerMap",new Map);p(this,"pausedProducerMap",new Map);p(this,"overallProducingTransportsStatsMap",{});p(this,"overallConsumingTransportsStatsMap",{});p(this,"overallConsumersStatsMap",{});p(this,"overallProducersStatsMap",{});p(this,"videoProducerToStatsMap",new Map);p(this,"audioProducerToStatsMap",new Map);p(this,"videoConsumerToStatsMap",new Map);p(this,"audioConsumerToStatsMap",new Map);p(this,"consumerIdsWithFreezedVideo",new Set);p(this,"consumerIdsWithFreezedAudio",new Set);p(this,"producerIdsWithFreezedVideo",new Set);p(this,"producerIdsWithFreezedAudio",new Set);p(this,"freezedProducingTransportIds",new Set);p(this,"freezedConsumingTransportIds",new Set);p(this,"screenShareProducers",new Set);p(this,"screenShareConsumers",new Set);p(this,"ipDetails");p(this,"callStatsInstance");this.observer=new dt}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,b,R,D,F,L,B,W,ae,Tt,xs,_n,Us;const c=e,d=new ng,l=r.length?new Set(r):void 0,u=[],h=[],g=[],S=new Map,y=new Map;for(const I of c.values()){if(l){if(l.size===0)break;if(l.has(I.type))i&&l.delete(I.type);else continue}switch(I.type){case"local-candidate":{u.push(this.getIceCandidateStats(I));break}case"remote-candidate":{h.push(this.getIceCandidateStats(I));break}case"candidate-pair":{const{nominated:T}=I,{selected:w}=I,$=I,Re={nominated:T!=null?T:w,currentRoundTripTime:$.currentRoundTripTime,totalRoundTripTime:$.totalRoundTripTime,bytesReceived:$.bytesReceived,bytesSent:$.bytesSent,availableOutgoingBitrate:$.availableOutgoingBitrate,availableIncomingBitrate:$.availableIncomingBitrate,lastPacketReceivedTimestamp:$.lastPacketReceivedTimestamp,lastPacketSentTimestamp:$.lastPacketSentTimestamp,localCandidateId:$.localCandidateId,remoteCandidateId:$.remoteCandidateId,bytesDiscardedOnSend:$.bytesDiscardedOnSend,packetsSent:$.packetsSent,packetsReceived:$.packetsReceived,packetsDiscardedOnSend:$.packetsDiscardedOnSend};g.push(Re),(I.nominated===!0||I.selected===!0)&&(d.candidatePair=Re);break}case"transport":{const T=I;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 w={bytesReceived:T.bytesReceived,bytesSent:T.bytesSent,packetsSent:T.packetsSent,packetsReceived:T.packetsReceived,dtlsCipher:T.dtlsCipher,dtlsState:T.dtlsState,iceRole:T.iceRole};if(d.transport=w,o){if(o.producing){const $=this.overallProducingTransportsStatsMap[o.id];this.processProducingTransportStats(o.id,$,w)}if(o.consuming){const $=this.overallConsumingTransportsStatsMap[o.id];this.processConsumingTransportStats(o.id,$,w)}}break}case"remote-inbound-rtp":{const T=I,w={jitter:T.jitter,fractionLost:T.fractionLost,roundTripTime:T.roundTripTime,roundTripTimeMeasurements:T.roundTripTimeMeasurements,totalRoundTripTime:T.totalRoundTripTime,packetsLost:T.packetsLost};d.remoteInboundRtp.set(T.localId,w);break}case"outbound-rtp":{if(!this.outboundProducerMap.has(I.id))break;const T=I,w=n||this.outboundProducerMap.get(I.id),$=this.pausedProducerMap.get(w);if($){if($.lastReportCalculated===!0)break;this.pausedProducerMap.set(w,{lastReportCalculated:!0})}this.overallProducersStatsMap[w]||(this.overallProducersStatsMap[w]={totalVideoPacketsSent:0,totalAudioPacketsSent:0});const Re=this.overallProducersStatsMap[w];if(["video","audio"].includes(T.mediaType)||["video","audio"].includes(T.kind)){if(!this.outboundProducerMap.has(I.id)){d.staleProducerStreamMap=!0;break}const qe=this.callStatsInstance.producers.get(w);if(((P=qe==null?void 0:qe.track)==null?void 0:P.readyState)==="ended")break;d.producerStreamMap.has(w)||d.producerStreamMap.set(w,{outboundVideoRtpId:[],outboundAudioRtpId:[]});const V={bytesSent:T.bytesSent,packetsSent:T.packetsSent,nackCount:T.nackCount,ssrc:T.ssrc,mid:T.mid,active:T.active,codecId:T.codecId,headerBytesSent:T.headerBytesSent||0,totalPacketSendDelay:T.totalPacketSendDelay||0};if(T.mediaType==="video"||T.kind==="video"){const C=T,Je={frameHeight:C.frameHeight,frameWidth:C.frameWidth,framesEncoded:C.framesEncoded,framesDropped:C.framesDropped,framesPerSecond:C.framesPerSecond,framesSent:C.framesSent,keyFramesEncoded:C.keyFramesEncoded,firCount:C.firCount,encoderImplementation:C.encoderImplementation,hugeFramesSent:C.hugeFramesSent,pliCount:C.pliCount,qpSum:C.qpSum,qualityLimitationDurations:C.qualityLimitationDurations,qualityLimitationReason:C.qualityLimitationReason,qualityLimitationResolutionChanges:C.qualityLimitationResolutionChanges,totalEncodeTime:C.targetBitrate,totalPacketSendDelay:C.totalPacketSendDelay,retransmittedBytesSent:C.retransmittedBytesSent,retransmittedPacketsSent:C.retransmittedPacketsSent,scalabilityMode:C.scalabilityMode,powerEfficientEncoder:C.powerEfficientEncoder,...V};d.outboundVideoRtp.set(I.id,Je),d.producerStreamMap.get(w).outboundVideoRtpId.push(I.id),this.processOutboundProducerVideoStats(w,Re,Je)}else if(T.mediaType==="audio"||T.kind==="audio"){const C=T,Je={retransmittedBytesSent:C.retransmittedBytesSent,retransmittedPacketsSent:C.retransmittedPacketsSent,...V};d.outboundAudioRtp.set(I.id,Je),d.producerStreamMap.get(w).outboundAudioRtpId.push(I.id),this.processOutboundProducerAudioStats(w,Re,Je)}}else this.callStatsInstance.logger.error(`Callstats: Unknown Outbound-rtp. mediatype: ${T.mediaType} kind: ${T.kind}`);break}case"inbound-rtp":{if(!this.inboundConsumerMap.has(I.id))break;const T=I,w=n||this.inboundConsumerMap.get(I.id),$=this.pausedConsumerMap.get(w);if($){if($.lastReportCalculated===!0)break;this.pausedConsumerMap.set(w,{lastReportCalculated:!0})}if(T.ssrc===1234)break;this.overallConsumersStatsMap[w]||(this.overallConsumersStatsMap[w]={totalVideoPacketsReceived:0,totalAudioPacketsReceived:0});const Re=this.overallConsumersStatsMap[w];if(["video","audio"].includes(T.mediaType)||["video","audio"].includes(T.kind)){if(!this.inboundConsumerMap.has(I.id)){d.staleConsumerStreamMap=!0;break}d.consumerStreamMap.has(w)||d.consumerStreamMap.set(w,{inboundVideoRtpId:[],inboundAudioRtpId:[]});const qe={bytesReceived:T.bytesReceived,packetsReceived:T.packetsReceived,packetsLost:T.packetsLost>=0?T.packetsLost:0,jitter:T.jitter,nackCount:T.nackCount,jitterBufferDelay:T.jitterBufferDelay,jitterBufferEmittedCount:T.jitterBufferEmittedCount,lastPacketReceivedTimestamp:T.lastPacketReceivedTimestamp,ssrc:T.ssrc,mid:T.mid,codecId:T.codecId,headerBytesReceived:T.headerBytesReceived||0,packetsDiscarded:T.packetsDiscarded||0,jitterBufferMinimumDelay:T.jitterBufferMinimumDelay||0,jitterBufferTargetDelay:T.jitterBufferTargetDelay||0};if(T.mediaType==="video"||T.kind==="video"){const V=T,C={frameHeight:V.frameHeight,frameWidth:V.frameWidth,framesDecoded:V.framesDecoded,framesDropped:V.framesDropped,framesPerSecond:V.framesPerSecond,framesReceived:V.framesReceived,keyFramesDecoded:V.keyFramesDecoded,firCount:V.firCount,decoderImplementation:V.decoderImplementation,pliCount:V.pliCount,totalProcessingDelay:V.totalProcessingDelay,qpSum:V.qpSum||0,totalAssemblyTime:V.totalAssemblyTime||0,totalDecodeTime:V.totalDecodeTime||0,totalFreezesDuration:V.totalFreezesDuration||0,totalInterFrameDelay:V.totalInterFrameDelay||0,totalPausesDuration:V.totalPausesDuration||0,totalSquaredInterFrameDelay:V.totalSquaredInterFrameDelay||0,freezeCount:V.freezeCount||0,pauseCount:V.pauseCount||0,powerEfficientDecoder:V.powerEfficientDecoder,...qe};C.score=tg({frameWidth:C.frameWidth||0,framesDecoded:(C.framesDecoded||0)-(((b=this.videoConsumerToStatsMap.get(w))==null?void 0:b.framesDecoded)||0),framesPerSecond:C.framesPerSecond||0,packetsLost:(C.packetsLost||0)-(((R=this.videoConsumerToStatsMap.get(w))==null?void 0:R.packetsLost)||0),packetsReceived:(C.packetsReceived||0)-(((D=this.videoConsumerToStatsMap.get(w))==null?void 0:D.packetsReceived)||0),jitter:C.jitter||0,isScreenShare:this.screenShareConsumers.has(w)}),y.set(w,{score:+(C.score*10).toFixed(),frameWidth:C.frameWidth||0,frameHeight:C.frameHeight||0,framesPerSecond:C.framesPerSecond||0,packetsLostPercentage:dd({packetsLost:(C.packetsLost||0)-(((F=this.videoConsumerToStatsMap.get(w))==null?void 0:F.packetsLost)||0),packetsReceived:(C.packetsReceived||0)-(((L=this.videoConsumerToStatsMap.get(w))==null?void 0:L.packetsReceived)||0)}),jitter:C.jitter||0,isScreenShare:this.screenShareConsumers.has(w),bitrate:((C.bytesReceived||0)-(((B=this.videoConsumerToStatsMap.get(w))==null?void 0:B.bytesReceived)||0))*8/7}),this.videoConsumerToStatsMap.set(w,C),d.inboundVideoRtp.set(I.id,C),d.consumerStreamMap.get(w).inboundVideoRtpId.push(I.id),this.processInboundConsumerVideoStats(w,Re,C)}else if(T.mediaType==="audio"||T.kind==="audio"){const V=T,C={audioLevel:V.audioLevel,concealedSamples:V.concealedSamples,concealmentEvents:V.concealmentEvents,totalAudioEnergy:V.totalAudioEnergy,totalSamplesDuration:V.totalSamplesDuration,totalSamplesReceived:V.totalSamplesReceived,fecPacketsDiscarded:V.fecPacketsDiscarded||0,fecPacketsReceived:V.fecPacketsReceived||0,insertedSamplesForDeceleration:V.insertedSamplesForDeceleration||0,removedSamplesForAcceleration:V.removedSamplesForAcceleration||0,silentConcealedSamples:V.silentConcealedSamples||0,playoutId:V.playoutId,...qe};C.score=eg({concealmentEvents:(C.concealmentEvents||0)-(((W=this.audioConsumerToStatsMap.get(w))==null?void 0:W.concealmentEvents)||0),packetsLost:(C.packetsLost||0)-(((ae=this.audioConsumerToStatsMap.get(w))==null?void 0:ae.packetsLost)||0),packetsReceived:(C.packetsReceived||0)-(((Tt=this.audioConsumerToStatsMap.get(w))==null?void 0:Tt.packetsReceived)||0),jitter:C.jitter||0}),y.set(w,{score:+(C.score*10).toFixed(),packetsLostPercentage:dd({packetsLost:(C.packetsLost||0)-(((xs=this.audioConsumerToStatsMap.get(w))==null?void 0:xs.packetsLost)||0),packetsReceived:(C.packetsReceived||0)-(((_n=this.audioConsumerToStatsMap.get(w))==null?void 0:_n.packetsReceived)||0)}),jitter:C.jitter||0,isScreenShare:this.screenShareConsumers.has(w),bitrate:((C.bytesReceived||0)-(((Us=this.audioConsumerToStatsMap.get(w))==null?void 0:Us.bytesReceived)||0))*8/7}),this.audioConsumerToStatsMap.set(w,C),d.inboundAudioRtp.set(I.id,C),d.consumerStreamMap.get(w).inboundAudioRtpId.push(I.id),this.processInboundConsumerAudioStats(w,Re,C)}}else this.callStatsInstance.logger.error(`Callstats: Unknown Inbound-rtp. mediatype: ${T.mediaType} kind: ${T.kind}`);break}}}if(d.producerStreamMap.forEach((I,T)=>{var w,$,Re,qe,V,C,Je,Nr,Uc,Fc,$c,Bc,Hc,qc,jc,Gc,Wc,Jc,Kc,zc,Yc,Qc,Xc;if(I.outboundVideoRtpId.length>0){const he=[];I.outboundVideoRtpId.forEach(ip=>{he.push(d.outboundVideoRtp.get(ip))});const ee=this.getWorkingSimulcastVideoStats(he);ee.score=Xp({frameWidth:ee.frameWidth||0,framesPerSecond:ee.framesPerSecond||0,jitter:((w=ee.remoteData)==null?void 0:w.jitter)||0,isScreenShare:this.screenShareProducers.has(T),packetsSent:(ee.packetsSent||0)-((($=this.videoProducerToStatsMap.get(T))==null?void 0:$.packetsSent)||0),packetsLost:(((Re=ee.remoteData)==null?void 0:Re.packetsLost)||0)-(((V=(qe=this.videoProducerToStatsMap.get(T))==null?void 0:qe.remoteData)==null?void 0:V.packetsLost)||0),framesEncoded:(ee.framesEncoded||0)-(((C=this.videoProducerToStatsMap.get(T))==null?void 0:C.framesEncoded)||0)}),S.set(T,{score:+(ee.score*10).toFixed(),frameWidth:ee.frameWidth||0,frameHeight:ee.frameHeight||0,framesPerSecond:ee.framesPerSecond||0,jitter:((Je=ee.remoteData)==null?void 0:Je.jitter)||0,isScreenShare:this.screenShareProducers.has(T),packetsLostPercentage:cd({packetsSent:(ee.packetsSent||0)-(((Nr=this.videoProducerToStatsMap.get(T))==null?void 0:Nr.packetsSent)||0),packetsLost:(((Uc=ee.remoteData)==null?void 0:Uc.packetsLost)||0)-((($c=(Fc=this.videoProducerToStatsMap.get(T))==null?void 0:Fc.remoteData)==null?void 0:$c.packetsLost)||0)}),bitrate:((ee.bytesSent||0)-(((Bc=this.videoProducerToStatsMap.get(T))==null?void 0:Bc.bytesSent)||0))*8/7,cpuLimitations:ee.qualityLimitationReason==="cpu",bandwidthLimitations:ee.qualityLimitationReason==="bandwidth"}),this.videoProducerToStatsMap.set(T,ee)}else if(I.outboundAudioRtpId.length>0){const he=d.outboundAudioRtp.get(I.outboundAudioRtpId[0]);he.score=Qp({packetsSent:(he.packetsSent||0)-(((Hc=this.audioProducerToStatsMap.get(T))==null?void 0:Hc.packetsSent)||0),packetsLost:(((qc=he.remoteData)==null?void 0:qc.packetsLost)||0)-(((Gc=(jc=this.audioProducerToStatsMap.get(T))==null?void 0:jc.remoteData)==null?void 0:Gc.packetsLost)||0),jitter:((Wc=he.remoteData)==null?void 0:Wc.jitter)||0}),S.set(T,{score:+(he.score*10).toFixed(),bitrate:((he.bytesSent||0)-(((Jc=this.audioProducerToStatsMap.get(T))==null?void 0:Jc.bytesSent)||0))*8/7,packetsLostPercentage:cd({packetsSent:(he.packetsSent||0)-(((Kc=this.audioProducerToStatsMap.get(T))==null?void 0:Kc.packetsSent)||0),packetsLost:(((zc=he.remoteData)==null?void 0:zc.packetsLost)||0)-(((Qc=(Yc=this.audioProducerToStatsMap.get(T))==null?void 0:Yc.remoteData)==null?void 0:Qc.packetsLost)||0)}),jitter:((Xc=he.remoteData)==null?void 0:Xc.jitter)||0,isScreenShare:this.screenShareProducers.has(T)}),this.audioProducerToStatsMap.set(T,he)}}),g.forEach(I=>{const T=u.find($=>$.id===I.localCandidateId?(I.localCandidateId=$.id,$):null),w=h.find($=>$.id===I.remoteCandidateId?(I.remoteCandidateId=$.id,$):null);T&&(I.localCandidateType=T.type,I.localCandidateAddress=Lr(T.address),I.localCandidatePort=T.port,I.localCandidateProtocol=T.protocol,I.localCandidateUrl=T.url,I.localCandidateNetworkType=T.networkType,I.localCandidateRelatedAddress=Lr(T.relatedAddress),I.localCandidateRelatedPort=T.relatedPort),w&&(I.remoteCandidateType=w.type,I.remoteCandidateAddress=Lr(w.address),I.remoteCandidatePort=w.port,I.remoteCandidateProtocol=w.protocol,I.remoteCandidateUrl=w.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=g),d.transport&&!d.transport.roundTripTime){let I=0,T=0;d.remoteInboundRtp.forEach((w,$)=>{w.roundTripTime&&w.roundTripTime>I&&(I=w.roundTripTime,T=w.totalRoundTripTime)}),d.transport.roundTripTime=I,d.transport.totalRoundTripTime=T}if(y.size>0)try{this.observer.emit("consumer_score",y)}catch(I){}if(S.size>0)try{this.observer.emit("producer_score",S)}catch(I){}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),h=d.staleConsumerStreamMap?void 0:this.getConsumerStatsFromReport(d);return{transportReport:l,producerReport:u,consumerReport:h}}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||rg},i=new Promise((u,h)=>{try{const g=new RT(r);g.addListener("done",u),g.addListener("failed",()=>{u({connectivity:!1})}),g.start(2e3)}catch(g){h(g)}}),n=new Promise((u,h)=>{try{const g=new kT(r);g.addListener("done",u),g.addListener("failed",()=>{u({connectivity:!1})}),g.start(2e3)}catch(g){h(g)}}),o=new Promise((u,h)=>{try{const g=new IT(r);g.addListener("done",u),g.addListener("failed",()=>{u({connectivity:!1})}),g.start(2e3)}catch(g){h(g)}}),[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||rg},d=new CT(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 Pu.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?ig(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?ig(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 MT extends ag{}class og extends ag{constructor(){super(...arguments);p(this,"producerMap",new Map);p(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,b,R,D,F,L,B,W,ae,Tt,xs,_n,Us;const c=e,d=new ng,l=r.length?new Set(r):void 0,u=[],h=[],g=[],S=new Map,y=new Map;for(const I of c.values()){if(l){if(l.size===0)break;if(l.has(I.type))i&&l.delete(I.type);else continue}switch(I.type){case"local-candidate":{u.push(this.getIceCandidateStats(I));break}case"remote-candidate":{h.push(this.getIceCandidateStats(I));break}case"candidate-pair":{const{nominated:T}=I,{selected:w}=I,$=I,Re={nominated:T!=null?T:w,currentRoundTripTime:$.currentRoundTripTime,totalRoundTripTime:$.totalRoundTripTime,bytesReceived:$.bytesReceived,bytesSent:$.bytesSent,availableOutgoingBitrate:$.availableOutgoingBitrate,availableIncomingBitrate:$.availableIncomingBitrate,lastPacketReceivedTimestamp:$.lastPacketReceivedTimestamp,lastPacketSentTimestamp:$.lastPacketSentTimestamp,localCandidateId:$.localCandidateId,remoteCandidateId:$.remoteCandidateId,bytesDiscardedOnSend:$.bytesDiscardedOnSend,packetsSent:$.packetsSent,packetsReceived:$.packetsReceived,packetsDiscardedOnSend:$.packetsDiscardedOnSend};g.push(Re),(I.nominated===!0||I.selected===!0)&&(d.candidatePair=Re);break}case"transport":{const T=I;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 w={bytesReceived:T.bytesReceived,bytesSent:T.bytesSent,packetsSent:T.packetsSent,packetsReceived:T.packetsReceived,dtlsCipher:T.dtlsCipher,dtlsState:T.dtlsState,iceRole:T.iceRole};if(d.transport=w,o){if(o.producing){const $=this.overallProducingTransportsStatsMap[o.id];this.processProducingTransportStats(o.id,$,w)}if(o.consuming){const $=this.overallConsumingTransportsStatsMap[o.id];this.processConsumingTransportStats(o.id,$,w)}}break}case"remote-inbound-rtp":{const T=I,w={jitter:T.jitter,fractionLost:T.fractionLost,roundTripTime:T.roundTripTime,roundTripTimeMeasurements:T.roundTripTimeMeasurements,totalRoundTripTime:T.totalRoundTripTime,packetsLost:T.packetsLost};d.remoteInboundRtp.set(T.localId,w);break}case"outbound-rtp":{if(!this.outboundProducerMap.has(I.id))break;const T=I,w=n||this.outboundProducerMap.get(I.id),$=this.pausedProducerMap.get(w);if($){if($.lastReportCalculated===!0)break;this.pausedProducerMap.set(w,{lastReportCalculated:!0})}this.overallProducersStatsMap[w]||(this.overallProducersStatsMap[w]={totalVideoPacketsSent:0,totalAudioPacketsSent:0});const Re=this.overallProducersStatsMap[w];if(["video","audio"].includes(T.mediaType)||["video","audio"].includes(T.kind)){if(!this.outboundProducerMap.has(I.id)){d.staleProducerStreamMap=!0;break}const qe=this.callStatsInstance.producers.get(w);if(((P=qe==null?void 0:qe.track)==null?void 0:P.readyState)==="ended")break;d.producerStreamMap.has(w)||d.producerStreamMap.set(w,{outboundVideoRtpId:[],outboundAudioRtpId:[]});const V={bytesSent:T.bytesSent,packetsSent:T.packetsSent,nackCount:T.nackCount,ssrc:T.ssrc,mid:T.mid,active:T.active,codecId:T.codecId,headerBytesSent:T.headerBytesSent||0,totalPacketSendDelay:T.totalPacketSendDelay||0};if(T.mediaType==="video"||T.kind==="video"){const C=T,Je={frameHeight:C.frameHeight,frameWidth:C.frameWidth,framesEncoded:C.framesEncoded,framesDropped:C.framesDropped?C.framesDropped:C.droppedFrames,framesPerSecond:C.framesPerSecond?C.framesPerSecond:C.framerateMean,framesSent:C.framesSent,keyFramesEncoded:C.keyFramesEncoded,firCount:C.firCount,encoderImplementation:C.encoderImplementation,hugeFramesSent:C.hugeFramesSent,pliCount:C.pliCount,qpSum:C.qpSum,qualityLimitationReason:C.qualityLimitationReason,qualityLimitationDurations:C.qualityLimitationDurations,qualityLimitationResolutionChanges:C.qualityLimitationResolutionChanges,totalEncodeTime:C.totalEncodeTime,totalPacketSendDelay:C.totalEncodeTime,retransmittedBytesSent:C.retransmittedBytesSent,retransmittedPacketsSent:C.retransmittedPacketsSent,scalabilityMode:C.scalabilityMode,powerEfficientEncoder:C.powerEfficientEncoder,...V};d.outboundVideoRtp.set(I.id,Je),d.producerStreamMap.get(w).outboundVideoRtpId.push(I.id),this.processOutboundProducerVideoStats(w,Re,Je)}else if(T.mediaType==="audio"||T.kind==="audio"){const C=T,Je={retransmittedBytesSent:C.retransmittedBytesSent,retransmittedPacketsSent:C.retransmittedPacketsSent,...V};d.outboundAudioRtp.set(I.id,Je),d.producerStreamMap.get(w).outboundAudioRtpId.push(I.id),this.processOutboundProducerAudioStats(w,Re,Je)}}else this.callStatsInstance.logger.error(`Callstats: Unknown Outbound-rtp. mediatype: ${T.mediaType} kind: ${T.kind}`);break}case"inbound-rtp":{if(!this.inboundConsumerMap.has(I.id))break;const T=I,w=n||this.inboundConsumerMap.get(I.id),$=this.pausedConsumerMap.get(w);if($){if($.lastReportCalculated===!0)break;this.pausedConsumerMap.set(w,{lastReportCalculated:!0})}if(T.ssrc===1234)break;this.overallConsumersStatsMap[w]||(this.overallConsumersStatsMap[w]={totalVideoPacketsReceived:0,totalAudioPacketsReceived:0});const Re=this.overallConsumersStatsMap[w];if(["video","audio"].includes(T.mediaType)||["video","audio"].includes(T.kind)){if(!this.inboundConsumerMap.has(I.id)){d.staleConsumerStreamMap=!0;break}d.consumerStreamMap.has(w)||d.consumerStreamMap.set(w,{inboundVideoRtpId:[],inboundAudioRtpId:[]});const qe={bytesReceived:T.bytesReceived,packetsReceived:T.packetsReceived,packetsLost:T.packetsLost>=0?T.packetsLost:0,jitter:T.jitter,nackCount:T.nackCount,jitterBufferDelay:T.jitterBufferDelay,jitterBufferEmittedCount:T.jitterBufferEmittedCount,lastPacketReceivedTimestamp:T.lastPacketReceivedTimestamp,ssrc:T.ssrc,mid:T.mid,codecId:T.codecId,headerBytesReceived:T.headerBytesReceived||0,packetsDiscarded:T.packetsDiscarded||0,jitterBufferMinimumDelay:T.jitterBufferMinimumDelay||0,jitterBufferTargetDelay:T.jitterBufferTargetDelay||0};if(T.mediaType==="video"||T.kind==="video"){const V=T,C={frameHeight:V.frameHeight,frameWidth:V.frameWidth,framesDecoded:V.framesDecoded,framesDropped:V.framesDropped?V.framesDropped:V.droppedFrames,framesPerSecond:V.framesPerSecond?V.framesPerSecond:V.framerateMean,framesReceived:V.framesReceived,keyFramesDecoded:V.keyFramesDecoded,firCount:V.firCount,decoderImplementation:V.decoderImplementation,pliCount:V.pliCount,totalProcessingDelay:V.totalProcessingDelay,qpSum:V.qpSum||0,totalAssemblyTime:V.totalAssemblyTime||0,totalDecodeTime:V.totalDecodeTime||0,totalFreezesDuration:V.totalFreezesDuration||0,totalInterFrameDelay:V.totalInterFrameDelay||0,totalPausesDuration:V.totalPausesDuration||0,totalSquaredInterFrameDelay:V.totalSquaredInterFrameDelay||0,freezeCount:V.freezeCount||0,pauseCount:V.pauseCount||0,powerEfficientDecoder:V.powerEfficientDecoder,...qe};C.score=tg({frameWidth:C.frameWidth||0,framesDecoded:(C.framesDecoded||0)-(((b=this.videoConsumerToStatsMap.get(w))==null?void 0:b.framesDecoded)||0),framesPerSecond:C.framesPerSecond||0,packetsLost:(C.packetsLost||0)-(((R=this.videoConsumerToStatsMap.get(w))==null?void 0:R.packetsLost)||0),packetsReceived:(C.packetsReceived||0)-(((D=this.videoConsumerToStatsMap.get(w))==null?void 0:D.packetsReceived)||0),jitter:C.jitter||0,isScreenShare:this.screenShareConsumers.has(w)}),y.set(w,{score:+(C.score*10).toFixed(),frameWidth:C.frameWidth||0,frameHeight:C.frameHeight||0,framesPerSecond:C.framesPerSecond||0,packetsLostPercentage:dd({packetsLost:(C.packetsLost||0)-(((F=this.videoConsumerToStatsMap.get(w))==null?void 0:F.packetsLost)||0),packetsReceived:(C.packetsReceived||0)-(((L=this.videoConsumerToStatsMap.get(w))==null?void 0:L.packetsReceived)||0)}),jitter:C.jitter||0,isScreenShare:this.screenShareConsumers.has(w),bitrate:((C.bytesReceived||0)-(((B=this.videoConsumerToStatsMap.get(w))==null?void 0:B.bytesReceived)||0))*8/7}),this.videoConsumerToStatsMap.set(w,C),d.inboundVideoRtp.set(I.id,C),d.consumerStreamMap.get(w).inboundVideoRtpId.push(I.id),this.processInboundConsumerVideoStats(w,Re,C)}else if(T.mediaType==="audio"||T.kind==="audio"){const V=T,C={audioLevel:V.audioLevel,concealedSamples:V.concealedSamples,concealmentEvents:V.concealmentEvents,totalAudioEnergy:V.totalAudioEnergy,totalSamplesDuration:V.totalSamplesDuration,totalSamplesReceived:V.totalSamplesReceived,fecPacketsDiscarded:V.fecPacketsDiscarded||0,fecPacketsReceived:V.fecPacketsReceived||0,insertedSamplesForDeceleration:V.insertedSamplesForDeceleration||0,removedSamplesForAcceleration:V.removedSamplesForAcceleration||0,silentConcealedSamples:V.silentConcealedSamples||0,playoutId:V.playoutId,...qe};C.score=eg({concealmentEvents:(C.concealmentEvents||0)-(((W=this.audioConsumerToStatsMap.get(w))==null?void 0:W.concealmentEvents)||0),packetsLost:(C.packetsLost||0)-(((ae=this.audioConsumerToStatsMap.get(w))==null?void 0:ae.packetsLost)||0),packetsReceived:(C.packetsReceived||0)-(((Tt=this.audioConsumerToStatsMap.get(w))==null?void 0:Tt.packetsReceived)||0),jitter:C.jitter||0}),y.set(w,{score:+(C.score*10).toFixed(),packetsLostPercentage:dd({packetsLost:(C.packetsLost||0)-(((xs=this.audioConsumerToStatsMap.get(w))==null?void 0:xs.packetsLost)||0),packetsReceived:(C.packetsReceived||0)-(((_n=this.audioConsumerToStatsMap.get(w))==null?void 0:_n.packetsReceived)||0)}),jitter:C.jitter||0,isScreenShare:this.screenShareConsumers.has(w),bitrate:((C.bytesReceived||0)-(((Us=this.audioConsumerToStatsMap.get(w))==null?void 0:Us.bytesReceived)||0))*8/7}),this.audioConsumerToStatsMap.set(w,C),d.inboundAudioRtp.set(I.id,C),d.consumerStreamMap.get(w).inboundAudioRtpId.push(I.id),this.processInboundConsumerAudioStats(w,Re,C)}}else this.callStatsInstance.logger.error(`Callstats: Unknown Inbound-rtp. mediatype: ${T.mediaType} kind: ${T.kind}`);break}}}if(d.producerStreamMap.forEach((I,T)=>{var w,$,Re,qe,V,C,Je,Nr,Uc,Fc,$c,Bc,Hc,qc,jc,Gc,Wc,Jc,Kc,zc,Yc,Qc,Xc;if(I.outboundVideoRtpId.length>0){const he=[];I.outboundVideoRtpId.forEach(ip=>{he.push(d.outboundVideoRtp.get(ip))});const ee=this.getWorkingSimulcastVideoStats(he);ee.score=Xp({frameWidth:ee.frameWidth||0,framesPerSecond:ee.framesPerSecond||0,jitter:((w=ee.remoteData)==null?void 0:w.jitter)||0,isScreenShare:this.screenShareProducers.has(T),packetsSent:(ee.packetsSent||0)-((($=this.videoProducerToStatsMap.get(T))==null?void 0:$.packetsSent)||0),packetsLost:(((Re=ee.remoteData)==null?void 0:Re.packetsLost)||0)-(((V=(qe=this.videoProducerToStatsMap.get(T))==null?void 0:qe.remoteData)==null?void 0:V.packetsLost)||0),framesEncoded:(ee.framesEncoded||0)-(((C=this.videoProducerToStatsMap.get(T))==null?void 0:C.framesEncoded)||0)}),S.set(T,{score:+(ee.score*10).toFixed(),frameWidth:ee.frameWidth||0,frameHeight:ee.frameHeight||0,framesPerSecond:ee.framesPerSecond||0,jitter:((Je=ee.remoteData)==null?void 0:Je.jitter)||0,isScreenShare:this.screenShareProducers.has(T),packetsLostPercentage:cd({packetsSent:(ee.packetsSent||0)-(((Nr=this.videoProducerToStatsMap.get(T))==null?void 0:Nr.packetsSent)||0),packetsLost:(((Uc=ee.remoteData)==null?void 0:Uc.packetsLost)||0)-((($c=(Fc=this.videoProducerToStatsMap.get(T))==null?void 0:Fc.remoteData)==null?void 0:$c.packetsLost)||0)}),bitrate:((ee.bytesSent||0)-(((Bc=this.videoProducerToStatsMap.get(T))==null?void 0:Bc.bytesSent)||0))*8/7,cpuLimitations:ee.qualityLimitationReason==="cpu",bandwidthLimitations:ee.qualityLimitationReason==="bandwidth"}),this.videoProducerToStatsMap.set(T,ee)}else if(I.outboundAudioRtpId.length>0){const he=d.outboundAudioRtp.get(I.outboundAudioRtpId[0]);he.score=Qp({packetsSent:(he.packetsSent||0)-(((Hc=this.audioProducerToStatsMap.get(T))==null?void 0:Hc.packetsSent)||0),packetsLost:(((qc=he.remoteData)==null?void 0:qc.packetsLost)||0)-(((Gc=(jc=this.audioProducerToStatsMap.get(T))==null?void 0:jc.remoteData)==null?void 0:Gc.packetsLost)||0),jitter:((Wc=he.remoteData)==null?void 0:Wc.jitter)||0}),S.set(T,{score:+(he.score*10).toFixed(),bitrate:((he.bytesSent||0)-(((Jc=this.audioProducerToStatsMap.get(T))==null?void 0:Jc.bytesSent)||0))*8/7,packetsLostPercentage:cd({packetsSent:(he.packetsSent||0)-(((Kc=this.audioProducerToStatsMap.get(T))==null?void 0:Kc.packetsSent)||0),packetsLost:(((zc=he.remoteData)==null?void 0:zc.packetsLost)||0)-(((Qc=(Yc=this.audioProducerToStatsMap.get(T))==null?void 0:Yc.remoteData)==null?void 0:Qc.packetsLost)||0)}),jitter:((Xc=he.remoteData)==null?void 0:Xc.jitter)||0,isScreenShare:this.screenShareProducers.has(T)}),this.audioProducerToStatsMap.set(T,he)}}),g.forEach(I=>{const T=u.find($=>$.id===I.localCandidateId?(I.localCandidateId=$.id,$):null),w=h.find($=>$.id===I.remoteCandidateId?(I.remoteCandidateId=$.id,$):null);T&&(I.localCandidateType=T.type,I.localCandidateAddress=Lr(T.address),I.localCandidatePort=T.port,I.localCandidateProtocol=T.protocol,I.localCandidateUrl=T.url,I.localCandidateNetworkType=T.networkType,I.localCandidateRelatedAddress=Lr(T.relatedAddress),I.localCandidateRelatedPort=T.relatedPort),w&&(I.remoteCandidateType=w.type,I.remoteCandidateAddress=Lr(w.address),I.remoteCandidatePort=w.port,I.remoteCandidateProtocol=w.protocol,I.remoteCandidateUrl=w.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=g),d.transport&&!d.transport.roundTripTime){let I=0,T=0;d.remoteInboundRtp.forEach((w,$)=>{w.roundTripTime&&w.roundTripTime>I&&(I=w.roundTripTime,T=w.totalRoundTripTime)}),d.transport.roundTripTime=I,d.transport.totalRoundTripTime=T}if(y.size>0)try{this.observer.emit("consumer_score",y)}catch(I){}if(S.size>0)try{this.observer.emit("producer_score",S)}catch(I){}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 h=e.outboundVideoRtp.get(u);return h.frameHeight||(h.frameHeight=c.height,h.frameWidth=c.width,h.framesPerSecond=c.frameRate),h}),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 g=this.consumerMap.get(i).track.getSettings(),S=e.inboundVideoRtp.get(u);return S.frameHeight||(S.frameHeight=g.height,S.frameWidth=g.width,S.framesPerSecond=g.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 OT extends og{}function pd(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 cg(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=>{pd(this,t,e,o)}):n}catch(n){pd(this,t,e,n)}return null},s}const Q=(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=>{pd(this,s,t,d)}):c}catch(c){pd(this,s,t,c)}return null},i},DT=(s,t)=>(e,r,i)=>{if(i)return cg(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,cg(o,s,t))}};var z=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 Y=console;let J=class extends dt{constructor(e="https://api.testingv3.dyte.in",r="Blink",i=Za.PROD,n,o,c,d){super();p(this,"observer");p(this,"eventHandler");p(this,"measurements");p(this,"producingTransport");p(this,"consumingTransport");p(this,"producers",new Map);p(this,"consumers",new Map);p(this,"iceServers");p(this,"connectionInfoPromise");p(this,"pingStatsTimeout");p(this,"logger");p(this,"env");p(this,"apiHostnames");p(this,"peerId");p(this,"consumerSharedMediaStatesMap",new Map);p(this,"currentUserMediaStates",{});switch(this.env=i,this.apiHostnames=d,this.logger=o,this.peerId=c,this.eventHandler=new ST({logger:o,peerId:c,apiHostnames:d}),this.logger.debug("callStats::engineName: ",{engineName:r}),r){case"Blink":this.measurements=new MT;break;case"Gecko":this.measurements=new og;break;case"WebKit":this.measurements=new OT;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 dt,this.measurements.observer.on("consumer_score",l=>{o.debug(`callStats::consumer_score ${[...l.entries()]}`),this.eventHandler.emit("consumer_score",l)}),this.measurements.observer.on("producer_score",l=>{o.debug(`callStats::producer_score ${[...l.entries()]}`),this.eventHandler.emit("producer_score",l)})}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:N.PRECALL_TEST_BEGIN,timestamp:r}),this.connectionInfoPromise&&this.connectionInfoPromise.then(i=>{this.eventHandler.callEvent({event:N.PRECALL_TEST_COMPLETE,metaData:{connectionInfo:i},timestamp:r})})}sendScreenShareToggleEvent(e,r=null,i){this.currentUserMediaStates.screen=e,this.eventHandler.callEvent({event:e?N.SCREENSHARE_STARTED:N.SCREENSHARE_STOPPED,metaData:{ssrc:r},timestamp:i})}sendScreenShareRequestedEvent(e){this.eventHandler.callEvent({event:N.SCREENSHARE_START_REQUESTED,timestamp:e})}sendActiveSpeakerEvent(e,r){this.eventHandler.callEvent({event:N.DOMINANT_SPEAKER,metaData:{peerId:e},timestamp:r})}devices(e,r,i){this.eventHandler.callEvent({event:e===ss.AUDIO&&N.AUDIO_DEVICES_UPDATES||e===ss.VIDEO&&N.VIDEO_DEVICES_UPDATES||e===ss.SPEAKER&&N.SPEAKER_DEVICES_UPDATES,metaData:{deviceList:r},timestamp:i})}selectedDevice(e,r,i){this.eventHandler.callEvent({event:e===ss.AUDIO&&N.SELECTED_MICROHPONE_UPDATE||e===ss.VIDEO&&N.SELECTED_CAMERA_UPDATE||e===ss.SPEAKER&&N.SELECTED_SPEAKER_UPDATE,metaData:{device:r},timestamp:i})}mediaPermission(e,r,i){this.eventHandler.callEvent({event:N.MEDIA_PERMISSION,metaData:{deviceType:e,permission:r},timestamp:i})}mediaPlaybackFailed(e,r){this.eventHandler.callEvent({event:e===ss.AUDIO&&N.AUDIO_PLAY_FAILED||e===ss.VIDEO&&N.VIDEO_PLAY_FAILED,metaData:{deviceType:e},timestamp:r})}mediaTrackMuted(e,r){this.eventHandler.callEvent({event:e===ss.AUDIO&&N.AUDIO_TRACK_MUTED||e===ss.VIDEO&&N.VIDEO_TRACK_MUTED,metaData:{deviceType:e},timestamp:r})}tabChanged(e,r){this.eventHandler.callEvent({event:N.TAB_CHANGE,metaData:{isMeetingsTabActive:e},timestamp:r})}browserBackgrounded(e){this.eventHandler.callEvent({event:N.BROWSER_BACKGROUNDED,timestamp:e})}browserForegrounded(e){this.eventHandler.callEvent({event:N.BROWSER_FOREGROUNDED,timestamp:e})}legacySwitch(e,r){this.eventHandler.callEvent({event:N.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:N.CALL_JOIN_BEGIN,metaData:{peerMetaData:e},timestamp:r})}sendNetworkQualityTestBeginEvent(e,r){this.eventHandler.callEvent({event:N.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:N.NET_QUALITY_TEST_END,timestamp:r,metaData:n})})}sendWebSocketConnectedEvent(e){this.eventHandler.callEvent({event:N.WEBSOCKET_CONNECTED,timestamp:e})}sendTransportConnectedEvent(e){this.eventHandler.callEvent({event:N.TRANSPORT_CONNECTED,timestamp:e})}sendAudioToggleEvent(e,r){this.currentUserMediaStates.audio=e;let i;e?i=N.AUDIO_ON:i=N.AUDIO_OFF,this.eventHandler.callEvent({event:i,timestamp:r})}sendVideoToggleEvent(e,r){this.currentUserMediaStates.video=e;let i;e?i=N.VIDEO_ON:i=N.VIDEO_OFF,this.eventHandler.callEvent({event:i,timestamp:r})}sendParticipantRoleToggleEvent(e,r){this.eventHandler.callEvent({event:N.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:N.PING_STAT,metaData:o,timestamp:r})}sendIVSPlayerRebufferEvent(e){this.eventHandler.callEvent({event:N.IVS_PLAYER_REBUFFERING,timestamp:e})}sendIVSPlayerAudioBlockEvent(e){this.eventHandler.callEvent({event:N.IVS_PLAYER_AUDIO_BLOCKED,timestamp:e})}sendIVSPlayerPlaybackBlockedEvent(e){this.eventHandler.callEvent({event:N.IVS_PLAYER_PLAYBACK_BLOCKED,timestamp:e})}sendIVSPlayerNetworkUnavailableEvent(e){this.eventHandler.callEvent({event:N.IVS_PLAYER_NETWORK_UNAVAILABLE,timestamp:e})}sendIVSPlayerInitializedEvent(e){this.eventHandler.callEvent({event:N.IVS_PLAYER_INITIALIZED,timestamp:e})}sendIVSPlayerWorkerErrorEvent(e){this.eventHandler.callEvent({event:N.IVS_PLAYER_WORKER_ERROR,timestamp:e})}sendIVSPlayerErrorEvent(e,r){this.eventHandler.callEvent({event:N.IVS_PLAYER_ERROR,timestamp:r,metaData:e})}sendIVSPlayerRecoverableErrorEvent(e,r){this.eventHandler.callEvent({event:N.IVS_PLAYER_RECOVERABLE_ERROR,timestamp:r,metaData:e})}sendIVSPlayerAnalyticsEvent(e,r){this.eventHandler.callEvent({event:N.IVS_PLAYER_ANALYTICS_EVENT,timestamp:r,metaData:e})}sendIVSPlayerPlaybackRateChangedEvent(e,r){this.eventHandler.callEvent({event:N.IVS_PLAYER_PLAYBACK_RATE_CHANGED,timestamp:r,metaData:{updatedPlaybackRate:e}})}sendIVSPlayerQualityChanged(e,r){this.eventHandler.callEvent({event:N.IVS_PLAYER_QUALITY_CHANGED,timestamp:r,metaData:e})}sendPlayerLiveLatency(e,r){this.eventHandler.callEvent({event:N.LIVESTREAM_LATENCY,timestamp:r,metaData:{latency:e}})}sendDisconnectEvent(e){this.eventHandler.callEvent({event:N.DISCONNECT,timestamp:e})}sendReconnectEvent(e){this.eventHandler.callEvent({event:N.RECONNECT_ATTEMPT,timestamp:e})}expectedVideoResolution(e,r,i){this.eventHandler.callEvent({event:N.EXPECTED_VIDEO_RESOLUTION,timestamp:i,metaData:{frameWidth:e,frameHeight:r}})}expectedScreenshareResolution(e,r,i){this.eventHandler.callEvent({event:N.EXPECTED_SCREENSHARE_RESOLUTION,timestamp:i,metaData:{frameWidth:e,frameHeight:r}})}};z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"registerIceServers",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"registerConsumer",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"registerProducer",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendConsumerSharedMediaStateEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"registerProducingTransport",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"registerConsumingTransport",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"deRegisterConsumer",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"deRegisterProducer",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"disconnectConsumingTransport",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"disconnectProducingTransport",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendPreCallTestBeginEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendScreenShareToggleEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendScreenShareRequestedEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendActiveSpeakerEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"devices",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"selectedDevice",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"mediaPermission",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"mediaPlaybackFailed",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"mediaTrackMuted",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"tabChanged",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"browserBackgrounded",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"browserForegrounded",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"legacySwitch",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"getPreCallTestResults",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendCallJoinBeginEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendNetworkQualityTestBeginEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendWebSocketConnectedEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendTransportConnectedEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendAudioToggleEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendVideoToggleEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendParticipantRoleToggleEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"startPingStats",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"stopPingStats",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendPingStatsEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendIVSPlayerRebufferEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendIVSPlayerAudioBlockEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendIVSPlayerPlaybackBlockedEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendIVSPlayerNetworkUnavailableEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendIVSPlayerInitializedEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendIVSPlayerWorkerErrorEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendIVSPlayerErrorEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendIVSPlayerRecoverableErrorEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendIVSPlayerAnalyticsEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendIVSPlayerPlaybackRateChangedEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendIVSPlayerQualityChanged",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendPlayerLiveLatency",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendDisconnectEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendReconnectEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"expectedVideoResolution",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"expectedScreenshareResolution",null),J=z([DT(TypeError,(s,t)=>Y.error(t,s))],J);const NT=J;class dg extends dt{constructor(){super(...arguments);p(this,"stats");p(this,"peerId");p(this,"backend");p(this,"iceServers");p(this,"initialized",!1);p(this,"stalled",!1);p(this,"ipInformation");p(this,"logger")}async initialize({peerId:e,engineName:r,env:i=Za.PROD,iceServers:n,apiBase:o="https://api.cluster.dyte.in",flags:c,logger:d=console,apiHostnames:l,skipConnectivityChecks:u=!1}){var h,g,S;try{this.peerId=e,this.logger=d,this.ipInformation=await Pu.getIPDetails({peerId:e,apiHostnames:l,logger:d}),this.backend=new NT(o,r,i,c,d,e,l),this.iceServers=n,(h=this.backend)==null||h.registerIceServers(this.iceServers),this.initialized=!0,(S=(g=this.backend)==null?void 0:g.eventHandler)==null||S.emit("initialized",this.ipInformation),this.emit("initialized",this.ipInformation),this.startPreCallTest(u)}catch(y){this.logger.error("callStats::CallStatsIntegration: ",{error:y}),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,h,g,S,y,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":(h=this.backend)==null||h.sendIVSPlayerErrorEvent(r,i);break;case"PlayerRecoverableError":(g=this.backend)==null||g.sendIVSPlayerRecoverableErrorEvent(r,i);break;case"PlayerAnalyticsEvent":(S=this.backend)==null||S.sendIVSPlayerAnalyticsEvent(r,i);break;case"PlayerPlaybackRateChanged":(y=this.backend)==null||y.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)})}}new dg().setMaxListeners(30);function VT(){this.__data__=[],this.size=0}function eo(s,t){return s===t||s!==s&&t!==t}function gd(s,t){for(var e=s.length;e--;)if(eo(s[e][0],t))return e;return-1}var LT=Array.prototype,xT=LT.splice;function UT(s){var t=this.__data__,e=gd(t,s);if(e<0)return!1;var r=t.length-1;return e==r?t.pop():xT.call(t,e,1),--this.size,!0}function FT(s){var t=this.__data__,e=gd(t,s);return e<0?void 0:t[e][1]}function $T(s){return gd(this.__data__,s)>-1}function BT(s,t){var e=this.__data__,r=gd(e,s);return r<0?(++this.size,e.push([s,t])):e[r][1]=t,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=VT,er.prototype.delete=UT,er.prototype.get=FT,er.prototype.has=$T,er.prototype.set=BT;function HT(){this.__data__=new er,this.size=0}function qT(s){var t=this.__data__,e=t.delete(s);return this.size=t.size,e}function jT(s){return this.__data__.get(s)}function GT(s){return this.__data__.has(s)}var WT=typeof global=="object"&&global&&global.Object===Object&&global;const lg=WT;var JT=typeof self=="object"&&self&&self.Object===Object&&self,KT=lg||JT||Function("return this")();const vs=KT;var zT=vs.Symbol;const $s=zT;var ug=Object.prototype,YT=ug.hasOwnProperty,QT=ug.toString,to=$s?$s.toStringTag:void 0;function XT(s){var t=YT.call(s,to),e=s[to];try{s[to]=void 0;var r=!0}catch(n){}var i=QT.call(s);return r&&(t?s[to]=e:delete s[to]),i}var ZT=Object.prototype,ey=ZT.toString;function ty(s){return ey.call(s)}var sy="[object Null]",ry="[object Undefined]",hg=$s?$s.toStringTag:void 0;function Si(s){return s==null?s===void 0?ry:sy:hg&&hg in Object(s)?XT(s):ty(s)}function rs(s){var t=typeof s;return s!=null&&(t=="object"||t=="function")}var iy="[object AsyncFunction]",ny="[object Function]",ay="[object GeneratorFunction]",oy="[object Proxy]";function _u(s){if(!rs(s))return!1;var t=Si(s);return t==ny||t==ay||t==iy||t==oy}var cy=vs["__core-js_shared__"];const Cu=cy;var pg=function(){var s=/[^.]+$/.exec(Cu&&Cu.keys&&Cu.keys.IE_PROTO||"");return s?"Symbol(src)_1."+s:""}();function dy(s){return!!pg&&pg in s}var ly=Function.prototype,uy=ly.toString;function vi(s){if(s!=null){try{return uy.call(s)}catch(t){}try{return s+""}catch(t){}}return""}var hy=/[\\^$.*+?()[\]{}|]/g,py=/^\[object .+?Constructor\]$/,gy=Function.prototype,my=Object.prototype,fy=gy.toString,Sy=my.hasOwnProperty,vy=RegExp("^"+fy.call(Sy).replace(hy,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function Ty(s){if(!rs(s)||dy(s))return!1;var t=_u(s)?vy:py;return t.test(vi(s))}function yy(s,t){return s==null?void 0:s[t]}function Ti(s,t){var e=yy(s,t);return Ty(e)?e:void 0}var Ey=Ti(vs,"Map");const so=Ey;var by=Ti(Object,"create");const ro=by;function wy(){this.__data__=ro?ro(null):{},this.size=0}function Py(s){var t=this.has(s)&&delete this.__data__[s];return this.size-=t?1:0,t}var _y="__lodash_hash_undefined__",Cy=Object.prototype,Ry=Cy.hasOwnProperty;function ky(s){var t=this.__data__;if(ro){var e=t[s];return e===_y?void 0:e}return Ry.call(t,s)?t[s]:void 0}var Iy=Object.prototype,Ay=Iy.hasOwnProperty;function My(s){var t=this.__data__;return ro?t[s]!==void 0:Ay.call(t,s)}var Oy="__lodash_hash_undefined__";function Dy(s,t){var e=this.__data__;return this.size+=this.has(s)?0:1,e[s]=ro&&t===void 0?Oy:t,this}function yi(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])}}yi.prototype.clear=wy,yi.prototype.delete=Py,yi.prototype.get=ky,yi.prototype.has=My,yi.prototype.set=Dy;function Ny(){this.size=0,this.__data__={hash:new yi,map:new(so||er),string:new yi}}function Vy(s){var t=typeof s;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?s!=="__proto__":s===null}function md(s,t){var e=s.__data__;return Vy(t)?e[typeof t=="string"?"string":"hash"]:e.map}function Ly(s){var t=md(this,s).delete(s);return this.size-=t?1:0,t}function xy(s){return md(this,s).get(s)}function Uy(s){return md(this,s).has(s)}function Fy(s,t){var e=md(this,s),r=e.size;return e.set(s,t),this.size+=e.size==r?0:1,this}function tr(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])}}tr.prototype.clear=Ny,tr.prototype.delete=Ly,tr.prototype.get=xy,tr.prototype.has=Uy,tr.prototype.set=Fy;var $y=200;function By(s,t){var e=this.__data__;if(e instanceof er){var r=e.__data__;if(!so||r.length<$y-1)return r.push([s,t]),this.size=++e.size,this;e=this.__data__=new tr(r)}return e.set(s,t),this.size=e.size,this}function Ts(s){var t=this.__data__=new er(s);this.size=t.size}Ts.prototype.clear=HT,Ts.prototype.delete=qT,Ts.prototype.get=jT,Ts.prototype.has=GT,Ts.prototype.set=By;function Hy(s,t){for(var e=-1,r=s==null?0:s.length;++e<r&&t(s[e],e,s)!==!1;);return s}var qy=function(){try{var s=Ti(Object,"defineProperty");return s({},"",{}),s}catch(t){}}();const fd=qy;function Ru(s,t,e){t=="__proto__"&&fd?fd(s,t,{configurable:!0,enumerable:!0,value:e,writable:!0}):s[t]=e}var jy=Object.prototype,Gy=jy.hasOwnProperty;function gg(s,t,e){var r=s[t];(!(Gy.call(s,t)&&eo(r,e))||e===void 0&&!(t in s))&&Ru(s,t,e)}function io(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?Ru(e,c,d):gg(e,c,d)}return e}function Wy(s,t){for(var e=-1,r=Array(s);++e<s;)r[e]=t(e);return r}function Bs(s){return s!=null&&typeof s=="object"}var Jy="[object Arguments]";function mg(s){return Bs(s)&&Si(s)==Jy}var fg=Object.prototype,Ky=fg.hasOwnProperty,zy=fg.propertyIsEnumerable,Yy=mg(function(){return arguments}())?mg:function(s){return Bs(s)&&Ky.call(s,"callee")&&!zy.call(s,"callee")};const no=Yy;var Qy=Array.isArray;const Ft=Qy;function Xy(){return!1}var Sg=typeof exports=="object"&&exports&&!exports.nodeType&&exports,vg=Sg&&typeof module=="object"&&module&&!module.nodeType&&module,Zy=vg&&vg.exports===Sg,Tg=Zy?vs.Buffer:void 0,eE=Tg?Tg.isBuffer:void 0,tE=eE||Xy;const kn=tE;var sE=9007199254740991,rE=/^(?:0|[1-9]\d*)$/;function ku(s,t){var e=typeof s;return t=t==null?sE:t,!!t&&(e=="number"||e!="symbol"&&rE.test(s))&&s>-1&&s%1==0&&s<t}var iE=9007199254740991;function Iu(s){return typeof s=="number"&&s>-1&&s%1==0&&s<=iE}var nE="[object Arguments]",aE="[object Array]",oE="[object Boolean]",cE="[object Date]",dE="[object Error]",lE="[object Function]",uE="[object Map]",hE="[object Number]",pE="[object Object]",gE="[object RegExp]",mE="[object Set]",fE="[object String]",SE="[object WeakMap]",vE="[object ArrayBuffer]",TE="[object DataView]",yE="[object Float32Array]",EE="[object Float64Array]",bE="[object Int8Array]",wE="[object Int16Array]",PE="[object Int32Array]",_E="[object Uint8Array]",CE="[object Uint8ClampedArray]",RE="[object Uint16Array]",kE="[object Uint32Array]",Te={};Te[yE]=Te[EE]=Te[bE]=Te[wE]=Te[PE]=Te[_E]=Te[CE]=Te[RE]=Te[kE]=!0,Te[nE]=Te[aE]=Te[vE]=Te[oE]=Te[TE]=Te[cE]=Te[dE]=Te[lE]=Te[uE]=Te[hE]=Te[pE]=Te[gE]=Te[mE]=Te[fE]=Te[SE]=!1;function IE(s){return Bs(s)&&Iu(s.length)&&!!Te[Si(s)]}function Au(s){return function(t){return s(t)}}var yg=typeof exports=="object"&&exports&&!exports.nodeType&&exports,ao=yg&&typeof module=="object"&&module&&!module.nodeType&&module,AE=ao&&ao.exports===yg,Mu=AE&&lg.process,ME=function(){try{var s=ao&&ao.require&&ao.require("util").types;return s||Mu&&Mu.binding&&Mu.binding("util")}catch(t){}}();const In=ME;var Eg=In&&In.isTypedArray,OE=Eg?Au(Eg):IE;const Sd=OE;var DE=Object.prototype,NE=DE.hasOwnProperty;function bg(s,t){var e=Ft(s),r=!e&&no(s),i=!e&&!r&&kn(s),n=!e&&!r&&!i&&Sd(s),o=e||r||i||n,c=o?Wy(s.length,String):[],d=c.length;for(var l in s)(t||NE.call(s,l))&&!(o&&(l=="length"||i&&(l=="offset"||l=="parent")||n&&(l=="buffer"||l=="byteLength"||l=="byteOffset")||ku(l,d)))&&c.push(l);return c}var VE=Object.prototype;function vd(s){var t=s&&s.constructor,e=typeof t=="function"&&t.prototype||VE;return s===e}function wg(s,t){return function(e){return s(t(e))}}var LE=wg(Object.keys,Object);const xE=LE;var UE=Object.prototype,FE=UE.hasOwnProperty;function Pg(s){if(!vd(s))return xE(s);var t=[];for(var e in Object(s))FE.call(s,e)&&e!="constructor"&&t.push(e);return t}function oo(s){return s!=null&&Iu(s.length)&&!_u(s)}function Td(s){return oo(s)?bg(s):Pg(s)}function $E(s,t){return s&&io(t,Td(t),s)}function BE(s){var t=[];if(s!=null)for(var e in Object(s))t.push(e);return t}var HE=Object.prototype,qE=HE.hasOwnProperty;function jE(s){if(!rs(s))return BE(s);var t=vd(s),e=[];for(var r in s)r=="constructor"&&(t||!qE.call(s,r))||e.push(r);return e}function co(s){return oo(s)?bg(s,!0):jE(s)}function GE(s,t){return s&&io(t,co(t),s)}var _g=typeof exports=="object"&&exports&&!exports.nodeType&&exports,Cg=_g&&typeof module=="object"&&module&&!module.nodeType&&module,WE=Cg&&Cg.exports===_g,Rg=WE?vs.Buffer:void 0,kg=Rg?Rg.allocUnsafe:void 0;function Ig(s,t){if(t)return s.slice();var e=s.length,r=kg?kg(e):new s.constructor(e);return s.copy(r),r}function Ag(s,t){var e=-1,r=s.length;for(t||(t=Array(r));++e<r;)t[e]=s[e];return t}function JE(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 Mg(){return[]}var KE=Object.prototype,zE=KE.propertyIsEnumerable,Og=Object.getOwnPropertySymbols,YE=Og?function(s){return s==null?[]:(s=Object(s),JE(Og(s),function(t){return zE.call(s,t)}))}:Mg;const Ou=YE;function QE(s,t){return io(s,Ou(s),t)}function Dg(s,t){for(var e=-1,r=t.length,i=s.length;++e<r;)s[i+e]=t[e];return s}var XE=wg(Object.getPrototypeOf,Object);const Du=XE;var ZE=Object.getOwnPropertySymbols,eb=ZE?function(s){for(var t=[];s;)Dg(t,Ou(s)),s=Du(s);return t}:Mg;const Ng=eb;function tb(s,t){return io(s,Ng(s),t)}function Vg(s,t,e){var r=t(s);return Ft(s)?r:Dg(r,e(s))}function Nu(s){return Vg(s,Td,Ou)}function sb(s){return Vg(s,co,Ng)}var rb=Ti(vs,"DataView");const Vu=rb;var ib=Ti(vs,"Promise");const Lu=ib;var nb=Ti(vs,"Set");const An=nb;var ab=Ti(vs,"WeakMap");const xu=ab;var Lg="[object Map]",ob="[object Object]",xg="[object Promise]",Ug="[object Set]",Fg="[object WeakMap]",$g="[object DataView]",cb=vi(Vu),db=vi(so),lb=vi(Lu),ub=vi(An),hb=vi(xu),Ei=Si;(Vu&&Ei(new Vu(new ArrayBuffer(1)))!=$g||so&&Ei(new so)!=Lg||Lu&&Ei(Lu.resolve())!=xg||An&&Ei(new An)!=Ug||xu&&Ei(new xu)!=Fg)&&(Ei=function(s){var t=Si(s),e=t==ob?s.constructor:void 0,r=e?vi(e):"";if(r)switch(r){case cb:return $g;case db:return Lg;case lb:return xg;case ub:return Ug;case hb:return Fg}return t});const Mn=Ei;var pb=Object.prototype,gb=pb.hasOwnProperty;function mb(s){var t=s.length,e=new s.constructor(t);return t&&typeof s[0]=="string"&&gb.call(s,"index")&&(e.index=s.index,e.input=s.input),e}var fb=vs.Uint8Array;const yd=fb;function Uu(s){var t=new s.constructor(s.byteLength);return new yd(t).set(new yd(s)),t}function Sb(s,t){var e=t?Uu(s.buffer):s.buffer;return new s.constructor(e,s.byteOffset,s.byteLength)}var vb=/\w*$/;function Tb(s){var t=new s.constructor(s.source,vb.exec(s));return t.lastIndex=s.lastIndex,t}var Bg=$s?$s.prototype:void 0,Hg=Bg?Bg.valueOf:void 0;function yb(s){return Hg?Object(Hg.call(s)):{}}function qg(s,t){var e=t?Uu(s.buffer):s.buffer;return new s.constructor(e,s.byteOffset,s.length)}var Eb="[object Boolean]",bb="[object Date]",wb="[object Map]",Pb="[object Number]",_b="[object RegExp]",Cb="[object Set]",Rb="[object String]",kb="[object Symbol]",Ib="[object ArrayBuffer]",Ab="[object DataView]",Mb="[object Float32Array]",Ob="[object Float64Array]",Db="[object Int8Array]",Nb="[object Int16Array]",Vb="[object Int32Array]",Lb="[object Uint8Array]",xb="[object Uint8ClampedArray]",Ub="[object Uint16Array]",Fb="[object Uint32Array]";function $b(s,t,e){var r=s.constructor;switch(t){case Ib:return Uu(s);case Eb:case bb:return new r(+s);case Ab:return Sb(s,e);case Mb:case Ob:case Db:case Nb:case Vb:case Lb:case xb:case Ub:case Fb:return qg(s,e);case wb:return new r;case Pb:case Rb:return new r(s);case _b:return Tb(s);case Cb:return new r;case kb:return yb(s)}}var jg=Object.create,Bb=function(){function s(){}return function(t){if(!rs(t))return{};if(jg)return jg(t);s.prototype=t;var e=new s;return s.prototype=void 0,e}}();const Hb=Bb;function Gg(s){return typeof s.constructor=="function"&&!vd(s)?Hb(Du(s)):{}}var qb="[object Map]";function jb(s){return Bs(s)&&Mn(s)==qb}var Wg=In&&In.isMap,Gb=Wg?Au(Wg):jb;const Wb=Gb;var Jb="[object Set]";function Kb(s){return Bs(s)&&Mn(s)==Jb}var Jg=In&&In.isSet,zb=Jg?Au(Jg):Kb;const Yb=zb;var Qb=1,Xb=2,Zb=4,Kg="[object Arguments]",ew="[object Array]",tw="[object Boolean]",sw="[object Date]",rw="[object Error]",zg="[object Function]",iw="[object GeneratorFunction]",nw="[object Map]",aw="[object Number]",Yg="[object Object]",ow="[object RegExp]",cw="[object Set]",dw="[object String]",lw="[object Symbol]",uw="[object WeakMap]",hw="[object ArrayBuffer]",pw="[object DataView]",gw="[object Float32Array]",mw="[object Float64Array]",fw="[object Int8Array]",Sw="[object Int16Array]",vw="[object Int32Array]",Tw="[object Uint8Array]",yw="[object Uint8ClampedArray]",Ew="[object Uint16Array]",bw="[object Uint32Array]",pe={};pe[Kg]=pe[ew]=pe[hw]=pe[pw]=pe[tw]=pe[sw]=pe[gw]=pe[mw]=pe[fw]=pe[Sw]=pe[vw]=pe[nw]=pe[aw]=pe[Yg]=pe[ow]=pe[cw]=pe[dw]=pe[lw]=pe[Tw]=pe[yw]=pe[Ew]=pe[bw]=!0,pe[rw]=pe[zg]=pe[uw]=!1;function Ed(s,t,e,r,i,n){var o,c=t&Qb,d=t&Xb,l=t&Zb;if(e&&(o=i?e(s,r,i,n):e(s)),o!==void 0)return o;if(!rs(s))return s;var u=Ft(s);if(u){if(o=mb(s),!c)return Ag(s,o)}else{var h=Mn(s),g=h==zg||h==iw;if(kn(s))return Ig(s,c);if(h==Yg||h==Kg||g&&!i){if(o=d||g?{}:Gg(s),!c)return d?tb(s,GE(o,s)):QE(s,$E(o,s))}else{if(!pe[h])return i?s:{};o=$b(s,h,c)}}n||(n=new Ts);var S=n.get(s);if(S)return S;n.set(s,o),Yb(s)?s.forEach(function(b){o.add(Ed(b,t,e,b,s,n))}):Wb(s)&&s.forEach(function(b,R){o.set(R,Ed(b,t,e,R,s,n))});var y=l?d?sb:Nu:d?co:Td,P=u?void 0:y(s);return Hy(P||s,function(b,R){P&&(R=b,b=s[R]),gg(o,R,Ed(b,t,e,R,s,n))}),o}var ww=1,Pw=4;function Fu(s){return Ed(s,ww|Pw)}var _w="[object Symbol]";function bd(s){return typeof s=="symbol"||Bs(s)&&Si(s)==_w}var Cw=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Rw=/^\w*$/;function $u(s,t){if(Ft(s))return!1;var e=typeof s;return e=="number"||e=="symbol"||e=="boolean"||s==null||bd(s)?!0:Rw.test(s)||!Cw.test(s)||t!=null&&s in Object(t)}var kw="Expected a function";function Bu(s,t){if(typeof s!="function"||t!=null&&typeof t!="function")throw new TypeError(kw);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||tr),e}Bu.Cache=tr;var Iw=500;function Aw(s){var t=Bu(s,function(r){return e.size===Iw&&e.clear(),r}),e=t.cache;return t}var Mw=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Ow=/\\(\\)?/g,Dw=Aw(function(s){var t=[];return s.charCodeAt(0)===46&&t.push(""),s.replace(Mw,function(e,r,i,n){t.push(i?n.replace(Ow,"$1"):r||e)}),t});const Nw=Dw;function Vw(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 Lw=1/0,Qg=$s?$s.prototype:void 0,Xg=Qg?Qg.toString:void 0;function Zg(s){if(typeof s=="string")return s;if(Ft(s))return Vw(s,Zg)+"";if(bd(s))return Xg?Xg.call(s):"";var t=s+"";return t=="0"&&1/s==-Lw?"-0":t}function xw(s){return s==null?"":Zg(s)}function em(s,t){return Ft(s)?s:$u(s,t)?[s]:Nw(xw(s))}var Uw=1/0;function wd(s){if(typeof s=="string"||bd(s))return s;var t=s+"";return t=="0"&&1/s==-Uw?"-0":t}function tm(s,t){t=em(t,s);for(var e=0,r=t.length;s!=null&&e<r;)s=s[wd(t[e++])];return e&&e==r?s:void 0}function Fw(s,t,e){var r=s==null?void 0:tm(s,t);return r===void 0?e:r}function $w(s,t,e){t=em(t,s);for(var r=-1,i=t.length,n=!1;++r<i;){var o=wd(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&&Iu(i)&&ku(o,i)&&(Ft(s)||no(s)))}var Bw=Object.defineProperty,Hw=(s,t)=>{for(var e in t)Bw(s,e,{get:t[e],enumerable:!0})},qw={};Hw(qw,{permissions:()=>jw,theme:()=>Gw});var sr=(s=>(s.GroupCall="GROUP_CALL",s.Webinar="WEBINAR",s.AudioRoom="AUDIO_ROOM",s.Livestream="LIVESTREAM",s.Chat="CHAT",s))(sr||{}),H=(s=>(s.Allowed="ALLOWED",s.NotAllowed="NOT_ALLOWED",s.CanRequest="CAN_REQUEST",s))(H||{}),jw={view_type:"GROUP_CALL",accept_waiting_requests:!1,accept_present_requests:!1,request_produce:!1,can_allow_participant_audio:!1,can_allow_participant_screensharing:!1,can_allow_participant_video:!1,can_spotlight:!1,request_kick_participant:!1,kick_participant:!1,pin_participant:!1,can_edit_display_name:!1,can_record:!1,can_livestream:!1,can_present:!0,waiting_room_type:"SKIP_ON_ACCEPT",recorder_type:"NONE",plugins:{can_close:!0,can_start:!0},polls:{can_create:!0,can_vote:!0,can_view:!0},produce:{video:{allow:!0,quality:"vga",frame_rate:24},audio:!0,screenshare:{allow:!0,quality:"hd",frame_rate:5}},chat:{public:{can_send:!0,text:!0,files:!0},private:{can_send:!1,can_receive:!1,text:!1,files:!1}},connected_meetings:{can_alter_connected_meetings:!1,can_switch_connected_meetings:!1,can_switch_to_parent_meeting:!1},reactions:!1,hidden_participant:!1,is_recorder:!1,show_participant_list:!0,can_change_participant_role:!1,can_change_theme:!1,max_screenshare_count:1},Gw={setup_screen:{is_enabled:!0},alone_here:{is_enabled:!0},waiting_room:{is_enabled:!1,enable_preview:!0},control_bar:{is_enabled:!0,elements:{plugins:!0,screenshare:!0,invite:!0,participants:!0,chat:!0,reactions:!1,polls:!0,fullscreen:!0,layout:!0}},header:{is_enabled:!0,elements:{timer:!0,title:!0,participant_count:!0,change_layout:!0}},pip_mode:!0,auto_tune:!0,grid:{multi:{maxVideoCount:6,videoFit:"cover"},single:{maxVideoCount:6,videoFit:"cover"},defaultView:"multi"},controls:{pip_toggle:!1}},sm="hXgU8Wc8pwuGNq9ms5q9Hh";typeof process!="undefined"&&(HS=process==null?void 0:process.env)!=null&&HS.FLAGSMITH_ENVIRONMENT_KEY&&(sm=process.env.FLAGSMITH_ENVIRONMENT_KEY);function Ww(s=[]){const t={};return s.forEach(e=>{t[e.feature.name]={enabled:e.enabled,value:e.feature_state_value}}),t}var rm=class{constructor(s=sm){p(this,"flags",{});p(this,"environmentKey",null);this.environmentKey=s}async identifyAndFetchFlagsWithRetry({primaryEndpoint:s,secondaryEndpoint:t,forceEvaluate:e,timeout:r,uniqueIdentifier:i,traitsObj:n,logger:o}){const c=JSON.parse(JSON.stringify(n)),d=Object.entries(c).map(u=>({trait_key:u[0],trait_value:u[1]})),l=[s,t,t];for(const u of l)try{const h=new AbortController,g=setTimeout(()=>h.abort(),r),S=`_${(Math.random()+1).toString(36).substring(2)}`,y=await fetch(`https://${u}/api/v1/identities/`,{method:"POST",headers:{"Content-Type":"application/json","X-Environment-Key":this.environmentKey},body:JSON.stringify({identifier:i+(e?S:""),traits:d}),signal:h.signal});if(clearTimeout(g),!y.ok)throw new Error(`Request failed with status ${y.status}`);const P=await y.json();return Ww(P.flags||[])}catch(h){o.error("Flagsmith identify failed!!",{error:h,url:u})}return{}}async identify(s,t={},e=!1,r=5e3,i="edge.api.flagsmith.com",n=console){return this.flags=await this.identifyAndFetchFlagsWithRetry({traitsObj:t,uniqueIdentifier:s,forceEvaluate:e,timeout:r,primaryEndpoint:i,secondaryEndpoint:"edge.api.flagsmith.com",logger:n}),this.flags}getValue(s){return this.flags&&this.flags[s]&&this.flags[s].value}hasFeature(s){return this.flags&&this.flags[s]&&this.flags[s].enabled}getAllFlags(){return this.flags}},Jw=new rm;function Kw(s){return new rm(s)}var im=[-2,-1,0,1,2],zw=[0,1,2,3,4];function Yw(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 Qw=(s,t,e)=>{let r,i,n;if(t==0)r=i=n=e;else{const o=(l,u,h)=>(h<0&&(h+=1),h>1&&(h-=1),h<.16666666666666666?l+(u-l)*6*h:h<.5?u:h<.6666666666666666?l+(u-l)*(.6666666666666666-h)*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)]},Xw=(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]},Zw=(s,t,e)=>{const r=i=>i.toString(16).padStart(2,"0");return`#${r(s)}${r(t)}${r(e)}`},nm=(s,t=im,e=.4)=>{const r=[],[i,n,o]=Yw(s),[c,d,l]=Xw(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 h=t.findIndex(b=>b===0);if(h===-1)throw new Error("Invalid reducer provided, it must contain atleast one zero");const g=5-h,S=h+1,y=(100-u)/g,P=u/S;for(const b of t){let R;b<0?R=u+b*P*e:b>0?R=u+b*y*e:R=u;const[D,F,L]=Qw(c,d,R/100);r.push(Zw(D,F,L))}return r},am={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"}},eP=s=>{const[t,e,r,i,n]=nm(s,im);return{300:t,400:e,500:r,600:i,700:n}},tP=s=>{if(s==="#FFFFFF")return am.light.background;if(s==="#000000")return am.dark.background;const[t,e,r,i,n]=nm(s,zw);return{1e3:t,900:e,800:r,700:i,600:n}},sP={border_radius:"rounded",border_width:"thin",spacing_base:4,theme:"dark",colors:{brand:eP("#2160FD"),background:tP("#141414"),danger:"#FF2D2D",text:"#EEEEEE",text_on_brand:"#EEEEEE",success:"#62A504",video_bg:"#191919",warning:"#FFCD07"}};function om(){return Fu(sP)}var rP={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:om(),config_diff:{}},config:{view_type:"GROUP_CALL",media:{audio:{enable_stereo:!1,enable_high_bitrate:!1},video:{quality:"vga",frame_rate:24},screenshare:{quality:"hd",frame_rate:5}},max_video_streams:{mobile:6,desktop:6},max_screenshare_count:1,track_recording:{subscriptions:[]}},version:"hybrid"};function iP(){return Fu(rP)}var nP={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:om(),config_diff:{}},config:{view_type:"GROUP_CALL",media:{audio:{enable_stereo:!1,enable_high_bitrate:!1},video:{quality:"vga",frame_rate:24},screenshare:{quality:"hd",frame_rate:5}},max_video_streams:{mobile:6,desktop:6},max_screenshare_count:1,track_recording:{subscriptions:[]}},version:"2.0.0"};function Hu(){return Fu(nP)}class cm{constructor(){m(this,Do,void 0)}get telemetry(){var t;return(t=a(this,Do))==null?void 0:t.getValue("telemetry")}init(t){f(this,Do,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)}}Do=new WeakMap;class aP extends dt.EventEmitter{constructor(e){super();m(this,gr,void 0);m(this,mr,void 0);p(this,"asyncPromiseTimeout");p(this,"logger");this.logger=e,f(this,gr,new Map),f(this,mr,new Map),this.asyncPromiseTimeout=8e3}async emitAsync(e,...r){a(this,gr).set(e,[]);const i=a(this,mr).get(e).map(()=>new Promise(n=>{a(this,gr).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,gr).delete(e)}onAsync(e,r){const i=a(this,gr),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,mr).get(e)||a(this,mr).set(e,[]),a(this,mr).get(e).push(n),super.on(e,n)}reset(){f(this,gr,new Map),f(this,mr,new Map),super.removeAllListeners()}}gr=new WeakMap,mr=new WeakMap;var oP=/\s/;function cP(s){for(var t=s.length;t--&&oP.test(s.charAt(t)););return t}var dP=/^\s+/;function lP(s){return s&&s.slice(0,cP(s)+1).replace(dP,"")}var dm=0/0,uP=/^[-+]0x[0-9a-f]+$/i,hP=/^0b[01]+$/i,pP=/^0o[0-7]+$/i,gP=parseInt;function lm(s){if(typeof s=="number")return s;if(bd(s))return dm;if(rs(s)){var t=typeof s.valueOf=="function"?s.valueOf():s;s=rs(t)?t+"":t}if(typeof s!="string")return s===0?s:+s;s=lP(s);var e=hP.test(s);return e||pP.test(s)?gP(s.slice(2),e?2:8):uP.test(s)?dm:+s}function qu(s){return s}function mP(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 fP(){}var SP=800,vP=16,TP=Date.now;function yP(s){var t=0,e=0;return function(){var r=TP(),i=vP-(r-e);if(e=r,i>0){if(++t>=SP)return arguments[0]}else t=0;return s.apply(void 0,arguments)}}function EP(s){return function(){return s}}var bP=fd?function(s,t){return fd(s,"toString",{configurable:!0,enumerable:!1,value:EP(t),writable:!0})}:qu,wP=yP(bP);const PP=wP;function _P(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 CP(s){return s!==s}function RP(s,t,e){for(var r=e-1,i=s.length;++r<i;)if(s[r]===t)return r;return-1}function kP(s,t,e){return t===t?RP(s,t,e):_P(s,CP,e)}function IP(s,t){var e=s==null?0:s.length;return!!e&&kP(s,t,0)>-1}var um=Math.max;function AP(s,t,e){return t=um(t===void 0?s.length-1:t,0),function(){for(var r=arguments,i=-1,n=um(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),mP(s,this,c)}}function MP(s,t){return PP(AP(s,t,qu),s+"")}function OP(s,t,e){if(!rs(e))return!1;var r=typeof t;return(r=="number"?oo(e)&&ku(t,e.length):r=="string"&&t in e)?eo(e[t],s):!1}function DP(s){return MP(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&&OP(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 NP="[object Object]",VP=Function.prototype,LP=Object.prototype,hm=VP.toString,xP=LP.hasOwnProperty,UP=hm.call(Object);function FP(s){if(!Bs(s)||Si(s)!=NP)return!1;var t=Du(s);if(t===null)return!0;var e=xP.call(t,"constructor")&&t.constructor;return typeof e=="function"&&e instanceof e&&hm.call(e)==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 lo(s){var t=-1,e=s==null?0:s.length;for(this.__data__=new tr;++t<e;)this.add(s[t])}lo.prototype.add=lo.prototype.push=BP,lo.prototype.has=HP;function qP(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 pm(s,t){return s.has(t)}var jP=1,GP=2;function gm(s,t,e,r,i,n){var o=e&jP,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 h=-1,g=!0,S=e&GP?new lo:void 0;for(n.set(s,t),n.set(t,s);++h<c;){var y=s[h],P=t[h];if(r)var b=o?r(P,y,h,t,s,n):r(y,P,h,s,t,n);if(b!==void 0){if(b)continue;g=!1;break}if(S){if(!qP(t,function(R,D){if(!pm(S,D)&&(y===R||i(y,R,e,r,n)))return S.push(D)})){g=!1;break}}else if(!(y===P||i(y,P,e,r,n))){g=!1;break}}return n.delete(s),n.delete(t),g}function WP(s){var t=-1,e=Array(s.size);return s.forEach(function(r,i){e[++t]=[i,r]}),e}function ju(s){var t=-1,e=Array(s.size);return s.forEach(function(r){e[++t]=r}),e}var JP=1,KP=2,zP="[object Boolean]",YP="[object Date]",QP="[object Error]",XP="[object Map]",ZP="[object Number]",e_="[object RegExp]",t_="[object Set]",s_="[object String]",r_="[object Symbol]",i_="[object ArrayBuffer]",n_="[object DataView]",mm=$s?$s.prototype:void 0,Gu=mm?mm.valueOf:void 0;function a_(s,t,e,r,i,n,o){switch(e){case n_:if(s.byteLength!=t.byteLength||s.byteOffset!=t.byteOffset)return!1;s=s.buffer,t=t.buffer;case i_:return!(s.byteLength!=t.byteLength||!n(new yd(s),new yd(t)));case zP:case YP:case ZP:return eo(+s,+t);case QP:return s.name==t.name&&s.message==t.message;case e_:case s_:return s==t+"";case XP:var c=WP;case t_:var d=r&JP;if(c||(c=ju),s.size!=t.size&&!d)return!1;var l=o.get(s);if(l)return l==t;r|=KP,o.set(s,t);var u=gm(c(s),c(t),r,i,n,o);return o.delete(s),u;case r_:if(Gu)return Gu.call(s)==Gu.call(t)}return!1}var o_=1,c_=Object.prototype,d_=c_.hasOwnProperty;function l_(s,t,e,r,i,n){var o=e&o_,c=Nu(s),d=c.length,l=Nu(t),u=l.length;if(d!=u&&!o)return!1;for(var h=d;h--;){var g=c[h];if(!(o?g in t:d_.call(t,g)))return!1}var S=n.get(s),y=n.get(t);if(S&&y)return S==t&&y==s;var P=!0;n.set(s,t),n.set(t,s);for(var b=o;++h<d;){g=c[h];var R=s[g],D=t[g];if(r)var F=o?r(D,R,g,t,s,n):r(R,D,g,s,t,n);if(!(F===void 0?R===D||i(R,D,e,r,n):F)){P=!1;break}b||(b=g=="constructor")}if(P&&!b){var L=s.constructor,B=t.constructor;L!=B&&"constructor"in s&&"constructor"in t&&!(typeof L=="function"&&L instanceof L&&typeof B=="function"&&B instanceof B)&&(P=!1)}return n.delete(s),n.delete(t),P}var u_=1,fm="[object Arguments]",Sm="[object Array]",Pd="[object Object]",h_=Object.prototype,vm=h_.hasOwnProperty;function p_(s,t,e,r,i,n){var o=Ft(s),c=Ft(t),d=o?Sm:Mn(s),l=c?Sm:Mn(t);d=d==fm?Pd:d,l=l==fm?Pd:l;var u=d==Pd,h=l==Pd,g=d==l;if(g&&kn(s)){if(!kn(t))return!1;o=!0,u=!1}if(g&&!u)return n||(n=new Ts),o||Sd(s)?gm(s,t,e,r,i,n):a_(s,t,d,e,r,i,n);if(!(e&u_)){var S=u&&vm.call(s,"__wrapped__"),y=h&&vm.call(t,"__wrapped__");if(S||y){var P=S?s.value():s,b=y?t.value():t;return n||(n=new Ts),i(P,b,e,r,n)}}return g?(n||(n=new Ts),l_(s,t,e,r,i,n)):!1}function _d(s,t,e,r,i){return s===t?!0:s==null||t==null||!Bs(s)&&!Bs(t)?s!==s&&t!==t:p_(s,t,e,r,_d,i)}var g_=1,m_=2;function f_(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 h=new Ts;if(r)var g=r(l,u,d,s,t,h);if(!(g===void 0?_d(u,l,g_|m_,r,h):g))return!1}}return!0}function Tm(s){return s===s&&!rs(s)}function S_(s){for(var t=Td(s),e=t.length;e--;){var r=t[e],i=s[r];t[e]=[r,i,Tm(i)]}return t}function ym(s,t){return function(e){return e==null?!1:e[s]===t&&(t!==void 0||s in Object(e))}}function v_(s){var t=S_(s);return t.length==1&&t[0][2]?ym(t[0][0],t[0][1]):function(e){return e===s||f_(e,s,t)}}function T_(s,t){return s!=null&&t in Object(s)}function y_(s,t){return s!=null&&$w(s,t,T_)}var E_=1,b_=2;function w_(s,t){return $u(s)&&Tm(t)?ym(wd(s),t):function(e){var r=Fw(e,s);return r===void 0&&r===t?y_(e,s):_d(t,r,E_|b_)}}function P_(s){return function(t){return t==null?void 0:t[s]}}function __(s){return function(t){return tm(t,s)}}function C_(s){return $u(s)?P_(wd(s)):__(s)}function R_(s){return typeof s=="function"?s:s==null?qu:typeof s=="object"?Ft(s)?w_(s[0],s[1]):v_(s):C_(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 I_=k_();const A_=I_;var M_=function(){return vs.Date.now()};const Wu=M_;var O_="Expected a function",D_=Math.max,N_=Math.min;function Ju(s,t,e){var r,i,n,o,c,d,l=0,u=!1,h=!1,g=!0;if(typeof s!="function")throw new TypeError(O_);t=lm(t)||0,rs(e)&&(u=!!e.leading,h="maxWait"in e,n=h?D_(lm(e.maxWait)||0,t):n,g="trailing"in e?!!e.trailing:g);function S(W){var ae=r,Tt=i;return r=i=void 0,l=W,o=s.apply(Tt,ae),o}function y(W){return l=W,c=setTimeout(R,t),u?S(W):o}function P(W){var ae=W-d,Tt=W-l,xs=t-ae;return h?N_(xs,n-Tt):xs}function b(W){var ae=W-d,Tt=W-l;return d===void 0||ae>=t||ae<0||h&&Tt>=n}function R(){var W=Wu();if(b(W))return D(W);c=setTimeout(R,P(W))}function D(W){return c=void 0,g&&r?S(W):(r=i=void 0,o)}function F(){c!==void 0&&clearTimeout(c),l=0,r=d=i=c=void 0}function L(){return c===void 0?o:D(Wu())}function B(){var W=Wu(),ae=b(W);if(r=arguments,i=this,d=W,ae){if(c===void 0)return y(d);if(h)return clearTimeout(c),c=setTimeout(R,t),S(d)}return c===void 0&&(c=setTimeout(R,t)),o}return B.cancel=F,B.flush=L,B}function Ku(s,t,e){(e!==void 0&&!eo(s[t],e)||e===void 0&&!(t in s))&&Ru(s,t,e)}function V_(s){return Bs(s)&&oo(s)}function zu(s,t){if(!(t==="constructor"&&typeof s[t]=="function")&&t!="__proto__")return s[t]}function L_(s){return io(s,co(s))}function x_(s,t,e,r,i,n,o){var c=zu(s,e),d=zu(t,e),l=o.get(d);if(l){Ku(s,e,l);return}var u=n?n(c,d,e+"",s,t,o):void 0,h=u===void 0;if(h){var g=Ft(d),S=!g&&kn(d),y=!g&&!S&&Sd(d);u=d,g||S||y?Ft(c)?u=c:V_(c)?u=Ag(c):S?(h=!1,u=Ig(d,!0)):y?(h=!1,u=qg(d,!0)):u=[]:FP(d)||no(d)?(u=c,no(c)?u=L_(c):(!rs(c)||_u(c))&&(u=Gg(d))):h=!1}h&&(o.set(d,u),i(u,d,r,n,o),o.delete(d)),Ku(s,e,u)}function Em(s,t,e,r,i){s!==t&&A_(t,function(n,o){if(i||(i=new Ts),rs(n))x_(s,t,o,e,Em,r,i);else{var c=r?r(zu(s,o),n,o+"",s,t,i):void 0;c===void 0&&(c=n),Ku(s,o,c)}},co)}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 F_="[object Map]",$_="[object Set]",B_=Object.prototype,H_=B_.hasOwnProperty;function q_(s){if(s==null)return!0;if(oo(s)&&(Ft(s)||typeof s=="string"||typeof s.splice=="function"||kn(s)||Sd(s)||no(s)))return!s.length;var t=Mn(s);if(t==F_||t==$_)return!s.size;if(vd(s))return!Pg(s).length;for(var e in s)if(H_.call(s,e))return!1;return!0}function j_(s,t){return _d(s,t)}var G_=DP(function(s,t,e){Em(s,t,e)});const xr=G_;var W_=1/0,J_=An&&1/ju(new An([,-0]))[1]==W_?function(s){return new An(s)}:fP;const K_=J_;var z_=200;function bm(s,t,e){var r=-1,i=IP,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 ju(l);o=!1,i=pm,d=new lo}else d=t?[]:c;e:for(;++r<n;){var u=s[r],h=t?t(u):u;if(u=e||u!==0?u:0,o&&h===h){for(var g=d.length;g--;)if(d[g]===h)continue e;t&&d.push(h),c.push(u)}else i(d,h,e)||(d!==c&&d.push(h),c.push(u))}return c}function Y_(s){return s&&s.length?bm(s):[]}function Q_(s,t){return s&&s.length?bm(s,R_(t)):[]}var Yu=(s=>(s.PARTICIPANT="PARTICIPANT",s.PEER="PEER",s.CLIENT="CLIENT",s))(Yu||{});const X={PROPAGATE_KICK_ALL:"propagate_kick_across_rooms",REFRESH_ID_ON_DISCONNECTION:"refresh_id_on_disconnection",SKIP_OTEL_TRACES:"skip_otel_traces",ENABLE_CF_SIMULCAST:"enable_cf_simulcast",CF_TRANSPORT_FORCE_RELAY_ON_ICE_FAILED:"cf_transport_force_relay_on_ice_failed",LOG_LEVEL:"log_level",V1_PLUGINS:"v1_plugins",LIVESTREAM:"feat_livestream",VAL_MIN_FRAMERATE:"val_min_framerate",SCREEENSHARE_ERR_HACK:"screenshare_err_hack",SCREEENSHARE_CONSTRAINTS_RETRY:"screenshare_constraints_retry",VIDEO_CONSTRAINTS:"video_constraints",SCREENSHARE_CONSTRAINTS:"screenshare_constraints",OBS_QUALITY:"obs_quality",ALLOW_SAFARI_MEDIA_MIDDLEWARES:"allow_safari_media_middlewares",EXP_RESHARE:"exp_reshare",SKIP_SETTING_IN_USE_DEVICE:"skip_setting_in_use_device",PRECALL_BANDWIDTH_TEST:"precall_bandwidth_test",DEBUG_SOCKET_JOIN:"debug_socket_join",FORCE_RELAY:"force_relay",FORCE_VIDEO_CODEC:"force_video_codec",TRACK_HINT:"track_hint",OVERRIDE_SIMULCAST_DYNAMIC:"override_simulcast_dynamic",PRECREATE_PRODUCERS:"precreate_producers",DISABLE_OPUS_DTX_CF:"disable_opus_dtx_cf",ENABLE_AUDIO_ACTIVITY_DEBUG_LOGS:"enable_audio_activity_debug_logs",DISABLE_LAYER_SWITCH:"disable_layer_switch"};function Cd(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},uo={baseURL:"http://localhost:5000",createdAt:"2021-08-05T10:49:56.602Z",description:"Develop plugins locally",id:"09259e3b-7be8-46f6-9801-106bf1866e1c",name:"Localhost Dev",organizationId:"4ad15a19-80e2-4105-bf43-48039fd2963e",picture:"https://dyte-uploads.s3.ap-south-1.amazonaws.com/dyte.png",private:!1,published:!0,staggered:!1,tags:["#localhost","#dev"],type:"self_hosted",updatedAt:"2021-08-05T10:50:07.681Z"},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 On(s,t){const e=s.getValue("overrides");return e&&e[t]?e[t]:!1}function eC({baseURI:s}){return s.includes("preprod.dyte")||s.includes("preprod.realtime")?Za.PREPROD:s.includes("devel.dyte")||s.includes("devel.realtime")?Za.DEVEL:Za.PROD}function bi({servicePrefix:s,baseURI:t}){return`${s}.${t}`}function wm(s){const t=s.getValue("baseURI");return{location:bi({servicePrefix:"location",baseURI:t}),locationLegacy:bi({servicePrefix:"location-legacy",baseURI:t}),daCollector:bi({servicePrefix:"da-collector",baseURI:t.replace("realtime.cloudflare.com","dyte.io")})}}const tC='<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>',sC='<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>',Rd=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})},wi={logs:"https://api-silos.dyte.io/otel/logs",mock:{url:"https://mock.dyte.io",domain:"mock.dyte.io",app:"https://app.dyte.io/v2/meeting",stagingApp:"https://app.devel.dyte.io/v2/meeting"},apiBase:{prod:"https://api.dyte.io",staging:"https://api.devel.dyte.io",prodAlternate:"https://api.cluster.dyte.in"},baseURI:{prod:"dyte.io",staging:"devel.dyte.io"}};function rC(s){var r,i,n;const t=typeof navigator!="undefined"&&!navigator.isReactNative&&typeof window!="undefined"&&((r=window.location.host)==null?void 0:r.includes(wi.baseURI.staging)),e=!!((n=(i=s==null?void 0:s.getValue("modules"))==null?void 0:i.devTools)!=null&&n.logs);return t||e}function iC(s,t){var e;if(s!=null&&s.getValue("flagsmith").hasFeature(X.LOG_LEVEL)){let r=((e=s.getValue("flagsmith").getValue(X.LOG_LEVEL))==null?void 0:e.toString())||"all";if(r=r.toLowerCase().trim(),r==="off")return!1;if(r!=="all"){const i=["debug","log","info","warn","error"],n=i.indexOf(t),o=i.indexOf(r);if(n<o)return!1}}return!0}function Pm(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"?Pm(s[r],i,e):["number","string","boolean"].includes(typeof s[r])&&(e[i]=s[r])}),e}function _m(s,t,e={},r=""){const i={};try{const n=JSON.stringify(e),o=JSON.parse(n),c=Pm(o,r),d=JSON.stringify(c);return JSON.parse(d)}catch(n){const o=Cd(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}const tp=class{constructor(){p(this,"logsCache",[]);p(this,"logsProcessorTimer");p(this,"tracingEnabled",!0);p(this,"initialized",!1);p(this,"logsProcessingInterval",7e3);p(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"]);p(this,"meetingMetadata",{})}get logsEndpoint(){const t=rr.getContext(this.meetingMetadata.peerId);return`https://${bi({servicePrefix:"api-silos",baseURI:t.getValue("baseURI")})}/otel/logs`}resetPeerId(t){this.meetingMetadata.peerId=t}init(t,e,r){this.tracingEnabled=!0,this.initialized=!1,this.logsCache=[];const i=t.getValue("peerId");this.meetingMetadata=e,this.tracingEnabled=r,this.meetingMetadata.peerId=i,this.meetingMetadata.sdkVersion=t.getValue("sdkVersion");const{RNDeviceInfoImpl:n}=navigator;this.meetingMetadata.deviceInfo=navigator.isReactNative?n==null?void 0:n.getDeviceInfo():ve.getDeviceInfo(),this.meetingMetadata.visitedUrl=!navigator.isReactNative&&typeof window!="undefined"&&window.location.href,this.logsProcessorTimer=setInterval(this.processCachedLogs.bind(this),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){var g;const l=this==null?void 0:this.telemetry;if(!l||!l.initialized||navigator.isReactNative||!l.tracingEnabled||(g=rr.getContext(l.meetingMetadata.peerId))!=null&&g.getValue("flagsmith").hasFeature(X.SKIP_OTEL_TRACES))return o.apply(this,d);l.addLogInCurrentSpan("info",t,e);const u=performance.now(),h=o.apply(this,d);return Promise.resolve(h).then(()=>{const S=performance.now();S-u>10&&l.addLogInCurrentSpan("info",`${t}_timing`,{execTime:S-u,country:tp.location.country})}).catch(()=>{const S=performance.now();l.addLogInCurrentSpan("info",`${t}_timing`,{execTime:S-u})}),h},n}}injectContext(t){var i;const e=fi().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:Cd(r.error)});const n=rr.getContext(this.meetingMetadata.peerId);if(rC(n)&&(q_(r)?console[t]("InternalLogs:: ",t,e):console[t]("InternalLogs:: ",t,e,r)),!!iC(n,t))try{const c=_m(n,e,r,"metadata"),d=new Date,l={message:e,level:t,...c,loggedAt:d.toISOString(),loggedAtTzOffset:d.getTimezoneOffset()};i?this.sendOtelLogsToNewRelic([l]):this.logsCache.push(l)}catch(c){this.addLogInCurrentSpan("error","opentelemetry::addLogInCurrentSpan_failed",{error:Cd(c)})}}sendOtelLogsToNewRelic(t){const e=rr.getContext(this.meetingMetadata.peerId);fetch(this.logsEndpoint,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({meetingMetadata:_m(e,"sendOtelLogsToNewRelic",this.meetingMetadata,"meetingMetadata"),serviceName:e.getValue("sdkName"),logs:t})}).catch(r=>{this.addLogInCurrentSpan("error","opentelemetry::sendOtelLogToNewRelic_failed",{error:Cd(r)}),this.logsCache.push(...t)})}processCachedLogs(){const t=this.logsCache.splice(0,25);t!=null&&t.length&&this.sendOtelLogsToNewRelic(t)}destruct(){clearInterval(this.logsProcessorTimer),this.processCachedLogs()}};let E=tp;p(E,"location",{country:void 0});function nC(s){const t={...s},e=new Map,r=(l,u)=>(e.has(l)||e.set(l,new Set),e.get(l).add(u),()=>{var h;return(h=e.get(l))==null?void 0:h.delete(u)}),i=(l,u)=>{var h;(h=e.get(l))==null||h.delete(u)},n=l=>{var u;(u=e.get(l))==null||u.forEach(h=>{try{h(t[l])}catch(g){}})};return{subscribe:r,unsubscribe:i,notify:n,setValue:(l,u,h=!0)=>{t[l]=u,h&&n(l)},getValue:l=>t[l],getAllValues:()=>t}}class aC{constructor(){p(this,"contexts",new Map);p(this,"mostRecentPeerId",null)}createContext(t,e){if(this.contexts.has(t))return this.contexts.get(t);const r=new E,i=new cm;this.contexts.set(t,nC(e)),this.contexts.get(t).setValue("peerSessionStore",new aP(i));const n=new dg;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.contexts.get(t).setValue("flagsmith",Kw()),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 rr=new aC,oC={"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"},kd={"0000":"Internal exception.","0001":"Failed to initialize.","0002":"Failed to join room.","0003":"Failed to leave room.","0004":"Invalid auth token","0010":"Browser not supported","0011":"HTTP Network Error","0012":"Websocket Network Error","0013":"Rate Limited","0100":"Internal exception","0101":"Permission denied","0102":"Prerequisite module missing","0200":"Internal exception.","0300":"Internal exception","0400":"Internal exception","0404":"Missing prerequisites to establish a websocket connection","0500":"Internal exception","0501":"Permission denied.","0502":"Invalid message body.","0503":"Text Message is too large","0504":"Message not found by the given id","0505":"Action not permitted without joining room","0506":"Message search is disabled","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(kd).forEach(s=>{kd[s]=`{${oC[s.slice(0,2)]}} ${kd[s]}`});class k extends Error{constructor(e,r,i=void 0,n=!1){super(e);p(this,"code");this.code=r,this.name="ClientError";const o=this.code?`[ERR${this.code}]`:"[ERR]",c=this.code?kd[this.code]:"";this.message=`${o}: ${c}
9
+ `)),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 sg extends dt{constructor(e){super();p(this,"call");p(this,"timeOut");this.call=new Zs(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 PT=8,_T=1/1e3;class CT extends sg{constructor(e){super(e);p(this,"senderChannel");p(this,"recieveChannel");p(this,"startTime");p(this,"lastBitrateMeasureTime");p(this,"sentPayloadBytes",0);p(this,"recievedPayloadBytes",0);p(this,"lastReceivedPayloadBytes",0);p(this,"stopSending",!1);p(this,"testProgress",0);p(this,"samplePacket","");p(this,"finalBitrateSum",0);p(this,"bitRateSampels",0);p(this,"maxNumberOfPacketsToSend",0);p(this,"bytesToKeepBuffered",0);p(this,"testDurationSeconds",5);this.call.setIceCandidateFilter(Zs.isNotHostCandidate),this.senderChannel=this.call.pc1.createDataChannel(null);for(let r=0;r<262144;r+=1)this.samplePacket+="h";this.maxNumberOfPacketsToSend=1,this.bytesToKeepBuffered=1024*this.maxNumberOfPacketsToSend,this.testDurationSeconds=4,this.senderChannel.addEventListener("open",this.sendingStep.bind(this)),this.call.pc2.addEventListener("datachannel",this.onRecieverChannel.bind(this))}sendingStep(){const e=new Date;this.startTime||(this.startTime=e,this.lastBitrateMeasureTime=e);for(let 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)*PT/(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 wu extends sg{constructor(e,r=Zs.noFilter){super(e);p(this,"ch1");p(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 RT extends wu{constructor(t){super(t,Zs.isHost)}}class kT extends wu{constructor(t){super(t,Zs.isRelay)}}class IT extends wu{constructor(t){super(t,Zs.isReflexive)}}class AT{constructor(){p(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=Lr(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=Lr(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 Pu=new AT,rg=[{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 ig(s){const[t,e]=s.split(",");return{coords:{latitude:Number(t),longitude:Number(e)}}}class ng{constructor(){p(this,"transport");p(this,"candidatePair");p(this,"outboundVideoRtp",new Map);p(this,"inboundVideoRtp",new Map);p(this,"outboundAudioRtp",new Map);p(this,"inboundAudioRtp",new Map);p(this,"remoteInboundRtp",new Map);p(this,"producerStreamMap",new Map);p(this,"consumerStreamMap",new Map);p(this,"staleProducerStreamMap",!1);p(this,"staleConsumerStreamMap",!1)}}class ag extends dt{constructor(){super();p(this,"observer");p(this,"outboundProducerMap",new Map);p(this,"inboundConsumerMap",new Map);p(this,"consumerPeerIdMap",new Map);p(this,"pausedConsumerMap",new Map);p(this,"pausedProducerMap",new Map);p(this,"overallProducingTransportsStatsMap",{});p(this,"overallConsumingTransportsStatsMap",{});p(this,"overallConsumersStatsMap",{});p(this,"overallProducersStatsMap",{});p(this,"videoProducerToStatsMap",new Map);p(this,"audioProducerToStatsMap",new Map);p(this,"videoConsumerToStatsMap",new Map);p(this,"audioConsumerToStatsMap",new Map);p(this,"consumerIdsWithFreezedVideo",new Set);p(this,"consumerIdsWithFreezedAudio",new Set);p(this,"producerIdsWithFreezedVideo",new Set);p(this,"producerIdsWithFreezedAudio",new Set);p(this,"freezedProducingTransportIds",new Set);p(this,"freezedConsumingTransportIds",new Set);p(this,"screenShareProducers",new Set);p(this,"screenShareConsumers",new Set);p(this,"ipDetails");p(this,"callStatsInstance");this.observer=new dt}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,b,R,D,F,L,B,W,ae,Tt,xs,_n,Us;const c=e,d=new ng,l=r.length?new Set(r):void 0,u=[],h=[],g=[],S=new Map,y=new Map;for(const I of c.values()){if(l){if(l.size===0)break;if(l.has(I.type))i&&l.delete(I.type);else continue}switch(I.type){case"local-candidate":{u.push(this.getIceCandidateStats(I));break}case"remote-candidate":{h.push(this.getIceCandidateStats(I));break}case"candidate-pair":{const{nominated:T}=I,{selected:w}=I,$=I,Re={nominated:T!=null?T:w,currentRoundTripTime:$.currentRoundTripTime,totalRoundTripTime:$.totalRoundTripTime,bytesReceived:$.bytesReceived,bytesSent:$.bytesSent,availableOutgoingBitrate:$.availableOutgoingBitrate,availableIncomingBitrate:$.availableIncomingBitrate,lastPacketReceivedTimestamp:$.lastPacketReceivedTimestamp,lastPacketSentTimestamp:$.lastPacketSentTimestamp,localCandidateId:$.localCandidateId,remoteCandidateId:$.remoteCandidateId,bytesDiscardedOnSend:$.bytesDiscardedOnSend,packetsSent:$.packetsSent,packetsReceived:$.packetsReceived,packetsDiscardedOnSend:$.packetsDiscardedOnSend};g.push(Re),(I.nominated===!0||I.selected===!0)&&(d.candidatePair=Re);break}case"transport":{const T=I;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 w={bytesReceived:T.bytesReceived,bytesSent:T.bytesSent,packetsSent:T.packetsSent,packetsReceived:T.packetsReceived,dtlsCipher:T.dtlsCipher,dtlsState:T.dtlsState,iceRole:T.iceRole};if(d.transport=w,o){if(o.producing){const $=this.overallProducingTransportsStatsMap[o.id];this.processProducingTransportStats(o.id,$,w)}if(o.consuming){const $=this.overallConsumingTransportsStatsMap[o.id];this.processConsumingTransportStats(o.id,$,w)}}break}case"remote-inbound-rtp":{const T=I,w={jitter:T.jitter,fractionLost:T.fractionLost,roundTripTime:T.roundTripTime,roundTripTimeMeasurements:T.roundTripTimeMeasurements,totalRoundTripTime:T.totalRoundTripTime,packetsLost:T.packetsLost};d.remoteInboundRtp.set(T.localId,w);break}case"outbound-rtp":{if(!this.outboundProducerMap.has(I.id))break;const T=I,w=n||this.outboundProducerMap.get(I.id),$=this.pausedProducerMap.get(w);if($){if($.lastReportCalculated===!0)break;this.pausedProducerMap.set(w,{lastReportCalculated:!0})}this.overallProducersStatsMap[w]||(this.overallProducersStatsMap[w]={totalVideoPacketsSent:0,totalAudioPacketsSent:0});const Re=this.overallProducersStatsMap[w];if(["video","audio"].includes(T.mediaType)||["video","audio"].includes(T.kind)){if(!this.outboundProducerMap.has(I.id)){d.staleProducerStreamMap=!0;break}const qe=this.callStatsInstance.producers.get(w);if(((P=qe==null?void 0:qe.track)==null?void 0:P.readyState)==="ended")break;d.producerStreamMap.has(w)||d.producerStreamMap.set(w,{outboundVideoRtpId:[],outboundAudioRtpId:[]});const V={bytesSent:T.bytesSent,packetsSent:T.packetsSent,nackCount:T.nackCount,ssrc:T.ssrc,mid:T.mid,active:T.active,codecId:T.codecId,headerBytesSent:T.headerBytesSent||0,totalPacketSendDelay:T.totalPacketSendDelay||0};if(T.mediaType==="video"||T.kind==="video"){const C=T,Je={frameHeight:C.frameHeight,frameWidth:C.frameWidth,framesEncoded:C.framesEncoded,framesDropped:C.framesDropped,framesPerSecond:C.framesPerSecond,framesSent:C.framesSent,keyFramesEncoded:C.keyFramesEncoded,firCount:C.firCount,encoderImplementation:C.encoderImplementation,hugeFramesSent:C.hugeFramesSent,pliCount:C.pliCount,qpSum:C.qpSum,qualityLimitationDurations:C.qualityLimitationDurations,qualityLimitationReason:C.qualityLimitationReason,qualityLimitationResolutionChanges:C.qualityLimitationResolutionChanges,totalEncodeTime:C.targetBitrate,totalPacketSendDelay:C.totalPacketSendDelay,retransmittedBytesSent:C.retransmittedBytesSent,retransmittedPacketsSent:C.retransmittedPacketsSent,scalabilityMode:C.scalabilityMode,powerEfficientEncoder:C.powerEfficientEncoder,...V};d.outboundVideoRtp.set(I.id,Je),d.producerStreamMap.get(w).outboundVideoRtpId.push(I.id),this.processOutboundProducerVideoStats(w,Re,Je)}else if(T.mediaType==="audio"||T.kind==="audio"){const C=T,Je={retransmittedBytesSent:C.retransmittedBytesSent,retransmittedPacketsSent:C.retransmittedPacketsSent,...V};d.outboundAudioRtp.set(I.id,Je),d.producerStreamMap.get(w).outboundAudioRtpId.push(I.id),this.processOutboundProducerAudioStats(w,Re,Je)}}else this.callStatsInstance.logger.error(`Callstats: Unknown Outbound-rtp. mediatype: ${T.mediaType} kind: ${T.kind}`);break}case"inbound-rtp":{if(!this.inboundConsumerMap.has(I.id))break;const T=I,w=n||this.inboundConsumerMap.get(I.id),$=this.pausedConsumerMap.get(w);if($){if($.lastReportCalculated===!0)break;this.pausedConsumerMap.set(w,{lastReportCalculated:!0})}if(T.ssrc===1234)break;this.overallConsumersStatsMap[w]||(this.overallConsumersStatsMap[w]={totalVideoPacketsReceived:0,totalAudioPacketsReceived:0});const Re=this.overallConsumersStatsMap[w];if(["video","audio"].includes(T.mediaType)||["video","audio"].includes(T.kind)){if(!this.inboundConsumerMap.has(I.id)){d.staleConsumerStreamMap=!0;break}d.consumerStreamMap.has(w)||d.consumerStreamMap.set(w,{inboundVideoRtpId:[],inboundAudioRtpId:[]});const qe={bytesReceived:T.bytesReceived,packetsReceived:T.packetsReceived,packetsLost:T.packetsLost>=0?T.packetsLost:0,jitter:T.jitter,nackCount:T.nackCount,jitterBufferDelay:T.jitterBufferDelay,jitterBufferEmittedCount:T.jitterBufferEmittedCount,lastPacketReceivedTimestamp:T.lastPacketReceivedTimestamp,ssrc:T.ssrc,mid:T.mid,codecId:T.codecId,headerBytesReceived:T.headerBytesReceived||0,packetsDiscarded:T.packetsDiscarded||0,jitterBufferMinimumDelay:T.jitterBufferMinimumDelay||0,jitterBufferTargetDelay:T.jitterBufferTargetDelay||0};if(T.mediaType==="video"||T.kind==="video"){const V=T,C={frameHeight:V.frameHeight,frameWidth:V.frameWidth,framesDecoded:V.framesDecoded,framesDropped:V.framesDropped,framesPerSecond:V.framesPerSecond,framesReceived:V.framesReceived,keyFramesDecoded:V.keyFramesDecoded,firCount:V.firCount,decoderImplementation:V.decoderImplementation,pliCount:V.pliCount,totalProcessingDelay:V.totalProcessingDelay,qpSum:V.qpSum||0,totalAssemblyTime:V.totalAssemblyTime||0,totalDecodeTime:V.totalDecodeTime||0,totalFreezesDuration:V.totalFreezesDuration||0,totalInterFrameDelay:V.totalInterFrameDelay||0,totalPausesDuration:V.totalPausesDuration||0,totalSquaredInterFrameDelay:V.totalSquaredInterFrameDelay||0,freezeCount:V.freezeCount||0,pauseCount:V.pauseCount||0,powerEfficientDecoder:V.powerEfficientDecoder,...qe};C.score=tg({frameWidth:C.frameWidth||0,framesDecoded:(C.framesDecoded||0)-(((b=this.videoConsumerToStatsMap.get(w))==null?void 0:b.framesDecoded)||0),framesPerSecond:C.framesPerSecond||0,packetsLost:(C.packetsLost||0)-(((R=this.videoConsumerToStatsMap.get(w))==null?void 0:R.packetsLost)||0),packetsReceived:(C.packetsReceived||0)-(((D=this.videoConsumerToStatsMap.get(w))==null?void 0:D.packetsReceived)||0),jitter:C.jitter||0,isScreenShare:this.screenShareConsumers.has(w)}),y.set(w,{score:+(C.score*10).toFixed(),frameWidth:C.frameWidth||0,frameHeight:C.frameHeight||0,framesPerSecond:C.framesPerSecond||0,packetsLostPercentage:dd({packetsLost:(C.packetsLost||0)-(((F=this.videoConsumerToStatsMap.get(w))==null?void 0:F.packetsLost)||0),packetsReceived:(C.packetsReceived||0)-(((L=this.videoConsumerToStatsMap.get(w))==null?void 0:L.packetsReceived)||0)}),jitter:C.jitter||0,isScreenShare:this.screenShareConsumers.has(w),bitrate:((C.bytesReceived||0)-(((B=this.videoConsumerToStatsMap.get(w))==null?void 0:B.bytesReceived)||0))*8/7}),this.videoConsumerToStatsMap.set(w,C),d.inboundVideoRtp.set(I.id,C),d.consumerStreamMap.get(w).inboundVideoRtpId.push(I.id),this.processInboundConsumerVideoStats(w,Re,C)}else if(T.mediaType==="audio"||T.kind==="audio"){const V=T,C={audioLevel:V.audioLevel,concealedSamples:V.concealedSamples,concealmentEvents:V.concealmentEvents,totalAudioEnergy:V.totalAudioEnergy,totalSamplesDuration:V.totalSamplesDuration,totalSamplesReceived:V.totalSamplesReceived,fecPacketsDiscarded:V.fecPacketsDiscarded||0,fecPacketsReceived:V.fecPacketsReceived||0,insertedSamplesForDeceleration:V.insertedSamplesForDeceleration||0,removedSamplesForAcceleration:V.removedSamplesForAcceleration||0,silentConcealedSamples:V.silentConcealedSamples||0,playoutId:V.playoutId,...qe};C.score=eg({concealmentEvents:(C.concealmentEvents||0)-(((W=this.audioConsumerToStatsMap.get(w))==null?void 0:W.concealmentEvents)||0),packetsLost:(C.packetsLost||0)-(((ae=this.audioConsumerToStatsMap.get(w))==null?void 0:ae.packetsLost)||0),packetsReceived:(C.packetsReceived||0)-(((Tt=this.audioConsumerToStatsMap.get(w))==null?void 0:Tt.packetsReceived)||0),jitter:C.jitter||0}),y.set(w,{score:+(C.score*10).toFixed(),packetsLostPercentage:dd({packetsLost:(C.packetsLost||0)-(((xs=this.audioConsumerToStatsMap.get(w))==null?void 0:xs.packetsLost)||0),packetsReceived:(C.packetsReceived||0)-(((_n=this.audioConsumerToStatsMap.get(w))==null?void 0:_n.packetsReceived)||0)}),jitter:C.jitter||0,isScreenShare:this.screenShareConsumers.has(w),bitrate:((C.bytesReceived||0)-(((Us=this.audioConsumerToStatsMap.get(w))==null?void 0:Us.bytesReceived)||0))*8/7}),this.audioConsumerToStatsMap.set(w,C),d.inboundAudioRtp.set(I.id,C),d.consumerStreamMap.get(w).inboundAudioRtpId.push(I.id),this.processInboundConsumerAudioStats(w,Re,C)}}else this.callStatsInstance.logger.error(`Callstats: Unknown Inbound-rtp. mediatype: ${T.mediaType} kind: ${T.kind}`);break}}}if(d.producerStreamMap.forEach((I,T)=>{var w,$,Re,qe,V,C,Je,Nr,Uc,Fc,$c,Bc,Hc,qc,jc,Gc,Wc,Jc,Kc,zc,Yc,Qc,Xc;if(I.outboundVideoRtpId.length>0){const he=[];I.outboundVideoRtpId.forEach(ip=>{he.push(d.outboundVideoRtp.get(ip))});const ee=this.getWorkingSimulcastVideoStats(he);ee.score=Xp({frameWidth:ee.frameWidth||0,framesPerSecond:ee.framesPerSecond||0,jitter:((w=ee.remoteData)==null?void 0:w.jitter)||0,isScreenShare:this.screenShareProducers.has(T),packetsSent:(ee.packetsSent||0)-((($=this.videoProducerToStatsMap.get(T))==null?void 0:$.packetsSent)||0),packetsLost:(((Re=ee.remoteData)==null?void 0:Re.packetsLost)||0)-(((V=(qe=this.videoProducerToStatsMap.get(T))==null?void 0:qe.remoteData)==null?void 0:V.packetsLost)||0),framesEncoded:(ee.framesEncoded||0)-(((C=this.videoProducerToStatsMap.get(T))==null?void 0:C.framesEncoded)||0)}),S.set(T,{score:+(ee.score*10).toFixed(),frameWidth:ee.frameWidth||0,frameHeight:ee.frameHeight||0,framesPerSecond:ee.framesPerSecond||0,jitter:((Je=ee.remoteData)==null?void 0:Je.jitter)||0,isScreenShare:this.screenShareProducers.has(T),packetsLostPercentage:cd({packetsSent:(ee.packetsSent||0)-(((Nr=this.videoProducerToStatsMap.get(T))==null?void 0:Nr.packetsSent)||0),packetsLost:(((Uc=ee.remoteData)==null?void 0:Uc.packetsLost)||0)-((($c=(Fc=this.videoProducerToStatsMap.get(T))==null?void 0:Fc.remoteData)==null?void 0:$c.packetsLost)||0)}),bitrate:((ee.bytesSent||0)-(((Bc=this.videoProducerToStatsMap.get(T))==null?void 0:Bc.bytesSent)||0))*8/7,cpuLimitations:ee.qualityLimitationReason==="cpu",bandwidthLimitations:ee.qualityLimitationReason==="bandwidth"}),this.videoProducerToStatsMap.set(T,ee)}else if(I.outboundAudioRtpId.length>0){const he=d.outboundAudioRtp.get(I.outboundAudioRtpId[0]);he.score=Qp({packetsSent:(he.packetsSent||0)-(((Hc=this.audioProducerToStatsMap.get(T))==null?void 0:Hc.packetsSent)||0),packetsLost:(((qc=he.remoteData)==null?void 0:qc.packetsLost)||0)-(((Gc=(jc=this.audioProducerToStatsMap.get(T))==null?void 0:jc.remoteData)==null?void 0:Gc.packetsLost)||0),jitter:((Wc=he.remoteData)==null?void 0:Wc.jitter)||0}),S.set(T,{score:+(he.score*10).toFixed(),bitrate:((he.bytesSent||0)-(((Jc=this.audioProducerToStatsMap.get(T))==null?void 0:Jc.bytesSent)||0))*8/7,packetsLostPercentage:cd({packetsSent:(he.packetsSent||0)-(((Kc=this.audioProducerToStatsMap.get(T))==null?void 0:Kc.packetsSent)||0),packetsLost:(((zc=he.remoteData)==null?void 0:zc.packetsLost)||0)-(((Qc=(Yc=this.audioProducerToStatsMap.get(T))==null?void 0:Yc.remoteData)==null?void 0:Qc.packetsLost)||0)}),jitter:((Xc=he.remoteData)==null?void 0:Xc.jitter)||0,isScreenShare:this.screenShareProducers.has(T)}),this.audioProducerToStatsMap.set(T,he)}}),g.forEach(I=>{const T=u.find($=>$.id===I.localCandidateId?(I.localCandidateId=$.id,$):null),w=h.find($=>$.id===I.remoteCandidateId?(I.remoteCandidateId=$.id,$):null);T&&(I.localCandidateType=T.type,I.localCandidateAddress=Lr(T.address),I.localCandidatePort=T.port,I.localCandidateProtocol=T.protocol,I.localCandidateUrl=T.url,I.localCandidateNetworkType=T.networkType,I.localCandidateRelatedAddress=Lr(T.relatedAddress),I.localCandidateRelatedPort=T.relatedPort),w&&(I.remoteCandidateType=w.type,I.remoteCandidateAddress=Lr(w.address),I.remoteCandidatePort=w.port,I.remoteCandidateProtocol=w.protocol,I.remoteCandidateUrl=w.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=g),d.transport&&!d.transport.roundTripTime){let I=0,T=0;d.remoteInboundRtp.forEach((w,$)=>{w.roundTripTime&&w.roundTripTime>I&&(I=w.roundTripTime,T=w.totalRoundTripTime)}),d.transport.roundTripTime=I,d.transport.totalRoundTripTime=T}if(y.size>0)try{this.observer.emit("consumer_score",y)}catch(I){}if(S.size>0)try{this.observer.emit("producer_score",S)}catch(I){}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),h=d.staleConsumerStreamMap?void 0:this.getConsumerStatsFromReport(d);return{transportReport:l,producerReport:u,consumerReport:h}}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||rg},i=new Promise((u,h)=>{try{const g=new RT(r);g.addListener("done",u),g.addListener("failed",()=>{u({connectivity:!1})}),g.start(2e3)}catch(g){h(g)}}),n=new Promise((u,h)=>{try{const g=new kT(r);g.addListener("done",u),g.addListener("failed",()=>{u({connectivity:!1})}),g.start(2e3)}catch(g){h(g)}}),o=new Promise((u,h)=>{try{const g=new IT(r);g.addListener("done",u),g.addListener("failed",()=>{u({connectivity:!1})}),g.start(2e3)}catch(g){h(g)}}),[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||rg},d=new CT(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 Pu.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?ig(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?ig(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 MT extends ag{}class og extends ag{constructor(){super(...arguments);p(this,"producerMap",new Map);p(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,b,R,D,F,L,B,W,ae,Tt,xs,_n,Us;const c=e,d=new ng,l=r.length?new Set(r):void 0,u=[],h=[],g=[],S=new Map,y=new Map;for(const I of c.values()){if(l){if(l.size===0)break;if(l.has(I.type))i&&l.delete(I.type);else continue}switch(I.type){case"local-candidate":{u.push(this.getIceCandidateStats(I));break}case"remote-candidate":{h.push(this.getIceCandidateStats(I));break}case"candidate-pair":{const{nominated:T}=I,{selected:w}=I,$=I,Re={nominated:T!=null?T:w,currentRoundTripTime:$.currentRoundTripTime,totalRoundTripTime:$.totalRoundTripTime,bytesReceived:$.bytesReceived,bytesSent:$.bytesSent,availableOutgoingBitrate:$.availableOutgoingBitrate,availableIncomingBitrate:$.availableIncomingBitrate,lastPacketReceivedTimestamp:$.lastPacketReceivedTimestamp,lastPacketSentTimestamp:$.lastPacketSentTimestamp,localCandidateId:$.localCandidateId,remoteCandidateId:$.remoteCandidateId,bytesDiscardedOnSend:$.bytesDiscardedOnSend,packetsSent:$.packetsSent,packetsReceived:$.packetsReceived,packetsDiscardedOnSend:$.packetsDiscardedOnSend};g.push(Re),(I.nominated===!0||I.selected===!0)&&(d.candidatePair=Re);break}case"transport":{const T=I;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 w={bytesReceived:T.bytesReceived,bytesSent:T.bytesSent,packetsSent:T.packetsSent,packetsReceived:T.packetsReceived,dtlsCipher:T.dtlsCipher,dtlsState:T.dtlsState,iceRole:T.iceRole};if(d.transport=w,o){if(o.producing){const $=this.overallProducingTransportsStatsMap[o.id];this.processProducingTransportStats(o.id,$,w)}if(o.consuming){const $=this.overallConsumingTransportsStatsMap[o.id];this.processConsumingTransportStats(o.id,$,w)}}break}case"remote-inbound-rtp":{const T=I,w={jitter:T.jitter,fractionLost:T.fractionLost,roundTripTime:T.roundTripTime,roundTripTimeMeasurements:T.roundTripTimeMeasurements,totalRoundTripTime:T.totalRoundTripTime,packetsLost:T.packetsLost};d.remoteInboundRtp.set(T.localId,w);break}case"outbound-rtp":{if(!this.outboundProducerMap.has(I.id))break;const T=I,w=n||this.outboundProducerMap.get(I.id),$=this.pausedProducerMap.get(w);if($){if($.lastReportCalculated===!0)break;this.pausedProducerMap.set(w,{lastReportCalculated:!0})}this.overallProducersStatsMap[w]||(this.overallProducersStatsMap[w]={totalVideoPacketsSent:0,totalAudioPacketsSent:0});const Re=this.overallProducersStatsMap[w];if(["video","audio"].includes(T.mediaType)||["video","audio"].includes(T.kind)){if(!this.outboundProducerMap.has(I.id)){d.staleProducerStreamMap=!0;break}const qe=this.callStatsInstance.producers.get(w);if(((P=qe==null?void 0:qe.track)==null?void 0:P.readyState)==="ended")break;d.producerStreamMap.has(w)||d.producerStreamMap.set(w,{outboundVideoRtpId:[],outboundAudioRtpId:[]});const V={bytesSent:T.bytesSent,packetsSent:T.packetsSent,nackCount:T.nackCount,ssrc:T.ssrc,mid:T.mid,active:T.active,codecId:T.codecId,headerBytesSent:T.headerBytesSent||0,totalPacketSendDelay:T.totalPacketSendDelay||0};if(T.mediaType==="video"||T.kind==="video"){const C=T,Je={frameHeight:C.frameHeight,frameWidth:C.frameWidth,framesEncoded:C.framesEncoded,framesDropped:C.framesDropped?C.framesDropped:C.droppedFrames,framesPerSecond:C.framesPerSecond?C.framesPerSecond:C.framerateMean,framesSent:C.framesSent,keyFramesEncoded:C.keyFramesEncoded,firCount:C.firCount,encoderImplementation:C.encoderImplementation,hugeFramesSent:C.hugeFramesSent,pliCount:C.pliCount,qpSum:C.qpSum,qualityLimitationReason:C.qualityLimitationReason,qualityLimitationDurations:C.qualityLimitationDurations,qualityLimitationResolutionChanges:C.qualityLimitationResolutionChanges,totalEncodeTime:C.totalEncodeTime,totalPacketSendDelay:C.totalEncodeTime,retransmittedBytesSent:C.retransmittedBytesSent,retransmittedPacketsSent:C.retransmittedPacketsSent,scalabilityMode:C.scalabilityMode,powerEfficientEncoder:C.powerEfficientEncoder,...V};d.outboundVideoRtp.set(I.id,Je),d.producerStreamMap.get(w).outboundVideoRtpId.push(I.id),this.processOutboundProducerVideoStats(w,Re,Je)}else if(T.mediaType==="audio"||T.kind==="audio"){const C=T,Je={retransmittedBytesSent:C.retransmittedBytesSent,retransmittedPacketsSent:C.retransmittedPacketsSent,...V};d.outboundAudioRtp.set(I.id,Je),d.producerStreamMap.get(w).outboundAudioRtpId.push(I.id),this.processOutboundProducerAudioStats(w,Re,Je)}}else this.callStatsInstance.logger.error(`Callstats: Unknown Outbound-rtp. mediatype: ${T.mediaType} kind: ${T.kind}`);break}case"inbound-rtp":{if(!this.inboundConsumerMap.has(I.id))break;const T=I,w=n||this.inboundConsumerMap.get(I.id),$=this.pausedConsumerMap.get(w);if($){if($.lastReportCalculated===!0)break;this.pausedConsumerMap.set(w,{lastReportCalculated:!0})}if(T.ssrc===1234)break;this.overallConsumersStatsMap[w]||(this.overallConsumersStatsMap[w]={totalVideoPacketsReceived:0,totalAudioPacketsReceived:0});const Re=this.overallConsumersStatsMap[w];if(["video","audio"].includes(T.mediaType)||["video","audio"].includes(T.kind)){if(!this.inboundConsumerMap.has(I.id)){d.staleConsumerStreamMap=!0;break}d.consumerStreamMap.has(w)||d.consumerStreamMap.set(w,{inboundVideoRtpId:[],inboundAudioRtpId:[]});const qe={bytesReceived:T.bytesReceived,packetsReceived:T.packetsReceived,packetsLost:T.packetsLost>=0?T.packetsLost:0,jitter:T.jitter,nackCount:T.nackCount,jitterBufferDelay:T.jitterBufferDelay,jitterBufferEmittedCount:T.jitterBufferEmittedCount,lastPacketReceivedTimestamp:T.lastPacketReceivedTimestamp,ssrc:T.ssrc,mid:T.mid,codecId:T.codecId,headerBytesReceived:T.headerBytesReceived||0,packetsDiscarded:T.packetsDiscarded||0,jitterBufferMinimumDelay:T.jitterBufferMinimumDelay||0,jitterBufferTargetDelay:T.jitterBufferTargetDelay||0};if(T.mediaType==="video"||T.kind==="video"){const V=T,C={frameHeight:V.frameHeight,frameWidth:V.frameWidth,framesDecoded:V.framesDecoded,framesDropped:V.framesDropped?V.framesDropped:V.droppedFrames,framesPerSecond:V.framesPerSecond?V.framesPerSecond:V.framerateMean,framesReceived:V.framesReceived,keyFramesDecoded:V.keyFramesDecoded,firCount:V.firCount,decoderImplementation:V.decoderImplementation,pliCount:V.pliCount,totalProcessingDelay:V.totalProcessingDelay,qpSum:V.qpSum||0,totalAssemblyTime:V.totalAssemblyTime||0,totalDecodeTime:V.totalDecodeTime||0,totalFreezesDuration:V.totalFreezesDuration||0,totalInterFrameDelay:V.totalInterFrameDelay||0,totalPausesDuration:V.totalPausesDuration||0,totalSquaredInterFrameDelay:V.totalSquaredInterFrameDelay||0,freezeCount:V.freezeCount||0,pauseCount:V.pauseCount||0,powerEfficientDecoder:V.powerEfficientDecoder,...qe};C.score=tg({frameWidth:C.frameWidth||0,framesDecoded:(C.framesDecoded||0)-(((b=this.videoConsumerToStatsMap.get(w))==null?void 0:b.framesDecoded)||0),framesPerSecond:C.framesPerSecond||0,packetsLost:(C.packetsLost||0)-(((R=this.videoConsumerToStatsMap.get(w))==null?void 0:R.packetsLost)||0),packetsReceived:(C.packetsReceived||0)-(((D=this.videoConsumerToStatsMap.get(w))==null?void 0:D.packetsReceived)||0),jitter:C.jitter||0,isScreenShare:this.screenShareConsumers.has(w)}),y.set(w,{score:+(C.score*10).toFixed(),frameWidth:C.frameWidth||0,frameHeight:C.frameHeight||0,framesPerSecond:C.framesPerSecond||0,packetsLostPercentage:dd({packetsLost:(C.packetsLost||0)-(((F=this.videoConsumerToStatsMap.get(w))==null?void 0:F.packetsLost)||0),packetsReceived:(C.packetsReceived||0)-(((L=this.videoConsumerToStatsMap.get(w))==null?void 0:L.packetsReceived)||0)}),jitter:C.jitter||0,isScreenShare:this.screenShareConsumers.has(w),bitrate:((C.bytesReceived||0)-(((B=this.videoConsumerToStatsMap.get(w))==null?void 0:B.bytesReceived)||0))*8/7}),this.videoConsumerToStatsMap.set(w,C),d.inboundVideoRtp.set(I.id,C),d.consumerStreamMap.get(w).inboundVideoRtpId.push(I.id),this.processInboundConsumerVideoStats(w,Re,C)}else if(T.mediaType==="audio"||T.kind==="audio"){const V=T,C={audioLevel:V.audioLevel,concealedSamples:V.concealedSamples,concealmentEvents:V.concealmentEvents,totalAudioEnergy:V.totalAudioEnergy,totalSamplesDuration:V.totalSamplesDuration,totalSamplesReceived:V.totalSamplesReceived,fecPacketsDiscarded:V.fecPacketsDiscarded||0,fecPacketsReceived:V.fecPacketsReceived||0,insertedSamplesForDeceleration:V.insertedSamplesForDeceleration||0,removedSamplesForAcceleration:V.removedSamplesForAcceleration||0,silentConcealedSamples:V.silentConcealedSamples||0,playoutId:V.playoutId,...qe};C.score=eg({concealmentEvents:(C.concealmentEvents||0)-(((W=this.audioConsumerToStatsMap.get(w))==null?void 0:W.concealmentEvents)||0),packetsLost:(C.packetsLost||0)-(((ae=this.audioConsumerToStatsMap.get(w))==null?void 0:ae.packetsLost)||0),packetsReceived:(C.packetsReceived||0)-(((Tt=this.audioConsumerToStatsMap.get(w))==null?void 0:Tt.packetsReceived)||0),jitter:C.jitter||0}),y.set(w,{score:+(C.score*10).toFixed(),packetsLostPercentage:dd({packetsLost:(C.packetsLost||0)-(((xs=this.audioConsumerToStatsMap.get(w))==null?void 0:xs.packetsLost)||0),packetsReceived:(C.packetsReceived||0)-(((_n=this.audioConsumerToStatsMap.get(w))==null?void 0:_n.packetsReceived)||0)}),jitter:C.jitter||0,isScreenShare:this.screenShareConsumers.has(w),bitrate:((C.bytesReceived||0)-(((Us=this.audioConsumerToStatsMap.get(w))==null?void 0:Us.bytesReceived)||0))*8/7}),this.audioConsumerToStatsMap.set(w,C),d.inboundAudioRtp.set(I.id,C),d.consumerStreamMap.get(w).inboundAudioRtpId.push(I.id),this.processInboundConsumerAudioStats(w,Re,C)}}else this.callStatsInstance.logger.error(`Callstats: Unknown Inbound-rtp. mediatype: ${T.mediaType} kind: ${T.kind}`);break}}}if(d.producerStreamMap.forEach((I,T)=>{var w,$,Re,qe,V,C,Je,Nr,Uc,Fc,$c,Bc,Hc,qc,jc,Gc,Wc,Jc,Kc,zc,Yc,Qc,Xc;if(I.outboundVideoRtpId.length>0){const he=[];I.outboundVideoRtpId.forEach(ip=>{he.push(d.outboundVideoRtp.get(ip))});const ee=this.getWorkingSimulcastVideoStats(he);ee.score=Xp({frameWidth:ee.frameWidth||0,framesPerSecond:ee.framesPerSecond||0,jitter:((w=ee.remoteData)==null?void 0:w.jitter)||0,isScreenShare:this.screenShareProducers.has(T),packetsSent:(ee.packetsSent||0)-((($=this.videoProducerToStatsMap.get(T))==null?void 0:$.packetsSent)||0),packetsLost:(((Re=ee.remoteData)==null?void 0:Re.packetsLost)||0)-(((V=(qe=this.videoProducerToStatsMap.get(T))==null?void 0:qe.remoteData)==null?void 0:V.packetsLost)||0),framesEncoded:(ee.framesEncoded||0)-(((C=this.videoProducerToStatsMap.get(T))==null?void 0:C.framesEncoded)||0)}),S.set(T,{score:+(ee.score*10).toFixed(),frameWidth:ee.frameWidth||0,frameHeight:ee.frameHeight||0,framesPerSecond:ee.framesPerSecond||0,jitter:((Je=ee.remoteData)==null?void 0:Je.jitter)||0,isScreenShare:this.screenShareProducers.has(T),packetsLostPercentage:cd({packetsSent:(ee.packetsSent||0)-(((Nr=this.videoProducerToStatsMap.get(T))==null?void 0:Nr.packetsSent)||0),packetsLost:(((Uc=ee.remoteData)==null?void 0:Uc.packetsLost)||0)-((($c=(Fc=this.videoProducerToStatsMap.get(T))==null?void 0:Fc.remoteData)==null?void 0:$c.packetsLost)||0)}),bitrate:((ee.bytesSent||0)-(((Bc=this.videoProducerToStatsMap.get(T))==null?void 0:Bc.bytesSent)||0))*8/7,cpuLimitations:ee.qualityLimitationReason==="cpu",bandwidthLimitations:ee.qualityLimitationReason==="bandwidth"}),this.videoProducerToStatsMap.set(T,ee)}else if(I.outboundAudioRtpId.length>0){const he=d.outboundAudioRtp.get(I.outboundAudioRtpId[0]);he.score=Qp({packetsSent:(he.packetsSent||0)-(((Hc=this.audioProducerToStatsMap.get(T))==null?void 0:Hc.packetsSent)||0),packetsLost:(((qc=he.remoteData)==null?void 0:qc.packetsLost)||0)-(((Gc=(jc=this.audioProducerToStatsMap.get(T))==null?void 0:jc.remoteData)==null?void 0:Gc.packetsLost)||0),jitter:((Wc=he.remoteData)==null?void 0:Wc.jitter)||0}),S.set(T,{score:+(he.score*10).toFixed(),bitrate:((he.bytesSent||0)-(((Jc=this.audioProducerToStatsMap.get(T))==null?void 0:Jc.bytesSent)||0))*8/7,packetsLostPercentage:cd({packetsSent:(he.packetsSent||0)-(((Kc=this.audioProducerToStatsMap.get(T))==null?void 0:Kc.packetsSent)||0),packetsLost:(((zc=he.remoteData)==null?void 0:zc.packetsLost)||0)-(((Qc=(Yc=this.audioProducerToStatsMap.get(T))==null?void 0:Yc.remoteData)==null?void 0:Qc.packetsLost)||0)}),jitter:((Xc=he.remoteData)==null?void 0:Xc.jitter)||0,isScreenShare:this.screenShareProducers.has(T)}),this.audioProducerToStatsMap.set(T,he)}}),g.forEach(I=>{const T=u.find($=>$.id===I.localCandidateId?(I.localCandidateId=$.id,$):null),w=h.find($=>$.id===I.remoteCandidateId?(I.remoteCandidateId=$.id,$):null);T&&(I.localCandidateType=T.type,I.localCandidateAddress=Lr(T.address),I.localCandidatePort=T.port,I.localCandidateProtocol=T.protocol,I.localCandidateUrl=T.url,I.localCandidateNetworkType=T.networkType,I.localCandidateRelatedAddress=Lr(T.relatedAddress),I.localCandidateRelatedPort=T.relatedPort),w&&(I.remoteCandidateType=w.type,I.remoteCandidateAddress=Lr(w.address),I.remoteCandidatePort=w.port,I.remoteCandidateProtocol=w.protocol,I.remoteCandidateUrl=w.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=g),d.transport&&!d.transport.roundTripTime){let I=0,T=0;d.remoteInboundRtp.forEach((w,$)=>{w.roundTripTime&&w.roundTripTime>I&&(I=w.roundTripTime,T=w.totalRoundTripTime)}),d.transport.roundTripTime=I,d.transport.totalRoundTripTime=T}if(y.size>0)try{this.observer.emit("consumer_score",y)}catch(I){}if(S.size>0)try{this.observer.emit("producer_score",S)}catch(I){}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 h=e.outboundVideoRtp.get(u);return h.frameHeight||(h.frameHeight=c.height,h.frameWidth=c.width,h.framesPerSecond=c.frameRate),h}),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 g=this.consumerMap.get(i).track.getSettings(),S=e.inboundVideoRtp.get(u);return S.frameHeight||(S.frameHeight=g.height,S.frameWidth=g.width,S.framesPerSecond=g.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 OT extends og{}function pd(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 cg(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=>{pd(this,t,e,o)}):n}catch(n){pd(this,t,e,n)}return null},s}const Q=(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=>{pd(this,s,t,d)}):c}catch(c){pd(this,s,t,c)}return null},i},DT=(s,t)=>(e,r,i)=>{if(i)return cg(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,cg(o,s,t))}};var z=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 Y=console;let J=class extends dt{constructor(e="https://api.testingv3.dyte.in",r="Blink",i=Za.PROD,n,o,c,d){super();p(this,"observer");p(this,"eventHandler");p(this,"measurements");p(this,"producingTransport");p(this,"consumingTransport");p(this,"producers",new Map);p(this,"consumers",new Map);p(this,"iceServers");p(this,"connectionInfoPromise");p(this,"pingStatsTimeout");p(this,"logger");p(this,"env");p(this,"apiHostnames");p(this,"peerId");p(this,"consumerSharedMediaStatesMap",new Map);p(this,"currentUserMediaStates",{});switch(this.env=i,this.apiHostnames=d,this.logger=o,this.peerId=c,this.eventHandler=new ST({logger:o,peerId:c,apiHostnames:d}),this.logger.debug("callStats::engineName: ",{engineName:r}),r){case"Blink":this.measurements=new MT;break;case"Gecko":this.measurements=new og;break;case"WebKit":this.measurements=new OT;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 dt,this.measurements.observer.on("consumer_score",l=>{o.debug(`callStats::consumer_score ${[...l.entries()]}`),this.eventHandler.emit("consumer_score",l)}),this.measurements.observer.on("producer_score",l=>{o.debug(`callStats::producer_score ${[...l.entries()]}`),this.eventHandler.emit("producer_score",l)})}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:N.PRECALL_TEST_BEGIN,timestamp:r}),this.connectionInfoPromise&&this.connectionInfoPromise.then(i=>{this.eventHandler.callEvent({event:N.PRECALL_TEST_COMPLETE,metaData:{connectionInfo:i},timestamp:r})})}sendScreenShareToggleEvent(e,r=null,i){this.currentUserMediaStates.screen=e,this.eventHandler.callEvent({event:e?N.SCREENSHARE_STARTED:N.SCREENSHARE_STOPPED,metaData:{ssrc:r},timestamp:i})}sendScreenShareRequestedEvent(e){this.eventHandler.callEvent({event:N.SCREENSHARE_START_REQUESTED,timestamp:e})}sendActiveSpeakerEvent(e,r){this.eventHandler.callEvent({event:N.DOMINANT_SPEAKER,metaData:{peerId:e},timestamp:r})}devices(e,r,i){this.eventHandler.callEvent({event:e===ss.AUDIO&&N.AUDIO_DEVICES_UPDATES||e===ss.VIDEO&&N.VIDEO_DEVICES_UPDATES||e===ss.SPEAKER&&N.SPEAKER_DEVICES_UPDATES,metaData:{deviceList:r},timestamp:i})}selectedDevice(e,r,i){this.eventHandler.callEvent({event:e===ss.AUDIO&&N.SELECTED_MICROHPONE_UPDATE||e===ss.VIDEO&&N.SELECTED_CAMERA_UPDATE||e===ss.SPEAKER&&N.SELECTED_SPEAKER_UPDATE,metaData:{device:r},timestamp:i})}mediaPermission(e,r,i){this.eventHandler.callEvent({event:N.MEDIA_PERMISSION,metaData:{deviceType:e,permission:r},timestamp:i})}mediaPlaybackFailed(e,r){this.eventHandler.callEvent({event:e===ss.AUDIO&&N.AUDIO_PLAY_FAILED||e===ss.VIDEO&&N.VIDEO_PLAY_FAILED,metaData:{deviceType:e},timestamp:r})}mediaTrackMuted(e,r){this.eventHandler.callEvent({event:e===ss.AUDIO&&N.AUDIO_TRACK_MUTED||e===ss.VIDEO&&N.VIDEO_TRACK_MUTED,metaData:{deviceType:e},timestamp:r})}tabChanged(e,r){this.eventHandler.callEvent({event:N.TAB_CHANGE,metaData:{isMeetingsTabActive:e},timestamp:r})}browserBackgrounded(e){this.eventHandler.callEvent({event:N.BROWSER_BACKGROUNDED,timestamp:e})}browserForegrounded(e){this.eventHandler.callEvent({event:N.BROWSER_FOREGROUNDED,timestamp:e})}legacySwitch(e,r){this.eventHandler.callEvent({event:N.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:N.CALL_JOIN_BEGIN,metaData:{peerMetaData:e},timestamp:r})}sendNetworkQualityTestBeginEvent(e,r){this.eventHandler.callEvent({event:N.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:N.NET_QUALITY_TEST_END,timestamp:r,metaData:n})})}sendWebSocketConnectedEvent(e){this.eventHandler.callEvent({event:N.WEBSOCKET_CONNECTED,timestamp:e})}sendTransportConnectedEvent(e){this.eventHandler.callEvent({event:N.TRANSPORT_CONNECTED,timestamp:e})}sendAudioToggleEvent(e,r){this.currentUserMediaStates.audio=e;let i;e?i=N.AUDIO_ON:i=N.AUDIO_OFF,this.eventHandler.callEvent({event:i,timestamp:r})}sendVideoToggleEvent(e,r){this.currentUserMediaStates.video=e;let i;e?i=N.VIDEO_ON:i=N.VIDEO_OFF,this.eventHandler.callEvent({event:i,timestamp:r})}sendParticipantRoleToggleEvent(e,r){this.eventHandler.callEvent({event:N.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:N.PING_STAT,metaData:o,timestamp:r})}sendIVSPlayerRebufferEvent(e){this.eventHandler.callEvent({event:N.IVS_PLAYER_REBUFFERING,timestamp:e})}sendIVSPlayerAudioBlockEvent(e){this.eventHandler.callEvent({event:N.IVS_PLAYER_AUDIO_BLOCKED,timestamp:e})}sendIVSPlayerPlaybackBlockedEvent(e){this.eventHandler.callEvent({event:N.IVS_PLAYER_PLAYBACK_BLOCKED,timestamp:e})}sendIVSPlayerNetworkUnavailableEvent(e){this.eventHandler.callEvent({event:N.IVS_PLAYER_NETWORK_UNAVAILABLE,timestamp:e})}sendIVSPlayerInitializedEvent(e){this.eventHandler.callEvent({event:N.IVS_PLAYER_INITIALIZED,timestamp:e})}sendIVSPlayerWorkerErrorEvent(e){this.eventHandler.callEvent({event:N.IVS_PLAYER_WORKER_ERROR,timestamp:e})}sendIVSPlayerErrorEvent(e,r){this.eventHandler.callEvent({event:N.IVS_PLAYER_ERROR,timestamp:r,metaData:e})}sendIVSPlayerRecoverableErrorEvent(e,r){this.eventHandler.callEvent({event:N.IVS_PLAYER_RECOVERABLE_ERROR,timestamp:r,metaData:e})}sendIVSPlayerAnalyticsEvent(e,r){this.eventHandler.callEvent({event:N.IVS_PLAYER_ANALYTICS_EVENT,timestamp:r,metaData:e})}sendIVSPlayerPlaybackRateChangedEvent(e,r){this.eventHandler.callEvent({event:N.IVS_PLAYER_PLAYBACK_RATE_CHANGED,timestamp:r,metaData:{updatedPlaybackRate:e}})}sendIVSPlayerQualityChanged(e,r){this.eventHandler.callEvent({event:N.IVS_PLAYER_QUALITY_CHANGED,timestamp:r,metaData:e})}sendPlayerLiveLatency(e,r){this.eventHandler.callEvent({event:N.LIVESTREAM_LATENCY,timestamp:r,metaData:{latency:e}})}sendDisconnectEvent(e){this.eventHandler.callEvent({event:N.DISCONNECT,timestamp:e})}sendReconnectEvent(e){this.eventHandler.callEvent({event:N.RECONNECT_ATTEMPT,timestamp:e})}expectedVideoResolution(e,r,i){this.eventHandler.callEvent({event:N.EXPECTED_VIDEO_RESOLUTION,timestamp:i,metaData:{frameWidth:e,frameHeight:r}})}expectedScreenshareResolution(e,r,i){this.eventHandler.callEvent({event:N.EXPECTED_SCREENSHARE_RESOLUTION,timestamp:i,metaData:{frameWidth:e,frameHeight:r}})}};z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"registerIceServers",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"registerConsumer",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"registerProducer",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendConsumerSharedMediaStateEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"registerProducingTransport",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"registerConsumingTransport",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"deRegisterConsumer",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"deRegisterProducer",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"disconnectConsumingTransport",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"disconnectProducingTransport",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendPreCallTestBeginEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendScreenShareToggleEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendScreenShareRequestedEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendActiveSpeakerEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"devices",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"selectedDevice",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"mediaPermission",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"mediaPlaybackFailed",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"mediaTrackMuted",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"tabChanged",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"browserBackgrounded",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"browserForegrounded",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"legacySwitch",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"getPreCallTestResults",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendCallJoinBeginEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendNetworkQualityTestBeginEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendWebSocketConnectedEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendTransportConnectedEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendAudioToggleEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendVideoToggleEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendParticipantRoleToggleEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"startPingStats",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"stopPingStats",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendPingStatsEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendIVSPlayerRebufferEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendIVSPlayerAudioBlockEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendIVSPlayerPlaybackBlockedEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendIVSPlayerNetworkUnavailableEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendIVSPlayerInitializedEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendIVSPlayerWorkerErrorEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendIVSPlayerErrorEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendIVSPlayerRecoverableErrorEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendIVSPlayerAnalyticsEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendIVSPlayerPlaybackRateChangedEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendIVSPlayerQualityChanged",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendPlayerLiveLatency",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendDisconnectEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"sendReconnectEvent",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"expectedVideoResolution",null),z([Q(TypeError,(s,t)=>Y.error(t,s))],J.prototype,"expectedScreenshareResolution",null),J=z([DT(TypeError,(s,t)=>Y.error(t,s))],J);const NT=J;class dg extends dt{constructor(){super(...arguments);p(this,"stats");p(this,"peerId");p(this,"backend");p(this,"iceServers");p(this,"initialized",!1);p(this,"stalled",!1);p(this,"ipInformation");p(this,"logger")}async initialize({peerId:e,engineName:r,env:i=Za.PROD,iceServers:n,apiBase:o="https://api.cluster.dyte.in",flags:c,logger:d=console,apiHostnames:l,skipConnectivityChecks:u=!1}){var h,g,S;try{this.peerId=e,this.logger=d,this.ipInformation=await Pu.getIPDetails({peerId:e,apiHostnames:l,logger:d}),this.backend=new NT(o,r,i,c,d,e,l),this.iceServers=n,(h=this.backend)==null||h.registerIceServers(this.iceServers),this.initialized=!0,(S=(g=this.backend)==null?void 0:g.eventHandler)==null||S.emit("initialized",this.ipInformation),this.emit("initialized",this.ipInformation),this.startPreCallTest(u)}catch(y){this.logger.error("callStats::CallStatsIntegration: ",{error:y}),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,h,g,S,y,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":(h=this.backend)==null||h.sendIVSPlayerErrorEvent(r,i);break;case"PlayerRecoverableError":(g=this.backend)==null||g.sendIVSPlayerRecoverableErrorEvent(r,i);break;case"PlayerAnalyticsEvent":(S=this.backend)==null||S.sendIVSPlayerAnalyticsEvent(r,i);break;case"PlayerPlaybackRateChanged":(y=this.backend)==null||y.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)})}}new dg().setMaxListeners(30);function VT(){this.__data__=[],this.size=0}function eo(s,t){return s===t||s!==s&&t!==t}function gd(s,t){for(var e=s.length;e--;)if(eo(s[e][0],t))return e;return-1}var LT=Array.prototype,xT=LT.splice;function UT(s){var t=this.__data__,e=gd(t,s);if(e<0)return!1;var r=t.length-1;return e==r?t.pop():xT.call(t,e,1),--this.size,!0}function FT(s){var t=this.__data__,e=gd(t,s);return e<0?void 0:t[e][1]}function $T(s){return gd(this.__data__,s)>-1}function BT(s,t){var e=this.__data__,r=gd(e,s);return r<0?(++this.size,e.push([s,t])):e[r][1]=t,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=VT,er.prototype.delete=UT,er.prototype.get=FT,er.prototype.has=$T,er.prototype.set=BT;function HT(){this.__data__=new er,this.size=0}function qT(s){var t=this.__data__,e=t.delete(s);return this.size=t.size,e}function jT(s){return this.__data__.get(s)}function GT(s){return this.__data__.has(s)}var WT=typeof global=="object"&&global&&global.Object===Object&&global;const lg=WT;var JT=typeof self=="object"&&self&&self.Object===Object&&self,KT=lg||JT||Function("return this")();const vs=KT;var zT=vs.Symbol;const $s=zT;var ug=Object.prototype,YT=ug.hasOwnProperty,QT=ug.toString,to=$s?$s.toStringTag:void 0;function XT(s){var t=YT.call(s,to),e=s[to];try{s[to]=void 0;var r=!0}catch(n){}var i=QT.call(s);return r&&(t?s[to]=e:delete s[to]),i}var ZT=Object.prototype,ey=ZT.toString;function ty(s){return ey.call(s)}var sy="[object Null]",ry="[object Undefined]",hg=$s?$s.toStringTag:void 0;function Si(s){return s==null?s===void 0?ry:sy:hg&&hg in Object(s)?XT(s):ty(s)}function rs(s){var t=typeof s;return s!=null&&(t=="object"||t=="function")}var iy="[object AsyncFunction]",ny="[object Function]",ay="[object GeneratorFunction]",oy="[object Proxy]";function _u(s){if(!rs(s))return!1;var t=Si(s);return t==ny||t==ay||t==iy||t==oy}var cy=vs["__core-js_shared__"];const Cu=cy;var pg=function(){var s=/[^.]+$/.exec(Cu&&Cu.keys&&Cu.keys.IE_PROTO||"");return s?"Symbol(src)_1."+s:""}();function dy(s){return!!pg&&pg in s}var ly=Function.prototype,uy=ly.toString;function vi(s){if(s!=null){try{return uy.call(s)}catch(t){}try{return s+""}catch(t){}}return""}var hy=/[\\^$.*+?()[\]{}|]/g,py=/^\[object .+?Constructor\]$/,gy=Function.prototype,my=Object.prototype,fy=gy.toString,Sy=my.hasOwnProperty,vy=RegExp("^"+fy.call(Sy).replace(hy,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function Ty(s){if(!rs(s)||dy(s))return!1;var t=_u(s)?vy:py;return t.test(vi(s))}function yy(s,t){return s==null?void 0:s[t]}function Ti(s,t){var e=yy(s,t);return Ty(e)?e:void 0}var Ey=Ti(vs,"Map");const so=Ey;var by=Ti(Object,"create");const ro=by;function wy(){this.__data__=ro?ro(null):{},this.size=0}function Py(s){var t=this.has(s)&&delete this.__data__[s];return this.size-=t?1:0,t}var _y="__lodash_hash_undefined__",Cy=Object.prototype,Ry=Cy.hasOwnProperty;function ky(s){var t=this.__data__;if(ro){var e=t[s];return e===_y?void 0:e}return Ry.call(t,s)?t[s]:void 0}var Iy=Object.prototype,Ay=Iy.hasOwnProperty;function My(s){var t=this.__data__;return ro?t[s]!==void 0:Ay.call(t,s)}var Oy="__lodash_hash_undefined__";function Dy(s,t){var e=this.__data__;return this.size+=this.has(s)?0:1,e[s]=ro&&t===void 0?Oy:t,this}function yi(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])}}yi.prototype.clear=wy,yi.prototype.delete=Py,yi.prototype.get=ky,yi.prototype.has=My,yi.prototype.set=Dy;function Ny(){this.size=0,this.__data__={hash:new yi,map:new(so||er),string:new yi}}function Vy(s){var t=typeof s;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?s!=="__proto__":s===null}function md(s,t){var e=s.__data__;return Vy(t)?e[typeof t=="string"?"string":"hash"]:e.map}function Ly(s){var t=md(this,s).delete(s);return this.size-=t?1:0,t}function xy(s){return md(this,s).get(s)}function Uy(s){return md(this,s).has(s)}function Fy(s,t){var e=md(this,s),r=e.size;return e.set(s,t),this.size+=e.size==r?0:1,this}function tr(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])}}tr.prototype.clear=Ny,tr.prototype.delete=Ly,tr.prototype.get=xy,tr.prototype.has=Uy,tr.prototype.set=Fy;var $y=200;function By(s,t){var e=this.__data__;if(e instanceof er){var r=e.__data__;if(!so||r.length<$y-1)return r.push([s,t]),this.size=++e.size,this;e=this.__data__=new tr(r)}return e.set(s,t),this.size=e.size,this}function Ts(s){var t=this.__data__=new er(s);this.size=t.size}Ts.prototype.clear=HT,Ts.prototype.delete=qT,Ts.prototype.get=jT,Ts.prototype.has=GT,Ts.prototype.set=By;function Hy(s,t){for(var e=-1,r=s==null?0:s.length;++e<r&&t(s[e],e,s)!==!1;);return s}var qy=function(){try{var s=Ti(Object,"defineProperty");return s({},"",{}),s}catch(t){}}();const fd=qy;function Ru(s,t,e){t=="__proto__"&&fd?fd(s,t,{configurable:!0,enumerable:!0,value:e,writable:!0}):s[t]=e}var jy=Object.prototype,Gy=jy.hasOwnProperty;function gg(s,t,e){var r=s[t];(!(Gy.call(s,t)&&eo(r,e))||e===void 0&&!(t in s))&&Ru(s,t,e)}function io(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?Ru(e,c,d):gg(e,c,d)}return e}function Wy(s,t){for(var e=-1,r=Array(s);++e<s;)r[e]=t(e);return r}function Bs(s){return s!=null&&typeof s=="object"}var Jy="[object Arguments]";function mg(s){return Bs(s)&&Si(s)==Jy}var fg=Object.prototype,Ky=fg.hasOwnProperty,zy=fg.propertyIsEnumerable,Yy=mg(function(){return arguments}())?mg:function(s){return Bs(s)&&Ky.call(s,"callee")&&!zy.call(s,"callee")};const no=Yy;var Qy=Array.isArray;const Ft=Qy;function Xy(){return!1}var Sg=typeof exports=="object"&&exports&&!exports.nodeType&&exports,vg=Sg&&typeof module=="object"&&module&&!module.nodeType&&module,Zy=vg&&vg.exports===Sg,Tg=Zy?vs.Buffer:void 0,eE=Tg?Tg.isBuffer:void 0,tE=eE||Xy;const kn=tE;var sE=9007199254740991,rE=/^(?:0|[1-9]\d*)$/;function ku(s,t){var e=typeof s;return t=t==null?sE:t,!!t&&(e=="number"||e!="symbol"&&rE.test(s))&&s>-1&&s%1==0&&s<t}var iE=9007199254740991;function Iu(s){return typeof s=="number"&&s>-1&&s%1==0&&s<=iE}var nE="[object Arguments]",aE="[object Array]",oE="[object Boolean]",cE="[object Date]",dE="[object Error]",lE="[object Function]",uE="[object Map]",hE="[object Number]",pE="[object Object]",gE="[object RegExp]",mE="[object Set]",fE="[object String]",SE="[object WeakMap]",vE="[object ArrayBuffer]",TE="[object DataView]",yE="[object Float32Array]",EE="[object Float64Array]",bE="[object Int8Array]",wE="[object Int16Array]",PE="[object Int32Array]",_E="[object Uint8Array]",CE="[object Uint8ClampedArray]",RE="[object Uint16Array]",kE="[object Uint32Array]",Te={};Te[yE]=Te[EE]=Te[bE]=Te[wE]=Te[PE]=Te[_E]=Te[CE]=Te[RE]=Te[kE]=!0,Te[nE]=Te[aE]=Te[vE]=Te[oE]=Te[TE]=Te[cE]=Te[dE]=Te[lE]=Te[uE]=Te[hE]=Te[pE]=Te[gE]=Te[mE]=Te[fE]=Te[SE]=!1;function IE(s){return Bs(s)&&Iu(s.length)&&!!Te[Si(s)]}function Au(s){return function(t){return s(t)}}var yg=typeof exports=="object"&&exports&&!exports.nodeType&&exports,ao=yg&&typeof module=="object"&&module&&!module.nodeType&&module,AE=ao&&ao.exports===yg,Mu=AE&&lg.process,ME=function(){try{var s=ao&&ao.require&&ao.require("util").types;return s||Mu&&Mu.binding&&Mu.binding("util")}catch(t){}}();const In=ME;var Eg=In&&In.isTypedArray,OE=Eg?Au(Eg):IE;const Sd=OE;var DE=Object.prototype,NE=DE.hasOwnProperty;function bg(s,t){var e=Ft(s),r=!e&&no(s),i=!e&&!r&&kn(s),n=!e&&!r&&!i&&Sd(s),o=e||r||i||n,c=o?Wy(s.length,String):[],d=c.length;for(var l in s)(t||NE.call(s,l))&&!(o&&(l=="length"||i&&(l=="offset"||l=="parent")||n&&(l=="buffer"||l=="byteLength"||l=="byteOffset")||ku(l,d)))&&c.push(l);return c}var VE=Object.prototype;function vd(s){var t=s&&s.constructor,e=typeof t=="function"&&t.prototype||VE;return s===e}function wg(s,t){return function(e){return s(t(e))}}var LE=wg(Object.keys,Object);const xE=LE;var UE=Object.prototype,FE=UE.hasOwnProperty;function Pg(s){if(!vd(s))return xE(s);var t=[];for(var e in Object(s))FE.call(s,e)&&e!="constructor"&&t.push(e);return t}function oo(s){return s!=null&&Iu(s.length)&&!_u(s)}function Td(s){return oo(s)?bg(s):Pg(s)}function $E(s,t){return s&&io(t,Td(t),s)}function BE(s){var t=[];if(s!=null)for(var e in Object(s))t.push(e);return t}var HE=Object.prototype,qE=HE.hasOwnProperty;function jE(s){if(!rs(s))return BE(s);var t=vd(s),e=[];for(var r in s)r=="constructor"&&(t||!qE.call(s,r))||e.push(r);return e}function co(s){return oo(s)?bg(s,!0):jE(s)}function GE(s,t){return s&&io(t,co(t),s)}var _g=typeof exports=="object"&&exports&&!exports.nodeType&&exports,Cg=_g&&typeof module=="object"&&module&&!module.nodeType&&module,WE=Cg&&Cg.exports===_g,Rg=WE?vs.Buffer:void 0,kg=Rg?Rg.allocUnsafe:void 0;function Ig(s,t){if(t)return s.slice();var e=s.length,r=kg?kg(e):new s.constructor(e);return s.copy(r),r}function Ag(s,t){var e=-1,r=s.length;for(t||(t=Array(r));++e<r;)t[e]=s[e];return t}function JE(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 Mg(){return[]}var KE=Object.prototype,zE=KE.propertyIsEnumerable,Og=Object.getOwnPropertySymbols,YE=Og?function(s){return s==null?[]:(s=Object(s),JE(Og(s),function(t){return zE.call(s,t)}))}:Mg;const Ou=YE;function QE(s,t){return io(s,Ou(s),t)}function Dg(s,t){for(var e=-1,r=t.length,i=s.length;++e<r;)s[i+e]=t[e];return s}var XE=wg(Object.getPrototypeOf,Object);const Du=XE;var ZE=Object.getOwnPropertySymbols,eb=ZE?function(s){for(var t=[];s;)Dg(t,Ou(s)),s=Du(s);return t}:Mg;const Ng=eb;function tb(s,t){return io(s,Ng(s),t)}function Vg(s,t,e){var r=t(s);return Ft(s)?r:Dg(r,e(s))}function Nu(s){return Vg(s,Td,Ou)}function sb(s){return Vg(s,co,Ng)}var rb=Ti(vs,"DataView");const Vu=rb;var ib=Ti(vs,"Promise");const Lu=ib;var nb=Ti(vs,"Set");const An=nb;var ab=Ti(vs,"WeakMap");const xu=ab;var Lg="[object Map]",ob="[object Object]",xg="[object Promise]",Ug="[object Set]",Fg="[object WeakMap]",$g="[object DataView]",cb=vi(Vu),db=vi(so),lb=vi(Lu),ub=vi(An),hb=vi(xu),Ei=Si;(Vu&&Ei(new Vu(new ArrayBuffer(1)))!=$g||so&&Ei(new so)!=Lg||Lu&&Ei(Lu.resolve())!=xg||An&&Ei(new An)!=Ug||xu&&Ei(new xu)!=Fg)&&(Ei=function(s){var t=Si(s),e=t==ob?s.constructor:void 0,r=e?vi(e):"";if(r)switch(r){case cb:return $g;case db:return Lg;case lb:return xg;case ub:return Ug;case hb:return Fg}return t});const Mn=Ei;var pb=Object.prototype,gb=pb.hasOwnProperty;function mb(s){var t=s.length,e=new s.constructor(t);return t&&typeof s[0]=="string"&&gb.call(s,"index")&&(e.index=s.index,e.input=s.input),e}var fb=vs.Uint8Array;const yd=fb;function Uu(s){var t=new s.constructor(s.byteLength);return new yd(t).set(new yd(s)),t}function Sb(s,t){var e=t?Uu(s.buffer):s.buffer;return new s.constructor(e,s.byteOffset,s.byteLength)}var vb=/\w*$/;function Tb(s){var t=new s.constructor(s.source,vb.exec(s));return t.lastIndex=s.lastIndex,t}var Bg=$s?$s.prototype:void 0,Hg=Bg?Bg.valueOf:void 0;function yb(s){return Hg?Object(Hg.call(s)):{}}function qg(s,t){var e=t?Uu(s.buffer):s.buffer;return new s.constructor(e,s.byteOffset,s.length)}var Eb="[object Boolean]",bb="[object Date]",wb="[object Map]",Pb="[object Number]",_b="[object RegExp]",Cb="[object Set]",Rb="[object String]",kb="[object Symbol]",Ib="[object ArrayBuffer]",Ab="[object DataView]",Mb="[object Float32Array]",Ob="[object Float64Array]",Db="[object Int8Array]",Nb="[object Int16Array]",Vb="[object Int32Array]",Lb="[object Uint8Array]",xb="[object Uint8ClampedArray]",Ub="[object Uint16Array]",Fb="[object Uint32Array]";function $b(s,t,e){var r=s.constructor;switch(t){case Ib:return Uu(s);case Eb:case bb:return new r(+s);case Ab:return Sb(s,e);case Mb:case Ob:case Db:case Nb:case Vb:case Lb:case xb:case Ub:case Fb:return qg(s,e);case wb:return new r;case Pb:case Rb:return new r(s);case _b:return Tb(s);case Cb:return new r;case kb:return yb(s)}}var jg=Object.create,Bb=function(){function s(){}return function(t){if(!rs(t))return{};if(jg)return jg(t);s.prototype=t;var e=new s;return s.prototype=void 0,e}}();const Hb=Bb;function Gg(s){return typeof s.constructor=="function"&&!vd(s)?Hb(Du(s)):{}}var qb="[object Map]";function jb(s){return Bs(s)&&Mn(s)==qb}var Wg=In&&In.isMap,Gb=Wg?Au(Wg):jb;const Wb=Gb;var Jb="[object Set]";function Kb(s){return Bs(s)&&Mn(s)==Jb}var Jg=In&&In.isSet,zb=Jg?Au(Jg):Kb;const Yb=zb;var Qb=1,Xb=2,Zb=4,Kg="[object Arguments]",ew="[object Array]",tw="[object Boolean]",sw="[object Date]",rw="[object Error]",zg="[object Function]",iw="[object GeneratorFunction]",nw="[object Map]",aw="[object Number]",Yg="[object Object]",ow="[object RegExp]",cw="[object Set]",dw="[object String]",lw="[object Symbol]",uw="[object WeakMap]",hw="[object ArrayBuffer]",pw="[object DataView]",gw="[object Float32Array]",mw="[object Float64Array]",fw="[object Int8Array]",Sw="[object Int16Array]",vw="[object Int32Array]",Tw="[object Uint8Array]",yw="[object Uint8ClampedArray]",Ew="[object Uint16Array]",bw="[object Uint32Array]",pe={};pe[Kg]=pe[ew]=pe[hw]=pe[pw]=pe[tw]=pe[sw]=pe[gw]=pe[mw]=pe[fw]=pe[Sw]=pe[vw]=pe[nw]=pe[aw]=pe[Yg]=pe[ow]=pe[cw]=pe[dw]=pe[lw]=pe[Tw]=pe[yw]=pe[Ew]=pe[bw]=!0,pe[rw]=pe[zg]=pe[uw]=!1;function Ed(s,t,e,r,i,n){var o,c=t&Qb,d=t&Xb,l=t&Zb;if(e&&(o=i?e(s,r,i,n):e(s)),o!==void 0)return o;if(!rs(s))return s;var u=Ft(s);if(u){if(o=mb(s),!c)return Ag(s,o)}else{var h=Mn(s),g=h==zg||h==iw;if(kn(s))return Ig(s,c);if(h==Yg||h==Kg||g&&!i){if(o=d||g?{}:Gg(s),!c)return d?tb(s,GE(o,s)):QE(s,$E(o,s))}else{if(!pe[h])return i?s:{};o=$b(s,h,c)}}n||(n=new Ts);var S=n.get(s);if(S)return S;n.set(s,o),Yb(s)?s.forEach(function(b){o.add(Ed(b,t,e,b,s,n))}):Wb(s)&&s.forEach(function(b,R){o.set(R,Ed(b,t,e,R,s,n))});var y=l?d?sb:Nu:d?co:Td,P=u?void 0:y(s);return Hy(P||s,function(b,R){P&&(R=b,b=s[R]),gg(o,R,Ed(b,t,e,R,s,n))}),o}var ww=1,Pw=4;function Fu(s){return Ed(s,ww|Pw)}var _w="[object Symbol]";function bd(s){return typeof s=="symbol"||Bs(s)&&Si(s)==_w}var Cw=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Rw=/^\w*$/;function $u(s,t){if(Ft(s))return!1;var e=typeof s;return e=="number"||e=="symbol"||e=="boolean"||s==null||bd(s)?!0:Rw.test(s)||!Cw.test(s)||t!=null&&s in Object(t)}var kw="Expected a function";function Bu(s,t){if(typeof s!="function"||t!=null&&typeof t!="function")throw new TypeError(kw);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||tr),e}Bu.Cache=tr;var Iw=500;function Aw(s){var t=Bu(s,function(r){return e.size===Iw&&e.clear(),r}),e=t.cache;return t}var Mw=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Ow=/\\(\\)?/g,Dw=Aw(function(s){var t=[];return s.charCodeAt(0)===46&&t.push(""),s.replace(Mw,function(e,r,i,n){t.push(i?n.replace(Ow,"$1"):r||e)}),t});const Nw=Dw;function Vw(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 Lw=1/0,Qg=$s?$s.prototype:void 0,Xg=Qg?Qg.toString:void 0;function Zg(s){if(typeof s=="string")return s;if(Ft(s))return Vw(s,Zg)+"";if(bd(s))return Xg?Xg.call(s):"";var t=s+"";return t=="0"&&1/s==-Lw?"-0":t}function xw(s){return s==null?"":Zg(s)}function em(s,t){return Ft(s)?s:$u(s,t)?[s]:Nw(xw(s))}var Uw=1/0;function wd(s){if(typeof s=="string"||bd(s))return s;var t=s+"";return t=="0"&&1/s==-Uw?"-0":t}function tm(s,t){t=em(t,s);for(var e=0,r=t.length;s!=null&&e<r;)s=s[wd(t[e++])];return e&&e==r?s:void 0}function Fw(s,t,e){var r=s==null?void 0:tm(s,t);return r===void 0?e:r}function $w(s,t,e){t=em(t,s);for(var r=-1,i=t.length,n=!1;++r<i;){var o=wd(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&&Iu(i)&&ku(o,i)&&(Ft(s)||no(s)))}var Bw=Object.defineProperty,Hw=(s,t)=>{for(var e in t)Bw(s,e,{get:t[e],enumerable:!0})},qw={};Hw(qw,{permissions:()=>jw,theme:()=>Gw});var sr=(s=>(s.GroupCall="GROUP_CALL",s.Webinar="WEBINAR",s.AudioRoom="AUDIO_ROOM",s.Livestream="LIVESTREAM",s.Chat="CHAT",s))(sr||{}),H=(s=>(s.Allowed="ALLOWED",s.NotAllowed="NOT_ALLOWED",s.CanRequest="CAN_REQUEST",s))(H||{}),jw={view_type:"GROUP_CALL",accept_waiting_requests:!1,accept_present_requests:!1,request_produce:!1,can_allow_participant_audio:!1,can_allow_participant_screensharing:!1,can_allow_participant_video:!1,can_spotlight:!1,request_kick_participant:!1,kick_participant:!1,pin_participant:!1,can_edit_display_name:!1,can_record:!1,can_livestream:!1,can_present:!0,waiting_room_type:"SKIP_ON_ACCEPT",recorder_type:"NONE",plugins:{can_close:!0,can_start:!0},polls:{can_create:!0,can_vote:!0,can_view:!0},produce:{video:{allow:!0,quality:"vga",frame_rate:24},audio:!0,screenshare:{allow:!0,quality:"hd",frame_rate:5}},chat:{public:{can_send:!0,text:!0,files:!0},private:{can_send:!1,can_receive:!1,text:!1,files:!1}},connected_meetings:{can_alter_connected_meetings:!1,can_switch_connected_meetings:!1,can_switch_to_parent_meeting:!1},reactions:!1,hidden_participant:!1,is_recorder:!1,show_participant_list:!0,can_change_participant_role:!1,can_change_theme:!1,max_screenshare_count:1},Gw={setup_screen:{is_enabled:!0},alone_here:{is_enabled:!0},waiting_room:{is_enabled:!1,enable_preview:!0},control_bar:{is_enabled:!0,elements:{plugins:!0,screenshare:!0,invite:!0,participants:!0,chat:!0,reactions:!1,polls:!0,fullscreen:!0,layout:!0}},header:{is_enabled:!0,elements:{timer:!0,title:!0,participant_count:!0,change_layout:!0}},pip_mode:!0,auto_tune:!0,grid:{multi:{maxVideoCount:6,videoFit:"cover"},single:{maxVideoCount:6,videoFit:"cover"},defaultView:"multi"},controls:{pip_toggle:!1}},sm="hXgU8Wc8pwuGNq9ms5q9Hh";typeof process!="undefined"&&(HS=process==null?void 0:process.env)!=null&&HS.FLAGSMITH_ENVIRONMENT_KEY&&(sm=process.env.FLAGSMITH_ENVIRONMENT_KEY);function Ww(s=[]){const t={};return s.forEach(e=>{t[e.feature.name]={enabled:e.enabled,value:e.feature_state_value}}),t}var rm=class{constructor(s=sm){p(this,"flags",{});p(this,"environmentKey",null);this.environmentKey=s}async identifyAndFetchFlagsWithRetry({primaryEndpoint:s,secondaryEndpoint:t,forceEvaluate:e,timeout:r,uniqueIdentifier:i,traitsObj:n,logger:o}){const c=JSON.parse(JSON.stringify(n)),d=Object.entries(c).map(u=>({trait_key:u[0],trait_value:u[1]})),l=[s,t,t];for(const u of l)try{const h=new AbortController,g=setTimeout(()=>h.abort(),r),S=`_${(Math.random()+1).toString(36).substring(2)}`,y=await fetch(`https://${u}/api/v1/identities/`,{method:"POST",headers:{"Content-Type":"application/json","X-Environment-Key":this.environmentKey},body:JSON.stringify({identifier:i+(e?S:""),traits:d}),signal:h.signal});if(clearTimeout(g),!y.ok)throw new Error(`Request failed with status ${y.status}`);const P=await y.json();return Ww(P.flags||[])}catch(h){o.error("Flagsmith identify failed!!",{error:h,url:u})}return{}}async identify(s,t={},e=!1,r=5e3,i="edge.api.flagsmith.com",n=console){return this.flags=await this.identifyAndFetchFlagsWithRetry({traitsObj:t,uniqueIdentifier:s,forceEvaluate:e,timeout:r,primaryEndpoint:i,secondaryEndpoint:"edge.api.flagsmith.com",logger:n}),this.flags}getValue(s){return this.flags&&this.flags[s]&&this.flags[s].value}hasFeature(s){return this.flags&&this.flags[s]&&this.flags[s].enabled}getAllFlags(){return this.flags}},Jw=new rm;function Kw(s){return new rm(s)}var im=[-2,-1,0,1,2],zw=[0,1,2,3,4];function Yw(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 Qw=(s,t,e)=>{let r,i,n;if(t==0)r=i=n=e;else{const o=(l,u,h)=>(h<0&&(h+=1),h>1&&(h-=1),h<.16666666666666666?l+(u-l)*6*h:h<.5?u:h<.6666666666666666?l+(u-l)*(.6666666666666666-h)*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)]},Xw=(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]},Zw=(s,t,e)=>{const r=i=>i.toString(16).padStart(2,"0");return`#${r(s)}${r(t)}${r(e)}`},nm=(s,t=im,e=.4)=>{const r=[],[i,n,o]=Yw(s),[c,d,l]=Xw(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 h=t.findIndex(b=>b===0);if(h===-1)throw new Error("Invalid reducer provided, it must contain atleast one zero");const g=5-h,S=h+1,y=(100-u)/g,P=u/S;for(const b of t){let R;b<0?R=u+b*P*e:b>0?R=u+b*y*e:R=u;const[D,F,L]=Qw(c,d,R/100);r.push(Zw(D,F,L))}return r},am={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"}},eP=s=>{const[t,e,r,i,n]=nm(s,im);return{300:t,400:e,500:r,600:i,700:n}},tP=s=>{if(s==="#FFFFFF")return am.light.background;if(s==="#000000")return am.dark.background;const[t,e,r,i,n]=nm(s,zw);return{1e3:t,900:e,800:r,700:i,600:n}},sP={border_radius:"rounded",border_width:"thin",spacing_base:4,theme:"dark",colors:{brand:eP("#2160FD"),background:tP("#141414"),danger:"#FF2D2D",text:"#EEEEEE",text_on_brand:"#EEEEEE",success:"#62A504",video_bg:"#191919",warning:"#FFCD07"}};function om(){return Fu(sP)}var rP={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:om(),config_diff:{}},config:{view_type:"GROUP_CALL",media:{audio:{enable_stereo:!1,enable_high_bitrate:!1},video:{quality:"vga",frame_rate:24},screenshare:{quality:"hd",frame_rate:5}},max_video_streams:{mobile:6,desktop:6},max_screenshare_count:1,track_recording:{subscriptions:[]}},version:"hybrid"};function iP(){return Fu(rP)}var nP={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:om(),config_diff:{}},config:{view_type:"GROUP_CALL",media:{audio:{enable_stereo:!1,enable_high_bitrate:!1},video:{quality:"vga",frame_rate:24},screenshare:{quality:"hd",frame_rate:5}},max_video_streams:{mobile:6,desktop:6},max_screenshare_count:1,track_recording:{subscriptions:[]}},version:"2.0.0"};function Hu(){return Fu(nP)}class cm{constructor(){m(this,Do,void 0)}get telemetry(){var t;return(t=a(this,Do))==null?void 0:t.getValue("telemetry")}init(t){f(this,Do,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)}}Do=new WeakMap;class aP extends dt.EventEmitter{constructor(e){super();m(this,gr,void 0);m(this,mr,void 0);p(this,"asyncPromiseTimeout");p(this,"logger");this.logger=e,f(this,gr,new Map),f(this,mr,new Map),this.asyncPromiseTimeout=8e3}async emitAsync(e,...r){a(this,gr).set(e,[]);const i=a(this,mr).get(e).map(()=>new Promise(n=>{a(this,gr).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,gr).delete(e)}onAsync(e,r){const i=a(this,gr),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,mr).get(e)||a(this,mr).set(e,[]),a(this,mr).get(e).push(n),super.on(e,n)}reset(){f(this,gr,new Map),f(this,mr,new Map),super.removeAllListeners()}}gr=new WeakMap,mr=new WeakMap;var oP=/\s/;function cP(s){for(var t=s.length;t--&&oP.test(s.charAt(t)););return t}var dP=/^\s+/;function lP(s){return s&&s.slice(0,cP(s)+1).replace(dP,"")}var dm=0/0,uP=/^[-+]0x[0-9a-f]+$/i,hP=/^0b[01]+$/i,pP=/^0o[0-7]+$/i,gP=parseInt;function lm(s){if(typeof s=="number")return s;if(bd(s))return dm;if(rs(s)){var t=typeof s.valueOf=="function"?s.valueOf():s;s=rs(t)?t+"":t}if(typeof s!="string")return s===0?s:+s;s=lP(s);var e=hP.test(s);return e||pP.test(s)?gP(s.slice(2),e?2:8):uP.test(s)?dm:+s}function qu(s){return s}function mP(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 fP(){}var SP=800,vP=16,TP=Date.now;function yP(s){var t=0,e=0;return function(){var r=TP(),i=vP-(r-e);if(e=r,i>0){if(++t>=SP)return arguments[0]}else t=0;return s.apply(void 0,arguments)}}function EP(s){return function(){return s}}var bP=fd?function(s,t){return fd(s,"toString",{configurable:!0,enumerable:!1,value:EP(t),writable:!0})}:qu,wP=yP(bP);const PP=wP;function _P(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 CP(s){return s!==s}function RP(s,t,e){for(var r=e-1,i=s.length;++r<i;)if(s[r]===t)return r;return-1}function kP(s,t,e){return t===t?RP(s,t,e):_P(s,CP,e)}function IP(s,t){var e=s==null?0:s.length;return!!e&&kP(s,t,0)>-1}var um=Math.max;function AP(s,t,e){return t=um(t===void 0?s.length-1:t,0),function(){for(var r=arguments,i=-1,n=um(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),mP(s,this,c)}}function MP(s,t){return PP(AP(s,t,qu),s+"")}function OP(s,t,e){if(!rs(e))return!1;var r=typeof t;return(r=="number"?oo(e)&&ku(t,e.length):r=="string"&&t in e)?eo(e[t],s):!1}function DP(s){return MP(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&&OP(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 NP="[object Object]",VP=Function.prototype,LP=Object.prototype,hm=VP.toString,xP=LP.hasOwnProperty,UP=hm.call(Object);function FP(s){if(!Bs(s)||Si(s)!=NP)return!1;var t=Du(s);if(t===null)return!0;var e=xP.call(t,"constructor")&&t.constructor;return typeof e=="function"&&e instanceof e&&hm.call(e)==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 lo(s){var t=-1,e=s==null?0:s.length;for(this.__data__=new tr;++t<e;)this.add(s[t])}lo.prototype.add=lo.prototype.push=BP,lo.prototype.has=HP;function qP(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 pm(s,t){return s.has(t)}var jP=1,GP=2;function gm(s,t,e,r,i,n){var o=e&jP,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 h=-1,g=!0,S=e&GP?new lo:void 0;for(n.set(s,t),n.set(t,s);++h<c;){var y=s[h],P=t[h];if(r)var b=o?r(P,y,h,t,s,n):r(y,P,h,s,t,n);if(b!==void 0){if(b)continue;g=!1;break}if(S){if(!qP(t,function(R,D){if(!pm(S,D)&&(y===R||i(y,R,e,r,n)))return S.push(D)})){g=!1;break}}else if(!(y===P||i(y,P,e,r,n))){g=!1;break}}return n.delete(s),n.delete(t),g}function WP(s){var t=-1,e=Array(s.size);return s.forEach(function(r,i){e[++t]=[i,r]}),e}function ju(s){var t=-1,e=Array(s.size);return s.forEach(function(r){e[++t]=r}),e}var JP=1,KP=2,zP="[object Boolean]",YP="[object Date]",QP="[object Error]",XP="[object Map]",ZP="[object Number]",e_="[object RegExp]",t_="[object Set]",s_="[object String]",r_="[object Symbol]",i_="[object ArrayBuffer]",n_="[object DataView]",mm=$s?$s.prototype:void 0,Gu=mm?mm.valueOf:void 0;function a_(s,t,e,r,i,n,o){switch(e){case n_:if(s.byteLength!=t.byteLength||s.byteOffset!=t.byteOffset)return!1;s=s.buffer,t=t.buffer;case i_:return!(s.byteLength!=t.byteLength||!n(new yd(s),new yd(t)));case zP:case YP:case ZP:return eo(+s,+t);case QP:return s.name==t.name&&s.message==t.message;case e_:case s_:return s==t+"";case XP:var c=WP;case t_:var d=r&JP;if(c||(c=ju),s.size!=t.size&&!d)return!1;var l=o.get(s);if(l)return l==t;r|=KP,o.set(s,t);var u=gm(c(s),c(t),r,i,n,o);return o.delete(s),u;case r_:if(Gu)return Gu.call(s)==Gu.call(t)}return!1}var o_=1,c_=Object.prototype,d_=c_.hasOwnProperty;function l_(s,t,e,r,i,n){var o=e&o_,c=Nu(s),d=c.length,l=Nu(t),u=l.length;if(d!=u&&!o)return!1;for(var h=d;h--;){var g=c[h];if(!(o?g in t:d_.call(t,g)))return!1}var S=n.get(s),y=n.get(t);if(S&&y)return S==t&&y==s;var P=!0;n.set(s,t),n.set(t,s);for(var b=o;++h<d;){g=c[h];var R=s[g],D=t[g];if(r)var F=o?r(D,R,g,t,s,n):r(R,D,g,s,t,n);if(!(F===void 0?R===D||i(R,D,e,r,n):F)){P=!1;break}b||(b=g=="constructor")}if(P&&!b){var L=s.constructor,B=t.constructor;L!=B&&"constructor"in s&&"constructor"in t&&!(typeof L=="function"&&L instanceof L&&typeof B=="function"&&B instanceof B)&&(P=!1)}return n.delete(s),n.delete(t),P}var u_=1,fm="[object Arguments]",Sm="[object Array]",Pd="[object Object]",h_=Object.prototype,vm=h_.hasOwnProperty;function p_(s,t,e,r,i,n){var o=Ft(s),c=Ft(t),d=o?Sm:Mn(s),l=c?Sm:Mn(t);d=d==fm?Pd:d,l=l==fm?Pd:l;var u=d==Pd,h=l==Pd,g=d==l;if(g&&kn(s)){if(!kn(t))return!1;o=!0,u=!1}if(g&&!u)return n||(n=new Ts),o||Sd(s)?gm(s,t,e,r,i,n):a_(s,t,d,e,r,i,n);if(!(e&u_)){var S=u&&vm.call(s,"__wrapped__"),y=h&&vm.call(t,"__wrapped__");if(S||y){var P=S?s.value():s,b=y?t.value():t;return n||(n=new Ts),i(P,b,e,r,n)}}return g?(n||(n=new Ts),l_(s,t,e,r,i,n)):!1}function _d(s,t,e,r,i){return s===t?!0:s==null||t==null||!Bs(s)&&!Bs(t)?s!==s&&t!==t:p_(s,t,e,r,_d,i)}var g_=1,m_=2;function f_(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 h=new Ts;if(r)var g=r(l,u,d,s,t,h);if(!(g===void 0?_d(u,l,g_|m_,r,h):g))return!1}}return!0}function Tm(s){return s===s&&!rs(s)}function S_(s){for(var t=Td(s),e=t.length;e--;){var r=t[e],i=s[r];t[e]=[r,i,Tm(i)]}return t}function ym(s,t){return function(e){return e==null?!1:e[s]===t&&(t!==void 0||s in Object(e))}}function v_(s){var t=S_(s);return t.length==1&&t[0][2]?ym(t[0][0],t[0][1]):function(e){return e===s||f_(e,s,t)}}function T_(s,t){return s!=null&&t in Object(s)}function y_(s,t){return s!=null&&$w(s,t,T_)}var E_=1,b_=2;function w_(s,t){return $u(s)&&Tm(t)?ym(wd(s),t):function(e){var r=Fw(e,s);return r===void 0&&r===t?y_(e,s):_d(t,r,E_|b_)}}function P_(s){return function(t){return t==null?void 0:t[s]}}function __(s){return function(t){return tm(t,s)}}function C_(s){return $u(s)?P_(wd(s)):__(s)}function R_(s){return typeof s=="function"?s:s==null?qu:typeof s=="object"?Ft(s)?w_(s[0],s[1]):v_(s):C_(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 I_=k_();const A_=I_;var M_=function(){return vs.Date.now()};const Wu=M_;var O_="Expected a function",D_=Math.max,N_=Math.min;function Ju(s,t,e){var r,i,n,o,c,d,l=0,u=!1,h=!1,g=!0;if(typeof s!="function")throw new TypeError(O_);t=lm(t)||0,rs(e)&&(u=!!e.leading,h="maxWait"in e,n=h?D_(lm(e.maxWait)||0,t):n,g="trailing"in e?!!e.trailing:g);function S(W){var ae=r,Tt=i;return r=i=void 0,l=W,o=s.apply(Tt,ae),o}function y(W){return l=W,c=setTimeout(R,t),u?S(W):o}function P(W){var ae=W-d,Tt=W-l,xs=t-ae;return h?N_(xs,n-Tt):xs}function b(W){var ae=W-d,Tt=W-l;return d===void 0||ae>=t||ae<0||h&&Tt>=n}function R(){var W=Wu();if(b(W))return D(W);c=setTimeout(R,P(W))}function D(W){return c=void 0,g&&r?S(W):(r=i=void 0,o)}function F(){c!==void 0&&clearTimeout(c),l=0,r=d=i=c=void 0}function L(){return c===void 0?o:D(Wu())}function B(){var W=Wu(),ae=b(W);if(r=arguments,i=this,d=W,ae){if(c===void 0)return y(d);if(h)return clearTimeout(c),c=setTimeout(R,t),S(d)}return c===void 0&&(c=setTimeout(R,t)),o}return B.cancel=F,B.flush=L,B}function Ku(s,t,e){(e!==void 0&&!eo(s[t],e)||e===void 0&&!(t in s))&&Ru(s,t,e)}function V_(s){return Bs(s)&&oo(s)}function zu(s,t){if(!(t==="constructor"&&typeof s[t]=="function")&&t!="__proto__")return s[t]}function L_(s){return io(s,co(s))}function x_(s,t,e,r,i,n,o){var c=zu(s,e),d=zu(t,e),l=o.get(d);if(l){Ku(s,e,l);return}var u=n?n(c,d,e+"",s,t,o):void 0,h=u===void 0;if(h){var g=Ft(d),S=!g&&kn(d),y=!g&&!S&&Sd(d);u=d,g||S||y?Ft(c)?u=c:V_(c)?u=Ag(c):S?(h=!1,u=Ig(d,!0)):y?(h=!1,u=qg(d,!0)):u=[]:FP(d)||no(d)?(u=c,no(c)?u=L_(c):(!rs(c)||_u(c))&&(u=Gg(d))):h=!1}h&&(o.set(d,u),i(u,d,r,n,o),o.delete(d)),Ku(s,e,u)}function Em(s,t,e,r,i){s!==t&&A_(t,function(n,o){if(i||(i=new Ts),rs(n))x_(s,t,o,e,Em,r,i);else{var c=r?r(zu(s,o),n,o+"",s,t,i):void 0;c===void 0&&(c=n),Ku(s,o,c)}},co)}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 F_="[object Map]",$_="[object Set]",B_=Object.prototype,H_=B_.hasOwnProperty;function q_(s){if(s==null)return!0;if(oo(s)&&(Ft(s)||typeof s=="string"||typeof s.splice=="function"||kn(s)||Sd(s)||no(s)))return!s.length;var t=Mn(s);if(t==F_||t==$_)return!s.size;if(vd(s))return!Pg(s).length;for(var e in s)if(H_.call(s,e))return!1;return!0}function j_(s,t){return _d(s,t)}var G_=DP(function(s,t,e){Em(s,t,e)});const xr=G_;var W_=1/0,J_=An&&1/ju(new An([,-0]))[1]==W_?function(s){return new An(s)}:fP;const K_=J_;var z_=200;function bm(s,t,e){var r=-1,i=IP,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 ju(l);o=!1,i=pm,d=new lo}else d=t?[]:c;e:for(;++r<n;){var u=s[r],h=t?t(u):u;if(u=e||u!==0?u:0,o&&h===h){for(var g=d.length;g--;)if(d[g]===h)continue e;t&&d.push(h),c.push(u)}else i(d,h,e)||(d!==c&&d.push(h),c.push(u))}return c}function Y_(s){return s&&s.length?bm(s):[]}function Q_(s,t){return s&&s.length?bm(s,R_(t)):[]}var Yu=(s=>(s.PARTICIPANT="PARTICIPANT",s.PEER="PEER",s.CLIENT="CLIENT",s))(Yu||{});const X={PROPAGATE_KICK_ALL:"propagate_kick_across_rooms",REFRESH_ID_ON_DISCONNECTION:"refresh_id_on_disconnection",SKIP_OTEL_TRACES:"skip_otel_traces",ENABLE_CF_SIMULCAST:"enable_cf_simulcast",CF_TRANSPORT_FORCE_RELAY_ON_ICE_FAILED:"cf_transport_force_relay_on_ice_failed",LOG_LEVEL:"log_level",V1_PLUGINS:"v1_plugins",LIVESTREAM:"feat_livestream",VAL_MIN_FRAMERATE:"val_min_framerate",SCREEENSHARE_ERR_HACK:"screenshare_err_hack",SCREEENSHARE_CONSTRAINTS_RETRY:"screenshare_constraints_retry",VIDEO_CONSTRAINTS:"video_constraints",SCREENSHARE_CONSTRAINTS:"screenshare_constraints",OBS_QUALITY:"obs_quality",ALLOW_SAFARI_MEDIA_MIDDLEWARES:"allow_safari_media_middlewares",EXP_RESHARE:"exp_reshare",SKIP_SETTING_IN_USE_DEVICE:"skip_setting_in_use_device",PRECALL_BANDWIDTH_TEST:"precall_bandwidth_test",DEBUG_SOCKET_JOIN:"debug_socket_join",FORCE_RELAY:"force_relay",FORCE_VIDEO_CODEC:"force_video_codec",TRACK_HINT:"track_hint",OVERRIDE_SIMULCAST_DYNAMIC:"override_simulcast_dynamic",PRECREATE_PRODUCERS:"precreate_producers",DISABLE_OPUS_DTX_CF:"disable_opus_dtx_cf",ENABLE_AUDIO_ACTIVITY_DEBUG_LOGS:"enable_audio_activity_debug_logs",DISABLE_LAYER_SWITCH:"disable_layer_switch"};function Cd(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},uo={baseURL:"http://localhost:5000",createdAt:"2021-08-05T10:49:56.602Z",description:"Develop plugins locally",id:"09259e3b-7be8-46f6-9801-106bf1866e1c",name:"Localhost Dev",organizationId:"4ad15a19-80e2-4105-bf43-48039fd2963e",picture:"https://dyte-uploads.s3.ap-south-1.amazonaws.com/dyte.png",private:!1,published:!0,staggered:!1,tags:["#localhost","#dev"],type:"self_hosted",updatedAt:"2021-08-05T10:50:07.681Z"},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 On(s,t){const e=s.getValue("overrides");return e&&e[t]?e[t]:!1}function eC({baseURI:s}){return s.includes("preprod.dyte")||s.includes("preprod.realtime")?Za.PREPROD:s.includes("devel.dyte")||s.includes("devel.realtime")?Za.DEVEL:Za.PROD}function bi({servicePrefix:s,baseURI:t}){return`${s}.${t}`}function wm(s){const t=s.getValue("baseURI");return{location:bi({servicePrefix:"location",baseURI:t}),locationLegacy:bi({servicePrefix:"location-legacy",baseURI:t}),daCollector:bi({servicePrefix:"da-collector",baseURI:t})}}const tC='<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>',sC='<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>',Rd=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})},wi={logs:"https://api-silos.dyte.io/otel/logs",mock:{url:"https://mock.dyte.io",domain:"mock.dyte.io",app:"https://app.dyte.io/v2/meeting",stagingApp:"https://app.devel.dyte.io/v2/meeting"},apiBase:{prod:"https://api.dyte.io",staging:"https://api.devel.dyte.io",prodAlternate:"https://api.cluster.dyte.in"},baseURI:{prod:"dyte.io",staging:"devel.dyte.io"}};function rC(s){var r,i,n;const t=typeof navigator!="undefined"&&!navigator.isReactNative&&typeof window!="undefined"&&((r=window.location.host)==null?void 0:r.includes(wi.baseURI.staging)),e=!!((n=(i=s==null?void 0:s.getValue("modules"))==null?void 0:i.devTools)!=null&&n.logs);return t||e}function iC(s,t){var e;if(s!=null&&s.getValue("flagsmith").hasFeature(X.LOG_LEVEL)){let r=((e=s.getValue("flagsmith").getValue(X.LOG_LEVEL))==null?void 0:e.toString())||"all";if(r=r.toLowerCase().trim(),r==="off")return!1;if(r!=="all"){const i=["debug","log","info","warn","error"],n=i.indexOf(t),o=i.indexOf(r);if(n<o)return!1}}return!0}function Pm(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"?Pm(s[r],i,e):["number","string","boolean"].includes(typeof s[r])&&(e[i]=s[r])}),e}function _m(s,t,e={},r=""){const i={};try{const n=JSON.stringify(e),o=JSON.parse(n),c=Pm(o,r),d=JSON.stringify(c);return JSON.parse(d)}catch(n){const o=Cd(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}const tp=class{constructor(){p(this,"logsCache",[]);p(this,"logsProcessorTimer");p(this,"tracingEnabled",!0);p(this,"initialized",!1);p(this,"logsProcessingInterval",7e3);p(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"]);p(this,"meetingMetadata",{})}get logsEndpoint(){const t=rr.getContext(this.meetingMetadata.peerId);return`https://${bi({servicePrefix:"api-silos",baseURI:t.getValue("baseURI")})}/otel/logs`}resetPeerId(t){this.meetingMetadata.peerId=t}init(t,e,r){this.tracingEnabled=!0,this.initialized=!1,this.logsCache=[];const i=t.getValue("peerId");this.meetingMetadata=e,this.tracingEnabled=r,this.meetingMetadata.peerId=i,this.meetingMetadata.sdkVersion=t.getValue("sdkVersion");const{RNDeviceInfoImpl:n}=navigator;this.meetingMetadata.deviceInfo=navigator.isReactNative?n==null?void 0:n.getDeviceInfo():ve.getDeviceInfo(),this.meetingMetadata.visitedUrl=!navigator.isReactNative&&typeof window!="undefined"&&window.location.href,this.logsProcessorTimer=setInterval(this.processCachedLogs.bind(this),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){var g;const l=this==null?void 0:this.telemetry;if(!l||!l.initialized||navigator.isReactNative||!l.tracingEnabled||(g=rr.getContext(l.meetingMetadata.peerId))!=null&&g.getValue("flagsmith").hasFeature(X.SKIP_OTEL_TRACES))return o.apply(this,d);l.addLogInCurrentSpan("info",t,e);const u=performance.now(),h=o.apply(this,d);return Promise.resolve(h).then(()=>{const S=performance.now();S-u>10&&l.addLogInCurrentSpan("info",`${t}_timing`,{execTime:S-u,country:tp.location.country})}).catch(()=>{const S=performance.now();l.addLogInCurrentSpan("info",`${t}_timing`,{execTime:S-u})}),h},n}}injectContext(t){var i;const e=fi().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:Cd(r.error)});const n=rr.getContext(this.meetingMetadata.peerId);if(rC(n)&&(q_(r)?console[t]("InternalLogs:: ",t,e):console[t]("InternalLogs:: ",t,e,r)),!!iC(n,t))try{const c=_m(n,e,r,"metadata"),d=new Date,l={message:e,level:t,...c,loggedAt:d.toISOString(),loggedAtTzOffset:d.getTimezoneOffset()};i?this.sendOtelLogsToNewRelic([l]):this.logsCache.push(l)}catch(c){this.addLogInCurrentSpan("error","opentelemetry::addLogInCurrentSpan_failed",{error:Cd(c)})}}sendOtelLogsToNewRelic(t){const e=rr.getContext(this.meetingMetadata.peerId);fetch(this.logsEndpoint,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({meetingMetadata:_m(e,"sendOtelLogsToNewRelic",this.meetingMetadata,"meetingMetadata"),serviceName:e.getValue("sdkName"),logs:t})}).catch(r=>{this.addLogInCurrentSpan("error","opentelemetry::sendOtelLogToNewRelic_failed",{error:Cd(r)}),this.logsCache.push(...t)})}processCachedLogs(){const t=this.logsCache.splice(0,25);t!=null&&t.length&&this.sendOtelLogsToNewRelic(t)}destruct(){clearInterval(this.logsProcessorTimer),this.processCachedLogs()}};let E=tp;p(E,"location",{country:void 0});function nC(s){const t={...s},e=new Map,r=(l,u)=>(e.has(l)||e.set(l,new Set),e.get(l).add(u),()=>{var h;return(h=e.get(l))==null?void 0:h.delete(u)}),i=(l,u)=>{var h;(h=e.get(l))==null||h.delete(u)},n=l=>{var u;(u=e.get(l))==null||u.forEach(h=>{try{h(t[l])}catch(g){}})};return{subscribe:r,unsubscribe:i,notify:n,setValue:(l,u,h=!0)=>{t[l]=u,h&&n(l)},getValue:l=>t[l],getAllValues:()=>t}}class aC{constructor(){p(this,"contexts",new Map);p(this,"mostRecentPeerId",null)}createContext(t,e){if(this.contexts.has(t))return this.contexts.get(t);const r=new E,i=new cm;this.contexts.set(t,nC(e)),this.contexts.get(t).setValue("peerSessionStore",new aP(i));const n=new dg;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.contexts.get(t).setValue("flagsmith",Kw()),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 rr=new aC,oC={"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"},kd={"0000":"Internal exception.","0001":"Failed to initialize.","0002":"Failed to join room.","0003":"Failed to leave room.","0004":"Invalid auth token","0010":"Browser not supported","0011":"HTTP Network Error","0012":"Websocket Network Error","0013":"Rate Limited","0100":"Internal exception","0101":"Permission denied","0102":"Prerequisite module missing","0200":"Internal exception.","0300":"Internal exception","0400":"Internal exception","0404":"Missing prerequisites to establish a websocket connection","0500":"Internal exception","0501":"Permission denied.","0502":"Invalid message body.","0503":"Text Message is too large","0504":"Message not found by the given id","0505":"Action not permitted without joining room","0506":"Message search is disabled","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(kd).forEach(s=>{kd[s]=`{${oC[s.slice(0,2)]}} ${kd[s]}`});class k extends Error{constructor(e,r,i=void 0,n=!1){super(e);p(this,"code");this.code=r,this.name="ClientError";const o=this.code?`[ERR${this.code}]`:"[ERR]",c=this.code?kd[this.code]:"";this.message=`${o}: ${c}
10
10
  ${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=rr.getContext(rr.getMostRecentPeerId());if(l){const u=l.getValue("onError");try{u(this)}catch(h){}}typeof window!="undefined"&&window.dispatchEvent(new CustomEvent("ClientError",{detail:this}))}catch(d){}}}function Id(s,t,e,r){if(r instanceof k)throw r;if(r instanceof t){const i=new k(r.message,e);throw i.stack=r.stack,i}else throw r}function Cm(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){Id(this,t,e,o)}}),n&&(s.set=function(o){try{return n.apply(this,[o])}catch(c){Id(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=>{Id(this,t,e,o)}):n}catch(n){Id(this,t,e,n)}},s}function cC(s,t){return(e,r,i)=>{if(i)return Cm(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,Cm(o,s,t))}}}const lt=s=>cC(Error,s);function dC(s){let t=0,e,r;if(!s)return t;for(e=0;e<s.length;e+=1)r=s.charCodeAt(e),t=(t<<5)-t+r,t|=0;return Math.abs(t)%100+1}function lC(){ve.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 _=(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))(_||{});class Dn extends dt.EventEmitter{constructor(e){super();p(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 $t extends dt.EventEmitter{constructor(e){super();p(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 uC(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 Rm=1080,km=1920,hC=(s,t,e,r,i,n)=>{let o=.5,c=.5;const d=i,l=n,u=Math.min(e/d,r/l);let h=d*u,g=l*u,S,y,P,b,R=1;return h<e&&(R=e/h),Math.abs(R-1)<1e-14&&g<r&&(R=r/g),h*=R,g*=R,P=d/(h/e),b=l/(g/r),S=(d-P)*o,y=(l-b)*c,S<0&&(S=0),y<0&&(y=0),P>d&&(P=d),b>l&&(b=l),[S,y,P,b,s,t,e,r]},sp=class extends $t{constructor(e,r,i,n){const o=e.getValue("logger");super(o);m(this,os,void 0);m(this,xi,void 0);m(this,pt,void 0);m(this,cs,void 0);m(this,Ne,{height:Rm,width:km});m(this,Rs,{brand:"#2160FD",background:"#141414",text:"#000000",videoBackground:"#191919",textOnBrand:"#EEEEEE"});m(this,fr,void 0);m(this,wt,{});m(this,Fe,void 0);m(this,Jn,void 0);m(this,Kn,void 0);m(this,Sr,void 0);m(this,zn,!1);p(this,"cleanupEventListeners",()=>{a(this,xi).unsubscribe("stageStatus",this.handlePipMediaControls),a(this,Fe).removeListener("videoUpdate",this.onSelfVideoUpdateListener),a(this,Fe).removeListener("audioUpdate",this.onSelfAudioUpdateListener),a(this,Fe).removeListener("roomLeft",()=>this.disable())});p(this,"enablePipMediaControls",()=>{this.mountAudioEvents(),this.mountVideoEvents()});p(this,"onSelfVideoUpdateListener",({videoEnabled:e})=>{this.updateMediaSession("CAMERA",e)});p(this,"onSelfAudioUpdateListener",({audioEnabled:e})=>{this.updateMediaSession("MIC",e)});p(this,"handlePipMediaControls",e=>{e==="ON_STAGE"?this.enablePipMediaControls():this.unmountEvents()});p(this,"eventCallback",e=>{e==="CAMERA"&&(a(this,Fe).videoEnabled?a(this,Fe).disableVideo():a(this,Fe).enableVideo(),this.emit("cameraToggled")),e==="MIC"&&(a(this,Fe).audioEnabled?a(this,Fe).disableAudio():a(this,Fe).enableAudio(),this.emit("micToggled")),e==="END"&&(a(this,xi).getValue("peerSessionStore").emit(_.PIP_HANGUP),this.cleanupEventListeners(),this.emit("hangup"),this.cleanup())});p(this,"unmountEvents",()=>{navigator.mediaSession===void 0||navigator.mediaSession.setCameraActive===void 0||(navigator.mediaSession.setActionHandler("togglemicrophone",void 0),navigator.mediaSession.setActionHandler("togglecamera",void 0))});p(this,"animate",()=>{if(!this.isActive&&a(this,Sr)==="active"){this.disable(!0);return}a(this,wt)!==void 0&&this.paintCanvas(),a(this,fr)!==void 0&&f(this,fr,requestAnimationFrame(()=>this.animate()))});p(this,"disable",(e=!1)=>{f(this,Sr,"idle"),this.cleanupEventListeners(),cancelAnimationFrame(a(this,fr)),e!==!0&&document.body.removeChild(a(this,pt)),f(this,fr,void 0),document.pictureInPictureElement&&document.exitPictureInPicture()});f(this,xi,e),f(this,Sr,"idle"),f(this,Fe,r),f(this,Rs,{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 Rd(tC),n=await Rd(sC)}catch(o){}return new sp(e,r,i,n)}async setupIcon(e,r){switch(e){case"handRaise":f(this,Kn,r);break;case"pin":f(this,Jn,r);break}}async overrideIcon(e,r){switch(e){case"handRaise":f(this,Kn,await Rd(r));break;case"pin":f(this,Jn,await Rd(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(){f(this,pt,document.createElement("div")),a(this,pt).style.width="0.1px",a(this,pt).style.height="0.1px",a(this,pt).style.overflow="hidden",a(this,pt).style.position="absolute",a(this,pt).style.bottom="0",a(this,pt).style.right="0",a(this,pt).style.opacity="0",a(this,pt).appendChild(a(this,cs))}setupEventListeners(){a(this,xi).subscribe("stageStatus",this.handlePipMediaControls),a(this,Fe).addListener("videoUpdate",this.onSelfVideoUpdateListener),a(this,Fe).addListener("audioUpdate",this.onSelfAudioUpdateListener),a(this,Fe).addListener("roomLeft",()=>this.disable())}createCanvas(){const e=document.createElement("canvas");e.height=a(this,Ne).height,e.width=a(this,Ne).width,f(this,os,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,Fe).permissions.canProduceAudio&&navigator.mediaSession.setActionHandler("togglemicrophone",()=>{this.eventCallback("MIC")})}mountVideoEvents(){navigator.mediaSession===void 0||navigator.mediaSession.setCameraActive===void 0||a(this,Fe).permissions.canProduceVideo&&navigator.mediaSession.setActionHandler("togglecamera",()=>{this.eventCallback("CAMERA")})}getSources(){const r=Object.values(a(this,wt)).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,os)===void 0)return;const o=a(this,os).getContext("2d"),c=a(this,os).width,d=0,l=0,u=r-d*2,h=i-d*2,g=Math.floor(c/u),S=Math.floor(e/g),P=e%g*(u+d)+d,b=S*(h+d)+d,{displayText:R,image:D}=n!=null?n:{};o.fillStyle=R||D?a(this,Rs).videoBackground:a(this,Rs).background,o.strokeStyle=a(this,Rs).brand,o.beginPath(),o.moveTo(P+l,b),o.arcTo(P+u,b,P+u,b+l,l),o.arcTo(P+u,b+h,P+u-l,b+h,l),o.arcTo(P,b+h,P,b+h-l,l),o.arcTo(P,b,P+l,b,l),o.closePath(),o.fill(),o.stroke();const F=u/6,L=u/2+P,B=h/2+b;o.save(),(R||D)&&(o.beginPath(),o.arc(L,B,F,0,Math.PI*2),o.fillStyle=a(this,Rs).brand,o.fill(),D?(o.clip(),o.drawImage(D,L-F,B-F,F*2,F*2),o.restore()):R&&(o.fillStyle=a(this,Rs).textOnBrand,o.font=`${F/2}px sans-serif`,o.textAlign="center",o.textBaseline="middle",o.fillText(R,L,B)),this.drawIcons(n,P,b,Math.max(u,h)))}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,h=g=>{const S=a(this,os).getContext("2d");S.save(),S.fillStyle=a(this,Rs).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 g=="string"?(S.font=`${o/1.5}px sans-serif`,S.fillStyle=a(this,Rs).text,S.textAlign="center",S.textBaseline="top",S.fillText(g,o/2+l,u+c)):S.drawImage(g,l+c,u+c,o-c*2,o-c*2),l+=o+c,S.restore()};e.pinned&&h(a(this,Jn)),e.handRaised&&h(a(this,Kn)),e.reaction&&h(e.reaction)}drawTile(e,r,i){var l,u;if(a(this,os)===void 0)return;const n=a(this,os).getContext("2d"),o=this.getSources();let c=0,d=0;for(;c<a(this,Ne).height-5;){let h=0;for(;h<a(this,Ne).width-5&&d<i;){if((l=o[d])!=null&&l.enabled){const g=o[d].element,[S,y,P,b,R,D,F,L]=hC(h,c,e,r,g.videoWidth,g.videoHeight);((u=g==null?void 0:g.classList)==null?void 0:u.contains("mirror"))?(n.save(),n.scale(-1,1),n.drawImage(g,S,y,P,b,-1*R,D,-1*F,L),n.restore()):n.drawImage(g,S,y,P,b,R,D,F,L),this.drawIcons(o[d],R,D,Math.max(F,L))}else this.drawEmptyTile(d,e,r,o[d]);d+=1,h+=e}c+=r}}calcGridElemSize(e){switch(e){case 0:case 1:return[a(this,Ne).width,a(this,Ne).height];case 2:return[Math.floor(a(this,Ne).width/2),a(this,Ne).height];case 3:case 4:return[Math.floor(a(this,Ne).width/2),Math.floor(a(this,Ne).height/2)];case 5:case 6:return[Math.floor(a(this,Ne).width/3),Math.floor(a(this,Ne).height/2)];case 7:case 8:case 9:return[Math.floor(a(this,Ne).width/3),Math.floor(a(this,Ne).height/3)];default:return[Math.floor(a(this,Ne).width/3),Math.floor(a(this,Ne).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,Fe).config)==null?void 0:e.viewType)!=="LIVESTREAM"}get isActive(){return document.pictureInPictureElement!==null}cleanup(){if(f(this,zn,!1),this.isSupported()&&document.exitPictureInPicture!==void 0&&document.pictureInPictureElement!==null&&document.exitPictureInPicture(),a(this,pt))try{document.body.removeChild(a(this,pt))}catch(e){}this.removeAllSources(),f(this,os,void 0),f(this,cs,void 0),f(this,fr,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,zn))return;f(this,zn,!0),this.createCanvas(),this.setupMediaSessionEvents();const i=document.createElement("video");f(this,Ne,{height:e!=null?e:Rm,width:r!=null?r:km}),i.height=a(this,Ne).height,i.width=a(this,Ne).width,i.autoplay=!0,i.muted=!0,i.srcObject=a(this,os).captureStream(24),f(this,cs,i),a(this,cs).onloadedmetadata=()=>{try{this.emit("pipStarted"),a(this,cs).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,wt)[e]!==void 0&&(a(this,wt)[e].enabled=!0)}disableSource(e){a(this,wt)[e]!==void 0&&(a(this,wt)[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,wt)[e]={id:e,element:r,enabled:i,pinned:n,displayText:o?uC(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,wt)[e];i&&(a(this,wt)[e]={...i,...r})}removeSource(e){delete a(this,wt)[e]}removePinnedSource(){Object.values(a(this,wt)).forEach(r=>{r.pinned&&this.removeSource(r.id)})}removeAllSources(){f(this,wt,{})}enable(){f(this,Sr,"activating"),this.setupEventListeners(),this.updateMediaSession("CAMERA",a(this,Fe).videoEnabled),this.updateMediaSession("MIC",a(this,Fe).audioEnabled),document.body.appendChild(a(this,pt)),f(this,fr,requestAnimationFrame(()=>this.animate())),a(this,cs).onloadedmetadata=()=>{a(this,cs).requestPictureInPicture().then(()=>{f(this,Sr,"active")})},a(this,cs).readyState===4&&a(this,cs).requestPictureInPicture().then(()=>{f(this,Sr,"active")})}};let Qu=sp;os=new WeakMap,xi=new WeakMap,pt=new WeakMap,cs=new WeakMap,Ne=new WeakMap,Rs=new WeakMap,fr=new WeakMap,wt=new WeakMap,Fe=new WeakMap,Jn=new WeakMap,Kn=new WeakMap,Sr=new WeakMap,zn=new WeakMap;function Xu(s){let t=typeof s;if(t=="object"){if(Array.isArray(s))return"array";if(s===null)return"null"}return t}function pC(s){return s!==null&&typeof s=="object"&&!Array.isArray(s)}let ir="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split(""),Ad=[];for(let s=0;s<ir.length;s++)Ad[ir[s].charCodeAt(0)]=s;Ad["-".charCodeAt(0)]=ir.indexOf("+"),Ad["_".charCodeAt(0)]=ir.indexOf("/");function gC(s){let t=s.length*3/4;s[s.length-2]=="="?t-=2:s[s.length-1]=="="&&(t-=1);let e=new Uint8Array(t),r=0,i=0,n,o=0;for(let c=0;c<s.length;c++){if(n=Ad[s.charCodeAt(c)],n===void 0)switch(s[c]){case"=":i=0;case`
11
11
  `:case"\r":case" ":case" ":continue;default:throw Error("invalid base64 string.")}switch(i){case 0:o=n,i=1;break;case 1:e[r++]=o<<2|(n&48)>>4,o=n,i=2;break;case 2:e[r++]=(o&15)<<4|(n&60)>>2,o=n,i=3;break;case 3:e[r++]=(o&3)<<6|n,i=0;break}}if(i==1)throw Error("invalid base64 string.");return e.subarray(0,r)}function mC(s){let t="",e=0,r,i=0;for(let n=0;n<s.length;n++)switch(r=s[n],e){case 0:t+=ir[r>>2],i=(r&3)<<4,e=1;break;case 1:t+=ir[i|r>>4],i=(r&15)<<2,e=2;break;case 2:t+=ir[i|r>>6],t+=ir[r&63],e=0;break}return e&&(t+=ir[i],t+="=",e==1&&(t+="=")),t}var Md;(function(s){s.symbol=Symbol.for("protobuf-ts/unknown"),s.onRead=(e,r,i,n,o)=>{(t(r)?r[s.symbol]:r[s.symbol]=[]).push({no:i,wireType:n,data:o})},s.onWrite=(e,r,i)=>{for(let{no:n,wireType:o,data:c}of s.list(r))i.tag(n,o).raw(c)},s.list=(e,r)=>{if(t(e)){let i=e[s.symbol];return r?i.filter(n=>n.no==r):i}return[]},s.last=(e,r)=>s.list(e,r).slice(-1)[0];const t=e=>e&&Array.isArray(e[s.symbol])})(Md||(Md={}));var xe;(function(s){s[s.Varint=0]="Varint",s[s.Bit64=1]="Bit64",s[s.LengthDelimited=2]="LengthDelimited",s[s.StartGroup=3]="StartGroup",s[s.EndGroup=4]="EndGroup",s[s.Bit32=5]="Bit32"})(xe||(xe={}));function fC(){let s=0,t=0;for(let r=0;r<28;r+=7){let i=this.buf[this.pos++];if(s|=(i&127)<<r,!(i&128))return this.assertBounds(),[s,t]}let e=this.buf[this.pos++];if(s|=(e&15)<<28,t=(e&112)>>4,!(e&128))return this.assertBounds(),[s,t];for(let r=3;r<=31;r+=7){let i=this.buf[this.pos++];if(t|=(i&127)<<r,!(i&128))return this.assertBounds(),[s,t]}throw new Error("invalid varint")}function Zu(s,t,e){for(let n=0;n<28;n=n+7){const o=s>>>n,c=!(!(o>>>7)&&t==0),d=(c?o|128:o)&255;if(e.push(d),!c)return}const r=s>>>28&15|(t&7)<<4,i=!!(t>>3);if(e.push((i?r|128:r)&255),!!i){for(let n=3;n<31;n=n+7){const o=t>>>n,c=!!(o>>>7),d=(c?o|128:o)&255;if(e.push(d),!c)return}e.push(t>>>31&1)}}const Od=(1<<16)*(1<<16);function Im(s){let t=s[0]=="-";t&&(s=s.slice(1));const e=1e6;let r=0,i=0;function n(o,c){const d=Number(s.slice(o,c));i*=e,r=r*e+d,r>=Od&&(i=i+(r/Od|0),r=r%Od)}return n(-24,-18),n(-18,-12),n(-12,-6),n(-6),[t,r,i]}function eh(s,t){if(t>>>0<=2097151)return""+(Od*t+(s>>>0));let e=s&16777215,r=(s>>>24|t<<8)>>>0&16777215,i=t>>16&65535,n=e+r*6777216+i*6710656,o=r+i*8147497,c=i*2,d=1e7;n>=d&&(o+=Math.floor(n/d),n%=d),o>=d&&(c+=Math.floor(o/d),o%=d);function l(u,h){let g=u?String(u):"";return h?"0000000".slice(g.length)+g:g}return l(c,0)+l(o,c)+l(n,1)}function Am(s,t){if(s>=0){for(;s>127;)t.push(s&127|128),s=s>>>7;t.push(s)}else{for(let e=0;e<9;e++)t.push(s&127|128),s=s>>7;t.push(1)}}function SC(){let s=this.buf[this.pos++],t=s&127;if(!(s&128))return this.assertBounds(),t;if(s=this.buf[this.pos++],t|=(s&127)<<7,!(s&128))return this.assertBounds(),t;if(s=this.buf[this.pos++],t|=(s&127)<<14,!(s&128))return this.assertBounds(),t;if(s=this.buf[this.pos++],t|=(s&127)<<21,!(s&128))return this.assertBounds(),t;s=this.buf[this.pos++],t|=(s&15)<<28;for(let e=5;s&128&&e<10;e++)s=this.buf[this.pos++];if(s&128)throw new Error("invalid varint");return this.assertBounds(),t>>>0}let ue;function vC(){const s=new DataView(new ArrayBuffer(8));ue=globalThis.BigInt!==void 0&&typeof s.getBigInt64=="function"&&typeof s.getBigUint64=="function"&&typeof s.setBigInt64=="function"&&typeof s.setBigUint64=="function"?{MIN:BigInt("-9223372036854775808"),MAX:BigInt("9223372036854775807"),UMIN:BigInt("0"),UMAX:BigInt("18446744073709551615"),C:BigInt,V:s}:void 0}vC();function Mm(s){if(!s)throw new Error("BigInt unavailable, see https://github.com/timostamm/protobuf-ts/blob/v1.0.8/MANUAL.md#bigint-support")}const Om=/^-?[0-9]+$/,Dd=4294967296,Nd=2147483648;class Dm{constructor(t,e){this.lo=t|0,this.hi=e|0}isZero(){return this.lo==0&&this.hi==0}toNumber(){let t=this.hi*Dd+(this.lo>>>0);if(!Number.isSafeInteger(t))throw new Error("cannot convert to safe number");return t}}class ut extends Dm{static from(t){if(ue)switch(typeof t){case"string":if(t=="0")return this.ZERO;if(t=="")throw new Error("string is no integer");t=ue.C(t);case"number":if(t===0)return this.ZERO;t=ue.C(t);case"bigint":if(!t)return this.ZERO;if(t<ue.UMIN)throw new Error("signed value for ulong");if(t>ue.UMAX)throw new Error("ulong too large");return ue.V.setBigUint64(0,t,!0),new ut(ue.V.getInt32(0,!0),ue.V.getInt32(4,!0))}else switch(typeof t){case"string":if(t=="0")return this.ZERO;if(t=t.trim(),!Om.test(t))throw new Error("string is no integer");let[e,r,i]=Im(t);if(e)throw new Error("signed value for ulong");return new ut(r,i);case"number":if(t==0)return this.ZERO;if(!Number.isSafeInteger(t))throw new Error("number is no integer");if(t<0)throw new Error("signed value for ulong");return new ut(t,t/Dd)}throw new Error("unknown value "+typeof t)}toString(){return ue?this.toBigInt().toString():eh(this.lo,this.hi)}toBigInt(){return Mm(ue),ue.V.setInt32(0,this.lo,!0),ue.V.setInt32(4,this.hi,!0),ue.V.getBigUint64(0,!0)}}ut.ZERO=new ut(0,0);class ge extends Dm{static from(t){if(ue)switch(typeof t){case"string":if(t=="0")return this.ZERO;if(t=="")throw new Error("string is no integer");t=ue.C(t);case"number":if(t===0)return this.ZERO;t=ue.C(t);case"bigint":if(!t)return this.ZERO;if(t<ue.MIN)throw new Error("signed long too small");if(t>ue.MAX)throw new Error("signed long too large");return ue.V.setBigInt64(0,t,!0),new ge(ue.V.getInt32(0,!0),ue.V.getInt32(4,!0))}else switch(typeof t){case"string":if(t=="0")return this.ZERO;if(t=t.trim(),!Om.test(t))throw new Error("string is no integer");let[e,r,i]=Im(t);if(e){if(i>Nd||i==Nd&&r!=0)throw new Error("signed long too small")}else if(i>=Nd)throw new Error("signed long too large");let n=new ge(r,i);return e?n.negate():n;case"number":if(t==0)return this.ZERO;if(!Number.isSafeInteger(t))throw new Error("number is no integer");return t>0?new ge(t,t/Dd):new ge(-t,-t/Dd).negate()}throw new Error("unknown value "+typeof t)}isNegative(){return(this.hi&Nd)!==0}negate(){let t=~this.hi,e=this.lo;return e?e=~e+1:t+=1,new ge(e,t)}toString(){if(ue)return this.toBigInt().toString();if(this.isNegative()){let t=this.negate();return"-"+eh(t.lo,t.hi)}return eh(this.lo,this.hi)}toBigInt(){return Mm(ue),ue.V.setInt32(0,this.lo,!0),ue.V.setInt32(4,this.hi,!0),ue.V.getBigInt64(0,!0)}}ge.ZERO=new ge(0,0);const Nm={readUnknownField:!0,readerFactory:s=>new yC(s)};function TC(s){return s?Object.assign(Object.assign({},Nm),s):Nm}class yC{constructor(t,e){this.varint64=fC,this.uint32=SC,this.buf=t,this.len=t.length,this.pos=0,this.view=new DataView(t.buffer,t.byteOffset,t.byteLength),this.textDecoder=e!=null?e:new TextDecoder("utf-8",{fatal:!0,ignoreBOM:!0})}tag(){let t=this.uint32(),e=t>>>3,r=t&7;if(e<=0||r<0||r>5)throw new Error("illegal tag: field no "+e+" wire type "+r);return[e,r]}skip(t){let e=this.pos;switch(t){case xe.Varint:for(;this.buf[this.pos++]&128;);break;case xe.Bit64:this.pos+=4;case xe.Bit32:this.pos+=4;break;case xe.LengthDelimited:let r=this.uint32();this.pos+=r;break;case xe.StartGroup:let i;for(;(i=this.tag()[1])!==xe.EndGroup;)this.skip(i);break;default:throw new Error("cant skip wire type "+t)}return this.assertBounds(),this.buf.subarray(e,this.pos)}assertBounds(){if(this.pos>this.len)throw new RangeError("premature EOF")}int32(){return this.uint32()|0}sint32(){let t=this.uint32();return t>>>1^-(t&1)}int64(){return new ge(...this.varint64())}uint64(){return new ut(...this.varint64())}sint64(){let[t,e]=this.varint64(),r=-(t&1);return t=(t>>>1|(e&1)<<31)^r,e=e>>>1^r,new ge(t,e)}bool(){let[t,e]=this.varint64();return t!==0||e!==0}fixed32(){return this.view.getUint32((this.pos+=4)-4,!0)}sfixed32(){return this.view.getInt32((this.pos+=4)-4,!0)}fixed64(){return new ut(this.sfixed32(),this.sfixed32())}sfixed64(){return new ge(this.sfixed32(),this.sfixed32())}float(){return this.view.getFloat32((this.pos+=4)-4,!0)}double(){return this.view.getFloat64((this.pos+=8)-8,!0)}bytes(){let t=this.uint32(),e=this.pos;return this.pos+=t,this.assertBounds(),this.buf.subarray(e,e+t)}string(){return this.textDecoder.decode(this.bytes())}}function se(s,t){if(!s)throw new Error(t)}const EC=34028234663852886e22,bC=-34028234663852886e22,wC=4294967295,PC=2147483647,_C=-2147483648;function ho(s){if(typeof s!="number")throw new Error("invalid int 32: "+typeof s);if(!Number.isInteger(s)||s>PC||s<_C)throw new Error("invalid int 32: "+s)}function Vd(s){if(typeof s!="number")throw new Error("invalid uint 32: "+typeof s);if(!Number.isInteger(s)||s>wC||s<0)throw new Error("invalid uint 32: "+s)}function th(s){if(typeof s!="number")throw new Error("invalid float 32: "+typeof s);if(Number.isFinite(s)&&(s>EC||s<bC))throw new Error("invalid float 32: "+s)}const Vm={writeUnknownFields:!0,writerFactory:()=>new RC};function CC(s){return s?Object.assign(Object.assign({},Vm),s):Vm}class RC{constructor(t){this.stack=[],this.textEncoder=t!=null?t:new TextEncoder,this.chunks=[],this.buf=[]}finish(){this.chunks.push(new Uint8Array(this.buf));let t=0;for(let i=0;i<this.chunks.length;i++)t+=this.chunks[i].length;let e=new Uint8Array(t),r=0;for(let i=0;i<this.chunks.length;i++)e.set(this.chunks[i],r),r+=this.chunks[i].length;return this.chunks=[],e}fork(){return this.stack.push({chunks:this.chunks,buf:this.buf}),this.chunks=[],this.buf=[],this}join(){let t=this.finish(),e=this.stack.pop();if(!e)throw new Error("invalid state, fork stack empty");return this.chunks=e.chunks,this.buf=e.buf,this.uint32(t.byteLength),this.raw(t)}tag(t,e){return this.uint32((t<<3|e)>>>0)}raw(t){return this.buf.length&&(this.chunks.push(new Uint8Array(this.buf)),this.buf=[]),this.chunks.push(t),this}uint32(t){for(Vd(t);t>127;)this.buf.push(t&127|128),t=t>>>7;return this.buf.push(t),this}int32(t){return ho(t),Am(t,this.buf),this}bool(t){return this.buf.push(t?1:0),this}bytes(t){return this.uint32(t.byteLength),this.raw(t)}string(t){let e=this.textEncoder.encode(t);return this.uint32(e.byteLength),this.raw(e)}float(t){th(t);let e=new Uint8Array(4);return new DataView(e.buffer).setFloat32(0,t,!0),this.raw(e)}double(t){let e=new Uint8Array(8);return new DataView(e.buffer).setFloat64(0,t,!0),this.raw(e)}fixed32(t){Vd(t);let e=new Uint8Array(4);return new DataView(e.buffer).setUint32(0,t,!0),this.raw(e)}sfixed32(t){ho(t);let e=new Uint8Array(4);return new DataView(e.buffer).setInt32(0,t,!0),this.raw(e)}sint32(t){return ho(t),t=(t<<1^t>>31)>>>0,Am(t,this.buf),this}sfixed64(t){let e=new Uint8Array(8),r=new DataView(e.buffer),i=ge.from(t);return r.setInt32(0,i.lo,!0),r.setInt32(4,i.hi,!0),this.raw(e)}fixed64(t){let e=new Uint8Array(8),r=new DataView(e.buffer),i=ut.from(t);return r.setInt32(0,i.lo,!0),r.setInt32(4,i.hi,!0),this.raw(e)}int64(t){let e=ge.from(t);return Zu(e.lo,e.hi,this.buf),this}sint64(t){let e=ge.from(t),r=e.hi>>31,i=e.lo<<1^r,n=(e.hi<<1|e.lo>>>31)^r;return Zu(i,n,this.buf),this}uint64(t){let e=ut.from(t);return Zu(e.lo,e.hi,this.buf),this}}const Lm={emitDefaultValues:!1,enumAsInteger:!1,useProtoFieldName:!1,prettySpaces:0},xm={ignoreUnknownFields:!1};function kC(s){return s?Object.assign(Object.assign({},xm),s):xm}function IC(s){return s?Object.assign(Object.assign({},Lm),s):Lm}const Um=Symbol.for("protobuf-ts/message-type");function Fm(s){let t=!1;const e=[];for(let r=0;r<s.length;r++){let i=s.charAt(r);i=="_"?t=!0:/\d/.test(i)?(e.push(i),t=!0):t?(e.push(i.toUpperCase()),t=!1):r==0?e.push(i.toLowerCase()):e.push(i)}return e.join("")}var A;(function(s){s[s.DOUBLE=1]="DOUBLE",s[s.FLOAT=2]="FLOAT",s[s.INT64=3]="INT64",s[s.UINT64=4]="UINT64",s[s.INT32=5]="INT32",s[s.FIXED64=6]="FIXED64",s[s.FIXED32=7]="FIXED32",s[s.BOOL=8]="BOOL",s[s.STRING=9]="STRING",s[s.BYTES=12]="BYTES",s[s.UINT32=13]="UINT32",s[s.SFIXED32=15]="SFIXED32",s[s.SFIXED64=16]="SFIXED64",s[s.SINT32=17]="SINT32",s[s.SINT64=18]="SINT64"})(A||(A={}));var Hs;(function(s){s[s.BIGINT=0]="BIGINT",s[s.STRING=1]="STRING",s[s.NUMBER=2]="NUMBER"})(Hs||(Hs={}));var Ld;(function(s){s[s.NO=0]="NO",s[s.PACKED=1]="PACKED",s[s.UNPACKED=2]="UNPACKED"})(Ld||(Ld={}));function AC(s){var t,e,r,i;return s.localName=(t=s.localName)!==null&&t!==void 0?t:Fm(s.name),s.jsonName=(e=s.jsonName)!==null&&e!==void 0?e:Fm(s.name),s.repeat=(r=s.repeat)!==null&&r!==void 0?r:Ld.NO,s.opt=(i=s.opt)!==null&&i!==void 0?i:s.repeat||s.oneof?!1:s.kind=="message",s}function MC(s){if(typeof s!="object"||s===null||!s.hasOwnProperty("oneofKind"))return!1;switch(typeof s.oneofKind){case"string":return s[s.oneofKind]===void 0?!1:Object.keys(s).length==2;case"undefined":return Object.keys(s).length==1;default:return!1}}class OC{constructor(t){var e;this.fields=(e=t.fields)!==null&&e!==void 0?e:[]}prepare(){if(this.data)return;const t=[],e=[],r=[];for(let i of this.fields)if(i.oneof)r.includes(i.oneof)||(r.push(i.oneof),t.push(i.oneof),e.push(i.oneof));else switch(e.push(i.localName),i.kind){case"scalar":case"enum":(!i.opt||i.repeat)&&t.push(i.localName);break;case"message":i.repeat&&t.push(i.localName);break;case"map":t.push(i.localName);break}this.data={req:t,known:e,oneofs:Object.values(r)}}is(t,e,r=!1){if(e<0)return!0;if(t==null||typeof t!="object")return!1;this.prepare();let i=Object.keys(t),n=this.data;if(i.length<n.req.length||n.req.some(o=>!i.includes(o))||!r&&i.some(o=>!n.known.includes(o)))return!1;if(e<1)return!0;for(const o of n.oneofs){const c=t[o];if(!MC(c))return!1;if(c.oneofKind===void 0)continue;const d=this.fields.find(l=>l.localName===c.oneofKind);if(!d||!this.field(c[c.oneofKind],d,r,e))return!1}for(const o of this.fields)if(o.oneof===void 0&&!this.field(t[o.localName],o,r,e))return!1;return!0}field(t,e,r,i){let n=e.repeat;switch(e.kind){case"scalar":return t===void 0?e.opt:n?this.scalars(t,e.T,i,e.L):this.scalar(t,e.T,e.L);case"enum":return t===void 0?e.opt:n?this.scalars(t,A.INT32,i):this.scalar(t,A.INT32);case"message":return t===void 0?!0:n?this.messages(t,e.T(),r,i):this.message(t,e.T(),r,i);case"map":if(typeof t!="object"||t===null)return!1;if(i<2)return!0;if(!this.mapKeys(t,e.K,i))return!1;switch(e.V.kind){case"scalar":return this.scalars(Object.values(t),e.V.T,i,e.V.L);case"enum":return this.scalars(Object.values(t),A.INT32,i);case"message":return this.messages(Object.values(t),e.V.T(),r,i)}break}return!0}message(t,e,r,i){return r?e.isAssignable(t,i):e.is(t,i)}messages(t,e,r,i){if(!Array.isArray(t))return!1;if(i<2)return!0;if(r){for(let n=0;n<t.length&&n<i;n++)if(!e.isAssignable(t[n],i-1))return!1}else for(let n=0;n<t.length&&n<i;n++)if(!e.is(t[n],i-1))return!1;return!0}scalar(t,e,r){let i=typeof t;switch(e){case A.UINT64:case A.FIXED64:case A.INT64:case A.SFIXED64:case A.SINT64:switch(r){case Hs.BIGINT:return i=="bigint";case Hs.NUMBER:return i=="number"&&!isNaN(t);default:return i=="string"}case A.BOOL:return i=="boolean";case A.STRING:return i=="string";case A.BYTES:return t instanceof Uint8Array;case A.DOUBLE:case A.FLOAT:return i=="number"&&!isNaN(t);default:return i=="number"&&Number.isInteger(t)}}scalars(t,e,r,i){if(!Array.isArray(t))return!1;if(r<2)return!0;if(Array.isArray(t)){for(let n=0;n<t.length&&n<r;n++)if(!this.scalar(t[n],e,i))return!1}return!0}mapKeys(t,e,r){let i=Object.keys(t);switch(e){case A.INT32:case A.FIXED32:case A.SFIXED32:case A.SINT32:case A.UINT32:return this.scalars(i.slice(0,r).map(n=>parseInt(n)),e,r);case A.BOOL:return this.scalars(i.slice(0,r).map(n=>n=="true"?!0:n=="false"?!1:n),e,r);default:return this.scalars(i,e,r,Hs.STRING)}}}function ys(s,t){switch(t){case Hs.BIGINT:return s.toBigInt();case Hs.NUMBER:return s.toNumber();default:return s.toString()}}class DC{constructor(t){this.info=t}prepare(){var t;if(this.fMap===void 0){this.fMap={};const e=(t=this.info.fields)!==null&&t!==void 0?t:[];for(const r of e)this.fMap[r.name]=r,this.fMap[r.jsonName]=r,this.fMap[r.localName]=r}}assert(t,e,r){if(!t){let i=Xu(r);throw(i=="number"||i=="boolean")&&(i=r.toString()),new Error(`Cannot parse JSON ${i} for ${this.info.typeName}#${e}`)}}read(t,e,r){this.prepare();const i=[];for(const[n,o]of Object.entries(t)){const c=this.fMap[n];if(!c){if(!r.ignoreUnknownFields)throw new Error(`Found unknown field while reading ${this.info.typeName} from JSON format. JSON key: ${n}`);continue}const d=c.localName;let l;if(c.oneof){if(o===null&&(c.kind!=="enum"||c.T()[0]!=="google.protobuf.NullValue"))continue;if(i.includes(c.oneof))throw new Error(`Multiple members of the oneof group "${c.oneof}" of ${this.info.typeName} are present in JSON.`);i.push(c.oneof),l=e[c.oneof]={oneofKind:d}}else l=e;if(c.kind=="map"){if(o===null)continue;this.assert(pC(o),c.name,o);const u=l[d];for(const[h,g]of Object.entries(o)){this.assert(g!==null,c.name+" map value",null);let S;switch(c.V.kind){case"message":S=c.V.T().internalJsonRead(g,r);break;case"enum":if(S=this.enum(c.V.T(),g,c.name,r.ignoreUnknownFields),S===!1)continue;break;case"scalar":S=this.scalar(g,c.V.T,c.V.L,c.name);break}this.assert(S!==void 0,c.name+" map value",g);let y=h;c.K==A.BOOL&&(y=y=="true"?!0:y=="false"?!1:y),y=this.scalar(y,c.K,Hs.STRING,c.name).toString(),u[y]=S}}else if(c.repeat){if(o===null)continue;this.assert(Array.isArray(o),c.name,o);const u=l[d];for(const h of o){this.assert(h!==null,c.name,null);let g;switch(c.kind){case"message":g=c.T().internalJsonRead(h,r);break;case"enum":if(g=this.enum(c.T(),h,c.name,r.ignoreUnknownFields),g===!1)continue;break;case"scalar":g=this.scalar(h,c.T,c.L,c.name);break}this.assert(g!==void 0,c.name,o),u.push(g)}}else switch(c.kind){case"message":if(o===null&&c.T().typeName!="google.protobuf.Value"){this.assert(c.oneof===void 0,c.name+" (oneof member)",null);continue}l[d]=c.T().internalJsonRead(o,r,l[d]);break;case"enum":if(o===null)continue;let u=this.enum(c.T(),o,c.name,r.ignoreUnknownFields);if(u===!1)continue;l[d]=u;break;case"scalar":if(o===null)continue;l[d]=this.scalar(o,c.T,c.L,c.name);break}}}enum(t,e,r,i){if(t[0]=="google.protobuf.NullValue"&&se(e===null||e==="NULL_VALUE",`Unable to parse field ${this.info.typeName}#${r}, enum ${t[0]} only accepts null.`),e===null)return 0;switch(typeof e){case"number":return se(Number.isInteger(e),`Unable to parse field ${this.info.typeName}#${r}, enum can only be integral number, got ${e}.`),e;case"string":let n=e;t[2]&&e.substring(0,t[2].length)===t[2]&&(n=e.substring(t[2].length));let o=t[1][n];return typeof o=="undefined"&&i?!1:(se(typeof o=="number",`Unable to parse field ${this.info.typeName}#${r}, enum ${t[0]} has no value for "${e}".`),o)}se(!1,`Unable to parse field ${this.info.typeName}#${r}, cannot parse enum value from ${typeof e}".`)}scalar(t,e,r,i){let n;try{switch(e){case A.DOUBLE:case A.FLOAT:if(t===null)return 0;if(t==="NaN")return Number.NaN;if(t==="Infinity")return Number.POSITIVE_INFINITY;if(t==="-Infinity")return Number.NEGATIVE_INFINITY;if(t===""){n="empty string";break}if(typeof t=="string"&&t.trim().length!==t.length){n="extra whitespace";break}if(typeof t!="string"&&typeof t!="number")break;let o=Number(t);if(Number.isNaN(o)){n="not a number";break}if(!Number.isFinite(o)){n="too large or small";break}return e==A.FLOAT&&th(o),o;case A.INT32:case A.FIXED32:case A.SFIXED32:case A.SINT32:case A.UINT32:if(t===null)return 0;let c;if(typeof t=="number"?c=t:t===""?n="empty string":typeof t=="string"&&(t.trim().length!==t.length?n="extra whitespace":c=Number(t)),c===void 0)break;return e==A.UINT32?Vd(c):ho(c),c;case A.INT64:case A.SFIXED64:case A.SINT64:if(t===null)return ys(ge.ZERO,r);if(typeof t!="number"&&typeof t!="string")break;return ys(ge.from(t),r);case A.FIXED64:case A.UINT64:if(t===null)return ys(ut.ZERO,r);if(typeof t!="number"&&typeof t!="string")break;return ys(ut.from(t),r);case A.BOOL:if(t===null)return!1;if(typeof t!="boolean")break;return t;case A.STRING:if(t===null)return"";if(typeof t!="string"){n="extra whitespace";break}try{encodeURIComponent(t)}catch(d){d="invalid UTF8";break}return t;case A.BYTES:if(t===null||t==="")return new Uint8Array(0);if(typeof t!="string")break;return gC(t)}}catch(o){n=o.message}this.assert(!1,i+(n?" - "+n:""),t)}}class NC{constructor(t){var e;this.fields=(e=t.fields)!==null&&e!==void 0?e:[]}write(t,e){const r={},i=t;for(const n of this.fields){if(!n.oneof){let l=this.field(n,i[n.localName],e);l!==void 0&&(r[e.useProtoFieldName?n.name:n.jsonName]=l);continue}const o=i[n.oneof];if(o.oneofKind!==n.localName)continue;const c=n.kind=="scalar"||n.kind=="enum"?Object.assign(Object.assign({},e),{emitDefaultValues:!0}):e;let d=this.field(n,o[n.localName],c);se(d!==void 0),r[e.useProtoFieldName?n.name:n.jsonName]=d}return r}field(t,e,r){let i;if(t.kind=="map"){se(typeof e=="object"&&e!==null);const n={};switch(t.V.kind){case"scalar":for(const[d,l]of Object.entries(e)){const u=this.scalar(t.V.T,l,t.name,!1,!0);se(u!==void 0),n[d.toString()]=u}break;case"message":const o=t.V.T();for(const[d,l]of Object.entries(e)){const u=this.message(o,l,t.name,r);se(u!==void 0),n[d.toString()]=u}break;case"enum":const c=t.V.T();for(const[d,l]of Object.entries(e)){se(l===void 0||typeof l=="number");const u=this.enum(c,l,t.name,!1,!0,r.enumAsInteger);se(u!==void 0),n[d.toString()]=u}break}(r.emitDefaultValues||Object.keys(n).length>0)&&(i=n)}else if(t.repeat){se(Array.isArray(e));const n=[];switch(t.kind){case"scalar":for(let d=0;d<e.length;d++){const l=this.scalar(t.T,e[d],t.name,t.opt,!0);se(l!==void 0),n.push(l)}break;case"enum":const o=t.T();for(let d=0;d<e.length;d++){se(e[d]===void 0||typeof e[d]=="number");const l=this.enum(o,e[d],t.name,t.opt,!0,r.enumAsInteger);se(l!==void 0),n.push(l)}break;case"message":const c=t.T();for(let d=0;d<e.length;d++){const l=this.message(c,e[d],t.name,r);se(l!==void 0),n.push(l)}break}(r.emitDefaultValues||n.length>0||r.emitDefaultValues)&&(i=n)}else switch(t.kind){case"scalar":i=this.scalar(t.T,e,t.name,t.opt,r.emitDefaultValues);break;case"enum":i=this.enum(t.T(),e,t.name,t.opt,r.emitDefaultValues,r.enumAsInteger);break;case"message":i=this.message(t.T(),e,t.name,r);break}return i}enum(t,e,r,i,n,o){if(t[0]=="google.protobuf.NullValue")return!n&&!i?void 0:null;if(e===void 0){se(i);return}if(!(e===0&&!n&&!i))return se(typeof e=="number"),se(Number.isInteger(e)),o||!t[1].hasOwnProperty(e)?e:t[2]?t[2]+t[1][e]:t[1][e]}message(t,e,r,i){return e===void 0?i.emitDefaultValues?null:void 0:t.internalJsonWrite(e,i)}scalar(t,e,r,i,n){if(e===void 0){se(i);return}const o=n||i;switch(t){case A.INT32:case A.SFIXED32:case A.SINT32:return e===0?o?0:void 0:(ho(e),e);case A.FIXED32:case A.UINT32:return e===0?o?0:void 0:(Vd(e),e);case A.FLOAT:th(e);case A.DOUBLE:return e===0?o?0:void 0:(se(typeof e=="number"),Number.isNaN(e)?"NaN":e===Number.POSITIVE_INFINITY?"Infinity":e===Number.NEGATIVE_INFINITY?"-Infinity":e);case A.STRING:return e===""?o?"":void 0:(se(typeof e=="string"),e);case A.BOOL:return e===!1?o?!1:void 0:(se(typeof e=="boolean"),e);case A.UINT64:case A.FIXED64:se(typeof e=="number"||typeof e=="string"||typeof e=="bigint");let c=ut.from(e);return c.isZero()&&!o?void 0:c.toString();case A.INT64:case A.SFIXED64:case A.SINT64:se(typeof e=="number"||typeof e=="string"||typeof e=="bigint");let d=ge.from(e);return d.isZero()&&!o?void 0:d.toString();case A.BYTES:return se(e instanceof Uint8Array),e.byteLength?mC(e):o?"":void 0}}}function sh(s,t=Hs.STRING){switch(s){case A.BOOL:return!1;case A.UINT64:case A.FIXED64:return ys(ut.ZERO,t);case A.INT64:case A.SFIXED64:case A.SINT64:return ys(ge.ZERO,t);case A.DOUBLE:case A.FLOAT:return 0;case A.BYTES:return new Uint8Array(0);case A.STRING:return"";default:return 0}}class VC{constructor(t){this.info=t}prepare(){var t;if(!this.fieldNoToField){const e=(t=this.info.fields)!==null&&t!==void 0?t:[];this.fieldNoToField=new Map(e.map(r=>[r.no,r]))}}read(t,e,r,i){this.prepare();const n=i===void 0?t.len:t.pos+i;for(;t.pos<n;){const[o,c]=t.tag(),d=this.fieldNoToField.get(o);if(!d){let g=r.readUnknownField;if(g=="throw")throw new Error(`Unknown field ${o} (wire type ${c}) for ${this.info.typeName}`);let S=t.skip(c);g!==!1&&(g===!0?Md.onRead:g)(this.info.typeName,e,o,c,S);continue}let l=e,u=d.repeat,h=d.localName;switch(d.oneof&&(l=l[d.oneof],l.oneofKind!==h&&(l=e[d.oneof]={oneofKind:h})),d.kind){case"scalar":case"enum":let g=d.kind=="enum"?A.INT32:d.T,S=d.kind=="scalar"?d.L:void 0;if(u){let b=l[h];if(c==xe.LengthDelimited&&g!=A.STRING&&g!=A.BYTES){let R=t.uint32()+t.pos;for(;t.pos<R;)b.push(this.scalar(t,g,S))}else b.push(this.scalar(t,g,S))}else l[h]=this.scalar(t,g,S);break;case"message":if(u){let b=l[h],R=d.T().internalBinaryRead(t,t.uint32(),r);b.push(R)}else l[h]=d.T().internalBinaryRead(t,t.uint32(),r,l[h]);break;case"map":let[y,P]=this.mapEntry(d,t,r);l[h][y]=P;break}}}mapEntry(t,e,r){let i=e.uint32(),n=e.pos+i,o,c;for(;e.pos<n;){let[d,l]=e.tag();switch(d){case 1:t.K==A.BOOL?o=e.bool().toString():o=this.scalar(e,t.K,Hs.STRING);break;case 2:switch(t.V.kind){case"scalar":c=this.scalar(e,t.V.T,t.V.L);break;case"enum":c=e.int32();break;case"message":c=t.V.T().internalBinaryRead(e,e.uint32(),r);break}break;default:throw new Error(`Unknown field ${d} (wire type ${l}) in map entry for ${this.info.typeName}#${t.name}`)}}if(o===void 0){let d=sh(t.K);o=t.K==A.BOOL?d.toString():d}if(c===void 0)switch(t.V.kind){case"scalar":c=sh(t.V.T,t.V.L);break;case"enum":c=0;break;case"message":c=t.V.T().create();break}return[o,c]}scalar(t,e,r){switch(e){case A.INT32:return t.int32();case A.STRING:return t.string();case A.BOOL:return t.bool();case A.DOUBLE:return t.double();case A.FLOAT:return t.float();case A.INT64:return ys(t.int64(),r);case A.UINT64:return ys(t.uint64(),r);case A.FIXED64:return ys(t.fixed64(),r);case A.FIXED32:return t.fixed32();case A.BYTES:return t.bytes();case A.UINT32:return t.uint32();case A.SFIXED32:return t.sfixed32();case A.SFIXED64:return ys(t.sfixed64(),r);case A.SINT32:return t.sint32();case A.SINT64:return ys(t.sint64(),r)}}}class LC{constructor(t){this.info=t}prepare(){if(!this.fields){const t=this.info.fields?this.info.fields.concat():[];this.fields=t.sort((e,r)=>e.no-r.no)}}write(t,e,r){this.prepare();for(const n of this.fields){let o,c,d=n.repeat,l=n.localName;if(n.oneof){const u=t[n.oneof];if(u.oneofKind!==l)continue;o=u[l],c=!0}else o=t[l],c=!1;switch(n.kind){case"scalar":case"enum":let u=n.kind=="enum"?A.INT32:n.T;if(d)if(se(Array.isArray(o)),d==Ld.PACKED)this.packed(e,u,n.no,o);else for(const h of o)this.scalar(e,u,n.no,h,!0);else o===void 0?se(n.opt):this.scalar(e,u,n.no,o,c||n.opt);break;case"message":if(d){se(Array.isArray(o));for(const h of o)this.message(e,r,n.T(),n.no,h)}else this.message(e,r,n.T(),n.no,o);break;case"map":se(typeof o=="object"&&o!==null);for(const[h,g]of Object.entries(o))this.mapEntry(e,r,n,h,g);break}}let i=r.writeUnknownFields;i!==!1&&(i===!0?Md.onWrite:i)(this.info.typeName,t,e)}mapEntry(t,e,r,i,n){t.tag(r.no,xe.LengthDelimited),t.fork();let o=i;switch(r.K){case A.INT32:case A.FIXED32:case A.UINT32:case A.SFIXED32:case A.SINT32:o=Number.parseInt(i);break;case A.BOOL:se(i=="true"||i=="false"),o=i=="true";break}switch(this.scalar(t,r.K,1,o,!0),r.V.kind){case"scalar":this.scalar(t,r.V.T,2,n,!0);break;case"enum":this.scalar(t,A.INT32,2,n,!0);break;case"message":this.message(t,e,r.V.T(),2,n);break}t.join()}message(t,e,r,i,n){n!==void 0&&(r.internalBinaryWrite(n,t.tag(i,xe.LengthDelimited).fork(),e),t.join())}scalar(t,e,r,i,n){let[o,c,d]=this.scalarInfo(e,i);(!d||n)&&(t.tag(r,o),t[c](i))}packed(t,e,r,i){if(!i.length)return;se(e!==A.BYTES&&e!==A.STRING),t.tag(r,xe.LengthDelimited),t.fork();let[,n]=this.scalarInfo(e);for(let o=0;o<i.length;o++)t[n](i[o]);t.join()}scalarInfo(t,e){let r=xe.Varint,i,n=e===void 0,o=e===0;switch(t){case A.INT32:i="int32";break;case A.STRING:o=n||!e.length,r=xe.LengthDelimited,i="string";break;case A.BOOL:o=e===!1,i="bool";break;case A.UINT32:i="uint32";break;case A.DOUBLE:r=xe.Bit64,i="double";break;case A.FLOAT:r=xe.Bit32,i="float";break;case A.INT64:o=n||ge.from(e).isZero(),i="int64";break;case A.UINT64:o=n||ut.from(e).isZero(),i="uint64";break;case A.FIXED64:o=n||ut.from(e).isZero(),r=xe.Bit64,i="fixed64";break;case A.BYTES:o=n||!e.byteLength,r=xe.LengthDelimited,i="bytes";break;case A.FIXED32:r=xe.Bit32,i="fixed32";break;case A.SFIXED32:r=xe.Bit32,i="sfixed32";break;case A.SFIXED64:o=n||ge.from(e).isZero(),r=xe.Bit64,i="sfixed64";break;case A.SINT32:i="sint32";break;case A.SINT64:o=n||ge.from(e).isZero(),i="sint64";break}return[r,i,n||o]}}function xC(s){const t=s.messagePrototype?Object.create(s.messagePrototype):Object.defineProperty({},Um,{value:s});for(let e of s.fields){let r=e.localName;if(!e.opt)if(e.oneof)t[e.oneof]={oneofKind:void 0};else if(e.repeat)t[r]=[];else switch(e.kind){case"scalar":t[r]=sh(e.T,e.L);break;case"enum":t[r]=0;break;case"map":t[r]={};break}}return t}function rh(s,t,e){let r,i=e,n;for(let o of s.fields){let c=o.localName;if(o.oneof){const d=i[o.oneof];if((d==null?void 0:d.oneofKind)==null)continue;if(r=d[c],n=t[o.oneof],n.oneofKind=d.oneofKind,r==null){delete n[c];continue}}else if(r=i[c],n=t,r==null)continue;switch(o.repeat&&(n[c].length=r.length),o.kind){case"scalar":case"enum":if(o.repeat)for(let l=0;l<r.length;l++)n[c][l]=r[l];else n[c]=r;break;case"message":let d=o.T();if(o.repeat)for(let l=0;l<r.length;l++)n[c][l]=d.create(r[l]);else n[c]===void 0?n[c]=d.create(r):d.mergePartial(n[c],r);break;case"map":switch(o.V.kind){case"scalar":case"enum":Object.assign(n[c],r);break;case"message":let l=o.V.T();for(let u of Object.keys(r))n[c][u]=l.create(r[u]);break}break}}}function UC(s,t,e){if(t===e)return!0;if(!t||!e)return!1;for(let r of s.fields){let i=r.localName,n=r.oneof?t[r.oneof][i]:t[i],o=r.oneof?e[r.oneof][i]:e[i];switch(r.kind){case"enum":case"scalar":let c=r.kind=="enum"?A.INT32:r.T;if(!(r.repeat?Bm(c,n,o):$m(c,n,o)))return!1;break;case"map":if(!(r.V.kind=="message"?Hm(r.V.T(),xd(n),xd(o)):Bm(r.V.kind=="enum"?A.INT32:r.V.T,xd(n),xd(o))))return!1;break;case"message":let d=r.T();if(!(r.repeat?Hm(d,n,o):d.equals(n,o)))return!1;break}}return!0}const xd=Object.values;function $m(s,t,e){if(t===e)return!0;if(s!==A.BYTES)return!1;let r=t,i=e;if(r.length!==i.length)return!1;for(let n=0;n<r.length;n++)if(r[n]!=i[n])return!1;return!0}function Bm(s,t,e){if(t.length!==e.length)return!1;for(let r=0;r<t.length;r++)if(!$m(s,t[r],e[r]))return!1;return!0}function Hm(s,t,e){if(t.length!==e.length)return!1;for(let r=0;r<t.length;r++)if(!s.equals(t[r],e[r]))return!1;return!0}const FC=Object.getOwnPropertyDescriptors(Object.getPrototypeOf({}));class v{constructor(t,e,r){this.defaultCheckDepth=16,this.typeName=t,this.fields=e.map(AC),this.options=r!=null?r:{},this.messagePrototype=Object.create(null,Object.assign(Object.assign({},FC),{[Um]:{value:this}})),this.refTypeCheck=new OC(this),this.refJsonReader=new DC(this),this.refJsonWriter=new NC(this),this.refBinReader=new VC(this),this.refBinWriter=new LC(this)}create(t){let e=xC(this);return t!==void 0&&rh(this,e,t),e}clone(t){let e=this.create();return rh(this,e,t),e}equals(t,e){return UC(this,t,e)}is(t,e=this.defaultCheckDepth){return this.refTypeCheck.is(t,e,!1)}isAssignable(t,e=this.defaultCheckDepth){return this.refTypeCheck.is(t,e,!0)}mergePartial(t,e){rh(this,t,e)}fromBinary(t,e){let r=TC(e);return this.internalBinaryRead(r.readerFactory(t),t.byteLength,r)}fromJson(t,e){return this.internalJsonRead(t,kC(e))}fromJsonString(t,e){let r=JSON.parse(t);return this.fromJson(r,e)}toJson(t,e){return this.internalJsonWrite(t,IC(e))}toJsonString(t,e){var r;let i=this.toJson(t,e);return JSON.stringify(i,null,(r=e==null?void 0:e.prettySpaces)!==null&&r!==void 0?r:0)}toBinary(t,e){let r=CC(e);return this.internalBinaryWrite(t,r.writerFactory(),r).finish()}internalJsonRead(t,e,r){if(t!==null&&typeof t=="object"&&!Array.isArray(t)){let i=r!=null?r:this.create();return this.refJsonReader.read(t,i,e),i}throw new Error(`Unable to parse message ${this.typeName} from JSON ${Xu(t)}.`)}internalJsonWrite(t,e){return this.refJsonWriter.write(t,e)}internalBinaryWrite(t,e,r){return this.refBinWriter.write(t,e,r),e}internalBinaryRead(t,e,r,i){let n=i!=null?i:this.create();return this.refBinReader.read(t,n,r,e),n}}var nr;(function(s){s[s.PUBLISHER=0]="PUBLISHER",s[s.SUBSCRIBER=1]="SUBSCRIBER"})(nr||(nr={}));var qs;(function(s){s[s.AUDIO=0]="AUDIO",s[s.VIDEO=1]="VIDEO"})(qs||(qs={}));class $C extends v{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 qm=new $C;class BC extends v{constructor(){super("media.HeaderExtension",[{no:1,name:"direction",kind:"scalar",opt:!0,T:9},{no:2,name:"uri",kind:"scalar",T:9}])}}const HC=new BC;class qC extends v{constructor(){super("media.Fingerprint",[{no:1,name:"algorithm",kind:"scalar",T:9},{no:2,name:"value",kind:"scalar",T:9}])}}new qC;class jC extends v{constructor(){super("media.SessionDescription",[{no:1,name:"target",kind:"enum",T:()=>["media.Target",nr]},{no:2,name:"type",kind:"scalar",T:9},{no:3,name:"sdp",kind:"scalar",T:9}])}}const Es=new jC;class GC extends v{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 WC=new GC;class JC extends v{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:()=>Es},{no:4,name:"private_ice",kind:"scalar",opt:!0,T:8},{no:5,name:"producers",kind:"message",repeat:1,T:()=>WC}])}}const KC=new JC;class zC extends v{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 YC=new zC;class QC extends v{constructor(){super("media.CreateTransportResponse",[{no:1,name:"transport_id",kind:"scalar",T:9},{no:2,name:"description",kind:"message",T:()=>Es},{no:3,name:"transcription_enabled",kind:"scalar",opt:!0,T:8},{no:4,name:"producer_ids",kind:"scalar",repeat:2,T:9}])}}const jm=new QC;class XC extends v{constructor(){super("media.RenegotiateRequest",[{no:1,name:"transport_id",kind:"scalar",T:9},{no:2,name:"description",kind:"message",T:()=>Es}])}}const ZC=new XC;class eR extends v{constructor(){super("media.RenegotiateResponse",[{no:1,name:"transport_id",kind:"scalar",T:9},{no:2,name:"description",kind:"message",T:()=>Es}])}}new eR;class tR extends v{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 sR=new tR;class rR extends v{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 iR=new rR;class nR extends v{constructor(){super("media.ProducerEntry",[{no:1,name:"producing_transport_id",kind:"scalar",T:9},{no:2,name:"producer_id",kind:"scalar",T:9}])}}new nR;class aR extends v{constructor(){super("media.ConsumerEntry",[{no:1,name:"consuming_transport_id",kind:"scalar",T:9},{no:2,name:"consumer_id",kind:"scalar",T:9}])}}new aR;class oR extends v{constructor(){super("media.ProducerState",[{no:1,name:"producer_id",kind:"scalar",T:9},{no:2,name:"kind",kind:"enum",T:()=>["media.ProducerKind",qs]},{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:()=>qm}])}}const po=new oR;class cR extends v{constructor(){super("media.ConsumerState",[{no:1,name:"consumer_id",kind:"scalar",T:9},{no:2,name:"producer_state",kind:"message",T:()=>po},{no:3,name:"producer_track",kind:"message",T:()=>iR},{no:4,name:"error_code",kind:"scalar",opt:!0,T:9}])}}const dR=new cR;class lR extends v{constructor(){super("media.ProducerIdToConsumerMap",[{no:1,name:"map",kind:"map",K:9,V:{kind:"message",T:()=>dR}}])}}const Gm=new lR;class uR extends v{constructor(){super("media.PeerRtpCapabilitites",[{no:1,name:"sender",kind:"message",T:()=>Km},{no:2,name:"receiver",kind:"message",T:()=>Km}])}}const Wm=new uR;class hR extends v{constructor(){super("media.RtpCapability",[{no:1,name:"codecs",kind:"message",repeat:1,T:()=>qm},{no:2,name:"header_extensions",kind:"message",repeat:1,T:()=>HC}])}}const Jm=new hR;class pR extends v{constructor(){super("media.RtpCapabilitites",[{no:1,name:"audio",kind:"message",T:()=>Jm},{no:2,name:"video",kind:"message",T:()=>Jm}])}}const Km=new pR;class gR extends v{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 mR=new gR;class fR extends v{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 zm=new fR;class SR extends v{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 vR=new SR;class TR extends v{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:()=>vR},{no:9,name:"capabilities",kind:"message",T:()=>Wm}])}}const yR=new TR;class ER extends v{constructor(){super("media.edge.PeerJoinCompleteRequest",[])}}const bR=new ER;class wR extends v{constructor(){super("media.edge.PeerLeaveRequest",[{no:1,name:"close_room",kind:"scalar",T:8}])}}const PR=new wR;class _R extends v{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 _R;class CR extends v{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:()=>mR},{no:5,name:"producing_transport_id",kind:"scalar",opt:!0,T:9},{no:6,name:"simulcast",kind:"message",T:()=>zm}])}}const RR=new CR;class kR extends v{constructor(){super("media.edge.ConsumePeersRequest",[{no:1,name:"requests",kind:"message",repeat:1,T:()=>RR},{no:2,name:"consuming_transport_id",kind:"scalar",opt:!0,T:9}])}}const IR=new kR;class AR extends v{constructor(){super("media.edge.UpdateConsumerSimulcastConfigRequest",[{no:1,name:"producer_id",kind:"scalar",T:9},{no:2,name:"simulcast",kind:"message",T:()=>zm},{no:3,name:"producing_transport_id",kind:"scalar",T:9},{no:4,name:"mid",kind:"scalar",T:9}])}}const MR=new AR;class OR extends v{constructor(){super("media.edge.UpdateConsumersSimulcastConfigRequest",[{no:1,name:"requests",kind:"message",repeat:1,T:()=>MR},{no:2,name:"consuming_transport_id",kind:"scalar",opt:!0,T:9}])}}const DR=new OR;class NR extends v{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:()=>Es},{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 VR=new NR;class LR extends v{constructor(){super("media.edge.SelectedPeersRequest",[])}}new LR;class xR extends v{constructor(){super("media.edge.GlobalPeerPinningRequest",[{no:1,name:"participant_id",kind:"scalar",T:9}])}}const UR=new xR;class FR extends v{constructor(){super("media.edge.ProducerToggleRequest",[{no:1,name:"producer_id",kind:"scalar",T:9},{no:2,name:"pause",kind:"scalar",T:8}])}}const Ud=new FR;class $R extends v{constructor(){super("media.edge.ConsumerToggleRequest",[{no:1,name:"consumer_id",kind:"scalar",T:9},{no:2,name:"pause",kind:"scalar",T:8}])}}new $R;class BR extends v{constructor(){super("media.edge.ProducerCloseRequest",[{no:1,name:"producer_id",kind:"scalar",T:9},{no:2,name:"description",kind:"message",T:()=>Es},{no:3,name:"producing_transport_id",kind:"scalar",opt:!0,T:9}])}}const HR=new BR;class qR extends v{constructor(){super("media.edge.ConsumerCloseRequest",[{no:1,name:"consumer_ids",kind:"scalar",repeat:2,T:9},{no:2,name:"description",kind:"message",T:()=>Es},{no:3,name:"consuming_transport_id",kind:"scalar",opt:!0,T:9}])}}const jR=new qR;class GR extends v{constructor(){super("media.edge.KickPeerRequest",[{no:1,name:"participant_id",kind:"scalar",T:9}])}}new GR;class WR extends v{constructor(){super("media.edge.KickAllPeersRequest",[{no:1,name:"propagate_kick_across_rooms",kind:"scalar",T:8}])}}const Ym=new WR;class JR extends v{constructor(){super("media.edge.PeerDisplayNameEditRequest",[{no:1,name:"participant_id",kind:"scalar",T:9},{no:2,name:"display_name",kind:"scalar",T:9}])}}const KR=new JR;class zR extends v{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 YR=new zR;class QR extends v{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 XR=new QR;class ZR extends v{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 ek=new ZR;class tk extends v{constructor(){super("media.edge.ErrorResponse",[{no:1,name:"error_message",kind:"scalar",T:9},{no:2,name:"event_id",kind:"scalar",T:5}])}}const sk=new tk;class rk extends v{constructor(){super("media.edge.EmptyResponse",[])}}new rk;class ik extends v{constructor(){super("media.edge.RoomParticipants",[{no:1,name:"peer_id",kind:"scalar",T:9},{no:2,name:"producer_states",kind:"message",repeat:1,T:()=>po},{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 Qm=new ik;class nk extends v{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 ih=new nk;class ak extends v{constructor(){super("media.edge.SelectedPeersDiffEntry",[{no:1,name:"peer_id",kind:"scalar",T:9},{no:2,name:"priority",kind:"scalar",T:5}])}}const ok=new ak;class ck extends v{constructor(){super("media.edge.SelectedPeersDiffResponse",[{no:1,name:"entries",kind:"message",repeat:1,T:()=>ok}])}}const Xm=new ck;class dk extends v{constructor(){super("media.edge.PeerJoinResponse",[])}}new dk;class lk extends v{constructor(){super("media.edge.PeerJoinCompleteResponse",[{no:1,name:"room_state",kind:"message",T:()=>ek},{no:2,name:"participants",kind:"message",repeat:1,T:()=>Qm},{no:3,name:"selected_peers",kind:"message",T:()=>ih},{no:4,name:"max_preferred_streams",kind:"scalar",T:5}])}}const nh=new lk;class uk extends v{constructor(){super("media.edge.PeerLeaveResponse",[{no:1,name:"closed",kind:"scalar",T:8}])}}const hk=new uk;class pk extends v{constructor(){super("media.edge.ConsumeMultipleProducerResponse",[{no:1,name:"status",kind:"scalar",T:8},{no:2,name:"consumer_ids_map",kind:"message",T:()=>Gm}])}}new pk;class gk extends v{constructor(){super("media.edge.ConsumePeerResponse",[{no:1,name:"status",kind:"scalar",T:8},{no:2,name:"consumer_ids_map",kind:"message",T:()=>Gm},{no:3,name:"description",kind:"message",T:()=>Es}])}}const mk=new gk;class fk extends v{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:()=>Es}])}}const Sk=new fk;class vk extends v{constructor(){super("media.edge.ProducerScoreResponse",[{no:1,name:"responseid",kind:"scalar",T:9},{no:2,name:"score",kind:"message",T:()=>sR}])}}new vk;class Tk extends v{constructor(){super("media.edge.ActiveSpeakerResponse",[{no:1,name:"responsepeer_id",kind:"scalar",T:9},{no:2,name:"volume",kind:"scalar",T:5}])}}new Tk;class yk extends v{constructor(){super("media.edge.NoActiveSpeakerResponse",[])}}new yk;class Ek extends v{constructor(){super("media.edge.ProducerToggleResponse",[])}}new Ek;class bk extends v{constructor(){super("media.edge.ConsumerToggleResponse",[])}}new bk;class wk extends v{constructor(){super("media.edge.ProducerClosingResponse",[{no:1,name:"description",kind:"message",T:()=>Es}])}}const Pk=new wk;class _k extends v{constructor(){super("media.edge.ConsumerClosingResponse",[{no:1,name:"description",kind:"message",T:()=>Es}])}}const Ck=new _k;class Rk extends v{constructor(){super("media.edge.GlobalPeerPinningResponse",[])}}new Rk;class kk extends v{constructor(){super("media.edge.KickPeerResponse",[{no:1,name:"status",kind:"scalar",T:9}])}}new kk;class Ik extends v{constructor(){super("media.edge.KickAllPeersResponse",[{no:1,name:"status",kind:"scalar",T:9}])}}new Ik;class Ak extends v{constructor(){super("media.edge.HostMediaControlForPeerResponse",[{no:1,name:"status",kind:"scalar",T:9}])}}const Mk=new Ak;class Ok extends v{constructor(){super("media.edge.HostMediaControlForAllPeerResponse",[{no:1,name:"status",kind:"scalar",T:9}])}}const Dk=new Ok;class Nk extends v{constructor(){super("media.edge.PeerDisplayNameEditResponse",[{no:1,name:"status",kind:"scalar",T:9}])}}const Vk=new Nk;class Lk extends v{constructor(){super("media.edge.PeerJoinBroadcastResponse",[{no:1,name:"participant",kind:"message",T:()=>Qm}])}}const Zm=new Lk;class xk extends v{constructor(){super("media.edge.TrackSubscriptionKind",[{no:1,name:"audio",kind:"scalar",T:8},{no:2,name:"video",kind:"scalar",T:8}])}}const ef=new xk;class Uk extends v{constructor(){super("media.edge.TrackSubscription",[{no:1,name:"label",kind:"scalar",T:9},{no:2,name:"webcam",kind:"message",T:()=>ef},{no:3,name:"screenshare",kind:"message",T:()=>ef}])}}const Fk=new Uk;class $k extends v{constructor(){super("media.edge.PeerProducingTransportCreateBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9},{no:2,name:"transport_details",kind:"message",T:()=>jm},{no:3,name:"track_subscriptions",kind:"message",repeat:1,T:()=>Fk}])}}new $k;class Bk extends v{constructor(){super("media.edge.PeerProducerCreateBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9},{no:2,name:"producer_state",kind:"message",T:()=>po}])}}const Hk=new Bk;class qk extends v{constructor(){super("media.edge.PeerProducerToggleBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9},{no:2,name:"producer_state",kind:"message",T:()=>po},{no:3,name:"initiator_participant_id",kind:"scalar",opt:!0,T:9}])}}const tf=new qk;class jk extends v{constructor(){super("media.edge.PeerProducerCloseBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9},{no:2,name:"producer_state",kind:"message",T:()=>po}])}}const Gk=new jk;class Wk extends v{constructor(){super("media.edge.PeerLeaveBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9}])}}const ah=new Wk;class Jk extends v{constructor(){super("media.edge.GlobalPeerPinningBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9}])}}const sf=new Jk;class Kk extends v{constructor(){super("media.edge.GlobalPeerUnPinningBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9}])}}new Kk;class zk extends v{constructor(){super("media.edge.RecordingStartedBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9}])}}new zk;class Yk extends v{constructor(){super("media.edge.RecordingStoppedBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9}])}}new Yk;class Qk extends v{constructor(){super("media.edge.PeerDisplayNameEditBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9},{no:2,name:"display_name",kind:"scalar",T:9}])}}new Qk;class Xk extends v{constructor(){super("media.edge.PeerPingRequestBroadcastResponse",[{no:1,name:"password",kind:"scalar",T:9}])}}new Xk;class Zk extends v{constructor(){super("media.edge.MediaRoomTerminationBroadcastResponse",[{no:1,name:"reason",kind:"scalar",T:9}])}}new Zk;class eI extends v{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 oh=new eI;class tI extends v{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 tI;class sI extends v{constructor(){super("socket.api.ErrorMessage",[{no:1,name:"code",kind:"scalar",opt:!0,T:5},{no:2,name:"message",kind:"scalar",T:9}])}}const rI=new sI;var Pi;(function(s){s[s.BROWSER=0]="BROWSER",s[s.TRACK=1]="TRACK",s[s.COMPOSITE=2]="COMPOSITE"})(Pi||(Pi={}));var ar;(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"})(ar||(ar={}));var ch;(function(s){s[s.NONE=0]="NONE",s[s.RECORDER=1]="RECORDER",s[s.LIVESTREAMER=2]="LIVESTREAMER"})(ch||(ch={}));var dh;(function(s){s[s.PEERS=0]="PEERS",s[s.ROOMS=1]="ROOMS"})(dh||(dh={}));var Fd;(function(s){s[s.HIVE=0]="HIVE",s[s.CHAT=1]="CHAT",s[s.PING=2]="PING"})(Fd||(Fd={}));class iI extends v{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 nI=new iI;class aI extends v{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",ar,"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:()=>nI}])}}const $d=new aI;class oI extends v{constructor(){super("socket.room.PeerInfoResponse",[{no:1,name:"peer",kind:"message",T:()=>$d}])}}const Nn=new oI;class cI extends v{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",ar,"STAGE_TYPE_"]}])}}const rf=new cI;class dI extends v{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 lI=new dI;class uI extends v{constructor(){super("socket.room.RoomPeersInfoResponse",[{no:1,name:"peers",kind:"message",repeat:1,T:()=>$d}])}}const lh=new uI;class hI extends v{constructor(){super("socket.room.RoomPeerCountResponse",[{no:1,name:"count",kind:"scalar",T:4,L:2}])}}const nf=new hI;class pI extends v{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:()=>mI},{no:6,name:"room_uuid",kind:"scalar",opt:!0,T:9}])}}const af=new pI;class gI extends v{constructor(){super("socket.room.ActiveRecording",[{no:1,name:"recording_id",kind:"scalar",T:9},{no:2,name:"recording_type",kind:"enum",T:()=>["common.RecordingType",Pi]},{no:3,name:"recording_status",kind:"scalar",T:9}])}}const mI=new gI;class fI extends v{constructor(){super("socket.room.RoomInfoResponse",[{no:1,name:"room",kind:"message",T:()=>af}])}}const of=new fI;class SI extends v{constructor(){super("socket.room.GetPeerInfoRequest",[{no:1,name:"peer_id",kind:"scalar",T:9}])}}const cf=new SI;class vI extends v{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 vI;class TI extends v{constructor(){super("socket.room.JoinRoomRequest",[{no:1,name:"peer",kind:"message",T:()=>$d},{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",Fd,"CAPABILITIES_"]},{no:8,name:"timestamp",kind:"scalar",opt:!0,T:4,L:2}])}}const yI=new TI;class EI extends v{constructor(){super("socket.room.LeaveRoomRequest",[{no:1,name:"peer",kind:"message",T:()=>$d},{no:2,name:"timestamp",kind:"scalar",opt:!0,T:4,L:2}])}}const bI=new EI;class wI extends v{constructor(){super("socket.room.UpdateRoomInfoRequest",[{no:1,name:"room",kind:"message",T:()=>af}])}}new wI;class PI extends v{constructor(){super("socket.room.GetConnectedRoomsDumpRequest",[])}}new PI;class _I extends v{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 uh=new _I;class CI extends v{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 RI=new CI;class kI extends v{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:()=>RI}])}}const df=new kI;class II extends v{constructor(){super("socket.room.GetConnectedRoomsDumpResponse",[{no:1,name:"parent_meeting",kind:"message",T:()=>df},{no:2,name:"meetings",kind:"message",repeat:1,T:()=>df}])}}const AI=new II;class MI extends v{constructor(){super("socket.room.CreateRoomRequestPayload",[{no:1,name:"title",kind:"scalar",opt:!0,T:9}])}}const OI=new MI;class DI extends v{constructor(){super("socket.room.CreateConnectedRoomsRequest",[{no:1,name:"payloads",kind:"message",repeat:1,T:()=>OI}])}}const NI=new DI;class VI extends v{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:()=>uh}])}}const LI=new VI;class xI extends v{constructor(){super("socket.room.CreateConnectedRoomsResponse",[{no:1,name:"payloads",kind:"message",repeat:1,T:()=>LI}])}}const lf=new xI;class UI extends v{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 FI=new UI;class $I extends v{constructor(){super("socket.room.UpdateConnectedRoomsRequest",[{no:1,name:"payloads",kind:"message",repeat:1,T:()=>FI}])}}new $I;class BI extends v{constructor(){super("socket.room.DisableRoomPayload",[{no:1,name:"id",kind:"scalar",opt:!0,T:9}])}}const HI=new BI;class qI extends v{constructor(){super("socket.room.DisableConnectedRoomsRequest",[{no:1,name:"payloads",kind:"message",repeat:1,T:()=>HI}])}}const jI=new qI;class GI extends v{constructor(){super("socket.room.DisableConnectedRoomsResponse",[{no:1,name:"payloads",kind:"message",repeat:1,T:()=>KI}])}}const WI=new GI;class JI extends v{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:()=>uh}])}}const KI=new JI;class zI extends v{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 YI=new zI;class QI extends v{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:()=>YI}])}}const XI=new QI;class ZI extends v{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:()=>uh}])}}const uf=new ZI;class eA extends v{constructor(){super("socket.room.MovePeersBetweenRoomsResponse",[{no:1,name:"payloads",kind:"message",repeat:1,T:()=>uf}])}}new eA;class tA extends v{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 sA=new tA;class rA extends v{constructor(){super("socket.room.GetAllAddedParticipantsResponse",[{no:1,name:"participants",kind:"message",repeat:1,T:()=>aA}])}}const iA=new rA;class nA extends v{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 aA=new nA;class oA extends v{constructor(){super("socket.room.RemoveParticipantsRequest",[{no:1,name:"peer_ids",kind:"scalar",repeat:2,T:9}])}}const hf=new oA;class cA extends v{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",dh,"BROADCAST_TYPE_"]}])}}const go=new cA;class dA extends v{constructor(){super("socket.room.AcceptWaitingRoomRequests",[{no:1,name:"user_ids",kind:"scalar",repeat:2,T:9}])}}const lA=new dA;class uA extends v{constructor(){super("socket.room.DenyWaitingRoomRequests",[{no:1,name:"user_ids",kind:"scalar",repeat:2,T:9}])}}const hA=new uA;class pA extends v{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 gA=new pA;class mA extends v{constructor(){super("socket.room.GetWaitingRoomRequests",[{no:1,name:"requests",kind:"message",repeat:1,T:()=>gA}])}}const pf=new mA;class fA extends v{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 gf=new fA;var hh;(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"})(hh||(hh={}));var Ur;(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"})(Ur||(Ur={}));class SA extends v{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 vA=new SA;class TA extends v{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 yA=new TA;class EA extends v{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 bA=new EA;class wA extends v{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 PA=new wA;class _A extends v{constructor(){super("socket.preset.ChatPermissionUpdate",[{no:1,name:"public",kind:"message",T:()=>bA},{no:2,name:"private",kind:"message",T:()=>PA}])}}const CA=new _A;class RA extends v{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 kA=new RA;class IA extends v{constructor(){super("socket.preset.StreamPermission",[{no:1,name:"can_produce",kind:"enum",opt:!0,T:()=>["socket.preset.StreamPermissionType",Ur,"STREAM_PERMISSION_TYPE_"]},{no:2,name:"can_consume",kind:"enum",opt:!0,T:()=>["socket.preset.StreamPermissionType",Ur,"STREAM_PERMISSION_TYPE_"]}])}}const ph=new IA;class AA extends v{constructor(){super("socket.preset.MediaPermissionUpdate",[{no:1,name:"video",kind:"message",T:()=>ph},{no:2,name:"audio",kind:"message",T:()=>ph},{no:3,name:"screenshare",kind:"message",T:()=>ph}])}}const MA=new AA;class OA extends v{constructor(){super("socket.preset.PresetUpdates",[{no:1,name:"polls",kind:"message",T:()=>vA},{no:2,name:"plugins",kind:"message",T:()=>yA},{no:3,name:"chat",kind:"message",T:()=>CA},{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",hh,"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",ch,"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:()=>kA},{no:23,name:"media",kind:"message",T:()=>MA}])}}const gh=new OA;class DA extends v{constructor(){super("socket.preset.ReadPeersPresetRequest",[{no:1,name:"user_ids",kind:"scalar",repeat:2,T:9}])}}const NA=new DA;class VA extends v{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 LA=new VA;class xA extends v{constructor(){super("socket.preset.ReadPeersPresetResponse",[{no:1,name:"peer_presets",kind:"message",repeat:1,T:()=>LA}])}}const UA=new xA;class FA extends v{constructor(){super("socket.preset.UpdatePeerPreset",[{no:1,name:"user_ids",kind:"scalar",T:9},{no:2,name:"patch",kind:"message",T:()=>gh}])}}const mf=new FA;class $A extends v{constructor(){super("socket.preset.UpdatePeersPresetRequest",[{no:1,name:"update_peers_presets",kind:"message",repeat:1,T:()=>mf}])}}const BA=new $A;class HA extends v{constructor(){super("socket.preset.UpdatePeersPresetResponse",[{no:1,name:"update_peers_presets",kind:"message",repeat:1,T:()=>mf}])}}const ff=new HA;class qA extends v{constructor(){super("socket.preset.PeerUserIDMap",[{no:1,name:"peer_id",kind:"scalar",T:9},{no:2,name:"user_id",kind:"scalar",T:9}])}}const jA=new qA;class GA extends v{constructor(){super("socket.preset.BulkUpdatePeerPresetRequest",[{no:1,name:"peers",kind:"message",repeat:1,T:()=>jA},{no:2,name:"patch",kind:"message",T:()=>gh}])}}new GA;class WA extends v{constructor(){super("socket.preset.BulkUpdatePeerPresetResponse",[{no:2,name:"patch",kind:"message",T:()=>gh}])}}new WA;class JA extends v{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 Fr=new JA;class KA extends v{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 zA=new KA;class YA extends v{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:()=>zA}])}}const QA=new YA;class XA extends v{constructor(){super("socket.chat.GetPaginatedChatMessageRoomResponse",[{no:1,name:"messages",kind:"message",repeat:1,T:()=>Fr},{no:2,name:"next",kind:"scalar",T:8}])}}const ZA=new XA;class e0 extends v{constructor(){super("socket.chat.GetChatMessagesResponse",[{no:1,name:"messages",kind:"message",repeat:1,T:()=>Fr}])}}const Sf=new e0;class t0 extends v{constructor(){super("socket.chat.SendChatMessageToRoomRequest",[{no:1,name:"payload_type",kind:"scalar",T:5},{no:2,name:"payload",kind:"scalar",T:9}])}}const s0=new t0;class r0 extends v{constructor(){super("socket.chat.SendChatMessageToRoomResponse",[{no:1,name:"message",kind:"message",T:()=>Fr}])}}const mh=new r0;class i0 extends v{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 n0=new i0;class a0 extends v{constructor(){super("socket.chat.SendChatMessageToPeersResponse",[{no:1,name:"message",kind:"message",T:()=>Fr}])}}const fh=new a0;class o0 extends v{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 o0;class c0 extends v{constructor(){super("socket.chat.SendChatMessageToChannelResponse",[{no:1,name:"message",kind:"message",T:()=>Fr}])}}new c0;class d0 extends v{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 l0=new d0;class u0 extends v{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 h0=new u0;class p0 extends v{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:()=>Fr}])}}const Bd=new p0;class g0 extends v{constructor(){super("socket.chat.EditChatMessageResponse",[{no:1,name:"message",kind:"message",T:()=>Fr}])}}const Hd=new g0;class m0 extends v{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 f0=new m0;class S0 extends v{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 qd=new S0;class v0 extends v{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 T0=new v0;class y0 extends v{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 y0;class E0 extends v{constructor(){super("socket.chat.MarkChannelIndexAsReadResponse",[{no:1,name:"channel_index",kind:"scalar",T:9}])}}new E0;class b0 extends v{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 b0;class w0 extends v{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 w0;class P0 extends v{constructor(){super("socket.chat.CreateChatChannelResponse",[{no:1,name:"chat_channel_id",kind:"scalar",T:9}])}}new P0;class _0 extends v{constructor(){super("socket.chat.GetChatChannelRequest",[{no:1,name:"chat_channel_id",kind:"scalar",T:9}])}}new _0;class C0 extends v{constructor(){super("socket.chat.LatestMessageAndUnreadCount",[{no:1,name:"message",kind:"message",T:()=>Fr},{no:2,name:"unread_count",kind:"scalar",T:4,L:2}])}}const R0=new C0;class k0 extends v{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:()=>R0},{no:7,name:"target_user_ids",kind:"scalar",repeat:2,T:9}])}}const I0=new k0;class A0 extends v{constructor(){super("socket.chat.GetChatChannelResponse",[{no:1,name:"chat_channels",kind:"message",repeat:1,T:()=>I0}])}}new A0;class M0 extends v{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 O0=new M0;class D0 extends v{constructor(){super("socket.chat.GetChatChannelMembersResponse",[{no:1,name:"channel_members",kind:"message",repeat:1,T:()=>O0}])}}new D0;class N0 extends v{constructor(){super("socket.plugin.AddPluginRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"staggered",kind:"scalar",T:8}])}}const V0=new N0;class L0 extends v{constructor(){super("socket.plugin.RemovePluginRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"staggered",kind:"scalar",T:8}])}}const x0=new L0;class U0 extends v{constructor(){super("socket.plugin.EnablePluginForRoomRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9}])}}const F0=new U0;class $0 extends v{constructor(){super("socket.plugin.DisablePluginForRoomRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9}])}}const B0=new $0;class H0 extends v{constructor(){super("socket.plugin.EnablePluginForPeersRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"peer_ids",kind:"scalar",repeat:2,T:9}])}}const q0=new H0;class j0 extends v{constructor(){super("socket.plugin.DisablePluginForPeersRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"peer_ids",kind:"scalar",repeat:2,T:9}])}}const G0=new j0;class W0 extends v{constructor(){super("socket.plugin.PluginEventToRoomRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"plugin_data",kind:"scalar",T:12}])}}const J0=new W0;class K0 extends v{constructor(){super("socket.plugin.PluginEventToPeersRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"peer_ids",kind:"scalar",repeat:2,T:9},{no:3,name:"plugin_data",kind:"scalar",T:12}])}}const z0=new K0;class Y0 extends v{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 Sh=new Y0;class Q0 extends v{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:()=>Sh}])}}const vf=new Q0;class X0 extends v{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:()=>Sh}])}}const Z0=new X0;class eM extends v{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:()=>Sh}])}}const tM=new eM;class sM extends v{constructor(){super("socket.plugin.PluginStoreDeleteRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"store_name",kind:"scalar",T:9}])}}const rM=new sM;class iM extends v{constructor(){super("socket.plugin.EnablePluginResponse",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"enabled_by",kind:"scalar",T:9}])}}const vh=new iM;class nM extends v{constructor(){super("socket.plugin.EnablePluginsResponse",[{no:1,name:"plugins",kind:"message",repeat:1,T:()=>vh}])}}const aM=new nM;class oM extends v{constructor(){super("socket.plugin.DisablePluginResponse",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"disabled_by",kind:"scalar",T:9}])}}const Tf=new oM;class cM extends v{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 dM=new cM;class lM extends v{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:()=>dM}])}}const yf=new lM;class uM extends v{constructor(){super("socket.plugin.PluginEventResponse",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"plugin_data",kind:"scalar",T:12}])}}const Ef=new uM;class hM extends v{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 bf=new hM;class pM extends v{constructor(){super("socket.livestreaming.GetStagePeersResponse",[{no:1,name:"stage_peers",kind:"scalar",repeat:2,T:9}])}}const wf=new pM;class gM extends v{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 mM=new gM;class fM extends v{constructor(){super("socket.livestreaming.GetStageRequestsResponse",[{no:1,name:"stage_requests",kind:"message",repeat:1,T:()=>mM}])}}const Th=new fM;class SM extends v{constructor(){super("socket.livestreaming.GrantStageAccessRequest",[{no:1,name:"user_ids",kind:"scalar",repeat:2,T:9}])}}const vM=new SM;class TM extends v{constructor(){super("socket.livestreaming.DenyStageAccessRequest",[{no:1,name:"user_ids",kind:"scalar",repeat:2,T:9}])}}const yM=new TM;class EM extends v{constructor(){super("socket.livestreaming.LeaveStageRequest",[{no:1,name:"user_ids",kind:"scalar",repeat:2,T:9}])}}const Pf=new EM;class bM extends v{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:()=>PM},{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 _f=new bM;class wM extends v{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:()=>CM}])}}const PM=new wM;class _M extends v{constructor(){super("socket.polls.PollVote",[{no:1,name:"user_id",kind:"scalar",T:9},{no:2,name:"name",kind:"scalar",T:9}])}}const CM=new _M;class RM extends v{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 kM=new RM;class IM extends v{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 AM=new IM;class MM extends v{constructor(){super("socket.polls.UpdatePollResponse",[{no:1,name:"poll",kind:"message",T:()=>_f}])}}const yh=new MM;class OM extends v{constructor(){super("socket.polls.GetPollsResponse",[{no:1,name:"polls",kind:"message",repeat:1,T:()=>_f}])}}const DM=new OM;class NM extends v{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",Pi]}])}}const Cf=new NM;class VM extends v{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=ge.from(Math.floor(e/1e3)).toBigInt(),t.nanos=e%1e3*1e6,t}toDate(t){return new Date(ge.from(t.seconds).toNumber()*1e3+Math.ceil(t.nanos/1e6))}fromDate(t){const e=this.create(),r=t.getTime();return e.seconds=ge.from(Math.floor(r/1e3)).toBigInt(),e.nanos=r%1e3*1e6,e}internalJsonWrite(t,e){let r=ge.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 "+Xu(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=ge.from(n/1e3).toBigInt(),r.nanos=0,i[7]&&(r.nanos=parseInt("1"+i[7]+"0".repeat(9-i[7].length))-1e9),r}}new VM;class LM extends v{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 Eh=new LM;class xM extends v{constructor(){super("common.BulkedHubMessage",[{no:1,name:"messages",kind:"message",repeat:1,T:()=>Eh}])}}new xM;class UM extends v{constructor(){super("common.CFWorkersResponse",[{no:1,name:"responses",kind:"message",repeat:1,T:()=>Eh},{no:2,name:"broadcast_responses",kind:"message",repeat:1,T:()=>Eh}])}}new UM;const FM=0,$M=1,BM=2,HM=3,qM=5,jM={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},GM={getMessages:0,sendMessageToRoom:1,sendMessageToPeers:2,editMessage:3,deleteMessage:4,getPaginatedMessages:5,searchChannelMessages:7,pinMessage:10},WM={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},JM={createPoll:0,getPolls:1,votePoll:2,updatePoll:3},Rf={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},KM={getUserPresets:0,updateUserPreset:1};function mo(s,t){return Object.keys(t).reduce((e,r)=>(e[r]=(s<<16)+t[r],e),{})}function kf(s,t){return Object.keys(s).reduce((e,r)=>(e[r]=t|s[r],e),{})}const U=mo(FM,jM),Ge=mo($M,GM),G=mo(BM,WM),or=mo(HM,JM),$r=kf(Rf,16777216),bs=kf(Rf,50331648),jd=mo(qM,KM);var zM=Object.defineProperty,YM=Object.getOwnPropertyDescriptor,Br=(s,t,e,r)=>{for(var i=r>1?void 0:r?YM(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&&zM(t,e,i),i},is=(s=>(s[s.TEXT=0]="TEXT",s[s.IMAGE=1]="IMAGE",s[s.FILE=2]="FILE",s[s.CUSTOM=3]="CUSTOM",s))(is||{});class cr{constructor(t,e){m(this,Jt,void 0);m(this,Yn,void 0);f(this,Jt,e),f(this,Yn,t)}get telemetry(){return a(this,Yn).getValue("telemetry")}get logger(){return a(this,Yn).getValue("logger")}getChatMessages(){return a(this,Jt).sendMessagePromise(Ge.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,Jt).sendMessagePromise(Ge.getPaginatedMessages,QA.toBinary(n));return o.payload?ZA.fromBinary(o.payload):{messages:[],next:!1}}sendMessageToRoom(t,e){const r={payloadType:e,payload:t};a(this,Jt).sendMessage(Ge.sendMessageToRoom,s0.toBinary(r))}sendMessageToPeers(t,e,r){const i={payloadType:e,peerIds:r,payload:t};a(this,Jt).sendMessage(Ge.sendMessageToPeers,n0.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,Jt).sendMessagePromise(Ge.editMessage,l0.toBinary(n));return Hd.fromBinary(o.payload).message}async deleteMessage(t){const e={chatId:t},r=await a(this,Jt).sendMessagePromise(Ge.deleteMessage,f0.toBinary(e));return{id:qd.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,Jt).sendMessagePromise(Ge.searchChannelMessages,T0.toBinary(r));return Sf.fromBinary(d.payload).messages}catch(d){return[]}}async setPinState(t,e){const r={chatId:t,pinned:e},i=await a(this,Jt).sendMessagePromise(Ge.pinMessage,h0.toBinary(r));return Bd.fromBinary(i.payload)}on(t,e){let r,i;switch(t){case Ge.sendMessageToRoom:{r=mh.fromBinary.bind(mh),i=mh.create();break}case Ge.sendMessageToPeers:{r=fh.fromBinary.bind(fh),i=fh.create();break}case Ge.editMessage:{r=Hd.fromBinary.bind(Hd),i=Hd.create();break}case Ge.pinMessage:{r=Bd.fromBinary.bind(Bd),i=Bd.create();break}case Ge.deleteMessage:{r=qd.fromBinary.bind(qd),i=qd.create();break}}if(!r){this.logger.warn(`ChatSocketHandler::Event ${t} is not recognized`);return}a(this,Jt).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)})}}Jt=new WeakMap,Yn=new WeakMap,Br([E.trace("SocketService.getChatMessages")],cr.prototype,"getChatMessages",1),Br([E.trace("SocketService.getChatMessagesPaginated")],cr.prototype,"getChatMessagesPaginated",1),Br([E.trace("SocketService.sendMessageToRoom")],cr.prototype,"sendMessageToRoom",1),Br([E.trace("SocketService.sendMessageToPeers")],cr.prototype,"sendMessageToPeers",1),Br([E.trace("SocketService.sendMessage")],cr.prototype,"sendMessage",1),Br([E.trace("SocketService.editMessage")],cr.prototype,"editMessage",1),Br([E.trace("SocketService.deleteMessage")],cr.prototype,"deleteMessage",1),Br([E.trace("SocketService.searchMessages")],cr.prototype,"searchMessages",1);function QM(s){return s.replace(/([-_]\w)/g,t=>t[1].toUpperCase())}function ws(s){if(!s||typeof s!="object")return s;if(Array.isArray(s))return s.map(e=>ws(e));const t={};return Object.keys(s).forEach(e=>{const r=yu(e)?e:QM(e);t[r]=ws(s[e])}),t}function XM(s){return s.replace(/[A-Z]/g,t=>`_${t.toLowerCase()}`)}function If(s){if(!s||typeof s!="object")return s;if(Array.isArray(s))return s.map(e=>If(e));const t={};return Object.keys(s).forEach(e=>{const r=yu(e)?e:XM(e);t[r]=s[e]}),t}function Gd(s,t={}){return s==null?{}:(Object.getOwnPropertyNames(s).forEach(e=>{if(typeof s[e]!="function"){if(typeof s[e]=="object"){Gd(s[e],t[e]={});return}t[e]=s[e]}}),t)}class Af{constructor(t){p(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 h;const e=((h=t.method)==null?void 0:h.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 g=new AbortController,S=setTimeout(()=>g.abort(),d);c.signal=g.signal;const y=await fetch(r,c);clearTimeout(S);let P=null;const b=y.headers.get("content-type");b&&b.includes("application/json")?P=await y.json():P=await y.text();const R={};y.headers.forEach((F,L)=>{R[L]=F});const D={data:P,status:y.status,statusText:y.statusText,headers:R,config:t};if(!y.ok)throw D;return D}catch(g){if(g instanceof Error&&l>0)return await new Promise(S=>setTimeout(S,u)),this.defaults.baseURL===wi.apiBase.prod?this.defaults.baseURL=wi.apiBase.prodAlternate:this.defaults.baseURL===wi.apiBase.prodAlternate&&(this.defaults.baseURL=wi.apiBase.prod),this.request({...t,retry:l-1});throw g}}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 ZM=3,eO=30,tO=8e3;class sO{constructor(t,e){p(this,"ipInfo");p(this,"fetchClient");p(this,"requests");p(this,"roomName");p(this,"roomUUID");p(this,"authToken");p(this,"organizationId");p(this,"iceServers");p(this,"pluginInformation");p(this,"userDetails");p(this,"roomDetails");p(this,"context");this.context=t;const{timeout:r=tO,retry:i=ZM,retryDelay:n=eO,baseURL:o=wi.apiBase.prod,authToken:c,cachedUserDetails:d}=e||{};this.iceServers=d==null?void 0:d.iceServers,this.pluginInformation=d==null?void 0:d.pluginInformation,this.userDetails=d==null?void 0:d.userDetails,this.roomDetails=d==null?void 0:d.roomDetails,this.requests=new Af({baseURL:o,timeout:r,retry:i,retryDelay:n,responseType:"json"}),this.fetchClient=new Af({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 g,S,y,P,b;const h=t.getValue("telemetry");try{h.injectContext(this.requests.defaults.headers.common);const R=await l(u);return u.url!==h.logsEndpoint&&this.logger.debug("xhr::fetch",{networkCall:{status:R.status,statusText:R.statusText,baseURL:u.baseURL||this.requests.defaults.baseURL,url:u.url,method:u.method}}),R}catch(R){throw R?(((g=R.config)==null?void 0:g.url)!==h.logsEndpoint&&this.logger.error("xhr::fetch",{error:R,networkCall:{status:R.status,statusText:R.statusText,baseURL:((S=R.config)==null?void 0:S.baseURL)||this.requests.defaults.baseURL,url:(y=R.config)==null?void 0:y.url,retries:(P=R.config)==null?void 0:P.retry,method:(b=R.config)==null?void 0:b.method,isOnline:navigator.onLine?"online":"offline"}}),new k(R.message||"Network request failed","0011")):new k("Unknown network error occurred","0011")}}}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 rO=Object.defineProperty,iO=Object.getOwnPropertyDescriptor,ns=(s,t,e,r)=>{for(var i=r>1?void 0:r?iO(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&&rO(t,e,i),i};class Bt extends sO{constructor(e,r){super(e,r);p(this,"telemetry");this.telemetry=e.getValue("telemetry"),this.setHeader("x-realtimekit-version",e.getValue("sdkVersion"))}async getIPDetails(){var r;const{peerId:e}=this;try{const i=await Pu.getIPDetails({peerId:e,apiHostnames:wm(this.context),logger:cm});if(this.logger.log("ipInfo",{ipInfo:i}),((r=i==null?void 0:i.loc)==null?void 0:r.length)>5)return i;throw Error("Insufficient data")}catch(i){this.logger.warn("APIClient.getIPDetails Failed to get ip details",{error:{name:i.name,message:i.message}});return}}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 getPlugins(){var n,o,c,d,l,u,h;if(this.pluginInformation)return this.pluginInformation;const{plugins:e}=(await this.requests.get("/v2/plugins/user")).data.data,r=((o=(n=this.context.getValue("flagsmith").getValue(X.V1_PLUGINS))==null?void 0:n.toString())==null?void 0:o.split(","))||[],i=e.reduce((g,S)=>(g[r.includes(S.id)?"v1":"v2"].push({...S,name:S.name.replace("v2","")}),g),{v1:[],v2:[]});return(l=(d=(c=this.context.getValue("modules"))==null?void 0:c.devTools)==null?void 0:d.plugins)!=null&&l.length&&((h=(u=this.context.getValue("modules"))==null?void 0:u.devTools)==null||h.plugins.forEach(g=>{var y,P,b;const S={...uo,tags:[...uo.tags],baseUrl:`http://localhost:${g.port}`,name:g.name,picture:(y=g.picture)!=null?y:uo.picture,createdAt:new Date().toISOString(),updatedAt:new Date().toISOString(),id:g.id,organizationId:this.organizationId,description:(P=g.description)!=null?P:uo.description,staggered:(b=g.staggered)!=null?b:uo.staggered};i.v2.push(S)})),i.v2}async getPluginDetails(e){const{plugin:r}=(await this.requests.get(`/v2/plugins/view/${e}`)).data.data;return r}async getPluginConfig(e){return(await this.fetchClient.get(`${e}/dyte-config.json`)).data}async authorizePlugin(e){const r={peerId:this.peerId},{token:i}=(await this.requests.post(`/v2/plugins/authorize/${e}`,r)).data.data;return i}async getPresignedUrls(e){const r=On(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=ws(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=ws((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 ws(e)}async startRecording(e,r){return(await this.requests.post("/v2/recordings",{...If(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 k("Cant fetch transcript s3 url","1801")}}async getRoomNodeData(){const e=await this.getIPDetails();if(this.ipInfo=e,this.roomDetails)return this.roomDetails;const{title:r}=ws((await this.requests.post("v2/internals/rooms",{ip_information:e})).data.data);return{meetingTitle:r}}}ns([E.trace("APIClient.getIPDetails")],Bt.prototype,"getIPDetails",1),ns([E.trace("APIClient.getICEServers")],Bt.prototype,"getICEServers",1),ns([E.trace("APIClient.getPlugins")],Bt.prototype,"getPlugins",1),ns([E.trace("APIClient.startLivestreaming")],Bt.prototype,"startLivestreaming",1),ns([E.trace("APIClient.stopLivestreaming")],Bt.prototype,"stopLivestreaming",1),ns([E.trace("APIClient.getActiveLivestream")],Bt.prototype,"getActiveLivestream",1),ns([E.trace("APIClient.getUserDetails")],Bt.prototype,"getUserDetails",1),ns([E.trace("APIClient.startRecording")],Bt.prototype,"startRecording",1),ns([E.trace("APIClient.stopRecording")],Bt.prototype,"updateRecording",1),ns([E.trace("APIClient.getActiveRecording")],Bt.prototype,"getActiveRecording",1),ns([E.trace("APIClient.getActiveTranscript")],Bt.prototype,"getActiveTranscript",1),ns([E.trace("APIClient.getRoomNodeData")],Bt.prototype,"getRoomNodeData",1);let bh;function nO(s,t){return bh=new Bt(s,t),bh}function ht(){return bh}const Vn={maxInvocations:5,period:1};function Mt(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 k(`Method rate limit ${u.maxInvocations} invocations/${u.period}sec exceeded`,"0013");return o+=1,n.apply(this,d)},i}}var aO=Object.defineProperty,oO=Object.getOwnPropertyDescriptor,Ps=(s,t,e,r)=>{for(var i=r>1?void 0:r?oO(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&&aO(t,e,i),i};const cO=["text","image","file","custom","poll"],Wd={maxInvocations:180,period:60};let Ht=(qS=class extends $t{constructor(t,e,r,i){const n=t.getValue("logger");super(n);m(this,wl);m(this,No);p(this,"messages");m(this,te,void 0);m(this,Ui,void 0);m(this,tt,void 0);m(this,Qn,void 0);p(this,"maxTextLimit",2e3);f(this,Qn,t),f(this,tt,e),f(this,te,r),f(this,Ui,i),this.messages=[]}get telemetry(){return a(this,Qn).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 k("Max character limit breached","0503");if(e&&e.length>0){if(!((i=a(this,te).permissions)!=null&&i.chatPrivate.canSend)||!((n=a(this,te).permissions)!=null&&n.chatPrivate.text))throw this.logger.error("sendTextMessage::private_chat_permission_denied"),new k("Could not send message to private chat.","0501")}else if(!((c=(o=a(this,te).permissions)==null?void 0:o.chatPublic)!=null&&c.canSend)||!((l=(d=a(this,te).permissions)==null?void 0:d.chatPublic)!=null&&l.text))throw this.logger.error("sendTextMessage::public_chat_permission_denied"),new k("Could not send message to public chat.","0501");if(!t)throw this.logger.error("sendTextMessage::message_can_not_be_empty"),new k("Message can not be empty.","0502");let r=[];e&&e.length>0&&(e.push(a(this,te).id),r=a(this,Ui).joined.toArray().filter(u=>e.includes(u.id)).map(u=>u.userId),r.push(a(this,te).userId)),a(this,tt).sendMessage(t,is.TEXT,e)}async sendImageMessageInternal(t,e){var i,n,o,c,d,l;if(e&&e.length>0){if(!((i=a(this,te).permissions)!=null&&i.chatPrivate.canSend)||!((n=a(this,te).permissions)!=null&&n.chatPrivate.files)){this.logger.error("sendImageMessage::private_chat_permission_denied");return}}else if(!((c=(o=a(this,te).permissions)==null?void 0:o.chatPublic)!=null&&c.canSend)||!((l=(d=a(this,te).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=ht(),{getLocation:h,putLocation:g}=await u.getPresignedUrls(t.name);await u.uploadFile(t,g);let S=[];e&&e.length>0&&(e.push(a(this,te).id),S=a(this,Ui).joined.toArray().filter(y=>e.includes(y.id)).map(y=>y.userId),S.push(a(this,te).userId)),a(this,tt).sendMessage(h,is.IMAGE,e)}catch(u){throw new k("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,te).permissions)!=null&&r.chatPrivate.canSend)||!((i=a(this,te).permissions)!=null&&i.chatPrivate.files)){this.logger.error("sendFileMessage::private_chat_permission_denied");return}}else if(!((o=(n=a(this,te).permissions)==null?void 0:n.chatPublic)!=null&&o.canSend)||!((d=(c=a(this,te).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=ht(),{getLocation:u,putLocation:h}=await l.getPresignedUrls(t.name);await l.uploadFile(t,h);let g=[];e&&e.length>0&&(e.push(a(this,te).id),g=a(this,Ui).joined.toArray().filter(y=>e.includes(y.id)).map(y=>y.userId),g.push(a(this,te).userId));const S=JSON.stringify({link:u,name:t.name,size:"size"in t?t.size:0});a(this,tt).sendMessage(S,is.FILE,e)}catch(l){throw new k("Error sending file message.","0500",this.logger)}}get rateLimits(){return Wd}updateRateLimits(t,e){Wd.maxInvocations=t,Wd.period=e}async sendTextMessage(t,e){return this.sendTextMessageInternal(t,e)}async sendCustomMessage(t,e){var n,o,c,d,l,u,h,g,S,y,P,b,R,D,F;if(e&&e.length>0){if(!((n=a(this,te).permissions)!=null&&n.chatPrivate.canSend)||!((o=a(this,te).permissions)!=null&&o.chatPrivate.files)||!((c=a(this,te).permissions)!=null&&c.chatPrivate.text)){this.logger.error("sendCustomMessage::private_chat_permission_denied");return}}else if(!((l=(d=a(this,te).permissions)==null?void 0:d.chatPublic)!=null&&l.canSend)||!((h=(u=a(this,te).permissions)==null?void 0:u.chatPublic)!=null&&h.files)||!((S=(g=a(this,te).permissions)==null?void 0:g.chatPublic)!=null&&S.text)){this.logger.error("sendCustomMessage::permission_denied");return}const r=async L=>{try{if(typeof L=="string")return{link:L};const B=ht(),{getLocation:W,putLocation:ae}=await B.getPresignedUrls(L.name);return await B.uploadFile(L,ae),{link:W,type:L.type,name:L.name,size:L.size}}catch(B){throw new k("Error sending image message.","0500",this.logger)}},i={...t,files:await Promise.all((P=(y=t.files)!=null?y:[])==null?void 0:P.map(async L=>r(L))),images:await Promise.all((R=(b=t.images)!=null?b:[])==null?void 0:R.map(async L=>r(L))),videos:await Promise.all((F=(D=t.videos)!=null?D:[])==null?void 0:F.map(async L=>r(L)))};a(this,tt).sendMessage(JSON.stringify(i),is.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,te).permissions)==null?void 0:r.chatPublic)!=null&&i.canSend)||!((o=(n=a(this,te).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,tt).editMessage(t,e,is.TEXT)}async editImageMessage(t,e){var i,n,o,c;if(!((n=(i=a(this,te).permissions)==null?void 0:i.chatPublic)!=null&&n.canSend)||!((c=(o=a(this,te).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=ht(),{getLocation:l,putLocation:u}=await d.getPresignedUrls(e.name);await d.uploadFile(e,u),a(this,tt).editMessage(t,l,is.IMAGE)}catch(d){throw new k("Error editing image message.","0500",this.logger)}}async editFileMessage(t,e){var r,i,n,o;if(!((i=(r=a(this,te).permissions)==null?void 0:r.chatPublic)!=null&&i.canSend)||!((o=(n=a(this,te).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=ht(),{getLocation:d,putLocation:l}=await c.getPresignedUrls(e.name);await c.uploadFile(e,l),a(this,tt).editMessage(t,JSON.stringify({link:d,name:e.name,size:"size"in e?e.size:0}),is.FILE)}catch(c){throw new k("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,tt).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,No,ap))throw new k("Can`t pin message without joining room","0505");try{await a(this,tt).setPinState(t,!0)}catch(e){throw new k(`No message found with id: ${t}`,"0504")}}async unpin(t){if(!a(this,No,ap))throw new k("Can`t unpin message without joining room","0505");try{await a(this,tt).setPinState(t,!1)}catch(e){throw new k(`No message found with id: ${t}`,"0504")}}async fetchPublicMessages({timestamp:t=new Date().getTime(),limit:e,direction:r="after"}){return(await a(this,tt).getChatMessagesPaginated(t,e,r==="before")).messages.map(o=>as.formatSocketPeerMessage(o))}async fetchPrivateMessages({timestamp:t=new Date().getTime(),limit:e,direction:r="after",userId:i}){return(await a(this,tt).getChatMessagesPaginated(t,e,r==="before",{oneofKind:"userId",userId:i})).messages.map(c=>as.formatSocketPeerMessage(c))}async fetchPinnedMessages({timestamp:t=new Date().getTime(),limit:e,direction:r="after"}){return(await a(this,tt).getChatMessagesPaginated(t,e,r==="before",{oneofKind:"pinned",pinned:!0})).messages.map(o=>as.formatSocketPeerMessage(o))}async getMessages(t,e,r,i=0){const n=await a(this,tt).getChatMessagesPaginated(t,e,r);return{messages:n.messages.map(o=>as.formatSocketPeerMessage(o)),next:n.next}}async searchMessages(t,e){throw new k("searchMessages is disabled! Please use `fetchPublicMessages` method instead.","0506")}get pinned(){return this.messages.filter(t=>t.pinned)}},te=new WeakMap,Ui=new WeakMap,tt=new WeakMap,Qn=new WeakMap,wl=new WeakSet,cv=function(){return a(this,Qn).getValue("connectionHandler")},No=new WeakSet,ap=function(){return a(this,wl,cv).socketJoined===!0},qS);Ps([E.trace("Chat.sendTextMessage"),Mt(Wd)],Ht.prototype,"sendTextMessage",1),Ps([E.trace("Chat.sendImageMessage"),Mt({maxInvocations:20,period:60})],Ht.prototype,"sendImageMessage",1),Ps([E.trace("Chat.sendFileMessage"),Mt({maxInvocations:20,period:60})],Ht.prototype,"sendFileMessage",1),Ps([E.trace("Chat.sendMessage"),Mt({maxInvocations:180,period:60})],Ht.prototype,"sendMessage",1),Ps([E.trace("Chat.editTextMessage")],Ht.prototype,"editTextMessage",1),Ps([E.trace("Chat.editImageMessage")],Ht.prototype,"editImageMessage",1),Ps([E.trace("Chat.editFileMessage")],Ht.prototype,"editFileMessage",1),Ps([E.trace("Chat.editMessage")],Ht.prototype,"editMessage",1),Ps([E.trace("Chat.deleteMessage")],Ht.prototype,"deleteMessage",1),Ps([E.trace("Chat.searchMessages")],Ht.prototype,"searchMessages",1),Ht=Ps([lt("0500")],Ht);var dO=Object.defineProperty,lO=Object.getOwnPropertyDescriptor,uO=(s,t,e,r)=>{for(var i=r>1?void 0:r?lO(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&&dO(t,e,i),i};const Hr=(jS=class{constructor(s,t,e,r){p(this,"chat");p(this,"chatSocketHandler");p(this,"self");m(this,Fi,void 0);f(this,Fi,s),this.chatSocketHandler=t,this.chat=new Ht(s,t,e,r),this.self=e,this.setupEvents()}get telemetry(){return a(this,Fi).getValue("telemetry")}get logger(){return a(this,Fi).getValue("logger")}static async init(s,t,e,r){return new Hr(s,t,e,r)}static formatMessage(s){return{...s,time:new Date(s.time),type:cO[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 is.TEXT:{e.message=s.payload;break}case is.IMAGE:{e.link=s.payload;break}case is.FILE:{const{link:r,name:i,size:n}=JSON.parse(s.payload);e.link=r,e.name=i,e.size=n;break}case is.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 Hr.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=Sf.fromBinary(s.payload).messages;this.chat.messages=t.map(e=>Hr.formatSocketPeerMessage(e))}setupEvents(){a(this,Fi).getValue("peerSessionStore").on(_.SOCKET_SERVICE_ROOM_JOINED,async()=>{this.getChatMessages()}),this.chatSocketHandler.on(Ge.sendMessageToRoom,s=>{if(!s.message)return;const t=Hr.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(Ge.sendMessageToPeers,s=>{const t=Hr.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(Ge.editMessage,s=>{if(!s.message)return;const t=Hr.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(Ge.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(Ge.pinMessage,s=>{const t=this.chat.messages.findIndex(r=>r.id===s.chatId),e=Hr.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})})}},Fi=new WeakMap,jS);let as=Hr;uO([E.trace("ChatController.setupEvents")],as.prototype,"setupEvents",1);var hO=Object.defineProperty,pO=Object.getOwnPropertyDescriptor,gO=(s,t,e,r)=>{for(var i=r>1?void 0:r?pO(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&&hO(t,e,i),i};let wh=(GS=class extends $t{constructor(t,e,r){const i=t.getValue("logger");super(i);m(this,Pl);m(this,_l);p(this,"items");m(this,Xn,void 0);m(this,Zn,void 0);m(this,Vo,void 0);f(this,Vo,t),f(this,Xn,e),f(this,Zn,r),this.items=[]}async create(t,e,r=!1,i=!1){if(!a(this,_l,lv))throw new k("Can't create polls without joining room","0705");if(!a(this,Xn).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,Zn).createPoll(t,e,r,i)}async vote(t,e){if(!a(this,Xn).permissions.polls.canVote){this.logger.error("Polls::vote::permission_denied");return}await a(this,Zn).votePoll(t,e)}},Pl=new WeakSet,dv=function(){return a(this,Vo).getValue("connectionHandler")},_l=new WeakSet,lv=function(){var t;return((t=a(this,Pl,dv))==null?void 0:t.socketJoined)===!0},Xn=new WeakMap,Zn=new WeakMap,Vo=new WeakMap,GS);wh=gO([lt("0700")],wh);var mO=Object.defineProperty,fO=Object.getOwnPropertyDescriptor,SO=(s,t,e,r)=>{for(var i=r>1?void 0:r?fO(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&&mO(t,e,i),i};const Ln=(WS=class{constructor(s,t,e){p(this,"polls");m(this,Qr,void 0);m(this,ea,void 0);m(this,$i,void 0);this.polls=new wh(s,t,e),f(this,ea,t),f(this,Qr,s),f(this,$i,e),this.setupEvents()}get telemetry(){return a(this,Qr).getValue("telemetry")}get logger(){return a(this,Qr).getValue("logger")}static async init(s,t,e){return new Ln(s,t,e)}canViewPolls(){return a(this,ea).permissions.polls.canView}setupEvents(){const s={[or.createPoll]:r=>{r.poll&&this.updatePoll(Ln.formatSocketServicePoll(r.poll))},[or.updatePoll]:r=>{r.poll&&this.updatePoll(Ln.formatSocketServicePoll(r.poll))},[or.votePoll]:r=>{r.poll&&this.updatePoll(Ln.formatSocketServicePoll(r.poll))}},t=()=>{a(this,Qr).getValue("peerSessionStore").on(_.SOCKET_SERVICE_ROOM_JOINED,()=>{this.getPolls()}),Object.keys(s).map(Number).forEach(r=>{a(this,$i).on(r,s[r])})},e=()=>{a(this,Qr).getValue("peerSessionStore").on(_.SOCKET_SERVICE_ROOM_JOINED,()=>{this.getPolls()}),Object.keys(s).map(Number).forEach(r=>{a(this,$i).removeListeners(r)})};a(this,ea).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,$i).getPolls();if(!(s!=null&&s.payload))return;const{polls:t}=DM.fromBinary(s.payload);this.polls.items=t.map(e=>Ln.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}}},Qr=new WeakMap,ea=new WeakMap,$i=new WeakMap,WS);let Mf=Ln;SO([E.trace("PollController.setupEvents")],Mf.prototype,"setupEvents",1);var vO=Object.defineProperty,TO=Object.getOwnPropertyDescriptor,yO=(s,t,e,r)=>{for(var i=r>1?void 0:r?TO(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&&vO(t,e,i),i},Of=(s=>(s[s.User=0]="User",s[s.Meeting=1]="Meeting",s))(Of||{});let Ph=(JS=class extends $t{constructor(t,e,r,i,n){const o=t.getValue("logger");super(o);m(this,Lo);p(this,"selfActiveTab");p(this,"broadcastTabChanges");m(this,ta,void 0);m(this,Bi,void 0);m(this,xo,void 0);p(this,"viewType");p(this,"meetingStartedTimestamp");p(this,"meetingTitle");p(this,"sessionId");f(this,ta,t),f(this,Bi,e),this.viewType=r,f(this,xo,i),this.meetingTitle=n,this.broadcastTabChanges=e.permissions.canSpotlight}get socketState(){return a(this,Lo,op).socketState}get mediaState(){return a(this,Lo,op).mediaState}get meetingId(){return a(this,ta).getValue("meetingId")}setBroadcastTabChanges(t){if(!a(this,Bi).permissions.canSpotlight)throw this.logger.error("Spotlight::setSpotlighted::permission_denied"),new k("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,Bi).permissions)!=null&&r.canSpotlight&&this.broadcastTabChanges&&e===0&&this.assertActiveTabToRoom()}assertActiveTabToRoom(){a(this,xo).broadcastMessage("spotlight",{userId:a(this,Bi).userId,currentTab:this.selfActiveTab})}},ta=new WeakMap,Lo=new WeakSet,op=function(){return a(this,ta).getValue("connectionHandler")},Bi=new WeakMap,xo=new WeakMap,JS);Ph=yO([lt("0800")],Ph);function EO(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===`
12
12
  `&&o?(t==="\r"&&(e[i]=e[i].slice(0,-1)),e=r[++n]=[c=""],i=0):e[i]+=c,t=c;return r}var bO=Object.defineProperty,wO=Object.getOwnPropertyDescriptor,Df=(s,t,e,r)=>{for(var i=r>1?void 0:r?wO(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&&bO(t,e,i),i};let qr=(KS=class extends $t{constructor(t){const e=t.getValue("logger");super(e);p(this,"transcripts");m(this,Uo,void 0);f(this,Uo,t),this.transcripts=[]}get telemetry(){return a(this,Uo).getValue("telemetry")}static async init(t,e){const r=new qr(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]]=EO(t);return{id:fi(),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(`
@@ -18,4 +18,4 @@ slogScale: ${i}, isVoice: ${r}, minEnergy: ${a(this,Ir)},
18
18
  maxEnergy: ${a(this,ui)}`),i===-1/0||e<1e-6?{energy:0,isVoice:!1}:((!a(this,Ir)||i<a(this,Ir))&&f(this,Ir,i),(!a(this,ui)||i>a(this,ui))&&f(this,ui,i),{energy:(i-a(this,Ir))/(a(this,ui)-a(this,Ir))*10||0,isVoice:r})},Pc=new WeakSet,Tp=function(t){return t<5},su=new WeakSet,Dv=function(t=a(this,pn)){var r;if(!a(this,Ns)||!t){a(this,Ar).getValue("flagsmith").hasFeature(X.ENABLE_AUDIO_ACTIVITY_DEBUG_LOGS)&&this.logger.debug(`AudioActivityReporter: No producerId or energy to report: ${a(this,Ns)}`);return}const e={producerId:a(this,Ns),energy:Math.round(t),silent:x(r=_c,Pc,Tp).call(r,t)};f(this,Ja,e.silent),this.reportRequest(e)},ru=new WeakSet,Nv=function(t){const e=Math.log10(t);return Math.round(e)},m(_o,Pc),m(_o,ru);const P1=(s=!1)=>{if("MediaStreamTrackGenerator"in window&&"AudioData"in window)try{const e=new window.MediaStreamTrackGenerator({kind:"audio"}),r=e.writable.getWriter(),i=48e3,n=128,o=1;let c=0,d=null;const l=async()=>{try{const g=new Float32Array(n*o),S=new window.AudioData({format:"f32",sampleRate:i,numberOfFrames:n,numberOfChannels:o,timestamp:c,data:g});c+=n/i*1e6,await r.ready,await r.write(S)}catch(g){d&&clearInterval(d),r.releaseLock(),e.writable.abort()}};d=window.setInterval(l,100);const h=new MediaStream([e]).getAudioTracks()[0];return h.addEventListener("ended",()=>{d&&clearInterval(d),r.releaseLock(),e.writable.abort()}),Object.assign(h,{fakeTracks:"fakeTracks:fakeAudioTrack"}),h.enabled=s,h}catch(e){}const t=window.AudioContext||window.webkitAudioContext;if(t)try{const e=new t;if(!e||e.state!=="running"||!e.destination)return;const r=e.createOscillator();r.frequency.value=0,r.type="sine";const i=e.createGain();i.gain.value=0,r.connect(i);const n=e.createMediaStreamDestination();i.connect(n),r.start();const o=n.stream.getAudioTracks()[0];return o?(Object.assign(o,{fakeTracks:"fakeTracks:fakeAudioTrack"}),o.enabled=s,o):void 0}catch(e){return}},_1=(s=!1)=>{var n,o;const t=new MediaStream().getVideoTracks()[0],e=document.createElement("canvas");e.height=(n=t==null?void 0:t.getSettings().height)!=null?n:720,e.width=(o=t==null?void 0:t.getSettings().width)!=null?o:1280;const r=e.getContext("2d");r.fillStyle="black",r.fillRect(0,0,e.width,e.height),setInterval(()=>{r.fillStyle="black",r.fillRect(0,0,e.width,e.height)},1e3);const i=e.captureStream().getVideoTracks()[0];return Object.assign(i,{fakeTracks:"fakeTracks:fakeVideoTrack"}),i.enabled=s,i};var C1=Object.defineProperty,R1=Object.getOwnPropertyDescriptor,ce=(s,t,e,r)=>{for(var i=r>1?void 0:r?R1(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&&C1(t,e,i),i};const Wt=["video/VP9","video/VP8"],gS=(rp=class{constructor(s,t){m(this,hi);m(this,iu);m(this,nu);m(this,au);m(this,Ac);m(this,cu);m(this,du);m(this,lu);m(this,at);m(this,Tn);m(this,uu);m(this,hu);m(this,pu);p(this,"context");p(this,"authToken");p(this,"e2ee");m(this,Cc,void 0);m(this,Rc,void 0);m(this,vt,void 0);m(this,j,void 0);m(this,Ka,void 0);m(this,Rt,void 0);m(this,gn,void 0);m(this,mn,void 0);m(this,fn,void 0);m(this,kc,void 0);m(this,fs,null);m(this,Or,void 0);m(this,Ic,void 0);m(this,Sn,void 0);m(this,vn,void 0);m(this,kt,void 0);m(this,xt,void 0);var r,i;this.context=s;const{socket:e}=t;this.mediaJoined=!1,f(this,Sn,new Map([["video/VP9",new Set],["video/VP8",new Set]])),f(this,vn,new Map([["video/VP9",new Set],["video/VP8",new Set]])),f(this,vt,e),f(this,gn,!1),f(this,j,new y1(s,e)),f(this,Rt,a(this,j).events),f(this,Or,new Set),f(this,kt,new Map),f(this,mn,!1),f(this,fn,new Uh(s.getValue("logger"))),f(this,xt,new _o(this.context,a(this,j).socketHandler.audioActivity.bind(a(this,j).socketHandler))),this.e2ee=(i=(r=s.getValue("modules").e2ee)==null?void 0:r.enabled)!=null?i:!1,this.handleSocketEvents(),this.handleCallstatsEvents(),f(this,kc,Ju(async()=>{if(!a(this,hi,Qa).mediaJoinAttempted)return;const{roomJoined:n}=await this.joinRoom(a(this,Rc),a(this,Cc),!0,!0);n&&(this.context.getValue("peerSessionStore").emit(_.RESET_PRODUCER_STATE),this.context.getValue("peerSessionStore").emit(_.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,hi,Qa).mediaJoined}set mediaJoined(s){a(this,hi,Qa).mediaJoined=s}reset(){a(this,j).closeAllProducers(),a(this,j).closeAllConsumers(),a(this,kt).clear(),a(this,Or).clear(),f(this,fs,null),a(this,fn).stop(),a(this,j).stopAllTransports(),a(this,j).reset(),f(this,fn,new Uh)}async joinRoom(s,t,e=!1,r=!1,i={}){a(this,hi,Qa).mediaJoinAttempted=!0,f(this,gn,!0),e&&this.reset();try{return await a(this,fn).push(()=>x(this,iu,Vv).call(this,s,t,r,i),"joinRoom")}catch(n){return this.logger.error("Error in room joining process",{error:n}),this.context.getValue("peerSessionStore").emit(_.ROOM_NODE_FAILED),{roomJoined:!1,error:n}}}async initializeConnection(s,t,e=!1,r={}){return a(this,fs)?a(this,fs):(f(this,fs,(async()=>{try{await x(this,Ac,yp).call(this,s,t,e,r)}catch(i){throw f(this,fs,null),i}})()),a(this,fs))}getConsumers(){return a(this,j).consumers}getProducers(){return a(this,j).producers}async leaveRoom(){a(this,j).stopAllTransports(),f(this,mn,!1),a(this,hi,Qa).mediaJoinAttempted=!1;const s={closeRoom:!1};a(this,vt).sendMessagePromise(a(this,Rt).leaveRoom,PR.toBinary(s)).then(e=>{var r;(r=hk.fromBinary(e.payload))!=null&&r.closed&&this.logger.warn("Weird state on peer closed and should not happen")}).catch(e=>{this.logger.error("error on sending leave room request",{error:e})}),this.context.getValue("callstats").callEnded(),this.context.getValue("telemetry").destruct()}async activatePeers(s){return this.createConsumers(s)}async createConsumers(s){return s.length===0?Promise.resolve():a(this,j).createConsumers(s)}async closeConsumers(s){if(!s.length)return;const t=s.reduce((e,r)=>{const i=a(this,j).producerIdToConsumerIdMap.get(r.producerId);return i?(e.push(i),e):(this.logger.warn(`consumer not found in close consumers: ${r.producerId}`),e)},[]);await a(this,j).closeConsumers(t)}async _shareWebcam(s,t){var h,g;const e=t==="video/VP9"?me.WEBCAM:me.WEBCAM_BACKUP,r=x(this,at,At).call(this,e);if(r){const S=await r;if(a(this,j).producers.has(S)){const y=a(this,j).producers.get(S);if(!y.closed)return await y.replaceTrack({track:s}),await this.resumeWebcam(e),s;await this.disableWebcam(t)}return this._shareWebcam(s,t)}const i=[t].concat(Wt.filter(S=>S!==t)),n=x(this,pu,jv).call(this,s,i),o=On(this.context,"disableSimulcast"),c=(g=(h=this.context)==null?void 0:h.getValue("overrides"))==null?void 0:g.simulcastConfig;!(o||c&&c.disable)&&this.context.getValue("flagsmith").hasFeature(X.ENABLE_CF_SIMULCAST)?(this.logger.info("Simulcast enabled for SFU: CF"),n.encodings=nD(this.context,s)):this.logger.info("Simulcast disabled for webcam producer, SFU: CF"),this.context.getValue("flagsmith").hasFeature(X.TRACK_HINT)&&(n.track.contentHint=this.context.getValue("flagsmith").getValue(X.TRACK_HINT));const l=()=>{this.logger.info("Disabling video due to the producer closure"),a(this,kt).delete(e)},u=a(this,j).createProducer(n,l);return x(this,Tn,rd).call(this,e,u.then(S=>S.id)),u.then(S=>S.track)}async shareWebcam(s){var r;if(s===void 0)return null;const t=(r=this.context.getValue("flagsmith").getValue(X.FORCE_VIDEO_CODEC))==null?void 0:r.toString();if(t)return this.logger.debug(`Calling _shareWebcam with forced video codec: ${t}`),this._shareWebcam(s,t);const e=Wt.filter(i=>{var n,o;return((o=(n=a(this,Ka).sender)==null?void 0:n.video)==null?void 0:o.codecs.findIndex(c=>c.mimeType===i))>=0&&a(this,vn).get(i).size>0});return e.length===0&&e.push(Wt[0]),await Promise.all(e.map(i=>(this.logger.debug(`Calling _shareWebcam with video codec: ${i}`),this._shareWebcam(s,i)))),s}async shareScreen(s){const{video:t,audio:e}=s;if(t===void 0)return;const r={track:t,codecOptions:[{name:"VP8"}],appData:{screenShare:!0,e2ee:this.e2ee,supportsRemoteControl:ve.isElectron()},stopTracks:!1},i=()=>{this.logger.info("Disabling screenShare due to the producer closure"),a(this,kt).delete(me.SCREENSHARE_VIDEO),a(this,kt).delete(me.SCREENSHARE_AUDIO)},n=a(this,j).createProducer(r,i);x(this,Tn,rd).call(this,me.SCREENSHARE_VIDEO,n.then(c=>c.id));let o;if(e){const c={track:e,codecOptions:[{name:"opus"}],appData:{screenShare:!0,e2ee:this.e2ee,supportsRemoteControl:ve.isElectron()},stopTracks:!1,zeroRtpOnPause:!1},d=()=>{};o=a(this,j).createProducer(c,d),x(this,Tn,rd).call(this,me.SCREENSHARE_AUDIO,o.then(l=>l.id))}await Promise.all([n,o||Promise.resolve()]),this.context.getValue("callstats").screenShareStart()}async shareMic(s){try{if(s===void 0)throw new Dt("track undefined");const t=x(this,at,At).call(this,me.MIC);if(t){const n=await t;if(a(this,j).producers.has(n)){const o=a(this,j).producers.get(n);if(!o.closed){await o.replaceTrack({track:s}),await this.resumeMic(),a(this,xt)&&(a(this,xt).audioTrack=s,a(this,xt).producerId=n,a(this,xt).start());return}await a(this,j).closeProducer(n,{stopTrack:!1})}await this.shareMic(s);return}const e=x(this,hu,qv).call(this,s),r=()=>{a(this,kt).delete(me.MIC)},i=a(this,j).createProducer(e,r);x(this,Tn,rd).call(this,me.MIC,i.then(n=>n.id)),await i.then(n=>{a(this,xt)&&(a(this,xt).audioTrack=n.track,a(this,xt).producerId=n.id,a(this,xt).start())})}catch(t){throw new k(t)}}async pauseMic(){var r;const s=await x(this,at,At).call(this,me.MIC),t=a(this,j).producers.get(s);if(!t){this.logger.error("pauseMic::could_not_find_mic_producer");return}if(t.paused){this.logger.info("pauseMic::mic_producer_already_paused");return}t.pause(),(r=a(this,xt))==null||r.stop();const e={producerId:t.id,pause:!0};a(this,vt).sendMessage(a(this,Rt).toggleProducer,Ud.toBinary(e))}async pauseWebcam(){const s=await x(this,at,At).call(this,me.WEBCAM),t=await x(this,at,At).call(this,me.WEBCAM_BACKUP),e=a(this,j).producers.get(s),r=a(this,j).producers.get(t);if(!e&&!r){this.logger.error("pauseWebcam::could_not_find_webcam_producer");return}const i=n=>{const o={producerId:n.id,pause:!0};a(this,vt).sendMessage(a(this,Rt).toggleProducer,Ud.toBinary(o))};e&&(e.pause(),i(e)),r&&(r.pause(),i(r))}async resumeMic(){const s=await x(this,at,At).call(this,me.MIC),t=a(this,j).producers.get(s);if(!t){this.logger.error("resumeMic::could_not_find_mic_producer");return}if(!t.pause){this.logger.info("resumeMic::mic_producer_already_resumed");return}t.resume(),t.appData.e2ee&&this.context.getValue("peerSessionStore").emit(_.E2EE_ACTIVE_PRODUCER,t);const e={producerId:t.id,pause:!1};a(this,vt).sendMessage(a(this,Rt).toggleProducer,Ud.toBinary(e))}async resumeWebcam(s=me.WEBCAM){const t=await x(this,at,At).call(this,s),e=a(this,j).producers.get(t);if(!e){this.logger.error("resumeWebcam::could_not_find_webcam_producer");return}if(!e.paused){this.logger.info("resumeWebcam::webcam_producer_already_resumed");return}e.resume(),e.appData.e2ee&&this.context.getValue("peerSessionStore").emit(_.E2EE_ACTIVE_PRODUCER,e);const r={producerId:e.id,pause:!1};a(this,vt).sendMessage(a(this,Rt).toggleProducer,Ud.toBinary(r))}async disableWebcam(s){const t=s==="video/VP9"?me.WEBCAM:me.WEBCAM_BACKUP,e=await x(this,at,At).call(this,t);x(this,uu,Hv).call(this,t),e&&await a(this,j).closeProducer(e)}async disableMic(){var t;const s=await x(this,at,At).call(this,me.MIC);s&&await a(this,j).closeProducer(s),(t=a(this,xt))==null||t.stop(),a(this,kt).delete(me.MIC)}async disableScreenShare(){this.logger.info("screen_sharing_stopped"),this.context.getValue("callstats").screenShareStop();const s=await x(this,at,At).call(this,me.SCREENSHARE_VIDEO),t=await x(this,at,At).call(this,me.SCREENSHARE_AUDIO);s&&await a(this,j).closeProducer(s),t&&await a(this,j).closeProducer(t),a(this,Or).clear(),a(this,kt).delete(me.SCREENSHARE_VIDEO),a(this,kt).delete(me.SCREENSHARE_AUDIO)}async muteSelf(){this.pauseMic()}async resetVideoProducers(s,t){if(s){const e=await x(this,at,At).call(this,me.WEBCAM),r=await x(this,at,At).call(this,me.WEBCAM_BACKUP);await a(this,j).closeProducer(e,{stopTrack:!1}),await a(this,j).closeProducer(r,{stopTrack:!1}),this.shareWebcam(s)}if(t){const e=await x(this,at,At).call(this,me.SCREENSHARE_VIDEO);await a(this,j).closeProducer(e,{stopTrack:!1}),this.shareScreen({video:t})}}async changeDisplayName(s,t){const e={displayName:s,participantId:t!=null?t:this.peerId};if(!await a(this,j).socketHandler.changeDisplayName(e))throw new Error("failed to change display name!")}kick(s){const t={peerIds:[s]};a(this,j).socketHandler.kickPeer(t)}kickAll(){a(this,j).socketHandler.kickAll()}async muteAll(s){if(!await a(this,j).socketHandler.hostControlForAll("audio"))throw new Error("failed to mute all participant")}async muteAllVideo(){if(!await a(this,j).socketHandler.hostControlForAll("video"))throw new Error("failed to mute all video participant")}async disableAudio(s){if(!await a(this,j).socketHandler.hostControlForPeer(s,"audio"))throw new Error("failed to mute given participant")}async disableVideo(s){if(!await a(this,j).socketHandler.hostControlForPeer(s,"video"))throw new Error("failed to mute video of given participant")}async pinPeer(s){const t={participantId:s!=null?s:""};try{await a(this,vt).sendMessagePromise(a(this,Rt).globalPinPeer,UR.toBinary(t))}catch(e){this.logger.error("Error in pinning peer:",{error:e})}}validateScreenShare(s){return this.peerId===s.peerId&&a(this,j).producers.get(s.producerId)&&a(this,Or).add(s.consumerPeerId),a(this,Or).size}async switchConsumersToLayer(s,t){const e=s.map(r=>this.getConsumers().get(r));a(this,j).switchConsumersToLayer(e,t)}async handleSocketEvents(){a(this,vt).on(a(this,Rt).peerProducerCreateBroadcast,({payload:s})=>{var t,e;if(this.mediaJoined)try{const{participantId:r,producerState:i}=Hk.fromBinary(s);if(r===this.peerId)return;if(i!=null&&i.mimeType||(i.mimeType=i.kind===qs.AUDIO?"audio/opus":"video/VP8"),i.kind===qs.VIDEO&&!i.screenShare&&((e=(t=a(this,Ka).receiver)==null?void 0:t.video)==null?void 0:e.codecs.findIndex(n=>n.mimeType===Wt[0]))>=0&&a(this,Sn).get(Wt[0]).has(r)&&i.mimeType!==Wt[0]){this.logger.warn(`Ignoring producer: ${i.producerId}`);return}this.logger.info(`producer created broadcast: ${r}, producer state: ${i}`),this.context.getValue("peerSessionStore").emit(_.NEW_PRODUCER,{peerId:r,producer:{...i,kind:i.kind===qs.AUDIO?"audio":"video",producingPeerId:r}})}catch(r){this.logger.error("error in peer-producer-create-broadcast",{error:r})}}),a(this,vt).on(a(this,Rt).peerProducerToggleBroadcast,({payload:s})=>{if(this.mediaJoined)try{const{participantId:t,initiatorParticipantId:e,producerState:{kind:r,pause:i,producerId:n,screenShare:o}}=tf.fromBinary(s);if(o)return;const c=r===qs.AUDIO?"audio":"video";if(this.logger.info(`producer toggle broadcast: ${t}, producerId: ${n}, kind:${c}, paused:${i} payload: ${JSON.stringify(tf.fromBinary(s))}`),t===this.peerId&&e!==this.peerId&&i&&this.context.getValue("peerSessionStore").emit(c==="audio"?_.MUTE_SELF:_.MUTE_SELF_VIDEO),t===this.peerId)return;this.context.getValue("peerSessionStore").emit(_.PRODUCER_TOGGLE,{peerId:t,producerId:n,paused:i,kind:c}),Array.from(this.getConsumers().values()).filter(l=>l.producerId===n).forEach(l=>{l.kind==="video"&&i||l.paused!==i&&(this.logger.debug(`consumer state mismatched for ${l.id}. updating consumer pause state ${l.paused} to ${i}`),i?(l.pause(),this.context.getValue("peerSessionStore").emit(_.CONSUMER_PAUSED,{id:l.id})):(l.resume(),this.context.getValue("peerSessionStore").emit(_.CONSUMER_RESUMED,{id:l.id})))})}catch(t){this.logger.error("error in producer toggle broadcast handler",{error:t})}}),a(this,vt).on(a(this,Rt).peerLeaveBroadcast,({payload:s})=>{if(this.mediaJoined)try{const{participantId:t}=ah.fromBinary(s);if(t===this.peerId)return;this.logger.info(`peer left broadcast:${t}`),a(this,Or).delete(t),a(this,j).consumers.forEach(e=>{e.peerId===t&&e.close()}),this.context.getValue("peerSessionStore").emit(_.PEER_CLOSED,{id:t})}catch(t){this.logger.error("error in peer left broadcast",{error:t})}}),a(this,vt).on(a(this,Rt).peerProducerCloseBroadcast,({payload:s})=>{if(this.mediaJoined)try{const{participantId:t,producerState:{producerId:e}}=Gk.fromBinary(s);if(t===this.peerId)return;this.logger.info(`producer closed broadcast:${t}`),this.context.getValue("peerSessionStore").emit(_.PRODUCER_CLOSED,{peerId:t,producerId:e});const r=a(this,j).producerIdToConsumerIdMap.get(e);if(!r){this.logger.warn(`no consumer found for producer:${e}`);return}this.logger.info(`closing consumer ${r}, producer id: ${e}`),a(this,j).closeConsumer(r).then(()=>{this.logger.info(`closed consumer: ${r}`),a(this,j).producerIdToConsumerIdMap.delete(e),this.context.getValue("peerSessionStore").emit(_.CONSUMER_CLOSED,{id:r})}).catch(i=>{this.logger.error("error closing consumer",{error:i})})}catch(t){this.logger.error("error on producer close broadcast",{error:t})}}),a(this,vt).on(a(this,Rt).mediaRoomTerminationBroadcastResponse,()=>{!this.mediaJoined&&!a(this,gn)&&!a(this,mn)||(this.logger.warn("media hub termination broadcast received, rejoining room"),this.context.getValue("peerSessionStore").emit(_.ROOM_NODE_DISCONNECTED),a(this,kc).call(this))})}handleCallstatsEvents(){this.context.getValue("callstats").onConsumerScore(s=>{s.forEach((t,e)=>{const r=a(this,j).consumers.get(e);r&&this.context.getValue("peerSessionStore").emit(_.CONSUMER_SCORE_UPDATE,{id:e,kind:r.kind,peerId:r.peerId,score:t.score,scoreStats:t})})}),this.context.getValue("callstats").onProducerScore(s=>{s.forEach((t,e)=>{const r=Array.from(a(this,j).producers.values()).find(i=>i.id===e);r&&this.context.getValue("peerSessionStore").emit(_.PRODUCER_SCORE_UPDATE,{id:e,kind:r.kind,appData:r.appData,score:t.score,scoreStats:t})})})}handlePeerCapabilities(s,t){var e,r,i,n;for(let o=0;o<=Wt.length;o+=1){const c=Wt[o];if(((r=(e=t==null?void 0:t.receiver)==null?void 0:e.video)==null?void 0:r.codecs.findIndex(d=>d.mimeType===c))>=0||o===Wt.length-1){a(this,vn).get(c).add(s);break}}for(let o=0;o<=Wt.length;o+=1){const c=Wt[o];if(((n=(i=t==null?void 0:t.sender)==null?void 0:i.video)==null?void 0:n.codecs.findIndex(d=>d.mimeType===c))>=0||o===Wt.length-1){a(this,Sn).get(c).add(s);break}}}handlePeerLeaving(s){this.context.getValue("flagsmith").hasFeature(X.FORCE_VIDEO_CODEC)||(a(this,Sn).forEach(t=>t.delete(s)),a(this,vn).forEach((t,e)=>{t.delete(s),!(t.size!==0||e===Wt[0])&&this.disableWebcam(e)}))}},Cc=new WeakMap,Rc=new WeakMap,vt=new WeakMap,j=new WeakMap,Ka=new WeakMap,Rt=new WeakMap,gn=new WeakMap,mn=new WeakMap,fn=new WeakMap,kc=new WeakMap,fs=new WeakMap,Or=new WeakMap,Ic=new WeakMap,Sn=new WeakMap,vn=new WeakMap,kt=new WeakMap,xt=new WeakMap,hi=new WeakSet,Qa=function(){return this.context.getValue("connectionHandler")},iu=new WeakSet,Vv=async function(s,t,e,r){f(this,Rc,s);try{return a(this,fs)?await a(this,fs):await x(this,Ac,yp).call(this,s,t,e,r),x(this,au,xv).call(this,t),{roomJoined:await x(this,nu,Lv).call(this)}}catch(i){return this.logger.error("Failed to complete room join",{error:i}),{roomJoined:!1,error:i}}finally{f(this,fs,null)}},nu=new WeakSet,Lv=async function(){try{this.mediaJoined=!0;const{roomState:s}=await a(this,j).socketHandler.notifySelfJoinComplete();return f(this,Cc,s.roomUuid),f(this,mn,!0),f(this,gn,!1),!0}catch(s){return this.logger.error("Error completing room join",{error:s}),this.mediaJoined=!1,!1}},au=new WeakSet,xv=function(s){navigator.product!=="ReactNative"&&setTimeout(()=>{try{const e={userId:this.context.getValue("userId"),peerId:this.peerId,roomUUID:s,roomViewType:"groupCall",deviceInfo:{...ve.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(e)}catch(t){this.logger.error("Error reporting room joined analytics",{error:t})}},0)},Ac=new WeakSet,yp=async function(s,t,e,r){var i,n;try{(n=a(this,Ic))!=null||f(this,Ic,x(i=gS,ou,Uv).call(i));const o=x(this,cu,Fv).call(this);await x(this,du,$v).call(this,s,t,e,o),await a(this,j).setupTransports({send:!0,recv:!0}),await x(this,lu,Bv).call(this,r)}catch(o){throw this.logger.error("Failed to initialize connection",{error:o}),o}},ou=new WeakSet,Uv=function(){const{ipInfo:s}=ht();if(!(s!=null&&s.loc))return;const[t,e]=s.loc.split(",").map(parseFloat);return{latitude:t,longitude:e}},cu=new WeakSet,Fv=function(){var e;const s=(e=this.context.getValue("flagsmith").getValue(X.FORCE_VIDEO_CODEC))==null?void 0:e.toString(),t=t1(s);return f(this,Ka,t),t},du=new WeakSet,$v=async function(s,t,e,r){await oS(async(i,n)=>{if(!a(this,vt).isConnected){n(new Error("Socket is not connected"));return}i>0&&this.logger.warn("Retry: send joinRoom message",{debuggingHint:`Retry attempt ${i}`});try{await a(this,j).socketHandler.joinRoom(t,s,r,e,a(this,Ic))}catch(o){throw this.logger.error("Failed to send joinRoom message after retries",{error:o}),o}},{delayTime:1e3,strategy:"exponential",maxRetryCount:15})},lu=new WeakSet,Bv=async function(s){if(!(!this.context.getValue("flagsmith").hasFeature(X.PRECREATE_PRODUCERS)||!s))try{const e=[];if(s.canProduceVideo===H.Allowed&&e.push(this.shareWebcam(_1(!1))),s.canProduceAudio===H.Allowed){const r=P1(!1);r&&e.push(this.shareMic(r))}e.length>0&&await Promise.all(e)}catch(e){this.logger.warn("Failed to precreate producers",{error:e})}},at=new WeakSet,At=function(s){return a(this,kt).get(s)},Tn=new WeakSet,rd=function(s,t){return a(this,kt).set(s,t)},uu=new WeakSet,Hv=function(s){return a(this,kt).delete(s)},hu=new WeakSet,qv=function(s){return{track:s,encodings:[{priority:"high"}],codecOptions:[{name:"opus"}],appData:{e2ee:this.e2ee},stopTracks:!1,zeroRtpOnPause:!1}},pu=new WeakSet,jv=function(s,t){return{track:s,codecOptions:t?t.map(e=>({name:e.split("/")[1]})):[{name:"VP8"}],appData:{screenShare:!1,e2ee:this.e2ee},stopTracks:!1}},m(rp,ou),rp);let re=gS;ce([E.trace("MediaNodeClient.reset",{country:E.location.country})],re.prototype,"reset",1),ce([E.trace("MediaNodeClient.joinRoom")],re.prototype,"joinRoom",1),ce([E.trace("MediaNodeClient.leaveRoom")],re.prototype,"leaveRoom",1),ce([E.trace("MediaNodeClient.activatePeers")],re.prototype,"activatePeers",1),ce([E.trace("MediaNodeClient.createConsumers")],re.prototype,"createConsumers",1),ce([E.trace("MediaNodeClient.closeConsumers")],re.prototype,"closeConsumers",1),ce([E.trace("MediaNodeClient._shareWebcam")],re.prototype,"_shareWebcam",1),ce([E.trace("MediaNodeClient.shareWebcam")],re.prototype,"shareWebcam",1),ce([E.trace("MediaNodeClient.shareScreen")],re.prototype,"shareScreen",1),ce([E.trace("MediaNodeClient.shareMic")],re.prototype,"shareMic",1),ce([E.trace("MediaNodeClient.pauseMic")],re.prototype,"pauseMic",1),ce([E.trace("MediaNodeClient.pauseWebcam")],re.prototype,"pauseWebcam",1),ce([E.trace("MediaNodeClient.resumeMic")],re.prototype,"resumeMic",1),ce([E.trace("MediaNodeClient.resumeWebcam")],re.prototype,"resumeWebcam",1),ce([E.trace("MediaNodeClient.disableWebcam")],re.prototype,"disableWebcam",1),ce([E.trace("MediaNodeClient.disableMic")],re.prototype,"disableMic",1),ce([E.trace("MediaNodeClient.disableScreenShare")],re.prototype,"disableScreenShare",1),ce([E.trace("MediaNodeClient.muteSelf")],re.prototype,"muteSelf",1),ce([E.trace("MediaNodeClient.resetVideoProducers")],re.prototype,"resetVideoProducers",1),ce([E.trace("MediaNodeClient.changeDisplayName")],re.prototype,"changeDisplayName",1),ce([E.trace("MediaNodeClient.kickPeer")],re.prototype,"kick",1),ce([E.trace("MediaNodeClient.kickAllPeers")],re.prototype,"kickAll",1),ce([E.trace("MediaNodeClient.muteAll")],re.prototype,"muteAll",1),ce([E.trace("MediaNodeClient.muteAllVideo")],re.prototype,"muteAllVideo",1),ce([E.trace("MediaNodeClient.disableAudio")],re.prototype,"disableAudio",1),ce([E.trace("MediaNodeClient.disableVideo")],re.prototype,"disableVideo",1),ce([E.trace("MediaNodeClient.pinPeer")],re.prototype,"pinPeer",1),ce([E.trace("MediaNodeClient.validateScreenShare")],re.prototype,"validateScreenShare",1);function mS(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 re(s,t);return s.setValue("roomNodeClient",r),r}function fS(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 k1=Object.defineProperty,I1=Object.getOwnPropertyDescriptor,Ni=(s,t,e,r)=>{for(var i=r>1?void 0:r?I1(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&&k1(t,e,i),i};const SS=(iv=class{constructor(s,t,e,r){m(this,It);p(this,"self");p(this,"authToken");m(this,yn,void 0);p(this,"viewType");m(this,Vs,void 0);m(this,Z,void 0);const{socket:i}=e,n=s.getValue("authToken");this.self=t,f(this,Z,s),this.viewType=r,this.authToken=n,f(this,yn,i),f(this,Vs,e),this.setupEvents()}get peerId(){return a(this,Z).getValue("peerId")}get telemetry(){return a(this,Z).getValue("telemetry")}get logger(){return a(this,Z).getValue("logger")}get mediaJoined(){return a(this,Z).getValue("connectionHandler").mediaJoined}static async init(s,t,e,r,i){const n=ht(),o=s.getValue("peerId"),c=!!s.getValue("cachedUserDetails"),d=await Ze.__init__(s,e,r,i,i.name,c);s.setValue("self",d);const l=s.getValue("logger");if(navigator.product!=="ReactNative"){const u=!s.getValue("flagsmith").hasFeature(X.PRECALL_BANDWIDTH_TEST);setTimeout(async()=>{const h=await d.getAllDevices();l.info("populated_full_device_list",{devices:JSON.stringify(h)}),s.getValue("callstats").devices("AUDIO",h==null?void 0:h.filter(g=>g.kind==="audioinput")),s.getValue("callstats").devices("VIDEO",h==null?void 0:h.filter(g=>g.kind==="videoinput")),s.getValue("callstats").devices("SPEAKER",h==null?void 0:h.filter(g=>g.kind==="audiooutput")),l.info("Callstats:: initializing");try{await s.getValue("callstats").initialize({peerId:o,engineName:ve.getDeviceInfo().engineName,env:s.getValue("env"),iceServers:await n.getICEServers(),apiBase:s.getValue("apiBase"),flags:s.getValue("flagsmith").getAllFlags(),logger:l,apiHostnames:wm(s),skipConnectivityChecks:u}),l.info("Callstats:: initialized")}catch(g){l.error("Callstats:: initialization failed",{error:g})}},0)}else l.info("Callstats:: Skipped initialization due to navigator product being ReactNative.");return new SS(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===H.Allowed&&r)try{await a(this,It,ts).shareMic(s),this.self.audioEnabled||a(this,It,ts).pauseMic()}catch(d){this.self.disableAudio()}if(e.canProduceVideo===H.Allowed&&i)try{const d=await a(this,It,ts).shareWebcam(t);d&&d.id!==t.id&&a(this,Z).getValue("flagsmith").hasFeature(X.EXP_RESHARE)&&await a(this,It,ts).shareWebcam(d),this.self.videoEnabled||a(this,It,ts).pauseWebcam()}catch(d){this.self.disableVideo()}if(e.canProduceScreenshare===H.Allowed&&n)try{await((c=a(this,It,ts))==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,Z).getValue("callstats").callEnded(),a(this,It,ts).reset(),s&&await this.joinRoom(s)}setupEvents(){a(this,Z).getValue("peerSessionStore").on(_.RESET_PRODUCER_STATE,async()=>{this.mediaJoined&&this.shareMediaTracks()}),a(this,Z).getValue("peerSessionStore").on(_.ROOM_NODE_RECONNECTED,()=>{this.self.roomState="joined",this.self.emit("roomJoined",{reconnected:!0})}),a(this,Z).getValue("peerSessionStore").on(_.ROOM_NODE_DISCONNECTED,()=>{this.self.roomState!=="disconnected"&&(this.self.roomState="disconnected",this.self.emit("roomLeft",{state:"disconnected"}))}),a(this,Z).getValue("peerSessionStore").on(_.ROOM_NODE_FAILED,()=>{this.self.roomState="failed",this.self.emit("roomLeft",{state:"failed"})}),a(this,Z).getValue("peerSessionStore").on(_.SOCKET_SERVICE_RECONNECTED,({wasJoinAttempted:s})=>{s===!1&&(this.self.roomState="init"),this.resetSelf(s)}),a(this,Z).getValue("peerSessionStore").on(_.SOCKET_SERVICE_DISCONNECTED,({joinAttempted:s})=>{if(this.self.roomState==="disconnected")return;let{peerId:t}=this;s&&a(this,Z).getValue("flagsmith").hasFeature(X.REFRESH_ID_ON_DISCONNECTION)&&(t=fi()),a(this,yn).updateURL(t),a(this,Z).getValue("telemetry").resetPeerId(t),ht().setHeader("tracing-id",t),rr.remapContext(t,a(this,Z)),this.self.roomState="disconnected",this.self.emit("roomLeft",{state:"disconnected"})}),a(this,Z).getValue("peerSessionStore").on(_.SOCKET_SERVICE_FAILED,()=>{this.self.roomState="failed",this.self.emit("roomLeft",{state:"failed"})}),a(this,Vs).on(U.waitingRoomRequestAccepted,()=>{this.waitlistAcceptHandler()}),a(this,Vs).on(jd.updateUserPreset,s=>{s.updatePeersPresets.forEach(t=>{t.userIds===this.self.userId&&a(this,Z).getValue("peerSessionStore").emit(_.UPDATE_PERMISSIONS,t.patch)})}),a(this,Vs).on(U.waitingRoomRequestDenied,()=>{this.waitlistRejectedHandler()}),a(this,Vs).on(U.kick,()=>{this.kickHandler({kickType:"kick"})}),a(this,Vs).on(U.kickAll,()=>{this.kickHandler({kickType:"kickAll"})}),a(this,Z).getValue("peerSessionStore").onAsync(_.JOIN_MEDIA_ROOM,this.joinMediaRoom.bind(this)),a(this,Z).getValue("peerSessionStore").on(_.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,Z).getValue("peerSessionStore").on(_.MUTE_SELF,async()=>{this.self.audioEnabled&&(await this.self.disableAudio(),a(this,Z).getValue("callstats").audioOff())}),a(this,Z).getValue("peerSessionStore").on(_.MUTE_SELF_VIDEO,async()=>{this.self.videoEnabled&&(await this.self.disableVideo(),a(this,Z).getValue("callstats").videoOff())}),a(this,Z).getValue("peerSessionStore").onAsync(_.LEAVE_MEDIA_ROOM,this.leaveMediaRoom.bind(this)),a(this,Z).getValue("peerSessionStore").on(_.PIP_HANGUP,this.leaveRoom.bind(this))}async joinRoom(s=!1){try{const{peer:t}=await a(this,Vs).joinRoom(this.self);a(this,Vs).socket.flush();const e=_h(t.stageType);if(a(this,Z).setValue("stageStatus",e,!1),t.waitlisted){this.waitlistedHandler();return}await this.joinMediaRoom(s),a(this,Z).notify("stageStatus")}catch(t){throw this.logger.error("Error in joinRoom",{error:t}),t}}async leaveRoom(s="left"){var t,e;if(this.logger.info(`Leaving room with state: ${s}`),(t=a(this,Z).getValue("roomSocketHandler"))==null||t.cleanup(),s==="rejected"){this.self.roomState=s,this.self.emit("roomLeft",{state:s});return}this.self.setIsPinned(!1),a(this,Z).setValue("stageStatus","OFF_STAGE",!1),await this.leaveMediaRoom(s),a(this,Z).notify("stageStatus");try{(e=a(this,yn))==null||e.disconnect()}catch(r){this.logger.error("SelfController::leaveRoom::socketDisconnect")}fS(a(this,Z)),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,c;const{peerId:t,viewType:e,meetingId:r,stageStatus:i}=a(this,Z).getAllValues();try{if(e===sr.Livestream){if(i!=="ON_STAGE"){this.self.roomState="joined",this.self.emit("roomJoined",{reconnected:s});return}mS(a(this,Z),{socket:a(this,yn),peerId:t})}const{canProduceAudio:d,canProduceVideo:l,canProduceScreenshare:u}=this.self.permissions,{roomJoined:h,error:g}=(o=await((n=a(this,It,ts))==null?void 0:n.joinRoom(this.self.name,r,s,s,{canProduceAudio:d,canProduceVideo:l,canProduceScreenshare:u})))!=null?o:{};if(!h)throw this.logger.error("Error:SelfController.mediaRoomJoin",{error:g}),g;i==="ON_STAGE"&&await this.shareMediaTracks(),this.self.roomState="joined",this.self.emit("roomJoined",{reconnected:s})}catch(d){throw this.logger.error("Error:SelfController.mediaRoomJoin",{error:d}),new k(`${(c=d==null?void 0:d.message)!=null?c:"could not connect to media servers"}`,"0002")}}async leaveMediaRoom(s){const t=a(this,Z).getValue("viewType");s!=="connected-meeting"&&await this.cleanupSelf(),!(s==="stageLeft"&&t===sr.Webinar)&&a(this,It,ts)&&(a(this,It,ts).mediaJoined&&s!=="disconnected"&&await a(this,It,ts).leaveRoom(),!(s==="stageLeft"&&t===sr.Livestream)&&(a(this,It,ts).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()}},yn=new WeakMap,Vs=new WeakMap,Z=new WeakMap,It=new WeakSet,ts=function(){return a(this,Z).getValue("roomNodeClient")},iv);let Gr=SS;Ni([E.trace("SelfController.resetSelf")],Gr.prototype,"resetSelf",1),Ni([E.trace("SelfController.setupEvents")],Gr.prototype,"setupEvents",1),Ni([E.trace("SelfController.joinRoom")],Gr.prototype,"joinRoom",1),Ni([E.trace("SelfController.leaveRoom")],Gr.prototype,"leaveRoom",1),Ni([E.trace("SelfController.joinMediaRoom")],Gr.prototype,"joinMediaRoom",1),Ni([E.trace("SelfController.leaveMediaRoom")],Gr.prototype,"leaveMediaRoom",1),Ni([E.trace("SelfController.init")],Gr,"init",1);class A1{constructor(t){m(this,Mc,void 0);f(this,Mc,t)}on(t,e){let r;t===U.roomPeerCount?r=nf.fromBinary.bind(nf):r=bf.fromBinary.bind(bf),a(this,Mc).on(t,({payload:i})=>{if(t===U.roomPeerCount&&!i)return;const n=r(i);e(n)})}}Mc=new WeakMap;class M1{constructor(t,e){m(this,Oc,void 0);m(this,Dc,void 0);f(this,Oc,e),f(this,Dc,t)}get logger(){return a(this,Dc).getValue("logger")}on(t,e){let r,i;switch(t){case U.transcript:{r=oh.fromBinary.bind(oh),i=oh.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,Dc=new WeakMap;var O1=Object.defineProperty,D1=Object.getOwnPropertyDescriptor,Wh=(s,t,e,r)=>{for(var i=r>1?void 0:r?D1(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&&O1(t,e,i),i};class dl{constructor(t,e){m(this,Dr,void 0);m(this,za,void 0);f(this,Dr,e),f(this,za,t)}get logger(){return a(this,za).getValue("logger")}get telemetry(){return a(this,za).getValue("telemetry")}getPolls(){return a(this,Dr).sendMessagePromise(or.getPolls)}createPoll(t,e,r=!1,i=!1){const n={anonymous:r,hideVotes:i,question:t,options:e};return a(this,Dr).sendMessage(or.createPoll,kM.toBinary(n))}votePoll(t,e){const r={index:e,pollId:t};return a(this,Dr).sendMessage(or.votePoll,AM.toBinary(r))}on(t,e){let r,i;switch(t){case or.updatePoll:case or.createPoll:case or.votePoll:{r=yh.fromBinary.bind(yh),i=yh.create();break}}a(this,Dr).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,Dr).removeListeners(t)}}Dr=new WeakMap,za=new WeakMap,Wh([E.trace("PollSocketHandler.getPolls")],dl.prototype,"getPolls",1),Wh([E.trace("PollSocketHandler.createPoll")],dl.prototype,"createPoll",1),Wh([E.trace("PollSocketHandler.votePoll")],dl.prototype,"votePoll",1);var N1=Object.defineProperty,V1=Object.getOwnPropertyDescriptor,L1=(s,t,e,r)=>{for(var i=r>1?void 0:r?V1(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&&N1(t,e,i),i};class vS{constructor(t,e){p(this,"socket");m(this,Zt,void 0);f(this,Zt,t),this.socket=e,this.handleSocketEvents(),a(this,Zt).setValue("roomSocketHandler",this)}get telemetry(){return a(this,Zt).getValue("telemetry")}get logger(){return a(this,Zt).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(U.joinRoom,yI.toBinary(e));try{const{peer:n}=Nn.fromBinary((await r).payload);a(this,Zt).getValue("connectionHandler").socketJoined=!0,a(this,Zt).getValue("peerSessionStore").emit(_.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,Zt).getValue("peerSessionStore").emit(_.ROOM_STATE,d),a(this,Zt).getValue("peerSessionStore").emit(_.SOCKET_PEERS,l),{peer:n}}catch(n){throw this.logger.error("RoomSocketHandler.joinRoom.failed",{error:n}),new k("Error: RoomSocketHandler.joinRoom failed.","0002",this.logger,n)}}async getAllAddedParticipants(){try{return iA.fromBinary((await this.socket.sendMessagePromise(U.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(U.getRoomPeersInfo,lI.toBinary(n));i=lh.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(U.getRoomPeersInfo);t=lh.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(U.getRoomPeersInfo);t=lh.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(U.getPeerInfo,cf.toBinary({peerId:t}));e=Nn.fromBinary(r.payload)}catch(r){this.logger.error("getPeerInfo::binary_decode_error",{error:r})}return e}async getRoomState(){let t=of.create();try{const e=await this.socket.sendMessagePromise(U.getRoomInfo);t=of.fromBinary(e.payload)}catch(e){this.logger.error("getRoomState::binary_decode_error",{error:e})}return t}async getRoomStageState(){let t=gf.create();try{const e=await this.socket.sendMessagePromise(U.getRoomStageState);t=gf.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(U.broadcastMessage,go.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(U.broadcastToEntity,go.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(U.broadcastToEntity,go.toBinary(i))}async leaveRoom(){this.socket.joinAttempted=!1,this.socket.sendMessagePromise(U.leaveRoom,bI.toBinary({}))}async kick(t){const e={peerIds:[t]};this.socket.sendMessage(U.kick,hf.toBinary(e))}async kickAll(t=!1){const e={propagateKickAcrossRooms:t};this.socket.sendMessage(U.kickAll,Ym.toBinary(e))}getWaitingRoomRequests(){this.socket.sendMessage(U.getWaitingRoomRequests)}acceptWaitingRoomRequest(t){const e={userIds:t};this.socket.sendMessage(U.acceptWaitingRoomRequests,lA.toBinary(e))}rejectWaitingRoomRequest(t){const e={userIds:t};this.socket.sendMessage(U.denyWaitingRoomRequests,hA.toBinary(e))}async updatePermissions(t,e){const r={updatePeersPresets:[]};return t.forEach(i=>{r.updatePeersPresets.push({userIds:i,patch:e})}),this.socket.sendMessagePromise(jd.updateUserPreset,BA.toBinary(r))}handleSocketEvents(){this.socket.on(U.broadcastMessage,({payload:t})=>{try{const e=go.fromBinary(t);a(this,Zt).getValue("peerSessionStore").emit(_.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(U.broadcastToEntity,({payload:t})=>{try{const e=go.fromBinary(t);a(this,Zt).getValue("peerSessionStore").emit(_.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 U.joinRoom:case U.leaveRoom:case U.kick:case U.kickAll:{r=Nn.fromBinary.bind(Nn),i=Nn.create();break}case U.getWaitingRoomRequests:{r=(n,o)=>n?pf.fromBinary(n,o):{requests:[]},i=pf.create();break}case U.recordingPaused:case U.recordingStarted:case U.recordingStopped:{r=Cf.fromBinary.bind(Cf);break}case jd.updateUserPreset:{r=ff.fromBinary.bind(ff);break}case bs.peerJoinedBroadcast:case $r.peerJoinedBroadcast:{r=Zm.fromBinary.bind(Zm);break}case bs.selfJoinComplete:case $r.selfJoinComplete:{r=nh.fromBinary.bind(nh);break}case bs.globalPeerPinBroadcast:case $r.globalPeerPinBroadcast:{r=sf.fromBinary.bind(sf);break}case bs.selectedPeer:case $r.selectedPeer:{r=ih.fromBinary.bind(ih);break}case bs.selectedPeerDiff:case $r.selectedPeerDiff:{r=Xm.fromBinary.bind(Xm);break}case bs.leaveRoom:case $r.leaveRoom:{r=ah.fromBinary.bind(ah);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(jd.getUserPresets,NA.toBinary(e)),i=UA.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}}}Zt=new WeakMap,L1([E.trace("RoomSocketHandler.joinRoom")],vS.prototype,"joinRoom",1);class x1{constructor(t){m(this,Ut,void 0);f(this,Ut,t)}async getStageRequests(){const{payload:t}=await a(this,Ut).sendMessagePromise(U.getStageRequests);return t?Th.fromBinary(t):{stageRequests:[]}}requestAccess(){a(this,Ut).sendMessage(U.requestStageAccess)}cancelRequestAccess(){a(this,Ut).sendMessage(U.cancelStageRequest)}async grantAccess(t){const e={userIds:t};a(this,Ut).sendMessage(U.grantStageAccess,vM.toBinary(e))}async denyAccess(t){const e={userIds:t};a(this,Ut).sendMessage(U.denyStageAccess,yM.toBinary(e))}joinStage(){return a(this,Ut).sendMessagePromise(U.joinStage,void 0,void 0,U.peerStageStatusUpdate)}leaveStage(t){const e={userIds:[t]};return a(this,Ut).sendMessagePromise(U.leaveStage,Pf.toBinary(e),void 0,U.peerStageStatusUpdate)}kick(t){const e={userIds:t};return a(this,Ut).sendMessagePromise(U.leaveStage,Pf.toBinary(e))}on(t,e){let r;switch(t){case U.grantStageAccess:case U.denyStageAccess:{r=void 0;break}case U.getStagePeers:{r=wf.fromBinary.bind(wf);break}case U.getStageRequests:case U.requestStageAccess:case U.cancelStageRequest:{r=Th.fromBinary.bind(Th);break}case U.peerStageStatusUpdate:{r=rf.fromBinary.bind(rf);break}}a(this,Ut).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,Ut).sendMessagePromise(U.getPeerInfo,cf.toBinary({peerId:t}));return Nn.fromBinary(e.payload)}}Ut=new WeakMap;class U1{constructor(t,e){m(this,Ye,void 0);m(this,Nc,void 0);f(this,Ye,e),f(this,Nc,t)}get logger(){return a(this,Nc).getValue("logger")}addPlugin(t,e){a(this,Ye).sendMessage(G.addPlugin,V0.toBinary({pluginId:t,staggered:e}))}removePlugin(t){a(this,Ye).sendMessage(G.removePlugin,x0.toBinary({pluginId:t,staggered:!1}))}async getActivePlugins(){const{payload:t}=await a(this,Ye).sendMessagePromise(G.getPlugins);return t?aM.fromBinary(t):{plugins:[]}}customPluginEventToRoom(t,e,r){const i={pluginId:t,pluginData:new TextEncoder().encode(JSON.stringify(e))};a(this,Ye).sendMessage(G.customPluginEventToRoom,J0.toBinary(i),r)}customPluginEventToPeers(t,e,r,i){const n={pluginId:t,peerIds:e,pluginData:new TextEncoder().encode(JSON.stringify(r))};a(this,Ye).sendMessage(G.customPluginEventToPeers,z0.toBinary(n),i)}enablePluginForRoom(t,e){a(this,Ye).sendMessage(G.enablePluginForRoom,F0.toBinary({pluginId:t}),e)}enablePluginForPeers(t,e,r){a(this,Ye).sendMessage(G.enablePluginForPeers,q0.toBinary({pluginId:t,peerIds:e}),r)}disablePluginForRoom(t,e){a(this,Ye).sendMessage(G.disablePluginForRoom,B0.toBinary({pluginId:t}),e)}disablePluginForPeers(t,e,r){a(this,Ye).sendMessage(G.disablePluginForPeers,G0.toBinary({pluginId:t,peerIds:e}),r)}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,Ye).sendMessage(G.storeInsertKeys,vf.toBinary(n),i)}storeGetKeys(t,e,r,i){const n={pluginId:t,storeName:e,getKeys:r.map(o=>({storeKey:o.key}))};a(this,Ye).sendMessage(G.storeGetKeys,Z0.toBinary(n),i)}storeDeleteKeys(t,e,r,i){const n={pluginId:t,storeName:e,deleteKeys:r.map(o=>({storeKey:o.key}))};a(this,Ye).sendMessage(G.storeDeleteKeys,tM.toBinary(n),i)}storeDelete(t,e,r){a(this,Ye).sendMessage(G.storeDelete,rM.toBinary({pluginId:t,storeName:e}),r)}getPluginDataOld(t,e){this.logger.info("getPluginDataOld",{plugin:{id:t,storeName:e}})}storePluginDataOld(t,e,r){const i={pluginId:t,storeName:e,insertKeys:[{storeKey:r.key,payload:new TextEncoder().encode(JSON.stringify(r))}]};a(this,Ye).sendMessage(G.storeInsertKeys,vf.toBinary(i))}on(t,e){let r;switch(t){case G.addPlugin:case G.enablePluginForPeers:case G.enablePluginForRoom:{r=vh.fromBinary.bind(vh);break}case G.removePlugin:case G.disablePluginForPeers:case G.disablePluginForRoom:{r=Tf.fromBinary.bind(Tf);break}case G.customPluginEventToPeers:case G.customPluginEventToRoom:{r=Ef.fromBinary.bind(Ef);break}case G.storeInsertKeys:case G.storeGetKeys:case G.storeDeleteKeys:case G.storeDelete:{r=yf.fromBinary.bind(yf);break}}a(this,Ye).on(t,({payload:i,id:n})=>{const o=r(i);return e(o,n)})}}Ye=new WeakMap,Nc=new WeakMap;var F1=Object.defineProperty,$1=(s,t,e)=>t in s?F1(s,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):s[t]=e,B1=(s,t,e)=>($1(s,typeof t!="symbol"?t+"":t,e),e),Jh=(s,t,e)=>{if(!t.has(s))throw TypeError("Cannot "+e)},O=(s,t,e)=>(Jh(s,t,"read from private field"),e?e.call(s):t.get(s)),Ee=(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)},ie=(s,t,e,r)=>(Jh(s,t,"write to private field"),r?r.call(s,e):t.set(s,e),e),Pe=(s,t,e)=>(Jh(s,t,"access private method"),e),ll={},H1={get exports(){return ll},set exports(s){ll=s}},Hn=typeof Reflect=="object"?Reflect:null,TS=Hn&&typeof Hn.apply=="function"?Hn.apply:function(s,t,e){return Function.prototype.apply.call(s,t,e)},ul;Hn&&typeof Hn.ownKeys=="function"?ul=Hn.ownKeys:Object.getOwnPropertySymbols?ul=function(s){return Object.getOwnPropertyNames(s).concat(Object.getOwnPropertySymbols(s))}:ul=function(s){return Object.getOwnPropertyNames(s)};function q1(s){console&&console.warn&&console.warn(s)}var yS=Number.isNaN||function(s){return s!==s};function de(){de.init.call(this)}H1.exports=de,ll.once=J1,de.EventEmitter=de,de.prototype._events=void 0,de.prototype._eventsCount=0,de.prototype._maxListeners=void 0;var ES=10;function hl(s){if(typeof s!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof s)}Object.defineProperty(de,"defaultMaxListeners",{enumerable:!0,get:function(){return ES},set:function(s){if(typeof s!="number"||s<0||yS(s))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+s+".");ES=s}}),de.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},de.prototype.setMaxListeners=function(s){if(typeof s!="number"||s<0||yS(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 bS(s){return s._maxListeners===void 0?de.defaultMaxListeners:s._maxListeners}de.prototype.getMaxListeners=function(){return bS(this)},de.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")TS(c,this,t);else for(var d=c.length,l=RS(c,d),e=0;e<d;++e)TS(l[e],this,t);return!0};function wS(s,t,e,r){var i,n,o;if(hl(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=bS(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,q1(c)}return s}de.prototype.addListener=function(s,t){return wS(this,s,t,!1)},de.prototype.on=de.prototype.addListener,de.prototype.prependListener=function(s,t){return wS(this,s,t,!0)};function j1(){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 PS(s,t,e){var r={fired:!1,wrapFn:void 0,target:s,type:t,listener:e},i=j1.bind(r);return i.listener=e,r.wrapFn=i,i}de.prototype.once=function(s,t){return hl(t),this.on(s,PS(this,s,t)),this},de.prototype.prependOnceListener=function(s,t){return hl(t),this.prependListener(s,PS(this,s,t)),this},de.prototype.removeListener=function(s,t){var e,r,i,n,o;if(hl(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():G1(e,i),e.length===1&&(r[s]=e[0]),r.removeListener!==void 0&&this.emit("removeListener",s,o||t)}return this},de.prototype.off=de.prototype.removeListener,de.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 _S(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?W1(i):RS(i,i.length)}de.prototype.listeners=function(s){return _S(this,s,!0)},de.prototype.rawListeners=function(s){return _S(this,s,!1)},de.listenerCount=function(s,t){return typeof s.listenerCount=="function"?s.listenerCount(t):CS.call(s,t)},de.prototype.listenerCount=CS;function CS(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}de.prototype.eventNames=function(){return this._eventsCount>0?ul(this._events):[]};function RS(s,t){for(var e=new Array(t),r=0;r<t;++r)e[r]=s[r];return e}function G1(s,t){for(;t+1<s.length;t++)s[t]=s[t+1];s.pop()}function W1(s){for(var t=new Array(s.length),e=0;e<t.length;++e)t[e]=s[e].listener||s[e];return t}function J1(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))}kS(s,t,n,{once:!0}),t!=="error"&&K1(s,i,{once:!0})})}function K1(s,t,e){typeof s.on=="function"&&kS(s,"error",t,e)}function kS(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 z1 extends v{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 IS=new z1;class AS{static encode(t){return IS.toBinary(t)}static decode(t){return IS.fromBinary(new Uint8Array(t))}}function Y1(s,t){return Math.floor(Math.random()*(t-s+1)+s)}var Wr;class Q1{constructor(t={}){B1(this,"opts"),Ee(this,Wr,void 0),this.opts={initialTimeout:t.initialTimeout||1e3,maxTimeout:t.maxTimeout||1e4,factor:t.factor||2},ie(this,Wr,0)}async wait(){ie(this,Wr,O(this,Wr)+1);const t=Y1(0,Math.min(this.opts.maxTimeout,this.opts.initialTimeout*2**O(this,Wr)));await new Promise(e=>{setTimeout(e,t)})}getAttempts(){return O(this,Wr)}reset(){ie(this,Wr,0)}}Wr=new WeakMap;const Jr={debug:0,info:1,warn:2,error:3};var Vi,Li;class X1{constructor(t){Ee(this,Vi,void 0),Ee(this,Li,void 0),ie(this,Vi,console),ie(this,Li,t)}debug(...t){Jr[O(this,Li)]>Jr.debug||O(this,Vi).debug("[Sockrates]:",...t)}info(...t){Jr[O(this,Li)]>Jr.info||O(this,Vi).info("[Sockrates]:",...t)}warn(...t){Jr[O(this,Li)]>Jr.warn||O(this,Vi).warn("[Sockrates]:",...t)}error(...t){Jr[O(this,Li)]>Jr.error||O(this,Vi).error("[Sockrates]:",...t)}}Vi=new WeakMap,Li=new WeakMap;var MS=(s=>(s[s.CONNECTING=0]="CONNECTING",s[s.OPEN=1]="OPEN",s[s.CLOSING=2]="CLOSING",s[s.CLOSED=3]="CLOSED",s))(MS||{});const Z1="2",eN="3";var De,qn,_e,Ue,Kr,et,hr,zr,Cs,jn,pr,Kh,OS,Co,pl,zh,DS,Yh,NS,gl,Qh,Xh,VS,Ro,ml,ko,fl,Sl,Zh,Gn,Io,Ao,vl;class tN{constructor(t,e){var g,S,y,P,b,R,D,F,L,B;Ee(this,Kh),Ee(this,Co),Ee(this,zh),Ee(this,Yh),Ee(this,gl),Ee(this,Xh),Ee(this,Ro),Ee(this,ko),Ee(this,Sl),Ee(this,Gn),Ee(this,Ao),Ee(this,De,void 0),Ee(this,qn,void 0),Ee(this,_e,void 0),Ee(this,Ue,void 0),Ee(this,Kr,void 0),Ee(this,et,void 0),Ee(this,hr,void 0),Ee(this,zr,void 0),Ee(this,Cs,void 0),Ee(this,jn,void 0),Ee(this,pr,void 0);var r,i,n,o,c,d,l,u,h;ie(this,qn,t),ie(this,Kr,[]),ie(this,et,new ll),ie(this,hr,!0),ie(this,Cs,!1),ie(this,_e,e!=null?e:{}),(g=(r=O(this,_e)).autoReconnect)!=null||(r.autoReconnect=!0),(S=(i=O(this,_e)).retryConnectionInterval)!=null||(i.retryConnectionInterval=1e3),(y=(n=O(this,_e)).pingTimeout)!=null||(n.pingTimeout=3e4),(P=(o=O(this,_e)).connectionTimeout)!=null||(o.connectionTimeout=5e3),(b=(c=O(this,_e)).debug)!=null||(c.debug=!0),(R=(d=O(this,_e)).maxReconnectionAttempts)!=null||(d.maxReconnectionAttempts=10),(D=(l=O(this,_e)).disconnectOnPingTimeout)!=null||(l.disconnectOnPingTimeout=!0),(F=(u=O(this,_e)).queueOnDisconnect)!=null||(u.queueOnDisconnect=!1),(L=(h=O(this,_e)).flushOnReconnect)!=null||(h.flushOnReconnect=!1),ie(this,zr,{code:void 0,reason:void 0}),ie(this,Ue,(B=O(this,_e).logger)!=null?B:new X1(O(this,_e).debug?"debug":"info")),ie(this,pr,new Q1)}get readyState(){var t;return(t=O(this,De))==null?void 0:t.readyState}get url(){return O(this,qn)}updateURL(t){ie(this,qn,t),Pe(this,Xh,VS).call(this)}get config(){return O(this,_e)}get sendQueue(){return O(this,Kr)}flush(){if(!O(this,_e).queueOnDisconnect)return!1;const t=[];return O(this,Kr).forEach(e=>{this.send(e.event,e.id,e.payload,e.metadata)||t.push(e)}),ie(this,Kr,t),O(this,Kr)}async connect(t=!1){if(!t&&[0,1].includes(this.readyState)){O(this,Ue).debug("Websocket was already connecting or connected.");return}if(O(this,hr)!==!1)return new Promise((e,r)=>{Pe(this,Gn,Io).call(this),Pe(this,Ao,vl).call(this);try{ie(this,De,new WebSocket(Pe(this,Kh,OS).call(this,O(this,qn)))),O(this,De).binaryType="arraybuffer",O(this,Ue).debug("Connecting");const i=setTimeout(()=>{O(this,Ue).debug("Connection timeout. Closing socket"),ie(this,hr,!0),Pe(this,Ao,vl).call(this),O(this,De).close(3001,"Connection Timeout"),O(this,_e).autoReconnect&&!O(this,Cs)&&(O(this,et).emit("reconnecting"),Pe(this,Ro,ml).call(this)),r(new Error("Connection timed out!"))},O(this,_e).connectionTimeout);O(this,De).onopen=()=>{O(this,Ue).debug(`Ready State: ${MS[O(this,De).readyState]}`),i&&clearTimeout(i),Pe(this,Sl,Zh).call(this),ie(this,zr,{code:void 0,reason:void 0}),O(this,et).emit("connected"),O(this,_e).flushOnReconnect&&this.flush(),e()},O(this,De).onclose=n=>{try{i&&clearTimeout(i);const{code:o,reason:c}=n;r(c),O(this,Ue).debug("Socket closed. Close event:",{event:n}),O(this,Ue).debug(`Connection closed code: ${o}`),O(this,Ue).debug(`Connection closed reason: ${c}`),O(this,Cs)||Pe(this,gl,Qh).call(this,o,c)}catch(o){Pe(this,Co,pl).call(this,o)}},O(this,De).onerror=n=>{Pe(this,Co,pl).call(this,n)},O(this,De).onmessage=n=>Pe(this,zh,DS).call(this,n)}catch(i){Pe(this,Co,pl).call(this,i,r)}})}send(t,e,r,i){const n={event:t,id:e,payload:r,metadata:i};if(O(this,_e).queueOnDisconnect&&(!O(this,De)||O(this,De).readyState!==1))return O(this,Ue).debug("Queuing message since socket is not connected!",n),O(this,Kr).push(n),!1;const o=AS.encode(n);return Pe(this,ko,fl).call(this,o)}emit(t,e,r,i){return this.send(t,e,r,i)}sendRaw(t){return Pe(this,ko,fl).call(this,t)}receive(t,e){return O(this,et).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")){O(this,et).on(t,e);return}this.receive(t,e)}removeAllListeners(){O(this,et).removeAllListeners()}removeReceiver(t,e){this.removeListener(t,e)}removeListener(t,e){O(this,et).removeListener(t.toString(),e)}removeReceivers(t){this.removeListeners(t)}removeListeners(t){O(this,et).listeners(t.toString()).map(e=>this.removeListener(t,e))}disconnect(){ie(this,hr,!1),Pe(this,Gn,Io).call(this),this.removeAllListeners(),ie(this,zr,{code:1e3,reason:"Sockrates disconnect method called"}),O(this,De).close(1e3,"Sockrates disconnect method called.")}}De=new WeakMap,qn=new WeakMap,_e=new WeakMap,Ue=new WeakMap,Kr=new WeakMap,et=new WeakMap,hr=new WeakMap,zr=new WeakMap,Cs=new WeakMap,jn=new WeakMap,pr=new WeakMap,Kh=new WeakSet,OS=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)://.")},Co=new WeakSet,pl=function(s,t){O(this,Ue).error("Error:",{error:s}),O(this,et).emit("errored",{error:s}),t==null||t(s)},zh=new WeakSet,DS=function(s){if(Pe(this,Sl,Zh).call(this),s.data===Z1){O(this,Ue).debug("Received ping from server"),Pe(this,ko,fl).call(this,eN);return}const t=AS.decode(s.data),{id:e,payload:r}=t;O(this,Ue).debug("Received message",{event:t.event,messageID:e}),O(this,et).emit(t.event.toString(),{id:e,payload:r})},Yh=new WeakSet,NS=function(){return O(this,De).readyState===1},gl=new WeakSet,Qh=function(s,t){ie(this,zr,{reason:t,code:s}),O(this,et).emit("disconnected",{code:s,reason:t})},Xh=new WeakSet,VS=function(){const{reason:s,code:t}=O(this,zr);t&&t!==1e3&&O(this,hr)&&O(this,_e).autoReconnect&&!O(this,Cs)&&(O(this,Ue).debug(`Triggering reconnection due to ${s}.`),O(this,et).emit("reconnecting"),Pe(this,Ro,ml).call(this))},Ro=new WeakSet,ml=async function(s=!0){if(s&&O(this,Cs)){O(this,Ue).debug("Reconnect called when already in a reconnect loop. Ignoring.");return}if(O(this,Cs)||O(this,pr).reset(),O(this,_e).maxReconnectionAttempts!==null&&O(this,pr).getAttempts()>=O(this,_e).maxReconnectionAttempts){O(this,et).emit("failed"),ie(this,Cs,!1);return}ie(this,Cs,!0),Pe(this,Ao,vl).call(this),Pe(this,Gn,Io).call(this);try{if(await O(this,pr).wait(),O(this,hr)===!1)return;if(O(this,Ue).debug(`Reconnection attempt ${O(this,pr).getAttempts()}`),O(this,et).emit("reconnectAttempt",{attempt:O(this,pr).getAttempts()}),await this.connect(),!Pe(this,Yh,NS).call(this))throw Error("Reconnect Failed");ie(this,Cs,!1),ie(this,zr,{code:void 0,reason:void 0}),O(this,et).emit("reconnected")}catch(t){O(this,Ue).debug("Failed to reconnect."),O(this,et).emit("reconnectFailure",{attempt:O(this,pr).getAttempts()}),Pe(this,Ro,ml).call(this,!1)}},ko=new WeakSet,fl=function(s){try{return O(this,De).send(s),!0}catch(t){return O(this,Ue).error(t.message),!1}},Sl=new WeakSet,Zh=function(){this.config.disconnectOnPingTimeout&&(O(this,Ue).debug("Resetting ping timeout"),Pe(this,Gn,Io).call(this),ie(this,jn,setTimeout(()=>{var s;O(this,Ue).debug("Disconnecting the socket due to ping timeout"),ie(this,hr,!0);const t=3002,e="Ping timeout";(s=O(this,De))==null||s.close(t,e),Pe(this,gl,Qh).call(this,t,e)},O(this,_e).pingTimeout)))},Gn=new WeakSet,Io=function(){O(this,jn)&&(clearTimeout(O(this,jn)),ie(this,jn,void 0))},Ao=new WeakSet,vl=function(){O(this,De)&&(O(this,De).onopen=void 0,O(this,De).onerror=void 0,O(this,De).onmessage=void 0,O(this,De).onclose=void 0)};var sN=Object.defineProperty,rN=Object.getOwnPropertyDescriptor,Tl=(s,t,e,r)=>{for(var i=r>1?void 0:r?rN(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&&sN(t,e,i),i};const LS=65535,iN=3e3,xS=(nv=class{constructor(s,{peerId:t,meetingId:e,authToken:r,capabilities:i}){m(this,Me);m(this,Vc);m(this,Lc);m(this,pi,void 0);m(this,Ae,void 0);p(this,"roomName");p(this,"authToken");p(this,"capabilities");m(this,Ss,void 0);m(this,ot,void 0);var n;if(!t||!e||!r)throw new k("peerId, meetingId, or authToken can not be empty","0404");f(this,Ss,void 0),f(this,ot,s),this.capabilities=i,this.roomName=e,this.authToken=r,f(this,pi,x(this,Vc,Ep).call(this,t)),f(this,Ae,new tN(a(this,pi),{autoReconnect:!0,disconnectOnPingTimeout:(n=i.includes("PING"))!=null?n:!1,queueOnDisconnect:!0,flushOnReconnect:!1,logger:this.logger})),this.handleSocketConnectionEvents()}get joinAttempted(){return a(this,Me,je).socketJoinAttempted}set joinAttempted(s){a(this,Me,je).socketJoinAttempted=s}get telemetry(){return a(this,ot).getValue("telemetry")}get logger(){return a(this,ot).getValue("logger")}get peerId(){return a(this,ot).getValue("peerId")}updateURL(s){s!==this.peerId&&(f(this,pi,x(this,Vc,Ep).call(this,s)),this.logger.debug("SocketService:: Connection URL updated.")),a(this,Ae).updateURL(a(this,pi))}static getSocketEdgeDomain(s){return bi({servicePrefix:"socket-edge",baseURI:s})}get url(){return a(this,pi)}async connect(){a(this,Me,je).socketJoinAttempted=!0,await a(this,Ae).connect(),a(this,Me,je).socketJoinAttempted=!0,a(this,Me,je).socketState={state:"connected",reconnected:!1,reconnectionAttempt:void 0}}disconnect(){a(this,Me,je).socketJoinAttempted=!1,a(this,Ae).disconnect(),a(this,Me,je).socketJoinAttempted=!0,a(this,Me,je).socketState={state:"disconnected",reconnected:!1,reconnectionAttempt:void 0}}get isConnected(){try{return a(this,Ae).readyState===1}catch(s){return!1}}sendMessage(s,t,e){const r={};return a(this,ot).getValue("telemetry").injectContext(r),a(this,Ae).send(s,e!=null?e:x(this,Lc,bp).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=(y,P)=>{a(this,Ae).removeListener(n,y),a(this,Ae).removeListener(LS,P),a(this,Ae).removeListener($r.errorResponse,P),a(this,Ae).removeListener(bs.errorResponse,P)},l=r!=null?r:x(this,Lc,bp).call(this),u={};a(this,ot).getValue("telemetry").injectContext(u);const g=({id:y,payload:P})=>{if(l===y){let b;try{const R=sk.fromBinary(P);b=new Error(R.errorMessage)}catch(R){b=new Error("failed to parse error message",{cause:R});try{const D=rI.fromBinary(P);b=new Error(D.message)}catch(D){b=new Error("failed to parse error message",{cause:D})}}c(b),d(S,g)}},S=({id:y,payload:P})=>{l===y&&(o({id:y,payload:P}),d(S,g))};a(this,Ae).on(n,S),a(this,Ae).on(LS,g),a(this,Ae).on($r.errorResponse,g),a(this,Ae).on(bs.errorResponse,g),setTimeout(()=>{d(S,g),c(new Error(`request timeout for callback eventId:${s}`))},t),a(this,Ae).send(s,l,e,new TextEncoder().encode(JSON.stringify(u)))})}on(s,t){a(this,Ae).on(s,t)}onStateEvent(s,t){a(this,Ae).on(s,t)}removeListener(s,t){a(this,Ae).removeListener(s,t)}removeListeners(s){a(this,Ae).removeListeners(s)}flush(){return a(this,Ae).flush()}handleSocketConnectionEvents(){this.onStateEvent("connected",async()=>{this.logger.info("SocketService::Connected to socket-edge"),a(this,Ss)&&(clearTimeout(a(this,Ss)),f(this,Ss,void 0)),a(this,Me,je).updateSocketConnectionState("connected")}),this.onStateEvent("disconnected",({code:s,reason:t})=>{var i;this.logger.info("SocketService::Disconnected from socket-edge",{error:{code:s,reason:t},country:E.location.country});const{recv:e,send:r}=(i=a(this,Me,je).mediaState)!=null?i:{};e!=null&&e.state&&(e==null?void 0:e.state)!==Bn.CONNECTED||r!=null&&r.state&&(r==null?void 0:r.state)!==Bn.CONNECTED?a(this,ot).getValue("peerSessionStore").emit(_.SOCKET_SERVICE_DISCONNECTED,{joinAttempted:a(this,Me,je).joinAttempted}):f(this,Ss,setTimeout(()=>{a(this,ot).getValue("peerSessionStore").emit(_.SOCKET_SERVICE_DISCONNECTED,{joinAttempted:a(this,Me,je).joinAttempted}),f(this,Ss,void 0)},iN)),a(this,Me,je).updateSocketConnectionState("disconnected")}),this.onStateEvent("reconnecting",async()=>{this.logger.info("SocketService::Reconnecting to socket-edge",{country:E.location.country}),a(this,Me,je).updateSocketConnectionState("reconnecting")}),this.onStateEvent("reconnectAttempt",async({attempt:s})=>{this.logger.info("SocketService::Attempting to reconnect to socket-edge",{socket:{retryAttempt:s}}),a(this,Me,je).updateSocketConnectionState("reconnectAttempt",s)}),this.onStateEvent("reconnectFailure",({attempt:s})=>{this.logger.info("SocketService::Reconnect attempt to socket-edge failed",{socket:{retryAttempt:s}}),a(this,Me,je).updateSocketConnectionState("reconnectFailure",s)}),this.onStateEvent("reconnected",async()=>{this.logger.info("SocketService::Reconnected to socket-edge",{connectionState:{joinAttempted:a(this,Me,je).mediaJoinAttempted}}),a(this,Ss)&&(clearTimeout(a(this,Ss)),f(this,Ss,void 0)),a(this,ot).getValue("peerSessionStore").emit(_.SOCKET_SERVICE_RECONNECTED,{wasJoinAttempted:a(this,Me,je).mediaJoinAttempted}),a(this,Me,je).updateSocketConnectionState("reconnected")}),this.onStateEvent("failed",async()=>{this.logger.info("SocketService::Failed to connect to socket-edge",{country:E.location.country}),a(this,ot).getValue("peerSessionStore").emit(_.SOCKET_SERVICE_FAILED),a(this,Me,je).updateSocketConnectionState("failed")})}},pi=new WeakMap,Ae=new WeakMap,Me=new WeakSet,je=function(){return a(this,ot).getValue("connectionHandler")},Ss=new WeakMap,ot=new WeakMap,Vc=new WeakSet,Ep=function(s){let t=xS.getSocketEdgeDomain(a(this,ot).getValue("baseURI"));typeof On(a(this,ot),"socket_server_base")=="string"&&(t=On(a(this,ot),"socket_server_base"));const e=`wss://${t}`,r=new URL(`${e}/ws`),i=this.peerId,n={roomID:this.roomName,peerID:s,authToken:this.authToken,useMediaV2:!0,...i!==s&&{oldPeerID:i},ping:this.capabilities.includes("PING"),capabilities:this.capabilities.map(o=>Fd[o]).join(" "),joinWithDetails:!0,useCfWorker:!0,useStartSession:!0};return Object.entries(n).forEach(([o,c])=>{r.searchParams.append(o,c.toString())}),r.href},Lc=new WeakSet,bp=function(){return`${this.peerId}-${(Math.random()+1).toString(36).substring(7)}`},nv);let Mo=xS;Tl([E.trace("SocketService.connect")],Mo.prototype,"connect",1),Tl([E.trace("SocketService.disconnect")],Mo.prototype,"disconnect",1),Tl([E.trace("SocketService.sendMessagePromise")],Mo.prototype,"sendMessagePromise",1),Tl([E.trace("SocketService.sendMessagePromiseWithTimeout")],Mo.prototype,"sendMessagePromiseWithTimeout",1);class nN{constructor(t){p(this,"socketService");this.socketService=t}handleConnectedRoomsDumpRaw({payload:t}){var n;const e=AI.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=sA.fromBinary(t);return{authToken:e.authToken,meetingId:e.meetingId}}handleMovedPeerRaw({payload:t}){const e=uf.fromBinary(t);return{meetingId:e.meetingId,customParticipantId:e.customParticipantId}}handleConnectedRoomsUpdatedRaw({payload:t}){return lf.fromBinary(t).payloads.map(r=>({id:r.id,title:r.title}))}handleConnectedRoomsDeletedRaw({payload:t}){return WI.fromBinary(t).payloads}async getConnectedRoomsDump(){const t=await this.socketService.sendMessagePromise(U.getConnectedRoomsDump);return this.handleConnectedRoomsDumpRaw(t)}async createConnectedRooms(t){const{payload:e}=await this.socketService.sendMessagePromise(U.createConnectedRooms,NI.toBinary({payloads:t}));return lf.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(U.deleteConnectedRooms,jI.toBinary({payloads:e}));return this.handleConnectedRoomsDeletedRaw(r)}async movePeersBetweenRooms(t){try{const e=await this.socketService.sendMessagePromise(U.movePeers,XI.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 aN=Object.defineProperty,oN=Object.getOwnPropertyDescriptor,cN=(s,t,e,r)=>{for(var i=r>1?void 0:r?oN(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&&aN(t,e,i),i};class US extends $t{constructor(e){const r=e.getValue("logger");super(r);p(this,"meetings",[]);p(this,"parentMeeting",null);m(this,Ls,void 0);f(this,Ls,e)}get supportsConnectedMeetings(){return a(this,Ls).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.
19
19
  Please connect with our support team to enable connected meetings.`)}async getConnectedMeetings(){this.validateConnectedMeetingsAction(),this.logger.info("Getting connected meetings dump");const e=await a(this,Ls).getValue("connectedMeetingsSocketHandler").getConnectedRoomsDump();return this.logger.info("Got connected meetings dump"),e}async createMeetings(e){this.validateConnectedMeetingsAction(),this.logger.info(`Creating connected meetings ${JSON.stringify(e)}`);const r=await a(this,Ls).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.validateConnectedMeetingsAction(),this.logger.info(`Updating connected meetings ${JSON.stringify(e)}`),await a(this,Ls).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.validateConnectedMeetingsAction(),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,Ls).getValue("connectedMeetingsSocketHandler").disableConnectedRooms(e);return this.logger.info(`Deleted connected meetings ${JSON.stringify(e)}`),i}async moveParticipants(e,r,i){this.validateConnectedMeetingsAction(),this.logger.info(`Moving connected meetings participants ${JSON.stringify(i)} from ${e} to ${r}`);const n=await a(this,Ls).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.validateConnectedMeetingsAction(),this.logger.info(`Moving connected meetings participants (custom preset) ${JSON.stringify(i)} from ${e} to ${r}`);const n=await a(this,Ls).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})}}Ls=new WeakMap,cN([Mt({maxInvocations:60,period:60})],US.prototype,"getConnectedMeetings",1);var dN=Object.defineProperty,lN=Object.getOwnPropertyDescriptor,ep=(s,t,e,r)=>{for(var i=r>1?void 0:r?lN(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&&dN(t,e,i),i};const FS=(av=class{constructor(s){p(this,"connectedMeetings");m(this,Se,void 0);f(this,Se,s),this.connectedMeetings=new US(s)}get telemetry(){return a(this,Se).getValue("telemetry")}get logger(){return a(this,Se).getValue("logger")}static init(s){const t=new FS(s);return t.connectedMeetings.supportsConnectedMeetings&&(t.setupEvents(),s.getValue("self").once("roomJoined",()=>t.getConnectedMeetings())),t}getConnectedMeetings(){this.connectedMeetings.getConnectedMeetings()}setupEvents(){a(this,Se).getValue("connectedMeetingsSocketHandler").socketService.on(U.getConnectedRoomsDump,this.handleConnectedRoomsDump.bind(this)),a(this,Se).getValue("connectedMeetingsSocketHandler").socketService.on(U.transferPeer,this.handleTransferPeer.bind(this)),a(this,Se).getValue("connectedMeetingsSocketHandler").socketService.on(U.movedPeer,this.handleMovedPeer.bind(this)),a(this,Se).getValue("connectedMeetingsSocketHandler").socketService.on(U.connectedRoomsUpdated,this.handleConnectedRoomsUpdated.bind(this)),a(this,Se).getValue("connectedMeetingsSocketHandler").socketService.on(U.connectedRoomsDeleted,this.handleConnectedRoomsDeleted.bind(this))}handleTransferPeer(s){this.logger.info("Received backend request to switch connected meetings");const t=a(this,Se).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;if(!this.connectedMeetings.supportsConnectedMeetings)throw new Error(`You are not allowed to perform this action.
20
20
  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,Se).getValue("self").videoEnabled,audio:a(this,Se).getValue("self").audioEnabled};try{a(this,Se).getValue("self").cleanupEvents(),await a(this,Se).getValue("meeting").leave("connected-meeting")}catch(d){this.logger.error(`ConnectedMeetingsController:: switchMeeting:: issues in leaving previous meeting. Meeting Id: ${(n=(i=a(this,Se).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 BS.init({...a(this,Se).getValue("options"),cachedUserDetails:null,defaults:{...a(this,Se).getValue("options").defaults,...e,mediaHandler:a(this,Se).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,Se).getValue("self");r.self.setName(a(this,Se).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,Se).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,Se).getValue("connectedMeetingsSocketHandler").handleMovedPeerRaw(s)}handleConnectedRoomsUpdated(s){const t=a(this,Se).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,Se).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})}},Se=new WeakMap,av);let yl=FS;ep([E.trace("ConnectedMeetingsController.getConnectedMeetings")],yl.prototype,"getConnectedMeetings",1),ep([E.trace("ConnectedMeetingsController.setupEvents")],yl.prototype,"setupEvents",1),ep([E.trace("ConnectedMeetingsController.switchMeeting")],yl.prototype,"switchMeeting",1);var uN=Object.defineProperty,hN=Object.getOwnPropertyDescriptor,El=(s,t,e,r)=>{for(var i=r>1?void 0:r?hN(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&&uN(t,e,i),i};const Wn=class{constructor(s,t,e){p(this,"apiBase");p(this,"selfController");p(this,"pollController");p(this,"chatController");p(this,"metaController");p(this,"storesManager");p(this,"stageController");p(this,"pluginController");p(this,"internalsController");p(this,"recordingController");p(this,"livestreamController");p(this,"participantController");p(this,"connectedMeetingsController");p(this,"telemetry");p(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,B;const{peerId:t,apiBase:e,authToken:r,meetingId:i,organizationId:n,cachedUserDetails:o,logger:c}=s.getAllValues();if(fS(s),ve.isSupported()===!1)throw new k("Browser not supported","0010",c,!0);const d=nO(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 $O(s);s.setValue("connectionHandler",l);const u=Wn.createSocketService(s),h=u.connect(),g=d.getUserDetails(),S=d.getPlugins();let y,P="";try{await Wn.setupFlagsmith(s)}catch(W){c.error("Failed to setup flagsmith",{error:W})}try{await h}catch(W){c.error("[Controller]: Failed to connect to socket server:",{error:W})}try{({meetingTitle:P}=await d.getRoomNodeData()),y=await g,c.info("CF SFU is being used."),s.setValue("presetName",y.preset.name)}catch(W){c.error("Failed to get room metadata",{error:W})}const b=Dh.init(y.preset,!s.getValue("modules").theme),R=Vh.init(s,b.viewType,y.preset.permissions),D=Wn.setupControllers(u,s,y,S,P,b,R);IO(b)&&((L=Wn.createRoomNodeClient(s,u).initializeConnection(y.participant.name,i,!1,R))==null||L.catch(ae=>{c.error("[Controller]: Failed to queue partial media room promise:",{error:ae})})),E.location.country=(B=d.ipInfo)==null?void 0:B.country;const{controllers:F}=await D;return lC(),new Wn(e,F,s)}static async setupFlagsmith(s){var l;const{peerId:t,baseURI:e,overrides:r,meetingId:i,organizationId:n,logger:o}=s.getAllValues(),c=dC(i),d={entity:Yu.PEER,clientId:n,isAnonUser:!n,sdkVersion:s.getValue("sdkVersion"),presetName:s.getValue("presetName"),meetingHash:c,roomName:i,...ve.getDeviceInfo(),isReactNative:navigator.isReactNative};try{const u=(l=r==null?void 0:r.whitelabelled_flags_endpoint)==null||l?bi({servicePrefix:"flags",baseURI:e}):"edge.api.flagsmith.com";await s.getValue("flagsmith").identify(`${Yu.PEER}_${t}`,JSON.parse(JSON.stringify(d)),!1,5e3,u,o),o.info("flagsmith::allFlags",{flags:JSON.stringify(s.getValue("flagsmith").getAllFlags())},!0)}catch(u){o.error("Failed to fetch flagsmith flags")}}static async setupControllers(s,t,e,r,i,n,o){var V,C,Je;const c=t.getValue("modules"),{participant:d}=e,l=t.getValue("defaults"),u=t.getValue("logger"),{viewType:h,mediaConstraints:{audio:g}}=n;t.setValue("viewType",h),t.setValue("defaults",{mediaConfiguration:{audio:{enableHighBitrate:(V=g.enableHighBitrate)!=null?V:!1,enableStereo:(C=g.enableStereo)!=null?C:!1}},...l}),t.setValue("maxPreferredStreams",ve.isMobile()?n.maxVideoStreams.mobile:n.maxVideoStreams.desktop);let S,y,P,b,R,D,F,L,B;const W=new M1(t,s),ae=new nN(s);t.setValue("connectedMeetingsSocketHandler",ae);const Tt=new dl(t,s),xs=new cr(t,s),_n=new x1(s),Us=new vS(t,s),I=new U1(t,s),T=new A1(s),w=await Gr.init(t,Us,d,o,n);t.setValue("selfController",w);const $=await Vf.init(t,w.self,Us,W,i);if(c.participant&&(L=new ur(t,w.self,Us)),(Je=c.e2ee)!=null&&Je.enabled&&c.e2ee.manager.init(u,t.getValue("peerSessionStore")),c.chat&&(y=await as.init(t,xs,w.self,L.participants)),c.internals&&(R=await kh.init(t)),c.livestream&&n.viewType===sr.Livestream&&t.getValue("flagsmith").hasFeature(X.LIVESTREAM)&&(F=new sS(t,w.self,T)),c.poll&&(S=await Mf.init(t,w.self,Tt)),c.recording&&(D=new $f(t,w.self,Us)),c.stage&&(P=new Lf(t,_n,Us,w.self,L.participants)),c.plugin){if(!L)throw new k("The plugin module cannot be initialized without the `participant` module","0102");const Nr=await r;b=await So.init(t,Nr,I,xs,y==null?void 0:y.chat,w.self,L.participants,i)}if(c.connectedMeetings&&(B=await yl.init(t)),c.pip){const Nr=await Qu._init(t,w.self);t.setValue("pip",Nr)}const qe={storesManager:new xD(t,I),pollController:S,selfController:w,metaController:$,chatController:y,stageController:P,pluginController:b,recordingController:D,internalsController:R,livestreamController:F,participantController:L,connectedMeetingsController:B};return{theme:n,permissions:o,controllers:qe}}static createRoomNodeClient(s,t){const{peerId:e}=s.getAllValues();return mS(s,{socket:t,peerId:e})}static createSocketService(s){const{peerId:t,meetingId:e,authToken:r}=s.getAllValues(),i=["PING"];return new Mo(s,{peerId:t,meetingId:e,authToken:r,capabilities:i})}};let Oo=Wn;El([E.trace("Controller.init")],Oo,"init",1),El([E.trace("setupFlagsmith")],Oo,"setupFlagsmith",1),El([E.trace("Controller.createRoomNodeClient")],Oo,"createRoomNodeClient",1),El([E.trace("Controller.createSocketService")],Oo,"createSocketService",1);class pN{constructor(){p(this,"battery");p(this,"logger");p(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)}});p(this,"updateChargeInfo",()=>{var t;this.logger.log(`Battery charging? ${(t=this.battery)!=null&&t.charging?"Yes":"No"}`)});p(this,"updateLevelInfo",()=>{if(!this.battery){this.logger.log("Battery level: Not known");return}this.logger.log(`Battery level: ${this.battery.level*100}%`)});p(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 $S=new pN;function gN(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=wi.baseURI.prod;t&&(n=t);const o=`https://${bi({servicePrefix:"api",baseURI:n})}`;return{meetingId:e,orgId:r,participantId:i,baseURI:n,apiBase:o}}catch(e){throw new k("Invalid auth token","0004")}}class mN{constructor(){m(this,gu);m(this,gi,new Audio);m(this,En,new MediaStream);m(this,bn,new Map);m(this,xc,void 0);a(this,gi).srcObject=a(this,En),a(this,gi).autoplay=!0}async playTracks(t){return t.forEach(e=>{a(this,bn).has(e.id)||(a(this,En).addTrack(e),a(this,bn).set(e.id,e))}),this.play()}setSpeakerDevice(t){typeof HTMLAudioElement.prototype.setSinkId=="function"&&a(this,gi).setSinkId(t)}removeTrack(t){const e=a(this,bn).get(t);e&&(a(this,En).removeTrack(e),a(this,bn).delete(t))}async play(){return a(this,gi).srcObject=a(this,En),a(this,gi).play().catch(t=>{x(this,gu,Gv).call(this,t)})}onError(t){f(this,xc,t)}}gi=new WeakMap,En=new WeakMap,bn=new WeakMap,xc=new WeakMap,gu=new WeakSet,Gv=function(t){var e;(e=a(this,xc))==null||e.call(this,t)};class fN extends mN{constructor(){super();m(this,wn,void 0);f(this,wn,new Map)}addParticipantTrack(e,r){a(this,wn).set(e,r.id),this.playTracks([r])}removeParticipantTrack(e){const r=a(this,wn).get(e);r&&this.removeTrack(r),a(this,wn).delete(e)}}wn=new WeakMap;var SN=Object.defineProperty,vN=Object.getOwnPropertyDescriptor,bl=(s,t,e,r)=>{for(var i=r>1?void 0:r?vN(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&&SN(t,e,i),i};let Yr=(ov=class{constructor(t,e){m(this,Qe,void 0);m(this,Pn,void 0);f(this,Pn,t),f(this,Qe,e)}get peerId(){return a(this,Pn).getValue("peerId")}static async initMedia(t={},e=!1,r=void 0){var d;const i=(d=r==null?void 0:r.peerId)!=null?d:fi(),n=rr.createContext(i,{peerId:i}),o=n.getValue("logger");o.init(n);const c=new nS(n,o);return await c.init(t,e,n),n.setValue("defaults",{mediaHandler:c}),c}static async init(t){var g,S,y,P,b,R;ve.init();const e=(S=(g=t==null?void 0:t.cachedUserDetails)==null?void 0:g.peerId)!=null?S:fi(),{authToken:r,baseURI:i}=t,{meetingId:n,...o}=gN(r,i);window.__zone_symbol__DISABLE_WRAPPING_UNCAUGHT_PROMISE_REJECTION=!0;const c=Yr.setupContext(e,t,n,o),d=c.getValue("telemetry"),l=c.getValue("logger");zv(l),$S.init(l),d.init(c,{roomName:n,userId:o.participantId,organizationId:o.orgId,peerId:e},(P=(y=t.modules)==null?void 0:y.tracing)!=null?P:!0),l.init(c),l.info("Client::init::options",{clientInitOptions:{...t,authToken:`${(b=t.authToken)==null?void 0:b.slice(0,10)}...
21
- ${(R=t.authToken)==null?void 0:R.slice(-10)}`}});const u=await Oo.init(c),h=new Yr(c,u);return c.setValue("meeting",h),h}static setupContext(t,e,r,i){var d,l;const n=rr.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",ws(e.cachedUserDetails)),n.setValue("sdkVersion","1.2.5"),(l=e.modules)!=null&&l.experimentalAudioPlayback&&n.setValue("audioPlayback",new fN),n}async join(){const{selfController:t}=a(this,Qe);return t.self.roomJoined?null:t.joinRoom()}async leave(t){$S.cleanup(),a(this,Pn).getValue("peerSessionStore").reset();const{selfController:e}=a(this,Qe);return e.leaveRoom(t)}get participants(){var t;return(t=a(this,Qe).participantController)==null?void 0:t.participants}get self(){var t;return(t=a(this,Qe).selfController)==null?void 0:t.self}get meta(){var t;return(t=a(this,Qe).metaController)==null?void 0:t.meta}get ai(){var t;return(t=a(this,Qe).metaController)==null?void 0:t.ai}get plugins(){var t;return(t=a(this,Qe).pluginController)==null?void 0:t.plugins}get chat(){var t;return(t=a(this,Qe).chatController)==null?void 0:t.chat}get polls(){var t;return(t=a(this,Qe).pollController)==null?void 0:t.polls}get connectedMeetings(){var t;return(t=a(this,Qe).connectedMeetingsController)==null?void 0:t.connectedMeetings}get recording(){var t;return(t=a(this,Qe).recordingController)==null?void 0:t.recording}get livestream(){var t;return(t=a(this,Qe).livestreamController)==null?void 0:t.livestream}get stage(){var t;return(t=a(this,Qe).stageController)==null?void 0:t.stage}get stores(){return a(this,Qe).storesManager}get audio(){return a(this,Pn).getValue("audioPlayback")}get __internals__(){var t;return(t=a(this,Qe).internalsController)==null?void 0:t.internals}async joinRoom(){return this.join()}async leaveRoom(t){return this.leave(t)}},Qe=new WeakMap,Pn=new WeakMap,ov);bl([lt("0002"),dr.executeWithLock({methodName:"meeting.join",lockName:"Client.join",timeout:3e3})],Yr.prototype,"join",1),bl([lt("0003")],Yr.prototype,"leave",1),bl([lt("0001"),dr.executeWithLock({methodName:"Client.init",lockName:"Client.init",timeout:3e3})],Yr,"init",1),Yr=bl([lt("0000")],Yr);const BS=Yr;return BS}();
21
+ ${(R=t.authToken)==null?void 0:R.slice(-10)}`}});const u=await Oo.init(c),h=new Yr(c,u);return c.setValue("meeting",h),h}static setupContext(t,e,r,i){var d,l;const n=rr.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",ws(e.cachedUserDetails)),n.setValue("sdkVersion","1.2.6-staging.1"),(l=e.modules)!=null&&l.experimentalAudioPlayback&&n.setValue("audioPlayback",new fN),n}async join(){const{selfController:t}=a(this,Qe);return t.self.roomJoined?null:t.joinRoom()}async leave(t){$S.cleanup(),a(this,Pn).getValue("peerSessionStore").reset();const{selfController:e}=a(this,Qe);return e.leaveRoom(t)}get participants(){var t;return(t=a(this,Qe).participantController)==null?void 0:t.participants}get self(){var t;return(t=a(this,Qe).selfController)==null?void 0:t.self}get meta(){var t;return(t=a(this,Qe).metaController)==null?void 0:t.meta}get ai(){var t;return(t=a(this,Qe).metaController)==null?void 0:t.ai}get plugins(){var t;return(t=a(this,Qe).pluginController)==null?void 0:t.plugins}get chat(){var t;return(t=a(this,Qe).chatController)==null?void 0:t.chat}get polls(){var t;return(t=a(this,Qe).pollController)==null?void 0:t.polls}get connectedMeetings(){var t;return(t=a(this,Qe).connectedMeetingsController)==null?void 0:t.connectedMeetings}get recording(){var t;return(t=a(this,Qe).recordingController)==null?void 0:t.recording}get livestream(){var t;return(t=a(this,Qe).livestreamController)==null?void 0:t.livestream}get stage(){var t;return(t=a(this,Qe).stageController)==null?void 0:t.stage}get stores(){return a(this,Qe).storesManager}get audio(){return a(this,Pn).getValue("audioPlayback")}get __internals__(){var t;return(t=a(this,Qe).internalsController)==null?void 0:t.internals}async joinRoom(){return this.join()}async leaveRoom(t){return this.leave(t)}},Qe=new WeakMap,Pn=new WeakMap,ov);bl([lt("0002"),dr.executeWithLock({methodName:"meeting.join",lockName:"Client.join",timeout:3e3})],Yr.prototype,"join",1),bl([lt("0003")],Yr.prototype,"leave",1),bl([lt("0001"),dr.executeWithLock({methodName:"Client.init",lockName:"Client.init",timeout:3e3})],Yr,"init",1),Yr=bl([lt("0000")],Yr);const BS=Yr;return BS}();