@cloudflare/realtimekit-react 1.0.1 → 1.0.2-staging.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs.js CHANGED
@@ -14,10 +14,10 @@ ${this.message}`;try{let n=i;r&&r.endsWith("00")&&(n=!0),n&&l.error("DyteError",
14
14
 
15
15
  ${t}`}const Ns={maxInvocations:5,period:1};function Ft(t,e){return function(r,i,n){const s=n.value;let o=0,c=Date.now();return n.value=function(...d){const h=Date.now(),p=e?this[e]:t;if(h-c>p.period*1e3&&(c=h,o=0),o>=p.maxInvocations)throw new w(`Method rate limit ${p.maxInvocations} invocations/${p.period}sec exceeded`,"0013");return o+=1,s.apply(this,d)},n}}var LA=Object.defineProperty,VA=Object.getOwnPropertyDescriptor,gt=(t,e,r,i)=>{for(var n=i>1?void 0:i?VA(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&LA(e,r,n),n};const xA=["text","image","file","custom","poll"],Nc={maxInvocations:180,period:60};var se,Ln,ze,Vn,ic,Ml,Dm,nc,Al,Om;let rt=(Om=class extends zt{constructor(t,e,r,i,n){super(),f(this,Ml),f(this,nc),m(this,"messages"),m(this,"channels",[]),f(this,se,void 0),f(this,Ln,void 0),f(this,ze,void 0),f(this,Vn,void 0),f(this,ic,void 0),m(this,"maxTextLimit",2e3),v(this,ic,t),v(this,ze,e),v(this,Vn,r),v(this,se,i),v(this,Ln,n),this.messages=[]}setMaxTextLimit(t){this.maxTextLimit=t}sendMessageInternal(t,e,r){return u(this,arguments,function*(i,n,s,o={}){switch(i.type){case"text":{const c=o.replyTo&&o.replyTo.type==="text"?NA(i.message,o.replyTo.message):i.message;yield this.sendTextMessageInternal(c,n,s);break}case"image":yield this.sendImageMessageInternal(i.image,n,s);break;case"file":yield this.sendFileMessageInternal(i.file,n,s);break;default:l.error("sendMessage::message_type_not_supported",{dyteChat:{messageType:i.type}});break}})}sendTextMessageInternal(t,e,r){return u(this,null,function*(){var i,n,s,o,c,d;if(t.length>this.maxTextLimit)throw new w("Max character limit breached","0503");if(e&&e.length>0){if(!((i=a(this,se).permissions)!=null&&i.chatPrivate.canSend)||!((n=a(this,se).permissions)!=null&&n.chatPrivate.text))throw l.error("sendTextMessage::private_chat_permission_denied"),new w("Could not send message to private chat.","0501")}else if(!((o=(s=a(this,se).permissions)==null?void 0:s.chatPublic)!=null&&o.canSend)||!((d=(c=a(this,se).permissions)==null?void 0:c.chatPublic)!=null&&d.text))throw l.error("sendTextMessage::public_chat_permission_denied"),new w("Could not send message to public chat.","0501");if(!t)throw l.error("sendTextMessage::message_can_not_be_empty"),new w("Message can not be empty.","0502");if(r){a(this,ze).sendMessageToChannel(t,_t.TEXT,r);return}let h=[];e&&e.length>0&&(e.push(a(this,se).id),h=a(this,Ln).joined.toArray().filter(p=>e.includes(p.id)).map(p=>p.userId),h.push(a(this,se).userId)),a(this,ze).sendMessage(t,_t.TEXT,e)})}sendImageMessageInternal(t,e,r){return u(this,null,function*(){var i,n,s,o,c,d;if(e&&e.length>0){if(!((i=a(this,se).permissions)!=null&&i.chatPrivate.canSend)||!((n=a(this,se).permissions)!=null&&n.chatPrivate.files)){l.error("sendImageMessage::private_chat_permission_denied");return}}else if(!((o=(s=a(this,se).permissions)==null?void 0:s.chatPublic)!=null&&o.canSend)||!((d=(c=a(this,se).permissions)==null?void 0:c.chatPublic)!=null&&d.files)){l.error("sendImageMessage::permission_denied");return}if(!t){l.error("sendImageMessage::required_argument_image_can_not_be_empty");return}if(!["image/gif","image/jpeg","image/png"].includes(t.type)){l.error("sendImageMessage::image_type_not_supported",{dyteChat:{imageType:t.type}});return}try{const h=ut(),{getLocation:p,putLocation:g}=yield h.getPresignedUrls(t.name,a(this,se).config.viewType);if(yield h.uploadFile(t,g),r){a(this,ze).sendMessageToChannel(p,_t.IMAGE,r);return}let y=[];e&&e.length>0&&(e.push(a(this,se).id),y=a(this,Ln).joined.toArray().filter(T=>e.includes(T.id)).map(T=>T.userId),y.push(a(this,se).userId)),a(this,ze).sendMessage(p,_t.IMAGE,e)}catch{throw new w("Error sending image message.","0500")}})}sendFileMessageInternal(t,e,r){return u(this,null,function*(){var i,n,s,o,c,d;if(e&&e.length>0){if(!((i=a(this,se).permissions)!=null&&i.chatPrivate.canSend)||!((n=a(this,se).permissions)!=null&&n.chatPrivate.files)){l.error("sendFileMessage::private_chat_permission_denied");return}}else if(!((o=(s=a(this,se).permissions)==null?void 0:s.chatPublic)!=null&&o.canSend)||!((d=(c=a(this,se).permissions)==null?void 0:c.chatPublic)!=null&&d.files)){l.error("sendFileMessage::permission_denied");return}if(!t){l.error("sendFileMessage::required_argument_file_can_not_be_empty");return}try{const h=ut(),{getLocation:p,putLocation:g}=yield h.getPresignedUrls(t.name,a(this,se).config.viewType);if(yield h.uploadFile(t,g),r){a(this,ze).sendMessageToChannel(JSON.stringify({link:p,name:t.name,size:"size"in t?t.size:0}),_t.FILE,r);return}let y=[];e&&e.length>0&&(e.push(a(this,se).id),y=a(this,Ln).joined.toArray().filter(b=>e.includes(b.id)).map(b=>b.userId),y.push(a(this,se).userId));const T=JSON.stringify({link:p,name:t.name,size:"size"in t?t.size:0});a(this,ze).sendMessage(T,_t.FILE,e)}catch{throw new w("Error sending file message.","0500")}})}get rateLimits(){return Nc}updateRateLimits(t,e){Nc.maxInvocations=t,Nc.period=e}sendTextMessage(t,e){return u(this,null,function*(){return this.sendTextMessageInternal(t,e)})}sendCustomMessage(t,e){return u(this,null,function*(){var r,i,n,s,o,c,d,h,p,g,y,T,b,D,P;if(e&&e.length>0){if(!((r=a(this,se).permissions)!=null&&r.chatPrivate.canSend)||!((i=a(this,se).permissions)!=null&&i.chatPrivate.files)||!((n=a(this,se).permissions)!=null&&n.chatPrivate.text)){l.error("sendCustomMessage::private_chat_permission_denied");return}}else if(!((o=(s=a(this,se).permissions)==null?void 0:s.chatPublic)!=null&&o.canSend)||!((d=(c=a(this,se).permissions)==null?void 0:c.chatPublic)!=null&&d.files)||!((p=(h=a(this,se).permissions)==null?void 0:h.chatPublic)!=null&&p.text)){l.error("sendCustomMessage::permission_denied");return}const x=J=>u(this,null,function*(){try{if(typeof J=="string")return{link:J};const I=ut(),{getLocation:ae,putLocation:ne}=yield I.getPresignedUrls(J.name,a(this,se).config.viewType);return yield I.uploadFile(J,ne),{link:ae,type:J.type,name:J.name,size:J.size}}catch{throw new w("Error sending image message.","0500")}}),H=$(V({},t),{files:yield Promise.all((y=(g=t.files)!=null?g:[])==null?void 0:y.map(J=>u(this,null,function*(){return x(J)}))),images:yield Promise.all((b=(T=t.images)!=null?T:[])==null?void 0:b.map(J=>u(this,null,function*(){return x(J)}))),videos:yield Promise.all((P=(D=t.videos)!=null?D:[])==null?void 0:P.map(J=>u(this,null,function*(){return x(J)})))});a(this,ze).sendMessage(JSON.stringify(H),_t.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,r){return u(this,null,function*(){var i,n,s,o,c,d;if(((n=(i=a(this,se).permissions)==null?void 0:i.chatMessage)==null?void 0:n.canEdit)==="NONE")throw new w("Not permitted to edit messages","0501");if(!((o=(s=a(this,se).permissions)==null?void 0:s.chatPublic)!=null&&o.canSend)||!((d=(c=a(this,se).permissions)==null?void 0:c.chatPublic)!=null&&d.text)){l.error("editTextMessage::permission_denied");return}if(!e){l.error("editTextMessage::message_can_not_be_empty");return}a(this,ze).editMessage(t,e,_t.TEXT,r)})}editImageMessage(t,e,r){return u(this,null,function*(){var i,n,s,o;if(!((n=(i=a(this,se).permissions)==null?void 0:i.chatPublic)!=null&&n.canSend)||!((o=(s=a(this,se).permissions)==null?void 0:s.chatPublic)!=null&&o.files)){l.error("editImageMessage::permission_denied");return}if(!e){l.error("editImageMessage::required_argument_image_can_not_be_empty");return}if(!["image/gif","image/jpeg","image/png"].includes(e.type)){l.error("sendImageMessage::image_type_not_supported",{dyteChat:{imageType:e.type}});return}try{const c=ut(),{getLocation:d,putLocation:h}=yield c.getPresignedUrls(e.name,a(this,se).config.viewType);yield c.uploadFile(e,h),a(this,ze).editMessage(t,d,_t.IMAGE,r)}catch{throw new w("Error editing image message.","0500")}})}editFileMessage(t,e,r){return u(this,null,function*(){var i,n,s,o;if(!((n=(i=a(this,se).permissions)==null?void 0:i.chatPublic)!=null&&n.canSend)||!((o=(s=a(this,se).permissions)==null?void 0:s.chatPublic)!=null&&o.files)){l.error("sendFileMessage::permission_denied");return}if(!e){l.error("sendFileMessage::required_argument_file_can_not_be_empty");return}try{const c=ut(),{getLocation:d,putLocation:h}=yield c.getPresignedUrls(e.name,a(this,se).config.viewType);yield c.uploadFile(e,h),a(this,ze).editMessage(t,JSON.stringify({link:d,name:e.name,size:"size"in e?e.size:0}),_t.FILE,r)}catch{throw new w("Error editing file message.","0500")}})}editMessage(t,e,r){return u(this,null,function*(){switch(e.type){case"text":{this.editTextMessage(t,e.message,r);break}case"image":{this.editImageMessage(t,e.image,r);break}case"file":{this.editFileMessage(t,e.file,r);break}default:{l.error("editMessage::message_type_not_supported",{dyteChat:{messageType:e.type}});break}}})}deleteMessage(t,e){return u(this,null,function*(){var r,i;if(((i=(r=a(this,se).permissions)==null?void 0:r.chatMessage)==null?void 0:i.canDelete)==="NONE")throw new w("Not permitted to delete messages","0501");a(this,ze).deleteMessage(t,e)})}getMessagesByUser(t){return this.messages.filter(e=>e.userId===t)}getMessagesByType(t){return this.messages.filter(e=>e.type===t)}pin(t){return u(this,null,function*(){if(!a(this,nc,Al))throw new w("Can`t pin message without joining room","0505");if(!a(this,se).permissions.pinParticipant)throw new w("You do not have permission to pin messages.","0501");const e=this.messages.find(r=>r.id===t);if(e){a(this,ze).setPinState(e,!0);return}throw new w(`No message found with id: ${t}`,"0504")})}unpin(t){return u(this,null,function*(){if(!a(this,nc,Al))throw new w("Can`t unpin message without joining room","0505");if(!a(this,se).permissions.pinParticipant)throw new w("You do not have permission to unpin messages.","0501");const e=this.messages.find(r=>r.id===t);if(e){a(this,ze).setPinState(e,!1);return}throw new w(`No message found with id: ${t}`,"0504")})}getMessages(t,e,r,i=0,n=void 0){return u(this,null,function*(){const s=yield a(this,ze).getChatMessagesPaginated(t,e,r,i,n);return{messages:s.messages.map(o=>Zr.formatSocketServiceMessage(o)),next:s.next}})}createChannel(t,e){return u(this,arguments,function*(r,i,n={}){var s;const o=(s=a(this,se).permissions)==null?void 0:s.chatChannel;if(o){if(o.canCreate==="NONE")throw new w("Not permitted to create channels","0501");if(n.visibility==="public"&&!(o.canCreate==="PUBLIC"||o.canCreate==="ALL"))throw new w("Not permitted to create public channels","0501");if(n.visibility==="private"&&!(o.canCreate==="PRIVATE"||o.canCreate==="ALL"))throw new w("Not permitted to create private channels","0501")}if(!r||r.trim().length===0)throw new w("channel name cannot be empty.","0510");const c=[...new Set([...i,a(this,se).userId])];return yield a(this,Vn).createChannel(r.trim(),c,n.displayPictureUrl,n.visibility,n.isDirectMessage)})}updateChannel(t,e){var r,i,n,s,o;const c=this.channels.find(p=>p.id===t),d=(r=a(this,se).permissions)==null?void 0:r.chatChannel;if(d){if(d.canUpdate==="NONE")throw new w("Not permitted to update channels","0501");if(c.visibility==="public"&&!(d.canUpdate==="PUBLIC"||d.canUpdate==="ALL"))throw new w("Not permitted to update public channels","0501");if(c.visibility==="private"&&!(d.canUpdate==="PRIVATE"||d.canUpdate==="ALL"))throw new w("Not permitted to update private channels","0501")}const h={memberIds:(i=e.memberIds)!=null?i:c.memberIds,displayName:(n=e.displayName)!=null?n:c.displayName,displayPictureUrl:(s=e.displayPictureUrl)!=null?s:c.displayPictureUrl,visibility:(o=e.visibility)!=null?o:c.visibility};return a(this,Vn).updateChannel(t,h)}sendMessageToChannel(t,e){return u(this,arguments,function*(r,i,n={}){return this.sendMessageInternal(r,null,i,n)})}getChannelMembers(t){return u(this,null,function*(){return a(this,Vn).getChannelMembers(t)})}searchMessages(t){return u(this,arguments,function*(e,r={}){if(!Q.hasFeature(ie.FEAT_CHAT_SDK_SEARCH))throw new w("searchMessages is temporarily disabled!","0506");return(yield a(this,ze).searchMessages(e,r)).map(Zr.formatSocketServiceMessage)})}markLastReadMessage(t,e){return u(this,null,function*(){yield a(this,ze).markLastReadMessage(t,e);const r=this.channels.find(i=>i.id===t);if(r){const i=$(V({},r),{unreadCount:0});this.channels=this.channels.map(n=>n.id===t?i:n),this.emit("channelMessageUpdate",i)}})}get pinned(){return this.messages.filter(t=>t.pinned)}},se=new WeakMap,Ln=new WeakMap,ze=new WeakMap,Vn=new WeakMap,ic=new WeakMap,Ml=new WeakSet,Dm=function(){return a(this,ic).getValue("connectionHandler")},nc=new WeakSet,Al=function(){return a(this,Ml,Dm).socketJoined===!0},Om);gt([S.trace("DyteChat.sendTextMessage"),Ft(Nc)],rt.prototype,"sendTextMessage",1);gt([S.trace("DyteChat.sendImageMessage"),Ft({maxInvocations:20,period:60})],rt.prototype,"sendImageMessage",1);gt([S.trace("DyteChat.sendFileMessage"),Ft({maxInvocations:20,period:60})],rt.prototype,"sendFileMessage",1);gt([S.trace("DyteChat.sendMessage"),Ft({maxInvocations:180,period:60})],rt.prototype,"sendMessage",1);gt([S.trace("DyteChat.editTextMessage")],rt.prototype,"editTextMessage",1);gt([S.trace("DyteChat.editImageMessage")],rt.prototype,"editImageMessage",1);gt([S.trace("DyteChat.editFileMessage")],rt.prototype,"editFileMessage",1);gt([S.trace("DyteChat.editMessage")],rt.prototype,"editMessage",1);gt([S.trace("DyteChat.deleteMessage")],rt.prototype,"deleteMessage",1);gt([S.trace("DyteChat.createChannel")],rt.prototype,"createChannel",1);gt([S.trace("DyteChat.updateChannel")],rt.prototype,"updateChannel",1);gt([S.trace("DyteChat.sendMessageToChannel")],rt.prototype,"sendMessageToChannel",1);gt([S.trace("DyteChat.getChannelMembers")],rt.prototype,"getChannelMembers",1);gt([S.trace("DyteChat.searchMessages")],rt.prototype,"searchMessages",1);gt([S.trace("DyteChat.markLastReadMessage")],rt.prototype,"markLastReadMessage",1);rt=gt([mt("0500")],rt);var UA=Object.defineProperty,FA=Object.getOwnPropertyDescriptor,BA=(t,e,r,i)=>{for(var n=i>1?void 0:i?FA(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&UA(e,r,n),n},Dl,Nm;const Qi=(Nm=class{constructor(t,e,r,i,n){m(this,"chat"),m(this,"chatSocketHandler"),m(this,"chatChannelSocketHandler"),m(this,"self"),f(this,Dl,void 0),v(this,Dl,t),this.chatSocketHandler=e,this.chatChannelSocketHandler=r,this.chat=new rt(t,e,r,i,n),this.self=i,this.setupEvents()}static init(t,e,r,i,n){return u(this,null,function*(){return new Qi(t,e,r,i,n)})}static formatMessage(t){return $(V({},t),{time:new Date(t.time),type:xA[t.type]})}static formatSocketServiceMessage(t){const e=t.createdAt*1e3,r={displayName:t.displayName,id:t.chatId,time:e,timeMs:t.createdAtMs,type:t.payloadType,isEdited:t.isEdited,userId:t.userId,targetUserIds:t.targetUserIds,channelId:t.channelId,channelIndex:t.channelIndex,message:"",link:"",name:"",html:"",images:[],videos:[],files:[],size:0,pinned:t.pinned};switch(r.type){case _t.TEXT:{r.message=t.payload;break}case _t.IMAGE:{r.link=t.payload;break}case _t.FILE:{const{link:i,name:n,size:s}=JSON.parse(t.payload);r.link=i,r.name=n,r.size=s;break}case _t.CUSTOM:{const{html:i,images:n,message:s,videos:o,files:c}=JSON.parse(t.payload);r.message=s,r.html=i,r.images=n,r.videos=o,r.files=c;break}}return Qi.formatMessage(r)}getChatMessages(){return u(this,null,function*(){if(this.self.config.viewType==="LIVESTREAM"||this.self.config.viewType==="CHAT"||Q.hasFeature(ie.FEAT_PAGINATED_CHAT))return;const t=yield this.chatSocketHandler.getChatMessages();if(!(t!=null&&t.payload))return;const e=gv.fromBinary(t.payload).messages;this.chat.messages=e.map(r=>Qi.formatSocketServiceMessage(r))})}setupEvents(){R.on(M.SOCKET_SERVICE_ROOM_JOINED,()=>u(this,null,function*(){this.getChatMessages()})),this.chatSocketHandler.on(Oe.sendMessageToRoom,t=>{const e=Qi.formatSocketServiceMessage(t.message);if(!e.channelId)this.chat.messages=[...this.chat.messages,e];else{const r=this.chat.channels.find(i=>i.id===e.channelId);r&&(r.latestMessage=e,r.unreadCount+=1,this.chat.emit("channelMessageUpdate",r))}this.chat.emit("chatUpdate",{action:"add",message:e,messages:this.chat.messages})}),this.chatSocketHandler.on(Oe.sendMessageToPeers,t=>{const e=Qi.formatSocketServiceMessage(t.message);this.chat.messages=[...this.chat.messages,e],this.chat.emit("chatUpdate",{action:"add",message:e,messages:this.chat.messages})}),this.chatSocketHandler.on(Oe.editMessage,t=>{const e=Qi.formatSocketServiceMessage(t.message);if(e.channelId){this.chat.emit("chatUpdate",{action:"edit",message:e,messages:this.chat.messages});return}const r=this.chat.messages.findIndex(i=>i.id===e.id);r!==-1&&(this.chat.messages[r]=e,this.chat.emit("chatUpdate",{action:"edit",message:e,messages:this.chat.messages}))}),this.chatSocketHandler.on(Oe.deleteMessage,t=>{if(t.channelId){this.chat.emit("chatUpdate",{action:"delete",message:{id:t.chatId,channelId:t.channelId},messages:this.chat.messages});return}const e=this.chat.messages.findIndex(i=>i.id===t.chatId);if(e===-1)return;const[r]=this.chat.messages.splice(e,1);this.chat.emit("chatUpdate",{action:"delete",message:r,messages:this.chat.messages})}),this.chatChannelSocketHandler.on(pn.createChatChannel,t=>{const[e]=t.chatChannels,r=_n.formatChannel(e);this.chat.channels.push(r),this.chat.emit("channelCreate",r)}),this.chatSocketHandler.on(Oe.pinMessage,t=>{const e=this.chat.messages.findIndex(i=>i.id===t.chatId);if(e===-1)return;const r=this.chat.messages[e];r.pinned=t.pinned,this.chat.messages[e]=r,this.chat.emit("chatUpdate",{action:"edit",message:r,messages:this.chat.messages})}),this.chatChannelSocketHandler.on(pn.updateChatChannel,t=>{const[e]=t.chatChannels,r=_n.formatChannel(e);this.chat.channels=this.chat.channels.map(i=>i.id===r.id?r:i),this.chat.emit("channelUpdate",r)})}},Dl=new WeakMap,Nm);let Zr=Qi;BA([S.trace("ChatController.setupEvents")],Zr.prototype,"setupEvents",1);var WA=Object.defineProperty,jA=Object.getOwnPropertyDescriptor,HA=(t,e,r,i)=>{for(var n=i>1?void 0:i?jA(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&WA(e,r,n),n},Ol,Lm,Nl,Vm,ia,na,sc,xm;let Ou=(xm=class extends zt{constructor(t,e,r){super(),f(this,Ol),f(this,Nl),m(this,"items"),f(this,ia,void 0),f(this,na,void 0),f(this,sc,void 0),v(this,sc,t),v(this,ia,e),v(this,na,r),this.items=[]}create(t,e,r=!1,i=!1){return u(this,null,function*(){if(!a(this,Nl,Vm))throw new w("Can't create polls without joining room","0705");if(!a(this,ia).permissions.polls.canCreate){l.error("DytePolls::create::permission_denied");return}if(!t||!e){l.error("DytePolls::question_and_options_can_not_be_empty",{dytePolls:{hasQuestion:!!t,optionsLength:e==null?void 0:e.length}});return}if(e.length<2){l.error("DytePolls::there_must_be_at_least_two_options",{dytePolls:{hasQuestion:!!t,optionsLength:e.length}});return}yield a(this,na).createPoll(t,e,r,i)})}vote(t,e){return u(this,null,function*(){if(!a(this,ia).permissions.polls.canVote){l.error("DytePolls::vote::permission_denied");return}yield a(this,na).votePoll(t,e)})}},Ol=new WeakSet,Lm=function(){return a(this,sc).getValue("connectionHandler")},Nl=new WeakSet,Vm=function(){var t;return((t=a(this,Ol,Lm))==null?void 0:t.socketJoined)===!0},ia=new WeakMap,na=new WeakMap,sc=new WeakMap,xm);Ou=HA([mt("0700")],Ou);var GA=Object.defineProperty,qA=Object.getOwnPropertyDescriptor,$A=(t,e,r,i)=>{for(var n=i>1?void 0:i?qA(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&GA(e,r,n),n},sa,xn,Um;const is=(Um=class{constructor(t,e,r){m(this,"polls"),f(this,sa,void 0),f(this,xn,void 0),this.polls=new Ou(t,e,r),v(this,sa,e),v(this,xn,r),this.setupEvents()}static init(t,e,r){return u(this,null,function*(){return new is(t,e,r)})}canViewPolls(){return a(this,sa).permissions.polls.canView}setupEvents(){const t={[$r.createPoll]:i=>{i.poll&&this.updatePoll(is.formatSocketServicePoll(i.poll))},[$r.updatePoll]:i=>{i.poll&&this.updatePoll(is.formatSocketServicePoll(i.poll))},[$r.votePoll]:i=>{i.poll&&this.updatePoll(is.formatSocketServicePoll(i.poll))}},e=()=>{R.on(M.SOCKET_SERVICE_ROOM_JOINED,()=>{this.getPolls()}),Object.keys(t).map(Number).forEach(i=>{a(this,xn).on(i,t[i])})},r=()=>{R.on(M.SOCKET_SERVICE_ROOM_JOINED,()=>{this.getPolls()}),Object.keys(t).map(Number).forEach(i=>{a(this,xn).removeListeners(i)})};a(this,sa).permissions.on("permissionsUpdate",i=>u(this,null,function*(){var n;(n=i==null?void 0:i.polls)!=null&&n.canView?(yield this.getPolls(),e()):(this.polls.items=[],r())})),this.canViewPolls()&&e()}updatePoll(t){if(!this.canViewPolls())return;const e=this.polls.items.findIndex(r=>r.id===t.id);if(e>-1){const r=JSON.stringify(this.polls.items[e]);this.polls.items[e]=t,r!==JSON.stringify(t)&&this.polls.emit("pollsUpdate",{polls:this.polls.items,newPoll:!1});return}this.polls.items=[...this.polls.items,t],this.polls.emit("pollsUpdate",{polls:this.polls.items,newPoll:!0})}getPolls(){return u(this,null,function*(){const t=yield a(this,xn).getPolls();if(!(t!=null&&t.payload))return;const{polls:e}=iA.fromBinary(t.payload);this.polls.items=e.map(r=>is.formatSocketServicePoll(r))})}static formatSocketServicePoll(t){const e=t.options.map(r=>({count:r.count,text:r.text,votes:r.votes.map(i=>({id:i.userId,name:i.name}))}));return{anonymous:t.anonymous,createdBy:t.createdBy,createdByUserId:t.createdByUserId,hideVotes:t.hideVotes,id:t.pollId,options:e,question:t.question,voted:t.votes}}},sa=new WeakMap,xn=new WeakMap,Um);let Ev=is;$A([S.trace("PollController.setupEvents")],Ev.prototype,"setupEvents",1);var JA=Object.defineProperty,KA=Object.getOwnPropertyDescriptor,zA=(t,e,r,i)=>{for(var n=i>1?void 0:i?KA(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&JA(e,r,n),n},Tv=(t=>(t[t.User=0]="User",t[t.Meeting=1]="Meeting",t))(Tv||{}),aa,ac,Ll,Un,oc,Fm;let Nu=(Fm=class extends zt{constructor(t,e,r,i,n){super(),f(this,ac),m(this,"selfActiveTab"),m(this,"broadcastTabChanges"),f(this,aa,void 0),f(this,Un,void 0),f(this,oc,void 0),m(this,"viewType"),m(this,"meetingStartedTimestamp"),m(this,"meetingTitle"),m(this,"sessionId"),v(this,aa,t),v(this,Un,e),this.viewType=r,v(this,oc,i),this.meetingTitle=n,this.broadcastTabChanges=e.permissions.canSpotlight}get socketState(){return a(this,ac,Ll).socketState}get mediaState(){return a(this,ac,Ll).mediaState}get meetingId(){return a(this,aa).getValue("meetingId")}setBroadcastTabChanges(t){if(!a(this,Un).permissions.canSpotlight)throw l.error("DyteSpotlight::setSpotlighted::permission_denied"),new w("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;l.info("DyteSpotlight::setActiveTab",{spotlight:{currentTab:{id:t.id,type:t.type}}}),this.selfActiveTab=t,e===0&&this.emit("selfTabUpdate",t),(r=a(this,Un).permissions)!=null&&r.canSpotlight&&this.broadcastTabChanges&&e===0&&this.assertActiveTabToRoom()}assertActiveTabToRoom(){a(this,oc).broadcastMessage("spotlight",{userId:a(this,Un).userId,currentTab:this.selfActiveTab})}},aa=new WeakMap,ac=new WeakSet,Ll=function(){return a(this,aa).getValue("connectionHandler")},Un=new WeakMap,oc=new WeakMap,Fm);Nu=zA([mt("0800")],Nu);function YA(t){let e="",r=[""];const i=[r];let n=0,s=0,o=!0,c;for(c of t)c==='"'?(o&&c===e&&(r[n]+=c),o=!o):c===","&&o?c=r[++n]="":c===`
16
16
  `&&o?(e==="\r"&&(r[n]=r[n].slice(0,-1)),r=i[++s]=[c=""],n=0):r[n]+=c,e=c;return i}var QA=Object.defineProperty,XA=Object.getOwnPropertyDescriptor,kv=(t,e,r,i)=>{for(var n=i>1?void 0:i?XA(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&QA(e,r,n),n};let Li=class extends zt{constructor(){super(),m(this,"transcripts"),this.transcripts=[]}static init(t){return u(this,null,function*(){const e=new Li;try{t&&e.getActiveTranscript()}catch(r){l.error("Error fetching active transcriptions ",r)}return e})}static parseTranscript(t,e=!1){try{if(!t)return;const[[r,i,n,s,o,c]]=YA(t);return{id:As(),name:o,peerId:i,userId:n,customParticipantId:s,transcript:c,isPartialTranscript:e,date:new Date(parseInt(r,10)*1e3)}}catch(r){l.error(`Failed to parse transcript: ${t}`,r);return}}static parseTranscripts(t){return t?t.split(`
17
- `).map(e=>Li.parseTranscript(e,!1)).filter(Boolean):[]}getActiveTranscript(){return u(this,null,function*(){try{const t=ut(),{transcript:e}=yield t.getActiveTranscript();this.transcripts=Li.parseTranscripts(e)}catch{}})}onTranscript(t){return u(this,null,function*(){var e;const r=this.transcripts.filter(({peerId:i})=>i===t.peerId);if((e=r==null?void 0:r.at(-1))!=null&&e.isPartialTranscript){const i=r.at(-1);i.transcript=t.transcript,i.isPartialTranscript=t.isPartialTranscript,this.emit("transcript",i);return}this.transcripts=[...this.transcripts,t],this.emit("transcript",t)})}};kv([S.trace("DyteAi.getActiveTranscript")],Li.prototype,"getActiveTranscript",1);Li=kv([mt("0000")],Li);var ZA=Object.defineProperty,eD=Object.getOwnPropertyDescriptor,tD=(t,e,r,i)=>{for(var n=i>1?void 0:i?eD(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&ZA(e,r,n),n},Hi,oa,Vl,Bm;const bv=(Bm=class{constructor(t,e,r,i,n,s){m(this,"meta"),m(this,"ai"),f(this,Hi,void 0),f(this,oa,void 0),m(this,"aiSocketHandler"),f(this,Vl,void 0),v(this,Vl,t),this.meta=new Nu(t,e,e.config.viewType,r,s),this.ai=i,v(this,Hi,e),v(this,oa,r),this.aiSocketHandler=n,e.config.viewType!==Ut.Chat&&this.setupEvents()}static init(t,e,r,i,n){return u(this,null,function*(){const s=yield Li.init(e.permissions.transcriptionEnabled);return new bv(t,e,r,s,i,n)})}conditionallySetActiveTab(t){var e;t!=null&&t.currentTab&&((e=this.meta.selfActiveTab)==null?void 0:e.id)!==t.currentTab.id&&(this.meta.setSelfActiveTab(t.currentTab,Tv.Meeting),this.meta.emit("activeTabUpdate",t.currentTab))}setupEvents(){R.on(M.TRANSPORT_STATE_UPDATE,t=>{this.meta.emit("mediaConnectionUpdate",t)}),R.on(M.SOCKET_STATE_UPDATE,t=>{this.meta.emit("socketConnectionUpdate",t)}),R.on(M.ROOM_STATE,({createdAt:t,roomUuid:e})=>{const r=this.meta.meetingStartedTimestamp;if(e&&(this.meta.sessionId=e),t&&!r){const i=new Date(t*1e3);this.meta.meetingStartedTimestamp=i,this.meta.emit("meetingStartTimeUpdate",{meetingStartedTimestamp:this.meta.meetingStartedTimestamp})}}),R.on(M.PRODUCER_SCORE_UPDATE,({score:t})=>{t<5&&this.meta.emit("poorConnection",{score:t})}),a(this,Hi).permissions.canSpotlight&&(l.info("DyteMetaController::Asserting Spotlight"),this.meta.selfActiveTab&&a(this,oa).broadcastMessage("spotlight",{userId:a(this,Hi).userId,currentTab:this.meta.selfActiveTab})),R.on(M.PEER_JOINED_INTERNAL,t=>u(this,null,function*(){a(this,Hi).permissions.canSpotlight&&this.meta.selfActiveTab&&a(this,oa).broadcastToPeers("spotlight",[t.id],{userId:a(this,Hi).userId,currentTab:this.meta.selfActiveTab})})),R.on(M.ROOM_MESSAGE,t=>{var e,r;let i;if("type"in t){if(t.type!=="spotlight")return;i=V(V({},t),t.payload)}else if("roomMessageType"in t){if(t.roomMessageType!=="spotlight")return;i=t}else return;l.info("Spotlight Assertion Received",{spotlight:{spotlighter:{id:i.userId},currentTab:{id:(e=i.currentTab)==null?void 0:e.id,type:(r=i.currentTab)==null?void 0:r.type}}}),this.conditionallySetActiveTab(i)}),R.on(M.MESSAGE,t=>{var e,r;let i;if("type"in t){if(t.type!=="spotlight")return;i=V(V({},t),t.payload)}else if("roomMessageType"in t){if(t.roomMessageType!=="spotlight")return;i=t}else return;l.info("Spotlight Assertion Received",{spotlight:{spotlighter:{id:i.userId},currentTab:{id:(e=i.currentTab)==null?void 0:e.id,type:(r=i.currentTab)==null?void 0:r.type}}}),this.conditionallySetActiveTab(i)}),this.aiSocketHandler.on(W.transcript,t=>{const{meetingId:e,transcript:r,isPartial:i}=t,n=Li.parseTranscript(r,i);if(!n){l.warn("Received empty transcript data");return}this.ai.onTranscript(n),this.meta.emit("transcript",n);const{peerId:s,name:o,transcript:c}=n;l.debug(`${e} Received transcript for peer ${s} - ${o}: ${c}`)})}},Hi=new WeakMap,oa=new WeakMap,Vl=new WeakMap,Bm);let _v=bv;tD([S.trace("MetaController.setupEvents")],_v.prototype,"setupEvents",1);var rD=Object.defineProperty,iD=Object.getOwnPropertyDescriptor,Dn=(t,e,r,i)=>{for(var n=i>1?void 0:i?iD(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&rD(e,r,n),n},pr,Ba,le,Lc,jr,Ar,Vc,Lu,Wa,xc;class Fi extends zt{constructor(e,r,i,n,s){super(),f(this,Vc),f(this,Wa),f(this,pr,void 0),f(this,Ba,void 0),f(this,le,void 0),f(this,Lc,void 0),f(this,jr,void 0),f(this,Ar,void 0),v(this,Ar,e),v(this,pr,n),v(this,Ba,s),v(this,le,r),v(this,Lc,i),v(this,jr,[]),this.setupEvents()}get status(){return a(this,Ar).getValue("stageStatus")}setupEvents(){const e={[M.GET_STAGE_REQUESTS]:n=>u(this,null,function*(){v(this,jr,n)}),[M.UPDATE_STAGE_REQUESTS]:n=>u(this,[n],function*({add:s}){const o=a(this,jr).length,{stageRequests:c}=this.getAccessRequests();(s||c.length>o)&&this.emit("newStageRequest",{count:c.length}),this.emit("stageAccessRequestUpdate",c)})},r=()=>{Object.entries(e).forEach(([n,s])=>{R.onAsync(n,s)})},i=()=>{Object.entries(e).forEach(([n,s])=>{R.removeListener(n,s)})};a(this,le).permissions.on("permissionsUpdate",n=>{const{canAcceptProductionRequests:s}=n;s!==void 0&&(a(this,le).permissions.acceptStageRequests?(r(),a(this,pr).getStageRequests()):(i(),v(this,jr,[]),this.emit("stageAccessRequestUpdate",a(this,jr))))}),a(this,le).permissions.acceptStageRequests&&r()}getAccessRequests(){if(!a(this,le).permissions.stageEnabled)throw l.error("DyteStage::stage_disabled"),new w("Stage is disabled","2003");if(!a(this,le).permissions.acceptStageRequests)throw l.error("DyteStage::get_access_request::permission_denied"),new w("You do not have permission to perform this action","2001");const e=a(this,Lc).joined.toArray().filter(r=>r.stageStatus==="REQUESTED_TO_JOIN_STAGE").map(r=>({displayName:r.name,userId:r.userId,peerId:r.id}));return v(this,jr,e),{stageRequests:a(this,jr)}}requestAccess(){return u(this,null,function*(){if(!a(this,le).permissions.stageEnabled)throw l.error("DyteStage::stage_disabled"),new w("Stage is disabled","2003");if(this.status!=="OFF_STAGE")throw new w(`Unable to request access you are currently ${this.status}`,"2006");if(a(this,le).permissions.stageAccess===q.Allowed){B(this,Wa,xc).call(this,"ACCEPTED_TO_JOIN_STAGE");return}a(this,pr).requestAccess(),B(this,Wa,xc).call(this,"REQUESTED_TO_JOIN_STAGE")})}cancelRequestAccess(){return u(this,null,function*(){if(!a(this,le).permissions.stageEnabled)throw l.error("DyteStage::stage_disabled"),new w("Stage is disabled","2003");a(this,pr).cancelRequestAccess(),B(this,Wa,xc).call(this,"OFF_STAGE")})}grantAccess(e){if(!a(this,le).roomJoined)throw new w("Can`t grant for participant without joining room");if(!a(this,le).permissions.stageEnabled)throw l.error("DyteStage::stage_disabled"),new w("Stage is disabled","2003");if(!a(this,le).permissions.acceptStageRequests)throw l.error("DyteStage::grant_access::permission_denied"),new w("You do not have permission to perform this action","2001");return a(this,pr).grantAccess(e)}denyAccess(e){if(!a(this,le).roomJoined)throw new w("Can`t rejectRequestToJoinStage for participant without joining room","2005");if(!a(this,le).permissions.stageEnabled)throw l.error("DyteStage::stage_disabled"),new w("Stage is disabled","2003");if(!a(this,le).permissions.acceptStageRequests)throw l.error("DyteStage::deny_access::permission_denied"),new w("You do not have permission to perform this action","2001");return a(this,pr).denyAccess(e)}join(){return u(this,null,function*(){const e=a(this,Ar).getValue("viewType");if(this.status==="ON_STAGE")throw new w("You are already on stage.","2006");if(this.status!=="ACCEPTED_TO_JOIN_STAGE"||a(this,le).permissions.stageAccess===q.NotAllowed)throw new w(`Unable to join stage you are currently ${this.status}`,"2006");if(yield a(this,pr).joinStage(),e===Ut.Livestream){yield a(this,Ba).joinRoom(a(this,le));const{peers:r}=yield a(this,Ba).getStagePeers();R.emit(M.SOCKET_PEERS,r)}a(this,Ar).setValue("stageStatus","ON_STAGE"),a(this,le).audioEnabled&&a(this,Vc,Lu).shareMic(a(this,le).audioTrack),a(this,le).videoEnabled&&a(this,Vc,Lu).shareWebcam(a(this,le).videoTrack)})}leave(){return u(this,null,function*(){if(!a(this,le).permissions.stageEnabled)throw l.error("DyteStage::stage_disabled"),new w("Stage is disabled","2003");if(!(this.status==="ON_STAGE"||this.status==="ACCEPTED_TO_JOIN_STAGE"))throw new w(`Unable to leave stage you are currently ${this.status}`,"2006");a(this,le).setIsPinned(!1),yield a(this,pr).leaveStage(a(this,le).userId),a(this,Ar).setValue("stageStatus","OFF_STAGE",!1),yield R.emitAsync(M.LEAVE_MEDIA_ROOM,"stageLeft"),a(this,Ar).notify("stageStatus")})}kick(e){return u(this,null,function*(){if(!a(this,le).roomJoined)throw new w("Can`t kick participant without joining room","2005");if(!a(this,le).permissions.stageEnabled)throw l.error("DyteStage::stage_disabled"),new w("Stage is disabled","2003");if(!a(this,le).permissions.acceptStageRequests)throw l.error("DyteStage::kick::permission_denied"),new w("You do not have permissions for kick","2001");return a(this,pr).kick(e)})}}pr=new WeakMap,Ba=new WeakMap,le=new WeakMap,Lc=new WeakMap,jr=new WeakMap,Ar=new WeakMap,Vc=new WeakSet,Lu=function(){return a(this,Ar).getValue("roomNodeClient")},Wa=new WeakSet,xc=function(t){return u(this,null,function*(){this.status!==t&&a(this,Ar).setValue("stageStatus",t)})};Dn([S.trace("DyteStage.getStageRequests")],Fi.prototype,"getAccessRequests",1);Dn([S.trace("DyteStage.requestAccess")],Fi.prototype,"requestAccess",1);Dn([S.trace("DyteStage.cancelRequestAccess")],Fi.prototype,"cancelRequestAccess",1);Dn([S.trace("DyteStage.grantAccess")],Fi.prototype,"grantAccess",1);Dn([S.trace("DyteStage.denyAccess")],Fi.prototype,"denyAccess",1);Dn([S.trace("DyteStage.joinStage")],Fi.prototype,"join",1);Dn([S.trace("DyteStage.leaveStage")],Fi.prototype,"leave",1);function nD(t){return!(t.viewType==="LIVESTREAM"||t.viewType==="CHAT")}function Kh(t){switch(t){case Yr.UNSPECIFIED:return"OFF_STAGE";case Yr.REQUESTED_STAGE:return"REQUESTED_TO_JOIN_STAGE";case Yr.APPROVED_STAGE:return"ACCEPTED_TO_JOIN_STAGE";case Yr.OFF_STAGE:return"OFF_STAGE";case Yr.ON_STAGE:return"ON_STAGE";default:return"OFF_STAGE"}}var sD=Object.defineProperty,aD=Object.getOwnPropertyDescriptor,oD=(t,e,r,i)=>{for(var n=i>1?void 0:i?aD(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&sD(e,r,n),n},Xi,ns,Zi,Uc,Ei;class wv{constructor(e,r,i,n,s){m(this,"stage"),f(this,Xi,void 0),f(this,ns,void 0),f(this,Zi,void 0),f(this,Uc,0),f(this,Ei,void 0),v(this,Ei,e),this.stage=new Fi(e,n,s,r,i),v(this,Zi,r),v(this,Xi,n),v(this,ns,s),this.setupEvents()}setupEvents(){a(this,Ei).subscribe("stageStatus",e=>{this.stage.emit("stageStatusUpdate",e)}),a(this,Zi).on(W.grantStageAccess,()=>{a(this,Xi).permissions.stageAccess!==q.Allowed&&(this.stage.emit("stageRequestApproved"),this.setStageStatus("ACCEPTED_TO_JOIN_STAGE"))}),a(this,Zi).on(W.peerStageStatusUpdate,e=>{e!==void 0&&(e.peerId===a(this,Xi).id?this.selfStageStatusHandler(e):this.peerStageStatusHandler(e))}),a(this,Zi).on(W.denyStageAccess,()=>{a(this,Xi).permissions.stageAccess!==q.Allowed&&(this.stage.emit("stageRequestRejected"),this.setStageStatus("OFF_STAGE"))}),a(this,Zi).on(W.getStageRequests,e=>u(this,null,function*(){var r;if(a(this,Xi).permissions.stageAccess!==q.Allowed)return;const i=(r=e==null?void 0:e.stageRequests)!=null?r:[];yield R.emitAsync(M.GET_STAGE_REQUESTS,i),a(this,Uc)<i.length&&i.length>0&&this.stage.emit("newStageRequest",{count:i.length}),v(this,Uc,i.length),this.stage.emit("stageAccessRequestUpdate",i)}))}getCurrentStageRequests(){return a(this,ns).joined.toArray().filter(e=>e.stageStatus==="REQUESTED_TO_JOIN_STAGE").map(e=>({displayName:e.name,userId:e.userId,peerId:e.id}))}setStageStatus(e){return u(this,null,function*(){this.stage.status!==e&&a(this,Ei).setValue("stageStatus",e)})}selfStageStatusHandler(e){const r=Kh(e.stageType),i=a(this,Ei).getValue("stageStatus");if(i!==r)switch(e.stageType){case 1:a(this,Ei).setValue("stageStatus","ACCEPTED_TO_JOIN_STAGE",!1),this.stage.join();break;case 2:case 3:this.setStageStatus(i);break;case 0:case 4:default:a(this,Ei).setValue("stageStatus","ACCEPTED_TO_JOIN_STAGE",!1),this.stage.leave();break}}peerStageStatusHandler(e){return u(this,null,function*(){const r=a(this,ns).joined.get(e.peerId),i=a(this,ns).viewMode==="ACTIVE_GRID";if(!r){l.warn("err::peerStageStatusUpdate: participant not found");return}switch(e.stageType){case 1:r.setStageStatus("ON_STAGE"),i&&R.emit(M.UPDATE_ACTIVE);break;case 2:r.setStageStatus("ACCEPTED_TO_JOIN_STAGE");break;case 3:r.setStageStatus("REQUESTED_TO_JOIN_STAGE");break;case 0:case 4:default:r.setStageStatus("OFF_STAGE"),i&&R.emit(M.UPDATE_ACTIVE);break}R.emit(M.UPDATE_PEER_STAGE_STATUS,{id:r.id,status:r.stageStatus})})}}Xi=new WeakMap,ns=new WeakMap,Zi=new WeakMap,Uc=new WeakMap,Ei=new WeakMap;oD([S.trace("DyteStage.setupEvents")],wv.prototype,"setupEvents",1);var cD=Object.defineProperty,dD=Object.getOwnPropertyDescriptor,rl=(t,e,r,i)=>{for(var n=i>1?void 0:i?dD(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&cD(e,r,n),n};const xe={getPeer:14,getPeers:15,chatMessage:16,getRoomName:17,getDisplayTitle:18,getPluginInitiator:19,customPluginEventToParent:20,peerJoined:22,peerLeft:23,sendData:24,stageStatusUpdate:25,peerStageStatusUpdate:26};var ft,Zt,ca,da,ai,la,Fn,ua,Wm;let Rs=(Wm=class extends Ds{constructor(t,{baseURL:e,createdAt:r,description:i,id:n,name:s,organizationId:o,picture:c,private:d,published:h,staggered:p,tags:g,type:y,updatedAt:T},b,D,P,x,H){super(),f(this,ft,void 0),m(this,"baseURL"),m(this,"createdAt"),m(this,"description"),m(this,"id"),m(this,"name"),f(this,Zt,void 0),f(this,ca,void 0),f(this,da,void 0),m(this,"organizationId"),m(this,"picture"),m(this,"private"),m(this,"published"),m(this,"staggered"),m(this,"tags"),m(this,"type"),m(this,"updatedAt"),f(this,ai,void 0),m(this,"config"),f(this,la,void 0),m(this,"active"),m(this,"iframes"),m(this,"enabledBy"),f(this,Fn,void 0),f(this,ua,void 0),v(this,Fn,t),this.baseURL=e,this.createdAt=new Date(r),this.description=i,this.id=n,this.name=s,v(this,Zt,D),this.organizationId=o,this.picture=c,this.private=d,this.published=h,this.staggered=p,this.tags=g,this.type=y,this.updatedAt=new Date(T),this.active=!1,this.iframes=new Map,v(this,ft,b),v(this,ca,P),v(this,da,x),this.enabledBy="",v(this,ua,H)}sendIframeEvent(t){this.iframes.size&&this.iframes.forEach(e=>{const{iframe:r}=e;r&&(navigator.isReactNative?r.postMessage(JSON.stringify(t)):r.contentWindow.postMessage(t,"*"))})}handleIframeMessage(t){return u(this,null,function*(){var e;if(!this.active)return;const r=t,{payload:i,uuid:n,type:s}=r;switch(s){case z.customPluginEventToRoom:{a(this,ft).customPluginEventToRoom(this.id,i,n);break}case z.customPluginEventToPeers:{a(this,ft).customPluginEventToPeers(this.id,i.peerIds,i,n);break}case z.enablePluginForRoom:{a(this,ft).enablePluginForRoom(this.id,n);break}case z.enablePluginForPeers:{a(this,ft).enablePluginForPeers(this.id,i.peerIds,n);break}case z.disablePluginForRoom:{a(this,ft).disablePluginForRoom(this.id,n);break}case z.disablePluginForPeers:{a(this,ft).disablePluginForPeers(this.id,i.peerIds,n);break}case z.storeInsertKeys:{a(this,ft).storeInsertKeys(this.id,i.store,i.insertKeys,n);break}case z.storeGetKeys:{a(this,ft).storeGetKeys(this.id,i.store,i.getKeys,n);break}case z.storeDeleteKeys:{a(this,ft).storeDeleteKeys(this.id,i.store,i.deleteKeys,n);break}case z.storeDelete:{a(this,ft).storeDelete(this.id,i.store,n);break}case xe.chatMessage:{const{messagePayload:o,peerIds:c}=i;if(!a(this,da)){this.sendIframeEvent({type:xe.chatMessage,uuid:r.uuid,payload:{error:"Chat is disabled for this room."}});return}try{yield a(this,da).sendMessage(o,c),this.sendIframeEvent({type:xe.chatMessage,uuid:r.uuid,payload:{success:!0}})}catch(d){this.sendIframeEvent({type:xe.chatMessage,uuid:r.uuid,payload:{error:d}})}break}case xe.getPeer:{let o;const{peerId:c}=i,d=$(V({},a(this,Zt)),{id:a(this,Zt).id,isRecorder:(e=a(this,Zt).permissions)==null?void 0:e.isRecorder,isHidden:a(this,Zt).permissions.hiddenParticipant,stageStatus:a(this,Zt).stageStatus});c?(o=a(this,ca).joined.get(i.peerId),a(this,Zt).id===c&&(o=d)):o=d,this.sendIframeEvent({type:xe.getPeer,payload:{peer:o&&Cd(o)},uuid:r.uuid});break}case xe.getPeers:{const o=a(this,ca).joined.toArray().map(c=>Cd(c));this.sendIframeEvent({type:xe.getPeers,payload:{peers:o},uuid:r.uuid});break}case xe.getPluginInitiator:{this.sendIframeEvent({type:xe.getPluginInitiator,payload:{enabledBy:this.enabledBy},uuid:r.uuid});break}case xe.getDisplayTitle:{this.sendIframeEvent({type:xe.getDisplayTitle,payload:{displayTitle:a(this,ua)},uuid:r.uuid});break}case xe.getRoomName:{this.sendIframeEvent({type:xe.getRoomName,payload:{roomName:a(this,Fn).getValue("meetingId")},uuid:r.uuid});break}case xe.customPluginEventToParent:{this.emit(r.payload.eventName,r.payload.data);break}}})}sendData(t){this.active&&(l.info("DytePlugin::SendData",{plugin:{id:this.id,name:this.name,data:{eventName:t.eventName}}}),this.sendIframeEvent({type:xe.sendData,uuid:"",payload:t}))}removePluginView(t="default"){var e;const{iframe:r,listener:i}=(e=this.iframes.get(t))!=null?e:{};(r||i)&&(navigator.isReactNative?r.props.onMessage=void 0:window.removeEventListener("message",i),this.iframes.delete(t))}addPluginView(t,e="default"){var r;if(!a(this,la))throw l.error("DytePlugin::addPluginView::no_auth_token_set_for_plugin"),new w("No auth token set for plugin.","0602");if(!t)throw l.error("DytePlugin::addPluginView::iframe_was_not_provided"),new w("Iframe was not provided.","0603");this.removePluginView(e);const i=t,n=new URL(this.baseURL),s={auth:a(this,la),parent:navigator.isReactNative?this.baseURL:window.location.origin,backend:a(this,Fn).getValue("apiBase"),pluginId:this.id,roomName:(r=a(this,Fn).getValue("meetingId"))!=null?r:"",displayTitle:a(this,ua)};if(Object.keys(s).forEach(o=>{n.searchParams.set(o,s[o])}),i.src=n.href,i.allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",i.title=e,navigator.isReactNative)i.props.onMessage=o=>{this.handleIframeMessage(JSON.parse(o.nativeEvent.data))},this.iframes.set(e,{iframe:i});else{const o=c=>u(this,null,function*(){c.source===t.contentWindow&&(yield this.handleIframeMessage(c.data))});window.addEventListener("message",o),this.iframes.set(e,{iframe:i,listener:o})}}setActive(t){var e,r;if(this.active=t,t){this.emit("stateUpdate",{active:this.active,pluginId:this.id,bind:this.addPluginView.bind(this),views:(e=this.config)==null?void 0:e.views});return}this.active=!1,this.emit("stateUpdate",{active:this.active,pluginId:this.id,views:(r=this.config)==null?void 0:r.views})}activateForSelf(){return u(this,null,function*(){const t=ut(),e=yield t.authorizePlugin(this.id);v(this,la,e),v(this,ai,new Date);try{const r=yield t.getPluginConfig(this.baseURL);this.config=r}catch(r){l.error("DytePlugin::activateForSelf",{error:r})}this.setActive(!0),this.emit("enabled")})}deactivateForSelf(){Array.from(this.iframes.keys()).forEach(t=>{this.removePluginView(t)}),v(this,ai,void 0),this.iframes.clear(),this.setActive(!1),this.emit("closed")}enable(){return u(this,null,function*(){return this.activateForSelf()})}disable(){return this.deactivateForSelf()}activate(){return u(this,null,function*(){var t,e;this.active||(e=(t=a(this,Zt).permissions)==null?void 0:t.plugins)!=null&&e.canStart&&(a(this,ft).addPlugin(this.id,this.staggered),v(this,ai,new Date),l.info("plugin::activated",{plugin:{id:this.id,enabledBy:this.enabledBy,name:this.name}}))})}deactivate(){return u(this,null,function*(){var t,e;this.active&&(!((e=(t=a(this,Zt).permissions)==null?void 0:t.plugins)!=null&&e.canClose)&&this.enabledBy!==a(this,Zt).id||(a(this,ft).removePlugin(this.id),l.info("plugin::deactivated",{plugin:{id:this.id,name:this.name,duration:a(this,ai)?new Date().getTime()-a(this,ai).getTime():0}}),v(this,ai,void 0)))})}},ft=new WeakMap,Zt=new WeakMap,ca=new WeakMap,da=new WeakMap,ai=new WeakMap,la=new WeakMap,Fn=new WeakMap,ua=new WeakMap,Wm);rl([Ft({maxInvocations:5,period:1})],Rs.prototype,"sendData",1);rl([S.trace("DytePlugin.activatePlugin")],Rs.prototype,"activate",1);rl([S.trace("DytePlugin.deactivatePlugin")],Rs.prototype,"deactivate",1);Rs=rl([mt("0600")],Rs);var Je,ss;class Iv extends Map{constructor(e){const{onAddEvent:r,onDeleteEvent:i,onClearEvent:n}=e;super(),f(this,Je,void 0),f(this,ss,void 0),m(this,"onAddEvent"),m(this,"onDeleteEvent"),m(this,"onClearEvent"),v(this,Je,new Ds),this.onAddEvent=r,this.onDeleteEvent=i,this.onClearEvent=n,v(this,ss,new Map)}emit(e,...r){return a(this,Je).emit(e,...r)}on(e,r){return a(this,Je).on(e,r)}addListener(e,r){return a(this,Je).addListener(e,r)}off(e,r){return a(this,Je).off(e,r)}once(e,r){return a(this,Je).once(e,r)}prependListener(e,r){return a(this,Je).prependListener(e,r)}prependOnceListener(e,r){return a(this,Je).prependOnceListener(e,r)}removeListener(e,r){return a(this,Je).removeListener(e,r)}removeAllListeners(e){return a(this,Je).removeAllListeners(e)}listeners(e){return a(this,Je).listeners(e)}listenerCount(e){return a(this,Je).listenerCount(e)}getMaxListeners(){return a(this,Je).getMaxListeners()}setMaxListeners(e){return a(this,Je).setMaxListeners(e)}eventNames(){return a(this,Je).eventNames()}add(e,r=!0){return this.set(e.id,e,r)}set(e,r,i=!0){const n=super.set(e,r),s=(o,...c)=>{this.emit(o,r,...c)};return a(this,ss).set(e,s),r.on("*",s),i&&a(this,Je).emit(this.onAddEvent,r),n}delete(e,r=!0,i=!1){const n=this.get(e);if(!n)return!1;n.removeListener("*",a(this,ss).get(e));const s=super.delete(e);return i&&n.removeAllListeners(),r&&a(this,Je).emit(this.onDeleteEvent,n),s}clear(e=!0,r=!1){this.forEach(n=>{n.removeListener("*",a(this,ss).get(n.id)),r&&n.removeAllListeners()});const i=super.clear();return e&&a(this,Je).emit(this.onClearEvent),i}toArray(){return Array.from(this.values())}}Je=new WeakMap,ss=new WeakMap;class jm extends Iv{constructor(){super({onAddEvent:"pluginAdded",onDeleteEvent:"pluginDeleted"})}add(e,r=!0){return super.add(e,r)}delete(e,r=!0,i=!1){return super.delete(e,r,i)}}var lD=Object.defineProperty,uD=Object.getOwnPropertyDescriptor,hD=(t,e,r,i)=>{for(var n=i>1?void 0:i?uD(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&lD(e,r,n),n};let Vu=class{constructor(){m(this,"all"),m(this,"active"),this.all=new jm,this.active=new jm}};Vu=hD([mt("0600")],Vu);var pD=Object.defineProperty,mD=Object.getOwnPropertyDescriptor,il=(t,e,r,i)=>{for(var n=i>1?void 0:i?mD(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&pD(e,r,n),n},sr,ha,cc,Hm;const Cv=(Hm=class{constructor(t,e,r,i){m(this,"plugins"),f(this,sr,void 0),f(this,ha,void 0),f(this,cc,void 0),v(this,sr,e),v(this,ha,r),v(this,cc,t),this.plugins=i,this.setupEvents()}static init(t,e,r,i,n,s,o,c){return u(this,null,function*(){const d=new Vu;return e.forEach(h=>{const p=new Rs(t,h,r,s,o,n,c);d.all.add(p)}),new Cv(t,r,i,d)})}getRoomPlugins(){return u(this,null,function*(){var t;const{plugins:e}=yield a(this,sr).getActivePlugins();(t=this.plugins.active)==null||t.toArray().forEach(r=>{this.disablePlugin({id:r.id})}),yield Promise.all(e.map(r=>this.enablePlugin({id:r.pluginId,enabledBy:r.enabledBy})))})}enablePlugin(t){return u(this,arguments,function*({id:e,enabledBy:r}){const i=this.plugins.all.get(e);i&&(yield i.activateForSelf(),i.enabledBy=r)})}disablePlugin(t){return u(this,arguments,function*({id:e}){const r=this.plugins.all.get(e);r&&r.deactivateForSelf()})}sendIframeEvent(t,e,r,i){const n=this.plugins.all.get(e);n&&n.sendIframeEvent({type:t,uuid:r,payload:i})}broadcastIframeEvent(t,e){this.plugins.active.forEach(r=>{this.sendIframeEvent(t,r.id,"",e)})}setupEvents(){this.plugins.all.on("stateUpdate",({active:t,id:e})=>{if(t){this.plugins.active.add(this.plugins.all.get(e));return}this.plugins.active.delete(e)}),R.onAsync(M.SOCKET_SERVICE_ROOM_JOINED,()=>u(this,null,function*(){yield this.getRoomPlugins(),l.debug("[SOCKET_SERVICE_ROOM_JOINED] resolved request to fetch plugins.")})),a(this,sr).on(z.addPlugin,t=>u(this,null,function*(){var e;const r=t.pluginId;(e=this.plugins.all.get(r))!=null&&e.active||(yield this.enablePlugin({id:r,enabledBy:t.enabledBy}))})),a(this,sr).on(z.removePlugin,t=>u(this,null,function*(){var e;const r=t.pluginId;(e=this.plugins.all.get(r))!=null&&e.active&&(yield this.disablePlugin({id:r}))})),[z.enablePluginForPeers,z.enablePluginForRoom].forEach(t=>{a(this,sr).on(t,(e,r)=>u(this,null,function*(){this.sendIframeEvent(t,e.pluginId,r,{enabledBy:e.enabledBy})}))}),[z.disablePluginForPeers,z.disablePluginForRoom].forEach(t=>{a(this,sr).on(t,(e,r)=>u(this,null,function*(){this.sendIframeEvent(t,e.pluginId,r,{disabledBy:e.disabledBy})}))}),[z.customPluginEventToPeers,z.customPluginEventToRoom].forEach(t=>{a(this,sr).on(t,(e,r)=>u(this,null,function*(){this.sendIframeEvent(t,e.pluginId,r,{data:JSON.parse(new TextDecoder().decode(e.pluginData))})}))}),[z.storeInsertKeys,z.storeGetKeys,z.storeDeleteKeys].forEach(t=>{a(this,sr).on(t,(e,r)=>u(this,null,function*(){var i;const n=(i=e.storeItems)==null?void 0:i.map(s=>{var o;return{timestamp:s.timestamp,peerId:s.peerId,payload:JSON.parse((o=s.payload)!=null&&o.length?new TextDecoder().decode(s.payload):"{}"),key:s.storeKey}});this.sendIframeEvent(t,e.pluginId,r,{storeName:e.storeName,storeItems:n})}))}),a(this,sr).on(z.storeDelete,(t,e)=>u(this,null,function*(){this.sendIframeEvent(z.storeDelete,t.pluginId,e,{storeName:t.storeName})})),a(this,ha).on(Oe.sendMessageToPeers,t=>{const e=Zr==null?void 0:Zr.formatSocketServiceMessage(t.message);this.broadcastIframeEvent(xe.chatMessage,{message:e})}),a(this,ha).on(Oe.sendMessageToRoom,t=>{const e=Zr==null?void 0:Zr.formatSocketServiceMessage(t.message);this.broadcastIframeEvent(xe.chatMessage,{message:e})}),R.on(M.PEER_JOINED_INTERNAL,t=>{const e=Cd(t);this.broadcastIframeEvent(xe.peerJoined,e)}),R.on(M.PEER_CLOSED,t=>{this.broadcastIframeEvent(xe.peerLeft,t)}),R.on(M.UPDATE_PEER_STAGE_STATUS,t=>{this.broadcastIframeEvent(xe.peerStageStatusUpdate,t)}),a(this,cc).subscribe("stageStatus",t=>{this.broadcastIframeEvent(xe.stageStatusUpdate,t)})}},sr=new WeakMap,ha=new WeakMap,cc=new WeakMap,Hm);let Fo=Cv;il([S.trace("PluginController.getRoomPlugins")],Fo.prototype,"getRoomPlugins",1);il([S.trace("PluginController.enableForSelf")],Fo.prototype,"enablePlugin",1);il([S.trace("PluginController.disableForSelf")],Fo.prototype,"disablePlugin",1);il([S.trace("PluginController.setupEvents")],Fo.prototype,"setupEvents",1);class gD{constructor(){m(this,"mediaJoined"),m(this,"socketJoined"),m(this,"socketJoinAttempted"),m(this,"mediaJoinAttempted"),m(this,"socketState"),m(this,"mediaState"),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}}get joinAttempted(){return this.mediaJoinAttempted||this.socketJoinAttempted}get roomJoined(){return this.mediaJoined&&this.socketJoined}updateSocketConnectionState(e,r){let i;const{reconnected:n}=this.socketState;switch(e){case"connected":i={state:"connected",reconnected:n,reconnectionAttempt:void 0};break;case"disconnected":i={state:"disconnected",reconnected:!1,reconnectionAttempt:0},this.socketJoined=!1;break;case"reconnected":i={state:"connected",reconnected:!0,reconnectionAttempt:void 0};break;case"reconnecting":i={state:"reconnecting",reconnected:n,reconnectionAttempt:0};break;case"reconnectAttempt":i={state:"reconnecting",reconnected:n,reconnectionAttempt:r};break;case"failed":i={state:"failed",reconnected:n,reconnectionAttempt:void 0},this.socketJoined=!1;break}i&&(R.emit(M.SOCKET_STATE_UPDATE,i),this.socketState=i)}}var fD=Object.defineProperty,vD=Object.getOwnPropertyDescriptor,Bo=(t,e,r,i)=>{for(var n=i>1?void 0:i?vD(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&fD(e,r,n),n},pa,dc,ma,lc,Gm;let wn=(Gm=class extends zt{constructor(t,e){super(),f(this,ma),f(this,pa,void 0),f(this,dc,void 0),m(this,"recordingPeerIds",[]),m(this,"recordings",[]),v(this,dc,t),v(this,pa,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"}updateRecordings(t){this.recordings=t,this.emit("recordingUpdate",this.recordingState)}start(t){return u(this,null,function*(){if(!a(this,pa).permissions.canRecord)throw l.error("DyteRecording::start::permission_denied"),new w("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 l.error("DyteRecording::start::recording_in_progress",{recording:{state:this.recordingState}}),new w(`Cant start recording, recordingState irregular: ${this.recordingState}`,"1005");try{const e=ut(),{recording:r={}}=a(this,dc).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 l.error("DyteRecording::stop::recording_failed_to_start",{error:e}),new w("Error while starting recording","1000")}})}stop(t){return u(this,null,function*(){yield B(this,ma,lc).call(this,"stop",["RECORDING","PAUSED"],t)})}pause(t){return u(this,null,function*(){yield B(this,ma,lc).call(this,"pause",["RECORDING"],t)})}resume(t){return u(this,null,function*(){yield B(this,ma,lc).call(this,"resume",["PAUSED"],t)})}},pa=new WeakMap,dc=new WeakMap,ma=new WeakSet,lc=function(t,e,r){return u(this,null,function*(){if(!a(this,pa).permissions.canRecord)throw l.error("DyteRecording::stop::permission_denied"),new w("User does not have permission to stop recording","1001");let i=[];if(r!==void 0){const n=this.recordings.find(s=>s.id===r);if(n===void 0)throw new w("Could not find the specified recording","1004");if(e.includes(n.state)){l.error("DyteRecording::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 s=n.state;t==="stop"&&(n.state="STOPPING",this.emit("recordingUpdate","STOPPING"));try{yield ut().updateRecording(n.id,t)}catch(o){throw l.error("DyteRecording::stop::recording_failed_to_stop",{error:o}),n.state!==s&&(n.state=s,this.emit("recordingUpdate",s)),new w("Error while stopping recording","1000")}}))})},Gm);Bo([S.trace("DyteRecording.start")],wn.prototype,"start",1);Bo([S.trace("DyteRecording.stop")],wn.prototype,"stop",1);Bo([S.trace("DyteRecording.stop")],wn.prototype,"pause",1);Bo([S.trace("DyteRecording.stop")],wn.prototype,"resume",1);wn=Bo([mt("1000")],wn);var yD=Object.defineProperty,SD=Object.getOwnPropertyDescriptor,ED=(t,e,r,i)=>{for(var n=i>1?void 0:i?SD(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&yD(e,r,n),n},xu;class Pv{constructor(e,r,i){m(this,"recording"),m(this,"room"),f(this,xu,void 0),v(this,xu,e),this.recording=new wn(e,r),this.room=i,this.setupEvents()}getRecordingTypeFromProtoType(e){let r;switch(e){case kn.BROWSER:r="BROWSER";break;case kn.COMPOSITE:r="COMPOSITE";break;case kn.TRACK:r="TRACK";break;default:r="BROWSER"}return r}setupEvents(){R.on(M.ROOM_STATE,e=>{e.activeRecordings.length!==0?this.recording.updateRecordings(e.activeRecordings.map(r=>{const i=this.getRecordingTypeFromProtoType(r.recordingType);return{id:r.recordingId,state:r.recordingStatus,type:i}})):this.recording.recordings.length&&this.recording.updateRecordings([])}),this.room.on(W.recordingStarted,e=>{let r=!1;const i=[...this.recording.recordings];if(i.forEach(n=>{n.id===e.recordingId&&(r=!0,n.state="RECORDING")}),r===!1){const n=this.getRecordingTypeFromProtoType(e.recordingType);i.push({id:e.recordingId,state:"RECORDING",type:n})}this.recording.updateRecordings(i)}),this.room.on(W.recordingPaused,e=>{const r=[...this.recording.recordings];r.forEach(i=>{i.id===e.recordingId&&(i.state="PAUSED")}),this.recording.updateRecordings(r)}),this.room.on(W.recordingStopped,e=>{const r=[...this.recording.recordings.filter(i=>i.id!==e.recordingId)];this.recording.updateRecordings(r)})}}xu=new WeakMap;ED([S.trace("RecordingController.setupEvents")],Pv.prototype,"setupEvents",1);class TD{static hasFeature(e){var r;return(r=Q.hasFeature(e))!=null?r:!1}static getFeatureValue(e){return Q.getValue(e)}static getAllFeatures(){return Q.getAllFlags()}}class zh{constructor(e,r,i){m(this,"logger"),m(this,"features"),m(this,"browserSpecs"),m(this,"callStats"),this.logger=e,this.features=r,this.browserSpecs=Re,this.callStats=i}static init(e){return new zh(l,TD,e)}}class Yh{constructor(e){m(this,"internals"),this.internals=e}static init(){return u(this,null,function*(){const e=zh.init(K);return new Yh(e)})}}var kD=Object.defineProperty,bD=Object.getOwnPropertyDescriptor,Qt=(t,e,r,i)=>{for(var n=i>1?void 0:i?bD(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&kD(e,r,n),n},Ze,Me,Ie,Hr,mr,Fc,Uu;class Bt extends Ds{constructor(e,r,i=Fu,n=!0){super(),f(this,Ze,void 0),f(this,Me,void 0),f(this,Ie,void 0),f(this,Hr,void 0),f(this,mr,void 0),f(this,Fc,void 0),f(this,Uu,void 0),m(this,"audioUpdateInProgress"),m(this,"videoUpdateInProgress"),v(this,Uu,e),this.audioUpdateInProgress=!1,this.videoUpdateInProgress=!1,v(this,Ze,new Rv(e,r)),v(this,Me,new qD(a(this,Ze),void 0,i)),v(this,Ie,new XD(a(this,Ze),void 0,i)),v(this,mr,new zD(a(this,Ze))),v(this,Hr,new JD(a(this,Ze))),v(this,Fc,n),a(this,Me).on("trackMuted",this.onAudioTrackMuted.bind(this)),a(this,Me).on("trackChanged",this.onAudioTrackChanged.bind(this)),a(this,Ie).on("trackChanged",this.onVideoTrackChanged.bind(this)),a(this,Ie).on("trackEnded",this.onVideoTrackEnded.bind(this)),a(this,mr).on("trackEnded",this.onScreenShareEnded.bind(this)),this.onVisibilityChange=this.onVisibilityChange.bind(this),document.addEventListener("visibilitychange",this.onVisibilityChange)}onVisibilityChange(){return u(this,null,function*(){K.tabChanged(document.visibilityState==="visible"),document.visibilityState!=="visible"?K.browserBackgrounded():(K.browserForegrounded(),yield this.setupSpeaker())})}repopulateAvailableDevices(){return u(this,null,function*(){return!0})}setupStreams(e){return u(this,arguments,function*({audio:r,video:i}){var n;r?K.audioOn():K.audioOff(),i?K.videoOn():K.videoOff();let s,o;if(r&&i)try{const c=yield a(this,Ze).getAudioAndVideoTrack(a(this,Me).userSelectedDevice,a(this,Ie).userSelectedDevice);s=c.audioTrack,o=c.videoTrack}catch(c){l.error("LocalMediaHandler::init::Failed to get audio video tracks",{error:c})}if(!s&&r)try{s=yield a(this,Ze).getAudioTrack(!1,a(this,Me).userSelectedDevice)}catch(c){l.error("LocalMediaHandler::init::Failed to get audio track",{error:c})}if(!o&&i)try{o=yield a(this,Ze).getVideoTrack(a(this,Ie).userSelectedDevice)}catch(c){l.error("LocalMediaHandler::init::Failed to get video track",{error:c})}r&&!s&&K.audioOff(),i&&!o&&K.videoOff(),yield a(this,Me).setMediaTrack(s),yield a(this,Ie).setMediaTrack(o);try{yield a(this,Hr).setupSpeaker()}catch{}if(o){const c=yield this.getDeviceById(o.getSettings().deviceId);K.selectedDevice("VIDEO",c)}if(s){const c=yield this.getDeviceById(s.getSettings().deviceId);K.selectedDevice("AUDIO",c)}(n=a(this,Hr).currentDevice)!=null&&n.deviceId&&K.selectedDevice("SPEAKER",a(this,Hr).currentDevice),a(this,Ze).onDeviceChange((c,d,h)=>{this.onDeviceChange(d,h)})})}getCurrentDevices(){return{audio:a(this,Me).currentDevice,video:a(this,Ie).currentDevice,speaker:a(this,Hr).currentDevice}}get permissions(){return a(this,Ze).permissions}getAllDevices(){return a(this,Ze).getAvailableDevices()}getDeviceById(e,r){return a(this,Ze).getDevice(e)}onAudioTrackMuted(){this.emit("AUDIO_TRACK_SILENT")}onAudioTrackChanged(){this.emit("AUDIO_TRACK_CHANGE")}get rawAudioTrack(){return a(this,Me).mediaTrack}get audioTrack(){return a(this,Me).transformedMediaTrack}get audioEnabled(){return a(this,Me).trackEnabled}enableAudio(e){return u(this,null,function*(){if(!this.audioUpdateInProgress){this.audioUpdateInProgress=!0;try{e?yield a(this,Me).enableTrack(!1,e):yield a(this,Me).unmuteTrack()}catch{}finally{this.audioUpdateInProgress=!1}}})}disableAudio(){a(this,Me).mediaTrack&&!a(this,Me).isCustomTrack?a(this,Me).muteTrack():a(this,Me).disableTrack()}getAudioDevices(e){return a(this,Ze).getAudioInputDevices(e)}setAudioDevice(e){return u(this,null,function*(){yield a(this,Me).setDevice(e),e!=null&&e.deviceId&&K.selectedDevice("AUDIO",e),this.emit("AUDIO_TRACK_CHANGE"),this.emit("DEVICE_CHANGE",{device:e})})}setupSpeaker(){return a(this,Hr).setupSpeaker()}setSpeakerDevice(e){return u(this,null,function*(){yield a(this,Hr).setupSpeaker(e),e!=null&&e.deviceId&&K.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,Ie).mediaTrack}get videoTrack(){return a(this,Ie).transformedMediaTrack}get videoEnabled(){return a(this,Ie).trackEnabled}enableVideo(e){return u(this,null,function*(){if(!this.videoUpdateInProgress){this.videoUpdateInProgress=!0;try{e?yield a(this,Ie).enableTrack(!1,e):yield a(this,Ie).unmuteTrack()}catch{}finally{this.videoUpdateInProgress=!1}}})}disableVideo(){a(this,Ie).disableTrack()}getVideoDevices(e){return a(this,Ze).getVideoInputDevices(e)}setVideoDevice(e){return u(this,null,function*(){yield a(this,Ie).setDevice(e),e!=null&&e.deviceId&&K.selectedDevice("VIDEO",e),this.emit("VIDEO_TRACK_CHANGE"),this.emit("DEVICE_CHANGE",{device:e})})}updateVideoConstraints(e){return u(this,null,function*(){yield a(this,Ie).updateConstraints(e)})}onScreenShareEnded(){this.emit("SCREENSHARE_ENDED")}get screenShareTracks(){return{audio:a(this,mr).audioMediaTrack,video:a(this,mr).videoMediaTrack}}get screenShareEnabled(){return a(this,mr).trackEnabled}enableScreenShare(){return u(this,null,function*(){yield a(this,mr).enableScreenShare()})}disableScreenShare(){return u(this,null,function*(){a(this,mr).disableScreenShare()})}updateScreenshareConstraints(e){return u(this,null,function*(){yield a(this,mr).updateConstraints(e)})}getSpeakerDevices(e){return a(this,Ze).getAudioOutputDevices(e)}addAudioMiddleware(e){return a(this,Me).addMiddleware(e)}removeAudioMiddleware(e){return a(this,Me).removeMiddleware(e)}removeAllAudioMiddlewares(){return a(this,Me).removeAllMiddlewares()}addVideoMiddleware(e){return a(this,Ie).addMiddleware(e)}removeVideoMiddleware(e){return a(this,Ie).removeMiddleware(e)}removeAllVideoMiddlewares(){return a(this,Ie).removeAllMiddlewares()}setVideoMiddlewareGlobalConfig(e){return a(this,Ie).setVideoMiddlewareGlobalConfig(e)}destruct(){a(this,Me).disableTrack(),a(this,Ie).disableTrack(),a(this,Ie).terminateMiddlewareWebWorker(),a(this,mr).disableScreenShare(),a(this,Ze).destruct()}onDeviceChange(e,r){return u(this,null,function*(){var i,n;this.emit("DEVICE_LIST_UPDATED",e),!(r||!a(this,Fc))&&((i=e==null?void 0:e.added)==null||i.forEach(s=>u(this,null,function*(){var o;s&&!Fu(s)&&(s.kind==="audioinput"&&((o=this.audioTrack)==null?void 0:o.enabled)===!0?yield this.setAudioDevice(s):s.kind==="audiooutput"&&(yield this.setSpeakerDevice(s)))})),(n=e==null?void 0:e.removed)==null||n.forEach(s=>u(this,null,function*(){var o;if(s.kind==="audiooutput"&&((o=this.getCurrentDevices().speaker)==null?void 0:o.deviceId)===s.deviceId){const c=(yield this.getSpeakerDevices()).find(d=>d.deviceId!==s.deviceId);c&&(yield this.setSpeakerDevice(c))}})))})}removeAllTracks(){this.destruct()}removeAudioTrack(){a(this,Me).disableTrack()}removeVideoTrack(){a(this,Ie).disableTrack(),a(this,Ie).terminateMiddlewareWebWorker()}removeDocumentEventListeners(){return u(this,null,function*(){document.removeEventListener("visibilitychange",this.onVisibilityChange)})}}Ze=new WeakMap,Me=new WeakMap,Ie=new WeakMap,Hr=new WeakMap,mr=new WeakMap,Fc=new WeakMap,Uu=new WeakMap;Qt([S.trace("MediaHandler.setupStreams")],Bt.prototype,"setupStreams",1);Qt([S.trace("MediaHandler.enableAudio")],Bt.prototype,"enableAudio",1);Qt([S.trace("MediaHandler.disableAudio")],Bt.prototype,"disableAudio",1);Qt([S.trace("MediaHandler.setAudioDevice")],Bt.prototype,"setAudioDevice",1);Qt([S.trace("MediaHandler.enableVideo")],Bt.prototype,"enableVideo",1);Qt([S.trace("MediaHandler.disableVideo")],Bt.prototype,"disableVideo",1);Qt([S.trace("MediaHandler.setVideoDevice")],Bt.prototype,"setVideoDevice",1);Qt([S.trace("MediaHandler.updateVideoConstraints")],Bt.prototype,"updateVideoConstraints",1);Qt([S.trace("MediaHandler.enableScreenShare")],Bt.prototype,"enableScreenShare",1);Qt([S.trace("MediaHandler.disableScreenShare")],Bt.prototype,"disableScreenShare",1);Qt([S.trace("MediaHandler.updateScreenshareConstraints")],Bt.prototype,"updateScreenshareConstraints",1);Qt([S.trace("MediaHandler.destruct")],Bt.prototype,"destruct",1);Qt([S.trace("MediaHandler.onDeviceChange")],Bt.prototype,"onDeviceChange",1);function uc(t,e,r){switch(!0){case Re.isChromiumBased():switch(e){case"NotAllowedError":return r.includes("by system")?"SYSTEM_DENIED":t==="screenshare"?"CANCELED":"DENIED";case"NotReadableError":default:return"COULD_NOT_START"}case Re.isSafari():switch(e){case"NotAllowedError":return"DENIED";default:return"COULD_NOT_START"}case Re.isFirefox():switch(e){case"NotFoundError":case"NotReadableError":return"SYSTEM_DENIED";case"NotAllowedError":return"DENIED";case"AbortError":default:return"COULD_NOT_START"}default:return"COULD_NOT_START"}}const _D=["virtual","emulator","krisp","solstice conference","teams","loom","zoom","manycam","blackhole","displayport","xsplit","wirecast","vMix","elgato","epiphan","voice changer","voicemod","morphvoxx"];function Fu(t){var e,r;const i=(e=t.label)==null?void 0:e.toLowerCase();return((r=Re._bowser)==null?void 0:r.getOSName())==="macOS"&&i.includes("iphone")?(l.log("isVirtualDevice::ignore_macos_continuity"),!0):_D.some(n=>i==null?void 0:i.includes(n))}function wD(t,e){return u(this,null,function*(){if(!(t!=null&&t.length))return e;const r=new AudioContext,i=yield Promise.all(t==null?void 0:t.map(o=>o(r))),n=r.createMediaStreamSource(new MediaStream([e])),s=r.createMediaStreamDestination();try{let o=n;for(let c=0;c<i.length;c+=1)o.connect(i[c]),o=i[c];o.connect(s)}catch(o){return l.error("getTransformedAudioTrack::middleware_execution_failed",{error:o}),e}return s.stream.getAudioTracks()[0]})}var as;class ID{constructor(){f(this,as,void 0)}terminateMiddlewareWebWorker(){if(a(this,as))try{gs(a(this,as)),v(this,as,void 0)}catch{l.debug("WorkerTimers::terminateMiddlewareWebWorker::failed")}}getTransformedVideoTrack(e,r,i){return u(this,null,function*(){if(!(e!=null&&e.length))return r;const n=document.createElement("canvas"),s=yield Promise.all(e==null?void 0:e.map(g=>g({canvas:n,WorkerTimers:yS})));if(i.disablePerFrameCanvasRendering){const g=n.captureStream().getVideoTracks()[0];return Object.defineProperty(g,"originalSettings",{value:r.getSettings()}),g}const o=document.createElement("video"),c=new MediaStream;c.addTrack(r);const d=n.getContext("2d");o.srcObject=c,o.autoplay=!0,this.terminateMiddlewareWebWorker();const h=()=>u(this,null,function*(){if(r.enabled===!1||r.readyState==="ended"){this.terminateMiddlewareWebWorker(),o.remove(),n.remove();return}try{d.drawImage(o,0,0);for(let g=0;g<s.length;g+=1)typeof s[g]=="function"&&(yield s[g](n,d))}catch(g){l.error("getTransformedVideoTrack::middleware_execution_failed",{error:g})}});try{o.play()}catch{}o.addEventListener("play",()=>{n.width=o.width||r.getSettings().width,n.height=o.width||r.getSettings().height,v(this,as,fd(h,50))},!1);const p=n.captureStream().getVideoTracks()[0];return Object.defineProperty(p,"originalSettings",{value:r.getSettings()}),p})}}as=new WeakMap;const qm={gross:{width:{ideal:192},height:{ideal:144}},qvga:{width:{ideal:384},height:{ideal:288}},pvga:{width:{ideal:480},height:{ideal:360}},vga:{width:{ideal:640},height:{ideal:480}},hd:{width:{ideal:1280},height:{ideal:720}},hd_cropped:{width:{ideal:900},height:{ideal:720}},fhd:{width:{ideal:1920},height:{ideal:1080}}},CD=[[320,[{rid:"q",maxBitrate:25e4,maxFramerate:24,scalabilityMode:"L1T1"}]],[640,[{rid:"q",scaleResolutionDownBy:2,maxBitrate:25e4,maxFramerate:24,scalabilityMode:"L1T1"},{rid:"h",maxBitrate:7e5,maxFramerate:30,scalabilityMode:"L1T1"}]],[1280,[{rid:"q",scaleResolutionDownBy:2,maxBitrate:5e5,maxFramerate:24,scalabilityMode:"L1T1"},{rid:"h",maxBitrate:13e5,maxFramerate:30,scalabilityMode:"L1T1"}]],[1920,[{rid:"q",scaleResolutionDownBy:2,maxBitrate:9e5,maxFramerate:24,scalabilityMode:"L1T1"},{rid:"h",maxBitrate:15e5,maxFramerate:30,scalabilityMode:"L1T1"}]]],PD=t=>{var e;const r="getSettings"in t&&t.getSettings().width||"getConstraints"in t&&t.getConstraints().width||"originalSettings"in t&&((e=t.originalSettings)==null?void 0:e.width);let i=CD;Q.hasFeature(ie.OVERRIDE_HIVE_SIMULCAST_DYNAMIC)&&(i=JSON.parse(Q.getValue(ie.OVERRIDE_HIVE_SIMULCAST_DYNAMIC)));const n=i.map(([c])=>c).sort((c,d)=>c-d);let s=Number.MAX_VALUE,o=0;return n.forEach((c,d)=>{Math.abs(c-r)<s&&(s=Math.abs(c-r),o=d)}),i[o][1]};var ke=(t=>(t.WEBCAM="webcam",t.WEBCAM_BACKUP="webcam_backup",t.MIC="mic",t.SCREENSHARE_VIDEO="screenshare_video",t.SCREENSHARE_AUDIO="screenshare_audio",t))(ke||{});const RD=f_(),Bn=Er(RD.config.media);function MD(t){var e,r;const i={};return t.audio&&(i.audio={enableStereo:(e=t.audio.enableStereo)!=null?e:!1,enableHighBitrate:(r=t.audio.enableHighBitrate)!=null?r:!1}),i.video=t.video.quality,i}var os,Bu;class AD{constructor(e,r){f(this,os,void 0),f(this,Bu,void 0),m(this,"getScreenShareConstraints",()=>{var i,n,s,o,c,d,h,p,g,y,T;const b=(i=a(this,os))==null?void 0:i.screenshare,D=(s=(n=b==null?void 0:b.width)==null?void 0:n.max)!=null?s:1920,P=(c=(o=b==null?void 0:b.height)==null?void 0:o.max)!=null?c:1080,x=(h=(d=b==null?void 0:b.frameRate)==null?void 0:d.max)!=null?h:5;let H=(g=(p=b==null?void 0:b.frameRate)==null?void 0:p.ideal)!=null?g:5;const J=b==null?void 0:b.displaySurface,I=b==null?void 0:b.selfBrowserSurface;Q.getValue(ie.VAL_MIN_FRAMERATE)&&(H=parseInt((y=Q.getValue(ie.VAL_MIN_FRAMERATE))==null?void 0:y.toString(),10));let ae={width:{max:D},height:{max:P},frameRate:{ideal:H,max:x}};if(Q.hasFeature(ie.SCREENSHARE_CONSTRAINTS)){const ne=(T=Q.getValue(ie.SCREENSHARE_CONSTRAINTS))==null?void 0:T.toString();ae=JSON.parse(ne)}return J!==void 0&&["monitor","browser","window"].includes(J)&&(ae=$(V({},ae),{displaySurface:J})),I!==void 0&&(ae=$(V({},ae),{selfBrowserSurface:I})),{audio:!0,video:ae}}),m(this,"getAudioConstraints",i=>{var n,s,o,c,d,h,p,g;const y={},T=(n=a(this,os))==null?void 0:n.audio,b=T!=null&&T.enableStereo?2:1;return Re.isFirefox()||Re.isWebKitBased()?(y.audio={deviceId:i,autoGainControl:(s=T==null?void 0:T.autoGainControl)!=null?s:!0,echoCancellation:(o=T==null?void 0:T.echoCancellation)!=null?o:!0,noiseSuppression:(c=T==null?void 0:T.noiseSupression)!=null?c:!0,channelCount:b},y):(y.audio={},y.audio.optional=[i?{sourceId:i}:{sourceId:"default"},{channelCount:b},{echoCancellation:(d=T==null?void 0:T.echoCancellation)!=null?d:!0},{googEchoCancellation:(h=T==null?void 0:T.echoCancellation)!=null?h:!0},{googAutoGainControl:(p=T==null?void 0:T.autoGainControl)!=null?p:!0},{googNoiseSuppression:(g=T==null?void 0:T.noiseSupression)!=null?g:!0},{googHighpassFilter:!0}],y)}),m(this,"getVideoConstraints",i=>{var n,s,o,c;const d={},h=(n=a(this,os))==null?void 0:n.video;let p=qm.vga;if(typeof h=="string"?p=qm[h]:h!==void 0&&(p.height.ideal=h.height.ideal,p.width.ideal=h.width.ideal),p.frameRate={ideal:(o=(s=p.frameRate)==null?void 0:s.ideal)!=null?o:24},Re.isChromiumBased()&&(p.frameRate.max=30),Q.hasFeature(ie.VIDEO_CONSTRAINTS)){const g=(c=Q.getValue(ie.VIDEO_CONSTRAINTS))==null?void 0:c.toString();p=JSON.parse(g)}return d.video=p,typeof d.video=="boolean"||(i?d.video.deviceId={exact:i}:d.video.facingMode="user"),d}),v(this,Bu,e),v(this,os,r)}getUpdatedVideoConstraints(e){return e}}os=new WeakMap,Bu=new WeakMap;class xl extends Error{constructor(e,r,i){super(r),m(this,"constraints"),m(this,"name"),this.name=e,this.constraints=i}}class DD{constructor(){m(this,"permissions"),this.permissions={audio:"NOT_REQUESTED",video:"NOT_REQUESTED",screenshare:"NOT_REQUESTED"}}getAudioInputDevices(e){return u(this,null,function*(){let r=e;return e||(r=yield this.getAvailableDevices()),r.filter(i=>i.kind==="audioinput")})}getVideoInputDevices(e){return u(this,null,function*(){let r=e;return e||(r=yield this.getAvailableDevices()),r.filter(i=>i.kind==="videoinput")})}getAudioOutputDevices(e){return u(this,null,function*(){let r=e;return e||(r=yield this.getAvailableDevices()),r.filter(i=>i.kind==="audiooutput")})}}var OD=Object.defineProperty,ND=Object.getOwnPropertyDescriptor,wr=(t,e,r,i)=>{for(var n=i>1?void 0:i?ND(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&OD(e,r,n),n},ga,ar,Ul,$m;let Kt=($m=class extends DD{constructor(t,e){super(),m(this,"availableDevices"),f(this,ga,void 0),f(this,ar,void 0),f(this,Ul,void 0),v(this,Ul,t),v(this,ar,new AD(t,e)),v(this,ga,new AbortController),this.availableDevices=[],this.getAvailableDevices()}get constraintsBuilder(){return a(this,ar)}destruct(){return u(this,null,function*(){var t;(t=a(this,ga))==null||t.abort()})}handlePermissionErrors(t,e){const r=uc(t,e.name,e.message);return this.permissions[t]=r,R.emit(M.MEDIA_PERMISSION_ERROR,{message:r,constraints:e.constraints,kind:t}),r}getAudioAndVideoTrack(t,e){return u(this,null,function*(){const r={audio:a(this,ar).getAudioConstraints(t).audio,video:a(this,ar).getVideoConstraints(e).video};try{l.info("getUserMediaWithoutTimeout::requesting_user_media",{constraints:JSON.stringify(r)});const i=yield navigator.mediaDevices.getUserMedia(r);l.info("getUserMediaWithoutTimeout::received_user_media",{constraints:JSON.stringify(r)});const n=i.getAudioTracks()[0];let s=i.getVideoTracks()[0];if(this.permissions.audio="ACCEPTED",this.permissions.video="ACCEPTED",Q.hasFeature(ie.OBS_QUALITY)&&s.label.includes("OBS Virtual")){const o=(yield this.getVideoInputDevices()).find(c=>c.label.includes("OBS Virtual"));s=yield this.getVideoTrack(o.deviceId)}return R.emit(M.MEDIA_PERMISSION_UPDATE,{message:this.permissions.audio,kind:"audio"}),R.emit(M.MEDIA_PERMISSION_UPDATE,{message:this.permissions.video,kind:"video"}),{audioTrack:n,videoTrack:s}}catch(i){throw l.error("WebMediaInterface.getAudioAndVideoTrack",{error:i}),new w("Couldnt fetch audio and video track","1605")}})}getAudioTrack(t,e){return u(this,null,function*(){let r=yield this.getAudioInputDevices();if(r.length===0)throw this.permissions.audio="NO_DEVICES_AVAILABLE",R.emit(M.MEDIA_PERMISSION_UPDATE,{message:this.permissions.audio,kind:"audio"}),new w("No audio devices available","1606");const i=n=>u(this,null,function*(){let s;try{r=r.filter(c=>c.deviceId!==n),s=a(this,ar).getAudioConstraints(n),l.info("getUserMediaWithoutTimeout::requesting_user_media",{constraints:JSON.stringify(s)});const[o]=(yield navigator.mediaDevices.getUserMedia(s)).getAudioTracks();return l.info("getUserMediaWithoutTimeout::received_user_media",{constraints:JSON.stringify(s)}),o}catch(o){const c=uc("audio",o.name,o.message),d=new xl(o.name,o.message,s);if(c==="COULD_NOT_START"){const h=r.shift();if(!h)throw d;l.info("getAudioTrack::gum_failed",{constraints:JSON.stringify(s),error:o});const p=a(this,ar).getAudioConstraints(h.deviceId);return l.info("getAudioTrack::retrying_gum_for_next_device",{constraints:JSON.stringify(p)}),i(h.deviceId)}throw d}});try{const n=yield i(e);return n.enabled=!t,this.permissions.audio!=="ACCEPTED"&&(this.permissions.audio="ACCEPTED",R.emit(M.MEDIA_PERMISSION_UPDATE,{message:this.permissions.audio,kind:"audio"})),n}catch(n){throw n.constraints&&this.handlePermissionErrors("audio",n),new w(n.message,"1601")}})}getVideoTrack(t){return u(this,null,function*(){var e;const r=Q.hasFeature(ie.OBS_QUALITY),i=(e=yield this.getCurrentDeviceLabel(t))==null?void 0:e.includes("OBS Virtual"),n=r&&i,s=yield this.getVideoInputDevices();if(s.length===0)throw this.permissions.video="NO_DEVICES_AVAILABLE",R.emit(M.MEDIA_PERMISSION_UPDATE,{message:this.permissions.video,kind:"video"}),new w("No video devices available","1607");const o=c=>u(this,null,function*(){try{let d=c;const{video:h}=d;n&&typeof h!="boolean"&&(d={video:{deviceId:h.deviceId}}),l.info("getUserMediaWithoutTimeout::requesting_user_media",{constraints:JSON.stringify(d)});const[p]=(yield navigator.mediaDevices.getUserMedia(d)).getVideoTracks();if(n&&typeof h!="boolean"&&typeof h.width=="object"){const{width:g,height:y}=p.getSettings(),{ideal:T}=h.width;p.applyConstraints({width:{ideal:T},height:{ideal:Math.floor(y*T/g)},frameRate:h.frameRate})}return l.info("getUserMediaWithoutTimeout::received_user_media",{constraints:JSON.stringify(d)}),p}catch(d){const h=uc("video",d.name,d.message),p=new xl(d.name,d.message,c);if(h==="COULD_NOT_START"){const g=s.shift();if(!g)throw p;l.info("getVideoTrack::gum_failed",{constraints:JSON.stringify(c),error:d});const y=a(this,ar).getVideoConstraints(g.deviceId);return l.info("getVideoTrack::retrying_gum_for_next_device",{constraints:JSON.stringify(y)}),o({video:y.video})}throw p}});try{const c=a(this,ar).getVideoConstraints(t),d=yield o(c);return this.permissions.video!=="ACCEPTED"&&(this.permissions.video="ACCEPTED",R.emit(M.MEDIA_PERMISSION_UPDATE,{message:this.permissions.video,kind:"video"})),d}catch(c){throw c.constraints&&this.handlePermissionErrors("video",c),new w(c.message,"1602")}})}getScreenShareTracks(){return u(this,null,function*(){const t=e=>u(this,null,function*(){try{l.info("getDisplayMediaWithoutTimeout::requesting_display_media",{constraints:JSON.stringify(e)}),K.screenShareRequested();const r=yield navigator.mediaDevices.getDisplayMedia(e);return l.info("getDisplayMediaWithoutTimeout::received_display_media",{constraints:JSON.stringify(e)}),r}catch(r){const i=uc("video",r.name,r.message),n=new xl(r.name,r.message,e),s={video:!0};if(xw(e,s)||!Q.hasFeature(ie.SCREEENSHARE_CONSTRAINTS_RETRY))throw n;if(i==="COULD_NOT_START")return t(s);throw n}});try{const e=a(this,ar).getScreenShareConstraints(),r=yield t(e);return this.permissions.screenshare!=="ACCEPTED"&&(this.permissions.screenshare="ACCEPTED",R.emit(M.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 w(e.message,"1612")}})}getCurrentDeviceLabel(t){return u(this,null,function*(){const e=yield this.getDevice(t||"default");return e==null?void 0:e.label})}getAvailableDevices(){return u(this,null,function*(){try{const t=yield navigator.mediaDevices.enumerateDevices();return this.availableDevices=t,t}catch(t){throw l.error("enumerate_devices_failed",{error:t}),new w("Failed to get available devices","1609")}})}getAvailableDevicesByKind(t){return u(this,null,function*(){try{return(yield navigator.mediaDevices.enumerateDevices()).filter(({kind:e})=>t===e)}catch(e){throw l.error("enumerate_devices_failed",{error:e}),new w("Failed to get available devices by kind","1609")}})}getDevice(t){return u(this,null,function*(){try{return(yield navigator.mediaDevices.enumerateDevices()).filter(e=>e.deviceId===t)[0]}catch(e){throw l.error("enumerate_devices_failed",{error:e}),new w("Failed to get device","1609")}})}onDeviceChange(t){return u(this,null,function*(){Re.supportsDeviceChangeEvent()&&navigator.mediaDevices.addEventListener("devicechange",e=>u(this,null,function*(){var r,i;const n=p=>`${p.kind}-${p.deviceId}-${p.groupId}`,s=this.availableDevices,o=new Set(s.map(p=>n(p))),c=yield this.getAvailableDevices(),d=new Set(c.map(p=>n(p))),h={added:c.filter(p=>!o.has(n(p))),removed:s.filter(p=>!d.has(n(p))),devices:c};if((r=h.added)!=null&&r.length||(i=h.removed)!=null&&i.length){l.info("repopulated_full_device_list",{devices:JSON.stringify(c)});const p=[...h.added,...h.removed];p.some(g=>g.kind==="audioinput")&&K.devices("AUDIO",c==null?void 0:c.filter(g=>g.kind==="audioinput")),p.some(g=>g.kind==="videoinput")&&K.devices("VIDEO",c==null?void 0:c.filter(g=>g.kind==="videoinput")),p.some(g=>g.kind==="audiooutput")&&K.devices("SPEAKER",c==null?void 0:c.filter(g=>g.kind==="audiooutput")),t(e,h,!1)}}),{signal:a(this,ga).signal})})}},ga=new WeakMap,ar=new WeakMap,Ul=new WeakMap,$m);wr([S.trace("WebMediaInterface.destruct")],Kt.prototype,"destruct",1);wr([S.trace("WebMediaInterface.handlePermissionErrors")],Kt.prototype,"handlePermissionErrors",1);wr([S.trace("WebMediaInterface.getAudioAndVideoTrack")],Kt.prototype,"getAudioAndVideoTrack",1);wr([S.trace("WebMediaInterface.getAudioTrack")],Kt.prototype,"getAudioTrack",1);wr([S.trace("WebMediaInterface.getVideoTrack")],Kt.prototype,"getVideoTrack",1);wr([S.trace("WebMediaInterface.getScreenShareTracks")],Kt.prototype,"getScreenShareTracks",1);wr([S.trace("WebMediaInterface.getAvailableDevices")],Kt.prototype,"getAvailableDevices",1);wr([S.trace("WebMediaInterface.getAvailableDevicesByKind")],Kt.prototype,"getAvailableDevicesByKind",1);wr([S.trace("WebMediaInterface.getDevice")],Kt.prototype,"getDevice",1);wr([S.trace("WebMediaInterface.onDeviceChange")],Kt.prototype,"onDeviceChange",1);Kt=wr([mt("1600")],Kt);const Rv=Kt,go={setItem:(t,e)=>{try{localStorage.setItem(t,e)}catch(r){l.error("LocalStorage::setItem::crashed",{error:r,localStorage:{key:t,value:e}})}},getItem:t=>{try{return localStorage.getItem(t)}catch(e){l.error("LocalStorage::getItem::crashed",{error:e,localStorage:{key:t}})}return null}},LD=(t=0)=>new Promise(e=>setTimeout(e,t)),VD=(t,e,r)=>{const i=typeof r=="number"?r:250,n=t.createMediaStreamSource(e),s=t.createAnalyser();s.fftSize=2048,n.connect(s);const o=new Uint8Array(s.fftSize);let c=!1;setTimeout(()=>{c=!0},i);function d(){return c?Promise.resolve(!0):(s.getByteTimeDomainData(o),o.some(h=>h!==128&&h!==0)?Promise.resolve(!1):LD().then(d))}return d().then(h=>(n.disconnect(),h),h=>{throw n.disconnect(),h})},xD=typeof AudioContext!="undefined"?AudioContext:null;class Qh{constructor(e){m(this,"_AudioContext"),m(this,"audioContext"),m(this,"_audioContextRefContainers");const r=V({AudioContext:xD},e);Object.defineProperties(this,{_AudioContext:{value:r.AudioContext},audioContext:{value:null,writable:!0},_audioContextRefContainers:{value:new Set},AudioContextProvider:{enumerable:!0,value:Qh}})}getOrCreate(e){if(!this._audioContextRefContainers.has(e)&&(this._audioContextRefContainers.add(e),this._AudioContext&&!this.audioContext))try{this.audioContext=new this._AudioContext}catch{}return this.audioContext}release(e){this._audioContextRefContainers.has(e)&&(this._audioContextRefContainers.delete(e),!this._audioContextRefContainers.size&&this.audioContext&&(this.audioContext.close(),this.audioContext=null))}}const Jm=new Qh,UD=3,FD=250;function BD(t){const e={},r=Jm.getOrCreate(e);let i=UD;function n(){return i-=1,VD(r,t.srcObject,FD).then(s=>s?i>0?n():!0:!1).catch(()=>!0)}return n().finally(()=>{Jm.release(e)})}function Km(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 BD(e),i&&l.info("checkIfAudioTrackIsSilent::silence_detected")}catch(n){l.error("checkIfAudioTrackIsSilent::failed_to_detect_silence",{error:n})}finally{e.pause(),e.remove()}return i})}var WD=Object.defineProperty,jD=Object.getOwnPropertyDescriptor,Mv=(t,e,r,i)=>{for(var n=i>1?void 0:i?jD(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&WD(e,r,n),n};let Pd=class extends Ds{constructor(t,e,r){var i;super(),m(this,"constructorName",this.constructor.name),m(this,"userSelectedDevice"),m(this,"mediaInterface"),m(this,"isNonPreferredDevice"),m(this,"_mediaTrack"),m(this,"transformedMediaTrack"),m(this,"middlewares",[]),m(this,"currentDevice"),m(this,"userPreferredDeviceKey",`Dyte::${this.constructorName}::UserDeviceID`),m(this,"setUserPreferredDevice",n=>go.setItem(this.userPreferredDeviceKey,n)),m(this,"getUserPreferredDevice",()=>go.getItem(this.userPreferredDeviceKey)),m(this,"isCustomTrack",!1),this.mediaInterface=t,e&&this.setMediaTrack(e),this.userSelectedDevice=(i=this.getUserPreferredDevice())!=null?i:void 0,this.isNonPreferredDevice=r,this.onTrackEnded=this.onTrackEnded.bind(this),this.onTrackMuted=this.onTrackMuted.bind(this)}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){return u(this,null,function*(){const e=r=>{l.error(`${this.constructorName}.setMediaTrack.error`,{error:r})};try{this.disableTrack()}catch(r){e(r)}this._mediaTrack=yield this.conditionallyChangeTrack(t),yield this.setTransformedTrack();try{this.addMediaTrackListeners(),yield this.setCurrentDevice()}catch(r){e(r)}})}get trackEnabled(){return!!this.mediaTrack&&this.mediaTrack.readyState==="live"&&this.mediaTrack.enabled}muteTrack(){if(!this.mediaTrack){l.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 l.error(`${this.constructorName}.unmuteTrack.error`,{error:t}),this.disableTrack(),new w("Failed to unmute track","1611")}})}getCurrentDeviceId(){var t,e;const{kind:r}=this.mediaTrack;switch(r){case"audio":{const i=this.mediaTrack.getConstraints();return this.userSelectedDevice?(e=(t=i==null?void 0:i.deviceId)!=null?t:i==null?void 0:i.advanced[0].deviceId)!=null?e:this.mediaTrack.getSettings().deviceId:this.mediaTrack.getSettings().deviceId}default:return this.mediaTrack.getSettings().deviceId}}setCurrentDevice(){return u(this,null,function*(){var t;if(!this.mediaTrack){this.currentDevice=void 0;return}const e=this.getCurrentDeviceId();((t=this.currentDevice)==null?void 0:t.deviceId)!==e&&(this.currentDevice=yield this.mediaInterface.getDevice(e))})}setDevice(t){return u(this,null,function*(){if(!t)throw l.warn(`${this.constructorName}.setDevice No device received`),new w("No device received!","1603");this.userSelectedDevice=t.deviceId,this.setUserPreferredDevice(t.deviceId),yield this.onSetDevice(t)})}addMiddleware(t){return u(this,null,function*(){if(Re.isWebKitBased()&&!Q.hasFeature(ie.ALLOW_SAFARI_MEDIA_MIDDLEWARES))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 l.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 l.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 l.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&&(l.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&&(l.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}`),l.info(`${this.constructorName}.removeMediaTrackListeners`),this.mediaTrack.removeEventListener("ended",this.onTrackEnded),this.mediaTrack.removeEventListener("mute",this.onTrackMuted))}};Mv([S.trace("BaseMediaHandler.unmuteTrack")],Pd.prototype,"unmuteTrack",1);Pd=Mv([mt("1600")],Pd);const Av=Pd;var HD=Object.defineProperty,GD=Object.getOwnPropertyDescriptor,Xh=(t,e,r,i)=>{for(var n=i>1?void 0:i?GD(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&HD(e,r,n),n};const Fl="[Dyte]nonSilentDeviceLabels";class nl extends Av{onSetDevice(e){return u(this,null,function*(){if(!e)throw l.warn("AudioMediaHandler.setDevice No device received"),new w("No device received!","1603");if(e.kind!=="audioinput")throw l.warn("AudioMediaHandler.setDevice Received non audio device"),new w("Non audio device received while setting device!","1603");try{const r=this.trackEnabled;yield this.setMediaTrack(yield this.mediaInterface.getAudioTrack(!r,this.userSelectedDevice)),this.userSelectedDevice=void 0}catch(r){throw l.error("AudioMediaHandler.setDevice.error",{error:r}),this.disableTrack(),new w(r.message,"1604")}})}enableTrack(e,r){return u(this,null,function*(){if(this.trackEnabled){l.warn("AudioMediaHandler.enableTrack Track already enabled!");return}if(r){this.isCustomTrack=!0,yield this.setMediaTrack(r);return}this.isCustomTrack=!1;const i=yield this.mediaInterface.getAudioTrack(e,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 wD(this.middlewares,this.mediaTrack),this.emit("trackChanged")}catch(i){l.error("AudioMediaHandler.setTransformedTrack",{error:i}),this.transformedMediaTrack=this.mediaTrack}})}onTrackEnded(){return u(this,null,function*(){l.info("AudioMediaHandler.TrackEnded"),this.emit("trackEnded");const e=this.mediaTrack.enabled;this.disableTrack(),yield this.enableTrack(!e),yield this.setTransformedTrack(),this.emit("trackChanged")})}onTrackMuted(){l.info("AudioMediaHandler.TrackMuted"),this.emit("trackMuted")}conditionallyChangeTrack(e){return u(this,null,function*(){var r;if(!e||this.userSelectedDevice)return e;let i=e;const n=yield this.mediaInterface.getAudioInputDevices(),s=this.isNonPreferredDevice?n.filter(d=>d&&!this.isNonPreferredDevice(d)):n;if(!(s!=null&&s.length))return i;s.find(d=>d.deviceId===e.getSettings().deviceId)||(i.stop(),l.info("localmediahandler::setupstreams::found_audio_non_preferred"),i=yield this.mediaInterface.getAudioTrack(!1,s[0].deviceId));const o=JSON.parse(go.getItem(Fl));if(o!=null&&o.devices.some(d=>d.label===i.label))return i;if(!(yield Km(i))){const d=(r=o==null?void 0:o.devices.concat({label:i.label}))!=null?r:[{label:i.label}];return go.setItem(Fl,JSON.stringify({devices:d})),i}l.info("AudioMediaHandler.conditionallyChangeTrack.DetectedSilentTrack");const c=i.getSettings().deviceId;return s.filter(d=>d.deviceId!==c).some(d=>u(this,null,function*(){if(i=yield this.mediaInterface.getAudioTrack(!1,d.deviceId),!(yield Km(i))){const h=o.devices.concat({label:i.label});return go.setItem(Fl,JSON.stringify({devices:h})),l.info("AudioMediaHandler.conditionallyChangeTrack.SuccesfullyChangedTrack"),!0}return l.info("AudioMediaHandler.conditionallyChangeTrack.AnotherSilentTrackFound"),!1})),i})}}Xh([S.trace("AudioMediaHandler.setTransformedTrack")],nl.prototype,"setTransformedTrack",1);Xh([S.trace("AudioMediaHandler.onTrackEnded")],nl.prototype,"onTrackEnded",1);Xh([S.trace("AudioMediaHandler.conditionallyChangeTrack")],nl.prototype,"conditionallyChangeTrack",1);const qD=nl;var ja;class $D{constructor(e){f(this,ja,void 0),m(this,"currentDevice"),v(this,ja,e)}setupSpeaker(e){return u(this,null,function*(){var r,i;if(!(a(this,ja)instanceof Rv))return;let n=e;if(e||([n]=(yield a(this,ja).getAvailableDevicesByKind("audiooutput")).filter(o=>!Fu(o))),!n)throw new w("No speaker found","1608");if(((r=this.currentDevice)==null?void 0:r.deviceId)===n.deviceId)return;this.currentDevice=n;const s=document.querySelectorAll("audio");(i=s[0])!=null&&i.setSinkId&&s.forEach(o=>u(this,null,function*(){if(typeof o.sinkId!="undefined"&&this.currentDevice.deviceId&&o.sinkId!==this.currentDevice.deviceId)try{yield o.setSinkId(this.currentDevice.deviceId)}catch{}}))})}}ja=new WeakMap;const JD=$D;class KD extends Ds{constructor(e){super(),m(this,"mediaInterface"),m(this,"audioMediaTrack"),m(this,"videoMediaTrack"),this.mediaInterface=e}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",R.emit(M.MEDIA_PERMISSION_UPDATE,{message:this.mediaInterface.permissions.screenshare,kind:"screenshare"}))}catch{}})}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 w("No media track enabled!","1610");const r=this.mediaInterface;if(!r.constraintsBuilder)throw new w("update constraints not supported for non web clients","1100");try{this.videoMediaTrack.applyConstraints(r.constraintsBuilder.getUpdatedVideoConstraints(e)),this.addMediaTrackListeners()}catch(i){l.error("ScreenShareHandler.updateConstraints.error",{error:i})}})}addMediaTrackListeners(){var e,r;(e=this.videoMediaTrack)==null||e.addEventListener("ended",this.onTrackEnded.bind(this)),Re.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")}}const zD=KD;var YD=Object.defineProperty,QD=Object.getOwnPropertyDescriptor,sl=(t,e,r,i)=>{for(var n=i>1?void 0:i?QD(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&YD(e,r,n),n},Ha,Bc;class Wo extends Av{constructor(e,r,i){super(e,r,i),f(this,Ha,void 0),f(this,Bc,{disablePerFrameCanvasRendering:!1}),v(this,Ha,new ID)}onSetDevice(e){return u(this,null,function*(){if(!e)throw l.warn("VideoMediaHandler.setDevice No device received"),new w("No device received!","1603");if(e.kind!=="videoinput")throw l.warn("VideoMediaHandler.setDevice Received non video device",{devices:[e]}),new w("Non video device received while setting video device!","1603");if(!(this.mediaTrack&&this.mediaTrack.enabled)){l.warn("VideoMediaHandler.setDevice Tried switching device with video disabled",{devices:[e]}),this.currentDevice=e;return}try{yield this.setMediaTrack(yield this.mediaInterface.getVideoTrack(this.userSelectedDevice))}catch(r){throw l.error("VideoMediaHandler.setDevice.error",{error:r}),this.disableTrack(),new w("Failed to change device","1600")}})}enableTrack(e,r){return u(this,null,function*(){if(this.trackEnabled){l.warn("VideoMediaHandler.enableTrack Track already enabled!");return}if(r){this.isCustomTrack=!0,yield this.setMediaTrack(r);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,Ha).getTransformedVideoTrack(this.middlewares,this.mediaTrack,a(this,Bc)),this.emit("trackChanged")}catch(i){l.error("VideoMediaHandler.setTransformedTrack",{error:i}),this.transformedMediaTrack=this.mediaTrack}})}setVideoMiddlewareGlobalConfig(e){return u(this,null,function*(){v(this,Bc,e)})}updateConstraints(e){return u(this,null,function*(){if(!this._mediaTrack)throw new w("No media track enabled!","1610");const r=this.mediaInterface;if(!r.constraintsBuilder)throw new w("update constraints not supported for non web clients","1100");try{this._mediaTrack.applyConstraints(r.constraintsBuilder.getUpdatedVideoConstraints(e)),yield this.setTransformedTrack(),this.addMediaTrackListeners(),yield this.setCurrentDevice()}catch(i){l.error("VideoMediaHandler.updateConstraints.error",{error:i})}})}terminateMiddlewareWebWorker(){a(this,Ha).terminateMiddlewareWebWorker()}onTrackEnded(){return u(this,null,function*(){l.info("VideoMediaHandler.TrackEnded"),this.disableTrack(),this.emit("trackEnded")})}onTrackMuted(){l.info("VideoMediaHandler.TrackMuted"),this.emit("trackMuted")}conditionallyChangeTrack(e){return u(this,null,function*(){if(!e||this.userSelectedDevice)return e;let r=e;const i=yield this.mediaInterface.getVideoInputDevices(),n=this.isNonPreferredDevice?i.filter(s=>!this.isNonPreferredDevice(s)):i;return!(n!=null&&n.length)||window.FAST_DYTE||n.find(s=>s.deviceId===e.getSettings().deviceId)||(r.stop(),l.info("localmediahandler::setupstreams::found_video_non_preferred"),r=yield this.mediaInterface.getVideoTrack(n[0].deviceId)),r})}}Ha=new WeakMap,Bc=new WeakMap;sl([S.trace("VideoMediaHandler.setTransformedTrack")],Wo.prototype,"setTransformedTrack",1);sl([S.trace("VideoMediaHandler.setVideoMiddlewareGlobalConfig")],Wo.prototype,"setVideoMiddlewareGlobalConfig",1);sl([S.trace("VideoMediaHandler.onTrackEnded")],Wo.prototype,"onTrackEnded",1);sl([S.trace("VideoMediaHandler.conditionallyChangeTrack")],Wo.prototype,"conditionallyChangeTrack",1);const XD=Wo,zm=Er(Wh());var Gt,cs,Wc,Ga;const qa=class{constructor(t){if(f(this,Gt,void 0),f(this,cs,void 0),f(this,Wc,void 0),f(this,Ga,void 0),!t)throw new w("Could not load preset.","0904");v(this,Gt,t.config),v(this,Wc,t.name),v(this,cs,t.ui||Er(Wh().ui)),v(this,Ga,t.permissions.plugins.config)}static fromResponse(t){return new qa(t)}static default(){return new qa(zm)}static init(t,e=!0){return!t||e?new qa(zm):new qa(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,cs).designTokens.logo,timer:!0,title:!0,participantCount:!0,changeLayout:!1}}}get pipMode(){return!0}get viewType(){return a(this,Gt).viewType}get livestreamViewerQualities(){return a(this,Gt).livestreamViewerQualities||[]}get maxVideoStreams(){return a(this,Gt).maxVideoStreams}get maxScreenShareCount(){return a(this,Gt).maxScreenshareCount}get plugins(){return[]}get disabledPlugins(){return Object.keys(a(this,Ga)).filter(t=>a(this,Ga)[t].disabled)}get designTokens(){return a(this,cs).designTokens}get configDiff(){return a(this,cs).configDiff}get mediaConstraints(){var t,e,r,i,n,s,o,c,d,h,p,g,y,T,b,D,P,x,H,J,I,ae,ne,ve;return{audio:{enableStereo:(i=(r=(e=(t=a(this,Gt))==null?void 0:t.media)==null?void 0:e.audio)==null?void 0:r.enableStereo)!=null?i:Bn.audio.enableStereo,enableHighBitrate:(c=(o=(s=(n=a(this,Gt))==null?void 0:n.media)==null?void 0:s.audio)==null?void 0:o.enableHighBitrate)!=null?c:Bn.audio.enableHighBitrate},video:{quality:(g=(p=(h=(d=a(this,Gt))==null?void 0:d.media)==null?void 0:h.video)==null?void 0:p.quality)!=null?g:Bn.video.quality,frameRate:(D=(b=(T=(y=a(this,Gt))==null?void 0:y.media)==null?void 0:T.video)==null?void 0:b.frameRate)!=null?D:Bn.video.frameRate},screenshare:{quality:(J=(H=(x=(P=a(this,Gt))==null?void 0:P.media)==null?void 0:x.screenshare)==null?void 0:H.quality)!=null?J:Bn.screenshare.quality,frameRate:(ve=(ne=(ae=(I=a(this,Gt))==null?void 0:I.media)==null?void 0:ae.screenshare)==null?void 0:ne.frameRate)!=null?ve:Bn.screenshare.frameRate}}}get name(){return a(this,Wc)}};let ZD=qa;Gt=new WeakMap,cs=new WeakMap,Wc=new WeakMap,Ga=new WeakMap;var eO=Object.defineProperty,tO=Object.getOwnPropertyDescriptor,Dv=(t,e,r,i)=>{for(var n=i>1?void 0:i?tO(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&eO(e,r,n),n},$a;class Zh extends zt{constructor(e){super(),f(this,$a,void 0),m(this,"state","IDLE"),m(this,"playbackUrl"),m(this,"ingestionCredentials"),m(this,"viewerCount"),v(this,$a,e),this.viewerCount=0}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,$a).permissions.canLivestream)throw l.error("DyteLivestream::start::permission_denied"),new w("User does not have permission to start livestreaming","1901");this.setLivestreamState("STARTING");try{const r=ut(),{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 l.error("DyteRecording::stop::livestream_failed_to_start",{error:r}),this.setLivestreamState("IDLE"),new w("Error while starting livestream","1900")}})}stop(){return u(this,null,function*(){if(!a(this,$a).permissions.canLivestream)throw l.error("DyteLivestream::stop::permission_denied"),new w("User does not have permission to stop livestreaming","1901");if(this.state!=="LIVESTREAMING"&&this.state!=="WAITING_ON_MANUAL_INGESTION")throw l.error("DyteLivestream::stop::inconsistent_state"),new w("Livestream not started yet","1902");try{this.setLivestreamState("STOPPING"),yield ut().stopLivestreaming()}catch(e){throw l.error("DyteLivestream::stop::livestream_failed_to_stop",{error:e}),this.setLivestreamState("STOPPING"),new w("Error while stopping livestream","1900")}})}}$a=new WeakMap;Dv([S.trace("livestream.start")],Zh.prototype,"start",1);Dv([S.trace("livestream.stop")],Zh.prototype,"stop",1);var rO=Object.defineProperty,iO=Object.getOwnPropertyDescriptor,nO=(t,e,r,i)=>{for(var n=i>1?void 0:i?iO(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&rO(e,r,n),n},Ja,Ka,Ti;class Ov{constructor(e,r){m(this,"livestream"),f(this,Ja,void 0),f(this,Ka,void 0),f(this,Ti,void 0),v(this,Ka,e),this.livestream=new Zh(e),v(this,Ti,r),this.setupEvents()}fetchInitialLivestreamingState(){return u(this,null,function*(){const e=ut(),{status:r,playbackUrl:i,manualIngest:n,ingestionCredentials:s}=yield e.getActiveLivestream();this.livestream.playbackUrl=i,this.livestream.ingestionCredentials=s,r==="LIVE"&&this.livestream.setLivestreamState("LIVESTREAMING"),r==="INVOKED"&&n&&this.livestream.setLivestreamState("WAITING_ON_MANUAL_INGESTION")})}setupEvents(){a(this,Ti).on(W.startedLivestream,e=>u(this,null,function*(){this.livestream.playbackUrl=e.playbackUrl,this.livestream.setLivestreamState("LIVESTREAMING");try{a(this,Ka).permissions.canLivestream&&(yield this.fetchInitialLivestreamingState())}catch{l.error("Error: LivestreamController.fetchLivestream during startedLivestream re-fetch")}})),a(this,Ti).on(W.livestreamingInvoked,e=>u(this,null,function*(){if(e.manualIngest){this.livestream.setLivestreamState("WAITING_ON_MANUAL_INGESTION");try{a(this,Ka).permissions.canLivestream&&(yield this.fetchInitialLivestreamingState())}catch{l.error("Error: LivestreamController.fetchLivestream during livestreamingInvoked re-fetch")}}})),a(this,Ti).on(W.stoppedLivestream,()=>{this.livestream.setLivestreamState("IDLE"),this.livestream.playbackUrl=void 0,this.livestream.ingestionCredentials=void 0}),a(this,Ti).on(W.erroredLivestream,()=>{this.livestream.setLivestreamState("IDLE"),this.livestream.playbackUrl=void 0}),a(this,Ti).on(W.roomPeerCount,e=>{this.livestream.viewerCount=e.count,this.livestream.emit("viewerCountUpdate",e.count)}),R.on(M.PEER_JOINED_INTERNAL,e=>u(this,null,function*(){var r;((r=e.flags)==null?void 0:r.hiddenParticipant)===!0&&e.recorderType==="LIVESTREAMER"&&(v(this,Ja,e.id),this.livestream.setLivestreamState("LIVESTREAMING"))})),R.on(M.PEER_CLOSED,e=>{e.id===a(this,Ja)&&(v(this,Ja,void 0),this.livestream.setLivestreamState("IDLE"))}),R.onAsync(M.LEAVE_MEDIA_ROOM,()=>u(this,null,function*(){this.livestream.playbackUrl||(l.info("Fetching livestreaming state on leave stage"),yield this.fetchInitialLivestreamingState())})),R.on(M.SOCKET_SERVICE_ROOM_JOINED,()=>u(this,null,function*(){try{yield this.fetchInitialLivestreamingState()}catch{l.error("Error: LivestreamController.fetchLivestream")}}))}}Ja=new WeakMap,Ka=new WeakMap,Ti=new WeakMap;nO([S.trace("LivestreamController.setupEvents")],Ov.prototype,"setupEvents",1);var sO=Object.defineProperty,aO=Object.getOwnPropertyDescriptor,jo=(t,e,r,i)=>{for(var n=i>1?void 0:i?aO(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&sO(e,r,n),n},bt,en,tn,Wu,Nv;class Ls{constructor({name:e,socketHandler:r,meetingId:i}){f(this,Wu),m(this,"name",""),f(this,bt,{}),f(this,en,""),f(this,tn,void 0),m(this,"rateLimitConfig",{maxInvocations:5,period:1}),m(this,"bulkRateLimitConfig",{maxInvocations:5,period:1}),m(this,"listeners",{}),this.name=e,v(this,tn,r),v(this,en,i)}set(e,r,i=!0,n=!1){return u(this,null,function*(){a(this,bt)[e]=r,i&&this.remoteSet(e,r),n&&(this.listeners[e]&&this.listeners[e].forEach(s=>s({[e]:a(this,bt)[e]})),this.listeners["*"]&&this.listeners["*"].forEach(s=>s({[e]:a(this,bt)[e]})))})}remoteSet(e,r){a(this,tn).storeInsertKeys(a(this,en),this.name,[{key:e,payload:r}])}bulkSet(e){return u(this,null,function*(){e.forEach(({key:r,payload:i})=>{a(this,bt)[r]=i}),a(this,tn).storeInsertKeys(a(this,en),this.name,e)})}update(e,r,i=!0){return u(this,null,function*(){B(this,Wu,Nv).call(this,e,r,i)})}delete(e,r=!0,i=!1){return u(this,null,function*(){if(a(this,bt)[e]&&delete a(this,bt)[e],r)return a(this,tn).storeDeleteKeys(a(this,en),this.name,[{key:e}]);i&&(this.listeners[e]&&(this.listeners[e].forEach(n=>n({[e]:void 0})),delete this.listeners[e]),this.listeners["*"]&&this.listeners["*"].forEach(n=>n({[e]:void 0})))})}bulkDelete(e){return u(this,null,function*(){return e.forEach(({key:r})=>{a(this,bt)[r]&&delete a(this,bt)[r]}),a(this,tn).storeDeleteKeys(a(this,en),this.name,e)})}get(e){if(a(this,bt)[e])return a(this,bt)[e]}getAll(){return a(this,bt)}get rateLimits(){return this.rateLimitConfig}updateRateLimits(e,r){this.rateLimitConfig.maxInvocations=e,this.rateLimitConfig.period=r}get bulkRateLimits(){return this.bulkRateLimitConfig}updateBulkRateLimits(e,r){this.bulkRateLimitConfig.maxInvocations=e,this.bulkRateLimitConfig.period=r}subscribe(e,r){if(this.listeners[e]){this.listeners[e].push(r);return}this.listeners[e]=[r]}unsubscribe(e,r){var i;if(r){this.listeners[e]=((i=this.listeners[e])==null?void 0:i.filter(n=>n!==r))||[];return}this.listeners[e]&&delete this.listeners[e]}populate(e){v(this,bt,e)}}bt=new WeakMap,en=new WeakMap,tn=new WeakMap,Wu=new WeakSet,Nv=function(t,e,r=!0){let i;const n=a(this,bt)[t],s=Object.prototype.toString.call(e),o=Object.prototype.toString.call(n);if(s!==o){this.set(t,e);return}switch(o){case"[object Array]":i=[...n,...e];break;case"[object Object]":i=V(V({},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)};jo([Ft(Ns,"rateLimitConfig")],Ls.prototype,"remoteSet",1);jo([Ft(Ns,"bulkRateLimitConfig")],Ls.prototype,"bulkSet",1);jo([Ft(Ns,"rateLimitConfig")],Ls.prototype,"update",1);jo([Ft(Ns,"rateLimitConfig")],Ls.prototype,"delete",1);jo([Ft(Ns,"bulkRateLimitConfig")],Ls.prototype,"bulkDelete",1);var fs,vs,jc,Bl,Rd,mn,ju,Lv;class oO{constructor(e,r){f(this,jc),f(this,ju),m(this,"stores",new Map),f(this,fs,void 0),f(this,vs,""),f(this,Rd,void 0),f(this,mn,new Map),v(this,fs,r),v(this,vs,e.getValue("meetingId")),v(this,Rd,e),B(this,ju,Lv).call(this)}create(e){const r=new Ls({name:e,socketHandler:a(this,fs),meetingId:a(this,vs)});return a(this,fs).storeGetKeys(a(this,vs),e,[]),new Promise((i,n)=>{const s=setTimeout(()=>n(Error("Failed")),3e3);a(this,mn).set(e,{rejectTimeout:s,resolve:i,store:r})})}}fs=new WeakMap,vs=new WeakMap,jc=new WeakSet,Bl=function(){return a(this,Rd).getValue("peerId")},Rd=new WeakMap,mn=new WeakMap,ju=new WeakSet,Lv=function(){[z.storeInsertKeys,z.storeGetKeys,z.storeDeleteKeys].forEach(t=>{a(this,fs).on(t,e=>u(this,null,function*(){var r,i;if(e.pluginId!==a(this,vs))return;const n=(r=e.storeItems)==null?void 0:r.map(o=>{var c;return{timestamp:o.timestamp,peerId:o.peerId,payload:JSON.parse((c=o.payload)!=null&&c.length?new TextDecoder().decode(o.payload):"{}"),key:o.storeKey}});if(t===z.storeGetKeys){const o=a(this,mn).get(e.storeName),c=this.stores.get(e.storeName)||(o==null?void 0:o.store);a(this,mn).get(e.storeName)&&(this.stores.set(e.storeName,o.store),o.resolve(c),clearTimeout(o.rejectTimeout),a(this,mn).delete(e.storeName)),n.forEach(d=>{c.set(d.key,d.payload,!1,!1)});return}const s=this.stores.get(e.storeName)||((i=a(this,mn).get(e.storeName))==null?void 0:i.store);s!==void 0&&(t===z.storeInsertKeys&&n.forEach(({key:o,peerId:c,payload:d})=>{c!==a(this,jc,Bl)&&s.set(o,d,!1,!0)}),t===z.storeDeleteKeys&&n.forEach(({key:o,peerId:c})=>{c!==a(this,jc,Bl)&&s.delete(o,!1,!0)}))}))})};function gn(t){var e,r,i,n,s,o,c,d,h,p,g,y,T;return t?{media:{audio:{enabled:t.audioEnabled,trackId:(e=t.audioTrack)==null?void 0:e.id,permission:"mediaPermissions"in t?(r=t.mediaPermissions)==null?void 0:r.audio:null},video:{enabled:t.videoEnabled,trackId:(i=t.videoTrack)==null?void 0:i.id,permission:"mediaPermissions"in t?(n=t.mediaPermissions)==null?void 0:n.video:null},screenshare:{enabled:t.screenShareEnabled,permission:"mediaPermissions"in t?(s=t.mediaPermissions)==null?void 0:s.screenshare:null,audio:{enabled:(c=(o=t.screenShareTracks)==null?void 0:o.audio)==null?void 0:c.enabled,trackId:(h=(d=t.screenShareTracks)==null?void 0:d.audio)==null?void 0:h.id},video:{enabled:(g=(p=t.screenShareTracks)==null?void 0:p.video)==null?void 0:g.enabled,trackId:(T=(y=t.screenShareTracks)==null?void 0:y.video)==null?void 0:T.id}}}}:{}}var cO=Object.defineProperty,dO=Object.getOwnPropertyDescriptor,Vs=(t,e,r,i)=>{for(var n=i>1?void 0:i?dO(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&cO(e,r,n),n};const lO=.8,uO=1.2;var fa,va,Gi,Wn,ya,jn,Sa,Wl,Ym,oi,hc,qi,Hn,Ea,ci,jl,pc,Hl,Qm;let ii=(Qm=class extends zt{constructor(t,e,r,i){super(),f(this,Wn),f(this,jn),f(this,Wl),f(this,Hn),f(this,pc),m(this,"id"),m(this,"userId"),m(this,"name"),m(this,"picture"),m(this,"isHost"),m(this,"customParticipantId"),m(this,"flags"),m(this,"device"),m(this,"videoTrack"),m(this,"audioTrack"),m(this,"screenShareTracks"),m(this,"videoEnabled"),m(this,"audioEnabled"),m(this,"screenShareEnabled"),m(this,"producers"),m(this,"manualProducerConfig"),f(this,fa,void 0),m(this,"supportsRemoteControl",!1),f(this,va,void 0),m(this,"presetName"),f(this,Gi,void 0),f(this,oi,void 0),f(this,hc,void 0),f(this,qi,new Map),f(this,ci,1),f(this,jl,jh(I=>{if(!this.videoTrack)return;const{clientWidth:ae,clientHeight:ne}=I,{width:ve,height:Qe}=this.videoTrack.getSettings();if(!ve||!Qe)return;const ot=Qe/ne,Mt=ve/ae,A=Math.max(ot,Mt);A>uO&&a(this,ci)===1?(v(this,ci,0),R.emit(M.MAX_SPATIAL_LAYER_CHANGE,{peerId:this.id,maxSpatialLayer:a(this,ci)})):A<lO&&a(this,ci)===0&&(v(this,ci,1),R.emit(M.MAX_SPATIAL_LAYER_CHANGE,{peerId:this.id,maxSpatialLayer:a(this,ci)}))},2e3)),v(this,Gi,t);const{id:n,userId:s,displayName:o,device:c,picture:d,isHost:h,flags:p,clientSpecificId:g,stageStatus:y,customParticipantId:T,audioMuted:b,audioTrack:D,videoEnabled:P=!1,videoTrack:x,producers:H,metadata:J}=e;this.id=n,this.userId=s,this.name=o,this.device=c,this.picture=d,this.isHost=h,this.flags=p,this.manualProducerConfig=Kw,v(this,va,y!=null?y:"ON_STAGE"),this.customParticipantId=T!=null?T:g,this.audioEnabled=!b,this.audioTrack=D,this.videoEnabled=P,this.videoTrack=x,this.screenShareTracks={audio:void 0,video:void 0},this.producers=H!=null?H:[],this.presetName=J==null?void 0:J.preset_name,v(this,fa,!1),v(this,oi,r),v(this,hc,i),this.setupEvents(),this.updateVideo=this.updateVideo.bind(this),B(this,pc,Hl).call(this)}get clientSpecificId(){return this.customParticipantId}get stageStatus(){return a(this,va)}setVideoEnabled(t,e=!0){this.videoEnabled=t,e&&(l.info("DyteParticipant::setVideoEnabled::videoUpdate",V({},gn(this))),this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack}))}setAudioEnabled(t,e=!0){this.audioEnabled=t,e&&(l.info("DyteParticipant::setAudioEnabled::audioUpdate",V({},gn(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",B(this,pc,Hl))}pin(){return u(this,null,function*(){if(!a(this,jn,Sa))throw new w("Can`t pin participant without joining room","1205");if(!a(this,oi).permissions.pinParticipant)throw new w("You do not have permission to pin participants.","1201");return a(this,Wn,ya).pinPeer(this.id)})}unpin(){return u(this,null,function*(){if(!a(this,jn,Sa))throw new w("Can`t unpin participant without joining room","1205");if(!a(this,oi).permissions.pinParticipant)throw new w("You do not have permission to unpin participants.","1201");return a(this,Wn,ya).pinPeer(null)})}setIsPinned(t,e=!0){var r;v(this,fa,t);const i=t?"pinned":"unpinned";(r=a(this,Hn,Ea))==null||r.updateSource(this.id,{pinned:t}),e&&this.emit(i,this)}disableAudio(){return u(this,null,function*(){const t=this.id;if(l.info("DyteParticipant::disable_audio",{dyteParticipant:{id:t}}),!a(this,jn,Sa))throw new w("Can`t disable participant audio without joining room","1205");if(a(this,oi).permissions.canDisableParticipantAudio)return a(this,Wn,ya).disableAudio(t);throw l.error("DyteParticipant::unauthorized_disable_audio",{dyteParticipant:{id:t}}),new w("Unauthorized: User does not have permission to disable participant audio.","1201")})}kick(){return u(this,null,function*(){const t=this.id;if(l.info("DyteParticipant::kick",{dyteParticipant:{id:t}}),!a(this,Wl,Ym))throw new w("Can`t kick participant without joining room","1205");if(a(this,oi).permissions.kickParticipant){yield R.emitAsync(M.KICK_PEER,{peerId:t});return}throw l.error("DyteParticipant::unauthorized_kick",{dyteParticipant:{id:t}}),new w("Unauthorized: User does not have permission to kick participants.","1201")})}disableVideo(){return u(this,null,function*(){const t=this.id;if(l.info("DyteParticipant::disable_video",{dyteParticipant:{id:t}}),!a(this,jn,Sa))throw new w("Can`t disable participant video without joining room","1205");if(a(this,oi).permissions.canDisableParticipantVideo)return a(this,Wn,ya).disableVideo(t);throw l.error("DyteParticipant::unauthorized_disable_video",{dyteParticipant:{id:t}}),new w("Unauthorized: User does not have permission to disable participant video.","1201")})}getPermissions(){return u(this,null,function*(){return a(this,hc).getUserPermissions(this.userId)})}setStageStatus(t){v(this,va,t),this.emit("stageStatusUpdate",this)}get isPinned(){return a(this,fa)}registerVideoElement(t){var e,r,i,n;if(!t)return;let s;(r=(e=a(this,qi).get(t))==null?void 0:e.observer)==null||r.disconnect(),"ResizeObserver"in window&&(s=new ResizeObserver(()=>a(this,jl).call(this,t)),s.observe(t)),a(this,qi).set(t,{observer:s}),this.updateVideo(t),(n=a(this,Hn,Ea))==null||n.addSource(this.id,t,this.videoEnabled,this.isPinned,this.name,this.picture,(i=this.raised)!=null?i:!1)}deregisterVideoElement(t){var e,r,i,n;if(!t){(e=a(this,Hn,Ea))==null||e.removeSource(this.id);return}t.srcObject=void 0,(i=(r=a(this,qi).get(t))==null?void 0:r.observer)==null||i.disconnect(),a(this,qi).delete(t),(n=a(this,Hn,Ea))==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"}},fa=new WeakMap,va=new WeakMap,Gi=new WeakMap,Wn=new WeakSet,ya=function(){return a(this,Gi).getValue("roomNodeClient")},jn=new WeakSet,Sa=function(){return a(this,Gi).getValue("connectionHandler").mediaJoined},Wl=new WeakSet,Ym=function(){return a(this,Gi).getValue("connectionHandler").socketJoined},oi=new WeakMap,hc=new WeakMap,qi=new WeakMap,Hn=new WeakSet,Ea=function(){return a(this,Gi).getValue("pip")},ci=new WeakMap,jl=new WeakMap,pc=new WeakSet,Hl=function(){Array.from(a(this,qi).keys()).forEach(this.updateVideo)},Qm);Vs([S.trace("DyteParticipant.disableAudio")],ii.prototype,"disableAudio",1);Vs([S.trace("DyteParticipant.kick")],ii.prototype,"kick",1);Vs([S.trace("DyteParticipant.disableVideo")],ii.prototype,"disableVideo",1);Vs([S.trace("DyteParticipant.getPermissions")],ii.prototype,"getPermissions",1);Vs([S.trace("DyteParticipant.setStageStatus")],ii.prototype,"setStageStatus",1);ii=Vs([mt("1200")],ii);class fn extends Iv{constructor(e){const{onAddEvent:r="participantJoined",onDeleteEvent:i="participantLeft",onClearEvent:n="participantsCleared"}=e!=null?e:{};super({onAddEvent:r,onDeleteEvent:i,onClearEvent:n})}add(e,r=!0){return this.has(e.id)&&Object.is(this.get(e.id),e)===!1&&this.delete(e.id),super.add(e,r)}clear(e=!0,r=!1){return super.clear(e,r)}delete(e,r=!0,i=!1){return super.delete(e,r,i)}}var rn;class hO extends Ds{constructor(){super(),f(this,rn,void 0),v(this,rn,new Map)}__set(e,r){return a(this,rn).set(e,r)}__clear(){return a(this,rn).clear()}get(e){return a(this,rn).get(e)}toArray(){return Array.from(a(this,rn).values())}}rn=new WeakMap;class pO{constructor(){m(this,"_orderedArray"),m(this,"_map"),this._map=new Map,this._orderedArray=[]}add(e,r){if(!this._map.has(e))return this._map.set(e,{peerId:e,priority:r}),this._orderedArray.splice(Math.max(r-1,0),0,e),this.index(e);const i=this.index(e);this.delete(e);const n=this.add(e,r);return i!==n?n:-1}delete(e){if(this._map.has(e)){const r=this.index(e);this._map.delete(e),this._orderedArray.splice(r,1)}}index(e){return this._map.has(e)?this._orderedArray.indexOf(e):-1}[Symbol.iterator](){return this._orderedArray[Symbol.iterator]()}}class mO{constructor(){m(this,"_activeSpeakerPeers"),m(this,"_compulsoryPeers"),this._activeSpeakerPeers=new pO,this._compulsoryPeers=new Set}add(e,r){if(!e)return-1;if(r<0)return this._compulsoryPeers.add(e),0;if(this.compulsoryPeers.includes(e)&&(r>0||r===246267631)){if(l.info("DyteSelectedPeer::removing_compulsory_peer",{selectedPeer:{peerId:e}}),this._removeFromCompulsoryPeer(e),r===246267631)return-1}else if(r===229490415)return this.delete(e),-1;return this._activeSpeakerPeers.add(e,r)}delete(e){l.info("DyteSelectedPeer::deleting_peer_from_selectedPeer",{selectedPeer:{peerId:e}}),this._removeFromCompulsoryPeer(e),this._activeSpeakerPeers.delete(e)}index(e){return this._activeSpeakerPeers.index(e)}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(e){this._compulsoryPeers.delete(e)}}const Vv=new mO;var gO=Object.defineProperty,fO=Object.getOwnPropertyDescriptor,Xt=(t,e,r,i)=>{for(var n=i>1?void 0:i?fO(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&gO(e,r,n),n};const vO=["ACTIVE_GRID","PAGINATED","MANUAL"];var or,Gn,Ta,qn,ka,ba,mc,$n,Wt,Xm;let Pt=(Xm=class extends zt{constructor(t,e,r){super(),f(this,Gn),f(this,qn),f(this,ba),m(this,"waitlisted"),m(this,"joined"),m(this,"active"),m(this,"videoSubscribed"),m(this,"audioSubscribed"),m(this,"pinned"),m(this,"all"),f(this,or,void 0),f(this,$n,void 0),f(this,Wt,void 0),m(this,"rateLimitConfig",{maxInvocations:5,period:1}),m(this,"viewMode"),m(this,"currentPage"),m(this,"lastActiveSpeaker"),m(this,"selectedPeers",Vv),v(this,or,t),v(this,$n,e),v(this,Wt,r),this.waitlisted=new fn,this.joined=new fn,this.videoSubscribed=new fn,this.audioSubscribed=new fn,this.active=this.videoSubscribed,this.pinned=new fn,this.all=new hO,this.viewMode="ACTIVE_GRID",this.currentPage=0,this.setupEvents()}get pip(){return a(this,or).getValue("pip")}get rateLimits(){return this.rateLimitConfig}updateRateLimits(t,e){this.rateLimitConfig.maxInvocations=t,this.rateLimitConfig.period=e}setupEvents(){R.on(M.E2EE_ACTIVE_CONSUMER,({peerId:t})=>{var e;((e=a(this,or).getValue("modules").e2ee)==null?void 0:e.enabled)!==!0&&this.emit("media_decode_error",{reason:`Got encrypted media for participantId ${t}, but encryption wasn't enabled in init.defaults`,code:"1702"})})}get count(){return this.joined.size}get maxActiveParticipantsCount(){var t;return(t=a(this,or))==null?void 0:t.getValue("maxPreferredStreams")}setMaxActiveParticipantsCount(t){if(t<0||t>24)throw new w("0 <= Max active participants count limit <= 24","1203");a(this,or).setValue("maxPreferredStreams",t),a(this,ba,mc)&&R.emit(M.UPDATE_ACTIVE)}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 e,r;if(!a(this,qn,ka))throw new w("Can`t accept waiting room request without joining room","1205");const i=(r=(e=this.waitlisted.get(t))==null?void 0:e.userId)!=null?r:t;return a(this,Wt).acceptWaitingRoomRequest([i])}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,Wt).acceptWaitingRoomRequest(e)})}rejectWaitingRoomRequest(t){return u(this,null,function*(){var e,r;if(!a(this,qn,ka))throw new w("Can`t reject waiting room request without joining room","1205");const i=(r=(e=this.waitlisted.get(t))==null?void 0:e.userId)!=null?r:t;a(this,Wt).rejectWaitingRoomRequest([i])})}setViewMode(t){return u(this,null,function*(){if(l.info("DyteParticipants::set_view_mode",{pageNavigation:{viewMode:t,currentPage:this.currentPage,pageCount:this.pageCount,maxActiveParticipantsCount:this.maxActiveParticipantsCount}}),!(e=>vO.includes(e))(t))throw l.error("DyteParticipants::setViewMode::invalid_view_mode",{pageNavigation:{viewMode:t,currentPage:this.currentPage,pageCount:this.pageCount,maxActiveParticipantsCount:this.maxActiveParticipantsCount}}),new w(`Invalid view mode: ${t}. Try ACTIVE_GRID, PAGINATED or MANUAL.`,"1207");if(this.viewMode===t){l.info("DyteParticipants::setViewMode::view_mode_same_as_previous");return}if(t==="MANUAL")throw new w("Manual Subscription is not enabled for your Organization. Please contact support.","1208");this.viewMode=t,t==="PAGINATED"?(this.currentPage=1,R.emit(M.UPDATE_ACTIVE,{page:this.currentPage})):t==="ACTIVE_GRID"&&(this.currentPage=0,R.emit(M.UPDATE_ACTIVE)),this.emit("viewModeChanged",{viewMode:t,currentPage:this.currentPage,pageCount:this.pageCount})})}subscribe(t){return u(this,arguments,function*(e,r=["audio","video","screenshareAudio","screenshareVideo"]){if(this.viewMode!=="MANUAL")throw new w("MANUAL subscription mode was not activated.","1206");const i=[];e.forEach(n=>{const s=this.joined.get(n);if(s){if(r.includes("audio")){s.manualProducerConfig=$(V({},s.manualProducerConfig),{audio:!0}),this.videoSubscribed.add(s);const o=s.producers.find(c=>c.kind==="audio"&&!c.screenShare);o&&i.push(o)}if(r.includes("video")){s.manualProducerConfig=$(V({},s.manualProducerConfig),{video:!0}),this.audioSubscribed.add(s);const o=s.producers.find(c=>c.kind==="video"&&!c.screenShare);o&&i.push(o)}if(r.includes("screenshareAudio")){s.manualProducerConfig=$(V({},s.manualProducerConfig),{screenshareAudio:!0});const o=s.producers.find(c=>c.kind==="audio"&&c.screenShare);i.push(o)}if(r.includes("screenshareVideo")){s.manualProducerConfig=$(V({},s.manualProducerConfig),{screenshareVideo:!0});const o=s.producers.find(c=>c.kind==="video"&&c.screenShare);i.push(o)}}}),yield a(this,Gn,Ta).createConsumers(i)})}unsubscribe(t){return u(this,arguments,function*(e,r=["audio","video","screenshareAudio","screenshareVideo"]){if(this.viewMode!=="MANUAL")throw new w("MANUAL subscription mode was not activated.","1206");const i=[];e.forEach(n=>{const s=this.joined.get(n);if(s){if(r.includes("audio")){s.manualProducerConfig=$(V({},s.manualProducerConfig),{audio:!1});const o=s.producers.find(c=>c.kind==="audio"&&!c.screenShare);o&&i.push(o)}if(r.includes("video")){s.manualProducerConfig=$(V({},s.manualProducerConfig),{video:!1});const o=s.producers.find(c=>c.kind==="video"&&!c.screenShare);o&&i.push(o)}if(r.includes("screenshareAudio")){s.manualProducerConfig=$(V({},s.manualProducerConfig),{screenshareAudio:!1});const o=s.producers.find(c=>c.kind==="audio"&&c.screenShare);i.push(o)}if(r.includes("screenshareVideo")){s.manualProducerConfig=$(V({},s.manualProducerConfig),{screenshareVideo:!1});const o=s.producers.find(c=>c.kind==="video"&&c.screenShare);i.push(o)}}}),yield a(this,Gn,Ta).closeConsumers(i)})}getPeerIdsForCurrentPage(){l.info("DyteParticipants::getPeerIdsForCurrentPage()",{pageNavigation:{viewMode:this.viewMode,currentPage:this.currentPage,pageCount:this.pageCount,maxActiveParticipantsCount:this.maxActiveParticipantsCount}});const{compulsoryPeers:t}=this.selectedPeers,e=t.filter(o=>this.joined.has(o)),r=Array.from(this.pinned.keys()).filter(o=>!e.includes(o)),i=Array.from(this.joined.toArray().filter(o=>o.stageStatus==="ON_STAGE").map(o=>o.id)),n=Math.max((this.currentPage-1)*(this.maxActiveParticipantsCount-e.length-r.length)),s=this.currentPage*(this.maxActiveParticipantsCount-e.length-r.length);return e.concat(r,i.slice(n,s))}setPage(t){return u(this,null,function*(){if(l.info("DyteParticipants::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 l.error("DyteParticipants::invalid_page_number"),new w(`Invalid page: ${t}. Page must be an integer and greater than 0 and less than or equal to .pageCount`,"1202");this.currentPage=t,R.emit(M.UPDATE_ACTIVE,{page:t}),this.emit("pageChanged",{viewMode:this.viewMode,currentPage:this.currentPage,pageCount:this.pageCount})}})}disableAllAudio(t){return u(this,null,function*(){if(l.info("DyteParticipants::disable_all_audio",{actions:{disableAllAudio:{allowUnmute:t}}}),!a(this,ba,mc))throw new w("Can`t disable all audio without joining room","1205");if(a(this,$n).permissions.canAllowParticipantAudio)return a(this,Gn,Ta).muteAll(t);throw l.error("DyteParticipants::unauthorized_disable_all_audio",{actions:{disableAllAudio:{allowUnmute:t}}}),new w("Unauthorized: User does not have permission to disable peer audio.","1201")})}disableAllVideo(){return u(this,null,function*(){if(l.info("DyteParticipants::disable_all_video"),!a(this,ba,mc))throw new w("Can`t disable all video without joining room","1205");if(a(this,$n).permissions.canAllowParticipantVideo)return a(this,Gn,Ta).muteAllVideo();throw l.error("DyteParticipants::unauthorized_disable_all_video"),new w("Unauthorized: User does not have permission to disable peer video.","1201")})}disableAudio(t){return u(this,null,function*(){this.joined.get(t).disableAudio()})}disableVideo(t){return u(this,null,function*(){this.joined.get(t).disableVideo()})}kick(t){return u(this,null,function*(){yield R.emitAsync(M.KICK_PEER,{peerId:t})})}kickAll(){return u(this,null,function*(){if(l.info("DyteParticipants::kick_all"),a(this,or).getValue("viewType")!=="LIVESTREAM"&&!a(this,qn,ka))throw new w("Can`t kick all without joining room","1205");if(!a(this,$n).permissions.kickParticipant)throw l.error("DyteParticipants::unauthorized_kick_all"),new w("Unauthorized: User does not have permission to kick peers.","1201");const t=Q.hasFeature(ie.PROPAGATE_KICK_ALL);a(this,Wt).kickAll(t)})}broadcastMessage(t,e,r){return u(this,null,function*(){if(l.info("DyteParticipants::broadcastMessage"),!a(this,qn,ka))throw new w("Can`t broadcast message without joining room","1205");if(!(t!=null&&t.trim()))throw new w("`type` must be a non-empty string.","1209");if(r)if("meetingIds"in r)yield a(this,Wt).broadcastToMeetings(t,r.meetingIds,e);else{let i=[];"participantIds"in r?i=r.participantIds:i=this.joined.toArray().filter(n=>{var s;return(s=r.presetNames)==null?void 0:s.includes(n.presetName)}).map(n=>n.id),yield a(this,Wt).broadcastToPeers(t,i,e)}else yield a(this,Wt).broadcastMessage(t,e)})}getAllJoinedPeers(t,e,r){return u(this,null,function*(){return(yield a(this,Wt).getRoomPeers(t,e,r)).peers.map(si.formatSocketServiceMessage)})}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 w("Cannot update permissions, no valid userIDs found","1204");a(this,Wt).updatePermissions(i,e)})}getParticipantsInMeetingPreJoin(){return u(this,null,function*(){return a(this,Wt).getRoomPeersNonPaginated()})}},or=new WeakMap,Gn=new WeakSet,Ta=function(){return a(this,or).getValue("roomNodeClient")},qn=new WeakSet,ka=function(){var t;return((t=a(this,or).getValue("connectionHandler"))==null?void 0:t.socketJoined)===!0},ba=new WeakSet,mc=function(){var t;return((t=a(this,or).getValue("connectionHandler"))==null?void 0:t.mediaJoined)===!0},$n=new WeakMap,Wt=new WeakMap,Xm);Xt([S.trace("DyteParticipants.setViewMode")],Pt.prototype,"setViewMode",1);Xt([S.trace("DyteParticipants.setPage")],Pt.prototype,"setPage",1);Xt([S.trace("DyteParticipants.disableAllAudio")],Pt.prototype,"disableAllAudio",1);Xt([S.trace("DyteParticipants.disableAllVideo")],Pt.prototype,"disableAllVideo",1);Xt([S.trace("DyteParticipants.disablePeerAudio")],Pt.prototype,"disableAudio",1);Xt([S.trace("DyteParticipants.disablePeerVideo")],Pt.prototype,"disableVideo",1);Xt([S.trace("DyteParticipants.kickPeer")],Pt.prototype,"kick",1);Xt([S.trace("DyteParticipants.kickAll")],Pt.prototype,"kickAll",1);Xt([S.trace("DyteParticipants.broadcastMessage"),Ft(Ns,"rateLimitConfig")],Pt.prototype,"broadcastMessage",1);Xt([S.trace("DyteParticipants.getAllJoinedPeers"),Ft({maxInvocations:10,period:60})],Pt.prototype,"getAllJoinedPeers",1);Xt([S.trace("DyteParticipant.updatePermissions"),Ft({maxInvocations:1e3,period:60})],Pt.prototype,"updatePermissions",1);Xt([S.trace("DyteParticipants.getParticipantsInMeetingPreJoin")],Pt.prototype,"getParticipantsInMeetingPreJoin",1);Pt=Xt([mt("1200")],Pt);var Ms=(t=>(t.NEW="new",t.CONNECTING="connecting",t.RECONNECTING="reconnecting",t.DISCONNECTED="disconnected",t.CONNECTED="connected",t.FAILED="failed",t.CLOSED="closed",t))(Ms||{}),Ke=(t=>(t[t.HIVE=1]="HIVE",t[t.ROOM_NODE=2]="ROOM_NODE",t[t.CF=3]="CF",t))(Ke||{}),yO=Object.defineProperty,SO=Object.getOwnPropertyDescriptor,On=(t,e,r,i)=>{for(var n=i>1?void 0:i?SO(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&yO(e,r,n),n},di,_a,wa,Jn,Ia,Zm;const Hc=(Zm=class{constructor(t,e,r,i){switch(m(this,"participants"),m(this,"self"),m(this,"selectedPeers",Vv),m(this,"maxSpatialLayerUpdates",new Map),m(this,"consumerPeerMap"),m(this,"events"),m(this,"roomSocketHandler"),m(this,"context"),m(this,"videoPeerConsumerMap",new Map),f(this,di,{mode:"ACTIVE_GRID",page:0}),f(this,_a,new fn),f(this,wa,new fn),f(this,Jn,!1),f(this,Ia,!1),m(this,"updateConsumerSpatialLayers",jh(()=>{const n={},s=new Map(this.maxSpatialLayerUpdates);this.maxSpatialLayerUpdates.clear(),Array.from(s.entries()).forEach(([o,c])=>{n[c]===void 0&&(n[c]={layer:c,consumerIds:[]}),n[c].consumerIds.push(o)}),Object.keys(n).forEach(o=>{const c=n[o];l.log(`Switching max spatial layer to ${c.layer}`,{consumerIds:c.consumerIds}),this.roomNodeClient.switchConsumersToLayer(c.consumerIds,c.layer)})},2e3)),m(this,"updateConsumers",(n,s)=>u(this,null,function*(){try{n.length!==0&&(l.info("Queueing create consumers for producers",{producers:n}),yield this.roomNodeClient.createConsumers(n))}catch(o){l.error("Error activating peers",{error:o})}try{s.length!==0&&(l.info("Queueing close consumers for producers",{producers:s}),yield this.roomNodeClient.closeConsumers(s))}catch(o){l.error("Error deactivating peers",{error:o})}})),this.context=t,this.roomSocketHandler=r,this.participants=new Pt(t,e,this.roomSocketHandler),this.self=e,this.consumerPeerMap=new Map,i){case Ke.HIVE:{this.events=rr;break}case Ke.CF:{this.events=yr;break}default:this.events=rr}e.config.viewType!=="CHAT"&&this.setupEventsGlobal(),this.setupEvents()}get roomNodeClient(){return this.context.getValue("roomNodeClient")}get mediaJoined(){var t;return((t=this.roomNodeClient)==null?void 0:t.mediaJoined)===!0}get pip(){return this.context.getValue("pip")}setupEvents(){this.roomSocketHandler.on(W.getWaitingRoomRequests,this.waitingRoomRequestHandler.bind(this)),R.on(M.SOCKET_PEERS,t=>u(this,null,function*(){const e=Q.hasFeature(ie.DEBUG_SOCKET_JOIN);if(e){const r=t&&(t==null?void 0:t.length)<20?{peers:JSON.stringify(t.map(i=>i.peerId))}:void 0;l.info("Processing socket peers",r)}t==null||t.forEach(r=>{r.waitlisted||this.onParticipantJoined(this.fromSocketService(r))}),e&&l.info("Processed socket peers")})),this.roomSocketHandler.on(this.events.peerJoinedBroadcast,({participant:t})=>{Q.hasFeature(ie.DEBUG_SOCKET_JOIN)&&l.info("events.peerJoinedBroadcast",{peers:t.peerId}),this.onMediaJoined(t.peerId,t.producerStates,t.capabilities)}),this.roomSocketHandler.on(this.events.selfJoinComplete,({participants:t,selectedPeers:e,roomState:r})=>{if(Q.hasFeature(ie.DEBUG_SOCKET_JOIN)){const s=t&&(t==null?void 0:t.length)<20?{peers:JSON.stringify(t.map(o=>o.peerId))}:void 0;l.info("events.selfJoinComplete",s)}t.forEach(({peerId:s,producerStates:o,capabilities:c})=>this.onMediaJoined(s,o,c));const{audioPeers:i,compulsoryPeers:n}=e!=null?e:{};r.pinnedPeerIds.length!==0&&this.onParticipantPinned(r.pinnedPeerIds[0]),this.computeActivateParticipants(i!=null?i:[],n),R.emit(M.UPDATE_ACTIVE,{createAllConsumers:!0})}),R.on(M.MAX_SPATIAL_LAYER_CHANGE,({peerId:t,maxSpatialLayer:e})=>{const r=this.videoPeerConsumerMap.get(t);r&&(this.maxSpatialLayerUpdates.set(r,e),this.updateConsumerSpatialLayers())}),R.on(M.NEW_PRODUCER,({peerId:t,producer:e})=>{const r=this.participants.joined.get(t);if(!r){l.warn("ParticipantController::NEW_PRODUCER::participant not found",{producer:{id:e==null?void 0:e.producerId,kind:e==null?void 0:e.kind,status:"UNKNOWN",appData:{screenShare:e==null?void 0:e.screenShare}},dyteParticipant:{id:t}});return}if(r.producers.push(e),l.info("ParticipantController::NEW_PRODUCER::producer_added_to_participant",{producer:{id:e==null?void 0:e.producerId,peerId:t,kind:e==null?void 0:e.kind,status:"UNKNOWN",appData:{screenShare:e==null?void 0:e.screenShare}}}),this.participants.viewMode==="MANUAL"){let i=!1;const n=e.kind==="audio",s=e.kind==="video",o=r.manualProducerConfig;(n&&(o.audio&&!e.screenShare||o.screenshareAudio&&e.screenShare)||s&&(o.video&&!e.screenShare||o.screenshareVideo&&e.screenShare))&&(i=!0),i?this.roomNodeClient.createConsumers([e]):l.info("ParticipantController::NEW_PRODUCER::not_consuming_producer",{producer:{id:e==null?void 0:e.producerId,peerId:t,kind:e==null?void 0:e.kind,status:"UNKNOWN",appData:{screenShare:e==null?void 0:e.screenShare}}});return}(e==null?void 0:e.kind)==="audio"&&this.participants.audioSubscribed.get(t)||(e==null?void 0:e.kind)==="video"&&this.participants.videoSubscribed.get(t)||e!=null&&e.screenShare?this.roomNodeClient.createConsumers([e]).catch(i=>{l.error("ParticipantController::createConsumer failed",{error:i})}):l.info("ParticipantController::NEW_PRODUCER::not_consuming_producer",{producer:{id:e==null?void 0:e.producerId,peerId:t,kind:e==null?void 0:e.kind,status:"UNKNOWN",appData:{screenShare:e==null?void 0:e.screenShare}}})}),R.on(M.PRODUCER_CLOSED,({peerId:t,producerId:e})=>{const r=this.participants.joined.get(t);if(!r){l.warn("ParticipantController::NEW_PRODUCER::participant not found",{dyteParticipant:{id:t}});return}r.producers=r.producers.filter(i=>i.producerId!==e)}),R.on(M.PRODUCER_TOGGLE,({peerId:t,producerId:e,paused:r,kind:i})=>{const n=this.participants.joined.get(t);if(n){i==="audio"&&n.setAudioEnabled(!r);const s=n.producers.find(o=>o.producerId===e);s&&(s.pause=r)}}),this.roomSocketHandler.on(this.events.globalPeerPinBroadcast,t=>{let e;if(t&&(e=t.participantId),!this.mediaJoined)return;const r=e;this.onParticipantPinned(r);const i=this.participants.joined.get(r);i&&this.roomNodeClient.activatePeers(i.producers).catch(n=>{l.error("unable to create consumers",{error:n})})}),this.roomSocketHandler.on(this.events.selectedPeer,({audioPeers:t,compulsoryPeers:e})=>{this.mediaJoined&&this.onSelectedPeers(e.concat(t))}),this.roomSocketHandler.on(this.events.selectedPeerDiff,({entries:t})=>{if(!this.mediaJoined)return;const e=t.map(r=>({peerId:r.peerId,priority:r.priority}));this.updateActiveParticipantsWithPriorities(e,!0)})}waitingRoomRequestHandler(t){const e=t.requests.filter(i=>!this.participants.waitlisted.toArray().find(n=>n.userId===i.userId)),r=this.participants.waitlisted.toArray().filter(i=>!t.requests.find(n=>n.userId===i.userId));e.forEach(i=>this.participants.waitlisted.add(new ii(this.context,{id:i.peerId,displayName:i.displayName,audioMuted:!0,videoEnabled:!1,audioTrack:void 0,videoTrack:void 0,stageStatus:"OFF_STAGE",userId:i.userId,flags:{},isHost:!1,customParticipantId:i.customParticipantId,picture:i.picture,metadata:{preset_name:i.presetName}},this.self,this.roomSocketHandler))),r.forEach(i=>this.participants.waitlisted.delete(i.id))}get maxPreferredStreams(){return this.participants.maxActiveParticipantsCount}selectPagePeers(t){const{compulsoryPeers:e}=this.selectedPeers,r=e.filter(c=>this.participants.joined.has(c)),i=Array.from(this.participants.pinned.keys()).filter(c=>!r.includes(c)),n=Array.from(this.participants.joined.toArray().filter(c=>c.stageStatus==="ON_STAGE").map(c=>c.id)),s=Math.max((t-1)*(this.maxPreferredStreams-r.length-i.length)),o=t*(this.maxPreferredStreams-r.length-i.length);return r.concat(i,n.slice(s,o))}selectActivePeers(t){const e=new Map,r=Array.from(this.participants.joined.toArray().filter(p=>p.stageStatus==="ON_STAGE").map(p=>(e.set(p.id,!0),p.id))),i=this.selectedPeers.peers,n=this.participants.pinned.toArray().reduce((p,g)=>(g.stageStatus!=="ON_STAGE"?this.participants.pinned.delete(g.id):p.push(g.id),p),[]),s=this.self.stageStatus==="ON_STAGE"?1:0,o=t-s,c=new Set(i.concat(n).filter(p=>p!==this.self.id&&e.has(p)));let d=Array.from(c);const h=o-c.size;if(h>=0){const p=r.filter(g=>!c.has(g)&&g!==this.self.id).slice(0,h);d=Array.from(c).concat(p)}else d=d.slice(0,o);return d}updateSubscriptions(t,e){const{page:r,createAllConsumers:i}=e!=null?e:{};t&&a(this,di).mode!==t&&(a(this,di).mode=t),r&&a(this,di).page!==r&&(a(this,di).page=r);const{mode:n,page:s}=a(this,di);switch(i&&(a(this,_a).clear(),a(this,wa).clear()),n){case"PAGINATED":{if(!s)return;const o=this.selectPagePeers(s),c=this.selectActivePeers(this.participants.maxActiveParticipantsCount+4);this.updateParticipantsMap(this.participants.videoSubscribed,o),this.updateParticipantsMap(this.participants.audioSubscribed,c),l.debug("ParticipantController::updateActive::updating_current_page_peers",{peerIds:o});break}case"ACTIVE_GRID":{const o=this.selectActivePeers(this.participants.maxActiveParticipantsCount),c=this.selectActivePeers(this.participants.maxActiveParticipantsCount+4);this.updateParticipantsMapMinReplacement(this.participants.videoSubscribed,o),this.updateParticipantsMap(this.participants.audioSubscribed,c);break}default:throw new Error(`View mode ${t} not supported`)}setTimeout(()=>this.syncConsumers(),a(this,di).mode==="PAGINATED"&&!a(this,Jn)?200:0)}syncConsumers(){return u(this,null,function*(){var t,e,r;if(((r=(e=(t=this.context.getValue("connectionHandler"))==null?void 0:t.mediaState)==null?void 0:e.recv)==null?void 0:r.state)!=="connected")return;if(a(this,Jn)){v(this,Ia,!0);return}v(this,Jn,!0),v(this,Ia,!1);const[i,n]=Hc.mapDiff(a(this,_a),this.participants.videoSubscribed);this.updateParticipantsMap(a(this,_a),this.participants.videoSubscribed.toArray().map(({id:h})=>h));const[s,o]=Hc.mapDiff(a(this,wa),this.participants.audioSubscribed);this.updateParticipantsMap(a(this,wa),this.participants.audioSubscribed.toArray().map(({id:h})=>h));const c=[...this.mapPeerIdsToProducers(i,["video"]),...this.mapPeerIdsToProducers(s,["audio"])],d=[...this.mapPeerIdsToProducers(n,["video"]),...this.mapPeerIdsToProducers(o,["audio"])];try{(c.length>0||d.length>0)&&(yield this.updateConsumers(c,d))}finally{v(this,Jn,!1)}a(this,Ia)&&this.syncConsumers()})}static mapDiff(t,e){const r=[],i=[],n=Array.from(t.keys()),s=Array.from(e.keys());return n.forEach(o=>{s.includes(o)||i.push(o)}),s.forEach(o=>{n.includes(o)||r.push(o)}),[r,i]}computeActivateParticipants(t,e){const r=t.map((n,s)=>({peerId:n,priority:s+1})),i=e==null?void 0:e.map((n,s)=>({peerId:n,priority:-(s+1)}));r.push(...i!=null?i:[]),r.length>0&&this.updateActiveParticipantsWithPriorities(r)}fromSocketService(t){const e=Hc.formatSocketServiceMessage(t);return new ii(this.context,$(V({},e),{isHost:!1,videoEnabled:!1,audioMuted:!0,videoTrack:void 0,audioTrack:void 0}),this.self,this.roomSocketHandler)}updatePipSource(t,e){var r,i;e?(r=this.pip)==null||r.enableSource(t):(i=this.pip)==null||i.disableSource(t)}onMediaJoined(t,e,r){if(!this.mediaJoined||t===this.self.id)return;const i=this.participants.joined.get(t);if(!i){l.warn(`Received media.peerJoinedBroadcast for non-existent peer ${t}`);return}e.forEach(n=>{n.kind===Lr.AUDIO&&!n.screenShare?i.setAudioEnabled(!n.pause):n.kind===Lr.VIDEO&&!n.screenShare&&(i.setVideoEnabled(!n.pause),this.updatePipSource(i.id,!n.pause)),i.producers.push($(V({},n),{producingTransportId:n.producingTransportId,kind:n.kind===Lr.AUDIO?"audio":"video",producingPeerId:t,mimeType:n.mimeType}))}),this.roomNodeClient.handlePeerCapabilities(t,r),Q.hasFeature(ie.FORCE_VIDEO_CODEC)||this.roomNodeClient.shareWebcam(this.self.videoTrack),i.producers.length>0&&R.emit(M.UPDATE_ACTIVE)}updateParticipantsMapMinReplacement(t,e){const r=Array.from(t.keys()),i=new Map(t),n=new Set(e),s=[];r.forEach((o,c)=>{(!n.has(o)||!this.participants.joined.get(o))&&s.push(c)}),e.forEach(o=>{if(t.get(o))return;if(r.length<e.length){r.push(o);return}const c=s.shift();r[c]=o}),s.forEach(o=>{r.splice(o,1)}),Array.from(t.keys()).forEach(o=>{t.delete(o,!n.has(o))}),r.forEach(o=>{if(!this.participants.joined.get(o)){l.warn("updateActiveParticipants::participant_not_in_joined_list",{dyteParticipant:{id:o}});return}t.add(this.participants.joined.get(o),!i.get(o))}),t.emit("participantsUpdate")}updateParticipantsMap(t,e){Array.from(t.keys()).forEach(r=>{e.includes(r)||t.delete(r,!0)}),e.forEach(r=>{t.get(r)||t.add(this.participants.joined.get(r),!0)}),t.emit("participantsUpdate")}updatePinnedParticipants(){this.participants.pinned.forEach(t=>{t.setIsPinned(!1),this.participants.pinned.delete(t.id)})}setupEventsGlobal(){this.roomSocketHandler.on(W.joinRoom,({peer:t})=>{if(!t.waitlisted){const e=Q.hasFeature(ie.DEBUG_SOCKET_JOIN);e&&l.info("Processing socket join",{peers:t.peerId}),this.onParticipantJoined(this.fromSocketService(t)),e&&l.info("Processed socket join",{peers:t.peerId})}}),this.roomSocketHandler.on(W.leaveRoom,t=>{const{peerId:e}=t.peer;this.selectedPeers.delete(e),this.onParticipantLeave(e)}),R.on(M.SOCKET_SERVICE_ROOM_JOINED,()=>{this.self.permissions.acceptWaitingRequests&&this.roomSocketHandler.getWaitingRoomRequests()}),this.self.permissions.on("permissionsUpdate",t=>{const{acceptWaitingRequests:e}=t;e!==void 0&&(e?this.roomSocketHandler.getWaitingRoomRequests():this.participants.waitlisted.clear())}),R.on(M.SOCKET_SERVICE_DISCONNECTED,()=>{this.participants.joined.clear(),this.participants.videoSubscribed.clear(),this.participants.audioSubscribed.clear(),this.participants.pinned.clear(),this.participants.currentPage=0,this.participants.viewMode="ACTIVE_GRID",this.participants.emit("viewModeChanged",{viewMode:"ACTIVE_GRID",currentPage:this.participants.currentPage,pageCount:this.participants.pageCount})}),R.on(M.CONSUMER_PAUSED,({id:t})=>{this.processConsumerPaused(t)}),R.on(M.CONSUMER_RESUMED,({id:t})=>{this.processConsumerResumed(t)}),R.on(M.NEW_CONSUMER,({id:t})=>{this.processNewConsumer(t)}),R.on(M.CONSUMER_CLOSED,({id:t})=>{this.processConsumerClosed(t)}),R.on(M.ROOM_MESSAGE,t=>u(this,[t],function*({payload:e,type:r,timestamp:i}){this.participants.emit("broadcastedMessage",{type:r,payload:e,timestamp:i})})),R.on(M.MESSAGE,t=>u(this,[t],function*({payload:e,type:r,timestamp:i}){r!=="spotlight"&&this.participants.emit("broadcastedMessage",{type:r,payload:e,timestamp:i})})),R.on(M.LOW_CONSUMER_SCORE,({peerId:t,score:e,kind:r})=>{const i=this.participants.joined.get(t);i&&(i.emit("poorConnection",{score:e,kind:r}),this.participants.emit("poorConnection",{participantId:t,score:e,kind:r}))}),R.on(M.CONSUMER_SCORE_UPDATE,({score:t,kind:e,appData:r,peerId:i,scoreStats:n})=>{var s;const o=e==="video"&&((s=r==null?void 0:r.screenShare)!=null?s:!1),c=this.participants.joined.get(i);c&&(c.emit("mediaScoreUpdate",{kind:e,isScreenshare:o,score:t,participantId:i,scoreStats:n}),this.participants.emit("mediaScoreUpdate",{kind:e,isScreenshare:o,score:t,participantId:i,scoreStats:n}))}),R.onAsync(M.KICK_PEER,t=>u(this,[t],function*({peerId:e}){const r=this.participants.joined.get(e);this.roomNodeClient.kick(e),yield this.roomSocketHandler.kick(e),r?r.emit("kicked"):this.participants.joined.emit("kicked",{id:e})})),R.on(M.UPDATE_ACTIVE,(...t)=>u(this,[...t],function*({page:e,createAllConsumers:r}={}){this.updateSubscriptions(e?"PAGINATED":"ACTIVE_GRID",{page:e,createAllConsumers:r})}))}onParticipantPinned(t){return u(this,null,function*(){if(!t){this.self.isPinned&&this.self.setIsPinned(!1),this.participants.pinned.size!==0&&this.updatePinnedParticipants();return}if(t===this.self.id){this.participants.pinned.size!==0&&this.updatePinnedParticipants(),this.self.setIsPinned(!0);return}const e=this.participants.joined.get(t);this.self.isPinned&&this.self.setIsPinned(!1),this.updatePinnedParticipants(),e.setIsPinned(!0),this.participants.pinned.add(e)})}onParticipantJoined(t){return u(this,null,function*(){var e,r,i;this.self.id!==t.id&&!((e=t.flags)!=null&&e.recorder)&&!((r=t.flags)!=null&&r.hidden_participant)&&!((i=t.flags)!=null&&i.hiddenParticipant)&&(this.participants.videoSubscribed.delete(t.id),this.participants.audioSubscribed.delete(t.id),this.participants.joined.add(t),this.participants.waitlisted.delete(t.id),t.stageStatus==="REQUESTED_TO_JOIN_STAGE"&&R.emit(M.UPDATE_STAGE_REQUESTS,{request:{displayName:t.name,userId:t.userId,peerId:t.id},add:!0})),R.emit(M.PEER_JOINED_INTERNAL,t)})}onParticipantLeave(t){return u(this,null,function*(){const e=this.participants.joined.get(t);this.participants.joined.delete(t,!0,!0),this.participants.pinned.delete(t,!0,!0),this.participants.waitlisted.delete(t,!0,!0),this.roomNodeClient&&(this.roomNodeClient.handlePeerLeaving(t),this.roomNodeClient.closeConsumers(e==null?void 0:e.producers)),e&&e.stageStatus==="REQUESTED_TO_JOIN_STAGE"&&R.emit(M.UPDATE_STAGE_REQUESTS,{request:{displayName:e.name,userId:e.userId,peerId:e.id},add:!1});const{currentPage:r}=this.participants,i=this.maxPreferredStreams*(r-1),n=this.participants.videoSubscribed.get(t);i===0?this.participants.setViewMode("ACTIVE_GRID"):this.participants.joined.size<=i?r===2?this.participants.setViewMode("ACTIVE_GRID"):this.participants.setPage(r-1):n&&this.updateSubscriptions(r?"PAGINATED":"ACTIVE_GRID",{page:r})})}processMedia(t){var e;const r=this.roomNodeClient.getConsumers(),{peerId:i,kind:n,appData:s,track:o,producerId:c,rtpReceiver:d,paused:h}=(e=r.get(t))!=null?e:{};if(!i)return l.warn("processMedia::Peer ID is undefined",{consumer:{id:t,kind:n,peerId:i,appData:{supportsRemoteControl:!!(s!=null&&s.supportsRemoteControl),screenShare:!!(s!=null&&s.screenShare)},remotelyPaused:h,producerId:c}}),{};const p=s;return n==="video"&&p.screenShare!==!0&&this.videoPeerConsumerMap.set(i,t),l.info("ParticipantController::processMedia",{consumer:{id:t,peerId:i,kind:n,appData:p,remotelyPaused:h,producerId:c}}),this.consumerPeerMap.set(t,{type:n,peerId:i,appData:p,remotelyPaused:h,producerId:c}),{peerId:i,kind:n,appData:p,remotelyPaused:h,track:o,producerId:c,rtpReceiver:d}}processConsumerClosed(t){const{peerId:e,type:r,appData:i,remotelyPaused:n,producerId:s}=this.consumerPeerMap.get(t)||{},o=this.participants.joined.get(e);if(l.info("ParticipantController::processConsumerClosed",{consumer:{id:t,peerId:e,appData:i,kind:r,remotelyPaused:n,producerId:s}}),this.consumerPeerMap.delete(t),r==="video"&&i.screenShare!==!0&&this.videoPeerConsumerMap.delete(e),!o)return;const c=[];i&&i.screenShare?(o.setScreenShareEnabled(!1),K.consumerSharedMediaState(t,{screen:!1}),o.screenShareTracks.video&&c.push(o.screenShareTracks.video.id),o.screenShareTracks.audio&&c.push(o.screenShareTracks.audio.id),o.screenShareTracks={audio:void 0,video:void 0}):r==="audio"?(o.setAudioEnabled(!1),o.audioTrack&&c.push(o.audioTrack.id),K.consumerSharedMediaState(t,{audio:!1}),o.audioTrack=void 0):r==="video"&&(o.setVideoEnabled(!1),this.updatePipSource(o.id,!1),o.videoTrack&&c.push(o.videoTrack.id),K.consumerSharedMediaState(t,{video:!1}),o.videoTrack=void 0),i.e2ee&&c.forEach(d=>{R.emit(M.E2EE_INACTIVE_CONSUMER,{peerId:e,trackId:d})})}processConsumerResumed(t){const{peerId:e,kind:r,appData:i,track:n,remotelyPaused:s,producerId:o,rtpReceiver:c}=this.processMedia(t);if(!e)return;l.info("ParticipantController::processConsumerResumed",{consumer:{id:t,peerId:e,kind:r,appData:i,remotelyPaused:s,producerId:o}});const d=this.participants.joined.get(e);if(d){if(i.e2ee&&R.emit(M.E2EE_ACTIVE_CONSUMER,{peerId:e,rtpReceiver:c,track:n}),i.screenShare){r==="video"?d.screenShareTracks.video=n:r==="audio"&&(d.screenShareTracks.audio=n),d.setScreenShareEnabled(!0),K.consumerSharedMediaState(t,{screen:!0});return}r==="video"?(d.videoTrack=n,d.setVideoEnabled(!0),this.updatePipSource(d.id,!0),K.consumerSharedMediaState(t,{video:!0})):r==="audio"&&(d.audioTrack=n,d.setAudioEnabled(d.audioEnabled),K.consumerSharedMediaState(t,{audio:d.audioEnabled}))}}processConsumerPaused(t){l.info(`ParticipantController::processConsumerPaused called for consumerId: ${t}`);const{peerId:e,kind:r,track:i,appData:n,remotelyPaused:s,producerId:o}=this.processMedia(t);if(!e)return;l.info("ParticipantController::processConsumerPaused",{consumer:{id:t,peerId:e,kind:r,appData:n,remotelyPaused:s,producerId:o}});const c=this.participants.joined.get(e);c&&(i&&n.e2ee&&R.emit(M.E2EE_INACTIVE_CONSUMER,{peerId:e,trackId:i.id}),r==="video"?(c.videoTrack=i,c.setVideoEnabled(!1),this.updatePipSource(c.id,!1),K.consumerSharedMediaState(t,{video:!1})):r==="audio"&&(c.audioTrack=i,c.setAudioEnabled(c.audioEnabled),K.consumerSharedMediaState(t,{audio:c.audioEnabled})))}processNewConsumer(t){const{peerId:e,kind:r,remotelyPaused:i,track:n,appData:s,producerId:o,rtpReceiver:c}=this.processMedia(t);if(!e)return;l.info("ParticipantController::processNewConsumer",{consumer:{id:t,peerId:e,kind:r,remotelyPaused:i,appData:s,producerId:o}});const d=this.participants.joined.get(e);if(d){if(s.screenShare){r==="video"?d.screenShareTracks.video=n:r==="audio"&&(d.screenShareTracks.audio=n),(!i||this.self.permissions.isRecorder||Q.hasFeature(ie.SCREEENSHARE_ERR_HACK))&&d.setScreenShareEnabled(!0),s.supportsRemoteControl&&(d.supportsRemoteControl=!0),this.participants.broadcastMessage("screenshareConsumerCreated",{producerId:o,peerId:e,screenShare:!0,consumerId:t,consumerPeerId:this.self.id}),l.info("ParticipantController::newScreenshareConsumer::screenshareConsumerCreated",{consumer:{id:t,peerId:e,kind:r,remotelyPaused:i,appData:s,producerId:o}});return}r==="video"?(d.videoTrack=n,i||(d.setVideoEnabled(!0),this.updatePipSource(d.id,!0)),K.consumerSharedMediaState(t,{video:!i})):r==="audio"&&(d.audioTrack=n,i||d.setAudioEnabled(!0),K.consumerSharedMediaState(t,{audio:!i})),!i&&s.e2ee&&R.emit(M.E2EE_ACTIVE_CONSUMER,{peerId:e,rtpReceiver:c,track:n})}}static formatSocketServiceMessage(t){var e,r,i,n,s,o;if(!t)return;const c=Kh(t.stageType);return{id:t.peerId,userId:t.userId,name:t.displayName,displayName:t.displayName,stageType:c,customParticipantId:t.customParticipantId,presetId:t.presetId,picture:t.displayPictureUrl,waitlisted:t.waitlisted,stageStatus:c,metadata:{preset_name:(e=t.flags)==null?void 0:e.presetName},recorderType:(r=t.flags)==null?void 0:r.recorderType,flags:{hiddenParticipant:(i=t.flags)==null?void 0:i.hiddenParticipant,hidden_participant:(n=t.flags)==null?void 0:n.hiddenParticipant,recorder:((s=t.flags)==null?void 0:s.recorderType)!==void 0&&((o=t.flags)==null?void 0:o.recorderType)!=="NONE"}}}mapPeerIdsToProducers(t,e){const r=(i,n)=>i.filter(({kind:s,screenShare:o})=>n.includes(s)||o&&n.includes("screenshare"));return t.flatMap(i=>{const n=this.participants.joined.get(i);if(n)return r(n.producers,e)}).filter(i=>!!i)}onSelectedPeers(t,e){return u(this,null,function*(){this.participants.viewMode==="ACTIVE_GRID"&&this.computeActivateParticipants(t,e)})}updateActiveParticipantsWithPriorities(t,e=!1){if(!this.mediaJoined){l.warn("Skipped::ParticipantController::updateActiveParticipantsWithPriorities",{roomJoined:this.mediaJoined});return}t.forEach(i=>{this.selectedPeers.add(i.peerId,i.priority)});const r=this.selectedPeers.activeSpeakerPeers.at(0);r!==void 0&&r!==this.participants.lastActiveSpeaker&&(this.participants.lastActiveSpeaker=r,this.participants.emit("activeSpeaker",{peerId:r,volume:1})),e&&this.updateSubscriptions(this.participants.viewMode)}},di=new WeakMap,_a=new WeakMap,wa=new WeakMap,Jn=new WeakMap,Ia=new WeakMap,Zm);let si=Hc;On([S.trace("ParticipantController.setupEvents")],si.prototype,"setupEvents",1);On([S.trace("ParticipantController.setupEvents")],si.prototype,"setupEventsGlobal",1);On([S.trace("ParticipantController.processMedia")],si.prototype,"processMedia",1);On([S.trace("ParticipantController.processConsumerClosed")],si.prototype,"processConsumerClosed",1);On([S.trace("ParticipantController.processConsumerResumed")],si.prototype,"processConsumerResumed",1);On([S.trace("ParticipantController.processConsumerPaused")],si.prototype,"processConsumerPaused",1);On([S.trace("ParticipantController.processNewConsumer")],si.prototype,"processNewConsumer",1);const Te=Er(Wh().permissions);var G,za,fo,Hu,Vt,qt;const Ya=class extends zt{constructor(t,e,r,i=!1){if(super(),f(this,Vt),f(this,G,void 0),f(this,za,void 0),f(this,fo,void 0),f(this,Hu,n=>{var s,o,c;const d=n,{chat:h,connectedMeetings:p,plugins:g,polls:y,media:T}=d,b=$d(d,["chat","connectedMeetings","plugins","polls","media"]);if(h&&(h.private&&gi(a(this,G).chat.private,h.private),h.public&&gi(a(this,G).chat.public,h.public),this.emit("chatUpdate")),p&&gi(a(this,G).connectedMeetings,p),T){const D=x=>{switch(x){case Di.NONE:return q.Allowed;case Di.ALLOWED:return q.Allowed;case Di.NOT_ALLOWED:return q.NotAllowed;case Di.CAN_REQUEST:return q.CanRequest;default:return}},P={audio:void 0,video:void 0,screenshare:void 0};(s=T.audio)!=null&&s.canProduce&&(P.audio={canProduce:D(T.audio.canProduce)}),(o=T.video)!=null&&o.canProduce&&(P.video={canProduce:D(T.video.canProduce)}),(c=T.screenshare)!=null&&c.canProduce&&(P.screenshare={canProduce:D(T.screenshare.canProduce)}),gi(a(this,G).media,P)}g&&(gi(a(this,G).plugins,g),this.emit("pluginsUpdate")),y&&(gi(a(this,G).polls,y),this.emit("pollsUpdate")),Object.keys(b).length!==0&&gi(a(this,G),b),this.emit("permissionsUpdate",n)}),!e)throw l.error("DytePermissionsPreset::load_preset_permissions_failed"),new w("Could not load preset permissions.","0904");v(this,fo,t),v(this,za,r),v(this,G,e),i&&this.setupEvents()}setupEvents(){R.on(M.UPDATE_PERMISSIONS,a(this,Hu))}static fromResponse(t,e,r){return new Ya(r,t,e,!0)}static default(t,e){return new Ya(t,Te,e)}static init(t,e,r){let i;return r?i=new Ya(t,r,e,!0):i=new Ya(t,Te,e),i}get mediaRoomType(){const{sfu:t}=a(this,fo).getValue("roomNodeOptions");return t===Ke.CF?"CF":"HIVE"}get stageEnabled(){var t;return((t=a(this,G))==null?void 0:t.stageEnabled)||a(this,za)===Ut.Webinar||a(this,za)===Ut.Livestream}get acceptStageRequests(){var t,e;return this.stageEnabled?((t=a(this,G))==null?void 0:t.acceptStageRequests)||((e=a(this,G))==null?void 0:e.canAcceptProductionRequests):!1}get stageAccess(){var t,e,r;return((t=a(this,G))==null?void 0:t.stageAccess)===q.NotAllowed?q.NotAllowed:((e=a(this,G))==null?void 0:e.stageAccess)===q.CanRequest?q.CanRequest:((r=a(this,G))==null?void 0:r.stageAccess)===q.Allowed||a(this,G).media.audio.canProduce===q.Allowed||a(this,G).media.video.canProduce===q.Allowed||a(this,G).media.screenshare.canProduce===q.Allowed?q.Allowed:a(this,G).media.audio.canProduce===q.CanRequest||a(this,G).media.video.canProduce===q.CanRequest||a(this,G).media.screenshare.canProduce===q.CanRequest?q.CanRequest:q.NotAllowed}get acceptWaitingRequests(){var t,e;return(e=(t=a(this,G))==null?void 0:t.acceptWaitingRequests)!=null?e:Te.acceptWaitingRequests}get requestProduceVideo(){var t,e,r;return((r=(e=(t=a(this,G))==null?void 0:t.media)==null?void 0:e.video)==null?void 0:r.canProduce)===q.CanRequest}get requestProduceAudio(){var t,e,r;return((r=(e=(t=a(this,G))==null?void 0:t.media)==null?void 0:e.audio)==null?void 0:r.canProduce)===q.CanRequest}get requestProduceScreenshare(){var t,e,r;return((r=(e=(t=a(this,G))==null?void 0:t.media)==null?void 0:e.screenshare)==null?void 0:r.canProduce)===q.CanRequest}get canAllowParticipantAudio(){var t,e;return(e=(t=a(this,G))==null?void 0:t.disableParticipantAudio)!=null?e:Te.disableParticipantAudio}get canAllowParticipantScreensharing(){var t,e;return(e=(t=a(this,G))==null?void 0:t.canAcceptProductionRequests)!=null?e:Te.canAcceptProductionRequests}get canAllowParticipantVideo(){var t,e;return(e=(t=a(this,G))==null?void 0:t.disableParticipantVideo)!=null?e:Te.disableParticipantVideo}get canDisableParticipantAudio(){return this.canAllowParticipantAudio}get canDisableParticipantVideo(){return this.canAllowParticipantVideo}get kickParticipant(){var t,e;return(e=(t=a(this,G))==null?void 0:t.kickParticipant)!=null?e:Te.kickParticipant}get pinParticipant(){var t,e;return(e=(t=a(this,G))==null?void 0:t.pinParticipant)!=null?e:Te.pinParticipant}get canRecord(){var t,e;return(e=(t=a(this,G))==null?void 0:t.canRecord)!=null?e:Te.canRecord}get waitingRoomType(){var t,e;return(e=(t=a(this,G))==null?void 0:t.waitingRoomType)!=null?e:Te.waitingRoomType}get waitingRoomBehaviour(){var t,e;return(e=(t=a(this,G))==null?void 0:t.waitingRoomType)!=null?e:Te.waitingRoomType}get plugins(){var t,e;return(e=(t=a(this,G))==null?void 0:t.plugins)!=null?e:Te.plugins}get polls(){var t,e;return(e=(t=a(this,G))==null?void 0:t.polls)!=null?e:Te.polls}get produceVideo(){return this.canProduceVideo}get requestProduce(){return a(this,G).media.audio.canProduce===q.CanRequest||a(this,G).media.video.canProduce===q.CanRequest||a(this,G).media.screenshare.canProduce===q.CanRequest}get canProduceVideo(){var t;const e=(t=a(this,G).media.video.canProduce)!=null?t:Te.media.video.canProduce;return this.stageEnabled&&(a(this,Vt,qt)==="ACCEPTED_TO_JOIN_STAGE"||a(this,Vt,qt)==="ON_STAGE")&&e===q.CanRequest?q.Allowed:this.stageEnabled&&(a(this,Vt,qt)==="OFF_STAGE"||a(this,Vt,qt)==="REQUESTED_TO_JOIN_STAGE")&&e===q.Allowed?q.NotAllowed:e}get produceScreenshare(){return this.canProduceScreenshare}get canProduceScreenshare(){var t;const e=(t=a(this,G).media.screenshare.canProduce)!=null?t:Te.media.screenshare.canProduce;return this.stageEnabled&&(a(this,Vt,qt)==="ACCEPTED_TO_JOIN_STAGE"||a(this,Vt,qt)==="ON_STAGE")&&e===q.CanRequest?q.Allowed:this.stageEnabled&&(a(this,Vt,qt)==="OFF_STAGE"||a(this,Vt,qt)==="REQUESTED_TO_JOIN_STAGE")&&e===q.Allowed?q.NotAllowed:e}get produceAudio(){return this.canProduceAudio}get canProduceAudio(){var t;const e=(t=a(this,G).media.audio.canProduce)!=null?t:Te.media.audio.canProduce;return this.stageEnabled&&(a(this,Vt,qt)==="ACCEPTED_TO_JOIN_STAGE"||a(this,Vt,qt)==="ON_STAGE")&&e===q.CanRequest?q.Allowed:this.stageEnabled&&(a(this,Vt,qt)==="OFF_STAGE"||a(this,Vt,qt)==="REQUESTED_TO_JOIN_STAGE")&&e===q.Allowed?q.NotAllowed:e}get chatPublic(){var t,e,r;return(r=(e=(t=a(this,G))==null?void 0:t.chat)==null?void 0:e.public)!=null?r:Te.chat.public}get chatPrivate(){var t,e,r;return(r=(e=(t=a(this,G))==null?void 0:t.chat)==null?void 0:e.private)!=null?r:Te.chat.private}get chatChannel(){var t,e,r;return(r=(e=(t=a(this,G))==null?void 0:t.chat)==null?void 0:e.channel)!=null?r:Te.chat.channel}get chatMessage(){var t,e,r;return(r=(e=(t=a(this,G))==null?void 0:t.chat)==null?void 0:e.message)!=null?r:Te.chat.message}get connectedMeetings(){var t,e;return(e=(t=a(this,G))==null?void 0:t.connectedMeetings)!=null?e:Te==null?void 0:Te.connectedMeetings}get hiddenParticipant(){var t,e;return(e=(t=a(this,G))==null?void 0:t.hiddenParticipant)!=null?e:Te.hiddenParticipant}get showParticipantList(){var t;return(t=a(this,G).showParticipantList)!=null?t:Te.showParticipantList}get canChangeParticipantRole(){var t,e;return(e=(t=a(this,G))==null?void 0:t.canChangeParticipantPermissions)!=null?e:Te.canChangeParticipantPermissions}get canChangeParticipantPermissions(){var t,e;return(e=(t=a(this,G))==null?void 0:t.canChangeParticipantPermissions)!=null?e:Te.canChangeParticipantPermissions}get canChangeTheme(){return!1}get canPresent(){return a(this,G).media.audio.canProduce===q.Allowed||a(this,G).media.video.canProduce===q.Allowed||a(this,G).media.screenshare.canProduce===q.Allowed}get acceptPresentRequests(){return this.acceptStageRequests}get canEditDisplayName(){var t;return(t=a(this,G).canEditDisplayName)!=null?t:!1}get maxScreenShareCount(){return 1}get isRecorder(){return a(this,G).isRecorder}get canSpotlight(){return a(this,G).canSpotlight}get canLivestream(){return a(this,G).canLivestream}get transcriptionEnabled(){return a(this,G).transcriptionEnabled}};let EO=Ya;G=new WeakMap,za=new WeakMap,fo=new WeakMap,Hu=new WeakMap,Vt=new WeakSet,qt=function(){return a(this,fo).getValue("stageStatus")};var xv;class Uv extends zt{constructor(){super(...arguments),m(this,"localMediaHandler"),f(this,xv,void 0)}updatePermission(){return u(this,null,function*(){var e,r;const i=(h,p)=>{this.mediaPermissions[h]=p;const g={message:this.mediaPermissions[h],kind:h};p==="DENIED"?R.emit(M.MEDIA_PERMISSION_ERROR,g):R.emit(M.MEDIA_PERMISSION_UPDATE,g)};if(Re.getName()==="firefox")return;const n="microphone",s="camera",o=yield(e=navigator==null?void 0:navigator.permissions)==null?void 0:e.query({name:n}),c=yield(r=navigator==null?void 0:navigator.permissions)==null?void 0:r.query({name:s}),d=(h,p)=>{switch(p){case"granted":i(h,"ACCEPTED");break;case"denied":i(h,"DENIED");break;case"prompt":i(h,"NOT_REQUESTED");break}this.localMediaHandler.repopulateAvailableDevices()};o&&(o.onchange=()=>d("audio",o.state)),c&&(c.onchange=()=>d("video",c.state))})}populateMediaPermissionsInCallstats(e){return u(this,arguments,function*({message:r,kind:i}){switch(i){case"audio":{K.mediaPermission("AUDIO",r),K.mediaPermission("SPEAKER",r);break}case"video":{K.mediaPermission("VIDEO",r);break}case"screenshare":{K.mediaPermission("SCREENSHARE",r);break}}})}init(){return u(this,arguments,function*(e={},r=!1,i=null){var n,s,o,c,d,h;if(Re.init(),!this.localMediaHandler)try{let p=!0;if(i!=null&&i.getValue("defaults").mediaHandler)p=!1,this.localMediaHandler=i.getValue("defaults").mediaHandler.localMediaHandler;else if(navigator.RNLocalMediaHandlerImpl){const{RNLocalMediaHandlerImpl:g}=navigator;this.localMediaHandler=yield g.init()}else this.localMediaHandler=new Bt(i,e.constraints,(n=i==null?void 0:i.getValue("defaults"))==null?void 0:n.isNonPreferredDevice,(s=i==null?void 0:i.getValue("defaults"))==null?void 0:s.autoSwitchAudioDevice);if(R.on(M.MEDIA_PERMISSION_UPDATE,g=>u(this,null,function*(){if(this.populateMediaPermissionsInCallstats({message:g.message,kind:g.kind}),g.message==="NOT_REQUESTED")switch(g==null?void 0:g.kind){case"audio":this.rawAudioTrack&&(l.info("Disabling audio due to media permission update"),this.disableAudio());break;case"video":this.rawVideoTrack&&(l.info("Disabling video due to media permission update"),this.disableVideo());break;default:break}this.emit("mediaPermissionUpdate",g)})),R.on(M.MEDIA_PERMISSION_ERROR,g=>u(this,null,function*(){const{kind:y,message:T,constraints:b}=g;this.populateMediaPermissionsInCallstats({message:T,kind:y}),y==="audio"?(l.info(`Disabling audio due to media permission error skipping: ${this.localMediaHandler.audioUpdateInProgress}`),this.localMediaHandler.audioUpdateInProgress===!1&&this.disableAudio()):y==="video"&&(l.info(`Disabling video due to media permission error skipping: ${this.localMediaHandler.videoUpdateInProgress}`),this.localMediaHandler.videoUpdateInProgress===!1&&this.disableVideo()),l.error("SelfController::mediaPermissionError",{error:{message:T},constraints:b,mediaPermissionsErrors:{kind:y,message:T}}),this.emit("mediaPermissionError",g),this.emit("mediaPermissionUpdate",{message:T,kind:y})})),p){l.info(`Setting up DyteSelfMedia streams using media handler. audio:${(o=e==null?void 0:e.audio)!=null?o:!0} video:${(c=e==null?void 0:e.video)!=null?c:!0}`);const g=this.localMediaHandler.setupStreams({video:(d=e==null?void 0:e.video)!=null?d:!0,audio:(h=e==null?void 0:e.audio)!=null?h:!0});r||(yield g)}}catch(p){l.error("DyteSelf::init::Failed To Setup Streams",{error:{name:p.name,message:p.message}})}})}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)}catch{}finally{this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack})}break;case"audiooutput":yield this.localMediaHandler.setSpeakerDevice(e);break;case"videoinput":try{yield this.localMediaHandler.setVideoDevice(e)}catch{}finally{this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack})}break}this.emit("deviceUpdate",{device:e})})}}xv=new WeakMap;const Ca={},Bi={executeWithLock({methodName:t,lockName:e,timeout:r}){return(i,n,s)=>{const o=s.value;return s.value=function(...c){if(Ca[e]){const p=new Error(`Unsupported concurrent calls on Dyte method: ${t}.`);throw p.name="UnsupportedConcurrentMethodExecution",l.error("DyteLocker::UnsupportedConcurrentMethodExecution",{error:{stack:p.stack},dyteLocker:{methodName:t,lockName:e}}),p}Ca[e]=!0;const d=setTimeout(()=>delete Ca[e],r),h=o.apply(this,c);return Promise.resolve(h).then(()=>{delete Ca[e],clearTimeout(d)}).catch(()=>{delete Ca[e],clearTimeout(d)}),h},s}}};var TO=Object.defineProperty,kO=Object.getOwnPropertyDescriptor,Rt=(t,e,r,i)=>{for(var n=i>1?void 0:i?kO(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&TO(e,r,n),n},Pa,At,Ra,Fr,li,$i,Xe,nt,qe,Ye,Ma,Aa,gc,Gl,eg;let it=(eg=class extends Uv{constructor(t,e,r,i,n){var s;super(),f(this,li),f(this,Xe),f(this,qe),f(this,gc),m(this,"name"),m(this,"picture"),m(this,"customParticipantId"),m(this,"waitlistStatus"),f(this,Pa,void 0),f(this,At,void 0),f(this,Ra,void 0),m(this,"role"),m(this,"userId"),m(this,"organizationId"),m(this,"supportsRemoteControl",!1),m(this,"device"),f(this,Fr,void 0),m(this,"hidden",!1),m(this,"presetName"),m(this,"roomState","init"),f(this,Ma,new Set),f(this,Aa,new Set),v(this,Fr,t),this.userId=e.id,this.name=e.name,this.picture=e.picture,this.customParticipantId=(s=e.customParticipantId)!=null?s:e.clientSpecificId,this.waitlistStatus="none",v(this,At,r),v(this,Pa,i),this.hidden=!1,v(this,Ra,!1),this.organizationId=e.organizationId,this.supportsRemoteControl=Re.isElectron(),this.device=Re.getDeviceInfo(),this.presetName=n,i.viewType!==Ut.Chat&&this.updatePermission(),this.updateVideo=this.updateVideo.bind(this),B(this,gc,Gl).call(this)}get stageStatus(){return a(this,Fr).getValue("stageStatus")}get id(){return a(this,Fr).getValue("peerId")}static __init__(t,e,r,i,n,s=!1){return u(this,null,function*(){var o,c,d,h,p;let g=(c=(o=t.getValue("defaults"))==null?void 0:o.audio)!=null?c:!0,y=(h=(d=t.getValue("defaults"))==null?void 0:d.video)!=null?h:!0;r.canProduceAudio!=="ALLOWED"&&(g=!1),r.canProduceVideo!=="ALLOWED"&&(y=!1);const T=new it(t,e,r,i,n);if(i.viewType===Ut.Chat)return T;const b=MD(i.mediaConstraints);return gi(b,(p=t.getValue("defaults"))==null?void 0:p.mediaConfiguration),yield T.init({audio:g,video:y,constraints:b},s,t),T.setupEvents(),T})}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,At).removeAllListeners("permissionsUpdate")}setupEvents(){this.on("videoUpdate",B(this,gc,Gl)),this.localMediaHandler.on("AUDIO_TRACK_CHANGE",()=>u(this,null,function*(){if(l.info("DyteSelf::setupEvents::AUDIO_TRACK_CHANGE",V({},gn(this))),a(this,qe,Ye)&&this.audioEnabled)try{yield a(this,Xe,nt).shareMic(this.audioTrack)}catch(t){l.error("DyteSelf::setupEvents::Error while sharing mic",{error:t}),this.localMediaHandler.disableAudio()}this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack})})),this.localMediaHandler.on("VIDEO_TRACK_CHANGE",()=>u(this,null,function*(){if(l.info("DyteSelf::setupEvents::VIDEO_TRACK_CHANGE",V({},gn(this))),a(this,qe,Ye)&&this.rawVideoTrack===void 0)l.info("DyteSelf::VIDEO_TRACK_CHANGE::Forcing_disable_video"),this.disableVideo();else if(this.videoEnabled&&a(this,qe,Ye))try{const t=yield a(this,Xe,nt).shareWebcam(this.videoTrack);t&&t.id!==this.videoTrack.id&&Q.hasFeature(ie.EXP_RESHARE)&&(yield a(this,Xe,nt).shareWebcam(this.videoTrack))}catch(t){l.error("DyteSelf::setupEvents::failed shareWebcam",{error:t}),this.videoEnabled&&(yield this.localMediaHandler.disableVideo())}this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack})})),this.localMediaHandler.on("DEVICE_CHANGE",t=>u(this,[t],function*({device:e}){this.emit("deviceUpdate",{device:e})})),this.localMediaHandler.on("DEVICE_LIST_UPDATED",t=>{this.emit("deviceListUpdate",t)}),this.localMediaHandler.on("SCREENSHARE_TRACK_CHANGE",()=>u(this,null,function*(){if(!a(this,qe,Ye)){l.error("DyteSelf.SCREENSHARE_TRACK_CHANGE.LocalMediaInitialized_WithoutRoomNode");return}if(this.screenShareEnabled)try{yield a(this,Xe,nt).shareScreen(this.screenShareTracks)}catch(t){l.error("DyteSelf::setupEvents::Error while sharing screen",{error:t}),this.screenShareEnabled&&(yield this.localMediaHandler.disableScreenShare())}l.info("DyteSelf::setupEvents::SCREENSHARE_TRACK_CHANGE",V({},gn(this))),this.emit("screenShareUpdate",{screenShareEnabled:this.screenShareEnabled,screenShareTracks:this.screenShareTracks})})),this.localMediaHandler.on("SCREENSHARE_ENDED",()=>u(this,null,function*(){l.log("Disabling screenshare due to SCREENSHARE_ENDED"),yield this.disableScreenShare(),l.info("DyteSelf::setupEvents::SCREENSHARE_ENDED",V({},gn(this)))})),this.localMediaHandler.on("AUDIO_TRACK_SILENT",()=>{K.mediaTrackMuted("AUDIO")}),this.localMediaHandler.on("FORCE_MUTE_AUDIO",()=>{this.disableAudio()}),this.localMediaHandler.on("FORCE_MUTE_VIDEO",()=>u(this,null,function*(){a(this,qe,Ye)&&(yield a(this,Xe,nt).pauseWebcam()),this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack}),K.videoOff()})),a(this,At).on("permissionsUpdate",t=>{var e,r,i;(e=t==null?void 0:t.media)!=null&&e.audio&&a(this,At).canProduceAudio!==q.Allowed&&(this.disableAudio(),l.info(`Disabled audio due to dynamic preset change: canProduceAudio: ${this.permissions.canProduceAudio}`)),(r=t==null?void 0:t.media)!=null&&r.video&&a(this,At).canProduceVideo!==q.Allowed&&(this.disableVideo(),l.info(`Disabled video due to dynamic preset change: canProduceVideo: ${this.permissions.canProduceVideo}`)),(i=t==null?void 0:t.media)!=null&&i.screenshare&&a(this,At).canProduceScreenshare!==q.Allowed&&(this.disableScreenShare(),l.info(`Disabled screenshare due to dynamic preset change: canProduceScreenshare: ${this.permissions.canProduceScreenshare}`))})}get permissions(){return a(this,At)}get config(){return a(this,Pa)}get roomJoined(){var t;return a(this,Pa).viewType===Ut.Livestream&&this.stageStatus!=="ON_STAGE"?((t=a(this,Fr).getValue("connectionHandler"))==null?void 0:t.socketJoined)===!0:a(this,qe,Ye)}setName(t){if(!t)throw new w("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*(){if(this.permissions.canProduceAudio!==q.NotAllowed&&!(a(this,At).canProduceAudio===q.CanRequest&&(this.stageStatus==="OFF_STAGE"||this.stageStatus==="REQUESTED_TO_JOIN_STAGE"))&&!this.audioEnabled){if(K.audioOn(),yield this.localMediaHandler.enableAudio(t),a(this,qe,Ye)&&this.stageStatus==="ON_STAGE"){if(this.audioTrack)try{yield a(this,Xe,nt).shareMic(this.audioTrack)}catch(e){l.error("DyteSelf::enableAudio::Error while sharing mic",{error:e}),this.localMediaHandler.disableAudio()}if(!this.audioEnabled)return;a(this,Xe,nt).unmuteSelf()}this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack})}})}enableVideo(t){return u(this,null,function*(){if(a(this,At).canProduceVideo!==q.NotAllowed&&!(a(this,At).canProduceVideo===q.CanRequest&&(this.stageStatus==="OFF_STAGE"||this.stageStatus==="REQUESTED_TO_JOIN_STAGE"))&&!this.videoEnabled){if(K.videoOn(),yield this.localMediaHandler.enableVideo(t),a(this,qe,Ye)&&this.stageStatus==="ON_STAGE")try{yield a(this,Xe,nt).shareWebcam(this.videoTrack)}catch(e){l.error("DyteSelf::enableVideo::Error while sharing video",{error:e}),this.videoEnabled&&this.localMediaHandler.disableVideo()}this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack}),l.info("DyteSelf.enableVideo",V({},gn(this)))}})}updateVideoConstraints(t){return u(this,null,function*(){if(!this.localMediaHandler.updateVideoConstraints)throw new w("Unsupported","1102");yield this.localMediaHandler.updateVideoConstraints(t)})}enableScreenShare(){return u(this,null,function*(){if(!a(this,qe,Ye))throw new w("Can`t enable screenshare without joining room","1105");if(a(this,At).canProduceScreenshare!==q.NotAllowed&&!(a(this,At).canProduceScreenshare===q.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,Xe,nt).shareScreen(this.screenShareTracks)}catch(t){l.error("DyteSelf::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 w("Unsupported","1102");yield this.localMediaHandler.updateScreenshareConstraints(t)})}disableAudio(){return u(this,null,function*(){this.audioEnabled&&(this.localMediaHandler.disableAudio(),a(this,qe,Ye)&&a(this,Xe,nt).muteSelf(),this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack}),K.audioOff())})}disableVideo(){return u(this,null,function*(){this.videoEnabled&&(yield this.localMediaHandler.disableVideo(),a(this,qe,Ye)&&(yield a(this,Xe,nt).pauseWebcam()),this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack}),K.videoOff())})}disableScreenShare(){return u(this,null,function*(){this.screenShareEnabled&&(yield this.localMediaHandler.disableScreenShare(),a(this,qe,Ye)&&(yield a(this,Xe,nt).disableScreenShare()),this.emit("screenShareUpdate",{screenShareEnabled:this.screenShareEnabled,screenShareTracks:this.screenShareTracks}))})}getAllDevices(){return this.localMediaHandler.getAllDevices()}setIsPinned(t,e=!0){var r;v(this,Ra,t);const i=t?"pinned":"unpinned";(r=a(this,li,$i))==null||r.updateSource(this.id,{pinned:t}),e&&this.emit(i,this)}get isPinned(){return a(this,Ra)}pin(){return u(this,null,function*(){if(!a(this,qe,Ye))throw new w("Can`t pin participants without joining room","1105");return this.show(),a(this,Xe,nt).pinPeer(this.id)})}unpin(){return u(this,null,function*(){if(!a(this,qe,Ye))throw new w("Can`t unpin participants without joining room","1105");return a(this,Xe,nt).pinPeer(null)})}hide(){return u(this,null,function*(){if(!a(this,qe,Ye))throw new w("Can`t toggle participant tile without joining room","1105");this.hidden=!0,this.emit("toggleTile",{hidden:this.hidden})})}show(){if(!a(this,qe,Ye))throw new w("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 e,r,i;if(!t)throw new w("No device selected","1104");const n=this.getCurrentDevices();if(t.deviceId&&(((e=n==null?void 0:n.audio)==null?void 0:e.deviceId)===t.deviceId||((r=n==null?void 0:n.video)==null?void 0:r.deviceId)===t.deviceId||((i=n==null?void 0:n.speaker)==null?void 0:i.deviceId)===t.deviceId)&&(l.warn("DyteSelf.setDevice.setting_to_in_use_device",{devices:[t]}),Q.hasFeature(ie.SKIP_SETTING_IN_USE_DEVICE)))throw new w("Cannot set device currently in use","1106");switch(t.kind){case"audioinput":try{yield this.localMediaHandler.setAudioDevice(t)}catch{a(this,qe,Ye)&&(yield a(this,Xe,nt).muteSelf()),this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack})}break;case"audiooutput":yield this.localMediaHandler.setSpeakerDevice(t);break;case"videoinput":try{yield this.localMediaHandler.setVideoDevice(t)}catch{a(this,qe,Ye)&&(yield a(this,Xe,nt).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()}registerVideoElement(t,e=!1){var r,i;t&&(e?a(this,Ma).add(t):a(this,Aa).add(t),this.updateVideo(t),e||(i=a(this,li,$i))==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,li,$i).removeSource(this.id);return}t.srcObject=void 0,e?a(this,Ma).delete(t):(a(this,Aa).delete(t),a(this,li,$i).removeSource(this.id))}updateVideo(t,e=!1){var r,i,n;if(this.videoEnabled){if(this.videoTrack==null)return;const s=(r=t.srcObject)==null?void 0:r.getTracks()[0];if((s==null?void 0:s.id)===this.videoTrack.id)return;const o=new MediaStream;o.addTrack(this.videoTrack),t.srcObject=o,e||(i=a(this,li,$i))==null||i.enableSource(this.id)}else t.srcObject=void 0,e||(n=a(this,li,$i))==null||n.disableSource(this.id);t.style.display=this.videoEnabled?"block":"none"}},Pa=new WeakMap,At=new WeakMap,Ra=new WeakMap,Fr=new WeakMap,li=new WeakSet,$i=function(){return a(this,Fr).getValue("pip")},Xe=new WeakSet,nt=function(){return a(this,Fr).getValue("roomNodeClient")},qe=new WeakSet,Ye=function(){var t;return((t=a(this,Fr).getValue("connectionHandler"))==null?void 0:t.mediaJoined)===!0},Ma=new WeakMap,Aa=new WeakMap,gc=new WeakSet,Gl=function(){Array.from(a(this,Aa)).forEach(t=>this.updateVideo(t,!1)),Array.from(a(this,Ma)).forEach(t=>this.updateVideo(t,!0))},eg);Rt([S.trace("DyteSelf.cleanupEvents")],it.prototype,"cleanupEvents",1);Rt([S.trace("DyteSelf.setupEvents")],it.prototype,"setupEvents",1);Rt([S.trace("DyteSelf.setupTracks")],it.prototype,"setupTracks",1);Rt([S.trace("DyteSelf.destructMediaHandler")],it.prototype,"destructMediaHandler",1);Rt([S.trace("DyteSelf.removeDocumentEventListeners")],it.prototype,"removeDocumentEventListeners",1);Rt([Bi.executeWithLock({methodName:"meeting.self.enableAudio",lockName:"DyteSelf.toggleAudio",timeout:3e3}),S.trace("DyteSelf.enableAudio")],it.prototype,"enableAudio",1);Rt([Bi.executeWithLock({methodName:"meeting.self.enableVideo",lockName:"DyteSelf.toggleVideo",timeout:3e3}),S.trace("DyteSelf.enableVideo")],it.prototype,"enableVideo",1);Rt([S.trace("DyteSelf.updateVideoConstraints")],it.prototype,"updateVideoConstraints",1);Rt([S.trace("DyteSelf.enableScreenShare"),Bi.executeWithLock({methodName:"meeting.self.enableScreenShare",lockName:"DyteSelf.toggleScreenShare",timeout:3e3})],it.prototype,"enableScreenShare",1);Rt([S.trace("DyteSelf.updateScreenshareConstraints")],it.prototype,"updateScreenshareConstraints",1);Rt([Bi.executeWithLock({methodName:"meeting.self.disableAudio",lockName:"DyteSelf.toggleAudio",timeout:3e3}),S.trace("DyteSelf.disableAudio")],it.prototype,"disableAudio",1);Rt([Bi.executeWithLock({methodName:"meeting.self.disableVideo",lockName:"DyteSelf.toggleVideo",timeout:3e3}),S.trace("DyteSelf.disableVideo")],it.prototype,"disableVideo",1);Rt([Bi.executeWithLock({methodName:"meeting.self.disableScreenShare",lockName:"DyteSelf.toggleScreenShare",timeout:3e3}),S.trace("DyteSelf.disableScreenShare")],it.prototype,"disableScreenShare",1);Rt([S.trace("DyteSelf.setDevice")],it.prototype,"setDevice",1);it=Rt([mt("1100")],it);var bO=Object.defineProperty,_O=Object.getOwnPropertyDescriptor,wO=(t,e,r,i)=>{for(var n=i>1?void 0:i?_O(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&bO(e,r,n),n};let Kn;var fc,tg;const Fv=(tg=class{constructor(t,e){m(this,"socket"),f(this,fc,void 0),v(this,fc,e),this.socket=t,this.handleSocketEvents()}static create(t,e){return Kn||(Kn=new Fv(t,e)),Kn}static cleanup(){var t;try{(t=Kn==null?void 0:Kn.socket)==null||t.disconnect()}catch{l.error("roomSocketHandler::cleanup")}Kn=void 0}joinRoom(t){return u(this,null,function*(){var e;this.socket.joinAttempted=!0;const r={capabilities:[],peer:{displayName:(e=t.name)!=null?e:"Participant",customParticipantId:t.customParticipantId,peerId:t.id,userId:t.userId,displayPictureUrl:t.picture,waitlisted:!1},roomUuid:""},i=this.socket.sendMessagePromise(W.joinRoom,FC.toBinary(r));try{const{peer:n}=rs.fromBinary((yield i).payload);a(this,fc).getValue("connectionHandler").socketJoined=!0,R.emit(M.SOCKET_SERVICE_ROOM_JOINED,{peer:n});const s=this.getRoomState(),o=this.getRoomPeersNonPaginated(),[{room:c},{peers:d}]=yield Promise.all([s,o]);return R.emit(M.ROOM_STATE,c),R.emit(M.SOCKET_PEERS,d),{peer:n}}catch(n){throw l.error("RoomSocketHandler.joinRoom.failed",{error:n}),new w("Error: RoomSocketHandler.joinRoom failed.","0002",n)}})}getAllAddedParticipants(){return u(this,null,function*(){try{return bP.fromBinary((yield this.socket.sendMessagePromise(W.getAllAddedParticipants)).payload).participants.map(t=>{var e=t,{id:r}=e,i=$d(e,["id"]);return $(V({},i),{userId:r})})}catch{return[]}})}getRoomPeers(t,e,r){return u(this,null,function*(){let i;try{const n={seachQuery:t,limit:e,offset:r},s=yield this.socket.sendMessagePromise(W.getRoomPeersInfo,RC.toBinary(n));i=_l.fromBinary(s.payload)}catch(n){l.error("getRoomPeers::binary_decode_error",{error:n})}return i})}getRoomPeersNonPaginated(){return u(this,null,function*(){let t;try{const e=yield this.socket.sendMessagePromise(W.getRoomPeersInfo);t=_l.fromBinary(e.payload)}catch(e){l.error("getRoomJoinedPeers::binary_decode_error",{error:e})}return t})}getStagePeers(){return u(this,null,function*(){let t;try{const e=yield this.socket.sendMessagePromise(W.getRoomPeersInfo);t=_l.fromBinary(e.payload)}catch(e){l.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(W.getPeerInfo,uv.toBinary({peerId:t}));e=rs.fromBinary(r.payload)}catch(r){l.error("getPeerInfo::binary_decode_error",{error:r})}return e})}getRoomState(){return u(this,null,function*(){let t=fm.create();try{const e=yield this.socket.sendMessagePromise(W.getRoomInfo);t=fm.fromBinary(e.payload)}catch(e){l.error("getRoomState::binary_decode_error",{error:e})}return t})}getRoomStageState(){return u(this,null,function*(){let t=Em.create();try{const e=yield this.socket.sendMessagePromise(W.getRoomStageState);t=Em.fromBinary(e.payload)}catch(e){l.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(W.broadcastMessage,ra.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(W.broadcastToEntity,ra.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(W.broadcastToEntity,ra.toBinary(i))})}leaveRoom(){return u(this,null,function*(){this.socket.joinAttempted=!1,this.socket.sendMessagePromise(W.leaveRoom,WC.toBinary({}))})}kick(t){return u(this,null,function*(){const e={peerIds:[t]};this.socket.sendMessage(W.kick,pv.toBinary(e))})}kickAll(t=!1){return u(this,null,function*(){const e={propagateKickAcrossRooms:t};this.socket.sendMessage(W.kickAll,cv.toBinary(e))})}getWaitingRoomRequests(){this.socket.sendMessage(W.getWaitingRoomRequests)}acceptWaitingRoomRequest(t){const e={userIds:t};this.socket.sendMessage(W.acceptWaitingRoomRequests,RP.toBinary(e))}rejectWaitingRoomRequest(t){const e={userIds:t};this.socket.sendMessage(W.denyWaitingRoomRequests,AP.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(Oc.updateUserPreset,aR.toBinary(r))})}handleSocketEvents(){this.socket.on(W.broadcastMessage,({payload:t})=>{try{const e=ra.fromBinary(t);R.emit(M.ROOM_MESSAGE,{payload:JSON.parse(new TextDecoder().decode(e.payload)),type:e.type,timestamp:e.timestamp})}catch(e){l.error("failed to decode broadcast message:",e)}}),this.socket.on(W.broadcastToEntity,({payload:t})=>{try{const e=ra.fromBinary(t);R.emit(M.MESSAGE,{payload:JSON.parse(new TextDecoder().decode(e.payload)),type:e.type,timestamp:e.timestamp})}catch(e){l.error("failed to decode peer broadcast message:",e)}})}on(t,e){let r,i;switch(t){case W.joinRoom:case W.leaveRoom:case W.kick:case W.kickAll:{r=rs.fromBinary.bind(rs),i=rs.create();break}case W.getWaitingRoomRequests:{r=(n,s)=>n?Sm.fromBinary(n,s):{requests:[]},i=Sm.create();break}case W.recordingPaused:case W.recordingStarted:case W.recordingStopped:{r=Rm.fromBinary.bind(Rm);break}case Oc.updateUserPreset:{r=Tm.fromBinary.bind(Tm);break}case yr.peerJoinedBroadcast:case rr.peerJoinedBroadcast:{r=lm.fromBinary.bind(lm);break}case yr.selfJoinComplete:case rr.selfJoinComplete:{r=_u.fromBinary.bind(_u);break}case yr.globalPeerPinBroadcast:case rr.globalPeerPinBroadcast:{r=pm.fromBinary.bind(pm);break}case yr.selectedPeer:case rr.selectedPeer:{r=bu.fromBinary.bind(bu);break}case yr.selectedPeerDiff:case rr.selectedPeerDiff:{r=dm.fromBinary.bind(dm);break}case yr.leaveRoom:case rr.leaveRoom:{r=wu.fromBinary.bind(wu);break}}this.socket.on(t,({payload:n})=>{let s=i;if(!r)return e(void 0);try{s=r(n)}catch(o){l.error("roomSocketHandler::on::binary_decode_error",{error:o})}return e(s)})}getUserPermissions(t){return u(this,null,function*(){const e={userIds:[t]};try{const r=yield this.socket.sendMessagePromise(Oc.getUserPresets,ZP.toBinary(e)),i=iR.fromBinary(r.payload).peerPresets[0],n=new TextDecoder().decode(i.preset),s=JSON.parse(n).permissions;return{chat:s.chat,polls:s.polls,plugins:s.plugins}}catch(r){throw l.error("Error in getting user preset",{error:r}),r}})}},fc=new WeakMap,tg);let Md=Fv;wO([S.trace("RoomSocketHandler.joinRoom")],Md.prototype,"joinRoom",1);class ep extends Error{constructor(e){super(e!=null?e:"AwaitQueue stopped"),this.name="AwaitQueueStoppedError",typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(this,ep)}}class tp extends Error{constructor(e){super(e!=null?e:"AwaitQueue task removed"),this.name="AwaitQueueRemovedTaskError",typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(this,tp)}}var Gc;class Gu{constructor(e=!1){m(this,"pendingTasks",new Map),m(this,"nextTaskId",0),m(this,"stopping",!1),f(this,Gc,void 0),this.log=e,v(this,Gc,{info:e?l.info:()=>{}})}get size(){return this.pendingTasks.size}push(e,r,i){return u(this,null,function*(){if(r=r!=null?r:e.name,typeof e!="function")throw new TypeError("given task is not a function");if(r)try{Object.defineProperty(e,"name",{value:r})}catch{}return new Promise((n,s)=>{const o={id:this.nextTaskId++,task:e,metadata:i,name:r,enqueuedAt:Date.now(),executedAt:void 0,completed:!1,resolve:c=>{if(o.completed)return;o.completed=!0,this.pendingTasks.delete(o.id),n(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),s(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 e of this.pendingTasks.values())e.reject(new ep);this.stopping=!1}remove(e){const r=Array.from(this.pendingTasks.values())[e];r&&r.reject(new tp)}get(e){return Array.from(this.pendingTasks.values())[e]}dump(){const e=Date.now();let r=0;return Array.from(this.pendingTasks.values()).map(i=>({idx:r++,task:i.task,name:i.name,enqueuedTime:i.executedAt?i.executedAt-i.enqueuedAt:e-i.enqueuedAt,executionTime:i.executedAt?e-i.executedAt:0}))}execute(e){return u(this,null,function*(){if(e.executedAt)throw new Error("task already being executed");e.executedAt=Date.now();try{const r=this.pendingTasks.size,i=yield e.task(),n=Date.now();a(this,Gc).info(`AwaitQueue.push(${e.name})_timings`,{awaitQueueTask:{id:e.id,metadata:e.metadata,queueSizeAtStart:r,execTime:(n-e.executedAt)/1e3,taskStartTime:(e.executedAt-e.enqueuedAt)/1e3}}),e.resolve(i)}catch(r){e.reject(r)}})}}Gc=new WeakMap;function IO(t,e){const r=new Error(e);return r.name=t,r}class Oo extends w{constructor(e){super(e),this.name="UnsupportedError",Error.hasOwnProperty("captureStackTrace")?Error.captureStackTrace(this,Oo):this.stack=new Error(e).stack}}class xt extends w{constructor(e){super(e),this.name="InvalidStateError",Error.hasOwnProperty("captureStackTrace")?Error.captureStackTrace(this,xt):this.stack=new Error(e).stack}}class vn extends w{constructor(e){super(e),this.name="TransportConnectionError",Error.hasOwnProperty("captureStackTrace")?Error.captureStackTrace(this,xt):this.stack=new Error(e).stack}}const rg=t=>new Promise(e=>setTimeout(e,t));function Bv(t,e){return u(this,null,function*(){return new Promise((r,i)=>u(this,null,function*(){const{strategy:n,maxRetryCount:s,delayTime:o}=V({strategy:"linear",maxRetryCount:3,delayTime:10},e);let c=0,d,h=!1;const p=g=>{h=!0,i(g)};for(;c<s;){try{const g=yield t(c,p);return r(g)}catch(g){if(d=g,h)break;if(c<s)n==="linear"?yield rg(o*(c+1)):n==="exponential"&&(yield rg(o*(c+Math.max(0,c-1))));else break}c+=1}return i(d)}))})}function CO(t){return t.map(e=>({channels:e.channels,clockRate:e.clockRate,mimeType:e.mimeType,sdpFmtpLine:e.sdpFmtpLine}))}function PO(t){return t.map(e=>({uri:e.uri}))}function vc(t){return{codecs:CO(t.codecs),headerExtensions:PO(t.headerExtensions?t.headerExtensions:[])}}function RO(t){const e=RTCRtpReceiver.getCapabilities("audio"),r=RTCRtpReceiver.getCapabilities("video"),i=RTCRtpSender.getCapabilities("audio"),n=RTCRtpSender.getCapabilities("video");t&&(r.codecs=r.codecs.filter(({mimeType:o})=>t===o),n.codecs=n.codecs.filter(({mimeType:o})=>t===o));const s={audio:vc(e),video:vc(r)};return{sender:{audio:vc(i),video:vc(n)},receiver:s}}var dt;class MO{constructor(e,r){f(this,dt,void 0),m(this,"events"),m(this,"sfuType"),v(this,dt,e),this.sfuType=r,this.events=r===Ke.CF?yr:rr}joinRoom(e,r,i,n=!1,s=null){return u(this,null,function*(){const o={roomUuid:e,displayName:r,prejoined:n,capabilities:i};return s&&(o.location=s),(yield a(this,dt).sendMessagePromiseWithTimeout({event:this.events.joinRoom,protobuf:H0.toBinary(o),timeout:5e3})).payload})}connectTransport(e){return u(this,null,function*(){const r=(yield a(this,dt).sendMessagePromise(this.events.createWebRTCTransport,y0.toBinary(e))).payload,{transportId:i,description:n,producerIds:s}=sv.fromBinary(r),o={sdp:n==null?void 0:n.sdp,type:n.type};return{transportId:i,answer:o,producerIds:s}})}produce(e){return u(this,null,function*(){var r,i;const n=(yield a(this,dt).sendMessagePromise(this.events.produce,eI.toBinary(e))).payload,s=VI.fromBinary(n);return{answer:{sdp:(r=s==null?void 0:s.description)==null?void 0:r.sdp,type:(i=s==null?void 0:s.description)==null?void 0:i.type},producerId:s.producerId}})}consume(e){return u(this,null,function*(){if(this.sfuType===Ke.HIVE)throw new Error("Hive does not support socket consumer operations");const r=(yield a(this,dt).sendMessagePromise(this.events.consume,X0.toBinary(e))).payload,{consumerIdsMap:{map:i},description:n}=NI.fromBinary(r);return{consumerStateMap:i,sessionDescription:n}})}closeProducer(e){return u(this,null,function*(){const r=(yield a(this,dt).sendMessagePromise(this.events.closeProducer,oI.toBinary(e))).payload,{description:i}=HI.fromBinary(r);return i})}closeConsumer(e){return u(this,null,function*(){if(this.sfuType===Ke.HIVE)throw new Error("Hive does not support socket consumer operations");return(yield a(this,dt).sendMessagePromise(this.events.closeConsumer,dI.toBinary(e))).payload})}hostControlForPeer(e,r){return u(this,null,function*(){const i={audio:r==="audio",screeShare:!1,video:r==="video",participantId:e},n=(yield a(this,dt).sendMessagePromise(this.events.hostControlPeer,gI.toBinary(i))).payload;if(!n)return!1;const{status:s}=YI.fromBinary(n);return s==="success"})}hostControlForAll(e){return u(this,null,function*(){const r={audio:e==="audio",screenShare:!1,video:e==="video"},i=(yield a(this,dt).sendMessagePromise(this.events.hostControlAllPeers,vI.toBinary(r))).payload;if(!i)return!1;const{status:n}=XI.fromBinary(i);return n==="success"})}kickAll(){return u(this,null,function*(){const e={propagateKickAcrossRooms:!1};a(this,dt).sendMessagePromise(W.kickAll,cv.toBinary(e))})}kickPeer(e){return u(this,null,function*(){a(this,dt).sendMessagePromise(W.kick,pv.toBinary(e))})}changeDisplayName(e){return u(this,null,function*(){const r=(yield a(this,dt).sendMessagePromise(this.events.changeDisplayName,pI.toBinary(e))).payload;if(!r)return!1;const{status:i}=eC.fromBinary(r);return i==="success"})}notifySelfJoinComplete(){return u(this,null,function*(){const e={},r=(yield a(this,dt).sendMessagePromise(this.events.selfJoinComplete,q0.toBinary(e))).payload;return _u.fromBinary(r)})}audioActivity(e){return u(this,null,function*(){a(this,dt).sendMessage(this.events.audioActivity,E0.toBinary(e))})}}dt=new WeakMap;class al extends pt.EventEmitter{constructor(){super(),this.setMaxListeners(1/0)}safeEmit(e,...r){const i=this.listenerCount(e);try{return this.emit(e,...r)}catch(n){return l.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,s)=>{setTimeout(s,r,"event request timeout");try{this.emit(e.toString(),...i,n,s)}catch(o){l.error(`EnhancedEventEmitter:: safeEmitAsPromise() | event listener for event ${e.toString()} threw an error [event:%s]:%o`,{error:o}),s(o)}})})}}class rp extends al{constructor(){super(...arguments),m(this,"_sendWebStream",new MediaStream),m(this,"_sendScreenShareStream",new MediaStream),m(this,"_direction"),m(this,"pc"),m(this,"_transportReady",!1),m(this,"_mapMidTransceiver",new Map),m(this,"enableHighBitrate",!1),m(this,"enableStereo",!1),m(this,"enableDtx",!0)}get midTransceiverMap(){return this._mapMidTransceiver}close(){if(l.debug(`${this.name}::close()`),this.pc)try{this.pc.close()}catch(e){l.error(`${this.name}::pc.close()`,{error:e})}}restartIce(){return u(this,null,function*(){l.debug(`${this.name}::restartIce()`);const e=yield this.pc.createOffer({iceRestart:!0});return l.debug(`${this.name}::restartIce() | calling pc.setLocalDescription() [offer:${JSON.stringify(e)}]`),{offerSdp:e,callback:r=>u(this,null,function*(){l.info(`${this.name}::restartIce() | calling pc.setRemoteDescription() [answer:${JSON.stringify(r)}]`),yield this.pc.setRemoteDescription(r)})}})}init({direction:e,iceServers:r,iceTransportPolicy:i,additionalSettings:n,proprietaryConstraints:s,onTrackHandler:o}){l.debug("HandlerInterface::init()"),this._direction=e,this.pc=new RTCPeerConnection(V({iceServers:r||[],iceTransportPolicy:i||"all",bundlePolicy:"max-bundle",rtcpMuxPolicy:"require"},n),s),o&&this.pc.addEventListener("track",c=>{o(c)}),this._addEventListeners()}connect(){return u(this,null,function*(){const e=this.pc.createDataChannel("dyte"),r=yield this.pc.createOffer();return yield this.pc.setLocalDescription(r),l.info(`connect offer: ${JSON.stringify(r)}`),{offerSdp:r,callback:i=>u(this,null,function*(){l.debug(`${this.name}::connect() | calling pc.setRemoteDescription() [answer:${JSON.stringify(i)}]`),yield this.pc.setRemoteDescription(i),e.close()})}})}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(),l.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 l.debug(`stopSending() | calling pc.setLocalDescription() [offer:${JSON.stringify(i)}]`),yield this.pc.setLocalDescription(i),{offerSdp:i,callback:n=>u(this,null,function*(){l.debug(`stopSending() | calling pc.setRemoteDescription() [answer:${JSON.stringify(n)}]`),yield this.pc.setRemoteDescription(n),this.midTransceiverMap.delete(e)})}})}replaceTrack(e,r){return u(this,null,function*(){this._assertSendDirection(),r?l.debug(`replaceTrack() [localId:${e}, track.id:${r.id}]`):l.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(),l.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((s,o)=>{o<=r?s.active=!0:s.active=!1}),yield i.sender.setParameters(n)})}setRtpEncodingParameters(e,r){return u(this,null,function*(){this._assertSendDirection(),l.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((s,o)=>{n.encodings[o]=V(V({},s),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:l.warn("unknown state");break}}),this.pc.addEventListener("negotiationneeded",()=>{this.emit("@negotiationneeded",{}),l.debug("negotiationneeded")}),this.pc.addEventListener("icegatheringstatechange",()=>{switch(this.pc.iceGatheringState){case"gathering":l.debug("icegatheringstatechange | gathering"),this.emit("@icegatheringstatechange","gathering");break;case"complete":l.debug("icegatheringstatechange | complete"),this.emit("@icegatheringstatechange","complete");break;default:l.warn("unknown state");break}}),this.pc.addEventListener("icecandidateerror",e=>{l.warn("icecandidateerror",{error:{code:e.errorCode,message:e.errorText}})}),this.pc.addEventListener("datachannel",e=>{l.info("data channel created: ",{rtcChannel:{label:e.channel.label}});const{channel:r}=e;r.onopen=()=>{l.info("data channel open: ",{rtcChannel:{label:e.channel.label}}),this.safeEmit("dc_open",e.channel)},r.onclose=()=>{l.warn("data channel closed: ",{rtcChannel:{label:e.channel.label}})},r.onerror=()=>{l.error("data channel error: ",{rtcChannel:{label:e.channel.label}})}}),this.addCustomEventListeners()}addCustomEventListeners(){}}class ip extends rp{static createFactory(){return()=>new ip}get name(){return"Chrome74"}init({direction:e,iceServers:r,iceTransportPolicy:i,additionalSettings:n,proprietaryConstraints:s,onTrackHandler:o}){this._direction=e,this.pc=new RTCPeerConnection(V({iceServers:r||[],iceTransportPolicy:i||"all",bundlePolicy:"max-bundle",rtcpMuxPolicy:"require",sdpSemantics:"unified-plan"},n),s),o&&this.pc.addEventListener("track",c=>{o(c)}),this._addEventListeners()}send(e){return u(this,arguments,function*({track:r,encodings:i,codecOptions:n,screenShare:s}){this._assertSendDirection();const o=this.pc.addTransceiver(r,{direction:"sendonly",streams:[s?this._sendScreenShareStream:this._sendWebStream],sendEncodings:i});if(!navigator.isReactNative){l.debug("creating new transceiver");const h=RTCRtpSender.getCapabilities(typeof r=="string"?r:r.kind);l.info(`senders available params: ${JSON.stringify(h)}`);const p=[];n&&n.length&&n.forEach(g=>{var y;const T=h.codecs.find(b=>b.mimeType.includes(g.name));if(g.parameters){l.debug(`codecOption.parameters:${JSON.stringify(g.parameters)}`);const b=((y=T.sdpFmtpLine)==null?void 0:y.split(";"))||[];b.push(...g.parameters);const D=Array.from(new Set(b).values());T.sdpFmtpLine=D.join(";")}p.push(T)}),l.info(`selected codecs: ${JSON.stringify(p)}`),o.setCodecPreferences(p)}const c=yield this.pc.createOffer();if(yield this.pc.setLocalDescription(c),n&&n.findIndex(({name:h})=>h==="opus")>=0){const{enableDtx:h,enableStereo:p}=this,g=this.enableHighBitrate?p?128e3:64e3:p?64e3:32e3;c.sdp=c.sdp.replace("minptime=10;useinbandfec=1",`minptime=10;useinbandfec=1;${h?"usedtx=1;":""}${p?"stereo=1;sprop-stereo=1;":""}maxaveragebitrate=${g}`),c.sdp+=`a=rtcp-fb:111 nack\r
17
+ `).map(e=>Li.parseTranscript(e,!1)).filter(Boolean):[]}getActiveTranscript(){return u(this,null,function*(){try{const t=ut(),{transcript:e}=yield t.getActiveTranscript();this.transcripts=Li.parseTranscripts(e)}catch{}})}onTranscript(t){return u(this,null,function*(){var e;const r=this.transcripts.filter(({peerId:i})=>i===t.peerId);if((e=r==null?void 0:r.at(-1))!=null&&e.isPartialTranscript){const i=r.at(-1);i.transcript=t.transcript,i.isPartialTranscript=t.isPartialTranscript,this.emit("transcript",i);return}this.transcripts=[...this.transcripts,t],this.emit("transcript",t)})}};kv([S.trace("DyteAi.getActiveTranscript")],Li.prototype,"getActiveTranscript",1);Li=kv([mt("0000")],Li);var ZA=Object.defineProperty,eD=Object.getOwnPropertyDescriptor,tD=(t,e,r,i)=>{for(var n=i>1?void 0:i?eD(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&ZA(e,r,n),n},Hi,oa,Vl,Bm;const bv=(Bm=class{constructor(t,e,r,i,n,s){m(this,"meta"),m(this,"ai"),f(this,Hi,void 0),f(this,oa,void 0),m(this,"aiSocketHandler"),f(this,Vl,void 0),v(this,Vl,t),this.meta=new Nu(t,e,e.config.viewType,r,s),this.ai=i,v(this,Hi,e),v(this,oa,r),this.aiSocketHandler=n,e.config.viewType!==Ut.Chat&&this.setupEvents()}static init(t,e,r,i,n){return u(this,null,function*(){const s=yield Li.init(e.permissions.transcriptionEnabled);return new bv(t,e,r,s,i,n)})}conditionallySetActiveTab(t){var e;t!=null&&t.currentTab&&((e=this.meta.selfActiveTab)==null?void 0:e.id)!==t.currentTab.id&&(this.meta.setSelfActiveTab(t.currentTab,Tv.Meeting),this.meta.emit("activeTabUpdate",t.currentTab))}setupEvents(){R.on(M.TRANSPORT_STATE_UPDATE,t=>{this.meta.emit("mediaConnectionUpdate",t)}),R.on(M.SOCKET_STATE_UPDATE,t=>{this.meta.emit("socketConnectionUpdate",t)}),R.on(M.ROOM_STATE,({createdAt:t,roomUuid:e})=>{const r=this.meta.meetingStartedTimestamp;if(e&&(this.meta.sessionId=e),t&&!r){const i=new Date(t*1e3);this.meta.meetingStartedTimestamp=i,this.meta.emit("meetingStartTimeUpdate",{meetingStartedTimestamp:this.meta.meetingStartedTimestamp})}}),R.on(M.PRODUCER_SCORE_UPDATE,({score:t})=>{t<5&&this.meta.emit("poorConnection",{score:t})}),a(this,Hi).permissions.canSpotlight&&(l.info("DyteMetaController::Asserting Spotlight"),this.meta.selfActiveTab&&a(this,oa).broadcastMessage("spotlight",{userId:a(this,Hi).userId,currentTab:this.meta.selfActiveTab})),R.on(M.PEER_JOINED_INTERNAL,t=>u(this,null,function*(){a(this,Hi).permissions.canSpotlight&&this.meta.selfActiveTab&&a(this,oa).broadcastToPeers("spotlight",[t.id],{userId:a(this,Hi).userId,currentTab:this.meta.selfActiveTab})})),R.on(M.ROOM_MESSAGE,t=>{var e,r;let i;if("type"in t){if(t.type!=="spotlight")return;i=V(V({},t),t.payload)}else if("roomMessageType"in t){if(t.roomMessageType!=="spotlight")return;i=t}else return;l.info("Spotlight Assertion Received",{spotlight:{spotlighter:{id:i.userId},currentTab:{id:(e=i.currentTab)==null?void 0:e.id,type:(r=i.currentTab)==null?void 0:r.type}}}),this.conditionallySetActiveTab(i)}),R.on(M.MESSAGE,t=>{var e,r;let i;if("type"in t){if(t.type!=="spotlight")return;i=V(V({},t),t.payload)}else if("roomMessageType"in t){if(t.roomMessageType!=="spotlight")return;i=t}else return;l.info("Spotlight Assertion Received",{spotlight:{spotlighter:{id:i.userId},currentTab:{id:(e=i.currentTab)==null?void 0:e.id,type:(r=i.currentTab)==null?void 0:r.type}}}),this.conditionallySetActiveTab(i)}),this.aiSocketHandler.on(W.transcript,t=>{const{meetingId:e,transcript:r,isPartial:i}=t,n=Li.parseTranscript(r,i);if(!n){l.warn("Received empty transcript data");return}this.ai.onTranscript(n),this.meta.emit("transcript",n);const{peerId:s,name:o,transcript:c}=n;l.debug(`${e} Received transcript for peer ${s} - ${o}: ${c}`)})}},Hi=new WeakMap,oa=new WeakMap,Vl=new WeakMap,Bm);let _v=bv;tD([S.trace("MetaController.setupEvents")],_v.prototype,"setupEvents",1);var rD=Object.defineProperty,iD=Object.getOwnPropertyDescriptor,Dn=(t,e,r,i)=>{for(var n=i>1?void 0:i?iD(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&rD(e,r,n),n},pr,Ba,le,Lc,jr,Ar,Vc,Lu,Wa,xc;class Fi extends zt{constructor(e,r,i,n,s){super(),f(this,Vc),f(this,Wa),f(this,pr,void 0),f(this,Ba,void 0),f(this,le,void 0),f(this,Lc,void 0),f(this,jr,void 0),f(this,Ar,void 0),v(this,Ar,e),v(this,pr,n),v(this,Ba,s),v(this,le,r),v(this,Lc,i),v(this,jr,[]),this.setupEvents()}get status(){return a(this,Ar).getValue("stageStatus")}setupEvents(){const e={[M.GET_STAGE_REQUESTS]:n=>u(this,null,function*(){v(this,jr,n)}),[M.UPDATE_STAGE_REQUESTS]:n=>u(this,[n],function*({add:s}){const o=a(this,jr).length,{stageRequests:c}=this.getAccessRequests();(s||c.length>o)&&this.emit("newStageRequest",{count:c.length}),this.emit("stageAccessRequestUpdate",c)})},r=()=>{Object.entries(e).forEach(([n,s])=>{R.onAsync(n,s)})},i=()=>{Object.entries(e).forEach(([n,s])=>{R.removeListener(n,s)})};a(this,le).permissions.on("permissionsUpdate",n=>{const{canAcceptProductionRequests:s}=n;s!==void 0&&(a(this,le).permissions.acceptStageRequests?(r(),a(this,pr).getStageRequests()):(i(),v(this,jr,[]),this.emit("stageAccessRequestUpdate",a(this,jr))))}),a(this,le).permissions.acceptStageRequests&&r()}getAccessRequests(){if(!a(this,le).permissions.stageEnabled)throw l.error("DyteStage::stage_disabled"),new w("Stage is disabled","2003");if(!a(this,le).permissions.acceptStageRequests)throw l.error("DyteStage::get_access_request::permission_denied"),new w("You do not have permission to perform this action","2001");const e=a(this,Lc).joined.toArray().filter(r=>r.stageStatus==="REQUESTED_TO_JOIN_STAGE").map(r=>({displayName:r.name,userId:r.userId,peerId:r.id}));return v(this,jr,e),{stageRequests:a(this,jr)}}requestAccess(){return u(this,null,function*(){if(!a(this,le).permissions.stageEnabled)throw l.error("DyteStage::stage_disabled"),new w("Stage is disabled","2003");if(this.status!=="OFF_STAGE")throw new w(`Unable to request access you are currently ${this.status}`,"2006");if(a(this,le).permissions.stageAccess===q.Allowed){B(this,Wa,xc).call(this,"ACCEPTED_TO_JOIN_STAGE");return}a(this,pr).requestAccess(),B(this,Wa,xc).call(this,"REQUESTED_TO_JOIN_STAGE")})}cancelRequestAccess(){return u(this,null,function*(){if(!a(this,le).permissions.stageEnabled)throw l.error("DyteStage::stage_disabled"),new w("Stage is disabled","2003");a(this,pr).cancelRequestAccess(),B(this,Wa,xc).call(this,"OFF_STAGE")})}grantAccess(e){if(!a(this,le).roomJoined)throw new w("Can`t grant for participant without joining room");if(!a(this,le).permissions.stageEnabled)throw l.error("DyteStage::stage_disabled"),new w("Stage is disabled","2003");if(!a(this,le).permissions.acceptStageRequests)throw l.error("DyteStage::grant_access::permission_denied"),new w("You do not have permission to perform this action","2001");return a(this,pr).grantAccess(e)}denyAccess(e){if(!a(this,le).roomJoined)throw new w("Can`t rejectRequestToJoinStage for participant without joining room","2005");if(!a(this,le).permissions.stageEnabled)throw l.error("DyteStage::stage_disabled"),new w("Stage is disabled","2003");if(!a(this,le).permissions.acceptStageRequests)throw l.error("DyteStage::deny_access::permission_denied"),new w("You do not have permission to perform this action","2001");return a(this,pr).denyAccess(e)}join(){return u(this,null,function*(){const e=a(this,Ar).getValue("viewType");if(this.status==="ON_STAGE")throw new w("You are already on stage.","2006");if(this.status!=="ACCEPTED_TO_JOIN_STAGE"||a(this,le).permissions.stageAccess===q.NotAllowed)throw new w(`Unable to join stage you are currently ${this.status}`,"2006");if(yield a(this,pr).joinStage(),e===Ut.Livestream){yield a(this,Ba).joinRoom(a(this,le));const{peers:r}=yield a(this,Ba).getStagePeers();R.emit(M.SOCKET_PEERS,r)}a(this,Ar).setValue("stageStatus","ON_STAGE"),a(this,le).audioEnabled&&a(this,Vc,Lu).shareMic(a(this,le).audioTrack),a(this,le).videoEnabled&&a(this,Vc,Lu).shareWebcam(a(this,le).videoTrack)})}leave(){return u(this,null,function*(){if(!a(this,le).permissions.stageEnabled)throw l.error("DyteStage::stage_disabled"),new w("Stage is disabled","2003");if(!(this.status==="ON_STAGE"||this.status==="ACCEPTED_TO_JOIN_STAGE"))throw new w(`Unable to leave stage you are currently ${this.status}`,"2006");a(this,le).setIsPinned(!1),yield a(this,pr).leaveStage(a(this,le).userId),a(this,Ar).setValue("stageStatus","OFF_STAGE",!1),yield R.emitAsync(M.LEAVE_MEDIA_ROOM,"stageLeft"),a(this,Ar).notify("stageStatus")})}kick(e){return u(this,null,function*(){if(!a(this,le).roomJoined)throw new w("Can`t kick participant without joining room","2005");if(!a(this,le).permissions.stageEnabled)throw l.error("DyteStage::stage_disabled"),new w("Stage is disabled","2003");if(!a(this,le).permissions.acceptStageRequests)throw l.error("DyteStage::kick::permission_denied"),new w("You do not have permissions for kick","2001");return a(this,pr).kick(e)})}}pr=new WeakMap,Ba=new WeakMap,le=new WeakMap,Lc=new WeakMap,jr=new WeakMap,Ar=new WeakMap,Vc=new WeakSet,Lu=function(){return a(this,Ar).getValue("roomNodeClient")},Wa=new WeakSet,xc=function(t){return u(this,null,function*(){this.status!==t&&a(this,Ar).setValue("stageStatus",t)})};Dn([S.trace("DyteStage.getStageRequests")],Fi.prototype,"getAccessRequests",1);Dn([S.trace("DyteStage.requestAccess")],Fi.prototype,"requestAccess",1);Dn([S.trace("DyteStage.cancelRequestAccess")],Fi.prototype,"cancelRequestAccess",1);Dn([S.trace("DyteStage.grantAccess")],Fi.prototype,"grantAccess",1);Dn([S.trace("DyteStage.denyAccess")],Fi.prototype,"denyAccess",1);Dn([S.trace("DyteStage.joinStage")],Fi.prototype,"join",1);Dn([S.trace("DyteStage.leaveStage")],Fi.prototype,"leave",1);function nD(t){return!(t.viewType==="LIVESTREAM"||t.viewType==="CHAT")}function Kh(t){switch(t){case Yr.UNSPECIFIED:return"OFF_STAGE";case Yr.REQUESTED_STAGE:return"REQUESTED_TO_JOIN_STAGE";case Yr.APPROVED_STAGE:return"ACCEPTED_TO_JOIN_STAGE";case Yr.OFF_STAGE:return"OFF_STAGE";case Yr.ON_STAGE:return"ON_STAGE";default:return"OFF_STAGE"}}var sD=Object.defineProperty,aD=Object.getOwnPropertyDescriptor,oD=(t,e,r,i)=>{for(var n=i>1?void 0:i?aD(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&sD(e,r,n),n},Xi,ns,Zi,Uc,Ei;class wv{constructor(e,r,i,n,s){m(this,"stage"),f(this,Xi,void 0),f(this,ns,void 0),f(this,Zi,void 0),f(this,Uc,0),f(this,Ei,void 0),v(this,Ei,e),this.stage=new Fi(e,n,s,r,i),v(this,Zi,r),v(this,Xi,n),v(this,ns,s),this.setupEvents()}setupEvents(){a(this,Ei).subscribe("stageStatus",e=>{this.stage.emit("stageStatusUpdate",e)}),a(this,Zi).on(W.grantStageAccess,()=>{a(this,Xi).permissions.stageAccess!==q.Allowed&&(this.stage.emit("stageRequestApproved"),this.setStageStatus("ACCEPTED_TO_JOIN_STAGE"))}),a(this,Zi).on(W.peerStageStatusUpdate,e=>{e!==void 0&&(e.peerId===a(this,Xi).id?this.selfStageStatusHandler(e):this.peerStageStatusHandler(e))}),a(this,Zi).on(W.denyStageAccess,()=>{a(this,Xi).permissions.stageAccess!==q.Allowed&&(this.stage.emit("stageRequestRejected"),this.setStageStatus("OFF_STAGE"))}),a(this,Zi).on(W.getStageRequests,e=>u(this,null,function*(){var r;if(a(this,Xi).permissions.stageAccess!==q.Allowed)return;const i=(r=e==null?void 0:e.stageRequests)!=null?r:[];yield R.emitAsync(M.GET_STAGE_REQUESTS,i),a(this,Uc)<i.length&&i.length>0&&this.stage.emit("newStageRequest",{count:i.length}),v(this,Uc,i.length),this.stage.emit("stageAccessRequestUpdate",i)}))}getCurrentStageRequests(){return a(this,ns).joined.toArray().filter(e=>e.stageStatus==="REQUESTED_TO_JOIN_STAGE").map(e=>({displayName:e.name,userId:e.userId,peerId:e.id}))}setStageStatus(e){return u(this,null,function*(){this.stage.status!==e&&a(this,Ei).setValue("stageStatus",e)})}selfStageStatusHandler(e){const r=Kh(e.stageType),i=a(this,Ei).getValue("stageStatus");if(i!==r)switch(e.stageType){case 1:a(this,Ei).setValue("stageStatus","ACCEPTED_TO_JOIN_STAGE",!1),this.stage.join();break;case 2:case 3:this.setStageStatus(i);break;case 0:case 4:default:a(this,Ei).setValue("stageStatus","ACCEPTED_TO_JOIN_STAGE",!1),this.stage.leave();break}}peerStageStatusHandler(e){return u(this,null,function*(){const r=a(this,ns).joined.get(e.peerId),i=a(this,ns).viewMode==="ACTIVE_GRID";if(!r){l.warn("err::peerStageStatusUpdate: participant not found");return}switch(e.stageType){case 1:r.setStageStatus("ON_STAGE"),i&&R.emit(M.UPDATE_ACTIVE);break;case 2:r.setStageStatus("ACCEPTED_TO_JOIN_STAGE");break;case 3:r.setStageStatus("REQUESTED_TO_JOIN_STAGE");break;case 0:case 4:default:r.setStageStatus("OFF_STAGE"),i&&R.emit(M.UPDATE_ACTIVE);break}R.emit(M.UPDATE_PEER_STAGE_STATUS,{id:r.id,status:r.stageStatus})})}}Xi=new WeakMap,ns=new WeakMap,Zi=new WeakMap,Uc=new WeakMap,Ei=new WeakMap;oD([S.trace("DyteStage.setupEvents")],wv.prototype,"setupEvents",1);var cD=Object.defineProperty,dD=Object.getOwnPropertyDescriptor,rl=(t,e,r,i)=>{for(var n=i>1?void 0:i?dD(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&cD(e,r,n),n};const xe={getPeer:14,getPeers:15,chatMessage:16,getRoomName:17,getDisplayTitle:18,getPluginInitiator:19,customPluginEventToParent:20,peerJoined:22,peerLeft:23,sendData:24,stageStatusUpdate:25,peerStageStatusUpdate:26};var ft,Zt,ca,da,ai,la,Fn,ua,Wm;let Rs=(Wm=class extends Ds{constructor(t,{baseURL:e,createdAt:r,description:i,id:n,name:s,organizationId:o,picture:c,private:d,published:h,staggered:p,tags:g,type:y,updatedAt:T},b,D,P,x,H){super(),f(this,ft,void 0),m(this,"baseURL"),m(this,"createdAt"),m(this,"description"),m(this,"id"),m(this,"name"),f(this,Zt,void 0),f(this,ca,void 0),f(this,da,void 0),m(this,"organizationId"),m(this,"picture"),m(this,"private"),m(this,"published"),m(this,"staggered"),m(this,"tags"),m(this,"type"),m(this,"updatedAt"),f(this,ai,void 0),m(this,"config"),f(this,la,void 0),m(this,"active"),m(this,"iframes"),m(this,"enabledBy"),f(this,Fn,void 0),f(this,ua,void 0),v(this,Fn,t),this.baseURL=e,this.createdAt=new Date(r),this.description=i,this.id=n,this.name=s,v(this,Zt,D),this.organizationId=o,this.picture=c,this.private=d,this.published=h,this.staggered=p,this.tags=g,this.type=y,this.updatedAt=new Date(T),this.active=!1,this.iframes=new Map,v(this,ft,b),v(this,ca,P),v(this,da,x),this.enabledBy="",v(this,ua,H)}sendIframeEvent(t){this.iframes.size&&this.iframes.forEach(e=>{const{iframe:r}=e;r&&(navigator.isReactNative?r.postMessage(JSON.stringify(t)):r.contentWindow.postMessage(t,"*"))})}handleIframeMessage(t){return u(this,null,function*(){var e;if(!this.active)return;const r=t,{payload:i,uuid:n,type:s}=r;switch(s){case z.customPluginEventToRoom:{a(this,ft).customPluginEventToRoom(this.id,i,n);break}case z.customPluginEventToPeers:{a(this,ft).customPluginEventToPeers(this.id,i.peerIds,i,n);break}case z.enablePluginForRoom:{a(this,ft).enablePluginForRoom(this.id,n);break}case z.enablePluginForPeers:{a(this,ft).enablePluginForPeers(this.id,i.peerIds,n);break}case z.disablePluginForRoom:{a(this,ft).disablePluginForRoom(this.id,n);break}case z.disablePluginForPeers:{a(this,ft).disablePluginForPeers(this.id,i.peerIds,n);break}case z.storeInsertKeys:{a(this,ft).storeInsertKeys(this.id,i.store,i.insertKeys,n);break}case z.storeGetKeys:{a(this,ft).storeGetKeys(this.id,i.store,i.getKeys,n);break}case z.storeDeleteKeys:{a(this,ft).storeDeleteKeys(this.id,i.store,i.deleteKeys,n);break}case z.storeDelete:{a(this,ft).storeDelete(this.id,i.store,n);break}case xe.chatMessage:{const{messagePayload:o,peerIds:c}=i;if(!a(this,da)){this.sendIframeEvent({type:xe.chatMessage,uuid:r.uuid,payload:{error:"Chat is disabled for this room."}});return}try{yield a(this,da).sendMessage(o,c),this.sendIframeEvent({type:xe.chatMessage,uuid:r.uuid,payload:{success:!0}})}catch(d){this.sendIframeEvent({type:xe.chatMessage,uuid:r.uuid,payload:{error:d}})}break}case xe.getPeer:{let o;const{peerId:c}=i,d=$(V({},a(this,Zt)),{id:a(this,Zt).id,isRecorder:(e=a(this,Zt).permissions)==null?void 0:e.isRecorder,isHidden:a(this,Zt).permissions.hiddenParticipant,stageStatus:a(this,Zt).stageStatus});c?(o=a(this,ca).joined.get(i.peerId),a(this,Zt).id===c&&(o=d)):o=d,this.sendIframeEvent({type:xe.getPeer,payload:{peer:o&&Cd(o)},uuid:r.uuid});break}case xe.getPeers:{const o=a(this,ca).joined.toArray().map(c=>Cd(c));this.sendIframeEvent({type:xe.getPeers,payload:{peers:o},uuid:r.uuid});break}case xe.getPluginInitiator:{this.sendIframeEvent({type:xe.getPluginInitiator,payload:{enabledBy:this.enabledBy},uuid:r.uuid});break}case xe.getDisplayTitle:{this.sendIframeEvent({type:xe.getDisplayTitle,payload:{displayTitle:a(this,ua)},uuid:r.uuid});break}case xe.getRoomName:{this.sendIframeEvent({type:xe.getRoomName,payload:{roomName:a(this,Fn).getValue("meetingId")},uuid:r.uuid});break}case xe.customPluginEventToParent:{this.emit(r.payload.eventName,r.payload.data);break}}})}sendData(t){this.active&&(l.info("DytePlugin::SendData",{plugin:{id:this.id,name:this.name,data:{eventName:t.eventName}}}),this.sendIframeEvent({type:xe.sendData,uuid:"",payload:t}))}removePluginView(t="default"){var e;const{iframe:r,listener:i}=(e=this.iframes.get(t))!=null?e:{};(r||i)&&(navigator.isReactNative?r.props.onMessage=void 0:window.removeEventListener("message",i),this.iframes.delete(t))}addPluginView(t,e="default"){var r;if(!a(this,la))throw l.error("DytePlugin::addPluginView::no_auth_token_set_for_plugin"),new w("No auth token set for plugin.","0602");if(!t)throw l.error("DytePlugin::addPluginView::iframe_was_not_provided"),new w("Iframe was not provided.","0603");this.removePluginView(e);const i=t,n=new URL(this.baseURL),s={auth:a(this,la),parent:navigator.isReactNative?this.baseURL:window.location.origin,backend:a(this,Fn).getValue("apiBase"),pluginId:this.id,roomName:(r=a(this,Fn).getValue("meetingId"))!=null?r:"",displayTitle:a(this,ua)};if(Object.keys(s).forEach(o=>{n.searchParams.set(o,s[o])}),i.src=n.href,i.allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",i.title=e,navigator.isReactNative)i.props.onMessage=o=>{this.handleIframeMessage(JSON.parse(o.nativeEvent.data))},this.iframes.set(e,{iframe:i});else{const o=c=>u(this,null,function*(){c.source===t.contentWindow&&(yield this.handleIframeMessage(c.data))});window.addEventListener("message",o),this.iframes.set(e,{iframe:i,listener:o})}}setActive(t){var e,r;if(this.active=t,t){this.emit("stateUpdate",{active:this.active,pluginId:this.id,bind:this.addPluginView.bind(this),views:(e=this.config)==null?void 0:e.views});return}this.active=!1,this.emit("stateUpdate",{active:this.active,pluginId:this.id,views:(r=this.config)==null?void 0:r.views})}activateForSelf(){return u(this,null,function*(){const t=ut(),e=yield t.authorizePlugin(this.id);v(this,la,e),v(this,ai,new Date);try{const r=yield t.getPluginConfig(this.baseURL);this.config=r}catch(r){l.error("DytePlugin::activateForSelf",{error:r})}this.setActive(!0),this.emit("enabled")})}deactivateForSelf(){Array.from(this.iframes.keys()).forEach(t=>{this.removePluginView(t)}),v(this,ai,void 0),this.iframes.clear(),this.setActive(!1),this.emit("closed")}enable(){return u(this,null,function*(){return this.activateForSelf()})}disable(){return this.deactivateForSelf()}activate(){return u(this,null,function*(){var t,e;this.active||(e=(t=a(this,Zt).permissions)==null?void 0:t.plugins)!=null&&e.canStart&&(a(this,ft).addPlugin(this.id,this.staggered),v(this,ai,new Date),l.info("plugin::activated",{plugin:{id:this.id,enabledBy:this.enabledBy,name:this.name}}))})}deactivate(){return u(this,null,function*(){var t,e;this.active&&(!((e=(t=a(this,Zt).permissions)==null?void 0:t.plugins)!=null&&e.canClose)&&this.enabledBy!==a(this,Zt).id||(a(this,ft).removePlugin(this.id),l.info("plugin::deactivated",{plugin:{id:this.id,name:this.name,duration:a(this,ai)?new Date().getTime()-a(this,ai).getTime():0}}),v(this,ai,void 0)))})}},ft=new WeakMap,Zt=new WeakMap,ca=new WeakMap,da=new WeakMap,ai=new WeakMap,la=new WeakMap,Fn=new WeakMap,ua=new WeakMap,Wm);rl([Ft({maxInvocations:5,period:1})],Rs.prototype,"sendData",1);rl([S.trace("DytePlugin.activatePlugin")],Rs.prototype,"activate",1);rl([S.trace("DytePlugin.deactivatePlugin")],Rs.prototype,"deactivate",1);Rs=rl([mt("0600")],Rs);var Je,ss;class Iv extends Map{constructor(e){const{onAddEvent:r,onDeleteEvent:i,onClearEvent:n}=e;super(),f(this,Je,void 0),f(this,ss,void 0),m(this,"onAddEvent"),m(this,"onDeleteEvent"),m(this,"onClearEvent"),v(this,Je,new Ds),this.onAddEvent=r,this.onDeleteEvent=i,this.onClearEvent=n,v(this,ss,new Map)}emit(e,...r){return a(this,Je).emit(e,...r)}on(e,r){return a(this,Je).on(e,r)}addListener(e,r){return a(this,Je).addListener(e,r)}off(e,r){return a(this,Je).off(e,r)}once(e,r){return a(this,Je).once(e,r)}prependListener(e,r){return a(this,Je).prependListener(e,r)}prependOnceListener(e,r){return a(this,Je).prependOnceListener(e,r)}removeListener(e,r){return a(this,Je).removeListener(e,r)}removeAllListeners(e){return a(this,Je).removeAllListeners(e)}listeners(e){return a(this,Je).listeners(e)}listenerCount(e){return a(this,Je).listenerCount(e)}getMaxListeners(){return a(this,Je).getMaxListeners()}setMaxListeners(e){return a(this,Je).setMaxListeners(e)}eventNames(){return a(this,Je).eventNames()}add(e,r=!0){return this.set(e.id,e,r)}set(e,r,i=!0){const n=super.set(e,r),s=(o,...c)=>{this.emit(o,r,...c)};return a(this,ss).set(e,s),r.on("*",s),i&&a(this,Je).emit(this.onAddEvent,r),n}delete(e,r=!0,i=!1){const n=this.get(e);if(!n)return!1;n.removeListener("*",a(this,ss).get(e));const s=super.delete(e);return i&&n.removeAllListeners(),r&&a(this,Je).emit(this.onDeleteEvent,n),s}clear(e=!0,r=!1){this.forEach(n=>{n.removeListener("*",a(this,ss).get(n.id)),r&&n.removeAllListeners()});const i=super.clear();return e&&a(this,Je).emit(this.onClearEvent),i}toArray(){return Array.from(this.values())}}Je=new WeakMap,ss=new WeakMap;class jm extends Iv{constructor(){super({onAddEvent:"pluginAdded",onDeleteEvent:"pluginDeleted"})}add(e,r=!0){return super.add(e,r)}delete(e,r=!0,i=!1){return super.delete(e,r,i)}}var lD=Object.defineProperty,uD=Object.getOwnPropertyDescriptor,hD=(t,e,r,i)=>{for(var n=i>1?void 0:i?uD(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&lD(e,r,n),n};let Vu=class{constructor(){m(this,"all"),m(this,"active"),this.all=new jm,this.active=new jm}};Vu=hD([mt("0600")],Vu);var pD=Object.defineProperty,mD=Object.getOwnPropertyDescriptor,il=(t,e,r,i)=>{for(var n=i>1?void 0:i?mD(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&pD(e,r,n),n},sr,ha,cc,Hm;const Cv=(Hm=class{constructor(t,e,r,i){m(this,"plugins"),f(this,sr,void 0),f(this,ha,void 0),f(this,cc,void 0),v(this,sr,e),v(this,ha,r),v(this,cc,t),this.plugins=i,this.setupEvents()}static init(t,e,r,i,n,s,o,c){return u(this,null,function*(){const d=new Vu;return e.forEach(h=>{const p=new Rs(t,h,r,s,o,n,c);d.all.add(p)}),new Cv(t,r,i,d)})}getRoomPlugins(){return u(this,null,function*(){var t;const{plugins:e}=yield a(this,sr).getActivePlugins();(t=this.plugins.active)==null||t.toArray().forEach(r=>{this.disablePlugin({id:r.id})}),yield Promise.all(e.map(r=>this.enablePlugin({id:r.pluginId,enabledBy:r.enabledBy})))})}enablePlugin(t){return u(this,arguments,function*({id:e,enabledBy:r}){const i=this.plugins.all.get(e);i&&(yield i.activateForSelf(),i.enabledBy=r)})}disablePlugin(t){return u(this,arguments,function*({id:e}){const r=this.plugins.all.get(e);r&&r.deactivateForSelf()})}sendIframeEvent(t,e,r,i){const n=this.plugins.all.get(e);n&&n.sendIframeEvent({type:t,uuid:r,payload:i})}broadcastIframeEvent(t,e){this.plugins.active.forEach(r=>{this.sendIframeEvent(t,r.id,"",e)})}setupEvents(){this.plugins.all.on("stateUpdate",({active:t,id:e})=>{if(t){this.plugins.active.add(this.plugins.all.get(e));return}this.plugins.active.delete(e)}),R.onAsync(M.SOCKET_SERVICE_ROOM_JOINED,()=>u(this,null,function*(){yield this.getRoomPlugins(),l.debug("[SOCKET_SERVICE_ROOM_JOINED] resolved request to fetch plugins.")})),a(this,sr).on(z.addPlugin,t=>u(this,null,function*(){var e;const r=t.pluginId;(e=this.plugins.all.get(r))!=null&&e.active||(yield this.enablePlugin({id:r,enabledBy:t.enabledBy}))})),a(this,sr).on(z.removePlugin,t=>u(this,null,function*(){var e;const r=t.pluginId;(e=this.plugins.all.get(r))!=null&&e.active&&(yield this.disablePlugin({id:r}))})),[z.enablePluginForPeers,z.enablePluginForRoom].forEach(t=>{a(this,sr).on(t,(e,r)=>u(this,null,function*(){this.sendIframeEvent(t,e.pluginId,r,{enabledBy:e.enabledBy})}))}),[z.disablePluginForPeers,z.disablePluginForRoom].forEach(t=>{a(this,sr).on(t,(e,r)=>u(this,null,function*(){this.sendIframeEvent(t,e.pluginId,r,{disabledBy:e.disabledBy})}))}),[z.customPluginEventToPeers,z.customPluginEventToRoom].forEach(t=>{a(this,sr).on(t,(e,r)=>u(this,null,function*(){this.sendIframeEvent(t,e.pluginId,r,{data:JSON.parse(new TextDecoder().decode(e.pluginData))})}))}),[z.storeInsertKeys,z.storeGetKeys,z.storeDeleteKeys].forEach(t=>{a(this,sr).on(t,(e,r)=>u(this,null,function*(){var i;const n=(i=e.storeItems)==null?void 0:i.map(s=>{var o;return{timestamp:s.timestamp,peerId:s.peerId,payload:JSON.parse((o=s.payload)!=null&&o.length?new TextDecoder().decode(s.payload):"{}"),key:s.storeKey}});this.sendIframeEvent(t,e.pluginId,r,{storeName:e.storeName,storeItems:n})}))}),a(this,sr).on(z.storeDelete,(t,e)=>u(this,null,function*(){this.sendIframeEvent(z.storeDelete,t.pluginId,e,{storeName:t.storeName})})),a(this,ha).on(Oe.sendMessageToPeers,t=>{const e=Zr==null?void 0:Zr.formatSocketServiceMessage(t.message);this.broadcastIframeEvent(xe.chatMessage,{message:e})}),a(this,ha).on(Oe.sendMessageToRoom,t=>{const e=Zr==null?void 0:Zr.formatSocketServiceMessage(t.message);this.broadcastIframeEvent(xe.chatMessage,{message:e})}),R.on(M.PEER_JOINED_INTERNAL,t=>{const e=Cd(t);this.broadcastIframeEvent(xe.peerJoined,e)}),R.on(M.PEER_CLOSED,t=>{this.broadcastIframeEvent(xe.peerLeft,t)}),R.on(M.UPDATE_PEER_STAGE_STATUS,t=>{this.broadcastIframeEvent(xe.peerStageStatusUpdate,t)}),a(this,cc).subscribe("stageStatus",t=>{this.broadcastIframeEvent(xe.stageStatusUpdate,t)})}},sr=new WeakMap,ha=new WeakMap,cc=new WeakMap,Hm);let Fo=Cv;il([S.trace("PluginController.getRoomPlugins")],Fo.prototype,"getRoomPlugins",1);il([S.trace("PluginController.enableForSelf")],Fo.prototype,"enablePlugin",1);il([S.trace("PluginController.disableForSelf")],Fo.prototype,"disablePlugin",1);il([S.trace("PluginController.setupEvents")],Fo.prototype,"setupEvents",1);class gD{constructor(){m(this,"mediaJoined"),m(this,"socketJoined"),m(this,"socketJoinAttempted"),m(this,"mediaJoinAttempted"),m(this,"socketState"),m(this,"mediaState"),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}}get joinAttempted(){return this.mediaJoinAttempted||this.socketJoinAttempted}get roomJoined(){return this.mediaJoined&&this.socketJoined}updateSocketConnectionState(e,r){let i;const{reconnected:n}=this.socketState;switch(e){case"connected":i={state:"connected",reconnected:n,reconnectionAttempt:void 0};break;case"disconnected":i={state:"disconnected",reconnected:!1,reconnectionAttempt:0},this.socketJoined=!1;break;case"reconnected":i={state:"connected",reconnected:!0,reconnectionAttempt:void 0};break;case"reconnecting":i={state:"reconnecting",reconnected:n,reconnectionAttempt:0};break;case"reconnectAttempt":i={state:"reconnecting",reconnected:n,reconnectionAttempt:r};break;case"failed":i={state:"failed",reconnected:n,reconnectionAttempt:void 0},this.socketJoined=!1;break}i&&(R.emit(M.SOCKET_STATE_UPDATE,i),this.socketState=i)}}var fD=Object.defineProperty,vD=Object.getOwnPropertyDescriptor,Bo=(t,e,r,i)=>{for(var n=i>1?void 0:i?vD(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&fD(e,r,n),n},pa,dc,ma,lc,Gm;let wn=(Gm=class extends zt{constructor(t,e){super(),f(this,ma),f(this,pa,void 0),f(this,dc,void 0),m(this,"recordingPeerIds",[]),m(this,"recordings",[]),v(this,dc,t),v(this,pa,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"}updateRecordings(t){this.recordings=t,this.emit("recordingUpdate",this.recordingState)}start(t){return u(this,null,function*(){if(!a(this,pa).permissions.canRecord)throw l.error("DyteRecording::start::permission_denied"),new w("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 l.error("DyteRecording::start::recording_in_progress",{recording:{state:this.recordingState}}),new w(`Cant start recording, recordingState irregular: ${this.recordingState}`,"1005");try{const e=ut(),{recording:r={}}=a(this,dc).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 l.error("DyteRecording::stop::recording_failed_to_start",{error:e}),new w("Error while starting recording","1000")}})}stop(t){return u(this,null,function*(){yield B(this,ma,lc).call(this,"stop",["RECORDING","PAUSED"],t)})}pause(t){return u(this,null,function*(){yield B(this,ma,lc).call(this,"pause",["RECORDING"],t)})}resume(t){return u(this,null,function*(){yield B(this,ma,lc).call(this,"resume",["PAUSED"],t)})}},pa=new WeakMap,dc=new WeakMap,ma=new WeakSet,lc=function(t,e,r){return u(this,null,function*(){if(!a(this,pa).permissions.canRecord)throw l.error("DyteRecording::stop::permission_denied"),new w("User does not have permission to stop recording","1001");let i=[];if(r!==void 0){const n=this.recordings.find(s=>s.id===r);if(n===void 0)throw new w("Could not find the specified recording","1004");if(e.includes(n.state)){l.error("DyteRecording::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 s=n.state;t==="stop"&&(n.state="STOPPING",this.emit("recordingUpdate","STOPPING"));try{yield ut().updateRecording(n.id,t)}catch(o){throw l.error("DyteRecording::stop::recording_failed_to_stop",{error:o}),n.state!==s&&(n.state=s,this.emit("recordingUpdate",s)),new w("Error while stopping recording","1000")}}))})},Gm);Bo([S.trace("DyteRecording.start")],wn.prototype,"start",1);Bo([S.trace("DyteRecording.stop")],wn.prototype,"stop",1);Bo([S.trace("DyteRecording.stop")],wn.prototype,"pause",1);Bo([S.trace("DyteRecording.stop")],wn.prototype,"resume",1);wn=Bo([mt("1000")],wn);var yD=Object.defineProperty,SD=Object.getOwnPropertyDescriptor,ED=(t,e,r,i)=>{for(var n=i>1?void 0:i?SD(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&yD(e,r,n),n},xu;class Pv{constructor(e,r,i){m(this,"recording"),m(this,"room"),f(this,xu,void 0),v(this,xu,e),this.recording=new wn(e,r),this.room=i,this.setupEvents()}getRecordingTypeFromProtoType(e){let r;switch(e){case kn.BROWSER:r="BROWSER";break;case kn.COMPOSITE:r="COMPOSITE";break;case kn.TRACK:r="TRACK";break;default:r="BROWSER"}return r}setupEvents(){R.on(M.ROOM_STATE,e=>{e.activeRecordings.length!==0?this.recording.updateRecordings(e.activeRecordings.map(r=>{const i=this.getRecordingTypeFromProtoType(r.recordingType);return{id:r.recordingId,state:r.recordingStatus,type:i}})):this.recording.recordings.length&&this.recording.updateRecordings([])}),this.room.on(W.recordingStarted,e=>{let r=!1;const i=[...this.recording.recordings];if(i.forEach(n=>{n.id===e.recordingId&&(r=!0,n.state="RECORDING")}),r===!1){const n=this.getRecordingTypeFromProtoType(e.recordingType);i.push({id:e.recordingId,state:"RECORDING",type:n})}this.recording.updateRecordings(i)}),this.room.on(W.recordingPaused,e=>{const r=[...this.recording.recordings];r.forEach(i=>{i.id===e.recordingId&&(i.state="PAUSED")}),this.recording.updateRecordings(r)}),this.room.on(W.recordingStopped,e=>{const r=[...this.recording.recordings.filter(i=>i.id!==e.recordingId)];this.recording.updateRecordings(r)})}}xu=new WeakMap;ED([S.trace("RecordingController.setupEvents")],Pv.prototype,"setupEvents",1);class TD{static hasFeature(e){var r;return(r=Q.hasFeature(e))!=null?r:!1}static getFeatureValue(e){return Q.getValue(e)}static getAllFeatures(){return Q.getAllFlags()}}class zh{constructor(e,r,i){m(this,"logger"),m(this,"features"),m(this,"browserSpecs"),m(this,"callStats"),this.logger=e,this.features=r,this.browserSpecs=Re,this.callStats=i}static init(e){return new zh(l,TD,e)}}class Yh{constructor(e){m(this,"internals"),this.internals=e}static init(){return u(this,null,function*(){const e=zh.init(K);return new Yh(e)})}}var kD=Object.defineProperty,bD=Object.getOwnPropertyDescriptor,Qt=(t,e,r,i)=>{for(var n=i>1?void 0:i?bD(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&kD(e,r,n),n},Ze,Me,Ie,Hr,mr,Fc,Uu;class Bt extends Ds{constructor(e,r,i=Fu,n=!0){super(),f(this,Ze,void 0),f(this,Me,void 0),f(this,Ie,void 0),f(this,Hr,void 0),f(this,mr,void 0),f(this,Fc,void 0),f(this,Uu,void 0),m(this,"audioUpdateInProgress"),m(this,"videoUpdateInProgress"),v(this,Uu,e),this.audioUpdateInProgress=!1,this.videoUpdateInProgress=!1,v(this,Ze,new Rv(e,r)),v(this,Me,new qD(a(this,Ze),void 0,i)),v(this,Ie,new XD(a(this,Ze),void 0,i)),v(this,mr,new zD(a(this,Ze))),v(this,Hr,new JD(a(this,Ze))),v(this,Fc,n),a(this,Me).on("trackMuted",this.onAudioTrackMuted.bind(this)),a(this,Me).on("trackChanged",this.onAudioTrackChanged.bind(this)),a(this,Ie).on("trackChanged",this.onVideoTrackChanged.bind(this)),a(this,Ie).on("trackEnded",this.onVideoTrackEnded.bind(this)),a(this,mr).on("trackEnded",this.onScreenShareEnded.bind(this)),this.onVisibilityChange=this.onVisibilityChange.bind(this),document.addEventListener("visibilitychange",this.onVisibilityChange)}onVisibilityChange(){return u(this,null,function*(){K.tabChanged(document.visibilityState==="visible"),document.visibilityState!=="visible"?K.browserBackgrounded():(K.browserForegrounded(),yield this.setupSpeaker())})}repopulateAvailableDevices(){return u(this,null,function*(){return!0})}setupStreams(e){return u(this,arguments,function*({audio:r,video:i}){var n;r?K.audioOn():K.audioOff(),i?K.videoOn():K.videoOff();let s,o;if(r&&i)try{const c=yield a(this,Ze).getAudioAndVideoTrack(a(this,Me).userSelectedDevice,a(this,Ie).userSelectedDevice);s=c.audioTrack,o=c.videoTrack}catch(c){l.error("LocalMediaHandler::init::Failed to get audio video tracks",{error:c})}if(!s&&r)try{s=yield a(this,Ze).getAudioTrack(!1,a(this,Me).userSelectedDevice)}catch(c){l.error("LocalMediaHandler::init::Failed to get audio track",{error:c})}if(!o&&i)try{o=yield a(this,Ze).getVideoTrack(a(this,Ie).userSelectedDevice)}catch(c){l.error("LocalMediaHandler::init::Failed to get video track",{error:c})}r&&!s&&K.audioOff(),i&&!o&&K.videoOff(),yield a(this,Me).setMediaTrack(s),yield a(this,Ie).setMediaTrack(o);try{yield a(this,Hr).setupSpeaker()}catch{}if(o){const c=yield this.getDeviceById(o.getSettings().deviceId);K.selectedDevice("VIDEO",c)}if(s){const c=yield this.getDeviceById(s.getSettings().deviceId);K.selectedDevice("AUDIO",c)}(n=a(this,Hr).currentDevice)!=null&&n.deviceId&&K.selectedDevice("SPEAKER",a(this,Hr).currentDevice),a(this,Ze).onDeviceChange((c,d,h)=>{this.onDeviceChange(d,h)})})}getCurrentDevices(){return{audio:a(this,Me).currentDevice,video:a(this,Ie).currentDevice,speaker:a(this,Hr).currentDevice}}get permissions(){return a(this,Ze).permissions}getAllDevices(){return a(this,Ze).getAvailableDevices()}getDeviceById(e,r){return a(this,Ze).getDevice(e)}onAudioTrackMuted(){this.emit("AUDIO_TRACK_SILENT")}onAudioTrackChanged(){this.emit("AUDIO_TRACK_CHANGE")}get rawAudioTrack(){return a(this,Me).mediaTrack}get audioTrack(){return a(this,Me).transformedMediaTrack}get audioEnabled(){return a(this,Me).trackEnabled}enableAudio(e){return u(this,null,function*(){if(!this.audioUpdateInProgress){this.audioUpdateInProgress=!0;try{e?yield a(this,Me).enableTrack(!1,e):yield a(this,Me).unmuteTrack()}catch{}finally{this.audioUpdateInProgress=!1}}})}disableAudio(){a(this,Me).mediaTrack&&!a(this,Me).isCustomTrack?a(this,Me).muteTrack():a(this,Me).disableTrack()}getAudioDevices(e){return a(this,Ze).getAudioInputDevices(e)}setAudioDevice(e){return u(this,null,function*(){yield a(this,Me).setDevice(e),e!=null&&e.deviceId&&K.selectedDevice("AUDIO",e),this.emit("AUDIO_TRACK_CHANGE"),this.emit("DEVICE_CHANGE",{device:e})})}setupSpeaker(){return a(this,Hr).setupSpeaker()}setSpeakerDevice(e){return u(this,null,function*(){yield a(this,Hr).setupSpeaker(e),e!=null&&e.deviceId&&K.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,Ie).mediaTrack}get videoTrack(){return a(this,Ie).transformedMediaTrack}get videoEnabled(){return a(this,Ie).trackEnabled}enableVideo(e){return u(this,null,function*(){if(!this.videoUpdateInProgress){this.videoUpdateInProgress=!0;try{e?yield a(this,Ie).enableTrack(!1,e):yield a(this,Ie).unmuteTrack()}catch{}finally{this.videoUpdateInProgress=!1}}})}disableVideo(){a(this,Ie).disableTrack()}getVideoDevices(e){return a(this,Ze).getVideoInputDevices(e)}setVideoDevice(e){return u(this,null,function*(){yield a(this,Ie).setDevice(e),e!=null&&e.deviceId&&K.selectedDevice("VIDEO",e),this.emit("VIDEO_TRACK_CHANGE"),this.emit("DEVICE_CHANGE",{device:e})})}updateVideoConstraints(e){return u(this,null,function*(){yield a(this,Ie).updateConstraints(e)})}onScreenShareEnded(){this.emit("SCREENSHARE_ENDED")}get screenShareTracks(){return{audio:a(this,mr).audioMediaTrack,video:a(this,mr).videoMediaTrack}}get screenShareEnabled(){return a(this,mr).trackEnabled}enableScreenShare(){return u(this,null,function*(){yield a(this,mr).enableScreenShare()})}disableScreenShare(){return u(this,null,function*(){a(this,mr).disableScreenShare()})}updateScreenshareConstraints(e){return u(this,null,function*(){yield a(this,mr).updateConstraints(e)})}getSpeakerDevices(e){return a(this,Ze).getAudioOutputDevices(e)}addAudioMiddleware(e){return a(this,Me).addMiddleware(e)}removeAudioMiddleware(e){return a(this,Me).removeMiddleware(e)}removeAllAudioMiddlewares(){return a(this,Me).removeAllMiddlewares()}addVideoMiddleware(e){return a(this,Ie).addMiddleware(e)}removeVideoMiddleware(e){return a(this,Ie).removeMiddleware(e)}removeAllVideoMiddlewares(){return a(this,Ie).removeAllMiddlewares()}setVideoMiddlewareGlobalConfig(e){return a(this,Ie).setVideoMiddlewareGlobalConfig(e)}destruct(){a(this,Me).disableTrack(),a(this,Ie).disableTrack(),a(this,Ie).terminateMiddlewareWebWorker(),a(this,mr).disableScreenShare(),a(this,Ze).destruct()}onDeviceChange(e,r){return u(this,null,function*(){var i,n;this.emit("DEVICE_LIST_UPDATED",e),!(r||!a(this,Fc))&&((i=e==null?void 0:e.added)==null||i.forEach(s=>u(this,null,function*(){var o;s&&!Fu(s)&&(s.kind==="audioinput"&&((o=this.audioTrack)==null?void 0:o.enabled)===!0?yield this.setAudioDevice(s):s.kind==="audiooutput"&&(yield this.setSpeakerDevice(s)))})),(n=e==null?void 0:e.removed)==null||n.forEach(s=>u(this,null,function*(){var o;if(s.kind==="audiooutput"&&((o=this.getCurrentDevices().speaker)==null?void 0:o.deviceId)===s.deviceId){const c=(yield this.getSpeakerDevices()).find(d=>d.deviceId!==s.deviceId);c&&(yield this.setSpeakerDevice(c))}})))})}removeAllTracks(){this.destruct()}removeAudioTrack(){a(this,Me).disableTrack()}removeVideoTrack(){a(this,Ie).disableTrack(),a(this,Ie).terminateMiddlewareWebWorker()}removeDocumentEventListeners(){return u(this,null,function*(){document.removeEventListener("visibilitychange",this.onVisibilityChange)})}}Ze=new WeakMap,Me=new WeakMap,Ie=new WeakMap,Hr=new WeakMap,mr=new WeakMap,Fc=new WeakMap,Uu=new WeakMap;Qt([S.trace("MediaHandler.setupStreams")],Bt.prototype,"setupStreams",1);Qt([S.trace("MediaHandler.enableAudio")],Bt.prototype,"enableAudio",1);Qt([S.trace("MediaHandler.disableAudio")],Bt.prototype,"disableAudio",1);Qt([S.trace("MediaHandler.setAudioDevice")],Bt.prototype,"setAudioDevice",1);Qt([S.trace("MediaHandler.enableVideo")],Bt.prototype,"enableVideo",1);Qt([S.trace("MediaHandler.disableVideo")],Bt.prototype,"disableVideo",1);Qt([S.trace("MediaHandler.setVideoDevice")],Bt.prototype,"setVideoDevice",1);Qt([S.trace("MediaHandler.updateVideoConstraints")],Bt.prototype,"updateVideoConstraints",1);Qt([S.trace("MediaHandler.enableScreenShare")],Bt.prototype,"enableScreenShare",1);Qt([S.trace("MediaHandler.disableScreenShare")],Bt.prototype,"disableScreenShare",1);Qt([S.trace("MediaHandler.updateScreenshareConstraints")],Bt.prototype,"updateScreenshareConstraints",1);Qt([S.trace("MediaHandler.destruct")],Bt.prototype,"destruct",1);Qt([S.trace("MediaHandler.onDeviceChange")],Bt.prototype,"onDeviceChange",1);function uc(t,e,r){switch(!0){case Re.isChromiumBased():switch(e){case"NotAllowedError":return r.includes("by system")?"SYSTEM_DENIED":t==="screenshare"?"CANCELED":"DENIED";case"NotReadableError":default:return"COULD_NOT_START"}case Re.isSafari():switch(e){case"NotAllowedError":return"DENIED";default:return"COULD_NOT_START"}case Re.isFirefox():switch(e){case"NotFoundError":case"NotReadableError":return"SYSTEM_DENIED";case"NotAllowedError":return"DENIED";case"AbortError":default:return"COULD_NOT_START"}default:return"COULD_NOT_START"}}const _D=["virtual","emulator","krisp","solstice conference","teams","loom","zoom","manycam","blackhole","displayport","xsplit","wirecast","vMix","elgato","epiphan","voice changer","voicemod","morphvoxx"];function Fu(t){var e,r;const i=(e=t.label)==null?void 0:e.toLowerCase();return((r=Re._bowser)==null?void 0:r.getOSName())==="macOS"&&i.includes("iphone")?(l.log("isVirtualDevice::ignore_macos_continuity"),!0):_D.some(n=>i==null?void 0:i.includes(n))}function wD(t,e){return u(this,null,function*(){if(!(t!=null&&t.length))return e;const r=new AudioContext,i=yield Promise.all(t==null?void 0:t.map(o=>o(r))),n=r.createMediaStreamSource(new MediaStream([e])),s=r.createMediaStreamDestination();try{let o=n;for(let c=0;c<i.length;c+=1)o.connect(i[c]),o=i[c];o.connect(s)}catch(o){return l.error("getTransformedAudioTrack::middleware_execution_failed",{error:o}),e}return s.stream.getAudioTracks()[0]})}var as;class ID{constructor(){f(this,as,void 0)}terminateMiddlewareWebWorker(){if(a(this,as))try{gs(a(this,as)),v(this,as,void 0)}catch{l.debug("WorkerTimers::terminateMiddlewareWebWorker::failed")}}getTransformedVideoTrack(e,r,i){return u(this,null,function*(){if(!(e!=null&&e.length))return r;const n=document.createElement("canvas"),s=yield Promise.all(e==null?void 0:e.map(g=>g({canvas:n,WorkerTimers:yS})));if(i.disablePerFrameCanvasRendering){const g=n.captureStream().getVideoTracks()[0];return Object.defineProperty(g,"originalSettings",{value:r.getSettings()}),g}const o=document.createElement("video"),c=new MediaStream;c.addTrack(r);const d=n.getContext("2d");o.srcObject=c,o.autoplay=!0,this.terminateMiddlewareWebWorker();const h=()=>u(this,null,function*(){if(r.enabled===!1||r.readyState==="ended"){this.terminateMiddlewareWebWorker(),o.remove(),n.remove();return}try{d.drawImage(o,0,0);for(let g=0;g<s.length;g+=1)typeof s[g]=="function"&&(yield s[g](n,d))}catch(g){l.error("getTransformedVideoTrack::middleware_execution_failed",{error:g})}});try{o.play()}catch{}o.addEventListener("play",()=>{n.width=o.width||r.getSettings().width,n.height=o.width||r.getSettings().height,v(this,as,fd(h,50))},!1);const p=n.captureStream().getVideoTracks()[0];return Object.defineProperty(p,"originalSettings",{value:r.getSettings()}),p})}}as=new WeakMap;const qm={gross:{width:{ideal:192},height:{ideal:144}},qvga:{width:{ideal:384},height:{ideal:288}},pvga:{width:{ideal:480},height:{ideal:360}},vga:{width:{ideal:640},height:{ideal:480}},hd:{width:{ideal:1280},height:{ideal:720}},hd_cropped:{width:{ideal:900},height:{ideal:720}},fhd:{width:{ideal:1920},height:{ideal:1080}}},CD=[[320,[{rid:"q",maxBitrate:25e4,maxFramerate:24,scalabilityMode:"L1T1"}]],[640,[{rid:"q",scaleResolutionDownBy:2,maxBitrate:25e4,maxFramerate:24,scalabilityMode:"L1T1"},{rid:"h",maxBitrate:7e5,maxFramerate:30,scalabilityMode:"L1T1"}]],[1280,[{rid:"q",scaleResolutionDownBy:2,maxBitrate:5e5,maxFramerate:24,scalabilityMode:"L1T1"},{rid:"h",maxBitrate:13e5,maxFramerate:30,scalabilityMode:"L1T1"}]],[1920,[{rid:"q",scaleResolutionDownBy:2,maxBitrate:9e5,maxFramerate:24,scalabilityMode:"L1T1"},{rid:"h",maxBitrate:15e5,maxFramerate:30,scalabilityMode:"L1T1"}]]],PD=t=>{var e;const r="getSettings"in t&&t.getSettings().width||"getConstraints"in t&&t.getConstraints().width||"originalSettings"in t&&((e=t.originalSettings)==null?void 0:e.width);let i=CD;Q.hasFeature(ie.OVERRIDE_HIVE_SIMULCAST_DYNAMIC)&&(i=JSON.parse(Q.getValue(ie.OVERRIDE_HIVE_SIMULCAST_DYNAMIC)));const n=i.map(([c])=>c).sort((c,d)=>c-d);let s=Number.MAX_VALUE,o=0;return n.forEach((c,d)=>{Math.abs(c-r)<s&&(s=Math.abs(c-r),o=d)}),i[o][1]};var ke=(t=>(t.WEBCAM="webcam",t.WEBCAM_BACKUP="webcam_backup",t.MIC="mic",t.SCREENSHARE_VIDEO="screenshare_video",t.SCREENSHARE_AUDIO="screenshare_audio",t))(ke||{});const RD=f_(),Bn=Er(RD.config.media);function MD(t){var e,r;const i={};return t.audio&&(i.audio={enableStereo:(e=t.audio.enableStereo)!=null?e:!1,enableHighBitrate:(r=t.audio.enableHighBitrate)!=null?r:!1}),i.video=t.video.quality,i}var os,Bu;class AD{constructor(e,r){f(this,os,void 0),f(this,Bu,void 0),m(this,"getScreenShareConstraints",()=>{var i,n,s,o,c,d,h,p,g,y,T;const b=(i=a(this,os))==null?void 0:i.screenshare,D=(s=(n=b==null?void 0:b.width)==null?void 0:n.max)!=null?s:1920,P=(c=(o=b==null?void 0:b.height)==null?void 0:o.max)!=null?c:1080,x=(h=(d=b==null?void 0:b.frameRate)==null?void 0:d.max)!=null?h:5;let H=(g=(p=b==null?void 0:b.frameRate)==null?void 0:p.ideal)!=null?g:5;const J=b==null?void 0:b.displaySurface,I=b==null?void 0:b.selfBrowserSurface;Q.getValue(ie.VAL_MIN_FRAMERATE)&&(H=parseInt((y=Q.getValue(ie.VAL_MIN_FRAMERATE))==null?void 0:y.toString(),10));let ae={width:{max:D},height:{max:P},frameRate:{ideal:H,max:x}};if(Q.hasFeature(ie.SCREENSHARE_CONSTRAINTS)){const ne=(T=Q.getValue(ie.SCREENSHARE_CONSTRAINTS))==null?void 0:T.toString();ae=JSON.parse(ne)}return J!==void 0&&["monitor","browser","window"].includes(J)&&(ae=$(V({},ae),{displaySurface:J})),I!==void 0&&(ae=$(V({},ae),{selfBrowserSurface:I})),{audio:!0,video:ae}}),m(this,"getAudioConstraints",i=>{var n,s,o,c,d,h,p,g;const y={},T=(n=a(this,os))==null?void 0:n.audio,b=T!=null&&T.enableStereo?2:1;return Re.isFirefox()||Re.isWebKitBased()?(y.audio={deviceId:i,autoGainControl:(s=T==null?void 0:T.autoGainControl)!=null?s:!0,echoCancellation:(o=T==null?void 0:T.echoCancellation)!=null?o:!0,noiseSuppression:(c=T==null?void 0:T.noiseSupression)!=null?c:!0,channelCount:b},y):(y.audio={},y.audio.optional=[i?{sourceId:i}:{sourceId:"default"},{channelCount:b},{echoCancellation:(d=T==null?void 0:T.echoCancellation)!=null?d:!0},{googEchoCancellation:(h=T==null?void 0:T.echoCancellation)!=null?h:!0},{googAutoGainControl:(p=T==null?void 0:T.autoGainControl)!=null?p:!0},{googNoiseSuppression:(g=T==null?void 0:T.noiseSupression)!=null?g:!0},{googHighpassFilter:!0}],y)}),m(this,"getVideoConstraints",i=>{var n,s,o,c;const d={},h=(n=a(this,os))==null?void 0:n.video;let p=qm.vga;if(typeof h=="string"?p=qm[h]:h!==void 0&&(p.height.ideal=h.height.ideal,p.width.ideal=h.width.ideal),p.frameRate={ideal:(o=(s=p.frameRate)==null?void 0:s.ideal)!=null?o:24},Re.isChromiumBased()&&(p.frameRate.max=30),Q.hasFeature(ie.VIDEO_CONSTRAINTS)){const g=(c=Q.getValue(ie.VIDEO_CONSTRAINTS))==null?void 0:c.toString();p=JSON.parse(g)}return d.video=p,typeof d.video=="boolean"||(i?d.video.deviceId={exact:i}:d.video.facingMode="user"),d}),v(this,Bu,e),v(this,os,r)}getUpdatedVideoConstraints(e){return e}}os=new WeakMap,Bu=new WeakMap;class xl extends Error{constructor(e,r,i){super(r),m(this,"constraints"),m(this,"name"),this.name=e,this.constraints=i}}class DD{constructor(){m(this,"permissions"),this.permissions={audio:"NOT_REQUESTED",video:"NOT_REQUESTED",screenshare:"NOT_REQUESTED"}}getAudioInputDevices(e){return u(this,null,function*(){let r=e;return e||(r=yield this.getAvailableDevices()),r.filter(i=>i.kind==="audioinput")})}getVideoInputDevices(e){return u(this,null,function*(){let r=e;return e||(r=yield this.getAvailableDevices()),r.filter(i=>i.kind==="videoinput")})}getAudioOutputDevices(e){return u(this,null,function*(){let r=e;return e||(r=yield this.getAvailableDevices()),r.filter(i=>i.kind==="audiooutput")})}}var OD=Object.defineProperty,ND=Object.getOwnPropertyDescriptor,wr=(t,e,r,i)=>{for(var n=i>1?void 0:i?ND(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&OD(e,r,n),n},ga,ar,Ul,$m;let Kt=($m=class extends DD{constructor(t,e){super(),m(this,"availableDevices"),f(this,ga,void 0),f(this,ar,void 0),f(this,Ul,void 0),v(this,Ul,t),v(this,ar,new AD(t,e)),v(this,ga,new AbortController),this.availableDevices=[],this.getAvailableDevices()}get constraintsBuilder(){return a(this,ar)}destruct(){return u(this,null,function*(){var t;(t=a(this,ga))==null||t.abort()})}handlePermissionErrors(t,e){const r=uc(t,e.name,e.message);return this.permissions[t]=r,R.emit(M.MEDIA_PERMISSION_ERROR,{message:r,constraints:e.constraints,kind:t}),r}getAudioAndVideoTrack(t,e){return u(this,null,function*(){const r={audio:a(this,ar).getAudioConstraints(t).audio,video:a(this,ar).getVideoConstraints(e).video};try{l.info("getUserMediaWithoutTimeout::requesting_user_media",{constraints:JSON.stringify(r)});const i=yield navigator.mediaDevices.getUserMedia(r);l.info("getUserMediaWithoutTimeout::received_user_media",{constraints:JSON.stringify(r)});const n=i.getAudioTracks()[0];let s=i.getVideoTracks()[0];if(this.permissions.audio="ACCEPTED",this.permissions.video="ACCEPTED",Q.hasFeature(ie.OBS_QUALITY)&&s.label.includes("OBS Virtual")){const o=(yield this.getVideoInputDevices()).find(c=>c.label.includes("OBS Virtual"));s=yield this.getVideoTrack(o.deviceId)}return R.emit(M.MEDIA_PERMISSION_UPDATE,{message:this.permissions.audio,kind:"audio"}),R.emit(M.MEDIA_PERMISSION_UPDATE,{message:this.permissions.video,kind:"video"}),{audioTrack:n,videoTrack:s}}catch(i){throw l.error("WebMediaInterface.getAudioAndVideoTrack",{error:i}),new w("Couldnt fetch audio and video track","1605")}})}getAudioTrack(t,e){return u(this,null,function*(){let r=yield this.getAudioInputDevices();if(r.length===0)throw this.permissions.audio="NO_DEVICES_AVAILABLE",R.emit(M.MEDIA_PERMISSION_UPDATE,{message:this.permissions.audio,kind:"audio"}),new w("No audio devices available","1606");const i=n=>u(this,null,function*(){let s;try{r=r.filter(c=>c.deviceId!==n),s=a(this,ar).getAudioConstraints(n),l.info("getUserMediaWithoutTimeout::requesting_user_media",{constraints:JSON.stringify(s)});const[o]=(yield navigator.mediaDevices.getUserMedia(s)).getAudioTracks();return l.info("getUserMediaWithoutTimeout::received_user_media",{constraints:JSON.stringify(s)}),o}catch(o){const c=uc("audio",o.name,o.message),d=new xl(o.name,o.message,s);if(c==="COULD_NOT_START"){const h=r.shift();if(!h)throw d;l.info("getAudioTrack::gum_failed",{constraints:JSON.stringify(s),error:o});const p=a(this,ar).getAudioConstraints(h.deviceId);return l.info("getAudioTrack::retrying_gum_for_next_device",{constraints:JSON.stringify(p)}),i(h.deviceId)}throw d}});try{const n=yield i(e);return n.enabled=!t,this.permissions.audio!=="ACCEPTED"&&(this.permissions.audio="ACCEPTED",R.emit(M.MEDIA_PERMISSION_UPDATE,{message:this.permissions.audio,kind:"audio"})),n}catch(n){throw n.constraints&&this.handlePermissionErrors("audio",n),new w(n.message,"1601")}})}getVideoTrack(t){return u(this,null,function*(){var e;const r=Q.hasFeature(ie.OBS_QUALITY),i=(e=yield this.getCurrentDeviceLabel(t))==null?void 0:e.includes("OBS Virtual"),n=r&&i,s=yield this.getVideoInputDevices();if(s.length===0)throw this.permissions.video="NO_DEVICES_AVAILABLE",R.emit(M.MEDIA_PERMISSION_UPDATE,{message:this.permissions.video,kind:"video"}),new w("No video devices available","1607");const o=c=>u(this,null,function*(){try{let d=c;const{video:h}=d;n&&typeof h!="boolean"&&(d={video:{deviceId:h.deviceId}}),l.info("getUserMediaWithoutTimeout::requesting_user_media",{constraints:JSON.stringify(d)});const[p]=(yield navigator.mediaDevices.getUserMedia(d)).getVideoTracks();if(n&&typeof h!="boolean"&&typeof h.width=="object"){const{width:g,height:y}=p.getSettings(),{ideal:T}=h.width;p.applyConstraints({width:{ideal:T},height:{ideal:Math.floor(y*T/g)},frameRate:h.frameRate})}return l.info("getUserMediaWithoutTimeout::received_user_media",{constraints:JSON.stringify(d)}),p}catch(d){const h=uc("video",d.name,d.message),p=new xl(d.name,d.message,c);if(h==="COULD_NOT_START"){const g=s.shift();if(!g)throw p;l.info("getVideoTrack::gum_failed",{constraints:JSON.stringify(c),error:d});const y=a(this,ar).getVideoConstraints(g.deviceId);return l.info("getVideoTrack::retrying_gum_for_next_device",{constraints:JSON.stringify(y)}),o({video:y.video})}throw p}});try{const c=a(this,ar).getVideoConstraints(t),d=yield o(c);return this.permissions.video!=="ACCEPTED"&&(this.permissions.video="ACCEPTED",R.emit(M.MEDIA_PERMISSION_UPDATE,{message:this.permissions.video,kind:"video"})),d}catch(c){throw c.constraints&&this.handlePermissionErrors("video",c),new w(c.message,"1602")}})}getScreenShareTracks(){return u(this,null,function*(){const t=e=>u(this,null,function*(){try{l.info("getDisplayMediaWithoutTimeout::requesting_display_media",{constraints:JSON.stringify(e)}),K.screenShareRequested();const r=yield navigator.mediaDevices.getDisplayMedia(e);return l.info("getDisplayMediaWithoutTimeout::received_display_media",{constraints:JSON.stringify(e)}),r}catch(r){const i=uc("video",r.name,r.message),n=new xl(r.name,r.message,e),s={video:!0};if(xw(e,s)||!Q.hasFeature(ie.SCREEENSHARE_CONSTRAINTS_RETRY))throw n;if(i==="COULD_NOT_START")return t(s);throw n}});try{const e=a(this,ar).getScreenShareConstraints(),r=yield t(e);return this.permissions.screenshare!=="ACCEPTED"&&(this.permissions.screenshare="ACCEPTED",R.emit(M.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 w(e.message,"1612")}})}getCurrentDeviceLabel(t){return u(this,null,function*(){const e=yield this.getDevice(t||"default");return e==null?void 0:e.label})}getAvailableDevices(){return u(this,null,function*(){try{const t=yield navigator.mediaDevices.enumerateDevices();return this.availableDevices=t,t}catch(t){throw l.error("enumerate_devices_failed",{error:t}),new w("Failed to get available devices","1609")}})}getAvailableDevicesByKind(t){return u(this,null,function*(){try{return(yield navigator.mediaDevices.enumerateDevices()).filter(({kind:e})=>t===e)}catch(e){throw l.error("enumerate_devices_failed",{error:e}),new w("Failed to get available devices by kind","1609")}})}getDevice(t){return u(this,null,function*(){try{return(yield navigator.mediaDevices.enumerateDevices()).filter(e=>e.deviceId===t)[0]}catch(e){throw l.error("enumerate_devices_failed",{error:e}),new w("Failed to get device","1609")}})}onDeviceChange(t){return u(this,null,function*(){Re.supportsDeviceChangeEvent()&&navigator.mediaDevices.addEventListener("devicechange",e=>u(this,null,function*(){var r,i;const n=p=>`${p.kind}-${p.deviceId}-${p.groupId}`,s=this.availableDevices,o=new Set(s.map(p=>n(p))),c=yield this.getAvailableDevices(),d=new Set(c.map(p=>n(p))),h={added:c.filter(p=>!o.has(n(p))),removed:s.filter(p=>!d.has(n(p))),devices:c};if((r=h.added)!=null&&r.length||(i=h.removed)!=null&&i.length){l.info("repopulated_full_device_list",{devices:JSON.stringify(c)});const p=[...h.added,...h.removed];p.some(g=>g.kind==="audioinput")&&K.devices("AUDIO",c==null?void 0:c.filter(g=>g.kind==="audioinput")),p.some(g=>g.kind==="videoinput")&&K.devices("VIDEO",c==null?void 0:c.filter(g=>g.kind==="videoinput")),p.some(g=>g.kind==="audiooutput")&&K.devices("SPEAKER",c==null?void 0:c.filter(g=>g.kind==="audiooutput")),t(e,h,!1)}}),{signal:a(this,ga).signal})})}},ga=new WeakMap,ar=new WeakMap,Ul=new WeakMap,$m);wr([S.trace("WebMediaInterface.destruct")],Kt.prototype,"destruct",1);wr([S.trace("WebMediaInterface.handlePermissionErrors")],Kt.prototype,"handlePermissionErrors",1);wr([S.trace("WebMediaInterface.getAudioAndVideoTrack")],Kt.prototype,"getAudioAndVideoTrack",1);wr([S.trace("WebMediaInterface.getAudioTrack")],Kt.prototype,"getAudioTrack",1);wr([S.trace("WebMediaInterface.getVideoTrack")],Kt.prototype,"getVideoTrack",1);wr([S.trace("WebMediaInterface.getScreenShareTracks")],Kt.prototype,"getScreenShareTracks",1);wr([S.trace("WebMediaInterface.getAvailableDevices")],Kt.prototype,"getAvailableDevices",1);wr([S.trace("WebMediaInterface.getAvailableDevicesByKind")],Kt.prototype,"getAvailableDevicesByKind",1);wr([S.trace("WebMediaInterface.getDevice")],Kt.prototype,"getDevice",1);wr([S.trace("WebMediaInterface.onDeviceChange")],Kt.prototype,"onDeviceChange",1);Kt=wr([mt("1600")],Kt);const Rv=Kt,go={setItem:(t,e)=>{try{localStorage.setItem(t,e)}catch(r){l.error("LocalStorage::setItem::crashed",{error:r,localStorage:{key:t,value:e}})}},getItem:t=>{try{return localStorage.getItem(t)}catch(e){l.error("LocalStorage::getItem::crashed",{error:e,localStorage:{key:t}})}return null}},LD=(t=0)=>new Promise(e=>setTimeout(e,t)),VD=(t,e,r)=>{const i=typeof r=="number"?r:250,n=t.createMediaStreamSource(e),s=t.createAnalyser();s.fftSize=2048,n.connect(s);const o=new Uint8Array(s.fftSize);let c=!1;setTimeout(()=>{c=!0},i);function d(){return c?Promise.resolve(!0):(s.getByteTimeDomainData(o),o.some(h=>h!==128&&h!==0)?Promise.resolve(!1):LD().then(d))}return d().then(h=>(n.disconnect(),h),h=>{throw n.disconnect(),h})},xD=typeof AudioContext!="undefined"?AudioContext:null;class Qh{constructor(e){m(this,"_AudioContext"),m(this,"audioContext"),m(this,"_audioContextRefContainers");const r=V({AudioContext:xD},e);Object.defineProperties(this,{_AudioContext:{value:r.AudioContext},audioContext:{value:null,writable:!0},_audioContextRefContainers:{value:new Set},AudioContextProvider:{enumerable:!0,value:Qh}})}getOrCreate(e){if(!this._audioContextRefContainers.has(e)&&(this._audioContextRefContainers.add(e),this._AudioContext&&!this.audioContext))try{this.audioContext=new this._AudioContext}catch{}return this.audioContext}release(e){this._audioContextRefContainers.has(e)&&(this._audioContextRefContainers.delete(e),!this._audioContextRefContainers.size&&this.audioContext&&(this.audioContext.close(),this.audioContext=null))}}const Jm=new Qh,UD=3,FD=250;function BD(t){const e={},r=Jm.getOrCreate(e);let i=UD;function n(){return i-=1,VD(r,t.srcObject,FD).then(s=>s?i>0?n():!0:!1).catch(()=>!0)}return n().finally(()=>{Jm.release(e)})}function Km(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 BD(e),i&&l.info("checkIfAudioTrackIsSilent::silence_detected")}catch(n){l.error("checkIfAudioTrackIsSilent::failed_to_detect_silence",{error:n})}finally{e.pause(),e.remove()}return i})}var WD=Object.defineProperty,jD=Object.getOwnPropertyDescriptor,Mv=(t,e,r,i)=>{for(var n=i>1?void 0:i?jD(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&WD(e,r,n),n};let Pd=class extends Ds{constructor(t,e,r){var i;super(),m(this,"constructorName",this.constructor.name),m(this,"userSelectedDevice"),m(this,"mediaInterface"),m(this,"isNonPreferredDevice"),m(this,"_mediaTrack"),m(this,"transformedMediaTrack"),m(this,"middlewares",[]),m(this,"currentDevice"),m(this,"userPreferredDeviceKey",`Dyte::${this.constructorName}::UserDeviceID`),m(this,"setUserPreferredDevice",n=>go.setItem(this.userPreferredDeviceKey,n)),m(this,"getUserPreferredDevice",()=>go.getItem(this.userPreferredDeviceKey)),m(this,"isCustomTrack",!1),this.mediaInterface=t,e&&this.setMediaTrack(e),this.userSelectedDevice=(i=this.getUserPreferredDevice())!=null?i:void 0,this.isNonPreferredDevice=r,this.onTrackEnded=this.onTrackEnded.bind(this),this.onTrackMuted=this.onTrackMuted.bind(this)}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){return u(this,null,function*(){const e=r=>{l.error(`${this.constructorName}.setMediaTrack.error`,{error:r})};try{this.disableTrack()}catch(r){e(r)}this._mediaTrack=yield this.conditionallyChangeTrack(t),yield this.setTransformedTrack();try{this.addMediaTrackListeners(),yield this.setCurrentDevice()}catch(r){e(r)}})}get trackEnabled(){return!!this.mediaTrack&&this.mediaTrack.readyState==="live"&&this.mediaTrack.enabled}muteTrack(){if(!this.mediaTrack){l.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 l.error(`${this.constructorName}.unmuteTrack.error`,{error:t}),this.disableTrack(),new w("Failed to unmute track","1611")}})}getCurrentDeviceId(){var t,e;const{kind:r}=this.mediaTrack;switch(r){case"audio":{const i=this.mediaTrack.getConstraints();return this.userSelectedDevice?(e=(t=i==null?void 0:i.deviceId)!=null?t:i==null?void 0:i.advanced[0].deviceId)!=null?e:this.mediaTrack.getSettings().deviceId:this.mediaTrack.getSettings().deviceId}default:return this.mediaTrack.getSettings().deviceId}}setCurrentDevice(){return u(this,null,function*(){var t;if(!this.mediaTrack){this.currentDevice=void 0;return}const e=this.getCurrentDeviceId();((t=this.currentDevice)==null?void 0:t.deviceId)!==e&&(this.currentDevice=yield this.mediaInterface.getDevice(e))})}setDevice(t){return u(this,null,function*(){if(!t)throw l.warn(`${this.constructorName}.setDevice No device received`),new w("No device received!","1603");this.userSelectedDevice=t.deviceId,this.setUserPreferredDevice(t.deviceId),yield this.onSetDevice(t)})}addMiddleware(t){return u(this,null,function*(){if(Re.isWebKitBased()&&!Q.hasFeature(ie.ALLOW_SAFARI_MEDIA_MIDDLEWARES))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 l.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 l.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 l.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&&(l.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&&(l.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}`),l.info(`${this.constructorName}.removeMediaTrackListeners`),this.mediaTrack.removeEventListener("ended",this.onTrackEnded),this.mediaTrack.removeEventListener("mute",this.onTrackMuted))}};Mv([S.trace("BaseMediaHandler.unmuteTrack")],Pd.prototype,"unmuteTrack",1);Pd=Mv([mt("1600")],Pd);const Av=Pd;var HD=Object.defineProperty,GD=Object.getOwnPropertyDescriptor,Xh=(t,e,r,i)=>{for(var n=i>1?void 0:i?GD(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&HD(e,r,n),n};const Fl="[Dyte]nonSilentDeviceLabels";class nl extends Av{onSetDevice(e){return u(this,null,function*(){if(!e)throw l.warn("AudioMediaHandler.setDevice No device received"),new w("No device received!","1603");if(e.kind!=="audioinput")throw l.warn("AudioMediaHandler.setDevice Received non audio device"),new w("Non audio device received while setting device!","1603");try{const r=this.trackEnabled;yield this.setMediaTrack(yield this.mediaInterface.getAudioTrack(!r,this.userSelectedDevice)),this.userSelectedDevice=void 0}catch(r){throw l.error("AudioMediaHandler.setDevice.error",{error:r}),this.disableTrack(),new w(r.message,"1604")}})}enableTrack(e,r){return u(this,null,function*(){if(this.trackEnabled){l.warn("AudioMediaHandler.enableTrack Track already enabled!");return}if(r){this.isCustomTrack=!0,yield this.setMediaTrack(r);return}this.isCustomTrack=!1;const i=yield this.mediaInterface.getAudioTrack(e,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 wD(this.middlewares,this.mediaTrack),this.emit("trackChanged")}catch(i){l.error("AudioMediaHandler.setTransformedTrack",{error:i}),this.transformedMediaTrack=this.mediaTrack}})}onTrackEnded(){return u(this,null,function*(){l.info("AudioMediaHandler.TrackEnded"),this.emit("trackEnded");const e=this.mediaTrack.enabled;this.disableTrack(),yield this.enableTrack(!e),yield this.setTransformedTrack(),this.emit("trackChanged")})}onTrackMuted(){l.info("AudioMediaHandler.TrackMuted"),this.emit("trackMuted")}conditionallyChangeTrack(e){return u(this,null,function*(){var r;if(!e||this.userSelectedDevice)return e;let i=e;const n=yield this.mediaInterface.getAudioInputDevices(),s=this.isNonPreferredDevice?n.filter(d=>d&&!this.isNonPreferredDevice(d)):n;if(!(s!=null&&s.length))return i;s.find(d=>d.deviceId===e.getSettings().deviceId)||(i.stop(),l.info("localmediahandler::setupstreams::found_audio_non_preferred"),i=yield this.mediaInterface.getAudioTrack(!1,s[0].deviceId));const o=JSON.parse(go.getItem(Fl));if(o!=null&&o.devices.some(d=>d.label===i.label))return i;if(!(yield Km(i))){const d=(r=o==null?void 0:o.devices.concat({label:i.label}))!=null?r:[{label:i.label}];return go.setItem(Fl,JSON.stringify({devices:d})),i}l.info("AudioMediaHandler.conditionallyChangeTrack.DetectedSilentTrack");const c=i.getSettings().deviceId;return s.filter(d=>d.deviceId!==c).some(d=>u(this,null,function*(){if(i=yield this.mediaInterface.getAudioTrack(!1,d.deviceId),!(yield Km(i))){const h=o.devices.concat({label:i.label});return go.setItem(Fl,JSON.stringify({devices:h})),l.info("AudioMediaHandler.conditionallyChangeTrack.SuccesfullyChangedTrack"),!0}return l.info("AudioMediaHandler.conditionallyChangeTrack.AnotherSilentTrackFound"),!1})),i})}}Xh([S.trace("AudioMediaHandler.setTransformedTrack")],nl.prototype,"setTransformedTrack",1);Xh([S.trace("AudioMediaHandler.onTrackEnded")],nl.prototype,"onTrackEnded",1);Xh([S.trace("AudioMediaHandler.conditionallyChangeTrack")],nl.prototype,"conditionallyChangeTrack",1);const qD=nl;var ja;class $D{constructor(e){f(this,ja,void 0),m(this,"currentDevice"),v(this,ja,e)}setupSpeaker(e){return u(this,null,function*(){var r,i;if(!(a(this,ja)instanceof Rv))return;let n=e;if(e||([n]=(yield a(this,ja).getAvailableDevicesByKind("audiooutput")).filter(o=>!Fu(o))),!n)throw new w("No speaker found","1608");if(((r=this.currentDevice)==null?void 0:r.deviceId)===n.deviceId)return;this.currentDevice=n;const s=document.querySelectorAll("audio");(i=s[0])!=null&&i.setSinkId&&s.forEach(o=>u(this,null,function*(){if(typeof o.sinkId!="undefined"&&this.currentDevice.deviceId&&o.sinkId!==this.currentDevice.deviceId)try{yield o.setSinkId(this.currentDevice.deviceId)}catch{}}))})}}ja=new WeakMap;const JD=$D;class KD extends Ds{constructor(e){super(),m(this,"mediaInterface"),m(this,"audioMediaTrack"),m(this,"videoMediaTrack"),this.mediaInterface=e}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",R.emit(M.MEDIA_PERMISSION_UPDATE,{message:this.mediaInterface.permissions.screenshare,kind:"screenshare"}))}catch{}})}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 w("No media track enabled!","1610");const r=this.mediaInterface;if(!r.constraintsBuilder)throw new w("update constraints not supported for non web clients","1100");try{this.videoMediaTrack.applyConstraints(r.constraintsBuilder.getUpdatedVideoConstraints(e)),this.addMediaTrackListeners()}catch(i){l.error("ScreenShareHandler.updateConstraints.error",{error:i})}})}addMediaTrackListeners(){var e,r;(e=this.videoMediaTrack)==null||e.addEventListener("ended",this.onTrackEnded.bind(this)),Re.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")}}const zD=KD;var YD=Object.defineProperty,QD=Object.getOwnPropertyDescriptor,sl=(t,e,r,i)=>{for(var n=i>1?void 0:i?QD(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&YD(e,r,n),n},Ha,Bc;class Wo extends Av{constructor(e,r,i){super(e,r,i),f(this,Ha,void 0),f(this,Bc,{disablePerFrameCanvasRendering:!1}),v(this,Ha,new ID)}onSetDevice(e){return u(this,null,function*(){if(!e)throw l.warn("VideoMediaHandler.setDevice No device received"),new w("No device received!","1603");if(e.kind!=="videoinput")throw l.warn("VideoMediaHandler.setDevice Received non video device",{devices:[e]}),new w("Non video device received while setting video device!","1603");if(!(this.mediaTrack&&this.mediaTrack.enabled)){l.warn("VideoMediaHandler.setDevice Tried switching device with video disabled",{devices:[e]}),this.currentDevice=e;return}try{yield this.setMediaTrack(yield this.mediaInterface.getVideoTrack(this.userSelectedDevice))}catch(r){throw l.error("VideoMediaHandler.setDevice.error",{error:r}),this.disableTrack(),new w("Failed to change device","1600")}})}enableTrack(e,r){return u(this,null,function*(){if(this.trackEnabled){l.warn("VideoMediaHandler.enableTrack Track already enabled!");return}if(r){this.isCustomTrack=!0,yield this.setMediaTrack(r);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,Ha).getTransformedVideoTrack(this.middlewares,this.mediaTrack,a(this,Bc)),this.emit("trackChanged")}catch(i){l.error("VideoMediaHandler.setTransformedTrack",{error:i}),this.transformedMediaTrack=this.mediaTrack}})}setVideoMiddlewareGlobalConfig(e){return u(this,null,function*(){v(this,Bc,e)})}updateConstraints(e){return u(this,null,function*(){if(!this._mediaTrack)throw new w("No media track enabled!","1610");const r=this.mediaInterface;if(!r.constraintsBuilder)throw new w("update constraints not supported for non web clients","1100");try{this._mediaTrack.applyConstraints(r.constraintsBuilder.getUpdatedVideoConstraints(e)),yield this.setTransformedTrack(),this.addMediaTrackListeners(),yield this.setCurrentDevice()}catch(i){l.error("VideoMediaHandler.updateConstraints.error",{error:i})}})}terminateMiddlewareWebWorker(){a(this,Ha).terminateMiddlewareWebWorker()}onTrackEnded(){return u(this,null,function*(){l.info("VideoMediaHandler.TrackEnded"),this.disableTrack(),this.emit("trackEnded")})}onTrackMuted(){l.info("VideoMediaHandler.TrackMuted"),this.emit("trackMuted")}conditionallyChangeTrack(e){return u(this,null,function*(){if(!e||this.userSelectedDevice)return e;let r=e;const i=yield this.mediaInterface.getVideoInputDevices(),n=this.isNonPreferredDevice?i.filter(s=>!this.isNonPreferredDevice(s)):i;return!(n!=null&&n.length)||window.FAST_DYTE||n.find(s=>s.deviceId===e.getSettings().deviceId)||(r.stop(),l.info("localmediahandler::setupstreams::found_video_non_preferred"),r=yield this.mediaInterface.getVideoTrack(n[0].deviceId)),r})}}Ha=new WeakMap,Bc=new WeakMap;sl([S.trace("VideoMediaHandler.setTransformedTrack")],Wo.prototype,"setTransformedTrack",1);sl([S.trace("VideoMediaHandler.setVideoMiddlewareGlobalConfig")],Wo.prototype,"setVideoMiddlewareGlobalConfig",1);sl([S.trace("VideoMediaHandler.onTrackEnded")],Wo.prototype,"onTrackEnded",1);sl([S.trace("VideoMediaHandler.conditionallyChangeTrack")],Wo.prototype,"conditionallyChangeTrack",1);const XD=Wo,zm=Er(Wh());var Gt,cs,Wc,Ga;const qa=class{constructor(t){if(f(this,Gt,void 0),f(this,cs,void 0),f(this,Wc,void 0),f(this,Ga,void 0),!t)throw new w("Could not load preset.","0904");v(this,Gt,t.config),v(this,Wc,t.name),v(this,cs,t.ui||Er(Wh().ui)),v(this,Ga,t.permissions.plugins.config)}static fromResponse(t){return new qa(t)}static default(){return new qa(zm)}static init(t,e=!0){return!t||e?new qa(zm):new qa(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,cs).designTokens.logo,timer:!0,title:!0,participantCount:!0,changeLayout:!1}}}get pipMode(){return!0}get viewType(){return a(this,Gt).viewType}get livestreamViewerQualities(){return a(this,Gt).livestreamViewerQualities||[]}get maxVideoStreams(){return a(this,Gt).maxVideoStreams}get maxScreenShareCount(){return a(this,Gt).maxScreenshareCount}get plugins(){return[]}get disabledPlugins(){return Object.keys(a(this,Ga)).filter(t=>a(this,Ga)[t].disabled)}get designTokens(){return a(this,cs).designTokens}get configDiff(){return a(this,cs).configDiff}get mediaConstraints(){var t,e,r,i,n,s,o,c,d,h,p,g,y,T,b,D,P,x,H,J,I,ae,ne,ve;return{audio:{enableStereo:(i=(r=(e=(t=a(this,Gt))==null?void 0:t.media)==null?void 0:e.audio)==null?void 0:r.enableStereo)!=null?i:Bn.audio.enableStereo,enableHighBitrate:(c=(o=(s=(n=a(this,Gt))==null?void 0:n.media)==null?void 0:s.audio)==null?void 0:o.enableHighBitrate)!=null?c:Bn.audio.enableHighBitrate},video:{quality:(g=(p=(h=(d=a(this,Gt))==null?void 0:d.media)==null?void 0:h.video)==null?void 0:p.quality)!=null?g:Bn.video.quality,frameRate:(D=(b=(T=(y=a(this,Gt))==null?void 0:y.media)==null?void 0:T.video)==null?void 0:b.frameRate)!=null?D:Bn.video.frameRate},screenshare:{quality:(J=(H=(x=(P=a(this,Gt))==null?void 0:P.media)==null?void 0:x.screenshare)==null?void 0:H.quality)!=null?J:Bn.screenshare.quality,frameRate:(ve=(ne=(ae=(I=a(this,Gt))==null?void 0:I.media)==null?void 0:ae.screenshare)==null?void 0:ne.frameRate)!=null?ve:Bn.screenshare.frameRate}}}get name(){return a(this,Wc)}};let ZD=qa;Gt=new WeakMap,cs=new WeakMap,Wc=new WeakMap,Ga=new WeakMap;var eO=Object.defineProperty,tO=Object.getOwnPropertyDescriptor,Dv=(t,e,r,i)=>{for(var n=i>1?void 0:i?tO(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&eO(e,r,n),n},$a;class Zh extends zt{constructor(e){super(),f(this,$a,void 0),m(this,"state","IDLE"),m(this,"playbackUrl"),m(this,"ingestionCredentials"),m(this,"viewerCount"),v(this,$a,e),this.viewerCount=0}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,$a).permissions.canLivestream)throw l.error("DyteLivestream::start::permission_denied"),new w("User does not have permission to start livestreaming","1901");this.setLivestreamState("STARTING");try{const r=ut(),{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 l.error("DyteRecording::stop::livestream_failed_to_start",{error:r}),this.setLivestreamState("IDLE"),new w("Error while starting livestream","1900")}})}stop(){return u(this,null,function*(){if(!a(this,$a).permissions.canLivestream)throw l.error("DyteLivestream::stop::permission_denied"),new w("User does not have permission to stop livestreaming","1901");if(this.state!=="LIVESTREAMING"&&this.state!=="WAITING_ON_MANUAL_INGESTION")throw l.error("DyteLivestream::stop::inconsistent_state"),new w("Livestream not started yet","1902");try{this.setLivestreamState("STOPPING"),yield ut().stopLivestreaming()}catch(e){throw l.error("DyteLivestream::stop::livestream_failed_to_stop",{error:e}),this.setLivestreamState("STOPPING"),new w("Error while stopping livestream","1900")}})}}$a=new WeakMap;Dv([S.trace("livestream.start")],Zh.prototype,"start",1);Dv([S.trace("livestream.stop")],Zh.prototype,"stop",1);var rO=Object.defineProperty,iO=Object.getOwnPropertyDescriptor,nO=(t,e,r,i)=>{for(var n=i>1?void 0:i?iO(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&rO(e,r,n),n},Ja,Ka,Ti;class Ov{constructor(e,r){m(this,"livestream"),f(this,Ja,void 0),f(this,Ka,void 0),f(this,Ti,void 0),v(this,Ka,e),this.livestream=new Zh(e),v(this,Ti,r),this.setupEvents()}fetchInitialLivestreamingState(){return u(this,null,function*(){const e=ut(),{status:r,playbackUrl:i,manualIngest:n,ingestionCredentials:s}=yield e.getActiveLivestream();this.livestream.playbackUrl=i,this.livestream.ingestionCredentials=s,r==="LIVE"&&this.livestream.setLivestreamState("LIVESTREAMING"),r==="INVOKED"&&n&&this.livestream.setLivestreamState("WAITING_ON_MANUAL_INGESTION")})}setupEvents(){a(this,Ti).on(W.startedLivestream,e=>u(this,null,function*(){this.livestream.playbackUrl=e.playbackUrl,this.livestream.setLivestreamState("LIVESTREAMING");try{a(this,Ka).permissions.canLivestream&&(yield this.fetchInitialLivestreamingState())}catch{l.error("Error: LivestreamController.fetchLivestream during startedLivestream re-fetch")}})),a(this,Ti).on(W.livestreamingInvoked,e=>u(this,null,function*(){if(e.manualIngest){this.livestream.setLivestreamState("WAITING_ON_MANUAL_INGESTION");try{a(this,Ka).permissions.canLivestream&&(yield this.fetchInitialLivestreamingState())}catch{l.error("Error: LivestreamController.fetchLivestream during livestreamingInvoked re-fetch")}}})),a(this,Ti).on(W.stoppedLivestream,()=>{this.livestream.setLivestreamState("IDLE"),this.livestream.playbackUrl=void 0,this.livestream.ingestionCredentials=void 0}),a(this,Ti).on(W.erroredLivestream,()=>{this.livestream.setLivestreamState("IDLE"),this.livestream.playbackUrl=void 0}),a(this,Ti).on(W.roomPeerCount,e=>{this.livestream.viewerCount=e.count,this.livestream.emit("viewerCountUpdate",e.count)}),R.on(M.PEER_JOINED_INTERNAL,e=>u(this,null,function*(){var r;((r=e.flags)==null?void 0:r.hiddenParticipant)===!0&&e.recorderType==="LIVESTREAMER"&&(v(this,Ja,e.id),this.livestream.setLivestreamState("LIVESTREAMING"))})),R.on(M.PEER_CLOSED,e=>{e.id===a(this,Ja)&&(v(this,Ja,void 0),this.livestream.setLivestreamState("IDLE"))}),R.onAsync(M.LEAVE_MEDIA_ROOM,()=>u(this,null,function*(){this.livestream.playbackUrl||(l.info("Fetching livestreaming state on leave stage"),yield this.fetchInitialLivestreamingState())})),R.on(M.SOCKET_SERVICE_ROOM_JOINED,()=>u(this,null,function*(){try{yield this.fetchInitialLivestreamingState()}catch{l.error("Error: LivestreamController.fetchLivestream")}}))}}Ja=new WeakMap,Ka=new WeakMap,Ti=new WeakMap;nO([S.trace("LivestreamController.setupEvents")],Ov.prototype,"setupEvents",1);var sO=Object.defineProperty,aO=Object.getOwnPropertyDescriptor,jo=(t,e,r,i)=>{for(var n=i>1?void 0:i?aO(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&sO(e,r,n),n},bt,en,tn,Wu,Nv;class Ls{constructor({name:e,socketHandler:r,meetingId:i}){f(this,Wu),m(this,"name",""),f(this,bt,{}),f(this,en,""),f(this,tn,void 0),m(this,"rateLimitConfig",{maxInvocations:5,period:1}),m(this,"bulkRateLimitConfig",{maxInvocations:5,period:1}),m(this,"listeners",{}),this.name=e,v(this,tn,r),v(this,en,i)}set(e,r,i=!0,n=!1){return u(this,null,function*(){a(this,bt)[e]=r,i&&this.remoteSet(e,r),n&&(this.listeners[e]&&this.listeners[e].forEach(s=>s({[e]:a(this,bt)[e]})),this.listeners["*"]&&this.listeners["*"].forEach(s=>s({[e]:a(this,bt)[e]})))})}remoteSet(e,r){a(this,tn).storeInsertKeys(a(this,en),this.name,[{key:e,payload:r}])}bulkSet(e){return u(this,null,function*(){e.forEach(({key:r,payload:i})=>{a(this,bt)[r]=i}),a(this,tn).storeInsertKeys(a(this,en),this.name,e)})}update(e,r,i=!0){return u(this,null,function*(){B(this,Wu,Nv).call(this,e,r,i)})}delete(e,r=!0,i=!1){return u(this,null,function*(){if(a(this,bt)[e]&&delete a(this,bt)[e],r)return a(this,tn).storeDeleteKeys(a(this,en),this.name,[{key:e}]);i&&(this.listeners[e]&&(this.listeners[e].forEach(n=>n({[e]:void 0})),delete this.listeners[e]),this.listeners["*"]&&this.listeners["*"].forEach(n=>n({[e]:void 0})))})}bulkDelete(e){return u(this,null,function*(){return e.forEach(({key:r})=>{a(this,bt)[r]&&delete a(this,bt)[r]}),a(this,tn).storeDeleteKeys(a(this,en),this.name,e)})}get(e){if(a(this,bt)[e])return a(this,bt)[e]}getAll(){return a(this,bt)}get rateLimits(){return this.rateLimitConfig}updateRateLimits(e,r){this.rateLimitConfig.maxInvocations=e,this.rateLimitConfig.period=r}get bulkRateLimits(){return this.bulkRateLimitConfig}updateBulkRateLimits(e,r){this.bulkRateLimitConfig.maxInvocations=e,this.bulkRateLimitConfig.period=r}subscribe(e,r){if(this.listeners[e]){this.listeners[e].push(r);return}this.listeners[e]=[r]}unsubscribe(e,r){var i;if(r){this.listeners[e]=((i=this.listeners[e])==null?void 0:i.filter(n=>n!==r))||[];return}this.listeners[e]&&delete this.listeners[e]}populate(e){v(this,bt,e)}}bt=new WeakMap,en=new WeakMap,tn=new WeakMap,Wu=new WeakSet,Nv=function(t,e,r=!0){let i;const n=a(this,bt)[t],s=Object.prototype.toString.call(e),o=Object.prototype.toString.call(n);if(s!==o){this.set(t,e);return}switch(o){case"[object Array]":i=[...n,...e];break;case"[object Object]":i=V(V({},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)};jo([Ft(Ns,"rateLimitConfig")],Ls.prototype,"remoteSet",1);jo([Ft(Ns,"bulkRateLimitConfig")],Ls.prototype,"bulkSet",1);jo([Ft(Ns,"rateLimitConfig")],Ls.prototype,"update",1);jo([Ft(Ns,"rateLimitConfig")],Ls.prototype,"delete",1);jo([Ft(Ns,"bulkRateLimitConfig")],Ls.prototype,"bulkDelete",1);var fs,vs,jc,Bl,Rd,mn,ju,Lv;class oO{constructor(e,r){f(this,jc),f(this,ju),m(this,"stores",new Map),f(this,fs,void 0),f(this,vs,""),f(this,Rd,void 0),f(this,mn,new Map),v(this,fs,r),v(this,vs,e.getValue("meetingId")),v(this,Rd,e),B(this,ju,Lv).call(this)}create(e){const r=new Ls({name:e,socketHandler:a(this,fs),meetingId:a(this,vs)});return a(this,fs).storeGetKeys(a(this,vs),e,[]),new Promise((i,n)=>{const s=setTimeout(()=>n(Error("Failed")),3e3);a(this,mn).set(e,{rejectTimeout:s,resolve:i,store:r})})}}fs=new WeakMap,vs=new WeakMap,jc=new WeakSet,Bl=function(){return a(this,Rd).getValue("peerId")},Rd=new WeakMap,mn=new WeakMap,ju=new WeakSet,Lv=function(){[z.storeInsertKeys,z.storeGetKeys,z.storeDeleteKeys].forEach(t=>{a(this,fs).on(t,e=>u(this,null,function*(){var r,i;if(e.pluginId!==a(this,vs))return;const n=(r=e.storeItems)==null?void 0:r.map(o=>{var c;return{timestamp:o.timestamp,peerId:o.peerId,payload:JSON.parse((c=o.payload)!=null&&c.length?new TextDecoder().decode(o.payload):"{}"),key:o.storeKey}});if(t===z.storeGetKeys){const o=a(this,mn).get(e.storeName),c=this.stores.get(e.storeName)||(o==null?void 0:o.store);a(this,mn).get(e.storeName)&&(this.stores.set(e.storeName,o.store),o.resolve(c),clearTimeout(o.rejectTimeout),a(this,mn).delete(e.storeName)),n.forEach(d=>{c.set(d.key,d.payload,!1,!1)});return}const s=this.stores.get(e.storeName)||((i=a(this,mn).get(e.storeName))==null?void 0:i.store);s!==void 0&&(t===z.storeInsertKeys&&n.forEach(({key:o,peerId:c,payload:d})=>{c!==a(this,jc,Bl)&&s.set(o,d,!1,!0)}),t===z.storeDeleteKeys&&n.forEach(({key:o,peerId:c})=>{c!==a(this,jc,Bl)&&s.delete(o,!1,!0)}))}))})};function gn(t){var e,r,i,n,s,o,c,d,h,p,g,y,T;return t?{media:{audio:{enabled:t.audioEnabled,trackId:(e=t.audioTrack)==null?void 0:e.id,permission:"mediaPermissions"in t?(r=t.mediaPermissions)==null?void 0:r.audio:null},video:{enabled:t.videoEnabled,trackId:(i=t.videoTrack)==null?void 0:i.id,permission:"mediaPermissions"in t?(n=t.mediaPermissions)==null?void 0:n.video:null},screenshare:{enabled:t.screenShareEnabled,permission:"mediaPermissions"in t?(s=t.mediaPermissions)==null?void 0:s.screenshare:null,audio:{enabled:(c=(o=t.screenShareTracks)==null?void 0:o.audio)==null?void 0:c.enabled,trackId:(h=(d=t.screenShareTracks)==null?void 0:d.audio)==null?void 0:h.id},video:{enabled:(g=(p=t.screenShareTracks)==null?void 0:p.video)==null?void 0:g.enabled,trackId:(T=(y=t.screenShareTracks)==null?void 0:y.video)==null?void 0:T.id}}}}:{}}var cO=Object.defineProperty,dO=Object.getOwnPropertyDescriptor,Vs=(t,e,r,i)=>{for(var n=i>1?void 0:i?dO(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&cO(e,r,n),n};const lO=.8,uO=1.2;var fa,va,Gi,Wn,ya,jn,Sa,Wl,Ym,oi,hc,qi,Hn,Ea,ci,jl,pc,Hl,Qm;let ii=(Qm=class extends zt{constructor(t,e,r,i){super(),f(this,Wn),f(this,jn),f(this,Wl),f(this,Hn),f(this,pc),m(this,"id"),m(this,"userId"),m(this,"name"),m(this,"picture"),m(this,"isHost"),m(this,"customParticipantId"),m(this,"flags"),m(this,"device"),m(this,"videoTrack"),m(this,"audioTrack"),m(this,"screenShareTracks"),m(this,"videoEnabled"),m(this,"audioEnabled"),m(this,"screenShareEnabled"),m(this,"producers"),m(this,"manualProducerConfig"),f(this,fa,void 0),m(this,"supportsRemoteControl",!1),f(this,va,void 0),m(this,"presetName"),f(this,Gi,void 0),f(this,oi,void 0),f(this,hc,void 0),f(this,qi,new Map),f(this,ci,1),f(this,jl,jh(I=>{if(!this.videoTrack)return;const{clientWidth:ae,clientHeight:ne}=I,{width:ve,height:Qe}=this.videoTrack.getSettings();if(!ve||!Qe)return;const ot=Qe/ne,Mt=ve/ae,A=Math.max(ot,Mt);A>uO&&a(this,ci)===1?(v(this,ci,0),R.emit(M.MAX_SPATIAL_LAYER_CHANGE,{peerId:this.id,maxSpatialLayer:a(this,ci)})):A<lO&&a(this,ci)===0&&(v(this,ci,1),R.emit(M.MAX_SPATIAL_LAYER_CHANGE,{peerId:this.id,maxSpatialLayer:a(this,ci)}))},2e3)),v(this,Gi,t);const{id:n,userId:s,displayName:o,device:c,picture:d,isHost:h,flags:p,clientSpecificId:g,stageStatus:y,customParticipantId:T,audioMuted:b,audioTrack:D,videoEnabled:P=!1,videoTrack:x,producers:H,metadata:J}=e;this.id=n,this.userId=s,this.name=o,this.device=c,this.picture=d,this.isHost=h,this.flags=p,this.manualProducerConfig=Kw,v(this,va,y!=null?y:"ON_STAGE"),this.customParticipantId=T!=null?T:g,this.audioEnabled=!b,this.audioTrack=D,this.videoEnabled=P,this.videoTrack=x,this.screenShareTracks={audio:void 0,video:void 0},this.producers=H!=null?H:[],this.presetName=J==null?void 0:J.preset_name,v(this,fa,!1),v(this,oi,r),v(this,hc,i),this.setupEvents(),this.updateVideo=this.updateVideo.bind(this),B(this,pc,Hl).call(this)}get clientSpecificId(){return this.customParticipantId}get stageStatus(){return a(this,va)}setVideoEnabled(t,e=!0){this.videoEnabled=t,e&&(l.info("DyteParticipant::setVideoEnabled::videoUpdate",V({},gn(this))),this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack}))}setAudioEnabled(t,e=!0){this.audioEnabled=t,e&&(l.info("DyteParticipant::setAudioEnabled::audioUpdate",V({},gn(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",B(this,pc,Hl))}pin(){return u(this,null,function*(){if(!a(this,jn,Sa))throw new w("Can`t pin participant without joining room","1205");if(!a(this,oi).permissions.pinParticipant)throw new w("You do not have permission to pin participants.","1201");return a(this,Wn,ya).pinPeer(this.id)})}unpin(){return u(this,null,function*(){if(!a(this,jn,Sa))throw new w("Can`t unpin participant without joining room","1205");if(!a(this,oi).permissions.pinParticipant)throw new w("You do not have permission to unpin participants.","1201");return a(this,Wn,ya).pinPeer(null)})}setIsPinned(t,e=!0){var r;v(this,fa,t);const i=t?"pinned":"unpinned";(r=a(this,Hn,Ea))==null||r.updateSource(this.id,{pinned:t}),e&&this.emit(i,this)}disableAudio(){return u(this,null,function*(){const t=this.id;if(l.info("DyteParticipant::disable_audio",{dyteParticipant:{id:t}}),!a(this,jn,Sa))throw new w("Can`t disable participant audio without joining room","1205");if(a(this,oi).permissions.canDisableParticipantAudio)return a(this,Wn,ya).disableAudio(t);throw l.error("DyteParticipant::unauthorized_disable_audio",{dyteParticipant:{id:t}}),new w("Unauthorized: User does not have permission to disable participant audio.","1201")})}kick(){return u(this,null,function*(){const t=this.id;if(l.info("DyteParticipant::kick",{dyteParticipant:{id:t}}),!a(this,Wl,Ym))throw new w("Can`t kick participant without joining room","1205");if(a(this,oi).permissions.kickParticipant){yield R.emitAsync(M.KICK_PEER,{peerId:t});return}throw l.error("DyteParticipant::unauthorized_kick",{dyteParticipant:{id:t}}),new w("Unauthorized: User does not have permission to kick participants.","1201")})}disableVideo(){return u(this,null,function*(){const t=this.id;if(l.info("DyteParticipant::disable_video",{dyteParticipant:{id:t}}),!a(this,jn,Sa))throw new w("Can`t disable participant video without joining room","1205");if(a(this,oi).permissions.canDisableParticipantVideo)return a(this,Wn,ya).disableVideo(t);throw l.error("DyteParticipant::unauthorized_disable_video",{dyteParticipant:{id:t}}),new w("Unauthorized: User does not have permission to disable participant video.","1201")})}getPermissions(){return u(this,null,function*(){return a(this,hc).getUserPermissions(this.userId)})}setStageStatus(t){v(this,va,t),this.emit("stageStatusUpdate",this)}get isPinned(){return a(this,fa)}registerVideoElement(t){var e,r,i,n;if(!t)return;let s;(r=(e=a(this,qi).get(t))==null?void 0:e.observer)==null||r.disconnect(),"ResizeObserver"in window&&(s=new ResizeObserver(()=>a(this,jl).call(this,t)),s.observe(t)),a(this,qi).set(t,{observer:s}),this.updateVideo(t),(n=a(this,Hn,Ea))==null||n.addSource(this.id,t,this.videoEnabled,this.isPinned,this.name,this.picture,(i=this.raised)!=null?i:!1)}deregisterVideoElement(t){var e,r,i,n;if(!t){(e=a(this,Hn,Ea))==null||e.removeSource(this.id);return}t.srcObject=void 0,(i=(r=a(this,qi).get(t))==null?void 0:r.observer)==null||i.disconnect(),a(this,qi).delete(t),(n=a(this,Hn,Ea))==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"}},fa=new WeakMap,va=new WeakMap,Gi=new WeakMap,Wn=new WeakSet,ya=function(){return a(this,Gi).getValue("roomNodeClient")},jn=new WeakSet,Sa=function(){return a(this,Gi).getValue("connectionHandler").mediaJoined},Wl=new WeakSet,Ym=function(){return a(this,Gi).getValue("connectionHandler").socketJoined},oi=new WeakMap,hc=new WeakMap,qi=new WeakMap,Hn=new WeakSet,Ea=function(){return a(this,Gi).getValue("pip")},ci=new WeakMap,jl=new WeakMap,pc=new WeakSet,Hl=function(){Array.from(a(this,qi).keys()).forEach(this.updateVideo)},Qm);Vs([S.trace("DyteParticipant.disableAudio")],ii.prototype,"disableAudio",1);Vs([S.trace("DyteParticipant.kick")],ii.prototype,"kick",1);Vs([S.trace("DyteParticipant.disableVideo")],ii.prototype,"disableVideo",1);Vs([S.trace("DyteParticipant.getPermissions")],ii.prototype,"getPermissions",1);Vs([S.trace("DyteParticipant.setStageStatus")],ii.prototype,"setStageStatus",1);ii=Vs([mt("1200")],ii);class fn extends Iv{constructor(e){const{onAddEvent:r="participantJoined",onDeleteEvent:i="participantLeft",onClearEvent:n="participantsCleared"}=e!=null?e:{};super({onAddEvent:r,onDeleteEvent:i,onClearEvent:n})}add(e,r=!0){return this.has(e.id)&&Object.is(this.get(e.id),e)===!1&&this.delete(e.id),super.add(e,r)}clear(e=!0,r=!1){return super.clear(e,r)}delete(e,r=!0,i=!1){return super.delete(e,r,i)}}var rn;class hO extends Ds{constructor(){super(),f(this,rn,void 0),v(this,rn,new Map)}__set(e,r){return a(this,rn).set(e,r)}__clear(){return a(this,rn).clear()}get(e){return a(this,rn).get(e)}toArray(){return Array.from(a(this,rn).values())}}rn=new WeakMap;class pO{constructor(){m(this,"_orderedArray"),m(this,"_map"),this._map=new Map,this._orderedArray=[]}add(e,r){if(!this._map.has(e))return this._map.set(e,{peerId:e,priority:r}),this._orderedArray.splice(Math.max(r-1,0),0,e),this.index(e);const i=this.index(e);this.delete(e);const n=this.add(e,r);return i!==n?n:-1}delete(e){if(this._map.has(e)){const r=this.index(e);this._map.delete(e),this._orderedArray.splice(r,1)}}index(e){return this._map.has(e)?this._orderedArray.indexOf(e):-1}[Symbol.iterator](){return this._orderedArray[Symbol.iterator]()}}class mO{constructor(){m(this,"_activeSpeakerPeers"),m(this,"_compulsoryPeers"),this._activeSpeakerPeers=new pO,this._compulsoryPeers=new Set}add(e,r){if(!e)return-1;if(r<0)return this._compulsoryPeers.add(e),0;if(this.compulsoryPeers.includes(e)&&(r>0||r===246267631)){if(l.info("DyteSelectedPeer::removing_compulsory_peer",{selectedPeer:{peerId:e}}),this._removeFromCompulsoryPeer(e),r===246267631)return-1}else if(r===229490415)return this.delete(e),-1;return this._activeSpeakerPeers.add(e,r)}delete(e){l.info("DyteSelectedPeer::deleting_peer_from_selectedPeer",{selectedPeer:{peerId:e}}),this._removeFromCompulsoryPeer(e),this._activeSpeakerPeers.delete(e)}index(e){return this._activeSpeakerPeers.index(e)}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(e){this._compulsoryPeers.delete(e)}}const Vv=new mO;var gO=Object.defineProperty,fO=Object.getOwnPropertyDescriptor,Xt=(t,e,r,i)=>{for(var n=i>1?void 0:i?fO(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&gO(e,r,n),n};const vO=["ACTIVE_GRID","PAGINATED","MANUAL"];var or,Gn,Ta,qn,ka,ba,mc,$n,Wt,Xm;let Pt=(Xm=class extends zt{constructor(t,e,r){super(),f(this,Gn),f(this,qn),f(this,ba),m(this,"waitlisted"),m(this,"joined"),m(this,"active"),m(this,"videoSubscribed"),m(this,"audioSubscribed"),m(this,"pinned"),m(this,"all"),f(this,or,void 0),f(this,$n,void 0),f(this,Wt,void 0),m(this,"rateLimitConfig",{maxInvocations:5,period:1}),m(this,"viewMode"),m(this,"currentPage"),m(this,"lastActiveSpeaker"),m(this,"selectedPeers",Vv),v(this,or,t),v(this,$n,e),v(this,Wt,r),this.waitlisted=new fn,this.joined=new fn,this.videoSubscribed=new fn,this.audioSubscribed=new fn,this.active=this.videoSubscribed,this.pinned=new fn,this.all=new hO,this.viewMode="ACTIVE_GRID",this.currentPage=0,this.setupEvents()}get pip(){return a(this,or).getValue("pip")}get rateLimits(){return this.rateLimitConfig}updateRateLimits(t,e){this.rateLimitConfig.maxInvocations=t,this.rateLimitConfig.period=e}setupEvents(){R.on(M.E2EE_ACTIVE_CONSUMER,({peerId:t})=>{var e;((e=a(this,or).getValue("modules").e2ee)==null?void 0:e.enabled)!==!0&&this.emit("media_decode_error",{reason:`Got encrypted media for participantId ${t}, but encryption wasn't enabled in init.defaults`,code:"1702"})})}get count(){return this.joined.size}get maxActiveParticipantsCount(){var t;return(t=a(this,or))==null?void 0:t.getValue("maxPreferredStreams")}setMaxActiveParticipantsCount(t){if(t<0||t>24)throw new w("0 <= Max active participants count limit <= 24","1203");a(this,or).setValue("maxPreferredStreams",t),a(this,ba,mc)&&R.emit(M.UPDATE_ACTIVE)}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 e,r;if(!a(this,qn,ka))throw new w("Can`t accept waiting room request without joining room","1205");const i=(r=(e=this.waitlisted.get(t))==null?void 0:e.userId)!=null?r:t;return a(this,Wt).acceptWaitingRoomRequest([i])}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,Wt).acceptWaitingRoomRequest(e)})}rejectWaitingRoomRequest(t){return u(this,null,function*(){var e,r;if(!a(this,qn,ka))throw new w("Can`t reject waiting room request without joining room","1205");const i=(r=(e=this.waitlisted.get(t))==null?void 0:e.userId)!=null?r:t;a(this,Wt).rejectWaitingRoomRequest([i])})}setViewMode(t){return u(this,null,function*(){if(l.info("DyteParticipants::set_view_mode",{pageNavigation:{viewMode:t,currentPage:this.currentPage,pageCount:this.pageCount,maxActiveParticipantsCount:this.maxActiveParticipantsCount}}),!(e=>vO.includes(e))(t))throw l.error("DyteParticipants::setViewMode::invalid_view_mode",{pageNavigation:{viewMode:t,currentPage:this.currentPage,pageCount:this.pageCount,maxActiveParticipantsCount:this.maxActiveParticipantsCount}}),new w(`Invalid view mode: ${t}. Try ACTIVE_GRID, PAGINATED or MANUAL.`,"1207");if(this.viewMode===t){l.info("DyteParticipants::setViewMode::view_mode_same_as_previous");return}if(t==="MANUAL")throw new w("Manual Subscription is not enabled for your Organization. Please contact support.","1208");this.viewMode=t,t==="PAGINATED"?(this.currentPage=1,R.emit(M.UPDATE_ACTIVE,{page:this.currentPage})):t==="ACTIVE_GRID"&&(this.currentPage=0,R.emit(M.UPDATE_ACTIVE)),this.emit("viewModeChanged",{viewMode:t,currentPage:this.currentPage,pageCount:this.pageCount})})}subscribe(t){return u(this,arguments,function*(e,r=["audio","video","screenshareAudio","screenshareVideo"]){if(this.viewMode!=="MANUAL")throw new w("MANUAL subscription mode was not activated.","1206");const i=[];e.forEach(n=>{const s=this.joined.get(n);if(s){if(r.includes("audio")){s.manualProducerConfig=$(V({},s.manualProducerConfig),{audio:!0}),this.videoSubscribed.add(s);const o=s.producers.find(c=>c.kind==="audio"&&!c.screenShare);o&&i.push(o)}if(r.includes("video")){s.manualProducerConfig=$(V({},s.manualProducerConfig),{video:!0}),this.audioSubscribed.add(s);const o=s.producers.find(c=>c.kind==="video"&&!c.screenShare);o&&i.push(o)}if(r.includes("screenshareAudio")){s.manualProducerConfig=$(V({},s.manualProducerConfig),{screenshareAudio:!0});const o=s.producers.find(c=>c.kind==="audio"&&c.screenShare);i.push(o)}if(r.includes("screenshareVideo")){s.manualProducerConfig=$(V({},s.manualProducerConfig),{screenshareVideo:!0});const o=s.producers.find(c=>c.kind==="video"&&c.screenShare);i.push(o)}}}),yield a(this,Gn,Ta).createConsumers(i)})}unsubscribe(t){return u(this,arguments,function*(e,r=["audio","video","screenshareAudio","screenshareVideo"]){if(this.viewMode!=="MANUAL")throw new w("MANUAL subscription mode was not activated.","1206");const i=[];e.forEach(n=>{const s=this.joined.get(n);if(s){if(r.includes("audio")){s.manualProducerConfig=$(V({},s.manualProducerConfig),{audio:!1});const o=s.producers.find(c=>c.kind==="audio"&&!c.screenShare);o&&i.push(o)}if(r.includes("video")){s.manualProducerConfig=$(V({},s.manualProducerConfig),{video:!1});const o=s.producers.find(c=>c.kind==="video"&&!c.screenShare);o&&i.push(o)}if(r.includes("screenshareAudio")){s.manualProducerConfig=$(V({},s.manualProducerConfig),{screenshareAudio:!1});const o=s.producers.find(c=>c.kind==="audio"&&c.screenShare);i.push(o)}if(r.includes("screenshareVideo")){s.manualProducerConfig=$(V({},s.manualProducerConfig),{screenshareVideo:!1});const o=s.producers.find(c=>c.kind==="video"&&c.screenShare);i.push(o)}}}),yield a(this,Gn,Ta).closeConsumers(i)})}getPeerIdsForCurrentPage(){l.info("DyteParticipants::getPeerIdsForCurrentPage()",{pageNavigation:{viewMode:this.viewMode,currentPage:this.currentPage,pageCount:this.pageCount,maxActiveParticipantsCount:this.maxActiveParticipantsCount}});const{compulsoryPeers:t}=this.selectedPeers,e=t.filter(o=>this.joined.has(o)),r=Array.from(this.pinned.keys()).filter(o=>!e.includes(o)),i=Array.from(this.joined.toArray().filter(o=>o.stageStatus==="ON_STAGE").map(o=>o.id)),n=Math.max((this.currentPage-1)*(this.maxActiveParticipantsCount-e.length-r.length)),s=this.currentPage*(this.maxActiveParticipantsCount-e.length-r.length);return e.concat(r,i.slice(n,s))}setPage(t){return u(this,null,function*(){if(l.info("DyteParticipants::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 l.error("DyteParticipants::invalid_page_number"),new w(`Invalid page: ${t}. Page must be an integer and greater than 0 and less than or equal to .pageCount`,"1202");this.currentPage=t,R.emit(M.UPDATE_ACTIVE,{page:t}),this.emit("pageChanged",{viewMode:this.viewMode,currentPage:this.currentPage,pageCount:this.pageCount})}})}disableAllAudio(t){return u(this,null,function*(){if(l.info("DyteParticipants::disable_all_audio",{actions:{disableAllAudio:{allowUnmute:t}}}),!a(this,ba,mc))throw new w("Can`t disable all audio without joining room","1205");if(a(this,$n).permissions.canAllowParticipantAudio)return a(this,Gn,Ta).muteAll(t);throw l.error("DyteParticipants::unauthorized_disable_all_audio",{actions:{disableAllAudio:{allowUnmute:t}}}),new w("Unauthorized: User does not have permission to disable peer audio.","1201")})}disableAllVideo(){return u(this,null,function*(){if(l.info("DyteParticipants::disable_all_video"),!a(this,ba,mc))throw new w("Can`t disable all video without joining room","1205");if(a(this,$n).permissions.canAllowParticipantVideo)return a(this,Gn,Ta).muteAllVideo();throw l.error("DyteParticipants::unauthorized_disable_all_video"),new w("Unauthorized: User does not have permission to disable peer video.","1201")})}disableAudio(t){return u(this,null,function*(){this.joined.get(t).disableAudio()})}disableVideo(t){return u(this,null,function*(){this.joined.get(t).disableVideo()})}kick(t){return u(this,null,function*(){yield R.emitAsync(M.KICK_PEER,{peerId:t})})}kickAll(){return u(this,null,function*(){if(l.info("DyteParticipants::kick_all"),a(this,or).getValue("viewType")!=="LIVESTREAM"&&!a(this,qn,ka))throw new w("Can`t kick all without joining room","1205");if(!a(this,$n).permissions.kickParticipant)throw l.error("DyteParticipants::unauthorized_kick_all"),new w("Unauthorized: User does not have permission to kick peers.","1201");const t=Q.hasFeature(ie.PROPAGATE_KICK_ALL);a(this,Wt).kickAll(t)})}broadcastMessage(t,e,r){return u(this,null,function*(){if(l.info("DyteParticipants::broadcastMessage"),!a(this,qn,ka))throw new w("Can`t broadcast message without joining room","1205");if(!(t!=null&&t.trim()))throw new w("`type` must be a non-empty string.","1209");if(r)if("meetingIds"in r)yield a(this,Wt).broadcastToMeetings(t,r.meetingIds,e);else{let i=[];"participantIds"in r?i=r.participantIds:i=this.joined.toArray().filter(n=>{var s;return(s=r.presetNames)==null?void 0:s.includes(n.presetName)}).map(n=>n.id),yield a(this,Wt).broadcastToPeers(t,i,e)}else yield a(this,Wt).broadcastMessage(t,e)})}getAllJoinedPeers(t,e,r){return u(this,null,function*(){return(yield a(this,Wt).getRoomPeers(t,e,r)).peers.map(si.formatSocketServiceMessage)})}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 w("Cannot update permissions, no valid userIDs found","1204");a(this,Wt).updatePermissions(i,e)})}getParticipantsInMeetingPreJoin(){return u(this,null,function*(){return a(this,Wt).getRoomPeersNonPaginated()})}},or=new WeakMap,Gn=new WeakSet,Ta=function(){return a(this,or).getValue("roomNodeClient")},qn=new WeakSet,ka=function(){var t;return((t=a(this,or).getValue("connectionHandler"))==null?void 0:t.socketJoined)===!0},ba=new WeakSet,mc=function(){var t;return((t=a(this,or).getValue("connectionHandler"))==null?void 0:t.mediaJoined)===!0},$n=new WeakMap,Wt=new WeakMap,Xm);Xt([S.trace("DyteParticipants.setViewMode")],Pt.prototype,"setViewMode",1);Xt([S.trace("DyteParticipants.setPage")],Pt.prototype,"setPage",1);Xt([S.trace("DyteParticipants.disableAllAudio")],Pt.prototype,"disableAllAudio",1);Xt([S.trace("DyteParticipants.disableAllVideo")],Pt.prototype,"disableAllVideo",1);Xt([S.trace("DyteParticipants.disablePeerAudio")],Pt.prototype,"disableAudio",1);Xt([S.trace("DyteParticipants.disablePeerVideo")],Pt.prototype,"disableVideo",1);Xt([S.trace("DyteParticipants.kickPeer")],Pt.prototype,"kick",1);Xt([S.trace("DyteParticipants.kickAll")],Pt.prototype,"kickAll",1);Xt([S.trace("DyteParticipants.broadcastMessage"),Ft(Ns,"rateLimitConfig")],Pt.prototype,"broadcastMessage",1);Xt([S.trace("DyteParticipants.getAllJoinedPeers"),Ft({maxInvocations:10,period:60})],Pt.prototype,"getAllJoinedPeers",1);Xt([S.trace("DyteParticipant.updatePermissions"),Ft({maxInvocations:1e3,period:60})],Pt.prototype,"updatePermissions",1);Xt([S.trace("DyteParticipants.getParticipantsInMeetingPreJoin")],Pt.prototype,"getParticipantsInMeetingPreJoin",1);Pt=Xt([mt("1200")],Pt);var Ms=(t=>(t.NEW="new",t.CONNECTING="connecting",t.RECONNECTING="reconnecting",t.DISCONNECTED="disconnected",t.CONNECTED="connected",t.FAILED="failed",t.CLOSED="closed",t))(Ms||{}),Ke=(t=>(t[t.HIVE=1]="HIVE",t[t.ROOM_NODE=2]="ROOM_NODE",t[t.CF=3]="CF",t))(Ke||{}),yO=Object.defineProperty,SO=Object.getOwnPropertyDescriptor,On=(t,e,r,i)=>{for(var n=i>1?void 0:i?SO(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&yO(e,r,n),n},di,_a,wa,Jn,Ia,Zm;const Hc=(Zm=class{constructor(t,e,r,i){switch(m(this,"participants"),m(this,"self"),m(this,"selectedPeers",Vv),m(this,"maxSpatialLayerUpdates",new Map),m(this,"consumerPeerMap"),m(this,"events"),m(this,"roomSocketHandler"),m(this,"context"),m(this,"videoPeerConsumerMap",new Map),f(this,di,{mode:"ACTIVE_GRID",page:0}),f(this,_a,new fn),f(this,wa,new fn),f(this,Jn,!1),f(this,Ia,!1),m(this,"updateConsumerSpatialLayers",jh(()=>{const n={},s=new Map(this.maxSpatialLayerUpdates);this.maxSpatialLayerUpdates.clear(),Array.from(s.entries()).forEach(([o,c])=>{n[c]===void 0&&(n[c]={layer:c,consumerIds:[]}),n[c].consumerIds.push(o)}),Object.keys(n).forEach(o=>{const c=n[o];l.log(`Switching max spatial layer to ${c.layer}`,{consumerIds:c.consumerIds}),this.roomNodeClient.switchConsumersToLayer(c.consumerIds,c.layer)})},2e3)),m(this,"updateConsumers",(n,s)=>u(this,null,function*(){try{n.length!==0&&(l.info("Queueing create consumers for producers",{producers:n}),yield this.roomNodeClient.createConsumers(n))}catch(o){l.error("Error activating peers",{error:o})}try{s.length!==0&&(l.info("Queueing close consumers for producers",{producers:s}),yield this.roomNodeClient.closeConsumers(s))}catch(o){l.error("Error deactivating peers",{error:o})}})),this.context=t,this.roomSocketHandler=r,this.participants=new Pt(t,e,this.roomSocketHandler),this.self=e,this.consumerPeerMap=new Map,i){case Ke.HIVE:{this.events=rr;break}case Ke.CF:{this.events=yr;break}default:this.events=rr}e.config.viewType!=="CHAT"&&this.setupEventsGlobal(),this.setupEvents()}get roomNodeClient(){return this.context.getValue("roomNodeClient")}get mediaJoined(){var t;return((t=this.roomNodeClient)==null?void 0:t.mediaJoined)===!0}get pip(){return this.context.getValue("pip")}setupEvents(){this.roomSocketHandler.on(W.getWaitingRoomRequests,this.waitingRoomRequestHandler.bind(this)),R.on(M.SOCKET_PEERS,t=>u(this,null,function*(){const e=Q.hasFeature(ie.DEBUG_SOCKET_JOIN);if(e){const r=t&&(t==null?void 0:t.length)<20?{peers:JSON.stringify(t.map(i=>i.peerId))}:void 0;l.info("Processing socket peers",r)}t==null||t.forEach(r=>{r.waitlisted||this.onParticipantJoined(this.fromSocketService(r))}),e&&l.info("Processed socket peers")})),this.roomSocketHandler.on(this.events.peerJoinedBroadcast,({participant:t})=>{Q.hasFeature(ie.DEBUG_SOCKET_JOIN)&&l.info("events.peerJoinedBroadcast",{peers:t.peerId}),this.onMediaJoined(t.peerId,t.producerStates,t.capabilities)}),this.roomSocketHandler.on(this.events.selfJoinComplete,({participants:t,selectedPeers:e,roomState:r})=>{if(Q.hasFeature(ie.DEBUG_SOCKET_JOIN)){const s=t&&(t==null?void 0:t.length)<20?{peers:JSON.stringify(t.map(o=>o.peerId))}:void 0;l.info("events.selfJoinComplete",s)}t.forEach(({peerId:s,producerStates:o,capabilities:c})=>this.onMediaJoined(s,o,c));const{audioPeers:i,compulsoryPeers:n}=e!=null?e:{};r.pinnedPeerIds.length!==0&&this.onParticipantPinned(r.pinnedPeerIds[0]),this.computeActivateParticipants(i!=null?i:[],n),R.emit(M.UPDATE_ACTIVE,{createAllConsumers:!0})}),R.on(M.MAX_SPATIAL_LAYER_CHANGE,({peerId:t,maxSpatialLayer:e})=>{const r=this.videoPeerConsumerMap.get(t);r&&(this.maxSpatialLayerUpdates.set(r,e),this.updateConsumerSpatialLayers())}),R.on(M.NEW_PRODUCER,({peerId:t,producer:e})=>{const r=this.participants.joined.get(t);if(!r){l.warn("ParticipantController::NEW_PRODUCER::participant not found",{producer:{id:e==null?void 0:e.producerId,kind:e==null?void 0:e.kind,status:"UNKNOWN",appData:{screenShare:e==null?void 0:e.screenShare}},dyteParticipant:{id:t}});return}if(r.producers.push(e),l.info("ParticipantController::NEW_PRODUCER::producer_added_to_participant",{producer:{id:e==null?void 0:e.producerId,peerId:t,kind:e==null?void 0:e.kind,status:"UNKNOWN",appData:{screenShare:e==null?void 0:e.screenShare}}}),this.participants.viewMode==="MANUAL"){let i=!1;const n=e.kind==="audio",s=e.kind==="video",o=r.manualProducerConfig;(n&&(o.audio&&!e.screenShare||o.screenshareAudio&&e.screenShare)||s&&(o.video&&!e.screenShare||o.screenshareVideo&&e.screenShare))&&(i=!0),i?this.roomNodeClient.createConsumers([e]):l.info("ParticipantController::NEW_PRODUCER::not_consuming_producer",{producer:{id:e==null?void 0:e.producerId,peerId:t,kind:e==null?void 0:e.kind,status:"UNKNOWN",appData:{screenShare:e==null?void 0:e.screenShare}}});return}(e==null?void 0:e.kind)==="audio"&&this.participants.audioSubscribed.get(t)||(e==null?void 0:e.kind)==="video"&&this.participants.videoSubscribed.get(t)||e!=null&&e.screenShare?this.roomNodeClient.createConsumers([e]).catch(i=>{l.error("ParticipantController::createConsumer failed",{error:i})}):l.info("ParticipantController::NEW_PRODUCER::not_consuming_producer",{producer:{id:e==null?void 0:e.producerId,peerId:t,kind:e==null?void 0:e.kind,status:"UNKNOWN",appData:{screenShare:e==null?void 0:e.screenShare}}})}),R.on(M.PRODUCER_CLOSED,({peerId:t,producerId:e})=>{const r=this.participants.joined.get(t);if(!r){l.warn("ParticipantController::NEW_PRODUCER::participant not found",{dyteParticipant:{id:t}});return}r.producers=r.producers.filter(i=>i.producerId!==e)}),R.on(M.PRODUCER_TOGGLE,({peerId:t,producerId:e,paused:r,kind:i})=>{const n=this.participants.joined.get(t);if(n){i==="audio"&&n.setAudioEnabled(!r);const s=n.producers.find(o=>o.producerId===e);s&&(s.pause=r)}}),this.roomSocketHandler.on(this.events.globalPeerPinBroadcast,t=>{let e;if(t&&(e=t.participantId),!this.mediaJoined)return;const r=e;this.onParticipantPinned(r);const i=this.participants.joined.get(r);i&&this.roomNodeClient.activatePeers(i.producers).catch(n=>{l.error("unable to create consumers",{error:n})})}),this.roomSocketHandler.on(this.events.selectedPeer,({audioPeers:t,compulsoryPeers:e})=>{this.mediaJoined&&this.onSelectedPeers(e.concat(t))}),this.roomSocketHandler.on(this.events.selectedPeerDiff,({entries:t})=>{if(!this.mediaJoined)return;const e=t.map(r=>({peerId:r.peerId,priority:r.priority}));this.updateActiveParticipantsWithPriorities(e,!0)})}waitingRoomRequestHandler(t){const e=t.requests.filter(i=>!this.participants.waitlisted.toArray().find(n=>n.userId===i.userId)),r=this.participants.waitlisted.toArray().filter(i=>!t.requests.find(n=>n.userId===i.userId));e.forEach(i=>this.participants.waitlisted.add(new ii(this.context,{id:i.peerId,displayName:i.displayName,audioMuted:!0,videoEnabled:!1,audioTrack:void 0,videoTrack:void 0,stageStatus:"OFF_STAGE",userId:i.userId,flags:{},isHost:!1,customParticipantId:i.customParticipantId,picture:i.picture,metadata:{preset_name:i.presetName}},this.self,this.roomSocketHandler))),r.forEach(i=>this.participants.waitlisted.delete(i.id))}get maxPreferredStreams(){return this.participants.maxActiveParticipantsCount}selectPagePeers(t){const{compulsoryPeers:e}=this.selectedPeers,r=e.filter(c=>this.participants.joined.has(c)),i=Array.from(this.participants.pinned.keys()).filter(c=>!r.includes(c)),n=Array.from(this.participants.joined.toArray().filter(c=>c.stageStatus==="ON_STAGE").map(c=>c.id)),s=Math.max((t-1)*(this.maxPreferredStreams-r.length-i.length)),o=t*(this.maxPreferredStreams-r.length-i.length);return r.concat(i,n.slice(s,o))}selectActivePeers(t){const e=new Map,r=Array.from(this.participants.joined.toArray().filter(p=>p.stageStatus==="ON_STAGE").map(p=>(e.set(p.id,!0),p.id))),i=this.selectedPeers.peers,n=this.participants.pinned.toArray().reduce((p,g)=>(g.stageStatus!=="ON_STAGE"?this.participants.pinned.delete(g.id):p.push(g.id),p),[]),s=this.self.stageStatus==="ON_STAGE"?1:0,o=t-s,c=new Set(i.concat(n).filter(p=>p!==this.self.id&&e.has(p)));let d=Array.from(c);const h=o-c.size;if(h>=0){const p=r.filter(g=>!c.has(g)&&g!==this.self.id).slice(0,h);d=Array.from(c).concat(p)}else d=d.slice(0,o);return d}updateSubscriptions(t,e){const{page:r,createAllConsumers:i}=e!=null?e:{};t&&a(this,di).mode!==t&&(a(this,di).mode=t),r&&a(this,di).page!==r&&(a(this,di).page=r);const{mode:n,page:s}=a(this,di);switch(i&&(a(this,_a).clear(),a(this,wa).clear()),n){case"PAGINATED":{if(!s)return;const o=this.selectPagePeers(s),c=this.selectActivePeers(this.participants.maxActiveParticipantsCount+4);this.updateParticipantsMap(this.participants.videoSubscribed,o),this.updateParticipantsMap(this.participants.audioSubscribed,c),l.debug("ParticipantController::updateActive::updating_current_page_peers",{peerIds:o});break}case"ACTIVE_GRID":{const o=this.selectActivePeers(this.participants.maxActiveParticipantsCount),c=this.selectActivePeers(this.participants.maxActiveParticipantsCount+4);this.updateParticipantsMapMinReplacement(this.participants.videoSubscribed,o),this.updateParticipantsMap(this.participants.audioSubscribed,c);break}default:throw new Error(`View mode ${t} not supported`)}setTimeout(()=>this.syncConsumers(),a(this,di).mode==="PAGINATED"&&!a(this,Jn)?200:0)}syncConsumers(){return u(this,null,function*(){var t,e,r;if(((r=(e=(t=this.context.getValue("connectionHandler"))==null?void 0:t.mediaState)==null?void 0:e.recv)==null?void 0:r.state)!=="connected")return;if(a(this,Jn)){v(this,Ia,!0);return}v(this,Jn,!0),v(this,Ia,!1);const[i,n]=Hc.mapDiff(a(this,_a),this.participants.videoSubscribed);this.updateParticipantsMap(a(this,_a),this.participants.videoSubscribed.toArray().map(({id:h})=>h));const[s,o]=Hc.mapDiff(a(this,wa),this.participants.audioSubscribed);this.updateParticipantsMap(a(this,wa),this.participants.audioSubscribed.toArray().map(({id:h})=>h));const c=[...this.mapPeerIdsToProducers(i,["video"]),...this.mapPeerIdsToProducers(s,["audio"])],d=[...this.mapPeerIdsToProducers(n,["video"]),...this.mapPeerIdsToProducers(o,["audio"])];try{(c.length>0||d.length>0)&&(yield this.updateConsumers(c,d))}finally{v(this,Jn,!1)}a(this,Ia)&&this.syncConsumers()})}static mapDiff(t,e){const r=[],i=[],n=Array.from(t.keys()),s=Array.from(e.keys());return n.forEach(o=>{s.includes(o)||i.push(o)}),s.forEach(o=>{n.includes(o)||r.push(o)}),[r,i]}computeActivateParticipants(t,e){const r=t.map((n,s)=>({peerId:n,priority:s+1})),i=e==null?void 0:e.map((n,s)=>({peerId:n,priority:-(s+1)}));r.push(...i!=null?i:[]),r.length>0&&this.updateActiveParticipantsWithPriorities(r)}fromSocketService(t){const e=Hc.formatSocketServiceMessage(t);return new ii(this.context,$(V({},e),{isHost:!1,videoEnabled:!1,audioMuted:!0,videoTrack:void 0,audioTrack:void 0}),this.self,this.roomSocketHandler)}updatePipSource(t,e){var r,i;e?(r=this.pip)==null||r.enableSource(t):(i=this.pip)==null||i.disableSource(t)}onMediaJoined(t,e,r){if(!this.mediaJoined||t===this.self.id)return;const i=this.participants.joined.get(t);if(!i){l.warn(`Received media.peerJoinedBroadcast for non-existent peer ${t}`);return}e.forEach(n=>{n.kind===Lr.AUDIO&&!n.screenShare?i.setAudioEnabled(!n.pause):n.kind===Lr.VIDEO&&!n.screenShare&&(i.setVideoEnabled(!n.pause),this.updatePipSource(i.id,!n.pause)),i.producers.push($(V({},n),{producingTransportId:n.producingTransportId,kind:n.kind===Lr.AUDIO?"audio":"video",producingPeerId:t,mimeType:n.mimeType}))}),this.roomNodeClient.handlePeerCapabilities(t,r),Q.hasFeature(ie.FORCE_VIDEO_CODEC)||this.roomNodeClient.shareWebcam(this.self.videoTrack),i.producers.length>0&&R.emit(M.UPDATE_ACTIVE)}updateParticipantsMapMinReplacement(t,e){const r=Array.from(t.keys()),i=new Map(t),n=new Set(e),s=[];r.forEach((o,c)=>{(!n.has(o)||!this.participants.joined.get(o))&&s.push(c)}),e.forEach(o=>{if(t.get(o))return;if(r.length<e.length){r.push(o);return}const c=s.shift();r[c]=o}),s.forEach(o=>{r.splice(o,1)}),Array.from(t.keys()).forEach(o=>{t.delete(o,!n.has(o))}),r.forEach(o=>{if(!this.participants.joined.get(o)){l.warn("updateActiveParticipants::participant_not_in_joined_list",{dyteParticipant:{id:o}});return}t.add(this.participants.joined.get(o),!i.get(o))}),t.emit("participantsUpdate")}updateParticipantsMap(t,e){Array.from(t.keys()).forEach(r=>{e.includes(r)||t.delete(r,!0)}),e.forEach(r=>{t.get(r)||t.add(this.participants.joined.get(r),!0)}),t.emit("participantsUpdate")}updatePinnedParticipants(){this.participants.pinned.forEach(t=>{t.setIsPinned(!1),this.participants.pinned.delete(t.id)})}setupEventsGlobal(){this.roomSocketHandler.on(W.joinRoom,({peer:t})=>{if(!t.waitlisted){const e=Q.hasFeature(ie.DEBUG_SOCKET_JOIN);e&&l.info("Processing socket join",{peers:t.peerId}),this.onParticipantJoined(this.fromSocketService(t)),e&&l.info("Processed socket join",{peers:t.peerId})}}),this.roomSocketHandler.on(W.leaveRoom,t=>{const{peerId:e}=t.peer;this.selectedPeers.delete(e),this.onParticipantLeave(e)}),R.on(M.SOCKET_SERVICE_ROOM_JOINED,()=>{this.self.permissions.acceptWaitingRequests&&this.roomSocketHandler.getWaitingRoomRequests()}),this.self.permissions.on("permissionsUpdate",t=>{const{acceptWaitingRequests:e}=t;e!==void 0&&(e?this.roomSocketHandler.getWaitingRoomRequests():this.participants.waitlisted.clear())}),R.on(M.SOCKET_SERVICE_DISCONNECTED,()=>{this.participants.joined.clear(),this.participants.videoSubscribed.clear(),this.participants.audioSubscribed.clear(),this.participants.pinned.clear(),this.participants.currentPage=0,this.participants.viewMode="ACTIVE_GRID",this.participants.emit("viewModeChanged",{viewMode:"ACTIVE_GRID",currentPage:this.participants.currentPage,pageCount:this.participants.pageCount})}),R.on(M.CONSUMER_PAUSED,({id:t})=>{this.processConsumerPaused(t)}),R.on(M.CONSUMER_RESUMED,({id:t})=>{this.processConsumerResumed(t)}),R.on(M.NEW_CONSUMER,({id:t})=>{this.processNewConsumer(t)}),R.on(M.CONSUMER_CLOSED,({id:t})=>{this.processConsumerClosed(t)}),R.on(M.ROOM_MESSAGE,t=>u(this,[t],function*({payload:e,type:r,timestamp:i}){this.participants.emit("broadcastedMessage",{type:r,payload:e,timestamp:i})})),R.on(M.MESSAGE,t=>u(this,[t],function*({payload:e,type:r,timestamp:i}){r!=="spotlight"&&this.participants.emit("broadcastedMessage",{type:r,payload:e,timestamp:i})})),R.on(M.LOW_CONSUMER_SCORE,({peerId:t,score:e,kind:r})=>{const i=this.participants.joined.get(t);i&&(i.emit("poorConnection",{score:e,kind:r}),this.participants.emit("poorConnection",{participantId:t,score:e,kind:r}))}),R.on(M.CONSUMER_SCORE_UPDATE,({score:t,kind:e,appData:r,peerId:i,scoreStats:n})=>{var s;const o=e==="video"&&((s=r==null?void 0:r.screenShare)!=null?s:!1),c=this.participants.joined.get(i);c&&(c.emit("mediaScoreUpdate",{kind:e,isScreenshare:o,score:t,participantId:i,scoreStats:n}),this.participants.emit("mediaScoreUpdate",{kind:e,isScreenshare:o,score:t,participantId:i,scoreStats:n}))}),R.onAsync(M.KICK_PEER,t=>u(this,[t],function*({peerId:e}){const r=this.participants.joined.get(e);this.roomNodeClient.kick(e),yield this.roomSocketHandler.kick(e),r?r.emit("kicked"):this.participants.joined.emit("kicked",{id:e})})),R.on(M.UPDATE_ACTIVE,(...t)=>u(this,[...t],function*({page:e,createAllConsumers:r}={}){this.updateSubscriptions(e?"PAGINATED":"ACTIVE_GRID",{page:e,createAllConsumers:r})}))}onParticipantPinned(t){return u(this,null,function*(){if(!t){this.self.isPinned&&this.self.setIsPinned(!1),this.participants.pinned.size!==0&&this.updatePinnedParticipants();return}if(t===this.self.id){this.participants.pinned.size!==0&&this.updatePinnedParticipants(),this.self.setIsPinned(!0);return}const e=this.participants.joined.get(t);this.self.isPinned&&this.self.setIsPinned(!1),this.updatePinnedParticipants(),e.setIsPinned(!0),this.participants.pinned.add(e)})}onParticipantJoined(t){return u(this,null,function*(){var e,r,i;this.self.id!==t.id&&!((e=t.flags)!=null&&e.recorder)&&!((r=t.flags)!=null&&r.hidden_participant)&&!((i=t.flags)!=null&&i.hiddenParticipant)&&(this.participants.videoSubscribed.delete(t.id),this.participants.audioSubscribed.delete(t.id),this.participants.joined.add(t),this.participants.waitlisted.delete(t.id),t.stageStatus==="REQUESTED_TO_JOIN_STAGE"&&R.emit(M.UPDATE_STAGE_REQUESTS,{request:{displayName:t.name,userId:t.userId,peerId:t.id},add:!0})),R.emit(M.PEER_JOINED_INTERNAL,t)})}onParticipantLeave(t){return u(this,null,function*(){const e=this.participants.joined.get(t);this.participants.joined.delete(t,!0,!0),this.participants.pinned.delete(t,!0,!0),this.participants.waitlisted.delete(t,!0,!0),this.roomNodeClient&&(this.roomNodeClient.handlePeerLeaving(t),this.roomNodeClient.closeConsumers(e==null?void 0:e.producers)),e&&e.stageStatus==="REQUESTED_TO_JOIN_STAGE"&&R.emit(M.UPDATE_STAGE_REQUESTS,{request:{displayName:e.name,userId:e.userId,peerId:e.id},add:!1});const{currentPage:r}=this.participants,i=this.maxPreferredStreams*(r-1),n=this.participants.videoSubscribed.get(t);i===0?this.participants.setViewMode("ACTIVE_GRID"):this.participants.joined.size<=i?r===2?this.participants.setViewMode("ACTIVE_GRID"):this.participants.setPage(r-1):n&&this.updateSubscriptions(r?"PAGINATED":"ACTIVE_GRID",{page:r})})}processMedia(t){var e;const r=this.roomNodeClient.getConsumers(),{peerId:i,kind:n,appData:s,track:o,producerId:c,rtpReceiver:d,paused:h}=(e=r.get(t))!=null?e:{};if(!i)return l.warn("processMedia::Peer ID is undefined",{consumer:{id:t,kind:n,peerId:i,appData:{supportsRemoteControl:!!(s!=null&&s.supportsRemoteControl),screenShare:!!(s!=null&&s.screenShare)},remotelyPaused:h,producerId:c}}),{};const p=s;return n==="video"&&p.screenShare!==!0&&this.videoPeerConsumerMap.set(i,t),l.info("ParticipantController::processMedia",{consumer:{id:t,peerId:i,kind:n,appData:p,remotelyPaused:h,producerId:c}}),this.consumerPeerMap.set(t,{type:n,peerId:i,appData:p,remotelyPaused:h,producerId:c}),{peerId:i,kind:n,appData:p,remotelyPaused:h,track:o,producerId:c,rtpReceiver:d}}processConsumerClosed(t){const{peerId:e,type:r,appData:i,remotelyPaused:n,producerId:s}=this.consumerPeerMap.get(t)||{},o=this.participants.joined.get(e);if(l.info("ParticipantController::processConsumerClosed",{consumer:{id:t,peerId:e,appData:i,kind:r,remotelyPaused:n,producerId:s}}),this.consumerPeerMap.delete(t),r==="video"&&i.screenShare!==!0&&this.videoPeerConsumerMap.delete(e),!o)return;const c=[];i&&i.screenShare?(o.setScreenShareEnabled(!1),K.consumerSharedMediaState(t,{screen:!1}),o.screenShareTracks.video&&c.push(o.screenShareTracks.video.id),o.screenShareTracks.audio&&c.push(o.screenShareTracks.audio.id),o.screenShareTracks={audio:void 0,video:void 0}):r==="audio"?(o.setAudioEnabled(!1),o.audioTrack&&c.push(o.audioTrack.id),K.consumerSharedMediaState(t,{audio:!1}),o.audioTrack=void 0):r==="video"&&(o.setVideoEnabled(!1),this.updatePipSource(o.id,!1),o.videoTrack&&c.push(o.videoTrack.id),K.consumerSharedMediaState(t,{video:!1}),o.videoTrack=void 0),i.e2ee&&c.forEach(d=>{R.emit(M.E2EE_INACTIVE_CONSUMER,{peerId:e,trackId:d})})}processConsumerResumed(t){const{peerId:e,kind:r,appData:i,track:n,remotelyPaused:s,producerId:o,rtpReceiver:c}=this.processMedia(t);if(!e)return;l.info("ParticipantController::processConsumerResumed",{consumer:{id:t,peerId:e,kind:r,appData:i,remotelyPaused:s,producerId:o}});const d=this.participants.joined.get(e);if(d){if(i.e2ee&&R.emit(M.E2EE_ACTIVE_CONSUMER,{peerId:e,rtpReceiver:c,track:n}),i.screenShare){r==="video"?d.screenShareTracks.video=n:r==="audio"&&(d.screenShareTracks.audio=n),d.setScreenShareEnabled(!0),K.consumerSharedMediaState(t,{screen:!0});return}r==="video"?(d.videoTrack=n,d.setVideoEnabled(!0),this.updatePipSource(d.id,!0),K.consumerSharedMediaState(t,{video:!0})):r==="audio"&&(d.audioTrack=n,d.setAudioEnabled(d.audioEnabled),K.consumerSharedMediaState(t,{audio:d.audioEnabled}))}}processConsumerPaused(t){l.info(`ParticipantController::processConsumerPaused called for consumerId: ${t}`);const{peerId:e,kind:r,track:i,appData:n,remotelyPaused:s,producerId:o}=this.processMedia(t);if(!e)return;l.info("ParticipantController::processConsumerPaused",{consumer:{id:t,peerId:e,kind:r,appData:n,remotelyPaused:s,producerId:o}});const c=this.participants.joined.get(e);c&&(i&&n.e2ee&&R.emit(M.E2EE_INACTIVE_CONSUMER,{peerId:e,trackId:i.id}),r==="video"?(c.videoTrack=i,c.setVideoEnabled(!1),this.updatePipSource(c.id,!1),K.consumerSharedMediaState(t,{video:!1})):r==="audio"&&(c.audioTrack=i,c.setAudioEnabled(c.audioEnabled),K.consumerSharedMediaState(t,{audio:c.audioEnabled})))}processNewConsumer(t){const{peerId:e,kind:r,remotelyPaused:i,track:n,appData:s,producerId:o,rtpReceiver:c}=this.processMedia(t);if(!e)return;l.info("ParticipantController::processNewConsumer",{consumer:{id:t,peerId:e,kind:r,remotelyPaused:i,appData:s,producerId:o}});const d=this.participants.joined.get(e);if(d){if(s.screenShare){r==="video"?d.screenShareTracks.video=n:r==="audio"&&(d.screenShareTracks.audio=n),(!i||this.self.permissions.isRecorder||Q.hasFeature(ie.SCREEENSHARE_ERR_HACK))&&d.setScreenShareEnabled(!0),s.supportsRemoteControl&&(d.supportsRemoteControl=!0),this.participants.broadcastMessage("screenshareConsumerCreated",{producerId:o,peerId:e,screenShare:!0,consumerId:t,consumerPeerId:this.self.id}),l.info("ParticipantController::newScreenshareConsumer::screenshareConsumerCreated",{consumer:{id:t,peerId:e,kind:r,remotelyPaused:i,appData:s,producerId:o}});return}r==="video"?(d.videoTrack=n,i||(d.setVideoEnabled(!0),this.updatePipSource(d.id,!0)),K.consumerSharedMediaState(t,{video:!i})):r==="audio"&&(d.audioTrack=n,i||d.setAudioEnabled(!0),K.consumerSharedMediaState(t,{audio:!i})),!i&&s.e2ee&&R.emit(M.E2EE_ACTIVE_CONSUMER,{peerId:e,rtpReceiver:c,track:n})}}static formatSocketServiceMessage(t){var e,r,i,n,s,o;if(!t)return;const c=Kh(t.stageType);return{id:t.peerId,userId:t.userId,name:t.displayName,displayName:t.displayName,stageType:c,customParticipantId:t.customParticipantId,presetId:t.presetId,picture:t.displayPictureUrl,waitlisted:t.waitlisted,stageStatus:c,metadata:{preset_name:(e=t.flags)==null?void 0:e.presetName},recorderType:(r=t.flags)==null?void 0:r.recorderType,flags:{hiddenParticipant:(i=t.flags)==null?void 0:i.hiddenParticipant,hidden_participant:(n=t.flags)==null?void 0:n.hiddenParticipant,recorder:((s=t.flags)==null?void 0:s.recorderType)!==void 0&&((o=t.flags)==null?void 0:o.recorderType)!=="NONE"}}}mapPeerIdsToProducers(t,e){const r=(i,n)=>i.filter(({kind:s,screenShare:o})=>n.includes(s)||o&&n.includes("screenshare"));return t.flatMap(i=>{const n=this.participants.joined.get(i);if(n)return r(n.producers,e)}).filter(i=>!!i)}onSelectedPeers(t,e){return u(this,null,function*(){this.participants.viewMode==="ACTIVE_GRID"&&this.computeActivateParticipants(t,e)})}updateActiveParticipantsWithPriorities(t,e=!1){if(!this.mediaJoined){l.warn("Skipped::ParticipantController::updateActiveParticipantsWithPriorities",{roomJoined:this.mediaJoined});return}t.forEach(i=>{this.selectedPeers.add(i.peerId,i.priority)});const r=this.selectedPeers.activeSpeakerPeers.at(0);r!==void 0&&r!==this.participants.lastActiveSpeaker&&(this.participants.lastActiveSpeaker=r,this.participants.emit("activeSpeaker",{peerId:r,volume:1})),e&&this.updateSubscriptions(this.participants.viewMode)}},di=new WeakMap,_a=new WeakMap,wa=new WeakMap,Jn=new WeakMap,Ia=new WeakMap,Zm);let si=Hc;On([S.trace("ParticipantController.setupEvents")],si.prototype,"setupEvents",1);On([S.trace("ParticipantController.setupEvents")],si.prototype,"setupEventsGlobal",1);On([S.trace("ParticipantController.processMedia")],si.prototype,"processMedia",1);On([S.trace("ParticipantController.processConsumerClosed")],si.prototype,"processConsumerClosed",1);On([S.trace("ParticipantController.processConsumerResumed")],si.prototype,"processConsumerResumed",1);On([S.trace("ParticipantController.processConsumerPaused")],si.prototype,"processConsumerPaused",1);On([S.trace("ParticipantController.processNewConsumer")],si.prototype,"processNewConsumer",1);const Te=Er(Wh().permissions);var G,za,fo,Hu,Vt,qt;const Ya=class extends zt{constructor(t,e,r,i=!1){if(super(),f(this,Vt),f(this,G,void 0),f(this,za,void 0),f(this,fo,void 0),f(this,Hu,n=>{var s,o,c;const d=n,{chat:h,connectedMeetings:p,plugins:g,polls:y,media:T}=d,b=$d(d,["chat","connectedMeetings","plugins","polls","media"]);if(h&&(h.private&&gi(a(this,G).chat.private,h.private),h.public&&gi(a(this,G).chat.public,h.public),this.emit("chatUpdate")),p&&gi(a(this,G).connectedMeetings,p),T){const D=x=>{switch(x){case Di.NONE:return q.Allowed;case Di.ALLOWED:return q.Allowed;case Di.NOT_ALLOWED:return q.NotAllowed;case Di.CAN_REQUEST:return q.CanRequest;default:return}},P={audio:void 0,video:void 0,screenshare:void 0};(s=T.audio)!=null&&s.canProduce&&(P.audio={canProduce:D(T.audio.canProduce)}),(o=T.video)!=null&&o.canProduce&&(P.video={canProduce:D(T.video.canProduce)}),(c=T.screenshare)!=null&&c.canProduce&&(P.screenshare={canProduce:D(T.screenshare.canProduce)}),gi(a(this,G).media,P)}g&&(gi(a(this,G).plugins,g),this.emit("pluginsUpdate")),y&&(gi(a(this,G).polls,y),this.emit("pollsUpdate")),Object.keys(b).length!==0&&gi(a(this,G),b),this.emit("permissionsUpdate",n)}),!e)throw l.error("DytePermissionsPreset::load_preset_permissions_failed"),new w("Could not load preset permissions.","0904");v(this,fo,t),v(this,za,r),v(this,G,e),i&&this.setupEvents()}setupEvents(){R.on(M.UPDATE_PERMISSIONS,a(this,Hu))}static fromResponse(t,e,r){return new Ya(r,t,e,!0)}static default(t,e){return new Ya(t,Te,e)}static init(t,e,r){let i;return r?i=new Ya(t,r,e,!0):i=new Ya(t,Te,e),i}get mediaRoomType(){const{sfu:t}=a(this,fo).getValue("roomNodeOptions");return t===Ke.CF?"CF":"HIVE"}get stageEnabled(){var t;return((t=a(this,G))==null?void 0:t.stageEnabled)||a(this,za)===Ut.Webinar||a(this,za)===Ut.Livestream}get acceptStageRequests(){var t,e;return this.stageEnabled?((t=a(this,G))==null?void 0:t.acceptStageRequests)||((e=a(this,G))==null?void 0:e.canAcceptProductionRequests):!1}get stageAccess(){var t,e,r;return((t=a(this,G))==null?void 0:t.stageAccess)===q.NotAllowed?q.NotAllowed:((e=a(this,G))==null?void 0:e.stageAccess)===q.CanRequest?q.CanRequest:((r=a(this,G))==null?void 0:r.stageAccess)===q.Allowed||a(this,G).media.audio.canProduce===q.Allowed||a(this,G).media.video.canProduce===q.Allowed||a(this,G).media.screenshare.canProduce===q.Allowed?q.Allowed:a(this,G).media.audio.canProduce===q.CanRequest||a(this,G).media.video.canProduce===q.CanRequest||a(this,G).media.screenshare.canProduce===q.CanRequest?q.CanRequest:q.NotAllowed}get acceptWaitingRequests(){var t,e;return(e=(t=a(this,G))==null?void 0:t.acceptWaitingRequests)!=null?e:Te.acceptWaitingRequests}get requestProduceVideo(){var t,e,r;return((r=(e=(t=a(this,G))==null?void 0:t.media)==null?void 0:e.video)==null?void 0:r.canProduce)===q.CanRequest}get requestProduceAudio(){var t,e,r;return((r=(e=(t=a(this,G))==null?void 0:t.media)==null?void 0:e.audio)==null?void 0:r.canProduce)===q.CanRequest}get requestProduceScreenshare(){var t,e,r;return((r=(e=(t=a(this,G))==null?void 0:t.media)==null?void 0:e.screenshare)==null?void 0:r.canProduce)===q.CanRequest}get canAllowParticipantAudio(){var t,e;return(e=(t=a(this,G))==null?void 0:t.disableParticipantAudio)!=null?e:Te.disableParticipantAudio}get canAllowParticipantScreensharing(){var t,e;return(e=(t=a(this,G))==null?void 0:t.canAcceptProductionRequests)!=null?e:Te.canAcceptProductionRequests}get canAllowParticipantVideo(){var t,e;return(e=(t=a(this,G))==null?void 0:t.disableParticipantVideo)!=null?e:Te.disableParticipantVideo}get canDisableParticipantAudio(){return this.canAllowParticipantAudio}get canDisableParticipantVideo(){return this.canAllowParticipantVideo}get kickParticipant(){var t,e;return(e=(t=a(this,G))==null?void 0:t.kickParticipant)!=null?e:Te.kickParticipant}get pinParticipant(){var t,e;return(e=(t=a(this,G))==null?void 0:t.pinParticipant)!=null?e:Te.pinParticipant}get canRecord(){var t,e;return(e=(t=a(this,G))==null?void 0:t.canRecord)!=null?e:Te.canRecord}get waitingRoomType(){var t,e;return(e=(t=a(this,G))==null?void 0:t.waitingRoomType)!=null?e:Te.waitingRoomType}get waitingRoomBehaviour(){var t,e;return(e=(t=a(this,G))==null?void 0:t.waitingRoomType)!=null?e:Te.waitingRoomType}get plugins(){var t,e;return(e=(t=a(this,G))==null?void 0:t.plugins)!=null?e:Te.plugins}get polls(){var t,e;return(e=(t=a(this,G))==null?void 0:t.polls)!=null?e:Te.polls}get produceVideo(){return this.canProduceVideo}get requestProduce(){return a(this,G).media.audio.canProduce===q.CanRequest||a(this,G).media.video.canProduce===q.CanRequest||a(this,G).media.screenshare.canProduce===q.CanRequest}get canProduceVideo(){var t;const e=(t=a(this,G).media.video.canProduce)!=null?t:Te.media.video.canProduce;return this.stageEnabled&&(a(this,Vt,qt)==="ACCEPTED_TO_JOIN_STAGE"||a(this,Vt,qt)==="ON_STAGE")&&e===q.CanRequest?q.Allowed:this.stageEnabled&&(a(this,Vt,qt)==="OFF_STAGE"||a(this,Vt,qt)==="REQUESTED_TO_JOIN_STAGE")&&e===q.Allowed?q.NotAllowed:e}get produceScreenshare(){return this.canProduceScreenshare}get canProduceScreenshare(){var t;const e=(t=a(this,G).media.screenshare.canProduce)!=null?t:Te.media.screenshare.canProduce;return this.stageEnabled&&(a(this,Vt,qt)==="ACCEPTED_TO_JOIN_STAGE"||a(this,Vt,qt)==="ON_STAGE")&&e===q.CanRequest?q.Allowed:this.stageEnabled&&(a(this,Vt,qt)==="OFF_STAGE"||a(this,Vt,qt)==="REQUESTED_TO_JOIN_STAGE")&&e===q.Allowed?q.NotAllowed:e}get produceAudio(){return this.canProduceAudio}get canProduceAudio(){var t;const e=(t=a(this,G).media.audio.canProduce)!=null?t:Te.media.audio.canProduce;return this.stageEnabled&&(a(this,Vt,qt)==="ACCEPTED_TO_JOIN_STAGE"||a(this,Vt,qt)==="ON_STAGE")&&e===q.CanRequest?q.Allowed:this.stageEnabled&&(a(this,Vt,qt)==="OFF_STAGE"||a(this,Vt,qt)==="REQUESTED_TO_JOIN_STAGE")&&e===q.Allowed?q.NotAllowed:e}get chatPublic(){var t,e,r;return(r=(e=(t=a(this,G))==null?void 0:t.chat)==null?void 0:e.public)!=null?r:Te.chat.public}get chatPrivate(){var t,e,r;return(r=(e=(t=a(this,G))==null?void 0:t.chat)==null?void 0:e.private)!=null?r:Te.chat.private}get chatChannel(){var t,e,r;return(r=(e=(t=a(this,G))==null?void 0:t.chat)==null?void 0:e.channel)!=null?r:Te.chat.channel}get chatMessage(){var t,e,r;return(r=(e=(t=a(this,G))==null?void 0:t.chat)==null?void 0:e.message)!=null?r:Te.chat.message}get connectedMeetings(){var t,e;return(e=(t=a(this,G))==null?void 0:t.connectedMeetings)!=null?e:Te==null?void 0:Te.connectedMeetings}get hiddenParticipant(){var t,e;return(e=(t=a(this,G))==null?void 0:t.hiddenParticipant)!=null?e:Te.hiddenParticipant}get showParticipantList(){var t;return(t=a(this,G).showParticipantList)!=null?t:Te.showParticipantList}get canChangeParticipantRole(){var t,e;return(e=(t=a(this,G))==null?void 0:t.canChangeParticipantPermissions)!=null?e:Te.canChangeParticipantPermissions}get canChangeParticipantPermissions(){var t,e;return(e=(t=a(this,G))==null?void 0:t.canChangeParticipantPermissions)!=null?e:Te.canChangeParticipantPermissions}get canChangeTheme(){return!1}get canPresent(){return a(this,G).media.audio.canProduce===q.Allowed||a(this,G).media.video.canProduce===q.Allowed||a(this,G).media.screenshare.canProduce===q.Allowed}get acceptPresentRequests(){return this.acceptStageRequests}get canEditDisplayName(){var t;return(t=a(this,G).canEditDisplayName)!=null?t:!1}get maxScreenShareCount(){return 1}get isRecorder(){return a(this,G).isRecorder}get canSpotlight(){return a(this,G).canSpotlight}get canLivestream(){return a(this,G).canLivestream}get transcriptionEnabled(){return a(this,G).transcriptionEnabled}};let EO=Ya;G=new WeakMap,za=new WeakMap,fo=new WeakMap,Hu=new WeakMap,Vt=new WeakSet,qt=function(){return a(this,fo).getValue("stageStatus")};var xv;class Uv extends zt{constructor(){super(...arguments),m(this,"localMediaHandler"),f(this,xv,void 0)}updatePermission(){return u(this,null,function*(){var e,r;const i=(h,p)=>{this.mediaPermissions[h]=p;const g={message:this.mediaPermissions[h],kind:h};p==="DENIED"?R.emit(M.MEDIA_PERMISSION_ERROR,g):R.emit(M.MEDIA_PERMISSION_UPDATE,g)};if(Re.getName()==="firefox")return;const n="microphone",s="camera",o=yield(e=navigator==null?void 0:navigator.permissions)==null?void 0:e.query({name:n}),c=yield(r=navigator==null?void 0:navigator.permissions)==null?void 0:r.query({name:s}),d=(h,p)=>{switch(p){case"granted":i(h,"ACCEPTED");break;case"denied":i(h,"DENIED");break;case"prompt":i(h,"NOT_REQUESTED");break}this.localMediaHandler.repopulateAvailableDevices()};o&&(o.onchange=()=>d("audio",o.state)),c&&(c.onchange=()=>d("video",c.state))})}populateMediaPermissionsInCallstats(e){return u(this,arguments,function*({message:r,kind:i}){switch(i){case"audio":{K.mediaPermission("AUDIO",r),K.mediaPermission("SPEAKER",r);break}case"video":{K.mediaPermission("VIDEO",r);break}case"screenshare":{K.mediaPermission("SCREENSHARE",r);break}}})}init(){return u(this,arguments,function*(e={},r=!1,i=null){var n,s,o,c,d,h;if(Re.init(),!this.localMediaHandler)try{let p=!0;if(i!=null&&i.getValue("defaults").mediaHandler)p=!1,this.localMediaHandler=i.getValue("defaults").mediaHandler.localMediaHandler;else if(navigator.RNLocalMediaHandlerImpl){const{RNLocalMediaHandlerImpl:g}=navigator;this.localMediaHandler=yield g.init()}else this.localMediaHandler=new Bt(i,e.constraints,(n=i==null?void 0:i.getValue("defaults"))==null?void 0:n.isNonPreferredDevice,(s=i==null?void 0:i.getValue("defaults"))==null?void 0:s.autoSwitchAudioDevice);if(R.on(M.MEDIA_PERMISSION_UPDATE,g=>u(this,null,function*(){if(this.populateMediaPermissionsInCallstats({message:g.message,kind:g.kind}),g.message==="NOT_REQUESTED")switch(g==null?void 0:g.kind){case"audio":this.rawAudioTrack&&(l.info("Disabling audio due to media permission update"),this.disableAudio());break;case"video":this.rawVideoTrack&&(l.info("Disabling video due to media permission update"),this.disableVideo());break;default:break}this.emit("mediaPermissionUpdate",g)})),R.on(M.MEDIA_PERMISSION_ERROR,g=>u(this,null,function*(){const{kind:y,message:T,constraints:b}=g;this.populateMediaPermissionsInCallstats({message:T,kind:y}),y==="audio"?(l.info(`Disabling audio due to media permission error skipping: ${this.localMediaHandler.audioUpdateInProgress}`),this.localMediaHandler.audioUpdateInProgress===!1&&this.disableAudio()):y==="video"&&(l.info(`Disabling video due to media permission error skipping: ${this.localMediaHandler.videoUpdateInProgress}`),this.localMediaHandler.videoUpdateInProgress===!1&&this.disableVideo()),l.error("SelfController::mediaPermissionError",{error:{message:T},constraints:b,mediaPermissionsErrors:{kind:y,message:T}}),this.emit("mediaPermissionError",g),this.emit("mediaPermissionUpdate",{message:T,kind:y})})),p){l.info(`Setting up DyteSelfMedia streams using media handler. audio:${(o=e==null?void 0:e.audio)!=null?o:!0} video:${(c=e==null?void 0:e.video)!=null?c:!0}`);const g=this.localMediaHandler.setupStreams({video:(d=e==null?void 0:e.video)!=null?d:!0,audio:(h=e==null?void 0:e.audio)!=null?h:!0});r||(yield g)}}catch(p){l.error("DyteSelf::init::Failed To Setup Streams",{error:{name:p.name,message:p.message}})}})}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)}catch{}finally{this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack})}break;case"audiooutput":yield this.localMediaHandler.setSpeakerDevice(e);break;case"videoinput":try{yield this.localMediaHandler.setVideoDevice(e)}catch{}finally{this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack})}break}this.emit("deviceUpdate",{device:e})})}}xv=new WeakMap;const Ca={},Bi={executeWithLock({methodName:t,lockName:e,timeout:r}){return(i,n,s)=>{const o=s.value;return s.value=function(...c){if(Ca[e]){const p=new Error(`Unsupported concurrent calls on Dyte method: ${t}.`);throw p.name="UnsupportedConcurrentMethodExecution",l.error("DyteLocker::UnsupportedConcurrentMethodExecution",{error:{stack:p.stack},dyteLocker:{methodName:t,lockName:e}}),p}Ca[e]=!0;const d=setTimeout(()=>delete Ca[e],r),h=o.apply(this,c);return Promise.resolve(h).then(()=>{delete Ca[e],clearTimeout(d)}).catch(()=>{delete Ca[e],clearTimeout(d)}),h},s}}};var TO=Object.defineProperty,kO=Object.getOwnPropertyDescriptor,Rt=(t,e,r,i)=>{for(var n=i>1?void 0:i?kO(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&TO(e,r,n),n},Pa,At,Ra,Fr,li,$i,Xe,nt,qe,Ye,Ma,Aa,gc,Gl,eg;let it=(eg=class extends Uv{constructor(t,e,r,i,n){var s;super(),f(this,li),f(this,Xe),f(this,qe),f(this,gc),m(this,"name"),m(this,"picture"),m(this,"customParticipantId"),m(this,"waitlistStatus"),f(this,Pa,void 0),f(this,At,void 0),f(this,Ra,void 0),m(this,"role"),m(this,"userId"),m(this,"organizationId"),m(this,"supportsRemoteControl",!1),m(this,"device"),f(this,Fr,void 0),m(this,"hidden",!1),m(this,"presetName"),m(this,"roomState","init"),f(this,Ma,new Set),f(this,Aa,new Set),v(this,Fr,t),this.userId=e.id,this.name=e.name,this.picture=e.picture,this.customParticipantId=(s=e.customParticipantId)!=null?s:e.clientSpecificId,this.waitlistStatus="none",v(this,At,r),v(this,Pa,i),this.hidden=!1,v(this,Ra,!1),this.organizationId=e.organizationId,this.supportsRemoteControl=Re.isElectron(),this.device=Re.getDeviceInfo(),this.presetName=n,i.viewType!==Ut.Chat&&this.updatePermission(),this.updateVideo=this.updateVideo.bind(this),B(this,gc,Gl).call(this)}get stageStatus(){return a(this,Fr).getValue("stageStatus")}get id(){return a(this,Fr).getValue("peerId")}static __init__(t,e,r,i,n,s=!1){return u(this,null,function*(){var o,c,d,h,p;let g=(c=(o=t.getValue("defaults"))==null?void 0:o.audio)!=null?c:!0,y=(h=(d=t.getValue("defaults"))==null?void 0:d.video)!=null?h:!0;r.canProduceAudio!=="ALLOWED"&&(g=!1),r.canProduceVideo!=="ALLOWED"&&(y=!1);const T=new it(t,e,r,i,n);if(i.viewType===Ut.Chat)return T;const b=MD(i.mediaConstraints);return gi(b,(p=t.getValue("defaults"))==null?void 0:p.mediaConfiguration),yield T.init({audio:g,video:y,constraints:b},s,t),T.setupEvents(),T})}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,At).removeAllListeners("permissionsUpdate")}setupEvents(){this.on("videoUpdate",B(this,gc,Gl)),this.localMediaHandler.on("AUDIO_TRACK_CHANGE",()=>u(this,null,function*(){if(l.info("DyteSelf::setupEvents::AUDIO_TRACK_CHANGE",V({},gn(this))),a(this,qe,Ye)&&this.audioEnabled)try{yield a(this,Xe,nt).shareMic(this.audioTrack)}catch(t){l.error("DyteSelf::setupEvents::Error while sharing mic",{error:t}),this.localMediaHandler.disableAudio()}this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack})})),this.localMediaHandler.on("VIDEO_TRACK_CHANGE",()=>u(this,null,function*(){if(l.info("DyteSelf::setupEvents::VIDEO_TRACK_CHANGE",V({},gn(this))),a(this,qe,Ye)&&this.rawVideoTrack===void 0)l.info("DyteSelf::VIDEO_TRACK_CHANGE::Forcing_disable_video"),this.disableVideo();else if(this.videoEnabled&&a(this,qe,Ye))try{const t=yield a(this,Xe,nt).shareWebcam(this.videoTrack);t&&t.id!==this.videoTrack.id&&Q.hasFeature(ie.EXP_RESHARE)&&(yield a(this,Xe,nt).shareWebcam(this.videoTrack))}catch(t){l.error("DyteSelf::setupEvents::failed shareWebcam",{error:t}),this.videoEnabled&&(yield this.localMediaHandler.disableVideo())}this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack})})),this.localMediaHandler.on("DEVICE_CHANGE",t=>u(this,[t],function*({device:e}){this.emit("deviceUpdate",{device:e})})),this.localMediaHandler.on("DEVICE_LIST_UPDATED",t=>{this.emit("deviceListUpdate",t)}),this.localMediaHandler.on("SCREENSHARE_TRACK_CHANGE",()=>u(this,null,function*(){if(!a(this,qe,Ye)){l.error("DyteSelf.SCREENSHARE_TRACK_CHANGE.LocalMediaInitialized_WithoutRoomNode");return}if(this.screenShareEnabled)try{yield a(this,Xe,nt).shareScreen(this.screenShareTracks)}catch(t){l.error("DyteSelf::setupEvents::Error while sharing screen",{error:t}),this.screenShareEnabled&&(yield this.localMediaHandler.disableScreenShare())}l.info("DyteSelf::setupEvents::SCREENSHARE_TRACK_CHANGE",V({},gn(this))),this.emit("screenShareUpdate",{screenShareEnabled:this.screenShareEnabled,screenShareTracks:this.screenShareTracks})})),this.localMediaHandler.on("SCREENSHARE_ENDED",()=>u(this,null,function*(){l.log("Disabling screenshare due to SCREENSHARE_ENDED"),yield this.disableScreenShare(),l.info("DyteSelf::setupEvents::SCREENSHARE_ENDED",V({},gn(this)))})),this.localMediaHandler.on("AUDIO_TRACK_SILENT",()=>{K.mediaTrackMuted("AUDIO")}),this.localMediaHandler.on("FORCE_MUTE_AUDIO",()=>{this.disableAudio()}),this.localMediaHandler.on("FORCE_MUTE_VIDEO",()=>u(this,null,function*(){a(this,qe,Ye)&&(yield a(this,Xe,nt).pauseWebcam()),this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack}),K.videoOff()})),a(this,At).on("permissionsUpdate",t=>{var e,r,i;(e=t==null?void 0:t.media)!=null&&e.audio&&a(this,At).canProduceAudio!==q.Allowed&&(this.disableAudio(),l.info(`Disabled audio due to dynamic preset change: canProduceAudio: ${this.permissions.canProduceAudio}`)),(r=t==null?void 0:t.media)!=null&&r.video&&a(this,At).canProduceVideo!==q.Allowed&&(this.disableVideo(),l.info(`Disabled video due to dynamic preset change: canProduceVideo: ${this.permissions.canProduceVideo}`)),(i=t==null?void 0:t.media)!=null&&i.screenshare&&a(this,At).canProduceScreenshare!==q.Allowed&&(this.disableScreenShare(),l.info(`Disabled screenshare due to dynamic preset change: canProduceScreenshare: ${this.permissions.canProduceScreenshare}`))})}get permissions(){return a(this,At)}get config(){return a(this,Pa)}get roomJoined(){var t;return a(this,Pa).viewType===Ut.Livestream&&this.stageStatus!=="ON_STAGE"?((t=a(this,Fr).getValue("connectionHandler"))==null?void 0:t.socketJoined)===!0:a(this,qe,Ye)}setName(t){if(!t)throw new w("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*(){if(this.permissions.canProduceAudio!==q.NotAllowed&&!(a(this,At).canProduceAudio===q.CanRequest&&(this.stageStatus==="OFF_STAGE"||this.stageStatus==="REQUESTED_TO_JOIN_STAGE"))&&!this.audioEnabled){if(K.audioOn(),yield this.localMediaHandler.enableAudio(t),a(this,qe,Ye)&&this.stageStatus==="ON_STAGE"){if(this.audioTrack)try{yield a(this,Xe,nt).shareMic(this.audioTrack)}catch(e){l.error("DyteSelf::enableAudio::Error while sharing mic",{error:e}),this.localMediaHandler.disableAudio()}if(!this.audioEnabled)return;a(this,Xe,nt).unmuteSelf()}this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack})}})}enableVideo(t){return u(this,null,function*(){if(a(this,At).canProduceVideo!==q.NotAllowed&&!(a(this,At).canProduceVideo===q.CanRequest&&(this.stageStatus==="OFF_STAGE"||this.stageStatus==="REQUESTED_TO_JOIN_STAGE"))&&!this.videoEnabled){if(K.videoOn(),yield this.localMediaHandler.enableVideo(t),a(this,qe,Ye)&&this.stageStatus==="ON_STAGE")try{yield a(this,Xe,nt).shareWebcam(this.videoTrack)}catch(e){l.error("DyteSelf::enableVideo::Error while sharing video",{error:e}),this.videoEnabled&&this.localMediaHandler.disableVideo()}this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack}),l.info("DyteSelf.enableVideo",V({},gn(this)))}})}updateVideoConstraints(t){return u(this,null,function*(){if(!this.localMediaHandler.updateVideoConstraints)throw new w("Unsupported","1102");yield this.localMediaHandler.updateVideoConstraints(t)})}enableScreenShare(){return u(this,null,function*(){if(!a(this,qe,Ye))throw new w("Can`t enable screenshare without joining room","1105");if(a(this,At).canProduceScreenshare!==q.NotAllowed&&!(a(this,At).canProduceScreenshare===q.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,Xe,nt).shareScreen(this.screenShareTracks)}catch(t){l.error("DyteSelf::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 w("Unsupported","1102");yield this.localMediaHandler.updateScreenshareConstraints(t)})}disableAudio(){return u(this,null,function*(){this.audioEnabled&&(this.localMediaHandler.disableAudio(),a(this,qe,Ye)&&a(this,Xe,nt).muteSelf(),this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack}),K.audioOff())})}disableVideo(){return u(this,null,function*(){this.videoEnabled&&(yield this.localMediaHandler.disableVideo(),a(this,qe,Ye)&&(yield a(this,Xe,nt).pauseWebcam()),this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack}),K.videoOff())})}disableScreenShare(){return u(this,null,function*(){this.screenShareEnabled&&(yield this.localMediaHandler.disableScreenShare(),a(this,qe,Ye)&&(yield a(this,Xe,nt).disableScreenShare()),this.emit("screenShareUpdate",{screenShareEnabled:this.screenShareEnabled,screenShareTracks:this.screenShareTracks}))})}getAllDevices(){return this.localMediaHandler.getAllDevices()}setIsPinned(t,e=!0){var r;v(this,Ra,t);const i=t?"pinned":"unpinned";(r=a(this,li,$i))==null||r.updateSource(this.id,{pinned:t}),e&&this.emit(i,this)}get isPinned(){return a(this,Ra)}pin(){return u(this,null,function*(){if(!a(this,qe,Ye))throw new w("Can`t pin participants without joining room","1105");return this.show(),a(this,Xe,nt).pinPeer(this.id)})}unpin(){return u(this,null,function*(){if(!a(this,qe,Ye))throw new w("Can`t unpin participants without joining room","1105");return a(this,Xe,nt).pinPeer(null)})}hide(){return u(this,null,function*(){if(!a(this,qe,Ye))throw new w("Can`t toggle participant tile without joining room","1105");this.hidden=!0,this.emit("toggleTile",{hidden:this.hidden})})}show(){if(!a(this,qe,Ye))throw new w("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 e,r,i;if(!t)throw new w("No device selected","1104");const n=this.getCurrentDevices();if(t.deviceId&&(((e=n==null?void 0:n.audio)==null?void 0:e.deviceId)===t.deviceId||((r=n==null?void 0:n.video)==null?void 0:r.deviceId)===t.deviceId||((i=n==null?void 0:n.speaker)==null?void 0:i.deviceId)===t.deviceId)&&(l.warn("DyteSelf.setDevice.setting_to_in_use_device",{devices:[t]}),Q.hasFeature(ie.SKIP_SETTING_IN_USE_DEVICE)))throw new w("Cannot set device currently in use","1106");switch(t.kind){case"audioinput":try{yield this.localMediaHandler.setAudioDevice(t)}catch{a(this,qe,Ye)&&(yield a(this,Xe,nt).muteSelf()),this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack})}break;case"audiooutput":yield this.localMediaHandler.setSpeakerDevice(t);break;case"videoinput":try{yield this.localMediaHandler.setVideoDevice(t)}catch{a(this,qe,Ye)&&(yield a(this,Xe,nt).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()}registerVideoElement(t,e=!1){var r,i;t&&(e?a(this,Ma).add(t):a(this,Aa).add(t),this.updateVideo(t),e||(i=a(this,li,$i))==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,li,$i).removeSource(this.id);return}t.srcObject=void 0,e?a(this,Ma).delete(t):(a(this,Aa).delete(t),a(this,li,$i).removeSource(this.id))}updateVideo(t,e=!1){var r,i,n;if(this.videoEnabled){if(this.videoTrack==null)return;const s=(r=t.srcObject)==null?void 0:r.getTracks()[0];if((s==null?void 0:s.id)===this.videoTrack.id)return;const o=new MediaStream;o.addTrack(this.videoTrack),t.srcObject=o,e||(i=a(this,li,$i))==null||i.enableSource(this.id)}else t.srcObject=void 0,e||(n=a(this,li,$i))==null||n.disableSource(this.id);t.style.display=this.videoEnabled?"block":"none"}},Pa=new WeakMap,At=new WeakMap,Ra=new WeakMap,Fr=new WeakMap,li=new WeakSet,$i=function(){return a(this,Fr).getValue("pip")},Xe=new WeakSet,nt=function(){return a(this,Fr).getValue("roomNodeClient")},qe=new WeakSet,Ye=function(){var t;return((t=a(this,Fr).getValue("connectionHandler"))==null?void 0:t.mediaJoined)===!0},Ma=new WeakMap,Aa=new WeakMap,gc=new WeakSet,Gl=function(){Array.from(a(this,Aa)).forEach(t=>this.updateVideo(t,!1)),Array.from(a(this,Ma)).forEach(t=>this.updateVideo(t,!0))},eg);Rt([S.trace("DyteSelf.cleanupEvents")],it.prototype,"cleanupEvents",1);Rt([S.trace("DyteSelf.setupEvents")],it.prototype,"setupEvents",1);Rt([S.trace("DyteSelf.setupTracks")],it.prototype,"setupTracks",1);Rt([S.trace("DyteSelf.destructMediaHandler")],it.prototype,"destructMediaHandler",1);Rt([S.trace("DyteSelf.removeDocumentEventListeners")],it.prototype,"removeDocumentEventListeners",1);Rt([Bi.executeWithLock({methodName:"meeting.self.enableAudio",lockName:"DyteSelf.toggleAudio",timeout:3e3}),S.trace("DyteSelf.enableAudio")],it.prototype,"enableAudio",1);Rt([Bi.executeWithLock({methodName:"meeting.self.enableVideo",lockName:"DyteSelf.toggleVideo",timeout:3e3}),S.trace("DyteSelf.enableVideo")],it.prototype,"enableVideo",1);Rt([S.trace("DyteSelf.updateVideoConstraints")],it.prototype,"updateVideoConstraints",1);Rt([S.trace("DyteSelf.enableScreenShare"),Bi.executeWithLock({methodName:"meeting.self.enableScreenShare",lockName:"DyteSelf.toggleScreenShare",timeout:3e3})],it.prototype,"enableScreenShare",1);Rt([S.trace("DyteSelf.updateScreenshareConstraints")],it.prototype,"updateScreenshareConstraints",1);Rt([Bi.executeWithLock({methodName:"meeting.self.disableAudio",lockName:"DyteSelf.toggleAudio",timeout:3e3}),S.trace("DyteSelf.disableAudio")],it.prototype,"disableAudio",1);Rt([Bi.executeWithLock({methodName:"meeting.self.disableVideo",lockName:"DyteSelf.toggleVideo",timeout:3e3}),S.trace("DyteSelf.disableVideo")],it.prototype,"disableVideo",1);Rt([Bi.executeWithLock({methodName:"meeting.self.disableScreenShare",lockName:"DyteSelf.toggleScreenShare",timeout:3e3}),S.trace("DyteSelf.disableScreenShare")],it.prototype,"disableScreenShare",1);Rt([S.trace("DyteSelf.setDevice")],it.prototype,"setDevice",1);it=Rt([mt("1100")],it);var bO=Object.defineProperty,_O=Object.getOwnPropertyDescriptor,wO=(t,e,r,i)=>{for(var n=i>1?void 0:i?_O(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&bO(e,r,n),n};let Kn;var fc,tg;const Fv=(tg=class{constructor(t,e){m(this,"socket"),f(this,fc,void 0),v(this,fc,e),this.socket=t,this.handleSocketEvents()}static create(t,e){return Kn||(Kn=new Fv(t,e)),Kn}static cleanup(){var t;try{(t=Kn==null?void 0:Kn.socket)==null||t.disconnect()}catch{l.error("roomSocketHandler::cleanup")}Kn=void 0}joinRoom(t){return u(this,null,function*(){var e;this.socket.joinAttempted=!0;const r={capabilities:[],peer:{displayName:(e=t.name)!=null?e:"Participant",customParticipantId:t.customParticipantId,peerId:t.id,userId:t.userId,displayPictureUrl:t.picture,waitlisted:!1},roomUuid:""},i=this.socket.sendMessagePromise(W.joinRoom,FC.toBinary(r));try{const{peer:n}=rs.fromBinary((yield i).payload);a(this,fc).getValue("connectionHandler").socketJoined=!0,R.emit(M.SOCKET_SERVICE_ROOM_JOINED,{peer:n});const s=this.getRoomState(),o=this.getRoomPeersNonPaginated(),[{room:c},{peers:d}]=yield Promise.all([s,o]);return R.emit(M.ROOM_STATE,c),R.emit(M.SOCKET_PEERS,d),{peer:n}}catch(n){throw l.error("RoomSocketHandler.joinRoom.failed",{error:n}),new w("Error: RoomSocketHandler.joinRoom failed.","0002",n)}})}getAllAddedParticipants(){return u(this,null,function*(){try{return bP.fromBinary((yield this.socket.sendMessagePromise(W.getAllAddedParticipants)).payload).participants.map(t=>{var e=t,{id:r}=e,i=$d(e,["id"]);return $(V({},i),{userId:r})})}catch{return[]}})}getRoomPeers(t,e,r){return u(this,null,function*(){let i;try{const n={seachQuery:t,limit:e,offset:r},s=yield this.socket.sendMessagePromise(W.getRoomPeersInfo,RC.toBinary(n));i=_l.fromBinary(s.payload)}catch(n){l.error("getRoomPeers::binary_decode_error",{error:n})}return i})}getRoomPeersNonPaginated(){return u(this,null,function*(){let t;try{const e=yield this.socket.sendMessagePromise(W.getRoomPeersInfo);t=_l.fromBinary(e.payload)}catch(e){l.error("getRoomJoinedPeers::binary_decode_error",{error:e})}return t})}getStagePeers(){return u(this,null,function*(){let t;try{const e=yield this.socket.sendMessagePromise(W.getRoomPeersInfo);t=_l.fromBinary(e.payload)}catch(e){l.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(W.getPeerInfo,uv.toBinary({peerId:t}));e=rs.fromBinary(r.payload)}catch(r){l.error("getPeerInfo::binary_decode_error",{error:r})}return e})}getRoomState(){return u(this,null,function*(){let t=fm.create();try{const e=yield this.socket.sendMessagePromise(W.getRoomInfo);t=fm.fromBinary(e.payload)}catch(e){l.error("getRoomState::binary_decode_error",{error:e})}return t})}getRoomStageState(){return u(this,null,function*(){let t=Em.create();try{const e=yield this.socket.sendMessagePromise(W.getRoomStageState);t=Em.fromBinary(e.payload)}catch(e){l.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(W.broadcastMessage,ra.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(W.broadcastToEntity,ra.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(W.broadcastToEntity,ra.toBinary(i))})}leaveRoom(){return u(this,null,function*(){this.socket.joinAttempted=!1,this.socket.sendMessagePromise(W.leaveRoom,WC.toBinary({}))})}kick(t){return u(this,null,function*(){const e={peerIds:[t]};this.socket.sendMessage(W.kick,pv.toBinary(e))})}kickAll(t=!1){return u(this,null,function*(){const e={propagateKickAcrossRooms:t};this.socket.sendMessage(W.kickAll,cv.toBinary(e))})}getWaitingRoomRequests(){this.socket.sendMessage(W.getWaitingRoomRequests)}acceptWaitingRoomRequest(t){const e={userIds:t};this.socket.sendMessage(W.acceptWaitingRoomRequests,RP.toBinary(e))}rejectWaitingRoomRequest(t){const e={userIds:t};this.socket.sendMessage(W.denyWaitingRoomRequests,AP.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(Oc.updateUserPreset,aR.toBinary(r))})}handleSocketEvents(){this.socket.on(W.broadcastMessage,({payload:t})=>{try{const e=ra.fromBinary(t);R.emit(M.ROOM_MESSAGE,{payload:JSON.parse(new TextDecoder().decode(e.payload)),type:e.type,timestamp:e.timestamp})}catch(e){l.error("failed to decode broadcast message:",e)}}),this.socket.on(W.broadcastToEntity,({payload:t})=>{try{const e=ra.fromBinary(t);R.emit(M.MESSAGE,{payload:JSON.parse(new TextDecoder().decode(e.payload)),type:e.type,timestamp:e.timestamp})}catch(e){l.error("failed to decode peer broadcast message:",e)}})}on(t,e){let r,i;switch(t){case W.joinRoom:case W.leaveRoom:case W.kick:case W.kickAll:{r=rs.fromBinary.bind(rs),i=rs.create();break}case W.getWaitingRoomRequests:{r=(n,s)=>n?Sm.fromBinary(n,s):{requests:[]},i=Sm.create();break}case W.recordingPaused:case W.recordingStarted:case W.recordingStopped:{r=Rm.fromBinary.bind(Rm);break}case Oc.updateUserPreset:{r=Tm.fromBinary.bind(Tm);break}case yr.peerJoinedBroadcast:case rr.peerJoinedBroadcast:{r=lm.fromBinary.bind(lm);break}case yr.selfJoinComplete:case rr.selfJoinComplete:{r=_u.fromBinary.bind(_u);break}case yr.globalPeerPinBroadcast:case rr.globalPeerPinBroadcast:{r=pm.fromBinary.bind(pm);break}case yr.selectedPeer:case rr.selectedPeer:{r=bu.fromBinary.bind(bu);break}case yr.selectedPeerDiff:case rr.selectedPeerDiff:{r=dm.fromBinary.bind(dm);break}case yr.leaveRoom:case rr.leaveRoom:{r=wu.fromBinary.bind(wu);break}}this.socket.on(t,({payload:n})=>{let s=i;if(!r)return e(void 0);try{s=r(n)}catch(o){l.error("roomSocketHandler::on::binary_decode_error",{error:o})}return e(s)})}getUserPermissions(t){return u(this,null,function*(){const e={userIds:[t]};try{const r=yield this.socket.sendMessagePromise(Oc.getUserPresets,ZP.toBinary(e)),i=iR.fromBinary(r.payload).peerPresets[0],n=new TextDecoder().decode(i.preset),s=JSON.parse(n).permissions;return{chat:s.chat,polls:s.polls,plugins:s.plugins}}catch(r){throw l.error("Error in getting user preset",{error:r}),r}})}},fc=new WeakMap,tg);let Md=Fv;wO([S.trace("RoomSocketHandler.joinRoom")],Md.prototype,"joinRoom",1);class ep extends Error{constructor(e){super(e!=null?e:"AwaitQueue stopped"),this.name="AwaitQueueStoppedError",typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(this,ep)}}class tp extends Error{constructor(e){super(e!=null?e:"AwaitQueue task removed"),this.name="AwaitQueueRemovedTaskError",typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(this,tp)}}var Gc;class Gu{constructor(e=!1){m(this,"pendingTasks",new Map),m(this,"nextTaskId",0),m(this,"stopping",!1),f(this,Gc,void 0),this.log=e,v(this,Gc,{info:e?l.info:()=>{}})}get size(){return this.pendingTasks.size}push(e,r,i){return u(this,null,function*(){if(r=r!=null?r:e.name,typeof e!="function")throw new TypeError("given task is not a function");if(r)try{Object.defineProperty(e,"name",{value:r})}catch{}return new Promise((n,s)=>{const o={id:this.nextTaskId++,task:e,metadata:i,name:r,enqueuedAt:Date.now(),executedAt:void 0,completed:!1,resolve:c=>{if(o.completed)return;o.completed=!0,this.pendingTasks.delete(o.id),n(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),s(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 e of this.pendingTasks.values())e.reject(new ep);this.stopping=!1}remove(e){const r=Array.from(this.pendingTasks.values())[e];r&&r.reject(new tp)}get(e){return Array.from(this.pendingTasks.values())[e]}dump(){const e=Date.now();let r=0;return Array.from(this.pendingTasks.values()).map(i=>({idx:r++,task:i.task,name:i.name,enqueuedTime:i.executedAt?i.executedAt-i.enqueuedAt:e-i.enqueuedAt,executionTime:i.executedAt?e-i.executedAt:0}))}execute(e){return u(this,null,function*(){if(e.executedAt)throw new Error("task already being executed");e.executedAt=Date.now();try{const r=this.pendingTasks.size,i=yield e.task(),n=Date.now();a(this,Gc).info(`AwaitQueue.push(${e.name})_timings`,{awaitQueueTask:{id:e.id,metadata:e.metadata,queueSizeAtStart:r,execTime:(n-e.executedAt)/1e3,taskStartTime:(e.executedAt-e.enqueuedAt)/1e3}}),e.resolve(i)}catch(r){e.reject(r)}})}}Gc=new WeakMap;function IO(t,e){const r=new Error(e);return r.name=t,r}class Oo extends w{constructor(e){super(e),this.name="UnsupportedError",Error.hasOwnProperty("captureStackTrace")?Error.captureStackTrace(this,Oo):this.stack=new Error(e).stack}}class xt extends w{constructor(e){super(e),this.name="InvalidStateError",Error.hasOwnProperty("captureStackTrace")?Error.captureStackTrace(this,xt):this.stack=new Error(e).stack}}class vn extends w{constructor(e){super(e),this.name="TransportConnectionError",Error.hasOwnProperty("captureStackTrace")?Error.captureStackTrace(this,xt):this.stack=new Error(e).stack}}const rg=t=>new Promise(e=>setTimeout(e,t));function Bv(t,e){return u(this,null,function*(){return new Promise((r,i)=>u(this,null,function*(){const{strategy:n,maxRetryCount:s,delayTime:o}=V({strategy:"linear",maxRetryCount:3,delayTime:10},e);let c=0,d,h=!1;const p=g=>{h=!0,i(g)};for(;c<s;){try{const g=yield t(c,p);return r(g)}catch(g){if(d=g,h)break;if(c<s)n==="linear"?yield rg(o*(c+1)):n==="exponential"&&(yield rg(o*(c+Math.max(0,c-1))));else break}c+=1}return i(d)}))})}function CO(t){return t.map(e=>({channels:e.channels,clockRate:e.clockRate,mimeType:e.mimeType,sdpFmtpLine:e.sdpFmtpLine}))}function PO(t){return t.map(e=>({uri:e.uri}))}function vc(t){return{codecs:CO(t.codecs),headerExtensions:PO(t.headerExtensions?t.headerExtensions:[])}}function RO(t){const e=RTCRtpReceiver.getCapabilities("audio"),r=RTCRtpReceiver.getCapabilities("video"),i=RTCRtpSender.getCapabilities("audio"),n=RTCRtpSender.getCapabilities("video");t&&(r.codecs=r.codecs.filter(({mimeType:o})=>t===o),n.codecs=n.codecs.filter(({mimeType:o})=>t===o));const s={audio:vc(e),video:vc(r)};return{sender:{audio:vc(i),video:vc(n)},receiver:s}}var dt;class MO{constructor(e,r){f(this,dt,void 0),m(this,"events"),m(this,"sfuType"),v(this,dt,e),this.sfuType=r,this.events=r===Ke.CF?yr:rr}joinRoom(e,r,i,n=!1,s=null){return u(this,null,function*(){const o={roomUuid:e,displayName:r,prejoined:n,capabilities:i};return s&&(o.location=s),(yield a(this,dt).sendMessagePromiseWithTimeout({event:this.events.joinRoom,protobuf:H0.toBinary(o),timeout:5e3})).payload})}connectTransport(e){return u(this,null,function*(){const r=(yield a(this,dt).sendMessagePromise(this.events.createWebRTCTransport,y0.toBinary(e))).payload,{transportId:i,description:n,producerIds:s}=sv.fromBinary(r),o={sdp:n==null?void 0:n.sdp,type:n.type};return{transportId:i,answer:o,producerIds:s}})}produce(e){return u(this,null,function*(){var r,i;const n=(yield a(this,dt).sendMessagePromise(this.events.produce,eI.toBinary(e))).payload,s=VI.fromBinary(n);return{answer:{sdp:(r=s==null?void 0:s.description)==null?void 0:r.sdp,type:(i=s==null?void 0:s.description)==null?void 0:i.type},producerId:s.producerId}})}consume(e){return u(this,null,function*(){if(this.sfuType===Ke.HIVE)throw new Error("Hive does not support socket consumer operations");const r=(yield a(this,dt).sendMessagePromise(this.events.consume,X0.toBinary(e))).payload,{consumerIdsMap:{map:i},description:n}=NI.fromBinary(r);return{consumerStateMap:i,sessionDescription:n}})}closeProducer(e){return u(this,null,function*(){const r=(yield a(this,dt).sendMessagePromise(this.events.closeProducer,oI.toBinary(e))).payload,{description:i}=HI.fromBinary(r);return i})}closeConsumer(e){return u(this,null,function*(){if(this.sfuType===Ke.HIVE)throw new Error("Hive does not support socket consumer operations");return(yield a(this,dt).sendMessagePromise(this.events.closeConsumer,dI.toBinary(e))).payload})}hostControlForPeer(e,r){return u(this,null,function*(){const i={audio:r==="audio",screeShare:!1,video:r==="video",participantId:e},n=(yield a(this,dt).sendMessagePromise(this.events.hostControlPeer,gI.toBinary(i))).payload;if(!n)return!1;const{status:s}=YI.fromBinary(n);return s==="success"})}hostControlForAll(e){return u(this,null,function*(){const r={audio:e==="audio",screenShare:!1,video:e==="video"},i=(yield a(this,dt).sendMessagePromise(this.events.hostControlAllPeers,vI.toBinary(r))).payload;if(!i)return!1;const{status:n}=XI.fromBinary(i);return n==="success"})}kickAll(){return u(this,null,function*(){const e={propagateKickAcrossRooms:!1};a(this,dt).sendMessagePromise(W.kickAll,cv.toBinary(e))})}kickPeer(e){return u(this,null,function*(){a(this,dt).sendMessagePromise(W.kick,pv.toBinary(e))})}changeDisplayName(e){return u(this,null,function*(){const r=(yield a(this,dt).sendMessagePromise(this.events.changeDisplayName,pI.toBinary(e))).payload;if(!r)return!1;const{status:i}=eC.fromBinary(r);return i==="success"})}notifySelfJoinComplete(){return u(this,null,function*(){const e={},r=(yield a(this,dt).sendMessagePromise(this.events.selfJoinComplete,q0.toBinary(e))).payload;return _u.fromBinary(r)})}audioActivity(e){return u(this,null,function*(){a(this,dt).sendMessage(this.events.audioActivity,E0.toBinary(e))})}}dt=new WeakMap;class al extends pt.EventEmitter{constructor(){super(),this.setMaxListeners(1/0)}safeEmit(e,...r){const i=this.listenerCount(e);try{return this.emit(e,...r)}catch(n){return l.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,s)=>{setTimeout(s,r,"event request timeout");try{this.emit(e.toString(),...i,n,s)}catch(o){l.error(`EnhancedEventEmitter:: safeEmitAsPromise() | event listener for event ${e.toString()} threw an error [event:%s]:%o`,{error:o}),s(o)}})})}}class rp extends al{constructor(){super(...arguments),m(this,"_sendWebStream",new MediaStream),m(this,"_sendScreenShareStream",new MediaStream),m(this,"_direction"),m(this,"pc"),m(this,"_transportReady",!1),m(this,"_mapMidTransceiver",new Map),m(this,"enableHighBitrate",!1),m(this,"enableStereo",!1),m(this,"enableDtx",!0)}get midTransceiverMap(){return this._mapMidTransceiver}close(){if(l.debug(`${this.name}::close()`),this.pc)try{this.pc.close()}catch(e){l.error(`${this.name}::pc.close()`,{error:e})}}restartIce(){return u(this,null,function*(){l.debug(`${this.name}::restartIce()`);const e=yield this.pc.createOffer({iceRestart:!0});return l.debug(`${this.name}::restartIce() | calling pc.setLocalDescription() [offer:${JSON.stringify(e)}]`),{offerSdp:e,callback:r=>u(this,null,function*(){l.info(`${this.name}::restartIce() | calling pc.setRemoteDescription() [answer:${JSON.stringify(r)}]`),yield this.pc.setRemoteDescription(r)})}})}init({direction:e,iceServers:r,iceTransportPolicy:i,additionalSettings:n,proprietaryConstraints:s,onTrackHandler:o}){l.debug("HandlerInterface::init()"),this._direction=e,this.pc=new RTCPeerConnection(V({iceServers:r||[],iceTransportPolicy:i||"all",bundlePolicy:"max-bundle",rtcpMuxPolicy:"require"},n),s),o&&this.pc.addEventListener("track",c=>{o(c)}),this._addEventListeners()}connect(){return u(this,null,function*(){this.pc.addTransceiver("video",{direction:"sendonly"});const e=yield this.pc.createOffer();return yield this.pc.setLocalDescription(e),l.info(`connect offer: ${JSON.stringify(e)}`),{offerSdp:e,callback:r=>u(this,null,function*(){l.debug(`${this.name}::connect() | calling pc.setRemoteDescription() [answer:${JSON.stringify(r)}]`),yield this.pc.setRemoteDescription(r)})}})}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(),l.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 l.debug(`stopSending() | calling pc.setLocalDescription() [offer:${JSON.stringify(i)}]`),yield this.pc.setLocalDescription(i),{offerSdp:i,callback:n=>u(this,null,function*(){l.debug(`stopSending() | calling pc.setRemoteDescription() [answer:${JSON.stringify(n)}]`),yield this.pc.setRemoteDescription(n),this.midTransceiverMap.delete(e)})}})}replaceTrack(e,r){return u(this,null,function*(){this._assertSendDirection(),r?l.debug(`replaceTrack() [localId:${e}, track.id:${r.id}]`):l.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(),l.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((s,o)=>{o<=r?s.active=!0:s.active=!1}),yield i.sender.setParameters(n)})}setRtpEncodingParameters(e,r){return u(this,null,function*(){this._assertSendDirection(),l.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((s,o)=>{n.encodings[o]=V(V({},s),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:l.warn("unknown state");break}}),this.pc.addEventListener("negotiationneeded",()=>{this.emit("@negotiationneeded",{}),l.debug("negotiationneeded")}),this.pc.addEventListener("icegatheringstatechange",()=>{switch(this.pc.iceGatheringState){case"gathering":l.debug("icegatheringstatechange | gathering"),this.emit("@icegatheringstatechange","gathering");break;case"complete":l.debug("icegatheringstatechange | complete"),this.emit("@icegatheringstatechange","complete");break;default:l.warn("unknown state");break}}),this.pc.addEventListener("icecandidateerror",e=>{l.warn("icecandidateerror",{error:{code:e.errorCode,message:e.errorText}})}),this.pc.addEventListener("datachannel",e=>{l.info("data channel created: ",{rtcChannel:{label:e.channel.label}});const{channel:r}=e;r.onopen=()=>{l.info("data channel open: ",{rtcChannel:{label:e.channel.label}}),this.safeEmit("dc_open",e.channel)},r.onclose=()=>{l.warn("data channel closed: ",{rtcChannel:{label:e.channel.label}})},r.onerror=()=>{l.error("data channel error: ",{rtcChannel:{label:e.channel.label}})}}),this.addCustomEventListeners()}addCustomEventListeners(){}}class ip extends rp{static createFactory(){return()=>new ip}get name(){return"Chrome74"}init({direction:e,iceServers:r,iceTransportPolicy:i,additionalSettings:n,proprietaryConstraints:s,onTrackHandler:o}){this._direction=e,this.pc=new RTCPeerConnection(V({iceServers:r||[],iceTransportPolicy:i||"all",bundlePolicy:"max-bundle",rtcpMuxPolicy:"require",sdpSemantics:"unified-plan"},n),s),o&&this.pc.addEventListener("track",c=>{o(c)}),this._addEventListeners()}send(e){return u(this,arguments,function*({track:r,encodings:i,codecOptions:n,screenShare:s}){this._assertSendDirection();const o=this.pc.addTransceiver(r,{direction:"sendonly",streams:[s?this._sendScreenShareStream:this._sendWebStream],sendEncodings:i});if(!navigator.isReactNative){l.debug("creating new transceiver");const h=RTCRtpSender.getCapabilities(typeof r=="string"?r:r.kind);l.info(`senders available params: ${JSON.stringify(h)}`);const p=[];n&&n.length&&n.forEach(g=>{var y;const T=h.codecs.find(b=>b.mimeType.includes(g.name));if(g.parameters){l.debug(`codecOption.parameters:${JSON.stringify(g.parameters)}`);const b=((y=T.sdpFmtpLine)==null?void 0:y.split(";"))||[];b.push(...g.parameters);const D=Array.from(new Set(b).values());T.sdpFmtpLine=D.join(";")}p.push(T)}),l.info(`selected codecs: ${JSON.stringify(p)}`),o.setCodecPreferences(p)}const c=yield this.pc.createOffer();if(yield this.pc.setLocalDescription(c),n&&n.findIndex(({name:h})=>h==="opus")>=0){const{enableDtx:h,enableStereo:p}=this,g=this.enableHighBitrate?p?128e3:64e3:p?64e3:32e3;c.sdp=c.sdp.replace("minptime=10;useinbandfec=1",`minptime=10;useinbandfec=1;${h?"usedtx=1;":""}${p?"stereo=1;sprop-stereo=1;":""}maxaveragebitrate=${g}`),c.sdp+=`a=rtcp-fb:111 nack\r
18
18
  `}this.midTransceiverMap.set(o.mid,o);const d=h=>u(this,null,function*(){return l.debug(`send() | calling pc.setRemoteDescription() [answer:${JSON.stringify(h)}]`),yield this.pc.setRemoteDescription(h),o.mid});return l.debug(`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",e=>{const{channel:r}=e;r.onmessage=i=>{this.safeEmit("datachannel",e.channel,String.fromCharCode(...new Uint8Array(i.data)))}})}}class Ad extends rp{constructor(e){super(),m(this,"supportsSendEncodings",!1),this.supportsSendEncodings=e.supportsSendEncodings}static createFactory(e){return()=>new Ad(e)}get name(){return"Firefox60"}send(e){return u(this,arguments,function*({track:r,encodings:i,codecOptions:n,screenShare:s}){this._assertSendDirection();const o=this.supportsSendEncodings&&i!==void 0?{sendEncodings:i}:{},c=this.pc.addTransceiver(r,V({direction:"sendonly",streams:[s?this._sendScreenShareStream:this._sendWebStream]},o));if(!this.supportsSendEncodings&&i){i.reverse();const p=c.sender.getParameters();p.encodings=i,yield c.sender.setParameters(p)}const d=(p,g)=>{var y;const T=hn(p),b=T.media[T.media.length-1],D=b.rtp.filter(J=>g.some(I=>I.name===J.codec)),P=b.fmtp.filter(J=>D.some(I=>I.payload===J.payload)),x=(y=b.rtcpFb)==null?void 0:y.filter(J=>D.some(I=>I.payload===J.payload)),H=D.map(J=>J.payload);return T.media[T.media.length-1].rtp=D,T.media[T.media.length-1].fmtp=P,T.media[T.media.length-1].rtcpFb=x,T.media[T.media.length-1].payloads=H.join(" "),Pc(T)},h=yield this.pc.createOffer();if(h.sdp=d(h.sdp,n),l.debug(`send() | calling pc.setLocalDescription() [offer:${JSON.stringify(h)}]`),yield this.pc.setLocalDescription(h),r==="audio"||r.kind==="audio"){const{enableDtx:p,enableStereo:g}=this,y=this.enableHighBitrate?g?128e3:64e3:g?64e3:32e3;h.sdp=h.sdp.replace("minptime=10;useinbandfec=1",`minptime=10;useinbandfec=1;${p?"usedtx=1;":""}${g?"stereo=1;sprop-stereo=1;":""}maxaveragebitrate=${y}`)}return this.midTransceiverMap.set(c.mid,c),{offerSdp:h,callback:p=>u(this,null,function*(){return l.debug(`send() | calling pc.setRemoteDescription() [answer:${JSON.stringify(p)}]`),yield this.pc.setRemoteDescription(p),c.mid}),sender:c.sender,mid:c.mid}})}setMaxSpatialLayer(e,r){return u(this,null,function*(){this._assertSendDirection(),l.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(),s=n.encodings.length-1-r;n.encodings.forEach((o,c)=>{c>=s?o.active=!0:o.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 np extends rp{static createFactory(){return()=>new np}get name(){return"Safari12"}send(e){return u(this,arguments,function*({track:r,encodings:i,codecOptions:n,screenShare:s}){this._assertSendDirection(),l.debug("Safari12::creating new transceiver");const o=this.pc.addTransceiver(r,{direction:"sendonly",streams:[s?this._sendScreenShareStream:this._sendWebStream],sendEncodings:i}),c=RTCRtpSender.getCapabilities(typeof r=="string"?r:r.kind);l.info(`Safari12::senders available params: ${JSON.stringify(c)}`);const d=[];n&&n.length>0&&n.forEach(p=>{var g;const y=c.codecs.find(T=>T.mimeType.includes(p.name));if(p.parameters){l.info(`Safari12::codecOption.parameters:, ${JSON.stringify(p.parameters)}`);const T=((g=y.sdpFmtpLine)==null?void 0:g.split(";"))||[];T.push(...p.parameters);const b=[...new Set(T).values()];y.sdpFmtpLine=b.join(";")}d.push(y)}),l.info(`Safari12::selected codecs: ${JSON.stringify(d)}`),o.setCodecPreferences(d);const h=yield this.pc.createOffer();if(yield this.pc.setLocalDescription(h),r==="audio"||r.kind==="audio"){const{enableStereo:p,enableDtx:g}=this,y=this.enableHighBitrate?p?128e3:64e3:p?64e3:32e3;h.sdp=h.sdp.replace("minptime=10;useinbandfec=1",`minptime=10;useinbandfec=1;${g?"usedtx=1;":""}${p?"stereo=1;sprop-stereo=1;":""}maxaveragebitrate=${y}`)}return this.midTransceiverMap.set(o.mid,o),{offerSdp:h,callback:p=>u(this,null,function*(){return l.debug(`Safari12::send() | calling pc.setRemoteDescription() [answer:${JSON.stringify(p)}]`),yield this.pc.setRemoteDescription(p),o.mid}),sender:o.sender,mid:o.mid}})}addCustomEventListeners(){this.pc.ondatachannel=e=>{const{channel:r}=e;r.onmessage=i=>u(this,null,function*(){const n=String.fromCharCode(...new Uint8Array(i.data));this.safeEmit("datachannel",e.channel,n)})}}}function AO(t,e){return typeof t=="undefined"?e:typeof window!="undefined"&&Object.getOwnPropertyDescriptor(window,"structuredClone")?structuredClone(t):JSON.parse(JSON.stringify(t))}var qc,ds,Gr,Jr,Mi,$c,ql,qu,Wv,$u,jv;class DO extends al{constructor(e){var r;super(),f(this,Jr),f(this,$c),f(this,qu),f(this,$u),m(this,"rtpReceiver"),m(this,"id"),m(this,"localId"),m(this,"producerId"),m(this,"producingTransportId"),m(this,"mimeType"),m(this,"track"),m(this,"peerId"),m(this,"appData"),m(this,"transceiver"),f(this,qc,void 0),f(this,ds,void 0),f(this,Gr,void 0),this.id=e.id,this.localId=e.localId,v(this,qc,e.handler),this.appData=e.appData,this.peerId=e.producingPeerId,this.producingTransportId=e.producingTransportId,v(this,Gr,!1),this.producerId=e.producerId,this.track=e.track,v(this,ds,(r=e.paused)!=null?r:!1),this.mimeType=e.mimeType,this.transceiver=e.transceiver,this.rtpReceiver=e.rtpReceiver,B(this,qu,Wv).call(this)}get closed(){return a(this,Gr)}get kind(){return this.track.kind}get paused(){return a(this,ds)}close(e,r){a(this,Gr)||(l.debug(`Consumer::close() ${e?`with reason ${e}`:""}`,a(this,Jr,Mi)),v(this,Gr,!0),r&&(B(this,$u,jv).call(this),this.transceiver.stop()),this.safeEmit("close",e))}getStats(){return u(this,null,function*(){if(a(this,Gr))throw new xt("closed");return a(this,qc).getReceiverStats(this.localId)})}pause(){if(l.debug("consumer::pause()",a(this,Jr,Mi)),a(this,Gr)){l.error("consumer::pause() | Consumer closed",a(this,Jr,Mi));return}v(this,ds,!0),this.track.enabled=!1,this.safeEmit("pause")}resume(){if(l.debug("consumer::resume()",a(this,Jr,Mi)),a(this,Gr)){l.error("Consumer::resume() | Consumer closed",a(this,Jr,Mi));return}v(this,ds,!1),this.track.enabled=!0,this.safeEmit("resume")}}qc=new WeakMap,ds=new WeakMap,Gr=new WeakMap,Jr=new WeakSet,Mi=function(){return{consumer:{id:this.id,appData:this.appData,peerId:this.peerId,kind:this.kind}}},$c=new WeakSet,ql=function(){l.debug('Consumer::track "ended" event',a(this,Jr,Mi)),this.safeEmit("trackended")},qu=new WeakSet,Wv=function(){this.track.addEventListener("ended",B(this,$c,ql).bind(this))},$u=new WeakSet,jv=function(){try{this.track.removeEventListener("ended",B(this,$c,ql)),this.track.stop()}catch(t){l.error("Consumer::destroyTrack()",$(V({},a(this,Jr,Mi)),{error:t}))}};var Rr,Qa,Xa,ls,gr,lt,nn,Za,er,fr;class OO extends al{constructor(e){var r,i;super(),f(this,er),m(this,"id"),m(this,"localId"),f(this,Rr,void 0),m(this,"kind"),m(this,"appData"),m(this,"rtpSender"),f(this,Qa,void 0),f(this,Xa,void 0),f(this,ls,void 0),f(this,gr,!1),f(this,lt,void 0),f(this,nn,void 0),f(this,Za,void 0),this.id=e.id,this.localId=e.localId,v(this,lt,e.track),this.kind=(r=e.track)==null?void 0:r.kind,v(this,nn,e.disableTrackOnPause?!((i=e.track)!=null&&i.enabled):!1),v(this,Za,void 0),v(this,Qa,e.stopTracks),v(this,Xa,e.disableTrackOnPause),v(this,ls,e.zeroRtpOnPause),this.appData=e.appData||{},this._onTrackEnded=this._onTrackEnded.bind(this),v(this,Rr,e.handler),this.rtpSender=e.rtpSender,this._handleTrack()}get closed(){return a(this,gr)}get track(){return a(this,lt)}get paused(){return a(this,nn)}get maxSpatialLayer(){return a(this,Za)}close(e){return u(this,null,function*(){if(a(this,gr))return;if(l.debug(`Producer::close() ${e?`with reason ${e}`:""}`,a(this,er,fr)),v(this,gr,!0),this._destroyTrack(),e===Dd){this.safeEmit("close",{reason:e});return}const{offerSdp:r,callback:i}=yield a(this,Rr).stopSending(this.localId),{answer:n}=yield this.safeEmitAsPromise("close",{offer:r,reason:e});i(n)})}getStats(){return u(this,null,function*(){if(a(this,gr))throw new xt("closed");return a(this,Rr).getSenderStats(this.localId)})}pause(){l.debug("Producer::pause()",a(this,er,fr)),a(this,gr)&&l.error("Producer::pause() | Producer closed",a(this,er,fr)),v(this,nn,!0),a(this,lt)&&a(this,Xa)&&(a(this,lt).enabled=!1),a(this,ls)&&a(this,Rr).replaceTrack(this.localId,null),this.emit("pause")}resume(){if(l.debug("Producer::resume()",a(this,er,fr)),a(this,gr)){l.error("Producer::resume() | Producer closed",a(this,er,fr));return}v(this,nn,!1),a(this,lt)&&a(this,Xa)&&(a(this,lt).enabled=!0),a(this,ls)&&a(this,Rr).replaceTrack(this.localId,a(this,lt)),this.emit("resume")}replaceTrack(e){return u(this,arguments,function*({track:r}){if(l.debug(`Producer::replaceTrack() trackId: ${r==null?void 0:r.id}`,a(this,er,fr)),a(this,gr)){if(r&&a(this,Qa))try{r.stop()}catch(i){l.error("Producer::replaceTrack",$(V({},a(this,er,fr)),{error:i}))}throw new xt("closed")}else if(r&&r.readyState==="ended")throw new xt("track ended");if(r===a(this,lt)){l.debug(`replaceTrack() | same track, ignored trackId: ${r.id}`,a(this,er,fr));return}(!a(this,ls)||!a(this,nn))&&(yield a(this,Rr).replaceTrack(this.localId,r)),this._destroyTrack(),v(this,lt,r),this._handleTrack()})}setMaxSpatialLayer(e){return u(this,null,function*(){if(a(this,gr))throw new xt("closed");if(this.kind!=="video")throw new Oo("not a video Producer");if(typeof e!="number")throw new TypeError("invalid spatialLayer");yield a(this,Rr).setMaxSpatialLayer(this.localId,e),v(this,Za,e)})}setRtpEncodingParameters(e){return u(this,null,function*(){if(a(this,gr))throw new xt("closed");if(typeof e!="object")throw new TypeError("invalid params");yield a(this,Rr).setRtpEncodingParameters(this.localId,e)})}_onTrackEnded(){l.debug(`Producer::track "ended" event trackId: ${this.track.id}`,a(this,er,fr)),this.safeEmit("trackended",this.track.id)}_handleTrack(){a(this,lt)&&a(this,lt).addEventListener("ended",this._onTrackEnded)}_destroyTrack(){var e;if(a(this,lt))try{a(this,lt).removeEventListener("ended",this._onTrackEnded),a(this,Qa)&&a(this,lt).stop()}catch(r){l.error(`Producer::_destroyTrack trackId: ${(e=this.track)==null?void 0:e.id}`,$(V({},a(this,er,fr)),{error:r}))}}}Rr=new WeakMap,Qa=new WeakMap,Xa=new WeakMap,ls=new WeakMap,gr=new WeakMap,lt=new WeakMap,nn=new WeakMap,Za=new WeakMap,er=new WeakSet,fr=function(){return{producer:{id:this.id,appData:this.appData,kind:this.kind}}};function Hv(t){return typeof t=="object"&&!Array.isArray(t)&&t!==null}function Ju(t){return Math.random().toString(36).substring(2,2+t)}const yc=1;function ig(t){const e=t;return delete e.payload._bolt,e}function NO(t){return t.payload&&Hv(t.payload)}function Gv(t){var e,r;return NO(t)&&(r=(e=t.payload._bolt)==null?void 0:e.id)!=null?r:""}var sn;const eo=class extends pt.EventEmitter{constructor(t,e,r){super(),m(this,"channel"),m(this,"queue"),m(this,"serverProtocolVersion"),f(this,sn,new Map),m(this,"respond",(i,n,s=!1)=>{let o;s?o=eo.createErrorResponse(i,n):o=eo.createResponse(i,n),this.channel.send(JSON.stringify(o))}),m(this,"notify",i=>{const n=eo.createNotification(i);this.channel.send(JSON.stringify(n))}),m(this,"request",i=>u(this,null,function*(){const n=eo.createRequest(i),s=new Promise((o,c)=>{const{id:d}=n.payload._bolt,h={id:d,method:n.type,resolve:p=>{this.queue.delete(d)&&(clearTimeout(h.timer),o(p))},timer:setTimeout(()=>{this.queue.delete(d)&&c(new Error(`request timeout for message id: ${d}`))},2e4),cancel:p=>{this.queue.delete(d)&&(clearTimeout(h.timer),c(p))}};this.queue.set(d,h)});return this.channel.send(JSON.stringify(n)),s})),m(this,"send",i=>{const n=JSON.stringify(i),s=16384;if(n.length>s){const o=s-200,c=Math.ceil(n.length/o),d=[];for(let p=0;p<c;p+=1){const g=p*o,y=(p+1)*o;d.push(n.slice(g,y))}const h=As();for(let p=0;p<c;p+=1){const g=d[p],y=JSON.stringify({id:h,count:c,chunkIndex:p,chunk:g});l.debug(`Sending message chunk over dc: ${y}`),this.channel.send(y)}}else l.debug(`Sending message over dc: ${n}`),this.channel.send(n)}),m(this,"processMessage",i=>{var n;a(this,sn).has(i.id)||a(this,sn).set(i.id,[]);const s=a(this,sn).get(i.id);if(s[i.chunkIndex]=i,(s==null?void 0:s.length)===i.count&&!s.some(o=>o===void 0)){const o=a(this,sn).get(i.id),c=o==null?void 0:o.reduce((h,p)=>h+p.chunk,"");a(this,sn).delete(i.id);const d=JSON.parse(c);if(!d.payload||!Hv(d.payload))throw new Error("corrupted incoming message over dc",{cause:{code:"CORRUPT_DC_MESSAGE",values:d}});if(this.processBoltHandshake(d))return;if(this.serverProtocolVersion=(n=d.payload._bolt)==null?void 0:n.version,!this.processResponseMsg(d))return d}}),m(this,"processResponseMsg",i=>{const{id:n}=i.payload._bolt,s=this.queue.get(n);return s?(l.debug(`resolving pending request with id: ${n}, complete response: ${JSON.stringify(i)}`),i.type==="error"?s.cancel(ig(i)):s.resolve(ig(i)),!0):!1}),m(this,"processBoltHandshake",i=>{var n,s;return i.type==="_bolt"||i.type==="handshake"?(this.respond((s=(n=i.payload._bolt)==null?void 0:n.id)!=null?s:Ju(8),{type:"_bolt",payload:{message:"pong"}}),!0):!1}),this.label=e,this.transportId=r,this.channel=t,this.queue=new Map}};let to=eo;sn=new WeakMap,m(to,"createRequest",t=>{var e;if((e=t.payload)!=null&&e._bolt)throw new Error("rpc fields are internal values");return{type:t.type,payload:$(V({},t.payload),{_bolt:{id:Ju(8),type:"REQUEST",version:yc}})}}),m(to,"createResponse",(t,e)=>{var r;if((r=e.payload)!=null&&r._bolt)throw new Error("rpc fields are internal values");return{type:e.type,payload:$(V({},e.payload),{_bolt:{id:t,type:"RESPONSE",version:yc}})}}),m(to,"createNotification",t=>{var e;if((e=t.payload)!=null&&e._bolt)throw new Error("rpc fields are internal values");return{type:t.type,payload:$(V({},t.payload),{bolt:{id:Ju(8),type:"NOTIFY",version:yc}})}}),m(to,"createErrorResponse",(t,e)=>({type:"error",payload:{error:e.message,_bolt:{id:t,type:"RESPONSE",version:yc}}}));const Dd="transport closed";var ro;const io=class extends al{constructor(t,{id:e,direction:r,handlerFactory:i,iceServers:n,iceTransportPolicy:s,proprietaryConstraints:o,additionalSettings:c,appData:d,config:h}){var p,g,y;super(),m(this,"awaitQueue"),m(this,"observer"),f(this,ro,void 0),m(this,"id"),m(this,"serverId"),m(this,"direction"),m(this,"maxSctpMessageSize"),m(this,"handler"),m(this,"connectionState","new"),m(this,"producers"),m(this,"consumers"),m(this,"datachannels"),m(this,"connected",!1),m(this,"eventsDCReadyPromise"),m(this,"eventsDCReadyPromiseResolver"),m(this,"eventsDCFailureTimer"),m(this,"transportConnectionPromise"),m(this,"consumerTrackEvents"),m(this,"unknownTracksMap"),m(this,"appData"),l.debug(`constructor() [id: ${e}, direction: ${r}]`),v(this,ro,t),this.id=e,this.direction=r;const T=AO(c,{});delete T.iceServers,delete T.iceTransportPolicy,delete T.bundlePolicy,delete T.rtcpMuxPolicy,delete T.sdpSemantics,this.producers=new Map,this.consumers=new Map,this.datachannels=new Map,this.consumerTrackEvents=new Map,this.unknownTracksMap=new Map,this.awaitQueue=new Gu(!0),this.handler=i(),this.handler.enableHighBitrate=(p=h==null?void 0:h.enableHighBitrate)!=null?p:!1,this.handler.enableStereo=(g=h==null?void 0:h.enableStereo)!=null?g:!1,this.handler.enableDtx=(y=h==null?void 0:h.enableDtx)!=null?y:!0,this.handler.init({onTrackHandler:this._ontrack.bind(this),direction:r,iceServers:n,iceTransportPolicy:s,additionalSettings:c,proprietaryConstraints:o}),this.appData=d||{},this.transportConnectionPromise=new Promise(b=>{this.once("connected",()=>{b(!0)}),this.once("disconnect",()=>{b(!1)}),this.once("close",()=>{b(!1)})}),this.eventsDCReadyPromise=new Promise(b=>{this.eventsDCReadyPromiseResolver=b}),this.handler.on("@connectionstatechange",b=>{b!==this.connectionState&&(l.debug(`connection state changed to ${b}`),this.connectionState=b,b==="connected"&&(this.connected=!0,this.emit("connected")),b==="disconnected"&&(this.connected=!1,this.emit("disconnect")),(b==="failed"||b==="closed")&&(this.connected=!1,this.emit("close")),this.closed||this.safeEmit("connectionstatechange",b))}),this.handler.on("@icecandidate",({candidate:b})=>{this.closed||this.safeEmit("icecandidate",b)}),this.handler.on("dc_open",b=>{let D=this.datachannels.get(b.label);D||(D||(D=new to(b,b.label,this.serverId),this.datachannels.set(b.label,D)),this.eventsDCFailureTimer=setTimeout(()=>{b.label==="events"&&(this.eventsDCReadyPromiseResolver(!1),this.safeEmit("dc_error",b.label))},5e3))}),this.handler.on("datachannel",(b,D)=>{b.label==="events"&&(this.eventsDCReadyPromiseResolver(!0),this.eventsDCFailureTimer&&clearTimeout(this.eventsDCFailureTimer));const P=this.datachannels.get(b.label);if(!P){l.error("unregistered datachannel for message",{rtcChannel:{label:b.label,message:D}});return}try{const x=JSON.parse(D);l.debug("datachannel message chunk recieved",{dataChannelMessageChunk:{id:x.id,count:x.count,chunkIndex:x.chunkIndex,chunk:x.chunk,transprtId:this.serverId}});const H=P.processMessage(x);if(!H)return;l.debug(`datachannel message with id:${x.id} on transport:${this.serverId}complete - ${JSON.stringify(H)}`),this.emit(`datachannel:${b.label}`,P.label,H)}catch(x){l.error("error parsing message",{error:x})}})}get closed(){return this.connectionState==="closed"}setServerId(t){this.serverId=t}getDatachannel(t){return this.datachannels.get(t)}get isEventsDCReady(){return this.eventsDCReadyPromise}close(){this.closed||(l.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(t=>{t.close(Dd).catch(()=>{})}),this.producers.clear(),Array.from(this.consumers.values()).forEach(t=>{t.close(Dd)}),this.consumers.clear(),this.consumerTrackEvents.clear(),this.emit("close"))}getStats(){return u(this,null,function*(){if(this.closed)throw new xt("closed");return this.handler.getTransportStats()})}connect(t){return u(this,null,function*(){try{if(yield this.awaitQueue.push(()=>u(this,null,function*(){const{offerSdp:e,callback:r}=yield this.handler.connect(),{transportId:i,answer:n}=yield t(e);this.setServerId(i),yield r(n)})),!(yield this.transportConnectionPromise))throw new Error("ice connection failed");if(a(this,ro)===Ke.HIVE&&!(yield this.isEventsDCReady))throw new Error("events datachannel not open")}catch(e){throw l.error("transport failed to connect:",{error:e}),e}})}restartIce(){return u(this,null,function*(){if(l.debug("restartIce()"),this.closed)throw new xt("closed");return this.handler.restartIce()})}canProduce(t){return u(this,null,function*(){const{track:e,appData:r}=t;if(e){if(this.direction!=="send")throw new Oo("not a sending Transport");if(e.readyState==="ended")throw new xt("track ended");if(r&&typeof r!="object")throw new TypeError("if given, appData must be an object")}else throw new TypeError("missing track");if(!(yield this.transportConnectionPromise))throw new vn("transport not connected");return!0})}produce(t,e){return u(this,null,function*(){if(!(yield this.canProduce(t)))throw new Error("Cannot produce");const{track:r,encodings:i,codecOptions:n,stopTracks:s=!0,disableTrackOnPause:o=!0,zeroRtpOnPause:c=!1,appData:d={}}=t;l.debug(`produce() [track:${r.id}]`);const{producerId:h,localId:p,rtpSender:g}=yield this.awaitQueue.push(()=>u(this,null,function*(){const{offerSdp:y,callback:T,sender:b,mid:D}=yield this.handler.send({track:r,encodings:i,codecOptions:n,screenShare:d==null?void 0:d.screenShare}),{answer:P,producerId:x}=yield e({offer:y,kind:r.kind,paused:o?!r.enabled:!1,appData:$(V({},d||{}),{mid:D}),codecOptions:n,producingTransportId:this.serverId}),H=yield T(P);return{producerId:x,localId:H,rtpSender:b}}),"Transport.produce");return this.createProducerObject({id:h,localId:p,track:r,stopTracks:s,disableTrackOnPause:o,zeroRtpOnPause:c,appData:d,handler:this.handler,rtpSender:g})})}createProducerObject(t){return u(this,null,function*(){const e=new OO(t);return this.producers.set(e.id,e),e.once("close",()=>{this.producers.delete(e.id)}),this.emit("newproducer",e),e})}closeProducer(t){return u(this,null,function*(){yield this.awaitQueue.push(t.close.bind(t),"Transport.closeProducer")})}canConsume(){return u(this,null,function*(){if(this.closed)throw new xt("closed");if(this.direction!=="recv")throw new Oo("not a receiving transport");if(!(yield this.transportConnectionPromise))throw new vn("transport not connected");return!0})}consume(t,e,r){return u(this,null,function*(){return this.awaitQueue.push(()=>u(this,null,function*(){const i={},{consumerStates:n,sessionDescription:s,failedProducers:o}=yield e(t);n.forEach((d,h)=>{i[h]=this.createConsumerObjectAndWaitForTrack($(V({},d),{producerId:h}))}),s&&(l.info("Session description found, sending negotiation request"),yield r(s));const c=[];return yield Promise.all(Object.entries(i).map(([d,h])=>h.then(p=>c.push(p)).catch(()=>{l.error(`Failed to create consumer object, producer: ${d}`,{error:{message:"This should not happen"},transport:{serverId:this.serverId}})}))),{consumers:c,failedProducers:o}}),"Transport.consume",{producersLength:t.length})})}static parseCodecAndFmtpMappings(t,e){const r=hn(t.sdp),i={};return r.media.forEach(n=>{e.includes(n.mid.toString())&&(i[n.mid.toString()]={rtp:n.rtp,fmtp:n.fmtp,payloads:n.payloads,rtcpFb:n.rtcpFb})}),i}static setCodecAndFmtpMappings(t,e,r){const i=hn(t.sdp);return i.media=i.media.map(n=>{if(e.includes(n.mid.toString())){const s=V({},n);return s.rtp=r[n.mid.toString()].rtp,s.fmtp=r[n.mid.toString()].fmtp,s.payloads=r[n.mid.toString()].payloads,s.rtcpFb=r[n.mid.toString()].rtcpFb,s}return n}),$(V({},t),{sdp:Pc(i)})}static parseHeaderExtensionMappings(t){const e=hn(t.sdp),r={};return e.media.forEach(i=>{r[i.mid]=i.ext}),r}static setHeaderExtensionMappings(t,e){const r=hn(t.sdp);return r.media=r.media.map(i=>{const n=V({},i);return n.ext=e[i.mid],n}),$(V({},t),{sdp:Pc(r)})}closeConsumers(t,e){return u(this,null,function*(){try{const r=t.map(c=>c.transceiver.mid),i=io.parseCodecAndFmtpMappings(this.handler.pc.remoteDescription,r),n=io.parseHeaderExtensionMappings(this.handler.pc.remoteDescription);l.info("Stopping transceivers",{consumerIds:t.map(({id:c})=>c)}),t.forEach(c=>c.close(void 0,!0));let s=yield this.handler.pc.createOffer();l.info("Created offer for closing consumers",{sdp:s.sdp}),s=io.setCodecAndFmtpMappings(s,r,i),s=io.setHeaderExtensionMappings(s,n),l.info("Updated codec and fmtp mappings in close consumer offer",{sdp:s.sdp}),yield this.setLocalDescription(s),l.info("Successfully set local description in close consumers");const o=yield e(t,s);l.info("Received answer in close consumers",{sdp:o.sdp}),yield this.setRemoteDescription(o),l.info("Remote description was set successfully in close consumers",{sdp:o.sdp})}catch(r){l.error("Failed to close consumers",{error:r})}})}setRemoteOffer(t){return u(this,null,function*(){try{l.info("Received offer from SFU",{sdp:t.sdp}),yield this.setRemoteDescription(t);const e=yield this.handler.pc.createAnswer();l.info("Created answer corresponding to received offer",{sdp:e.sdp});const r=hn(e.sdp);return r.media=r.media.map(i=>{if(i.type==="audio"){const n=V({},i),s=n.fmtp.find(o=>o.payload===111);return s&&(s.config+=";stereo=1;sprop-stereo=1"),n.rtcpFb||(n.rtcpFb=[]),n.rtcpFb.some(o=>o.type==="nack")||n.rtcpFb.push({payload:parseInt(n.payloads,10),type:"nack"}),n}return i}),e.sdp=Pc(r),l.info("Setting munged SDP",{sdp:e.sdp}),yield this.setLocalDescription(e),l.info("Successfully set local description",{sdp:e.sdp}),e}catch(e){throw l.error("Set remote offer failed",{error:e}),e}})}_ontrack(t){const{track:e,transceiver:r,streams:i}=t;l.info(`track event received [trackId: ${e.id}] [mid: ${r.mid}]`);let n;a(this,ro)===Ke.HIVE?n=`${i[0].id}:${e.kind}`:n=`${r.mid}:${e.kind}`,e.addEventListener("ended",()=>{l.info(`rtc consumer track ended [trackId: ${e.id}]`),this.unknownTracksMap.delete(n)});const s=this.consumerTrackEvents.get(n);s?(s(e,r),this.consumerTrackEvents.delete(n)):(l.warn(`track event handler not found ${n}`),this.unknownTracksMap.set(n,t))}sendErrorOverDC(t,e,r){const i=this.getDatachannel(t);if(!i)throw new Error("datachannel not found",{cause:{code:"DC_NOT_FOUND",values:{label:t}}});i.respond(e,r,!0)}sendResponseOverDC(t,e,r){const i=this.getDatachannel(t);if(!i)throw new Error("datachannel not found",{cause:{code:"DC_NOT_FOUND",values:{label:t}}});i.respond(e,r)}createConsumerObjectAndWaitForTrack(t){return u(this,null,function*(){const{consumerId:e,producerId:r,producingPeerId:i,producingTransportId:n,streamId:s,paused:o,screenShare:c,appData:d,kind:h,mimeType:p}=t,g=`${s}:${h}`,y=$(V({},t),{name:"consumer creation task error",message:"consumer creation failed"});return new Promise((T,b)=>u(this,null,function*(){const D=setTimeout(()=>{l.warn(`Timed out waiting for track event ${g} producingPeerId: ${i}`),this.consumerTrackEvents.delete(g),y.isTimedout=!0,b(y)},5e3),P=(H,J)=>{try{if(H.readyState==="ended")clearTimeout(D),b(y);else{const I=H;I.enabled=!0,this.handler.midTransceiverMap.set(J.mid,J);const ae=new DO({id:e,localId:J.mid,transceiver:J,track:I,paused:o,producerId:r,producingPeerId:i,producingTransportId:n,handler:this.handler,appData:$(V({},d),{screenShare:c,peerId:i}),rtpReceiver:J.receiver,mimeType:p});this.consumers.set(e,ae),ae.once("close",()=>{this.consumers.delete(ae.id),this.handler.midTransceiverMap.delete(J.mid)}),l.info("consumer created for ",{consumer:{id:e,kind:h,appData:{screenShare:c},peerId:i,producerId:r}}),this.emit("newconsumer",ae),clearTimeout(D),T(ae)}}catch(I){l.warn("error while creating consumer:",I),clearTimeout(D),b(y)}},x=this.unknownTracksMap.get(g);x?(l.info(`track event already received [trackId: ${x.track.id}] [mid: ${x.transceiver.mid}]`),this.unknownTracksMap.delete(g),P(x.track,x.transceiver)):(l.info(`Registering onTrack handler for key ${g} [producingPeerId: ${i}]`),this.consumerTrackEvents.set(g,P))}))})}setRemoteDescription(t){return u(this,null,function*(){yield this.handler.pc.setRemoteDescription(t)})}setLocalDescription(t){return u(this,null,function*(){l.debug(`${this.direction}() {transportId: ${this.serverId}} | calling pc.setLocalDescription() [offer:${JSON.stringify(t)}]`),yield this.handler.pc.setLocalDescription(t)})}sendDataChannelMessage(t,e){return u(this,null,function*(){const r=this.getDatachannel(t);if(!r)throw IO("DC_NOT_READY",`${t} datachannel not ready`);const i=(yield r.request(e)).payload;return l.info(`sendDataChannelMessage::response ${JSON.stringify(i)}`),i})}};let LO=io;ro=new WeakMap;function VO(){if(typeof navigator=="object"&&navigator.product==="ReactNative"){if(typeof RTCPeerConnection=="undefined"){l.warn("Device::this._detectDevice() | unsupported ReactNative without RTCPeerConnection");return}return l.debug("Device::this._detectDevice() | ReactNative handler chosen"),"Chrome74"}if(typeof navigator=="object"&&typeof navigator.userAgent=="string"){const t=navigator.userAgent,e=Og.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;l.warn("Device::this._detectDevice() | browser not supported");return}l.warn("Device::this._detectDevice() | unknown device")}var Jc;class xO{constructor(e,{handlerName:r,handlerFactory:i}={}){if(m(this,"handlerFactory"),f(this,Jc,void 0),l.debug("constructor()"),v(this,Jc,e),r&&i)throw new TypeError("just one of handlerName or handlerInterface can be given");if(i)this.handlerFactory=i;else{if(r)l.debug(`Device::constructor() | handler given: ${r}`);else if(r=VO(),r)l.debug(`Device::constructor() | detected handler: ${r}`);else throw new Error("device not supported");switch(r){case"Chrome74":this.handlerFactory=ip.createFactory();break;case"Safari12":this.handlerFactory=np.createFactory();break;case"Firefox60":this.handlerFactory=Ad.createFactory({supportsSendEncodings:!1});break;case"Firefox110":this.handlerFactory=Ad.createFactory({supportsSendEncodings:!0});break;default:throw new TypeError(`unknown handlerName "${r}"`)}}}createTransport(e){const r=As();return new LO(a(this,Jc),$(V({id:r},e),{handlerFactory:this.handlerFactory}))}}Jc=new WeakMap;const UO=2e3;var Dr,vo,wt,It,Kc,zc,Ts,yo,no,so,us,Kr,So,Eo,Yc,Qc,Ku,zu,qv,Xc,Yu,Qu,ng,Xu,sg,Zu,ag,eh,og,th,cg,Zc,$l,ed,Jl;class FO extends pt.EventEmitter{constructor(e,r,i){switch(super(),f(this,Eo),f(this,Qc),f(this,zu),f(this,Xc),f(this,Qu),f(this,Xu),f(this,Zu),f(this,eh),f(this,th),f(this,Zc),f(this,ed),f(this,Dr,void 0),f(this,vo,void 0),f(this,wt,void 0),f(this,It,void 0),f(this,Kc,void 0),f(this,zc,void 0),f(this,Ts,void 0),f(this,yo,void 0),f(this,no,void 0),f(this,so,{transportFailureCount:{send:0,recv:0},lastConnectionTime:0}),f(this,us,void 0),f(this,Kr,"all"),f(this,So,void 0),v(this,Dr,e),v(this,Ts,r),v(this,So,i),v(this,vo,new xO(i)),v(this,yo,new MO(r,i)),i){case Ke.CF:{v(this,no,yr);break}case Ke.HIVE:default:{v(this,no,rr);break}}a(this,Eo,Yc).mediaState={send:{state:Ms.NEW},recv:{state:Ms.NEW}},(Ps(a(this,Dr),"forceRelay")||Q.hasFeature(ie.FORCE_RELAY))&&v(this,Kr,"relay"),l.info(`ICE Transport Policy initially set to ${a(this,Kr)}`),B(this,Qc,Ku).call(this)}get socket(){return a(this,Ts)}get socketHandler(){return a(this,yo)}get sendTransport(){return a(this,wt)}get recvTransport(){return a(this,It)}get events(){return a(this,no)}get nodeType(){return a(this,So)}set sendTransportConnectedCallback(e){v(this,Kc,e)}set recvTransportConnectedCallback(e){v(this,zc,e)}setupTransports(e){return u(this,null,function*(){yield B(this,zu,qv).call(this,e);let r,i;e.send&&(r=B(this,Xc,Yu).call(this,a(this,wt)).then(n=>{try{a(this,Kc).call(this,n)}catch{l.error("Failed to run send transport callback")}})),e.recv&&(i=B(this,Xc,Yu).call(this,a(this,It)).then(n=>{try{a(this,zc).call(this,n)}catch{l.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:s,direction:o}=a(this,wt);l.info("Closing send transport",{transport:{id:n,serverId:s,type:o}}),a(this,wt).close(),a(this,wt).removeAllListeners(),v(this,wt,void 0)}if(e.recv&&this.recvTransport!==void 0){const{id:n,serverId:s,direction:o}=a(this,It);l.info("Closing recv transport",{transport:{id:n,serverId:s,type:o}}),(r=a(this,It))==null||r.close(),(i=a(this,It))==null||i.removeAllListeners(),v(this,It,void 0)}B(this,Qc,Ku).call(this)}stopAllTransports(){l.info("Closing all transports"),this.stopTransports({send:!0,recv:!0})}handleErrors(e){throw new Error("Method not implemented.")}}Dr=new WeakMap,vo=new WeakMap,wt=new WeakMap,It=new WeakMap,Kc=new WeakMap,zc=new WeakMap,Ts=new WeakMap,yo=new WeakMap,no=new WeakMap,so=new WeakMap,us=new WeakMap,Kr=new WeakMap,So=new WeakMap,Eo=new WeakSet,Yc=function(){return a(this,Dr).getValue("connectionHandler")},Qc=new WeakSet,Ku=function(){v(this,us,{send:void 0,recv:void 0})},zu=new WeakSet,qv=function(t){return u(this,null,function*(){var e,r,i,n,s,o,c,d;(Ps(a(this,Dr),"forceRelay")||Q.hasFeature(ie.FORCE_RELAY))&&v(this,Kr,"relay"),l.info(`ICE Transport Policy set to ${a(this,Kr)}`);const h=yield ut().getICEServers().catch(p=>(l.warn(`failed to get iceservers from server: ${p.message}`),[]));if(t.send){const p=Q.hasFeature(ie.DISABLE_OPUS_DTX_CF);B(this,Xu,sg).call(this,{iceServers:h,additionalSettings:{encodedInsertableStreams:(e=a(this,Dr).getValue("modules").e2ee)==null?void 0:e.enabled},config:{enableHighBitrate:(n=(i=(r=a(this,Dr).getValue("defaults").mediaConfiguration)==null?void 0:r.audio)==null?void 0:i.enableHighBitrate)!=null?n:!1,enableStereo:(c=(o=(s=a(this,Dr).getValue("defaults").mediaConfiguration)==null?void 0:s.audio)==null?void 0:o.enableStereo)!=null?c:!1,enableDtx:a(this,So)===Ke.HIVE?!0:!!p},iceTransportPolicy:a(this,Kr)})}t.recv&&B(this,Zu,ag).call(this,{iceServers:h,additionalSettings:{encodedInsertableStreams:(d=a(this,Dr).getValue("modules").e2ee)==null?void 0:d.enabled},iceTransportPolicy:a(this,Kr)})})},Xc=new WeakSet,Yu=function(t){return u(this,null,function*(){const{id:e,serverId:r,direction:i}=t;B(this,eh,og).call(this,t);try{const n=Q.hasFeature(ie.ENABLE_HIVE_INFINITE_RETRIES)?1/0:3;return yield Bv((s,o)=>u(this,null,function*(){s>0&&l.debug(`Retrying transport connect, count: ${s}`,{transport:{id:e,serverId:r,type:i}});try{if(t.closed)throw new vn("Cannot reconnect closed transport");yield B(this,Qu,ng).call(this,t)}catch(c){if(c instanceof vn){o(c);return}throw l.error("Failed to connect transport, retrying",{transport:t,error:c}),c}}),{delayTime:100,strategy:"exponential",maxRetryCount:n}),t}catch(n){throw l.error(`Failed to connect send transport after retry: ${t.id}`,{error:n,transport:{id:e,serverId:r,type:i}}),t.close(),t.removeAllListeners(),n}})},Qu=new WeakSet,ng=function(t){return u(this,null,function*(){const{id:e,direction:r}=t;if(l.info(`Connecting ${r} transport`,{transport:{id:e,type:r}}),!a(this,Ts).isConnected)throw new vn("Socket is not connected");if(t.connectionState==="closed")throw new vn("Transport is closed");try{yield t.connect(i=>B(this,th,cg).call(this,r,i)),l.info(`Connected ${r} transport`,{transport:{id:e,serverId:t.serverId,type:r}})}catch(i){throw a(this,so).transportFailureCount[r]+=1,i.message==="ice connection failed"?new vn(i.message):i}})},Xu=new WeakSet,sg=function(t){var e,r;if(a(this,wt)&&a(this,wt).connected){l.info("Transport send is already connected",{transport:{id:(e=a(this,wt))==null?void 0:e.id,serverId:(r=a(this,wt))==null?void 0:r.serverId,type:"send"}});return}v(this,wt,a(this,vo).createTransport($(V({},t),{direction:"send"}))),K.configureSendTransport(a(this,wt))},Zu=new WeakSet,ag=function(t){var e,r;if(a(this,It)&&a(this,It).connected){l.info("Transport recv is already connected",{transport:{id:(e=a(this,It))==null?void 0:e.id,serverId:(r=a(this,It))==null?void 0:r.serverId,type:"recv"}});return}v(this,It,a(this,vo).createTransport($(V({},t),{direction:"recv"}))),K.configureRecvTransport(a(this,It))},eh=new WeakSet,og=function(t){const{direction:e,id:r}=t;t.on("connectionstatechange",i=>u(this,null,function*(){B(this,ed,Jl).call(this,{state:i,direction:e}),l.info(`Transport connection state changed for ${e} transport`,{transport:{id:r,serverId:t.serverId,type:e,status:i}});const n=()=>{const s=a(this,us)[e];s!==void 0&&(clearTimeout(s),a(this,us)[e]=void 0)};switch(i){case"connected":n(),a(this,so).lastConnectionTime=performance.now();break;case"disconnected":a(this,us)[e]=setTimeout(()=>u(this,null,function*(){yield B(this,Zc,$l).call(this,t.direction)}),UO);break;case"failed":if(t.closed)return;n(),yield B(this,Zc,$l).call(this,t.direction);break}})),t.on("icecandidate",i=>u(this,null,function*(){l.debug("Sending iceCandidate:",{iceCandidate:i})})),t.on("datachannel:events",(i,n)=>u(this,null,function*(){var s,o;l.debug("Got data channel message on event:",{rtcChannel:{label:i,message:n}});try{switch(n.type){case"handshake":{const c={type:"handshake",payload:{message:"pong"}};t.sendResponseOverDC(i,Gv(n),c);break}case"hub-disconnect":{l.debug(`media hub disconnected, full_reconnect: ${(s=n.payload)==null?void 0:s.full_reconnect}`),((o=n.payload)==null?void 0:o.full_reconnect)===!0&&this.handleErrors("rejoin");break}case"error":break;default:break}}catch{l.error(`Unable to handle the incoming datachannel message on channel ${i}`)}})),t.on("dc_error",()=>{t.direction==="recv"&&(l.warn("Events datachannel did not open in 5s",{country:S.location.country}),this.handleErrors("reconnectRecvTransport"))})},th=new WeakSet,cg=function(t,e){return u(this,null,function*(){const r=t==="recv";try{const{sdp:i,type:n}=e,s={consuming:r,description:{sdp:i,type:n,target:r?ri.SUBSCRIBER:ri.PUBLISHER},producers:[]};return a(this,yo).connectTransport(s)}catch(i){throw l.error(`Error in ${t} transport connection:`,{error:i,country:S.location.country}),i}})},Zc=new WeakSet,$l=function(t){return u(this,null,function*(){switch(l.info("Called reconnect transport",{transport:{type:t}}),this.stopTransports({[t]:!0}),Q.hasFeature(ie.HIVE_TRANSPORT_FORCE_RELAY_ON_ICE_FAILED)&&a(this,Ts).isConnected&&a(this,so).transportFailureCount[t]>2&&(l.warn(`Multiple disconnections in ${t} transport, forcing relay`),v(this,Kr,"relay")),yield this.setupTransports({[t]:!0}),t){case"send":{l.info("Transport reconnected",{transport:a(this,wt)}),R.emit(M.RESET_PRODUCER_STATE);break}case"recv":{l.info("Transport reconnected",{transport:a(this,It)}),R.emit(M.UPDATE_ACTIVE,{createAllConsumers:!0});break}default:l.warn("Unknown transport direction",{transport:{type:t}})}B(this,ed,Jl).call(this,{state:Ms.CONNECTED,direction:t})})},ed=new WeakSet,Jl=function(t){const{state:e,direction:r}=t;a(this,Eo,Yc).mediaState[r]={state:e},R.emit(M.TRANSPORT_STATE_UPDATE,V({transport:r},a(this,Eo,Yc).mediaState[r]))};var rh,$v;class BO{constructor(e){f(this,rh),this.recvTransport=e,B(this,rh,$v).call(this)}create(e){return u(this,null,function*(){if(!e||e&&e.length===0)throw new Error("List of producers is required");const r={type:"create_consumer",payload:{producers:e.map(({producerId:o,producingTransportId:c,kind:d,mimeType:h})=>({producerId:o,producingTransportId:c,preferredCodec:V(V({},d==="video"&&h?{video:h}:{}),d==="audio"&&h?{audio:h}:{})}))}},i=yield this.recvTransport.sendDataChannelMessage("events",r),n=new Map;e.forEach(o=>n.set(o.producerId,o));const s=new Map;return Object.entries(i).forEach(([o,c])=>{const d=n.get(c.producerId);d&&s.set(c.producerId,{consumerId:o,producingTransportId:d.producingTransportId,producingPeerId:d.producingPeerId,kind:d.kind,paused:d.pause,streamId:c.streamId,trackId:c.trackId,screenShare:d.screenShare,mimeType:d.mimeType,appData:{}})}),{consumerStates:s}})}negotiate(e,r,i){return u(this,null,function*(){try{l.debug(`Received offer over dc: ${e.sdp} for transport`);const n=yield this.recvTransport.setRemoteOffer(e),s={type:"answer",payload:{type:n.type,sdp:n.sdp}};return l.debug(`datachannel answer: ${JSON.stringify(s)}`),this.recvTransport.sendResponseOverDC(i,r,s),n}catch(n){throw l.error("datachannel:events::Error:",n),n.code!=="DC_NOT_FOUND"&&this.recvTransport.sendErrorOverDC(i,r,n),n}})}close(e){return u(this,null,function*(){if(!e.length)return{};const r=e.map(o=>o.id);l.info(`Closing consumers: ${JSON.stringify(r)}`);const i={type:"close_consumers",payload:{consumers:r}},n=yield this.recvTransport.sendDataChannelMessage("events",i),{failedConsumers:s}=n;return{failedConsumers:s}})}}rh=new WeakSet,$v=function(){this.recvTransport.on("datachannel:events",(t,e)=>u(this,null,function*(){try{switch(e.type){case"negotiation":{const{sdp:r}=e.payload,i={sdp:r,type:"offer"};this.negotiate(i,Gv(e),t);break}default:break}}catch{l.error(`Unable to handle the incoming datachannel message on channel ${t}`)}}))};class WO{constructor(e,r,i,n){this.events=e,this.recvTransport=r,this.socket=i,this.socketHandler=n}create(e){return u(this,null,function*(){if(!e||e&&e.length===0)throw new Error("List of producers is required");const r=new Map,i=[];e.forEach(d=>{const{producingPeerId:h,producerId:p,producingTransportId:g}=d;r.set(p,h),i.push({producingPeerId:h,producerId:p,producingTransportId:g})});const n=yield this.socketHandler.consume({requests:i,consumingTransportId:this.recvTransport.serverId}),s=new Map;e.forEach(d=>s.set(d.producerId,d));const o=new Map,c=[];return Object.entries(n.consumerStateMap).forEach(([d,h])=>{const p=s.get(d);if(!p)return;if(h.errorCode){l.warn(`Consumer request failed for producer ${d}`,{error:{message:h.errorCode}}),c.push($(V({},p),{errorCode:h.errorCode}));return}let g={};try{g=JSON.parse(h.producerState.appData)}catch{}o.set(d,{consumerId:h.consumerId,producingTransportId:p.producingTransportId,producingPeerId:p.producingPeerId,kind:p.kind,paused:p.pause,streamId:h.producerTrack.streamId,trackId:h.producerTrack.trackId,screenShare:p.screenShare,mimeType:p.mimeType,appData:g})}),{consumerStates:o,sessionDescription:n.sessionDescription,failedProducers:c}})}negotiate(e){return u(this,null,function*(){try{l.info("Negotiating socket consumer",{transport:this.recvTransport}),l.debug(`setting remote offer: ${JSON.stringify(e)} on recvTransport`,{transport:this.recvTransport});const r=yield this.recvTransport.setRemoteOffer(e),i={transportId:this.recvTransport.serverId,description:{sdp:r.sdp,type:r.type,target:ri.SUBSCRIBER}};return l.debug(`sending renegotiate request: ${JSON.stringify(i)} on recvTransport`,{transport:this.recvTransport}),yield this.socket.sendMessagePromise(this.events.renegotiateSessionDescription,b0.toBinary(i)),l.info("Renegotiation done",{transport:this.recvTransport}),r}catch(r){l.error("Failed to renegotiate",{error:r});return}})}close(e){return u(this,null,function*(){if(!e.length)return{};const r=(i,n)=>u(this,null,function*(){const s=i.map(h=>h.localId);l.info(`Closing consumers: ${JSON.stringify(s)}`);const o={description:{sdp:n.sdp,type:n.type,target:ri.SUBSCRIBER},consumerIds:s,consumingTransportId:this.recvTransport.serverId},c=yield this.socketHandler.closeConsumer(o),d=qI.fromBinary(c).description;return{sdp:d.sdp,type:d.type}});return yield this.recvTransport.awaitQueue.push(()=>this.recvTransport.closeConsumers(e,r),"ConsumerStrategy.close",{consumersLength:e.length}),{}})}}class sp{constructor(e){this.socketHandler=e}static getMSIDFromSDP(e,r){return hn(e).media.filter(i=>r==="video"?i.type==="video":i.type==="audio").at(-1).msid}create(e){return u(this,arguments,function*({offer:r,kind:i,paused:n,appData:s,codecOptions:o,producingTransportId:c}){var d,h;const p=sp.getMSIDFromSDP(r.sdp,i),g={description:{sdp:r.sdp,type:r.type,target:ri.PUBLISHER},paused:n,kind:i,msid:p,appData:JSON.stringify(s),screenShare:(d=s.screenShare)!=null?d:!1,mimeType:`${i}/${(h=o[0])==null?void 0:h.name}`,producingTransportId:c},{answer:y,producerId:T}=yield this.socketHandler.produce(g);return{answer:y,producerId:T}})}}var td,ys,yn,ao,Od,Qr,ih,Ai,To,Jv,Nd,nh,sh,Kv,ah,zv,oh,dg,ch,lg;class jO extends FO{constructor(e,r,i){super(e,r,i),f(this,Jv),f(this,Nd),f(this,sh),f(this,ah),f(this,oh),f(this,ch),f(this,td,void 0),f(this,ys,void 0),f(this,yn,void 0),f(this,ao,void 0),f(this,Od,void 0),f(this,Qr,void 0),f(this,ih,{producerCreationFailureCount:0,consumerCreationFailureCount:0,producerNotReadyFailureCount:0}),f(this,Ai,[]),f(this,To,void 0),v(this,td,e),this.sendTransportConnectedCallback=()=>u(this,null,function*(){v(this,Od,new sp(this.socketHandler))}),this.recvTransportConnectedCallback=n=>u(this,null,function*(){switch(a(this,ao).clear(),this.nodeType){case Ke.CF:{v(this,Qr,new WO(this.events,n,this.socket,this.socketHandler));break}case Ke.HIVE:default:v(this,Qr,new BO(n))}}),this.reset()}get socketHandler(){return super.socketHandler}get producers(){return a(this,ys)}get consumers(){return a(this,yn)}get producerIdToConsumerIdMap(){return a(this,ao)}reset(){v(this,ys,new Map),v(this,yn,new Map),v(this,ao,new Map)}createProducer(e,r){return u(this,null,function*(){var i;if(!this.sendTransport||this.sendTransport.closed)throw new Error("Send transport is closed");try{const n=yield this.sendTransport.produce(e,B(this,sh,Kv).bind(this));return(i=e.appData)!=null&&i.e2ee&&R.emit(M.E2EE_ACTIVE_PRODUCER,n),B(this,ah,zv).call(this,n,r),n}catch(n){throw l.error("Failed to create producer",{error:n}),a(this,ih).producerCreationFailureCount+=1,n}})}closeProducer(e,r){return u(this,null,function*(){var i;const n=this.producers.get(e);if(!n){l.warn(`Producer with ID ${e} was not found`);return}r!=null&&r.stopTrack&&n.track.stop();try{yield this.sendTransport.closeProducer(n),(i=a(this,td).getValue("modules").e2ee)!=null&&i.enabled&&R.emit(M.E2EE_INACTIVE_PRODUCER,n)}catch(s){l.error("Failed to close producer on server",{error:s,producer:n})}})}closeAllProducers(){return Promise.all(Array.from(a(this,ys).entries()).map(([,e])=>e.close()))}createConsumer(e){return this.createConsumers([e])}createConsumers(e){return u(this,null,function*(){a(this,To)||clearTimeout(a(this,To)),v(this,Ai,a(this,Ai).concat(e)),yield B(this,Nd,nh).call(this)})}closeConsumer(e){return this.closeConsumers([e])}closeConsumers(e){return u(this,null,function*(){if(!a(this,Qr))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,Qr).close(r);i!=null&&i.length&&l.warn("Failed to close some consumers",{consumerIds:i})})}closeAllConsumers(){return this.closeConsumers(Array.from(a(this,yn).keys()))}switchConsumersToLayer(e,r){return u(this,null,function*(){const i=this.recvTransport.getDatachannel("events");if(!i){l.warn("events datachannel not found");return}const n={type:"switch_consumer_layer",payload:{consumerIds:e,layer:r}};yield i.request(n),l.info(`Consumers switched layers to ${r}`,{consumerIds:e})})}}td=new WeakMap,ys=new WeakMap,yn=new WeakMap,ao=new WeakMap,Od=new WeakMap,Qr=new WeakMap,ih=new WeakMap,Ai=new WeakMap,To=new WeakMap,Jv=new WeakSet,Nd=new WeakSet,nh=function(){return u(this,null,function*(){if(!this.recvTransport||this.recvTransport.closed)throw new Error("Recv transport is closed");const t=500,e=a(this,Ai).splice(0,a(this,Ai).length);try{const r=e.filter(({producerId:s})=>!this.producers.get(s));if(r.length===0)return;const{consumers:i,failedProducers:n}=yield this.recvTransport.consume(r,B(this,oh,dg).bind(this),a(this,Qr).negotiate.bind(a(this,Qr)));if(i.forEach(B(this,ch,lg).bind(this)),n!=null&&n.length){l.error("Failed to create consumers for producers",{producers:n});const s=n.filter(({errorCode:o,producerId:c})=>o==="not_found_track_error"?(l.error(`Track not found for producer: ${c}. This will not be retried.`),!1):o==="backend_error"?(l.error("Unrecoverable error: backend error"),!1):!0);v(this,Ai,a(this,Ai).concat(s)),v(this,To,setTimeout(B(this,Nd,nh).bind(this),t))}}catch(r){if(l.error("failed to consume on transport",{error:r}),r.errorCode==="internal_error"&&r.errorDescription==="Backend error"||r.errorCode==="invalid_session_description"){l.error("Irrecoverable error, closing current recvTransport to create a new one",{transport:this.recvTransport,error:{code:r.errorCode,message:r.errorDescription}});try{this.stopTransports({recv:!0})}catch{}yield this.setupTransports({recv:!0})}}})},sh=new WeakSet,Kv=function(t){return a(this,Od).create(t)},ah=new WeakSet,zv=function(t,e){t.on("close",(r,i)=>u(this,null,function*(){const{offer:n,reason:s}=r;if(l.info("producer::closing",{debuggingHint:s,producer:$(V({},t),{status:"closing"})}),s!==Dd){const o={producerId:t.id,description:{sdp:n.sdp,type:n.type,target:ri.PUBLISHER}};try{const c=yield this.socketHandler.closeProducer(o),d={sdp:c==null?void 0:c.sdp,type:c==null?void 0:c.type};l.info("producer::closed",{producer:$(V({},t),{status:"closed"})}),i({answer:d})}catch(c){l.error("producer close error",c)}}this.producers.delete(t.id),e()})),t.on("trackended",()=>{l.info("producer::trackended",{producer:$(V({},t),{status:"UNKNOWN"})})}),a(this,ys).set(t.id,t)},oh=new WeakSet,dg=function(t){return u(this,null,function*(){try{return yield this.recvTransport.canConsume(),yield a(this,Qr).create(t)}catch(e){throw l.error("Error in consume request",{error:e}),e}})},ch=new WeakSet,lg=function(t){t.on("close",e=>u(this,null,function*(){l.debug("consumer closed",{consumer:{closureReason:e,id:t.id,kind:t.kind,appData:t.appData}}),a(this,yn).delete(t.id),R.emit(M.CONSUMER_CLOSED,{id:t.id})})),a(this,yn).set(t.id,t),this.producerIdToConsumerIdMap.set(t.producerId,t.id),R.emit(M.NEW_CONSUMER,{id:t.id,appData:t.appData,peerId:t.peerId})};var rd,id,nd,oo,ko,bo,Ld,Vd,co,Jt,Or,Mr,an,on,Ri,xd,dh,Yv,lh,Qv,uh,Xv,hh,Zv;const ph=class{constructor({initialEnergyThreshold:t=.015,zeroCrossingThreshold:e=20,minVoiceDuration:r=3,hangoverFrames:i=5,noiseAdaptationRate:n=.95,voiceAdaptationRate:s=.99,minEnergyThreshold:o=.005,maxEnergyThreshold:c=.2,energyRatioThreshold:d=1.5,noiseHistorySize:h=50}={}){f(this,dh),f(this,lh),f(this,rd,void 0),f(this,id,void 0),f(this,nd,void 0),f(this,oo,void 0),f(this,ko,void 0),f(this,bo,void 0),f(this,Ld,void 0),f(this,Vd,void 0),f(this,co,void 0),f(this,Jt,void 0),f(this,Or,void 0),f(this,Mr,!1),f(this,an,0),f(this,on,0),f(this,Ri,[]),f(this,xd,void 0),v(this,oo,t),v(this,Jt,t),v(this,rd,e),v(this,id,r),v(this,nd,i),v(this,ko,n),v(this,bo,s),v(this,Ld,o),v(this,Vd,c),v(this,co,d),v(this,xd,h),v(this,Or,t/2)}get voiceDetected(){return a(this,Mr)}processAudioChunk(t){var e,r;const i=B(e=ph,uh,Xv).call(e,t),n=B(r=ph,hh,Zv).call(r,t);return B(this,dh,Yv).call(this,i),i/a(this,Or)>a(this,co)&&i>a(this,Jt)&&n>a(this,rd)?(v(this,an,a(this,an)+1),v(this,on,a(this,nd)),a(this,an)>=a(this,id)&&v(this,Mr,!0)):(v(this,an,0),a(this,on)>0?v(this,on,a(this,on)-1):a(this,Mr)&&v(this,Mr,!1),a(this,Mr)||B(this,lh,Qv).call(this,i)),{energy:i,isVoice:a(this,Mr)}}reset(){v(this,Mr,!1),v(this,an,0),v(this,on,0),v(this,Jt,a(this,oo)),v(this,Or,a(this,oo)/2),v(this,Ri,[])}getThresholdInfo(){return{currentEnergyThreshold:a(this,Jt),backgroundNoiseEnergy:a(this,Or),energyRatioThreshold:a(this,co)}}};let mh=ph;rd=new WeakMap,id=new WeakMap,nd=new WeakMap,oo=new WeakMap,ko=new WeakMap,bo=new WeakMap,Ld=new WeakMap,Vd=new WeakMap,co=new WeakMap,Jt=new WeakMap,Or=new WeakMap,Mr=new WeakMap,an=new WeakMap,on=new WeakMap,Ri=new WeakMap,xd=new WeakMap,dh=new WeakSet,Yv=function(t){a(this,Mr)?v(this,Jt,a(this,bo)*a(this,Jt)+(1-a(this,bo))*t):v(this,Jt,a(this,ko)*a(this,Jt)+(1-a(this,ko))*a(this,Or)),v(this,Jt,Math.max(a(this,Ld),Math.min(a(this,Vd),a(this,Jt))))},lh=new WeakSet,Qv=function(t){if(t<a(this,Jt)*1.2)if(a(this,Ri).push(t),a(this,Ri).length>a(this,xd)&&a(this,Ri).shift(),a(this,Ri).length>=10){const e=[...a(this,Ri)].sort((i,n)=>i-n),r=Math.floor(e.length/2);v(this,Or,e[r])}else v(this,Or,.95*a(this,Or)+.05*t)},uh=new WeakSet,Xv=function(t){return Math.sqrt(t.map(e=>e*e).reduce((e,r)=>e+r)/t.length)},hh=new WeakSet,Zv=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},f(mh,uh),f(mh,hh);const HO=60,GO=400;var ki,bi,Nr,Sn,En,lo,ks,_o,_i,cn,wo,gh,ey,sd,fh,vh,ty,Kl,ug;const Ud=class{constructor(t){f(this,gh),f(this,vh),f(this,ki,void 0),f(this,bi,void 0),f(this,Nr,void 0),f(this,Sn,void 0),f(this,En,void 0),f(this,lo,void 0),f(this,ks,void 0),f(this,_o,void 0),f(this,_i,void 0),f(this,cn,void 0),f(this,wo,void 0),this.reportRequest=t,v(this,Sn,new AudioContext),v(this,En,a(this,Sn).createAnalyser()),a(this,En).fftSize=2048,v(this,_o,new mh)}set producerId(t){v(this,Nr,t)}set audioTrack(t){v(this,lo,t);const e=new MediaStream;e.addTrack(a(this,lo)),a(this,Sn).createMediaStreamSource(e).connect(a(this,En))}start(){l.debug(`AudioActivityReporter: Starting audio activity reporter: ${a(this,Nr)}`),a(this,ki)&&gs(a(this,ki)),v(this,ki,fd(()=>u(this,null,function*(){var t;if(!a(this,lo)||!a(this,Nr))return;const{energy:e}=B(this,gh,ey).call(this),r=B(t=Ud,sd,fh).call(t,e);let i=.9;a(this,wo)!==r&&a(this,wo)?i=.9:r?i=.3:i=.5,v(this,ks,(a(this,ks)||0)*(1-i)+e*i)}),HO)),a(this,bi)&&gs(a(this,bi)),v(this,bi,fd(B(this,vh,ty).bind(this),GO))}stop(){try{l.debug(`AudioActivityReporter: Stopping audio activity reporter: ${a(this,Nr)}`),a(this,ki)&&(gs(a(this,ki)),v(this,ki,void 0)),a(this,bi)&&(gs(a(this,bi)),v(this,bi,void 0))}catch{}a(this,_o).reset()}};let yh=Ud;ki=new WeakMap,bi=new WeakMap,Nr=new WeakMap,Sn=new WeakMap,En=new WeakMap,lo=new WeakMap,ks=new WeakMap,_o=new WeakMap,_i=new WeakMap,cn=new WeakMap,wo=new WeakMap,gh=new WeakSet,ey=function(){var t;a(this,Sn).state==="suspended"&&a(this,Sn).resume().then(()=>{l.debug("AudioActivityReporter: AudioContext forced resumed")}).catch(s=>{l.error("AudioActivityReporter: Error resuming AudioContext",s)});const e=new Float32Array(a(this,En).frequencyBinCount);a(this,En).getFloatTimeDomainData(e);const{energy:r,isVoice:i}=a(this,_o).processAudioChunk(e),n=B(t=Ud,Kl,ug).call(t,r);return Q.hasFeature(ie.ENABLE_AUDIO_ACTIVITY_DEBUG_LOGS)&&l.debug(`AudioActivityReporter: producer: ${a(this,Nr)}, energy: ${a(this,ks)},
19
19
  slogScale: ${n}, isVoice: ${i}, minEnergy: ${a(this,_i)},
20
- maxEnergy: ${a(this,cn)}`),n===-1/0||r<1e-6?{energy:0,isVoice:!1}:((!a(this,_i)||n<a(this,_i))&&v(this,_i,n),(!a(this,cn)||n>a(this,cn))&&v(this,cn,n),{energy:(n-a(this,_i))/(a(this,cn)-a(this,_i))*10||0,isVoice:i})},sd=new WeakSet,fh=function(t){return t<5},vh=new WeakSet,ty=function(t=a(this,ks)){var e;if(!a(this,Nr)||!t){Q.hasFeature(ie.ENABLE_AUDIO_ACTIVITY_DEBUG_LOGS)&&l.debug(`AudioActivityReporter: No producerId or energy to report: ${a(this,Nr)}`);return}const r={producerId:a(this,Nr),energy:Math.round(t),silent:B(e=Ud,sd,fh).call(e,t)};v(this,wo,r.silent),this.reportRequest(r)},Kl=new WeakSet,ug=function(t){const e=Math.log10(t);return Math.round(e)},f(yh,sd),f(yh,Kl);const qO=(t=!1)=>{if("MediaStreamTrackGenerator"in window&&"AudioData"in window)try{const r=new window.MediaStreamTrackGenerator({kind:"audio"}),i=r.writable.getWriter(),n=48e3,s=128,o=1;let c=0,d=null;const h=()=>u(void 0,null,function*(){try{const g=new Float32Array(s*o),y=new window.AudioData({format:"f32",sampleRate:n,numberOfFrames:s,numberOfChannels:o,timestamp:c,data:g});c+=s/n*1e6,yield i.ready,yield i.write(y)}catch{d&&clearInterval(d),i.releaseLock(),r.writable.abort()}});d=window.setInterval(h,100);const p=new MediaStream([r]).getAudioTracks()[0];return p.addEventListener("ended",()=>{d&&clearInterval(d),i.releaseLock(),r.writable.abort()}),p}catch{}const e=window.AudioContext||window.webkitAudioContext;if(e)try{const r=new e;if(!r||r.state!=="running"||!r.destination)return;const i=r.createOscillator();i.frequency.value=0,i.type="sine";const n=r.createGain();n.gain.value=0,i.connect(n);const s=r.createMediaStreamDestination();n.connect(s),i.start();const o=s.stream.getAudioTracks()[0];return o?(o.enabled=t,o):void 0}catch{return}},$O=(t=!1)=>{var e,r;const i=new MediaStream().getVideoTracks()[0],n=document.createElement("canvas");n.height=(e=i==null?void 0:i.getSettings().height)!=null?e:720,n.width=(r=i==null?void 0:i.getSettings().width)!=null?r:1280;const s=n.getContext("2d");s.fillStyle="black",s.fillRect(0,0,n.width,n.height),setInterval(()=>{s.fillStyle="black",s.fillRect(0,0,n.width,n.height)},1e3);const o=n.captureStream().getVideoTracks()[0];return o.enabled=t,o};var JO=Object.defineProperty,KO=Object.getOwnPropertyDescriptor,fe=(t,e,r,i)=>{for(var n=i>1?void 0:i?KO(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&JO(e,r,n),n};const Ir=["video/VP9","video/VP8"];var Sc,Ec,vt,Y,Da,Br,Dt,zn,Yn,Qn,Tc,cr,ui,Oa,Xn,Zn,Ot,jt,Ji,es,zl,hg,Yl,pg,Ql,mg,kc,Xl,Zl,eu,gg,tu,fg,ru,vg,iu,yg,ct,yt,ts,Na,nu,Sg,su,Eg,au,Tg;const ry=(eu=class{constructor(t,e,r){f(this,Ji),f(this,zl),f(this,Yl),f(this,Ql),f(this,kc),f(this,tu),f(this,ru),f(this,iu),f(this,ct),f(this,ts),f(this,nu),f(this,su),f(this,au),m(this,"context"),m(this,"authToken"),m(this,"e2ee"),f(this,Sc,void 0),f(this,Ec,void 0),f(this,vt,void 0),f(this,Y,void 0),f(this,Da,void 0),f(this,Br,void 0),f(this,Dt,void 0),f(this,zn,void 0),f(this,Yn,void 0),f(this,Qn,void 0),f(this,Tc,void 0),f(this,cr,null),f(this,ui,void 0),f(this,Oa,void 0),f(this,Xn,void 0),f(this,Zn,void 0),f(this,Ot,void 0),f(this,jt,void 0);var i,n;this.context=t;const{socket:s}=r;this.mediaJoined=!1,v(this,Xn,new Map([["video/VP9",new Set],["video/VP8",new Set]])),v(this,Zn,new Map([["video/VP9",new Set],["video/VP8",new Set]])),v(this,Br,e),v(this,vt,s),v(this,zn,!1),v(this,Y,new jO(t,s,e)),v(this,Dt,a(this,Y).events),v(this,ui,new Set),v(this,Ot,new Map),v(this,Yn,!1),v(this,Qn,new Gu),e===Ke.CF&&!navigator.isReactNative&&v(this,jt,new yh(a(this,Y).socketHandler.audioActivity.bind(a(this,Y).socketHandler))),this.e2ee=(n=(i=t.getValue("modules").e2ee)==null?void 0:i.enabled)!=null?n:!1,this.handleSocketEvents(),this.handleCallstatsEvents(),v(this,Tc,jh(()=>u(this,null,function*(){if(!a(this,Ji,es).mediaJoinAttempted)return;const{roomJoined:o}=yield this.joinRoom(a(this,Ec),a(this,Sc),!0,!0);o&&(R.emit(M.RESET_PRODUCER_STATE),R.emit(M.ROOM_NODE_RECONNECTED))}),5e3,{leading:!0,maxWait:1e3}))}get peerId(){return this.context.getValue("peerId")}get mediaJoined(){return a(this,Ji,es).mediaJoined}set mediaJoined(t){a(this,Ji,es).mediaJoined=t}reset(){a(this,Y).closeAllProducers(),a(this,Y).closeAllConsumers(),a(this,Ot).clear(),a(this,ui).clear(),v(this,cr,null),a(this,Qn).stop(),a(this,Y).stopAllTransports(),a(this,Y).reset(),v(this,Qn,new Gu)}joinRoom(t,e){return u(this,arguments,function*(r,i,n=!1,s=!1,o={}){a(this,Ji,es).mediaJoinAttempted=!0,v(this,zn,!0),n&&this.reset();try{return yield a(this,Qn).push(()=>B(this,zl,hg).call(this,r,i,s,o),"joinRoom")}catch(c){return l.error("Error in room joining process",{error:c}),R.emit(M.ROOM_NODE_FAILED),{roomJoined:!1}}})}initializeConnection(t,e){return u(this,arguments,function*(r,i,n=!1,s={}){return a(this,cr)?a(this,cr):(v(this,cr,(()=>u(this,null,function*(){try{yield B(this,kc,Xl).call(this,r,i,n,s)}catch(o){throw v(this,cr,null),o}}))()),a(this,cr))})}getConsumers(){return a(this,Y).consumers}leaveRoom(){return u(this,null,function*(){var t;a(this,Y).stopAllTransports(),v(this,Yn,!1),a(this,Ji,es).mediaJoinAttempted=!1;const e={closeRoom:!1};try{const r=yield a(this,vt).sendMessagePromise(a(this,Dt).leaveRoom,J0.toBinary(e));(t=AI.fromBinary(r.payload))!=null&&t.closed||l.warn("weird state on peer closed and should not happen")}catch(r){l.error("error on sending leave room request",{error:r})}K.callEnded(),S.destruct()})}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,Y).createConsumers(t)})}closeConsumers(t){return u(this,null,function*(){if(!t.length)return;const e=t.reduce((r,i)=>{const n=a(this,Y).producerIdToConsumerIdMap.get(i.producerId);return n?(r.push(n),r):(l.warn(`consumer not found in close consumers: ${i.producerId}`),r)},[]);yield a(this,Y).closeConsumers(e)})}_shareWebcam(t,e){return u(this,null,function*(){const r=e==="video/VP9"?ke.WEBCAM:ke.WEBCAM_BACKUP,i=B(this,ct,yt).call(this,r);if(i){const h=yield i;if(a(this,Y).producers.has(h)){const p=a(this,Y).producers.get(h);if(!p.closed)return yield p.replaceTrack({track:t}),yield this.resumeWebcam(r),t;yield this.disableWebcam(e)}return this._shareWebcam(t,e)}const n=B(this,au,Tg).call(this,t,e),s=Ps(this.context,"disableSimulcast"),o=a(this,Br)===Ke.CF?ie.ENABLE_CF_SIMULCAST:ie.ENABLE_HIVE_SIMULCAST;!s&&Q.hasFeature(o)?(l.info(`Simulcast enabled for SFU: ${a(this,Br)}`),n.encodings=PD(t)):l.info(`Simulcast disabled for webcam producer, SFU: ${a(this,Br)}`),Q.hasFeature(ie.TRACK_HINT)&&(n.track.contentHint=Q.getValue(ie.TRACK_HINT));const c=()=>{l.info("Disabling video due to the producer closure"),a(this,Ot).delete(r)},d=a(this,Y).createProducer(n,c);return B(this,ts,Na).call(this,r,d.then(h=>h.id)),d.then(h=>h.track)})}shareWebcam(t){return u(this,null,function*(){if(t===void 0)return null;if(Q.hasFeature(ie.FORCE_VIDEO_CODEC)){const e=Q.getValue(ie.FORCE_VIDEO_CODEC).toString();if(e)return l.debug(`Calling _shareWebcam with forced video codec: ${e}`),this._shareWebcam(t,e)}return yield Promise.all(Ir.map(e=>{var r,i;return((i=(r=a(this,Da).sender)==null?void 0:r.video)==null?void 0:i.codecs.findIndex(n=>n.mimeType===e))>=0&&a(this,Zn).get(e).size>0?(l.debug(`Calling _shareWebcam with video codec: ${e}`),this._shareWebcam(t,e)):t})),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:Re.isElectron()},stopTracks:!1},n=()=>{l.info("Disabling screenShare due to the producer closure"),a(this,Ot).delete(ke.SCREENSHARE_VIDEO),a(this,Ot).delete(ke.SCREENSHARE_AUDIO)},s=a(this,Y).createProducer(i,n);B(this,ts,Na).call(this,ke.SCREENSHARE_VIDEO,s.then(c=>c.id));let o;if(r){const c={track:r,codecOptions:[{name:"opus"}],appData:{screenShare:!0,e2ee:this.e2ee,supportsRemoteControl:Re.isElectron()},stopTracks:!1,zeroRtpOnPause:a(this,Br)!==Ke.CF},d=()=>{};o=a(this,Y).createProducer(c,d),B(this,ts,Na).call(this,ke.SCREENSHARE_AUDIO,o.then(h=>h.id))}yield Promise.all([s,o||Promise.resolve()]),K.screenShareStart()})}shareMic(t){return u(this,null,function*(){try{if(t===void 0)throw new xt("track undefined");const e=B(this,ct,yt).call(this,ke.MIC);if(e){const s=yield e;if(a(this,Y).producers.has(s)){const o=a(this,Y).producers.get(s);if(!o.closed){yield o.replaceTrack({track:t}),yield this.resumeMic(),a(this,jt)&&(a(this,jt).audioTrack=t,a(this,jt).producerId=s,a(this,jt).start());return}yield a(this,Y).closeProducer(s,{stopTrack:!1})}yield this.shareMic(t);return}const r=B(this,su,Eg).call(this,t),i=()=>{a(this,Ot).delete(ke.MIC)},n=a(this,Y).createProducer(r,i);B(this,ts,Na).call(this,ke.MIC,n.then(s=>s.id)),yield n.then(s=>{a(this,jt)&&(a(this,jt).audioTrack=s.track,a(this,jt).producerId=s.id,a(this,jt).start())})}catch(e){throw new w(e)}})}pauseMic(){return u(this,null,function*(){var t;const e=yield B(this,ct,yt).call(this,ke.MIC),r=a(this,Y).producers.get(e);if(!r){l.error("pauseMic::could_not_find_mic_producer");return}if(r.paused){l.info("pauseMic::mic_producer_already_paused");return}r.pause(),(t=a(this,jt))==null||t.stop();const i={producerId:r.id,pause:!0};a(this,vt).sendMessage(a(this,Dt).toggleProducer,Zo.toBinary(i))})}pauseWebcam(){return u(this,null,function*(){const t=yield B(this,ct,yt).call(this,ke.WEBCAM),e=yield B(this,ct,yt).call(this,ke.WEBCAM_BACKUP),r=a(this,Y).producers.get(t),i=a(this,Y).producers.get(e);if(!r&&!i){l.error("pauseWebcam::could_not_find_webcam_producer");return}const n=s=>{const o={producerId:s.id,pause:!0};a(this,vt).sendMessage(a(this,Dt).toggleProducer,Zo.toBinary(o))};r&&(r.pause(),n(r)),i&&(i.pause(),n(i))})}resumeMic(){return u(this,null,function*(){const t=yield B(this,ct,yt).call(this,ke.MIC),e=a(this,Y).producers.get(t);if(!e){l.error("resumeMic::could_not_find_mic_producer");return}if(!e.pause){l.info("resumeMic::mic_producer_already_resumed");return}e.resume(),e.appData.e2ee&&R.emit(M.E2EE_ACTIVE_PRODUCER,e);const r={producerId:e.id,pause:!1};a(this,vt).sendMessage(a(this,Dt).toggleProducer,Zo.toBinary(r))})}resumeWebcam(){return u(this,arguments,function*(t=ke.WEBCAM){const e=yield B(this,ct,yt).call(this,t),r=a(this,Y).producers.get(e);if(!r){l.error("resumeWebcam::could_not_find_webcam_producer");return}if(!r.paused){l.info("resumeWebcam::webcam_producer_already_resumed");return}r.resume(),r.appData.e2ee&&R.emit(M.E2EE_ACTIVE_PRODUCER,r);const i={producerId:r.id,pause:!1};a(this,vt).sendMessage(a(this,Dt).toggleProducer,Zo.toBinary(i))})}disableWebcam(t){return u(this,null,function*(){const e=t==="video/VP9"?ke.WEBCAM:ke.WEBCAM_BACKUP,r=yield B(this,ct,yt).call(this,e);B(this,nu,Sg).call(this,e),r&&(yield a(this,Y).closeProducer(r))})}disableMic(){return u(this,null,function*(){var t;const e=yield B(this,ct,yt).call(this,ke.MIC);e&&(yield a(this,Y).closeProducer(e)),(t=a(this,jt))==null||t.stop(),a(this,Ot).delete(ke.MIC)})}disableScreenShare(){return u(this,null,function*(){l.info("screen_sharing_stopped"),K.screenShareStop();const t=yield B(this,ct,yt).call(this,ke.SCREENSHARE_VIDEO),e=yield B(this,ct,yt).call(this,ke.SCREENSHARE_AUDIO);t&&(yield a(this,Y).closeProducer(t)),e&&(yield a(this,Y).closeProducer(e)),a(this,ui).clear(),a(this,Ot).delete(ke.SCREENSHARE_VIDEO),a(this,Ot).delete(ke.SCREENSHARE_AUDIO)})}muteSelf(){return u(this,null,function*(){this.pauseMic()})}unmuteSelf(){return u(this,null,function*(){})}resetVideoProducers(t,e){return u(this,null,function*(){if(t){const r=yield B(this,ct,yt).call(this,ke.WEBCAM),i=yield B(this,ct,yt).call(this,ke.WEBCAM_BACKUP);yield a(this,Y).closeProducer(r,{stopTrack:!1}),yield a(this,Y).closeProducer(i,{stopTrack:!1}),this.shareWebcam(t)}if(e){const r=yield B(this,ct,yt).call(this,ke.SCREENSHARE_VIDEO);yield a(this,Y).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,Y).socketHandler.changeDisplayName(r)))throw new Error("failed to change display name!")})}kick(t){const e={peerIds:[t]};a(this,Y).socketHandler.kickPeer(e)}kickAll(){a(this,Y).socketHandler.kickAll()}muteAll(t){return u(this,null,function*(){if(!(yield a(this,Y).socketHandler.hostControlForAll("audio")))throw new Error("failed to mute all participant")})}muteAllVideo(){return u(this,null,function*(){if(!(yield a(this,Y).socketHandler.hostControlForAll("video")))throw new Error("failed to mute all video participant")})}disableAudio(t){return u(this,null,function*(){if(!(yield a(this,Y).socketHandler.hostControlForPeer(t,"audio")))throw new Error("failed to mute given participant")})}disableVideo(t){return u(this,null,function*(){if(!(yield a(this,Y).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,vt).sendMessagePromise(a(this,Dt).globalPinPeer,iI.toBinary(e))}catch(r){l.error("Error in pinning peer:",{error:r})}})}validateScreenShare(t){return this.peerId===t.peerId&&a(this,Y).producers.get(t.producerId)&&a(this,ui).add(t.consumerPeerId),a(this,ui).size}switchConsumersToLayer(t,e){return u(this,null,function*(){a(this,Y).switchConsumersToLayer(t,e)})}handleSocketEvents(){return u(this,null,function*(){a(this,vt).on(a(this,Dt).peerProducerCreateBroadcast,({payload:t})=>{var e,r;if(this.mediaJoined)try{const{participantId:i,producerState:n}=oC.fromBinary(t);if(i===this.peerId)return;if(n!=null&&n.mimeType||(n.mimeType=n.kind===Lr.AUDIO?"audio/opus":"video/VP8"),n.kind===Lr.VIDEO&&!n.screenShare&&((r=(e=a(this,Da).receiver)==null?void 0:e.video)==null?void 0:r.codecs.findIndex(s=>s.mimeType===Ir[0]))>=0&&a(this,Xn).get(Ir[0]).has(i)&&n.mimeType!==Ir[0]){l.warn(`Ignoring producer: ${n.producerId}`);return}l.info(`producer created broadcast: ${i}, producer state: ${n}`),R.emit(M.NEW_PRODUCER,{peerId:i,producer:$(V({},n),{kind:n.kind===Lr.AUDIO?"audio":"video",producingPeerId:i})})}catch(i){l.error("error in peer-producer-create-broadcast",{error:i})}}),a(this,vt).on(a(this,Dt).peerProducerToggleBroadcast,({payload:t})=>{if(this.mediaJoined)try{const{participantId:e,initiatorParticipantId:r,producerState:{kind:i,pause:n,producerId:s}}=hm.fromBinary(t),o=i===Lr.AUDIO?"audio":"video";if(l.info(`producer toggle broadcast: ${e}, producerId: ${s}, kind:${o}, paused:${n} payload: ${JSON.stringify(hm.fromBinary(t))}`),e===this.peerId&&r!==this.peerId&&n&&R.emit(o==="audio"?M.MUTE_SELF:M.MUTE_SELF_VIDEO),e===this.peerId)return;R.emit(M.PRODUCER_TOGGLE,{peerId:e,producerId:s,paused:n,kind:o}),Array.from(this.getConsumers().values()).filter(c=>c.producerId===s).forEach(c=>{c.paused!==n&&(l.debug(`consumer state mismatched for ${c.id}. updating consumer pause state ${c.paused} to ${n}`),n?(c.pause(),R.emit(M.CONSUMER_PAUSED,{id:c.id})):(c.resume(),R.emit(M.CONSUMER_RESUMED,{id:c.id})))})}catch(e){l.error("error in producer toggle broadcast handler",{error:e})}}),a(this,vt).on(a(this,Dt).peerLeaveBroadcast,({payload:t})=>{if(this.mediaJoined)try{const{participantId:e}=wu.fromBinary(t);if(e===this.peerId)return;l.info(`peer left broadcast:${e}`),a(this,ui).delete(e),a(this,Y).consumers.forEach(r=>{r.peerId===e&&r.close()}),R.emit(M.PEER_CLOSED,{id:e})}catch(e){l.error("error in peer left broadcast",{error:e})}}),a(this,vt).on(a(this,Dt).peerProducerCloseBroadcast,({payload:t})=>{if(this.mediaJoined)try{const{participantId:e,producerState:{producerId:r}}=lC.fromBinary(t);if(e===this.peerId)return;l.info(`producer closed broadcast:${e}`),R.emit(M.PRODUCER_CLOSED,{peerId:e,producerId:r});const i=a(this,Y).producerIdToConsumerIdMap.get(r);if(!i){l.warn(`no consumer found for producer:${r}`);return}l.info(`closing consumer ${i}, producer id: ${r}`),a(this,Y).closeConsumer(i).then(()=>{l.info(`closed consumer: ${i}`),a(this,Y).producerIdToConsumerIdMap.delete(r),R.emit(M.CONSUMER_CLOSED,{id:i})}).catch(n=>{l.error("error closing consumer",{error:n})})}catch(e){l.error("error on producer close broadcast",{error:e})}}),a(this,vt).on(a(this,Dt).mediaRoomTerminationBroadcastResponse,()=>{!this.mediaJoined&&!a(this,zn)&&!a(this,Yn)||(l.warn("media hub termination broadcast received, rejoining room"),R.emit(M.ROOM_NODE_DISCONNECTED),a(this,Tc).call(this))})})}handleCallstatsEvents(){K.onConsumerScore(t=>{t.forEach((e,r)=>{const i=a(this,Y).consumers.get(r);i&&R.emit(M.CONSUMER_SCORE_UPDATE,{id:r,kind:i.kind,peerId:i.peerId,score:e.score,scoreStats:e})})}),K.onProducerScore(t=>{t.forEach((e,r)=>{const i=Array.from(a(this,Y).producers.values()).find(n=>n.id===r);i&&R.emit(M.PRODUCER_SCORE_UPDATE,{id:r,kind:i.kind,appData:i.appData,score:e.score,scoreStats:e})})})}handlePeerCapabilities(t,e){var r,i,n,s;for(let o=0;o<=Ir.length;o+=1){const c=Ir[o];if(((i=(r=e==null?void 0:e.receiver)==null?void 0:r.video)==null?void 0:i.codecs.findIndex(d=>d.mimeType===c))>=0||o===Ir.length-1){a(this,Zn).get(c).add(t);break}}for(let o=0;o<=Ir.length;o+=1){const c=Ir[o];if(((s=(n=e==null?void 0:e.sender)==null?void 0:n.video)==null?void 0:s.codecs.findIndex(d=>d.mimeType===c))>=0||o===Ir.length-1){a(this,Xn).get(c).add(t);break}}}handlePeerLeaving(t){Q.hasFeature(ie.FORCE_VIDEO_CODEC)||(a(this,Xn).forEach(e=>e.delete(t)),a(this,Zn).forEach((e,r)=>{e.delete(t),e.size===0&&this.disableWebcam(r)}))}},Sc=new WeakMap,Ec=new WeakMap,vt=new WeakMap,Y=new WeakMap,Da=new WeakMap,Br=new WeakMap,Dt=new WeakMap,zn=new WeakMap,Yn=new WeakMap,Qn=new WeakMap,Tc=new WeakMap,cr=new WeakMap,ui=new WeakMap,Oa=new WeakMap,Xn=new WeakMap,Zn=new WeakMap,Ot=new WeakMap,jt=new WeakMap,Ji=new WeakSet,es=function(){return this.context.getValue("connectionHandler")},zl=new WeakSet,hg=function(t,e,r,i){return u(this,null,function*(){v(this,Ec,t);try{return a(this,cr)?yield a(this,cr):yield B(this,kc,Xl).call(this,t,e,r,i),B(this,Ql,mg).call(this,e),{roomJoined:yield B(this,Yl,pg).call(this)}}catch(n){return l.error("Failed to complete room join",{error:n}),{roomJoined:!1}}finally{v(this,cr,null)}})},Yl=new WeakSet,pg=function(){return u(this,null,function*(){try{this.mediaJoined=!0;const{roomState:t}=yield a(this,Y).socketHandler.notifySelfJoinComplete();return v(this,Sc,t.roomUuid),v(this,Yn,!0),v(this,zn,!1),!0}catch(t){return l.error("Error completing room join",{error:t}),this.mediaJoined=!1,!1}})},Ql=new WeakSet,mg=function(t){navigator.product!=="ReactNative"&&setTimeout(()=>{try{const e={userId:this.context.getValue("userId"),peerId:this.peerId,roomUUID:t,roomViewType:"groupCall",deviceInfo:$(V({},Re.getDeviceInfo()),{userAgent:navigator.userAgent,memory:navigator.deviceMemory,cpus:navigator.hardwareConcurrency}),sdkName:this.context.getValue("sdkName"),sdkVersion:this.context.getValue("sdkVersion"),metaData:{},permissions:{}};K.roomJoined(e)}catch(e){l.error("Error reporting room joined analytics",{error:e})}},0)},kc=new WeakSet,Xl=function(t,e,r,i){return u(this,null,function*(){var n,s;try{(s=a(this,Oa))!=null||v(this,Oa,B(n=ry,Zl,gg).call(n));const o=B(this,tu,fg).call(this);yield B(this,ru,vg).call(this,t,e,r,o),yield a(this,Y).setupTransports({send:!0,recv:!0}),yield B(this,iu,yg).call(this,i)}catch(o){throw l.error("Failed to initialize connection",{error:o}),o}})},Zl=new WeakSet,gg=function(){const{ipInfo:t}=ut();if(!(t!=null&&t.loc))return;const[e,r]=t.loc.split(",").map(parseFloat);return{latitude:e,longitude:r}},tu=new WeakSet,fg=function(){var t;const e=(t=Q.getValue(ie.FORCE_VIDEO_CODEC))==null?void 0:t.toString(),r=RO(e);return v(this,Da,r),r},ru=new WeakSet,vg=function(t,e,r,i){return u(this,null,function*(){yield Bv((n,s)=>u(this,null,function*(){if(!a(this,vt).isConnected){s(new Error("Socket is not connected"));return}n>0&&l.warn("Retry: send joinRoom message",{debuggingHint:`Retry attempt ${n}`});try{yield a(this,Y).socketHandler.joinRoom(e,t,i,r,a(this,Oa))}catch(o){throw l.error("Failed to send joinRoom message after retries",{error:o}),o}}),{delayTime:1e3,strategy:"exponential",maxRetryCount:Q.hasFeature(ie.ENABLE_HIVE_INFINITE_RETRIES)?1/0:3})})},iu=new WeakSet,yg=function(t){return u(this,null,function*(){if(!(a(this,Br)===Ke.HIVE||!Q.hasFeature(ie.PRECREATE_PRODUCERS)||!t))try{const e=[];if(t.canProduceVideo===q.Allowed&&e.push(this.shareWebcam($O())),t.canProduceAudio===q.Allowed){const r=qO();r&&e.push(this.shareMic(r))}e.length>0&&(yield Promise.all(e))}catch(e){l.warn("Failed to precreate producers",{error:e})}})},ct=new WeakSet,yt=function(t){return a(this,Ot).get(t)},ts=new WeakSet,Na=function(t,e){return a(this,Ot).set(t,e)},nu=new WeakSet,Sg=function(t){return a(this,Ot).delete(t)},su=new WeakSet,Eg=function(t){return{track:t,encodings:[{priority:"high"}],codecOptions:[{name:"opus"}],appData:{e2ee:this.e2ee},stopTracks:!1,zeroRtpOnPause:a(this,Br)!==Ke.CF}},au=new WeakSet,Tg=function(t,e){return{track:t,codecOptions:[{name:e?e.split("/")[1]:"VP8"}],appData:{screenShare:!1,e2ee:this.e2ee},stopTracks:!1}},f(eu,Zl),eu);let he=ry;fe([S.trace("MediaNodeClient.reset",{country:S.location.country})],he.prototype,"reset",1);fe([S.trace("MediaNodeClient.joinRoom")],he.prototype,"joinRoom",1);fe([S.trace("MediaNodeClient.leaveRoom")],he.prototype,"leaveRoom",1);fe([S.trace("MediaNodeClient.activatePeers")],he.prototype,"activatePeers",1);fe([S.trace("MediaNodeClient.createConsumers")],he.prototype,"createConsumers",1);fe([S.trace("MediaNodeClient.closeConsumers")],he.prototype,"closeConsumers",1);fe([S.trace("MediaNodeClient._shareWebcam")],he.prototype,"_shareWebcam",1);fe([S.trace("MediaNodeClient.shareWebcam")],he.prototype,"shareWebcam",1);fe([S.trace("MediaNodeClient.shareScreen")],he.prototype,"shareScreen",1);fe([S.trace("MediaNodeClient.shareMic")],he.prototype,"shareMic",1);fe([S.trace("MediaNodeClient.pauseMic")],he.prototype,"pauseMic",1);fe([S.trace("MediaNodeClient.pauseWebcam")],he.prototype,"pauseWebcam",1);fe([S.trace("MediaNodeClient.resumeMic")],he.prototype,"resumeMic",1);fe([S.trace("MediaNodeClient.resumeWebcam")],he.prototype,"resumeWebcam",1);fe([S.trace("MediaNodeClient.disableWebcam")],he.prototype,"disableWebcam",1);fe([S.trace("HiveClient.disableMic")],he.prototype,"disableMic",1);fe([S.trace("HiveClient.disableScreenShare")],he.prototype,"disableScreenShare",1);fe([S.trace("MediaNodeClient.muteSelf")],he.prototype,"muteSelf",1);fe([S.trace("MediaNodeClient.resetVideoProducers")],he.prototype,"resetVideoProducers",1);fe([S.trace("MediaNodeClient.changeDisplayName")],he.prototype,"changeDisplayName",1);fe([S.trace("MediaNodeClient.kickPeer")],he.prototype,"kick",1);fe([S.trace("MediaNodeClient.kickAllPeers")],he.prototype,"kickAll",1);fe([S.trace("MediaNodeClient.muteAll")],he.prototype,"muteAll",1);fe([S.trace("MediaNodeClient.muteAllVideo")],he.prototype,"muteAllVideo",1);fe([S.trace("MediaNodeClient.disableAudio")],he.prototype,"disableAudio",1);fe([S.trace("MediaNodeClient.disableVideo")],he.prototype,"disableVideo",1);fe([S.trace("MediaNodeClient.pinPeer")],he.prototype,"pinPeer",1);fe([S.trace("MediaNodeClient.validateScreenShare")],he.prototype,"validateScreenShare",1);function iy(t,e,r){const i=t.getValue("roomNodeClient");if(i){if(i)return i;throw new Error("Room node client already set up.")}const n=new he(t,e,r);return t.setValue("roomNodeClient",n),n}function ny(t){const e=t.getValue("roomNodeClient");try{e==null||e.leaveRoom()}catch{l.error("roomNodeClient::cleanupRoomNodeClient")}t.setValue("roomNodeClient",void 0)}var zO=Object.defineProperty,YO=Object.getOwnPropertyDescriptor,Nn=(t,e,r,i)=>{for(var n=i>1?void 0:i?YO(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&zO(e,r,n),n},Ki,Cr,St,Nt,Ht,kg;const sy=(kg=class{constructor(t,e,r,i){f(this,Nt),m(this,"self"),m(this,"authToken"),f(this,Ki,void 0),m(this,"viewType"),f(this,Cr,void 0),f(this,St,void 0);const{socket:n}=r,s=t.getValue("authToken");this.self=e,v(this,St,t),this.viewType=i,this.authToken=s,v(this,Ki,n),v(this,Cr,r),e.config.viewType!==Ut.Chat&&this.setupEvents()}get peerId(){return a(this,St).getValue("peerId")}get mediaJoined(){return a(this,St).getValue("connectionHandler").mediaJoined}static init(t,e,r,i,n){return u(this,null,function*(){const s=ut(),o=t.getValue("peerId"),c=!!t.getValue("cachedUserDetails"),d=yield it.__init__(t,r,i,n,n.name,c);if(navigator.product!=="ReactNative"){const h=!Q.hasFeature(ie.PRECALL_BANDWIDTH_TEST);setTimeout(()=>u(this,null,function*(){const p=yield d.getAllDevices();l.info("populated_full_device_list",{devices:JSON.stringify(p)}),K.devices("AUDIO",p==null?void 0:p.filter(g=>g.kind==="audioinput")),K.devices("VIDEO",p==null?void 0:p.filter(g=>g.kind==="videoinput")),K.devices("SPEAKER",p==null?void 0:p.filter(g=>g.kind==="audiooutput")),l.info("Callstats:: initializing");try{yield K.initialize({peerId:o,engineName:Re.getDeviceInfo().engineName,env:t.getValue("env"),iceServers:yield s.getICEServers(),apiBase:t.getValue("apiBase"),flags:Q.getAllFlags(),logger:l,apiHostnames:tv(t),skipConnectivityChecks:h}),l.info("Callstats:: initialized")}catch(g){l.error("Callstats:: initialization failed",{error:g})}}),0)}else l.info("Callstats:: Skipped initialization due to navigator product being ReactNative.");return new sy(t,d,e,n.viewType)})}shareMediaTracks(){return u(this,null,function*(){var t;const{audioTrack:e,videoTrack:r,permissions:i,audioEnabled:n,videoEnabled:s,screenShareEnabled:o,screenShareTracks:c}=this.self;if(i.canProduceAudio===q.Allowed&&n)try{yield a(this,Nt,Ht).shareMic(e),this.self.audioEnabled||a(this,Nt,Ht).pauseMic()}catch{this.self.disableAudio()}if(i.canProduceVideo===q.Allowed&&s)try{const d=yield a(this,Nt,Ht).shareWebcam(r);d&&d.id!==r.id&&Q.hasFeature(ie.EXP_RESHARE)&&(yield a(this,Nt,Ht).shareWebcam(d)),this.self.videoEnabled||a(this,Nt,Ht).pauseWebcam()}catch{this.self.disableVideo()}if(i.canProduceScreenshare===q.Allowed&&o)try{yield(t=a(this,Nt,Ht))==null?void 0:t.shareScreen({video:c.video,audio:c.audio})}catch{this.self.disableScreenShare()}})}kickHandler(t){return u(this,null,function*(){let e="kicked";(t==null?void 0:t.kickType)==="kickAll"&&(e="ended"),this.leaveRoom(e)})}waitlistedHandler(){l.info("SelController.waitlisted"),this.self.waitlistStatus="waiting",this.self.roomState="waitlisted",this.self.emit("waitlisted")}waitlistAcceptHandler(){if(l.info("SelController.waitlistAccepted"),this.self.waitlistStatus==="accepted"){l.warn("SelfController.WAITLIST_ACCEPTED.UserAlreadyAccepted");return}this.self.waitlistStatus="accepted",this.joinRoom()}waitlistRejectedHandler(){if(l.info("SelfController.waitlistRejected"),this.self.waitlistStatus==="rejected"){l.warn("SelfController.WAITLIST_REJECTED.UserAlreadyRejected");return}this.self.waitlistStatus="rejected",this.leaveRoom("rejected")}resetSelf(t){return u(this,null,function*(){K.callEnded(),a(this,Nt,Ht).reset(),t&&(yield this.joinRoom(t))})}setupEvents(){R.on(M.RESET_PRODUCER_STATE,()=>u(this,null,function*(){this.mediaJoined&&this.shareMediaTracks()})),R.on(M.ROOM_NODE_RECONNECTED,()=>{this.self.roomState="joined",this.self.emit("roomJoined",{reconnected:!0})}),R.on(M.ROOM_NODE_DISCONNECTED,()=>{this.self.roomState!=="disconnected"&&(this.self.roomState="disconnected",this.self.emit("roomLeft",{state:"disconnected"}))}),R.on(M.ROOM_NODE_FAILED,()=>{this.self.roomState="failed",this.self.emit("roomLeft",{state:"failed"})}),R.on(M.SOCKET_SERVICE_RECONNECTED,({wasJoinAttempted:t})=>{t===!1&&(this.self.roomState="init"),this.resetSelf(t)}),R.on(M.SOCKET_SERVICE_DISCONNECTED,({joinAttempted:t})=>{if(this.self.roomState==="disconnected")return;let{peerId:e}=this;t&&Q.hasFeature(ie.REFRESH_ID_ON_DISCONNECTION)&&(e=As()),a(this,Ki).updateURL(e),S.resetPeerId(e),ut().setHeader("dyte-tracing-id",e),Tn.remapContext(e,a(this,St)),this.self.roomState="disconnected",this.self.emit("roomLeft",{state:"disconnected"})}),R.on(M.SOCKET_SERVICE_FAILED,()=>{this.self.roomState="failed",this.self.emit("roomLeft",{state:"failed"})}),a(this,Cr).on(W.waitingRoomRequestAccepted,()=>{this.waitlistAcceptHandler()}),a(this,Cr).on(Oc.updateUserPreset,t=>{t.updatePeersPresets.forEach(e=>{e.userIds===this.self.userId&&R.emit(M.UPDATE_PERMISSIONS,e.patch)})}),a(this,Cr).on(W.waitingRoomRequestDenied,()=>{this.waitlistRejectedHandler()}),a(this,Cr).on(W.kick,()=>{this.kickHandler({kickType:"kick"})}),a(this,Cr).on(W.kickAll,()=>{this.kickHandler({kickType:"kickAll"})}),R.onAsync(M.JOIN_MEDIA_ROOM,this.joinMediaRoom.bind(this)),R.on(M.PRODUCER_SCORE_UPDATE,({score:t,kind:e,appData:r,scoreStats:i})=>{var n;const s=(n=r==null?void 0:r.screenShare)!=null?n:!1;this.self.emit("mediaScoreUpdate",{kind:e,isScreenshare:s,score:t,participantId:this.self.id,scoreStats:i})}),R.on(M.MUTE_SELF,()=>u(this,null,function*(){this.self.audioEnabled&&(yield this.self.disableAudio(),K.audioOff())})),R.on(M.MUTE_SELF_VIDEO,()=>u(this,null,function*(){this.self.videoEnabled&&(yield this.self.disableVideo(),K.videoOff())})),R.onAsync(M.LEAVE_MEDIA_ROOM,this.leaveMediaRoom.bind(this)),R.on(M.PIP_HANGUP,this.leaveRoom.bind(this))}joinRoom(t=!1){return u(this,null,function*(){try{const{peer:e}=yield a(this,Cr).joinRoom(this.self);a(this,Cr).socket.flush();const r=Kh(e.stageType);if(a(this,St).setValue("stageStatus",r,!1),e.waitlisted){this.waitlistedHandler();return}yield this.joinMediaRoom(t),a(this,St).notify("stageStatus")}catch(e){throw l.error("Error in joinRoom",{error:e}),e}})}leaveRoom(t="left"){return u(this,null,function*(){var e,r;if(t==="rejected"){try{(e=a(this,Ki))==null||e.disconnect()}catch{l.error("SelfController::leaveRoom::socketDisconnect")}this.self.roomState=t,this.self.emit("roomLeft",{state:t});return}this.self.setIsPinned(!1),a(this,St).setValue("stageStatus","OFF_STAGE",!1),yield this.leaveMediaRoom(t),a(this,St).notify("stageStatus");try{(r=a(this,Ki))==null||r.disconnect()}catch{l.error("SelfController::leaveRoom::socketDisconnect")}ny(a(this,St)),Md.cleanup(),this.self.roomState=t,this.self.emit("roomLeft",{state:t})})}joinMediaRoom(t=!1){return u(this,null,function*(){var e,r;const{peerId:i,viewType:n,meetingId:s,stageStatus:o,roomNodeOptions:c}=a(this,St).getAllValues(),{sfu:d}=c;try{if(n===Ut.Livestream){if(o!=="ON_STAGE"){this.self.roomState="joined",this.self.emit("roomJoined",{reconnected:t});return}iy(a(this,St),d,{socket:a(this,Ki),peerId:i})}const{canProduceAudio:h,canProduceVideo:p,canProduceScreenshare:g}=this.self.permissions,{roomJoined:y}=(r=yield(e=a(this,Nt,Ht))==null?void 0:e.joinRoom(this.self.name,s,t,t,{canProduceAudio:h,canProduceVideo:p,canProduceScreenshare:g}))!=null?r:{};if(!y)return;o==="ON_STAGE"&&(yield this.shareMediaTracks()),this.self.roomState="joined",this.self.emit("roomJoined",{reconnected:t})}catch(h){throw l.error("Error:SelfController.mediaRoomJoin",{error:h}),new w("Error: could not join media room","0002")}})}leaveMediaRoom(t){return u(this,null,function*(){const e=a(this,St).getValue("viewType");t!=="connected-meeting"&&(yield this.cleanupSelf()),!(t==="stageLeft"&&e===Ut.Webinar)&&a(this,Nt,Ht)&&(a(this,Nt,Ht).mediaJoined&&t!=="disconnected"&&(yield a(this,Nt,Ht).leaveRoom()),!(t==="stageLeft"&&e===Ut.Livestream)&&(a(this,Nt,Ht).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()})}},Ki=new WeakMap,Cr=new WeakMap,St=new WeakMap,Nt=new WeakSet,Ht=function(){return a(this,St).getValue("roomNodeClient")},kg);let Wi=sy;Nn([S.trace("SelfController.resetSelf")],Wi.prototype,"resetSelf",1);Nn([S.trace("SelfController.setupEvents")],Wi.prototype,"setupEvents",1);Nn([S.trace("SelfController.joinRoom")],Wi.prototype,"joinRoom",1);Nn([S.trace("SelfController.leaveRoom")],Wi.prototype,"leaveRoom",1);Nn([S.trace("SelfController.joinMediaRoom")],Wi.prototype,"joinMediaRoom",1);Nn([S.trace("SelfController.leaveMediaRoom")],Wi.prototype,"leaveMediaRoom",1);Nn([S.trace("SelfController.init")],Wi,"init",1);var ad;class QO{constructor(e){f(this,ad,void 0),v(this,ad,e)}on(e,r){let i;e===W.roomPeerCount?i=gm.fromBinary.bind(gm):i=Im.fromBinary.bind(Im),a(this,ad).on(e,({payload:n})=>{const s=i(n);return r(s)})}}ad=new WeakMap;var od;class XO{constructor(e){f(this,od,void 0),v(this,od,e)}on(e,r){let i,n;switch(e){case W.transcript:{i=bl.fromBinary.bind(bl),n=bl.create();break}default:{l.debug("AISocketHandler switch case hit default, event not accounted for.");break}}a(this,od).on(e,({payload:s})=>{let o=n;try{o=i(s)}catch(c){l.error("chatSocketHandler::on::binary_decode_error",{error:c})}return r(o)})}}od=new WeakMap;var ZO=Object.defineProperty,e1=Object.getOwnPropertyDescriptor,ap=(t,e,r,i)=>{for(var n=i>1?void 0:i?e1(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&ZO(e,r,n),n},wi;class ol{constructor(e){f(this,wi,void 0),v(this,wi,e)}getPolls(){return a(this,wi).sendMessagePromise($r.getPolls)}createPoll(e,r,i=!1,n=!1){const s={anonymous:i,hideVotes:n,question:e,options:r};return a(this,wi).sendMessage($r.createPoll,XM.toBinary(s))}votePoll(e,r){const i={index:r,pollId:e};return a(this,wi).sendMessage($r.votePoll,eA.toBinary(i))}on(e,r){let i,n;switch(e){case $r.updatePoll:case $r.createPoll:case $r.votePoll:{i=Rl.fromBinary.bind(Rl),n=Rl.create();break}}a(this,wi).on(e,({payload:s})=>{let o=n;try{o=i(s)}catch(c){l.error("pollSocketHandler::on::binary_decode_error",{error:c})}return r(o)})}removeListeners(e){a(this,wi).removeListeners(e)}}wi=new WeakMap;ap([S.trace("PollSocketHandler.getPolls")],ol.prototype,"getPolls",1);ap([S.trace("PollSocketHandler.createPoll")],ol.prototype,"createPoll",1);ap([S.trace("PollSocketHandler.votePoll")],ol.prototype,"votePoll",1);var $t;class t1{constructor(e){f(this,$t,void 0),v(this,$t,e)}getStageRequests(){return u(this,null,function*(){const{payload:e}=yield a(this,$t).sendMessagePromise(W.getStageRequests);return e?Pl.fromBinary(e):{stageRequests:[]}})}requestAccess(){a(this,$t).sendMessage(W.requestStageAccess)}cancelRequestAccess(){a(this,$t).sendMessage(W.cancelStageRequest)}grantAccess(e){return u(this,null,function*(){const r={userIds:e};a(this,$t).sendMessage(W.grantStageAccess,jM.toBinary(r))})}denyAccess(e){return u(this,null,function*(){const r={userIds:e};a(this,$t).sendMessage(W.denyStageAccess,GM.toBinary(r))})}joinStage(){return a(this,$t).sendMessagePromise(W.joinStage,void 0,void 0,W.peerStageStatusUpdate)}leaveStage(e){const r={userIds:[e]};return a(this,$t).sendMessagePromise(W.leaveStage,Pm.toBinary(r),void 0,W.peerStageStatusUpdate)}kick(e){const r={userIds:e};return a(this,$t).sendMessagePromise(W.leaveStage,Pm.toBinary(r))}on(e,r){let i;switch(e){case W.grantStageAccess:case W.denyStageAccess:{i=void 0;break}case W.getStagePeers:{i=Cm.fromBinary.bind(Cm);break}case W.getStageRequests:case W.requestStageAccess:case W.cancelStageRequest:{i=Pl.fromBinary.bind(Pl);break}case W.peerStageStatusUpdate:{i=mm.fromBinary.bind(mm);break}}a(this,$t).on(e,({payload:n,id:s})=>{if(!n||!i)return r(void 0,s);const o=i(n);return r(o,s)})}getPeerInfo(e){return u(this,null,function*(){const r=yield a(this,$t).sendMessagePromise(W.getPeerInfo,uv.toBinary({peerId:e}));return rs.fromBinary(r.payload)})}}$t=new WeakMap;var et;class r1{constructor(e){f(this,et,void 0),v(this,et,e)}addPlugin(e,r){a(this,et).sendMessage(z.addPlugin,sM.toBinary({pluginId:e,staggered:r}))}removePlugin(e){a(this,et).sendMessage(z.removePlugin,oM.toBinary({pluginId:e,staggered:!1}))}getActivePlugins(){return u(this,null,function*(){const{payload:e}=yield a(this,et).sendMessagePromise(z.getPlugins);return e?MM.fromBinary(e):{plugins:[]}})}customPluginEventToRoom(e,r,i){const n={pluginId:e,pluginData:new TextEncoder().encode(JSON.stringify(r))};a(this,et).sendMessage(z.customPluginEventToRoom,vM.toBinary(n),i)}customPluginEventToPeers(e,r,i,n){const s={pluginId:e,peerIds:r,pluginData:new TextEncoder().encode(JSON.stringify(i))};a(this,et).sendMessage(z.customPluginEventToPeers,SM.toBinary(s),n)}enablePluginForRoom(e,r){a(this,et).sendMessage(z.enablePluginForRoom,dM.toBinary({pluginId:e}),r)}enablePluginForPeers(e,r,i){a(this,et).sendMessage(z.enablePluginForPeers,pM.toBinary({pluginId:e,peerIds:r}),i)}disablePluginForRoom(e,r){a(this,et).sendMessage(z.disablePluginForRoom,uM.toBinary({pluginId:e}),r)}disablePluginForPeers(e,r,i){a(this,et).sendMessage(z.disablePluginForPeers,gM.toBinary({pluginId:e,peerIds:r}),i)}storeInsertKeys(e,r,i,n){const s={pluginId:e,storeName:r,insertKeys:i.map(o=>({storeKey:o.key,payload:new TextEncoder().encode(JSON.stringify(o.payload))}))};a(this,et).sendMessage(z.storeInsertKeys,km.toBinary(s),n)}storeGetKeys(e,r,i,n){const s={pluginId:e,storeName:r,getKeys:i.map(o=>({storeKey:o.key}))};a(this,et).sendMessage(z.storeGetKeys,bM.toBinary(s),n)}storeDeleteKeys(e,r,i,n){const s={pluginId:e,storeName:r,deleteKeys:i.map(o=>({storeKey:o.key}))};a(this,et).sendMessage(z.storeDeleteKeys,wM.toBinary(s),n)}storeDelete(e,r,i){a(this,et).sendMessage(z.storeDelete,CM.toBinary({pluginId:e,storeName:r}),i)}getPluginDataOld(e,r){l.info("getPluginDataOld",{plugin:{id:e,storeName:r}})}storePluginDataOld(e,r,i){const n={pluginId:e,storeName:r,insertKeys:[{storeKey:i.key,payload:new TextEncoder().encode(JSON.stringify(i))}]};a(this,et).sendMessage(z.storeInsertKeys,km.toBinary(n))}on(e,r){let i;switch(e){case z.addPlugin:case z.enablePluginForPeers:case z.enablePluginForRoom:{i=Ru.fromBinary.bind(Ru);break}case z.removePlugin:case z.disablePluginForPeers:case z.disablePluginForRoom:{i=bm.fromBinary.bind(bm);break}case z.customPluginEventToPeers:case z.customPluginEventToRoom:{i=wm.fromBinary.bind(wm);break}case z.storeInsertKeys:case z.storeGetKeys:case z.storeDeleteKeys:case z.storeDelete:{i=_m.fromBinary.bind(_m);break}}a(this,et).on(e,({payload:n,id:s})=>{const o=i(n);return r(o,s)})}}et=new WeakMap;var i1=Object.defineProperty,n1=(t,e,r)=>e in t?i1(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,s1=(t,e,r)=>(n1(t,typeof e!="symbol"?e+"":e,r),r),op=(t,e,r)=>{if(!e.has(t))throw TypeError("Cannot "+r)},L=(t,e,r)=>(op(t,e,"read from private field"),r?r.call(t):e.get(t)),Ce=(t,e,r)=>{if(e.has(t))throw TypeError("Cannot add the same private member more than once");e instanceof WeakSet?e.add(t):e.set(t,r)},ue=(t,e,r,i)=>(op(t,e,"write to private field"),i?i.call(t,r):e.set(t,r),r),De=(t,e,r)=>(op(t,e,"access private method"),r),Fd={},a1={get exports(){return Fd},set exports(t){Fd=t}},bs=typeof Reflect=="object"?Reflect:null,bg=bs&&typeof bs.apply=="function"?bs.apply:function(t,e,r){return Function.prototype.apply.call(t,e,r)},cd;bs&&typeof bs.ownKeys=="function"?cd=bs.ownKeys:Object.getOwnPropertySymbols?cd=function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:cd=function(t){return Object.getOwnPropertyNames(t)};function o1(t){console&&console.warn&&console.warn(t)}var ay=Number.isNaN||function(t){return t!==t};function ge(){ge.init.call(this)}a1.exports=ge;Fd.once=u1;ge.EventEmitter=ge;ge.prototype._events=void 0;ge.prototype._eventsCount=0;ge.prototype._maxListeners=void 0;var _g=10;function cl(t){if(typeof t!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof t)}Object.defineProperty(ge,"defaultMaxListeners",{enumerable:!0,get:function(){return _g},set:function(t){if(typeof t!="number"||t<0||ay(t))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+t+".");_g=t}});ge.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};ge.prototype.setMaxListeners=function(t){if(typeof t!="number"||t<0||ay(t))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+t+".");return this._maxListeners=t,this};function oy(t){return t._maxListeners===void 0?ge.defaultMaxListeners:t._maxListeners}ge.prototype.getMaxListeners=function(){return oy(this)};ge.prototype.emit=function(t){for(var e=[],r=1;r<arguments.length;r++)e.push(arguments[r]);var i=t==="error",n=this._events;if(n!==void 0)i=i&&n.error===void 0;else if(!i)return!1;if(i){var s;if(e.length>0&&(s=e[0]),s instanceof Error)throw s;var o=new Error("Unhandled error."+(s?" ("+s.message+")":""));throw o.context=s,o}var c=n[t];if(c===void 0)return!1;if(typeof c=="function")bg(c,this,e);else for(var d=c.length,h=hy(c,d),r=0;r<d;++r)bg(h[r],this,e);return!0};function cy(t,e,r,i){var n,s,o;if(cl(r),s=t._events,s===void 0?(s=t._events=Object.create(null),t._eventsCount=0):(s.newListener!==void 0&&(t.emit("newListener",e,r.listener?r.listener:r),s=t._events),o=s[e]),o===void 0)o=s[e]=r,++t._eventsCount;else if(typeof o=="function"?o=s[e]=i?[r,o]:[o,r]:i?o.unshift(r):o.push(r),n=oy(t),n>0&&o.length>n&&!o.warned){o.warned=!0;var c=new Error("Possible EventEmitter memory leak detected. "+o.length+" "+String(e)+" listeners added. Use emitter.setMaxListeners() to increase limit");c.name="MaxListenersExceededWarning",c.emitter=t,c.type=e,c.count=o.length,o1(c)}return t}ge.prototype.addListener=function(t,e){return cy(this,t,e,!1)};ge.prototype.on=ge.prototype.addListener;ge.prototype.prependListener=function(t,e){return cy(this,t,e,!0)};function c1(){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 dy(t,e,r){var i={fired:!1,wrapFn:void 0,target:t,type:e,listener:r},n=c1.bind(i);return n.listener=r,i.wrapFn=n,n}ge.prototype.once=function(t,e){return cl(e),this.on(t,dy(this,t,e)),this};ge.prototype.prependOnceListener=function(t,e){return cl(e),this.prependListener(t,dy(this,t,e)),this};ge.prototype.removeListener=function(t,e){var r,i,n,s,o;if(cl(e),i=this._events,i===void 0)return this;if(r=i[t],r===void 0)return this;if(r===e||r.listener===e)--this._eventsCount===0?this._events=Object.create(null):(delete i[t],i.removeListener&&this.emit("removeListener",t,r.listener||e));else if(typeof r!="function"){for(n=-1,s=r.length-1;s>=0;s--)if(r[s]===e||r[s].listener===e){o=r[s].listener,n=s;break}if(n<0)return this;n===0?r.shift():d1(r,n),r.length===1&&(i[t]=r[0]),i.removeListener!==void 0&&this.emit("removeListener",t,o||e)}return this};ge.prototype.off=ge.prototype.removeListener;ge.prototype.removeAllListeners=function(t){var e,r,i;if(r=this._events,r===void 0)return this;if(r.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):r[t]!==void 0&&(--this._eventsCount===0?this._events=Object.create(null):delete r[t]),this;if(arguments.length===0){var n=Object.keys(r),s;for(i=0;i<n.length;++i)s=n[i],s!=="removeListener"&&this.removeAllListeners(s);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if(e=r[t],typeof e=="function")this.removeListener(t,e);else if(e!==void 0)for(i=e.length-1;i>=0;i--)this.removeListener(t,e[i]);return this};function ly(t,e,r){var i=t._events;if(i===void 0)return[];var n=i[e];return n===void 0?[]:typeof n=="function"?r?[n.listener||n]:[n]:r?l1(n):hy(n,n.length)}ge.prototype.listeners=function(t){return ly(this,t,!0)};ge.prototype.rawListeners=function(t){return ly(this,t,!1)};ge.listenerCount=function(t,e){return typeof t.listenerCount=="function"?t.listenerCount(e):uy.call(t,e)};ge.prototype.listenerCount=uy;function uy(t){var e=this._events;if(e!==void 0){var r=e[t];if(typeof r=="function")return 1;if(r!==void 0)return r.length}return 0}ge.prototype.eventNames=function(){return this._eventsCount>0?cd(this._events):[]};function hy(t,e){for(var r=new Array(e),i=0;i<e;++i)r[i]=t[i];return r}function d1(t,e){for(;e+1<t.length;e++)t[e]=t[e+1];t.pop()}function l1(t){for(var e=new Array(t.length),r=0;r<e.length;++r)e[r]=t[r].listener||t[r];return e}function u1(t,e){return new Promise(function(r,i){function n(o){t.removeListener(e,s),i(o)}function s(){typeof t.removeListener=="function"&&t.removeListener("error",n),r([].slice.call(arguments))}py(t,e,s,{once:!0}),e!=="error"&&h1(t,n,{once:!0})})}function h1(t,e,r){typeof t.on=="function"&&py(t,"error",e,r)}function py(t,e,r,i){if(typeof t.on=="function")i.once?t.once(e,r):t.on(e,r);else if(typeof t.addEventListener=="function")t.addEventListener(e,function n(s){i.once&&t.removeEventListener(e,n),r(s)});else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof t)}class p1 extends E{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 wg=new p1;class my{static encode(e){return wg.toBinary(e)}static decode(e){return wg.fromBinary(new Uint8Array(e))}}function m1(t,e){return Math.floor(Math.random()*(e-t+1)+t)}var Ii;class g1{constructor(e={}){s1(this,"opts"),Ce(this,Ii,void 0),this.opts={initialTimeout:e.initialTimeout||1e3,maxTimeout:e.maxTimeout||1e4,factor:e.factor||2},ue(this,Ii,0)}wait(){return u(this,null,function*(){ue(this,Ii,L(this,Ii)+1);const e=m1(0,Math.min(this.opts.maxTimeout,this.opts.initialTimeout*MS(2,L(this,Ii))));yield new Promise(r=>{setTimeout(r,e)})})}getAttempts(){return L(this,Ii)}reset(){ue(this,Ii,0)}}Ii=new WeakMap;const hi={debug:0,info:1,warn:2,error:3};var dn,ln;class f1{constructor(e){Ce(this,dn,void 0),Ce(this,ln,void 0),ue(this,dn,console),ue(this,ln,e)}debug(...e){hi[L(this,ln)]>hi.debug||L(this,dn).debug("[Sockrates]:",...e)}info(...e){hi[L(this,ln)]>hi.info||L(this,dn).info("[Sockrates]:",...e)}warn(...e){hi[L(this,ln)]>hi.warn||L(this,dn).warn("[Sockrates]:",...e)}error(...e){hi[L(this,ln)]>hi.error||L(this,dn).error("[Sockrates]:",...e)}}dn=new WeakMap,ln=new WeakMap;var gy=(t=>(t[t.CONNECTING=0]="CONNECTING",t[t.OPEN=1]="OPEN",t[t.CLOSING=2]="CLOSING",t[t.CLOSED=3]="CLOSED",t))(gy||{});const v1="2",y1="3";var Ue,hs,Ae,Ge,Ci,tt,Xr,Oi,vr,ps,qr,Sh,fy,uo,dd,Eh,vy,Th,Ig,Bd,kh,bh,yy,Io,ld,Co,Wd,jd,_h,_s,Po,Ro,Hd;class S1{constructor(e,r){var i;Ce(this,Sh),Ce(this,uo),Ce(this,Eh),Ce(this,Th),Ce(this,Bd),Ce(this,bh),Ce(this,Io),Ce(this,Co),Ce(this,jd),Ce(this,_s),Ce(this,Ro),Ce(this,Ue,void 0),Ce(this,hs,void 0),Ce(this,Ae,void 0),Ce(this,Ge,void 0),Ce(this,Ci,void 0),Ce(this,tt,void 0),Ce(this,Xr,void 0),Ce(this,Oi,void 0),Ce(this,vr,void 0),Ce(this,ps,void 0),Ce(this,qr,void 0);var n,s,o,c,d,h,p,g,y;ue(this,hs,e),ue(this,Ci,[]),ue(this,tt,new Fd),ue(this,Xr,!0),ue(this,vr,!1),ue(this,Ae,r!=null?r:{}),(n=L(this,Ae)).autoReconnect!=null||(n.autoReconnect=!0),(s=L(this,Ae)).retryConnectionInterval!=null||(s.retryConnectionInterval=1e3),(o=L(this,Ae)).pingTimeout!=null||(o.pingTimeout=3e4),(c=L(this,Ae)).connectionTimeout!=null||(c.connectionTimeout=5e3),(d=L(this,Ae)).debug!=null||(d.debug=!0),(h=L(this,Ae)).maxReconnectionAttempts!=null||(h.maxReconnectionAttempts=10),(p=L(this,Ae)).disconnectOnPingTimeout!=null||(p.disconnectOnPingTimeout=!0),(g=L(this,Ae)).queueOnDisconnect!=null||(g.queueOnDisconnect=!1),(y=L(this,Ae)).flushOnReconnect!=null||(y.flushOnReconnect=!1),ue(this,Oi,{code:void 0,reason:void 0}),ue(this,Ge,(i=L(this,Ae).logger)!=null?i:new f1(L(this,Ae).debug?"debug":"info")),ue(this,qr,new g1)}get readyState(){var e;return(e=L(this,Ue))==null?void 0:e.readyState}get url(){return L(this,hs)}updateURL(e){ue(this,hs,e),De(this,bh,yy).call(this)}get config(){return L(this,Ae)}get sendQueue(){return L(this,Ci)}flush(){if(!L(this,Ae).queueOnDisconnect)return!1;const e=[];return L(this,Ci).forEach(r=>{this.send(r.event,r.id,r.payload,r.metadata)||e.push(r)}),ue(this,Ci,e),L(this,Ci)}connect(e=!1){return u(this,null,function*(){if(!e&&[0,1].includes(this.readyState)){L(this,Ge).debug("Websocket was already connecting or connected.");return}if(L(this,Xr)!==!1)return new Promise((r,i)=>{De(this,_s,Po).call(this),De(this,Ro,Hd).call(this);try{ue(this,Ue,new WebSocket(De(this,Sh,fy).call(this,L(this,hs)))),L(this,Ue).binaryType="arraybuffer",L(this,Ge).debug("Connecting");const n=setTimeout(()=>{L(this,Ge).debug("Connection timeout. Closing socket"),ue(this,Xr,!0),De(this,Ro,Hd).call(this),L(this,Ue).close(3001,"Connection Timeout"),L(this,Ae).autoReconnect&&!L(this,vr)&&(L(this,tt).emit("reconnecting"),De(this,Io,ld).call(this)),i(new Error("Connection timed out!"))},L(this,Ae).connectionTimeout);L(this,Ue).onopen=()=>{L(this,Ge).debug(`Ready State: ${gy[L(this,Ue).readyState]}`),n&&clearTimeout(n),De(this,jd,_h).call(this),ue(this,Oi,{code:void 0,reason:void 0}),L(this,tt).emit("connected"),L(this,Ae).flushOnReconnect&&this.flush(),r()},L(this,Ue).onclose=s=>{try{n&&clearTimeout(n);const{code:o,reason:c}=s;i(c),L(this,Ge).debug("Socket closed. Close event:",{event:s}),L(this,Ge).debug(`Connection closed code: ${o}`),L(this,Ge).debug(`Connection closed reason: ${c}`),L(this,vr)||De(this,Bd,kh).call(this,o,c)}catch(o){De(this,uo,dd).call(this,o)}},L(this,Ue).onerror=s=>{De(this,uo,dd).call(this,s)},L(this,Ue).onmessage=s=>De(this,Eh,vy).call(this,s)}catch(n){De(this,uo,dd).call(this,n,i)}})})}send(e,r,i,n){const s={event:e,id:r,payload:i,metadata:n};if(L(this,Ae).queueOnDisconnect&&(!L(this,Ue)||L(this,Ue).readyState!==1))return L(this,Ge).debug("Queuing message since socket is not connected!",s),L(this,Ci).push(s),!1;const o=my.encode(s);return De(this,Co,Wd).call(this,o)}emit(e,r,i,n){return this.send(e,r,i,n)}sendRaw(e){return De(this,Co,Wd).call(this,e)}receive(e,r){return L(this,tt).on(e.toString(),r)}on(e,r){if(typeof e=="string"&&(e==="connected"||e==="disconnected"||e==="errored"||e==="reconnected"||e==="reconnecting"||e==="reconnectAttempt"||e==="reconnectFailure"||e==="failed")){L(this,tt).on(e,r);return}this.receive(e,r)}removeAllListeners(){L(this,tt).removeAllListeners()}removeReceiver(e,r){this.removeListener(e,r)}removeListener(e,r){L(this,tt).removeListener(e.toString(),r)}removeReceivers(e){this.removeListeners(e)}removeListeners(e){L(this,tt).listeners(e.toString()).map(r=>this.removeListener(e,r))}disconnect(){ue(this,Xr,!1),De(this,_s,Po).call(this),this.removeAllListeners(),ue(this,Oi,{code:1e3,reason:"Sockrates disconnect method called"}),L(this,Ue).close(1e3,"Sockrates disconnect method called.")}}Ue=new WeakMap,hs=new WeakMap,Ae=new WeakMap,Ge=new WeakMap,Ci=new WeakMap,tt=new WeakMap,Xr=new WeakMap,Oi=new WeakMap,vr=new WeakMap,ps=new WeakMap,qr=new WeakMap,Sh=new WeakSet,fy=function(t){if(t.startsWith("ws://")||t.startsWith("wss://"))return t;if(t.startsWith("https://"))return`wss://${t.substring(8)}`;if(t.startsWith("http://"))return`ws://${t.substring(7)}`;throw new Error("Invalid URL. URL must start with http(s):// or ws(s)://.")},uo=new WeakSet,dd=function(t,e){L(this,Ge).error("Error:",{error:t}),L(this,tt).emit("errored",{error:t}),e==null||e(t)},Eh=new WeakSet,vy=function(t){if(De(this,jd,_h).call(this),t.data===v1){L(this,Ge).debug("Received ping from server"),De(this,Co,Wd).call(this,y1);return}const e=my.decode(t.data),{id:r,payload:i}=e;L(this,Ge).debug("Received message",{event:e.event,messageID:r}),L(this,tt).emit(e.event.toString(),{id:r,payload:i})},Th=new WeakSet,Ig=function(){return L(this,Ue).readyState===1},Bd=new WeakSet,kh=function(t,e){ue(this,Oi,{reason:e,code:t}),L(this,tt).emit("disconnected",{code:t,reason:e})},bh=new WeakSet,yy=function(){const{reason:t,code:e}=L(this,Oi);e&&e!==1e3&&L(this,Xr)&&L(this,Ae).autoReconnect&&!L(this,vr)&&(L(this,Ge).debug(`Triggering reconnection due to ${t}.`),L(this,tt).emit("reconnecting"),De(this,Io,ld).call(this))},Io=new WeakSet,ld=function(t=!0){return u(this,null,function*(){if(t&&L(this,vr)){L(this,Ge).debug("Reconnect called when already in a reconnect loop. Ignoring.");return}if(L(this,vr)||L(this,qr).reset(),L(this,Ae).maxReconnectionAttempts!==null&&L(this,qr).getAttempts()>=L(this,Ae).maxReconnectionAttempts){L(this,tt).emit("failed"),ue(this,vr,!1);return}ue(this,vr,!0),De(this,Ro,Hd).call(this),De(this,_s,Po).call(this);try{if(yield L(this,qr).wait(),L(this,Xr)===!1)return;if(L(this,Ge).debug(`Reconnection attempt ${L(this,qr).getAttempts()}`),L(this,tt).emit("reconnectAttempt",{attempt:L(this,qr).getAttempts()}),yield this.connect(),!De(this,Th,Ig).call(this))throw Error("Reconnect Failed");ue(this,vr,!1),ue(this,Oi,{code:void 0,reason:void 0}),L(this,tt).emit("reconnected")}catch{L(this,Ge).debug("Failed to reconnect."),L(this,tt).emit("reconnectFailure",{attempt:L(this,qr).getAttempts()}),De(this,Io,ld).call(this,!1)}})},Co=new WeakSet,Wd=function(t){try{return L(this,Ue).send(t),!0}catch(e){return L(this,Ge).error(e.message),!1}},jd=new WeakSet,_h=function(){this.config.disconnectOnPingTimeout&&(L(this,Ge).debug("Resetting ping timeout"),De(this,_s,Po).call(this),ue(this,ps,setTimeout(()=>{var t;L(this,Ge).debug("Disconnecting the socket due to ping timeout"),ue(this,Xr,!0);const e=3002,r="Ping timeout";(t=L(this,Ue))==null||t.close(e,r),De(this,Bd,kh).call(this,e,r)},L(this,Ae).pingTimeout)))},_s=new WeakSet,Po=function(){L(this,ps)&&(clearTimeout(L(this,ps)),ue(this,ps,void 0))},Ro=new WeakSet,Hd=function(){L(this,Ue)&&(L(this,Ue).onopen=void 0,L(this,Ue).onerror=void 0,L(this,Ue).onmessage=void 0,L(this,Ue).onclose=void 0)};var E1=Object.defineProperty,T1=Object.getOwnPropertyDescriptor,dl=(t,e,r,i)=>{for(var n=i>1?void 0:i?T1(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&E1(e,r,n),n};const Cg=65535,k1=3e3;var zi,Le,Ve,Be,dr,pi,bc,ou,_c,cu,Pg;const Sy=(Pg=class{constructor(t,{peerId:e,meetingId:r,authToken:i,capabilities:n}){f(this,Ve),f(this,bc),f(this,_c),f(this,zi,void 0),f(this,Le,void 0),m(this,"roomName"),m(this,"authToken"),m(this,"capabilities"),f(this,dr,void 0),f(this,pi,void 0);var s;if(!e||!r||!i)throw new w("peerId, meetingId, or authToken can not be empty","0404");v(this,dr,void 0),v(this,pi,t),this.capabilities=n,this.roomName=r,this.authToken=i,v(this,zi,B(this,bc,ou).call(this,e)),v(this,Le,new S1(a(this,zi),{autoReconnect:!0,disconnectOnPingTimeout:(s=n.includes("PING"))!=null?s:!1,queueOnDisconnect:!0,flushOnReconnect:!1,logger:l})),this.handleSocketConnectionEvents()}get joinAttempted(){return a(this,Ve,Be).socketJoinAttempted}set joinAttempted(t){a(this,Ve,Be).socketJoinAttempted=t}get peerId(){return a(this,pi).getValue("peerId")}updateURL(t){t!==this.peerId&&(v(this,zi,B(this,bc,ou).call(this,t)),l.debug("SocketService:: Connection URL updated.")),a(this,Le).updateURL(a(this,zi))}static getSocketEdgeDomain(t){return Es({servicePrefix:"socket-edge",baseURI:t})}get url(){return a(this,zi)}connect(){return u(this,null,function*(){a(this,Ve,Be).socketJoinAttempted=!0,yield a(this,Le).connect(),a(this,Ve,Be).socketJoinAttempted=!0,a(this,Ve,Be).socketState={state:"connected",reconnected:!1,reconnectionAttempt:void 0}})}disconnect(){return u(this,null,function*(){a(this,Ve,Be).socketJoinAttempted=!1,a(this,Le).disconnect(),a(this,Ve,Be).socketJoinAttempted=!0,a(this,Ve,Be).socketState={state:"disconnected",reconnected:!1,reconnectionAttempt:void 0}})}get isConnected(){try{return a(this,Le).readyState===1}catch{return!1}}sendMessage(t,e,r){const i={};return S.injectContext(i),a(this,Le).send(t,r!=null?r:B(this,_c,cu).call(this),e,new TextEncoder().encode(JSON.stringify(i)))}sendMessagePromise(t,e,r,i){const n=parseInt({}.SOCKET_SERVICE_MESSAGE_REQUEST_TIMEOUT,10)||2e4;return this.sendMessagePromiseWithTimeout({event:t,timeout:n,protobuf:e,messageId:r,resp:i})}sendMessagePromiseWithTimeout({event:t,timeout:e,protobuf:r,messageId:i,resp:n}){const s=n!=null?n:t;return new Promise((o,c)=>{const d=(T,b)=>{a(this,Le).removeListener(s,T),a(this,Le).removeListener(Cg,b),a(this,Le).removeListener(rr.errorResponse,b),a(this,Le).removeListener(yr.errorResponse,b)},h=i!=null?i:B(this,_c,cu).call(this),p={};S.injectContext(p);const g=({id:T,payload:b})=>{if(h===T){let D;try{const P=TI.fromBinary(b);D=new Error(P.errorMessage)}catch(P){D=new Error("failed to parse error message",{cause:P});try{const x=kC.fromBinary(b);D=new Error(x.message)}catch(x){D=new Error("failed to parse error message",{cause:x})}}c(D),d(y,g)}},y=({id:T,payload:b})=>{h===T&&(o({id:T,payload:b}),d(y,g))};a(this,Le).on(s,y),a(this,Le).on(Cg,g),a(this,Le).on(rr.errorResponse,g),a(this,Le).on(yr.errorResponse,g),setTimeout(()=>{d(y,g),c(new Error(`request timeout for callback eventId:${t}`))},e),a(this,Le).send(t,h,r,new TextEncoder().encode(JSON.stringify(p)))})}on(t,e){a(this,Le).on(t,e)}onStateEvent(t,e){a(this,Le).on(t,e)}removeListener(t,e){a(this,Le).removeListener(t,e)}removeListeners(t){a(this,Le).removeListeners(t)}flush(){return a(this,Le).flush()}handleSocketConnectionEvents(){this.onStateEvent("connected",()=>u(this,null,function*(){l.info("SocketService::Connected to socket-edge"),a(this,dr)&&(clearTimeout(a(this,dr)),v(this,dr,void 0)),a(this,Ve,Be).updateSocketConnectionState("connected")})),this.onStateEvent("disconnected",({code:t,reason:e})=>{var r;l.info("SocketService::Disconnected from socket-edge",{error:{code:t,reason:e},country:S.location.country});const{recv:i,send:n}=(r=a(this,Ve,Be).mediaState)!=null?r:{};i!=null&&i.state&&(i==null?void 0:i.state)!==Ms.CONNECTED||n!=null&&n.state&&(n==null?void 0:n.state)!==Ms.CONNECTED?R.emit(M.SOCKET_SERVICE_DISCONNECTED,{joinAttempted:a(this,Ve,Be).joinAttempted}):v(this,dr,setTimeout(()=>{R.emit(M.SOCKET_SERVICE_DISCONNECTED,{joinAttempted:a(this,Ve,Be).joinAttempted}),v(this,dr,void 0)},k1)),a(this,Ve,Be).updateSocketConnectionState("disconnected")}),this.onStateEvent("reconnecting",()=>u(this,null,function*(){l.info("SocketService::Reconnecting to socket-edge",{country:S.location.country}),a(this,Ve,Be).updateSocketConnectionState("reconnecting")})),this.onStateEvent("reconnectAttempt",t=>u(this,[t],function*({attempt:e}){l.info("SocketService::Attempting to reconnect to socket-edge",{socket:{retryAttempt:e}}),a(this,Ve,Be).updateSocketConnectionState("reconnectAttempt",e)})),this.onStateEvent("reconnectFailure",({attempt:t})=>{l.info("SocketService::Reconnect attempt to socket-edge failed",{socket:{retryAttempt:t}}),a(this,Ve,Be).updateSocketConnectionState("reconnectFailure",t)}),this.onStateEvent("reconnected",()=>u(this,null,function*(){l.info("SocketService::Reconnected to socket-edge",{connectionState:{joinAttempted:a(this,Ve,Be).mediaJoinAttempted}}),a(this,dr)&&(clearTimeout(a(this,dr)),v(this,dr,void 0)),R.emit(M.SOCKET_SERVICE_RECONNECTED,{wasJoinAttempted:a(this,Ve,Be).mediaJoinAttempted}),a(this,Ve,Be).updateSocketConnectionState("reconnected")})),this.onStateEvent("failed",()=>u(this,null,function*(){l.info("SocketService::Failed to connect to socket-edge",{country:S.location.country}),R.emit(M.SOCKET_SERVICE_FAILED),a(this,Ve,Be).updateSocketConnectionState("failed")}))}},zi=new WeakMap,Le=new WeakMap,Ve=new WeakSet,Be=function(){return a(this,pi).getValue("connectionHandler")},dr=new WeakMap,pi=new WeakMap,bc=new WeakSet,ou=function(t){let e=Sy.getSocketEdgeDomain(a(this,pi).getValue("baseURI"));typeof Ps(a(this,pi),"socket_server_base")=="string"&&(e=Ps(a(this,pi),"socket_server_base"));const r=`wss://${e}`,i=new URL(`${r}/ws`),n=this.peerId,s=$(V({roomID:this.roomName,peerID:t,authToken:this.authToken,useMediaV2:!0},n!==t&&{oldPeerID:n}),{ping:this.capabilities.includes("PING"),capabilities:this.capabilities.map(o=>Id[o]).join(" "),joinWithDetails:!0,useCfWorker:!0});return Object.entries(s).forEach(([o,c])=>{i.searchParams.append(o,c.toString())}),i.href},_c=new WeakSet,cu=function(){return`${this.peerId}-${(Math.random()+1).toString(36).substring(7)}`},Pg);let Ho=Sy;dl([S.trace("SocketService.connect")],Ho.prototype,"connect",1);dl([S.trace("SocketService.disconnect")],Ho.prototype,"disconnect",1);dl([S.trace("SocketService.sendMessagePromise")],Ho.prototype,"sendMessagePromise",1);dl([S.trace("SocketService.sendMessagePromiseWithTimeout")],Ho.prototype,"sendMessagePromiseWithTimeout",1);const un=class{static handleConnectedRoomsDumpRaw({payload:t}){var e;const r=zC.fromBinary(t),i=r.meetings.map(n=>{var s;return{id:n.id,title:n.title,participants:(s=n.participants)!=null?s:[]}});return{parentMeeting:{id:r.parentMeeting.id,title:r.parentMeeting.title,participants:(e=r.parentMeeting.participants)!=null?e:[]},meetings:i}}static handleTransferPeerRaw({payload:t}){const e=TP.fromBinary(t);return{authToken:e.authToken,meetingId:e.meetingId}}static handleMovedPeerRaw({payload:t}){const e=hv.fromBinary(t);return{meetingId:e.meetingId,customParticipantId:e.customParticipantId}}static handleConnectedRoomsUpdatedRaw({payload:t}){return ym.fromBinary(t).payloads.map(e=>({id:e.id,title:e.title}))}static handleConnectedRoomsDeletedRaw({payload:t}){return uP.fromBinary(t).payloads}static getConnectedRoomsDump(){return u(this,null,function*(){const t=yield un.socketService.sendMessagePromise(W.getConnectedRoomsDump);return un.handleConnectedRoomsDumpRaw(t)})}static createConnectedRooms(t){return u(this,null,function*(){const{payload:e}=yield un.socketService.sendMessagePromise(W.createConnectedRooms,ZC.toBinary({payloads:t}));return ym.fromBinary(e).payloads.map(r=>({id:r.id,title:r.title}))})}static updateConnectedRooms(t){return u(this,null,function*(){})}static disableConnectedRooms(t){return u(this,null,function*(){const e=t.map(i=>({id:i})),r=yield un.socketService.sendMessagePromise(W.deleteConnectedRooms,dP.toBinary({payloads:e}));return un.handleConnectedRoomsDeletedRaw(r)})}static movePeersBetweenRooms(t){return u(this,null,function*(){try{const e=yield un.socketService.sendMessagePromise(W.movePeers,vP.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}}})}};let Ne=un;m(Ne,"socketService"),m(Ne,"currentMeetingId");var b1=Object.defineProperty,_1=Object.getOwnPropertyDescriptor,ll=(t,e,r,i)=>{for(var n=i>1?void 0:i?_1(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&b1(e,r,n),n};const ms=class{constructor(t,e){m(this,"apiBase"),m(this,"selfController"),m(this,"pollController"),m(this,"chatController"),m(this,"metaController"),m(this,"storesManager"),m(this,"stageController"),m(this,"pluginController"),m(this,"internalsController"),m(this,"recordingController"),m(this,"livestreamController"),m(this,"participantController"),this.apiBase=t,this.storesManager=e.storesManager,this.metaController=e.metaController,this.selfController=e.selfController,this.chatController=e.chatController,this.pollController=e.pollController,this.stageController=e.stageController,this.pluginController=e.pluginController,this.recordingController=e.recordingController,this.internalsController=e.internalsController,this.participantController=e.participantController,this.livestreamController=e.livestreamController}static init(t){return u(this,null,function*(){var e,r;const{peerId:i,apiBase:n,authToken:s,meetingId:o,organizationId:c,cachedUserDetails:d}=t.getAllValues();if(R.reset(),Md.cleanup(),ny(t),Re.isSupported()===!1)throw new w("Browser not supported","0010",!0);const h=OA(t,{authToken:s,baseURL:n,cachedUserDetails:d});h.setRoomName(o),h.setRoomUUID(o),h.setOrganizationId(c),h.setHeader("dyte-tracing-id",i),t.setValue("apiClient",h);const p=new gD;t.setValue("connectionHandler",p);const g=ms.createSocketService(t),y=g.connect(),T=h.getUserDetails(),b=h.getPlugins();let D=Ke.HIVE,P,x="";try{yield ms.setupFlagsmith(t)}catch(ne){l.error("Failed to setup flagsmith",{error:ne})}try{yield y}catch(ne){l.error("[Controller]: Failed to connect to socket server:",{error:ne})}try{({sfu:D,meetingTitle:x}=yield h.getRoomNodeData()),P=yield T,l.info(`SFU ${D} is being used.`),t.setValue("presetName",P.preset.name),t.setValue("roomNodeOptions",{sfu:D})}catch(ne){l.error("Failed to get room metadata",{error:ne})}const H=ZD.init(P.preset,!t.getValue("modules").theme),J=EO.init(t,H.viewType,P.preset.permissions),I=ms.setupControllers(g,t,P,b,x,H,J);nD(H)&&((e=ms.createRoomNodeClient(t,g).initializeConnection(P.participant.name,o,!1,J))==null||e.catch(ne=>{l.error("[Controller]: Failed to queue partial media room promise:",{error:ne})})),S.location.country=(r=h.ipInfo)==null?void 0:r.country;const{controllers:ae}=yield I;return a0(),new ms(n,ae)})}static setupFlagsmith(t){return u(this,null,function*(){var e;const{peerId:r,baseURI:i,overrides:n,meetingId:s,organizationId:o}=t.getAllValues(),c=n0(s),d=$(V({entity:ku.PEER,clientId:o,isAnonUser:!o,sdkVersion:t.getValue("sdkVersion"),presetName:t.getValue("presetName"),meetingHash:c,roomName:s},Re.getDeviceInfo()),{isReactNative:navigator.isReactNative});try{const h=(e=n==null?void 0:n.whitelabelled_flags_endpoint)==null||e?Es({servicePrefix:"flags",baseURI:i}):"edge.api.flagsmith.com";yield Q.identify(`${ku.PEER}_${r}`,JSON.parse(JSON.stringify(d)),!1,5e3,h,l),l.info("flagsmith::allFlags",{flags:JSON.stringify(Q.getAllFlags())},!0)}catch{l.error("Failed to fetch flagsmith flags")}})}static setupControllers(t,e,r,i,n,s,o){return u(this,null,function*(){var c,d,h;const p=e.getValue("modules"),{participant:g}=r,y=e.getValue("defaults"),{sfu:T}=e.getValue("roomNodeOptions"),{viewType:b,mediaConstraints:{audio:D}}=s;e.setValue("viewType",b),e.setValue("defaults",V({mediaConfiguration:{audio:{enableHighBitrate:(c=D.enableHighBitrate)!=null?c:!1,enableStereo:(d=D.enableStereo)!=null?d:!1}}},y)),e.setValue("maxPreferredStreams",Re.isMobile()?s.maxVideoStreams.mobile:s.maxVideoStreams.desktop);let P,x,H,J,I,ae,ne,ve;const Qe=new XO(t);Ne.socketService=t;const ot=new ol(t),Mt=new ir(t),A=new t1(t),k=Md.create(t,e),_=new r1(t),j=new QO(t),we=new _n(t),pe=yield Wi.init(e,k,g,o,s),F=yield _v.init(e,pe.self,k,Qe,n);if(p.participant&&(ve=new si(e,pe.self,k,T)),(h=p.e2ee)!=null&&h.enabled&&p.e2ee.manager.init(l,R),p.chat&&(x=yield Zr.init(e,Mt,we,pe.self,ve.participants)),p.internals&&(I=yield Yh.init()),p.livestream&&s.viewType===Ut.Livestream&&Q.hasFeature(ie.LIVESTREAM)&&(ne=new Ov(pe.self,j)),s.viewType!==Ut.Chat){if(p.poll&&(P=yield Ev.init(e,pe.self,ot)),p.recording&&(ae=new Pv(e,pe.self,k)),p.stage&&(H=new wv(e,A,k,pe.self,ve.participants)),p.plugin){if(!ve)throw new w("The plugin module cannot be initialized without the `participant` module","0102");const Fe=yield i;J=yield Fo.init(e,Fe,_,Mt,x==null?void 0:x.chat,pe.self,ve.participants,n)}if(p.pip){const Fe=yield d0._init(e,pe.self);e.setValue("pip",Fe)}}const C={storesManager:new oO(e,_),pollController:P,selfController:pe,metaController:F,chatController:x,stageController:H,pluginController:J,recordingController:ae,internalsController:I,livestreamController:ne,participantController:ve};return{theme:s,permissions:o,controllers:C}})}static createRoomNodeClient(t,e){const{peerId:r,roomNodeOptions:i}=t.getAllValues(),{sfu:n}=i;return iy(t,n,{socket:e,peerId:r})}static createSocketService(t){const{peerId:e,meetingId:r,authToken:i}=t.getAllValues(),n=["PING"];return new Ho(t,{peerId:e,meetingId:r,authToken:i,capabilities:n})}};let Go=ms;ll([S.trace("Controller.init")],Go,"init",1);ll([S.trace("setupFlagsmith")],Go,"setupFlagsmith",1);ll([S.trace("Controller.createRoomNodeClient")],Go,"createRoomNodeClient",1);ll([S.trace("Controller.createSocketService")],Go,"createSocketService",1);var w1=Object.defineProperty,I1=Object.getOwnPropertyDescriptor,C1=(t,e,r,i)=>{for(var n=i>1?void 0:i?I1(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&w1(e,r,n),n},ud,wh;class Ey extends zt{constructor(e,r){super(),f(this,ud,void 0),m(this,"meetings",[]),m(this,"parentMeeting",null),f(this,wh,void 0),v(this,wh,e),v(this,ud,r.self)}get supportsConnectedMeetings(){return a(this,ud).id!==""}get isActive(){return this.meetings.length!==0}get currentMeetingId(){return Ne.currentMeetingId}validateConnectedMeetingsAction(){if(!this.supportsConnectedMeetings)throw new Error(`You are not allowed to perform this action.
20
+ maxEnergy: ${a(this,cn)}`),n===-1/0||r<1e-6?{energy:0,isVoice:!1}:((!a(this,_i)||n<a(this,_i))&&v(this,_i,n),(!a(this,cn)||n>a(this,cn))&&v(this,cn,n),{energy:(n-a(this,_i))/(a(this,cn)-a(this,_i))*10||0,isVoice:i})},sd=new WeakSet,fh=function(t){return t<5},vh=new WeakSet,ty=function(t=a(this,ks)){var e;if(!a(this,Nr)||!t){Q.hasFeature(ie.ENABLE_AUDIO_ACTIVITY_DEBUG_LOGS)&&l.debug(`AudioActivityReporter: No producerId or energy to report: ${a(this,Nr)}`);return}const r={producerId:a(this,Nr),energy:Math.round(t),silent:B(e=Ud,sd,fh).call(e,t)};v(this,wo,r.silent),this.reportRequest(r)},Kl=new WeakSet,ug=function(t){const e=Math.log10(t);return Math.round(e)},f(yh,sd),f(yh,Kl);const qO=(t=!1)=>{if("MediaStreamTrackGenerator"in window&&"AudioData"in window)try{const r=new window.MediaStreamTrackGenerator({kind:"audio"}),i=r.writable.getWriter(),n=48e3,s=128,o=1;let c=0,d=null;const h=()=>u(void 0,null,function*(){try{const g=new Float32Array(s*o),y=new window.AudioData({format:"f32",sampleRate:n,numberOfFrames:s,numberOfChannels:o,timestamp:c,data:g});c+=s/n*1e6,yield i.ready,yield i.write(y)}catch{d&&clearInterval(d),i.releaseLock(),r.writable.abort()}});d=window.setInterval(h,100);const p=new MediaStream([r]).getAudioTracks()[0];return p.addEventListener("ended",()=>{d&&clearInterval(d),i.releaseLock(),r.writable.abort()}),p}catch{}const e=window.AudioContext||window.webkitAudioContext;if(e)try{const r=new e;if(!r||r.state!=="running"||!r.destination)return;const i=r.createOscillator();i.frequency.value=0,i.type="sine";const n=r.createGain();n.gain.value=0,i.connect(n);const s=r.createMediaStreamDestination();n.connect(s),i.start();const o=s.stream.getAudioTracks()[0];return o?(o.enabled=t,o):void 0}catch{return}},$O=(t=!1)=>{var e,r;const i=new MediaStream().getVideoTracks()[0],n=document.createElement("canvas");n.height=(e=i==null?void 0:i.getSettings().height)!=null?e:720,n.width=(r=i==null?void 0:i.getSettings().width)!=null?r:1280;const s=n.getContext("2d");s.fillStyle="black",s.fillRect(0,0,n.width,n.height),setInterval(()=>{s.fillStyle="black",s.fillRect(0,0,n.width,n.height)},1e3);const o=n.captureStream().getVideoTracks()[0];return o.enabled=t,o};var JO=Object.defineProperty,KO=Object.getOwnPropertyDescriptor,fe=(t,e,r,i)=>{for(var n=i>1?void 0:i?KO(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&JO(e,r,n),n};const Ir=["video/VP9","video/VP8"];var Sc,Ec,vt,Y,Da,Br,Dt,zn,Yn,Qn,Tc,cr,ui,Oa,Xn,Zn,Ot,jt,Ji,es,zl,hg,Yl,pg,Ql,mg,kc,Xl,Zl,eu,gg,tu,fg,ru,vg,iu,yg,ct,yt,ts,Na,nu,Sg,su,Eg,au,Tg;const ry=(eu=class{constructor(t,e,r){f(this,Ji),f(this,zl),f(this,Yl),f(this,Ql),f(this,kc),f(this,tu),f(this,ru),f(this,iu),f(this,ct),f(this,ts),f(this,nu),f(this,su),f(this,au),m(this,"context"),m(this,"authToken"),m(this,"e2ee"),f(this,Sc,void 0),f(this,Ec,void 0),f(this,vt,void 0),f(this,Y,void 0),f(this,Da,void 0),f(this,Br,void 0),f(this,Dt,void 0),f(this,zn,void 0),f(this,Yn,void 0),f(this,Qn,void 0),f(this,Tc,void 0),f(this,cr,null),f(this,ui,void 0),f(this,Oa,void 0),f(this,Xn,void 0),f(this,Zn,void 0),f(this,Ot,void 0),f(this,jt,void 0);var i,n;this.context=t;const{socket:s}=r;this.mediaJoined=!1,v(this,Xn,new Map([["video/VP9",new Set],["video/VP8",new Set]])),v(this,Zn,new Map([["video/VP9",new Set],["video/VP8",new Set]])),v(this,Br,e),v(this,vt,s),v(this,zn,!1),v(this,Y,new jO(t,s,e)),v(this,Dt,a(this,Y).events),v(this,ui,new Set),v(this,Ot,new Map),v(this,Yn,!1),v(this,Qn,new Gu),e===Ke.CF&&!navigator.isReactNative&&v(this,jt,new yh(a(this,Y).socketHandler.audioActivity.bind(a(this,Y).socketHandler))),this.e2ee=(n=(i=t.getValue("modules").e2ee)==null?void 0:i.enabled)!=null?n:!1,this.handleSocketEvents(),this.handleCallstatsEvents(),v(this,Tc,jh(()=>u(this,null,function*(){if(!a(this,Ji,es).mediaJoinAttempted)return;const{roomJoined:o}=yield this.joinRoom(a(this,Ec),a(this,Sc),!0,!0);o&&(R.emit(M.RESET_PRODUCER_STATE),R.emit(M.ROOM_NODE_RECONNECTED))}),5e3,{leading:!0,maxWait:1e3}))}get peerId(){return this.context.getValue("peerId")}get mediaJoined(){return a(this,Ji,es).mediaJoined}set mediaJoined(t){a(this,Ji,es).mediaJoined=t}reset(){a(this,Y).closeAllProducers(),a(this,Y).closeAllConsumers(),a(this,Ot).clear(),a(this,ui).clear(),v(this,cr,null),a(this,Qn).stop(),a(this,Y).stopAllTransports(),a(this,Y).reset(),v(this,Qn,new Gu)}joinRoom(t,e){return u(this,arguments,function*(r,i,n=!1,s=!1,o={}){a(this,Ji,es).mediaJoinAttempted=!0,v(this,zn,!0),n&&this.reset();try{return yield a(this,Qn).push(()=>B(this,zl,hg).call(this,r,i,s,o),"joinRoom")}catch(c){return l.error("Error in room joining process",{error:c}),R.emit(M.ROOM_NODE_FAILED),{roomJoined:!1}}})}initializeConnection(t,e){return u(this,arguments,function*(r,i,n=!1,s={}){return a(this,cr)?a(this,cr):(v(this,cr,(()=>u(this,null,function*(){try{yield B(this,kc,Xl).call(this,r,i,n,s)}catch(o){throw v(this,cr,null),o}}))()),a(this,cr))})}getConsumers(){return a(this,Y).consumers}leaveRoom(){return u(this,null,function*(){var t;a(this,Y).stopAllTransports(),v(this,Yn,!1),a(this,Ji,es).mediaJoinAttempted=!1;const e={closeRoom:!1};try{const r=yield a(this,vt).sendMessagePromise(a(this,Dt).leaveRoom,J0.toBinary(e));(t=AI.fromBinary(r.payload))!=null&&t.closed||l.warn("weird state on peer closed and should not happen")}catch(r){l.error("error on sending leave room request",{error:r})}K.callEnded(),S.destruct()})}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,Y).createConsumers(t)})}closeConsumers(t){return u(this,null,function*(){if(!t.length)return;const e=t.reduce((r,i)=>{const n=a(this,Y).producerIdToConsumerIdMap.get(i.producerId);return n?(r.push(n),r):(l.warn(`consumer not found in close consumers: ${i.producerId}`),r)},[]);yield a(this,Y).closeConsumers(e)})}_shareWebcam(t,e){return u(this,null,function*(){const r=e==="video/VP9"?ke.WEBCAM:ke.WEBCAM_BACKUP,i=B(this,ct,yt).call(this,r);if(i){const h=yield i;if(a(this,Y).producers.has(h)){const p=a(this,Y).producers.get(h);if(!p.closed)return yield p.replaceTrack({track:t}),yield this.resumeWebcam(r),t;yield this.disableWebcam(e)}return this._shareWebcam(t,e)}const n=B(this,au,Tg).call(this,t,e),s=Ps(this.context,"disableSimulcast"),o=a(this,Br)===Ke.CF?ie.ENABLE_CF_SIMULCAST:ie.ENABLE_HIVE_SIMULCAST;!s&&Q.hasFeature(o)?(l.info(`Simulcast enabled for SFU: ${a(this,Br)}`),n.encodings=PD(t)):l.info(`Simulcast disabled for webcam producer, SFU: ${a(this,Br)}`),Q.hasFeature(ie.TRACK_HINT)&&(n.track.contentHint=Q.getValue(ie.TRACK_HINT));const c=()=>{l.info("Disabling video due to the producer closure"),a(this,Ot).delete(r)},d=a(this,Y).createProducer(n,c);return B(this,ts,Na).call(this,r,d.then(h=>h.id)),d.then(h=>h.track)})}shareWebcam(t){return u(this,null,function*(){if(t===void 0)return null;if(Q.hasFeature(ie.FORCE_VIDEO_CODEC)){const e=Q.getValue(ie.FORCE_VIDEO_CODEC).toString();if(e)return l.debug(`Calling _shareWebcam with forced video codec: ${e}`),this._shareWebcam(t,e)}return yield Promise.all(Ir.map(e=>{var r,i;return((i=(r=a(this,Da).sender)==null?void 0:r.video)==null?void 0:i.codecs.findIndex(n=>n.mimeType===e))>=0&&a(this,Zn).get(e).size>0?(l.debug(`Calling _shareWebcam with video codec: ${e}`),this._shareWebcam(t,e)):t})),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:Re.isElectron()},stopTracks:!1},n=()=>{l.info("Disabling screenShare due to the producer closure"),a(this,Ot).delete(ke.SCREENSHARE_VIDEO),a(this,Ot).delete(ke.SCREENSHARE_AUDIO)},s=a(this,Y).createProducer(i,n);B(this,ts,Na).call(this,ke.SCREENSHARE_VIDEO,s.then(c=>c.id));let o;if(r){const c={track:r,codecOptions:[{name:"opus"}],appData:{screenShare:!0,e2ee:this.e2ee,supportsRemoteControl:Re.isElectron()},stopTracks:!1,zeroRtpOnPause:a(this,Br)!==Ke.CF},d=()=>{};o=a(this,Y).createProducer(c,d),B(this,ts,Na).call(this,ke.SCREENSHARE_AUDIO,o.then(h=>h.id))}yield Promise.all([s,o||Promise.resolve()]),K.screenShareStart()})}shareMic(t){return u(this,null,function*(){try{if(t===void 0)throw new xt("track undefined");const e=B(this,ct,yt).call(this,ke.MIC);if(e){const s=yield e;if(a(this,Y).producers.has(s)){const o=a(this,Y).producers.get(s);if(!o.closed){yield o.replaceTrack({track:t}),yield this.resumeMic(),a(this,jt)&&(a(this,jt).audioTrack=t,a(this,jt).producerId=s,a(this,jt).start());return}yield a(this,Y).closeProducer(s,{stopTrack:!1})}yield this.shareMic(t);return}const r=B(this,su,Eg).call(this,t),i=()=>{a(this,Ot).delete(ke.MIC)},n=a(this,Y).createProducer(r,i);B(this,ts,Na).call(this,ke.MIC,n.then(s=>s.id)),yield n.then(s=>{a(this,jt)&&(a(this,jt).audioTrack=s.track,a(this,jt).producerId=s.id,a(this,jt).start())})}catch(e){throw new w(e)}})}pauseMic(){return u(this,null,function*(){var t;const e=yield B(this,ct,yt).call(this,ke.MIC),r=a(this,Y).producers.get(e);if(!r){l.error("pauseMic::could_not_find_mic_producer");return}if(r.paused){l.info("pauseMic::mic_producer_already_paused");return}r.pause(),(t=a(this,jt))==null||t.stop();const i={producerId:r.id,pause:!0};a(this,vt).sendMessage(a(this,Dt).toggleProducer,Zo.toBinary(i))})}pauseWebcam(){return u(this,null,function*(){const t=yield B(this,ct,yt).call(this,ke.WEBCAM),e=yield B(this,ct,yt).call(this,ke.WEBCAM_BACKUP),r=a(this,Y).producers.get(t),i=a(this,Y).producers.get(e);if(!r&&!i){l.error("pauseWebcam::could_not_find_webcam_producer");return}const n=s=>{const o={producerId:s.id,pause:!0};a(this,vt).sendMessage(a(this,Dt).toggleProducer,Zo.toBinary(o))};r&&(r.pause(),n(r)),i&&(i.pause(),n(i))})}resumeMic(){return u(this,null,function*(){const t=yield B(this,ct,yt).call(this,ke.MIC),e=a(this,Y).producers.get(t);if(!e){l.error("resumeMic::could_not_find_mic_producer");return}if(!e.pause){l.info("resumeMic::mic_producer_already_resumed");return}e.resume(),e.appData.e2ee&&R.emit(M.E2EE_ACTIVE_PRODUCER,e);const r={producerId:e.id,pause:!1};a(this,vt).sendMessage(a(this,Dt).toggleProducer,Zo.toBinary(r))})}resumeWebcam(){return u(this,arguments,function*(t=ke.WEBCAM){const e=yield B(this,ct,yt).call(this,t),r=a(this,Y).producers.get(e);if(!r){l.error("resumeWebcam::could_not_find_webcam_producer");return}if(!r.paused){l.info("resumeWebcam::webcam_producer_already_resumed");return}r.resume(),r.appData.e2ee&&R.emit(M.E2EE_ACTIVE_PRODUCER,r);const i={producerId:r.id,pause:!1};a(this,vt).sendMessage(a(this,Dt).toggleProducer,Zo.toBinary(i))})}disableWebcam(t){return u(this,null,function*(){const e=t==="video/VP9"?ke.WEBCAM:ke.WEBCAM_BACKUP,r=yield B(this,ct,yt).call(this,e);B(this,nu,Sg).call(this,e),r&&(yield a(this,Y).closeProducer(r))})}disableMic(){return u(this,null,function*(){var t;const e=yield B(this,ct,yt).call(this,ke.MIC);e&&(yield a(this,Y).closeProducer(e)),(t=a(this,jt))==null||t.stop(),a(this,Ot).delete(ke.MIC)})}disableScreenShare(){return u(this,null,function*(){l.info("screen_sharing_stopped"),K.screenShareStop();const t=yield B(this,ct,yt).call(this,ke.SCREENSHARE_VIDEO),e=yield B(this,ct,yt).call(this,ke.SCREENSHARE_AUDIO);t&&(yield a(this,Y).closeProducer(t)),e&&(yield a(this,Y).closeProducer(e)),a(this,ui).clear(),a(this,Ot).delete(ke.SCREENSHARE_VIDEO),a(this,Ot).delete(ke.SCREENSHARE_AUDIO)})}muteSelf(){return u(this,null,function*(){this.pauseMic()})}unmuteSelf(){return u(this,null,function*(){})}resetVideoProducers(t,e){return u(this,null,function*(){if(t){const r=yield B(this,ct,yt).call(this,ke.WEBCAM),i=yield B(this,ct,yt).call(this,ke.WEBCAM_BACKUP);yield a(this,Y).closeProducer(r,{stopTrack:!1}),yield a(this,Y).closeProducer(i,{stopTrack:!1}),this.shareWebcam(t)}if(e){const r=yield B(this,ct,yt).call(this,ke.SCREENSHARE_VIDEO);yield a(this,Y).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,Y).socketHandler.changeDisplayName(r)))throw new Error("failed to change display name!")})}kick(t){const e={peerIds:[t]};a(this,Y).socketHandler.kickPeer(e)}kickAll(){a(this,Y).socketHandler.kickAll()}muteAll(t){return u(this,null,function*(){if(!(yield a(this,Y).socketHandler.hostControlForAll("audio")))throw new Error("failed to mute all participant")})}muteAllVideo(){return u(this,null,function*(){if(!(yield a(this,Y).socketHandler.hostControlForAll("video")))throw new Error("failed to mute all video participant")})}disableAudio(t){return u(this,null,function*(){if(!(yield a(this,Y).socketHandler.hostControlForPeer(t,"audio")))throw new Error("failed to mute given participant")})}disableVideo(t){return u(this,null,function*(){if(!(yield a(this,Y).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,vt).sendMessagePromise(a(this,Dt).globalPinPeer,iI.toBinary(e))}catch(r){l.error("Error in pinning peer:",{error:r})}})}validateScreenShare(t){return this.peerId===t.peerId&&a(this,Y).producers.get(t.producerId)&&a(this,ui).add(t.consumerPeerId),a(this,ui).size}switchConsumersToLayer(t,e){return u(this,null,function*(){a(this,Y).switchConsumersToLayer(t,e)})}handleSocketEvents(){return u(this,null,function*(){a(this,vt).on(a(this,Dt).peerProducerCreateBroadcast,({payload:t})=>{var e,r;if(this.mediaJoined)try{const{participantId:i,producerState:n}=oC.fromBinary(t);if(i===this.peerId)return;if(n!=null&&n.mimeType||(n.mimeType=n.kind===Lr.AUDIO?"audio/opus":"video/VP8"),n.kind===Lr.VIDEO&&!n.screenShare&&((r=(e=a(this,Da).receiver)==null?void 0:e.video)==null?void 0:r.codecs.findIndex(s=>s.mimeType===Ir[0]))>=0&&a(this,Xn).get(Ir[0]).has(i)&&n.mimeType!==Ir[0]){l.warn(`Ignoring producer: ${n.producerId}`);return}l.info(`producer created broadcast: ${i}, producer state: ${n}`),R.emit(M.NEW_PRODUCER,{peerId:i,producer:$(V({},n),{kind:n.kind===Lr.AUDIO?"audio":"video",producingPeerId:i})})}catch(i){l.error("error in peer-producer-create-broadcast",{error:i})}}),a(this,vt).on(a(this,Dt).peerProducerToggleBroadcast,({payload:t})=>{if(this.mediaJoined)try{const{participantId:e,initiatorParticipantId:r,producerState:{kind:i,pause:n,producerId:s}}=hm.fromBinary(t),o=i===Lr.AUDIO?"audio":"video";if(l.info(`producer toggle broadcast: ${e}, producerId: ${s}, kind:${o}, paused:${n} payload: ${JSON.stringify(hm.fromBinary(t))}`),e===this.peerId&&r!==this.peerId&&n&&R.emit(o==="audio"?M.MUTE_SELF:M.MUTE_SELF_VIDEO),e===this.peerId)return;R.emit(M.PRODUCER_TOGGLE,{peerId:e,producerId:s,paused:n,kind:o}),Array.from(this.getConsumers().values()).filter(c=>c.producerId===s).forEach(c=>{c.paused!==n&&(l.debug(`consumer state mismatched for ${c.id}. updating consumer pause state ${c.paused} to ${n}`),n?(c.pause(),R.emit(M.CONSUMER_PAUSED,{id:c.id})):(c.resume(),R.emit(M.CONSUMER_RESUMED,{id:c.id})))})}catch(e){l.error("error in producer toggle broadcast handler",{error:e})}}),a(this,vt).on(a(this,Dt).peerLeaveBroadcast,({payload:t})=>{if(this.mediaJoined)try{const{participantId:e}=wu.fromBinary(t);if(e===this.peerId)return;l.info(`peer left broadcast:${e}`),a(this,ui).delete(e),a(this,Y).consumers.forEach(r=>{r.peerId===e&&r.close()}),R.emit(M.PEER_CLOSED,{id:e})}catch(e){l.error("error in peer left broadcast",{error:e})}}),a(this,vt).on(a(this,Dt).peerProducerCloseBroadcast,({payload:t})=>{if(this.mediaJoined)try{const{participantId:e,producerState:{producerId:r}}=lC.fromBinary(t);if(e===this.peerId)return;l.info(`producer closed broadcast:${e}`),R.emit(M.PRODUCER_CLOSED,{peerId:e,producerId:r});const i=a(this,Y).producerIdToConsumerIdMap.get(r);if(!i){l.warn(`no consumer found for producer:${r}`);return}l.info(`closing consumer ${i}, producer id: ${r}`),a(this,Y).closeConsumer(i).then(()=>{l.info(`closed consumer: ${i}`),a(this,Y).producerIdToConsumerIdMap.delete(r),R.emit(M.CONSUMER_CLOSED,{id:i})}).catch(n=>{l.error("error closing consumer",{error:n})})}catch(e){l.error("error on producer close broadcast",{error:e})}}),a(this,vt).on(a(this,Dt).mediaRoomTerminationBroadcastResponse,()=>{!this.mediaJoined&&!a(this,zn)&&!a(this,Yn)||(l.warn("media hub termination broadcast received, rejoining room"),R.emit(M.ROOM_NODE_DISCONNECTED),a(this,Tc).call(this))})})}handleCallstatsEvents(){K.onConsumerScore(t=>{t.forEach((e,r)=>{const i=a(this,Y).consumers.get(r);i&&R.emit(M.CONSUMER_SCORE_UPDATE,{id:r,kind:i.kind,peerId:i.peerId,score:e.score,scoreStats:e})})}),K.onProducerScore(t=>{t.forEach((e,r)=>{const i=Array.from(a(this,Y).producers.values()).find(n=>n.id===r);i&&R.emit(M.PRODUCER_SCORE_UPDATE,{id:r,kind:i.kind,appData:i.appData,score:e.score,scoreStats:e})})})}handlePeerCapabilities(t,e){var r,i,n,s;for(let o=0;o<=Ir.length;o+=1){const c=Ir[o];if(((i=(r=e==null?void 0:e.receiver)==null?void 0:r.video)==null?void 0:i.codecs.findIndex(d=>d.mimeType===c))>=0||o===Ir.length-1){a(this,Zn).get(c).add(t);break}}for(let o=0;o<=Ir.length;o+=1){const c=Ir[o];if(((s=(n=e==null?void 0:e.sender)==null?void 0:n.video)==null?void 0:s.codecs.findIndex(d=>d.mimeType===c))>=0||o===Ir.length-1){a(this,Xn).get(c).add(t);break}}}handlePeerLeaving(t){Q.hasFeature(ie.FORCE_VIDEO_CODEC)||(a(this,Xn).forEach(e=>e.delete(t)),a(this,Zn).forEach((e,r)=>{e.delete(t),e.size===0&&this.disableWebcam(r)}))}},Sc=new WeakMap,Ec=new WeakMap,vt=new WeakMap,Y=new WeakMap,Da=new WeakMap,Br=new WeakMap,Dt=new WeakMap,zn=new WeakMap,Yn=new WeakMap,Qn=new WeakMap,Tc=new WeakMap,cr=new WeakMap,ui=new WeakMap,Oa=new WeakMap,Xn=new WeakMap,Zn=new WeakMap,Ot=new WeakMap,jt=new WeakMap,Ji=new WeakSet,es=function(){return this.context.getValue("connectionHandler")},zl=new WeakSet,hg=function(t,e,r,i){return u(this,null,function*(){v(this,Ec,t);try{return a(this,cr)?yield a(this,cr):yield B(this,kc,Xl).call(this,t,e,r,i),B(this,Ql,mg).call(this,e),{roomJoined:yield B(this,Yl,pg).call(this)}}catch(n){return l.error("Failed to complete room join",{error:n}),{roomJoined:!1}}finally{v(this,cr,null)}})},Yl=new WeakSet,pg=function(){return u(this,null,function*(){try{this.mediaJoined=!0;const{roomState:t}=yield a(this,Y).socketHandler.notifySelfJoinComplete();return v(this,Sc,t.roomUuid),v(this,Yn,!0),v(this,zn,!1),!0}catch(t){return l.error("Error completing room join",{error:t}),this.mediaJoined=!1,!1}})},Ql=new WeakSet,mg=function(t){navigator.product!=="ReactNative"&&setTimeout(()=>{try{const e={userId:this.context.getValue("userId"),peerId:this.peerId,roomUUID:t,roomViewType:"groupCall",deviceInfo:$(V({},Re.getDeviceInfo()),{userAgent:navigator.userAgent,memory:navigator.deviceMemory,cpus:navigator.hardwareConcurrency}),sdkName:this.context.getValue("sdkName"),sdkVersion:this.context.getValue("sdkVersion"),metaData:{},permissions:{}};K.roomJoined(e)}catch(e){l.error("Error reporting room joined analytics",{error:e})}},0)},kc=new WeakSet,Xl=function(t,e,r,i){return u(this,null,function*(){var n,s;try{(s=a(this,Oa))!=null||v(this,Oa,B(n=ry,Zl,gg).call(n));const o=B(this,tu,fg).call(this);yield B(this,ru,vg).call(this,t,e,r,o),yield a(this,Y).setupTransports({send:!0,recv:!0}),yield B(this,iu,yg).call(this,i)}catch(o){throw l.error("Failed to initialize connection",{error:o}),o}})},Zl=new WeakSet,gg=function(){const{ipInfo:t}=ut();if(!(t!=null&&t.loc))return;const[e,r]=t.loc.split(",").map(parseFloat);return{latitude:e,longitude:r}},tu=new WeakSet,fg=function(){var t;const e=(t=Q.getValue(ie.FORCE_VIDEO_CODEC))==null?void 0:t.toString(),r=RO(e);return v(this,Da,r),r},ru=new WeakSet,vg=function(t,e,r,i){return u(this,null,function*(){yield Bv((n,s)=>u(this,null,function*(){if(!a(this,vt).isConnected){s(new Error("Socket is not connected"));return}n>0&&l.warn("Retry: send joinRoom message",{debuggingHint:`Retry attempt ${n}`});try{yield a(this,Y).socketHandler.joinRoom(e,t,i,r,a(this,Oa))}catch(o){throw l.error("Failed to send joinRoom message after retries",{error:o}),o}}),{delayTime:1e3,strategy:"exponential",maxRetryCount:Q.hasFeature(ie.ENABLE_HIVE_INFINITE_RETRIES)?1/0:3})})},iu=new WeakSet,yg=function(t){return u(this,null,function*(){if(!(a(this,Br)===Ke.HIVE||!Q.hasFeature(ie.PRECREATE_PRODUCERS)||!t))try{const e=[];if(t.canProduceVideo===q.Allowed&&e.push(this.shareWebcam($O())),t.canProduceAudio===q.Allowed){const r=qO();r&&e.push(this.shareMic(r))}e.length>0&&(yield Promise.all(e))}catch(e){l.warn("Failed to precreate producers",{error:e})}})},ct=new WeakSet,yt=function(t){return a(this,Ot).get(t)},ts=new WeakSet,Na=function(t,e){return a(this,Ot).set(t,e)},nu=new WeakSet,Sg=function(t){return a(this,Ot).delete(t)},su=new WeakSet,Eg=function(t){return{track:t,encodings:[{priority:"high"}],codecOptions:[{name:"opus"}],appData:{e2ee:this.e2ee},stopTracks:!1,zeroRtpOnPause:a(this,Br)!==Ke.CF}},au=new WeakSet,Tg=function(t,e){return{track:t,codecOptions:[{name:e?e.split("/")[1]:"VP8"}],appData:{screenShare:!1,e2ee:this.e2ee},stopTracks:!1}},f(eu,Zl),eu);let he=ry;fe([S.trace("MediaNodeClient.reset",{country:S.location.country})],he.prototype,"reset",1);fe([S.trace("MediaNodeClient.joinRoom")],he.prototype,"joinRoom",1);fe([S.trace("MediaNodeClient.leaveRoom")],he.prototype,"leaveRoom",1);fe([S.trace("MediaNodeClient.activatePeers")],he.prototype,"activatePeers",1);fe([S.trace("MediaNodeClient.createConsumers")],he.prototype,"createConsumers",1);fe([S.trace("MediaNodeClient.closeConsumers")],he.prototype,"closeConsumers",1);fe([S.trace("MediaNodeClient._shareWebcam")],he.prototype,"_shareWebcam",1);fe([S.trace("MediaNodeClient.shareWebcam")],he.prototype,"shareWebcam",1);fe([S.trace("MediaNodeClient.shareScreen")],he.prototype,"shareScreen",1);fe([S.trace("MediaNodeClient.shareMic")],he.prototype,"shareMic",1);fe([S.trace("MediaNodeClient.pauseMic")],he.prototype,"pauseMic",1);fe([S.trace("MediaNodeClient.pauseWebcam")],he.prototype,"pauseWebcam",1);fe([S.trace("MediaNodeClient.resumeMic")],he.prototype,"resumeMic",1);fe([S.trace("MediaNodeClient.resumeWebcam")],he.prototype,"resumeWebcam",1);fe([S.trace("MediaNodeClient.disableWebcam")],he.prototype,"disableWebcam",1);fe([S.trace("HiveClient.disableMic")],he.prototype,"disableMic",1);fe([S.trace("HiveClient.disableScreenShare")],he.prototype,"disableScreenShare",1);fe([S.trace("MediaNodeClient.muteSelf")],he.prototype,"muteSelf",1);fe([S.trace("MediaNodeClient.resetVideoProducers")],he.prototype,"resetVideoProducers",1);fe([S.trace("MediaNodeClient.changeDisplayName")],he.prototype,"changeDisplayName",1);fe([S.trace("MediaNodeClient.kickPeer")],he.prototype,"kick",1);fe([S.trace("MediaNodeClient.kickAllPeers")],he.prototype,"kickAll",1);fe([S.trace("MediaNodeClient.muteAll")],he.prototype,"muteAll",1);fe([S.trace("MediaNodeClient.muteAllVideo")],he.prototype,"muteAllVideo",1);fe([S.trace("MediaNodeClient.disableAudio")],he.prototype,"disableAudio",1);fe([S.trace("MediaNodeClient.disableVideo")],he.prototype,"disableVideo",1);fe([S.trace("MediaNodeClient.pinPeer")],he.prototype,"pinPeer",1);fe([S.trace("MediaNodeClient.validateScreenShare")],he.prototype,"validateScreenShare",1);function iy(t,e,r){const i=t.getValue("roomNodeClient");if(i){if(i)return i;throw new Error("Room node client already set up.")}const n=new he(t,e,r);return t.setValue("roomNodeClient",n),n}function ny(t){const e=t.getValue("roomNodeClient");try{e==null||e.leaveRoom()}catch{l.error("roomNodeClient::cleanupRoomNodeClient")}t.setValue("roomNodeClient",void 0)}var zO=Object.defineProperty,YO=Object.getOwnPropertyDescriptor,Nn=(t,e,r,i)=>{for(var n=i>1?void 0:i?YO(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&zO(e,r,n),n},Ki,Cr,St,Nt,Ht,kg;const sy=(kg=class{constructor(t,e,r,i){f(this,Nt),m(this,"self"),m(this,"authToken"),f(this,Ki,void 0),m(this,"viewType"),f(this,Cr,void 0),f(this,St,void 0);const{socket:n}=r,s=t.getValue("authToken");this.self=e,v(this,St,t),this.viewType=i,this.authToken=s,v(this,Ki,n),v(this,Cr,r),e.config.viewType!==Ut.Chat&&this.setupEvents()}get peerId(){return a(this,St).getValue("peerId")}get mediaJoined(){return a(this,St).getValue("connectionHandler").mediaJoined}static init(t,e,r,i,n){return u(this,null,function*(){const s=ut(),o=t.getValue("peerId"),c=!!t.getValue("cachedUserDetails"),d=yield it.__init__(t,r,i,n,n.name,c);if(navigator.product!=="ReactNative"){const h=!Q.hasFeature(ie.PRECALL_BANDWIDTH_TEST);setTimeout(()=>u(this,null,function*(){const p=yield d.getAllDevices();l.info("populated_full_device_list",{devices:JSON.stringify(p)}),K.devices("AUDIO",p==null?void 0:p.filter(g=>g.kind==="audioinput")),K.devices("VIDEO",p==null?void 0:p.filter(g=>g.kind==="videoinput")),K.devices("SPEAKER",p==null?void 0:p.filter(g=>g.kind==="audiooutput")),l.info("Callstats:: initializing");try{yield K.initialize({peerId:o,engineName:Re.getDeviceInfo().engineName,env:t.getValue("env"),iceServers:yield s.getICEServers(),apiBase:t.getValue("apiBase"),flags:Q.getAllFlags(),logger:l,apiHostnames:tv(t),skipConnectivityChecks:h}),l.info("Callstats:: initialized")}catch(g){l.error("Callstats:: initialization failed",{error:g})}}),0)}else l.info("Callstats:: Skipped initialization due to navigator product being ReactNative.");return new sy(t,d,e,n.viewType)})}shareMediaTracks(){return u(this,null,function*(){var t;const{audioTrack:e,videoTrack:r,permissions:i,audioEnabled:n,videoEnabled:s,screenShareEnabled:o,screenShareTracks:c}=this.self;if(i.canProduceAudio===q.Allowed&&n)try{yield a(this,Nt,Ht).shareMic(e),this.self.audioEnabled||a(this,Nt,Ht).pauseMic()}catch{this.self.disableAudio()}if(i.canProduceVideo===q.Allowed&&s)try{const d=yield a(this,Nt,Ht).shareWebcam(r);d&&d.id!==r.id&&Q.hasFeature(ie.EXP_RESHARE)&&(yield a(this,Nt,Ht).shareWebcam(d)),this.self.videoEnabled||a(this,Nt,Ht).pauseWebcam()}catch{this.self.disableVideo()}if(i.canProduceScreenshare===q.Allowed&&o)try{yield(t=a(this,Nt,Ht))==null?void 0:t.shareScreen({video:c.video,audio:c.audio})}catch{this.self.disableScreenShare()}})}kickHandler(t){return u(this,null,function*(){let e="kicked";(t==null?void 0:t.kickType)==="kickAll"&&(e="ended"),this.leaveRoom(e)})}waitlistedHandler(){l.info("SelController.waitlisted"),this.self.waitlistStatus="waiting",this.self.roomState="waitlisted",this.self.emit("waitlisted")}waitlistAcceptHandler(){if(l.info("SelController.waitlistAccepted"),this.self.waitlistStatus==="accepted"){l.warn("SelfController.WAITLIST_ACCEPTED.UserAlreadyAccepted");return}this.self.waitlistStatus="accepted",this.joinRoom()}waitlistRejectedHandler(){if(l.info("SelfController.waitlistRejected"),this.self.waitlistStatus==="rejected"){l.warn("SelfController.WAITLIST_REJECTED.UserAlreadyRejected");return}this.self.waitlistStatus="rejected",this.leaveRoom("rejected")}resetSelf(t){return u(this,null,function*(){K.callEnded(),a(this,Nt,Ht).reset(),t&&(yield this.joinRoom(t))})}setupEvents(){R.on(M.RESET_PRODUCER_STATE,()=>u(this,null,function*(){this.mediaJoined&&this.shareMediaTracks()})),R.on(M.ROOM_NODE_RECONNECTED,()=>{this.self.roomState="joined",this.self.emit("roomJoined",{reconnected:!0})}),R.on(M.ROOM_NODE_DISCONNECTED,()=>{this.self.roomState!=="disconnected"&&(this.self.roomState="disconnected",this.self.emit("roomLeft",{state:"disconnected"}))}),R.on(M.ROOM_NODE_FAILED,()=>{this.self.roomState="failed",this.self.emit("roomLeft",{state:"failed"})}),R.on(M.SOCKET_SERVICE_RECONNECTED,({wasJoinAttempted:t})=>{t===!1&&(this.self.roomState="init"),this.resetSelf(t)}),R.on(M.SOCKET_SERVICE_DISCONNECTED,({joinAttempted:t})=>{if(this.self.roomState==="disconnected")return;let{peerId:e}=this;t&&Q.hasFeature(ie.REFRESH_ID_ON_DISCONNECTION)&&(e=As()),a(this,Ki).updateURL(e),S.resetPeerId(e),ut().setHeader("dyte-tracing-id",e),Tn.remapContext(e,a(this,St)),this.self.roomState="disconnected",this.self.emit("roomLeft",{state:"disconnected"})}),R.on(M.SOCKET_SERVICE_FAILED,()=>{this.self.roomState="failed",this.self.emit("roomLeft",{state:"failed"})}),a(this,Cr).on(W.waitingRoomRequestAccepted,()=>{this.waitlistAcceptHandler()}),a(this,Cr).on(Oc.updateUserPreset,t=>{t.updatePeersPresets.forEach(e=>{e.userIds===this.self.userId&&R.emit(M.UPDATE_PERMISSIONS,e.patch)})}),a(this,Cr).on(W.waitingRoomRequestDenied,()=>{this.waitlistRejectedHandler()}),a(this,Cr).on(W.kick,()=>{this.kickHandler({kickType:"kick"})}),a(this,Cr).on(W.kickAll,()=>{this.kickHandler({kickType:"kickAll"})}),R.onAsync(M.JOIN_MEDIA_ROOM,this.joinMediaRoom.bind(this)),R.on(M.PRODUCER_SCORE_UPDATE,({score:t,kind:e,appData:r,scoreStats:i})=>{var n;const s=(n=r==null?void 0:r.screenShare)!=null?n:!1;this.self.emit("mediaScoreUpdate",{kind:e,isScreenshare:s,score:t,participantId:this.self.id,scoreStats:i})}),R.on(M.MUTE_SELF,()=>u(this,null,function*(){this.self.audioEnabled&&(yield this.self.disableAudio(),K.audioOff())})),R.on(M.MUTE_SELF_VIDEO,()=>u(this,null,function*(){this.self.videoEnabled&&(yield this.self.disableVideo(),K.videoOff())})),R.onAsync(M.LEAVE_MEDIA_ROOM,this.leaveMediaRoom.bind(this)),R.on(M.PIP_HANGUP,this.leaveRoom.bind(this))}joinRoom(t=!1){return u(this,null,function*(){try{const{peer:e}=yield a(this,Cr).joinRoom(this.self);a(this,Cr).socket.flush();const r=Kh(e.stageType);if(a(this,St).setValue("stageStatus",r,!1),e.waitlisted){this.waitlistedHandler();return}yield this.joinMediaRoom(t),a(this,St).notify("stageStatus")}catch(e){throw l.error("Error in joinRoom",{error:e}),e}})}leaveRoom(t="left"){return u(this,null,function*(){var e,r;if(t==="rejected"){try{(e=a(this,Ki))==null||e.disconnect()}catch{l.error("SelfController::leaveRoom::socketDisconnect")}this.self.roomState=t,this.self.emit("roomLeft",{state:t});return}this.self.setIsPinned(!1),a(this,St).setValue("stageStatus","OFF_STAGE",!1),yield this.leaveMediaRoom(t),a(this,St).notify("stageStatus");try{(r=a(this,Ki))==null||r.disconnect()}catch{l.error("SelfController::leaveRoom::socketDisconnect")}ny(a(this,St)),Md.cleanup(),this.self.roomState=t,this.self.emit("roomLeft",{state:t})})}joinMediaRoom(t=!1){return u(this,null,function*(){var e,r;const{peerId:i,viewType:n,meetingId:s,stageStatus:o,roomNodeOptions:c}=a(this,St).getAllValues(),{sfu:d}=c;try{if(n===Ut.Livestream){if(o!=="ON_STAGE"){this.self.roomState="joined",this.self.emit("roomJoined",{reconnected:t});return}iy(a(this,St),d,{socket:a(this,Ki),peerId:i})}const{canProduceAudio:h,canProduceVideo:p,canProduceScreenshare:g}=this.self.permissions,{roomJoined:y}=(r=yield(e=a(this,Nt,Ht))==null?void 0:e.joinRoom(this.self.name,s,t,t,{canProduceAudio:h,canProduceVideo:p,canProduceScreenshare:g}))!=null?r:{};if(!y)return;o==="ON_STAGE"&&(yield this.shareMediaTracks()),this.self.roomState="joined",this.self.emit("roomJoined",{reconnected:t})}catch(h){throw l.error("Error:SelfController.mediaRoomJoin",{error:h}),new w("Error: could not join media room","0002")}})}leaveMediaRoom(t){return u(this,null,function*(){const e=a(this,St).getValue("viewType");t!=="connected-meeting"&&(yield this.cleanupSelf()),!(t==="stageLeft"&&e===Ut.Webinar)&&a(this,Nt,Ht)&&(a(this,Nt,Ht).mediaJoined&&t!=="disconnected"&&(yield a(this,Nt,Ht).leaveRoom()),!(t==="stageLeft"&&e===Ut.Livestream)&&(a(this,Nt,Ht).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()})}},Ki=new WeakMap,Cr=new WeakMap,St=new WeakMap,Nt=new WeakSet,Ht=function(){return a(this,St).getValue("roomNodeClient")},kg);let Wi=sy;Nn([S.trace("SelfController.resetSelf")],Wi.prototype,"resetSelf",1);Nn([S.trace("SelfController.setupEvents")],Wi.prototype,"setupEvents",1);Nn([S.trace("SelfController.joinRoom")],Wi.prototype,"joinRoom",1);Nn([S.trace("SelfController.leaveRoom")],Wi.prototype,"leaveRoom",1);Nn([S.trace("SelfController.joinMediaRoom")],Wi.prototype,"joinMediaRoom",1);Nn([S.trace("SelfController.leaveMediaRoom")],Wi.prototype,"leaveMediaRoom",1);Nn([S.trace("SelfController.init")],Wi,"init",1);var ad;class QO{constructor(e){f(this,ad,void 0),v(this,ad,e)}on(e,r){let i;e===W.roomPeerCount?i=gm.fromBinary.bind(gm):i=Im.fromBinary.bind(Im),a(this,ad).on(e,({payload:n})=>{const s=i(n);return r(s)})}}ad=new WeakMap;var od;class XO{constructor(e){f(this,od,void 0),v(this,od,e)}on(e,r){let i,n;switch(e){case W.transcript:{i=bl.fromBinary.bind(bl),n=bl.create();break}default:{l.debug("AISocketHandler switch case hit default, event not accounted for.");break}}a(this,od).on(e,({payload:s})=>{let o=n;try{o=i(s)}catch(c){l.error("chatSocketHandler::on::binary_decode_error",{error:c})}return r(o)})}}od=new WeakMap;var ZO=Object.defineProperty,e1=Object.getOwnPropertyDescriptor,ap=(t,e,r,i)=>{for(var n=i>1?void 0:i?e1(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&ZO(e,r,n),n},wi;class ol{constructor(e){f(this,wi,void 0),v(this,wi,e)}getPolls(){return a(this,wi).sendMessagePromise($r.getPolls)}createPoll(e,r,i=!1,n=!1){const s={anonymous:i,hideVotes:n,question:e,options:r};return a(this,wi).sendMessage($r.createPoll,XM.toBinary(s))}votePoll(e,r){const i={index:r,pollId:e};return a(this,wi).sendMessage($r.votePoll,eA.toBinary(i))}on(e,r){let i,n;switch(e){case $r.updatePoll:case $r.createPoll:case $r.votePoll:{i=Rl.fromBinary.bind(Rl),n=Rl.create();break}}a(this,wi).on(e,({payload:s})=>{let o=n;try{o=i(s)}catch(c){l.error("pollSocketHandler::on::binary_decode_error",{error:c})}return r(o)})}removeListeners(e){a(this,wi).removeListeners(e)}}wi=new WeakMap;ap([S.trace("PollSocketHandler.getPolls")],ol.prototype,"getPolls",1);ap([S.trace("PollSocketHandler.createPoll")],ol.prototype,"createPoll",1);ap([S.trace("PollSocketHandler.votePoll")],ol.prototype,"votePoll",1);var $t;class t1{constructor(e){f(this,$t,void 0),v(this,$t,e)}getStageRequests(){return u(this,null,function*(){const{payload:e}=yield a(this,$t).sendMessagePromise(W.getStageRequests);return e?Pl.fromBinary(e):{stageRequests:[]}})}requestAccess(){a(this,$t).sendMessage(W.requestStageAccess)}cancelRequestAccess(){a(this,$t).sendMessage(W.cancelStageRequest)}grantAccess(e){return u(this,null,function*(){const r={userIds:e};a(this,$t).sendMessage(W.grantStageAccess,jM.toBinary(r))})}denyAccess(e){return u(this,null,function*(){const r={userIds:e};a(this,$t).sendMessage(W.denyStageAccess,GM.toBinary(r))})}joinStage(){return a(this,$t).sendMessagePromise(W.joinStage,void 0,void 0,W.peerStageStatusUpdate)}leaveStage(e){const r={userIds:[e]};return a(this,$t).sendMessagePromise(W.leaveStage,Pm.toBinary(r),void 0,W.peerStageStatusUpdate)}kick(e){const r={userIds:e};return a(this,$t).sendMessagePromise(W.leaveStage,Pm.toBinary(r))}on(e,r){let i;switch(e){case W.grantStageAccess:case W.denyStageAccess:{i=void 0;break}case W.getStagePeers:{i=Cm.fromBinary.bind(Cm);break}case W.getStageRequests:case W.requestStageAccess:case W.cancelStageRequest:{i=Pl.fromBinary.bind(Pl);break}case W.peerStageStatusUpdate:{i=mm.fromBinary.bind(mm);break}}a(this,$t).on(e,({payload:n,id:s})=>{if(!n||!i)return r(void 0,s);const o=i(n);return r(o,s)})}getPeerInfo(e){return u(this,null,function*(){const r=yield a(this,$t).sendMessagePromise(W.getPeerInfo,uv.toBinary({peerId:e}));return rs.fromBinary(r.payload)})}}$t=new WeakMap;var et;class r1{constructor(e){f(this,et,void 0),v(this,et,e)}addPlugin(e,r){a(this,et).sendMessage(z.addPlugin,sM.toBinary({pluginId:e,staggered:r}))}removePlugin(e){a(this,et).sendMessage(z.removePlugin,oM.toBinary({pluginId:e,staggered:!1}))}getActivePlugins(){return u(this,null,function*(){const{payload:e}=yield a(this,et).sendMessagePromise(z.getPlugins);return e?MM.fromBinary(e):{plugins:[]}})}customPluginEventToRoom(e,r,i){const n={pluginId:e,pluginData:new TextEncoder().encode(JSON.stringify(r))};a(this,et).sendMessage(z.customPluginEventToRoom,vM.toBinary(n),i)}customPluginEventToPeers(e,r,i,n){const s={pluginId:e,peerIds:r,pluginData:new TextEncoder().encode(JSON.stringify(i))};a(this,et).sendMessage(z.customPluginEventToPeers,SM.toBinary(s),n)}enablePluginForRoom(e,r){a(this,et).sendMessage(z.enablePluginForRoom,dM.toBinary({pluginId:e}),r)}enablePluginForPeers(e,r,i){a(this,et).sendMessage(z.enablePluginForPeers,pM.toBinary({pluginId:e,peerIds:r}),i)}disablePluginForRoom(e,r){a(this,et).sendMessage(z.disablePluginForRoom,uM.toBinary({pluginId:e}),r)}disablePluginForPeers(e,r,i){a(this,et).sendMessage(z.disablePluginForPeers,gM.toBinary({pluginId:e,peerIds:r}),i)}storeInsertKeys(e,r,i,n){const s={pluginId:e,storeName:r,insertKeys:i.map(o=>({storeKey:o.key,payload:new TextEncoder().encode(JSON.stringify(o.payload))}))};a(this,et).sendMessage(z.storeInsertKeys,km.toBinary(s),n)}storeGetKeys(e,r,i,n){const s={pluginId:e,storeName:r,getKeys:i.map(o=>({storeKey:o.key}))};a(this,et).sendMessage(z.storeGetKeys,bM.toBinary(s),n)}storeDeleteKeys(e,r,i,n){const s={pluginId:e,storeName:r,deleteKeys:i.map(o=>({storeKey:o.key}))};a(this,et).sendMessage(z.storeDeleteKeys,wM.toBinary(s),n)}storeDelete(e,r,i){a(this,et).sendMessage(z.storeDelete,CM.toBinary({pluginId:e,storeName:r}),i)}getPluginDataOld(e,r){l.info("getPluginDataOld",{plugin:{id:e,storeName:r}})}storePluginDataOld(e,r,i){const n={pluginId:e,storeName:r,insertKeys:[{storeKey:i.key,payload:new TextEncoder().encode(JSON.stringify(i))}]};a(this,et).sendMessage(z.storeInsertKeys,km.toBinary(n))}on(e,r){let i;switch(e){case z.addPlugin:case z.enablePluginForPeers:case z.enablePluginForRoom:{i=Ru.fromBinary.bind(Ru);break}case z.removePlugin:case z.disablePluginForPeers:case z.disablePluginForRoom:{i=bm.fromBinary.bind(bm);break}case z.customPluginEventToPeers:case z.customPluginEventToRoom:{i=wm.fromBinary.bind(wm);break}case z.storeInsertKeys:case z.storeGetKeys:case z.storeDeleteKeys:case z.storeDelete:{i=_m.fromBinary.bind(_m);break}}a(this,et).on(e,({payload:n,id:s})=>{const o=i(n);return r(o,s)})}}et=new WeakMap;var i1=Object.defineProperty,n1=(t,e,r)=>e in t?i1(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,s1=(t,e,r)=>(n1(t,typeof e!="symbol"?e+"":e,r),r),op=(t,e,r)=>{if(!e.has(t))throw TypeError("Cannot "+r)},L=(t,e,r)=>(op(t,e,"read from private field"),r?r.call(t):e.get(t)),Ce=(t,e,r)=>{if(e.has(t))throw TypeError("Cannot add the same private member more than once");e instanceof WeakSet?e.add(t):e.set(t,r)},ue=(t,e,r,i)=>(op(t,e,"write to private field"),i?i.call(t,r):e.set(t,r),r),De=(t,e,r)=>(op(t,e,"access private method"),r),Fd={},a1={get exports(){return Fd},set exports(t){Fd=t}},bs=typeof Reflect=="object"?Reflect:null,bg=bs&&typeof bs.apply=="function"?bs.apply:function(t,e,r){return Function.prototype.apply.call(t,e,r)},cd;bs&&typeof bs.ownKeys=="function"?cd=bs.ownKeys:Object.getOwnPropertySymbols?cd=function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:cd=function(t){return Object.getOwnPropertyNames(t)};function o1(t){console&&console.warn&&console.warn(t)}var ay=Number.isNaN||function(t){return t!==t};function ge(){ge.init.call(this)}a1.exports=ge;Fd.once=u1;ge.EventEmitter=ge;ge.prototype._events=void 0;ge.prototype._eventsCount=0;ge.prototype._maxListeners=void 0;var _g=10;function cl(t){if(typeof t!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof t)}Object.defineProperty(ge,"defaultMaxListeners",{enumerable:!0,get:function(){return _g},set:function(t){if(typeof t!="number"||t<0||ay(t))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+t+".");_g=t}});ge.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};ge.prototype.setMaxListeners=function(t){if(typeof t!="number"||t<0||ay(t))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+t+".");return this._maxListeners=t,this};function oy(t){return t._maxListeners===void 0?ge.defaultMaxListeners:t._maxListeners}ge.prototype.getMaxListeners=function(){return oy(this)};ge.prototype.emit=function(t){for(var e=[],r=1;r<arguments.length;r++)e.push(arguments[r]);var i=t==="error",n=this._events;if(n!==void 0)i=i&&n.error===void 0;else if(!i)return!1;if(i){var s;if(e.length>0&&(s=e[0]),s instanceof Error)throw s;var o=new Error("Unhandled error."+(s?" ("+s.message+")":""));throw o.context=s,o}var c=n[t];if(c===void 0)return!1;if(typeof c=="function")bg(c,this,e);else for(var d=c.length,h=hy(c,d),r=0;r<d;++r)bg(h[r],this,e);return!0};function cy(t,e,r,i){var n,s,o;if(cl(r),s=t._events,s===void 0?(s=t._events=Object.create(null),t._eventsCount=0):(s.newListener!==void 0&&(t.emit("newListener",e,r.listener?r.listener:r),s=t._events),o=s[e]),o===void 0)o=s[e]=r,++t._eventsCount;else if(typeof o=="function"?o=s[e]=i?[r,o]:[o,r]:i?o.unshift(r):o.push(r),n=oy(t),n>0&&o.length>n&&!o.warned){o.warned=!0;var c=new Error("Possible EventEmitter memory leak detected. "+o.length+" "+String(e)+" listeners added. Use emitter.setMaxListeners() to increase limit");c.name="MaxListenersExceededWarning",c.emitter=t,c.type=e,c.count=o.length,o1(c)}return t}ge.prototype.addListener=function(t,e){return cy(this,t,e,!1)};ge.prototype.on=ge.prototype.addListener;ge.prototype.prependListener=function(t,e){return cy(this,t,e,!0)};function c1(){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 dy(t,e,r){var i={fired:!1,wrapFn:void 0,target:t,type:e,listener:r},n=c1.bind(i);return n.listener=r,i.wrapFn=n,n}ge.prototype.once=function(t,e){return cl(e),this.on(t,dy(this,t,e)),this};ge.prototype.prependOnceListener=function(t,e){return cl(e),this.prependListener(t,dy(this,t,e)),this};ge.prototype.removeListener=function(t,e){var r,i,n,s,o;if(cl(e),i=this._events,i===void 0)return this;if(r=i[t],r===void 0)return this;if(r===e||r.listener===e)--this._eventsCount===0?this._events=Object.create(null):(delete i[t],i.removeListener&&this.emit("removeListener",t,r.listener||e));else if(typeof r!="function"){for(n=-1,s=r.length-1;s>=0;s--)if(r[s]===e||r[s].listener===e){o=r[s].listener,n=s;break}if(n<0)return this;n===0?r.shift():d1(r,n),r.length===1&&(i[t]=r[0]),i.removeListener!==void 0&&this.emit("removeListener",t,o||e)}return this};ge.prototype.off=ge.prototype.removeListener;ge.prototype.removeAllListeners=function(t){var e,r,i;if(r=this._events,r===void 0)return this;if(r.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):r[t]!==void 0&&(--this._eventsCount===0?this._events=Object.create(null):delete r[t]),this;if(arguments.length===0){var n=Object.keys(r),s;for(i=0;i<n.length;++i)s=n[i],s!=="removeListener"&&this.removeAllListeners(s);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if(e=r[t],typeof e=="function")this.removeListener(t,e);else if(e!==void 0)for(i=e.length-1;i>=0;i--)this.removeListener(t,e[i]);return this};function ly(t,e,r){var i=t._events;if(i===void 0)return[];var n=i[e];return n===void 0?[]:typeof n=="function"?r?[n.listener||n]:[n]:r?l1(n):hy(n,n.length)}ge.prototype.listeners=function(t){return ly(this,t,!0)};ge.prototype.rawListeners=function(t){return ly(this,t,!1)};ge.listenerCount=function(t,e){return typeof t.listenerCount=="function"?t.listenerCount(e):uy.call(t,e)};ge.prototype.listenerCount=uy;function uy(t){var e=this._events;if(e!==void 0){var r=e[t];if(typeof r=="function")return 1;if(r!==void 0)return r.length}return 0}ge.prototype.eventNames=function(){return this._eventsCount>0?cd(this._events):[]};function hy(t,e){for(var r=new Array(e),i=0;i<e;++i)r[i]=t[i];return r}function d1(t,e){for(;e+1<t.length;e++)t[e]=t[e+1];t.pop()}function l1(t){for(var e=new Array(t.length),r=0;r<e.length;++r)e[r]=t[r].listener||t[r];return e}function u1(t,e){return new Promise(function(r,i){function n(o){t.removeListener(e,s),i(o)}function s(){typeof t.removeListener=="function"&&t.removeListener("error",n),r([].slice.call(arguments))}py(t,e,s,{once:!0}),e!=="error"&&h1(t,n,{once:!0})})}function h1(t,e,r){typeof t.on=="function"&&py(t,"error",e,r)}function py(t,e,r,i){if(typeof t.on=="function")i.once?t.once(e,r):t.on(e,r);else if(typeof t.addEventListener=="function")t.addEventListener(e,function n(s){i.once&&t.removeEventListener(e,n),r(s)});else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof t)}class p1 extends E{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 wg=new p1;class my{static encode(e){return wg.toBinary(e)}static decode(e){return wg.fromBinary(new Uint8Array(e))}}function m1(t,e){return Math.floor(Math.random()*(e-t+1)+t)}var Ii;class g1{constructor(e={}){s1(this,"opts"),Ce(this,Ii,void 0),this.opts={initialTimeout:e.initialTimeout||1e3,maxTimeout:e.maxTimeout||1e4,factor:e.factor||2},ue(this,Ii,0)}wait(){return u(this,null,function*(){ue(this,Ii,L(this,Ii)+1);const e=m1(0,Math.min(this.opts.maxTimeout,this.opts.initialTimeout*MS(2,L(this,Ii))));yield new Promise(r=>{setTimeout(r,e)})})}getAttempts(){return L(this,Ii)}reset(){ue(this,Ii,0)}}Ii=new WeakMap;const hi={debug:0,info:1,warn:2,error:3};var dn,ln;class f1{constructor(e){Ce(this,dn,void 0),Ce(this,ln,void 0),ue(this,dn,console),ue(this,ln,e)}debug(...e){hi[L(this,ln)]>hi.debug||L(this,dn).debug("[Sockrates]:",...e)}info(...e){hi[L(this,ln)]>hi.info||L(this,dn).info("[Sockrates]:",...e)}warn(...e){hi[L(this,ln)]>hi.warn||L(this,dn).warn("[Sockrates]:",...e)}error(...e){hi[L(this,ln)]>hi.error||L(this,dn).error("[Sockrates]:",...e)}}dn=new WeakMap,ln=new WeakMap;var gy=(t=>(t[t.CONNECTING=0]="CONNECTING",t[t.OPEN=1]="OPEN",t[t.CLOSING=2]="CLOSING",t[t.CLOSED=3]="CLOSED",t))(gy||{});const v1="2",y1="3";var Ue,hs,Ae,Ge,Ci,tt,Xr,Oi,vr,ps,qr,Sh,fy,uo,dd,Eh,vy,Th,Ig,Bd,kh,bh,yy,Io,ld,Co,Wd,jd,_h,_s,Po,Ro,Hd;class S1{constructor(e,r){var i;Ce(this,Sh),Ce(this,uo),Ce(this,Eh),Ce(this,Th),Ce(this,Bd),Ce(this,bh),Ce(this,Io),Ce(this,Co),Ce(this,jd),Ce(this,_s),Ce(this,Ro),Ce(this,Ue,void 0),Ce(this,hs,void 0),Ce(this,Ae,void 0),Ce(this,Ge,void 0),Ce(this,Ci,void 0),Ce(this,tt,void 0),Ce(this,Xr,void 0),Ce(this,Oi,void 0),Ce(this,vr,void 0),Ce(this,ps,void 0),Ce(this,qr,void 0);var n,s,o,c,d,h,p,g,y;ue(this,hs,e),ue(this,Ci,[]),ue(this,tt,new Fd),ue(this,Xr,!0),ue(this,vr,!1),ue(this,Ae,r!=null?r:{}),(n=L(this,Ae)).autoReconnect!=null||(n.autoReconnect=!0),(s=L(this,Ae)).retryConnectionInterval!=null||(s.retryConnectionInterval=1e3),(o=L(this,Ae)).pingTimeout!=null||(o.pingTimeout=3e4),(c=L(this,Ae)).connectionTimeout!=null||(c.connectionTimeout=5e3),(d=L(this,Ae)).debug!=null||(d.debug=!0),(h=L(this,Ae)).maxReconnectionAttempts!=null||(h.maxReconnectionAttempts=10),(p=L(this,Ae)).disconnectOnPingTimeout!=null||(p.disconnectOnPingTimeout=!0),(g=L(this,Ae)).queueOnDisconnect!=null||(g.queueOnDisconnect=!1),(y=L(this,Ae)).flushOnReconnect!=null||(y.flushOnReconnect=!1),ue(this,Oi,{code:void 0,reason:void 0}),ue(this,Ge,(i=L(this,Ae).logger)!=null?i:new f1(L(this,Ae).debug?"debug":"info")),ue(this,qr,new g1)}get readyState(){var e;return(e=L(this,Ue))==null?void 0:e.readyState}get url(){return L(this,hs)}updateURL(e){ue(this,hs,e),De(this,bh,yy).call(this)}get config(){return L(this,Ae)}get sendQueue(){return L(this,Ci)}flush(){if(!L(this,Ae).queueOnDisconnect)return!1;const e=[];return L(this,Ci).forEach(r=>{this.send(r.event,r.id,r.payload,r.metadata)||e.push(r)}),ue(this,Ci,e),L(this,Ci)}connect(e=!1){return u(this,null,function*(){if(!e&&[0,1].includes(this.readyState)){L(this,Ge).debug("Websocket was already connecting or connected.");return}if(L(this,Xr)!==!1)return new Promise((r,i)=>{De(this,_s,Po).call(this),De(this,Ro,Hd).call(this);try{ue(this,Ue,new WebSocket(De(this,Sh,fy).call(this,L(this,hs)))),L(this,Ue).binaryType="arraybuffer",L(this,Ge).debug("Connecting");const n=setTimeout(()=>{L(this,Ge).debug("Connection timeout. Closing socket"),ue(this,Xr,!0),De(this,Ro,Hd).call(this),L(this,Ue).close(3001,"Connection Timeout"),L(this,Ae).autoReconnect&&!L(this,vr)&&(L(this,tt).emit("reconnecting"),De(this,Io,ld).call(this)),i(new Error("Connection timed out!"))},L(this,Ae).connectionTimeout);L(this,Ue).onopen=()=>{L(this,Ge).debug(`Ready State: ${gy[L(this,Ue).readyState]}`),n&&clearTimeout(n),De(this,jd,_h).call(this),ue(this,Oi,{code:void 0,reason:void 0}),L(this,tt).emit("connected"),L(this,Ae).flushOnReconnect&&this.flush(),r()},L(this,Ue).onclose=s=>{try{n&&clearTimeout(n);const{code:o,reason:c}=s;i(c),L(this,Ge).debug("Socket closed. Close event:",{event:s}),L(this,Ge).debug(`Connection closed code: ${o}`),L(this,Ge).debug(`Connection closed reason: ${c}`),L(this,vr)||De(this,Bd,kh).call(this,o,c)}catch(o){De(this,uo,dd).call(this,o)}},L(this,Ue).onerror=s=>{De(this,uo,dd).call(this,s)},L(this,Ue).onmessage=s=>De(this,Eh,vy).call(this,s)}catch(n){De(this,uo,dd).call(this,n,i)}})})}send(e,r,i,n){const s={event:e,id:r,payload:i,metadata:n};if(L(this,Ae).queueOnDisconnect&&(!L(this,Ue)||L(this,Ue).readyState!==1))return L(this,Ge).debug("Queuing message since socket is not connected!",s),L(this,Ci).push(s),!1;const o=my.encode(s);return De(this,Co,Wd).call(this,o)}emit(e,r,i,n){return this.send(e,r,i,n)}sendRaw(e){return De(this,Co,Wd).call(this,e)}receive(e,r){return L(this,tt).on(e.toString(),r)}on(e,r){if(typeof e=="string"&&(e==="connected"||e==="disconnected"||e==="errored"||e==="reconnected"||e==="reconnecting"||e==="reconnectAttempt"||e==="reconnectFailure"||e==="failed")){L(this,tt).on(e,r);return}this.receive(e,r)}removeAllListeners(){L(this,tt).removeAllListeners()}removeReceiver(e,r){this.removeListener(e,r)}removeListener(e,r){L(this,tt).removeListener(e.toString(),r)}removeReceivers(e){this.removeListeners(e)}removeListeners(e){L(this,tt).listeners(e.toString()).map(r=>this.removeListener(e,r))}disconnect(){ue(this,Xr,!1),De(this,_s,Po).call(this),this.removeAllListeners(),ue(this,Oi,{code:1e3,reason:"Sockrates disconnect method called"}),L(this,Ue).close(1e3,"Sockrates disconnect method called.")}}Ue=new WeakMap,hs=new WeakMap,Ae=new WeakMap,Ge=new WeakMap,Ci=new WeakMap,tt=new WeakMap,Xr=new WeakMap,Oi=new WeakMap,vr=new WeakMap,ps=new WeakMap,qr=new WeakMap,Sh=new WeakSet,fy=function(t){if(t.startsWith("ws://")||t.startsWith("wss://"))return t;if(t.startsWith("https://"))return`wss://${t.substring(8)}`;if(t.startsWith("http://"))return`ws://${t.substring(7)}`;throw new Error("Invalid URL. URL must start with http(s):// or ws(s)://.")},uo=new WeakSet,dd=function(t,e){L(this,Ge).error("Error:",{error:t}),L(this,tt).emit("errored",{error:t}),e==null||e(t)},Eh=new WeakSet,vy=function(t){if(De(this,jd,_h).call(this),t.data===v1){L(this,Ge).debug("Received ping from server"),De(this,Co,Wd).call(this,y1);return}const e=my.decode(t.data),{id:r,payload:i}=e;L(this,Ge).debug("Received message",{event:e.event,messageID:r}),L(this,tt).emit(e.event.toString(),{id:r,payload:i})},Th=new WeakSet,Ig=function(){return L(this,Ue).readyState===1},Bd=new WeakSet,kh=function(t,e){ue(this,Oi,{reason:e,code:t}),L(this,tt).emit("disconnected",{code:t,reason:e})},bh=new WeakSet,yy=function(){const{reason:t,code:e}=L(this,Oi);e&&e!==1e3&&L(this,Xr)&&L(this,Ae).autoReconnect&&!L(this,vr)&&(L(this,Ge).debug(`Triggering reconnection due to ${t}.`),L(this,tt).emit("reconnecting"),De(this,Io,ld).call(this))},Io=new WeakSet,ld=function(t=!0){return u(this,null,function*(){if(t&&L(this,vr)){L(this,Ge).debug("Reconnect called when already in a reconnect loop. Ignoring.");return}if(L(this,vr)||L(this,qr).reset(),L(this,Ae).maxReconnectionAttempts!==null&&L(this,qr).getAttempts()>=L(this,Ae).maxReconnectionAttempts){L(this,tt).emit("failed"),ue(this,vr,!1);return}ue(this,vr,!0),De(this,Ro,Hd).call(this),De(this,_s,Po).call(this);try{if(yield L(this,qr).wait(),L(this,Xr)===!1)return;if(L(this,Ge).debug(`Reconnection attempt ${L(this,qr).getAttempts()}`),L(this,tt).emit("reconnectAttempt",{attempt:L(this,qr).getAttempts()}),yield this.connect(),!De(this,Th,Ig).call(this))throw Error("Reconnect Failed");ue(this,vr,!1),ue(this,Oi,{code:void 0,reason:void 0}),L(this,tt).emit("reconnected")}catch{L(this,Ge).debug("Failed to reconnect."),L(this,tt).emit("reconnectFailure",{attempt:L(this,qr).getAttempts()}),De(this,Io,ld).call(this,!1)}})},Co=new WeakSet,Wd=function(t){try{return L(this,Ue).send(t),!0}catch(e){return L(this,Ge).error(e.message),!1}},jd=new WeakSet,_h=function(){this.config.disconnectOnPingTimeout&&(L(this,Ge).debug("Resetting ping timeout"),De(this,_s,Po).call(this),ue(this,ps,setTimeout(()=>{var t;L(this,Ge).debug("Disconnecting the socket due to ping timeout"),ue(this,Xr,!0);const e=3002,r="Ping timeout";(t=L(this,Ue))==null||t.close(e,r),De(this,Bd,kh).call(this,e,r)},L(this,Ae).pingTimeout)))},_s=new WeakSet,Po=function(){L(this,ps)&&(clearTimeout(L(this,ps)),ue(this,ps,void 0))},Ro=new WeakSet,Hd=function(){L(this,Ue)&&(L(this,Ue).onopen=void 0,L(this,Ue).onerror=void 0,L(this,Ue).onmessage=void 0,L(this,Ue).onclose=void 0)};var E1=Object.defineProperty,T1=Object.getOwnPropertyDescriptor,dl=(t,e,r,i)=>{for(var n=i>1?void 0:i?T1(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&E1(e,r,n),n};const Cg=65535,k1=3e3;var zi,Le,Ve,Be,dr,pi,bc,ou,_c,cu,Pg;const Sy=(Pg=class{constructor(t,{peerId:e,meetingId:r,authToken:i,capabilities:n}){f(this,Ve),f(this,bc),f(this,_c),f(this,zi,void 0),f(this,Le,void 0),m(this,"roomName"),m(this,"authToken"),m(this,"capabilities"),f(this,dr,void 0),f(this,pi,void 0);var s;if(!e||!r||!i)throw new w("peerId, meetingId, or authToken can not be empty","0404");v(this,dr,void 0),v(this,pi,t),this.capabilities=n,this.roomName=r,this.authToken=i,v(this,zi,B(this,bc,ou).call(this,e)),v(this,Le,new S1(a(this,zi),{autoReconnect:!0,disconnectOnPingTimeout:(s=n.includes("PING"))!=null?s:!1,queueOnDisconnect:!0,flushOnReconnect:!1,logger:l})),this.handleSocketConnectionEvents()}get joinAttempted(){return a(this,Ve,Be).socketJoinAttempted}set joinAttempted(t){a(this,Ve,Be).socketJoinAttempted=t}get peerId(){return a(this,pi).getValue("peerId")}updateURL(t){t!==this.peerId&&(v(this,zi,B(this,bc,ou).call(this,t)),l.debug("SocketService:: Connection URL updated.")),a(this,Le).updateURL(a(this,zi))}static getSocketEdgeDomain(t){return Es({servicePrefix:"socket-edge",baseURI:t})}get url(){return a(this,zi)}connect(){return u(this,null,function*(){a(this,Ve,Be).socketJoinAttempted=!0,yield a(this,Le).connect(),a(this,Ve,Be).socketJoinAttempted=!0,a(this,Ve,Be).socketState={state:"connected",reconnected:!1,reconnectionAttempt:void 0}})}disconnect(){return u(this,null,function*(){a(this,Ve,Be).socketJoinAttempted=!1,a(this,Le).disconnect(),a(this,Ve,Be).socketJoinAttempted=!0,a(this,Ve,Be).socketState={state:"disconnected",reconnected:!1,reconnectionAttempt:void 0}})}get isConnected(){try{return a(this,Le).readyState===1}catch{return!1}}sendMessage(t,e,r){const i={};return S.injectContext(i),a(this,Le).send(t,r!=null?r:B(this,_c,cu).call(this),e,new TextEncoder().encode(JSON.stringify(i)))}sendMessagePromise(t,e,r,i){const n=parseInt({}.SOCKET_SERVICE_MESSAGE_REQUEST_TIMEOUT,10)||2e4;return this.sendMessagePromiseWithTimeout({event:t,timeout:n,protobuf:e,messageId:r,resp:i})}sendMessagePromiseWithTimeout({event:t,timeout:e,protobuf:r,messageId:i,resp:n}){const s=n!=null?n:t;return new Promise((o,c)=>{const d=(T,b)=>{a(this,Le).removeListener(s,T),a(this,Le).removeListener(Cg,b),a(this,Le).removeListener(rr.errorResponse,b),a(this,Le).removeListener(yr.errorResponse,b)},h=i!=null?i:B(this,_c,cu).call(this),p={};S.injectContext(p);const g=({id:T,payload:b})=>{if(h===T){let D;try{const P=TI.fromBinary(b);D=new Error(P.errorMessage)}catch(P){D=new Error("failed to parse error message",{cause:P});try{const x=kC.fromBinary(b);D=new Error(x.message)}catch(x){D=new Error("failed to parse error message",{cause:x})}}c(D),d(y,g)}},y=({id:T,payload:b})=>{h===T&&(o({id:T,payload:b}),d(y,g))};a(this,Le).on(s,y),a(this,Le).on(Cg,g),a(this,Le).on(rr.errorResponse,g),a(this,Le).on(yr.errorResponse,g),setTimeout(()=>{d(y,g),c(new Error(`request timeout for callback eventId:${t}`))},e),a(this,Le).send(t,h,r,new TextEncoder().encode(JSON.stringify(p)))})}on(t,e){a(this,Le).on(t,e)}onStateEvent(t,e){a(this,Le).on(t,e)}removeListener(t,e){a(this,Le).removeListener(t,e)}removeListeners(t){a(this,Le).removeListeners(t)}flush(){return a(this,Le).flush()}handleSocketConnectionEvents(){this.onStateEvent("connected",()=>u(this,null,function*(){l.info("SocketService::Connected to socket-edge"),a(this,dr)&&(clearTimeout(a(this,dr)),v(this,dr,void 0)),a(this,Ve,Be).updateSocketConnectionState("connected")})),this.onStateEvent("disconnected",({code:t,reason:e})=>{var r;l.info("SocketService::Disconnected from socket-edge",{error:{code:t,reason:e},country:S.location.country});const{recv:i,send:n}=(r=a(this,Ve,Be).mediaState)!=null?r:{};i!=null&&i.state&&(i==null?void 0:i.state)!==Ms.CONNECTED||n!=null&&n.state&&(n==null?void 0:n.state)!==Ms.CONNECTED?R.emit(M.SOCKET_SERVICE_DISCONNECTED,{joinAttempted:a(this,Ve,Be).joinAttempted}):v(this,dr,setTimeout(()=>{R.emit(M.SOCKET_SERVICE_DISCONNECTED,{joinAttempted:a(this,Ve,Be).joinAttempted}),v(this,dr,void 0)},k1)),a(this,Ve,Be).updateSocketConnectionState("disconnected")}),this.onStateEvent("reconnecting",()=>u(this,null,function*(){l.info("SocketService::Reconnecting to socket-edge",{country:S.location.country}),a(this,Ve,Be).updateSocketConnectionState("reconnecting")})),this.onStateEvent("reconnectAttempt",t=>u(this,[t],function*({attempt:e}){l.info("SocketService::Attempting to reconnect to socket-edge",{socket:{retryAttempt:e}}),a(this,Ve,Be).updateSocketConnectionState("reconnectAttempt",e)})),this.onStateEvent("reconnectFailure",({attempt:t})=>{l.info("SocketService::Reconnect attempt to socket-edge failed",{socket:{retryAttempt:t}}),a(this,Ve,Be).updateSocketConnectionState("reconnectFailure",t)}),this.onStateEvent("reconnected",()=>u(this,null,function*(){l.info("SocketService::Reconnected to socket-edge",{connectionState:{joinAttempted:a(this,Ve,Be).mediaJoinAttempted}}),a(this,dr)&&(clearTimeout(a(this,dr)),v(this,dr,void 0)),R.emit(M.SOCKET_SERVICE_RECONNECTED,{wasJoinAttempted:a(this,Ve,Be).mediaJoinAttempted}),a(this,Ve,Be).updateSocketConnectionState("reconnected")})),this.onStateEvent("failed",()=>u(this,null,function*(){l.info("SocketService::Failed to connect to socket-edge",{country:S.location.country}),R.emit(M.SOCKET_SERVICE_FAILED),a(this,Ve,Be).updateSocketConnectionState("failed")}))}},zi=new WeakMap,Le=new WeakMap,Ve=new WeakSet,Be=function(){return a(this,pi).getValue("connectionHandler")},dr=new WeakMap,pi=new WeakMap,bc=new WeakSet,ou=function(t){let e=Sy.getSocketEdgeDomain(a(this,pi).getValue("baseURI"));typeof Ps(a(this,pi),"socket_server_base")=="string"&&(e=Ps(a(this,pi),"socket_server_base"));const r=`wss://${e}`,i=new URL(`${r}/ws`),n=this.peerId,s=$(V({roomID:this.roomName,peerID:t,authToken:this.authToken,useMediaV2:!0},n!==t&&{oldPeerID:n}),{ping:this.capabilities.includes("PING"),capabilities:this.capabilities.map(o=>Id[o]).join(" "),joinWithDetails:!0,useCfWorker:!0,useStartSession:!0});return Object.entries(s).forEach(([o,c])=>{i.searchParams.append(o,c.toString())}),i.href},_c=new WeakSet,cu=function(){return`${this.peerId}-${(Math.random()+1).toString(36).substring(7)}`},Pg);let Ho=Sy;dl([S.trace("SocketService.connect")],Ho.prototype,"connect",1);dl([S.trace("SocketService.disconnect")],Ho.prototype,"disconnect",1);dl([S.trace("SocketService.sendMessagePromise")],Ho.prototype,"sendMessagePromise",1);dl([S.trace("SocketService.sendMessagePromiseWithTimeout")],Ho.prototype,"sendMessagePromiseWithTimeout",1);const un=class{static handleConnectedRoomsDumpRaw({payload:t}){var e;const r=zC.fromBinary(t),i=r.meetings.map(n=>{var s;return{id:n.id,title:n.title,participants:(s=n.participants)!=null?s:[]}});return{parentMeeting:{id:r.parentMeeting.id,title:r.parentMeeting.title,participants:(e=r.parentMeeting.participants)!=null?e:[]},meetings:i}}static handleTransferPeerRaw({payload:t}){const e=TP.fromBinary(t);return{authToken:e.authToken,meetingId:e.meetingId}}static handleMovedPeerRaw({payload:t}){const e=hv.fromBinary(t);return{meetingId:e.meetingId,customParticipantId:e.customParticipantId}}static handleConnectedRoomsUpdatedRaw({payload:t}){return ym.fromBinary(t).payloads.map(e=>({id:e.id,title:e.title}))}static handleConnectedRoomsDeletedRaw({payload:t}){return uP.fromBinary(t).payloads}static getConnectedRoomsDump(){return u(this,null,function*(){const t=yield un.socketService.sendMessagePromise(W.getConnectedRoomsDump);return un.handleConnectedRoomsDumpRaw(t)})}static createConnectedRooms(t){return u(this,null,function*(){const{payload:e}=yield un.socketService.sendMessagePromise(W.createConnectedRooms,ZC.toBinary({payloads:t}));return ym.fromBinary(e).payloads.map(r=>({id:r.id,title:r.title}))})}static updateConnectedRooms(t){return u(this,null,function*(){})}static disableConnectedRooms(t){return u(this,null,function*(){const e=t.map(i=>({id:i})),r=yield un.socketService.sendMessagePromise(W.deleteConnectedRooms,dP.toBinary({payloads:e}));return un.handleConnectedRoomsDeletedRaw(r)})}static movePeersBetweenRooms(t){return u(this,null,function*(){try{const e=yield un.socketService.sendMessagePromise(W.movePeers,vP.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}}})}};let Ne=un;m(Ne,"socketService"),m(Ne,"currentMeetingId");var b1=Object.defineProperty,_1=Object.getOwnPropertyDescriptor,ll=(t,e,r,i)=>{for(var n=i>1?void 0:i?_1(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&b1(e,r,n),n};const ms=class{constructor(t,e){m(this,"apiBase"),m(this,"selfController"),m(this,"pollController"),m(this,"chatController"),m(this,"metaController"),m(this,"storesManager"),m(this,"stageController"),m(this,"pluginController"),m(this,"internalsController"),m(this,"recordingController"),m(this,"livestreamController"),m(this,"participantController"),this.apiBase=t,this.storesManager=e.storesManager,this.metaController=e.metaController,this.selfController=e.selfController,this.chatController=e.chatController,this.pollController=e.pollController,this.stageController=e.stageController,this.pluginController=e.pluginController,this.recordingController=e.recordingController,this.internalsController=e.internalsController,this.participantController=e.participantController,this.livestreamController=e.livestreamController}static init(t){return u(this,null,function*(){var e,r;const{peerId:i,apiBase:n,authToken:s,meetingId:o,organizationId:c,cachedUserDetails:d}=t.getAllValues();if(R.reset(),Md.cleanup(),ny(t),Re.isSupported()===!1)throw new w("Browser not supported","0010",!0);const h=OA(t,{authToken:s,baseURL:n,cachedUserDetails:d});h.setRoomName(o),h.setRoomUUID(o),h.setOrganizationId(c),h.setHeader("dyte-tracing-id",i),t.setValue("apiClient",h);const p=new gD;t.setValue("connectionHandler",p);const g=ms.createSocketService(t),y=g.connect(),T=h.getUserDetails(),b=h.getPlugins();let D=Ke.HIVE,P,x="";try{yield ms.setupFlagsmith(t)}catch(ne){l.error("Failed to setup flagsmith",{error:ne})}try{yield y}catch(ne){l.error("[Controller]: Failed to connect to socket server:",{error:ne})}try{({sfu:D,meetingTitle:x}=yield h.getRoomNodeData()),P=yield T,l.info(`SFU ${D} is being used.`),t.setValue("presetName",P.preset.name),t.setValue("roomNodeOptions",{sfu:D})}catch(ne){l.error("Failed to get room metadata",{error:ne})}const H=ZD.init(P.preset,!t.getValue("modules").theme),J=EO.init(t,H.viewType,P.preset.permissions),I=ms.setupControllers(g,t,P,b,x,H,J);nD(H)&&((e=ms.createRoomNodeClient(t,g).initializeConnection(P.participant.name,o,!1,J))==null||e.catch(ne=>{l.error("[Controller]: Failed to queue partial media room promise:",{error:ne})})),S.location.country=(r=h.ipInfo)==null?void 0:r.country;const{controllers:ae}=yield I;return a0(),new ms(n,ae)})}static setupFlagsmith(t){return u(this,null,function*(){var e;const{peerId:r,baseURI:i,overrides:n,meetingId:s,organizationId:o}=t.getAllValues(),c=n0(s),d=$(V({entity:ku.PEER,clientId:o,isAnonUser:!o,sdkVersion:t.getValue("sdkVersion"),presetName:t.getValue("presetName"),meetingHash:c,roomName:s},Re.getDeviceInfo()),{isReactNative:navigator.isReactNative});try{const h=(e=n==null?void 0:n.whitelabelled_flags_endpoint)==null||e?Es({servicePrefix:"flags",baseURI:i}):"edge.api.flagsmith.com";yield Q.identify(`${ku.PEER}_${r}`,JSON.parse(JSON.stringify(d)),!1,5e3,h,l),l.info("flagsmith::allFlags",{flags:JSON.stringify(Q.getAllFlags())},!0)}catch{l.error("Failed to fetch flagsmith flags")}})}static setupControllers(t,e,r,i,n,s,o){return u(this,null,function*(){var c,d,h;const p=e.getValue("modules"),{participant:g}=r,y=e.getValue("defaults"),{sfu:T}=e.getValue("roomNodeOptions"),{viewType:b,mediaConstraints:{audio:D}}=s;e.setValue("viewType",b),e.setValue("defaults",V({mediaConfiguration:{audio:{enableHighBitrate:(c=D.enableHighBitrate)!=null?c:!1,enableStereo:(d=D.enableStereo)!=null?d:!1}}},y)),e.setValue("maxPreferredStreams",Re.isMobile()?s.maxVideoStreams.mobile:s.maxVideoStreams.desktop);let P,x,H,J,I,ae,ne,ve;const Qe=new XO(t);Ne.socketService=t;const ot=new ol(t),Mt=new ir(t),A=new t1(t),k=Md.create(t,e),_=new r1(t),j=new QO(t),we=new _n(t),pe=yield Wi.init(e,k,g,o,s),F=yield _v.init(e,pe.self,k,Qe,n);if(p.participant&&(ve=new si(e,pe.self,k,T)),(h=p.e2ee)!=null&&h.enabled&&p.e2ee.manager.init(l,R),p.chat&&(x=yield Zr.init(e,Mt,we,pe.self,ve.participants)),p.internals&&(I=yield Yh.init()),p.livestream&&s.viewType===Ut.Livestream&&Q.hasFeature(ie.LIVESTREAM)&&(ne=new Ov(pe.self,j)),s.viewType!==Ut.Chat){if(p.poll&&(P=yield Ev.init(e,pe.self,ot)),p.recording&&(ae=new Pv(e,pe.self,k)),p.stage&&(H=new wv(e,A,k,pe.self,ve.participants)),p.plugin){if(!ve)throw new w("The plugin module cannot be initialized without the `participant` module","0102");const Fe=yield i;J=yield Fo.init(e,Fe,_,Mt,x==null?void 0:x.chat,pe.self,ve.participants,n)}if(p.pip){const Fe=yield d0._init(e,pe.self);e.setValue("pip",Fe)}}const C={storesManager:new oO(e,_),pollController:P,selfController:pe,metaController:F,chatController:x,stageController:H,pluginController:J,recordingController:ae,internalsController:I,livestreamController:ne,participantController:ve};return{theme:s,permissions:o,controllers:C}})}static createRoomNodeClient(t,e){const{peerId:r,roomNodeOptions:i}=t.getAllValues(),{sfu:n}=i;return iy(t,n,{socket:e,peerId:r})}static createSocketService(t){const{peerId:e,meetingId:r,authToken:i}=t.getAllValues(),n=["PING"];return new Ho(t,{peerId:e,meetingId:r,authToken:i,capabilities:n})}};let Go=ms;ll([S.trace("Controller.init")],Go,"init",1);ll([S.trace("setupFlagsmith")],Go,"setupFlagsmith",1);ll([S.trace("Controller.createRoomNodeClient")],Go,"createRoomNodeClient",1);ll([S.trace("Controller.createSocketService")],Go,"createSocketService",1);var w1=Object.defineProperty,I1=Object.getOwnPropertyDescriptor,C1=(t,e,r,i)=>{for(var n=i>1?void 0:i?I1(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&w1(e,r,n),n},ud,wh;class Ey extends zt{constructor(e,r){super(),f(this,ud,void 0),m(this,"meetings",[]),m(this,"parentMeeting",null),f(this,wh,void 0),v(this,wh,e),v(this,ud,r.self)}get supportsConnectedMeetings(){return a(this,ud).id!==""}get isActive(){return this.meetings.length!==0}get currentMeetingId(){return Ne.currentMeetingId}validateConnectedMeetingsAction(){if(!this.supportsConnectedMeetings)throw new Error(`You are not allowed to perform this action.
21
21
  Please connect with Dyte team to move you to V2 APIs & to enable connected meetings.`)}getConnectedMeetings(){return u(this,null,function*(){return this.validateConnectedMeetingsAction(),yield Ne.getConnectedRoomsDump()})}createMeetings(e){return u(this,null,function*(){return this.validateConnectedMeetingsAction(),(yield Ne.createConnectedRooms(e)).map(r=>({id:r.id,title:r.title}))})}updateMeetings(e){return u(this,null,function*(){this.validateConnectedMeetingsAction(),yield Ne.updateConnectedRooms(e.map(r=>({meetingId:r.id,title:r.title})))})}deleteMeetings(e){return u(this,null,function*(){this.validateConnectedMeetingsAction();const r=this.meetings.map(i=>e.includes(i.id)&&i.participants.length!==0?this.moveParticipants(i.id,this.parentMeeting.id,i.participants.map(n=>n.id)):Promise.resolve());return yield Promise.all(r),yield Ne.disableConnectedRooms(e)})}moveParticipants(e,r,i){return u(this,null,function*(){this.validateConnectedMeetingsAction();const n=yield Ne.movePeersBetweenRooms({sourceMeetingId:e,destinationMeetingId:r,participants:i.map(s=>({id:s}))});return n.success&&this.moveSuccessHandler(e,r,i),n})}moveParticipantsWithCustomPreset(e,r,i){return u(this,null,function*(){this.validateConnectedMeetingsAction();const n=yield Ne.movePeersBetweenRooms({sourceMeetingId:e,destinationMeetingId:r,participants:i});return n.success&&this.moveSuccessHandler(e,r,i.map(s=>s.id)),n})}moveSuccessHandler(e,r,i){const n=new Map;[...this.parentMeeting.participants,...this.meetings.flatMap(s=>s.participants)].forEach(s=>n.set(s.id,s)),r===this.parentMeeting.id&&(this.parentMeeting.participants=this.parentMeeting.participants.concat(i.map(s=>n.get(s)))),e===this.parentMeeting.id&&(this.parentMeeting.participants=this.parentMeeting.participants.filter(s=>!i.includes(s.id))),this.meetings=this.meetings.map(s=>{if(r===s.id){const o=s.participants.concat(i.map(c=>n.get(c)));return $(V({},s),{participants:o})}if(e===s.id){const o=s.participants.filter(c=>!i.includes(c.id));return $(V({},s),{participants:o})}return s})}}ud=new WeakMap,wh=new WeakMap;C1([Ft({maxInvocations:60,period:60})],Ey.prototype,"getConnectedMeetings",1);var P1=Object.defineProperty,R1=Object.getOwnPropertyDescriptor,cp=(t,e,r,i)=>{for(var n=i>1?void 0:i?R1(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&P1(e,r,n),n},La,lr,du,lu;const Pi=(du=class{constructor(t,e,r){m(this,"connectedMeetings"),f(this,La,void 0),f(this,lr,void 0),f(this,lu,void 0),v(this,lu,t),v(this,La,r),this.connectedMeetings=new Ey(t,e),this.setCurrentMeeting(e)}static init(t,e,r){return Pi.instance||(Pi.instance=new Pi(t,e,r)),Pi.instance.connectedMeetings.supportsConnectedMeetings&&(Pi.instance.setupEvents(),e.self.once("roomJoined",()=>Pi.instance.getConnectedMeetings())),Pi.instance}setCurrentMeeting(t){v(this,lr,t),Ne.currentMeetingId=t.meta.meetingId}getConnectedMeetings(){this.connectedMeetings.getConnectedMeetings()}setupEvents(){Ne.socketService&&(Ne.socketService.on(W.getConnectedRoomsDump,this.handleConnectedRoomsDump.bind(this)),Ne.socketService.on(W.transferPeer,this.handleTransferPeer.bind(this)),Ne.socketService.on(W.movedPeer,this.handleMovedPeer.bind(this)),Ne.socketService.on(W.connectedRoomsUpdated,this.handleConnectedRoomsUpdated.bind(this)),Ne.socketService.on(W.connectedRoomsDeleted,this.handleConnectedRoomsDeleted.bind(this)))}handleTransferPeer(t){const e=Ne.handleTransferPeerRaw(t);return this.switchMeeting(e)}switchMeeting(t){return u(this,arguments,function*({authToken:e,meetingId:r}){var i,n,s,o;if(!this.connectedMeetings.supportsConnectedMeetings)throw new Error(`You are not allowed to perform this action.
22
22
  Please connect with Dyte team to move you to V2 APIs & to enable connected meetings.`);l.info("ConnectedMeetingsController::switchMeeting:: asking ui-kit to show switching breakout UI"),this.connectedMeetings.emit("changingMeeting",r);const c={video:a(this,lr).self.videoEnabled,audio:a(this,lr).self.audioEnabled};try{a(this,lr).self.cleanupEvents(),yield a(this,lr).leave("connected-meeting")}catch(h){l.error(`ConnectedMeetingsController:: switchMeeting:: issues in leaving previous meeting. Meeting Id: ${(n=(i=a(this,lr))==null?void 0:i.meta)==null?void 0:n.meetingId}`,{error:h})}Ne.socketService=void 0,l.info(`ConnectedMeetingsController::switchMeeting:: initializing new meeting. Meeting Id: ${r}`);const d=yield Ty.init($(V({},a(this,La)),{cachedUserDetails:null,defaults:$(V(V({},a(this,La).defaults),c),{mediaHandler:a(this,lr).self}),authToken:e}));l.info(`ConnectedMeetingsController::switchMeeting:: initialized new meeting. Meeting Id: ${(s=d==null?void 0:d.meta)==null?void 0:s.meetingId}`);try{const{hidden:h}=a(this,lr).self;d.self.setName(a(this,lr).self.name),yield d.join(),h&&d.self.hide()}catch(h){l.error("ConnectedMeetingsController.joinRoom",{error:h})}return l.info(`ConnectedMeetingsController::switchMeeting:: asking ui-kit to show in-meeting ui of newly joined meeting id: ${(o=d==null?void 0:d.meta)==null?void 0:o.meetingId}`),this.connectedMeetings.emit("meetingChanged",d),this.setCurrentMeeting(d),d})}handleConnectedRoomsDump(t){const e=Ne.handleConnectedRoomsDumpRaw(t);this.connectedMeetings.meetings=e.meetings.map(r=>({id:r.id,title:r.title,participants:r.participants||[]})),this.connectedMeetings.parentMeeting={id:e.parentMeeting.id,title:e.parentMeeting.title,participants:e.parentMeeting.participants},this.emitStateUpdate()}handleMovedPeer(t){return Ne.handleMovedPeerRaw(t)}handleConnectedRoomsUpdated(t){const e=Ne.handleConnectedRoomsUpdatedRaw(t),r=new Map;this.connectedMeetings.meetings.forEach(i=>{r.set(i.id,i)}),e.forEach(i=>{r.has(i.id)?r.get(i.id).title=i.title:r.set(i.id,$(V({},i),{participants:[]}))}),this.connectedMeetings.meetings=Array.from(r.values()),this.emitStateUpdate()}handleConnectedRoomsDeleted(t){const e=Ne.handleConnectedRoomsDeletedRaw(t).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})}},La=new WeakMap,lr=new WeakMap,lu=new WeakMap,m(du,"instance"),du);let ul=Pi;cp([S.trace("ConnectedMeetingsController.getConnectedMeetings")],ul.prototype,"getConnectedMeetings",1);cp([S.trace("ConnectedMeetingsController.setupEvents")],ul.prototype,"setupEvents",1);cp([S.trace("ConnectedMeetingsController.switchMeeting")],ul.prototype,"switchMeeting",1);class M1{constructor(){m(this,"battery"),m(this,"init",()=>u(this,null,function*(){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){l.error("Error getting battery",e)}})),m(this,"updateChargeInfo",()=>{var e;l.log(`Battery charging? ${(e=this.battery)!=null&&e.charging?"Yes":"No"}`)}),m(this,"updateLevelInfo",()=>{if(!this.battery){l.log("Battery level: Not known");return}l.log(`Battery level: ${this.battery.level*100}%`)}),m(this,"cleanup",()=>{var e,r;"getBattery"in navigator&&((e=this.battery)==null||e.removeEventListener("chargingchange",this.updateChargeInfo),(r=this.battery)==null||r.removeEventListener("levelchange",this.updateLevelInfo))})}}const Rg=new M1;function A1(t,e){t.startsWith("eyJ")||console.error("Invalid auth token provided. Ensure you are passing a %cparticipant `authToken`%c \u2014 not an Org API Key or an incorrectly formatted token.\nYou get the participant token from the Add Participant API: https://docs.dyte.io/api#/operations/add_participant","font-weight: bold","font-weight: normal");try{const{meetingId:r,orgId:i,participantId:n}=JSON.parse(atob(t.split(".")[1]));if(!r)throw Error(`Received V1 auth token ${t}`);let s="dyte.io";e&&(s=e);const o=`https://api.${s}`;return{meetingId:r,orgId:i,participantId:n,baseURI:s,apiBase:o}}catch(r){throw l.error("constants::decodeAuthToken",{error:r,debuggingHint:`Unable to decode auth token: ${t}`},!0),new w("Invalid auth token","0004")}}var D1=Object.defineProperty,O1=Object.getOwnPropertyDescriptor,hl=(t,e,r,i)=>{for(var n=i>1?void 0:i?O1(e,r):e,s=t.length-1,o;s>=0;s--)(o=t[s])&&(n=(i?o(e,r,n):o(n))||n);return i&&n&&D1(e,r,n),n},st,wc,Ic,uu,Mg,Ag;let Ui=(Ag=class{constructor(t,e){f(this,uu),f(this,st,void 0),f(this,wc,void 0),f(this,Ic,void 0),v(this,Ic,t),v(this,st,e)}static init(t){return u(this,null,function*(){var e,r,i,n,s,o,c;t0(),Re.init();const d=(r=(e=t==null?void 0:t.cachedUserDetails)==null?void 0:e.peerId)!=null?r:As();Rg.init();const{authToken:h,baseURI:p}=t,g=A1(h,p),{meetingId:y}=g,T=$d(g,["meetingId"]);window.__zone_symbol__DISABLE_WRAPPING_UNCAUGHT_PROMISE_REJECTION=!0;const b=Ui.setupContext(d,t,y,T);S.meetingMetadata.roomName=y,S.meetingMetadata.userId=T.participantId,S.meetingMetadata.organizationId=T.orgId,S.init(b,(n=(i=t.modules)==null?void 0:i.tracing)!=null?n:!0),l.info("DyteClient::init::options",{dyteClientInitOptions:$(V({},t),{authToken:`${(s=t.authToken)==null?void 0:s.slice(0,10)}...
23
23
  ${(o=t.authToken)==null?void 0:o.slice(-10)}`})});const D=yield Go.init(b),P=new Ui(b,D);return B(c=P,uu,Mg).call(c,t),P})}static setupContext(t,e,r,i){var n;const s=Tn.createContext(t,e),o=V(V({},zw),e==null?void 0:e.modules);return s.setValue("peerId",t),s.setValue("modules",o),s.setValue("sdkName","web-core"),s.setValue("meetingId",r),s.setValue("apiBase",i.apiBase),s.setValue("baseURI",i.baseURI),s.setValue("userId",i.participantId),s.setValue("organizationId",i.orgId),s.setValue("authToken",e.authToken),s.setValue("overrides",(n=e.overrides)!=null?n:{}),s.setValue("env",Yw({baseURI:i.baseURI})),s.setValue("defaults",e.defaults||{audio:!0,video:!0}),s.setValue("onError",e.onError||(()=>{})),s.setValue("cachedUserDetails",Er(e.cachedUserDetails)),s.setValue("sdkVersion","VERSION_PLACEHOLDER"),s}join(){return u(this,null,function*(){const{selfController:t}=a(this,st);return t.self.roomJoined?null:t.joinRoom()})}leave(t){return u(this,null,function*(){Rg.cleanup();const{selfController:e}=a(this,st);return e.leaveRoom(t)})}get participants(){var t;return(t=a(this,st).participantController)==null?void 0:t.participants}get self(){var t;return(t=a(this,st).selfController)==null?void 0:t.self}get meta(){var t;return(t=a(this,st).metaController)==null?void 0:t.meta}get ai(){var t;return(t=a(this,st).metaController)==null?void 0:t.ai}get plugins(){var t;return(t=a(this,st).pluginController)==null?void 0:t.plugins}get chat(){var t;return(t=a(this,st).chatController)==null?void 0:t.chat}get polls(){var t;return(t=a(this,st).pollController)==null?void 0:t.polls}get connectedMeetings(){var t;return(t=a(this,wc))==null?void 0:t.connectedMeetings}get recording(){var t;return(t=a(this,st).recordingController)==null?void 0:t.recording}get livestream(){var t;return(t=a(this,st).livestreamController)==null?void 0:t.livestream}get stage(){var t;return(t=a(this,st).stageController)==null?void 0:t.stage}get stores(){return a(this,st).storesManager}get __internals__(){var t;return(t=a(this,st).internalsController)==null?void 0:t.internals}joinRoom(){return u(this,null,function*(){return this.join()})}leaveRoom(t){return u(this,null,function*(){return this.leave(t)})}},st=new WeakMap,wc=new WeakMap,Ic=new WeakMap,uu=new WeakSet,Mg=function(t){v(this,wc,ul.init(a(this,Ic),this,t))},Ag);hl([mt("0002"),Bi.executeWithLock({methodName:"meeting.join",lockName:"DyteClient.join",timeout:3e3})],Ui.prototype,"join",1);hl([mt("0003")],Ui.prototype,"leave",1);hl([mt("0001"),Bi.executeWithLock({methodName:"DyteClient.init",lockName:"DyteClient.init",timeout:3e3})],Ui,"init",1);Ui=hl([mt("0000")],Ui);const Ty=Ui;class N1{constructor(e){qo(this,"meeting");qo(this,"l");qo(this,"onUpdate",()=>{this.l.forEach(e=>{e()})});var r,i,n,s,o,c,d,h,p,g,y,T,b,D,P,x;this.meeting=e,this.l=new Set,(r=this.meeting.self)==null||r.addListener("*",this.onUpdate),(i=this.meeting.meta)==null||i.addListener("*",this.onUpdate),(n=this.meeting.participants)==null||n.addListener("*",this.onUpdate),(o=(s=this.meeting.participants)==null?void 0:s.joined)==null||o.addListener("*",this.onUpdate),(d=(c=this.meeting.participants)==null?void 0:c.active)==null||d.addListener("*",this.onUpdate),(p=(h=this.meeting.participants)==null?void 0:h.waitlisted)==null||p.addListener("*",this.onUpdate),(g=this.meeting.stage)==null||g.addListener("*",this.onUpdate),(y=this.meeting.livestream)==null||y.addListener("*",this.onUpdate),(T=this.meeting.chat)==null||T.addListener("*",this.onUpdate),(b=this.meeting.plugins)==null||b.all.addListener("*",this.onUpdate),(D=this.meeting.recording)==null||D.addListener("*",this.onUpdate),(P=this.meeting.connectedMeetings)==null||P.addListener("*",this.onUpdate),(x=this.meeting.polls)==null||x.addListener("*",this.onUpdate)}clean(){var e,r,i,n,s,o,c,d,h,p,g,y,T,b,D,P;(e=this.meeting.self)==null||e.removeListener("*",this.onUpdate),(r=this.meeting.meta)==null||r.removeListener("*",this.onUpdate),(i=this.meeting.participants)==null||i.removeListener("*",this.onUpdate),(s=(n=this.meeting.participants)==null?void 0:n.joined)==null||s.removeListener("*",this.onUpdate),(c=(o=this.meeting.participants)==null?void 0:o.active)==null||c.removeListener("*",this.onUpdate),(h=(d=this.meeting.participants)==null?void 0:d.waitlisted)==null||h.removeListener("*",this.onUpdate),(p=this.meeting.stage)==null||p.removeListener("*",this.onUpdate),(g=this.meeting.livestream)==null||g.removeListener("*",this.onUpdate),(y=this.meeting.chat)==null||y.removeListener("*",this.onUpdate),(T=this.meeting.plugins)==null||T.all.removeListener("*",this.onUpdate),(b=this.meeting.recording)==null||b.removeListener("*",this.onUpdate),(D=this.meeting.connectedMeetings)==null||D.removeListener("*",this.onUpdate),(P=this.meeting.polls)==null||P.removeListener("*",this.onUpdate)}addListener(e){this.l.add(e)}removeListener(e){this.l.delete(e)}}const pl=Ct.createContext({meeting:void 0,updates:void 0});function L1({value:t,children:e,fallback:r}){const[i,n]=Ct.useState(),s=Ct.useRef();return Ct.useEffect(()=>(t&&n(new N1(t)),()=>{var o;(o=s.current)==null||o.clean()}),[t]),wy.default.createElement(pl.Provider,{value:{meeting:t,updates:i}},t?e:r)}const V1=()=>{const{meeting:t}=Ct.useContext(pl);if(!t)throw new Error("useDyteMeeting must be used within the DyteProvider");return{meeting:t}},x1=t=>{const e=Ct.useRef(!1),[r,i]=Ct.useState(),n=t==null?void 0:t.resetOnLeave,s=Ct.useCallback(async o=>{if(!e.current)return e.current=!0,Ty.init(o).then(c=>(i(c),c)).finally(()=>{e.current=!1})},[]);return Ct.useEffect(()=>{if(!r||!n)return()=>{};const o=({state:c})=>{c!=="connected-meeting"&&c!=="disconnected"&&i(void 0)};return r.self.on("roomLeft",o),()=>{r.self.removeListener("roomLeft",o)}},[r]),Ct.useEffect(()=>{if(!r||!r.connectedMeetings)return()=>{};const o=c=>{i(void 0),setTimeout(()=>{i(c)},100)};return r.connectedMeetings.on("meetingChanged",o),()=>{r.connectedMeetings.removeListener("meetingChanged",o)}},[r]),[r,s]},U1=(t,e)=>!!(t!==e||Array.isArray(t)&&Array.isArray(e)&&t.length!==e.length),F1=t=>{const{meeting:e,updates:r}=Ct.useContext(pl);if(!e)throw new Error("useDyteSelector must be used within the DyteProvider");const i=Ct.useRef(t(e)),[,n]=Ct.useReducer(s=>s+1,0);return Ct.useEffect(()=>{const s=e&&t(e),o=()=>{const c=e&&t(e);U1(i.current,c)&&(i.current=c,n())};return s&&typeof s=="object"&&"addListener"in s?(s.addListener("*",n),()=>{s.removeListener("*",n)}):(r==null||r.addListener(o),()=>{r==null||r.removeListener(o)})},[e,r]),i.current};exports.RTKSelfMedia=Uv;exports.RealtimeKitContext=pl;exports.RealtimeKitProvider=L1;exports.useRealtimeKitClient=x1;exports.useRealtimeKitMeeting=V1;exports.useRealtimeKitSelector=F1;