@cloudflare/realtimekit-react 0.5.0-staging.110 → 0.5.0-staging.111

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
@@ -15,7 +15,7 @@ ${this.message}`;try{let n=i;r&&r.endsWith("00")&&(n=!0),n&&u.error("DyteError",
15
15
  ${t}`}const Us={maxInvocations:5,period:1};function Ut(t,e){return function(r,i,n){const s=n.value;let o=0,c=Date.now();return n.value=function(...d){const l=Date.now(),p=e?this[e]:t;if(l-c>p.period*1e3&&(c=l,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 OA=Object.defineProperty,NA=Object.getOwnPropertyDescriptor,ft=(t,e,r,i)=>{for(var n=i>1?void 0:i?NA(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&&OA(e,r,n),n};const LA=["text","image","file","custom","poll"],Vc={maxInvocations:180,period:60};var se,jn,Ye,Hn,oc,xl,Am,cc,Ul,Dm;let it=(Dm=class extends Kt{constructor(t,e,r,i,n){super(),f(this,xl),f(this,cc),m(this,"messages"),m(this,"channels",[]),f(this,se,void 0),f(this,jn,void 0),f(this,Ye,void 0),f(this,Hn,void 0),f(this,oc,void 0),m(this,"maxTextLimit",2e3),v(this,oc,t),v(this,Ye,e),v(this,Hn,r),v(this,se,i),v(this,jn,n),this.messages=[]}setMaxTextLimit(t){this.maxTextLimit=t}sendMessageInternal(t,e,r){return h(this,arguments,function*(i,n,s,o={}){switch(i.type){case"text":{const c=o.replyTo&&o.replyTo.type==="text"?DA(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:u.error("sendMessage::message_type_not_supported",{dyteChat:{messageType:i.type}});break}})}sendTextMessageInternal(t,e,r){return h(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 u.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 u.error("sendTextMessage::public_chat_permission_denied"),new w("Could not send message to public chat.","0501");if(!t)throw u.error("sendTextMessage::message_can_not_be_empty"),new w("Message can not be empty.","0502");if(r){a(this,Ye).sendMessageToChannel(t,wt.TEXT,r);return}let l=[];e&&e.length>0&&(e.push(a(this,se).id),l=a(this,jn).joined.toArray().filter(p=>e.includes(p.id)).map(p=>p.userId),l.push(a(this,se).userId)),a(this,Ye).sendMessage(t,wt.TEXT,e)})}sendImageMessageInternal(t,e,r){return h(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)){u.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)){u.error("sendImageMessage::permission_denied");return}if(!t){u.error("sendImageMessage::required_argument_image_can_not_be_empty");return}if(!["image/gif","image/jpeg","image/png"].includes(t.type)){u.error("sendImageMessage::image_type_not_supported",{dyteChat:{imageType:t.type}});return}try{const l=ct(),{getLocation:p,putLocation:g}=yield l.getPresignedUrls(t.name,a(this,se).config.viewType);if(yield l.uploadFile(t,g),r){a(this,Ye).sendMessageToChannel(p,wt.IMAGE,r);return}let y=[];e&&e.length>0&&(e.push(a(this,se).id),y=a(this,jn).joined.toArray().filter(T=>e.includes(T.id)).map(T=>T.userId),y.push(a(this,se).userId)),a(this,Ye).sendMessage(p,wt.IMAGE,e)}catch{throw new w("Error sending image message.","0500")}})}sendFileMessageInternal(t,e,r){return h(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)){u.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)){u.error("sendFileMessage::permission_denied");return}if(!t){u.error("sendFileMessage::required_argument_file_can_not_be_empty");return}try{const l=ct(),{getLocation:p,putLocation:g}=yield l.getPresignedUrls(t.name,a(this,se).config.viewType);if(yield l.uploadFile(t,g),r){a(this,Ye).sendMessageToChannel(JSON.stringify({link:p,name:t.name,size:"size"in t?t.size:0}),wt.FILE,r);return}let y=[];e&&e.length>0&&(e.push(a(this,se).id),y=a(this,jn).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,Ye).sendMessage(T,wt.FILE,e)}catch{throw new w("Error sending file message.","0500")}})}get rateLimits(){return Vc}updateRateLimits(t,e){Vc.maxInvocations=t,Vc.period=e}sendTextMessage(t,e){return h(this,null,function*(){return this.sendTextMessageInternal(t,e)})}sendCustomMessage(t,e){return h(this,null,function*(){var r,i,n,s,o,c,d,l,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)){u.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=(l=a(this,se).permissions)==null?void 0:l.chatPublic)!=null&&p.text)){u.error("sendCustomMessage::permission_denied");return}const U=J=>h(this,null,function*(){try{if(typeof J=="string")return{link:J};const I=ct(),{getLocation:ie,putLocation:ae}=yield I.getPresignedUrls(J.name,a(this,se).config.viewType);return yield I.uploadFile(J,ae),{link:ie,type:J.type,name:J.name,size:J.size}}catch{throw new w("Error sending image message.","0500")}}),H=q(V({},t),{files:yield Promise.all((y=(g=t.files)!=null?g:[])==null?void 0:y.map(J=>h(this,null,function*(){return U(J)}))),images:yield Promise.all((b=(T=t.images)!=null?T:[])==null?void 0:b.map(J=>h(this,null,function*(){return U(J)}))),videos:yield Promise.all((P=(D=t.videos)!=null?D:[])==null?void 0:P.map(J=>h(this,null,function*(){return U(J)})))});a(this,Ye).sendMessage(JSON.stringify(H),wt.CUSTOM,e)})}sendImageMessage(t,e){return h(this,null,function*(){return this.sendImageMessageInternal(t,e)})}sendFileMessage(t,e){return h(this,null,function*(){return this.sendFileMessageInternal(t,e)})}sendMessage(t,e){return h(this,null,function*(){return this.sendMessageInternal(t,e)})}editTextMessage(t,e,r){return h(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)){u.error("editTextMessage::permission_denied");return}if(!e){u.error("editTextMessage::message_can_not_be_empty");return}a(this,Ye).editMessage(t,e,wt.TEXT,r)})}editImageMessage(t,e,r){return h(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)){u.error("editImageMessage::permission_denied");return}if(!e){u.error("editImageMessage::required_argument_image_can_not_be_empty");return}if(!["image/gif","image/jpeg","image/png"].includes(e.type)){u.error("sendImageMessage::image_type_not_supported",{dyteChat:{imageType:e.type}});return}try{const c=ct(),{getLocation:d,putLocation:l}=yield c.getPresignedUrls(e.name,a(this,se).config.viewType);yield c.uploadFile(e,l),a(this,Ye).editMessage(t,d,wt.IMAGE,r)}catch{throw new w("Error editing image message.","0500")}})}editFileMessage(t,e,r){return h(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)){u.error("sendFileMessage::permission_denied");return}if(!e){u.error("sendFileMessage::required_argument_file_can_not_be_empty");return}try{const c=ct(),{getLocation:d,putLocation:l}=yield c.getPresignedUrls(e.name,a(this,se).config.viewType);yield c.uploadFile(e,l),a(this,Ye).editMessage(t,JSON.stringify({link:d,name:e.name,size:"size"in e?e.size:0}),wt.FILE,r)}catch{throw new w("Error editing file message.","0500")}})}editMessage(t,e,r){return h(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:{u.error("editMessage::message_type_not_supported",{dyteChat:{messageType:e.type}});break}}})}deleteMessage(t,e){return h(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,Ye).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 h(this,null,function*(){if(!a(this,cc,Ul))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,Ye).setPinState(e,!0);return}throw new w(`No message found with id: ${t}`,"0504")})}unpin(t){return h(this,null,function*(){if(!a(this,cc,Ul))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,Ye).setPinState(e,!1);return}throw new w(`No message found with id: ${t}`,"0504")})}getMessages(t,e,r,i=0,n=void 0){return h(this,null,function*(){const s=yield a(this,Ye).getChatMessagesPaginated(t,e,r,i,n);return{messages:s.messages.map(o=>ei.formatSocketServiceMessage(o)),next:s.next}})}createChannel(t,e){return h(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,Hn).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 l={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,Hn).updateChannel(t,l)}sendMessageToChannel(t,e){return h(this,arguments,function*(r,i,n={}){return this.sendMessageInternal(r,null,i,n)})}getChannelMembers(t){return h(this,null,function*(){return a(this,Hn).getChannelMembers(t)})}searchMessages(t){return h(this,arguments,function*(e,r={}){if(!Q.hasFeature(ne.FEAT_CHAT_SDK_SEARCH))throw new w("searchMessages is temporarily disabled!","0506");return(yield a(this,Ye).searchMessages(e,r)).map(ei.formatSocketServiceMessage)})}markLastReadMessage(t,e){return h(this,null,function*(){yield a(this,Ye).markLastReadMessage(t,e);const r=this.channels.find(i=>i.id===t);if(r){const i=q(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,jn=new WeakMap,Ye=new WeakMap,Hn=new WeakMap,oc=new WeakMap,xl=new WeakSet,Am=function(){return a(this,oc).getValue("connectionHandler")},cc=new WeakSet,Ul=function(){return a(this,xl,Am).socketJoined===!0},Dm);ft([S.trace("DyteChat.sendTextMessage"),Ut(Vc)],it.prototype,"sendTextMessage",1);ft([S.trace("DyteChat.sendImageMessage"),Ut({maxInvocations:20,period:60})],it.prototype,"sendImageMessage",1);ft([S.trace("DyteChat.sendFileMessage"),Ut({maxInvocations:20,period:60})],it.prototype,"sendFileMessage",1);ft([S.trace("DyteChat.sendMessage"),Ut({maxInvocations:180,period:60})],it.prototype,"sendMessage",1);ft([S.trace("DyteChat.editTextMessage")],it.prototype,"editTextMessage",1);ft([S.trace("DyteChat.editImageMessage")],it.prototype,"editImageMessage",1);ft([S.trace("DyteChat.editFileMessage")],it.prototype,"editFileMessage",1);ft([S.trace("DyteChat.editMessage")],it.prototype,"editMessage",1);ft([S.trace("DyteChat.deleteMessage")],it.prototype,"deleteMessage",1);ft([S.trace("DyteChat.createChannel")],it.prototype,"createChannel",1);ft([S.trace("DyteChat.updateChannel")],it.prototype,"updateChannel",1);ft([S.trace("DyteChat.sendMessageToChannel")],it.prototype,"sendMessageToChannel",1);ft([S.trace("DyteChat.getChannelMembers")],it.prototype,"getChannelMembers",1);ft([S.trace("DyteChat.searchMessages")],it.prototype,"searchMessages",1);ft([S.trace("DyteChat.markLastReadMessage")],it.prototype,"markLastReadMessage",1);it=ft([gt("0500")],it);var VA=Object.defineProperty,xA=Object.getOwnPropertyDescriptor,UA=(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&&VA(e,r,n),n},Fl,Om;const Zi=(Om=class{constructor(t,e,r,i,n){m(this,"chat"),m(this,"chatSocketHandler"),m(this,"chatChannelSocketHandler"),m(this,"self"),f(this,Fl,void 0),v(this,Fl,t),this.chatSocketHandler=e,this.chatChannelSocketHandler=r,this.chat=new it(t,e,r,i,n),this.self=i,this.setupEvents()}static init(t,e,r,i,n){return h(this,null,function*(){return new Zi(t,e,r,i,n)})}static formatMessage(t){return q(V({},t),{time:new Date(t.time),type:LA[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 wt.TEXT:{r.message=t.payload;break}case wt.IMAGE:{r.link=t.payload;break}case wt.FILE:{const{link:i,name:n,size:s}=JSON.parse(t.payload);r.link=i,r.name=n,r.size=s;break}case wt.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 Zi.formatMessage(r)}getChatMessages(){return h(this,null,function*(){if(this.self.config.viewType==="LIVESTREAM"||this.self.config.viewType==="CHAT"||Q.hasFeature(ne.FEAT_PAGINATED_CHAT))return;const t=yield this.chatSocketHandler.getChatMessages();if(!(t!=null&&t.payload))return;const e=ov.fromBinary(t.payload).messages;this.chat.messages=e.map(r=>Zi.formatSocketServiceMessage(r))})}setupEvents(){R.on(M.SOCKET_SERVICE_ROOM_JOINED,()=>h(this,null,function*(){this.getChatMessages()})),this.chatSocketHandler.on(Oe.sendMessageToRoom,t=>{const e=Zi.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=Zi.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=Zi.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(yn.createChatChannel,t=>{const[e]=t.chatChannels,r=An.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(yn.updateChatChannel,t=>{const[e]=t.chatChannels,r=An.formatChannel(e);this.chat.channels=this.chat.channels.map(i=>i.id===r.id?r:i),this.chat.emit("channelUpdate",r)})}},Fl=new WeakMap,Om);let ei=Zi;UA([S.trace("ChatController.setupEvents")],ei.prototype,"setupEvents",1);var FA=Object.defineProperty,BA=Object.getOwnPropertyDescriptor,WA=(t,e,r,i)=>{for(var n=i>1?void 0:i?BA(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&&FA(e,r,n),n},Bl,Nm,Wl,Lm,aa,oa,dc,Vm;let Mu=(Vm=class extends Kt{constructor(t,e,r){super(),f(this,Bl),f(this,Wl),m(this,"items"),f(this,aa,void 0),f(this,oa,void 0),f(this,dc,void 0),v(this,dc,t),v(this,aa,e),v(this,oa,r),this.items=[]}create(t,e,r=!1,i=!1){return h(this,null,function*(){if(!a(this,Wl,Lm))throw new w("Can't create polls without joining room","0705");if(!a(this,aa).permissions.polls.canCreate){u.error("DytePolls::create::permission_denied");return}if(!t||!e){u.error("DytePolls::question_and_options_can_not_be_empty",{dytePolls:{hasQuestion:!!t,optionsLength:e==null?void 0:e.length}});return}if(e.length<2){u.error("DytePolls::there_must_be_at_least_two_options",{dytePolls:{hasQuestion:!!t,optionsLength:e.length}});return}yield a(this,oa).createPoll(t,e,r,i)})}vote(t,e){return h(this,null,function*(){if(!a(this,aa).permissions.polls.canVote){u.error("DytePolls::vote::permission_denied");return}yield a(this,oa).votePoll(t,e)})}},Bl=new WeakSet,Nm=function(){return a(this,dc).getValue("connectionHandler")},Wl=new WeakSet,Lm=function(){var t;return((t=a(this,Bl,Nm))==null?void 0:t.socketJoined)===!0},aa=new WeakMap,oa=new WeakMap,dc=new WeakMap,Vm);Mu=WA([gt("0700")],Mu);var jA=Object.defineProperty,HA=Object.getOwnPropertyDescriptor,GA=(t,e,r,i)=>{for(var n=i>1?void 0:i?HA(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},ca,Gn,xm;const rs=(xm=class{constructor(t,e,r){m(this,"polls"),f(this,ca,void 0),f(this,Gn,void 0),this.polls=new Mu(t,e,r),v(this,ca,e),v(this,Gn,r),this.setupEvents()}static init(t,e,r){return h(this,null,function*(){return new rs(t,e,r)})}canViewPolls(){return a(this,ca).permissions.polls.canView}setupEvents(){const t={[$r.createPoll]:i=>{i.poll&&this.updatePoll(rs.formatSocketServicePoll(i.poll))},[$r.updatePoll]:i=>{i.poll&&this.updatePoll(rs.formatSocketServicePoll(i.poll))},[$r.votePoll]:i=>{i.poll&&this.updatePoll(rs.formatSocketServicePoll(i.poll))}},e=()=>{R.on(M.SOCKET_SERVICE_ROOM_JOINED,()=>{this.getPolls()}),Object.keys(t).map(Number).forEach(i=>{a(this,Gn).on(i,t[i])})},r=()=>{R.on(M.SOCKET_SERVICE_ROOM_JOINED,()=>{this.getPolls()}),Object.keys(t).map(Number).forEach(i=>{a(this,Gn).removeListeners(i)})};a(this,ca).permissions.on("permissionsUpdate",i=>h(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 h(this,null,function*(){const t=yield a(this,Gn).getPolls();if(!(t!=null&&t.payload))return;const{polls:e}=tA.fromBinary(t.payload);this.polls.items=e.map(r=>rs.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}}},ca=new WeakMap,Gn=new WeakMap,xm);let hv=rs;GA([S.trace("PollController.setupEvents")],hv.prototype,"setupEvents",1);var qA=Object.defineProperty,JA=Object.getOwnPropertyDescriptor,$A=(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&&qA(e,r,n),n},pv=(t=>(t[t.User=0]="User",t[t.Meeting=1]="Meeting",t))(pv||{}),da,lc,jl,qn,uc,Um;let Au=(Um=class extends Kt{constructor(t,e,r,i,n){super(),f(this,lc),m(this,"selfActiveTab"),m(this,"broadcastTabChanges"),f(this,da,void 0),f(this,qn,void 0),f(this,uc,void 0),m(this,"viewType"),m(this,"meetingStartedTimestamp"),m(this,"meetingTitle"),m(this,"sessionId"),v(this,da,t),v(this,qn,e),this.viewType=r,v(this,uc,i),this.meetingTitle=n,this.broadcastTabChanges=e.permissions.canSpotlight}get socketState(){return a(this,lc,jl).socketState}get mediaState(){return a(this,lc,jl).mediaState}get meetingId(){return a(this,da).getValue("meetingId")}setBroadcastTabChanges(t){if(!a(this,qn).permissions.canSpotlight)throw u.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;u.info("DyteSpotlight::setActiveTab",{spotlight:{currentTab:{id:t.id,type:t.type}}}),this.selfActiveTab=t,e===0&&this.emit("selfTabUpdate",t),(r=a(this,qn).permissions)!=null&&r.canSpotlight&&this.broadcastTabChanges&&e===0&&this.assertActiveTabToRoom()}assertActiveTabToRoom(){a(this,uc).broadcastMessage("spotlight",{userId:a(this,qn).userId,currentTab:this.selfActiveTab})}},da=new WeakMap,lc=new WeakSet,jl=function(){return a(this,da).getValue("connectionHandler")},qn=new WeakMap,uc=new WeakMap,Um);Au=$A([gt("0800")],Au);function KA(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 zA=Object.defineProperty,YA=Object.getOwnPropertyDescriptor,mv=(t,e,r,i)=>{for(var n=i>1?void 0:i?YA(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};let xi=class extends Kt{constructor(){super(),m(this,"transcripts"),this.transcripts=[]}static init(t){return h(this,null,function*(){const e=new xi;try{t&&e.getActiveTranscript()}catch(r){u.error("Error fetching active transcriptions ",r)}return e})}static parseTranscript(t,e=!1){try{if(!t)return;const[[r,i,n,s,o,c]]=KA(t);return{id:Ls(),name:o,peerId:i,userId:n,customParticipantId:s,transcript:c,isPartialTranscript:e,date:new Date(parseInt(r,10)*1e3)}}catch(r){u.error(`Failed to parse transcript: ${t}`,r);return}}static parseTranscripts(t){return t?t.split(`
17
17
  `).map(e=>xi.parseTranscript(e,!1)).filter(Boolean):[]}getActiveTranscript(){return h(this,null,function*(){try{const t=ct(),{transcript:e}=yield t.getActiveTranscript();this.transcripts=xi.parseTranscripts(e)}catch{}})}onTranscript(t){return h(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)})}};mv([S.trace("DyteAi.getActiveTranscript")],xi.prototype,"getActiveTranscript",1);xi=mv([gt("0000")],xi);var QA=Object.defineProperty,XA=Object.getOwnPropertyDescriptor,ZA=(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},Ji,la,Hl,Fm;const gv=(Fm=class{constructor(t,e,r,i,n,s){m(this,"meta"),m(this,"ai"),f(this,Ji,void 0),f(this,la,void 0),m(this,"aiSocketHandler"),f(this,Hl,void 0),v(this,Hl,t),this.meta=new Au(t,e,e.config.viewType,r,s),this.ai=i,v(this,Ji,e),v(this,la,r),this.aiSocketHandler=n,e.config.viewType!==Rt.Chat&&this.setupEvents()}static init(t,e,r,i,n){return h(this,null,function*(){const s=yield xi.init(e.permissions.transcriptionEnabled);return new gv(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,pv.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,Ji).permissions.canSpotlight&&(u.info("DyteMetaController::Asserting Spotlight"),this.meta.selfActiveTab&&a(this,la).broadcastMessage("spotlight",{userId:a(this,Ji).userId,currentTab:this.meta.selfActiveTab})),R.on(M.PEER_JOINED_INTERNAL,t=>h(this,null,function*(){a(this,Ji).permissions.canSpotlight&&this.meta.selfActiveTab&&a(this,la).broadcastToPeers("spotlight",[t.id],{userId:a(this,Ji).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;u.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;u.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(B.transcript,t=>{const{meetingId:e,transcript:r,isPartial:i}=t,n=xi.parseTranscript(r,i);if(!n){u.warn("Received empty transcript data");return}this.ai.onTranscript(n),this.meta.emit("transcript",n);const{peerId:s,name:o,transcript:c}=n;u.debug(`${e} Received transcript for peer ${s} - ${o}: ${c}`)})}},Ji=new WeakMap,la=new WeakMap,Hl=new WeakMap,Fm);let fv=gv;ZA([S.trace("MetaController.setupEvents")],fv.prototype,"setupEvents",1);var eD=Object.defineProperty,tD=Object.getOwnPropertyDescriptor,Fn=(t,e,r,i)=>{for(var n=i>1?void 0:i?tD(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&&eD(e,r,n),n},pr,Fa,he,xc,Hr,Or,Uc,Du,Ba,Fc;class ji extends Kt{constructor(e,r,i,n,s){super(),f(this,Uc),f(this,Ba),f(this,pr,void 0),f(this,Fa,void 0),f(this,he,void 0),f(this,xc,void 0),f(this,Hr,void 0),f(this,Or,void 0),v(this,Or,e),v(this,pr,n),v(this,Fa,s),v(this,he,r),v(this,xc,i),v(this,Hr,[]),this.setupEvents()}get status(){return a(this,Or).getValue("stageStatus")}setupEvents(){const e={[M.GET_STAGE_REQUESTS]:n=>h(this,null,function*(){v(this,Hr,n)}),[M.UPDATE_STAGE_REQUESTS]:n=>h(this,[n],function*({add:s}){const o=a(this,Hr).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,he).permissions.on("permissionsUpdate",n=>{const{canAcceptProductionRequests:s}=n;s!==void 0&&(a(this,he).permissions.acceptStageRequests?(r(),a(this,pr).getStageRequests()):(i(),v(this,Hr,[]),this.emit("stageAccessRequestUpdate",a(this,Hr))))}),a(this,he).permissions.acceptStageRequests&&r()}getAccessRequests(){if(!a(this,he).permissions.stageEnabled)throw u.error("DyteStage::stage_disabled"),new w("Stage is disabled","2003");if(!a(this,he).permissions.acceptStageRequests)throw u.error("DyteStage::get_access_request::permission_denied"),new w("You do not have permission to perform this action","2001");const e=a(this,xc).joined.toArray().filter(r=>r.stageStatus==="REQUESTED_TO_JOIN_STAGE").map(r=>({displayName:r.name,userId:r.userId,peerId:r.id}));return v(this,Hr,e),{stageRequests:a(this,Hr)}}requestAccess(){return h(this,null,function*(){if(!a(this,he).permissions.stageEnabled)throw u.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,he).permissions.stageAccess===Y.Allowed){j(this,Ba,Fc).call(this,"ACCEPTED_TO_JOIN_STAGE");return}a(this,pr).requestAccess(),j(this,Ba,Fc).call(this,"REQUESTED_TO_JOIN_STAGE")})}cancelRequestAccess(){return h(this,null,function*(){if(!a(this,he).permissions.stageEnabled)throw u.error("DyteStage::stage_disabled"),new w("Stage is disabled","2003");a(this,pr).cancelRequestAccess(),j(this,Ba,Fc).call(this,"OFF_STAGE")})}grantAccess(e){if(!a(this,he).roomJoined)throw new w("Can`t grant for participant without joining room");if(!a(this,he).permissions.stageEnabled)throw u.error("DyteStage::stage_disabled"),new w("Stage is disabled","2003");if(!a(this,he).permissions.acceptStageRequests)throw u.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,he).roomJoined)throw new w("Can`t rejectRequestToJoinStage for participant without joining room","2005");if(!a(this,he).permissions.stageEnabled)throw u.error("DyteStage::stage_disabled"),new w("Stage is disabled","2003");if(!a(this,he).permissions.acceptStageRequests)throw u.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 h(this,null,function*(){const e=a(this,Or).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,he).permissions.stageAccess===Y.NotAllowed)throw new w(`Unable to join stage you are currently ${this.status}`,"2006");if(yield a(this,pr).joinStage(),e===Rt.Livestream){yield a(this,Fa).joinRoom(a(this,he));const{peers:r}=yield a(this,Fa).getStagePeers();R.emit(M.SOCKET_PEERS,r)}a(this,Or).setValue("stageStatus","ON_STAGE"),a(this,he).audioEnabled&&a(this,Uc,Du).shareMic(a(this,he).audioTrack),a(this,he).videoEnabled&&a(this,Uc,Du).shareWebcam(a(this,he).videoTrack)})}leave(){return h(this,null,function*(){if(!a(this,he).permissions.stageEnabled)throw u.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,he).setIsPinned(!1),yield a(this,pr).leaveStage(a(this,he).userId),a(this,Or).setValue("stageStatus","OFF_STAGE",!1),yield R.emitAsync(M.LEAVE_MEDIA_ROOM,"stageLeft"),a(this,Or).notify("stageStatus")})}kick(e){return h(this,null,function*(){if(!a(this,he).roomJoined)throw new w("Can`t kick participant without joining room","2005");if(!a(this,he).permissions.stageEnabled)throw u.error("DyteStage::stage_disabled"),new w("Stage is disabled","2003");if(!a(this,he).permissions.acceptStageRequests)throw u.error("DyteStage::kick::permission_denied"),new w("You do not have permissions for kick","2001");return a(this,pr).kick(e)})}}pr=new WeakMap,Fa=new WeakMap,he=new WeakMap,xc=new WeakMap,Hr=new WeakMap,Or=new WeakMap,Uc=new WeakSet,Du=function(){return a(this,Or).getValue("roomNodeClient")},Ba=new WeakSet,Fc=function(t){return h(this,null,function*(){this.status!==t&&a(this,Or).setValue("stageStatus",t)})};Fn([S.trace("DyteStage.getStageRequests")],ji.prototype,"getAccessRequests",1);Fn([S.trace("DyteStage.requestAccess")],ji.prototype,"requestAccess",1);Fn([S.trace("DyteStage.cancelRequestAccess")],ji.prototype,"cancelRequestAccess",1);Fn([S.trace("DyteStage.grantAccess")],ji.prototype,"grantAccess",1);Fn([S.trace("DyteStage.denyAccess")],ji.prototype,"denyAccess",1);Fn([S.trace("DyteStage.joinStage")],ji.prototype,"join",1);Fn([S.trace("DyteStage.leaveStage")],ji.prototype,"leave",1);function rD(t){return!(t.viewType==="LIVESTREAM"||t.viewType==="CHAT")}function $h(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 iD=Object.defineProperty,nD=Object.getOwnPropertyDescriptor,sD=(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&&iD(e,r,n),n},en,is,tn,Bc,Ei;class vv{constructor(e,r,i,n,s){m(this,"stage"),f(this,en,void 0),f(this,is,void 0),f(this,tn,void 0),f(this,Bc,0),f(this,Ei,void 0),v(this,Ei,e),this.stage=new ji(e,n,s,r,i),v(this,tn,r),v(this,en,n),v(this,is,s),this.setupEvents()}setupEvents(){a(this,Ei).subscribe("stageStatus",e=>{this.stage.emit("stageStatusUpdate",e)}),a(this,tn).on(B.grantStageAccess,()=>{a(this,en).permissions.stageAccess!==Y.Allowed&&(this.stage.emit("stageRequestApproved"),this.setStageStatus("ACCEPTED_TO_JOIN_STAGE"))}),a(this,tn).on(B.peerStageStatusUpdate,e=>{e!==void 0&&(e.peerId===a(this,en).id?this.selfStageStatusHandler(e):this.peerStageStatusHandler(e))}),a(this,tn).on(B.denyStageAccess,()=>{a(this,en).permissions.stageAccess!==Y.Allowed&&(this.stage.emit("stageRequestRejected"),this.setStageStatus("OFF_STAGE"))}),a(this,tn).on(B.getStageRequests,e=>h(this,null,function*(){var r;if(a(this,en).permissions.stageAccess!==Y.Allowed)return;const i=(r=e==null?void 0:e.stageRequests)!=null?r:[];yield R.emitAsync(M.GET_STAGE_REQUESTS,i),a(this,Bc)<i.length&&i.length>0&&this.stage.emit("newStageRequest",{count:i.length}),v(this,Bc,i.length),this.stage.emit("stageAccessRequestUpdate",i)}))}getCurrentStageRequests(){return a(this,is).joined.toArray().filter(e=>e.stageStatus==="REQUESTED_TO_JOIN_STAGE").map(e=>({displayName:e.name,userId:e.userId,peerId:e.id}))}setStageStatus(e){return h(this,null,function*(){this.stage.status!==e&&a(this,Ei).setValue("stageStatus",e)})}selfStageStatusHandler(e){const r=$h(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 h(this,null,function*(){const r=a(this,is).joined.get(e.peerId),i=a(this,is).viewMode==="ACTIVE_GRID";if(!r){u.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})})}}en=new WeakMap,is=new WeakMap,tn=new WeakMap,Bc=new WeakMap,Ei=new WeakMap;sD([S.trace("DyteStage.setupEvents")],vv.prototype,"setupEvents",1);var aD=Object.defineProperty,oD=Object.getOwnPropertyDescriptor,ol=(t,e,r,i)=>{for(var n=i>1?void 0:i?oD(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&&aD(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 vt,Xt,ua,ha,ci,pa,Jn,ma,Bm;let Ns=(Bm=class extends Vs{constructor(t,{baseURL:e,createdAt:r,description:i,id:n,name:s,organizationId:o,picture:c,private:d,published:l,staggered:p,tags:g,type:y,updatedAt:T},b,D,P,U,H){super(),f(this,vt,void 0),m(this,"baseURL"),m(this,"createdAt"),m(this,"description"),m(this,"id"),m(this,"name"),f(this,Xt,void 0),f(this,ua,void 0),f(this,ha,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,ci,void 0),m(this,"config"),f(this,pa,void 0),m(this,"active"),m(this,"iframes"),m(this,"enabledBy"),f(this,Jn,void 0),f(this,ma,void 0),v(this,Jn,t),this.baseURL=e,this.createdAt=new Date(r),this.description=i,this.id=n,this.name=s,v(this,Xt,D),this.organizationId=o,this.picture=c,this.private=d,this.published=l,this.staggered=p,this.tags=g,this.type=y,this.updatedAt=new Date(T),this.active=!1,this.iframes=new Map,v(this,vt,b),v(this,ua,P),v(this,ha,U),this.enabledBy="",v(this,ma,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 h(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,vt).customPluginEventToRoom(this.id,i,n);break}case z.customPluginEventToPeers:{a(this,vt).customPluginEventToPeers(this.id,i.peerIds,i,n);break}case z.enablePluginForRoom:{a(this,vt).enablePluginForRoom(this.id,n);break}case z.enablePluginForPeers:{a(this,vt).enablePluginForPeers(this.id,i.peerIds,n);break}case z.disablePluginForRoom:{a(this,vt).disablePluginForRoom(this.id,n);break}case z.disablePluginForPeers:{a(this,vt).disablePluginForPeers(this.id,i.peerIds,n);break}case z.storeInsertKeys:{a(this,vt).storeInsertKeys(this.id,i.store,i.insertKeys,n);break}case z.storeGetKeys:{a(this,vt).storeGetKeys(this.id,i.store,i.getKeys,n);break}case z.storeDeleteKeys:{a(this,vt).storeDeleteKeys(this.id,i.store,i.deleteKeys,n);break}case z.storeDelete:{a(this,vt).storeDelete(this.id,i.store,n);break}case xe.chatMessage:{const{messagePayload:o,peerIds:c}=i;if(!a(this,ha)){this.sendIframeEvent({type:xe.chatMessage,uuid:r.uuid,payload:{error:"Chat is disabled for this room."}});return}try{yield a(this,ha).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=q(V({},a(this,Xt)),{id:a(this,Xt).id,isRecorder:(e=a(this,Xt).permissions)==null?void 0:e.isRecorder,isHidden:a(this,Xt).permissions.hiddenParticipant,stageStatus:a(this,Xt).stageStatus});c?(o=a(this,ua).joined.get(i.peerId),a(this,Xt).id===c&&(o=d)):o=d,this.sendIframeEvent({type:xe.getPeer,payload:{peer:o&&Ad(o)},uuid:r.uuid});break}case xe.getPeers:{const o=a(this,ua).joined.toArray().map(c=>Ad(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,ma)},uuid:r.uuid});break}case xe.getRoomName:{this.sendIframeEvent({type:xe.getRoomName,payload:{roomName:a(this,Jn).getValue("meetingId")},uuid:r.uuid});break}case xe.customPluginEventToParent:{this.emit(r.payload.eventName,r.payload.data);break}}})}sendData(t){this.active&&(u.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,pa))throw u.error("DytePlugin::addPluginView::no_auth_token_set_for_plugin"),new w("No auth token set for plugin.","0602");if(!t)throw u.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,pa),parent:navigator.isReactNative?this.baseURL:window.location.origin,backend:a(this,Jn).getValue("apiBase"),pluginId:this.id,roomName:(r=a(this,Jn).getValue("meetingId"))!=null?r:"",displayTitle:a(this,ma)};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=>h(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 h(this,null,function*(){const t=ct(),e=yield t.authorizePlugin(this.id);v(this,pa,e),v(this,ci,new Date);try{const r=yield t.getPluginConfig(this.baseURL);this.config=r}catch(r){u.error("DytePlugin::activateForSelf",{error:r})}this.setActive(!0),this.emit("enabled")})}deactivateForSelf(){Array.from(this.iframes.keys()).forEach(t=>{this.removePluginView(t)}),v(this,ci,void 0),this.iframes.clear(),this.setActive(!1),this.emit("closed")}enable(){return h(this,null,function*(){return this.activateForSelf()})}disable(){return this.deactivateForSelf()}activate(){return h(this,null,function*(){var t,e;this.active||(e=(t=a(this,Xt).permissions)==null?void 0:t.plugins)!=null&&e.canStart&&(a(this,vt).addPlugin(this.id,this.staggered),v(this,ci,new Date),u.info("plugin::activated",{plugin:{id:this.id,enabledBy:this.enabledBy,name:this.name}}))})}deactivate(){return h(this,null,function*(){var t,e;this.active&&(!((e=(t=a(this,Xt).permissions)==null?void 0:t.plugins)!=null&&e.canClose)&&this.enabledBy!==a(this,Xt).id||(a(this,vt).removePlugin(this.id),u.info("plugin::deactivated",{plugin:{id:this.id,name:this.name,duration:a(this,ci)?new Date().getTime()-a(this,ci).getTime():0}}),v(this,ci,void 0)))})}},vt=new WeakMap,Xt=new WeakMap,ua=new WeakMap,ha=new WeakMap,ci=new WeakMap,pa=new WeakMap,Jn=new WeakMap,ma=new WeakMap,Bm);ol([Ut({maxInvocations:5,period:1})],Ns.prototype,"sendData",1);ol([S.trace("DytePlugin.activatePlugin")],Ns.prototype,"activate",1);ol([S.trace("DytePlugin.deactivatePlugin")],Ns.prototype,"deactivate",1);Ns=ol([gt("0600")],Ns);var $e,ns;class yv extends Map{constructor(e){const{onAddEvent:r,onDeleteEvent:i,onClearEvent:n}=e;super(),f(this,$e,void 0),f(this,ns,void 0),m(this,"onAddEvent"),m(this,"onDeleteEvent"),m(this,"onClearEvent"),v(this,$e,new Vs),this.onAddEvent=r,this.onDeleteEvent=i,this.onClearEvent=n,v(this,ns,new Map)}emit(e,...r){return a(this,$e).emit(e,...r)}on(e,r){return a(this,$e).on(e,r)}addListener(e,r){return a(this,$e).addListener(e,r)}off(e,r){return a(this,$e).off(e,r)}once(e,r){return a(this,$e).once(e,r)}prependListener(e,r){return a(this,$e).prependListener(e,r)}prependOnceListener(e,r){return a(this,$e).prependOnceListener(e,r)}removeListener(e,r){return a(this,$e).removeListener(e,r)}removeAllListeners(e){return a(this,$e).removeAllListeners(e)}listeners(e){return a(this,$e).listeners(e)}listenerCount(e){return a(this,$e).listenerCount(e)}getMaxListeners(){return a(this,$e).getMaxListeners()}setMaxListeners(e){return a(this,$e).setMaxListeners(e)}eventNames(){return a(this,$e).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,ns).set(e,s),r.on("*",s),i&&a(this,$e).emit(this.onAddEvent,r),n}delete(e,r=!0,i=!1){const n=this.get(e);if(!n)return!1;n.removeListener("*",a(this,ns).get(e));const s=super.delete(e);return i&&n.removeAllListeners(),r&&a(this,$e).emit(this.onDeleteEvent,n),s}clear(e=!0,r=!1){this.forEach(n=>{n.removeListener("*",a(this,ns).get(n.id)),r&&n.removeAllListeners()});const i=super.clear();return e&&a(this,$e).emit(this.onClearEvent),i}toArray(){return Array.from(this.values())}}$e=new WeakMap,ns=new WeakMap;class Wm extends yv{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 cD=Object.defineProperty,dD=Object.getOwnPropertyDescriptor,lD=(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};let Ou=class{constructor(){m(this,"all"),m(this,"active"),this.all=new Wm,this.active=new Wm}};Ou=lD([gt("0600")],Ou);var uD=Object.defineProperty,hD=Object.getOwnPropertyDescriptor,cl=(t,e,r,i)=>{for(var n=i>1?void 0:i?hD(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&&uD(e,r,n),n},sr,ga,hc,jm;const Sv=(jm=class{constructor(t,e,r,i){m(this,"plugins"),f(this,sr,void 0),f(this,ga,void 0),f(this,hc,void 0),v(this,sr,e),v(this,ga,r),v(this,hc,t),this.plugins=i,this.setupEvents()}static init(t,e,r,i,n,s,o,c){return h(this,null,function*(){const d=new Ou;return e.forEach(l=>{const p=new Ns(t,l,r,s,o,n,c);d.all.add(p)}),new Sv(t,r,i,d)})}getRoomPlugins(){return h(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 h(this,arguments,function*({id:e,enabledBy:r}){const i=this.plugins.all.get(e);i&&(yield i.activateForSelf(),i.enabledBy=r)})}disablePlugin(t){return h(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,()=>h(this,null,function*(){yield this.getRoomPlugins(),u.debug("[SOCKET_SERVICE_ROOM_JOINED] resolved request to fetch plugins.")})),a(this,sr).on(z.addPlugin,t=>h(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=>h(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)=>h(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)=>h(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)=>h(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)=>h(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)=>h(this,null,function*(){this.sendIframeEvent(z.storeDelete,t.pluginId,e,{storeName:t.storeName})})),a(this,ga).on(Oe.sendMessageToPeers,t=>{const e=ei==null?void 0:ei.formatSocketServiceMessage(t.message);this.broadcastIframeEvent(xe.chatMessage,{message:e})}),a(this,ga).on(Oe.sendMessageToRoom,t=>{const e=ei==null?void 0:ei.formatSocketServiceMessage(t.message);this.broadcastIframeEvent(xe.chatMessage,{message:e})}),R.on(M.PEER_JOINED_INTERNAL,t=>{const e=Ad(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,hc).subscribe("stageStatus",t=>{this.broadcastIframeEvent(xe.stageStatusUpdate,t)})}},sr=new WeakMap,ga=new WeakMap,hc=new WeakMap,jm);let jo=Sv;cl([S.trace("PluginController.getRoomPlugins")],jo.prototype,"getRoomPlugins",1);cl([S.trace("PluginController.enableForSelf")],jo.prototype,"enablePlugin",1);cl([S.trace("PluginController.disableForSelf")],jo.prototype,"disablePlugin",1);cl([S.trace("PluginController.setupEvents")],jo.prototype,"setupEvents",1);class pD{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 mD=Object.defineProperty,gD=Object.getOwnPropertyDescriptor,Ho=(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&&mD(e,r,n),n},fa,pc,va,mc,Hm;let Dn=(Hm=class extends Kt{constructor(t,e){super(),f(this,va),f(this,fa,void 0),f(this,pc,void 0),m(this,"recordingPeerIds",[]),m(this,"recordings",[]),v(this,pc,t),v(this,fa,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 h(this,null,function*(){if(!a(this,fa).permissions.canRecord)throw u.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 u.error("DyteRecording::start::recording_in_progress",{recording:{state:this.recordingState}}),new w(`Cant start recording, recordingState irregular: ${this.recordingState}`,"1005");try{const e=ct(),{recording:r={}}=a(this,pc).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 u.error("DyteRecording::stop::recording_failed_to_start",{error:e}),new w("Error while starting recording","1000")}})}stop(t){return h(this,null,function*(){yield j(this,va,mc).call(this,"stop",["RECORDING","PAUSED"],t)})}pause(t){return h(this,null,function*(){yield j(this,va,mc).call(this,"pause",["RECORDING"],t)})}resume(t){return h(this,null,function*(){yield j(this,va,mc).call(this,"resume",["PAUSED"],t)})}},fa=new WeakMap,pc=new WeakMap,va=new WeakSet,mc=function(t,e,r){return h(this,null,function*(){if(!a(this,fa).permissions.canRecord)throw u.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)){u.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=>h(this,null,function*(){const s=n.state;t==="stop"&&(n.state="STOPPING",this.emit("recordingUpdate","STOPPING"));try{yield ct().updateRecording(n.id,t)}catch(o){throw u.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")}}))})},Hm);Ho([S.trace("DyteRecording.start")],Dn.prototype,"start",1);Ho([S.trace("DyteRecording.stop")],Dn.prototype,"stop",1);Ho([S.trace("DyteRecording.stop")],Dn.prototype,"pause",1);Ho([S.trace("DyteRecording.stop")],Dn.prototype,"resume",1);Dn=Ho([gt("1000")],Dn);var fD=Object.defineProperty,vD=Object.getOwnPropertyDescriptor,yD=(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},Nu;class Ev{constructor(e,r,i){m(this,"recording"),m(this,"room"),f(this,Nu,void 0),v(this,Nu,e),this.recording=new Dn(e,r),this.room=i,this.setupEvents()}getRecordingTypeFromProtoType(e){let r;switch(e){case Pn.BROWSER:r="BROWSER";break;case Pn.COMPOSITE:r="COMPOSITE";break;case Pn.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(B.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(B.recordingPaused,e=>{const r=[...this.recording.recordings];r.forEach(i=>{i.id===e.recordingId&&(i.state="PAUSED")}),this.recording.updateRecordings(r)}),this.room.on(B.recordingStopped,e=>{const r=[...this.recording.recordings.filter(i=>i.id!==e.recordingId)];this.recording.updateRecordings(r)})}}Nu=new WeakMap;yD([S.trace("RecordingController.setupEvents")],Ev.prototype,"setupEvents",1);class SD{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 Kh{constructor(e,r,i){m(this,"logger"),m(this,"features"),m(this,"browserSpecs"),m(this,"callStats"),this.logger=e,this.features=r,this.browserSpecs=Ce,this.callStats=i}static init(e){return new Kh(u,SD,e)}}class zh{constructor(e){m(this,"internals"),this.internals=e}static init(){return h(this,null,function*(){const e=Kh.init(K);return new zh(e)})}}var ED=Object.defineProperty,TD=Object.getOwnPropertyDescriptor,Yt=(t,e,r,i)=>{for(var n=i>1?void 0:i?TD(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&&ED(e,r,n),n},Ze,Pe,_e,Gr,mr,Wc,Lu;class Ft extends Vs{constructor(e,r,i=Vu,n=!0){super(),f(this,Ze,void 0),f(this,Pe,void 0),f(this,_e,void 0),f(this,Gr,void 0),f(this,mr,void 0),f(this,Wc,void 0),f(this,Lu,void 0),m(this,"audioUpdateInProgress"),m(this,"videoUpdateInProgress"),v(this,Lu,e),this.audioUpdateInProgress=!1,this.videoUpdateInProgress=!1,v(this,Ze,new Tv(e,r)),v(this,Pe,new HD(a(this,Ze),void 0,i)),v(this,_e,new YD(a(this,Ze),void 0,i)),v(this,mr,new $D(a(this,Ze))),v(this,Gr,new qD(a(this,Ze))),v(this,Wc,n),a(this,Pe).on("trackMuted",this.onAudioTrackMuted.bind(this)),a(this,Pe).on("trackChanged",this.onAudioTrackChanged.bind(this)),a(this,_e).on("trackChanged",this.onVideoTrackChanged.bind(this)),a(this,_e).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 h(this,null,function*(){K.tabChanged(document.visibilityState==="visible"),document.visibilityState!=="visible"?K.browserBackgrounded():(K.browserForegrounded(),yield this.setupSpeaker())})}repopulateAvailableDevices(){return h(this,null,function*(){return!0})}setupStreams(e){return h(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,Pe).userSelectedDevice,a(this,_e).userSelectedDevice);s=c.audioTrack,o=c.videoTrack}catch(c){u.error("LocalMediaHandler::init::Failed to get audio video tracks",{error:c})}if(!s&&r)try{s=yield a(this,Ze).getAudioTrack(!1,a(this,Pe).userSelectedDevice)}catch(c){u.error("LocalMediaHandler::init::Failed to get audio track",{error:c})}if(!o&&i)try{o=yield a(this,Ze).getVideoTrack(a(this,_e).userSelectedDevice)}catch(c){u.error("LocalMediaHandler::init::Failed to get video track",{error:c})}r&&!s&&K.audioOff(),i&&!o&&K.videoOff(),yield a(this,Pe).setMediaTrack(s),yield a(this,_e).setMediaTrack(o);try{yield a(this,Gr).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,Gr).currentDevice)!=null&&n.deviceId&&K.selectedDevice("SPEAKER",a(this,Gr).currentDevice),a(this,Ze).onDeviceChange((c,d,l)=>{this.onDeviceChange(d,l)})})}getCurrentDevices(){return{audio:a(this,Pe).currentDevice,video:a(this,_e).currentDevice,speaker:a(this,Gr).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,Pe).mediaTrack}get audioTrack(){return a(this,Pe).transformedMediaTrack}get audioEnabled(){return a(this,Pe).trackEnabled}enableAudio(e){return h(this,null,function*(){if(!this.audioUpdateInProgress){this.audioUpdateInProgress=!0;try{e?yield a(this,Pe).enableTrack(!1,e):yield a(this,Pe).unmuteTrack()}catch{}finally{this.audioUpdateInProgress=!1}}})}disableAudio(){a(this,Pe).mediaTrack&&!a(this,Pe).isCustomTrack?a(this,Pe).muteTrack():a(this,Pe).disableTrack()}getAudioDevices(e){return a(this,Ze).getAudioInputDevices(e)}setAudioDevice(e){return h(this,null,function*(){yield a(this,Pe).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,Gr).setupSpeaker()}setSpeakerDevice(e){return h(this,null,function*(){yield a(this,Gr).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,_e).mediaTrack}get videoTrack(){return a(this,_e).transformedMediaTrack}get videoEnabled(){return a(this,_e).trackEnabled}enableVideo(e){return h(this,null,function*(){if(!this.videoUpdateInProgress){this.videoUpdateInProgress=!0;try{e?yield a(this,_e).enableTrack(!1,e):yield a(this,_e).unmuteTrack()}catch{}finally{this.videoUpdateInProgress=!1}}})}disableVideo(){a(this,_e).disableTrack()}getVideoDevices(e){return a(this,Ze).getVideoInputDevices(e)}setVideoDevice(e){return h(this,null,function*(){yield a(this,_e).setDevice(e),e!=null&&e.deviceId&&K.selectedDevice("VIDEO",e),this.emit("VIDEO_TRACK_CHANGE"),this.emit("DEVICE_CHANGE",{device:e})})}updateVideoConstraints(e){return h(this,null,function*(){yield a(this,_e).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 h(this,null,function*(){yield a(this,mr).enableScreenShare()})}disableScreenShare(){return h(this,null,function*(){a(this,mr).disableScreenShare()})}updateScreenshareConstraints(e){return h(this,null,function*(){yield a(this,mr).updateConstraints(e)})}getSpeakerDevices(e){return a(this,Ze).getAudioOutputDevices(e)}addAudioMiddleware(e){return a(this,Pe).addMiddleware(e)}removeAudioMiddleware(e){return a(this,Pe).removeMiddleware(e)}removeAllAudioMiddlewares(){return a(this,Pe).removeAllMiddlewares()}addVideoMiddleware(e){return a(this,_e).addMiddleware(e)}removeVideoMiddleware(e){return a(this,_e).removeMiddleware(e)}removeAllVideoMiddlewares(){return a(this,_e).removeAllMiddlewares()}setVideoMiddlewareGlobalConfig(e){return a(this,_e).setVideoMiddlewareGlobalConfig(e)}destruct(){a(this,Pe).disableTrack(),a(this,_e).disableTrack(),a(this,_e).terminateMiddlewareWebWorker(),a(this,mr).disableScreenShare(),a(this,Ze).destruct()}onDeviceChange(e,r){return h(this,null,function*(){var i,n;this.emit("DEVICE_LIST_UPDATED",e),!(r||!a(this,Wc))&&((i=e==null?void 0:e.added)==null||i.forEach(s=>h(this,null,function*(){var o;s&&!Vu(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=>h(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,Pe).disableTrack()}removeVideoTrack(){a(this,_e).disableTrack(),a(this,_e).terminateMiddlewareWebWorker()}removeDocumentEventListeners(){return h(this,null,function*(){document.removeEventListener("visibilitychange",this.onVisibilityChange)})}}Ze=new WeakMap,Pe=new WeakMap,_e=new WeakMap,Gr=new WeakMap,mr=new WeakMap,Wc=new WeakMap,Lu=new WeakMap;Yt([S.trace("MediaHandler.setupStreams")],Ft.prototype,"setupStreams",1);Yt([S.trace("MediaHandler.enableAudio")],Ft.prototype,"enableAudio",1);Yt([S.trace("MediaHandler.disableAudio")],Ft.prototype,"disableAudio",1);Yt([S.trace("MediaHandler.setAudioDevice")],Ft.prototype,"setAudioDevice",1);Yt([S.trace("MediaHandler.enableVideo")],Ft.prototype,"enableVideo",1);Yt([S.trace("MediaHandler.disableVideo")],Ft.prototype,"disableVideo",1);Yt([S.trace("MediaHandler.setVideoDevice")],Ft.prototype,"setVideoDevice",1);Yt([S.trace("MediaHandler.updateVideoConstraints")],Ft.prototype,"updateVideoConstraints",1);Yt([S.trace("MediaHandler.enableScreenShare")],Ft.prototype,"enableScreenShare",1);Yt([S.trace("MediaHandler.disableScreenShare")],Ft.prototype,"disableScreenShare",1);Yt([S.trace("MediaHandler.updateScreenshareConstraints")],Ft.prototype,"updateScreenshareConstraints",1);Yt([S.trace("MediaHandler.destruct")],Ft.prototype,"destruct",1);Yt([S.trace("MediaHandler.onDeviceChange")],Ft.prototype,"onDeviceChange",1);function gc(t,e,r){switch(!0){case Ce.isChromiumBased():switch(e){case"NotAllowedError":return r.includes("by system")?"SYSTEM_DENIED":t==="screenshare"?"CANCELED":"DENIED";case"NotReadableError":default:return"COULD_NOT_START"}case Ce.isSafari():switch(e){case"NotAllowedError":return"DENIED";default:return"COULD_NOT_START"}case Ce.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 kD=["virtual","emulator","krisp","solstice conference","teams","loom","zoom","manycam","blackhole","displayport","xsplit","wirecast","vMix","elgato","epiphan","voice changer","voicemod","morphvoxx"];function Vu(t){var e,r;const i=(e=t.label)==null?void 0:e.toLowerCase();return((r=Ce._bowser)==null?void 0:r.getOSName())==="macOS"&&i.includes("iphone")?(u.log("isVirtualDevice::ignore_macos_continuity"),!0):kD.some(n=>i==null?void 0:i.includes(n))}function bD(t,e){return h(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 u.error("getTransformedAudioTrack::middleware_execution_failed",{error:o}),e}return s.stream.getAudioTracks()[0]})}var ss;class _D{constructor(){f(this,ss,void 0)}terminateMiddlewareWebWorker(){if(a(this,ss))try{Es(a(this,ss)),v(this,ss,void 0)}catch{u.debug("WorkerTimers::terminateMiddlewareWebWorker::failed")}}getTransformedVideoTrack(e,r,i){return h(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:hS})));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 l=()=>h(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){u.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,ss,yd(l,50))},!1);const p=n.captureStream().getVideoTracks()[0];return Object.defineProperty(p,"originalSettings",{value:r.getSettings()}),p})}}ss=new WeakMap;const Gm={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}}},wD=[[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"}]]],ID=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=wD;Q.hasFeature(ne.OVERRIDE_HIVE_SIMULCAST_DYNAMIC)&&(i=JSON.parse(Q.getValue(ne.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 Ee=(t=>(t.WEBCAM="webcam",t.WEBCAM_BACKUP="webcam_backup",t.MIC="mic",t.SCREENSHARE_VIDEO="screenshare_video",t.SCREENSHARE_AUDIO="screenshare_audio",t))(Ee||{});const CD=m_(),$n=Er(CD.config.media);function PD(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 as,xu;class RD{constructor(e,r){f(this,as,void 0),f(this,xu,void 0),m(this,"getScreenShareConstraints",()=>{var i,n,s,o,c,d,l,p,g,y,T;const b=(i=a(this,as))==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,U=(l=(d=b==null?void 0:b.frameRate)==null?void 0:d.max)!=null?l: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(ne.VAL_MIN_FRAMERATE)&&(H=parseInt((y=Q.getValue(ne.VAL_MIN_FRAMERATE))==null?void 0:y.toString(),10));let ie={width:{max:D},height:{max:P},frameRate:{ideal:H,max:U}};if(Q.hasFeature(ne.SCREENSHARE_CONSTRAINTS)){const ae=(T=Q.getValue(ne.SCREENSHARE_CONSTRAINTS))==null?void 0:T.toString();ie=JSON.parse(ae)}return J!==void 0&&["monitor","browser","window"].includes(J)&&(ie=q(V({},ie),{displaySurface:J})),I!==void 0&&(ie=q(V({},ie),{selfBrowserSurface:I})),{audio:!0,video:ie}}),m(this,"getAudioConstraints",i=>{var n,s,o,c,d,l,p,g;const y={},T=(n=a(this,as))==null?void 0:n.audio,b=T!=null&&T.enableStereo?2:1;return Ce.isFirefox()||Ce.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:(l=T==null?void 0:T.echoCancellation)!=null?l:!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={},l=(n=a(this,as))==null?void 0:n.video;let p=Gm.vga;if(typeof l=="string"?p=Gm[l]:l!==void 0&&(p.height.ideal=l.height.ideal,p.width.ideal=l.width.ideal),p.frameRate={ideal:(o=(s=p.frameRate)==null?void 0:s.ideal)!=null?o:24},Ce.isChromiumBased()&&(p.frameRate.max=30),Q.hasFeature(ne.VIDEO_CONSTRAINTS)){const g=(c=Q.getValue(ne.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,xu,e),v(this,as,r)}getUpdatedVideoConstraints(e){return e}}as=new WeakMap,xu=new WeakMap;class Gl extends Error{constructor(e,r,i){super(r),m(this,"constraints"),m(this,"name"),this.name=e,this.constraints=i}}class MD{constructor(){m(this,"permissions"),this.permissions={audio:"NOT_REQUESTED",video:"NOT_REQUESTED",screenshare:"NOT_REQUESTED"}}getAudioInputDevices(e){return h(this,null,function*(){let r=e;return e||(r=yield this.getAvailableDevices()),r.filter(i=>i.kind==="audioinput")})}getVideoInputDevices(e){return h(this,null,function*(){let r=e;return e||(r=yield this.getAvailableDevices()),r.filter(i=>i.kind==="videoinput")})}getAudioOutputDevices(e){return h(this,null,function*(){let r=e;return e||(r=yield this.getAvailableDevices()),r.filter(i=>i.kind==="audiooutput")})}}var AD=Object.defineProperty,DD=Object.getOwnPropertyDescriptor,wr=(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&&AD(e,r,n),n},ya,ar,ql,qm;let $t=(qm=class extends MD{constructor(t,e){super(),m(this,"availableDevices"),f(this,ya,void 0),f(this,ar,void 0),f(this,ql,void 0),v(this,ql,t),v(this,ar,new RD(t,e)),v(this,ya,new AbortController),this.availableDevices=[],this.getAvailableDevices()}get constraintsBuilder(){return a(this,ar)}destruct(){return h(this,null,function*(){var t;(t=a(this,ya))==null||t.abort()})}handlePermissionErrors(t,e){const r=gc(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 h(this,null,function*(){const r={audio:a(this,ar).getAudioConstraints(t).audio,video:a(this,ar).getVideoConstraints(e).video};try{u.info("getUserMediaWithoutTimeout::requesting_user_media",{constraints:JSON.stringify(r)});const i=yield navigator.mediaDevices.getUserMedia(r);u.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(ne.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 u.error("WebMediaInterface.getAudioAndVideoTrack",{error:i}),new w("Couldnt fetch audio and video track","1605")}})}getAudioTrack(t,e){return h(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=>h(this,null,function*(){let s;try{r=r.filter(c=>c.deviceId!==n),s=a(this,ar).getAudioConstraints(n),u.info("getUserMediaWithoutTimeout::requesting_user_media",{constraints:JSON.stringify(s)});const[o]=(yield navigator.mediaDevices.getUserMedia(s)).getAudioTracks();return u.info("getUserMediaWithoutTimeout::received_user_media",{constraints:JSON.stringify(s)}),o}catch(o){const c=gc("audio",o.name,o.message),d=new Gl(o.name,o.message,s);if(c==="COULD_NOT_START"){const l=r.shift();if(!l)throw d;u.info("getAudioTrack::gum_failed",{constraints:JSON.stringify(s),error:o});const p=a(this,ar).getAudioConstraints(l.deviceId);return u.info("getAudioTrack::retrying_gum_for_next_device",{constraints:JSON.stringify(p)}),i(l.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 h(this,null,function*(){var e;const r=Q.hasFeature(ne.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=>h(this,null,function*(){try{let d=c;const{video:l}=d;n&&typeof l!="boolean"&&(d={video:{deviceId:l.deviceId}}),u.info("getUserMediaWithoutTimeout::requesting_user_media",{constraints:JSON.stringify(d)});const[p]=(yield navigator.mediaDevices.getUserMedia(d)).getVideoTracks();if(n&&typeof l!="boolean"&&typeof l.width=="object"){const{width:g,height:y}=p.getSettings(),{ideal:T}=l.width;p.applyConstraints({width:{ideal:T},height:{ideal:Math.floor(y*T/g)},frameRate:l.frameRate})}return u.info("getUserMediaWithoutTimeout::received_user_media",{constraints:JSON.stringify(d)}),p}catch(d){const l=gc("video",d.name,d.message),p=new Gl(d.name,d.message,c);if(l==="COULD_NOT_START"){const g=s.shift();if(!g)throw p;u.info("getVideoTrack::gum_failed",{constraints:JSON.stringify(c),error:d});const y=a(this,ar).getVideoConstraints(g.deviceId);return u.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 h(this,null,function*(){const t=e=>h(this,null,function*(){try{u.info("getDisplayMediaWithoutTimeout::requesting_display_media",{constraints:JSON.stringify(e)}),K.screenShareRequested();const r=yield navigator.mediaDevices.getDisplayMedia(e);return u.info("getDisplayMediaWithoutTimeout::received_display_media",{constraints:JSON.stringify(e)}),r}catch(r){const i=gc("video",r.name,r.message),n=new Gl(r.name,r.message,e),s={video:!0};if(Lw(e,s)||!Q.hasFeature(ne.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 h(this,null,function*(){const e=yield this.getDevice(t||"default");return e==null?void 0:e.label})}getAvailableDevices(){return h(this,null,function*(){try{const t=yield navigator.mediaDevices.enumerateDevices();return this.availableDevices=t,t}catch(t){throw u.error("enumerate_devices_failed",{error:t}),new w("Failed to get available devices","1609")}})}getAvailableDevicesByKind(t){return h(this,null,function*(){try{return(yield navigator.mediaDevices.enumerateDevices()).filter(({kind:e})=>t===e)}catch(e){throw u.error("enumerate_devices_failed",{error:e}),new w("Failed to get available devices by kind","1609")}})}getDevice(t){return h(this,null,function*(){try{return(yield navigator.mediaDevices.enumerateDevices()).filter(e=>e.deviceId===t)[0]}catch(e){throw u.error("enumerate_devices_failed",{error:e}),new w("Failed to get device","1609")}})}onDeviceChange(t){return h(this,null,function*(){Ce.supportsDeviceChangeEvent()&&navigator.mediaDevices.addEventListener("devicechange",e=>h(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))),l={added:c.filter(p=>!o.has(n(p))),removed:s.filter(p=>!d.has(n(p))),devices:c};if((r=l.added)!=null&&r.length||(i=l.removed)!=null&&i.length){u.info("repopulated_full_device_list",{devices:JSON.stringify(c)});const p=[...l.added,...l.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,l,!1)}}),{signal:a(this,ya).signal})})}},ya=new WeakMap,ar=new WeakMap,ql=new WeakMap,qm);wr([S.trace("WebMediaInterface.destruct")],$t.prototype,"destruct",1);wr([S.trace("WebMediaInterface.handlePermissionErrors")],$t.prototype,"handlePermissionErrors",1);wr([S.trace("WebMediaInterface.getAudioAndVideoTrack")],$t.prototype,"getAudioAndVideoTrack",1);wr([S.trace("WebMediaInterface.getAudioTrack")],$t.prototype,"getAudioTrack",1);wr([S.trace("WebMediaInterface.getVideoTrack")],$t.prototype,"getVideoTrack",1);wr([S.trace("WebMediaInterface.getScreenShareTracks")],$t.prototype,"getScreenShareTracks",1);wr([S.trace("WebMediaInterface.getAvailableDevices")],$t.prototype,"getAvailableDevices",1);wr([S.trace("WebMediaInterface.getAvailableDevicesByKind")],$t.prototype,"getAvailableDevicesByKind",1);wr([S.trace("WebMediaInterface.getDevice")],$t.prototype,"getDevice",1);wr([S.trace("WebMediaInterface.onDeviceChange")],$t.prototype,"onDeviceChange",1);$t=wr([gt("1600")],$t);const Tv=$t,vo={setItem:(t,e)=>{try{localStorage.setItem(t,e)}catch(r){u.error("LocalStorage::setItem::crashed",{error:r,localStorage:{key:t,value:e}})}},getItem:t=>{try{return localStorage.getItem(t)}catch(e){u.error("LocalStorage::getItem::crashed",{error:e,localStorage:{key:t}})}return null}},OD=(t=0)=>new Promise(e=>setTimeout(e,t)),ND=(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(l=>l!==128&&l!==0)?Promise.resolve(!1):OD().then(d))}return d().then(l=>(n.disconnect(),l),l=>{throw n.disconnect(),l})},LD=typeof AudioContext!="undefined"?AudioContext:null;class Yh{constructor(e){m(this,"_AudioContext"),m(this,"audioContext"),m(this,"_audioContextRefContainers");const r=V({AudioContext:LD},e);Object.defineProperties(this,{_AudioContext:{value:r.AudioContext},audioContext:{value:null,writable:!0},_audioContextRefContainers:{value:new Set},AudioContextProvider:{enumerable:!0,value:Yh}})}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 Yh,VD=3,xD=250;function UD(t){const e={},r=Jm.getOrCreate(e);let i=VD;function n(){return i-=1,ND(r,t.srcObject,xD).then(s=>s?i>0?n():!0:!1).catch(()=>!0)}return n().finally(()=>{Jm.release(e)})}function $m(t){return h(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 UD(e),i&&u.info("checkIfAudioTrackIsSilent::silence_detected")}catch(n){u.error("checkIfAudioTrackIsSilent::failed_to_detect_silence",{error:n})}finally{e.pause(),e.remove()}return i})}var FD=Object.defineProperty,BD=Object.getOwnPropertyDescriptor,kv=(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&&FD(e,r,n),n};let Dd=class extends Vs{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=>vo.setItem(this.userPreferredDeviceKey,n)),m(this,"getUserPreferredDevice",()=>vo.getItem(this.userPreferredDeviceKey)),m(this,"isCustomTrack",!1),this.mediaInterface=t,e&&(this._mediaTrack=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 h(this,null,function*(){const e=r=>{u.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){u.warn("BaseMediaHandler.muteTrack Tried muting with no track present");return}this.transformedMediaTrack&&(this.transformedMediaTrack.enabled=!1),this.mediaTrack.enabled=!1}unmuteTrack(){return h(this,null,function*(){try{this.mediaTrack?this.mediaTrack.enabled=!0:yield this.enableTrack(!1)}catch(t){throw u.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 h(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 h(this,null,function*(){if(!t)throw u.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 h(this,null,function*(){if(Ce.isWebKitBased()&&!Q.hasFeature(ne.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 u.error("While adding middleware",{error:e}),this.removeMiddleware(t),{success:!1,message:e==null?void 0:e.message}}})}removeMiddleware(t){return h(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 u.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 h(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 u.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&&(u.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&&(u.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}`),u.info(`${this.constructorName}.removeMediaTrackListeners`),this.mediaTrack.removeEventListener("ended",this.onTrackEnded),this.mediaTrack.removeEventListener("mute",this.onTrackMuted))}};kv([S.trace("BaseMediaHandler.unmuteTrack")],Dd.prototype,"unmuteTrack",1);Dd=kv([gt("1600")],Dd);const bv=Dd;var WD=Object.defineProperty,jD=Object.getOwnPropertyDescriptor,Qh=(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};const Jl="[Dyte]nonSilentDeviceLabels";class dl extends bv{onSetDevice(e){return h(this,null,function*(){if(!e)throw u.warn("AudioMediaHandler.setDevice No device received"),new w("No device received!","1603");if(e.kind!=="audioinput")throw u.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 u.error("AudioMediaHandler.setDevice.error",{error:r}),this.disableTrack(),new w(r.message,"1604")}})}enableTrack(e,r){return h(this,null,function*(){if(this.trackEnabled){u.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 h(this,null,function*(){var r;if(!e&&!((r=this.middlewares)!=null&&r.length)){this.transformedMediaTrack=this.mediaTrack;return}try{this.transformedMediaTrack=yield bD(this.middlewares,this.mediaTrack),this.emit("trackChanged")}catch(i){u.error("AudioMediaHandler.setTransformedTrack",{error:i}),this.transformedMediaTrack=this.mediaTrack}})}onTrackEnded(){return h(this,null,function*(){u.info("AudioMediaHandler.TrackEnded"),this.emit("trackEnded");const e=this.mediaTrack.enabled;this.disableTrack(),yield this.enableTrack(!e),yield this.setTransformedTrack(),this.emit("trackChanged")})}onTrackMuted(){u.info("AudioMediaHandler.TrackMuted"),this.emit("trackMuted")}conditionallyChangeTrack(e){return h(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(),u.info("localmediahandler::setupstreams::found_audio_non_preferred"),i=yield this.mediaInterface.getAudioTrack(!1,s[0].deviceId));const o=JSON.parse(vo.getItem(Jl));if(o!=null&&o.devices.some(d=>d.label===i.label))return i;if(!(yield $m(i))){const d=(r=o==null?void 0:o.devices.concat({label:i.label}))!=null?r:[{label:i.label}];return vo.setItem(Jl,JSON.stringify({devices:d})),i}u.info("AudioMediaHandler.conditionallyChangeTrack.DetectedSilentTrack");const c=i.getSettings().deviceId;return s.filter(d=>d.deviceId!==c).some(d=>h(this,null,function*(){if(i=yield this.mediaInterface.getAudioTrack(!1,d.deviceId),!(yield $m(i))){const l=o.devices.concat({label:i.label});return vo.setItem(Jl,JSON.stringify({devices:l})),u.info("AudioMediaHandler.conditionallyChangeTrack.SuccesfullyChangedTrack"),!0}return u.info("AudioMediaHandler.conditionallyChangeTrack.AnotherSilentTrackFound"),!1})),i})}}Qh([S.trace("AudioMediaHandler.setTransformedTrack")],dl.prototype,"setTransformedTrack",1);Qh([S.trace("AudioMediaHandler.onTrackEnded")],dl.prototype,"onTrackEnded",1);Qh([S.trace("AudioMediaHandler.conditionallyChangeTrack")],dl.prototype,"conditionallyChangeTrack",1);const HD=dl;var Wa;class GD{constructor(e){f(this,Wa,void 0),m(this,"currentDevice"),v(this,Wa,e)}setupSpeaker(e){return h(this,null,function*(){var r,i;if(!(a(this,Wa)instanceof Tv))return;let n=e;if(e||([n]=(yield a(this,Wa).getAvailableDevicesByKind("audiooutput")).filter(o=>!Vu(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=>h(this,null,function*(){if(typeof o.sinkId!="undefined"&&this.currentDevice.deviceId&&o.sinkId!==this.currentDevice.deviceId)try{yield o.setSinkId(this.currentDevice.deviceId)}catch{}}))})}}Wa=new WeakMap;const qD=GD;class JD extends Vs{constructor(e){super(),m(this,"mediaInterface"),m(this,"audioMediaTrack"),m(this,"videoMediaTrack"),this.mediaInterface=e}get trackEnabled(){return!!this.videoMediaTrack}enableScreenShare(){return h(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 h(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){u.error("ScreenShareHandler.updateConstraints.error",{error:i})}})}addMediaTrackListeners(){var e,r;(e=this.videoMediaTrack)==null||e.addEventListener("ended",this.onTrackEnded.bind(this)),Ce.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 $D=JD;var KD=Object.defineProperty,zD=Object.getOwnPropertyDescriptor,ll=(t,e,r,i)=>{for(var n=i>1?void 0:i?zD(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},ja,jc;class Go extends bv{constructor(e,r,i){super(e,r,i),f(this,ja,void 0),f(this,jc,{disablePerFrameCanvasRendering:!1}),v(this,ja,new _D)}onSetDevice(e){return h(this,null,function*(){if(!e)throw u.warn("VideoMediaHandler.setDevice No device received"),new w("No device received!","1603");if(e.kind!=="videoinput")throw u.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)){u.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 u.error("VideoMediaHandler.setDevice.error",{error:r}),this.disableTrack(),new w("Failed to change device","1600")}})}enableTrack(e,r){return h(this,null,function*(){if(this.trackEnabled){u.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 h(this,null,function*(){var r;if(!e&&!((r=this.middlewares)!=null&&r.length)){this.transformedMediaTrack=this.mediaTrack;return}try{this.transformedMediaTrack=yield a(this,ja).getTransformedVideoTrack(this.middlewares,this.mediaTrack,a(this,jc)),this.emit("trackChanged")}catch(i){u.error("VideoMediaHandler.setTransformedTrack",{error:i}),this.transformedMediaTrack=this.mediaTrack}})}setVideoMiddlewareGlobalConfig(e){return h(this,null,function*(){v(this,jc,e)})}updateConstraints(e){return h(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){u.error("VideoMediaHandler.updateConstraints.error",{error:i})}})}terminateMiddlewareWebWorker(){a(this,ja).terminateMiddlewareWebWorker()}onTrackEnded(){return h(this,null,function*(){u.info("VideoMediaHandler.TrackEnded"),this.disableTrack(),this.emit("trackEnded")})}onTrackMuted(){u.info("VideoMediaHandler.TrackMuted"),this.emit("trackMuted")}conditionallyChangeTrack(e){return h(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(),u.info("localmediahandler::setupstreams::found_video_non_preferred"),r=yield this.mediaInterface.getVideoTrack(n[0].deviceId)),r})}}ja=new WeakMap,jc=new WeakMap;ll([S.trace("VideoMediaHandler.setTransformedTrack")],Go.prototype,"setTransformedTrack",1);ll([S.trace("VideoMediaHandler.setVideoMiddlewareGlobalConfig")],Go.prototype,"setVideoMiddlewareGlobalConfig",1);ll([S.trace("VideoMediaHandler.onTrackEnded")],Go.prototype,"onTrackEnded",1);ll([S.trace("VideoMediaHandler.conditionallyChangeTrack")],Go.prototype,"conditionallyChangeTrack",1);const YD=Go,Km=Er(Wh());var jt,os,Hc,Ha;const Ga=class{constructor(t){if(f(this,jt,void 0),f(this,os,void 0),f(this,Hc,void 0),f(this,Ha,void 0),!t)throw new w("Could not load preset.","0904");v(this,jt,t.config),v(this,Hc,t.name),v(this,os,t.ui||Er(Wh().ui)),v(this,Ha,t.permissions.plugins.config)}static fromResponse(t){return new Ga(t)}static default(){return new Ga(Km)}static init(t,e=!0){return!t||e?new Ga(Km):new Ga(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,os).designTokens.logo,timer:!0,title:!0,participantCount:!0,changeLayout:!1}}}get pipMode(){return!0}get viewType(){return a(this,jt).viewType}get livestreamViewerQualities(){return a(this,jt).livestreamViewerQualities||[]}get maxVideoStreams(){return a(this,jt).maxVideoStreams}get maxScreenShareCount(){return a(this,jt).maxScreenshareCount}get plugins(){return[]}get disabledPlugins(){return Object.keys(a(this,Ha)).filter(t=>a(this,Ha)[t].disabled)}get designTokens(){return a(this,os).designTokens}get configDiff(){return a(this,os).configDiff}get mediaConstraints(){var t,e,r,i,n,s,o,c,d,l,p,g,y,T,b,D,P,U,H,J,I,ie,ae,Ae;return{audio:{enableStereo:(i=(r=(e=(t=a(this,jt))==null?void 0:t.media)==null?void 0:e.audio)==null?void 0:r.enableStereo)!=null?i:$n.audio.enableStereo,enableHighBitrate:(c=(o=(s=(n=a(this,jt))==null?void 0:n.media)==null?void 0:s.audio)==null?void 0:o.enableHighBitrate)!=null?c:$n.audio.enableHighBitrate},video:{quality:(g=(p=(l=(d=a(this,jt))==null?void 0:d.media)==null?void 0:l.video)==null?void 0:p.quality)!=null?g:$n.video.quality,frameRate:(D=(b=(T=(y=a(this,jt))==null?void 0:y.media)==null?void 0:T.video)==null?void 0:b.frameRate)!=null?D:$n.video.frameRate},screenshare:{quality:(J=(H=(U=(P=a(this,jt))==null?void 0:P.media)==null?void 0:U.screenshare)==null?void 0:H.quality)!=null?J:$n.screenshare.quality,frameRate:(Ae=(ae=(ie=(I=a(this,jt))==null?void 0:I.media)==null?void 0:ie.screenshare)==null?void 0:ae.frameRate)!=null?Ae:$n.screenshare.frameRate}}}get name(){return a(this,Hc)}};let QD=Ga;jt=new WeakMap,os=new WeakMap,Hc=new WeakMap,Ha=new WeakMap;var XD=Object.defineProperty,ZD=Object.getOwnPropertyDescriptor,_v=(t,e,r,i)=>{for(var n=i>1?void 0:i?ZD(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&&XD(e,r,n),n},qa;class Xh extends Kt{constructor(e){super(),f(this,qa,void 0),m(this,"state","IDLE"),m(this,"playbackUrl"),m(this,"ingestionCredentials"),m(this,"viewerCount"),v(this,qa,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 h(this,arguments,function*(e={manualIngestion:!1}){if(!a(this,qa).permissions.canLivestream)throw u.error("DyteLivestream::start::permission_denied"),new w("User does not have permission to start livestreaming","1901");this.setLivestreamState("STARTING");try{const r=ct(),{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 u.error("DyteRecording::stop::livestream_failed_to_start",{error:r}),this.setLivestreamState("IDLE"),new w("Error while starting livestream","1900")}})}stop(){return h(this,null,function*(){if(!a(this,qa).permissions.canLivestream)throw u.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 u.error("DyteLivestream::stop::inconsistent_state"),new w("Livestream not started yet","1902");try{this.setLivestreamState("STOPPING"),yield ct().stopLivestreaming()}catch(e){throw u.error("DyteLivestream::stop::livestream_failed_to_stop",{error:e}),this.setLivestreamState("STOPPING"),new w("Error while stopping livestream","1900")}})}}qa=new WeakMap;_v([S.trace("livestream.start")],Xh.prototype,"start",1);_v([S.trace("livestream.stop")],Xh.prototype,"stop",1);var eO=Object.defineProperty,tO=Object.getOwnPropertyDescriptor,rO=(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},Ja,$a,Ti;class wv{constructor(e,r){m(this,"livestream"),f(this,Ja,void 0),f(this,$a,void 0),f(this,Ti,void 0),v(this,$a,e),this.livestream=new Xh(e),v(this,Ti,r),this.setupEvents()}fetchInitialLivestreamingState(){return h(this,null,function*(){const e=ct(),{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(B.startedLivestream,e=>h(this,null,function*(){this.livestream.playbackUrl=e.playbackUrl,this.livestream.setLivestreamState("LIVESTREAMING");try{a(this,$a).permissions.canLivestream&&(yield this.fetchInitialLivestreamingState())}catch{u.error("Error: LivestreamController.fetchLivestream during startedLivestream re-fetch")}})),a(this,Ti).on(B.livestreamingInvoked,e=>h(this,null,function*(){if(e.manualIngest){this.livestream.setLivestreamState("WAITING_ON_MANUAL_INGESTION");try{a(this,$a).permissions.canLivestream&&(yield this.fetchInitialLivestreamingState())}catch{u.error("Error: LivestreamController.fetchLivestream during livestreamingInvoked re-fetch")}}})),a(this,Ti).on(B.stoppedLivestream,()=>{this.livestream.setLivestreamState("IDLE"),this.livestream.playbackUrl=void 0,this.livestream.ingestionCredentials=void 0}),a(this,Ti).on(B.erroredLivestream,()=>{this.livestream.setLivestreamState("IDLE"),this.livestream.playbackUrl=void 0}),a(this,Ti).on(B.roomPeerCount,e=>{this.livestream.viewerCount=e.count,this.livestream.emit("viewerCountUpdate",e.count)}),R.on(M.PEER_JOINED_INTERNAL,e=>h(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,()=>h(this,null,function*(){this.livestream.playbackUrl||(u.info("Fetching livestreaming state on leave stage"),yield this.fetchInitialLivestreamingState())})),R.on(M.SOCKET_SERVICE_ROOM_JOINED,()=>h(this,null,function*(){try{yield this.fetchInitialLivestreamingState()}catch{u.error("Error: LivestreamController.fetchLivestream")}}))}}Ja=new WeakMap,$a=new WeakMap,Ti=new WeakMap;rO([S.trace("LivestreamController.setupEvents")],wv.prototype,"setupEvents",1);var iO=Object.defineProperty,nO=Object.getOwnPropertyDescriptor,qo=(t,e,r,i)=>{for(var n=i>1?void 0:i?nO(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&&iO(e,r,n),n},_t,rn,nn,Uu,Iv;class Fs{constructor({name:e,socketHandler:r,meetingId:i}){f(this,Uu),m(this,"name",""),f(this,_t,{}),f(this,rn,""),f(this,nn,void 0),m(this,"rateLimitConfig",{maxInvocations:5,period:1}),m(this,"bulkRateLimitConfig",{maxInvocations:5,period:1}),m(this,"listeners",{}),this.name=e,v(this,nn,r),v(this,rn,i)}set(e,r,i=!0,n=!1){return h(this,null,function*(){a(this,_t)[e]=r,i&&this.remoteSet(e,r),n&&(this.listeners[e]&&this.listeners[e].forEach(s=>s({[e]:a(this,_t)[e]})),this.listeners["*"]&&this.listeners["*"].forEach(s=>s({[e]:a(this,_t)[e]})))})}remoteSet(e,r){a(this,nn).storeInsertKeys(a(this,rn),this.name,[{key:e,payload:r}])}bulkSet(e){return h(this,null,function*(){e.forEach(({key:r,payload:i})=>{a(this,_t)[r]=i}),a(this,nn).storeInsertKeys(a(this,rn),this.name,e)})}update(e,r,i=!0){return h(this,null,function*(){j(this,Uu,Iv).call(this,e,r,i)})}delete(e,r=!0,i=!1){return h(this,null,function*(){if(a(this,_t)[e]&&delete a(this,_t)[e],r)return a(this,nn).storeDeleteKeys(a(this,rn),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 h(this,null,function*(){return e.forEach(({key:r})=>{a(this,_t)[r]&&delete a(this,_t)[r]}),a(this,nn).storeDeleteKeys(a(this,rn),this.name,e)})}get(e){if(a(this,_t)[e])return a(this,_t)[e]}getAll(){return a(this,_t)}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,_t,e)}}_t=new WeakMap,rn=new WeakMap,nn=new WeakMap,Uu=new WeakSet,Iv=function(t,e,r=!0){let i;const n=a(this,_t)[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)};qo([Ut(Us,"rateLimitConfig")],Fs.prototype,"remoteSet",1);qo([Ut(Us,"bulkRateLimitConfig")],Fs.prototype,"bulkSet",1);qo([Ut(Us,"rateLimitConfig")],Fs.prototype,"update",1);qo([Ut(Us,"rateLimitConfig")],Fs.prototype,"delete",1);qo([Ut(Us,"bulkRateLimitConfig")],Fs.prototype,"bulkDelete",1);var Ts,ks,Gc,$l,Od,Sn,Fu,Cv;class sO{constructor(e,r){f(this,Gc),f(this,Fu),m(this,"stores",new Map),f(this,Ts,void 0),f(this,ks,""),f(this,Od,void 0),f(this,Sn,new Map),v(this,Ts,r),v(this,ks,e.getValue("meetingId")),v(this,Od,e),j(this,Fu,Cv).call(this)}create(e){const r=new Fs({name:e,socketHandler:a(this,Ts),meetingId:a(this,ks)});return a(this,Ts).storeGetKeys(a(this,ks),e,[]),new Promise((i,n)=>{const s=setTimeout(()=>n(Error("Failed")),3e3);a(this,Sn).set(e,{rejectTimeout:s,resolve:i,store:r})})}}Ts=new WeakMap,ks=new WeakMap,Gc=new WeakSet,$l=function(){return a(this,Od).getValue("peerId")},Od=new WeakMap,Sn=new WeakMap,Fu=new WeakSet,Cv=function(){[z.storeInsertKeys,z.storeGetKeys,z.storeDeleteKeys].forEach(t=>{a(this,Ts).on(t,e=>h(this,null,function*(){var r,i;if(e.pluginId!==a(this,ks))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,Sn).get(e.storeName),c=this.stores.get(e.storeName)||(o==null?void 0:o.store);a(this,Sn).get(e.storeName)&&(this.stores.set(e.storeName,o.store),o.resolve(c),clearTimeout(o.rejectTimeout),a(this,Sn).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,Sn).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,Gc,$l)&&s.set(o,d,!1,!0)}),t===z.storeDeleteKeys&&n.forEach(({key:o,peerId:c})=>{c!==a(this,Gc,$l)&&s.delete(o,!1,!0)}))}))})};function En(t){var e,r,i,n,s,o,c,d,l,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:(l=(d=t.screenShareTracks)==null?void 0:d.audio)==null?void 0:l.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 aO=Object.defineProperty,oO=Object.getOwnPropertyDescriptor,Bs=(t,e,r,i)=>{for(var n=i>1?void 0:i?oO(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&&aO(e,r,n),n};const cO=.8,dO=1.2;var Sa,Ea,$i,Kn,Ta,zn,ka,Kl,zm,di,fc,Ki,ba,vc,li,zl,yc,Yl,Ym;let ni=(Ym=class extends Kt{constructor(t,e,r,i){super(),f(this,Kn),f(this,zn),f(this,Kl),f(this,ba),f(this,yc),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,Sa,void 0),m(this,"supportsRemoteControl",!1),f(this,Ea,void 0),m(this,"presetName"),f(this,$i,void 0),f(this,di,void 0),f(this,fc,void 0),f(this,Ki,new Map),f(this,li,1),f(this,zl,Cd(I=>{if(!this.videoTrack)return;const{clientWidth:ie,clientHeight:ae}=I,{width:Ae,height:De}=this.videoTrack.getSettings();if(!Ae||!De)return;const dt=De/ae,Bt=Ae/ie,A=Math.max(dt,Bt);A>dO&&a(this,li)===1?(v(this,li,0),R.emit(M.MAX_SPATIAL_LAYER_CHANGE,{peerId:this.id,maxSpatialLayer:a(this,li)})):A<cO&&a(this,li)===0&&(v(this,li,1),R.emit(M.MAX_SPATIAL_LAYER_CHANGE,{peerId:this.id,maxSpatialLayer:a(this,li)}))},2e3)),v(this,$i,t);const{id:n,userId:s,displayName:o,device:c,picture:d,isHost:l,flags:p,clientSpecificId:g,stageStatus:y,customParticipantId:T,audioMuted:b,audioTrack:D,videoEnabled:P=!1,videoTrack:U,producers:H,metadata:J}=e;this.id=n,this.userId=s,this.name=o,this.device=c,this.picture=d,this.isHost=l,this.flags=p,this.manualProducerConfig=Jw,v(this,Ea,y!=null?y:"ON_STAGE"),this.customParticipantId=T!=null?T:g,this.audioEnabled=!b,this.audioTrack=D,this.videoEnabled=P,this.videoTrack=U,this.screenShareTracks={audio:void 0,video:void 0},this.producers=H!=null?H:[],this.presetName=J==null?void 0:J.preset_name,v(this,Sa,!1),v(this,di,r),v(this,fc,i),this.setupEvents(),this.updateVideo=this.updateVideo.bind(this),j(this,yc,Yl).call(this)}get clientSpecificId(){return this.customParticipantId}get stageStatus(){return a(this,Ea)}setVideoEnabled(t,e=!0){this.videoEnabled=t,e&&(u.info("DyteParticipant::setVideoEnabled::videoUpdate",V({},En(this))),this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack}))}setAudioEnabled(t,e=!0){this.audioEnabled=t,e&&(u.info("DyteParticipant::setAudioEnabled::audioUpdate",V({},En(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",j(this,yc,Yl))}pin(){return h(this,null,function*(){if(!a(this,zn,ka))throw new w("Can`t pin participant without joining room","1205");if(!a(this,di).permissions.pinParticipant)throw new w("You do not have permission to pin participants.","1201");return a(this,Kn,Ta).pinPeer(this.id)})}unpin(){return h(this,null,function*(){if(!a(this,zn,ka))throw new w("Can`t unpin participant without joining room","1205");if(!a(this,di).permissions.pinParticipant)throw new w("You do not have permission to unpin participants.","1201");return a(this,Kn,Ta).pinPeer(null)})}setIsPinned(t,e=!0){var r;v(this,Sa,t);const i=t?"pinned":"unpinned";(r=a(this,ba,vc))==null||r.updateSource(this.id,{pinned:t}),e&&this.emit(i,this)}disableAudio(){return h(this,null,function*(){const t=this.id;if(u.info("DyteParticipant::disable_audio",{dyteParticipant:{id:t}}),!a(this,zn,ka))throw new w("Can`t disable participant audio without joining room","1205");if(a(this,di).permissions.canDisableParticipantAudio)return a(this,Kn,Ta).disableAudio(t);throw u.error("DyteParticipant::unauthorized_disable_audio",{dyteParticipant:{id:t}}),new w("Unauthorized: User does not have permission to disable participant audio.","1201")})}kick(){return h(this,null,function*(){const t=this.id;if(u.info("DyteParticipant::kick",{dyteParticipant:{id:t}}),!a(this,Kl,zm))throw new w("Can`t kick participant without joining room","1205");if(a(this,di).permissions.kickParticipant){yield R.emitAsync(M.KICK_PEER,{peerId:t});return}throw u.error("DyteParticipant::unauthorized_kick",{dyteParticipant:{id:t}}),new w("Unauthorized: User does not have permission to kick participants.","1201")})}disableVideo(){return h(this,null,function*(){const t=this.id;if(u.info("DyteParticipant::disable_video",{dyteParticipant:{id:t}}),!a(this,zn,ka))throw new w("Can`t disable participant video without joining room","1205");if(a(this,di).permissions.canDisableParticipantVideo)return a(this,Kn,Ta).disableVideo(t);throw u.error("DyteParticipant::unauthorized_disable_video",{dyteParticipant:{id:t}}),new w("Unauthorized: User does not have permission to disable participant video.","1201")})}getPermissions(){return h(this,null,function*(){return a(this,fc).getUserPermissions(this.userId)})}setStageStatus(t){v(this,Ea,t),this.emit("stageStatusUpdate",this)}get isPinned(){return a(this,Sa)}registerVideoElement(t){var e,r,i,n;let s;(r=(e=a(this,Ki).get(t))==null?void 0:e.observer)==null||r.disconnect(),"ResizeObserver"in window&&(s=new ResizeObserver(()=>a(this,zl).call(this,t)),s.observe(t)),a(this,Ki).set(t,{observer:s}),this.updateVideo(t),(n=a(this,ba,vc))==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;t.srcObject=void 0,(r=(e=a(this,Ki).get(t))==null?void 0:e.observer)==null||r.disconnect(),a(this,Ki).delete(t),(i=a(this,ba,vc))==null||i.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"}},Sa=new WeakMap,Ea=new WeakMap,$i=new WeakMap,Kn=new WeakSet,Ta=function(){return a(this,$i).getValue("roomNodeClient")},zn=new WeakSet,ka=function(){return a(this,$i).getValue("connectionHandler").mediaJoined},Kl=new WeakSet,zm=function(){return a(this,$i).getValue("connectionHandler").socketJoined},di=new WeakMap,fc=new WeakMap,Ki=new WeakMap,ba=new WeakSet,vc=function(){return a(this,$i).getValue("pip")},li=new WeakMap,zl=new WeakMap,yc=new WeakSet,Yl=function(){Array.from(a(this,Ki).keys()).forEach(this.updateVideo)},Ym);Bs([S.trace("DyteParticipant.disableAudio")],ni.prototype,"disableAudio",1);Bs([S.trace("DyteParticipant.kick")],ni.prototype,"kick",1);Bs([S.trace("DyteParticipant.disableVideo")],ni.prototype,"disableVideo",1);Bs([S.trace("DyteParticipant.getPermissions")],ni.prototype,"getPermissions",1);Bs([S.trace("DyteParticipant.setStageStatus")],ni.prototype,"setStageStatus",1);ni=Bs([gt("1200")],ni);class _a extends yv{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 sn;class lO extends Vs{constructor(){super(),f(this,sn,void 0),v(this,sn,new Map)}__set(e,r){return a(this,sn).set(e,r)}__clear(){return a(this,sn).clear()}get(e){return a(this,sn).get(e)}toArray(){return Array.from(a(this,sn).values())}}sn=new WeakMap;class uO{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 hO{constructor(){m(this,"_activeSpeakerPeers"),m(this,"_compulsoryPeers"),this._activeSpeakerPeers=new uO,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(u.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){u.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 Pv=new hO;var pO=Object.defineProperty,mO=Object.getOwnPropertyDescriptor,Qt=(t,e,r,i)=>{for(var n=i>1?void 0:i?mO(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&&pO(e,r,n),n};const gO=["ACTIVE_GRID","PAGINATED","MANUAL"];var or,Yn,wa,Qn,Ia,Ca,Sc,Xn,Wt,Qm;let Mt=(Qm=class extends Kt{constructor(t,e,r){super(),f(this,Yn),f(this,Qn),f(this,Ca),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,Xn,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",Pv),v(this,or,t),v(this,Xn,e),v(this,Wt,r),this.waitlisted=new _a,this.joined=new _a,this.videoSubscribed=new _a,this.audioSubscribed=new _a,this.active=this.videoSubscribed,this.pinned=new _a,this.all=new lO,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,Ca,Sc)&&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,Ia))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 h(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 h(this,null,function*(){var e,r;if(!a(this,Qn,Ia))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 h(this,null,function*(){if(u.info("DyteParticipants::set_view_mode",{pageNavigation:{viewMode:t,currentPage:this.currentPage,pageCount:this.pageCount,maxActiveParticipantsCount:this.maxActiveParticipantsCount}}),!(e=>gO.includes(e))(t))throw u.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){u.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 h(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=q(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=q(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=q(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=q(V({},s.manualProducerConfig),{screenshareVideo:!0});const o=s.producers.find(c=>c.kind==="video"&&c.screenShare);i.push(o)}}}),yield a(this,Yn,wa).createConsumers(i)})}unsubscribe(t){return h(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=q(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=q(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=q(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=q(V({},s.manualProducerConfig),{screenshareVideo:!1});const o=s.producers.find(c=>c.kind==="video"&&c.screenShare);i.push(o)}}}),yield a(this,Yn,wa).closeConsumers(i)})}getPeerIdsForCurrentPage(){u.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 h(this,null,function*(){if(u.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 u.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 h(this,null,function*(){if(u.info("DyteParticipants::disable_all_audio",{actions:{disableAllAudio:{allowUnmute:t}}}),!a(this,Ca,Sc))throw new w("Can`t disable all audio without joining room","1205");if(a(this,Xn).permissions.canAllowParticipantAudio)return a(this,Yn,wa).muteAll(t);throw u.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 h(this,null,function*(){if(u.info("DyteParticipants::disable_all_video"),!a(this,Ca,Sc))throw new w("Can`t disable all video without joining room","1205");if(a(this,Xn).permissions.canAllowParticipantVideo)return a(this,Yn,wa).muteAllVideo();throw u.error("DyteParticipants::unauthorized_disable_all_video"),new w("Unauthorized: User does not have permission to disable peer video.","1201")})}disableAudio(t){return h(this,null,function*(){this.joined.get(t).disableAudio()})}disableVideo(t){return h(this,null,function*(){this.joined.get(t).disableVideo()})}kick(t){return h(this,null,function*(){yield R.emitAsync(M.KICK_PEER,{peerId:t})})}kickAll(){return h(this,null,function*(){if(u.info("DyteParticipants::kick_all"),a(this,or).getValue("viewType")!=="LIVESTREAM"&&!a(this,Qn,Ia))throw new w("Can`t kick all without joining room","1205");if(!a(this,Xn).permissions.kickParticipant)throw u.error("DyteParticipants::unauthorized_kick_all"),new w("Unauthorized: User does not have permission to kick peers.","1201");const t=Q.hasFeature(ne.PROPAGATE_KICK_ALL);a(this,Wt).kickAll(t)})}broadcastMessage(t,e,r){return h(this,null,function*(){if(u.info("DyteParticipants::broadcastMessage"),!a(this,Qn,Ia))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 h(this,null,function*(){return(yield a(this,Wt).getRoomPeers(t,e,r)).peers.map(oi.formatSocketServiceMessage)})}updatePermissions(t,e){return h(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 h(this,null,function*(){return a(this,Wt).getRoomPeersNonPaginated()})}},or=new WeakMap,Yn=new WeakSet,wa=function(){return a(this,or).getValue("roomNodeClient")},Qn=new WeakSet,Ia=function(){var t;return((t=a(this,or).getValue("connectionHandler"))==null?void 0:t.socketJoined)===!0},Ca=new WeakSet,Sc=function(){var t;return((t=a(this,or).getValue("connectionHandler"))==null?void 0:t.mediaJoined)===!0},Xn=new WeakMap,Wt=new WeakMap,Qm);Qt([S.trace("DyteParticipants.setViewMode")],Mt.prototype,"setViewMode",1);Qt([S.trace("DyteParticipants.setPage")],Mt.prototype,"setPage",1);Qt([S.trace("DyteParticipants.disableAllAudio")],Mt.prototype,"disableAllAudio",1);Qt([S.trace("DyteParticipants.disableAllVideo")],Mt.prototype,"disableAllVideo",1);Qt([S.trace("DyteParticipants.disablePeerAudio")],Mt.prototype,"disableAudio",1);Qt([S.trace("DyteParticipants.disablePeerVideo")],Mt.prototype,"disableVideo",1);Qt([S.trace("DyteParticipants.kickPeer")],Mt.prototype,"kick",1);Qt([S.trace("DyteParticipants.kickAll")],Mt.prototype,"kickAll",1);Qt([S.trace("DyteParticipants.broadcastMessage"),Ut(Us,"rateLimitConfig")],Mt.prototype,"broadcastMessage",1);Qt([S.trace("DyteParticipants.getAllJoinedPeers"),Ut({maxInvocations:10,period:60})],Mt.prototype,"getAllJoinedPeers",1);Qt([S.trace("DyteParticipant.updatePermissions"),Ut({maxInvocations:1e3,period:60})],Mt.prototype,"updatePermissions",1);Qt([S.trace("DyteParticipants.getParticipantsInMeetingPreJoin")],Mt.prototype,"getParticipantsInMeetingPreJoin",1);Mt=Qt([gt("1200")],Mt);var Bi=(t=>(t.NEW="new",t.CONNECTING="connecting",t.RECONNECTING="reconnecting",t.DISCONNECTED="disconnected",t.CONNECTED="connected",t.FAILED="failed",t.CLOSED="closed",t))(Bi||{}),rt=(t=>(t[t.HIVE=1]="HIVE",t[t.ROOM_NODE=2]="ROOM_NODE",t[t.CF=3]="CF",t))(rt||{}),fO=Object.defineProperty,vO=Object.getOwnPropertyDescriptor,Bn=(t,e,r,i)=>{for(var n=i>1?void 0:i?vO(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&&fO(e,r,n),n};const Rv=class{constructor(t,e,r,i){switch(m(this,"participants"),m(this,"self"),m(this,"selectedPeers",Pv),m(this,"maxSpatialLayerUpdates",new Map),m(this,"consumerPeerMap"),m(this,"events"),m(this,"roomSocketHandler"),m(this,"context"),m(this,"videoPeerConsumerMap",new Map),m(this,"updateConsumerSpatialLayers",Cd(()=>{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];u.log(`Switching max spatial layer to ${c.layer}`,{consumerIds:c.consumerIds}),this.roomNodeClient.switchConsumersToLayer(c.consumerIds,c.layer)})},2e3)),m(this,"updateConsumers",(n,s)=>{let o=Promise.resolve();s.length>0&&(u.info("Closing consumers for producers",{producers:s}),o=this.roomNodeClient.closeConsumers(s)),o.then(()=>{n.length!==0&&(u.info("Consuming producers",{producers:n}),this.roomNodeClient.createConsumers(n).catch(c=>u.error("Error activating peers",{error:c})))}).catch(c=>u.error("Error deactivating peers",{error:c}))}),m(this,"updateConsumersDebounced",Cd(this.updateConsumers,200,{trailing:!0})),this.context=t,this.roomSocketHandler=r,this.participants=new Mt(t,e,this.roomSocketHandler),this.self=e,this.consumerPeerMap=new Map,i){case rt.HIVE:{this.events=rr;break}case rt.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(B.getWaitingRoomRequests,this.waitingRoomRequestHandler.bind(this)),R.on(M.SOCKET_PEERS,t=>h(this,null,function*(){const e=Q.hasFeature(ne.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;u.info("Processing socket peers",r)}t==null||t.forEach(r=>{r.waitlisted||this.onParticipantJoined(this.fromSocketService(r))}),e&&u.info("Processed socket peers")})),this.roomSocketHandler.on(this.events.peerJoinedBroadcast,({participant:t})=>{Q.hasFeature(ne.DEBUG_SOCKET_JOIN)&&u.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(ne.DEBUG_SOCKET_JOIN)){const s=t&&(t==null?void 0:t.length)<20?{peers:JSON.stringify(t.map(o=>o.peerId))}:void 0;u.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){u.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),u.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]):u.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=>{u.error("ParticipantController::createConsumer failed",{error:i})}):u.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){u.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=>{u.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 ni(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){return h(this,null,function*(){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(){const t=new Map,e=Array.from(this.participants.joined.toArray().filter(l=>l.stageStatus==="ON_STAGE").map(l=>(t.set(l.id,!0),l.id))),r=this.selectedPeers.peers,i=this.participants.pinned.toArray().reduce((l,p)=>(p.stageStatus!=="ON_STAGE"?this.participants.pinned.delete(p.id):l.push(p.id),l),[]),n=this.self.stageStatus==="ON_STAGE"?1:0,s=this.participants.maxActiveParticipantsCount-n,o=new Set(r.concat(i).filter(l=>l!==this.self.id&&t.has(l)));let c=Array.from(o);const d=s-o.size;if(d>=0){const l=e.filter(p=>!o.has(p)&&p!==this.self.id).slice(0,d);c=Array.from(o).concat(l)}else c=c.slice(0,s);return c}updateActive(t,e){return h(this,null,function*(){const{page:r,createAllConsumers:i}=e!=null?e:{};let{strategies:n}=e!=null?e:{},s,o;switch(t){case"PAGINATED":{if(!r)return;s=yield this.selectPagePeers(r),u.debug("ParticipantController::updateActive::updating_current_page_peers",{peerIds:s}),n!=null||(n={video:this.updateParticipantsMap.bind(this)}),o=this.updateConsumersDebounced;break}case"ACTIVE_GRID":{s=this.selectActivePeers(),u.debug("ParticipantController::updateActive::updating_current_selected_peers",{peerIds:s}),n!=null||(n={video:this.updateParticipantsMapMinReplacement.bind(this),audio:this.updateParticipantsMap.bind(this)}),o=this.updateConsumers;break}default:throw new Error(`View mode ${t} not supported`)}let c,d;const l=this.updateGrid(s,n);i?(c=this.mapPeerIdsToProducers(s,["audio","video","screenshare"]),d=[]):(c=[...this.mapPeerIdsToProducers([...l.video.add],["video"]),...this.mapPeerIdsToProducers([...l.audio.add],["audio"])],d=[...this.mapPeerIdsToProducers([...l.video.remove],["video"]),...this.mapPeerIdsToProducers([...l.audio.remove],["audio"])]),!(c.length===0&&d.length===0)&&o(c,d)})}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=Rv.formatSocketServiceMessage(t);return new ni(this.context,q(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){u.warn(`Received media.peerJoinedBroadcast for non-existent peer ${t}`);return}e.forEach(n=>{n.kind===Vr.AUDIO&&!n.screenShare?i.setAudioEnabled(!n.pause):n.kind===Vr.VIDEO&&!n.screenShare&&(i.setVideoEnabled(!n.pause),this.updatePipSource(i.id,!n.pause)),i.producers.push(q(V({},n),{producingTransportId:n.producingTransportId,kind:n.kind===Vr.AUDIO?"audio":"video",producingPeerId:t,mimeType:n.mimeType}))}),this.roomNodeClient.handlePeerCapabilities(t,r),Q.hasFeature(ne.FORCE_VIDEO_CODEC)||this.roomNodeClient.shareWebcam(this.self.videoTrack)}updateParticipantsMapMinReplacement(t,e){const r=Array.from(t.keys()),i=new Map(t),n=[],s=[],o=new Set(e),c=[];return r.forEach((d,l)=>{(!o.has(d)||!this.participants.joined.get(d))&&c.push(l)}),e.forEach(d=>{if(t.get(d))return;if(r.length<e.length){r.push(d),n.push(d);return}const l=c.shift();s.push(r[l]),r[l]=d,n.push(r[l])}),r.forEach((d,l)=>{o.has(d)||s.concat(r.splice(l,1))}),Array.from(t.keys()).forEach(d=>{t.delete(d,!o.has(d))}),r.forEach(d=>{if(!this.participants.joined.get(d)){u.warn("updateActiveParticipants::participant_not_in_joined_list",{dyteParticipant:{id:d}});return}t.add(this.participants.joined.get(d),!i.get(d))}),t.emit("participantsUpdate"),[n,s]}updateParticipantsMap(t,e){const r=Array.from(t.keys()),i=[],n=[];return r.forEach(s=>{e.includes(s)||(t.delete(s,!0),n.push(s))}),e.forEach(s=>{t.get(s)||(t.add(this.participants.joined.get(s)),i.push(s))}),t.emit("participantsUpdate"),[i,n]}updatePinnedParticipants(){this.participants.pinned.forEach(t=>{t.setIsPinned(!1),this.participants.pinned.delete(t.id)})}setupEventsGlobal(){this.roomSocketHandler.on(B.joinRoom,({peer:t})=>{if(!t.waitlisted){const e=Q.hasFeature(ne.DEBUG_SOCKET_JOIN);e&&u.info("Processing socket join",{peers:t.peerId}),this.onParticipantJoined(this.fromSocketService(t)),e&&u.info("Processed socket join",{peers:t.peerId})}}),this.roomSocketHandler.on(B.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=>h(this,[t],function*({payload:e,type:r,timestamp:i}){this.participants.emit("broadcastedMessage",{type:r,payload:e,timestamp:i})})),R.on(M.MESSAGE,t=>h(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=>h(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)=>h(this,[...t],function*({page:e,createAllConsumers:r}={}){yield this.updateActive(e?"PAGINATED":"ACTIVE_GRID",{page:e,createAllConsumers:r})}))}onParticipantPinned(t){return h(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 h(this,null,function*(){var e,r,i;if(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),this.self.config.viewType===Rt.Webinar&&t.stageStatus!=="ON_STAGE"||this.roomNodeClient===void 0||this.participants.videoSubscribed.size>=this.maxPreferredStreams)return;const n=this.participants.currentPage;this.updateActive(n?"PAGINATED":"ACTIVE_GRID",{page:n})})}onParticipantLeave(t){return h(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.updateActive(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:l}=(e=r.get(t))!=null?e:{};if(!i)return u.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:l,producerId:c}}),{};const p=s;return n==="video"&&p.screenShare!==!0&&this.videoPeerConsumerMap.set(i,t),u.info("ParticipantController::processMedia",{consumer:{id:t,peerId:i,kind:n,appData:p,remotelyPaused:l,producerId:c}}),this.consumerPeerMap.set(t,{type:n,peerId:i,appData:p,remotelyPaused:l,producerId:c}),{peerId:i,kind:n,appData:p,remotelyPaused:l,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(u.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;u.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){u.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;u.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;u.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(ne.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}),u.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=$h(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)}updateGrid(t,e){let r=[],i=[],n=[],s=[];return e.video&&([r,n]=e.video(this.participants.videoSubscribed,t)),e.audio&&([i,s]=e.audio(this.participants.audioSubscribed,t)),{video:{add:r,remove:n},audio:{add:i,remove:s}}}onSelectedPeers(t,e){return h(this,null,function*(){this.participants.viewMode==="ACTIVE_GRID"&&this.computeActivateParticipants(t,e)})}updateActiveParticipantsWithPriorities(t,e=!1){if(!this.mediaJoined){u.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.participants.viewMode==="ACTIVE_GRID"?this.updateActive("ACTIVE_GRID"):this.participants.viewMode==="PAGINATED"&&this.updateActive("ACTIVE_GRID",{strategies:{audio:this.updateParticipantsMap.bind(this)}}))}};let oi=Rv;Bn([S.trace("ParticipantController.setupEvents")],oi.prototype,"setupEvents",1);Bn([S.trace("ParticipantController.setupEvents")],oi.prototype,"setupEventsGlobal",1);Bn([S.trace("ParticipantController.processMedia")],oi.prototype,"processMedia",1);Bn([S.trace("ParticipantController.processConsumerClosed")],oi.prototype,"processConsumerClosed",1);Bn([S.trace("ParticipantController.processConsumerResumed")],oi.prototype,"processConsumerResumed",1);Bn([S.trace("ParticipantController.processConsumerPaused")],oi.prototype,"processConsumerPaused",1);Bn([S.trace("ParticipantController.processNewConsumer")],oi.prototype,"processNewConsumer",1);const Se=Er(Wh().permissions);var G,Ka,yo,Bu,Nt,Ht;const za=class extends Kt{constructor(t,e,r,i=!1){if(super(),f(this,Nt),f(this,G,void 0),f(this,Ka,void 0),f(this,yo,void 0),f(this,Bu,n=>{var s,o,c;const d=n,{chat:l,connectedMeetings:p,plugins:g,polls:y,media:T}=d,b=Qd(d,["chat","connectedMeetings","plugins","polls","media"]);if(l&&(l.private&&gi(a(this,G).chat.private,l.private),l.public&&gi(a(this,G).chat.public,l.public),this.emit("chatUpdate")),p&&gi(a(this,G).connectedMeetings,p),T){const D=U=>{switch(U){case Ni.NONE:return Y.Allowed;case Ni.ALLOWED:return Y.Allowed;case Ni.NOT_ALLOWED:return Y.NotAllowed;case Ni.CAN_REQUEST:return Y.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 u.error("DytePermissionsPreset::load_preset_permissions_failed"),new w("Could not load preset permissions.","0904");v(this,yo,t),v(this,Ka,r),v(this,G,e),i&&this.setupEvents()}setupEvents(){R.on(M.UPDATE_PERMISSIONS,a(this,Bu))}static fromResponse(t,e,r){return new za(r,t,e,!0)}static default(t,e){return new za(t,Se,e)}static init(t,e,r){let i;return r?i=new za(t,r,e,!0):i=new za(t,Se,e),i}get mediaRoomType(){const{sfu:t}=a(this,yo).getValue("roomNodeOptions");return t===rt.CF?"CF":"HIVE"}get stageEnabled(){var t;return((t=a(this,G))==null?void 0:t.stageEnabled)||a(this,Ka)===Rt.Webinar||a(this,Ka)===Rt.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)===Y.NotAllowed?Y.NotAllowed:((e=a(this,G))==null?void 0:e.stageAccess)===Y.CanRequest?Y.CanRequest:((r=a(this,G))==null?void 0:r.stageAccess)===Y.Allowed||a(this,G).media.audio.canProduce===Y.Allowed||a(this,G).media.video.canProduce===Y.Allowed||a(this,G).media.screenshare.canProduce===Y.Allowed?Y.Allowed:a(this,G).media.audio.canProduce===Y.CanRequest||a(this,G).media.video.canProduce===Y.CanRequest||a(this,G).media.screenshare.canProduce===Y.CanRequest?Y.CanRequest:Y.NotAllowed}get acceptWaitingRequests(){var t,e;return(e=(t=a(this,G))==null?void 0:t.acceptWaitingRequests)!=null?e:Se.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)===Y.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)===Y.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)===Y.CanRequest}get canAllowParticipantAudio(){var t,e;return(e=(t=a(this,G))==null?void 0:t.disableParticipantAudio)!=null?e:Se.disableParticipantAudio}get canAllowParticipantScreensharing(){var t,e;return(e=(t=a(this,G))==null?void 0:t.canAcceptProductionRequests)!=null?e:Se.canAcceptProductionRequests}get canAllowParticipantVideo(){var t,e;return(e=(t=a(this,G))==null?void 0:t.disableParticipantVideo)!=null?e:Se.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:Se.kickParticipant}get pinParticipant(){var t,e;return(e=(t=a(this,G))==null?void 0:t.pinParticipant)!=null?e:Se.pinParticipant}get canRecord(){var t,e;return(e=(t=a(this,G))==null?void 0:t.canRecord)!=null?e:Se.canRecord}get waitingRoomType(){var t,e;return(e=(t=a(this,G))==null?void 0:t.waitingRoomType)!=null?e:Se.waitingRoomType}get waitingRoomBehaviour(){var t,e;return(e=(t=a(this,G))==null?void 0:t.waitingRoomType)!=null?e:Se.waitingRoomType}get plugins(){var t,e;return(e=(t=a(this,G))==null?void 0:t.plugins)!=null?e:Se.plugins}get polls(){var t,e;return(e=(t=a(this,G))==null?void 0:t.polls)!=null?e:Se.polls}get produceVideo(){return this.canProduceVideo}get requestProduce(){return a(this,G).media.audio.canProduce===Y.CanRequest||a(this,G).media.video.canProduce===Y.CanRequest||a(this,G).media.screenshare.canProduce===Y.CanRequest}get canProduceVideo(){var t;const e=(t=a(this,G).media.video.canProduce)!=null?t:Se.media.video.canProduce;return this.stageEnabled&&(a(this,Nt,Ht)==="ACCEPTED_TO_JOIN_STAGE"||a(this,Nt,Ht)==="ON_STAGE")&&e===Y.CanRequest?Y.Allowed:this.stageEnabled&&(a(this,Nt,Ht)==="OFF_STAGE"||a(this,Nt,Ht)==="REQUESTED_TO_JOIN_STAGE")&&e===Y.Allowed?Y.NotAllowed:e}get produceScreenshare(){return this.canProduceScreenshare}get canProduceScreenshare(){var t;const e=(t=a(this,G).media.screenshare.canProduce)!=null?t:Se.media.screenshare.canProduce;return this.stageEnabled&&(a(this,Nt,Ht)==="ACCEPTED_TO_JOIN_STAGE"||a(this,Nt,Ht)==="ON_STAGE")&&e===Y.CanRequest?Y.Allowed:this.stageEnabled&&(a(this,Nt,Ht)==="OFF_STAGE"||a(this,Nt,Ht)==="REQUESTED_TO_JOIN_STAGE")&&e===Y.Allowed?Y.NotAllowed:e}get produceAudio(){return this.canProduceAudio}get canProduceAudio(){var t;const e=(t=a(this,G).media.audio.canProduce)!=null?t:Se.media.audio.canProduce;return this.stageEnabled&&(a(this,Nt,Ht)==="ACCEPTED_TO_JOIN_STAGE"||a(this,Nt,Ht)==="ON_STAGE")&&e===Y.CanRequest?Y.Allowed:this.stageEnabled&&(a(this,Nt,Ht)==="OFF_STAGE"||a(this,Nt,Ht)==="REQUESTED_TO_JOIN_STAGE")&&e===Y.Allowed?Y.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:Se.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:Se.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:Se.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:Se.chat.message}get connectedMeetings(){var t,e;return(e=(t=a(this,G))==null?void 0:t.connectedMeetings)!=null?e:Se==null?void 0:Se.connectedMeetings}get hiddenParticipant(){var t,e;return(e=(t=a(this,G))==null?void 0:t.hiddenParticipant)!=null?e:Se.hiddenParticipant}get showParticipantList(){var t;return(t=a(this,G).showParticipantList)!=null?t:Se.showParticipantList}get canChangeParticipantRole(){var t,e;return(e=(t=a(this,G))==null?void 0:t.canChangeParticipantPermissions)!=null?e:Se.canChangeParticipantPermissions}get canChangeParticipantPermissions(){var t,e;return(e=(t=a(this,G))==null?void 0:t.canChangeParticipantPermissions)!=null?e:Se.canChangeParticipantPermissions}get canChangeTheme(){return!1}get canPresent(){return a(this,G).media.audio.canProduce===Y.Allowed||a(this,G).media.video.canProduce===Y.Allowed||a(this,G).media.screenshare.canProduce===Y.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 yO=za;G=new WeakMap,Ka=new WeakMap,yo=new WeakMap,Bu=new WeakMap,Nt=new WeakSet,Ht=function(){return a(this,yo).getValue("stageStatus")};var Mv;class Av extends Kt{constructor(){super(...arguments),m(this,"localMediaHandler"),f(this,Mv,void 0)}updatePermission(){return h(this,null,function*(){var e,r;const i=(l,p)=>{this.mediaPermissions[l]=p;const g={message:this.mediaPermissions[l],kind:l};p==="DENIED"?R.emit(M.MEDIA_PERMISSION_ERROR,g):R.emit(M.MEDIA_PERMISSION_UPDATE,g)};if(Ce.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=(l,p)=>{switch(p){case"granted":i(l,"ACCEPTED");break;case"denied":i(l,"DENIED");break;case"prompt":i(l,"NOT_REQUESTED");break}this.localMediaHandler.repopulateAvailableDevices()};o&&(o.onchange=()=>d("audio",o.state)),c&&(c.onchange=()=>d("video",c.state))})}populateMediaPermissionsInCallstats(e){return h(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 h(this,arguments,function*(e={},r=!1,i=null){var n,s,o,c,d,l;if(Ce.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 Ft(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=>h(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&&(u.info("Disabling audio due to media permission update"),this.disableAudio());break;case"video":this.rawVideoTrack&&(u.info("Disabling video due to media permission update"),this.disableVideo());break;default:break}this.emit("mediaPermissionUpdate",g)})),R.on(M.MEDIA_PERMISSION_ERROR,g=>h(this,null,function*(){const{kind:y,message:T,constraints:b}=g;this.populateMediaPermissionsInCallstats({message:T,kind:y}),y==="audio"?(u.info(`Disabling audio due to media permission error skipping: ${this.localMediaHandler.audioUpdateInProgress}`),this.localMediaHandler.audioUpdateInProgress===!1&&this.disableAudio()):y==="video"&&(u.info(`Disabling video due to media permission error skipping: ${this.localMediaHandler.videoUpdateInProgress}`),this.localMediaHandler.videoUpdateInProgress===!1&&this.disableVideo()),u.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){u.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:(l=e==null?void 0:e.audio)!=null?l:!0});r||(yield g)}}catch(p){u.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 h(this,null,function*(){return this.localMediaHandler.addAudioMiddleware(e)})}removeAudioMiddleware(e){return h(this,null,function*(){return this.localMediaHandler.removeAudioMiddleware(e)})}removeAllAudioMiddlewares(){return h(this,null,function*(){return this.localMediaHandler.removeAllAudioMiddlewares()})}get videoTrack(){return this.localMediaHandler.videoTrack}get rawVideoTrack(){return this.localMediaHandler.rawVideoTrack}addVideoMiddleware(e){return h(this,null,function*(){return this.localMediaHandler.addVideoMiddleware(e)})}setVideoMiddlewareGlobalConfig(){return h(this,arguments,function*(e={disablePerFrameCanvasRendering:!1}){return this.localMediaHandler.setVideoMiddlewareGlobalConfig(e)})}removeVideoMiddleware(e){return h(this,null,function*(){return this.localMediaHandler.removeVideoMiddleware(e)})}removeAllVideoMiddlewares(){return h(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 h(this,null,function*(){yield this.localMediaHandler.enableAudio(),this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack})})}enableVideo(){return h(this,null,function*(){yield this.localMediaHandler.enableVideo(),this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack})})}disableAudio(){return h(this,null,function*(){this.localMediaHandler.disableAudio(),this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack})})}enableScreenShare(){return h(this,null,function*(){yield this.localMediaHandler.enableScreenShare(),this.emit("screenShareUpdate",{screenShareEnabled:this.screenShareEnabled,screenShareTracks:this.screenShareTracks})})}disableScreenShare(){return h(this,null,function*(){yield this.localMediaHandler.disableScreenShare(),this.emit("screenShareUpdate",{screenShareEnabled:this.screenShareEnabled,screenShareTracks:this.screenShareTracks})})}disableVideo(){return h(this,null,function*(){yield this.localMediaHandler.disableVideo(),this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack})})}getCurrentDevices(){return this.localMediaHandler.getCurrentDevices()}getAudioDevices(){return h(this,null,function*(){return yield this.localMediaHandler.getAudioDevices()})}getVideoDevices(){return h(this,null,function*(){return yield this.localMediaHandler.getVideoDevices()})}getSpeakerDevices(){return h(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 h(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})})}}Mv=new WeakMap;const Pa={},Hi={executeWithLock({methodName:t,lockName:e,timeout:r}){return(i,n,s)=>{const o=s.value;return s.value=function(...c){if(Pa[e]){const p=new Error(`Unsupported concurrent calls on Dyte method: ${t}.`);throw p.name="UnsupportedConcurrentMethodExecution",u.error("DyteLocker::UnsupportedConcurrentMethodExecution",{error:{stack:p.stack},dyteLocker:{methodName:t,lockName:e}}),p}Pa[e]=!0;const d=setTimeout(()=>delete Pa[e],r),l=o.apply(this,c);return Promise.resolve(l).then(()=>{delete Pa[e],clearTimeout(d)}).catch(()=>{delete Pa[e],clearTimeout(d)}),l},s}}};var SO=Object.defineProperty,EO=Object.getOwnPropertyDescriptor,At=(t,e,r,i)=>{for(var n=i>1?void 0:i?EO(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},Ra,Dt,Ma,Wr,zi,Zn,Xe,st,qe,Qe,Aa,Da,Ec,Ql,Xm;let nt=(Xm=class extends Av{constructor(t,e,r,i,n){var s;super(),f(this,zi),f(this,Xe),f(this,qe),f(this,Ec),m(this,"name"),m(this,"picture"),m(this,"customParticipantId"),m(this,"waitlistStatus"),f(this,Ra,void 0),f(this,Dt,void 0),f(this,Ma,void 0),m(this,"role"),m(this,"userId"),m(this,"organizationId"),m(this,"supportsRemoteControl",!1),m(this,"device"),f(this,Wr,void 0),m(this,"hidden",!1),m(this,"presetName"),m(this,"roomState","init"),f(this,Aa,new Set),f(this,Da,new Set),v(this,Wr,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,Dt,r),v(this,Ra,i),this.hidden=!1,v(this,Ma,!1),this.organizationId=e.organizationId,this.supportsRemoteControl=Ce.isElectron(),this.device=Ce.getDeviceInfo(),this.presetName=n,i.viewType!==Rt.Chat&&this.updatePermission(),this.updateVideo=this.updateVideo.bind(this),j(this,Ec,Ql).call(this)}get stageStatus(){return a(this,Wr).getValue("stageStatus")}get id(){return a(this,Wr).getValue("peerId")}static __init__(t,e,r,i,n,s=!1){return h(this,null,function*(){var o,c,d,l,p;let g=(c=(o=t.getValue("defaults"))==null?void 0:o.audio)!=null?c:!0,y=(l=(d=t.getValue("defaults"))==null?void 0:d.video)!=null?l:!0;r.canProduceAudio!=="ALLOWED"&&(g=!1),r.canProduceVideo!=="ALLOWED"&&(y=!1);const T=new nt(t,e,r,i,n);if(i.viewType===Rt.Chat)return T;const b=PD(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,Dt).removeAllListeners("permissionsUpdate")}setupEvents(){this.on("videoUpdate",j(this,Ec,Ql)),this.localMediaHandler.on("AUDIO_TRACK_CHANGE",()=>h(this,null,function*(){if(u.info("DyteSelf::setupEvents::AUDIO_TRACK_CHANGE",V({},En(this))),a(this,qe,Qe)&&this.audioEnabled)try{yield a(this,Xe,st).shareMic(this.audioTrack)}catch(t){u.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",()=>h(this,null,function*(){if(u.info("DyteSelf::setupEvents::VIDEO_TRACK_CHANGE",V({},En(this))),a(this,qe,Qe)&&this.rawVideoTrack===void 0)u.info("DyteSelf::VIDEO_TRACK_CHANGE::Forcing_disable_video"),this.disableVideo();else if(this.videoEnabled&&a(this,qe,Qe))try{const t=yield a(this,Xe,st).shareWebcam(this.videoTrack);t&&t.id!==this.videoTrack.id&&Q.hasFeature(ne.EXP_RESHARE)&&(yield a(this,Xe,st).shareWebcam(this.videoTrack))}catch(t){u.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=>h(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",()=>h(this,null,function*(){if(!a(this,qe,Qe)){u.error("DyteSelf.SCREENSHARE_TRACK_CHANGE.LocalMediaInitialized_WithoutRoomNode");return}if(this.screenShareEnabled)try{yield a(this,Xe,st).shareScreen(this.screenShareTracks)}catch(t){u.error("DyteSelf::setupEvents::Error while sharing screen",{error:t}),this.screenShareEnabled&&(yield this.localMediaHandler.disableScreenShare())}u.info("DyteSelf::setupEvents::SCREENSHARE_TRACK_CHANGE",V({},En(this))),this.emit("screenShareUpdate",{screenShareEnabled:this.screenShareEnabled,screenShareTracks:this.screenShareTracks})})),this.localMediaHandler.on("SCREENSHARE_ENDED",()=>h(this,null,function*(){u.log("Disabling screenshare due to SCREENSHARE_ENDED"),yield this.disableScreenShare(),u.info("DyteSelf::setupEvents::SCREENSHARE_ENDED",V({},En(this)))})),this.localMediaHandler.on("AUDIO_TRACK_SILENT",()=>{K.mediaTrackMuted("AUDIO")}),this.localMediaHandler.on("FORCE_MUTE_AUDIO",()=>{this.disableAudio()}),this.localMediaHandler.on("FORCE_MUTE_VIDEO",()=>h(this,null,function*(){a(this,qe,Qe)&&(yield a(this,Xe,st).pauseWebcam()),this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack}),K.videoOff()})),a(this,Dt).on("permissionsUpdate",t=>{var e,r,i;(e=t==null?void 0:t.media)!=null&&e.audio&&a(this,Dt).canProduceAudio!==Y.Allowed&&(this.disableAudio(),u.info(`Disabled audio due to dynamic preset change: canProduceAudio: ${this.permissions.canProduceAudio}`)),(r=t==null?void 0:t.media)!=null&&r.video&&a(this,Dt).canProduceVideo!==Y.Allowed&&(this.disableVideo(),u.info(`Disabled video due to dynamic preset change: canProduceVideo: ${this.permissions.canProduceVideo}`)),(i=t==null?void 0:t.media)!=null&&i.screenshare&&a(this,Dt).canProduceScreenshare!==Y.Allowed&&(this.disableScreenShare(),u.info(`Disabled screenshare due to dynamic preset change: canProduceScreenshare: ${this.permissions.canProduceScreenshare}`))})}get permissions(){return a(this,Dt)}get config(){return a(this,Ra)}get roomJoined(){var t;return a(this,Ra).viewType===Rt.Livestream&&this.stageStatus!=="ON_STAGE"?((t=a(this,Wr).getValue("connectionHandler"))==null?void 0:t.socketJoined)===!0:a(this,qe,Qe)}setName(t){if(!t)throw new w("Name cannot be empty.","1103");this.name=t}setupTracks(){return h(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 h(this,null,function*(){return this.localMediaHandler.destruct()})}removeDocumentEventListeners(){return h(this,null,function*(){return this.localMediaHandler.removeDocumentEventListeners()})}enableAudio(t){return h(this,null,function*(){if(this.permissions.canProduceAudio!==Y.NotAllowed&&!(a(this,Dt).canProduceAudio===Y.CanRequest&&(this.stageStatus==="OFF_STAGE"||this.stageStatus==="REQUESTED_TO_JOIN_STAGE"))&&!this.audioEnabled){if(K.audioOn(),yield this.localMediaHandler.enableAudio(t),a(this,qe,Qe)&&this.stageStatus==="ON_STAGE"){if(this.audioTrack)try{yield a(this,Xe,st).shareMic(this.audioTrack)}catch(e){u.error("DyteSelf::enableAudio::Error while sharing mic",{error:e}),this.localMediaHandler.disableAudio()}if(!this.audioEnabled)return;a(this,Xe,st).unmuteSelf()}this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack})}})}enableVideo(t){return h(this,null,function*(){if(a(this,Dt).canProduceVideo!==Y.NotAllowed&&!(a(this,Dt).canProduceVideo===Y.CanRequest&&(this.stageStatus==="OFF_STAGE"||this.stageStatus==="REQUESTED_TO_JOIN_STAGE"))&&!this.videoEnabled){if(K.videoOn(),yield this.localMediaHandler.enableVideo(t),a(this,qe,Qe)&&this.stageStatus==="ON_STAGE")try{yield a(this,Xe,st).shareWebcam(this.videoTrack)}catch(e){u.error("DyteSelf::enableVideo::Error while sharing video",{error:e}),this.videoEnabled&&this.localMediaHandler.disableVideo()}this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack}),u.info("DyteSelf.enableVideo",V({},En(this)))}})}updateVideoConstraints(t){return h(this,null,function*(){if(!this.localMediaHandler.updateVideoConstraints)throw new w("Unsupported","1102");yield this.localMediaHandler.updateVideoConstraints(t)})}enableScreenShare(){return h(this,null,function*(){if(!a(this,qe,Qe))throw new w("Can`t enable screenshare without joining room","1105");if(a(this,Dt).canProduceScreenshare!==Y.NotAllowed&&!(a(this,Dt).canProduceScreenshare===Y.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,st).shareScreen(this.screenShareTracks)}catch(t){u.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 h(this,null,function*(){if(!this.localMediaHandler.updateScreenshareConstraints)throw new w("Unsupported","1102");yield this.localMediaHandler.updateScreenshareConstraints(t)})}disableAudio(){return h(this,null,function*(){this.audioEnabled&&(this.localMediaHandler.disableAudio(),a(this,qe,Qe)&&a(this,Xe,st).muteSelf(),this.emit("audioUpdate",{audioEnabled:this.audioEnabled,audioTrack:this.audioTrack}),K.audioOff())})}disableVideo(){return h(this,null,function*(){this.videoEnabled&&(yield this.localMediaHandler.disableVideo(),a(this,qe,Qe)&&(yield a(this,Xe,st).pauseWebcam()),this.emit("videoUpdate",{videoEnabled:this.videoEnabled,videoTrack:this.videoTrack}),K.videoOff())})}disableScreenShare(){return h(this,null,function*(){this.screenShareEnabled&&(yield this.localMediaHandler.disableScreenShare(),a(this,qe,Qe)&&(yield a(this,Xe,st).disableScreenShare()),this.emit("screenShareUpdate",{screenShareEnabled:this.screenShareEnabled,screenShareTracks:this.screenShareTracks}))})}getAllDevices(){return this.localMediaHandler.getAllDevices()}setIsPinned(t,e=!0){var r;v(this,Ma,t);const i=t?"pinned":"unpinned";(r=a(this,zi,Zn))==null||r.updateSource(this.id,{pinned:t}),e&&this.emit(i,this)}get isPinned(){return a(this,Ma)}pin(){return h(this,null,function*(){if(!a(this,qe,Qe))throw new w("Can`t pin participants without joining room","1105");return this.show(),a(this,Xe,st).pinPeer(this.id)})}unpin(){return h(this,null,function*(){if(!a(this,qe,Qe))throw new w("Can`t unpin participants without joining room","1105");return a(this,Xe,st).pinPeer(null)})}hide(){return h(this,null,function*(){if(!a(this,qe,Qe))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,Qe))throw new w("Can`t toggle participant tile without joining room","1105");this.hidden=!1,this.emit("toggleTile",{hidden:this.hidden})}setDevice(t){return h(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)&&(u.warn("DyteSelf.setDevice.setting_to_in_use_device",{devices:[t]}),Q.hasFeature(ne.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,Qe)&&(yield a(this,Xe,st).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,Qe)&&(yield a(this,Xe,st).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;e?a(this,Aa).add(t):a(this,Da).add(t),this.updateVideo(t),e||(i=a(this,zi,Zn))==null||i.addSource(this.id,t,this.videoEnabled,this.isPinned,this.name,this.picture,(r=this.raised)!=null?r:!1)}deregisterVideoElement(t,e=!1){t.srcObject=void 0,e?a(this,Aa).delete(t):(a(this,Da).delete(t),a(this,zi,Zn).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,zi,Zn))==null||i.enableSource(this.id)}else t.srcObject=void 0,e||(n=a(this,zi,Zn))==null||n.disableSource(this.id);t.style.display=this.videoEnabled?"block":"none"}},Ra=new WeakMap,Dt=new WeakMap,Ma=new WeakMap,Wr=new WeakMap,zi=new WeakSet,Zn=function(){return a(this,Wr).getValue("pip")},Xe=new WeakSet,st=function(){return a(this,Wr).getValue("roomNodeClient")},qe=new WeakSet,Qe=function(){var t;return((t=a(this,Wr).getValue("connectionHandler"))==null?void 0:t.mediaJoined)===!0},Aa=new WeakMap,Da=new WeakMap,Ec=new WeakSet,Ql=function(){Array.from(a(this,Da)).forEach(t=>this.updateVideo(t,!1)),Array.from(a(this,Aa)).forEach(t=>this.updateVideo(t,!0))},Xm);At([S.trace("DyteSelf.cleanupEvents")],nt.prototype,"cleanupEvents",1);At([S.trace("DyteSelf.setupEvents")],nt.prototype,"setupEvents",1);At([S.trace("DyteSelf.setupTracks")],nt.prototype,"setupTracks",1);At([S.trace("DyteSelf.destructMediaHandler")],nt.prototype,"destructMediaHandler",1);At([S.trace("DyteSelf.removeDocumentEventListeners")],nt.prototype,"removeDocumentEventListeners",1);At([Hi.executeWithLock({methodName:"meeting.self.enableAudio",lockName:"DyteSelf.toggleAudio",timeout:3e3}),S.trace("DyteSelf.enableAudio")],nt.prototype,"enableAudio",1);At([Hi.executeWithLock({methodName:"meeting.self.enableVideo",lockName:"DyteSelf.toggleVideo",timeout:3e3}),S.trace("DyteSelf.enableVideo")],nt.prototype,"enableVideo",1);At([S.trace("DyteSelf.updateVideoConstraints")],nt.prototype,"updateVideoConstraints",1);At([S.trace("DyteSelf.enableScreenShare"),Hi.executeWithLock({methodName:"meeting.self.enableScreenShare",lockName:"DyteSelf.toggleScreenShare",timeout:3e3})],nt.prototype,"enableScreenShare",1);At([S.trace("DyteSelf.updateScreenshareConstraints")],nt.prototype,"updateScreenshareConstraints",1);At([Hi.executeWithLock({methodName:"meeting.self.disableAudio",lockName:"DyteSelf.toggleAudio",timeout:3e3}),S.trace("DyteSelf.disableAudio")],nt.prototype,"disableAudio",1);At([Hi.executeWithLock({methodName:"meeting.self.disableVideo",lockName:"DyteSelf.toggleVideo",timeout:3e3}),S.trace("DyteSelf.disableVideo")],nt.prototype,"disableVideo",1);At([Hi.executeWithLock({methodName:"meeting.self.disableScreenShare",lockName:"DyteSelf.toggleScreenShare",timeout:3e3}),S.trace("DyteSelf.disableScreenShare")],nt.prototype,"disableScreenShare",1);At([S.trace("DyteSelf.setDevice")],nt.prototype,"setDevice",1);nt=At([gt("1100")],nt);var TO=Object.defineProperty,kO=Object.getOwnPropertyDescriptor,bO=(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};let es;var Tc,Zm;const Dv=(Zm=class{constructor(t,e){m(this,"socket"),f(this,Tc,void 0),v(this,Tc,e),this.socket=t,this.handleSocketEvents()}static create(t,e){return es||(es=new Dv(t,e)),es}static cleanup(){var t;try{(t=es==null?void 0:es.socket)==null||t.disconnect()}catch{u.error("roomSocketHandler::cleanup")}es=void 0}joinRoom(t){return h(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(B.joinRoom,xC.toBinary(r));try{const{peer:n}=ts.fromBinary((yield i).payload);a(this,Tc).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 u.error("RoomSocketHandler.joinRoom.failed",{error:n}),new w("Error: RoomSocketHandler.joinRoom failed.","0002",n)}})}getAllAddedParticipants(){return h(this,null,function*(){try{return TP.fromBinary((yield this.socket.sendMessagePromise(B.getAllAddedParticipants)).payload).participants.map(t=>{var e=t,{id:r}=e,i=Qd(e,["id"]);return q(V({},i),{userId:r})})}catch{return[]}})}getRoomPeers(t,e,r){return h(this,null,function*(){let i;try{const n={seachQuery:t,limit:e,offset:r},s=yield this.socket.sendMessagePromise(B.getRoomPeersInfo,CC.toBinary(n));i=Al.fromBinary(s.payload)}catch(n){u.error("getRoomPeers::binary_decode_error",{error:n})}return i})}getRoomPeersNonPaginated(){return h(this,null,function*(){let t;try{const e=yield this.socket.sendMessagePromise(B.getRoomPeersInfo);t=Al.fromBinary(e.payload)}catch(e){u.error("getRoomJoinedPeers::binary_decode_error",{error:e})}return t})}getStagePeers(){return h(this,null,function*(){let t;try{const e=yield this.socket.sendMessagePromise(B.getRoomPeersInfo);t=Al.fromBinary(e.payload)}catch(e){u.error("getRoomJoinedPeers::binary_decode_error",{error:e})}return t})}getPeerInfo(t){return h(this,null,function*(){let e;try{const r=yield this.socket.sendMessagePromise(B.getPeerInfo,iv.toBinary({peerId:t}));e=ts.fromBinary(r.payload)}catch(r){u.error("getPeerInfo::binary_decode_error",{error:r})}return e})}getRoomState(){return h(this,null,function*(){let t=gm.create();try{const e=yield this.socket.sendMessagePromise(B.getRoomInfo);t=gm.fromBinary(e.payload)}catch(e){u.error("getRoomState::binary_decode_error",{error:e})}return t})}getRoomStageState(){return h(this,null,function*(){let t=Sm.create();try{const e=yield this.socket.sendMessagePromise(B.getRoomStageState);t=Sm.fromBinary(e.payload)}catch(e){u.error("getRoomStageState::binary_decode_error",{error:e})}return t})}broadcastMessage(t,e){return h(this,null,function*(){const r={type:t,payload:new TextEncoder().encode(JSON.stringify(e)),timestamp:Date.now(),ids:[]};return this.socket.sendMessagePromise(B.broadcastMessage,sa.toBinary(r))})}broadcastToMeetings(t,e,r){return h(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(B.broadcastToEntity,sa.toBinary(i))})}broadcastToPeers(t,e,r){return h(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(B.broadcastToEntity,sa.toBinary(i))})}leaveRoom(){return h(this,null,function*(){this.socket.joinAttempted=!1,this.socket.sendMessagePromise(B.leaveRoom,FC.toBinary({}))})}kick(t){return h(this,null,function*(){const e={peerIds:[t]};this.socket.sendMessage(B.kick,sv.toBinary(e))})}kickAll(t=!1){return h(this,null,function*(){const e={propagateKickAcrossRooms:t};this.socket.sendMessage(B.kickAll,ev.toBinary(e))})}getWaitingRoomRequests(){this.socket.sendMessage(B.getWaitingRoomRequests)}acceptWaitingRoomRequest(t){const e={userIds:t};this.socket.sendMessage(B.acceptWaitingRoomRequests,CP.toBinary(e))}rejectWaitingRoomRequest(t){const e={userIds:t};this.socket.sendMessage(B.denyWaitingRoomRequests,RP.toBinary(e))}updatePermissions(t,e){return h(this,null,function*(){const r={updatePeersPresets:[]};return t.forEach(i=>{r.updatePeersPresets.push({userIds:i,patch:e})}),this.socket.sendMessagePromise(Lc.updateUserPreset,nR.toBinary(r))})}handleSocketEvents(){this.socket.on(B.broadcastMessage,({payload:t})=>{try{const e=sa.fromBinary(t);R.emit(M.ROOM_MESSAGE,{payload:JSON.parse(new TextDecoder().decode(e.payload)),type:e.type,timestamp:e.timestamp})}catch(e){u.error("failed to decode broadcast message:",e)}}),this.socket.on(B.broadcastToEntity,({payload:t})=>{try{const e=sa.fromBinary(t);R.emit(M.MESSAGE,{payload:JSON.parse(new TextDecoder().decode(e.payload)),type:e.type,timestamp:e.timestamp})}catch(e){u.error("failed to decode peer broadcast message:",e)}})}on(t,e){let r,i;switch(t){case B.joinRoom:case B.leaveRoom:case B.kick:case B.kickAll:{r=ts.fromBinary.bind(ts),i=ts.create();break}case B.getWaitingRoomRequests:{r=(n,s)=>n?ym.fromBinary(n,s):{requests:[]},i=ym.create();break}case B.recordingPaused:case B.recordingStarted:case B.recordingStopped:{r=Pm.fromBinary.bind(Pm);break}case Lc.updateUserPreset:{r=Em.fromBinary.bind(Em);break}case yr.peerJoinedBroadcast:case rr.peerJoinedBroadcast:{r=dm.fromBinary.bind(dm);break}case yr.selfJoinComplete:case rr.selfJoinComplete:{r=Tu.fromBinary.bind(Tu);break}case yr.globalPeerPinBroadcast:case rr.globalPeerPinBroadcast:{r=hm.fromBinary.bind(hm);break}case yr.selectedPeer:case rr.selectedPeer:{r=Eu.fromBinary.bind(Eu);break}case yr.selectedPeerDiff:case rr.selectedPeerDiff:{r=cm.fromBinary.bind(cm);break}case yr.leaveRoom:case rr.leaveRoom:{r=ku.fromBinary.bind(ku);break}}this.socket.on(t,({payload:n})=>{let s=i;if(!r)return e(void 0);try{s=r(n)}catch(o){u.error("roomSocketHandler::on::binary_decode_error",{error:o})}return e(s)})}getUserPermissions(t){return h(this,null,function*(){const e={userIds:[t]};try{const r=yield this.socket.sendMessagePromise(Lc.getUserPresets,QP.toBinary(e)),i=tR.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 u.error("Error in getting user preset",{error:r}),r}})}},Tc=new WeakMap,Zm);let Nd=Dv;bO([S.trace("RoomSocketHandler.joinRoom")],Nd.prototype,"joinRoom",1);var Rn={},ul={};Object.defineProperty(ul,"__esModule",{value:!0});ul.Logger=void 0;class _O{constructor(e){}debug(){}warn(){}error(){}}ul.Logger=_O;Object.defineProperty(Rn,"__esModule",{value:!0});var Ld=Rn.AwaitQueue=Rn.AwaitQueueRemovedTaskError=Rn.AwaitQueueStoppedError=void 0;const wO=ul,ui=new wO.Logger;class Zh extends Error{constructor(e){super(e!=null?e:"AwaitQueue stopped"),this.name="AwaitQueueStoppedError",typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(this,Zh)}}Rn.AwaitQueueStoppedError=Zh;class hl extends Error{constructor(e){super(e!=null?e:"AwaitQueue task removed"),this.name="AwaitQueueRemovedTaskError",typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(this,hl)}}Rn.AwaitQueueRemovedTaskError=hl;class IO{constructor(){this.pendingTasks=new Map,this.nextTaskId=0,this.stopping=!1}get size(){return this.pendingTasks.size}push(e,r){return h(this,null,function*(){if(r=r!=null?r:e.name,ui.debug(`push() [name:${r}]`),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((i,n)=>{const s={id:this.nextTaskId++,task:e,name:r,enqueuedAt:Date.now(),executedAt:void 0,completed:!1,resolve:o=>{if(s.completed)return;s.completed=!0,this.pendingTasks.delete(s.id),ui.debug(`resolving task [name:${s.name}]`),i(o);const[c]=this.pendingTasks.values();c&&!c.executedAt&&this.execute(c)},reject:o=>{if(!s.completed&&(s.completed=!0,this.pendingTasks.delete(s.id),ui.debug(`rejecting task [name:${s.name}]: %s`,String(o)),n(o),!this.stopping)){const[c]=this.pendingTasks.values();c&&!c.executedAt&&this.execute(c)}}};this.pendingTasks.set(s.id,s),this.pendingTasks.size===1&&this.execute(s)})})}stop(){ui.debug("stop()"),this.stopping=!0;for(const e of this.pendingTasks.values())ui.debug(`stop() | stopping task [name:${e.name}]`);this.stopping=!1}remove(e){ui.debug(`remove() [taskIdx:${e}]`);const r=Array.from(this.pendingTasks.values())[e];if(!r){ui.debug(`stop() | no task with given idx [taskIdx:${e}]`);return}r.reject(new hl)}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 h(this,null,function*(){if(ui.debug(`execute() [name:${e.name}]`),e.executedAt)throw new Error("task already being executed");e.executedAt=Date.now();try{const r=yield e.task();e.resolve(r)}catch(r){e.reject(r)}})}}Ld=Rn.AwaitQueue=IO;function CO(t,e){const r=new Error(e);return r.name=t,r}class Vo extends w{constructor(e){super(e),this.name="UnsupportedError",Error.hasOwnProperty("captureStackTrace")?Error.captureStackTrace(this,Vo):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 Tn extends w{constructor(e){super(e),this.name="TransportConnectionError",Error.hasOwnProperty("captureStackTrace")?Error.captureStackTrace(this,xt):this.stack=new Error(e).stack}}const eg=t=>new Promise(e=>setTimeout(e,t));function ep(t,e){return h(this,null,function*(){return new Promise((r,i)=>h(this,null,function*(){const{strategy:n,maxRetryCount:s,delayTime:o}=V({strategy:"linear",maxRetryCount:3,delayTime:10},e);let c=0,d,l=!1;const p=g=>{l=!0,i(g)};for(;c<s;){try{const g=yield t(c,p);return r(g)}catch(g){if(d=g,l)break;if(c<s)n==="linear"?yield eg(o*(c+1)):n==="exponential"&&(yield eg(o*(c+Math.max(0,c-1))));else break}c+=1}return i(d)}))})}function PO(t){return t.map(e=>({channels:e.channels,clockRate:e.clockRate,mimeType:e.mimeType,sdpFmtpLine:e.sdpFmtpLine}))}function RO(t){return t.map(e=>({uri:e.uri}))}function kc(t){return{codecs:PO(t.codecs),headerExtensions:RO(t.headerExtensions?t.headerExtensions:[])}}function MO(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:kc(e),video:kc(r)};return{sender:{audio:kc(i),video:kc(n)},receiver:s}}var lt;class AO{constructor(e,r){f(this,lt,void 0),m(this,"events"),m(this,"sfuType"),v(this,lt,e),this.sfuType=r,this.events=r===rt.CF?yr:rr}joinRoom(e,r,i,n=!1,s=null){return h(this,null,function*(){const o={roomUuid:e,displayName:r,prejoined:n,capabilities:i};return s&&(o.location=s),(yield a(this,lt).sendMessagePromiseWithTimeout({event:this.events.joinRoom,protobuf:W0.toBinary(o),timeout:5e3})).payload})}connectTransport(e){return h(this,null,function*(){const r=(yield a(this,lt).sendMessagePromise(this.events.createWebRTCTransport,f0.toBinary(e))).payload,{transportId:i,description:n,producerIds:s}=Qf.fromBinary(r),o={sdp:n==null?void 0:n.sdp,type:n.type};return{transportId:i,answer:o,producerIds:s}})}produce(e){return h(this,null,function*(){var r,i;const n=(yield a(this,lt).sendMessagePromise(this.events.produce,X0.toBinary(e))).payload,s=NI.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 h(this,null,function*(){if(this.sfuType===rt.HIVE)throw new Error("Hive does not support socket consumer operations");const r=(yield a(this,lt).sendMessagePromise(this.events.consume,Y0.toBinary(e))).payload,{consumerIdsMap:{map:i},description:n}=DI.fromBinary(r);return{consumerStateMap:i,sessionDescription:n}})}closeProducer(e){return h(this,null,function*(){const r=(yield a(this,lt).sendMessagePromise(this.events.closeProducer,sI.toBinary(e))).payload,{description:i}=WI.fromBinary(r);return i})}closeConsumer(e){return h(this,null,function*(){if(this.sfuType===rt.HIVE)throw new Error("Hive does not support socket consumer operations");return(yield a(this,lt).sendMessagePromise(this.events.closeConsumer,oI.toBinary(e))).payload})}hostControlForPeer(e,r){return h(this,null,function*(){const i={audio:r==="audio",screeShare:!1,video:r==="video",participantId:e},n=(yield a(this,lt).sendMessagePromise(this.events.hostControlPeer,pI.toBinary(i))).payload;if(!n)return!1;const{status:s}=KI.fromBinary(n);return s==="success"})}hostControlForAll(e){return h(this,null,function*(){const r={audio:e==="audio",screenShare:!1,video:e==="video"},i=(yield a(this,lt).sendMessagePromise(this.events.hostControlAllPeers,gI.toBinary(r))).payload;if(!i)return!1;const{status:n}=YI.fromBinary(i);return n==="success"})}kickAll(){return h(this,null,function*(){const e={propagateKickAcrossRooms:!1};a(this,lt).sendMessagePromise(B.kickAll,ev.toBinary(e))})}kickPeer(e){return h(this,null,function*(){a(this,lt).sendMessagePromise(B.kick,sv.toBinary(e))})}changeDisplayName(e){return h(this,null,function*(){const r=(yield a(this,lt).sendMessagePromise(this.events.changeDisplayName,uI.toBinary(e))).payload;if(!r)return!1;const{status:i}=XI.fromBinary(r);return i==="success"})}notifySelfJoinComplete(){return h(this,null,function*(){const e={},r=(yield a(this,lt).sendMessagePromise(this.events.selfJoinComplete,H0.toBinary(e))).payload;return Tu.fromBinary(r)})}audioActivity(e){return h(this,null,function*(){a(this,lt).sendMessage(this.events.audioActivity,y0.toBinary(e))})}}lt=new WeakMap;class pl extends mt.EventEmitter{constructor(){super(),this.setMaxListeners(1/0)}safeEmit(e,...r){const i=this.listenerCount(e);try{return this.emit(e,...r)}catch(n){return u.error(`EnhancedEventEmitter:: safeEmit() | event listener ${e} threw an error`,{error:n}),Boolean(i)}}safeEmitAsPromise(e,...r){return h(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 h(this,null,function*(){return new Promise((n,s)=>{setTimeout(s,r,"event request timeout");try{this.emit(e.toString(),...i,n,s)}catch(o){u.error(`EnhancedEventEmitter:: safeEmitAsPromise() | event listener for event ${e.toString()} threw an error [event:%s]:%o`,{error:o}),s(o)}})})}}class tp extends pl{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(u.debug(`${this.name}::close()`),this.pc)try{this.pc.close()}catch(e){u.error(`${this.name}::pc.close()`,{error:e})}}restartIce(){return h(this,null,function*(){u.debug(`${this.name}::restartIce()`);const e=yield this.pc.createOffer({iceRestart:!0});return u.debug(`${this.name}::restartIce() | calling pc.setLocalDescription() [offer:${JSON.stringify(e)}]`),{offerSdp:e,callback:r=>h(this,null,function*(){u.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}){u.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 h(this,null,function*(){const e=this.pc.createDataChannel("dyte"),r=yield this.pc.createOffer();return yield this.pc.setLocalDescription(r),u.info(`connect offer: ${JSON.stringify(r)}`),{offerSdp:r,callback:i=>h(this,null,function*(){u.debug(`${this.name}::connect() | calling pc.setRemoteDescription() [answer:${JSON.stringify(i)}]`),yield this.pc.setRemoteDescription(i),e.close()})}})}getTransportStats(){return h(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 h(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 h(this,null,function*(){this._assertSendDirection(),u.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 u.debug(`stopSending() | calling pc.setLocalDescription() [offer:${JSON.stringify(i)}]`),yield this.pc.setLocalDescription(i),{offerSdp:i,callback:n=>h(this,null,function*(){u.debug(`stopSending() | calling pc.setRemoteDescription() [answer:${JSON.stringify(n)}]`),yield this.pc.setRemoteDescription(n),this.midTransceiverMap.delete(e)})}})}replaceTrack(e,r){return h(this,null,function*(){this._assertSendDirection(),r?u.debug(`replaceTrack() [localId:${e}, track.id:${r.id}]`):u.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 h(this,null,function*(){this._assertSendDirection(),u.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 h(this,null,function*(){this._assertSendDirection(),u.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:u.warn("unknown state");break}}),this.pc.addEventListener("negotiationneeded",()=>{this.emit("@negotiationneeded",{}),u.debug("negotiationneeded")}),this.pc.addEventListener("icegatheringstatechange",()=>{switch(this.pc.iceGatheringState){case"gathering":u.debug("icegatheringstatechange | gathering"),this.emit("@icegatheringstatechange","gathering");break;case"complete":u.debug("icegatheringstatechange | complete"),this.emit("@icegatheringstatechange","complete");break;default:u.warn("unknown state");break}}),this.pc.addEventListener("icecandidateerror",e=>{u.warn("icecandidateerror",{error:{code:e.errorCode,message:e.errorText}})}),this.pc.addEventListener("datachannel",e=>{u.info("data channel created: ",{rtcChannel:{label:e.channel.label}});const{channel:r}=e;r.onopen=()=>{u.info("data channel open: ",{rtcChannel:{label:e.channel.label}}),this.safeEmit("dc_open",e.channel)},r.onclose=()=>{u.warn("data channel closed: ",{rtcChannel:{label:e.channel.label}})},r.onerror=()=>{u.error("data channel error: ",{rtcChannel:{label:e.channel.label}})}}),this.addCustomEventListeners()}addCustomEventListeners(){}}class rp extends tp{static createFactory(){return()=>new rp}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 h(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){u.debug("creating new transceiver");const l=RTCRtpSender.getCapabilities(typeof r=="string"?r:r.kind);u.info(`senders available params: ${JSON.stringify(l)}`);const p=[];n&&n.length&&n.forEach(g=>{var y;const T=l.codecs.find(b=>b.mimeType.includes(g.name));if(g.parameters){u.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)}),u.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:l})=>l==="opus")>=0){const{enableDtx:l,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;${l?"usedtx=1;":""}${p?"stereo=1;sprop-stereo=1;":""}maxaveragebitrate=${g}`),c.sdp+=`a=rtcp-fb:111 nack\r
18
- `}this.midTransceiverMap.set(o.mid,o);const d=l=>h(this,null,function*(){return u.debug(`send() | calling pc.setRemoteDescription() [answer:${JSON.stringify(l)}]`),yield this.pc.setRemoteDescription(l),o.mid});return u.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 Vd extends tp{constructor(e){super(),m(this,"supportsSendEncodings",!1),this.supportsSendEncodings=e.supportsSendEncodings}static createFactory(e){return()=>new Vd(e)}get name(){return"Firefox60"}send(e){return h(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=vn(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)),U=(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=U,T.media[T.media.length-1].payloads=H.join(" "),Rc(T)},l=yield this.pc.createOffer();if(l.sdp=d(l.sdp,n),u.debug(`send() | calling pc.setLocalDescription() [offer:${JSON.stringify(l)}]`),yield this.pc.setLocalDescription(l),r==="audio"||r.kind==="audio"){const{enableDtx:p,enableStereo:g}=this,y=this.enableHighBitrate?g?128e3:64e3:g?64e3:32e3;l.sdp=l.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:l,callback:p=>h(this,null,function*(){return u.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 h(this,null,function*(){this._assertSendDirection(),u.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=>h(this,null,function*(){const n=yield i.data.arrayBuffer();this.safeEmit("datachannel",e.channel,String.fromCharCode(...new Uint8Array(n)))})})}}class ip extends tp{static createFactory(){return()=>new ip}get name(){return"Safari12"}send(e){return h(this,arguments,function*({track:r,encodings:i,codecOptions:n,screenShare:s}){this._assertSendDirection(),u.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);u.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){u.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)}),u.info(`Safari12::selected codecs: ${JSON.stringify(d)}`),o.setCodecPreferences(d);const l=yield this.pc.createOffer();if(yield this.pc.setLocalDescription(l),r==="audio"||r.kind==="audio"){const{enableStereo:p,enableDtx:g}=this,y=this.enableHighBitrate?p?128e3:64e3:p?64e3:32e3;l.sdp=l.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:l,callback:p=>h(this,null,function*(){return u.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=>h(this,null,function*(){const n=String.fromCharCode(...new Uint8Array(i.data));this.safeEmit("datachannel",e.channel,n)})}}}function DO(t,e){return typeof t=="undefined"?e:typeof window!="undefined"&&Object.getOwnPropertyDescriptor(window,"structuredClone")?structuredClone(t):JSON.parse(JSON.stringify(t))}var qc,cs,qr,Kr,Di,Jc,Xl,Wu,Ov,ju,Nv;class OO extends pl{constructor(e){var r;super(),f(this,Kr),f(this,Jc),f(this,Wu),f(this,ju),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,cs,void 0),f(this,qr,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,qr,!1),this.producerId=e.producerId,this.track=e.track,v(this,cs,(r=e.paused)!=null?r:!1),this.mimeType=e.mimeType,this.transceiver=e.transceiver,this.rtpReceiver=e.rtpReceiver,j(this,Wu,Ov).call(this)}get closed(){return a(this,qr)}get kind(){return this.track.kind}get paused(){return a(this,cs)}close(e,r){a(this,qr)||(u.debug(`Consumer::close() ${e?`with reason ${e}`:""}`,a(this,Kr,Di)),v(this,qr,!0),r&&(j(this,ju,Nv).call(this),this.transceiver.stop()),this.safeEmit("close",e))}getStats(){return h(this,null,function*(){if(a(this,qr))throw new xt("closed");return a(this,qc).getReceiverStats(this.localId)})}pause(){if(u.debug("consumer::pause()",a(this,Kr,Di)),a(this,qr)){u.error("consumer::pause() | Consumer closed",a(this,Kr,Di));return}v(this,cs,!0),this.track.enabled=!1,this.safeEmit("pause")}resume(){if(u.debug("consumer::resume()",a(this,Kr,Di)),a(this,qr)){u.error("Consumer::resume() | Consumer closed",a(this,Kr,Di));return}v(this,cs,!1),this.track.enabled=!0,this.safeEmit("resume")}}qc=new WeakMap,cs=new WeakMap,qr=new WeakMap,Kr=new WeakSet,Di=function(){return{consumer:{id:this.id,appData:this.appData,peerId:this.peerId,kind:this.kind}}},Jc=new WeakSet,Xl=function(){u.debug('Consumer::track "ended" event',a(this,Kr,Di)),this.safeEmit("trackended")},Wu=new WeakSet,Ov=function(){this.track.addEventListener("ended",j(this,Jc,Xl).bind(this))},ju=new WeakSet,Nv=function(){try{this.track.removeEventListener("ended",j(this,Jc,Xl)),this.track.stop()}catch(t){u.error("Consumer::destroyTrack()",q(V({},a(this,Kr,Di)),{error:t}))}};var Rr,Ya,Qa,ds,gr,ut,an,Xa,er,fr;class NO extends pl{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,Ya,void 0),f(this,Qa,void 0),f(this,ds,void 0),f(this,gr,!1),f(this,ut,void 0),f(this,an,void 0),f(this,Xa,void 0),this.id=e.id,this.localId=e.localId,v(this,ut,e.track),this.kind=(r=e.track)==null?void 0:r.kind,v(this,an,e.disableTrackOnPause?!((i=e.track)!=null&&i.enabled):!1),v(this,Xa,void 0),v(this,Ya,e.stopTracks),v(this,Qa,e.disableTrackOnPause),v(this,ds,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,ut)}get paused(){return a(this,an)}get maxSpatialLayer(){return a(this,Xa)}close(e){return h(this,null,function*(){if(a(this,gr))return;if(u.debug(`Producer::close() ${e?`with reason ${e}`:""}`,a(this,er,fr)),v(this,gr,!0),this._destroyTrack(),e===xd){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 h(this,null,function*(){if(a(this,gr))throw new xt("closed");return a(this,Rr).getSenderStats(this.localId)})}pause(){u.debug("Producer::pause()",a(this,er,fr)),a(this,gr)&&u.error("Producer::pause() | Producer closed",a(this,er,fr)),v(this,an,!0),a(this,ut)&&a(this,Qa)&&(a(this,ut).enabled=!1),a(this,ds)&&a(this,Rr).replaceTrack(this.localId,null),this.emit("pause")}resume(){if(u.debug("Producer::resume()",a(this,er,fr)),a(this,gr)){u.error("Producer::resume() | Producer closed",a(this,er,fr));return}v(this,an,!1),a(this,ut)&&a(this,Qa)&&(a(this,ut).enabled=!0),a(this,ds)&&a(this,Rr).replaceTrack(this.localId,a(this,ut)),this.emit("resume")}replaceTrack(e){return h(this,arguments,function*({track:r}){if(u.debug(`Producer::replaceTrack() trackId: ${r==null?void 0:r.id}`,a(this,er,fr)),a(this,gr)){if(r&&a(this,Ya))try{r.stop()}catch(i){u.error("Producer::replaceTrack",q(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,ut)){u.debug(`replaceTrack() | same track, ignored trackId: ${r.id}`,a(this,er,fr));return}(!a(this,ds)||!a(this,an))&&(yield a(this,Rr).replaceTrack(this.localId,r)),this._destroyTrack(),v(this,ut,r),this._handleTrack()})}setMaxSpatialLayer(e){return h(this,null,function*(){if(a(this,gr))throw new xt("closed");if(this.kind!=="video")throw new Vo("not a video Producer");if(typeof e!="number")throw new TypeError("invalid spatialLayer");yield a(this,Rr).setMaxSpatialLayer(this.localId,e),v(this,Xa,e)})}setRtpEncodingParameters(e){return h(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(){u.debug(`Producer::track "ended" event trackId: ${this.track.id}`,a(this,er,fr)),this.safeEmit("trackended",this.track.id)}_handleTrack(){a(this,ut)&&a(this,ut).addEventListener("ended",this._onTrackEnded)}_destroyTrack(){var e;if(a(this,ut))try{a(this,ut).removeEventListener("ended",this._onTrackEnded),a(this,Ya)&&a(this,ut).stop()}catch(r){u.error(`Producer::_destroyTrack trackId: ${(e=this.track)==null?void 0:e.id}`,q(V({},a(this,er,fr)),{error:r}))}}}Rr=new WeakMap,Ya=new WeakMap,Qa=new WeakMap,ds=new WeakMap,gr=new WeakMap,ut=new WeakMap,an=new WeakMap,Xa=new WeakMap,er=new WeakSet,fr=function(){return{producer:{id:this.id,appData:this.appData,kind:this.kind}}};function Lv(t){return typeof t=="object"&&!Array.isArray(t)&&t!==null}function Hu(t){return Math.random().toString(36).substring(2,2+t)}const bc=1;function tg(t){const e=t;return delete e.payload._bolt,e}function LO(t){return t.payload&&Lv(t.payload)}function Vv(t){var e,r;return LO(t)&&(r=(e=t.payload._bolt)==null?void 0:e.id)!=null?r:""}var on;const Za=class extends mt.EventEmitter{constructor(t,e,r){super(),m(this,"channel"),m(this,"queue"),m(this,"serverProtocolVersion"),f(this,on,new Map),m(this,"respond",(i,n,s=!1)=>{let o;s?o=Za.createErrorResponse(i,n):o=Za.createResponse(i,n),this.channel.send(JSON.stringify(o))}),m(this,"notify",i=>{const n=Za.createNotification(i);this.channel.send(JSON.stringify(n))}),m(this,"request",i=>h(this,null,function*(){const n=Za.createRequest(i),s=new Promise((o,c)=>{const{id:d}=n.payload._bolt,l={id:d,method:n.type,resolve:p=>{this.queue.delete(d)&&(clearTimeout(l.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(l.timer),c(p))}};this.queue.set(d,l)});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 l=Ls();for(let p=0;p<c;p+=1){const g=d[p],y=JSON.stringify({id:l,count:c,chunkIndex:p,chunk:g});u.debug(`Sending message chunk over dc: ${y}`),this.channel.send(y)}}else u.debug(`Sending message over dc: ${n}`),this.channel.send(n)}),m(this,"processMessage",i=>{var n;a(this,on).has(i.id)||a(this,on).set(i.id,[]);const s=a(this,on).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,on).get(i.id),c=o==null?void 0:o.reduce((l,p)=>l+p.chunk,"");a(this,on).delete(i.id);const d=JSON.parse(c);if(!d.payload||!Lv(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?(u.debug(`resolving pending request with id: ${n}, complete response: ${JSON.stringify(i)}`),i.type==="error"?s.cancel(tg(i)):s.resolve(tg(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:Hu(8),{type:"_bolt",payload:{message:"pong"}}),!0):!1}),this.label=e,this.transportId=r,this.channel=t,this.queue=new Map}};let eo=Za;on=new WeakMap,m(eo,"createRequest",t=>{var e;if((e=t.payload)!=null&&e._bolt)throw new Error("rpc fields are internal values");return{type:t.type,payload:q(V({},t.payload),{_bolt:{id:Hu(8),type:"REQUEST",version:bc}})}}),m(eo,"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:q(V({},e.payload),{_bolt:{id:t,type:"RESPONSE",version:bc}})}}),m(eo,"createNotification",t=>{var e;if((e=t.payload)!=null&&e._bolt)throw new Error("rpc fields are internal values");return{type:t.type,payload:q(V({},t.payload),{bolt:{id:Hu(8),type:"NOTIFY",version:bc}})}}),m(eo,"createErrorResponse",(t,e)=>({type:"error",payload:{error:e.message,_bolt:{id:t,type:"RESPONSE",version:bc}}}));function VO(t){if(Promise.allSettled)return Promise.allSettled(t);const e=t.map(r=>r.then(i=>({status:"fulfilled",value:i})).catch(i=>({status:"rejected",reason:i})));return Promise.all(e)}const xd="transport closed";var to;const ro=class extends pl{constructor(t,{id:e,direction:r,handlerFactory:i,iceServers:n,iceTransportPolicy:s,proprietaryConstraints:o,additionalSettings:c,appData:d,config:l}){var p,g,y;super(),m(this,"awaitQueue"),m(this,"observer"),f(this,to,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"),u.debug(`constructor() [id: ${e}, direction: ${r}]`),v(this,to,t),this.id=e,this.direction=r;const T=DO(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 Ld,this.handler=i(),this.handler.enableHighBitrate=(p=l==null?void 0:l.enableHighBitrate)!=null?p:!1,this.handler.enableStereo=(g=l==null?void 0:l.enableStereo)!=null?g:!1,this.handler.enableDtx=(y=l==null?void 0:l.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&&(u.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 eo(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){u.error("unregistered datachannel for message",{rtcChannel:{label:b.label,message:D}});return}try{const U=JSON.parse(D);u.debug("datachannel message chunk recieved",{dataChannelMessageChunk:{id:U.id,count:U.count,chunkIndex:U.chunkIndex,chunk:U.chunk,transprtId:this.serverId}});const H=P.processMessage(U);if(!H)return;u.debug(`datachannel message with id:${U.id} on transport:${this.serverId}complete - ${JSON.stringify(H)}`),this.emit(`datachannel:${b.label}`,P.label,H)}catch(U){u.error("error parsing message",{error:U})}})}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||(u.debug("Transport close called"),this.connectionState="closed",this.connected=!1,this.handler.close(),Array.from(this.producers.values()).forEach(t=>{t.close(xd).catch(()=>{})}),this.producers.clear(),Array.from(this.consumers.values()).forEach(t=>{t.close(xd)}),this.consumers.clear(),this.consumerTrackEvents.clear(),this.emit("close"))}getStats(){return h(this,null,function*(){if(this.closed)throw new xt("closed");return this.handler.getTransportStats()})}connect(t){return h(this,null,function*(){try{if(yield this.awaitQueue.push(()=>h(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,to)===rt.HIVE&&!(yield this.isEventsDCReady))throw new Error("events datachannel not open")}catch(e){throw u.error("transport failed to connect:",{error:e}),e}})}restartIce(){return h(this,null,function*(){if(u.debug("restartIce()"),this.closed)throw new xt("closed");return this.handler.restartIce()})}canProduce(t){return h(this,null,function*(){const{track:e,appData:r}=t;if(e){if(this.direction!=="send")throw new Vo("not a sending Transport");if(e.readyState==="ended")throw new xt("track ended");if(this.listenerCount("connect")===0&&this.connectionState==="new")throw new TypeError('no "connect" listener set into this transport');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 Tn("transport not connected");return!0})}produce(t,e){return h(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;u.debug(`produce() [track:${r.id}]`);const{producerId:l,localId:p,rtpSender:g}=yield this.awaitQueue.push(()=>h(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:U}=yield e({offer:y,kind:r.kind,paused:o?!r.enabled:!1,appData:q(V({},d||{}),{mid:D}),codecOptions:n,producingTransportId:this.serverId}),H=yield T(P);return{producerId:U,localId:H,rtpSender:b}}),"producer");return this.createProducerObject({id:l,localId:p,track:r,stopTracks:s,disableTrackOnPause:o,zeroRtpOnPause:c,appData:d,handler:this.handler,rtpSender:g})})}createProducerObject(t){return h(this,null,function*(){const e=new NO(t);return this.producers.set(e.id,e),e.once("close",()=>{this.producers.delete(e.id)}),this.emit("newproducer",e),e})}closeProducer(t){return h(this,null,function*(){yield this.awaitQueue.push(t.close.bind(t),"producer")})}canConsume(){return h(this,null,function*(){if(this.closed)throw new xt("closed");if(this.direction!=="recv")throw new Vo("not a receiving transport");if(this.listenerCount("connect")===0&&this.connectionState==="new")throw new TypeError('no "connect" listener set into this transport');if(!(yield this.transportConnectionPromise))throw new Tn("transport not connected");return!0})}consume(t,e,r){return h(this,null,function*(){return this.awaitQueue.push(()=>h(this,null,function*(){const i={},{consumerStates:n,sessionDescription:s,failedProducers:o}=yield e(t);n.forEach((d,l)=>{i[l]=this.createConsumerObjectAndWaitForTrack(q(V({},d),{producerId:l}))}),s&&(u.info("Session description found, sending negotiation request"),yield r(s));const c=[];return yield Promise.all(Object.entries(i).map(([d,l])=>l.then(p=>c.push(p)).catch(()=>{u.error(`Failed to create consumer object, producer: ${d}`,{error:{message:"This should not happen"},transport:{serverId:this.serverId}})}))),{consumers:c,failedProducers:o}}),"consumer")})}static parseCodecAndFmtpMappings(t,e){const r=vn(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=vn(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}),q(V({},t),{sdp:Rc(i)})}static parseHeaderExtensionMappings(t){const e=vn(t.sdp),r={};return e.media.forEach(i=>{r[i.mid]=i.ext}),r}static setHeaderExtensionMappings(t,e){const r=vn(t.sdp);return r.media=r.media.map(i=>{const n=V({},i);return n.ext=e[i.mid],n}),q(V({},t),{sdp:Rc(r)})}closeConsumers(t,e){return h(this,null,function*(){try{const r=t.map(c=>c.transceiver.mid),i=ro.parseCodecAndFmtpMappings(this.handler.pc.remoteDescription,r),n=ro.parseHeaderExtensionMappings(this.handler.pc.remoteDescription);u.info("Stopping transceivers",{consumerIds:t.map(({id:c})=>c)}),t.forEach(c=>c.close(void 0,!0));let s=yield this.handler.pc.createOffer();u.info("Created offer for closing consumers",{sdp:s.sdp}),s=ro.setCodecAndFmtpMappings(s,r,i),s=ro.setHeaderExtensionMappings(s,n),u.info("Updated codec and fmtp mappings in close consumer offer",{sdp:s.sdp}),yield this.setLocalDescription(s),u.info("Successfully set local description in close consumers");const o=yield e(t,s);u.info("Received answer in close consumers",{sdp:o.sdp}),yield this.setRemoteDescription(o),u.info("Remote description was set successfully in close consumers",{sdp:o.sdp})}catch(r){u.error("Failed to close consumers",{error:r})}})}setRemoteOffer(t){return h(this,null,function*(){try{u.info("Received offer from SFU",{sdp:t.sdp}),yield this.setRemoteDescription(t);const e=yield this.handler.pc.createAnswer();u.info("Created answer corresponding to received offer",{sdp:e.sdp});const r=vn(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=Rc(r),u.info("Setting munged SDP",{sdp:e.sdp}),yield this.setLocalDescription(e),u.info("Successfully set local description",{sdp:e.sdp}),e}catch(e){throw u.error("Set remote offer failed",{error:e}),e}})}_ontrack(t){const{track:e,transceiver:r,streams:i}=t;u.info(`track event received [trackId: ${e.id}]`);let n;a(this,to)===rt.HIVE?n=`${i[0].id}:${e.kind}`:n=`${r.mid}:${e.kind}`,e.addEventListener("ended",()=>{u.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)):(u.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 h(this,null,function*(){const{consumerId:e,producerId:r,producingPeerId:i,producingTransportId:n,streamId:s,paused:o,screenShare:c,appData:d,kind:l,mimeType:p}=t,g=`${s}:${l}`,y=q(V({},t),{name:"consumer creation task error",message:"consumer creation failed"});return new Promise((T,b)=>h(this,null,function*(){const D=setTimeout(()=>{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 ie=new OO({id:e,localId:J.mid,transceiver:J,track:I,paused:o,producerId:r,producingPeerId:i,producingTransportId:n,handler:this.handler,appData:q(V({},d),{screenShare:c,peerId:i}),rtpReceiver:J.receiver,mimeType:p});this.consumers.set(e,ie),ie.once("close",()=>{this.consumers.delete(ie.id),this.handler.midTransceiverMap.delete(J.mid)}),u.info("consumer created for ",{consumer:{id:e,kind:l,appData:{screenShare:c},peerId:i,producerId:r}}),this.emit("newconsumer",ie),clearTimeout(D),T(ie)}}catch(I){u.warn("error while creating consumer:",I),clearTimeout(D),b(y)}},U=this.unknownTracksMap.get(g);U?(this.unknownTracksMap.delete(g),P(U.track,U.transceiver)):this.consumerTrackEvents.set(g,P)}))})}setRemoteDescription(t){return h(this,null,function*(){yield this.handler.pc.setRemoteDescription(t)})}setLocalDescription(t){return h(this,null,function*(){u.debug(`${this.direction}() {transportId: ${this.serverId}} | calling pc.setLocalDescription() [offer:${JSON.stringify(t)}]`),yield this.handler.pc.setLocalDescription(t)})}retryFailedConsumerCreationTasks(t){return h(this,null,function*(){return VO(t.map(e=>h(this,null,function*(){return ep(r=>h(this,null,function*(){return r>0&&u.warn(`retrying failed consumer creation task: ${JSON.stringify(e)}`),this.createConsumerObjectAndWaitForTrack(V({},e))}))})))})}sendDataChannelMessage(t,e){return h(this,null,function*(){const r=this.getDatachannel(t);if(!r)throw CO("DC_NOT_READY",`${t} datachannel not ready`);const i=(yield r.request(e)).payload;return u.info(`sendDataChannelMessage::response ${JSON.stringify(i)}`),i})}};let xO=ro;to=new WeakMap;function UO(){if(typeof navigator=="object"&&navigator.product==="ReactNative"){if(typeof RTCPeerConnection=="undefined"){u.warn("Device::this._detectDevice() | unsupported ReactNative without RTCPeerConnection");return}return u.debug("Device::this._detectDevice() | ReactNative handler chosen"),"Chrome74"}if(typeof navigator=="object"&&typeof navigator.userAgent=="string"){const t=navigator.userAgent,e=Tg.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;u.warn("Device::this._detectDevice() | browser not supported");return}u.warn("Device::this._detectDevice() | unknown device")}var $c;class FO{constructor(e,{handlerName:r,handlerFactory:i}={}){if(m(this,"handlerFactory"),f(this,$c,void 0),u.debug("constructor()"),v(this,$c,e),r&&i)throw new TypeError("just one of handlerName or handlerInterface can be given");if(i)this.handlerFactory=i;else{if(r)u.debug(`Device::constructor() | handler given: ${r}`);else if(r=UO(),r)u.debug(`Device::constructor() | detected handler: ${r}`);else throw new Error("device not supported");switch(r){case"Chrome74":this.handlerFactory=rp.createFactory();break;case"Safari12":this.handlerFactory=ip.createFactory();break;case"Firefox60":this.handlerFactory=Vd.createFactory({supportsSendEncodings:!1});break;case"Firefox110":this.handlerFactory=Vd.createFactory({supportsSendEncodings:!0});break;default:throw new TypeError(`unknown handlerName "${r}"`)}}}createTransport(e){const r=Ls();return new xO(a(this,$c),q(V({id:r},e),{handlerFactory:this.handlerFactory}))}}$c=new WeakMap;const BO=2e3;var Mi,So,It,Ct,Kc,zc,Cs,Eo,io,no,ls,kn,To,ko,Yc,Qc,Gu,qu,xv,Xc,Ju,$u,rg,Ku,ig,zu,ng,Yu,sg,Qu,ag,Zc,Zl,ed,eu;class WO extends mt.EventEmitter{constructor(e,r,i){switch(super(),f(this,ko),f(this,Qc),f(this,qu),f(this,Xc),f(this,$u),f(this,Ku),f(this,zu),f(this,Yu),f(this,Qu),f(this,Zc),f(this,ed),f(this,Mi,void 0),f(this,So,void 0),f(this,It,void 0),f(this,Ct,void 0),f(this,Kc,void 0),f(this,zc,void 0),f(this,Cs,void 0),f(this,Eo,void 0),f(this,io,void 0),f(this,no,{transportFailureCount:{send:0,recv:0},lastConnectionTime:0}),f(this,ls,void 0),f(this,kn,"all"),f(this,To,void 0),v(this,Mi,e),v(this,Cs,r),v(this,To,i),v(this,So,new FO(i)),v(this,Eo,new AO(r,i)),i){case rt.CF:{v(this,io,yr);break}case rt.HIVE:default:{v(this,io,rr);break}}a(this,ko,Yc).mediaState={send:{state:Bi.NEW,reconnected:!1},recv:{state:Bi.NEW,reconnected:!1}},Q.hasFeature(ne.FORCE_RELAY)&&v(this,kn,"relay"),j(this,Qc,Gu).call(this)}get socket(){return a(this,Cs)}get socketHandler(){return a(this,Eo)}get sendTransport(){return a(this,It)}get recvTransport(){return a(this,Ct)}get events(){return a(this,io)}get nodeType(){return a(this,To)}set sendTransportConnectedCallback(e){v(this,Kc,e)}set recvTransportConnectedCallback(e){v(this,zc,e)}setupTransports(e){return h(this,null,function*(){yield j(this,qu,xv).call(this,e);let r,i;e.send&&(r=j(this,Xc,Ju).call(this,a(this,It)).then(n=>{try{a(this,Kc).call(this,n)}catch{u.error("Failed to run send transport callback")}})),e.recv&&(i=j(this,Xc,Ju).call(this,a(this,Ct)).then(n=>{try{a(this,zc).call(this,n)}catch{u.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,It);u.info("Closing send transport",{transport:{id:n,serverId:s,type:o}}),a(this,It).close(),a(this,It).removeAllListeners(),v(this,It,void 0)}if(e.recv&&this.recvTransport!==void 0){const{id:n,serverId:s,direction:o}=a(this,Ct);u.info("Closing recv transport",{transport:{id:n,serverId:s,type:o}}),(r=a(this,Ct))==null||r.close(),(i=a(this,Ct))==null||i.removeAllListeners(),v(this,Ct,void 0)}j(this,Qc,Gu).call(this)}stopAllTransports(){u.info("Closing all transports"),this.stopTransports({send:!0,recv:!0})}handleErrors(e){throw new Error("Method not implemented.")}}Mi=new WeakMap,So=new WeakMap,It=new WeakMap,Ct=new WeakMap,Kc=new WeakMap,zc=new WeakMap,Cs=new WeakMap,Eo=new WeakMap,io=new WeakMap,no=new WeakMap,ls=new WeakMap,kn=new WeakMap,To=new WeakMap,ko=new WeakSet,Yc=function(){return a(this,Mi).getValue("connectionHandler")},Qc=new WeakSet,Gu=function(){v(this,ls,{send:void 0,recv:void 0})},qu=new WeakSet,xv=function(t){return h(this,null,function*(){var e,r,i,n,s,o,c,d;Q.hasFeature(ne.FORCE_RELAY)&&(u.info("ICE Transport Policy set to relay"),v(this,kn,"relay"));const l=yield ct().getICEServers().catch(p=>(u.warn(`failed to get iceservers from server: ${p.message}`),[]));if(t.send){const p=Q.hasFeature(ne.DISABLE_OPUS_DTX_CF);j(this,Ku,ig).call(this,{iceServers:l,additionalSettings:{encodedInsertableStreams:(e=a(this,Mi).getValue("modules").e2ee)==null?void 0:e.enabled},config:{enableHighBitrate:(n=(i=(r=a(this,Mi).getValue("defaults").mediaConfiguration)==null?void 0:r.audio)==null?void 0:i.enableHighBitrate)!=null?n:!1,enableStereo:(c=(o=(s=a(this,Mi).getValue("defaults").mediaConfiguration)==null?void 0:s.audio)==null?void 0:o.enableStereo)!=null?c:!1,enableDtx:a(this,To)===rt.HIVE?!0:!!p},iceTransportPolicy:a(this,kn)})}t.recv&&j(this,zu,ng).call(this,{iceServers:l,additionalSettings:{encodedInsertableStreams:(d=a(this,Mi).getValue("modules").e2ee)==null?void 0:d.enabled},iceTransportPolicy:a(this,kn)})})},Xc=new WeakSet,Ju=function(t){return h(this,null,function*(){const{id:e,serverId:r,direction:i}=t;j(this,Yu,sg).call(this,t);try{const n=Q.hasFeature(ne.ENABLE_HIVE_INFINITE_RETRIES)?1/0:3;return yield ep((s,o)=>h(this,null,function*(){s>0&&u.debug(`Retrying transport connect, count: ${s}`,{transport:{id:e,serverId:r,type:i}});try{if(t.closed)throw new Tn("Cannot reconnect closed transport");yield j(this,$u,rg).call(this,t)}catch(c){if(c instanceof Tn){o(c);return}throw u.error("Failed to connect transport, retrying",{transport:t,error:c}),c}}),{delayTime:100,strategy:"exponential",maxRetryCount:n}),t}catch(n){throw u.error(`Failed to connect send transport after retry: ${t.id}`,{error:n,transport:{id:e,serverId:r,type:i}}),t.close(),t.removeAllListeners(),n}})},$u=new WeakSet,rg=function(t){return h(this,null,function*(){const{id:e,direction:r}=t;if(u.info(`Connecting ${r} transport`,{transport:{id:e,type:r}}),!a(this,Cs).isConnected)throw new Tn("Socket is not connected");if(t.connectionState==="closed")throw new Tn("Transport is closed");try{yield t.connect(i=>j(this,Qu,ag).call(this,r,i)),u.info(`Connected ${r} transport`,{transport:{id:e,serverId:t.serverId,type:r}})}catch(i){throw a(this,no).transportFailureCount[r]+=1,i.message==="ice connection failed"?new Tn(i.message):i}})},Ku=new WeakSet,ig=function(t){var e,r;if(a(this,It)&&a(this,It).connected){u.info("Transport send 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:"send"}});return}v(this,It,a(this,So).createTransport(q(V({},t),{direction:"send"}))),K.configureSendTransport(a(this,It))},zu=new WeakSet,ng=function(t){var e,r;if(a(this,Ct)&&a(this,Ct).connected){u.info("Transport recv is already connected",{transport:{id:(e=a(this,Ct))==null?void 0:e.id,serverId:(r=a(this,Ct))==null?void 0:r.serverId,type:"recv"}});return}v(this,Ct,a(this,So).createTransport(q(V({},t),{direction:"recv"}))),K.configureRecvTransport(a(this,Ct))},Yu=new WeakSet,sg=function(t){const{direction:e,id:r}=t;t.on("connectionstatechange",i=>h(this,null,function*(){j(this,ed,eu).call(this,{state:i,direction:e}),u.info(`Transport connection state changed for ${e} transport`,{transport:{id:r,serverId:t.serverId,type:e,status:i}});const n=()=>{const s=a(this,ls)[e];s!==void 0&&(clearTimeout(s),a(this,ls)[e]=void 0)};switch(i){case"connected":n(),a(this,no).lastConnectionTime=performance.now();break;case"disconnected":a(this,ls)[e]=setTimeout(()=>h(this,null,function*(){yield j(this,Zc,Zl).call(this,t)}),BO);break;case"failed":if(t.closed)return;n(),yield j(this,Zc,Zl).call(this,t);break}})),t.on("icecandidate",i=>h(this,null,function*(){u.debug("Sending iceCandidate:",{iceCandidate:i})})),t.on("datachannel:events",(i,n)=>h(this,null,function*(){var s,o;u.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,Vv(n),c);break}case"hub-disconnect":{u.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{u.error(`Unable to handle the incoming datachannel message on channel ${i}`)}})),t.on("dc_error",()=>{t.direction==="recv"&&(u.warn("Events datachannel did not open in 5s",{country:S.location.country}),this.handleErrors("reconnectRecvTransport"))})},Qu=new WeakSet,ag=function(t,e){return h(this,null,function*(){const r=t==="recv";try{const{sdp:i,type:n}=e,s={consuming:r,description:{sdp:i,type:n,target:r?ii.SUBSCRIBER:ii.PUBLISHER},producers:[]};return a(this,Eo).connectTransport(s)}catch(i){throw u.error(`Error in ${t} transport connection:`,{error:i,country:S.location.country}),i}})},Zc=new WeakSet,Zl=function(t){return h(this,null,function*(){u.info("Called reconnect transport",{transport:t});const{direction:e}=t;switch(this.stopTransports({[e]:!0}),Q.hasFeature(ne.HIVE_TRANSPORT_FORCE_RELAY_ON_ICE_FAILED)&&a(this,Cs).isConnected&&a(this,no).transportFailureCount[e]>2&&(u.warn(`Multiple disconnections in ${e} transport, forcing relay`),v(this,kn,"relay")),yield this.setupTransports({[e]:!0}),e){case"send":{u.info("Transport reconnected",{transport:a(this,It)}),R.emit(M.RESET_PRODUCER_STATE);break}case"recv":{u.info("Transport reconnected",{transport:a(this,Ct)}),R.emit(M.UPDATE_ACTIVE,{createAllConsumers:!0});break}default:u.warn("Unknown transport direction",{transport:t})}j(this,ed,eu).call(this,{state:Bi.CONNECTED,direction:e})})},ed=new WeakSet,eu=function(t){const{state:e,direction:r}=t;a(this,ko,Yc).mediaState[r]={state:e,reconnected:!0},R.emit(M.TRANSPORT_STATE_UPDATE,V({transport:r},a(this,ko,Yc).mediaState[r]))};var Xu,Uv;class jO{constructor(e){f(this,Xu),this.recvTransport=e,j(this,Xu,Uv).call(this)}create(e){return h(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:l})=>({producerId:o,producingTransportId:c,preferredCodec:V(V({},d==="video"&&l?{video:l}:{}),d==="audio"&&l?{audio:l}:{})}))}},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 h(this,null,function*(){try{u.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 u.debug(`datachannel answer: ${JSON.stringify(s)}`),this.recvTransport.sendResponseOverDC(i,r,s),n}catch(n){throw u.error("datachannel:events::Error:",n),n.code!=="DC_NOT_FOUND"&&this.recvTransport.sendErrorOverDC(i,r,n),n}})}close(e){return h(this,null,function*(){if(!e.length)return{};const r=e.map(o=>o.id);u.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}})}}Xu=new WeakSet,Uv=function(){this.recvTransport.on("datachannel:events",(t,e)=>h(this,null,function*(){try{switch(e.type){case"negotiation":{const{sdp:r}=e.payload,i={sdp:r,type:"offer"};this.negotiate(i,Vv(e),t);break}default:break}}catch{u.error(`Unable to handle the incoming datachannel message on channel ${t}`)}}))};class HO{constructor(e,r,i,n){this.events=e,this.recvTransport=r,this.socket=i,this.socketHandler=n}create(e){return h(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:l,producerId:p,producingTransportId:g}=d;r.set(p,l),i.push({producingPeerId:l,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,l])=>{const p=s.get(d);if(!p)return;if(l.errorCode){u.warn(`Consumer request failed for producer ${d}`,{error:{message:l.errorCode}}),c.push(q(V({},p),{errorCode:l.errorCode}));return}let g={};try{g=JSON.parse(l.producerState.appData)}catch{}o.set(d,{consumerId:l.consumerId,producingTransportId:p.producingTransportId,producingPeerId:p.producingPeerId,kind:p.kind,paused:p.pause,streamId:l.producerTrack.streamId,trackId:l.producerTrack.trackId,screenShare:p.screenShare,mimeType:p.mimeType,appData:g})}),{consumerStates:o,sessionDescription:n.sessionDescription,failedProducers:c}})}negotiate(e){return h(this,null,function*(){try{u.info("Negotiating socket consumer",{transport:this.recvTransport}),u.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:ii.SUBSCRIBER}};return u.debug(`sending renegotiate request: ${JSON.stringify(i)} on recvTransport`,{transport:this.recvTransport}),yield this.socket.sendMessagePromise(this.events.renegotiateSessionDescription,T0.toBinary(i)),u.info("Renegotiation done",{transport:this.recvTransport}),r}catch(r){u.error("Failed to renegotiate",{error:r});return}})}close(e){return h(this,null,function*(){if(!e.length)return{};const r=(i,n)=>h(this,null,function*(){const s=i.map(l=>l.localId);u.info(`Closing consumers: ${JSON.stringify(s)}`);const o={description:{sdp:n.sdp,type:n.type,target:ii.SUBSCRIBER},consumerIds:s,consumingTransportId:this.recvTransport.serverId},c=yield this.socketHandler.closeConsumer(o),d=HI.fromBinary(c).description;return{sdp:d.sdp,type:d.type}});return this.recvTransport.awaitQueue.push(()=>this.recvTransport.closeConsumers(e,r),"close_consumer"),{}})}}class np{constructor(e){this.socketHandler=e}static getMSIDFromSDP(e,r){return vn(e).media.filter(i=>r==="video"?i.type==="video":i.type==="audio").at(-1).msid}create(e){return h(this,arguments,function*({offer:r,kind:i,paused:n,appData:s,codecOptions:o,producingTransportId:c}){var d,l;const p=np.getMSIDFromSDP(r.sdp,i),g={description:{sdp:r.sdp,type:r.type,target:ii.PUBLISHER},paused:n,kind:i,msid:p,appData:JSON.stringify(s),screenShare:(d=s.screenShare)!=null?d:!1,mimeType:`${i}/${(l=o[0])==null?void 0:l.name}`,producingTransportId:c},{answer:y,producerId:T}=yield this.socketHandler.produce(g);return{answer:y,producerId:T}})}}var bo,bs,_n,so,Ud,Qr,Zu,Oi,_o,eh,Fv,Fd,th,rh,Bv,ih,Wv,nh,og,sh,cg;class GO extends WO{constructor(e,r,i){super(e,r,i),f(this,eh),f(this,Fd),f(this,rh),f(this,ih),f(this,nh),f(this,sh),f(this,bo,void 0),f(this,bs,void 0),f(this,_n,void 0),f(this,so,void 0),f(this,Ud,void 0),f(this,Qr,void 0),f(this,Zu,{producerCreationFailureCount:0,consumerCreationFailureCount:0,producerNotReadyFailureCount:0}),f(this,Oi,[]),f(this,_o,void 0),v(this,bo,e),a(this,eh,Fv).mediaState={send:{state:Bi.NEW,reconnected:!1},recv:{state:Bi.NEW,reconnected:!1}},this.sendTransportConnectedCallback=()=>h(this,null,function*(){v(this,Ud,new np(this.socketHandler))}),this.recvTransportConnectedCallback=n=>h(this,null,function*(){switch(a(this,so).clear(),this.nodeType){case rt.CF:{v(this,Qr,new HO(this.events,n,this.socket,this.socketHandler));break}case rt.HIVE:default:v(this,Qr,new jO(n))}}),this.reset()}get socketHandler(){return super.socketHandler}get producers(){return a(this,bs)}get consumers(){return a(this,_n)}get producerIdToConsumerIdMap(){return a(this,so)}reset(){v(this,bs,new Map),v(this,_n,new Map),v(this,so,new Map)}createProducer(e,r){return h(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,j(this,rh,Bv).bind(this));return(i=e.appData)!=null&&i.e2ee&&R.emit(M.E2EE_ACTIVE_PRODUCER,n),j(this,ih,Wv).call(this,n,r),n}catch(n){throw u.error("Failed to create producer",{error:n}),a(this,Zu).producerCreationFailureCount+=1,n}})}closeProducer(e,r){return h(this,null,function*(){var i;const n=this.producers.get(e);if(!n){u.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,bo).getValue("modules").e2ee)!=null&&i.enabled&&R.emit(M.E2EE_INACTIVE_PRODUCER,n)}catch(s){u.error("Failed to close producer on server",{error:s,producer:n})}})}closeAllProducers(){return Promise.all(Array.from(a(this,bs).entries()).map(([,e])=>e.close()))}createConsumer(e){return this.createConsumers([e])}createConsumers(e){return h(this,null,function*(){a(this,_o)||clearTimeout(a(this,_o)),v(this,Oi,a(this,Oi).concat(e)),yield j(this,Fd,th).call(this)})}closeConsumer(e){return this.closeConsumers([e])}closeConsumers(e){return h(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&&u.warn("Failed to close some consumers",{consumerIds:i})})}closeAllConsumers(){return this.closeConsumers(Array.from(a(this,_n).keys()))}switchConsumersToLayer(e,r){return h(this,null,function*(){const i=this.recvTransport.getDatachannel("events");if(!i){u.warn("events datachannel not found");return}const n={type:"switch_consumer_layer",payload:{consumerIds:e,layer:r}};yield i.request(n),u.info(`Consumers switched layers to ${r}`,{consumerIds:e})})}}bo=new WeakMap,bs=new WeakMap,_n=new WeakMap,so=new WeakMap,Ud=new WeakMap,Qr=new WeakMap,Zu=new WeakMap,Oi=new WeakMap,_o=new WeakMap,eh=new WeakSet,Fv=function(){return a(this,bo).getValue("connectionHandler")},Fd=new WeakSet,th=function(){return h(this,null,function*(){if(!this.recvTransport||this.recvTransport.closed)throw new Error("Recv transport is closed");const t=500,e=a(this,Oi).splice(0,a(this,Oi).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,j(this,nh,og).bind(this),a(this,Qr).negotiate.bind(a(this,Qr)));if(i.forEach(j(this,sh,cg).bind(this)),n!=null&&n.length){u.error("Failed to create consumers for producers",{producers:n});const s=n.filter(({errorCode:o,producerId:c})=>o==="not_found_track_error"?(u.error(`Track not found for producer: ${c}. This will not be retried.`),!1):o==="backend_error"?(u.error("Unrecoverable error: backend error"),!1):!0);v(this,Oi,a(this,Oi).concat(s)),v(this,_o,setTimeout(j(this,Fd,th).bind(this),t))}}catch(r){if(u.error("failed to consume on transport",{error:r}),r.errorCode==="internal_error"&&r.errorDescription==="Backend error"){u.error("Irrecoverable error, closing current recvTransport to create a new one",{transport:this.recvTransport});try{this.stopTransports({recv:!0})}catch{}yield this.setupTransports({recv:!0})}}})},rh=new WeakSet,Bv=function(t){return a(this,Ud).create(t)},ih=new WeakSet,Wv=function(t,e){t.on("close",(r,i)=>h(this,null,function*(){const{offer:n,reason:s}=r;if(u.info("producer::closing",{debuggingHint:s,producer:q(V({},t),{status:"closing"})}),s!==xd){const o={producerId:t.id,description:{sdp:n.sdp,type:n.type,target:ii.PUBLISHER}};try{const c=yield this.socketHandler.closeProducer(o),d={sdp:c==null?void 0:c.sdp,type:c==null?void 0:c.type};u.info("producer::closed",{producer:q(V({},t),{status:"closed"})}),i({answer:d})}catch(c){u.error("producer close error",c)}}this.producers.delete(t.id),e()})),t.on("trackended",()=>{u.info("producer::trackended",{producer:q(V({},t),{status:"UNKNOWN"})})}),a(this,bs).set(t.id,t)},nh=new WeakSet,og=function(t){return h(this,null,function*(){try{return yield this.recvTransport.canConsume(),yield a(this,Qr).create(t)}catch(e){throw u.error("Error in consume request",{error:e}),e}})},sh=new WeakSet,cg=function(t){t.on("close",e=>h(this,null,function*(){u.debug("consumer closed",{consumer:{closureReason:e,id:t.id,kind:t.kind,appData:t.appData}}),a(this,_n).delete(t.id),R.emit(M.CONSUMER_CLOSED,{id:t.id})})),a(this,_n).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 td,rd,id,ao,wo,Io,Bd,Wd,oo,Jt,Nr,Mr,cn,dn,Ai,jd,ah,jv,oh,Hv,ch,Gv,dh,qv;const lh=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:l=50}={}){f(this,ah),f(this,oh),f(this,td,void 0),f(this,rd,void 0),f(this,id,void 0),f(this,ao,void 0),f(this,wo,void 0),f(this,Io,void 0),f(this,Bd,void 0),f(this,Wd,void 0),f(this,oo,void 0),f(this,Jt,void 0),f(this,Nr,void 0),f(this,Mr,!1),f(this,cn,0),f(this,dn,0),f(this,Ai,[]),f(this,jd,void 0),v(this,ao,t),v(this,Jt,t),v(this,td,e),v(this,rd,r),v(this,id,i),v(this,wo,n),v(this,Io,s),v(this,Bd,o),v(this,Wd,c),v(this,oo,d),v(this,jd,l),v(this,Nr,t/2)}get voiceDetected(){return a(this,Mr)}processAudioChunk(t){var e,r;const i=j(e=lh,ch,Gv).call(e,t),n=j(r=lh,dh,qv).call(r,t);return j(this,ah,jv).call(this,i),i/a(this,Nr)>a(this,oo)&&i>a(this,Jt)&&n>a(this,td)?(v(this,cn,a(this,cn)+1),v(this,dn,a(this,id)),a(this,cn)>=a(this,rd)&&v(this,Mr,!0)):(v(this,cn,0),a(this,dn)>0?v(this,dn,a(this,dn)-1):a(this,Mr)&&v(this,Mr,!1),a(this,Mr)||j(this,oh,Hv).call(this,i)),{energy:i,isVoice:a(this,Mr)}}reset(){v(this,Mr,!1),v(this,cn,0),v(this,dn,0),v(this,Jt,a(this,ao)),v(this,Nr,a(this,ao)/2),v(this,Ai,[])}getThresholdInfo(){return{currentEnergyThreshold:a(this,Jt),backgroundNoiseEnergy:a(this,Nr),energyRatioThreshold:a(this,oo)}}};let uh=lh;td=new WeakMap,rd=new WeakMap,id=new WeakMap,ao=new WeakMap,wo=new WeakMap,Io=new WeakMap,Bd=new WeakMap,Wd=new WeakMap,oo=new WeakMap,Jt=new WeakMap,Nr=new WeakMap,Mr=new WeakMap,cn=new WeakMap,dn=new WeakMap,Ai=new WeakMap,jd=new WeakMap,ah=new WeakSet,jv=function(t){a(this,Mr)?v(this,Jt,a(this,Io)*a(this,Jt)+(1-a(this,Io))*t):v(this,Jt,a(this,wo)*a(this,Jt)+(1-a(this,wo))*a(this,Nr)),v(this,Jt,Math.max(a(this,Bd),Math.min(a(this,Wd),a(this,Jt))))},oh=new WeakSet,Hv=function(t){if(t<a(this,Jt)*1.2)if(a(this,Ai).push(t),a(this,Ai).length>a(this,jd)&&a(this,Ai).shift(),a(this,Ai).length>=10){const e=[...a(this,Ai)].sort((i,n)=>i-n),r=Math.floor(e.length/2);v(this,Nr,e[r])}else v(this,Nr,.95*a(this,Nr)+.05*t)},ch=new WeakSet,Gv=function(t){return Math.sqrt(t.map(e=>e*e).reduce((e,r)=>e+r)/t.length)},dh=new WeakSet,qv=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(uh,ch),f(uh,dh);const qO=60,JO=400;var ki,bi,Lr,wn,In,co,Ps,Co,_i,ln,Po,hh,Jv,nd,ph,mh,$v,tu,dg;const Hd=class{constructor(t){f(this,hh),f(this,mh),f(this,ki,void 0),f(this,bi,void 0),f(this,Lr,void 0),f(this,wn,void 0),f(this,In,void 0),f(this,co,void 0),f(this,Ps,void 0),f(this,Co,void 0),f(this,_i,void 0),f(this,ln,void 0),f(this,Po,void 0),this.reportRequest=t,v(this,wn,new AudioContext),v(this,In,a(this,wn).createAnalyser()),a(this,In).fftSize=2048,v(this,Co,new uh)}set producerId(t){v(this,Lr,t)}set audioTrack(t){v(this,co,t);const e=new MediaStream;e.addTrack(a(this,co)),a(this,wn).createMediaStreamSource(e).connect(a(this,In))}start(){u.debug(`AudioActivityReporter: Starting audio activity reporter: ${a(this,Lr)}`),a(this,ki)&&Es(a(this,ki)),v(this,ki,yd(()=>h(this,null,function*(){var t;if(!a(this,co)||!a(this,Lr))return;const{energy:e}=j(this,hh,Jv).call(this),r=j(t=Hd,nd,ph).call(t,e);let i=.9;a(this,Po)!==r&&a(this,Po)?i=.9:r?i=.3:i=.5,v(this,Ps,(a(this,Ps)||0)*(1-i)+e*i)}),qO)),a(this,bi)&&Es(a(this,bi)),v(this,bi,yd(j(this,mh,$v).bind(this),JO))}stop(){try{u.debug(`AudioActivityReporter: Stopping audio activity reporter: ${a(this,Lr)}`),a(this,ki)&&(Es(a(this,ki)),v(this,ki,void 0)),a(this,bi)&&(Es(a(this,bi)),v(this,bi,void 0))}catch{}a(this,Co).reset()}};let gh=Hd;ki=new WeakMap,bi=new WeakMap,Lr=new WeakMap,wn=new WeakMap,In=new WeakMap,co=new WeakMap,Ps=new WeakMap,Co=new WeakMap,_i=new WeakMap,ln=new WeakMap,Po=new WeakMap,hh=new WeakSet,Jv=function(){var t;a(this,wn).state==="suspended"&&a(this,wn).resume().then(()=>{u.debug("AudioActivityReporter: AudioContext forced resumed")}).catch(s=>{u.error("AudioActivityReporter: Error resuming AudioContext",s)});const e=new Float32Array(a(this,In).frequencyBinCount);a(this,In).getFloatTimeDomainData(e);const{energy:r,isVoice:i}=a(this,Co).processAudioChunk(e),n=j(t=Hd,tu,dg).call(t,r);return Q.hasFeature(ne.ENABLE_AUDIO_ACTIVITY_DEBUG_LOGS)&&u.debug(`AudioActivityReporter: producer: ${a(this,Lr)}, energy: ${a(this,Ps)},
18
+ `}this.midTransceiverMap.set(o.mid,o);const d=l=>h(this,null,function*(){return u.debug(`send() | calling pc.setRemoteDescription() [answer:${JSON.stringify(l)}]`),yield this.pc.setRemoteDescription(l),o.mid});return u.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 Vd extends tp{constructor(e){super(),m(this,"supportsSendEncodings",!1),this.supportsSendEncodings=e.supportsSendEncodings}static createFactory(e){return()=>new Vd(e)}get name(){return"Firefox60"}send(e){return h(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=vn(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)),U=(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=U,T.media[T.media.length-1].payloads=H.join(" "),Rc(T)},l=yield this.pc.createOffer();if(l.sdp=d(l.sdp,n),u.debug(`send() | calling pc.setLocalDescription() [offer:${JSON.stringify(l)}]`),yield this.pc.setLocalDescription(l),r==="audio"||r.kind==="audio"){const{enableDtx:p,enableStereo:g}=this,y=this.enableHighBitrate?g?128e3:64e3:g?64e3:32e3;l.sdp=l.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:l,callback:p=>h(this,null,function*(){return u.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 h(this,null,function*(){this._assertSendDirection(),u.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=>h(this,null,function*(){const n=yield i.data.arrayBuffer();this.safeEmit("datachannel",e.channel,String.fromCharCode(...new Uint8Array(n)))})})}}class ip extends tp{static createFactory(){return()=>new ip}get name(){return"Safari12"}send(e){return h(this,arguments,function*({track:r,encodings:i,codecOptions:n,screenShare:s}){this._assertSendDirection(),u.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);u.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){u.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)}),u.info(`Safari12::selected codecs: ${JSON.stringify(d)}`),o.setCodecPreferences(d);const l=yield this.pc.createOffer();if(yield this.pc.setLocalDescription(l),r==="audio"||r.kind==="audio"){const{enableStereo:p,enableDtx:g}=this,y=this.enableHighBitrate?p?128e3:64e3:p?64e3:32e3;l.sdp=l.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:l,callback:p=>h(this,null,function*(){return u.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=>h(this,null,function*(){const n=String.fromCharCode(...new Uint8Array(i.data));this.safeEmit("datachannel",e.channel,n)})}}}function DO(t,e){return typeof t=="undefined"?e:typeof window!="undefined"&&Object.getOwnPropertyDescriptor(window,"structuredClone")?structuredClone(t):JSON.parse(JSON.stringify(t))}var qc,cs,qr,Kr,Di,Jc,Xl,Wu,Ov,ju,Nv;class OO extends pl{constructor(e){var r;super(),f(this,Kr),f(this,Jc),f(this,Wu),f(this,ju),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,cs,void 0),f(this,qr,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,qr,!1),this.producerId=e.producerId,this.track=e.track,v(this,cs,(r=e.paused)!=null?r:!1),this.mimeType=e.mimeType,this.transceiver=e.transceiver,this.rtpReceiver=e.rtpReceiver,j(this,Wu,Ov).call(this)}get closed(){return a(this,qr)}get kind(){return this.track.kind}get paused(){return a(this,cs)}close(e,r){a(this,qr)||(u.debug(`Consumer::close() ${e?`with reason ${e}`:""}`,a(this,Kr,Di)),v(this,qr,!0),r&&(j(this,ju,Nv).call(this),this.transceiver.stop()),this.safeEmit("close",e))}getStats(){return h(this,null,function*(){if(a(this,qr))throw new xt("closed");return a(this,qc).getReceiverStats(this.localId)})}pause(){if(u.debug("consumer::pause()",a(this,Kr,Di)),a(this,qr)){u.error("consumer::pause() | Consumer closed",a(this,Kr,Di));return}v(this,cs,!0),this.track.enabled=!1,this.safeEmit("pause")}resume(){if(u.debug("consumer::resume()",a(this,Kr,Di)),a(this,qr)){u.error("Consumer::resume() | Consumer closed",a(this,Kr,Di));return}v(this,cs,!1),this.track.enabled=!0,this.safeEmit("resume")}}qc=new WeakMap,cs=new WeakMap,qr=new WeakMap,Kr=new WeakSet,Di=function(){return{consumer:{id:this.id,appData:this.appData,peerId:this.peerId,kind:this.kind}}},Jc=new WeakSet,Xl=function(){u.debug('Consumer::track "ended" event',a(this,Kr,Di)),this.safeEmit("trackended")},Wu=new WeakSet,Ov=function(){this.track.addEventListener("ended",j(this,Jc,Xl).bind(this))},ju=new WeakSet,Nv=function(){try{this.track.removeEventListener("ended",j(this,Jc,Xl)),this.track.stop()}catch(t){u.error("Consumer::destroyTrack()",q(V({},a(this,Kr,Di)),{error:t}))}};var Rr,Ya,Qa,ds,gr,ut,an,Xa,er,fr;class NO extends pl{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,Ya,void 0),f(this,Qa,void 0),f(this,ds,void 0),f(this,gr,!1),f(this,ut,void 0),f(this,an,void 0),f(this,Xa,void 0),this.id=e.id,this.localId=e.localId,v(this,ut,e.track),this.kind=(r=e.track)==null?void 0:r.kind,v(this,an,e.disableTrackOnPause?!((i=e.track)!=null&&i.enabled):!1),v(this,Xa,void 0),v(this,Ya,e.stopTracks),v(this,Qa,e.disableTrackOnPause),v(this,ds,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,ut)}get paused(){return a(this,an)}get maxSpatialLayer(){return a(this,Xa)}close(e){return h(this,null,function*(){if(a(this,gr))return;if(u.debug(`Producer::close() ${e?`with reason ${e}`:""}`,a(this,er,fr)),v(this,gr,!0),this._destroyTrack(),e===xd){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 h(this,null,function*(){if(a(this,gr))throw new xt("closed");return a(this,Rr).getSenderStats(this.localId)})}pause(){u.debug("Producer::pause()",a(this,er,fr)),a(this,gr)&&u.error("Producer::pause() | Producer closed",a(this,er,fr)),v(this,an,!0),a(this,ut)&&a(this,Qa)&&(a(this,ut).enabled=!1),a(this,ds)&&a(this,Rr).replaceTrack(this.localId,null),this.emit("pause")}resume(){if(u.debug("Producer::resume()",a(this,er,fr)),a(this,gr)){u.error("Producer::resume() | Producer closed",a(this,er,fr));return}v(this,an,!1),a(this,ut)&&a(this,Qa)&&(a(this,ut).enabled=!0),a(this,ds)&&a(this,Rr).replaceTrack(this.localId,a(this,ut)),this.emit("resume")}replaceTrack(e){return h(this,arguments,function*({track:r}){if(u.debug(`Producer::replaceTrack() trackId: ${r==null?void 0:r.id}`,a(this,er,fr)),a(this,gr)){if(r&&a(this,Ya))try{r.stop()}catch(i){u.error("Producer::replaceTrack",q(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,ut)){u.debug(`replaceTrack() | same track, ignored trackId: ${r.id}`,a(this,er,fr));return}(!a(this,ds)||!a(this,an))&&(yield a(this,Rr).replaceTrack(this.localId,r)),this._destroyTrack(),v(this,ut,r),this._handleTrack()})}setMaxSpatialLayer(e){return h(this,null,function*(){if(a(this,gr))throw new xt("closed");if(this.kind!=="video")throw new Vo("not a video Producer");if(typeof e!="number")throw new TypeError("invalid spatialLayer");yield a(this,Rr).setMaxSpatialLayer(this.localId,e),v(this,Xa,e)})}setRtpEncodingParameters(e){return h(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(){u.debug(`Producer::track "ended" event trackId: ${this.track.id}`,a(this,er,fr)),this.safeEmit("trackended",this.track.id)}_handleTrack(){a(this,ut)&&a(this,ut).addEventListener("ended",this._onTrackEnded)}_destroyTrack(){var e;if(a(this,ut))try{a(this,ut).removeEventListener("ended",this._onTrackEnded),a(this,Ya)&&a(this,ut).stop()}catch(r){u.error(`Producer::_destroyTrack trackId: ${(e=this.track)==null?void 0:e.id}`,q(V({},a(this,er,fr)),{error:r}))}}}Rr=new WeakMap,Ya=new WeakMap,Qa=new WeakMap,ds=new WeakMap,gr=new WeakMap,ut=new WeakMap,an=new WeakMap,Xa=new WeakMap,er=new WeakSet,fr=function(){return{producer:{id:this.id,appData:this.appData,kind:this.kind}}};function Lv(t){return typeof t=="object"&&!Array.isArray(t)&&t!==null}function Hu(t){return Math.random().toString(36).substring(2,2+t)}const bc=1;function tg(t){const e=t;return delete e.payload._bolt,e}function LO(t){return t.payload&&Lv(t.payload)}function Vv(t){var e,r;return LO(t)&&(r=(e=t.payload._bolt)==null?void 0:e.id)!=null?r:""}var on;const Za=class extends mt.EventEmitter{constructor(t,e,r){super(),m(this,"channel"),m(this,"queue"),m(this,"serverProtocolVersion"),f(this,on,new Map),m(this,"respond",(i,n,s=!1)=>{let o;s?o=Za.createErrorResponse(i,n):o=Za.createResponse(i,n),this.channel.send(JSON.stringify(o))}),m(this,"notify",i=>{const n=Za.createNotification(i);this.channel.send(JSON.stringify(n))}),m(this,"request",i=>h(this,null,function*(){const n=Za.createRequest(i),s=new Promise((o,c)=>{const{id:d}=n.payload._bolt,l={id:d,method:n.type,resolve:p=>{this.queue.delete(d)&&(clearTimeout(l.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(l.timer),c(p))}};this.queue.set(d,l)});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 l=Ls();for(let p=0;p<c;p+=1){const g=d[p],y=JSON.stringify({id:l,count:c,chunkIndex:p,chunk:g});u.debug(`Sending message chunk over dc: ${y}`),this.channel.send(y)}}else u.debug(`Sending message over dc: ${n}`),this.channel.send(n)}),m(this,"processMessage",i=>{var n;a(this,on).has(i.id)||a(this,on).set(i.id,[]);const s=a(this,on).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,on).get(i.id),c=o==null?void 0:o.reduce((l,p)=>l+p.chunk,"");a(this,on).delete(i.id);const d=JSON.parse(c);if(!d.payload||!Lv(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?(u.debug(`resolving pending request with id: ${n}, complete response: ${JSON.stringify(i)}`),i.type==="error"?s.cancel(tg(i)):s.resolve(tg(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:Hu(8),{type:"_bolt",payload:{message:"pong"}}),!0):!1}),this.label=e,this.transportId=r,this.channel=t,this.queue=new Map}};let eo=Za;on=new WeakMap,m(eo,"createRequest",t=>{var e;if((e=t.payload)!=null&&e._bolt)throw new Error("rpc fields are internal values");return{type:t.type,payload:q(V({},t.payload),{_bolt:{id:Hu(8),type:"REQUEST",version:bc}})}}),m(eo,"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:q(V({},e.payload),{_bolt:{id:t,type:"RESPONSE",version:bc}})}}),m(eo,"createNotification",t=>{var e;if((e=t.payload)!=null&&e._bolt)throw new Error("rpc fields are internal values");return{type:t.type,payload:q(V({},t.payload),{bolt:{id:Hu(8),type:"NOTIFY",version:bc}})}}),m(eo,"createErrorResponse",(t,e)=>({type:"error",payload:{error:e.message,_bolt:{id:t,type:"RESPONSE",version:bc}}}));function VO(t){if(Promise.allSettled)return Promise.allSettled(t);const e=t.map(r=>r.then(i=>({status:"fulfilled",value:i})).catch(i=>({status:"rejected",reason:i})));return Promise.all(e)}const xd="transport closed";var to;const ro=class extends pl{constructor(t,{id:e,direction:r,handlerFactory:i,iceServers:n,iceTransportPolicy:s,proprietaryConstraints:o,additionalSettings:c,appData:d,config:l}){var p,g,y;super(),m(this,"awaitQueue"),m(this,"observer"),f(this,to,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"),u.debug(`constructor() [id: ${e}, direction: ${r}]`),v(this,to,t),this.id=e,this.direction=r;const T=DO(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 Ld,this.handler=i(),this.handler.enableHighBitrate=(p=l==null?void 0:l.enableHighBitrate)!=null?p:!1,this.handler.enableStereo=(g=l==null?void 0:l.enableStereo)!=null?g:!1,this.handler.enableDtx=(y=l==null?void 0:l.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&&(u.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 eo(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){u.error("unregistered datachannel for message",{rtcChannel:{label:b.label,message:D}});return}try{const U=JSON.parse(D);u.debug("datachannel message chunk recieved",{dataChannelMessageChunk:{id:U.id,count:U.count,chunkIndex:U.chunkIndex,chunk:U.chunk,transprtId:this.serverId}});const H=P.processMessage(U);if(!H)return;u.debug(`datachannel message with id:${U.id} on transport:${this.serverId}complete - ${JSON.stringify(H)}`),this.emit(`datachannel:${b.label}`,P.label,H)}catch(U){u.error("error parsing message",{error:U})}})}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||(u.debug("Transport close called"),this.connectionState="closed",this.connected=!1,this.handler.close(),Array.from(this.producers.values()).forEach(t=>{t.close(xd).catch(()=>{})}),this.producers.clear(),Array.from(this.consumers.values()).forEach(t=>{t.close(xd)}),this.consumers.clear(),this.consumerTrackEvents.clear(),this.emit("close"))}getStats(){return h(this,null,function*(){if(this.closed)throw new xt("closed");return this.handler.getTransportStats()})}connect(t){return h(this,null,function*(){try{if(yield this.awaitQueue.push(()=>h(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,to)===rt.HIVE&&!(yield this.isEventsDCReady))throw new Error("events datachannel not open")}catch(e){throw u.error("transport failed to connect:",{error:e}),e}})}restartIce(){return h(this,null,function*(){if(u.debug("restartIce()"),this.closed)throw new xt("closed");return this.handler.restartIce()})}canProduce(t){return h(this,null,function*(){const{track:e,appData:r}=t;if(e){if(this.direction!=="send")throw new Vo("not a sending Transport");if(e.readyState==="ended")throw new xt("track ended");if(this.listenerCount("connect")===0&&this.connectionState==="new")throw new TypeError('no "connect" listener set into this transport');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 Tn("transport not connected");return!0})}produce(t,e){return h(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;u.debug(`produce() [track:${r.id}]`);const{producerId:l,localId:p,rtpSender:g}=yield this.awaitQueue.push(()=>h(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:U}=yield e({offer:y,kind:r.kind,paused:o?!r.enabled:!1,appData:q(V({},d||{}),{mid:D}),codecOptions:n,producingTransportId:this.serverId}),H=yield T(P);return{producerId:U,localId:H,rtpSender:b}}),"producer");return this.createProducerObject({id:l,localId:p,track:r,stopTracks:s,disableTrackOnPause:o,zeroRtpOnPause:c,appData:d,handler:this.handler,rtpSender:g})})}createProducerObject(t){return h(this,null,function*(){const e=new NO(t);return this.producers.set(e.id,e),e.once("close",()=>{this.producers.delete(e.id)}),this.emit("newproducer",e),e})}closeProducer(t){return h(this,null,function*(){yield this.awaitQueue.push(t.close.bind(t),"producer")})}canConsume(){return h(this,null,function*(){if(this.closed)throw new xt("closed");if(this.direction!=="recv")throw new Vo("not a receiving transport");if(this.listenerCount("connect")===0&&this.connectionState==="new")throw new TypeError('no "connect" listener set into this transport');if(!(yield this.transportConnectionPromise))throw new Tn("transport not connected");return!0})}consume(t,e,r){return h(this,null,function*(){return this.awaitQueue.push(()=>h(this,null,function*(){const i={},{consumerStates:n,sessionDescription:s,failedProducers:o}=yield e(t);n.forEach((d,l)=>{i[l]=this.createConsumerObjectAndWaitForTrack(q(V({},d),{producerId:l}))}),s&&(u.info("Session description found, sending negotiation request"),yield r(s));const c=[];return yield Promise.all(Object.entries(i).map(([d,l])=>l.then(p=>c.push(p)).catch(()=>{u.error(`Failed to create consumer object, producer: ${d}`,{error:{message:"This should not happen"},transport:{serverId:this.serverId}})}))),{consumers:c,failedProducers:o}}),"consumer")})}static parseCodecAndFmtpMappings(t,e){const r=vn(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=vn(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}),q(V({},t),{sdp:Rc(i)})}static parseHeaderExtensionMappings(t){const e=vn(t.sdp),r={};return e.media.forEach(i=>{r[i.mid]=i.ext}),r}static setHeaderExtensionMappings(t,e){const r=vn(t.sdp);return r.media=r.media.map(i=>{const n=V({},i);return n.ext=e[i.mid],n}),q(V({},t),{sdp:Rc(r)})}closeConsumers(t,e){return h(this,null,function*(){try{const r=t.map(c=>c.transceiver.mid),i=ro.parseCodecAndFmtpMappings(this.handler.pc.remoteDescription,r),n=ro.parseHeaderExtensionMappings(this.handler.pc.remoteDescription);u.info("Stopping transceivers",{consumerIds:t.map(({id:c})=>c)}),t.forEach(c=>c.close(void 0,!0));let s=yield this.handler.pc.createOffer();u.info("Created offer for closing consumers",{sdp:s.sdp}),s=ro.setCodecAndFmtpMappings(s,r,i),s=ro.setHeaderExtensionMappings(s,n),u.info("Updated codec and fmtp mappings in close consumer offer",{sdp:s.sdp}),yield this.setLocalDescription(s),u.info("Successfully set local description in close consumers");const o=yield e(t,s);u.info("Received answer in close consumers",{sdp:o.sdp}),yield this.setRemoteDescription(o),u.info("Remote description was set successfully in close consumers",{sdp:o.sdp})}catch(r){u.error("Failed to close consumers",{error:r})}})}setRemoteOffer(t){return h(this,null,function*(){try{u.info("Received offer from SFU",{sdp:t.sdp}),yield this.setRemoteDescription(t);const e=yield this.handler.pc.createAnswer();u.info("Created answer corresponding to received offer",{sdp:e.sdp});const r=vn(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=Rc(r),u.info("Setting munged SDP",{sdp:e.sdp}),yield this.setLocalDescription(e),u.info("Successfully set local description",{sdp:e.sdp}),e}catch(e){throw u.error("Set remote offer failed",{error:e}),e}})}_ontrack(t){const{track:e,transceiver:r,streams:i}=t;u.info(`track event received [trackId: ${e.id}]`);let n;a(this,to)===rt.HIVE?n=`${i[0].id}:${e.kind}`:n=`${r.mid}:${e.kind}`,e.addEventListener("ended",()=>{u.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)):(u.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 h(this,null,function*(){const{consumerId:e,producerId:r,producingPeerId:i,producingTransportId:n,streamId:s,paused:o,screenShare:c,appData:d,kind:l,mimeType:p}=t,g=`${s}:${l}`,y=q(V({},t),{name:"consumer creation task error",message:"consumer creation failed"});return new Promise((T,b)=>h(this,null,function*(){const D=setTimeout(()=>{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 ie=new OO({id:e,localId:J.mid,transceiver:J,track:I,paused:o,producerId:r,producingPeerId:i,producingTransportId:n,handler:this.handler,appData:q(V({},d),{screenShare:c,peerId:i}),rtpReceiver:J.receiver,mimeType:p});this.consumers.set(e,ie),ie.once("close",()=>{this.consumers.delete(ie.id),this.handler.midTransceiverMap.delete(J.mid)}),u.info("consumer created for ",{consumer:{id:e,kind:l,appData:{screenShare:c},peerId:i,producerId:r}}),this.emit("newconsumer",ie),clearTimeout(D),T(ie)}}catch(I){u.warn("error while creating consumer:",I),clearTimeout(D),b(y)}},U=this.unknownTracksMap.get(g);U?(this.unknownTracksMap.delete(g),P(U.track,U.transceiver)):this.consumerTrackEvents.set(g,P)}))})}setRemoteDescription(t){return h(this,null,function*(){yield this.handler.pc.setRemoteDescription(t)})}setLocalDescription(t){return h(this,null,function*(){u.debug(`${this.direction}() {transportId: ${this.serverId}} | calling pc.setLocalDescription() [offer:${JSON.stringify(t)}]`),yield this.handler.pc.setLocalDescription(t)})}retryFailedConsumerCreationTasks(t){return h(this,null,function*(){return VO(t.map(e=>h(this,null,function*(){return ep(r=>h(this,null,function*(){return r>0&&u.warn(`retrying failed consumer creation task: ${JSON.stringify(e)}`),this.createConsumerObjectAndWaitForTrack(V({},e))}))})))})}sendDataChannelMessage(t,e){return h(this,null,function*(){const r=this.getDatachannel(t);if(!r)throw CO("DC_NOT_READY",`${t} datachannel not ready`);const i=(yield r.request(e)).payload;return u.info(`sendDataChannelMessage::response ${JSON.stringify(i)}`),i})}};let xO=ro;to=new WeakMap;function UO(){if(typeof navigator=="object"&&navigator.product==="ReactNative"){if(typeof RTCPeerConnection=="undefined"){u.warn("Device::this._detectDevice() | unsupported ReactNative without RTCPeerConnection");return}return u.debug("Device::this._detectDevice() | ReactNative handler chosen"),"Chrome74"}if(typeof navigator=="object"&&typeof navigator.userAgent=="string"){const t=navigator.userAgent,e=Tg.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;u.warn("Device::this._detectDevice() | browser not supported");return}u.warn("Device::this._detectDevice() | unknown device")}var $c;class FO{constructor(e,{handlerName:r,handlerFactory:i}={}){if(m(this,"handlerFactory"),f(this,$c,void 0),u.debug("constructor()"),v(this,$c,e),r&&i)throw new TypeError("just one of handlerName or handlerInterface can be given");if(i)this.handlerFactory=i;else{if(r)u.debug(`Device::constructor() | handler given: ${r}`);else if(r=UO(),r)u.debug(`Device::constructor() | detected handler: ${r}`);else throw new Error("device not supported");switch(r){case"Chrome74":this.handlerFactory=rp.createFactory();break;case"Safari12":this.handlerFactory=ip.createFactory();break;case"Firefox60":this.handlerFactory=Vd.createFactory({supportsSendEncodings:!1});break;case"Firefox110":this.handlerFactory=Vd.createFactory({supportsSendEncodings:!0});break;default:throw new TypeError(`unknown handlerName "${r}"`)}}}createTransport(e){const r=Ls();return new xO(a(this,$c),q(V({id:r},e),{handlerFactory:this.handlerFactory}))}}$c=new WeakMap;const BO=2e3;var Mi,So,It,Ct,Kc,zc,Cs,Eo,io,no,ls,kn,To,ko,Yc,Qc,Gu,qu,xv,Xc,Ju,$u,rg,Ku,ig,zu,ng,Yu,sg,Qu,ag,Zc,Zl,ed,eu;class WO extends mt.EventEmitter{constructor(e,r,i){switch(super(),f(this,ko),f(this,Qc),f(this,qu),f(this,Xc),f(this,$u),f(this,Ku),f(this,zu),f(this,Yu),f(this,Qu),f(this,Zc),f(this,ed),f(this,Mi,void 0),f(this,So,void 0),f(this,It,void 0),f(this,Ct,void 0),f(this,Kc,void 0),f(this,zc,void 0),f(this,Cs,void 0),f(this,Eo,void 0),f(this,io,void 0),f(this,no,{transportFailureCount:{send:0,recv:0},lastConnectionTime:0}),f(this,ls,void 0),f(this,kn,"all"),f(this,To,void 0),v(this,Mi,e),v(this,Cs,r),v(this,To,i),v(this,So,new FO(i)),v(this,Eo,new AO(r,i)),i){case rt.CF:{v(this,io,yr);break}case rt.HIVE:default:{v(this,io,rr);break}}a(this,ko,Yc).mediaState={send:{state:Bi.NEW,reconnected:!1},recv:{state:Bi.NEW,reconnected:!1}},Q.hasFeature(ne.FORCE_RELAY)&&v(this,kn,"relay"),j(this,Qc,Gu).call(this)}get socket(){return a(this,Cs)}get socketHandler(){return a(this,Eo)}get sendTransport(){return a(this,It)}get recvTransport(){return a(this,Ct)}get events(){return a(this,io)}get nodeType(){return a(this,To)}set sendTransportConnectedCallback(e){v(this,Kc,e)}set recvTransportConnectedCallback(e){v(this,zc,e)}setupTransports(e){return h(this,null,function*(){yield j(this,qu,xv).call(this,e);let r,i;e.send&&(r=j(this,Xc,Ju).call(this,a(this,It)).then(n=>{try{a(this,Kc).call(this,n)}catch{u.error("Failed to run send transport callback")}})),e.recv&&(i=j(this,Xc,Ju).call(this,a(this,Ct)).then(n=>{try{a(this,zc).call(this,n)}catch{u.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,It);u.info("Closing send transport",{transport:{id:n,serverId:s,type:o}}),a(this,It).close(),a(this,It).removeAllListeners(),v(this,It,void 0)}if(e.recv&&this.recvTransport!==void 0){const{id:n,serverId:s,direction:o}=a(this,Ct);u.info("Closing recv transport",{transport:{id:n,serverId:s,type:o}}),(r=a(this,Ct))==null||r.close(),(i=a(this,Ct))==null||i.removeAllListeners(),v(this,Ct,void 0)}j(this,Qc,Gu).call(this)}stopAllTransports(){u.info("Closing all transports"),this.stopTransports({send:!0,recv:!0})}handleErrors(e){throw new Error("Method not implemented.")}}Mi=new WeakMap,So=new WeakMap,It=new WeakMap,Ct=new WeakMap,Kc=new WeakMap,zc=new WeakMap,Cs=new WeakMap,Eo=new WeakMap,io=new WeakMap,no=new WeakMap,ls=new WeakMap,kn=new WeakMap,To=new WeakMap,ko=new WeakSet,Yc=function(){return a(this,Mi).getValue("connectionHandler")},Qc=new WeakSet,Gu=function(){v(this,ls,{send:void 0,recv:void 0})},qu=new WeakSet,xv=function(t){return h(this,null,function*(){var e,r,i,n,s,o,c,d;Q.hasFeature(ne.FORCE_RELAY)&&(u.info("ICE Transport Policy set to relay"),v(this,kn,"relay"));const l=yield ct().getICEServers().catch(p=>(u.warn(`failed to get iceservers from server: ${p.message}`),[]));if(t.send){const p=Q.hasFeature(ne.DISABLE_OPUS_DTX_CF);j(this,Ku,ig).call(this,{iceServers:l,additionalSettings:{encodedInsertableStreams:(e=a(this,Mi).getValue("modules").e2ee)==null?void 0:e.enabled},config:{enableHighBitrate:(n=(i=(r=a(this,Mi).getValue("defaults").mediaConfiguration)==null?void 0:r.audio)==null?void 0:i.enableHighBitrate)!=null?n:!1,enableStereo:(c=(o=(s=a(this,Mi).getValue("defaults").mediaConfiguration)==null?void 0:s.audio)==null?void 0:o.enableStereo)!=null?c:!1,enableDtx:a(this,To)===rt.HIVE?!0:!!p},iceTransportPolicy:a(this,kn)})}t.recv&&j(this,zu,ng).call(this,{iceServers:l,additionalSettings:{encodedInsertableStreams:(d=a(this,Mi).getValue("modules").e2ee)==null?void 0:d.enabled},iceTransportPolicy:a(this,kn)})})},Xc=new WeakSet,Ju=function(t){return h(this,null,function*(){const{id:e,serverId:r,direction:i}=t;j(this,Yu,sg).call(this,t);try{const n=Q.hasFeature(ne.ENABLE_HIVE_INFINITE_RETRIES)?1/0:3;return yield ep((s,o)=>h(this,null,function*(){s>0&&u.debug(`Retrying transport connect, count: ${s}`,{transport:{id:e,serverId:r,type:i}});try{if(t.closed)throw new Tn("Cannot reconnect closed transport");yield j(this,$u,rg).call(this,t)}catch(c){if(c instanceof Tn){o(c);return}throw u.error("Failed to connect transport, retrying",{transport:t,error:c}),c}}),{delayTime:100,strategy:"exponential",maxRetryCount:n}),t}catch(n){throw u.error(`Failed to connect send transport after retry: ${t.id}`,{error:n,transport:{id:e,serverId:r,type:i}}),t.close(),t.removeAllListeners(),n}})},$u=new WeakSet,rg=function(t){return h(this,null,function*(){const{id:e,direction:r}=t;if(u.info(`Connecting ${r} transport`,{transport:{id:e,type:r}}),!a(this,Cs).isConnected)throw new Tn("Socket is not connected");if(t.connectionState==="closed")throw new Tn("Transport is closed");try{yield t.connect(i=>j(this,Qu,ag).call(this,r,i)),u.info(`Connected ${r} transport`,{transport:{id:e,serverId:t.serverId,type:r}})}catch(i){throw a(this,no).transportFailureCount[r]+=1,i.message==="ice connection failed"?new Tn(i.message):i}})},Ku=new WeakSet,ig=function(t){var e,r;if(a(this,It)&&a(this,It).connected){u.info("Transport send 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:"send"}});return}v(this,It,a(this,So).createTransport(q(V({},t),{direction:"send"}))),K.configureSendTransport(a(this,It))},zu=new WeakSet,ng=function(t){var e,r;if(a(this,Ct)&&a(this,Ct).connected){u.info("Transport recv is already connected",{transport:{id:(e=a(this,Ct))==null?void 0:e.id,serverId:(r=a(this,Ct))==null?void 0:r.serverId,type:"recv"}});return}v(this,Ct,a(this,So).createTransport(q(V({},t),{direction:"recv"}))),K.configureRecvTransport(a(this,Ct))},Yu=new WeakSet,sg=function(t){const{direction:e,id:r}=t;t.on("connectionstatechange",i=>h(this,null,function*(){j(this,ed,eu).call(this,{state:i,direction:e}),u.info(`Transport connection state changed for ${e} transport`,{transport:{id:r,serverId:t.serverId,type:e,status:i}});const n=()=>{const s=a(this,ls)[e];s!==void 0&&(clearTimeout(s),a(this,ls)[e]=void 0)};switch(i){case"connected":n(),a(this,no).lastConnectionTime=performance.now();break;case"disconnected":a(this,ls)[e]=setTimeout(()=>h(this,null,function*(){yield j(this,Zc,Zl).call(this,t)}),BO);break;case"failed":if(t.closed)return;n(),yield j(this,Zc,Zl).call(this,t);break}})),t.on("icecandidate",i=>h(this,null,function*(){u.debug("Sending iceCandidate:",{iceCandidate:i})})),t.on("datachannel:events",(i,n)=>h(this,null,function*(){var s,o;u.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,Vv(n),c);break}case"hub-disconnect":{u.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{u.error(`Unable to handle the incoming datachannel message on channel ${i}`)}})),t.on("dc_error",()=>{t.direction==="recv"&&(u.warn("Events datachannel did not open in 5s",{country:S.location.country}),this.handleErrors("reconnectRecvTransport"))})},Qu=new WeakSet,ag=function(t,e){return h(this,null,function*(){const r=t==="recv";try{const{sdp:i,type:n}=e,s={consuming:r,description:{sdp:i,type:n,target:r?ii.SUBSCRIBER:ii.PUBLISHER},producers:[]};return a(this,Eo).connectTransport(s)}catch(i){throw u.error(`Error in ${t} transport connection:`,{error:i,country:S.location.country}),i}})},Zc=new WeakSet,Zl=function(t){return h(this,null,function*(){u.info("Called reconnect transport",{transport:t});const{direction:e}=t;switch(this.stopTransports({[e]:!0}),Q.hasFeature(ne.HIVE_TRANSPORT_FORCE_RELAY_ON_ICE_FAILED)&&a(this,Cs).isConnected&&a(this,no).transportFailureCount[e]>2&&(u.warn(`Multiple disconnections in ${e} transport, forcing relay`),v(this,kn,"relay")),yield this.setupTransports({[e]:!0}),e){case"send":{u.info("Transport reconnected",{transport:a(this,It)}),R.emit(M.RESET_PRODUCER_STATE);break}case"recv":{u.info("Transport reconnected",{transport:a(this,Ct)}),R.emit(M.UPDATE_ACTIVE,{createAllConsumers:!0});break}default:u.warn("Unknown transport direction",{transport:t})}j(this,ed,eu).call(this,{state:Bi.CONNECTED,direction:e})})},ed=new WeakSet,eu=function(t){const{state:e,direction:r}=t;a(this,ko,Yc).mediaState[r]={state:e,reconnected:!0},R.emit(M.TRANSPORT_STATE_UPDATE,V({transport:r},a(this,ko,Yc).mediaState[r]))};var Xu,Uv;class jO{constructor(e){f(this,Xu),this.recvTransport=e,j(this,Xu,Uv).call(this)}create(e){return h(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:l})=>({producerId:o,producingTransportId:c,preferredCodec:V(V({},d==="video"&&l?{video:l}:{}),d==="audio"&&l?{audio:l}:{})}))}},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 h(this,null,function*(){try{u.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 u.debug(`datachannel answer: ${JSON.stringify(s)}`),this.recvTransport.sendResponseOverDC(i,r,s),n}catch(n){throw u.error("datachannel:events::Error:",n),n.code!=="DC_NOT_FOUND"&&this.recvTransport.sendErrorOverDC(i,r,n),n}})}close(e){return h(this,null,function*(){if(!e.length)return{};const r=e.map(o=>o.id);u.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}})}}Xu=new WeakSet,Uv=function(){this.recvTransport.on("datachannel:events",(t,e)=>h(this,null,function*(){try{switch(e.type){case"negotiation":{const{sdp:r}=e.payload,i={sdp:r,type:"offer"};this.negotiate(i,Vv(e),t);break}default:break}}catch{u.error(`Unable to handle the incoming datachannel message on channel ${t}`)}}))};class HO{constructor(e,r,i,n){this.events=e,this.recvTransport=r,this.socket=i,this.socketHandler=n}create(e){return h(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:l,producerId:p,producingTransportId:g}=d;r.set(p,l),i.push({producingPeerId:l,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,l])=>{const p=s.get(d);if(!p)return;if(l.errorCode){u.warn(`Consumer request failed for producer ${d}`,{error:{message:l.errorCode}}),c.push(q(V({},p),{errorCode:l.errorCode}));return}let g={};try{g=JSON.parse(l.producerState.appData)}catch{}o.set(d,{consumerId:l.consumerId,producingTransportId:p.producingTransportId,producingPeerId:p.producingPeerId,kind:p.kind,paused:p.pause,streamId:l.producerTrack.streamId,trackId:l.producerTrack.trackId,screenShare:p.screenShare,mimeType:p.mimeType,appData:g})}),{consumerStates:o,sessionDescription:n.sessionDescription,failedProducers:c}})}negotiate(e){return h(this,null,function*(){try{u.info("Negotiating socket consumer",{transport:this.recvTransport}),u.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:ii.SUBSCRIBER}};return u.debug(`sending renegotiate request: ${JSON.stringify(i)} on recvTransport`,{transport:this.recvTransport}),yield this.socket.sendMessagePromise(this.events.renegotiateSessionDescription,T0.toBinary(i)),u.info("Renegotiation done",{transport:this.recvTransport}),r}catch(r){u.error("Failed to renegotiate",{error:r});return}})}close(e){return h(this,null,function*(){if(!e.length)return{};const r=(i,n)=>h(this,null,function*(){const s=i.map(l=>l.localId);u.info(`Closing consumers: ${JSON.stringify(s)}`);const o={description:{sdp:n.sdp,type:n.type,target:ii.SUBSCRIBER},consumerIds:s,consumingTransportId:this.recvTransport.serverId},c=yield this.socketHandler.closeConsumer(o),d=HI.fromBinary(c).description;return{sdp:d.sdp,type:d.type}});return this.recvTransport.awaitQueue.push(()=>this.recvTransport.closeConsumers(e,r),"close_consumer"),{}})}}class np{constructor(e){this.socketHandler=e}static getMSIDFromSDP(e,r){return vn(e).media.filter(i=>r==="video"?i.type==="video":i.type==="audio").at(-1).msid}create(e){return h(this,arguments,function*({offer:r,kind:i,paused:n,appData:s,codecOptions:o,producingTransportId:c}){var d,l;const p=np.getMSIDFromSDP(r.sdp,i),g={description:{sdp:r.sdp,type:r.type,target:ii.PUBLISHER},paused:n,kind:i,msid:p,appData:JSON.stringify(s),screenShare:(d=s.screenShare)!=null?d:!1,mimeType:`${i}/${(l=o[0])==null?void 0:l.name}`,producingTransportId:c},{answer:y,producerId:T}=yield this.socketHandler.produce(g);return{answer:y,producerId:T}})}}var bo,bs,_n,so,Ud,Qr,Zu,Oi,_o,eh,Fv,Fd,th,rh,Bv,ih,Wv,nh,og,sh,cg;class GO extends WO{constructor(e,r,i){super(e,r,i),f(this,eh),f(this,Fd),f(this,rh),f(this,ih),f(this,nh),f(this,sh),f(this,bo,void 0),f(this,bs,void 0),f(this,_n,void 0),f(this,so,void 0),f(this,Ud,void 0),f(this,Qr,void 0),f(this,Zu,{producerCreationFailureCount:0,consumerCreationFailureCount:0,producerNotReadyFailureCount:0}),f(this,Oi,[]),f(this,_o,void 0),v(this,bo,e),a(this,eh,Fv).mediaState={send:{state:Bi.NEW,reconnected:!1},recv:{state:Bi.NEW,reconnected:!1}},this.sendTransportConnectedCallback=()=>h(this,null,function*(){v(this,Ud,new np(this.socketHandler))}),this.recvTransportConnectedCallback=n=>h(this,null,function*(){switch(a(this,so).clear(),this.nodeType){case rt.CF:{v(this,Qr,new HO(this.events,n,this.socket,this.socketHandler));break}case rt.HIVE:default:v(this,Qr,new jO(n))}}),this.reset()}get socketHandler(){return super.socketHandler}get producers(){return a(this,bs)}get consumers(){return a(this,_n)}get producerIdToConsumerIdMap(){return a(this,so)}reset(){v(this,bs,new Map),v(this,_n,new Map),v(this,so,new Map)}createProducer(e,r){return h(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,j(this,rh,Bv).bind(this));return(i=e.appData)!=null&&i.e2ee&&R.emit(M.E2EE_ACTIVE_PRODUCER,n),j(this,ih,Wv).call(this,n,r),n}catch(n){throw u.error("Failed to create producer",{error:n}),a(this,Zu).producerCreationFailureCount+=1,n}})}closeProducer(e,r){return h(this,null,function*(){var i;const n=this.producers.get(e);if(!n){u.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,bo).getValue("modules").e2ee)!=null&&i.enabled&&R.emit(M.E2EE_INACTIVE_PRODUCER,n)}catch(s){u.error("Failed to close producer on server",{error:s,producer:n})}})}closeAllProducers(){return Promise.all(Array.from(a(this,bs).entries()).map(([,e])=>e.close()))}createConsumer(e){return this.createConsumers([e])}createConsumers(e){return h(this,null,function*(){a(this,_o)||clearTimeout(a(this,_o)),v(this,Oi,a(this,Oi).concat(e)),yield j(this,Fd,th).call(this)})}closeConsumer(e){return this.closeConsumers([e])}closeConsumers(e){return h(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&&u.warn("Failed to close some consumers",{consumerIds:i})})}closeAllConsumers(){return this.closeConsumers(Array.from(a(this,_n).keys()))}switchConsumersToLayer(e,r){return h(this,null,function*(){const i=this.recvTransport.getDatachannel("events");if(!i){u.warn("events datachannel not found");return}const n={type:"switch_consumer_layer",payload:{consumerIds:e,layer:r}};yield i.request(n),u.info(`Consumers switched layers to ${r}`,{consumerIds:e})})}}bo=new WeakMap,bs=new WeakMap,_n=new WeakMap,so=new WeakMap,Ud=new WeakMap,Qr=new WeakMap,Zu=new WeakMap,Oi=new WeakMap,_o=new WeakMap,eh=new WeakSet,Fv=function(){return a(this,bo).getValue("connectionHandler")},Fd=new WeakSet,th=function(){return h(this,null,function*(){if(!this.recvTransport||this.recvTransport.closed)throw new Error("Recv transport is closed");const t=500,e=a(this,Oi).splice(0,a(this,Oi).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,j(this,nh,og).bind(this),a(this,Qr).negotiate.bind(a(this,Qr)));if(i.forEach(j(this,sh,cg).bind(this)),n!=null&&n.length){u.error("Failed to create consumers for producers",{producers:n});const s=n.filter(({errorCode:o,producerId:c})=>o==="not_found_track_error"?(u.error(`Track not found for producer: ${c}. This will not be retried.`),!1):o==="backend_error"?(u.error("Unrecoverable error: backend error"),!1):!0);v(this,Oi,a(this,Oi).concat(s)),v(this,_o,setTimeout(j(this,Fd,th).bind(this),t))}}catch(r){if(u.error("failed to consume on transport",{error:r}),r.errorCode==="internal_error"&&r.errorDescription==="Backend error"||r.errorCode==="invalid_session_description"){u.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})}}})},rh=new WeakSet,Bv=function(t){return a(this,Ud).create(t)},ih=new WeakSet,Wv=function(t,e){t.on("close",(r,i)=>h(this,null,function*(){const{offer:n,reason:s}=r;if(u.info("producer::closing",{debuggingHint:s,producer:q(V({},t),{status:"closing"})}),s!==xd){const o={producerId:t.id,description:{sdp:n.sdp,type:n.type,target:ii.PUBLISHER}};try{const c=yield this.socketHandler.closeProducer(o),d={sdp:c==null?void 0:c.sdp,type:c==null?void 0:c.type};u.info("producer::closed",{producer:q(V({},t),{status:"closed"})}),i({answer:d})}catch(c){u.error("producer close error",c)}}this.producers.delete(t.id),e()})),t.on("trackended",()=>{u.info("producer::trackended",{producer:q(V({},t),{status:"UNKNOWN"})})}),a(this,bs).set(t.id,t)},nh=new WeakSet,og=function(t){return h(this,null,function*(){try{return yield this.recvTransport.canConsume(),yield a(this,Qr).create(t)}catch(e){throw u.error("Error in consume request",{error:e}),e}})},sh=new WeakSet,cg=function(t){t.on("close",e=>h(this,null,function*(){u.debug("consumer closed",{consumer:{closureReason:e,id:t.id,kind:t.kind,appData:t.appData}}),a(this,_n).delete(t.id),R.emit(M.CONSUMER_CLOSED,{id:t.id})})),a(this,_n).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 td,rd,id,ao,wo,Io,Bd,Wd,oo,Jt,Nr,Mr,cn,dn,Ai,jd,ah,jv,oh,Hv,ch,Gv,dh,qv;const lh=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:l=50}={}){f(this,ah),f(this,oh),f(this,td,void 0),f(this,rd,void 0),f(this,id,void 0),f(this,ao,void 0),f(this,wo,void 0),f(this,Io,void 0),f(this,Bd,void 0),f(this,Wd,void 0),f(this,oo,void 0),f(this,Jt,void 0),f(this,Nr,void 0),f(this,Mr,!1),f(this,cn,0),f(this,dn,0),f(this,Ai,[]),f(this,jd,void 0),v(this,ao,t),v(this,Jt,t),v(this,td,e),v(this,rd,r),v(this,id,i),v(this,wo,n),v(this,Io,s),v(this,Bd,o),v(this,Wd,c),v(this,oo,d),v(this,jd,l),v(this,Nr,t/2)}get voiceDetected(){return a(this,Mr)}processAudioChunk(t){var e,r;const i=j(e=lh,ch,Gv).call(e,t),n=j(r=lh,dh,qv).call(r,t);return j(this,ah,jv).call(this,i),i/a(this,Nr)>a(this,oo)&&i>a(this,Jt)&&n>a(this,td)?(v(this,cn,a(this,cn)+1),v(this,dn,a(this,id)),a(this,cn)>=a(this,rd)&&v(this,Mr,!0)):(v(this,cn,0),a(this,dn)>0?v(this,dn,a(this,dn)-1):a(this,Mr)&&v(this,Mr,!1),a(this,Mr)||j(this,oh,Hv).call(this,i)),{energy:i,isVoice:a(this,Mr)}}reset(){v(this,Mr,!1),v(this,cn,0),v(this,dn,0),v(this,Jt,a(this,ao)),v(this,Nr,a(this,ao)/2),v(this,Ai,[])}getThresholdInfo(){return{currentEnergyThreshold:a(this,Jt),backgroundNoiseEnergy:a(this,Nr),energyRatioThreshold:a(this,oo)}}};let uh=lh;td=new WeakMap,rd=new WeakMap,id=new WeakMap,ao=new WeakMap,wo=new WeakMap,Io=new WeakMap,Bd=new WeakMap,Wd=new WeakMap,oo=new WeakMap,Jt=new WeakMap,Nr=new WeakMap,Mr=new WeakMap,cn=new WeakMap,dn=new WeakMap,Ai=new WeakMap,jd=new WeakMap,ah=new WeakSet,jv=function(t){a(this,Mr)?v(this,Jt,a(this,Io)*a(this,Jt)+(1-a(this,Io))*t):v(this,Jt,a(this,wo)*a(this,Jt)+(1-a(this,wo))*a(this,Nr)),v(this,Jt,Math.max(a(this,Bd),Math.min(a(this,Wd),a(this,Jt))))},oh=new WeakSet,Hv=function(t){if(t<a(this,Jt)*1.2)if(a(this,Ai).push(t),a(this,Ai).length>a(this,jd)&&a(this,Ai).shift(),a(this,Ai).length>=10){const e=[...a(this,Ai)].sort((i,n)=>i-n),r=Math.floor(e.length/2);v(this,Nr,e[r])}else v(this,Nr,.95*a(this,Nr)+.05*t)},ch=new WeakSet,Gv=function(t){return Math.sqrt(t.map(e=>e*e).reduce((e,r)=>e+r)/t.length)},dh=new WeakSet,qv=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(uh,ch),f(uh,dh);const qO=60,JO=400;var ki,bi,Lr,wn,In,co,Ps,Co,_i,ln,Po,hh,Jv,nd,ph,mh,$v,tu,dg;const Hd=class{constructor(t){f(this,hh),f(this,mh),f(this,ki,void 0),f(this,bi,void 0),f(this,Lr,void 0),f(this,wn,void 0),f(this,In,void 0),f(this,co,void 0),f(this,Ps,void 0),f(this,Co,void 0),f(this,_i,void 0),f(this,ln,void 0),f(this,Po,void 0),this.reportRequest=t,v(this,wn,new AudioContext),v(this,In,a(this,wn).createAnalyser()),a(this,In).fftSize=2048,v(this,Co,new uh)}set producerId(t){v(this,Lr,t)}set audioTrack(t){v(this,co,t);const e=new MediaStream;e.addTrack(a(this,co)),a(this,wn).createMediaStreamSource(e).connect(a(this,In))}start(){u.debug(`AudioActivityReporter: Starting audio activity reporter: ${a(this,Lr)}`),a(this,ki)&&Es(a(this,ki)),v(this,ki,yd(()=>h(this,null,function*(){var t;if(!a(this,co)||!a(this,Lr))return;const{energy:e}=j(this,hh,Jv).call(this),r=j(t=Hd,nd,ph).call(t,e);let i=.9;a(this,Po)!==r&&a(this,Po)?i=.9:r?i=.3:i=.5,v(this,Ps,(a(this,Ps)||0)*(1-i)+e*i)}),qO)),a(this,bi)&&Es(a(this,bi)),v(this,bi,yd(j(this,mh,$v).bind(this),JO))}stop(){try{u.debug(`AudioActivityReporter: Stopping audio activity reporter: ${a(this,Lr)}`),a(this,ki)&&(Es(a(this,ki)),v(this,ki,void 0)),a(this,bi)&&(Es(a(this,bi)),v(this,bi,void 0))}catch{}a(this,Co).reset()}};let gh=Hd;ki=new WeakMap,bi=new WeakMap,Lr=new WeakMap,wn=new WeakMap,In=new WeakMap,co=new WeakMap,Ps=new WeakMap,Co=new WeakMap,_i=new WeakMap,ln=new WeakMap,Po=new WeakMap,hh=new WeakSet,Jv=function(){var t;a(this,wn).state==="suspended"&&a(this,wn).resume().then(()=>{u.debug("AudioActivityReporter: AudioContext forced resumed")}).catch(s=>{u.error("AudioActivityReporter: Error resuming AudioContext",s)});const e=new Float32Array(a(this,In).frequencyBinCount);a(this,In).getFloatTimeDomainData(e);const{energy:r,isVoice:i}=a(this,Co).processAudioChunk(e),n=j(t=Hd,tu,dg).call(t,r);return Q.hasFeature(ne.ENABLE_AUDIO_ACTIVITY_DEBUG_LOGS)&&u.debug(`AudioActivityReporter: producer: ${a(this,Lr)}, energy: ${a(this,Ps)},
19
19
  slogScale: ${n}, isVoice: ${i}, minEnergy: ${a(this,_i)},
20
20
  maxEnergy: ${a(this,ln)}`),n===-1/0||r<1e-6?{energy:0,isVoice:!1}:((!a(this,_i)||n<a(this,_i))&&v(this,_i,n),(!a(this,ln)||n>a(this,ln))&&v(this,ln,n),{energy:(n-a(this,_i))/(a(this,ln)-a(this,_i))*10||0,isVoice:i})},nd=new WeakSet,ph=function(t){return t<5},mh=new WeakSet,$v=function(t=a(this,Ps)){var e;if(!a(this,Lr)||!t){Q.hasFeature(ne.ENABLE_AUDIO_ACTIVITY_DEBUG_LOGS)&&u.debug(`AudioActivityReporter: No producerId or energy to report: ${a(this,Lr)}`);return}const r={producerId:a(this,Lr),energy:Math.round(t),silent:j(e=Hd,nd,ph).call(e,t)};v(this,Po,r.silent),this.reportRequest(r)},tu=new WeakSet,dg=function(t){const e=Math.log10(t);return Math.round(e)},f(gh,nd),f(gh,tu);const $O=(t=!1)=>{const e=new window.AudioContext,r=e.createOscillator();r.type="triangle",r.frequency.setValueAtTime(20,e.currentTime);const i=e.createGain();i.gain.setValueAtTime(0,e.currentTime),r.connect(i);const n=e.createMediaStreamDestination();i.connect(n),r.start();const s=n.stream.getAudioTracks()[0];return s.enabled=t,s},KO=(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 zO=Object.defineProperty,YO=Object.getOwnPropertyDescriptor,ue=(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};const Ir=["video/VP9","video/VP8"];var sd,ad,kt,$,lo,un,Lt,us,hs,hn,od,wi,uo,ps,ms,Vt,Gt,pn,gs,ht,bt,fs,ho,fh,Kv,vh,zv,yh,Yv;class le{constructor(e,r,i){f(this,pn),f(this,ht),f(this,fs),f(this,fh),f(this,vh),f(this,yh),m(this,"context"),m(this,"authToken"),m(this,"e2ee"),f(this,sd,void 0),f(this,ad,void 0),f(this,kt,void 0),f(this,$,void 0),f(this,lo,void 0),f(this,un,void 0),f(this,Lt,void 0),f(this,us,void 0),f(this,hs,void 0),f(this,hn,void 0),f(this,od,void 0),f(this,wi,void 0),f(this,uo,void 0),f(this,ps,void 0),f(this,ms,void 0),f(this,Vt,void 0),f(this,Gt,void 0),m(this,"partialJoinRoomPromise");var n,s;this.context=e;const{socket:o}=i;this.mediaJoined=!1,v(this,ps,new Map([["video/VP9",new Set],["video/VP8",new Set]])),v(this,ms,new Map([["video/VP9",new Set],["video/VP8",new Set]])),v(this,un,r),v(this,kt,o),v(this,us,!1),v(this,$,new GO(e,o,r)),v(this,Lt,a(this,$).events),v(this,wi,new Set),v(this,Vt,new Map),v(this,hs,!1),v(this,hn,new Ld),r===rt.CF&&!navigator.isReactNative&&v(this,Gt,new gh(a(this,$).socketHandler.audioActivity.bind(a(this,$).socketHandler))),this.e2ee=(s=(n=e.getValue("modules").e2ee)==null?void 0:n.enabled)!=null?s:!1,this.handleSocketEvents(),this.handleCallstatsEvents(),v(this,od,Cd(()=>h(this,null,function*(){if(!a(this,pn,gs).mediaJoinAttempted)return;const{roomJoined:c}=yield this.joinRoom(a(this,ad),a(this,sd),{},!0,!0);c&&(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,pn,gs).mediaJoined}set mediaJoined(e){a(this,pn,gs).mediaJoined=e}reset(e=!0){a(this,$).closeAllProducers(),a(this,$).closeAllConsumers(),a(this,Vt).clear(),a(this,wi).clear(),e&&(this.partialJoinRoomPromise=void 0,a(this,hn).stop(),a(this,$).stopAllTransports(),a(this,$).reset(),v(this,hn,new Ld))}joinRoom(e,r){return h(this,arguments,function*(i,n,s={},o=!1,c=!1){a(this,pn,gs).mediaJoinAttempted=!0,v(this,us,!0),this.reset(o);const d=ct().ipInfo;if(d!=null&&d.loc&&!a(this,uo)){const p=d.loc.split(",");v(this,uo,{latitude:parseFloat(p[0]),longitude:parseFloat(p[1])})}let l;try{return l=yield a(this,hn).push(()=>this._joinRoom(i,n,s,c,a(this,uo)),"joinRoom"),l}catch{l={roomJoined:!1}}return l.roomJoined||R.emit(M.ROOM_NODE_FAILED),l})}_partialJoinRoom(e,r,i=!1,n=void 0){return h(this,null,function*(){var s;const{ipInfo:o}=ct();let c=n;if(o!=null&&o.loc&&!n){const[p,g]=o.loc.split(",").map(parseFloat);c={latitude:p,longitude:g}}const d=(s=Q.getValue(ne.FORCE_VIDEO_CODEC))==null?void 0:s.toString(),l=MO(d);v(this,lo,l),yield ep((p,g)=>h(this,null,function*(){if(!a(this,kt).isConnected){g(new Error("socket is not connected"));return}p>0&&u.warn(`retrying sending join room request, count: ${p}`);try{yield a(this,$).socketHandler.joinRoom(r,e,l,i,c)}catch(y){throw u.error("failed to send join room request, error:",{error:y}),y}}),{delayTime:1e3,strategy:"exponential",maxRetryCount:Q.hasFeature(ne.ENABLE_HIVE_INFINITE_RETRIES)?1/0:3}),yield a(this,$).setupTransports({send:!0,recv:!0}),a(this,un)!==rt.HIVE&&Q.hasFeature(ne.PRECREATE_PRODUCERS)&&(this.shareWebcam(KO()),this.shareMic($O()))})}partialJoinRoom(e,r,i=!1,n=void 0){return h(this,null,function*(){return this.partialJoinRoomPromise=a(this,hn).push(()=>this._partialJoinRoom(e,r,i,n)),this.partialJoinRoomPromise})}_joinRoom(e,r){return h(this,arguments,function*(i,n,s={},o=!1,c=null){v(this,ad,i);try{this.partialJoinRoomPromise?yield this.partialJoinRoomPromise:yield this._partialJoinRoom(i,n,o,c)}catch(d){u.error("error in partial join room",{error:d})}finally{this.partialJoinRoomPromise=void 0}try{return navigator.product!=="ReactNative"&&setTimeout(()=>h(this,null,function*(){const d={userId:this.context.getValue("userId"),peerId:this.peerId,roomUUID:n,roomViewType:"groupCall",deviceInfo:q(V({},Ce.getDeviceInfo()),{userAgent:navigator.userAgent,memory:navigator.deviceMemory,cpus:navigator.hardwareConcurrency}),sdkName:this.context.getValue("sdkName"),sdkVersion:this.context.getValue("sdkVersion"),metaData:{},permissions:{}};K.roomJoined(d)})),{roomJoined:yield this.completeJoinRoom()}}catch(d){return u.error("error on sending join room request",{error:d}),{roomJoined:!1}}})}completeJoinRoom(){return h(this,null,function*(){try{this.mediaJoined=!0;const{roomState:e}=yield a(this,$).socketHandler.notifySelfJoinComplete();return v(this,sd,e.roomUuid),v(this,hs,!0),v(this,us,!1),!0}catch(e){return u.error("error on completing join room:",{error:e}),this.mediaJoined=!1,!1}})}leaveRoom(){return h(this,null,function*(){a(this,$).stopAllTransports(),v(this,hs,!1),a(this,pn,gs).mediaJoinAttempted=!1;const e={closeRoom:!1};a(this,kt).sendMessagePromise(a(this,Lt).leaveRoom,q0.toBinary(e)).then(r=>{var i;(i=RI.fromBinary(r.payload))!=null&&i.closed||u.warn("weird state on peer closed and should not happen")}).catch(r=>{u.error("error on sending leave room request",{error:r})}),K.callEnded(),S.destruct()})}getConsumers(){return a(this,$).consumers}activatePeers(e){return h(this,null,function*(){return this.createConsumers(e)})}deactivatePeers(e,r="default"){return h(this,null,function*(){const i=new Set;e.forEach(s=>{s.screenShare&&s.kind==="video"&&i.add(s.producingPeerId)});const n=r==="default"?e.filter(s=>!i.has(s.producingPeerId)).filter(s=>s.kind!=="audio"):e;yield Promise.all(n.map(s=>{const o=a(this,$).producerIdToConsumerIdMap.get(s.producerId);if(!o){u.warn(`consumer not found in deactivate producers: ${s.producerId}`);return}return a(this,$).closeConsumer(o)}))})}createConsumers(e){return h(this,null,function*(){return e.length===0?Promise.resolve():a(this,$).createConsumers(e)})}closeConsumers(e){return h(this,null,function*(){if(!e.length)return;const r=e.reduce((i,n)=>{const s=a(this,$).producerIdToConsumerIdMap.get(n.producerId);return s?(i.push(s),i):(u.warn(`consumer not found in deactivate producers: ${n.producerId}`),i)},[]);yield a(this,$).closeConsumers(r)})}_shareWebcam(e,r){return h(this,null,function*(){const i=r==="video/VP9"?Ee.WEBCAM:Ee.WEBCAM_BACKUP,n=j(this,ht,bt).call(this,i);if(n){const p=yield n;if(a(this,$).producers.has(p)){const g=a(this,$).producers.get(p);if(!g.closed&&!navigator.isReactNative)return yield g.replaceTrack({track:e}),yield this.resumeWebcam(i),e;yield this.disableWebcam(r)}return this._shareWebcam(e,r)}const s=j(this,yh,Yv).call(this,e,r),o=Rd(this.context,"disableSimulcast"),c=a(this,un)===rt.CF?ne.ENABLE_CF_SIMULCAST:ne.ENABLE_HIVE_SIMULCAST;!o&&Q.hasFeature(c)?(u.info(`Simulcast enabled for SFU: ${a(this,un)}`),s.encodings=ID(e)):u.info(`Simulcast disabled for webcam producer, SFU: ${a(this,un)}`),Q.hasFeature(ne.TRACK_HINT)&&(s.track.contentHint=Q.getValue(ne.TRACK_HINT));const d=()=>{u.info("Disabling video due to the producer closure"),a(this,Vt).delete(i)},l=a(this,$).createProducer(s,d);return j(this,fs,ho).call(this,i,l.then(p=>p.id)),l.then(p=>p.track)})}shareWebcam(e){return h(this,null,function*(){if(e===void 0)return null;if(Q.hasFeature(ne.FORCE_VIDEO_CODEC)){const r=Q.getValue(ne.FORCE_VIDEO_CODEC).toString();if(r)return u.debug(`Calling _shareWebcam with forced video codec: ${r}`),this._shareWebcam(e,r)}return yield Promise.all(Ir.map(r=>{var i,n;return((n=(i=a(this,lo).sender)==null?void 0:i.video)==null?void 0:n.codecs.findIndex(s=>s.mimeType===r))>=0&&a(this,ms).get(r).size>0?(u.debug(`Calling _shareWebcam with video codec: ${r}`),this._shareWebcam(e,r)):e})),e})}shareScreen(e){return h(this,null,function*(){const{video:r,audio:i}=e;if(r===void 0)return;const n={track:r,codecOptions:[{name:"VP8"}],appData:{screenShare:!0,e2ee:this.e2ee,supportsRemoteControl:Ce.isElectron()},stopTracks:!1},s=()=>{u.info("Disabling screenShare due to the producer closure"),a(this,Vt).delete(Ee.SCREENSHARE_VIDEO),a(this,Vt).delete(Ee.SCREENSHARE_AUDIO)},o=a(this,$).createProducer(n,s);j(this,fs,ho).call(this,Ee.SCREENSHARE_VIDEO,o.then(d=>d.id));let c;if(i){const d={track:i,codecOptions:[{name:"opus"}],appData:{screenShare:!0,e2ee:this.e2ee,supportsRemoteControl:Ce.isElectron()},stopTracks:!1,zeroRtpOnPause:!0},l=()=>{};c=a(this,$).createProducer(d,l),j(this,fs,ho).call(this,Ee.SCREENSHARE_AUDIO,c.then(p=>p.id))}yield Promise.all([o,c||Promise.resolve()]),K.screenShareStart()})}shareMic(e){return h(this,null,function*(){try{if(e===void 0)throw new xt("track undefined");const r=j(this,ht,bt).call(this,Ee.MIC);if(r){const o=yield r;if(a(this,$).producers.has(o)){const c=a(this,$).producers.get(o);if(!c.closed&&!navigator.isReactNative){yield c.replaceTrack({track:e}),yield this.resumeMic(),a(this,Gt)&&(a(this,Gt).audioTrack=e,a(this,Gt).producerId=o,a(this,Gt).start());return}yield a(this,$).closeProducer(o,{stopTrack:!1})}yield this.shareMic(e);return}const i=j(this,vh,zv).call(this,e),n=()=>{a(this,Vt).delete(Ee.MIC)},s=a(this,$).createProducer(i,n);j(this,fs,ho).call(this,Ee.MIC,s.then(o=>o.id)),yield s.then(o=>{a(this,Gt)&&(a(this,Gt).audioTrack=o.track,a(this,Gt).producerId=o.id,a(this,Gt).start())})}catch(r){throw new w(r)}})}pauseMic(){return h(this,null,function*(){var e;const r=yield j(this,ht,bt).call(this,Ee.MIC),i=a(this,$).producers.get(r);if(!i){u.error("pauseMic::could_not_find_mic_producer");return}if(i.paused){u.info("pauseMic::mic_producer_already_paused");return}i.pause(),(e=a(this,Gt))==null||e.stop();const n={producerId:i.id,pause:!0};a(this,kt).sendMessage(a(this,Lt).toggleProducer,ic.toBinary(n))})}pauseWebcam(){return h(this,null,function*(){const e=yield j(this,ht,bt).call(this,Ee.WEBCAM),r=yield j(this,ht,bt).call(this,Ee.WEBCAM_BACKUP),i=a(this,$).producers.get(e),n=a(this,$).producers.get(r);if(!i&&!n){u.error("pauseWebcam::could_not_find_webcam_producer");return}const s=o=>{const c={producerId:o.id,pause:!0};a(this,kt).sendMessage(a(this,Lt).toggleProducer,ic.toBinary(c))};i&&(i.pause(),s(i)),n&&(n.pause(),s(n))})}resumeMic(){return h(this,null,function*(){const e=yield j(this,ht,bt).call(this,Ee.MIC),r=a(this,$).producers.get(e);if(!r){u.error("resumeMic::could_not_find_mic_producer");return}if(!r.pause){u.info("resumeMic::mic_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,kt).sendMessage(a(this,Lt).toggleProducer,ic.toBinary(i))})}resumeWebcam(){return h(this,arguments,function*(e=Ee.WEBCAM){const r=yield j(this,ht,bt).call(this,e),i=a(this,$).producers.get(r);if(!i){u.error("resumeWebcam::could_not_find_webcam_producer");return}if(!i.paused){u.info("resumeWebcam::webcam_producer_already_resumed");return}i.resume(),i.appData.e2ee&&R.emit(M.E2EE_ACTIVE_PRODUCER,i);const n={producerId:i.id,pause:!1};a(this,kt).sendMessage(a(this,Lt).toggleProducer,ic.toBinary(n))})}disableWebcam(e){return h(this,null,function*(){const r=e==="video/VP9"?Ee.WEBCAM:Ee.WEBCAM_BACKUP,i=yield j(this,ht,bt).call(this,r);j(this,fh,Kv).call(this,r),i&&(yield a(this,$).closeProducer(i))})}disableMic(){return h(this,null,function*(){var e;const r=yield j(this,ht,bt).call(this,Ee.MIC);r&&(yield a(this,$).closeProducer(r)),(e=a(this,Gt))==null||e.stop(),a(this,Vt).delete(Ee.MIC)})}disableScreenShare(){return h(this,null,function*(){u.info("screen_sharing_stopped"),K.screenShareStop();const e=yield j(this,ht,bt).call(this,Ee.SCREENSHARE_VIDEO),r=yield j(this,ht,bt).call(this,Ee.SCREENSHARE_AUDIO);e&&(yield a(this,$).closeProducer(e)),r&&(yield a(this,$).closeProducer(r)),a(this,wi).clear(),a(this,Vt).delete(Ee.SCREENSHARE_VIDEO),a(this,Vt).delete(Ee.SCREENSHARE_AUDIO)})}muteSelf(){return h(this,null,function*(){this.pauseMic()})}unmuteSelf(){return h(this,null,function*(){})}resetVideoProducers(e,r){return h(this,null,function*(){if(e){const i=yield j(this,ht,bt).call(this,Ee.WEBCAM),n=yield j(this,ht,bt).call(this,Ee.WEBCAM_BACKUP);yield a(this,$).closeProducer(i,{stopTrack:!1}),yield a(this,$).closeProducer(n,{stopTrack:!1}),this.shareWebcam(e)}if(r){const i=yield j(this,ht,bt).call(this,Ee.SCREENSHARE_VIDEO);yield a(this,$).closeProducer(i,{stopTrack:!1}),this.shareScreen({video:r})}})}changeDisplayName(e,r){return h(this,null,function*(){const i={displayName:e,participantId:r!=null?r:this.peerId};if(!(yield a(this,$).socketHandler.changeDisplayName(i)))throw new Error("failed to change display name!")})}kick(e){const r={peerIds:[e]};a(this,$).socketHandler.kickPeer(r)}kickAll(){a(this,$).socketHandler.kickAll()}muteAll(e){return h(this,null,function*(){if(!(yield a(this,$).socketHandler.hostControlForAll("audio")))throw new Error("failed to mute all participant")})}muteAllVideo(){return h(this,null,function*(){if(!(yield a(this,$).socketHandler.hostControlForAll("video")))throw new Error("failed to mute all video participant")})}disableAudio(e){return h(this,null,function*(){if(!(yield a(this,$).socketHandler.hostControlForPeer(e,"audio")))throw new Error("failed to mute given participant")})}disableVideo(e){return h(this,null,function*(){if(!(yield a(this,$).socketHandler.hostControlForPeer(e,"video")))throw new Error("failed to mute video of given participant")})}pinPeer(e){return h(this,null,function*(){const r={participantId:e!=null?e:""};try{yield a(this,kt).sendMessagePromise(a(this,Lt).globalPinPeer,tI.toBinary(r))}catch(i){u.error("Error in pinning peer:",{error:i})}})}validateScreenShare(e){return this.peerId===e.peerId&&a(this,$).producers.get(e.producerId)&&a(this,wi).add(e.consumerPeerId),a(this,wi).size}switchConsumersToLayer(e,r){return h(this,null,function*(){a(this,$).switchConsumersToLayer(e,r)})}handleSocketEvents(){return h(this,null,function*(){a(this,kt).on(a(this,Lt).peerProducerCreateBroadcast,({payload:e})=>{var r,i;if(this.mediaJoined)try{const{participantId:n,producerState:s}=sC.fromBinary(e);if(n===this.peerId)return;if(s!=null&&s.mimeType||(s.mimeType=s.kind===Vr.AUDIO?"audio/opus":"video/VP8"),s.kind===Vr.VIDEO&&!s.screenShare&&((i=(r=a(this,lo).receiver)==null?void 0:r.video)==null?void 0:i.codecs.findIndex(o=>o.mimeType===Ir[0]))>=0&&a(this,ps).get(Ir[0]).has(n)&&s.mimeType!==Ir[0]){u.warn(`Ignoring producer: ${s.producerId}`);return}u.info(`producer created broadcast: ${n}, producer state: ${s}`),R.emit(M.NEW_PRODUCER,{peerId:n,producer:q(V({},s),{kind:s.kind===Vr.AUDIO?"audio":"video",producingPeerId:n})})}catch(n){u.error("error in peer-producer-create-broadcast",{error:n})}}),a(this,kt).on(a(this,Lt).peerProducerToggleBroadcast,({payload:e})=>{if(this.mediaJoined)try{const{participantId:r,initiatorParticipantId:i,producerState:{kind:n,pause:s,producerId:o}}=um.fromBinary(e),c=n===Vr.AUDIO?"audio":"video";if(u.info(`producer toggle broadcast: ${r}, producerId: ${o}, kind:${c}, paused:${s} payload: ${JSON.stringify(um.fromBinary(e))}`),r===this.peerId&&i!==this.peerId&&s&&R.emit(c==="audio"?M.MUTE_SELF:M.MUTE_SELF_VIDEO),r===this.peerId)return;R.emit(M.PRODUCER_TOGGLE,{peerId:r,producerId:o,paused:s,kind:c}),Array.from(this.getConsumers().values()).filter(d=>d.producerId===o).forEach(d=>{d.paused!==s&&(u.debug(`consumer state mismatched for ${d.id}. updating consumer pause state ${d.paused} to ${s}`),s?(d.pause(),R.emit(M.CONSUMER_PAUSED,{id:d.id})):(d.resume(),R.emit(M.CONSUMER_RESUMED,{id:d.id})))})}catch(r){u.error("error in producer toggle broadcast handler",{error:r})}}),a(this,kt).on(a(this,Lt).peerLeaveBroadcast,({payload:e})=>{if(this.mediaJoined)try{const{participantId:r}=ku.fromBinary(e);if(r===this.peerId)return;u.info(`peer left broadcast:${r}`),a(this,wi).delete(r),a(this,$).consumers.forEach(i=>{i.peerId===r&&i.close()}),R.emit(M.PEER_CLOSED,{id:r})}catch(r){u.error("error in peer left broadcast",{error:r})}}),a(this,kt).on(a(this,Lt).peerProducerCloseBroadcast,({payload:e})=>{if(this.mediaJoined)try{const{participantId:r,producerState:{producerId:i}}=cC.fromBinary(e);if(r===this.peerId)return;u.info(`producer closed broadcast:${r}`),R.emit(M.PRODUCER_CLOSED,{peerId:r,producerId:i});const n=a(this,$).producerIdToConsumerIdMap.get(i);if(!n){u.warn(`no consumer found for producer:${i}`);return}u.info(`closing consumer ${n}, producer id: ${i}`),a(this,$).closeConsumer(n).then(()=>{u.info(`closed consumer: ${n}`),a(this,$).producerIdToConsumerIdMap.delete(i),R.emit(M.CONSUMER_CLOSED,{id:n})}).catch(s=>{u.error("error closing consumer",{error:s})})}catch(r){u.error("error on producer close broadcast",{error:r})}}),a(this,kt).on(a(this,Lt).mediaRoomTerminationBroadcastResponse,()=>{!this.mediaJoined&&!a(this,us)&&!a(this,hs)||(u.warn("media hub termination broadcast received, rejoining room"),R.emit(M.ROOM_NODE_DISCONNECTED),a(this,od).call(this))})})}handleCallstatsEvents(){K.onConsumerScore(e=>{e.forEach((r,i)=>{const n=a(this,$).consumers.get(i);n&&R.emit(M.CONSUMER_SCORE_UPDATE,{id:i,kind:n.kind,peerId:n.peerId,score:r.score,scoreStats:r})})}),K.onProducerScore(e=>{e.forEach((r,i)=>{const n=Array.from(a(this,$).producers.values()).find(s=>s.id===i);n&&R.emit(M.PRODUCER_SCORE_UPDATE,{id:i,kind:n.kind,appData:n.appData,score:r.score,scoreStats:r})})})}handlePeerCapabilities(e,r){var i,n,s,o;for(let c=0;c<=Ir.length;c+=1){const d=Ir[c];if(((n=(i=r==null?void 0:r.receiver)==null?void 0:i.video)==null?void 0:n.codecs.findIndex(l=>l.mimeType===d))>=0||c===Ir.length-1){a(this,ms).get(d).add(e);break}}for(let c=0;c<=Ir.length;c+=1){const d=Ir[c];if(((o=(s=r==null?void 0:r.sender)==null?void 0:s.video)==null?void 0:o.codecs.findIndex(l=>l.mimeType===d))>=0||c===Ir.length-1){a(this,ps).get(d).add(e);break}}}handlePeerLeaving(e){Q.hasFeature(ne.FORCE_VIDEO_CODEC)||(a(this,ps).forEach(r=>r.delete(e)),a(this,ms).forEach((r,i)=>{r.delete(e),r.size===0&&this.disableWebcam(i)}))}}sd=new WeakMap,ad=new WeakMap,kt=new WeakMap,$=new WeakMap,lo=new WeakMap,un=new WeakMap,Lt=new WeakMap,us=new WeakMap,hs=new WeakMap,hn=new WeakMap,od=new WeakMap,wi=new WeakMap,uo=new WeakMap,ps=new WeakMap,ms=new WeakMap,Vt=new WeakMap,Gt=new WeakMap,pn=new WeakSet,gs=function(){return this.context.getValue("connectionHandler")},ht=new WeakSet,bt=function(t){return a(this,Vt).get(t)},fs=new WeakSet,ho=function(t,e){return a(this,Vt).set(t,e)},fh=new WeakSet,Kv=function(t){return a(this,Vt).delete(t)},vh=new WeakSet,zv=function(t){return{track:t,encodings:[{priority:"high"}],codecOptions:[{name:"opus"}],appData:{e2ee:this.e2ee},stopTracks:!1,zeroRtpOnPause:!0}},yh=new WeakSet,Yv=function(t,e){return{track:t,codecOptions:[{name:e?e.split("/")[1]:"VP8"}],appData:{screenShare:!1,e2ee:this.e2ee},stopTracks:!1}};ue([S.trace("MediaNodeClient.reset",{country:S.location.country})],le.prototype,"reset",1);ue([S.trace("MediaNodeClient.joinRoom")],le.prototype,"joinRoom",1);ue([S.trace("MediaNodeClient.completeJoinRoom")],le.prototype,"completeJoinRoom",1);ue([S.trace("MediaNodeClient.leaveRoom")],le.prototype,"leaveRoom",1);ue([S.trace("MediaNodeClient.activatePeers")],le.prototype,"activatePeers",1);ue([S.trace("MediaNodeClient.deactivatePeers")],le.prototype,"deactivatePeers",1);ue([S.trace("MediaNodeClient.createConsumers")],le.prototype,"createConsumers",1);ue([S.trace("MediaNodeClient.closeConsumers")],le.prototype,"closeConsumers",1);ue([S.trace("MediaNodeClient._shareWebcam")],le.prototype,"_shareWebcam",1);ue([S.trace("MediaNodeClient.shareWebcam")],le.prototype,"shareWebcam",1);ue([S.trace("MediaNodeClient.shareScreen")],le.prototype,"shareScreen",1);ue([S.trace("MediaNodeClient.shareMic")],le.prototype,"shareMic",1);ue([S.trace("MediaNodeClient.pauseMic")],le.prototype,"pauseMic",1);ue([S.trace("MediaNodeClient.pauseWebcam")],le.prototype,"pauseWebcam",1);ue([S.trace("MediaNodeClient.resumeMic")],le.prototype,"resumeMic",1);ue([S.trace("MediaNodeClient.resumeWebcam")],le.prototype,"resumeWebcam",1);ue([S.trace("MediaNodeClient.disableWebcam")],le.prototype,"disableWebcam",1);ue([S.trace("HiveClient.disableMic")],le.prototype,"disableMic",1);ue([S.trace("HiveClient.disableScreenShare")],le.prototype,"disableScreenShare",1);ue([S.trace("MediaNodeClient.muteSelf")],le.prototype,"muteSelf",1);ue([S.trace("MediaNodeClient.resetVideoProducers")],le.prototype,"resetVideoProducers",1);ue([S.trace("MediaNodeClient.changeDisplayName")],le.prototype,"changeDisplayName",1);ue([S.trace("MediaNodeClient.kickPeer")],le.prototype,"kick",1);ue([S.trace("MediaNodeClient.kickAllPeers")],le.prototype,"kickAll",1);ue([S.trace("MediaNodeClient.muteAll")],le.prototype,"muteAll",1);ue([S.trace("MediaNodeClient.muteAllVideo")],le.prototype,"muteAllVideo",1);ue([S.trace("MediaNodeClient.disableAudio")],le.prototype,"disableAudio",1);ue([S.trace("MediaNodeClient.disableVideo")],le.prototype,"disableVideo",1);ue([S.trace("MediaNodeClient.pinPeer")],le.prototype,"pinPeer",1);ue([S.trace("MediaNodeClient.validateScreenShare")],le.prototype,"validateScreenShare",1);function Qv(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 le(t,e,r);return t.setValue("roomNodeClient",n),n}function Xv(t){const e=t.getValue("roomNodeClient");try{e==null||e.leaveRoom()}catch{u.error("roomNodeClient::cleanupRoomNodeClient")}t.setValue("roomNodeClient",void 0)}var QO=Object.defineProperty,XO=Object.getOwnPropertyDescriptor,Wn=(t,e,r,i)=>{for(var n=i>1?void 0:i?XO(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&&QO(e,r,n),n},Yi,Cr,yt,Zt,cr,lg;const Zv=(lg=class{constructor(t,e,r,i){f(this,Zt),m(this,"self"),m(this,"authToken"),f(this,Yi,void 0),m(this,"viewType"),f(this,Cr,void 0),f(this,yt,void 0);const{socket:n}=r,s=t.getValue("authToken");this.self=e,v(this,yt,t),this.viewType=i,this.authToken=s,v(this,Yi,n),v(this,Cr,r),e.config.viewType!==Rt.Chat&&this.setupEvents()}get peerId(){return a(this,yt).getValue("peerId")}get mediaJoined(){return a(this,yt).getValue("connectionHandler").mediaJoined}static init(t,e,r,i,n){return h(this,null,function*(){const s=ct(),o=t.getValue("peerId"),c=!!t.getValue("cachedUserDetails"),d=yield nt.__init__(t,r,i,n,n.name,c);if(navigator.product!=="ReactNative"){const l=!Q.hasFeature(ne.PRECALL_BANDWIDTH_TEST);setTimeout(()=>h(this,null,function*(){const p=yield d.getAllDevices();u.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")),u.info("Callstats:: initializing");try{yield K.initialize({peerId:o,engineName:Ce.getDeviceInfo().engineName,env:t.getValue("env"),iceServers:yield s.getICEServers(),apiBase:t.getValue("apiBase"),flags:Q.getAllFlags(),logger:u,apiHostnames:$f(t),skipConnectivityChecks:l}),u.info("Callstats:: initialized")}catch(g){u.error("Callstats:: initialization failed",{error:g})}}),0)}else u.info("Callstats:: Skipped initialization due to navigator product being ReactNative.");return new Zv(t,d,e,n.viewType)})}shareMediaTracks(){return h(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&&n)try{yield a(this,Zt,cr).shareMic(e)}catch{this.self.disableAudio()}if(i.canProduceVideo&&s)try{const d=yield a(this,Zt,cr).shareWebcam(r);d&&d.id!==r.id&&Q.hasFeature(ne.EXP_RESHARE)&&(yield a(this,Zt,cr).shareWebcam(d))}catch{this.self.disableVideo()}if(i.canProduceScreenshare&&o)try{yield(t=a(this,Zt,cr))==null?void 0:t.shareScreen({video:c.video,audio:c.audio})}catch{this.self.disableScreenShare()}})}kickHandler(t){return h(this,null,function*(){let e="kicked";(t==null?void 0:t.kickType)==="kickAll"&&(e="ended"),this.leaveRoom(e)})}waitlistedHandler(){u.info("SelController.waitlisted"),this.self.waitlistStatus="waiting",this.self.roomState="waitlisted",this.self.emit("waitlisted")}waitlistAcceptHandler(){if(u.info("SelController.waitlistAccepted"),this.self.waitlistStatus==="accepted"){u.warn("SelfController.WAITLIST_ACCEPTED.UserAlreadyAccepted");return}this.self.waitlistStatus="accepted",this.joinRoom()}waitlistRejectedHandler(){if(u.info("SelfController.waitlistRejected"),this.self.waitlistStatus==="rejected"){u.warn("SelfController.WAITLIST_REJECTED.UserAlreadyRejected");return}this.self.waitlistStatus="rejected",this.leaveRoom("rejected")}resetSelf(t){return h(this,null,function*(){K.callEnded(),a(this,Zt,cr).reset(),t&&(yield this.joinRoom(t))})}setupEvents(){R.on(M.RESET_PRODUCER_STATE,()=>h(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(ne.REFRESH_ID_ON_DISCONNECTION)&&(e=Ls()),a(this,Yi).updateURL(e),S.resetPeerId(e),ct().setHeader("dyte-tracing-id",e),Cn.remapContext(e,a(this,yt)),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(B.waitingRoomRequestAccepted,()=>{this.waitlistAcceptHandler()}),a(this,Cr).on(Lc.updateUserPreset,t=>{t.updatePeersPresets.forEach(e=>{e.userIds===this.self.userId&&R.emit(M.UPDATE_PERMISSIONS,e.patch)})}),a(this,Cr).on(B.waitingRoomRequestDenied,()=>{this.waitlistRejectedHandler()}),a(this,Cr).on(B.kick,()=>{this.kickHandler({kickType:"kick"})}),a(this,Cr).on(B.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,()=>h(this,null,function*(){this.self.audioEnabled&&(yield this.self.disableAudio(),K.audioOff())})),R.on(M.MUTE_SELF_VIDEO,()=>h(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 h(this,null,function*(){try{const{peer:e}=yield a(this,Cr).joinRoom(this.self);a(this,Cr).socket.flush();const r=$h(e.stageType);if(a(this,yt).setValue("stageStatus",r,!1),e.waitlisted){this.waitlistedHandler();return}yield this.joinMediaRoom(t),a(this,yt).notify("stageStatus")}catch(e){throw u.error("Error in joinRoom",{error:e}),e}})}leaveRoom(t="left"){return h(this,null,function*(){var e,r;if(t==="rejected"){try{(e=a(this,Yi))==null||e.disconnect()}catch{u.error("SelfController::leaveRoom::socketDisconnect")}this.self.roomState=t,this.self.emit("roomLeft",{state:t});return}this.self.setIsPinned(!1),a(this,yt).setValue("stageStatus","OFF_STAGE",!1),yield this.leaveMediaRoom(t),a(this,yt).notify("stageStatus");try{(r=a(this,Yi))==null||r.disconnect()}catch{u.error("SelfController::leaveRoom::socketDisconnect")}Xv(a(this,yt)),Nd.cleanup(),this.self.roomState=t,this.self.emit("roomLeft",{state:t})})}joinMediaRoom(t=!1){return h(this,null,function*(){var e,r;const{peerId:i,viewType:n,meetingId:s,stageStatus:o,roomNodeOptions:c}=a(this,yt).getAllValues(),{sfu:d}=c;try{if(n===Rt.Livestream){if(o!=="ON_STAGE"){this.self.roomState="joined",this.self.emit("roomJoined",{reconnected:t});return}Qv(a(this,yt),d,{socket:a(this,Yi),peerId:i})}const{roomJoined:l}=(r=yield(e=a(this,Zt,cr))==null?void 0:e.joinRoom(this.self.name,s,{audio:this.self.audioEnabled,video:this.self.videoEnabled,screen:this.self.screenShareEnabled},t,t))!=null?r:{};if(!l)return;o==="ON_STAGE"&&(yield this.shareMediaTracks()),this.self.roomState="joined",this.self.emit("roomJoined",{reconnected:t})}catch(l){throw u.error("Error:SelfController.mediaRoomJoin",{error:l}),new w("Error: could not join media room","0002")}})}leaveMediaRoom(t){return h(this,null,function*(){const e=a(this,yt).getValue("viewType");t!=="connected-meeting"&&(yield this.cleanupSelf()),!(t==="stageLeft"&&e===Rt.Webinar)&&a(this,Zt,cr)&&(a(this,Zt,cr).mediaJoined&&t!=="disconnected"&&(yield a(this,Zt,cr).leaveRoom()),!(t==="stageLeft"&&e===Rt.Livestream)&&(a(this,Zt,cr).mediaJoined=!1))})}cleanupSelf(){return h(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()})}},Yi=new WeakMap,Cr=new WeakMap,yt=new WeakMap,Zt=new WeakSet,cr=function(){return a(this,yt).getValue("roomNodeClient")},lg);let Gi=Zv;Wn([S.trace("SelfController.resetSelf")],Gi.prototype,"resetSelf",1);Wn([S.trace("SelfController.setupEvents")],Gi.prototype,"setupEvents",1);Wn([S.trace("SelfController.joinRoom")],Gi.prototype,"joinRoom",1);Wn([S.trace("SelfController.leaveRoom")],Gi.prototype,"leaveRoom",1);Wn([S.trace("SelfController.joinMediaRoom")],Gi.prototype,"joinMediaRoom",1);Wn([S.trace("SelfController.leaveMediaRoom")],Gi.prototype,"leaveMediaRoom",1);Wn([S.trace("SelfController.init")],Gi,"init",1);var cd;class ZO{constructor(e){f(this,cd,void 0),v(this,cd,e)}on(e,r){let i;e===B.roomPeerCount?i=mm.fromBinary.bind(mm):i=wm.fromBinary.bind(wm),a(this,cd).on(e,({payload:n})=>{const s=i(n);return r(s)})}}cd=new WeakMap;var dd;class e1{constructor(e){f(this,dd,void 0),v(this,dd,e)}on(e,r){let i,n;switch(e){case B.transcript:{i=Ml.fromBinary.bind(Ml),n=Ml.create();break}default:{u.debug("AISocketHandler switch case hit default, event not accounted for.");break}}a(this,dd).on(e,({payload:s})=>{let o=n;try{o=i(s)}catch(c){u.error("chatSocketHandler::on::binary_decode_error",{error:c})}return r(o)})}}dd=new WeakMap;var t1=Object.defineProperty,r1=Object.getOwnPropertyDescriptor,sp=(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&&t1(e,r,n),n},Ii;class ml{constructor(e){f(this,Ii,void 0),v(this,Ii,e)}getPolls(){return a(this,Ii).sendMessagePromise($r.getPolls)}createPoll(e,r,i=!1,n=!1){const s={anonymous:i,hideVotes:n,question:e,options:r};return a(this,Ii).sendMessage($r.createPoll,YM.toBinary(s))}votePoll(e,r){const i={index:r,pollId:e};return a(this,Ii).sendMessage($r.votePoll,XM.toBinary(i))}on(e,r){let i,n;switch(e){case $r.updatePoll:case $r.createPoll:case $r.votePoll:{i=Vl.fromBinary.bind(Vl),n=Vl.create();break}}a(this,Ii).on(e,({payload:s})=>{let o=n;try{o=i(s)}catch(c){u.error("pollSocketHandler::on::binary_decode_error",{error:c})}return r(o)})}removeListeners(e){a(this,Ii).removeListeners(e)}}Ii=new WeakMap;sp([S.trace("PollSocketHandler.getPolls")],ml.prototype,"getPolls",1);sp([S.trace("PollSocketHandler.createPoll")],ml.prototype,"createPoll",1);sp([S.trace("PollSocketHandler.votePoll")],ml.prototype,"votePoll",1);var qt;class i1{constructor(e){f(this,qt,void 0),v(this,qt,e)}getStageRequests(){return h(this,null,function*(){const{payload:e}=yield a(this,qt).sendMessagePromise(B.getStageRequests);return e?Ll.fromBinary(e):{stageRequests:[]}})}requestAccess(){a(this,qt).sendMessage(B.requestStageAccess)}cancelRequestAccess(){a(this,qt).sendMessage(B.cancelStageRequest)}grantAccess(e){return h(this,null,function*(){const r={userIds:e};a(this,qt).sendMessage(B.grantStageAccess,BM.toBinary(r))})}denyAccess(e){return h(this,null,function*(){const r={userIds:e};a(this,qt).sendMessage(B.denyStageAccess,jM.toBinary(r))})}joinStage(){return a(this,qt).sendMessagePromise(B.joinStage,void 0,void 0,B.peerStageStatusUpdate)}leaveStage(e){const r={userIds:[e]};return a(this,qt).sendMessagePromise(B.leaveStage,Cm.toBinary(r),void 0,B.peerStageStatusUpdate)}kick(e){const r={userIds:e};return a(this,qt).sendMessagePromise(B.leaveStage,Cm.toBinary(r))}on(e,r){let i;switch(e){case B.grantStageAccess:case B.denyStageAccess:{i=void 0;break}case B.getStagePeers:{i=Im.fromBinary.bind(Im);break}case B.getStageRequests:case B.requestStageAccess:case B.cancelStageRequest:{i=Ll.fromBinary.bind(Ll);break}case B.peerStageStatusUpdate:{i=pm.fromBinary.bind(pm);break}}a(this,qt).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 h(this,null,function*(){const r=yield a(this,qt).sendMessagePromise(B.getPeerInfo,iv.toBinary({peerId:e}));return ts.fromBinary(r.payload)})}}qt=new WeakMap;var et;class n1{constructor(e){f(this,et,void 0),v(this,et,e)}addPlugin(e,r){a(this,et).sendMessage(z.addPlugin,iM.toBinary({pluginId:e,staggered:r}))}removePlugin(e){a(this,et).sendMessage(z.removePlugin,sM.toBinary({pluginId:e,staggered:!1}))}getActivePlugins(){return h(this,null,function*(){const{payload:e}=yield a(this,et).sendMessagePromise(z.getPlugins);return e?PM.fromBinary(e):{plugins:[]}})}customPluginEventToRoom(e,r,i){const n={pluginId:e,pluginData:new TextEncoder().encode(JSON.stringify(r))};a(this,et).sendMessage(z.customPluginEventToRoom,gM.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,vM.toBinary(s),n)}enablePluginForRoom(e,r){a(this,et).sendMessage(z.enablePluginForRoom,oM.toBinary({pluginId:e}),r)}enablePluginForPeers(e,r,i){a(this,et).sendMessage(z.enablePluginForPeers,uM.toBinary({pluginId:e,peerIds:r}),i)}disablePluginForRoom(e,r){a(this,et).sendMessage(z.disablePluginForRoom,dM.toBinary({pluginId:e}),r)}disablePluginForPeers(e,r,i){a(this,et).sendMessage(z.disablePluginForPeers,pM.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,Tm.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,TM.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,bM.toBinary(s),n)}storeDelete(e,r,i){a(this,et).sendMessage(z.storeDelete,wM.toBinary({pluginId:e,storeName:r}),i)}getPluginDataOld(e,r){u.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,Tm.toBinary(n))}on(e,r){let i;switch(e){case z.addPlugin:case z.enablePluginForPeers:case z.enablePluginForRoom:{i=Iu.fromBinary.bind(Iu);break}case z.removePlugin:case z.disablePluginForPeers:case z.disablePluginForRoom:{i=km.fromBinary.bind(km);break}case z.customPluginEventToPeers:case z.customPluginEventToRoom:{i=_m.fromBinary.bind(_m);break}case z.storeInsertKeys:case z.storeGetKeys:case z.storeDeleteKeys:case z.storeDelete:{i=bm.fromBinary.bind(bm);break}}a(this,et).on(e,({payload:n,id:s})=>{const o=i(n);return r(o,s)})}}et=new WeakMap;var s1=Object.defineProperty,a1=(t,e,r)=>e in t?s1(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,o1=(t,e,r)=>(a1(t,typeof e!="symbol"?e+"":e,r),r),ap=(t,e,r)=>{if(!e.has(t))throw TypeError("Cannot "+r)},L=(t,e,r)=>(ap(t,e,"read from private field"),r?r.call(t):e.get(t)),we=(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)},pe=(t,e,r,i)=>(ap(t,e,"write to private field"),i?i.call(t,r):e.set(t,r),r),Me=(t,e,r)=>(ap(t,e,"access private method"),r),Gd={},c1={get exports(){return Gd},set exports(t){Gd=t}},Rs=typeof Reflect=="object"?Reflect:null,ug=Rs&&typeof Rs.apply=="function"?Rs.apply:function(t,e,r){return Function.prototype.apply.call(t,e,r)},ld;Rs&&typeof Rs.ownKeys=="function"?ld=Rs.ownKeys:Object.getOwnPropertySymbols?ld=function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:ld=function(t){return Object.getOwnPropertyNames(t)};function d1(t){console&&console.warn&&console.warn(t)}var ey=Number.isNaN||function(t){return t!==t};function ge(){ge.init.call(this)}c1.exports=ge;Gd.once=p1;ge.EventEmitter=ge;ge.prototype._events=void 0;ge.prototype._eventsCount=0;ge.prototype._maxListeners=void 0;var hg=10;function gl(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 hg},set:function(t){if(typeof t!="number"||t<0||ey(t))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+t+".");hg=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||ey(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 ty(t){return t._maxListeners===void 0?ge.defaultMaxListeners:t._maxListeners}ge.prototype.getMaxListeners=function(){return ty(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")ug(c,this,e);else for(var d=c.length,l=ay(c,d),r=0;r<d;++r)ug(l[r],this,e);return!0};function ry(t,e,r,i){var n,s,o;if(gl(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=ty(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,d1(c)}return t}ge.prototype.addListener=function(t,e){return ry(this,t,e,!1)};ge.prototype.on=ge.prototype.addListener;ge.prototype.prependListener=function(t,e){return ry(this,t,e,!0)};function l1(){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 iy(t,e,r){var i={fired:!1,wrapFn:void 0,target:t,type:e,listener:r},n=l1.bind(i);return n.listener=r,i.wrapFn=n,n}ge.prototype.once=function(t,e){return gl(e),this.on(t,iy(this,t,e)),this};ge.prototype.prependOnceListener=function(t,e){return gl(e),this.prependListener(t,iy(this,t,e)),this};ge.prototype.removeListener=function(t,e){var r,i,n,s,o;if(gl(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():u1(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 ny(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?h1(n):ay(n,n.length)}ge.prototype.listeners=function(t){return ny(this,t,!0)};ge.prototype.rawListeners=function(t){return ny(this,t,!1)};ge.listenerCount=function(t,e){return typeof t.listenerCount=="function"?t.listenerCount(e):sy.call(t,e)};ge.prototype.listenerCount=sy;function sy(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?ld(this._events):[]};function ay(t,e){for(var r=new Array(e),i=0;i<e;++i)r[i]=t[i];return r}function u1(t,e){for(;e+1<t.length;e++)t[e]=t[e+1];t.pop()}function h1(t){for(var e=new Array(t.length),r=0;r<e.length;++r)e[r]=t[r].listener||t[r];return e}function p1(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))}oy(t,e,s,{once:!0}),e!=="error"&&m1(t,n,{once:!0})})}function m1(t,e,r){typeof t.on=="function"&&oy(t,"error",e,r)}function oy(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 g1 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 pg=new g1;class cy{static encode(e){return pg.toBinary(e)}static decode(e){return pg.fromBinary(new Uint8Array(e))}}function f1(t,e){return Math.floor(Math.random()*(e-t+1)+t)}var Ci;class v1{constructor(e={}){o1(this,"opts"),we(this,Ci,void 0),this.opts={initialTimeout:e.initialTimeout||1e3,maxTimeout:e.maxTimeout||1e4,factor:e.factor||2},pe(this,Ci,0)}wait(){return h(this,null,function*(){pe(this,Ci,L(this,Ci)+1);const e=f1(0,Math.min(this.opts.maxTimeout,this.opts.initialTimeout*_S(2,L(this,Ci))));yield new Promise(r=>{setTimeout(r,e)})})}getAttempts(){return L(this,Ci)}reset(){pe(this,Ci,0)}}Ci=new WeakMap;const hi={debug:0,info:1,warn:2,error:3};var mn,gn;class y1{constructor(e){we(this,mn,void 0),we(this,gn,void 0),pe(this,mn,console),pe(this,gn,e)}debug(...e){hi[L(this,gn)]>hi.debug||L(this,mn).debug("[Sockrates]:",...e)}info(...e){hi[L(this,gn)]>hi.info||L(this,mn).info("[Sockrates]:",...e)}warn(...e){hi[L(this,gn)]>hi.warn||L(this,mn).warn("[Sockrates]:",...e)}error(...e){hi[L(this,gn)]>hi.error||L(this,mn).error("[Sockrates]:",...e)}}mn=new WeakMap,gn=new WeakMap;var dy=(t=>(t[t.CONNECTING=0]="CONNECTING",t[t.OPEN=1]="OPEN",t[t.CLOSING=2]="CLOSING",t[t.CLOSED=3]="CLOSED",t))(dy||{});const S1="2",E1="3";var Ue,vs,Re,He,Pi,tt,Xr,Li,vr,ys,Jr,Sh,ly,po,ud,Eh,uy,Th,mg,qd,kh,bh,hy,Ro,hd,Mo,Jd,$d,_h,Ms,Ao,Do,Kd;class T1{constructor(e,r){var i;we(this,Sh),we(this,po),we(this,Eh),we(this,Th),we(this,qd),we(this,bh),we(this,Ro),we(this,Mo),we(this,$d),we(this,Ms),we(this,Do),we(this,Ue,void 0),we(this,vs,void 0),we(this,Re,void 0),we(this,He,void 0),we(this,Pi,void 0),we(this,tt,void 0),we(this,Xr,void 0),we(this,Li,void 0),we(this,vr,void 0),we(this,ys,void 0),we(this,Jr,void 0);var n,s,o,c,d,l,p,g,y;pe(this,vs,e),pe(this,Pi,[]),pe(this,tt,new Gd),pe(this,Xr,!0),pe(this,vr,!1),pe(this,Re,r!=null?r:{}),(n=L(this,Re)).autoReconnect!=null||(n.autoReconnect=!0),(s=L(this,Re)).retryConnectionInterval!=null||(s.retryConnectionInterval=1e3),(o=L(this,Re)).pingTimeout!=null||(o.pingTimeout=3e4),(c=L(this,Re)).connectionTimeout!=null||(c.connectionTimeout=5e3),(d=L(this,Re)).debug!=null||(d.debug=!0),(l=L(this,Re)).maxReconnectionAttempts!=null||(l.maxReconnectionAttempts=10),(p=L(this,Re)).disconnectOnPingTimeout!=null||(p.disconnectOnPingTimeout=!0),(g=L(this,Re)).queueOnDisconnect!=null||(g.queueOnDisconnect=!1),(y=L(this,Re)).flushOnReconnect!=null||(y.flushOnReconnect=!1),pe(this,Li,{code:void 0,reason:void 0}),pe(this,He,(i=L(this,Re).logger)!=null?i:new y1(L(this,Re).debug?"debug":"info")),pe(this,Jr,new v1)}get readyState(){var e;return(e=L(this,Ue))==null?void 0:e.readyState}get url(){return L(this,vs)}updateURL(e){pe(this,vs,e),Me(this,bh,hy).call(this)}get config(){return L(this,Re)}get sendQueue(){return L(this,Pi)}flush(){if(!L(this,Re).queueOnDisconnect)return!1;const e=[];return L(this,Pi).forEach(r=>{this.send(r.event,r.id,r.payload,r.metadata)||e.push(r)}),pe(this,Pi,e),L(this,Pi)}connect(e=!1){return h(this,null,function*(){if(!e&&[0,1].includes(this.readyState)){L(this,He).debug("Websocket was already connecting or connected.");return}if(L(this,Xr)!==!1)return new Promise((r,i)=>{Me(this,Ms,Ao).call(this),Me(this,Do,Kd).call(this);try{pe(this,Ue,new WebSocket(Me(this,Sh,ly).call(this,L(this,vs)))),L(this,Ue).binaryType="arraybuffer",L(this,He).debug("Connecting");const n=setTimeout(()=>{L(this,He).debug("Connection timeout. Closing socket"),pe(this,Xr,!0),Me(this,Do,Kd).call(this),L(this,Ue).close(3001,"Connection Timeout"),L(this,Re).autoReconnect&&!L(this,vr)&&(L(this,tt).emit("reconnecting"),Me(this,Ro,hd).call(this)),i(new Error("Connection timed out!"))},L(this,Re).connectionTimeout);L(this,Ue).onopen=()=>{L(this,He).debug(`Ready State: ${dy[L(this,Ue).readyState]}`),n&&clearTimeout(n),Me(this,$d,_h).call(this),pe(this,Li,{code:void 0,reason:void 0}),L(this,tt).emit("connected"),L(this,Re).flushOnReconnect&&this.flush(),r()},L(this,Ue).onclose=s=>{try{n&&clearTimeout(n);const{code:o,reason:c}=s;i(c),L(this,He).debug("Socket closed. Close event:",{event:s}),L(this,He).debug(`Connection closed code: ${o}`),L(this,He).debug(`Connection closed reason: ${c}`),L(this,vr)||Me(this,qd,kh).call(this,o,c)}catch(o){Me(this,po,ud).call(this,o)}},L(this,Ue).onerror=s=>{Me(this,po,ud).call(this,s)},L(this,Ue).onmessage=s=>Me(this,Eh,uy).call(this,s)}catch(n){Me(this,po,ud).call(this,n,i)}})})}send(e,r,i,n){const s={event:e,id:r,payload:i,metadata:n};if(L(this,Re).queueOnDisconnect&&(!L(this,Ue)||L(this,Ue).readyState!==1))return L(this,He).debug("Queuing message since socket is not connected!",s),L(this,Pi).push(s),!1;const o=cy.encode(s);return Me(this,Mo,Jd).call(this,o)}emit(e,r,i,n){return this.send(e,r,i,n)}sendRaw(e){return Me(this,Mo,Jd).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(){pe(this,Xr,!1),Me(this,Ms,Ao).call(this),this.removeAllListeners(),pe(this,Li,{code:1e3,reason:"Sockrates disconnect method called"}),L(this,Ue).close(1e3,"Sockrates disconnect method called.")}}Ue=new WeakMap,vs=new WeakMap,Re=new WeakMap,He=new WeakMap,Pi=new WeakMap,tt=new WeakMap,Xr=new WeakMap,Li=new WeakMap,vr=new WeakMap,ys=new WeakMap,Jr=new WeakMap,Sh=new WeakSet,ly=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)://.")},po=new WeakSet,ud=function(t,e){L(this,He).error("Error:",{error:t}),L(this,tt).emit("errored",{error:t}),e==null||e(t)},Eh=new WeakSet,uy=function(t){if(Me(this,$d,_h).call(this),t.data===S1){L(this,He).debug("Received ping from server"),Me(this,Mo,Jd).call(this,E1);return}const e=cy.decode(t.data),{id:r,payload:i}=e;L(this,He).debug("Received message",{event:e.event,messageID:r}),L(this,tt).emit(e.event.toString(),{id:r,payload:i})},Th=new WeakSet,mg=function(){return L(this,Ue).readyState===1},qd=new WeakSet,kh=function(t,e){pe(this,Li,{reason:e,code:t}),L(this,tt).emit("disconnected",{code:t,reason:e})},bh=new WeakSet,hy=function(){const{reason:t,code:e}=L(this,Li);e&&e!==1e3&&L(this,Xr)&&L(this,Re).autoReconnect&&!L(this,vr)&&(L(this,He).debug(`Triggering reconnection due to ${t}.`),L(this,tt).emit("reconnecting"),Me(this,Ro,hd).call(this))},Ro=new WeakSet,hd=function(t=!0){return h(this,null,function*(){if(t&&L(this,vr)){L(this,He).debug("Reconnect called when already in a reconnect loop. Ignoring.");return}if(L(this,vr)||L(this,Jr).reset(),L(this,Re).maxReconnectionAttempts!==null&&L(this,Jr).getAttempts()>=L(this,Re).maxReconnectionAttempts){L(this,tt).emit("failed"),pe(this,vr,!1);return}pe(this,vr,!0),Me(this,Do,Kd).call(this),Me(this,Ms,Ao).call(this);try{if(yield L(this,Jr).wait(),L(this,Xr)===!1)return;if(L(this,He).debug(`Reconnection attempt ${L(this,Jr).getAttempts()}`),L(this,tt).emit("reconnectAttempt",{attempt:L(this,Jr).getAttempts()}),yield this.connect(),!Me(this,Th,mg).call(this))throw Error("Reconnect Failed");pe(this,vr,!1),pe(this,Li,{code:void 0,reason:void 0}),L(this,tt).emit("reconnected")}catch{L(this,He).debug("Failed to reconnect."),L(this,tt).emit("reconnectFailure",{attempt:L(this,Jr).getAttempts()}),Me(this,Ro,hd).call(this,!1)}})},Mo=new WeakSet,Jd=function(t){try{return L(this,Ue).send(t),!0}catch(e){return L(this,He).error(e.message),!1}},$d=new WeakSet,_h=function(){this.config.disconnectOnPingTimeout&&(L(this,He).debug("Resetting ping timeout"),Me(this,Ms,Ao).call(this),pe(this,ys,setTimeout(()=>{var t;L(this,He).debug("Disconnecting the socket due to ping timeout"),pe(this,Xr,!0);const e=3002,r="Ping timeout";(t=L(this,Ue))==null||t.close(e,r),Me(this,qd,kh).call(this,e,r)},L(this,Re).pingTimeout)))},Ms=new WeakSet,Ao=function(){L(this,ys)&&(clearTimeout(L(this,ys)),pe(this,ys,void 0))},Do=new WeakSet,Kd=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 k1=Object.defineProperty,b1=Object.getOwnPropertyDescriptor,fl=(t,e,r,i)=>{for(var n=i>1?void 0:i?b1(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&&k1(e,r,n),n};const gg=65535,_1=3e3;var Qi,Le,Ve,Fe,dr,pi,_c,ru,wc,iu,fg;const py=(fg=class{constructor(t,{peerId:e,meetingId:r,authToken:i,capabilities:n}){f(this,Ve),f(this,_c),f(this,wc),f(this,Qi,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,Qi,j(this,_c,ru).call(this,e)),v(this,Le,new T1(a(this,Qi),{autoReconnect:!0,disconnectOnPingTimeout:(s=n.includes("PING"))!=null?s:!1,queueOnDisconnect:!0,flushOnReconnect:!1,logger:u})),this.handleSocketConnectionEvents()}get joinAttempted(){return a(this,Ve,Fe).socketJoinAttempted}set joinAttempted(t){a(this,Ve,Fe).socketJoinAttempted=t}get peerId(){return a(this,pi).getValue("peerId")}updateURL(t){t!==this.peerId&&(v(this,Qi,j(this,_c,ru).call(this,t)),u.debug("SocketService:: Connection URL updated.")),a(this,Le).updateURL(a(this,Qi))}static getSocketEdgeDomain(t){return Is({servicePrefix:"socket-edge",baseURI:t})}get url(){return a(this,Qi)}connect(){return h(this,null,function*(){a(this,Ve,Fe).socketJoinAttempted=!0,yield a(this,Le).connect(),a(this,Ve,Fe).socketJoinAttempted=!0,a(this,Ve,Fe).socketState={state:"connected",reconnected:!1,reconnectionAttempt:void 0}})}disconnect(){return h(this,null,function*(){a(this,Ve,Fe).socketJoinAttempted=!1,a(this,Le).disconnect(),a(this,Ve,Fe).socketJoinAttempted=!0,a(this,Ve,Fe).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:j(this,wc,iu).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(gg,b),a(this,Le).removeListener(rr.errorResponse,b),a(this,Le).removeListener(yr.errorResponse,b)},l=i!=null?i:j(this,wc,iu).call(this),p={};S.injectContext(p);const g=({id:T,payload:b})=>{if(l===T){let D;try{const P=SI.fromBinary(b);D=new Error(P.errorMessage)}catch(P){D=new Error("failed to parse error message",{cause:P});try{const U=EC.fromBinary(b);D=new Error(U.message)}catch(U){D=new Error("failed to parse error message",{cause:U})}}c(D),d(y,g)}},y=({id:T,payload:b})=>{l===T&&(o({id:T,payload:b}),d(y,g))};a(this,Le).on(s,y),a(this,Le).on(gg,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,l,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",()=>h(this,null,function*(){u.info("SocketService::Connected to socket-edge"),a(this,dr)&&(clearTimeout(a(this,dr)),v(this,dr,void 0)),a(this,Ve,Fe).updateSocketConnectionState("connected")})),this.onStateEvent("disconnected",({code:t,reason:e})=>{var r;u.info("SocketService::Disconnected from socket-edge",{error:{code:t,reason:e},country:S.location.country});const{recv:i,send:n}=(r=a(this,Ve,Fe).mediaState)!=null?r:{};i!=null&&i.state&&(i==null?void 0:i.state)!==Bi.CONNECTED||n!=null&&n.state&&(n==null?void 0:n.state)!==Bi.CONNECTED?R.emit(M.SOCKET_SERVICE_DISCONNECTED,{joinAttempted:a(this,Ve,Fe).joinAttempted}):v(this,dr,setTimeout(()=>{R.emit(M.SOCKET_SERVICE_DISCONNECTED,{joinAttempted:a(this,Ve,Fe).joinAttempted}),v(this,dr,void 0)},_1)),a(this,Ve,Fe).updateSocketConnectionState("disconnected")}),this.onStateEvent("reconnecting",()=>h(this,null,function*(){u.info("SocketService::Reconnecting to socket-edge",{country:S.location.country}),a(this,Ve,Fe).updateSocketConnectionState("reconnecting")})),this.onStateEvent("reconnectAttempt",t=>h(this,[t],function*({attempt:e}){u.info("SocketService::Attempting to reconnect to socket-edge",{socket:{retryAttempt:e}}),a(this,Ve,Fe).updateSocketConnectionState("reconnectAttempt",e)})),this.onStateEvent("reconnectFailure",({attempt:t})=>{u.info("SocketService::Reconnect attempt to socket-edge failed",{socket:{retryAttempt:t}}),a(this,Ve,Fe).updateSocketConnectionState("reconnectFailure",t)}),this.onStateEvent("reconnected",()=>h(this,null,function*(){u.info("SocketService::Reconnected to socket-edge",{connectionState:{joinAttempted:a(this,Ve,Fe).mediaJoinAttempted}}),a(this,dr)&&(clearTimeout(a(this,dr)),v(this,dr,void 0)),R.emit(M.SOCKET_SERVICE_RECONNECTED,{wasJoinAttempted:a(this,Ve,Fe).mediaJoinAttempted}),a(this,Ve,Fe).updateSocketConnectionState("reconnected")})),this.onStateEvent("failed",()=>h(this,null,function*(){u.info("SocketService::Failed to connect to socket-edge",{country:S.location.country}),R.emit(M.SOCKET_SERVICE_FAILED),a(this,Ve,Fe).updateSocketConnectionState("failed")}))}},Qi=new WeakMap,Le=new WeakMap,Ve=new WeakSet,Fe=function(){return a(this,pi).getValue("connectionHandler")},dr=new WeakMap,pi=new WeakMap,_c=new WeakSet,ru=function(t){let e=py.getSocketEdgeDomain(a(this,pi).getValue("baseURI"));typeof Rd(a(this,pi),"socket_server_base")=="string"&&(e=Rd(a(this,pi),"socket_server_base"));const r=`wss://${e}`,i=new URL(`${r}/ws`),n=this.peerId,s=q(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=>Md[o]).join(" "),joinWithDetails:!0,useCfWorker:!0});return Object.entries(s).forEach(([o,c])=>{i.searchParams.append(o,c.toString())}),i.href},wc=new WeakSet,iu=function(){return`${this.peerId}-${(Math.random()+1).toString(36).substring(7)}`},fg);let Jo=py;fl([S.trace("SocketService.connect")],Jo.prototype,"connect",1);fl([S.trace("SocketService.disconnect")],Jo.prototype,"disconnect",1);fl([S.trace("SocketService.sendMessagePromise")],Jo.prototype,"sendMessagePromise",1);fl([S.trace("SocketService.sendMessagePromiseWithTimeout")],Jo.prototype,"sendMessagePromiseWithTimeout",1);const fn=class{static handleConnectedRoomsDumpRaw({payload:t}){var e;const r=$C.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=SP.fromBinary(t);return{authToken:e.authToken,meetingId:e.meetingId}}static handleMovedPeerRaw({payload:t}){const e=nv.fromBinary(t);return{meetingId:e.meetingId,customParticipantId:e.customParticipantId}}static handleConnectedRoomsUpdatedRaw({payload:t}){return vm.fromBinary(t).payloads.map(e=>({id:e.id,title:e.title}))}static handleConnectedRoomsDeletedRaw({payload:t}){return dP.fromBinary(t).payloads}static getConnectedRoomsDump(){return h(this,null,function*(){const t=yield fn.socketService.sendMessagePromise(B.getConnectedRoomsDump);return fn.handleConnectedRoomsDumpRaw(t)})}static createConnectedRooms(t){return h(this,null,function*(){const{payload:e}=yield fn.socketService.sendMessagePromise(B.createConnectedRooms,QC.toBinary({payloads:t}));return vm.fromBinary(e).payloads.map(r=>({id:r.id,title:r.title}))})}static updateConnectedRooms(t){return h(this,null,function*(){})}static disableConnectedRooms(t){return h(this,null,function*(){const e=t.map(i=>({id:i})),r=yield fn.socketService.sendMessagePromise(B.deleteConnectedRooms,oP.toBinary({payloads:e}));return fn.handleConnectedRoomsDeletedRaw(r)})}static movePeersBetweenRooms(t){return h(this,null,function*(){try{const e=yield fn.socketService.sendMessagePromise(B.movePeers,gP.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=fn;m(Ne,"socketService"),m(Ne,"currentMeetingId");var w1=Object.defineProperty,I1=Object.getOwnPropertyDescriptor,vl=(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};const Ss=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 h(this,null,function*(){var e,r;const{peerId:i,apiBase:n,authToken:s,meetingId:o,organizationId:c,cachedUserDetails:d}=t.getAllValues();if(R.reset(),Nd.cleanup(),Xv(t),Ce.isSupported()===!1)throw new w("Browser not supported","0010",!0);const l=AA(t,{authToken:s,baseURL:n,cachedUserDetails:d});l.setRoomName(o),l.setRoomUUID(o),l.setOrganizationId(c),l.setHeader("dyte-tracing-id",i),t.setValue("apiClient",l);const p=new pD;t.setValue("connectionHandler",p);const g=Ss.createSocketService(t),y=g.connect(),T=l.getUserDetails(),b=l.getPlugins();let D=rt.HIVE,P,U="";try{yield Ss.setupFlagsmith(t)}catch(ie){u.error("Failed to setup flagsmith",{error:ie})}try{yield y}catch(ie){u.error("[Controller]: Failed to connect to socket server:",{error:ie})}try{({sfu:D,meetingTitle:U}=yield l.getRoomNodeData()),P=yield T,u.info(`SFU ${D} is being used.`),t.setValue("presetName",P.preset.name),t.setValue("roomNodeOptions",{sfu:D})}catch(ie){u.error("Failed to get room metadata",{error:ie})}const H=QD.init(P.preset,!t.getValue("modules").theme),J=Ss.setupControllers(g,t,P,b,U,H);rD(H)&&((e=Ss.createRoomNodeClient(t,g).partialJoinRoom(P.participant.name,o,void 0))==null||e.catch(ie=>{u.error("[Controller]: Failed to queue partial media room promise:",{error:ie})})),S.location.country=(r=l.ipInfo)==null?void 0:r.country;const{controllers:I}=yield J;return n0(),new Ss(n,I)})}static setupFlagsmith(t){return h(this,null,function*(){var e;const{peerId:r,baseURI:i,overrides:n,meetingId:s,organizationId:o}=t.getAllValues(),c=r0(s),d=q(V({entity:Su.PEER,clientId:o,isAnonUser:!o,sdkVersion:t.getValue("sdkVersion"),presetName:t.getValue("presetName"),meetingHash:c,roomName:s},Ce.getDeviceInfo()),{isReactNative:navigator.isReactNative});try{const l=(e=n==null?void 0:n.whitelabelled_flags_endpoint)==null||e?Is({servicePrefix:"flags",baseURI:i}):"edge.api.flagsmith.com";yield Q.identify(`${Su.PEER}_${r}`,JSON.parse(JSON.stringify(d)),!1,5e3,l,u),u.info("flagsmith::allFlags",{flags:JSON.stringify(Q.getAllFlags())},!0)}catch{u.error("Failed to fetch flagsmith flags")}})}static setupControllers(t,e,r,i,n,s){return h(this,null,function*(){var o,c,d;const l=e.getValue("modules"),{preset:p,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:(o=D.enableHighBitrate)!=null?o:!1,enableStereo:(c=D.enableStereo)!=null?c:!1}}},y));const P=yO.init(e,b,p.permissions);e.setValue("maxPreferredStreams",Ce.isMobile()?s.maxVideoStreams.mobile:s.maxVideoStreams.desktop);let U,H,J,I,ie,ae,Ae,De;const dt=new e1(t);Ne.socketService=t;const Bt=new ml(t),A=new ir(t),k=new i1(t),_=Nd.create(t,e),W=new n1(t),be=new ZO(t),Ke=new An(t),F=yield Gi.init(e,_,g,P,s),C=yield fv.init(e,F.self,_,dt,n);if(l.participant&&(De=new oi(e,F.self,_,T)),(d=l.e2ee)!=null&&d.enabled&&l.e2ee.manager.init(u,R),l.chat&&(H=yield ei.init(e,A,Ke,F.self,De.participants)),l.internals&&(ie=yield zh.init()),l.livestream&&s.viewType===Rt.Livestream&&Q.hasFeature(ne.LIVESTREAM)&&(Ae=new wv(F.self,be)),s.viewType!==Rt.Chat){if(l.poll&&(U=yield hv.init(e,F.self,Bt)),l.recording&&(ae=new Ev(e,F.self,_)),l.stage&&(J=new vv(e,k,_,F.self,De.participants)),l.plugin){if(!De)throw new w("The plugin module cannot be initialized without the `participant` module","0102");const Br=yield i;I=yield jo.init(e,Br,W,A,H==null?void 0:H.chat,F.self,De.participants,n)}if(l.pip){const Br=yield o0._init(e,F.self);e.setValue("pip",Br)}}const ze={storesManager:new sO(e,W),pollController:U,selfController:F,metaController:C,chatController:H,stageController:J,pluginController:I,recordingController:ae,internalsController:ie,livestreamController:Ae,participantController:De};return{theme:s,permissions:P,controllers:ze}})}static createRoomNodeClient(t,e){const{peerId:r,roomNodeOptions:i}=t.getAllValues(),{sfu:n}=i;return Qv(t,n,{socket:e,peerId:r})}static createSocketService(t){const{peerId:e,meetingId:r,authToken:i}=t.getAllValues(),n=["PING"];return new Jo(t,{peerId:e,meetingId:r,authToken:i,capabilities:n})}};let $o=Ss;vl([S.trace("Controller.init")],$o,"init",1);vl([S.trace("setupFlagsmith")],$o,"setupFlagsmith",1);vl([S.trace("Controller.createRoomNodeClient")],$o,"createRoomNodeClient",1);vl([S.trace("Controller.createSocketService")],$o,"createSocketService",1);var C1=Object.defineProperty,P1=Object.getOwnPropertyDescriptor,R1=(t,e,r,i)=>{for(var n=i>1?void 0:i?P1(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&&C1(e,r,n),n},pd,wh;class my extends Kt{constructor(e,r){super(),f(this,pd,void 0),m(this,"meetings",[]),m(this,"parentMeeting",null),f(this,wh,void 0),v(this,wh,e),v(this,pd,r.self)}get supportsConnectedMeetings(){return a(this,pd).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 h(this,null,function*(){return this.validateConnectedMeetingsAction(),yield Ne.getConnectedRoomsDump()})}createMeetings(e){return h(this,null,function*(){return this.validateConnectedMeetingsAction(),(yield Ne.createConnectedRooms(e)).map(r=>({id:r.id,title:r.title}))})}updateMeetings(e){return h(this,null,function*(){this.validateConnectedMeetingsAction(),yield Ne.updateConnectedRooms(e.map(r=>({meetingId:r.id,title:r.title})))})}deleteMeetings(e){return h(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 h(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 h(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 q(V({},s),{participants:o})}if(e===s.id){const o=s.participants.filter(c=>!i.includes(c.id));return q(V({},s),{participants:o})}return s})}}pd=new WeakMap,wh=new WeakMap;R1([Ut({maxInvocations:60,period:60})],my.prototype,"getConnectedMeetings",1);var M1=Object.defineProperty,A1=Object.getOwnPropertyDescriptor,op=(t,e,r,i)=>{for(var n=i>1?void 0:i?A1(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&&M1(e,r,n),n},Oa,lr,nu,su;const Ri=(nu=class{constructor(t,e,r){m(this,"connectedMeetings"),f(this,Oa,void 0),f(this,lr,void 0),f(this,su,void 0),v(this,su,t),v(this,Oa,r),this.connectedMeetings=new my(t,e),this.setCurrentMeeting(e)}static init(t,e,r){return Ri.instance||(Ri.instance=new Ri(t,e,r)),Ri.instance.connectedMeetings.supportsConnectedMeetings&&(Ri.instance.setupEvents(),e.self.once("roomJoined",()=>Ri.instance.getConnectedMeetings())),Ri.instance}setCurrentMeeting(t){v(this,lr,t),Ne.currentMeetingId=t.meta.meetingId}getConnectedMeetings(){this.connectedMeetings.getConnectedMeetings()}setupEvents(){Ne.socketService&&(Ne.socketService.on(B.getConnectedRoomsDump,this.handleConnectedRoomsDump.bind(this)),Ne.socketService.on(B.transferPeer,this.handleTransferPeer.bind(this)),Ne.socketService.on(B.movedPeer,this.handleMovedPeer.bind(this)),Ne.socketService.on(B.connectedRoomsUpdated,this.handleConnectedRoomsUpdated.bind(this)),Ne.socketService.on(B.connectedRoomsDeleted,this.handleConnectedRoomsDeleted.bind(this)))}handleTransferPeer(t){const e=Ne.handleTransferPeerRaw(t);return this.switchMeeting(e)}switchMeeting(t){return h(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.
package/dist/index.es.js CHANGED
@@ -26528,8 +26528,14 @@ ha = /* @__PURE__ */ new WeakMap(), Oi = /* @__PURE__ */ new WeakMap(), Vr = /*
26528
26528
  ));
26529
26529
  }
26530
26530
  } catch (i) {
26531
- if (u.error("failed to consume on transport", { error: i }), i.errorCode === "internal_error" && i.errorDescription === "Backend error") {
26532
- u.error("Irrecoverable error, closing current recvTransport to create a new one", { transport: this.recvTransport });
26531
+ if (u.error("failed to consume on transport", { error: i }), i.errorCode === "internal_error" && i.errorDescription === "Backend error" || i.errorCode === "invalid_session_description") {
26532
+ u.error(
26533
+ "Irrecoverable error, closing current recvTransport to create a new one",
26534
+ {
26535
+ transport: this.recvTransport,
26536
+ error: { code: i.errorCode, message: i.errorDescription }
26537
+ }
26538
+ );
26533
26539
  try {
26534
26540
  this.stopTransports({ recv: true });
26535
26541
  } catch (n) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudflare/realtimekit-react",
3
- "version": "0.5.0-staging.110",
3
+ "version": "0.5.0-staging.111",
4
4
  "description": "A real-time video and audio SDK for building custom, collaborative communication experiences.",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.es.js",
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "private": false,
19
19
  "dependencies": {
20
- "@cloudflare/realtimekit": "0.5.0-staging.110"
20
+ "@cloudflare/realtimekit": "0.5.0-staging.111"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "react": ">=16.8.6"