@cloudflare/realtimekit 2.0.2-staging.6 → 2.0.2-staging.7

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/index.cjs.js CHANGED
@@ -5,6 +5,6 @@ b=AS:${this.constrainVideoBitrateKbps}\r
5
5
  ${d.length} chars that is beyond permitted limit of 5000 chars. Please optimize.`;throw jm(s)&&console.error(h,{log:e,flattened:d}),new Error(h)}return JSON.parse(d)}catch(n){const o=Jc(n);i[`${r}.error.message`]=o.message||"",i[`${r}.error.stack`]=o.stack||"",i[`${r}.error.reason`]=o.reason||"",i[`${r}.error.source`]="safelyFlattenObjForOpenTelemetry"}return i}class P{constructor(){p(this,"logsCache",[]);p(this,"logsProcessorTimer");p(this,"compressionSupported",null);p(this,"tracingEnabled",!0);p(this,"initialized",!1);p(this,"logLevel","log");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",{})}isCompressionSupported(){if(this.compressionSupported===null)try{this.compressionSupported=typeof CompressionStream!="undefined"&&typeof Blob!="undefined"&&typeof Blob.prototype.stream=="function"&&typeof Response!="undefined"}catch(t){this.compressionSupported=!1,this.addLogInCurrentSpan("warn","Compression feature detection failed, using uncompressed logs",{error:t})}return this.compressionSupported}get logsEndpoint(){const t=jr.getContext(this.meetingMetadata.peerId);return`https://${fn({servicePrefix:"api-silos",baseURI:t.getValue("baseURI")})}/otel/logs`}get logsBatchSize(){return this.isCompressionSupported()?50:25}resetPeerId(t){this.meetingMetadata.peerId=t}init(t,e,r,i){this.tracingEnabled=!0,this.initialized=!1,i&&(this.logLevel=i),this.logsCache=[];const n=t.getValue("peerId");this.meetingMetadata=e,this.tracingEnabled=r,this.meetingMetadata.peerId=n,this.meetingMetadata.sdkVersion=t.getValue("sdkVersion");const{RNDeviceInfoImpl:o}=navigator;this.meetingMetadata.deviceInfo=navigator.isReactNative?o==null?void 0:o.getDeviceInfo():Se.getDeviceInfo(),this.meetingMetadata.visitedUrl=!navigator.isReactNative&&typeof window!="undefined"&&window.location.href,this.logsProcessorTimer=setInterval(()=>this.processCachedLogs().catch(()=>{}),this.logsProcessingInterval),r&&(this.initialized=!0)}static trace(t,e=void 0){return(r,i,n)=>{const o=n.value;return n.value=function(...d){const l=this==null?void 0:this.telemetry;if(!l||!l.initialized||navigator.isReactNative||!l.tracingEnabled)return o.apply(this,d);l.addLogInCurrentSpan("info",t,e);const h=performance.now(),g=o.apply(this,d);return Promise.resolve(g).then(()=>{const T=performance.now();T-h>10&&l.addLogInCurrentSpan("info",`${t}_timing`,{execTime:T-h})}).catch(()=>{const T=performance.now();l.addLogInCurrentSpan("info",`${t}_timing`,{execTime:T-h})}),g},n}}injectContext(t){var i;const e=Wr.v4().replace(/-/g,"").substring(0,16),r=(i=this.meetingMetadata.peerId)==null?void 0:i.replace(/-/g,"");t.TRACEPARENT=`00-${r}-${e}-01`}addLogInCurrentSpan(t,e,r={},i=!1){r!=null&&r.error&&Object.assign(r,{error:Jc(r.error)});const n=jr.getContext(this.meetingMetadata.peerId);if(jm(n)&&(yC(r)?console[t]("InternalLogs:: ",t,e):console[t]("InternalLogs:: ",t,e,r)),!!xC(n,t))try{const c=Cp(n,e,r,"metadata"),d=new Date,l=j(O({message:e,level:t},c),{loggedAt:d.toISOString(),loggedAtTzOffset:d.getTimezoneOffset()});i?this.sendOtelLogsToNewRelic([l],{isInDestructionMode:!1}).catch(()=>{}):this.logsCache.push(l)}catch(c){this.addLogInCurrentSpan("error","opentelemetry::addLogInCurrentSpan_failed",{error:Jc(c)})}}sendOtelLogsToNewRelic(r){return u(this,arguments,function*(t,{isInDestructionMode:e=!1}={isInDestructionMode:!1}){const i=new AbortController,n=setTimeout(()=>i.abort("Logs request timed out after 8 seconds"),8e3);try{const o=jr.getContext(this.meetingMetadata.peerId),c=JSON.stringify({meetingMetadata:Cp(o,"sendOtelLogsToNewRelic",this.meetingMetadata,"meetingMetadata"),serviceName:o.getValue("sdkName"),logs:t});let d;const l={Authorization:`Bearer ${o.getValue("authToken")}`};if(this.isCompressionSupported()){const h=new Blob([c]).stream().pipeThrough(new CompressionStream("gzip"));d=yield new Response(h).arrayBuffer(),l["Content-Type"]="application/gzip",l["Content-Encoding"]="gzip"}else d=c,l["Content-Type"]="application/json";yield fetch(this.logsEndpoint,{method:"POST",headers:l,body:d,signal:i.signal,keepalive:!!e})}catch(o){e||(this.addLogInCurrentSpan("error","opentelemetry::sendOtelLogToNewRelic_failed",{error:Jc(o)}),this.logsCache.push(...t))}finally{clearTimeout(n)}})}processCachedLogs(){return u(this,arguments,function*({isInDestructionMode:t=!1}={isInDestructionMode:!1}){const e=this.logsCache.splice(0,this.logsBatchSize);e!=null&&e.length&&(yield this.sendOtelLogsToNewRelic(e,{isInDestructionMode:t}))})}destruct(){return u(this,null,function*(){for(clearInterval(this.logsProcessorTimer);this.logsCache.length;)yield this.processCachedLogs({isInDestructionMode:!0})})}}function UC(s){const t=O({},s),e=new Map,r=(l,h)=>(e.has(l)||e.set(l,new Set),e.get(l).add(h),()=>{var g;return(g=e.get(l))==null?void 0:g.delete(h)}),i=(l,h)=>{var g;(g=e.get(l))==null||g.delete(h)},n=l=>{var h;(h=e.get(l))==null||h.forEach(g=>{try{g(t[l])}catch(T){}})};return{subscribe:r,unsubscribe:i,notify:n,setValue:(l,h,g=!0)=>{t[l]=h,g&&n(l)},getValue:l=>t[l],getAllValues:()=>t}}class $C{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 P,i=new kS;this.contexts.set(t,UC(e)),this.contexts.get(t).setValue("peerSessionStore",new ru(i));const n=new hm;return n.setMaxListeners(50),this.contexts.get(t).setValue("logger",i),this.contexts.get(t).setValue("telemetry",r),this.contexts.get(t).setValue("callstats",n),this.mostRecentPeerId=t,this.contexts.get(t)}remapContext(t,e){const r=e.getValue("peerId");r!==t&&(e.setValue("peerId",t),this.mostRecentPeerId=t,this.contexts.set(t,e),this.contexts.delete(r))}getContext(t){return this.contexts.get(t)}getMostRecentPeerId(){return this.mostRecentPeerId}}const jr=new $C,BC={"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"},Kc={"0000":"Internal exception.","0001":"Failed to initialize.","0002":"Failed to join room.","0003":"Failed to leave room.","0004":"Invalid auth token","0010":"Browser not supported","0011":"HTTP Network Error","0012":"Websocket Network Error","0013":"Rate Limited","0014":"Failed to establish media connection.","0100":"Internal exception","0101":"Permission denied","0102":"Prerequisite module missing","0200":"Internal exception.","0300":"Internal exception","0400":"Internal exception","0404":"Missing prerequisites to establish a websocket connection","0500":"Internal exception","0501":"Permission denied.","0502":"Invalid message body.","0503":"Text Message is too large","0504":"Message not found by the given id","0505":"Action not permitted without joining room","0506":"Message search is disabled","0600":"Internal exception","0601":"Permission denied.","0602":"Auth token not set for plugin","0603":"Iframe was not provided","0604":"Active plugins store is not available yet","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(Kc).forEach(s=>{Kc[s]=`{${BC[s.slice(0,2)]}} ${Kc[s]}`});class b 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?Kc[this.code]:"";this.message=`${o}: ${c}
6
6
  ${this.message}`;try{let d=n&&!!i;r&&r.endsWith("00")&&i&&(d=!0),d&&i.error("ClientError",{error:{message:this.message,name:this.name,code:r}});const l=jr.getContext(jr.getMostRecentPeerId());if(l){const h=l.getValue("onError");try{h(this)}catch(g){}}typeof window!="undefined"&&window.dispatchEvent(new CustomEvent("ClientError",{detail:this}))}catch(d){}}}function xc(s,t,e,r){if(r instanceof b)throw r;if(r instanceof t){const i=new b(r.message,e);throw i.stack=r.stack,i}else throw r}function wp(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){xc(this,t,e,o)}}),n&&(s.set=function(o){try{return n.apply(this,[o])}catch(c){xc(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=>{xc(this,t,e,o)}):n}catch(n){xc(this,t,e,n)}},s}function HC(s,t){return(e,r,i)=>{if(i)return wp(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,wp(o,s,t))}}}const it=s=>HC(Error,s);var tr=(s=>(s.GroupCall="GROUP_CALL",s.Webinar="WEBINAR",s.AudioRoom="AUDIO_ROOM",s.Livestream="LIVESTREAM",s.Chat="CHAT",s))(tr||{}),W=(s=>(s.Allowed="ALLOWED",s.NotAllowed="NOT_ALLOWED",s.CanRequest="CAN_REQUEST",s))(W||{}),hg;typeof process!="undefined"&&(hg=process==null?void 0:process.env)!=null&&hg.FLAGSMITH_ENVIRONMENT_KEY&&process.env.FLAGSMITH_ENVIRONMENT_KEY;var Wm=[-2,-1,0,1,2],FC=[0,1,2,3,4];function qC(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 jC=(s,t,e)=>{let r,i,n;if(t==0)r=i=n=e;else{const o=(l,h,g)=>(g<0&&(g+=1),g>1&&(g-=1),g<.16666666666666666?l+(h-l)*6*g:g<.5?h:g<.6666666666666666?l+(h-l)*(.6666666666666666-g)*6:l),c=e<.5?e*(1+t):e+t-e*t,d=2*e-c;r=o(d,c,s+1/3),i=o(d,c,s),n=o(d,c,s-1/3)}return[Math.round(r*255),Math.round(i*255),Math.round(n*255)]},GC=(s,t,e)=>{s/=255,t/=255,e/=255;const r=Math.max(s,t,e),i=Math.min(s,t,e);let n,o;const c=(r+i)/2;if(r==i)n=o=0;else{const d=r-i;switch(o=c>.5?d/(2-r-i):d/(r+i),r){case s:n=(t-e)/d+(t<e?6:0);break;case t:n=(e-s)/d+2;break;case e:n=(s-t)/d+4;break}n/=6}return[n,o,c]},WC=(s,t,e)=>{const r=i=>i.toString(16).padStart(2,"0");return`#${r(s)}${r(t)}${r(e)}`},Jm=(s,t=Wm,e=.4)=>{const r=[],[i,n,o]=qC(s),[c,d,l]=GC(i,n,o),h=Math.round(l*100);h>70?e=.8:h>60?e=.9:h<10?e=.075:h<42&&(e=.3);const g=t.findIndex(C=>C===0);if(g===-1)throw new Error("Invalid reducer provided, it must contain atleast one zero");const T=5-g,y=g+1,E=(100-h)/T,_=h/y;for(const C of t){let M;C<0?M=h+C*_*e:C>0?M=h+C*E*e:M=h;const[D,L,B]=jC(c,d,M/100);r.push(WC(D,L,B))}return r},Rp={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"}},JC=s=>{const[t,e,r,i,n]=Jm(s,Wm);return{300:t,400:e,500:r,600:i,700:n}},KC=s=>{if(s==="#FFFFFF")return Rp.light.background;if(s==="#000000")return Rp.dark.background;const[t,e,r,i,n]=Jm(s,FC);return{1e3:t,900:e,800:r,700:i,600:n}},zC={border_radius:"rounded",border_width:"thin",spacing_base:4,theme:"dark",colors:{brand:JC("#2160FD"),background:KC("#141414"),danger:"#FF2D2D",text:"#EEEEEE",text_on_brand:"#EEEEEE",success:"#62A504",video_bg:"#191919",warning:"#FFCD07"}};function Km(){return uh(zC)}var YC={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:Km(),config_diff:{}},config:{view_type:"GROUP_CALL",media:{audio:{enable_stereo:!1,enable_high_bitrate:!1},video:{quality:"vga",frame_rate:30,simulcast:!1},screenshare:{quality:"hd",frame_rate:5}},max_video_streams:{mobile:6,desktop:6},max_screenshare_count:1,track_recording:{subscriptions:[]}},version:"hybrid"};function QC(){return uh(YC)}var XC={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:Km(),config_diff:{}},config:{view_type:"GROUP_CALL",media:{audio:{enable_stereo:!1,enable_high_bitrate:!1},video:{quality:"vga",frame_rate:30,simulcast:!1},screenshare:{quality:"hd",frame_rate:5}},max_video_streams:{mobile:6,desktop:6},max_screenshare_count:1,track_recording:{subscriptions:[]}},version:"2.0.0"};function gh(){return uh(XC)}function ZC(){Se.isElectron()&&window.electronGetDisplayMediaSource&&(navigator.mediaDevices.getDisplayMedia=()=>u(this,null,function*(){const s=yield 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 yield navigator.mediaDevices.getUserMedia(r)}))}var R=(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))(R||{});class Ea extends rt.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 Ot extends rt.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 ew(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 bp=1080,kp=1920,tw=(s,t,e,r,i,n)=>{let o=.5,c=.5;const d=i,l=n,h=Math.min(e/d,r/l);let g=d*h,T=l*h,y,E,_,C,M=1;return g<e&&(M=e/g),Math.abs(M-1)<1e-14&&T<r&&(M=r/T),g*=M,T*=M,_=d/(g/e),C=l/(T/r),y=(d-_)*o,E=(l-C)*c,y<0&&(y=0),E<0&&(E=0),_>d&&(_=d),C>l&&(C=l),[y,E,_,C,s,t,e,r]};var Ut,oi,et,$t,Re,es,Ls,nt,De,yn,En,Vs,Pn;const Vh=class extends Ot{constructor(e,r,i,n){const o=e.getValue("logger");super(o);m(this,Ut,void 0);m(this,oi,void 0);m(this,et,void 0);m(this,$t,void 0);m(this,Re,{height:bp,width:kp});m(this,es,{brand:"#2160FD",background:"#141414",text:"#000000",videoBackground:"#191919",textOnBrand:"#EEEEEE"});m(this,Ls,void 0);m(this,nt,{});m(this,De,void 0);m(this,yn,void 0);m(this,En,void 0);m(this,Vs,void 0);m(this,Pn,!1);p(this,"cleanupEventListeners",()=>{a(this,oi).unsubscribe("stageStatus",this.handlePipMediaControls),a(this,De).removeListener("videoUpdate",this.onSelfVideoUpdateListener),a(this,De).removeListener("audioUpdate",this.onSelfAudioUpdateListener),a(this,De).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,De).videoEnabled?a(this,De).disableVideo():a(this,De).enableVideo(),this.emit("cameraToggled")),e==="MIC"&&(a(this,De).audioEnabled?a(this,De).disableAudio():a(this,De).enableAudio(),this.emit("micToggled")),e==="END"&&(a(this,oi).getValue("peerSessionStore").emit(R.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,Vs)==="active"){this.disable(!0);return}a(this,nt)!==void 0&&this.paintCanvas(),a(this,Ls)!==void 0&&f(this,Ls,requestAnimationFrame(()=>this.animate()))});p(this,"disable",(e=!1)=>{f(this,Vs,"idle"),this.cleanupEventListeners(),cancelAnimationFrame(a(this,Ls)),e!==!0&&document.body.removeChild(a(this,et)),f(this,Ls,void 0),document.pictureInPictureElement&&document.exitPictureInPicture()});f(this,oi,e),f(this,Vs,"idle"),f(this,De,r),f(this,es,{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 _init(e,r){return u(this,null,function*(){let i,n;try{i=yield Vc(OC),n=yield Vc(NC)}catch(o){}return new Vh(e,r,i,n)})}setupIcon(e,r){return u(this,null,function*(){switch(e){case"handRaise":f(this,En,r);break;case"pin":f(this,yn,r);break}})}overrideIcon(e,r){return u(this,null,function*(){switch(e){case"handRaise":f(this,En,yield Vc(r));break;case"pin":f(this,yn,yield Vc(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,et,document.createElement("div")),a(this,et).style.width="0.1px",a(this,et).style.height="0.1px",a(this,et).style.overflow="hidden",a(this,et).style.position="absolute",a(this,et).style.bottom="0",a(this,et).style.right="0",a(this,et).style.opacity="0",a(this,et).appendChild(a(this,$t))}setupEventListeners(){a(this,oi).subscribe("stageStatus",this.handlePipMediaControls),a(this,De).addListener("videoUpdate",this.onSelfVideoUpdateListener),a(this,De).addListener("audioUpdate",this.onSelfAudioUpdateListener),a(this,De).addListener("roomLeft",()=>this.disable())}createCanvas(){const e=document.createElement("canvas");e.height=a(this,Re).height,e.width=a(this,Re).width,f(this,Ut,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,De).permissions.canProduceAudio&&navigator.mediaSession.setActionHandler("togglemicrophone",()=>{this.eventCallback("MIC")})}mountVideoEvents(){navigator.mediaSession===void 0||navigator.mediaSession.setCameraActive===void 0||a(this,De).permissions.canProduceVideo&&navigator.mediaSession.setActionHandler("togglecamera",()=>{this.eventCallback("CAMERA")})}getSources(){const r=Object.values(a(this,nt)).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,Ut)===void 0)return;const o=a(this,Ut).getContext("2d"),c=a(this,Ut).width,d=0,l=0,h=r-d*2,g=i-d*2,T=Math.floor(c/h),y=Math.floor(e/T),_=e%T*(h+d)+d,C=y*(g+d)+d,{displayText:M,image:D}=n!=null?n:{};o.fillStyle=M||D?a(this,es).videoBackground:a(this,es).background,o.strokeStyle=a(this,es).brand,o.beginPath(),o.moveTo(_+l,C),o.arcTo(_+h,C,_+h,C+l,l),o.arcTo(_+h,C+g,_+h-l,C+g,l),o.arcTo(_,C+g,_,C+g-l,l),o.arcTo(_,C,_+l,C,l),o.closePath(),o.fill(),o.stroke();const L=h/6,B=h/2+_,F=g/2+C;o.save(),(M||D)&&(o.beginPath(),o.arc(B,F,L,0,Math.PI*2),o.fillStyle=a(this,es).brand,o.fill(),D?(o.clip(),o.drawImage(D,B-L,F-L,L*2,L*2),o.restore()):M&&(o.fillStyle=a(this,es).textOnBrand,o.font=`${L/2}px sans-serif`,o.textAlign="center",o.textBaseline="middle",o.fillText(M,B,F)),this.drawIcons(n,_,C,Math.max(h,g)))}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 h=i+c,g=T=>{const y=a(this,Ut).getContext("2d");y.save(),y.fillStyle=a(this,es).background,y.beginPath(),y.moveTo(l+d,h),y.arcTo(l+o,h,l+o,h+d,d),y.arcTo(l+o,h+o,l+o-d,h+o,d),y.arcTo(l,h+o,l,h+o-d,d),y.arcTo(l,h,l+d,h,d),y.closePath(),y.fill(),typeof T=="string"?(y.font=`${o/1.5}px sans-serif`,y.fillStyle=a(this,es).text,y.textAlign="center",y.textBaseline="top",y.fillText(T,o/2+l,h+c)):y.drawImage(T,l+c,h+c,o-c*2,o-c*2),l+=o+c,y.restore()};e.pinned&&g(a(this,yn)),e.handRaised&&g(a(this,En)),e.reaction&&g(e.reaction)}drawTile(e,r,i){var l,h;if(a(this,Ut)===void 0)return;const n=a(this,Ut).getContext("2d"),o=this.getSources();let c=0,d=0;for(;c<a(this,Re).height-5;){let g=0;for(;g<a(this,Re).width-5&&d<i;){if((l=o[d])!=null&&l.enabled){const T=o[d].element,[y,E,_,C,M,D,L,B]=tw(g,c,e,r,T.videoWidth,T.videoHeight);((h=T==null?void 0:T.classList)==null?void 0:h.contains("mirror"))?(n.save(),n.scale(-1,1),n.drawImage(T,y,E,_,C,-1*M,D,-1*L,B),n.restore()):n.drawImage(T,y,E,_,C,M,D,L,B),this.drawIcons(o[d],M,D,Math.max(L,B))}else this.drawEmptyTile(d,e,r,o[d]);d+=1,g+=e}c+=r}}calcGridElemSize(e){switch(e){case 0:case 1:return[a(this,Re).width,a(this,Re).height];case 2:return[Math.floor(a(this,Re).width/2),a(this,Re).height];case 3:case 4:return[Math.floor(a(this,Re).width/2),Math.floor(a(this,Re).height/2)];case 5:case 6:return[Math.floor(a(this,Re).width/3),Math.floor(a(this,Re).height/2)];case 7:case 8:case 9:return[Math.floor(a(this,Re).width/3),Math.floor(a(this,Re).height/3)];default:return[Math.floor(a(this,Re).width/3),Math.floor(a(this,Re).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,De).config)==null?void 0:e.viewType)!=="LIVESTREAM"}get isActive(){return document.pictureInPictureElement!==null}cleanup(){if(f(this,Pn,!1),this.isSupported()&&document.exitPictureInPicture!==void 0&&document.pictureInPictureElement!==null&&document.exitPictureInPicture(),a(this,et))try{document.body.removeChild(a(this,et))}catch(e){}this.removeAllSources(),f(this,Ut,void 0),f(this,$t,void 0),f(this,Ls,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,Pn))return;f(this,Pn,!0),this.createCanvas(),this.setupMediaSessionEvents();const i=document.createElement("video");f(this,Re,{height:e!=null?e:bp,width:r!=null?r:kp}),i.height=a(this,Re).height,i.width=a(this,Re).width,i.autoplay=!0,i.muted=!0,i.srcObject=a(this,Ut).captureStream(24),f(this,$t,i),a(this,$t).onloadedmetadata=()=>{try{this.emit("pipStarted"),a(this,$t).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,nt)[e]!==void 0&&(a(this,nt)[e].enabled=!0)}disableSource(e){a(this,nt)[e]!==void 0&&(a(this,nt)[e].enabled=!1)}generateAvatar(e,r){return u(this,null,function*(){if(!r)return;const i=new Image;try{const n=yield(yield 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,nt)[e]={id:e,element:r,enabled:i,pinned:n,displayText:o?ew(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,nt)[e];i&&(a(this,nt)[e]=O(O({},i),r))}removeSource(e){delete a(this,nt)[e]}removePinnedSource(){Object.values(a(this,nt)).forEach(r=>{r.pinned&&this.removeSource(r.id)})}removeAllSources(){f(this,nt,{})}enable(){f(this,Vs,"activating"),this.setupEventListeners(),this.updateMediaSession("CAMERA",a(this,De).videoEnabled),this.updateMediaSession("MIC",a(this,De).audioEnabled),document.body.appendChild(a(this,et)),f(this,Ls,requestAnimationFrame(()=>this.animate())),a(this,$t).onloadedmetadata=()=>{a(this,$t).requestPictureInPicture().then(()=>{f(this,Vs,"active")})},a(this,$t).readyState===4&&a(this,$t).requestPictureInPicture().then(()=>{f(this,Vs,"active")})}};let uu=Vh;Ut=new WeakMap,oi=new WeakMap,et=new WeakMap,$t=new WeakMap,Re=new WeakMap,es=new WeakMap,Ls=new WeakMap,nt=new WeakMap,De=new WeakMap,yn=new WeakMap,En=new WeakMap,Vs=new WeakMap,Pn=new WeakMap;var ir;(function(s){s[s.PUBLISHER=0]="PUBLISHER",s[s.SUBSCRIBER=1]="SUBSCRIBER"})(ir||(ir={}));var sr;(function(s){s[s.AUDIO=0]="AUDIO",s[s.VIDEO=1]="VIDEO"})(sr||(sr={}));class sw extends S.MessageType{constructor(){super("media.Codec",[{no:1,name:"channels",kind:"scalar",opt:!0,T:5},{no:2,name:"clock_rate",kind:"scalar",T:5},{no:3,name:"mime_type",kind:"scalar",T:9},{no:4,name:"sdp_fmtp_line",kind:"scalar",opt:!0,T:9},{no:5,name:"payload_type",kind:"scalar",opt:!0,T:13}])}}const zm=new sw;class rw extends S.MessageType{constructor(){super("media.HeaderExtension",[{no:1,name:"direction",kind:"scalar",opt:!0,T:9},{no:2,name:"uri",kind:"scalar",T:9}])}}const iw=new rw;class nw extends S.MessageType{constructor(){super("media.Fingerprint",[{no:1,name:"algorithm",kind:"scalar",T:9},{no:2,name:"value",kind:"scalar",T:9}])}}new nw;class aw extends S.MessageType{constructor(){super("media.SessionDescription",[{no:1,name:"target",kind:"enum",T:()=>["media.Target",ir]},{no:2,name:"type",kind:"scalar",T:9},{no:3,name:"sdp",kind:"scalar",T:9}])}}const ps=new aw;class ow extends S.MessageType{constructor(){super("media.ProducerPayload",[{no:1,name:"kind",kind:"scalar",T:9},{no:2,name:"paused",kind:"scalar",T:8},{no:3,name:"screen_share",kind:"scalar",T:8},{no:4,name:"msid",kind:"scalar",T:9},{no:5,name:"app_data",kind:"scalar",opt:!0,T:9},{no:6,name:"mime_type",kind:"scalar",opt:!0,T:9}])}}const cw=new ow;class dw extends S.MessageType{constructor(){super("media.CreateTransportRequest",[{no:1,name:"consuming",kind:"scalar",T:8},{no:2,name:"force_tcp",kind:"scalar",opt:!0,T:8},{no:3,name:"description",kind:"message",T:()=>ps},{no:4,name:"private_ice",kind:"scalar",opt:!0,T:8},{no:5,name:"producers",kind:"message",repeat:1,T:()=>cw}])}}const lw=new dw;class uw extends S.MessageType{constructor(){super("media.AudioActivityRequest",[{no:1,name:"producer_id",kind:"scalar",T:9},{no:2,name:"energy",kind:"scalar",T:5},{no:3,name:"silent",kind:"scalar",T:8}])}}const hw=new uw;class pw extends S.MessageType{constructor(){super("media.CreateTransportResponse",[{no:1,name:"transport_id",kind:"scalar",T:9},{no:2,name:"description",kind:"message",T:()=>ps},{no:3,name:"transcription_enabled",kind:"scalar",opt:!0,T:8},{no:4,name:"producer_ids",kind:"scalar",repeat:2,T:9}])}}const Ym=new pw;class gw extends S.MessageType{constructor(){super("media.RenegotiateRequest",[{no:1,name:"transport_id",kind:"scalar",T:9},{no:2,name:"description",kind:"message",T:()=>ps}])}}const mw=new gw;class fw extends S.MessageType{constructor(){super("media.RenegotiateResponse",[{no:1,name:"transport_id",kind:"scalar",T:9},{no:2,name:"description",kind:"message",T:()=>ps}])}}new fw;class Tw extends S.MessageType{constructor(){super("media.NestedScore",[{no:1,name:"encoding_idx",kind:"scalar",T:5},{no:2,name:"rid",kind:"scalar",T:9},{no:3,name:"score",kind:"scalar",T:5},{no:4,name:"ssrc",kind:"scalar",T:3,L:0}])}}const Sw=new Tw;class vw extends S.MessageType{constructor(){super("media.ProducerTrack",[{no:1,name:"track_id",kind:"scalar",T:9},{no:2,name:"producer_id",kind:"scalar",T:9},{no:3,name:"stream_id",kind:"scalar",T:9}])}}const yw=new vw;class Ew extends S.MessageType{constructor(){super("media.ProducerEntry",[{no:1,name:"producing_transport_id",kind:"scalar",T:9},{no:2,name:"producer_id",kind:"scalar",T:9}])}}new Ew;class Pw extends S.MessageType{constructor(){super("media.ConsumerEntry",[{no:1,name:"consuming_transport_id",kind:"scalar",T:9},{no:2,name:"consumer_id",kind:"scalar",T:9}])}}new Pw;class _w extends S.MessageType{constructor(){super("media.ProducerState",[{no:1,name:"producer_id",kind:"scalar",T:9},{no:2,name:"kind",kind:"enum",T:()=>["media.ProducerKind",sr]},{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:()=>zm}])}}const bc=new _w;class Cw extends S.MessageType{constructor(){super("media.ConsumerState",[{no:1,name:"consumer_id",kind:"scalar",T:9},{no:2,name:"producer_state",kind:"message",T:()=>bc},{no:3,name:"producer_track",kind:"message",T:()=>yw},{no:4,name:"error_code",kind:"scalar",opt:!0,T:9}])}}const ww=new Cw;class Rw extends S.MessageType{constructor(){super("media.ProducerIdToConsumerMap",[{no:1,name:"map",kind:"map",K:9,V:{kind:"message",T:()=>ww}}])}}const Qm=new Rw;class bw extends S.MessageType{constructor(){super("media.PeerRtpCapabilitites",[{no:1,name:"sender",kind:"message",T:()=>Ap},{no:2,name:"receiver",kind:"message",T:()=>Ap}])}}const Xm=new bw;class kw extends S.MessageType{constructor(){super("media.RtpCapability",[{no:1,name:"codecs",kind:"message",repeat:1,T:()=>zm},{no:2,name:"header_extensions",kind:"message",repeat:1,T:()=>iw}])}}const Mp=new kw;class Mw extends S.MessageType{constructor(){super("media.RtpCapabilitites",[{no:1,name:"audio",kind:"message",T:()=>Mp},{no:2,name:"video",kind:"message",T:()=>Mp}])}}const Ap=new Mw;class Aw extends S.MessageType{constructor(){super("media.PreferredCodec",[{no:1,name:"audio",kind:"scalar",opt:!0,T:9},{no:2,name:"video",kind:"scalar",opt:!0,T:9}])}}const Iw=new Aw;class Dw extends S.MessageType{constructor(){super("media.Simulcast",[{no:1,name:"preferred_rid",kind:"scalar",opt:!0,T:9},{no:2,name:"priority_ordering",kind:"scalar",opt:!0,T:9},{no:3,name:"rid_not_available",kind:"scalar",opt:!0,T:9}])}}const Zm=new Dw;class Ow extends S.MessageType{constructor(){super("media.edge.GeoLocation",[{no:1,name:"latitude",kind:"scalar",T:2},{no:2,name:"longitude",kind:"scalar",T:2},{no:3,name:"region",kind:"scalar",opt:!0,T:9}])}}const Nw=new Ow;class Lw extends S.MessageType{constructor(){super("media.edge.PeerJoinRequest",[{no:1,name:"display_name",kind:"scalar",opt:!0,T:9},{no:2,name:"prejoined",kind:"scalar",T:8},{no:3,name:"room_uuid",kind:"scalar",T:9},{no:4,name:"meeting_id",kind:"scalar",opt:!0,T:9},{no:5,name:"preset",kind:"scalar",opt:!0,T:12},{no:6,name:"user_id",kind:"scalar",opt:!0,T:9},{no:7,name:"organization_id",kind:"scalar",opt:!0,T:9},{no:8,name:"location",kind:"message",T:()=>Nw},{no:9,name:"capabilities",kind:"message",T:()=>Xm}])}}const Vw=new Lw;class xw extends S.MessageType{constructor(){super("media.edge.PeerJoinCompleteRequest",[])}}const Uw=new xw;class $w extends S.MessageType{constructor(){super("media.edge.PeerLeaveRequest",[{no:1,name:"close_room",kind:"scalar",T:8}])}}const Bw=new $w;class Hw extends S.MessageType{constructor(){super("media.edge.ConsumeMultipleProducerRequest",[{no:1,name:"producer_ids",kind:"scalar",repeat:2,T:9},{no:2,name:"paused",kind:"scalar",opt:!0,T:8}])}}new Hw;class Fw extends S.MessageType{constructor(){super("media.edge.ConsumePeerRequest",[{no:1,name:"producing_peer_id",kind:"scalar",T:9},{no:2,name:"paused",kind:"scalar",opt:!0,T:8},{no:3,name:"producer_id",kind:"scalar",opt:!0,T:9},{no:4,name:"preferred_codec",kind:"message",T:()=>Iw},{no:5,name:"producing_transport_id",kind:"scalar",opt:!0,T:9},{no:6,name:"simulcast",kind:"message",T:()=>Zm}])}}const qw=new Fw;class jw extends S.MessageType{constructor(){super("media.edge.ConsumePeersRequest",[{no:1,name:"requests",kind:"message",repeat:1,T:()=>qw},{no:2,name:"consuming_transport_id",kind:"scalar",opt:!0,T:9}])}}const Gw=new jw;class Ww extends S.MessageType{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 Jw=new Ww;class Kw extends S.MessageType{constructor(){super("media.edge.UpdateConsumersSimulcastConfigRequest",[{no:1,name:"requests",kind:"message",repeat:1,T:()=>Jw},{no:2,name:"consuming_transport_id",kind:"scalar",opt:!0,T:9}])}}const zw=new Kw;class Yw extends S.MessageType{constructor(){super("media.edge.ProducerCreateRequest",[{no:1,name:"kind",kind:"scalar",T:9},{no:2,name:"paused",kind:"scalar",T:8},{no:3,name:"screen_share",kind:"scalar",T:8},{no:4,name:"description",kind:"message",T:()=>ps},{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 Qw=new Yw;class Xw extends S.MessageType{constructor(){super("media.edge.SelectedPeersRequest",[])}}new Xw;class Zw extends S.MessageType{constructor(){super("media.edge.GlobalPeerPinningRequest",[{no:1,name:"participant_id",kind:"scalar",T:9}])}}const eR=new Zw;class tR extends S.MessageType{constructor(){super("media.edge.ProducerToggleRequest",[{no:1,name:"producer_id",kind:"scalar",T:9},{no:2,name:"pause",kind:"scalar",T:8}])}}const Uc=new tR;class sR extends S.MessageType{constructor(){super("media.edge.ConsumerToggleRequest",[{no:1,name:"consumer_id",kind:"scalar",T:9},{no:2,name:"pause",kind:"scalar",T:8}])}}new sR;class rR extends S.MessageType{constructor(){super("media.edge.ProducerCloseRequest",[{no:1,name:"producer_id",kind:"scalar",T:9},{no:2,name:"description",kind:"message",T:()=>ps},{no:3,name:"producing_transport_id",kind:"scalar",opt:!0,T:9}])}}const iR=new rR;class nR extends S.MessageType{constructor(){super("media.edge.ConsumerCloseRequest",[{no:1,name:"consumer_ids",kind:"scalar",repeat:2,T:9},{no:2,name:"description",kind:"message",T:()=>ps},{no:3,name:"consuming_transport_id",kind:"scalar",opt:!0,T:9}])}}const aR=new nR;class oR extends S.MessageType{constructor(){super("media.edge.KickPeerRequest",[{no:1,name:"participant_id",kind:"scalar",T:9}])}}new oR;class cR extends S.MessageType{constructor(){super("media.edge.KickAllPeersRequest",[{no:1,name:"propagate_kick_across_rooms",kind:"scalar",T:8}])}}const ef=new cR;class dR extends S.MessageType{constructor(){super("media.edge.PeerDisplayNameEditRequest",[{no:1,name:"participant_id",kind:"scalar",T:9},{no:2,name:"display_name",kind:"scalar",T:9}])}}const lR=new dR;class uR extends S.MessageType{constructor(){super("media.edge.HostMediaControlForPeerRequest",[{no:1,name:"participant_id",kind:"scalar",T:9},{no:2,name:"audio",kind:"scalar",T:8},{no:3,name:"video",kind:"scalar",T:8},{no:4,name:"scree_share",kind:"scalar",T:8}])}}const hR=new uR;class pR extends S.MessageType{constructor(){super("media.edge.HostMediaControlForAllPeerRequest",[{no:1,name:"audio",kind:"scalar",T:8},{no:2,name:"video",kind:"scalar",T:8},{no:3,name:"screen_share",kind:"scalar",T:8}])}}const gR=new pR;class mR extends S.MessageType{constructor(){super("media.edge.GetRoomStateResponse",[{no:1,name:"display_title",kind:"scalar",T:9},{no:2,name:"locked_mode",kind:"scalar",T:8},{no:3,name:"room_uuid",kind:"scalar",T:9},{no:4,name:"room_name",kind:"scalar",T:9},{no:5,name:"current_peer_id",kind:"scalar",T:9},{no:6,name:"is_recording",kind:"scalar",opt:!0,T:8},{no:7,name:"recorder_participant_id",kind:"scalar",opt:!0,T:9},{no:8,name:"pinned_peer_ids",kind:"scalar",repeat:2,T:9}])}}const fR=new mR;class TR extends S.MessageType{constructor(){super("media.edge.ErrorResponse",[{no:1,name:"error_message",kind:"scalar",T:9},{no:2,name:"event_id",kind:"scalar",T:5}])}}const SR=new TR;class vR extends S.MessageType{constructor(){super("media.edge.EmptyResponse",[])}}new vR;class yR extends S.MessageType{constructor(){super("media.edge.RoomParticipants",[{no:1,name:"peer_id",kind:"scalar",T:9},{no:2,name:"producer_states",kind:"message",repeat:1,T:()=>bc},{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:()=>Xm}])}}const tf=new yR;class ER extends S.MessageType{constructor(){super("media.edge.SelectedPeersResponse",[{no:1,name:"audio_peers",kind:"scalar",repeat:2,T:9},{no:2,name:"compulsory_peers",kind:"scalar",repeat:2,T:9}])}}const hu=new ER;class PR extends S.MessageType{constructor(){super("media.edge.SelectedPeersDiffEntry",[{no:1,name:"peer_id",kind:"scalar",T:9},{no:2,name:"priority",kind:"scalar",T:5}])}}const _R=new PR;class CR extends S.MessageType{constructor(){super("media.edge.SelectedPeersDiffResponse",[{no:1,name:"entries",kind:"message",repeat:1,T:()=>_R}])}}const Ip=new CR;class wR extends S.MessageType{constructor(){super("media.edge.PeerJoinResponse",[])}}new wR;class RR extends S.MessageType{constructor(){super("media.edge.PeerJoinCompleteResponse",[{no:1,name:"room_state",kind:"message",T:()=>fR},{no:2,name:"participants",kind:"message",repeat:1,T:()=>tf},{no:3,name:"selected_peers",kind:"message",T:()=>hu},{no:4,name:"max_preferred_streams",kind:"scalar",T:5}])}}const pu=new RR;class bR extends S.MessageType{constructor(){super("media.edge.PeerLeaveResponse",[{no:1,name:"closed",kind:"scalar",T:8}])}}const kR=new bR;class MR extends S.MessageType{constructor(){super("media.edge.ConsumeMultipleProducerResponse",[{no:1,name:"status",kind:"scalar",T:8},{no:2,name:"consumer_ids_map",kind:"message",T:()=>Qm}])}}new MR;class AR extends S.MessageType{constructor(){super("media.edge.ConsumePeerResponse",[{no:1,name:"status",kind:"scalar",T:8},{no:2,name:"consumer_ids_map",kind:"message",T:()=>Qm},{no:3,name:"description",kind:"message",T:()=>ps}])}}const IR=new AR;class DR extends S.MessageType{constructor(){super("media.edge.ProducerCreateResponse",[{no:1,name:"status",kind:"scalar",T:8},{no:2,name:"producer_id",kind:"scalar",T:9},{no:4,name:"description",kind:"message",T:()=>ps}])}}const OR=new DR;class NR extends S.MessageType{constructor(){super("media.edge.ProducerScoreResponse",[{no:1,name:"responseid",kind:"scalar",T:9},{no:2,name:"score",kind:"message",T:()=>Sw}])}}new NR;class LR extends S.MessageType{constructor(){super("media.edge.ActiveSpeakerResponse",[{no:1,name:"responsepeer_id",kind:"scalar",T:9},{no:2,name:"volume",kind:"scalar",T:5}])}}new LR;class VR extends S.MessageType{constructor(){super("media.edge.NoActiveSpeakerResponse",[])}}new VR;class xR extends S.MessageType{constructor(){super("media.edge.ProducerToggleResponse",[])}}new xR;class UR extends S.MessageType{constructor(){super("media.edge.ConsumerToggleResponse",[])}}new UR;class $R extends S.MessageType{constructor(){super("media.edge.ProducerClosingResponse",[{no:1,name:"description",kind:"message",T:()=>ps}])}}const BR=new $R;class HR extends S.MessageType{constructor(){super("media.edge.ConsumerClosingResponse",[{no:1,name:"description",kind:"message",T:()=>ps}])}}const FR=new HR;class qR extends S.MessageType{constructor(){super("media.edge.GlobalPeerPinningResponse",[])}}new qR;class jR extends S.MessageType{constructor(){super("media.edge.KickPeerResponse",[{no:1,name:"status",kind:"scalar",T:9}])}}new jR;class GR extends S.MessageType{constructor(){super("media.edge.KickAllPeersResponse",[{no:1,name:"status",kind:"scalar",T:9}])}}new GR;class WR extends S.MessageType{constructor(){super("media.edge.HostMediaControlForPeerResponse",[{no:1,name:"status",kind:"scalar",T:9}])}}const JR=new WR;class KR extends S.MessageType{constructor(){super("media.edge.HostMediaControlForAllPeerResponse",[{no:1,name:"status",kind:"scalar",T:9}])}}const zR=new KR;class YR extends S.MessageType{constructor(){super("media.edge.PeerDisplayNameEditResponse",[{no:1,name:"status",kind:"scalar",T:9}])}}const QR=new YR;class XR extends S.MessageType{constructor(){super("media.edge.PeerJoinBroadcastResponse",[{no:1,name:"participant",kind:"message",T:()=>tf}])}}const Dp=new XR;class ZR extends S.MessageType{constructor(){super("media.edge.TrackSubscriptionKind",[{no:1,name:"audio",kind:"scalar",T:8},{no:2,name:"video",kind:"scalar",T:8}])}}const Op=new ZR;class eb extends S.MessageType{constructor(){super("media.edge.TrackSubscription",[{no:1,name:"label",kind:"scalar",T:9},{no:2,name:"webcam",kind:"message",T:()=>Op},{no:3,name:"screenshare",kind:"message",T:()=>Op}])}}const tb=new eb;class sb extends S.MessageType{constructor(){super("media.edge.PeerProducingTransportCreateBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9},{no:2,name:"transport_details",kind:"message",T:()=>Ym},{no:3,name:"track_subscriptions",kind:"message",repeat:1,T:()=>tb}])}}new sb;class rb extends S.MessageType{constructor(){super("media.edge.PeerProducerCreateBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9},{no:2,name:"producer_state",kind:"message",T:()=>bc}])}}const ib=new rb;class nb extends S.MessageType{constructor(){super("media.edge.PeerProducerToggleBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9},{no:2,name:"producer_state",kind:"message",T:()=>bc},{no:3,name:"initiator_participant_id",kind:"scalar",opt:!0,T:9}])}}const Np=new nb;class ab extends S.MessageType{constructor(){super("media.edge.PeerProducerCloseBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9},{no:2,name:"producer_state",kind:"message",T:()=>bc}])}}const ob=new ab;class cb extends S.MessageType{constructor(){super("media.edge.PeerLeaveBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9}])}}const gu=new cb;class db extends S.MessageType{constructor(){super("media.edge.GlobalPeerPinningBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9}])}}const Lp=new db;class lb extends S.MessageType{constructor(){super("media.edge.GlobalPeerUnPinningBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9}])}}new lb;class ub extends S.MessageType{constructor(){super("media.edge.RecordingStartedBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9}])}}new ub;class hb extends S.MessageType{constructor(){super("media.edge.RecordingStoppedBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9}])}}new hb;class pb extends S.MessageType{constructor(){super("media.edge.PeerDisplayNameEditBroadcastResponse",[{no:1,name:"participant_id",kind:"scalar",T:9},{no:2,name:"display_name",kind:"scalar",T:9}])}}new pb;class gb extends S.MessageType{constructor(){super("media.edge.PeerPingRequestBroadcastResponse",[{no:1,name:"password",kind:"scalar",T:9}])}}new gb;class mb extends S.MessageType{constructor(){super("media.edge.MediaRoomTerminationBroadcastResponse",[{no:1,name:"reason",kind:"scalar",T:9}])}}new mb;class fb extends S.MessageType{constructor(){super("socket.ai.MeetingTranscript",[{no:1,name:"meeting_id",kind:"scalar",T:9},{no:2,name:"transcript",kind:"scalar",T:9},{no:3,name:"is_partial",kind:"scalar",T:8}])}}const Wl=new fb;class Tb extends S.MessageType{constructor(){super("socket.api.BaseSocketHubMessage",[{no:1,name:"event",kind:"scalar",T:5},{no:2,name:"id",kind:"scalar",T:9},{no:3,name:"peer_id",kind:"scalar",T:9},{no:4,name:"room_id",kind:"scalar",T:9},{no:5,name:"user_id",kind:"scalar",T:9},{no:6,name:"payload",kind:"scalar",T:12},{no:7,name:"error",kind:"scalar",opt:!0,T:8},{no:8,name:"sid",kind:"scalar",opt:!0,T:9}])}}new Tb;class Sb extends S.MessageType{constructor(){super("socket.api.ErrorMessage",[{no:1,name:"code",kind:"scalar",opt:!0,T:5},{no:2,name:"message",kind:"scalar",T:9}])}}const vb=new Sb;var Wi;(function(s){s[s.BROWSER=0]="BROWSER",s[s.TRACK=1]="TRACK",s[s.COMPOSITE=2]="COMPOSITE"})(Wi||(Wi={}));var Xs;(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"})(Xs||(Xs={}));var mu;(function(s){s[s.NONE=0]="NONE",s[s.RECORDER=1]="RECORDER",s[s.LIVESTREAMER=2]="LIVESTREAMER"})(mu||(mu={}));var fu;(function(s){s[s.PEERS=0]="PEERS",s[s.ROOMS=1]="ROOMS"})(fu||(fu={}));var pd;(function(s){s[s.HIVE=0]="HIVE",s[s.CHAT=1]="CHAT",s[s.PING=2]="PING"})(pd||(pd={}));class yb extends S.MessageType{constructor(){super("socket.room.PeerFlags",[{no:1,name:"preset_name",kind:"scalar",T:9},{no:2,name:"recorder_type",kind:"scalar",T:9},{no:3,name:"hidden_participant",kind:"scalar",T:8}])}}const Eb=new yb;class Pb extends S.MessageType{constructor(){super("socket.room.Peer",[{no:1,name:"peer_id",kind:"scalar",T:9},{no:2,name:"user_id",kind:"scalar",T:9},{no:3,name:"display_name",kind:"scalar",T:9},{no:4,name:"stage_type",kind:"enum",opt:!0,T:()=>["socket.room.StageType",Xs,"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:()=>Eb}])}}const Ml=new Pb;class _b extends S.MessageType{constructor(){super("socket.room.PeerInfoResponse",[{no:1,name:"peer",kind:"message",T:()=>Ml}])}}const rn=new _b;class Cb extends S.MessageType{constructor(){super("socket.room.PeerStatusUpdate",[{no:1,name:"peer_id",kind:"scalar",T:9},{no:2,name:"user_id",kind:"scalar",T:9},{no:3,name:"stage_type",kind:"enum",opt:!0,T:()=>["socket.room.StageType",Xs,"STAGE_TYPE_"]}])}}const Vp=new Cb;class wb extends S.MessageType{constructor(){super("socket.room.RoomPeersInfoRequest",[{no:1,name:"seach_query",kind:"scalar",T:9},{no:2,name:"limit",kind:"scalar",T:5},{no:3,name:"offset",kind:"scalar",T:5}])}}const Rb=new wb;class bb extends S.MessageType{constructor(){super("socket.room.RoomPeersInfoResponse",[{no:1,name:"peers",kind:"message",repeat:1,T:()=>Ml}])}}const Jl=new bb;class kb extends S.MessageType{constructor(){super("socket.room.RoomPeerCountResponse",[{no:1,name:"count",kind:"scalar",T:4,L:2}])}}const xp=new kb;class Mb extends S.MessageType{constructor(){super("socket.room.Room",[{no:1,name:"room_id",kind:"scalar",T:9},{no:2,name:"title",kind:"scalar",T:9},{no:4,name:"created_at",kind:"scalar",T:4,L:2},{no:5,name:"active_recordings",kind:"message",repeat:1,T:()=>Ib},{no:6,name:"room_uuid",kind:"scalar",opt:!0,T:9}])}}const sf=new Mb;class Ab extends S.MessageType{constructor(){super("socket.room.ActiveRecording",[{no:1,name:"recording_id",kind:"scalar",T:9},{no:2,name:"recording_type",kind:"enum",T:()=>["common.RecordingType",Wi]},{no:3,name:"recording_status",kind:"scalar",T:9}])}}const Ib=new Ab;class Db extends S.MessageType{constructor(){super("socket.room.RoomInfoResponse",[{no:1,name:"room",kind:"message",T:()=>sf}])}}const Up=new Db;class Ob extends S.MessageType{constructor(){super("socket.room.GetPeerInfoRequest",[{no:1,name:"peer_id",kind:"scalar",T:9}])}}const rf=new Ob;class Nb extends S.MessageType{constructor(){super("socket.room.UpdatePeerInfoRequest",[{no:1,name:"peer_id",kind:"scalar",T:9},{no:2,name:"display_name",kind:"scalar",opt:!0,T:9}])}}new Nb;class Lb extends S.MessageType{constructor(){super("socket.room.JoinRoomRequest",[{no:1,name:"peer",kind:"message",T:()=>Ml},{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",pd,"CAPABILITIES_"]},{no:8,name:"timestamp",kind:"scalar",opt:!0,T:4,L:2}])}}const Vb=new Lb;class xb extends S.MessageType{constructor(){super("socket.room.LeaveRoomRequest",[{no:1,name:"peer",kind:"message",T:()=>Ml},{no:2,name:"timestamp",kind:"scalar",opt:!0,T:4,L:2}])}}const Ub=new xb;class $b extends S.MessageType{constructor(){super("socket.room.UpdateRoomInfoRequest",[{no:1,name:"room",kind:"message",T:()=>sf}])}}new $b;class Bb extends S.MessageType{constructor(){super("socket.room.GetConnectedRoomsDumpRequest",[])}}new Bb;class Hb extends S.MessageType{constructor(){super("socket.room.ServiceError",[{no:1,name:"message",kind:"scalar",opt:!0,T:9},{no:2,name:"code",kind:"scalar",opt:!0,T:9}])}}const mh=new Hb;class Fb extends S.MessageType{constructor(){super("socket.room.ConnectedMeetingPeer",[{no:1,name:"id",kind:"scalar",opt:!0,T:9},{no:2,name:"display_name",kind:"scalar",opt:!0,T:9},{no:3,name:"custom_participant_id",kind:"scalar",opt:!0,T:9},{no:4,name:"preset_id",kind:"scalar",opt:!0,T:9},{no:5,name:"display_picture_url",kind:"scalar",opt:!0,T:9}])}}const qb=new Fb;class jb extends S.MessageType{constructor(){super("socket.room.ConnectedMeetingDump",[{no:1,name:"id",kind:"scalar",opt:!0,T:9},{no:2,name:"title",kind:"scalar",opt:!0,T:9},{no:3,name:"participants",kind:"message",repeat:1,T:()=>qb}])}}const $p=new jb;class Gb extends S.MessageType{constructor(){super("socket.room.GetConnectedRoomsDumpResponse",[{no:1,name:"parent_meeting",kind:"message",T:()=>$p},{no:2,name:"meetings",kind:"message",repeat:1,T:()=>$p}])}}const Wb=new Gb;class Jb extends S.MessageType{constructor(){super("socket.room.CreateRoomRequestPayload",[{no:1,name:"title",kind:"scalar",opt:!0,T:9}])}}const Kb=new Jb;class zb extends S.MessageType{constructor(){super("socket.room.CreateConnectedRoomsRequest",[{no:1,name:"payloads",kind:"message",repeat:1,T:()=>Kb}])}}const Yb=new zb;class Qb extends S.MessageType{constructor(){super("socket.room.CreateRoomResponsePayload",[{no:1,name:"id",kind:"scalar",opt:!0,T:9},{no:2,name:"title",kind:"scalar",opt:!0,T:9},{no:3,name:"error",kind:"message",T:()=>mh}])}}const Xb=new Qb;class Zb extends S.MessageType{constructor(){super("socket.room.CreateConnectedRoomsResponse",[{no:1,name:"payloads",kind:"message",repeat:1,T:()=>Xb}])}}const Bp=new Zb;class ek extends S.MessageType{constructor(){super("socket.room.UpdateRoomRequestPayload",[{no:1,name:"meeting_id",kind:"scalar",opt:!0,T:9},{no:2,name:"title",kind:"scalar",opt:!0,T:9}])}}const tk=new ek;class sk extends S.MessageType{constructor(){super("socket.room.UpdateConnectedRoomsRequest",[{no:1,name:"payloads",kind:"message",repeat:1,T:()=>tk}])}}new sk;class rk extends S.MessageType{constructor(){super("socket.room.DisableRoomPayload",[{no:1,name:"id",kind:"scalar",opt:!0,T:9}])}}const ik=new rk;class nk extends S.MessageType{constructor(){super("socket.room.DisableConnectedRoomsRequest",[{no:1,name:"payloads",kind:"message",repeat:1,T:()=>ik}])}}const ak=new nk;class ok extends S.MessageType{constructor(){super("socket.room.DisableConnectedRoomsResponse",[{no:1,name:"payloads",kind:"message",repeat:1,T:()=>lk}])}}const ck=new ok;class dk extends S.MessageType{constructor(){super("socket.room.DisableConnectedRoomPayload",[{no:1,name:"id",kind:"scalar",opt:!0,T:9},{no:2,name:"status",kind:"scalar",opt:!0,T:9},{no:3,name:"title",kind:"scalar",opt:!0,T:9},{no:4,name:"error",kind:"message",T:()=>mh}])}}const lk=new dk;class uk extends S.MessageType{constructor(){super("socket.room.MovePeerPayload",[{no:1,name:"id",kind:"scalar",opt:!0,T:9},{no:2,name:"preset_id",kind:"scalar",opt:!0,T:9}])}}const hk=new uk;class pk extends S.MessageType{constructor(){super("socket.room.MovePeersBetweenRoomsRequest",[{no:1,name:"source_meeting_id",kind:"scalar",opt:!0,T:9},{no:2,name:"destination_meeting_id",kind:"scalar",opt:!0,T:9},{no:3,name:"participants",kind:"message",repeat:1,T:()=>hk}])}}const gk=new pk;class mk extends S.MessageType{constructor(){super("socket.room.MovedPeer",[{no:1,name:"meeting_id",kind:"scalar",opt:!0,T:9},{no:2,name:"custom_participant_id",kind:"scalar",opt:!0,T:9},{no:3,name:"error",kind:"message",T:()=>mh}])}}const nf=new mk;class fk extends S.MessageType{constructor(){super("socket.room.MovePeersBetweenRoomsResponse",[{no:1,name:"payloads",kind:"message",repeat:1,T:()=>nf}])}}new fk;class Tk extends S.MessageType{constructor(){super("socket.room.TransferPeer",[{no:1,name:"meeting_id",kind:"scalar",opt:!0,T:9},{no:2,name:"auth_token",kind:"scalar",opt:!0,T:9}])}}const Sk=new Tk;class vk extends S.MessageType{constructor(){super("socket.room.GetAllAddedParticipantsResponse",[{no:1,name:"participants",kind:"message",repeat:1,T:()=>Pk}])}}const yk=new vk;class Ek extends S.MessageType{constructor(){super("socket.room.AddedParticipant",[{no:1,name:"id",kind:"scalar",T:9},{no:2,name:"name",kind:"scalar",opt:!0,T:9},{no:3,name:"picture",kind:"scalar",opt:!0,T:9},{no:4,name:"custom_participant_id",kind:"scalar",T:9}])}}const Pk=new Ek;class _k extends S.MessageType{constructor(){super("socket.room.RemoveParticipantsRequest",[{no:1,name:"peer_ids",kind:"scalar",repeat:2,T:9}])}}const af=new _k;class Ck extends S.MessageType{constructor(){super("socket.room.BroadcastMessage",[{no:1,name:"type",kind:"scalar",T:9},{no:2,name:"payload",kind:"scalar",T:12},{no:3,name:"timestamp",kind:"scalar",T:4,L:2},{no:4,name:"ids",kind:"scalar",repeat:2,T:9},{no:5,name:"broadcast_type",kind:"enum",opt:!0,T:()=>["socket.room.BroadcastType",fu,"BROADCAST_TYPE_"]}])}}const Fa=new Ck;class wk extends S.MessageType{constructor(){super("socket.room.AcceptWaitingRoomRequests",[{no:1,name:"user_ids",kind:"scalar",repeat:2,T:9}])}}const Rk=new wk;class bk extends S.MessageType{constructor(){super("socket.room.DenyWaitingRoomRequests",[{no:1,name:"user_ids",kind:"scalar",repeat:2,T:9}])}}const kk=new bk;class Mk extends S.MessageType{constructor(){super("socket.room.WaitingRoomRequest",[{no:1,name:"peer_id",kind:"scalar",T:9},{no:2,name:"user_id",kind:"scalar",T:9},{no:3,name:"display_name",kind:"scalar",T:9},{no:4,name:"picture",kind:"scalar",opt:!0,T:9},{no:5,name:"custom_participant_id",kind:"scalar",opt:!0,T:9},{no:6,name:"preset_name",kind:"scalar",opt:!0,T:9}])}}const Ak=new Mk;class Ik extends S.MessageType{constructor(){super("socket.room.GetWaitingRoomRequests",[{no:1,name:"requests",kind:"message",repeat:1,T:()=>Ak}])}}const Hp=new Ik;class Dk extends S.MessageType{constructor(){super("socket.room.GetRoomStageStateResponse",[{no:1,name:"on_stage_peers",kind:"scalar",repeat:2,T:9},{no:2,name:"approved_stage_peers",kind:"scalar",repeat:2,T:9},{no:3,name:"requested_stage_peers",kind:"scalar",repeat:2,T:9}])}}const Fp=new Dk;var Tu;(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"})(Tu||(Tu={}));var Hr;(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"})(Hr||(Hr={}));class Ok extends S.MessageType{constructor(){super("socket.preset.PollsPermissionUpdate",[{no:1,name:"can_create",kind:"scalar",opt:!0,T:8},{no:2,name:"can_vote",kind:"scalar",opt:!0,T:8},{no:3,name:"can_view",kind:"scalar",opt:!0,T:8}])}}const Nk=new Ok;class Lk extends S.MessageType{constructor(){super("socket.preset.PluginsPermissionsUpdate",[{no:1,name:"can_close",kind:"scalar",opt:!0,T:8},{no:2,name:"can_start",kind:"scalar",opt:!0,T:8}])}}const Vk=new Lk;class xk extends S.MessageType{constructor(){super("socket.preset.PublicChatPermission",[{no:1,name:"can_send",kind:"scalar",opt:!0,T:8},{no:2,name:"text",kind:"scalar",opt:!0,T:8},{no:3,name:"files",kind:"scalar",opt:!0,T:8}])}}const Uk=new xk;class $k extends S.MessageType{constructor(){super("socket.preset.PrivateChatPermission",[{no:1,name:"can_send",kind:"scalar",opt:!0,T:8},{no:2,name:"can_receive",kind:"scalar",opt:!0,T:8},{no:3,name:"text",kind:"scalar",opt:!0,T:8},{no:4,name:"files",kind:"scalar",opt:!0,T:8}])}}const Bk=new $k;class Hk extends S.MessageType{constructor(){super("socket.preset.ChatPermissionUpdate",[{no:1,name:"public",kind:"message",T:()=>Uk},{no:2,name:"private",kind:"message",T:()=>Bk}])}}const Fk=new Hk;class qk extends S.MessageType{constructor(){super("socket.preset.ConnectedMeetingPermissionUpdate",[{no:1,name:"can_alter_connected_meetings",kind:"scalar",opt:!0,T:8},{no:2,name:"can_switch_to_parent_meeting",kind:"scalar",opt:!0,T:8},{no:3,name:"can_switch_connected_meetings",kind:"scalar",opt:!0,T:8}])}}const jk=new qk;class Gk extends S.MessageType{constructor(){super("socket.preset.StreamPermission",[{no:1,name:"can_produce",kind:"enum",opt:!0,T:()=>["socket.preset.StreamPermissionType",Hr,"STREAM_PERMISSION_TYPE_"]},{no:2,name:"can_consume",kind:"enum",opt:!0,T:()=>["socket.preset.StreamPermissionType",Hr,"STREAM_PERMISSION_TYPE_"]}])}}const Kl=new Gk;class Wk extends S.MessageType{constructor(){super("socket.preset.MediaPermissionUpdate",[{no:1,name:"video",kind:"message",T:()=>Kl},{no:2,name:"audio",kind:"message",T:()=>Kl},{no:3,name:"screenshare",kind:"message",T:()=>Kl}])}}const Jk=new Wk;class Kk extends S.MessageType{constructor(){super("socket.preset.PresetUpdates",[{no:1,name:"polls",kind:"message",T:()=>Nk},{no:2,name:"plugins",kind:"message",T:()=>Vk},{no:3,name:"chat",kind:"message",T:()=>Fk},{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",Tu,"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",mu,"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:()=>jk},{no:23,name:"media",kind:"message",T:()=>Jk}])}}const fh=new Kk;class zk extends S.MessageType{constructor(){super("socket.preset.ReadPeersPresetRequest",[{no:1,name:"user_ids",kind:"scalar",repeat:2,T:9}])}}const Yk=new zk;class Qk extends S.MessageType{constructor(){super("socket.preset.PeerPreset",[{no:1,name:"user_id",kind:"scalar",T:9},{no:2,name:"peer_id",kind:"scalar",T:9},{no:3,name:"preset",kind:"scalar",T:12}])}}const Xk=new Qk;class Zk extends S.MessageType{constructor(){super("socket.preset.ReadPeersPresetResponse",[{no:1,name:"peer_presets",kind:"message",repeat:1,T:()=>Xk}])}}const eM=new Zk;class tM extends S.MessageType{constructor(){super("socket.preset.UpdatePeerPreset",[{no:1,name:"user_ids",kind:"scalar",T:9},{no:2,name:"patch",kind:"message",T:()=>fh}])}}const of=new tM;class sM extends S.MessageType{constructor(){super("socket.preset.UpdatePeersPresetRequest",[{no:1,name:"update_peers_presets",kind:"message",repeat:1,T:()=>of}])}}const rM=new sM;class iM extends S.MessageType{constructor(){super("socket.preset.UpdatePeersPresetResponse",[{no:1,name:"update_peers_presets",kind:"message",repeat:1,T:()=>of}])}}const qp=new iM;class nM extends S.MessageType{constructor(){super("socket.preset.PeerUserIDMap",[{no:1,name:"peer_id",kind:"scalar",T:9},{no:2,name:"user_id",kind:"scalar",T:9}])}}const aM=new nM;class oM extends S.MessageType{constructor(){super("socket.preset.BulkUpdatePeerPresetRequest",[{no:1,name:"peers",kind:"message",repeat:1,T:()=>aM},{no:2,name:"patch",kind:"message",T:()=>fh}])}}new oM;class cM extends S.MessageType{constructor(){super("socket.preset.BulkUpdatePeerPresetResponse",[{no:2,name:"patch",kind:"message",T:()=>fh}])}}new cM;class dM extends S.MessageType{constructor(){super("socket.chat.ChatMessage",[{no:1,name:"chat_id",kind:"scalar",T:9},{no:2,name:"peer_id",kind:"scalar",T:9},{no:3,name:"user_id",kind:"scalar",T:9},{no:4,name:"display_name",kind:"scalar",T:9},{no:5,name:"pinned",kind:"scalar",T:8},{no:6,name:"is_edited",kind:"scalar",T:8},{no:7,name:"payload_type",kind:"scalar",T:5},{no:8,name:"payload",kind:"scalar",T:9},{no:10,name:"target_user_ids",kind:"scalar",repeat:2,T:9},{no:11,name:"created_at",kind:"scalar",T:4,L:2},{no:12,name:"created_at_ms",kind:"scalar",opt:!0,T:4,L:2},{no:13,name:"channel_id",kind:"scalar",opt:!0,T:9},{no:14,name:"channel_index",kind:"scalar",opt:!0,T:9}])}}const Kr=new dM;class lM extends S.MessageType{constructor(){super("socket.chat.GetPaginatedChatMessageFilters",[{no:1,name:"pinned",kind:"scalar",oneof:"filters",T:8},{no:2,name:"user_id",kind:"scalar",oneof:"filters",T:9}])}}const uM=new lM;class hM extends S.MessageType{constructor(){super("socket.chat.GetPaginatedChatMessageRoomRequest",[{no:1,name:"time_stamp",kind:"scalar",T:4,L:2},{no:2,name:"size",kind:"scalar",T:5},{no:3,name:"from",kind:"scalar",T:5},{no:4,name:"reversed",kind:"scalar",T:8},{no:5,name:"channel_id",kind:"scalar",opt:!0,T:9},{no:6,name:"filters",kind:"message",T:()=>uM}])}}const pM=new hM;class gM extends S.MessageType{constructor(){super("socket.chat.GetPaginatedChatMessageRoomResponse",[{no:1,name:"messages",kind:"message",repeat:1,T:()=>Kr},{no:2,name:"next",kind:"scalar",T:8}])}}const mM=new gM;class fM extends S.MessageType{constructor(){super("socket.chat.GetChatMessagesResponse",[{no:1,name:"messages",kind:"message",repeat:1,T:()=>Kr}])}}const cf=new fM;class TM extends S.MessageType{constructor(){super("socket.chat.SendChatMessageToRoomRequest",[{no:1,name:"payload_type",kind:"scalar",T:5},{no:2,name:"payload",kind:"scalar",T:9}])}}const SM=new TM;class vM extends S.MessageType{constructor(){super("socket.chat.SendChatMessageToRoomResponse",[{no:1,name:"message",kind:"message",T:()=>Kr}])}}const zl=new vM;class yM extends S.MessageType{constructor(){super("socket.chat.SendChatMessageToPeersRequest",[{no:1,name:"peer_ids",kind:"scalar",repeat:2,T:9},{no:2,name:"payload_type",kind:"scalar",T:5},{no:3,name:"payload",kind:"scalar",T:9}])}}const EM=new yM;class PM extends S.MessageType{constructor(){super("socket.chat.SendChatMessageToPeersResponse",[{no:1,name:"message",kind:"message",T:()=>Kr}])}}const Yl=new PM;class _M extends S.MessageType{constructor(){super("socket.chat.SendChatMessageToChannelRequest",[{no:1,name:"channel_id",kind:"scalar",T:9},{no:2,name:"payload_type",kind:"scalar",T:5},{no:3,name:"payload",kind:"scalar",T:9}])}}new _M;class CM extends S.MessageType{constructor(){super("socket.chat.SendChatMessageToChannelResponse",[{no:1,name:"message",kind:"message",T:()=>Kr}])}}new CM;class wM extends S.MessageType{constructor(){super("socket.chat.EditChatMessageRequest",[{no:1,name:"chat_id",kind:"scalar",T:9},{no:2,name:"payload_type",kind:"scalar",opt:!0,T:5},{no:3,name:"payload",kind:"scalar",opt:!0,T:9},{no:4,name:"pinned",kind:"scalar",opt:!0,T:8},{no:5,name:"channel_id",kind:"scalar",opt:!0,T:9}])}}const RM=new wM;class bM extends S.MessageType{constructor(){super("socket.chat.PinChatMessageRequest",[{no:1,name:"chat_id",kind:"scalar",T:9},{no:2,name:"pinned",kind:"scalar",T:8},{no:3,name:"channel_id",kind:"scalar",opt:!0,T:9}])}}const kM=new bM;class MM extends S.MessageType{constructor(){super("socket.chat.PinChatMessageResponse",[{no:1,name:"chat_id",kind:"scalar",T:9},{no:2,name:"pinned",kind:"scalar",T:8},{no:3,name:"channel_id",kind:"scalar",opt:!0,T:9},{no:4,name:"message",kind:"message",T:()=>Kr}])}}const $c=new MM;class AM extends S.MessageType{constructor(){super("socket.chat.EditChatMessageResponse",[{no:1,name:"message",kind:"message",T:()=>Kr}])}}const Bc=new AM;class IM extends S.MessageType{constructor(){super("socket.chat.DeleteChatMessageRequest",[{no:1,name:"chat_id",kind:"scalar",T:9},{no:2,name:"channel_id",kind:"scalar",opt:!0,T:9}])}}const DM=new IM;class OM extends S.MessageType{constructor(){super("socket.chat.DeleteChatMessageResponse",[{no:1,name:"chat_id",kind:"scalar",T:9},{no:2,name:"channel_id",kind:"scalar",opt:!0,T:9}])}}const Hc=new OM;class NM extends S.MessageType{constructor(){super("socket.chat.SearchChatMessagesRequest",[{no:1,name:"time_stamp",kind:"scalar",T:4,L:2},{no:2,name:"size",kind:"scalar",T:5},{no:3,name:"from",kind:"scalar",T:5},{no:4,name:"reversed",kind:"scalar",T:8},{no:5,name:"channel_id",kind:"scalar",opt:!0,T:9},{no:6,name:"search_term",kind:"scalar",T:9}])}}const LM=new NM;class VM extends S.MessageType{constructor(){super("socket.chat.MarkChannelIndexAsReadRequest",[{no:1,name:"channel_id",kind:"scalar",T:9},{no:2,name:"user_id",kind:"scalar",T:9},{no:3,name:"channel_index",kind:"scalar",T:9}])}}new VM;class xM extends S.MessageType{constructor(){super("socket.chat.MarkChannelIndexAsReadResponse",[{no:1,name:"channel_index",kind:"scalar",T:9}])}}new xM;class UM extends S.MessageType{constructor(){super("socket.chat.CreateChatChannelRequest",[{no:1,name:"display_name",kind:"scalar",T:9},{no:2,name:"target_user_ids",kind:"scalar",repeat:2,T:9},{no:3,name:"display_picture_url",kind:"scalar",opt:!0,T:9},{no:4,name:"visibility",kind:"scalar",T:9},{no:5,name:"is_direct_message",kind:"scalar",T:8}])}}new UM;class $M extends S.MessageType{constructor(){super("socket.chat.UpdateChatChannelRequest",[{no:1,name:"chat_channel_id",kind:"scalar",T:9},{no:2,name:"display_name",kind:"scalar",opt:!0,T:9},{no:3,name:"target_user_ids",kind:"scalar",repeat:2,T:9},{no:4,name:"display_picture_url",kind:"scalar",opt:!0,T:9},{no:5,name:"visibility",kind:"scalar",opt:!0,T:9},{no:6,name:"is_direct_message",kind:"scalar",opt:!0,T:8}])}}new $M;class BM extends S.MessageType{constructor(){super("socket.chat.CreateChatChannelResponse",[{no:1,name:"chat_channel_id",kind:"scalar",T:9}])}}new BM;class HM extends S.MessageType{constructor(){super("socket.chat.GetChatChannelRequest",[{no:1,name:"chat_channel_id",kind:"scalar",T:9}])}}new HM;class FM extends S.MessageType{constructor(){super("socket.chat.LatestMessageAndUnreadCount",[{no:1,name:"message",kind:"message",T:()=>Kr},{no:2,name:"unread_count",kind:"scalar",T:4,L:2}])}}const qM=new FM;class jM extends S.MessageType{constructor(){super("socket.chat.ChatChannel",[{no:1,name:"chat_channel_id",kind:"scalar",T:9},{no:2,name:"display_name",kind:"scalar",T:9},{no:3,name:"display_picture_url",kind:"scalar",opt:!0,T:9},{no:4,name:"visibility",kind:"scalar",T:9},{no:5,name:"is_direct_message",kind:"scalar",T:8},{no:6,name:"latest_message_and_unread_count",kind:"message",T:()=>qM},{no:7,name:"target_user_ids",kind:"scalar",repeat:2,T:9}])}}const GM=new jM;class WM extends S.MessageType{constructor(){super("socket.chat.GetChatChannelResponse",[{no:1,name:"chat_channels",kind:"message",repeat:1,T:()=>GM}])}}new WM;class JM extends S.MessageType{constructor(){super("socket.chat.ChannelMember",[{no:1,name:"id",kind:"scalar",T:9},{no:2,name:"name",kind:"scalar",opt:!0,T:9},{no:3,name:"picture",kind:"scalar",opt:!0,T:9},{no:4,name:"custom_participant_id",kind:"scalar",T:9}])}}const KM=new JM;class zM extends S.MessageType{constructor(){super("socket.chat.GetChatChannelMembersResponse",[{no:1,name:"channel_members",kind:"message",repeat:1,T:()=>KM}])}}new zM;class YM extends S.MessageType{constructor(){super("socket.plugin.AddPluginRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"staggered",kind:"scalar",T:8}])}}new YM;class QM extends S.MessageType{constructor(){super("socket.plugin.RemovePluginRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"staggered",kind:"scalar",T:8}])}}new QM;class XM extends S.MessageType{constructor(){super("socket.plugin.EnablePluginForRoomRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9}])}}new XM;class ZM extends S.MessageType{constructor(){super("socket.plugin.DisablePluginForRoomRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9}])}}new ZM;class eA extends S.MessageType{constructor(){super("socket.plugin.EnablePluginForPeersRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"peer_ids",kind:"scalar",repeat:2,T:9}])}}new eA;class tA extends S.MessageType{constructor(){super("socket.plugin.DisablePluginForPeersRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"peer_ids",kind:"scalar",repeat:2,T:9}])}}new tA;class sA extends S.MessageType{constructor(){super("socket.plugin.PluginEventToRoomRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"plugin_data",kind:"scalar",T:12}])}}new sA;class rA extends S.MessageType{constructor(){super("socket.plugin.PluginEventToPeersRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"peer_ids",kind:"scalar",repeat:2,T:9},{no:3,name:"plugin_data",kind:"scalar",T:12}])}}new rA;class iA extends S.MessageType{constructor(){super("socket.plugin.StoreKeys",[{no:1,name:"store_key",kind:"scalar",T:9},{no:2,name:"payload",kind:"scalar",opt:!0,T:12}])}}const Th=new iA;class nA extends S.MessageType{constructor(){super("socket.plugin.PluginStoreInsertKeysRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"store_name",kind:"scalar",T:9},{no:3,name:"insert_keys",kind:"message",repeat:1,T:()=>Th}])}}const aA=new nA;class oA extends S.MessageType{constructor(){super("socket.plugin.PluginStoreGetKeysRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"store_name",kind:"scalar",T:9},{no:3,name:"get_keys",kind:"message",repeat:1,T:()=>Th}])}}const cA=new oA;class dA extends S.MessageType{constructor(){super("socket.plugin.PluginStoreDeleteKeysRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"store_name",kind:"scalar",T:9},{no:3,name:"delete_keys",kind:"message",repeat:1,T:()=>Th}])}}const lA=new dA;class uA extends S.MessageType{constructor(){super("socket.plugin.PluginStoreDeleteRequest",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"store_name",kind:"scalar",T:9}])}}new uA;class hA extends S.MessageType{constructor(){super("socket.plugin.EnablePluginResponse",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"enabled_by",kind:"scalar",T:9}])}}const pA=new hA;class gA extends S.MessageType{constructor(){super("socket.plugin.EnablePluginsResponse",[{no:1,name:"plugins",kind:"message",repeat:1,T:()=>pA}])}}new gA;class mA extends S.MessageType{constructor(){super("socket.plugin.DisablePluginResponse",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"disabled_by",kind:"scalar",T:9}])}}new mA;class fA extends S.MessageType{constructor(){super("socket.plugin.PluginStoreItem",[{no:1,name:"timestamp",kind:"scalar",T:9},{no:2,name:"peer_id",kind:"scalar",T:9},{no:3,name:"store_key",kind:"scalar",T:9},{no:4,name:"payload",kind:"scalar",T:12}])}}const TA=new fA;class SA extends S.MessageType{constructor(){super("socket.plugin.PluginStoreResponse",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"store_name",kind:"scalar",T:9},{no:3,name:"store_items",kind:"message",repeat:1,T:()=>TA}])}}const jp=new SA;class vA extends S.MessageType{constructor(){super("socket.plugin.PluginEventResponse",[{no:1,name:"plugin_id",kind:"scalar",T:9},{no:2,name:"plugin_data",kind:"scalar",T:12}])}}new vA;class yA extends S.MessageType{constructor(){super("socket.livestreaming.LiveStreamingEvent",[{no:1,name:"livestream_id",kind:"scalar",T:9},{no:2,name:"err_message",kind:"scalar",T:9},{no:3,name:"name",kind:"scalar",T:9},{no:4,name:"meeting_id",kind:"scalar",T:9},{no:5,name:"playback_url",kind:"scalar",T:9},{no:6,name:"org_id",kind:"scalar",T:9},{no:7,name:"room_name",kind:"scalar",T:9},{no:8,name:"room_uuid",kind:"scalar",T:9},{no:9,name:"status",kind:"scalar",T:9},{no:10,name:"manual_ingest",kind:"scalar",opt:!0,T:8}])}}const Gp=new yA;class EA extends S.MessageType{constructor(){super("socket.livestreaming.GetStagePeersResponse",[{no:1,name:"stage_peers",kind:"scalar",repeat:2,T:9}])}}const Wp=new EA;class PA extends S.MessageType{constructor(){super("socket.livestreaming.StageRequest",[{no:1,name:"display_name",kind:"scalar",T:9},{no:2,name:"user_id",kind:"scalar",T:9},{no:3,name:"peer_id",kind:"scalar",T:9}])}}const _A=new PA;class CA extends S.MessageType{constructor(){super("socket.livestreaming.GetStageRequestsResponse",[{no:1,name:"stage_requests",kind:"message",repeat:1,T:()=>_A}])}}const Ql=new CA;class wA extends S.MessageType{constructor(){super("socket.livestreaming.GrantStageAccessRequest",[{no:1,name:"user_ids",kind:"scalar",repeat:2,T:9}])}}const RA=new wA;class bA extends S.MessageType{constructor(){super("socket.livestreaming.DenyStageAccessRequest",[{no:1,name:"user_ids",kind:"scalar",repeat:2,T:9}])}}const kA=new bA;class MA extends S.MessageType{constructor(){super("socket.livestreaming.LeaveStageRequest",[{no:1,name:"user_ids",kind:"scalar",repeat:2,T:9}])}}const Jp=new MA;class AA extends S.MessageType{constructor(){super("socket.polls.Poll",[{no:1,name:"poll_id",kind:"scalar",T:9},{no:2,name:"created_by",kind:"scalar",T:9},{no:3,name:"created_by_user_id",kind:"scalar",T:9},{no:4,name:"question",kind:"scalar",T:9},{no:5,name:"options",kind:"message",repeat:1,T:()=>DA},{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 df=new AA;class IA extends S.MessageType{constructor(){super("socket.polls.PollOption",[{no:1,name:"text",kind:"scalar",T:9},{no:2,name:"count",kind:"scalar",opt:!0,T:4,L:2},{no:3,name:"votes",kind:"message",repeat:1,T:()=>NA}])}}const DA=new IA;class OA extends S.MessageType{constructor(){super("socket.polls.PollVote",[{no:1,name:"user_id",kind:"scalar",T:9},{no:2,name:"name",kind:"scalar",T:9}])}}const NA=new OA;class LA extends S.MessageType{constructor(){super("socket.polls.NewPollRequest",[{no:1,name:"question",kind:"scalar",T:9},{no:2,name:"options",kind:"scalar",repeat:2,T:9},{no:3,name:"anonymous",kind:"scalar",T:8},{no:4,name:"hide_votes",kind:"scalar",T:8},{no:5,name:"created_by",kind:"scalar",opt:!0,T:9},{no:6,name:"created_by_user_id",kind:"scalar",opt:!0,T:9}])}}const VA=new LA;class xA extends S.MessageType{constructor(){super("socket.polls.VotePollRequest",[{no:1,name:"poll_id",kind:"scalar",T:9},{no:2,name:"index",kind:"scalar",T:4,L:2}])}}const UA=new xA;class $A extends S.MessageType{constructor(){super("socket.polls.UpdatePollResponse",[{no:1,name:"poll",kind:"message",T:()=>df}])}}const Xl=new $A;class BA extends S.MessageType{constructor(){super("socket.polls.GetPollsResponse",[{no:1,name:"polls",kind:"message",repeat:1,T:()=>df}])}}const HA=new BA;class FA extends S.MessageType{constructor(){super("socket.recording.RecordingEvent",[{no:1,name:"recording_id",kind:"scalar",T:9},{no:2,name:"err_message",kind:"scalar",T:9},{no:3,name:"recording_type",kind:"enum",T:()=>["common.RecordingType",Wi]}])}}const Kp=new FA;class qA extends S.MessageType{constructor(){super("google.protobuf.Timestamp",[{no:1,name:"seconds",kind:"scalar",T:3,L:0},{no:2,name:"nanos",kind:"scalar",T:5}])}now(){const t=this.create(),e=Date.now();return t.seconds=S.PbLong.from(Math.floor(e/1e3)).toBigInt(),t.nanos=e%1e3*1e6,t}toDate(t){return new Date(S.PbLong.from(t.seconds).toNumber()*1e3+Math.ceil(t.nanos/1e6))}fromDate(t){const e=this.create(),r=t.getTime();return e.seconds=S.PbLong.from(Math.floor(r/1e3)).toBigInt(),e.nanos=r%1e3*1e6,e}internalJsonWrite(t,e){let r=S.PbLong.from(t.seconds).toNumber()*1e3;if(r<Date.parse("0001-01-01T00:00:00Z")||r>Date.parse("9999-12-31T23:59:59Z"))throw new Error("Unable to encode Timestamp to JSON. Must be from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59Z inclusive.");if(t.nanos<0)throw new Error("Unable to encode invalid Timestamp to JSON. Nanos must not be negative.");let i="Z";if(t.nanos>0){let n=(t.nanos+1e9).toString().substring(1);n.substring(3)==="000000"?i="."+n.substring(0,3)+"Z":n.substring(6)==="000"?i="."+n.substring(0,6)+"Z":i="."+n+"Z"}return new Date(r).toISOString().replace(".000Z",i)}internalJsonRead(t,e,r){if(typeof t!="string")throw new Error("Unable to parse Timestamp from JSON "+S.typeofJsonValue(t)+".");let i=t.match(/^([0-9]{4})-([0-9]{2})-([0-9]{2})T([0-9]{2}):([0-9]{2}):([0-9]{2})(?:Z|\.([0-9]{3,9})Z|([+-][0-9][0-9]:[0-9][0-9]))$/);if(!i)throw new Error("Unable to parse Timestamp from JSON. Invalid format.");let n=Date.parse(i[1]+"-"+i[2]+"-"+i[3]+"T"+i[4]+":"+i[5]+":"+i[6]+(i[8]?i[8]:"Z"));if(Number.isNaN(n))throw new Error("Unable to parse Timestamp from JSON. Invalid value.");if(n<Date.parse("0001-01-01T00:00:00Z")||n>Date.parse("9999-12-31T23:59:59Z"))throw new globalThis.Error("Unable to parse Timestamp from JSON. Must be from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59Z inclusive.");return r||(r=this.create()),r.seconds=S.PbLong.from(n/1e3).toBigInt(),r.nanos=0,i[7]&&(r.nanos=parseInt("1"+i[7]+"0".repeat(9-i[7].length))-1e9),r}}new qA;class jA extends S.MessageType{constructor(){super("common.BaseHubMessage",[{no:1,name:"event",kind:"scalar",T:5},{no:2,name:"id",kind:"scalar",T:9},{no:3,name:"peer_id",kind:"scalar",T:9},{no:4,name:"room_id",kind:"scalar",T:9},{no:5,name:"user_id",kind:"scalar",T:9},{no:6,name:"payload",kind:"scalar",T:12},{no:7,name:"error",kind:"scalar",opt:!0,T:8},{no:8,name:"sid",kind:"scalar",opt:!0,T:9},{no:9,name:"room_object_id",kind:"scalar",opt:!0,T:9},{no:10,name:"preset",kind:"scalar",opt:!0,T:9},{no:11,name:"use_start_session",kind:"scalar",opt:!0,T:8}])}}const Su=new jA;class GA extends S.MessageType{constructor(){super("common.BulkedHubMessage",[{no:1,name:"messages",kind:"message",repeat:1,T:()=>Su}])}}new GA;class WA extends S.MessageType{constructor(){super("common.CFWorkersResponse",[{no:1,name:"responses",kind:"message",repeat:1,T:()=>Su},{no:2,name:"broadcast_responses",kind:"message",repeat:1,T:()=>Su}])}}new WA;const JA=0,KA=1,zA=2,YA=3,QA=5,XA={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},ZA={getMessages:0,sendMessageToRoom:1,sendMessageToPeers:2,editMessage:3,deleteMessage:4,getPaginatedMessages:5,searchChannelMessages:7,pinMessage:10},eI={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},tI={createPoll:0,getPolls:1,votePoll:2,updatePoll:3},lf={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},sI={getUserPresets:0,updateUserPreset:1};function kc(s,t){return Object.keys(t).reduce((e,r)=>(e[r]=(s<<16)+t[r],e),{})}function uf(s,t){return Object.keys(s).reduce((e,r)=>(e[r]=t|s[r],e),{})}const U=kc(JA,XA),Je=kc(KA,ZA),Is=kc(zA,eI),Ds=kc(YA,tI),Sr=uf(lf,16777216),ls=uf(lf,50331648),zc=kc(QA,sI);var rI=Object.defineProperty,iI=Object.getOwnPropertyDescriptor,zr=(s,t,e,r)=>{for(var i=r>1?void 0:r?iI(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&&rI(t,e,i),i},Jt=(s=>(s[s.TEXT=0]="TEXT",s[s.IMAGE=1]="IMAGE",s[s.FILE=2]="FILE",s[s.CUSTOM=3]="CUSTOM",s))(Jt||{}),_t,_n;class cr{constructor(t,e){m(this,_t,void 0);m(this,_n,void 0);f(this,_t,e),f(this,_n,t)}get telemetry(){return a(this,_n).getValue("telemetry")}get logger(){return a(this,_n).getValue("logger")}getChatMessages(){return a(this,_t).sendMessagePromise(Je.getMessages)}getChatMessagesPaginated(t,e,r,i){return u(this,null,function*(){const n=O({timeStamp:t,size:e,from:0,reversed:r},i&&{filters:{filters:i}}),o=yield a(this,_t).sendMessagePromise(Je.getPaginatedMessages,pM.toBinary(n));return o.payload?mM.fromBinary(o.payload):{messages:[],next:!1}})}sendMessageToRoom(t,e){const r={payloadType:e,payload:t};a(this,_t).sendMessage(Je.sendMessageToRoom,SM.toBinary(r))}sendMessageToPeers(t,e,r){const i={payloadType:e,peerIds:r,payload:t};a(this,_t).sendMessage(Je.sendMessageToPeers,EM.toBinary(i))}sendMessage(t,e,r){if(r&&r.length>0){this.sendMessageToPeers(t,e,r);return}this.sendMessageToRoom(t,e)}editMessage(t,e,r,i){return u(this,null,function*(){const n={chatId:t,payloadType:r,payload:e};i!==void 0&&(n.pinned=i);const o=yield a(this,_t).sendMessagePromise(Je.editMessage,RM.toBinary(n));return Bc.fromBinary(o.payload).message})}deleteMessage(t){return u(this,null,function*(){const e={chatId:t},r=yield a(this,_t).sendMessagePromise(Je.deleteMessage,DM.toBinary(e));return{id:Hc.fromBinary(r.payload).chatId}})}searchMessages(t,e){return u(this,null,function*(){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=yield a(this,_t).sendMessagePromise(Je.searchChannelMessages,LM.toBinary(r));return cf.fromBinary(d.payload).messages}catch(d){return[]}})}setPinState(t,e){return u(this,null,function*(){const r={chatId:t,pinned:e},i=yield a(this,_t).sendMessagePromise(Je.pinMessage,kM.toBinary(r));return $c.fromBinary(i.payload)})}on(t,e){let r,i;switch(t){case Je.sendMessageToRoom:{r=zl.fromBinary.bind(zl),i=zl.create();break}case Je.sendMessageToPeers:{r=Yl.fromBinary.bind(Yl),i=Yl.create();break}case Je.editMessage:{r=Bc.fromBinary.bind(Bc),i=Bc.create();break}case Je.pinMessage:{r=$c.fromBinary.bind($c),i=$c.create();break}case Je.deleteMessage:{r=Hc.fromBinary.bind(Hc),i=Hc.create();break}}if(!r){this.logger.warn(`ChatSocketHandler::Event ${t} is not recognized`);return}a(this,_t).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)})}}_t=new WeakMap,_n=new WeakMap;zr([P.trace("SocketService.getChatMessages")],cr.prototype,"getChatMessages",1);zr([P.trace("SocketService.getChatMessagesPaginated")],cr.prototype,"getChatMessagesPaginated",1);zr([P.trace("SocketService.sendMessageToRoom")],cr.prototype,"sendMessageToRoom",1);zr([P.trace("SocketService.sendMessageToPeers")],cr.prototype,"sendMessageToPeers",1);zr([P.trace("SocketService.sendMessage")],cr.prototype,"sendMessage",1);zr([P.trace("SocketService.editMessage")],cr.prototype,"editMessage",1);zr([P.trace("SocketService.deleteMessage")],cr.prototype,"deleteMessage",1);zr([P.trace("SocketService.searchMessages")],cr.prototype,"searchMessages",1);function nI(s){return s.replace(/([-_]\w)/g,t=>t[1].toUpperCase())}function Cs(s){if(!s||typeof s!="object")return s;if(Array.isArray(s))return s.map(e=>Cs(e));const t={};return Object.keys(s).forEach(e=>{const r=Wr.validate(e)?e:nI(e);t[r]=Cs(s[e])}),t}function aI(s){return s.replace(/[A-Z]/g,t=>`_${t.toLowerCase()}`)}function hf(s){if(!s||typeof s!="object")return s;if(Array.isArray(s))return s.map(e=>hf(e));const t={};return Object.keys(s).forEach(e=>{const r=Wr.validate(e)?e:aI(e);t[r]=s[e]}),t}class gd extends Error{constructor(e){const r=e instanceof Error?e.message:`Request failed with status ${e.status}`;super(r);p(this,"status");p(this,"response");p(this,"isTimeout");e instanceof Error?(this.stack=e.stack,this.isTimeout=e.name==="AbortError"):(this.status=e.status,this.response=e,this.isTimeout=!1),this.name="RequestError"}get isHttpError(){return this.status!==void 0}get isNetworkError(){return this.status===void 0&&!this.isTimeout}}class zp{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}request(t){return u(this,null,function*(){var g;const e=((g=t.method)==null?void 0:g.toUpperCase())||"GET",r=this.buildURL(t.url||"",t.params),i=O(O({},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,h=t.retryDelay||this.defaults.retryDelay;try{const T=new AbortController,y=setTimeout(()=>T.abort(),d);c.signal=T.signal;const E=yield fetch(r,c);clearTimeout(y);let _=null;const C=E.headers.get("content-type");C&&C.includes("application/json")?_=yield E.json():_=yield E.text();const M={};E.headers.forEach((L,B)=>{M[B]=L});const D={data:_,status:E.status,statusText:E.statusText,headers:M,config:t};if(!E.ok)throw D;return D}catch(T){if(T instanceof Error&&l>0)return yield new Promise(y=>setTimeout(y,h)),this.defaults.baseURL===ai.apiBase.prod?this.defaults.baseURL=ai.apiBase.prodAlternate:this.defaults.baseURL===ai.apiBase.prodAlternate&&(this.defaults.baseURL=ai.apiBase.prod),this.request(j(O({},t),{retry:l-1}));throw T}})}get(r){return u(this,arguments,function*(t,e={}){return this.request(j(O({},e),{method:"GET",url:t}))})}post(i,n){return u(this,arguments,function*(t,e,r={}){return this.request(j(O({},r),{method:"POST",url:t,data:e}))})}put(i,n){return u(this,arguments,function*(t,e,r={}){return this.request(j(O({},r),{method:"PUT",url:t,data:e}))})}}const oI=3,cI=30,dI=8e3;class lI{constructor(t,e){p(this,"fetchClient");p(this,"requests");p(this,"roomName");p(this,"roomUUID");p(this,"authToken");p(this,"organizationId");p(this,"iceServers");p(this,"userDetails");p(this,"roomDetails");p(this,"context");this.context=t;const{timeout:r=dI,retry:i=oI,retryDelay:n=cI,baseURL:o=ai.apiBase.prod,authToken:c,cachedUserDetails:d}=e||{};this.iceServers=d==null?void 0:d.iceServers,this.userDetails=d==null?void 0:d.userDetails,this.roomDetails=d==null?void 0:d.roomDetails,this.requests=new zp({baseURL:o,timeout:r,retry:i,retryDelay:n,responseType:"json"}),this.fetchClient=new zp({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=h=>u(this,null,function*(){var T,y,E,_,C;const g=t.getValue("telemetry");try{g.injectContext(this.requests.defaults.headers.common);const M=yield l(h);return h.url!==g.logsEndpoint&&this.logger.debug("xhr::fetch",{networkCall:{status:M.status,statusText:M.statusText,baseURL:h.baseURL||this.requests.defaults.baseURL,url:h.url,method:h.method}}),M}catch(M){if(!M)throw new b("Unknown network error occurred","0011");if(M instanceof b||M instanceof gd)throw M;((T=M.config)==null?void 0:T.url)!==g.logsEndpoint&&this.logger.error("xhr::fetch",{error:M,networkCall:{status:M.status,statusText:M.statusText,baseURL:((y=M.config)==null?void 0:y.baseURL)||this.requests.defaults.baseURL,url:(E=M.config)==null?void 0:E.url,retries:(_=M.config)==null?void 0:_.retry,method:(C=M.config)==null?void 0:C.method,isOnline:navigator.onLine?"online":"offline"}});const D=M instanceof Error&&M.message||"Network request failed";throw new b(D,"0011"),new gd(M)}})}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 uI=Object.defineProperty,hI=Object.getOwnPropertyDescriptor,dr=(s,t,e,r)=>{for(var i=r>1?void 0:r?hI(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&&uI(t,e,i),i};class bs extends lI{constructor(e,r){super(e,r);p(this,"telemetry");this.telemetry=e.getValue("telemetry"),this.setHeader("x-realtimekit-version",e.getValue("sdkVersion"))}getICEServers(){return u(this,null,function*(){if(this.iceServers)return this.iceServers;const{success:e,iceServers:r}=(yield this.requests.get("/iceservers")).data;if(e)return(r==null?void 0:r.length)>0&&(this.iceServers=r),r})}getPresignedUrls(e){return u(this,null,function*(){const r=ya(this.context,"chat_upload_expiry"),i={roomUUID:this.roomUUID,filename:e,expiry:typeof r=="number"?r:void 0},{get_location:n,put_location:o}=(yield this.requests.post("/v2/meetings/chat-upload",i)).data.data;return{getLocation:n,putLocation:o}})}uploadFile(e,r){return u(this,null,function*(){if(navigator.isReactNative&&"uri"in e)try{yield 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 yield this.fetchClient.put(r,e,{headers:{"Content-Type":e.type}})})}startLivestreaming(r){return u(this,arguments,function*({manualIngestion:e}){const i=Cs(yield this.requests.post(`/v2/meetings/${this.context.getValue("meetingId")}/livestreams`,{manual_ingest:!!e})).data.data;return{playbackUrl:i.playbackUrl,status:i.status,manualIngest:i.manualIngest,ingestionCredentials:i.streamKey?{ingestionServer:i.ingestServer,streamKey:i.streamKey}:null}})}stopLivestreaming(){return u(this,null,function*(){return this.requests.post(`/v2/meetings/${this.context.getValue("meetingId")}/active-livestream/stop`)})}getActiveLivestream(){return u(this,null,function*(){const e=Cs((yield 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}})}getUserDetails(){return u(this,null,function*(){if(this.userDetails)return this.userDetails;const e=(yield this.requests.get("v2/internals/participant-details")).data.data;return Cs(e)})}startRecording(e,r){return u(this,null,function*(){return(yield this.requests.post("/v2/recordings",j(O({},hf(e)),{meeting_id:this.context.getValue("meetingId"),allow_multiple_recordings:!!r}))).data.data.id})}updateRecording(e,r){return u(this,null,function*(){return this.requests.put(`v2/recordings/${e}`,{action:r})})}getActiveRecording(){return u(this,null,function*(){const{status:e,id:r}=(yield this.requests.get(`v2/recordings/active-recording/${this.context.getValue("meetingId")}`)).data.data;return{status:e,id:r}})}getActiveTranscript(){return u(this,null,function*(){const{transcript_download_url:e}=(yield this.requests.get(`v2/meetings/${this.context.getValue("meetingId")}/active-transcript`)).data.data;try{return{transcript:(yield this.fetchClient.get(e)).data}}catch(r){throw new b("Cant fetch transcript s3 url","1801")}})}}dr([P.trace("APIClient.getICEServers")],bs.prototype,"getICEServers",1);dr([P.trace("APIClient.startLivestreaming")],bs.prototype,"startLivestreaming",1);dr([P.trace("APIClient.stopLivestreaming")],bs.prototype,"stopLivestreaming",1);dr([P.trace("APIClient.getActiveLivestream")],bs.prototype,"getActiveLivestream",1);dr([P.trace("APIClient.getUserDetails")],bs.prototype,"getUserDetails",1);dr([P.trace("APIClient.startRecording")],bs.prototype,"startRecording",1);dr([P.trace("APIClient.stopRecording")],bs.prototype,"updateRecording",1);dr([P.trace("APIClient.getActiveRecording")],bs.prototype,"getActiveRecording",1);dr([P.trace("APIClient.getActiveTranscript")],bs.prototype,"getActiveTranscript",1);let vu;function pI(s,t){return vu=new bs(s,t),vu}function St(){return vu}const Pa={maxInvocations:5,period:1};function Nt(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(),h=t?this[t]:s;if(l-c>h.period*1e3&&(c=l,o=0),o>=h.maxInvocations)throw new b(`Method rate limit ${h.maxInvocations} invocations/${h.period}sec exceeded`,"0013");return o+=1,n.apply(this,d)},i}}var gI=Object.defineProperty,mI=Object.getOwnPropertyDescriptor,ks=(s,t,e,r)=>{for(var i=r>1?void 0:r?mI(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&gI(t,e,i),i};const fI=["text","image","file","custom","poll"],Yc={maxInvocations:180,period:60};var te,ci,Ye,Cn,Pd,pf,vo,yu,pg;let zt=(pg=class extends Ot{constructor(t,e,r,i){const n=t.getValue("logger");super(n);m(this,Pd);m(this,vo);p(this,"messages");m(this,te,void 0);m(this,ci,void 0);m(this,Ye,void 0);m(this,Cn,void 0);p(this,"maxTextLimit",2e3);f(this,Cn,t),f(this,Ye,e),f(this,te,r),f(this,ci,i),this.messages=[]}get telemetry(){return a(this,Cn).getValue("telemetry")}setMaxTextLimit(t){this.maxTextLimit=t}sendMessageInternal(t,e){return u(this,null,function*(){switch(t.type){case"text":{yield this.sendTextMessageInternal(t.message,e);break}case"image":yield this.sendImageMessageInternal(t.image,e);break;case"file":yield this.sendFileMessageInternal(t.file,e);break;default:this.logger.error("sendMessage::message_type_not_supported",{chat:{messageType:t.type}});break}})}sendTextMessageInternal(t,e){return u(this,null,function*(){var i,n,o,c,d,l;if(t.length>this.maxTextLimit)throw new b("Max character limit breached","0503");if(e&&e.length>0){if(!((i=a(this,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 b("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 b("Could not send message to public chat.","0501");if(!t)throw this.logger.error("sendTextMessage::message_can_not_be_empty"),new b("Message can not be empty.","0502");let r=[];e&&e.length>0&&(e.push(a(this,te).id),r=a(this,ci).joined.toArray().filter(h=>e.includes(h.id)).map(h=>h.userId),r.push(a(this,te).userId)),a(this,Ye).sendMessage(t,Jt.TEXT,e)})}sendImageMessageInternal(t,e){return u(this,null,function*(){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 h=St(),{getLocation:g,putLocation:T}=yield h.getPresignedUrls(t.name);yield h.uploadFile(t,T);let y=[];e&&e.length>0&&(e.push(a(this,te).id),y=a(this,ci).joined.toArray().filter(E=>e.includes(E.id)).map(E=>E.userId),y.push(a(this,te).userId)),a(this,Ye).sendMessage(g,Jt.IMAGE,e)}catch(h){throw new b("Error sending image message.","0500",this.logger)}})}sendFileMessageInternal(t,e){return u(this,null,function*(){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=St(),{getLocation:h,putLocation:g}=yield l.getPresignedUrls(t.name);yield l.uploadFile(t,g);let T=[];e&&e.length>0&&(e.push(a(this,te).id),T=a(this,ci).joined.toArray().filter(E=>e.includes(E.id)).map(E=>E.userId),T.push(a(this,te).userId));const y=JSON.stringify({link:h,name:t.name,size:"size"in t?t.size:0});a(this,Ye).sendMessage(y,Jt.FILE,e)}catch(l){throw new b("Error sending file message.","0500",this.logger)}})}get rateLimits(){return Yc}updateRateLimits(t,e){Yc.maxInvocations=t,Yc.period=e}sendTextMessage(t,e){return u(this,null,function*(){return this.sendTextMessageInternal(t,e)})}sendCustomMessage(t,e){return u(this,null,function*(){var n,o,c,d,l,h,g,T,y,E,_,C,M,D,L;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)||!((g=(h=a(this,te).permissions)==null?void 0:h.chatPublic)!=null&&g.files)||!((y=(T=a(this,te).permissions)==null?void 0:T.chatPublic)!=null&&y.text)){this.logger.error("sendCustomMessage::permission_denied");return}const r=B=>u(this,null,function*(){try{if(typeof B=="string")return{link:B};const F=St(),{getLocation:H,putLocation:X}=yield F.getPresignedUrls(B.name);return yield F.uploadFile(B,X),{link:H,type:B.type,name:B.name,size:B.size}}catch(F){throw new b("Error sending image message.","0500",this.logger)}}),i=j(O({},t),{files:yield Promise.all((_=(E=t.files)!=null?E:[])==null?void 0:_.map(B=>u(this,null,function*(){return r(B)}))),images:yield Promise.all((M=(C=t.images)!=null?C:[])==null?void 0:M.map(B=>u(this,null,function*(){return r(B)}))),videos:yield Promise.all((L=(D=t.videos)!=null?D:[])==null?void 0:L.map(B=>u(this,null,function*(){return r(B)})))});a(this,Ye).sendMessage(JSON.stringify(i),Jt.CUSTOM,e)})}sendImageMessage(t,e){return u(this,null,function*(){return this.sendImageMessageInternal(t,e)})}sendFileMessage(t,e){return u(this,null,function*(){return this.sendFileMessageInternal(t,e)})}sendMessage(t,e){return u(this,null,function*(){return this.sendMessageInternal(t,e)})}editTextMessage(t,e){return u(this,null,function*(){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,Ye).editMessage(t,e,Jt.TEXT)})}editImageMessage(t,e){return u(this,null,function*(){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=St(),{getLocation:l,putLocation:h}=yield d.getPresignedUrls(e.name);yield d.uploadFile(e,h),a(this,Ye).editMessage(t,l,Jt.IMAGE)}catch(d){throw new b("Error editing image message.","0500",this.logger)}})}editFileMessage(t,e){return u(this,null,function*(){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=St(),{getLocation:d,putLocation:l}=yield c.getPresignedUrls(e.name);yield c.uploadFile(e,l),a(this,Ye).editMessage(t,JSON.stringify({link:d,name:e.name,size:"size"in e?e.size:0}),Jt.FILE)}catch(c){throw new b("Error editing file message.","0500",this.logger)}})}editMessage(t,e){return u(this,null,function*(){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}}})}deleteMessage(t){return u(this,null,function*(){a(this,Ye).deleteMessage(t)})}pin(t){return u(this,null,function*(){if(!a(this,vo,yu))throw new b("Can`t pin message without joining room","0505");try{yield a(this,Ye).setPinState(t,!0)}catch(e){throw new b(`No message found with id: ${t}`,"0504")}})}unpin(t){return u(this,null,function*(){if(!a(this,vo,yu))throw new b("Can`t unpin message without joining room","0505");try{yield a(this,Ye).setPinState(t,!1)}catch(e){throw new b(`No message found with id: ${t}`,"0504")}})}fetchPublicMessages(i){return u(this,arguments,function*({timestamp:t=new Date().getTime(),limit:e,direction:r="after"}){return(yield a(this,Ye).getChatMessagesPaginated(t,e,r==="before")).messages.map(c=>so.formatSocketPeerMessage(c))})}fetchPrivateMessages(n){return u(this,arguments,function*({timestamp:t=new Date().getTime(),limit:e,direction:r="after",userId:i}){return(yield a(this,Ye).getChatMessagesPaginated(t,e,r==="before",{oneofKind:"userId",userId:i})).messages.map(d=>so.formatSocketPeerMessage(d))})}fetchPinnedMessages(i){return u(this,arguments,function*({timestamp:t=new Date().getTime(),limit:e,direction:r="after"}){return(yield a(this,Ye).getChatMessagesPaginated(t,e,r==="before",{oneofKind:"pinned",pinned:!0})).messages.map(c=>so.formatSocketPeerMessage(c))})}},te=new WeakMap,ci=new WeakMap,Ye=new WeakMap,Cn=new WeakMap,Pd=new WeakSet,pf=function(){return a(this,Cn).getValue("connectionHandler")},vo=new WeakSet,yu=function(){return a(this,Pd,pf).socketJoined===!0},pg);ks([P.trace("Chat.sendTextMessage"),Nt(Yc)],zt.prototype,"sendTextMessage",1);ks([P.trace("Chat.sendImageMessage"),Nt({maxInvocations:20,period:60})],zt.prototype,"sendImageMessage",1);ks([P.trace("Chat.sendFileMessage"),Nt({maxInvocations:20,period:60})],zt.prototype,"sendFileMessage",1);ks([P.trace("Chat.sendMessage"),Nt({maxInvocations:180,period:60})],zt.prototype,"sendMessage",1);ks([P.trace("Chat.editTextMessage")],zt.prototype,"editTextMessage",1);ks([P.trace("Chat.editImageMessage")],zt.prototype,"editImageMessage",1);ks([P.trace("Chat.editFileMessage")],zt.prototype,"editFileMessage",1);ks([P.trace("Chat.editMessage")],zt.prototype,"editMessage",1);ks([P.trace("Chat.deleteMessage")],zt.prototype,"deleteMessage",1);zt=ks([it("0500")],zt);var TI=Object.defineProperty,SI=Object.getOwnPropertyDescriptor,vI=(s,t,e,r)=>{for(var i=r>1?void 0:r?SI(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&TI(t,e,i),i},di,gg;const gr=(gg=class{constructor(s,t,e,r){p(this,"chat");p(this,"chatSocketHandler");p(this,"self");m(this,di,void 0);f(this,di,s),this.chatSocketHandler=t,this.chat=new zt(s,t,e,r),this.self=e,this.setupEvents()}get telemetry(){return a(this,di).getValue("telemetry")}get logger(){return a(this,di).getValue("logger")}static init(s,t,e,r){return u(this,null,function*(){return new gr(s,t,e,r)})}static formatMessage(s){return j(O({},s),{time:new Date(s.time),type:fI[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 Jt.TEXT:{e.message=s.payload;break}case Jt.IMAGE:{e.link=s.payload;break}case Jt.FILE:{const{link:r,name:i,size:n}=JSON.parse(s.payload);e.link=r,e.name=i,e.size=n;break}case Jt.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 gr.formatMessage(e)}getChatMessages(){return u(this,null,function*(){if(this.self.config.viewType==="LIVESTREAM")return;const s=yield this.chatSocketHandler.getChatMessages();if(!(s!=null&&s.payload))return;const t=cf.fromBinary(s.payload).messages;this.chat.messages=t.map(e=>gr.formatSocketPeerMessage(e))})}setupEvents(){a(this,di).getValue("peerSessionStore").on(R.SOCKET_SERVICE_ROOM_JOINED,()=>u(this,null,function*(){this.getChatMessages()})),this.chatSocketHandler.on(Je.sendMessageToRoom,s=>{if(!s.message)return;const t=gr.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(Je.sendMessageToPeers,s=>{const t=gr.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(Je.editMessage,s=>{if(!s.message)return;const t=gr.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(Je.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(Je.pinMessage,s=>{const t=this.chat.messages.findIndex(r=>r.id===s.chatId),e=gr.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})})}},di=new WeakMap,gg);let so=gr;vI([P.trace("ChatController.setupEvents")],so.prototype,"setupEvents",1);var yI=Object.defineProperty,EI=Object.getOwnPropertyDescriptor,PI=(s,t,e,r)=>{for(var i=r>1?void 0:r?EI(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&yI(t,e,i),i},_d,gf,Cd,mf,wn,Rn,yo,mg;let Eu=(mg=class extends Ot{constructor(t,e,r){const i=t.getValue("logger");super(i);m(this,_d);m(this,Cd);p(this,"items");m(this,wn,void 0);m(this,Rn,void 0);m(this,yo,void 0);f(this,yo,t),f(this,wn,e),f(this,Rn,r),this.items=[]}create(t,e,r=!1,i=!1){return u(this,null,function*(){if(!a(this,Cd,mf))throw new b("Can't create polls without joining room","0705");if(!a(this,wn).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}yield a(this,Rn).createPoll(t,e,r,i)})}vote(t,e){return u(this,null,function*(){if(!a(this,wn).permissions.polls.canVote){this.logger.error("Polls::vote::permission_denied");return}yield a(this,Rn).votePoll(t,e)})}},_d=new WeakSet,gf=function(){return a(this,yo).getValue("connectionHandler")},Cd=new WeakSet,mf=function(){var t;return((t=a(this,_d,gf))==null?void 0:t.socketJoined)===!0},wn=new WeakMap,Rn=new WeakMap,yo=new WeakMap,mg);Eu=PI([it("0700")],Eu);var _I=Object.defineProperty,CI=Object.getOwnPropertyDescriptor,wI=(s,t,e,r)=>{for(var i=r>1?void 0:r?CI(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&_I(t,e,i),i},yr,bn,li,fg;const nn=(fg=class{constructor(s,t,e){p(this,"polls");m(this,yr,void 0);m(this,bn,void 0);m(this,li,void 0);this.polls=new Eu(s,t,e),f(this,bn,t),f(this,yr,s),f(this,li,e),this.setupEvents()}get telemetry(){return a(this,yr).getValue("telemetry")}get logger(){return a(this,yr).getValue("logger")}static init(s,t,e){return u(this,null,function*(){return new nn(s,t,e)})}canViewPolls(){return a(this,bn).permissions.polls.canView}setupEvents(){const s={[Ds.createPoll]:r=>{r.poll&&this.updatePoll(nn.formatSocketServicePoll(r.poll))},[Ds.updatePoll]:r=>{r.poll&&this.updatePoll(nn.formatSocketServicePoll(r.poll))},[Ds.votePoll]:r=>{r.poll&&this.updatePoll(nn.formatSocketServicePoll(r.poll))}},t=()=>{a(this,yr).getValue("peerSessionStore").on(R.SOCKET_SERVICE_ROOM_JOINED,()=>{this.getPolls()}),Object.keys(s).map(Number).forEach(r=>{a(this,li).on(r,s[r])})},e=()=>{a(this,yr).getValue("peerSessionStore").on(R.SOCKET_SERVICE_ROOM_JOINED,()=>{this.getPolls()}),Object.keys(s).map(Number).forEach(r=>{a(this,li).removeListeners(r)})};a(this,bn).permissions.on("permissionsUpdate",r=>u(this,null,function*(){var i;r!=null&&r.polls&&((i=r==null?void 0:r.polls)!=null&&i.canView?(yield 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})}getPolls(){return u(this,null,function*(){const s=yield a(this,li).getPolls();if(!(s!=null&&s.payload))return;const{polls:t}=HA.fromBinary(s.payload);this.polls.items=t.map(e=>nn.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}}},yr=new WeakMap,bn=new WeakMap,li=new WeakMap,fg);let ff=nn;wI([P.trace("PollController.setupEvents")],ff.prototype,"setupEvents",1);var RI=Object.defineProperty,bI=Object.getOwnPropertyDescriptor,kI=(s,t,e,r)=>{for(var i=r>1?void 0:r?bI(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&&RI(t,e,i),i},Tf=(s=>(s[s.User=0]="User",s[s.Meeting=1]="Meeting",s))(Tf||{}),kn,Eo,_u,ui,Po,Tg;let Pu=(Tg=class extends Ot{constructor(t,e,r,i,n){const o=t.getValue("logger");super(o);m(this,Eo);p(this,"selfActiveTab");p(this,"broadcastTabChanges");m(this,kn,void 0);m(this,ui,void 0);m(this,Po,void 0);p(this,"viewType");p(this,"meetingStartedTimestamp");p(this,"meetingTitle");p(this,"sessionId");f(this,kn,t),f(this,ui,e),this.viewType=r,f(this,Po,i),this.meetingTitle=n,this.broadcastTabChanges=e.permissions.canSpotlight}get socketState(){return a(this,Eo,_u).socketState}get mediaState(){return a(this,Eo,_u).mediaState}get meetingId(){return a(this,kn).getValue("meetingId")}setBroadcastTabChanges(t){if(!a(this,ui).permissions.canSpotlight)throw this.logger.error("Spotlight::setSpotlighted::permission_denied"),new b("User does not have permission to toggle spotlight","0801");this.broadcastTabChanges=t,this.emit("broadcastTabChangesUpdate",this.broadcastTabChanges),this.broadcastTabChanges&&this.assertActiveTabToRoom()}setSelfActiveTab(t,e){var r;this.logger.info("Spotlight::setActiveTab",{spotlight:{currentTab:{id:t.id,type:t.type}}}),this.selfActiveTab=t,e===0&&this.emit("selfTabUpdate",t),(r=a(this,ui).permissions)!=null&&r.canSpotlight&&this.broadcastTabChanges&&e===0&&this.assertActiveTabToRoom()}assertActiveTabToRoom(){a(this,Po).broadcastMessage("spotlight",{userId:a(this,ui).userId,currentTab:this.selfActiveTab})}},kn=new WeakMap,Eo=new WeakSet,_u=function(){return a(this,kn).getValue("connectionHandler")},ui=new WeakMap,Po=new WeakMap,Tg);Pu=kI([it("0800")],Pu);function MI(s){let t="",e=[""];const r=[e];let i=0,n=0,o=!0,c;for(c of s)c==='"'?(o&&c===t&&(e[i]+=c),o=!o):c===","&&o?c=e[++i]="":c===`
7
7
  `&&o?(t==="\r"&&(e[i]=e[i].slice(0,-1)),e=r[++n]=[c=""],i=0):e[i]+=c,t=c;return r}var AI=Object.defineProperty,II=Object.getOwnPropertyDescriptor,Sf=(s,t,e,r)=>{for(var i=r>1?void 0:r?II(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&&AI(t,e,i),i},_o,Sg;let Gr=(Sg=class extends Ot{constructor(t){const e=t.getValue("logger");super(e);p(this,"transcripts");m(this,_o,void 0);f(this,_o,t),this.transcripts=[]}get telemetry(){return a(this,_o).getValue("telemetry")}static init(t,e){return u(this,null,function*(){const r=new Gr(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]]=MI(t);return{id:Wr.v4(),name:c,peerId:i,userId:n,customParticipantId:o,transcript:d,isPartialTranscript:e,date:new Date(parseInt(r,10)*1e3)}}static parseTranscripts(t){return t?t.split(`
8
- `).map(e=>Gr.parseTranscript(e,!1)).filter(Boolean):[]}getActiveTranscript(){return u(this,null,function*(){try{const t=St(),{transcript:e}=yield t.getActiveTranscript();this.transcripts=Gr.parseTranscripts(e)}catch(t){}})}onTranscript(t){return u(this,null,function*(){var r;const e=this.transcripts.filter(({peerId:i})=>i===t.peerId);if((r=e==null?void 0:e.at(-1))!=null&&r.isPartialTranscript){const i=e.at(-1);i.transcript=t.transcript,i.isPartialTranscript=t.isPartialTranscript,this.emit("transcript",i);return}this.transcripts=[...this.transcripts,t],this.emit("transcript",t)})}},_o=new WeakMap,Sg);Sf([P.trace("Ai.getActiveTranscript")],Gr.prototype,"getActiveTranscript",1);Gr=Sf([it("0000")],Gr);var DI=Object.defineProperty,OI=Object.getOwnPropertyDescriptor,NI=(s,t,e,r)=>{for(var i=r>1?void 0:r?OI(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&&DI(t,e,i),i},Er,Mn,Ct,vg;const vf=(vg=class{constructor(s,t,e,r,i,n){p(this,"meta");p(this,"ai");m(this,Er,void 0);m(this,Mn,void 0);p(this,"aiSocketHandler");m(this,Ct,void 0);f(this,Ct,s),this.meta=new Pu(s,t,t.config.viewType,e,n),this.ai=r,f(this,Er,t),f(this,Mn,e),this.aiSocketHandler=i,this.setupEvents()}get telemetry(){return a(this,Ct).getValue("telemetry")}get logger(){return a(this,Ct).getValue("logger")}static init(s,t,e,r,i){return u(this,null,function*(){const n=yield Gr.init(s,t.permissions.transcriptionEnabled);return new vf(s,t,e,n,r,i)})}conditionallySetActiveTab(s){var t;s!=null&&s.currentTab&&((t=this.meta.selfActiveTab)==null?void 0:t.id)!==s.currentTab.id&&(this.meta.setSelfActiveTab(s.currentTab,Tf.Meeting),this.meta.emit("activeTabUpdate",s.currentTab))}setupEvents(){a(this,Ct).getValue("peerSessionStore").on(R.TRANSPORT_STATE_UPDATE,s=>{this.meta.emit("mediaConnectionUpdate",s)}),a(this,Ct).getValue("peerSessionStore").on(R.SOCKET_STATE_UPDATE,s=>{this.meta.emit("socketConnectionUpdate",s)}),a(this,Ct).getValue("peerSessionStore").on(R.ROOM_STATE,({createdAt:s,roomUuid:t})=>{const e=this.meta.meetingStartedTimestamp;if(t&&(this.meta.sessionId=t),s&&!e){const r=new Date(s*1e3);this.meta.meetingStartedTimestamp=r,this.meta.emit("meetingStartTimeUpdate",{meetingStartedTimestamp:this.meta.meetingStartedTimestamp})}}),a(this,Ct).getValue("peerSessionStore").on(R.PRODUCER_SCORE_UPDATE,({score:s})=>{s<5&&this.meta.emit("poorConnection",{score:s})}),a(this,Er).permissions.canSpotlight&&(this.logger.info("MetaController::Asserting Spotlight"),this.meta.selfActiveTab&&a(this,Mn).broadcastMessage("spotlight",{userId:a(this,Er).userId,currentTab:this.meta.selfActiveTab})),a(this,Ct).getValue("peerSessionStore").on(R.PEER_JOINED_INTERNAL,s=>u(this,null,function*(){a(this,Er).permissions.canSpotlight&&this.meta.selfActiveTab&&a(this,Mn).broadcastToPeers("spotlight",[s.id],{userId:a(this,Er).userId,currentTab:this.meta.selfActiveTab})})),a(this,Ct).getValue("peerSessionStore").on(R.ROOM_MESSAGE,s=>{var e,r;let t;if("type"in s){if(s.type!=="spotlight")return;t=O(O({},s),s.payload)}else if("roomMessageType"in s){if(s.roomMessageType!=="spotlight")return;t=s}else return;this.logger.info("Spotlight Assertion Received",{spotlight:{spotlighter:{id:t.userId},currentTab:{id:(e=t.currentTab)==null?void 0:e.id,type:(r=t.currentTab)==null?void 0:r.type}}}),this.conditionallySetActiveTab(t)}),a(this,Ct).getValue("peerSessionStore").on(R.MESSAGE,s=>{var e,r;let t;if("type"in s){if(s.type!=="spotlight")return;t=O(O({},s),s.payload)}else if("roomMessageType"in s){if(s.roomMessageType!=="spotlight")return;t=s}else return;this.logger.info("Spotlight Assertion Received",{spotlight:{spotlighter:{id:t.userId},currentTab:{id:(e=t.currentTab)==null?void 0:e.id,type:(r=t.currentTab)==null?void 0:r.type}}}),this.conditionallySetActiveTab(t)}),this.aiSocketHandler.on(U.transcript,s=>{const{meetingId:t,transcript:e,isPartial:r}=s;let i;try{i=Gr.parseTranscript(e,r)}catch(d){this.logger.error(`Failed to parse transcript: ${e}`,d)}if(!i){this.logger.warn("Received empty transcript data");return}this.ai.onTranscript(i);const{peerId:n,name:o,transcript:c}=i;this.logger.debug(`${t} Received transcript for peer ${n} - ${o}: ${c}`)})}},Er=new WeakMap,Mn=new WeakMap,Ct=new WeakMap,vg);let yf=vf;NI([P.trace("MetaController.setupEvents")],yf.prototype,"setupEvents",1);const qa={},lr={executeWithLock({methodName:s,lockName:t,timeout:e}){return(r,i,n)=>{const o=n.value;return n.value=function(...d){var E,_;const l=(_=(this==null?void 0:this.peerId)||((E=d[0])==null?void 0:E.authToken))!=null?_:"",h=`${t}-${l}`,g=this==null?void 0:this.logger;if(qa[h]){const C=new Error(`Unsupported concurrent calls on method: ${s}.`);throw C.name="UnsupportedConcurrentMethodExecution",g==null||g.error("Locker::UnsupportedConcurrentMethodExecution",{error:{stack:C.stack},locker:{methodName:s,lockName:h}}),C}qa[h]=!0;const T=setTimeout(()=>delete qa[h],e),y=o.apply(this,d);return Promise.resolve(y).then(()=>{delete qa[h],clearTimeout(T)}).catch(()=>{delete qa[h],clearTimeout(T)}),y},n}}};var LI=Object.defineProperty,VI=Object.getOwnPropertyDescriptor,Zi=(s,t,e,r)=>{for(var i=r>1?void 0:r?VI(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&LI(t,e,i),i},Bt,wd,ie,Co,ms,$e,wo,Cu,An,Qc;class Yr extends Ot{constructor(e,r,i,n,o){const c=e.getValue("logger");super(c);m(this,wo);m(this,An);m(this,Bt,void 0);m(this,wd,void 0);m(this,ie,void 0);m(this,Co,void 0);m(this,ms,void 0);m(this,$e,void 0);f(this,$e,e),f(this,Bt,n),f(this,wd,o),f(this,ie,r),f(this,Co,i),f(this,ms,[]),this.setupEvents()}get telemetry(){return a(this,$e).getValue("telemetry")}get status(){return a(this,$e).getValue("stageStatus")}setupEvents(){const e={[R.GET_STAGE_REQUESTS]:n=>u(this,null,function*(){f(this,ms,n)}),[R.UPDATE_STAGE_REQUESTS]:o=>u(this,[o],function*({add:n}){const c=a(this,ms).length,{stageRequests:d}=this.getAccessRequests();(n||d.length>c)&&this.emit("newStageRequest",{count:d.length}),this.emit("stageAccessRequestUpdate",d)})},r=()=>{Object.entries(e).forEach(([n,o])=>{a(this,$e).getValue("peerSessionStore").onAsync(n,o)})},i=()=>{Object.entries(e).forEach(([n,o])=>{a(this,$e).getValue("peerSessionStore").removeListener(n,o)})};a(this,ie).permissions.on("permissionsUpdate",n=>{const{canAcceptProductionRequests:o}=n;o!==void 0&&(a(this,ie).permissions.acceptStageRequests?(r(),a(this,Bt).getStageRequests()):(i(),f(this,ms,[]),this.emit("stageAccessRequestUpdate",a(this,ms))))}),a(this,ie).permissions.acceptStageRequests&&r()}getAccessRequests(){if(!a(this,ie).permissions.stageEnabled)throw this.logger.error("Stage::stage_disabled"),new b("Stage is disabled","2003");if(!a(this,ie).permissions.acceptStageRequests)throw this.logger.error("Stage::get_access_request::permission_denied"),new b("You do not have permission to perform this action","2001");const e=a(this,Co).joined.toArray().filter(r=>r.stageStatus==="REQUESTED_TO_JOIN_STAGE").map(r=>({displayName:r.name,userId:r.userId,peerId:r.id}));return f(this,ms,e),{stageRequests:a(this,ms)}}requestAccess(){return u(this,null,function*(){if(!a(this,ie).permissions.stageEnabled)throw this.logger.error("Stage::stage_disabled"),new b("Stage is disabled","2003");if(this.status!=="OFF_STAGE")throw new b(`Unable to request access you are currently ${this.status}`,"2006");if(a(this,ie).permissions.stageAccess===W.Allowed){V(this,An,Qc).call(this,"ACCEPTED_TO_JOIN_STAGE");return}a(this,Bt).requestAccess(),V(this,An,Qc).call(this,"REQUESTED_TO_JOIN_STAGE")})}cancelRequestAccess(){return u(this,null,function*(){if(!a(this,ie).permissions.stageEnabled)throw this.logger.error("Stage::stage_disabled"),new b("Stage is disabled","2003");a(this,Bt).cancelRequestAccess(),V(this,An,Qc).call(this,"OFF_STAGE")})}grantAccess(e){if(!a(this,ie).roomJoined)throw new b("Can`t grant for participant without joining room");if(!a(this,ie).permissions.stageEnabled)throw this.logger.error("Stage::stage_disabled"),new b("Stage is disabled","2003");if(!a(this,ie).permissions.acceptStageRequests)throw this.logger.error("Stage::grant_access::permission_denied"),new b("You do not have permission to perform this action","2001");return a(this,Bt).grantAccess(e)}denyAccess(e){if(!a(this,ie).roomJoined)throw new b("Can`t rejectRequestToJoinStage for participant without joining room","2005");if(!a(this,ie).permissions.stageEnabled)throw this.logger.error("Stage::stage_disabled"),new b("Stage is disabled","2003");if(!a(this,ie).permissions.acceptStageRequests)throw this.logger.error("Stage::deny_access::permission_denied"),new b("You do not have permission to perform this action","2001");return a(this,Bt).denyAccess(e)}get peerId(){return a(this,$e).getValue("peerId")}join(){return u(this,null,function*(){const e=a(this,$e).getValue("viewType");if(this.status==="ON_STAGE")throw new b("You are already on stage.","2006");if(this.status!=="ACCEPTED_TO_JOIN_STAGE"||a(this,ie).permissions.stageAccess===W.NotAllowed)throw new b(`Unable to join stage you are currently ${this.status}`,"2006");if(a(this,$e).setValue("stageStatus","ON_STAGE",!1),yield a(this,Bt).joinStage(),e===tr.Livestream){yield a(this,$e).getValue("selfController").joinRoom();return}a(this,$e).notify("stageStatus"),a(this,ie).audioEnabled&&a(this,wo,Cu).shareMic(a(this,ie).audioTrack),a(this,ie).videoEnabled&&a(this,wo,Cu).shareWebcam(a(this,ie).videoTrack)})}leave(){return u(this,null,function*(){if(!a(this,ie).permissions.stageEnabled)throw this.logger.error("Stage::stage_disabled"),new b("Stage is disabled","2003");if(!(this.status==="ON_STAGE"||this.status==="ACCEPTED_TO_JOIN_STAGE"))throw new b(`Unable to leave stage you are currently ${this.status}`,"2006");a(this,ie).setIsPinned(!1),a(this,$e).setValue("stageStatus","OFF_STAGE",!1),yield a(this,Bt).leaveStage(a(this,ie).userId);try{yield a(this,$e).getValue("peerSessionStore").emitAsync(R.LEAVE_MEDIA_ROOM,"stageLeft")}catch(e){this.logger.error("Stage::leave::emitAsync::failed",{error:e})}a(this,$e).notify("stageStatus")})}kick(e){return u(this,null,function*(){if(!a(this,ie).roomJoined)throw new b("Can`t kick participant without joining room","2005");if(!a(this,ie).permissions.stageEnabled)throw this.logger.error("Stage::stage_disabled"),new b("Stage is disabled","2003");if(!a(this,ie).permissions.acceptStageRequests)throw this.logger.error("Stage::kick::permission_denied"),new b("You do not have permissions for kick","2001");return a(this,Bt).kick(e)})}}Bt=new WeakMap,wd=new WeakMap,ie=new WeakMap,Co=new WeakMap,ms=new WeakMap,$e=new WeakMap,wo=new WeakSet,Cu=function(){return a(this,$e).getValue("roomNodeClient")},An=new WeakSet,Qc=function(e){return u(this,null,function*(){this.status!==e&&a(this,$e).setValue("stageStatus",e)})};Zi([P.trace("Stage.getStageRequests")],Yr.prototype,"getAccessRequests",1);Zi([P.trace("Stage.requestAccess")],Yr.prototype,"requestAccess",1);Zi([P.trace("Stage.cancelRequestAccess")],Yr.prototype,"cancelRequestAccess",1);Zi([P.trace("Stage.grantAccess")],Yr.prototype,"grantAccess",1);Zi([P.trace("Stage.denyAccess")],Yr.prototype,"denyAccess",1);Zi([lr.executeWithLock({methodName:"joinStage",lockName:"Stage.join",timeout:5e3}),P.trace("Stage.joinStage")],Yr.prototype,"join",1);Zi([P.trace("Stage.leaveStage")],Yr.prototype,"leave",1);function xI(s){return!(s.viewType==="LIVESTREAM"||s.viewType==="CHAT")}function Sh(s){switch(s){case Xs.UNSPECIFIED:return"OFF_STAGE";case Xs.REQUESTED_STAGE:return"REQUESTED_TO_JOIN_STAGE";case Xs.APPROVED_STAGE:return"ACCEPTED_TO_JOIN_STAGE";case Xs.OFF_STAGE:return"OFF_STAGE";case Xs.ON_STAGE:return"ON_STAGE";default:return"OFF_STAGE"}}var UI=Object.defineProperty,$I=Object.getOwnPropertyDescriptor,BI=(s,t,e,r)=>{for(var i=r>1?void 0:r?$I(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&&UI(t,e,i),i},Pr,ts,_r,Ro,at;class Ef{constructor(t,e,r,i,n){p(this,"stage");m(this,Pr,void 0);m(this,ts,void 0);m(this,_r,void 0);m(this,Ro,0);m(this,at,void 0);f(this,at,t),this.stage=new Yr(t,i,n,e,r),f(this,_r,e),f(this,Pr,i),f(this,ts,n),this.setupEvents()}get telemetry(){return a(this,at).getValue("telemetry")}get logger(){return a(this,at).getValue("logger")}setupEvents(){a(this,at).subscribe("stageStatus",t=>{this.stage.emit("stageStatusUpdate",t)}),a(this,_r).on(U.grantStageAccess,()=>{a(this,Pr).permissions.stageAccess!==W.Allowed&&(this.stage.emit("stageRequestApproved"),this.setStageStatus("ACCEPTED_TO_JOIN_STAGE"))}),a(this,_r).on(U.peerStageStatusUpdate,t=>{t!==void 0&&(t.peerId===a(this,Pr).id?this.selfStageStatusHandler(t):this.peerStageStatusHandler(t))}),a(this,_r).on(U.denyStageAccess,()=>{a(this,Pr).permissions.stageAccess!==W.Allowed&&(this.stage.emit("stageRequestRejected"),this.setStageStatus("OFF_STAGE"))}),a(this,_r).on(U.getStageRequests,t=>u(this,null,function*(){var r;if(a(this,Pr).permissions.stageAccess!==W.Allowed)return;const e=(r=t==null?void 0:t.stageRequests)!=null?r:[];yield a(this,at).getValue("peerSessionStore").emitAsync(R.GET_STAGE_REQUESTS,e),a(this,Ro)<e.length&&e.length>0&&this.stage.emit("newStageRequest",{count:e.length}),f(this,Ro,e.length),this.stage.emit("stageAccessRequestUpdate",e)}))}getCurrentStageRequests(){return a(this,ts).joined.toArray().filter(e=>e.stageStatus==="REQUESTED_TO_JOIN_STAGE").map(e=>({displayName:e.name,userId:e.userId,peerId:e.id}))}setStageStatus(t){return u(this,null,function*(){this.stage.status!==t&&a(this,at).setValue("stageStatus",t)})}selfStageStatusHandler(t){const e=Sh(t.stageType),r=a(this,at).getValue("stageStatus");if(r!==e)switch(t.stageType){case 1:a(this,at).setValue("stageStatus","ACCEPTED_TO_JOIN_STAGE",!1),this.stage.join();break;case 2:case 3:this.setStageStatus(r);break;case 0:case 4:default:a(this,at).setValue("stageStatus","ACCEPTED_TO_JOIN_STAGE",!1),this.stage.leave();break}}peerStageStatusHandler(t){return u(this,null,function*(){const e=a(this,ts).joined.get(t.peerId),r=a(this,ts).viewMode==="ACTIVE_GRID";if(!e){this.logger.warn("err::peerStageStatusUpdate: participant not found");return}switch(t.stageType){case 1:e.setStageStatus("ON_STAGE"),r&&a(this,at).getValue("peerSessionStore").emit(R.UPDATE_ACTIVE,{viewMode:a(this,ts).viewMode,page:a(this,ts).currentPage});break;case 2:e.setStageStatus("ACCEPTED_TO_JOIN_STAGE");break;case 3:e.setStageStatus("REQUESTED_TO_JOIN_STAGE");break;case 0:case 4:default:e.setStageStatus("OFF_STAGE"),r&&a(this,at).getValue("peerSessionStore").emit(R.UPDATE_ACTIVE,{viewMode:a(this,ts).viewMode,page:a(this,ts).currentPage});break}a(this,at).getValue("peerSessionStore").emit(R.UPDATE_PEER_STAGE_STATUS,{id:e.id,status:e.stageStatus})})}}Pr=new WeakMap,ts=new WeakMap,_r=new WeakMap,Ro=new WeakMap,at=new WeakMap;BI([P.trace("Stage.setupEvents")],Ef.prototype,"setupEvents",1);var HI=Object.defineProperty,FI=Object.getOwnPropertyDescriptor,vh=(s,t,e,r)=>{for(var i=r>1?void 0:r?FI(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&HI(t,e,i),i},hi,xs,bo,ko,pi,yg;let mo=(yg=class extends Ea{constructor(t,e,r,i){const n=t.getValue("logger");super(n);p(this,"name");p(this,"icon");p(this,"id");p(this,"permissions");m(this,hi,void 0);m(this,xs,void 0);m(this,bo,void 0);m(this,ko,void 0);m(this,pi,void 0);p(this,"active");p(this,"enabledBy");f(this,bo,t);const o=t.getValue("meetingId");this.id=`${o}:${e.id}`,this.name=e.name,this.icon=e.icon,f(this,ko,e.component),this.permissions=e.permissions,f(this,hi,i),f(this,xs,r),this.active=!1,this.enabledBy=""}get component(){return a(this,ko)}get telemetry(){return a(this,bo).getValue("telemetry")}set activePluginsStore(t){f(this,xs,t)}activateForSelf(){f(this,pi,new Date),this.active=!0,this.emit("stateUpdate",{active:this.active,pluginId:this.id}),this.emit("enabled")}deactivateForSelf(){f(this,pi,void 0),this.active=!1,this.emit("stateUpdate",{active:this.active,pluginId:this.id}),this.emit("closed")}activate(){return u(this,null,function*(){var t;if(!this.active&&(t=this.permissions)!=null&&t.canActivate){if(!a(this,xs))throw new b("Cannot activate plugin: active plugins store is not available yet.","0604");yield a(this,xs).set(this.id,{name:this.name,icon:this.icon,id:this.id,enabledBy:a(this,hi).id}),this.enabledBy=a(this,hi).id,this.activateForSelf(),this.logger.info("plugin::activated",{plugin:{id:this.id,enabledBy:this.enabledBy,name:this.name}})}})}deactivate(){return u(this,null,function*(){var e;if(!this.active||!((e=this.permissions)!=null&&e.canDeactivate)&&this.enabledBy!==a(this,hi).id)return;if(!a(this,xs))throw new b("Cannot deactivate plugin: active plugins store is not available yet.","0604");const t=a(this,pi)?new Date().getTime()-a(this,pi).getTime():0;yield a(this,xs).set(this.id,null),this.deactivateForSelf(),this.logger.info("plugin::deactivated",{plugin:{id:this.id,name:this.name,duration:t}})})}},hi=new WeakMap,xs=new WeakMap,bo=new WeakMap,ko=new WeakMap,pi=new WeakMap,yg);vh([P.trace("Plugin.activatePlugin")],mo.prototype,"activate",1);vh([P.trace("Plugin.deactivatePlugin")],mo.prototype,"deactivate",1);mo=vh([it("0600")],mo);var Oe,gi;class Pf extends Map{constructor(e,r=void 0){const{onAddEvent:i,onDeleteEvent:n,onClearEvent:o}=e;super();m(this,Oe,void 0);m(this,gi,void 0);p(this,"onAddEvent");p(this,"onDeleteEvent");p(this,"onClearEvent");f(this,Oe,new Ea(r)),this.onAddEvent=i,this.onDeleteEvent=n,this.onClearEvent=o,f(this,gi,new Map)}emit(e,...r){return a(this,Oe).emit(e,...r)}on(e,r){return a(this,Oe).on(e,r)}addListener(e,r){return a(this,Oe).addListener(e,r)}off(e,r){return a(this,Oe).off(e,r)}once(e,r){return a(this,Oe).once(e,r)}prependListener(e,r){return a(this,Oe).prependListener(e,r)}prependOnceListener(e,r){return a(this,Oe).prependOnceListener(e,r)}removeListener(e,r){return a(this,Oe).removeListener(e,r)}removeAllListeners(e){return a(this,Oe).removeAllListeners(e)}listeners(e){return a(this,Oe).listeners(e)}listenerCount(e){return a(this,Oe).listenerCount(e)}getMaxListeners(){return a(this,Oe).getMaxListeners()}setMaxListeners(e){return a(this,Oe).setMaxListeners(e)}eventNames(){return a(this,Oe).eventNames()}add(e,r=!0){return this.set(e.id,e,r)}set(e,r,i=!0){const n=super.set(e,r),o=(c,...d)=>{this.emit(c,r,...d)};return a(this,gi).set(e,o),r.on("*",o),i&&a(this,Oe).emit(this.onAddEvent,r),n}delete(e,r=!0,i=!1){const n=this.get(e);if(!n)return!1;n.removeListener("*",a(this,gi).get(e));const o=super.delete(e);return i&&n.removeAllListeners(),r&&a(this,Oe).emit(this.onDeleteEvent,n),o}clear(e=!0,r=!1){this.forEach(n=>{n.removeListener("*",a(this,gi).get(n.id)),r&&n.removeAllListeners()});const i=super.clear();return e&&a(this,Oe).emit(this.onClearEvent),i}toArray(){return Array.from(this.values())}}Oe=new WeakMap,gi=new WeakMap;class Yp extends Pf{constructor(t){super({onAddEvent:"pluginAdded",onDeleteEvent:"pluginDeleted"},t)}add(t,e=!0){return super.add(t,e)}delete(t,e=!0,r=!1){return super.delete(t,e,r)}}var qI=Object.defineProperty,jI=Object.getOwnPropertyDescriptor,GI=(s,t,e,r)=>{for(var i=r>1?void 0:r?jI(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&&qI(t,e,i),i};let wu=class{constructor(s){p(this,"all");p(this,"active");this.all=new Yp(s),this.active=new Yp(s)}};wu=GI([it("0600")],wu);var WI=Object.defineProperty,JI=Object.getOwnPropertyDescriptor,KI=(s,t,e,r)=>{for(var i=r>1?void 0:r?JI(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&WI(t,e,i),i},ss,In,Cr,mi,Rd,Cf,Mo,Ru,Ao,bu,Io,ku,Eg;const _f=(Eg=class{constructor(s,t,e,r){m(this,Rd);m(this,Mo);m(this,Ao);m(this,Io);p(this,"plugins");m(this,ss,void 0);m(this,In,void 0);m(this,Cr,void 0);m(this,mi,null);f(this,Cr,s),this.plugins=t,f(this,In,e),f(this,ss,r),this.setupEvents()}get telemetry(){return a(this,Cr).getValue("telemetry")}get logger(){return a(this,Cr).getValue("logger")}static init(s,t,e,r){return u(this,null,function*(){var l,h;const i=s.getValue("logger"),n=s.getValue("connectionHandler"),o=new wu(i);let c;n.socketState.state==="connected"?(i.info("Creating active plugins store immediately. Socket is already connected."),c=yield r.create(lu,!0)):i.info("Deferring active plugins store creation until socket connects."),t.forEach(g=>{const T=new mo(s,g,c,e);o.all.add(T)});const d=new _f(s,o,r,c);return c?V(l=d,Io,ku).call(l):V(h=d,Rd,Cf).call(h),d})}cleanup(){V(this,Mo,Ru).call(this)}setupEvents(){this.plugins.all.on("stateUpdate",({active:s,id:t})=>{if(s){this.plugins.active.add(this.plugins.all.get(t));return}this.plugins.active.delete(t)}),a(this,Cr).getValue("peerSessionStore").onAsync(R.SOCKET_SERVICE_ROOM_JOINED,()=>u(this,null,function*(){var t,e;if(((e=(t=this.plugins.active)==null?void 0:t.toArray())!=null?e:[]).forEach(r=>{r.deactivateForSelf()}),!a(this,ss)){this.logger.warn("Active plugins store not available yet on ROOM_JOINED. Sync will be performed when store is created.");return}yield V(this,Ao,bu).call(this),this.logger.debug("[SOCKET_SERVICE_ROOM_JOINED] resolved request to sync active plugins.")}))}},ss=new WeakMap,In=new WeakMap,Cr=new WeakMap,mi=new WeakMap,Rd=new WeakSet,Cf=function(){const s=a(this,Cr).getValue("peerSessionStore"),t=e=>u(this,null,function*(){if(e.state==="connected"&&!a(this,ss))try{f(this,ss,yield a(this,In).create(lu,!0)),V(this,Mo,Ru).call(this),this.plugins.all.toArray().forEach(r=>{r.activePluginsStore=a(this,ss)}),V(this,Io,ku).call(this),this.logger.info("Active plugins store created after socket connected"),yield V(this,Ao,bu).call(this)}catch(r){this.logger.error("Failed to create active plugins store after socket connected, will retry on next reconnect",{error:r})}});s.on(R.SOCKET_STATE_UPDATE,t),f(this,mi,()=>{s.off(R.SOCKET_STATE_UPDATE,t)})},Mo=new WeakSet,Ru=function(){a(this,mi)&&(a(this,mi).call(this),f(this,mi,null))},Ao=new WeakSet,bu=function(){return u(this,null,function*(){try{yield a(this,In).refresh(a(this,ss).name)}catch(t){this.logger.error("Failed to refresh active plugins store, syncing from stale data.",{error:t})}const s=a(this,ss).getAll();Object.entries(s).forEach(([t,e])=>{if(!e)return;const r=this.plugins.all.get(t);if(!r){this.logger.warn(`Plugin '${t}' not found in plugins.all, ignoring store entry.`);return}r.active||(r.enabledBy=e.enabledBy,r.activateForSelf())})})},Io=new WeakSet,ku=function(){a(this,ss).subscribe("*",s=>{Object.entries(s).forEach(([t,e])=>{const r=this.plugins.all.get(t);if(!r){this.logger.warn(`Plugin '${t}' not found in plugins.all, ignoring store update.`);return}!e&&r.active&&r.deactivateForSelf(),e&&!r.active&&(r.enabledBy=e.enabledBy,r.activateForSelf())})})},Eg);let wf=_f;KI([P.trace("PluginController.setupEvents")],wf.prototype,"setupEvents",1);var Do;class zI{constructor(t){p(this,"mediaJoined");p(this,"socketJoined");p(this,"socketJoinAttempted");p(this,"mediaJoinAttempted");p(this,"socketState");p(this,"mediaState");m(this,Do,void 0);this.mediaJoined=!1,this.socketJoined=!1,this.socketJoinAttempted=!1,this.mediaJoinAttempted=!1,this.socketState={state:void 0,reconnected:!1,reconnectionAttempt:void 0},this.mediaState={recv:void 0,send:void 0},f(this,Do,t)}get joinAttempted(){return this.mediaJoinAttempted||this.socketJoinAttempted}get roomJoined(){return this.mediaJoined&&this.socketJoined}updateSocketConnectionState(t,e){let r;const{reconnected:i}=this.socketState;switch(t){case"connected":r={state:"connected",reconnected:i,reconnectionAttempt:void 0};break;case"disconnected":r={state:"disconnected",reconnected:!1,reconnectionAttempt:0},this.socketJoined=!1;break;case"reconnected":r={state:"connected",reconnected:!0,reconnectionAttempt:void 0};break;case"reconnecting":r={state:"reconnecting",reconnected:i,reconnectionAttempt:0};break;case"reconnectAttempt":r={state:"reconnecting",reconnected:i,reconnectionAttempt:e};break;case"failed":r={state:"failed",reconnected:i,reconnectionAttempt:void 0},this.socketJoined=!1;break}r&&(a(this,Do).getValue("peerSessionStore").emit(R.SOCKET_STATE_UPDATE,r),this.socketState=r)}}Do=new WeakMap;var YI=Object.defineProperty,QI=Object.getOwnPropertyDescriptor,Mc=(s,t,e,r)=>{for(var i=r>1?void 0:r?QI(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&&YI(t,e,i),i};const Qp="Cannot start recording: another recording is already in progress.";var Dn,On,Nn,Xc,Pg;let zi=(Pg=class extends Ot{constructor(t,e){const r=t.getValue("logger");super(r);m(this,Nn);m(this,Dn,void 0);m(this,On,void 0);p(this,"recordingPeerIds",[]);p(this,"recordings",[]);f(this,On,t),f(this,Dn,e)}get recordingState(){return this.recordings.some(t=>t.state==="RECORDING")?"RECORDING":this.recordings.some(t=>t.state==="PAUSED")?"PAUSED":this.recordings.some(t=>t.state==="STARTING")?"STARTING":this.recordings.some(t=>t.state==="STOPPING")?"STOPPING":"IDLE"}get telemetry(){return a(this,On).getValue("telemetry")}updateRecordings(t){this.recordings=t,this.emit("recordingUpdate",this.recordingState)}start(t){return u(this,null,function*(){if(!a(this,Dn).permissions.canRecord)throw this.logger.error("Recording::start::permission_denied"),new b("User does not have permission to start recording","1001");if((t==null?void 0:t.allowMultiple)!==!0&&(this.recordingState==="STARTING"||this.recordingState==="RECORDING"||this.recordingState==="STOPPING"))throw this.logger.error("Recording::start::recording_in_progress",{recording:{state:this.recordingState}}),new b(Qp,"1005");try{const e=St(),{recording:r={}}=a(this,On).getValue("defaults"),i=yield e.startRecording(r,t==null?void 0:t.allowMultiple);this.updateRecordings([...this.recordings,{id:i,state:"STARTING",type:"BROWSER"}])}catch(e){throw this.logger.error("Recording::start::recording_failed_to_start",{error:e}),e instanceof gd&&e.status===409?new b(Qp,"1005"):new b("Error while starting recording","1000",this.logger)}})}stop(t){return u(this,null,function*(){yield V(this,Nn,Xc).call(this,"stop",["RECORDING","PAUSED"],t)})}pause(t){return u(this,null,function*(){yield V(this,Nn,Xc).call(this,"pause",["RECORDING"],t)})}resume(t){return u(this,null,function*(){yield V(this,Nn,Xc).call(this,"resume",["PAUSED"],t)})}},Dn=new WeakMap,On=new WeakMap,Nn=new WeakSet,Xc=function(t,e,r){return u(this,null,function*(){if(!a(this,Dn).permissions.canRecord)throw this.logger.error("Recording::stop::permission_denied"),new b("User does not have permission to stop recording","1001");let i=[];if(r!==void 0){const n=this.recordings.find(o=>o.id===r);if(n===void 0)throw new b("Could not find the specified recording","1004");if(e.includes(n.state)){this.logger.error("Recording::stop::recording_not_in_expected_state",{recording:{state:n.state}});return}i.push(n)}else i=this.recordings.filter(n=>e.includes(n.state));i.forEach(n=>u(this,null,function*(){const o=n.state;t==="stop"&&(n.state="STOPPING",this.emit("recordingUpdate","STOPPING"));try{yield St().updateRecording(n.id,t)}catch(c){throw this.logger.error("Recording::stop::recording_failed_to_stop",{error:c}),n.state!==o&&(n.state=o,this.emit("recordingUpdate",o)),new b("Error while stopping recording","1000",this.logger)}}))})},Pg);Mc([P.trace("Recording.start")],zi.prototype,"start",1);Mc([P.trace("Recording.stop")],zi.prototype,"stop",1);Mc([P.trace("Recording.stop")],zi.prototype,"pause",1);Mc([P.trace("Recording.stop")],zi.prototype,"resume",1);zi=Mc([it("1000")],zi);var XI=Object.defineProperty,ZI=Object.getOwnPropertyDescriptor,e0=(s,t,e,r)=>{for(var i=r>1?void 0:r?ZI(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&XI(t,e,i),i},fi;class Rf{constructor(t,e,r){p(this,"recording");p(this,"room");m(this,fi,void 0);f(this,fi,t),this.recording=new zi(t,e),this.room=r,this.setupEvents()}get telemetry(){return a(this,fi).getValue("telemetry")}get logger(){return a(this,fi).getValue("logger")}getRecordingTypeFromProtoType(t){let e;switch(t){case Wi.BROWSER:e="BROWSER";break;case Wi.COMPOSITE:e="COMPOSITE";break;case Wi.TRACK:e="TRACK";break;default:e="BROWSER"}return e}setupEvents(){a(this,fi).getValue("peerSessionStore").on(R.ROOM_STATE,t=>{t.activeRecordings.length!==0?this.recording.updateRecordings(t.activeRecordings.map(e=>{const r=this.getRecordingTypeFromProtoType(e.recordingType);return{id:e.recordingId,state:e.recordingStatus,type:r}})):this.recording.recordings.length&&this.recording.updateRecordings([])}),this.room.on(U.recordingStarted,t=>{let e=!1;const r=[...this.recording.recordings];if(r.forEach(i=>{i.id===t.recordingId&&(e=!0,i.state="RECORDING")}),e===!1){const i=this.getRecordingTypeFromProtoType(t.recordingType);r.push({id:t.recordingId,state:"RECORDING",type:i})}this.recording.updateRecordings(r)}),this.room.on(U.recordingPaused,t=>{const e=[...this.recording.recordings];e.forEach(r=>{r.id===t.recordingId&&(r.state="PAUSED")}),this.recording.updateRecordings(e)}),this.room.on(U.recordingStopped,t=>{const e=[...this.recording.recordings.filter(r=>r.id!==t.recordingId)];this.recording.updateRecordings(e)})}}fi=new WeakMap;e0([P.trace("RecordingController.setupEvents")],Rf.prototype,"setupEvents",1);var Ti;class t0{constructor(t){m(this,Ti,void 0);f(this,Ti,t)}hasFeature(t){return a(this,Ti).getValue("logger").warn("Unimplemented method: meeting.__internals__.hasFeature called"),!1}getFeatureValue(t){return a(this,Ti).getValue("logger").warn("Unimplemented method: meeting.__internals__.getFeatureValue called"),null}getAllFeatures(){return a(this,Ti).getValue("logger").warn("Unimplemented method: meeting.__internals__.getAllFeatures called"),{}}}Ti=new WeakMap;class yh{constructor(t,e,r,i){p(this,"authToken");p(this,"logger");p(this,"features");p(this,"browserSpecs");p(this,"callStats");this.authToken=t,this.logger=e,this.features=r,this.browserSpecs=Se,this.callStats=i}static init(t){return new yh(t.getValue("authToken"),t.getValue("logger"),new t0(t),t.getValue("callstats"))}}class Eh{constructor(t){p(this,"internals");this.internals=t}static init(t){return u(this,null,function*(){const e=yh.init(t);return new Eh(e)})}}var s0=Object.defineProperty,r0=Object.getOwnPropertyDescriptor,Lt=(s,t,e,r)=>{for(var i=r>1?void 0:r?r0(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&s0(t,e,i),i},Ue,fe,he,Us,Ht,Oo,be;class yt extends Ea{constructor(e,r,i=md,n=!0){const o=e.getValue("logger");super(o);m(this,Ue,void 0);m(this,fe,void 0);m(this,he,void 0);m(this,Us,void 0);m(this,Ht,void 0);m(this,Oo,void 0);m(this,be,void 0);p(this,"audioUpdateInProgress");p(this,"videoUpdateInProgress");f(this,be,e),this.audioUpdateInProgress=!1,this.videoUpdateInProgress=!1,f(this,Ue,new bf(e,r)),f(this,fe,new R0(e,a(this,Ue),void 0,i)),f(this,he,new O0(e,a(this,Ue),void 0,i)),f(this,Ht,new A0(a(this,be),a(this,Ue))),f(this,Us,new k0(e,a(this,Ue))),f(this,Oo,n),a(this,fe).on("trackMuted",this.onAudioTrackMuted.bind(this)),a(this,fe).on("trackChanged",this.onAudioTrackChanged.bind(this)),a(this,he).on("trackChanged",this.onVideoTrackChanged.bind(this)),a(this,he).on("trackEnded",this.onVideoTrackEnded.bind(this)),a(this,Ht).on("trackEnded",this.onScreenShareEnded.bind(this)),this.onVisibilityChange=this.onVisibilityChange.bind(this),document.addEventListener("visibilitychange",this.onVisibilityChange)}get telemetry(){return a(this,be).getValue("telemetry")}set context(e){f(this,be,e)}onVisibilityChange(){return u(this,null,function*(){a(this,be).getValue("callstats").tabChanged(document.visibilityState==="visible"),document.visibilityState!=="visible"?a(this,be).getValue("callstats").browserBackgrounded():(a(this,be).getValue("callstats").browserForegrounded(),yield this.setupSpeaker())})}repopulateAvailableDevices(){return u(this,null,function*(){return!0})}setupStreams(i){return u(this,arguments,function*({audio:e,video:r}){var c;e?a(this,be).getValue("callstats").audioOn():a(this,be).getValue("callstats").audioOff(),r?a(this,be).getValue("callstats").videoOn():a(this,be).getValue("callstats").videoOff();let n,o;if(e&&r)try{const d=yield a(this,Ue).getAudioAndVideoTrack(a(this,fe).userSelectedDevice,a(this,he).userSelectedDevice);n=d.audioTrack,o=d.videoTrack}catch(d){this.logger.error("LocalMediaHandler::init::Failed to get audio video tracks",{error:d})}if(!n&&e)try{n=yield a(this,Ue).getAudioTrack(!1,a(this,fe).userSelectedDevice)}catch(d){this.logger.error("LocalMediaHandler::init::Failed to get audio track",{error:d})}if(!o&&r)try{o=yield a(this,Ue).getVideoTrack(a(this,he).userSelectedDevice)}catch(d){this.logger.error("LocalMediaHandler::init::Failed to get video track",{error:d})}e&&!n&&a(this,be).getValue("callstats").audioOff(),r&&!o&&a(this,be).getValue("callstats").videoOff(),yield a(this,fe).setMediaTrack(n),yield a(this,he).setMediaTrack(o);try{yield this.setupSpeaker()}catch(d){}if(o){const d=yield this.getDeviceById(o.getSettings().deviceId);a(this,be).getValue("callstats").selectedDevice("VIDEO",d)}if(n){const d=yield this.getDeviceById(n.getSettings().deviceId);a(this,be).getValue("callstats").selectedDevice("AUDIO",d)}(c=a(this,Us).currentDevice)!=null&&c.deviceId&&a(this,be).getValue("callstats").selectedDevice("SPEAKER",a(this,Us).currentDevice),a(this,Ue).onDeviceChange((d,l,h)=>{this.onDeviceChange(l,h)})})}getCurrentDevices(){return{audio:a(this,fe).currentDevice,video:a(this,he).currentDevice,speaker:a(this,Us).currentDevice}}get permissions(){return a(this,Ue).permissions}getAllDevices(){return a(this,Ue).getAvailableDevices()}getDeviceById(e,r){return a(this,Ue).getDevice(e)}onAudioTrackMuted(){this.emit("AUDIO_TRACK_SILENT")}onAudioTrackChanged(){this.emit("AUDIO_TRACK_CHANGE")}get rawAudioTrack(){return a(this,fe).mediaTrack}get audioTrack(){return a(this,fe).transformedMediaTrack}get audioEnabled(){return a(this,fe).trackEnabled}enableAudio(e){return u(this,null,function*(){if(!this.audioUpdateInProgress){this.audioUpdateInProgress=!0;try{e?yield a(this,fe).enableTrack(!1,e):yield a(this,fe).unmuteTrack()}catch(r){}finally{this.audioUpdateInProgress=!1}}})}disableAudio(){a(this,fe).mediaTrack&&!a(this,fe).isCustomTrack?a(this,fe).muteTrack():a(this,fe).disableTrack()}getAudioDevices(e){return a(this,Ue).getAudioInputDevices(e)}setAudioDevice(i,n){return u(this,arguments,function*(e,{saveDevicePreference:r}){yield a(this,fe).setDevice(e,{saveDevicePreference:r}),e!=null&&e.deviceId&&a(this,be).getValue("callstats").selectedDevice("AUDIO",e),this.emit("AUDIO_TRACK_CHANGE"),this.emit("DEVICE_CHANGE",{device:e})})}setupSpeaker(){return u(this,null,function*(){const{speaker:e}=this.getCurrentDevices();yield a(this,Us).setPreferredSpeaker();const{speaker:r}=this.getCurrentDevices();(e==null?void 0:e.deviceId)!==(r==null?void 0:r.deviceId)&&r&&this.emit("DEVICE_CHANGE",{device:r})})}setSpeakerDevice(i,n){return u(this,arguments,function*(e,{saveDevicePreference:r}){yield a(this,Us).setupSpeaker(e,{saveDevicePreference:r}),e!=null&&e.deviceId&&a(this,be).getValue("callstats").selectedDevice("SPEAKER",e),this.emit("DEVICE_CHANGE",{device:e})})}onVideoTrackChanged(){this.emit("VIDEO_TRACK_CHANGE")}onVideoTrackEnded(){this.emit("VIDEO_TRACK_CHANGE")}get rawVideoTrack(){return a(this,he).mediaTrack}get videoTrack(){return a(this,he).transformedMediaTrack}get videoEnabled(){return a(this,he).trackEnabled}enableVideo(e){return u(this,null,function*(){if(!this.videoUpdateInProgress){this.videoUpdateInProgress=!0;try{e?yield a(this,he).enableTrack(!1,e):yield a(this,he).unmuteTrack()}catch(r){}finally{this.videoUpdateInProgress=!1}}})}disableVideo(){a(this,he).disableTrack()}getVideoDevices(e){return a(this,Ue).getVideoInputDevices(e)}setVideoDevice(i,n){return u(this,arguments,function*(e,{saveDevicePreference:r}){yield a(this,he).setDevice(e,{saveDevicePreference:r}),e!=null&&e.deviceId&&a(this,be).getValue("callstats").selectedDevice("VIDEO",e),this.emit("VIDEO_TRACK_CHANGE"),this.emit("DEVICE_CHANGE",{device:e})})}updateVideoConstraints(e){return u(this,null,function*(){yield a(this,he).updateConstraints(e)})}onScreenShareEnded(){this.emit("SCREENSHARE_ENDED")}get screenShareTracks(){return{audio:a(this,Ht).audioMediaTrack,video:a(this,Ht).videoMediaTrack}}get screenShareEnabled(){return a(this,Ht).trackEnabled}enableScreenShare(){return u(this,null,function*(){yield a(this,Ht).enableScreenShare()})}disableScreenShare(){return u(this,null,function*(){a(this,Ht).disableScreenShare()})}updateScreenshareConstraints(e){return u(this,null,function*(){yield a(this,Ht).updateConstraints(e)})}getSpeakerDevices(e){return a(this,Ue).getAudioOutputDevices(e)}addAudioMiddleware(e){return a(this,fe).addMiddleware(e)}removeAudioMiddleware(e){return a(this,fe).removeMiddleware(e)}removeAllAudioMiddlewares(){return a(this,fe).removeAllMiddlewares()}addVideoMiddleware(e){return a(this,he).addMiddleware(e)}removeVideoMiddleware(e){return a(this,he).removeMiddleware(e)}removeAllVideoMiddlewares(){return a(this,he).removeAllMiddlewares()}setVideoMiddlewareGlobalConfig(e){return a(this,he).setVideoMiddlewareGlobalConfig(e)}destruct(){a(this,fe).disableTrack(),a(this,he).disableTrack(),a(this,he).terminateMiddlewareWebWorker(),a(this,Ht).disableScreenShare(),a(this,Ue).destruct()}onDeviceChange(e,r){return u(this,null,function*(){var n,o;if(this.emit("DEVICE_LIST_UPDATED",e),r||!a(this,Oo))return;let i=!1;(n=e==null?void 0:e.added)==null||n.reverse().forEach(c=>u(this,null,function*(){var d;c&&!md(c)&&(c.kind==="audioinput"&&((d=this.audioTrack)==null?void 0:d.enabled)===!0?yield this.setAudioDevice(c,{saveDevicePreference:!1}):c.kind==="audiooutput"&&(i=!0,yield this.setSpeakerDevice(c,{saveDevicePreference:!1})))})),i||(o=e==null?void 0:e.removed)==null||o.forEach(c=>u(this,null,function*(){var d;if(c.kind==="audiooutput"&&((d=this.getCurrentDevices().speaker)==null?void 0:d.deviceId)===c.deviceId){const l=yield this.getSpeakerDevices();(l==null?void 0:l.length)>0&&(yield this.setSpeakerDevice(l[0],{saveDevicePreference:!1}))}}))})}removeAllTracks(){this.destruct()}removeAudioTrack(){a(this,fe).disableTrack()}removeVideoTrack(){a(this,he).disableTrack(),a(this,he).terminateMiddlewareWebWorker()}removeDocumentEventListeners(){return u(this,null,function*(){document.removeEventListener("visibilitychange",this.onVisibilityChange)})}}Ue=new WeakMap,fe=new WeakMap,he=new WeakMap,Us=new WeakMap,Ht=new WeakMap,Oo=new WeakMap,be=new WeakMap;Lt([P.trace("MediaHandler.setupStreams")],yt.prototype,"setupStreams",1);Lt([P.trace("MediaHandler.enableAudio")],yt.prototype,"enableAudio",1);Lt([P.trace("MediaHandler.disableAudio")],yt.prototype,"disableAudio",1);Lt([P.trace("MediaHandler.setAudioDevice")],yt.prototype,"setAudioDevice",1);Lt([P.trace("MediaHandler.enableVideo")],yt.prototype,"enableVideo",1);Lt([P.trace("MediaHandler.disableVideo")],yt.prototype,"disableVideo",1);Lt([P.trace("MediaHandler.setVideoDevice")],yt.prototype,"setVideoDevice",1);Lt([P.trace("MediaHandler.updateVideoConstraints")],yt.prototype,"updateVideoConstraints",1);Lt([P.trace("MediaHandler.enableScreenShare")],yt.prototype,"enableScreenShare",1);Lt([P.trace("MediaHandler.disableScreenShare")],yt.prototype,"disableScreenShare",1);Lt([P.trace("MediaHandler.updateScreenshareConstraints")],yt.prototype,"updateScreenshareConstraints",1);Lt([P.trace("MediaHandler.destruct")],yt.prototype,"destruct",1);Lt([P.trace("MediaHandler.onDeviceChange")],yt.prototype,"onDeviceChange",1);function Fc(s,t,e){switch(!0){case Se.isChromiumBased():switch(t){case"NotAllowedError":return e.includes("by system")?"SYSTEM_DENIED":s==="screenshare"?"CANCELED":"DENIED";case"NotReadableError":default:return"COULD_NOT_START"}case Se.isSafari():switch(t){case"NotAllowedError":return"DENIED";default:return"COULD_NOT_START"}case Se.isFirefox():switch(t){case"NotFoundError":case"NotReadableError":return"SYSTEM_DENIED";case"NotAllowedError":return"DENIED";case"AbortError":default:return"COULD_NOT_START"}default:return"COULD_NOT_START"}}const i0=["virtual","emulator","krisp","solstice conference","teams","loom","zoom","manycam","blackhole","displayport","xsplit","wirecast","vMix","elgato","epiphan","voice changer","voicemod","morphvoxx"];function md(s){var e,r;const t=(e=s.label)==null?void 0:e.toLowerCase();return((r=Se._bowser)==null?void 0:r.getOSName())==="macOS"&&t.includes("iphone")?!0:i0.some(i=>t==null?void 0:t.includes(i))}function n0(s,t,e){return u(this,null,function*(){if(!(t!=null&&t.length))return e;const r=s.getValue("logger"),i=new AudioContext,n=yield Promise.all(t==null?void 0:t.map(d=>d(i))),o=i.createMediaStreamSource(new MediaStream([e])),c=i.createMediaStreamDestination();try{let d=o;for(let l=0;l<n.length;l+=1)d.connect(n[l]),d=n[l];d.connect(c)}catch(d){return r.error("getTransformedAudioTrack::middleware_execution_failed",{error:d}),e}return c.stream.getAudioTracks()[0]})}var Si,No;class a0{constructor(t){m(this,Si,void 0);m(this,No,void 0);f(this,No,t)}get logger(){return a(this,No).getValue("logger")}terminateMiddlewareWebWorker(){if(a(this,Si))try{Gc.clearInterval(a(this,Si)),f(this,Si,void 0)}catch(t){this.logger.debug("WorkerTimers::terminateMiddlewareWebWorker::failed")}}getTransformedVideoTrack(t,e,r){return u(this,null,function*(){if(!(t!=null&&t.length))return e;const i=document.createElement("canvas"),n=yield Promise.all(t==null?void 0:t.map(T=>T({canvas:i,WorkerTimers:Gc})));if(r.disablePerFrameCanvasRendering){const y=i.captureStream().getVideoTracks()[0];return Object.defineProperty(y,"originalSettings",{value:e.getSettings()}),y}const o=document.createElement("video"),c=new MediaStream;c.addTrack(e);const d=i.getContext("2d");o.srcObject=c,o.autoplay=!0,this.terminateMiddlewareWebWorker();const l=()=>u(this,null,function*(){if(e.enabled===!1||e.readyState==="ended"){this.terminateMiddlewareWebWorker(),o.remove(),i.remove();return}try{d.drawImage(o,0,0);for(let T=0;T<n.length;T+=1)typeof n[T]=="function"&&(yield n[T](i,d))}catch(T){this.logger.error("getTransformedVideoTrack::middleware_execution_failed",{error:T})}});try{o.play()}catch(T){}o.addEventListener("play",()=>{i.width=o.width||e.getSettings().width,i.height=o.width||e.getSettings().height,f(this,Si,Gc.setInterval(l,50))},!1);const g=i.captureStream().getVideoTracks()[0];return Object.defineProperty(g,"originalSettings",{value:e.getSettings()}),g})}}Si=new WeakMap,No=new WeakMap;const o0={qvga:{width:{ideal:320},height:{ideal:240},frameRate:{ideal:30}},vga:{width:{ideal:640},height:{ideal:480},frameRate:{ideal:30}},hd:{width:{ideal:1280},height:{ideal:720},frameRate:{ideal:30}},fhd:{width:{ideal:1920},height:{ideal:1080},frameRate:{ideal:30}},uhd:{width:{ideal:3840},height:{ideal:2160},frameRate:{ideal:30}}},c0=[[320,[{rid:"f",scaleResolutionDownBy:1},{rid:"h",scaleResolutionDownBy:2}]],[640,[{rid:"f",scaleResolutionDownBy:1},{rid:"h",scaleResolutionDownBy:2}]],[1280,[{rid:"f",scaleResolutionDownBy:1},{rid:"h",scaleResolutionDownBy:2},{rid:"q",scaleResolutionDownBy:4}]],[1920,[{rid:"f",scaleResolutionDownBy:1},{rid:"h",scaleResolutionDownBy:2},{rid:"q",scaleResolutionDownBy:4}]],[3840,[{rid:"f",scaleResolutionDownBy:1},{rid:"h",scaleResolutionDownBy:2},{rid:"q",scaleResolutionDownBy:4}]]],d0=(s,t)=>{var d,l,h;const e=(d=s==null?void 0:s.getValue("overrides"))==null?void 0:d.simulcastConfig;if((l=e==null?void 0:e.encodings)!=null&&l.length)return e.encodings;const r="getSettings"in t&&t.getSettings().width||"getConstraints"in t&&t.getConstraints().width||"originalSettings"in t&&((h=t.originalSettings)==null?void 0:h.width),i=c0,n=i.map(([g])=>g).sort((g,T)=>g-T);let o=Number.MAX_VALUE,c=0;return n.forEach((g,T)=>{Math.abs(g-r)<o&&(o=Math.abs(g-r),c=T)}),i[c][1]};var we=(s=>(s.WEBCAM="webcam",s.WEBCAM_BACKUP="webcam_backup",s.MIC="mic",s.SCREENSHARE_VIDEO="screenshare_video",s.SCREENSHARE_AUDIO="screenshare_audio",s))(we||{});const l0=QC(),sn=Cs(l0.config.media);function u0(s){var e,r;const t={};return s.audio&&(t.audio={enableStereo:(e=s.audio.enableStereo)!=null?e:!1,enableHighBitrate:(r=s.audio.enableHighBitrate)!=null?r:!1}),t.video=s.video.quality,t}var vi,bd;class h0{constructor(t,e){m(this,vi,void 0);m(this,bd,void 0);p(this,"getScreenShareConstraints",()=>{var l,h,g,T,y,E,_,C,M;const t=(l=a(this,vi))==null?void 0:l.screenshare,e=(g=(h=t==null?void 0:t.width)==null?void 0:h.max)!=null?g:1920,r=(y=(T=t==null?void 0:t.height)==null?void 0:T.max)!=null?y:1080,i=(_=(E=t==null?void 0:t.frameRate)==null?void 0:E.max)!=null?_:5,n=(M=(C=t==null?void 0:t.frameRate)==null?void 0:C.ideal)!=null?M:5,o=t==null?void 0:t.displaySurface,c=t==null?void 0:t.selfBrowserSurface;let d={width:{max:e},height:{max:r},frameRate:{ideal:n,max:i}};return o!==void 0&&["monitor","browser","window"].includes(o)&&(d=j(O({},d),{displaySurface:o})),c!==void 0&&(d=j(O({},d),{selfBrowserSurface:c})),{audio:!0,video:d}});p(this,"getAudioConstraints",t=>{var n,o,c,d,l,h,g;const e={},r=(n=a(this,vi))==null?void 0:n.audio,i=r!=null&&r.enableStereo?2:1;return Se.isFirefox()||Se.isWebKitBased()?(e.audio={deviceId:t,autoGainControl:(o=r==null?void 0:r.autoGainControl)!=null?o:!0,echoCancellation:(c=r==null?void 0:r.echoCancellation)!=null?c:!0,noiseSuppression:(d=r==null?void 0:r.noiseSupression)!=null?d:!0,channelCount:i},e):(e.audio={autoGainControl:(l=r==null?void 0:r.autoGainControl)!=null?l:!0,echoCancellation:(h=r==null?void 0:r.echoCancellation)!=null?h:!0,noiseSuppression:(g=r==null?void 0:r.noiseSupression)!=null?g:!0,channelCount:i},t&&(e.audio.deviceId={exact:t}),e)});p(this,"getVideoConstraints",t=>{var o,c,d;const e={},r=(o=a(this,vi))==null?void 0:o.video,i=p_(o0);let n=i.vga;if(typeof r=="string"){const l=i[r];l&&(n=l)}else r!==void 0&&(n.height.ideal=r.height.ideal,n.width.ideal=r.width.ideal,n.frameRate.ideal=(d=(c=r.frameRate)==null?void 0:c.ideal)!=null?d:30);return e.video=n,typeof e.video=="boolean"||(t?e.video.deviceId={exact:t}:e.video.facingMode="user"),e});f(this,bd,t),f(this,vi,e)}getUpdatedVideoConstraints(t){return t}}vi=new WeakMap,bd=new WeakMap;class Zl extends Error{constructor(e,r,i){super(r);p(this,"constraints");p(this,"name");this.name=e,this.constraints=i}}class p0{constructor(){p(this,"permissions");this.permissions={audio:"NOT_REQUESTED",video:"NOT_REQUESTED",screenshare:"NOT_REQUESTED"}}getAudioInputDevices(t){return u(this,null,function*(){let e=t;return t||(e=yield this.getAvailableDevices()),e.filter(r=>r.kind==="audioinput")})}getVideoInputDevices(t){return u(this,null,function*(){let e=t;return t||(e=yield this.getAvailableDevices()),e.filter(r=>r.kind==="videoinput")})}getAudioOutputDevices(t){return u(this,null,function*(){let e=t;return t||(e=yield this.getAvailableDevices()),e.filter(r=>r.kind==="audiooutput")})}}var g0=Object.defineProperty,m0=Object.getOwnPropertyDescriptor,gs=(s,t,e,r)=>{for(var i=r>1?void 0:r?m0(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&&g0(t,e,i),i},Ln,Ft,Be,_g;let Dt=(_g=class extends p0{constructor(t,e){super();m(this,Ln,void 0);m(this,Ft,void 0);m(this,Be,void 0);f(this,Be,t),f(this,Ft,new h0(t,e)),f(this,Ln,new AbortController)}get telemetry(){return a(this,Be).getValue("telemetry")}get logger(){return a(this,Be).getValue("logger")}get constraintsBuilder(){return a(this,Ft)}destruct(){return u(this,null,function*(){var t;(t=a(this,Ln))==null||t.abort()})}handlePermissionErrors(t,e){const r=Fc(t,e.name,e.message);return this.permissions[t]=r,a(this,Be).getValue("peerSessionStore").emit(R.MEDIA_PERMISSION_ERROR,{message:r,constraints:e.constraints,kind:t}),r}getAudioAndVideoTrack(t,e){return u(this,null,function*(){var r,i,n,o;try{const c=yield this.getAudioInputDevices(),d=yield this.getVideoInputDevices(),l=!!(c!=null&&c.find(M=>M.deviceId===t));let h;t&&l?h=t:c&&((r=c[0])!=null&&r.deviceId)&&(h=(i=c[0])==null?void 0:i.deviceId);const g=!!(d!=null&&d.find(M=>M.deviceId===e));let T;e&&g?T=e:d&&((n=d[0])!=null&&n.deviceId)&&(T=(o=d[0])==null?void 0:o.deviceId);const y={audio:a(this,Ft).getAudioConstraints(h).audio,video:a(this,Ft).getVideoConstraints(T).video};this.logger.info("getUserMediaWithoutTimeout::requesting_user_media",{constraints:JSON.stringify(y)});const E=yield navigator.mediaDevices.getUserMedia(y);this.logger.info("getUserMediaWithoutTimeout::received_user_media",{constraints:JSON.stringify(y)});const _=E.getAudioTracks()[0];let C=E.getVideoTracks()[0];if(this.permissions.audio="ACCEPTED",this.permissions.video="ACCEPTED",C.label.includes("OBS Virtual")){const D=(yield this.getVideoInputDevices()).find(L=>L.label.includes("OBS Virtual"));C=yield this.getVideoTrack(D.deviceId)}return a(this,Be).getValue("peerSessionStore").emit(R.MEDIA_PERMISSION_UPDATE,{message:this.permissions.audio,kind:"audio"}),a(this,Be).getValue("peerSessionStore").emit(R.MEDIA_PERMISSION_UPDATE,{message:this.permissions.video,kind:"video"}),{audioTrack:_,videoTrack:C}}catch(c){throw this.logger.error("WebMediaInterface.getAudioAndVideoTrack",{error:c}),new b("Couldnt fetch audio and video track","1605")}})}getAudioTrack(t,e){return u(this,null,function*(){var c,d;let r=yield this.getAudioInputDevices();if(!(r!=null&&r.length))throw this.permissions.audio="NO_DEVICES_AVAILABLE",a(this,Be).getValue("peerSessionStore").emit(R.MEDIA_PERMISSION_UPDATE,{message:this.permissions.audio,kind:"audio"}),new b("No audio devices available","1606");const i=!!(r!=null&&r.find(l=>l.deviceId===e));let n;e&&i?n=e:(c=r[0])!=null&&c.deviceId&&(n=(d=r[0])==null?void 0:d.deviceId);const o=l=>u(this,null,function*(){let h;try{r=r.filter(T=>T.deviceId!==l),h=a(this,Ft).getAudioConstraints(l),this.logger.info("getUserMediaWithoutTimeout::requesting_user_media",{constraints:JSON.stringify(h)});const[g]=(yield navigator.mediaDevices.getUserMedia(h)).getAudioTracks();return this.logger.info("getUserMediaWithoutTimeout::received_user_media",{constraints:JSON.stringify(h)}),g}catch(g){const T=Fc("audio",g.name,g.message),y=new Zl(g.name,g.message,h);if(T==="COULD_NOT_START"){const E=r.shift();if(!E)throw y;this.logger.info("getAudioTrack::gum_failed",{constraints:JSON.stringify(h),error:g});const _=a(this,Ft).getAudioConstraints(E.deviceId);return this.logger.info("getAudioTrack::retrying_gum_for_next_device",{constraints:JSON.stringify(_)}),o(E.deviceId)}throw y}});try{const l=yield o(n);return l.enabled=!t,this.permissions.audio!=="ACCEPTED"&&(this.permissions.audio="ACCEPTED",a(this,Be).getValue("peerSessionStore").emit(R.MEDIA_PERMISSION_UPDATE,{message:this.permissions.audio,kind:"audio"})),l}catch(l){throw l.constraints&&this.handlePermissionErrors("audio",l),new b(l.message,"1601")}})}getVideoTrack(t){return u(this,null,function*(){var c,d,l;const e=(c=yield this.getCurrentDeviceLabel(t))==null?void 0:c.includes("OBS Virtual"),r=yield this.getVideoInputDevices();if(!(r!=null&&r.length))throw this.permissions.video="NO_DEVICES_AVAILABLE",a(this,Be).getValue("peerSessionStore").emit(R.MEDIA_PERMISSION_UPDATE,{message:this.permissions.video,kind:"video"}),new b("No video devices available","1607");const i=!!(r!=null&&r.find(h=>h.deviceId===t));let n;t&&i?n=t:(d=r[0])!=null&&d.deviceId&&(n=(l=r[0])==null?void 0:l.deviceId);const o=h=>u(this,null,function*(){try{let g=h;const{video:T}=g;e&&typeof T!="boolean"&&(g={video:{deviceId:T.deviceId}}),this.logger.info("getUserMediaWithoutTimeout::requesting_user_media",{constraints:JSON.stringify(g)});const[y]=(yield navigator.mediaDevices.getUserMedia(g)).getVideoTracks();if(e&&typeof T!="boolean"&&typeof T.width=="object"){const{width:E,height:_}=y.getSettings(),{ideal:C}=T.width;y.applyConstraints({width:{ideal:C},height:{ideal:Math.floor(_*C/E)},frameRate:T.frameRate})}return this.logger.info("getUserMediaWithoutTimeout::received_user_media",{constraints:JSON.stringify(g)}),y}catch(g){const T=Fc("video",g.name,g.message),y=new Zl(g.name,g.message,h);if(T==="COULD_NOT_START"){const E=r.shift();if(!E)throw y;this.logger.info("getVideoTrack::gum_failed",{constraints:JSON.stringify(h),error:g});const _=a(this,Ft).getVideoConstraints(E.deviceId);return this.logger.info("getVideoTrack::retrying_gum_for_next_device",{constraints:JSON.stringify(_)}),o({video:_.video})}throw y}});try{const h=a(this,Ft).getVideoConstraints(n),g=yield o(h);return this.permissions.video!=="ACCEPTED"&&(this.permissions.video="ACCEPTED",a(this,Be).getValue("peerSessionStore").emit(R.MEDIA_PERMISSION_UPDATE,{message:this.permissions.video,kind:"video"})),g}catch(h){throw h.constraints&&this.handlePermissionErrors("video",h),new b(h.message,"1602")}})}getScreenShareTracks(){return u(this,null,function*(){const t=e=>u(this,null,function*(){try{this.logger.info("getDisplayMediaWithoutTimeout::requesting_display_media",{constraints:JSON.stringify(e)}),a(this,Be).getValue("callstats").screenShareRequested();const r=yield navigator.mediaDevices.getDisplayMedia(e);return this.logger.info("getDisplayMediaWithoutTimeout::received_display_media",{constraints:JSON.stringify(e)}),r}catch(r){const i=Fc("video",r.name,r.message),n=new Zl(r.name,r.message,e),o={video:!0};if(EC(e,o))throw n;if(i==="COULD_NOT_START")return t(o);throw n}});try{const e=a(this,Ft).getScreenShareConstraints(),r=yield t(e);return this.permissions.screenshare!=="ACCEPTED"&&(this.permissions.screenshare="ACCEPTED",a(this,Be).getValue("peerSessionStore").emit(R.MEDIA_PERMISSION_UPDATE,{message:this.permissions.screenshare,kind:"screenshare"})),{audioTrack:r.getAudioTracks()[0],videoTrack:r.getVideoTracks()[0]}}catch(e){throw e.constraints&&this.handlePermissionErrors("screenshare",e),new b(e.message,"1612")}})}getCurrentDeviceLabel(t){return u(this,null,function*(){const e=yield this.getDevice(t||"default");return e==null?void 0:e.label})}enumerateDevicesWithExternalFirst(){return u(this,null,function*(){const t=yield navigator.mediaDevices.enumerateDevices(),e=i=>{var o;const n=((o=i.label)==null?void 0:o.toLowerCase())||"";return md(i)?4:n.includes("airpods")||n.includes("airdopes")||n.includes("bluetooth")||n.includes("wireless")||n.includes("headphones")||n.includes("headset")||n.includes("earbuds")||n.includes("usb")||n.includes("external")?0:i.deviceId==="default"||n.includes("default")?1:n.includes("built-in")||n.includes("internal")?2:3},r=i=>{var o;if(i.kind!=="videoinput")return!1;const n=((o=i.label)==null?void 0:o.toLowerCase())||"";return n.includes("front")||n.includes("user")||n.includes("selfie")?!0:!(n.includes("back")||n.includes("rear")||n.includes("environment"))};return t.sort((i,n)=>{var h,g;const o=e(i),c=e(n);if(o!==c)return o-c;const d=i.deviceId==="default"||((h=i.label)==null?void 0:h.toLowerCase().includes("default")),l=n.deviceId==="default"||((g=n.label)==null?void 0:g.toLowerCase().includes("default"));if(d&&!l)return-1;if(!d&&l)return 1;if(i.kind==="videoinput"&&n.kind==="videoinput"){const T=r(i),y=r(n);if(T&&!y)return-1;if(!T&&y)return 1}return 0})})}getAvailableDevices(){return u(this,null,function*(){try{return(yield this.enumerateDevicesWithExternalFirst())||[]}catch(t){return this.logger.error("enumerate_devices_failed",{error:t}),[]}})}getAvailableDevicesByKind(t){return u(this,null,function*(){try{return(yield this.enumerateDevicesWithExternalFirst()).filter(({kind:e})=>t===e)}catch(e){throw this.logger.error("enumerate_devices_failed",{error:e}),new b("Failed to get available devices by kind","1609")}})}getDevice(t){return u(this,null,function*(){try{return(yield this.enumerateDevicesWithExternalFirst()).filter(r=>r.deviceId===t)[0]}catch(e){throw this.logger.error("enumerate_devices_failed",{error:e}),new b("Failed to get device","1609")}})}onDeviceChange(t){return u(this,null,function*(){if(Se.supportsDeviceChangeEvent()){let e=yield this.getAvailableDevices();navigator.mediaDevices.addEventListener("devicechange",r=>u(this,null,function*(){var l,h;const i=g=>`${g.kind}-${g.label}-${g.deviceId}-${g.groupId}`,n=new Set(e.map(g=>i(g))),o=yield this.getAvailableDevices(),c=new Set(o.map(g=>i(g))),d={added:o.filter(g=>!n.has(i(g))),removed:e.filter(g=>!c.has(i(g))),devices:o};if(e=o,(l=d.added)!=null&&l.length||(h=d.removed)!=null&&h.length){this.logger.info("repopulated_full_device_list",{devices:JSON.stringify(o)});const g=[...d.added,...d.removed];g.some(T=>T.kind==="audioinput")&&a(this,Be).getValue("callstats").devices("AUDIO",o==null?void 0:o.filter(T=>T.kind==="audioinput")),g.some(T=>T.kind==="videoinput")&&a(this,Be).getValue("callstats").devices("VIDEO",o==null?void 0:o.filter(T=>T.kind==="videoinput")),g.some(T=>T.kind==="audiooutput")&&a(this,Be).getValue("callstats").devices("SPEAKER",o==null?void 0:o.filter(T=>T.kind==="audiooutput")),t(r,d,!1)}}),{signal:a(this,Ln).signal})}})}},Ln=new WeakMap,Ft=new WeakMap,Be=new WeakMap,_g);gs([P.trace("WebMediaInterface.destruct")],Dt.prototype,"destruct",1);gs([P.trace("WebMediaInterface.handlePermissionErrors")],Dt.prototype,"handlePermissionErrors",1);gs([P.trace("WebMediaInterface.getAudioAndVideoTrack")],Dt.prototype,"getAudioAndVideoTrack",1);gs([P.trace("WebMediaInterface.getAudioTrack")],Dt.prototype,"getAudioTrack",1);gs([P.trace("WebMediaInterface.getVideoTrack")],Dt.prototype,"getVideoTrack",1);gs([P.trace("WebMediaInterface.getScreenShareTracks")],Dt.prototype,"getScreenShareTracks",1);gs([P.trace("WebMediaInterface.getAvailableDevices")],Dt.prototype,"getAvailableDevices",1);gs([P.trace("WebMediaInterface.getAvailableDevicesByKind")],Dt.prototype,"getAvailableDevicesByKind",1);gs([P.trace("WebMediaInterface.getDevice")],Dt.prototype,"getDevice",1);gs([P.trace("WebMediaInterface.onDeviceChange")],Dt.prototype,"onDeviceChange",1);Dt=gs([it("1600")],Dt);const bf=Dt,Ji={setItem:(s,t,e)=>{try{localStorage.setItem(s,t)}catch(r){e==null||e.error("LocalStorage::setItem::crashed",{error:r,localStorage:{key:s,value:t}})}},getItem:(s,t)=>{try{return localStorage.getItem(s)}catch(e){t==null||t.error("LocalStorage::getItem::crashed",{error:e,localStorage:{key:s}})}return null}},f0=(s=0)=>new Promise(t=>setTimeout(t,s)),T0=(s,t,e)=>{const r=typeof e=="number"?e:250,i=s.createMediaStreamSource(t),n=s.createAnalyser();n.fftSize=2048,i.connect(n);const o=new Uint8Array(n.fftSize);let c=!1;setTimeout(()=>{c=!0},r);function d(){return c?Promise.resolve(!0):(n.getByteTimeDomainData(o),o.some(l=>l!==128&&l!==0)?Promise.resolve(!1):f0().then(d))}return d().then(l=>(i.disconnect(),l),l=>{throw i.disconnect(),l})},S0=typeof AudioContext!="undefined"?AudioContext:null;class Ph{constructor(t){p(this,"_AudioContext");p(this,"audioContext");p(this,"_audioContextRefContainers");const e=O({AudioContext:S0},t);Object.defineProperties(this,{_AudioContext:{value:e.AudioContext},audioContext:{value:null,writable:!0},_audioContextRefContainers:{value:new Set},AudioContextProvider:{enumerable:!0,value:Ph}})}getOrCreate(t){if(!this._audioContextRefContainers.has(t)&&(this._audioContextRefContainers.add(t),this._AudioContext&&!this.audioContext))try{this.audioContext=new this._AudioContext}catch(e){}return this.audioContext}release(t){this._audioContextRefContainers.has(t)&&(this._audioContextRefContainers.delete(t),!this._audioContextRefContainers.size&&this.audioContext&&(this.audioContext.close(),this.audioContext=null))}}const Xp=new Ph,v0=3,y0=250;function E0(s){const t={},e=Xp.getOrCreate(t);let r=v0;function i(){return r-=1,T0(e,s.srcObject,y0).then(n=>n?r>0?i():!0:!1).catch(()=>!0)}return i().finally(()=>{Xp.release(t)})}function Zp(s,t){return u(this,null,function*(){const e=new Audio,r=new MediaStream;r.addTrack(t),e.srcObject=r;let i=!1;try{const n=e.play();n&&(yield n),i=yield E0(e),i&&s.info("checkIfAudioTrackIsSilent::silence_detected")}catch(n){s.error("checkIfAudioTrackIsSilent::failed_to_detect_silence",{error:n})}finally{e.pause(),e.remove()}return i})}var P0=Object.defineProperty,_0=Object.getOwnPropertyDescriptor,kf=(s,t,e,r)=>{for(var i=r>1?void 0:r?_0(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&&P0(t,e,i),i};let fd=class extends Ea{constructor(t,e,r,i){var o;const n=t.getValue("logger");super(n);p(this,"constructorName",this.constructor.name);p(this,"userSelectedDevice");p(this,"mediaInterface");p(this,"isNonPreferredDevice");p(this,"_mediaTrack");p(this,"transformedMediaTrack");p(this,"middlewares",[]);p(this,"currentDevice");p(this,"userPreferredDeviceKey",`Realtimekit::${this.constructorName}::UserDeviceID`);p(this,"setUserPreferredDevice",t=>Ji.setItem(this.userPreferredDeviceKey,t,this.logger));p(this,"getUserPreferredDevice",()=>Ji.getItem(this.userPreferredDeviceKey,this.logger));p(this,"isCustomTrack",!1);p(this,"context");this.context=t,this.mediaInterface=e,r&&this.setMediaTrack(r),this.userSelectedDevice=(o=this.getUserPreferredDevice())!=null?o:void 0,this.isNonPreferredDevice=i,this.onTrackEnded=this.onTrackEnded.bind(this),this.onTrackMuted=this.onTrackMuted.bind(this)}get telemetry(){return this.context.getValue("telemetry")}disableTrack(){var t,e;this.removeMediaTrackListeners(),this.isCustomTrack||(t=this._mediaTrack)==null||t.stop(),this._mediaTrack=void 0,(e=this.transformedMediaTrack)==null||e.stop(),this.transformedMediaTrack=void 0}get mediaTrack(){return this._mediaTrack}setMediaTrack(t,e=!1){return u(this,null,function*(){const r=i=>{this.logger.error(`${this.constructorName}.setMediaTrack.error`,{error:i})};try{this.disableTrack()}catch(i){r(i)}this._mediaTrack=yield this.conditionallyChangeTrack(t,e),yield this.setTransformedTrack();try{this.addMediaTrackListeners(),yield this.setCurrentDevice()}catch(i){r(i)}})}get trackEnabled(){return!!this.mediaTrack&&this.mediaTrack.readyState==="live"&&this.mediaTrack.enabled}muteTrack(){if(!this.mediaTrack){this.logger.warn("BaseMediaHandler.muteTrack Tried muting with no track present");return}this.transformedMediaTrack&&(this.transformedMediaTrack.enabled=!1),this.mediaTrack.enabled=!1}unmuteTrack(){return u(this,null,function*(){try{this.mediaTrack?this.mediaTrack.enabled=!0:yield this.enableTrack(!1)}catch(t){throw this.logger.error(`${this.constructorName}.unmuteTrack.error`,{error:t}),this.disableTrack(),new b("Failed to unmute track","1611")}})}getCurrentDeviceId(){var e;const{kind:t}=this.mediaTrack;switch(t){case"audio":{const{deviceId:r}=this.mediaTrack.getSettings();if(r)return r;const i=this.mediaTrack.getConstraints();return this.userSelectedDevice?(i&&typeof i.deviceId=="object"&&"exact"in i.deviceId?i.deviceId.exact:i.deviceId)||((e=i==null?void 0:i.advanced)==null?void 0:e[0].deviceId)||"default":this.mediaTrack.getSettings().deviceId}default:return this.mediaTrack.getSettings().deviceId}}setCurrentDevice(){return u(this,null,function*(){var e;if(!this.mediaTrack){this.currentDevice=void 0;return}const t=this.getCurrentDeviceId();((e=this.currentDevice)==null?void 0:e.deviceId)!==t&&(this.currentDevice=yield this.mediaInterface.getDevice(t))})}setDevice(r,i){return u(this,arguments,function*(t,{saveDevicePreference:e}){if(!t)throw this.logger.warn(`${this.constructorName}.setDevice No device received`),new b("No device received!","1603");this.userSelectedDevice=t.deviceId,e&&this.setUserPreferredDevice(t.deviceId),yield this.onSetDevice(t)})}addMiddleware(t){return u(this,null,function*(){if(Se.isWebKitBased()&&!(Se.isSafari()&&LC.test(Se.getVersion())))return{success:!1,message:"Middlewares are not supported in this WebKit engine based browser."};if(this.middlewares.includes(t))return{success:!1,message:"This middleware has been applied, already. Skipping."};try{return this.middlewares.push(t),this.trackEnabled&&(yield this.setTransformedTrack()),{success:!0,message:"Successfully added the middleware."}}catch(e){return this.logger.error("While adding middleware",{error:e}),this.removeMiddleware(t),{success:!1,message:e==null?void 0:e.message}}})}removeMiddleware(t){return u(this,null,function*(){const e=this.middlewares.indexOf(t,0);if(e>-1)try{return this.middlewares.splice(e,1),yield this.setTransformedTrack(!0),{success:!0,message:"Successfully removed the middleware."}}catch(r){return this.logger.error("While removing middleware",{error:r}),{success:!1,message:r==null?void 0:r.message}}return{success:!1,message:"No such middleware was found. Skipping."}})}removeAllMiddlewares(){return u(this,null,function*(){var t;if((t=this.middlewares)!=null&&t.length)try{return this.middlewares=[],yield this.setTransformedTrack(!0),{success:!0,message:"Successfully removed all the middlewares."}}catch(e){return this.logger.error("While removing all the middlewares",{error:e}),{success:!1,message:e==null?void 0:e.message}}return{success:!1,message:"No middlewares were found. Skipping."}})}addMediaTrackListeners(){var t,e,r;this.mediaTrack&&(this.logger.info(`${this.constructorName}.addMediaTrackListeners for deviceId ${(e=(t=this.mediaTrack)==null?void 0:t.getSettings())==null?void 0:e.deviceId} of type ${(r=this.mediaTrack)==null?void 0:r.kind}`),this.mediaTrack.addEventListener("ended",this.onTrackEnded),this.mediaTrack.addEventListener("mute",this.onTrackMuted))}removeMediaTrackListeners(){var t,e,r;this.mediaTrack&&(this.logger.info(`${this.constructorName}.removeMediaTrackListeners for deviceId ${(e=(t=this.mediaTrack)==null?void 0:t.getSettings())==null?void 0:e.deviceId} of type ${(r=this.mediaTrack)==null?void 0:r.kind}`),this.logger.info(`${this.constructorName}.removeMediaTrackListeners`),this.mediaTrack.removeEventListener("ended",this.onTrackEnded),this.mediaTrack.removeEventListener("mute",this.onTrackMuted))}};kf([P.trace("BaseMediaHandler.unmuteTrack")],fd.prototype,"unmuteTrack",1);fd=kf([it("1600")],fd);const Mf=fd;var C0=Object.defineProperty,w0=Object.getOwnPropertyDescriptor,_h=(s,t,e,r)=>{for(var i=r>1?void 0:r?w0(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&C0(t,e,i),i};const eu="[Realtimekit]nonSilentDeviceLabels";class Al extends Mf{onSetDevice(t){return u(this,null,function*(){if(!t)throw this.logger.warn("AudioMediaHandler.setDevice No device received"),new b("No device received!","1603");if(t.kind!=="audioinput")throw this.logger.warn("AudioMediaHandler.setDevice Received non audio device"),new b("Non audio device received while setting device!","1603");try{const e=this.trackEnabled;this.disableTrack(),yield this.setMediaTrack(yield this.mediaInterface.getAudioTrack(!e,this.userSelectedDevice))}catch(e){throw this.logger.error("AudioMediaHandler.setDevice.error",{error:e}),this.disableTrack(),new b(e.message,"1604")}})}enableTrack(t,e){return u(this,null,function*(){if(this.trackEnabled){this.logger.warn("AudioMediaHandler.enableTrack Track already enabled!");return}if(e){this.isCustomTrack=!0,yield this.setMediaTrack(e,!0);return}this.isCustomTrack=!1;const r=yield this.mediaInterface.getAudioTrack(t,this.userSelectedDevice);yield this.setMediaTrack(r)})}setTransformedTrack(t){return u(this,null,function*(){var e;if(!t&&!((e=this.middlewares)!=null&&e.length)){this.transformedMediaTrack=this.mediaTrack;return}try{this.transformedMediaTrack=yield n0(this.context,this.middlewares,this.mediaTrack),this.emit("trackChanged")}catch(r){this.logger.error("AudioMediaHandler.setTransformedTrack",{error:r}),this.transformedMediaTrack=this.mediaTrack}})}onTrackEnded(){return u(this,null,function*(){this.logger.info("AudioMediaHandler.TrackEnded"),this.emit("trackEnded");const t=this.mediaTrack.enabled;this.disableTrack(),yield this.enableTrack(!t),yield this.setTransformedTrack(),this.emit("trackChanged")})}onTrackMuted(){this.logger.info("AudioMediaHandler.TrackMuted"),this.emit("trackMuted")}conditionallyChangeTrack(t,e=!1){return u(this,null,function*(){var d;if(!t||this.userSelectedDevice||e)return t;let r=t;const i=yield this.mediaInterface.getAudioInputDevices(),n=this.isNonPreferredDevice?i.filter(l=>l&&!this.isNonPreferredDevice(l)):i;if(!(n!=null&&n.length))return r;n.find(l=>l.deviceId===t.getSettings().deviceId)||(r.stop(),this.logger.info("localmediahandler::setupstreams::found_audio_non_preferred"),r=yield this.mediaInterface.getAudioTrack(!1,n[0].deviceId));const o=JSON.parse(Ji.getItem(eu,this.logger));if(o!=null&&o.devices.some(l=>l.label===r.label))return r;if(!(yield Zp(this.logger,r))){const l=(d=o==null?void 0:o.devices.concat({label:r.label}))!=null?d:[{label:r.label}];return Ji.setItem(eu,JSON.stringify({devices:l}),this.logger),r}this.logger.info("AudioMediaHandler.conditionallyChangeTrack.DetectedSilentTrack");const c=r.getSettings().deviceId;return n.filter(l=>l.deviceId!==c).some(l=>u(this,null,function*(){var h;if(r=yield this.mediaInterface.getAudioTrack(!1,l.deviceId),!(yield Zp(this.logger,r))){const g=(h=o==null?void 0:o.devices.concat({label:r.label}))!=null?h:[{label:r.label}];return Ji.setItem(eu,JSON.stringify({devices:g}),this.logger),this.logger.info("AudioMediaHandler.conditionallyChangeTrack.SuccesfullyChangedTrack"),!0}return this.logger.info("AudioMediaHandler.conditionallyChangeTrack.AnotherSilentTrackFound"),!1})),r})}}_h([P.trace("AudioMediaHandler.setTransformedTrack")],Al.prototype,"setTransformedTrack",1);_h([P.trace("AudioMediaHandler.onTrackEnded")],Al.prototype,"onTrackEnded",1);_h([P.trace("AudioMediaHandler.conditionallyChangeTrack")],Al.prototype,"conditionallyChangeTrack",1);const R0=Al;var yi;class b0{constructor(t,e){m(this,yi,void 0);p(this,"currentDevice");p(this,"userPreferredDeviceKey","Realtimekit::speaker::UserDeviceID");p(this,"logger");p(this,"setUserPreferredDevice",t=>Ji.setItem(this.userPreferredDeviceKey,t,this.logger));p(this,"getUserPreferredDevice",()=>Ji.getItem(this.userPreferredDeviceKey,this.logger));f(this,yi,e),this.logger=t.getValue("logger")}setPreferredSpeaker(){return u(this,null,function*(){const t=this.getUserPreferredDevice(),e=yield a(this,yi).getAudioOutputDevices(),r=e==null?void 0:e.find(i=>i.deviceId===t);yield this.setupSpeaker(r,{saveDevicePreference:!1})})}setupSpeaker(r,i){return u(this,arguments,function*(t,{saveDevicePreference:e}){var c,d;if(!(a(this,yi)instanceof bf))return;let n=t;if(t||([n]=(yield a(this,yi).getAvailableDevicesByKind("audiooutput")).filter(h=>!md(h))),!n)throw new b("No speaker found","1608");if(((c=this.currentDevice)==null?void 0:c.deviceId)===n.deviceId)return;e&&this.setUserPreferredDevice(n.deviceId),this.currentDevice=n;const o=document.querySelectorAll("audio");(d=o[0])!=null&&d.setSinkId&&o.forEach(l=>u(this,null,function*(){if(typeof l.sinkId!="undefined"&&this.currentDevice.deviceId&&l.sinkId!==this.currentDevice.deviceId)try{yield l.setSinkId(this.currentDevice.deviceId)}catch(h){}}))})}}yi=new WeakMap;const k0=b0;var Lo;class M0 extends Ea{constructor(e,r){const i=e.getValue("logger");super(i);p(this,"mediaInterface");p(this,"audioMediaTrack");p(this,"videoMediaTrack");m(this,Lo,void 0);f(this,Lo,e),this.mediaInterface=r}get trackEnabled(){return!!this.videoMediaTrack}enableScreenShare(){return u(this,null,function*(){var e,r;try{const{audioTrack:i,videoTrack:n}=yield this.mediaInterface.getScreenShareTracks();if(this.audioMediaTrack=i,this.videoMediaTrack=n,this.addMediaTrackListeners(),((r=(e=this.mediaInterface)==null?void 0:e.permissions)==null?void 0:r.screenshare)==="ACCEPTED")return;this.mediaInterface.permissions&&(this.mediaInterface.permissions.screenshare="ACCEPTED",a(this,Lo).getValue("peerSessionStore").emit(R.MEDIA_PERMISSION_UPDATE,{message:this.mediaInterface.permissions.screenshare,kind:"screenshare"}))}catch(i){}})}disableScreenShare(){var e,r;this.removeMediaTrackListeners(),(e=this.audioMediaTrack)==null||e.stop(),(r=this.videoMediaTrack)==null||r.stop(),this.videoMediaTrack=void 0,this.audioMediaTrack=void 0}updateConstraints(e){return u(this,null,function*(){if(!this.videoMediaTrack)throw new b("No media track enabled!","1610");const r=this.mediaInterface;if(!r.constraintsBuilder)throw new b("update constraints not supported for non web clients","1100",this.logger);try{this.videoMediaTrack.applyConstraints(r.constraintsBuilder.getUpdatedVideoConstraints(e)),this.addMediaTrackListeners()}catch(i){this.logger.error("ScreenShareHandler.updateConstraints.error",{error:i})}})}addMediaTrackListeners(){var e,r;(e=this.videoMediaTrack)==null||e.addEventListener("ended",this.onTrackEnded.bind(this)),Se.isWebKitBased()&&((r=this.videoMediaTrack)==null||r.addEventListener("mute",this.onTrackEnded.bind(this)))}removeMediaTrackListeners(){var e,r;(e=this.videoMediaTrack)==null||e.removeEventListener("ended",this.onTrackEnded),(r=this.videoMediaTrack)==null||r.removeEventListener("mute",this.onTrackEnded)}onTrackEnded(){this.emit("trackEnded")}}Lo=new WeakMap;const A0=M0;var I0=Object.defineProperty,D0=Object.getOwnPropertyDescriptor,Il=(s,t,e,r)=>{for(var i=r>1?void 0:r?D0(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&I0(t,e,i),i},Vn,Vo;class Ac extends Mf{constructor(e,r,i,n){super(e,r,i,n);m(this,Vn,void 0);m(this,Vo,{disablePerFrameCanvasRendering:!1});f(this,Vn,new a0(e))}onSetDevice(e){return u(this,null,function*(){if(!e)throw this.logger.warn("VideoMediaHandler.setDevice No device received"),new b("No device received!","1603");if(e.kind!=="videoinput")throw this.logger.warn("VideoMediaHandler.setDevice Received non video device",{devices:[e]}),new b("Non video device received while setting video device!","1603");if(!(this.mediaTrack&&this.mediaTrack.enabled)){this.logger.warn("VideoMediaHandler.setDevice Tried switching device with video disabled",{devices:[e]}),this.currentDevice=e;return}try{this.disableTrack(),yield this.setMediaTrack(yield this.mediaInterface.getVideoTrack(this.userSelectedDevice))}catch(r){throw this.logger.error("VideoMediaHandler.setDevice.error",{error:r}),this.disableTrack(),new b("Failed to change device","1600",this.logger)}})}enableTrack(e,r){return u(this,null,function*(){if(this.trackEnabled){this.logger.warn("VideoMediaHandler.enableTrack Track already enabled!");return}if(r){this.isCustomTrack=!0,yield this.setMediaTrack(r,!0);return}this.isCustomTrack=!1;const i=yield this.mediaInterface.getVideoTrack(this.userSelectedDevice);yield this.setMediaTrack(i)})}setTransformedTrack(e){return u(this,null,function*(){var r;if(!e&&!((r=this.middlewares)!=null&&r.length)){this.transformedMediaTrack=this.mediaTrack;return}try{this.transformedMediaTrack=yield a(this,Vn).getTransformedVideoTrack(this.middlewares,this.mediaTrack,a(this,Vo)),this.emit("trackChanged")}catch(i){this.logger.error("VideoMediaHandler.setTransformedTrack",{error:i}),this.transformedMediaTrack=this.mediaTrack}})}setVideoMiddlewareGlobalConfig(e){return u(this,null,function*(){f(this,Vo,e)})}updateConstraints(e){return u(this,null,function*(){if(!this._mediaTrack)throw new b("No media track enabled!","1610");const r=this.mediaInterface;if(!r.constraintsBuilder)throw new b("update constraints not supported for non web clients","1100",this.logger);try{this._mediaTrack.applyConstraints(r.constraintsBuilder.getUpdatedVideoConstraints(e)),yield this.setTransformedTrack(),this.addMediaTrackListeners(),yield this.setCurrentDevice()}catch(i){this.logger.error("VideoMediaHandler.updateConstraints.error",{error:i})}})}terminateMiddlewareWebWorker(){a(this,Vn).terminateMiddlewareWebWorker()}onTrackEnded(){return u(this,null,function*(){this.logger.info("VideoMediaHandler.TrackEnded"),this.disableTrack(),this.emit("trackEnded")})}onTrackMuted(){this.logger.info("VideoMediaHandler.TrackMuted"),this.emit("trackMuted")}conditionallyChangeTrack(e,r=!1){return u(this,null,function*(){if(!e||this.userSelectedDevice||r)return e;let i=e;const n=yield this.mediaInterface.getVideoInputDevices(),o=this.isNonPreferredDevice?n.filter(c=>!this.isNonPreferredDevice(c)):n;return!(o!=null&&o.length)||window.FAST_RTK||o.find(c=>c.deviceId===e.getSettings().deviceId)||(i.stop(),this.logger.info("localmediahandler::setupstreams::found_video_non_preferred"),i=yield this.mediaInterface.getVideoTrack(o[0].deviceId)),i})}}Vn=new WeakMap,Vo=new WeakMap;Il([P.trace("VideoMediaHandler.setTransformedTrack")],Ac.prototype,"setTransformedTrack",1);Il([P.trace("VideoMediaHandler.setVideoMiddlewareGlobalConfig")],Ac.prototype,"setVideoMiddlewareGlobalConfig",1);Il([P.trace("VideoMediaHandler.onTrackEnded")],Ac.prototype,"onTrackEnded",1);Il([P.trace("VideoMediaHandler.conditionallyChangeTrack")],Ac.prototype,"conditionallyChangeTrack",1);const O0=Ac,eg=Cs(gh());var ot,Ei,xo,xn;const un=class{constructor(t){m(this,ot,void 0);m(this,Ei,void 0);m(this,xo,void 0);m(this,xn,void 0);if(!t)throw new b("Could not load preset.","0904");f(this,ot,t.config),f(this,xo,t.name),f(this,Ei,t.ui||Cs(gh().ui)),f(this,xn,t.permissions.plugins.config)}static fromResponse(t){return new un(t)}static default(){return new un(eg)}static init(t,e=!0){return!t||e?new un(eg):new un(t)}get setupScreen(){return{isEnabled:!0}}get waitingRoom(){return{isEnabled:!0}}get controlBar(){return{isEnabled:!0,elements:{chat:!0,fullscreen:!0,invite:!1,layout:!1,participants:!0,plugins:!0,polls:!0,reactions:!1,screenshare:!0}}}get header(){return{isEnabled:!0,elements:{logo:a(this,Ei).designTokens.logo,timer:!0,title:!0,participantCount:!0,changeLayout:!1}}}get pipMode(){return!0}get viewType(){return a(this,ot).viewType}get livestreamViewerQualities(){return a(this,ot).livestreamViewerQualities||[]}get maxVideoStreams(){return a(this,ot).maxVideoStreams}get maxScreenShareCount(){return a(this,ot).maxScreenshareCount}get plugins(){return[]}get disabledPlugins(){return Object.keys(a(this,xn)).filter(t=>a(this,xn)[t].disabled)}get designTokens(){return a(this,Ei).designTokens}get configDiff(){return a(this,Ei).configDiff}get isSimulcastEnabled(){var t,e,r,i;return(i=(r=(e=(t=a(this,ot))==null?void 0:t.media)==null?void 0:e.video)==null?void 0:r.simulcast)!=null?i:!1}get mediaConstraints(){var t,e,r,i,n,o,c,d,l,h,g,T,y,E,_,C,M,D,L,B,F,H,X,me;return{audio:{enableStereo:(i=(r=(e=(t=a(this,ot))==null?void 0:t.media)==null?void 0:e.audio)==null?void 0:r.enableStereo)!=null?i:sn.audio.enableStereo,enableHighBitrate:(d=(c=(o=(n=a(this,ot))==null?void 0:n.media)==null?void 0:o.audio)==null?void 0:c.enableHighBitrate)!=null?d:sn.audio.enableHighBitrate},video:{quality:(T=(g=(h=(l=a(this,ot))==null?void 0:l.media)==null?void 0:h.video)==null?void 0:g.quality)!=null?T:sn.video.quality,frameRate:(C=(_=(E=(y=a(this,ot))==null?void 0:y.media)==null?void 0:E.video)==null?void 0:_.frameRate)!=null?C:sn.video.frameRate},screenshare:{quality:(B=(L=(D=(M=a(this,ot))==null?void 0:M.media)==null?void 0:D.screenshare)==null?void 0:L.quality)!=null?B:sn.screenshare.quality,frameRate:(me=(X=(H=(F=a(this,ot))==null?void 0:F.media)==null?void 0:H.screenshare)==null?void 0:X.frameRate)!=null?me:sn.screenshare.frameRate}}}get name(){return a(this,xo)}};let Mu=un;ot=new WeakMap,Ei=new WeakMap,xo=new WeakMap,xn=new WeakMap;var N0=Object.defineProperty,L0=Object.getOwnPropertyDescriptor,Af=(s,t,e,r)=>{for(var i=r>1?void 0:r?L0(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&N0(t,e,i),i},Un,Uo;class Ch extends Ot{constructor(e,r){const i=e.getValue("logger");super(i);m(this,Un,void 0);p(this,"state","IDLE");p(this,"playbackUrl");p(this,"ingestionCredentials");p(this,"viewerCount");m(this,Uo,void 0);f(this,Un,r),f(this,Uo,e),this.viewerCount=0}get telemetry(){return a(this,Uo).getValue("telemetry")}setLivestreamState(e){const r=this.state;this.state=e,r!==e&&this.emitCurrentLivestreamState()}emitCurrentLivestreamState(){this.emit("livestreamUpdate",this.state)}start(){return u(this,arguments,function*(e={manualIngestion:!1}){if(!a(this,Un).permissions.canLivestream)throw this.logger.error("Livestream::start::permission_denied"),new b("User does not have permission to start livestreaming","1901");this.setLivestreamState("STARTING");try{const r=St(),{playbackUrl:i,ingestionCredentials:n}=yield r.startLivestreaming(e);this.playbackUrl=i,this.ingestionCredentials=n,e!=null&&e.manualIngestion&&this.setLivestreamState("WAITING_ON_MANUAL_INGESTION")}catch(r){throw this.logger.error("Recording::stop::livestream_failed_to_start",{error:r}),this.setLivestreamState("IDLE"),new b("Error while starting livestream","1900",this.logger)}})}stop(){return u(this,null,function*(){if(!a(this,Un).permissions.canLivestream)throw this.logger.error("Livestream::stop::permission_denied"),new b("User does not have permission to stop livestreaming","1901");if(this.state!=="LIVESTREAMING"&&this.state!=="WAITING_ON_MANUAL_INGESTION")throw this.logger.error("Livestream::stop::inconsistent_state"),new b("Livestream not started yet","1902");try{this.setLivestreamState("STOPPING"),yield St().stopLivestreaming()}catch(e){throw this.logger.error("Livestream::stop::livestream_failed_to_stop",{error:e}),this.setLivestreamState("STOPPING"),new b("Error while stopping livestream","1900",this.logger)}})}}Un=new WeakMap,Uo=new WeakMap;Af([P.trace("livestream.start")],Ch.prototype,"start",1);Af([P.trace("livestream.stop")],Ch.prototype,"stop",1);var V0=Object.defineProperty,x0=Object.getOwnPropertyDescriptor,U0=(s,t,e,r)=>{for(var i=r>1?void 0:r?x0(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&V0(t,e,i),i},$n,Bn,$s,fs;class If{constructor(t,e,r){p(this,"livestream");m(this,$n,void 0);m(this,Bn,void 0);m(this,$s,void 0);m(this,fs,void 0);f(this,fs,t),f(this,Bn,e),this.livestream=new Ch(t,e),f(this,$s,r),this.setupEvents()}get logger(){return a(this,fs).getValue("logger")}get telemetry(){return a(this,fs).getValue("telemetry")}fetchInitialLivestreamingState(){return u(this,null,function*(){const t=St(),{status:e,playbackUrl:r,manualIngest:i,ingestionCredentials:n}=yield t.getActiveLivestream();this.livestream.playbackUrl=r,this.livestream.ingestionCredentials=n,e==="LIVE"&&this.livestream.setLivestreamState("LIVESTREAMING"),e==="INVOKED"&&i&&this.livestream.setLivestreamState("WAITING_ON_MANUAL_INGESTION")})}setupEvents(){a(this,$s).on(U.startedLivestream,t=>u(this,null,function*(){this.livestream.playbackUrl=t.playbackUrl,this.livestream.setLivestreamState("LIVESTREAMING");try{a(this,Bn).permissions.canLivestream&&(yield this.fetchInitialLivestreamingState())}catch(e){this.logger.error("Error: LivestreamController.fetchLivestream during startedLivestream re-fetch")}})),a(this,$s).on(U.livestreamingInvoked,t=>u(this,null,function*(){if(t.manualIngest){this.livestream.setLivestreamState("WAITING_ON_MANUAL_INGESTION");try{a(this,Bn).permissions.canLivestream&&(yield this.fetchInitialLivestreamingState())}catch(e){this.logger.error("Error: LivestreamController.fetchLivestream during livestreamingInvoked re-fetch")}}})),a(this,$s).on(U.stoppedLivestream,()=>{this.livestream.setLivestreamState("IDLE"),this.livestream.playbackUrl=void 0,this.livestream.ingestionCredentials=void 0}),a(this,$s).on(U.erroredLivestream,()=>{this.livestream.setLivestreamState("IDLE"),this.livestream.playbackUrl=void 0}),a(this,$s).on(U.roomPeerCount,t=>{this.livestream.viewerCount=t.count,this.livestream.emit("viewerCountUpdate",t.count)}),a(this,fs).getValue("peerSessionStore").on(R.PEER_JOINED_INTERNAL,t=>u(this,null,function*(){var e;((e=t.flags)==null?void 0:e.hiddenParticipant)===!0&&t.recorderType==="LIVESTREAMER"&&(f(this,$n,t.id),this.livestream.setLivestreamState("LIVESTREAMING"))})),a(this,fs).getValue("peerSessionStore").on(R.PEER_CLOSED,t=>{t.id===a(this,$n)&&(f(this,$n,void 0),this.livestream.setLivestreamState("IDLE"))}),a(this,fs).getValue("peerSessionStore").onAsync(R.LEAVE_MEDIA_ROOM,()=>u(this,null,function*(){if(!this.livestream.playbackUrl){this.logger.info("Fetching livestreaming state on leave stage");try{yield this.fetchInitialLivestreamingState()}catch(t){this.logger.error("Failed to fetch livestreaming state on leave stage",{error:t})}}})),a(this,fs).getValue("peerSessionStore").on(R.SOCKET_SERVICE_ROOM_JOINED,()=>u(this,null,function*(){try{yield this.fetchInitialLivestreamingState()}catch(t){this.logger.error("Error: LivestreamController.fetchLivestream")}}))}}$n=new WeakMap,Bn=new WeakMap,$s=new WeakMap,fs=new WeakMap;U0([P.trace("LivestreamController.setupEvents")],If.prototype,"setupEvents",1);var $0=Object.defineProperty,B0=Object.getOwnPropertyDescriptor,Ic=(s,t,e,r)=>{for(var i=r>1?void 0:r?B0(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&$0(t,e,i),i},Qe,wr,Rr,kd,Df;class _a{constructor({name:t,socketHandler:e,meetingId:r}){m(this,kd);p(this,"name","");m(this,Qe,{});m(this,wr,"");m(this,Rr,void 0);p(this,"rateLimitConfig",{maxInvocations:5,period:1});p(this,"bulkRateLimitConfig",{maxInvocations:5,period:1});p(this,"listeners",{});this.name=t,f(this,Rr,e),f(this,wr,r)}set(t,e,r=!0,i=!1){return u(this,null,function*(){a(this,Qe)[t]=e,r&&this.remoteSet(t,e),i&&(this.listeners[t]&&this.listeners[t].forEach(n=>n({[t]:a(this,Qe)[t]})),this.listeners["*"]&&this.listeners["*"].forEach(n=>n({[t]:a(this,Qe)[t]})))})}remoteSet(t,e){a(this,Rr).storeInsertKeys(a(this,wr),this.name,[{key:t,payload:e}])}bulkSet(t){return u(this,null,function*(){t.forEach(({key:e,payload:r})=>{a(this,Qe)[e]=r}),a(this,Rr).storeInsertKeys(a(this,wr),this.name,t)})}update(t,e,r=!0){return u(this,null,function*(){V(this,kd,Df).call(this,t,e,r)})}delete(t,e=!0,r=!1){return u(this,null,function*(){if(a(this,Qe)[t]&&delete a(this,Qe)[t],e)return a(this,Rr).storeDeleteKeys(a(this,wr),this.name,[{key:t}]);r&&(this.listeners[t]&&(this.listeners[t].forEach(i=>i({[t]:void 0})),delete this.listeners[t]),this.listeners["*"]&&this.listeners["*"].forEach(i=>i({[t]:void 0})))})}bulkDelete(t){return u(this,null,function*(){return t.forEach(({key:e})=>{a(this,Qe)[e]&&delete a(this,Qe)[e]}),a(this,Rr).storeDeleteKeys(a(this,wr),this.name,t)})}get(t){if(a(this,Qe)[t])return a(this,Qe)[t]}getAll(){return a(this,Qe)}clear(){f(this,Qe,{})}get rateLimits(){return this.rateLimitConfig}updateRateLimits(t,e){this.rateLimitConfig.maxInvocations=t,this.rateLimitConfig.period=e}get bulkRateLimits(){return this.bulkRateLimitConfig}updateBulkRateLimits(t,e){this.bulkRateLimitConfig.maxInvocations=t,this.bulkRateLimitConfig.period=e}subscribe(t,e){if(this.listeners[t]){this.listeners[t].push(e);return}this.listeners[t]=[e]}unsubscribe(t,e){var r;if(e){this.listeners[t]=((r=this.listeners[t])==null?void 0:r.filter(i=>i!==e))||[];return}this.listeners[t]&&delete this.listeners[t]}populate(t){f(this,Qe,t)}}Qe=new WeakMap,wr=new WeakMap,Rr=new WeakMap,kd=new WeakSet,Df=function(t,e,r=!0){let i;const n=a(this,Qe)[t],o=Object.prototype.toString.call(e),c=Object.prototype.toString.call(n);if(o!==c){this.set(t,e);return}switch(c){case"[object Array]":i=[...n,...e];break;case"[object Object]":i=O(O({},n),e);break;case"[object Map]":i=new Map([...n,...e]);break;case"[object Set]":i=new Set([...n,...e]);break;default:i=e;break}this.set(t,i,r)};Ic([Nt(Pa,"rateLimitConfig")],_a.prototype,"remoteSet",1);Ic([Nt(Pa,"bulkRateLimitConfig")],_a.prototype,"bulkSet",1);Ic([Nt(Pa,"rateLimitConfig")],_a.prototype,"update",1);Ic([Nt(Pa,"rateLimitConfig")],_a.prototype,"delete",1);Ic([Nt(Pa,"bulkRateLimitConfig")],_a.prototype,"bulkDelete",1);var br,kr,$o,Au,Bo,rs,Md,Of;class H0{constructor(t,e){m(this,$o);m(this,Md);p(this,"stores",new Map);m(this,br,void 0);m(this,kr,"");m(this,Bo,void 0);m(this,rs,new Map);f(this,br,e),f(this,kr,t.getValue("meetingId")),f(this,Bo,t),V(this,Md,Of).call(this)}create(t,e=!1){if(VC.includes(t)&&!e)throw new b(`'${t}' is a reserved store name.`,"0601");const r=new _a({name:t,socketHandler:a(this,br),meetingId:a(this,kr)});return a(this,br).storeGetKeys(a(this,kr),t,[]),new Promise((n,o)=>{const c=setTimeout(()=>{a(this,rs).delete(t),o(Error("Failed"))},3e3);a(this,rs).set(t,{rejectTimeout:c,resolve:n,store:r})})}refresh(t){const e=this.stores.get(t);return e?(e.clear(),a(this,br).storeGetKeys(a(this,kr),t,[]),new Promise((i,n)=>{const o=setTimeout(()=>{a(this,rs).delete(t),n(Error("Store refresh timed out"))},3e3);a(this,rs).set(t,{rejectTimeout:o,resolve:i,store:e})})):Promise.reject(Error(`Store '${t}' does not exist`))}}br=new WeakMap,kr=new WeakMap,$o=new WeakSet,Au=function(){return a(this,Bo).getValue("peerId")},Bo=new WeakMap,rs=new WeakMap,Md=new WeakSet,Of=function(){[Is.storeInsertKeys,Is.storeGetKeys,Is.storeDeleteKeys].forEach(t=>{a(this,br).on(t,e=>u(this,null,function*(){var n,o;if(e.pluginId!==a(this,kr))return;const r=(n=e.storeItems)==null?void 0:n.map(c=>{var d;return{timestamp:c.timestamp,peerId:c.peerId,payload:JSON.parse((d=c.payload)!=null&&d.length?new TextDecoder().decode(c.payload):"{}"),key:c.storeKey}});if(t===Is.storeGetKeys){const c=a(this,rs).get(e.storeName),d=this.stores.get(e.storeName)||(c==null?void 0:c.store);if(a(this,rs).get(e.storeName)&&(this.stores.set(e.storeName,c.store),c.resolve(d),clearTimeout(c.rejectTimeout),a(this,rs).delete(e.storeName)),!d)return;r.forEach(l=>{d.set(l.key,l.payload,!1,!1)});return}const i=this.stores.get(e.storeName)||((o=a(this,rs).get(e.storeName))==null?void 0:o.store);i!==void 0&&(t===Is.storeInsertKeys&&r.forEach(({key:c,peerId:d,payload:l})=>{d!==a(this,$o,Au)&&i.set(c,l,!1,!0)}),t===Is.storeDeleteKeys&&r.forEach(({key:c,peerId:d})=>{d!==a(this,$o,Au)&&i.delete(c,!1,!0)}))}))})};function ni(s){var t,e,r,i,n,o,c,d,l,h,g,T,y;return s?{media:{audio:{enabled:s.audioEnabled,trackId:(t=s.audioTrack)==null?void 0:t.id,permission:"mediaPermissions"in s?(e=s.mediaPermissions)==null?void 0:e.audio:null},video:{enabled:s.videoEnabled,trackId:(r=s.videoTrack)==null?void 0:r.id,permission:"mediaPermissions"in s?(i=s.mediaPermissions)==null?void 0:i.video:null},screenshare:{enabled:s.screenShareEnabled,permission:"mediaPermissions"in s?(n=s.mediaPermissions)==null?void 0:n.screenshare:null,audio:{enabled:(c=(o=s.screenShareTracks)==null?void 0:o.audio)==null?void 0:c.enabled,trackId:(l=(d=s.screenShareTracks)==null?void 0:d.audio)==null?void 0:l.id},video:{enabled:(g=(h=s.screenShareTracks)==null?void 0:h.video)==null?void 0:g.enabled,trackId:(y=(T=s.screenShareTracks)==null?void 0:T.video)==null?void 0:y.id}}}}:{}}var F0=Object.defineProperty,q0=Object.getOwnPropertyDescriptor,Ca=(s,t,e,r)=>{for(var i=r>1?void 0:r?q0(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&&F0(t,e,i),i};const j0=.8,G0=1.2;var Hn,Fn,wt,Pi,Ga,Mr,an,_i,Wa,Ad,Nf,Bs,Ho,Ar,Ci,Ja,Hs,Id,Fo,Iu,Dd,Lf,Od,Vf,Cg;let nr=(Cg=class extends Ot{constructor(t,e,r,i){const n=t.getValue("logger");super(n);m(this,Pi);m(this,Mr);m(this,_i);m(this,Ad);m(this,Ci);m(this,Fo);m(this,Dd);m(this,Od);p(this,"id");p(this,"userId");p(this,"name");p(this,"picture");p(this,"isHost");p(this,"customParticipantId");p(this,"flags");p(this,"device");p(this,"videoTrack");p(this,"audioTrack");p(this,"screenShareTracks");p(this,"videoEnabled");p(this,"audioEnabled");p(this,"screenShareEnabled");p(this,"producers");p(this,"manualProducerConfig");m(this,Hn,void 0);p(this,"supportsRemoteControl",!1);m(this,Fn,void 0);p(this,"presetName");m(this,wt,void 0);m(this,Bs,void 0);m(this,Ho,void 0);m(this,Ar,new Map);m(this,Hs,1);m(this,Id,ph(t=>{if(!this.videoTrack)return;const{clientWidth:e,clientHeight:r}=t,{width:i,height:n}=this.videoTrack.getSettings();if(!i||!n)return;const o=n/r,c=i/e,d=Math.max(o,c);d>G0&&a(this,Hs)===1?(f(this,Hs,0),a(this,wt).getValue("peerSessionStore").emit(R.MAX_SPATIAL_LAYER_CHANGE,{peerId:this.id,maxSpatialLayer:a(this,Hs)})):d<j0&&a(this,Hs)===0&&(f(this,Hs,1),a(this,wt).getValue("peerSessionStore").emit(R.MAX_SPATIAL_LAYER_CHANGE,{peerId:this.id,maxSpatialLayer:a(this,Hs)}))},2e3));f(this,wt,t);const{id:o,userId:c,displayName:d,device:l,picture:h,isHost:g,flags:T,stageStatus:y,customParticipantId:E,audioMuted:_,audioTrack:C,videoEnabled:M=!1,videoTrack:D,producers:L,metadata:B}=e;this.id=o,this.userId=c,this.name=d,this.device=l,this.picture=h,this.isHost=g,this.flags=T,this.manualProducerConfig=MC,f(this,Fn,y!=null?y:"ON_STAGE"),this.customParticipantId=E,this.audioEnabled=!_,this.audioTrack=C,this.videoEnabled=M,this.videoTrack=D,this.screenShareTracks={audio:void 0,video:void 0},this.producers=L!=null?L:[],this.presetName=B==null?void 0:B.preset_name,f(this,Hn,!1),f(this,Bs,r),f(this,Ho,i),this.setupEvents(),this.updateVideo=this.updateVideo.bind(this),V(this,Fo,Iu).call(this)}get stageStatus(){return a(this,Fn)}get telemetry(){return a(this,wt).getValue("telemetry")}setVideoEnabled(t,e=!0){this.videoEnabled=t,e&&(this.logger.info("Participant::setVideoEnabled::videoUpdate",O({},ni(this))),this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack}))}setAudioEnabled(t,e=!0){this.audioEnabled=t,e&&(this.logger.info("Participant::setAudioEnabled::audioUpdate",O({},ni(this))),this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack}))}setScreenShareEnabled(t,e=!0){this.screenShareEnabled=t,e&&this.emit("screenShareUpdate",{screenShareEnabled:this.screenShareEnabled,screenShareTracks:this.screenShareTracks})}setupEvents(){this.on("videoUpdate",V(this,Fo,Iu)),a(this,Mr,an)&&(this.on("audioUpdate",V(this,Dd,Lf)),this.on("screenShareUpdate",V(this,Od,Vf)))}pin(){return u(this,null,function*(){if(!a(this,_i,Wa))throw new b("Can`t pin participant without joining room","1205");if(!a(this,Bs).permissions.pinParticipant)throw new b("You do not have permission to pin participants.","1201");return a(this,Pi,Ga).pinPeer(this.id)})}unpin(){return u(this,null,function*(){if(!a(this,_i,Wa))throw new b("Can`t unpin participant without joining room","1205");if(!a(this,Bs).permissions.pinParticipant)throw new b("You do not have permission to unpin participants.","1201");return a(this,Pi,Ga).pinPeer(null)})}setIsPinned(t,e=!0){var i;f(this,Hn,t);const r=t?"pinned":"unpinned";(i=a(this,Ci,Ja))==null||i.updateSource(this.id,{pinned:t}),e&&this.emit(r,this)}disableAudio(){return u(this,null,function*(){const t=this.id;if(this.logger.info("Participant::disable_audio",{participant:{id:t}}),!a(this,_i,Wa))throw new b("Can`t disable participant audio without joining room","1205");if(a(this,Bs).permissions.canDisableParticipantAudio)return a(this,Pi,Ga).disableAudio(t);throw this.logger.error("Participant::unauthorized_disable_audio",{participant:{id:t}}),new b("Unauthorized: User does not have permission to disable participant audio.","1201")})}kick(){return u(this,null,function*(){const t=this.id;if(this.logger.info("Participant::kick",{participant:{id:t}}),!a(this,Ad,Nf))throw new b("Can`t kick participant without joining room","1205");if(a(this,Bs).permissions.kickParticipant){yield a(this,wt).getValue("peerSessionStore").emitAsync(R.KICK_PEER,{peerId:t});return}throw this.logger.error("Participant::unauthorized_kick",{participant:{id:t}}),new b("Unauthorized: User does not have permission to kick participants.","1201")})}disableVideo(){return u(this,null,function*(){const t=this.id;if(this.logger.info("Participant::disable_video",{participant:{id:t}}),!a(this,_i,Wa))throw new b("Can`t disable participant video without joining room","1205");if(a(this,Bs).permissions.canDisableParticipantVideo)return a(this,Pi,Ga).disableVideo(t);throw this.logger.error("Participant::unauthorized_disable_video",{participant:{id:t}}),new b("Unauthorized: User does not have permission to disable participant video.","1201")})}getPermissions(){return u(this,null,function*(){return a(this,Ho).getUserPermissions(this.userId)})}setStageStatus(t){f(this,Fn,t),this.emit("stageStatusUpdate",this)}get isPinned(){return a(this,Hn)}registerVideoElement(t){var r,i,n,o;if(!t)return;let e;(i=(r=a(this,Ar).get(t))==null?void 0:r.observer)==null||i.disconnect(),"ResizeObserver"in window&&(e=new ResizeObserver(()=>a(this,Id).call(this,t)),e.observe(t)),a(this,Ar).set(t,{observer:e}),this.updateVideo(t),(o=a(this,Ci,Ja))==null||o.addSource(this.id,t,this.videoEnabled,this.isPinned,this.name,this.picture,(n=this.raised)!=null?n:!1)}deregisterVideoElement(t){var e,r,i,n;if(!t){(e=a(this,Ci,Ja))==null||e.removeSource(this.id);return}t.srcObject=void 0,(i=(r=a(this,Ar).get(t))==null?void 0:r.observer)==null||i.disconnect(),a(this,Ar).delete(t),(n=a(this,Ci,Ja))==null||n.removeSource(this.id)}updateVideo(t){var e;if(this.videoEnabled){if(this.videoTrack==null)return;const r=(e=t.srcObject)==null?void 0:e.getTracks()[0];if((r==null?void 0:r.id)===this.videoTrack.id)return;const i=new MediaStream;i.addTrack(this.videoTrack),t.srcObject=i}else t.srcObject=void 0;t.style.display=this.videoEnabled?"block":"none"}},Hn=new WeakMap,Fn=new WeakMap,wt=new WeakMap,Pi=new WeakSet,Ga=function(){return a(this,wt).getValue("roomNodeClient")},Mr=new WeakSet,an=function(){return a(this,wt).getValue("audioPlayback")},_i=new WeakSet,Wa=function(){return a(this,wt).getValue("connectionHandler").mediaJoined},Ad=new WeakSet,Nf=function(){return a(this,wt).getValue("connectionHandler").socketJoined},Bs=new WeakMap,Ho=new WeakMap,Ar=new WeakMap,Ci=new WeakSet,Ja=function(){return a(this,wt).getValue("pip")},Hs=new WeakMap,Id=new WeakMap,Fo=new WeakSet,Iu=function(){Array.from(a(this,Ar).keys()).forEach(this.updateVideo)},Dd=new WeakSet,Lf=function(){var t,e;this.audioEnabled&&this.audioTrack?(t=a(this,Mr,an))==null||t.addParticipantTrack(this.id,this.audioTrack):(e=a(this,Mr,an))==null||e.removeParticipantTrack(this.id)},Od=new WeakSet,Vf=function(){var t,e;this.screenShareEnabled&&this.screenShareTracks.audio?(t=a(this,Mr,an))==null||t.addParticipantTrack(`screenshare-${this.id}`,this.screenShareTracks.audio):(e=a(this,Mr,an))==null||e.removeParticipantTrack(`screenshare-${this.id}`)},Cg);Ca([P.trace("Participant.disableAudio")],nr.prototype,"disableAudio",1);Ca([P.trace("Participant.kick")],nr.prototype,"kick",1);Ca([P.trace("Participant.disableVideo")],nr.prototype,"disableVideo",1);Ca([P.trace("Participant.getPermissions")],nr.prototype,"getPermissions",1);Ca([P.trace("Participant.setStageStatus")],nr.prototype,"setStageStatus",1);nr=Ca([it("1200")],nr);class ja extends Pf{constructor(t,e){const{onAddEvent:r="participantJoined",onDeleteEvent:i="participantLeft",onClearEvent:n="participantsCleared"}=e!=null?e:{};super({onAddEvent:r,onDeleteEvent:i,onClearEvent:n},t)}add(t,e=!0){return this.has(t.id)&&Object.is(this.get(t.id),t)===!1&&this.delete(t.id),super.add(t,e)}clear(t=!0,e=!1){return super.clear(t,e)}delete(t,e=!0,r=!1){return super.delete(t,e,r)}}var Ir;class W0 extends Ea{constructor(e){super(e);m(this,Ir,void 0);f(this,Ir,new Map)}__set(e,r){return a(this,Ir).set(e,r)}__clear(){return a(this,Ir).clear()}get(e){return a(this,Ir).get(e)}toArray(){return Array.from(a(this,Ir).values())}}Ir=new WeakMap;class J0{constructor(){p(this,"_orderedArray");p(this,"_map");this._map=new Map,this._orderedArray=[]}add(t,e){if(!this._map.has(t))return this._map.set(t,{peerId:t,priority:e}),this._orderedArray.splice(Math.max(e-1,0),0,t),this.index(t);const r=this.index(t);this.delete(t);const i=this.add(t,e);return r!==i?i:-1}delete(t){if(this._map.has(t)){const e=this.index(t);this._map.delete(t),this._orderedArray.splice(e,1)}}index(t){return this._map.has(t)?this._orderedArray.indexOf(t):-1}[Symbol.iterator](){return this._orderedArray[Symbol.iterator]()}}class K0{constructor(){p(this,"_activeSpeakerPeers");p(this,"_compulsoryPeers");this._activeSpeakerPeers=new J0,this._compulsoryPeers=new Set}add(t,e,r){if(!t)return-1;if(e<0)return this._compulsoryPeers.add(t),0;const i=r.getValue("logger");if(this.compulsoryPeers.includes(t)&&(e>0||e===246267631)){if(i.info("SelectedPeer::removing_compulsory_peer",{selectedPeer:{peerId:t}}),this._removeFromCompulsoryPeer(t),e===246267631)return-1}else if(e===229490415)return this.delete(t,r),-1;return this._activeSpeakerPeers.add(t,e)}delete(t,e){const r=e==null?void 0:e.getValue("logger");r==null||r.info("SelectedPeer::deleting_peer_from_selectedPeer",{selectedPeer:{peerId:t}}),this._removeFromCompulsoryPeer(t),this._activeSpeakerPeers.delete(t)}index(t){return this._activeSpeakerPeers.index(t)}get peers(){return Array.from(new Set(this.compulsoryPeers.concat(this.activeSpeakerPeers)))}get compulsoryPeers(){return Array.from(this._compulsoryPeers.values())}get activeSpeakerPeers(){return Array.from(this._activeSpeakerPeers)}_removeFromCompulsoryPeer(t){this._compulsoryPeers.delete(t)}}const xf=new K0;var z0=Object.defineProperty,Y0=Object.getOwnPropertyDescriptor,Ms=(s,t,e,r)=>{for(var i=r>1?void 0:r?Y0(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&z0(t,e,i),i};const Q0=["ACTIVE_GRID","PAGINATED","MANUAL"];var ke,qo,Du,wi,Ka,qn,Zc,Ri,pt,wg;let Yt=(wg=class extends Ot{constructor(t,e,r){const i=t.getValue("logger");super(i);m(this,qo);m(this,wi);m(this,qn);p(this,"waitlisted");p(this,"joined");p(this,"active");p(this,"videoSubscribed");p(this,"audioSubscribed");p(this,"pinned");p(this,"all");m(this,ke,void 0);m(this,Ri,void 0);m(this,pt,void 0);p(this,"rateLimitConfig",{maxInvocations:5,period:1});p(this,"viewMode");p(this,"currentPage");p(this,"lastActiveSpeaker");p(this,"selectedPeers",xf);f(this,ke,t),f(this,Ri,e),f(this,pt,r),this.waitlisted=new ja(i),this.joined=new ja(i),this.videoSubscribed=new ja(i),this.audioSubscribed=new ja(i),this.active=this.videoSubscribed,this.pinned=new ja(i),this.all=new W0(i),this.viewMode="ACTIVE_GRID",this.currentPage=0,this.setupEvents()}get pip(){return a(this,ke).getValue("pip")}get rateLimits(){return this.rateLimitConfig}updateRateLimits(t,e){this.rateLimitConfig.maxInvocations=t,this.rateLimitConfig.period=e}get telemetry(){return a(this,ke).getValue("telemetry")}setupEvents(){a(this,ke).getValue("peerSessionStore").on(R.E2EE_ACTIVE_CONSUMER,({peerId:e})=>{var r;((r=a(this,ke).getValue("modules").e2ee)==null?void 0:r.enabled)!==!0&&this.emit("media_decode_error",{reason:`Got encrypted media for participantId ${e}, but encryption wasn't enabled in init.defaults`,code:"1702"})});const t=a(this,ke).getValue("audioPlayback");t&&this.audioSubscribed.on("participantLeft",e=>{t.removeParticipantTrack(e.id)})}get count(){return this.joined.size}get maxActiveParticipantsCount(){var t;return(t=a(this,ke))==null?void 0:t.getValue("maxPreferredStreams")}setMaxActiveParticipantsCount(t){if(t<0||t>24)throw new b("0 <= Max active participants count limit <= 24","1203");a(this,ke).setValue("maxPreferredStreams",t),a(this,qn,Zc)&&a(this,ke).getValue("peerSessionStore").emit(R.UPDATE_ACTIVE,{viewMode:this.viewMode,page:this.currentPage})}get pageCount(){if(this.viewMode==="PAGINATED"){const t=this.selectedPeers.compulsoryPeers.length,e=this.joined.toArray().filter(r=>r.stageStatus==="ON_STAGE");return Math.ceil((e.length-t)/Math.max(this.maxActiveParticipantsCount-t,1))}return 0}acceptWaitingRoomRequest(t){var r,i;if(!a(this,wi,Ka))throw new b("Can`t accept waiting room request without joining room","1205");const e=(i=(r=this.waitlisted.get(t))==null?void 0:r.userId)!=null?i:t;return a(this,pt).acceptWaitingRoomRequest([e])}acceptAllWaitingRoomRequest(t){return u(this,null,function*(){const e=t.map(r=>{var i,n;return(n=(i=this.waitlisted.get(r))==null?void 0:i.userId)!=null?n:r});return a(this,pt).acceptWaitingRoomRequest(e)})}rejectWaitingRoomRequest(t){return u(this,null,function*(){var r,i;if(!a(this,wi,Ka))throw new b("Can`t reject waiting room request without joining room","1205");const e=(i=(r=this.waitlisted.get(t))==null?void 0:r.userId)!=null?i:t;a(this,pt).rejectWaitingRoomRequest([e])})}setViewMode(t){return u(this,null,function*(){if(this.logger.info("Participants::set_view_mode",{pageNavigation:{viewMode:t,currentPage:this.currentPage,pageCount:this.pageCount,maxActiveParticipantsCount:this.maxActiveParticipantsCount}}),!(r=>Q0.includes(r))(t))throw this.logger.error("Participants::setViewMode::invalid_view_mode",{pageNavigation:{viewMode:t,currentPage:this.currentPage,pageCount:this.pageCount,maxActiveParticipantsCount:this.maxActiveParticipantsCount}}),new b(`Invalid view mode: ${t}. Try ACTIVE_GRID, PAGINATED or MANUAL.`,"1207");if(this.viewMode===t){this.logger.info("Participants::setViewMode::view_mode_same_as_previous");return}this.viewMode=t,t==="PAGINATED"?(this.currentPage=1,a(this,ke).getValue("peerSessionStore").emit(R.UPDATE_ACTIVE,{viewMode:t,page:this.currentPage})):t==="ACTIVE_GRID"?(this.currentPage=0,a(this,ke).getValue("peerSessionStore").emit(R.UPDATE_ACTIVE,{viewMode:t,page:this.currentPage})):t==="MANUAL"&&(this.currentPage=0,a(this,ke).getValue("peerSessionStore").emit(R.UPDATE_ACTIVE,{viewMode:t,page:this.currentPage})),this.emit("viewModeChanged",{viewMode:t,currentPage:this.currentPage,pageCount:this.pageCount})})}subscribe(r){return u(this,arguments,function*(t,e=["audio","video","screenshareAudio","screenshareVideo"]){if(this.viewMode!=="MANUAL")throw new b("MANUAL subscription mode was not activated.","1206");t.forEach(i=>{const n=this.joined.get(i);n&&(e.includes("audio")&&(n.manualProducerConfig=j(O({},n.manualProducerConfig),{audio:!0}),this.audioSubscribed.has(n.id)||this.audioSubscribed.add(n)),e.includes("video")&&(n.manualProducerConfig=j(O({},n.manualProducerConfig),{video:!0}),this.videoSubscribed.has(n.id)||this.videoSubscribed.add(n)),e.includes("screenshareAudio")&&(n.manualProducerConfig=j(O({},n.manualProducerConfig),{screenshareAudio:!0}),this.audioSubscribed.has(n.id)||this.audioSubscribed.add(n)),e.includes("screenshareVideo")&&(n.manualProducerConfig=j(O({},n.manualProducerConfig),{screenshareVideo:!0}),this.videoSubscribed.has(n.id)||this.videoSubscribed.add(n)))}),a(this,ke).getValue("peerSessionStore").emit(R.UPDATE_ACTIVE,{viewMode:this.viewMode,page:this.currentPage})})}unsubscribe(r){return u(this,arguments,function*(t,e=["audio","video","screenshareAudio","screenshareVideo"]){if(this.viewMode!=="MANUAL")throw new b("MANUAL subscription mode was not activated.","1206");t.forEach(i=>{const n=this.joined.get(i);n&&(e.includes("audio")&&(n.manualProducerConfig=j(O({},n.manualProducerConfig),{audio:!1}),n.manualProducerConfig.screenshareAudio||this.audioSubscribed.delete(n.id)),e.includes("video")&&(n.manualProducerConfig=j(O({},n.manualProducerConfig),{video:!1}),n.manualProducerConfig.screenshareVideo||this.videoSubscribed.delete(n.id)),e.includes("screenshareAudio")&&(n.manualProducerConfig=j(O({},n.manualProducerConfig),{screenshareAudio:!1}),n.manualProducerConfig.audio||this.audioSubscribed.delete(n.id)),e.includes("screenshareVideo")&&(n.manualProducerConfig=j(O({},n.manualProducerConfig),{screenshareVideo:!1}),n.manualProducerConfig.video||this.videoSubscribed.delete(n.id)))}),a(this,ke).getValue("peerSessionStore").emit(R.UPDATE_ACTIVE,{viewMode:this.viewMode,page:this.currentPage})})}getPeerIdsForCurrentPage(){this.logger.info("Participants::getPeerIdsForCurrentPage()",{pageNavigation:{viewMode:this.viewMode,currentPage:this.currentPage,pageCount:this.pageCount,maxActiveParticipantsCount:this.maxActiveParticipantsCount}});const{compulsoryPeers:t}=this.selectedPeers,e=t.filter(c=>this.joined.has(c)),r=Array.from(this.pinned.keys()).filter(c=>!e.includes(c)),i=Array.from(this.joined.toArray().filter(c=>c.stageStatus==="ON_STAGE").map(c=>c.id)),n=Math.max((this.currentPage-1)*(this.maxActiveParticipantsCount-e.length-r.length)),o=this.currentPage*(this.maxActiveParticipantsCount-e.length-r.length);return e.concat(r,i.slice(n,o))}setPage(t){return u(this,null,function*(){if(this.logger.info("Participants::set_page",{pageNavigation:{settingPage:t,viewMode:this.viewMode,currentPage:this.currentPage,pageCount:this.pageCount,maxActiveParticipantsCount:this.maxActiveParticipantsCount}}),this.viewMode==="PAGINATED"){if(!Number.isInteger(t))throw this.logger.error("Participants::invalid_page_number"),new b(`Invalid page: ${t}. Page must be an integer and greater than 0 and less than or equal to .pageCount`,"1202");this.currentPage=t,a(this,ke).getValue("peerSessionStore").emit(R.UPDATE_ACTIVE,{viewMode:this.viewMode,page:t}),this.emit("pageChanged",{viewMode:this.viewMode,currentPage:this.currentPage,pageCount:this.pageCount})}})}disableAllAudio(t){return u(this,null,function*(){if(this.logger.info("Participants::disable_all_audio",{actions:{disableAllAudio:{allowUnmute:t}}}),!a(this,qn,Zc))throw new b("Can`t disable all audio without joining room","1205");if(a(this,Ri).permissions.canAllowParticipantAudio)return a(this,qo,Du).muteAll(t);throw this.logger.error("Participants::unauthorized_disable_all_audio",{actions:{disableAllAudio:{allowUnmute:t}}}),new b("Unauthorized: User does not have permission to disable peer audio.","1201")})}disableAllVideo(){return u(this,null,function*(){if(this.logger.info("Participants::disable_all_video"),!a(this,qn,Zc))throw new b("Can`t disable all video without joining room","1205");if(a(this,Ri).permissions.canAllowParticipantVideo)return a(this,qo,Du).muteAllVideo();throw this.logger.error("Participants::unauthorized_disable_all_video"),new b("Unauthorized: User does not have permission to disable peer video.","1201")})}kickAll(){return u(this,null,function*(){if(this.logger.info("Participants::kick_all"),a(this,ke).getValue("viewType")!=="LIVESTREAM"&&!a(this,wi,Ka))throw new b("Can`t kick all without joining room","1205");if(!a(this,Ri).permissions.kickParticipant)throw this.logger.error("Participants::unauthorized_kick_all"),new b("Unauthorized: User does not have permission to kick peers.","1201");const e=!0;a(this,pt).kickAll(e)})}broadcastMessage(t,e,r){return u(this,null,function*(){if(this.logger.info("Participants::broadcastMessage"),!a(this,wi,Ka))throw new b("Can`t broadcast message without joining room","1205");if(!(t!=null&&t.trim()))throw new b("`type` must be a non-empty string.","1209");if(r)if("meetingIds"in r)yield a(this,pt).broadcastToMeetings(t,r.meetingIds,e);else{let i=[];"participantIds"in r?i=r.participantIds:i=this.joined.toArray().filter(n=>{var o;return(o=r.presetNames)==null?void 0:o.includes(n.presetName)}).map(n=>n.id),yield a(this,pt).broadcastToPeers(t,i,e)}else yield a(this,pt).broadcastMessage(t,e)})}getAllJoinedPeers(t,e,r){return u(this,null,function*(){return(yield a(this,pt).getRoomPeers(t,e,r)).peers.map(ur.formatSocketPeerMessage)})}updatePermissions(t,e){return u(this,null,function*(){const r=this.joined.toArray().filter(n=>t.includes(n.id)).map(n=>n.userId),i=[...new Set(r)];if(!i.length)throw new b("Cannot update permissions, no valid userIDs found","1204");a(this,pt).updatePermissions(i,e)})}getParticipantsInMeetingPreJoin(){return u(this,null,function*(){return a(this,pt).getRoomPeersNonPaginated()})}},ke=new WeakMap,qo=new WeakSet,Du=function(){return a(this,ke).getValue("roomNodeClient")},wi=new WeakSet,Ka=function(){var t;return((t=a(this,ke).getValue("connectionHandler"))==null?void 0:t.socketJoined)===!0},qn=new WeakSet,Zc=function(){var t;return((t=a(this,ke).getValue("connectionHandler"))==null?void 0:t.mediaJoined)===!0},Ri=new WeakMap,pt=new WeakMap,wg);Ms([P.trace("Participants.setViewMode")],Yt.prototype,"setViewMode",1);Ms([P.trace("Participants.setPage")],Yt.prototype,"setPage",1);Ms([P.trace("Participants.disableAllAudio")],Yt.prototype,"disableAllAudio",1);Ms([P.trace("Participants.disableAllVideo")],Yt.prototype,"disableAllVideo",1);Ms([P.trace("Participants.kickAll")],Yt.prototype,"kickAll",1);Ms([P.trace("Participants.broadcastMessage"),Nt(Pa,"rateLimitConfig")],Yt.prototype,"broadcastMessage",1);Ms([P.trace("Participants.getAllJoinedPeers"),Nt({maxInvocations:10,period:60})],Yt.prototype,"getAllJoinedPeers",1);Ms([P.trace("Participant.updatePermissions"),Nt({maxInvocations:1e3,period:60})],Yt.prototype,"updatePermissions",1);Ms([P.trace("Participants.getParticipantsInMeetingPreJoin")],Yt.prototype,"getParticipantsInMeetingPreJoin",1);Yt=Ms([it("1200")],Yt);var X0=Object.defineProperty,Z0=Object.getOwnPropertyDescriptor,en=(s,t,e,r)=>{for(var i=r>1?void 0:r?Z0(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&&X0(t,e,i),i},qt,is,jn,Rg;const Uf=(Rg=class{constructor(s,t,e){p(this,"participants");p(this,"self");p(this,"selectedPeers",xf);p(this,"maxSpatialLayerUpdates",new Map);p(this,"consumerPeerMap");p(this,"events");p(this,"roomSocketHandler");p(this,"context");p(this,"videoPeerConsumerMap",new Map);m(this,qt,{mode:"ACTIVE_GRID",page:0});m(this,is,!1);m(this,jn,!1);p(this,"updateConsumerSpatialLayers",ph(()=>{const s={},t=new Map(this.maxSpatialLayerUpdates);this.maxSpatialLayerUpdates.clear(),Array.from(t.entries()).forEach(([e,r])=>{s[r]===void 0&&(s[r]={layer:r,consumerIds:[]}),s[r].consumerIds.push(e)}),Object.keys(s).forEach(e=>{const r=s[e];this.logger.log(`Switching max spatial layer to ${r.layer}`,{consumerIds:r.consumerIds}),this.roomNodeClient.switchConsumersToLayer(r.consumerIds,r.layer)})},2e3));p(this,"updateConsumers",(s,t)=>u(this,null,function*(){this.logger.info(`updateConsumers: Starting consumer updates - AddProducers: ${s.length}, RemoveProducers: ${t.length}, ConsumersSyncing: ${a(this,is)}`);try{s.length!==0&&(this.logger.info(`updateConsumers: Creating consumers for ${s.length} producers: [${s.map(e=>e.producerId).join(", ")}]`),yield this.roomNodeClient.createConsumers(s),this.logger.info("updateConsumers: Successfully created consumers."))}catch(e){this.logger.error("updateConsumers: Error creating consumers",{error:e})}try{t.length!==0&&(this.logger.info(`updateConsumers: Closing consumers for ${t.length} producers: [${t.map(e=>e.producerId).join(", ")}]`),yield this.roomNodeClient.closeConsumers(t),this.logger.info("updateConsumers: Successfully closed consumers."))}catch(e){this.logger.error("updateConsumers: Error closing consumers",{error:e})}this.logger.info("updateConsumers: Completed consumer updates.")}));this.context=s,this.roomSocketHandler=e,this.participants=new Yt(s,t,this.roomSocketHandler),this.self=t,this.consumerPeerMap=new Map,this.events=ls,t.config.viewType!=="CHAT"&&this.setupEventsGlobal(),this.setupEvents()}get roomNodeClient(){return this.context.getValue("roomNodeClient")}get mediaJoined(){var s;return((s=this.roomNodeClient)==null?void 0:s.mediaJoined)===!0}get pip(){return this.context.getValue("pip")}get telemetry(){return this.context.getValue("telemetry")}get logger(){return this.context.getValue("logger")}setupEvents(){this.roomSocketHandler.on(U.getWaitingRoomRequests,this.waitingRoomRequestHandler.bind(this)),this.context.getValue("peerSessionStore").on(R.SOCKET_PEERS,s=>{const t=this.participants.joined.size>0;this.participants.videoSubscribed.clear(),this.participants.audioSubscribed.clear(),this.participants.pinned.clear(),this.participants.joined.clear(),this.participants.currentPage=0,this.participants.viewMode="ACTIVE_GRID",t&&this.participants.emit("viewModeChanged",{viewMode:"ACTIVE_GRID",currentPage:this.participants.currentPage,pageCount:this.participants.pageCount}),s==null||s.forEach(e=>{e.waitlisted||this.onParticipantSocketJoined(this.createParticipantObjFromSocketPeer(e))})}),this.roomSocketHandler.on(this.events.peerJoinedBroadcast,({participant:s})=>{this.logger.info("PEER_INFO:::MEDIA_JOIN",{participant:{id:s.peerId,maskedName:[...(s==null?void 0:s.displayName)||""].map((t,e)=>e%2?"*":t).join("")}}),this.onParticipantMediaJoined(s.peerId,s.producerStates)}),this.roomSocketHandler.on(this.events.selfJoinComplete,({participants:s,selectedPeers:t,roomState:e})=>{s.forEach(({peerId:n,producerStates:o})=>this.onParticipantMediaJoined(n,o));const{audioPeers:r,compulsoryPeers:i}=t!=null?t:{};e.pinnedPeerIds.length!==0&&this.onParticipantPinned(e.pinnedPeerIds[0]),this.computeActivateParticipants(r!=null?r:[],i),this.logger.info("selfJoinComplete: Emitting UPDATE_ACTIVE with createAllConsumers=true"),this.context.getValue("peerSessionStore").emit(R.UPDATE_ACTIVE,{createAllConsumers:!0})}),this.context.getValue("peerSessionStore").on(R.MAX_SPATIAL_LAYER_CHANGE,({peerId:s,maxSpatialLayer:t})=>{const e=this.videoPeerConsumerMap.get(s);e&&(this.maxSpatialLayerUpdates.set(e,t),this.updateConsumerSpatialLayers())}),this.context.getValue("peerSessionStore").on(R.NEW_PRODUCER,({peerId:s,producer:t})=>{const e=this.participants.joined.get(s);if(!e){this.logger.warn("ParticipantController::NEW_PRODUCER::participant not found",{producer:{id:t==null?void 0:t.producerId,kind:t==null?void 0:t.kind,status:"not_initialized",appData:{screenShare:t==null?void 0:t.screenShare}},participant:{id:s}});return}e.producers.push(t),this.logger.info("ParticipantController::NEW_PRODUCER::producer_added_to_participant",{producer:{id:t==null?void 0:t.producerId,peerId:s,kind:t==null?void 0:t.kind,status:"not_initialized",appData:{screenShare:t==null?void 0:t.screenShare}}}),(t==null?void 0:t.kind)==="audio"&&this.participants.audioSubscribed.get(s)||(t==null?void 0:t.kind)==="video"&&this.participants.videoSubscribed.get(s)||t!=null&&t.screenShare?(this.logger.info(`NEW_PRODUCER: scheduling syncConsumer (AUTO mode) - Producer: ${t.producerId}, Peer: ${s}, Kind: ${t.kind}, ScreenShare: ${t.screenShare}, ConsumersSyncing: ${a(this,is)}, VideoSub: ${t.kind==="video"?this.participants.videoSubscribed.has(s):"N/A"}, AudioSub: ${t.kind==="audio"?this.participants.audioSubscribed.has(s):"N/A"}`),this.scheduleSyncConsumers({source:"NEW_PRODUCER_AUTO"})):this.logger.info("ParticipantController::NEW_PRODUCER::not_consuming_producer_auto",{producer:{id:t==null?void 0:t.producerId,peerId:s,kind:t==null?void 0:t.kind,status:"UNKNOWN",appData:{screenShare:t==null?void 0:t.screenShare}}})}),this.context.getValue("peerSessionStore").on(R.PRODUCER_CLOSED,({peerId:s,producerId:t})=>{const e=this.participants.joined.get(s);if(!e){this.logger.warn("ParticipantController::NEW_PRODUCER::participant not found",{participant:{id:s}});return}e.producers=e.producers.filter(r=>r.producerId!==t)}),this.context.getValue("peerSessionStore").on(R.PRODUCER_TOGGLE,({peerId:s,producerId:t,paused:e,kind:r})=>{const i=this.participants.joined.get(s);if(i){r==="audio"&&i.setAudioEnabled(!e);const n=i.producers.find(o=>o.producerId===t);n&&(n.pause=e),r==="video"&&this.context.getValue("peerSessionStore").emit(R.UPDATE_ACTIVE,{viewMode:this.participants.viewMode,page:this.participants.currentPage})}}),this.roomSocketHandler.on(this.events.globalPeerPinBroadcast,s=>{let t;if(s&&(t=s.participantId),!this.mediaJoined)return;const e=t;this.onParticipantPinned(e);const r=this.participants.joined.get(e);r&&(this.logger.info(`globalPeerPinBroadcast: Scheduling audio/video consumer sync for pinned participant ${e} - ProducerCount: ${r.producers.length}, ConsumersSyncing: ${a(this,is)}, ProducerIds: [${r.producers.map(i=>i.producerId).join(", ")}]`),this.scheduleSyncConsumers({source:"GLOBAL_PEER_PIN"}))}),this.roomSocketHandler.on(this.events.selectedPeer,({audioPeers:s,compulsoryPeers:t})=>{this.mediaJoined&&this.onSelectedPeers(t.concat(s))}),this.roomSocketHandler.on(this.events.selectedPeerDiff,({entries:s})=>{if(!this.mediaJoined)return;const t=s.map(e=>({peerId:e.peerId,priority:e.priority}));this.updateActiveParticipantsWithPriorities(t,!0)})}waitingRoomRequestHandler(s){const t=s.requests.filter(r=>!this.participants.waitlisted.toArray().find(i=>i.userId===r.userId)),e=this.participants.waitlisted.toArray().filter(r=>!s.requests.find(i=>i.userId===r.userId));t.forEach(r=>this.participants.waitlisted.add(new nr(this.context,{id:r.peerId,displayName:r.displayName,audioMuted:!0,videoEnabled:!1,audioTrack:void 0,videoTrack:void 0,stageStatus:"OFF_STAGE",userId:r.userId,flags:{},isHost:!1,customParticipantId:r.customParticipantId,picture:r.picture,metadata:{preset_name:r.presetName}},this.self,this.roomSocketHandler))),e.forEach(r=>this.participants.waitlisted.delete(r.id))}get maxPreferredStreams(){return this.participants.maxActiveParticipantsCount}selectPagePeers(s){const{compulsoryPeers:t}=this.selectedPeers,e=t.filter(d=>this.participants.joined.has(d)),r=Array.from(this.participants.pinned.keys()).filter(d=>!e.includes(d)),i=Array.from(this.participants.joined.toArray().filter(d=>d.stageStatus==="ON_STAGE").map(d=>d.id)),n=Math.max((s-1)*(this.maxPreferredStreams-e.length-r.length)),o=s*(this.maxPreferredStreams-e.length-r.length);return e.concat(r,i.slice(n,o))}selectActivePeers(s){const t=new Map,e=Array.from(this.participants.joined.toArray().filter(h=>h.stageStatus==="ON_STAGE").map(h=>(t.set(h.id,!0),h.id))),r=this.selectedPeers.peers,i=this.participants.pinned.toArray().reduce((h,g)=>(g.stageStatus!=="ON_STAGE"?this.participants.pinned.delete(g.id):h.push(g.id),h),[]),n=this.self.stageStatus==="ON_STAGE"?1:0,o=s-n,c=new Set(r.concat(i).filter(h=>h!==this.self.id&&t.has(h)));let d=Array.from(c);const l=o-c.size;if(l>=0){const h=e.filter(g=>!c.has(g)&&g!==this.self.id).slice(0,l);d=Array.from(c).concat(h)}else d=d.slice(0,o);return d}updateMediaSubscribedMaps(s,t){const{page:e}=t!=null?t:{};s&&a(this,qt).mode!==s&&(a(this,qt).mode=s),e&&a(this,qt).page!==e&&(a(this,qt).page=e);const{mode:r,page:i}=a(this,qt);switch(r){case"PAGINATED":{if(!i)return;const n=this.selectPagePeers(i),o=this.selectActivePeers(this.participants.maxActiveParticipantsCount+4);this.updateParticipantsMap(this.participants.videoSubscribed,n),this.updateParticipantsMap(this.participants.audioSubscribed,o),this.logger.debug("ParticipantController::updateActive::updating_current_page_peers",{peerIds:n});break}case"ACTIVE_GRID":{const n=this.selectActivePeers(this.participants.maxActiveParticipantsCount),o=this.selectActivePeers(this.participants.maxActiveParticipantsCount+4);this.updateParticipantsMapMinReplacement(this.participants.videoSubscribed,n),this.updateParticipantsMap(this.participants.audioSubscribed,o);break}case"MANUAL":break;default:throw new Error(`View mode ${s} not supported`)}}scheduleSyncConsumers(t){return u(this,arguments,function*({source:s}){var r,i,n;const e=((r=a(this,qt))==null?void 0:r.mode)==="PAGINATED"&&!a(this,is)?200:0;this.logger.info(`scheduleSyncConsumers():: Source: ${s}, ViewMode: ${(i=a(this,qt))==null?void 0:i.mode}, ConsumersSyncing: ${a(this,is)}, Delay: ${e}, Page: ${(n=a(this,qt))==null?void 0:n.page}`),setTimeout(()=>this.syncConsumers(),e)})}syncConsumers(){return u(this,null,function*(){var l,h,g,T,y;if(((g=(h=(l=this.context.getValue("connectionHandler"))==null?void 0:l.mediaState)==null?void 0:h.recv)==null?void 0:g.state)!=="connected"){this.logger.info("syncConsumers: Connection not ready, exiting.");return}if(a(this,is)){f(this,jn,!0),this.logger.info("syncConsumers: Sync in progress, marking resyncRequired=true and exiting.");return}this.logger.info("syncConsumers: Starting sync operation."),f(this,is,!0),f(this,jn,!1);let s=[];this.participants.videoSubscribed.forEach(E=>{var M,D;const _=this.participants.joined.get(E.id),C=(D=(M=E.producers)==null?void 0:M.filter(L=>L.kind==="video"))!=null?D:[];_&&(C!=null&&C.length)&&C.forEach(L=>{var H,X,me,Ve;const B=((X=(H=_.manualProducerConfig)==null?void 0:H.video)!=null?X:!0)&&L.kind==="video"&&!L.screenShare,F=((Ve=(me=_.manualProducerConfig)==null?void 0:me.screenshareVideo)!=null?Ve:!0)&&L.kind==="video"&&L.screenShare;(B||F)&&(L.pause||s.push(L))})}),this.participants.audioSubscribed.forEach(E=>{var M,D;const _=this.participants.joined.get(E.id),C=(D=(M=E.producers)==null?void 0:M.filter(L=>L.kind==="audio"))!=null?D:[];_&&(C!=null&&C.length)&&C.forEach(L=>{var H,X,me,Ve;const B=((X=(H=_.manualProducerConfig)==null?void 0:H.audio)!=null?X:!0)&&L.kind==="audio"&&!L.screenShare,F=((Ve=(me=_.manualProducerConfig)==null?void 0:me.screenshareAudio)!=null?Ve:!0)&&L.kind==="audio"&&L.screenShare;(B||F)&&s.push(L)})}),s=kC(s,E=>E.producerId);const t=new Map;s.forEach(E=>{t.set(E.producerId,E)});const e=(T=this.roomNodeClient)==null?void 0:T.getConsumers();let r=s.filter(E=>!(e!=null&&e.has(E.producerId)));s.filter(E=>!E.consumer&&(e==null?void 0:e.has(E.producerId))).forEach(E=>{const _=e.get(E.producerId);_&&(this.logger.info(`syncConsumers: remapping existing consumer ${_.id} to producer ${E.producerId}`),this.context.getValue("peerSessionStore").emit(R.NEW_CONSUMER,{id:_.id,appData:_.appData,peerId:_.peerId}))});let n=[],o=Array.from((y=e==null?void 0:e.values())!=null?y:[]).map(E=>E.peerId);o=bC(o),o==null||o.forEach(E=>{var C;const _=this.participants.joined.get(E);if(!_){this.logger.warn(`Peer with ${E} doesn't exist in joined list but producers of it are being consumed.`);return}(C=_.producers)!=null&&C.length&&_.producers.forEach(M=>{const D=M.consumer&&e.has(M.consumer.id);!t.has(M.producerId)&&(e.has(M.producerId)||D)&&n.push(M)})}),this.logger.info(`syncConsumers: Computed changes - AddProducers: ${r.length} [${r.map(E=>E.producerId).join(", ")}], RemoveProducers: ${n.length} [${n.map(E=>E.producerId).join(", ")}]`.substring(0,5e3));const c=35,d=35;r.length>c&&(this.logger.warn(`syncConsumers: Too many remote producers to create consumers: ${r.length}. Only adding ${c} in this run.`),r=r.slice(0,c),this.scheduleSyncConsumers({source:"SOFT_CAPPED_CREATE_CONSUMERS"})),n.length>d&&(this.logger.warn(`syncConsumers: Too many remote producers to close consumers: ${n.length}. Only removing ${d} in this run.`),n=n.slice(0,d),this.scheduleSyncConsumers({source:"SOFT_CAPPED_REMOVE_CONSUMERS"}));try{r.length>0||n.length>0?(this.logger.info(`syncConsumers: Calling updateConsumers with changes. Adding ${r.length} and removing ${n.length}.`),yield this.updateConsumers(r,n),this.logger.info("syncConsumers: updateConsumers completed successfully.")):this.logger.info("syncConsumers: No changes needed, skipping updateConsumers.")}catch(E){this.logger.error("syncConsumers: updateConsumers failed with error.",{error:E})}finally{this.logger.info("syncConsumers: Setting consumersSyncing=false and completing sync."),f(this,is,!1)}a(this,jn)&&(this.logger.info("syncConsumers: Resync required, calling syncConsumers again."),this.syncConsumers())})}computeActivateParticipants(s,t){const e=s.map((i,n)=>({peerId:i,priority:n+1})),r=t==null?void 0:t.map((i,n)=>({peerId:i,priority:-(n+1)}));e.push(...r!=null?r:[]),e.length>0&&this.updateActiveParticipantsWithPriorities(e)}createParticipantObjFromSocketPeer(s){const t=Uf.formatSocketPeerMessage(s);return new nr(this.context,j(O({},t),{isHost:!1,videoEnabled:!1,audioMuted:!0,videoTrack:void 0,audioTrack:void 0}),this.self,this.roomSocketHandler)}updatePipSource(s,t){var e,r;t?(e=this.pip)==null||e.enableSource(s):(r=this.pip)==null||r.disableSource(s)}onParticipantMediaJoined(s,t){if(!this.mediaJoined||s===this.self.id)return;const e=this.participants.joined.get(s);if(!e){this.logger.warn(`Received media.peerJoinedBroadcast for non-existent peer ${s}`);return}this.logger.info("PEER_INFO:::SOCKET_ON_MEDIA_JOIN",{participant:{id:e.id,maskedName:[...(e==null?void 0:e.name)||""].map((r,i)=>i%2?"*":r).join("")}}),this.logger.info(`onParticipantMediaJoined: peer ${s} has joined media room. Processing.`),t.forEach(r=>{r.kind===sr.AUDIO&&!r.screenShare?e.setAudioEnabled(!r.pause):r.kind===sr.VIDEO&&!r.screenShare&&(e.setVideoEnabled(!r.pause),this.updatePipSource(e.id,!r.pause)),e.producers.push(j(O({},r),{producingTransportId:r.producingTransportId,kind:r.kind===sr.AUDIO?"audio":"video",producingPeerId:s,mimeType:r.mimeType}))}),this.logger.info(`onParticipantMediaJoined: Emitting UPDATE_ACTIVE for peer ${s}`),this.context.getValue("peerSessionStore").emit(R.UPDATE_ACTIVE,{viewMode:this.participants.viewMode,page:this.participants.currentPage})}updateParticipantsMapMinReplacement(s,t){const e=Array.from(s.keys()),r=new Map(s),i=new Set(t),n=[];e.forEach((o,c)=>{(!i.has(o)||!this.participants.joined.get(o))&&n.push(c)}),t.forEach(o=>{if(s.get(o))return;if(e.length<t.length){e.push(o);return}const c=n.shift();e[c]=o}),n.forEach(o=>{e.splice(o,1)}),Array.from(s.keys()).forEach(o=>{s.delete(o,!i.has(o))}),e.forEach(o=>{if(!this.participants.joined.get(o)){this.logger.warn("updateActiveParticipants::participant_not_in_joined_list",{participant:{id:o}});return}s.add(this.participants.joined.get(o),!r.get(o))}),s.emit("participantsUpdate")}updateParticipantsMap(s,t){Array.from(s.keys()).forEach(r=>{t.includes(r)||s.delete(r,!0)}),t.forEach(r=>{s.get(r)||s.add(this.participants.joined.get(r),!0)}),s.emit("participantsUpdate")}updatePinnedParticipants(){this.participants.pinned.forEach(s=>{s.setIsPinned(!1),this.participants.pinned.delete(s.id)})}setupEventsGlobal(){this.roomSocketHandler.on(U.joinRoom,({peer:s})=>{s.waitlisted||(this.logger.info("Processing socket join",{peers:s.peerId}),this.onParticipantSocketJoined(this.createParticipantObjFromSocketPeer(s)),this.logger.info("Processed socket join",{peers:s.peerId}))}),this.roomSocketHandler.on(U.leaveRoom,s=>{const{peerId:t}=s.peer;this.selectedPeers.delete(t,this.context),this.onParticipantLeave(t)}),this.context.getValue("peerSessionStore").on(R.SOCKET_SERVICE_ROOM_JOINED,()=>{this.self.permissions.acceptWaitingRequests&&this.roomSocketHandler.getWaitingRoomRequests()}),this.self.permissions.on("permissionsUpdate",s=>{const{acceptWaitingRequests:t}=s;t!==void 0&&(t?this.roomSocketHandler.getWaitingRoomRequests():this.participants.waitlisted.clear())}),this.context.getValue("peerSessionStore").on(R.SOCKET_SERVICE_DISCONNECTED,()=>{this.logger.info("Socket disconnected — keeping participants visible for seamless reconnection")}),this.context.getValue("peerSessionStore").on(R.CONSUMER_PAUSED,({id:s})=>{this.processConsumerPaused(s)}),this.context.getValue("peerSessionStore").on(R.CONSUMER_RESUMED,({id:s})=>{this.processConsumerResumed(s)}),this.context.getValue("peerSessionStore").on(R.NEW_CONSUMER,({id:s})=>{this.processNewConsumer(s)}),this.context.getValue("peerSessionStore").on(R.CONSUMER_CLOSED,({id:s})=>{this.processConsumerClosed(s)}),this.context.getValue("peerSessionStore").on(R.ROOM_MESSAGE,r=>u(this,[r],function*({payload:s,type:t,timestamp:e}){this.participants.emit("broadcastedMessage",{type:t,payload:s,timestamp:e})})),this.context.getValue("peerSessionStore").on(R.MESSAGE,r=>u(this,[r],function*({payload:s,type:t,timestamp:e}){t!=="spotlight"&&this.participants.emit("broadcastedMessage",{type:t,payload:s,timestamp:e})})),this.context.getValue("peerSessionStore").on(R.LOW_CONSUMER_SCORE,({peerId:s,score:t,kind:e})=>{const r=this.participants.joined.get(s);r&&(r.emit("poorConnection",{score:t,kind:e}),this.participants.emit("poorConnection",{participantId:s,score:t,kind:e}))}),this.context.getValue("peerSessionStore").on(R.CONSUMER_SCORE_UPDATE,({score:s,kind:t,appData:e,peerId:r,scoreStats:i})=>{var c;const n=t==="video"&&((c=e==null?void 0:e.screenShare)!=null?c:!1),o=this.participants.joined.get(r);o&&(o.emit("mediaScoreUpdate",{kind:t,isScreenshare:n,score:s,participantId:r,scoreStats:i}),this.participants.emit("mediaScoreUpdate",{kind:t,isScreenshare:n,score:s,participantId:r,scoreStats:i}))}),this.context.getValue("peerSessionStore").onAsync(R.KICK_PEER,t=>u(this,[t],function*({peerId:s}){const e=this.participants.joined.get(s);this.roomNodeClient.kick(s),yield this.roomSocketHandler.kick(s),e?e.emit("kicked"):this.participants.joined.emit("kicked",{id:s})})),this.context.getValue("peerSessionStore").on(R.UPDATE_ACTIVE,(...r)=>u(this,[...r],function*({viewMode:s,page:t,createAllConsumers:e}={viewMode:"ACTIVE_GRID",page:0,createAllConsumers:!1}){this.logger.info(`UPDATE_ACTIVE event received - viewMode: ${a(this,qt).mode}, page: ${t}, CreateAllConsumers: ${e}`),e&&(this.logger.info(`UPDATE_ACTIVE viewMode: ${s}, Page: ${t}, Removing existing subscriptions.`),this.participants.videoSubscribed.clear(),this.participants.audioSubscribed.clear()),this.updateMediaSubscribedMaps(s,{page:t}),this.scheduleSyncConsumers({source:"UPDATE_ACTIVE"})}))}onParticipantPinned(s){return u(this,null,function*(){if(!s){this.self.isPinned&&this.self.setIsPinned(!1),this.participants.pinned.size!==0&&this.updatePinnedParticipants();return}if(s===this.self.id){this.participants.pinned.size!==0&&this.updatePinnedParticipants(),this.self.setIsPinned(!0);return}const t=this.participants.joined.get(s);this.self.isPinned&&this.self.setIsPinned(!1),this.updatePinnedParticipants(),t.setIsPinned(!0),this.participants.pinned.add(t)})}onParticipantSocketJoined(s){return u(this,null,function*(){var t,e,r;this.logger.info(`onParticipantSocketJoined: peer ${s.id} has joined socket edge. Processing.`),this.self.id!==s.id&&!((t=s.flags)!=null&&t.recorder)&&!((e=s.flags)!=null&&e.hidden_participant)&&!((r=s.flags)!=null&&r.hiddenParticipant)&&(this.participants.videoSubscribed.delete(s.id),this.participants.audioSubscribed.delete(s.id),this.participants.joined.add(s),this.participants.waitlisted.delete(s.id),s.stageStatus==="REQUESTED_TO_JOIN_STAGE"&&this.context.getValue("peerSessionStore").emit(R.UPDATE_STAGE_REQUESTS,{request:{displayName:s.name,userId:s.userId,peerId:s.id},add:!0})),this.context.getValue("peerSessionStore").emit(R.PEER_JOINED_INTERNAL,s)})}onParticipantLeave(s){return u(this,null,function*(){const t=this.participants.joined.get(s);this.participants.joined.delete(s,!0,!0),this.participants.pinned.delete(s,!0,!0),this.participants.waitlisted.delete(s,!0,!0),this.roomNodeClient&&this.roomNodeClient.closeConsumers(t==null?void 0:t.producers),t&&t.stageStatus==="REQUESTED_TO_JOIN_STAGE"&&this.context.getValue("peerSessionStore").emit(R.UPDATE_STAGE_REQUESTS,{request:{displayName:t.name,userId:t.userId,peerId:t.id},add:!1});const{currentPage:e}=this.participants,r=this.maxPreferredStreams*(e-1),i=this.participants.videoSubscribed.get(s);this.participants.viewMode==="MANUAL"?this.context.getValue("peerSessionStore").emit(R.UPDATE_ACTIVE,{viewMode:this.participants.viewMode,page:e}):r===0?this.participants.setViewMode("ACTIVE_GRID"):this.participants.joined.size<=r?e===2?this.participants.setViewMode("ACTIVE_GRID"):this.participants.setPage(e-1):i&&this.context.getValue("peerSessionStore").emit(R.UPDATE_ACTIVE,{viewMode:this.participants.viewMode,page:e})})}processMedia(s){var g;const t=this.roomNodeClient.getConsumers(),{peerId:e,kind:r,appData:i,track:n,producerId:o,rtpReceiver:c,paused:d,localId:l}=(g=t.get(s))!=null?g:{};if(!e)return this.logger.warn("processMedia::Peer ID is undefined",{consumer:{id:s,kind:r,peerId:e,appData:{supportsRemoteControl:!!(i!=null&&i.supportsRemoteControl),screenShare:!!(i!=null&&i.screenShare)},remotelyPaused:d,producerId:o}}),{};const h=i;return r==="video"&&h.screenShare!==!0&&this.videoPeerConsumerMap.set(e,s),this.logger.info("ParticipantController::processMedia",{consumer:{id:s,peerId:e,kind:r,appData:h,remotelyPaused:d,producerId:o}}),this.consumerPeerMap.set(s,{type:r,peerId:e,appData:h,remotelyPaused:d,producerId:o}),{peerId:e,kind:r,appData:h,remotelyPaused:d,track:n,producerId:o,rtpReceiver:c,localId:l}}processConsumerClosed(s){const{peerId:t,type:e,appData:r,remotelyPaused:i,producerId:n}=this.consumerPeerMap.get(s)||{},o=this.participants.joined.get(t);if(this.logger.info("ParticipantController::processConsumerClosed",{consumer:{id:s,peerId:t,appData:r,kind:e,remotelyPaused:i,producerId:n}}),this.consumerPeerMap.delete(s),e==="video"&&r.screenShare!==!0&&this.videoPeerConsumerMap.delete(t),!o)return;const c=o.producers.find(l=>l.producerId===n);c&&(c.consumer={id:s,peerId:t,kind:void 0,appData:r,paused:i,producerId:n,rtpReceiver:void 0,localId:void 0});const d=[];r&&r.screenShare?(o.setScreenShareEnabled(!1),this.context.getValue("callstats").consumerSharedMediaState(s,{screen:!1}),o.screenShareTracks.video&&d.push(o.screenShareTracks.video.id),o.screenShareTracks.audio&&d.push(o.screenShareTracks.audio.id),o.screenShareTracks={audio:void 0,video:void 0}):e==="audio"?(o.setAudioEnabled(!1),o.audioTrack&&d.push(o.audioTrack.id),this.context.getValue("callstats").consumerSharedMediaState(s,{audio:!1}),o.audioTrack=void 0):e==="video"&&(o.setVideoEnabled(!1),this.updatePipSource(o.id,!1),o.videoTrack&&d.push(o.videoTrack.id),this.context.getValue("callstats").consumerSharedMediaState(s,{video:!1}),o.videoTrack=void 0),r.e2ee&&d.forEach(l=>{this.context.getValue("peerSessionStore").emit(R.E2EE_INACTIVE_CONSUMER,{peerId:t,trackId:l})})}processConsumerResumed(s){var T;const t=this.processMedia(s),{peerId:e,kind:r,appData:i,track:n,remotelyPaused:o,producerId:c,rtpReceiver:d,localId:l}=t;if(!e)return;this.logger.info("ParticipantController::processConsumerResumed",{consumer:{id:s,peerId:e,kind:r,appData:i,remotelyPaused:o,producerId:c}});const h=this.participants.joined.get(e);if(!h)return;const g=h.producers.find(y=>y.producerId===c);if(g&&(g.consumer={id:s,peerId:e,kind:r,appData:i,paused:o,producerId:c,rtpReceiver:d,localId:l}),i.e2ee&&this.context.getValue("peerSessionStore").emit(R.E2EE_ACTIVE_CONSUMER,{peerId:e,rtpReceiver:d,track:n}),i.screenShare){r==="video"?h.screenShareTracks.video=n:r==="audio"&&(h.screenShareTracks.audio=n),h.setScreenShareEnabled(!0),(T=this.context)==null||T.getValue("callstats").consumerSharedMediaState(s,{screen:!0});return}r==="video"?(h.videoTrack=n,h.setVideoEnabled(!0),this.updatePipSource(h.id,!0),this.context.getValue("callstats").consumerSharedMediaState(s,{video:!0})):r==="audio"&&(h.audioTrack=n,h.setAudioEnabled(h.audioEnabled),this.context.getValue("callstats").consumerSharedMediaState(s,{audio:h.audioEnabled}))}processConsumerPaused(s){this.logger.info(`ParticipantController::processConsumerPaused called for consumerId: ${s}`);const{peerId:t,kind:e,track:r,appData:i,remotelyPaused:n,producerId:o,rtpReceiver:c,localId:d}=this.processMedia(s);if(!t)return;this.logger.info("ParticipantController::processConsumerPaused",{consumer:{id:s,peerId:t,kind:e,appData:i,remotelyPaused:n,producerId:o}});const l=this.participants.joined.get(t);if(!l)return;const h=l.producers.find(g=>g.producerId===o);h&&(h.consumer={id:s,peerId:t,kind:e,appData:i,paused:n,producerId:o,rtpReceiver:c,localId:d}),r&&i.e2ee&&this.context.getValue("peerSessionStore").emit(R.E2EE_INACTIVE_CONSUMER,{peerId:t,trackId:r.id}),e==="video"?(l.videoTrack=r,l.setVideoEnabled(!1),this.updatePipSource(l.id,!1),this.context.getValue("callstats").consumerSharedMediaState(s,{video:!1})):e==="audio"&&(l.audioTrack=r,l.setAudioEnabled(l.audioEnabled),this.context.getValue("callstats").consumerSharedMediaState(s,{audio:l.audioEnabled}))}processNewConsumer(s){const{peerId:t,kind:e,remotelyPaused:r,track:i,appData:n,producerId:o,rtpReceiver:c,localId:d}=this.processMedia(s);if(!t)return;this.logger.info("ParticipantController::processNewConsumer",{consumer:{id:s,peerId:t,kind:e,remotelyPaused:r,appData:n,producerId:o}});const l=this.participants.joined.get(t);if(!l)return;const h=l.producers.find(g=>g.producerId===o);if(h&&(h.consumer={id:s,peerId:t,kind:e,appData:n,paused:r,producerId:o,rtpReceiver:c,localId:d}),n.screenShare){e==="video"?l.screenShareTracks.video=i:e==="audio"&&(l.screenShareTracks.audio=i),(!r||this.self.permissions.isRecorder)&&l.setScreenShareEnabled(!0),n.supportsRemoteControl&&(l.supportsRemoteControl=!0),this.participants.broadcastMessage("screenshareConsumerCreated",{producerId:o,peerId:t,screenShare:!0,consumerId:s,consumerPeerId:this.self.id}),this.logger.info("ParticipantController::newScreenshareConsumer::screenshareConsumerCreated",{consumer:{id:s,peerId:t,kind:e,remotelyPaused:r,appData:n,producerId:o}});return}e==="video"?(l.videoTrack=i,r||(l.setVideoEnabled(!0),this.updatePipSource(l.id,!0)),this.context.getValue("callstats").consumerSharedMediaState(s,{video:!r})):e==="audio"&&(l.audioTrack=i,r||l.setAudioEnabled(!0),this.context.getValue("callstats").consumerSharedMediaState(s,{audio:!r})),!r&&n.e2ee&&this.context.getValue("peerSessionStore").emit(R.E2EE_ACTIVE_CONSUMER,{peerId:t,rtpReceiver:c,track:i})}static formatSocketPeerMessage(s){var e,r,i,n,o,c;if(!s)return;const t=Sh(s.stageType);return{id:s.peerId,userId:s.userId,name:s.displayName,displayName:s.displayName,stageType:t,customParticipantId:s.customParticipantId,presetId:s.presetId,picture:s.displayPictureUrl,waitlisted:s.waitlisted,stageStatus:t,metadata:{preset_name:(e=s.flags)==null?void 0:e.presetName},recorderType:(r=s.flags)==null?void 0:r.recorderType,flags:{hiddenParticipant:(i=s.flags)==null?void 0:i.hiddenParticipant,hidden_participant:(n=s.flags)==null?void 0:n.hiddenParticipant,recorder:((o=s.flags)==null?void 0:o.recorderType)!==void 0&&((c=s.flags)==null?void 0:c.recorderType)!=="NONE"}}}onSelectedPeers(s,t){return u(this,null,function*(){this.participants.viewMode==="ACTIVE_GRID"&&this.computeActivateParticipants(s,t)})}updateActiveParticipantsWithPriorities(s,t=!1){if(this.participants.viewMode==="MANUAL")return;if(!this.mediaJoined){this.logger.warn("Skipped::ParticipantController::updateActiveParticipantsWithPriorities",{roomJoined:this.mediaJoined});return}s.forEach(r=>{this.selectedPeers.add(r.peerId,r.priority,this.context)});const e=this.selectedPeers.activeSpeakerPeers.at(0);e!==void 0&&e!==this.participants.lastActiveSpeaker&&(this.participants.lastActiveSpeaker=e,this.participants.emit("activeSpeaker",{peerId:e,volume:1})),t&&this.context.getValue("peerSessionStore").emit(R.UPDATE_ACTIVE,{viewMode:this.participants.viewMode,page:this.participants.currentPage})}},qt=new WeakMap,is=new WeakMap,jn=new WeakMap,Rg);let ur=Uf;en([P.trace("ParticipantController.setupEvents")],ur.prototype,"setupEvents",1);en([P.trace("ParticipantController.setupEvents")],ur.prototype,"setupEventsGlobal",1);en([P.trace("ParticipantController.processMedia")],ur.prototype,"processMedia",1);en([P.trace("ParticipantController.processConsumerClosed")],ur.prototype,"processConsumerClosed",1);en([P.trace("ParticipantController.processConsumerResumed")],ur.prototype,"processConsumerResumed",1);en([P.trace("ParticipantController.processConsumerPaused")],ur.prototype,"processConsumerPaused",1);en([P.trace("ParticipantController.processNewConsumer")],ur.prototype,"processNewConsumer",1);const Ce=Cs(gh().permissions);var Y,Gn,Wn,Nd,ct,Et;const Ld=class extends Ot{constructor(e,r,i,n=!1){const o=e.getValue("logger");super(o);m(this,ct);m(this,Y,void 0);m(this,Gn,void 0);m(this,Wn,void 0);m(this,Nd,e=>{var h,g,T;const l=e,{chat:r,connectedMeetings:i,plugins:n,polls:o,media:c}=l,d=Nc(l,["chat","connectedMeetings","plugins","polls","media"]);if(r&&(r.private&&pr(a(this,Y).chat.private,r.private),r.public&&pr(a(this,Y).chat.public,r.public),this.emit("chatUpdate")),i&&pr(a(this,Y).connectedMeetings,i),c){const y=_=>{switch(_){case Hr.NONE:return W.Allowed;case Hr.ALLOWED:return W.Allowed;case Hr.NOT_ALLOWED:return W.NotAllowed;case Hr.CAN_REQUEST:return W.CanRequest;default:return}},E={audio:void 0,video:void 0,screenshare:void 0};(h=c.audio)!=null&&h.canProduce&&(E.audio={canProduce:y(c.audio.canProduce)}),(g=c.video)!=null&&g.canProduce&&(E.video={canProduce:y(c.video.canProduce)}),(T=c.screenshare)!=null&&T.canProduce&&(E.screenshare={canProduce:y(c.screenshare.canProduce)}),pr(a(this,Y).media,E)}n&&(pr(a(this,Y).plugins,n),this.emit("pluginsUpdate")),o&&(pr(a(this,Y).polls,o),this.emit("pollsUpdate")),Object.keys(d).length!==0&&pr(a(this,Y),d),this.emit("permissionsUpdate",e)});if(!r)throw this.logger.error("PermissionPreset::load_preset_permissions_failed"),new b("Could not load preset permissions.","0904");f(this,Wn,e),f(this,Gn,i),f(this,Y,r),n&&this.setupEvents()}setupEvents(){a(this,Wn).getValue("peerSessionStore").on(R.UPDATE_PERMISSIONS,a(this,Nd))}static init(e,r,i){let n;return i?n=new Ld(e,i,r,!0):n=new Ld(e,Ce,r),n}get mediaRoomType(){return"CF"}get stageEnabled(){var e;return((e=a(this,Y))==null?void 0:e.stageEnabled)||a(this,Gn)===tr.Webinar||a(this,Gn)===tr.Livestream}get acceptStageRequests(){var e,r;return this.stageEnabled?((e=a(this,Y))==null?void 0:e.acceptStageRequests)||((r=a(this,Y))==null?void 0:r.canAcceptProductionRequests):!1}get stageAccess(){var e,r,i;return((e=a(this,Y))==null?void 0:e.stageAccess)===W.NotAllowed?W.NotAllowed:((r=a(this,Y))==null?void 0:r.stageAccess)===W.CanRequest?W.CanRequest:((i=a(this,Y))==null?void 0:i.stageAccess)===W.Allowed||a(this,Y).media.audio.canProduce===W.Allowed||a(this,Y).media.video.canProduce===W.Allowed||a(this,Y).media.screenshare.canProduce===W.Allowed?W.Allowed:a(this,Y).media.audio.canProduce===W.CanRequest||a(this,Y).media.video.canProduce===W.CanRequest||a(this,Y).media.screenshare.canProduce===W.CanRequest?W.CanRequest:W.NotAllowed}get acceptWaitingRequests(){var e,r;return(r=(e=a(this,Y))==null?void 0:e.acceptWaitingRequests)!=null?r:Ce.acceptWaitingRequests}get requestProduceVideo(){var e,r,i;return((i=(r=(e=a(this,Y))==null?void 0:e.media)==null?void 0:r.video)==null?void 0:i.canProduce)===W.CanRequest}get requestProduceAudio(){var e,r,i;return((i=(r=(e=a(this,Y))==null?void 0:e.media)==null?void 0:r.audio)==null?void 0:i.canProduce)===W.CanRequest}get requestProduceScreenshare(){var e,r,i;return((i=(r=(e=a(this,Y))==null?void 0:e.media)==null?void 0:r.screenshare)==null?void 0:i.canProduce)===W.CanRequest}get canAllowParticipantAudio(){var e,r;return(r=(e=a(this,Y))==null?void 0:e.disableParticipantAudio)!=null?r:Ce.disableParticipantAudio}get canAllowParticipantScreensharing(){var e,r;return(r=(e=a(this,Y))==null?void 0:e.canAcceptProductionRequests)!=null?r:Ce.canAcceptProductionRequests}get canAllowParticipantVideo(){var e,r;return(r=(e=a(this,Y))==null?void 0:e.disableParticipantVideo)!=null?r:Ce.disableParticipantVideo}get canDisableParticipantAudio(){return this.canAllowParticipantAudio}get canDisableParticipantVideo(){return this.canAllowParticipantVideo}get kickParticipant(){var e,r;return(r=(e=a(this,Y))==null?void 0:e.kickParticipant)!=null?r:Ce.kickParticipant}get pinParticipant(){var e,r;return(r=(e=a(this,Y))==null?void 0:e.pinParticipant)!=null?r:Ce.pinParticipant}get canRecord(){var e,r;return(r=(e=a(this,Y))==null?void 0:e.canRecord)!=null?r:Ce.canRecord}get waitingRoomBehaviour(){var e,r;return(r=(e=a(this,Y))==null?void 0:e.waitingRoomType)!=null?r:Ce.waitingRoomType}get plugins(){var e,r;return(r=(e=a(this,Y))==null?void 0:e.plugins)!=null?r:Ce.plugins}get polls(){var e,r;return(r=(e=a(this,Y))==null?void 0:e.polls)!=null?r:Ce.polls}get canProduceVideo(){var r;const e=(r=a(this,Y).media.video.canProduce)!=null?r:Ce.media.video.canProduce;return this.stageEnabled&&(a(this,ct,Et)==="ACCEPTED_TO_JOIN_STAGE"||a(this,ct,Et)==="ON_STAGE")&&e===W.CanRequest?W.Allowed:this.stageEnabled&&(a(this,ct,Et)==="OFF_STAGE"||a(this,ct,Et)==="REQUESTED_TO_JOIN_STAGE")&&e===W.Allowed?W.NotAllowed:e}get canProduceScreenshare(){var r;const e=(r=a(this,Y).media.screenshare.canProduce)!=null?r:Ce.media.screenshare.canProduce;return this.stageEnabled&&(a(this,ct,Et)==="ACCEPTED_TO_JOIN_STAGE"||a(this,ct,Et)==="ON_STAGE")&&e===W.CanRequest?W.Allowed:this.stageEnabled&&(a(this,ct,Et)==="OFF_STAGE"||a(this,ct,Et)==="REQUESTED_TO_JOIN_STAGE")&&e===W.Allowed?W.NotAllowed:e}get canProduceAudio(){var r;const e=(r=a(this,Y).media.audio.canProduce)!=null?r:Ce.media.audio.canProduce;return this.stageEnabled&&(a(this,ct,Et)==="ACCEPTED_TO_JOIN_STAGE"||a(this,ct,Et)==="ON_STAGE")&&e===W.CanRequest?W.Allowed:this.stageEnabled&&(a(this,ct,Et)==="OFF_STAGE"||a(this,ct,Et)==="REQUESTED_TO_JOIN_STAGE")&&e===W.Allowed?W.NotAllowed:e}get chatPublic(){var e,r,i;return(i=(r=(e=a(this,Y))==null?void 0:e.chat)==null?void 0:r.public)!=null?i:Ce.chat.public}get chatPrivate(){var e,r,i;return(i=(r=(e=a(this,Y))==null?void 0:e.chat)==null?void 0:r.private)!=null?i:Ce.chat.private}get connectedMeetings(){var e,r;return(r=(e=a(this,Y))==null?void 0:e.connectedMeetings)!=null?r:Ce==null?void 0:Ce.connectedMeetings}get hiddenParticipant(){var e,r;return(r=(e=a(this,Y))==null?void 0:e.hiddenParticipant)!=null?r:Ce.hiddenParticipant}get showParticipantList(){var e;return(e=a(this,Y).showParticipantList)!=null?e:Ce.showParticipantList}get canChangeParticipantPermissions(){var e,r;return(r=(e=a(this,Y))==null?void 0:e.canChangeParticipantPermissions)!=null?r:Ce.canChangeParticipantPermissions}get canEditDisplayName(){var e;return(e=a(this,Y).canEditDisplayName)!=null?e:!1}get isRecorder(){return a(this,Y).isRecorder}get canSpotlight(){return a(this,Y).canSpotlight}get canLivestream(){return a(this,Y).canLivestream}get transcriptionEnabled(){return a(this,Y).transcriptionEnabled}};let Ou=Ld;Y=new WeakMap,Gn=new WeakMap,Wn=new WeakMap,Nd=new WeakMap,ct=new WeakSet,Et=function(){return a(this,Wn).getValue("stageStatus")};var Rt;class $f extends Ot{constructor(e,r){super(r);p(this,"localMediaHandler");m(this,Rt,void 0);f(this,Rt,e)}updatePermission(){return u(this,null,function*(){var d,l;const e=(h,g)=>{this.mediaPermissions[h]=g;const T={message:this.mediaPermissions[h],kind:h};g==="DENIED"?a(this,Rt).getValue("peerSessionStore").emit(R.MEDIA_PERMISSION_ERROR,T):a(this,Rt).getValue("peerSessionStore").emit(R.MEDIA_PERMISSION_UPDATE,T)};if(Se.getName()==="firefox")return;const r="microphone",i="camera",n=yield(d=navigator==null?void 0:navigator.permissions)==null?void 0:d.query({name:r}),o=yield(l=navigator==null?void 0:navigator.permissions)==null?void 0:l.query({name:i}),c=(h,g)=>{switch(g){case"granted":e(h,"ACCEPTED");break;case"denied":e(h,"DENIED");break;case"prompt":e(h,"NOT_REQUESTED");break}this.localMediaHandler.repopulateAvailableDevices()};n&&(n.onchange=()=>c("audio",n.state)),o&&(o.onchange=()=>c("video",o.state))})}populateMediaPermissionsInCallstats(i){return u(this,arguments,function*({message:e,kind:r}){var n,o,c,d;switch(r){case"audio":{(n=a(this,Rt))==null||n.getValue("callstats").mediaPermission("AUDIO",e),(o=a(this,Rt))==null||o.getValue("callstats").mediaPermission("SPEAKER",e);break}case"video":{(c=a(this,Rt))==null||c.getValue("callstats").mediaPermission("VIDEO",e);break}case"screenshare":{(d=a(this,Rt))==null||d.getValue("callstats").mediaPermission("SCREENSHARE",e);break}}})}get peerId(){var e;return(e=a(this,Rt))==null?void 0:e.getValue("peerId")}init(){return u(this,arguments,function*(e={},r=!1,i=null){var n,o,c,d,l,h,g;if(Se.init(),i&&f(this,Rt,i),!this.localMediaHandler)try{let T=!0;if((n=i==null?void 0:i.getValue("defaults"))!=null&&n.mediaHandler)T=!1,this.localMediaHandler=i.getValue("defaults").mediaHandler.localMediaHandler;else if(navigator.RNLocalMediaHandlerImpl){const{RNLocalMediaHandlerImpl:y}=navigator;this.localMediaHandler=yield y.init(e)}else this.localMediaHandler=new yt(i,e.constraints,(o=i==null?void 0:i.getValue("defaults"))==null?void 0:o.isNonPreferredDevice,(c=i==null?void 0:i.getValue("defaults"))==null?void 0:c.autoSwitchAudioDevice);if(i==null||i.getValue("peerSessionStore").on(R.MEDIA_PERMISSION_UPDATE,y=>u(this,null,function*(){if(this.populateMediaPermissionsInCallstats({message:y.message,kind:y.kind}),y.message==="NOT_REQUESTED")switch(y==null?void 0:y.kind){case"audio":this.rawAudioTrack&&(this.logger.info("Disabling audio due to media permission update"),this.disableAudio());break;case"video":this.rawVideoTrack&&(this.logger.info("Disabling video due to media permission update"),this.disableVideo());break;default:break}this.emit("mediaPermissionUpdate",y)})),i==null||i.getValue("peerSessionStore").on(R.MEDIA_PERMISSION_ERROR,y=>u(this,null,function*(){const{kind:E,message:_,constraints:C}=y;this.populateMediaPermissionsInCallstats({message:_,kind:E}),E==="audio"?(this.logger.info(`Disabling audio due to media permission error skipping: ${this.localMediaHandler.audioUpdateInProgress}`),this.localMediaHandler.audioUpdateInProgress===!1&&this.disableAudio()):E==="video"&&(this.logger.info(`Disabling video due to media permission error skipping: ${this.localMediaHandler.videoUpdateInProgress}`),this.localMediaHandler.videoUpdateInProgress===!1&&this.disableVideo()),this.logger.error("SelfController::mediaPermissionError",{error:{message:_},constraints:C,mediaPermissionsErrors:{kind:E,message:_}}),this.emit("mediaPermissionError",y),this.emit("mediaPermissionUpdate",{message:_,kind:E})})),T){this.logger.info(`Setting up SelfMedia streams using media handler. audio:${(d=e==null?void 0:e.audio)!=null?d:!0} video:${(l=e==null?void 0:e.video)!=null?l:!0}`);const y=this.localMediaHandler.setupStreams({video:(h=e==null?void 0:e.video)!=null?h:!0,audio:(g=e==null?void 0:e.audio)!=null?g:!0});r||(yield y)}}catch(T){this.logger.error("Self::init::Failed To Setup Streams",{error:{name:T.name,message:T.message}})}})}set context(e){f(this,Rt,e),this.localMediaHandler.context=e}get audioTrack(){return this.localMediaHandler.audioTrack}get rawAudioTrack(){return this.localMediaHandler.rawAudioTrack}get mediaPermissions(){return this.localMediaHandler.permissions}addAudioMiddleware(e){return u(this,null,function*(){return this.localMediaHandler.addAudioMiddleware(e)})}removeAudioMiddleware(e){return u(this,null,function*(){return this.localMediaHandler.removeAudioMiddleware(e)})}removeAllAudioMiddlewares(){return u(this,null,function*(){return this.localMediaHandler.removeAllAudioMiddlewares()})}get videoTrack(){return this.localMediaHandler.videoTrack}get rawVideoTrack(){return this.localMediaHandler.rawVideoTrack}addVideoMiddleware(e){return u(this,null,function*(){return this.localMediaHandler.addVideoMiddleware(e)})}setVideoMiddlewareGlobalConfig(){return u(this,arguments,function*(e={disablePerFrameCanvasRendering:!1}){return this.localMediaHandler.setVideoMiddlewareGlobalConfig(e)})}removeVideoMiddleware(e){return u(this,null,function*(){return this.localMediaHandler.removeVideoMiddleware(e)})}removeAllVideoMiddlewares(){return u(this,null,function*(){return this.localMediaHandler.removeAllVideoMiddlewares()})}get screenShareTracks(){return this.localMediaHandler.screenShareTracks}get audioEnabled(){return this.localMediaHandler.audioEnabled}get videoEnabled(){return this.localMediaHandler.videoEnabled}get screenShareEnabled(){return this.localMediaHandler.screenShareEnabled}enableAudio(){return u(this,null,function*(){yield this.localMediaHandler.enableAudio(),this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack})})}enableVideo(){return u(this,null,function*(){yield this.localMediaHandler.enableVideo(),this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack})})}disableAudio(){return u(this,null,function*(){this.localMediaHandler.disableAudio(),this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack})})}enableScreenShare(){return u(this,null,function*(){yield this.localMediaHandler.enableScreenShare(),this.emit("screenShareUpdate",{screenShareEnabled:this.screenShareEnabled,screenShareTracks:this.screenShareTracks})})}disableScreenShare(){return u(this,null,function*(){yield this.localMediaHandler.disableScreenShare(),this.emit("screenShareUpdate",{screenShareEnabled:this.screenShareEnabled,screenShareTracks:this.screenShareTracks})})}disableVideo(){return u(this,null,function*(){yield this.localMediaHandler.disableVideo(),this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack})})}getCurrentDevices(){return this.localMediaHandler.getCurrentDevices()}getAudioDevices(){return u(this,null,function*(){return yield this.localMediaHandler.getAudioDevices()})}getVideoDevices(){return u(this,null,function*(){return yield this.localMediaHandler.getVideoDevices()})}getSpeakerDevices(){return u(this,null,function*(){return yield this.localMediaHandler.getSpeakerDevices()})}getDeviceById(e,r){let i;return r==="audio"?i="audioinput":r==="video"?i="videoinput":r==="speaker"&&(i="audiooutput"),this.localMediaHandler.getDeviceById(e,i)}setDevice(e){return u(this,null,function*(){switch(e.kind){case"audioinput":try{yield this.localMediaHandler.setAudioDevice(e,{saveDevicePreference:!0})}catch(r){}finally{this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack})}break;case"audiooutput":yield this.localMediaHandler.setSpeakerDevice(e,{saveDevicePreference:!0});break;case"videoinput":try{yield this.localMediaHandler.setVideoDevice(e,{saveDevicePreference:!0})}catch(r){}finally{this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack})}break}this.emit("deviceUpdate",{device:e})})}}Rt=new WeakMap;var eD=Object.defineProperty,tD=Object.getOwnPropertyDescriptor,ht=(s,t,e,r)=>{for(var i=r>1?void 0:r?tD(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&eD(t,e,i),i},Jn,dt,Kn,He,Fs,ei,Fe,Ze,zn,ed,Ne,xe,Yn,Qn,jo,Nu,bg;let ze=(bg=class extends $f{constructor(t,e,r,i,n){const o=t.getValue("logger");super(t,o);m(this,Fs);m(this,Fe);m(this,zn);m(this,Ne);m(this,jo);p(this,"name");p(this,"picture");p(this,"customParticipantId");p(this,"waitlistStatus");m(this,Jn,void 0);m(this,dt,void 0);m(this,Kn,void 0);p(this,"role");p(this,"userId");p(this,"organizationId");p(this,"supportsRemoteControl",!1);p(this,"device");m(this,He,void 0);p(this,"hidden",!1);p(this,"presetName");p(this,"roomState","init");m(this,Yn,new Set);m(this,Qn,new Set);f(this,He,t),this.userId=e.id,this.name=e.name,this.picture=e.picture,this.customParticipantId=e.customParticipantId,this.waitlistStatus="none",f(this,dt,r),f(this,Jn,i),this.hidden=!1,f(this,Kn,!1),this.organizationId=e.organizationId,this.supportsRemoteControl=Se.isElectron(),this.device=Se.getDeviceInfo(),this.presetName=n,this.updatePermission(),this.updateVideo=this.updateVideo.bind(this),V(this,jo,Nu).call(this)}get telemetry(){return a(this,He).getValue("telemetry")}get stageStatus(){return a(this,He).getValue("stageStatus")}get producers(){var t,e;return Array.from((e=(t=a(this,Fe,Ze).getProducers())==null?void 0:t.values())!=null?e:[])}get id(){return this.peerId}get peerId(){return a(this,He).getValue("peerId")}static __init__(t,e,r,i,n,o=!1){return u(this,null,function*(){var T,y,E,_,C,M;let c=(y=(T=t.getValue("defaults"))==null?void 0:T.audio)!=null?y:!0,d=(_=(E=t.getValue("defaults"))==null?void 0:E.video)!=null?_:!0;r.canProduceAudio!=="ALLOWED"&&(c=!1),r.canProduceVideo!=="ALLOWED"&&(d=!1);const l=new ze(t,e,r,i,n),h=u0(i.mediaConstraints);pr(h,(C=t.getValue("defaults"))==null?void 0:C.mediaConfiguration);const g=(M=t.getValue("defaults"))==null?void 0:M.mediaHandler;return g&&(g.context=t),yield l.init({audio:c,video:d,constraints:h},o,t),l.setupEvents(),l})}cleanupEvents(){this.removeAllListeners("videoUpdate"),this.localMediaHandler.removeAllListeners("AUDIO_TRACK_CHANGE"),this.localMediaHandler.removeAllListeners("VIDEO_TRACK_CHANGE"),this.localMediaHandler.removeAllListeners("DEVICE_CHANGE"),this.localMediaHandler.removeAllListeners("DEVICE_LIST_UPDATED"),this.localMediaHandler.removeAllListeners("SCREENSHARE_TRACK_CHANGE"),this.localMediaHandler.removeAllListeners("SCREENSHARE_ENDED"),this.localMediaHandler.removeAllListeners("AUDIO_TRACK_SILENT"),this.localMediaHandler.removeAllListeners("FORCE_MUTE_AUDIO"),this.localMediaHandler.removeAllListeners("FORCE_MUTE_VIDEO"),a(this,dt).removeAllListeners("permissionsUpdate")}setupEvents(){this.on("videoUpdate",V(this,jo,Nu));const t=a(this,zn,ed);t&&t.onError(e=>{this.emit("autoplayError",e)}),this.localMediaHandler.on("AUDIO_TRACK_CHANGE",()=>u(this,null,function*(){if(this.logger.info("Self::setupEvents::AUDIO_TRACK_CHANGE",O({},ni(this))),a(this,Ne,xe)&&this.audioEnabled)try{yield a(this,Fe,Ze).shareMic(this.audioTrack)}catch(e){this.logger.error("Self::setupEvents::Error while sharing mic",{error:e}),this.localMediaHandler.disableAudio()}this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack})})),this.localMediaHandler.on("VIDEO_TRACK_CHANGE",()=>u(this,null,function*(){if(this.logger.info("Self::setupEvents::VIDEO_TRACK_CHANGE",O({},ni(this))),a(this,Ne,xe)&&this.rawVideoTrack===void 0)this.logger.info("Self::VIDEO_TRACK_CHANGE::Forcing_disable_video"),this.disableVideo();else if(this.videoEnabled&&a(this,Ne,xe))try{yield a(this,Fe,Ze).shareWebcam(this.videoTrack)}catch(e){this.logger.error("Self::setupEvents::failed shareWebcam",{error:e}),this.videoEnabled&&(yield this.localMediaHandler.disableVideo())}this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack})})),this.localMediaHandler.on("DEVICE_CHANGE",r=>u(this,[r],function*({device:e}){var i;this.emit("deviceUpdate",{device:e}),e.kind==="audiooutput"&&typeof HTMLAudioElement.prototype.setSinkId=="function"&&((i=a(this,zn,ed))==null||i.setSpeakerDevice(e.deviceId))})),this.localMediaHandler.on("DEVICE_LIST_UPDATED",e=>{this.emit("deviceListUpdate",e)}),this.localMediaHandler.on("SCREENSHARE_TRACK_CHANGE",()=>u(this,null,function*(){if(!a(this,Ne,xe)){this.logger.error("Self.SCREENSHARE_TRACK_CHANGE.LocalMediaInitialized_WithoutRoomNode");return}if(this.screenShareEnabled)try{yield a(this,Fe,Ze).shareScreen(this.screenShareTracks)}catch(e){this.logger.error("Self::setupEvents::Error while sharing screen",{error:e}),this.screenShareEnabled&&(yield this.localMediaHandler.disableScreenShare())}this.logger.info("Self::setupEvents::SCREENSHARE_TRACK_CHANGE",O({},ni(this))),this.emit("screenShareUpdate",{screenShareEnabled:this.screenShareEnabled,screenShareTracks:this.screenShareTracks})})),this.localMediaHandler.on("SCREENSHARE_ENDED",()=>u(this,null,function*(){this.logger.log("Disabling screenshare due to SCREENSHARE_ENDED"),yield this.disableScreenShare(),this.logger.info("Self::setupEvents::SCREENSHARE_ENDED",O({},ni(this)))})),this.localMediaHandler.on("AUDIO_TRACK_SILENT",()=>{var e;(e=a(this,He))==null||e.getValue("callstats").mediaTrackMuted("AUDIO")}),this.localMediaHandler.on("FORCE_MUTE_AUDIO",()=>{this.disableAudio()}),this.localMediaHandler.on("FORCE_MUTE_VIDEO",()=>u(this,null,function*(){var e;a(this,Ne,xe)&&(yield a(this,Fe,Ze).pauseWebcam()),this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack}),(e=a(this,He))==null||e.getValue("callstats").videoOff()})),a(this,dt).on("permissionsUpdate",e=>{var r,i,n;(r=e==null?void 0:e.media)!=null&&r.audio&&a(this,dt).canProduceAudio!==W.Allowed&&(this.disableAudio(),this.logger.info(`Disabled audio due to dynamic preset change: canProduceAudio: ${this.permissions.canProduceAudio}`)),(i=e==null?void 0:e.media)!=null&&i.video&&a(this,dt).canProduceVideo!==W.Allowed&&(this.disableVideo(),this.logger.info(`Disabled video due to dynamic preset change: canProduceVideo: ${this.permissions.canProduceVideo}`)),(n=e==null?void 0:e.media)!=null&&n.screenshare&&a(this,dt).canProduceScreenshare!==W.Allowed&&(this.disableScreenShare(),this.logger.info(`Disabled screenshare due to dynamic preset change: canProduceScreenshare: ${this.permissions.canProduceScreenshare}`))})}get permissions(){return a(this,dt)}get config(){return a(this,Jn)}get roomJoined(){var t;return a(this,Jn).viewType===tr.Livestream&&this.stageStatus!=="ON_STAGE"?((t=a(this,He).getValue("connectionHandler"))==null?void 0:t.socketJoined)===!0:a(this,Ne,xe)}setName(t){if(!t)throw new b("Name cannot be empty.","1103");this.name=t}setupTracks(){return u(this,arguments,function*(t={}){t.forceReset,yield this.disableAudio(),yield this.disableVideo(),this.localMediaHandler.removeAudioTrack(),this.localMediaHandler.removeVideoTrack(),t.audio&&(yield this.enableAudio()),t.video&&(yield this.enableVideo())})}destructMediaHandler(){return u(this,null,function*(){return this.localMediaHandler.destruct()})}removeDocumentEventListeners(){return u(this,null,function*(){return this.localMediaHandler.removeDocumentEventListeners()})}enableAudio(t){return u(this,null,function*(){var e;if(this.permissions.canProduceAudio!==W.NotAllowed&&!(a(this,dt).canProduceAudio===W.CanRequest&&(this.stageStatus==="OFF_STAGE"||this.stageStatus==="REQUESTED_TO_JOIN_STAGE"))&&!this.audioEnabled){if((e=a(this,He))==null||e.getValue("callstats").audioOn(),yield this.localMediaHandler.enableAudio(t),a(this,Ne,xe)&&this.stageStatus==="ON_STAGE"){if(this.audioTrack)try{yield a(this,Fe,Ze).shareMic(this.audioTrack)}catch(r){this.logger.error("Self::enableAudio::Error while sharing mic",{error:r}),this.localMediaHandler.disableAudio()}if(!this.audioEnabled)return}this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack})}})}enableVideo(t){return u(this,null,function*(){var e;if(a(this,dt).canProduceVideo!==W.NotAllowed&&!(a(this,dt).canProduceVideo===W.CanRequest&&(this.stageStatus==="OFF_STAGE"||this.stageStatus==="REQUESTED_TO_JOIN_STAGE"))&&!this.videoEnabled){if((e=a(this,He))==null||e.getValue("callstats").videoOn(),yield this.localMediaHandler.enableVideo(t),a(this,Ne,xe)&&this.stageStatus==="ON_STAGE")try{yield a(this,Fe,Ze).shareWebcam(this.videoTrack)}catch(r){this.logger.error("Self::enableVideo::Error while sharing video",{error:r}),this.videoEnabled&&this.localMediaHandler.disableVideo()}this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack}),this.logger.info("Self.enableVideo",O({},ni(this)))}})}updateVideoConstraints(t){return u(this,null,function*(){if(!this.localMediaHandler.updateVideoConstraints)throw new b("Unsupported","1102");yield this.localMediaHandler.updateVideoConstraints(t)})}enableScreenShare(){return u(this,null,function*(){if(!a(this,Ne,xe))throw new b("Can`t enable screenshare without joining room","1105");if(a(this,dt).canProduceScreenshare!==W.NotAllowed&&!(a(this,dt).canProduceScreenshare===W.CanRequest&&(this.stageStatus==="OFF_STAGE"||this.stageStatus==="REQUESTED_TO_JOIN_STAGE"))&&!this.screenShareEnabled&&(yield this.localMediaHandler.enableScreenShare(),this.screenShareTracks.audio||this.screenShareTracks.video)){try{yield a(this,Fe,Ze).shareScreen(this.screenShareTracks)}catch(t){this.logger.error("Self::enableScreenShare::Error while sharing screen",{error:t}),this.screenShareEnabled&&(yield this.localMediaHandler.disableScreenShare())}this.emit("screenShareUpdate",{screenShareEnabled:this.screenShareEnabled,screenShareTracks:this.screenShareTracks})}})}updateScreenshareConstraints(t){return u(this,null,function*(){if(!this.localMediaHandler.updateScreenshareConstraints)throw new b("Unsupported","1102");yield this.localMediaHandler.updateScreenshareConstraints(t)})}disableAudio(){return u(this,null,function*(){var t;this.audioEnabled&&(this.localMediaHandler.disableAudio(),a(this,Ne,xe)&&a(this,Fe,Ze).muteSelf(),this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack}),(t=a(this,He))==null||t.getValue("callstats").audioOff())})}disableVideo(){return u(this,null,function*(){var t;this.videoEnabled&&(yield this.localMediaHandler.disableVideo(),a(this,Ne,xe)&&(yield a(this,Fe,Ze).pauseWebcam()),this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack}),(t=a(this,He))==null||t.getValue("callstats").videoOff())})}disableScreenShare(){return u(this,null,function*(){this.screenShareEnabled&&(yield this.localMediaHandler.disableScreenShare(),a(this,Ne,xe)&&(yield a(this,Fe,Ze).disableScreenShare()),this.emit("screenShareUpdate",{screenShareEnabled:this.screenShareEnabled,screenShareTracks:this.screenShareTracks}))})}getAllDevices(){return this.localMediaHandler.getAllDevices()}setIsPinned(t,e=!0){var i;f(this,Kn,t);const r=t?"pinned":"unpinned";(i=a(this,Fs,ei))==null||i.updateSource(this.id,{pinned:t}),e&&this.emit(r,this)}get isPinned(){return a(this,Kn)}pin(){return u(this,null,function*(){if(!a(this,Ne,xe))throw new b("Can`t pin participants without joining room","1105");return this.show(),a(this,Fe,Ze).pinPeer(this.id)})}unpin(){return u(this,null,function*(){if(!a(this,Ne,xe))throw new b("Can`t unpin participants without joining room","1105");return a(this,Fe,Ze).pinPeer(null)})}hide(){return u(this,null,function*(){if(!a(this,Ne,xe))throw new b("Can`t toggle participant tile without joining room","1105");this.hidden=!0,this.emit("toggleTile",{hidden:this.hidden})})}show(){if(!a(this,Ne,xe))throw new b("Can`t toggle participant tile without joining room","1105");this.hidden=!1,this.emit("toggleTile",{hidden:this.hidden})}setDevice(t){return u(this,null,function*(){var r,i,n;if(!t)throw new b("No device selected","1104");const e=this.getCurrentDevices();switch(t.deviceId&&(((r=e==null?void 0:e.audio)==null?void 0:r.deviceId)===t.deviceId||((i=e==null?void 0:e.video)==null?void 0:i.deviceId)===t.deviceId||((n=e==null?void 0:e.speaker)==null?void 0:n.deviceId)===t.deviceId)&&this.logger.warn("Self.setDevice.setting_to_in_use_device",{devices:[t]}),t.kind){case"audioinput":try{yield this.localMediaHandler.setAudioDevice(t,{saveDevicePreference:!0})}catch(o){a(this,Ne,xe)&&(yield a(this,Fe,Ze).muteSelf()),this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack})}break;case"audiooutput":yield this.localMediaHandler.setSpeakerDevice(t,{saveDevicePreference:!0});break;case"videoinput":try{yield this.localMediaHandler.setVideoDevice(t,{saveDevicePreference:!0})}catch(o){a(this,Ne,xe)&&(yield a(this,Fe,Ze).pauseWebcam()),this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack})}break}})}cleanUpTracks(){var t,e,r,i;(t=this.audioTrack)==null||t.stop(),(e=this.rawAudioTrack)==null||e.stop(),(r=this.videoTrack)==null||r.stop(),(i=this.rawVideoTrack)==null||i.stop()}playAudio(){var t;return(t=a(this,zn,ed))==null?void 0:t.play()}registerVideoElement(t,e=!1){var r,i;t&&(e?a(this,Yn).add(t):a(this,Qn).add(t),this.updateVideo(t),e||(i=a(this,Fs,ei))==null||i.addSource(this.id,t,this.videoEnabled,this.isPinned,this.name,this.picture,(r=this.raised)!=null?r:!1))}deregisterVideoElement(t,e=!1){if(!t){a(this,Fs,ei).removeSource(this.id);return}t.srcObject=void 0,e?a(this,Yn).delete(t):(a(this,Qn).delete(t),a(this,Fs,ei).removeSource(this.id))}updateVideo(t,e=!1){var r,i,n;if(this.videoEnabled){if(this.videoTrack==null)return;const o=(r=t.srcObject)==null?void 0:r.getTracks()[0];if((o==null?void 0:o.id)===this.videoTrack.id)return;const c=new MediaStream;c.addTrack(this.videoTrack),t.srcObject=c,e||(i=a(this,Fs,ei))==null||i.enableSource(this.id)}else t.srcObject=void 0,e||(n=a(this,Fs,ei))==null||n.disableSource(this.id);t.style.display=this.videoEnabled?"block":"none"}},Jn=new WeakMap,dt=new WeakMap,Kn=new WeakMap,He=new WeakMap,Fs=new WeakSet,ei=function(){return a(this,He).getValue("pip")},Fe=new WeakSet,Ze=function(){return a(this,He).getValue("roomNodeClient")},zn=new WeakSet,ed=function(){return a(this,He).getValue("audioPlayback")},Ne=new WeakSet,xe=function(){var t;return((t=a(this,He).getValue("connectionHandler"))==null?void 0:t.mediaJoined)===!0},Yn=new WeakMap,Qn=new WeakMap,jo=new WeakSet,Nu=function(){Array.from(a(this,Qn)).forEach(t=>this.updateVideo(t,!1)),Array.from(a(this,Yn)).forEach(t=>this.updateVideo(t,!0))},bg);ht([P.trace("Self.cleanupEvents")],ze.prototype,"cleanupEvents",1);ht([P.trace("Self.setupEvents")],ze.prototype,"setupEvents",1);ht([P.trace("Self.setupTracks")],ze.prototype,"setupTracks",1);ht([P.trace("Self.destructMediaHandler")],ze.prototype,"destructMediaHandler",1);ht([P.trace("Self.removeDocumentEventListeners")],ze.prototype,"removeDocumentEventListeners",1);ht([lr.executeWithLock({methodName:"meeting.self.enableAudio",lockName:"Self.toggleAudio",timeout:3e3}),P.trace("Self.enableAudio")],ze.prototype,"enableAudio",1);ht([lr.executeWithLock({methodName:"meeting.self.enableVideo",lockName:"Self.toggleVideo",timeout:3e3}),P.trace("Self.enableVideo")],ze.prototype,"enableVideo",1);ht([P.trace("Self.updateVideoConstraints")],ze.prototype,"updateVideoConstraints",1);ht([P.trace("Self.enableScreenShare"),lr.executeWithLock({methodName:"meeting.self.enableScreenShare",lockName:"Self.toggleScreenShare",timeout:3e3})],ze.prototype,"enableScreenShare",1);ht([P.trace("Self.updateScreenshareConstraints")],ze.prototype,"updateScreenshareConstraints",1);ht([lr.executeWithLock({methodName:"meeting.self.disableAudio",lockName:"Self.toggleAudio",timeout:3e3}),P.trace("Self.disableAudio")],ze.prototype,"disableAudio",1);ht([lr.executeWithLock({methodName:"meeting.self.disableVideo",lockName:"Self.toggleVideo",timeout:3e3}),P.trace("Self.disableVideo")],ze.prototype,"disableVideo",1);ht([lr.executeWithLock({methodName:"meeting.self.disableScreenShare",lockName:"Self.toggleScreenShare",timeout:3e3}),P.trace("Self.disableScreenShare")],ze.prototype,"disableScreenShare",1);ht([P.trace("Self.setDevice")],ze.prototype,"setDevice",1);ze=ht([it("1100")],ze);class wh extends Error{constructor(t){super(t!=null?t:"AwaitQueue stopped"),this.name="AwaitQueueStoppedError",typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(this,wh)}}class Rh extends Error{constructor(t){super(t!=null?t:"AwaitQueue task removed"),this.name="AwaitQueueRemovedTaskError",typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(this,Rh)}}var Go;class Lu{constructor(t,e=!1){p(this,"pendingTasks",new Map);p(this,"nextTaskId",0);p(this,"stopping",!1);m(this,Go,void 0);this.log=e,f(this,Go,{info:e&&t?t.info:()=>{}})}get size(){return this.pendingTasks.size}push(t,e,r){return u(this,null,function*(){if(e=e!=null?e:t.name,typeof t!="function")throw new TypeError("given task is not a function");if(e)try{Object.defineProperty(t,"name",{value:e})}catch(i){}return new Promise((i,n)=>{const o={id:this.nextTaskId++,task:t,metadata:r,name:e,enqueuedAt:Date.now(),executedAt:void 0,completed:!1,resolve:c=>{if(o.completed)return;o.completed=!0,this.pendingTasks.delete(o.id),i(c);const[d]=this.pendingTasks.values();d&&!d.executedAt&&this.execute(d)},reject:c=>{if(!o.completed&&(o.completed=!0,this.pendingTasks.delete(o.id),n(c),!this.stopping)){const[d]=this.pendingTasks.values();d&&!d.executedAt&&this.execute(d)}}};this.pendingTasks.set(o.id,o),this.pendingTasks.size===1&&this.execute(o)})})}stop(){this.stopping=!0;for(const t of this.pendingTasks.values())t.reject(new wh);this.stopping=!1}remove(t){const e=Array.from(this.pendingTasks.values())[t];e&&e.reject(new Rh)}get(t){return Array.from(this.pendingTasks.values())[t]}dump(){const t=Date.now();let e=0;return Array.from(this.pendingTasks.values()).map(r=>({idx:e++,task:r.task,name:r.name,enqueuedTime:r.executedAt?r.executedAt-r.enqueuedAt:t-r.enqueuedAt,executionTime:r.executedAt?t-r.executedAt:0}))}execute(t){return u(this,null,function*(){if(t.executedAt)throw new Error("task already being executed");t.executedAt=Date.now();try{const e=this.pendingTasks.size,r=yield t.task(),i=Date.now();a(this,Go).info(`AwaitQueue.push(${t.name})_timings`,{awaitQueueTask:{id:t.id,metadata:t.metadata,queueSizeAtStart:e,execTime:(i-t.executedAt)/1e3,taskStartTime:(t.executedAt-t.enqueuedAt)/1e3}}),t.resolve(r)}catch(e){t.reject(e)}})}}Go=new WeakMap;function sD(s,t){const e=new Error(t);return e.name=s,e}class fo extends Error{constructor(t){super(t),this.name="UnsupportedError",Error.hasOwnProperty("captureStackTrace")?Error.captureStackTrace(this,fo):this.stack=new Error(t).stack}}class vt extends Error{constructor(t){super(t),this.name="InvalidStateError",Error.hasOwnProperty("captureStackTrace")?Error.captureStackTrace(this,vt):this.stack=new Error(t).stack}}class vr extends Error{constructor(t){super(t),this.name="TransportConnectionError",Error.hasOwnProperty("captureStackTrace")?Error.captureStackTrace(this,vt):this.stack=new Error(t).stack}}const tg=s=>new Promise(t=>setTimeout(t,s));function Bf(s,t){return u(this,null,function*(){return new Promise((e,r)=>u(this,null,function*(){const{strategy:i,maxRetryCount:n,delayTime:o}=O({strategy:"linear",maxRetryCount:3,delayTime:10},t);let c=0,d,l=!1;const h=g=>{l=!0,r(g)};for(;c<n;){try{const g=yield s(c,h);return e(g)}catch(g){if(d=g,l)break;if(c<n)i==="linear"?yield tg(o*(c+1)):i==="exponential"&&(yield tg(o*(c+Math.max(0,c-1))));else break}c+=1}return r(d)}))})}function rD(s){return s.map(t=>({channels:t.channels,clockRate:t.clockRate,mimeType:t.mimeType,sdpFmtpLine:t.sdpFmtpLine}))}function iD(s){return s.map(t=>({uri:t.uri}))}function qc(s){return{codecs:rD(s.codecs),headerExtensions:iD(s.headerExtensions?s.headerExtensions:[])}}function nD(s){const t=RTCRtpReceiver.getCapabilities("audio"),e=RTCRtpReceiver.getCapabilities("video"),r=RTCRtpSender.getCapabilities("audio"),i=RTCRtpSender.getCapabilities("video");s&&(e.codecs=e.codecs.filter(({mimeType:d})=>s===d),i.codecs=i.codecs.filter(({mimeType:d})=>s===d));const n={audio:qc(t),video:qc(e)};return{sender:{audio:qc(r),video:qc(i)},receiver:n}}var qe;class aD{constructor(t){m(this,qe,void 0);p(this,"events");f(this,qe,t),this.events=ls}joinRoom(t,e,r,i=!1){return u(this,null,function*(){const n={roomUuid:t,displayName:e,prejoined:i,capabilities:r};return(yield a(this,qe).sendMessagePromiseWithTimeout({event:this.events.joinRoom,protobuf:Vw.toBinary(n),timeout:5e3})).payload})}connectTransport(t){return u(this,null,function*(){const e=(yield a(this,qe).sendMessagePromise(this.events.createWebRTCTransport,lw.toBinary(t))).payload,{transportId:r,description:i,producerIds:n}=Ym.fromBinary(e),o={sdp:i==null?void 0:i.sdp,type:i.type};return{transportId:r,answer:o,producerIds:n}})}produce(t){return u(this,null,function*(){var n,o;const e=(yield a(this,qe).sendMessagePromise(this.events.produce,Qw.toBinary(t))).payload,r=OR.fromBinary(e);return{answer:{sdp:(n=r==null?void 0:r.description)==null?void 0:n.sdp,type:(o=r==null?void 0:r.description)==null?void 0:o.type},producerId:r.producerId}})}consume(t){return u(this,null,function*(){const e=(yield a(this,qe).sendMessagePromise(this.events.consume,Gw.toBinary(t))).payload,{consumerIdsMap:{map:r},description:i}=IR.fromBinary(e);return{consumerStateMap:r,sessionDescription:i}})}closeProducer(t){return u(this,null,function*(){const e=(yield a(this,qe).sendMessagePromise(this.events.closeProducer,iR.toBinary(t))).payload,{description:r}=BR.fromBinary(e);return r})}closeConsumer(t){return u(this,null,function*(){return(yield a(this,qe).sendMessagePromise(this.events.closeConsumer,aR.toBinary(t))).payload})}updateConsumersSimulcastConfig(t){return u(this,null,function*(){return(yield a(this,qe).sendMessagePromise(this.events.updateConsumersSimulcastConfig,zw.toBinary(t))).payload})}hostControlForPeer(t,e){return u(this,null,function*(){const r={audio:e==="audio",screeShare:!1,video:e==="video",participantId:t},i=(yield a(this,qe).sendMessagePromise(this.events.hostControlPeer,hR.toBinary(r))).payload;if(!i)return!1;const{status:n}=JR.fromBinary(i);return n==="success"})}hostControlForAll(t){return u(this,null,function*(){const e={audio:t==="audio",screenShare:!1,video:t==="video"},r=(yield a(this,qe).sendMessagePromise(this.events.hostControlAllPeers,gR.toBinary(e))).payload;if(!r)return!1;const{status:i}=zR.fromBinary(r);return i==="success"})}kickAll(){return u(this,null,function*(){const t={propagateKickAcrossRooms:!1};a(this,qe).sendMessagePromise(U.kickAll,ef.toBinary(t))})}kickPeer(t){return u(this,null,function*(){a(this,qe).sendMessagePromise(U.kick,af.toBinary(t))})}changeDisplayName(t){return u(this,null,function*(){const e=(yield a(this,qe).sendMessagePromise(this.events.changeDisplayName,lR.toBinary(t))).payload;if(!e)return!1;const{status:r}=QR.fromBinary(e);return r==="success"})}notifySelfJoinComplete(){return u(this,null,function*(){const t={},e=(yield a(this,qe).sendMessagePromise(this.events.selfJoinComplete,Uw.toBinary(t))).payload;return pu.fromBinary(e)})}audioActivity(t){return u(this,null,function*(){a(this,qe).sendMessage(this.events.audioActivity,hw.toBinary(t))})}}qe=new WeakMap;var _s=(s=>(s.NEW="new",s.CONNECTING="connecting",s.RECONNECTING="reconnecting",s.DISCONNECTED="disconnected",s.CONNECTED="connected",s.FAILED="failed",s.CLOSED="closed",s))(_s||{}),Wo;class Dl extends rt.EventEmitter{constructor(e){super();m(this,Wo,void 0);f(this,Wo,e),this.setMaxListeners(1/0)}get logger(){return a(this,Wo).getValue("logger")}safeEmit(e,...r){const i=this.listenerCount(e);try{return this.emit(e,...r)}catch(n){return this.logger.error(`EnhancedEventEmitter:: safeEmit() | event listener ${e} threw an error`,{error:n}),Boolean(i)}}safeEmitAsPromise(e,...r){return u(this,null,function*(){const i={}.EVENT_PROMISE_TIMEOUT?parseInt({}.EVENT_PROMISE_TIMEOUT,10):1e4;return this.safeEmitAsPromiseWithTimeout(e,i,...r)})}safeEmitAsPromiseWithTimeout(e,r,...i){return u(this,null,function*(){return new Promise((n,o)=>{setTimeout(o,r,"event request timeout");try{this.emit(e.toString(),...i,n,o)}catch(c){this.logger.error(`EnhancedEventEmitter:: safeEmitAsPromise() | event listener for event ${e.toString()} threw an error [event:%s]:%o`,{error:c}),o(c)}})})}}Wo=new WeakMap;class bh extends Dl{constructor(){super(...arguments);p(this,"_sendWebStream",new MediaStream);p(this,"_sendScreenShareStream",new MediaStream);p(this,"_direction");p(this,"pc");p(this,"_transportReady",!1);p(this,"_mapMidTransceiver",new Map);p(this,"enableHighBitrate",!1);p(this,"enableStereo",!1);p(this,"enableDtx",!0)}get midTransceiverMap(){return this._mapMidTransceiver}close(){if(this.logger.debug(`${this.name}::close()`),this.pc)try{this.pc.close()}catch(e){this.logger.error(`${this.name}::pc.close()`,{error:e})}}restartIce(){return u(this,null,function*(){this.logger.debug(`${this.name}::restartIce()`);const e=yield this.pc.createOffer({iceRestart:!0});return this.logger.debug(`[SDP] ${this.name}::restartIce() | calling pc.setLocalDescription() [offer:${JSON.stringify(e)}]`),{offerSdp:e,callback:i=>u(this,null,function*(){this.logger.info(`[SDP] ${this.name}::restartIce() | calling pc.setRemoteDescription() [answer:${JSON.stringify(i)}]`),yield this.pc.setRemoteDescription(i)})}})}init({direction:e,iceServers:r,iceTransportPolicy:i,additionalSettings:n,proprietaryConstraints:o,onTrackHandler:c}){this.logger.debug("HandlerInterface::init()"),this._direction=e,this.pc=new RTCPeerConnection(O({iceServers:r||[],iceTransportPolicy:i||"all",bundlePolicy:"max-bundle",rtcpMuxPolicy:"require"},n),o),c&&this.pc.addEventListener("track",d=>{c(d)}),this._addEventListeners()}connect(){return u(this,null,function*(){this.pc.addTransceiver("audio",{direction:"sendonly"}),this.pc.addTransceiver("video",O({direction:"sendonly"},this._direction==="send"?{sendEncodings:[{rid:"f",scaleResolutionDownBy:1},{rid:"h",scaleResolutionDownBy:2},{rid:"q",scaleResolutionDownBy:4}]}:{}));const e=yield this.pc.createOffer();return yield this.pc.setLocalDescription(e),this.logger.info(`[SDP] connect offer: ${JSON.stringify(e)}`),{offerSdp:e,callback:i=>u(this,null,function*(){this.logger.debug(`[SDP] ${this.name}::connect() | calling pc.setRemoteDescription() [answer:${JSON.stringify(i)}]`),yield this.pc.setRemoteDescription(i)})}})}getTransportStats(){return u(this,null,function*(){return this.pc.getStats()})}_assertSendDirection(){if(this._direction!=="send")throw new Error('method can just be called for handlers with "send" direction')}_assertRecvDirection(){if(this._direction!=="recv")throw new Error('method can just be called for handlers with "recv" direction')}getReceiverStats(e){return u(this,null,function*(){this._assertRecvDirection();const r=this.midTransceiverMap.get(e);if(!r)throw new Error("associated RTCRtpTransceiver not found");return r.receiver.getStats()})}stopSending(e){return u(this,null,function*(){this._assertSendDirection(),this.logger.debug(`stopSending() [localId:${e}]`);const r=this.midTransceiverMap.get(e);if(!r)throw new Error("associated RTCRtpTransceiver not found");r.sender.replaceTrack(null),this.pc.removeTrack(r.sender),r.direction="inactive";const i=yield this.pc.createOffer();return this.logger.debug(`[SDP] stopSending() | calling pc.setLocalDescription() [offer:${JSON.stringify(i)}]`),yield this.pc.setLocalDescription(i),{offerSdp:i,callback:o=>u(this,null,function*(){this.logger.debug(`[SDP] stopSending() | calling pc.setRemoteDescription() [answer:${JSON.stringify(o)}]`),yield this.pc.setRemoteDescription(o),this.midTransceiverMap.delete(e)})}})}replaceTrack(e,r){return u(this,null,function*(){this._assertSendDirection(),r?this.logger.debug(`replaceTrack() [localId:${e}, track.id:${r.id}]`):this.logger.debug(`replaceTrack() [localId:${e}, no track]`);const i=this.midTransceiverMap.get(e);if(!i)throw new Error("associated RTCRtpTransceiver not found");yield i.sender.replaceTrack(r)})}setMaxSpatialLayer(e,r){return u(this,null,function*(){this._assertSendDirection(),this.logger.debug(`setMaxSpatialLayer() [localId:${e}, spatialLayer:${r}]`);const i=this.midTransceiverMap.get(e);if(!i)throw new Error("associated RTCRtpTransceiver not found");const n=i.sender.getParameters();n.encodings.forEach((o,c)=>{c<=r?o.active=!0:o.active=!1}),yield i.sender.setParameters(n)})}setRtpEncodingParameters(e,r){return u(this,null,function*(){this._assertSendDirection(),this.logger.debug(`setRtpEncodingParameters() [localId:${e}, params:${JSON.stringify(r)}]`);const i=this.midTransceiverMap.get(e);if(!i)throw new Error("associated RTCRtpTransceiver not found");const n=i.sender.getParameters();n.encodings.forEach((o,c)=>{n.encodings[c]=O(O({},o),r)}),yield i.sender.setParameters(n)})}getSenderStats(e){this._assertSendDirection();const r=this.midTransceiverMap.get(e);if(!r)throw new Error("associated RTCRtpTransceiver not found");return r.sender.getStats()}_addEventListeners(){this.pc.addEventListener("icecandidate",e=>{e.candidate&&this.emit("@icecandidate",{candidate:e.candidate})}),this.pc.addEventListener("iceconnectionstatechange",()=>{switch(this.pc.iceConnectionState){case"checking":this.emit("@connectionstatechange","connecting");break;case"connected":case"completed":this.emit("@connectionstatechange","connected"),this._transportReady=!0;break;case"failed":this.emit("@connectionstatechange","failed");break;case"disconnected":this.emit("@connectionstatechange","disconnected");break;case"closed":this.emit("@connectionstatechange","closed");break;default:this.logger.warn("unknown state");break}}),this.pc.addEventListener("negotiationneeded",()=>{this.emit("@negotiationneeded",{}),this.logger.debug("negotiationneeded")}),this.pc.addEventListener("icegatheringstatechange",()=>{switch(this.pc.iceGatheringState){case"gathering":this.logger.debug("icegatheringstatechange | gathering"),this.emit("@icegatheringstatechange","gathering");break;case"complete":this.logger.debug("icegatheringstatechange | complete"),this.emit("@icegatheringstatechange","complete");break;default:this.logger.warn("unknown state");break}}),this.pc.addEventListener("icecandidateerror",e=>{this.logger.warn("icecandidateerror",{error:{code:e.errorCode,message:e.errorText}})}),this.pc.addEventListener("datachannel",e=>{this.logger.info("data channel created: ",{rtcChannel:{label:e.channel.label}});const{channel:r}=e;r.onopen=()=>{this.logger.info("data channel open: ",{rtcChannel:{label:e.channel.label}}),this.safeEmit("dc_open",e.channel)},r.onclose=()=>{this.logger.warn("data channel closed: ",{rtcChannel:{label:e.channel.label}})},r.onerror=()=>{this.logger.error("data channel error: ",{rtcChannel:{label:e.channel.label}})}}),this.addCustomEventListeners()}addCustomEventListeners(){}}class kh extends bh{static createFactory(t){return()=>new kh(t)}get name(){return"Chrome74"}init({direction:t,iceServers:e,iceTransportPolicy:r,additionalSettings:i,proprietaryConstraints:n,onTrackHandler:o}){this._direction=t,this.pc=new RTCPeerConnection(O({iceServers:e||[],iceTransportPolicy:r||"all",bundlePolicy:"max-bundle",rtcpMuxPolicy:"require",sdpSemantics:"unified-plan"},i),n),o&&this.pc.addEventListener("track",c=>{o(c)}),this._addEventListeners()}send(n){return u(this,arguments,function*({track:t,encodings:e,codecOptions:r,screenShare:i}){this._assertSendDirection();const o=this.pc.addTransceiver(t,{direction:"sendonly",streams:[i?this._sendScreenShareStream:this._sendWebStream],sendEncodings:e});if(!navigator.isReactNative){this.logger.debug("creating new transceiver");const l=RTCRtpSender.getCapabilities(typeof t=="string"?t:t.kind);this.logger.info(`senders available params: ${JSON.stringify(l)}`);const h=[];r&&r.length&&r.forEach(g=>{var y;const T=l.codecs.find(E=>E.mimeType.includes(g.name));if(g.parameters){this.logger.debug(`codecOption.parameters:${JSON.stringify(g.parameters)}`);const E=((y=T.sdpFmtpLine)==null?void 0:y.split(";"))||[];E.push(...g.parameters);const _=Array.from(new Set(E).values());T.sdpFmtpLine=_.join(";")}h.push(T)}),this.logger.info(`selected codecs: ${JSON.stringify(h)}`),o.setCodecPreferences(h)}const c=yield this.pc.createOffer();if(yield this.pc.setLocalDescription(c),r&&r.findIndex(({name:l})=>l==="opus")>=0){const{enableDtx:l,enableStereo:h}=this,g=this.enableHighBitrate?h?128e3:64e3:h?64e3:32e3;c.sdp=c.sdp.replace("minptime=10;useinbandfec=1",`minptime=10;useinbandfec=1;${l?"usedtx=1;":""}${h?"stereo=1;sprop-stereo=1;":""}maxaveragebitrate=${g}`),c.sdp+=`a=rtcp-fb:111 nack\r
8
+ `).map(e=>Gr.parseTranscript(e,!1)).filter(Boolean):[]}getActiveTranscript(){return u(this,null,function*(){try{const t=St(),{transcript:e}=yield t.getActiveTranscript();this.transcripts=Gr.parseTranscripts(e)}catch(t){}})}onTranscript(t){return u(this,null,function*(){var r;const e=this.transcripts.filter(({peerId:i})=>i===t.peerId);if((r=e==null?void 0:e.at(-1))!=null&&r.isPartialTranscript){const i=e.at(-1);i.transcript=t.transcript,i.isPartialTranscript=t.isPartialTranscript,this.emit("transcript",i);return}this.transcripts=[...this.transcripts,t],this.emit("transcript",t)})}},_o=new WeakMap,Sg);Sf([P.trace("Ai.getActiveTranscript")],Gr.prototype,"getActiveTranscript",1);Gr=Sf([it("0000")],Gr);var DI=Object.defineProperty,OI=Object.getOwnPropertyDescriptor,NI=(s,t,e,r)=>{for(var i=r>1?void 0:r?OI(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&&DI(t,e,i),i},Er,Mn,Ct,vg;const vf=(vg=class{constructor(s,t,e,r,i,n){p(this,"meta");p(this,"ai");m(this,Er,void 0);m(this,Mn,void 0);p(this,"aiSocketHandler");m(this,Ct,void 0);f(this,Ct,s),this.meta=new Pu(s,t,t.config.viewType,e,n),this.ai=r,f(this,Er,t),f(this,Mn,e),this.aiSocketHandler=i,this.setupEvents()}get telemetry(){return a(this,Ct).getValue("telemetry")}get logger(){return a(this,Ct).getValue("logger")}static init(s,t,e,r,i){return u(this,null,function*(){const n=yield Gr.init(s,t.permissions.transcriptionEnabled);return new vf(s,t,e,n,r,i)})}conditionallySetActiveTab(s){var t;s!=null&&s.currentTab&&((t=this.meta.selfActiveTab)==null?void 0:t.id)!==s.currentTab.id&&(this.meta.setSelfActiveTab(s.currentTab,Tf.Meeting),this.meta.emit("activeTabUpdate",s.currentTab))}setupEvents(){a(this,Ct).getValue("peerSessionStore").on(R.TRANSPORT_STATE_UPDATE,s=>{this.meta.emit("mediaConnectionUpdate",s)}),a(this,Ct).getValue("peerSessionStore").on(R.SOCKET_STATE_UPDATE,s=>{this.meta.emit("socketConnectionUpdate",s)}),a(this,Ct).getValue("peerSessionStore").on(R.ROOM_STATE,({createdAt:s,roomUuid:t})=>{const e=this.meta.meetingStartedTimestamp;if(t&&(this.meta.sessionId=t),s&&!e){const r=new Date(s*1e3);this.meta.meetingStartedTimestamp=r,this.meta.emit("meetingStartTimeUpdate",{meetingStartedTimestamp:this.meta.meetingStartedTimestamp})}}),a(this,Ct).getValue("peerSessionStore").on(R.PRODUCER_SCORE_UPDATE,({score:s})=>{s<5&&this.meta.emit("poorConnection",{score:s})}),a(this,Er).permissions.canSpotlight&&(this.logger.info("MetaController::Asserting Spotlight"),this.meta.selfActiveTab&&a(this,Mn).broadcastMessage("spotlight",{userId:a(this,Er).userId,currentTab:this.meta.selfActiveTab})),a(this,Ct).getValue("peerSessionStore").on(R.PEER_JOINED_INTERNAL,s=>u(this,null,function*(){a(this,Er).permissions.canSpotlight&&this.meta.selfActiveTab&&a(this,Mn).broadcastToPeers("spotlight",[s.id],{userId:a(this,Er).userId,currentTab:this.meta.selfActiveTab})})),a(this,Ct).getValue("peerSessionStore").on(R.ROOM_MESSAGE,s=>{var e,r;let t;if("type"in s){if(s.type!=="spotlight")return;t=O(O({},s),s.payload)}else if("roomMessageType"in s){if(s.roomMessageType!=="spotlight")return;t=s}else return;this.logger.info("Spotlight Assertion Received",{spotlight:{spotlighter:{id:t.userId},currentTab:{id:(e=t.currentTab)==null?void 0:e.id,type:(r=t.currentTab)==null?void 0:r.type}}}),this.conditionallySetActiveTab(t)}),a(this,Ct).getValue("peerSessionStore").on(R.MESSAGE,s=>{var e,r;let t;if("type"in s){if(s.type!=="spotlight")return;t=O(O({},s),s.payload)}else if("roomMessageType"in s){if(s.roomMessageType!=="spotlight")return;t=s}else return;this.logger.info("Spotlight Assertion Received",{spotlight:{spotlighter:{id:t.userId},currentTab:{id:(e=t.currentTab)==null?void 0:e.id,type:(r=t.currentTab)==null?void 0:r.type}}}),this.conditionallySetActiveTab(t)}),this.aiSocketHandler.on(U.transcript,s=>{const{meetingId:t,transcript:e,isPartial:r}=s;let i;try{i=Gr.parseTranscript(e,r)}catch(d){this.logger.error(`Failed to parse transcript: ${e}`,d)}if(!i){this.logger.warn("Received empty transcript data");return}this.ai.onTranscript(i);const{peerId:n,name:o,transcript:c}=i;this.logger.debug(`${t} Received transcript for peer ${n} - ${o}: ${c}`)})}},Er=new WeakMap,Mn=new WeakMap,Ct=new WeakMap,vg);let yf=vf;NI([P.trace("MetaController.setupEvents")],yf.prototype,"setupEvents",1);const qa={},lr={executeWithLock({methodName:s,lockName:t,timeout:e}){return(r,i,n)=>{const o=n.value;return n.value=function(...d){var E,_;const l=(_=(this==null?void 0:this.peerId)||((E=d[0])==null?void 0:E.authToken))!=null?_:"",h=`${t}-${l}`,g=this==null?void 0:this.logger;if(qa[h]){const C=new Error(`Unsupported concurrent calls on method: ${s}.`);throw C.name="UnsupportedConcurrentMethodExecution",g==null||g.error("Locker::UnsupportedConcurrentMethodExecution",{error:{stack:C.stack},locker:{methodName:s,lockName:h}}),C}qa[h]=!0;const T=setTimeout(()=>delete qa[h],e),y=o.apply(this,d);return Promise.resolve(y).then(()=>{delete qa[h],clearTimeout(T)}).catch(()=>{delete qa[h],clearTimeout(T)}),y},n}}};var LI=Object.defineProperty,VI=Object.getOwnPropertyDescriptor,Zi=(s,t,e,r)=>{for(var i=r>1?void 0:r?VI(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&LI(t,e,i),i},Bt,wd,ie,Co,ms,$e,wo,Cu,An,Qc;class Yr extends Ot{constructor(e,r,i,n,o){const c=e.getValue("logger");super(c);m(this,wo);m(this,An);m(this,Bt,void 0);m(this,wd,void 0);m(this,ie,void 0);m(this,Co,void 0);m(this,ms,void 0);m(this,$e,void 0);f(this,$e,e),f(this,Bt,n),f(this,wd,o),f(this,ie,r),f(this,Co,i),f(this,ms,[]),this.setupEvents()}get telemetry(){return a(this,$e).getValue("telemetry")}get status(){return a(this,$e).getValue("stageStatus")}setupEvents(){const e={[R.GET_STAGE_REQUESTS]:n=>u(this,null,function*(){f(this,ms,n)}),[R.UPDATE_STAGE_REQUESTS]:o=>u(this,[o],function*({add:n}){const c=a(this,ms).length,{stageRequests:d}=this.getAccessRequests();(n||d.length>c)&&this.emit("newStageRequest",{count:d.length}),this.emit("stageAccessRequestUpdate",d)})},r=()=>{Object.entries(e).forEach(([n,o])=>{a(this,$e).getValue("peerSessionStore").onAsync(n,o)})},i=()=>{Object.entries(e).forEach(([n,o])=>{a(this,$e).getValue("peerSessionStore").removeListener(n,o)})};a(this,ie).permissions.on("permissionsUpdate",n=>{const{canAcceptProductionRequests:o}=n;o!==void 0&&(a(this,ie).permissions.acceptStageRequests?(r(),a(this,Bt).getStageRequests()):(i(),f(this,ms,[]),this.emit("stageAccessRequestUpdate",a(this,ms))))}),a(this,ie).permissions.acceptStageRequests&&r()}getAccessRequests(){if(!a(this,ie).permissions.stageEnabled)throw this.logger.error("Stage::stage_disabled"),new b("Stage is disabled","2003");if(!a(this,ie).permissions.acceptStageRequests)throw this.logger.error("Stage::get_access_request::permission_denied"),new b("You do not have permission to perform this action","2001");const e=a(this,Co).joined.toArray().filter(r=>r.stageStatus==="REQUESTED_TO_JOIN_STAGE").map(r=>({displayName:r.name,userId:r.userId,peerId:r.id}));return f(this,ms,e),{stageRequests:a(this,ms)}}requestAccess(){return u(this,null,function*(){if(!a(this,ie).permissions.stageEnabled)throw this.logger.error("Stage::stage_disabled"),new b("Stage is disabled","2003");if(this.status!=="OFF_STAGE")throw new b(`Unable to request access you are currently ${this.status}`,"2006");if(a(this,ie).permissions.stageAccess===W.Allowed){V(this,An,Qc).call(this,"ACCEPTED_TO_JOIN_STAGE");return}a(this,Bt).requestAccess(),V(this,An,Qc).call(this,"REQUESTED_TO_JOIN_STAGE")})}cancelRequestAccess(){return u(this,null,function*(){if(!a(this,ie).permissions.stageEnabled)throw this.logger.error("Stage::stage_disabled"),new b("Stage is disabled","2003");a(this,Bt).cancelRequestAccess(),V(this,An,Qc).call(this,"OFF_STAGE")})}grantAccess(e){if(!a(this,ie).roomJoined)throw new b("Can`t grant for participant without joining room");if(!a(this,ie).permissions.stageEnabled)throw this.logger.error("Stage::stage_disabled"),new b("Stage is disabled","2003");if(!a(this,ie).permissions.acceptStageRequests)throw this.logger.error("Stage::grant_access::permission_denied"),new b("You do not have permission to perform this action","2001");return a(this,Bt).grantAccess(e)}denyAccess(e){if(!a(this,ie).roomJoined)throw new b("Can`t rejectRequestToJoinStage for participant without joining room","2005");if(!a(this,ie).permissions.stageEnabled)throw this.logger.error("Stage::stage_disabled"),new b("Stage is disabled","2003");if(!a(this,ie).permissions.acceptStageRequests)throw this.logger.error("Stage::deny_access::permission_denied"),new b("You do not have permission to perform this action","2001");return a(this,Bt).denyAccess(e)}get peerId(){return a(this,$e).getValue("peerId")}join(){return u(this,null,function*(){const e=a(this,$e).getValue("viewType");if(this.status==="ON_STAGE")throw new b("You are already on stage.","2006");if(this.status!=="ACCEPTED_TO_JOIN_STAGE"||a(this,ie).permissions.stageAccess===W.NotAllowed)throw new b(`Unable to join stage you are currently ${this.status}`,"2006");if(a(this,$e).setValue("stageStatus","ON_STAGE",!1),yield a(this,Bt).joinStage(),e===tr.Livestream){yield a(this,$e).getValue("selfController").joinRoom();return}a(this,$e).notify("stageStatus"),a(this,ie).audioEnabled&&a(this,wo,Cu).shareMic(a(this,ie).audioTrack),a(this,ie).videoEnabled&&a(this,wo,Cu).shareWebcam(a(this,ie).videoTrack)})}leave(){return u(this,null,function*(){if(!a(this,ie).permissions.stageEnabled)throw this.logger.error("Stage::stage_disabled"),new b("Stage is disabled","2003");if(!(this.status==="ON_STAGE"||this.status==="ACCEPTED_TO_JOIN_STAGE"))throw new b(`Unable to leave stage you are currently ${this.status}`,"2006");a(this,ie).setIsPinned(!1),a(this,$e).setValue("stageStatus","OFF_STAGE",!1),yield a(this,Bt).leaveStage(a(this,ie).userId);try{yield a(this,$e).getValue("peerSessionStore").emitAsync(R.LEAVE_MEDIA_ROOM,"stageLeft")}catch(e){this.logger.error("Stage::leave::emitAsync::failed",{error:e})}a(this,$e).notify("stageStatus")})}kick(e){return u(this,null,function*(){if(!a(this,ie).roomJoined)throw new b("Can`t kick participant without joining room","2005");if(!a(this,ie).permissions.stageEnabled)throw this.logger.error("Stage::stage_disabled"),new b("Stage is disabled","2003");if(!a(this,ie).permissions.acceptStageRequests)throw this.logger.error("Stage::kick::permission_denied"),new b("You do not have permissions for kick","2001");return a(this,Bt).kick(e)})}}Bt=new WeakMap,wd=new WeakMap,ie=new WeakMap,Co=new WeakMap,ms=new WeakMap,$e=new WeakMap,wo=new WeakSet,Cu=function(){return a(this,$e).getValue("roomNodeClient")},An=new WeakSet,Qc=function(e){return u(this,null,function*(){this.status!==e&&a(this,$e).setValue("stageStatus",e)})};Zi([P.trace("Stage.getStageRequests")],Yr.prototype,"getAccessRequests",1);Zi([P.trace("Stage.requestAccess")],Yr.prototype,"requestAccess",1);Zi([P.trace("Stage.cancelRequestAccess")],Yr.prototype,"cancelRequestAccess",1);Zi([P.trace("Stage.grantAccess")],Yr.prototype,"grantAccess",1);Zi([P.trace("Stage.denyAccess")],Yr.prototype,"denyAccess",1);Zi([lr.executeWithLock({methodName:"joinStage",lockName:"Stage.join",timeout:5e3}),P.trace("Stage.joinStage")],Yr.prototype,"join",1);Zi([P.trace("Stage.leaveStage")],Yr.prototype,"leave",1);function xI(s){return!(s.viewType==="LIVESTREAM"||s.viewType==="CHAT")}function Sh(s){switch(s){case Xs.UNSPECIFIED:return"OFF_STAGE";case Xs.REQUESTED_STAGE:return"REQUESTED_TO_JOIN_STAGE";case Xs.APPROVED_STAGE:return"ACCEPTED_TO_JOIN_STAGE";case Xs.OFF_STAGE:return"OFF_STAGE";case Xs.ON_STAGE:return"ON_STAGE";default:return"OFF_STAGE"}}var UI=Object.defineProperty,$I=Object.getOwnPropertyDescriptor,BI=(s,t,e,r)=>{for(var i=r>1?void 0:r?$I(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&&UI(t,e,i),i},Pr,ts,_r,Ro,at;class Ef{constructor(t,e,r,i,n){p(this,"stage");m(this,Pr,void 0);m(this,ts,void 0);m(this,_r,void 0);m(this,Ro,0);m(this,at,void 0);f(this,at,t),this.stage=new Yr(t,i,n,e,r),f(this,_r,e),f(this,Pr,i),f(this,ts,n),this.setupEvents()}get telemetry(){return a(this,at).getValue("telemetry")}get logger(){return a(this,at).getValue("logger")}setupEvents(){a(this,at).subscribe("stageStatus",t=>{this.stage.emit("stageStatusUpdate",t)}),a(this,_r).on(U.grantStageAccess,()=>{a(this,Pr).permissions.stageAccess!==W.Allowed&&(this.stage.emit("stageRequestApproved"),this.setStageStatus("ACCEPTED_TO_JOIN_STAGE"))}),a(this,_r).on(U.peerStageStatusUpdate,t=>{t!==void 0&&(t.peerId===a(this,Pr).id?this.selfStageStatusHandler(t):this.peerStageStatusHandler(t))}),a(this,_r).on(U.denyStageAccess,()=>{a(this,Pr).permissions.stageAccess!==W.Allowed&&(this.stage.emit("stageRequestRejected"),this.setStageStatus("OFF_STAGE"))}),a(this,_r).on(U.getStageRequests,t=>u(this,null,function*(){var r;if(a(this,Pr).permissions.stageAccess!==W.Allowed)return;const e=(r=t==null?void 0:t.stageRequests)!=null?r:[];yield a(this,at).getValue("peerSessionStore").emitAsync(R.GET_STAGE_REQUESTS,e),a(this,Ro)<e.length&&e.length>0&&this.stage.emit("newStageRequest",{count:e.length}),f(this,Ro,e.length),this.stage.emit("stageAccessRequestUpdate",e)}))}getCurrentStageRequests(){return a(this,ts).joined.toArray().filter(e=>e.stageStatus==="REQUESTED_TO_JOIN_STAGE").map(e=>({displayName:e.name,userId:e.userId,peerId:e.id}))}setStageStatus(t){return u(this,null,function*(){this.stage.status!==t&&a(this,at).setValue("stageStatus",t)})}selfStageStatusHandler(t){const e=Sh(t.stageType),r=a(this,at).getValue("stageStatus");if(r!==e)switch(t.stageType){case 1:a(this,at).setValue("stageStatus","ACCEPTED_TO_JOIN_STAGE",!1),this.stage.join();break;case 2:case 3:this.setStageStatus(r);break;case 0:case 4:default:a(this,at).setValue("stageStatus","ACCEPTED_TO_JOIN_STAGE",!1),this.stage.leave();break}}peerStageStatusHandler(t){return u(this,null,function*(){const e=a(this,ts).joined.get(t.peerId),r=a(this,ts).viewMode==="ACTIVE_GRID";if(!e){this.logger.warn("err::peerStageStatusUpdate: participant not found");return}switch(t.stageType){case 1:e.setStageStatus("ON_STAGE"),r&&a(this,at).getValue("peerSessionStore").emit(R.UPDATE_ACTIVE,{viewMode:a(this,ts).viewMode,page:a(this,ts).currentPage});break;case 2:e.setStageStatus("ACCEPTED_TO_JOIN_STAGE");break;case 3:e.setStageStatus("REQUESTED_TO_JOIN_STAGE");break;case 0:case 4:default:e.setStageStatus("OFF_STAGE"),r&&a(this,at).getValue("peerSessionStore").emit(R.UPDATE_ACTIVE,{viewMode:a(this,ts).viewMode,page:a(this,ts).currentPage});break}a(this,at).getValue("peerSessionStore").emit(R.UPDATE_PEER_STAGE_STATUS,{id:e.id,status:e.stageStatus})})}}Pr=new WeakMap,ts=new WeakMap,_r=new WeakMap,Ro=new WeakMap,at=new WeakMap;BI([P.trace("Stage.setupEvents")],Ef.prototype,"setupEvents",1);var HI=Object.defineProperty,FI=Object.getOwnPropertyDescriptor,vh=(s,t,e,r)=>{for(var i=r>1?void 0:r?FI(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&HI(t,e,i),i},hi,xs,bo,ko,pi,yg;let mo=(yg=class extends Ea{constructor(t,e,r,i){const n=t.getValue("logger");super(n);p(this,"name");p(this,"icon");p(this,"id");p(this,"permissions");m(this,hi,void 0);m(this,xs,void 0);m(this,bo,void 0);m(this,ko,void 0);m(this,pi,void 0);p(this,"active");p(this,"enabledBy");f(this,bo,t);const o=t.getValue("meetingId");this.id=`${o}:${e.id}`,this.name=e.name,this.icon=e.icon,f(this,ko,e.component),this.permissions=e.permissions,f(this,hi,i),f(this,xs,r),this.active=!1,this.enabledBy=""}get component(){return a(this,ko)}get telemetry(){return a(this,bo).getValue("telemetry")}set activePluginsStore(t){f(this,xs,t)}activateForSelf(){f(this,pi,new Date),this.active=!0,this.emit("stateUpdate",{active:this.active,pluginId:this.id}),this.emit("enabled")}deactivateForSelf(){f(this,pi,void 0),this.active=!1,this.emit("stateUpdate",{active:this.active,pluginId:this.id}),this.emit("closed")}activate(){return u(this,null,function*(){var t;if(!this.active&&(t=this.permissions)!=null&&t.canActivate){if(!a(this,xs))throw new b("Cannot activate plugin: active plugins store is not available yet.","0604");yield a(this,xs).set(this.id,{name:this.name,icon:this.icon,id:this.id,enabledBy:a(this,hi).id}),this.enabledBy=a(this,hi).id,this.activateForSelf(),this.logger.info("plugin::activated",{plugin:{id:this.id,enabledBy:this.enabledBy,name:this.name}})}})}deactivate(){return u(this,null,function*(){var e;if(!this.active||!((e=this.permissions)!=null&&e.canDeactivate)&&this.enabledBy!==a(this,hi).id)return;if(!a(this,xs))throw new b("Cannot deactivate plugin: active plugins store is not available yet.","0604");const t=a(this,pi)?new Date().getTime()-a(this,pi).getTime():0;yield a(this,xs).set(this.id,null),this.deactivateForSelf(),this.logger.info("plugin::deactivated",{plugin:{id:this.id,name:this.name,duration:t}})})}},hi=new WeakMap,xs=new WeakMap,bo=new WeakMap,ko=new WeakMap,pi=new WeakMap,yg);vh([P.trace("Plugin.activatePlugin")],mo.prototype,"activate",1);vh([P.trace("Plugin.deactivatePlugin")],mo.prototype,"deactivate",1);mo=vh([it("0600")],mo);var Oe,gi;class Pf extends Map{constructor(e,r=void 0){const{onAddEvent:i,onDeleteEvent:n,onClearEvent:o}=e;super();m(this,Oe,void 0);m(this,gi,void 0);p(this,"onAddEvent");p(this,"onDeleteEvent");p(this,"onClearEvent");f(this,Oe,new Ea(r)),this.onAddEvent=i,this.onDeleteEvent=n,this.onClearEvent=o,f(this,gi,new Map)}emit(e,...r){return a(this,Oe).emit(e,...r)}on(e,r){return a(this,Oe).on(e,r)}addListener(e,r){return a(this,Oe).addListener(e,r)}off(e,r){return a(this,Oe).off(e,r)}once(e,r){return a(this,Oe).once(e,r)}prependListener(e,r){return a(this,Oe).prependListener(e,r)}prependOnceListener(e,r){return a(this,Oe).prependOnceListener(e,r)}removeListener(e,r){return a(this,Oe).removeListener(e,r)}removeAllListeners(e){return a(this,Oe).removeAllListeners(e)}listeners(e){return a(this,Oe).listeners(e)}listenerCount(e){return a(this,Oe).listenerCount(e)}getMaxListeners(){return a(this,Oe).getMaxListeners()}setMaxListeners(e){return a(this,Oe).setMaxListeners(e)}eventNames(){return a(this,Oe).eventNames()}add(e,r=!0){return this.set(e.id,e,r)}set(e,r,i=!0){const n=super.set(e,r),o=(c,...d)=>{this.emit(c,r,...d)};return a(this,gi).set(e,o),r.on("*",o),i&&a(this,Oe).emit(this.onAddEvent,r),n}delete(e,r=!0,i=!1){const n=this.get(e);if(!n)return!1;n.removeListener("*",a(this,gi).get(e));const o=super.delete(e);return i&&n.removeAllListeners(),r&&a(this,Oe).emit(this.onDeleteEvent,n),o}clear(e=!0,r=!1){this.forEach(n=>{n.removeListener("*",a(this,gi).get(n.id)),r&&n.removeAllListeners()});const i=super.clear();return e&&a(this,Oe).emit(this.onClearEvent),i}toArray(){return Array.from(this.values())}}Oe=new WeakMap,gi=new WeakMap;class Yp extends Pf{constructor(t){super({onAddEvent:"pluginAdded",onDeleteEvent:"pluginDeleted"},t)}add(t,e=!0){return super.add(t,e)}delete(t,e=!0,r=!1){return super.delete(t,e,r)}}var qI=Object.defineProperty,jI=Object.getOwnPropertyDescriptor,GI=(s,t,e,r)=>{for(var i=r>1?void 0:r?jI(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&&qI(t,e,i),i};let wu=class{constructor(s){p(this,"all");p(this,"active");this.all=new Yp(s),this.active=new Yp(s)}};wu=GI([it("0600")],wu);var WI=Object.defineProperty,JI=Object.getOwnPropertyDescriptor,KI=(s,t,e,r)=>{for(var i=r>1?void 0:r?JI(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&WI(t,e,i),i},ss,In,Cr,mi,Rd,Cf,Mo,Ru,Ao,bu,Io,ku,Eg;const _f=(Eg=class{constructor(s,t,e,r){m(this,Rd);m(this,Mo);m(this,Ao);m(this,Io);p(this,"plugins");m(this,ss,void 0);m(this,In,void 0);m(this,Cr,void 0);m(this,mi,null);f(this,Cr,s),this.plugins=t,f(this,In,e),f(this,ss,r),this.setupEvents()}get telemetry(){return a(this,Cr).getValue("telemetry")}get logger(){return a(this,Cr).getValue("logger")}static init(s,t,e,r){return u(this,null,function*(){var l,h;const i=s.getValue("logger"),n=s.getValue("connectionHandler"),o=new wu(i);let c;n.socketState.state==="connected"?(i.info("Creating active plugins store immediately. Socket is already connected."),c=yield r.create(lu,!0)):i.info("Deferring active plugins store creation until socket connects."),t.forEach(g=>{const T=new mo(s,g,c,e);o.all.add(T)});const d=new _f(s,o,r,c);return c?V(l=d,Io,ku).call(l):V(h=d,Rd,Cf).call(h),d})}cleanup(){V(this,Mo,Ru).call(this)}setupEvents(){this.plugins.all.on("stateUpdate",({active:s,id:t})=>{if(s){this.plugins.active.add(this.plugins.all.get(t));return}this.plugins.active.delete(t)}),a(this,Cr).getValue("peerSessionStore").onAsync(R.SOCKET_SERVICE_ROOM_JOINED,()=>u(this,null,function*(){var t,e;if(((e=(t=this.plugins.active)==null?void 0:t.toArray())!=null?e:[]).forEach(r=>{r.deactivateForSelf()}),!a(this,ss)){this.logger.warn("Active plugins store not available yet on ROOM_JOINED. Sync will be performed when store is created.");return}yield V(this,Ao,bu).call(this),this.logger.debug("[SOCKET_SERVICE_ROOM_JOINED] resolved request to sync active plugins.")}))}},ss=new WeakMap,In=new WeakMap,Cr=new WeakMap,mi=new WeakMap,Rd=new WeakSet,Cf=function(){const s=a(this,Cr).getValue("peerSessionStore"),t=e=>u(this,null,function*(){if(e.state==="connected"&&!a(this,ss))try{f(this,ss,yield a(this,In).create(lu,!0)),V(this,Mo,Ru).call(this),this.plugins.all.toArray().forEach(r=>{r.activePluginsStore=a(this,ss)}),V(this,Io,ku).call(this),this.logger.info("Active plugins store created after socket connected"),yield V(this,Ao,bu).call(this)}catch(r){this.logger.error("Failed to create active plugins store after socket connected, will retry on next reconnect",{error:r})}});s.on(R.SOCKET_STATE_UPDATE,t),f(this,mi,()=>{s.off(R.SOCKET_STATE_UPDATE,t)})},Mo=new WeakSet,Ru=function(){a(this,mi)&&(a(this,mi).call(this),f(this,mi,null))},Ao=new WeakSet,bu=function(){return u(this,null,function*(){try{yield a(this,In).refresh(a(this,ss).name)}catch(t){this.logger.error("Failed to refresh active plugins store, syncing from stale data.",{error:t})}const s=a(this,ss).getAll();Object.entries(s).forEach(([t,e])=>{if(!e)return;const r=this.plugins.all.get(t);if(!r){this.logger.warn(`Plugin '${t}' not found in plugins.all, ignoring store entry.`);return}r.active||(r.enabledBy=e.enabledBy,r.activateForSelf())})})},Io=new WeakSet,ku=function(){a(this,ss).subscribe("*",s=>{Object.entries(s).forEach(([t,e])=>{const r=this.plugins.all.get(t);if(!r){this.logger.warn(`Plugin '${t}' not found in plugins.all, ignoring store update.`);return}!e&&r.active&&r.deactivateForSelf(),e&&!r.active&&(r.enabledBy=e.enabledBy,r.activateForSelf())})})},Eg);let wf=_f;KI([P.trace("PluginController.setupEvents")],wf.prototype,"setupEvents",1);var Do;class zI{constructor(t){p(this,"mediaJoined");p(this,"socketJoined");p(this,"socketJoinAttempted");p(this,"mediaJoinAttempted");p(this,"socketState");p(this,"mediaState");m(this,Do,void 0);this.mediaJoined=!1,this.socketJoined=!1,this.socketJoinAttempted=!1,this.mediaJoinAttempted=!1,this.socketState={state:void 0,reconnected:!1,reconnectionAttempt:void 0},this.mediaState={recv:void 0,send:void 0},f(this,Do,t)}get joinAttempted(){return this.mediaJoinAttempted||this.socketJoinAttempted}get roomJoined(){return this.mediaJoined&&this.socketJoined}updateSocketConnectionState(t,e){let r;const{reconnected:i}=this.socketState;switch(t){case"connected":r={state:"connected",reconnected:i,reconnectionAttempt:void 0};break;case"disconnected":r={state:"disconnected",reconnected:!1,reconnectionAttempt:0},this.socketJoined=!1;break;case"reconnected":r={state:"connected",reconnected:!0,reconnectionAttempt:void 0};break;case"reconnecting":r={state:"reconnecting",reconnected:i,reconnectionAttempt:0};break;case"reconnectAttempt":r={state:"reconnecting",reconnected:i,reconnectionAttempt:e};break;case"failed":r={state:"failed",reconnected:i,reconnectionAttempt:void 0},this.socketJoined=!1;break}r&&(a(this,Do).getValue("peerSessionStore").emit(R.SOCKET_STATE_UPDATE,r),this.socketState=r)}}Do=new WeakMap;var YI=Object.defineProperty,QI=Object.getOwnPropertyDescriptor,Mc=(s,t,e,r)=>{for(var i=r>1?void 0:r?QI(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&&YI(t,e,i),i};const Qp="Cannot start recording: another recording is already in progress.";var Dn,On,Nn,Xc,Pg;let zi=(Pg=class extends Ot{constructor(t,e){const r=t.getValue("logger");super(r);m(this,Nn);m(this,Dn,void 0);m(this,On,void 0);p(this,"recordingPeerIds",[]);p(this,"recordings",[]);f(this,On,t),f(this,Dn,e)}get recordingState(){return this.recordings.some(t=>t.state==="RECORDING")?"RECORDING":this.recordings.some(t=>t.state==="PAUSED")?"PAUSED":this.recordings.some(t=>t.state==="STARTING")?"STARTING":this.recordings.some(t=>t.state==="STOPPING")?"STOPPING":"IDLE"}get telemetry(){return a(this,On).getValue("telemetry")}updateRecordings(t){this.recordings=t,this.emit("recordingUpdate",this.recordingState)}start(t){return u(this,null,function*(){if(!a(this,Dn).permissions.canRecord)throw this.logger.error("Recording::start::permission_denied"),new b("User does not have permission to start recording","1001");if((t==null?void 0:t.allowMultiple)!==!0&&(this.recordingState==="STARTING"||this.recordingState==="RECORDING"||this.recordingState==="STOPPING"))throw this.logger.error("Recording::start::recording_in_progress",{recording:{state:this.recordingState}}),new b(Qp,"1005");try{const e=St(),{recording:r={}}=a(this,On).getValue("defaults"),i=yield e.startRecording(r,t==null?void 0:t.allowMultiple);this.updateRecordings([...this.recordings,{id:i,state:"STARTING",type:"BROWSER"}])}catch(e){throw this.logger.error("Recording::start::recording_failed_to_start",{error:e}),e instanceof gd&&e.status===409?new b(Qp,"1005"):new b("Error while starting recording","1000",this.logger)}})}stop(t){return u(this,null,function*(){yield V(this,Nn,Xc).call(this,"stop",["RECORDING","PAUSED"],t)})}pause(t){return u(this,null,function*(){yield V(this,Nn,Xc).call(this,"pause",["RECORDING"],t)})}resume(t){return u(this,null,function*(){yield V(this,Nn,Xc).call(this,"resume",["PAUSED"],t)})}},Dn=new WeakMap,On=new WeakMap,Nn=new WeakSet,Xc=function(t,e,r){return u(this,null,function*(){if(!a(this,Dn).permissions.canRecord)throw this.logger.error("Recording::stop::permission_denied"),new b("User does not have permission to stop recording","1001");let i=[];if(r!==void 0){const n=this.recordings.find(o=>o.id===r);if(n===void 0)throw new b("Could not find the specified recording","1004");if(e.includes(n.state)){this.logger.error("Recording::stop::recording_not_in_expected_state",{recording:{state:n.state}});return}i.push(n)}else i=this.recordings.filter(n=>e.includes(n.state));i.forEach(n=>u(this,null,function*(){const o=n.state;t==="stop"&&(n.state="STOPPING",this.emit("recordingUpdate","STOPPING"));try{yield St().updateRecording(n.id,t)}catch(c){throw this.logger.error("Recording::stop::recording_failed_to_stop",{error:c}),n.state!==o&&(n.state=o,this.emit("recordingUpdate",o)),new b("Error while stopping recording","1000",this.logger)}}))})},Pg);Mc([P.trace("Recording.start")],zi.prototype,"start",1);Mc([P.trace("Recording.stop")],zi.prototype,"stop",1);Mc([P.trace("Recording.stop")],zi.prototype,"pause",1);Mc([P.trace("Recording.stop")],zi.prototype,"resume",1);zi=Mc([it("1000")],zi);var XI=Object.defineProperty,ZI=Object.getOwnPropertyDescriptor,e0=(s,t,e,r)=>{for(var i=r>1?void 0:r?ZI(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&XI(t,e,i),i},fi;class Rf{constructor(t,e,r){p(this,"recording");p(this,"room");m(this,fi,void 0);f(this,fi,t),this.recording=new zi(t,e),this.room=r,this.setupEvents()}get telemetry(){return a(this,fi).getValue("telemetry")}get logger(){return a(this,fi).getValue("logger")}getRecordingTypeFromProtoType(t){let e;switch(t){case Wi.BROWSER:e="BROWSER";break;case Wi.COMPOSITE:e="COMPOSITE";break;case Wi.TRACK:e="TRACK";break;default:e="BROWSER"}return e}setupEvents(){a(this,fi).getValue("peerSessionStore").on(R.ROOM_STATE,t=>{t.activeRecordings.length!==0?this.recording.updateRecordings(t.activeRecordings.map(e=>{const r=this.getRecordingTypeFromProtoType(e.recordingType);return{id:e.recordingId,state:e.recordingStatus,type:r}})):this.recording.recordings.length&&this.recording.updateRecordings([])}),this.room.on(U.recordingStarted,t=>{let e=!1;const r=[...this.recording.recordings];if(r.forEach(i=>{i.id===t.recordingId&&(e=!0,i.state="RECORDING")}),e===!1){const i=this.getRecordingTypeFromProtoType(t.recordingType);r.push({id:t.recordingId,state:"RECORDING",type:i})}this.recording.updateRecordings(r)}),this.room.on(U.recordingPaused,t=>{const e=[...this.recording.recordings];e.forEach(r=>{r.id===t.recordingId&&(r.state="PAUSED")}),this.recording.updateRecordings(e)}),this.room.on(U.recordingStopped,t=>{const e=[...this.recording.recordings.filter(r=>r.id!==t.recordingId)];this.recording.updateRecordings(e)})}}fi=new WeakMap;e0([P.trace("RecordingController.setupEvents")],Rf.prototype,"setupEvents",1);var Ti;class t0{constructor(t){m(this,Ti,void 0);f(this,Ti,t)}hasFeature(t){return a(this,Ti).getValue("logger").warn("Unimplemented method: meeting.__internals__.hasFeature called"),!1}getFeatureValue(t){return a(this,Ti).getValue("logger").warn("Unimplemented method: meeting.__internals__.getFeatureValue called"),null}getAllFeatures(){return a(this,Ti).getValue("logger").warn("Unimplemented method: meeting.__internals__.getAllFeatures called"),{}}}Ti=new WeakMap;class yh{constructor(t,e,r,i){p(this,"authToken");p(this,"logger");p(this,"features");p(this,"browserSpecs");p(this,"callStats");this.authToken=t,this.logger=e,this.features=r,this.browserSpecs=Se,this.callStats=i}static init(t){return new yh(t.getValue("authToken"),t.getValue("logger"),new t0(t),t.getValue("callstats"))}}class Eh{constructor(t){p(this,"internals");this.internals=t}static init(t){return u(this,null,function*(){const e=yh.init(t);return new Eh(e)})}}var s0=Object.defineProperty,r0=Object.getOwnPropertyDescriptor,Lt=(s,t,e,r)=>{for(var i=r>1?void 0:r?r0(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&s0(t,e,i),i},Ue,fe,he,Us,Ht,Oo,be;class yt extends Ea{constructor(e,r,i=md,n=!0){const o=e.getValue("logger");super(o);m(this,Ue,void 0);m(this,fe,void 0);m(this,he,void 0);m(this,Us,void 0);m(this,Ht,void 0);m(this,Oo,void 0);m(this,be,void 0);p(this,"audioUpdateInProgress");p(this,"videoUpdateInProgress");f(this,be,e),this.audioUpdateInProgress=!1,this.videoUpdateInProgress=!1,f(this,Ue,new bf(e,r)),f(this,fe,new R0(e,a(this,Ue),void 0,i)),f(this,he,new O0(e,a(this,Ue),void 0,i)),f(this,Ht,new A0(a(this,be),a(this,Ue))),f(this,Us,new k0(e,a(this,Ue))),f(this,Oo,n),a(this,fe).on("trackMuted",this.onAudioTrackMuted.bind(this)),a(this,fe).on("trackChanged",this.onAudioTrackChanged.bind(this)),a(this,he).on("trackChanged",this.onVideoTrackChanged.bind(this)),a(this,he).on("trackEnded",this.onVideoTrackEnded.bind(this)),a(this,Ht).on("trackEnded",this.onScreenShareEnded.bind(this)),this.onVisibilityChange=this.onVisibilityChange.bind(this),document.addEventListener("visibilitychange",this.onVisibilityChange)}get telemetry(){return a(this,be).getValue("telemetry")}set context(e){f(this,be,e)}onVisibilityChange(){return u(this,null,function*(){a(this,be).getValue("callstats").tabChanged(document.visibilityState==="visible"),document.visibilityState!=="visible"?a(this,be).getValue("callstats").browserBackgrounded():(a(this,be).getValue("callstats").browserForegrounded(),yield this.setupSpeaker())})}repopulateAvailableDevices(){return u(this,null,function*(){return!0})}setupStreams(i){return u(this,arguments,function*({audio:e,video:r}){var c;e?a(this,be).getValue("callstats").audioOn():a(this,be).getValue("callstats").audioOff(),r?a(this,be).getValue("callstats").videoOn():a(this,be).getValue("callstats").videoOff();let n,o;if(e&&r)try{const d=yield a(this,Ue).getAudioAndVideoTrack(a(this,fe).userSelectedDevice,a(this,he).userSelectedDevice);n=d.audioTrack,o=d.videoTrack}catch(d){this.logger.error("LocalMediaHandler::init::Failed to get audio video tracks",{error:d})}if(!n&&e)try{n=yield a(this,Ue).getAudioTrack(!1,a(this,fe).userSelectedDevice)}catch(d){this.logger.error("LocalMediaHandler::init::Failed to get audio track",{error:d})}if(!o&&r)try{o=yield a(this,Ue).getVideoTrack(a(this,he).userSelectedDevice)}catch(d){this.logger.error("LocalMediaHandler::init::Failed to get video track",{error:d})}e&&!n&&a(this,be).getValue("callstats").audioOff(),r&&!o&&a(this,be).getValue("callstats").videoOff(),yield a(this,fe).setMediaTrack(n),yield a(this,he).setMediaTrack(o);try{yield this.setupSpeaker()}catch(d){}if(o){const d=yield this.getDeviceById(o.getSettings().deviceId);a(this,be).getValue("callstats").selectedDevice("VIDEO",d)}if(n){const d=yield this.getDeviceById(n.getSettings().deviceId);a(this,be).getValue("callstats").selectedDevice("AUDIO",d)}(c=a(this,Us).currentDevice)!=null&&c.deviceId&&a(this,be).getValue("callstats").selectedDevice("SPEAKER",a(this,Us).currentDevice),a(this,Ue).onDeviceChange((d,l,h)=>{this.onDeviceChange(l,h)})})}getCurrentDevices(){return{audio:a(this,fe).currentDevice,video:a(this,he).currentDevice,speaker:a(this,Us).currentDevice}}get permissions(){return a(this,Ue).permissions}getAllDevices(){return a(this,Ue).getAvailableDevices()}getDeviceById(e,r){return a(this,Ue).getDevice(e)}onAudioTrackMuted(){this.emit("AUDIO_TRACK_SILENT")}onAudioTrackChanged(){this.emit("AUDIO_TRACK_CHANGE")}get rawAudioTrack(){return a(this,fe).mediaTrack}get audioTrack(){return a(this,fe).transformedMediaTrack}get audioEnabled(){return a(this,fe).trackEnabled}enableAudio(e){return u(this,null,function*(){if(!this.audioUpdateInProgress){this.audioUpdateInProgress=!0;try{e?yield a(this,fe).enableTrack(!1,e):yield a(this,fe).unmuteTrack()}catch(r){}finally{this.audioUpdateInProgress=!1}}})}disableAudio(){a(this,fe).mediaTrack&&!a(this,fe).isCustomTrack?a(this,fe).muteTrack():a(this,fe).disableTrack()}getAudioDevices(e){return a(this,Ue).getAudioInputDevices(e)}setAudioDevice(i,n){return u(this,arguments,function*(e,{saveDevicePreference:r}){yield a(this,fe).setDevice(e,{saveDevicePreference:r}),e!=null&&e.deviceId&&a(this,be).getValue("callstats").selectedDevice("AUDIO",e),this.emit("AUDIO_TRACK_CHANGE"),this.emit("DEVICE_CHANGE",{device:e})})}setupSpeaker(){return u(this,null,function*(){const{speaker:e}=this.getCurrentDevices();yield a(this,Us).setPreferredSpeaker();const{speaker:r}=this.getCurrentDevices();(e==null?void 0:e.deviceId)!==(r==null?void 0:r.deviceId)&&r&&this.emit("DEVICE_CHANGE",{device:r})})}setSpeakerDevice(i,n){return u(this,arguments,function*(e,{saveDevicePreference:r}){yield a(this,Us).setupSpeaker(e,{saveDevicePreference:r}),e!=null&&e.deviceId&&a(this,be).getValue("callstats").selectedDevice("SPEAKER",e),this.emit("DEVICE_CHANGE",{device:e})})}onVideoTrackChanged(){this.emit("VIDEO_TRACK_CHANGE")}onVideoTrackEnded(){this.emit("VIDEO_TRACK_CHANGE")}get rawVideoTrack(){return a(this,he).mediaTrack}get videoTrack(){return a(this,he).transformedMediaTrack}get videoEnabled(){return a(this,he).trackEnabled}enableVideo(e){return u(this,null,function*(){if(!this.videoUpdateInProgress){this.videoUpdateInProgress=!0;try{e?yield a(this,he).enableTrack(!1,e):yield a(this,he).unmuteTrack()}catch(r){}finally{this.videoUpdateInProgress=!1}}})}disableVideo(){a(this,he).disableTrack()}getVideoDevices(e){return a(this,Ue).getVideoInputDevices(e)}setVideoDevice(i,n){return u(this,arguments,function*(e,{saveDevicePreference:r}){yield a(this,he).setDevice(e,{saveDevicePreference:r}),e!=null&&e.deviceId&&a(this,be).getValue("callstats").selectedDevice("VIDEO",e),this.emit("VIDEO_TRACK_CHANGE"),this.emit("DEVICE_CHANGE",{device:e})})}updateVideoConstraints(e){return u(this,null,function*(){yield a(this,he).updateConstraints(e)})}onScreenShareEnded(){this.emit("SCREENSHARE_ENDED")}get screenShareTracks(){return{audio:a(this,Ht).audioMediaTrack,video:a(this,Ht).videoMediaTrack}}get screenShareEnabled(){return a(this,Ht).trackEnabled}enableScreenShare(){return u(this,null,function*(){yield a(this,Ht).enableScreenShare()})}disableScreenShare(){return u(this,null,function*(){a(this,Ht).disableScreenShare()})}updateScreenshareConstraints(e){return u(this,null,function*(){yield a(this,Ht).updateConstraints(e)})}getSpeakerDevices(e){return a(this,Ue).getAudioOutputDevices(e)}addAudioMiddleware(e){return a(this,fe).addMiddleware(e)}removeAudioMiddleware(e){return a(this,fe).removeMiddleware(e)}removeAllAudioMiddlewares(){return a(this,fe).removeAllMiddlewares()}addVideoMiddleware(e){return a(this,he).addMiddleware(e)}removeVideoMiddleware(e){return a(this,he).removeMiddleware(e)}removeAllVideoMiddlewares(){return a(this,he).removeAllMiddlewares()}setVideoMiddlewareGlobalConfig(e){return a(this,he).setVideoMiddlewareGlobalConfig(e)}destruct(){a(this,fe).disableTrack(),a(this,he).disableTrack(),a(this,he).terminateMiddlewareWebWorker(),a(this,Ht).disableScreenShare(),a(this,Ue).destruct()}onDeviceChange(e,r){return u(this,null,function*(){var n,o;if(this.emit("DEVICE_LIST_UPDATED",e),r||!a(this,Oo))return;let i=!1;(n=e==null?void 0:e.added)==null||n.reverse().forEach(c=>u(this,null,function*(){var d;c&&!md(c)&&(c.kind==="audioinput"&&((d=this.audioTrack)==null?void 0:d.enabled)===!0?yield this.setAudioDevice(c,{saveDevicePreference:!1}):c.kind==="audiooutput"&&(i=!0,yield this.setSpeakerDevice(c,{saveDevicePreference:!1})))})),i||(o=e==null?void 0:e.removed)==null||o.forEach(c=>u(this,null,function*(){var d;if(c.kind==="audiooutput"&&((d=this.getCurrentDevices().speaker)==null?void 0:d.deviceId)===c.deviceId){const l=yield this.getSpeakerDevices();(l==null?void 0:l.length)>0&&(yield this.setSpeakerDevice(l[0],{saveDevicePreference:!1}))}}))})}removeAllTracks(){this.destruct()}removeAudioTrack(){a(this,fe).disableTrack()}removeVideoTrack(){a(this,he).disableTrack(),a(this,he).terminateMiddlewareWebWorker()}removeDocumentEventListeners(){return u(this,null,function*(){document.removeEventListener("visibilitychange",this.onVisibilityChange)})}}Ue=new WeakMap,fe=new WeakMap,he=new WeakMap,Us=new WeakMap,Ht=new WeakMap,Oo=new WeakMap,be=new WeakMap;Lt([P.trace("MediaHandler.setupStreams")],yt.prototype,"setupStreams",1);Lt([P.trace("MediaHandler.enableAudio")],yt.prototype,"enableAudio",1);Lt([P.trace("MediaHandler.disableAudio")],yt.prototype,"disableAudio",1);Lt([P.trace("MediaHandler.setAudioDevice")],yt.prototype,"setAudioDevice",1);Lt([P.trace("MediaHandler.enableVideo")],yt.prototype,"enableVideo",1);Lt([P.trace("MediaHandler.disableVideo")],yt.prototype,"disableVideo",1);Lt([P.trace("MediaHandler.setVideoDevice")],yt.prototype,"setVideoDevice",1);Lt([P.trace("MediaHandler.updateVideoConstraints")],yt.prototype,"updateVideoConstraints",1);Lt([P.trace("MediaHandler.enableScreenShare")],yt.prototype,"enableScreenShare",1);Lt([P.trace("MediaHandler.disableScreenShare")],yt.prototype,"disableScreenShare",1);Lt([P.trace("MediaHandler.updateScreenshareConstraints")],yt.prototype,"updateScreenshareConstraints",1);Lt([P.trace("MediaHandler.destruct")],yt.prototype,"destruct",1);Lt([P.trace("MediaHandler.onDeviceChange")],yt.prototype,"onDeviceChange",1);function Fc(s,t,e){switch(!0){case Se.isChromiumBased():switch(t){case"NotAllowedError":return e.includes("by system")?"SYSTEM_DENIED":s==="screenshare"?"CANCELED":"DENIED";case"NotReadableError":default:return"COULD_NOT_START"}case Se.isSafari():switch(t){case"NotAllowedError":return"DENIED";default:return"COULD_NOT_START"}case Se.isFirefox():switch(t){case"NotFoundError":case"NotReadableError":return"SYSTEM_DENIED";case"NotAllowedError":return"DENIED";case"AbortError":default:return"COULD_NOT_START"}default:return"COULD_NOT_START"}}const i0=["virtual","emulator","krisp","solstice conference","teams","loom","zoom","manycam","blackhole","displayport","xsplit","wirecast","vMix","elgato","epiphan","voice changer","voicemod","morphvoxx"];function md(s){var e,r;const t=(e=s.label)==null?void 0:e.toLowerCase();return((r=Se._bowser)==null?void 0:r.getOSName())==="macOS"&&t.includes("iphone")?!0:i0.some(i=>t==null?void 0:t.includes(i))}function n0(s,t,e){return u(this,null,function*(){if(!(t!=null&&t.length))return e;const r=s.getValue("logger"),i=new AudioContext,n=yield Promise.all(t==null?void 0:t.map(d=>d(i))),o=i.createMediaStreamSource(new MediaStream([e])),c=i.createMediaStreamDestination();try{let d=o;for(let l=0;l<n.length;l+=1)d.connect(n[l]),d=n[l];d.connect(c)}catch(d){return r.error("getTransformedAudioTrack::middleware_execution_failed",{error:d}),e}return c.stream.getAudioTracks()[0]})}var Si,No;class a0{constructor(t){m(this,Si,void 0);m(this,No,void 0);f(this,No,t)}get logger(){return a(this,No).getValue("logger")}terminateMiddlewareWebWorker(){if(a(this,Si))try{Gc.clearInterval(a(this,Si)),f(this,Si,void 0)}catch(t){this.logger.debug("WorkerTimers::terminateMiddlewareWebWorker::failed")}}getTransformedVideoTrack(t,e,r){return u(this,null,function*(){if(!(t!=null&&t.length))return e;const i=document.createElement("canvas"),n=yield Promise.all(t==null?void 0:t.map(T=>T({canvas:i,WorkerTimers:Gc})));if(r.disablePerFrameCanvasRendering){const y=i.captureStream().getVideoTracks()[0];return Object.defineProperty(y,"originalSettings",{value:e.getSettings()}),y}const o=document.createElement("video"),c=new MediaStream;c.addTrack(e);const d=i.getContext("2d");o.srcObject=c,o.autoplay=!0,this.terminateMiddlewareWebWorker();const l=()=>u(this,null,function*(){if(e.enabled===!1||e.readyState==="ended"){this.terminateMiddlewareWebWorker(),o.remove(),i.remove();return}try{d.drawImage(o,0,0);for(let T=0;T<n.length;T+=1)typeof n[T]=="function"&&(yield n[T](i,d))}catch(T){this.logger.error("getTransformedVideoTrack::middleware_execution_failed",{error:T})}});try{o.play()}catch(T){}o.addEventListener("play",()=>{i.width=o.width||e.getSettings().width,i.height=o.width||e.getSettings().height,f(this,Si,Gc.setInterval(l,50))},!1);const g=i.captureStream().getVideoTracks()[0];return Object.defineProperty(g,"originalSettings",{value:e.getSettings()}),g})}}Si=new WeakMap,No=new WeakMap;const o0={qvga:{width:{ideal:320},height:{ideal:240},frameRate:{ideal:30}},vga:{width:{ideal:640},height:{ideal:480},frameRate:{ideal:30}},hd:{width:{ideal:1280},height:{ideal:720},frameRate:{ideal:30}},fhd:{width:{ideal:1920},height:{ideal:1080},frameRate:{ideal:30}},uhd:{width:{ideal:3840},height:{ideal:2160},frameRate:{ideal:30}}},c0=[[320,[{rid:"f",scaleResolutionDownBy:1},{rid:"h",scaleResolutionDownBy:2}]],[640,[{rid:"f",scaleResolutionDownBy:1},{rid:"h",scaleResolutionDownBy:2}]],[1280,[{rid:"f",scaleResolutionDownBy:1},{rid:"h",scaleResolutionDownBy:2},{rid:"q",scaleResolutionDownBy:4}]],[1920,[{rid:"f",scaleResolutionDownBy:1},{rid:"h",scaleResolutionDownBy:2},{rid:"q",scaleResolutionDownBy:4}]],[3840,[{rid:"f",scaleResolutionDownBy:1},{rid:"h",scaleResolutionDownBy:2},{rid:"q",scaleResolutionDownBy:4}]]],d0=(s,t)=>{var d,l,h;const e=(d=s==null?void 0:s.getValue("overrides"))==null?void 0:d.simulcastConfig;if((l=e==null?void 0:e.encodings)!=null&&l.length)return e.encodings;const r="getSettings"in t&&t.getSettings().width||"getConstraints"in t&&t.getConstraints().width||"originalSettings"in t&&((h=t.originalSettings)==null?void 0:h.width),i=c0,n=i.map(([g])=>g).sort((g,T)=>g-T);let o=Number.MAX_VALUE,c=0;return n.forEach((g,T)=>{Math.abs(g-r)<o&&(o=Math.abs(g-r),c=T)}),i[c][1]};var we=(s=>(s.WEBCAM="webcam",s.WEBCAM_BACKUP="webcam_backup",s.MIC="mic",s.SCREENSHARE_VIDEO="screenshare_video",s.SCREENSHARE_AUDIO="screenshare_audio",s))(we||{});const l0=QC(),sn=Cs(l0.config.media);function u0(s){var e,r;const t={};return s.audio&&(t.audio={enableStereo:(e=s.audio.enableStereo)!=null?e:!1,enableHighBitrate:(r=s.audio.enableHighBitrate)!=null?r:!1}),t.video=s.video.quality,t}var vi,bd;class h0{constructor(t,e){m(this,vi,void 0);m(this,bd,void 0);p(this,"getScreenShareConstraints",()=>{var l,h,g,T,y,E,_,C,M;const t=(l=a(this,vi))==null?void 0:l.screenshare,e=(g=(h=t==null?void 0:t.width)==null?void 0:h.max)!=null?g:1920,r=(y=(T=t==null?void 0:t.height)==null?void 0:T.max)!=null?y:1080,i=(_=(E=t==null?void 0:t.frameRate)==null?void 0:E.max)!=null?_:5,n=(M=(C=t==null?void 0:t.frameRate)==null?void 0:C.ideal)!=null?M:5,o=t==null?void 0:t.displaySurface,c=t==null?void 0:t.selfBrowserSurface;let d={width:{max:e},height:{max:r},frameRate:{ideal:n,max:i}};return o!==void 0&&["monitor","browser","window"].includes(o)&&(d=j(O({},d),{displaySurface:o})),c!==void 0&&(d=j(O({},d),{selfBrowserSurface:c})),{audio:!0,video:d}});p(this,"getAudioConstraints",t=>{var n,o,c,d,l,h,g;const e={},r=(n=a(this,vi))==null?void 0:n.audio,i=r!=null&&r.enableStereo?2:1;return Se.isFirefox()||Se.isWebKitBased()?(e.audio={deviceId:t,autoGainControl:(o=r==null?void 0:r.autoGainControl)!=null?o:!0,echoCancellation:(c=r==null?void 0:r.echoCancellation)!=null?c:!0,noiseSuppression:(d=r==null?void 0:r.noiseSupression)!=null?d:!0,channelCount:i},e):(e.audio={autoGainControl:(l=r==null?void 0:r.autoGainControl)!=null?l:!0,echoCancellation:(h=r==null?void 0:r.echoCancellation)!=null?h:!0,noiseSuppression:(g=r==null?void 0:r.noiseSupression)!=null?g:!0,channelCount:i},t&&(e.audio.deviceId={exact:t}),e)});p(this,"getVideoConstraints",t=>{var o,c,d;const e={},r=(o=a(this,vi))==null?void 0:o.video,i=p_(o0);let n=i.vga;if(typeof r=="string"){const l=i[r];l&&(n=l)}else r!==void 0&&(n.height.ideal=r.height.ideal,n.width.ideal=r.width.ideal,n.frameRate.ideal=(d=(c=r.frameRate)==null?void 0:c.ideal)!=null?d:30);return e.video=n,typeof e.video=="boolean"||(t?e.video.deviceId={exact:t}:e.video.facingMode="user"),e});f(this,bd,t),f(this,vi,e)}getUpdatedVideoConstraints(t){return t}}vi=new WeakMap,bd=new WeakMap;class Zl extends Error{constructor(e,r,i){super(r);p(this,"constraints");p(this,"name");this.name=e,this.constraints=i}}class p0{constructor(){p(this,"permissions");this.permissions={audio:"NOT_REQUESTED",video:"NOT_REQUESTED",screenshare:"NOT_REQUESTED"}}getAudioInputDevices(t){return u(this,null,function*(){let e=t;return t||(e=yield this.getAvailableDevices()),e.filter(r=>r.kind==="audioinput")})}getVideoInputDevices(t){return u(this,null,function*(){let e=t;return t||(e=yield this.getAvailableDevices()),e.filter(r=>r.kind==="videoinput")})}getAudioOutputDevices(t){return u(this,null,function*(){let e=t;return t||(e=yield this.getAvailableDevices()),e.filter(r=>r.kind==="audiooutput")})}}var g0=Object.defineProperty,m0=Object.getOwnPropertyDescriptor,gs=(s,t,e,r)=>{for(var i=r>1?void 0:r?m0(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&&g0(t,e,i),i},Ln,Ft,Be,_g;let Dt=(_g=class extends p0{constructor(t,e){super();m(this,Ln,void 0);m(this,Ft,void 0);m(this,Be,void 0);f(this,Be,t),f(this,Ft,new h0(t,e)),f(this,Ln,new AbortController)}get telemetry(){return a(this,Be).getValue("telemetry")}get logger(){return a(this,Be).getValue("logger")}get constraintsBuilder(){return a(this,Ft)}destruct(){return u(this,null,function*(){var t;(t=a(this,Ln))==null||t.abort()})}handlePermissionErrors(t,e){const r=Fc(t,e.name,e.message);return this.permissions[t]=r,a(this,Be).getValue("peerSessionStore").emit(R.MEDIA_PERMISSION_ERROR,{message:r,constraints:e.constraints,kind:t}),r}getAudioAndVideoTrack(t,e){return u(this,null,function*(){var r,i,n,o;try{const c=yield this.getAudioInputDevices(),d=yield this.getVideoInputDevices(),l=!!(c!=null&&c.find(M=>M.deviceId===t));let h;t&&l?h=t:c&&((r=c[0])!=null&&r.deviceId)&&(h=(i=c[0])==null?void 0:i.deviceId);const g=!!(d!=null&&d.find(M=>M.deviceId===e));let T;e&&g?T=e:d&&((n=d[0])!=null&&n.deviceId)&&(T=(o=d[0])==null?void 0:o.deviceId);const y={audio:a(this,Ft).getAudioConstraints(h).audio,video:a(this,Ft).getVideoConstraints(T).video};this.logger.info("getUserMediaWithoutTimeout::requesting_user_media",{constraints:JSON.stringify(y)});const E=yield navigator.mediaDevices.getUserMedia(y);this.logger.info("getUserMediaWithoutTimeout::received_user_media",{constraints:JSON.stringify(y)});const _=E.getAudioTracks()[0];let C=E.getVideoTracks()[0];if(this.permissions.audio="ACCEPTED",this.permissions.video="ACCEPTED",C.label.includes("OBS Virtual")){const D=(yield this.getVideoInputDevices()).find(L=>L.label.includes("OBS Virtual"));C=yield this.getVideoTrack(D.deviceId)}return a(this,Be).getValue("peerSessionStore").emit(R.MEDIA_PERMISSION_UPDATE,{message:this.permissions.audio,kind:"audio"}),a(this,Be).getValue("peerSessionStore").emit(R.MEDIA_PERMISSION_UPDATE,{message:this.permissions.video,kind:"video"}),{audioTrack:_,videoTrack:C}}catch(c){throw this.logger.error("WebMediaInterface.getAudioAndVideoTrack",{error:c}),new b("Couldnt fetch audio and video track","1605")}})}getAudioTrack(t,e){return u(this,null,function*(){var c,d;let r=yield this.getAudioInputDevices();if(!(r!=null&&r.length))throw this.permissions.audio="NO_DEVICES_AVAILABLE",a(this,Be).getValue("peerSessionStore").emit(R.MEDIA_PERMISSION_UPDATE,{message:this.permissions.audio,kind:"audio"}),new b("No audio devices available","1606");const i=!!(r!=null&&r.find(l=>l.deviceId===e));let n;e&&i?n=e:(c=r[0])!=null&&c.deviceId&&(n=(d=r[0])==null?void 0:d.deviceId);const o=l=>u(this,null,function*(){let h;try{r=r.filter(T=>T.deviceId!==l),h=a(this,Ft).getAudioConstraints(l),this.logger.info("getUserMediaWithoutTimeout::requesting_user_media",{constraints:JSON.stringify(h)});const[g]=(yield navigator.mediaDevices.getUserMedia(h)).getAudioTracks();return this.logger.info("getUserMediaWithoutTimeout::received_user_media",{constraints:JSON.stringify(h)}),g}catch(g){const T=Fc("audio",g.name,g.message),y=new Zl(g.name,g.message,h);if(T==="COULD_NOT_START"){const E=r.shift();if(!E)throw y;this.logger.info("getAudioTrack::gum_failed",{constraints:JSON.stringify(h),error:g});const _=a(this,Ft).getAudioConstraints(E.deviceId);return this.logger.info("getAudioTrack::retrying_gum_for_next_device",{constraints:JSON.stringify(_)}),o(E.deviceId)}throw y}});try{const l=yield o(n);return l.enabled=!t,this.permissions.audio!=="ACCEPTED"&&(this.permissions.audio="ACCEPTED",a(this,Be).getValue("peerSessionStore").emit(R.MEDIA_PERMISSION_UPDATE,{message:this.permissions.audio,kind:"audio"})),l}catch(l){throw l.constraints&&this.handlePermissionErrors("audio",l),new b(l.message,"1601")}})}getVideoTrack(t){return u(this,null,function*(){var c,d,l;const e=(c=yield this.getCurrentDeviceLabel(t))==null?void 0:c.includes("OBS Virtual"),r=yield this.getVideoInputDevices();if(!(r!=null&&r.length))throw this.permissions.video="NO_DEVICES_AVAILABLE",a(this,Be).getValue("peerSessionStore").emit(R.MEDIA_PERMISSION_UPDATE,{message:this.permissions.video,kind:"video"}),new b("No video devices available","1607");const i=!!(r!=null&&r.find(h=>h.deviceId===t));let n;t&&i?n=t:(d=r[0])!=null&&d.deviceId&&(n=(l=r[0])==null?void 0:l.deviceId);const o=h=>u(this,null,function*(){try{let g=h;const{video:T}=g;e&&typeof T!="boolean"&&(g={video:{deviceId:T.deviceId}}),this.logger.info("getUserMediaWithoutTimeout::requesting_user_media",{constraints:JSON.stringify(g)});const[y]=(yield navigator.mediaDevices.getUserMedia(g)).getVideoTracks();if(e&&typeof T!="boolean"&&typeof T.width=="object"){const{width:E,height:_}=y.getSettings(),{ideal:C}=T.width;y.applyConstraints({width:{ideal:C},height:{ideal:Math.floor(_*C/E)},frameRate:T.frameRate})}return this.logger.info("getUserMediaWithoutTimeout::received_user_media",{constraints:JSON.stringify(g)}),y}catch(g){const T=Fc("video",g.name,g.message),y=new Zl(g.name,g.message,h);if(T==="COULD_NOT_START"){const E=r.shift();if(!E)throw y;this.logger.info("getVideoTrack::gum_failed",{constraints:JSON.stringify(h),error:g});const _=a(this,Ft).getVideoConstraints(E.deviceId);return this.logger.info("getVideoTrack::retrying_gum_for_next_device",{constraints:JSON.stringify(_)}),o({video:_.video})}throw y}});try{const h=a(this,Ft).getVideoConstraints(n),g=yield o(h);return this.permissions.video!=="ACCEPTED"&&(this.permissions.video="ACCEPTED",a(this,Be).getValue("peerSessionStore").emit(R.MEDIA_PERMISSION_UPDATE,{message:this.permissions.video,kind:"video"})),g}catch(h){throw h.constraints&&this.handlePermissionErrors("video",h),new b(h.message,"1602")}})}getScreenShareTracks(){return u(this,null,function*(){const t=e=>u(this,null,function*(){try{this.logger.info("getDisplayMediaWithoutTimeout::requesting_display_media",{constraints:JSON.stringify(e)}),a(this,Be).getValue("callstats").screenShareRequested();const r=yield navigator.mediaDevices.getDisplayMedia(e);return this.logger.info("getDisplayMediaWithoutTimeout::received_display_media",{constraints:JSON.stringify(e)}),r}catch(r){const i=Fc("video",r.name,r.message),n=new Zl(r.name,r.message,e),o={video:!0};if(EC(e,o))throw n;if(i==="COULD_NOT_START")return t(o);throw n}});try{const e=a(this,Ft).getScreenShareConstraints(),r=yield t(e);return this.permissions.screenshare!=="ACCEPTED"&&(this.permissions.screenshare="ACCEPTED",a(this,Be).getValue("peerSessionStore").emit(R.MEDIA_PERMISSION_UPDATE,{message:this.permissions.screenshare,kind:"screenshare"})),{audioTrack:r.getAudioTracks()[0],videoTrack:r.getVideoTracks()[0]}}catch(e){throw e.constraints&&this.handlePermissionErrors("screenshare",e),new b(e.message,"1612")}})}getCurrentDeviceLabel(t){return u(this,null,function*(){const e=yield this.getDevice(t||"default");return e==null?void 0:e.label})}enumerateDevicesWithExternalFirst(){return u(this,null,function*(){const t=yield navigator.mediaDevices.enumerateDevices(),e=i=>{var o;const n=((o=i.label)==null?void 0:o.toLowerCase())||"";return md(i)?4:n.includes("airpods")||n.includes("airdopes")||n.includes("bluetooth")||n.includes("wireless")||n.includes("headphones")||n.includes("headset")||n.includes("earbuds")||n.includes("usb")||n.includes("external")?0:i.deviceId==="default"||n.includes("default")?1:n.includes("built-in")||n.includes("internal")?2:3},r=i=>{var o;if(i.kind!=="videoinput")return!1;const n=((o=i.label)==null?void 0:o.toLowerCase())||"";return n.includes("front")||n.includes("user")||n.includes("selfie")?!0:!(n.includes("back")||n.includes("rear")||n.includes("environment"))};return t.sort((i,n)=>{var h,g;const o=e(i),c=e(n);if(o!==c)return o-c;const d=i.deviceId==="default"||((h=i.label)==null?void 0:h.toLowerCase().includes("default")),l=n.deviceId==="default"||((g=n.label)==null?void 0:g.toLowerCase().includes("default"));if(d&&!l)return-1;if(!d&&l)return 1;if(i.kind==="videoinput"&&n.kind==="videoinput"){const T=r(i),y=r(n);if(T&&!y)return-1;if(!T&&y)return 1}return 0})})}getAvailableDevices(){return u(this,null,function*(){try{return(yield this.enumerateDevicesWithExternalFirst())||[]}catch(t){return this.logger.error("enumerate_devices_failed",{error:t}),[]}})}getAvailableDevicesByKind(t){return u(this,null,function*(){try{return(yield this.enumerateDevicesWithExternalFirst()).filter(({kind:e})=>t===e)}catch(e){throw this.logger.error("enumerate_devices_failed",{error:e}),new b("Failed to get available devices by kind","1609")}})}getDevice(t){return u(this,null,function*(){try{return(yield this.enumerateDevicesWithExternalFirst()).filter(r=>r.deviceId===t)[0]}catch(e){throw this.logger.error("enumerate_devices_failed",{error:e}),new b("Failed to get device","1609")}})}onDeviceChange(t){return u(this,null,function*(){if(Se.supportsDeviceChangeEvent()){let e=yield this.getAvailableDevices();navigator.mediaDevices.addEventListener("devicechange",r=>u(this,null,function*(){var l,h;const i=g=>`${g.kind}-${g.label}-${g.deviceId}-${g.groupId}`,n=new Set(e.map(g=>i(g))),o=yield this.getAvailableDevices(),c=new Set(o.map(g=>i(g))),d={added:o.filter(g=>!n.has(i(g))),removed:e.filter(g=>!c.has(i(g))),devices:o};if(e=o,(l=d.added)!=null&&l.length||(h=d.removed)!=null&&h.length){this.logger.info("repopulated_full_device_list",{devices:JSON.stringify(o)});const g=[...d.added,...d.removed];g.some(T=>T.kind==="audioinput")&&a(this,Be).getValue("callstats").devices("AUDIO",o==null?void 0:o.filter(T=>T.kind==="audioinput")),g.some(T=>T.kind==="videoinput")&&a(this,Be).getValue("callstats").devices("VIDEO",o==null?void 0:o.filter(T=>T.kind==="videoinput")),g.some(T=>T.kind==="audiooutput")&&a(this,Be).getValue("callstats").devices("SPEAKER",o==null?void 0:o.filter(T=>T.kind==="audiooutput")),t(r,d,!1)}}),{signal:a(this,Ln).signal})}})}},Ln=new WeakMap,Ft=new WeakMap,Be=new WeakMap,_g);gs([P.trace("WebMediaInterface.destruct")],Dt.prototype,"destruct",1);gs([P.trace("WebMediaInterface.handlePermissionErrors")],Dt.prototype,"handlePermissionErrors",1);gs([P.trace("WebMediaInterface.getAudioAndVideoTrack")],Dt.prototype,"getAudioAndVideoTrack",1);gs([P.trace("WebMediaInterface.getAudioTrack")],Dt.prototype,"getAudioTrack",1);gs([P.trace("WebMediaInterface.getVideoTrack")],Dt.prototype,"getVideoTrack",1);gs([P.trace("WebMediaInterface.getScreenShareTracks")],Dt.prototype,"getScreenShareTracks",1);gs([P.trace("WebMediaInterface.getAvailableDevices")],Dt.prototype,"getAvailableDevices",1);gs([P.trace("WebMediaInterface.getAvailableDevicesByKind")],Dt.prototype,"getAvailableDevicesByKind",1);gs([P.trace("WebMediaInterface.getDevice")],Dt.prototype,"getDevice",1);gs([P.trace("WebMediaInterface.onDeviceChange")],Dt.prototype,"onDeviceChange",1);Dt=gs([it("1600")],Dt);const bf=Dt,Ji={setItem:(s,t,e)=>{try{localStorage.setItem(s,t)}catch(r){e==null||e.error("LocalStorage::setItem::crashed",{error:r,localStorage:{key:s,value:t}})}},getItem:(s,t)=>{try{return localStorage.getItem(s)}catch(e){t==null||t.error("LocalStorage::getItem::crashed",{error:e,localStorage:{key:s}})}return null}},f0=(s=0)=>new Promise(t=>setTimeout(t,s)),T0=(s,t,e)=>{const r=typeof e=="number"?e:250,i=s.createMediaStreamSource(t),n=s.createAnalyser();n.fftSize=2048,i.connect(n);const o=new Uint8Array(n.fftSize);let c=!1;setTimeout(()=>{c=!0},r);function d(){return c?Promise.resolve(!0):(n.getByteTimeDomainData(o),o.some(l=>l!==128&&l!==0)?Promise.resolve(!1):f0().then(d))}return d().then(l=>(i.disconnect(),l),l=>{throw i.disconnect(),l})},S0=typeof AudioContext!="undefined"?AudioContext:null;class Ph{constructor(t){p(this,"_AudioContext");p(this,"audioContext");p(this,"_audioContextRefContainers");const e=O({AudioContext:S0},t);Object.defineProperties(this,{_AudioContext:{value:e.AudioContext},audioContext:{value:null,writable:!0},_audioContextRefContainers:{value:new Set},AudioContextProvider:{enumerable:!0,value:Ph}})}getOrCreate(t){if(!this._audioContextRefContainers.has(t)&&(this._audioContextRefContainers.add(t),this._AudioContext&&!this.audioContext))try{this.audioContext=new this._AudioContext}catch(e){}return this.audioContext}release(t){this._audioContextRefContainers.has(t)&&(this._audioContextRefContainers.delete(t),!this._audioContextRefContainers.size&&this.audioContext&&(this.audioContext.close(),this.audioContext=null))}}const Xp=new Ph,v0=3,y0=250;function E0(s){const t={},e=Xp.getOrCreate(t);let r=v0;function i(){return r-=1,T0(e,s.srcObject,y0).then(n=>n?r>0?i():!0:!1).catch(()=>!0)}return i().finally(()=>{Xp.release(t)})}function Zp(s,t){return u(this,null,function*(){const e=new Audio,r=new MediaStream;r.addTrack(t),e.srcObject=r;let i=!1;try{const n=e.play();n&&(yield n),i=yield E0(e),i&&s.info("checkIfAudioTrackIsSilent::silence_detected")}catch(n){s.error("checkIfAudioTrackIsSilent::failed_to_detect_silence",{error:n})}finally{e.pause(),e.remove()}return i})}var P0=Object.defineProperty,_0=Object.getOwnPropertyDescriptor,kf=(s,t,e,r)=>{for(var i=r>1?void 0:r?_0(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&&P0(t,e,i),i};let fd=class extends Ea{constructor(t,e,r,i){var o;const n=t.getValue("logger");super(n);p(this,"constructorName",this.constructor.name);p(this,"userSelectedDevice");p(this,"mediaInterface");p(this,"isNonPreferredDevice");p(this,"_mediaTrack");p(this,"transformedMediaTrack");p(this,"middlewares",[]);p(this,"currentDevice");p(this,"userPreferredDeviceKey",`Realtimekit::${this.constructorName}::UserDeviceID`);p(this,"setUserPreferredDevice",t=>Ji.setItem(this.userPreferredDeviceKey,t,this.logger));p(this,"getUserPreferredDevice",()=>Ji.getItem(this.userPreferredDeviceKey,this.logger));p(this,"isCustomTrack",!1);p(this,"context");this.context=t,this.mediaInterface=e,r&&this.setMediaTrack(r),this.userSelectedDevice=(o=this.getUserPreferredDevice())!=null?o:void 0,this.isNonPreferredDevice=i,this.onTrackEnded=this.onTrackEnded.bind(this),this.onTrackMuted=this.onTrackMuted.bind(this)}get telemetry(){return this.context.getValue("telemetry")}disableTrack(){var t,e;this.removeMediaTrackListeners(),this.isCustomTrack||(t=this._mediaTrack)==null||t.stop(),this._mediaTrack=void 0,(e=this.transformedMediaTrack)==null||e.stop(),this.transformedMediaTrack=void 0}get mediaTrack(){return this._mediaTrack}setMediaTrack(t,e=!1){return u(this,null,function*(){const r=i=>{this.logger.error(`${this.constructorName}.setMediaTrack.error`,{error:i})};try{this.disableTrack()}catch(i){r(i)}this._mediaTrack=yield this.conditionallyChangeTrack(t,e),yield this.setTransformedTrack();try{this.addMediaTrackListeners(),yield this.setCurrentDevice()}catch(i){r(i)}})}get trackEnabled(){return!!this.mediaTrack&&this.mediaTrack.readyState==="live"&&this.mediaTrack.enabled}muteTrack(){if(!this.mediaTrack){this.logger.warn("BaseMediaHandler.muteTrack Tried muting with no track present");return}this.transformedMediaTrack&&(this.transformedMediaTrack.enabled=!1),this.mediaTrack.enabled=!1}unmuteTrack(){return u(this,null,function*(){try{this.mediaTrack?this.mediaTrack.enabled=!0:yield this.enableTrack(!1)}catch(t){throw this.logger.error(`${this.constructorName}.unmuteTrack.error`,{error:t}),this.disableTrack(),new b("Failed to unmute track","1611")}})}getCurrentDeviceId(){var e;const{kind:t}=this.mediaTrack;switch(t){case"audio":{const{deviceId:r}=this.mediaTrack.getSettings();if(r)return r;const i=this.mediaTrack.getConstraints();return this.userSelectedDevice?(i&&typeof i.deviceId=="object"&&"exact"in i.deviceId?i.deviceId.exact:i.deviceId)||((e=i==null?void 0:i.advanced)==null?void 0:e[0].deviceId)||"default":this.mediaTrack.getSettings().deviceId}default:return this.mediaTrack.getSettings().deviceId}}setCurrentDevice(){return u(this,null,function*(){var e;if(!this.mediaTrack){this.currentDevice=void 0;return}const t=this.getCurrentDeviceId();((e=this.currentDevice)==null?void 0:e.deviceId)!==t&&(this.currentDevice=yield this.mediaInterface.getDevice(t))})}setDevice(r,i){return u(this,arguments,function*(t,{saveDevicePreference:e}){if(!t)throw this.logger.warn(`${this.constructorName}.setDevice No device received`),new b("No device received!","1603");this.userSelectedDevice=t.deviceId,e&&this.setUserPreferredDevice(t.deviceId),yield this.onSetDevice(t)})}addMiddleware(t){return u(this,null,function*(){if(Se.isWebKitBased()&&!(Se.isSafari()&&LC.test(Se.getVersion())))return{success:!1,message:"Middlewares are not supported in this WebKit engine based browser."};if(this.middlewares.includes(t))return{success:!1,message:"This middleware has been applied, already. Skipping."};try{return this.middlewares.push(t),this.trackEnabled&&(yield this.setTransformedTrack()),{success:!0,message:"Successfully added the middleware."}}catch(e){return this.logger.error("While adding middleware",{error:e}),this.removeMiddleware(t),{success:!1,message:e==null?void 0:e.message}}})}removeMiddleware(t){return u(this,null,function*(){const e=this.middlewares.indexOf(t,0);if(e>-1)try{return this.middlewares.splice(e,1),yield this.setTransformedTrack(!0),{success:!0,message:"Successfully removed the middleware."}}catch(r){return this.logger.error("While removing middleware",{error:r}),{success:!1,message:r==null?void 0:r.message}}return{success:!1,message:"No such middleware was found. Skipping."}})}removeAllMiddlewares(){return u(this,null,function*(){var t;if((t=this.middlewares)!=null&&t.length)try{return this.middlewares=[],yield this.setTransformedTrack(!0),{success:!0,message:"Successfully removed all the middlewares."}}catch(e){return this.logger.error("While removing all the middlewares",{error:e}),{success:!1,message:e==null?void 0:e.message}}return{success:!1,message:"No middlewares were found. Skipping."}})}addMediaTrackListeners(){var t,e,r;this.mediaTrack&&(this.logger.info(`${this.constructorName}.addMediaTrackListeners for deviceId ${(e=(t=this.mediaTrack)==null?void 0:t.getSettings())==null?void 0:e.deviceId} of type ${(r=this.mediaTrack)==null?void 0:r.kind}`),this.mediaTrack.addEventListener("ended",this.onTrackEnded),this.mediaTrack.addEventListener("mute",this.onTrackMuted))}removeMediaTrackListeners(){var t,e,r;this.mediaTrack&&(this.logger.info(`${this.constructorName}.removeMediaTrackListeners for deviceId ${(e=(t=this.mediaTrack)==null?void 0:t.getSettings())==null?void 0:e.deviceId} of type ${(r=this.mediaTrack)==null?void 0:r.kind}`),this.logger.info(`${this.constructorName}.removeMediaTrackListeners`),this.mediaTrack.removeEventListener("ended",this.onTrackEnded),this.mediaTrack.removeEventListener("mute",this.onTrackMuted))}};kf([P.trace("BaseMediaHandler.unmuteTrack")],fd.prototype,"unmuteTrack",1);fd=kf([it("1600")],fd);const Mf=fd;var C0=Object.defineProperty,w0=Object.getOwnPropertyDescriptor,_h=(s,t,e,r)=>{for(var i=r>1?void 0:r?w0(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&C0(t,e,i),i};const eu="[Realtimekit]nonSilentDeviceLabels";class Al extends Mf{onSetDevice(t){return u(this,null,function*(){if(!t)throw this.logger.warn("AudioMediaHandler.setDevice No device received"),new b("No device received!","1603");if(t.kind!=="audioinput")throw this.logger.warn("AudioMediaHandler.setDevice Received non audio device"),new b("Non audio device received while setting device!","1603");try{const e=this.trackEnabled;this.disableTrack(),yield this.setMediaTrack(yield this.mediaInterface.getAudioTrack(!e,this.userSelectedDevice))}catch(e){throw this.logger.error("AudioMediaHandler.setDevice.error",{error:e}),this.disableTrack(),new b(e.message,"1604")}})}enableTrack(t,e){return u(this,null,function*(){if(this.trackEnabled){this.logger.warn("AudioMediaHandler.enableTrack Track already enabled!");return}if(e){this.isCustomTrack=!0,yield this.setMediaTrack(e,!0);return}this.isCustomTrack=!1;const r=yield this.mediaInterface.getAudioTrack(t,this.userSelectedDevice);yield this.setMediaTrack(r)})}setTransformedTrack(t){return u(this,null,function*(){var e;if(!t&&!((e=this.middlewares)!=null&&e.length)){this.transformedMediaTrack=this.mediaTrack;return}try{this.transformedMediaTrack=yield n0(this.context,this.middlewares,this.mediaTrack),this.emit("trackChanged")}catch(r){this.logger.error("AudioMediaHandler.setTransformedTrack",{error:r}),this.transformedMediaTrack=this.mediaTrack}})}onTrackEnded(){return u(this,null,function*(){this.logger.info("AudioMediaHandler.TrackEnded"),this.emit("trackEnded");const t=this.mediaTrack.enabled;this.disableTrack(),yield this.enableTrack(!t),yield this.setTransformedTrack(),this.emit("trackChanged")})}onTrackMuted(){this.logger.info("AudioMediaHandler.TrackMuted"),this.emit("trackMuted")}conditionallyChangeTrack(t,e=!1){return u(this,null,function*(){var d;if(!t||this.userSelectedDevice||e)return t;let r=t;const i=yield this.mediaInterface.getAudioInputDevices(),n=this.isNonPreferredDevice?i.filter(l=>l&&!this.isNonPreferredDevice(l)):i;if(!(n!=null&&n.length))return r;n.find(l=>l.deviceId===t.getSettings().deviceId)||(r.stop(),this.logger.info("localmediahandler::setupstreams::found_audio_non_preferred"),r=yield this.mediaInterface.getAudioTrack(!1,n[0].deviceId));const o=JSON.parse(Ji.getItem(eu,this.logger));if(o!=null&&o.devices.some(l=>l.label===r.label))return r;if(!(yield Zp(this.logger,r))){const l=(d=o==null?void 0:o.devices.concat({label:r.label}))!=null?d:[{label:r.label}];return Ji.setItem(eu,JSON.stringify({devices:l}),this.logger),r}this.logger.info("AudioMediaHandler.conditionallyChangeTrack.DetectedSilentTrack");const c=r.getSettings().deviceId;return n.filter(l=>l.deviceId!==c).some(l=>u(this,null,function*(){var h;if(r=yield this.mediaInterface.getAudioTrack(!1,l.deviceId),!(yield Zp(this.logger,r))){const g=(h=o==null?void 0:o.devices.concat({label:r.label}))!=null?h:[{label:r.label}];return Ji.setItem(eu,JSON.stringify({devices:g}),this.logger),this.logger.info("AudioMediaHandler.conditionallyChangeTrack.SuccesfullyChangedTrack"),!0}return this.logger.info("AudioMediaHandler.conditionallyChangeTrack.AnotherSilentTrackFound"),!1})),r})}}_h([P.trace("AudioMediaHandler.setTransformedTrack")],Al.prototype,"setTransformedTrack",1);_h([P.trace("AudioMediaHandler.onTrackEnded")],Al.prototype,"onTrackEnded",1);_h([P.trace("AudioMediaHandler.conditionallyChangeTrack")],Al.prototype,"conditionallyChangeTrack",1);const R0=Al;var yi;class b0{constructor(t,e){m(this,yi,void 0);p(this,"currentDevice");p(this,"userPreferredDeviceKey","Realtimekit::speaker::UserDeviceID");p(this,"logger");p(this,"setUserPreferredDevice",t=>Ji.setItem(this.userPreferredDeviceKey,t,this.logger));p(this,"getUserPreferredDevice",()=>Ji.getItem(this.userPreferredDeviceKey,this.logger));f(this,yi,e),this.logger=t.getValue("logger")}setPreferredSpeaker(){return u(this,null,function*(){const t=this.getUserPreferredDevice(),e=yield a(this,yi).getAudioOutputDevices(),r=e==null?void 0:e.find(i=>i.deviceId===t);yield this.setupSpeaker(r,{saveDevicePreference:!1})})}setupSpeaker(r,i){return u(this,arguments,function*(t,{saveDevicePreference:e}){var c,d;if(!(a(this,yi)instanceof bf))return;let n=t;if(t||([n]=(yield a(this,yi).getAvailableDevicesByKind("audiooutput")).filter(h=>!md(h))),!n)throw new b("No speaker found","1608");if(((c=this.currentDevice)==null?void 0:c.deviceId)===n.deviceId)return;e&&this.setUserPreferredDevice(n.deviceId),this.currentDevice=n;const o=document.querySelectorAll("audio");(d=o[0])!=null&&d.setSinkId&&o.forEach(l=>u(this,null,function*(){if(typeof l.sinkId!="undefined"&&this.currentDevice.deviceId&&l.sinkId!==this.currentDevice.deviceId)try{yield l.setSinkId(this.currentDevice.deviceId)}catch(h){}}))})}}yi=new WeakMap;const k0=b0;var Lo;class M0 extends Ea{constructor(e,r){const i=e.getValue("logger");super(i);p(this,"mediaInterface");p(this,"audioMediaTrack");p(this,"videoMediaTrack");m(this,Lo,void 0);f(this,Lo,e),this.mediaInterface=r}get trackEnabled(){return!!this.videoMediaTrack}enableScreenShare(){return u(this,null,function*(){var e,r;try{const{audioTrack:i,videoTrack:n}=yield this.mediaInterface.getScreenShareTracks();if(this.audioMediaTrack=i,this.videoMediaTrack=n,this.addMediaTrackListeners(),((r=(e=this.mediaInterface)==null?void 0:e.permissions)==null?void 0:r.screenshare)==="ACCEPTED")return;this.mediaInterface.permissions&&(this.mediaInterface.permissions.screenshare="ACCEPTED",a(this,Lo).getValue("peerSessionStore").emit(R.MEDIA_PERMISSION_UPDATE,{message:this.mediaInterface.permissions.screenshare,kind:"screenshare"}))}catch(i){}})}disableScreenShare(){var e,r;this.removeMediaTrackListeners(),(e=this.audioMediaTrack)==null||e.stop(),(r=this.videoMediaTrack)==null||r.stop(),this.videoMediaTrack=void 0,this.audioMediaTrack=void 0}updateConstraints(e){return u(this,null,function*(){if(!this.videoMediaTrack)throw new b("No media track enabled!","1610");const r=this.mediaInterface;if(!r.constraintsBuilder)throw new b("update constraints not supported for non web clients","1100",this.logger);try{this.videoMediaTrack.applyConstraints(r.constraintsBuilder.getUpdatedVideoConstraints(e)),this.addMediaTrackListeners()}catch(i){this.logger.error("ScreenShareHandler.updateConstraints.error",{error:i})}})}addMediaTrackListeners(){var e,r;(e=this.videoMediaTrack)==null||e.addEventListener("ended",this.onTrackEnded.bind(this)),Se.isWebKitBased()&&((r=this.videoMediaTrack)==null||r.addEventListener("mute",this.onTrackEnded.bind(this)))}removeMediaTrackListeners(){var e,r;(e=this.videoMediaTrack)==null||e.removeEventListener("ended",this.onTrackEnded),(r=this.videoMediaTrack)==null||r.removeEventListener("mute",this.onTrackEnded)}onTrackEnded(){this.emit("trackEnded")}}Lo=new WeakMap;const A0=M0;var I0=Object.defineProperty,D0=Object.getOwnPropertyDescriptor,Il=(s,t,e,r)=>{for(var i=r>1?void 0:r?D0(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&I0(t,e,i),i},Vn,Vo;class Ac extends Mf{constructor(e,r,i,n){super(e,r,i,n);m(this,Vn,void 0);m(this,Vo,{disablePerFrameCanvasRendering:!1});f(this,Vn,new a0(e))}onSetDevice(e){return u(this,null,function*(){if(!e)throw this.logger.warn("VideoMediaHandler.setDevice No device received"),new b("No device received!","1603");if(e.kind!=="videoinput")throw this.logger.warn("VideoMediaHandler.setDevice Received non video device",{devices:[e]}),new b("Non video device received while setting video device!","1603");if(!(this.mediaTrack&&this.mediaTrack.enabled)){this.logger.warn("VideoMediaHandler.setDevice Tried switching device with video disabled",{devices:[e]}),this.currentDevice=e;return}try{this.disableTrack(),yield this.setMediaTrack(yield this.mediaInterface.getVideoTrack(this.userSelectedDevice))}catch(r){throw this.logger.error("VideoMediaHandler.setDevice.error",{error:r}),this.disableTrack(),new b("Failed to change device","1600",this.logger)}})}enableTrack(e,r){return u(this,null,function*(){if(this.trackEnabled){this.logger.warn("VideoMediaHandler.enableTrack Track already enabled!");return}if(r){this.isCustomTrack=!0,yield this.setMediaTrack(r,!0);return}this.isCustomTrack=!1;const i=yield this.mediaInterface.getVideoTrack(this.userSelectedDevice);yield this.setMediaTrack(i)})}setTransformedTrack(e){return u(this,null,function*(){var r;if(!e&&!((r=this.middlewares)!=null&&r.length)){this.transformedMediaTrack=this.mediaTrack;return}try{this.transformedMediaTrack=yield a(this,Vn).getTransformedVideoTrack(this.middlewares,this.mediaTrack,a(this,Vo)),this.emit("trackChanged")}catch(i){this.logger.error("VideoMediaHandler.setTransformedTrack",{error:i}),this.transformedMediaTrack=this.mediaTrack}})}setVideoMiddlewareGlobalConfig(e){return u(this,null,function*(){f(this,Vo,e)})}updateConstraints(e){return u(this,null,function*(){if(!this._mediaTrack)throw new b("No media track enabled!","1610");const r=this.mediaInterface;if(!r.constraintsBuilder)throw new b("update constraints not supported for non web clients","1100",this.logger);try{this._mediaTrack.applyConstraints(r.constraintsBuilder.getUpdatedVideoConstraints(e)),yield this.setTransformedTrack(),this.addMediaTrackListeners(),yield this.setCurrentDevice()}catch(i){this.logger.error("VideoMediaHandler.updateConstraints.error",{error:i})}})}terminateMiddlewareWebWorker(){a(this,Vn).terminateMiddlewareWebWorker()}onTrackEnded(){return u(this,null,function*(){this.logger.info("VideoMediaHandler.TrackEnded"),this.disableTrack(),this.emit("trackEnded")})}onTrackMuted(){this.logger.info("VideoMediaHandler.TrackMuted"),this.emit("trackMuted")}conditionallyChangeTrack(e,r=!1){return u(this,null,function*(){if(!e||this.userSelectedDevice||r)return e;let i=e;const n=yield this.mediaInterface.getVideoInputDevices(),o=this.isNonPreferredDevice?n.filter(c=>!this.isNonPreferredDevice(c)):n;return!(o!=null&&o.length)||window.FAST_RTK||o.find(c=>c.deviceId===e.getSettings().deviceId)||(i.stop(),this.logger.info("localmediahandler::setupstreams::found_video_non_preferred"),i=yield this.mediaInterface.getVideoTrack(o[0].deviceId)),i})}}Vn=new WeakMap,Vo=new WeakMap;Il([P.trace("VideoMediaHandler.setTransformedTrack")],Ac.prototype,"setTransformedTrack",1);Il([P.trace("VideoMediaHandler.setVideoMiddlewareGlobalConfig")],Ac.prototype,"setVideoMiddlewareGlobalConfig",1);Il([P.trace("VideoMediaHandler.onTrackEnded")],Ac.prototype,"onTrackEnded",1);Il([P.trace("VideoMediaHandler.conditionallyChangeTrack")],Ac.prototype,"conditionallyChangeTrack",1);const O0=Ac,eg=Cs(gh());var ot,Ei,xo,xn;const un=class{constructor(t){m(this,ot,void 0);m(this,Ei,void 0);m(this,xo,void 0);m(this,xn,void 0);if(!t)throw new b("Could not load preset.","0904");f(this,ot,t.config),f(this,xo,t.name),f(this,Ei,t.ui||Cs(gh().ui)),f(this,xn,t.permissions.plugins.config)}static fromResponse(t){return new un(t)}static default(){return new un(eg)}static init(t,e=!0){return!t||e?new un(eg):new un(t)}get setupScreen(){return{isEnabled:!0}}get waitingRoom(){return{isEnabled:!0}}get controlBar(){return{isEnabled:!0,elements:{chat:!0,fullscreen:!0,invite:!1,layout:!1,participants:!0,plugins:!0,polls:!0,reactions:!1,screenshare:!0}}}get header(){return{isEnabled:!0,elements:{logo:a(this,Ei).designTokens.logo,timer:!0,title:!0,participantCount:!0,changeLayout:!1}}}get pipMode(){return!0}get viewType(){return a(this,ot).viewType}get livestreamViewerQualities(){return a(this,ot).livestreamViewerQualities||[]}get maxVideoStreams(){return a(this,ot).maxVideoStreams}get maxScreenShareCount(){return a(this,ot).maxScreenshareCount}get plugins(){return[]}get disabledPlugins(){return Object.keys(a(this,xn)).filter(t=>a(this,xn)[t].disabled)}get designTokens(){return a(this,Ei).designTokens}get configDiff(){return a(this,Ei).configDiff}get isSimulcastEnabled(){var t,e,r,i;return(i=(r=(e=(t=a(this,ot))==null?void 0:t.media)==null?void 0:e.video)==null?void 0:r.simulcast)!=null?i:!1}get mediaConstraints(){var t,e,r,i,n,o,c,d,l,h,g,T,y,E,_,C,M,D,L,B,F,H,X,me;return{audio:{enableStereo:(i=(r=(e=(t=a(this,ot))==null?void 0:t.media)==null?void 0:e.audio)==null?void 0:r.enableStereo)!=null?i:sn.audio.enableStereo,enableHighBitrate:(d=(c=(o=(n=a(this,ot))==null?void 0:n.media)==null?void 0:o.audio)==null?void 0:c.enableHighBitrate)!=null?d:sn.audio.enableHighBitrate},video:{quality:(T=(g=(h=(l=a(this,ot))==null?void 0:l.media)==null?void 0:h.video)==null?void 0:g.quality)!=null?T:sn.video.quality,frameRate:(C=(_=(E=(y=a(this,ot))==null?void 0:y.media)==null?void 0:E.video)==null?void 0:_.frameRate)!=null?C:sn.video.frameRate},screenshare:{quality:(B=(L=(D=(M=a(this,ot))==null?void 0:M.media)==null?void 0:D.screenshare)==null?void 0:L.quality)!=null?B:sn.screenshare.quality,frameRate:(me=(X=(H=(F=a(this,ot))==null?void 0:F.media)==null?void 0:H.screenshare)==null?void 0:X.frameRate)!=null?me:sn.screenshare.frameRate}}}get name(){return a(this,xo)}};let Mu=un;ot=new WeakMap,Ei=new WeakMap,xo=new WeakMap,xn=new WeakMap;var N0=Object.defineProperty,L0=Object.getOwnPropertyDescriptor,Af=(s,t,e,r)=>{for(var i=r>1?void 0:r?L0(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&N0(t,e,i),i},Un,Uo;class Ch extends Ot{constructor(e,r){const i=e.getValue("logger");super(i);m(this,Un,void 0);p(this,"state","IDLE");p(this,"playbackUrl");p(this,"ingestionCredentials");p(this,"viewerCount");m(this,Uo,void 0);f(this,Un,r),f(this,Uo,e),this.viewerCount=0}get telemetry(){return a(this,Uo).getValue("telemetry")}setLivestreamState(e){const r=this.state;this.state=e,r!==e&&this.emitCurrentLivestreamState()}emitCurrentLivestreamState(){this.emit("livestreamUpdate",this.state)}start(){return u(this,arguments,function*(e={manualIngestion:!1}){if(!a(this,Un).permissions.canLivestream)throw this.logger.error("Livestream::start::permission_denied"),new b("User does not have permission to start livestreaming","1901");this.setLivestreamState("STARTING");try{const r=St(),{playbackUrl:i,ingestionCredentials:n}=yield r.startLivestreaming(e);this.playbackUrl=i,this.ingestionCredentials=n,e!=null&&e.manualIngestion&&this.setLivestreamState("WAITING_ON_MANUAL_INGESTION")}catch(r){throw this.logger.error("Recording::stop::livestream_failed_to_start",{error:r}),this.setLivestreamState("IDLE"),new b("Error while starting livestream","1900",this.logger)}})}stop(){return u(this,null,function*(){if(!a(this,Un).permissions.canLivestream)throw this.logger.error("Livestream::stop::permission_denied"),new b("User does not have permission to stop livestreaming","1901");if(this.state!=="LIVESTREAMING"&&this.state!=="WAITING_ON_MANUAL_INGESTION")throw this.logger.error("Livestream::stop::inconsistent_state"),new b("Livestream not started yet","1902");try{this.setLivestreamState("STOPPING"),yield St().stopLivestreaming()}catch(e){throw this.logger.error("Livestream::stop::livestream_failed_to_stop",{error:e}),this.setLivestreamState("STOPPING"),new b("Error while stopping livestream","1900",this.logger)}})}}Un=new WeakMap,Uo=new WeakMap;Af([P.trace("livestream.start")],Ch.prototype,"start",1);Af([P.trace("livestream.stop")],Ch.prototype,"stop",1);var V0=Object.defineProperty,x0=Object.getOwnPropertyDescriptor,U0=(s,t,e,r)=>{for(var i=r>1?void 0:r?x0(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&V0(t,e,i),i},$n,Bn,$s,fs;class If{constructor(t,e,r){p(this,"livestream");m(this,$n,void 0);m(this,Bn,void 0);m(this,$s,void 0);m(this,fs,void 0);f(this,fs,t),f(this,Bn,e),this.livestream=new Ch(t,e),f(this,$s,r),this.setupEvents()}get logger(){return a(this,fs).getValue("logger")}get telemetry(){return a(this,fs).getValue("telemetry")}fetchInitialLivestreamingState(){return u(this,null,function*(){const t=St(),{status:e,playbackUrl:r,manualIngest:i,ingestionCredentials:n}=yield t.getActiveLivestream();this.livestream.playbackUrl=r,this.livestream.ingestionCredentials=n,e==="LIVE"&&this.livestream.setLivestreamState("LIVESTREAMING"),e==="INVOKED"&&i&&this.livestream.setLivestreamState("WAITING_ON_MANUAL_INGESTION")})}setupEvents(){a(this,$s).on(U.startedLivestream,t=>u(this,null,function*(){this.livestream.playbackUrl=t.playbackUrl,this.livestream.setLivestreamState("LIVESTREAMING");try{a(this,Bn).permissions.canLivestream&&(yield this.fetchInitialLivestreamingState())}catch(e){this.logger.error("Error: LivestreamController.fetchLivestream during startedLivestream re-fetch")}})),a(this,$s).on(U.livestreamingInvoked,t=>u(this,null,function*(){if(t.manualIngest){this.livestream.setLivestreamState("WAITING_ON_MANUAL_INGESTION");try{a(this,Bn).permissions.canLivestream&&(yield this.fetchInitialLivestreamingState())}catch(e){this.logger.error("Error: LivestreamController.fetchLivestream during livestreamingInvoked re-fetch")}}})),a(this,$s).on(U.stoppedLivestream,()=>{this.livestream.setLivestreamState("IDLE"),this.livestream.playbackUrl=void 0,this.livestream.ingestionCredentials=void 0}),a(this,$s).on(U.erroredLivestream,()=>{this.livestream.setLivestreamState("IDLE"),this.livestream.playbackUrl=void 0}),a(this,$s).on(U.roomPeerCount,t=>{this.livestream.viewerCount=t.count,this.livestream.emit("viewerCountUpdate",t.count)}),a(this,fs).getValue("peerSessionStore").on(R.PEER_JOINED_INTERNAL,t=>u(this,null,function*(){var e;((e=t.flags)==null?void 0:e.hiddenParticipant)===!0&&t.recorderType==="LIVESTREAMER"&&(f(this,$n,t.id),this.livestream.setLivestreamState("LIVESTREAMING"))})),a(this,fs).getValue("peerSessionStore").on(R.PEER_CLOSED,t=>{t.id===a(this,$n)&&(f(this,$n,void 0),this.livestream.setLivestreamState("IDLE"))}),a(this,fs).getValue("peerSessionStore").onAsync(R.LEAVE_MEDIA_ROOM,()=>u(this,null,function*(){if(!this.livestream.playbackUrl){this.logger.info("Fetching livestreaming state on leave stage");try{yield this.fetchInitialLivestreamingState()}catch(t){this.logger.error("Failed to fetch livestreaming state on leave stage",{error:t})}}})),a(this,fs).getValue("peerSessionStore").on(R.SOCKET_SERVICE_ROOM_JOINED,()=>u(this,null,function*(){try{yield this.fetchInitialLivestreamingState()}catch(t){this.logger.error("Error: LivestreamController.fetchLivestream")}}))}}$n=new WeakMap,Bn=new WeakMap,$s=new WeakMap,fs=new WeakMap;U0([P.trace("LivestreamController.setupEvents")],If.prototype,"setupEvents",1);var $0=Object.defineProperty,B0=Object.getOwnPropertyDescriptor,Ic=(s,t,e,r)=>{for(var i=r>1?void 0:r?B0(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&$0(t,e,i),i},Qe,wr,Rr,kd,Df;class _a{constructor({name:t,socketHandler:e,meetingId:r}){m(this,kd);p(this,"name","");m(this,Qe,{});m(this,wr,"");m(this,Rr,void 0);p(this,"rateLimitConfig",{maxInvocations:5,period:1});p(this,"bulkRateLimitConfig",{maxInvocations:5,period:1});p(this,"listeners",{});this.name=t,f(this,Rr,e),f(this,wr,r)}set(t,e,r=!0,i=!1){return u(this,null,function*(){a(this,Qe)[t]=e,r&&this.remoteSet(t,e),i&&(this.listeners[t]&&this.listeners[t].forEach(n=>n({[t]:a(this,Qe)[t]})),this.listeners["*"]&&this.listeners["*"].forEach(n=>n({[t]:a(this,Qe)[t]})))})}remoteSet(t,e){a(this,Rr).storeInsertKeys(a(this,wr),this.name,[{key:t,payload:e}])}bulkSet(t){return u(this,null,function*(){t.forEach(({key:e,payload:r})=>{a(this,Qe)[e]=r}),a(this,Rr).storeInsertKeys(a(this,wr),this.name,t)})}update(t,e,r=!0){return u(this,null,function*(){V(this,kd,Df).call(this,t,e,r)})}delete(t,e=!0,r=!1){return u(this,null,function*(){if(a(this,Qe)[t]&&delete a(this,Qe)[t],e)return a(this,Rr).storeDeleteKeys(a(this,wr),this.name,[{key:t}]);r&&(this.listeners[t]&&(this.listeners[t].forEach(i=>i({[t]:void 0})),delete this.listeners[t]),this.listeners["*"]&&this.listeners["*"].forEach(i=>i({[t]:void 0})))})}bulkDelete(t){return u(this,null,function*(){return t.forEach(({key:e})=>{a(this,Qe)[e]&&delete a(this,Qe)[e]}),a(this,Rr).storeDeleteKeys(a(this,wr),this.name,t)})}get(t){if(a(this,Qe)[t])return a(this,Qe)[t]}getAll(){return a(this,Qe)}clear(){f(this,Qe,{})}get rateLimits(){return this.rateLimitConfig}updateRateLimits(t,e){this.rateLimitConfig.maxInvocations=t,this.rateLimitConfig.period=e}get bulkRateLimits(){return this.bulkRateLimitConfig}updateBulkRateLimits(t,e){this.bulkRateLimitConfig.maxInvocations=t,this.bulkRateLimitConfig.period=e}subscribe(t,e){if(this.listeners[t]){this.listeners[t].push(e);return}this.listeners[t]=[e]}unsubscribe(t,e){var r;if(e){this.listeners[t]=((r=this.listeners[t])==null?void 0:r.filter(i=>i!==e))||[];return}this.listeners[t]&&delete this.listeners[t]}populate(t){f(this,Qe,t)}}Qe=new WeakMap,wr=new WeakMap,Rr=new WeakMap,kd=new WeakSet,Df=function(t,e,r=!0){let i;const n=a(this,Qe)[t],o=Object.prototype.toString.call(e),c=Object.prototype.toString.call(n);if(o!==c){this.set(t,e);return}switch(c){case"[object Array]":i=[...n,...e];break;case"[object Object]":i=O(O({},n),e);break;case"[object Map]":i=new Map([...n,...e]);break;case"[object Set]":i=new Set([...n,...e]);break;default:i=e;break}this.set(t,i,r)};Ic([Nt(Pa,"rateLimitConfig")],_a.prototype,"remoteSet",1);Ic([Nt(Pa,"bulkRateLimitConfig")],_a.prototype,"bulkSet",1);Ic([Nt(Pa,"rateLimitConfig")],_a.prototype,"update",1);Ic([Nt(Pa,"rateLimitConfig")],_a.prototype,"delete",1);Ic([Nt(Pa,"bulkRateLimitConfig")],_a.prototype,"bulkDelete",1);var br,kr,$o,Au,Bo,rs,Md,Of;class H0{constructor(t,e){m(this,$o);m(this,Md);p(this,"stores",new Map);m(this,br,void 0);m(this,kr,"");m(this,Bo,void 0);m(this,rs,new Map);f(this,br,e),f(this,kr,t.getValue("meetingId")),f(this,Bo,t),V(this,Md,Of).call(this)}create(t,e=!1){if(VC.includes(t)&&!e)throw new b(`'${t}' is a reserved store name.`,"0601");const r=new _a({name:t,socketHandler:a(this,br),meetingId:a(this,kr)});return a(this,br).storeGetKeys(a(this,kr),t,[]),new Promise((n,o)=>{const c=setTimeout(()=>{a(this,rs).delete(t),o(Error("Failed"))},3e3);a(this,rs).set(t,{rejectTimeout:c,resolve:n,store:r})})}refresh(t){const e=this.stores.get(t);return e?(e.clear(),a(this,br).storeGetKeys(a(this,kr),t,[]),new Promise((i,n)=>{const o=setTimeout(()=>{a(this,rs).delete(t),n(Error("Store refresh timed out"))},3e3);a(this,rs).set(t,{rejectTimeout:o,resolve:i,store:e})})):Promise.reject(Error(`Store '${t}' does not exist`))}}br=new WeakMap,kr=new WeakMap,$o=new WeakSet,Au=function(){return a(this,Bo).getValue("peerId")},Bo=new WeakMap,rs=new WeakMap,Md=new WeakSet,Of=function(){[Is.storeInsertKeys,Is.storeGetKeys,Is.storeDeleteKeys].forEach(t=>{a(this,br).on(t,e=>u(this,null,function*(){var n,o;if(e.pluginId!==a(this,kr))return;const r=(n=e.storeItems)==null?void 0:n.map(c=>{var d;return{timestamp:c.timestamp,peerId:c.peerId,payload:JSON.parse((d=c.payload)!=null&&d.length?new TextDecoder().decode(c.payload):"{}"),key:c.storeKey}});if(t===Is.storeGetKeys){const c=a(this,rs).get(e.storeName),d=this.stores.get(e.storeName)||(c==null?void 0:c.store);if(a(this,rs).get(e.storeName)&&(this.stores.set(e.storeName,c.store),c.resolve(d),clearTimeout(c.rejectTimeout),a(this,rs).delete(e.storeName)),!d)return;r.forEach(l=>{d.set(l.key,l.payload,!1,!1)});return}const i=this.stores.get(e.storeName)||((o=a(this,rs).get(e.storeName))==null?void 0:o.store);i!==void 0&&(t===Is.storeInsertKeys&&r.forEach(({key:c,peerId:d,payload:l})=>{d!==a(this,$o,Au)&&i.set(c,l,!1,!0)}),t===Is.storeDeleteKeys&&r.forEach(({key:c,peerId:d})=>{d!==a(this,$o,Au)&&i.delete(c,!1,!0)}))}))})};function ni(s){var t,e,r,i,n,o,c,d,l,h,g,T,y;return s?{media:{audio:{enabled:s.audioEnabled,trackId:(t=s.audioTrack)==null?void 0:t.id,permission:"mediaPermissions"in s?(e=s.mediaPermissions)==null?void 0:e.audio:null},video:{enabled:s.videoEnabled,trackId:(r=s.videoTrack)==null?void 0:r.id,permission:"mediaPermissions"in s?(i=s.mediaPermissions)==null?void 0:i.video:null},screenshare:{enabled:s.screenShareEnabled,permission:"mediaPermissions"in s?(n=s.mediaPermissions)==null?void 0:n.screenshare:null,audio:{enabled:(c=(o=s.screenShareTracks)==null?void 0:o.audio)==null?void 0:c.enabled,trackId:(l=(d=s.screenShareTracks)==null?void 0:d.audio)==null?void 0:l.id},video:{enabled:(g=(h=s.screenShareTracks)==null?void 0:h.video)==null?void 0:g.enabled,trackId:(y=(T=s.screenShareTracks)==null?void 0:T.video)==null?void 0:y.id}}}}:{}}var F0=Object.defineProperty,q0=Object.getOwnPropertyDescriptor,Ca=(s,t,e,r)=>{for(var i=r>1?void 0:r?q0(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&&F0(t,e,i),i};const j0=.8,G0=1.2;var Hn,Fn,wt,Pi,Ga,Mr,an,_i,Wa,Ad,Nf,Bs,Ho,Ar,Ci,Ja,Hs,Id,Fo,Iu,Dd,Lf,Od,Vf,Cg;let nr=(Cg=class extends Ot{constructor(t,e,r,i){const n=t.getValue("logger");super(n);m(this,Pi);m(this,Mr);m(this,_i);m(this,Ad);m(this,Ci);m(this,Fo);m(this,Dd);m(this,Od);p(this,"id");p(this,"userId");p(this,"name");p(this,"picture");p(this,"isHost");p(this,"customParticipantId");p(this,"flags");p(this,"device");p(this,"videoTrack");p(this,"audioTrack");p(this,"screenShareTracks");p(this,"videoEnabled");p(this,"audioEnabled");p(this,"screenShareEnabled");p(this,"producers");p(this,"manualProducerConfig");m(this,Hn,void 0);p(this,"supportsRemoteControl",!1);m(this,Fn,void 0);p(this,"presetName");m(this,wt,void 0);m(this,Bs,void 0);m(this,Ho,void 0);m(this,Ar,new Map);m(this,Hs,1);m(this,Id,ph(t=>{if(!this.videoTrack)return;const{clientWidth:e,clientHeight:r}=t,{width:i,height:n}=this.videoTrack.getSettings();if(!i||!n)return;const o=n/r,c=i/e,d=Math.max(o,c);d>G0&&a(this,Hs)===1?(f(this,Hs,0),a(this,wt).getValue("peerSessionStore").emit(R.MAX_SPATIAL_LAYER_CHANGE,{peerId:this.id,maxSpatialLayer:a(this,Hs)})):d<j0&&a(this,Hs)===0&&(f(this,Hs,1),a(this,wt).getValue("peerSessionStore").emit(R.MAX_SPATIAL_LAYER_CHANGE,{peerId:this.id,maxSpatialLayer:a(this,Hs)}))},2e3));f(this,wt,t);const{id:o,userId:c,displayName:d,device:l,picture:h,isHost:g,flags:T,stageStatus:y,customParticipantId:E,audioMuted:_,audioTrack:C,videoEnabled:M=!1,videoTrack:D,producers:L,metadata:B}=e;this.id=o,this.userId=c,this.name=d,this.device=l,this.picture=h,this.isHost=g,this.flags=T,this.manualProducerConfig=MC,f(this,Fn,y!=null?y:"ON_STAGE"),this.customParticipantId=E,this.audioEnabled=!_,this.audioTrack=C,this.videoEnabled=M,this.videoTrack=D,this.screenShareTracks={audio:void 0,video:void 0},this.producers=L!=null?L:[],this.presetName=B==null?void 0:B.preset_name,f(this,Hn,!1),f(this,Bs,r),f(this,Ho,i),this.setupEvents(),this.updateVideo=this.updateVideo.bind(this),V(this,Fo,Iu).call(this)}get stageStatus(){return a(this,Fn)}get telemetry(){return a(this,wt).getValue("telemetry")}setVideoEnabled(t,e=!0){this.videoEnabled=t,e&&(this.logger.info("Participant::setVideoEnabled::videoUpdate",O({},ni(this))),this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack}))}setAudioEnabled(t,e=!0){this.audioEnabled=t,e&&(this.logger.info("Participant::setAudioEnabled::audioUpdate",O({},ni(this))),this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack}))}setScreenShareEnabled(t,e=!0){this.screenShareEnabled=t,e&&this.emit("screenShareUpdate",{screenShareEnabled:this.screenShareEnabled,screenShareTracks:this.screenShareTracks})}setupEvents(){this.on("videoUpdate",V(this,Fo,Iu)),a(this,Mr,an)&&(this.on("audioUpdate",V(this,Dd,Lf)),this.on("screenShareUpdate",V(this,Od,Vf)))}pin(){return u(this,null,function*(){if(!a(this,_i,Wa))throw new b("Can`t pin participant without joining room","1205");if(!a(this,Bs).permissions.pinParticipant)throw new b("You do not have permission to pin participants.","1201");return a(this,Pi,Ga).pinPeer(this.id)})}unpin(){return u(this,null,function*(){if(!a(this,_i,Wa))throw new b("Can`t unpin participant without joining room","1205");if(!a(this,Bs).permissions.pinParticipant)throw new b("You do not have permission to unpin participants.","1201");return a(this,Pi,Ga).pinPeer(null)})}setIsPinned(t,e=!0){var i;f(this,Hn,t);const r=t?"pinned":"unpinned";(i=a(this,Ci,Ja))==null||i.updateSource(this.id,{pinned:t}),e&&this.emit(r,this)}disableAudio(){return u(this,null,function*(){const t=this.id;if(this.logger.info("Participant::disable_audio",{participant:{id:t}}),!a(this,_i,Wa))throw new b("Can`t disable participant audio without joining room","1205");if(a(this,Bs).permissions.canDisableParticipantAudio)return a(this,Pi,Ga).disableAudio(t);throw this.logger.error("Participant::unauthorized_disable_audio",{participant:{id:t}}),new b("Unauthorized: User does not have permission to disable participant audio.","1201")})}kick(){return u(this,null,function*(){const t=this.id;if(this.logger.info("Participant::kick",{participant:{id:t}}),!a(this,Ad,Nf))throw new b("Can`t kick participant without joining room","1205");if(a(this,Bs).permissions.kickParticipant){yield a(this,wt).getValue("peerSessionStore").emitAsync(R.KICK_PEER,{peerId:t});return}throw this.logger.error("Participant::unauthorized_kick",{participant:{id:t}}),new b("Unauthorized: User does not have permission to kick participants.","1201")})}disableVideo(){return u(this,null,function*(){const t=this.id;if(this.logger.info("Participant::disable_video",{participant:{id:t}}),!a(this,_i,Wa))throw new b("Can`t disable participant video without joining room","1205");if(a(this,Bs).permissions.canDisableParticipantVideo)return a(this,Pi,Ga).disableVideo(t);throw this.logger.error("Participant::unauthorized_disable_video",{participant:{id:t}}),new b("Unauthorized: User does not have permission to disable participant video.","1201")})}getPermissions(){return u(this,null,function*(){return a(this,Ho).getUserPermissions(this.userId)})}setStageStatus(t){f(this,Fn,t),this.emit("stageStatusUpdate",this)}get isPinned(){return a(this,Hn)}registerVideoElement(t){var r,i,n,o;if(!t)return;let e;(i=(r=a(this,Ar).get(t))==null?void 0:r.observer)==null||i.disconnect(),"ResizeObserver"in window&&(e=new ResizeObserver(()=>a(this,Id).call(this,t)),e.observe(t)),a(this,Ar).set(t,{observer:e}),this.updateVideo(t),(o=a(this,Ci,Ja))==null||o.addSource(this.id,t,this.videoEnabled,this.isPinned,this.name,this.picture,(n=this.raised)!=null?n:!1)}deregisterVideoElement(t){var e,r,i,n;if(!t){(e=a(this,Ci,Ja))==null||e.removeSource(this.id);return}t.srcObject=void 0,(i=(r=a(this,Ar).get(t))==null?void 0:r.observer)==null||i.disconnect(),a(this,Ar).delete(t),(n=a(this,Ci,Ja))==null||n.removeSource(this.id)}updateVideo(t){var e;if(this.videoEnabled){if(this.videoTrack==null)return;const r=(e=t.srcObject)==null?void 0:e.getTracks()[0];if((r==null?void 0:r.id)===this.videoTrack.id)return;const i=new MediaStream;i.addTrack(this.videoTrack),t.srcObject=i}else t.srcObject=void 0;t.style.display=this.videoEnabled?"block":"none"}},Hn=new WeakMap,Fn=new WeakMap,wt=new WeakMap,Pi=new WeakSet,Ga=function(){return a(this,wt).getValue("roomNodeClient")},Mr=new WeakSet,an=function(){return a(this,wt).getValue("audioPlayback")},_i=new WeakSet,Wa=function(){return a(this,wt).getValue("connectionHandler").mediaJoined},Ad=new WeakSet,Nf=function(){return a(this,wt).getValue("connectionHandler").socketJoined},Bs=new WeakMap,Ho=new WeakMap,Ar=new WeakMap,Ci=new WeakSet,Ja=function(){return a(this,wt).getValue("pip")},Hs=new WeakMap,Id=new WeakMap,Fo=new WeakSet,Iu=function(){Array.from(a(this,Ar).keys()).forEach(this.updateVideo)},Dd=new WeakSet,Lf=function(){var t,e;this.audioEnabled&&this.audioTrack?(t=a(this,Mr,an))==null||t.addParticipantTrack(this.id,this.audioTrack):(e=a(this,Mr,an))==null||e.removeParticipantTrack(this.id)},Od=new WeakSet,Vf=function(){var t,e;this.screenShareEnabled&&this.screenShareTracks.audio?(t=a(this,Mr,an))==null||t.addParticipantTrack(`screenshare-${this.id}`,this.screenShareTracks.audio):(e=a(this,Mr,an))==null||e.removeParticipantTrack(`screenshare-${this.id}`)},Cg);Ca([P.trace("Participant.disableAudio")],nr.prototype,"disableAudio",1);Ca([P.trace("Participant.kick")],nr.prototype,"kick",1);Ca([P.trace("Participant.disableVideo")],nr.prototype,"disableVideo",1);Ca([P.trace("Participant.getPermissions")],nr.prototype,"getPermissions",1);Ca([P.trace("Participant.setStageStatus")],nr.prototype,"setStageStatus",1);nr=Ca([it("1200")],nr);class ja extends Pf{constructor(t,e){const{onAddEvent:r="participantJoined",onDeleteEvent:i="participantLeft",onClearEvent:n="participantsCleared"}=e!=null?e:{};super({onAddEvent:r,onDeleteEvent:i,onClearEvent:n},t)}add(t,e=!0){return this.has(t.id)&&Object.is(this.get(t.id),t)===!1&&this.delete(t.id),super.add(t,e)}clear(t=!0,e=!1){return super.clear(t,e)}delete(t,e=!0,r=!1){return super.delete(t,e,r)}}var Ir;class W0 extends Ea{constructor(e){super(e);m(this,Ir,void 0);f(this,Ir,new Map)}__set(e,r){return a(this,Ir).set(e,r)}__clear(){return a(this,Ir).clear()}get(e){return a(this,Ir).get(e)}toArray(){return Array.from(a(this,Ir).values())}}Ir=new WeakMap;class J0{constructor(){p(this,"_orderedArray");p(this,"_map");this._map=new Map,this._orderedArray=[]}add(t,e){if(!this._map.has(t))return this._map.set(t,{peerId:t,priority:e}),this._orderedArray.splice(Math.max(e-1,0),0,t),this.index(t);const r=this.index(t);this.delete(t);const i=this.add(t,e);return r!==i?i:-1}delete(t){if(this._map.has(t)){const e=this.index(t);this._map.delete(t),this._orderedArray.splice(e,1)}}index(t){return this._map.has(t)?this._orderedArray.indexOf(t):-1}[Symbol.iterator](){return this._orderedArray[Symbol.iterator]()}}class K0{constructor(){p(this,"_activeSpeakerPeers");p(this,"_compulsoryPeers");this._activeSpeakerPeers=new J0,this._compulsoryPeers=new Set}add(t,e,r){if(!t)return-1;if(e<0)return this._compulsoryPeers.add(t),0;const i=r.getValue("logger");if(this.compulsoryPeers.includes(t)&&(e>0||e===246267631)){if(i.info("SelectedPeer::removing_compulsory_peer",{selectedPeer:{peerId:t}}),this._removeFromCompulsoryPeer(t),e===246267631)return-1}else if(e===229490415)return this.delete(t,r),-1;return this._activeSpeakerPeers.add(t,e)}delete(t,e){const r=e==null?void 0:e.getValue("logger");r==null||r.info("SelectedPeer::deleting_peer_from_selectedPeer",{selectedPeer:{peerId:t}}),this._removeFromCompulsoryPeer(t),this._activeSpeakerPeers.delete(t)}index(t){return this._activeSpeakerPeers.index(t)}get peers(){return Array.from(new Set(this.compulsoryPeers.concat(this.activeSpeakerPeers)))}get compulsoryPeers(){return Array.from(this._compulsoryPeers.values())}get activeSpeakerPeers(){return Array.from(this._activeSpeakerPeers)}_removeFromCompulsoryPeer(t){this._compulsoryPeers.delete(t)}}const xf=new K0;var z0=Object.defineProperty,Y0=Object.getOwnPropertyDescriptor,Ms=(s,t,e,r)=>{for(var i=r>1?void 0:r?Y0(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&z0(t,e,i),i};const Q0=["ACTIVE_GRID","PAGINATED","MANUAL"];var ke,qo,Du,wi,Ka,qn,Zc,Ri,pt,wg;let Yt=(wg=class extends Ot{constructor(t,e,r){const i=t.getValue("logger");super(i);m(this,qo);m(this,wi);m(this,qn);p(this,"waitlisted");p(this,"joined");p(this,"active");p(this,"videoSubscribed");p(this,"audioSubscribed");p(this,"pinned");p(this,"all");m(this,ke,void 0);m(this,Ri,void 0);m(this,pt,void 0);p(this,"rateLimitConfig",{maxInvocations:5,period:1});p(this,"viewMode");p(this,"currentPage");p(this,"lastActiveSpeaker");p(this,"selectedPeers",xf);f(this,ke,t),f(this,Ri,e),f(this,pt,r),this.waitlisted=new ja(i),this.joined=new ja(i),this.videoSubscribed=new ja(i),this.audioSubscribed=new ja(i),this.active=this.videoSubscribed,this.pinned=new ja(i),this.all=new W0(i),this.viewMode="ACTIVE_GRID",this.currentPage=0,this.setupEvents()}get pip(){return a(this,ke).getValue("pip")}get rateLimits(){return this.rateLimitConfig}updateRateLimits(t,e){this.rateLimitConfig.maxInvocations=t,this.rateLimitConfig.period=e}get telemetry(){return a(this,ke).getValue("telemetry")}setupEvents(){a(this,ke).getValue("peerSessionStore").on(R.E2EE_ACTIVE_CONSUMER,({peerId:e})=>{var r;((r=a(this,ke).getValue("modules").e2ee)==null?void 0:r.enabled)!==!0&&this.emit("media_decode_error",{reason:`Got encrypted media for participantId ${e}, but encryption wasn't enabled in init.defaults`,code:"1702"})});const t=a(this,ke).getValue("audioPlayback");t&&this.audioSubscribed.on("participantLeft",e=>{t.removeParticipantTrack(e.id)})}get count(){return this.joined.size}get maxActiveParticipantsCount(){var t;return(t=a(this,ke))==null?void 0:t.getValue("maxPreferredStreams")}setMaxActiveParticipantsCount(t){if(t<0||t>24)throw new b("0 <= Max active participants count limit <= 24","1203");a(this,ke).setValue("maxPreferredStreams",t),a(this,qn,Zc)&&a(this,ke).getValue("peerSessionStore").emit(R.UPDATE_ACTIVE,{viewMode:this.viewMode,page:this.currentPage})}get pageCount(){if(this.viewMode==="PAGINATED"){const t=this.selectedPeers.compulsoryPeers.length,e=this.joined.toArray().filter(r=>r.stageStatus==="ON_STAGE");return Math.ceil((e.length-t)/Math.max(this.maxActiveParticipantsCount-t,1))}return 0}acceptWaitingRoomRequest(t){var r,i;if(!a(this,wi,Ka))throw new b("Can`t accept waiting room request without joining room","1205");const e=(i=(r=this.waitlisted.get(t))==null?void 0:r.userId)!=null?i:t;return a(this,pt).acceptWaitingRoomRequest([e])}acceptAllWaitingRoomRequest(t){return u(this,null,function*(){const e=t.map(r=>{var i,n;return(n=(i=this.waitlisted.get(r))==null?void 0:i.userId)!=null?n:r});return a(this,pt).acceptWaitingRoomRequest(e)})}rejectWaitingRoomRequest(t){return u(this,null,function*(){var r,i;if(!a(this,wi,Ka))throw new b("Can`t reject waiting room request without joining room","1205");const e=(i=(r=this.waitlisted.get(t))==null?void 0:r.userId)!=null?i:t;a(this,pt).rejectWaitingRoomRequest([e])})}setViewMode(t){return u(this,null,function*(){if(this.logger.info("Participants::set_view_mode",{pageNavigation:{viewMode:t,currentPage:this.currentPage,pageCount:this.pageCount,maxActiveParticipantsCount:this.maxActiveParticipantsCount}}),!(r=>Q0.includes(r))(t))throw this.logger.error("Participants::setViewMode::invalid_view_mode",{pageNavigation:{viewMode:t,currentPage:this.currentPage,pageCount:this.pageCount,maxActiveParticipantsCount:this.maxActiveParticipantsCount}}),new b(`Invalid view mode: ${t}. Try ACTIVE_GRID, PAGINATED or MANUAL.`,"1207");if(this.viewMode===t){this.logger.info("Participants::setViewMode::view_mode_same_as_previous");return}this.viewMode=t,t==="PAGINATED"?(this.currentPage=1,a(this,ke).getValue("peerSessionStore").emit(R.UPDATE_ACTIVE,{viewMode:t,page:this.currentPage})):t==="ACTIVE_GRID"?(this.currentPage=0,a(this,ke).getValue("peerSessionStore").emit(R.UPDATE_ACTIVE,{viewMode:t,page:this.currentPage})):t==="MANUAL"&&(this.currentPage=0,a(this,ke).getValue("peerSessionStore").emit(R.UPDATE_ACTIVE,{viewMode:t,page:this.currentPage})),this.emit("viewModeChanged",{viewMode:t,currentPage:this.currentPage,pageCount:this.pageCount})})}subscribe(r){return u(this,arguments,function*(t,e=["audio","video","screenshareAudio","screenshareVideo"]){if(this.viewMode!=="MANUAL")throw new b("MANUAL subscription mode was not activated.","1206");t.forEach(i=>{const n=this.joined.get(i);n&&(e.includes("audio")&&(n.manualProducerConfig=j(O({},n.manualProducerConfig),{audio:!0}),this.audioSubscribed.has(n.id)||this.audioSubscribed.add(n)),e.includes("video")&&(n.manualProducerConfig=j(O({},n.manualProducerConfig),{video:!0}),this.videoSubscribed.has(n.id)||this.videoSubscribed.add(n)),e.includes("screenshareAudio")&&(n.manualProducerConfig=j(O({},n.manualProducerConfig),{screenshareAudio:!0}),this.audioSubscribed.has(n.id)||this.audioSubscribed.add(n)),e.includes("screenshareVideo")&&(n.manualProducerConfig=j(O({},n.manualProducerConfig),{screenshareVideo:!0}),this.videoSubscribed.has(n.id)||this.videoSubscribed.add(n)))}),a(this,ke).getValue("peerSessionStore").emit(R.UPDATE_ACTIVE,{viewMode:this.viewMode,page:this.currentPage})})}unsubscribe(r){return u(this,arguments,function*(t,e=["audio","video","screenshareAudio","screenshareVideo"]){if(this.viewMode!=="MANUAL")throw new b("MANUAL subscription mode was not activated.","1206");t.forEach(i=>{const n=this.joined.get(i);n&&(e.includes("audio")&&(n.manualProducerConfig=j(O({},n.manualProducerConfig),{audio:!1}),n.manualProducerConfig.screenshareAudio||this.audioSubscribed.delete(n.id)),e.includes("video")&&(n.manualProducerConfig=j(O({},n.manualProducerConfig),{video:!1}),n.manualProducerConfig.screenshareVideo||this.videoSubscribed.delete(n.id)),e.includes("screenshareAudio")&&(n.manualProducerConfig=j(O({},n.manualProducerConfig),{screenshareAudio:!1}),n.manualProducerConfig.audio||this.audioSubscribed.delete(n.id)),e.includes("screenshareVideo")&&(n.manualProducerConfig=j(O({},n.manualProducerConfig),{screenshareVideo:!1}),n.manualProducerConfig.video||this.videoSubscribed.delete(n.id)))}),a(this,ke).getValue("peerSessionStore").emit(R.UPDATE_ACTIVE,{viewMode:this.viewMode,page:this.currentPage})})}getPeerIdsForCurrentPage(){this.logger.info("Participants::getPeerIdsForCurrentPage()",{pageNavigation:{viewMode:this.viewMode,currentPage:this.currentPage,pageCount:this.pageCount,maxActiveParticipantsCount:this.maxActiveParticipantsCount}});const{compulsoryPeers:t}=this.selectedPeers,e=t.filter(c=>this.joined.has(c)),r=Array.from(this.pinned.keys()).filter(c=>!e.includes(c)),i=Array.from(this.joined.toArray().filter(c=>c.stageStatus==="ON_STAGE").map(c=>c.id)),n=Math.max((this.currentPage-1)*(this.maxActiveParticipantsCount-e.length-r.length)),o=this.currentPage*(this.maxActiveParticipantsCount-e.length-r.length);return e.concat(r,i.slice(n,o))}setPage(t){return u(this,null,function*(){if(this.logger.info("Participants::set_page",{pageNavigation:{settingPage:t,viewMode:this.viewMode,currentPage:this.currentPage,pageCount:this.pageCount,maxActiveParticipantsCount:this.maxActiveParticipantsCount}}),this.viewMode==="PAGINATED"){if(!Number.isInteger(t))throw this.logger.error("Participants::invalid_page_number"),new b(`Invalid page: ${t}. Page must be an integer and greater than 0 and less than or equal to .pageCount`,"1202");this.currentPage=t,a(this,ke).getValue("peerSessionStore").emit(R.UPDATE_ACTIVE,{viewMode:this.viewMode,page:t}),this.emit("pageChanged",{viewMode:this.viewMode,currentPage:this.currentPage,pageCount:this.pageCount})}})}disableAllAudio(t){return u(this,null,function*(){if(this.logger.info("Participants::disable_all_audio",{actions:{disableAllAudio:{allowUnmute:t}}}),!a(this,qn,Zc))throw new b("Can`t disable all audio without joining room","1205");if(a(this,Ri).permissions.canAllowParticipantAudio)return a(this,qo,Du).muteAll(t);throw this.logger.error("Participants::unauthorized_disable_all_audio",{actions:{disableAllAudio:{allowUnmute:t}}}),new b("Unauthorized: User does not have permission to disable peer audio.","1201")})}disableAllVideo(){return u(this,null,function*(){if(this.logger.info("Participants::disable_all_video"),!a(this,qn,Zc))throw new b("Can`t disable all video without joining room","1205");if(a(this,Ri).permissions.canAllowParticipantVideo)return a(this,qo,Du).muteAllVideo();throw this.logger.error("Participants::unauthorized_disable_all_video"),new b("Unauthorized: User does not have permission to disable peer video.","1201")})}kickAll(){return u(this,null,function*(){if(this.logger.info("Participants::kick_all"),a(this,ke).getValue("viewType")!=="LIVESTREAM"&&!a(this,wi,Ka))throw new b("Can`t kick all without joining room","1205");if(!a(this,Ri).permissions.kickParticipant)throw this.logger.error("Participants::unauthorized_kick_all"),new b("Unauthorized: User does not have permission to kick peers.","1201");const e=!0;a(this,pt).kickAll(e)})}broadcastMessage(t,e,r){return u(this,null,function*(){if(this.logger.info("Participants::broadcastMessage"),!a(this,wi,Ka))throw new b("Can`t broadcast message without joining room","1205");if(!(t!=null&&t.trim()))throw new b("`type` must be a non-empty string.","1209");if(r)if("meetingIds"in r)yield a(this,pt).broadcastToMeetings(t,r.meetingIds,e);else{let i=[];"participantIds"in r?i=r.participantIds:i=this.joined.toArray().filter(n=>{var o;return(o=r.presetNames)==null?void 0:o.includes(n.presetName)}).map(n=>n.id),yield a(this,pt).broadcastToPeers(t,i,e)}else yield a(this,pt).broadcastMessage(t,e)})}getAllJoinedPeers(t,e,r){return u(this,null,function*(){return(yield a(this,pt).getRoomPeers(t,e,r)).peers.map(ur.formatSocketPeerMessage)})}updatePermissions(t,e){return u(this,null,function*(){const r=this.joined.toArray().filter(n=>t.includes(n.id)).map(n=>n.userId),i=[...new Set(r)];if(!i.length)throw new b("Cannot update permissions, no valid userIDs found","1204");a(this,pt).updatePermissions(i,e)})}getParticipantsInMeetingPreJoin(){return u(this,null,function*(){return a(this,pt).getRoomPeersNonPaginated()})}},ke=new WeakMap,qo=new WeakSet,Du=function(){return a(this,ke).getValue("roomNodeClient")},wi=new WeakSet,Ka=function(){var t;return((t=a(this,ke).getValue("connectionHandler"))==null?void 0:t.socketJoined)===!0},qn=new WeakSet,Zc=function(){var t;return((t=a(this,ke).getValue("connectionHandler"))==null?void 0:t.mediaJoined)===!0},Ri=new WeakMap,pt=new WeakMap,wg);Ms([P.trace("Participants.setViewMode")],Yt.prototype,"setViewMode",1);Ms([P.trace("Participants.setPage")],Yt.prototype,"setPage",1);Ms([P.trace("Participants.disableAllAudio")],Yt.prototype,"disableAllAudio",1);Ms([P.trace("Participants.disableAllVideo")],Yt.prototype,"disableAllVideo",1);Ms([P.trace("Participants.kickAll")],Yt.prototype,"kickAll",1);Ms([P.trace("Participants.broadcastMessage"),Nt(Pa,"rateLimitConfig")],Yt.prototype,"broadcastMessage",1);Ms([P.trace("Participants.getAllJoinedPeers"),Nt({maxInvocations:10,period:60})],Yt.prototype,"getAllJoinedPeers",1);Ms([P.trace("Participant.updatePermissions"),Nt({maxInvocations:1e3,period:60})],Yt.prototype,"updatePermissions",1);Ms([P.trace("Participants.getParticipantsInMeetingPreJoin")],Yt.prototype,"getParticipantsInMeetingPreJoin",1);Yt=Ms([it("1200")],Yt);var X0=Object.defineProperty,Z0=Object.getOwnPropertyDescriptor,en=(s,t,e,r)=>{for(var i=r>1?void 0:r?Z0(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&&X0(t,e,i),i},qt,is,jn,Rg;const Uf=(Rg=class{constructor(s,t,e){p(this,"participants");p(this,"self");p(this,"selectedPeers",xf);p(this,"maxSpatialLayerUpdates",new Map);p(this,"consumerPeerMap");p(this,"events");p(this,"roomSocketHandler");p(this,"context");p(this,"videoPeerConsumerMap",new Map);m(this,qt,{mode:"ACTIVE_GRID",page:0});m(this,is,!1);m(this,jn,!1);p(this,"updateConsumerSpatialLayers",ph(()=>{const s={},t=new Map(this.maxSpatialLayerUpdates);this.maxSpatialLayerUpdates.clear(),Array.from(t.entries()).forEach(([e,r])=>{s[r]===void 0&&(s[r]={layer:r,consumerIds:[]}),s[r].consumerIds.push(e)}),Object.keys(s).forEach(e=>{const r=s[e];this.logger.log(`Switching max spatial layer to ${r.layer}`,{consumerIds:r.consumerIds}),this.roomNodeClient.switchConsumersToLayer(r.consumerIds,r.layer)})},2e3));p(this,"updateConsumers",(s,t)=>u(this,null,function*(){this.logger.info(`updateConsumers: Starting consumer updates - AddProducers: ${s.length}, RemoveProducers: ${t.length}, ConsumersSyncing: ${a(this,is)}`);try{s.length!==0&&(this.logger.info(`updateConsumers: Creating consumers for ${s.length} producers: [${s.map(e=>e.producerId).join(", ")}]`),yield this.roomNodeClient.createConsumers(s),this.logger.info("updateConsumers: Successfully created consumers."))}catch(e){this.logger.error("updateConsumers: Error creating consumers",{error:e})}try{t.length!==0&&(this.logger.info(`updateConsumers: Closing consumers for ${t.length} producers: [${t.map(e=>e.producerId).join(", ")}]`),yield this.roomNodeClient.closeConsumers(t),this.logger.info("updateConsumers: Successfully closed consumers."))}catch(e){this.logger.error("updateConsumers: Error closing consumers",{error:e})}this.logger.info("updateConsumers: Completed consumer updates.")}));this.context=s,this.roomSocketHandler=e,this.participants=new Yt(s,t,this.roomSocketHandler),this.self=t,this.consumerPeerMap=new Map,this.events=ls,t.config.viewType!=="CHAT"&&this.setupEventsGlobal(),this.setupEvents()}get roomNodeClient(){return this.context.getValue("roomNodeClient")}get mediaJoined(){var s;return((s=this.roomNodeClient)==null?void 0:s.mediaJoined)===!0}get pip(){return this.context.getValue("pip")}get telemetry(){return this.context.getValue("telemetry")}get logger(){return this.context.getValue("logger")}setupEvents(){this.roomSocketHandler.on(U.getWaitingRoomRequests,this.waitingRoomRequestHandler.bind(this)),this.context.getValue("peerSessionStore").on(R.SOCKET_PEERS,s=>{const t=this.participants.joined.size>0;this.participants.videoSubscribed.clear(),this.participants.audioSubscribed.clear(),this.participants.pinned.clear(),this.participants.joined.clear(),this.participants.currentPage=0,this.participants.viewMode="ACTIVE_GRID",t&&this.participants.emit("viewModeChanged",{viewMode:"ACTIVE_GRID",currentPage:this.participants.currentPage,pageCount:this.participants.pageCount}),s==null||s.forEach(e=>{e.waitlisted||this.onParticipantSocketJoined(this.createParticipantObjFromSocketPeer(e))})}),this.roomSocketHandler.on(this.events.peerJoinedBroadcast,({participant:s})=>{this.logger.info("PEER_INFO:::MEDIA_JOIN",{participant:{id:s.peerId,maskedName:[...(s==null?void 0:s.displayName)||""].map((t,e)=>e%2?"*":t).join("")}}),this.onParticipantMediaJoined(s.peerId,s.producerStates)}),this.roomSocketHandler.on(this.events.selfJoinComplete,({participants:s,selectedPeers:t,roomState:e})=>{s.forEach(({peerId:n,producerStates:o})=>this.onParticipantMediaJoined(n,o));const{audioPeers:r,compulsoryPeers:i}=t!=null?t:{};e.pinnedPeerIds.length!==0&&this.onParticipantPinned(e.pinnedPeerIds[0]),this.computeActivateParticipants(r!=null?r:[],i),this.logger.info("selfJoinComplete: Emitting UPDATE_ACTIVE with createAllConsumers=true"),this.context.getValue("peerSessionStore").emit(R.UPDATE_ACTIVE,{createAllConsumers:!0})}),this.context.getValue("peerSessionStore").on(R.MAX_SPATIAL_LAYER_CHANGE,({peerId:s,maxSpatialLayer:t})=>{const e=this.videoPeerConsumerMap.get(s);e&&(this.maxSpatialLayerUpdates.set(e,t),this.updateConsumerSpatialLayers())}),this.context.getValue("peerSessionStore").on(R.NEW_PRODUCER,({peerId:s,producer:t})=>{const e=this.participants.joined.get(s);if(!e){this.logger.warn("ParticipantController::NEW_PRODUCER::participant not found",{producer:{id:t==null?void 0:t.producerId,kind:t==null?void 0:t.kind,status:"not_initialized",appData:{screenShare:t==null?void 0:t.screenShare}},participant:{id:s}});return}e.producers.push(t),this.logger.info("ParticipantController::NEW_PRODUCER::producer_added_to_participant",{producer:{id:t==null?void 0:t.producerId,peerId:s,kind:t==null?void 0:t.kind,status:"not_initialized",appData:{screenShare:t==null?void 0:t.screenShare}}}),(t==null?void 0:t.kind)==="audio"&&this.participants.audioSubscribed.get(s)||(t==null?void 0:t.kind)==="video"&&this.participants.videoSubscribed.get(s)||t!=null&&t.screenShare?(this.logger.info(`NEW_PRODUCER: scheduling syncConsumer (AUTO mode) - Producer: ${t.producerId}, Peer: ${s}, Kind: ${t.kind}, ScreenShare: ${t.screenShare}, ConsumersSyncing: ${a(this,is)}, VideoSub: ${t.kind==="video"?this.participants.videoSubscribed.has(s):"N/A"}, AudioSub: ${t.kind==="audio"?this.participants.audioSubscribed.has(s):"N/A"}`),this.scheduleSyncConsumers({source:"NEW_PRODUCER_AUTO"})):this.logger.info("ParticipantController::NEW_PRODUCER::not_consuming_producer_auto",{producer:{id:t==null?void 0:t.producerId,peerId:s,kind:t==null?void 0:t.kind,status:"UNKNOWN",appData:{screenShare:t==null?void 0:t.screenShare}}})}),this.context.getValue("peerSessionStore").on(R.PRODUCER_CLOSED,({peerId:s,producerId:t})=>{const e=this.participants.joined.get(s);if(!e){this.logger.warn("ParticipantController::NEW_PRODUCER::participant not found",{participant:{id:s}});return}e.producers=e.producers.filter(r=>r.producerId!==t)}),this.context.getValue("peerSessionStore").on(R.PRODUCER_TOGGLE,({peerId:s,producerId:t,paused:e,kind:r})=>{const i=this.participants.joined.get(s);if(i){r==="audio"&&i.setAudioEnabled(!e);const n=i.producers.find(o=>o.producerId===t);n&&(n.pause=e),r==="video"&&this.context.getValue("peerSessionStore").emit(R.UPDATE_ACTIVE,{viewMode:this.participants.viewMode,page:this.participants.currentPage})}}),this.roomSocketHandler.on(this.events.globalPeerPinBroadcast,s=>{let t;if(s&&(t=s.participantId),!this.mediaJoined)return;const e=t;this.onParticipantPinned(e);const r=this.participants.joined.get(e);r&&(this.logger.info(`globalPeerPinBroadcast: Scheduling audio/video consumer sync for pinned participant ${e} - ProducerCount: ${r.producers.length}, ConsumersSyncing: ${a(this,is)}, ProducerIds: [${r.producers.map(i=>i.producerId).join(", ")}]`),this.scheduleSyncConsumers({source:"GLOBAL_PEER_PIN"}))}),this.roomSocketHandler.on(this.events.selectedPeer,({audioPeers:s,compulsoryPeers:t})=>{this.mediaJoined&&this.onSelectedPeers(t.concat(s))}),this.roomSocketHandler.on(this.events.selectedPeerDiff,({entries:s})=>{if(!this.mediaJoined)return;const t=s.map(e=>({peerId:e.peerId,priority:e.priority}));this.updateActiveParticipantsWithPriorities(t,!0)})}waitingRoomRequestHandler(s){const t=s.requests.filter(r=>!this.participants.waitlisted.toArray().find(i=>i.userId===r.userId)),e=this.participants.waitlisted.toArray().filter(r=>!s.requests.find(i=>i.userId===r.userId));t.forEach(r=>this.participants.waitlisted.add(new nr(this.context,{id:r.peerId,displayName:r.displayName,audioMuted:!0,videoEnabled:!1,audioTrack:void 0,videoTrack:void 0,stageStatus:"OFF_STAGE",userId:r.userId,flags:{},isHost:!1,customParticipantId:r.customParticipantId,picture:r.picture,metadata:{preset_name:r.presetName}},this.self,this.roomSocketHandler))),e.forEach(r=>this.participants.waitlisted.delete(r.id))}get maxPreferredStreams(){return this.participants.maxActiveParticipantsCount}selectPagePeers(s){const{compulsoryPeers:t}=this.selectedPeers,e=t.filter(d=>this.participants.joined.has(d)),r=Array.from(this.participants.pinned.keys()).filter(d=>!e.includes(d)),i=Array.from(this.participants.joined.toArray().filter(d=>d.stageStatus==="ON_STAGE").map(d=>d.id)),n=Math.max((s-1)*(this.maxPreferredStreams-e.length-r.length)),o=s*(this.maxPreferredStreams-e.length-r.length);return e.concat(r,i.slice(n,o))}selectActivePeers(s){const t=new Map,e=Array.from(this.participants.joined.toArray().filter(h=>h.stageStatus==="ON_STAGE").map(h=>(t.set(h.id,!0),h.id))),r=this.selectedPeers.peers,i=this.participants.pinned.toArray().reduce((h,g)=>(g.stageStatus!=="ON_STAGE"?this.participants.pinned.delete(g.id):h.push(g.id),h),[]),n=this.self.stageStatus==="ON_STAGE"?1:0,o=s-n,c=new Set(r.concat(i).filter(h=>h!==this.self.id&&t.has(h)));let d=Array.from(c);const l=o-c.size;if(l>=0){const h=e.filter(g=>!c.has(g)&&g!==this.self.id).slice(0,l);d=Array.from(c).concat(h)}else d=d.slice(0,o);return d}updateMediaSubscribedMaps(s,t){const{page:e}=t!=null?t:{};s&&a(this,qt).mode!==s&&(a(this,qt).mode=s),e&&a(this,qt).page!==e&&(a(this,qt).page=e);const{mode:r,page:i}=a(this,qt);switch(r){case"PAGINATED":{if(!i)return;const n=this.selectPagePeers(i),o=this.selectActivePeers(this.participants.maxActiveParticipantsCount+4);this.updateParticipantsMap(this.participants.videoSubscribed,n),this.updateParticipantsMap(this.participants.audioSubscribed,o),this.logger.debug("ParticipantController::updateActive::updating_current_page_peers",{peerIds:n});break}case"ACTIVE_GRID":{const n=this.selectActivePeers(this.participants.maxActiveParticipantsCount),o=this.selectActivePeers(this.participants.maxActiveParticipantsCount+4);this.updateParticipantsMapMinReplacement(this.participants.videoSubscribed,n),this.updateParticipantsMap(this.participants.audioSubscribed,o);break}case"MANUAL":break;default:throw new Error(`View mode ${s} not supported`)}}scheduleSyncConsumers(t){return u(this,arguments,function*({source:s}){var r,i,n;const e=((r=a(this,qt))==null?void 0:r.mode)==="PAGINATED"&&!a(this,is)?200:0;this.logger.info(`scheduleSyncConsumers():: Source: ${s}, ViewMode: ${(i=a(this,qt))==null?void 0:i.mode}, ConsumersSyncing: ${a(this,is)}, Delay: ${e}, Page: ${(n=a(this,qt))==null?void 0:n.page}`),setTimeout(()=>this.syncConsumers(),e)})}syncConsumers(){return u(this,null,function*(){var l,h,g,T,y;if(((g=(h=(l=this.context.getValue("connectionHandler"))==null?void 0:l.mediaState)==null?void 0:h.recv)==null?void 0:g.state)!=="connected"){this.logger.info("syncConsumers: Connection not ready, exiting.");return}if(a(this,is)){f(this,jn,!0),this.logger.info("syncConsumers: Sync in progress, marking resyncRequired=true and exiting.");return}this.logger.info("syncConsumers: Starting sync operation."),f(this,is,!0),f(this,jn,!1);let s=[];this.participants.videoSubscribed.forEach(E=>{var M,D;const _=this.participants.joined.get(E.id),C=(D=(M=E.producers)==null?void 0:M.filter(L=>L.kind==="video"))!=null?D:[];_&&(C!=null&&C.length)&&C.forEach(L=>{var H,X,me,Ve;const B=((X=(H=_.manualProducerConfig)==null?void 0:H.video)!=null?X:!0)&&L.kind==="video"&&!L.screenShare,F=((Ve=(me=_.manualProducerConfig)==null?void 0:me.screenshareVideo)!=null?Ve:!0)&&L.kind==="video"&&L.screenShare;(B||F)&&(L.pause||s.push(L))})}),this.participants.audioSubscribed.forEach(E=>{var M,D;const _=this.participants.joined.get(E.id),C=(D=(M=E.producers)==null?void 0:M.filter(L=>L.kind==="audio"))!=null?D:[];_&&(C!=null&&C.length)&&C.forEach(L=>{var H,X,me,Ve;const B=((X=(H=_.manualProducerConfig)==null?void 0:H.audio)!=null?X:!0)&&L.kind==="audio"&&!L.screenShare,F=((Ve=(me=_.manualProducerConfig)==null?void 0:me.screenshareAudio)!=null?Ve:!0)&&L.kind==="audio"&&L.screenShare;(B||F)&&s.push(L)})}),s=kC(s,E=>E.producerId);const t=new Map;s.forEach(E=>{t.set(E.producerId,E)});const e=(T=this.roomNodeClient)==null?void 0:T.getConsumers();let r=s.filter(E=>!(e!=null&&e.has(E.producerId)));s.filter(E=>!E.consumer&&(e==null?void 0:e.has(E.producerId))).forEach(E=>{const _=e.get(E.producerId);_&&(this.logger.info(`syncConsumers: remapping existing consumer ${_.id} to producer ${E.producerId}`),this.context.getValue("peerSessionStore").emit(R.NEW_CONSUMER,{id:_.id,appData:_.appData,peerId:_.peerId}))});let n=[],o=Array.from((y=e==null?void 0:e.values())!=null?y:[]).map(E=>E.peerId);o=bC(o),o==null||o.forEach(E=>{var C;const _=this.participants.joined.get(E);if(!_){this.logger.warn(`Peer with ${E} doesn't exist in joined list but producers of it are being consumed.`);return}(C=_.producers)!=null&&C.length&&_.producers.forEach(M=>{const D=M.consumer&&e.has(M.consumer.id);!t.has(M.producerId)&&(e.has(M.producerId)||D)&&n.push(M)})}),this.logger.info(`syncConsumers: Computed changes - AddProducers: ${r.length} [${r.map(E=>E.producerId).join(", ")}], RemoveProducers: ${n.length} [${n.map(E=>E.producerId).join(", ")}]`.substring(0,5e3));const c=35,d=35;r.length>c&&(this.logger.warn(`syncConsumers: Too many remote producers to create consumers: ${r.length}. Only adding ${c} in this run.`),r=r.slice(0,c),this.scheduleSyncConsumers({source:"SOFT_CAPPED_CREATE_CONSUMERS"})),n.length>d&&(this.logger.warn(`syncConsumers: Too many remote producers to close consumers: ${n.length}. Only removing ${d} in this run.`),n=n.slice(0,d),this.scheduleSyncConsumers({source:"SOFT_CAPPED_REMOVE_CONSUMERS"}));try{r.length>0||n.length>0?(this.logger.info(`syncConsumers: Calling updateConsumers with changes. Adding ${r.length} and removing ${n.length}.`),yield this.updateConsumers(r,n),this.logger.info("syncConsumers: updateConsumers completed successfully.")):this.logger.info("syncConsumers: No changes needed, skipping updateConsumers.")}catch(E){this.logger.error("syncConsumers: updateConsumers failed with error.",{error:E})}finally{this.logger.info("syncConsumers: Setting consumersSyncing=false and completing sync."),f(this,is,!1)}a(this,jn)&&(this.logger.info("syncConsumers: Resync required, calling syncConsumers again."),this.syncConsumers())})}computeActivateParticipants(s,t){const e=s.map((i,n)=>({peerId:i,priority:n+1})),r=t==null?void 0:t.map((i,n)=>({peerId:i,priority:-(n+1)}));e.push(...r!=null?r:[]),e.length>0&&this.updateActiveParticipantsWithPriorities(e)}createParticipantObjFromSocketPeer(s){const t=Uf.formatSocketPeerMessage(s);return new nr(this.context,j(O({},t),{isHost:!1,videoEnabled:!1,audioMuted:!0,videoTrack:void 0,audioTrack:void 0}),this.self,this.roomSocketHandler)}updatePipSource(s,t){var e,r;t?(e=this.pip)==null||e.enableSource(s):(r=this.pip)==null||r.disableSource(s)}onParticipantMediaJoined(s,t){if(!this.mediaJoined||s===this.self.id)return;const e=this.participants.joined.get(s);if(!e){this.logger.warn(`Received media.peerJoinedBroadcast for non-existent peer ${s}`);return}this.logger.info("PEER_INFO:::SOCKET_ON_MEDIA_JOIN",{participant:{id:e.id,maskedName:[...(e==null?void 0:e.name)||""].map((r,i)=>i%2?"*":r).join("")}}),this.logger.info(`onParticipantMediaJoined: peer ${s} has joined media room. Processing.`),t.forEach(r=>{r.kind===sr.AUDIO&&!r.screenShare?e.setAudioEnabled(!r.pause):r.kind===sr.VIDEO&&!r.screenShare&&(e.setVideoEnabled(!r.pause),this.updatePipSource(e.id,!r.pause)),e.producers.push(j(O({},r),{producingTransportId:r.producingTransportId,kind:r.kind===sr.AUDIO?"audio":"video",producingPeerId:s,mimeType:r.mimeType}))}),this.logger.info(`onParticipantMediaJoined: Emitting UPDATE_ACTIVE for peer ${s}`),this.context.getValue("peerSessionStore").emit(R.UPDATE_ACTIVE,{viewMode:this.participants.viewMode,page:this.participants.currentPage})}updateParticipantsMapMinReplacement(s,t){const e=Array.from(s.keys()),r=new Map(s),i=new Set(t),n=[];e.forEach((o,c)=>{(!i.has(o)||!this.participants.joined.get(o))&&n.push(c)}),t.forEach(o=>{if(s.get(o))return;if(e.length<t.length){e.push(o);return}const c=n.shift();e[c]=o}),n.forEach(o=>{e.splice(o,1)}),Array.from(s.keys()).forEach(o=>{s.delete(o,!i.has(o))}),e.forEach(o=>{if(!this.participants.joined.get(o)){this.logger.warn("updateActiveParticipants::participant_not_in_joined_list",{participant:{id:o}});return}s.add(this.participants.joined.get(o),!r.get(o))}),s.emit("participantsUpdate")}updateParticipantsMap(s,t){Array.from(s.keys()).forEach(r=>{t.includes(r)||s.delete(r,!0)}),t.forEach(r=>{s.get(r)||s.add(this.participants.joined.get(r),!0)}),s.emit("participantsUpdate")}updatePinnedParticipants(){this.participants.pinned.forEach(s=>{s.setIsPinned(!1),this.participants.pinned.delete(s.id)})}setupEventsGlobal(){this.roomSocketHandler.on(U.joinRoom,({peer:s})=>{s.waitlisted||(this.logger.info("Processing socket join",{peers:s.peerId}),this.onParticipantSocketJoined(this.createParticipantObjFromSocketPeer(s)),this.logger.info("Processed socket join",{peers:s.peerId}))}),this.roomSocketHandler.on(U.leaveRoom,s=>{const{peerId:t}=s.peer;this.selectedPeers.delete(t,this.context),this.onParticipantLeave(t)}),this.context.getValue("peerSessionStore").on(R.SOCKET_SERVICE_ROOM_JOINED,()=>{this.self.permissions.acceptWaitingRequests&&this.roomSocketHandler.getWaitingRoomRequests()}),this.self.permissions.on("permissionsUpdate",s=>{const{acceptWaitingRequests:t}=s;t!==void 0&&(t?this.roomSocketHandler.getWaitingRoomRequests():this.participants.waitlisted.clear())}),this.context.getValue("peerSessionStore").on(R.SOCKET_SERVICE_DISCONNECTED,()=>{this.logger.info("Socket disconnected — keeping participants visible for seamless reconnection")}),this.context.getValue("peerSessionStore").on(R.CONSUMER_PAUSED,({id:s})=>{this.processConsumerPaused(s)}),this.context.getValue("peerSessionStore").on(R.CONSUMER_RESUMED,({id:s})=>{this.processConsumerResumed(s)}),this.context.getValue("peerSessionStore").on(R.NEW_CONSUMER,({id:s})=>{this.processNewConsumer(s)}),this.context.getValue("peerSessionStore").on(R.CONSUMER_CLOSED,({id:s})=>{this.processConsumerClosed(s)}),this.context.getValue("peerSessionStore").on(R.ROOM_MESSAGE,r=>u(this,[r],function*({payload:s,type:t,timestamp:e}){this.participants.emit("broadcastedMessage",{type:t,payload:s,timestamp:e})})),this.context.getValue("peerSessionStore").on(R.MESSAGE,r=>u(this,[r],function*({payload:s,type:t,timestamp:e}){t!=="spotlight"&&this.participants.emit("broadcastedMessage",{type:t,payload:s,timestamp:e})})),this.context.getValue("peerSessionStore").on(R.LOW_CONSUMER_SCORE,({peerId:s,score:t,kind:e})=>{const r=this.participants.joined.get(s);r&&(r.emit("poorConnection",{score:t,kind:e}),this.participants.emit("poorConnection",{participantId:s,score:t,kind:e}))}),this.context.getValue("peerSessionStore").on(R.CONSUMER_SCORE_UPDATE,({score:s,kind:t,appData:e,peerId:r,scoreStats:i})=>{var c;const n=t==="video"&&((c=e==null?void 0:e.screenShare)!=null?c:!1),o=this.participants.joined.get(r);o&&(o.emit("mediaScoreUpdate",{kind:t,isScreenshare:n,score:s,participantId:r,scoreStats:i}),this.participants.emit("mediaScoreUpdate",{kind:t,isScreenshare:n,score:s,participantId:r,scoreStats:i}))}),this.context.getValue("peerSessionStore").onAsync(R.KICK_PEER,t=>u(this,[t],function*({peerId:s}){const e=this.participants.joined.get(s);this.roomNodeClient.kick(s),yield this.roomSocketHandler.kick(s),e?e.emit("kicked"):this.participants.joined.emit("kicked",{id:s})})),this.context.getValue("peerSessionStore").on(R.UPDATE_ACTIVE,({viewMode:s,page:t,createAllConsumers:e}={})=>{this.logger.info(`UPDATE_ACTIVE event received - viewMode: ${a(this,qt).mode}, page: ${t}, CreateAllConsumers: ${e}`),e&&(this.logger.info(`UPDATE_ACTIVE viewMode: ${s}, Page: ${t}, Removing existing subscriptions.`),this.participants.videoSubscribed.clear(),this.participants.audioSubscribed.clear()),this.updateMediaSubscribedMaps(s,{page:t}),this.scheduleSyncConsumers({source:"UPDATE_ACTIVE"})})}onParticipantPinned(s){return u(this,null,function*(){if(!s){this.self.isPinned&&this.self.setIsPinned(!1),this.participants.pinned.size!==0&&this.updatePinnedParticipants();return}if(s===this.self.id){this.participants.pinned.size!==0&&this.updatePinnedParticipants(),this.self.setIsPinned(!0);return}const t=this.participants.joined.get(s);this.self.isPinned&&this.self.setIsPinned(!1),this.updatePinnedParticipants(),t.setIsPinned(!0),this.participants.pinned.add(t)})}onParticipantSocketJoined(s){return u(this,null,function*(){var t,e,r;this.logger.info(`onParticipantSocketJoined: peer ${s.id} has joined socket edge. Processing.`),this.self.id!==s.id&&!((t=s.flags)!=null&&t.recorder)&&!((e=s.flags)!=null&&e.hidden_participant)&&!((r=s.flags)!=null&&r.hiddenParticipant)&&(this.participants.videoSubscribed.delete(s.id),this.participants.audioSubscribed.delete(s.id),this.participants.joined.add(s),this.participants.waitlisted.delete(s.id),s.stageStatus==="REQUESTED_TO_JOIN_STAGE"&&this.context.getValue("peerSessionStore").emit(R.UPDATE_STAGE_REQUESTS,{request:{displayName:s.name,userId:s.userId,peerId:s.id},add:!0})),this.context.getValue("peerSessionStore").emit(R.PEER_JOINED_INTERNAL,s)})}onParticipantLeave(s){return u(this,null,function*(){const t=this.participants.joined.get(s);this.participants.joined.delete(s,!0,!0),this.participants.pinned.delete(s,!0,!0),this.participants.waitlisted.delete(s,!0,!0),this.roomNodeClient&&this.roomNodeClient.closeConsumers(t==null?void 0:t.producers),t&&t.stageStatus==="REQUESTED_TO_JOIN_STAGE"&&this.context.getValue("peerSessionStore").emit(R.UPDATE_STAGE_REQUESTS,{request:{displayName:t.name,userId:t.userId,peerId:t.id},add:!1});const{currentPage:e}=this.participants,r=this.maxPreferredStreams*(e-1),i=this.participants.videoSubscribed.get(s);this.participants.viewMode==="MANUAL"?this.context.getValue("peerSessionStore").emit(R.UPDATE_ACTIVE,{viewMode:this.participants.viewMode,page:e}):r===0?this.participants.setViewMode("ACTIVE_GRID"):this.participants.joined.size<=r?e===2?this.participants.setViewMode("ACTIVE_GRID"):this.participants.setPage(e-1):i&&this.context.getValue("peerSessionStore").emit(R.UPDATE_ACTIVE,{viewMode:this.participants.viewMode,page:e})})}processMedia(s){var g;const t=this.roomNodeClient.getConsumers(),{peerId:e,kind:r,appData:i,track:n,producerId:o,rtpReceiver:c,paused:d,localId:l}=(g=t.get(s))!=null?g:{};if(!e)return this.logger.warn("processMedia::Peer ID is undefined",{consumer:{id:s,kind:r,peerId:e,appData:{supportsRemoteControl:!!(i!=null&&i.supportsRemoteControl),screenShare:!!(i!=null&&i.screenShare)},remotelyPaused:d,producerId:o}}),{};const h=i;return r==="video"&&h.screenShare!==!0&&this.videoPeerConsumerMap.set(e,s),this.logger.info("ParticipantController::processMedia",{consumer:{id:s,peerId:e,kind:r,appData:h,remotelyPaused:d,producerId:o}}),this.consumerPeerMap.set(s,{type:r,peerId:e,appData:h,remotelyPaused:d,producerId:o}),{peerId:e,kind:r,appData:h,remotelyPaused:d,track:n,producerId:o,rtpReceiver:c,localId:l}}processConsumerClosed(s){const{peerId:t,type:e,appData:r,remotelyPaused:i,producerId:n}=this.consumerPeerMap.get(s)||{},o=this.participants.joined.get(t);if(this.logger.info("ParticipantController::processConsumerClosed",{consumer:{id:s,peerId:t,appData:r,kind:e,remotelyPaused:i,producerId:n}}),this.consumerPeerMap.delete(s),e==="video"&&r.screenShare!==!0&&this.videoPeerConsumerMap.delete(t),!o)return;const c=o.producers.find(l=>l.producerId===n);c&&(c.consumer={id:s,peerId:t,kind:void 0,appData:r,paused:i,producerId:n,rtpReceiver:void 0,localId:void 0});const d=[];r&&r.screenShare?(o.setScreenShareEnabled(!1),this.context.getValue("callstats").consumerSharedMediaState(s,{screen:!1}),o.screenShareTracks.video&&d.push(o.screenShareTracks.video.id),o.screenShareTracks.audio&&d.push(o.screenShareTracks.audio.id),o.screenShareTracks={audio:void 0,video:void 0}):e==="audio"?(o.setAudioEnabled(!1),o.audioTrack&&d.push(o.audioTrack.id),this.context.getValue("callstats").consumerSharedMediaState(s,{audio:!1}),o.audioTrack=void 0):e==="video"&&(o.setVideoEnabled(!1),this.updatePipSource(o.id,!1),o.videoTrack&&d.push(o.videoTrack.id),this.context.getValue("callstats").consumerSharedMediaState(s,{video:!1}),o.videoTrack=void 0),r.e2ee&&d.forEach(l=>{this.context.getValue("peerSessionStore").emit(R.E2EE_INACTIVE_CONSUMER,{peerId:t,trackId:l})})}processConsumerResumed(s){var T;const t=this.processMedia(s),{peerId:e,kind:r,appData:i,track:n,remotelyPaused:o,producerId:c,rtpReceiver:d,localId:l}=t;if(!e)return;this.logger.info("ParticipantController::processConsumerResumed",{consumer:{id:s,peerId:e,kind:r,appData:i,remotelyPaused:o,producerId:c}});const h=this.participants.joined.get(e);if(!h)return;const g=h.producers.find(y=>y.producerId===c);if(g&&(g.consumer={id:s,peerId:e,kind:r,appData:i,paused:o,producerId:c,rtpReceiver:d,localId:l}),i.e2ee&&this.context.getValue("peerSessionStore").emit(R.E2EE_ACTIVE_CONSUMER,{peerId:e,rtpReceiver:d,track:n}),i.screenShare){r==="video"?h.screenShareTracks.video=n:r==="audio"&&(h.screenShareTracks.audio=n),h.setScreenShareEnabled(!0),(T=this.context)==null||T.getValue("callstats").consumerSharedMediaState(s,{screen:!0});return}r==="video"?(h.videoTrack=n,h.setVideoEnabled(!0),this.updatePipSource(h.id,!0),this.context.getValue("callstats").consumerSharedMediaState(s,{video:!0})):r==="audio"&&(h.audioTrack=n,h.setAudioEnabled(h.audioEnabled),this.context.getValue("callstats").consumerSharedMediaState(s,{audio:h.audioEnabled}))}processConsumerPaused(s){this.logger.info(`ParticipantController::processConsumerPaused called for consumerId: ${s}`);const{peerId:t,kind:e,track:r,appData:i,remotelyPaused:n,producerId:o,rtpReceiver:c,localId:d}=this.processMedia(s);if(!t)return;this.logger.info("ParticipantController::processConsumerPaused",{consumer:{id:s,peerId:t,kind:e,appData:i,remotelyPaused:n,producerId:o}});const l=this.participants.joined.get(t);if(!l)return;const h=l.producers.find(g=>g.producerId===o);h&&(h.consumer={id:s,peerId:t,kind:e,appData:i,paused:n,producerId:o,rtpReceiver:c,localId:d}),r&&i.e2ee&&this.context.getValue("peerSessionStore").emit(R.E2EE_INACTIVE_CONSUMER,{peerId:t,trackId:r.id}),e==="video"?(l.videoTrack=r,l.setVideoEnabled(!1),this.updatePipSource(l.id,!1),this.context.getValue("callstats").consumerSharedMediaState(s,{video:!1})):e==="audio"&&(l.audioTrack=r,l.setAudioEnabled(l.audioEnabled),this.context.getValue("callstats").consumerSharedMediaState(s,{audio:l.audioEnabled}))}processNewConsumer(s){const{peerId:t,kind:e,remotelyPaused:r,track:i,appData:n,producerId:o,rtpReceiver:c,localId:d}=this.processMedia(s);if(!t)return;this.logger.info("ParticipantController::processNewConsumer",{consumer:{id:s,peerId:t,kind:e,remotelyPaused:r,appData:n,producerId:o}});const l=this.participants.joined.get(t);if(!l)return;const h=l.producers.find(g=>g.producerId===o);if(h&&(h.consumer={id:s,peerId:t,kind:e,appData:n,paused:r,producerId:o,rtpReceiver:c,localId:d}),n.screenShare){e==="video"?l.screenShareTracks.video=i:e==="audio"&&(l.screenShareTracks.audio=i),(!r||this.self.permissions.isRecorder)&&l.setScreenShareEnabled(!0),n.supportsRemoteControl&&(l.supportsRemoteControl=!0),this.participants.broadcastMessage("screenshareConsumerCreated",{producerId:o,peerId:t,screenShare:!0,consumerId:s,consumerPeerId:this.self.id}),this.logger.info("ParticipantController::newScreenshareConsumer::screenshareConsumerCreated",{consumer:{id:s,peerId:t,kind:e,remotelyPaused:r,appData:n,producerId:o}});return}e==="video"?(l.videoTrack=i,r||(l.setVideoEnabled(!0),this.updatePipSource(l.id,!0)),this.context.getValue("callstats").consumerSharedMediaState(s,{video:!r})):e==="audio"&&(l.audioTrack=i,r||l.setAudioEnabled(!0),this.context.getValue("callstats").consumerSharedMediaState(s,{audio:!r})),!r&&n.e2ee&&this.context.getValue("peerSessionStore").emit(R.E2EE_ACTIVE_CONSUMER,{peerId:t,rtpReceiver:c,track:i})}static formatSocketPeerMessage(s){var e,r,i,n,o,c;if(!s)return;const t=Sh(s.stageType);return{id:s.peerId,userId:s.userId,name:s.displayName,displayName:s.displayName,stageType:t,customParticipantId:s.customParticipantId,presetId:s.presetId,picture:s.displayPictureUrl,waitlisted:s.waitlisted,stageStatus:t,metadata:{preset_name:(e=s.flags)==null?void 0:e.presetName},recorderType:(r=s.flags)==null?void 0:r.recorderType,flags:{hiddenParticipant:(i=s.flags)==null?void 0:i.hiddenParticipant,hidden_participant:(n=s.flags)==null?void 0:n.hiddenParticipant,recorder:((o=s.flags)==null?void 0:o.recorderType)!==void 0&&((c=s.flags)==null?void 0:c.recorderType)!=="NONE"}}}onSelectedPeers(s,t){return u(this,null,function*(){this.participants.viewMode==="ACTIVE_GRID"&&this.computeActivateParticipants(s,t)})}updateActiveParticipantsWithPriorities(s,t=!1){if(this.participants.viewMode==="MANUAL")return;if(!this.mediaJoined){this.logger.warn("Skipped::ParticipantController::updateActiveParticipantsWithPriorities",{roomJoined:this.mediaJoined});return}s.forEach(r=>{this.selectedPeers.add(r.peerId,r.priority,this.context)});const e=this.selectedPeers.activeSpeakerPeers.at(0);e!==void 0&&e!==this.participants.lastActiveSpeaker&&(this.participants.lastActiveSpeaker=e,this.participants.emit("activeSpeaker",{peerId:e,volume:1})),t&&this.context.getValue("peerSessionStore").emit(R.UPDATE_ACTIVE,{viewMode:this.participants.viewMode,page:this.participants.currentPage})}},qt=new WeakMap,is=new WeakMap,jn=new WeakMap,Rg);let ur=Uf;en([P.trace("ParticipantController.setupEvents")],ur.prototype,"setupEvents",1);en([P.trace("ParticipantController.setupEvents")],ur.prototype,"setupEventsGlobal",1);en([P.trace("ParticipantController.processMedia")],ur.prototype,"processMedia",1);en([P.trace("ParticipantController.processConsumerClosed")],ur.prototype,"processConsumerClosed",1);en([P.trace("ParticipantController.processConsumerResumed")],ur.prototype,"processConsumerResumed",1);en([P.trace("ParticipantController.processConsumerPaused")],ur.prototype,"processConsumerPaused",1);en([P.trace("ParticipantController.processNewConsumer")],ur.prototype,"processNewConsumer",1);const Ce=Cs(gh().permissions);var Y,Gn,Wn,Nd,ct,Et;const Ld=class extends Ot{constructor(e,r,i,n=!1){const o=e.getValue("logger");super(o);m(this,ct);m(this,Y,void 0);m(this,Gn,void 0);m(this,Wn,void 0);m(this,Nd,e=>{var h,g,T;const l=e,{chat:r,connectedMeetings:i,plugins:n,polls:o,media:c}=l,d=Nc(l,["chat","connectedMeetings","plugins","polls","media"]);if(r&&(r.private&&pr(a(this,Y).chat.private,r.private),r.public&&pr(a(this,Y).chat.public,r.public),this.emit("chatUpdate")),i&&pr(a(this,Y).connectedMeetings,i),c){const y=_=>{switch(_){case Hr.NONE:return W.Allowed;case Hr.ALLOWED:return W.Allowed;case Hr.NOT_ALLOWED:return W.NotAllowed;case Hr.CAN_REQUEST:return W.CanRequest;default:return}},E={audio:void 0,video:void 0,screenshare:void 0};(h=c.audio)!=null&&h.canProduce&&(E.audio={canProduce:y(c.audio.canProduce)}),(g=c.video)!=null&&g.canProduce&&(E.video={canProduce:y(c.video.canProduce)}),(T=c.screenshare)!=null&&T.canProduce&&(E.screenshare={canProduce:y(c.screenshare.canProduce)}),pr(a(this,Y).media,E)}n&&(pr(a(this,Y).plugins,n),this.emit("pluginsUpdate")),o&&(pr(a(this,Y).polls,o),this.emit("pollsUpdate")),Object.keys(d).length!==0&&pr(a(this,Y),d),this.emit("permissionsUpdate",e)});if(!r)throw this.logger.error("PermissionPreset::load_preset_permissions_failed"),new b("Could not load preset permissions.","0904");f(this,Wn,e),f(this,Gn,i),f(this,Y,r),n&&this.setupEvents()}setupEvents(){a(this,Wn).getValue("peerSessionStore").on(R.UPDATE_PERMISSIONS,a(this,Nd))}static init(e,r,i){let n;return i?n=new Ld(e,i,r,!0):n=new Ld(e,Ce,r),n}get mediaRoomType(){return"CF"}get stageEnabled(){var e;return((e=a(this,Y))==null?void 0:e.stageEnabled)||a(this,Gn)===tr.Webinar||a(this,Gn)===tr.Livestream}get acceptStageRequests(){var e,r;return this.stageEnabled?((e=a(this,Y))==null?void 0:e.acceptStageRequests)||((r=a(this,Y))==null?void 0:r.canAcceptProductionRequests):!1}get stageAccess(){var e,r,i;return((e=a(this,Y))==null?void 0:e.stageAccess)===W.NotAllowed?W.NotAllowed:((r=a(this,Y))==null?void 0:r.stageAccess)===W.CanRequest?W.CanRequest:((i=a(this,Y))==null?void 0:i.stageAccess)===W.Allowed||a(this,Y).media.audio.canProduce===W.Allowed||a(this,Y).media.video.canProduce===W.Allowed||a(this,Y).media.screenshare.canProduce===W.Allowed?W.Allowed:a(this,Y).media.audio.canProduce===W.CanRequest||a(this,Y).media.video.canProduce===W.CanRequest||a(this,Y).media.screenshare.canProduce===W.CanRequest?W.CanRequest:W.NotAllowed}get acceptWaitingRequests(){var e,r;return(r=(e=a(this,Y))==null?void 0:e.acceptWaitingRequests)!=null?r:Ce.acceptWaitingRequests}get requestProduceVideo(){var e,r,i;return((i=(r=(e=a(this,Y))==null?void 0:e.media)==null?void 0:r.video)==null?void 0:i.canProduce)===W.CanRequest}get requestProduceAudio(){var e,r,i;return((i=(r=(e=a(this,Y))==null?void 0:e.media)==null?void 0:r.audio)==null?void 0:i.canProduce)===W.CanRequest}get requestProduceScreenshare(){var e,r,i;return((i=(r=(e=a(this,Y))==null?void 0:e.media)==null?void 0:r.screenshare)==null?void 0:i.canProduce)===W.CanRequest}get canAllowParticipantAudio(){var e,r;return(r=(e=a(this,Y))==null?void 0:e.disableParticipantAudio)!=null?r:Ce.disableParticipantAudio}get canAllowParticipantScreensharing(){var e,r;return(r=(e=a(this,Y))==null?void 0:e.canAcceptProductionRequests)!=null?r:Ce.canAcceptProductionRequests}get canAllowParticipantVideo(){var e,r;return(r=(e=a(this,Y))==null?void 0:e.disableParticipantVideo)!=null?r:Ce.disableParticipantVideo}get canDisableParticipantAudio(){return this.canAllowParticipantAudio}get canDisableParticipantVideo(){return this.canAllowParticipantVideo}get kickParticipant(){var e,r;return(r=(e=a(this,Y))==null?void 0:e.kickParticipant)!=null?r:Ce.kickParticipant}get pinParticipant(){var e,r;return(r=(e=a(this,Y))==null?void 0:e.pinParticipant)!=null?r:Ce.pinParticipant}get canRecord(){var e,r;return(r=(e=a(this,Y))==null?void 0:e.canRecord)!=null?r:Ce.canRecord}get waitingRoomBehaviour(){var e,r;return(r=(e=a(this,Y))==null?void 0:e.waitingRoomType)!=null?r:Ce.waitingRoomType}get plugins(){var e,r;return(r=(e=a(this,Y))==null?void 0:e.plugins)!=null?r:Ce.plugins}get polls(){var e,r;return(r=(e=a(this,Y))==null?void 0:e.polls)!=null?r:Ce.polls}get canProduceVideo(){var r;const e=(r=a(this,Y).media.video.canProduce)!=null?r:Ce.media.video.canProduce;return this.stageEnabled&&(a(this,ct,Et)==="ACCEPTED_TO_JOIN_STAGE"||a(this,ct,Et)==="ON_STAGE")&&e===W.CanRequest?W.Allowed:this.stageEnabled&&(a(this,ct,Et)==="OFF_STAGE"||a(this,ct,Et)==="REQUESTED_TO_JOIN_STAGE")&&e===W.Allowed?W.NotAllowed:e}get canProduceScreenshare(){var r;const e=(r=a(this,Y).media.screenshare.canProduce)!=null?r:Ce.media.screenshare.canProduce;return this.stageEnabled&&(a(this,ct,Et)==="ACCEPTED_TO_JOIN_STAGE"||a(this,ct,Et)==="ON_STAGE")&&e===W.CanRequest?W.Allowed:this.stageEnabled&&(a(this,ct,Et)==="OFF_STAGE"||a(this,ct,Et)==="REQUESTED_TO_JOIN_STAGE")&&e===W.Allowed?W.NotAllowed:e}get canProduceAudio(){var r;const e=(r=a(this,Y).media.audio.canProduce)!=null?r:Ce.media.audio.canProduce;return this.stageEnabled&&(a(this,ct,Et)==="ACCEPTED_TO_JOIN_STAGE"||a(this,ct,Et)==="ON_STAGE")&&e===W.CanRequest?W.Allowed:this.stageEnabled&&(a(this,ct,Et)==="OFF_STAGE"||a(this,ct,Et)==="REQUESTED_TO_JOIN_STAGE")&&e===W.Allowed?W.NotAllowed:e}get chatPublic(){var e,r,i;return(i=(r=(e=a(this,Y))==null?void 0:e.chat)==null?void 0:r.public)!=null?i:Ce.chat.public}get chatPrivate(){var e,r,i;return(i=(r=(e=a(this,Y))==null?void 0:e.chat)==null?void 0:r.private)!=null?i:Ce.chat.private}get connectedMeetings(){var e,r;return(r=(e=a(this,Y))==null?void 0:e.connectedMeetings)!=null?r:Ce==null?void 0:Ce.connectedMeetings}get hiddenParticipant(){var e,r;return(r=(e=a(this,Y))==null?void 0:e.hiddenParticipant)!=null?r:Ce.hiddenParticipant}get showParticipantList(){var e;return(e=a(this,Y).showParticipantList)!=null?e:Ce.showParticipantList}get canChangeParticipantPermissions(){var e,r;return(r=(e=a(this,Y))==null?void 0:e.canChangeParticipantPermissions)!=null?r:Ce.canChangeParticipantPermissions}get canEditDisplayName(){var e;return(e=a(this,Y).canEditDisplayName)!=null?e:!1}get isRecorder(){return a(this,Y).isRecorder}get canSpotlight(){return a(this,Y).canSpotlight}get canLivestream(){return a(this,Y).canLivestream}get transcriptionEnabled(){return a(this,Y).transcriptionEnabled}};let Ou=Ld;Y=new WeakMap,Gn=new WeakMap,Wn=new WeakMap,Nd=new WeakMap,ct=new WeakSet,Et=function(){return a(this,Wn).getValue("stageStatus")};var Rt;class $f extends Ot{constructor(e,r){super(r);p(this,"localMediaHandler");m(this,Rt,void 0);f(this,Rt,e)}updatePermission(){return u(this,null,function*(){var d,l;const e=(h,g)=>{this.mediaPermissions[h]=g;const T={message:this.mediaPermissions[h],kind:h};g==="DENIED"?a(this,Rt).getValue("peerSessionStore").emit(R.MEDIA_PERMISSION_ERROR,T):a(this,Rt).getValue("peerSessionStore").emit(R.MEDIA_PERMISSION_UPDATE,T)};if(Se.getName()==="firefox")return;const r="microphone",i="camera",n=yield(d=navigator==null?void 0:navigator.permissions)==null?void 0:d.query({name:r}),o=yield(l=navigator==null?void 0:navigator.permissions)==null?void 0:l.query({name:i}),c=(h,g)=>{switch(g){case"granted":e(h,"ACCEPTED");break;case"denied":e(h,"DENIED");break;case"prompt":e(h,"NOT_REQUESTED");break}this.localMediaHandler.repopulateAvailableDevices()};n&&(n.onchange=()=>c("audio",n.state)),o&&(o.onchange=()=>c("video",o.state))})}populateMediaPermissionsInCallstats(i){return u(this,arguments,function*({message:e,kind:r}){var n,o,c,d;switch(r){case"audio":{(n=a(this,Rt))==null||n.getValue("callstats").mediaPermission("AUDIO",e),(o=a(this,Rt))==null||o.getValue("callstats").mediaPermission("SPEAKER",e);break}case"video":{(c=a(this,Rt))==null||c.getValue("callstats").mediaPermission("VIDEO",e);break}case"screenshare":{(d=a(this,Rt))==null||d.getValue("callstats").mediaPermission("SCREENSHARE",e);break}}})}get peerId(){var e;return(e=a(this,Rt))==null?void 0:e.getValue("peerId")}init(){return u(this,arguments,function*(e={},r=!1,i=null){var n,o,c,d,l,h,g;if(Se.init(),i&&f(this,Rt,i),!this.localMediaHandler)try{let T=!0;if((n=i==null?void 0:i.getValue("defaults"))!=null&&n.mediaHandler)T=!1,this.localMediaHandler=i.getValue("defaults").mediaHandler.localMediaHandler;else if(navigator.RNLocalMediaHandlerImpl){const{RNLocalMediaHandlerImpl:y}=navigator;this.localMediaHandler=yield y.init(e)}else this.localMediaHandler=new yt(i,e.constraints,(o=i==null?void 0:i.getValue("defaults"))==null?void 0:o.isNonPreferredDevice,(c=i==null?void 0:i.getValue("defaults"))==null?void 0:c.autoSwitchAudioDevice);if(i==null||i.getValue("peerSessionStore").on(R.MEDIA_PERMISSION_UPDATE,y=>u(this,null,function*(){if(this.populateMediaPermissionsInCallstats({message:y.message,kind:y.kind}),y.message==="NOT_REQUESTED")switch(y==null?void 0:y.kind){case"audio":this.rawAudioTrack&&(this.logger.info("Disabling audio due to media permission update"),this.disableAudio());break;case"video":this.rawVideoTrack&&(this.logger.info("Disabling video due to media permission update"),this.disableVideo());break;default:break}this.emit("mediaPermissionUpdate",y)})),i==null||i.getValue("peerSessionStore").on(R.MEDIA_PERMISSION_ERROR,y=>u(this,null,function*(){const{kind:E,message:_,constraints:C}=y;this.populateMediaPermissionsInCallstats({message:_,kind:E}),E==="audio"?(this.logger.info(`Disabling audio due to media permission error skipping: ${this.localMediaHandler.audioUpdateInProgress}`),this.localMediaHandler.audioUpdateInProgress===!1&&this.disableAudio()):E==="video"&&(this.logger.info(`Disabling video due to media permission error skipping: ${this.localMediaHandler.videoUpdateInProgress}`),this.localMediaHandler.videoUpdateInProgress===!1&&this.disableVideo()),this.logger.error("SelfController::mediaPermissionError",{error:{message:_},constraints:C,mediaPermissionsErrors:{kind:E,message:_}}),this.emit("mediaPermissionError",y),this.emit("mediaPermissionUpdate",{message:_,kind:E})})),T){this.logger.info(`Setting up SelfMedia streams using media handler. audio:${(d=e==null?void 0:e.audio)!=null?d:!0} video:${(l=e==null?void 0:e.video)!=null?l:!0}`);const y=this.localMediaHandler.setupStreams({video:(h=e==null?void 0:e.video)!=null?h:!0,audio:(g=e==null?void 0:e.audio)!=null?g:!0});r||(yield y)}}catch(T){this.logger.error("Self::init::Failed To Setup Streams",{error:{name:T.name,message:T.message}})}})}set context(e){f(this,Rt,e),this.localMediaHandler.context=e}get audioTrack(){return this.localMediaHandler.audioTrack}get rawAudioTrack(){return this.localMediaHandler.rawAudioTrack}get mediaPermissions(){return this.localMediaHandler.permissions}addAudioMiddleware(e){return u(this,null,function*(){return this.localMediaHandler.addAudioMiddleware(e)})}removeAudioMiddleware(e){return u(this,null,function*(){return this.localMediaHandler.removeAudioMiddleware(e)})}removeAllAudioMiddlewares(){return u(this,null,function*(){return this.localMediaHandler.removeAllAudioMiddlewares()})}get videoTrack(){return this.localMediaHandler.videoTrack}get rawVideoTrack(){return this.localMediaHandler.rawVideoTrack}addVideoMiddleware(e){return u(this,null,function*(){return this.localMediaHandler.addVideoMiddleware(e)})}setVideoMiddlewareGlobalConfig(){return u(this,arguments,function*(e={disablePerFrameCanvasRendering:!1}){return this.localMediaHandler.setVideoMiddlewareGlobalConfig(e)})}removeVideoMiddleware(e){return u(this,null,function*(){return this.localMediaHandler.removeVideoMiddleware(e)})}removeAllVideoMiddlewares(){return u(this,null,function*(){return this.localMediaHandler.removeAllVideoMiddlewares()})}get screenShareTracks(){return this.localMediaHandler.screenShareTracks}get audioEnabled(){return this.localMediaHandler.audioEnabled}get videoEnabled(){return this.localMediaHandler.videoEnabled}get screenShareEnabled(){return this.localMediaHandler.screenShareEnabled}enableAudio(){return u(this,null,function*(){yield this.localMediaHandler.enableAudio(),this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack})})}enableVideo(){return u(this,null,function*(){yield this.localMediaHandler.enableVideo(),this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack})})}disableAudio(){return u(this,null,function*(){this.localMediaHandler.disableAudio(),this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack})})}enableScreenShare(){return u(this,null,function*(){yield this.localMediaHandler.enableScreenShare(),this.emit("screenShareUpdate",{screenShareEnabled:this.screenShareEnabled,screenShareTracks:this.screenShareTracks})})}disableScreenShare(){return u(this,null,function*(){yield this.localMediaHandler.disableScreenShare(),this.emit("screenShareUpdate",{screenShareEnabled:this.screenShareEnabled,screenShareTracks:this.screenShareTracks})})}disableVideo(){return u(this,null,function*(){yield this.localMediaHandler.disableVideo(),this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack})})}getCurrentDevices(){return this.localMediaHandler.getCurrentDevices()}getAudioDevices(){return u(this,null,function*(){return yield this.localMediaHandler.getAudioDevices()})}getVideoDevices(){return u(this,null,function*(){return yield this.localMediaHandler.getVideoDevices()})}getSpeakerDevices(){return u(this,null,function*(){return yield this.localMediaHandler.getSpeakerDevices()})}getDeviceById(e,r){let i;return r==="audio"?i="audioinput":r==="video"?i="videoinput":r==="speaker"&&(i="audiooutput"),this.localMediaHandler.getDeviceById(e,i)}setDevice(e){return u(this,null,function*(){switch(e.kind){case"audioinput":try{yield this.localMediaHandler.setAudioDevice(e,{saveDevicePreference:!0})}catch(r){}finally{this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack})}break;case"audiooutput":yield this.localMediaHandler.setSpeakerDevice(e,{saveDevicePreference:!0});break;case"videoinput":try{yield this.localMediaHandler.setVideoDevice(e,{saveDevicePreference:!0})}catch(r){}finally{this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack})}break}this.emit("deviceUpdate",{device:e})})}}Rt=new WeakMap;var eD=Object.defineProperty,tD=Object.getOwnPropertyDescriptor,ht=(s,t,e,r)=>{for(var i=r>1?void 0:r?tD(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&eD(t,e,i),i},Jn,dt,Kn,He,Fs,ei,Fe,Ze,zn,ed,Ne,xe,Yn,Qn,jo,Nu,bg;let ze=(bg=class extends $f{constructor(t,e,r,i,n){const o=t.getValue("logger");super(t,o);m(this,Fs);m(this,Fe);m(this,zn);m(this,Ne);m(this,jo);p(this,"name");p(this,"picture");p(this,"customParticipantId");p(this,"waitlistStatus");m(this,Jn,void 0);m(this,dt,void 0);m(this,Kn,void 0);p(this,"role");p(this,"userId");p(this,"organizationId");p(this,"supportsRemoteControl",!1);p(this,"device");m(this,He,void 0);p(this,"hidden",!1);p(this,"presetName");p(this,"roomState","init");m(this,Yn,new Set);m(this,Qn,new Set);f(this,He,t),this.userId=e.id,this.name=e.name,this.picture=e.picture,this.customParticipantId=e.customParticipantId,this.waitlistStatus="none",f(this,dt,r),f(this,Jn,i),this.hidden=!1,f(this,Kn,!1),this.organizationId=e.organizationId,this.supportsRemoteControl=Se.isElectron(),this.device=Se.getDeviceInfo(),this.presetName=n,this.updatePermission(),this.updateVideo=this.updateVideo.bind(this),V(this,jo,Nu).call(this)}get telemetry(){return a(this,He).getValue("telemetry")}get stageStatus(){return a(this,He).getValue("stageStatus")}get producers(){var t,e;return Array.from((e=(t=a(this,Fe,Ze).getProducers())==null?void 0:t.values())!=null?e:[])}get id(){return this.peerId}get peerId(){return a(this,He).getValue("peerId")}static __init__(t,e,r,i,n,o=!1){return u(this,null,function*(){var T,y,E,_,C,M;let c=(y=(T=t.getValue("defaults"))==null?void 0:T.audio)!=null?y:!0,d=(_=(E=t.getValue("defaults"))==null?void 0:E.video)!=null?_:!0;r.canProduceAudio!=="ALLOWED"&&(c=!1),r.canProduceVideo!=="ALLOWED"&&(d=!1);const l=new ze(t,e,r,i,n),h=u0(i.mediaConstraints);pr(h,(C=t.getValue("defaults"))==null?void 0:C.mediaConfiguration);const g=(M=t.getValue("defaults"))==null?void 0:M.mediaHandler;return g&&(g.context=t),yield l.init({audio:c,video:d,constraints:h},o,t),l.setupEvents(),l})}cleanupEvents(){this.removeAllListeners("videoUpdate"),this.localMediaHandler.removeAllListeners("AUDIO_TRACK_CHANGE"),this.localMediaHandler.removeAllListeners("VIDEO_TRACK_CHANGE"),this.localMediaHandler.removeAllListeners("DEVICE_CHANGE"),this.localMediaHandler.removeAllListeners("DEVICE_LIST_UPDATED"),this.localMediaHandler.removeAllListeners("SCREENSHARE_TRACK_CHANGE"),this.localMediaHandler.removeAllListeners("SCREENSHARE_ENDED"),this.localMediaHandler.removeAllListeners("AUDIO_TRACK_SILENT"),this.localMediaHandler.removeAllListeners("FORCE_MUTE_AUDIO"),this.localMediaHandler.removeAllListeners("FORCE_MUTE_VIDEO"),a(this,dt).removeAllListeners("permissionsUpdate")}setupEvents(){this.on("videoUpdate",V(this,jo,Nu));const t=a(this,zn,ed);t&&t.onError(e=>{this.emit("autoplayError",e)}),this.localMediaHandler.on("AUDIO_TRACK_CHANGE",()=>u(this,null,function*(){if(this.logger.info("Self::setupEvents::AUDIO_TRACK_CHANGE",O({},ni(this))),a(this,Ne,xe)&&this.audioEnabled)try{yield a(this,Fe,Ze).shareMic(this.audioTrack)}catch(e){this.logger.error("Self::setupEvents::Error while sharing mic",{error:e}),this.localMediaHandler.disableAudio()}this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack})})),this.localMediaHandler.on("VIDEO_TRACK_CHANGE",()=>u(this,null,function*(){if(this.logger.info("Self::setupEvents::VIDEO_TRACK_CHANGE",O({},ni(this))),a(this,Ne,xe)&&this.rawVideoTrack===void 0)this.logger.info("Self::VIDEO_TRACK_CHANGE::Forcing_disable_video"),this.disableVideo();else if(this.videoEnabled&&a(this,Ne,xe))try{yield a(this,Fe,Ze).shareWebcam(this.videoTrack)}catch(e){this.logger.error("Self::setupEvents::failed shareWebcam",{error:e}),this.videoEnabled&&(yield this.localMediaHandler.disableVideo())}this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack})})),this.localMediaHandler.on("DEVICE_CHANGE",r=>u(this,[r],function*({device:e}){var i;this.emit("deviceUpdate",{device:e}),e.kind==="audiooutput"&&typeof HTMLAudioElement.prototype.setSinkId=="function"&&((i=a(this,zn,ed))==null||i.setSpeakerDevice(e.deviceId))})),this.localMediaHandler.on("DEVICE_LIST_UPDATED",e=>{this.emit("deviceListUpdate",e)}),this.localMediaHandler.on("SCREENSHARE_TRACK_CHANGE",()=>u(this,null,function*(){if(!a(this,Ne,xe)){this.logger.error("Self.SCREENSHARE_TRACK_CHANGE.LocalMediaInitialized_WithoutRoomNode");return}if(this.screenShareEnabled)try{yield a(this,Fe,Ze).shareScreen(this.screenShareTracks)}catch(e){this.logger.error("Self::setupEvents::Error while sharing screen",{error:e}),this.screenShareEnabled&&(yield this.localMediaHandler.disableScreenShare())}this.logger.info("Self::setupEvents::SCREENSHARE_TRACK_CHANGE",O({},ni(this))),this.emit("screenShareUpdate",{screenShareEnabled:this.screenShareEnabled,screenShareTracks:this.screenShareTracks})})),this.localMediaHandler.on("SCREENSHARE_ENDED",()=>u(this,null,function*(){this.logger.log("Disabling screenshare due to SCREENSHARE_ENDED"),yield this.disableScreenShare(),this.logger.info("Self::setupEvents::SCREENSHARE_ENDED",O({},ni(this)))})),this.localMediaHandler.on("AUDIO_TRACK_SILENT",()=>{var e;(e=a(this,He))==null||e.getValue("callstats").mediaTrackMuted("AUDIO")}),this.localMediaHandler.on("FORCE_MUTE_AUDIO",()=>{this.disableAudio()}),this.localMediaHandler.on("FORCE_MUTE_VIDEO",()=>u(this,null,function*(){var e;a(this,Ne,xe)&&(yield a(this,Fe,Ze).pauseWebcam()),this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack}),(e=a(this,He))==null||e.getValue("callstats").videoOff()})),a(this,dt).on("permissionsUpdate",e=>{var r,i,n;(r=e==null?void 0:e.media)!=null&&r.audio&&a(this,dt).canProduceAudio!==W.Allowed&&(this.disableAudio(),this.logger.info(`Disabled audio due to dynamic preset change: canProduceAudio: ${this.permissions.canProduceAudio}`)),(i=e==null?void 0:e.media)!=null&&i.video&&a(this,dt).canProduceVideo!==W.Allowed&&(this.disableVideo(),this.logger.info(`Disabled video due to dynamic preset change: canProduceVideo: ${this.permissions.canProduceVideo}`)),(n=e==null?void 0:e.media)!=null&&n.screenshare&&a(this,dt).canProduceScreenshare!==W.Allowed&&(this.disableScreenShare(),this.logger.info(`Disabled screenshare due to dynamic preset change: canProduceScreenshare: ${this.permissions.canProduceScreenshare}`))})}get permissions(){return a(this,dt)}get config(){return a(this,Jn)}get roomJoined(){var t;return a(this,Jn).viewType===tr.Livestream&&this.stageStatus!=="ON_STAGE"?((t=a(this,He).getValue("connectionHandler"))==null?void 0:t.socketJoined)===!0:a(this,Ne,xe)}setName(t){if(!t)throw new b("Name cannot be empty.","1103");this.name=t}setupTracks(){return u(this,arguments,function*(t={}){t.forceReset,yield this.disableAudio(),yield this.disableVideo(),this.localMediaHandler.removeAudioTrack(),this.localMediaHandler.removeVideoTrack(),t.audio&&(yield this.enableAudio()),t.video&&(yield this.enableVideo())})}destructMediaHandler(){return u(this,null,function*(){return this.localMediaHandler.destruct()})}removeDocumentEventListeners(){return u(this,null,function*(){return this.localMediaHandler.removeDocumentEventListeners()})}enableAudio(t){return u(this,null,function*(){var e;if(this.permissions.canProduceAudio!==W.NotAllowed&&!(a(this,dt).canProduceAudio===W.CanRequest&&(this.stageStatus==="OFF_STAGE"||this.stageStatus==="REQUESTED_TO_JOIN_STAGE"))&&!this.audioEnabled){if((e=a(this,He))==null||e.getValue("callstats").audioOn(),yield this.localMediaHandler.enableAudio(t),a(this,Ne,xe)&&this.stageStatus==="ON_STAGE"){if(this.audioTrack)try{yield a(this,Fe,Ze).shareMic(this.audioTrack)}catch(r){this.logger.error("Self::enableAudio::Error while sharing mic",{error:r}),this.localMediaHandler.disableAudio()}if(!this.audioEnabled)return}this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack})}})}enableVideo(t){return u(this,null,function*(){var e;if(a(this,dt).canProduceVideo!==W.NotAllowed&&!(a(this,dt).canProduceVideo===W.CanRequest&&(this.stageStatus==="OFF_STAGE"||this.stageStatus==="REQUESTED_TO_JOIN_STAGE"))&&!this.videoEnabled){if((e=a(this,He))==null||e.getValue("callstats").videoOn(),yield this.localMediaHandler.enableVideo(t),a(this,Ne,xe)&&this.stageStatus==="ON_STAGE")try{yield a(this,Fe,Ze).shareWebcam(this.videoTrack)}catch(r){this.logger.error("Self::enableVideo::Error while sharing video",{error:r}),this.videoEnabled&&this.localMediaHandler.disableVideo()}this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack}),this.logger.info("Self.enableVideo",O({},ni(this)))}})}updateVideoConstraints(t){return u(this,null,function*(){if(!this.localMediaHandler.updateVideoConstraints)throw new b("Unsupported","1102");yield this.localMediaHandler.updateVideoConstraints(t)})}enableScreenShare(){return u(this,null,function*(){if(!a(this,Ne,xe))throw new b("Can`t enable screenshare without joining room","1105");if(a(this,dt).canProduceScreenshare!==W.NotAllowed&&!(a(this,dt).canProduceScreenshare===W.CanRequest&&(this.stageStatus==="OFF_STAGE"||this.stageStatus==="REQUESTED_TO_JOIN_STAGE"))&&!this.screenShareEnabled&&(yield this.localMediaHandler.enableScreenShare(),this.screenShareTracks.audio||this.screenShareTracks.video)){try{yield a(this,Fe,Ze).shareScreen(this.screenShareTracks)}catch(t){this.logger.error("Self::enableScreenShare::Error while sharing screen",{error:t}),this.screenShareEnabled&&(yield this.localMediaHandler.disableScreenShare())}this.emit("screenShareUpdate",{screenShareEnabled:this.screenShareEnabled,screenShareTracks:this.screenShareTracks})}})}updateScreenshareConstraints(t){return u(this,null,function*(){if(!this.localMediaHandler.updateScreenshareConstraints)throw new b("Unsupported","1102");yield this.localMediaHandler.updateScreenshareConstraints(t)})}disableAudio(){return u(this,null,function*(){var t;this.audioEnabled&&(this.localMediaHandler.disableAudio(),a(this,Ne,xe)&&a(this,Fe,Ze).muteSelf(),this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack}),(t=a(this,He))==null||t.getValue("callstats").audioOff())})}disableVideo(){return u(this,null,function*(){var t;this.videoEnabled&&(yield this.localMediaHandler.disableVideo(),a(this,Ne,xe)&&(yield a(this,Fe,Ze).pauseWebcam()),this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack}),(t=a(this,He))==null||t.getValue("callstats").videoOff())})}disableScreenShare(){return u(this,null,function*(){this.screenShareEnabled&&(yield this.localMediaHandler.disableScreenShare(),a(this,Ne,xe)&&(yield a(this,Fe,Ze).disableScreenShare()),this.emit("screenShareUpdate",{screenShareEnabled:this.screenShareEnabled,screenShareTracks:this.screenShareTracks}))})}getAllDevices(){return this.localMediaHandler.getAllDevices()}setIsPinned(t,e=!0){var i;f(this,Kn,t);const r=t?"pinned":"unpinned";(i=a(this,Fs,ei))==null||i.updateSource(this.id,{pinned:t}),e&&this.emit(r,this)}get isPinned(){return a(this,Kn)}pin(){return u(this,null,function*(){if(!a(this,Ne,xe))throw new b("Can`t pin participants without joining room","1105");return this.show(),a(this,Fe,Ze).pinPeer(this.id)})}unpin(){return u(this,null,function*(){if(!a(this,Ne,xe))throw new b("Can`t unpin participants without joining room","1105");return a(this,Fe,Ze).pinPeer(null)})}hide(){return u(this,null,function*(){if(!a(this,Ne,xe))throw new b("Can`t toggle participant tile without joining room","1105");this.hidden=!0,this.emit("toggleTile",{hidden:this.hidden})})}show(){if(!a(this,Ne,xe))throw new b("Can`t toggle participant tile without joining room","1105");this.hidden=!1,this.emit("toggleTile",{hidden:this.hidden})}setDevice(t){return u(this,null,function*(){var r,i,n;if(!t)throw new b("No device selected","1104");const e=this.getCurrentDevices();switch(t.deviceId&&(((r=e==null?void 0:e.audio)==null?void 0:r.deviceId)===t.deviceId||((i=e==null?void 0:e.video)==null?void 0:i.deviceId)===t.deviceId||((n=e==null?void 0:e.speaker)==null?void 0:n.deviceId)===t.deviceId)&&this.logger.warn("Self.setDevice.setting_to_in_use_device",{devices:[t]}),t.kind){case"audioinput":try{yield this.localMediaHandler.setAudioDevice(t,{saveDevicePreference:!0})}catch(o){a(this,Ne,xe)&&(yield a(this,Fe,Ze).muteSelf()),this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack})}break;case"audiooutput":yield this.localMediaHandler.setSpeakerDevice(t,{saveDevicePreference:!0});break;case"videoinput":try{yield this.localMediaHandler.setVideoDevice(t,{saveDevicePreference:!0})}catch(o){a(this,Ne,xe)&&(yield a(this,Fe,Ze).pauseWebcam()),this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack})}break}})}cleanUpTracks(){var t,e,r,i;(t=this.audioTrack)==null||t.stop(),(e=this.rawAudioTrack)==null||e.stop(),(r=this.videoTrack)==null||r.stop(),(i=this.rawVideoTrack)==null||i.stop()}playAudio(){var t;return(t=a(this,zn,ed))==null?void 0:t.play()}registerVideoElement(t,e=!1){var r,i;t&&(e?a(this,Yn).add(t):a(this,Qn).add(t),this.updateVideo(t),e||(i=a(this,Fs,ei))==null||i.addSource(this.id,t,this.videoEnabled,this.isPinned,this.name,this.picture,(r=this.raised)!=null?r:!1))}deregisterVideoElement(t,e=!1){if(!t){a(this,Fs,ei).removeSource(this.id);return}t.srcObject=void 0,e?a(this,Yn).delete(t):(a(this,Qn).delete(t),a(this,Fs,ei).removeSource(this.id))}updateVideo(t,e=!1){var r,i,n;if(this.videoEnabled){if(this.videoTrack==null)return;const o=(r=t.srcObject)==null?void 0:r.getTracks()[0];if((o==null?void 0:o.id)===this.videoTrack.id)return;const c=new MediaStream;c.addTrack(this.videoTrack),t.srcObject=c,e||(i=a(this,Fs,ei))==null||i.enableSource(this.id)}else t.srcObject=void 0,e||(n=a(this,Fs,ei))==null||n.disableSource(this.id);t.style.display=this.videoEnabled?"block":"none"}},Jn=new WeakMap,dt=new WeakMap,Kn=new WeakMap,He=new WeakMap,Fs=new WeakSet,ei=function(){return a(this,He).getValue("pip")},Fe=new WeakSet,Ze=function(){return a(this,He).getValue("roomNodeClient")},zn=new WeakSet,ed=function(){return a(this,He).getValue("audioPlayback")},Ne=new WeakSet,xe=function(){var t;return((t=a(this,He).getValue("connectionHandler"))==null?void 0:t.mediaJoined)===!0},Yn=new WeakMap,Qn=new WeakMap,jo=new WeakSet,Nu=function(){Array.from(a(this,Qn)).forEach(t=>this.updateVideo(t,!1)),Array.from(a(this,Yn)).forEach(t=>this.updateVideo(t,!0))},bg);ht([P.trace("Self.cleanupEvents")],ze.prototype,"cleanupEvents",1);ht([P.trace("Self.setupEvents")],ze.prototype,"setupEvents",1);ht([P.trace("Self.setupTracks")],ze.prototype,"setupTracks",1);ht([P.trace("Self.destructMediaHandler")],ze.prototype,"destructMediaHandler",1);ht([P.trace("Self.removeDocumentEventListeners")],ze.prototype,"removeDocumentEventListeners",1);ht([lr.executeWithLock({methodName:"meeting.self.enableAudio",lockName:"Self.toggleAudio",timeout:3e3}),P.trace("Self.enableAudio")],ze.prototype,"enableAudio",1);ht([lr.executeWithLock({methodName:"meeting.self.enableVideo",lockName:"Self.toggleVideo",timeout:3e3}),P.trace("Self.enableVideo")],ze.prototype,"enableVideo",1);ht([P.trace("Self.updateVideoConstraints")],ze.prototype,"updateVideoConstraints",1);ht([P.trace("Self.enableScreenShare"),lr.executeWithLock({methodName:"meeting.self.enableScreenShare",lockName:"Self.toggleScreenShare",timeout:3e3})],ze.prototype,"enableScreenShare",1);ht([P.trace("Self.updateScreenshareConstraints")],ze.prototype,"updateScreenshareConstraints",1);ht([lr.executeWithLock({methodName:"meeting.self.disableAudio",lockName:"Self.toggleAudio",timeout:3e3}),P.trace("Self.disableAudio")],ze.prototype,"disableAudio",1);ht([lr.executeWithLock({methodName:"meeting.self.disableVideo",lockName:"Self.toggleVideo",timeout:3e3}),P.trace("Self.disableVideo")],ze.prototype,"disableVideo",1);ht([lr.executeWithLock({methodName:"meeting.self.disableScreenShare",lockName:"Self.toggleScreenShare",timeout:3e3}),P.trace("Self.disableScreenShare")],ze.prototype,"disableScreenShare",1);ht([P.trace("Self.setDevice")],ze.prototype,"setDevice",1);ze=ht([it("1100")],ze);class wh extends Error{constructor(t){super(t!=null?t:"AwaitQueue stopped"),this.name="AwaitQueueStoppedError",typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(this,wh)}}class Rh extends Error{constructor(t){super(t!=null?t:"AwaitQueue task removed"),this.name="AwaitQueueRemovedTaskError",typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(this,Rh)}}var Go;class Lu{constructor(t,e=!1){p(this,"pendingTasks",new Map);p(this,"nextTaskId",0);p(this,"stopping",!1);m(this,Go,void 0);this.log=e,f(this,Go,{info:e&&t?t.info:()=>{}})}get size(){return this.pendingTasks.size}push(t,e,r){return u(this,null,function*(){if(e=e!=null?e:t.name,typeof t!="function")throw new TypeError("given task is not a function");if(e)try{Object.defineProperty(t,"name",{value:e})}catch(i){}return new Promise((i,n)=>{const o={id:this.nextTaskId++,task:t,metadata:r,name:e,enqueuedAt:Date.now(),executedAt:void 0,completed:!1,resolve:c=>{if(o.completed)return;o.completed=!0,this.pendingTasks.delete(o.id),i(c);const[d]=this.pendingTasks.values();d&&!d.executedAt&&this.execute(d)},reject:c=>{if(!o.completed&&(o.completed=!0,this.pendingTasks.delete(o.id),n(c),!this.stopping)){const[d]=this.pendingTasks.values();d&&!d.executedAt&&this.execute(d)}}};this.pendingTasks.set(o.id,o),this.pendingTasks.size===1&&this.execute(o)})})}stop(){this.stopping=!0;for(const t of this.pendingTasks.values())t.reject(new wh);this.stopping=!1}remove(t){const e=Array.from(this.pendingTasks.values())[t];e&&e.reject(new Rh)}get(t){return Array.from(this.pendingTasks.values())[t]}dump(){const t=Date.now();let e=0;return Array.from(this.pendingTasks.values()).map(r=>({idx:e++,task:r.task,name:r.name,enqueuedTime:r.executedAt?r.executedAt-r.enqueuedAt:t-r.enqueuedAt,executionTime:r.executedAt?t-r.executedAt:0}))}execute(t){return u(this,null,function*(){if(t.executedAt)throw new Error("task already being executed");t.executedAt=Date.now();try{const e=this.pendingTasks.size,r=yield t.task(),i=Date.now();a(this,Go).info(`AwaitQueue.push(${t.name})_timings`,{awaitQueueTask:{id:t.id,metadata:t.metadata,queueSizeAtStart:e,execTime:(i-t.executedAt)/1e3,taskStartTime:(t.executedAt-t.enqueuedAt)/1e3}}),t.resolve(r)}catch(e){t.reject(e)}})}}Go=new WeakMap;function sD(s,t){const e=new Error(t);return e.name=s,e}class fo extends Error{constructor(t){super(t),this.name="UnsupportedError",Error.hasOwnProperty("captureStackTrace")?Error.captureStackTrace(this,fo):this.stack=new Error(t).stack}}class vt extends Error{constructor(t){super(t),this.name="InvalidStateError",Error.hasOwnProperty("captureStackTrace")?Error.captureStackTrace(this,vt):this.stack=new Error(t).stack}}class vr extends Error{constructor(t){super(t),this.name="TransportConnectionError",Error.hasOwnProperty("captureStackTrace")?Error.captureStackTrace(this,vt):this.stack=new Error(t).stack}}const tg=s=>new Promise(t=>setTimeout(t,s));function Bf(s,t){return u(this,null,function*(){return new Promise((e,r)=>u(this,null,function*(){const{strategy:i,maxRetryCount:n,delayTime:o}=O({strategy:"linear",maxRetryCount:3,delayTime:10},t);let c=0,d,l=!1;const h=g=>{l=!0,r(g)};for(;c<n;){try{const g=yield s(c,h);return e(g)}catch(g){if(d=g,l)break;if(c<n)i==="linear"?yield tg(o*(c+1)):i==="exponential"&&(yield tg(o*(c+Math.max(0,c-1))));else break}c+=1}return r(d)}))})}function rD(s){return s.map(t=>({channels:t.channels,clockRate:t.clockRate,mimeType:t.mimeType,sdpFmtpLine:t.sdpFmtpLine}))}function iD(s){return s.map(t=>({uri:t.uri}))}function qc(s){return{codecs:rD(s.codecs),headerExtensions:iD(s.headerExtensions?s.headerExtensions:[])}}function nD(s){const t=RTCRtpReceiver.getCapabilities("audio"),e=RTCRtpReceiver.getCapabilities("video"),r=RTCRtpSender.getCapabilities("audio"),i=RTCRtpSender.getCapabilities("video");s&&(e.codecs=e.codecs.filter(({mimeType:d})=>s===d),i.codecs=i.codecs.filter(({mimeType:d})=>s===d));const n={audio:qc(t),video:qc(e)};return{sender:{audio:qc(r),video:qc(i)},receiver:n}}var qe;class aD{constructor(t){m(this,qe,void 0);p(this,"events");f(this,qe,t),this.events=ls}joinRoom(t,e,r,i=!1){return u(this,null,function*(){const n={roomUuid:t,displayName:e,prejoined:i,capabilities:r};return(yield a(this,qe).sendMessagePromiseWithTimeout({event:this.events.joinRoom,protobuf:Vw.toBinary(n),timeout:5e3})).payload})}connectTransport(t){return u(this,null,function*(){const e=(yield a(this,qe).sendMessagePromise(this.events.createWebRTCTransport,lw.toBinary(t))).payload,{transportId:r,description:i,producerIds:n}=Ym.fromBinary(e),o={sdp:i==null?void 0:i.sdp,type:i.type};return{transportId:r,answer:o,producerIds:n}})}produce(t){return u(this,null,function*(){var n,o;const e=(yield a(this,qe).sendMessagePromise(this.events.produce,Qw.toBinary(t))).payload,r=OR.fromBinary(e);return{answer:{sdp:(n=r==null?void 0:r.description)==null?void 0:n.sdp,type:(o=r==null?void 0:r.description)==null?void 0:o.type},producerId:r.producerId}})}consume(t){return u(this,null,function*(){const e=(yield a(this,qe).sendMessagePromise(this.events.consume,Gw.toBinary(t))).payload,{consumerIdsMap:{map:r},description:i}=IR.fromBinary(e);return{consumerStateMap:r,sessionDescription:i}})}closeProducer(t){return u(this,null,function*(){const e=(yield a(this,qe).sendMessagePromise(this.events.closeProducer,iR.toBinary(t))).payload,{description:r}=BR.fromBinary(e);return r})}closeConsumer(t){return u(this,null,function*(){return(yield a(this,qe).sendMessagePromise(this.events.closeConsumer,aR.toBinary(t))).payload})}updateConsumersSimulcastConfig(t){return u(this,null,function*(){return(yield a(this,qe).sendMessagePromise(this.events.updateConsumersSimulcastConfig,zw.toBinary(t))).payload})}hostControlForPeer(t,e){return u(this,null,function*(){const r={audio:e==="audio",screeShare:!1,video:e==="video",participantId:t},i=(yield a(this,qe).sendMessagePromise(this.events.hostControlPeer,hR.toBinary(r))).payload;if(!i)return!1;const{status:n}=JR.fromBinary(i);return n==="success"})}hostControlForAll(t){return u(this,null,function*(){const e={audio:t==="audio",screenShare:!1,video:t==="video"},r=(yield a(this,qe).sendMessagePromise(this.events.hostControlAllPeers,gR.toBinary(e))).payload;if(!r)return!1;const{status:i}=zR.fromBinary(r);return i==="success"})}kickAll(){return u(this,null,function*(){const t={propagateKickAcrossRooms:!1};a(this,qe).sendMessagePromise(U.kickAll,ef.toBinary(t))})}kickPeer(t){return u(this,null,function*(){a(this,qe).sendMessagePromise(U.kick,af.toBinary(t))})}changeDisplayName(t){return u(this,null,function*(){const e=(yield a(this,qe).sendMessagePromise(this.events.changeDisplayName,lR.toBinary(t))).payload;if(!e)return!1;const{status:r}=QR.fromBinary(e);return r==="success"})}notifySelfJoinComplete(){return u(this,null,function*(){const t={},e=(yield a(this,qe).sendMessagePromise(this.events.selfJoinComplete,Uw.toBinary(t))).payload;return pu.fromBinary(e)})}audioActivity(t){return u(this,null,function*(){a(this,qe).sendMessage(this.events.audioActivity,hw.toBinary(t))})}}qe=new WeakMap;var _s=(s=>(s.NEW="new",s.CONNECTING="connecting",s.RECONNECTING="reconnecting",s.DISCONNECTED="disconnected",s.CONNECTED="connected",s.FAILED="failed",s.CLOSED="closed",s))(_s||{}),Wo;class Dl extends rt.EventEmitter{constructor(e){super();m(this,Wo,void 0);f(this,Wo,e),this.setMaxListeners(1/0)}get logger(){return a(this,Wo).getValue("logger")}safeEmit(e,...r){const i=this.listenerCount(e);try{return this.emit(e,...r)}catch(n){return this.logger.error(`EnhancedEventEmitter:: safeEmit() | event listener ${e} threw an error`,{error:n}),Boolean(i)}}safeEmitAsPromise(e,...r){return u(this,null,function*(){const i={}.EVENT_PROMISE_TIMEOUT?parseInt({}.EVENT_PROMISE_TIMEOUT,10):1e4;return this.safeEmitAsPromiseWithTimeout(e,i,...r)})}safeEmitAsPromiseWithTimeout(e,r,...i){return u(this,null,function*(){return new Promise((n,o)=>{setTimeout(o,r,"event request timeout");try{this.emit(e.toString(),...i,n,o)}catch(c){this.logger.error(`EnhancedEventEmitter:: safeEmitAsPromise() | event listener for event ${e.toString()} threw an error [event:%s]:%o`,{error:c}),o(c)}})})}}Wo=new WeakMap;class bh extends Dl{constructor(){super(...arguments);p(this,"_sendWebStream",new MediaStream);p(this,"_sendScreenShareStream",new MediaStream);p(this,"_direction");p(this,"pc");p(this,"_transportReady",!1);p(this,"_mapMidTransceiver",new Map);p(this,"enableHighBitrate",!1);p(this,"enableStereo",!1);p(this,"enableDtx",!0)}get midTransceiverMap(){return this._mapMidTransceiver}close(){if(this.logger.debug(`${this.name}::close()`),this.pc)try{this.pc.close()}catch(e){this.logger.error(`${this.name}::pc.close()`,{error:e})}}restartIce(){return u(this,null,function*(){this.logger.debug(`${this.name}::restartIce()`);const e=yield this.pc.createOffer({iceRestart:!0});return this.logger.debug(`[SDP] ${this.name}::restartIce() | calling pc.setLocalDescription() [offer:${JSON.stringify(e)}]`),{offerSdp:e,callback:i=>u(this,null,function*(){this.logger.info(`[SDP] ${this.name}::restartIce() | calling pc.setRemoteDescription() [answer:${JSON.stringify(i)}]`),yield this.pc.setRemoteDescription(i)})}})}init({direction:e,iceServers:r,iceTransportPolicy:i,additionalSettings:n,proprietaryConstraints:o,onTrackHandler:c}){this.logger.debug("HandlerInterface::init()"),this._direction=e,this.pc=new RTCPeerConnection(O({iceServers:r||[],iceTransportPolicy:i||"all",bundlePolicy:"max-bundle",rtcpMuxPolicy:"require"},n),o),c&&this.pc.addEventListener("track",d=>{c(d)}),this._addEventListeners()}connect(){return u(this,null,function*(){this.pc.addTransceiver("audio",{direction:"sendonly"}),this.pc.addTransceiver("video",O({direction:"sendonly"},this._direction==="send"?{sendEncodings:[{rid:"f",scaleResolutionDownBy:1},{rid:"h",scaleResolutionDownBy:2},{rid:"q",scaleResolutionDownBy:4}]}:{}));const e=yield this.pc.createOffer();return yield this.pc.setLocalDescription(e),this.logger.info(`[SDP] connect offer: ${JSON.stringify(e)}`),{offerSdp:e,callback:i=>u(this,null,function*(){this.logger.debug(`[SDP] ${this.name}::connect() | calling pc.setRemoteDescription() [answer:${JSON.stringify(i)}]`),yield this.pc.setRemoteDescription(i)})}})}getTransportStats(){return u(this,null,function*(){return this.pc.getStats()})}_assertSendDirection(){if(this._direction!=="send")throw new Error('method can just be called for handlers with "send" direction')}_assertRecvDirection(){if(this._direction!=="recv")throw new Error('method can just be called for handlers with "recv" direction')}getReceiverStats(e){return u(this,null,function*(){this._assertRecvDirection();const r=this.midTransceiverMap.get(e);if(!r)throw new Error("associated RTCRtpTransceiver not found");return r.receiver.getStats()})}stopSending(e){return u(this,null,function*(){this._assertSendDirection(),this.logger.debug(`stopSending() [localId:${e}]`);const r=this.midTransceiverMap.get(e);if(!r)throw new Error("associated RTCRtpTransceiver not found");r.sender.replaceTrack(null),this.pc.removeTrack(r.sender),r.direction="inactive";const i=yield this.pc.createOffer();return this.logger.debug(`[SDP] stopSending() | calling pc.setLocalDescription() [offer:${JSON.stringify(i)}]`),yield this.pc.setLocalDescription(i),{offerSdp:i,callback:o=>u(this,null,function*(){this.logger.debug(`[SDP] stopSending() | calling pc.setRemoteDescription() [answer:${JSON.stringify(o)}]`),yield this.pc.setRemoteDescription(o),this.midTransceiverMap.delete(e)})}})}replaceTrack(e,r){return u(this,null,function*(){this._assertSendDirection(),r?this.logger.debug(`replaceTrack() [localId:${e}, track.id:${r.id}]`):this.logger.debug(`replaceTrack() [localId:${e}, no track]`);const i=this.midTransceiverMap.get(e);if(!i)throw new Error("associated RTCRtpTransceiver not found");yield i.sender.replaceTrack(r)})}setMaxSpatialLayer(e,r){return u(this,null,function*(){this._assertSendDirection(),this.logger.debug(`setMaxSpatialLayer() [localId:${e}, spatialLayer:${r}]`);const i=this.midTransceiverMap.get(e);if(!i)throw new Error("associated RTCRtpTransceiver not found");const n=i.sender.getParameters();n.encodings.forEach((o,c)=>{c<=r?o.active=!0:o.active=!1}),yield i.sender.setParameters(n)})}setRtpEncodingParameters(e,r){return u(this,null,function*(){this._assertSendDirection(),this.logger.debug(`setRtpEncodingParameters() [localId:${e}, params:${JSON.stringify(r)}]`);const i=this.midTransceiverMap.get(e);if(!i)throw new Error("associated RTCRtpTransceiver not found");const n=i.sender.getParameters();n.encodings.forEach((o,c)=>{n.encodings[c]=O(O({},o),r)}),yield i.sender.setParameters(n)})}getSenderStats(e){this._assertSendDirection();const r=this.midTransceiverMap.get(e);if(!r)throw new Error("associated RTCRtpTransceiver not found");return r.sender.getStats()}_addEventListeners(){this.pc.addEventListener("icecandidate",e=>{e.candidate&&this.emit("@icecandidate",{candidate:e.candidate})}),this.pc.addEventListener("iceconnectionstatechange",()=>{switch(this.pc.iceConnectionState){case"checking":this.emit("@connectionstatechange","connecting");break;case"connected":case"completed":this.emit("@connectionstatechange","connected"),this._transportReady=!0;break;case"failed":this.emit("@connectionstatechange","failed");break;case"disconnected":this.emit("@connectionstatechange","disconnected");break;case"closed":this.emit("@connectionstatechange","closed");break;default:this.logger.warn("unknown state");break}}),this.pc.addEventListener("negotiationneeded",()=>{this.emit("@negotiationneeded",{}),this.logger.debug("negotiationneeded")}),this.pc.addEventListener("icegatheringstatechange",()=>{switch(this.pc.iceGatheringState){case"gathering":this.logger.debug("icegatheringstatechange | gathering"),this.emit("@icegatheringstatechange","gathering");break;case"complete":this.logger.debug("icegatheringstatechange | complete"),this.emit("@icegatheringstatechange","complete");break;default:this.logger.warn("unknown state");break}}),this.pc.addEventListener("icecandidateerror",e=>{this.logger.warn("icecandidateerror",{error:{code:e.errorCode,message:e.errorText}})}),this.pc.addEventListener("datachannel",e=>{this.logger.info("data channel created: ",{rtcChannel:{label:e.channel.label}});const{channel:r}=e;r.onopen=()=>{this.logger.info("data channel open: ",{rtcChannel:{label:e.channel.label}}),this.safeEmit("dc_open",e.channel)},r.onclose=()=>{this.logger.warn("data channel closed: ",{rtcChannel:{label:e.channel.label}})},r.onerror=()=>{this.logger.error("data channel error: ",{rtcChannel:{label:e.channel.label}})}}),this.addCustomEventListeners()}addCustomEventListeners(){}}class kh extends bh{static createFactory(t){return()=>new kh(t)}get name(){return"Chrome74"}init({direction:t,iceServers:e,iceTransportPolicy:r,additionalSettings:i,proprietaryConstraints:n,onTrackHandler:o}){this._direction=t,this.pc=new RTCPeerConnection(O({iceServers:e||[],iceTransportPolicy:r||"all",bundlePolicy:"max-bundle",rtcpMuxPolicy:"require",sdpSemantics:"unified-plan"},i),n),o&&this.pc.addEventListener("track",c=>{o(c)}),this._addEventListeners()}send(n){return u(this,arguments,function*({track:t,encodings:e,codecOptions:r,screenShare:i}){this._assertSendDirection();const o=this.pc.addTransceiver(t,{direction:"sendonly",streams:[i?this._sendScreenShareStream:this._sendWebStream],sendEncodings:e});if(!navigator.isReactNative){this.logger.debug("creating new transceiver");const l=RTCRtpSender.getCapabilities(typeof t=="string"?t:t.kind);this.logger.info(`senders available params: ${JSON.stringify(l)}`);const h=[];r&&r.length&&r.forEach(g=>{var y;const T=l.codecs.find(E=>E.mimeType.includes(g.name));if(g.parameters){this.logger.debug(`codecOption.parameters:${JSON.stringify(g.parameters)}`);const E=((y=T.sdpFmtpLine)==null?void 0:y.split(";"))||[];E.push(...g.parameters);const _=Array.from(new Set(E).values());T.sdpFmtpLine=_.join(";")}h.push(T)}),this.logger.info(`selected codecs: ${JSON.stringify(h)}`),o.setCodecPreferences(h)}const c=yield this.pc.createOffer();if(yield this.pc.setLocalDescription(c),r&&r.findIndex(({name:l})=>l==="opus")>=0){const{enableDtx:l,enableStereo:h}=this,g=this.enableHighBitrate?h?128e3:64e3:h?64e3:32e3;c.sdp=c.sdp.replace("minptime=10;useinbandfec=1",`minptime=10;useinbandfec=1;${l?"usedtx=1;":""}${h?"stereo=1;sprop-stereo=1;":""}maxaveragebitrate=${g}`),c.sdp+=`a=rtcp-fb:111 nack\r
9
9
  `}this.midTransceiverMap.set(o.mid,o);const d=l=>u(this,null,function*(){return this.logger.debug(`[SDP] send() | calling pc.setRemoteDescription() [answer:${JSON.stringify(l)}]`),yield this.pc.setRemoteDescription(l),o.mid});return this.logger.debug(`[SDP] send() | calling pc.setLocalDescription() [offer: ${JSON.stringify(c,void 0,2)}]`),{offerSdp:c,callback:d,sender:o.sender,mid:o.mid}})}addCustomEventListeners(){this.pc.addEventListener("datachannel",t=>{const{channel:e}=t;e.onmessage=r=>{this.safeEmit("datachannel",t.channel,String.fromCharCode(...new Uint8Array(r.data)))}})}}class Td extends bh{constructor(e,r){super(e);p(this,"supportsSendEncodings",!1);this.supportsSendEncodings=r.supportsSendEncodings}static createFactory(e,r){return()=>new Td(e,r)}get name(){return"Firefox60"}send(o){return u(this,arguments,function*({track:e,encodings:r,codecOptions:i,screenShare:n}){this._assertSendDirection();const c=this.supportsSendEncodings&&r!==void 0?{sendEncodings:r}:{},d=this.pc.addTransceiver(e,O({direction:"sendonly",streams:[n?this._sendScreenShareStream:this._sendWebStream]},c));if(!this.supportsSendEncodings&&r){r.reverse();const T=d.sender.getParameters();T.encodings=r,yield d.sender.setParameters(T)}const l=(T,y)=>{var B;const E=Zt.parse(T),_=E.media[E.media.length-1],C=_.rtp.filter(F=>y.some(H=>H.name===F.codec)),M=_.fmtp.filter(F=>C.some(H=>H.payload===F.payload)),D=(B=_.rtcpFb)==null?void 0:B.filter(F=>C.some(H=>H.payload===F.payload)),L=C.map(F=>F.payload);return E.media[E.media.length-1].rtp=C,E.media[E.media.length-1].fmtp=M,E.media[E.media.length-1].rtcpFb=D,E.media[E.media.length-1].payloads=L.join(" "),Zt.write(E)},h=yield this.pc.createOffer();if(h.sdp=l(h.sdp,i),this.logger.debug(`[SDP] send() | calling pc.setLocalDescription() [offer:${JSON.stringify(h)}]`),yield this.pc.setLocalDescription(h),e==="audio"||e.kind==="audio"){const{enableDtx:T,enableStereo:y}=this,E=this.enableHighBitrate?y?128e3:64e3:y?64e3:32e3;h.sdp=h.sdp.replace("minptime=10;useinbandfec=1",`minptime=10;useinbandfec=1;${T?"usedtx=1;":""}${y?"stereo=1;sprop-stereo=1;":""}maxaveragebitrate=${E}`)}return this.midTransceiverMap.set(d.mid,d),{offerSdp:h,callback:T=>u(this,null,function*(){return this.logger.debug(`send() | calling pc.setRemoteDescription() [answer:${JSON.stringify(T)}]`),yield this.pc.setRemoteDescription(T),d.mid}),sender:d.sender,mid:d.mid}})}setMaxSpatialLayer(e,r){return u(this,null,function*(){this._assertSendDirection(),this.logger.debug(`setMaxSpatialLayer() [localId:${e}, spatialLayer:${r}]`);const i=this.midTransceiverMap.get(e);if(!i)throw new Error("associated RTCRtpTransceiver not found");const n=i.sender.getParameters(),o=n.encodings.length-1-r;n.encodings.forEach((c,d)=>{d>=o?c.active=!0:c.active=!1}),yield i.sender.setParameters(n)})}addCustomEventListeners(){this.pc.addEventListener("datachannel",e=>{const{channel:r}=e;r.onmessage=i=>u(this,null,function*(){const n=yield i.data.arrayBuffer();this.safeEmit("datachannel",e.channel,String.fromCharCode(...new Uint8Array(n)))})})}}class Mh extends bh{static createFactory(t){return()=>new Mh(t)}get name(){return"Safari12"}send(n){return u(this,arguments,function*({track:t,encodings:e,codecOptions:r,screenShare:i}){this._assertSendDirection(),this.logger.debug("Safari12::creating new transceiver");const o=this.pc.addTransceiver(t,{direction:"sendonly",streams:[i?this._sendScreenShareStream:this._sendWebStream],sendEncodings:e}),c=RTCRtpSender.getCapabilities(typeof t=="string"?t:t.kind);this.logger.info(`Safari12::senders available params: ${JSON.stringify(c)}`);const d=[];r&&r.length>0&&r.forEach(g=>{var y;const T=c.codecs.find(E=>E.mimeType.includes(g.name));if(g.parameters){this.logger.info(`Safari12::codecOption.parameters:, ${JSON.stringify(g.parameters)}`);const E=((y=T.sdpFmtpLine)==null?void 0:y.split(";"))||[];E.push(...g.parameters);const _=[...new Set(E).values()];T.sdpFmtpLine=_.join(";")}d.push(T)}),this.logger.info(`Safari12::selected codecs: ${JSON.stringify(d)}`),o.setCodecPreferences(d);const l=yield this.pc.createOffer();if(yield this.pc.setLocalDescription(l),t==="audio"||t.kind==="audio"){const{enableStereo:g,enableDtx:T}=this,y=this.enableHighBitrate?g?128e3:64e3:g?64e3:32e3;l.sdp=l.sdp.replace("minptime=10;useinbandfec=1",`minptime=10;useinbandfec=1;${T?"usedtx=1;":""}${g?"stereo=1;sprop-stereo=1;":""}maxaveragebitrate=${y}`)}return this.midTransceiverMap.set(o.mid,o),{offerSdp:l,callback:g=>u(this,null,function*(){return this.logger.debug(`Safari12::send() | calling pc.setRemoteDescription() [answer:${JSON.stringify(g)}]`),yield this.pc.setRemoteDescription(g),o.mid}),sender:o.sender,mid:o.mid}})}addCustomEventListeners(){this.pc.ondatachannel=t=>{const{channel:e}=t;e.onmessage=r=>u(this,null,function*(){const i=String.fromCharCode(...new Uint8Array(r.data));this.safeEmit("datachannel",t.channel,i)})}}}function oD(s,t){return typeof s=="undefined"?t:typeof window!="undefined"&&Object.getOwnPropertyDescriptor(window,"structuredClone")?structuredClone(s):JSON.parse(JSON.stringify(s))}var Jo,bi,Ts,Vd,Ss,mr,Ko,Vu,xd,Hf,Ud,Ff;class cD extends Dl{constructor(e,r){var i;super(e);m(this,Ss);m(this,Ko);m(this,xd);m(this,Ud);p(this,"rtpReceiver");p(this,"id");p(this,"localId");p(this,"producerId");p(this,"producingTransportId");p(this,"mimeType");p(this,"track");p(this,"peerId");p(this,"appData");p(this,"transceiver");m(this,Jo,void 0);m(this,bi,void 0);m(this,Ts,void 0);m(this,Vd,void 0);this.id=r.id,this.localId=r.localId,f(this,Jo,r.handler),this.appData=r.appData,this.peerId=r.producingPeerId,this.producingTransportId=r.producingTransportId,f(this,Ts,!1),this.producerId=r.producerId,this.track=r.track,f(this,bi,(i=r.paused)!=null?i:!1),this.mimeType=r.mimeType,this.transceiver=r.transceiver,this.rtpReceiver=r.rtpReceiver,V(this,xd,Hf).call(this),f(this,Vd,e)}get closed(){return a(this,Ts)}get kind(){return this.track.kind}get paused(){return a(this,bi)}close(e,r){a(this,Ts)||(this.logger.debug(`Consumer::close() ${e?`with reason ${e}`:""}`,a(this,Ss,mr)),f(this,Ts,!0),r&&(V(this,Ud,Ff).call(this),this.transceiver.stop()),this.safeEmit("close",e))}getStats(){return u(this,null,function*(){if(a(this,Ts))throw new vt("closed");return a(this,Jo).getReceiverStats(this.localId)})}pause(){if(this.logger.debug("consumer::pause()",a(this,Ss,mr)),a(this,Ts)){this.logger.error("consumer::pause() | Consumer closed",a(this,Ss,mr));return}f(this,bi,!0),this.track.enabled=!1,this.safeEmit("pause")}resume(){if(this.logger.debug("consumer::resume()",a(this,Ss,mr)),a(this,Ts)){this.logger.error("Consumer::resume() | Consumer closed",a(this,Ss,mr));return}f(this,bi,!1),this.track.enabled=!0,this.safeEmit("resume")}}Jo=new WeakMap,bi=new WeakMap,Ts=new WeakMap,Vd=new WeakMap,Ss=new WeakSet,mr=function(){return{consumer:{id:this.id,appData:this.appData,peerId:this.peerId,kind:this.kind}}},Ko=new WeakSet,Vu=function(){this.logger.debug('Consumer::track "ended" event',a(this,Ss,mr)),this.safeEmit("trackended")},xd=new WeakSet,Hf=function(){this.track.addEventListener("ended",V(this,Ko,Vu).bind(this))},Ud=new WeakSet,Ff=function(){try{this.track.removeEventListener("ended",V(this,Ko,Vu)),this.track.stop()}catch(e){this.logger.error("Consumer::destroyTrack()",j(O({},a(this,Ss,mr)),{error:e}))}};var ns,Xn,Zn,ki,jt,Xe,Dr,ea,$d,bt,Xt;class dD extends Dl{constructor(e,r){var i,n;super(e);m(this,bt);p(this,"id");p(this,"localId");m(this,ns,void 0);p(this,"kind");p(this,"appData");p(this,"rtpSender");m(this,Xn,void 0);m(this,Zn,void 0);m(this,ki,void 0);m(this,jt,!1);m(this,Xe,void 0);m(this,Dr,void 0);m(this,ea,void 0);m(this,$d,void 0);this.id=r.id,this.localId=r.localId,f(this,Xe,r.track),this.kind=(i=r.track)==null?void 0:i.kind,f(this,Dr,r.disableTrackOnPause?!((n=r.track)!=null&&n.enabled):!1),f(this,ea,void 0),f(this,Xn,r.stopTracks),f(this,Zn,r.disableTrackOnPause),f(this,ki,r.zeroRtpOnPause),this.appData=r.appData||{},this._onTrackEnded=this._onTrackEnded.bind(this),f(this,ns,r.handler),this.rtpSender=r.rtpSender,this._handleTrack(),f(this,$d,e)}get closed(){return a(this,jt)}get track(){return a(this,Xe)}get paused(){return a(this,Dr)}get maxSpatialLayer(){return a(this,ea)}close(e){return u(this,null,function*(){if(a(this,jt))return;if(this.logger.debug(`Producer::close() ${e?`with reason ${e}`:""}`,a(this,bt,Xt)),f(this,jt,!0),this._destroyTrack(),e===To){this.safeEmit("close",{reason:e});return}const{offerSdp:r,callback:i}=yield a(this,ns).stopSending(this.localId),{answer:n}=yield this.safeEmitAsPromise("close",{offer:r,reason:e});i(n)})}getStats(){return u(this,null,function*(){if(a(this,jt))throw new vt("closed");return a(this,ns).getSenderStats(this.localId)})}pause(){this.logger.debug("Producer::pause()",a(this,bt,Xt)),a(this,jt)&&this.logger.error("Producer::pause() | Producer closed",a(this,bt,Xt)),f(this,Dr,!0),a(this,Xe)&&a(this,Zn)&&(a(this,Xe).enabled=!1),a(this,ki)&&a(this,ns).replaceTrack(this.localId,null),this.emit("pause")}resume(){if(this.logger.debug("Producer::resume()",a(this,bt,Xt)),a(this,jt)){this.logger.error("Producer::resume() | Producer closed",a(this,bt,Xt));return}f(this,Dr,!1),a(this,Xe)&&a(this,Zn)&&(a(this,Xe).enabled=!0),a(this,ki)&&a(this,ns).replaceTrack(this.localId,a(this,Xe)),this.emit("resume")}replaceTrack(r){return u(this,arguments,function*({track:e}){if(this.logger.debug(`Producer::replaceTrack() trackId: ${e==null?void 0:e.id}`,a(this,bt,Xt)),a(this,jt)){if(e&&a(this,Xn))try{e.stop()}catch(i){this.logger.error("Producer::replaceTrack",j(O({},a(this,bt,Xt)),{error:i}))}throw new vt("closed")}else if(e&&e.readyState==="ended")throw new vt("track ended");if(e===a(this,Xe)){this.logger.debug(`replaceTrack() | same track, ignored trackId: ${e.id}`,a(this,bt,Xt));return}(!a(this,ki)||!a(this,Dr))&&(yield a(this,ns).replaceTrack(this.localId,e)),this._destroyTrack(),f(this,Xe,e),this._handleTrack()})}setMaxSpatialLayer(e){return u(this,null,function*(){if(a(this,jt))throw new vt("closed");if(this.kind!=="video")throw new fo("not a video Producer");if(typeof e!="number")throw new TypeError("invalid spatialLayer");yield a(this,ns).setMaxSpatialLayer(this.localId,e),f(this,ea,e)})}setRtpEncodingParameters(e){return u(this,null,function*(){if(a(this,jt))throw new vt("closed");if(typeof e!="object")throw new TypeError("invalid params");yield a(this,ns).setRtpEncodingParameters(this.localId,e)})}_onTrackEnded(){this.logger.debug(`Producer::track "ended" event trackId: ${this.track.id}`,a(this,bt,Xt)),this.safeEmit("trackended",this.track.id)}_handleTrack(){a(this,Xe)&&a(this,Xe).addEventListener("ended",this._onTrackEnded)}_destroyTrack(){var e;if(a(this,Xe))try{a(this,Xe).removeEventListener("ended",this._onTrackEnded),a(this,Xn)&&a(this,Xe).stop()}catch(r){this.logger.error(`Producer::_destroyTrack trackId: ${(e=this.track)==null?void 0:e.id}`,j(O({},a(this,bt,Xt)),{error:r}))}}}ns=new WeakMap,Xn=new WeakMap,Zn=new WeakMap,ki=new WeakMap,jt=new WeakMap,Xe=new WeakMap,Dr=new WeakMap,ea=new WeakMap,$d=new WeakMap,bt=new WeakSet,Xt=function(){return{producer:{id:this.id,appData:this.appData,kind:this.kind}}};function qf(s){return typeof s=="object"&&!Array.isArray(s)&&s!==null}function tu(s){return Math.random().toString(36).substring(2,2+s)}const jc=1;function sg(s){const t=s;return delete t.payload._bolt,t}function lD(s){return s.payload&&qf(s.payload)}function uD(s){var t,e;return lD(s)&&(e=(t=s.payload._bolt)==null?void 0:t.id)!=null?e:""}var Or,Bd,Mi;const hn=class extends rt.EventEmitter{constructor(e,r,i,n){super();p(this,"channel");p(this,"queue");p(this,"serverProtocolVersion");m(this,Or,new Map);m(this,Bd,void 0);m(this,Mi,void 0);p(this,"respond",(e,r,i=!1)=>{let n;i?n=hn.createErrorResponse(e,r):n=hn.createResponse(e,r),this.channel.send(JSON.stringify(n))});p(this,"notify",e=>{const r=hn.createNotification(e);this.channel.send(JSON.stringify(r))});p(this,"request",e=>u(this,null,function*(){const r=hn.createRequest(e),i=new Promise((n,o)=>{const{id:d}=r.payload._bolt,l={id:d,method:r.type,resolve:h=>{this.queue.delete(d)&&(clearTimeout(l.timer),n(h))},timer:setTimeout(()=>{this.queue.delete(d)&&o(new Error(`request timeout for message id: ${d}`))},2e4),cancel:h=>{this.queue.delete(d)&&(clearTimeout(l.timer),o(h))}};this.queue.set(d,l)});return this.channel.send(JSON.stringify(r)),i}));p(this,"send",e=>{const r=JSON.stringify(e),i=16384;if(r.length>i){const n=i-200,o=Math.ceil(r.length/n),c=[];for(let l=0;l<o;l+=1){const h=l*n,g=(l+1)*n;c.push(r.slice(h,g))}const d=Wr.v4();for(let l=0;l<o;l+=1){const h=c[l],T=JSON.stringify({id:d,count:o,chunkIndex:l,chunk:h});a(this,Mi).debug(`Sending message chunk over dc: ${T}`),this.channel.send(T)}}else a(this,Mi).debug(`Sending message over dc: ${r}`),this.channel.send(r)});p(this,"processMessage",e=>{var i;a(this,Or).has(e.id)||a(this,Or).set(e.id,[]);const r=a(this,Or).get(e.id);if(r[e.chunkIndex]=e,(r==null?void 0:r.length)===e.count&&!r.some(n=>n===void 0)){const n=a(this,Or).get(e.id),o=n==null?void 0:n.reduce((d,l)=>d+l.chunk,"");a(this,Or).delete(e.id);const c=JSON.parse(o);if(!c.payload||!qf(c.payload))throw new Error("corrupted incoming message over dc",{cause:{code:"CORRUPT_DC_MESSAGE",values:c}});if(this.processBoltHandshake(c))return;if(this.serverProtocolVersion=(i=c.payload._bolt)==null?void 0:i.version,!this.processResponseMsg(c))return c}});p(this,"processResponseMsg",e=>{const{id:r}=e.payload._bolt,i=this.queue.get(r);return i?(a(this,Mi).debug(`resolving pending request with id: ${r}, complete response: ${JSON.stringify(e)}`),e.type==="error"?i.cancel(sg(e)):i.resolve(sg(e)),!0):!1});p(this,"processBoltHandshake",e=>{var r,i;return e.type==="_bolt"||e.type==="handshake"?(this.respond((i=(r=e.payload._bolt)==null?void 0:r.id)!=null?i:tu(8),{type:"_bolt",payload:{message:"pong"}}),!0):!1});this.label=i,this.transportId=n,f(this,Bd,e),f(this,Mi,e.getValue("logger")),this.channel=r,this.queue=new Map}};let ti=hn;Or=new WeakMap,Bd=new WeakMap,Mi=new WeakMap,p(ti,"createRequest",e=>{var r;if((r=e.payload)!=null&&r._bolt)throw new Error("rpc fields are internal values");return{type:e.type,payload:j(O({},e.payload),{_bolt:{id:tu(8),type:"REQUEST",version:jc}})}}),p(ti,"createResponse",(e,r)=>{var i;if((i=r.payload)!=null&&i._bolt)throw new Error("rpc fields are internal values");return{type:r.type,payload:j(O({},r.payload),{_bolt:{id:e,type:"RESPONSE",version:jc}})}}),p(ti,"createNotification",e=>{var r;if((r=e.payload)!=null&&r._bolt)throw new Error("rpc fields are internal values");return{type:e.type,payload:j(O({},e.payload),{bolt:{id:tu(8),type:"NOTIFY",version:jc}})}}),p(ti,"createErrorResponse",(e,r)=>({type:"error",payload:{error:r.message,_bolt:{id:e,type:"RESPONSE",version:jc}}}));const To="transport closed";var Ai;const pn=class extends Dl{constructor(e,{id:r,direction:i,handlerFactory:n,iceServers:o,iceTransportPolicy:c,proprietaryConstraints:d,additionalSettings:l,appData:h,config:g}){var _,C,M;super(e);p(this,"awaitQueue");p(this,"observer");p(this,"id");p(this,"serverId");p(this,"direction");p(this,"maxSctpMessageSize");p(this,"handler");p(this,"connectionState","new");p(this,"producers");p(this,"consumers");p(this,"datachannels");p(this,"connected",!1);p(this,"eventsDCReadyPromise");p(this,"eventsDCReadyPromiseResolver");p(this,"eventsDCFailureTimer");p(this,"transportConnectionPromise");p(this,"consumerTrackEvents");p(this,"unknownTracksMap");p(this,"appData");m(this,Ai,void 0);f(this,Ai,e);const T=e.getValue("logger");T.debug(`constructor() [id: ${r}, direction: ${i}]`),this.id=r,this.direction=i;const y=oD(l,{});delete y.iceServers,delete y.iceTransportPolicy,delete y.bundlePolicy,delete y.rtcpMuxPolicy,delete y.sdpSemantics,this.producers=new Map,this.consumers=new Map,this.datachannels=new Map,this.consumerTrackEvents=new Map,this.unknownTracksMap=new Map,this.awaitQueue=new Lu(T,!0),this.handler=n(),this.handler.enableHighBitrate=(_=g==null?void 0:g.enableHighBitrate)!=null?_:!1,this.handler.enableStereo=(C=g==null?void 0:g.enableStereo)!=null?C:!1,this.handler.enableDtx=(M=g==null?void 0:g.enableDtx)!=null?M:!0,this.handler.init({onTrackHandler:this._ontrack.bind(this),direction:i,iceServers:o,iceTransportPolicy:c,additionalSettings:l,proprietaryConstraints:d}),this.appData=h||{};const E=3e4;this.transportConnectionPromise=new Promise(D=>{const L=setTimeout(()=>{T.error("ICE connection timeout - possible firewall blocking WebRTC or TURN unreachable",{transport:{id:this.id,type:this.direction}}),D(!1)},E);this.once("connected",()=>{clearTimeout(L),D(!0)}),this.once("disconnect",()=>{clearTimeout(L),D(!1)}),this.once("close",()=>{clearTimeout(L),D(!1)})}),this.eventsDCReadyPromise=new Promise(D=>{this.eventsDCReadyPromiseResolver=D}),this.handler.on("@connectionstatechange",D=>{D!==this.connectionState&&(this.logger.debug(`connection state changed to ${D}`),this.connectionState=D,D==="connected"&&(this.connected=!0,this.emit("connected")),D==="disconnected"&&(this.connected=!1,this.emit("disconnect")),(D==="failed"||D==="closed")&&(this.connected=!1,this.emit("close")),this.closed||this.safeEmit("connectionstatechange",D))}),this.handler.on("@icecandidate",({candidate:D})=>{this.closed||this.safeEmit("icecandidate",D)}),this.handler.on("dc_open",D=>{let L=this.datachannels.get(D.label);L||(L||(L=new ti(a(this,Ai),D,D.label,this.serverId),this.datachannels.set(D.label,L)),this.eventsDCFailureTimer=setTimeout(()=>{D.label==="events"&&(this.eventsDCReadyPromiseResolver(!1),this.safeEmit("dc_error",D.label))},5e3))}),this.handler.on("datachannel",(D,L)=>{D.label==="events"&&(this.eventsDCReadyPromiseResolver(!0),this.eventsDCFailureTimer&&clearTimeout(this.eventsDCFailureTimer));const B=this.datachannels.get(D.label);if(!B){this.logger.error("unregistered datachannel for message",{rtcChannel:{label:D.label,message:L}});return}try{const F=JSON.parse(L);this.logger.debug("datachannel message chunk recieved",{dataChannelMessageChunk:{id:F.id,count:F.count,chunkIndex:F.chunkIndex,chunk:F.chunk,transprtId:this.serverId}});const H=B.processMessage(F);if(!H)return;this.logger.debug(`datachannel message with id:${F.id} on transport:${this.serverId}complete - ${JSON.stringify(H)}`),this.emit(`datachannel:${D.label}`,B.label,H)}catch(F){this.logger.error("error parsing message",{error:F})}})}get closed(){return this.connectionState==="closed"}setServerId(e){this.serverId!==e&&(this.serverId=e,this.emit("serveridchange",e))}getDatachannel(e){return this.datachannels.get(e)}get isEventsDCReady(){return this.eventsDCReadyPromise}close(){this.closed||(this.logger.debug("Transport close called"),this.connectionState="closed",this.awaitQueue.stop(),this.awaitQueue=void 0,this.connected=!1,this.handler.close(),Array.from(this.producers.values()).forEach(e=>{e.close(To).catch(()=>{})}),this.producers.clear(),Array.from(this.consumers.values()).forEach(e=>{e.close(To)}),this.consumers.clear(),this.consumerTrackEvents.clear(),this.emit("close"))}getStats(){return u(this,null,function*(){if(this.closed)throw new vt("closed");return this.handler.getTransportStats()})}connect(e){return u(this,null,function*(){try{if(yield this.awaitQueue.push(()=>u(this,null,function*(){const{offerSdp:r,callback:i}=yield this.handler.connect(),{transportId:n,answer:o}=yield e(r);this.setServerId(n),yield i(o)})),!(yield this.transportConnectionPromise))throw new Error("ice connection failed")}catch(r){throw this.logger.error("transport failed to connect:",{error:r}),r}})}restartIce(){return u(this,null,function*(){if(this.logger.debug("restartIce()"),this.closed)throw new vt("closed");return this.handler.restartIce()})}canProduce(e){return u(this,null,function*(){const{track:r,appData:i}=e;if(r){if(this.direction!=="send")throw new fo("not a sending Transport");if(r.readyState==="ended")throw new vt("track ended");if(i&&typeof i!="object")throw new TypeError("if given, appData must be an object")}else throw new TypeError("missing track");if(!(yield this.transportConnectionPromise))throw new vr("transport not connected");return!0})}produce(e,r){return u(this,null,function*(){if(!(yield this.canProduce(e)))throw new Error("Cannot produce");const{track:n,encodings:o,codecOptions:c,stopTracks:d=!0,disableTrackOnPause:l=!0,zeroRtpOnPause:h=!1,appData:g={}}=e;this.logger.debug(`produce() [track:${n.id}]`);const{producerId:T,localId:y,rtpSender:E}=yield this.awaitQueue.push(()=>u(this,null,function*(){const{offerSdp:_,callback:C,sender:M,mid:D}=yield this.handler.send({track:n,encodings:o,codecOptions:c,screenShare:g==null?void 0:g.screenShare}),{answer:L,producerId:B}=yield r({offer:_,kind:n.kind,paused:l?!n.enabled||Object.hasOwn(n,"fakeTracks"):!1,appData:j(O({},g||{}),{mid:D}),codecOptions:c,producingTransportId:this.serverId}),F=yield C(L);return{producerId:B,localId:F,rtpSender:M}}),"Transport.produce");return this.createProducerObject({id:T,localId:y,track:n,stopTracks:d,disableTrackOnPause:l,zeroRtpOnPause:h,appData:g,handler:this.handler,rtpSender:E})})}createProducerObject(e){return u(this,null,function*(){const r=new dD(a(this,Ai),e);return this.producers.set(r.id,r),r.once("close",()=>{this.producers.delete(r.id)}),this.emit("newproducer",r),r})}closeProducer(e){return u(this,null,function*(){yield this.awaitQueue.push(e.close.bind(e),"Transport.closeProducer")})}canConsume(){return u(this,null,function*(){if(this.closed)throw new vt("closed");if(this.direction!=="recv")throw new fo("not a receiving transport");if(!(yield this.transportConnectionPromise))throw new vr("transport not connected");return!0})}consume(e,r,i){return u(this,null,function*(){return this.awaitQueue.push(()=>u(this,null,function*(){const n={},{consumerStates:o,sessionDescription:c,failedProducers:d}=yield r(e);o.forEach((h,g)=>{n[g]=this.createConsumerObjectAndWaitForTrack(j(O({},h),{producerId:g}))}),c&&(this.logger.info("Session description found, sending negotiation request"),yield i(c));const l=[];return yield Promise.all(Object.entries(n).map(([h,g])=>g.then(T=>l.push(T)).catch(()=>{this.logger.error(`Failed to create consumer object, producer: ${h}`,{error:{message:"This should not happen"},transport:{serverId:this.serverId}})}))),{consumers:l,failedProducers:d}}),"Transport.consume",{producersLength:e.length})})}static parseCodecAndFmtpMappings(e,r){const i=Zt.parse(e.sdp),n={};return i.media.forEach(o=>{r.includes(o.mid.toString())&&(n[o.mid.toString()]={rtp:o.rtp,fmtp:o.fmtp,payloads:o.payloads,rtcpFb:o.rtcpFb})}),n}static setCodecAndFmtpMappings(e,r,i){const n=Zt.parse(e.sdp);return n.media=n.media.map(c=>{if(r.includes(c.mid.toString())){const d=O({},c);return d.rtp=i[c.mid.toString()].rtp,d.fmtp=i[c.mid.toString()].fmtp,d.payloads=i[c.mid.toString()].payloads,d.rtcpFb=i[c.mid.toString()].rtcpFb,d}return c}),j(O({},e),{sdp:Zt.write(n)})}static parseHeaderExtensionMappings(e){const r=Zt.parse(e.sdp),i={};return r.media.forEach(n=>{i[n.mid]=n.ext}),i}static setHeaderExtensionMappings(e,r){const i=Zt.parse(e.sdp);return i.media=i.media.map(o=>{const c=O({},o);return c.ext=r[o.mid],c}),j(O({},e),{sdp:Zt.write(i)})}closeConsumers(e,r){return u(this,null,function*(){try{const i=e.map(l=>l.transceiver.mid),n=pn.parseCodecAndFmtpMappings(this.handler.pc.remoteDescription,i),o=pn.parseHeaderExtensionMappings(this.handler.pc.remoteDescription);this.logger.info("Stopping transceivers",{consumerIds:e.map(({id:l})=>l)}),e.forEach(l=>l.close(void 0,!0));let c=yield this.handler.pc.createOffer();this.logger.info("[SDP] Created offer for closing consumers",{sdp:c.sdp}),c=pn.setCodecAndFmtpMappings(c,i,n),c=pn.setHeaderExtensionMappings(c,o),this.logger.info("[SDP] Updated codec and fmtp mappings in close consumer offer",{sdp:c.sdp}),yield this.setLocalDescription(c),this.logger.info("Successfully set local description in close consumers");const d=yield r(e,c);this.logger.info("[SDP] Received answer in close consumers",{sdp:d.sdp}),yield this.setRemoteDescription(d),this.logger.info("[SDP] Remote description was set successfully in close consumers",{sdp:d.sdp})}catch(i){this.logger.error("Failed to close consumers",{error:i})}})}setRemoteOffer(e){return u(this,null,function*(){try{this.logger.info("[SDP] Received offer from SFU",{sdp:e.sdp}),yield this.setRemoteDescription(e);const r=yield this.handler.pc.createAnswer();this.logger.info("[SDP] Created answer corresponding to received offer",{sdp:r.sdp});const i=Zt.parse(r.sdp);return i.media=i.media.map(n=>{if(n.type==="audio"){const o=O({},n),c=o.fmtp.find(l=>l.payload===111);return c&&(c.config+=";stereo=1;sprop-stereo=1"),o.rtcpFb||(o.rtcpFb=[]),o.rtcpFb.some(l=>l.type==="nack")||o.rtcpFb.push({payload:parseInt(o.payloads,10),type:"nack"}),o}return n}),r.sdp=Zt.write(i),this.logger.info("[SDP] Setting munged SDP",{sdp:r.sdp}),yield this.setLocalDescription(r),this.logger.info("[SDP] Successfully set local description",{sdp:r.sdp}),r}catch(r){throw this.logger.error("Set remote offer failed",{error:r}),r}})}_ontrack(e){const{track:r,transceiver:i}=e;this.logger.info(`track event received [trackId: ${r.id}] [mid: ${i.mid}]`);const n=`${i.mid}:${r.kind}`;r.addEventListener("ended",()=>{this.logger.info(`rtc consumer track ended [trackId: ${r.id}]`),this.unknownTracksMap.delete(n)});const o=this.consumerTrackEvents.get(n);o?(o(r,i),this.consumerTrackEvents.delete(n)):(this.logger.warn(`track event handler not found ${n}`),this.unknownTracksMap.set(n,e))}sendErrorOverDC(e,r,i){const n=this.getDatachannel(e);if(!n)throw new Error("datachannel not found",{cause:{code:"DC_NOT_FOUND",values:{label:e}}});n.respond(r,i,!0)}sendResponseOverDC(e,r,i){const n=this.getDatachannel(e);if(!n)throw new Error("datachannel not found",{cause:{code:"DC_NOT_FOUND",values:{label:e}}});n.respond(r,i)}createConsumerObjectAndWaitForTrack(e){return u(this,null,function*(){const{consumerId:r,producerId:i,producingPeerId:n,producingTransportId:o,streamId:c,paused:d,screenShare:l,appData:h,kind:g,mimeType:T}=e,y=`${c}:${g}`,E=j(O({},e),{name:"consumer creation task error",message:"consumer creation failed"});return new Promise((_,C)=>u(this,null,function*(){const M=setTimeout(()=>{this.logger.warn(`Timed out waiting for track event ${y} producingPeerId: ${n}`),this.consumerTrackEvents.delete(y),E.isTimedout=!0,C(E)},5e3),D=(B,F)=>{try{if(B.readyState==="ended")clearTimeout(M),C(E);else{const H=B;H.enabled=!0,this.handler.midTransceiverMap.set(F.mid,F);const X=new cD(a(this,Ai),{id:r,localId:F.mid,transceiver:F,track:H,paused:d,producerId:i,producingPeerId:n,producingTransportId:o,handler:this.handler,appData:j(O({},h),{screenShare:l,peerId:n}),rtpReceiver:F.receiver,mimeType:T});this.consumers.set(r,X),X.once("close",()=>{this.consumers.delete(X.id),this.handler.midTransceiverMap.delete(F.mid)}),this.logger.info("consumer created for ",{consumer:{id:r,kind:g,appData:{screenShare:l},peerId:n,producerId:i}}),this.emit("newconsumer",X),clearTimeout(M),_(X)}}catch(H){this.logger.warn("error while creating consumer:",H),clearTimeout(M),C(E)}},L=this.unknownTracksMap.get(y);L?(this.logger.info(`track event already received [trackId: ${L.track.id}] [mid: ${L.transceiver.mid}]`),this.unknownTracksMap.delete(y),D(L.track,L.transceiver)):(this.logger.info(`Registering onTrack handler for key ${y} [producingPeerId: ${n}]`),this.consumerTrackEvents.set(y,D))}))})}setRemoteDescription(e){return u(this,null,function*(){yield this.handler.pc.setRemoteDescription(e)})}setLocalDescription(e){return u(this,null,function*(){this.logger.debug(`[SDP] ${this.direction}() {transportId: ${this.serverId}} | calling pc.setLocalDescription() [offer:${JSON.stringify(e)}]`),yield this.handler.pc.setLocalDescription(e)})}sendDataChannelMessage(e,r){return u(this,null,function*(){const i=this.getDatachannel(e);if(!i)throw sD("DC_NOT_READY",`${e} datachannel not ready`);const n=(yield i.request(r)).payload;return this.logger.info(`sendDataChannelMessage::response ${JSON.stringify(n)}`),n})}};let xu=pn;Ai=new WeakMap;function hD(s){if(typeof navigator=="object"&&navigator.product==="ReactNative"){if(typeof RTCPeerConnection=="undefined"){s.warn("Device::this._detectDevice() | unsupported ReactNative without RTCPeerConnection");return}return s.debug("Device::this._detectDevice() | ReactNative handler chosen"),"Chrome74"}if(typeof navigator=="object"&&typeof navigator.userAgent=="string"){const t=navigator.userAgent,e=Dg.getParser(t),r=e.getEngine();if(e.satisfies({chrome:">=74",chromium:">=74","microsoft edge":">=88"}))return"Chrome74";if(e.satisfies({chrome:">=55",chromium:">=55"}))return;if(e.satisfies({firefox:">=110"}))return"Firefox110";if(e.satisfies({firefox:">=60"}))return"Firefox60";if(e.satisfies({ios:{OS:">=14.3",firefox:">=30.0"}})||e.satisfies({safari:">=12.0"})&&typeof RTCRtpTransceiver!="undefined"&&RTCRtpTransceiver.prototype.hasOwnProperty("currentDirection"))return"Safari12";if(e.satisfies({safari:">=11"})||e.satisfies({"microsoft edge":">=11"})&&e.satisfies({"microsoft edge":"<=18"}))return;if(r.name&&r.name.toLowerCase()==="blink"){const i=t.match(/(?:(?:Chrome|Chromium))[ /](\w+)/i);return i?Number(i[1])>=74?"Chrome74":void 0:"Chrome74"}if(r.name.toLowerCase()==="webkit"&&e.getOS().name.toLowerCase()==="ios")return typeof RTCRtpTransceiver!="undefined"&&RTCRtpTransceiver.prototype.hasOwnProperty("currentDirection")?"Safari12":void 0;s.warn("Device::this._detectDevice() | browser not supported");return}s.warn("Device::this._detectDevice() | unknown device")}var qs,Ii;class pD{constructor(t,{handlerName:e,handlerFactory:r}={}){p(this,"handlerFactory");m(this,qs,void 0);m(this,Ii,void 0);const i=t.getValue("logger");if(i.debug("constructor()"),f(this,qs,t),f(this,Ii,i),e&&r)throw new TypeError("just one of handlerName or handlerInterface can be given");if(r)this.handlerFactory=r;else{if(e)a(this,Ii).debug(`Device::constructor() | handler given: ${e}`);else if(e=hD(a(this,Ii)),e)a(this,Ii).debug(`Device::constructor() | detected handler: ${e}`);else throw new Error("device not supported");switch(e){case"Chrome74":this.handlerFactory=kh.createFactory(a(this,qs));break;case"Safari12":this.handlerFactory=Mh.createFactory(a(this,qs));break;case"Firefox60":this.handlerFactory=Td.createFactory(a(this,qs),{supportsSendEncodings:!1});break;case"Firefox110":this.handlerFactory=Td.createFactory(a(this,qs),{supportsSendEncodings:!0});break;default:throw new TypeError(`unknown handlerName "${e}"`)}}}createTransport(t){const e=Wr.v4();return new xu(a(this,qs),j(O({id:e},t),{handlerFactory:this.handlerFactory}))}}qs=new WeakMap,Ii=new WeakMap;const gD=2e3;var ta,je,Ge,zo,Yo,Di,sa,Qo,ra,Oi,vs,ia,td,Xo,Uu,Hd,jf,Zo,$u,Fd,Gf,qd,Wf,jd,Jf,Gd,Kf,Wd,zf,ec,Bu,Nr,on;class mD extends rt.EventEmitter{constructor(e,r){super();m(this,ia);m(this,Xo);m(this,Hd);m(this,Zo);m(this,Fd);m(this,qd);m(this,jd);m(this,Gd);m(this,Wd);m(this,ec);m(this,Nr);p(this,"context");m(this,ta,void 0);m(this,je,void 0);m(this,Ge,void 0);m(this,zo,void 0);m(this,Yo,void 0);m(this,Di,void 0);m(this,sa,void 0);m(this,Qo,void 0);m(this,ra,{transportFailureCount:{send:0,recv:0},lastConnectionTime:0});m(this,Oi,void 0);m(this,vs,"all");this.context=e,f(this,Di,r),f(this,ta,new pD(e)),f(this,sa,new aD(r)),f(this,Qo,ls),a(this,ia,td).mediaState={send:{state:_s.NEW},recv:{state:_s.NEW}},ya(this.context,"forceRelay")&&f(this,vs,"relay"),this.logger.info(`ICE Transport Policy initially set to ${a(this,vs)}`),V(this,Xo,Uu).call(this)}get telemetry(){return this.context.getValue("telemetry")}get logger(){return this.context.getValue("logger")}get socket(){return a(this,Di)}get socketHandler(){return a(this,sa)}get sendTransport(){return a(this,je)}get recvTransport(){return a(this,Ge)}get events(){return a(this,Qo)}set sendTransportConnectedCallback(e){f(this,zo,e)}set recvTransportConnectedCallback(e){f(this,Yo,e)}setupTransports(e){return u(this,null,function*(){yield V(this,Hd,jf).call(this,e);let r,i;e.send&&(r=V(this,Zo,$u).call(this,a(this,je)).then(n=>{try{a(this,zo).call(this,n)}catch(o){this.logger.error("Failed to run send transport callback")}})),e.recv&&(i=V(this,Zo,$u).call(this,a(this,Ge)).then(n=>{try{a(this,Yo).call(this,n)}catch(o){this.logger.error("Failed to run recv transport callback")}})),yield Promise.all([r,i])})}stopTransports(e){var r,i;if(e.send&&this.sendTransport!==void 0){const{id:n,serverId:o,direction:c}=a(this,je);this.logger.info("Closing send transport",{transport:{id:n,serverId:o,type:c}}),a(this,je).close(),a(this,je).removeAllListeners(),f(this,je,void 0)}if(e.recv&&this.recvTransport!==void 0){const{id:n,serverId:o,direction:c}=a(this,Ge);this.logger.info("Closing recv transport",{transport:{id:n,serverId:o,type:c}}),(r=a(this,Ge))==null||r.close(),(i=a(this,Ge))==null||i.removeAllListeners(),f(this,Ge,void 0)}V(this,Xo,Uu).call(this)}stopAllTransports(){this.logger.info("Closing all transports"),this.stopTransports({send:!0,recv:!0})}handleErrors(e){throw new Error("Method not implemented.")}}ta=new WeakMap,je=new WeakMap,Ge=new WeakMap,zo=new WeakMap,Yo=new WeakMap,Di=new WeakMap,sa=new WeakMap,Qo=new WeakMap,ra=new WeakMap,Oi=new WeakMap,vs=new WeakMap,ia=new WeakSet,td=function(){return this.context.getValue("connectionHandler")},Xo=new WeakSet,Uu=function(){f(this,Oi,{send:void 0,recv:void 0})},Hd=new WeakSet,jf=function(e){return u(this,null,function*(){var o,c,d,l,h,g,T,y;ya(this.context,"forceRelay")&&f(this,vs,"relay"),this.logger.info(`ICE Transport Policy set to ${a(this,vs)}`);const n=yield St().getICEServers().catch(E=>(this.logger.warn(`failed to get iceservers from server: ${E.message}`),[]));e.send&&V(this,qd,Wf).call(this,{iceServers:n,additionalSettings:{encodedInsertableStreams:(o=this.context.getValue("modules").e2ee)==null?void 0:o.enabled},config:{enableHighBitrate:(l=(d=(c=this.context.getValue("defaults").mediaConfiguration)==null?void 0:c.audio)==null?void 0:d.enableHighBitrate)!=null?l:!1,enableStereo:(T=(g=(h=this.context.getValue("defaults").mediaConfiguration)==null?void 0:h.audio)==null?void 0:g.enableStereo)!=null?T:!1,enableDtx:!1},iceTransportPolicy:a(this,vs)}),e.recv&&V(this,jd,Jf).call(this,{iceServers:n,additionalSettings:{encodedInsertableStreams:(y=this.context.getValue("modules").e2ee)==null?void 0:y.enabled},iceTransportPolicy:a(this,vs)})})},Zo=new WeakSet,$u=function(e){return u(this,null,function*(){const{id:r,serverId:i,direction:n}=e;V(this,Gd,Kf).call(this,e);try{return yield Bf((c,d)=>u(this,null,function*(){c>0&&this.logger.debug(`Retrying transport connect, count: ${c}`,{transport:{id:r,serverId:i,type:n}});try{if(e.closed)throw new vr("Cannot reconnect closed transport");yield V(this,Fd,Gf).call(this,e)}catch(l){if(l instanceof vr){d(l);return}throw this.logger.error("Failed to connect transport, retrying",{transport:e,error:l}),l}}),{delayTime:100,strategy:"exponential",maxRetryCount:15}),e}catch(o){throw this.logger.error(`Failed to connect send transport after retry: ${e.id}`,{error:o,transport:{id:r,serverId:i,type:n}}),e.close(),e.removeAllListeners(),o}})},Fd=new WeakSet,Gf=function(e){return u(this,null,function*(){const{id:r,direction:i}=e;if(this.logger.info(`Connecting ${i} transport`,{transport:{id:r,type:i}}),!a(this,Di).isConnected)throw new vr("Socket is not connected");if(e.connectionState==="closed")throw new vr("Transport is closed");try{yield e.connect(n=>V(this,Wd,zf).call(this,i,n)),this.logger.info(`Connected ${i} transport`,{transport:{id:r,serverId:e.serverId,type:i}})}catch(n){throw a(this,ra).transportFailureCount[i]+=1,n.message==="ice connection failed"?new vr(n.message):n}})},qd=new WeakSet,Wf=function(e){var r,i;if(a(this,je)&&a(this,je).connected){this.logger.info("Transport send is already connected",{transport:{id:(r=a(this,je))==null?void 0:r.id,serverId:(i=a(this,je))==null?void 0:i.serverId,type:"send"}});return}f(this,je,a(this,ta).createTransport(j(O({},e),{direction:"send"}))),V(this,Nr,on).call(this,{state:_s.NEW,direction:"send",sfuSessionId:a(this,je).serverId}),this.context.getValue("callstats").configureSendTransport(a(this,je))},jd=new WeakSet,Jf=function(e){var r,i;if(a(this,Ge)&&a(this,Ge).connected){this.logger.info("Transport recv is already connected",{transport:{id:(r=a(this,Ge))==null?void 0:r.id,serverId:(i=a(this,Ge))==null?void 0:i.serverId,type:"recv"}});return}f(this,Ge,a(this,ta).createTransport(j(O({},e),{direction:"recv"}))),V(this,Nr,on).call(this,{state:_s.NEW,direction:"recv",sfuSessionId:a(this,Ge).serverId}),this.context.getValue("callstats").configureRecvTransport(a(this,Ge))},Gd=new WeakSet,Kf=function(e){const{direction:r,id:i}=e;e.on("serveridchange",n=>{V(this,Nr,on).call(this,{state:e.connectionState,direction:r,sfuSessionId:n})}),e.on("connectionstatechange",n=>u(this,null,function*(){V(this,Nr,on).call(this,{state:n,direction:r,sfuSessionId:e.serverId}),this.logger.info(`Transport connection state changed for ${r} transport`,{transport:{id:i,serverId:e.serverId,type:r,status:n}});const o=()=>{const c=a(this,Oi)[r];c!==void 0&&(clearTimeout(c),a(this,Oi)[r]=void 0)};switch(n){case"connected":o(),a(this,ra).lastConnectionTime=performance.now();break;case"disconnected":a(this,Oi)[r]=setTimeout(()=>u(this,null,function*(){this.logger.warn(`${r} transport is in disconnected state, reconnecting transport`,{transport:{id:i,serverId:e.serverId,type:r}}),yield V(this,ec,Bu).call(this,e.direction)}),gD);break;case"failed":if(e.closed)return;o(),this.logger.warn(`${r} transport is in failed state, reconnecting transport`,{transport:{id:i,serverId:e.serverId,type:r}}),yield V(this,ec,Bu).call(this,e.direction);break}})),e.on("icecandidate",n=>u(this,null,function*(){this.logger.debug("Sending iceCandidate:",{iceCandidate:n})})),e.on("datachannel:events",(n,o)=>u(this,null,function*(){var c,d;this.logger.debug("Got data channel message on event:",{rtcChannel:{label:n,message:o}});try{switch(o.type){case"handshake":{const l={type:"handshake",payload:{message:"pong"}};e.sendResponseOverDC(n,uD(o),l);break}case"hub-disconnect":{this.logger.debug(`media hub disconnected, full_reconnect: ${(c=o.payload)==null?void 0:c.full_reconnect}`),((d=o.payload)==null?void 0:d.full_reconnect)===!0&&this.handleErrors("rejoin");break}case"error":break;default:break}}catch(l){this.logger.error(`Unable to handle the incoming datachannel message on channel ${n}`)}})),e.on("dc_error",()=>{e.direction==="recv"&&(this.logger.warn("Events datachannel did not open in 5s"),this.handleErrors("reconnectRecvTransport"))})},Wd=new WeakSet,zf=function(e,r){return u(this,null,function*(){const i=e==="recv";try{const{sdp:n,type:o}=r,c={consuming:i,description:{sdp:n,type:o,target:i?ir.SUBSCRIBER:ir.PUBLISHER},producers:[]};return a(this,sa).connectTransport(c)}catch(n){throw this.logger.error(`Error in ${e} transport connection:`,{error:n}),n}})},ec=new WeakSet,Bu=function(e){return u(this,null,function*(){switch(this.logger.info("Called reconnect transport",{transport:{type:e}}),this.stopTransports({[e]:!0}),a(this,Di).isConnected&&a(this,ra).transportFailureCount[e]>2&&(this.logger.warn(`Multiple disconnections in ${e} transport, forcing relay`),f(this,vs,"relay")),yield this.setupTransports({[e]:!0}),e){case"send":{this.logger.info("Transport reconnected",{transport:a(this,je)}),this.context.getValue("peerSessionStore").emit(R.RESET_PRODUCER_STATE);break}case"recv":{this.logger.info("Transport reconnected",{transport:a(this,Ge)}),this.context.getValue("peerSessionStore").emit(R.UPDATE_ACTIVE,{createAllConsumers:!0});break}default:this.logger.warn("Unknown transport direction",{transport:{type:e}})}const r=e==="send"?a(this,je):a(this,Ge);V(this,Nr,on).call(this,{state:_s.CONNECTED,direction:e,sfuSessionId:r.serverId})})},Nr=new WeakSet,on=function(e){const{state:r,direction:i,sfuSessionId:n}=e;a(this,ia,td).mediaState[i]={state:r,sfuSessionId:n},this.context.getValue("peerSessionStore").emit(R.TRANSPORT_STATE_UPDATE,O({transport:i},a(this,ia,td).mediaState[i]))};var Jd,Gt;class fD{constructor(t,e,r,i,n){m(this,Jd,void 0);m(this,Gt,void 0);this.events=e,this.recvTransport=r,this.socket=i,this.socketHandler=n,f(this,Jd,t),f(this,Gt,t.getValue("logger"))}create(t){return u(this,null,function*(){if(!t||t&&t.length===0)throw new Error("List of producers is required");const e=new Map,r=[];t.forEach(d=>{const{producingPeerId:l,producerId:h,producingTransportId:g}=d,T={simulcast:{preferredRid:"f",priorityOrdering:"asciibetical",ridNotAvailable:"asciibetical"}};e.set(h,l),r.push(O({producingPeerId:l,producerId:h,producingTransportId:g},T))});const i=yield this.socketHandler.consume({requests:r,consumingTransportId:this.recvTransport.serverId}),n=new Map;t.forEach(d=>n.set(d.producerId,d));const o=new Map,c=[];return Object.entries(i.consumerStateMap).forEach(([d,l])=>{const h=n.get(d);if(!h)return;if(l.errorCode){a(this,Gt).warn(`Consumer request failed for producer ${d}`,{error:{message:l.errorCode}}),c.push(j(O({},h),{errorCode:l.errorCode}));return}let g={};try{g=JSON.parse(l.producerState.appData)}catch(T){}o.set(d,{consumerId:l.consumerId,producingTransportId:h.producingTransportId,producingPeerId:h.producingPeerId,kind:h.kind,paused:h.pause,streamId:l.producerTrack.streamId,trackId:l.producerTrack.trackId,screenShare:h.screenShare,mimeType:h.mimeType,appData:g})}),{consumerStates:o,sessionDescription:i.sessionDescription,failedProducers:c}})}negotiate(t){return u(this,null,function*(){try{a(this,Gt).info("Negotiating socket consumer",{transport:this.recvTransport}),a(this,Gt).debug(`[SDP] setting remote offer: ${JSON.stringify(t)} on recvTransport`,{transport:this.recvTransport});const e=yield this.recvTransport.setRemoteOffer(t),r={transportId:this.recvTransport.serverId,description:{sdp:e.sdp,type:e.type,target:ir.SUBSCRIBER}};return a(this,Gt).debug(`sending renegotiate request: ${JSON.stringify(r)} on recvTransport`,{transport:this.recvTransport}),yield this.socket.sendMessagePromise(this.events.renegotiateSessionDescription,mw.toBinary(r)),a(this,Gt).info("Renegotiation done",{transport:this.recvTransport}),e}catch(e){a(this,Gt).error("Failed to renegotiate",{error:e});return}})}close(t){return u(this,null,function*(){if(!t.length)return{};const e=(r,i)=>u(this,null,function*(){const n=r.map(l=>l.localId);a(this,Gt).info(`Closing consumers: ${JSON.stringify(n)}`);const o={description:{sdp:i.sdp,type:i.type,target:ir.SUBSCRIBER},consumerIds:n,consumingTransportId:this.recvTransport.serverId},c=yield this.socketHandler.closeConsumer(o),d=FR.fromBinary(c).description;return{sdp:d.sdp,type:d.type}});return yield this.recvTransport.awaitQueue.push(()=>this.recvTransport.closeConsumers(t,e),"ConsumerStrategy.close",{consumersLength:t.length}),{}})}switchConsumersToLayer(t,e){return u(this,null,function*(){const r={requests:[],consumingTransportId:this.recvTransport.serverId},i=t.filter(n=>n&&n.id);i.forEach(({id:n,producingTransportId:o,localId:c})=>{r.requests.push({producerId:n,producingTransportId:o,mid:c,simulcast:{preferredRid:e===0?"q":"h",priorityOrdering:"asciibetical",ridNotAvailable:"asciibetical"}})}),yield this.socketHandler.updateConsumersSimulcastConfig(r),a(this,Gt).info(`Consumers switched layers to ${e}`,{consumerIds:i==null?void 0:i.map(({id:n})=>n)})})}}Jd=new WeakMap,Gt=new WeakMap;class Ah{constructor(t){this.socketHandler=t}static getMSIDFromSDP(t,e){return Zt.parse(t).media.filter(n=>e==="video"?n.type==="video":n.type==="audio").at(-1).msid}create(c){return u(this,arguments,function*({offer:t,kind:e,paused:r,appData:i,codecOptions:n,producingTransportId:o}){var T,y;const d=Ah.getMSIDFromSDP(t.sdp,e),l={description:{sdp:t.sdp,type:t.type,target:ir.PUBLISHER},paused:r,kind:e,msid:d,appData:JSON.stringify(i),screenShare:(T=i.screenShare)!=null?T:!1,mimeType:`${e}/${(y=n[0])==null?void 0:y.name}`,producingTransportId:o},{answer:h,producerId:g}=yield this.socketHandler.produce(l);return{answer:h,producerId:g}})}}function TD(s){try{const t=JSON.parse(s.message);if(typeof t!="object"||t===null)return{};const{errorCode:e,errorDescription:r}=t;return O(O({},typeof e=="string"&&{errorCode:e}),typeof r=="string"&&{errorDescription:r})}catch(t){return{}}}var Lr,Vr,na,tc,ys,Kd,js,aa,sc,Hu,zd,Yf,Yd,Qf,Qd,Xf,Xd,Zf;class SD extends mD{constructor(e,r){super(e,r);m(this,sc);m(this,zd);m(this,Yd);m(this,Qd);m(this,Xd);m(this,Lr,void 0);m(this,Vr,void 0);m(this,na,void 0);m(this,tc,void 0);m(this,ys,void 0);m(this,Kd,{producerCreationFailureCount:0,consumerCreationFailureCount:0,producerNotReadyFailureCount:0});m(this,js,[]);m(this,aa,void 0);this.context=e,this.sendTransportConnectedCallback=()=>u(this,null,function*(){f(this,tc,new Ah(this.socketHandler))}),this.recvTransportConnectedCallback=i=>u(this,null,function*(){a(this,na).clear(),f(this,ys,new fD(this.context,this.events,i,this.socket,this.socketHandler))}),this.reset()}get socketHandler(){return super.socketHandler}get producers(){return a(this,Lr)}get consumers(){return a(this,Vr)}get producerIdToConsumerIdMap(){return a(this,na)}get logger(){return this.context.getValue("logger")}reset(){f(this,Lr,new Map),f(this,Vr,new Map),f(this,na,new Map)}createProducer(e,r){return u(this,null,function*(){var i,n;if(!this.sendTransport||this.sendTransport.closed)throw new Error("Send transport is closed");try{const o=yield this.sendTransport.produce(e,V(this,zd,Yf).bind(this));return(i=e.appData)!=null&&i.e2ee&&this.context.getValue("peerSessionStore").emit(R.E2EE_ACTIVE_PRODUCER,o),V(this,Yd,Qf).call(this,o,r),o}catch(o){throw this.logger.error(`Failed to create ${((n=e==null?void 0:e.track)==null?void 0:n.kind)||"unknown"} producer`,{error:o}),a(this,Kd).producerCreationFailureCount+=1,o}})}closeProducer(e,r){return u(this,null,function*(){var n;const i=this.producers.get(e);if(!i){this.logger.warn(`Producer with ID ${e} was not found`);return}r!=null&&r.stopTrack&&i.track.stop();try{yield this.sendTransport.closeProducer(i),(n=this.context.getValue("modules").e2ee)!=null&&n.enabled&&this.context.getValue("peerSessionStore").emit(R.E2EE_INACTIVE_PRODUCER,i)}catch(o){this.logger.error("Failed to close producer on server",{error:o,producer:i})}})}closeAllProducers(){return Promise.all(Array.from(a(this,Lr).entries()).map(([,e])=>e.close()))}closeAllProducersLocally(){return u(this,null,function*(){var r;const e=(r=this.sendTransport)==null?void 0:r.handler;yield Promise.all(Array.from(a(this,Lr).values()).map(i=>u(this,null,function*(){try{if(e){const n=e.midTransceiverMap.get(i.localId);n&&(yield n.sender.replaceTrack(null),n.direction="inactive")}}catch(n){this.logger.warn("closeAllProducersLocally: failed to deactivate transceiver",{producer:{id:i.id,kind:i.kind,appData:i.appData},error:n})}yield i.close(To)})))})}createConsumer(e){return this.createConsumers([e])}createConsumers(e){return u(this,null,function*(){a(this,aa)||clearTimeout(a(this,aa)),f(this,js,a(this,js).concat(e)),yield V(this,sc,Hu).call(this)})}closeConsumer(e){return this.closeConsumers([e])}closeConsumers(e){return u(this,null,function*(){if(!a(this,ys))return;const r=e.map(n=>this.consumers.get(n)).filter(n=>n!==void 0);if(r.length===0)return;const{failedConsumers:i}=yield a(this,ys).close(r);i!=null&&i.length&&this.logger.warn("Failed to close some consumers",{consumerIds:i})})}closeAllConsumers(){return this.closeConsumers(Array.from(a(this,Vr).keys()))}switchConsumersToLayer(e,r){return u(this,null,function*(){a(this,ys).switchConsumersToLayer(e,r)})}}Lr=new WeakMap,Vr=new WeakMap,na=new WeakMap,tc=new WeakMap,ys=new WeakMap,Kd=new WeakMap,js=new WeakMap,aa=new WeakMap,sc=new WeakSet,Hu=function(){return u(this,null,function*(){if(!this.recvTransport||this.recvTransport.closed)throw new Error("Recv transport is closed");const e=500,r=a(this,js).splice(0,a(this,js).length);try{const i=new Set(Array.from(this.consumers.values()).map(({producerId:d})=>d)),n=r.filter(({producerId:d})=>!this.producers.get(d)&&!i.has(d));if(n.length===0)return;const{consumers:o,failedProducers:c}=yield this.recvTransport.consume(n,V(this,Qd,Xf).bind(this),a(this,ys).negotiate.bind(a(this,ys)));if(o.forEach(V(this,Xd,Zf).bind(this)),c!=null&&c.length){this.logger.error("Failed to create consumers for producers",{producers:c});const d=c.filter(({errorCode:l,producerId:h})=>l==="not_found_track_error"?(this.logger.error(`Track not found for producer: ${h}. This will not be retried.`),!1):l==="backend_error"?(this.logger.error("Unrecoverable error: backend error"),!1):!0);f(this,js,a(this,js).concat(d)),f(this,aa,setTimeout(V(this,sc,Hu).bind(this),e))}}catch(i){const n=i instanceof Error?i:new Error(String(i));this.logger.error("failed to consume on transport",{error:n});const{errorCode:o,errorDescription:c}=TD(n);if(o==="internal_error"&&c==="Backend error"||o==="invalid_session_description"){this.logger.error("Irrecoverable error, closing current recvTransport to create a new one",{transport:this.recvTransport,error:{code:o,message:c}});try{this.stopTransports({recv:!0})}catch(d){}yield this.setupTransports({recv:!0})}}})},zd=new WeakSet,Yf=function(e){return a(this,tc).create(e)},Yd=new WeakSet,Qf=function(e,r){e.on("close",(i,n)=>u(this,null,function*(){const{offer:o,reason:c}=i;if(this.logger.info("producer::closing",{debuggingHint:c,producer:j(O({},e),{status:"closing"})}),c!==To){const d={producerId:e.id,description:{sdp:o.sdp,type:o.type,target:ir.PUBLISHER}};try{const l=yield this.socketHandler.closeProducer(d),h={sdp:l==null?void 0:l.sdp,type:l==null?void 0:l.type};this.logger.info("producer::closed",{producer:j(O({},e),{status:"closed"})}),n({answer:h})}catch(l){this.logger.error("producer close error",l)}}this.producers.delete(e.id),r()})),e.on("trackended",()=>{this.logger.info("producer::trackended",{producer:j(O({},e),{status:"UNKNOWN"})})}),a(this,Lr).set(e.id,e)},Qd=new WeakSet,Xf=function(e){return u(this,null,function*(){try{return yield this.recvTransport.canConsume(),yield a(this,ys).create(e)}catch(r){throw this.logger.error("Error in consume request",{error:r}),r}})},Xd=new WeakSet,Zf=function(e){e.on("close",r=>u(this,null,function*(){this.logger.debug("consumer closed",{consumer:{closureReason:r,id:e.id,kind:e.kind,appData:e.appData}}),a(this,Vr).delete(e.id),this.context.getValue("peerSessionStore").emit(R.CONSUMER_CLOSED,{id:e.id})})),a(this,Vr).set(e.id,e),this.producerIdToConsumerIdMap.set(e.producerId,e.id),this.context.getValue("peerSessionStore").emit(R.NEW_CONSUMER,{id:e.id,appData:e.appData,peerId:e.peerId})};var rc,ic,nc,oa,ca,da,ac,oc,la,gt,as,os,Ni,Li,Gs,cc,Zd,eT,el,tT,tl,sT,sl,rT;const rl=class{constructor({initialEnergyThreshold:t=.015,zeroCrossingThreshold:e=20,minVoiceDuration:r=3,hangoverFrames:i=5,noiseAdaptationRate:n=.95,voiceAdaptationRate:o=.99,minEnergyThreshold:c=.005,maxEnergyThreshold:d=.2,energyRatioThreshold:l=1.5,noiseHistorySize:h=50}={}){m(this,Zd);m(this,el);m(this,rc,void 0);m(this,ic,void 0);m(this,nc,void 0);m(this,oa,void 0);m(this,ca,void 0);m(this,da,void 0);m(this,ac,void 0);m(this,oc,void 0);m(this,la,void 0);m(this,gt,void 0);m(this,as,void 0);m(this,os,!1);m(this,Ni,0);m(this,Li,0);m(this,Gs,[]);m(this,cc,void 0);f(this,oa,t),f(this,gt,t),f(this,rc,e),f(this,ic,r),f(this,nc,i),f(this,ca,n),f(this,da,o),f(this,ac,c),f(this,oc,d),f(this,la,l),f(this,cc,h),f(this,as,t/2)}get voiceDetected(){return a(this,os)}processAudioChunk(t){var o,c;const e=V(o=rl,tl,sT).call(o,t),r=V(c=rl,sl,rT).call(c,t);return V(this,Zd,eT).call(this,e),e/a(this,as)>a(this,la)&&e>a(this,gt)&&r>a(this,rc)?(f(this,Ni,a(this,Ni)+1),f(this,Li,a(this,nc)),a(this,Ni)>=a(this,ic)&&f(this,os,!0)):(f(this,Ni,0),a(this,Li)>0?f(this,Li,a(this,Li)-1):a(this,os)&&f(this,os,!1),a(this,os)||V(this,el,tT).call(this,e)),{energy:e,isVoice:a(this,os)}}reset(){f(this,os,!1),f(this,Ni,0),f(this,Li,0),f(this,gt,a(this,oa)),f(this,as,a(this,oa)/2),f(this,Gs,[])}getThresholdInfo(){return{currentEnergyThreshold:a(this,gt),backgroundNoiseEnergy:a(this,as),energyRatioThreshold:a(this,la)}}};let za=rl;rc=new WeakMap,ic=new WeakMap,nc=new WeakMap,oa=new WeakMap,ca=new WeakMap,da=new WeakMap,ac=new WeakMap,oc=new WeakMap,la=new WeakMap,gt=new WeakMap,as=new WeakMap,os=new WeakMap,Ni=new WeakMap,Li=new WeakMap,Gs=new WeakMap,cc=new WeakMap,Zd=new WeakSet,eT=function(t){a(this,os)?f(this,gt,a(this,da)*a(this,gt)+(1-a(this,da))*t):f(this,gt,a(this,ca)*a(this,gt)+(1-a(this,ca))*a(this,as)),f(this,gt,Math.max(a(this,ac),Math.min(a(this,oc),a(this,gt))))},el=new WeakSet,tT=function(t){if(t<a(this,gt)*1.2)if(a(this,Gs).push(t),a(this,Gs).length>a(this,cc)&&a(this,Gs).shift(),a(this,Gs).length>=10){const e=[...a(this,Gs)].sort((i,n)=>i-n),r=Math.floor(e.length/2);f(this,as,e[r])}else f(this,as,.95*a(this,as)+.05*t)},tl=new WeakSet,sT=function(t){return Math.sqrt(t.map(e=>e*e).reduce((e,r)=>e+r)/t.length)},sl=new WeakSet,rT=function(t){let e=0;for(let r=1;r<t.length;r+=1)(t[r]>=0&&t[r-1]<0||t[r]<0&&t[r-1]>=0)&&(e+=1);return e},m(za,tl),m(za,sl);var dc;class rg{constructor(t){p(this,"RNAudioSampleHandler");m(this,dc,void 0);f(this,dc,t);const{RNAudioSampleHandlerImpl:e}=navigator;e==null||e.init().then(r=>{this.RNAudioSampleHandler=r}).catch(r=>{this.logger.error("ReactNativeAudioSampler: Failed to initialize audio sampler",r)})}get logger(){return a(this,dc).getValue("logger")}get samples(){var e;const t=new Float32Array(1024);return(e=this.RNAudioSampleHandler)==null||e.getFloatTimeDomainData(t),t}stop(){var t;(t=this.RNAudioSampleHandler)==null||t.destructor()}}dc=new WeakMap;var lc;class ig{constructor(t){p(this,"audioContext");p(this,"analyser");m(this,lc,void 0);f(this,lc,t),this.audioContext=new AudioContext,this.analyser=this.audioContext.createAnalyser(),this.analyser.fftSize=2048}get logger(){return a(this,lc).getValue("logger")}get samples(){if(this.audioContext.state==="suspended")try{this.audioContext.resume()}catch(e){this.logger.error("AudioContextSampler: Failed to resume audio context",e)}const t=new Float32Array(this.analyser.frequencyBinCount);return this.analyser.getFloatTimeDomainData(t),t}set audioTrack(t){const e=new MediaStream;e.addTrack(t),this.audioContext.createMediaStreamSource(e).connect(this.analyser)}}lc=new WeakMap;class vD{static setInterval(t,e=0,...r){return navigator&&navigator.RNBackgroundTimerImpl?navigator.RNBackgroundTimerImpl.setInterval(t,e,...r):global.setInterval(t,e,...r)}static clearInterval(t){return navigator&&navigator.RNBackgroundTimerImpl?navigator.RNBackgroundTimerImpl.clearInterval(t):global.clearInterval(t)}static setTimeout(t,e=0,...r){return navigator&&navigator.RNBackgroundTimerImpl?navigator.RNBackgroundTimerImpl.setTimeout(t,e,...r):global.setTimeout(t,e,...r)}static clearTimeout(t){return navigator&&navigator.RNBackgroundTimerImpl?navigator.RNBackgroundTimerImpl.clearTimeout(t):global.clearTimeout(t)}}const yD=60,ED=400;var Ws,Js,Ks,uc,ua,ha,xr,Vi,pa,xi,zs,Es,il,iT,hc,Fu,nl,nT,al,aT;const co=class{constructor(t,e){m(this,il);m(this,nl);m(this,Ws,void 0);m(this,Js,void 0);m(this,Ks,void 0);m(this,uc,void 0);m(this,ua,void 0);m(this,ha,void 0);m(this,xr,void 0);m(this,Vi,void 0);m(this,pa,void 0);m(this,xi,void 0);m(this,zs,void 0);m(this,Es,void 0);this.reportRequest=e,f(this,xi,t),f(this,ha,new za);const{isReactNative:r}=navigator;f(this,zs,r?new rg(a(this,xi)):new ig(a(this,xi))),f(this,Es,r?vD:Gc)}get logger(){return a(this,xi).getValue("logger")}set producerId(t){f(this,Ks,t)}set audioTrack(t){f(this,uc,t),a(this,zs)instanceof ig&&(a(this,zs).audioTrack=t)}start(){this.logger.debug(`AudioActivityReporter: Starting audio activity reporter: ${a(this,Ks)}`),a(this,Ws)&&a(this,Es).clearInterval(a(this,Ws)),f(this,Ws,a(this,Es).setInterval(()=>u(this,null,function*(){var i;if(!a(this,uc)||!a(this,Ks))return;const{energy:t}=V(this,il,iT).call(this),e=V(i=co,hc,Fu).call(i,t);let r=.9;a(this,pa)!==e&&a(this,pa)?r=.9:e?r=.3:r=.5,f(this,ua,(a(this,ua)||0)*(1-r)+t*r)}),yD)),a(this,Js)&&a(this,Es).clearInterval(a(this,Js)),f(this,Js,a(this,Es).setInterval(V(this,nl,nT).bind(this),ED))}stop(){try{this.logger.debug(`AudioActivityReporter: Stopping audio activity reporter: ${a(this,Ks)}`),a(this,Ws)&&(a(this,Es).clearInterval(a(this,Ws)),f(this,Ws,void 0)),a(this,Js)&&(a(this,Es).clearInterval(a(this,Js)),f(this,Js,void 0))}catch(t){}a(this,ha).reset(),a(this,zs)instanceof rg&&a(this,zs).stop()}};let Ya=co;Ws=new WeakMap,Js=new WeakMap,Ks=new WeakMap,uc=new WeakMap,ua=new WeakMap,ha=new WeakMap,xr=new WeakMap,Vi=new WeakMap,pa=new WeakMap,xi=new WeakMap,zs=new WeakMap,Es=new WeakMap,il=new WeakSet,iT=function(){var o;const{samples:t}=a(this,zs),{energy:e,isVoice:r}=a(this,ha).processAudioChunk(t),i=V(o=co,al,aT).call(o,e);return i===-1/0||e<1e-6?{energy:0,isVoice:!1}:((!a(this,xr)||i<a(this,xr))&&f(this,xr,i),(!a(this,Vi)||i>a(this,Vi))&&f(this,Vi,i),{energy:(i-a(this,xr))/(a(this,Vi)-a(this,xr))*10||0,isVoice:r})},hc=new WeakSet,Fu=function(t){return t<5},nl=new WeakSet,nT=function(t=a(this,ua)){var r;if(!a(this,Ks)||!t)return;const e={producerId:a(this,Ks),energy:Math.round(t),silent:V(r=co,hc,Fu).call(r,t)};f(this,pa,e.silent),this.reportRequest(e)},al=new WeakSet,aT=function(t){const e=Math.log10(t);return Math.round(e)},m(Ya,hc),m(Ya,al);var PD=Object.defineProperty,_D=Object.getOwnPropertyDescriptor,le=(s,t,e,r)=>{for(var i=r>1?void 0:r?_D(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&&PD(t,e,i),i},pc,gc,tt,q,ol,lt,Ui,$i,Bi,mc,kt,Ps,st,mt,Ys,si,cl,oT,dl,cT,ll,dT,fc,qu,ul,lT,hl,uT,ut,Pt,Hi,Qa,pl,hT,gl,pT,ml,gT;class ne{constructor(t,e){m(this,Ys);m(this,cl);m(this,dl);m(this,ll);m(this,fc);m(this,ul);m(this,hl);m(this,ut);m(this,Hi);m(this,pl);m(this,gl);m(this,ml);p(this,"context");p(this,"authToken");p(this,"e2ee");m(this,pc,void 0);m(this,gc,void 0);m(this,tt,void 0);m(this,q,void 0);m(this,ol,void 0);m(this,lt,void 0);m(this,Ui,void 0);m(this,$i,void 0);m(this,Bi,void 0);m(this,mc,void 0);m(this,kt,null);m(this,Ps,void 0);m(this,st,void 0);m(this,mt,void 0);var i,n;this.context=t;const{socket:r}=e;this.mediaJoined=!1,f(this,tt,r),f(this,Ui,!1),f(this,q,new SD(t,r)),f(this,lt,a(this,q).events),f(this,Ps,new Set),f(this,st,new Map),f(this,$i,!1),f(this,Bi,new Lu(t.getValue("logger"))),f(this,mt,new Ya(this.context,a(this,q).socketHandler.audioActivity.bind(a(this,q).socketHandler))),this.e2ee=(n=(i=t.getValue("modules").e2ee)==null?void 0:i.enabled)!=null?n:!1,this.handleSocketEvents(),this.handleCallstatsEvents(),f(this,mc,ph(()=>u(this,null,function*(){if(!a(this,Ys,si).mediaJoinAttempted)return;const{roomJoined:o}=yield this.joinRoom(a(this,gc),a(this,pc),!0);o&&(this.context.getValue("peerSessionStore").emit(R.RESET_PRODUCER_STATE),this.context.getValue("peerSessionStore").emit(R.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,Ys,si).mediaJoined}set mediaJoined(t){a(this,Ys,si).mediaJoined=t}reset({resetTransportQueue:t}){this.logger.info(`Resetting media node client: closing all transports, producers, consumers, and queues(resetTransportQueue: ${t}).`),a(this,q).closeAllProducers(),a(this,q).closeAllConsumers(),a(this,st).clear(),a(this,Ps).clear(),f(this,kt,null),t&&a(this,Bi).stop(),a(this,q).stopAllTransports(),a(this,q).reset(),t&&f(this,Bi,new Lu)}joinRoom(n,o){return u(this,arguments,function*(t,e,r=!1,i={}){a(this,Ys,si).mediaJoinAttempted=!0,f(this,Ui,!0);try{return yield a(this,Bi).push(()=>V(this,cl,oT).call(this,t,e,r,i),"joinRoom")}catch(c){return this.logger.error("Error in room joining process",{error:c}),this.context.getValue("peerSessionStore").emit(R.ROOM_NODE_FAILED),{roomJoined:!1,error:c}}})}initializeConnection(n,o){return u(this,arguments,function*(t,e,r=!1,i={}){return a(this,kt)?a(this,kt):(f(this,kt,(()=>u(this,null,function*(){try{yield V(this,fc,qu).call(this,t,e,r,i)}catch(c){throw f(this,kt,null),c}}))()),a(this,kt))})}getConsumers(){return a(this,q).consumers}getProducers(){return a(this,q).producers}leaveRoom(){return u(this,null,function*(){a(this,q).stopAllTransports(),f(this,$i,!1),a(this,Ys,si).mediaJoinAttempted=!1;const t={closeRoom:!1};a(this,tt).sendMessagePromise(a(this,lt).leaveRoom,Bw.toBinary(t)).then(r=>{var i;(i=kR.fromBinary(r.payload))!=null&&i.closed&&this.logger.warn("Weird state on peer closed and should not happen")}).catch(r=>{this.logger.error("error on sending leave room request",{error:r})}),this.context.getValue("callstats").callEnded(),this.context.getValue("telemetry").destruct().catch(r=>{this.logger.error("leaveRoom::telemetry_destruct_failed",{error:r})})})}activatePeers(t){return u(this,null,function*(){return this.createConsumers(t)})}createConsumers(t){return u(this,null,function*(){return t.length===0?Promise.resolve():a(this,q).createConsumers(t)})}closeConsumers(t){return u(this,null,function*(){if(!t.length)return;const e=t.reduce((r,i)=>{const n=a(this,q).producerIdToConsumerIdMap.get(i.producerId);return n?(r.push(n),r):(this.logger.warn(`consumer not found in close consumers: ${i.producerId}`),r)},[]);yield a(this,q).closeConsumers(e)})}_shareWebcam(t){return u(this,null,function*(){var h,g,T,y;const e=we.WEBCAM,r=V(this,ut,Pt).call(this,e);if(r){const E=yield r;if(a(this,q).producers.has(E)){const _=a(this,q).producers.get(E);if(!_.closed)return yield _.replaceTrack({track:t}),yield this.resumeWebcam(e),t;yield this.disableWebcam()}return this._shareWebcam(t)}const i=V(this,ml,gT).call(this,t),n=ya(this.context,"disableSimulcast"),o=(g=(h=this.context)==null?void 0:h.getValue("overrides"))==null?void 0:g.simulcastConfig;n||o&&o.disable||!((y=(T=this.context)==null?void 0:T.getValue("theme"))!=null&&y.isSimulcastEnabled)?this.logger.info("Simulcast disabled for webcam producer, SFU: CF"):(this.logger.info("Simulcast enabled for SFU: CF"),i.encodings=d0(this.context,t),this.logger.info(`Simulcast encodings: ${JSON.stringify(i.encodings)}`));const d=()=>{this.logger.info("Disabling video due to the producer closure"),a(this,st).delete(e)},l=a(this,q).createProducer(i,d);return V(this,Hi,Qa).call(this,e,l.then(E=>E.id)),l.then(E=>E.track)})}shareWebcam(t){return u(this,null,function*(){return t===void 0?null:(this.logger.debug("Calling _shareWebcam with VP8 codec"),this._shareWebcam(t))})}shareScreen(t){return u(this,null,function*(){const{video:e,audio:r}=t;if(e===void 0)return;const i={track:e,codecOptions:[{name:"VP8"}],appData:{screenShare:!0,e2ee:this.e2ee,supportsRemoteControl:Se.isElectron()},stopTracks:!1},n=()=>{this.logger.info("Disabling screenShare due to the producer closure"),a(this,st).delete(we.SCREENSHARE_VIDEO),a(this,st).delete(we.SCREENSHARE_AUDIO)},o=a(this,q).createProducer(i,n);V(this,Hi,Qa).call(this,we.SCREENSHARE_VIDEO,o.then(d=>d.id));let c;if(r){const d={track:r,codecOptions:[{name:"opus"}],appData:{screenShare:!0,e2ee:this.e2ee,supportsRemoteControl:Se.isElectron()},stopTracks:!1,zeroRtpOnPause:!1},l=()=>{};c=a(this,q).createProducer(d,l),V(this,Hi,Qa).call(this,we.SCREENSHARE_AUDIO,c.then(h=>h.id))}yield Promise.all([o,c||Promise.resolve()]),this.context.getValue("callstats").screenShareStart()})}shareMic(t){return u(this,null,function*(){try{if(t===void 0)throw new vt("track undefined");const e=V(this,ut,Pt).call(this,we.MIC);if(e){const o=yield e;if(a(this,q).producers.has(o)){const c=a(this,q).producers.get(o);if(!c.closed){yield c.replaceTrack({track:t}),yield this.resumeMic(),a(this,mt)&&(a(this,mt).audioTrack=t,a(this,mt).producerId=o,a(this,mt).start());return}yield a(this,q).closeProducer(o,{stopTrack:!1})}yield this.shareMic(t);return}const r=V(this,gl,pT).call(this,t),i=()=>{a(this,st).delete(we.MIC)},n=a(this,q).createProducer(r,i);V(this,Hi,Qa).call(this,we.MIC,n.then(o=>o.id)),yield n.then(o=>{a(this,mt)&&(a(this,mt).audioTrack=o.track,a(this,mt).producerId=o.id,a(this,mt).start())})}catch(e){throw new b(e)}})}pauseMic(){return u(this,null,function*(){var i;const t=yield V(this,ut,Pt).call(this,we.MIC),e=a(this,q).producers.get(t);if(!e){this.logger.error("pauseMic::could_not_find_mic_producer");return}if(e.paused){this.logger.info("pauseMic::mic_producer_already_paused");return}e.pause(),(i=a(this,mt))==null||i.stop();const r={producerId:e.id,pause:!0};a(this,tt).sendMessage(a(this,lt).toggleProducer,Uc.toBinary(r))})}pauseWebcam(){return u(this,null,function*(){const t=yield V(this,ut,Pt).call(this,we.WEBCAM),e=a(this,q).producers.get(t);if(!e){this.logger.error("pauseWebcam::could_not_find_webcam_producer");return}e.pause();const r={producerId:e.id,pause:!0};a(this,tt).sendMessage(a(this,lt).toggleProducer,Uc.toBinary(r))})}resumeMic(){return u(this,null,function*(){const t=yield V(this,ut,Pt).call(this,we.MIC),e=a(this,q).producers.get(t);if(!e){this.logger.error("resumeMic::could_not_find_mic_producer");return}if(!e.pause){this.logger.info("resumeMic::mic_producer_already_resumed");return}e.resume(),e.appData.e2ee&&this.context.getValue("peerSessionStore").emit(R.E2EE_ACTIVE_PRODUCER,e);const r={producerId:e.id,pause:!1};a(this,tt).sendMessage(a(this,lt).toggleProducer,Uc.toBinary(r))})}resumeWebcam(){return u(this,arguments,function*(t=we.WEBCAM){const e=yield V(this,ut,Pt).call(this,t),r=a(this,q).producers.get(e);if(!r){this.logger.error("resumeWebcam::could_not_find_webcam_producer");return}if(!r.paused){this.logger.info("resumeWebcam::webcam_producer_already_resumed");return}r.resume(),r.appData.e2ee&&this.context.getValue("peerSessionStore").emit(R.E2EE_ACTIVE_PRODUCER,r);const i={producerId:r.id,pause:!1};a(this,tt).sendMessage(a(this,lt).toggleProducer,Uc.toBinary(i))})}disableWebcam(){return u(this,null,function*(){const t=we.WEBCAM,e=yield V(this,ut,Pt).call(this,t);V(this,pl,hT).call(this,t),e&&(yield a(this,q).closeProducer(e))})}disableMic(){return u(this,null,function*(){var e;const t=yield V(this,ut,Pt).call(this,we.MIC);t&&(yield a(this,q).closeProducer(t)),(e=a(this,mt))==null||e.stop(),a(this,st).delete(we.MIC)})}disableScreenShare(){return u(this,null,function*(){this.logger.info("screen_sharing_stopped"),this.context.getValue("callstats").screenShareStop();const t=yield V(this,ut,Pt).call(this,we.SCREENSHARE_VIDEO),e=yield V(this,ut,Pt).call(this,we.SCREENSHARE_AUDIO);t&&(yield a(this,q).closeProducer(t)),e&&(yield a(this,q).closeProducer(e)),a(this,Ps).clear(),a(this,st).delete(we.SCREENSHARE_VIDEO),a(this,st).delete(we.SCREENSHARE_AUDIO)})}muteSelf(){return u(this,null,function*(){this.pauseMic()})}resetVideoProducers(t,e){return u(this,null,function*(){if(t){const r=yield V(this,ut,Pt).call(this,we.WEBCAM);yield a(this,q).closeProducer(r,{stopTrack:!1}),this.shareWebcam(t)}if(e){const r=yield V(this,ut,Pt).call(this,we.SCREENSHARE_VIDEO);yield a(this,q).closeProducer(r,{stopTrack:!1}),this.shareScreen({video:e})}})}changeDisplayName(t,e){return u(this,null,function*(){const r={displayName:t,participantId:e!=null?e:this.peerId};if(!(yield a(this,q).socketHandler.changeDisplayName(r)))throw new Error("failed to change display name!")})}kick(t){const e={peerIds:[t]};a(this,q).socketHandler.kickPeer(e)}kickAll(){a(this,q).socketHandler.kickAll()}muteAll(t){return u(this,null,function*(){if(!(yield a(this,q).socketHandler.hostControlForAll("audio")))throw new Error("failed to mute all participant")})}muteAllVideo(){return u(this,null,function*(){if(!(yield a(this,q).socketHandler.hostControlForAll("video")))throw new Error("failed to mute all video participant")})}disableAudio(t){return u(this,null,function*(){if(!(yield a(this,q).socketHandler.hostControlForPeer(t,"audio")))throw new Error("failed to mute given participant")})}disableVideo(t){return u(this,null,function*(){if(!(yield a(this,q).socketHandler.hostControlForPeer(t,"video")))throw new Error("failed to mute video of given participant")})}pinPeer(t){return u(this,null,function*(){const e={participantId:t!=null?t:""};try{yield a(this,tt).sendMessagePromise(a(this,lt).globalPinPeer,eR.toBinary(e))}catch(r){this.logger.error("Error in pinning peer:",{error:r})}})}validateScreenShare(t){return this.peerId===t.peerId&&a(this,q).producers.get(t.producerId)&&a(this,Ps).add(t.consumerPeerId),a(this,Ps).size}switchConsumersToLayer(t,e){return u(this,null,function*(){const r=t.map(i=>this.getConsumers().get(i));a(this,q).switchConsumersToLayer(r,e)})}handleSocketEvents(){return u(this,null,function*(){a(this,tt).on(a(this,lt).peerProducerCreateBroadcast,({payload:t})=>{if(this.mediaJoined)try{const{participantId:e,producerState:r}=ib.fromBinary(t);if(e===this.peerId)return;r!=null&&r.mimeType||(r.mimeType=r.kind===sr.AUDIO?"audio/opus":"video/VP8"),this.logger.info(`producer created broadcast: ${e}, producer state: ${r}`),this.context.getValue("peerSessionStore").emit(R.NEW_PRODUCER,{peerId:e,producer:j(O({},r),{kind:r.kind===sr.AUDIO?"audio":"video",producingPeerId:e})})}catch(e){this.logger.error("error in peer-producer-create-broadcast",{error:e})}}),a(this,tt).on(a(this,lt).peerProducerToggleBroadcast,({payload:t})=>{if(this.mediaJoined)try{const{participantId:e,initiatorParticipantId:r,producerState:{kind:i,pause:n,producerId:o,screenShare:c}}=Np.fromBinary(t);if(c)return;const d=i===sr.AUDIO?"audio":"video";if(this.logger.info(`producer toggle broadcast: ${e}, producerId: ${o}, kind:${d}, paused:${n} payload: ${JSON.stringify(Np.fromBinary(t))}`),e===this.peerId&&r!==this.peerId&&n&&this.context.getValue("peerSessionStore").emit(d==="audio"?R.MUTE_SELF:R.MUTE_SELF_VIDEO),e===this.peerId)return;this.context.getValue("peerSessionStore").emit(R.PRODUCER_TOGGLE,{peerId:e,producerId:o,paused:n,kind:d}),Array.from(this.getConsumers().values()).filter(h=>h.producerId===o).forEach(h=>{h.kind==="video"&&n||h.paused!==n&&(this.logger.debug(`consumer state mismatched for ${h.id}. updating consumer pause state ${h.paused} to ${n}`),n?(h.pause(),this.context.getValue("peerSessionStore").emit(R.CONSUMER_PAUSED,{id:h.id})):(h.resume(),this.context.getValue("peerSessionStore").emit(R.CONSUMER_RESUMED,{id:h.id})))})}catch(e){this.logger.error("error in producer toggle broadcast handler",{error:e})}}),a(this,tt).on(a(this,lt).peerLeaveBroadcast,({payload:t})=>{if(this.mediaJoined)try{const{participantId:e}=gu.fromBinary(t);if(e===this.peerId)return;this.logger.info(`peer left broadcast:${e}`),a(this,Ps).delete(e),a(this,q).consumers.forEach(r=>{r.peerId===e&&r.close()}),this.context.getValue("peerSessionStore").emit(R.PEER_CLOSED,{id:e})}catch(e){this.logger.error("error in peer left broadcast",{error:e})}}),a(this,tt).on(a(this,lt).peerProducerCloseBroadcast,({payload:t})=>{if(this.mediaJoined)try{const{participantId:e,producerState:{producerId:r}}=ob.fromBinary(t);if(e===this.peerId)return;this.logger.info(`producer closed broadcast:${e}`),this.context.getValue("peerSessionStore").emit(R.PRODUCER_CLOSED,{peerId:e,producerId:r});const i=a(this,q).producerIdToConsumerIdMap.get(r);if(!i){this.logger.warn(`no consumer found for producer:${r}`);return}this.logger.info(`closing consumer ${i}, producer id: ${r}`),a(this,q).closeConsumer(i).then(()=>{this.logger.info(`closed consumer: ${i}`),a(this,q).producerIdToConsumerIdMap.delete(r),this.context.getValue("peerSessionStore").emit(R.CONSUMER_CLOSED,{id:i})}).catch(n=>{this.logger.error("error closing consumer",{error:n})})}catch(e){this.logger.error("error on producer close broadcast",{error:e})}}),a(this,tt).on(a(this,lt).mediaRoomTerminationBroadcastResponse,()=>{!this.mediaJoined&&!a(this,Ui)&&!a(this,$i)||(this.logger.warn("media hub termination broadcast received, rejoining room"),this.context.getValue("peerSessionStore").emit(R.ROOM_NODE_DISCONNECTED),a(this,mc).call(this))})})}handleCallstatsEvents(){this.context.getValue("callstats").onConsumerScore(t=>{t.forEach((e,r)=>{const i=a(this,q).consumers.get(r);i&&this.context.getValue("peerSessionStore").emit(R.CONSUMER_SCORE_UPDATE,{id:r,kind:i.kind,peerId:i.peerId,score:e.score,scoreStats:e})})}),this.context.getValue("callstats").onProducerScore(t=>{t.forEach((e,r)=>{const i=Array.from(a(this,q).producers.values()).find(n=>n.id===r);i&&this.context.getValue("peerSessionStore").emit(R.PRODUCER_SCORE_UPDATE,{id:r,kind:i.kind,appData:i.appData,score:e.score,scoreStats:e})})})}}pc=new WeakMap,gc=new WeakMap,tt=new WeakMap,q=new WeakMap,ol=new WeakMap,lt=new WeakMap,Ui=new WeakMap,$i=new WeakMap,Bi=new WeakMap,mc=new WeakMap,kt=new WeakMap,Ps=new WeakMap,st=new WeakMap,mt=new WeakMap,Ys=new WeakSet,si=function(){return this.context.getValue("connectionHandler")},cl=new WeakSet,oT=function(t,e,r,i){return u(this,null,function*(){var o;f(this,gc,t);let n=!1;if(r){const{recv:c,send:d}=(o=a(this,Ys,si).mediaState)!=null?o:{};(d==null?void 0:d.state)===_s.CONNECTED&&(c==null?void 0:c.state)===_s.CONNECTED?(this.logger.info("MediaNodeClient.joinRoom: transports healthy — partial reset (producers only)"),yield a(this,q).closeAllProducersLocally(),a(this,st).clear(),a(this,Ps).clear(),f(this,kt,null),n=!0):(this.logger.info("MediaNodeClient.joinRoom: transports unhealthy — full reset"),this.reset({resetTransportQueue:!1}))}try{a(this,kt)?yield a(this,kt):yield V(this,fc,qu).call(this,t,e,r,i,n),V(this,ll,dT).call(this,e);const{joined:c,error:d}=yield V(this,dl,cT).call(this);return{roomJoined:c,error:d}}catch(c){return this.logger.error("Failed to complete room join",{error:c}),{roomJoined:!1,error:c}}finally{f(this,kt,null)}})},dl=new WeakSet,cT=function(){return u(this,null,function*(){try{this.mediaJoined=!0;const{roomState:t}=yield a(this,q).socketHandler.notifySelfJoinComplete();return f(this,pc,t.roomUuid),f(this,$i,!0),f(this,Ui,!1),{joined:!0}}catch(t){return this.logger.error("Error completing room join",{error:t}),this.mediaJoined=!1,{joined:!1,error:t}}})},ll=new WeakSet,dT=function(t){navigator.product!=="ReactNative"&&setTimeout(()=>{try{const r={userId:this.context.getValue("userId"),peerId:this.peerId,roomUUID:t,roomViewType:"groupCall",deviceInfo:j(O({},Se.getDeviceInfo()),{userAgent:navigator.userAgent,memory:navigator.deviceMemory,cpus:navigator.hardwareConcurrency}),sdkName:this.context.getValue("sdkName"),sdkVersion:this.context.getValue("sdkVersion"),metaData:{},permissions:{}};this.context.getValue("callstats").roomJoined(r)}catch(e){this.logger.error("Error reporting room joined analytics",{error:e})}},0)},fc=new WeakSet,qu=function(t,e,r,i,n=!1){return u(this,null,function*(){try{const o=V(this,ul,lT).call(this);yield V(this,hl,uT).call(this,t,e,r,o),n?this.logger.info("MediaNodeClient: reusing existing transports on rejoin"):yield a(this,q).setupTransports({send:!0,recv:!0})}catch(o){throw this.logger.error("Failed to initialize connection",{error:o}),o}})},ul=new WeakSet,lT=function(){const t=nD("video/VP8");return f(this,ol,t),t},hl=new WeakSet,uT=function(t,e,r,i){return u(this,null,function*(){yield Bf((n,o)=>u(this,null,function*(){if(!a(this,tt).isConnected){o(new Error("Socket is not connected"));return}n>0&&this.logger.warn("Retry: send joinRoom message",{debuggingHint:`Retry attempt ${n}`});try{yield a(this,q).socketHandler.joinRoom(e,t,i,r)}catch(c){throw this.logger.error("Failed to send joinRoom message after retries",{error:c}),c}}),{delayTime:1e3,strategy:"exponential",maxRetryCount:15})})},ut=new WeakSet,Pt=function(t){return a(this,st).get(t)},Hi=new WeakSet,Qa=function(t,e){return a(this,st).set(t,e)},pl=new WeakSet,hT=function(t){return a(this,st).delete(t)},gl=new WeakSet,pT=function(t){return{track:t,encodings:[{priority:"high"}],codecOptions:[{name:"opus"}],appData:{e2ee:this.e2ee},stopTracks:!1,zeroRtpOnPause:!1}},ml=new WeakSet,gT=function(t){return{track:t,codecOptions:[{name:"VP8"}],appData:{screenShare:!1,e2ee:this.e2ee},stopTracks:!1}};le([P.trace("MediaNodeClient.reset")],ne.prototype,"reset",1);le([P.trace("MediaNodeClient.joinRoom")],ne.prototype,"joinRoom",1);le([P.trace("MediaNodeClient.leaveRoom")],ne.prototype,"leaveRoom",1);le([P.trace("MediaNodeClient.activatePeers")],ne.prototype,"activatePeers",1);le([P.trace("MediaNodeClient.createConsumers")],ne.prototype,"createConsumers",1);le([P.trace("MediaNodeClient.closeConsumers")],ne.prototype,"closeConsumers",1);le([P.trace("MediaNodeClient._shareWebcam")],ne.prototype,"_shareWebcam",1);le([P.trace("MediaNodeClient.shareWebcam")],ne.prototype,"shareWebcam",1);le([P.trace("MediaNodeClient.shareScreen")],ne.prototype,"shareScreen",1);le([P.trace("MediaNodeClient.shareMic")],ne.prototype,"shareMic",1);le([P.trace("MediaNodeClient.pauseMic")],ne.prototype,"pauseMic",1);le([P.trace("MediaNodeClient.pauseWebcam")],ne.prototype,"pauseWebcam",1);le([P.trace("MediaNodeClient.resumeMic")],ne.prototype,"resumeMic",1);le([P.trace("MediaNodeClient.resumeWebcam")],ne.prototype,"resumeWebcam",1);le([P.trace("MediaNodeClient.disableWebcam")],ne.prototype,"disableWebcam",1);le([P.trace("MediaNodeClient.disableMic")],ne.prototype,"disableMic",1);le([P.trace("MediaNodeClient.disableScreenShare")],ne.prototype,"disableScreenShare",1);le([P.trace("MediaNodeClient.muteSelf")],ne.prototype,"muteSelf",1);le([P.trace("MediaNodeClient.resetVideoProducers")],ne.prototype,"resetVideoProducers",1);le([P.trace("MediaNodeClient.changeDisplayName")],ne.prototype,"changeDisplayName",1);le([P.trace("MediaNodeClient.kickPeer")],ne.prototype,"kick",1);le([P.trace("MediaNodeClient.kickAllPeers")],ne.prototype,"kickAll",1);le([P.trace("MediaNodeClient.muteAll")],ne.prototype,"muteAll",1);le([P.trace("MediaNodeClient.muteAllVideo")],ne.prototype,"muteAllVideo",1);le([P.trace("MediaNodeClient.disableAudio")],ne.prototype,"disableAudio",1);le([P.trace("MediaNodeClient.disableVideo")],ne.prototype,"disableVideo",1);le([P.trace("MediaNodeClient.pinPeer")],ne.prototype,"pinPeer",1);le([P.trace("MediaNodeClient.validateScreenShare")],ne.prototype,"validateScreenShare",1);function mT(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 ne(s,t);return s.setValue("roomNodeClient",r),r}function CD(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 wD=Object.defineProperty,RD=Object.getOwnPropertyDescriptor,tn=(s,t,e,r)=>{for(var i=r>1?void 0:r?RD(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&wD(t,e,i),i},ga,cs,ee,ft,Vt,kg;const fT=(kg=class{constructor(s,t,e,r){m(this,ft);p(this,"self");p(this,"authToken");m(this,ga,void 0);p(this,"viewType");m(this,cs,void 0);m(this,ee,void 0);const{socket:i}=e,n=s.getValue("authToken");this.self=t,f(this,ee,s),this.viewType=r,this.authToken=n,f(this,ga,i),f(this,cs,e),this.setupEvents()}get peerId(){return a(this,ee).getValue("peerId")}get telemetry(){return a(this,ee).getValue("telemetry")}get logger(){return a(this,ee).getValue("logger")}get mediaJoined(){return a(this,ee).getValue("connectionHandler").mediaJoined}static init(s,t,e,r,i){return u(this,null,function*(){const n=St(),o=s.getValue("peerId"),c=!!s.getValue("cachedUserDetails"),d=yield ze.__init__(s,e,r,i,i.name,c);s.setValue("self",d);const l=s.getValue("logger");return navigator.product!=="ReactNative"?setTimeout(()=>u(this,null,function*(){const g=yield d.getAllDevices();l.info("populated_full_device_list",{devices:JSON.stringify(g)}),s.getValue("callstats").devices("AUDIO",g==null?void 0:g.filter(T=>T.kind==="audioinput")),s.getValue("callstats").devices("VIDEO",g==null?void 0:g.filter(T=>T.kind==="videoinput")),s.getValue("callstats").devices("SPEAKER",g==null?void 0:g.filter(T=>T.kind==="audiooutput")),l.info("Callstats:: initializing");try{yield s.getValue("callstats").initialize({peerId:o,engineName:Se.getDeviceInfo().engineName,env:s.getValue("env")==="prod"?"prod":"devel",iceServers:yield n.getICEServers(),apiBase:s.getValue("apiBase"),flags:{},logger:l,apiHostnames:DC(s),skipConnectivityChecks:!0,authToken:s.getValue("authToken")}),l.info("Callstats:: initialized")}catch(T){l.error("Callstats:: initialization failed",{error:T})}}),0):l.info("Callstats:: Skipped initialization due to navigator product being ReactNative."),new fT(s,d,t,i.viewType)})}shareMediaTracks(){return u(this,null,function*(){var c;const{audioTrack:s,videoTrack:t,permissions:e,audioEnabled:r,videoEnabled:i,screenShareEnabled:n,screenShareTracks:o}=this.self;if(e.canProduceAudio===W.Allowed&&r)if((s==null?void 0:s.readyState)==="live")try{yield a(this,ft,Vt).shareMic(s),this.self.audioEnabled||a(this,ft,Vt).pauseMic()}catch(d){this.self.disableAudio()}else this.logger.warn("shareMediaTracks: audio track is dead, disabling audio"),this.self.disableAudio();if(e.canProduceVideo===W.Allowed&&i)if((t==null?void 0:t.readyState)==="live")try{yield a(this,ft,Vt).shareWebcam(t),this.self.videoEnabled||a(this,ft,Vt).pauseWebcam()}catch(d){this.self.disableVideo()}else this.logger.warn("shareMediaTracks: video track is dead, disabling video"),this.self.disableVideo();if(e.canProduceScreenshare===W.Allowed&&n){const d=o.video,l=o.audio;if((d==null?void 0:d.readyState)==="live")try{yield(c=a(this,ft,Vt))==null?void 0:c.shareScreen({video:d,audio:(l==null?void 0:l.readyState)==="live"?l:void 0})}catch(h){this.self.disableScreenShare()}else this.logger.warn("shareMediaTracks: screenshare video track is dead, disabling screenshare"),this.self.disableScreenShare()}})}kickHandler(s){return u(this,null,function*(){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")}resetSelf(s){return u(this,null,function*(){a(this,ee).getValue("callstats").callEnded(),s?(this.logger.info("Resetting Self post reconnect. Peer has earlier tried joining the meeting. State cleanup will be done during room rejoin."),yield this.joinRoom(s)):(this.logger.info("Resetting Self post reconnect. User never joined the room so doing full reset."),a(this,ft,Vt).reset({resetTransportQueue:!0}))})}setupEvents(){a(this,ee).getValue("peerSessionStore").on(R.RESET_PRODUCER_STATE,()=>u(this,null,function*(){this.mediaJoined&&this.shareMediaTracks()})),a(this,ee).getValue("peerSessionStore").on(R.ROOM_NODE_RECONNECTED,()=>{this.self.roomState="joined",this.self.emit("roomJoined",{reconnected:!0})}),a(this,ee).getValue("peerSessionStore").on(R.ROOM_NODE_DISCONNECTED,()=>{this.self.roomState!=="disconnected"&&(this.self.roomState="disconnected",this.self.emit("roomLeft",{state:"disconnected"}))}),a(this,ee).getValue("peerSessionStore").on(R.ROOM_NODE_FAILED,()=>{this.logger.error("Room node failed. SDK re-initialization is required."),this.self.roomState="failed",this.self.emit("roomLeft",{state:"failed"})}),a(this,ee).getValue("peerSessionStore").on(R.SOCKET_SERVICE_RECONNECTED,({wasJoinAttempted:s})=>{s===!1&&(this.self.roomState="init"),this.resetSelf(s)}),a(this,ee).getValue("peerSessionStore").on(R.SOCKET_SERVICE_DISCONNECTED,({joinAttempted:s})=>{if(this.self.roomState==="disconnected")return;const{peerId:t}=this;a(this,ga).updateURL(t),a(this,ee).getValue("telemetry").resetPeerId(t),St().setHeader("tracing-id",t),jr.remapContext(t,a(this,ee)),this.self.roomState="disconnected",this.self.emit("roomLeft",{state:"disconnected"})}),a(this,ee).getValue("peerSessionStore").on(R.SOCKET_SERVICE_FAILED,()=>{this.logger.error("Socket reconnection failed after exhausting all attempts. SDK re-initialization is required."),this.self.roomState="failed",this.self.emit("roomLeft",{state:"failed"})}),a(this,cs).on(U.waitingRoomRequestAccepted,()=>{this.waitlistAcceptHandler()}),a(this,cs).on(zc.updateUserPreset,s=>{s.updatePeersPresets.forEach(t=>{t.userIds===this.self.userId&&a(this,ee).getValue("peerSessionStore").emit(R.UPDATE_PERMISSIONS,t.patch)})}),a(this,cs).on(U.waitingRoomRequestDenied,()=>{this.waitlistRejectedHandler()}),a(this,cs).on(U.kick,()=>{this.kickHandler({kickType:"kick"})}),a(this,cs).on(U.kickAll,()=>{this.kickHandler({kickType:"kickAll"})}),a(this,ee).getValue("peerSessionStore").onAsync(R.JOIN_MEDIA_ROOM,this.joinMediaRoom.bind(this)),a(this,ee).getValue("peerSessionStore").on(R.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,ee).getValue("peerSessionStore").on(R.MUTE_SELF,()=>u(this,null,function*(){this.self.audioEnabled&&(yield this.self.disableAudio(),a(this,ee).getValue("callstats").audioOff())})),a(this,ee).getValue("peerSessionStore").on(R.MUTE_SELF_VIDEO,()=>u(this,null,function*(){this.self.videoEnabled&&(yield this.self.disableVideo(),a(this,ee).getValue("callstats").videoOff())})),a(this,ee).getValue("peerSessionStore").onAsync(R.LEAVE_MEDIA_ROOM,this.leaveMediaRoom.bind(this)),a(this,ee).getValue("peerSessionStore").on(R.PIP_HANGUP,this.leaveRoom.bind(this))}joinRoom(s=!1){return u(this,null,function*(){try{this.logger.info("Joining socket room.");const{peer:t}=yield a(this,cs).joinRoom(this.self);this.logger.info("Joined socket room."),a(this,cs).socket.flush();const e=Sh(t.stageType);if(a(this,ee).setValue("stageStatus",e,!1),t.waitlisted){this.logger.info("Peer was waitlisted. Skipped joining media room."),this.waitlistedHandler();return}}catch(t){throw this.logger.error("SelfController.joinRoom: socket join failed",{error:t}),new b("Check the network and try again.","0002")}try{this.logger.info("Joining media room."),yield this.joinMediaRoom(s),this.logger.info("Joined media room."),a(this,ee).notify("stageStatus")}catch(t){throw this.logger.error("SelfController.joinRoom: media room join failed",{error:t}),t instanceof vr&&t.message==="ice connection failed"?new b("A firewall or network restriction may be blocking the connection.","0014"):new b("Check the network and try again.","0014")}})}leaveRoom(s="left"){return u(this,null,function*(){var t;if(this.logger.info(`Leaving room with state: ${s}`),s==="rejected"){this.self.roomState=s,this.self.emit("roomLeft",{state:s});return}this.self.setIsPinned(!1),a(this,ee).setValue("stageStatus","OFF_STAGE",!1),yield this.leaveMediaRoom(s),a(this,ee).setValue("roomNodeClient",void 0),a(this,ee).notify("stageStatus"),(t=a(this,ee).getValue("roomSocketHandler"))==null||t.cleanup(),this.self.roomState=s,this.self.emit("roomLeft",{state:s}),this.logger.info(`roomLeft event emitted with state: ${s}`)})}joinMediaRoom(s=!1){return u(this,null,function*(){var n,o;const{peerId:t,viewType:e,meetingId:r,stageStatus:i}=a(this,ee).getAllValues();try{if(e===tr.Livestream){if(i!=="ON_STAGE"){this.self.roomState="joined",this.self.emit("roomJoined",{reconnected:s});return}mT(a(this,ee),{socket:a(this,ga),peerId:t})}const{canProduceAudio:c,canProduceVideo:d,canProduceScreenshare:l}=this.self.permissions,{roomJoined:h,error:g}=(o=yield(n=a(this,ft,Vt))==null?void 0:n.joinRoom(this.self.name,r,s,{canProduceAudio:c,canProduceVideo:d,canProduceScreenshare:l}))!=null?o:{};if(!h)throw g!=null?g:new Error("Could not connect to media server");this.logger.info(i==="ON_STAGE"?"Peer is on stage. Sharing media tracks":"Peer is not on stage. Not sharing media tracks"),i==="ON_STAGE"&&(yield this.shareMediaTracks()),this.logger.info(i==="ON_STAGE"?"Peer is on stage. Shared media tracks":"Peer is not on stage. Did not share media tracks"),this.self.roomState="joined",this.self.emit("roomJoined",{reconnected:s})}catch(c){throw this.logger.error("SelfController.mediaRoomJoin",{error:c}),c}})}leaveMediaRoom(s){return u(this,null,function*(){const t=a(this,ee).getValue("viewType");s!=="connected-meeting"&&(yield this.cleanupSelf()),!(s==="stageLeft"&&t===tr.Webinar)&&a(this,ft,Vt)&&(a(this,ft,Vt).mediaJoined&&s!=="disconnected"&&(yield a(this,ft,Vt).leaveRoom()),!(s==="stageLeft"&&t===tr.Livestream)&&(a(this,ft,Vt).mediaJoined=!1))})}cleanupSelf(){return u(this,null,function*(){yield this.self.disableAudio(),yield this.self.disableVideo(),yield this.self.disableScreenShare(),this.self.cleanUpTracks(),this.self.destructMediaHandler(),navigator.isReactNative||this.self.removeDocumentEventListeners()})}},ga=new WeakMap,cs=new WeakMap,ee=new WeakMap,ft=new WeakSet,Vt=function(){return a(this,ee).getValue("roomNodeClient")},kg);let Qr=fT;tn([P.trace("SelfController.resetSelf")],Qr.prototype,"resetSelf",1);tn([P.trace("SelfController.setupEvents")],Qr.prototype,"setupEvents",1);tn([P.trace("SelfController.joinRoom")],Qr.prototype,"joinRoom",1);tn([P.trace("SelfController.leaveRoom")],Qr.prototype,"leaveRoom",1);tn([P.trace("SelfController.joinMediaRoom")],Qr.prototype,"joinMediaRoom",1);tn([P.trace("SelfController.leaveMediaRoom")],Qr.prototype,"leaveMediaRoom",1);tn([P.trace("SelfController.init")],Qr,"init",1);var Tc;class bD{constructor(t){m(this,Tc,void 0);f(this,Tc,t)}on(t,e){let r;t===U.roomPeerCount?r=xp.fromBinary.bind(xp):r=Gp.fromBinary.bind(Gp),a(this,Tc).on(t,({payload:i})=>{if(t===U.roomPeerCount&&!i)return;const n=r(i);e(n)})}}Tc=new WeakMap;var Sc,vc;class kD{constructor(t,e){m(this,Sc,void 0);m(this,vc,void 0);f(this,Sc,e),f(this,vc,t)}get logger(){return a(this,vc).getValue("logger")}on(t,e){let r,i;switch(t){case U.transcript:{r=Wl.fromBinary.bind(Wl),i=Wl.create();break}default:{this.logger.debug("AISocketHandler switch case hit default, event not accounted for.");break}}a(this,Sc).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)})}}Sc=new WeakMap,vc=new WeakMap;var MD=Object.defineProperty,AD=Object.getOwnPropertyDescriptor,Ih=(s,t,e,r)=>{for(var i=r>1?void 0:r?AD(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&&MD(t,e,i),i},Qs,ma;class Ol{constructor(t,e){m(this,Qs,void 0);m(this,ma,void 0);f(this,Qs,e),f(this,ma,t)}get logger(){return a(this,ma).getValue("logger")}get telemetry(){return a(this,ma).getValue("telemetry")}getPolls(){return a(this,Qs).sendMessagePromise(Ds.getPolls)}createPoll(t,e,r=!1,i=!1){const n={anonymous:r,hideVotes:i,question:t,options:e};return a(this,Qs).sendMessage(Ds.createPoll,VA.toBinary(n))}votePoll(t,e){const r={index:e,pollId:t};return a(this,Qs).sendMessage(Ds.votePoll,UA.toBinary(r))}on(t,e){let r,i;switch(t){case Ds.updatePoll:case Ds.createPoll:case Ds.votePoll:{r=Xl.fromBinary.bind(Xl),i=Xl.create();break}}a(this,Qs).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,Qs).removeListeners(t)}}Qs=new WeakMap,ma=new WeakMap;Ih([P.trace("PollSocketHandler.getPolls")],Ol.prototype,"getPolls",1);Ih([P.trace("PollSocketHandler.createPoll")],Ol.prototype,"createPoll",1);Ih([P.trace("PollSocketHandler.votePoll")],Ol.prototype,"votePoll",1);var ID=Object.defineProperty,DD=Object.getOwnPropertyDescriptor,OD=(s,t,e,r)=>{for(var i=r>1?void 0:r?DD(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&&ID(t,e,i),i},Mt;class TT{constructor(t,e){p(this,"socket");m(this,Mt,void 0);f(this,Mt,t),this.socket=e,this.handleSocketEvents(),a(this,Mt).setValue("roomSocketHandler",this)}get telemetry(){return a(this,Mt).getValue("telemetry")}get logger(){return a(this,Mt).getValue("logger")}cleanup(){var t;try{(t=this.socket)==null||t.disconnect()}catch(e){this.logger.error("roomSocketHandler::cleanup")}}joinRoom(t){return u(this,null,function*(){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,Vb.toBinary(e));try{const{peer:n}=rn.fromBinary((yield r).payload);a(this,Mt).getValue("connectionHandler").socketJoined=!0,a(this,Mt).getValue("peerSessionStore").emit(R.SOCKET_SERVICE_ROOM_JOINED,{peer:n});const o=this.getRoomState(),c=this.getRoomPeersNonPaginated(),[{room:d},{peers:l}]=yield Promise.all([o,c]);return a(this,Mt).getValue("peerSessionStore").emit(R.ROOM_STATE,d),a(this,Mt).getValue("peerSessionStore").emit(R.SOCKET_PEERS,l),{peer:n}}catch(n){throw this.logger.error("RoomSocketHandler.joinRoom.failed",{error:n}),n}})}getAllAddedParticipants(){return u(this,null,function*(){try{return yk.fromBinary((yield this.socket.sendMessagePromise(U.getAllAddedParticipants)).payload).participants.map(i=>{var n=i,{id:e}=n,r=Nc(n,["id"]);return j(O({},r),{userId:e})})}catch(t){return[]}})}getRoomPeers(t,e,r){return u(this,null,function*(){let i;try{const n={seachQuery:t,limit:e,offset:r},o=yield this.socket.sendMessagePromise(U.getRoomPeersInfo,Rb.toBinary(n));i=Jl.fromBinary(o.payload)}catch(n){this.logger.error("getRoomPeers::binary_decode_error",{error:n})}return i})}getRoomPeersNonPaginated(){return u(this,null,function*(){let t;try{const e=yield this.socket.sendMessagePromise(U.getRoomPeersInfo);t=Jl.fromBinary(e.payload)}catch(e){this.logger.error("getRoomJoinedPeers::binary_decode_error",{error:e})}return t})}getStagePeers(){return u(this,null,function*(){let t;try{const e=yield this.socket.sendMessagePromise(U.getRoomPeersInfo);t=Jl.fromBinary(e.payload)}catch(e){this.logger.error("getRoomJoinedPeers::binary_decode_error",{error:e})}return t})}getPeerInfo(t){return u(this,null,function*(){let e;try{const r=yield this.socket.sendMessagePromise(U.getPeerInfo,rf.toBinary({peerId:t}));e=rn.fromBinary(r.payload)}catch(r){this.logger.error("getPeerInfo::binary_decode_error",{error:r})}return e})}getRoomState(){return u(this,null,function*(){let t=Up.create();try{const e=yield this.socket.sendMessagePromise(U.getRoomInfo);t=Up.fromBinary(e.payload)}catch(e){this.logger.error("getRoomState::binary_decode_error",{error:e})}return t})}getRoomStageState(){return u(this,null,function*(){let t=Fp.create();try{const e=yield this.socket.sendMessagePromise(U.getRoomStageState);t=Fp.fromBinary(e.payload)}catch(e){this.logger.error("getRoomStageState::binary_decode_error",{error:e})}return t})}broadcastMessage(t,e){return u(this,null,function*(){const r={type:t,payload:new TextEncoder().encode(JSON.stringify(e)),timestamp:Date.now(),ids:[]};return this.socket.sendMessagePromise(U.broadcastMessage,Fa.toBinary(r))})}broadcastToMeetings(t,e,r){return u(this,null,function*(){const i={type:t,payload:new TextEncoder().encode(JSON.stringify(r)),timestamp:Date.now(),ids:e,broadcastType:1};return this.socket.sendMessagePromise(U.broadcastToEntity,Fa.toBinary(i))})}broadcastToPeers(t,e,r){return u(this,null,function*(){const i={type:t,payload:new TextEncoder().encode(JSON.stringify(r)),timestamp:Date.now(),ids:e,broadcastType:0};return this.socket.sendMessage(U.broadcastToEntity,Fa.toBinary(i))})}leaveRoom(){return u(this,null,function*(){this.socket.joinAttempted=!1,this.socket.sendMessagePromise(U.leaveRoom,Ub.toBinary({}))})}kick(t){return u(this,null,function*(){const e={peerIds:[t]};this.socket.sendMessage(U.kick,af.toBinary(e))})}kickAll(t=!1){return u(this,null,function*(){const e={propagateKickAcrossRooms:t};this.socket.sendMessage(U.kickAll,ef.toBinary(e))})}getWaitingRoomRequests(){this.socket.sendMessage(U.getWaitingRoomRequests)}acceptWaitingRoomRequest(t){const e={userIds:t};this.socket.sendMessage(U.acceptWaitingRoomRequests,Rk.toBinary(e))}rejectWaitingRoomRequest(t){const e={userIds:t};this.socket.sendMessage(U.denyWaitingRoomRequests,kk.toBinary(e))}updatePermissions(t,e){return u(this,null,function*(){const r={updatePeersPresets:[]};return t.forEach(i=>{r.updatePeersPresets.push({userIds:i,patch:e})}),this.socket.sendMessagePromise(zc.updateUserPreset,rM.toBinary(r))})}handleSocketEvents(){this.socket.on(U.broadcastMessage,({payload:t})=>{try{const e=Fa.fromBinary(t);a(this,Mt).getValue("peerSessionStore").emit(R.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=Fa.fromBinary(t);a(this,Mt).getValue("peerSessionStore").emit(R.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=rn.fromBinary.bind(rn),i=rn.create();break}case U.getWaitingRoomRequests:{r=(n,o)=>n?Hp.fromBinary(n,o):{requests:[]},i=Hp.create();break}case U.recordingPaused:case U.recordingStarted:case U.recordingStopped:{r=Kp.fromBinary.bind(Kp);break}case zc.updateUserPreset:{r=qp.fromBinary.bind(qp);break}case ls.peerJoinedBroadcast:case Sr.peerJoinedBroadcast:{r=Dp.fromBinary.bind(Dp);break}case ls.selfJoinComplete:case Sr.selfJoinComplete:{r=pu.fromBinary.bind(pu);break}case ls.globalPeerPinBroadcast:case Sr.globalPeerPinBroadcast:{r=Lp.fromBinary.bind(Lp);break}case ls.selectedPeer:case Sr.selectedPeer:{r=hu.fromBinary.bind(hu);break}case ls.selectedPeerDiff:case Sr.selectedPeerDiff:{r=Ip.fromBinary.bind(Ip);break}case ls.leaveRoom:case Sr.leaveRoom:{r=gu.fromBinary.bind(gu);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)})}getUserPermissions(t){return u(this,null,function*(){const e={userIds:[t]};try{const r=yield this.socket.sendMessagePromise(zc.getUserPresets,Yk.toBinary(e)),i=eM.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}})}}Mt=new WeakMap;OD([P.trace("RoomSocketHandler.joinRoom")],TT.prototype,"joinRoom",1);var Tt;class ND{constructor(t){m(this,Tt,void 0);f(this,Tt,t)}getStageRequests(){return u(this,null,function*(){const{payload:t}=yield a(this,Tt).sendMessagePromise(U.getStageRequests);return t?Ql.fromBinary(t):{stageRequests:[]}})}requestAccess(){a(this,Tt).sendMessage(U.requestStageAccess)}cancelRequestAccess(){a(this,Tt).sendMessage(U.cancelStageRequest)}grantAccess(t){return u(this,null,function*(){const e={userIds:t};a(this,Tt).sendMessage(U.grantStageAccess,RA.toBinary(e))})}denyAccess(t){return u(this,null,function*(){const e={userIds:t};a(this,Tt).sendMessage(U.denyStageAccess,kA.toBinary(e))})}joinStage(){return a(this,Tt).sendMessagePromise(U.joinStage,void 0,void 0,U.peerStageStatusUpdate)}leaveStage(t){const e={userIds:[t]};return a(this,Tt).sendMessagePromise(U.leaveStage,Jp.toBinary(e),void 0,U.peerStageStatusUpdate)}kick(t){const e={userIds:t};return a(this,Tt).sendMessagePromise(U.leaveStage,Jp.toBinary(e))}on(t,e){let r;switch(t){case U.grantStageAccess:case U.denyStageAccess:{r=void 0;break}case U.getStagePeers:{r=Wp.fromBinary.bind(Wp);break}case U.getStageRequests:case U.requestStageAccess:case U.cancelStageRequest:{r=Ql.fromBinary.bind(Ql);break}case U.peerStageStatusUpdate:{r=Vp.fromBinary.bind(Vp);break}}a(this,Tt).on(t,({payload:i,id:n})=>{if(!i||!r)return e(void 0,n);const o=r(i);return e(o,n)})}getPeerInfo(t){return u(this,null,function*(){const e=yield a(this,Tt).sendMessagePromise(U.getPeerInfo,rf.toBinary({peerId:t}));return rn.fromBinary(e.payload)})}}Tt=new WeakMap;var Ur,fa;class LD{constructor(t,e){m(this,Ur,void 0);m(this,fa,void 0);f(this,Ur,e),f(this,fa,t)}get logger(){return a(this,fa).getValue("logger")}get peerId(){return a(this,fa).getValue("peerId")}storeInsertKeys(t,e,r,i){const n={pluginId:t,storeName:e,insertKeys:r.map(o=>({storeKey:o.key,payload:new TextEncoder().encode(JSON.stringify(o.payload))}))};a(this,Ur).sendMessage(Is.storeInsertKeys,aA.toBinary(n),i)}storeGetKeys(t,e,r,i){const n={pluginId:t,storeName:e,getKeys:r.map(o=>({storeKey:o.key}))};a(this,Ur).sendMessage(Is.storeGetKeys,cA.toBinary(n),i)}storeDeleteKeys(t,e,r,i){const n={pluginId:t,storeName:e,deleteKeys:r.map(o=>({storeKey:o.key}))};a(this,Ur).sendMessage(Is.storeDeleteKeys,lA.toBinary(n),i)}on(t,e){const r=jp.fromBinary.bind(jp);a(this,Ur).on(t,({payload:i,id:n})=>{const o=r(i);return e(o,n)})}}Ur=new WeakMap,fa=new WeakMap;var VD=Object.defineProperty,xD=(s,t,e)=>t in s?VD(s,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):s[t]=e,UD=(s,t,e)=>(xD(s,typeof t!="symbol"?t+"":t,e),e),Dh=(s,t,e)=>{if(!t.has(s))throw TypeError("Cannot "+e)},I=(s,t,e)=>(Dh(s,t,"read from private field"),e?e.call(s):t.get(s)),ae=(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)},se=(s,t,e,r)=>(Dh(s,t,"write to private field"),r?r.call(s,e):t.set(s,e),e),re=(s,t,e)=>(Dh(s,t,"access private method"),e),Sd={},$D={get exports(){return Sd},set exports(s){Sd=s}},Tn=typeof Reflect=="object"?Reflect:null,ng=Tn&&typeof Tn.apply=="function"?Tn.apply:function(s,t,e){return Function.prototype.apply.call(s,t,e)},sd;Tn&&typeof Tn.ownKeys=="function"?sd=Tn.ownKeys:Object.getOwnPropertySymbols?sd=function(s){return Object.getOwnPropertyNames(s).concat(Object.getOwnPropertySymbols(s))}:sd=function(s){return Object.getOwnPropertyNames(s)};function BD(s){console&&console.warn&&console.warn(s)}var ST=Number.isNaN||function(s){return s!==s};function de(){de.init.call(this)}$D.exports=de;Sd.once=jD;de.EventEmitter=de;de.prototype._events=void 0;de.prototype._eventsCount=0;de.prototype._maxListeners=void 0;var ag=10;function Nl(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 ag},set:function(s){if(typeof s!="number"||s<0||ST(s))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+s+".");ag=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||ST(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 vT(s){return s._maxListeners===void 0?de.defaultMaxListeners:s._maxListeners}de.prototype.getMaxListeners=function(){return vT(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")ng(c,this,t);else for(var d=c.length,l=CT(c,d),e=0;e<d;++e)ng(l[e],this,t);return!0};function yT(s,t,e,r){var i,n,o;if(Nl(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=vT(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,BD(c)}return s}de.prototype.addListener=function(s,t){return yT(this,s,t,!1)};de.prototype.on=de.prototype.addListener;de.prototype.prependListener=function(s,t){return yT(this,s,t,!0)};function HD(){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 ET(s,t,e){var r={fired:!1,wrapFn:void 0,target:s,type:t,listener:e},i=HD.bind(r);return i.listener=e,r.wrapFn=i,i}de.prototype.once=function(s,t){return Nl(t),this.on(s,ET(this,s,t)),this};de.prototype.prependOnceListener=function(s,t){return Nl(t),this.prependListener(s,ET(this,s,t)),this};de.prototype.removeListener=function(s,t){var e,r,i,n,o;if(Nl(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():FD(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 PT(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?qD(i):CT(i,i.length)}de.prototype.listeners=function(s){return PT(this,s,!0)};de.prototype.rawListeners=function(s){return PT(this,s,!1)};de.listenerCount=function(s,t){return typeof s.listenerCount=="function"?s.listenerCount(t):_T.call(s,t)};de.prototype.listenerCount=_T;function _T(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?sd(this._events):[]};function CT(s,t){for(var e=new Array(t),r=0;r<t;++r)e[r]=s[r];return e}function FD(s,t){for(;t+1<s.length;t++)s[t]=s[t+1];s.pop()}function qD(s){for(var t=new Array(s.length),e=0;e<t.length;++e)t[e]=s[e].listener||s[e];return t}function jD(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))}wT(s,t,n,{once:!0}),t!=="error"&&GD(s,i,{once:!0})})}function GD(s,t,e){typeof s.on=="function"&&wT(s,"error",t,e)}function wT(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 WD extends S.MessageType{constructor(){super("message.v1.SocketMessage",[{no:1,name:"event",kind:"scalar",T:13},{no:2,name:"id",kind:"scalar",opt:!0,T:9},{no:3,name:"payload",kind:"scalar",opt:!0,T:12},{no:4,name:"metadata",kind:"scalar",opt:!0,T:12}])}}const og=new WD;class RT{static encode(t){return og.toBinary(t)}static decode(t){return og.fromBinary(new Uint8Array(t))}}function JD(s,t){return Math.floor(Math.random()*(t-s+1)+s)}var fr;class KD{constructor(t={}){UD(this,"opts"),ae(this,fr,void 0),this.opts={initialTimeout:t.initialTimeout||1e3,maxTimeout:t.maxTimeout||1e4,factor:t.factor||2},se(this,fr,0)}wait(){return u(this,null,function*(){se(this,fr,I(this,fr)+1);const t=JD(0,Math.min(this.opts.maxTimeout,this.opts.initialTimeout*$h(2,I(this,fr))));yield new Promise(e=>{setTimeout(e,t)})})}getAttempts(){return I(this,fr)}reset(){se(this,fr,0)}}fr=new WeakMap;const hr={debug:0,info:1,warn:2,error:3};var ri,ii;class zD{constructor(t){ae(this,ri,void 0),ae(this,ii,void 0),se(this,ri,console),se(this,ii,t)}debug(...t){hr[I(this,ii)]>hr.debug||I(this,ri).debug("[Sockrates]:",...t)}info(...t){hr[I(this,ii)]>hr.info||I(this,ri).info("[Sockrates]:",...t)}warn(...t){hr[I(this,ii)]>hr.warn||I(this,ri).warn("[Sockrates]:",...t)}error(...t){hr[I(this,ii)]>hr.error||I(this,ri).error("[Sockrates]:",...t)}}ri=new WeakMap,ii=new WeakMap;var bT=(s=>(s[s.CONNECTING=0]="CONNECTING",s[s.OPEN=1]="OPEN",s[s.CLOSING=2]="CLOSING",s[s.CLOSED=3]="CLOSED",s))(bT||{});const cg="2",dg="3";var Me,cn,oe,Pe,Tr,Ke,Zs,Fr,ds,dn,ln,As,ju,kT,Xa,rd,Gu,MT,id,su,vd,Wu,Ju,AT,ro,nd,Sn,io,yd,Ku,vn,no,zu,IT,ao,ad,oo,Ed;class YD{constructor(t,e){var E,_,C,M,D,L,B,F,H,X,me,Ve;ae(this,ju),ae(this,Xa),ae(this,Gu),ae(this,id),ae(this,vd),ae(this,Ju),ae(this,ro),ae(this,Sn),ae(this,yd),ae(this,vn),ae(this,zu),ae(this,ao),ae(this,oo),ae(this,Me,void 0),ae(this,cn,void 0),ae(this,oe,void 0),ae(this,Pe,void 0),ae(this,Tr,void 0),ae(this,Ke,void 0),ae(this,Zs,void 0),ae(this,Fr,void 0),ae(this,ds,void 0),ae(this,dn,void 0),ae(this,ln,void 0),ae(this,As,void 0);var r,i,n,o,c,d,l,h,g,T,y;se(this,cn,t),se(this,Tr,[]),se(this,Ke,new Sd),se(this,Zs,!0),se(this,ds,!1),se(this,oe,e!=null?e:{}),(E=(r=I(this,oe)).autoReconnect)!=null||(r.autoReconnect=!0),(_=(i=I(this,oe)).retryConnectionInterval)!=null||(i.retryConnectionInterval=1e3),(C=(n=I(this,oe)).pingTimeout)!=null||(n.pingTimeout=3e4),(M=(o=I(this,oe)).connectionTimeout)!=null||(o.connectionTimeout=5e3),(D=(c=I(this,oe)).debug)!=null||(c.debug=!0),(L=(d=I(this,oe)).maxReconnectionAttempts)!=null||(d.maxReconnectionAttempts=10),(B=(l=I(this,oe)).disconnectOnPingTimeout)!=null||(l.disconnectOnPingTimeout=!0),(F=(h=I(this,oe)).queueOnDisconnect)!=null||(h.queueOnDisconnect=!1),(H=(g=I(this,oe)).flushOnReconnect)!=null||(g.flushOnReconnect=!1),(X=(T=I(this,oe)).clientInitiatedPings)!=null||(T.clientInitiatedPings=!1),(me=(y=I(this,oe)).clientInitiatedPingInterval)!=null||(y.clientInitiatedPingInterval=3e4),se(this,Fr,{code:void 0,reason:void 0}),se(this,Pe,(Ve=I(this,oe).logger)!=null?Ve:new zD(I(this,oe).debug?"debug":"info")),se(this,As,new KD)}get readyState(){var t;return(t=I(this,Me))==null?void 0:t.readyState}get url(){return I(this,cn)}updateURL(t){se(this,cn,t),re(this,Ju,AT).call(this)}get config(){return I(this,oe)}get sendQueue(){return I(this,Tr)}flush(){if(!I(this,oe).queueOnDisconnect)return!1;const t=[];return I(this,Tr).forEach(e=>{this.send(e.event,e.id,e.payload,e.metadata)||t.push(e)}),se(this,Tr,t),I(this,Tr)}connect(t=!1){return u(this,null,function*(){if(!t&&[0,1].includes(this.readyState)){I(this,Pe).debug("Websocket was already connecting or connected.");return}if(I(this,Zs)!==!1)return new Promise((e,r)=>{re(this,vn,no).call(this),re(this,oo,Ed).call(this);try{se(this,Me,new WebSocket(re(this,ju,kT).call(this,I(this,cn)))),I(this,Me).binaryType="arraybuffer",I(this,Pe).debug("Connecting");const i=setTimeout(()=>{I(this,Pe).debug("Connection timeout. Closing socket"),se(this,Zs,!0),re(this,oo,Ed).call(this),I(this,Me).close(3001,"Connection Timeout"),I(this,oe).autoReconnect&&!I(this,ds)&&(I(this,Ke).emit("reconnecting"),re(this,ro,nd).call(this)),r(new Error("Connection timed out!"))},I(this,oe).connectionTimeout);I(this,Me).onopen=()=>{I(this,Pe).debug(`Ready State: ${bT[I(this,Me).readyState]}`),i&&clearTimeout(i),re(this,yd,Ku).call(this),re(this,zu,IT).call(this),se(this,Fr,{code:void 0,reason:void 0}),I(this,Ke).emit("connected"),I(this,oe).flushOnReconnect&&this.flush(),e()},I(this,Me).onclose=n=>{try{i&&clearTimeout(i);const{code:o,reason:c}=n;r(c),I(this,Pe).debug("Socket closed. Close event:",{event:n}),I(this,Pe).debug(`Connection closed code: ${o}`),I(this,Pe).debug(`Connection closed reason: ${c}`),I(this,ds)||re(this,vd,Wu).call(this,o,c)}catch(o){re(this,Xa,rd).call(this,o)}},I(this,Me).onerror=n=>{re(this,Xa,rd).call(this,n)},I(this,Me).onmessage=n=>re(this,Gu,MT).call(this,n)}catch(i){re(this,Xa,rd).call(this,i,r)}})})}send(t,e,r,i){const n={event:t,id:e,payload:r,metadata:i};if(I(this,oe).queueOnDisconnect&&(!I(this,Me)||I(this,Me).readyState!==1))return I(this,Pe).debug("Queuing message since socket is not connected!",n),I(this,Tr).push(n),!1;const o=RT.encode(n);return re(this,Sn,io).call(this,o)}emit(t,e,r,i){return this.send(t,e,r,i)}sendRaw(t){return re(this,Sn,io).call(this,t)}receive(t,e){return I(this,Ke).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")){I(this,Ke).on(t,e);return}this.receive(t,e)}removeAllListeners(){I(this,Ke).removeAllListeners()}removeReceiver(t,e){this.removeListener(t,e)}removeListener(t,e){I(this,Ke).removeListener(t.toString(),e)}removeReceivers(t){this.removeListeners(t)}removeListeners(t){I(this,Ke).listeners(t.toString()).map(e=>this.removeListener(t,e))}disconnect(){se(this,Zs,!1),re(this,vn,no).call(this),re(this,ao,ad).call(this),this.removeAllListeners(),se(this,Fr,{code:1e3,reason:"Sockrates disconnect method called"}),I(this,Me).close(1e3,"Sockrates disconnect method called.")}}Me=new WeakMap,cn=new WeakMap,oe=new WeakMap,Pe=new WeakMap,Tr=new WeakMap,Ke=new WeakMap,Zs=new WeakMap,Fr=new WeakMap,ds=new WeakMap,dn=new WeakMap,ln=new WeakMap,As=new WeakMap,ju=new WeakSet,kT=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)://.")},Xa=new WeakSet,rd=function(s,t){I(this,Pe).error("Error:",{error:s}),I(this,Ke).emit("errored",{error:s}),t==null||t(s)},Gu=new WeakSet,MT=function(s){if(re(this,yd,Ku).call(this),s.data===cg){I(this,Pe).debug("Received ping from server"),re(this,Sn,io).call(this,dg);return}if(s.data===dg){I(this,Pe).debug("Received pong from server");return}const t=RT.decode(s.data),{id:e,payload:r}=t;I(this,Pe).debug("Received message",{event:t.event,messageID:e}),I(this,Ke).emit(t.event.toString(),{id:e,payload:r})},id=new WeakSet,su=function(){return I(this,Me).readyState===1},vd=new WeakSet,Wu=function(s,t){se(this,Fr,{reason:t,code:s}),I(this,Ke).emit("disconnected",{code:s,reason:t})},Ju=new WeakSet,AT=function(){const{reason:s,code:t}=I(this,Fr);t&&t!==1e3&&I(this,Zs)&&I(this,oe).autoReconnect&&!I(this,ds)&&(I(this,Pe).debug(`Triggering reconnection due to ${s}.`),I(this,Ke).emit("reconnecting"),re(this,ro,nd).call(this))},ro=new WeakSet,nd=function(s=!0){return u(this,null,function*(){if(s&&I(this,ds)){I(this,Pe).debug("Reconnect called when already in a reconnect loop. Ignoring.");return}if(I(this,ds)||I(this,As).reset(),I(this,oe).maxReconnectionAttempts!==null&&I(this,As).getAttempts()>=I(this,oe).maxReconnectionAttempts){I(this,Ke).emit("failed"),se(this,ds,!1);return}se(this,ds,!0),re(this,oo,Ed).call(this),re(this,vn,no).call(this);try{if(yield I(this,As).wait(),I(this,Zs)===!1)return;if(I(this,Pe).debug(`Reconnection attempt ${I(this,As).getAttempts()}`),I(this,Ke).emit("reconnectAttempt",{attempt:I(this,As).getAttempts()}),yield this.connect(),!re(this,id,su).call(this))throw Error("Reconnect Failed");se(this,ds,!1),se(this,Fr,{code:void 0,reason:void 0}),I(this,Ke).emit("reconnected")}catch(t){I(this,Pe).debug("Failed to reconnect."),I(this,Ke).emit("reconnectFailure",{attempt:I(this,As).getAttempts()}),re(this,ro,nd).call(this,!1)}})},Sn=new WeakSet,io=function(s){try{return I(this,Me).send(s),!0}catch(t){return I(this,Pe).error(t.message),!1}},yd=new WeakSet,Ku=function(){this.config.disconnectOnPingTimeout&&(I(this,Pe).debug("Resetting ping timeout"),re(this,vn,no).call(this),se(this,dn,setTimeout(()=>{var s;I(this,Pe).debug("Disconnecting the socket due to ping timeout"),se(this,Zs,!0);const t=3002,e="Ping timeout";(s=I(this,Me))==null||s.close(t,e),re(this,vd,Wu).call(this,t,e)},I(this,oe).pingTimeout)))},vn=new WeakSet,no=function(){I(this,dn)&&(clearTimeout(I(this,dn)),se(this,dn,void 0))},zu=new WeakSet,IT=function(){re(this,ao,ad).call(this),I(this,oe).clientInitiatedPings&&se(this,ln,setInterval(()=>{re(this,id,su).call(this)&&(I(this,Pe).debug("Sending client-initiated ping"),re(this,Sn,io).call(this,cg))},I(this,oe).clientInitiatedPingInterval))},ao=new WeakSet,ad=function(){I(this,ln)&&(clearInterval(I(this,ln)),se(this,ln,void 0))},oo=new WeakSet,Ed=function(){re(this,ao,ad).call(this),I(this,Me)&&(I(this,Me).onopen=void 0,I(this,Me).onerror=void 0,I(this,Me).onmessage=void 0,I(this,Me).onclose=void 0)};var QD=Object.defineProperty,XD=Object.getOwnPropertyDescriptor,Ll=(s,t,e,r)=>{for(var i=r>1?void 0:r?XD(t,e):t,n=s.length-1,o;n>=0;n--)(o=s[n])&&(i=(r?o(t,e,i):o(i))||i);return r&&i&&QD(t,e,i),i};const lg=65535,ZD=3e3;var $r,ye,Ee,Ie,Wt,We,yc,Yu,Ec,Qu,Mg;const DT=(Mg=class{constructor(s,{peerId:t,meetingId:e,authToken:r,capabilities:i}){m(this,Ee);m(this,yc);m(this,Ec);m(this,$r,void 0);m(this,ye,void 0);p(this,"roomName");p(this,"authToken");p(this,"capabilities");m(this,Wt,void 0);m(this,We,void 0);if(!t||!e||!r)throw new b("peerId, meetingId, or authToken can not be empty","0404");f(this,Wt,void 0),f(this,We,s),this.capabilities=i,this.roomName=e,this.authToken=r,f(this,$r,V(this,yc,Yu).call(this,t));const n=i.includes("PING");f(this,ye,new YD(a(this,$r),{autoReconnect:!0,disconnectOnPingTimeout:n,queueOnDisconnect:!1,flushOnReconnect:!1,logger:this.logger,clientInitiatedPings:!n,maxReconnectionAttempts:50,clientInitiatedPingInterval:15e3})),this.handleSocketConnectionEvents()}get joinAttempted(){return a(this,Ee,Ie).socketJoinAttempted}set joinAttempted(s){a(this,Ee,Ie).socketJoinAttempted=s}get telemetry(){return a(this,We).getValue("telemetry")}get logger(){return a(this,We).getValue("logger")}get peerId(){return a(this,We).getValue("peerId")}updateURL(s){s!==this.peerId&&(f(this,$r,V(this,yc,Yu).call(this,s)),this.logger.debug("SocketService:: Connection URL updated.")),a(this,ye).updateURL(a(this,$r))}static getSocketEdgeDomain(s){return fn({servicePrefix:"socket-edge",baseURI:s})}get url(){return a(this,$r)}connect(){return u(this,null,function*(){a(this,Ee,Ie).socketJoinAttempted=!0,yield a(this,ye).connect(),a(this,Ee,Ie).socketJoinAttempted=!0,a(this,Ee,Ie).socketState={state:"connected",reconnected:!1,reconnectionAttempt:void 0}})}disconnect(){a(this,Ee,Ie).socketJoinAttempted=!1,a(this,ye).disconnect(),a(this,Ee,Ie).socketJoinAttempted=!0,a(this,Ee,Ie).socketState={state:"disconnected",reconnected:!1,reconnectionAttempt:void 0}}get isConnected(){try{return a(this,ye).readyState===1}catch(s){return!1}}sendMessage(s,t,e){const r={};return a(this,We).getValue("telemetry").injectContext(r),a(this,ye).send(s,e!=null?e:V(this,Ec,Qu).call(this),t,new TextEncoder().encode(JSON.stringify(r)))}sendMessagePromise(s,t,e,r){const i=parseInt({}.SOCKET_SERVICE_MESSAGE_REQUEST_TIMEOUT,10)||2e4;return this.sendMessagePromiseWithTimeout({event:s,timeout:i,protobuf:t,messageId:e,resp:r})}sendMessagePromiseWithTimeout({event:s,timeout:t,protobuf:e,messageId:r,resp:i}){const n=i!=null?i:s;return new Promise((o,c)=>{const d=(E,_)=>{a(this,ye).removeListener(n,E),a(this,ye).removeListener(lg,_),a(this,ye).removeListener(Sr.errorResponse,_),a(this,ye).removeListener(ls.errorResponse,_)},l=r!=null?r:V(this,Ec,Qu).call(this),h={};a(this,We).getValue("telemetry").injectContext(h);const T=({id:E,payload:_})=>{if(l===E){let C;try{const M=SR.fromBinary(_);C=new Error(M.errorMessage)}catch(M){C=new Error("failed to parse error message",{cause:M});try{const D=vb.fromBinary(_);C=new Error(D.message)}catch(D){C=new Error("failed to parse error message",{cause:D})}}c(C),d(y,T)}},y=({id:E,payload:_})=>{l===E&&(o({id:E,payload:_}),d(y,T))};a(this,ye).on(n,y),a(this,ye).on(lg,T),a(this,ye).on(Sr.errorResponse,T),a(this,ye).on(ls.errorResponse,T),setTimeout(()=>{d(y,T),c(new Error(`request timeout for callback eventId:${s}`))},t),a(this,ye).send(s,l,e,new TextEncoder().encode(JSON.stringify(h)))})}on(s,t){a(this,ye).on(s,t)}onStateEvent(s,t){a(this,ye).on(s,t)}removeListener(s,t){a(this,ye).removeListener(s,t)}removeListeners(s){a(this,ye).removeListeners(s)}flush(){return a(this,ye).flush()}handleSocketConnectionEvents(){this.onStateEvent("connected",()=>u(this,null,function*(){this.logger.info("SocketService::Connected to socket-edge"),a(this,Wt)&&(clearTimeout(a(this,Wt)),f(this,Wt,void 0)),a(this,Ee,Ie).updateSocketConnectionState("connected")})),this.onStateEvent("disconnected",({code:s,reason:t})=>{var i;this.logger.info("SocketService::Disconnected from socket-edge",{error:{code:s,reason:t}});const{recv:e,send:r}=(i=a(this,Ee,Ie).mediaState)!=null?i:{};e!=null&&e.state&&(e==null?void 0:e.state)!==_s.CONNECTED||r!=null&&r.state&&(r==null?void 0:r.state)!==_s.CONNECTED?a(this,We).getValue("peerSessionStore").emit(R.SOCKET_SERVICE_DISCONNECTED,{joinAttempted:a(this,Ee,Ie).joinAttempted}):f(this,Wt,setTimeout(()=>{a(this,We).getValue("peerSessionStore").emit(R.SOCKET_SERVICE_DISCONNECTED,{joinAttempted:a(this,Ee,Ie).joinAttempted}),f(this,Wt,void 0)},ZD)),a(this,Ee,Ie).updateSocketConnectionState("disconnected")}),this.onStateEvent("reconnecting",()=>u(this,null,function*(){this.logger.info("SocketService::Reconnecting to socket-edge"),a(this,Ee,Ie).updateSocketConnectionState("reconnecting")})),this.onStateEvent("reconnectAttempt",t=>u(this,[t],function*({attempt:s}){this.logger.info("SocketService::Attempting to reconnect to socket-edge",{socket:{retryAttempt:s}}),a(this,Ee,Ie).updateSocketConnectionState("reconnectAttempt",s)})),this.onStateEvent("reconnectFailure",({attempt:s})=>{this.logger.info("SocketService::Reconnect attempt to socket-edge failed",{socket:{retryAttempt:s}}),a(this,Ee,Ie).updateSocketConnectionState("reconnectFailure",s)}),this.onStateEvent("reconnected",()=>u(this,null,function*(){this.logger.info("SocketService::Reconnected to socket-edge",{connectionState:{joinAttempted:a(this,Ee,Ie).mediaJoinAttempted}}),a(this,Wt)&&(clearTimeout(a(this,Wt)),f(this,Wt,void 0)),a(this,We).getValue("peerSessionStore").emit(R.SOCKET_SERVICE_RECONNECTED,{wasJoinAttempted:a(this,Ee,Ie).mediaJoinAttempted}),a(this,Ee,Ie).updateSocketConnectionState("reconnected")})),this.onStateEvent("failed",()=>u(this,null,function*(){this.logger.info("SocketService::Failed to connect to socket-edge"),a(this,We).getValue("peerSessionStore").emit(R.SOCKET_SERVICE_FAILED),a(this,Ee,Ie).updateSocketConnectionState("failed")}))}},$r=new WeakMap,ye=new WeakMap,Ee=new WeakSet,Ie=function(){return a(this,We).getValue("connectionHandler")},Wt=new WeakMap,We=new WeakMap,yc=new WeakSet,Yu=function(s){const t=a(this,We).getValue("socketBaseURI")||a(this,We).getValue("baseURI");let e=DT.getSocketEdgeDomain(t);typeof ya(a(this,We),"socket_server_base")=="string"&&(e=ya(a(this,We),"socket_server_base"));const r=`wss://${e}`,i=new URL(`${r}/ws`),n=this.peerId,o=j(O({roomID:this.roomName,peerID:s,authToken:this.authToken,useMediaV2:!0},n!==s&&{oldPeerID:n}),{ping:this.capabilities.includes("PING"),capabilities:this.capabilities.map(c=>pd[c]).join(" "),joinWithDetails:!0,useCfWorker:!0,useStartSession:!0});return Object.entries(o).forEach(([c,d])=>{i.searchParams.append(c,d.toString())}),i.href},Ec=new WeakSet,Qu=function(){return`${this.peerId}-${(Math.random()+1).toString(36).substring(7)}`},Mg);let Dc=DT;Ll([P.trace("SocketService.connect")],Dc.prototype,"connect",1);Ll([P.trace("SocketService.disconnect")],Dc.prototype,"disconnect",1);Ll([P.trace("SocketService.sendMessagePromise")],Dc.prototype,"sendMessagePromise",1);Ll([P.trace("SocketService.sendMessagePromiseWithTimeout")],Dc.prototype,"sendMessagePromiseWithTimeout",1);class eO{constructor(t){p(this,"socketService");this.socketService=t}handleConnectedRoomsDumpRaw({payload:t}){var n;const e=Wb.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=Sk.fromBinary(t);return{authToken:e.authToken,meetingId:e.meetingId}}handleMovedPeerRaw({payload:t}){const e=nf.fromBinary(t);return{meetingId:e.meetingId,customParticipantId:e.customParticipantId}}handleConnectedRoomsUpdatedRaw({payload:t}){return Bp.fromBinary(t).payloads.map(r=>({id:r.id,title:r.title}))}handleConnectedRoomsDeletedRaw({payload:t}){return ck.fromBinary(t).payloads}getConnectedRoomsDump(){return u(this,null,function*(){const t=yield this.socketService.sendMessagePromise(U.getConnectedRoomsDump);return this.handleConnectedRoomsDumpRaw(t)})}createConnectedRooms(t){return u(this,null,function*(){const{payload:e}=yield this.socketService.sendMessagePromise(U.createConnectedRooms,Yb.toBinary({payloads:t}));return Bp.fromBinary(e).payloads.map(i=>({id:i.id,title:i.title}))})}updateConnectedRooms(t){return u(this,null,function*(){})}disableConnectedRooms(t){return u(this,null,function*(){const e=t.map(i=>({id:i})),r=yield this.socketService.sendMessagePromise(U.deleteConnectedRooms,ak.toBinary({payloads:e}));return this.handleConnectedRoomsDeletedRaw(r)})}movePeersBetweenRooms(t){return u(this,null,function*(){try{const e=yield this.socketService.sendMessagePromise(U.movePeers,gk.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 tO=Object.defineProperty,sO=Object.getOwnPropertyDescriptor,rO=(s,t,e,r)=>{for(var i=r>1?void 0:r?sO(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&&tO(t,e,i),i},At;class OT extends Ot{constructor(e){const r=e.getValue("logger");super(r);p(this,"meetings",[]);p(this,"parentMeeting",null);m(this,At,void 0);f(this,At,e)}get isActive(){return this.meetings.length!==0}validateAlterAction(){const e=a(this,At).getValue("self").permissions.connectedMeetings;if(!(e!=null&&e.canAlterConnectedMeetings))throw new Error("You are not allowed to perform this action. Please enable canAlterConnectedMeetings permission in your preset.")}validateMoveAction(e,r){var d;if(!(r!=null&&r.length))throw new Error("You're trying to move participants with an empty list.");const i=a(this,At).getValue("self").permissions.connectedMeetings;if(!i)throw new Error("You are not allowed to perform this action. Please enable connected meetings permissions in your preset.");if(i.canAlterConnectedMeetings)return;const n=a(this,At).getValue("userId");if(!(r.length===1&&r[0]===n))throw new Error("You are not allowed to move other participants. Please enable canAlterConnectedMeetings permission in your preset.");if(e===((d=this.parentMeeting)==null?void 0:d.id)){if(!i.canSwitchToParentMeeting)throw new Error("You are not allowed to move to the parent meeting. Please enable canSwitchToParentMeeting permission in your preset.");return}if(!i.canSwitchConnectedMeetings)throw new Error("You are not allowed to move to a connected meeting. Please enable canSwitchConnectedMeetings permission in your preset.")}getConnectedMeetings(){return u(this,null,function*(){this.logger.info("Getting connected meetings dump");const e=yield a(this,At).getValue("connectedMeetingsSocketHandler").getConnectedRoomsDump();return this.logger.info("Got connected meetings dump"),e})}createMeetings(e){return u(this,null,function*(){this.validateAlterAction(),this.logger.info(`Creating connected meetings ${JSON.stringify(e)}`);const r=yield a(this,At).getValue("connectedMeetingsSocketHandler").createConnectedRooms(e);return this.logger.info(`Created connected meetings ${JSON.stringify(r)}`),r.map(i=>({id:i.id,title:i.title}))})}updateMeetings(e){return u(this,null,function*(){this.validateAlterAction(),this.logger.info(`Updating connected meetings ${JSON.stringify(e)}`),yield a(this,At).getValue("connectedMeetingsSocketHandler").updateConnectedRooms(e.map(r=>({meetingId:r.id,title:r.title}))),this.logger.info(`Updated connected meetings ${JSON.stringify(e)}`)})}deleteMeetings(e){return u(this,null,function*(){this.validateAlterAction(),this.logger.info(`Moving participants before deleting connected meetings ${JSON.stringify(e)}`);const r=this.meetings.map(n=>e.includes(n.id)&&n.participants.length!==0?this.moveParticipants(n.id,this.parentMeeting.id,n.participants.map(o=>o.id)):Promise.resolve());this.logger.info(`Moved participants before deleting connected meetings ${JSON.stringify(e)}. Deleting now.`),yield Promise.all(r);const i=yield a(this,At).getValue("connectedMeetingsSocketHandler").disableConnectedRooms(e);return this.logger.info(`Deleted connected meetings ${JSON.stringify(e)}`),i})}moveParticipants(e,r,i){return u(this,null,function*(){this.validateMoveAction(r,i),this.logger.info(`Moving connected meetings participants ${JSON.stringify(i)} from ${e} to ${r}`);const n=yield a(this,At).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})}moveParticipantsWithCustomPreset(e,r,i){return u(this,null,function*(){this.validateMoveAction(r,i.map(o=>o.id)),this.logger.info(`Moving connected meetings participants (custom preset) ${JSON.stringify(i)} from ${e} to ${r}`);const n=yield a(this,At).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 j(O({},o),{participants:c})}if(e===o.id){const c=o.participants.filter(d=>!i.includes(d.id));return j(O({},o),{participants:c})}return o})}}At=new WeakMap;rO([Nt({maxInvocations:60,period:60})],OT.prototype,"getConnectedMeetings",1);var iO=Object.defineProperty,nO=Object.getOwnPropertyDescriptor,Oh=(s,t,e,r)=>{for(var i=r>1?void 0:r?nO(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&&iO(t,e,i),i},pe,Ag;const NT=(Ag=class{constructor(s){p(this,"connectedMeetings");m(this,pe,void 0);f(this,pe,s),this.connectedMeetings=new OT(s)}get telemetry(){return a(this,pe).getValue("telemetry")}get logger(){return a(this,pe).getValue("logger")}static init(s){const t=new NT(s);return s.getValue("self").once("roomJoined",()=>t.getConnectedMeetings()),t.setupEvents(),t}getConnectedMeetings(){this.connectedMeetings.getConnectedMeetings()}setupEvents(){a(this,pe).getValue("connectedMeetingsSocketHandler").socketService.on(U.getConnectedRoomsDump,this.handleConnectedRoomsDump.bind(this)),a(this,pe).getValue("connectedMeetingsSocketHandler").socketService.on(U.transferPeer,this.handleTransferPeer.bind(this)),a(this,pe).getValue("connectedMeetingsSocketHandler").socketService.on(U.movedPeer,this.handleMovedPeer.bind(this)),a(this,pe).getValue("connectedMeetingsSocketHandler").socketService.on(U.connectedRoomsUpdated,this.handleConnectedRoomsUpdated.bind(this)),a(this,pe).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,pe).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)}switchMeeting(e){return u(this,arguments,function*({authToken:s,meetingId:t}){var n,o,c,d;this.logger.info("ConnectedMeetingsController::switchMeeting:: asking ui-kit to show switching breakout UI"),this.connectedMeetings.emit("changingMeeting",t);const r={video:a(this,pe).getValue("self").videoEnabled,audio:a(this,pe).getValue("self").audioEnabled};try{a(this,pe).getValue("self").cleanupEvents(),yield a(this,pe).getValue("meeting").leave("connected-meeting")}catch(l){this.logger.error(`ConnectedMeetingsController:: switchMeeting:: issues in leaving previous meeting. Meeting Id: ${(o=(n=a(this,pe).getValue("meeting"))==null?void 0:n.meta)==null?void 0:o.meetingId}`,{error:l})}this.logger.info(`ConnectedMeetingsController::switchMeeting:: initializing new meeting. Meeting Id: ${t}`);const i=yield VT.init(j(O({},a(this,pe).getValue("options")),{cachedUserDetails:null,defaults:j(O(O({},a(this,pe).getValue("options").defaults),r),{mediaHandler:a(this,pe).getValue("self")}),authToken:s}));this.logger.info(`ConnectedMeetingsController::switchMeeting:: initialized new meeting. Meeting Id: ${(c=i==null?void 0:i.meta)==null?void 0:c.meetingId}`);try{const{hidden:l}=a(this,pe).getValue("self");i.self.setName(a(this,pe).getValue("self").name),yield i.join(),l&&i.self.hide()}catch(l){this.logger.error("ConnectedMeetingsController.joinRoom",{error:l})}return this.logger.info(`ConnectedMeetingsController::switchMeeting:: asking ui-kit to show in-meeting ui of newly joined meeting id: ${(d=i==null?void 0:i.meta)==null?void 0:d.meetingId}`),this.connectedMeetings.emit("meetingChanged",i),i})}handleConnectedRoomsDump(s){const t=a(this,pe).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,pe).getValue("connectedMeetingsSocketHandler").handleMovedPeerRaw(s)}handleConnectedRoomsUpdated(s){const t=a(this,pe).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,j(O({},r),{participants:[]}))}),this.connectedMeetings.meetings=Array.from(e.values()),this.emitStateUpdate()}handleConnectedRoomsDeleted(s){const e=a(this,pe).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})}},pe=new WeakMap,Ag);let Vl=NT;Oh([P.trace("ConnectedMeetingsController.getConnectedMeetings")],Vl.prototype,"getConnectedMeetings",1);Oh([P.trace("ConnectedMeetingsController.setupEvents")],Vl.prototype,"setupEvents",1);Oh([P.trace("ConnectedMeetingsController.switchMeeting")],Vl.prototype,"switchMeeting",1);var aO=Object.defineProperty,oO=Object.getOwnPropertyDescriptor,Nh=(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 Za=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 init(s){return u(this,null,function*(){var L,B,F;const{peerId:t,apiBase:e,authToken:r,meetingId:i,organizationId:n,cachedUserDetails:o,logger:c}=s.getAllValues();if(CD(s),Se.isSupported()===!1)throw new b("Browser not supported","0010",c,!0);const d=pI(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 zI(s);s.setValue("connectionHandler",l);let h="",g="",T=null;c.info("CF SFU is being used.");try{T=yield d.getUserDetails(),h=((L=T.meeting)==null?void 0:L.title)||"",g=((B=T.socket)==null?void 0:B.baseUri)||s.getValue("baseURI"),s.setValue("presetName",T.preset.name),s.setValue("socketBaseURI",g),c.info(`Socket Base URI ${g} is being used`)}catch(H){throw c.error("Failed to get user details",{error:H}),H instanceof gd?H.status===401?new b("Unauthorized. The auth token may be invalid or expired. (401)","0004"):H.status===403?new b("Access denied. Insufficient permissions to join the meeting. (403)","0004"):H.status===404?(c.error("[ERROR:0004] participant-details returned 404."),new b("The auth token is not associated with an active participant in this meeting. The meeting may have ended, or the participant may no longer exist. (404)","0004")):H.status>=500?new b(`The server encountered an error. Try again. (${H.status})`,"0001"):H.isHttpError?new b(`Request rejected by the server. (${H.status})`,"0001"):H.isTimeout?new b("Connection timed out. Check the network and try again.","0001"):new b("Unable to connect to the server. Check the internet connection.","0001"):new b((H==null?void 0:H.message)||"Failed to initialize.","0001")}const y=Za.createSocketService(s),E=y.connect();try{yield E}catch(H){c.error("[Controller]: Failed to connect to socket server:",{error:H})}const _=Mu.init(T.preset,!s.getValue("modules").theme);s.setValue("theme",_);const C=Ou.init(s,_.viewType,T.preset.permissions),M=Za.setupControllers(y,s,T,h,_,C);xI(_)&&((F=Za.createRoomNodeClient(s,y).initializeConnection(T.participant.name,i,!1,C))==null||F.catch(X=>{c.error("[Controller]: Failed to queue partial media room promise:",{error:X})}));const{controllers:D}=yield M;return ZC(),new Za(e,D,s)})}static setupControllers(s,t,e,r,i,n){return u(this,null,function*(){var _e,x,k;const o=t.getValue("modules"),{participant:c}=e,d=t.getValue("defaults"),l=t.getValue("logger"),{viewType:h,mediaConstraints:{audio:g}}=i;t.setValue("viewType",h),t.setValue("defaults",O({mediaConfiguration:{audio:{enableHighBitrate:(_e=g.enableHighBitrate)!=null?_e:!1,enableStereo:(x=g.enableStereo)!=null?x:!1}}},d)),t.setValue("maxPreferredStreams",Se.isMobile()?i.maxVideoStreams.mobile:i.maxVideoStreams.desktop);let T,y,E,_,C,M,D,L,B;const F=new kD(t,s),H=new eO(s);t.setValue("connectedMeetingsSocketHandler",H);const X=new Ol(t,s),me=new cr(t,s),Ve=new ND(s),Qt=new TT(t,s),Xr=new LD(t,s),A=new bD(s),v=yield Qr.init(t,Qt,c,n,i);t.setValue("selfController",v);const w=yield yf.init(t,v.self,Qt,F,r);o.participant&&(L=new ur(t,v.self,Qt)),(k=o.e2ee)!=null&&k.enabled&&o.e2ee.manager.init(l,t.getValue("peerSessionStore")),o.chat&&(y=yield so.init(t,me,v.self,L.participants)),o.internals&&(C=yield Eh.init(t)),o.livestream&&i.viewType===tr.Livestream&&(D=new If(t,v.self,A)),o.poll&&(T=yield ff.init(t,v.self,X)),o.recording&&(M=new Rf(t,v.self,Qt)),o.stage&&(E=new Ef(t,Ve,Qt,v.self,L.participants));const $=new H0(t,Xr);if(o.plugin){if(!L)throw new b("The plugin module cannot be initialized without the `participant` module","0102");const Ae=d.plugins||[];_=yield wf.init(t,Ae,v.self,$)}if(o.connectedMeetings&&(B=yield Vl.init(t)),o.pip){const Ae=yield uu._init(t,v.self);t.setValue("pip",Ae)}return{theme:i,permissions:n,controllers:{storesManager:$,pollController:T,selfController:v,metaController:w,chatController:y,stageController:E,pluginController:_,recordingController:M,internalsController:C,livestreamController:D,participantController:L,connectedMeetingsController:B}}})}static createRoomNodeClient(s,t){const{peerId:e}=s.getAllValues();return mT(s,{socket:t,peerId:e})}static createSocketService(s){var d;const{peerId:t,meetingId:e,authToken:r}=s.getAllValues(),o=((d=s.getValue("socketBaseURI"))!=null?d:"").includes("realtime.cloudflare.com")?[]:["PING"];return s.getValue("logger").info(`Socket service capabilities: ${JSON.stringify(o)}`),new Dc(s,{peerId:t,meetingId:e,authToken:r,capabilities:o})}};let xl=Za;Nh([P.trace("Controller.init")],xl,"init",1);Nh([P.trace("Controller.createRoomNodeClient")],xl,"createRoomNodeClient",1);Nh([P.trace("Controller.createSocketService")],xl,"createSocketService",1);class cO{constructor(){p(this,"battery");p(this,"logger");p(this,"init",t=>u(this,null,function*(){this.logger=t;try{"getBattery"in navigator&&(this.battery=yield 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 ug=new cO;function dO(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=ai.baseURI.prod;t&&(n=t);const o=`https://${fn({servicePrefix:"api",baseURI:n})}`;return{meetingId:e,orgId:r,participantId:i,baseURI:n,apiBase:o}}catch(e){throw new b("Invalid auth token","0004")}}var Br,Fi,qi,Pc,fl,LT;class lO{constructor(){m(this,fl);m(this,Br,new Audio);m(this,Fi,new MediaStream);m(this,qi,new Map);m(this,Pc,void 0);a(this,Br).srcObject=a(this,Fi),a(this,Br).autoplay=!0}playTracks(t){return u(this,null,function*(){return t.forEach(e=>{a(this,qi).has(e.id)||(a(this,Fi).addTrack(e),a(this,qi).set(e.id,e))}),this.play()})}setSpeakerDevice(t){typeof HTMLAudioElement.prototype.setSinkId=="function"&&a(this,Br).setSinkId(t)}removeTrack(t){const e=a(this,qi).get(t);e&&(a(this,Fi).removeTrack(e),a(this,qi).delete(t))}play(){return u(this,null,function*(){return a(this,Br).srcObject=a(this,Fi),a(this,Br).play().catch(t=>{V(this,fl,LT).call(this,t)})})}onError(t){f(this,Pc,t)}}Br=new WeakMap,Fi=new WeakMap,qi=new WeakMap,Pc=new WeakMap,fl=new WeakSet,LT=function(t){var e;(e=a(this,Pc))==null||e.call(this,t)};var ji;class uO extends lO{constructor(){super();m(this,ji,void 0);f(this,ji,new Map)}addParticipantTrack(e,r){a(this,ji).set(e,r.id),this.playTracks([r])}removeParticipantTrack(e){const r=a(this,ji).get(e);r&&this.removeTrack(r),a(this,ji).delete(e)}}ji=new WeakMap;var hO=Object.defineProperty,pO=Object.getOwnPropertyDescriptor,Ul=(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},Le,Gi,Ig;let Jr=(Ig=class{constructor(t,e){m(this,Le,void 0);m(this,Gi,void 0);f(this,Gi,t),f(this,Le,e)}get peerId(){return a(this,Gi).getValue("peerId")}static initMedia(){return u(this,arguments,function*(t={},e=!1,r=void 0){var d;const i=(d=r==null?void 0:r.peerId)!=null?d:Wr.v4(),n=jr.createContext(i,{peerId:i}),o=n.getValue("logger");o.init(n);const c=new $f(n,o);return yield c.init(t,e,n),n.setValue("defaults",{mediaHandler:c}),c})}static init(t){return u(this,null,function*(){var T,y,_,C,M,D,L,B,F;Se.init();const e=(y=(T=t==null?void 0:t.cachedUserDetails)==null?void 0:T.peerId)!=null?y:Wr.v4(),{authToken:r,baseURI:i}=t,E=dO(r,i),{meetingId:n}=E,o=Nc(E,["meetingId"]);if((_=o.baseURI)!=null&&_.includes("dyte.io"))throw new b("Dyte Base URIs are no longer supported. Use RealtimeKit Base URIs.","0001");window.__zone_symbol__DISABLE_WRAPPING_UNCAUGHT_PROMISE_REJECTION=!0;const c=Jr.setupContext(e,t,n,o),d=c.getValue("telemetry"),l=c.getValue("logger");WT(l),ug.init(l),d.init(c,{roomName:n,userId:o.participantId,organizationId:o.orgId,peerId:e},(M=(C=t.modules)==null?void 0:C.tracing)!=null?M:!0,(L=(D=t==null?void 0:t.modules)==null?void 0:D.devTools)==null?void 0:L.logLevel),l.init(c),l.info("Client::init::options",{clientInitOptions:j(O({},t),{authToken:`${(B=t.authToken)==null?void 0:B.slice(0,10)}...
10
- ${(F=t.authToken)==null?void 0:F.slice(-10)}`})});const h=yield xl.init(c),g=new Jr(c,h);return c.setValue("meeting",g),g})}static setupContext(t,e,r,i){var d,l;const n=jr.createContext(t,e),o=O(O({},AC),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",IC({baseURI:i.baseURI})),n.setValue("defaults",c),n.setValue("onError",e.onError||(()=>{})),n.setValue("cachedUserDetails",Cs(e.cachedUserDetails)),n.setValue("sdkVersion","2.0.2-staging.6"),(l=e.modules)!=null&&l.experimentalAudioPlayback&&n.setValue("audioPlayback",new uO),n}join(){return u(this,null,function*(){const{selfController:t}=a(this,Le);return t.self.roomJoined?null:t.joinRoom()})}leave(t){return u(this,null,function*(){var r;ug.cleanup(),a(this,Gi).getValue("peerSessionStore").reset(),(r=a(this,Le).pluginController)==null||r.cleanup();const{selfController:e}=a(this,Le);return e.leaveRoom(t)})}get participants(){var t;return(t=a(this,Le).participantController)==null?void 0:t.participants}get self(){var t;return(t=a(this,Le).selfController)==null?void 0:t.self}get meta(){var t;return(t=a(this,Le).metaController)==null?void 0:t.meta}get ai(){var t;return(t=a(this,Le).metaController)==null?void 0:t.ai}get plugins(){var t;return(t=a(this,Le).pluginController)==null?void 0:t.plugins}get chat(){var t;return(t=a(this,Le).chatController)==null?void 0:t.chat}get polls(){var t;return(t=a(this,Le).pollController)==null?void 0:t.polls}get connectedMeetings(){var t;return(t=a(this,Le).connectedMeetingsController)==null?void 0:t.connectedMeetings}get recording(){var t;return(t=a(this,Le).recordingController)==null?void 0:t.recording}get livestream(){var t;return(t=a(this,Le).livestreamController)==null?void 0:t.livestream}get stage(){var t;return(t=a(this,Le).stageController)==null?void 0:t.stage}get stores(){return a(this,Le).storesManager}get audio(){return a(this,Gi).getValue("audioPlayback")}get __internals__(){var t;return(t=a(this,Le).internalsController)==null?void 0:t.internals}},Le=new WeakMap,Gi=new WeakMap,Ig);Ul([it("0002"),lr.executeWithLock({methodName:"meeting.join",lockName:"Client.join",timeout:3e3})],Jr.prototype,"join",1);Ul([it("0003")],Jr.prototype,"leave",1);Ul([it("0001"),lr.executeWithLock({methodName:"Client.init",lockName:"Client.init",timeout:3e3})],Jr,"init",1);Jr=Ul([it("0000")],Jr);const VT=Jr;module.exports=VT;
10
+ ${(F=t.authToken)==null?void 0:F.slice(-10)}`})});const h=yield xl.init(c),g=new Jr(c,h);return c.setValue("meeting",g),g})}static setupContext(t,e,r,i){var d,l;const n=jr.createContext(t,e),o=O(O({},AC),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",IC({baseURI:i.baseURI})),n.setValue("defaults",c),n.setValue("onError",e.onError||(()=>{})),n.setValue("cachedUserDetails",Cs(e.cachedUserDetails)),n.setValue("sdkVersion","2.0.2-staging.7"),(l=e.modules)!=null&&l.experimentalAudioPlayback&&n.setValue("audioPlayback",new uO),n}join(){return u(this,null,function*(){const{selfController:t}=a(this,Le);return t.self.roomJoined?null:t.joinRoom()})}leave(t){return u(this,null,function*(){var r;ug.cleanup(),a(this,Gi).getValue("peerSessionStore").reset(),(r=a(this,Le).pluginController)==null||r.cleanup();const{selfController:e}=a(this,Le);return e.leaveRoom(t)})}get participants(){var t;return(t=a(this,Le).participantController)==null?void 0:t.participants}get self(){var t;return(t=a(this,Le).selfController)==null?void 0:t.self}get meta(){var t;return(t=a(this,Le).metaController)==null?void 0:t.meta}get ai(){var t;return(t=a(this,Le).metaController)==null?void 0:t.ai}get plugins(){var t;return(t=a(this,Le).pluginController)==null?void 0:t.plugins}get chat(){var t;return(t=a(this,Le).chatController)==null?void 0:t.chat}get polls(){var t;return(t=a(this,Le).pollController)==null?void 0:t.polls}get connectedMeetings(){var t;return(t=a(this,Le).connectedMeetingsController)==null?void 0:t.connectedMeetings}get recording(){var t;return(t=a(this,Le).recordingController)==null?void 0:t.recording}get livestream(){var t;return(t=a(this,Le).livestreamController)==null?void 0:t.livestream}get stage(){var t;return(t=a(this,Le).stageController)==null?void 0:t.stage}get stores(){return a(this,Le).storesManager}get audio(){return a(this,Gi).getValue("audioPlayback")}get __internals__(){var t;return(t=a(this,Le).internalsController)==null?void 0:t.internals}},Le=new WeakMap,Gi=new WeakMap,Ig);Ul([it("0002"),lr.executeWithLock({methodName:"meeting.join",lockName:"Client.join",timeout:3e3})],Jr.prototype,"join",1);Ul([it("0003")],Jr.prototype,"leave",1);Ul([it("0001"),lr.executeWithLock({methodName:"Client.init",lockName:"Client.init",timeout:3e3})],Jr,"init",1);Jr=Ul([it("0000")],Jr);const VT=Jr;module.exports=VT;