@vkontakte/calls-sdk 2.6.2-beta.2 → 2.6.2-beta.21

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.
Files changed (42) hide show
  1. package/CallsSDK.d.ts +26 -9
  2. package/abstract/BaseApi.d.ts +6 -2
  3. package/abstract/BaseSignaling.d.ts +8 -3
  4. package/calls-sdk.cjs.js +8 -8
  5. package/calls-sdk.esm.js +8 -8
  6. package/classes/Conversation.d.ts +23 -7
  7. package/classes/MediaSource.d.ts +7 -2
  8. package/classes/ParticipantIdRegistry.d.ts +2 -0
  9. package/classes/ProducerCommandSerializationService.d.ts +17 -0
  10. package/classes/screenshare/ScreenCaptureSender.d.ts +1 -0
  11. package/classes/screenshare/Utils.d.ts +1 -0
  12. package/classes/transport/ServerTransport.d.ts +2 -0
  13. package/default/Api.d.ts +7 -2
  14. package/default/Api.test.d.ts +1 -0
  15. package/default/Signaling.d.ts +13 -4
  16. package/enums/ConversationFeature.d.ts +2 -1
  17. package/enums/ConversationOption.d.ts +3 -1
  18. package/enums/HangupType.d.ts +3 -1
  19. package/enums/MediaOption.d.ts +3 -1
  20. package/enums/SignalingCommandType.d.ts +3 -1
  21. package/enums/SignalingNotification.d.ts +7 -1
  22. package/package.json +1 -1
  23. package/static/ApiTransport.d.ts +1 -1
  24. package/static/External.d.ts +75 -4
  25. package/static/Params.d.ts +79 -2
  26. package/static/Utils.d.ts +5 -1
  27. package/static/WebRTCUtils.d.ts +2 -1
  28. package/types/Conversation.d.ts +12 -0
  29. package/types/ConversationFeature.d.ts +3 -0
  30. package/types/ConversationParams.d.ts +1 -0
  31. package/types/ExternalId.d.ts +2 -0
  32. package/types/Feedback.d.ts +22 -0
  33. package/types/LayoutUtils.d.ts +5 -0
  34. package/types/MediaSettings.d.ts +5 -1
  35. package/types/MovieShare.d.ts +55 -0
  36. package/types/Participant.d.ts +2 -0
  37. package/types/ParticipantLayout.d.ts +7 -1
  38. package/types/ParticipantStreamDescription.d.ts +2 -1
  39. package/types/SignalingMessage.d.ts +22 -0
  40. package/types/WaitingHall.d.ts +2 -8
  41. package/utils/Conversation.d.ts +2 -0
  42. package/utils/MsgPackerBufferUtils.d.ts +31 -0
package/calls-sdk.esm.js CHANGED
@@ -1,12 +1,12 @@
1
1
  /**
2
- * @vkontakte/calls-sdk v2.6.2-beta.2
3
- * Tue, 30 Aug 2022 12:29:30 GMT
2
+ * @vkontakte/calls-sdk v2.6.2-beta.21
3
+ * Thu, 08 Dec 2022 14:14:19 GMT
4
4
  * https://st.mycdn.me/static/callssdk/2-6-2/doc/
5
5
  */
6
6
 
7
- var ca=Object.defineProperty,da=Object.defineProperties;var pa=Object.getOwnPropertyDescriptors;var $i=Object.getOwnPropertySymbols;var la=Object.prototype.hasOwnProperty,ua=Object.prototype.propertyIsEnumerable;var qi=Math.pow,Ji=(a,e,t)=>e in a?ca(a,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):a[e]=t,it=(a,e)=>{for(var t in e||(e={}))la.call(e,t)&&Ji(a,t,e[t]);if($i)for(var t of $i(e))ua.call(e,t)&&Ji(a,t,e[t]);return a},si=(a,e)=>da(a,pa(e));var o=(a,e,t)=>new Promise((i,r)=>{var n=l=>{try{p(t.next(l))}catch(h){r(h)}},s=l=>{try{p(t.throw(l))}catch(h){r(h)}},p=l=>l.done?i(l.value):Promise.resolve(l.value).then(n,s);p((t=t.apply(a,e)).next())});import sa from"webrtc-adapter";var St=class{createJoinLink(e){return o(this,null,function*(){return{join_link:"nop"}})}removeJoinLink(e){return o(this,null,function*(){return{success:!0}})}getAnonymTokenByLink(e,t){return o(this,null,function*(){return""})}log(e){}prepareUserIds(e){return o(this,null,function*(){})}getCachedOkIdByExternalId(e){return null}cacheExternalId(e,t){}hangupConversation(e){}removeHistoryRecords(e){return o(this,null,function*(){})}cleanup(){}};var vt=class{log(e,t,i=!1){}destroy(){}};var Q=class{constructor(){this._handlers={};this._listeners=[]}_triggerEvent(e,...t){if(!!this._handlers.hasOwnProperty(e))for(let i of this._handlers[e])i.apply(this,t)}addEventListener(e,t){if(typeof t!="function")throw new Error("Listener should be a function");return this._handlers.hasOwnProperty(e)||(this._handlers[e]=[]),this._handlers[e].push(t),{dispose:this.removeEventListener.bind(this,e,t)}}removeEventListener(e,t){if(!this._handlers.hasOwnProperty(e))return;t||delete this._handlers[e];let i=this._handlers[e].indexOf(t);i>=0&&this._handlers[e].splice(i,1)}subscribe(e,t,i){let r=e.addEventListener(t,i);this._listeners.push(r)}unsubscribe(){this._listeners.forEach(e=>{e.dispose()})}};var Et=class extends Q{get ready(){return!0}setParticipantIdRegistry(e){}requestRealloc(){}setEndpoint(e){}setConversationId(e){}readyToSend(){}cleanup(){}requestTestMode(e,t){}getNextCommandSequenceNumber(){return 0}};var Yi=(i=>(i.INCOMING="INCOMING",i.OUTGOING="OUTGOING",i.JOINING="JOINING",i))(Yi||{}),We=Yi;var zi=(i=>(i.USER="USER",i.GROUP="GROUP",i.CHAT="CHAT",i))(zi||{}),Fe=zi;var Qi=(t=>(t.ATTENDEE="ATTENDEE",t.HAND_UP="HAND_UP",t))(Qi||{}),oi=Qi;var Xi=(t=>(t.ADD_PARTICIPANT="ADD_PARTICIPANT",t.RECORD="RECORD",t))(Xi||{}),Zi=Xi;var er=(i=>(i.REQUIRE_AUTH_TO_JOIN="REQUIRE_AUTH_TO_JOIN",i.AUDIENCE_MODE="AUDIENCE_MODE",i.WAITING_HALL="WAITING_HALL",i))(er||{}),ci=er;function tr(a,e){if(a.length!==e.length)return!1;for(let t of a)if(!e.includes(t))return!1;return!0}function ir(a,e){let t=new Set(a);for(let[i,r]of Object.entries(e))r?t.add(i):t.delete(i);return Array.from(t)}var rr=($=>($.CAMERA_PERMISSION="camera",$.MIC_PERMISSION="mic",$.CAMERA_ACCESS="cameralock",$.MIC_ACCESS="miclock",$.MIC_NOT_FOUND="nomic",$.SCREEN_PERMISSION="screenpermission",$.SCREEN_ACCESS="screenlock",$.CONNECTION="connection",$.NETWORK="network",$.UNKNOWN="unknown",$.UNSUPPORTED="unsupported",$.SIGNALING_FAILED="signalingfailed",$.API="api",$.AUTH="auth",$))(rr||{}),te=rr;var ar=(J=>(J.CANCELED="CANCELED",J.REJECTED="REJECTED",J.REMOVED="REMOVED",J.HUNGUP="HUNGUP",J.MISSED="MISSED",J.BUSY="BUSY",J.FAILED="FAILED",J.NETWORK_ERROR="NETWORK_ERROR",J.KILLED="KILLED",J.BANNED="BANNED",J.HAS_ACTIVE_CALL="HAS_ACTIVE_CALL",J.CALLER_IS_BLOCKED="CALLER_IS_BLOCKED",J.NOT_FRIENDS="NOT_FRIENDS",J.CALLEE_IS_OFFLINE="CALLEE_IS_OFFLINE",J.UNKNOWN_ERROR="UNKNOWN_ERROR",J.UNSUPPORTED="UNSUPPORTED",J.OLD_VERSION="OLD_VERSION",J.SERVICE_DISABLED="SERVICE_DISABLED",J.EXTERNAL_API_ERROR="EXTERNAL_API_ERROR",J.SOCKET_CLOSED="SOCKET_CLOSED",J.ENDED="ENDED",J.KILLED_WITHOUT_DELETE="KILLED_WITHOUT_DELETE",J))(ar||{}),R=ar;var nr=(i=>(i.AUDIO="AUDIO",i.VIDEO="VIDEO",i.SCREEN_SHARING="SCREEN_SHARING",i))(nr||{}),le=nr;var sr=(i=>(i.UNMUTE="UNMUTE",i.MUTE="MUTE",i.MUTE_PERMANENT="MUTE_PERMANENT",i))(sr||{}),je=sr;var or=(r=>(r.CALLED="CALLED",r.ACCEPTED="ACCEPTED",r.REJECTED="REJECTED",r.HUNGUP="HUNGUP",r))(or||{}),W=or;var cr=(r=>(r.START="start",r.ACCEPT="accept",r.JOIN="join",r.RETRY="retry",r))(cr||{}),Ge=cr;var dr=(i=>(i.NOTIFICATION="NOTIFICATION",i.FAILED="FAILED",i.RECONNECT="RECONNECT",i))(dr||{}),ve=dr;var pr=(b=>(b.TRANSMITTED_DATA="transmitted-data",b.ACCEPTED_CALL="accepted-call",b.HUNGUP="hungup",b.PARTICIPANT_ADDED="participant-added",b.PARTICIPANT_JOINED="participant-joined",b.CLOSED_CONVERSATION="closed-conversation",b.MEDIA_SETTINGS_CHANGED="media-settings-changed",b.PARTICIPANT_STATE_CHANGED="participant-state-changed",b.RATE_CALL_DATA="rate-call-data",b.FEATURE_SET_CHANGED="feature-set-changed",b.TOPOLOGY_CHANGED="topology-changed",b.PRODUCER_UPDATED="producer-updated",b.CONSUMER_ANSWERED="consumer-answered",b.MULTIPARTY_CHAT_CREATED="multiparty-chat-created",b.FORCE_MEDIA_SETTINGS_CHANGE="force-media-settings-change",b.SETTINGS_UPDATE="settings-update",b.VIDEO_QUALITY_UPDATE="video-quality-update",b.REGISTERED_PEER="registered-peer",b.SWITCH_MICRO="switch-micro",b.RECORD_STARTED="record-started",b.RECORD_STOPPED="record-stopped",b.REALLOC_CON="realloc-con",b.AUDIO_ACTIVITY="audio-activity",b.SPEAKER_CHANGED="speaker-changed",b.STALLED_ACTIVITY="stalled-activity",b.CHAT_MESSAGE="chat-message",b.CUSTOM_DATA="custom-data",b.ROLES_CHANGED="roles-changed",b.MUTE_PARTICIPANT="mute-participant",b.PIN_PARTICIPANT="pin-participant",b.OPTIONS_CHANGED="options-changed",b.NETWORK_STATUS="network-status",b.PARTICIPANT_SOURCES_UPDATE="participant-sources-update",b.PROMOTE_PARTICIPANT="promote-participant",b.CHAT_ROOM_UPDATED="chat-room-updated",b.PROMOTION_APPROVED="promotion-approved",b.JOIN_LINK_CHANGED="join-link-changed",b))(pr||{}),O=pr;var lr=(u=>(u.ERROR="callError",u.DEVICES="callDevices",u.CALL_SPEC_ERROR="callSpecError",u.ICE_CONNECTION_STATE="callIceConnectionState",u.ICE_CONNECTION_TYPE="callIceConnectionType",u.ICE_RESTART="callIceRestart",u.PUSH="callPush",u.OUTGOING_CALL="callStart",u.OUTGOING_MULTIPARTY_CALL="callStartMultiparty",u.JOIN_CONVERSATION="callJoinConversation",u.ACCEPTED_OUTGOING="callAcceptedOutgoing",u.ACCEPT_INCOMING="callAcceptIncoming",u.DECLINE_INCOMING="callDeclineIncoming",u.ACCEPT_CONCURRENT="callAcceptConcurrent",u.HANGUP="callHangup",u.MEDIA_STATUS="callMediaStatus",u.DEVICE_CHANGED="callDeviceChanged",u.SOCKET_ACTION="callSocketAction",u.ADD_PARTICIPANT="callAddParticipant",u.REMOVE_PARTICIPANT="callRemoveParticipant",u.POOR_CONNECTION="callPoorConnection",u.TOPOLOGY_CHANGE_REQUESTED="callTopologyChangeRequested",u.RELAY_POLICY="callForceRelay",u.PAT_ALLOCATED="patAllocate",u.PAT_DEALLOCATED="patDeallocate",u.PAT_ERROR="patError",u.PAT_WAITING_TIME_ERROR="patWaitingTimeError",u.PAT_OUTDATED_RESPONSE="patOutdatedResponse",u))(lr||{}),g=lr;var ur=(t=>(t.AUDIO_MIX="audio-mix",t.PARTICIPANT_AGNOSTIC_TRACK_PREFIX="pat",t))(ur||{}),we=ur;var mr=(t=>(t.NO_AVAILABLE_TRACKS="no-available-tracks",t.UNKNOWN_ERROR="unknown-error",t))(mr||{}),hr=mr;function _r(a){switch(a){case 1:return"no-available-tracks";default:return"unknown-error"}}var gr=(t=>(t.CREATOR="CREATOR",t.ADMIN="ADMIN",t))(gr||{}),rt=gr;function Tt(a,e){if(a.length!==e.length)return!1;for(let t of a)if(!e.includes(t))return!1;return!0}var fr=(t=>(t.USER="USER",t.GROUP="GROUP",t))(fr||{}),z=fr;var di=class{constructor(){this._items=[]}get length(){return this._items.length}push(e){this._items.push(e)}shift(){return this._items.shift()||null}bisect(){let e=this.length>1?Math.floor(this.length/2):1;this._items=this._items.slice(e)}clear(){this._items=[]}toString(){return this._items.length?JSON.stringify(this._items,(e,t)=>t instanceof Error?String(t):t):""}};var Sr=2*1024*1024,ma=512*1024,It=100*1024,ha=5,pi="_okcls_logs_session_",_a=3e4,vr=class{constructor(){this._items=[];this._itemsSize=0;this._storageSize=Sr;try{let e=window.localStorage;for(let t of Object.keys(e)){if(t.indexOf(pi)!==0)continue;let i=e.getItem(t);if(!i){Ir(t);continue}let r=Tr(i);this.add(t,r)}}catch(e){console.error("Storage is blocked",e),this._storageSize=0}this._items.sort((e,t)=>e.date-t.date),this.cleanup(It)}get size(){return this._itemsSize}get length(){return this._items.length}get available(){return Math.max(this._storageSize-this._itemsSize,0)}get items(){return this._items}set storageSize(e){this._storageSize=e}add(e,t){let i=parseInt(e.replace(pi,""),10);this._itemsSize+=t,this._items.push({key:e,size:t,date:i})}deleteOldestItem(){let e=this._items.shift();e&&(Ir(e.key),this._itemsSize-=e.size)}cleanup(e){for(;this.length&&(this.size>Sr||this.length>ha-1||this.size+e>this.available);)this.deleteOldestItem()}};function Er(){return`${pi}${Date.now()}`}function Tr(a){return new Blob([a]).size}function Ir(a){try{window.localStorage.removeItem(a)}catch(e){console.error("Failed to remove log from storage",e)}}function li(){let a=Ye.toString();if(!Te.available||!a)return;let e=Tr(a);Te.cleanup(e);try{window.localStorage.setItem(Nt,a)}catch(t){if(console.warn("Failed to write log to storage",t),Te.storageSize=Te.size+e,Te.cleanup(It+e),Te.available>=It+e){li();return}if(e>It){Ye.bisect(),li();return}Te.storageSize=0;return}e>ma&&(Te.add(Nt,e),Nt=Er(),Ye.clear(),Te.cleanup(It))}function ui(){!Te.available||!Ye.length||li()}function ga(a=!1){let e=[];try{let r=window.localStorage;for(let s of Te.items){let p=r.getItem(s.key);e.push(p)}let n=Ye.toString();n&&e.push(n)}catch(r){console.error("Storage is blocked",r)}let t=`[${e.join(",")}]`;if(a)return t;let i=`logs_${Date.now()}.json`;return fa(t,i),i}function fa(a,e){let t=document.createElement("a"),i=new Blob([a],{type:"text/json"});t.href=URL.createObjectURL(i),t.download=e,t.click()}function Cr(a,e){!Te.available||(Ye.push({t:Date.now(),l:a,d:e}),hi||(hi=window.setTimeout(()=>{hi=null,ui()},_a)))}function mi(){Te||(Te=new vr,Ye=new di,Nt=Er(),window.addEventListener("beforeunload",ui))}var Te,Ye,Nt,hi=null;window.__VKCallsSDKLogs__=(a=!1)=>(Te||mi(),ui(),ga(a));import yr from"@vkontakte/libvpx";var Ee=(s=>(s.INIT="init",s.READY="ready",s.FRAME="frame",s.ERROR="error",s.DEBUG="debug",s.LOG_ERROR="log_error",s))(Ee||{});var m=class extends vt{constructor(e,t){super();this._batchInterval=3e3;this._batch=[];this._batchTimeout=null;this._api=e,this._externalLogger=t}_send(e){this._api.log(e)}_sendBatch(){this._stopTimeout(),this._batch.length>0&&(this._send(this._batch),this._batch=[],this._startTimeout())}_startTimeout(){this._batchTimeout=window.setTimeout(()=>this._sendBatch(),this._batchInterval)}_stopTimeout(){this._batchTimeout&&(clearTimeout(this._batchTimeout),this._batchTimeout=null)}_onUnload(){this._sendBatch(),this._stopTimeout()}log(e,t,i=!1){let r={};typeof t!="undefined"&&(r.param=t),this._logInternal(e,r,i),this._externalLogger&&this._externalLogger.log(e,t,i)}logCustom(e,t,i=!1){this._logInternal(e,t,i)}_logInternal(e,t,i){let r={type:1,time:0,operation:e,timestamp:Date.now(),custom:t,uid:this._api.getUserId()};this._batch.push(r),(i||!this._batchTimeout)&&this._sendBatch()}destroy(){this._sendBatch(),this._stopTimeout(),this._externalLogger&&this._externalLogger.destroy()}static create(e,t){m._instance||(m._instance=new m(e,t))}static log(e,t,i=!1){m._instance&&m._instance.log(e,t,i)}static logCustom(e,t,i=!1){m._instance&&m._instance.logCustom(e,t,i)}static destroy(){m._instance&&m._instance.destroy(),m._instance=null}};var Ue=class{constructor(){this._worker=null}_createWorker(s,p){return o(this,arguments,function*(e,t,i=[],r={},n=[]){return new Promise((l,h)=>{let T=i.join(","),y=new Blob([e,`exports.default(${T});`],{type:"application/javascript; charset=utf-8"}),x=window.URL.createObjectURL(y);this._worker=new Worker(x),this._worker.onmessage=N=>{switch(N.data.type){case Ee.READY:l();break;case Ee.ERROR:h(N.data.error);break;case Ee.FRAME:t(N.data);break;case Ee.DEBUG:c.debug(N.data.message);break;case Ee.LOG_ERROR:m.log(g.ERROR,N.data.message);break}},this._sendToWorker(Ee.INIT,r,n)})})}_removeWorker(){var e;(e=this._worker)==null||e.terminate(),this._worker=null}_sendToWorker(e,t={},i=[]){var r;(r=this._worker)==null||r.postMessage(Object.assign({type:e},t),i)}static isBrowserSupported(){throw new Error("Not implemented")}};var at=class extends Ue{init(e){return o(this,null,function*(){c.debug("LibVPxDecoder started"),yield this._createWorker('var exports=(()=>{var b=Object.defineProperty;var E=a=>b(a,"__esModule",{value:!0});var M=(a,p)=>{E(a);for(var e in p)b(a,e,{get:p[e],enumerable:!0})};var V={};M(V,{default:()=>D});var t=(s=>(s.INIT="init",s.READY="ready",s.FRAME="frame",s.ERROR="error",s.DEBUG="debug",s.LOG_ERROR="log_error",s))(t||{});var D=(a,p)=>{let e=null,n=null,g=!0;function y(){return a({locateFile:p}).then(r=>n=r)}function s(r,m,l,R,x){if(!n){self.postMessage({type:t.LOG_ERROR,message:"decoder-init-fail-libvpx"}),self.postMessage({type:t.FRAME,error:"Fatal initialization error"});return}if(g!==l&&(g=l,e&&(e=null,self.postMessage({type:t.DEBUG,message:`LibVPxDecoder codec changed to ${l?"VP9":"VP8"} - reinitialize`}))),!e&&(self.postMessage({type:t.DEBUG,message:`LibVPxDecoder codec ${l?"VP9":"VP8"}`}),e=new n.VpxDecoder,e.debug(x),!e.init(l?n.VpxType.VP9:n.VpxType.VP8))){e=null,self.postMessage({type:t.FRAME,error:"Decoder failed to create"});return}try{e.allocateBuffer(m.byteLength).set(new Uint8Array(m))}catch(o){self.postMessage({type:t.DEBUG,message:o}),e=null,self.postMessage({type:t.FRAME,error:String(o)});return}if(!(e.decode()&&e.nextImage())){self.postMessage({type:t.FRAME,error:"Decode failed"});return}let d=e.getImageBuffer();if(!d){self.postMessage({type:t.FRAME,error:"No decoded data"});return}let c=e.getImageWidth(),f=e.getImageHeight();e.nextImage()&&(self.postMessage({type:t.DEBUG,message:"LibVPxDecoder dropped frame"}),self.postMessage({type:t.LOG_ERROR,message:"LibVPxDecoder-drop"}));let i=new Uint8ClampedArray(d.byteLength);if(i.set(d),R){let o=new ImageData(i,c,f);createImageBitmap(o,0,0,c,f).then(u=>{self.postMessage({type:t.FRAME,data:u},[u]),u.close()})}else self.postMessage({type:t.FRAME,data:i.buffer,width:c,height:f},[i.buffer])}y().then(()=>{self.onmessage=r=>{switch(r.data.type){case t.FRAME:s(r.data.timestamp,r.data.data,r.data.isVP9,r.data.useImageBitmap,r.data.debug);break}},self.postMessage({type:t.READY})}).catch(r=>{self.postMessage({type:t.ERROR,error:String(r)})})};return V;})();\n',t=>{if(t.error)c.warn("LibVPxDecoder",t.error);else if(t.data instanceof ArrayBuffer){let i=new ImageData(new Uint8ClampedArray(t.data),t.width,t.height);e(i)}else e(t.data)},[yr,yr.getUrl])})}decodeFrame(e,t,i,r){let n="ImageBitmap"in window;this._sendToWorker(Ee.FRAME,{timestamp:e,data:t.buffer,isVP9:i,keyFrame:r,useImageBitmap:n,debug:c.enabled()},[t.buffer])}destroy(){this._removeWorker(),c.debug("LibVPxDecoder destroyed")}static isBrowserSupported(){return"WebAssembly"in window&&"Worker"in window}};var _i="_okcls_",nt=(()=>{try{let a=Date.now().toString(),e=window.localStorage,t=!1;return e.setItem(a,a),t=e.getItem(a)===a,e.removeItem(a),t?e:null}catch(a){return null}})();function va(a){let e=nt?nt.getItem(_i+a):null;if(e===null)return null;try{return JSON.parse(e)}catch(t){return null}}function Ea(a,e){try{nt&&nt.setItem(_i+a,JSON.stringify(e))}catch(t){}}function Ta(a){nt&&nt.removeItem(_i+a)}var gi;(i=>{function a(r){return va(r)||null}i.get=a;function e(r,n){Ea(r,n)}i.set=e;function t(r){Ta(r)}i.remove=t})(gi||(gi={}));var Ke=gi;function Pr(a,e){if(a.isAudioEnabled!==e.isAudioEnabled||a.isVideoEnabled!==e.isVideoEnabled||a.isScreenSharingEnabled!==e.isScreenSharingEnabled||a.videoStreams.length!==e.videoStreams.length)return!1;for(let t of a.videoStreams)if(!e.videoStreams.find(i=>i.id===t.id&&i.source===t.source))return!1;return!0}function ge(a){return Object.assign({isAudioEnabled:!1,isVideoEnabled:!1,isScreenSharingEnabled:!1,videoStreams:[]},a||{})}var Rr=a=>a.stop(),br=a=>a.getTracks().forEach(Rr),fi=a=>a.getVideoTracks().forEach(Rr),Mr=a=>a.getVideoTracks()[0].clone();var w=class extends Error{constructor(e,t){super();this.name="HangupReason",this.code=t&&t.code||0,this.remote=t&&t.remote||!1,Object.values(R).indexOf(e)>-1?this.hangup=e:this.error=e;let i=[];this.error&&i.push("error"),this.remote&&i.push("remote"),this.code&&i.push(`code: ${this.code}`),t&&t.message&&i.push(`message: '${t.message}'`),this.message=e+(i.length?` (${i.join(", ")})`:""),Error.captureStackTrace&&Error.captureStackTrace(this,w)}};var Ce=(i=>(i.SOURCE_CHANGED="SOURCE_CHANGED",i.TRACK_REPLACED="TRACK_REPLACED",i.SCREEN_STATUS="SCREEN_STATUS",i))(Ce||{}),se=(i=>(i.audio="audio",i.video="video",i.screen="screen",i))(se||{}),Si=class extends Q{constructor(){super();this._stream=null;this._trackVideoStreamBackup=null;this._screenTrack=null;this._sendVideoTrack=null;this._mediaSettings=ge();this._videoStatusOnScreenCapturingEnabled=!1;this._effect=null;this._initDeviceChangeListener()}request(){return o(this,arguments,function*(e=[le.AUDIO],t=!0){if(this._stream)return;let i=e.includes(le.VIDEO),r=e.includes(le.AUDIO);if(!C.isBrowserSupported())throw new w(te.UNSUPPORTED);try{this._stream=yield C.getUserMedia(i,r,t),this._mediaSettings.isVideoEnabled=i&&this._stream.getVideoTracks().filter(n=>n.enabled).length>0||!1,this._mediaSettings.isAudioEnabled=r&&this._stream.getAudioTracks().filter(n=>n.enabled).length>0||!1}catch(n){throw new w(n)}})}getStream(){return this._stream}getScreenTrack(){return this._screenTrack}getSendVideoTrack(e=!1){return this._sendVideoTrack&&!e?this._sendVideoTrack:this._stream?this._stream.getVideoTracks()[0]:null}_getSendAudioTrack(){var e;return((e=this._stream)==null?void 0:e.getAudioTracks()[0])||null}addTrackToPeerConnection(e,t,i,r){let n=this.getStream(),s=this._getSendAudioTrack(),p=this.getSendVideoTrack(i);if(!n||!s&&!p&&!t)throw new Error("No local stream found");if(s&&!t){if(r){let{codecs:l}=RTCRtpSender.getCapabilities("audio"),h="audio/red",T=48e3,y=l.findIndex(x=>x.mimeType===h&&x.clockRate===T);if(y>=0){let x=[];x.push(l[y]);for(let N=0;N<l.length;N++)N!==y&&x.push(l[N]);e.getTransceivers().forEach(N=>N.setCodecPreferences(x))}}e.addTrack(s,n)}p&&!t&&e.addTrack(p,n)}getMediaSettings(){return this._mediaSettings}changeDevice(e){return o(this,null,function*(){switch(e){case"videoinput":return this._changeVideoInput();case"audioinput":return this._changeAudioInput();default:return Promise.reject()}})}setVideoStream(e,t){return o(this,null,function*(){return t?this._changeScreen(e):this._changeVideoInput(e)})}_initDeviceChangeListener(){if(!navigator.mediaDevices||!navigator.mediaDevices.enumerateDevices||!navigator.mediaDevices.addEventListener)return;let e=!1,t=!1,i=f.throttle(()=>{t&&this._changeVideoInput().catch(()=>{}),e&&this._changeAudioInput().catch(()=>{}),e=!1,t=!1},1e3);this._onDeviceChange=()=>o(this,null,function*(){if(!this._stream)return;let r=this._stream.getAudioTracks()[0],n=r&&r.enabled&&r.getSettings(),s=n&&n.deviceId,p=this._stream.getVideoTracks()[0],l=p&&p.enabled&&p.getSettings(),h=l&&l.deviceId;if(!s&&!h)return;let T=yield navigator.mediaDevices.enumerateDevices();!e&&s&&(e=!T.find(y=>y.deviceId===s)),!t&&h&&(t=!T.find(y=>y.deviceId===h)),i()}),navigator.mediaDevices.addEventListener("devicechange",this._onDeviceChange)}_destroyDeviceChangeListener(){this._onDeviceChange&&navigator.mediaDevices.removeEventListener("devicechange",this._onDeviceChange)}_changeVideoInput(e=null){return o(this,null,function*(){try{let t=e?"stream":"video",i=e||(yield C.getUserVideo(void 0,!!this._effect));if(!this._stream)i.getTracks().forEach(r=>r.stop());else{d.consumerScreenTrack||this._disableScreenCapture();let r=this._getVideoEffectTrack(i),n=yield this._videoEffect(this._effect,r);this._stopLocalTrack("video"),m.log(g.DEVICE_CHANGED,t),c.log("Video stream changed"),yield this._replaceLocalTrack(n),this._mediaSettings.isVideoEnabled=!0,this._triggerEvent("SOURCE_CHANGED",{kind:"video",mediaSettings:this._mediaSettings})}}catch(t){throw m.log(g.ERROR,"change_video"),c.warn("Camera change failed",t),t}})}_getVideoEffectTrack(e){let t;return this._effect?(this._trackVideoStreamBackup||(this._trackVideoStreamBackup=Mr(e)),t=this._trackVideoStreamBackup.clone(),fi(e)):this._trackVideoStreamBackup?(t=this._trackVideoStreamBackup.clone(),this._stopAndRemoveTrackVideoStreamBackup(),fi(e)):t=e.getVideoTracks()[0],t}setAudioStream(e){return o(this,null,function*(){return this._changeAudioInput(e)})}_changeAudioInput(e=null){return o(this,null,function*(){try{if(e=e||(yield C.getUserAudio()),!this._stream)e.getTracks().forEach(t=>t.stop());else{let t=e.getAudioTracks()[0];this._stopLocalTrack("audio"),m.log(g.DEVICE_CHANGED,"audio"),c.log("Audio stream changed"),yield this._replaceLocalTrack(t),this._mediaSettings.isAudioEnabled=!0,this._triggerEvent("SOURCE_CHANGED",{kind:"audio",mediaSettings:this._mediaSettings})}}catch(t){throw m.log(g.ERROR,"change_audio"),c.error("Microphone change failed",t),t}})}_changeScreen(e){return o(this,null,function*(){try{if(e=e||(yield C.getScreenMedia()),e.addEventListener("inactive",()=>{this._mediaSettings.isScreenSharingEnabled&&this.toggleScreenCapturing(!1)},!1),!this._stream)e.getTracks().forEach(t=>t.stop());else{let t=e.getVideoTracks()[0],i=d.consumerScreenTrack?t:yield this._videoEffect(null,t);m.log(g.DEVICE_CHANGED,"screen"),c.log("Screen capturing started"),this._screenTrack=i,this._mediaSettings.isScreenSharingEnabled=!0,d.consumerScreenTrack||(this._videoStatusOnScreenCapturingEnabled=this._mediaSettings.isVideoEnabled,this._mediaSettings.isVideoEnabled=!0,this._stopLocalTrack("video"),this._sendVideoTrack=d.consumerScreenDataChannel?C.getBlackMediaTrack(d.videoMinWidth,d.videoMinHeight):i,yield this._replaceLocalTrack(i,this._sendVideoTrack)),this._triggerEvent("SCREEN_STATUS",{track:i,mediaSettings:this._mediaSettings}),this._triggerEvent("SOURCE_CHANGED",{kind:"screen",mediaSettings:this._mediaSettings})}}catch(t){throw m.log(g.ERROR,"screen"),c.warn("Screen capturing failed",t),t}})}_disableScreenCapture(){this._sendVideoTrack&&(this._sendVideoTrack.stop(),this._sendVideoTrack=null),this._screenTrack&&(this._screenTrack.stop(),this._screenTrack=null),this._mediaSettings.isScreenSharingEnabled&&(this._mediaSettings.isScreenSharingEnabled=!1,this._triggerEvent("SCREEN_STATUS",{mediaSettings:this._mediaSettings}),this._triggerEvent("SOURCE_CHANGED",{kind:"screen",mediaSettings:this._mediaSettings}))}_replaceLocalTrack(e,t){return o(this,null,function*(){!this._stream||this._stream.getTracks().forEach(i=>{var r,n;i.kind===e.kind&&((r=this._stream)==null||r.removeTrack(i),(n=this._stream)==null||n.addTrack(e),this._triggerEvent("TRACK_REPLACED",e,t))})})}_stopLocalTrack(e){this._stream&&this._stream.getTracks().forEach(t=>{t.kind===e&&t.stop()})}_videoEffect(e,t){return o(this,null,function*(){if(!d.videoEffects)return t;try{return m.log(g.DEVICE_CHANGED,`effect_${e}`),d.videoEffects.setEffect(e,t)}catch(i){return c.warn("Video effect failed",i),t}})}_stopAndRemoveTrackVideoStreamBackup(){this._trackVideoStreamBackup&&(this._trackVideoStreamBackup.stop(),this._trackVideoStreamBackup=null)}destroy(){this._destroyDeviceChangeListener(),d.videoEffects&&(this._effect=null,d.videoEffects.destroy()),this._stream&&(br(this._stream),this._stream=null),this._stopAndRemoveTrackVideoStreamBackup(),this._disableScreenCapture()}toggleScreenCapturing(e){return o(this,null,function*(){return e?this._changeScreen():d.consumerScreenTrack?this._disableScreenCapture():this._videoStatusOnScreenCapturingEnabled?this._changeVideoInput():this.toggleVideo(!1)})}toggleVideo(e){return o(this,null,function*(){if(!this._stream)return;d.consumerScreenTrack||this._disableScreenCapture();let t;if(e){let i=yield C.getUserVideo(void 0,!!this._effect);t=this._getVideoEffectTrack(i),t=yield this._videoEffect(this._effect,t)}else t=C.getBlackMediaTrack(d.videoMinWidth,d.videoMinHeight),t=yield this._videoEffect(null,t),this._stopAndRemoveTrackVideoStreamBackup();this._stopLocalTrack("video"),yield this._replaceLocalTrack(t),this._mediaSettings.isVideoEnabled=e,this._triggerEvent("SOURCE_CHANGED",{kind:"video",mediaSettings:this._mediaSettings})})}toggleAudio(e){return o(this,null,function*(){if(!this._stream)return;let t;e?t=(yield C.getUserAudio()).getAudioTracks()[0]:t=C.getSilentMediaTrack(),this._stopLocalTrack("audio"),yield this._replaceLocalTrack(t),this._mediaSettings.isAudioEnabled=e,this._triggerEvent("SOURCE_CHANGED",{kind:"audio",mediaSettings:this._mediaSettings})})}setResolution(e,t){return o(this,null,function*(){if(!d.consumerScreenTrack&&this._mediaSettings.isScreenSharingEnabled)return;if(!this._stream)throw new Error("Local stream not found");let i=this._stream.getVideoTracks()[0];if(!i)throw new Error("Local video track not found");if(!!i.enabled){if(!this._effect)return i.applyConstraints({width:{ideal:e},height:{ideal:t}});yield this.toggleVideo(!1),yield this.toggleVideo(!0)}})}updateNoiseSuppression(){return o(this,null,function*(){if(!this._stream||!this._mediaSettings.isAudioEnabled)return;let e=this._stream.getAudioTracks()[0];if(!e)throw new Error("Local audio track not found");if(!!e.enabled)return e.applyConstraints({noiseSuppression:d.noiseSuppression})})}videoEffect(e){return o(this,null,function*(){if(!d.videoEffects)throw new Error("Video Effects library is not set");if(!d.consumerScreenTrack&&this._mediaSettings.isScreenSharingEnabled)throw new Error("Can't apply effect to screensharing");if(!this._mediaSettings.isVideoEnabled){this._effect=e;return}if(this._stream&&e!==this._effect)return this._effect=e,this._changeVideoInput(this._stream)})}};var st=":",Ut="d",vi;(Ki=>{function a(u,I,P,B,A=!1,G=!1){let M=/[\r\n]+/,K=`\r
8
- `;if(!I&&!P&&!B&&!G)return A?D(u.split(M)).join(K):u;function D(ne){let Ne=["a=rtcp-fb:111 nack","a=rtcp-fb:111 nack pli"],me="a=rtcp-fb:111",ie=ne.findIndex(X=>X.startsWith(me));return~ie&&(ne[ie]=ne[ie]+K+Ne.join(K)),ne}function b(ne,Ne,me){let ie=ne.split(" "),X=ie.slice(0,3),pe;for(pe=3;pe<ie.length;pe++)me.includes(ie[pe])&&X.push(ie[pe]);for(pe=3;pe<ie.length;pe++)!me.includes(ie[pe])&&!Ne.includes(ie[pe])&&X.push(ie[pe]);return X.join(" ")}function _e(ne,Ne){let me=new RegExp("a=rtpmap:(\\d+) ([a-zA-Z0-9-]+)\\/\\d+"),ie,X=[];for(ie=0;ie<ne.length;++ie){let pe=ne[ie].match(me);pe&&pe.length===3&&pe[2]===Ne&&X.push(pe[1])}return X}function re(ne,Ne,me,ie){let X,pe="m="+Ne;for(X=0;X<ne.length;++X)if(ne[X].startsWith(pe)){ne[X]=b(ne[X],me,ie);break}}let ke=[],ee=u.split(M);(P||I)&&(ke=_e(ee,"H264"));let Ae=[];B&&(Ae=_e(ee,"VP9"));let Oe=[];if(G&&(Oe=_e(ee,"red")),P){let ne=ke.slice(0),Ne=new RegExp("a=fmtp:(\\d+) apt=(\\d+)"),me;for(me=0;me<ee.length;++me){let X=ee[me].match(Ne);X&&X.length===3&&ne.includes(X[2])&&ne.push(X[1])}let ie=new RegExp("a=(rtpmap|rtcp-fb|fmtp):(\\d+) .*");for(me=ee.length;me--;){let X=ee[me].match(ie);X&&X.length===3&&ne.includes(X[2])&&ee.splice(me,1)}re(ee,"video",ne,[])}else I&&re(ee,"video",[],ke);return B&&re(ee,"video",[],Ae),G&&Oe.length>0&&re(ee,"audio",[],Oe),A&&D(ee),ee.join(K)}Ki.patchSDP=a;function e(u){return u?`${u.type||"WEB_SOCKET"}_${u.id}`:"_"}Ki.getPeerIdString=e;function t(u,I){return u&&u.id===I.id&&(u.type||"WEB_SOCKET")===(I.type||"WEB_SOCKET")}Ki.comparePeerId=t;function i(u){return o(this,null,function*(){return!u||!u.getStats?Promise.resolve(null):u.getStats(null).then(I=>{let P=null,B=null;if(I.forEach(A=>{A.type==="transport"&&A.selectedCandidatePairId?B=I.get(A.selectedCandidatePairId):A.type==="candidate-pair"&&A.state==="succeeded"&&!B&&(!A.hasOwnProperty("selected")||A.selected)&&(B=A)}),B&&B.localCandidateId){let A=I.get(B.localCandidateId);A&&(P={type:A.candidateType,ip:A.ip||A.ipAddress,port:A.port||A.portNumber})}return P}).catch(()=>null)})}Ki.getPeerConnectionHostInfo=i;let r=/^[0-9]+$/,n=/^([gu])([0-9]+)$/;function s(u,I){let P=String(u);return n.test(P)?(c.warn(`Already composite id [${u}] type supplied [${I}]`),P):I===z.GROUP?"g"+P:I===z.USER?"u"+P:(c.warn(`Unknown type [${I}] for id [${u}]`),P.match(r)?"u"+P:P)}Ki.composeUserId=s;function p(u,I,P){let B=s(u,I);return l(B,P)}Ki.composeParticipantId=p;function l(u,I){return I?u+st+Ut+I:u}Ki.compose=l;function h(u){return p(u.id,u.idType||z.USER,u.deviceIdx||0)}Ki.composeId=h;function T(u){return u.participant?h(u.participant):p(u.participantId,u.participantType||z.USER,u.deviceIdx||0)}Ki.composeMessageId=T;function y(u){let I=String(u),P=I.match(n);return P?{id:Number(P[2]),type:P[1]==="g"?z.GROUP:z.USER}:(c.warn(`Unsupported compositeId [${u}]`),{id:Number(I),type:z.USER})}Ki.decomposeId=y;function x(u){let I=u.split(st+Ut);return{compositeUserId:I[0],deviceIdx:I.length>1?parseInt(I[1],10):0}}Ki.decomposeParticipantId=x;function N(){var M,K;let u=(K=(M=window.crypto)==null?void 0:M.randomUUID)==null?void 0:K.call(M);if(u)return u;let I="0123456789abcdefghijklmnopqrstuvwxyz".split(""),P=new Array(36),B=0,A,G;for(G=0;G<36;G++)G===8||G===13||G===18||G===23?P[G]="-":G===14?P[G]="4":(B<=2&&(B=33554432+Math.random()*16777216|0),A=B&15,B=B>>4,P[G]=I[G===19?A&3|8:A]);return P.join("")}Ki.uuid=N;function $(u,I){let P;function B(){let A=this,G=arguments;P&&window.clearTimeout(P),P=window.setTimeout(()=>{u.apply(A,G)},I)}return B}Ki.throttle=$;function Se(u){if(!window.BigInt)return null;let I="",P=u.split(`
9
- `);for(let G of P)if(G.startsWith("a=fingerprint")){let M=G.split(" ");if(M.length===2){I=M[1];break}}if(!I)return BigInt(-1);let B=I.split(":"),A=BigInt(0);for(let G=Math.min(7,B.length-1);G>=0;G--){let M=BigInt(parseInt(B[G],16));A<<=BigInt(8),A|=M}return BigInt.asIntN(64,A)}Ki.sdpFingerprint=Se;function Le(u){return o(this,null,function*(){return new Promise(I=>window.setTimeout(I,u))})}Ki.delay=Le;function ue(u,I,P){let B=[];return u.getSenders().forEach(A=>Je(I,A,A.track,P,B)),B}Ki.applySettings=ue;function Je(u,I,P,B,A){var G;if(u&&P&&P.kind===se.video){let M=P.getSettings();if(M){let K=u.maxBitrateK?u.maxBitrateK*1024:null,D=M.width,b=M.height,_e=D&&b&&u.maxDimension?Math.max(1,Math.max(D,b)/u.maxDimension):null,re=u.maxFramerate?u.maxFramerate:null,ke=u.degradationPreference?u.degradationPreference:"balanced",ee=B[P.id];if(ee&&ee.bitrate===K&&ee.scaleResolutionDownBy===_e&&ee.maxFramerate===re&&ee.degradationPreference===ke){A[P.id]=ee;return}A[P.id]={bitrate:K,scaleResolutionDownBy:_e,maxFramerate:re,degradationPreference:ke};let Ae=I.getParameters();Ae.encodings||(Ae.encodings=[{}]),Ae.encodings.forEach(Oe=>{K?Oe.maxBitrate=K:delete Oe.maxBitrate,_e?Oe.scaleResolutionDownBy=_e:delete Oe.scaleResolutionDownBy,re?Oe.maxFramerate=re:delete Oe.maxFramerate}),Ae.degradationPreference=ke,(G=I.setParameters)==null||G.call(I,Ae)}}}Ki.applyVideoTrackSettings=Je;function de(u,I){Array.isArray(I)||(I=[I]);for(let P of I)if(u.includes(P))return!0;return!1}Ki.includesOneOf=de;function Me(u){var I;return Object.entries(((I=u.participantState)==null?void 0:I.state)||{}).reduce((P,[B,A])=>(u.participantState&&(P[B]={ts:u.participantState.stateUpdateTs[B],state:A}),P),{})}Ki.mapParticipantState=Me;function De(u){let I=u.map(P=>({uid:P.externalId,mediaSettings:P.mediaSettings,status:P.status,muteStates:P.muteStates,unmuteOptions:P.unmuteOptions,participantState:P.participantState,markers:P.markers}));return d.filterObservers?I.filter(P=>!P.uid.observer):I}Ki.mapSharedParticipants=De;function J(u,I){let P=Object.keys(u),B=Object.keys(I);if(P.length!==B.length)return!1;for(let A of P)if(!B.hasOwnProperty(A)||u[A].state!==I[A].state||u[A].ts!==I[A].ts)return!1;return!0}Ki.isEqualParticipantState=J;function Gi(u,I){let P=Object.keys(u),B=Object.keys(I);if(P.length!==B.length)return!1;for(let A of P)if(!I.hasOwnProperty(A)||u[A]!==I[A])return!1;return!0}Ki.isObjectsEquals=Gi;function Hi(u,I){if(u.length!==I.length)return!1;for(let P of u)if(I.indexOf(P)<0)return!1;return!0}Ki.isArraysEquals=Hi;function Wi(u){return!Object.keys(u).length}Ki.isEmptyObject=Wi;function ji(u,I){if(!u&&!I)return 0;if(!u||!I)return u?-1:1;return B(I.rank,u.rank)||B(u.ts,I.ts)||P(u,I);function P(A,G){let M={[z.USER]:0,[z.GROUP]:1},{compositeUserId:K,deviceIdx:D}=x(A.id),{compositeUserId:b,deviceIdx:_e}=x(G.id),{id:re,type:ke}=y(K),{id:ee,type:Ae}=y(b);return B(M[ke],M[Ae])||B(re,ee)||B(D,_e)}function B(A,G){return A<G?-1:A===G?0:1}}Ki.participantMarkerCompare=ji})(vi||(vi={}));var f=vi;var ze=null,Ei=null,Bt=[],Vt=[],Ti=[],Ct=null,yt=null,Ii=null,Ci=!1,yi=!1,Ft,ot,Gt,Dr=!1,kr=!1,Pi=null,Ri="",Ht=[],bi=null,Ar=navigator.appVersion,Ia=navigator.appName,ye=navigator.userAgent,Or=(r=>(r.USER="user",r.ENVIRONMENT="environment",r.LEFT="left",r.RIGHT="right",r))(Or||{}),Pt=class{constructor(e,t=!1,i=d.videoMaxWidth,r=d.videoMaxHeight){let n=!1;if(e){n={noiseSuppression:d.noiseSuppression,echoCancellation:!0,autoGainControl:!0};let p;yt&&(p=yt.deviceId),typeof e=="string"&&(p=e),p&&(n.deviceId={ideal:p})}let s=!1;if(t){s={width:{min:d.videoMinWidth,max:i,ideal:i},height:{min:d.videoMinHeight,max:r,ideal:r},aspectRatio:{ideal:d.videoAspectRatio},frameRate:{ideal:d.videoFrameRate}};let p;Ct&&(p=Ct.deviceId),typeof t=="string"&&(p=t),p&&(s.deviceId={ideal:p}),d.videoFacingMode&&(s.facingMode={ideal:d.videoFacingMode})}this.audio=n,this.video=s,this.needVideo=!!s}getNative(){return Object.assign({},{audio:this.audio,video:this.video})}simplify(){return typeof this.video=="object"&&(this.video.width||this.video.height?(delete this.video.width,delete this.video.height):this.video.aspectRatio?delete this.video.aspectRatio:this.video.frameRate?delete this.video.frameRate:(this.video.deviceId||this.video.facingMode)&&(delete this.video.deviceId,delete this.video.facingMode)),typeof this.audio=="object"&&(this.audio.echoCancellation||this.audio.autoGainControl||this.audio.noiseSuppression?(delete this.audio.echoCancellation,delete this.audio.autoGainControl,delete this.audio.noiseSuppression):this.audio.deviceId&&delete this.audio.deviceId),this.video===!0&&this.audio===!0?this.video=!1:this.video===!1&&this.audio===!0?(this.audio=!1,this.video=this.needVideo):this.video===!0&&this.audio===!1&&(this.video=!1),this.video&&!Object.keys(this.video).length&&(this.video=!0),this.audio&&!Object.keys(this.audio).length&&(this.audio=!0),this}canSimplify(){let e=typeof this.video=="object"&&(this.video.width||this.video.height||this.video.aspectRatio||this.video.frameRate||this.video.facingMode||this.video.deviceId)||this.video;return!!(typeof this.audio=="object"&&(this.audio.deviceId||this.audio.noiseSuppression||this.audio.echoCancellation||this.audio.autoGainControl)||this.audio||e)}isVideo(){return!!this.video}isAudio(){return!!this.audio}},wr=class extends Pt{constructor(e,t){super(!1,!0);typeof this.video=="object"?(delete this.video.deviceId,delete this.video.aspectRatio,delete this.video.frameRate,delete this.video.facingMode):this.video={},this.video.cursor="motion",this.video.width=e,this.video.height=t,this.video.frameRate=d.screenFrameRate}};function Ca(){return o(this,null,function*(){ze=null,yield Wt()})}function ya(){ze=null,Wt().then(()=>S.onDeviceChange())}function Wt(){return o(this,null,function*(){return ze||(!navigator.mediaDevices||!navigator.mediaDevices.enumerateDevices?[]:(!Ei&&navigator.mediaDevices.addEventListener&&(Ei=f.throttle(ya,1e3),navigator.mediaDevices.addEventListener("devicechange",Ei)),ze=navigator.mediaDevices.enumerateDevices().then(a=>{Bt=a.filter(r=>r.kind==="videoinput"?(r.label&&(Ci=!0),!0):!1),Vt=a.filter(r=>r.kind==="audioinput"?(r.label?yi=!0:Qe.isMobile()&&Qe.browserName()==="Firefox"&&(yi=Ci),!0):!1),Ti=a.filter(r=>r.kind==="audiooutput");let e=Ke.get("videoinput"),t=Ke.get("audioinput"),i=Ke.get("audiooutput");return Ct=Bt.find(r=>r.deviceId===e)||null,yt=Vt.find(r=>r.deviceId===t)||null,Ii=Ti.find(r=>r.deviceId===i)||null,ze=Promise.resolve(a),a}).catch(()=>(ze=null,[]))))})}function Pa(){return o(this,null,function*(){return Qe.isBrowserSupported()?new Promise(a=>{new window.RTCPeerConnection().createOffer({offerToReceiveVideo:!0}).then(t=>{/^a=rtpmap:\d+ VP8\/\d+$/m.test(t.sdp)&&(Dr=!0),/^a=mid:0$/m.test(t.sdp)&&(kr=!0),a()}).catch(a)}):Promise.resolve()})}function jt(a,e){return o(this,null,function*(){c.debug("Try to get media",a.getNative());let t=Qe.hasPermissions(a.isVideo());!t&&!e&&S.onPermissionsRequested();try{let i=yield navigator.mediaDevices.getUserMedia(a.getNative());return t||(yield Ca()),i}catch(i){switch(i.name){case"PermissionDeniedError":case"PermissionDismissedError":case"NotAllowedError":case"SecurityError":case"DOMException":e=a.isVideo()?te.CAMERA_PERMISSION:te.MIC_PERMISSION;break;case"OverconstrainedError":case"TypeError":case"NotFoundError":break;case"AbortError":case"NotReadableError":e=a.isVideo()?te.CAMERA_ACCESS:te.MIC_ACCESS;break}if(a.canSimplify())return jt(a.simplify(),e);let r=e||te.UNKNOWN;throw S.onPermissionsError(r),r}})}function Ra(a){return o(this,null,function*(){c.debug("Try to get screen",a.getNative());try{let e=yield navigator.mediaDevices.getDisplayMedia(a.getNative()),t=e==null?void 0:e.getVideoTracks()[0];return t&&(c.debug("Got display media track",t.id),t.contentHint="text"),e}catch(e){switch(e.name){case"PermissionDeniedError":case"NotAllowedError":case"SecurityError":throw te.SCREEN_PERMISSION;default:throw te.SCREEN_ACCESS}}})}function Kt(){return Ht.length||(Ht=(()=>{let a,e=!1,t=0,i="0",r=ye.match(/(opera|chrome|safari|firefox|msie|trident(?=\/))\/?\s*(\d+)/i)||[];if(/trident/i.test(r[1]))return a=/\brv[ :]+(\d+)/g.exec(ye),["IE",a&&a[1]||"Unknown",e,t,i];if(r[1]==="Safari"){if(a=ye.match(/\bEdge\/(\d+)/),a)return["Edge",a[1]||"Unknown",e,t,i];if(a=ye.match(/\bCriOS\/(\d+)/),a)return["Chrome",a[1],!0,Number(a[1]),i];if(a=ye.match(/\bFxiOS\/(\d+)/),a)return["Firefox",a[1],!1,t,i];if(a=ye.match(/\bYaBrowser\/(\d+)/),a)return["Yandex",a[1],!1,t,i];if(a=ye.match(/\bOPT\/(\d+)/),a)return["Opera",a[1],!1,t,i]}if(r[1]==="Chrome"){if(e=!0,t=Number(r[2]),a=ye.match(/\bOPR\/(\d+)/),a)return["Opera",a[1]||"Unknown",e,t,i];if(a=ye.match(/\bYaBrowser\/(\d+)/),a)return["Yandex",a[1]||"Unknown",e,t,i];if(a=ye.match(/\bSferum\/((\d+)(?:\.\d+)*)/),a)return["Sferum",a[1]||"Unknown",e,t,i];if(a=ye.match(/\bEdge?\/(\d+)/),a)return["Edge",a[1]||"Unknown",e,t,i];if(typeof window.opr!="undefined"&&/^(.+\.)?ok.ru$/.test(window.location.host))return["Opera","Hidden",e,t,i]}return a=ye.match(/version\/(\d+)(?:(?:\.)(\d+))?/i),a&&a[2]!==void 0&&(i=a[2]),[r[2]?r[1]:Ia,a&&a[1]||r[2]||Ar,e,t,i]})()),Ht}var Qe;(G=>{function a(){return o(this,null,function*(){return yield Pa(),Wt()})}G.init=a;function e(){return Bt}G.getCameras=e;function t(){return Vt}G.getMicrophones=t;function i(){return Ti}G.getOutput=i;function r(){return Bt.length>0}G.hasCamera=r;function n(){return Vt.length>0}G.hasMicrophone=n;function s(){return Ct}G.getSavedCamera=s;function p(){return yt}G.getSavedMicrophone=p;function l(){return Ii}G.getSavedOutput=l;function h(){return Ci}G.hasCameraPermission=h;function T(){return yi}G.hasMicrophonePermission=T;function y(M=!1){return T()?r()&&M?h():!0:!1}G.hasPermissions=y;function x(M=!1,K=!0,D=!0){return o(this,null,function*(){let b=n()&&K,_e=r()&&M,re;if(!b&&!_e)re=new MediaStream;else try{re=yield jt(new Pt(b,_e))}catch(ke){re=new MediaStream}return!re.getVideoTracks().length&&D&&re.addTrack(Je()),!re.getAudioTracks().length&&D&&re.addTrack(ue()),re})}G.getUserMedia=x;function N(){return o(this,null,function*(){return Ra(new wr(window.screen.width,window.screen.height))})}G.getScreenMedia=N;function $(M,K=!1){return o(this,null,function*(){let D=K?d.videoEffectMaxWidth:d.videoMaxWidth,b=K?d.videoEffectMaxHeight:d.videoMaxHeight;return jt(new Pt(!1,M||!0,D,b))})}G.getUserVideo=$;function Se(M){return o(this,null,function*(){return jt(new Pt(M||!0,!1))})}G.getUserAudio=Se;function Le(M,K){return o(this,null,function*(){let b=(yield Wt()).find(_e=>_e.kind===M&&_e.deviceId===K);return b?(M==="videoinput"?Ct=b:M==="audioinput"?yt=b:M==="audiooutput"&&(Ii=b),Ke.set(M,K),b):null})}G.saveDeviceId=Le;function ue(){if(!Gt||Gt.readyState==="ended"){let M=B(),K=M.createMediaStreamDestination(),D=M.createGain();D.gain.value=1e-5,D.connect(K),D.connect(M.destination);let b=M.createOscillator();b.type="sine",b.frequency.value=0,b.connect(D),b.start(),Gt=K.stream.getAudioTracks()[0]}return Object.assign(Gt.clone(),{enabled:!1})}G.getSilentMediaTrack=ue;function Je(M=d.videoMinWidth,K=d.videoMinHeight){return ot||(ot=document.createElement("canvas"),ot.getContext("2d")),ot.width=M,ot.height=K,(!Ft||Ft.readyState==="ended")&&(Ft=ot.captureStream(d.videoFrameRate).getVideoTracks()[0]),Object.assign(Ft.clone(),{enabled:!1})}G.getBlackMediaTrack=Je;function de(){if(u()==="Edge"&&Number(I())<70)return!1;try{let M=window;return navigator.mediaDevices&&navigator.mediaDevices.getUserMedia&&M.RTCPeerConnection&&M.RTCIceCandidate&&M.RTCSessionDescription&&M.HTMLCanvasElement&&M.HTMLCanvasElement.prototype.captureStream&&M.RTCRtpSender&&M.RTCRtpSender.prototype.replaceTrack&&M.RTCRtpSender.prototype.getParameters&&navigator.sendBeacon&&!0||!1}catch(M){return!1}}G.isBrowserSupported=de;function Me(){return!!navigator.mediaDevices.getDisplayMedia}G.isScreenCapturingSupported=Me;function De(){return Dr}G.canVP8=De;function J(){return kr}G.isUnifiedPlan=J;function Gi(){let M=G.browserName()==="Safari"&&G.browserVersion()==="15"&&G.browserSubVersion()==="1",K=G.browserName()==="Opera"&&G.os()==="Windows";return M||K}G.isBrokenH264=Gi;function Hi(){return!(G.baseChromeVersion()&&G.isMobile())}G.canPreferH264=Hi;function Wi(){var M;return((M=window.RTCRtpTransceiver)==null?void 0:M.prototype)&&"setCodecPreferences"in window.RTCRtpTransceiver.prototype}G.canPreferRed=Wi;function ji(){return Ri||(Ri=(()=>{let M={Windows:/Win/,Android:/Android/,OpenBSD:/OpenBSD/,SunOS:/SunOS/,Linux:/(Linux|X11)/,iPad:/(iPad)/,iPhone:/(iPhone)/,iPod:/(iPod)/,MacOS:/(MacPPC|MacIntel|Mac_PowerPC|Macintosh|Mac OS X)/,QNX:/QNX/,UNIX:/UNIX/,BeOS:/BeOS/,OS2:/OS\/2/,Bot:/(nuhk|Googlebot|Yammybot|Openbot|Slurp|MSNBot|Ask Jeeves\/Teoma|ia_archiver)/};for(let K in M)if(M.hasOwnProperty(K)&&M[K].test(ye))return K;return"Unknown"})()),Ri}G.os=ji;function Ki(){return Pi===null&&(Pi=/Mobile|mini|Fennec|Android|iP(ad|od|hone)/.test(Ar)),Pi}G.isMobile=Ki;function u(){return Kt()[0]}G.browserName=u;function I(){return Kt()[1]}G.browserVersion=I;function P(){return Kt()[3]}G.baseChromeVersion=P;function B(){return bi||(bi=new(window.AudioContext||window.webkitAudioContext)),bi}G.getAudioContext=B;function A(){return Kt()[4]}G.browserSubVersion=A})(Qe||(Qe={}));var C=Qe;var He=class extends Ue{init(e){return o(this,null,function*(){c.debug("WebCodecsDecoder started"),yield this._createWorker('var exports=(()=>{var i=Object.defineProperty;var E=a=>i(a,"__esModule",{value:!0});var g=(a,e)=>{E(a);for(var t in e)i(a,t,{get:e[t],enumerable:!0})};var V={};g(V,{default:()=>D});var n=(t=>(t.VP9="vp09.00.50.08",t.VP8="vp8",t))(n||{}),o=(r=>(r.INIT="init",r.READY="ready",r.FRAME="frame",r.ERROR="error",r.DEBUG="debug",r.LOG_ERROR="log_error",r))(o||{});var D=a=>{let e=null,t=!0;function p(){self.postMessage({type:o.READY})}function f(d,r,s,l=!1){if(!e||t!==s){if(!l){self.postMessage({type:o.DEBUG,message:"WebCodecsDecoder dropped frame - waiting for keyframe"});return}t=s,e?self.postMessage({type:o.DEBUG,message:`WebCodecsDecoder codec changed to ${s?"VP9":"VP8"}`}):(self.postMessage({type:o.DEBUG,message:`WebCodecsDecoder codec ${s?"VP9":"VP8"}`}),e=new VideoDecoder({output:c=>{let m=a?[c]:[];self.postMessage({type:o.FRAME,data:c},m),c.close()},error:c=>{e&&e.state!=="closed"&&e.close(),e=null,self.postMessage({type:o.FRAME,error:"WebCodecsDecoder failed, reinitialize"})}})),e.configure({codec:s?n.VP9:n.VP8})}let u=new EncodedVideoChunk({type:l?"key":"delta",timestamp:d,data:r});e.decode(u)}self.onmessage=d=>{switch(d.data.type){case o.INIT:p();break;case o.FRAME:f(d.data.timestamp,d.data.data,d.data.isVP9,d.data.keyFrame);break}}};return V;})();\n',t=>{t.error?c.warn("WebCodecsDecoder",t.error):e(t.data)},[C.baseChromeVersion()>=92])})}decodeFrame(e,t,i,r=!1){this._sendToWorker(Ee.FRAME,{timestamp:e,data:t.buffer,isVP9:i,keyFrame:r},[t.buffer])}destroy(){this._removeWorker(),c.debug("WebCodecsDecoder destroyed")}static isBrowserSupported(){return"VideoDecoder"in window&&"Worker"in window&&"VideoFrame"in window}};import{BitStream as ba}from"bit-buffer";var Ma=65536,Xe=class{constructor(e,t){this._chunks=[];this._participantId=e,this._onStream=t}appendChunk(e){let t=this._chunks.length;if(e.start)t&&(c.warn("[FrameBuilder] Cleanup buffer",Array.prototype.slice.call(this._chunks)),this._chunks=[]);else if(!t||(this._chunks[t-1].sequence+1)%Ma!==e.sequence){c.warn("[FrameBuilder] Got incorrect chunk");return}if(this._chunks.push(e),e.end){let i=this._processFrameData(),{width:r,height:n}=Xe.getFrameSize(i);this._processFrame({timestamp:e.timestamp,frameData:i,isVP9:e.isVP9,keyframe:e.keyframe,width:r,height:n})}}destroy(){this._chunks=[]}_processFrameData(){let e=this._chunks;this._chunks=[];let t=e.reduce((n,s)=>n+s.data.byteLength,0),i=new Uint8Array(t),r=0;for(let n of e)i.set(new Uint8Array(n.data),r),r+=n.data.byteLength;return i}static getFrameSize(e){let t={width:0,height:0},i=new ba(e.buffer);i.bigEndian=!0,i.index+=2;let r=i.readBits(1),s=i.readBits(1)<<1|r;return s===3&&i.index++,i.readBits(1)===1||i.readBits(1)!==0||(i.index++,i.index++,i.index+=24,s>=2&&i.index++,i.readBits(3)!==7?(i.index++,(s===1||s===3)&&(i.index+=3)):(s===1||s===3)&&i.index++,t.width=i.readBits(16)+1,t.height=i.readBits(16)+1),t}static isBrowserSupported(){throw new Error("Method `isBrowserSupported` is not implemented")}};var ct=class{constructor(e){this._onStream=e}drawFrame(e){return o(this,null,function*(){throw new Error("Method `drawFrame` is not supported by this implementation")})}drawImage(e){throw new Error("Method `drawImage` is not supported by this implementation")}static isBrowserSupported(){throw new Error("Method `isBrowserSupported` is not implemented")}};var Rt=class extends ct{constructor(e){super(e);this._canvas=null;this._canvasContext=null;this._stream=null;this._track=null;c.debug("CanvasRenderer started"),this._useImageBitmap="ImageBitmap"in window}_createStream(e,t){this._canvas||(this._canvas=document.createElement("canvas"),this._canvas.width=e,this._canvas.height=t,this._canvas.style.pointerEvents="none",this._canvas.style.visibility="hidden",this._canvas.style.position="absolute",this._canvas.style.width="160px",this._canvas.style.height="90px",this._canvas.style.bottom="0",this._canvas.style.right="0",this._canvas.style.zIndex="5000",document.body.appendChild(this._canvas),this._useImageBitmap?this._canvasContext=this._canvas.getContext("bitmaprenderer"):this._canvasContext=this._canvas.getContext("2d"),this._stream=this._canvas.captureStream(0),this._track=this._stream.getVideoTracks()[0],this._track.contentHint="text")}_removeStream(){this._stream&&(this._stream.getTracks().forEach(e=>e.stop()),this._stream=null,this._track=null),this._canvasContext=null;try{this._canvas&&document.body.removeChild(this._canvas)}catch(e){}this._canvas=null}_requestCanvasFrame(){this._track&&this._track.requestFrame?this._track.requestFrame():this._stream&&this._stream.requestFrame&&this._stream.requestFrame()}drawFrame(e){return o(this,null,function*(){let t="createImageBitmap"in e?yield e.createImageBitmap():yield createImageBitmap(e);this.drawImage(t),t.close()})}drawImage(e){this._track||(this._createStream(e.width,e.height),this._onStream(this._stream));let t=this._canvas;if(t.width=e.width,t.height=e.height,e instanceof ImageData){let i=this._canvasContext;i.clearRect(0,0,t.width,t.height),i.putImageData(e,0,0)}else this._canvasContext.transferFromImageBitmap(e);this._requestCanvasFrame()}destroy(){this._removeStream(),c.debug("CanvasRenderer destroyed")}static isBrowserSupported(){return("CanvasCaptureMediaStream"in window||"CanvasCaptureMediaStreamTrack"in window)&&!(C.browserName()==="Safari"&&Number(C.browserVersion())===15)}};var dt=class extends ct{constructor(e){super(e);c.debug("TrackGeneratorRenderer started"),this._generator=new MediaStreamTrackGenerator({kind:se.video}),this._writer=this._generator.writable.getWriter(),this._stream=new MediaStream([this._generator]),this._onStream(this._stream)}drawFrame(e){return o(this,null,function*(){yield this._writer.write(e)})}destroy(){this._writer.releaseLock(),this._generator.writable.close().then(()=>this._generator.stop()),c.debug("TrackGeneratorRenderer destroyed")}static isBrowserSupported(){return"VideoFrame"in window&&"MediaStreamTrackGenerator"in window&&He.isBrowserSupported()}};var bt=class extends Xe{constructor(e,t){super(e,t);this._decoderReady=!1;this._decoderQueue=[];c.debug(`StreamBuilder started for participant [${e}]`),dt.isBrowserSupported()?this._renderer=new dt(t):this._renderer=new Rt(t),He.isBrowserSupported()?this._decoder=new He:this._decoder=new at;let i=r=>o(this,null,function*(){"VideoFrame"in window&&r instanceof VideoFrame?yield this._renderer.drawFrame(r):this._renderer.drawImage(r)});this._decoder.init(i).then(()=>{this._decoderReady=!0,this._decodeQueue()})}_processFrame(e){!this._decoderReady||this._decoderQueue.length?(this._decoderQueue.push(e),this._decodeQueue()):this._decoder.decodeFrame(e.timestamp,e.frameData,e.isVP9,e.keyframe)}_decodeQueue(){if(!this._decoderReady)return;let e=this._decoderQueue;this._decoderQueue=[],e.forEach(t=>{this._decoder.decodeFrame(t.timestamp,t.frameData,t.isVP9,t.keyframe)})}destroy(){super.destroy(),this._decoder.destroy(),this._renderer.destroy(),c.debug(`StreamBuilder destroyed for participant ${this._participantId}`)}static isBrowserSupported(){return Rt.isBrowserSupported()||dt.isBrowserSupported()}};var $t=1,Da=1,xr=0,Lr=11,Nr=1,Ur=2,Br=4,Vr=8;function Fr(a,e,t,i,r,n,s){let p=0;e&&(p|=Nr),t&&(p|=Ur),i&&(p|=Br),s||(p|=Vr);let l=new ArrayBuffer(Lr),h=new DataView(l);if(h.setUint8(0,$t),h.setUint16(1,r),h.setUint32(3,a),h.setUint8(7,n?1:0),h.setUint16(8,xr),h.setUint8(10,p),!s)return l;let T=new Uint8Array(l.byteLength+s.byteLength);return T.set(new Uint8Array(l),0),T.set(new Uint8Array(s),l.byteLength),T.buffer}function Gr(a){let e=new DataView(a),t=e.getUint8(0),i=e.getUint16(1),r=e.getUint32(3),n=e.getUint8(7)===1,s=e.getUint16(8),p=e.getUint8(10),l=!!(p&Nr),h=!!(p&Ur),T=!!(p&Br),y=!!(p&Vr);if(t!==$t)throw new Error(`Unexpected protocol version. Got ${t}, expected ${$t}`);return{timestamp:r,start:l,end:h,keyframe:T,sequence:i,isVP9:n,ssrc:s,eos:y,data:a.slice(Lr)}}function Hr(a){if(!a||!a.byteLength||a.byteLength!==4)return!1;let e=new DataView(a);return!(e.getUint8(0)!==$t||e.getUint8(1)!==Da||e.getUint16(2)!==xr)}import*as v from"simple-ebml-builder";var ka=qi(2,15)-1,Mi=1,Aa=5,Oa=5;var qt=class{constructor(e){this._queue=[];this._clearBufferTill=0;this._mediaSource=new MediaSource,this._codec=e;let t=()=>{this._mediaSource.removeEventListener("sourceopen",t),this._initBuffer(),this._handleQueue()};this._mediaSource.addEventListener("sourceopen",t,!1)}_handleQueue(){if(!this._sourceBuffer||this._sourceBuffer.updating||!this._queue.length)return;if(this._clearBufferTill&&this._sourceBuffer.buffered.length){let i=this._sourceBuffer.buffered.start(0);i<this._clearBufferTill&&(this._sourceBuffer.remove(i,this._clearBufferTill),c.debug(`[WebmBuilder] SourceBuffer cleanup from ${i} to ${this._clearBufferTill}`)),this._clearBufferTill=0;return}let e=this._queue;this._queue=[];let t=qt._buildQueue(e);this._sourceBuffer.appendBuffer(t)}static _buildQueue(e){if(e.length){if(e.length===1)return v.build(e[0])}else return new Uint8Array;let t=e.reduce((n,s)=>n+s.countSize(),0),i=new Uint8Array(t),r=0;for(let n of e){let s=v.build(n);i.set(s,r),r+=s.byteLength}return i}_initBuffer(){this._sourceBuffer=this._mediaSource.addSourceBuffer(`video/webm; codecs="${this._codec}"`),this._sourceBuffer.mode="sequence",this._sourceBuffer.addEventListener("updateend",()=>this._handleQueue())}changeType(e){var t;return this._codec=e,(t=this._sourceBuffer)==null?void 0:t.changeType(e)}append(e,t=!1){this._queue.push(e),t&&this._handleQueue()}cleanup(){var n,s,p;((n=this._mediaSource)==null?void 0:n.readyState)==="open"&&((s=this._sourceBuffer)==null||s.abort());let e=(p=this._sourceBuffer)==null?void 0:p.buffered,t=e==null?void 0:e.length;if(!t)return;let i=e.start(0),r=Math.max(0,e.end(t-1)-Aa);r-i>Oa&&(this._clearBufferTill=r)}destroy(){this._queue=[],this._mediaSource.readyState==="open"&&(this._sourceBuffer.abort(),this._mediaSource.endOfStream()),this._sourceBuffer=null,this._clearBufferTill=0}get codec(){return this._codec}get mediaSource(){return this._mediaSource}get buffered(){var e;return(e=this._sourceBuffer)==null?void 0:e.buffered}},xe=class extends Xe{constructor(e,t){super(e,t);this._video=null;this._stream=null;this._earliestTimestamp=0;this._clusterStartTime=0;this._lastFrameTimestamp=0;c.debug(`[WebmBuilder] started for participant [${e}]`)}static _intToU16BE(e){return new Uint8Array([e>>8,e])}static _genWebmHeader(){return v.element(v.ID.EBML,[v.element(v.ID.EBMLVersion,v.number(1)),v.element(v.ID.EBMLReadVersion,v.number(1)),v.element(v.ID.EBMLMaxIDLength,v.number(4)),v.element(v.ID.EBMLMaxSizeLength,v.number(8)),v.element(v.ID.DocType,v.string("webm")),v.element(v.ID.DocTypeVersion,v.number(2)),v.element(v.ID.DocTypeReadVersion,v.number(2))])}static _genSegmentHeader(e,t,i){let r=v.element(v.ID.Info,[v.element(v.ID.TimecodeScale,v.number(1e6)),v.element(v.ID.MuxingApp,v.string("vk-webm-builder")),v.element(v.ID.WritingApp,v.string("vk-webm-builder"))]),n=[v.element(v.ID.PixelWidth,v.number(e)),v.element(v.ID.PixelHeight,v.number(t))],s=v.element(v.ID.Tracks,v.element(v.ID.TrackEntry,[v.element(v.ID.TrackNumber,v.number(Mi)),v.element(v.ID.TrackUID,v.number(Mi)),v.element(v.ID.TrackType,v.number(1)),v.element(v.ID.FlagLacing,v.number(0)),v.element(v.ID.DefaultDuration,v.number(1e9)),v.element(v.ID.CodecID,v.string(`V_${i.toUpperCase()}`)),v.element(v.ID.Video,n)]));return v.unknownSizeElement(v.ID.Segment,[r,s])}static _genClusterHeader(e){return v.unknownSizeElement(v.ID.Cluster,[v.element(v.ID.Timecode,v.number(Math.round(e)))])}_createVideo(e){this._mediaBuffer=new qt(e),this._video=document.createElement("video"),this._video.autoplay=!0,this._video.controls=!1,this._video.muted=!0,this._video.style.pointerEvents="none",this._video.style.visibility="hidden",this._video.style.position="absolute",this._video.style.width="160px",this._video.style.height="90px",this._video.style.bottom="0",this._video.style.right="0",this._video.style.zIndex="5000",this._video.src=URL.createObjectURL(this._mediaBuffer.mediaSource),document.body.appendChild(this._video);let t=()=>{if(this._video.src){c.warn(`[WebmBuilder] Video paused for participant [${this._participantId}], try to play again`);let i=this._video.seekable;i.length&&(this._video.currentTime=i.end(i.length-1)-.1),this._video.play().catch(()=>{})}};this._video.onpause=t,this._video.onwaiting=t,this._video.onstalled=t,this._video.onerror=()=>c.warn(`[WebmBuilder] Video Error for participant [${this._participantId}]`,this._video.error),this._stream=this._video.captureStream(),this._onStream(this._stream)}_processFrame(e){let t=e.isVP9?"vp9":"vp8";this._mediaBuffer?this._mediaBuffer.codec!==t&&this._mediaBuffer.changeType(t):this._createVideo(t);let i=e.timestamp;if(i<=this._lastFrameTimestamp&&(i=this._lastFrameTimestamp+10,c.debug(`[WebmBuilder] Fixup timestamp for participant [${this._participantId}]`)),this._lastFrameTimestamp=i,this._earliestTimestamp)i-=this._earliestTimestamp;else{if(!e.keyframe)return;this._earliestTimestamp=i,i=0}if(e.keyframe){this._clusterStartTime=i,this._mediaBuffer.cleanup(),c.debug(`[WebmBuilder] Segment header for participant [${this._participantId}]`);let s=xe._genWebmHeader();this._mediaBuffer.append(s);let p=xe._genSegmentHeader(e.width,e.height,t);this._mediaBuffer.append(p)}let r=Math.round(i-this._clusterStartTime);if(r>ka&&(this._clusterStartTime=i,r=0),r===0){c.debug(`[WebmBuilder] Cluster header for participant [${this._participantId}]`);let s=xe._genClusterHeader(this._clusterStartTime);this._mediaBuffer.append(s)}let n=v.element(v.ID.SimpleBlock,[v.vintEncodedNumber(Mi),v.bytes(xe._intToU16BE(r)),v.number((e.keyframe?1:0)<<7),v.bytes(e.frameData)]);this._mediaBuffer.append(n,!0)}destroy(){super.destroy(),this._video&&(this._video.onpause=null,this._video.onwaiting=null,this._video.onstalled=null,this._video.onerror=null,this._video.pause(),this._video.src="",document.body.removeChild(this._video)),this._mediaBuffer&&(this._mediaBuffer.destroy(),this._mediaBuffer=null),this._stream&&(this._stream.getTracks().forEach(e=>e.stop()),this._stream=null),c.debug(`[WebmBuilder] destroyed for participant [${this._participantId}]`)}static isBrowserSupported(){var e,t,i;return"captureStream"in((e=window.HTMLVideoElement)==null?void 0:e.prototype)&&((t=window.MediaSource)==null?void 0:t.isTypeSupported('video/webm; codecs="vp8"'))&&((i=window.MediaSource)==null?void 0:i.isTypeSupported('video/webm; codecs="vp9"'))}};var pt=class{constructor(e,t,i,r){this._participantIdRegistry=null;this._streamBuilders={};this._onStream=()=>{};this._onEos=()=>{};c.debug("ScreenCaptureReceiver started"),this._datachannel=e,this._participantIdRegistry=t,this._onStream=i,this._onEos=r,this._datachannel.onmessage=n=>this._onDataChannelMessage(n.data)}_onDataChannelMessage(e){var n,s;let t=Gr(e),i=(s=(n=this._participantIdRegistry)==null?void 0:n.getStreamDescription(t.ssrc))==null?void 0:s.participantId;if(!i){c.warn(`Participant id for ssrc ${t.ssrc} not found in registry`);return}if(t.eos){this.close(i),this._onEos(i);return}let r=this._streamBuilders[i];if(!r){let p=l=>this._onStream(i,l);d.screenShareWebmBuilder&&xe.isBrowserSupported()?r=new xe(i,p):r=new bt(i,p),this._streamBuilders[i]=r}r.appendChunk(t)}close(e){let t=this._streamBuilders[e];t&&(t.destroy(),delete this._streamBuilders[e])}destroy(){this._datachannel.onbufferedamountlow=null,this._datachannel.onmessage=null,this._onStream=()=>{},Object.values(this._streamBuilders).forEach(e=>e.destroy()),this._streamBuilders={},this._participantIdRegistry=null,c.debug("ScreenCaptureReceiver destroyed")}static isBrowserSupported(){return(He.isBrowserSupported()||at.isBrowserSupported())&&(bt.isBrowserSupported()||xe.isBrowserSupported())}};import Wr from"@vkontakte/libvpx";var wa=1e3,Mt=class extends Ue{constructor(e,t){super();this._video=null;this._imageCapture=null;this._canvas=null;this._canvasCtx=null;this._stream=null;this._track=null;this._frameReadTimeout=0;this._lastFrame=null;this._sourceTrack=e,this._onFrame=t,this._useImageCapture="ImageCapture"in window&&"ImageBitmap"in window,(e.readyState!=="live"||!e.enabled||e.muted)&&(this._useImageCapture=!1)}_createDom(){this._canvas||(this._canvas=document.createElement("canvas"),this._canvas.style.pointerEvents="none",this._canvas.style.visibility="hidden",this._canvas.style.position="absolute",this._canvas.style.width="160px",this._canvas.style.height="90px",this._canvas.style.bottom="0",this._canvas.style.right="160px",this._canvas.style.zIndex="5000",this._canvasCtx=this._canvas.getContext("2d"),document.body.appendChild(this._canvas)),!this._video&&!this._useImageCapture&&(this._video=document.createElement("video"),this._video.controls=!1,this._video.autoplay=!1,this._video.preload="auto",this._video.muted=!0,this._video.style.pointerEvents="none",this._video.style.visibility="hidden",this._video.style.position="absolute",this._video.style.width="160px",this._video.style.height="90px",this._video.style.bottom="0",this._video.style.right="0",this._video.style.zIndex="5000",document.body.appendChild(this._video))}_removeDom(){try{this._canvas&&document.body.removeChild(this._canvas),this._video&&document.body.removeChild(this._video)}catch(e){}this._canvasCtx=null,this._canvas=null,this._video=null}_createStream(e){return o(this,null,function*(){if(!this._canvas)throw new Error("Canvas not found");if(!this._video&&!this._useImageCapture)throw new Error("Video element not found");return this._stream=this._canvas.captureStream(0),this._track=this._stream.getVideoTracks()[0],new Promise((t,i)=>{if(this._useImageCapture)this._imageCapture=new ImageCapture(e),t();else{let r=this._video;r.srcObject=new MediaStream([e]),r.onloadeddata=p=>t(),r.onerror=()=>i(new Error("Video element error"));let n=r.play(),s=()=>i(new Error("Autoplay is disabled"));n?n.catch(s):s()}})})}_removeStream(){var e;window.clearTimeout(this._frameReadTimeout),(e=this._lastFrame)==null||e.close(),this._stream&&(this._stream.getTracks().forEach(t=>t.stop()),this._stream=null,this._track=null),this._video&&(this._video.pause(),this._video.srcObject=null),this._imageCapture&&(this._imageCapture=null)}_drawFrameVideo(){if(!this._canvas||!this._canvasCtx||!this._video||!this._track)throw new Error("Fatal error");let e=this._video.videoWidth,t=this._video.videoHeight;return this._canvas.width=this._video.width=e,this._canvas.height=this._video.height=t,this._canvasCtx.clearRect(0,0,e,t),this._canvasCtx.drawImage(this._video,0,0,e,t),this._requestCanvasFrame(),this._canvasCtx.getImageData(0,0,e,t)}_getFrameBitmap(){return o(this,null,function*(){if(!this._imageCapture)throw new Error("Destroyed");return this._imageCapture.grabFrame()})}_drawFrameData(e){var r;if(!this._canvas||!this._canvasCtx||!this._track)throw new Error("Destroyed");let t=e.width,i=e.height;return this._canvas.width=t,this._canvas.height=i,this._canvasCtx.clearRect(0,0,t,i),this._canvasCtx.drawImage(e,0,0,t,i),this._requestCanvasFrame(),(r=this._canvasCtx)==null?void 0:r.getImageData(0,0,t,i)}_requestCanvasFrame(){this._track&&this._track.requestFrame?this._track.requestFrame():this._stream&&this._stream.requestFrame&&this._stream.requestFrame()}init(){return o(this,null,function*(){this._createDom();let e=this._sourceTrack.getSettings().width,t=this._sourceTrack.getSettings().height;c.debug(`LibVPxEncoder started ${e}x${t}, codec ${this.isVP9()?"VP9":"VP8"}`),yield this._createStream(this._sourceTrack),yield this._createWorker(`var exports=(()=>{var u=Object.defineProperty;var b=o=>u(o,"__esModule",{value:!0});var g=(o,n)=>{b(o);for(var t in n)u(o,t,{get:n[t],enumerable:!0})};var y={};g(y,{default:()=>R});var e=(r=>(r.INIT="init",r.READY="ready",r.FRAME="frame",r.ERROR="error",r.DEBUG="debug",r.LOG_ERROR="log_error",r))(e||{});var R=(o,n)=>{let t;function m(a,r){return o({locateFile:n}).then(s=>{if(t=new s.VpxEncoder,t.debug(r),!t.init(a?s.VpxType.VP9:s.VpxType.VP8))throw self.postMessage({type:e.LOG_ERROR,message:"encoder-init-fail-libvpx"}),new Error("LibVPxEncoder failed to create");t.setMaxQuantizer(10),t.setTargetBitrate(1024)})}function E(a,r,s,i){let c=t.allocateImage(a,r);if(!c){self.postMessage({type:e.FRAME,error:"No buffer data"});return}c.set(new Uint8Array(s));let f=Math.round(performance.now()),l=150;if(!t.encode(f,l,i)){self.postMessage({type:e.FRAME,error:"Encode failed"});return}let p=t.readFrame();if(!p){self.postMessage({type:e.FRAME,error:"No encoded data"});return}t.readFrame()&&(self.postMessage({type:e.DEBUG,message:"LibVPxEncoder dropped frame"}),self.postMessage({type:e.LOG_ERROR,message:"LibVPxEncoder-drop"}));let d=new Uint8Array(p.byteLength);d.set(p),self.postMessage({type:e.FRAME,frameType:i?"key":"delta",timestamp:f,duration:l,data:d.buffer},[d.buffer])}self.onmessage=a=>{switch(a.data.type){case e.INIT:m(a.data.isVP9,a.data.debug).then(()=>self.postMessage({type:e.READY})).catch(r=>self.postMessage({type:e.ERROR,error:String(r)}));break;case e.FRAME:E(a.data.width,a.data.height,a.data.imageData,a.data.keyFrame);break}}};return y;})();
10
- `,i=>{var r;i.error?this._onFrame(null,i.error):this._onFrame({type:i.frameType,timestamp:i.timestamp,duration:i.duration,data:i.data,byteLength:(r=i.data)==null?void 0:r.byteLength})},[Wr,Wr.getUrl],{isVP9:this.isVP9(),debug:c.enabled()})})}_encode(e,t){let i=e.data.buffer;this._sendToWorker(Ee.FRAME,{width:e.width,height:e.height,imageData:i,keyFrame:t},[i])}_requestFrameVideo(e){let t=this._drawFrameVideo();this._encode(t,e)}_requestFrameBitmap(e){this._frameReadTimeout=window.setTimeout(()=>{if(this._lastFrame){let t=this._drawFrameData(this._lastFrame);this._encode(t,e)}else this._onFrame(null)},wa),this._getFrameBitmap().then(t=>{var r;window.clearTimeout(this._frameReadTimeout),(r=this._lastFrame)==null||r.close(),this._lastFrame=t;let i=this._drawFrameData(t);this._encode(i,e)}).catch(()=>{})}requestFrame(e=!1){this._useImageCapture?this._requestFrameBitmap(e):this._requestFrameVideo(e)}isVP9(){return!1}destroy(){this._removeWorker(),this._removeStream(),this._removeDom(),c.debug("LibVPxEncoder destroyed")}static isBrowserSupported(){return"WebAssembly"in window&&"Worker"in window&&("CanvasCaptureMediaStream"in window||"CanvasCaptureMediaStreamTrack"in window)}};var lt=class extends Ue{constructor(e,t){super();this._sourceTrack=e,this._onFrame=t,this._trackProcessor=new MediaStreamTrackProcessor(e)}init(){return o(this,null,function*(){let e=this._sourceTrack.getSettings().width,t=this._sourceTrack.getSettings().height,i=this._trackProcessor.readable;c.debug(`WebCodecsEncoder started ${e}x${t}, codec ${this.isVP9()?"VP9":"VP8"}`),yield this._createWorker(`var exports=(()=>{var E=Object.defineProperty;var g=i=>E(i,"__esModule",{value:!0});var F=(i,l)=>{g(i);for(var r in l)E(i,r,{get:l[r],enumerable:!0})};var A={};F(A,{default:()=>h});var n=(r=>(r.VP9="vp09.00.50.08",r.VP8="vp8",r))(n||{}),d=(t=>(t.INIT="init",t.READY="ready",t.FRAME="frame",t.ERROR="error",t.DEBUG="debug",t.LOG_ERROR="log_error",t))(d||{});var h=()=>{let i=1e3,l,r,c,s,f,t,a=null,p=0,u=!1;function V(e){l=e.readable,r=l.getReader(),c=e.width,s=e.height,f=e.isVP9,t=e.framerate,m.configure({framerate:t,codec:f?n.VP9:n.VP8,width:c,height:s,latencyMode:"realtime"}),self.postMessage({type:d.READY})}function y(e){p=self.setTimeout(()=>{a&&b(a,e)},i),!u&&(u=!0,r.read().finally(()=>{u=!1,self.clearTimeout(p)}).then(({done:o,value:R})=>{if(a==null||a.close(),a=null,!(o||!R)){if(!m){r.releaseLock(),l.cancel();return}a=R,b(R,e)}}))}function b(e,o){(e.codedWidth!==c||e.codedHeight!==s)&&(c=e.codedWidth,s=e.codedHeight,m.configure({framerate:t,codec:f?n.VP9:n.VP8,width:c,height:s,latencyMode:"realtime"})),m.encode(e,{keyFrame:o})}let m=new VideoEncoder({output:e=>{let o;e.data?o=e.data:(o=new ArrayBuffer(e.byteLength),e.copyTo(o)),self.postMessage({type:d.FRAME,frameType:e.type,timestamp:e.timestamp,duration:e.duration,data:o},[o])},error:e=>{self.postMessage({type:d.FRAME,error:String(e)})}});self.onmessage=e=>{switch(e.data.type){case d.INIT:V(e.data);break;case d.FRAME:y(e.data.keyFrame);break}}};return A;})();
11
- `,r=>{var n;r.error?this._onFrame(null,r.error):this._onFrame({type:r.frameType,timestamp:r.timestamp,duration:r.duration,data:r.data,byteLength:(n=r.data)==null?void 0:n.byteLength})},[],{readable:i,width:e,height:t,isVP9:this.isVP9(),framerate:d.screenFrameRate},[i])})}requestFrame(e=!1){this._sendToWorker(Ee.FRAME,{keyFrame:e})}isVP9(){return!0}destroy(){this._removeWorker(),c.debug("WebCodecsEncoder destroyed")}static isBrowserSupported(){return"VideoEncoder"in window&&"Worker"in window&&"EncodedVideoChunk"in window&&"MediaStreamTrackProcessor"in window}};var xa=16*1024,La=11,jr=xa-La,Na=65536,Di=0,ut=class{constructor(e,t){this._destroyed=!1;this._needKeyframe=!0;c.debug("ScreenCaptureSender started"),this._datachannel=t;let i=(r,n)=>{if(!this._destroyed){if(!r){c.warn("requestFrame failed, keyFrame: "+this._needKeyframe,n),this._needKeyframe=!0,this._requestFrame();return}this._send(r).catch(s=>{c.warn("sendFrame failed",s),this._needKeyframe=!0}).finally(()=>this._requestFrame())}};lt.isBrowserSupported()?this._encoder=new lt(e,i):this._encoder=new Mt(e,i),this._datachannel.onmessage=r=>{Hr(r.data)&&(c.debug(`[${this._datachannel.label}] Requested keyframe`),this._needKeyframe=!0)},this._encoder.init().then(()=>this._requestFrame()).catch(r=>c.warn("ScreenCaptureSender init failed",r))}_requestFrame(){this._destroyed||(this._encoder.requestFrame(this._needKeyframe),this._needKeyframe=!1)}_wrapHeader(e,t,i,r,n){let s=Fr(e,t,i,r,Di,this._encoder.isVP9(),n);return Di=(Di+1)%Na,s}_stopPacket(){return this._wrapHeader(Date.now(),!1,!1,!1,null)}_send(e){return o(this,null,function*(){return new Promise((t,i)=>{this._sendChunk(e,0,t,i)})})}_sendChunk(e,t,i,r){if(!this._datachannel||this._datachannel.readyState!=="open"){r();return}let n=e.data.slice(t,t+jr),s=e.data.byteLength<=t+n.byteLength,p=this._wrapHeader(e.timestamp,!t,s,e.type==="key",n);this._datachannel.onbufferedamountlow=s?()=>{this._datachannel.bufferedAmount<=this._datachannel.bufferedAmountLowThreshold&&i()}:null;try{this._datachannel.send(p)}catch(l){c.warn("Error send data to DataChannel",l),r();return}s||window.setTimeout(()=>this._sendChunk(e,t+jr,i,r),0)}destroy(){this._datachannel.onbufferedamountlow=null,this._datachannel.onmessage=null,this._datachannel.readyState==="open"&&this._datachannel.send(this._stopPacket()),this._destroyed=!0,this._encoder.destroy(),c.debug("ScreenCaptureSender destroyed")}static isBrowserSupported(){return lt.isBrowserSupported()||Mt.isBrowserSupported()}};var Z=class{static get sessionKey(){return Z._sessionKey}static set sessionKey(e){Z._sessionKey=e}static get sessionSecretKey(){return Z._sessionSecretKey}static set sessionSecretKey(e){Z._sessionSecretKey=e}static get accessToken(){return Z._accessToken}static set accessToken(e){Z._accessToken=e}static isEmpty(){return!Z._sessionKey||!Z._sessionSecretKey}};var _=class{static set(e){e.hasOwnProperty("voiceParams")&&(Object.assign(_._params.voiceParams,e.voiceParams),delete e.voiceParams),e.hasOwnProperty("specListenerParams")&&(Object.assign(_._params.specListenerParams,e.specListenerParams),delete e.specListenerParams),e.hasOwnProperty("unifiedPlanBrowsers")&&(Object.assign(_._params.unifiedPlanBrowsers,e.unifiedPlanBrowsers),delete e.unifiedPlanBrowsers),e.hasOwnProperty("apiAuth")&&(Z.accessToken=e.apiAuth.accessToken,Z.sessionKey=e.apiAuth.sessionKey,Z.sessionSecretKey=e.apiAuth.sessionSecretKey),Object.assign(_._params,e)}static get(e){return _._params[e]}static get appName(){return"ok.calls.sdk.js"}static get appVersion(){return 1.1}static get sdkVersion(){return"2.6.2-beta.2"}static get debug(){return undefined}static get protocolVersion(){return _._params.joinFromMultipleDevices?6:5}static get platform(){return _._params.platform}static set platform(e){_._params.platform=e}static get clientType(){return _._params.clientType}static set clientType(e){_._params.clientType=e}static get device(){return _._params.device}static get apiKey(){return _._params.apiKey}static get apiEnv(){return _._params.apiEnv}static get apiEndpoint(){switch(_.apiEnv){case"AUTO":case"PROD":return"https://api.mycdn.me";case"PROD_OK":return"https://api.ok.ru";case"TEST":return"https://apitest.ok.ru/api";case"VIDEOTEST":return"https://videotestapi.ok.ru/api";default:return _._params.apiEnv}}static get authToken(){return _._params.authToken}static set authToken(e){_._params.authToken=e}static get anonymToken(){return _._params.anonymToken}static set anonymToken(e){_._params.anonymToken=e}static get domain(){return _._params.domain}static get iceServers(){return _._params.iceServers}static set iceServers(e){_._params.iceServers=e}static get wssBase(){return _._params.wssBase}static set wssBase(e){_._params.wssBase=e}static get wssToken(){return _._params.wssToken}static set wssToken(e){_._params.wssToken=e}static get signalingReconnectDelay(){return _._params.signalingReconnectDelay}static get signalingReconnectMaxDelay(){return _._params.signalingReconnectMaxDelay}static get signalingReconnectMaxCount(){return _._params.signalingReconnectMaxCount}static get waitConnectionDelay(){return _._params.waitConnectionDelay}static get waitResponseDelay(){return _._params.waitResponseDelay}static get waitMessageDelay(){return _._params.waitMessageDelay}static get waitAnotherTabDelay(){return _._params.waitAnotherTabDelay}static get debugLog(){return _._params.debugLog}static get forceRelayPolicy(){return _._params.forceRelayPolicy}static set forceRelayPolicy(e){_._params.forceRelayPolicy=e}static get videoMinWidth(){return _._params.videoMinWidth}static get videoMaxWidth(){return _._params.videoMaxWidth}static set videoMaxWidth(e){_._params.videoMaxWidth=e}static get videoMinHeight(){return _._params.videoMinHeight}static get videoMaxHeight(){return _._params.videoMaxHeight}static set videoMaxHeight(e){_._params.videoMaxHeight=e}static get videoAspectRatio(){return _._params.videoAspectRatio}static get videoFrameRate(){return _._params.videoFrameRate}static get videoFacingMode(){return _._params.videoFacingMode}static get screenFrameRate(){return _._params.screenFrameRate}static get videoEffects(){return _._params.videoEffects}static set videoEffects(e){_._params.videoEffects=e}static get videoEffectMaxWidth(){return _._params.videoEffectMaxWidth}static set videoEffectMaxWidth(e){_._params.videoEffectMaxWidth=e}static get videoEffectMaxHeight(){return _._params.videoEffectMaxHeight}static set videoEffectMaxHeight(e){_._params.videoEffectMaxHeight=e}static get voiceParams(){return _._params.voiceParams}static get specListenerParams(){return _._params.specListenerParams}static get iceRestartWaitTime(){return _._params.iceRestartWaitTime}static get transportConnectionWaitTime(){return _._params.transportConnectionWaitTime}static get statisticsInterval(){return _._params.statisticsInterval}static set statisticsInterval(e){_._params.statisticsInterval=e}static get networkStatisticsInterval(){return _._params.networkStatisticsInterval}static get perfStatReportEnabled(){return _._params.perfStatReportEnabled}static get callStatReportEnabled(){return _._params.callStatReportEnabled}static get producerNotificationDataChannel(){return _._params.producerNotificationDataChannel&&pt.isBrowserSupported()}static get producerCommandDataChannel(){return _._params.producerCommandDataChannel}static get consumerScreenDataChannel(){return _._params.consumerScreenDataChannel&&ut.isBrowserSupported()}static get producerScreenDataChannel(){return _._params.producerScreenDataChannel&&_.producerNotificationDataChannel}static get screenShareWebmBuilder(){return _._params.screenShareWebmBuilder}static get noiseSuppression(){return _._params.noiseSuppression}static set noiseSuppression(e){_._params.noiseSuppression=e}static get preferH264(){return _._params.preferH264}static get preferVP9(){return _._params.preferVP9}static get audioNack(){return _._params.audioNack}static get consumerScreenTrack(){return _._params.consumerScreenTrack&&_.consumerScreenDataChannel}static get producerScreenTrack(){return _._params.producerScreenTrack&&_.producerScreenDataChannel}static isUnifiedPlanSupported(e,t){let i=_._params.unifiedPlanBrowsers;return i.hasOwnProperty(e)?t>=i[e]:!1}static get movieShare(){return _._params.movieShare&&_.videoTracksCount>0}static get videoTracksCount(){return _.producerNotificationDataChannel?_._params.videoTracksCount:0}static get breakVideoPayloadTypes(){return _._params.breakVideoPayloadTypes}static get filteredMessages(){return _._params.filteredMessages}static get useParticipantListChunk(){return _._params.useParticipantListChunk&&_._params.videoTracksCount>0}static get participantListChunkInitIndex(){var e;return(e=_._params.participantListChunkInitIndex)!=null?e:0}static get participantListChunkInitCount(){var e;return(e=_._params.participantListChunkInitCount)!=null?e:null}static get serverAudioRed(){return _._params.serverAudioRed&&C.canPreferRed()}static get p2pAudioRed(){return _._params.p2pAudioRed&&C.canPreferRed()}static get batchParticipantsOnStart(){return _._params.batchParticipantsOnStart}static get filterObservers(){return _._params.filterObservers}static get muteMode(){return _._params.muteMode}static get preserveAudioTracks(){return _._params.preserveAudioTracks}},d=_;d._params={platform:"WEB",clientType:"PORTAL",device:"browser",apiKey:"",authToken:"",anonymToken:"",apiEnv:"AUTO",domain:"",iceServers:[],wssBase:"",wssToken:"",signalingReconnectDelay:1e3,signalingReconnectMaxDelay:5e3,signalingReconnectMaxCount:20,waitConnectionDelay:1e4,waitResponseDelay:1e4,waitMessageDelay:15e3,waitAnotherTabDelay:200,debugLog:!1,forceRelayPolicy:!1,videoMinWidth:428,videoMinHeight:240,videoMaxWidth:1280,videoMaxHeight:720,videoAspectRatio:16/9,videoFrameRate:25,screenFrameRate:15,videoEffects:null,videoEffectMaxWidth:640,videoEffectMaxHeight:360,iceRestartWaitTime:2e4,transportConnectionWaitTime:5e3,statisticsInterval:5e3,networkStatisticsInterval:2e4,perfStatReportEnabled:!0,callStatReportEnabled:!1,voiceParams:{smoothing:.8,minFreq:200,maxFreq:5e3,interval:500,threshold:.35,speakerLevelMultiplier:1.8},specListenerParams:{connectionTimeout:1e4,volumeTimeout:1e4},unifiedPlanBrowsers:{Firefox:10,Chrome:76,Safari:12},producerNotificationDataChannel:!0,producerCommandDataChannel:!0,consumerScreenDataChannel:!0,producerScreenDataChannel:!0,screenShareWebmBuilder:!1,noiseSuppression:!0,preferH264:!1,preferVP9:!0,audioNack:!0,consumerScreenTrack:!0,producerScreenTrack:!0,videoTracksCount:0,movieShare:!1,filteredMessages:!0,useParticipantListChunk:!1,participantListChunkInitIndex:0,participantListChunkInitCount:null,serverAudioRed:!1,p2pAudioRed:!1,breakVideoPayloadTypes:!1,batchParticipantsOnStart:!0,joinFromMultipleDevices:!0,filterObservers:!1,muteMode:!1,preserveAudioTracks:!1};var q=(l=>(l.WAITING_HALL="WAITING_HALL",l.WAITING="WAITING",l.CONNECTING="CONNECTING",l.CONNECTED="CONNECTED",l.RECONNECT="RECONNECT",l.ERROR="ERROR",l.HANGUP="HANGUP",l.PERMISSIONS="PERMISSIONS",l))(q||{});function j(a,...e){let t=d.get(a);t&&setTimeout(t,0,...e)}function Ie(a,e,...t){if(d.filterObservers){if(Array.isArray(e)){if(e=e.filter(i=>!i.observer),!e.length)return}else if(e.observer)return}j(a,e,...t)}function Be(a){return Object.assign({},a)}function mt(a){return a.slice()}var ki;(pe=>{function a(E,k){j("onLocalStream",E,Be(k))}pe.onLocalStream=a;function e(E,k){j("onScreenStream",E,Be(k))}pe.onScreenStream=e;function t(E,k){j("onLocalStreamUpdate",Be(E),k)}pe.onLocalStreamUpdate=t;function i(E){j("onLocalStatus",E)}pe.onLocalStatus=i;function r(E,k){Ie("onRemoteStream",E,k)}pe.onRemoteStream=r;function n(E,k,Y){Ie("onRemoteLive",E,k,Y)}pe.onRemoteLive=n;function s(E,k){Ie("onRemoteScreenStream",E,k)}pe.onRemoteScreenStream=s;function p(E,k,Y,ft){Ie("onConversation",E,Be(k),Be(Y),ft)}pe.onConversation=p;function l(E){E&&j("onConversationParticipantListChunk",E)}pe.onConversationParticipantListChunk=l;function h(E,k,Y){Ie("onRemoteMediaSettings",E,Be(k),Y)}pe.onRemoteMediaSettings=h;function T(E,k){Ie("onParticipantAdded",E,k)}pe.onParticipantAdded=T;function y(E,k){Ie("onParticipantJoined",E,k)}pe.onParticipantJoined=y;function x(E,k,Y){Ie("onRemoteParticipantState",E,Be(k),Y)}pe.onRemoteParticipantState=x;function N(E,k,Y=null){Ie("onRemoteStatus",E,k,Y)}pe.onRemoteStatus=N;function $(E,k,Y=null){Ie("onParticipantStatus",E,k,Y)}pe.onParticipantStatus=$;function Se(){j("onPermissionsRequested")}pe.onPermissionsRequested=Se;function Le(E){j("onPermissionsError",E)}pe.onPermissionsError=Le;function ue(E,k){Ie("onRemoteRemoved",E,k)}pe.onRemoteRemoved=ue;function Je(E,k,Y){j("onCallState",E,k,Be(Y))}pe.onCallState=Je;function de(E,k){j("onDeviceSwitched",E,k)}pe.onDeviceSwitched=de;function Me(E,k,Y,ft=!1,ai=!1,ni=null,oa=null){j("onMuteStates",Be(E),mt(k),mt(Y),ft,ai,ni,oa)}pe.onMuteStates=Me;function De(E,k){Ie("onRolesChanged",E,mt(k))}pe.onRolesChanged=De;function J(E){j("onLocalRolesChanged",mt(E))}pe.onLocalRolesChanged=J;function Gi(E,k,Y){Ie("onPinnedParticipant",E,k,Y)}pe.onPinnedParticipant=Gi;function Hi(E){j("onLocalPin",E)}pe.onLocalPin=Hi;function Wi(E){j("onOptionsChanged",mt(E))}pe.onOptionsChanged=Wi;function ji(){j("onCallAccepted")}pe.onCallAccepted=ji;function Ki(){j("onRateNeeded")}pe.onRateNeeded=Ki;function u(E){Ie("onSpeakerChanged",E)}pe.onSpeakerChanged=u;function I(E){j("onVolumesDetected",mt(E))}pe.onVolumesDetected=I;function P(E,k){j("onLocalVolume",E,k)}pe.onLocalVolume=P;function B(E,k){j("onJoinStatus",E,k)}pe.onJoinStatus=B;function A(E,k){j("onHangup",E,k)}pe.onHangup=A;function G(E){j("onMultipartyChatCreated",Be(E))}pe.onMultipartyChatCreated=G;function M(){j("onDeviceChange")}pe.onDeviceChange=M;function K(E){j("onFingerprintChange",E)}pe.onFingerprintChange=K;function D(){j("onTokenExpired")}pe.onTokenExpired=D;function b(E,k,Y=!1){j("onChatMessage",E,k,Y)}pe.onChatMessage=b;function _e(E,k,Y=!1){j("onCustomData",E,k,Y)}pe.onCustomData=_e;function re(E,k,Y,ft,ai,ni){j("onRecordStarted",E,k,Y,ft,ai,ni)}pe.onRecordStarted=re;function ke(){j("onRecordStopped")}pe.onRecordStopped=ke;function ee(E){j("onLocalNetworkStatusChanged",E)}pe.onLocalNetworkStatusChanged=ee;function Ae(E){j("onNetworkStatusChanged",E)}pe.onNetworkStatusChanged=Ae;function Oe(E,...k){j("onDebugMessage",E,...k)}pe.onDebugMessage=Oe;function ne(E,k){let Y=Object.assign({},E,{memory:k});j("onStatistics",Y)}pe.onStatistics=ne;function Ne(){j("onAutoplayError")}pe.onAutoplayError=Ne;function me(E,k,Y){j("onChatRoomUpdated",E,k,Y)}pe.onChatRoomUpdated=me;function ie(E){j("onRemoteMixedAudioStream",E)}pe.onRemoteMixedAudioStream=ie;function X(E){j("onJoinLinkChanged",E)}pe.onJoinLinkChanged=X})(ki||(ki={}));var S=ki;var Kr=(r=>(r.DEBUG="DEBUG",r.LOG="LOG",r.WARN="WARN",r.ERROR="ERROR",r))(Kr||{}),Ai;(de=>{let a="📞",e=(Me,...De)=>{S.onDebugMessage(Me,...De)},t=!1,i=(Me,De)=>(...J)=>{Me(...J),Cr(De,J)},r=console.debug.bind(console,a),n=console.log.bind(console,a),s=console.warn.bind(console,a),p=console.error.bind(console,a),l=e.bind(null,"DEBUG"),h=e.bind(null,"LOG"),T=e.bind(null,"WARN"),y=e.bind(null,"ERROR");de.debug=l,de.log=h,de.warn=T,de.error=y;function Le(){return t}de.enabled=Le;function ue(Me){t=Me,d.debugLog&&mi(),Me?(de.debug=d.debugLog?i(r,"DEBUG"):r,de.log=d.debugLog?i(n,"LOG"):n,de.warn=d.debugLog?i(s,"WARN"):s,de.error=d.debugLog?i(p,"ERROR"):p):(de.debug=d.debugLog?i(l,"DEBUG"):l,de.log=d.debugLog?i(h,"LOG"):h,de.warn=d.debugLog?i(T,"WARN"):T,de.error=d.debugLog?i(y,"ERROR"):y)}de.toggle=ue;function Je(Me,...De){switch(Me){case"DEBUG":de.debug(...De);break;case"LOG":de.log(...De);break;case"WARN":de.warn(...De);break;case"ERROR":de.error(...De);break}}de.send=Je})(Ai||(Ai={}));var c=Ai;var ht=(i=>(i.USER="USER",i.ANONYM="ANONYM",i.GROUP="GROUP",i))(ht||{}),fe;(p=>{function a(l){return l.length?typeof l[0]=="object"?l:l.map(h=>e(h)):[]}p.fromIds=a;function e(l,h="USER"){return{id:l,type:h}}p.fromId=e;function t(l){return{id:l.id,type:l.type==="ANONYM"?"ANONYM":"USER"}}p.fromSignaling=t;function i(l){return`{"id":"${l.id}","type":"${l.type}"}`}p.toString=i;function r(l,h="USER"){return i(e(l,h))}p.fromIdToString=r;function n(l){try{return JSON.parse(l)}catch(h){throw new Error(`Failed to parse ExternalId from string '${l}'`)}}p.fromString=n;function s(l,h){return l.id===h.id&&l.type===h.type}p.compare=s})(fe||(fe={}));var he;(r=>{function a(n,s="USER",p=0){return{id:n,type:s,deviceIdx:p}}r.fromId=a;function e(n){return`{"id":"${n.id}","type":"${n.type}","deviceIdx":"${n.deviceIdx}"}`}r.toString=e;function t(n,s){return Object.assign({deviceIdx:s},fe.fromSignaling(n))}r.fromSignaling=t;function i(n){return n&&typeof n=="object"?n.deviceIdx:0}r.getDeviceIdx=i})(he||(he={}));var Pe=(r=>(r.CAMERA="CAMERA",r.SCREEN="SCREEN",r.STREAM="STREAM",r.MOVIE="MOVIE",r))(Pe||{}),$r="s",qr="m";function $e(a){return a.participantId+(a.mediaType?st+$r+a.mediaType:"")+(a.streamName?st+qr+a.streamName:"")}function Dt(a){let e=a.split(st),t=e.shift();if(!t)throw new Error("Illegal stream description: "+a);let i=null,r,n=0;for(let p of e)switch(p.charAt(0)){case $r:i=Ua(p.slice(1));break;case qr:r=p.slice(1);break;case Ut:n=Number.parseInt(p.slice(1),10);break;default:throw new Error("Unexpected parameter type "+p.charAt(0)+" in stream description "+a)}return{participantId:f.compose(t,n),mediaType:i,streamName:r}}function Ua(a){for(let e of Object.keys(Pe))if(e===a)return Pe[e];return null}function Oi(a,e){return a===null||e===null?a===null&&e===null:!(a.maxDimension!==e.maxDimension||a.maxBitrateK!==e.maxBitrateK||a.maxFramerate!==e.maxFramerate||a.degradationPreference!==e.degradationPreference)}function Jt(a,e){return!(!Oi(a.camera,e.camera)||!Oi(a.screenSharing,e.screenSharing))}function wi(a,e){return{camera:Object.assign({},a.camera,e.camera),screenSharing:Object.assign({},a.screenSharing,e.screenSharing)}}function Jr(a){try{return btoa(JSON.stringify(a))}catch(e){c.warn("WaitingParticipant: failed convert to string",a,e)}return null}function Yr(a){try{return JSON.parse(atob(a))}catch(e){c.warn("WaitingParticipant: failed convert from string",a,e)}return null}var kt=class{constructor(e){this._fixNoPacketsApplied=!1;this._fixNoPacketsChecked=!1;this._fixTooManyPacketsApplied=!1;this._fixTooManyPacketsSucceeded=!1;this._fixTooManyPacketsFailed=!1;this._mediaSource=e}_fixAudioDeviceNoPackets(e){if(!(this._fixNoPacketsApplied&&this._fixNoPacketsChecked)){if(this._fixNoPacketsApplied&&!this._fixNoPacketsChecked){this._fixNoPacketsChecked=!0,m.log(g.ERROR,`audio_device_recover_${e.bandwidth?"success":"fail"}`);return}!this._fixNoPacketsApplied&&!e.bandwidth&&(this._fixNoPacketsApplied=!0,m.log(g.ERROR,"audio_device_recover"),this._mediaSource.toggleAudio(!0))}}_fixAudioDeviceTooManyPackets(e){if(this._fixTooManyPacketsSucceeded||this._fixTooManyPacketsFailed)return;let t=75,i=Date.now();if(!this._lastPacketsSentTime)e.packetsSent>0&&(this._lastPacketsSentTime=i,this._lastPacketsSent=e.packetsSent);else if(i-this._lastPacketsSentTime>500){let r=(e.packetsSent-this._lastPacketsSent)*1e3/(i-this._lastPacketsSentTime);this._lastPacketsSentTime=i,this._lastPacketsSent=e.packetsSent,this._fixTooManyPacketsApplied?r>t?(c.log("Failed to fix RV"),m.log(g.ERROR,"audio_device_recover_rv_fail"),this._fixTooManyPacketsFailed=!0):i-this._fixTooManyPacketsTime>6e4&&(c.log("Fixed RV"),m.log(g.ERROR,"audio_device_recover_rv_success"),this._fixTooManyPacketsSucceeded=!0):r>t&&(this._fixTooManyPacketsApplied=!0,c.log("Trying to fix RV"),this._mediaSource.toggleAudio(!0),this._fixTooManyPacketsTime=i)}}fix(e){if(!this._mediaSource)return;let t=e.find(i=>i.kind===se.audio);!t||(this._fixAudioDeviceNoPackets(t),this._fixAudioDeviceTooManyPackets(t))}};var Yt=class{constructor(){this._output=null;this._volume=1;this._features={setSinkId:!!Audio.prototype.setSinkId}}add(e){this.destroy(),this._output={},this._output.audioTrack=e,this._initAudioElement()}remove(e){!this._output||this._output.audioTrack!==e||this.destroy()}get volume(){return this._volume}set volume(e){this._volume=Math.max(0,Math.min(1,e)),this._output&&this._output.audioElement&&(this._output.audioElement.volume=this._volume)}_initAudioElement(){var s;if(d.muteMode||!((s=this._output)==null?void 0:s.audioTrack))return;let e=C.browserName()!=="Safari"||C.isMobile(),t=document.createElement(e?"audio":"video");t.muted=!1,t.volume=this._volume,t.preload="auto";let i=()=>{c.warn("Error on play audio"),S.onAutoplayError()},r=p=>{t.srcObject=new MediaStream([p]),t.load();let l=t.play();l?l.catch(i):i()},n=()=>{var l;c.debug("Recover audio playback");let p=(l=this._output)==null?void 0:l.audioTrack;p?r(p):c.warn("Broken audio track")};t.onpause=n,t.onstalled=n,t.onerror=n,r(this._output.audioTrack),this._output.audioElement=t}_stopAudioElement(){var e,t,i;((e=this._output)==null?void 0:e.audioElement)&&(this._output.audioElement.pause(),this._output.audioElement.srcObject=null),(i=(t=this._output)==null?void 0:t.audioTrack)==null||i.stop()}destroy(){!this._output||(this._stopAudioElement(),this._output=null)}changeOutput(){return o(this,null,function*(){var e,t,i;try{if(!this._features.setSinkId)throw new Error('Feature "setSinkId" is not supported');if(!((e=this._output)==null?void 0:e.audioElement))throw new Error("Audio Element is not initialized");let r=C.getSavedOutput();r&&(yield(i=(t=this._output.audioElement).setSinkId)==null?void 0:i.call(t,r.deviceId))}catch(r){throw m.log(g.ERROR,"change_output"),c.error("Output change failed",r),r}})}};var Ba=90,Va=3,zt=class extends Q{constructor(){super(...arguments);this._lastMemoryStat={percent:0,bytes:0}}onRemoteDataStats(e,t){this._calcMemory(),e.inbound.rtps.map(i=>{let r=typeof i.userId=="string"&&t[i.userId]||null;i.userId=r==null?void 0:r.externalId}),S.onStatistics(e,this._lastMemoryStat)}_calcMemory(){var r;let e=(r=window==null?void 0:window.performance)==null?void 0:r.memory;if(!e||!e.usedJSHeapSize||!e.jsHeapSizeLimit)return;let t=Number((100*e.usedJSHeapSize/e.jsHeapSizeLimit).toFixed(2)),i=Number((e.usedJSHeapSize/1024/1024).toFixed(1));t>Ba?c.warn(`High memory usage: ${t}% (${i} MiB)`):(!this._lastMemoryStat.percent||Math.abs(t-this._lastMemoryStat.percent)>=Va)&&(c.debug(`Memory usage: ${t}% (${i} MiB)`),this._lastMemoryStat.percent=t,this._lastMemoryStat.bytes=e.usedJSHeapSize)}};var Fa=44100,At=class{constructor(e,t){this._analyser=null;this._gainNode=null;this._fftBins=null;this._mediaStreamSource=null;this._lastSmoothedLevel=0;this._trackId=e,this._stream=t;try{let i=C.getAudioContext();this._gainNode=i.createGain(),this._gainNode.gain.value=1e-5,this._gainNode.connect(i.destination),this._analyser=i.createAnalyser(),this._analyser.fftSize=1024,this._analyser.smoothingTimeConstant=0,this._analyser.connect(this._gainNode),this._fftBins=new Uint8Array(this._analyser.frequencyBinCount),this._mediaStreamSource=i.createMediaStreamSource(t),this._mediaStreamSource.connect(this._analyser)}catch(i){}}get stream(){return this._stream}get trackId(){return this._trackId}_getBins(){if(!this._fftBins||!this._analyser)return new Uint8Array;this._analyser.getByteFrequencyData(this._fftBins);let e=Fa/this._fftBins.length,t=Math.ceil(d.voiceParams.minFreq/e),i=Math.floor(d.voiceParams.maxFreq/e);return this._fftBins.subarray(t,i)}getLevel(){let e=this._getBins(),i=e.reduce((n,s)=>n+s,0)/e.length/255,r=this._lastSmoothedLevel*d.voiceParams.smoothing+i*(1-d.voiceParams.smoothing);return this._lastSmoothedLevel=r,{real:i,smoothed:r}}destroy(){this._mediaStreamSource&&(this._mediaStreamSource.disconnect(),this._mediaStreamSource=null),this._gainNode&&(this._gainNode.disconnect(),this._gainNode=null),this._analyser&&(this._analyser.disconnect(),this._analyser=null,this._fftBins=null,this._lastSmoothedLevel=0)}};var Qt=class extends Q{constructor(e){super();this._detector=null;this._track=null;this._interval=null;let t=()=>{this._detector&&S.onLocalVolume(this._detector.getLevel().real,e.getMediaSettings().isAudioEnabled),this._interval=window.setTimeout(t,d.voiceParams.interval)};this._interval=window.setTimeout(t,d.voiceParams.interval);let i=()=>{let r=e.getStream();r&&this.init(r)};this.subscribe(e,Ce.SOURCE_CHANGED,r=>{r.kind===se.audio&&r.mediaSettings.isAudioEnabled&&i()}),i()}init(e){this._stopDetector();let t=e.getAudioTracks();t.length&&(this._track=t[0].clone(),this._detector=new At("local",new MediaStream([this._track])))}_stopDetector(){this._detector&&(this._detector.destroy(),this._detector=null),this._track&&(this._track.stop(),this._track=null)}destroy(){this.unsubscribe(),this._interval&&(window.clearTimeout(this._interval),this._interval=null),this._stopDetector()}};var zr="videochat-epi",Ga=5e3,Ha=3e4,Ze=class extends Q{constructor(e,t,i=!1){super();this._previousTimestamp=0;this._previousCallStatReportTimestamp=0;this._previousCallStatReport={nack_sent:0,nack_received:0,pli_sent:0,pli_received:0,fir_sent:0,fir_received:0,frames_dropped:0,jitter_video:0,jitter_audio:0,interframe_delay_variance:0,total_audio_samples_received:0,concealed_audio_samples:0,inserted_audio_samples_for_deceleration:0,removed_audio_samples_for_acceleration:0,silent_concealed_audio_samples:0,audio_concealment_events:0,total_audio_energy:0};this._signaling=t,this._directTopology=i,this.subscribe(e,V.REMOTE_DATA_STATS,this._handleStats.bind(this))}destroy(){this.unsubscribe()}static getEstimatedPerformanceIndex(){try{let e=parseInt(localStorage.getItem(zr)||"",10);return isNaN(e)?0:e}catch(e){return 0}}_handleStats(e){return o(this,null,function*(){if(!e.inbound||!e.inbound.rtps)return;let t=Date.now();!this._directTopology&&d.perfStatReportEnabled&&this._previousTimestamp+Ga<=t&&(yield this.reportPerfStats(e),this._previousTimestamp=t),d.callStatReportEnabled&&this._previousCallStatReportTimestamp+Ha<=t&&(this._reportCallStats(e),this._previousCallStatReportTimestamp=t)})}reportPerfStats(e){return o(this,null,function*(){let t=e.inbound.rtps.reduce((i,r)=>(r.kind==="video"&&(i.framesDecoded+=r.framesDecoded||0,i.framesReceived+=r.framesReceived||0),i),{framesDecoded:0,framesReceived:0});if(t.framesDecoded)try{let i=yield this._signaling.reportPerfStat(t);localStorage.setItem(zr,i.estimatedPerformanceIndex)}catch(i){}})}_reportCallStats(e){let t={nack_received:0,pli_received:0,fir_received:0,frames_dropped:0,jitter_video:0,jitter_audio:0,interframe_delay_variance:0,nack_sent:0,pli_sent:0,fir_sent:0,total_audio_samples_received:0,concealed_audio_samples:0,silent_concealed_audio_samples:0,inserted_audio_samples_for_deceleration:0,removed_audio_samples_for_acceleration:0,audio_concealment_events:0,total_audio_energy:0,inbound_video_count:0,inbound_audio_count:0};e.inbound.rtps.reduce((r,n)=>(n.kind==="video"?(n.framesReceived&&(r.jitter_video=r.jitter_video*r.inbound_video_count/(r.inbound_video_count+1)+n.jitter*1e3/(r.inbound_video_count+1),r.interframe_delay_variance=r.interframe_delay_variance*r.inbound_video_count/(r.inbound_video_count+1)+n.interframeDelayVariance*1e6/(r.inbound_video_count+1),r.inbound_video_count++),r.frames_dropped+=n.framesDropped,r.nack_sent+=n.nackCount,r.pli_sent+=n.pliCount,r.fir_sent+=n.firCount):(n.totalSamplesReceived&&(r.jitter_audio=r.jitter_audio*r.inbound_audio_count/(r.inbound_audio_count+1)+n.jitter*1e3/(r.inbound_audio_count+1),r.total_audio_energy=r.total_audio_energy*r.inbound_audio_count/(r.inbound_audio_count+1)+n.totalAudioEnergy/(r.inbound_audio_count+1),r.inbound_audio_count++),r.total_audio_samples_received+=n.totalSamplesReceived,r.inserted_audio_samples_for_deceleration+=n.insertedSamplesForDeceleration,r.removed_audio_samples_for_acceleration+=n.removedSamplesForAcceleration,r.concealed_audio_samples+=n.concealedSamples,r.silent_concealed_audio_samples+=n.silentConcealedSamples,r.audio_concealment_events+=n.concealmentEvents),r),t),e.outbound.rtps.reduce((r,n)=>(n.kind==="video"&&(r.nack_received+=n.nackCount,r.pli_received+=n.pliCount,r.fir_received+=n.firCount),r),t);let i={call_topology:this._directTopology?"D":"S",nack_sent:t.nack_sent-this._previousCallStatReport.nack_sent,nack_received:t.nack_received-this._previousCallStatReport.nack_received,pli_sent:t.pli_sent-this._previousCallStatReport.pli_sent,pli_received:t.pli_received-this._previousCallStatReport.pli_received,fir_sent:t.fir_sent-this._previousCallStatReport.fir_sent,fir_received:t.fir_received-this._previousCallStatReport.fir_received,frames_dropped:t.frames_dropped-this._previousCallStatReport.frames_dropped};if(t.jitter_video&&(i.jitter_video=t.jitter_video),t.jitter_audio&&(i.jitter_audio=t.jitter_audio),t.interframe_delay_variance&&(i.interframe_delay_variance=t.interframe_delay_variance),t.total_audio_samples_received){let r=t.total_audio_samples_received-this._previousCallStatReport.total_audio_samples_received,n=t.inserted_audio_samples_for_deceleration-this._previousCallStatReport.inserted_audio_samples_for_deceleration,s=t.removed_audio_samples_for_acceleration-this._previousCallStatReport.removed_audio_samples_for_acceleration,p=t.concealed_audio_samples-this._previousCallStatReport.concealed_audio_samples,l=t.silent_concealed_audio_samples-this._previousCallStatReport.silent_concealed_audio_samples,h=t.audio_concealment_events-this._previousCallStatReport.audio_concealment_events;i.inserted_audio_samples_for_deceleration=n/r*1e3,i.removed_audio_samples_for_acceleration=s/r*1e3,i.concealed_audio_samples=p/r*1e3,i.concealed_silent_audio_samples=l/r*1e3,i.concealment_audio_avg_size=p/h,i.total_audio_energy=t.total_audio_energy}m.logCustom("callStat",i),c.log("Sent call stats",i),this._previousCallStatReport=t}};var Wa=1e3;function oe(a,e,t=0){return e in a&&a[e]?a[e]:t}function Qr(...a){return e=>{for(let t of a)if(t(e))return!0;return!1}}function qe(a,e){return t=>t[a]===e}function ja(a){return(e,t)=>e[a]-t[a]}function Xt(a,e){return e.reduce((t,i)=>(t[i[a]]=i,t),{})}function Ka(a){let e={},t=[];for(let i of a)e[i.id]||(e[i.id]=!0,t.push(i));return t}function $a(a){return a!==null&&typeof a=="object"&&!Array.isArray(a)}function xi(a){return Object.keys(a).filter(e=>a[e]!==void 0).map(e=>[e,a[e]]).reduce((e,t)=>(e[t[0]]=$a(t[1])?xi(t[1]):t[1],e),{})}function qa(a){let e=[];for(let t of a)t.forEach(i=>e.push(i));return e}function Ja(a){return o(this,null,function*(){let e=[];return RTCRtpReceiver.prototype.getStats?(e.push(...a.getReceivers().map(t=>t.getStats())),e.push(...a.getSenders().map(t=>t.getStats()))):e.push(a.getStats()),Promise.all(e).then(qa).then(Ka)})}function Ya(a){let e=a.filter(qe("type","candidate-pair")).sort(ja("priority")).find(Qr(qe("nominated",!0),qe("selected",!0)));if(!e)return{totalRoundTripTime:0,currentRoundTripTime:0,bytesSent:0,bytesReceived:0};let t={totalRoundTripTime:e.totalRoundTripTime||0,currentRoundTripTime:e.currentRoundTripTime||0,bytesSent:e.bytesSent,bytesReceived:e.bytesReceived},i=a.find(qe("id",e.remoteCandidateId));i&&(t=Object.assign({},t,{remote:{type:i.candidateType,address:i.ip||i.address,port:i.port,protocol:i.protocol}}));let r=a.find(qe("id",e.localCandidateId));return r&&(t=Object.assign({},t,{local:{type:r.candidateType,address:r.ip||r.address,port:r.port,protocol:r.protocol,relayProtocol:r.relayProtocol,networkType:r.networkType}})),xi(t)}function za(a,e){let t=Xt("id",a),i=a.filter(Qr(qe("type","inbound-rtp"),qe("type","outbound-rtp")));C.browserName()==="Firefox"&&(i=Object.values(i.reduce((n,s)=>{if(!n[s.ssrc])n[s.ssrc]=s;else{let p=Object.assign({},n[s.ssrc],s),l=n[s.ssrc].isRemote?s:n[s.ssrc];p.id=l.id,p.type=l.type,delete p.isRemote,delete p.remoteId,n[p.ssrc]=p}return n},{})));let r={};if(C.browserName()==="Safari"){let n=a.filter(qe("type","track"));r=Xt("trackIdentifier",n)}return i.map(n=>{let s=Number(n.ssrc),p=n.mediaType||n.kind,l=n.trackId,h=n.type,T=n.codecId;if(C.browserName()==="Safari"){let x=/^.+_([\d]+)$/.exec(n.id);if(x&&(s=parseInt(x[1],10)),p=n.id.indexOf("Audio")>0?"audio":"video",e[s]){let N=p+"-"+e[s];r[N]&&(l=r[N].id)}}if(!h||!s||!p)return null;let y={ssrc:s,type:h,kind:p,bytesReceived:oe(n,"bytesReceived"),bytesSent:oe(n,"bytesSent"),jitter:oe(n,"jitter"),packetsLost:oe(n,"packetsLost"),packetsReceived:oe(n,"packetsReceived"),packetsSent:oe(n,"packetsSent"),fractionLost:oe(n,"fractionLost"),pliCount:oe(n,"pliCount"),firCount:oe(n,"firCount"),nackCount:oe(n,"nackCount"),userId:e[s]};if(p==="video"){let x=oe(n,"framesDecoded"),N=oe(n,"totalInterFrameDelay"),$=oe(n,"totalSquaredInterFrameDelay");y.interframeDelayVariance=($-N*N/x)/x}if(p==="audio"&&(y.totalSamplesReceived=oe(n,"totalSamplesReceived"),y.concealedSamples=oe(n,"concealedSamples"),y.insertedSamplesForDeceleration=oe(n,"insertedSamplesForDeceleration"),y.removedSamplesForAcceleration=oe(n,"removedSamplesForAcceleration"),y.silentConcealedSamples=oe(n,"silentConcealedSamples"),y.concealmentEvents=oe(n,"concealmentEvents"),y.totalAudioEnergy=oe(n,"totalAudioEnergy")),T&&t[T]){let x=t[T];y.clockRate=x.clockRate,y.mimeType=x.mimeType}if(l&&t[l]){let x=t[l];y.frameHeight=x.frameHeight,y.frameWidth=x.frameWidth,y.framesDecoded=x.framesDecoded,y.framesReceived=x.framesReceived,y.framesDropped=x.framesDropped}return xi(y)}).filter(n=>!!n)}function Qa(a,e){if(!e||!e.rtps||!a.rtps)return a;let t=Xt("ssrc",a.rtps),i=Xt("ssrc",e.rtps),r=(a.timestamp-e.timestamp)/1e3;return!t||!i||Object.keys(t).forEach(n=>{let s=t[n],p=i[n];if(!(!s||!p)){if(s.bytesReceived&&s.bytesReceived>p.bytesReceived&&(s.bandwidth=Math.round((s.bytesReceived-p.bytesReceived)/r)),s.bytesSent&&s.bytesSent>p.bytesSent&&(s.bandwidth=Math.round((s.bytesSent-p.bytesSent)/r)),s.packetsReceived)if(s.packetsReceived>p.packetsReceived||s.packetsLost>p.packetsLost){let l=s.packetsLost-p.packetsLost,h=s.packetsReceived-p.packetsReceived;s.packetLoss=parseFloat((100*l/(l+h)).toFixed(2))}else s.packetLoss=0;s.framesDropped&&p.framesDropped&&s.framesDropped>p.framesDropped&&(s.framesDroppedDelta=parseFloat(((s.framesDropped-p.framesDropped)/r).toFixed(0)))}}),a}function Ot(i,r){return o(this,arguments,function*(a,e,t={}){let n=yield Ja(a),s={timestamp:Date.now(),transport:Ya(n),rtps:za(n,t)};return e?Qa(s,e):(yield f.delay(Wa),Ot(a,s,t))})}var Zt=.8,et=class extends Q{constructor(e,t,i,r,n){super();this._remoteSDP={};this._remoteCandidates={};this._state=U.IDLE;this._isOpen=!1;this._remotePeerId=null;this._statInterval=null;this._settingsInterval=null;this._failedOnCreate=null;this._remoteStream=null;this._iceRestartTimeout=null;this._reconnectionTimeout=null;this._reconnectionPrevented=!1;this._fingerprint=null;this._neverConnected=!0;this._prevConsumerSettings={};this._lastNetworkStat={rtt:0,loss:0,date:0};this._remoteNetworkStat={rtt:0,loss:0};this._networkLimits={badNet:{loss:3,rtt:1e3},goodNet:{loss:.5,rtt:600}};if(this._signaling=i,this._mediaSource=r,this._participantId=e,this._isMaster=t,this._serverSettings=n,this._perfStatReporter=new Ze(this,i,!0),this.subscribe(this._signaling,ve.NOTIFICATION,this._onSignalingNotification.bind(this)),this.subscribe(this._mediaSource,Ce.TRACK_REPLACED,this._onReplacedTrack.bind(this)),this.subscribe(this._mediaSource,Ce.SOURCE_CHANGED,this._applySettings.bind(this)),this._pc=new RTCPeerConnection({iceServers:d.iceServers,iceTransportPolicy:d.forceRelayPolicy?"relay":"all"},{optional:[{googSuspendBelowMinBitrate:!1}]}),this._pc.onicecandidate=this._handleIceCandidate.bind(this),this._pc.ontrack=this._onAddTrack.bind(this),this._pc.oniceconnectionstatechange=this._onIceConnectionStateChange.bind(this),this._pc.onconnectionstatechange=this._onConnectionStateChange.bind(this),this._pc.onsignalingstatechange=this._onSignalingStateChange.bind(this),this._prevConsumerSettings={},this._isMaster){try{this._mediaSource.addTrackToPeerConnection(this._pc,!1,!0,d.p2pAudioRed),this._applySettings()}catch(s){m.log(g.ERROR,"addTrack-direct"),c.error("Unable to add media source tracks",s,{participantId:this._participantId}),this._failedOnCreate=s;return}this._createOffer(!1).catch(s=>{this._state===U.IDLE?this._failedOnCreate=s:this.close(s)})}this._startSettingsInterval(),this._startStatInterval()}getState(){return this._state}updateStatisticsInterval(){this._stopStatInterval();let e=this.getState();e!==U.IDLE&&e!==U.CLOSED&&e!==U.FAILED&&this._startStatInterval()}open(e=null){return o(this,null,function*(){if(this._isOpen){c.warn("DirectTransport: Already opened",{participantId:this._participantId});return}if(this._failedOnCreate){this.close(this._failedOnCreate);return}if(c.debug("DirectTransport: Open transport",{participantId:this._participantId}),this._isOpen=!0,this._remotePeerId=e,!this._isMaster)try{this._mediaSource.addTrackToPeerConnection(this._pc,!1,!0,d.p2pAudioRed),this._applySettings()}catch(i){m.log(g.ERROR,"addTrack-direct"),c.error("DirectTransport: Unable to add media source tracks",i,{participantId:this._participantId}),this.close(i);return}this._setState(U.OPENED);let t=e;if(!e){let i=Object.keys(this._remoteSDP);t=i[i.length-1]}if(t&&this._remoteSDP[t])try{yield this._setRemoteDescription(t,this._remoteSDP[t])}catch(i){this.close();return}this._remoteSDP={},this._remoteCandidates={}})}updateSettings(e){Jt(e,this._serverSettings)||(this._serverSettings=e,this._applySettings())}preventRestart(){this._reconnectionPrevented=!0}allowRestart(){this._reconnectionPrevented=!1}close(e){this._isOpen=!1,this._stopReconnection(),this._remoteStream&&(this._remoteStream.getTracks().forEach(t=>{t.stop(),this._triggerEvent(V.REMOTE_TRACK_REMOVED,this._remoteStream,t)}),this._remoteStream=null),this._stopStatInterval(),this._stopSettingsInterval(),this._pc&&(this._pc.onicecandidate=null,this._pc.ontrack=null,this._pc.oniceconnectionstatechange=null,this._pc.onconnectionstatechange=null,this._pc.onsignalingstatechange=null,this._pc.close()),this.unsubscribe(),e?(c.error("DirectTransport: Closed",e,{participantId:this._participantId}),this._setState(U.FAILED)):(c.debug("DirectTransport: Closed",{participantId:this._participantId}),this._setState(U.CLOSED)),this._triggerEvent(V.PEER_CONNECTION_CLOSED)}_setState(e){this._state!==e&&(c.debug(`DirectTransport: State changed to ${e}`,{participantId:this._participantId}),this._state=e,this._triggerEvent(V.STATE_CHANGED,e))}_onSignalingNotification(e){var t,i,r,n;switch(e.notification){case O.TRANSMITTED_DATA:this._handleTransmittedData(e);break;case O.SETTINGS_UPDATE:Object.assign(this._networkLimits.badNet,((t=e.settings)==null?void 0:t.badNet)||{}),Object.assign(this._networkLimits.goodNet,((i=e.settings)==null?void 0:i.goodNet)||{});break;case O.CUSTOM_DATA:e.data.hasOwnProperty("sdk")&&(this._remoteNetworkStat.rtt=((r=e.data.sdk)==null?void 0:r.rtt)||0,this._remoteNetworkStat.loss=((n=e.data.sdk)==null?void 0:n.loss)||0);break}}_handleTransmittedData(e){let t=e.data,i=f.getPeerIdString(e.peerId);f.composeMessageId(e)===this._participantId&&(t.candidate&&t.candidate.candidate?this._addIceCandidate(i,t.candidate).catch(this.close.bind(this)):t.sdp&&this._setRemoteDescription(i,t.sdp).catch(this.close.bind(this)))}_addIceCandidate(e,t){return o(this,null,function*(){if(this._isOpen&&(!this._remotePeerId||this._remotePeerId===e)&&this._pc&&this._pc.remoteDescription){c.debug("Add remote ice candidate",{participantId:this._participantId,candidate:t});try{yield this._pc.addIceCandidate(new RTCIceCandidate(t))}catch(i){throw m.log(g.ERROR,"addIceCandidate-direct"),c.error("Unable to add remote ice candidate",i,{participantId:this._participantId,candidate:t}),i}}else c.debug("Cache remote ice candidate",{participantId:this._participantId,candidate:t}),this._remoteCandidates[e]=this._remoteCandidates[e]||[],this._remoteCandidates[e].push(t)})}_setRemoteCandidates(e){return o(this,null,function*(){if(!this._remoteCandidates[e]){c.log(`No cached candidates found for peer ${e}`);return}let t=this._remoteCandidates[e];this._remoteCandidates[e]=[];for(let i of t)try{yield this._addIceCandidate(e,i)}catch(r){}})}_setRemoteDescription(e,t){return o(this,null,function*(){if(this._isOpen&&(!this._remotePeerId||this._remotePeerId===e)&&this._pc){c.debug("Add remote description",{participantId:this._participantId,sdp:t}),this._calcFingerprint(t.sdp);try{yield this._pc.setRemoteDescription(new RTCSessionDescription(t)),yield this._setRemoteCandidates(e)}catch(i){throw m.log(g.ERROR,"setRemoteDescription-direct"),c.error("Unable to set remote description",i,{participantId:this._participantId,sdp:t}),i}}else this._remoteSDP[e]=t})}_onAddTrack(e){c.debug("Added remote track",{participantId:this._participantId,kind:e.track.kind}),this._remoteStream?this._remoteStream.addTrack(e.track):(this._remoteStream=new MediaStream([e.track]),this._remoteStream.onremovetrack=t=>{this._triggerEvent(V.REMOTE_TRACK_REMOVED,this._remoteStream,t.track)}),this._triggerEvent(V.REMOTE_TRACK_ADDED,this._remoteStream,e.track)}_handleIceCandidate(e){return o(this,null,function*(){e.candidate&&this._signaling.ready&&(c.debug("Local ice candidate",{participantId:this._participantId,candidate:e.candidate}),yield this._signaling.sendCandidate(this._participantId,e.candidate))})}_onSignalingStateChange(){switch(c.debug(`DirectTransport: Signaling state changed to ${this._pc.signalingState}`,{participantId:this._participantId}),this._pc.signalingState){case"have-local-offer":let e=this._pc.localDescription;e?this._signaling.sendSdp(this._participantId,e).catch(this.close.bind(this)):this.close(new Error);break;case"have-remote-offer":this._createAnswer().catch(this.close.bind(this)).then(t=>o(this,null,function*(){return this._signaling.sendSdp(this._participantId,t)})).catch(this.close.bind(this));break}}_onIceConnectionStateChange(){switch(c.debug(`DirectTransport: Ice Connection state changed to ${this._pc.iceConnectionState}`,{participantId:this._participantId}),this._pc.iceConnectionState){case"checking":let e=this.getState();e===U.IDLE||e===U.OPENED?this._setState(U.CONNECTING):this._setState(U.RECONNECTING);break}}_onConnectionStateChange(){switch(c.debug(`DirectTransport: Connection state changed to ${this._pc.connectionState}`,{participantId:this._participantId}),m.log(g.ICE_CONNECTION_STATE,this._pc.connectionState),this._pc.connectionState){case"connected":this._neverConnected=!1,this._setState(U.CONNECTED),this._stopReconnection(),f.getPeerConnectionHostInfo(this._pc).then(e=>{e&&m.log(g.ICE_CONNECTION_TYPE,e.type)});break;case"failed":case"disconnected":this._reconnectionPrevented?this.close(new Error(`Ice connection ${this._pc.connectionState}`)):(this._setState(U.RECONNECTING),this._startReconnection());break;case"closed":this.close(new Error("Ice connection closed"));break}}_startReconnection(){this._reconnectionTimeout||this._iceRestartTimeout||(c.log("Waiting for reconnection...",{participantId:this._participantId}),this._reconnectionTimeout=window.setTimeout(()=>{this._reconnectionTimeout=null,this._neverConnected?this._requestTopologySwitch():this._startIceRestart()},d.transportConnectionWaitTime))}_requestTopologySwitch(){this._isMaster&&this._signaling.ready&&(c.log("Switch topology DIRECT to SERVER",{participantId:this._participantId}),this._signaling.switchTopology(ce.SERVER))}_stopReconnection(){this._reconnectionTimeout&&(clearTimeout(this._reconnectionTimeout),this._reconnectionTimeout=null),this._iceRestartTimeout&&(clearTimeout(this._iceRestartTimeout),this._iceRestartTimeout=null)}_startIceRestart(){this._isMaster?(m.log(g.ICE_RESTART),c.log("Ice restart",{participantId:this._participantId}),this._createOffer(!0).catch(this.close.bind(this))):c.debug("Waiting for ice restart...",{participantId:this._participantId}),this._iceRestartTimeout=window.setTimeout(()=>{this._iceRestartTimeout=null,c.error("Ice restart failed",{participantId:this._participantId}),m.log(g.ERROR,"iceRestart-direct"),this._requestTopologySwitch()},d.iceRestartWaitTime)}_createOffer(e){return o(this,null,function*(){let t={iceRestart:e,offerToReceiveAudio:!0,offerToReceiveVideo:!0};return c.debug("Create offer",{participantId:this._participantId,options:t}),this._pc.createOffer(t).catch(i=>{throw c.error("Unable to create offer",i,{participantId:this._participantId}),m.log(g.ERROR,"createOffer-direct"),i}).then(i=>o(this,null,function*(){return c.debug("Created offer",{participantId:this._participantId,offer:i}),i=et._patchDescription(i),c.debug("Set local description",{participantId:this._participantId,offer:i}),this._calcFingerprint(i.sdp),this._pc.setLocalDescription(i).then(()=>this._pc.localDescription)})).catch(i=>{throw c.error("Unable to set local description",i,{participantId:this._participantId}),m.log(g.ERROR,"setLocalDescription-direct"),i})})}_createAnswer(){return o(this,null,function*(){return c.debug("Create answer",{participantId:this._participantId}),this._pc.createAnswer().catch(e=>{throw c.error("Unable to create answer",e,{participantId:this._participantId}),m.log(g.ERROR,"createAnswer-direct"),e}).then(e=>o(this,null,function*(){return c.debug("Created answer",{participantId:this._participantId,answer:e}),e=et._patchDescription(e),c.debug("Set local description",{participantId:this._participantId,answer:e}),this._calcFingerprint(e.sdp),this._pc.setLocalDescription(e)})).then(()=>this._pc.localDescription).catch(e=>{throw c.error("Unable to set local description",e,{participantId:this._participantId}),m.log(g.ERROR,"setLocalDescription-direct"),e})})}static _patchDescription(e){let t=!!C.baseChromeVersion();return e.sdp=f.patchSDP(e.sdp,d.preferH264&&C.canPreferH264(),C.isBrokenH264(),d.preferVP9,t&&d.audioNack,d.p2pAudioRed),e}_onReplacedTrack(e){this._pc&&(this._pc.getSenders().forEach(t=>{t.track&&t.track.kind===e.kind&&(t.track.enabled=e.enabled,t.replaceTrack(e).catch(i=>{c.error("DirectTransport: Unable to replace track",i,{participantId:this._participantId}),m.log(g.ERROR,"replaceTrack-direct")}))}),this._applySettings())}_startStatInterval(){if(this._statInterval)return;let e=()=>{if(!this._pc){this._stopStatInterval();return}Ot(this._pc,this._lastStat).then(t=>{this._lastStat=t;let i={inbound:{topology:ce.DIRECT,transport:t.transport,rtps:t.rtps.filter(r=>r.type==="inbound-rtp"?(r.userId=this._participantId,!0):!1)},outbound:{topology:ce.DIRECT,transport:t.transport,rtps:t.rtps.filter(r=>r.type==="outbound-rtp")}};this._checkBadNetwork(i),this._triggerEvent(V.REMOTE_DATA_STATS,i),this._statInterval=window.setTimeout(e,d.statisticsInterval)})};this._statInterval=window.setTimeout(e,d.statisticsInterval)}_stopStatInterval(){this._statInterval&&(window.clearTimeout(this._statInterval),this._statInterval=null)}_checkBadNetwork(e){if(!this._signaling.ready)return;let t=ue=>ue.rtt<=this._networkLimits.goodNet.rtt&&ue.loss<=this._networkLimits.goodNet.loss,i=ue=>ue.rtt>=this._networkLimits.badNet.rtt||ue.loss>=this._networkLimits.badNet.loss,r=Math.round(e.outbound.transport.currentRoundTripTime*1e3)||0,n=e.inbound.rtps.reduce((ue,Je)=>Math.max(ue,Je.packetLoss||0),0),s={rtt:this._lastNetworkStat.rtt*(1-Zt)+r*Zt,loss:this._lastNetworkStat.loss*(1-Zt)+n*Zt},p=i(s),l=t(s),h=i(this._remoteNetworkStat),T=t(this._remoteNetworkStat),y=i(this._lastNetworkStat),x=t(this._lastNetworkStat),Se=p||h?.2:l&&T?1:0,Le=Date.now();if((y!==p||x!==l||Le-this._lastNetworkStat.date>d.networkStatisticsInterval)&&(this._lastNetworkStat.date=Date.now(),this._signaling.customData({sdk:Object.assign({type:"bad-net"},s)},null).catch(ue=>{c.warn("Unable to send [bad-net]",ue)})),Se){let ue={};ue[this._participantId]=ue[""]=Se,this._triggerEvent(V.NETWORK_STATUS,ue)}this._lastNetworkStat.rtt=s.rtt,this._lastNetworkStat.loss=s.loss}_startSettingsInterval(){let e=2e3;if(this._settingsInterval)return;let t=()=>{if(!this._pc){this._stopSettingsInterval();return}this._applySettings(),this._settingsInterval=window.setTimeout(t,e)};this._settingsInterval=window.setTimeout(t,e)}_stopSettingsInterval(){this._settingsInterval&&(window.clearTimeout(this._settingsInterval),this._settingsInterval=null)}_calcFingerprint(e){let t=f.sdpFingerprint(e);if(t===null){c.warn("Fingerprint calculation is unsupported");return}this._fingerprint===null?this._fingerprint=t:(S.onFingerprintChange((this._fingerprint^t).toString()),this._fingerprint=null)}_applySettings(){var t;let e=this._mediaSource.getMediaSettings().isScreenSharingEnabled?this._serverSettings.screenSharing:this._serverSettings.camera;e&&((t=this._pc)==null?void 0:t.connectionState)==="connected"&&(this._prevConsumerSettings=f.applySettings(this._pc,e,this._prevConsumerSettings))}};var Xr=(r=>(r.producerNotification="producerNotification",r.producerCommand="producerCommand",r.consumerScreenShare="consumerScreenShare",r.producerScreenShare="producerScreenShare",r))(Xr||{}),wt=Xr;import{decode as _t}from"messagepack";var Li=class{constructor(){this.streamDescriptionByCompactId=new Map}getStreamDescription(e){return this.streamDescriptionByCompactId.get(e)}handleMessage(e){var n,s;let t=new Uint8Array(e),i=t[0],r=t.subarray(1);switch(i){case 1:let p=_t(r);return Object.entries(p).forEach(([$,Se])=>{let Le=Dt($);this.streamDescriptionByCompactId.set(Se,Le)}),null;case 2:case 4:let l=_t(r),h=[];for(let $ of l){let Se=this.getStreamDescription($);Se&&h.push(Se.participantId)}return i===2?{type:"notification",notification:O.AUDIO_ACTIVITY,activeParticipants:h}:{type:"notification",notification:O.STALLED_ACTIVITY,stalledParticipants:h};case 3:let T=_t(r);return{type:"notification",notification:O.SPEAKER_CHANGED,speaker:(n=this.getStreamDescription(T))==null?void 0:n.participantId};case 5:let y=_t(r);return{type:"notification",notification:O.VIDEO_QUALITY_UPDATE,quality:{maxBitrate:y[0],maxDimension:y[1]}};case 6:let x=_t(r),N={};for(let[$,Se]of Object.entries(x)){let Le=(s=this.getStreamDescription(Number($)))==null?void 0:s.participantId;Le&&(N[Le]=Se/100)}return{type:"notification",notification:O.NETWORK_STATUS,statuses:N};case 7:return this._createParticipantSourcesUpdateNotification(r);default:return c.debug("unsupported message type: "+i),null}}_createParticipantSourcesUpdateNotification(e){let t=_t(e),i=[];for(let[r,n]of Object.entries(t)){let s=n[0],p=n[1],l=n[2],h;if(s!==null){if(h=this.getStreamDescription(s),!h){c.error(`could not uncompress participant ID ${s}`);continue}}else h=null;if(l===null){c.error("unexpected null sequenceNumber",r,n);continue}let T=we.PARTICIPANT_AGNOSTIC_TRACK_PREFIX+"-"+r,y=p?p>>>0:null;i.push({participantStreamDescription:h,streamId:T,rtpTimestamp:y,sequenceNumber:l})}return{type:"notification",notification:O.PARTICIPANT_SOURCES_UPDATE,participantUpdateInfos:i}}};var Xa=90,Za=4294967295,Re=class extends Q{constructor(e,t,i){super();this._pc=null;this._producerNotification=null;this._producerCommand=null;this._producerScreen=null;this._consumerScreen=null;this._isOpen=!1;this._observer=!1;this._reconnectionPrevented=!1;this._state=U.IDLE;this._statInterval=null;this._settingsInterval=null;this._statBytes={};this._ssrcMap={};this._producerOfferIsProcessing=!1;this._producerNextOffer=null;this._prevConsumerSettings={};this._captureSender=null;this._captureReceiver=null;this._participantIdRegistry=null;this._disabledSenders=new Set;this._rtpReceiversByStreamId={};this._producerSessionId="";this._signaling=e,this._mediaSource=t,this.subscribe(this._signaling,ve.NOTIFICATION,this._onSignalingNotification.bind(this)),this.subscribe(this._mediaSource,Ce.TRACK_REPLACED,this._onReplacedTrack.bind(this)),this.subscribe(this._mediaSource,Ce.SOURCE_CHANGED,this._applyConsumerSettings.bind(this)),this.subscribe(this._mediaSource,Ce.SCREEN_STATUS,this._onScreenSharingStatus.bind(this)),this._perfStatReporter=new Ze(this,e),this._serverSettings=i,c.debug("ServerTransport: Created")}getState(){return this._state||U.IDLE}updateStatisticsInterval(){this._stopStatInterval();let e=this.getState();e!==U.IDLE&&e!==U.CLOSED&&e!==U.FAILED&&this._startStatInterval()}open(e=!1){if(this._isOpen){c.log("ServerTransport: Already opened connections");return}this._isOpen=!0,this._observer=e,this._openConnection()}close(e){this._isOpen=!1,this._closeConnection(),this.unsubscribe(),e?(c.error("ServerTransport: Closed",e),this._setState(U.FAILED)):(c.debug("ServerTransport: Closed"),this._setState(U.CLOSED))}removeParticipant(e){var t;(t=this._captureReceiver)==null||t.close(e)}preventRestart(){this._reconnectionPrevented=!0}allowRestart(){this._reconnectionPrevented=!1}updateSettings(e){Jt(e,this._serverSettings)||(this._serverSettings=e,this._applyConsumerSettings())}_closeConnection(){this._stopStatInterval(),this._stopSettingsInterval(),this._removeCaptureSender(),this._removeCaptureReceiver(),this._pc&&(this._rtpReceiversByStreamId={},this._disabledSenders.forEach(e=>{var t;return(t=e.track)==null?void 0:t.stop()}),this._disabledSenders.clear(),this._pc.ontrack=null,this._pc.onconnectionstatechange=null,this._pc.onsignalingstatechange=null,this._participantIdRegistry=null,Re._closeDataChannel(this._producerNotification),Re._closeDataChannel(this._producerCommand),Re._closeDataChannel(this._producerScreen),Re._closeDataChannel(this._consumerScreen),this._pc.close(),this._pc=null,this._producerOfferIsProcessing=!1,this._producerNextOffer=null),this._triggerEvent(V.PEER_CONNECTION_CLOSED)}static _closeDataChannel(e){e&&(e.onopen=null,e.onmessage=null,e.onerror=null,e.close())}_createDataChannel(e,t,i){c.debug(`[${t}] data channel opening`);let r=e.createDataChannel(t,{ordered:!0});r.onopen=()=>{let n=r.readyState;n==="open"?(c.debug(`[${t}] data channel opened`),r.onerror=s=>{c.error(`[${t}] data channel error`,s)},i(r)):c.error(`[${t}] data channel open failed, state [${n}]`)}}_openConnection(e=!1){c.debug("ServerTransport: Open single connection");let t={};C.baseChromeVersion()&&(t.sdpSemantics=Re._isUnifiedPlanSupported()?"unified-plan":"plan-b"),this._pc=new RTCPeerConnection(t,{optional:[{googSuspendBelowMinBitrate:!1}]}),this._pc.ontrack=this._onAddTrack.bind(this,this._pc),this._pc.onconnectionstatechange=f.throttle(i=>{this._pc&&this._onConnectionStateChange(this._pc,i)},500),this._pc.onsignalingstatechange=Re._onSignalingStateChange.bind(this,this._pc),d.producerNotificationDataChannel&&this._createDataChannel(this._pc,wt.producerNotification,i=>{this._producerNotification=i,this._producerNotification.binaryType="arraybuffer",this._participantIdRegistry=new Li,this._signaling.setParticipantIdRegistry(this._participantIdRegistry),this._signaling.setProducerNotificationDataChannel(i)}),d.producerCommandDataChannel&&(this._signaling.useCommandDataChannel(!0),this._createDataChannel(this._pc,wt.producerCommand,i=>{this._producerCommand=i,this._signaling.setProducerCommandDataChannel(i)})),d.producerScreenDataChannel&&this._createDataChannel(this._pc,wt.producerScreenShare,i=>{this._producerScreen=i,this._producerScreen.binaryType="arraybuffer",this._createCaptureReceiver()});try{this._mediaSource.addTrackToPeerConnection(this._pc,this._observer,!1,d.serverAudioRed),this._prevConsumerSettings={},this._applyConsumerSettings()}catch(i){c.error("ServerTransport: Unable to add media source tracks",i),m.log(g.ERROR,"addTrack-single"),this.close(i);return}d.consumerScreenDataChannel&&this._createDataChannel(this._pc,wt.consumerScreenShare,i=>{this._consumerScreen=i,this._consumerScreen.binaryType="arraybuffer";let r=this._mediaSource.getScreenTrack();r&&this._createCaptureSender(r)}),e||this._allocateConsumer(),this._setState(U.OPENED),this._startStatInterval(),this._startSettingsInterval()}_reconnect(){this.getState()!==U.OPENED&&(this._setState(U.RECONNECTING),this._closeConnection(),this._openConnection(!0))}_signalActiveParticipants(e){this._triggerEvent(V.SIGNALLED_ACTIVE_PARTICIPANTS,e)}_signalStalledParticipants(e){this._triggerEvent(V.SIGNALLED_STALLED_PARTICIPANTS,e)}_signalSpeakerChanged(e){this._triggerEvent(V.SIGNALLED_SPEAKER_CHANGED,e)}_signalNetworkStatus(e){this._triggerEvent(V.NETWORK_STATUS,e)}_updateSSRCMap(e){e&&e.sdp.split(`
12
- `).forEach(t=>{let i=`a=ssrc:([0-9]+) label:(audio|video)-((?:[ug]?[\\d]+)|(?:mix)|(?:${we.PARTICIPANT_AGNOSTIC_TRACK_PREFIX}-[0-9]+))`,r=new RegExp(i).exec(t);r&&(this._ssrcMap[r[1]]=r[3])})}_createCaptureSender(e){!e||!d.consumerScreenDataChannel||!this._consumerScreen||!this._mediaSource.getMediaSettings().isScreenSharingEnabled||(this._captureSender&&this._removeCaptureSender(),this._captureSender=new ut(e,this._consumerScreen))}_removeCaptureSender(){var e;(e=this._captureSender)==null||e.destroy(),this._captureSender=null}_createCaptureReceiver(){!d.producerScreenDataChannel||!this._producerScreen||!this._participantIdRegistry||(this._captureReceiver&&this._removeCaptureReceiver(),this._captureReceiver=new pt(this._producerScreen,this._participantIdRegistry,(e,t)=>{this._triggerEvent(V.REMOTE_STREAM_SECOND,e,t)},e=>{this._triggerEvent(V.REMOTE_STREAM_SECOND,e,null)}))}_removeCaptureReceiver(){var e;(e=this._captureReceiver)==null||e.destroy(),this._captureReceiver=null}_applyConsumerSettings(){let e=this._mediaSource.getMediaSettings().isScreenSharingEnabled&&!d.consumerScreenDataChannel?this._serverSettings.screenSharing:this._serverSettings.camera;if(e&&this._pc){let t=[];this._pc.getSenders().forEach(i=>{if(!i.track||i.track.kind!==se.video)return;let r=!this._disabledSenders.has(i),n=e.maxDimension!==0;if(r&&!n){c.log("Disabling video upload"),this._disabledSenders.add(i),i.replaceTrack(C.getBlackMediaTrack()).catch(p=>{c.error("Could not disable video upload",p)});return}let s=this._mediaSource.getSendVideoTrack();if(!r&&n&&s){c.log("Enabling video upload"),this._disabledSenders.delete(i);let p=i.track;p.enabled=s.enabled,i.replaceTrack(s).then(()=>p.stop()).catch(l=>{c.error("Could not enable video upload",l)})}f.applyVideoTrackSettings(e,i,s!=null?s:i.track,this._prevConsumerSettings,t)}),this._prevConsumerSettings=t}}_onScreenSharingStatus(e){e.track?this._createCaptureSender(e.track):this._removeCaptureSender()}_setState(e){this._state!==e&&(this._state=e,this._triggerEvent(V.STATE_CHANGED,e))}_startStatInterval(){if(this._statInterval)return;let e=()=>{if(!this._pc){this._stopStatInterval();return}this._collectStat().then(t=>{this._reportStats(t),this._detectStaleTracks(t)}).catch(()=>{}),this._statInterval=window.setTimeout(e,d.statisticsInterval)};this._statInterval=window.setTimeout(e,d.statisticsInterval)}_stopStatInterval(){this._statInterval&&(window.clearTimeout(this._statInterval),this._statInterval=null),this._statBytes={}}_startSettingsInterval(){let e=2e3;if(this._settingsInterval)return;let t=()=>{if(!this._pc){this._stopSettingsInterval();return}this._applyConsumerSettings(),this._settingsInterval=window.setTimeout(t,e)};this._settingsInterval=window.setTimeout(t,e)}_stopSettingsInterval(){this._settingsInterval&&(window.clearTimeout(this._settingsInterval),this._settingsInterval=null)}_collectStat(){return o(this,null,function*(){if(!this._pc)return Promise.reject();let e=yield Ot(this._pc,this._lastStat,this._ssrcMap);return this._lastStat=e,e})}_reportStats(e){this._triggerEvent(V.REMOTE_DATA_STATS,{inbound:{topology:ce.SERVER,transport:e.transport,rtps:e.rtps.filter(t=>t.type==="inbound-rtp")},outbound:{topology:ce.SERVER,transport:e.transport,rtps:e.rtps.filter(t=>t.type==="outbound-rtp")}})}_detectStaleTracks(e){let t=e.rtps.find(s=>s.type==="inbound-rtp"&&s.kind==="audio"&&this._ssrcMap[s.ssrc]==="mix");if(!t)return;let i=we.AUDIO_MIX,r=this._statBytes[i],n=!1;if(r){let s=t.bytesReceived-r.bytesReceived;s>=0&&s<=5&&(n=!0),r.stalled!==n&&this._triggerEvent(V.REMOTE_ALL_STALL,n)}this._statBytes[i]={bytesReceived:t.bytesReceived,stalled:n}}_allocateConsumer(){if(!this._signaling.ready)return;let e={estimatedPerformanceIndex:Ze.getEstimatedPerformanceIndex(),audioMix:!0,consumerUpdate:!0,producerNotificationDataChannelVersion:d.producerNotificationDataChannel?6:0,producerCommandDataChannelVersion:d.producerCommandDataChannel?2:0,consumerScreenDataChannelVersion:d.consumerScreenDataChannel?1:0,producerScreenDataChannelVersion:d.producerScreenDataChannel?1:0,onDemandTracks:!0,unifiedPlan:Re._isUnifiedPlanSupported(),singleSession:!0,videoTracksCount:d.videoTracksCount,red:d.serverAudioRed};this._signaling.allocateConsumer(null,e)}_acceptProducer(e){return o(this,null,function*(){if(this._producerOfferIsProcessing){this._producerNextOffer=e,c.debug("[single] wait until other remote offer is processed");return}this._producerOfferIsProcessing=!0;let t=new RTCSessionDescription({type:"offer",sdp:e});if(c.debug("[single] set remote offer",{offer:t}),!this._pc)throw new Error("Interrupt allocation");this._pc.setRemoteDescription(t).catch(i=>{throw c.error("[single] unable to set remote offer",i),m.log(g.ERROR,"setRemoteDescription-single"),i}).then(()=>o(this,null,function*(){if(c.debug("[single] create local answer"),!this._pc)throw new Error("Interrupt allocation");return this._pc.createAnswer()})).catch(i=>{throw c.error("[single] unable to create answer",i),m.log(g.ERROR,"createAnswer-single"),i}).then(i=>(i.sdp=f.patchSDP(i.sdp,!1,C.isBrokenH264(),!1),i)).then(i=>o(this,null,function*(){if(c.debug("[single] set local answer",{answer:i}),!this._pc)throw new Error("Interrupt allocation");return yield this._pc.setLocalDescription(i),i})).catch(i=>{throw c.error("[single] unable to set local answer",i),m.log(g.ERROR,"setLocalDescription-single"),i}).then(i=>o(this,null,function*(){c.debug("[single] transmit local answer",{answer:i}),this._updateSSRCMap(t),yield this._signaling.acceptProducer(i,Object.keys(this._ssrcMap)),c.debug("[single] remote offer has been processed")})).catch(i=>{c.warn("[single] unable to send local answer",i),m.log(g.ERROR,"acceptProducer")}).then(()=>o(this,null,function*(){if(this._producerOfferIsProcessing=!1,this._producerNextOffer){c.debug("[single] there is other unprocessed remote offer, process it");let i=this._producerNextOffer;return this._producerNextOffer=null,this._acceptProducer(i)}})).catch(i=>this.close(i))})}_onSignalingNotification(e){return o(this,null,function*(){if(!!this._isOpen)switch(e.notification){case O.PRODUCER_UPDATED:yield this._onProducerUpdated(e);break;case O.REALLOC_CON:this._reconnect();break;case O.AUDIO_ACTIVITY:this._signalActiveParticipants(e.activeParticipants);break;case O.SPEAKER_CHANGED:this._signalSpeakerChanged(e.speaker);break;case O.STALLED_ACTIVITY:this._signalStalledParticipants(e.stalledParticipants);break;case O.NETWORK_STATUS:this._signalNetworkStatus(e.statuses);break}})}_onProducerUpdated(e){return o(this,null,function*(){this._producerSessionId&&this._producerSessionId!==e.sessionId&&this._reconnect(),d.breakVideoPayloadTypes&&(c.log("test mode enabled, video switched off"),this._signaling.requestTestMode("breakVideoPayloadTypes",null)),this._producerSessionId=e.sessionId,yield this._acceptProducer(e.description)})}_onAddTrack(e,t){c.debug("[single] remote track (added)",{track:t.track});let i=t.streams[0];i?(i.onremovetrack||(i.onremovetrack=n=>{this._triggerEvent(V.REMOTE_TRACK_REMOVED,i.id,i,n.track)}),i.getTracks().find(n=>n.id===t.track.id)||i.addTrack(t.track),this._rtpReceiversByStreamId[i.id]=t.receiver,this._triggerEvent(V.REMOTE_TRACK_ADDED,i.id,i,t.track)):c.error("[single] unable to get media stream from track event")}static _onSignalingStateChange(e,t){c.debug("[single] signaling state changed",{state:e.signalingState},t)}_onConnectionStateChange(e,t){switch(c.debug("[single] connection state changed",{state:e.connectionState},t),m.log(g.ICE_CONNECTION_STATE,e.connectionState),e.connectionState){case"failed":this._reconnectionPrevented?this.close(new Error("Ice connection failed")):this._reconnect();break;case"connecting":let i=this.getState();i===U.IDLE||i===U.OPENED?this._setState(U.CONNECTING):e.iceConnectionState==="checking"&&this._setState(U.RECONNECTING);break;case"disconnected":this._reconnectionPrevented?this.close(new Error("Ice connection disconnected")):this._setState(U.RECONNECTING);break;case"connected":this._setState(U.CONNECTED),f.getPeerConnectionHostInfo(e).then(r=>{r&&m.log(g.ICE_CONNECTION_TYPE,r.type)});break}}_onReplacedTrack(e,t){this._pc&&(d.consumerScreenDataChannel&&t&&(e=t),this._pc.getSenders().forEach(i=>{i.track&&i.track.kind===e.kind&&!this._disabledSenders.has(i)&&(i.track.enabled=e.enabled,i.replaceTrack(e).catch(r=>{c.error("ServerTransport: Unable to replace track",r),m.log(g.ERROR,"replaceTrack-single")}))})),this._applyConsumerSettings()}static _isUnifiedPlanSupported(){let e=C.baseChromeVersion();return e?d.isUnifiedPlanSupported("Chrome",e):d.isUnifiedPlanSupported(C.browserName(),Number(C.browserVersion()))}getStreamWaitingTimeMs(e,t){if(!this._pc)return m.log(g.PAT_WAITING_TIME_ERROR,"noConnection"),c.error("Cannot get stream waiting time, peer connection is not initialized"),0;let i=this._rtpReceiversByStreamId[e];if(!i)return m.log(g.PAT_WAITING_TIME_ERROR,"noReceiver"),c.error(`Cannot get stream waiting time, cannot find RTP receiver by stream ID: ${e}`),0;let r=i.getSynchronizationSources();if(!r||!r.length)return c.log(`Cannot get stream waiting time, ${e} receiver has no synchronization sources`),0;let s=r[0].rtpTimestamp;if(!Number.isInteger(s))return m.log(g.PAT_WAITING_TIME_ERROR,"timestampNotInteger"),c.error(`Cannot get stream waiting time, ${e} receiver's RTP timestamp is not an integer: ${s}`),0;let p=t-s&Za,l=Math.ceil(p/Xa);return Math.min(100,Math.max(0,l))}};var V=(N=>(N.REMOTE_TRACK_ADDED="REMOTE_TRACK_ADDED",N.REMOTE_TRACK_REMOVED="REMOTE_TRACK_REMOVED",N.REMOTE_STREAM_SECOND="REMOTE_STREAM_SECOND",N.REMOTE_ALL_STALL="REMOTE_ALL_STALL",N.REMOTE_DATA_STATS="REMOTE_DATA_STATS",N.STATE_CHANGED="STATE_CHANGED",N.LOCAL_STATE_CHANGED="LOCAL_STATE_CHANGED",N.SIGNALLED_ACTIVE_PARTICIPANTS="SIGNALLED_ACTIVE_PARTICIPANTS",N.SIGNALLED_SPEAKER_CHANGED="SIGNALLED_SPEAKER_CHANGED",N.SIGNALLED_STALLED_PARTICIPANTS="SIGNALLED_STALLED_PARTICIPANTS",N.TOPOLOGY_CHANGED="TOPOLOGY_CHANGED",N.NETWORK_STATUS="NETWORK_STATUS",N.PEER_CONNECTION_CLOSED="PEER_CONNECTION_CLOSED",N))(V||{}),U=(p=>(p.IDLE="IDLE",p.OPENED="OPENED",p.CONNECTING="CONNECTING",p.RECONNECTING="RECONNECTING",p.CONNECTED="CONNECTED",p.CLOSED="CLOSED",p.FAILED="FAILED",p))(U||{}),ce=(t=>(t.DIRECT="DIRECT",t.SERVER="SERVER",t))(ce||{}),Ni=class extends Q{constructor(e,t,i,r){super();this._allocated=[];this._opened=[];this._directTransport=null;this._serverTransport=null;this._dtListeners=[];this._stListeners=[];this._states={};this._localState="IDLE";this._signaling=t,this._mediaSource=i,this._topology=e,this._serverSettings=r,this.subscribe(this._signaling,ve.NOTIFICATION,this._onSignalingNotification.bind(this)),e==="SERVER"&&(this._serverTransport=this._createServerTransport())}updateSettings(e){c.log("Update transport settings",e),this._serverSettings=e,this._directTransport&&this._directTransport.updateSettings(e),this._serverTransport&&this._serverTransport.updateSettings(e)}updateStatisticsInterval(){this._directTransport&&this._directTransport.updateStatisticsInterval(),this._serverTransport&&this._serverTransport.updateStatisticsInterval()}allocate(e,t=!1){if(this._allocated.indexOf(e)!==-1){c.warn(`The participant [${e}] has already had allocated transport`);return}this._allocated.push(e),this._topology==="DIRECT"&&!this._directTransport&&(this._directTransport=this._createDirectTransport(e,t)),this._topology==="SERVER"&&!this._serverTransport&&(this._serverTransport=this._createServerTransport())}open(e,t=null,i=!1,r=!1){let n=r;for(let s of e){if(this._opened.indexOf(s)!==-1){c.warn(`The participant [${s}] has already had opened transport`);continue}if(this._allocated.indexOf(s)===-1){c.warn(`The participant [${s}] has no allocated transport`);continue}this._opened.push(s),n=!0}!n||(this._topology==="DIRECT"&&this._directTransport&&this._directTransport.open(t),this._topology==="SERVER"&&this._serverTransport&&(this._serverTransport.open(i),this._setStates(e,this._serverTransport.getState()),this._setLocalState(this._serverTransport.getState())),c.debug("The transport has been opened",e))}close(e){var r;let t=this._allocated.indexOf(e),i=this._opened.indexOf(e);t<0&&c.warn(`The participant [${e}] transport has already deallocated`),this._topology==="DIRECT"&&this._directTransport&&(this._directTransport.close(),this._directTransport=null),this._topology==="SERVER"&&((r=this._serverTransport)==null||r.removeParticipant(e),this._setState(e,"CLOSED")),i>=0&&this._opened.splice(i,1),t>=0&&this._allocated.splice(t,1)}destroy(){this.unsubscribe(),this._dtListeners&&this._dtListeners.forEach(e=>{e.dispose()}),this._stListeners&&this._stListeners.forEach(e=>{e.dispose()}),this._directTransport&&(this._directTransport.close(),this._directTransport=null),this._serverTransport&&(this._serverTransport.close(),this._serverTransport=null),this._allocated=[],this._opened=[]}getTopology(){return this._topology}isAllocated(e){return this._allocated.indexOf(e)>=0}allocated(){return this._allocated.slice()}opened(){return this._opened.slice()}getState(){return this._topology==="SERVER"?this._serverTransport.getState():this._directTransport.getState()}_setStates(e,t){let i=e.filter(r=>this._states[r]!==t?(this._states[r]=t,!0):!1);i.length&&this._triggerEvent("STATE_CHANGED",i,t)}_setState(e,t){this._states[e]!==t&&(this._states[e]=t,this._triggerEvent("STATE_CHANGED",[e],t))}_setLocalState(e){this._localState!==e&&(this._localState=e,this._triggerEvent("LOCAL_STATE_CHANGED",e))}_onSignalingNotification(e){if(e.notification===O.TOPOLOGY_CHANGED)return this._onTopologyChanged(e)}_onTopologyChanged(e){var t;if(e.topology!==this._topology){if(c.log(`Topology changed ${this._topology} -> ${e.topology}`),m.log(g.TOPOLOGY_CHANGE_REQUESTED,e.topology),this._topology=e.topology,this._topology==="SERVER"&&(this._serverTransport?this._serverTransport.allowRestart():(this._serverTransport=this._createServerTransport(),this._opened.length>0&&((t=this._directTransport)==null||t.preventRestart(),this._serverTransport.open()))),this._topology==="DIRECT"){let i=e.offerTo||[],r=e.offerToTypes||[],n=e.offerToDeviceIdxs||[],s=i.length&&r.length?f.composeParticipantId(i[0],r[0],n[0]):null;if(this._serverTransport&&this._serverTransport.preventRestart(),!this._allocated||this._allocated.length===0){c.error("Topology changed to DIRECT, but the list of allocated participants is empty");return}this._allocated.length>1&&c.warn("Topology changed to DIRECT, but the allocated participants count more then one");let p=this._allocated[0];if(this._directTransport)this._directTransport.allowRestart();else{let l=s===p;this._directTransport=this._createDirectTransport(p,l)}this._opened.indexOf(p)>=0&&this._directTransport.open()}this._triggerEvent("TOPOLOGY_CHANGED",this._topology)}}_createDirectTransport(e,t=!1){let i=new et(e,t,this._signaling,this._mediaSource,this._serverSettings);return this._dtListeners&&this._dtListeners.length>0&&c.warn(`The list of direct listeners for the participant [${e}] is not empty`),this._dtListeners=[],this._dtListeners.push(i.addEventListener("REMOTE_TRACK_ADDED",this._onDirectRemoteTrackAdded.bind(this,e)),i.addEventListener("REMOTE_TRACK_REMOVED",this._onDirectRemoteTrackRemoved.bind(this,e)),i.addEventListener("REMOTE_DATA_STATS",this._onDirectRemoteDataStats.bind(this)),i.addEventListener("STATE_CHANGED",this._onDirectTransportChanged.bind(this,e)),i.addEventListener("NETWORK_STATUS",this._onTransportNetworkStatus.bind(this)),i.addEventListener("PEER_CONNECTION_CLOSED",this._onPeerConnectionClosed.bind(this,"DIRECT"))),i}_createServerTransport(){let e=new Re(this._signaling,this._mediaSource,this._serverSettings);return this._stListeners&&this._stListeners.length>0&&c.warn("The list of server transport listeners is not empty"),this._stListeners=[],this._stListeners.push(e.addEventListener("REMOTE_TRACK_ADDED",this._onServerRemoteTrackAdded.bind(this)),e.addEventListener("REMOTE_TRACK_REMOVED",this._onServerRemoteTrackRemoved.bind(this)),e.addEventListener("REMOTE_ALL_STALL",this._onServerRemoteAllStall.bind(this)),e.addEventListener("REMOTE_DATA_STATS",this._onServerRemoteDataStats.bind(this)),e.addEventListener("STATE_CHANGED",this._onServerTransportChanged.bind(this)),e.addEventListener("SIGNALLED_ACTIVE_PARTICIPANTS",this._onTransportActiveParticipants.bind(this)),e.addEventListener("SIGNALLED_SPEAKER_CHANGED",this._onTransportSpeakerChanged.bind(this)),e.addEventListener("SIGNALLED_STALLED_PARTICIPANTS",this._onTransportStalledParticipants.bind(this)),e.addEventListener("NETWORK_STATUS",this._onTransportNetworkStatus.bind(this)),e.addEventListener("REMOTE_STREAM_SECOND",this._onRemoteStreamSecond.bind(this)),e.addEventListener("PEER_CONNECTION_CLOSED",this._onPeerConnectionClosed.bind(this,"SERVER"))),e}_releaseDirectTransport(e){this._directTransport&&(e&&this._directTransport.close(),this._directTransport=null),this._dtListeners&&(this._dtListeners.forEach(t=>{t.dispose()}),this._dtListeners=[])}_releaseServerTransport(e){this._serverTransport&&(e&&this._serverTransport.close(),this._serverTransport=null),this._stListeners&&(this._stListeners.forEach(t=>{t.dispose()}),this._stListeners=[])}_setLocalNoiseSuppression(e){var t;d.noiseSuppression!==e&&(d.noiseSuppression=e,(t=this._mediaSource)==null||t.updateNoiseSuppression())}_onDirectTransportChanged(e,t){if(t==="CONNECTED"&&this._topology==="DIRECT"&&this._releaseServerTransport(!0),(t==="CLOSED"||t==="FAILED")&&(this._releaseDirectTransport(!1),this._topology==="DIRECT")){let i=this._opened.indexOf(e);i>=0&&this._opened.splice(i,1);let r=this._allocated.indexOf(e);r>=0&&this._allocated.splice(r,1)}this._topology==="DIRECT"&&(this._setState(e,t),this._setLocalState(t))}_onServerTransportChanged(e){let t=this._opened.slice();e==="CONNECTED"&&this._topology==="SERVER"&&this._releaseDirectTransport(!0),(e==="CLOSED"||e==="FAILED")&&(this._releaseServerTransport(!1),this._topology==="SERVER"&&(this._allocated=[],this._opened=[])),this._topology==="SERVER"&&(this._setStates(t,e),this._setLocalState(e))}_onTransportActiveParticipants(e){this._topology==="SERVER"&&this._triggerEvent("SIGNALLED_ACTIVE_PARTICIPANTS",e)}_onTransportStalledParticipants(e){this._topology==="SERVER"&&this._triggerEvent("SIGNALLED_STALLED_PARTICIPANTS",e)}_onTransportSpeakerChanged(e){this._topology==="SERVER"&&this._triggerEvent("SIGNALLED_SPEAKER_CHANGED",e)}_onTransportNetworkStatus(e){this._triggerEvent("NETWORK_STATUS",e)}_onRemoteStreamSecond(e,t){this._triggerEvent("REMOTE_STREAM_SECOND",e,t)}_onPeerConnectionClosed(e){this._triggerEvent("PEER_CONNECTION_CLOSED",e)}_onServerRemoteAllStall(e){this._topology==="SERVER"&&this._triggerEvent("REMOTE_ALL_STALL",e)}_onServerRemoteDataStats(e){this._triggerEvent("REMOTE_DATA_STATS",e)}_onDirectRemoteTrackAdded(e,t,i){this._triggerEvent("REMOTE_TRACK_ADDED",e,t,i)}_onDirectRemoteTrackRemoved(e,t,i){this._triggerEvent("REMOTE_TRACK_REMOVED",e,t,i)}_onDirectRemoteDataStats(e){this._triggerEvent("REMOTE_DATA_STATS",e)}_onServerRemoteTrackAdded(e,t,i){this._triggerEvent("REMOTE_TRACK_ADDED",e,t,i)}_onServerRemoteTrackRemoved(e,t,i){this._triggerEvent("REMOTE_TRACK_REMOVED",e,t,i)}getStreamWaitingTimeMs(e,t){return this._topology!=="SERVER"?(m.log(g.PAT_WAITING_TIME_ERROR,"wrongTopology"),c.error(`Cannot get stream waiting time, incorrect topology: ${this._topology}`),0):this._serverTransport?this._serverTransport.getStreamWaitingTimeMs(e,t):(m.log(g.PAT_WAITING_TIME_ERROR,"noTransport"),c.error("Cannot get stream waiting time, server transport is not initialized"),0)}};var tt=(e=>(e.VOLUMES_DETECTED="VOLUMES_DETECTED",e))(tt||{}),Ui=class extends Q{constructor(e){super();this._detector=null;this._interval=null;this.subscribe(e,V.REMOTE_TRACK_ADDED,this._onRemoteTrackAdded.bind(this)),this.subscribe(e,V.REMOTE_TRACK_REMOVED,this._onRemoteTrackRemoved.bind(this)),this.subscribe(e,V.SIGNALLED_ACTIVE_PARTICIPANTS,this._onSignalledActiveParticipants.bind(this)),this.subscribe(e,V.TOPOLOGY_CHANGED,this._onTopologyChanged.bind(this))}destroy(){var e;this._interval&&(window.clearTimeout(this._interval),this._interval=null),this.unsubscribe(),(e=this._detector)==null||e.destroy(),this._detector=null}_onRemoteTrackAdded(e,t,i){var r;if(i.kind===se.audio&&((r=this._detector)==null||r.destroy(),this._detector=new At(e,t),!this._interval)){let n=()=>{this._collectVolumes(),this._interval=window.setTimeout(n,d.voiceParams.interval)};this._interval=window.setTimeout(n,d.voiceParams.interval)}}_onRemoteTrackRemoved(e,t,i){i.kind===se.audio&&(!this._detector||this._detector.stream!==t||(this._detector.destroy(),this._detector=null))}_collectVolumes(){if(!this._detector)return;let e={},t=this._detector.trackId,i=this._detector.getLevel();if(t===we.AUDIO_MIX){if(this._activeParticipants)for(let r of this._activeParticipants)e[r]=i}else e[t]=i;this._triggerEvent("VOLUMES_DETECTED",e)}_onSignalledActiveParticipants(e){this._activeParticipants=e}_onTopologyChanged(e){e===ce.DIRECT&&(this._activeParticipants=null)}};var Bi=(e=>(e.SPEAKER_CHANGED="SPEAKER_CHANGED",e))(Bi||{}),Vi=class extends Q{constructor(e,t,i){super();this._speakerId=null;this._serverSideSpeakerDetection=!1;this._serverSideSpeakerDetection=i===ce.SERVER,this.subscribe(e,tt.VOLUMES_DETECTED,this._onVolumesDetected.bind(this)),this.subscribe(t,V.SIGNALLED_SPEAKER_CHANGED,this._onServerSpeakerChanged.bind(this)),this.subscribe(t,V.TOPOLOGY_CHANGED,this._onTopologyChanged.bind(this))}destroy(){this.unsubscribe()}_onVolumesDetected(e){if(this._serverSideSpeakerDetection)return;let t=0,i=null;if(Object.keys(e).forEach(r=>{let n=e[r].smoothed;n>t&&n>d.voiceParams.threshold&&(t=n,i=r)}),i&&i!==this._speakerId){let r=this._speakerId&&e.hasOwnProperty(this._speakerId)?e[this._speakerId].smoothed:0;t>r*d.voiceParams.speakerLevelMultiplier&&(this._speakerId=i,this._triggerEvent("SPEAKER_CHANGED",i))}}_onServerSpeakerChanged(e){this._serverSideSpeakerDetection&&this._triggerEvent("SPEAKER_CHANGED",e)}_onTopologyChanged(e){this._serverSideSpeakerDetection=e===ce.SERVER}};var ei=class extends Q{constructor(e,t,i){super();this._states={};this._volumes={};this._participants={};this._connectionTimeout=0;this._volumeTimeout=0;this._transport=e,this._participants=i,this.subscribe(e,V.STATE_CHANGED,this._onTransportStateChanged.bind(this)),this.subscribe(t,tt.VOLUMES_DETECTED,this._onVolumesDetected.bind(this))}destroy(){this.unsubscribe(),this._connectionTimeout&&window.clearTimeout(this._connectionTimeout),this._volumeTimeout&&window.clearTimeout(this._volumeTimeout)}onChangeRemoteMediaSettings(e,t){t.isAudioEnabled||(this._volumes[e]=1),t.isAudioEnabled&&(this._volumes[e]=0)}_onTransportStateChanged(e,t){e.forEach(i=>this._states[i]=t),t===U.OPENED&&(this._connectionTimeout||(this._connectionTimeout=window.setTimeout(this._onConnectionTimeout.bind(this),d.specListenerParams.connectionTimeout)),this._volumeTimeout||(this._volumeTimeout=window.setTimeout(this._onVolumeTimeout.bind(this),d.specListenerParams.volumeTimeout))),t===U.FAILED&&this._connectionTimeout&&(c.warn("Transport failed, send callSpecError"),m.log(g.CALL_SPEC_ERROR,`${this._transport.getTopology()}_CONNECTION_TIMEOUT`))}_onVolumesDetected(e){Object.keys(e).forEach(t=>{this._volumes[t]=Math.max(e[t].real,this._volumes[t]||0)})}_onConnectionTimeout(){let e=i=>i!==U.CONNECTED;(()=>Object.values(this._states).filter(e).length>0)()&&(c.warn("There is not connected transport, send callSpecError"),m.log(g.CALL_SPEC_ERROR,`${this._transport.getTopology()}_CONNECTION_TIMEOUT`)),this._connectionTimeout=0}_onVolumeTimeout(){let e=[];Object.keys(this._volumes).forEach(t=>{if(this._volumes[t]>0)return;let i="UNKNOWN",r=this._participants[t];r&&r.platform&&(i=r.platform),e.indexOf(i)<0&&(e.push(i),m.log(g.CALL_SPEC_ERROR,`${this._transport.getTopology()}_VOLUME_TIMEOUT_${i}`))}),e.length&&c.warn("There is silent participant, send callSpecError"),this._volumeTimeout=0}};var en=1e3,tn=1e4;var rn=15,F=class extends Q{constructor(e,t,i){super();this._mediaSource=null;this._conversation=null;this._state="IDLE";this._participantState=W.CALLED;this._participants={};this._transport=null;this._debugInfo=null;this._volumesDetector=null;this._speakerDetector=null;this._localVolumeDetector=null;this._specListener=null;this._activeSpeakerId=null;this._lastSignalledActiveSpeakerId=null;this._serverSettings={camera:null,screenSharing:null};this._lastStalled={};this._remoteAllStalled=!1;this._audioFix=null;this._streamByStreamId=new Map;this._streamIdByStreamDescription=new Map;this._streamWaitTimerByStreamDescription=new Map;this._sequenceNumberByStreamDescription=new Map;this._cooldownTimestampByStreamDescription=new Map;this._cooldownQueueCleanupTimer=null;m.create(e,i),this._api=e,this._signaling=t,this._onUnload=()=>{this._conversation&&this._api&&this._api.hangupConversation(this._conversation.id),m.destroy()},window.addEventListener("unload",this._onUnload),this._audioOutput=new Yt,d.videoTracksCount>0&&(this._cooldownQueueCleanupTimer=window.setInterval(this._cleanupCooldownQueue.bind(this),en))}static current(){return F._current}static hangupAfterInit(){F._activationMutex&&!F._current&&(F._delayedHangup=!0)}static id(){var e,t;return((t=(e=F._current)==null?void 0:e._conversation)==null?void 0:t.id)||null}onStart(e,t,i,r="",n=!1,s=!1){return o(this,null,function*(){if(F._activationMutex)throw m.log(g.ERROR,"startCall"),c.warn("Conversation: there is already running activation"),new w(R.FAILED);F._activationMutex=!0;try{this._mediaSource=this._createMediaSource(),yield this._mediaSource.request(i);let p=this._mediaSource.getMediaSettings();t===Fe.CHAT||e.length>1?this._logWithMediaSettings(g.OUTGOING_MULTIPARTY_CALL,p):this._logWithMediaSettings(g.OUTGOING_CALL,p);let l=yield this._startConversation(e,t,We.OUTGOING,i,r,n,s);if(!this._conversation)throw new w(R.UNKNOWN_ERROR);if(this._participantState=W.ACCEPTED,this._signaling.changeMediaSettings(p),yield this._processConnection(l),this._allocateTransport(),this._createSpeakerDetector(),this._createSpecListener(),this._signaling.readyToSend(),F._delayedHangup)throw new w(R.CANCELED);c.debug("Outgoing call",{opponentIds:e,opponentType:t,mediaOptions:i});let h=Object.values(this._participants),T;return d.batchParticipantsOnStart&&(T=f.mapSharedParticipants(h)),S.onLocalStream(this._mediaSource.getStream(),this._mediaSource.getMediaSettings()),S.onConversation(this._conversation.externalId,this._conversation.mediaModifiers,this._conversation.muteStates,T),this._onConversationParticipantListChunk(l),S.onLocalStatus(q.WAITING),this._toggleJoinAvailability(),this._changeFeatureSet(),this._changeNeedRate(),F._current=this,this._conversation.concurrent?yield this._acceptConcurrent():d.batchParticipantsOnStart||this._setParticipantsStatus(h,q.WAITING),this._conversation}catch(p){throw this._close(p,"Unable to start conversation"),p}finally{F._activationMutex=!1}})}onJoin(e){return o(this,null,function*(){var t;if(F._activationMutex)throw m.log(g.ERROR,"joinCall"),c.warn("Conversation: there is already running activation"),new w(R.FAILED);F._activationMutex=!0,this._state="PROCESSING";try{let i=!!((t=e.observedIds)==null?void 0:t.length);this._mediaSource=this._createMediaSource(),yield this._mediaSource.request(e.mediaOptions,!i);let r=this._mediaSource.getMediaSettings();this._logWithMediaSettings(g.JOIN_CONVERSATION,r);let n=yield this._joinConversation(e);if(!this._conversation)throw new w(R.UNKNOWN_ERROR);return this._conversation.observer=i,S.onLocalStream(this._mediaSource.getStream(),r),this._conversation.waitingHall?(c.log("In waiting hall"),F._current=this,F._activationMutex=!1,this._signaling.readyToSend(),S.onLocalStatus(q.WAITING_HALL),this._conversation):this._onJoinPart2(n)}catch(i){throw F._activationMutex=!1,this._close(i,"Unable to join conversation"),i}})}_onJoinPart2(e){return o(this,null,function*(){c.debug("Join conversation part 2"),F._activationMutex=!0;try{if(this._participantState=W.ACCEPTED,!this._conversation||!this._mediaSource)throw new w(R.UNKNOWN_ERROR);if(this._conversation.observer||this._signaling.changeMediaSettings(this._mediaSource.getMediaSettings()),yield this._processConnection(e),this._allocateTransport(),this._createSpeakerDetector(),this._createSpecListener(),this._signaling.readyToSend(),F._delayedHangup)throw new w(R.CANCELED);let t=Object.values(this._participants),i;return d.batchParticipantsOnStart&&(i=f.mapSharedParticipants(t)),S.onConversation(this._conversation.externalId,this._conversation.mediaModifiers,this._conversation.muteStates,i),this._onConversationParticipantListChunk(e),S.onLocalStatus(q.WAITING),this._toggleJoinAvailability(),this._changeNeedRate(),this._state="ACTIVE",this._changeFeatureSet(),F._current=this,d.batchParticipantsOnStart||this._setParticipantsStatus(t,q.WAITING),this._openTransport(t,!1),this._conversation}catch(t){throw this._close(t,"Unable to join conversation"),t}finally{F._activationMutex=!1}})}onPush(r){return o(this,arguments,function*(e,t=z.USER,i){if(F._activationMutex)throw c.warn("Conversation: there is already running activation"),new w(R.REJECTED);F._activationMutex=!0;try{let n=yield this._prepareConversation(e,t,i);if(this._mediaSource=this._createMediaSource(),!this._conversation)throw new w(R.UNKNOWN_ERROR);if(!n.conversation.participants.find(p=>{var l;return p.state===W.CALLED&&p.id===((l=this._conversation)==null?void 0:l.userId)}))throw c.log("Push rejected (there is an active call)"),m.log(g.PUSH,"rejected"),new w(R.REJECTED);if(yield this._processConnection(n),this._allocateTransport(),this._createSpeakerDetector(),this._createSpecListener(),this._signaling.readyToSend(),m.log(g.PUSH,"accepted"),F._current=this,F._delayedHangup)throw new w(R.CANCELED);F._activationMutex=!1}catch(n){throw F._activationMutex=!1,this._close(n,"Unable to handle inbound call push"),n}})}_isInWaitingHall(e){if(!e.conversation||(e.conversation.options||[]).indexOf(ci.WAITING_HALL)<0)return!1;let t=(e.conversation.participants||[]).find(i=>f.comparePeerId(i.peerId,e.peerId));return t&&t.restricted||!1}_acceptConcurrent(){return o(this,null,function*(){if(!this._mediaSource||!this._conversation)throw new w(R.UNKNOWN_ERROR);this._state="PROCESSING";let e=this._mediaSource.getMediaSettings();this._logWithMediaSettings(g.ACCEPT_CONCURRENT,e),c.debug("Concurrent call",{conversationId:this._conversation.id});try{yield this._signaling.acceptCall(this._mediaSource.getMediaSettings()),S.onCallAccepted(),this._state="ACTIVE",this._participantState=W.ACCEPTED,this._changeFeatureSet(),this._openTransport(Object.values(this._participants),!0)}catch(t){this._close(t,"Unable to accept concurrent call")}})}accept(e){return o(this,null,function*(){if(this._state!=="IDLE")throw m.log(g.ERROR,"acceptIncoming"),c.error("Unable to accept a call - invalid state"),new Error("Unable to accept a call - invalid state");if(!this._mediaSource||!this._conversation)throw new w(R.UNKNOWN_ERROR);this._state="PROCESSING",c.debug("Accept incoming call",e);try{yield this._mediaSource.request(e);let t=this._mediaSource.getMediaSettings();this._logWithMediaSettings(g.ACCEPT_INCOMING,t),this._signaling.changeMediaSettings(t),yield this._signaling.acceptCall(t),this._participantState=W.ACCEPTED;let i=Object.values(this._participants),r;if(d.batchParticipantsOnStart&&(r=f.mapSharedParticipants(i)),S.onCallAccepted(),S.onLocalStream(this._mediaSource.getStream(),t),S.onConversation(this._conversation.externalId,this._conversation.mediaModifiers,this._conversation.muteStates,r),d.useParticipantListChunk){let s=yield this._getInitialParticiapntListChunk();this._onConversationParticipantListChunk({participants:s})}S.onLocalStatus(q.WAITING),this._toggleJoinAvailability(),this._changeNeedRate();let n=Object.values(this._conversation.muteStates);return(n.includes(je.MUTE)||n.includes(je.MUTE_PERMANENT))&&(yield this._processMuteState(Object.keys(this._conversation.muteStates))),this._state="ACTIVE",this._changeFeatureSet(),d.batchParticipantsOnStart||this._setParticipantsStatus(i,q.WAITING),this._openTransport(i,!0),this._conversation}catch(t){throw this._close(t,"Unable to accept call"),t}})}decline(){return o(this,null,function*(){var e;if(this._state!=="IDLE")throw m.log(g.ERROR,"declineIncoming"),c.error("Unable to decline a call - invalid state"),new Error("Unable to decline a call - invalid state");this._state="PROCESSING",c.debug("Decline incoming call"),this._logWithMediaSettings(g.DECLINE_INCOMING,(e=this._mediaSource)==null?void 0:e.getMediaSettings()),this._participantState=W.HUNGUP,this._signaling.ready&&(yield this._signaling.hangup(R.REJECTED)),this._close(new w(R.REJECTED))})}hangup(){return o(this,null,function*(){c.debug("Hangup");let e=this._state==="ACTIVE"?R.HUNGUP:R.CANCELED;m.log(g.HANGUP,e),this._signaling.ready?(yield this._signaling.hangup(e),this._close(new w(e))):S.onHangup(new w(R.HUNGUP),this._conversation&&this._conversation.id)})}addParticipant(e,t){return o(this,null,function*(){if(!this._signaling.ready){this._close(new w(R.UNKNOWN_ERROR),"Unable to add participant");return}let i=yield this._signaling.addParticipant(e,t),r=null;i.type==="error"&&(i.error==="call-unfeasible"?r=i.status:r=R.UNKNOWN_ERROR);let n=i.participant;yield this._onAddParticipant(f.composeId(n),n,r)})}removeParticipant(e,t=!1){return o(this,null,function*(){this._signaling.ready&&(yield this._signaling.removeParticipant(e,t),this._onRemoveParticipant(e))})}setVolume(e){this._audioOutput.volume=e}updateStatisticsInterval(){this._transport&&this._transport.updateStatisticsInterval()}_openTransport(e,t){var r;if(!this._transport)return;let i=[];for(let n of e)(n.state===W.CALLED||n.state===W.ACCEPTED)&&(this._transport.isAllocated(n.id)||this._transport.allocate(n.id,t)),n.state===W.ACCEPTED&&i.push(n.id);i.length&&this._transport.open(i,null,!!((r=this._conversation)==null?void 0:r.observer))}_close(e,t){t&&c.error(t,e),c.debug("Close conversation",e),e.error?this._signaling.ready&&this._signaling.hangup(R.FAILED):m.log(g.ERROR,e.hangup),F._activationMutex=!1;let i=this._conversation&&this._conversation.id;if([R.CANCELED,R.NOT_FRIENDS,R.CALLEE_IS_OFFLINE,R.CALLER_IS_BLOCKED].indexOf(e.hangup)!==-1||e.hangup===R.REJECTED&&!e.remote){S.onHangup(e,i),this.destroy();return}if(e.hangup===R.HUNGUP&&(!e.remote||this._participantState===W.CALLED)){S.onHangup(e,i),this.destroy();return}if(e.hangup===R.MISSED&&!e.remote){S.onHangup(e,i),this.destroy();return}if(e.hangup===R.SOCKET_CLOSED&&F._current&&!this._conversation){this._cleanupSignaling(),this._cleanupMediaSource();return}if(e.hangup===R.BUSY&&!e.remote){this._cleanupSignaling(),this._cleanupMediaSource();return}this._state="CLOSE",this._participantState=W.HUNGUP,this._changeFeatureSet(),this._cleanupMediaSource(),this._cleanupParticipants(),this._cleanupParticipantAgnosticStreams(),this._cleanupTransport(),this._cleanupSpeakerDetector(),this._cleanupSpecListener(),this._cleanupSignaling(),this._api.cleanup(),m.destroy(),this._conversation=null,F._current=null,F._delayedHangup=!1,S.onHangup(e||new w(R.UNKNOWN_ERROR),i),this._cooldownQueueCleanupTimer!==null&&(window.clearInterval(this._cooldownQueueCleanupTimer),this._cooldownQueueCleanupTimer=null)}destroy(){let e=this._conversation&&this._conversation.id;c.debug("Destroy conversation",{conversationId:e}),this._cleanupMediaSource(),this._cleanupParticipants(),this._cleanupParticipantAgnosticStreams(),this._cleanupTransport(),this._cleanupSpeakerDetector(),this._cleanupSpecListener(),this._cleanupSignaling(),this._api.cleanup(),this._cleanupListeners(),m.destroy(),this._conversation=null,F._current=null,F._delayedHangup=!1,this._cooldownQueueCleanupTimer!==null&&(window.clearInterval(this._cooldownQueueCleanupTimer),this._cooldownQueueCleanupTimer=null)}_getConversationParams(e){return o(this,null,function*(){let t=yield this._api.getConversationParams(e);c.debug("Api.getConversationParams",t);let i=[],{turn_server:r,stun_server:n}=t;if(n&&i.push(n),r){let s=r.urls.filter((p,l,h)=>h.indexOf(p)===l);s.push(`${s[s.length-1]}?transport=tcp`),i.push({urls:s,username:r.username,credential:r.credential})}return d.iceServers=i,d.wssBase=t.endpoint,d.wssToken=t.token,t.client_type&&(d.clientType=t.client_type),t})}_addGeoParamsToEndpoint(e,t){return t.isp_as_no&&(e+=`&ispAsNo=${t.isp_as_no}`),t.isp_as_org&&(e+=`&ispAsOrg=${t.isp_as_org}`),t.loc_cc&&(e+=`&locCc=${t.loc_cc}`),t.loc_reg&&(e+=`&locReg=${t.loc_reg}`),e}_startConversation(e,t,i,r,n="",s=!1,p=!1){return o(this,null,function*(){let l=f.uuid();c.debug("Conversation: start",{conversationId:l,opponentIds:e,opponentType:t,direction:i});let h=r.includes(le.VIDEO),T=yield this._api.startConversation(l,e,t,h,n,s,p);c.debug("Api.startConversation",T);let y=yield this._getConversationParams(T.id);T.endpoint=this._addGeoParamsToEndpoint(T.endpoint,y);let x=yield this._connectSignaling(Ge.START,T);return yield this._setConversation(T,x,i),x})}_joinConversation(e){return o(this,null,function*(){let{conversationId:t,mediaOptions:i,chatId:r,joinLink:n,observedIds:s}=e;c.debug("Conversation: join",{conversationId:t,joinLink:n,observedIds:s});let p=i.includes(le.VIDEO),l;if(t)l=yield this._api.joinConversation(t,p,r);else if(n)l=yield this._api.joinConversationByLink(n,p,s);else throw new w(R.UNKNOWN_ERROR);c.debug("Api.joinConversation",l),yield this._getConversationParams(l.id);let h=yield this._connectSignaling(Ge.JOIN,l);return yield this._setConversation(l,h,We.JOINING),h})}_prepareConversation(r){return o(this,arguments,function*(e,t=z.USER,i){c.debug("Conversation: push",{conversationId:e,type:t,peerId:i});let n=this._api.getUserId();if(!n)throw new w(R.UNKNOWN_ERROR);let s=yield this._getConversationParams(e),p=s.device_idx||0,l=`${d.wssBase}?userId=${n}&entityType=${t}&deviceIdx=${p}&conversationId=${e}&token=${d.wssToken}`;l=this._addGeoParamsToEndpoint(l,s);let h={id:e,peerId:i,endpoint:l,is_concurrent:!1,p2p_forbidden:!1,device_idx:p},T=yield this._connectSignaling(Ge.ACCEPT,h);return F._current&&(F._current._participantState===W.ACCEPTED||F._current._participantState===W.CALLED)?(c.log("Push rejected (busy)"),m.log(g.PUSH,"busy"),this._signaling.ready&&this._signaling.hangup(R.BUSY),Promise.reject({hangup:R.BUSY})):(F._current&&(F._current.destroy(),F._current=null),yield this._setConversation(h,T,We.INCOMING,t),T)})}_createParticipant(e){return o(this,null,function*(){var i;let t=Object.assign({id:null,externalId:null,mediaSettings:ge(),participantState:{},state:W.CALLED,status:null,remoteStream:null,mediaSource:null,platform:null,clientType:null,roles:[],networkRating:1,lastRequestedLayouts:{},muteStates:{},unmuteOptions:[],observedIds:[]},e);if(e.externalId){let r=f.decomposeParticipantId(t.id).compositeUserId;this._api.cacheExternalId(r,e.externalId)}else t.externalId=yield this._getParticipantId(t.id);return((i=t.observedIds)==null?void 0:i.length)&&(t.externalId.observer=!0),this._setParticipantMarkers(t,t.markers),t})}_getParticipantId(e){return o(this,null,function*(){try{let t=f.decomposeParticipantId(e),i=yield this._api.userId(t.compositeUserId);return Object.assign({deviceIdx:t.deviceIdx},i)}catch(t){throw this._close(new w(R.NETWORK_ERROR),t),t}})}_setConversation(n,s,p){return o(this,arguments,function*(e,t,i,r=z.USER){yield this._prepareParticipants(t.conversation.participants);let l=this._api.getUserId(),h=e.device_idx||0;if(!l){let x=(t.conversation.participants||[]).find(N=>f.comparePeerId(N.peerId,t.peerId));if(!x)throw new w(R.UNKNOWN_ERROR);l=Number(x.id),x.idType&&(r=x.idType),x.deviceIdx&&(h=x.deviceIdx),this._api.setUserId(l)}let T=f.composeParticipantId(l,r,h),y=yield this._getParticipantId(T);this._conversation={userId:l,compositeUserId:T,externalId:y,acceptTime:t.conversation.acceptTime,features:t.conversation.features||[],id:t.conversation.id||e.id,participantsLimit:t.conversation.participantsLimit||30,topology:t.conversation.topology||ce.DIRECT,direction:i,concurrent:t.isConcurrent||e.is_concurrent||!1,needRate:!1,chatId:t.conversation.multichatId,roles:[],recordInfo:null,joinLink:e.join_link,pinnedParticipantId:null,mediaModifiers:t.mediaModifiers,options:[],muteStates:{},unmuteOptions:[],networkRating:1,waitingHall:this._isInWaitingHall(t),observer:!1},this._signaling.setConversationId(e.id),e.p2p_forbidden&&(d.forceRelayPolicy=e.p2p_forbidden),m.log(g.RELAY_POLICY,d.forceRelayPolicy?"1":"0"),this._changeFeatureSet(),this._logDevices()})}_updateConversation(e){if(!this._conversation)throw new w(R.UNKNOWN_ERROR);this._conversation.acceptTime=e.conversation.acceptTime,this._conversation.features=e.conversation.features||[],this._conversation.participantsLimit=e.conversation.participantsLimit||30,this._conversation.topology=e.conversation.topology||ce.DIRECT,this._conversation.concurrent=e.isConcurrent||!1,this._conversation.chatId=e.conversation.multichatId,this._conversation.mediaModifiers=e.mediaModifiers,this._conversation.waitingHall=!1}_createMediaSource(){let e=new Si;return this.subscribe(e,Ce.SOURCE_CHANGED,this._onLocalMediaStreamChanged.bind(this)),this.subscribe(e,Ce.SCREEN_STATUS,this._onScreenSharingStatus.bind(this)),this._audioFix=new kt(e),e}_connectSignaling(e,t){return o(this,null,function*(){return this._signaling.setEndpoint(t.endpoint),this.subscribe(this._signaling,ve.NOTIFICATION,this._onSignalingNotification.bind(this)),this.subscribe(this._signaling,ve.FAILED,this._onSignalingFailed.bind(this)),this.subscribe(this._signaling,ve.RECONNECT,this._onSignalingReconnect.bind(this)),this._signaling.connect(e,t)})}_processConnection(e){return o(this,null,function*(){yield this._registerConnectionParticipants(e),this._processConnectionData(e)})}_prepareParticipants(e){return o(this,null,function*(){let t=e.map(i=>i.id);t.length&&(yield this._api.prepareUserIds(t))})}_onConversationParticipantListChunk(e){let t=e.participants;t&&S.onConversationParticipantListChunk(this._participantListChunkToExternalChunk(t))}_participantListChunkToExternalChunk(e){let t=f.mapSharedParticipants(e.participants.map(i=>{let r=f.composeId(i);return this._participants[r]}));return si(it({},e),{participants:t})}_registerConnectionParticipants(e){return o(this,null,function*(){var t,i;yield this._registerParticipants(e.conversation.participants),((t=e.participants)==null?void 0:t.participants)&&(yield this._registerParticipants((i=e.participants)==null?void 0:i.participants))})}_registerParticipants(e){return o(this,null,function*(){if(!!this._conversation)for(let t of e){let i=f.composeId(t);if(i===this._conversation.compositeUserId){this._conversation.roles=t.roles||[],this._conversation.roles.length&&(c.debug(`Local roles changed: ${t.roles}`),S.onLocalRolesChanged(this._conversation.roles)),t.muteStates&&(yield this._onMuteParticipant({muteStates:t.muteStates,unmuteOptions:t.unmuteOptions,mediaOptions:Object.keys(t.muteStates)}));continue}if(t.state===W.HUNGUP||t.state===W.REJECTED){this._participants[t.id]&&this._removeParticipant(this._participants[t.id],R.HUNGUP);continue}this._registerParticipantInCache(yield this._createParticipant({id:i,externalId:t.externalId&&he.fromSignaling(t.externalId,t.deviceIdx||0),mediaSettings:ge(t.mediaSettings),participantState:f.mapParticipantState(t),state:t.state,roles:t.roles||[],status:d.batchParticipantsOnStart?q.WAITING:null,muteStates:t.muteStates||{},unmuteOptions:t.unmuteOptions||[],observedIds:t.observedIds||[],markers:this._denormalizeMarkers(i,t.markers)})),t.roles&&t.roles.length&&(c.debug(`Roles for participant [${i}] changed: ${t.roles}`),S.onRolesChanged(this._participants[i].externalId,t.roles))}})}_getClientType(){return d.clientType}_getStatusByTransportState(e){let t;return e===U.CONNECTED?t=q.CONNECTED:e===U.CONNECTING||e===U.OPENED?t=q.CONNECTING:e===U.RECONNECTING&&(t=q.RECONNECT),t}_registerParticipantInCache(e){return this._participants[e.id]=e}_getExistedParticipantByIdOrCreate(e){return o(this,null,function*(){return this._participants[e]||this._createParticipant({id:e})})}_getExternalIdByParticipantId(e){return o(this,null,function*(){var t;return d.useParticipantListChunk?(yield this._getExistedParticipantByIdOrCreate(e)).externalId:(t=this._participants[e])==null?void 0:t.externalId})}_registerParticipantAndSetMarkersIfChunkEnabled(e,t){return o(this,null,function*(){if(d.useParticipantListChunk){let i=this._registerParticipantInCache(yield this._getExistedParticipantByIdOrCreate(e));return this._setParticipantMarkers(i,t),i}return this._participants[e]})}_warnParticipantNotInConversation(e){c.warn(`Participant [${e}] isn't in conversation`)}_setParticipantMarkers(e,t){return e.markers=this._denormalizeMarkers(e.id,t),e}_denormalizeMarkers(e,t){if(!t)return null;let i=Object.values(t).find(r=>"ts"in r&&"rank"in r);return Object.entries(t).reduce((r,[n,s])=>(r[n]=si(it(it({},i),s),{id:e}),r),{})}_processConnectionData(e){return o(this,null,function*(){f.isEmptyObject(this._conversation.muteStates)&&e.conversation.muteStates&&this._onMuteParticipant({muteStates:e.conversation.muteStates,unmuteOptions:e.unmuteOptions,mediaOptions:Object.keys(e.conversation.muteStates),muteAll:!0}),e.conversation.pinnedParticipantId&&(yield this._onPinParticipant(e.conversation.pinnedParticipantId)),this._onRecordInfo(e.conversation.recordInfo),this._onOptionsChanged(e.conversation.options),e.chatRoom&&e.chatRoom.totalCount&&this._onChatRoomUpdated(oi.ATTENDEE,e.chatRoom.totalCount,e.chatRoom.firstParticipants)})}_allocateTransport(){if(!this._conversation||!this._mediaSource)return;this._transport=new Ni(this._conversation.topology,this._signaling,this._mediaSource,this._serverSettings),this._debugInfo=new zt,this.subscribe(this._transport,V.STATE_CHANGED,this._onTransportStateChanged.bind(this)),this.subscribe(this._transport,V.LOCAL_STATE_CHANGED,this._onTransportLocalStateChanged.bind(this)),this.subscribe(this._transport,V.REMOTE_TRACK_ADDED,this._onRemoteTrackAdded.bind(this)),this.subscribe(this._transport,V.REMOTE_TRACK_REMOVED,this._onRemoteTrackRemoved.bind(this)),this.subscribe(this._transport,V.REMOTE_ALL_STALL,this._onRemoteAllStall.bind(this)),this.subscribe(this._transport,V.REMOTE_DATA_STATS,this._onRemoteDataStats.bind(this)),this.subscribe(this._transport,V.SIGNALLED_STALLED_PARTICIPANTS,this._onRemoteSignalledStall.bind(this)),this.subscribe(this._transport,V.TOPOLOGY_CHANGED,this._onTopologyChanged.bind(this)),this.subscribe(this._transport,V.NETWORK_STATUS,this._onNetworkStatus.bind(this)),this.subscribe(this._transport,V.REMOTE_STREAM_SECOND,this._onRemoteStreamSecond.bind(this)),this.subscribe(this._transport,V.PEER_CONNECTION_CLOSED,this._onPeerConnectionClosed.bind(this));let e=this._conversation.direction===We.OUTGOING&&!this._conversation.concurrent;for(let t of Object.values(this._participants))(t.state===W.ACCEPTED||t.state===W.CALLED)&&this._transport.allocate(t.id,e)}_createSpeakerDetector(){this._transport&&(this._volumesDetector=new Ui(this._transport),this.subscribe(this._volumesDetector,tt.VOLUMES_DETECTED,this._onVolumesDetected.bind(this)),this._speakerDetector=new Vi(this._volumesDetector,this._transport,this._conversation.topology),this.subscribe(this._speakerDetector,Bi.SPEAKER_CHANGED,this._onSpeakerChanged.bind(this)),this._localVolumeDetector=new Qt(this._mediaSource))}_createSpecListener(){this._transport&&this._volumesDetector&&(this._specListener=new ei(this._transport,this._volumesDetector,this._participants))}_logDevices(){let e=C.getCameras().length,t=C.getMicrophones().length;c.debug("Cameras: "+e+(C.hasCameraPermission()?"✔":"✖")+", Microphones: "+t+(C.hasMicrophonePermission()?"✔":"✖")),m.log(g.DEVICES,`${e}_${t}`)}_logWithMediaSettings(e,t){m.log(e,[(t==null?void 0:t.isAudioEnabled)&&"audio",(t==null?void 0:t.isVideoEnabled)&&"video"].filter(Boolean).join("_"))}_removeParticipant(e,t){var i;e.state===W.CALLED||e.state===W.ACCEPTED||this._state==="CLOSE"||(e.id===this._lastSignalledActiveSpeakerId&&(this._lastSignalledActiveSpeakerId=null),!!this._participants[e.id]&&(t===R.HUNGUP?this._setParticipantsStatus([e],q.HANGUP):this._setParticipantsStatus([e],q.ERROR,t),(i=e.mediaSource)==null||i.disconnect(),this._conversation&&this._conversation.pinnedParticipantId===e.id&&(this._conversation.pinnedParticipantId=null),this.updateDisplayLayout([{uid:e.externalId,mediaType:Pe.CAMERA,stopStream:!0}]),delete this._participants[e.id],S.onRemoteRemoved(e.externalId,e.markers)))}_cleanupListeners(){this.unsubscribe(),window.removeEventListener("unload",this._onUnload)}_cleanupMediaSource(){this._mediaSource&&(this._mediaSource.destroy(),this._mediaSource=null)}_cleanupParticipants(){Object.values(this._participants).forEach(e=>{var t,i,r;(t=e.remoteStream)==null||t.getTracks().forEach(n=>n.stop()),(i=e.secondStream)==null||i.getTracks().forEach(n=>n.stop()),(r=e.mediaSource)==null||r.disconnect()}),this._participants={},this._audioOutput&&this._audioOutput.destroy()}_cleanupParticipantAgnosticStreams(){c.debug("cleaning up participant-agnostic streams"),this._streamByStreamId.forEach(e=>{e.getTracks().forEach(t=>{t.stop()})}),this._streamByStreamId=new Map,this._streamWaitTimerByStreamDescription.forEach(e=>{window.clearTimeout(e)}),this._streamWaitTimerByStreamDescription=new Map,this._streamIdByStreamDescription=new Map,this._sequenceNumberByStreamDescription=new Map,this._cooldownTimestampByStreamDescription=new Map}_cleanupTransport(){this._transport&&(this._transport.destroy(),this._transport=null),this._debugInfo&&(this._debugInfo=null)}_cleanupSpeakerDetector(){this._speakerDetector&&(this._speakerDetector.destroy(),this._speakerDetector=null),this._volumesDetector&&(this._volumesDetector.destroy(),this._volumesDetector=null),this._localVolumeDetector&&(this._localVolumeDetector.destroy(),this._localVolumeDetector=null)}_cleanupSpecListener(){this._specListener&&(this._specListener.destroy(),this._specListener=null)}_cleanupSignaling(){this._signaling.close(),this._signaling.cleanup()}_onAddParticipant(e,t,i){return o(this,null,function*(){c.debug(`Add new participant [${e}]`);let r=this._participants[e];if(r&&(r.state===W.ACCEPTED||r.state===W.CALLED)){c.warn(`Participant [${r.id}:${r.state}] is already in conversation`);return}r||(r=this._registerParticipantInCache(yield this._createParticipant({id:e,externalId:t.externalId&&he.fromSignaling(t.externalId,t.deviceIdx||0),mediaSettings:ge(t.mediaSettings),state:t.state,roles:t.roles||[],muteStates:t.muteStates||{},unmuteOptions:t.unmuteOptions||[],observedIds:t.observedIds||[]}))),this._setParticipantsStatus([r],q.WAITING),i?(r.state=W.HUNGUP,this._removeParticipant(r,i)):this._transport&&(r.state=W.CALLED,this._transport.allocate(r.id,!0),m.log(g.ADD_PARTICIPANT),this._invokeRolesChangedCallbackIfNeeded(r))})}_onRemoveParticipant(e){c.debug(`Remove participant [${e}]`);let t=[];for(let i=0;i<=rn;i++){let r=f.compose(e,i),n=this._participants[r];n&&t.push(n)}if(!t.length){this._warnParticipantNotInConversation(e);return}if(this._transport)for(let i of t)this._transport.close(i.id);m.log(g.REMOVE_PARTICIPANT)}changeDevice(e){return o(this,null,function*(){return e==="audiooutput"?this._audioOutput.changeOutput():this._mediaSource?(e==="audioinput"&&(this._audioFix=new kt(this._mediaSource)),this._mediaSource.changeDevice(e)):Promise.reject(te.UNKNOWN)})}toggleScreenCapturing(e){return o(this,null,function*(){return this._mediaSource?this._mediaSource.toggleScreenCapturing(e):Promise.reject(te.UNKNOWN)})}setVideoStream(e,t=!1){return o(this,null,function*(){if(this._mediaSource)return this._mediaSource.setVideoStream(e,t)})}setAudioStream(e){return o(this,null,function*(){if(this._mediaSource)return this._mediaSource.setAudioStream(e)})}toggleLocalVideo(e){return o(this,null,function*(){if(this._mediaSource)return m.log(g.MEDIA_STATUS,e?"video_1":"video_0"),this._mediaSource.toggleVideo(e)})}toggleLocalAudio(e){return o(this,null,function*(){if(this._mediaSource)return m.log(g.MEDIA_STATUS,e?"audio_1":"audio_0"),this._mediaSource.toggleAudio(e)})}changePriorities(e){return o(this,null,function*(){if(e.length<2||!this._signaling.ready)return;let t={},i={};for(let r of e){let n=typeof r.uid=="object"?r.uid:he.fromId(r.uid),s=he.toString(n);i[s]=r.priority}for(let r of Object.values(this._participants)){let n=he.toString(r.externalId);i.hasOwnProperty(n)&&(t[r.id]=i[n])}yield this._signaling.changePriorities(t)})}changeParticipantState(e){return o(this,null,function*(){for(let[t,i]of Object.entries(e))if(t.length>5||i.length>5)throw new Error("key/value max length is 5 chars, mappings with empty values (null or empty string) are discarded");yield this._signaling.changeParticipantState(e)})}requestKeyFrame(e){return o(this,null,function*(){let t={};return t[$e(e)]="kf",this._signaling.updateDisplayLayout(t)})}requestTestMode(e,t){return o(this,null,function*(){return this._signaling.requestTestMode(e,t)})}updateDisplayLayout(e){return o(this,null,function*(){if(e.length<1||!this._signaling.ready)return;c.log(`Update display layout [${this._signaling.getNextCommandSequenceNumber()}]`,e);let t={};for(let r of e){let n=typeof r.uid=="object"?r.uid:he.fromId(r.uid),s=this._api.getCachedOkIdByExternalId(n);if(!s){let T=he.toString(n);c.log(`Unknown participant external ID ${T}`);continue}let p=f.compose(s,n.deviceIdx),l=$e({participantId:p,mediaType:r.mediaType,streamName:r.streamName}),h=this._participants[p];h&&(h.lastRequestedLayouts[l]=r),F._isStopStreaming(r)?this._streamIdByStreamDescription.has(l)&&!this._cooldownTimestampByStreamDescription.has(l)&&this._cooldownTimestampByStreamDescription.set(l,Date.now()):(this._cooldownTimestampByStreamDescription.delete(l),!this._streamIdByStreamDescription.has(l)&&d.videoTracksCount>0&&this._streamIdByStreamDescription.set(l,null),t[l]=F._layoutToString(r))}let i=this._cooldownTimestampByStreamDescription.keys();for(;this._streamIdByStreamDescription.size>d.videoTracksCount;){let r=i.next();if(r.done){c.error("Cannot accommodate all streaming requests: tracks available "+d.videoTracksCount+"; requested streams: "+Array.from(this._streamIdByStreamDescription.keys()));break}this._stopStreaming(r.value),t[r.value]=F._layoutToString({stopStream:!0})}yield this._sendUpdateDisplayLayout(t)})}_stopStreaming(e){if(this._cooldownTimestampByStreamDescription.delete(e),this._sequenceNumberByStreamDescription.set(e,this._signaling.getNextCommandSequenceNumber()),this._streamWaitTimerByStreamDescription.has(e)&&(c.log("Client asked to stop streaming before stream became available",e),window.clearTimeout(this._streamWaitTimerByStreamDescription.get(e)),this._streamWaitTimerByStreamDescription.delete(e)),this._streamIdByStreamDescription.get(e)){let i=Dt(e),r=this._participants[i.participantId];r?(i.streamName&&(i.mediaType===Pe.STREAM||i.mediaType===Pe.SCREEN)?S.onRemoteLive(r.externalId,i.streamName,null):S.onRemoteStream(r.externalId,null),m.log(g.PAT_DEALLOCATED)):c.log(`Cannot find participant to stop streaming: ${i.participantId}`)}this._streamIdByStreamDescription.delete(e)}_sendUpdateDisplayLayout(e){return o(this,null,function*(){if(Object.keys(e).length===0)return;let t=yield this._signaling.updateDisplayLayout(e);if(!t)return;let i=[];for(let[r,n]of Object.entries(t.errorCodeByParticipantId||{})){let s=Dt(r),p=this._participants[s.participantId];if(p){let l;typeof n!="number"?(c.warn(`Unexpected error code ${n} received for participant ${s.participantId}`),l=hr.UNKNOWN_ERROR):l=_r(n),i.push({externalId:p.externalId,errorReason:l})}}if(i&&i.length)throw new ti("Could not allocate one or more participants",i)})}_cleanupCooldownQueue(){let e={},t=this._cooldownTimestampByStreamDescription.entries();do{let i=t.next();if(i.done)break;let r=i.value;if(r[1]+tn>Date.now())break;let s=r[0];this._stopStreaming(s),e[s]=F._layoutToString({stopStream:!0})}while(!0);this._sendUpdateDisplayLayout(e)}static _isStopStreaming(e){return e.stopStream}static _layoutToString(e){if(F._isStopStreaming(e))return"ss";let t="";return e.priority!==void 0&&(t+="p="+e.priority),e.width!==void 0&&e.height!==void 0&&(t!==""&&(t+=":"),t+="sz="+Math.round(e.width)+"x"+Math.round(e.height)),e.fit!==void 0&&(t!==""&&(t+=":"),t+="fit="+e.fit),t}_onParticipantSourcesUpdate(e){if(this._conversation){c.log("Received participant sources update notification",e);for(let t of e)this._waitForStreamIfNeeded(t)}}_onParticipantPromoted(e){return o(this,null,function*(){c.log("Promoted in waiting hall",!e.demote),e.demote?(c.log("Kicked from waiting hall"),this._close(new w(R.REMOVED))):(this._updateConversation(e),yield this._onJoinPart2(e))})}_onChatRoomUpdated(r){return o(this,arguments,function*(e,t=0,i=[]){c.log(`Chat room updated: ${e}`);let n=[],s=[];i.length&&(i.forEach(p=>{if(p.externalId){let l=fe.fromSignaling(p.externalId);n.push(l),this._api.cacheExternalId(p.id.id,l)}else s.push(f.decomposeId(p.id.id).id)}),s.length&&!n.length&&(n=yield this._api.getExternalIdsByOkIds(s))),S.onChatRoomUpdated(e,t,n)})}_waitForStreamIfNeeded(e){var p,l;let t=this._matchStreamDescription(e.participantStreamDescription);if(!t||d.producerScreenTrack&&t.mediaType===Pe.SCREEN)return;let i=$e(t),r=this._sequenceNumberByStreamDescription.get(i);if(r&&r>e.sequenceNumber){c.warn(`Participant ${t.participantId} received outdated PAT response: sequence number ${e.sequenceNumber}; last sent sequence number for given participant is ${r}`),m.log(g.PAT_OUTDATED_RESPONSE);return}let n=e.streamId,s=e.rtpTimestamp?this._getWaitingTime(n,e.rtpTimestamp):0;if(s<=0){this._streamWaitTimerByStreamDescription.delete(i);let h=t.participantId,T=this._participants[h];if(!T){m.log(g.PAT_ERROR,"participantMissing"),c.error(`Could not find participant by ID: ${h}`);return}let y=this._streamByStreamId.get(n);if(!y){m.log(g.PAT_ERROR,"streamNotFound"),c.error(`Could not find stream by ID: ${n}`);return}m.log(g.PAT_ALLOCATED),this._streamIdByStreamDescription.set(i,n);let x=(p=e.participantStreamDescription)==null?void 0:p.mediaType;if(x===Pe.STREAM||x===Pe.MOVIE)((l=e.participantStreamDescription)==null?void 0:l.streamName)&&S.onRemoteLive(T.externalId,e.participantStreamDescription.streamName,y);else{let N=(d.producerScreenTrack?null:T.secondStream)||y;S.onRemoteStream(T.externalId,N)}}else{c.debug(`Waiting for ${s} until stream ${n} for ${i} is switched`);let h=window.setTimeout(this._waitForStreamIfNeeded.bind(this,e),s);this._streamWaitTimerByStreamDescription.set(i,h)}}_matchStreamDescription(e){if(!e)return null;if(this._streamIdByStreamDescription.has($e(e)))return e;let t=e.participantId;if(e.mediaType){let i={participantId:t,mediaType:null};if(this._streamIdByStreamDescription.has($e(i)))return i}else{let i={participantId:t,mediaType:Pe.CAMERA};if(this._streamIdByStreamDescription.has($e(i)))return i;let r={participantId:t,mediaType:Pe.SCREEN};if(this._streamIdByStreamDescription.has($e(r)))return r}return c.error("Received unrequested allocation",e),null}_getWaitingTime(e,t){if(this._transport)return this._transport.getStreamWaitingTimeMs(e,t);throw new Error("transport is not initialized")}_isCallAdmin(){return this._conversation?f.includesOneOf(this._conversation.roles,[rt.ADMIN,rt.CREATOR]):!1}_checkAdminRole(){if(!!this._conversation&&!f.includesOneOf(this._conversation.roles,[rt.ADMIN,rt.CREATOR]))throw new Error("You don't have the required permission")}grantRoles(e,t,i){return o(this,null,function*(){this._checkAdminRole(),yield this._signaling.grantRoles(e,t,i)})}muteParticipant(){return o(this,arguments,function*(e=null,t,i=[]){this._checkAdminRole(),yield this._signaling.muteParticipant(e,t,i)})}pinParticipant(e,t){return o(this,null,function*(){this._checkAdminRole(),yield this._signaling.pinParticipant(e,t)})}updateMediaModifiers(e){return o(this,null,function*(){this._signaling.ready&&this._conversation&&(this._conversation.mediaModifiers=e,yield this._signaling.updateMediaModifiers(e))})}changeOptions(e){return o(this,null,function*(){if(this._signaling.ready&&this._conversation){this._checkAdminRole(),yield this._signaling.changeOptions(e);let t=ir(this._conversation.options,e);this._onOptionsChanged(t)}})}getWaitingHall(e,t,i){return o(this,null,function*(){if(!this._signaling)return Promise.reject();let r=null;e&&(r=Yr(e));let n=yield this._signaling.getWaitingHall(r,t,i);if(n.error)return Promise.reject(n.message);let s=n.participants||[],p=[],l=[],h=null;return s.length&&(s.forEach(T=>{if(T.externalId){let y=fe.fromSignaling(T.externalId);p.push(y),this._api.cacheExternalId(T.id.id,y)}else l.push(f.decomposeId(T.id.id).id)}),l.length&&!p.length&&(p=yield this._api.getExternalIdsByOkIds(l)),n.hasMore&&(h=Jr(s[s.length-1].id))),{participants:p,pageMarker:h,totalCount:n.totalCount||0}})}promoteParticipant(e,t){return o(this,null,function*(){this._signaling&&(yield this._signaling.promoteParticipant(e,t))})}chatMessage(e,t=null){return o(this,null,function*(){this._signaling.ready&&(yield this._signaling.chatMessage(e,t))})}chatHistory(e){return o(this,null,function*(){if(this._signaling.ready){let t=yield this._signaling.chatHistory(e);for(let i=t.messages.length-1;i>=0;i--){let r=t.messages[i];yield this._onChatMessage(r)}}})}customData(e,t=null){return o(this,null,function*(){this._signaling.ready&&(yield this._signaling.customData(e,t))})}createJoinLink(){return o(this,null,function*(){if(this._conversation){let t=(yield this._api.createJoinLink(this._conversation.id)).join_link;if(t)return this._conversation.joinLink=t,t}return Promise.reject()})}removeJoinLink(){return o(this,null,function*(){if(this._conversation&&(yield this._api.removeJoinLink(this._conversation.id)).success){delete this._conversation.joinLink;return}return Promise.reject()})}addMovie(e){return o(this,null,function*(){var r;let t={movieId:e,participantId:(r=this._conversation)==null?void 0:r.compositeUserId},i=yield this._signaling.addMovie(t);if(i.error)throw new Error(i.error);return{movieId:i.movieId,streamType:i.streamType}})}updateMovie(e,t,i,r){return o(this,null,function*(){var p;let n={movieId:e,participantId:(p=this._conversation)==null?void 0:p.compositeUserId};(t||t===0)&&(n.gain=t),i&&(n.offset=i),typeof r!==void 0&&(n.pause=r);let s=yield this._signaling.updateMovie(n);if(s.error)throw new Error(s.error)})}removeMovie(e){return o(this,null,function*(){var r;let t={movieId:e,participantId:(r=this._conversation)==null?void 0:r.compositeUserId},i=yield this._signaling.removeMovie(t);if(i.error)throw new Error(i.error)})}startStream(e=!1,t=null,i=null,r="DIRECT_LINK",n=null){return o(this,null,function*(){let s={movieId:i,name:t,privacy:r,groupId:n,streamMovie:!e},p=yield this._signaling.startStream(s);return p.error?Promise.reject(p.message):p})}stopStream(){return o(this,null,function*(){let e=yield this._signaling.stopStream();return e.error?Promise.reject():e})}recordSetRole(e,t){return o(this,null,function*(){let i=yield this._signaling.recordSetRole(e,t);if(i.error)throw new Error(i.error)})}getStreamInfo(){return o(this,null,function*(){let e=yield this._signaling.getRecordStatus();return{movieId:e.recordMovieId,preview:e.recordMoviePreviewUrl}})}setLocalResolution(e,t,i){return o(this,null,function*(){var r;if(e<d.videoMinWidth||t<d.videoMinHeight)throw new Error("Sizes received are less than the `videoMinWidth` or `videoMinHeight`");if(i==null?void 0:i.effect){if(i.effect.width<d.videoMinWidth||i.effect.height<d.videoMinHeight)throw new Error("Sizes of effect received are less than the `videoMinWidth` or `videoMinHeight`");d.videoEffectMaxHeight=i.effect.height,d.videoEffectMaxWidth=i.effect.width}return d.videoMaxWidth=e,d.videoMaxHeight=t,(r=this._mediaSource)==null?void 0:r.setResolution(e,t)})}videoEffect(e){return o(this,null,function*(){var t;return(t=this._mediaSource)==null?void 0:t.videoEffect(e)})}getParticipants(e){return o(this,null,function*(){let t=e.externalIds.map(s=>({id:s.id,type:this._getClientType()})),i=yield this._signaling.getParticipants(t);if(i.error)throw new Error(i.error);let r=i.participants,n=this._transport.getState();return Promise.all(r.map(s=>o(this,null,function*(){var l;let p=f.composeId(s);return this._createParticipant({id:p,externalId:s.externalId&&he.fromSignaling(s.externalId,s.deviceIdx||0),mediaSettings:ge(s.mediaSettings),participantState:f.mapParticipantState(s),state:s.state,roles:s.roles||[],status:(l=this._getStatusByTransportState(n))!=null?l:q.WAITING,muteStates:s.muteStates||{},unmuteOptions:s.unmuteOptions||[],observedIds:s.observedIds||[],markers:this._denormalizeMarkers(p,s.markers)})}))).then(f.mapSharedParticipants)})}getParticipantListChunk(e){return o(this,null,function*(){let t=yield this._signaling.getParticipantListChunk(e);if(t.error)throw new Error(t.error);let i=t.chunk,r=i.participants.filter(p=>{let l=f.composeId(p);return!this._participants[l]});yield this._registerParticipants(r);let n=this._transport.getState();return i.participants.forEach(p=>{var T;let l=f.composeId(p),h=this._participants[l];h.status=(T=this._getStatusByTransportState(n))!=null?T:q.WAITING}),this._participantListChunkToExternalChunk(i)})}_getInitialParticiapntListChunk(){return o(this,null,function*(){let e=d.participantListChunkInitIndex,t=d.participantListChunkInitCount,i="GRID";return(yield this._signaling.getParticipantListChunk({listType:i,fromIdx:e,count:t})).chunk})}_onLocalMediaStreamChanged(e){return o(this,null,function*(){var t,i;!this._conversation||(c.debug("Local media stream changed",e.mediaSettings),S.onLocalStreamUpdate(e.mediaSettings,e.kind),this._signaling.ready&&!((t=this._conversation)==null?void 0:t.waitingHall)&&!((i=this._conversation)==null?void 0:i.observer)&&(yield this._signaling.changeMediaSettings(e.mediaSettings)))})}_onScreenSharingStatus(e){return o(this,null,function*(){var t,i;if(c.log("Screen sharing changed",e.track,e.mediaSettings),d.consumerScreenTrack){let r=e.track?new MediaStream([e.track]):null;S.onScreenStream(r,e.mediaSettings),this._signaling.ready&&!((t=this._conversation)==null?void 0:t.waitingHall)&&!((i=this._conversation)==null?void 0:i.observer)&&(yield this._signaling.changeMediaSettings(e.mediaSettings))}})}_changeRemoteMediaSettings(e,t){c.debug(`Remote media settings changed [${e}]`,t);let i=this._participants[e];if(!i){this._warnParticipantNotInConversation(e);return}i.mediaSettings=t,this._state==="ACTIVE"&&S.onRemoteMediaSettings(i.externalId,t,i.markers),this._specListener&&this._specListener.onChangeRemoteMediaSettings(e,t)}_changeRemoteParticipantState(e,t){c.debug(`Remote participant state changed [${e}]`,t);let i=this._participants[e];if(!i){this._warnParticipantNotInConversation(e);return}i.participantState=t||{},this._state==="ACTIVE"&&S.onRemoteParticipantState(i.externalId,i.participantState,i.markers)}_invokeRolesChangedCallbackIfNeeded(e){this._state==="ACTIVE"&&e.roles&&e.roles.length&&(c.debug(`Roles for participant [${e.id}] changed: ${e.roles}`),S.onRolesChanged(e.externalId,e.roles))}_onSignalingNotification(e){switch(e.notification){case O.ACCEPTED_CALL:return this._onAcceptedCall(e);case O.HUNGUP:return this._onHungup(e);case O.PARTICIPANT_ADDED:return this._onAddedParticipant(e);case O.PARTICIPANT_JOINED:return this._onJoinedParticipant(e);case O.CLOSED_CONVERSATION:return this._onClosedConversation(e);case O.MEDIA_SETTINGS_CHANGED:return this._onMediaSettingsChanged(e);case O.PARTICIPANT_STATE_CHANGED:return this._onParticipantStateChanged(e);case O.RATE_CALL_DATA:return this._onNeedRate();case O.FEATURE_SET_CHANGED:return this._onFeatureSetChanged(e);case O.MULTIPARTY_CHAT_CREATED:return this._onMultipartyChatCreated(e);case O.FORCE_MEDIA_SETTINGS_CHANGE:return this._onForceMediaSettingsChange(e);case O.SETTINGS_UPDATE:return this._onSettingsUpdate(e);case O.VIDEO_QUALITY_UPDATE:return this._onVideoQualityUpdate(e);case O.REGISTERED_PEER:return this._onPeerRegistered(e);case O.SWITCH_MICRO:return this._onMicSwitched(e);case O.CHAT_MESSAGE:return this._onChatMessage(e);case O.CUSTOM_DATA:return this._onCustomData(e);case O.RECORD_STARTED:return this._onRecordInfo(e.recordInfo);case O.RECORD_STOPPED:return this._onRecordInfo(null);case O.ROLES_CHANGED:return this._onRolesChanged(e.participantId,e.roles||[]);case O.MUTE_PARTICIPANT:return this._onMuteParticipant(e);case O.PIN_PARTICIPANT:return this._onPinParticipant(e.participantId,e.unpin,e.markers);case O.OPTIONS_CHANGED:return this._onOptionsChanged(e.options||[]);case O.PARTICIPANT_SOURCES_UPDATE:return this._onParticipantSourcesUpdate(e.participantUpdateInfos);case O.PROMOTE_PARTICIPANT:return this._onParticipantPromoted(e);case O.CHAT_ROOM_UPDATED:return this._onChatRoomUpdated(e.eventType,e.totalCount,e.firstParticipants);case O.JOIN_LINK_CHANGED:return this._onJoinLinkChanged(e)}}_onSignalingReconnect(e){return o(this,null,function*(){if(!this._conversation)return;e.conversation.acceptTime&&(this._conversation.acceptTime=e.conversation.acceptTime),e.conversation.participantsLimit&&(this._conversation.participantsLimit=e.conversation.participantsLimit),e.conversation.features&&(this._conversation.features=e.conversation.features,this._changeFeatureSet()),e.conversation.pinnedParticipantId!==this._conversation.pinnedParticipantId&&(e.conversation.pinnedParticipantId?yield this._onPinParticipant(e.conversation.pinnedParticipantId,!1):this._conversation.pinnedParticipantId&&(yield this._onPinParticipant(this._conversation.pinnedParticipantId,!0))),e.conversation.state;let t=null;if(e.conversation.participants){let i=Object.keys(this._participants),r=[];for(let n of e.conversation.participants){let s=f.composeId(n),p=n.roles||[];if(s===this._conversation.compositeUserId){t=ge(n.mediaSettings),Tt(this._conversation.roles,p)||this._onRolesChanged(s,p);continue}r.push(s);let l=this._participants[s];if(!l)yield this._onJoinedParticipant({participantId:n.id,participant:n,mediaSettings:n.mediaSettings});else{let h=ge(n.mediaSettings);Pr(h,l.mediaSettings)||this._changeRemoteMediaSettings(s,h);let T=f.mapParticipantState(n),y=l.participantState;f.isEqualParticipantState(T,y)||this._changeRemoteParticipantState(s,T),Tt(p,l.roles)||this._onRolesChanged(l.id,p)}}for(let n of i)r.indexOf(n)<0&&this._removeParticipant(this._participants[n],R.HUNGUP)}this._onMuteParticipant({muteStates:e.conversation.muteStates,unmuteOptions:e.unmuteOptions,mediaOptions:[]},t),this._onRecordInfo(e.conversation.recordInfo),this._onOptionsChanged(e.conversation.options)})}_onSignalingFailed(e){c.error("Signaling failed",e),this._close(e)}_onAcceptedCall(e){return o(this,null,function*(){let t=f.composeMessageId(e),i=f.getPeerIdString(e.peerId);if(c.debug(`Participant accepted call [${t}]`),this._conversation&&t===this._conversation.compositeUserId){this._close(new w(R.MISSED),"Call accepted on other device");return}let r=this._participants[t];r||(r=this._registerParticipantInCache(yield this._createParticipant({id:t,mediaSettings:ge(e.mediaSettings)}))),r.state=W.ACCEPTED,r.mediaSettings=ge(e.mediaSettings),this._logWithMediaSettings(g.ACCEPTED_OUTGOING,r.mediaSettings),this._conversation&&this._conversation.direction===We.OUTGOING&&(this._state==="IDLE"||this._state==="PROCESSING")&&(this._state="ACTIVE",this._changeFeatureSet()),this._state==="ACTIVE"&&this._transport&&this._transport.open([r.id],i),this._changeRemoteMediaSettings(t,r.mediaSettings),this._changeRemoteParticipantState(t)})}_onHungup(e){return o(this,null,function*(){c.debug(`Participant hungup [${e.participantId}]`,{reason:e.reason});let t=f.composeMessageId(e);if(this._conversation&&this._conversation.compositeUserId===t){this._close(new w(e.reason,{remote:!0}));return}yield this._registerParticipantAndSetMarkersIfChunkEnabled(t,e.markers);let i=this._participants[t];if(!i){this._warnParticipantNotInConversation(t);return}this._transport&&this._transport.close(t),i.state=e.reason===R.REJECTED?W.REJECTED:W.HUNGUP,this._state!=="CLOSE"&&this._removeParticipant(i,R.HUNGUP)})}_onAddedParticipant(e){return o(this,null,function*(){var r,n;c.debug(`Participant added [${e.participantId}]`);let t=f.composeMessageId(e),i=this._participants[t];if(i&&i.state!==W.HUNGUP&&i.state!==W.REJECTED){c.debug(`Participant [${t}] is already in conversation and is active`);return}i||(i=this._registerParticipantInCache(yield this._createParticipant({id:t,externalId:e.participant.externalId&&he.fromSignaling(e.participant.externalId,e.participant.deviceIdx||0),mediaSettings:ge(e.participant.mediaSettings),state:e.participant.state,participantState:f.mapParticipantState(e.participant),roles:e.participant.roles||[],muteStates:e.participant.muteStates||{},unmuteOptions:e.participant.unmuteOptions||[],observedIds:e.participant.observedIds||[]}))),i.state=W.CALLED,i.mediaSettings=ge((r=e.participant)==null?void 0:r.mediaSettings),i.participantState=f.mapParticipantState(e.participant),i.roles=((n=e.participant)==null?void 0:n.roles)||[],this._setParticipantsStatus([i],q.WAITING),this._state==="ACTIVE"&&this._transport&&this._transport.allocate(i.id,!0),S.onParticipantAdded(i.externalId,i.markers),this._changeRemoteMediaSettings(t,i.mediaSettings),this._changeRemoteParticipantState(t,i.participantState),this._invokeRolesChangedCallbackIfNeeded(i)})}_onJoinedParticipant(e){return o(this,null,function*(){var r,n;c.debug(`Participant joined [${e.participantId}]`);let t=f.composeMessageId(e),i=this._participants[t];if(i&&i.state===W.ACCEPTED){c.warn(`Participant [${t}] is already in conversation and is active`);return}i||(i=this._registerParticipantInCache(yield this._createParticipant({id:t,externalId:e.participant.externalId&&he.fromSignaling(e.participant.externalId,e.participant.deviceIdx||0),mediaSettings:ge(e.participant.mediaSettings),state:e.participant.state,participantState:f.mapParticipantState(e.participant),roles:e.participant.roles||[],muteStates:e.participant.muteStates||{},unmuteOptions:e.participant.unmuteOptions||[],observedIds:e.participant.observedIds||[],markers:this._denormalizeMarkers(t,e.participant.markers)}))),this._conversation&&this._conversation.direction===We.OUTGOING&&(this._state==="IDLE"||this._state==="PROCESSING")&&(this._state="ACTIVE",this._changeFeatureSet()),i.state=W.ACCEPTED,i.mediaSettings=ge(e.mediaSettings),i.participantState=f.mapParticipantState(e.participant),i.roles=e.participant.roles||[],((r=this._transport)==null?void 0:r.isAllocated(i.id))?this._setParticipantsStatus([i],q.CONNECTED):this._setParticipantsStatus([i],q.WAITING),this._state==="ACTIVE"&&this._transport&&(this._transport.isAllocated(i.id)||this._transport.allocate(i.id,!0),this._transport.open([i.id],null,!!((n=this._conversation)==null?void 0:n.observer))),S.onParticipantJoined(i.externalId,i.markers),this._changeRemoteMediaSettings(t,i.mediaSettings),this._changeRemoteParticipantState(t,i.participantState),this._invokeRolesChangedCallbackIfNeeded(i)})}_onClosedConversation(e){this._toggleJoinAvailability(),this._close(new w(e.reason,{remote:!0}))}_onMediaSettingsChanged(e){return o(this,null,function*(){let t=f.composeMessageId(e);yield this._registerParticipantAndSetMarkersIfChunkEnabled(t,e.markers),this._changeRemoteMediaSettings(t,ge(e.mediaSettings))})}_onParticipantStateChanged(e){return o(this,null,function*(){let t=f.composeMessageId(e);yield this._registerParticipantAndSetMarkersIfChunkEnabled(t,e.markers),this._changeRemoteParticipantState(t,f.mapParticipantState(e))})}_onNeedRate(){this._conversation&&(this._conversation.needRate=!0,this._changeNeedRate())}_onFeatureSetChanged(e){this._conversation&&(this._conversation.features=e.features,this._changeFeatureSet())}_onMultipartyChatCreated(e){this._conversation&&(this._conversation.chatId=e.chatId,this._toggleJoinAvailability(),S.onMultipartyChatCreated(this._conversation))}_onForceMediaSettingsChange(e){return o(this,null,function*(){if(!this._mediaSource)return;let t=this._mediaSource.getMediaSettings(),i=ge(e.mediaSettings);t.isAudioEnabled!==i.isAudioEnabled&&(yield this._mediaSource.toggleAudio(i.isAudioEnabled)),t.isVideoEnabled!==i.isVideoEnabled&&(yield this._mediaSource.toggleVideo(i.isVideoEnabled)),d.consumerScreenTrack&&t.isScreenSharingEnabled!==i.isScreenSharingEnabled&&(yield this._mediaSource.toggleScreenCapturing(i.isScreenSharingEnabled))})}_onSettingsUpdate(e){c.debug("Got settings update notification",e);let t={camera:e.camera,screenSharing:e.screenSharing};this._serverSettings=wi(this._serverSettings,t),this._transport&&this._transport.updateSettings(this._serverSettings)}_onVideoQualityUpdate(e){c.debug("Got video quality update notification",e);let t=Math.round(e.quality.maxBitrate/1024),i=e.quality.maxDimension,r={camera:Object.assign({},this._serverSettings.camera,{maxBitrateK:t,maxDimension:i}),screenSharing:null};this._serverSettings=wi(this._serverSettings,r),this._transport&&this._transport.updateSettings(this._serverSettings)}_onPeerRegistered(e){let t=f.composeMessageId(e);this._participants[t]&&(this._participants[t].clientType=e.clientType,this._participants[t].platform=e.platform)}_onMicSwitched(e){return o(this,null,function*(){S.onDeviceSwitched(le.AUDIO,!e.mute),yield this.toggleLocalAudio(!e.mute)})}_onChatMessage(e){return o(this,null,function*(){let t=f.composeMessageId(e),i;this._participants[t]?i=this._participants[t].externalId:i=yield this._getParticipantId(t),S.onChatMessage(e.message,i,e.direct)})}_onCustomData(e){return o(this,null,function*(){if(e.data.hasOwnProperty("sdk"))return;let t=f.composeMessageId(e),i;this._participants[t]?i=this._participants[t].externalId:i=yield this._getParticipantId(t),S.onCustomData(e.data,i,e.direct)})}_onRecordInfo(e){return o(this,null,function*(){var i;if(!this._conversation)return;let t=!1;if(!this._conversation.recordInfo!=!e?t=!0:this._conversation.recordInfo&&e&&(t=this._conversation.recordInfo.recordMovieId!==e.recordMovieId),t)if(e){let r=yield this._getParticipantId(e.initiator);S.onRecordStarted(r,e.recordMovieId,e.recordStartTime,e.recordType,e.recordExternalMovieId,e.recordExternalOwnerId)}else S.onRecordStopped();this._conversation.recordInfo=e,e&&this._transport.getTopology()===ce.SERVER&&this._participantState!==W.CALLED&&this._transport.open(this._transport.allocated(),null,!!((i=this._conversation)==null?void 0:i.observer),!0)})}_onRolesChanged(e,t){if(this._conversation&&e===this._conversation.compositeUserId&&!Tt(this._conversation.roles,t)){c.debug(`Local roles changed: ${t}`),this._conversation.roles=t,S.onLocalRolesChanged(t),this._processMuteState(Object.keys(this._conversation.muteStates));return}let i=this._participants[e];i&&!Tt(i.roles,t)&&(c.debug(`Roles for participant [${e}] changed: ${t}`),i.roles=t,S.onRolesChanged(i.externalId,t))}_onMuteParticipant(e,t=null){return o(this,null,function*(){if(!this._conversation)return;let i=e.muteStates||{},r=e.unmuteOptions||[],n=e.mediaOptions||[],s=e.adminId?this._participants[e.adminId]:null;if(e.participantId&&e.participantId!==this._conversation.compositeUserId){if(!this._isCallAdmin()){c.warn(`Not admin got mute states for participant [${e.participantId}]`);return}let p=this._participants[e.participantId];p&&(c.debug(`Mute states for participant [${e.participantId}] changed`,i),S.onMuteStates(i,r,n,e.muteAll,e.unmute,p.externalId,s==null?void 0:s.externalId));return}f.isObjectsEquals(this._conversation.muteStates,i)&&f.isArraysEquals(this._conversation.unmuteOptions,r)&&!n.length||(this._conversation.muteStates=i,this._conversation.unmuteOptions=r,e.adminId!==this._conversation.compositeUserId&&(yield this._processMuteState(n,e.muteAll,e.unmute,t,s)))})}_processMuteState(){return o(this,arguments,function*(e=[],t=!1,i=!1,r=null,n=null){if(!this._conversation||!this._mediaSource||this._participantState!==W.ACCEPTED)return;let s=Object.assign({},this._conversation.muteStates),p=this._conversation.unmuteOptions,l=this._mediaSource.getMediaSettings(),h=Object.entries(s);for(let[T,y]of h)if(!(y!==je.MUTE&&y!==je.MUTE_PERMANENT)&&(this._isCallAdmin()&&y===je.MUTE_PERMANENT&&(s[T]=je.MUTE),!(!e.includes(T)||i)))switch(T){case le.VIDEO:l.isVideoEnabled&&!(r==null?void 0:r.isVideoEnabled)&&(S.onDeviceSwitched(le.VIDEO,!1),yield this.toggleLocalVideo(!1));break;case le.AUDIO:l.isAudioEnabled&&!(r==null?void 0:r.isAudioEnabled)&&(S.onDeviceSwitched(le.AUDIO,!1),yield this.toggleLocalAudio(!1));break;case le.SCREEN_SHARING:l.isScreenSharingEnabled&&!(r==null?void 0:r.isScreenSharingEnabled)&&(S.onDeviceSwitched(le.SCREEN_SHARING,!1),yield this.toggleScreenCapturing(!1));break}S.onMuteStates(s,p,e,t,i,null,n==null?void 0:n.externalId)})}_onPinParticipant(e,t=!1,i){return o(this,null,function*(){if(!this._conversation)return;let r=this._conversation.pinnedParticipantId;if(r&&r!==e)if(this._conversation.compositeUserId===r)S.onLocalPin(!0);else{let n=yield this._getExternalIdByParticipantId(r);n&&S.onPinnedParticipant(n,!0,this._denormalizeMarkers(e,i))}if(this._conversation.compositeUserId===e)S.onLocalPin(t);else{let n=yield this._getExternalIdByParticipantId(e);n&&S.onPinnedParticipant(n,t,this._denormalizeMarkers(e,i))}this._conversation.pinnedParticipantId=t?null:e})}_onOptionsChanged(e){this._conversation&&!tr(this._conversation.options,e)&&(this._conversation.options=e,S.onOptionsChanged(e))}_onNetworkStatus(e){if(this._conversation){let t=[];for(let[i,r]of Object.entries(e)){let n;if(i===this._conversation.compositeUserId||i==="")n=this._conversation.networkRating;else if(this._participants[i])n=this._participants[i].networkRating;else continue;if(n!==r)if(i===this._conversation.compositeUserId||i==="")this._conversation.networkRating=r,S.onLocalNetworkStatusChanged(r);else{let s=this._participants[i];s.networkRating=r,t.push({uid:s.externalId,rating:r})}}if(t.length===0)return;c.log("Received network status update: ",e),S.onNetworkStatusChanged(t)}}_onRemoteStreamSecond(e,t){let i=this._participants[e];if(!!i){if(d.producerScreenTrack){S.onRemoteScreenStream(i.externalId,t);return}if(i.secondStream=t,d.videoTracksCount>0){let r=e;if(!this._streamIdByStreamDescription.has(r)){c.error("Received remote stream notification for a participant that has no track associated with it",r);return}let n=this._streamIdByStreamDescription.get(r);if(!n||this._streamWaitTimerByStreamDescription.has(r)){c.log("Delaying secondary stream start/stop until main stream becomes available",r);return}let s=this._streamByStreamId.get(n);if(!s){m.log(g.PAT_ERROR,"streamNotFound"),c.error(`Could not find stream by ID: ${n}`);return}S.onRemoteStream(i.externalId,i.secondStream||s)}else{let r=t||i.remoteStream;r&&S.onRemoteStream(i.externalId,r)}}}_onPeerConnectionClosed(e){e===ce.SERVER&&this._cleanupParticipantAgnosticStreams()}_changeFeatureSet(){if(this._conversation){let e=this._state==="ACTIVE",t=this._conversation.features.includes(Zi.ADD_PARTICIPANT);S.onCallState(e,t,this._conversation)}}_changeNeedRate(){this._conversation&&this._conversation.needRate&&S.onRateNeeded()}_onVolumesDetected(e){let t=[];for(let[i,r]of Object.entries(e)){let n=this._participants[i];n&&n.externalId&&t.push({uid:n.externalId,volume:r.real})}S.onVolumesDetected(t)}_onSpeakerChanged(e){this._activeSpeakerId=e,this._participants[e]&&this._lastSignalledActiveSpeakerId!==e&&(S.onSpeakerChanged(this._participants[e].externalId),this._lastSignalledActiveSpeakerId=e)}_onTransportStateChanged(e,t){return o(this,null,function*(){c.debug(`Transport state has changed: ${t}`,e);let i=this._getStatusByTransportState(t);if(!i)return;let r=e.reduce((n,s)=>{if(s in this._participants){let p=this._participants[s];n.push(p),t===U.CONNECTED&&(p.remoteStream||(p.mediaSettings&&this._changeRemoteMediaSettings(s,p.mediaSettings),this._changeRemoteParticipantState(s,p.participantState)),this._updateDisplayLayoutFromCache(s))}else this._warnParticipantNotInConversation(s);return n},[]);!r.length||this._setParticipantsStatus(r,i)})}_onTransportLocalStateChanged(e){return o(this,null,function*(){c.debug(`Local transport state has changed: ${e}`),e===U.CONNECTED&&S.onLocalStatus(q.CONNECTED),e===U.CONNECTING&&S.onLocalStatus(q.CONNECTING),e===U.RECONNECTING&&S.onLocalStatus(q.RECONNECT),e===U.FAILED&&this._transport&&this._transport.allocated().length===0&&(this._signaling.ready&&(yield this._signaling.hangup(R.FAILED)),this._close(new w(R.FAILED),"Transport failed"))})}_onRemoteTrackAdded(e,t,i){return o(this,null,function*(){if(e.endsWith(we.AUDIO_MIX))c.debug("Remote audio mix track added"),this._audioOutput.add(i),S.onRemoteMixedAudioStream(t);else if(e.startsWith(we.PARTICIPANT_AGNOSTIC_TRACK_PREFIX))c.debug(`Participant-agnostic track added: ${e}`),this._streamByStreamId.set(e,t);else{c.debug(`Remote track added on the participant [${e}]`,{kind:i.kind});let r=this._participants[e];if(r||(c.warn(`Conversation: track added before participant [${e}]`),r=this._registerParticipantInCache(yield this._createParticipant({id:e})),this._setParticipantsStatus([r],q.WAITING),this._activeSpeakerId===e&&this._lastSignalledActiveSpeakerId!==e&&(S.onSpeakerChanged(r.externalId),this._lastSignalledActiveSpeakerId=e)),this._transport&&!this._transport.isAllocated(r.id)&&this._transport.allocate(r.id,!1),i.kind===se.audio&&(this._audioOutput.add(i),d.preserveAudioTracks||t.removeTrack(i)),r.remoteStream!==t){if(r.remoteStream=t,r.secondStream)return;S.onRemoteStream(r.externalId,t)}r.mediaSettings&&this._changeRemoteMediaSettings(e,r.mediaSettings),d.batchParticipantsOnStart||this._changeRemoteParticipantState(e,r.participantState)}})}_onRemoteTrackRemoved(e,t,i){switch(c.debug(`[${e}] remote track (removed)`,{track:i}),i.kind){case se.audio:this._removeAudioTrack(e,t,i);break;case se.video:case se.screen:this._removeVideoTrack(e,t,i);break}}_removeAudioTrack(e,t,i){if(e!==we.AUDIO_MIX){let r=this._participants[e];if(!r||r.remoteStream&&r.remoteStream!==t)return}this._audioOutput.remove(i)}_removeVideoTrack(e,t,i){}_onTopologyChanged(e){e===ce.DIRECT&&(this._onRemoteSignalledStall([]),this._onRemoteAllStall(!1)),this._conversation&&(this._conversation.topology=e,this._changeFeatureSet())}_onRemoteAllStall(e){if(this._remoteAllStalled===e)return;this._remoteAllStalled=e;let t=[],i=[];for(let r in this._participants)if(this._participants.hasOwnProperty(r)){let n=this._participants[r];e||this._lastStalled[r]?t.push(n):i.push(n)}t.length&&this._setParticipantsStatus(t,q.RECONNECT),i.length&&this._setParticipantsStatus(i,q.CONNECTED)}_onRemoteSignalledStall(e){let t={},i=[],r=[];e.forEach(n=>{if(t[n]=!0,!this._lastStalled[n]){let s=this._participants[n];s&&!this._remoteAllStalled&&i.push(s)}delete this._lastStalled[n]}),Object.keys(this._lastStalled).forEach(n=>{let s=this._participants[n];s&&!this._remoteAllStalled&&r.push(s)}),i.length&&this._setParticipantsStatus(i,q.RECONNECT),r.length&&this._setParticipantsStatus(r,q.CONNECTED),this._lastStalled=t}_onRemoteDataStats(e){this._debugInfo&&this._debugInfo.onRemoteDataStats(e,this._participants),this._fixAudioDevice(e.outbound.rtps)}_fixAudioDevice(e){var t;!C.hasMicrophone()||!this._audioFix||!((t=this._mediaSource)==null?void 0:t.getMediaSettings().isAudioEnabled)||this._audioFix.fix(e)}_toggleJoinAvailability(){let e=this._conversation&&this._conversation.chatId,t=e&&this._state!=="CLOSE"||!1;e&&(c.debug("Toggle join availability",{available:t,chatId:e}),S.onJoinStatus(t,e))}_updateDisplayLayoutFromCache(e){return o(this,null,function*(){var i;if(((i=this._transport)==null?void 0:i.getTopology())!==ce.SERVER)return;let t=this._participants[e];t&&t.lastRequestedLayouts&&Object.keys(t.lastRequestedLayouts).length&&(yield this.updateDisplayLayout(Object.values(t.lastRequestedLayouts)))})}_setParticipantsStatus(e,t,i=null){if(!e.length)return;let r=e.reduce((n,s)=>(s.status!==t&&(s.status=t,d.batchParticipantsOnStart?n.push(s.externalId):S.onParticipantStatus(s.externalId,t,i)),n),[]);!r.length||d.batchParticipantsOnStart&&S.onRemoteStatus(r,t,i)}_onJoinLinkChanged(e){S.onJoinLinkChanged(e.joinLink)}},L=F;L._delayedHangup=!1;var ti=class extends Error{constructor(e,t){super(e);Object.setPrototypeOf(this,ti.prototype),this.participantErrors=t}};var ii;function an(){return o(this,null,function*(){var a;if(d.apiEnv!=="AUTO")return d.apiEndpoint;try{let e=atob("aHR0cHM6Ly9kbnMuZ29vZ2xlL3Jlc29sdmU/bmFtZT12aWRlby5fZW5kcG9pbnQub2sucnUmdHlwZT1UWFQ="),i=yield(yield fetch(e,{method:"GET",mode:"cors",cache:"no-cache"})).json(),r=(a=i==null?void 0:i.Answer[0])==null?void 0:a.data;if(!r)throw new Error("Wrong DNS response");return c.debug("Resolved API endpoint",r),r}catch(e){return c.warn("Failed to resolve API endpoint using DNS, default is used",e),d.apiEndpoint}})}function Zr(){if(!d.apiKey)throw new w(te.API,{message:"Required argument apiAppKey not passed"})}function Fi(a,e={},t=!1){if(!window.Blob||!window.navigator.sendBeacon)return;let i=ta(a,e,t),r=new window.Blob([i],{type:"application/x-www-form-urlencoded"});window.navigator.sendBeacon(`${ii}/fb.do`,r)}function ea(i){return o(this,arguments,function*(a,e={},t=!1){ii||(ii=yield an());let r=ta(a,e,t);return nn(r)})}function nn(a){return o(this,null,function*(){return new Promise((e,t)=>{let i=new XMLHttpRequest;i.open("POST",`${ii}/fb.do`,!0),i.setRequestHeader("Content-type","application/x-www-form-urlencoded"),i.onreadystatechange=()=>{if(i.readyState!==XMLHttpRequest.DONE)return;let r;try{r=JSON.parse(i.responseText)}catch(n){r={result:i.responseText}}i.status!==200||r.hasOwnProperty("error_msg")?t(r):e(r)},i.send(a)})})}function ta(a,e={},t=!1){e.method=a,e.format="JSON",e.application_key||(e.application_key=d.apiKey),t||(Z.sessionKey?e.session_key=Z.sessionKey:Z.accessToken&&(e.access_token=Z.accessToken));for(let[r,n]of Object.entries(e))typeof n=="object"&&(e[r]=JSON.stringify(n));let i="";for(let[r,n]of Object.entries(e))i&&(i+="&"),i+=`${r}=${encodeURIComponent(n)}`;return i}var on=10,cn=700,dn=3e3,ri=class extends St{constructor(){super(...arguments);this._userId=null;this._externalUidsCache={}}_callUnsafe(r){return o(this,arguments,function*(e,t={},i=!1){let n=s=>o(this,null,function*(){try{return yield ea(e,t,i)}catch(p){if(!p.hasOwnProperty("error_msg")&&(s++,c.debug(`${e} network error, attempt ${s}...`),s<on))return yield f.delay(Math.min(s*cn,dn)),n(s);throw c.warn(e,"error",p),p}});return n(0)})}_call(r){return o(this,arguments,function*(e,t={},i=!1){try{return yield this._callUnsafe(e,t,i)}catch(n){c.warn("Api call error",n);let s=te.API;switch(n.error_code){case 102:case 103:case 104:return yield this.authorize(),this._callUnsafe(e,t,i);case 1101:s=R.SERVICE_DISABLED;break;case 1102:s=R.CALLEE_IS_OFFLINE;break;case 1103:s=R.NOT_FRIENDS;break;case 1104:case 1106:s=R.EXTERNAL_API_ERROR;break}throw new w(s,{message:n.error_msg,code:n.error_code})}})}userId(e){return o(this,null,function*(){let t=f.decomposeId(e).id;return Z.isEmpty()?fe.fromId(String(t)):(this._externalUidsCache.hasOwnProperty(t)||Object.assign(this._externalUidsCache,yield this._getExternalIdsByOkIds([t])),fe.fromString(this._externalUidsCache[t]))})}prepareUserIds(e){return o(this,null,function*(){Z.isEmpty()||Object.assign(this._externalUidsCache,yield this._getExternalIdsByOkIds(e))})}authorize(){return o(this,null,function*(){if(!this._uuid){let t=Ke.get("uuid");t||(t=f.uuid(),Ke.set("uuid",t)),this._uuid=String(t)}let e={session_data:{version:2,device_id:this._uuid,client_version:d.appVersion,client_type:"SDK_JS"}};return d.authToken&&(e.session_data.auth_token=d.authToken,e.session_data.version=3),this._callUnsafe("auth.anonymLogin",e,!0).then(t=>{t.uid&&(this._userId=Number(t.uid)),Z.sessionKey=t.session_key,Z.sessionSecretKey=t.session_secret_key}).catch(t=>{throw t.error_code===401&&S.onTokenExpired(),new w(te.AUTH,{message:t.error_msg,code:t.error_code})})})}log(e){let t={collector:"ok.mobile.apps.video",data:JSON.stringify({application:`${d.appName}:${d.sdkVersion}`,platform:d.platform,items:e})};Fi("log.externalLog",t)}init(){Zr()}joinConversation(e,t=!1,i){return o(this,null,function*(){let r={conversationId:e,isVideo:t,protocolVersion:d.protocolVersion};return i&&(r.chatId=i),this._call("vchat.joinConversation",r)})}createConversation(e,t="",i=!1){return o(this,null,function*(){let r={conversationId:e,createJoinLink:!0,isVideo:!1,protocolVersion:d.protocolVersion};return t&&(r.payload=t),d.domain&&(r.domainId=d.domain),i&&(r.requireAuthToJoin=!0),this._startConversation(r)})}startConversation(e,t,i,r=!1,n="",s=!1,p=!1){return o(this,null,function*(){let l={conversationId:e,isVideo:r,protocolVersion:d.protocolVersion};if(t&&t.length)switch(i){case Fe.USER:l.uids=t.join(",");break;case Fe.GROUP:l.gid=t[0];break;case Fe.CHAT:l.chatId=t[0];break}return s&&(l.createJoinLink=!0),n&&(l.payload=n),d.domain&&(l.domainId=d.domain),p&&(l.requireAuthToJoin=!0),this._startConversation(l)})}_startConversation(e){return o(this,null,function*(){return this._call("vchat.startConversation",e)})}createJoinLink(e){return o(this,null,function*(){return this._call("vchat.createJoinLink",{conversationId:e})})}removeJoinLink(e){return o(this,null,function*(){return this._call("vchat.removeJoinLink",{conversationId:e})})}getAnonymTokenByLink(e,t){return o(this,null,function*(){let i={joinLink:e};t&&(i.anonymName=t);let r=yield this._call("vchat.getAnonymTokenByLink",i);return this._userId=Number(r.uid),r.token})}joinConversationByLink(e,t=!1,i){return o(this,null,function*(){let r={joinLink:e,isVideo:t,protocolVersion:d.protocolVersion};return(i==null?void 0:i.length)&&(r.observedIds=i.join(",")),d.anonymToken&&(r.anonymToken=d.anonymToken),this._call("vchat.joinConversationByLink",r)})}getOkIdsByExternalIds(e){return o(this,null,function*(){let t=fe.fromIds(e),i=[],r={methods:[]},n=[],s=Object.keys(this._externalUidsCache),p=Object.values(this._externalUidsCache);for(let h of t){let T=fe.toString(h),y=p.indexOf(T);y>-1?i.push(Number(s[y])):(n.push(T),r.methods.push({"vchat.getOkIdByExternalId":{params:{externalId:h.id,anonym:h.type===ht.ANONYM},onError:"SKIP"}}))}return r.methods.length&&(yield this._call("batch.executeV2",r)).forEach((h,T)=>{if(h.ok){let y=Number(h.ok.ok_id);this._externalUidsCache[y]=n[T],i.push(y)}}),i})}getExternalIdsByOkIds(e){return o(this,null,function*(){let t=[],i=[];for(let n of e)this._externalUidsCache.hasOwnProperty(n)?t.push(fe.fromString(this._externalUidsCache[n])):i.push(n);if(!i.length)return t;let r=yield this._getExternalIdsByOkIds(i);Object.assign(this._externalUidsCache,r);for(let n of i)r.hasOwnProperty(n)&&t.push(fe.fromString(r[n]));return t})}getCachedOkIdByExternalId(e){let t=Object.keys(this._externalUidsCache),i=Object.values(this._externalUidsCache),r=fe.toString(e),n=i.indexOf(r);return n>-1?f.composeUserId(t[n],z.USER):null}cacheExternalId(e,t){let i=f.decomposeId(e).id;this._externalUidsCache[i]=fe.toString(t)}getConversationParams(e){return o(this,null,function*(){let t={};return d.anonymToken&&(t.anonymToken=d.anonymToken),e&&(t.conversationId=e),this._call("vchat.getConversationParams",t)})}getUserId(){return this._userId}setUserId(e){this._userId=e}hangupConversation(e){let t={conversationId:e,reason:R.HUNGUP};d.anonymToken&&(t.anonymToken=d.anonymToken),Fi("vchat.hangupConversation",t)}removeHistoryRecords(e){return o(this,null,function*(){yield this._call("vchat.removeHistoryRecords",{recordIds:e.join(",")})})}cleanup(){}_getExternalIdsByOkIds(e){return o(this,null,function*(){let t={};try{let i=yield this._call("vchat.getExternalIdsByOkIds",{uids:e.join(",")});if(i.external_ids)for(let[r,n]of Object.entries(i.external_ids))t[r]=fe.fromIdToString(n,ht.USER);if(i.anonym_ids)for(let[r,n]of Object.entries(i.anonym_ids))t[r]=fe.fromIdToString(n,ht.ANONYM);return t}catch(i){return t}})}};var ia=(D=>(D.RECOVER="recover",D.ACCEPT_CALL="accept-call",D.ADD_PARTICIPANT="add-participant",D.REMOVE_PARTICIPANT="remove-participant",D.HANGUP="hangup",D.TRANSMIT_DATA="transmit-data",D.ACCEPT_PRODUCER="accept-producer",D.ALLOCATE_CONSUMER="allocate-consumer",D.CHANGE_MEDIA_SETTINGS="change-media-settings",D.CHANGE_PARTICIPANT_STATE="change-participant-state",D.CHANGE_STREAM_PRIORITIES="change-streams-priorities",D.UPDATE_DISPLAY_LAYOUT="update-display-layout",D.REPORT_PERF_STAT="report-perf-stat",D.RECORD_START="record-start",D.RECORD_STOP="record-stop",D.RECORD_SET_ROLE="record-set-role",D.RECORD_GET_STATUS="record-get-status",D.SWITCH_MICRO="switch-micro",D.SWITCH_TOPOLOGY="switch-topology",D.REQUEST_REALLOC="request-realloc",D.CHAT_MESSAGE="chat-message",D.CHAT_HISTORY="chat-history",D.CUSTOM_DATA="custom-data",D.GRANT_ROLES="grant-roles",D.MUTE_PARTICIPANT="mute-participant",D.PIN_PARTICIPANT="pin-participant",D.UPDATE_MEDIA_MODIFIERS="update-media-modifiers",D.CHANGE_OPTIONS="change-options",D.GET_WAITING_HALL="get-waiting-hall",D.GET_PARTICIPANT_LIST_CHUNK="get-participant-list-chunk",D.GET_PARTICIPANTS="get-participants",D.PROMOTE_PARTICIPANT="promote-participant",D.REQUEST_TEST_MODE="request-test-mode",D.ADD_MOVIE="add-movie",D.UPDATE_MOVIE="update-movie",D.REMOVE_MOVIE="remove-movie",D))(ia||{}),H=ia;var ra="open",aa=[()=>d.producerScreenTrack,()=>d.videoTracksCount>0,()=>!0,()=>d.filteredMessages,()=>d.consumerScreenTrack,()=>!0,()=>d.movieShare,()=>d.useParticipantListChunk],pn=10,be=class extends Et{constructor(){super(...arguments);this.socket=null;this.sequence=1;this.lastStamp=0;this.websocketCommandsQueue=[];this.datachannelCommandsQueue=[];this.incomingCache=[];this.responseHandlers={};this.reconnectCount=0;this.conversationResolve=null;this.conversationReject=null;this.connected=!1;this.listenersReady=!1;this.postfix="&platform="+d.platform+"&appVersion="+d.appVersion+"&version="+d.protocolVersion+"&device="+d.device+"&capabilities="+be._getCapabilityFlags();this.peerId=null;this.conversationId=null;this.reconnectTimer=0;this.connectionMessageWaitTimer=0;this.doctorTimer=0;this.participantIdRegistry=null;this.producerNotificationDataChannel=null;this.producerCommandDataChannel=null;this.producerCommandDataChannelEnabled=!1}static _getCapabilityFlags(){let e=0;for(let t=0;t<aa.length;t++)aa[t]()&&(e|=1<<t);return e.toString(16).toUpperCase()}get ready(){return this.socket!==null}setEndpoint(e){this.endpoint=e}setConversationId(e){this.conversationId=e}setParticipantIdRegistry(e){this.participantIdRegistry=e}setProducerNotificationDataChannel(e){this.producerNotificationDataChannel=e,this.producerNotificationDataChannel.onmessage=t=>{var r;let i=(r=this.participantIdRegistry)==null?void 0:r.handleMessage(t.data);i&&this._handleMessage(i)}}setProducerCommandDataChannel(e){this.producerCommandDataChannel=e,this.producerCommandDataChannel.onmessage=this._onMessage.bind(this),this._handleCommandsQueue(this.datachannelCommandsQueue)}useCommandDataChannel(e){this.producerCommandDataChannelEnabled=e}cleanup(){this.datachannelCommandsQueue=[]}connect(e){return o(this,null,function*(){return this.postfix+=`&clientType=${d.clientType}`,new Promise((t,i)=>{if(this.socket&&this.socket.readyState<WebSocket.CLOSING){m.log(g.SOCKET_ACTION,"already_opened"),i(Error("Socket already opened"));return}this.conversationResolve=r=>{t(r),this.conversationResolve=null,this.conversationReject=null},this.conversationReject=r=>{i(r),this.conversationResolve=null,this.conversationReject=null},this._connect(e)})})}_send(r){return o(this,arguments,function*(e,t={},i=0){if(t.participantId){let n=f.decomposeParticipantId(t.participantId),s=f.decomposeId(n.compositeUserId);t=Object.assign({},t,{participantId:s.id,participantType:s.type}),n.deviceIdx&&(t.deviceIdx=n.deviceIdx)}return this._sendRaw(e,t,i)})}_sendRaw(r){return o(this,arguments,function*(e,t={},i=0){let n=s=>{var l;if(this._isDataChannelCommand(e))this.datachannelCommandsQueue.push(s),((l=this.producerCommandDataChannel)==null?void 0:l.readyState)===ra&&this._handleCommandsQueue(this.datachannelCommandsQueue);else{if(!this.socket){m.log(g.SOCKET_ACTION,"not_opened"),c.warn("Socket not opened"),s.reject(new Error(`Socket not opened [${e}]`),!0);return}this.socket.readyState>WebSocket.OPEN&&(m.log(g.SOCKET_ACTION,"invalid_state"),c.warn(`Socket is not opened, state ${this.socket.readyState}`)),this.websocketCommandsQueue.push(s),this.socket&&this.socket.readyState===WebSocket.OPEN&&this._handleCommandsQueue(this.websocketCommandsQueue)}};return new Promise((s,p)=>{let l=(T,y=!1)=>{!i||y?p(T):(c.debug("Resending a signaling message",e,h.sequence),i--,n(h))},h={sequence:this.sequence++,name:e,params:t,responseTimer:0,resolve:s,reject:l};n(h)})})}_isDataChannelCommand(e){return this.producerCommandDataChannelEnabled?e===H.UPDATE_DISPLAY_LAYOUT||e===H.REPORT_PERF_STAT:!1}static _isDataChannelResponseRequired(e){return e===H.UPDATE_DISPLAY_LAYOUT||e===H.REPORT_PERF_STAT}getNextCommandSequenceNumber(){return this.sequence}hangup(e){return o(this,null,function*(){return this._send(H.HANGUP,{reason:e}).catch(()=>{})})}sendCandidate(e,t){return o(this,null,function*(){return this._send(H.TRANSMIT_DATA,{participantId:e,data:{candidate:t}})})}requestTestMode(e,t){return o(this,null,function*(){return this._send(H.REQUEST_TEST_MODE,{consumer:e,producer:t})})}sendSdp(e,t){return o(this,null,function*(){return this._send(H.TRANSMIT_DATA,{participantId:e,data:{sdp:t}})})}acceptCall(e){return o(this,null,function*(){return this._send(H.ACCEPT_CALL,{mediaSettings:e})})}changeMediaSettings(e){return o(this,null,function*(){return this._send(H.CHANGE_MEDIA_SETTINGS,{mediaSettings:e},pn)})}changeParticipantState(e){return o(this,null,function*(){return this._send(H.CHANGE_PARTICIPANT_STATE,{participantState:{state:e}})})}addParticipant(e,t){return o(this,null,function*(){return this._send(H.ADD_PARTICIPANT,it({participantId:e},t))})}removeParticipant(e,t=!1){return o(this,null,function*(){return this._send(H.REMOVE_PARTICIPANT,{participantId:e,ban:t})})}allocateConsumer(e,t){return o(this,null,function*(){let i={capabilities:t};return e&&(i.description=e.sdp),this._send(H.ALLOCATE_CONSUMER,i)})}acceptProducer(e,t){return o(this,null,function*(){let i={description:e.sdp};return t&&(i.ssrcs=t),this._send(H.ACCEPT_PRODUCER,i)})}changePriorities(e){return o(this,null,function*(){return this._send(H.CHANGE_STREAM_PRIORITIES,{typedPriorities:e}).catch(()=>{})})}updateDisplayLayout(e){return o(this,null,function*(){return this._send(H.UPDATE_DISPLAY_LAYOUT,{layouts:e})})}addMovie(e){return o(this,null,function*(){return this._send(H.ADD_MOVIE,e)})}updateMovie(e){return o(this,null,function*(){return this._send(H.UPDATE_MOVIE,e)})}removeMovie(e){return o(this,null,function*(){return this._send(H.REMOVE_MOVIE,e)})}startStream(e){return o(this,null,function*(){return this._send(H.RECORD_START,e)})}stopStream(){return o(this,null,function*(){return this._send(H.RECORD_STOP)})}recordSetRole(e,t){return o(this,null,function*(){return this._send(H.RECORD_SET_ROLE,{participantId:e,role:t})})}getRecordStatus(){return o(this,null,function*(){return this._send(H.RECORD_GET_STATUS)})}switchTopology(e,t=!1){return o(this,null,function*(){return this._send(H.SWITCH_TOPOLOGY,{topology:e,force:t})})}requestRealloc(){return o(this,null,function*(){return this._send(H.REQUEST_REALLOC)})}reportPerfStat(e){return o(this,null,function*(){return this._send(H.REPORT_PERF_STAT,{report:e})})}chatMessage(e,t=null){return o(this,null,function*(){return this._send(H.CHAT_MESSAGE,{message:e,participantId:t})})}chatHistory(e){return o(this,null,function*(){return this._send(H.CHAT_HISTORY,{count:e})})}customData(e,t){return o(this,null,function*(){return this._send(H.CUSTOM_DATA,{data:e,participantId:t})})}grantRoles(e,t,i){return o(this,null,function*(){let r={participantId:e,roles:t};return i&&(r.revoke=!0),this._sendRaw(H.GRANT_ROLES,r)})}muteParticipant(e,t,i){return o(this,null,function*(){return this._sendRaw(H.MUTE_PARTICIPANT,{participantId:e,muteStates:t,requestedMedia:i})})}pinParticipant(e,t){return o(this,null,function*(){let i={participantId:e};return t&&(i.unpin=!0),this._sendRaw(H.PIN_PARTICIPANT,i)})}updateMediaModifiers(e){return o(this,null,function*(){return this._send(H.UPDATE_MEDIA_MODIFIERS,{mediaModifiers:e})})}changeOptions(e){return o(this,null,function*(){return this._send(H.CHANGE_OPTIONS,{options:e})})}getWaitingHall(e=null,t,i=!1){return o(this,null,function*(){let r={};return e&&(r.fromId=e),t&&(r.count=t),i&&(r.backward=i),this._send(H.GET_WAITING_HALL,r)})}promoteParticipant(e,t=!1){return o(this,null,function*(){let i={participantId:e};return t&&(i.demote=t),this._sendRaw(H.PROMOTE_PARTICIPANT,i)})}close(){this.socket&&this.socket.readyState<WebSocket.CLOSING&&this._closeSocket(),this._stopWaitConnectionMessage(),this._stopDoctor(),clearTimeout(this.reconnectTimer)}readyToSend(){this.listenersReady=!0,this._handleCachedMessages()}getParticipantListChunk(e){return o(this,null,function*(){return this._send(H.GET_PARTICIPANT_LIST_CHUNK,e)})}getParticipants(e){return o(this,null,function*(){return this._send(H.GET_PARTICIPANTS,{externalIds:e})})}_connect(e){if(this.socket&&this.socket.readyState<WebSocket.CLOSING)return;let t="";e&&(t+=`&tgt=${e}`),e===Ge.RETRY&&this.lastStamp&&(t+=`&recoverTs=${this.lastStamp}`),t=i(t),c.debug("Connecting to "+this.endpoint+this.postfix+t),this.socket=new WebSocket(this.endpoint+this.postfix+t),this.socket.onopen=this._onOpen.bind(this),this.socket.onmessage=this._onMessage.bind(this),this.socket.onerror=this._onError.bind(this),this.socket.onclose=this._onClose.bind(this),this._startDoctor();function i(r){if(!d.useParticipantListChunk)return r;r+=`&partIdx=${d.participantListChunkInitIndex}`;let s=d.participantListChunkInitCount;return s!==null&&(r+=`&partCount=${s}`),r}}_disconnect(){this.socket&&this.socket.readyState<WebSocket.CLOSING&&(this.socket.onopen=null,this.socket.onmessage=null,this.socket.onerror=null,this.socket.onclose=null,this.socket.close(),this.socket=null),this._stopWaitConnectionMessage(),this._stopDoctor(),clearTimeout(this.reconnectTimer)}_onOpen(){c.debug("Socket opened"),m.log(g.SOCKET_ACTION,"opened"),this._waitConnectionMessage(),this._startDoctor()}_onMessage(e){if(this._startDoctor(),e.data==="ping"){this.socket&&this.socket.readyState===WebSocket.OPEN&&this.socket.send("pong");return}try{this._handleMessage(JSON.parse(e.data))}catch(t){m.log(g.SOCKET_ACTION,"parse_error"),c.error("Unable to parse message",t,e.data)}}_handleMessage(e){var t;e.type==="notification"?e.notification==="connection"?(c.debug("Signaling connected",e),this.connected=!0,this.reconnectCount=0,this.endpoint=e.endpoint,e.peerId&&this.peerId!==e.peerId.id&&(this.postfix+=`&peerId=${e.peerId.id}`,this.peerId=e.peerId.id),this._stopWaitConnectionMessage(),this.conversationResolve?this.conversationResolve(e):(this._triggerEvent(ve.RECONNECT,e),e.conversation.topology&&this._triggerEvent(ve.NOTIFICATION,{type:"notification",notification:O.TOPOLOGY_CHANGED,topology:e.conversation.topology})),this.lastStamp&&this._handleCachedMessages(),(t=e.recoverMessages)==null||t.forEach(i=>this._handleMessage(i)),this._handleCommandsQueue(this.websocketCommandsQueue)):!this.connected||!this.listenersReady?this.incomingCache.push(e):this._triggerEvent(ve.NOTIFICATION,e):e.type==="response"&&this.responseHandlers[e.sequence]?this._handleCommandResponse(!0,e):e.type==="error"&&this.responseHandlers[e.sequence]?(m.log(g.SOCKET_ACTION,`error-${e.error}`),this._handleCommandResponse(!1,e)):e.type==="error"?(m.log(g.SOCKET_ACTION,`error-${e.error}`),e.error==="service-unavailable"?this._reconnect():e.error==="conversation-ended"?this.conversationReject?this.conversationReject(new w(R.SOCKET_CLOSED,{message:`Unable to connect to the signaling: ${e.error}`})):this._triggerEvent(ve.NOTIFICATION,{notification:O.CLOSED_CONVERSATION,reason:e.reason}):this.connected||e.error==="invalid-token"?this._throwError(new Error(`Signaling error: ${e.error}`)):e.sequence||(this.conversationReject&&this.conversationReject(new w(te.SIGNALING_FAILED,{message:`Unable to connect to the signaling: ${e.error}`})),this._closeSocket())):(m.log(g.SOCKET_ACTION,"unknown_message"),c.warn("Unhandled message",e)),this.lastStamp=e.stamp||this.lastStamp}_handleCachedMessages(){let e=[...this.incomingCache];for(this.incomingCache=[];e.length>0;){let t=e.shift();this._handleMessage(t)}}_throwError(e){this._triggerEvent(ve.FAILED,e)}_onError(e){m.log(g.SOCKET_ACTION,"error"),c.error("Signaling error",e)}_onClose(e){m.log(g.SOCKET_ACTION,"closed"),c.debug("Connection closed",{code:e.code,reason:e.reason}),this.connected=!1,this._stopDoctor(),this.socket&&this.reconnectCount++<be.RECONNECT_MAX_COUNT?this._reconnect():this.socket&&this._closeSocket(new Error("Connection closed"))}_closeSocket(e=null){!this.socket||(this._disconnect(),Object.values(this.responseHandlers).forEach(t=>{window.clearTimeout(t.responseTimer),e&&t.reject(new Error("Connection closed"),!0)}),this.websocketCommandsQueue=[],this.responseHandlers={},this.lastStamp=0,e&&this._throwError(new Error("Connection closed")))}_reconnect(){let e=Math.min(be.RECONNECT_MAX_DELAY,be.RECONNECT_DELAY*Math.pow(2,this.reconnectCount-1));c.log(`Reconnect websocket after ${e}ms (${this.reconnectCount})`),m.log(g.SOCKET_ACTION,"reconnect"),this.reconnectTimer=window.setTimeout(this._connect.bind(this,Ge.RETRY),e)}_handleCommandResponse(e,t){var r;if(!this.responseHandlers.hasOwnProperty(t.sequence))return;let i=this.responseHandlers[t.sequence];window.clearTimeout(i.responseTimer),e?(delete this.responseHandlers[t.sequence],i.resolve(t)):((r=this.socket)==null?void 0:r.readyState)===WebSocket.OPEN?(delete this.responseHandlers[t.sequence],m.log(g.SOCKET_ACTION,"response-timeout"),i.reject(new Error(t.error||`Response timeout [${i.name}]`))):i.responseTimer=window.setTimeout(()=>this._handleCommandResponse(!1,t),be.WAIT_RESPONSE_DELAY)}_handleCommandsQueue(e){var t,i;for(;e.length>0;){let r=e.shift(),n=Object.assign({command:r.name,sequence:r.sequence},r.params);if(this._isDataChannelCommand(r.name)){if(((t=this.producerCommandDataChannel)==null?void 0:t.readyState)!==ra){r.reject(new Error(`Invalid data channel state: ${(i=this.producerCommandDataChannel)==null?void 0:i.readyState}`));return}be._isDataChannelResponseRequired(r.name)&&(r.responseTimer=window.setTimeout(()=>this._handleCommandResponse(!1,n),be.WAIT_RESPONSE_DELAY),this.responseHandlers[r.sequence]=r),this.producerCommandDataChannel.send(JSON.stringify(n))}else{if(!this.socket||this.socket.readyState!==WebSocket.OPEN){r.reject(new Error("Invalid state or socket already closed"));continue}r.responseTimer=window.setTimeout(()=>this._handleCommandResponse(!1,n),be.WAIT_RESPONSE_DELAY),this.responseHandlers[r.sequence]=r,this.socket.send(JSON.stringify(n))}}}_waitConnectionMessage(){this.connectionMessageWaitTimer=window.setTimeout(()=>{this.conversationReject&&this.conversationReject(new w(te.SIGNALING_FAILED,{message:"Unable to connect to the signaling: connection timeout"}))},be.WAIT_CONNECTION_DELAY)}_stopWaitConnectionMessage(){window.clearTimeout(this.connectionMessageWaitTimer),this.connectionMessageWaitTimer=0}_startDoctor(){this._stopDoctor(),this.doctorTimer=window.setTimeout(()=>{c.warn("Socket is dead, trying to reconnect"),this._disconnect(),this._connect(Ge.RETRY)},be.WAIT_MESSAGE_DELAY)}_stopDoctor(){window.clearTimeout(this.doctorTimer),this.doctorTimer=0}},Ve=be;Ve.RECONNECT_DELAY=d.signalingReconnectDelay,Ve.RECONNECT_MAX_DELAY=d.signalingReconnectMaxDelay,Ve.RECONNECT_MAX_COUNT=d.signalingReconnectMaxCount,Ve.WAIT_CONNECTION_DELAY=d.waitConnectionDelay,Ve.WAIT_RESPONSE_DELAY=d.waitResponseDelay,Ve.WAIT_MESSAGE_DELAY=d.waitMessageDelay;var na=(t=>(t.KING="KING",t.PAWN="PAWN",t))(na||{}),ln=na;var gt,ae,xt=null,em={getCameras:C.getCameras,getMicrophones:C.getMicrophones,getOutput:C.getOutput,hasCamera:C.hasCamera,hasMicrophone:C.hasMicrophone,getSavedCamera:C.getSavedCamera,getSavedMicrophone:C.getSavedMicrophone,getSavedOutput:C.getSavedOutput,hasCameraPermission:C.hasCameraPermission,hasMicrophonePermission:C.hasMicrophonePermission,hasPermissions:C.hasPermissions,getUserMedia:C.getUserMedia,getUserVideo:C.getUserVideo,getUserAudio:C.getUserAudio,saveDeviceId:C.saveDeviceId,isBrowserSupported:C.isBrowserSupported,isScreenCapturingSupported:C.isScreenCapturingSupported,os:C.os,isMobile:C.isMobile,browserName:C.browserName,browserVersion:C.browserVersion,baseChromeVersion:C.baseChromeVersion,getAudioContext:C.getAudioContext};function un(a){ae=a}function mn(a){gt=a}function tm(a){xt=a}function im(a){d.videoEffects=a}function rm(a){return o(this,null,function*(){if(d.set(a),C.browserName()==="Sferum"&&(d.platform=`SFERUM:${C.browserVersion()}`),ae||un(new ri),gt||mn(()=>new Ve),d.debug&&(sa.disableLog(!1),c.toggle(!0)),c.log(`Calls SDK ${d.sdkVersion}`,a),yield C.init(),!C.isBrowserSupported())throw new w(te.UNSUPPORTED);ae.init()})}function am(n){return o(this,arguments,function*(a,e=[le.AUDIO],t="",i=!1,r=!1){let s=[],p=[];if(Array.isArray(a)?s=a.length?a:[]:a&&(s=[a]),s.length&&(p=yield ae.getOkIdsByExternalIds(s),!p.length))throw new w(R.CALLEE_IS_OFFLINE);return hn(p,Fe.USER,e,t,i,r)})}function hn(s){return o(this,arguments,function*(a,e=Fe.USER,t,i="",r=!1,n=!1){if(L.current())throw c.error("There is already active call"),new w(R.FAILED);return new L(ae,gt(),xt).onStart(a,e,t,i,r,n)})}function nm(a){return o(this,null,function*(){return _n(a)})}function _n(i){return o(this,arguments,function*(a,e=z.USER,t){if(a===L.id())throw new Error("Push has already been processed");return new L(ae,gt(),xt).onPush(a,e,t)})}function sm(a){return o(this,null,function*(){return a&&(d.authToken=a),ae.authorize()})}function om(){return o(this,arguments,function*(a=[le.AUDIO]){return Lt().accept(a)})}function cm(){return o(this,null,function*(){let a=L.current();if(a)return a.decline()})}function dm(t){return o(this,arguments,function*(a,e=[le.AUDIO]){return gn(a,e)})}function gn(a,e,t){return o(this,null,function*(){if(L.current())throw c.error("There is already active call"),new w(R.FAILED);return new L(ae,gt(),xt).onJoin({conversationId:a,mediaOptions:e,chatId:t})})}function pm(r){return o(this,arguments,function*(a,e=[le.AUDIO],t,i){if(L.current())throw c.error("There is already active call"),new w(R.FAILED);return t&&(d.anonymToken=t),new L(ae,gt(),xt).onJoin({joinLink:a,mediaOptions:e,observedIds:i})})}function lm(){return o(this,null,function*(){let a=L.current();if(a)return a.hangup();L.hangupAfterInit()})}function um(a,e){return o(this,null,function*(){let t=yield ae.getOkIdsByExternalIds([a]);if(!t.length)throw new Error("User not found");return fn(t[0],e)})}function fn(a,e){return o(this,null,function*(){let t=L.current();t&&(yield t.addParticipant(f.composeUserId(a,z.USER),e))})}function mm(a,e=!1){return o(this,null,function*(){let t=yield ae.getOkIdsByExternalIds([a]);return Sn(t[0],e)})}function Sn(a,e=!1){return o(this,null,function*(){let t=L.current();t&&(yield t.removeParticipant(f.composeUserId(a,z.USER),e))})}function hm(a,e){return o(this,null,function*(){let t=yield C.saveDeviceId(a,e),i=L.current();return t&&i?i.changeDevice(a):Promise.reject()})}function _m(a){return o(this,null,function*(){let e=L.current();return e?e.toggleScreenCapturing(a):Promise.reject()})}function gm(a,e=!1){return o(this,null,function*(){let t=L.current();t&&(yield t.setVideoStream(a,e))})}function fm(a){return o(this,null,function*(){let e=L.current();e&&(yield e.toggleLocalVideo(a))})}function Sm(a){return o(this,null,function*(){let e=L.current();e&&(yield e.toggleLocalAudio(a))})}function vm(a,e,t){return o(this,null,function*(){let i=L.current();if(i)return i.setLocalResolution(a,e,t)})}function Em(a){return o(this,null,function*(){let e=L.current();e&&(yield e.changePriorities(a))})}function Tm(a){return o(this,null,function*(){let e=L.current();e&&(yield e.changeParticipantState(a))})}function Im(a){return o(this,null,function*(){let e=L.current();e&&(yield e.updateDisplayLayout(a))})}function Cm(a,e,t=!1){return o(this,null,function*(){let i=yield ae.getOkIdsByExternalIds([a]);return vn(i[0],e,t)})}function vn(a,e,t=!1){return o(this,null,function*(){let i=L.current();i&&(yield i.grantRoles(f.composeUserId(a,z.USER),e,t))})}function ym(){return o(this,arguments,function*(a=null,e,t=[]){let i=null;return a&&(i=(yield ae.getOkIdsByExternalIds([a]))[0]),En(i,e,t,he.getDeviceIdx(a))})}function En(){return o(this,arguments,function*(a=null,e,t=[],i=0){let r=L.current();if(r){let n=a?f.composeParticipantId(a,z.USER,i):null;yield r.muteParticipant(n,e,t)}})}function Pm(a,e=!1){return o(this,null,function*(){let t=yield ae.getOkIdsByExternalIds([a]);return Tn(t[0],e,he.getDeviceIdx(a))})}function Tn(a,e=!1,t=0){return o(this,null,function*(){let i=L.current();i&&(yield i.pinParticipant(f.composeParticipantId(a,z.USER,t),e))})}function Rm(a){return o(this,null,function*(){let e=L.current();e&&(yield e.updateMediaModifiers(a))})}function bm(a){return o(this,null,function*(){let e=L.current();e&&(yield e.changeOptions(a))})}function Mm(a,e=null){return o(this,null,function*(){let t=null;return e&&(t=(yield ae.getOkIdsByExternalIds([e]))[0]),In(a,t)})}function In(a,e=null){return o(this,null,function*(){let t=L.current();if(t){let i=e?f.composeUserId(e,z.USER):null;yield t.chatMessage(a,i)}})}function Dm(a=10){return o(this,null,function*(){let e=L.current();if(e)return e.chatHistory(a)})}function km(a,e=null){return o(this,null,function*(){let t=null;return e&&(t=(yield ae.getOkIdsByExternalIds([e]))[0]),Cn(a,t,he.getDeviceIdx(e))})}function Cn(a,e=null,t=0){return o(this,null,function*(){let i=L.current();if(i){let r=e?f.composeParticipantId(e,z.USER,t):null;yield i.customData(a,r)}})}function Am(a="",e=!1){return o(this,null,function*(){return(yield ae.createConversation(f.uuid(),a,e)).join_link})}function Om(){return o(this,null,function*(){let a=L.current();return a?a.createJoinLink():Promise.reject()})}function wm(){return o(this,null,function*(){let a=L.current();return a?a.removeJoinLink():Promise.reject()})}function xm(a,e){return o(this,null,function*(){return ae.getAnonymTokenByLink(a,e)})}function Lm(a){let e=L.current();e&&e.setVolume(a)}function Nm(a){d.forceRelayPolicy=a}function Um(a=!1,e=null,t=null,i="DIRECT_LINK",r=null){return o(this,null,function*(){let n=L.current();return n?n.startStream(a,e,t,i,r):Promise.reject()})}function Bm(){return o(this,null,function*(){let a=L.current();return a?a.stopStream():Promise.reject()})}function Vm(a,e){return o(this,null,function*(){let t=L.current();if(t){let i=yield ae.getOkIdsByExternalIds([a]),r=he.getDeviceIdx(a);return t.recordSetRole(f.composeParticipantId(i[0],z.USER,r),e)}return Promise.reject()})}function Fm(){return o(this,null,function*(){let a=L.current();return a?a.getStreamInfo():Promise.reject()})}function Gm(a){return o(this,null,function*(){let e=L.current();return e?e.addMovie(a):Promise.reject()})}function Hm(a,e,t,i){return o(this,null,function*(){let r=L.current();return r?r.updateMovie(a,e,t,i):Promise.reject()})}function Wm(a){return o(this,null,function*(){let e=L.current();return e?e.removeMovie(a):Promise.reject()})}function jm(a){d.statisticsInterval=a;let e=L.current();if(e)return e.updateStatisticsInterval()}function Km(a){sa.disableLog(!a),c.toggle(a)}function $m(a,...e){!d.debugLog||c.send(a,"[external]",...e)}function qm(a){return o(this,null,function*(){let e=L.current();if(e)return e.videoEffect(a)})}function Jm(a){return o(this,null,function*(){let e=L.current();e&&(yield e.setAudioStream(a))})}function Ym(a=null,e,t=!1){return o(this,null,function*(){return Lt().getWaitingHall(a,e,t)})}function zm(a,e=!1){return o(this,null,function*(){let t=Lt(),i=yield ae.getOkIdsByExternalIds([a]);return t.promoteParticipant(f.composeUserId(i[0],z.USER),e)})}function Qm(a){return o(this,null,function*(){return Lt().getParticipantListChunk(a)})}function Xm(a){return o(this,null,function*(){return Lt().getParticipants(a)})}function Lt(){let a=L.current();if(!a)throw new Error("Conversation not found");return a}function Zm(a){return o(this,null,function*(){yield ae.removeHistoryRecords(a)})}function eh(){return d.sdkVersion}export{ri as Api,St as BaseApi,vt as BaseLogger,Et as BaseSignaling,We as CallDirection,Fe as CallType,oi as ChatRoomEventType,ci as ConversationOption,Kr as DebugMessageType,ht as ExternalIdType,Or as FacingMode,te as FatalError,w as HangupReason,R as HangupType,le as MediaOption,se as MediaTrackKind,Pe as MediaType,je as MuteState,W as ParticipantState,q as ParticipantStatus,ln as RecordRole,Ve as Signaling,H as SignalingCommandType,Ge as SignalingConnectionType,O as SignalingNotification,rt as UserRole,z as UserType,f as Utils,om as acceptCall,Gm as addMovie,um as addParticipant,fn as addParticipantInternal,sm as authorize,em as browser,hn as callInternal,am as callTo,_m as captureScreen,bm as changeConversationOptions,hm as changeDevice,Tm as changeParticipantState,Em as changePriorities,qm as changeVideoEffect,Dm as chatHistory,Mm as chatMessage,In as chatMessageInternal,Om as createJoinLink,km as customData,Cn as customDataInternal,Km as debug,$m as debugMessage,cm as declineCall,Nm as forceRelayPolicy,xm as getAnonymTokenByLink,Qm as getParticipantListChunk,Xm as getParticipants,Fm as getStreamInfo,Ym as getWaitingHall,Cm as grantRoles,vn as grantRolesInternal,lm as hangup,rm as init,dm as joinCall,pm as joinCallByLink,gn as joinCallInternal,ym as muteParticipant,En as muteParticipantInternal,Pm as pinParticipant,Tn as pinParticipantInternal,nm as processPush,_n as processPushInternal,zm as promoteParticipant,Vm as recordSetRole,Zm as removeHistoryRecords,wm as removeJoinLink,Wm as removeMovie,mm as removeParticipant,Sn as removeParticipantInternal,un as setApi,Jm as setAudioStream,vm as setLocalResolution,tm as setLogger,Rm as setMediaModifiers,mn as setSignalingFactory,jm as setStatisticsInterval,im as setVideoEffects,gm as setVideoStream,Lm as setVolume,Am as startConversation,Um as startStream,Bm as stopStream,Sm as toggleLocalAudio,fm as toggleLocalVideo,Im as updateDisplayLayout,Hm as updateMovie,eh as version};
7
+ var Oa=Object.defineProperty,wa=Object.defineProperties;var xa=Object.getOwnPropertyDescriptors;var ur=Object.getOwnPropertySymbols;var La=Object.prototype.hasOwnProperty,Na=Object.prototype.propertyIsEnumerable;var mr=Math.pow,hr=(n,e,t)=>e in n?Oa(n,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):n[e]=t,Ne=(n,e)=>{for(var t in e||(e={}))La.call(e,t)&&hr(n,t,e[t]);if(ur)for(var t of ur(e))Na.call(e,t)&&hr(n,t,e[t]);return n},ut=(n,e)=>wa(n,xa(e));var o=(n,e,t)=>new Promise((i,r)=>{var a=l=>{try{p(t.next(l))}catch(u){r(u)}},s=l=>{try{p(t.throw(l))}catch(u){r(u)}},p=l=>l.done?i(l.value):Promise.resolve(l.value).then(a,s);p((t=t.apply(n,e)).next())});import Ma from"webrtc-adapter";var Mt=class{createJoinLink(e){return o(this,null,function*(){return{join_link:"nop"}})}removeJoinLink(e){return o(this,null,function*(){return{success:!0}})}getAnonymTokenByLink(e,t){return o(this,null,function*(){return""})}log(e){}prepareUserIds(e){return o(this,null,function*(){})}getCachedOkIdByExternalId(e){return null}cacheExternalId(e,t){}hangupConversation(e){}removeHistoryRecords(e){return o(this,null,function*(){})}cleanup(){}};var Dt=class{log(e,t,i=!1){}destroy(){}};var Z=class{constructor(){this._handlers={};this._listeners=[]}_triggerEvent(e,...t){if(!!this._handlers.hasOwnProperty(e))for(let i of this._handlers[e])i.apply(this,t)}addEventListener(e,t){if(typeof t!="function")throw new Error("Listener should be a function");return this._handlers.hasOwnProperty(e)||(this._handlers[e]=[]),this._handlers[e].push(t),{dispose:this.removeEventListener.bind(this,e,t)}}removeEventListener(e,t){if(!this._handlers.hasOwnProperty(e))return;t||delete this._handlers[e];let i=this._handlers[e].indexOf(t);i>=0&&this._handlers[e].splice(i,1)}subscribe(e,t,i){let r=e.addEventListener(t,i);this._listeners.push(r)}unsubscribe(){this._listeners.forEach(e=>{e.dispose()})}};var At=class extends Z{get ready(){return!0}setParticipantIdRegistry(e){}requestRealloc(){}setEndpoint(e){}setConversationId(e){}readyToSend(){}cleanup(){}requestTestMode(e,t){}getNextCommandSequenceNumber(){return 0}};var _r=(i=>(i.INCOMING="INCOMING",i.OUTGOING="OUTGOING",i.JOINING="JOINING",i))(_r||{}),Qe=_r;var gr=(i=>(i.USER="USER",i.GROUP="GROUP",i.CHAT="CHAT",i))(gr||{}),$e=gr;var fr=(t=>(t.ATTENDEE="ATTENDEE",t.HAND_UP="HAND_UP",t))(fr||{}),Ti=fr;var Sr=(i=>(i.ADD_PARTICIPANT="ADD_PARTICIPANT",i.RECORD="RECORD",i.MOVIE_SHARE="MOVIE_SHARE",i))(Sr||{}),Ci=Sr;var vr=(a=>(a.REQUIRE_AUTH_TO_JOIN="REQUIRE_AUTH_TO_JOIN",a.AUDIENCE_MODE="AUDIENCE_MODE",a.WAITING_HALL="WAITING_HALL",a.ASR="ASR",a.FEEDBACK="FEEDBACK",a))(vr||{}),yi=vr;function Er(n,e){if(n.length!==e.length)return!1;for(let t of n)if(!e.includes(t))return!1;return!0}function Ir(n,e){let t=new Set(n);for(let[i,r]of Object.entries(e))r?t.add(i):t.delete(i);return Array.from(t)}var Tr=(H=>(H.CAMERA_PERMISSION="camera",H.MIC_PERMISSION="mic",H.CAMERA_ACCESS="cameralock",H.MIC_ACCESS="miclock",H.MIC_NOT_FOUND="nomic",H.SCREEN_PERMISSION="screenpermission",H.SCREEN_ACCESS="screenlock",H.CONNECTION="connection",H.NETWORK="network",H.UNKNOWN="unknown",H.UNSUPPORTED="unsupported",H.SIGNALING_FAILED="signalingfailed",H.API="api",H.AUTH="auth",H))(Tr||{}),ne=Tr;var Cr=(Q=>(Q.CANCELED="CANCELED",Q.REJECTED="REJECTED",Q.REMOVED="REMOVED",Q.HUNGUP="HUNGUP",Q.MISSED="MISSED",Q.BUSY="BUSY",Q.FAILED="FAILED",Q.NETWORK_ERROR="NETWORK_ERROR",Q.KILLED="KILLED",Q.BANNED="BANNED",Q.HAS_ACTIVE_CALL="HAS_ACTIVE_CALL",Q.CALLER_IS_BLOCKED="CALLER_IS_BLOCKED",Q.NOT_FRIENDS="NOT_FRIENDS",Q.CALLEE_IS_OFFLINE="CALLEE_IS_OFFLINE",Q.CALLER_IS_REJECTED="CALLER_IS_REJECTED",Q.UNKNOWN_ERROR="UNKNOWN_ERROR",Q.UNSUPPORTED="UNSUPPORTED",Q.OLD_VERSION="OLD_VERSION",Q.SERVICE_DISABLED="SERVICE_DISABLED",Q.EXTERNAL_API_ERROR="EXTERNAL_API_ERROR",Q.SOCKET_CLOSED="SOCKET_CLOSED",Q.ENDED="ENDED",Q.KILLED_WITHOUT_DELETE="KILLED_WITHOUT_DELETE",Q.ANOTHER_DEVICE="ANOTHER_DEVICE",Q))(Cr||{}),A=Cr;var yr=(a=>(a.AUDIO="AUDIO",a.VIDEO="VIDEO",a.SCREEN_SHARING="SCREEN_SHARING",a.MOVIE_SHARING="MOVIE_SHARING",a.AUDIO_SHARING="AUDIO_SHARING",a))(yr||{}),de=yr;var Pr=(i=>(i.UNMUTE="UNMUTE",i.MUTE="MUTE",i.MUTE_PERMANENT="MUTE_PERMANENT",i))(Pr||{}),Ue=Pr;var Rr=(r=>(r.CALLED="CALLED",r.ACCEPTED="ACCEPTED",r.REJECTED="REJECTED",r.HUNGUP="HUNGUP",r))(Rr||{}),W=Rr;var br=(r=>(r.START="start",r.ACCEPT="accept",r.JOIN="join",r.RETRY="retry",r))(br||{}),Je=br;var Mr=(i=>(i.NOTIFICATION="NOTIFICATION",i.FAILED="FAILED",i.RECONNECT="RECONNECT",i))(Mr||{}),Te=Mr;var Dr=(L=>(L.TRANSMITTED_DATA="transmitted-data",L.ACCEPTED_CALL="accepted-call",L.HUNGUP="hungup",L.PARTICIPANT_ADDED="participant-added",L.PARTICIPANT_JOINED="participant-joined",L.CLOSED_CONVERSATION="closed-conversation",L.MEDIA_SETTINGS_CHANGED="media-settings-changed",L.PARTICIPANT_STATE_CHANGED="participant-state-changed",L.RATE_CALL_DATA="rate-call-data",L.FEATURE_SET_CHANGED="feature-set-changed",L.TOPOLOGY_CHANGED="topology-changed",L.PRODUCER_UPDATED="producer-updated",L.CONSUMER_ANSWERED="consumer-answered",L.MULTIPARTY_CHAT_CREATED="multiparty-chat-created",L.FORCE_MEDIA_SETTINGS_CHANGE="force-media-settings-change",L.SETTINGS_UPDATE="settings-update",L.VIDEO_QUALITY_UPDATE="video-quality-update",L.REGISTERED_PEER="registered-peer",L.SWITCH_MICRO="switch-micro",L.RECORD_STARTED="record-started",L.RECORD_STOPPED="record-stopped",L.REALLOC_CON="realloc-con",L.AUDIO_ACTIVITY="audio-activity",L.SPEAKER_CHANGED="speaker-changed",L.STALLED_ACTIVITY="stalled-activity",L.CHAT_MESSAGE="chat-message",L.CUSTOM_DATA="custom-data",L.ROLES_CHANGED="roles-changed",L.MUTE_PARTICIPANT="mute-participant",L.PIN_PARTICIPANT="pin-participant",L.OPTIONS_CHANGED="options-changed",L.NETWORK_STATUS="network-status",L.PARTICIPANT_SOURCES_UPDATE="participant-sources-update",L.PROMOTE_PARTICIPANT="promote-participant",L.CHAT_ROOM_UPDATED="chat-room-updated",L.PROMOTION_APPROVED="promotion-approved",L.JOIN_LINK_CHANGED="join-link-changed",L.FEEDBACK="feedback",L.MOVIE_UPDATE_NOTIFICATION="movie-update-notification",L.MOVIE_SHARE_INFO="movie-share-info",L.MOVIE_SHARE_STARTED="movie-share-started",L.MOVIE_SHARE_STOPPED="movie-share-stopped",L.FEATURES_PER_ROLE_CHANGED="features-per-role-changed",L))(Dr||{}),k=Dr;var Ar=(q=>(q.ERROR="callError",q.DEVICES="callDevices",q.CALL_SPEC_ERROR="callSpecError",q.ICE_CONNECTION_STATE="callIceConnectionState",q.ICE_CONNECTION_TYPE="callIceConnectionType",q.ICE_RESTART="callIceRestart",q.PUSH="callPush",q.OUTGOING_CALL="callStart",q.OUTGOING_MULTIPARTY_CALL="callStartMultiparty",q.JOIN_CONVERSATION="callJoinConversation",q.ACCEPTED_OUTGOING="callAcceptedOutgoing",q.ACCEPT_INCOMING="callAcceptIncoming",q.DECLINE_INCOMING="callDeclineIncoming",q.ACCEPT_CONCURRENT="callAcceptConcurrent",q.HANGUP="callHangup",q.MEDIA_STATUS="callMediaStatus",q.DEVICE_CHANGED="callDeviceChanged",q.SOCKET_ACTION="callSocketAction",q.ADD_PARTICIPANT="callAddParticipant",q.REMOVE_PARTICIPANT="callRemoveParticipant",q.POOR_CONNECTION="callPoorConnection",q.TOPOLOGY_CHANGE_REQUESTED="callTopologyChangeRequested",q.RELAY_POLICY="callForceRelay",q.PAT_ALLOCATED="patAllocate",q.PAT_DEALLOCATED="patDeallocate",q.PAT_ERROR="patError",q.PAT_WAITING_TIME_ERROR="patWaitingTimeError",q.PAT_OUTDATED_RESPONSE="patOutdatedResponse",q))(Ar||{}),E=Ar;var kr=(t=>(t.AUDIO_MIX="audio-mix",t.PARTICIPANT_AGNOSTIC_TRACK_PREFIX="pat",t))(kr||{}),Be=kr;var Or=(t=>(t.NO_AVAILABLE_TRACKS="no-available-tracks",t.UNKNOWN_ERROR="unknown-error",t))(Or||{}),wr=Or;function xr(n){switch(n){case 1:return"no-available-tracks";default:return"unknown-error"}}var Lr=(t=>(t.CREATOR="CREATOR",t.ADMIN="ADMIN",t))(Lr||{}),mt=Lr;function kt(n,e){if(n.length!==e.length)return!1;for(let t of n)if(!e.includes(t))return!1;return!0}var Nr=(t=>(t.USER="USER",t.GROUP="GROUP",t))(Nr||{}),X=Nr;var Pi=class{constructor(){this._items=[]}get length(){return this._items.length}push(e){this._items.push(e)}shift(){return this._items.shift()||null}bisect(){let e=this.length>1?Math.floor(this.length/2):1;this._items=this._items.slice(e)}clear(){this._items=[]}toString(){return this._items.length?JSON.stringify(this._items,(e,t)=>t instanceof Error?String(t):t):""}};var Ur=2*1024*1024,Ua=512*1024,Ot=100*1024,Ba=5,Ri="_okcls_logs_session_",Va=3e4,Br=class{constructor(){this._items=[];this._itemsSize=0;this._storageSize=Ur;try{let e=window.localStorage;for(let t of Object.keys(e)){if(t.indexOf(Ri)!==0)continue;let i=e.getItem(t);if(!i){Hr(t);continue}let r=Fr(i);this.add(t,r)}}catch(e){console.error("Storage is blocked",e),this._storageSize=0}this._items.sort((e,t)=>e.date-t.date),this.cleanup(Ot)}get size(){return this._itemsSize}get length(){return this._items.length}get available(){return Math.max(this._storageSize-this._itemsSize,0)}get items(){return this._items}set storageSize(e){this._storageSize=e}add(e,t){let i=parseInt(e.replace(Ri,""),10);this._itemsSize+=t,this._items.push({key:e,size:t,date:i})}deleteOldestItem(){let e=this._items.shift();e&&(Hr(e.key),this._itemsSize-=e.size)}cleanup(e){for(;this.length&&(this.size>Ur||this.length>Ba-1||this.size+e>this.available);)this.deleteOldestItem()}};function Vr(){return`${Ri}${Date.now()}`}function Fr(n){return new Blob([n]).size}function Hr(n){try{window.localStorage.removeItem(n)}catch(e){console.error("Failed to remove log from storage",e)}}function bi(){let n=et.toString();if(!ye.available||!n)return;let e=Fr(n);ye.cleanup(e);try{window.localStorage.setItem($t,n)}catch(t){if(console.warn("Failed to write log to storage",t),ye.storageSize=ye.size+e,ye.cleanup(Ot+e),ye.available>=Ot+e){bi();return}if(e>Ot){et.bisect(),bi();return}ye.storageSize=0;return}e>Ua&&(ye.add($t,e),$t=Vr(),et.clear(),ye.cleanup(Ot))}function Mi(){!ye.available||!et.length||bi()}function Fa(n=!1){let e=[];try{let r=window.localStorage;for(let s of ye.items){let p=r.getItem(s.key);e.push(p)}let a=et.toString();a&&e.push(a)}catch(r){console.error("Storage is blocked",r)}let t=`[${e.join(",")}]`;if(n)return t;let i=`logs_${Date.now()}.json`;return Ha(t,i),i}function Ha(n,e){let t=document.createElement("a"),i=new Blob([n],{type:"text/json"});t.href=URL.createObjectURL(i),t.download=e,t.click()}function Gr(n,e){!ye.available||(et.push({t:Date.now(),l:n,d:e}),Ai||(Ai=window.setTimeout(()=>{Ai=null,Mi()},Va)))}function Di(){ye||(ye=new Br,et=new Pi,$t=Vr(),window.addEventListener("beforeunload",Mi))}var ye,et,$t,Ai=null;window.__VKCallsSDKLogs__=(n=!1)=>(ye||Di(),Mi(),Fa(n));import Wr from"@vkontakte/libvpx";var Ce=(s=>(s.INIT="init",s.READY="ready",s.FRAME="frame",s.ERROR="error",s.DEBUG="debug",s.LOG_ERROR="log_error",s))(Ce||{});var m=class extends Dt{constructor(e,t){super();this._batchInterval=3e3;this._batch=[];this._batchTimeout=null;this._api=e,this._externalLogger=t}_send(e){this._api.log(e)}_sendBatch(){this._stopTimeout(),this._batch.length>0&&(this._send(this._batch),this._batch=[],this._startTimeout())}_startTimeout(){this._batchTimeout=window.setTimeout(()=>this._sendBatch(),this._batchInterval)}_stopTimeout(){this._batchTimeout&&(clearTimeout(this._batchTimeout),this._batchTimeout=null)}_onUnload(){this._sendBatch(),this._stopTimeout()}log(e,t,i=!1){let r={};typeof t!="undefined"&&(r.param=t),this._logInternal(e,r,i),this._externalLogger&&this._externalLogger.log(e,t,i)}logCustom(e,t,i=!1){this._logInternal(e,t,i)}_logInternal(e,t,i){let r={type:1,time:0,operation:e,timestamp:Date.now(),custom:t,uid:this._api.getUserId()};this._batch.push(r),(i||!this._batchTimeout)&&this._sendBatch()}destroy(){this._sendBatch(),this._stopTimeout(),this._externalLogger&&this._externalLogger.destroy()}static create(e,t){m._instance||(m._instance=new m(e,t))}static log(e,t,i=!1){m._instance&&m._instance.log(e,t,i)}static logCustom(e,t,i=!1){m._instance&&m._instance.logCustom(e,t,i)}static destroy(){m._instance&&m._instance.destroy(),m._instance=null}};var Ge=class{constructor(){this._worker=null}_createWorker(s,p){return o(this,arguments,function*(e,t,i=[],r={},a=[]){return new Promise((l,u)=>{let R=i.join(","),C=new Blob([e,`exports.default(${R});`],{type:"application/javascript; charset=utf-8"}),O=window.URL.createObjectURL(C);this._worker=new Worker(O),this._worker.onmessage=x=>{switch(x.data.type){case Ce.READY:l();break;case Ce.ERROR:u(x.data.error);break;case Ce.FRAME:t(x.data);break;case Ce.DEBUG:c.debug(x.data.message);break;case Ce.LOG_ERROR:m.log(E.ERROR,x.data.message);break}},this._sendToWorker(Ce.INIT,r,a)})})}_removeWorker(){var e;(e=this._worker)==null||e.terminate(),this._worker=null}_sendToWorker(e,t={},i=[]){var r;(r=this._worker)==null||r.postMessage(Object.assign({type:e},t),i)}static isBrowserSupported(){throw new Error("Not implemented")}};var ht=class extends Ge{init(e){return o(this,null,function*(){c.debug("LibVPxDecoder started"),yield this._createWorker('var exports=(()=>{var b=Object.defineProperty;var E=a=>b(a,"__esModule",{value:!0});var M=(a,p)=>{E(a);for(var e in p)b(a,e,{get:p[e],enumerable:!0})};var V={};M(V,{default:()=>D});var t=(s=>(s.INIT="init",s.READY="ready",s.FRAME="frame",s.ERROR="error",s.DEBUG="debug",s.LOG_ERROR="log_error",s))(t||{});var D=(a,p)=>{let e=null,n=null,g=!0;function y(){return a({locateFile:p}).then(r=>n=r)}function s(r,m,l,R,x){if(!n){self.postMessage({type:t.LOG_ERROR,message:"decoder-init-fail-libvpx"}),self.postMessage({type:t.FRAME,error:"Fatal initialization error"});return}if(g!==l&&(g=l,e&&(e=null,self.postMessage({type:t.DEBUG,message:`LibVPxDecoder codec changed to ${l?"VP9":"VP8"} - reinitialize`}))),!e&&(self.postMessage({type:t.DEBUG,message:`LibVPxDecoder codec ${l?"VP9":"VP8"}`}),e=new n.VpxDecoder,e.debug(x),!e.init(l?n.VpxType.VP9:n.VpxType.VP8))){e=null,self.postMessage({type:t.FRAME,error:"Decoder failed to create"});return}try{e.allocateBuffer(m.byteLength).set(new Uint8Array(m))}catch(o){self.postMessage({type:t.DEBUG,message:o}),e=null,self.postMessage({type:t.FRAME,error:String(o)});return}if(!(e.decode()&&e.nextImage())){self.postMessage({type:t.FRAME,error:"Decode failed"});return}let d=e.getImageBuffer();if(!d){self.postMessage({type:t.FRAME,error:"No decoded data"});return}let c=e.getImageWidth(),f=e.getImageHeight();e.nextImage()&&(self.postMessage({type:t.DEBUG,message:"LibVPxDecoder dropped frame"}),self.postMessage({type:t.LOG_ERROR,message:"LibVPxDecoder-drop"}));let i=new Uint8ClampedArray(d.byteLength);if(i.set(d),R){let o=new ImageData(i,c,f);createImageBitmap(o,0,0,c,f).then(u=>{self.postMessage({type:t.FRAME,data:u},[u]),u.close()})}else self.postMessage({type:t.FRAME,data:i.buffer,width:c,height:f},[i.buffer])}y().then(()=>{self.onmessage=r=>{switch(r.data.type){case t.FRAME:s(r.data.timestamp,r.data.data,r.data.isVP9,r.data.useImageBitmap,r.data.debug);break}},self.postMessage({type:t.READY})}).catch(r=>{self.postMessage({type:t.ERROR,error:String(r)})})};return V;})();\n',t=>{if(t.error)c.warn("LibVPxDecoder",t.error);else if(t.data instanceof ArrayBuffer){let i=new ImageData(new Uint8ClampedArray(t.data),t.width,t.height);e(i)}else e(t.data)},[Wr,Wr.getUrl])})}decodeFrame(e,t,i,r){let a="ImageBitmap"in window;this._sendToWorker(Ce.FRAME,{timestamp:e,data:t.buffer,isVP9:i,keyFrame:r,useImageBitmap:a,debug:c.enabled()},[t.buffer])}destroy(){this._removeWorker(),c.debug("LibVPxDecoder destroyed")}static isBrowserSupported(){return"WebAssembly"in window&&"Worker"in window}};var ki="_okcls_",_t=(()=>{try{let n=Date.now().toString(),e=window.localStorage,t=!1;return e.setItem(n,n),t=e.getItem(n)===n,e.removeItem(n),t?e:null}catch(n){return null}})();function Wa(n){let e=_t?_t.getItem(ki+n):null;if(e===null)return null;try{return JSON.parse(e)}catch(t){return null}}function ja(n,e){try{_t&&_t.setItem(ki+n,JSON.stringify(e))}catch(t){}}function Ka(n){_t&&_t.removeItem(ki+n)}var Oi;(i=>{function n(r){return Wa(r)||null}i.get=n;function e(r,a){ja(r,a)}i.set=e;function t(r){Ka(r)}i.remove=t})(Oi||(Oi={}));var Xe=Oi;function jr(n,e){if(n.isAudioEnabled!==e.isAudioEnabled||n.isVideoEnabled!==e.isVideoEnabled||n.isScreenSharingEnabled!==e.isScreenSharingEnabled||n.isAudioSharingEnabled!==e.isAudioSharingEnabled||n.videoStreams.length!==e.videoStreams.length)return!1;for(let t of n.videoStreams)if(!e.videoStreams.find(i=>i.id===t.id&&i.source===t.source))return!1;return!0}function ve(n){return Object.assign({isAudioEnabled:!1,isVideoEnabled:!1,isScreenSharingEnabled:!1,isAudioSharingEnabled:!1,videoStreams:[]},n||{})}var Kr=n=>n.stop(),qr=n=>n.getTracks().forEach(Kr),wi=n=>n.getVideoTracks().forEach(Kr),$r=n=>n.getVideoTracks()[0].clone();var N=class extends Error{constructor(e,t){super();this.name="HangupReason",this.code=t&&t.code||0,this.remote=t&&t.remote||!1,Object.values(A).indexOf(e)>-1?this.hangup=e:this.error=e;let i=[];this.error&&i.push("error"),this.remote&&i.push("remote"),this.code&&i.push(`code: ${this.code}`),t&&t.message&&i.push(`message: '${t.message}'`),this.message=e+(i.length?` (${i.join(", ")})`:""),Error.captureStackTrace&&Error.captureStackTrace(this,N)}};var De=(i=>(i.SOURCE_CHANGED="SOURCE_CHANGED",i.TRACK_REPLACED="TRACK_REPLACED",i.SCREEN_STATUS="SCREEN_STATUS",i))(De||{}),pe=(r=>(r.audio="audio",r.video="video",r.screen="screen",r.audioshare="audioshare",r))(pe||{}),xi=class extends Z{constructor(){super();this._stream=null;this._trackVideoStreamBackup=null;this._screenTrack=null;this._audioShareTrack=null;this._sendVideoTrack=null;this._mediaSettings=ve();this._videoStatusOnScreenCapturingEnabled=!1;this._effect=null;this._initDeviceChangeListener(),d.audioShareCapabilityEnabled&&(this._audioShareTrack=this.getSilentAudioShareTrack())}request(){return o(this,arguments,function*(e=[de.AUDIO],t=!0){if(this._stream)return;let i=e.includes(de.VIDEO),r=e.includes(de.AUDIO);if(!P.isBrowserSupported())throw new N(ne.UNSUPPORTED);try{this._stream=yield P.getUserMedia(i,r,t),this._mediaSettings.isVideoEnabled=i&&this._stream.getVideoTracks().filter(a=>a.enabled).length>0||!1,this._mediaSettings.isAudioEnabled=r&&this._stream.getAudioTracks().filter(a=>a.enabled).length>0||!1}catch(a){throw new N(a)}})}getStream(){return this._stream}getScreenTrack(){return this._screenTrack}getSendVideoTrack(e=!1){return this._sendVideoTrack&&!e?this._sendVideoTrack:this._stream?this._stream.getVideoTracks()[0]:null}_getSendAudioTrack(){var e;return((e=this._stream)==null?void 0:e.getAudioTracks()[0])||null}addTrackToPeerConnection(e,t,i,r){let a=this.getStream(),s=this._getSendAudioTrack(),p=this.getSendVideoTrack(i);if(!a||!s&&!p&&!t)throw new Error("No local stream found");if(s&&!t){if(r){let{codecs:l}=RTCRtpSender.getCapabilities("audio"),u="audio/red",R=48e3,C=l.findIndex(O=>O.mimeType===u&&O.clockRate===R);if(C>=0){let O=[];O.push(l[C]);for(let x=0;x<l.length;x++)x!==C&&O.push(l[x]);e.getTransceivers().forEach(x=>x.setCodecPreferences(O))}}e.addTrack(s,a)}p&&!t&&e.addTrack(p,a)}getMediaSettings(){return this._mediaSettings}changeDevice(e){return o(this,null,function*(){switch(e){case"videoinput":return this._changeVideoInput();case"audioinput":return this._changeAudioInput();default:return Promise.reject()}})}setVideoStream(e,t){return o(this,null,function*(){return t?this._changeScreen(!1,e):this._changeVideoInput(e)})}_initDeviceChangeListener(){if(!navigator.mediaDevices||!navigator.mediaDevices.enumerateDevices||!navigator.mediaDevices.addEventListener)return;let e=!1,t=!1,i=v.throttle(()=>{t&&this._changeVideoInput().catch(()=>{}),e&&this._changeAudioInput().catch(()=>{}),e=!1,t=!1},1e3);this._onDeviceChange=()=>o(this,null,function*(){if(!this._stream)return;let r=this._stream.getAudioTracks()[0],a=r&&r.enabled&&r.getSettings(),s=a&&a.deviceId,p=this._stream.getVideoTracks()[0],l=p&&p.enabled&&p.getSettings(),u=l&&l.deviceId;if(!s&&!u)return;let R=yield navigator.mediaDevices.enumerateDevices();!e&&s&&(e=!R.find(C=>C.deviceId===s)),!t&&u&&(t=!R.find(C=>C.deviceId===u)),i()}),navigator.mediaDevices.addEventListener("devicechange",this._onDeviceChange)}_destroyDeviceChangeListener(){this._onDeviceChange&&navigator.mediaDevices.removeEventListener("devicechange",this._onDeviceChange)}_changeVideoInput(e=null){return o(this,null,function*(){try{let t=e?"stream":"video",i=e||(yield P.getUserVideo(void 0,!!this._effect));if(!this._stream)i.getTracks().forEach(r=>r.stop());else{d.consumerScreenTrack||(yield this._disableScreenCapture());let r=this._getVideoEffectTrack(i),a=yield this._videoEffect(this._effect,r);this._stopLocalTrack("video"),m.log(E.DEVICE_CHANGED,t),c.log("Video stream changed"),yield this._replaceLocalTrack(a),this._mediaSettings.isVideoEnabled=!0,this._triggerEvent("SOURCE_CHANGED",{kind:"video",mediaSettings:this._mediaSettings})}}catch(t){throw m.log(E.ERROR,"change_video"),c.warn("Camera change failed",t),t}})}_getVideoEffectTrack(e){let t;return this._effect?(this._trackVideoStreamBackup||(this._trackVideoStreamBackup=$r(e)),t=this._trackVideoStreamBackup.clone(),wi(e)):this._trackVideoStreamBackup?(t=this._trackVideoStreamBackup.clone(),this._stopAndRemoveTrackVideoStreamBackup(),wi(e)):t=e.getVideoTracks()[0],t}setAudioStream(e){return o(this,null,function*(){return this._changeAudioInput(e)})}_changeAudioInput(e=null){return o(this,null,function*(){try{if(e=e||(yield P.getUserAudio()),!this._stream)e.getTracks().forEach(t=>t.stop());else{let t=e.getAudioTracks()[0];this._stopLocalTrack("audio"),m.log(E.DEVICE_CHANGED,"audio"),c.log("Audio stream changed"),yield this._replaceLocalTrack(t),this._mediaSettings.isAudioEnabled=!0,this._triggerEvent("SOURCE_CHANGED",{kind:"audio",mediaSettings:this._mediaSettings})}}catch(t){throw m.log(E.ERROR,"change_audio"),c.error("Microphone change failed",t),t}})}_changeScreen(e,t){return o(this,null,function*(){try{if(t=t||(yield P.getScreenMedia(e)),t.addEventListener("inactive",()=>{this._mediaSettings.isScreenSharingEnabled&&this.toggleScreenCapturing(!1,!1)},!1),!this._stream)t.getTracks().forEach(i=>i.stop());else{let i=t.getVideoTracks()[0],r=d.consumerScreenTrack?i:yield this._videoEffect(null,i);if(m.log(E.DEVICE_CHANGED,"screen"),c.log("Screen capturing started"),this._screenTrack=r,this._mediaSettings.isScreenSharingEnabled=!0,d.consumerScreenTrack||(this._videoStatusOnScreenCapturingEnabled=this._mediaSettings.isVideoEnabled,this._mediaSettings.isVideoEnabled=!0,this._stopLocalTrack("video"),this._sendVideoTrack=d.consumerScreenDataChannel?P.getBlackMediaTrack(d.videoMinWidth,d.videoMinHeight):r,yield this._replaceLocalTrack(r,this._sendVideoTrack)),t.getAudioTracks().length>0){let a=t.getAudioTracks()[0];a.contentHint="music",this._audioShareTrack=a,this._stopLocalTrack("audioshare"),yield this._replaceLocalTrack(a),this._mediaSettings.isAudioSharingEnabled=!0}this._triggerEvent("SCREEN_STATUS",{track:r,mediaSettings:this._mediaSettings}),this._triggerEvent("SOURCE_CHANGED",{kind:"screen",mediaSettings:this._mediaSettings})}}catch(i){throw m.log(E.ERROR,"screen"),c.warn("Screen capturing failed",i),i}})}_disableScreenCapture(){return o(this,null,function*(){this._sendVideoTrack&&(this._sendVideoTrack.stop(),this._sendVideoTrack=null),this._screenTrack&&(this._screenTrack.stop(),this._screenTrack=null),yield this.disableAudioShare(),(this._mediaSettings.isScreenSharingEnabled||this._mediaSettings.isAudioSharingEnabled)&&(this._mediaSettings.isScreenSharingEnabled=!1,this._mediaSettings.isAudioSharingEnabled=!1,this._triggerEvent("SCREEN_STATUS",{mediaSettings:this._mediaSettings}),this._triggerEvent("SOURCE_CHANGED",{kind:"screen",mediaSettings:this._mediaSettings}))})}disableAudioShare(){return o(this,null,function*(){if(this._audioShareTrack){this._audioShareTrack.stop();let e=this.getSilentAudioShareTrack();this._stopLocalTrack("audioshare"),yield this._replaceLocalTrack(e),this._mediaSettings.isAudioSharingEnabled&&(this._mediaSettings.isAudioSharingEnabled=!1,this._triggerEvent("SCREEN_STATUS",{mediaSettings:this._mediaSettings}),this._triggerEvent("SOURCE_CHANGED",{kind:"audioshare",mediaSettings:this._mediaSettings}))}})}getSilentAudioShareTrack(){let e=P.getSilentMediaTrack();return e.contentHint="music",e.stop(),e}_replaceLocalTrack(e,t){return o(this,null,function*(){if(!this._stream)return;let i=!1;this._stream.getTracks().forEach(r=>{var a,s;r.kind===e.kind&&r.contentHint===e.contentHint&&((a=this._stream)==null||a.removeTrack(r),(s=this._stream)==null||s.addTrack(e),this._triggerEvent("TRACK_REPLACED",e,t),i=!0)}),i||(this._stream.addTrack(e),this._triggerEvent("TRACK_REPLACED",e,t))})}_stopLocalTrack(e){this._stream&&this._stream.getTracks().forEach(t=>{t.contentHint==="music"&&t.kind==="audio"?e==="audioshare"&&t.stop():t.kind===e&&t.stop()})}_videoEffect(e,t){return o(this,null,function*(){if(!d.videoEffects)return t;try{return m.log(E.DEVICE_CHANGED,`effect_${e}`),d.videoEffects.setEffect(e,t)}catch(i){return c.warn("Video effect failed",i),t}})}_stopAndRemoveTrackVideoStreamBackup(){this._trackVideoStreamBackup&&(this._trackVideoStreamBackup.stop(),this._trackVideoStreamBackup=null)}destroy(){this._destroyDeviceChangeListener(),d.videoEffects&&(this._effect=null,d.videoEffects.destroy()),this._stream&&(qr(this._stream),this._stream=null),this._stopAndRemoveTrackVideoStreamBackup(),this._disableScreenCapture()}toggleScreenCapturing(e,t){return o(this,null,function*(){if(e){yield this._changeScreen(t),t||(yield this.disableAudioShare());return}return d.consumerScreenTrack?this._disableScreenCapture():(t||(yield this.disableAudioShare()),this._videoStatusOnScreenCapturingEnabled?this._changeVideoInput():this.toggleVideo(!1))})}toggleVideo(e){return o(this,null,function*(){if(!this._stream)return;d.consumerScreenTrack||(yield this._disableScreenCapture());let t;if(e){let i=yield P.getUserVideo(void 0,!!this._effect);t=this._getVideoEffectTrack(i),t=yield this._videoEffect(this._effect,t)}else t=P.getBlackMediaTrack(d.videoMinWidth,d.videoMinHeight),t=yield this._videoEffect(null,t),this._stopAndRemoveTrackVideoStreamBackup();this._stopLocalTrack("video"),yield this._replaceLocalTrack(t),this._mediaSettings.isVideoEnabled=e,this._triggerEvent("SOURCE_CHANGED",{kind:"video",mediaSettings:this._mediaSettings})})}toggleAudio(e){return o(this,null,function*(){if(!this._stream)return;let t;e?t=(yield P.getUserAudio()).getAudioTracks()[0]:t=P.getSilentMediaTrack(),this._stopLocalTrack("audio"),yield this._replaceLocalTrack(t),this._mediaSettings.isAudioEnabled=e,this._triggerEvent("SOURCE_CHANGED",{kind:"audio",mediaSettings:this._mediaSettings})})}setResolution(e,t){return o(this,null,function*(){if(!d.consumerScreenTrack&&this._mediaSettings.isScreenSharingEnabled)return;if(!this._stream)throw new Error("Local stream not found");let i=this._stream.getVideoTracks()[0];if(!i)throw new Error("Local video track not found");if(!!i.enabled){if(!this._effect)return i.applyConstraints({width:{ideal:e},height:{ideal:t}});yield this.toggleVideo(!1),yield this.toggleVideo(!0)}})}updateNoiseSuppression(){return o(this,null,function*(){if(!this._stream||!this._mediaSettings.isAudioEnabled)return;let e=this._stream.getAudioTracks()[0];if(!e)throw new Error("Local audio track not found");if(!!e.enabled)return e.applyConstraints({noiseSuppression:d.noiseSuppression})})}videoEffect(e){return o(this,null,function*(){if(!d.videoEffects)throw new Error("Video Effects library is not set");if(!d.consumerScreenTrack&&this._mediaSettings.isScreenSharingEnabled)throw new Error("Can't apply effect to screensharing");if(!this._mediaSettings.isVideoEnabled){this._effect=e;return}if(this._stream&&e!==this._effect)return this._effect=e,this._changeVideoInput(this._stream)})}getAudioShareTrack(){return this._audioShareTrack}};var gt=":",Jt="d",qa=533,Li="a=fmtp:",$a="sps-pps-idr-in-keyframe=1",Ni;(vi=>{function n(g,I,y,D,h,w=!1,$=!1){let M=/[\r\n]+/,ge=`\r
8
+ `;if(!I&&!y&&!D&&!$&&!w&&!h)return g;function he(K){let _e=["a=rtcp-fb:111 nack","a=rtcp-fb:111 nack pli"],Ie="a=rtcp-fb:111",z=K.findIndex(J=>J.startsWith(Ie));return~z&&(K[z]=K[z]+ge+_e.join(ge)),K}function Fe(K,_e,Ie){let z=K.split(" "),J=z.slice(0,3),ae;for(ae=3;ae<z.length;ae++)Ie.includes(z[ae])&&J.push(z[ae]);for(ae=3;ae<z.length;ae++)!Ie.includes(z[ae])&&!_e.includes(z[ae])&&J.push(z[ae]);return J.join(" ")}function we(K,_e){let Ie=new RegExp("a=rtpmap:(\\d+) ([a-zA-Z0-9-]+)\\/\\d+"),z,J=[];for(z=0;z<K.length;++z){let ae=K[z].match(Ie);ae&&ae.length===3&&ae[2]===_e&&J.push(ae[1])}return J}function L(K,_e,Ie,z){let J,ae="m="+_e;for(J=0;J<K.length;++J)if(K[J].startsWith(ae)){K[J]=Fe(K[J],Ie,z);break}}function xe(K,_e){let Ie=new RegExp(Li+"(\\d+)");for(let z=0;z<K.length;++z){let J=K[z].match(Ie);if(J&&J.length===2&&_e.includes(J[1])){let ae=K[z].trim()===Li+J[1]?" ":";";K[z]+=ae+$a}}}function He(K){let _e=we(K,"H264");if(y){let Ie=_e.slice(0),z=new RegExp(Li+"(\\d+) apt=(\\d+)"),J;for(J=0;J<K.length;++J){let qe=K[J].match(z);qe&&qe.length===3&&Ie.includes(qe[2])&&Ie.push(qe[1])}let ae=new RegExp("a=(rtpmap|rtcp-fb|fmtp):(\\d+) .*");for(J=K.length;J--;){let qe=K[J].match(ae);qe&&qe.length===3&&Ie.includes(qe[2])&&K.splice(J,1)}L(K,"video",Ie,[])}else I&&L(K,"video",[],_e),h&&xe(K,_e)}function Le(K){let _e=we(K,"VP9");D&&L(K,"video",[],_e)}function Rt(K){let _e=we(K,"red");_e.length>0&&L(K,"audio",[],_e)}let lt=g.split(M);return(y||I||h)&&He(lt),D&&Le(lt),$&&Rt(lt),w&&he(lt),lt.join(ge)}vi.patchSDP=n;function e(g){return g?`${g.type||"WEB_SOCKET"}_${g.id}`:"_"}vi.getPeerIdString=e;function t(g,I){return g&&g.id===I.id&&(g.type||"WEB_SOCKET")===(I.type||"WEB_SOCKET")}vi.comparePeerId=t;function i(g){return o(this,null,function*(){return!g||!g.getStats?Promise.resolve(null):g.getStats(null).then(I=>{let y=null,D=null;if(I.forEach(h=>{h.type==="transport"&&h.selectedCandidatePairId?D=I.get(h.selectedCandidatePairId):h.type==="candidate-pair"&&h.state==="succeeded"&&!D&&(!h.hasOwnProperty("selected")||h.selected)&&(D=h)}),D&&D.localCandidateId){let h=I.get(D.localCandidateId);h&&(y={type:h.candidateType,ip:h.ip||h.ipAddress,port:h.port||h.portNumber})}return y}).catch(()=>null)})}vi.getPeerConnectionHostInfo=i;let r=/^[0-9]+$/,a=/^([gu])([0-9]+)$/;function s(g,I){let y=String(g);return a.test(y)?(c.warn(`Already composite id [${g}] type supplied [${I}]`),y):I===X.GROUP?"g"+y:I===X.USER?"u"+y:(c.warn(`Unknown type [${I}] for id [${g}]`),y.match(r)?"u"+y:y)}vi.composeUserId=s;function p(g,I,y){let D=s(g,I);return l(D,y)}vi.composeParticipantId=p;function l(g,I){return I?g+gt+Jt+I:g}vi.compose=l;function u(g){return p(g.id,g.idType||X.USER,g.deviceIdx||0)}vi.composeId=u;function R(g){return g.participant?u(g.participant):p(g.participantId,g.participantType||X.USER,g.deviceIdx||0)}vi.composeMessageId=R;function C(g){let I=String(g),y=I.match(a);return y?{id:Number(y[2]),type:y[1]==="g"?X.GROUP:X.USER}:(c.warn(`Unsupported compositeId [${g}]`),{id:Number(I),type:X.USER})}vi.decomposeId=C;function O(g){let I=g.split(gt+Jt);return{compositeUserId:I[0],deviceIdx:I.length>1?parseInt(I[1],10):0}}vi.decomposeParticipantId=O;function x(){var $,M;let g=(M=($=window.crypto)==null?void 0:$.randomUUID)==null?void 0:M.call($);if(g)return g;let I="0123456789abcdefghijklmnopqrstuvwxyz".split(""),y=new Array(36),D=0,h,w;for(w=0;w<36;w++)w===8||w===13||w===18||w===23?y[w]="-":w===14?y[w]="4":(D<=2&&(D=33554432+Math.random()*16777216|0),h=D&15,D=D>>4,y[w]=I[w===19?h&3|8:h]);return y.join("")}vi.uuid=x;function H(g,I){let y;function D(){let h=this,w=arguments;y&&window.clearTimeout(y),y=window.setTimeout(()=>{g.apply(h,w)},I)}return D}vi.throttle=H;function re(g){if(!window.BigInt)return null;let I="",y=g.split(`
9
+ `);for(let w of y)if(w.startsWith("a=fingerprint")){let $=w.split(" ");if($.length===2){I=$[1];break}}if(!I)return BigInt(-1);let D=I.split(":"),h=BigInt(0);for(let w=Math.min(7,D.length-1);w>=0;w--){let $=BigInt(parseInt(D[w],16));h<<=BigInt(8),h|=$}return BigInt.asIntN(64,h)}vi.sdpFingerprint=re;function Se(g){return o(this,null,function*(){return new Promise(I=>window.setTimeout(I,g))})}vi.delay=Se;function ue(g,I,y){let D=[];return g.getSenders().forEach(h=>Ke(I,h,h.track,y,D)),D}vi.applySettings=ue;function Ke(g,I,y,D,h){var w;if(g&&y&&y.kind===pe.video){let $=y.getSettings();if($){let M=g.maxBitrateK?g.maxBitrateK*1024:null,ge=$.width,he=$.height,Fe=ge&&he&&g.maxDimension?Math.max(1,Math.max(ge,he)/g.maxDimension):null,we=g.maxFramerate?g.maxFramerate:null;if(ge&&he&&g.maxDimension&&g.maxDimension>Math.max(ge,he)){let Le=Math.round(ge*he/256),Rt=(Math.round(Le*qa/1e4)+1)*1e4;M=M===null?Rt:Math.min(Rt,M)}let L=g.degradationPreference?g.degradationPreference:"balanced",xe=D[y.id];if(xe&&xe.bitrate===M&&xe.scaleResolutionDownBy===Fe&&xe.maxFramerate===we&&xe.degradationPreference===L){h[y.id]=xe;return}h[y.id]={bitrate:M,scaleResolutionDownBy:Fe,maxFramerate:we,degradationPreference:L};let He=I.getParameters();He.encodings||(He.encodings=[{}]),He.encodings.forEach(Le=>{M?Le.maxBitrate=M:delete Le.maxBitrate,Fe?Le.scaleResolutionDownBy=Fe:delete Le.scaleResolutionDownBy,we?Le.maxFramerate=we:delete Le.maxFramerate}),He.degradationPreference=L,(w=I.setParameters)==null||w.call(I,He)}}}vi.applyVideoTrackSettings=Ke;function ce(g,I){Array.isArray(I)||(I=[I]);for(let y of I)if(g.includes(y))return!0;return!1}vi.includesOneOf=ce;function be(g){var I;return Object.entries(((I=g.participantState)==null?void 0:I.state)||{}).reduce((y,[D,h])=>(g.participantState&&(y[D]={ts:g.participantState.stateUpdateTs[D],state:h}),y),{})}vi.mapParticipantState=be;function Me(g){let I=g.map(y=>({uid:y.externalId,mediaSettings:y.mediaSettings,status:y.status,muteStates:y.muteStates,unmuteOptions:y.unmuteOptions,participantState:y.participantState,markers:y.markers,movieShareInfos:y.movieShareInfos}));return d.filterObservers?I.filter(y=>!y.uid.observer):I}vi.mapSharedParticipants=Me;function ze(g,I){let y=Object.keys(g),D=Object.keys(I);if(y.length!==D.length)return!1;for(let h of y)if(!D.hasOwnProperty(h)||g[h].state!==I[h].state||g[h].ts!==I[h].ts)return!1;return!0}vi.isEqualParticipantState=ze;function or(g,I){let y=Object.keys(g),D=Object.keys(I);if(y.length!==D.length)return!1;for(let h of y)if(!I.hasOwnProperty(h)||g[h]!==I[h])return!1;return!0}vi.isObjectsEquals=or;function Q(g,I){if(g.length!==I.length)return!1;for(let y of g)if(I.indexOf(y)<0)return!1;return!0}vi.isArraysEquals=Q;function cr(g){return!Object.keys(g).length}vi.isEmptyObject=cr;function dr(g,I){if(!g&&!I)return 0;if(!g||!I)return g?-1:1;return D(I.rank,g.rank)||D(g.ts,I.ts)||y(g,I);function y(h,w){let $={[X.USER]:0,[X.GROUP]:1},{compositeUserId:M,deviceIdx:ge}=O(h.id),{compositeUserId:he,deviceIdx:Fe}=O(w.id),{id:we,type:L}=C(M),{id:xe,type:He}=C(he);return D($[L],$[He])||D(we,xe)||D(ge,Fe)}function D(h,w){return h<w?-1:h===w?0:1}}vi.participantMarkerCompare=dr;function pr(g,I){let y=Object.entries(g).filter(([,D])=>Array.isArray(I)?!I.includes(D):D!==I);return Object.fromEntries(y)}vi.objectFilterOutValues=pr;function q(g,I,y){let D=y;for(let h in g)!g.hasOwnProperty(h)||(D=I(D,g[h],h));return D}vi.objectReduce=q,vi.setImmediate=(()=>{let g=1,I={},y=null;return typeof MessageChannel!="undefined"&&(y=new MessageChannel,y.port1.onmessage=D=>{let h=D.data;I[h]&&(I[h](),delete I[h])}),function(D){if(y&&document.visibilityState==="hidden"){let w=g;return g=g>=Number.MAX_SAFE_INTEGER?1:g+1,I[w]=D,y.port2.postMessage(w),()=>{I[w]&&delete I[w]}}let h=setTimeout(D,0);return()=>clearTimeout(h)}})()})(Ni||(Ni={}));var v=Ni;var tt=null,Ui=null,Yt=[],zt=[],Bi=[],wt=null,xt=null,Vi=null,Fi=!1,Hi=!1,Qt,ft,Xt,Jr=!1,Yr=!1,Gi=null,Wi="",Zt=[],ji=null,zr=navigator.appVersion,Ja=navigator.appName,Ae=navigator.userAgent,Qr=(r=>(r.USER="user",r.ENVIRONMENT="environment",r.LEFT="left",r.RIGHT="right",r))(Qr||{}),Lt=class{constructor(e,t=!1,i=d.videoMaxWidth,r=d.videoMaxHeight){let a=!1;if(e){a={noiseSuppression:d.noiseSuppression,echoCancellation:!0,autoGainControl:!0};let p;xt&&(p=xt.deviceId),typeof e=="string"&&(p=e),p&&(a.deviceId={ideal:p})}let s=!1;if(t){s={width:{min:d.videoMinWidth,max:i,ideal:i},height:{min:d.videoMinHeight,max:r,ideal:r},aspectRatio:{ideal:d.videoAspectRatio},frameRate:{ideal:d.videoFrameRate}};let p;wt&&(p=wt.deviceId),typeof t=="string"&&(p=t),p&&(s.deviceId={ideal:p}),d.videoFacingMode&&(s.facingMode={ideal:d.videoFacingMode})}this.audio=a,this.video=s,this.needVideo=!!s}getNative(){return Object.assign({},{audio:this.audio,video:this.video})}simplify(){return typeof this.video=="object"&&(this.video.width||this.video.height?(delete this.video.width,delete this.video.height):this.video.aspectRatio?delete this.video.aspectRatio:this.video.frameRate?delete this.video.frameRate:(this.video.deviceId||this.video.facingMode)&&(delete this.video.deviceId,delete this.video.facingMode)),typeof this.audio=="object"&&(this.audio.echoCancellation||this.audio.autoGainControl||this.audio.noiseSuppression?(delete this.audio.echoCancellation,delete this.audio.autoGainControl,delete this.audio.noiseSuppression):this.audio.deviceId&&delete this.audio.deviceId),this.video===!0&&this.audio===!0?this.video=!1:this.video===!1&&this.audio===!0?(this.audio=!1,this.video=this.needVideo):this.video===!0&&this.audio===!1&&(this.video=!1),this.video&&!Object.keys(this.video).length&&(this.video=!0),this.audio&&!Object.keys(this.audio).length&&(this.audio=!0),this}canSimplify(){let e=typeof this.video=="object"&&(this.video.width||this.video.height||this.video.aspectRatio||this.video.frameRate||this.video.facingMode||this.video.deviceId)||this.video;return!!(typeof this.audio=="object"&&(this.audio.deviceId||this.audio.noiseSuppression||this.audio.echoCancellation||this.audio.autoGainControl)||this.audio||e)}isVideo(){return!!this.video}isAudio(){return!!this.audio}},Xr=class extends Lt{constructor(e,t,i){super(i,!0);typeof this.video=="object"?(delete this.video.deviceId,delete this.video.aspectRatio,delete this.video.frameRate,delete this.video.facingMode):this.video={},this.video.cursor="motion",this.video.width=e,this.video.height=t,this.video.frameRate=d.screenFrameRate}};function Ya(){return o(this,null,function*(){tt=null,yield ei()})}function za(){tt=null,ei().then(()=>f.onDeviceChange())}function ei(){return o(this,null,function*(){return tt||(!navigator.mediaDevices||!navigator.mediaDevices.enumerateDevices?[]:(!Ui&&navigator.mediaDevices.addEventListener&&(Ui=v.throttle(za,1e3),navigator.mediaDevices.addEventListener("devicechange",Ui)),tt=navigator.mediaDevices.enumerateDevices().then(n=>{Yt=n.filter(r=>r.kind==="videoinput"?(r.label&&(Fi=!0),!0):!1),zt=n.filter(r=>r.kind==="audioinput"?(r.label?Hi=!0:it.isMobile()&&it.browserName()==="Firefox"&&(Hi=Fi),!0):!1),Bi=n.filter(r=>r.kind==="audiooutput");let e=Xe.get("videoinput"),t=Xe.get("audioinput"),i=Xe.get("audiooutput");return wt=Yt.find(r=>r.deviceId===e)||null,xt=zt.find(r=>r.deviceId===t)||null,Vi=Bi.find(r=>r.deviceId===i)||null,tt=Promise.resolve(n),n}).catch(()=>(tt=null,[]))))})}function Qa(){return o(this,null,function*(){return it.isBrowserSupported()?new Promise(n=>{new window.RTCPeerConnection().createOffer({offerToReceiveVideo:!0}).then(t=>{/^a=rtpmap:\d+ VP8\/\d+$/m.test(t.sdp)&&(Jr=!0),/^a=mid:0$/m.test(t.sdp)&&(Yr=!0),n()}).catch(n)}):Promise.resolve()})}function ti(n,e){return o(this,null,function*(){c.debug("Try to get media",n.getNative());let t=it.hasPermissions(n.isVideo());!t&&!e&&f.onPermissionsRequested();try{let i=yield navigator.mediaDevices.getUserMedia(n.getNative());return t||(yield Ya()),i}catch(i){switch(i.name){case"PermissionDeniedError":case"PermissionDismissedError":case"NotAllowedError":case"SecurityError":case"DOMException":e=n.isVideo()?ne.CAMERA_PERMISSION:ne.MIC_PERMISSION;break;case"OverconstrainedError":case"TypeError":case"NotFoundError":break;case"AbortError":case"NotReadableError":e=n.isVideo()?ne.CAMERA_ACCESS:ne.MIC_ACCESS;break}if(n.canSimplify())return ti(n.simplify(),e);let r=e||ne.UNKNOWN;throw f.onPermissionsError(r),r}})}function Xa(n){return o(this,null,function*(){c.debug("Try to get screen",n.getNative());try{let e=yield navigator.mediaDevices.getDisplayMedia(n.getNative()),t=e==null?void 0:e.getVideoTracks()[0];return t&&(c.debug("Got display media track",t.id),t.contentHint="text"),e}catch(e){switch(e.name){case"PermissionDeniedError":case"NotAllowedError":case"SecurityError":throw ne.SCREEN_PERMISSION;default:throw ne.SCREEN_ACCESS}}})}function ii(){return Zt.length||(Zt=(()=>{let n,e=!1,t=0,i="0",r=Ae.match(/(opera|chrome|safari|firefox|msie|trident(?=\/))\/?\s*(\d+)/i)||[];if(/trident/i.test(r[1]))return n=/\brv[ :]+(\d+)/g.exec(Ae),["IE",n&&n[1]||"Unknown",e,t,i];if(r[1]==="Safari"){if(n=Ae.match(/\bEdge\/(\d+)/),n)return["Edge",n[1]||"Unknown",e,t,i];if(n=Ae.match(/\bCriOS\/(\d+)/),n)return["Chrome",n[1],!0,Number(n[1]),i];if(n=Ae.match(/\bFxiOS\/(\d+)/),n)return["Firefox",n[1],!1,t,i];if(n=Ae.match(/\bYaBrowser\/(\d+)/),n)return["Yandex",n[1],!1,t,i];if(n=Ae.match(/\bOPT\/(\d+)/),n)return["Opera",n[1],!1,t,i]}if(r[1]==="Chrome"){if(e=!0,t=Number(r[2]),n=Ae.match(/\bOPR\/(\d+)/),n)return["Opera",n[1]||"Unknown",e,t,i];if(n=Ae.match(/\bYaBrowser\/(\d+)/),n)return["Yandex",n[1]||"Unknown",e,t,i];if(n=Ae.match(/\bSferum\/((\d+)(?:\.\d+)*)/),n)return["Sferum",n[1]||"Unknown",e,t,i];if(n=Ae.match(/\bEdge?\/(\d+)/),n)return["Edge",n[1]||"Unknown",e,t,i];if(typeof window.opr!="undefined"&&/^(.+\.)?ok.ru$/.test(window.location.host))return["Opera","Hidden",e,t,i]}return n=Ae.match(/version\/(\d+)(?:(?:\.)(\d+))?/i),n&&n[2]!==void 0&&(i=n[2]),[r[2]?r[1]:Ja,n&&n[1]||r[2]||zr,e,t,i]})()),Zt}var it;(D=>{function n(){return o(this,null,function*(){return yield Qa(),ei()})}D.init=n;function e(){return Yt}D.getCameras=e;function t(){return zt}D.getMicrophones=t;function i(){return Bi}D.getOutput=i;function r(){return Yt.length>0}D.hasCamera=r;function a(){return zt.length>0}D.hasMicrophone=a;function s(){return wt}D.getSavedCamera=s;function p(){return xt}D.getSavedMicrophone=p;function l(){return Vi}D.getSavedOutput=l;function u(){return Fi}D.hasCameraPermission=u;function R(){return Hi}D.hasMicrophonePermission=R;function C(h=!1){return R()?r()&&h?u():!0:!1}D.hasPermissions=C;function O(h=!1,w=!0,$=!0){return o(this,null,function*(){let M=a()&&w,ge=r()&&h,he;if(!M&&!ge)he=new MediaStream;else try{he=yield ti(new Lt(M,ge))}catch(Fe){he=new MediaStream}return!he.getVideoTracks().length&&$&&he.addTrack(Ke()),!he.getAudioTracks().length&&$&&he.addTrack(ue()),he})}D.getUserMedia=O;function x(h){return o(this,null,function*(){return Xa(new Xr(window.screen.width,window.screen.height,h))})}D.getScreenMedia=x;function H(h,w=!1){return o(this,null,function*(){let $=w?d.videoEffectMaxWidth:d.videoMaxWidth,M=w?d.videoEffectMaxHeight:d.videoMaxHeight;return ti(new Lt(!1,h||!0,$,M))})}D.getUserVideo=H;function re(h){return o(this,null,function*(){return ti(new Lt(h||!0,!1))})}D.getUserAudio=re;function Se(h,w){return o(this,null,function*(){let M=(yield ei()).find(ge=>ge.kind===h&&ge.deviceId===w);return M?(h==="videoinput"?wt=M:h==="audioinput"?xt=M:h==="audiooutput"&&(Vi=M),Xe.set(h,w),M):null})}D.saveDeviceId=Se;function ue(){if(!Xt||Xt.readyState==="ended"){let h=g(),w=h.createMediaStreamDestination(),$=h.createGain();$.gain.value=1e-5,$.connect(w),$.connect(h.destination);let M=h.createOscillator();M.type="sine",M.frequency.value=0,M.connect($),M.start(),Xt=w.stream.getAudioTracks()[0]}return Object.assign(Xt.clone(),{enabled:!1})}D.getSilentMediaTrack=ue;function Ke(h=d.videoMinWidth,w=d.videoMinHeight){return ft||(ft=document.createElement("canvas"),ft.getContext("2d")),ft.width=h,ft.height=w,(!Qt||Qt.readyState==="ended")&&(Qt=ft.captureStream(d.videoFrameRate).getVideoTracks()[0]),Object.assign(Qt.clone(),{enabled:!1})}D.getBlackMediaTrack=Ke;function ce(){if(q()==="Edge"&&Number(Si())<70)return!1;try{let h=window;return navigator.mediaDevices&&navigator.mediaDevices.getUserMedia&&h.RTCPeerConnection&&h.RTCIceCandidate&&h.RTCSessionDescription&&h.HTMLCanvasElement&&h.HTMLCanvasElement.prototype.captureStream&&h.RTCRtpSender&&h.RTCRtpSender.prototype.replaceTrack&&h.RTCRtpSender.prototype.getParameters&&navigator.sendBeacon&&!0||!1}catch(h){return!1}}D.isBrowserSupported=ce;function be(){return!!navigator.mediaDevices.getDisplayMedia}D.isScreenCapturingSupported=be;function Me(){return Jr}D.canVP8=Me;function ze(){return Yr}D.isUnifiedPlan=ze;function or(){let h=D.browserName()==="Safari"&&D.browserVersion()==="15"&&D.browserSubVersion()==="1",w=D.browserName()==="Opera"&&D.os()==="Windows";return h||w}D.isBrokenH264=or;function Q(){return!(D.baseChromeVersion()&&D.isMobile())}D.canPreferH264=Q;function cr(){var h;return((h=window.RTCRtpTransceiver)==null?void 0:h.prototype)&&"setCodecPreferences"in window.RTCRtpTransceiver.prototype}D.canPreferRed=cr;function dr(){return Wi||(Wi=(()=>{let h={Windows:/Win/,Android:/Android/,OpenBSD:/OpenBSD/,SunOS:/SunOS/,Linux:/(Linux|X11)/,iPad:/(iPad)/,iPhone:/(iPhone)/,iPod:/(iPod)/,MacOS:/(MacPPC|MacIntel|Mac_PowerPC|Macintosh|Mac OS X)/,QNX:/QNX/,UNIX:/UNIX/,BeOS:/BeOS/,OS2:/OS\/2/,Bot:/(nuhk|Googlebot|Yammybot|Openbot|Slurp|MSNBot|Ask Jeeves\/Teoma|ia_archiver)/};for(let w in h)if(h.hasOwnProperty(w)&&h[w].test(Ae))return w;return"Unknown"})()),Wi}D.os=dr;function pr(){return Gi===null&&(Gi=/Mobile|mini|Fennec|Android|iP(ad|od|hone)/.test(zr)),Gi}D.isMobile=pr;function q(){return ii()[0]}D.browserName=q;function Si(){return ii()[1]}D.browserVersion=Si;function vi(){return ii()[3]}D.baseChromeVersion=vi;function g(){return ji||(ji=new(window.AudioContext||window.webkitAudioContext)),ji}D.getAudioContext=g;function I(){return ii()[4]}D.browserSubVersion=I;function y(){return D.baseChromeVersion()>0&&!D.isMobile()}D.isAudioShareSupported=y})(it||(it={}));var P=it;var Ye=class extends Ge{init(e){return o(this,null,function*(){c.debug("WebCodecsDecoder started"),yield this._createWorker('var exports=(()=>{var i=Object.defineProperty;var E=a=>i(a,"__esModule",{value:!0});var g=(a,e)=>{E(a);for(var t in e)i(a,t,{get:e[t],enumerable:!0})};var V={};g(V,{default:()=>D});var n=(t=>(t.VP9="vp09.00.50.08",t.VP8="vp8",t))(n||{}),o=(r=>(r.INIT="init",r.READY="ready",r.FRAME="frame",r.ERROR="error",r.DEBUG="debug",r.LOG_ERROR="log_error",r))(o||{});var D=a=>{let e=null,t=!0;function p(){self.postMessage({type:o.READY})}function f(d,r,s,l=!1){if(!e||t!==s){if(!l){self.postMessage({type:o.DEBUG,message:"WebCodecsDecoder dropped frame - waiting for keyframe"});return}t=s,e?self.postMessage({type:o.DEBUG,message:`WebCodecsDecoder codec changed to ${s?"VP9":"VP8"}`}):(self.postMessage({type:o.DEBUG,message:`WebCodecsDecoder codec ${s?"VP9":"VP8"}`}),e=new VideoDecoder({output:c=>{let m=a?[c]:[];self.postMessage({type:o.FRAME,data:c},m),c.close()},error:c=>{e&&e.state!=="closed"&&e.close(),e=null,self.postMessage({type:o.FRAME,error:"WebCodecsDecoder failed, reinitialize"})}})),e.configure({codec:s?n.VP9:n.VP8})}let u=new EncodedVideoChunk({type:l?"key":"delta",timestamp:d,data:r});e.decode(u)}self.onmessage=d=>{switch(d.data.type){case o.INIT:p();break;case o.FRAME:f(d.data.timestamp,d.data.data,d.data.isVP9,d.data.keyFrame);break}}};return V;})();\n',t=>{t.error?c.warn("WebCodecsDecoder",t.error):e(t.data)},[P.baseChromeVersion()>=92])})}decodeFrame(e,t,i,r=!1){this._sendToWorker(Ce.FRAME,{timestamp:e,data:t.buffer,isVP9:i,keyFrame:r},[t.buffer])}destroy(){this._removeWorker(),c.debug("WebCodecsDecoder destroyed")}static isBrowserSupported(){return"VideoDecoder"in window&&"Worker"in window&&"VideoFrame"in window}};import{BitStream as Za}from"bit-buffer";var en=65536,rt=class{constructor(e,t){this._chunks=[];this._participantId=e,this._onStream=t}appendChunk(e){let t=this._chunks.length;if(e.start)t&&(c.warn("[FrameBuilder] Cleanup buffer",Array.prototype.slice.call(this._chunks)),this._chunks=[]);else if(!t||(this._chunks[t-1].sequence+1)%en!==e.sequence){c.warn("[FrameBuilder] Got incorrect chunk");return}if(this._chunks.push(e),e.end){let i=this._processFrameData(),{width:r,height:a}=rt.getFrameSize(i);this._processFrame({timestamp:e.timestamp,frameData:i,isVP9:e.isVP9,keyframe:e.keyframe,width:r,height:a})}}destroy(){this._chunks=[]}_processFrameData(){let e=this._chunks;this._chunks=[];let t=e.reduce((a,s)=>a+s.data.byteLength,0),i=new Uint8Array(t),r=0;for(let a of e)i.set(new Uint8Array(a.data),r),r+=a.data.byteLength;return i}static getFrameSize(e){let t={width:0,height:0},i=new Za(e.buffer);i.bigEndian=!0,i.index+=2;let r=i.readBits(1),s=i.readBits(1)<<1|r;return s===3&&i.index++,i.readBits(1)===1||i.readBits(1)!==0||(i.index++,i.index++,i.index+=24,s>=2&&i.index++,i.readBits(3)!==7?(i.index++,(s===1||s===3)&&(i.index+=3)):(s===1||s===3)&&i.index++,t.width=i.readBits(16)+1,t.height=i.readBits(16)+1),t}static isBrowserSupported(){throw new Error("Method `isBrowserSupported` is not implemented")}};var St=class{constructor(e){this._onStream=e}drawFrame(e){return o(this,null,function*(){throw new Error("Method `drawFrame` is not supported by this implementation")})}drawImage(e){throw new Error("Method `drawImage` is not supported by this implementation")}static isBrowserSupported(){throw new Error("Method `isBrowserSupported` is not implemented")}};var Nt=class extends St{constructor(e){super(e);this._canvas=null;this._canvasContext=null;this._stream=null;this._track=null;c.debug("CanvasRenderer started"),this._useImageBitmap="ImageBitmap"in window}_createStream(e,t){this._canvas||(this._canvas=document.createElement("canvas"),this._canvas.width=e,this._canvas.height=t,this._canvas.style.pointerEvents="none",this._canvas.style.visibility="hidden",this._canvas.style.position="absolute",this._canvas.style.width="160px",this._canvas.style.height="90px",this._canvas.style.bottom="0",this._canvas.style.right="0",this._canvas.style.zIndex="5000",document.body.appendChild(this._canvas),this._useImageBitmap?this._canvasContext=this._canvas.getContext("bitmaprenderer"):this._canvasContext=this._canvas.getContext("2d"),this._stream=this._canvas.captureStream(0),this._track=this._stream.getVideoTracks()[0],this._track.contentHint="text")}_removeStream(){this._stream&&(this._stream.getTracks().forEach(e=>e.stop()),this._stream=null,this._track=null),this._canvasContext=null;try{this._canvas&&document.body.removeChild(this._canvas)}catch(e){}this._canvas=null}_requestCanvasFrame(){this._track&&this._track.requestFrame?this._track.requestFrame():this._stream&&this._stream.requestFrame&&this._stream.requestFrame()}drawFrame(e){return o(this,null,function*(){let t="createImageBitmap"in e?yield e.createImageBitmap():yield createImageBitmap(e);this.drawImage(t),t.close()})}drawImage(e){this._track||(this._createStream(e.width,e.height),this._onStream(this._stream));let t=this._canvas;if(t.width=e.width,t.height=e.height,e instanceof ImageData){let i=this._canvasContext;i.clearRect(0,0,t.width,t.height),i.putImageData(e,0,0)}else this._canvasContext.transferFromImageBitmap(e);this._requestCanvasFrame()}destroy(){this._removeStream(),c.debug("CanvasRenderer destroyed")}static isBrowserSupported(){return("CanvasCaptureMediaStream"in window||"CanvasCaptureMediaStreamTrack"in window)&&!(P.browserName()==="Safari"&&Number(P.browserVersion())===15)}};var vt=class extends St{constructor(e){super(e);c.debug("TrackGeneratorRenderer started"),this._generator=new MediaStreamTrackGenerator({kind:pe.video}),this._writer=this._generator.writable.getWriter(),this._stream=new MediaStream([this._generator]),this._onStream(this._stream)}drawFrame(e){return o(this,null,function*(){yield this._writer.write(e)})}destroy(){this._writer.releaseLock(),this._generator.writable.close().then(()=>this._generator.stop()),c.debug("TrackGeneratorRenderer destroyed")}static isBrowserSupported(){return"VideoFrame"in window&&"MediaStreamTrackGenerator"in window&&Ye.isBrowserSupported()}};var Ut=class extends rt{constructor(e,t){super(e,t);this._decoderReady=!1;this._decoderQueue=[];c.debug(`StreamBuilder started for participant [${e}]`),vt.isBrowserSupported()?this._renderer=new vt(t):this._renderer=new Nt(t),Ye.isBrowserSupported()?this._decoder=new Ye:this._decoder=new ht;let i=r=>o(this,null,function*(){"VideoFrame"in window&&r instanceof VideoFrame?yield this._renderer.drawFrame(r):this._renderer.drawImage(r)});this._decoder.init(i).then(()=>{this._decoderReady=!0,this._decodeQueue()})}_processFrame(e){!this._decoderReady||this._decoderQueue.length?(this._decoderQueue.push(e),this._decodeQueue()):this._decoder.decodeFrame(e.timestamp,e.frameData,e.isVP9,e.keyframe)}_decodeQueue(){if(!this._decoderReady)return;let e=this._decoderQueue;this._decoderQueue=[],e.forEach(t=>{this._decoder.decodeFrame(t.timestamp,t.frameData,t.isVP9,t.keyframe)})}destroy(){super.destroy(),this._decoder.destroy(),this._renderer.destroy(),c.debug(`StreamBuilder destroyed for participant ${this._participantId}`)}static isBrowserSupported(){return Nt.isBrowserSupported()||vt.isBrowserSupported()}};var ri=1,tn=1,Zr=0,ai=11,ea=1,ta=2,ia=4,ra=8;function aa(n,e,t,i,r,a,s){let p=0;e&&(p|=ea),t&&(p|=ta),i&&(p|=ia),s||(p|=ra);let l=new ArrayBuffer(ai),u=new DataView(l);if(u.setUint8(0,ri),u.setUint16(1,r),u.setUint32(3,n),u.setUint8(7,a?1:0),u.setUint16(8,Zr),u.setUint8(10,p),!s)return l;let R=new Uint8Array(l.byteLength+s.byteLength);return R.set(new Uint8Array(l),0),R.set(new Uint8Array(s),l.byteLength),R.buffer}function na(n){let e=new DataView(n),t=e.getUint8(0),i=e.getUint16(1),r=e.getUint32(3),a=e.getUint8(7)===1,s=e.getUint16(8),p=e.getUint8(10),l=!!(p&ea),u=!!(p&ta),R=!!(p&ia),C=!!(p&ra);if(t!==ri)throw new Error(`Unexpected protocol version. Got ${t}, expected ${ri}`);return{timestamp:r,start:l,end:u,keyframe:R,sequence:i,isVP9:a,ssrc:s,eos:C,data:n.slice(ai)}}function sa(n){if(!n||!n.byteLength||n.byteLength!==4)return!1;let e=new DataView(n);return!(e.getUint8(0)!==ri||e.getUint8(1)!==tn||e.getUint16(2)!==Zr)}import*as T from"simple-ebml-builder";var rn=mr(2,15)-1,Ki=1,an=5,nn=5;var ni=class{constructor(e){this._queue=[];this._clearBufferTill=0;this._mediaSource=new MediaSource,this._codec=e;let t=()=>{this._mediaSource.removeEventListener("sourceopen",t),this._initBuffer(),this._handleQueue()};this._mediaSource.addEventListener("sourceopen",t,!1)}_handleQueue(){if(!this._sourceBuffer||this._sourceBuffer.updating||!this._queue.length)return;if(this._clearBufferTill&&this._sourceBuffer.buffered.length){let i=this._sourceBuffer.buffered.start(0);i<this._clearBufferTill&&(this._sourceBuffer.remove(i,this._clearBufferTill),c.debug(`[WebmBuilder] SourceBuffer cleanup from ${i} to ${this._clearBufferTill}`)),this._clearBufferTill=0;return}let e=this._queue;this._queue=[];let t=ni._buildQueue(e);this._sourceBuffer.appendBuffer(t)}static _buildQueue(e){if(e.length){if(e.length===1)return T.build(e[0])}else return new Uint8Array;let t=e.reduce((a,s)=>a+s.countSize(),0),i=new Uint8Array(t),r=0;for(let a of e){let s=T.build(a);i.set(s,r),r+=s.byteLength}return i}_initBuffer(){this._sourceBuffer=this._mediaSource.addSourceBuffer(`video/webm; codecs="${this._codec}"`),this._sourceBuffer.mode="sequence",this._sourceBuffer.addEventListener("updateend",()=>this._handleQueue())}changeType(e){var t;return this._codec=e,(t=this._sourceBuffer)==null?void 0:t.changeType(e)}append(e,t=!1){this._queue.push(e),t&&this._handleQueue()}cleanup(){var a,s,p;((a=this._mediaSource)==null?void 0:a.readyState)==="open"&&((s=this._sourceBuffer)==null||s.abort());let e=(p=this._sourceBuffer)==null?void 0:p.buffered,t=e==null?void 0:e.length;if(!t)return;let i=e.start(0),r=Math.max(0,e.end(t-1)-an);r-i>nn&&(this._clearBufferTill=r)}destroy(){this._queue=[],this._mediaSource.readyState==="open"&&(this._sourceBuffer.abort(),this._mediaSource.endOfStream()),this._sourceBuffer=null,this._clearBufferTill=0}get codec(){return this._codec}get mediaSource(){return this._mediaSource}get buffered(){var e;return(e=this._sourceBuffer)==null?void 0:e.buffered}},Ve=class extends rt{constructor(e,t){super(e,t);this._video=null;this._stream=null;this._earliestTimestamp=0;this._clusterStartTime=0;this._lastFrameTimestamp=0;c.debug(`[WebmBuilder] started for participant [${e}]`)}static _intToU16BE(e){return new Uint8Array([e>>8,e])}static _genWebmHeader(){return T.element(T.ID.EBML,[T.element(T.ID.EBMLVersion,T.number(1)),T.element(T.ID.EBMLReadVersion,T.number(1)),T.element(T.ID.EBMLMaxIDLength,T.number(4)),T.element(T.ID.EBMLMaxSizeLength,T.number(8)),T.element(T.ID.DocType,T.string("webm")),T.element(T.ID.DocTypeVersion,T.number(2)),T.element(T.ID.DocTypeReadVersion,T.number(2))])}static _genSegmentHeader(e,t,i){let r=T.element(T.ID.Info,[T.element(T.ID.TimecodeScale,T.number(1e6)),T.element(T.ID.MuxingApp,T.string("vk-webm-builder")),T.element(T.ID.WritingApp,T.string("vk-webm-builder"))]),a=[T.element(T.ID.PixelWidth,T.number(e)),T.element(T.ID.PixelHeight,T.number(t))],s=T.element(T.ID.Tracks,T.element(T.ID.TrackEntry,[T.element(T.ID.TrackNumber,T.number(Ki)),T.element(T.ID.TrackUID,T.number(Ki)),T.element(T.ID.TrackType,T.number(1)),T.element(T.ID.FlagLacing,T.number(0)),T.element(T.ID.DefaultDuration,T.number(1e9)),T.element(T.ID.CodecID,T.string(`V_${i.toUpperCase()}`)),T.element(T.ID.Video,a)]));return T.unknownSizeElement(T.ID.Segment,[r,s])}static _genClusterHeader(e){return T.unknownSizeElement(T.ID.Cluster,[T.element(T.ID.Timecode,T.number(Math.round(e)))])}_createVideo(e){this._mediaBuffer=new ni(e),this._video=document.createElement("video"),this._video.autoplay=!0,this._video.controls=!1,this._video.muted=!0,this._video.style.pointerEvents="none",this._video.style.visibility="hidden",this._video.style.position="absolute",this._video.style.width="160px",this._video.style.height="90px",this._video.style.bottom="0",this._video.style.right="0",this._video.style.zIndex="5000",this._video.src=URL.createObjectURL(this._mediaBuffer.mediaSource),document.body.appendChild(this._video);let t=()=>{if(this._video.src){c.warn(`[WebmBuilder] Video paused for participant [${this._participantId}], try to play again`);let i=this._video.seekable;i.length&&(this._video.currentTime=i.end(i.length-1)-.1),this._video.play().catch(()=>{})}};this._video.onpause=t,this._video.onwaiting=t,this._video.onstalled=t,this._video.onerror=()=>c.warn(`[WebmBuilder] Video Error for participant [${this._participantId}]`,this._video.error),this._stream=this._video.captureStream(),this._onStream(this._stream)}_processFrame(e){let t=e.isVP9?"vp9":"vp8";this._mediaBuffer?this._mediaBuffer.codec!==t&&this._mediaBuffer.changeType(t):this._createVideo(t);let i=e.timestamp;if(i<=this._lastFrameTimestamp&&(i=this._lastFrameTimestamp+10,c.debug(`[WebmBuilder] Fixup timestamp for participant [${this._participantId}]`)),this._lastFrameTimestamp=i,this._earliestTimestamp)i-=this._earliestTimestamp;else{if(!e.keyframe)return;this._earliestTimestamp=i,i=0}if(e.keyframe){this._clusterStartTime=i,this._mediaBuffer.cleanup(),c.debug(`[WebmBuilder] Segment header for participant [${this._participantId}]`);let s=Ve._genWebmHeader();this._mediaBuffer.append(s);let p=Ve._genSegmentHeader(e.width,e.height,t);this._mediaBuffer.append(p)}let r=Math.round(i-this._clusterStartTime);if(r>rn&&(this._clusterStartTime=i,r=0),r===0){c.debug(`[WebmBuilder] Cluster header for participant [${this._participantId}]`);let s=Ve._genClusterHeader(this._clusterStartTime);this._mediaBuffer.append(s)}let a=T.element(T.ID.SimpleBlock,[T.vintEncodedNumber(Ki),T.bytes(Ve._intToU16BE(r)),T.number((e.keyframe?1:0)<<7),T.bytes(e.frameData)]);this._mediaBuffer.append(a,!0)}destroy(){super.destroy(),this._video&&(this._video.onpause=null,this._video.onwaiting=null,this._video.onstalled=null,this._video.onerror=null,this._video.pause(),this._video.src="",document.body.removeChild(this._video)),this._mediaBuffer&&(this._mediaBuffer.destroy(),this._mediaBuffer=null),this._stream&&(this._stream.getTracks().forEach(e=>e.stop()),this._stream=null),c.debug(`[WebmBuilder] destroyed for participant [${this._participantId}]`)}static isBrowserSupported(){var e,t,i;return"captureStream"in((e=window.HTMLVideoElement)==null?void 0:e.prototype)&&((t=window.MediaSource)==null?void 0:t.isTypeSupported('video/webm; codecs="vp8"'))&&((i=window.MediaSource)==null?void 0:i.isTypeSupported('video/webm; codecs="vp9"'))}};var Et=class{constructor(e,t,i,r){this._participantIdRegistry=null;this._streamBuilders={};this._onStream=()=>{};this._onEos=()=>{};c.debug("ScreenCaptureReceiver started"),this._datachannel=e,this._participantIdRegistry=t,this._onStream=i,this._onEos=r,this._datachannel.onmessage=a=>this._onDataChannelMessage(a.data)}_onDataChannelMessage(e){var a,s;let t=na(e),i=(s=(a=this._participantIdRegistry)==null?void 0:a.getStreamDescription(t.ssrc))==null?void 0:s.participantId;if(!i){c.warn(`Participant id for ssrc ${t.ssrc} not found in registry`);return}if(t.eos){this.close(i),this._onEos(i);return}let r=this._streamBuilders[i];if(!r){let p=l=>this._onStream(i,l);d.screenShareWebmBuilder&&Ve.isBrowserSupported()?r=new Ve(i,p):r=new Ut(i,p),this._streamBuilders[i]=r}r.appendChunk(t)}close(e){let t=this._streamBuilders[e];t&&(t.destroy(),delete this._streamBuilders[e])}destroy(){this._datachannel.onbufferedamountlow=null,this._datachannel.onmessage=null,this._onStream=()=>{},Object.values(this._streamBuilders).forEach(e=>e.destroy()),this._streamBuilders={},this._participantIdRegistry=null,c.debug("ScreenCaptureReceiver destroyed")}static isBrowserSupported(){return(Ye.isBrowserSupported()||ht.isBrowserSupported())&&(Ut.isBrowserSupported()||Ve.isBrowserSupported())}};import oa from"@vkontakte/libvpx";var sn=1e3,Bt=class extends Ge{constructor(e,t){super();this._video=null;this._imageCapture=null;this._canvas=null;this._canvasCtx=null;this._stream=null;this._track=null;this._frameReadTimeout=0;this._lastFrame=null;this._sourceTrack=e,this._onFrame=t,this._useImageCapture="ImageCapture"in window&&"ImageBitmap"in window,(e.readyState!=="live"||!e.enabled||e.muted)&&(this._useImageCapture=!1)}_createDom(){this._canvas||(this._canvas=document.createElement("canvas"),this._canvas.style.pointerEvents="none",this._canvas.style.visibility="hidden",this._canvas.style.position="absolute",this._canvas.style.width="160px",this._canvas.style.height="90px",this._canvas.style.bottom="0",this._canvas.style.right="160px",this._canvas.style.zIndex="5000",this._canvasCtx=this._canvas.getContext("2d"),document.body.appendChild(this._canvas)),!this._video&&!this._useImageCapture&&(this._video=document.createElement("video"),this._video.controls=!1,this._video.autoplay=!1,this._video.preload="auto",this._video.muted=!0,this._video.style.pointerEvents="none",this._video.style.visibility="hidden",this._video.style.position="absolute",this._video.style.width="160px",this._video.style.height="90px",this._video.style.bottom="0",this._video.style.right="0",this._video.style.zIndex="5000",document.body.appendChild(this._video))}_removeDom(){try{this._canvas&&document.body.removeChild(this._canvas),this._video&&document.body.removeChild(this._video)}catch(e){}this._canvasCtx=null,this._canvas=null,this._video=null}_createStream(e){return o(this,null,function*(){if(!this._canvas)throw new Error("Canvas not found");if(!this._video&&!this._useImageCapture)throw new Error("Video element not found");return this._stream=this._canvas.captureStream(0),this._track=this._stream.getVideoTracks()[0],new Promise((t,i)=>{if(this._useImageCapture)this._imageCapture=new ImageCapture(e),t();else{let r=this._video;r.srcObject=new MediaStream([e]),r.onloadeddata=p=>t(),r.onerror=()=>i(new Error("Video element error"));let a=r.play(),s=()=>i(new Error("Autoplay is disabled"));a?a.catch(s):s()}})})}_removeStream(){var e;window.clearTimeout(this._frameReadTimeout),(e=this._lastFrame)==null||e.close(),this._stream&&(this._stream.getTracks().forEach(t=>t.stop()),this._stream=null,this._track=null),this._video&&(this._video.pause(),this._video.srcObject=null),this._imageCapture&&(this._imageCapture=null)}_drawFrameVideo(){if(!this._canvas||!this._canvasCtx||!this._video||!this._track)throw new Error("Fatal error");this._video.paused&&this._video.play();let e=this._video.videoWidth,t=this._video.videoHeight;return this._canvas.width=this._video.width=e,this._canvas.height=this._video.height=t,this._canvasCtx.clearRect(0,0,e,t),this._canvasCtx.drawImage(this._video,0,0,e,t),this._requestCanvasFrame(),this._canvasCtx.getImageData(0,0,e,t)}_getFrameBitmap(){return o(this,null,function*(){if(!this._imageCapture)throw new Error("Destroyed");return this._imageCapture.grabFrame()})}_drawFrameData(e){var r;if(!this._canvas||!this._canvasCtx||!this._track)throw new Error("Destroyed");let t=e.width,i=e.height;return this._canvas.width=t,this._canvas.height=i,this._canvasCtx.clearRect(0,0,t,i),this._canvasCtx.drawImage(e,0,0,t,i),this._requestCanvasFrame(),(r=this._canvasCtx)==null?void 0:r.getImageData(0,0,t,i)}_requestCanvasFrame(){this._track&&this._track.requestFrame?this._track.requestFrame():this._stream&&this._stream.requestFrame&&this._stream.requestFrame()}init(){return o(this,null,function*(){this._createDom();let e=this._sourceTrack.getSettings().width,t=this._sourceTrack.getSettings().height;c.debug(`LibVPxEncoder started ${e}x${t}, codec ${this.isVP9()?"VP9":"VP8"}`),yield this._createStream(this._sourceTrack),yield this._createWorker(`var exports=(()=>{var u=Object.defineProperty;var b=o=>u(o,"__esModule",{value:!0});var g=(o,n)=>{b(o);for(var t in n)u(o,t,{get:n[t],enumerable:!0})};var y={};g(y,{default:()=>R});var e=(r=>(r.INIT="init",r.READY="ready",r.FRAME="frame",r.ERROR="error",r.DEBUG="debug",r.LOG_ERROR="log_error",r))(e||{});var R=(o,n)=>{let t;function m(a,r){return o({locateFile:n}).then(s=>{if(t=new s.VpxEncoder,t.debug(r),!t.init(a?s.VpxType.VP9:s.VpxType.VP8))throw self.postMessage({type:e.LOG_ERROR,message:"encoder-init-fail-libvpx"}),new Error("LibVPxEncoder failed to create");t.setMaxQuantizer(10),t.setTargetBitrate(1024)})}function E(a,r,s,i){let c=t.allocateImage(a,r);if(!c){self.postMessage({type:e.FRAME,error:"No buffer data"});return}c.set(new Uint8Array(s));let f=Math.round(performance.now()),l=150;if(!t.encode(f,l,i)){self.postMessage({type:e.FRAME,error:"Encode failed"});return}let p=t.readFrame();if(!p){self.postMessage({type:e.FRAME,error:"No encoded data"});return}t.readFrame()&&(self.postMessage({type:e.DEBUG,message:"LibVPxEncoder dropped frame"}),self.postMessage({type:e.LOG_ERROR,message:"LibVPxEncoder-drop"}));let d=new Uint8Array(p.byteLength);d.set(p),self.postMessage({type:e.FRAME,frameType:i?"key":"delta",timestamp:f,duration:l,data:d.buffer},[d.buffer])}self.onmessage=a=>{switch(a.data.type){case e.INIT:m(a.data.isVP9,a.data.debug).then(()=>self.postMessage({type:e.READY})).catch(r=>self.postMessage({type:e.ERROR,error:String(r)}));break;case e.FRAME:E(a.data.width,a.data.height,a.data.imageData,a.data.keyFrame);break}}};return y;})();
10
+ `,i=>{var r;i.error?this._onFrame(null,i.error):this._onFrame({type:i.frameType,timestamp:i.timestamp,duration:i.duration,data:i.data,byteLength:(r=i.data)==null?void 0:r.byteLength})},[oa,oa.getUrl],{isVP9:this.isVP9(),debug:c.enabled()})})}_encode(e,t){let i=e.data.buffer;this._sendToWorker(Ce.FRAME,{width:e.width,height:e.height,imageData:i,keyFrame:t},[i])}_requestFrameVideo(e){let t=this._drawFrameVideo();this._encode(t,e)}_requestFrameBitmap(e){this._frameReadTimeout=window.setTimeout(()=>{if(this._lastFrame){let t=this._drawFrameData(this._lastFrame);this._encode(t,e)}else this._onFrame(null)},sn),this._getFrameBitmap().then(t=>{var r;window.clearTimeout(this._frameReadTimeout),(r=this._lastFrame)==null||r.close(),this._lastFrame=t;let i=this._drawFrameData(t);this._encode(i,e)}).catch(()=>{})}requestFrame(e=!1){this._useImageCapture?this._requestFrameBitmap(e):this._requestFrameVideo(e)}isVP9(){return!1}destroy(){this._removeWorker(),this._removeStream(),this._removeDom(),c.debug("LibVPxEncoder destroyed")}static isBrowserSupported(){return"WebAssembly"in window&&"Worker"in window&&("CanvasCaptureMediaStream"in window||"CanvasCaptureMediaStreamTrack"in window)}};var It=class extends Ge{constructor(e,t){super();this._sourceTrack=e,this._onFrame=t,this._trackProcessor=new MediaStreamTrackProcessor(e)}init(){return o(this,null,function*(){let e=this._sourceTrack.getSettings().width,t=this._sourceTrack.getSettings().height,i=this._trackProcessor.readable;c.debug(`WebCodecsEncoder started ${e}x${t}, codec ${this.isVP9()?"VP9":"VP8"}`),yield this._createWorker(`var exports=(()=>{var E=Object.defineProperty;var g=i=>E(i,"__esModule",{value:!0});var F=(i,l)=>{g(i);for(var r in l)E(i,r,{get:l[r],enumerable:!0})};var A={};F(A,{default:()=>h});var n=(r=>(r.VP9="vp09.00.50.08",r.VP8="vp8",r))(n||{}),d=(t=>(t.INIT="init",t.READY="ready",t.FRAME="frame",t.ERROR="error",t.DEBUG="debug",t.LOG_ERROR="log_error",t))(d||{});var h=()=>{let i=1e3,l,r,c,s,f,t,a=null,p=0,u=!1;function V(e){l=e.readable,r=l.getReader(),c=e.width,s=e.height,f=e.isVP9,t=e.framerate,m.configure({framerate:t,codec:f?n.VP9:n.VP8,width:c,height:s,latencyMode:"realtime"}),self.postMessage({type:d.READY})}function y(e){p=self.setTimeout(()=>{a&&b(a,e)},i),!u&&(u=!0,r.read().finally(()=>{u=!1,self.clearTimeout(p)}).then(({done:o,value:R})=>{if(a==null||a.close(),a=null,!(o||!R)){if(!m){r.releaseLock(),l.cancel();return}a=R,b(R,e)}}))}function b(e,o){(e.codedWidth!==c||e.codedHeight!==s)&&(c=e.codedWidth,s=e.codedHeight,m.configure({framerate:t,codec:f?n.VP9:n.VP8,width:c,height:s,latencyMode:"realtime"})),m.encode(e,{keyFrame:o})}let m=new VideoEncoder({output:e=>{let o;e.data?o=e.data:(o=new ArrayBuffer(e.byteLength),e.copyTo(o)),self.postMessage({type:d.FRAME,frameType:e.type,timestamp:e.timestamp,duration:e.duration,data:o},[o])},error:e=>{self.postMessage({type:d.FRAME,error:String(e)})}});self.onmessage=e=>{switch(e.data.type){case d.INIT:V(e.data);break;case d.FRAME:y(e.data.keyFrame);break}}};return A;})();
11
+ `,r=>{var a;r.error?this._onFrame(null,r.error):this._onFrame({type:r.frameType,timestamp:r.timestamp,duration:r.duration,data:r.data,byteLength:(a=r.data)==null?void 0:a.byteLength})},[],{readable:i,width:e,height:t,isVP9:this.isVP9(),framerate:d.screenFrameRate},[i])})}requestFrame(e=!1){this._sendToWorker(Ce.FRAME,{keyFrame:e})}isVP9(){return!0}destroy(){this._removeWorker(),c.debug("WebCodecsEncoder destroyed")}static isBrowserSupported(){return"VideoEncoder"in window&&"Worker"in window&&"EncodedVideoChunk"in window&&"MediaStreamTrackProcessor"in window}};var on=65536,qi=0,Tt=class{constructor(e,t){this._destroyed=!1;this._needKeyframe=!0;c.debug("ScreenCaptureSender started"),this.DATA_SIZE=d.consumerScreenDataChannelPacketSize-ai,this._datachannel=t;let i=(r,a)=>{if(!this._destroyed){if(!r){c.warn("requestFrame failed, keyFrame: "+this._needKeyframe,a),this._needKeyframe=!0,this._requestFrame();return}this._send(r).catch(s=>{c.warn("sendFrame failed",s),this._needKeyframe=!0}).finally(()=>this._requestFrame())}};It.isBrowserSupported()?this._encoder=new It(e,i):this._encoder=new Bt(e,i),this._datachannel.onmessage=r=>{sa(r.data)&&(c.debug(`[${this._datachannel.label}] Requested keyframe`),this._needKeyframe=!0)},this._encoder.init().then(()=>this._requestFrame()).catch(r=>c.warn("ScreenCaptureSender init failed",r))}_requestFrame(){this._destroyed||(this._encoder.requestFrame(this._needKeyframe),this._needKeyframe=!1)}_wrapHeader(e,t,i,r,a){let s=aa(e,t,i,r,qi,this._encoder.isVP9(),a);return qi=(qi+1)%on,s}_stopPacket(){return this._wrapHeader(Date.now(),!1,!1,!1,null)}_send(e){return o(this,null,function*(){return new Promise((t,i)=>{this._sendChunk(e,0,t,i)})})}_sendChunk(e,t,i,r){if(!this._datachannel||this._datachannel.readyState!=="open"){r();return}let a=e.data.slice(t,t+this.DATA_SIZE),s=e.data.byteLength<=t+a.byteLength,p=this._wrapHeader(e.timestamp,!t,s,e.type==="key",a);this._datachannel.onbufferedamountlow=s?()=>{this._datachannel.bufferedAmount<=this._datachannel.bufferedAmountLowThreshold&&i()}:null;try{this._datachannel.send(p)}catch(l){c.warn("Error send data to DataChannel",l),r();return}s||v.setImmediate(()=>this._sendChunk(e,t+this.DATA_SIZE,i,r))}destroy(){this._datachannel.onbufferedamountlow=null,this._datachannel.onmessage=null,this._datachannel.readyState==="open"&&this._datachannel.send(this._stopPacket()),this._destroyed=!0,this._encoder.destroy(),c.debug("ScreenCaptureSender destroyed")}static isBrowserSupported(){return It.isBrowserSupported()||Bt.isBrowserSupported()}};var te=class{static get sessionKey(){return te._sessionKey}static set sessionKey(e){te._sessionKey=e}static get sessionSecretKey(){return te._sessionSecretKey}static set sessionSecretKey(e){te._sessionSecretKey=e}static get accessToken(){return te._accessToken}static set accessToken(e){te._accessToken=e}static isEmpty(){return!te._sessionKey||!te._sessionSecretKey}};var S=class{static set(e){e.hasOwnProperty("voiceParams")&&(Object.assign(S._params.voiceParams,e.voiceParams),delete e.voiceParams),e.hasOwnProperty("specListenerParams")&&(Object.assign(S._params.specListenerParams,e.specListenerParams),delete e.specListenerParams),e.hasOwnProperty("unifiedPlanBrowsers")&&(Object.assign(S._params.unifiedPlanBrowsers,e.unifiedPlanBrowsers),delete e.unifiedPlanBrowsers),e.hasOwnProperty("apiAuth")&&(te.accessToken=e.apiAuth.accessToken,te.sessionKey=e.apiAuth.sessionKey,te.sessionSecretKey=e.apiAuth.sessionSecretKey),Object.assign(S._params,v.objectFilterOutValues(e,void 0))}static get(e){return S._params[e]}static get appName(){return"ok.calls.sdk.js"}static get appVersion(){return 1.1}static get sdkVersion(){return"2.6.2-beta.21"}static get debug(){return undefined}static get protocolVersion(){return S._params.joinFromMultipleDevices?6:5}static get platform(){return S._params.platform}static set platform(e){S._params.platform=e}static get clientType(){return S._params.clientType}static set clientType(e){S._params.clientType=e}static get externalUserType(){return S._params.externalUserType}static set externalUserType(e){S._params.externalUserType=e}static get device(){return S._params.device}static get apiKey(){return S._params.apiKey}static get apiEnv(){return S._params.apiEnv}static get apiEndpoint(){switch(S.apiEnv){case"AUTO":case"PROD":return"https://api.mycdn.me";case"PROD_OK":return"https://api.ok.ru";case"TEST":return"https://apitest.ok.ru/api";case"VIDEOTEST":return"https://videotestapi.ok.ru/api";default:return S._params.apiEnv}}static get authToken(){return S._params.authToken}static set authToken(e){S._params.authToken=e}static get anonymToken(){return S._params.anonymToken}static set anonymToken(e){S._params.anonymToken=e}static get domain(){return S._params.domain}static get externalDomain(){return S._params.externalDomain}static get iceServers(){return S._params.iceServers}static set iceServers(e){S._params.iceServers=e}static get wssBase(){return S._params.wssBase}static set wssBase(e){S._params.wssBase=e}static get wssToken(){return S._params.wssToken}static set wssToken(e){S._params.wssToken=e}static get signalingReconnectDelay(){return S._params.signalingReconnectDelay}static get signalingReconnectMaxDelay(){return S._params.signalingReconnectMaxDelay}static get signalingReconnectMaxCount(){return S._params.signalingReconnectMaxCount}static get waitConnectionDelay(){return S._params.waitConnectionDelay}static get waitResponseDelay(){return S._params.waitResponseDelay}static get waitMessageDelay(){return S._params.waitMessageDelay}static get waitAnotherTabDelay(){return S._params.waitAnotherTabDelay}static get debugLog(){return S._params.debugLog}static get forceRelayPolicy(){return S._params.forceRelayPolicy}static set forceRelayPolicy(e){S._params.forceRelayPolicy=e}static get videoMinWidth(){return S._params.videoMinWidth}static get videoMaxWidth(){return S._params.videoMaxWidth}static set videoMaxWidth(e){S._params.videoMaxWidth=e}static get videoMinHeight(){return S._params.videoMinHeight}static get videoMaxHeight(){return S._params.videoMaxHeight}static set videoMaxHeight(e){S._params.videoMaxHeight=e}static get videoAspectRatio(){return S._params.videoAspectRatio}static get videoFrameRate(){return S._params.videoFrameRate}static get videoFacingMode(){return S._params.videoFacingMode}static get screenFrameRate(){return S._params.screenFrameRate}static get videoEffects(){return S._params.videoEffects}static set videoEffects(e){S._params.videoEffects=e}static get videoEffectMaxWidth(){return S._params.videoEffectMaxWidth}static set videoEffectMaxWidth(e){S._params.videoEffectMaxWidth=e}static get videoEffectMaxHeight(){return S._params.videoEffectMaxHeight}static set videoEffectMaxHeight(e){S._params.videoEffectMaxHeight=e}static get voiceParams(){return S._params.voiceParams}static get specListenerParams(){return S._params.specListenerParams}static get iceRestartWaitTime(){return S._params.iceRestartWaitTime}static get transportConnectionWaitTime(){return S._params.transportConnectionWaitTime}static get statisticsInterval(){return S._params.statisticsInterval}static set statisticsInterval(e){S._params.statisticsInterval=e}static get networkStatisticsInterval(){return S._params.networkStatisticsInterval}static get perfStatReportEnabled(){return S._params.perfStatReportEnabled}static get callStatReportEnabled(){return S._params.callStatReportEnabled}static get producerNotificationDataChannel(){return S._params.producerNotificationDataChannel}static get producerCommandDataChannel(){return S._params.producerCommandDataChannel}static get consumerScreenDataChannel(){return S._params.consumerScreenDataChannel&&Tt.isBrowserSupported()}static get producerScreenDataChannel(){return S._params.producerScreenDataChannel&&S.producerNotificationDataChannel&&Et.isBrowserSupported()}static get consumerScreenDataChannelPacketSize(){return S._params.consumerScreenDataChannelPacketSize}static get screenShareWebmBuilder(){return S._params.screenShareWebmBuilder}static get noiseSuppression(){return S._params.noiseSuppression}static set noiseSuppression(e){S._params.noiseSuppression=e}static get preferH264(){return S._params.preferH264}static get preferVP9(){return S._params.preferVP9}static get audioNack(){return S._params.audioNack}static get consumerScreenTrack(){return S._params.consumerScreenTrack&&S.consumerScreenDataChannel}static get producerScreenTrack(){return S._params.producerScreenTrack}static isUnifiedPlanSupported(e,t){let i=S._params.unifiedPlanBrowsers;return i.hasOwnProperty(e)?t>=i[e]:!1}static get movieShare(){return S._params.movieShare&&S.videoTracksCount>0}static get videoTracksCount(){return S.producerNotificationDataChannel?S._params.videoTracksCount:0}static get breakVideoPayloadTypes(){return S._params.breakVideoPayloadTypes}static get filteredMessages(){return S._params.filteredMessages}static get useParticipantListChunk(){return S._params.useParticipantListChunk&&S._params.videoTracksCount>0}static get participantListChunkInitIndex(){var e;return(e=S._params.participantListChunkInitIndex)!=null?e:0}static get participantListChunkInitCount(){var e;return(e=S._params.participantListChunkInitCount)!=null?e:null}static get serverAudioRed(){return S._params.serverAudioRed&&P.canPreferRed()}static get p2pAudioRed(){return S._params.p2pAudioRed&&P.canPreferRed()}static get h264spsPpsIdrInKeyframe(){return S._params.h264spsPpsIdrInKeyframe}static get batchParticipantsOnStart(){return S._params.batchParticipantsOnStart}static get filterObservers(){return S._params.filterObservers}static get muteMode(){return S._params.muteMode}static get preserveAudioTracks(){return S._params.preserveAudioTracks}static get audioShareCapabilityEnabled(){return P.isAudioShareSupported()&&S._params.audioShareCapabilityEnabled}},d=S;d._params={platform:"WEB",clientType:"PORTAL",externalUserType:"",device:"browser",apiKey:"",authToken:"",anonymToken:"",apiEnv:"AUTO",domain:"",externalDomain:"",iceServers:[],wssBase:"",wssToken:"",signalingReconnectDelay:1e3,signalingReconnectMaxDelay:5e3,signalingReconnectMaxCount:20,waitConnectionDelay:1e4,waitResponseDelay:1e4,waitMessageDelay:15e3,waitAnotherTabDelay:200,debugLog:!1,forceRelayPolicy:!1,videoMinWidth:428,videoMinHeight:240,videoMaxWidth:1280,videoMaxHeight:720,videoAspectRatio:16/9,videoFrameRate:25,screenFrameRate:15,videoEffects:null,videoEffectMaxWidth:640,videoEffectMaxHeight:360,iceRestartWaitTime:2e4,transportConnectionWaitTime:5e3,statisticsInterval:5e3,networkStatisticsInterval:2e4,perfStatReportEnabled:!0,callStatReportEnabled:!1,voiceParams:{smoothing:.8,minFreq:200,maxFreq:5e3,interval:500,threshold:.35,speakerLevelMultiplier:1.8},specListenerParams:{connectionTimeout:1e4,volumeTimeout:1e4},unifiedPlanBrowsers:{Firefox:10,Chrome:76,Safari:12},producerNotificationDataChannel:!0,producerCommandDataChannel:!0,consumerScreenDataChannel:!0,producerScreenDataChannel:!0,consumerScreenDataChannelPacketSize:16*1024,screenShareWebmBuilder:!1,noiseSuppression:!0,preferH264:!1,preferVP9:!0,audioNack:!0,consumerScreenTrack:!0,producerScreenTrack:!0,videoTracksCount:0,movieShare:!1,filteredMessages:!0,useParticipantListChunk:!1,participantListChunkInitIndex:0,participantListChunkInitCount:null,serverAudioRed:!1,p2pAudioRed:!1,h264spsPpsIdrInKeyframe:!1,breakVideoPayloadTypes:!1,batchParticipantsOnStart:!0,joinFromMultipleDevices:!0,filterObservers:!1,muteMode:!1,preserveAudioTracks:!1,audioShareCapabilityEnabled:!1};var Y=(l=>(l.WAITING_HALL="WAITING_HALL",l.WAITING="WAITING",l.CONNECTING="CONNECTING",l.CONNECTED="CONNECTED",l.RECONNECT="RECONNECT",l.ERROR="ERROR",l.HANGUP="HANGUP",l.PERMISSIONS="PERMISSIONS",l))(Y||{});function j(n,...e){let t=d.get(n);t&&setTimeout(t,0,...e)}function oe(n,e,...t){if(d.filterObservers){if(Array.isArray(e)){if(e=e.filter(i=>!i.observer),!e.length)return}else if(e.observer)return}j(n,e,...t)}function Pe(n){return Object.assign({},n)}function at(n){return n.slice()}var $i;(cs=>{function n(_,b){j("onLocalStream",_,Pe(b))}cs.onLocalStream=n;function e(_,b){j("onScreenStream",_,Pe(b))}cs.onScreenStream=e;function t(_,b){j("onLocalStreamUpdate",Pe(_),b)}cs.onLocalStreamUpdate=t;function i(_){j("onLocalStatus",_)}cs.onLocalStatus=i;function r(_,b){oe("onRemoteStream",_,b)}cs.onRemoteStream=r;function a(_,b){oe("onRemoteLive",_,b)}cs.onRemoteLive=a;function s(_,b){oe("onLocalLive",_,b)}cs.onLocalLive=s;function p(_,b){oe("onRemoteLiveUpdate",_,b)}cs.onRemoteLiveUpdate=p;function l(_,b){oe("onLocalLiveUpdate",_,b)}cs.onLocalLiveUpdate=l;function u(_,b){oe("onRemoteScreenStream",_,b)}cs.onRemoteScreenStream=u;function R(_,b,ee,bt){oe("onConversation",_,Pe(b),Pe(ee),bt)}cs.onConversation=R;function C(_){_&&j("onConversationParticipantListChunk",_)}cs.onConversationParticipantListChunk=C;function O(_,b,ee){oe("onRemoteMediaSettings",_,Pe(b),ee)}cs.onRemoteMediaSettings=O;function x(_,b){oe("onLocalMediaSettings",_,Pe(b))}cs.onLocalMediaSettings=x;function H(_,b){oe("onRemoteSharedMovieInfo",_,Pe(b))}cs.onRemoteSharedMovieInfo=H;function re(_,b){oe("onRemoteSharedMovieStoppedInfo",_,Pe(b))}cs.onRemoteSharedMovieStoppedInfo=re;function Se(_,b){oe("onLocalSharedMovieInfo",_,Pe(b))}cs.onLocalSharedMovieInfo=Se;function ue(_,b){oe("onLocalSharedMovieStoppedInfo",_,Pe(b))}cs.onLocalSharedMovieStoppedInfo=ue;function Ke(_,b){oe("onParticipantAdded",_,b)}cs.onParticipantAdded=Ke;function ce(_,b){oe("onParticipantJoined",_,b)}cs.onParticipantJoined=ce;function be(_,b,ee){oe("onRemoteParticipantState",_,Pe(b),ee)}cs.onRemoteParticipantState=be;function Me(_,b,ee=null){oe("onRemoteStatus",_,b,ee)}cs.onRemoteStatus=Me;function ze(_,b,ee=null){oe("onParticipantStatus",_,b,ee)}cs.onParticipantStatus=ze;function or(){j("onPermissionsRequested")}cs.onPermissionsRequested=or;function Q(_){j("onPermissionsError",_)}cs.onPermissionsError=Q;function cr(_,b){oe("onRemoteRemoved",_,b)}cs.onRemoteRemoved=cr;function dr(_,b,ee){j("onCallState",_,b,Pe(ee))}cs.onCallState=dr;function pr(_,b){j("onDeviceSwitched",_,b)}cs.onDeviceSwitched=pr;function q(_,b,ee,bt=!1,Ei=!1,Ii=null,Da=null,Aa,lr){let ka=lr?at(lr):void 0;j("onMuteStates",Pe(_),at(b),at(ee),bt,Ei,Ii,Da,Aa,ka)}cs.onMuteStates=q;function Si(_,b){oe("onRolesChanged",_,at(b))}cs.onRolesChanged=Si;function vi(_){j("onLocalRolesChanged",at(_))}cs.onLocalRolesChanged=vi;function g(_,b,ee){oe("onPinnedParticipant",_,b,ee)}cs.onPinnedParticipant=g;function I(_){j("onLocalPin",_)}cs.onLocalPin=I;function y(_){j("onOptionsChanged",at(_))}cs.onOptionsChanged=y;function D(){j("onCallAccepted")}cs.onCallAccepted=D;function h(){j("onRateNeeded")}cs.onRateNeeded=h;function w(_){oe("onSpeakerChanged",_)}cs.onSpeakerChanged=w;function $(_){j("onVolumesDetected",at(_))}cs.onVolumesDetected=$;function M(_,b){j("onLocalVolume",_,b)}cs.onLocalVolume=M;function ge(_,b){j("onJoinStatus",_,b)}cs.onJoinStatus=ge;function he(_,b){j("onHangup",_,b)}cs.onHangup=he;function Fe(_){j("onMultipartyChatCreated",Pe(_))}cs.onMultipartyChatCreated=Fe;function we(){j("onDeviceChange")}cs.onDeviceChange=we;function L(_){j("onFingerprintChange",_)}cs.onFingerprintChange=L;function xe(){j("onTokenExpired")}cs.onTokenExpired=xe;function He(_,b,ee=!1){j("onChatMessage",_,b,ee)}cs.onChatMessage=He;function Le(_,b,ee=!1){j("onCustomData",_,b,ee)}cs.onCustomData=Le;function Rt(_,b,ee,bt,Ei,Ii){j("onRecordStarted",_,b,ee,bt,Ei,Ii)}cs.onRecordStarted=Rt;function lt(){j("onRecordStopped")}cs.onRecordStopped=lt;function K(_){j("onLocalNetworkStatusChanged",_)}cs.onLocalNetworkStatusChanged=K;function _e(_){j("onNetworkStatusChanged",_)}cs.onNetworkStatusChanged=_e;function Ie(_,...b){j("onDebugMessage",_,...b)}cs.onDebugMessage=Ie;function z(_,b){let ee=Object.assign({},_,{memory:b});j("onStatistics",ee)}cs.onStatistics=z;function J(){j("onAutoplayError")}cs.onAutoplayError=J;function ae(_,b,ee){j("onChatRoomUpdated",_,b,ee)}cs.onChatRoomUpdated=ae;function qe(_){j("onRemoteMixedAudioStream",_)}cs.onRemoteMixedAudioStream=qe;function ns(_){j("onJoinLinkChanged",_)}cs.onJoinLinkChanged=ns;function ss(_){j("onFeedback",_)}cs.onFeedback=ss;function os(_){j("onFeaturesPerRoleChanged",_)}cs.onFeaturesPerRoleChanged=os})($i||($i={}));var f=$i;var ca=(r=>(r.DEBUG="DEBUG",r.LOG="LOG",r.WARN="WARN",r.ERROR="ERROR",r))(ca||{}),Ji;(ce=>{let n="📞",e=(be,...Me)=>{f.onDebugMessage(be,...Me)},t=!1,i=(be,Me)=>(...ze)=>{be(...ze),Gr(Me,ze)},r=console.debug.bind(console,n),a=console.log.bind(console,n),s=console.warn.bind(console,n),p=console.error.bind(console,n),l=e.bind(null,"DEBUG"),u=e.bind(null,"LOG"),R=e.bind(null,"WARN"),C=e.bind(null,"ERROR");ce.debug=l,ce.log=u,ce.warn=R,ce.error=C;function Se(){return t}ce.enabled=Se;function ue(be){t=be,d.debugLog&&Di(),be?(ce.debug=d.debugLog?i(r,"DEBUG"):r,ce.log=d.debugLog?i(a,"LOG"):a,ce.warn=d.debugLog?i(s,"WARN"):s,ce.error=d.debugLog?i(p,"ERROR"):p):(ce.debug=d.debugLog?i(l,"DEBUG"):l,ce.log=d.debugLog?i(u,"LOG"):u,ce.warn=d.debugLog?i(R,"WARN"):R,ce.error=d.debugLog?i(C,"ERROR"):C)}ce.toggle=ue;function Ke(be,...Me){switch(be){case"DEBUG":ce.debug(...Me);break;case"LOG":ce.log(...Me);break;case"WARN":ce.warn(...Me);break;case"ERROR":ce.error(...Me);break}}ce.send=Ke})(Ji||(Ji={}));var c=Ji;var Ct=(i=>(i.USER="USER",i.ANONYM="ANONYM",i.GROUP="GROUP",i))(Ct||{}),Ee;(p=>{function n(l){return l.length?typeof l[0]=="object"?l:l.map(u=>e(u)):[]}p.fromIds=n;function e(l,u="USER"){return{id:l,type:u}}p.fromId=e;function t(l){return{id:l.id,type:l.type==="ANONYM"?"ANONYM":"USER"}}p.fromSignaling=t;function i(l){return`{"id":"${l.id}","type":"${l.type}"}`}p.toString=i;function r(l,u="USER"){return i(e(l,u))}p.fromIdToString=r;function a(l){try{return JSON.parse(l)}catch(u){throw new Error(`Failed to parse ExternalId from string '${l}'`)}}p.fromString=a;function s(l,u){return l.id===u.id&&l.type===u.type}p.compare=s})(Ee||(Ee={}));var fe;(r=>{function n(a,s="USER",p=0){return{id:a,type:s,deviceIdx:p}}r.fromId=n;function e(a){return`{"id":"${a.id}","type":"${a.type}","deviceIdx":"${a.deviceIdx}"}`}r.toString=e;function t(a,s){return Object.assign({deviceIdx:s},Ee.fromSignaling(a))}r.fromSignaling=t;function i(a){return a&&typeof a=="object"?a.deviceIdx:0}r.getDeviceIdx=i})(fe||(fe={}));var cn="kf";function Vt(n){return n.stopStream}function Yi(n){return n.keyFrameRequested}function da(n){if(Vt(n))return"ss";if(Yi(n))return cn;let e="";return n.priority!==void 0&&(e+="p="+n.priority),n.width!==void 0&&n.height!==void 0&&(e!==""&&(e+=":"),e+="sz="+Math.round(n.width)+"x"+Math.round(n.height)),n.fit!==void 0&&(e!==""&&(e+=":"),e+="fit="+n.fit),e}var Re=(a=>(a.CAMERA="CAMERA",a.SCREEN="SCREEN",a.STREAM="STREAM",a.MOVIE="MOVIE",a.AUDIOSHARE="AUDIOSHARE",a))(Re||{}),pa="s",la="m";function We(n){return n.participantId+(n.mediaType?gt+pa+n.mediaType:"")+(n.streamName?gt+la+n.streamName:"")}function Ft(n){let e=n.split(gt),t=e.shift();if(!t)throw new Error("Illegal stream description: "+n);let i=null,r,a=0;for(let p of e)switch(p.charAt(0)){case pa:i=dn(p.slice(1));break;case la:r=p.slice(1);break;case Jt:a=Number.parseInt(p.slice(1),10);break;default:throw new Error("Unexpected parameter type "+p.charAt(0)+" in stream description "+n)}return{participantId:v.compose(t,a),mediaType:i,streamName:r}}function dn(n){for(let e of Object.keys(Re))if(e===n)return Re[e];return null}function zi(n,e){return n===null||e===null?n===null&&e===null:!(n.maxDimension!==e.maxDimension||n.maxBitrateK!==e.maxBitrateK||n.maxFramerate!==e.maxFramerate||n.degradationPreference!==e.degradationPreference)}function si(n,e){return!(!zi(n.camera,e.camera)||!zi(n.screenSharing,e.screenSharing))}function Qi(n,e){return{camera:Object.assign({},n.camera,e.camera),screenSharing:Object.assign({},n.screenSharing,e.screenSharing)}}function ua(n){try{return btoa(JSON.stringify(n))}catch(e){c.warn("WaitingParticipant: failed convert to string",n,e)}return null}function ma(n){try{return JSON.parse(atob(n))}catch(e){c.warn("WaitingParticipant: failed convert from string",n,e)}return null}var yt=(n,e)=>v.objectReduce(n,(t,i,r)=>(i===e&&t.push(r),t),[]);var Ht=class{constructor(e){this._fixNoPacketsApplied=!1;this._fixNoPacketsChecked=!1;this._fixTooManyPacketsApplied=!1;this._fixTooManyPacketsSucceeded=!1;this._fixTooManyPacketsFailed=!1;this._mediaSource=e}_fixAudioDeviceNoPackets(e){if(!(this._fixNoPacketsApplied&&this._fixNoPacketsChecked)){if(this._fixNoPacketsApplied&&!this._fixNoPacketsChecked){this._fixNoPacketsChecked=!0,m.log(E.ERROR,`audio_device_recover_${e.bandwidth?"success":"fail"}`);return}!this._fixNoPacketsApplied&&!e.bandwidth&&(this._fixNoPacketsApplied=!0,m.log(E.ERROR,"audio_device_recover"),this._mediaSource.toggleAudio(!0))}}_fixAudioDeviceTooManyPackets(e){if(this._fixTooManyPacketsSucceeded||this._fixTooManyPacketsFailed)return;let t=75,i=Date.now();if(!this._lastPacketsSentTime)e.packetsSent>0&&(this._lastPacketsSentTime=i,this._lastPacketsSent=e.packetsSent);else if(i-this._lastPacketsSentTime>500){let r=(e.packetsSent-this._lastPacketsSent)*1e3/(i-this._lastPacketsSentTime);this._lastPacketsSentTime=i,this._lastPacketsSent=e.packetsSent,this._fixTooManyPacketsApplied?r>t?(c.log("Failed to fix RV"),m.log(E.ERROR,"audio_device_recover_rv_fail"),this._fixTooManyPacketsFailed=!0):i-this._fixTooManyPacketsTime>6e4&&(c.log("Fixed RV"),m.log(E.ERROR,"audio_device_recover_rv_success"),this._fixTooManyPacketsSucceeded=!0):r>t&&(this._fixTooManyPacketsApplied=!0,c.log("Trying to fix RV"),this._mediaSource.toggleAudio(!0),this._fixTooManyPacketsTime=i)}}fix(e){if(!this._mediaSource)return;let t=e.find(i=>i.kind===pe.audio);!t||(this._fixAudioDeviceNoPackets(t),this._fixAudioDeviceTooManyPackets(t))}};var oi=class{constructor(){this._output=null;this._volume=1;this._features={setSinkId:!!Audio.prototype.setSinkId}}add(e){this.destroy(),this._output={},this._output.audioTrack=e,this._initAudioElement()}remove(e){!this._output||this._output.audioTrack!==e||this.destroy()}get volume(){return this._volume}set volume(e){this._volume=Math.max(0,Math.min(1,e)),this._output&&this._output.audioElement&&(this._output.audioElement.volume=this._volume)}_initAudioElement(){var s;if(d.muteMode||!((s=this._output)==null?void 0:s.audioTrack))return;let e=P.browserName()!=="Safari"||P.isMobile(),t=document.createElement(e?"audio":"video");t.muted=!1,t.volume=this._volume,t.preload="auto";let i=()=>{c.warn("Error on play audio"),f.onAutoplayError()},r=p=>{t.srcObject=new MediaStream([p]),t.load();let l=t.play();l?l.catch(i):i()},a=()=>{var l;c.debug("Recover audio playback");let p=(l=this._output)==null?void 0:l.audioTrack;p?r(p):c.warn("Broken audio track")};t.onpause=a,t.onstalled=a,t.onerror=a,r(this._output.audioTrack),this._output.audioElement=t}_stopAudioElement(){var e,t,i;((e=this._output)==null?void 0:e.audioElement)&&(this._output.audioElement.pause(),this._output.audioElement.srcObject=null),(i=(t=this._output)==null?void 0:t.audioTrack)==null||i.stop()}destroy(){!this._output||(this._stopAudioElement(),this._output=null)}changeOutput(){return o(this,null,function*(){var e,t,i;try{if(!this._features.setSinkId)throw new Error('Feature "setSinkId" is not supported');if(!((e=this._output)==null?void 0:e.audioElement))throw new Error("Audio Element is not initialized");let r=P.getSavedOutput();r&&(yield(i=(t=this._output.audioElement).setSinkId)==null?void 0:i.call(t,r.deviceId))}catch(r){throw m.log(E.ERROR,"change_output"),c.error("Output change failed",r),r}})}};var pn=90,ln=3,ci=class extends Z{constructor(){super(...arguments);this._lastMemoryStat={percent:0,bytes:0}}onRemoteDataStats(e,t){this._calcMemory(),e.inbound.rtps.map(i=>{let r=typeof i.userId=="string"&&t[i.userId]||null;i.userId=r==null?void 0:r.externalId}),f.onStatistics(e,this._lastMemoryStat)}_calcMemory(){var r;let e=(r=window==null?void 0:window.performance)==null?void 0:r.memory;if(!e||!e.usedJSHeapSize||!e.jsHeapSizeLimit)return;let t=Number((100*e.usedJSHeapSize/e.jsHeapSizeLimit).toFixed(2)),i=Number((e.usedJSHeapSize/1024/1024).toFixed(1));t>pn?c.warn(`High memory usage: ${t}% (${i} MiB)`):(!this._lastMemoryStat.percent||Math.abs(t-this._lastMemoryStat.percent)>=ln)&&(c.debug(`Memory usage: ${t}% (${i} MiB)`),this._lastMemoryStat.percent=t,this._lastMemoryStat.bytes=e.usedJSHeapSize)}};var un=44100,Gt=class{constructor(e,t){this._analyser=null;this._gainNode=null;this._fftBins=null;this._mediaStreamSource=null;this._lastSmoothedLevel=0;this._trackId=e,this._stream=t;try{let i=P.getAudioContext();this._gainNode=i.createGain(),this._gainNode.gain.value=1e-5,this._gainNode.connect(i.destination),this._analyser=i.createAnalyser(),this._analyser.fftSize=1024,this._analyser.smoothingTimeConstant=0,this._analyser.connect(this._gainNode),this._fftBins=new Uint8Array(this._analyser.frequencyBinCount),this._mediaStreamSource=i.createMediaStreamSource(t),this._mediaStreamSource.connect(this._analyser)}catch(i){}}get stream(){return this._stream}get trackId(){return this._trackId}_getBins(){if(!this._fftBins||!this._analyser)return new Uint8Array;this._analyser.getByteFrequencyData(this._fftBins);let e=un/this._fftBins.length,t=Math.ceil(d.voiceParams.minFreq/e),i=Math.floor(d.voiceParams.maxFreq/e);return this._fftBins.subarray(t,i)}getLevel(){let e=this._getBins(),i=e.reduce((a,s)=>a+s,0)/e.length/255,r=this._lastSmoothedLevel*d.voiceParams.smoothing+i*(1-d.voiceParams.smoothing);return this._lastSmoothedLevel=r,{real:i,smoothed:r}}destroy(){this._mediaStreamSource&&(this._mediaStreamSource.disconnect(),this._mediaStreamSource=null),this._gainNode&&(this._gainNode.disconnect(),this._gainNode=null),this._analyser&&(this._analyser.disconnect(),this._analyser=null,this._fftBins=null,this._lastSmoothedLevel=0)}};var di=class extends Z{constructor(e){super();this._detector=null;this._track=null;this._interval=null;let t=()=>{this._detector&&f.onLocalVolume(this._detector.getLevel().real,e.getMediaSettings().isAudioEnabled),this._interval=window.setTimeout(t,d.voiceParams.interval)};this._interval=window.setTimeout(t,d.voiceParams.interval);let i=()=>{let r=e.getStream();r&&this.init(r)};this.subscribe(e,De.SOURCE_CHANGED,r=>{r.kind===pe.audio&&r.mediaSettings.isAudioEnabled&&i()}),i()}init(e){this._stopDetector();let t=e.getAudioTracks();t.length&&(this._track=t[0].clone(),this._detector=new Gt("local",new MediaStream([this._track])))}_stopDetector(){this._detector&&(this._detector.destroy(),this._detector=null),this._track&&(this._track.stop(),this._track=null)}destroy(){this.unsubscribe(),this._interval&&(window.clearTimeout(this._interval),this._interval=null),this._stopDetector()}};var ha="videochat-epi",mn=5e3,hn=3e4,nt=class extends Z{constructor(e,t,i=!1){super();this._previousTimestamp=0;this._previousCallStatReportTimestamp=0;this._previousCallStatReport={nack_sent:0,nack_received:0,pli_sent:0,pli_received:0,fir_sent:0,fir_received:0,frames_dropped:0,jitter_video:0,jitter_audio:0,interframe_delay_variance:0,total_audio_samples_received:0,concealed_audio_samples:0,inserted_audio_samples_for_deceleration:0,removed_audio_samples_for_acceleration:0,silent_concealed_audio_samples:0,audio_concealment_events:0,total_audio_energy:0};this._signaling=t,this._directTopology=i,this.subscribe(e,F.REMOTE_DATA_STATS,this._handleStats.bind(this))}destroy(){this.unsubscribe()}static getEstimatedPerformanceIndex(){try{let e=parseInt(localStorage.getItem(ha)||"",10);return isNaN(e)?0:e}catch(e){return 0}}_handleStats(e){return o(this,null,function*(){if(!e.inbound||!e.inbound.rtps)return;let t=Date.now();!this._directTopology&&d.perfStatReportEnabled&&this._previousTimestamp+mn<=t&&(yield this.reportPerfStats(e),this._previousTimestamp=t),d.callStatReportEnabled&&this._previousCallStatReportTimestamp+hn<=t&&(this._reportCallStats(e),this._previousCallStatReportTimestamp=t)})}reportPerfStats(e){return o(this,null,function*(){let t=e.inbound.rtps.reduce((i,r)=>(r.kind==="video"&&(i.framesDecoded+=r.framesDecoded||0,i.framesReceived+=r.framesReceived||0),i),{framesDecoded:0,framesReceived:0});if(t.framesDecoded)try{let i=yield this._signaling.reportPerfStat(t);localStorage.setItem(ha,i.estimatedPerformanceIndex)}catch(i){}})}_reportCallStats(e){let t={nack_received:0,pli_received:0,fir_received:0,frames_dropped:0,jitter_video:0,jitter_audio:0,interframe_delay_variance:0,nack_sent:0,pli_sent:0,fir_sent:0,total_audio_samples_received:0,concealed_audio_samples:0,silent_concealed_audio_samples:0,inserted_audio_samples_for_deceleration:0,removed_audio_samples_for_acceleration:0,audio_concealment_events:0,total_audio_energy:0,inbound_video_count:0,inbound_audio_count:0};e.inbound.rtps.reduce((r,a)=>(a.kind==="video"?(a.framesReceived&&(r.jitter_video=r.jitter_video*r.inbound_video_count/(r.inbound_video_count+1)+a.jitter*1e3/(r.inbound_video_count+1),r.interframe_delay_variance=r.interframe_delay_variance*r.inbound_video_count/(r.inbound_video_count+1)+a.interframeDelayVariance*1e6/(r.inbound_video_count+1),r.inbound_video_count++),r.frames_dropped+=a.framesDropped,r.nack_sent+=a.nackCount,r.pli_sent+=a.pliCount,r.fir_sent+=a.firCount):(a.totalSamplesReceived&&(r.jitter_audio=r.jitter_audio*r.inbound_audio_count/(r.inbound_audio_count+1)+a.jitter*1e3/(r.inbound_audio_count+1),r.total_audio_energy=r.total_audio_energy*r.inbound_audio_count/(r.inbound_audio_count+1)+a.totalAudioEnergy/(r.inbound_audio_count+1),r.inbound_audio_count++),r.total_audio_samples_received+=a.totalSamplesReceived,r.inserted_audio_samples_for_deceleration+=a.insertedSamplesForDeceleration,r.removed_audio_samples_for_acceleration+=a.removedSamplesForAcceleration,r.concealed_audio_samples+=a.concealedSamples,r.silent_concealed_audio_samples+=a.silentConcealedSamples,r.audio_concealment_events+=a.concealmentEvents),r),t),e.outbound.rtps.reduce((r,a)=>(a.kind==="video"&&(r.nack_received+=a.nackCount,r.pli_received+=a.pliCount,r.fir_received+=a.firCount),r),t);let i={call_topology:this._directTopology?"D":"S",nack_sent:t.nack_sent-this._previousCallStatReport.nack_sent,nack_received:t.nack_received-this._previousCallStatReport.nack_received,pli_sent:t.pli_sent-this._previousCallStatReport.pli_sent,pli_received:t.pli_received-this._previousCallStatReport.pli_received,fir_sent:t.fir_sent-this._previousCallStatReport.fir_sent,fir_received:t.fir_received-this._previousCallStatReport.fir_received,frames_dropped:t.frames_dropped-this._previousCallStatReport.frames_dropped};if(t.jitter_video&&(i.jitter_video=t.jitter_video),t.jitter_audio&&(i.jitter_audio=t.jitter_audio),t.interframe_delay_variance&&(i.interframe_delay_variance=t.interframe_delay_variance),t.total_audio_samples_received){let r=t.total_audio_samples_received-this._previousCallStatReport.total_audio_samples_received,a=t.inserted_audio_samples_for_deceleration-this._previousCallStatReport.inserted_audio_samples_for_deceleration,s=t.removed_audio_samples_for_acceleration-this._previousCallStatReport.removed_audio_samples_for_acceleration,p=t.concealed_audio_samples-this._previousCallStatReport.concealed_audio_samples,l=t.silent_concealed_audio_samples-this._previousCallStatReport.silent_concealed_audio_samples,u=t.audio_concealment_events-this._previousCallStatReport.audio_concealment_events;i.inserted_audio_samples_for_deceleration=a/r*1e3,i.removed_audio_samples_for_acceleration=s/r*1e3,i.concealed_audio_samples=p/r*1e3,i.concealed_silent_audio_samples=l/r*1e3,i.concealment_audio_avg_size=p/u,i.total_audio_energy=t.total_audio_energy}m.logCustom("callStat",i),c.log("Sent call stats",i),this._previousCallStatReport=t}};var _n=1e3;function me(n,e,t=0){return e in n&&n[e]?n[e]:t}function _a(...n){return e=>{for(let t of n)if(t(e))return!0;return!1}}function Ze(n,e){return t=>t[n]===e}function gn(n){return(e,t)=>e[n]-t[n]}function pi(n,e){return e.reduce((t,i)=>(t[i[n]]=i,t),{})}function fn(n){let e={},t=[];for(let i of n)e[i.id]||(e[i.id]=!0,t.push(i));return t}function Sn(n){return n!==null&&typeof n=="object"&&!Array.isArray(n)}function Xi(n){return Object.keys(n).filter(e=>n[e]!==void 0).map(e=>[e,n[e]]).reduce((e,t)=>(e[t[0]]=Sn(t[1])?Xi(t[1]):t[1],e),{})}function vn(n){let e=[];for(let t of n)t.forEach(i=>e.push(i));return e}function En(n){return o(this,null,function*(){let e=[];return RTCRtpReceiver.prototype.getStats?(e.push(...n.getReceivers().map(t=>t.getStats())),e.push(...n.getSenders().map(t=>t.getStats()))):e.push(n.getStats()),Promise.all(e).then(vn).then(fn)})}function In(n){let e=n.filter(Ze("type","candidate-pair")).sort(gn("priority")).find(_a(Ze("nominated",!0),Ze("selected",!0)));if(!e)return{totalRoundTripTime:0,currentRoundTripTime:0,bytesSent:0,bytesReceived:0};let t={totalRoundTripTime:e.totalRoundTripTime||0,currentRoundTripTime:e.currentRoundTripTime||0,bytesSent:e.bytesSent,bytesReceived:e.bytesReceived},i=n.find(Ze("id",e.remoteCandidateId));i&&(t=Object.assign({},t,{remote:{type:i.candidateType,address:i.ip||i.address,port:i.port,protocol:i.protocol}}));let r=n.find(Ze("id",e.localCandidateId));return r&&(t=Object.assign({},t,{local:{type:r.candidateType,address:r.ip||r.address,port:r.port,protocol:r.protocol,relayProtocol:r.relayProtocol,networkType:r.networkType}})),Xi(t)}function Tn(n,e){let t=pi("id",n),i=n.filter(_a(Ze("type","inbound-rtp"),Ze("type","outbound-rtp")));P.browserName()==="Firefox"&&(i=Object.values(i.reduce((a,s)=>{if(!a[s.ssrc])a[s.ssrc]=s;else{let p=Object.assign({},a[s.ssrc],s),l=a[s.ssrc].isRemote?s:a[s.ssrc];p.id=l.id,p.type=l.type,delete p.isRemote,delete p.remoteId,a[p.ssrc]=p}return a},{})));let r={};if(P.browserName()==="Safari"){let a=n.filter(Ze("type","track"));r=pi("trackIdentifier",a)}return i.map(a=>{let s=Number(a.ssrc),p=a.mediaType||a.kind,l=a.trackId,u=a.type,R=a.codecId;if(P.browserName()==="Safari"){let O=/^.+_([\d]+)$/.exec(a.id);if(O&&(s=parseInt(O[1],10)),p=a.id.indexOf("Audio")>0?"audio":"video",e[s]){let x=p+"-"+e[s];r[x]&&(l=r[x].id)}}if(!u||!s||!p)return null;let C={ssrc:s,type:u,kind:p,bytesReceived:me(a,"bytesReceived"),bytesSent:me(a,"bytesSent"),jitter:me(a,"jitter"),packetsLost:me(a,"packetsLost"),packetsReceived:me(a,"packetsReceived"),packetsSent:me(a,"packetsSent"),fractionLost:me(a,"fractionLost"),pliCount:me(a,"pliCount"),firCount:me(a,"firCount"),nackCount:me(a,"nackCount"),userId:e[s]};if(p==="video"){let O=me(a,"framesDecoded"),x=me(a,"totalInterFrameDelay"),H=me(a,"totalSquaredInterFrameDelay");C.interframeDelayVariance=(H-x*x/O)/O}if(p==="audio"&&(C.totalSamplesReceived=me(a,"totalSamplesReceived"),C.concealedSamples=me(a,"concealedSamples"),C.insertedSamplesForDeceleration=me(a,"insertedSamplesForDeceleration"),C.removedSamplesForAcceleration=me(a,"removedSamplesForAcceleration"),C.silentConcealedSamples=me(a,"silentConcealedSamples"),C.concealmentEvents=me(a,"concealmentEvents"),C.totalAudioEnergy=me(a,"totalAudioEnergy")),R&&t[R]){let O=t[R];C.clockRate=O.clockRate,C.mimeType=O.mimeType}if(l&&t[l]){let O=t[l];C.frameHeight=O.frameHeight,C.frameWidth=O.frameWidth,C.framesDecoded=O.framesDecoded,C.framesReceived=O.framesReceived,C.framesDropped=O.framesDropped}return Xi(C)}).filter(a=>!!a)}function Cn(n,e){if(!e||!e.rtps||!n.rtps)return n;let t=pi("ssrc",n.rtps),i=pi("ssrc",e.rtps),r=(n.timestamp-e.timestamp)/1e3;return!t||!i||Object.keys(t).forEach(a=>{let s=t[a],p=i[a];if(!(!s||!p)){if(s.bytesReceived&&s.bytesReceived>p.bytesReceived&&(s.bandwidth=Math.round((s.bytesReceived-p.bytesReceived)/r)),s.bytesSent&&s.bytesSent>p.bytesSent&&(s.bandwidth=Math.round((s.bytesSent-p.bytesSent)/r)),s.packetsReceived)if(s.packetsReceived>p.packetsReceived||s.packetsLost>p.packetsLost){let l=s.packetsLost-p.packetsLost,u=s.packetsReceived-p.packetsReceived;s.packetLoss=parseFloat((100*l/(l+u)).toFixed(2))}else s.packetLoss=0;s.framesDropped&&p.framesDropped&&s.framesDropped>p.framesDropped&&(s.framesDroppedDelta=parseFloat(((s.framesDropped-p.framesDropped)/r).toFixed(0)))}}),n}function Wt(i,r){return o(this,arguments,function*(n,e,t={}){let a=yield En(n),s={timestamp:Date.now(),transport:In(a),rtps:Tn(a,t)};return e?Cn(s,e):(yield v.delay(_n),Wt(n,s,t))})}var li=.8,st=class extends Z{constructor(e,t,i,r,a){super();this._remoteSDP={};this._remoteCandidates={};this._state=B.IDLE;this._isOpen=!1;this._remotePeerId=null;this._statInterval=null;this._settingsInterval=null;this._failedOnCreate=null;this._remoteStream=null;this._iceRestartTimeout=null;this._reconnectionTimeout=null;this._reconnectionPrevented=!1;this._fingerprint=null;this._neverConnected=!0;this._prevConsumerSettings={};this._lastNetworkStat={rtt:0,loss:0,date:0};this._remoteNetworkStat={rtt:0,loss:0};this._networkLimits={badNet:{loss:3,rtt:1e3},goodNet:{loss:.5,rtt:600}};if(this._signaling=i,this._mediaSource=r,this._participantId=e,this._isMaster=t,this._serverSettings=a,this._perfStatReporter=new nt(this,i,!0),this.subscribe(this._signaling,Te.NOTIFICATION,this._onSignalingNotification.bind(this)),this.subscribe(this._mediaSource,De.TRACK_REPLACED,this._onReplacedTrack.bind(this)),this.subscribe(this._mediaSource,De.SOURCE_CHANGED,this._applySettings.bind(this)),this._pc=new RTCPeerConnection({iceServers:d.iceServers,iceTransportPolicy:d.forceRelayPolicy?"relay":"all"},{optional:[{googSuspendBelowMinBitrate:!1}]}),this._pc.onicecandidate=this._handleIceCandidate.bind(this),this._pc.ontrack=this._onAddTrack.bind(this),this._pc.oniceconnectionstatechange=this._onIceConnectionStateChange.bind(this),this._pc.onconnectionstatechange=this._onConnectionStateChange.bind(this),this._pc.onsignalingstatechange=this._onSignalingStateChange.bind(this),this._prevConsumerSettings={},this._isMaster){try{this._mediaSource.addTrackToPeerConnection(this._pc,!1,!0,d.p2pAudioRed),this._applySettings()}catch(s){m.log(E.ERROR,"addTrack-direct"),c.error("Unable to add media source tracks",s,{participantId:this._participantId}),this._failedOnCreate=s;return}this._createOffer(!1).catch(s=>{this._state===B.IDLE?this._failedOnCreate=s:this.close(s)})}this._startSettingsInterval(),this._startStatInterval()}getState(){return this._state}updateStatisticsInterval(){this._stopStatInterval();let e=this.getState();e!==B.IDLE&&e!==B.CLOSED&&e!==B.FAILED&&this._startStatInterval()}open(e=null){return o(this,null,function*(){if(this._isOpen){c.warn("DirectTransport: Already opened",{participantId:this._participantId});return}if(this._failedOnCreate){this.close(this._failedOnCreate);return}if(c.debug("DirectTransport: Open transport",{participantId:this._participantId}),this._isOpen=!0,this._remotePeerId=e,!this._isMaster)try{this._mediaSource.addTrackToPeerConnection(this._pc,!1,!0,d.p2pAudioRed),this._applySettings()}catch(i){m.log(E.ERROR,"addTrack-direct"),c.error("DirectTransport: Unable to add media source tracks",i,{participantId:this._participantId}),this.close(i);return}this._setState(B.OPENED);let t=e;if(!e){let i=Object.keys(this._remoteSDP);t=i[i.length-1]}if(t&&this._remoteSDP[t])try{yield this._setRemoteDescription(t,this._remoteSDP[t])}catch(i){this.close();return}this._remoteSDP={},this._remoteCandidates={}})}updateSettings(e){si(e,this._serverSettings)||(this._serverSettings=e,this._applySettings())}preventRestart(){this._reconnectionPrevented=!0}allowRestart(){this._reconnectionPrevented=!1}close(e){this._isOpen=!1,this._stopReconnection(),this._remoteStream&&(this._remoteStream.getTracks().forEach(t=>{t.stop(),this._triggerEvent(F.REMOTE_TRACK_REMOVED,this._remoteStream,t)}),this._remoteStream=null),this._stopStatInterval(),this._stopSettingsInterval(),this._pc&&(this._pc.onicecandidate=null,this._pc.ontrack=null,this._pc.oniceconnectionstatechange=null,this._pc.onconnectionstatechange=null,this._pc.onsignalingstatechange=null,this._pc.close()),this.unsubscribe(),e?(c.error("DirectTransport: Closed",e,{participantId:this._participantId}),this._setState(B.FAILED)):(c.debug("DirectTransport: Closed",{participantId:this._participantId}),this._setState(B.CLOSED)),this._triggerEvent(F.PEER_CONNECTION_CLOSED)}_setState(e){this._state!==e&&(c.debug(`DirectTransport: State changed to ${e}`,{participantId:this._participantId}),this._state=e,this._triggerEvent(F.STATE_CHANGED,e))}_onSignalingNotification(e){var t,i,r,a;switch(e.notification){case k.TRANSMITTED_DATA:this._handleTransmittedData(e);break;case k.SETTINGS_UPDATE:Object.assign(this._networkLimits.badNet,((t=e.settings)==null?void 0:t.badNet)||{}),Object.assign(this._networkLimits.goodNet,((i=e.settings)==null?void 0:i.goodNet)||{});break;case k.CUSTOM_DATA:e.data.hasOwnProperty("sdk")&&(this._remoteNetworkStat.rtt=((r=e.data.sdk)==null?void 0:r.rtt)||0,this._remoteNetworkStat.loss=((a=e.data.sdk)==null?void 0:a.loss)||0);break}}_handleTransmittedData(e){let t=e.data,i=v.getPeerIdString(e.peerId);v.composeMessageId(e)===this._participantId&&(t.candidate&&t.candidate.candidate?this._addIceCandidate(i,t.candidate).catch(this.close.bind(this)):t.sdp&&this._setRemoteDescription(i,t.sdp).catch(this.close.bind(this)))}_addIceCandidate(e,t){return o(this,null,function*(){if(this._isOpen&&(!this._remotePeerId||this._remotePeerId===e)&&this._pc&&this._pc.remoteDescription){c.debug("Add remote ice candidate",{participantId:this._participantId,candidate:t});try{yield this._pc.addIceCandidate(new RTCIceCandidate(t))}catch(i){throw m.log(E.ERROR,"addIceCandidate-direct"),c.error("Unable to add remote ice candidate",i,{participantId:this._participantId,candidate:t}),i}}else c.debug("Cache remote ice candidate",{participantId:this._participantId,candidate:t}),this._remoteCandidates[e]=this._remoteCandidates[e]||[],this._remoteCandidates[e].push(t)})}_setRemoteCandidates(e){return o(this,null,function*(){if(!this._remoteCandidates[e]){c.log(`No cached candidates found for peer ${e}`);return}let t=this._remoteCandidates[e];this._remoteCandidates[e]=[];for(let i of t)try{yield this._addIceCandidate(e,i)}catch(r){}})}_setRemoteDescription(e,t){return o(this,null,function*(){if(this._isOpen&&(!this._remotePeerId||this._remotePeerId===e)&&this._pc){c.debug("Add remote description",{participantId:this._participantId,sdp:t}),this._calcFingerprint(t.sdp);try{yield this._pc.setRemoteDescription(new RTCSessionDescription(t)),yield this._setRemoteCandidates(e)}catch(i){throw m.log(E.ERROR,"setRemoteDescription-direct"),c.error("Unable to set remote description",i,{participantId:this._participantId,sdp:t}),i}}else this._remoteSDP[e]=t})}_onAddTrack(e){c.debug("Added remote track",{participantId:this._participantId,kind:e.track.kind}),this._remoteStream?this._remoteStream.addTrack(e.track):(this._remoteStream=new MediaStream([e.track]),this._remoteStream.onremovetrack=t=>{this._triggerEvent(F.REMOTE_TRACK_REMOVED,this._remoteStream,t.track)}),this._triggerEvent(F.REMOTE_TRACK_ADDED,this._remoteStream,e.track)}_handleIceCandidate(e){return o(this,null,function*(){e.candidate&&this._signaling.ready&&(c.debug("Local ice candidate",{participantId:this._participantId,candidate:e.candidate}),yield this._signaling.sendCandidate(this._participantId,e.candidate))})}_onSignalingStateChange(){switch(c.debug(`DirectTransport: Signaling state changed to ${this._pc.signalingState}`,{participantId:this._participantId}),this._pc.signalingState){case"have-local-offer":let e=this._pc.localDescription;e?this._signaling.sendSdp(this._participantId,e).catch(this.close.bind(this)):this.close(new Error);break;case"have-remote-offer":this._createAnswer().catch(this.close.bind(this)).then(t=>o(this,null,function*(){return this._signaling.sendSdp(this._participantId,t)})).catch(this.close.bind(this));break}}_onIceConnectionStateChange(){switch(c.debug(`DirectTransport: Ice Connection state changed to ${this._pc.iceConnectionState}`,{participantId:this._participantId}),this._pc.iceConnectionState){case"checking":let e=this.getState();e===B.IDLE||e===B.OPENED?this._setState(B.CONNECTING):this._setState(B.RECONNECTING);break}}_onConnectionStateChange(){switch(c.debug(`DirectTransport: Connection state changed to ${this._pc.connectionState}`,{participantId:this._participantId}),m.log(E.ICE_CONNECTION_STATE,this._pc.connectionState),this._pc.connectionState){case"connected":this._neverConnected=!1,this._setState(B.CONNECTED),this._stopReconnection(),v.getPeerConnectionHostInfo(this._pc).then(e=>{e&&m.log(E.ICE_CONNECTION_TYPE,e.type)});break;case"failed":case"disconnected":this._reconnectionPrevented?this.close(new Error(`Ice connection ${this._pc.connectionState}`)):(this._setState(B.RECONNECTING),this._startReconnection());break;case"closed":this.close(new Error("Ice connection closed"));break}}_startReconnection(){this._reconnectionTimeout||this._iceRestartTimeout||(c.log("Waiting for reconnection...",{participantId:this._participantId}),this._reconnectionTimeout=window.setTimeout(()=>{this._reconnectionTimeout=null,this._neverConnected?this._requestTopologySwitch():this._startIceRestart()},d.transportConnectionWaitTime))}_requestTopologySwitch(){this._isMaster&&this._signaling.ready&&(c.log("Switch topology DIRECT to SERVER",{participantId:this._participantId}),this._signaling.switchTopology(se.SERVER))}_stopReconnection(){this._reconnectionTimeout&&(clearTimeout(this._reconnectionTimeout),this._reconnectionTimeout=null),this._iceRestartTimeout&&(clearTimeout(this._iceRestartTimeout),this._iceRestartTimeout=null)}_startIceRestart(){this._isMaster?(m.log(E.ICE_RESTART),c.log("Ice restart",{participantId:this._participantId}),this._createOffer(!0).catch(this.close.bind(this))):c.debug("Waiting for ice restart...",{participantId:this._participantId}),this._iceRestartTimeout=window.setTimeout(()=>{this._iceRestartTimeout=null,c.error("Ice restart failed",{participantId:this._participantId}),m.log(E.ERROR,"iceRestart-direct"),this._requestTopologySwitch()},d.iceRestartWaitTime)}_createOffer(e){return o(this,null,function*(){let t={iceRestart:e,offerToReceiveAudio:!0,offerToReceiveVideo:!0};return c.debug("Create offer",{participantId:this._participantId,options:t}),this._pc.createOffer(t).catch(i=>{throw c.error("Unable to create offer",i,{participantId:this._participantId}),m.log(E.ERROR,"createOffer-direct"),i}).then(i=>o(this,null,function*(){return c.debug("Created offer",{participantId:this._participantId,offer:i}),i=st._patchDescription(i),c.debug("Set local description",{participantId:this._participantId,offer:i}),this._calcFingerprint(i.sdp),this._pc.setLocalDescription(i).then(()=>this._pc.localDescription)})).catch(i=>{throw c.error("Unable to set local description",i,{participantId:this._participantId}),m.log(E.ERROR,"setLocalDescription-direct"),i})})}_createAnswer(){return o(this,null,function*(){return c.debug("Create answer",{participantId:this._participantId}),this._pc.createAnswer().catch(e=>{throw c.error("Unable to create answer",e,{participantId:this._participantId}),m.log(E.ERROR,"createAnswer-direct"),e}).then(e=>o(this,null,function*(){return c.debug("Created answer",{participantId:this._participantId,answer:e}),e=st._patchDescription(e),c.debug("Set local description",{participantId:this._participantId,answer:e}),this._calcFingerprint(e.sdp),this._pc.setLocalDescription(e)})).then(()=>this._pc.localDescription).catch(e=>{throw c.error("Unable to set local description",e,{participantId:this._participantId}),m.log(E.ERROR,"setLocalDescription-direct"),e})})}static _patchDescription(e){let t=!!P.baseChromeVersion();return e.sdp=v.patchSDP(e.sdp,d.preferH264&&P.canPreferH264(),P.isBrokenH264(),d.preferVP9,d.h264spsPpsIdrInKeyframe,t&&d.audioNack,d.p2pAudioRed),e}_onReplacedTrack(e){this._pc&&(this._pc.getSenders().forEach(t=>{t.track&&t.track.kind===e.kind&&t.track.contentHint===e.contentHint&&(t.track.enabled=e.enabled,t.replaceTrack(e).catch(i=>{c.error("DirectTransport: Unable to replace track",i,{participantId:this._participantId}),m.log(E.ERROR,"replaceTrack-direct")}))}),this._applySettings())}_startStatInterval(){if(this._statInterval)return;let e=()=>{if(!this._pc){this._stopStatInterval();return}Wt(this._pc,this._lastStat).then(t=>{this._lastStat=t;let i={inbound:{topology:se.DIRECT,transport:t.transport,rtps:t.rtps.filter(r=>r.type==="inbound-rtp"?(r.userId=this._participantId,!0):!1)},outbound:{topology:se.DIRECT,transport:t.transport,rtps:t.rtps.filter(r=>r.type==="outbound-rtp")}};this._checkBadNetwork(i),this._triggerEvent(F.REMOTE_DATA_STATS,i),this._statInterval=window.setTimeout(e,d.statisticsInterval)})};this._statInterval=window.setTimeout(e,d.statisticsInterval)}_stopStatInterval(){this._statInterval&&(window.clearTimeout(this._statInterval),this._statInterval=null)}_checkBadNetwork(e){if(!this._signaling.ready)return;let t=ue=>ue.rtt<=this._networkLimits.goodNet.rtt&&ue.loss<=this._networkLimits.goodNet.loss,i=ue=>ue.rtt>=this._networkLimits.badNet.rtt||ue.loss>=this._networkLimits.badNet.loss,r=Math.round(e.outbound.transport.currentRoundTripTime*1e3)||0,a=e.inbound.rtps.reduce((ue,Ke)=>Math.max(ue,Ke.packetLoss||0),0),s={rtt:this._lastNetworkStat.rtt*(1-li)+r*li,loss:this._lastNetworkStat.loss*(1-li)+a*li},p=i(s),l=t(s),u=i(this._remoteNetworkStat),R=t(this._remoteNetworkStat),C=i(this._lastNetworkStat),O=t(this._lastNetworkStat),re=p||u?.2:l&&R?1:0,Se=Date.now();if((C!==p||O!==l||Se-this._lastNetworkStat.date>d.networkStatisticsInterval)&&(this._lastNetworkStat.date=Date.now(),this._signaling.customData({sdk:Object.assign({type:"bad-net"},s)},null).catch(ue=>{c.warn("Unable to send [bad-net]",ue)})),re){let ue={};ue[this._participantId]=ue[""]=re,this._triggerEvent(F.NETWORK_STATUS,ue)}this._lastNetworkStat.rtt=s.rtt,this._lastNetworkStat.loss=s.loss}_startSettingsInterval(){let e=2e3;if(this._settingsInterval)return;let t=()=>{if(!this._pc){this._stopSettingsInterval();return}this._applySettings(),this._settingsInterval=window.setTimeout(t,e)};this._settingsInterval=window.setTimeout(t,e)}_stopSettingsInterval(){this._settingsInterval&&(window.clearTimeout(this._settingsInterval),this._settingsInterval=null)}_calcFingerprint(e){let t=v.sdpFingerprint(e);if(t===null){c.warn("Fingerprint calculation is unsupported");return}this._fingerprint===null?this._fingerprint=t:(f.onFingerprintChange((this._fingerprint^t).toString()),this._fingerprint=null)}_applySettings(){var t;let e=this._mediaSource.getMediaSettings().isScreenSharingEnabled?this._serverSettings.screenSharing:this._serverSettings.camera;e&&((t=this._pc)==null?void 0:t.connectionState)==="connected"&&(this._prevConsumerSettings=v.applySettings(this._pc,e,this._prevConsumerSettings))}};var ga=(r=>(r.producerNotification="producerNotification",r.producerCommand="producerCommand",r.consumerScreenShare="consumerScreenShare",r.producerScreenShare="producerScreenShare",r))(ga||{}),jt=ga;import{decode as ot}from"messagepack";var Zi=class{constructor(){this.streamDescriptionByCompactId=new Map;this.compactIdByStreamDescription=new Map}getStreamDescription(e){return this.streamDescriptionByCompactId.get(e)}getCompactId(e){return this.compactIdByStreamDescription.get(e)}handleMessage(e){var a,s;let t=new Uint8Array(e),i=t[0],r=t.subarray(1);switch(i){case 1:let p=ot(r);return Object.entries(p).forEach(([H,re])=>{let Se=Ft(H);this.streamDescriptionByCompactId.set(re,Se),this.compactIdByStreamDescription.set(H,re)}),null;case 2:case 4:let l=ot(r),u=[];for(let H of l){let re=this.getStreamDescription(H);re&&u.push(re.participantId)}return i===2?{type:"notification",notification:k.AUDIO_ACTIVITY,activeParticipants:u}:{type:"notification",notification:k.STALLED_ACTIVITY,stalledParticipants:u};case 3:let R=ot(r);return{type:"notification",notification:k.SPEAKER_CHANGED,speaker:(a=this.getStreamDescription(R))==null?void 0:a.participantId};case 5:let C=ot(r);return{type:"notification",notification:k.VIDEO_QUALITY_UPDATE,quality:{maxBitrate:C[0],maxDimension:C[1]}};case 6:let O=ot(r),x={};for(let[H,re]of Object.entries(O)){let Se=(s=this.getStreamDescription(Number(H)))==null?void 0:s.participantId;Se&&(x[Se]=re/100)}return{type:"notification",notification:k.NETWORK_STATUS,statuses:x};case 7:return this._createParticipantSourcesUpdateNotification(r);case 8:{let re=ot(r).map(Se=>{var ze;let[ue,Ke,ce,be,Me]=Se;return{participantId:(ze=this.getStreamDescription(ue))==null?void 0:ze.participantId,gain:Ke,pause:ce,offset:be,mute:Me}});return{type:"notification",notification:k.MOVIE_UPDATE_NOTIFICATION,data:re}}default:return c.debug("unsupported message type: "+i),null}}_createParticipantSourcesUpdateNotification(e){let t=ot(e),i=[];for(let[r,a]of Object.entries(t)){let s=a[0],p=a[1],l=a[2],u;if(s!==null){if(u=this.getStreamDescription(s),!u){c.error(`could not uncompress participant ID ${s}`);continue}}else u=null;if(l===null){c.error("unexpected null sequenceNumber",r,a);continue}let R=Be.PARTICIPANT_AGNOSTIC_TRACK_PREFIX+"-"+r,C=p?p>>>0:null;i.push({participantStreamDescription:u,streamId:R,rtpTimestamp:C,sequenceNumber:l})}return{type:"notification",notification:k.PARTICIPANT_SOURCES_UPDATE,participantUpdateInfos:i}}};var yn=90,Pn=4294967295,ke=class extends Z{constructor(e,t,i){super();this._pc=null;this._producerNotification=null;this._producerCommand=null;this._producerScreen=null;this._consumerScreen=null;this._isOpen=!1;this._observer=!1;this._reconnectionPrevented=!1;this._state=B.IDLE;this._statInterval=null;this._settingsInterval=null;this._statBytes={};this._ssrcMap={};this._producerOfferIsProcessing=!1;this._producerNextOffer=null;this._prevConsumerSettings={};this._captureSender=null;this._captureReceiver=null;this._participantIdRegistry=null;this._disabledSenders=new Set;this._rtpReceiversByStreamId={};this._producerSessionId="";this._newAudioShareTrack=null;this._signaling=e,this._mediaSource=t,this._newAudioShareTrack=t.getAudioShareTrack(),this.subscribe(this._signaling,Te.NOTIFICATION,this._onSignalingNotification.bind(this)),this.subscribe(this._mediaSource,De.TRACK_REPLACED,this._onReplacedTrack.bind(this)),this.subscribe(this._mediaSource,De.SOURCE_CHANGED,this._applyConsumerSettings.bind(this)),this.subscribe(this._mediaSource,De.SCREEN_STATUS,this._onScreenSharingStatus.bind(this)),this._perfStatReporter=new nt(this,e),this._serverSettings=i,c.debug("ServerTransport: Created")}getState(){return this._state||B.IDLE}updateStatisticsInterval(){this._stopStatInterval();let e=this.getState();e!==B.IDLE&&e!==B.CLOSED&&e!==B.FAILED&&this._startStatInterval()}open(e=!1){if(this._isOpen){c.log("ServerTransport: Already opened connections");return}this._isOpen=!0,this._observer=e,this._openConnection()}close(e){this._isOpen=!1,this._closeConnection(),this.unsubscribe(),e?(c.error("ServerTransport: Closed",e),this._setState(B.FAILED)):(c.debug("ServerTransport: Closed"),this._setState(B.CLOSED))}removeParticipant(e){var t;(t=this._captureReceiver)==null||t.close(e)}preventRestart(){this._reconnectionPrevented=!0}allowRestart(){this._reconnectionPrevented=!1}updateSettings(e){si(e,this._serverSettings)||(this._serverSettings=e,this._applyConsumerSettings())}_closeConnection(){this._stopStatInterval(),this._stopSettingsInterval(),this._removeCaptureSender(),this._removeCaptureReceiver(),this._pc&&(this._rtpReceiversByStreamId={},this._disabledSenders.forEach(e=>{var t;return(t=e.track)==null?void 0:t.stop()}),this._disabledSenders.clear(),this._pc.ontrack=null,this._pc.onconnectionstatechange=null,this._pc.onsignalingstatechange=null,this._participantIdRegistry=null,ke._closeDataChannel(this._producerNotification),ke._closeDataChannel(this._producerCommand),ke._closeDataChannel(this._producerScreen),ke._closeDataChannel(this._consumerScreen),this._pc.close(),this._pc=null,this._producerOfferIsProcessing=!1,this._producerNextOffer=null),this._triggerEvent(F.PEER_CONNECTION_CLOSED)}static _closeDataChannel(e){e&&(e.onopen=null,e.onmessage=null,e.onerror=null,e.close())}_createDataChannel(e,t,i){c.debug(`[${t}] data channel opening`);let r=e.createDataChannel(t,{ordered:!0});r.onopen=()=>{let a=r.readyState;a==="open"?(c.debug(`[${t}] data channel opened`),r.onerror=s=>{c.error(`[${t}] data channel error`,s)},i(r)):c.error(`[${t}] data channel open failed, state [${a}]`)}}_openConnection(e=!1){c.debug("ServerTransport: Open single connection");let t={};P.baseChromeVersion()&&(t.sdpSemantics=ke._isUnifiedPlanSupported()?"unified-plan":"plan-b"),this._pc=new RTCPeerConnection(t,{optional:[{googSuspendBelowMinBitrate:!1}]}),this._pc.ontrack=this._onAddTrack.bind(this,this._pc),this._pc.onconnectionstatechange=v.throttle(i=>{this._pc&&this._onConnectionStateChange(this._pc,i)},500),this._pc.onsignalingstatechange=ke._onSignalingStateChange.bind(this,this._pc),d.producerNotificationDataChannel&&this._createDataChannel(this._pc,jt.producerNotification,i=>{this._producerNotification=i,this._producerNotification.binaryType="arraybuffer",this._participantIdRegistry=new Zi,this._signaling.setParticipantIdRegistry(this._participantIdRegistry),this._signaling.setProducerNotificationDataChannel(i)}),d.producerCommandDataChannel&&(this._signaling.useCommandDataChannel(!0),this._createDataChannel(this._pc,jt.producerCommand,i=>{this._producerCommand=i,this._signaling.setProducerCommandDataChannel(i)})),d.producerScreenDataChannel&&this._createDataChannel(this._pc,jt.producerScreenShare,i=>{this._producerScreen=i,this._producerScreen.binaryType="arraybuffer",this._createCaptureReceiver()});try{this._mediaSource.addTrackToPeerConnection(this._pc,this._observer,!1,d.serverAudioRed),this._prevConsumerSettings={},this._applyConsumerSettings()}catch(i){c.error("ServerTransport: Unable to add media source tracks",i),m.log(E.ERROR,"addTrack-single"),this.close(i);return}d.consumerScreenDataChannel&&this._createDataChannel(this._pc,jt.consumerScreenShare,i=>{this._consumerScreen=i,this._consumerScreen.binaryType="arraybuffer";let r=this._mediaSource.getScreenTrack();r&&this._createCaptureSender(r)}),e||this._allocateConsumer(),this._setState(B.OPENED),this._startStatInterval(),this._startSettingsInterval()}_reconnect(){this.getState()!==B.OPENED&&(this._setState(B.RECONNECTING),this._closeConnection(),this._openConnection(!0))}_signalActiveParticipants(e){this._triggerEvent(F.SIGNALLED_ACTIVE_PARTICIPANTS,e)}_signalStalledParticipants(e){this._triggerEvent(F.SIGNALLED_STALLED_PARTICIPANTS,e)}_signalSpeakerChanged(e){this._triggerEvent(F.SIGNALLED_SPEAKER_CHANGED,e)}_signalNetworkStatus(e){this._triggerEvent(F.NETWORK_STATUS,e)}_updateSSRCMap(e){e&&e.sdp.split(`
12
+ `).forEach(t=>{let i=`a=ssrc:([0-9]+) label:(audio|video)-((?:[ug]?[\\d]+)|(?:mix)|(?:${Be.PARTICIPANT_AGNOSTIC_TRACK_PREFIX}-[0-9]+))`,r=new RegExp(i).exec(t);r&&(this._ssrcMap[r[1]]=r[3])})}_createCaptureSender(e){!e||!d.consumerScreenDataChannel||!this._consumerScreen||!this._mediaSource.getMediaSettings().isScreenSharingEnabled||(this._captureSender&&this._removeCaptureSender(),this._captureSender=new Tt(e,this._consumerScreen))}_removeCaptureSender(){var e;(e=this._captureSender)==null||e.destroy(),this._captureSender=null}_createCaptureReceiver(){!d.producerScreenDataChannel||!this._producerScreen||!this._participantIdRegistry||(this._captureReceiver&&this._removeCaptureReceiver(),this._captureReceiver=new Et(this._producerScreen,this._participantIdRegistry,(e,t)=>{this._triggerEvent(F.REMOTE_STREAM_SECOND,e,t)},e=>{this._triggerEvent(F.REMOTE_STREAM_SECOND,e,null)}))}_removeCaptureReceiver(){var e;(e=this._captureReceiver)==null||e.destroy(),this._captureReceiver=null}_applyConsumerSettings(){let e=this._mediaSource.getMediaSettings().isScreenSharingEnabled&&!d.consumerScreenDataChannel?this._serverSettings.screenSharing:this._serverSettings.camera;if(e&&this._pc){let t=[];this._pc.getSenders().forEach(i=>{if(!i.track||i.track.kind!==pe.video)return;let r=!this._disabledSenders.has(i),a=e.maxDimension!==0;if(r&&!a){c.log("Disabling video upload"),this._disabledSenders.add(i),i.replaceTrack(P.getBlackMediaTrack()).catch(p=>{c.error("Could not disable video upload",p)});return}let s=this._mediaSource.getSendVideoTrack();if(!r&&a&&s){c.log("Enabling video upload"),this._disabledSenders.delete(i);let p=i.track;p.enabled=s.enabled,i.replaceTrack(s).then(()=>p.stop()).catch(l=>{c.error("Could not enable video upload",l)})}v.applyVideoTrackSettings(e,i,s!=null?s:i.track,this._prevConsumerSettings,t)}),this._prevConsumerSettings=t}}_onScreenSharingStatus(e){e.track?this._createCaptureSender(e.track):this._removeCaptureSender()}_setState(e){this._state!==e&&(this._state=e,this._triggerEvent(F.STATE_CHANGED,e))}_startStatInterval(){if(this._statInterval)return;let e=()=>{if(!this._pc){this._stopStatInterval();return}this._collectStat().then(t=>{this._reportStats(t),this._detectStaleTracks(t)}).catch(()=>{}),this._statInterval=window.setTimeout(e,d.statisticsInterval)};this._statInterval=window.setTimeout(e,d.statisticsInterval)}_stopStatInterval(){this._statInterval&&(window.clearTimeout(this._statInterval),this._statInterval=null),this._statBytes={}}_startSettingsInterval(){let e=2e3;if(this._settingsInterval)return;let t=()=>{if(!this._pc){this._stopSettingsInterval();return}this._applyConsumerSettings(),this._settingsInterval=window.setTimeout(t,e)};this._settingsInterval=window.setTimeout(t,e)}_stopSettingsInterval(){this._settingsInterval&&(window.clearTimeout(this._settingsInterval),this._settingsInterval=null)}_collectStat(){return o(this,null,function*(){if(!this._pc)return Promise.reject();let e=yield Wt(this._pc,this._lastStat,this._ssrcMap);return this._lastStat=e,e})}_reportStats(e){this._triggerEvent(F.REMOTE_DATA_STATS,{inbound:{topology:se.SERVER,transport:e.transport,rtps:e.rtps.filter(t=>t.type==="inbound-rtp")},outbound:{topology:se.SERVER,transport:e.transport,rtps:e.rtps.filter(t=>t.type==="outbound-rtp")}})}_detectStaleTracks(e){let t=e.rtps.find(s=>s.type==="inbound-rtp"&&s.kind==="audio"&&this._ssrcMap[s.ssrc]==="mix");if(!t)return;let i=Be.AUDIO_MIX,r=this._statBytes[i],a=!1;if(r){let s=t.bytesReceived-r.bytesReceived;s>=0&&s<=5&&(a=!0),r.stalled!==a&&this._triggerEvent(F.REMOTE_ALL_STALL,a)}this._statBytes[i]={bytesReceived:t.bytesReceived,stalled:a}}_allocateConsumer(){if(!this._signaling.ready)return;let e={estimatedPerformanceIndex:nt.getEstimatedPerformanceIndex(),audioMix:!0,consumerUpdate:!0,producerNotificationDataChannelVersion:d.producerNotificationDataChannel?7:0,producerCommandDataChannelVersion:d.producerCommandDataChannel?3:0,consumerScreenDataChannelVersion:d.consumerScreenDataChannel?1:0,producerScreenDataChannelVersion:d.producerScreenDataChannel?1:0,onDemandTracks:!0,unifiedPlan:ke._isUnifiedPlanSupported(),singleSession:!0,videoTracksCount:d.videoTracksCount,red:d.serverAudioRed,audioShare:d.audioShareCapabilityEnabled};this._signaling.allocateConsumer(null,e)}_acceptProducer(e){return o(this,null,function*(){if(this._producerOfferIsProcessing){this._producerNextOffer=e,c.debug("[single] wait until other remote offer is processed");return}this._producerOfferIsProcessing=!0;let t=new RTCSessionDescription({type:"offer",sdp:e});if(c.debug("[single] set remote offer",{offer:t}),!this._pc)throw new Error("Interrupt allocation");this._pc.setRemoteDescription(t).catch(i=>{throw c.error("[single] unable to set remote offer",i),m.log(E.ERROR,"setRemoteDescription-single"),i}).then(()=>o(this,null,function*(){if(c.debug("[single] create local answer"),!this._pc)throw new Error("Interrupt allocation");return this.handleTracks(),this._pc.createAnswer()})).catch(i=>{throw c.error("[single] unable to create answer",i),m.log(E.ERROR,"createAnswer-single"),i}).then(i=>(i.sdp=v.patchSDP(i.sdp,!1,P.isBrokenH264(),!1,d.h264spsPpsIdrInKeyframe),i)).then(i=>o(this,null,function*(){if(c.debug("[single] set local answer",{answer:i}),!this._pc)throw new Error("Interrupt allocation");return yield this._pc.setLocalDescription(i),i})).catch(i=>{throw c.error("[single] unable to set local answer",i),m.log(E.ERROR,"setLocalDescription-single"),i}).then(i=>o(this,null,function*(){c.debug("[single] transmit local answer",{answer:i}),this._updateSSRCMap(t),yield this._signaling.acceptProducer(i,Object.keys(this._ssrcMap)),c.debug("[single] remote offer has been processed")})).catch(i=>{c.warn("[single] unable to send local answer",i),m.log(E.ERROR,"acceptProducer")}).then(()=>o(this,null,function*(){if(this._producerOfferIsProcessing=!1,this._producerNextOffer){c.debug("[single] there is other unprocessed remote offer, process it");let i=this._producerNextOffer;return this._producerNextOffer=null,this._acceptProducer(i)}})).catch(i=>this.close(i))})}handleTracks(){this._newAudioShareTrack&&(this._pc.getTransceivers().forEach(e=>{e.mid.endsWith("s")&&(e.sender.track!==null&&c.warn("Unexpected track assigned to audioshare"),e.direction="sendonly",e.sender.replaceTrack(this._newAudioShareTrack).catch(t=>{c.error("ServerTransport: Unable to replace track",t),m.log(E.ERROR,"replaceTrack-single")}),this._newAudioShareTrack=null)}),this._newAudioShareTrack&&c.warn("Cannot find audioshare transceiver"))}_onSignalingNotification(e){return o(this,null,function*(){if(!!this._isOpen)switch(e.notification){case k.PRODUCER_UPDATED:yield this._onProducerUpdated(e);break;case k.REALLOC_CON:this._reconnect();break;case k.AUDIO_ACTIVITY:this._signalActiveParticipants(e.activeParticipants);break;case k.SPEAKER_CHANGED:this._signalSpeakerChanged(e.speaker);break;case k.STALLED_ACTIVITY:this._signalStalledParticipants(e.stalledParticipants);break;case k.NETWORK_STATUS:this._signalNetworkStatus(e.statuses);break}})}_onProducerUpdated(e){return o(this,null,function*(){this._producerSessionId&&this._producerSessionId!==e.sessionId&&this._reconnect(),d.breakVideoPayloadTypes&&(c.log("test mode enabled, video switched off"),this._signaling.requestTestMode("breakVideoPayloadTypes",null)),this._producerSessionId=e.sessionId,yield this._acceptProducer(e.description)})}_onAddTrack(e,t){c.debug("[single] remote track (added)",{track:t.track});let i=t.streams[0];i?(i.onremovetrack||(i.onremovetrack=a=>{this._triggerEvent(F.REMOTE_TRACK_REMOVED,i.id,i,a.track)}),i.getTracks().find(a=>a.id===t.track.id)||i.addTrack(t.track),this._rtpReceiversByStreamId[i.id]=t.receiver,this._triggerEvent(F.REMOTE_TRACK_ADDED,i.id,i,t.track)):c.error("[single] unable to get media stream from track event")}static _onSignalingStateChange(e,t){c.debug("[single] signaling state changed",{state:e.signalingState},t)}_onConnectionStateChange(e,t){switch(c.debug("[single] connection state changed",{state:e.connectionState},t),m.log(E.ICE_CONNECTION_STATE,e.connectionState),e.connectionState){case"failed":this._reconnectionPrevented?this.close(new Error("Ice connection failed")):this._reconnect();break;case"connecting":let i=this.getState();i===B.IDLE||i===B.OPENED?this._setState(B.CONNECTING):e.iceConnectionState==="checking"&&this._setState(B.RECONNECTING);break;case"disconnected":this._reconnectionPrevented?this.close(new Error("Ice connection disconnected")):this._setState(B.RECONNECTING);break;case"connected":this._setState(B.CONNECTED),v.getPeerConnectionHostInfo(e).then(r=>{r&&m.log(E.ICE_CONNECTION_TYPE,r.type)});break}}_onReplacedTrack(e,t){if(this._pc){d.consumerScreenDataChannel&&t&&(e=t);let i=!1;this._pc.getSenders().forEach(r=>{r.track&&r.track.kind===e.kind&&!this._disabledSenders.has(r)&&r.track.contentHint===e.contentHint&&(r.track.enabled=e.enabled,r.replaceTrack(e).catch(a=>{c.error("ServerTransport: Unable to replace track",a),m.log(E.ERROR,"replaceTrack-single")}),i=!0)}),!i&&e.kind===pe.audio&&e.contentHint==="music"&&(this._newAudioShareTrack=e)}this._applyConsumerSettings()}static _isUnifiedPlanSupported(){let e=P.baseChromeVersion();return e?d.isUnifiedPlanSupported("Chrome",e):d.isUnifiedPlanSupported(P.browserName(),Number(P.browserVersion()))}getStreamWaitingTimeMs(e,t){if(!this._pc)return m.log(E.PAT_WAITING_TIME_ERROR,"noConnection"),c.error("Cannot get stream waiting time, peer connection is not initialized"),0;let i=this._rtpReceiversByStreamId[e];if(!i)return m.log(E.PAT_WAITING_TIME_ERROR,"noReceiver"),c.error(`Cannot get stream waiting time, cannot find RTP receiver by stream ID: ${e}`),0;let r=i.getSynchronizationSources();if(!r||!r.length)return c.log(`Cannot get stream waiting time, ${e} receiver has no synchronization sources`),0;let s=r[0].rtpTimestamp;if(!Number.isInteger(s))return m.log(E.PAT_WAITING_TIME_ERROR,"timestampNotInteger"),c.error(`Cannot get stream waiting time, ${e} receiver's RTP timestamp is not an integer: ${s}`),0;let p=t-s&Pn,l=Math.ceil(p/yn);return Math.min(100,Math.max(0,l))}};var F=(x=>(x.REMOTE_TRACK_ADDED="REMOTE_TRACK_ADDED",x.REMOTE_TRACK_REMOVED="REMOTE_TRACK_REMOVED",x.REMOTE_STREAM_SECOND="REMOTE_STREAM_SECOND",x.REMOTE_ALL_STALL="REMOTE_ALL_STALL",x.REMOTE_DATA_STATS="REMOTE_DATA_STATS",x.STATE_CHANGED="STATE_CHANGED",x.LOCAL_STATE_CHANGED="LOCAL_STATE_CHANGED",x.SIGNALLED_ACTIVE_PARTICIPANTS="SIGNALLED_ACTIVE_PARTICIPANTS",x.SIGNALLED_SPEAKER_CHANGED="SIGNALLED_SPEAKER_CHANGED",x.SIGNALLED_STALLED_PARTICIPANTS="SIGNALLED_STALLED_PARTICIPANTS",x.TOPOLOGY_CHANGED="TOPOLOGY_CHANGED",x.NETWORK_STATUS="NETWORK_STATUS",x.PEER_CONNECTION_CLOSED="PEER_CONNECTION_CLOSED",x))(F||{}),B=(p=>(p.IDLE="IDLE",p.OPENED="OPENED",p.CONNECTING="CONNECTING",p.RECONNECTING="RECONNECTING",p.CONNECTED="CONNECTED",p.CLOSED="CLOSED",p.FAILED="FAILED",p))(B||{}),se=(t=>(t.DIRECT="DIRECT",t.SERVER="SERVER",t))(se||{}),er=class extends Z{constructor(e,t,i,r){super();this._allocated=[];this._opened=[];this._directTransport=null;this._serverTransport=null;this._dtListeners=[];this._stListeners=[];this._states={};this._localState="IDLE";this._signaling=t,this._mediaSource=i,this._topology=e,this._serverSettings=r,this.subscribe(this._signaling,Te.NOTIFICATION,this._onSignalingNotification.bind(this)),e==="SERVER"&&(this._serverTransport=this._createServerTransport())}updateSettings(e){c.log("Update transport settings",e),this._serverSettings=e,this._directTransport&&this._directTransport.updateSettings(e),this._serverTransport&&this._serverTransport.updateSettings(e)}updateStatisticsInterval(){this._directTransport&&this._directTransport.updateStatisticsInterval(),this._serverTransport&&this._serverTransport.updateStatisticsInterval()}allocate(e,t=!1){if(this._allocated.indexOf(e)!==-1){c.warn(`The participant [${e}] has already had allocated transport`);return}this._allocated.push(e),this._topology==="DIRECT"&&!this._directTransport&&(this._directTransport=this._createDirectTransport(e,t)),this._topology==="SERVER"&&!this._serverTransport&&(this._serverTransport=this._createServerTransport())}open(e,t=null,i=!1,r=!1){let a=r;for(let s of e){if(this._opened.indexOf(s)!==-1){c.warn(`The participant [${s}] has already had opened transport`);continue}if(this._allocated.indexOf(s)===-1){c.warn(`The participant [${s}] has no allocated transport`);continue}this._opened.push(s),a=!0}!a||(this._topology==="DIRECT"&&this._directTransport&&this._directTransport.open(t),this._topology==="SERVER"&&this._serverTransport&&(this._serverTransport.open(i),this._setStates(e,this._serverTransport.getState()),this._setLocalState(this._serverTransport.getState())),c.debug("The transport has been opened",e))}close(e){var r;let t=this._allocated.indexOf(e),i=this._opened.indexOf(e);t<0&&c.warn(`The participant [${e}] transport has already deallocated`),this._topology==="DIRECT"&&this._directTransport&&(this._directTransport.close(),this._directTransport=null),this._topology==="SERVER"&&((r=this._serverTransport)==null||r.removeParticipant(e),this._setState(e,"CLOSED")),i>=0&&this._opened.splice(i,1),t>=0&&this._allocated.splice(t,1)}destroy(){this.unsubscribe(),this._dtListeners&&this._dtListeners.forEach(e=>{e.dispose()}),this._stListeners&&this._stListeners.forEach(e=>{e.dispose()}),this._directTransport&&(this._directTransport.close(),this._directTransport=null),this._serverTransport&&(this._serverTransport.close(),this._serverTransport=null),this._allocated=[],this._opened=[]}getTopology(){return this._topology}isAllocated(e){return this._allocated.indexOf(e)>=0}allocated(){return this._allocated.slice()}opened(){return this._opened.slice()}getState(){var e,t;return this._topology==="SERVER"?(e=this._serverTransport)==null?void 0:e.getState():(t=this._directTransport)==null?void 0:t.getState()}_setStates(e,t){let i=e.filter(r=>this._states[r]!==t?(this._states[r]=t,!0):!1);i.length&&this._triggerEvent("STATE_CHANGED",i,t)}_setState(e,t){this._states[e]!==t&&(this._states[e]=t,this._triggerEvent("STATE_CHANGED",[e],t))}_setLocalState(e){this._localState!==e&&(this._localState=e,this._triggerEvent("LOCAL_STATE_CHANGED",e))}_onSignalingNotification(e){if(e.notification===k.TOPOLOGY_CHANGED)return this._onTopologyChanged(e)}_onTopologyChanged(e){var t;if(e.topology!==this._topology){if(c.log(`Topology changed ${this._topology} -> ${e.topology}`),m.log(E.TOPOLOGY_CHANGE_REQUESTED,e.topology),this._topology=e.topology,this._topology==="SERVER"&&(this._serverTransport?this._serverTransport.allowRestart():(this._serverTransport=this._createServerTransport(),this._opened.length>0&&((t=this._directTransport)==null||t.preventRestart(),this._serverTransport.open()))),this._topology==="DIRECT"){let i=e.offerTo||[],r=e.offerToTypes||[],a=e.offerToDeviceIdxs||[],s=i.length&&r.length?v.composeParticipantId(i[0],r[0],a[0]):null;if(this._serverTransport&&this._serverTransport.preventRestart(),!this._allocated||this._allocated.length===0){c.error("Topology changed to DIRECT, but the list of allocated participants is empty");return}this._allocated.length>1&&c.warn("Topology changed to DIRECT, but the allocated participants count more then one");let p=this._allocated[0];if(this._directTransport)this._directTransport.allowRestart();else{let l=s===p;this._directTransport=this._createDirectTransport(p,l)}this._opened.indexOf(p)>=0&&this._directTransport.open()}this._triggerEvent("TOPOLOGY_CHANGED",this._topology)}}_createDirectTransport(e,t=!1){let i=new st(e,t,this._signaling,this._mediaSource,this._serverSettings);return this._dtListeners&&this._dtListeners.length>0&&c.warn(`The list of direct listeners for the participant [${e}] is not empty`),this._dtListeners=[],this._dtListeners.push(i.addEventListener("REMOTE_TRACK_ADDED",this._onDirectRemoteTrackAdded.bind(this,e)),i.addEventListener("REMOTE_TRACK_REMOVED",this._onDirectRemoteTrackRemoved.bind(this,e)),i.addEventListener("REMOTE_DATA_STATS",this._onDirectRemoteDataStats.bind(this)),i.addEventListener("STATE_CHANGED",this._onDirectTransportChanged.bind(this,e)),i.addEventListener("NETWORK_STATUS",this._onTransportNetworkStatus.bind(this)),i.addEventListener("PEER_CONNECTION_CLOSED",this._onPeerConnectionClosed.bind(this,"DIRECT"))),i}_createServerTransport(){let e=new ke(this._signaling,this._mediaSource,this._serverSettings);return this._stListeners&&this._stListeners.length>0&&c.warn("The list of server transport listeners is not empty"),this._stListeners=[],this._stListeners.push(e.addEventListener("REMOTE_TRACK_ADDED",this._onServerRemoteTrackAdded.bind(this)),e.addEventListener("REMOTE_TRACK_REMOVED",this._onServerRemoteTrackRemoved.bind(this)),e.addEventListener("REMOTE_ALL_STALL",this._onServerRemoteAllStall.bind(this)),e.addEventListener("REMOTE_DATA_STATS",this._onServerRemoteDataStats.bind(this)),e.addEventListener("STATE_CHANGED",this._onServerTransportChanged.bind(this)),e.addEventListener("SIGNALLED_ACTIVE_PARTICIPANTS",this._onTransportActiveParticipants.bind(this)),e.addEventListener("SIGNALLED_SPEAKER_CHANGED",this._onTransportSpeakerChanged.bind(this)),e.addEventListener("SIGNALLED_STALLED_PARTICIPANTS",this._onTransportStalledParticipants.bind(this)),e.addEventListener("NETWORK_STATUS",this._onTransportNetworkStatus.bind(this)),e.addEventListener("REMOTE_STREAM_SECOND",this._onRemoteStreamSecond.bind(this)),e.addEventListener("PEER_CONNECTION_CLOSED",this._onPeerConnectionClosed.bind(this,"SERVER"))),e}_releaseDirectTransport(e){this._directTransport&&(e&&this._directTransport.close(),this._directTransport=null),this._dtListeners&&(this._dtListeners.forEach(t=>{t.dispose()}),this._dtListeners=[])}_releaseServerTransport(e){this._serverTransport&&(e&&this._serverTransport.close(),this._serverTransport=null),this._stListeners&&(this._stListeners.forEach(t=>{t.dispose()}),this._stListeners=[])}_setLocalNoiseSuppression(e){var t;d.noiseSuppression!==e&&(d.noiseSuppression=e,(t=this._mediaSource)==null||t.updateNoiseSuppression())}_onDirectTransportChanged(e,t){if(t==="CONNECTED"&&this._topology==="DIRECT"&&this._releaseServerTransport(!0),(t==="CLOSED"||t==="FAILED")&&(this._releaseDirectTransport(!1),this._topology==="DIRECT")){let i=this._opened.indexOf(e);i>=0&&this._opened.splice(i,1);let r=this._allocated.indexOf(e);r>=0&&this._allocated.splice(r,1)}this._topology==="DIRECT"&&(this._setState(e,t),this._setLocalState(t))}_onServerTransportChanged(e){let t=this._opened.slice();e==="CONNECTED"&&this._topology==="SERVER"&&this._releaseDirectTransport(!0),(e==="CLOSED"||e==="FAILED")&&(this._releaseServerTransport(!1),this._topology==="SERVER"&&(this._allocated=[],this._opened=[])),this._topology==="SERVER"&&(this._setStates(t,e),this._setLocalState(e))}_onTransportActiveParticipants(e){this._topology==="SERVER"&&this._triggerEvent("SIGNALLED_ACTIVE_PARTICIPANTS",e)}_onTransportStalledParticipants(e){this._topology==="SERVER"&&this._triggerEvent("SIGNALLED_STALLED_PARTICIPANTS",e)}_onTransportSpeakerChanged(e){this._topology==="SERVER"&&this._triggerEvent("SIGNALLED_SPEAKER_CHANGED",e)}_onTransportNetworkStatus(e){this._triggerEvent("NETWORK_STATUS",e)}_onRemoteStreamSecond(e,t){this._triggerEvent("REMOTE_STREAM_SECOND",e,t)}_onPeerConnectionClosed(e){this._triggerEvent("PEER_CONNECTION_CLOSED",e)}_onServerRemoteAllStall(e){this._topology==="SERVER"&&this._triggerEvent("REMOTE_ALL_STALL",e)}_onServerRemoteDataStats(e){this._triggerEvent("REMOTE_DATA_STATS",e)}_onDirectRemoteTrackAdded(e,t,i){this._triggerEvent("REMOTE_TRACK_ADDED",e,t,i)}_onDirectRemoteTrackRemoved(e,t,i){this._triggerEvent("REMOTE_TRACK_REMOVED",e,t,i)}_onDirectRemoteDataStats(e){this._triggerEvent("REMOTE_DATA_STATS",e)}_onServerRemoteTrackAdded(e,t,i){this._triggerEvent("REMOTE_TRACK_ADDED",e,t,i)}_onServerRemoteTrackRemoved(e,t,i){this._triggerEvent("REMOTE_TRACK_REMOVED",e,t,i)}getStreamWaitingTimeMs(e,t){return this._topology!=="SERVER"?(m.log(E.PAT_WAITING_TIME_ERROR,"wrongTopology"),c.error(`Cannot get stream waiting time, incorrect topology: ${this._topology}`),0):this._serverTransport?this._serverTransport.getStreamWaitingTimeMs(e,t):(m.log(E.PAT_WAITING_TIME_ERROR,"noTransport"),c.error("Cannot get stream waiting time, server transport is not initialized"),0)}};var ct=(e=>(e.VOLUMES_DETECTED="VOLUMES_DETECTED",e))(ct||{}),tr=class extends Z{constructor(e){super();this._detector=null;this._interval=null;this.subscribe(e,F.REMOTE_TRACK_ADDED,this._onRemoteTrackAdded.bind(this)),this.subscribe(e,F.REMOTE_TRACK_REMOVED,this._onRemoteTrackRemoved.bind(this)),this.subscribe(e,F.SIGNALLED_ACTIVE_PARTICIPANTS,this._onSignalledActiveParticipants.bind(this)),this.subscribe(e,F.TOPOLOGY_CHANGED,this._onTopologyChanged.bind(this))}destroy(){var e;this._interval&&(window.clearTimeout(this._interval),this._interval=null),this.unsubscribe(),(e=this._detector)==null||e.destroy(),this._detector=null}_onRemoteTrackAdded(e,t,i){var r;if(i.kind===pe.audio&&((r=this._detector)==null||r.destroy(),this._detector=new Gt(e,t),!this._interval)){let a=()=>{this._collectVolumes(),this._interval=window.setTimeout(a,d.voiceParams.interval)};this._interval=window.setTimeout(a,d.voiceParams.interval)}}_onRemoteTrackRemoved(e,t,i){i.kind===pe.audio&&(!this._detector||this._detector.stream!==t||(this._detector.destroy(),this._detector=null))}_collectVolumes(){if(!this._detector)return;let e={},t=this._detector.trackId,i=this._detector.getLevel();if(t===Be.AUDIO_MIX){if(this._activeParticipants)for(let r of this._activeParticipants)e[r]=i}else e[t]=i;this._triggerEvent("VOLUMES_DETECTED",e)}_onSignalledActiveParticipants(e){this._activeParticipants=e}_onTopologyChanged(e){e===se.DIRECT&&(this._activeParticipants=null)}};var ir=(e=>(e.SPEAKER_CHANGED="SPEAKER_CHANGED",e))(ir||{}),rr=class extends Z{constructor(e,t,i){super();this._speakerId=null;this._serverSideSpeakerDetection=!1;this._serverSideSpeakerDetection=i===se.SERVER,this.subscribe(e,ct.VOLUMES_DETECTED,this._onVolumesDetected.bind(this)),this.subscribe(t,F.SIGNALLED_SPEAKER_CHANGED,this._onServerSpeakerChanged.bind(this)),this.subscribe(t,F.TOPOLOGY_CHANGED,this._onTopologyChanged.bind(this))}destroy(){this.unsubscribe()}_onVolumesDetected(e){if(this._serverSideSpeakerDetection)return;let t=0,i=null;if(Object.keys(e).forEach(r=>{let a=e[r].smoothed;a>t&&a>d.voiceParams.threshold&&(t=a,i=r)}),i&&i!==this._speakerId){let r=this._speakerId&&e.hasOwnProperty(this._speakerId)?e[this._speakerId].smoothed:0;t>r*d.voiceParams.speakerLevelMultiplier&&(this._speakerId=i,this._triggerEvent("SPEAKER_CHANGED",i))}}_onServerSpeakerChanged(e){this._serverSideSpeakerDetection&&this._triggerEvent("SPEAKER_CHANGED",e)}_onTopologyChanged(e){this._serverSideSpeakerDetection=e===se.SERVER}};var ui=class extends Z{constructor(e,t,i){super();this._states={};this._volumes={};this._participants={};this._connectionTimeout=0;this._volumeTimeout=0;this._transport=e,this._participants=i,this.subscribe(e,F.STATE_CHANGED,this._onTransportStateChanged.bind(this)),this.subscribe(t,ct.VOLUMES_DETECTED,this._onVolumesDetected.bind(this))}destroy(){this.unsubscribe(),this._connectionTimeout&&window.clearTimeout(this._connectionTimeout),this._volumeTimeout&&window.clearTimeout(this._volumeTimeout)}onChangeRemoteMediaSettings(e,t){t.isAudioEnabled||(this._volumes[e]=1),t.isAudioEnabled&&(this._volumes[e]=0)}_onTransportStateChanged(e,t){e.forEach(i=>this._states[i]=t),t===B.OPENED&&(this._connectionTimeout||(this._connectionTimeout=window.setTimeout(this._onConnectionTimeout.bind(this),d.specListenerParams.connectionTimeout)),this._volumeTimeout||(this._volumeTimeout=window.setTimeout(this._onVolumeTimeout.bind(this),d.specListenerParams.volumeTimeout))),t===B.FAILED&&this._connectionTimeout&&(c.warn("Transport failed, send callSpecError"),m.log(E.CALL_SPEC_ERROR,`${this._transport.getTopology()}_CONNECTION_TIMEOUT`))}_onVolumesDetected(e){Object.keys(e).forEach(t=>{this._volumes[t]=Math.max(e[t].real,this._volumes[t]||0)})}_onConnectionTimeout(){let e=i=>i!==B.CONNECTED;(()=>Object.values(this._states).filter(e).length>0)()&&(c.warn("There is not connected transport, send callSpecError"),m.log(E.CALL_SPEC_ERROR,`${this._transport.getTopology()}_CONNECTION_TIMEOUT`)),this._connectionTimeout=0}_onVolumeTimeout(){let e=[];Object.keys(this._volumes).forEach(t=>{if(this._volumes[t]>0)return;let i="UNKNOWN",r=this._participants[t];r&&r.platform&&(i=r.platform),e.indexOf(i)<0&&(e.push(i),m.log(E.CALL_SPEC_ERROR,`${this._transport.getTopology()}_VOLUME_TIMEOUT_${i}`))}),e.length&&c.warn("There is silent participant, send callSpecError"),this._volumeTimeout=0}};var Rn=1e3,bn=1e4;var Mn=15,G=class extends Z{constructor(e,t,i){super();this._mediaSource=null;this._conversation=null;this._myLastRequestedLayouts={};this._state="IDLE";this._participantState=W.CALLED;this._participants={};this._transport=null;this._debugInfo=null;this._volumesDetector=null;this._speakerDetector=null;this._localVolumeDetector=null;this._specListener=null;this._activeSpeakerId=null;this._lastSignalledActiveSpeakerId=null;this._serverSettings={camera:null,screenSharing:null};this._lastStalled={};this._remoteAllStalled=!1;this._audioFix=null;this._streamByStreamId=new Map;this._streamIdByStreamDescription=new Map;this._streamWaitTimerByStreamDescription=new Map;this._sequenceNumberByStreamDescription=new Map;this._cooldownTimestampByStreamDescription=new Map;this._cooldownQueueCleanupTimer=null;m.create(e,i),this._api=e,this._signaling=t,this._onUnload=()=>{this._conversation&&this._api&&this._api.hangupConversation(this._conversation.id),m.destroy()},window.addEventListener("unload",this._onUnload),this._audioOutput=new oi,d.videoTracksCount>0&&(this._cooldownQueueCleanupTimer=window.setInterval(this._cleanupCooldownQueue.bind(this),Rn))}static current(){return G._current}static hangupAfterInit(){G._activationMutex&&!G._current&&(G._delayedHangup=!0)}static id(){var e,t;return((t=(e=G._current)==null?void 0:e._conversation)==null?void 0:t.id)||null}onStart(e,t,i,r="",a=!1,s=!1,p){return o(this,null,function*(){if(G._activationMutex)throw m.log(E.ERROR,"startCall"),c.warn("Conversation: there is already running activation"),new N(A.FAILED);G._activationMutex=!0;try{this._mediaSource=this._createMediaSource(),yield this._mediaSource.request(i);let l=this._mediaSource.getMediaSettings();t===$e.CHAT||e.length>1?this._logWithMediaSettings(E.OUTGOING_MULTIPARTY_CALL,l):this._logWithMediaSettings(E.OUTGOING_CALL,l);let u=yield this._startConversation(e,t,Qe.OUTGOING,i,r,a,s,p);if(!this._conversation)throw new N(A.UNKNOWN_ERROR);if(this._participantState=W.ACCEPTED,this._signaling.changeMediaSettings(l),yield this._processConnection(u),this._allocateTransport(),this._createSpeakerDetector(),this._createSpecListener(),this._signaling.readyToSend(),G._delayedHangup)throw new N(A.CANCELED);c.debug("Outgoing call",{opponentIds:e,opponentType:t,mediaOptions:i});let R=Object.values(this._participants),C;return d.batchParticipantsOnStart&&(C=v.mapSharedParticipants(R)),yield this._processConnectionSharedMovieInfo(u),f.onLocalStream(this._mediaSource.getStream(),this._mediaSource.getMediaSettings()),f.onConversation(this._conversation.externalId,this._conversation.mediaModifiers,this._conversation.muteStates,C),this._onConversationParticipantListChunk(u),f.onLocalStatus(Y.WAITING),this._toggleJoinAvailability(),this._changeFeatureSet(),this._changeNeedRate(),G._current=this,this._conversation.concurrent?yield this._acceptConcurrent():d.batchParticipantsOnStart||this._setParticipantsStatus(R,Y.WAITING),this._conversation}catch(l){throw this._close(l,"Unable to start conversation"),l}finally{G._activationMutex=!1}})}onJoin(e){return o(this,null,function*(){var t;if(G._activationMutex)throw m.log(E.ERROR,"joinCall"),c.warn("Conversation: there is already running activation"),new N(A.FAILED);G._activationMutex=!0,this._state="PROCESSING";try{let i=!!((t=e.observedIds)==null?void 0:t.length);this._mediaSource=this._createMediaSource(),yield this._mediaSource.request(e.mediaOptions,!i);let r=this._mediaSource.getMediaSettings();this._logWithMediaSettings(E.JOIN_CONVERSATION,r);let a=yield this._joinConversation(e);if(!this._conversation)throw new N(A.UNKNOWN_ERROR);return this._conversation.observer=i,f.onLocalStream(this._mediaSource.getStream(),r),this._conversation.waitingHall?(c.log("In waiting hall"),G._current=this,G._activationMutex=!1,this._signaling.readyToSend(),f.onLocalStatus(Y.WAITING_HALL),this._conversation):this._onJoinPart2(a)}catch(i){throw G._activationMutex=!1,this._close(i,"Unable to join conversation"),i}})}_onJoinPart2(e){return o(this,null,function*(){c.debug("Join conversation part 2"),G._activationMutex=!0;try{if(this._participantState=W.ACCEPTED,!this._conversation||!this._mediaSource)throw new N(A.UNKNOWN_ERROR);if(this._conversation.observer||this._signaling.changeMediaSettings(this._mediaSource.getMediaSettings()),yield this._processConnection(e),this._allocateTransport(),this._createSpeakerDetector(),this._createSpecListener(),this._signaling.readyToSend(),G._delayedHangup)throw new N(A.CANCELED);let t=Object.values(this._participants),i;return d.batchParticipantsOnStart&&(i=v.mapSharedParticipants(t)),yield this._processConnectionSharedMovieInfo(e),f.onConversation(this._conversation.externalId,this._conversation.mediaModifiers,this._conversation.muteStates,i),this._onConversationParticipantListChunk(e),f.onLocalStatus(Y.WAITING),this._toggleJoinAvailability(),this._changeNeedRate(),this._state="ACTIVE",this._changeFeatureSet(),G._current=this,d.batchParticipantsOnStart||this._setParticipantsStatus(t,Y.WAITING),this._openTransport(t,!1),this._conversation}catch(t){throw this._close(t,"Unable to join conversation"),t}finally{G._activationMutex=!1}})}onPush(r){return o(this,arguments,function*(e,t=X.USER,i){if(G._activationMutex)throw c.warn("Conversation: there is already running activation"),new N(A.REJECTED);G._activationMutex=!0;try{let a=yield this._prepareConversation(e,t,i);if(this._mediaSource=this._createMediaSource(),!this._conversation)throw new N(A.UNKNOWN_ERROR);if(!a.conversation.participants.find(p=>{var l;return p.state===W.CALLED&&p.id===((l=this._conversation)==null?void 0:l.userId)}))throw c.log("Push rejected (there is an active call)"),m.log(E.PUSH,"rejected"),new N(A.REJECTED);if(yield this._processConnection(a),this._allocateTransport(),this._createSpeakerDetector(),this._createSpecListener(),this._signaling.readyToSend(),m.log(E.PUSH,"accepted"),G._current=this,G._delayedHangup)throw new N(A.CANCELED);G._activationMutex=!1}catch(a){throw G._activationMutex=!1,this._close(a,"Unable to handle inbound call push"),a}})}_isInWaitingHall(e){if(!e.conversation||(e.conversation.options||[]).indexOf(yi.WAITING_HALL)<0)return!1;let t=(e.conversation.participants||[]).find(i=>v.comparePeerId(i.peerId,e.peerId));return t&&t.restricted||!1}_acceptConcurrent(){return o(this,null,function*(){if(!this._mediaSource||!this._conversation)throw new N(A.UNKNOWN_ERROR);this._state="PROCESSING";let e=this._mediaSource.getMediaSettings();this._logWithMediaSettings(E.ACCEPT_CONCURRENT,e),c.debug("Concurrent call",{conversationId:this._conversation.id});try{yield this._signaling.acceptCall(this._mediaSource.getMediaSettings()),f.onCallAccepted(),this._state="ACTIVE",this._participantState=W.ACCEPTED,this._changeFeatureSet(),this._openTransport(Object.values(this._participants),!0)}catch(t){this._close(t,"Unable to accept concurrent call")}})}accept(e){return o(this,null,function*(){var t;if(this._state!=="IDLE")throw m.log(E.ERROR,"acceptIncoming"),c.error("Unable to accept a call - invalid state"),new Error("Unable to accept a call - invalid state");if(!this._mediaSource||!this._conversation)throw new N(A.UNKNOWN_ERROR);this._state="PROCESSING",c.debug("Accept incoming call",e);try{yield this._mediaSource.request(e);let i=this._mediaSource.getMediaSettings();this._logWithMediaSettings(E.ACCEPT_INCOMING,i),this._signaling.changeMediaSettings(i),yield this._signaling.acceptCall(i),this._participantState=W.ACCEPTED;let r=Object.values(this._participants),a;if(d.batchParticipantsOnStart&&(a=v.mapSharedParticipants(r)),f.onCallAccepted(),f.onLocalStream(this._mediaSource.getStream(),i),f.onConversation(this._conversation.externalId,this._conversation.mediaModifiers,this._conversation.muteStates,a),d.useParticipantListChunk){let l=yield this._getInitialParticiapntListChunk();(t=l==null?void 0:l.participants)==null||t.forEach(u=>{let R=v.composeId(u),C=this._participants[R];C&&(C.movieShareInfos=u.movieShareInfos)}),this._onConversationParticipantListChunk({participants:l})}f.onLocalStatus(Y.WAITING),this._toggleJoinAvailability(),this._changeNeedRate();let s=yt(this._conversation.muteStates,Ue.MUTE),p=yt(this._conversation.muteStates,Ue.MUTE_PERMANENT);for(let l of[s,p])l.length&&(yield this._processMuteState({mediaOptions:l,stateUpdated:!0}));return this._state="ACTIVE",this._changeFeatureSet(),d.batchParticipantsOnStart||this._setParticipantsStatus(r,Y.WAITING),this._openTransport(r,!0),this._conversation}catch(i){throw this._close(i,"Unable to accept call"),i}})}decline(){return o(this,null,function*(){var e;if(this._state!=="IDLE")throw m.log(E.ERROR,"declineIncoming"),c.error("Unable to decline a call - invalid state"),new Error("Unable to decline a call - invalid state");this._state="PROCESSING",c.debug("Decline incoming call"),this._logWithMediaSettings(E.DECLINE_INCOMING,(e=this._mediaSource)==null?void 0:e.getMediaSettings()),this._participantState=W.HUNGUP,this._signaling.ready&&(yield this._signaling.hangup(A.REJECTED)),this._close(new N(A.REJECTED))})}hangup(){return o(this,null,function*(){c.debug("Hangup");let e=this._state==="ACTIVE"?A.HUNGUP:A.CANCELED;m.log(E.HANGUP,e),this._signaling.ready?(yield this._signaling.hangup(e),this._close(new N(e))):f.onHangup(new N(A.HUNGUP),this._conversation&&this._conversation.id)})}addParticipant(e,t){return o(this,null,function*(){if(!this._signaling.ready){this._close(new N(A.UNKNOWN_ERROR),"Unable to add participant");return}let i=yield this._signaling.addParticipant(e,t),r=null;i.type==="error"&&(i.error==="call-unfeasible"?r=i.status:r=A.UNKNOWN_ERROR);let a=i.participant;yield this._onAddParticipant(v.composeId(a),a,r)})}removeParticipant(e,t=!1){return o(this,null,function*(){this._signaling.ready&&(yield this._signaling.removeParticipant(e,t),this._onRemoveParticipant(e))})}setVolume(e){this._audioOutput.volume=e}updateStatisticsInterval(){this._transport&&this._transport.updateStatisticsInterval()}_openTransport(e,t){var r;if(!this._transport)return;let i=[];for(let a of e)(a.state===W.CALLED||a.state===W.ACCEPTED)&&(this._transport.isAllocated(a.id)||this._transport.allocate(a.id,t)),a.state===W.ACCEPTED&&i.push(a.id);i.length&&this._transport.open(i,null,!!((r=this._conversation)==null?void 0:r.observer))}_close(e,t){t&&c.error(t,e),c.debug("Close conversation",e),e.error?this._signaling.ready&&this._signaling.hangup(A.FAILED):m.log(E.ERROR,e.hangup),G._activationMutex=!1;let i=this._conversation&&this._conversation.id;if([A.CANCELED,A.NOT_FRIENDS,A.CALLEE_IS_OFFLINE,A.CALLER_IS_BLOCKED,A.CALLER_IS_REJECTED].indexOf(e.hangup)!==-1||e.hangup===A.REJECTED&&!e.remote){f.onHangup(e,i),this.destroy();return}if(e.hangup===A.HUNGUP&&(!e.remote||this._participantState===W.CALLED)){f.onHangup(e,i),this.destroy();return}if(e.hangup===A.MISSED&&!e.remote){f.onHangup(e,i),this.destroy();return}if(e.hangup===A.SOCKET_CLOSED&&G._current&&!this._conversation){this._cleanupSignaling(),this._cleanupMediaSource();return}if(e.hangup===A.BUSY&&!e.remote){this._cleanupSignaling(),this._cleanupMediaSource();return}this._state="CLOSE",this._participantState=W.HUNGUP,this._changeFeatureSet(),this._cleanupMediaSource(),this._cleanupParticipants(),this._cleanupParticipantAgnosticStreams(),this._cleanupTransport(),this._cleanupSpeakerDetector(),this._cleanupSpecListener(),this._cleanupSignaling(),this._api.cleanup(),m.destroy(),this._conversation=null,this._myLastRequestedLayouts={},G._current=null,G._delayedHangup=!1,f.onHangup(e||new N(A.UNKNOWN_ERROR),i),this._cooldownQueueCleanupTimer!==null&&(window.clearInterval(this._cooldownQueueCleanupTimer),this._cooldownQueueCleanupTimer=null)}destroy(){let e=this._conversation&&this._conversation.id;c.debug("Destroy conversation",{conversationId:e}),this._cleanupMediaSource(),this._cleanupParticipants(),this._cleanupParticipantAgnosticStreams(),this._cleanupTransport(),this._cleanupSpeakerDetector(),this._cleanupSpecListener(),this._cleanupSignaling(),this._api.cleanup(),this._cleanupListeners(),m.destroy(),this._conversation=null,this._myLastRequestedLayouts={},G._current=null,G._delayedHangup=!1,this._cooldownQueueCleanupTimer!==null&&(window.clearInterval(this._cooldownQueueCleanupTimer),this._cooldownQueueCleanupTimer=null)}_getConversationParams(e){return o(this,null,function*(){let t=yield this._api.getConversationParams(e);c.debug("Api.getConversationParams",t);let i=[],{turn_server:r,stun_server:a}=t;if(a&&i.push(a),r){let s=r.urls.filter((p,l,u)=>u.indexOf(p)===l);s.push(`${s[s.length-1]}?transport=tcp`),i.push({urls:s,username:r.username,credential:r.credential})}return d.iceServers=i,d.wssBase=t.endpoint,d.wssToken=t.token,t.client_type&&(d.clientType=t.client_type),d.externalUserType=t.external_user_type,t})}_addGeoParamsToEndpoint(e,t){return t.isp_as_no&&(e+=`&ispAsNo=${t.isp_as_no}`),t.isp_as_org&&(e+=`&ispAsOrg=${t.isp_as_org}`),t.loc_cc&&(e+=`&locCc=${t.loc_cc}`),t.loc_reg&&(e+=`&locReg=${t.loc_reg}`),e}_startConversation(e,t,i,r,a="",s=!1,p=!1,l){return o(this,null,function*(){let u=v.uuid();c.debug("Conversation: start",{conversationId:u,opponentIds:e,opponentType:t,direction:i});let R=r.includes(de.VIDEO),C=yield this._api.startConversation(u,e,t,R,a,s,p,{onlyAdminCanShareMovie:l});c.debug("Api.startConversation",C);let O=yield this._getConversationParams(C.id);C.endpoint=this._addGeoParamsToEndpoint(C.endpoint,O);let x=yield this._connectSignaling(Je.START,C);return yield this._setConversation(C,x,i),x})}_joinConversation(e){return o(this,null,function*(){let{conversationId:t,mediaOptions:i,chatId:r,joinLink:a,observedIds:s}=e;c.debug("Conversation: join",{conversationId:t,joinLink:a,observedIds:s});let p=i.includes(de.VIDEO),l;if(t)l=yield this._api.joinConversation(t,p,r);else if(a)l=yield this._api.joinConversationByLink(a,p,s);else throw new N(A.UNKNOWN_ERROR);c.debug("Api.joinConversation",l),yield this._getConversationParams(l.id);let u=yield this._connectSignaling(Je.JOIN,l);return yield this._setConversation(l,u,Qe.JOINING),u})}_prepareConversation(r){return o(this,arguments,function*(e,t=X.USER,i){c.debug("Conversation: push",{conversationId:e,type:t,peerId:i});let a=this._api.getUserId();if(!a)throw new N(A.UNKNOWN_ERROR);let s=yield this._getConversationParams(e),p=s.device_idx||0,l=`${d.wssBase}?userId=${a}&entityType=${t}&deviceIdx=${p}&conversationId=${e}&token=${d.wssToken}`;l=this._addGeoParamsToEndpoint(l,s);let u={id:e,peerId:i,endpoint:l,is_concurrent:!1,p2p_forbidden:!1,device_idx:p},R=yield this._connectSignaling(Je.ACCEPT,u);return G._current&&(G._current._participantState===W.ACCEPTED||G._current._participantState===W.CALLED)?(c.log("Push rejected (busy)"),m.log(E.PUSH,"busy"),this._signaling.ready&&this._signaling.hangup(A.BUSY),Promise.reject({hangup:A.BUSY})):(G._current&&(G._current.destroy(),G._current=null),yield this._setConversation(u,R,Qe.INCOMING,t),R)})}_createParticipant(e){return o(this,null,function*(){var i;let t=Object.assign({id:null,externalId:null,mediaSettings:ve(),participantState:{},state:W.CALLED,status:null,remoteStream:null,mediaSource:null,platform:null,clientType:null,roles:[],networkRating:1,lastRequestedLayouts:{},muteStates:{},unmuteOptions:[],observedIds:[]},e);if(e.externalId){let r=v.decomposeParticipantId(t.id).compositeUserId;this._api.cacheExternalId(r,e.externalId)}else t.externalId=yield this._getParticipantId(t.id);return((i=t.observedIds)==null?void 0:i.length)&&(t.externalId.observer=!0),this._setParticipantMarkers(t,t.markers),t})}_getParticipantId(e){return o(this,null,function*(){try{let t=v.decomposeParticipantId(e),i=yield this._api.userId(t.compositeUserId);return Object.assign({deviceIdx:t.deviceIdx},i)}catch(t){throw this._close(new N(A.NETWORK_ERROR),t),t}})}_setConversation(a,s,p){return o(this,arguments,function*(e,t,i,r=X.USER){yield this._prepareParticipants(t.conversation.participants);let l=this._api.getUserId(),u=e.device_idx||0;if(!l){let O=(t.conversation.participants||[]).find(x=>v.comparePeerId(x.peerId,t.peerId));if(!O)throw new N(A.UNKNOWN_ERROR);l=Number(O.id),O.idType&&(r=O.idType),O.deviceIdx&&(u=O.deviceIdx),this._api.setUserId(l)}let R=v.composeParticipantId(l,r,u),C=yield this._getParticipantId(R);this._conversation={userId:l,compositeUserId:R,externalId:C,acceptTime:t.conversation.acceptTime,features:t.conversation.features||[],featuresPerRole:t.conversation.featuresPerRole,id:t.conversation.id||e.id,participantsLimit:t.conversation.participantsLimit||30,topology:t.conversation.topology||se.DIRECT,direction:i,concurrent:t.isConcurrent||e.is_concurrent||!1,needRate:!1,chatId:t.conversation.multichatId,roles:[],recordInfo:null,joinLink:e.join_link,pinnedParticipantId:null,mediaModifiers:t.mediaModifiers,options:[],muteStates:{},unmuteOptions:[],networkRating:1,waitingHall:this._isInWaitingHall(t),observer:!1},this._signaling.setConversationId(e.id),e.p2p_forbidden&&(d.forceRelayPolicy=e.p2p_forbidden),m.log(E.RELAY_POLICY,d.forceRelayPolicy?"1":"0"),this._changeFeatureSet(),this._logDevices()})}_updateConversation(e){if(!this._conversation)throw new N(A.UNKNOWN_ERROR);this._conversation.acceptTime=e.conversation.acceptTime,this._conversation.features=e.conversation.features||[],this._conversation.featuresPerRole=e.conversation.featuresPerRole,this._conversation.participantsLimit=e.conversation.participantsLimit||30,this._conversation.topology=e.conversation.topology||se.DIRECT,this._conversation.concurrent=e.isConcurrent||!1,this._conversation.chatId=e.conversation.multichatId,this._conversation.mediaModifiers=e.mediaModifiers,this._conversation.waitingHall=!1}_createMediaSource(){let e=new xi;return this.subscribe(e,De.SOURCE_CHANGED,this._onLocalMediaStreamChanged.bind(this)),this.subscribe(e,De.SCREEN_STATUS,this._onScreenSharingStatus.bind(this)),this._audioFix=new Ht(e),e}_connectSignaling(e,t){return o(this,null,function*(){return this._signaling.setEndpoint(t.endpoint),this.subscribe(this._signaling,Te.NOTIFICATION,this._onSignalingNotification.bind(this)),this.subscribe(this._signaling,Te.FAILED,this._onSignalingFailed.bind(this)),this.subscribe(this._signaling,Te.RECONNECT,this._onSignalingReconnect.bind(this)),this._signaling.connect(e,t)})}_processConnection(e){return o(this,null,function*(){yield this._registerConnectionParticipants(e),this._processConnectionData(e)})}_prepareParticipants(e){return o(this,null,function*(){let t=e.map(i=>i.id);t.length&&(yield this._api.prepareUserIds(t))})}_onConversationParticipantListChunk(e){let t=e.participants;t&&f.onConversationParticipantListChunk(this._participantListChunkToExternalChunk(this._createParticipantListChunk(t)))}_createParticipantListChunk(e){return Ne(Ne({},{participants:[],countBefore:0,countAfter:0,markerFound:!1}),e)}_participantListChunkToExternalChunk(e){let t=v.mapSharedParticipants(e.participants.map(i=>{let r=v.composeId(i);return this._participants[r]}));return ut(Ne({},e),{participants:t})}_registerConnectionParticipants(e){return o(this,null,function*(){var t,i;yield this._registerParticipants(e.conversation.participants),((t=e.participants)==null?void 0:t.participants)&&(yield this._registerParticipants((i=e.participants)==null?void 0:i.participants))})}_registerParticipants(e){return o(this,null,function*(){if(!!this._conversation)for(let t of e){let i=v.composeId(t);if(this._isMe(i)){this._conversation.roles=t.roles||[],this._conversation.roles.length&&(c.debug(`Local roles changed: ${t.roles}`),f.onLocalRolesChanged(this._conversation.roles)),yield this._registerParticipantLocalMuteState(t);continue}if(t.state===W.HUNGUP||t.state===W.REJECTED){this._participants[t.id]&&this._removeParticipant(this._participants[t.id],A.HUNGUP);continue}this._registerParticipantInCache(yield this._createParticipant({id:i,externalId:t.externalId&&fe.fromSignaling(t.externalId,t.deviceIdx||0),mediaSettings:ve(t.mediaSettings),participantState:v.mapParticipantState(t),state:t.state,roles:t.roles||[],status:d.batchParticipantsOnStart?Y.WAITING:null,muteStates:t.muteStates||{},unmuteOptions:t.unmuteOptions||[],observedIds:t.observedIds||[],markers:this._denormalizeMarkers(i,t.markers),movieShareInfos:t.movieShareInfos})),t.roles&&t.roles.length&&(c.debug(`Roles for participant [${i}] changed: ${t.roles}`),f.onRolesChanged(this._participants[i].externalId,t.roles))}})}_registerParticipantLocalMuteState(e){return o(this,null,function*(){if(!e.muteStates)return Promise.resolve();let t=yt(e.muteStates,Ue.MUTE),i=yt(e.muteStates,Ue.MUTE_PERMANENT);for(let r of[t,i])!r.length||(yield this._onMuteParticipant({muteStates:e.muteStates,unmuteOptions:e.unmuteOptions,mediaOptions:r,stateUpdated:!0}))})}_getStatusByTransportState(e){let t;return e===B.CONNECTED?t=Y.CONNECTED:e===B.CONNECTING||e===B.OPENED?t=Y.CONNECTING:e===B.RECONNECTING&&(t=Y.RECONNECT),t}_registerParticipantInCache(e){return this._participants[e.id]=e}_getExistedParticipantByIdOrCreate(e){return o(this,null,function*(){return this._participants[e]||this._createParticipant({id:e})})}_getExternalIdByParticipantId(e){return o(this,null,function*(){var t;return d.useParticipantListChunk?(yield this._getExistedParticipantByIdOrCreate(e)).externalId:(t=this._participants[e])==null?void 0:t.externalId})}_registerParticipantAndSetMarkersIfChunkEnabled(e,t){return o(this,null,function*(){if(d.useParticipantListChunk){let i=this._registerParticipantInCache(yield this._getExistedParticipantByIdOrCreate(e));return this._setParticipantMarkers(i,t),i}return this._participants[e]})}_warnParticipantNotInConversation(e){c.warn(`Participant [${e}] isn't in conversation`)}_setParticipantMarkers(e,t){return e.markers=this._denormalizeMarkers(e.id,t),e}_denormalizeMarkers(e,t){if(!t)return null;let i=Object.values(t).find(r=>"ts"in r&&"rank"in r);return Object.entries(t).reduce((r,[a,s])=>(r[a]=ut(Ne(Ne({},i),s),{id:e}),r),{})}_processConnectionData(e){return o(this,null,function*(){v.isEmptyObject(this._conversation.muteStates)&&e.conversation.muteStates&&this._onMuteParticipant({muteStates:e.conversation.muteStates,unmuteOptions:e.unmuteOptions,mediaOptions:Object.keys(e.conversation.muteStates),muteAll:!0,stateUpdated:!0}),e.conversation.pinnedParticipantId&&(yield this._onPinParticipant(e.conversation.pinnedParticipantId)),this._onRecordInfo(e.conversation.recordInfo),this._onOptionsChanged(e.conversation.options),e.chatRoom&&e.chatRoom.totalCount&&this._onChatRoomUpdated(Ti.ATTENDEE,e.chatRoom.totalCount,e.chatRoom.firstParticipants)})}_allocateTransport(){if(!this._conversation||!this._mediaSource)return;this._transport=new er(this._conversation.topology,this._signaling,this._mediaSource,this._serverSettings),this._debugInfo=new ci,this.subscribe(this._transport,F.STATE_CHANGED,this._onTransportStateChanged.bind(this)),this.subscribe(this._transport,F.LOCAL_STATE_CHANGED,this._onTransportLocalStateChanged.bind(this)),this.subscribe(this._transport,F.REMOTE_TRACK_ADDED,this._onRemoteTrackAdded.bind(this)),this.subscribe(this._transport,F.REMOTE_TRACK_REMOVED,this._onRemoteTrackRemoved.bind(this)),this.subscribe(this._transport,F.REMOTE_ALL_STALL,this._onRemoteAllStall.bind(this)),this.subscribe(this._transport,F.REMOTE_DATA_STATS,this._onRemoteDataStats.bind(this)),this.subscribe(this._transport,F.SIGNALLED_STALLED_PARTICIPANTS,this._onRemoteSignalledStall.bind(this)),this.subscribe(this._transport,F.TOPOLOGY_CHANGED,this._onTopologyChanged.bind(this)),this.subscribe(this._transport,F.NETWORK_STATUS,this._onNetworkStatus.bind(this)),this.subscribe(this._transport,F.REMOTE_STREAM_SECOND,this._onRemoteStreamSecond.bind(this)),this.subscribe(this._transport,F.PEER_CONNECTION_CLOSED,this._onPeerConnectionClosed.bind(this));let e=this._conversation.direction===Qe.OUTGOING&&!this._conversation.concurrent;for(let t of Object.values(this._participants))(t.state===W.ACCEPTED||t.state===W.CALLED)&&this._transport.allocate(t.id,e)}_createSpeakerDetector(){this._transport&&(this._volumesDetector=new tr(this._transport),this.subscribe(this._volumesDetector,ct.VOLUMES_DETECTED,this._onVolumesDetected.bind(this)),this._speakerDetector=new rr(this._volumesDetector,this._transport,this._conversation.topology),this.subscribe(this._speakerDetector,ir.SPEAKER_CHANGED,this._onSpeakerChanged.bind(this)),this._localVolumeDetector=new di(this._mediaSource))}_createSpecListener(){this._transport&&this._volumesDetector&&(this._specListener=new ui(this._transport,this._volumesDetector,this._participants))}_logDevices(){let e=P.getCameras().length,t=P.getMicrophones().length;c.debug("Cameras: "+e+(P.hasCameraPermission()?"✔":"✖")+", Microphones: "+t+(P.hasMicrophonePermission()?"✔":"✖")),m.log(E.DEVICES,`${e}_${t}`)}_logWithMediaSettings(e,t){m.log(e,[(t==null?void 0:t.isAudioEnabled)&&"audio",(t==null?void 0:t.isVideoEnabled)&&"video"].filter(Boolean).join("_"))}_removeParticipant(e,t){var i;e.state===W.CALLED||e.state===W.ACCEPTED||this._state==="CLOSE"||(e.id===this._lastSignalledActiveSpeakerId&&(this._lastSignalledActiveSpeakerId=null),!!this._participants[e.id]&&(t===A.HUNGUP?this._setParticipantsStatus([e],Y.HANGUP):this._setParticipantsStatus([e],Y.ERROR,t),(i=e.mediaSource)==null||i.disconnect(),this._conversation&&this._conversation.pinnedParticipantId===e.id&&(this._conversation.pinnedParticipantId=null),this.updateDisplayLayout([{uid:e.externalId,mediaType:Re.CAMERA,stopStream:!0}]),delete this._participants[e.id],f.onRemoteRemoved(e.externalId,e.markers)))}_cleanupListeners(){this.unsubscribe(),window.removeEventListener("unload",this._onUnload)}_cleanupMediaSource(){this._mediaSource&&(this._mediaSource.destroy(),this._mediaSource=null)}_cleanupParticipants(){Object.values(this._participants).forEach(e=>{var t,i,r;(t=e.remoteStream)==null||t.getTracks().forEach(a=>a.stop()),(i=e.secondStream)==null||i.getTracks().forEach(a=>a.stop()),(r=e.mediaSource)==null||r.disconnect()}),this._participants={},this._audioOutput&&this._audioOutput.destroy()}_cleanupParticipantAgnosticStreams(){c.debug("cleaning up participant-agnostic streams"),this._streamByStreamId.forEach(e=>{e.getTracks().forEach(t=>{t.stop()})}),this._streamByStreamId=new Map,this._streamWaitTimerByStreamDescription.forEach(e=>{window.clearTimeout(e)}),this._streamWaitTimerByStreamDescription=new Map,this._streamIdByStreamDescription=new Map,this._sequenceNumberByStreamDescription=new Map,this._cooldownTimestampByStreamDescription=new Map}_cleanupTransport(){this._transport&&(this._transport.destroy(),this._transport=null),this._debugInfo&&(this._debugInfo=null)}_cleanupSpeakerDetector(){this._speakerDetector&&(this._speakerDetector.destroy(),this._speakerDetector=null),this._volumesDetector&&(this._volumesDetector.destroy(),this._volumesDetector=null),this._localVolumeDetector&&(this._localVolumeDetector.destroy(),this._localVolumeDetector=null)}_cleanupSpecListener(){this._specListener&&(this._specListener.destroy(),this._specListener=null)}_cleanupSignaling(){this._signaling.close(),this._signaling.cleanup()}_onAddParticipant(e,t,i){return o(this,null,function*(){c.debug(`Add new participant [${e}]`);let r=this._participants[e];if(r&&(r.state===W.ACCEPTED||r.state===W.CALLED)){c.warn(`Participant [${r.id}:${r.state}] is already in conversation`);return}r||(r=this._registerParticipantInCache(yield this._createParticipant({id:e,externalId:t.externalId&&fe.fromSignaling(t.externalId,t.deviceIdx||0),mediaSettings:ve(t.mediaSettings),state:t.state,roles:t.roles||[],muteStates:t.muteStates||{},unmuteOptions:t.unmuteOptions||[],observedIds:t.observedIds||[]}))),this._setParticipantsStatus([r],Y.WAITING),i?(r.state=W.HUNGUP,this._removeParticipant(r,i)):this._transport&&(r.state=W.CALLED,this._transport.allocate(r.id,!0),m.log(E.ADD_PARTICIPANT),this._invokeRolesChangedCallbackIfNeeded(r))})}_onRemoveParticipant(e){c.debug(`Remove participant [${e}]`);let t=[];for(let i=0;i<=Mn;i++){let r=v.compose(e,i),a=this._participants[r];a&&t.push(a)}if(!t.length){this._warnParticipantNotInConversation(e);return}if(this._transport)for(let i of t)this._transport.close(i.id);m.log(E.REMOVE_PARTICIPANT)}changeDevice(e){return o(this,null,function*(){return e==="audiooutput"?this._audioOutput.changeOutput():this._mediaSource?(e==="audioinput"&&(this._audioFix=new Ht(this._mediaSource)),this._mediaSource.changeDevice(e)):Promise.reject(ne.UNKNOWN)})}toggleScreenCapturing(e,t){return o(this,null,function*(){return this._mediaSource?this._mediaSource.toggleScreenCapturing(e,t):Promise.reject(ne.UNKNOWN)})}setVideoStream(e,t=!1){return o(this,null,function*(){if(this._mediaSource)return this._mediaSource.setVideoStream(e,t)})}setAudioStream(e){return o(this,null,function*(){if(this._mediaSource)return this._mediaSource.setAudioStream(e)})}toggleLocalVideo(e){return o(this,null,function*(){if(this._mediaSource)return m.log(E.MEDIA_STATUS,e?"video_1":"video_0"),this._mediaSource.toggleVideo(e)})}toggleLocalAudio(e){return o(this,null,function*(){if(this._mediaSource)return m.log(E.MEDIA_STATUS,e?"audio_1":"audio_0"),this._mediaSource.toggleAudio(e)})}changePriorities(e){return o(this,null,function*(){if(e.length<2||!this._signaling.ready)return;let t={},i={};for(let r of e){let a=typeof r.uid=="object"?r.uid:fe.fromId(r.uid),s=fe.toString(a);i[s]=r.priority}for(let r of Object.values(this._participants)){let a=fe.toString(r.externalId);i.hasOwnProperty(a)&&(t[r.id]=i[a])}yield this._signaling.changePriorities(t)})}changeParticipantState(e){return o(this,null,function*(){for(let[t,i]of Object.entries(e))if(t.length>5||i.length>5)throw new Error("key/value max length is 5 chars, mappings with empty values (null or empty string) are discarded");yield this._signaling.changeParticipantState(e)})}requestKeyFrame(e){return o(this,null,function*(){let t={};return t[We(e)]={keyFrameRequested:!0},this._signaling.updateDisplayLayout(t)})}requestTestMode(e,t){return o(this,null,function*(){return this._signaling.requestTestMode(e,t)})}updateDisplayLayout(e){return o(this,null,function*(){if(e.length<1||!this._signaling.ready)return;c.log(`Update display layout [${this._signaling.getNextCommandSequenceNumber()}]`,e);let t={};for(let r of e){let a=typeof r.uid=="object"?r.uid:fe.fromId(r.uid),s=this._api.getCachedOkIdByExternalId(a);if(!s){let R=fe.toString(a);c.log(`Unknown participant external ID ${R}`);continue}let p=v.compose(s,a.deviceIdx),l=We({participantId:p,mediaType:r.mediaType,streamName:r.streamName}),u=this._participants[p];u?u.lastRequestedLayouts[l]=r:this._isMe(p)&&(this._myLastRequestedLayouts[l]=r),Vt(r)?(this._isMe(p)&&delete this._myLastRequestedLayouts[l],this._streamIdByStreamDescription.has(l)&&!this._cooldownTimestampByStreamDescription.has(l)&&this._cooldownTimestampByStreamDescription.set(l,Date.now())):(this._cooldownTimestampByStreamDescription.delete(l),!this._streamIdByStreamDescription.has(l)&&d.videoTracksCount>0&&this._streamIdByStreamDescription.set(l,null),t[l]=r)}let i=this._cooldownTimestampByStreamDescription.keys();for(;this._streamIdByStreamDescription.size>d.videoTracksCount;){let r=i.next();if(r.done){c.error("Cannot accommodate all streaming requests: tracks available "+d.videoTracksCount+"; requested streams: "+Array.from(this._streamIdByStreamDescription.keys()));break}this._stopStreaming(r.value),t[r.value]={stopStream:!0}}yield this._sendUpdateDisplayLayout(t)})}feedback(e){return this._signaling.feedback(e)}_stopStreaming(e){if(this._cooldownTimestampByStreamDescription.delete(e),this._sequenceNumberByStreamDescription.set(e,this._signaling.getNextCommandSequenceNumber()),this._streamWaitTimerByStreamDescription.has(e)&&(c.log("Client asked to stop streaming before stream became available",e),window.clearTimeout(this._streamWaitTimerByStreamDescription.get(e)),this._streamWaitTimerByStreamDescription.delete(e)),this._streamIdByStreamDescription.get(e)){let i=Ft(e),r=this._participants[i.participantId],{externalId:a}=this._conversation,s=this._isMe(i.participantId);if(r){if(i.streamName&&(i.mediaType===Re.STREAM||i.mediaType===Re.MOVIE)){let p={stream:null,streamName:i.streamName,mediaType:i.mediaType};s?f.onLocalLive(a,p):f.onRemoteLive(r.externalId,p)}else s||f.onRemoteStream(r.externalId,null);m.log(E.PAT_DEALLOCATED)}else c.log(`Cannot find participant to stop streaming: ${i.participantId}`)}this._streamIdByStreamDescription.delete(e)}_sendUpdateDisplayLayout(e){return o(this,null,function*(){if(Object.keys(e).length===0)return;let t=yield this._signaling.updateDisplayLayout(e);if(!t)return;let i=[];for(let[r,a]of Object.entries(t.errorCodeByParticipantId||{})){let s=Ft(r),p=this._participants[s.participantId];if(p){let l;typeof a!="number"?(c.warn(`Unexpected error code ${a} received for participant ${s.participantId}`),l=wr.UNKNOWN_ERROR):l=xr(a),i.push({externalId:p.externalId,errorReason:l})}}if(i&&i.length)throw new mi("Could not allocate one or more participants",i)})}_cleanupCooldownQueue(){let e={},t=this._cooldownTimestampByStreamDescription.entries();do{let i=t.next();if(i.done)break;let r=i.value;if(r[1]+bn>Date.now())break;let s=r[0];this._stopStreaming(s),e[s]={stopStream:!0}}while(!0);this._sendUpdateDisplayLayout(e)}_onParticipantSourcesUpdate(e){if(this._conversation){c.log("Received participant sources update notification",e);for(let t of e)this._waitForStreamIfNeeded(t)}}_onParticipantPromoted(e){return o(this,null,function*(){c.log("Promoted in waiting hall",!e.demote),e.demote?(c.log("Kicked from waiting hall"),this._close(new N(A.REMOVED))):(this._updateConversation(e),yield this._onJoinPart2(e))})}_onChatRoomUpdated(r){return o(this,arguments,function*(e,t=0,i=[]){c.log(`Chat room updated: ${e}`);let a=[],s=[];i.length&&(i.forEach(p=>{if(p.externalId){let l=Ee.fromSignaling(p.externalId);a.push(l),this._api.cacheExternalId(p.id.id,l)}else s.push(v.decomposeId(p.id.id).id)}),s.length&&!a.length&&(a=yield this._api.getExternalIdsByOkIds(s))),f.onChatRoomUpdated(e,t,a)})}_onSharedMovieUpdate(e){return o(this,null,function*(){let{externalId:t}=this._conversation,{data:i}=e;for(let r of i)if(this._isMe(r.participantId))f.onLocalLiveUpdate(t,r);else{let s=yield this._getExternalIdByParticipantId(r.participantId);s&&f.onRemoteLiveUpdate(s,r)}})}_onSharedMovieInfoStarted(e){return o(this,null,function*(){c.log(`Shared movie started data received: ${e.notification}`),yield this._processSharedMovieInfo(e.movieShareInfo)})}_processSharedMovieInfo(e){return o(this,null,function*(){var r;if(!e)return;let{externalId:t}=this._conversation;if(this._isMe(e.initiatorId))f.onLocalSharedMovieInfo(t,e);else{let a=yield this._getExternalIdByParticipantId(e.initiatorId);a&&f.onRemoteSharedMovieInfo(a,e)}this._transport.getTopology()===se.SERVER&&this._transport.getState()===B.IDLE&&this._participantState!==W.CALLED&&this._transport.open(this._transport.allocated(),null,!!((r=this._conversation)==null?void 0:r.observer),!0)})}_processConnectionSharedMovieInfo(e){return o(this,null,function*(){let t=e.conversation.participants.find(i=>this._isMe(v.composeId(i)));t&&t.movieShareInfos&&(yield Promise.all(t.movieShareInfos.map(i=>this._processSharedMovieInfo(i))))})}_onSharedMovieInfoStopped(e){return o(this,null,function*(){c.log(`Shared movie stopped data received: ${e.notification}`);let{externalId:t}=this._conversation,{initiatorId:i,movieId:r,source:a}=e,s={initiatorId:i,movieId:r,source:a};if(this._isMe(i))f.onLocalSharedMovieStoppedInfo(t,s);else{let l=yield this._getExternalIdByParticipantId(i);l&&f.onRemoteSharedMovieStoppedInfo(l,s)}})}_onFeaturesPerRoleChanged(e){c.log(`Features per role changed: ${e.notification}`),f.onFeaturesPerRoleChanged(e.featuresPerRole)}_waitForStreamIfNeeded(e){var p,l;let t=this._matchStreamDescription(e.participantStreamDescription);if(!t||d.producerScreenDataChannel&&t.mediaType===Re.SCREEN)return;let i=We(t),r=this._sequenceNumberByStreamDescription.get(i);if(r&&r>e.sequenceNumber){c.warn(`Participant ${t.participantId} received outdated PAT response: sequence number ${e.sequenceNumber}; last sent sequence number for given participant is ${r}`),m.log(E.PAT_OUTDATED_RESPONSE);return}let a=e.streamId,s=e.rtpTimestamp?this._getWaitingTime(a,e.rtpTimestamp):0;if(s<=0){this._streamWaitTimerByStreamDescription.delete(i);let u=t.participantId,R=this._participants[u],{externalId:C}=this._conversation,O=this._isMe(u);if(!R&&!O){m.log(E.PAT_ERROR,"participantMissing"),c.error(`Could not find participant by ID: ${u}`);return}let x=O?C:R.externalId,H=this._streamByStreamId.get(a);if(!H){m.log(E.PAT_ERROR,"streamNotFound"),c.error(`Could not find stream by ID: ${a}`);return}m.log(E.PAT_ALLOCATED),this._streamIdByStreamDescription.set(i,a);let re=(p=e.participantStreamDescription)==null?void 0:p.mediaType;if(re===Re.STREAM||re===Re.MOVIE){if((l=e.participantStreamDescription)==null?void 0:l.streamName){let Se={streamName:e.participantStreamDescription.streamName,stream:H,mediaType:re};O?f.onLocalLive(x,Se):f.onRemoteLive(x,Se)}}else if(d.producerScreenTrack&&re===Re.SCREEN)f.onRemoteScreenStream(R.externalId,H);else if(!O){let Se=(d.producerScreenTrack?null:R.secondStream)||H;f.onRemoteStream(R.externalId,Se)}}else{c.debug(`Waiting for ${s} until stream ${a} for ${i} is switched`);let u=window.setTimeout(this._waitForStreamIfNeeded.bind(this,e),s);this._streamWaitTimerByStreamDescription.set(i,u)}}_matchStreamDescription(e){if(!e)return null;if(this._streamIdByStreamDescription.has(We(e)))return e;let t=e.participantId;if(e.mediaType){let i={participantId:t,mediaType:null};if(this._streamIdByStreamDescription.has(We(i)))return i}else{let i={participantId:t,mediaType:Re.CAMERA};if(this._streamIdByStreamDescription.has(We(i)))return i;let r={participantId:t,mediaType:Re.SCREEN};if(this._streamIdByStreamDescription.has(We(r)))return r}return c.error("Received unrequested allocation",e),null}_getWaitingTime(e,t){if(this._transport)return this._transport.getStreamWaitingTimeMs(e,t);throw new Error("transport is not initialized")}_isCallAdmin(){return this._conversation?v.includesOneOf(this._conversation.roles,[mt.ADMIN,mt.CREATOR]):!1}_checkAdminRole(){if(!!this._conversation&&!v.includesOneOf(this._conversation.roles,[mt.ADMIN,mt.CREATOR]))throw new Error("You don't have the required permission")}grantRoles(e,t,i){return o(this,null,function*(){this._checkAdminRole(),yield this._signaling.grantRoles(e,t,i)})}muteParticipant(){return o(this,arguments,function*(e=null,t,i=[]){this._checkAdminRole(),yield this._signaling.muteParticipant(e,t,i)})}enableFeatureForRoles(e,t){return o(this,null,function*(){yield this._signaling.enableFeatureForRoles(e,t)})}pinParticipant(e,t){return o(this,null,function*(){this._checkAdminRole(),yield this._signaling.pinParticipant(e,t)})}updateMediaModifiers(e){return o(this,null,function*(){this._signaling.ready&&this._conversation&&(this._conversation.mediaModifiers=e,yield this._signaling.updateMediaModifiers(e))})}changeOptions(e){return o(this,null,function*(){if(this._signaling.ready&&this._conversation){this._checkAdminRole(),yield this._signaling.changeOptions(e);let t=Ir(this._conversation.options,e);this._onOptionsChanged(t)}})}getWaitingHall(e,t,i){return o(this,null,function*(){if(!this._signaling)return Promise.reject();let r=null;e&&(r=ma(e));let a=yield this._signaling.getWaitingHall(r,t,i);if(a.error)return Promise.reject(a.message);let s=a.participants||[],p=[],l=[],u=null;return s.length&&(s.forEach(R=>{if(R.externalId){let C=Ee.fromSignaling(R.externalId);p.push(C),this._api.cacheExternalId(R.id.id,C)}else l.push(v.decomposeId(R.id.id).id)}),l.length&&!p.length&&(p=yield this._api.getExternalIdsByOkIds(l)),a.hasMore&&(u=ua(s[s.length-1].id))),{participants:p,pageMarker:u,totalCount:a.totalCount||0}})}promoteParticipant(e,t){return o(this,null,function*(){this._signaling&&(yield this._signaling.promoteParticipant(e,t))})}chatMessage(e,t=null){return o(this,null,function*(){this._signaling.ready&&(yield this._signaling.chatMessage(e,t))})}chatHistory(e){return o(this,null,function*(){if(this._signaling.ready){let t=yield this._signaling.chatHistory(e);for(let i=t.messages.length-1;i>=0;i--){let r=t.messages[i];yield this._onChatMessage(r)}}})}customData(e,t=null){return o(this,null,function*(){this._signaling.ready&&(yield this._signaling.customData(e,t))})}createJoinLink(){return o(this,null,function*(){if(this._conversation){let t=(yield this._api.createJoinLink(this._conversation.id)).join_link;if(t)return this._conversation.joinLink=t,t}return Promise.reject()})}removeJoinLink(){return o(this,null,function*(){if(this._conversation&&(yield this._api.removeJoinLink(this._conversation.id)).success){delete this._conversation.joinLink;return}return Promise.reject()})}addMovie(r){return o(this,arguments,function*({movieId:e,gain:t,metadata:i}){let a={movieId:e};(t||t===0)&&(a.gain=t),i&&(a.metadata=i);let s=yield this._signaling.addMovie(a);if(s.error)throw new Error(s.error);return{movieId:s.movieId,streamType:s.streamType}})}updateMovie(e){return o(this,null,function*(){let t=yield this._signaling.updateMovie(e);if(t.error)throw new Error(t.error)})}removeMovie(e){return o(this,null,function*(){let t={movieId:e},i=yield this._signaling.removeMovie(t);if(i.error)throw new Error(i.error)})}startStream(e=!1,t=null,i=null,r="DIRECT_LINK",a=null){return o(this,null,function*(){let s={movieId:i,name:t,privacy:r,groupId:a,streamMovie:!e},p=yield this._signaling.startStream(s);return p.error?Promise.reject(p.message):p})}stopStream(){return o(this,null,function*(){let e=yield this._signaling.stopStream();return e.error?Promise.reject():e})}recordSetRole(e,t){return o(this,null,function*(){let i=yield this._signaling.recordSetRole(e,t);if(i.error)throw new Error(i.error)})}getStreamInfo(){return o(this,null,function*(){let e=yield this._signaling.getRecordStatus();return{movieId:e.recordMovieId,preview:e.recordMoviePreviewUrl}})}setLocalResolution(e,t,i){return o(this,null,function*(){var r;if(e<d.videoMinWidth||t<d.videoMinHeight)throw new Error("Sizes received are less than the `videoMinWidth` or `videoMinHeight`");if(i==null?void 0:i.effect){if(i.effect.width<d.videoMinWidth||i.effect.height<d.videoMinHeight)throw new Error("Sizes of effect received are less than the `videoMinWidth` or `videoMinHeight`");d.videoEffectMaxHeight=i.effect.height,d.videoEffectMaxWidth=i.effect.width}return d.videoMaxWidth=e,d.videoMaxHeight=t,(r=this._mediaSource)==null?void 0:r.setResolution(e,t)})}videoEffect(e){return o(this,null,function*(){var t;return(t=this._mediaSource)==null?void 0:t.videoEffect(e)})}getParticipants(e){return o(this,null,function*(){let t=e.externalIds.map(s=>({id:s.id,type:d.externalUserType})),i=yield this._signaling.getParticipants(t);if(i.error)throw new Error(i.error);let r=i.participants,a=this._transport.getState();return Promise.all(r.map(s=>o(this,null,function*(){var l;let p=v.composeId(s);return this._createParticipant({id:p,externalId:s.externalId&&fe.fromSignaling(s.externalId,s.deviceIdx||0),mediaSettings:ve(s.mediaSettings),participantState:v.mapParticipantState(s),state:s.state,roles:s.roles||[],status:(l=this._getStatusByTransportState(a))!=null?l:Y.WAITING,muteStates:s.muteStates||{},unmuteOptions:s.unmuteOptions||[],observedIds:s.observedIds||[],markers:this._denormalizeMarkers(p,s.markers)})}))).then(v.mapSharedParticipants)})}getParticipantListChunk(e){return o(this,null,function*(){var p;c.log("Request participant list chunk",e);let t=yield this._signaling.getParticipantListChunk(e);if(t.error)throw new Error(t.error);let i=this._createParticipantListChunk(t.chunk),r=i.participants.filter(l=>{let u=v.composeId(l);return!this._participants[u]});yield this._registerParticipants(r);let a=(p=this._transport)==null?void 0:p.getState();return i.participants.forEach(l=>{var C;let u=v.composeId(l),R=this._participants[u];R.status=(C=this._getStatusByTransportState(a))!=null?C:Y.WAITING,Object.assign(R.muteStates,l.muteStates),Object.assign(R.unmuteOptions,l.unmuteOptions)}),this._participantListChunkToExternalChunk(i)})}_getInitialParticiapntListChunk(){return o(this,null,function*(){let e=d.participantListChunkInitIndex,t=d.participantListChunkInitCount,i="GRID",r=yield this._signaling.getParticipantListChunk({listType:i,fromIdx:e,count:t});return c.debug("Get initial participant list chunk",r.chunk),r.chunk})}_onLocalMediaStreamChanged(e){return o(this,null,function*(){var t,i;!this._conversation||(c.debug("Local media stream changed",e.mediaSettings),f.onLocalStreamUpdate(e.mediaSettings,e.kind),this._signaling.ready&&!((t=this._conversation)==null?void 0:t.waitingHall)&&!((i=this._conversation)==null?void 0:i.observer)&&(yield this._signaling.changeMediaSettings(e.mediaSettings)))})}_onScreenSharingStatus(e){return o(this,null,function*(){var t,i;if(c.log("Screen sharing changed",e.track,e.mediaSettings),d.consumerScreenTrack){let r=e.track?new MediaStream([e.track]):null;f.onScreenStream(r,e.mediaSettings),this._signaling.ready&&!((t=this._conversation)==null?void 0:t.waitingHall)&&!((i=this._conversation)==null?void 0:i.observer)&&(yield this._signaling.changeMediaSettings(e.mediaSettings))}})}_changeRemoteMediaSettings(e,t){c.debug(`Remote media settings changed [${e}]`,t);let{externalId:i}=this._conversation;if(this._isMe(e)){f.onLocalMediaSettings(i,t);return}let a=this._participants[e];if(!a){this._warnParticipantNotInConversation(e);return}a.mediaSettings=t,this._state==="ACTIVE"&&f.onRemoteMediaSettings(a.externalId,t,a.markers),this._specListener&&this._specListener.onChangeRemoteMediaSettings(e,t)}_changeRemoteParticipantState(e,t){c.debug(`Remote participant state changed [${e}]`,t);let i=this._participants[e];if(!i){this._warnParticipantNotInConversation(e);return}i.participantState=t||{},this._state==="ACTIVE"&&f.onRemoteParticipantState(i.externalId,i.participantState,i.markers)}_invokeRolesChangedCallbackIfNeeded(e){this._state==="ACTIVE"&&e.roles&&e.roles.length&&(c.debug(`Roles for participant [${e.id}] changed: ${e.roles}`),f.onRolesChanged(e.externalId,e.roles))}_onSignalingNotification(e){switch(e.notification){case k.ACCEPTED_CALL:return this._onAcceptedCall(e);case k.HUNGUP:return this._onHungup(e);case k.PARTICIPANT_ADDED:return this._onAddedParticipant(e);case k.PARTICIPANT_JOINED:return this._onJoinedParticipant(e);case k.CLOSED_CONVERSATION:return this._onClosedConversation(e);case k.MEDIA_SETTINGS_CHANGED:return this._onMediaSettingsChanged(e);case k.PARTICIPANT_STATE_CHANGED:return this._onParticipantStateChanged(e);case k.RATE_CALL_DATA:return this._onNeedRate();case k.FEATURE_SET_CHANGED:return this._onFeatureSetChanged(e);case k.MULTIPARTY_CHAT_CREATED:return this._onMultipartyChatCreated(e);case k.FORCE_MEDIA_SETTINGS_CHANGE:return this._onForceMediaSettingsChange(e);case k.SETTINGS_UPDATE:return this._onSettingsUpdate(e);case k.VIDEO_QUALITY_UPDATE:return this._onVideoQualityUpdate(e);case k.REGISTERED_PEER:return this._onPeerRegistered(e);case k.SWITCH_MICRO:return this._onMicSwitched(e);case k.CHAT_MESSAGE:return this._onChatMessage(e);case k.CUSTOM_DATA:return this._onCustomData(e);case k.RECORD_STARTED:return this._onRecordInfo(e.recordInfo);case k.RECORD_STOPPED:return this._onRecordInfo(null);case k.ROLES_CHANGED:return this._onRolesChanged(e.participantId,e.roles||[]);case k.MUTE_PARTICIPANT:return this._onMuteParticipant(e);case k.PIN_PARTICIPANT:return this._onPinParticipant(e.participantId,e.unpin,e.markers);case k.OPTIONS_CHANGED:return this._onOptionsChanged(e.options||[]);case k.PARTICIPANT_SOURCES_UPDATE:return this._onParticipantSourcesUpdate(e.participantUpdateInfos);case k.PROMOTE_PARTICIPANT:return this._onParticipantPromoted(e);case k.CHAT_ROOM_UPDATED:return this._onChatRoomUpdated(e.eventType,e.totalCount,e.firstParticipants);case k.JOIN_LINK_CHANGED:return this._onJoinLinkChanged(e);case k.FEEDBACK:return this._onFeedback(e);case k.MOVIE_UPDATE_NOTIFICATION:return this._onSharedMovieUpdate(e);case k.MOVIE_SHARE_STARTED:return this._onSharedMovieInfoStarted(e);case k.MOVIE_SHARE_STOPPED:return this._onSharedMovieInfoStopped(e);case k.FEATURES_PER_ROLE_CHANGED:return this._onFeaturesPerRoleChanged(e)}}_onSignalingReconnect(e){return o(this,null,function*(){if(!this._conversation)return;e.conversation.acceptTime&&(this._conversation.acceptTime=e.conversation.acceptTime),e.conversation.participantsLimit&&(this._conversation.participantsLimit=e.conversation.participantsLimit),e.conversation.features&&(this._conversation.features=e.conversation.features,this._conversation.featuresPerRole=e.conversation.featuresPerRole,this._changeFeatureSet()),e.conversation.pinnedParticipantId!==this._conversation.pinnedParticipantId&&(e.conversation.pinnedParticipantId?yield this._onPinParticipant(e.conversation.pinnedParticipantId,!1):this._conversation.pinnedParticipantId&&(yield this._onPinParticipant(this._conversation.pinnedParticipantId,!0))),e.conversation.state;let t=null;if(e.conversation.participants){let i=Object.keys(this._participants),r=[];for(let a of e.conversation.participants){let s=v.composeId(a),p=a.roles||[];if(this._isMe(s)){t=ve(a.mediaSettings),kt(this._conversation.roles,p)||this._onRolesChanged(s,p);continue}r.push(s);let l=this._participants[s];if(!l)yield this._onJoinedParticipant({participantId:a.id,participant:a,mediaSettings:a.mediaSettings});else{let u=ve(a.mediaSettings);jr(u,l.mediaSettings)||this._changeRemoteMediaSettings(s,u);let R=v.mapParticipantState(a),C=l.participantState;v.isEqualParticipantState(R,C)||this._changeRemoteParticipantState(s,R),kt(p,l.roles)||this._onRolesChanged(l.id,p)}}for(let a of i)r.indexOf(a)<0&&this._removeParticipant(this._participants[a],A.HUNGUP)}this._onMuteParticipant({muteStates:e.conversation.muteStates,unmuteOptions:e.unmuteOptions,mediaOptions:[]},t),this._onRecordInfo(e.conversation.recordInfo),this._onOptionsChanged(e.conversation.options)})}_onSignalingFailed(e){c.error("Signaling failed",e),this._close(e)}_onAcceptedCall(e){return o(this,null,function*(){let t=v.composeMessageId(e),i=v.getPeerIdString(e.peerId);if(c.debug(`Participant accepted call [${t}]`),this._conversation&&this._isMe(t)){this._close(new N(A.MISSED),"Call accepted on other device");return}let r=this._participants[t];r||(r=this._registerParticipantInCache(yield this._createParticipant({id:t,mediaSettings:ve(e.mediaSettings)}))),r.state=W.ACCEPTED,r.mediaSettings=ve(e.mediaSettings),this._logWithMediaSettings(E.ACCEPTED_OUTGOING,r.mediaSettings),this._conversation&&this._conversation.direction===Qe.OUTGOING&&(this._state==="IDLE"||this._state==="PROCESSING")&&(this._state="ACTIVE",this._changeFeatureSet()),this._state==="ACTIVE"&&this._transport&&this._transport.open([r.id],i),this._changeRemoteMediaSettings(t,r.mediaSettings),this._changeRemoteParticipantState(t)})}_onHungup(e){return o(this,null,function*(){c.debug(`Participant hungup [${e.participantId}]`,{reason:e.reason});let t=v.composeMessageId(e);if(this._conversation&&this._isMe(t)){this._close(new N(e.reason,{remote:!0}));return}yield this._registerParticipantAndSetMarkersIfChunkEnabled(t,e.markers);let i=this._participants[t];if(!i){this._warnParticipantNotInConversation(t);return}this._transport&&this._transport.close(t),i.state=e.reason===A.REJECTED?W.REJECTED:W.HUNGUP,this._state!=="CLOSE"&&this._removeParticipant(i,A.HUNGUP)})}_onAddedParticipant(e){return o(this,null,function*(){var r,a;c.debug(`Participant added [${e.participantId}]`);let t=v.composeMessageId(e),i=this._participants[t];if(i&&i.state!==W.HUNGUP&&i.state!==W.REJECTED){c.debug(`Participant [${t}] is already in conversation and is active`);return}i||(i=this._registerParticipantInCache(yield this._createParticipant({id:t,externalId:e.participant.externalId&&fe.fromSignaling(e.participant.externalId,e.participant.deviceIdx||0),mediaSettings:ve(e.participant.mediaSettings),state:e.participant.state,participantState:v.mapParticipantState(e.participant),roles:e.participant.roles||[],muteStates:e.participant.muteStates||{},unmuteOptions:e.participant.unmuteOptions||[],observedIds:e.participant.observedIds||[]}))),i.state=W.CALLED,i.mediaSettings=ve((r=e.participant)==null?void 0:r.mediaSettings),i.participantState=v.mapParticipantState(e.participant),i.roles=((a=e.participant)==null?void 0:a.roles)||[],this._setParticipantsStatus([i],Y.WAITING),this._state==="ACTIVE"&&this._transport&&this._transport.allocate(i.id,!0),f.onParticipantAdded(i.externalId,i.markers),this._changeRemoteMediaSettings(t,i.mediaSettings),this._changeRemoteParticipantState(t,i.participantState),this._invokeRolesChangedCallbackIfNeeded(i)})}_onJoinedParticipant(e){return o(this,null,function*(){var r,a;c.debug(`Participant joined [${e.participantId}]`);let t=v.composeMessageId(e),i=this._participants[t];if(i&&i.state===W.ACCEPTED){c.warn(`Participant [${t}] is already in conversation and is active`);return}i||(i=this._registerParticipantInCache(yield this._createParticipant({id:t,externalId:e.participant.externalId&&fe.fromSignaling(e.participant.externalId,e.participant.deviceIdx||0),mediaSettings:ve(e.participant.mediaSettings),state:e.participant.state,participantState:v.mapParticipantState(e.participant),roles:e.participant.roles||[],muteStates:e.participant.muteStates||{},unmuteOptions:e.participant.unmuteOptions||[],observedIds:e.participant.observedIds||[],markers:this._denormalizeMarkers(t,e.participant.markers)}))),this._conversation&&this._conversation.direction===Qe.OUTGOING&&(this._state==="IDLE"||this._state==="PROCESSING")&&(this._state="ACTIVE",this._changeFeatureSet()),i.state=W.ACCEPTED,i.mediaSettings=ve(e.mediaSettings),i.participantState=v.mapParticipantState(e.participant),i.roles=e.participant.roles||[],((r=this._transport)==null?void 0:r.isAllocated(i.id))?this._setParticipantsStatus([i],Y.CONNECTED):this._setParticipantsStatus([i],Y.WAITING),this._state==="ACTIVE"&&this._transport&&(this._transport.isAllocated(i.id)||this._transport.allocate(i.id,!0),this._transport.open([i.id],null,!!((a=this._conversation)==null?void 0:a.observer))),f.onParticipantJoined(i.externalId,i.markers),this._changeRemoteMediaSettings(t,i.mediaSettings),this._changeRemoteParticipantState(t,i.participantState),this._invokeRolesChangedCallbackIfNeeded(i),f.onMuteStates(i.muteStates,i.unmuteOptions,Object.keys(i.muteStates),!1,!1,i.externalId,void 0,!0)})}_onClosedConversation(e){this._toggleJoinAvailability(),this._close(new N(e.reason,{remote:!0}))}_onMediaSettingsChanged(e){return o(this,null,function*(){let t=v.composeMessageId(e);yield this._registerParticipantAndSetMarkersIfChunkEnabled(t,e.markers),this._changeRemoteMediaSettings(t,ve(e.mediaSettings))})}_onParticipantStateChanged(e){return o(this,null,function*(){let t=v.composeMessageId(e);yield this._registerParticipantAndSetMarkersIfChunkEnabled(t,e.markers),this._changeRemoteParticipantState(t,v.mapParticipantState(e))})}_onNeedRate(){this._conversation&&(this._conversation.needRate=!0,this._changeNeedRate())}_onFeatureSetChanged(e){this._conversation&&(this._conversation.features=e.features,this._conversation.featuresPerRole=e.featuresPerRole,this._changeFeatureSet())}_onMultipartyChatCreated(e){this._conversation&&(this._conversation.chatId=e.chatId,this._toggleJoinAvailability(),f.onMultipartyChatCreated(this._conversation))}_onForceMediaSettingsChange(e){return o(this,null,function*(){if(!this._mediaSource)return;let t=this._mediaSource.getMediaSettings(),i=ve(e.mediaSettings);t.isAudioEnabled!==i.isAudioEnabled&&(yield this._mediaSource.toggleAudio(i.isAudioEnabled)),t.isVideoEnabled!==i.isVideoEnabled&&(yield this._mediaSource.toggleVideo(i.isVideoEnabled)),d.consumerScreenTrack&&t.isScreenSharingEnabled!==i.isScreenSharingEnabled&&(yield this._mediaSource.toggleScreenCapturing(i.isScreenSharingEnabled,i.isAudioSharingEnabled))})}_onSettingsUpdate(e){c.debug("Got settings update notification",e);let t={camera:e.camera,screenSharing:e.screenSharing};this._serverSettings=Qi(this._serverSettings,t),this._transport&&this._transport.updateSettings(this._serverSettings)}_onVideoQualityUpdate(e){c.debug("Got video quality update notification",e);let t=Math.round(e.quality.maxBitrate/1024),i=e.quality.maxDimension,r={camera:Object.assign({},this._serverSettings.camera,{maxBitrateK:t,maxDimension:i}),screenSharing:null};this._serverSettings=Qi(this._serverSettings,r),this._transport&&this._transport.updateSettings(this._serverSettings)}_onPeerRegistered(e){let t=v.composeMessageId(e);this._participants[t]&&(this._participants[t].clientType=e.clientType,this._participants[t].platform=e.platform)}_onMicSwitched(e){return o(this,null,function*(){f.onDeviceSwitched(de.AUDIO,!e.mute),yield this.toggleLocalAudio(!e.mute)})}_onChatMessage(e){return o(this,null,function*(){let t=v.composeMessageId(e),i;this._participants[t]?i=this._participants[t].externalId:i=yield this._getParticipantId(t),f.onChatMessage(e.message,i,e.direct)})}_onCustomData(e){return o(this,null,function*(){if(e.data.hasOwnProperty("sdk"))return;let t=v.composeMessageId(e),i;this._participants[t]?i=this._participants[t].externalId:i=yield this._getParticipantId(t),f.onCustomData(e.data,i,e.direct)})}_onRecordInfo(e){return o(this,null,function*(){var i;if(!this._conversation)return;let t=!1;if(!this._conversation.recordInfo!=!e?t=!0:this._conversation.recordInfo&&e&&(t=this._conversation.recordInfo.recordMovieId!==e.recordMovieId),t)if(e){let r=yield this._getParticipantId(e.initiator);f.onRecordStarted(r,e.recordMovieId,e.recordStartTime,e.recordType,e.recordExternalMovieId,e.recordExternalOwnerId)}else f.onRecordStopped();this._conversation.recordInfo=e,e&&this._transport.getTopology()===se.SERVER&&this._participantState!==W.CALLED&&this._transport.open(this._transport.allocated(),null,!!((i=this._conversation)==null?void 0:i.observer),!0)})}_onRolesChanged(e,t){if(this._conversation&&this._isMe(e)&&!kt(this._conversation.roles,t)){c.debug(`Local roles changed: ${t}`),this._conversation.roles=t,f.onLocalRolesChanged(t),this._processMuteState({mediaOptions:yt(this._conversation.muteStates,Ue.MUTE_PERMANENT),stateUpdated:!0});return}let i=this._participants[e];i&&!kt(i.roles,t)&&(c.debug(`Roles for participant [${e}] changed: ${t}`),i.roles=t,f.onRolesChanged(i.externalId,t))}_onMuteParticipant(e,t=null){return o(this,null,function*(){if(!this._conversation)return;let i=e.muteStates||{},r=e.unmuteOptions||[],a=e.mediaOptions||[],s=e.adminId?this._participants[e.adminId]:null;if(e.participantId&&!this._isMe(e.participantId)){if(!this._isCallAdmin()){c.warn(`Not admin got mute states for participant [${e.participantId}]`);return}let p=this._participants[e.participantId];p&&(c.debug(`Mute states for participant [${e.participantId}] changed`,i),f.onMuteStates(i,r,a,e.muteAll,e.unmute,p.externalId,s==null?void 0:s.externalId,e.stateUpdated,e.requestedMedia));return}if(!(v.isObjectsEquals(this._conversation.muteStates,i)&&v.isArraysEquals(this._conversation.unmuteOptions,r)&&!a.length)){if(this._conversation.muteStates=i,this._conversation.unmuteOptions=r,this._isMe(e.adminId)){e.muteAll&&f.onMuteStates(i,r,a,e.muteAll,e.unmute,null,this._conversation.externalId,e.stateUpdated,e.requestedMedia);return}yield this._processMuteState({mediaOptions:a,muteAll:e.muteAll,unmute:e.unmute,serverSettings:t,admin:s,stateUpdated:e.stateUpdated,requestedMedia:e.requestedMedia})}})}_processMuteState(l){return o(this,arguments,function*({mediaOptions:e=[],muteAll:t=!1,unmute:i=!1,serverSettings:r=null,admin:a=null,stateUpdated:s,requestedMedia:p}){if(!this._conversation||!this._mediaSource||this._participantState!==W.ACCEPTED)return;let u=Object.assign({},this._conversation.muteStates),R=this._conversation.unmuteOptions,C=this._mediaSource.getMediaSettings(),O=Object.entries(u);for(let[x,H]of O)if(!(H!==Ue.MUTE&&H!==Ue.MUTE_PERMANENT)&&(this._isCallAdmin()&&H===Ue.MUTE_PERMANENT&&!t&&(u[x]=Ue.MUTE),!(!e.includes(x)||i)))switch(x){case de.VIDEO:C.isVideoEnabled&&!(r==null?void 0:r.isVideoEnabled)&&(f.onDeviceSwitched(de.VIDEO,!1),yield this.toggleLocalVideo(!1));break;case de.AUDIO:C.isAudioEnabled&&!(r==null?void 0:r.isAudioEnabled)&&(f.onDeviceSwitched(de.AUDIO,!1),yield this.toggleLocalAudio(!1));break;case de.SCREEN_SHARING:C.isScreenSharingEnabled&&!(r==null?void 0:r.isScreenSharingEnabled)&&(f.onDeviceSwitched(de.SCREEN_SHARING,!1),yield this.toggleScreenCapturing(!1,!1));break;case de.AUDIO_SHARING:C.isAudioSharingEnabled&&!(r==null?void 0:r.isAudioSharingEnabled)&&(f.onDeviceSwitched(de.AUDIO_SHARING,!1),yield this.toggleScreenCapturing(C.isScreenSharingEnabled,!1));break}f.onMuteStates(u,R,e,t,i,null,a==null?void 0:a.externalId,s,p)})}_onPinParticipant(e,t=!1,i){return o(this,null,function*(){if(!this._conversation)return;let r=this._conversation.pinnedParticipantId;if(r&&r!==e)if(this._isMe(r))f.onLocalPin(!0);else{let a=yield this._getExternalIdByParticipantId(r);a&&f.onPinnedParticipant(a,!0,this._denormalizeMarkers(e,i))}if(this._isMe(e))f.onLocalPin(t);else{let a=yield this._getExternalIdByParticipantId(e);a&&f.onPinnedParticipant(a,t,this._denormalizeMarkers(e,i))}this._conversation.pinnedParticipantId=t?null:e})}_onOptionsChanged(e){this._conversation&&!Er(this._conversation.options,e)&&(this._conversation.options=e,f.onOptionsChanged(e))}_onNetworkStatus(e){if(this._conversation){let t=[];for(let[i,r]of Object.entries(e)){let a;if(this._isMe(i)||i==="")a=this._conversation.networkRating;else if(this._participants[i])a=this._participants[i].networkRating;else continue;if(a!==r)if(this._isMe(i)||i==="")this._conversation.networkRating=r,f.onLocalNetworkStatusChanged(r);else{let s=this._participants[i];s.networkRating=r,t.push({uid:s.externalId,rating:r})}}if(t.length===0)return;c.log("Received network status update: ",e),f.onNetworkStatusChanged(t)}}_onRemoteStreamSecond(e,t){let i=this._participants[e];if(!!i){if(d.producerScreenTrack){f.onRemoteScreenStream(i.externalId,t);return}if(i.secondStream=t,d.videoTracksCount>0){let r=e;if(!this._streamIdByStreamDescription.has(r)){c.error("Received remote stream notification for a participant that has no track associated with it",r);return}let a=this._streamIdByStreamDescription.get(r);if(!a||this._streamWaitTimerByStreamDescription.has(r)){c.log("Delaying secondary stream start/stop until main stream becomes available",r);return}let s=this._streamByStreamId.get(a);if(!s){m.log(E.PAT_ERROR,"streamNotFound"),c.error(`Could not find stream by ID: ${a}`);return}f.onRemoteStream(i.externalId,i.secondStream||s)}else{let r=t||i.remoteStream;r&&f.onRemoteStream(i.externalId,r)}}}_onPeerConnectionClosed(e){e===se.SERVER&&this._cleanupParticipantAgnosticStreams()}_changeFeatureSet(){if(this._conversation){let e=this._state==="ACTIVE",t=this._conversation.features.includes(Ci.ADD_PARTICIPANT);f.onCallState(e,t,this._conversation)}}_changeNeedRate(){this._conversation&&this._conversation.needRate&&f.onRateNeeded()}_onVolumesDetected(e){let t=[];for(let[i,r]of Object.entries(e)){let a=this._participants[i];a&&a.externalId&&t.push({uid:a.externalId,volume:r.real})}f.onVolumesDetected(t)}_onSpeakerChanged(e){this._activeSpeakerId=e,this._participants[e]&&this._lastSignalledActiveSpeakerId!==e&&(f.onSpeakerChanged(this._participants[e].externalId),this._lastSignalledActiveSpeakerId=e)}_onTransportStateChanged(e,t){return o(this,null,function*(){c.debug(`Transport state has changed: ${t}`,e);let i=this._getStatusByTransportState(t);if(!i)return;let r=e.reduce((a,s)=>{if(s in this._participants){let p=this._participants[s];a.push(p),t===B.CONNECTED&&(p.remoteStream||(p.mediaSettings&&this._changeRemoteMediaSettings(s,p.mediaSettings),this._changeRemoteParticipantState(s,p.participantState)),this._updateDisplayLayoutFromCache(s))}else this._warnParticipantNotInConversation(s);return a},[]);!r.length||this._setParticipantsStatus(r,i)})}_onTransportLocalStateChanged(e){return o(this,null,function*(){var t;if(c.debug(`Local transport state has changed: ${e}`),e===B.CONNECTED&&(f.onLocalStatus(Y.CONNECTED),((t=this._transport)==null?void 0:t.getTopology())===se.SERVER)){let i=Object.values(this._myLastRequestedLayouts);yield this.updateDisplayLayout(i)}e===B.CONNECTING&&f.onLocalStatus(Y.CONNECTING),e===B.RECONNECTING&&f.onLocalStatus(Y.RECONNECT),e===B.FAILED&&this._transport&&this._transport.allocated().length===0&&(this._signaling.ready&&(yield this._signaling.hangup(A.FAILED)),this._close(new N(A.FAILED),"Transport failed"))})}_onRemoteTrackAdded(e,t,i){return o(this,null,function*(){if(e.endsWith(Be.AUDIO_MIX))c.debug("Remote audio mix track added"),this._audioOutput.add(i),f.onRemoteMixedAudioStream(t);else if(e.startsWith(Be.PARTICIPANT_AGNOSTIC_TRACK_PREFIX))c.debug(`Participant-agnostic track added: ${e}`),this._streamByStreamId.set(e,t);else{c.debug(`Remote track added on the participant [${e}]`,{kind:i.kind});let r=this._participants[e];if(r||(c.warn(`Conversation: track added before participant [${e}]`),r=this._registerParticipantInCache(yield this._createParticipant({id:e})),this._setParticipantsStatus([r],Y.WAITING),this._activeSpeakerId===e&&this._lastSignalledActiveSpeakerId!==e&&(f.onSpeakerChanged(r.externalId),this._lastSignalledActiveSpeakerId=e)),this._transport&&!this._transport.isAllocated(r.id)&&this._transport.allocate(r.id,!1),i.kind===pe.audio&&(this._audioOutput.add(i),d.preserveAudioTracks||t.removeTrack(i)),r.remoteStream!==t){if(r.remoteStream=t,r.secondStream)return;f.onRemoteStream(r.externalId,t)}r.mediaSettings&&this._changeRemoteMediaSettings(e,r.mediaSettings),d.batchParticipantsOnStart||this._changeRemoteParticipantState(e,r.participantState)}})}_onRemoteTrackRemoved(e,t,i){switch(c.debug(`[${e}] remote track (removed)`,{track:i}),i.kind){case pe.audio:this._removeAudioTrack(e,t,i);break;case pe.video:case pe.screen:this._removeVideoTrack(e,t,i);break}}_removeAudioTrack(e,t,i){if(e!==Be.AUDIO_MIX){let r=this._participants[e];if(!r||r.remoteStream&&r.remoteStream!==t)return}this._audioOutput.remove(i)}_removeVideoTrack(e,t,i){}_onTopologyChanged(e){e===se.DIRECT&&(this._onRemoteSignalledStall([]),this._onRemoteAllStall(!1)),this._conversation&&(this._conversation.topology=e,this._changeFeatureSet())}_onRemoteAllStall(e){if(this._remoteAllStalled===e)return;this._remoteAllStalled=e;let t=[],i=[];for(let r in this._participants)if(this._participants.hasOwnProperty(r)){let a=this._participants[r];e||this._lastStalled[r]?t.push(a):i.push(a)}t.length&&this._setParticipantsStatus(t,Y.RECONNECT),i.length&&this._setParticipantsStatus(i,Y.CONNECTED)}_onRemoteSignalledStall(e){let t={},i=[],r=[];e.forEach(a=>{if(t[a]=!0,!this._lastStalled[a]){let s=this._participants[a];s&&!this._remoteAllStalled&&i.push(s)}delete this._lastStalled[a]}),Object.keys(this._lastStalled).forEach(a=>{let s=this._participants[a];s&&!this._remoteAllStalled&&r.push(s)}),i.length&&this._setParticipantsStatus(i,Y.RECONNECT),r.length&&this._setParticipantsStatus(r,Y.CONNECTED),this._lastStalled=t}_onRemoteDataStats(e){this._debugInfo&&this._debugInfo.onRemoteDataStats(e,this._participants),this._fixAudioDevice(e.outbound.rtps)}_fixAudioDevice(e){var t;!P.hasMicrophone()||!this._audioFix||!((t=this._mediaSource)==null?void 0:t.getMediaSettings().isAudioEnabled)||this._audioFix.fix(e)}_toggleJoinAvailability(){let e=this._conversation&&this._conversation.chatId,t=e&&this._state!=="CLOSE"||!1;e&&(c.debug("Toggle join availability",{available:t,chatId:e}),f.onJoinStatus(t,e))}_updateDisplayLayoutFromCache(e){return o(this,null,function*(){var i;if(((i=this._transport)==null?void 0:i.getTopology())!==se.SERVER)return;let t=this._participants[e];t&&t.lastRequestedLayouts&&Object.keys(t.lastRequestedLayouts).length&&(yield this.updateDisplayLayout(Object.values(t.lastRequestedLayouts)))})}_setParticipantsStatus(e,t,i=null){if(!e.length)return;let r=e.reduce((a,s)=>(s.status!==t&&(s.status=t,d.batchParticipantsOnStart?a.push(s.externalId):f.onParticipantStatus(s.externalId,t,i)),a),[]);!r.length||d.batchParticipantsOnStart&&f.onRemoteStatus(r,t,i)}_onJoinLinkChanged(e){f.onJoinLinkChanged(e.joinLink)}_onFeedback(e){return o(this,null,function*(){let t=a=>o(this,null,function*(){return(yield this._registerParticipantAndSetMarkersIfChunkEnabled(a)).externalId}),i=e.feedback.map(a=>o(this,null,function*(){let s=a.items.map(l=>o(this,null,function*(){if(l.participantId===this._conversation.compositeUserId)return Promise.resolve(ut(Ne({},l),{participantId:this._conversation.externalId}));let u=yield t(l.participantId);return ut(Ne({},l),{participantId:u})})),p=yield Promise.all(s);return ut(Ne({},a),{items:p})})),r=yield Promise.all(i);f.onFeedback(r)})}_isMe(e){var t;return e===((t=this._conversation)==null?void 0:t.compositeUserId)}},V=G;V._delayedHangup=!1;var mi=class extends Error{constructor(e,t){super(e);Object.setPrototypeOf(this,mi.prototype),this.participantErrors=t}};var Kt,hi=null;function Dn(){return o(this,null,function*(){var n;if(d.apiEnv!=="AUTO")return d.apiEndpoint;try{let e=atob("aHR0cHM6Ly9kbnMuZ29vZ2xlL3Jlc29sdmU/bmFtZT12aWRlby5fZW5kcG9pbnQub2sucnUmdHlwZT1UWFQ="),i=yield(yield fetch(e,{method:"GET",mode:"cors",cache:"no-cache"})).json(),r=(n=i==null?void 0:i.Answer[0])==null?void 0:n.data;if(!r)throw new Error("Wrong DNS response");return c.debug("Resolved API endpoint",r),r}catch(e){return c.warn("Failed to resolve API endpoint using DNS, default is used",e),d.apiEndpoint}})}function fa(){return Kt?Promise.resolve(Kt):hi||(hi=Dn().then(n=>Kt=n).finally(()=>hi=null))}function Sa(){if(!d.apiKey)throw new N(ne.API,{message:"Required argument apiAppKey not passed"})}function ar(i){return o(this,arguments,function*(n,e={},t=!1){if(!window.Blob||!window.navigator.sendBeacon)return;yield fa();let r=Ea(n,e,t),a=new window.Blob([r],{type:"application/x-www-form-urlencoded"});window.navigator.sendBeacon(`${Kt}/fb.do`,a)})}function va(i){return o(this,arguments,function*(n,e={},t=!1){yield fa();let r=Ea(n,e,t);return An(r)})}function An(n){return o(this,null,function*(){return new Promise((e,t)=>{let i=new XMLHttpRequest;i.open("POST",`${Kt}/fb.do`,!0),i.setRequestHeader("Content-type","application/x-www-form-urlencoded"),i.onreadystatechange=()=>{if(i.readyState!==XMLHttpRequest.DONE)return;let r;try{r=JSON.parse(i.responseText)}catch(a){r={result:i.responseText}}i.status!==200||r.hasOwnProperty("error_msg")?t(r):e(r)},i.send(n)})})}function Ea(n,e={},t=!1){e.method=n,e.format="JSON",e.application_key||(e.application_key=d.apiKey),t||(te.sessionKey?e.session_key=te.sessionKey:te.accessToken&&(e.access_token=te.accessToken));for(let[r,a]of Object.entries(e))typeof a=="object"&&(e[r]=JSON.stringify(a));let i="";for(let[r,a]of Object.entries(e))i&&(i+="&"),i+=`${r}=${encodeURIComponent(a)}`;return i}var On=10,wn=700,xn=3e3,_i=class extends Mt{constructor(){super(...arguments);this._userId=null;this._externalUidsCache={}}_callUnsafe(r){return o(this,arguments,function*(e,t={},i=!1){let a=s=>o(this,null,function*(){try{return yield va(e,t,i)}catch(p){if(!p.hasOwnProperty("error_msg")&&(s++,c.debug(`${e} network error, attempt ${s}...`),s<On))return yield v.delay(Math.min(s*wn,xn)),a(s);throw c.warn(e,"error",p),p}});return a(0)})}_call(r){return o(this,arguments,function*(e,t={},i=!1){try{return yield this._callUnsafe(e,t,i)}catch(a){c.warn("Api call error",a);let s=ne.API;switch(a.error_code){case 102:case 103:case 104:return yield this.authorize(),this._callUnsafe(e,t,i);case 1101:s=A.SERVICE_DISABLED;break;case 1102:s=A.CALLEE_IS_OFFLINE;break;case 1103:s=A.NOT_FRIENDS;break;case 1104:case 1106:s=A.EXTERNAL_API_ERROR;break;case 1113:s=A.CALLER_IS_REJECTED;break}throw new N(s,{message:a.error_msg,code:a.error_code})}})}userId(e){return o(this,null,function*(){let t=v.decomposeId(e).id;return te.isEmpty()?Ee.fromId(String(t)):(this._externalUidsCache.hasOwnProperty(t)||Object.assign(this._externalUidsCache,yield this._getExternalIdsByOkIds([t])),Ee.fromString(this._externalUidsCache[t]))})}prepareUserIds(e){return o(this,null,function*(){te.isEmpty()||Object.assign(this._externalUidsCache,yield this._getExternalIdsByOkIds(e))})}authorize(){return o(this,null,function*(){if(!this._uuid){let t=Xe.get("uuid");t||(t=v.uuid(),Xe.set("uuid",t)),this._uuid=String(t)}let e={session_data:{version:2,device_id:this._uuid,client_version:d.appVersion,client_type:"SDK_JS"}};return d.authToken&&(e.session_data.auth_token=d.authToken,e.session_data.version=3),this._callUnsafe("auth.anonymLogin",e,!0).then(t=>{t.uid&&(this._userId=Number(t.uid)),te.sessionKey=t.session_key,te.sessionSecretKey=t.session_secret_key}).catch(t=>{throw t.error_code===401&&f.onTokenExpired(),new N(ne.AUTH,{message:t.error_msg,code:t.error_code})})})}log(e){let t={collector:"ok.mobile.apps.video",data:JSON.stringify({application:`${d.appName}:${d.sdkVersion}`,platform:d.platform,items:e})};ar("log.externalLog",t)}init(){Sa()}joinConversation(e,t=!1,i){return o(this,null,function*(){let r={conversationId:e,isVideo:t,protocolVersion:d.protocolVersion};return i&&(r.chatId=i),this._call("vchat.joinConversation",r)})}createConversation(a){return o(this,arguments,function*(e,t="",i=!1,{onlyAdminCanShareMovie:r}={}){let s=this._preareStartConversationData({conversationId:e,isVideo:!1,joiningAllowed:!0,payload:t,requireAuthToJoin:i,onlyAdminCanShareMovie:r});return this._startConversation(s)})}startConversation(u,R,C){return o(this,arguments,function*(e,t,i,r=!1,a="",s=!1,p=!1,{onlyAdminCanShareMovie:l}={}){let O=this._preareStartConversationData({conversationId:e,isVideo:r,joiningAllowed:s,payload:a,requireAuthToJoin:p,onlyAdminCanShareMovie:l});if(t&&t.length)switch(i){case $e.USER:O.uids=t.join(",");break;case $e.GROUP:O.gid=t[0];break;case $e.CHAT:O.chatId=t[0];break}return this._startConversation(O)})}_preareStartConversationData({conversationId:e,isVideo:t,payload:i="",joiningAllowed:r=!1,requireAuthToJoin:a=!1,onlyAdminCanShareMovie:s}){let p={conversationId:e,isVideo:t,protocolVersion:d.protocolVersion};return r&&(p.createJoinLink=!0),i&&(p.payload=i),d.domain&&(p.domainId=d.domain),d.externalDomain&&(p.externalDomain=d.externalDomain),a&&(p.requireAuthToJoin=!0),s!==void 0&&(p.onlyAdminCanShareMovie=s),p}_startConversation(e){return o(this,null,function*(){return this._call("vchat.startConversation",e)})}createJoinLink(e){return o(this,null,function*(){return this._call("vchat.createJoinLink",{conversationId:e})})}removeJoinLink(e){return o(this,null,function*(){return this._call("vchat.removeJoinLink",{conversationId:e})})}getAnonymTokenByLink(e,t){return o(this,null,function*(){let i={joinLink:e};t&&(i.anonymName=t);let r=yield this._call("vchat.getAnonymTokenByLink",i);return this._userId=Number(r.uid),r.token})}joinConversationByLink(e,t=!1,i){return o(this,null,function*(){let r={joinLink:e,isVideo:t,protocolVersion:d.protocolVersion};return(i==null?void 0:i.length)&&(r.observedIds=i.join(",")),d.anonymToken&&(r.anonymToken=d.anonymToken),this._call("vchat.joinConversationByLink",r)})}getOkIdsByExternalIds(e){return o(this,null,function*(){let t=Ee.fromIds(e),i=[],r={methods:[]},a=[],s=Object.keys(this._externalUidsCache),p=Object.values(this._externalUidsCache);for(let u of t){let R=Ee.toString(u),C=p.indexOf(R);C>-1?i.push(Number(s[C])):(a.push(R),r.methods.push({"vchat.getOkIdByExternalId":{params:{externalId:u.id,anonym:u.type===Ct.ANONYM},onError:"SKIP"}}))}return r.methods.length&&(yield this._call("batch.executeV2",r)).forEach((u,R)=>{if(u.ok){let C=Number(u.ok.ok_id);this._externalUidsCache[C]=a[R],i.push(C)}}),i})}getExternalIdsByOkIds(e){return o(this,null,function*(){let t=[],i=[];for(let a of e)this._externalUidsCache.hasOwnProperty(a)?t.push(Ee.fromString(this._externalUidsCache[a])):i.push(a);if(!i.length)return t;let r=yield this._getExternalIdsByOkIds(i);Object.assign(this._externalUidsCache,r);for(let a of i)r.hasOwnProperty(a)&&t.push(Ee.fromString(r[a]));return t})}getCachedOkIdByExternalId(e){let t=Object.keys(this._externalUidsCache),i=Object.values(this._externalUidsCache),r=Ee.toString(e),a=i.indexOf(r);return a>-1?v.composeUserId(t[a],X.USER):null}cacheExternalId(e,t){let i=v.decomposeId(e).id;this._externalUidsCache[i]=Ee.toString(t)}getConversationParams(e){return o(this,null,function*(){let t={};return d.anonymToken&&(t.anonymToken=d.anonymToken),e&&(t.conversationId=e),this._call("vchat.getConversationParams",t)})}getUserId(){return this._userId}setUserId(e){this._userId=e}hangupConversation(e){let t={conversationId:e,reason:A.HUNGUP};d.anonymToken&&(t.anonymToken=d.anonymToken),ar("vchat.hangupConversation",t)}removeHistoryRecords(e){return o(this,null,function*(){yield this._call("vchat.removeHistoryRecords",{recordIds:e.join(",")})})}cleanup(){}_getExternalIdsByOkIds(e){return o(this,null,function*(){let t={};try{let i=yield this._call("vchat.getExternalIdsByOkIds",{uids:e.join(",")});if(i.external_ids)for(let[r,a]of Object.entries(i.external_ids))t[r]=Ee.fromIdToString(a,Ct.USER);if(i.anonym_ids)for(let[r,a]of Object.entries(i.anonym_ids))t[r]=Ee.fromIdToString(a,Ct.ANONYM);return t}catch(i){return t}})}};import{Any as Nn,Arr as Ta,Int as ie,Nil as dt,Str as Un}from"messagepack";var Ia=(M=>(M.RECOVER="recover",M.ACCEPT_CALL="accept-call",M.ADD_PARTICIPANT="add-participant",M.REMOVE_PARTICIPANT="remove-participant",M.HANGUP="hangup",M.TRANSMIT_DATA="transmit-data",M.ACCEPT_PRODUCER="accept-producer",M.ALLOCATE_CONSUMER="allocate-consumer",M.CHANGE_MEDIA_SETTINGS="change-media-settings",M.CHANGE_PARTICIPANT_STATE="change-participant-state",M.CHANGE_STREAM_PRIORITIES="change-streams-priorities",M.UPDATE_DISPLAY_LAYOUT="update-display-layout",M.REPORT_PERF_STAT="report-perf-stat",M.RECORD_START="record-start",M.RECORD_STOP="record-stop",M.RECORD_SET_ROLE="record-set-role",M.RECORD_GET_STATUS="record-get-status",M.SWITCH_MICRO="switch-micro",M.SWITCH_TOPOLOGY="switch-topology",M.REQUEST_REALLOC="request-realloc",M.CHAT_MESSAGE="chat-message",M.CHAT_HISTORY="chat-history",M.CUSTOM_DATA="custom-data",M.GRANT_ROLES="grant-roles",M.MUTE_PARTICIPANT="mute-participant",M.ENABLE_FEATURE_FOR_ROLES="enable-feature-for-roles",M.PIN_PARTICIPANT="pin-participant",M.UPDATE_MEDIA_MODIFIERS="update-media-modifiers",M.CHANGE_OPTIONS="change-options",M.GET_WAITING_HALL="get-waiting-hall",M.GET_PARTICIPANT_LIST_CHUNK="get-participant-list-chunk",M.GET_PARTICIPANTS="get-participants",M.PROMOTE_PARTICIPANT="promote-participant",M.REQUEST_TEST_MODE="request-test-mode",M.ADD_MOVIE="add-movie",M.UPDATE_MOVIE="update-movie",M.REMOVE_MOVIE="remove-movie",M.FEEDBACK="feedback",M))(Ia||{}),U=Ia;function gi(){let n=new DataView(new ArrayBuffer(64)),e=0;function t(i){if(e+i>n.byteLength){let r=new Uint8Array(Math.max(e+i,n.byteLength+64));r.set(new Uint8Array(n.buffer.slice(0,e))),n=new DataView(r.buffer)}}return{put(i){if(t(i.byteLength),Ln(i)){let r=i.buffer;new Uint8Array(n.buffer).set(new Uint8Array(r),e)}else new Uint8Array(n.buffer).set(new Uint8Array(i),e);e+=i.byteLength},putI8(i){t(1),n.setInt8(e,i),++e},putI16(i){t(2),n.setInt16(e,i),e+=2},putI32(i){t(4),n.setInt32(e,i),e+=4},putI64(i){t(8);let r=i<0;r&&(i=-i);let a=i/4294967296|0,s=i%4294967296|0;r&&(s=~s+1|0,a=s===0?~a+1|0:~a),n.setUint32(e,a),n.setUint32(e+4,s),e+=8},putUi8(i){t(1),n.setUint8(e,i),++e},putUi16(i){t(2),n.setUint16(e,i),e+=2},putUi32(i){t(4),n.setUint32(e,i),e+=4},putUi64(i){t(8),n.setUint32(e,i/4294967296|0),n.setUint32(e+4,i%4294967296),e+=8},putF(i){t(8),n.setFloat64(e,i),e+=8},ui8array(){return new Uint8Array(n.buffer.slice(0,e))}}}function Ln(n){return n.buffer!==void 0}function fi(n){let e=ArrayBuffer.isView(n)?new DataView(n.buffer,n.byteOffset,n.byteLength):new DataView(n),t=0;return{peek(){return e.getUint8(t)},get(i){t+=i;let r=e.byteOffset;return e.buffer.slice(r+t-i,r+t)},getI8(){return e.getInt8(t++)},getI16(){return t+=2,e.getInt16(t-2)},getI32(){return t+=4,e.getInt32(t-4)},getI64(){t+=8;let i=e.getInt32(t-8),r=e.getUint32(t-4);return i*4294967296+r},getUi8(){return e.getUint8(t++)},getUi16(){return t+=2,e.getUint16(t-2)},getUi32(){return t+=4,e.getUint32(t-4)},getUi64(){t+=8;let i=e.getUint32(t-8),r=e.getUint32(t-4);return i*4294967296+r},getF32(){return t+=4,e.getFloat32(t-4)},getF64(){return t+=8,e.getFloat64(t-8)}}}var Ca=0,ya=1,Bn=0,Vn=1,Fn=2,nr=0,Hn=0,Gn=0,Wn=1,sr=class{constructor(){this.participantIdRegistry=null}setParticipantIdRegistry(e){this.participantIdRegistry=e}serializeUpdateDisplayLayout(e,t){let i=gi();ie.enc(i,Ca),ie.enc(i,nr),ie.enc(i,e),dt.enc(i,null);let r=[];for(let a in t)t.hasOwnProperty(a)&&this.writeLayout(t,a,r);return Ta.enc(i,r),dt.enc(i,null),i.ui8array()}writeLayout(e,t,i){let r=e[t],a=gi();if(this.writeStreamDesc(t,a),Vt(r))ie.enc(a,Vn);else if(Yi(r))ie.enc(a,Fn);else if(ie.enc(a,Bn),r.priority!==void 0?ie.enc(a,r.priority):dt.enc(a,null),r.width!==void 0&&r.height!==void 0?(ie.enc(a,Math.round(r.width)),ie.enc(a,Math.round(r.height))):(dt.enc(a,null),dt.enc(a,null)),r.fit!==void 0)switch(r.fit){case"cv":ie.enc(a,Gn);break;case"cn":ie.enc(a,Wn);break;default:dt.enc(a,null)}else dt.enc(a,null);i.push(a.ui8array())}writeStreamDesc(e,t){if(this.participantIdRegistry){let i=this.participantIdRegistry.getCompactId(e);if(i!==void 0){ie.enc(t,i);return}}Un.enc(t,e)}serializePerfStatReport(e,t){let i=gi();return ie.enc(i,ya),ie.enc(i,nr),ie.enc(i,e),ie.enc(i,t.framesDecoded),ie.enc(i,t.framesReceived),i.ui8array()}deserializeCommandResponse(e){return o(this,null,function*(){let t;if(e instanceof Blob){let s=yield e.arrayBuffer();t=fi(s)}else t=fi(e);let i=ie.dec(t),r=ie.dec(t);if(r!==nr){c.warn("Unsupported version for command type: "+i+", version "+r);return}if(ie.dec(t)!==Hn){c.warn("Error code: "+i+"received for command type: "+i+", version "+r);return}switch(i){case Ca:return this.deserializeUpdateDisplayLayoutResponse(t);case ya:return this.deserializeReportPerfStatResponse(t);default:return c.warn("unsupported command response commandType: "+i),null}})}deserializeUpdateDisplayLayoutResponse(e){let t=ie.dec(e),i=Ta.dec(e),r={};return i.forEach(a=>{let s=fi(a),p=Nn.dec(s);if(typeof p=="string")r[p]=ie.dec(s);else{let l=p,u=We(this.participantIdRegistry.getStreamDescription(l));r[u]=ie.dec(s)}}),{type:"response",sequence:t,response:U.UPDATE_DISPLAY_LAYOUT.toString(),errorCodeByParticipantId:r}}deserializeReportPerfStatResponse(e){let t=ie.dec(e),i=ie.dec(e);return{type:"response",sequence:t,response:U.REPORT_PERF_STAT.toString(),estimatedPerformanceIndex:i}}};var Pa="open",Ra=[()=>d.producerScreenTrack,()=>d.videoTracksCount>0,()=>!0,()=>d.filteredMessages,()=>d.consumerScreenTrack,()=>!0,()=>d.movieShare,()=>d.useParticipantListChunk],jn=10,Oe=class extends At{constructor(){super(...arguments);this.socket=null;this.sequence=1;this.lastStamp=0;this.websocketCommandsQueue=[];this.datachannelCommandsQueue=[];this.incomingCache=[];this.responseHandlers={};this.reconnectCount=0;this.conversationResolve=null;this.conversationReject=null;this.connected=!1;this.listenersReady=!1;this.postfix="&platform="+d.platform+"&appVersion="+d.appVersion+"&version="+d.protocolVersion+"&device="+d.device+"&capabilities="+Oe._getCapabilityFlags();this.peerId=null;this.conversationId=null;this.reconnectTimer=0;this.connectionMessageWaitTimer=0;this.doctorTimer=0;this.participantIdRegistry=null;this.producerNotificationDataChannel=null;this.producerCommandDataChannel=null;this.producerCommandDataChannelEnabled=!1;this.producerCommandSerializationService=new sr}static _getCapabilityFlags(){let e=0;for(let t=0;t<Ra.length;t++)Ra[t]()&&(e|=1<<t);return e.toString(16).toUpperCase()}get ready(){return this.socket!==null}setEndpoint(e){this.endpoint=e}setConversationId(e){this.conversationId=e}setParticipantIdRegistry(e){this.participantIdRegistry=e,this.producerCommandSerializationService.setParticipantIdRegistry(e)}setProducerNotificationDataChannel(e){this.producerNotificationDataChannel=e,this.producerNotificationDataChannel.onmessage=t=>{var r;let i=(r=this.participantIdRegistry)==null?void 0:r.handleMessage(t.data);i&&this._handleMessage(i)}}setProducerCommandDataChannel(e){this.producerCommandDataChannel=e,this.producerCommandDataChannel.onmessage=t=>{this.producerCommandSerializationService.deserializeCommandResponse(t.data).then(i=>{i&&this._handleMessage(i)}).catch(i=>{c.warn("Cannot parse message at producerCommandDataChannel",i)})},this._handleCommandsQueue(this.datachannelCommandsQueue)}useCommandDataChannel(e){this.producerCommandDataChannelEnabled=e}cleanup(){this.datachannelCommandsQueue=[]}connect(e){return o(this,null,function*(){return this.postfix+=`&clientType=${d.clientType}`,new Promise((t,i)=>{if(this.socket&&this.socket.readyState<WebSocket.CLOSING){m.log(E.SOCKET_ACTION,"already_opened"),i(Error("Socket already opened"));return}this.conversationResolve=r=>{t(r),this.conversationResolve=null,this.conversationReject=null},this.conversationReject=r=>{i(r),this.conversationResolve=null,this.conversationReject=null},this._connect(e)})})}_send(r){return o(this,arguments,function*(e,t={},i=0){if(t.participantId){let a=v.decomposeParticipantId(t.participantId),s=v.decomposeId(a.compositeUserId);t=Object.assign({},t,{participantId:s.id,participantType:s.type}),a.deviceIdx&&(t.deviceIdx=a.deviceIdx)}return this._sendRaw(e,t,i)})}_sendRaw(r){return o(this,arguments,function*(e,t={},i=0){let a=s=>{var l;if(this._isDataChannelCommand(e))this.datachannelCommandsQueue.push(s),((l=this.producerCommandDataChannel)==null?void 0:l.readyState)===Pa&&this._handleCommandsQueue(this.datachannelCommandsQueue);else{if(!this.socket){m.log(E.SOCKET_ACTION,"not_opened"),c.warn("Socket not opened"),s.reject(new Error(`Socket not opened [${e}]`),!0);return}this.socket.readyState>WebSocket.OPEN&&(m.log(E.SOCKET_ACTION,"invalid_state"),c.warn(`Socket is not opened, state ${this.socket.readyState}`)),this.websocketCommandsQueue.push(s),this.socket&&this.socket.readyState===WebSocket.OPEN&&this._handleCommandsQueue(this.websocketCommandsQueue)}};return new Promise((s,p)=>{let l=(R,C=!1)=>{!i||C?p(R):(c.debug("Resending a signaling message",e,u.sequence),i--,a(u))},u={sequence:this.sequence++,name:e,params:t,responseTimer:0,resolve:s,reject:l};a(u)})})}_isDataChannelCommand(e){return this.producerCommandDataChannelEnabled?e===U.UPDATE_DISPLAY_LAYOUT||e===U.REPORT_PERF_STAT:!1}static _isDataChannelResponseRequired(e){return e===U.UPDATE_DISPLAY_LAYOUT||e===U.REPORT_PERF_STAT}getNextCommandSequenceNumber(){return this.sequence}hangup(e){return o(this,null,function*(){return this._send(U.HANGUP,{reason:e}).catch(()=>{})})}sendCandidate(e,t){return o(this,null,function*(){return this._send(U.TRANSMIT_DATA,{participantId:e,data:{candidate:t}})})}requestTestMode(e,t){return o(this,null,function*(){return this._send(U.REQUEST_TEST_MODE,{consumer:e,producer:t})})}sendSdp(e,t){return o(this,null,function*(){return this._send(U.TRANSMIT_DATA,{participantId:e,data:{sdp:t}})})}acceptCall(e){return o(this,null,function*(){return this._send(U.ACCEPT_CALL,{mediaSettings:e})})}changeMediaSettings(e){return o(this,null,function*(){return this._send(U.CHANGE_MEDIA_SETTINGS,{mediaSettings:e},jn)})}changeParticipantState(e){return o(this,null,function*(){return this._send(U.CHANGE_PARTICIPANT_STATE,{participantState:{state:e}})})}addParticipant(e,t){return o(this,null,function*(){return this._send(U.ADD_PARTICIPANT,Ne({participantId:e},t))})}removeParticipant(e,t=!1){return o(this,null,function*(){return this._send(U.REMOVE_PARTICIPANT,{participantId:e,ban:t})})}allocateConsumer(e,t){return o(this,null,function*(){let i={capabilities:t};return e&&(i.description=e.sdp),this._send(U.ALLOCATE_CONSUMER,i)})}acceptProducer(e,t){return o(this,null,function*(){let i={description:e.sdp};return t&&(i.ssrcs=t),this._send(U.ACCEPT_PRODUCER,i)})}changePriorities(e){return o(this,null,function*(){return this._send(U.CHANGE_STREAM_PRIORITIES,{typedPriorities:e}).catch(()=>{})})}updateDisplayLayout(e){return o(this,null,function*(){return this._send(U.UPDATE_DISPLAY_LAYOUT,e)})}addMovie(e){return o(this,null,function*(){return this._send(U.ADD_MOVIE,e)})}updateMovie(e){return o(this,null,function*(){return this._send(U.UPDATE_MOVIE,e)})}removeMovie(e){return o(this,null,function*(){return this._send(U.REMOVE_MOVIE,e)})}startStream(e){return o(this,null,function*(){return this._send(U.RECORD_START,e)})}stopStream(){return o(this,null,function*(){return this._send(U.RECORD_STOP)})}recordSetRole(e,t){return o(this,null,function*(){return this._send(U.RECORD_SET_ROLE,{participantId:e,role:t})})}getRecordStatus(){return o(this,null,function*(){return this._send(U.RECORD_GET_STATUS)})}switchTopology(e,t=!1){return o(this,null,function*(){return this._send(U.SWITCH_TOPOLOGY,{topology:e,force:t})})}requestRealloc(){return o(this,null,function*(){return this._send(U.REQUEST_REALLOC)})}reportPerfStat(e){return o(this,null,function*(){return this._send(U.REPORT_PERF_STAT,e)})}chatMessage(e,t=null){return o(this,null,function*(){return this._send(U.CHAT_MESSAGE,{message:e,participantId:t})})}chatHistory(e){return o(this,null,function*(){return this._send(U.CHAT_HISTORY,{count:e})})}customData(e,t){return o(this,null,function*(){return this._send(U.CUSTOM_DATA,{data:e,participantId:t})})}grantRoles(e,t,i){return o(this,null,function*(){let r={participantId:e,roles:t};return i&&(r.revoke=!0),this._sendRaw(U.GRANT_ROLES,r)})}muteParticipant(e,t,i){return o(this,null,function*(){return this._sendRaw(U.MUTE_PARTICIPANT,{participantId:e,muteStates:t,requestedMedia:i})})}enableFeatureForRoles(e,t){return o(this,null,function*(){return this._sendRaw(U.ENABLE_FEATURE_FOR_ROLES,{feature:e,roles:t})})}pinParticipant(e,t){return o(this,null,function*(){let i={participantId:e};return t&&(i.unpin=!0),this._sendRaw(U.PIN_PARTICIPANT,i)})}updateMediaModifiers(e){return o(this,null,function*(){return this._send(U.UPDATE_MEDIA_MODIFIERS,{mediaModifiers:e})})}changeOptions(e){return o(this,null,function*(){return this._send(U.CHANGE_OPTIONS,{options:e})})}getWaitingHall(e=null,t,i=!1){return o(this,null,function*(){let r={};return e&&(r.fromId=e),t&&(r.count=t),i&&(r.backward=i),this._send(U.GET_WAITING_HALL,r)})}promoteParticipant(e,t=!1){return o(this,null,function*(){let i={participantId:e};return t&&(i.demote=t),this._sendRaw(U.PROMOTE_PARTICIPANT,i)})}feedback(e){return o(this,null,function*(){return this._sendRaw(U.FEEDBACK,{key:e})})}close(){this.socket&&this.socket.readyState<WebSocket.CLOSING&&this._closeSocket(),this._stopWaitConnectionMessage(),this._stopDoctor(),clearTimeout(this.reconnectTimer)}readyToSend(){this.listenersReady=!0,this._handleCachedMessages()}getParticipantListChunk(e){return o(this,null,function*(){return this._send(U.GET_PARTICIPANT_LIST_CHUNK,e)})}getParticipants(e){return o(this,null,function*(){return this._send(U.GET_PARTICIPANTS,{externalIds:e})})}_connect(e){if(this.socket&&this.socket.readyState<WebSocket.CLOSING)return;let t="";e&&(t+=`&tgt=${e}`),e===Je.RETRY&&this.lastStamp&&(t+=`&recoverTs=${this.lastStamp}`),t=i(t),c.debug("Connecting to "+this.endpoint+this.postfix+t),this.socket=new WebSocket(this.endpoint+this.postfix+t),this.socket.onopen=this._onOpen.bind(this),this.socket.onmessage=this._onMessage.bind(this),this.socket.onerror=this._onError.bind(this),this.socket.onclose=this._onClose.bind(this),this._startDoctor();function i(r){if(!d.useParticipantListChunk)return r;r+=`&partIdx=${d.participantListChunkInitIndex}`;let s=d.participantListChunkInitCount;return s!==null&&(r+=`&partCount=${s}`),r}}_disconnect(){this.socket&&this.socket.readyState<WebSocket.CLOSING&&(this.socket.onopen=null,this.socket.onmessage=null,this.socket.onerror=null,this.socket.onclose=null,this.socket.close(),this.socket=null),this._stopWaitConnectionMessage(),this._stopDoctor(),clearTimeout(this.reconnectTimer)}_onOpen(){c.debug("Socket opened"),m.log(E.SOCKET_ACTION,"opened"),this._waitConnectionMessage(),this._startDoctor()}_onMessage(e){if(this._startDoctor(),e.data==="ping"){this.socket&&this.socket.readyState===WebSocket.OPEN&&this.socket.send("pong");return}try{this._handleMessage(JSON.parse(e.data))}catch(t){m.log(E.SOCKET_ACTION,"parse_error"),c.error("Unable to parse message",t,e.data)}}_handleMessage(e){var t;e.type==="notification"?e.notification==="connection"?(c.debug("Signaling connected",e),this.connected=!0,this.reconnectCount=0,this.endpoint=e.endpoint,e.peerId&&this.peerId!==e.peerId.id&&(this.postfix+=`&peerId=${e.peerId.id}`,this.peerId=e.peerId.id),this._stopWaitConnectionMessage(),this.conversationResolve?this.conversationResolve(e):(this._triggerEvent(Te.RECONNECT,e),e.conversation.topology&&this._triggerEvent(Te.NOTIFICATION,{type:"notification",notification:k.TOPOLOGY_CHANGED,topology:e.conversation.topology})),this.lastStamp&&this._handleCachedMessages(),(t=e.recoverMessages)==null||t.forEach(i=>this._handleMessage(i)),this._handleCommandsQueue(this.websocketCommandsQueue)):!this.connected||!this.listenersReady?this.incomingCache.push(e):this._triggerEvent(Te.NOTIFICATION,e):e.type==="response"&&this.responseHandlers[e.sequence]?this._handleCommandResponse(!0,e):e.type==="error"&&this.responseHandlers[e.sequence]?(m.log(E.SOCKET_ACTION,`error-${e.error}`),this._handleCommandResponse(!1,e)):e.type==="error"?(m.log(E.SOCKET_ACTION,`error-${e.error}`),e.error==="service-unavailable"?this._reconnect():e.error==="conversation-ended"?this.conversationReject?this.conversationReject(new N(A.SOCKET_CLOSED,{message:`Unable to connect to the signaling: ${e.error}`})):this._triggerEvent(Te.NOTIFICATION,{notification:k.CLOSED_CONVERSATION,reason:e.reason}):this.connected||e.error==="invalid-token"?this._throwError(new Error(`Signaling error: ${e.error}`)):e.sequence||(this.conversationReject&&this.conversationReject(new N(ne.SIGNALING_FAILED,{message:`Unable to connect to the signaling: ${e.error}`})),this._closeSocket())):(m.log(E.SOCKET_ACTION,"unknown_message"),c.warn("Unhandled message",e)),this.lastStamp=e.stamp||this.lastStamp}_handleCachedMessages(){let e=[...this.incomingCache];for(this.incomingCache=[];e.length>0;){let t=e.shift();this._handleMessage(t)}}_throwError(e){this._triggerEvent(Te.FAILED,e)}_onError(e){m.log(E.SOCKET_ACTION,"error"),c.error("Signaling error",e)}_onClose(e){m.log(E.SOCKET_ACTION,"closed"),c.debug("Connection closed",{code:e.code,reason:e.reason}),this.connected=!1,this._stopDoctor(),this.socket&&this.reconnectCount++<Oe.RECONNECT_MAX_COUNT?this._reconnect():this.socket&&this._closeSocket(new Error("Connection closed"))}_closeSocket(e=null){!this.socket||(this._disconnect(),Object.values(this.responseHandlers).forEach(t=>{window.clearTimeout(t.responseTimer),e&&t.reject(new Error("Connection closed"),!0)}),this.websocketCommandsQueue=[],this.responseHandlers={},this.lastStamp=0,e&&this._throwError(new Error("Connection closed")))}_reconnect(){let e=Math.min(Oe.RECONNECT_MAX_DELAY,Oe.RECONNECT_DELAY*Math.pow(2,this.reconnectCount-1));c.log(`Reconnect websocket after ${e}ms (${this.reconnectCount})`),m.log(E.SOCKET_ACTION,"reconnect"),this.reconnectTimer=window.setTimeout(this._connect.bind(this,Je.RETRY),e)}_handleCommandResponse(e,t){var r;if(!this.responseHandlers.hasOwnProperty(t.sequence))return;let i=this.responseHandlers[t.sequence];window.clearTimeout(i.responseTimer),e?(delete this.responseHandlers[t.sequence],i.resolve(t)):((r=this.socket)==null?void 0:r.readyState)===WebSocket.OPEN?(delete this.responseHandlers[t.sequence],m.log(E.SOCKET_ACTION,"response-timeout"),i.reject(new Error(t.error||`Response timeout [${i.name}]`))):i.responseTimer=window.setTimeout(()=>this._handleCommandResponse(!1,t),Oe.WAIT_RESPONSE_DELAY)}_handleCommandsQueue(e){var t,i;for(;e.length>0;){let r=e.shift();if(this._isDataChannelCommand(r.name)){if(((t=this.producerCommandDataChannel)==null?void 0:t.readyState)!==Pa){r.reject(new Error(`Invalid data channel state: ${(i=this.producerCommandDataChannel)==null?void 0:i.readyState}`));return}Oe._isDataChannelResponseRequired(r.name)&&(r.responseTimer=window.setTimeout(()=>this._handleCommandResponse(!1,{command:r.name,sequence:r.sequence}),Oe.WAIT_RESPONSE_DELAY),this.responseHandlers[r.sequence]=r);let s=this._serializeBinary(r);s!==null&&this.producerCommandDataChannel.send(s)}else{if(!this.socket||this.socket.readyState!==WebSocket.OPEN){r.reject(new Error("Invalid state or socket already closed"));continue}r.responseTimer=window.setTimeout(()=>this._handleCommandResponse(!1,{command:r.name,sequence:r.sequence}),Oe.WAIT_RESPONSE_DELAY),this.responseHandlers[r.sequence]=r,this.socket.send(this._serializeJson(r))}}}_serializeBinary(e){switch(e.name){case U.UPDATE_DISPLAY_LAYOUT:return this.producerCommandSerializationService.serializeUpdateDisplayLayout(e.sequence,e.params);case U.REPORT_PERF_STAT:return this.producerCommandSerializationService.serializePerfStatReport(e.sequence,e.params)}return c.warn("cannot get binary data for data channel command: "+e.name),null}_serializeJson(e){let t;e.name===U.UPDATE_DISPLAY_LAYOUT?t=this._convertDisplayLayout(e.params):t=e.params;let i=Object.assign({command:e.name,sequence:e.sequence},t);return JSON.stringify(i)}_convertDisplayLayout(e){let t=e,i={};for(let r in t)t.hasOwnProperty(r)&&(i[r]=da(t[r]));return{layouts:i}}_waitConnectionMessage(){this.connectionMessageWaitTimer=window.setTimeout(()=>{this.conversationReject&&this.conversationReject(new N(ne.SIGNALING_FAILED,{message:"Unable to connect to the signaling: connection timeout"}))},Oe.WAIT_CONNECTION_DELAY)}_stopWaitConnectionMessage(){window.clearTimeout(this.connectionMessageWaitTimer),this.connectionMessageWaitTimer=0}_startDoctor(){this._stopDoctor(),this.doctorTimer=window.setTimeout(()=>{c.warn("Socket is dead, trying to reconnect"),this._disconnect(),this._connect(Je.RETRY)},Oe.WAIT_MESSAGE_DELAY)}_stopDoctor(){window.clearTimeout(this.doctorTimer),this.doctorTimer=0}},je=Oe;je.RECONNECT_DELAY=d.signalingReconnectDelay,je.RECONNECT_MAX_DELAY=d.signalingReconnectMaxDelay,je.RECONNECT_MAX_COUNT=d.signalingReconnectMaxCount,je.WAIT_CONNECTION_DELAY=d.waitConnectionDelay,je.WAIT_RESPONSE_DELAY=d.waitResponseDelay,je.WAIT_MESSAGE_DELAY=d.waitMessageDelay;var ba=(t=>(t.KING="KING",t.PAWN="PAWN",t))(ba||{}),Kn=ba;var Pt,le,qt=null,oh={getCameras:P.getCameras,getMicrophones:P.getMicrophones,getOutput:P.getOutput,hasCamera:P.hasCamera,hasMicrophone:P.hasMicrophone,getSavedCamera:P.getSavedCamera,getSavedMicrophone:P.getSavedMicrophone,getSavedOutput:P.getSavedOutput,hasCameraPermission:P.hasCameraPermission,hasMicrophonePermission:P.hasMicrophonePermission,hasPermissions:P.hasPermissions,getUserMedia:P.getUserMedia,getUserVideo:P.getUserVideo,getUserAudio:P.getUserAudio,saveDeviceId:P.saveDeviceId,isBrowserSupported:P.isBrowserSupported,isScreenCapturingSupported:P.isScreenCapturingSupported,os:P.os,isMobile:P.isMobile,browserName:P.browserName,browserVersion:P.browserVersion,baseChromeVersion:P.baseChromeVersion,getAudioContext:P.getAudioContext};function qn(n){le=n}function $n(n){Pt=n}function ch(n){qt=n}function dh(n){d.videoEffects=n}function ph(n){return o(this,null,function*(){if(d.set(n),P.browserName()==="Sferum"&&(d.platform=`SFERUM:${P.browserVersion()}`),le||qn(new _i),Pt||$n(()=>new je),d.debug&&(Ma.disableLog(!1),c.toggle(!0)),c.log(`Calls SDK ${d.sdkVersion}`,n),yield P.init(),!P.isBrowserSupported())throw new N(ne.UNSUPPORTED);le.init()})}function lh(s){return o(this,arguments,function*(n,e=[de.AUDIO],t="",i=!1,r=!1,a){let p=[],l=[];if(Array.isArray(n)?p=n.length?n:[]:n&&(p=[n]),p.length&&(l=yield le.getOkIdsByExternalIds(p),!l.length))throw new N(A.CALLEE_IS_OFFLINE);return Jn(l,$e.USER,e,t,i,r,a)})}function Jn(p){return o(this,arguments,function*(n,e=$e.USER,t,i="",r=!1,a=!1,s){if(V.current())throw c.error("There is already active call"),new N(A.FAILED);return new V(le,Pt(),qt).onStart(n,e,t,i,r,a,s)})}function uh(n){return o(this,null,function*(){return Yn(n)})}function Yn(i){return o(this,arguments,function*(n,e=X.USER,t){if(n===V.id())throw new Error("Push has already been processed");return new V(le,Pt(),qt).onPush(n,e,t)})}function mh(n){return o(this,null,function*(){return n&&(d.authToken=n),le.authorize()})}function hh(){return o(this,arguments,function*(n=[de.AUDIO]){return pt().accept(n)})}function _h(){return o(this,null,function*(){let n=V.current();if(n)return n.decline()})}function gh(t){return o(this,arguments,function*(n,e=[de.AUDIO]){return zn(n,e)})}function zn(n,e,t){return o(this,null,function*(){if(V.current())throw c.error("There is already active call"),new N(A.FAILED);return new V(le,Pt(),qt).onJoin({conversationId:n,mediaOptions:e,chatId:t})})}function fh(r){return o(this,arguments,function*(n,e=[de.AUDIO],t,i){if(V.current())throw c.error("There is already active call"),new N(A.FAILED);return t&&(d.anonymToken=t),new V(le,Pt(),qt).onJoin({joinLink:n,mediaOptions:e,observedIds:i})})}function Sh(){return o(this,null,function*(){let n=V.current();if(n)return n.hangup();V.hangupAfterInit()})}function vh(n,e){return o(this,null,function*(){let t=yield le.getOkIdsByExternalIds([n]);if(!t.length)throw new Error("User not found");return Qn(t[0],e)})}function Qn(n,e){return o(this,null,function*(){let t=V.current();t&&(yield t.addParticipant(v.composeUserId(n,X.USER),e))})}function Eh(n,e=!1){return o(this,null,function*(){let t=yield le.getOkIdsByExternalIds([n]);return Xn(t[0],e)})}function Xn(n,e=!1){return o(this,null,function*(){let t=V.current();t&&(yield t.removeParticipant(v.composeUserId(n,X.USER),e))})}function Ih(n,e){return o(this,null,function*(){let t=yield P.saveDeviceId(n,e),i=V.current();return t&&i?i.changeDevice(n):Promise.reject()})}function Th(n){return o(this,null,function*(){return Zn(n,!1)})}function Zn(n,e){return o(this,null,function*(){if(e){if(!d.audioShareCapabilityEnabled)throw new Error("Audio share capability is disabled");if(!n)throw new Error("Audio share without screen share is not allowed")}let t=V.current();return t?t.toggleScreenCapturing(n,e):Promise.reject()})}function Ch(n,e=!1){return o(this,null,function*(){let t=V.current();t&&(yield t.setVideoStream(n,e))})}function yh(n){return o(this,null,function*(){let e=V.current();e&&(yield e.toggleLocalVideo(n))})}function Ph(n){return o(this,null,function*(){let e=V.current();e&&(yield e.toggleLocalAudio(n))})}function Rh(n,e,t){return o(this,null,function*(){let i=V.current();if(i)return i.setLocalResolution(n,e,t)})}function bh(n){return o(this,null,function*(){let e=V.current();e&&(yield e.changePriorities(n))})}function Mh(n){return o(this,null,function*(){let e=V.current();e&&(yield e.changeParticipantState(n))})}function Dh(n){return o(this,null,function*(){let e=V.current();e&&(yield e.updateDisplayLayout(n))})}function Ah(n,e,t=!1){return o(this,null,function*(){let i=yield le.getOkIdsByExternalIds([n]);return es(i[0],e,t)})}function es(n,e,t=!1){return o(this,null,function*(){let i=V.current();i&&(yield i.grantRoles(v.composeUserId(n,X.USER),e,t))})}function kh(){return o(this,arguments,function*(n=null,e,t=[]){let i=null;return n&&(i=(yield le.getOkIdsByExternalIds([n]))[0]),ts(i,e,t,fe.getDeviceIdx(n))})}function ts(){return o(this,arguments,function*(n=null,e,t=[],i=0){let r=V.current();if(r){let a=n?v.composeParticipantId(n,X.USER,i):null;yield r.muteParticipant(a,e,t)}})}function Oh(n,e=!1){return o(this,null,function*(){let t=yield le.getOkIdsByExternalIds([n]);return is(t[0],e,fe.getDeviceIdx(n))})}function is(n,e=!1,t=0){return o(this,null,function*(){let i=V.current();i&&(yield i.pinParticipant(v.composeParticipantId(n,X.USER,t),e))})}function wh(n){return o(this,null,function*(){let e=V.current();e&&(yield e.updateMediaModifiers(n))})}function xh(n){return o(this,null,function*(){let e=V.current();e&&(yield e.changeOptions(n))})}function Lh(n,e=null){return o(this,null,function*(){let t=null;return e&&(t=(yield le.getOkIdsByExternalIds([e]))[0]),rs(n,t)})}function rs(n,e=null){return o(this,null,function*(){let t=V.current();if(t){let i=e?v.composeUserId(e,X.USER):null;yield t.chatMessage(n,i)}})}function Nh(n=10){return o(this,null,function*(){let e=V.current();if(e)return e.chatHistory(n)})}function Uh(n,e=null){return o(this,null,function*(){let t=null;return e&&(t=(yield le.getOkIdsByExternalIds([e]))[0]),as(n,t,fe.getDeviceIdx(e))})}function as(n,e=null,t=0){return o(this,null,function*(){let i=V.current();if(i){let r=e?v.composeParticipantId(e,X.USER,t):null;yield i.customData(n,r)}})}function Bh(){return o(this,arguments,function*(n="",e=!1,{onlyAdminCanShareMovie:t=!1}={}){return(yield le.createConversation(v.uuid(),n,e,{onlyAdminCanShareMovie:t})).join_link})}function Vh(){return o(this,null,function*(){let n=V.current();return n?n.createJoinLink():Promise.reject()})}function Fh(){return o(this,null,function*(){let n=V.current();return n?n.removeJoinLink():Promise.reject()})}function Hh(n,e){return o(this,null,function*(){return le.getAnonymTokenByLink(n,e)})}function Gh(n){let e=V.current();e&&e.setVolume(n)}function Wh(n){d.forceRelayPolicy=n}function jh(n=!1,e=null,t=null,i="DIRECT_LINK",r=null){return o(this,null,function*(){let a=V.current();return a?a.startStream(n,e,t,i,r):Promise.reject()})}function Kh(){return o(this,null,function*(){let n=V.current();return n?n.stopStream():Promise.reject()})}function qh(n,e){return o(this,null,function*(){let t=V.current();if(t){let i=yield le.getOkIdsByExternalIds([n]),r=fe.getDeviceIdx(n);return t.recordSetRole(v.composeParticipantId(i[0],X.USER,r),e)}return Promise.reject()})}function $h(){return o(this,null,function*(){let n=V.current();return n?n.getStreamInfo():Promise.reject()})}function Jh(n){return o(this,null,function*(){let e=V.current();return e?e.addMovie(n):Promise.reject()})}function Yh(n){return o(this,null,function*(){let e=V.current();return e?e.updateMovie(n):Promise.reject()})}function zh(n){return o(this,null,function*(){let e=V.current();return e?e.removeMovie(n):Promise.reject()})}function Qh(n){d.statisticsInterval=n;let e=V.current();if(e)return e.updateStatisticsInterval()}function Xh(n){Ma.disableLog(!n),c.toggle(n)}function Zh(n,...e){!d.debugLog||c.send(n,"[external]",...e)}function e_(n){return o(this,null,function*(){let e=V.current();if(e)return e.videoEffect(n)})}function t_(n){return o(this,null,function*(){let e=V.current();e&&(yield e.setAudioStream(n))})}function i_(n=null,e,t=!1){return o(this,null,function*(){return pt().getWaitingHall(n,e,t)})}function r_(n,e=!1){return o(this,null,function*(){let t=pt(),i=yield le.getOkIdsByExternalIds([n]);return t.promoteParticipant(v.composeUserId(i[0],X.USER),e)})}function a_(n){return o(this,null,function*(){return pt().getParticipantListChunk(n)})}function n_(n){return o(this,null,function*(){return pt().getParticipants(n)})}function s_(n){return o(this,null,function*(){return pt().feedback(n)})}function o_(n,e){return o(this,null,function*(){return pt().enableFeatureForRoles(n,e)})}function pt(){let n=V.current();if(!n)throw new Error("Conversation not found");return n}function c_(n){return o(this,null,function*(){yield le.removeHistoryRecords(n)})}function d_(){return d.sdkVersion}export{_i as Api,Mt as BaseApi,Dt as BaseLogger,At as BaseSignaling,Qe as CallDirection,$e as CallType,Ti as ChatRoomEventType,Ci as ConversationFeature,yi as ConversationOption,ca as DebugMessageType,Ct as ExternalIdType,Qr as FacingMode,ne as FatalError,N as HangupReason,A as HangupType,de as MediaOption,pe as MediaTrackKind,Re as MediaType,Ue as MuteState,W as ParticipantState,Y as ParticipantStatus,Kn as RecordRole,je as Signaling,U as SignalingCommandType,Je as SignalingConnectionType,k as SignalingNotification,se as TransportTopology,mt as UserRole,X as UserType,v as Utils,hh as acceptCall,Jh as addMovie,vh as addParticipant,Qn as addParticipantInternal,mh as authorize,oh as browser,Jn as callInternal,lh as callTo,Th as captureScreen,Zn as captureScreenAndAudio,xh as changeConversationOptions,Ih as changeDevice,Mh as changeParticipantState,bh as changePriorities,e_ as changeVideoEffect,Nh as chatHistory,Lh as chatMessage,rs as chatMessageInternal,Vh as createJoinLink,Uh as customData,as as customDataInternal,Xh as debug,Zh as debugMessage,_h as declineCall,o_ as enableFeatureForRoles,s_ as feedback,Wh as forceRelayPolicy,Hh as getAnonymTokenByLink,a_ as getParticipantListChunk,n_ as getParticipants,$h as getStreamInfo,i_ as getWaitingHall,Ah as grantRoles,es as grantRolesInternal,Sh as hangup,ph as init,gh as joinCall,fh as joinCallByLink,zn as joinCallInternal,kh as muteParticipant,ts as muteParticipantInternal,Oh as pinParticipant,is as pinParticipantInternal,uh as processPush,Yn as processPushInternal,r_ as promoteParticipant,qh as recordSetRole,c_ as removeHistoryRecords,Fh as removeJoinLink,zh as removeMovie,Eh as removeParticipant,Xn as removeParticipantInternal,qn as setApi,t_ as setAudioStream,Rh as setLocalResolution,ch as setLogger,wh as setMediaModifiers,$n as setSignalingFactory,Qh as setStatisticsInterval,dh as setVideoEffects,Ch as setVideoStream,Gh as setVolume,Bh as startConversation,jh as startStream,Kh as stopStream,Ph as toggleLocalAudio,yh as toggleLocalVideo,Dh as updateDisplayLayout,Yh as updateMovie,d_ as version};