@vkontakte/calls-sdk 2.7.2-beta.9 → 2.7.2-dev.1969d3d.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CallsSDK.d.ts +1 -5
- package/abstract/BaseApi.d.ts +5 -1
- package/calls-sdk.cjs.js +8 -8
- package/calls-sdk.esm.js +8 -8
- package/classes/Conversation.d.ts +3 -56
- package/classes/codec/IDecoder.d.ts +1 -1
- package/classes/codec/LibVPxDecoder.d.ts +1 -1
- package/classes/screenshare/BaseRenderer.d.ts +1 -1
- package/classes/screenshare/BaseStreamBuilder.d.ts +8 -2
- package/classes/screenshare/CanvasRenderer.d.ts +1 -2
- package/classes/screenshare/ScreenCaptureReceiver.d.ts +3 -1
- package/classes/screenshare/StreamBuilder.d.ts +2 -2
- package/classes/screenshare/WebmBuilder.d.ts +2 -2
- package/classes/transport/PerfStatReporter.d.ts +2 -0
- package/classes/transport/Statistics.d.ts +16 -0
- package/classes/transport/Transport.d.ts +2 -1
- package/default/Signaling.d.ts +1 -1
- package/enums/HangupType.d.ts +2 -1
- package/enums/Stat.d.ts +2 -1
- package/package.json +1 -1
- package/static/External.d.ts +1 -1
- package/static/Params.d.ts +35 -4
- package/static/WebRTCUtils.d.ts +0 -4
- package/types/Conversation.d.ts +63 -1
- package/types/ScreenSharingStat.d.ts +3 -0
package/calls-sdk.esm.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @vkontakte/calls-sdk v2.7.2-
|
|
3
|
-
*
|
|
2
|
+
* @vkontakte/calls-sdk v2.7.2-dev.1969d3d.0
|
|
3
|
+
* Mon, 10 Apr 2023 12:05:30 GMT
|
|
4
4
|
* https://st.mycdn.me/static/callssdk/2-7-2/doc/
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
var Ha=Object.defineProperty,Ga=Object.defineProperties;var Wa=Object.getOwnPropertyDescriptors;var yr=Object.getOwnPropertySymbols;var Ka=Object.prototype.hasOwnProperty,$a=Object.prototype.propertyIsEnumerable;var Mr=Math.pow,br=(s,r,e)=>r in s?Ha(s,r,{enumerable:!0,configurable:!0,writable:!0,value:e}):s[r]=e,Re=(s,r)=>{for(var e in r||(r={}))Ka.call(r,e)&&br(s,e,r[e]);if(yr)for(var e of yr(r))$a.call(r,e)&&br(s,e,r[e]);return s},$e=(s,r)=>Ga(s,Wa(r));var c=(s,r,e)=>new Promise((t,i)=>{var a=p=>{try{o(e.next(p))}catch(u){i(u)}},n=p=>{try{o(e.throw(p))}catch(u){i(u)}},o=p=>p.done?t(p.value):Promise.resolve(p.value).then(a,n);o((e=e.apply(s,r)).next())});import Ba from"webrtc-adapter";var St=class{createJoinLink(r){return c(this,null,function*(){return{join_link:"nop"}})}removeJoinLink(r){return c(this,null,function*(){return{success:!0}})}getAnonymTokenByLink(r,e){return c(this,null,function*(){return""})}log(r){}prepareUserIds(r){return c(this,null,function*(){})}getCachedOkIdByExternalId(r){return null}cacheExternalId(r,e){}hangupConversation(r){}removeHistoryRecords(r){return c(this,null,function*(){})}cleanup(){}};var vt=class{log(r,e,t=!1){}destroy(){}};var re=class{constructor(){this._handlers={};this._listeners=[]}_triggerEvent(r,...e){if(this._handlers.hasOwnProperty(r))for(let t of this._handlers[r])t.apply(this,e)}addEventListener(r,e){if(typeof e!="function")throw new Error("Listener should be a function");return this._handlers.hasOwnProperty(r)||(this._handlers[r]=[]),this._handlers[r].push(e),{dispose:this.removeEventListener.bind(this,r,e)}}removeEventListener(r,e){if(!this._handlers.hasOwnProperty(r))return;e||delete this._handlers[r];let t=this._handlers[r].indexOf(e);t>=0&&this._handlers[r].splice(t,1)}subscribe(r,e,t){let i=r.addEventListener(e,t);this._listeners.push(i)}unsubscribe(){this._listeners.forEach(r=>{r.dispose()})}};var Et=class extends re{get ready(){return!0}setParticipantIdRegistry(r){}requestRealloc(){}setEndpoint(r){}setConversationId(r){}readyToSend(){}cleanup(){}requestTestMode(r,e){}getNextCommandSequenceNumber(){return 0}};var Ar=(t=>(t.INCOMING="INCOMING",t.OUTGOING="OUTGOING",t.JOINING="JOINING",t))(Ar||{}),qe=Ar;var Dr=(t=>(t.USER="USER",t.GROUP="GROUP",t.CHAT="CHAT",t))(Dr||{}),Ge=Dr;var kr=(e=>(e.ATTENDEE="ATTENDEE",e.HAND_UP="HAND_UP",e))(kr||{}),ji=kr;var Or=(t=>(t.ADD_PARTICIPANT="ADD_PARTICIPANT",t.RECORD="RECORD",t.MOVIE_SHARE="MOVIE_SHARE",t))(Or||{}),Hi=Or;var wr=(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))(wr||{}),Gi=wr;function xr(s,r){if(s.length!==r.length)return!1;for(let e of s)if(!r.includes(e))return!1;return!0}function Lr(s,r){let e=new Set(s);for(let[t,i]of Object.entries(r))i?e.add(t):e.delete(t);return Array.from(e)}var Nr=(A=>(A.CAMERA_PERMISSION="camera",A.MIC_PERMISSION="mic",A.CAMERA_ACCESS="cameralock",A.MIC_ACCESS="miclock",A.MIC_NOT_FOUND="nomic",A.SCREEN_PERMISSION="screenpermission",A.SCREEN_ACCESS="screenlock",A.CONNECTION="connection",A.NETWORK="network",A.UNKNOWN="unknown",A.UNSUPPORTED="unsupported",A.SIGNALING_FAILED="signalingfailed",A.API="api",A.AUTH="auth",A))(Nr||{}),ae=Nr;var Ur=(Y=>(Y.CANCELED="CANCELED",Y.REJECTED="REJECTED",Y.REMOVED="REMOVED",Y.HUNGUP="HUNGUP",Y.MISSED="MISSED",Y.BUSY="BUSY",Y.FAILED="FAILED",Y.NETWORK_ERROR="NETWORK_ERROR",Y.KILLED="KILLED",Y.BANNED="BANNED",Y.HAS_ACTIVE_CALL="HAS_ACTIVE_CALL",Y.CALLER_IS_BLOCKED="CALLER_IS_BLOCKED",Y.NOT_FRIENDS="NOT_FRIENDS",Y.CALLEE_IS_OFFLINE="CALLEE_IS_OFFLINE",Y.CALLER_IS_REJECTED="CALLER_IS_REJECTED",Y.UNKNOWN_ERROR="UNKNOWN_ERROR",Y.UNSUPPORTED="UNSUPPORTED",Y.OLD_VERSION="OLD_VERSION",Y.SERVICE_DISABLED="SERVICE_DISABLED",Y.EXTERNAL_API_ERROR="EXTERNAL_API_ERROR",Y.SOCKET_CLOSED="SOCKET_CLOSED",Y.ENDED="ENDED",Y.KILLED_WITHOUT_DELETE="KILLED_WITHOUT_DELETE",Y.ANOTHER_DEVICE="ANOTHER_DEVICE",Y))(Ur||{}),w=Ur;var Br=(n=>(n.AUDIO="AUDIO",n.VIDEO="VIDEO",n.SCREEN_SHARING="SCREEN_SHARING",n.MOVIE_SHARING="MOVIE_SHARING",n.AUDIO_SHARING="AUDIO_SHARING",n.ANIMOJI="ANIMOJI",n))(Br||{}),de=Br;var Fr=(t=>(t.UNMUTE="UNMUTE",t.MUTE="MUTE",t.MUTE_PERMANENT="MUTE_PERMANENT",t))(Fr||{}),ke=Fr;var Vr=(i=>(i.CALLED="CALLED",i.ACCEPTED="ACCEPTED",i.REJECTED="REJECTED",i.HUNGUP="HUNGUP",i))(Vr||{}),W=Vr;var jr=(t=>(t.UPDATE="UPDATE",t.REMOVE="REMOVE",t.ACTIVATE="ACTIVATE",t))(jr||{}),Ft=jr;var Hr=(i=>(i.START="start",i.ACCEPT="accept",i.JOIN="join",i.RETRY="retry",i))(Hr||{}),We=Hr;var Gr=(t=>(t.NOTIFICATION="NOTIFICATION",t.FAILED="FAILED",t.RECONNECT="RECONNECT",t))(Gr||{}),ve=Gr;var Wr=(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.FEEDBACK="feedback",B.MOVIE_UPDATE_NOTIFICATION="movie-update-notification",B.MOVIE_SHARE_INFO="movie-share-info",B.MOVIE_SHARE_STARTED="movie-share-started",B.MOVIE_SHARE_STOPPED="movie-share-stopped",B.ROOM_UPDATED="room-updated",B.ROOMS_UPDATED="rooms-updated",B.ROOM_PARTICIPANTS_UPDATED="room-participants-updated",B.FEATURES_PER_ROLE_CHANGED="features-per-role-changed",B.PARTICIPANT_ANIMOJI_CHANGED="participant-animoji-changed",B.ASR_STARTED="asr-started",B.ASR_STOPPED="asr-stopped",B))(Wr||{}),x=Wr;var Kr=(m=>(m.ERROR="callError",m.DEVICES="callDevices",m.CALL_SPEC_ERROR="callSpecError",m.ICE_CONNECTION_STATE="callIceConnectionState",m.ICE_CONNECTION_TYPE="callIceConnectionType",m.ICE_RESTART="callIceRestart",m.PUSH="callPush",m.OUTGOING_CALL="callStart",m.OUTGOING_MULTIPARTY_CALL="callStartMultiparty",m.JOIN_CONVERSATION="callJoinConversation",m.ACCEPTED_OUTGOING="callAcceptedOutgoing",m.ACCEPT_INCOMING="callAcceptIncoming",m.DECLINE_INCOMING="callDeclineIncoming",m.ACCEPT_CONCURRENT="callAcceptConcurrent",m.HANGUP="callHangup",m.MEDIA_STATUS="callMediaStatus",m.DEVICE_CHANGED="callDeviceChanged",m.SOCKET_ACTION="callSocketAction",m.ADD_PARTICIPANT="callAddParticipant",m.REMOVE_PARTICIPANT="callRemoveParticipant",m.POOR_CONNECTION="callPoorConnection",m.TOPOLOGY_CHANGE_REQUESTED="callTopologyChangeRequested",m.RELAY_POLICY="callForceRelay",m.PAT_ALLOCATED="patAllocate",m.PAT_DEALLOCATED="patDeallocate",m.PAT_ERROR="patError",m.PAT_WAITING_TIME_ERROR="patWaitingTimeError",m.PAT_OUTDATED_RESPONSE="patOutdatedResponse",m.SIGNALING_CONNECTED="callSignalingConnected",m.FIRST_DATA_RECEIVED_P2P="callFirstDataReceivedP2P",m.FIRST_AUDIO_MIX_DATA_RECEIVED="callFirstAudioMixDataReceived",m.RECONNECT="callReconnect",m.SCREENSHARE_FIRST_FRAME="callScreenshareFirstFrame",m.SCREENSHARE_FIRST_FRAME_SMALL="callScreenshareFirstFrameSmall",m.SCREENSHARE_FIRST_FRAME_MEDIUM="callScreenshareFirstFrameMedium",m.SCREENSHARE_FIRST_FRAME_LARGE="callScreenshareFirstFrameLarge",m))(Kr||{}),v=Kr;var $r=(e=>(e.AUDIO_MIX="audio-mix",e.PARTICIPANT_AGNOSTIC_TRACK_PREFIX="pat",e))($r||{}),Oe=$r;var qr=(e=>(e.NO_AVAILABLE_TRACKS="no-available-tracks",e.UNKNOWN_ERROR="unknown-error",e))(qr||{}),Jr=qr;function zr(s){switch(s){case 1:return"no-available-tracks";default:return"unknown-error"}}var Yr=(e=>(e.CREATOR="CREATOR",e.ADMIN="ADMIN",e))(Yr||{}),Je=Yr;function Vt(s,r){if(s.length!==r.length)return!1;for(let e of s)if(!r.includes(e))return!1;return!0}var Qr=(e=>(e.USER="USER",e.GROUP="GROUP",e))(Qr||{}),z=Qr;var si=class{constructor(){this._items=[]}get length(){return this._items.length}push(r){this._items.push(r)}shift(){return this._items.shift()||null}bisect(){let r=this.length>1?Math.floor(this.length/2):1;this._items=this._items.slice(r)}clear(){this._items=[]}toString(){return this._items.length?JSON.stringify(this._items,(r,e)=>e instanceof Error?String(e):e):""}};var Xr=2*1024*1024,qa=512*1024,jt=100*1024,Ja=5,Ki="_okcls_logs_session_",za=3e4,$i=class{constructor(){this._items=[];this._itemsSize=0;this._storageSize=Xr;try{let r=window.localStorage;for(let e of Object.keys(r)){if(e.indexOf(Ki)!==0)continue;let t=r.getItem(e);if(!t){Zr(e);continue}let i=ta(t);this.add(e,i)}}catch(r){console.error("Storage is blocked",r),this._storageSize=0}this._items.sort((r,e)=>r.date-e.date),this.cleanup(jt)}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(r){this._storageSize=r}add(r,e){let t=parseInt(r.replace(Ki,""),10);this._itemsSize+=e,this._items.push({key:r,size:e,date:t})}deleteOldestItem(){let r=this._items.shift();r&&(Zr(r.key),this._itemsSize-=r.size)}cleanup(r){for(;this.length&&(this.size>Xr||this.length>Ja-1||this.size+r>this.available);)this.deleteOldestItem()}};function ea(){return`${Ki}${Date.now()}`}function ta(s){return new Blob([s]).size}function Zr(s){try{window.localStorage.removeItem(s)}catch(r){console.error("Failed to remove log from storage",r)}}function qi(){let s=at.toString();if(!Ie.available||!s)return;let r=ta(s);Ie.cleanup(r);try{window.localStorage.setItem(oi,s)}catch(e){if(console.warn("Failed to write log to storage",e),Ie.storageSize=Ie.size+r,Ie.cleanup(jt+r),Ie.available>=jt+r){qi();return}if(r>jt){at.bisect(),qi();return}Ie.storageSize=0;return}r>qa&&(Ie.add(oi,r),oi=ea(),at.clear(),Ie.cleanup(jt))}function Ji(){!Ie.available||!at.length||qi()}function Ya(s=!1){let r=[];try{let i=window.localStorage;for(let n of Ie.items){let o=i.getItem(n.key);r.push(o)}let a=at.toString();a&&r.push(a)}catch(i){console.error("Storage is blocked",i)}let e=`[${r.join(",")}]`;if(s)return e;let t=`logs_${Date.now()}.json`;return Qa(e,t),t}function Qa(s,r){let e=document.createElement("a"),t=new Blob([s],{type:"text/json"});e.href=URL.createObjectURL(t),e.download=r,e.click()}function ia(s,r){if(!Ie.available)return;let e=new Date;at.push({t:e.getTime(),l:s,d:r,h:e.toLocaleString("ru-RU",{dateStyle:"short",timeStyle:"long"})}),Wi||(Wi=window.setTimeout(()=>{Wi=null,Ji()},za))}function zi(){Ie||(Ie=new $i,at=new si,oi=ea(),window.addEventListener("beforeunload",Ji))}var Ie,at,oi,Wi=null;window.__VKCallsSDKLogs__=(s=!1)=>(Ie||zi(),Ji(),Ya(s));import ua from"@vkontakte/libvpx";var ra=s=>s.stop(),Ht=s=>s.getTracks().forEach(ra),aa=s=>s.getVideoTracks().forEach(ra);function It(s,{width:r,height:e}){return s.applyConstraints({width:{max:r,ideal:r},height:{max:e,ideal:e}})}var Qi="_okcls_",Tt=(()=>{try{let s=Date.now().toString(),r=window.localStorage,e=!1;return r.setItem(s,s),e=r.getItem(s)===s,r.removeItem(s),e?r:null}catch(s){return null}})();function Za(s){let r=Tt?Tt.getItem(Qi+s):null;if(r===null)return null;try{return JSON.parse(r)}catch(e){return null}}function en(s,r){try{Tt&&Tt.setItem(Qi+s,JSON.stringify(r))}catch(e){}}function tn(s){Tt&&Tt.removeItem(Qi+s)}var Yi;(t=>{function s(i){return Za(i)||null}t.get=s;function r(i,a){en(i,a)}t.set=r;function e(i){tn(i)}t.remove=e})(Yi||(Yi={}));var ze=Yi;var Ct=null,Xi=null,mi=[],hi=[],ui=[],Ye=null,Qe=null,ir=null,na=null,rr=!1,_i=!1,ci,Rt,di,Zi=null,er="",li=[],tr=null,sa=navigator.appVersion,rn=navigator.appName,Ce=navigator.userAgent,Xe=(e=>(e.USER="user",e.ENVIRONMENT="environment",e))(Xe||{});(r=>{function s(e){return Object.values(r).includes(e)}r.contains=s})(Xe||(Xe={}));var nt=class{constructor(r,e=!1,t=l.videoMaxWidth,i=l.videoMaxHeight){let a=!1;if(r){a={noiseSuppression:l.noiseSuppression,echoCancellation:!0,autoGainControl:!0};let o;Qe&&(o=Qe.deviceId),typeof r=="string"&&(o=r),o&&(a.deviceId={exact:o})}let n=!1;if(e){n={width:{min:l.videoMinWidth,max:t,ideal:t},height:{min:l.videoMinHeight,max:i,ideal:i},aspectRatio:{ideal:l.videoAspectRatio},frameRate:{ideal:l.videoFrameRate}};let o;Ye&&(o=Ye.deviceId),typeof e=="string"&&(o=e),o&&(n.deviceId={exact:o}),l.videoFacingMode&&(n.facingMode={ideal:l.videoFacingMode},delete n.deviceId)}this.audio=a,this.video=n,this.needVideo=!!n}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 r=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||r)}isVideo(){return!!this.video}isAudio(){return!!this.audio}},ar=class extends nt{constructor(e,t,i,a){super(!1,!0);this.captureController="CaptureController"in window?new CaptureController:null,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=i,this.video.displaySurface=l.displaySurface,Ue.browserName()==="Safari"&&Number(Ue.browserVersion())===16&&(delete this.video.width,delete this.video.height),a&&(this.audio={noiseSuppression:!1,echoCancellation:!1,autoGainControl:!1})}getNative(){return Object.assign(super.getNative(),{systemAudio:"exclude",controller:this.captureController})}};function oa(){return c(this,null,function*(){_i=!1,Ct=null,yield nr(),f.onDeviceChange()})}function nr(){return c(this,null,function*(){return Ct||(!navigator.mediaDevices||!navigator.mediaDevices.enumerateDevices?[]:(!Xi&&navigator.mediaDevices.addEventListener&&(Xi=T.throttle(oa,1e3),navigator.mediaDevices.addEventListener("devicechange",Xi)),Ct=navigator.mediaDevices.enumerateDevices().then(s=>{mi=s.filter(i=>i.kind==="videoinput"?(i.label&&(rr=!0),!0):!1),hi=s.filter(i=>i.kind==="audioinput"?(i.label?_i=!0:Ue.isMobile()&&Ue.browserName()==="Firefox"&&(_i=rr),!0):!1),ui=s.filter(i=>i.kind==="audiooutput");let r=ze.get("videoinput"),e=ze.get("audioinput"),t=ze.get("audiooutput");return Ye=mi.find(i=>i.deviceId===r)||null,Qe=hi.find(i=>i.deviceId===e)||null,ir=ui.find(i=>i.deviceId===t)||ui[0]||null,Ct=Promise.resolve(s),s}).catch(()=>(Ct=null,[]))))})}function an(s){if(Ye&&Qe)return;let r=(e,t)=>{var a;let i=(a=t.getSettings())==null?void 0:a.deviceId;return e.find(n=>n.deviceId===i||n.label===t.label)||null};s==null||s.getTracks().forEach(e=>{var t;if(!Qe&&e.kind==="audio")Qe=r(Ue.getMicrophones(),e);else if(e.kind==="video"){Ye||(Ye=r(Ue.getCameras(),e));let i=(t=e.getSettings())==null?void 0:t.facingMode;Xe.contains(i)&&(na=i)}})}function Gt(s,r){return c(this,null,function*(){d.debug("Try to get media",JSON.parse(JSON.stringify(s.getNative())));let e=Ue.hasPermissions(s.isVideo());!e&&!r&&f.onPermissionsRequested();try{let t=yield navigator.mediaDevices.getUserMedia(s.getNative());return e||(yield oa()),an(t),t}catch(t){switch(d.error("getUserMedia error",t),t.name){case"PermissionDeniedError":case"PermissionDismissedError":case"NotAllowedError":case"SecurityError":case"DOMException":r=s.isVideo()?ae.CAMERA_PERMISSION:ae.MIC_PERMISSION;break;case"OverconstrainedError":case"TypeError":case"NotFoundError":r=ae.UNKNOWN;break;case"AbortError":case"NotReadableError":r=s.isVideo()?ae.CAMERA_ACCESS:ae.MIC_ACCESS;break}if(s.canSimplify())return Gt(s.simplify(),r);let i=r||ae.UNKNOWN;throw f.onPermissionsError(i,t),i}})}function nn(s){return c(this,null,function*(){var r;d.debug("Try to get screen",s.getNative());try{let e=yield navigator.mediaDevices.getDisplayMedia(s.getNative()),t=e==null?void 0:e.getVideoTracks()[0];if(t&&(d.debug("Got display media track",t.id),t.contentHint="text",s.captureController)){let i=(r=t.getSettings())==null?void 0:r.displaySurface;(i==="browser"||i==="window")&&s.captureController.setFocusBehavior("no-focus-change")}return e}catch(e){switch(e.name){case"PermissionDeniedError":case"NotAllowedError":case"SecurityError":throw ae.SCREEN_PERMISSION;default:throw ae.SCREEN_ACCESS}}})}function pi(){return li.length||(li=(()=>{let s,r=!1,e=0,t="0",i=Ce.match(/(opera|chrome|safari|firefox|msie|trident(?=\/))\/?\s*(\d+)/i)||[];if(/trident/i.test(i[1]))return s=/\brv[ :]+(\d+)/g.exec(Ce),["IE",s&&s[1]||"Unknown",r,e,t];if(i[1]==="Safari"){if(s=Ce.match(/\bEdge\/(\d+)/),s)return["Edge",s[1]||"Unknown",r,e,t];if(s=Ce.match(/\bCriOS\/(\d+)/),s)return["Chrome",s[1],!0,Number(s[1]),t];if(s=Ce.match(/\bFxiOS\/(\d+)/),s)return["Firefox",s[1],!1,e,t];if(s=Ce.match(/\bYaBrowser\/(\d+)/),s)return["Yandex",s[1],!1,e,t];if(s=Ce.match(/\bOPT\/(\d+)/),s)return["Opera",s[1],!1,e,t]}if(i[1]==="Chrome"){if(r=!0,e=Number(i[2]),s=Ce.match(/\bOPR\/(\d+)/),s)return["Opera",s[1]||"Unknown",r,e,t];if(s=Ce.match(/\bYaBrowser\/(\d+)/),s)return["Yandex",s[1]||"Unknown",r,e,t];if(s=Ce.match(/\bSferum\/((\d+)(?:\.\d+)*)/),s)return["Sferum",s[1]||"Unknown",r,e,t];if(s=Ce.match(/\bEdge?\/(\d+)/),s)return["Edge",s[1]||"Unknown",r,e,t];if(typeof window.opr!="undefined"&&/^(.+\.)?ok.ru$/.test(window.location.host))return["Opera","Hidden",r,e,t]}return s=Ce.match(/version\/(\d+)(?:(?:\.)(\d+))?/i),s&&s[2]!==void 0&&(t=s[2]),[i[2]?i[1]:rn,s&&s[1]||i[2]||sa,r,e,t]})()),li}var Ue;(O=>{function s(){return c(this,null,function*(){let m=()=>{ge(),document.removeEventListener("click",m),document.removeEventListener("touchstart",m)};return document.addEventListener("click",m),document.addEventListener("touchstart",m),nr()})}O.init=s;function r(){return mi}O.getCameras=r;function e(){return hi}O.getMicrophones=e;function t(){return ui}O.getOutput=t;function i(){return mi.length>0}O.hasCamera=i;function a(){return hi.length>0}O.hasMicrophone=a;function n(){return Ye}O.getSavedCamera=n;function o(){return Qe}O.getSavedMicrophone=o;function p(){return ir}O.getSavedOutput=p;function u(){return na||l.videoFacingMode||null}O.getVideoFacingMode=u;function _(){return rr}O.hasCameraPermission=_;function E(){return _i}O.hasMicrophonePermission=E;function b(m=!1){return E()?i()&&m?_():!0:!1}O.hasPermissions=b;function k(m=!1,D=!0,H=!0){return c(this,null,function*(){let $=a()&&D,le=i()&&m,me;if(!$&&!le)me=new MediaStream;else try{me=yield Gt(new nt($,le))}catch(Le){me=new MediaStream}return!me.getVideoTracks().length&&H&&me.addTrack(Te()),!me.getAudioTracks().length&&H&&me.addTrack(ge()),me})}O.getUserMedia=k;function A(m,D){return c(this,null,function*(){let H=m?l.fastScreenShareWidth:window.screen.width,$=m?l.fastScreenShareHeight:window.screen.height,le=l.getScreenFrameRate(m);return nn(new ar(H,$,le,D))})}O.getScreenMedia=A;function X(m=!1){return c(this,null,function*(){let D=m?l.videoEffectMaxWidth:l.videoMaxWidth,H=m?l.videoEffectMaxHeight:l.videoMaxHeight;return Gt(new nt(!1,!0,D,H))})}O._getUserVideo=X;function j(m,D){return c(this,null,function*(){let H=(D==null?void 0:D.width)||l.videoMaxWidth,$=(D==null?void 0:D.height)||l.videoMaxHeight;return Gt(new nt(!1,m||!0,H,$))})}O.getUserVideo=j;function Z(m){return c(this,null,function*(){return Gt(new nt(m||!0,!1))})}O.getUserAudio=Z;function J(m,D){return c(this,null,function*(){let[H]=m.getVideoTracks();if(!H)throw new Error("Video track not found in stream");return It(H,D)})}O.setResolution=J;function te(m,D){return c(this,null,function*(){let $=(yield nr()).find(le=>le.kind===m&&le.deviceId===D);return $?(m==="videoinput"?Ye=$:m==="audioinput"?Qe=$:m==="audiooutput"&&(ir=$),ze.set(m,D),$):null})}O.saveDeviceId=te;function ge(){if(!di||di.readyState==="ended"){let m=I(),D=m.createMediaStreamDestination(),H=m.createGain();H.gain.value=1e-5,H.connect(D),H.connect(m.destination);let $=m.createOscillator();$.type="sine",$.frequency.value=0,$.connect(H),$.start(),di=D.stream.getAudioTracks()[0]}return Object.assign(di.clone(),{enabled:!1})}O.getSilentMediaTrack=ge;function Te(m=l.videoMinWidth,D=l.videoMinHeight){Rt||(Rt=document.createElement("canvas")),Rt.width=m,Rt.height=D;let H=Rt.getContext("2d");return H.rect(0,0,m,D),H.fillStyle="black",H.fill(),(!ci||ci.readyState==="ended")&&(ci=Rt.captureStream(l.videoFrameRate).getVideoTracks()[0]),Object.assign(ci.clone(),{enabled:!1})}O.getBlackMediaTrack=Te;function rt(){if(Ni()==="Edge"&&Number(Ui())<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}}O.isBrowserSupported=rt;function ni(){return!!navigator.mediaDevices.getDisplayMedia}O.isScreenCapturingSupported=ni;function Y(){let m=O.browserName()==="Safari"&&O.browserVersion()==="15"&&O.browserSubVersion()==="1",D=O.browserName()==="Opera"&&O.os()==="Windows";return m||D}O.isBrokenH264=Y;function Ir(){return!(O.baseChromeVersion()&&O.isMobile())}O.canPreferH264=Ir;function Tr(){var m;return((m=window.RTCRtpTransceiver)==null?void 0:m.prototype)&&"setCodecPreferences"in window.RTCRtpTransceiver.prototype}O.canPreferRed=Tr;function Rr(){return er||(er=(()=>{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 D in m)if(m.hasOwnProperty(D)&&m[D].test(Ce))return D;return"Unknown"})()),er}O.os=Rr;function Cr(){return Zi===null&&(Zi=/Mobile|mini|Fennec|Android|iP(ad|od|hone)/.test(sa)),Zi}O.isMobile=Cr;function Ni(){return pi()[0]}O.browserName=Ni;function Ui(){return pi()[1]}O.browserVersion=Ui;function Bi(){return pi()[3]}O.baseChromeVersion=Bi;function I(){return tr||(tr=new(window.AudioContext||window.webkitAudioContext)),tr}O.getAudioContext=I;function R(){return pi()[4]}O.browserSubVersion=R;function M(){return O.baseChromeVersion()>=105&&!O.isMobile()}O.isAudioShareSupported=M})(Ue||(Ue={}));var C=Ue;function ca(s,r){if(s.isAudioEnabled!==r.isAudioEnabled||s.isVideoEnabled!==r.isVideoEnabled||s.isScreenSharingEnabled!==r.isScreenSharingEnabled||s.isFastScreenSharingEnabled!==r.isFastScreenSharingEnabled||s.isAudioSharingEnabled!==r.isAudioSharingEnabled||s.isAnimojiEnabled!==r.isAnimojiEnabled||s.videoStreams.length!==r.videoStreams.length)return!1;for(let e of s.videoStreams)if(!r.videoStreams.find(t=>t.id===e.id&&t.source===e.source))return!1;return!0}function _e(s){return Object.assign({isAudioEnabled:!1,isVideoEnabled:!1,isScreenSharingEnabled:!1,isFastScreenSharingEnabled:!1,isAudioSharingEnabled:!1,isAnimojiEnabled:!1,videoStreams:[]},s||{})}var F=class extends Error{constructor(e,t){super();this.name="HangupReason",this.code=t&&t.code||0,this.remote=t&&t.remote||!1,Object.values(w).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,F)}};var Be=(i=>(i.audio="audio",i.video="video",i.screen="screen",i.audioshare="audioshare",i))(Be||{}),gi=class extends re{constructor(){super();this._stream=null;this._screenTrack=null;this._audioShareTrack=null;this._sendVideoTrack=null;this._cameraVideoTrack=null;this._mediaSettings=_e();this._videoStatusOnScreenCapturingEnabled=!1;this._effect=null;this._sourceBusy=!1;this._animojiEnabled=!1;this._initDeviceChangeListener(),l.audioShare&&(this._audioShareTrack=this.getSilentAudioShareTrack())}request(){return c(this,arguments,function*(e=[de.AUDIO],t=!0){var o;if(this._stream)return;let i=e.includes(de.VIDEO),a=e.includes(de.AUDIO),n=e.includes(de.ANIMOJI);if(!C.isBrowserSupported())throw new F(ae.UNSUPPORTED);try{this._stream=yield C.getUserMedia(i,a,t),(o=this._cameraVideoTrack)==null||o.stop(),this._cameraVideoTrack=this._stream.getVideoTracks()[0],this._mediaSettings.isVideoEnabled=i&&this._stream.getVideoTracks().filter(p=>p.enabled).length>0||!1,this._mediaSettings.isAudioEnabled=a&&this._stream.getAudioTracks().filter(p=>p.enabled).length>0||!1,this._mediaSettings.isAnimojiEnabled=n&&!this._mediaSettings.isVideoEnabled||!1,this._animojiEnabled=n}catch(p){throw new F(p)}})}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}get isAnimojiRequested(){return this._animojiEnabled&&!this._mediaSettings.isVideoEnabled}addTrackToPeerConnection(e,t,i,a){let n=this.getStream(),o=this._getSendAudioTrack(),p=this.getSendVideoTrack(i);if(!n||!o&&!p&&!t)throw new Error("No local stream found");if(o&&!t){if(a){let{codecs:u}=RTCRtpSender.getCapabilities("audio"),_="audio/red",E=48e3,b=u.findIndex(k=>k.mimeType===_&&k.clockRate===E);if(b>=0){let k=[];k.push(u[b]);for(let A=0;A<u.length;A++)A!==b&&k.push(u[A]);e.getTransceivers().forEach(A=>A.setCodecPreferences(k))}}e.addTrack(o,n)}p&&!t&&e.addTrack(p,n)}getMediaSettings(){return this._mediaSettings}changeDevice(e){return c(this,null,function*(){switch(e){case"videoinput":if(this._mediaSettings.isVideoEnabled)return this._changeVideoInput();break;case"audioinput":if(this._mediaSettings.isAudioEnabled)return this._changeAudioInput();break;default:return Promise.reject(ae.UNKNOWN)}})}stopVideoTrack(){var e;this._mediaSettings.isVideoEnabled&&(this._stopEffect(),aa(this._stream),(e=this._cameraVideoTrack)==null||e.stop())}setVideoStream(e,t){return c(this,null,function*(){return t?this._changeScreen(!1,!1,e):this._changeVideoInput(e)})}_initDeviceChangeListener(){if(!navigator.mediaDevices||!navigator.mediaDevices.enumerateDevices||!navigator.mediaDevices.addEventListener)return;let e=!1,t=!1,i=T.throttle(()=>{t&&this._changeVideoInput().catch(()=>{}),e&&this._changeAudioInput().catch(()=>{}),e=!1,t=!1},1e3);this._onDeviceChange=()=>c(this,null,function*(){if(!this._stream)return;let a=C.getSavedMicrophone(),n=C.getSavedCamera(),o=a==null?void 0:a.deviceId,p=n==null?void 0:n.deviceId;if(!o&&!p)return;let u=yield navigator.mediaDevices.enumerateDevices();!e&&o&&(e=!u.find(_=>_.deviceId===o)),!t&&p&&(t=!u.find(_=>_.deviceId===p)),i()}),navigator.mediaDevices.addEventListener("devicechange",this._onDeviceChange)}_destroyDeviceChangeListener(){this._onDeviceChange&&navigator.mediaDevices.removeEventListener("devicechange",this._onDeviceChange)}_changeVideoInput(e=null,t){return c(this,null,function*(){var i;this._busy();try{let a=e?"stream":"video",n=e||(yield C._getUserVideo(!!this._effect));if((i=this._cameraVideoTrack)==null||i.stop(),this._cameraVideoTrack=n.getVideoTracks()[0],!this._stream)Ht(n);else{l.consumerScreenTrack||(yield this._disableScreenCapture());let o=yield this._setEffect(this._effect,this._cameraVideoTrack);t&&(yield It(o,t)),g.log(v.DEVICE_CHANGED,a),d.log("Video stream changed"),yield this._replaceLocalTrack(o),this._mediaSettings.isVideoEnabled=!0,this._triggerEvent("SOURCE_CHANGED",{kind:"video",mediaSettings:this._mediaSettings})}}catch(a){throw g.log(v.ERROR,"change_video"),d.warn("Camera change failed",a),a}finally{this._free()}})}setAudioStream(e){return c(this,null,function*(){return this._changeAudioInput(e)})}_busy(){if(this._sourceBusy)throw g.log(v.ERROR,"change_device"),d.warn("Device change failed: MediaSource is busy"),new Error("MediaSource is busy");this._sourceBusy=!0}_free(){this._sourceBusy=!1}_changeAudioInput(e=null){return c(this,null,function*(){this._busy();try{if(e=e||(yield C.getUserAudio()),!this._stream)Ht(e);else{let t=e.getAudioTracks()[0];g.log(v.DEVICE_CHANGED,"audio"),d.log("Audio stream changed"),yield this._replaceLocalTrack(t),this._mediaSettings.isAudioEnabled=!0,this._triggerEvent("SOURCE_CHANGED",{kind:"audio",mediaSettings:this._mediaSettings})}}catch(t){throw g.log(v.ERROR,"change_audio"),d.error("Microphone change failed",t),t}finally{this._free()}})}_changeScreen(e,t,i){return c(this,null,function*(){this._busy();try{if(i=i||(yield C.getScreenMedia(e,t)),i.addEventListener("inactive",()=>{this._mediaSettings.isScreenSharingEnabled&&this.disableScreenCapturing()},!1),!this._stream)Ht(i);else{let a=i.getVideoTracks()[0];if(l.consumerScreenTrack||this._stopEffect(),g.log(v.DEVICE_CHANGED,"screen"),d.log("Screen capturing started"),this._screenTrack=a,this._mediaSettings.isScreenSharingEnabled=!0,this._mediaSettings.isFastScreenSharingEnabled=e,l.consumerScreenTrack||(this._videoStatusOnScreenCapturingEnabled=this._mediaSettings.isVideoEnabled,this._mediaSettings.isVideoEnabled=!0,this._sendVideoTrack=l.consumerScreenDataChannel?C.getBlackMediaTrack(l.videoMinWidth,l.videoMinHeight):a,yield this._replaceLocalTrack(a,this._sendVideoTrack)),i.getAudioTracks().length>0){let n=i.getAudioTracks()[0];n.contentHint="music",this._audioShareTrack=n,yield this._replaceLocalTrack(n),this._mediaSettings.isAudioSharingEnabled=!0}t&&!this._mediaSettings.isAudioSharingEnabled&&d.debug("Audio share requested but not captured"),this._triggerEvent("SCREEN_STATUS",{track:a,mediaSettings:this._mediaSettings}),this._triggerEvent("SOURCE_CHANGED",{kind:"screen",mediaSettings:this._mediaSettings})}}catch(a){throw g.log(v.ERROR,"screen"),d.warn("Screen capturing failed",a),a}finally{this._free()}})}_disableScreenCapture(){return c(this,null,function*(){this._sendVideoTrack&&(this._sendVideoTrack.stop(),this._sendVideoTrack=null),this._screenTrack&&(this._screenTrack.stop(),this._screenTrack=null),yield this.stopAudioShareTrack(),this._mediaSettings.isScreenSharingEnabled&&(this._mediaSettings.isScreenSharingEnabled=!1,this._mediaSettings.isFastScreenSharingEnabled=!1,this._triggerEvent("SCREEN_STATUS",{mediaSettings:this._mediaSettings}),this._triggerEvent("SOURCE_CHANGED",{kind:"screen",mediaSettings:this._mediaSettings}))})}disableAudioShare(){return c(this,null,function*(){yield this.stopAudioShareTrack(),this._triggerEvent("SCREEN_STATUS",{mediaSettings:this._mediaSettings}),this._triggerEvent("SOURCE_CHANGED",{kind:"audioshare",mediaSettings:this._mediaSettings})})}stopAudioShareTrack(){return c(this,null,function*(){if(this._audioShareTrack){this._audioShareTrack.stop();let e=this.getSilentAudioShareTrack();yield this._replaceLocalTrack(e),this._mediaSettings.isAudioSharingEnabled=!1}})}getSilentAudioShareTrack(){let e=C.getSilentMediaTrack();return e.contentHint="music",e.stop(),e}_replaceLocalTrack(e,t){return c(this,null,function*(){if(!this._stream)return;let i=!1;this._stream.getTracks().forEach(a=>{var n,o;a.kind===e.kind&&a.contentHint===e.contentHint&&(a.stop(),(n=this._stream)==null||n.removeTrack(a),(o=this._stream)==null||o.addTrack(e),this._triggerEvent("TRACK_REPLACED",e,t),i=!0)}),i||(this._stream.addTrack(e),this._triggerEvent("TRACK_REPLACED",e,t))})}_setEffect(e,t){return c(this,null,function*(){if(!l.videoEffects)return t;try{return l.videoEffects.setEffect(e,t)}catch(i){return d.warn("Video effect failed",i),t}})}_stopEffect(){if(l.videoEffects)try{l.videoEffects.stopEffect()}catch(e){d.warn("Video effect failed",e)}}destroy(){var e;this._destroyDeviceChangeListener(),l.videoEffects&&(this._effect=null,l.videoEffects.destroy()),this._stream&&(Ht(this._stream),this._stream=null),(e=this._cameraVideoTrack)==null||e.stop(),this._disableScreenCapture()}toggleScreenCapturing(e){return c(this,null,function*(){if(e.captureScreen){yield this._changeScreen(e.fastScreenSharing,e.captureAudio);return}return l.consumerScreenTrack?this._disableScreenCapture():(e.captureAudio||(yield this.disableAudioShare()),this._videoStatusOnScreenCapturingEnabled?this._changeVideoInput():this.toggleVideo(!1))})}disableScreenCapturing(){return c(this,null,function*(){return this.toggleScreenCapturing({captureScreen:!1,fastScreenSharing:!1,captureAudio:!1})})}toggleVideo(e){return c(this,null,function*(){var i;if(!this._stream)return;l.consumerScreenTrack||(yield this._disableScreenCapture()),(i=this._cameraVideoTrack)==null||i.stop();let t;if(e){let a=yield C._getUserVideo(!!this._effect);this._cameraVideoTrack=a.getVideoTracks()[0],t=yield this._setEffect(this._effect,this._cameraVideoTrack)}else t=C.getBlackMediaTrack(l.videoMinWidth,l.videoMinHeight),this._stopEffect();if(yield this._replaceLocalTrack(t),this._mediaSettings.isVideoEnabled=e,this._animojiEnabled){this._triggerEvent("ANIMOJI_STATUS",!e);return}this._triggerEvent("SOURCE_CHANGED",{kind:"video",mediaSettings:this._mediaSettings})})}toggleAudio(e){return c(this,null,function*(){if(!this._stream)return;let t;e?t=(yield C.getUserAudio()).getAudioTracks()[0]:t=C.getSilentMediaTrack(),yield this._replaceLocalTrack(t),this._mediaSettings.isAudioEnabled=e,this._triggerEvent("SOURCE_CHANGED",{kind:"audio",mediaSettings:this._mediaSettings})})}toggleAnimojiCapturing(e){this._animojiEnabled=e,this._mediaSettings.isVideoEnabled||this._triggerEvent("ANIMOJI_STATUS",e)}onAnimojiSender(e){this._mediaSettings.isAnimojiEnabled=e,this._triggerEvent("SOURCE_CHANGED",{kind:"video",mediaSettings:this._mediaSettings})}_setEffectResolution(e){return c(this,null,function*(){if(!l.videoEffects)return;let t=this._cameraVideoTrack;this._stopEffect(),yield It(t,e);let i=yield this._setEffect(this._effect,t);yield this._replaceLocalTrack(i)})}setResolution(i){return c(this,arguments,function*({video:e,effect:t}){if(!l.consumerScreenTrack&&this._mediaSettings.isScreenSharingEnabled)return;if(!this._stream)throw new Error("Local stream not found");let a=this._stream.getVideoTracks()[0];if(!a)throw new Error("Local video track not found");if(a.enabled){if(!this._effect)return It(a,e);if(t)return this._setEffectResolution(t)}})}updateNoiseSuppression(){return c(this,null,function*(){if(!this._stream||!this._mediaSettings.isAudioEnabled)return;let e=this._stream.getAudioTracks().find(t=>!t.contentHint);if(!e)throw new Error("Local audio track not found");if(e.enabled)return e.applyConstraints({noiseSuppression:l.noiseSuppression})})}videoEffect(e){return c(this,null,function*(){if(!l.videoEffects)throw new Error("Video Effects library is not set");if(!l.consumerScreenTrack&&this._mediaSettings.isScreenSharingEnabled)throw new Error("Can't apply effect to screensharing");if(g.log(v.DEVICE_CHANGED,`effect_${(e==null?void 0:e.effect)||"none"}`),!this._mediaSettings.isVideoEnabled){this._effect=e;return}if(this._stream&&e!==this._effect){let t=this._effect;this._effect=e;try{let i=new MediaStream([this._cameraVideoTrack.clone()]);return e?this._changeVideoInput(i,{width:l.videoEffectMaxWidth,height:l.videoEffectMaxHeight}):this._changeVideoInput(i)}catch(i){throw this._effect=t,i}}})}getAudioShareTrack(){return this._audioShareTrack}};var da=typeof Object.fromEntries=="function"?Object.fromEntries:function(s){if(!s||!s[Symbol.iterator])throw new Error("Object.fromEntries() requires a single iterable argument");let r={};for(let[e,t]of s)r[e]=t;return r};function la(s){return c(this,null,function*(){return new Promise((r,e)=>{let t=new FileReader;t.onload=i=>{r(i.target.result)},t.onerror=e,t.readAsArrayBuffer(s)})})}var Pt=":",fi="d",sn=533,sr="a=fmtp:",on="sps-pps-idr-in-keyframe=1",or;(Bi=>{function s(I,R,M,O,m,D=!1,H=!1){let $=/[\r\n]+/,le=`\r
|
|
8
|
-
`;if(!
|
|
9
|
-
`);for(let D of M)if(D.startsWith("a=fingerprint")){let H=D.split(" ");if(H.length===2){R=H[1];break}}if(!R)return BigInt(-1);let O=R.split(":"),m=BigInt(0);for(let D=Math.min(7,O.length-1);D>=0;D--){let H=BigInt(parseInt(O[D],16));m<<=BigInt(8),m|=H}return BigInt.asIntN(64,m)}Bi.sdpFingerprint=j;function Z(I){return c(this,null,function*(){return new Promise(R=>window.setTimeout(R,I))})}Bi.delay=Z;function J(I,R,M){let O=[];return I.getSenders().forEach(m=>te(R,m,m.track,M,O)),O}Bi.applySettings=J;function te(I,R,M,O,m){var D;if(I&&M&&M.kind==="video"){let H=M.getSettings();if(H){let $=I.maxBitrateK?I.maxBitrateK*1024:null,le=H.width,me=H.height,Le=le&&me&&I.maxDimension?Math.max(1,Math.max(le,me)/I.maxDimension):null,Me=I.maxFramerate?I.maxFramerate:null;if(le&&me&&I.maxDimension&&I.maxDimension>Math.max(le,me)){let N=Math.round(le*me/256),Ut=(Math.round(N*sn/1e4)+1)*1e4;$=$===null?Ut:Math.min(Ut,$)}let Ae=I.degradationPreference?I.degradationPreference:"balanced",De=O[M.id];if(De&&De.bitrate===$&&De.scaleResolutionDownBy===Le&&De.maxFramerate===Me&&De.degradationPreference===Ae){m[M.id]=De;return}m[M.id]={bitrate:$,scaleResolutionDownBy:Le,maxFramerate:Me,degradationPreference:Ae};let Ne=R.getParameters();Ne.encodings||(Ne.encodings=[{}]),Ne.encodings.forEach(N=>{$?N.maxBitrate=$:delete N.maxBitrate,Le?N.scaleResolutionDownBy=Le:delete N.scaleResolutionDownBy,Me?N.maxFramerate=Me:delete N.maxFramerate}),Ne.degradationPreference=Ae,(D=R.setParameters)==null||D.call(R,Ne)}}}Bi.applyVideoTrackSettings=te;function ge(I,R){Array.isArray(R)||(R=[R]);for(let M of R)if(I.includes(M))return!0;return!1}Bi.includesOneOf=ge;function Te(I){var R;return Object.entries(((R=I.participantState)==null?void 0:R.state)||{}).reduce((M,[O,m])=>(I.participantState&&(M[O]={ts:I.participantState.stateUpdateTs[O],state:m}),M),{})}Bi.mapParticipantState=Te;function rt(I){let R=I.map(M=>({uid:M.externalId,mediaSettings:M.mediaSettings,status:M.status,muteStates:M.muteStates,unmuteOptions:M.unmuteOptions,participantState:M.participantState,markers:M.markers,movieShareInfos:M.movieShareInfos}));return l.filterObservers?R.filter(M=>!M.uid.observer):R}Bi.mapSharedParticipants=rt;function ni(I,R){let M=Object.keys(I),O=Object.keys(R);if(M.length!==O.length)return!1;for(let m of M)if(!O.hasOwnProperty(m)||I[m].state!==R[m].state||I[m].ts!==R[m].ts)return!1;return!0}Bi.isEqualParticipantState=ni;function Y(I,R){let M=Object.keys(I),O=Object.keys(R);if(M.length!==O.length)return!1;for(let m of M)if(!R.hasOwnProperty(m)||I[m]!==R[m])return!1;return!0}Bi.isObjectsEquals=Y;function Ir(I,R){if(I.length!==R.length)return!1;for(let M of I)if(R.indexOf(M)<0)return!1;return!0}Bi.isArraysEquals=Ir;function Tr(I){return!Object.keys(I).length}Bi.isEmptyObject=Tr;function Rr(I,R){if(!I&&!R)return 0;if(!I||!R)return I?-1:1;return O(R.rank,I.rank)||O(I.ts,R.ts)||M(I,R);function M(m,D){let H={[z.USER]:0,[z.GROUP]:1},{compositeUserId:$,deviceIdx:le}=k(m.id),{compositeUserId:me,deviceIdx:Le}=k(D.id),{id:Me,type:Ae}=b($),{id:De,type:Ne}=b(me);return O(H[Ae],H[Ne])||O(Me,De)||O(le,Le)}function O(m,D){return m<D?-1:m===D?0:1}}Bi.participantMarkerCompare=Rr;function Cr(I,R){let M=Object.entries(I).filter(([,O])=>Array.isArray(R)?!R.includes(O):O!==R);return da(M)}Bi.objectFilterOutValues=Cr;function Ni(I,R,M){let O=M;for(let m in I)I.hasOwnProperty(m)&&(O=R(O,I[m],m));return O}Bi.objectReduce=Ni,Bi.setImmediate=(()=>{let I=1,R={},M=null;return typeof MessageChannel!="undefined"&&(M=new MessageChannel,M.port1.onmessage=O=>{let m=O.data;R[m]&&(R[m](),delete R[m])}),function(O){if(M&&document.visibilityState==="hidden"){let D=I;return I=I>=Number.MAX_SAFE_INTEGER?1:I+1,R[D]=O,M.port2.postMessage(D),()=>{R[D]&&delete R[D]}}let m=setTimeout(O,0);return()=>clearTimeout(m)}})()})(or||(or={}));var T=or;var cn=1e3;function pe(s,r,e=0){return r in s&&s[r]?s[r]:e}function pa(...s){return r=>{for(let e of s)if(e(r))return!0;return!1}}function Ze(s,r){return e=>e[s]===r}function dn(s){return(r,e)=>r[s]-e[s]}function Si(s,r){return r.reduce((e,t)=>(e[t[s]]=t,e),{})}function ln(s){let r={},e=[];for(let t of s)r[t.id]||(r[t.id]=!0,e.push(t));return e}function pn(s){return s!==null&&typeof s=="object"&&!Array.isArray(s)}function cr(s){return Object.keys(s).filter(r=>s[r]!==void 0).map(r=>[r,s[r]]).reduce((r,e)=>(r[e[0]]=pn(e[1])?cr(e[1]):e[1],r),{})}function un(s){let r=[];for(let e of s)e.forEach(t=>r.push(t));return r}function mn(s){return c(this,null,function*(){let r=[];return RTCRtpReceiver.prototype.getStats?(r.push(...s.getReceivers().map(e=>e.getStats())),r.push(...s.getSenders().map(e=>e.getStats()))):r.push(s.getStats()),Promise.all(r).then(un).then(ln)})}function hn(s){let r=s.filter(Ze("type","candidate-pair")).sort(dn("priority")).find(pa(Ze("nominated",!0),Ze("selected",!0)));if(!r)return{totalRoundTripTime:0,currentRoundTripTime:0,bytesSent:0,bytesReceived:0};let e={totalRoundTripTime:r.totalRoundTripTime||0,currentRoundTripTime:r.currentRoundTripTime||0,bytesSent:r.bytesSent,bytesReceived:r.bytesReceived},t=s.find(Ze("id",r.remoteCandidateId));t&&(e=Object.assign({},e,{remote:{type:t.candidateType,address:t.ip||t.address,port:t.port,protocol:t.protocol}}));let i=s.find(Ze("id",r.localCandidateId));return i&&(e=Object.assign({},e,{local:{type:i.candidateType,address:i.ip||i.address,port:i.port,protocol:i.protocol,relayProtocol:i.relayProtocol,networkType:i.networkType}})),cr(e)}function _n(s,r){let e=Si("id",s),t=s.filter(pa(Ze("type","inbound-rtp"),Ze("type","outbound-rtp")));C.browserName()==="Firefox"&&(t=Object.values(t.reduce((a,n)=>{if(!a[n.ssrc])a[n.ssrc]=n;else{let o=Object.assign({},a[n.ssrc],n),p=a[n.ssrc].isRemote?n:a[n.ssrc];o.id=p.id,o.type=p.type,delete o.isRemote,delete o.remoteId,a[o.ssrc]=o}return a},{})));let i={};if(C.browserName()==="Safari"){let a=s.filter(Ze("type","track"));i=Si("trackIdentifier",a)}return t.map(a=>{let n=Number(a.ssrc),o=a.mediaType||a.kind,p=a.trackId,u=a.type,_=a.codecId;if(C.browserName()==="Safari"){let b=/^.+_([\d]+)$/.exec(a.id);if(b&&(n=parseInt(b[1],10)),o=a.id.indexOf("Audio")>0?"audio":"video",r[n]){let k=o+"-"+r[n];i[k]&&(p=i[k].id)}}if(!u||!n||!o)return null;let E={ssrc:n,type:u,kind:o,bytesReceived:pe(a,"bytesReceived"),bytesSent:pe(a,"bytesSent"),jitter:pe(a,"jitter"),packetsLost:pe(a,"packetsLost"),packetsReceived:pe(a,"packetsReceived"),packetsSent:pe(a,"packetsSent"),fractionLost:pe(a,"fractionLost"),pliCount:pe(a,"pliCount"),firCount:pe(a,"firCount"),nackCount:pe(a,"nackCount"),userId:r[n]};if(o==="video"){let b=pe(a,"framesDecoded"),k=pe(a,"totalInterFrameDelay"),A=pe(a,"totalSquaredInterFrameDelay");E.interframeDelayVariance=(A-k*k/b)/b}if(o==="audio"&&(E.totalSamplesReceived=pe(a,"totalSamplesReceived"),E.concealedSamples=pe(a,"concealedSamples"),E.insertedSamplesForDeceleration=pe(a,"insertedSamplesForDeceleration"),E.removedSamplesForAcceleration=pe(a,"removedSamplesForAcceleration"),E.silentConcealedSamples=pe(a,"silentConcealedSamples"),E.concealmentEvents=pe(a,"concealmentEvents"),E.totalAudioEnergy=pe(a,"totalAudioEnergy")),_&&e[_]){let b=e[_];E.clockRate=b.clockRate,E.mimeType=b.mimeType}if(p&&e[p]){let b=e[p];E.frameHeight=b.frameHeight,E.frameWidth=b.frameWidth,E.framesDecoded=b.framesDecoded,E.framesReceived=b.framesReceived,E.framesDropped=b.framesDropped}return cr(E)}).filter(a=>!!a)}function gn(s,r){if(!r||!r.rtps||!s.rtps)return s;let e=Si("ssrc",s.rtps),t=Si("ssrc",r.rtps),i=(s.timestamp-r.timestamp)/1e3;return!e||!t||Object.keys(e).forEach(a=>{let n=e[a],o=t[a];if(!(!n||!o)){if(n.bytesReceived&&n.bytesReceived>o.bytesReceived&&(n.bandwidth=Math.round((n.bytesReceived-o.bytesReceived)/i)),n.bytesSent&&n.bytesSent>o.bytesSent&&(n.bandwidth=Math.round((n.bytesSent-o.bytesSent)/i)),n.packetsReceived)if(n.packetsReceived>o.packetsReceived||n.packetsLost>o.packetsLost){let p=n.packetsLost-o.packetsLost,u=n.packetsReceived-o.packetsReceived;n.packetLoss=parseFloat((100*p/(p+u)).toFixed(2))}else n.packetLoss=0;n.framesDropped&&o.framesDropped&&n.framesDropped>o.framesDropped&&(n.framesDroppedDelta=parseFloat(((n.framesDropped-o.framesDropped)/i).toFixed(0)))}}),s}function Wt(t,i){return c(this,arguments,function*(s,r,e={}){let a=yield mn(s),n={timestamp:Date.now(),transport:hn(a),rtps:_n(a,e)};return r?gn(n,r):(yield T.delay(cn),Wt(s,n,e))})}function st(s){performance.clearMarks(s),performance.mark(s)}function vi(s){let r=performance.getEntriesByName(s)[0];if(typeof r=="undefined")return null;let e=Math.round(performance.now()-r.startTime);return performance.clearMarks(s),e}function Ei(s){return`${v.SCREENSHARE_FIRST_FRAME}_${fn(s)}`}function fn(s){return typeof s=="string"?s:JSON.stringify(s)}var g=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 a={};typeof t!="undefined"&&(a.param=t),this._logInternal(e,a,i),this._externalLogger&&this._externalLogger.log(e,t,i)}logCustom(e,t,i=!1){this._logInternal(e,t,i)}_logInternal(e,t,i){let a={type:1,time:0,operation:e,timestamp:Date.now(),custom:t,uid:this._api.getUserId()};this._batch.push(a),(i||!this._batchTimeout)&&this._sendBatch()}destroy(){this._sendBatch(),this._stopTimeout(),this._externalLogger&&this._externalLogger.destroy()}static create(e,t){g._instance||(g._instance=new g(e,t))}static log(e,t,i=!1){g._instance&&g._instance.log(e,t,i)}static logCustom(e,t,i=!1){g._instance&&g._instance.logCustom(e,t,i)}static logMeasure(e){let t=vi(e);g._instance&&t!==null&&g._instance.logCustom(e,{param:t})}static destroy(){g._instance&&g._instance.destroy(),g._instance=null}};var we=class{constructor(){this._worker=null}_createWorker(n,o){return c(this,arguments,function*(r,e,t=[],i={},a=[]){return new Promise((p,u)=>{let _=t.join(","),E=new Blob([r,`exports.default(${_});`],{type:"application/javascript; charset=utf-8"}),b=window.URL.createObjectURL(E);this._worker=new Worker(b),this._worker.onmessage=k=>{switch(k.data.type){case"ready":p();break;case"error":u(k.data.error);break;case"frame":e(k.data);break;case"debug":d.debug(k.data.message);break;case"log_error":g.log(v.ERROR,k.data.message);break}},this._sendToWorker("init",i,a)})})}_removeWorker(){var r;(r=this._worker)==null||r.terminate(),this._worker=null}_sendToWorker(r,e={},t=[]){var i;(i=this._worker)==null||i.postMessage(Object.assign({type:r},e),t)}static isBrowserSupported(){throw new Error("Not implemented")}};var ot=class extends we{init(r){return c(this,null,function*(){d.debug("LibVPxDecoder started"),yield this._createWorker('"use strict";var exports=(()=>{var u=Object.defineProperty;var R=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var M=Object.prototype.hasOwnProperty;var h=(a,t)=>{for(var e in t)u(a,e,{get:t[e],enumerable:!0})},D=(a,t,e,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let s of x(t))!M.call(a,s)&&s!==e&&u(a,s,{get:()=>t[s],enumerable:!(o=R(t,s))||o.enumerable});return a};var V=a=>D(u({},"__esModule",{value:!0}),a);var F={};h(F,{default:()=>A});var A=(a,t)=>{let e=null,o=null,s=!0;function m(){return a({locateFile:t}).then(r=>o=r)}function b(r,g,l,y,E){if(!o){self.postMessage({type:"log_error",message:"decoder-init-fail-libvpx"}),self.postMessage({type:"frame",error:"Fatal initialization error"});return}if(s!==l&&(s=l,e&&(e=null,self.postMessage({type:"debug",message:`LibVPxDecoder codec changed to ${l?"VP9":"VP8"} - reinitialize`}))),!e&&(self.postMessage({type:"debug",message:`LibVPxDecoder codec ${l?"VP9":"VP8"}`}),e=new o.VpxDecoder,e.debug(E),!e.init(l?o.VpxType.VP9:o.VpxType.VP8))){e=null,self.postMessage({type:"frame",error:"Decoder failed to create"});return}try{e.allocateBuffer(g.byteLength).set(new Uint8Array(g))}catch(n){self.postMessage({type:"debug",message:n}),e=null,self.postMessage({type:"frame",error:String(n)});return}if(!(e.decode()&&e.nextImage())){self.postMessage({type:"frame",error:"Decode failed"});return}let p=e.getImageBuffer();if(!p){self.postMessage({type:"frame",error:"No decoded data"});return}let d=e.getImageWidth(),c=e.getImageHeight();e.nextImage()&&(self.postMessage({type:"debug",message:"LibVPxDecoder dropped frame"}),self.postMessage({type:"log_error",message:"LibVPxDecoder-drop"}));let i=new Uint8ClampedArray(p.byteLength);if(i.set(p),y){let n=new ImageData(i,d,c);createImageBitmap(n,0,0,d,c).then(f=>{self.postMessage({type:"frame",data:f},[f]),f.close()})}else self.postMessage({type:"frame",data:i.buffer,width:d,height:c},[i.buffer])}m().then(()=>{self.onmessage=r=>{switch(r.data.type){case"frame":b(r.data.timestamp,r.data.data,r.data.isVP9,r.data.useImageBitmap,r.data.debug);break}},self.postMessage({type:"ready"})}).catch(r=>{self.postMessage({type:"error",error:String(r)})})};return V(F);})();\n',e=>{if(e.error)d.warn("LibVPxDecoder",e.error);else if(e.data instanceof ArrayBuffer){let t=new ImageData(new Uint8ClampedArray(e.data),e.width,e.height);r(t)}else r(e.data)},[ua,ua.getUrl])})}decodeFrame(r,e,t,i){let a="ImageBitmap"in window;this._sendToWorker("frame",{timestamp:r,data:e.buffer,isVP9:t,keyFrame:i,useImageBitmap:a,debug:d.enabled()},[e.buffer])}destroy(){this._removeWorker(),d.debug("LibVPxDecoder destroyed")}static isBrowserSupported(){return"WebAssembly"in window&&"Worker"in window}};var Fe=class extends we{init(r){return c(this,null,function*(){d.debug("WebCodecsDecoder started"),yield this._createWorker('"use strict";var exports=(()=>{var s=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var b=Object.prototype.hasOwnProperty;var E=(o,e)=>{for(var t in e)s(o,t,{get:e[t],enumerable:!0})},g=(o,e,t,c)=>{if(e&&typeof e=="object"||typeof e=="function")for(let r of m(e))!b.call(o,r)&&r!==t&&s(o,r,{get:()=>e[r],enumerable:!(c=f(e,r))||c.enumerable});return o};var D=o=>g(s({},"__esModule",{value:!0}),o);var V={};E(V,{default:()=>R});var R=o=>{let e=null,t=!0;function c(){self.postMessage({type:"ready"})}function r(d,l,a,i=!1){if(!e||t!==a){if(!i){self.postMessage({type:"debug",message:"WebCodecsDecoder dropped frame - waiting for keyframe"});return}t=a,e?self.postMessage({type:"debug",message:`WebCodecsDecoder codec changed to ${a?"VP9":"VP8"}`}):(self.postMessage({type:"debug",message:`WebCodecsDecoder codec ${a?"VP9":"VP8"}`}),e=new VideoDecoder({output:n=>{let u=o?[n]:[];self.postMessage({type:"frame",data:n},u),n.close()},error:n=>{e&&e.state!=="closed"&&e.close(),e=null,self.postMessage({type:"frame",error:"WebCodecsDecoder failed, reinitialize: "+String(n)})}})),e.configure({codec:a?"vp09.00.50.08":"vp8"})}let p=new EncodedVideoChunk({type:i?"key":"delta",timestamp:d,data:l});e.decode(p)}self.onmessage=d=>{switch(d.data.type){case"init":c();break;case"frame":r(d.data.timestamp,d.data.data,d.data.isVP9,d.data.keyFrame);break}}};return D(V);})();\n',e=>{e.error?d.warn("WebCodecsDecoder",e.error):r(e.data)},[C.baseChromeVersion()>=92])})}decodeFrame(r,e,t,i=!1){this._sendToWorker("frame",{timestamp:r,data:e.buffer,isVP9:t,keyFrame:i},[e.buffer])}destroy(){this._removeWorker(),d.debug("WebCodecsDecoder destroyed")}static isBrowserSupported(){return"VideoDecoder"in window&&"Worker"in window&&"VideoFrame"in window}};import{BitStream as Sn}from"bit-buffer";var vn=65536,et=class{constructor(r,e){this._chunks=[];this._firstFrameReceived=!1;this._participantId=r,this._onStream=e}appendChunk(r){let e=this._chunks.length;if(r.start)e&&(d.warn("[FrameBuilder] Cleanup buffer",Array.prototype.slice.call(this._chunks)),this._chunks=[]);else if(!e||(this._chunks[e-1].sequence+1)%vn!==r.sequence){d.warn("[FrameBuilder] Got incorrect chunk");return}if(this._chunks.push(r),r.end){let t=this._processFrameData(),{width:i,height:a}=et.getFrameSize(t);if(this._processFrame({timestamp:r.timestamp,frameData:t,isVP9:r.isVP9,keyframe:r.keyframe,width:i,height:a}),!this._firstFrameReceived){this._firstFrameReceived=!0;let n=Ei(this._participantId),o=vi(n);if(o===null)return;let p=Math.max(i,a),u=(()=>p>=1920?v.SCREENSHARE_FIRST_FRAME_LARGE:p>=1280?v.SCREENSHARE_FIRST_FRAME_MEDIUM:v.SCREENSHARE_FIRST_FRAME_SMALL)();g.logCustom(u,{param:o})}}}destroy(){this._chunks=[]}_processFrameData(){let r=this._chunks;this._chunks=[];let e=r.reduce((a,n)=>a+n.data.byteLength,0),t=new Uint8Array(e),i=0;for(let a of r)t.set(new Uint8Array(a.data),i),i+=a.data.byteLength;return t}static getFrameSize(r){let e={width:0,height:0},t=new Sn(r.buffer);t.bigEndian=!0,t.index+=2;let i=t.readBits(1),n=t.readBits(1)<<1|i;return n===3&&t.index++,t.readBits(1)===1||t.readBits(1)!==0||(t.index++,t.index++,t.index+=24,n>=2&&t.index++,t.readBits(3)!==7?(t.index++,(n===1||n===3)&&(t.index+=3)):(n===1||n===3)&&t.index++,e.width=t.readBits(16)+1,e.height=t.readBits(16)+1),e}static isBrowserSupported(){throw new Error("Method `isBrowserSupported` is not implemented")}};var ct=class{constructor(r){this._onStream=r}drawFrame(r){return c(this,null,function*(){throw new Error("Method `drawFrame` is not supported by this implementation")})}drawImage(r){throw new Error("Method `drawImage` is not supported by this implementation")}static isBrowserSupported(){throw new Error("Method `isBrowserSupported` is not implemented")}};var yt=class extends ct{constructor(e){super(e);this._canvas=null;this._canvasContext=null;this._stream=null;this._track=null;d.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 c(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(),d.debug("CanvasRenderer destroyed")}static isBrowserSupported(){return("CanvasCaptureMediaStream"in window||"CanvasCaptureMediaStreamTrack"in window)&&!(C.browserName()==="Safari"&&Number(C.browserVersion())===15)&&!(C.browserName()==="Firefox"&&Number(C.browserVersion())<60)}};var dt=class extends ct{constructor(e){super(e);d.debug("TrackGeneratorRenderer started"),this._generator=new MediaStreamTrackGenerator({kind:"video"}),this._writer=this._generator.writable.getWriter(),this._stream=new MediaStream([this._generator]),this._onStream(this._stream)}drawFrame(e){return c(this,null,function*(){yield this._writer.write(e)})}destroy(){this._writer.releaseLock(),this._generator.writable.close().then(()=>this._generator.stop()),d.debug("TrackGeneratorRenderer destroyed")}static isBrowserSupported(){return"VideoFrame"in window&&"MediaStreamTrackGenerator"in window&&Fe.isBrowserSupported()}};var bt=class extends et{constructor(e,t){super(e,t);this._decoderReady=!1;this._decoderQueue=[];d.debug(`StreamBuilder started for participant [${e}]`),dt.isBrowserSupported()?this._renderer=new dt(t):this._renderer=new yt(t),Fe.isBrowserSupported()?this._decoder=new Fe:this._decoder=new ot;let i=a=>c(this,null,function*(){"VideoFrame"in window&&a instanceof VideoFrame?yield this._renderer.drawFrame(a):this._renderer.drawImage(a)});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(),d.debug(`StreamBuilder destroyed for participant ${this._participantId}`)}static isBrowserSupported(){return yt.isBrowserSupported()||dt.isBrowserSupported()}};function ma(s,r,e,t,i,a,n){let o=0;r&&(o|=1),e&&(o|=2),t&&(o|=4),n||(o|=8);let p=new ArrayBuffer(11),u=new DataView(p);if(u.setUint8(0,1),u.setUint16(1,i),u.setUint32(3,s),u.setUint8(7,a?1:0),u.setUint16(8,0),u.setUint8(10,o),!n)return p;let _=new Uint8Array(p.byteLength+n.byteLength);return _.set(new Uint8Array(p),0),_.set(new Uint8Array(n),p.byteLength),_.buffer}function ha(s){let r=new DataView(s),e=r.getUint8(0),t=r.getUint16(1),i=r.getUint32(3),a=r.getUint8(7)===1,n=r.getUint16(8),o=r.getUint8(10),p=!!(o&1),u=!!(o&2),_=!!(o&4),E=!!(o&8);if(e!==1)throw new Error(`Unexpected protocol version. Got ${e}, expected 1`);return{timestamp:i,start:p,end:u,keyframe:_,sequence:t,isVP9:a,ssrc:n,eos:E,data:s.slice(11)}}function _a(s){if(!s||!s.byteLength||s.byteLength!==4)return!1;let r=new DataView(s);return!(r.getUint8(0)!==1||r.getUint8(1)!==1||r.getUint16(2)!==0)}function ga(s){if(!s||!s.byteLength||s.byteLength!==10)return null;let r=new DataView(s);if(r.getUint8(0)!==1||r.getUint8(1)!==2||r.getUint16(2)!==0)return null;let a=r.getUint16(4),n=r.getUint32(6);return{seq:a,ts2:n}}import*as P from"simple-ebml-builder";var En=Mr(2,15)-1,dr=1,In=5,Tn=5;var Kt=class{constructor(r){this._queue=[];this._clearBufferTill=0;this._mediaSource=new MediaSource,this._codec=r;let e=()=>{this._mediaSource.removeEventListener("sourceopen",e),this._initBuffer(),this._handleQueue()};this._mediaSource.addEventListener("sourceopen",e,!1)}_handleQueue(){if(!this._sourceBuffer||this._sourceBuffer.updating||!this._queue.length)return;if(this._clearBufferTill&&this._sourceBuffer.buffered.length){let t=this._sourceBuffer.buffered.start(0);t<this._clearBufferTill&&(this._sourceBuffer.remove(t,this._clearBufferTill),d.debug(`[WebmBuilder] SourceBuffer cleanup from ${t} to ${this._clearBufferTill}`)),this._clearBufferTill=0;return}let r=this._queue;this._queue=[];let e=Kt._buildQueue(r);this._sourceBuffer.appendBuffer(e)}static _buildQueue(r){if(r.length){if(r.length===1)return P.build(r[0])}else return new Uint8Array;let e=r.reduce((a,n)=>a+n.countSize(),0),t=new Uint8Array(e),i=0;for(let a of r){let n=P.build(a);t.set(n,i),i+=n.byteLength}return t}_initBuffer(){this._sourceBuffer=this._mediaSource.addSourceBuffer(`video/webm; codecs="${this._codec}"`),this._sourceBuffer.mode="sequence",this._sourceBuffer.addEventListener("updateend",()=>this._handleQueue())}changeType(r){var e;return this._codec=r,(e=this._sourceBuffer)==null?void 0:e.changeType(r)}append(r,e=!1){this._queue.push(r),e&&this._handleQueue()}cleanup(){var a,n,o;((a=this._mediaSource)==null?void 0:a.readyState)==="open"&&((n=this._sourceBuffer)==null||n.abort());let r=(o=this._sourceBuffer)==null?void 0:o.buffered,e=r==null?void 0:r.length;if(!e)return;let t=r.start(0),i=Math.max(0,r.end(e-1)-In);i-t>Tn&&(this._clearBufferTill=i)}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 r;return(r=this._sourceBuffer)==null?void 0:r.buffered}},Pe=class extends et{constructor(e,t){super(e,t);this._video=null;this._stream=null;this._earliestTimestamp=0;this._clusterStartTime=0;this._lastFrameTimestamp=0;d.debug(`[WebmBuilder] started for participant [${e}]`)}static _intToU16BE(e){return new Uint8Array([e>>8,e])}static _genWebmHeader(){return P.element(P.ID.EBML,[P.element(P.ID.EBMLVersion,P.number(1)),P.element(P.ID.EBMLReadVersion,P.number(1)),P.element(P.ID.EBMLMaxIDLength,P.number(4)),P.element(P.ID.EBMLMaxSizeLength,P.number(8)),P.element(P.ID.DocType,P.string("webm")),P.element(P.ID.DocTypeVersion,P.number(2)),P.element(P.ID.DocTypeReadVersion,P.number(2))])}static _genSegmentHeader(e,t,i){let a=P.element(P.ID.Info,[P.element(P.ID.TimecodeScale,P.number(1e6)),P.element(P.ID.MuxingApp,P.string("vk-webm-builder")),P.element(P.ID.WritingApp,P.string("vk-webm-builder"))]),n=[P.element(P.ID.PixelWidth,P.number(e)),P.element(P.ID.PixelHeight,P.number(t))],o=P.element(P.ID.Tracks,P.element(P.ID.TrackEntry,[P.element(P.ID.TrackNumber,P.number(dr)),P.element(P.ID.TrackUID,P.number(dr)),P.element(P.ID.TrackType,P.number(1)),P.element(P.ID.FlagLacing,P.number(0)),P.element(P.ID.DefaultDuration,P.number(1e9)),P.element(P.ID.CodecID,P.string(`V_${i.toUpperCase()}`)),P.element(P.ID.Video,n)]));return P.unknownSizeElement(P.ID.Segment,[a,o])}static _genClusterHeader(e){return P.unknownSizeElement(P.ID.Cluster,[P.element(P.ID.Timecode,P.number(Math.round(e)))])}_createVideo(e){this._mediaBuffer=new Kt(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){d.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=()=>d.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,d.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(),d.debug(`[WebmBuilder] Segment header for participant [${this._participantId}]`);let o=Pe._genWebmHeader();this._mediaBuffer.append(o);let p=Pe._genSegmentHeader(e.width,e.height,t);this._mediaBuffer.append(p)}let a=Math.round(i-this._clusterStartTime);if(a>En&&(this._clusterStartTime=i,a=0),a===0){d.debug(`[WebmBuilder] Cluster header for participant [${this._participantId}]`);let o=Pe._genClusterHeader(this._clusterStartTime);this._mediaBuffer.append(o)}let n=P.element(P.ID.SimpleBlock,[P.vintEncodedNumber(dr),P.bytes(Pe._intToU16BE(a)),P.number((e.keyframe?1:0)<<7),P.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),d.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 lt=class{constructor(r,e,t,i){this._participantIdRegistry=null;this._streamBuilders={};this._onStream=()=>{};this._onEos=()=>{};d.debug("ScreenCaptureReceiver started"),this._datachannel=r,this._participantIdRegistry=e,this._onStream=t,this._onEos=i,this._datachannel.onmessage=a=>this._onDataChannelMessage(a.data)}_onDataChannelMessage(r){var a,n;let e=ha(r),t=(n=(a=this._participantIdRegistry)==null?void 0:a.getStreamDescription(e.ssrc))==null?void 0:n.participantId;if(!t){d.warn(`Participant id for ssrc ${e.ssrc} not found in registry`);return}if(e.eos){this.close(t),this._onEos(t);return}let i=this._streamBuilders[t];if(!i){let o=p=>this._onStream(t,p);l.screenShareWebmBuilder&&Pe.isBrowserSupported()?i=new Pe(t,o):i=new bt(t,o),this._streamBuilders[t]=i}i.appendChunk(e)}close(r){let e=this._streamBuilders[r];e&&(e.destroy(),delete this._streamBuilders[r])}destroy(){this._datachannel.onbufferedamountlow=null,this._datachannel.onmessage=null,this._onStream=()=>{},Object.values(this._streamBuilders).forEach(r=>r.destroy()),this._streamBuilders={},this._participantIdRegistry=null,d.debug("ScreenCaptureReceiver destroyed")}static isBrowserSupported(){return(Fe.isBrowserSupported()||ot.isBrowserSupported())&&(bt.isBrowserSupported()||Pe.isBrowserSupported())}};import fa from"@vkontakte/libvpx";var Rn=1e3,Mt=class extends we{constructor(e,t,i,a){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._useCongestionControl=i,this._maxBitrate=a,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 c(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 a=this._video;a.srcObject=new MediaStream([e]),a.onloadeddata=p=>t(),a.onerror=()=>i(new Error("Video element error"));let n=a.play(),o=()=>i(new Error("Autoplay is disabled"));n?n.catch(o):o()}})})}_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 c(this,null,function*(){if(!this._imageCapture)throw new Error("Destroyed");return this._imageCapture.grabFrame()})}_drawFrameData(e){var a;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(),(a=this._canvasCtx)==null?void 0:a.getImageData(0,0,t,i)}_requestCanvasFrame(){this._track&&this._track.requestFrame?this._track.requestFrame():this._stream&&this._stream.requestFrame&&this._stream.requestFrame()}init(){return c(this,null,function*(){this._createDom();let e=this._sourceTrack.getSettings().width,t=this._sourceTrack.getSettings().height;d.debug(`LibVPxEncoder started ${e}x${t}, codec ${this.isVP9()?"VP9":"VP8"}`),yield this._createStream(this._sourceTrack),yield this._createWorker(`"use strict";var exports=(()=>{var b=Object.defineProperty;var R=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var y=Object.prototype.hasOwnProperty;var V=(a,r)=>{for(var s in r)b(a,s,{get:r[s],enumerable:!0})},h=(a,r,s,i)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of x(r))!y.call(a,e)&&e!==s&&b(a,e,{get:()=>r[e],enumerable:!(i=R(r,e))||i.enumerable});return a};var M=a=>h(b({},"__esModule",{value:!0}),a);var F={};V(F,{default:()=>A});var A=(a,r,s,i)=>{let e;function m(t,o){return a({locateFile:r}).then(n=>{if(e=new n.VpxEncoder,e.debug(o),!e.init(t?n.VpxType.VP9:n.VpxType.VP8))throw self.postMessage({type:"log_error",message:"encoder-init-fail-libvpx"}),new Error("LibVPxEncoder failed to create");if(s){let d=Math.round(i/1e3);e.setTargetBitrate(d)}else e.setMaxQuantizer(10),e.setTargetBitrate(1024)})}function E(t,o,n,p){let d=e.allocateImage(t,o);if(!d){self.postMessage({type:"frame",error:"No buffer data"});return}d.set(new Uint8Array(n));let f=Math.round(performance.now()),u=150;if(!e.encode(f,u,p)){self.postMessage({type:"frame",error:"Encode failed"});return}let c=e.readFrame();if(!c){self.postMessage({type:"frame",error:"No encoded data"});return}e.readFrame()&&(self.postMessage({type:"debug",message:"LibVPxEncoder dropped frame"}),self.postMessage({type:"log_error",message:"LibVPxEncoder-drop"}));let l=new Uint8Array(c.byteLength);l.set(c),self.postMessage({type:"frame",frameType:p?"key":"delta",timestamp:f,duration:u,width:t,height:o,data:l.buffer},[l.buffer])}function g(t,o){let n=Math.round(t/1e3);e.setTargetBitrate(n)}self.onmessage=t=>{switch(t.data.type){case"init":m(t.data.isVP9,t.data.debug).then(()=>self.postMessage({type:"ready"})).catch(o=>self.postMessage({type:"error",error:String(o)}));break;case"frame":E(t.data.width,t.data.height,t.data.imageData,t.data.keyFrame);break;case"set_bitrate":g(t.data.bitrate,t.data.useCbr);break}}};return M(F);})();
|
|
10
|
-
`,i=>{var a;i.error?this._onFrame(null,i.error):this._onFrame({type:i.frameType,timestamp:i.timestamp,duration:i.duration,data:i.data,byteLength:(a=i.data)==null?void 0:a.byteLength,width:i.width,height:i.height})},[fa,fa.getUrl,this._useCongestionControl,this._maxBitrate],{isVP9:this.isVP9(),debug:d.enabled()})})}_encode(e,t){let i=e.data.buffer;this._sendToWorker("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)},
|
|
11
|
-
`,a=>{var n;a.error?this._onFrame(null,a.error):this._onFrame({type:a.frameType,timestamp:a.timestamp,duration:a.duration,data:a.data,byteLength:(n=a.data)==null?void 0:n.byteLength,width:a.width,height:a.height})},[],{readable:i,width:e,height:t,isVP9:this.isVP9(),framerate:this._frameRate,useCongestionControl:this._useCongestionControl,maxBitrate:this._maxBitrate,useCbr:this._useCbr},[i])})}requestFrame(e=!1){this._sendToWorker("frame",{keyFrame:e})}setBitrate(e,t){this._sendToWorker("set_bitrate",{bitrate:e,useCbr:t})}isVP9(){return!0}destroy(){this._removeWorker(),d.debug("WebCodecsEncoder destroyed")}static isBrowserSupported(){return"VideoEncoder"in window&&"Worker"in window&&"EncodedVideoChunk"in window&&"MediaStreamTrackProcessor"in window}};var Cn=2100,Pn=600,yn=1.2,Sa=.8,bn=2e3,Mn=8e3,lr=8e3,An=16e3,Dn=4,kn=2e3,Ti=(t=>(t[t.NONE=0]="NONE",t[t.UP=1]="UP",t[t.DOWN=2]="DOWN",t))(Ti||{}),$t=class{constructor(r,e,t,i,a,n){this._upPenalty=0;this._delayAvgShort=-1;this._delayAvgLong=-1;this._minDelay=Number.MAX_VALUE;this._maxDelay=0;this._largeDelayDuration=0;this._onCongestion=r,this._ccEnabled=i,this._minBitrate=e,this._maxBitrate=t,this._fastSharing=a,n>0?this._highDelayThreshold=n:this._highDelayThreshold=Cn,a&&(this._highDelayThreshold=Pn),this._trendDelayThreshold=Math.round(this._highDelayThreshold/3),this._targetBitrate=this._maxBitrate,this._probing=!1;let o=Date.now();this._lastDown=0,this._lastUp=o,this._lastProbing=o,this._lastCheckDelay=0}checkDelay(r,e,t){let i=Date.now();if(this._calcDelay(e,i),this._delayAvgShort<=0||this._delayAvgLong<=0||!this._ccEnabled)return;let a=0,n=this._delayAvgShort-this._delayAvgLong,o=Math.round(Math.abs(n)*100/this._delayAvgLong),p=n>40&&o>30&&this._delayAvgShort>this._trendDelayThreshold,u=this._delayAvgShort>this._highDelayThreshold;p||u?a=2:Math.abs(n)<40&&o<10&&!u&&(a=1);let _=Math.round(this._targetBitrate/1e3),E=t;r%10===0&&d.debug(`#${r}: cc: delay=${e} short=${this._delayAvgShort} long=${this._delayAvgLong} delta=${n} percent=${o} -> ${Ti[a]} tr=${_} br=${t}`);let b=i-this._lastDown;if(a===2&&b>bn){this._probing&&(this._upPenalty=Math.min(++this._upPenalty,Dn),this._probing=!1);let Z=Sa*E*1e3;if(Z>=this._targetBitrate&&(Z=this._targetBitrate*Sa),Z=Math.max(Z,this._minBitrate),Z<this._targetBitrate){let J=Math.round(Z/1e3),te=Math.round(this._upPenalty*lr/1e3);d.log(`#${r}: cc: delay=${e} short=${this._delayAvgShort} long=${this._delayAvgLong} delta=${n} percent=${o} -> ${Ti[a]}`),d.log(`#${r}: cc: DOWN delay=${e} bitrate=${E} target=${_} -> newBitrate=${J} penalty=${te}s`),this._setBitrate(Z,!0),this._targetBitrate=Z}this._lastDown=i}let k=i-this._lastUp,A=Mn+this._upPenalty*lr;if(a===1&&k>A&&b>A){let Z=Math.min(this._targetBitrate*yn,this._maxBitrate);if(Z>this._targetBitrate){let J=Math.round(Z/1e3),te=Math.round(this._targetBitrate/1e3),ge=Math.round(this._upPenalty*lr/1e3);d.log(`#${r}: cc: delay=${e} short=${this._delayAvgShort} long=${this._delayAvgLong} delta=${n} percent=${o} -> ${Ti[a]}`),d.log(`#${r}: cc: UP bitrate=${E} target=${te} -> newBitrate=${J} penalty=${ge}s`),this._setBitrate(Z,!1),this._targetBitrate=Z,this._probing=!0,this._lastProbing=i,this._lastUp=i}}let X=i-this._lastProbing;this._probing&&X>An&&(this._probing=!1);let j=i-this._lastDown;this._upPenalty>0&&j>3*A&&(d.log(`#${r}: cc: UP reset penalty: oldPenalty=${this._upPenalty}`),this._upPenalty=0)}_setBitrate(r,e){this._fastSharing&&(e=!0),this._onCongestion(r,e)}_calcDelay(r,e){if(!(r<=0)){if(this._delayAvgShort===-1&&(this._delayAvgShort=r,this._delayAvgLong=r),this._delayAvgShort=Math.round((this._delayAvgShort*3+r)/4),this._delayAvgLong=Math.round((this._delayAvgLong*23+r)/24),r>0&&r<this._minDelay?this._minDelay=r:r>this._maxDelay&&(this._maxDelay=r),this._lastCheckDelay===0&&(this._lastCheckDelay=e),r>kn){let t=e-this._lastCheckDelay;this._largeDelayDuration+=t}this._lastCheckDelay=e}}reconfigure(r,e){this._minBitrate=r,this._maxBitrate=e}getStat(){if(this._minDelay===Number.MAX_VALUE||this._maxDelay===0||this._delayAvgLong<=0)return null;let r={minDelay:this._minDelay,maxDelay:this._maxDelay,avgDelay:this._delayAvgLong,largeDelayDuration:this._largeDelayDuration};return this._minDelay=Number.MAX_VALUE,this._maxDelay=0,this._largeDelayDuration=0,r}};var qt=class{constructor(r){this._size=0;this._head=0;this._tail=0;this._maxSize=r,this._buffer=new Array(r)}add(r,e,t,i,a){this._tail===this._head&&this._size>0&&(this._head=++this._head%this._maxSize);let n=this._tail;return this._buffer[this._tail]={seq:r,ts:e,size:t,sent:Date.now(),start:i,end:a,ts2:-1,recv:-1},this._tail=++this._tail%this._maxSize,this._size++,n}update(r,e){let t=this.get(r);return t===null?null:(t.ts2=e,t.recv=Date.now(),t)}get(r){let e=this._head;for(let t=0;t<this._maxSize;t++){if(r===this._buffer[e].seq)return this._buffer[e];if(e=++e%this._maxSize,e===this._tail)break}return null}getServerBitrateK(r){let e=0,t=0,i=-1,a=-1,n=this._tail;for(let o=0;o<this._maxSize;o++){n>0?--n:n=this._maxSize-1;let p=this._buffer[n];if(p===null||(a===-1&&(a=p.ts2,t=0),a>=0&&(t+=p.size),i=p.ts2,a-i>=r)||n===this._head)break}if(i>=0&&a>=0){let o=a-i;e=Math.round(o>0?t*8/o:0)}return e}getCurrentDelay(){let r=this._tail;for(let e=0;e<this._maxSize;e++){r>0?--r:r=this._maxSize-1;let t=this._buffer[r];if(t===null)break;if(t.recv>=0&&t.sent>=0)return t.recv-t.sent;if(r===this._head)break}return 0}getMaxBandwidth(){let r=0,e=0,t=-1,i=-1,a=this._tail;for(let n=0;n<this._maxSize;n++){if(a>0?--a:a=this._maxSize-1,i===-1&&this._buffer[a].end&&!this._buffer[a].start&&(i=this._buffer[a].ts2,e=0),t===-1&&i>=0&&this._buffer[a].start&&!this._buffer[a].end&&(t=this._buffer[a].ts2),t>=0&&i>=0){let o=i-t;r=o>0?e*8/o:0;break}if(i>=0&&(e+=this._buffer[a].size),a===this._head)break}return Math.round(r)}};var wn=65536,xn=50,Ln=400,Nn=1e6,Un=3e4,Ri=0,ut=class{constructor(r,e,t,i){this._destroyed=!1;this._needKeyframe=!0;this._frameNum=0;this._feedback=new qt(1024);this._lastSharingStat=Date.now();this._congestionControlEnabled=!1;d.debug("ScreenCaptureSender started"),this.DATA_SIZE=l.consumerScreenDataChannelPacketSize-11,this._datachannel=e,this._signaling=t,this._fastSharing=i,this._congestionControlEnabled=l.screenShareCongestionControl||this._fastSharing,this._width=r.getSettings().width,this._height=r.getSettings().height;let{minBitrate:a,maxBitrate:n}=this._calcMinMaxBitrate(this._width,this._height),o=this._onCongestionCallback.bind(this);d.log(`ScreenCaptureSender: CongestionControl: enabled=${this._congestionControlEnabled} minBitrate=${Math.round(a/1e3)}k maxBitrate=${Math.round(n/1e3)}k delayThreshold=${l.screenShareCongestionControlThreshold}`),this._congestionControl=new $t(o,a,n,this._congestionControlEnabled,this._fastSharing,l.screenShareCongestionControlThreshold);let p=(u,_)=>{if(!this._destroyed){if(!u){d.warn("requestFrame failed, keyFrame: "+this._needKeyframe,_),this._needKeyframe=!0,this._requestFrame();return}(u.width!==this._width||u.height!==this._height)&&(this._width=u.width,this._height=u.height,this._onResize(this._width,this._height)),this._send(u).catch(E=>{d.warn("sendFrame failed",E),this._needKeyframe=!0}).finally(()=>{this._frameNum++,u.type==="key"&&d.debug(`#${this._frameNum}: sharing: send keyframe size=${Math.round(u.byteLength/1e3)}k`);let E=this._feedback.getCurrentDelay(),b=this._feedback.getServerBitrateK(2e3);E>0&&this._congestionControl.checkDelay(this._frameNum,E,b),this._requestFrame()}),this._sendSharingStat()}};if(pt.isBrowserSupported()){let u=this._fastSharing,_=l.getScreenFrameRate(this._fastSharing);this._encoder=new pt(r,p,this._congestionControlEnabled,n,u,_)}else this._encoder=new Mt(r,p,this._congestionControlEnabled,n);this._datachannel.onmessage=u=>{_a(u.data)&&(d.debug(`[${this._datachannel.label}] Requested keyframe`),this._needKeyframe=!0);let _=ga(u.data);_!==null&&this._checkCcFeedback(_)},this._encoder.init().then(()=>this._requestFrame()).catch(u=>d.warn("ScreenCaptureSender init failed",u))}_requestFrame(){this._destroyed||(this._encoder.requestFrame(this._needKeyframe),this._needKeyframe=!1)}_wrapHeader(r,e,t,i,a){let n=ma(r,e,t,i,Ri,this._encoder.isVP9(),a);return Ri=(Ri+1)%wn,n}_stopPacket(){return this._wrapHeader(Date.now(),!1,!1,!1,null)}_send(r){return c(this,null,function*(){return new Promise((e,t)=>{this._sendChunk(r,0,e,t)})})}_sendChunk(r,e,t,i){if(!this._datachannel||this._datachannel.readyState!=="open"){i();return}let a=r.data.slice(e,e+this.DATA_SIZE),n=r.data.byteLength<=e+a.byteLength;this._feedback.add(Ri,r.timestamp,a.byteLength,!e,n);let o=this._wrapHeader(r.timestamp,!e,n,r.type==="key",a);this._datachannel.onbufferedamountlow=n?()=>{this._datachannel.bufferedAmount<=this._datachannel.bufferedAmountLowThreshold&&t()}:null;try{this._datachannel.send(o)}catch(p){d.warn("Error send data to DataChannel",p),i();return}n||T.setImmediate(()=>this._sendChunk(r,e+this.DATA_SIZE,t,i))}destroy(){this._datachannel.onbufferedamountlow=null,this._datachannel.onmessage=null,this._datachannel.readyState==="open"&&this._datachannel.send(this._stopPacket()),this._destroyed=!0,this._encoder.destroy(),d.debug("ScreenCaptureSender destroyed")}static isBrowserSupported(){return pt.isBrowserSupported()||Mt.isBrowserSupported()}_onCongestionCallback(r,e){this._encoder.setBitrate(r,e)}_onResize(r,e){let{minBitrate:t,maxBitrate:i}=this._calcMinMaxBitrate(r,e),a=Math.round(t/1e3),n=Math.round(i/1e3);d.log(`cc: resize to ${r}x${e}, minBitrate=${a} maxBitrate=${n}`),this._congestionControl.reconfigure(t,i)}_calcMinMaxBitrate(r,e){(r===void 0||r<640)&&(r=640),(e===void 0||e<360)&&(e=360);let t=r*e/256,i=Math.min(Nn,Math.round(t*xn)),a=Math.round(t*Ln);return{minBitrate:i,maxBitrate:a}}_checkCcFeedback(r){this._feedback.update(r.seq,r.ts2)===null&&d.debug(`cc: update failed, seq=${r.seq}`)}_sendSharingStat(){let r=Date.now();if(r-this._lastSharingStat>Un){let t=this._congestionControl.getStat();t!==null&&(d.debug(`cc: send stats: ${JSON.stringify(t)}`),this._signaling.reportSharingStat(t)),this._lastSharingStat=r}}};var ne=class{static get sessionKey(){return ne._sessionKey}static set sessionKey(r){ne._sessionKey=r}static get sessionSecretKey(){return ne._sessionSecretKey}static set sessionSecretKey(r){ne._sessionSecretKey=r}static get accessToken(){return ne._accessToken}static set accessToken(r){ne._accessToken=r}static isEmpty(){return!ne._sessionKey||!ne._sessionSecretKey}};var S=class{static set(r){r.hasOwnProperty("voiceParams")&&(Object.assign(S._params.voiceParams,r.voiceParams),delete r.voiceParams),r.hasOwnProperty("specListenerParams")&&(Object.assign(S._params.specListenerParams,r.specListenerParams),delete r.specListenerParams),r.hasOwnProperty("apiAuth")&&(ne.accessToken=r.apiAuth.accessToken,ne.sessionKey=r.apiAuth.sessionKey,ne.sessionSecretKey=r.apiAuth.sessionSecretKey),r.hasOwnProperty("api")&&(Object.assign(S._params.api,r.api),delete r.api),Object.assign(S._params,T.objectFilterOutValues(r,void 0))}static get(r){return S._params[r]}static get appName(){return"ok.calls.sdk.js"}static get appVersion(){return 1.1}static get sdkVersion(){return"2.7.2-beta.9"}static get debug(){}static get protocolVersion(){return S._params.joinFromMultipleDevices?6:5}static get platform(){return S._params.platform}static set platform(r){S._params.platform=r}static get clientType(){return S._params.clientType}static set clientType(r){S._params.clientType=r}static get externalUserType(){return S._params.externalUserType}static set externalUserType(r){S._params.externalUserType=r}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(r){S._params.authToken=r}static get anonymToken(){return S._params.anonymToken}static set anonymToken(r){S._params.anonymToken=r}static get domain(){return S._params.domain}static get externalDomain(){return S._params.externalDomain}static get iceServers(){return S._params.iceServers}static set iceServers(r){S._params.iceServers=r}static get wssBase(){return S._params.wssBase}static set wssBase(r){S._params.wssBase=r}static get wssToken(){return S._params.wssToken}static set wssToken(r){S._params.wssToken=r}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(r){S._params.forceRelayPolicy=r}static get videoMinWidth(){return S._params.videoMinWidth}static get videoMaxWidth(){return S._params.videoMaxWidth}static set videoMaxWidth(r){S._params.videoMaxWidth=r}static get videoMinHeight(){return S._params.videoMinHeight}static get videoMaxHeight(){return S._params.videoMaxHeight}static set videoMaxHeight(r){S._params.videoMaxHeight=r}static get videoAspectRatio(){return S._params.videoAspectRatio}static get videoFrameRate(){return S._params.videoFrameRate}static get videoFacingMode(){return S._params.videoFacingMode||(C.isMobile()?"user":null)}static set videoFacingMode(r){S._params.videoFacingMode=r}static get displaySurface(){return S._params.displaySurface}static get videoEffects(){return S._params.videoEffects}static set videoEffects(r){S._params.videoEffects=r}static get videoEffectMaxWidth(){return S._params.videoEffectMaxWidth}static set videoEffectMaxWidth(r){S._params.videoEffectMaxWidth=r}static get videoEffectMaxHeight(){return S._params.videoEffectMaxHeight}static set videoEffectMaxHeight(r){S._params.videoEffectMaxHeight=r}static get useVmoji(){var r;return((r=S._params.vmoji)==null?void 0:r.isBrowserSupported())||!1}static get vmoji(){return S._params.vmoji}static set vmoji(r){S._params.vmoji=r}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(r){S._params.statisticsInterval=r}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&&ut.isBrowserSupported()}static get producerScreenDataChannel(){return S._params.producerScreenDataChannel&&S.producerNotificationDataChannel&<.isBrowserSupported()}static get asrDataChannel(){return S._params.asrDataChannel&&S.producerNotificationDataChannel}static get consumerScreenDataChannelPacketSize(){return S._params.consumerScreenDataChannelPacketSize}static get screenShareWebmBuilder(){return S._params.screenShareWebmBuilder}static get noiseSuppression(){return S._params.noiseSuppression}static set noiseSuppression(r){S._params.noiseSuppression=r}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 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 useRooms(){return S._params.useRooms}static get participantListChunkInitIndex(){var r;return(r=S._params.participantListChunkInitIndex)!=null?r:0}static get participantListChunkInitCount(){var r;return(r=S._params.participantListChunkInitCount)!=null?r:null}static get serverAudioRed(){return S._params.serverAudioRed&&C.canPreferRed()}static get p2pAudioRed(){return S._params.p2pAudioRed&&C.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 audioShare(){return C.isAudioShareSupported()&&S._params.audioShare}static get fastScreenShare(){return S._params.fastScreenShare}static get screenShareCongestionControl(){return S._params.screenShareCongestionControl}static get screenShareCongestionControlThreshold(){return S._params.screenShareCongestionControlThreshold}static get api(){return S._params.api}static get fastScreenShareWidth(){return S._params.fastScreenShareWidth}static get fastScreenShareHeight(){return S._params.fastScreenShareHeight}static getScreenFrameRate(r){return r?S._params.fastScreenShareFrameRate:S._params.screenFrameRate}},l=S;l._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,videoFacingMode:null,displaySurface:"monitor",videoEffects:null,videoEffectMaxWidth:640,videoEffectMaxHeight:360,vmoji:null,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},producerNotificationDataChannel:!0,producerCommandDataChannel:!0,consumerScreenDataChannel:!0,producerScreenDataChannel:!0,asrDataChannel:!1,consumerScreenDataChannelPacketSize:64*1024,screenShareWebmBuilder:!1,noiseSuppression:!0,preferH264:!1,preferVP9:!0,audioNack:!0,consumerScreenTrack:!0,producerScreenTrack:!0,videoTracksCount:0,movieShare:!1,filteredMessages:!0,useParticipantListChunk:!1,useRooms:!1,participantListChunkInitIndex:0,participantListChunkInitCount:null,serverAudioRed:!1,p2pAudioRed:!1,h264spsPpsIdrInKeyframe:!0,breakVideoPayloadTypes:!1,batchParticipantsOnStart:!0,joinFromMultipleDevices:!0,filterObservers:!1,muteMode:!1,preserveAudioTracks:!1,audioShare:!1,fastScreenShare:!1,screenShareCongestionControl:!1,screenShareCongestionControlThreshold:2100,api:{userIdsByOkBatchedTimeout:1e3},fastScreenShareFrameRate:24,fastScreenShareWidth:1280,fastScreenShareHeight:720};var ur=(p=>(p.WAITING_HALL="WAITING_HALL",p.WAITING="WAITING",p.CONNECTING="CONNECTING",p.CONNECTED="CONNECTED",p.RECONNECT="RECONNECT",p.ERROR="ERROR",p.HANGUP="HANGUP",p.PERMISSIONS="PERMISSIONS",p))(ur||{});function V(s,...r){let e=l.get(s);e&&setTimeout(e,0,...r)}function ce(s,r,...e){if(l.filterObservers){if(Array.isArray(r)){if(r=r.filter(t=>!t.observer),!r.length)return}else if(r.observer)return}V(s,r,...e)}function Ee(s){return Object.assign({},s)}function mt(s){return s.slice()}var pr;(Vs=>{function s(h,y){V("onLocalStream",h,Ee(y))}Vs.onLocalStream=s;function r(h,y){V("onScreenStream",h,Ee(y))}Vs.onScreenStream=r;function e(h,y){V("onVmojiStream",h,Ee(y))}Vs.onVmojiStream=e;function t(h,y){V("onLocalStreamUpdate",Ee(h),y)}Vs.onLocalStreamUpdate=t;function i(h){V("onLocalStatus",h)}Vs.onLocalStatus=i;function a(h,y){ce("onRemoteStream",h,y)}Vs.onRemoteStream=a;function n(h,y){ce("onRemoteLive",h,y)}Vs.onRemoteLive=n;function o(h,y){ce("onLocalLive",h,y)}Vs.onLocalLive=o;function p(h,y){ce("onRemoteLiveUpdate",h,y)}Vs.onRemoteLiveUpdate=p;function u(h,y){ce("onLocalLiveUpdate",h,y)}Vs.onLocalLiveUpdate=u;function _(h,y){ce("onRemoteScreenStream",h,y)}Vs.onRemoteScreenStream=_;function E(h,y){ce("onRemoteVmojiStream",h,y)}Vs.onRemoteVmojiStream=E;function b(h,y,ee,He,Bt){ce("onConversation",h,Ee(y),Ee(ee),He,Bt)}Vs.onConversation=b;function k(h){h&&V("onConversationParticipantListChunk",h)}Vs.onConversationParticipantListChunk=k;function A(h,y,ee){ce("onRemoteMediaSettings",h,Ee(y),ee)}Vs.onRemoteMediaSettings=A;function X(h,y){ce("onLocalMediaSettings",h,Ee(y))}Vs.onLocalMediaSettings=X;function j(h,y){ce("onRemoteSharedMovieInfo",h,Ee(y))}Vs.onRemoteSharedMovieInfo=j;function Z(h,y){ce("onRemoteSharedMovieStoppedInfo",h,Ee(y))}Vs.onRemoteSharedMovieStoppedInfo=Z;function J(h,y){ce("onLocalSharedMovieInfo",h,Ee(y))}Vs.onLocalSharedMovieInfo=J;function te(h,y){ce("onLocalSharedMovieStoppedInfo",h,Ee(y))}Vs.onLocalSharedMovieStoppedInfo=te;function ge(h,y){ce("onParticipantAdded",h,y)}Vs.onParticipantAdded=ge;function Te(h,y){ce("onParticipantJoined",h,y)}Vs.onParticipantJoined=Te;function rt(h,y,ee){ce("onRemoteParticipantState",h,Ee(y),ee)}Vs.onRemoteParticipantState=rt;function ni(h,y,ee=null){ce("onRemoteStatus",h,y,ee)}Vs.onRemoteStatus=ni;function Y(h,y,ee=null){ce("onParticipantStatus",h,y,ee)}Vs.onParticipantStatus=Y;function Ir(){V("onPermissionsRequested")}Vs.onPermissionsRequested=Ir;function Tr(h,y){V("onPermissionsError",h,y)}Vs.onPermissionsError=Tr;function Rr(h,y){ce("onRemoteRemoved",h,y)}Vs.onRemoteRemoved=Rr;function Cr(h,y,ee){V("onCallState",h,y,Ee(ee))}Vs.onCallState=Cr;function Ni(h,y){V("onDeviceSwitched",h,y)}Vs.onDeviceSwitched=Ni;function Ui(h,y,ee,He=!1,Bt=!1,Fi=null,Vi=null,Fa,Pr,Va=null){let ja=Pr?mt(Pr):void 0;V("onMuteStates",Ee(h),mt(y),mt(ee),He,Bt,Fi,Vi,Fa,ja,Va)}Vs.onMuteStates=Ui;function Bi(h,y){ce("onRolesChanged",h,mt(y))}Vs.onRolesChanged=Bi;function I(h){V("onLocalRolesChanged",mt(h))}Vs.onLocalRolesChanged=I;function R(h,y,ee){ce("onPinnedParticipant",h,y,ee)}Vs.onPinnedParticipant=R;function M(h){V("onLocalPin",h)}Vs.onLocalPin=M;function O(h){V("onOptionsChanged",mt(h))}Vs.onOptionsChanged=O;function m(){V("onCallAccepted")}Vs.onCallAccepted=m;function D(){V("onRateNeeded")}Vs.onRateNeeded=D;function H(h){ce("onSpeakerChanged",h)}Vs.onSpeakerChanged=H;function $(h){V("onVolumesDetected",mt(h))}Vs.onVolumesDetected=$;function le(h,y){V("onLocalVolume",h,y)}Vs.onLocalVolume=le;function me(h,y){V("onJoinStatus",h,y)}Vs.onJoinStatus=me;function Le(h,y){V("onHangup",h,y)}Vs.onHangup=Le;function Me(h){V("onMultipartyChatCreated",Ee(h))}Vs.onMultipartyChatCreated=Me;function Ae(){V("onDeviceChange")}Vs.onDeviceChange=Ae;function De(h){V("onFingerprintChange",h)}Vs.onFingerprintChange=De;function Ne(){V("onTokenExpired")}Vs.onTokenExpired=Ne;function N(h,y,ee=!1){V("onChatMessage",h,y,ee)}Vs.onChatMessage=N;function Ut(h,y,ee=!1){V("onCustomData",h,y,ee)}Vs.onCustomData=Ut;function B(h,y,ee,He,Bt,Fi,Vi=null){V("onRecordStarted",h,y,ee,He,Bt,Fi,Vi)}Vs.onRecordStarted=B;function K(h=null){V("onRecordStopped",h)}Vs.onRecordStopped=K;function he(h){V("onLocalNetworkStatusChanged",h)}Vs.onLocalNetworkStatusChanged=he;function Se(h){V("onNetworkStatusChanged",h)}Vs.onNetworkStatusChanged=Se;function ie(h,...y){V("onDebugMessage",h,...y)}Vs.onDebugMessage=ie;function Q(h,y){let ee=Object.assign({},h,{memory:y});V("onStatistics",ee)}Vs.onStatistics=Q;function oe(){V("onAutoplayError")}Vs.onAutoplayError=oe;function je(h,y,ee){V("onChatRoomUpdated",h,y,ee)}Vs.onChatRoomUpdated=je;function bs(h){V("onRemoteMixedAudioStream",h)}Vs.onRemoteMixedAudioStream=bs;function Ms(h){V("onJoinLinkChanged",h)}Vs.onJoinLinkChanged=Ms;function As(h){V("onRoomsUpdated",h)}Vs.onRoomsUpdated=As;function Ds(h,y,ee,He){V("onRoomUpdated",h,y,ee,He)}Vs.onRoomUpdated=Ds;function ks(h){V("onRoomParticipantsUpdated",h)}Vs.onRoomParticipantsUpdated=ks;function Os(h){V("onRoomSwitched",h)}Vs.onRoomSwitched=Os;function ws(h){V("onRoomStart",h)}Vs.onRoomStart=ws;function xs(h,y=null){V("onFeedback",h,y)}Vs.onFeedback=xs;function Ls(h){V("onFeaturesPerRoleChanged",h)}Vs.onFeaturesPerRoleChanged=Ls;function Ns(h){V("onVmojiSvgUpdate",h)}Vs.onParticipantVmojiUpdate=Ns;function Us(h,y){V("onAsrStarted",h,y)}Vs.onAsrStarted=Us;function Bs(){V("onAsrStopped")}Vs.onAsrStopped=Bs;function Fs(h,y,ee,He){V("onAsrTranscription",h,y,ee,He)}Vs.onAsrTranscription=Fs})(pr||(pr={}));var f=pr;var va=(i=>(i.DEBUG="DEBUG",i.LOG="LOG",i.WARN="WARN",i.ERROR="ERROR",i))(va||{}),mr;(te=>{let s="📞",r=(ge,...Te)=>{f.onDebugMessage(ge,...Te)},e=!1,t=(ge,Te)=>(...rt)=>{ge(...rt),ia(Te,rt)},i=console.debug.bind(console,s),a=console.log.bind(console,s),n=console.warn.bind(console,s),o=console.error.bind(console,s),p=r.bind(null,"DEBUG"),u=r.bind(null,"LOG"),_=r.bind(null,"WARN"),E=r.bind(null,"ERROR");te.debug=p,te.log=u,te.warn=_,te.error=E;function j(){return e}te.enabled=j;function Z(ge){e=ge,l.debugLog&&zi(),ge?(te.debug=l.debugLog?t(i,"DEBUG"):i,te.log=l.debugLog?t(a,"LOG"):a,te.warn=l.debugLog?t(n,"WARN"):n,te.error=l.debugLog?t(o,"ERROR"):o):(te.debug=l.debugLog?t(p,"DEBUG"):p,te.log=l.debugLog?t(u,"LOG"):u,te.warn=l.debugLog?t(_,"WARN"):_,te.error=l.debugLog?t(E,"ERROR"):E)}te.toggle=Z;function J(ge,...Te){switch(ge){case"DEBUG":(0,te.debug)(...Te);break;case"LOG":(0,te.log)(...Te);break;case"WARN":(0,te.warn)(...Te);break;case"ERROR":(0,te.error)(...Te);break}}te.send=J})(mr||(mr={}));var d=mr;var hr=(t=>(t.USER="USER",t.ANONYM="ANONYM",t.GROUP="GROUP",t))(hr||{}),fe;(o=>{function s(p){return p.length?typeof p[0]=="object"?p:p.map(u=>r(u)):[]}o.fromIds=s;function r(p,u="USER"){return{id:p,type:u}}o.fromId=r;function e(p){return{id:p.id,type:p.type==="ANONYM"?"ANONYM":"USER"}}o.fromSignaling=e;function t(p){return`{"id":"${p.id}","type":"${p.type}"}`}o.toString=t;function i(p,u="USER"){return t(r(p,u))}o.fromIdToString=i;function a(p){try{return JSON.parse(p)}catch(u){throw new Error(`Failed to parse ExternalId from string '${p}'`)}}o.fromString=a;function n(p,u){return p.id===u.id&&p.type===u.type}o.compare=n})(fe||(fe={}));var ue;(i=>{function s(a,n="USER",o=0){return{id:a,type:n,deviceIdx:o}}i.fromId=s;function r(a){return`{"id":"${a.id}","type":"${a.type}","deviceIdx":"${a.deviceIdx}"}`}i.toString=r;function e(a,n){return Object.assign({deviceIdx:n},fe.fromSignaling(a))}i.fromSignaling=e;function t(a){return a&&typeof a=="object"?a.deviceIdx:0}i.getDeviceIdx=t})(ue||(ue={}));var Bn="kf";function At(s){return s.stopStream}function _r(s){return s.keyFrameRequested}function Ea(s){if(At(s))return"ss";if(_r(s))return Bn;let r="";return s.priority!==void 0&&(r+="p="+s.priority),s.width!==void 0&&s.height!==void 0&&(r!==""&&(r+=":"),r+="sz="+Math.round(s.width)+"x"+Math.round(s.height)),s.fit!==void 0&&(r!==""&&(r+=":"),r+="fit="+s.fit),r}var Jt=(n=>(n.CAMERA="CAMERA",n.SCREEN="SCREEN",n.STREAM="STREAM",n.MOVIE="MOVIE",n.AUDIOSHARE="AUDIOSHARE",n.ANIMOJI="ANIMOJI",n))(Jt||{}),Ia="s",Ta="m";function Ve(s){return s.participantId+(s.mediaType?Pt+Ia+s.mediaType:"")+(s.streamName?Pt+Ta+s.streamName:"")}function zt(s){let r=s.split(Pt),e=r.shift();if(!e)throw new Error("Illegal stream description: "+s);let t=null,i,a=0;for(let o of r)switch(o.charAt(0)){case Ia:t=Fn(o.slice(1));break;case Ta:i=o.slice(1);break;case fi:a=Number.parseInt(o.slice(1),10);break;default:throw new Error("Unexpected parameter type "+o.charAt(0)+" in stream description "+s)}return{participantId:T.compose(e,a),mediaType:t,streamName:i}}function Fn(s){for(let r of Object.keys(Jt))if(r===s)return Jt[r];return null}function gr(s,r){return s===null||r===null?s===null&&r===null:!(s.maxDimension!==r.maxDimension||s.maxBitrateK!==r.maxBitrateK||s.maxFramerate!==r.maxFramerate||s.degradationPreference!==r.degradationPreference)}function Ci(s,r){return!(!gr(s.camera,r.camera)||!gr(s.screenSharing,r.screenSharing))}function fr(s,r){return{camera:Object.assign({},s.camera,r.camera),screenSharing:Object.assign({},s.screenSharing,r.screenSharing)}}function Ra(s){try{return btoa(JSON.stringify(s))}catch(r){d.warn("WaitingParticipant: failed convert to string",s,r)}return null}function Ca(s){try{return JSON.parse(atob(s))}catch(r){d.warn("WaitingParticipant: failed convert from string",s,r)}return null}var Dt=(s,r)=>T.objectReduce(s,(e,t,i)=>(t===r&&e.push(i),e),[]);var kt=class{constructor(r){this._fixNoPacketsApplied=!1;this._fixNoPacketsChecked=!1;this._fixTooManyPacketsApplied=!1;this._fixTooManyPacketsSucceeded=!1;this._fixTooManyPacketsFailed=!1;this._mediaSource=r}_fixAudioDeviceNoPackets(r){if(!(this._fixNoPacketsApplied&&this._fixNoPacketsChecked)){if(this._fixNoPacketsApplied&&!this._fixNoPacketsChecked){this._fixNoPacketsChecked=!0,g.log(v.ERROR,`audio_device_recover_${r.bandwidth?"success":"fail"}`);return}!this._fixNoPacketsApplied&&!r.bandwidth&&(this._fixNoPacketsApplied=!0,g.log(v.ERROR,"audio_device_recover"),this._mediaSource.toggleAudio(!0))}}_fixAudioDeviceTooManyPackets(r){if(this._fixTooManyPacketsSucceeded||this._fixTooManyPacketsFailed)return;let e=75,t=Date.now();if(!this._lastPacketsSentTime)r.packetsSent>0&&(this._lastPacketsSentTime=t,this._lastPacketsSent=r.packetsSent);else if(t-this._lastPacketsSentTime>500){let i=(r.packetsSent-this._lastPacketsSent)*1e3/(t-this._lastPacketsSentTime);this._lastPacketsSentTime=t,this._lastPacketsSent=r.packetsSent,this._fixTooManyPacketsApplied?i>e?(d.log("Failed to fix RV"),g.log(v.ERROR,"audio_device_recover_rv_fail"),this._fixTooManyPacketsFailed=!0):t-this._fixTooManyPacketsTime>6e4&&(d.log("Fixed RV"),g.log(v.ERROR,"audio_device_recover_rv_success"),this._fixTooManyPacketsSucceeded=!0):i>e&&(this._fixTooManyPacketsApplied=!0,d.log("Trying to fix RV"),this._mediaSource.toggleAudio(!0),this._fixTooManyPacketsTime=t)}}fix(r){if(!this._mediaSource)return;let e=r.find(t=>t.kind==="audio");e&&(this._fixAudioDeviceNoPackets(e),this._fixAudioDeviceTooManyPackets(e))}};var Yt=class{constructor(){this._output=null;this._volume=1;this._features={setSinkId:!!Audio.prototype.setSinkId}}add(r){this.destroy(),this._output={},this._output.audioTrack=r,this._initAudioElement()}remove(r){!this._output||this._output.audioTrack!==r||this.destroy()}get volume(){return this._volume}set volume(r){this._volume=Math.max(0,Math.min(1,r)),this._output&&this._output.audioElement&&(this._output.audioElement.volume=this._volume)}_initAudioElement(){var n;if(l.muteMode||!((n=this._output)!=null&&n.audioTrack))return;let r=C.browserName()!=="Safari"||C.isMobile(),e=document.createElement(r?"audio":"video");e.muted=!1,e.volume=this._volume,e.preload="auto";let t=()=>{d.warn("Error on play audio"),f.onAutoplayError()},i=o=>{e.srcObject=new MediaStream([o]),e.load();let p=e.play();p&&p.catch(t)},a=()=>{var p;d.debug("Recover audio playback");let o=(p=this._output)==null?void 0:p.audioTrack;o?i(o):d.warn("Broken audio track")};e.onpause=a,e.onstalled=a,e.onerror=a,i(this._output.audioTrack),this._output.audioElement=e}_stopAudioElement(){var r,e,t;(r=this._output)!=null&&r.audioElement&&(this._output.audioElement.pause(),this._output.audioElement.srcObject=null),(t=(e=this._output)==null?void 0:e.audioTrack)==null||t.stop()}destroy(){this._output&&(this._stopAudioElement(),this._output=null)}changeOutput(){return c(this,null,function*(){var r,e,t;try{if(!this._features.setSinkId)throw new Error('Feature "setSinkId" is not supported');if(!((r=this._output)!=null&&r.audioElement))throw new Error("Audio Element is not initialized");let i=C.getSavedOutput();i&&(yield(t=(e=this._output.audioElement).setSinkId)==null?void 0:t.call(e,i.deviceId))}catch(i){throw g.log(v.ERROR,"change_output"),d.error("Output change failed",i),i}})}};var Vn=90,jn=3,Qt=class extends re{constructor(){super(...arguments);this._lastMemoryStat={percent:0,bytes:0}}onRemoteDataStats(e,t){this._calcMemory(),e.inbound.rtps.map(i=>{let a=typeof i.userId=="string"&&t[i.userId]||null;i.userId=a==null?void 0:a.externalId}),f.onStatistics(e,this._lastMemoryStat)}_calcMemory(){var a;let e=(a=window==null?void 0:window.performance)==null?void 0:a.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>Vn?d.warn(`High memory usage: ${t}% (${i} MiB)`):(!this._lastMemoryStat.percent||Math.abs(t-this._lastMemoryStat.percent)>=jn)&&(d.debug(`Memory usage: ${t}% (${i} MiB)`),this._lastMemoryStat.percent=t,this._lastMemoryStat.bytes=e.usedJSHeapSize)}};var Hn=44100,Ot=class{constructor(r,e){this._analyser=null;this._gainNode=null;this._fftBins=null;this._mediaStreamSource=null;this._lastSmoothedLevel=0;this._trackId=r,this._stream=e;try{let t=C.getAudioContext();this._gainNode=t.createGain(),this._gainNode.gain.value=1e-5,this._gainNode.connect(t.destination),this._analyser=t.createAnalyser(),this._analyser.fftSize=1024,this._analyser.smoothingTimeConstant=0,this._analyser.connect(this._gainNode),this._fftBins=new Uint8Array(this._analyser.frequencyBinCount),this._mediaStreamSource=t.createMediaStreamSource(e),this._mediaStreamSource.connect(this._analyser)}catch(t){}}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 r=Hn/this._fftBins.length,e=Math.ceil(l.voiceParams.minFreq/r),t=Math.floor(l.voiceParams.maxFreq/r);return this._fftBins.subarray(e,t)}getLevel(){let r=this._getBins(),t=r.reduce((a,n)=>a+n,0)/r.length/255,i=this._lastSmoothedLevel*l.voiceParams.smoothing+t*(1-l.voiceParams.smoothing);return this._lastSmoothedLevel=i,{real:t,smoothed:i}}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 Xt=class extends re{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,l.voiceParams.interval)};this._interval=window.setTimeout(t,l.voiceParams.interval);let i=()=>{let a=e.getStream();a&&this.init(a)};this.subscribe(e,"SOURCE_CHANGED",a=>{a.kind==="audio"&&a.mediaSettings.isAudioEnabled&&i()}),i()}init(e){this._stopDetector();let t=e.getAudioTracks().find(i=>!i.contentHint);t&&(this._track=t.clone(),this._detector=new Ot("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 Pa=(n=>(n.producerNotification="producerNotification",n.producerCommand="producerCommand",n.consumerScreenShare="consumerScreenShare",n.producerScreenShare="producerScreenShare",n.asr="asr",n.animoji="animoji",n))(Pa||{}),Ke=Pa;var ya="videochat-epi",Gn=5e3,Wn=3e4,tt=class extends re{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,"REMOTE_DATA_STATS",this._handleStats.bind(this))}destroy(){this.unsubscribe()}static getEstimatedPerformanceIndex(){try{let e=parseInt(localStorage.getItem(ya)||"",10);return isNaN(e)?0:e}catch(e){return 0}}_handleStats(e){return c(this,null,function*(){if(!e.inbound||!e.inbound.rtps)return;let t=Date.now();!this._directTopology&&l.perfStatReportEnabled&&this._previousTimestamp+Gn<=t&&(yield this.reportPerfStats(e),this._previousTimestamp=t),l.callStatReportEnabled&&this._previousCallStatReportTimestamp+Wn<=t&&(this._reportCallStats(e),this._previousCallStatReportTimestamp=t)})}reportPerfStats(e){return c(this,null,function*(){let t=e.inbound.rtps.reduce((i,a)=>(a.kind==="video"&&(i.framesDecoded+=a.framesDecoded||0,i.framesReceived+=a.framesReceived||0),i),{framesDecoded:0,framesReceived:0});if(t.framesDecoded)try{let i=yield this._signaling.reportPerfStat(t);localStorage.setItem(ya,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((a,n)=>(n.kind==="video"?(n.framesReceived&&(a.jitter_video=a.jitter_video*a.inbound_video_count/(a.inbound_video_count+1)+n.jitter*1e3/(a.inbound_video_count+1),a.interframe_delay_variance=a.interframe_delay_variance*a.inbound_video_count/(a.inbound_video_count+1)+n.interframeDelayVariance*1e6/(a.inbound_video_count+1),a.inbound_video_count++),a.frames_dropped+=n.framesDropped,a.nack_sent+=n.nackCount,a.pli_sent+=n.pliCount,a.fir_sent+=n.firCount):(n.totalSamplesReceived&&(a.jitter_audio=a.jitter_audio*a.inbound_audio_count/(a.inbound_audio_count+1)+n.jitter*1e3/(a.inbound_audio_count+1),a.total_audio_energy=a.total_audio_energy*a.inbound_audio_count/(a.inbound_audio_count+1)+n.totalAudioEnergy/(a.inbound_audio_count+1),a.inbound_audio_count++),a.total_audio_samples_received+=n.totalSamplesReceived,a.inserted_audio_samples_for_deceleration+=n.insertedSamplesForDeceleration,a.removed_audio_samples_for_acceleration+=n.removedSamplesForAcceleration,a.concealed_audio_samples+=n.concealedSamples,a.silent_concealed_audio_samples+=n.silentConcealedSamples,a.audio_concealment_events+=n.concealmentEvents),a),t),e.outbound.rtps.reduce((a,n)=>(n.kind==="video"&&(a.nack_received+=n.nackCount,a.pli_received+=n.pliCount,a.fir_received+=n.firCount),a),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 a=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,o=t.removed_audio_samples_for_acceleration-this._previousCallStatReport.removed_audio_samples_for_acceleration,p=t.concealed_audio_samples-this._previousCallStatReport.concealed_audio_samples,u=t.silent_concealed_audio_samples-this._previousCallStatReport.silent_concealed_audio_samples,_=t.audio_concealment_events-this._previousCallStatReport.audio_concealment_events;i.inserted_audio_samples_for_deceleration=n/a*1e3,i.removed_audio_samples_for_acceleration=o/a*1e3,i.concealed_audio_samples=p/a*1e3,i.concealed_silent_audio_samples=u/a*1e3,i.concealment_audio_avg_size=p/_,i.total_audio_energy=t.total_audio_energy}g.logCustom("callStat",i),d.log("Sent call stats",i),this._previousCallStatReport=t}};var yi=.8,it=class extends re{constructor(e,t,i,a,n,o={}){super();this._remoteSDP={};this._remoteCandidates={};this._state="IDLE";this._animojiDataChannel=null;this._animojiReceiver=null;this._animojiSender=null;this._animojiSvgDataByParticipantId={};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=a,this._participantId=e,this._isMaster=t,this._serverSettings=n,this._animojiSvgDataByParticipantId=o,this._perfStatReporter=new tt(this,i,!0),this.subscribe(this._signaling,ve.NOTIFICATION,this._onSignalingNotification.bind(this)),this.subscribe(this._mediaSource,"TRACK_REPLACED",this._onReplacedTrack.bind(this)),this.subscribe(this._mediaSource,"SOURCE_CHANGED",this._applySettings.bind(this)),this.subscribe(this._mediaSource,"ANIMOJI_STATUS",this._onAnimojiStatus.bind(this)),this._pc=new RTCPeerConnection({iceServers:l.iceServers,iceTransportPolicy:l.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={},l.useVmoji&&this._createDataChannel(this._pc,Ke.animoji,p=>{this._animojiDataChannel=p,this._animojiDataChannel.binaryType="arraybuffer",this._createAnimojiReceiver(),this._mediaSource.isAnimojiRequested&&this._createAnimojiSender()}),this._isMaster){try{this._mediaSource.addTrackToPeerConnection(this._pc,!1,!0,l.p2pAudioRed),this._applySettings()}catch(p){g.log(v.ERROR,"addTrack-direct"),d.error("Unable to add media source tracks",p,{participantId:this._participantId}),this._failedOnCreate=p;return}this._createOffer(!1).catch(p=>{this._state==="IDLE"?this._failedOnCreate=p:this.close(p)})}this._startSettingsInterval(),this._startStatInterval()}getState(){return this._state}updateStatisticsInterval(){this._stopStatInterval();let e=this.getState();e!=="IDLE"&&e!=="CLOSED"&&e!=="FAILED"&&this._startStatInterval()}open(e=null){return c(this,null,function*(){if(this._isOpen){d.warn("DirectTransport: Already opened",{participantId:this._participantId});return}if(this._failedOnCreate){this.close(this._failedOnCreate);return}if(d.debug("DirectTransport: Open transport",{participantId:this._participantId}),this._isOpen=!0,this._remotePeerId=e,!this._isMaster)try{this._mediaSource.addTrackToPeerConnection(this._pc,!1,!0,l.p2pAudioRed),this._applySettings()}catch(i){g.log(v.ERROR,"addTrack-direct"),d.error("DirectTransport: Unable to add media source tracks",i,{participantId:this._participantId}),this.close(i);return}this._setState("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){Ci(e,this._serverSettings)||(this._serverSettings=e,this._applySettings())}preventRestart(){this._reconnectionPrevented=!0}allowRestart(){this._reconnectionPrevented=!1}close(e){this._isOpen=!1,this._stopReconnection(),this._removeAnimojiReceiver(),this._removeAnimojiSender(),this._remoteStream&&(this._remoteStream.getTracks().forEach(t=>{t.stop(),this._triggerEvent("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?(d.error("DirectTransport: Closed",e,{participantId:this._participantId}),this._setState("FAILED")):(d.debug("DirectTransport: Closed",{participantId:this._participantId}),this._setState("CLOSED")),this._triggerEvent("PEER_CONNECTION_CLOSED")}setAnimojiSvg(e,t){var i;(i=this._animojiReceiver)==null||i.setParticipantSvg(e,t)}_setState(e){this._state!==e&&(d.debug(`DirectTransport: State changed to ${e}`,{participantId:this._participantId}),this._state=e,this._triggerEvent("STATE_CHANGED",e))}_onSignalingNotification(e){var t,i,a,n;switch(e.notification){case x.TRANSMITTED_DATA:this._handleTransmittedData(e);break;case x.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 x.CUSTOM_DATA:e.data.hasOwnProperty("sdk")&&(this._remoteNetworkStat.rtt=((a=e.data.sdk)==null?void 0:a.rtt)||0,this._remoteNetworkStat.loss=((n=e.data.sdk)==null?void 0:n.loss)||0);break}}_handleTransmittedData(e){let t=e.data,i=T.getPeerIdString(e.peerId);T.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 c(this,null,function*(){if(this._isOpen&&(!this._remotePeerId||this._remotePeerId===e)&&this._pc&&this._pc.remoteDescription){d.debug("Add remote ice candidate",{participantId:this._participantId,candidate:t});try{yield this._pc.addIceCandidate(new RTCIceCandidate(t))}catch(i){throw g.log(v.ERROR,"addIceCandidate-direct"),d.error("Unable to add remote ice candidate",i,{participantId:this._participantId,candidate:t}),i}}else d.debug("Cache remote ice candidate",{participantId:this._participantId,candidate:t}),this._remoteCandidates[e]=this._remoteCandidates[e]||[],this._remoteCandidates[e].push(t)})}_setRemoteCandidates(e){return c(this,null,function*(){if(!this._remoteCandidates[e]){d.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(a){}})}_setRemoteDescription(e,t){return c(this,null,function*(){if(this._isOpen&&(!this._remotePeerId||this._remotePeerId===e)&&this._pc){d.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 g.log(v.ERROR,"setRemoteDescription-direct"),d.error("Unable to set remote description",i,{participantId:this._participantId,sdp:t}),i}}else this._remoteSDP[e]=t})}_onAddTrack(e){d.debug("Added remote track",{participantId:this._participantId,kind:e.track.kind}),g.logMeasure(v.FIRST_DATA_RECEIVED_P2P),this._remoteStream?this._remoteStream.addTrack(e.track):(this._remoteStream=new MediaStream([e.track]),this._remoteStream.onremovetrack=t=>{this._triggerEvent("REMOTE_TRACK_REMOVED",this._remoteStream,t.track)}),this._triggerEvent("REMOTE_TRACK_ADDED",this._remoteStream,e.track)}_handleIceCandidate(e){return c(this,null,function*(){e.candidate&&this._signaling.ready&&(d.debug("Local ice candidate",{participantId:this._participantId,candidate:e.candidate}),yield this._signaling.sendCandidate(this._participantId,e.candidate))})}_onSignalingStateChange(){switch(d.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=>c(this,null,function*(){return this._signaling.sendSdp(this._participantId,t)})).catch(this.close.bind(this));break}}_onIceConnectionStateChange(){switch(d.debug(`DirectTransport: Ice Connection state changed to ${this._pc.iceConnectionState}`,{participantId:this._participantId}),this._pc.iceConnectionState){case"checking":let e=this.getState();e==="IDLE"||e==="OPENED"?this._setState("CONNECTING"):this._setState("RECONNECTING");break}}_onConnectionStateChange(){switch(d.debug(`DirectTransport: Connection state changed to ${this._pc.connectionState}`,{participantId:this._participantId}),g.log(v.ICE_CONNECTION_STATE,this._pc.connectionState),this._pc.connectionState){case"connected":this._neverConnected=!1,this._setState("CONNECTED"),this._stopReconnection(),T.getPeerConnectionHostInfo(this._pc).then(e=>{e&&g.log(v.ICE_CONNECTION_TYPE,e.type)});break;case"failed":case"disconnected":this._reconnectionPrevented?this.close(new Error(`Ice connection ${this._pc.connectionState}`)):(this._setState("RECONNECTING"),this._startReconnection());break;case"closed":this.close(new Error("Ice connection closed"));break}}_startReconnection(){this._reconnectionTimeout||this._iceRestartTimeout||(d.log("Waiting for reconnection...",{participantId:this._participantId}),this._reconnectionTimeout=window.setTimeout(()=>{this._reconnectionTimeout=null,this._neverConnected?this._requestTopologySwitch():this._startIceRestart()},l.transportConnectionWaitTime))}_requestTopologySwitch(){this._isMaster&&this._signaling.ready&&(d.log("Switch topology DIRECT to SERVER",{participantId:this._participantId}),this._signaling.switchTopology("SERVER"))}_stopReconnection(){this._reconnectionTimeout&&(clearTimeout(this._reconnectionTimeout),this._reconnectionTimeout=null),this._iceRestartTimeout&&(clearTimeout(this._iceRestartTimeout),this._iceRestartTimeout=null)}_startIceRestart(){this._isMaster?(g.log(v.ICE_RESTART),d.log("Ice restart",{participantId:this._participantId}),this._createOffer(!0).catch(this.close.bind(this))):d.debug("Waiting for ice restart...",{participantId:this._participantId}),this._iceRestartTimeout=window.setTimeout(()=>{this._iceRestartTimeout=null,d.error("Ice restart failed",{participantId:this._participantId}),g.log(v.ERROR,"iceRestart-direct"),this._requestTopologySwitch()},l.iceRestartWaitTime)}_createOffer(e){return c(this,null,function*(){let t={iceRestart:e,offerToReceiveAudio:!0,offerToReceiveVideo:!0};return d.debug("Create offer",{participantId:this._participantId,options:t}),this._pc.createOffer(t).catch(i=>{throw d.error("Unable to create offer",i,{participantId:this._participantId}),g.log(v.ERROR,"createOffer-direct"),i}).then(i=>c(this,null,function*(){return d.debug("Created offer",{participantId:this._participantId,offer:i}),i=it._patchDescription(i),d.debug("Set local description",{participantId:this._participantId,offer:i}),this._calcFingerprint(i.sdp),this._pc.setLocalDescription(i).then(()=>this._pc.localDescription)})).catch(i=>{throw d.error("Unable to set local description",i,{participantId:this._participantId}),g.log(v.ERROR,"setLocalDescription-direct"),i})})}_createAnswer(){return c(this,null,function*(){return d.debug("Create answer",{participantId:this._participantId}),this._pc.createAnswer().catch(e=>{throw d.error("Unable to create answer",e,{participantId:this._participantId}),g.log(v.ERROR,"createAnswer-direct"),e}).then(e=>c(this,null,function*(){return d.debug("Created answer",{participantId:this._participantId,answer:e}),e=it._patchDescription(e),d.debug("Set local description",{participantId:this._participantId,answer:e}),this._calcFingerprint(e.sdp),this._pc.setLocalDescription(e)})).then(()=>this._pc.localDescription).catch(e=>{throw d.error("Unable to set local description",e,{participantId:this._participantId}),g.log(v.ERROR,"setLocalDescription-direct"),e})})}static _patchDescription(e){let t=!!C.baseChromeVersion();return e.sdp=T.patchLocalSDP(e.sdp,l.preferH264&&C.canPreferH264(),C.isBrokenH264(),l.preferVP9,l.h264spsPpsIdrInKeyframe,t&&l.audioNack,l.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=>{d.error("DirectTransport: Unable to replace track",i,{participantId:this._participantId}),g.log(v.ERROR,"replaceTrack-direct")}))}),this._applySettings())}_onAnimojiStatus(e){e?this._createAnimojiSender():this._removeAnimojiSender(),this._mediaSource.onAnimojiSender(e)}_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:"DIRECT",transport:t.transport,rtps:t.rtps.filter(a=>a.type==="inbound-rtp"?(a.userId=this._participantId,!0):!1)},outbound:{topology:"DIRECT",transport:t.transport,rtps:t.rtps.filter(a=>a.type==="outbound-rtp")}};this._checkBadNetwork(i),this._triggerEvent("REMOTE_DATA_STATS",i),this._statInterval=window.setTimeout(e,l.statisticsInterval)})};this._statInterval=window.setTimeout(e,l.statisticsInterval)}_stopStatInterval(){this._statInterval&&(window.clearTimeout(this._statInterval),this._statInterval=null)}_checkBadNetwork(e){if(!this._signaling.ready)return;let t=J=>J.rtt<=this._networkLimits.goodNet.rtt&&J.loss<=this._networkLimits.goodNet.loss,i=J=>J.rtt>=this._networkLimits.badNet.rtt||J.loss>=this._networkLimits.badNet.loss,a=Math.round(e.outbound.transport.currentRoundTripTime*1e3)||0,n=e.inbound.rtps.reduce((J,te)=>Math.max(J,te.packetLoss||0),0),o={rtt:this._lastNetworkStat.rtt*(1-yi)+a*yi,loss:this._lastNetworkStat.loss*(1-yi)+n*yi},p=i(o),u=t(o),_=i(this._remoteNetworkStat),E=t(this._remoteNetworkStat),b=i(this._lastNetworkStat),k=t(this._lastNetworkStat),j=p||_?.2:u&&E?1:0,Z=Date.now();if((b!==p||k!==u||Z-this._lastNetworkStat.date>l.networkStatisticsInterval)&&(this._lastNetworkStat.date=Date.now(),this._signaling.customData({sdk:Object.assign({type:"bad-net"},o)},null).catch(J=>{d.warn("Unable to send [bad-net]",J)})),j){let J={};J[this._participantId]=J[""]=j,this._triggerEvent("NETWORK_STATUS",J)}this._lastNetworkStat.rtt=o.rtt,this._lastNetworkStat.loss=o.loss}_startSettingsInterval(){if(this._settingsInterval)return;let t=()=>{if(!this._pc){this._stopSettingsInterval();return}this._applySettings(),this._settingsInterval=window.setTimeout(t,2e3)};this._settingsInterval=window.setTimeout(t,2e3)}_stopSettingsInterval(){this._settingsInterval&&(window.clearTimeout(this._settingsInterval),this._settingsInterval=null)}_calcFingerprint(e){let t=T.sdpFingerprint(e);if(t===null){d.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;if(e&&((t=this._pc)==null?void 0:t.connectionState)==="connected"&&(this._prevConsumerSettings=T.applySettings(this._pc,e,this._prevConsumerSettings)),this._animojiSender){let i=this._mediaSource.getStream();i&&this._animojiSender.setStream(i)}}_createDataChannel(e,t,i){d.debug(`[${t}] data channel opening`);let a=e.createDataChannel(t,{negotiated:!0,id:1});a.onopen=()=>{let n=a.readyState;n==="open"?(d.debug(`[${t}] data channel opened`),a.onerror=o=>{d.error(`[${t}] data channel error`,o)},i(a)):d.error(`[${t}] data channel open failed, state [${n}]`)}}_createAnimojiReceiver(){!l.useVmoji||!this._animojiDataChannel||!this._participantId||(this._animojiReceiver&&this._removeAnimojiReceiver(),this._animojiReceiver=new l.vmoji.AnimojiReceiver(this._animojiDataChannel,this._participantId,(e,t)=>{this._triggerEvent("ANIMOJI_STREAM",e,t)},e=>{this._triggerEvent("ANIMOJI_STREAM",e,null)}),Object.entries(this._animojiSvgDataByParticipantId).forEach(([e,t])=>{this._animojiReceiver.setParticipantSvg(e,t)}))}_removeAnimojiReceiver(){var e;(e=this._animojiReceiver)==null||e.destroy(),this._animojiReceiver=null}_createAnimojiSender(){if(!l.useVmoji||!this._animojiDataChannel)return;let e=this._mediaSource.getStream();e&&(this._animojiSender&&this._removeAnimojiSender(),this._animojiSender=new l.vmoji.AnimojiSender(this._animojiDataChannel,e))}_removeAnimojiSender(){var e;(e=this._animojiSender)==null||e.destroy(),this._animojiSender=null}};var Kn=16,xt=class{constructor(r,e,t){d.debug("AsrReceiver started"),this._datachannel=r,this._participantIdRegistry=e,this._asrCallback=t,this._textDecoder=new TextDecoder,this._datachannel.onmessage=i=>this._onDataChannelMessage(i.data)}static parse(r){let e=new DataView(r),t=e.getUint8(0),i=e.getUint8(1);if(i!==0)throw new Error(`Unsupported message type. Message type: ${i}`);let a=e.getUint16(2),n=e.getUint32(4),o=e.getUint32(8),p=e.getUint32(12);if(t!==1)throw new Error(`Unexpected protocol version. Got ${t}, expected 1`);return{sequence:a,ssrc:n,timestamp:o,duration:p,data:r.slice(Kn)}}_onDataChannelMessage(r){var a,n;let e=xt.parse(r),t=(n=(a=this._participantIdRegistry)==null?void 0:a.getStreamDescription(e.ssrc))==null?void 0:n.participantId;if(!t){d.warn(`Participant id for ssrc ${e.ssrc} not found in registry`);return}let i={participantId:t,text:this._textDecoder.decode(e.data),timestamp:e.timestamp,duration:e.duration};this._asrCallback(i)}destroy(){this._datachannel.onmessage=null}};import{decode as _t}from"messagepack";var bi=class{constructor(){this.streamDescriptionByCompactId=new Map;this.compactIdByStreamDescription=new Map}getStreamDescription(r){return this.streamDescriptionByCompactId.get(r)}getCompactId(r){return this.compactIdByStreamDescription.get(r)}handleMessage(r){var a,n;let e=new Uint8Array(r),t=e[0],i=e.subarray(1);switch(t){case 1:let o=_t(i);return Object.entries(o).forEach(([A,X])=>{let j=zt(A);this.streamDescriptionByCompactId.set(X,j),this.compactIdByStreamDescription.set(A,X)}),null;case 2:case 4:let p=_t(i),u=[];for(let A of p){let X=this.getStreamDescription(A);X&&u.push(X.participantId)}return t===2?{type:"notification",notification:x.AUDIO_ACTIVITY,activeParticipants:u}:{type:"notification",notification:x.STALLED_ACTIVITY,stalledParticipants:u};case 3:let _=_t(i);return{type:"notification",notification:x.SPEAKER_CHANGED,speaker:(a=this.getStreamDescription(_))==null?void 0:a.participantId};case 5:let E=_t(i);return{type:"notification",notification:x.VIDEO_QUALITY_UPDATE,quality:{maxBitrate:E[0],maxDimension:E[1]}};case 6:let b=_t(i),k={};for(let[A,X]of Object.entries(b)){let j=(n=this.getStreamDescription(Number(A)))==null?void 0:n.participantId;j&&(k[j]=X/100)}return{type:"notification",notification:x.NETWORK_STATUS,statuses:k};case 7:return this._createParticipantSourcesUpdateNotification(i);case 8:{let X=_t(i).map(j=>{var Y;let[Z,J,te,ge,Te,rt,ni]=j;return{participantId:(Y=this.getStreamDescription(Z))==null?void 0:Y.participantId,gain:J,pause:te,offset:ge,mute:Te,liveStatus:rt,startTimeMs:ni}});return{type:"notification",notification:x.MOVIE_UPDATE_NOTIFICATION,data:X}}default:return d.debug("unsupported message type: "+t),null}}_createParticipantSourcesUpdateNotification(r){let e=_t(r),t=[];for(let[i,a]of Object.entries(e)){let n=a[0],o=a[1],p=a[2],u;if(n!==null){if(u=this.getStreamDescription(n),!u){d.error(`could not uncompress participant ID ${n}`);continue}}else u=null;if(p===null){d.error("unexpected null sequenceNumber",i,a);continue}let _=Oe.PARTICIPANT_AGNOSTIC_TRACK_PREFIX+"-"+i,E=o?o>>>0:null;t.push({participantStreamDescription:u,streamId:_,rtpTimestamp:E,sequenceNumber:p})}return{type:"notification",notification:x.PARTICIPANT_SOURCES_UPDATE,participantUpdateInfos:t}}};var $n=90,qn=4294967295,ye=class extends re{constructor(e,t,i,a={}){super();this._pc=null;this._producerNotification=null;this._producerCommand=null;this._producerScreen=null;this._consumerScreen=null;this._asr=null;this._animojiDataChannel=null;this._animojiReceiver=null;this._animojiSender=null;this._animojiSvgDataByParticipantId={};this._isOpen=!1;this._observer=!1;this._reconnectionPrevented=!1;this._state="IDLE";this._statInterval=null;this._settingsInterval=null;this._statBytes={};this._ssrcMap={};this._producerOfferIsProcessing=!1;this._producerNextOffer=null;this._prevConsumerSettings={};this._asrTrack=null;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.subscribe(this._signaling,ve.NOTIFICATION,this._onSignalingNotification.bind(this)),this.subscribe(this._mediaSource,"TRACK_REPLACED",this._onReplacedTrack.bind(this)),this.subscribe(this._mediaSource,"SOURCE_CHANGED",this._applyConsumerSettings.bind(this)),this.subscribe(this._mediaSource,"SCREEN_STATUS",this._onScreenSharingStatus.bind(this)),this.subscribe(this._mediaSource,"ANIMOJI_STATUS",this._onAnimojiStatus.bind(this)),this._perfStatReporter=new tt(this,e),this._serverSettings=i,this._animojiSvgDataByParticipantId=a,d.debug("ServerTransport: Created")}getState(){return this._state||"IDLE"}updateStatisticsInterval(){this._stopStatInterval();let e=this.getState();e!=="IDLE"&&e!=="CLOSED"&&e!=="FAILED"&&this._startStatInterval()}open(e=!1){if(this._isOpen){d.log("ServerTransport: Already opened connections");return}this._isOpen=!0,this._observer=e,this._openConnection()}close(e){this._isOpen=!1,this._closeConnection(),this.unsubscribe(),e?(d.error("ServerTransport: Closed",e),this._setState("FAILED")):(d.debug("ServerTransport: Closed"),this._setState("CLOSED"))}removeParticipant(e){var t;(t=this._captureReceiver)==null||t.close(e)}preventRestart(){this._reconnectionPrevented=!0}allowRestart(){this._reconnectionPrevented=!1}updateSettings(e){Ci(e,this._serverSettings)||(this._serverSettings=e,this._applyConsumerSettings())}setAnimojiSvg(e,t){var i;(i=this._animojiReceiver)==null||i.setParticipantSvg(e,t)}_closeConnection(){this._stopStatInterval(),this._stopSettingsInterval(),this._removeAsrTrack(),this._removeCaptureSender(),this._removeCaptureReceiver(),this._removeAnimojiReceiver(),this._removeAnimojiSender(),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,ye._closeDataChannel(this._producerNotification),ye._closeDataChannel(this._producerCommand),ye._closeDataChannel(this._producerScreen),ye._closeDataChannel(this._consumerScreen),ye._closeDataChannel(this._asr),this._pc.close(),this._pc=null,this._producerOfferIsProcessing=!1,this._producerNextOffer=null),this._triggerEvent("PEER_CONNECTION_CLOSED")}static _closeDataChannel(e){e&&(e.onopen=null,e.onmessage=null,e.onerror=null,e.close())}_createDataChannel(e,t,i){d.debug(`[${t}] data channel opening`);let a=e.createDataChannel(t,{ordered:!0});a.onopen=()=>{let n=a.readyState;n==="open"?(d.debug(`[${t}] data channel opened`),i(a)):d.error(`[${t}] data channel open failed, state [${n}]`)},a.onerror=n=>{let o=n.error;d.error(`[${t}] data channel error`,o==null?void 0:o.errorDetail,o==null?void 0:o.message)}}_openConnection(e=!1){d.debug("ServerTransport: Open single connection"),this._pc=new RTCPeerConnection({},{optional:[{googSuspendBelowMinBitrate:!1}]}),this._pc.ontrack=this._onAddTrack.bind(this,this._pc),this._pc.onconnectionstatechange=T.throttle(t=>{this._pc&&this._onConnectionStateChange(this._pc,t)},500),this._pc.onsignalingstatechange=ye._onSignalingStateChange.bind(this,this._pc),this._participantIdRegistry=new bi,this._signaling.setParticipantIdRegistry(this._participantIdRegistry),l.producerNotificationDataChannel&&this._createDataChannel(this._pc,Ke.producerNotification,t=>{this._producerNotification=t,this._producerNotification.binaryType="arraybuffer",this._signaling.setProducerNotificationDataChannel(t)}),l.producerCommandDataChannel&&(this._signaling.useCommandDataChannel(!0),this._createDataChannel(this._pc,Ke.producerCommand,t=>{this._producerCommand=t,this._signaling.setProducerCommandDataChannel(t)})),l.producerScreenDataChannel&&this._createDataChannel(this._pc,Ke.producerScreenShare,t=>{this._producerScreen=t,this._producerScreen.binaryType="arraybuffer",this._createCaptureReceiver()}),l.asrDataChannel&&this._createDataChannel(this._pc,Ke.asr,t=>{this._asr=t,this._asr.binaryType="arraybuffer",this._removeAsrTrack(),this._asrTrack=new xt(t,this._participantIdRegistry,i=>{this._onAsrTranscription(i)}),this._signaling.setAsrDataChannel(t)}),l.useVmoji&&this._createDataChannel(this._pc,Ke.animoji,t=>{this._animojiDataChannel=t,this._animojiDataChannel.binaryType="arraybuffer",this._createAnimojiReceiver(),this._mediaSource.isAnimojiRequested&&this._createAnimojiSender()}),this._newAudioShareTrack=this._mediaSource.getAudioShareTrack();try{this._mediaSource.addTrackToPeerConnection(this._pc,this._observer,!1,l.serverAudioRed),this._prevConsumerSettings={},this._applyConsumerSettings()}catch(t){d.error("ServerTransport: Unable to add media source tracks",t),g.log(v.ERROR,"addTrack-single"),this.close(t);return}l.consumerScreenDataChannel&&this._createDataChannel(this._pc,Ke.consumerScreenShare,t=>{this._consumerScreen=t,this._consumerScreen.binaryType="arraybuffer";let i=this._mediaSource.getScreenTrack();i&&this._createCaptureSender(i)}),e||this._allocateConsumer(),this._setState("OPENED"),this._startStatInterval(),this._startSettingsInterval()}_removeAsrTrack(){var e;(e=this._asrTrack)==null||e.destroy(),this._asrTrack=null}_reconnect(){this.getState()!=="OPENED"&&(this._setState("RECONNECTING"),this._closeConnection(),this._openConnection(!0))}_signalActiveParticipants(e){this._triggerEvent("SIGNALLED_ACTIVE_PARTICIPANTS",e)}_signalStalledParticipants(e){this._triggerEvent("SIGNALLED_STALLED_PARTICIPANTS",e)}_signalSpeakerChanged(e){this._triggerEvent("SIGNALLED_SPEAKER_CHANGED",e)}_signalNetworkStatus(e){this._triggerEvent("NETWORK_STATUS",e)}_updateSSRCMap(e){e&&e.sdp.split(`
|
|
12
|
-
`).forEach(t=>{let i=`a=ssrc:([0-9]+) label:(audio|video)-((?:[ug]?[\\d]+)|(?:mix)|(?:${Oe.PARTICIPANT_AGNOSTIC_TRACK_PREFIX}-[0-9]+))`,a=new RegExp(i).exec(t);a&&(this._ssrcMap[a[1]]=a[3])})}_createCaptureSender(e){let t=this._mediaSource.getMediaSettings();!e||!l.consumerScreenDataChannel||!this._consumerScreen||!t.isScreenSharingEnabled||(this._captureSender&&this._removeCaptureSender(),this._captureSender=new ut(e,this._consumerScreen,this._signaling,t.isFastScreenSharingEnabled))}_removeCaptureSender(){var e;(e=this._captureSender)==null||e.destroy(),this._captureSender=null}_createCaptureReceiver(){!l.producerScreenDataChannel||!this._producerScreen||(this._captureReceiver&&this._removeCaptureReceiver(),this._captureReceiver=new lt(this._producerScreen,this._participantIdRegistry,(e,t)=>{this._triggerEvent("REMOTE_STREAM_SECOND",e,t)},e=>{this._triggerEvent("REMOTE_STREAM_SECOND",e,null)}))}_removeCaptureReceiver(){var e;(e=this._captureReceiver)==null||e.destroy(),this._captureReceiver=null}_createAnimojiSender(){if(!l.useVmoji||!this._animojiDataChannel)return;let e=this._mediaSource.getStream();e&&(this._animojiSender&&this._removeAnimojiSender(),this._animojiSender=new l.vmoji.AnimojiSender(this._animojiDataChannel,e))}_removeAnimojiSender(){var e;(e=this._animojiSender)==null||e.destroy(),this._animojiSender=null}_createAnimojiReceiver(){!l.useVmoji||!this._animojiDataChannel||!this._participantIdRegistry||(this._animojiReceiver&&this._removeAnimojiReceiver(),this._animojiReceiver=new l.vmoji.AnimojiReceiver(this._animojiDataChannel,this._participantIdRegistry,(e,t)=>{this._triggerEvent("ANIMOJI_STREAM",e,t)},e=>{this._triggerEvent("ANIMOJI_STREAM",e,null)}),Object.entries(this._animojiSvgDataByParticipantId).forEach(([e,t])=>{this._animojiReceiver.setParticipantSvg(e,t)}))}_removeAnimojiReceiver(){var e;(e=this._animojiReceiver)==null||e.destroy(),this._animojiReceiver=null}_applyConsumerSettings(){let e=this._mediaSource.getMediaSettings().isScreenSharingEnabled&&!l.consumerScreenDataChannel?this._serverSettings.screenSharing:this._serverSettings.camera;if(e&&this._pc){let t=[];this._pc.getSenders().forEach(i=>{if(!i.track||i.track.kind!=="video")return;let a=!this._disabledSenders.has(i),n=e.maxDimension!==0;if(a&&!n){d.log("Disabling video upload"),this._disabledSenders.add(i),i.replaceTrack(C.getBlackMediaTrack()).catch(p=>{d.error("Could not disable video upload",p)});return}let o=this._mediaSource.getSendVideoTrack();if(!a&&n&&o){d.log("Enabling video upload"),this._disabledSenders.delete(i);let p=i.track;p.enabled=o.enabled,i.replaceTrack(o).then(()=>p.stop()).catch(u=>{d.error("Could not enable video upload",u)})}T.applyVideoTrackSettings(e,i,o!=null?o:i.track,this._prevConsumerSettings,t)}),this._prevConsumerSettings=t}if(this._animojiSender){let t=this._mediaSource.getStream();t&&this._animojiSender.setStream(t)}}_onScreenSharingStatus(e){e.track?this._createCaptureSender(e.track):this._removeCaptureSender()}_onAnimojiStatus(e){e?this._createAnimojiSender():this._removeAnimojiSender(),this._mediaSource.onAnimojiSender(e)}_setState(e){this._state!==e&&(this._state=e,this._triggerEvent("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,l.statisticsInterval)};this._statInterval=window.setTimeout(e,l.statisticsInterval)}_stopStatInterval(){this._statInterval&&(window.clearTimeout(this._statInterval),this._statInterval=null),this._statBytes={}}_startSettingsInterval(){if(this._settingsInterval)return;let t=()=>{if(!this._pc){this._stopSettingsInterval();return}this._applyConsumerSettings(),this._settingsInterval=window.setTimeout(t,2e3)};this._settingsInterval=window.setTimeout(t,2e3)}_stopSettingsInterval(){this._settingsInterval&&(window.clearTimeout(this._settingsInterval),this._settingsInterval=null)}_collectStat(){return c(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("REMOTE_DATA_STATS",{inbound:{topology:"SERVER",transport:e.transport,rtps:e.rtps.filter(t=>t.type==="inbound-rtp")},outbound:{topology:"SERVER",transport:e.transport,rtps:e.rtps.filter(t=>t.type==="outbound-rtp")}})}_detectStaleTracks(e){let t=e.rtps.find(o=>o.type==="inbound-rtp"&&o.kind==="audio"&&this._ssrcMap[o.ssrc]==="mix");if(!t)return;let i=Oe.AUDIO_MIX,a=this._statBytes[i],n=!1;if(a){let o=t.bytesReceived-a.bytesReceived;o>=0&&o<=5&&(n=!0),a.stalled!==n&&this._triggerEvent("REMOTE_ALL_STALL",n)}this._statBytes[i]={bytesReceived:t.bytesReceived,stalled:n}}_allocateConsumer(){if(!this._signaling.ready)return;let e={estimatedPerformanceIndex:tt.getEstimatedPerformanceIndex(),audioMix:!0,consumerUpdate:!0,producerNotificationDataChannelVersion:l.producerNotificationDataChannel?7:0,producerCommandDataChannelVersion:l.producerCommandDataChannel?3:0,consumerScreenDataChannelVersion:l.consumerScreenDataChannel?1:0,producerScreenDataChannelVersion:l.producerScreenDataChannel?1:0,asrDataChannelVersion:l.asrDataChannel?1:0,animojiDataChannelVersion:l.useVmoji?1:0,onDemandTracks:!0,unifiedPlan:!0,singleSession:!0,videoTracksCount:l.videoTracksCount,red:l.serverAudioRed,audioShare:l.audioShare,fastScreenShare:l.fastScreenShare};this._signaling.allocateConsumer(null,e)}_acceptProducer(e){return c(this,null,function*(){if(this._producerOfferIsProcessing){this._producerNextOffer=e,d.debug("[single] wait until other remote offer is processed");return}this._producerOfferIsProcessing=!0;let t=new RTCSessionDescription({type:"offer",sdp:T.patchRemoteSDP(e)});if(d.debug("[single] set remote offer",{offer:t}),!this._pc)throw new Error("Interrupt allocation");this._pc.setRemoteDescription(t).catch(i=>{throw d.error("[single] unable to set remote offer",i),g.log(v.ERROR,"setRemoteDescription-single"),i}).then(()=>c(this,null,function*(){if(d.debug("[single] create local answer"),!this._pc)throw new Error("Interrupt allocation");return this.handleTracks(),this._pc.createAnswer()})).catch(i=>{throw d.error("[single] unable to create answer",i),g.log(v.ERROR,"createAnswer-single"),i}).then(i=>(i.sdp=T.patchLocalSDP(i.sdp,!1,C.isBrokenH264(),!1,l.h264spsPpsIdrInKeyframe),i)).then(i=>c(this,null,function*(){if(d.debug("[single] set local answer",{answer:i}),!this._pc)throw new Error("Interrupt allocation");return yield this._pc.setLocalDescription(i),i})).catch(i=>{throw d.error("[single] unable to set local answer",i),g.log(v.ERROR,"setLocalDescription-single"),i}).then(i=>c(this,null,function*(){d.debug("[single] transmit local answer",{answer:i}),this._updateSSRCMap(t),yield this._signaling.acceptProducer(i,Object.keys(this._ssrcMap)),d.debug("[single] remote offer has been processed")})).catch(i=>{d.warn("[single] unable to send local answer",i),g.log(v.ERROR,"acceptProducer")}).then(()=>c(this,null,function*(){if(this._producerOfferIsProcessing=!1,this._producerNextOffer){d.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&&d.warn("Unexpected track assigned to audioshare"),e.direction="sendonly",e.sender.replaceTrack(this._newAudioShareTrack).catch(t=>{d.error("ServerTransport: Unable to replace track",t),g.log(v.ERROR,"replaceTrack-single")}),this._newAudioShareTrack=null)}),this._newAudioShareTrack&&d.warn("Cannot find audioshare transceiver"))}_onSignalingNotification(e){return c(this,null,function*(){if(this._isOpen)switch(e.notification){case x.PRODUCER_UPDATED:yield this._onProducerUpdated(e);break;case x.REALLOC_CON:this._reconnect();break;case x.AUDIO_ACTIVITY:this._signalActiveParticipants(e.activeParticipants);break;case x.SPEAKER_CHANGED:this._signalSpeakerChanged(e.speaker);break;case x.STALLED_ACTIVITY:this._signalStalledParticipants(e.stalledParticipants);break;case x.NETWORK_STATUS:this._signalNetworkStatus(e.statuses);break}})}_onAsrTranscription(e){this._triggerEvent("ASR_TRANSCRIPTION",e)}_onProducerUpdated(e){return c(this,null,function*(){this._producerSessionId&&this._producerSessionId!==e.sessionId&&this._reconnect(),l.breakVideoPayloadTypes&&(d.log("test mode enabled, video switched off"),this._signaling.requestTestMode("breakVideoPayloadTypes",null)),this._producerSessionId=e.sessionId,yield this._acceptProducer(e.description)})}_onAddTrack(e,t){var a;d.debug("[single] remote track (added)",{track:t.track}),((a=t.track)==null?void 0:a.kind)==="audio"&&g.logMeasure(v.FIRST_AUDIO_MIX_DATA_RECEIVED);let i=t.streams[0];i?(i.onremovetrack||(i.onremovetrack=o=>{this._triggerEvent("REMOTE_TRACK_REMOVED",i.id,i,o.track)}),i.getTracks().find(o=>o.id===t.track.id)||i.addTrack(t.track),this._rtpReceiversByStreamId[i.id]=t.receiver,this._triggerEvent("REMOTE_TRACK_ADDED",i.id,i,t.track)):d.error("[single] unable to get media stream from track event")}static _onSignalingStateChange(e,t){d.debug("[single] signaling state changed",{state:e.signalingState},t)}_onConnectionStateChange(e,t){switch(d.debug("[single] connection state changed",{state:e.connectionState},t),g.log(v.ICE_CONNECTION_STATE,e.connectionState),e.connectionState){case"failed":this._reconnectionPrevented?this.close(new Error("Ice connection failed")):(g.logCustom(v.RECONNECT,{param:1}),this._reconnect());break;case"connecting":let i=this.getState();i==="IDLE"||i==="OPENED"?this._setState("CONNECTING"):e.iceConnectionState==="checking"&&this._setState("RECONNECTING");break;case"disconnected":this._reconnectionPrevented?this.close(new Error("Ice connection disconnected")):this._setState("RECONNECTING");break;case"connected":this._setState("CONNECTED"),T.getPeerConnectionHostInfo(e).then(a=>{a&&g.log(v.ICE_CONNECTION_TYPE,a.type)}),g.logCustom(v.RECONNECT,{param:0});break}}_onReplacedTrack(e,t){if(this._pc){l.consumerScreenDataChannel&&t&&(e=t);let i=!1;this._pc.getSenders().forEach(a=>{a.track&&a.track.kind===e.kind&&!this._disabledSenders.has(a)&&a.track.contentHint===e.contentHint&&(a.track.enabled=e.enabled,a.replaceTrack(e).catch(n=>{d.error("ServerTransport: Unable to replace track",n),g.log(v.ERROR,"replaceTrack-single")}),i=!0)}),!i&&e.kind==="audio"&&e.contentHint==="music"&&(this._newAudioShareTrack=e)}this._applyConsumerSettings()}getStreamWaitingTimeMs(e,t){if(!this._pc)return g.log(v.PAT_WAITING_TIME_ERROR,"noConnection"),d.error("Cannot get stream waiting time, peer connection is not initialized"),0;if(!RTCRtpReceiver.prototype.getSynchronizationSources)return g.log(v.PAT_WAITING_TIME_ERROR,"oldBrowser"),d.error("Cannot get stream waiting time, RTCRtpReceiver.getSynchronizationSources is not supported"),0;let i=this._rtpReceiversByStreamId[e];if(!i)return g.log(v.PAT_WAITING_TIME_ERROR,"noReceiver"),d.error(`Cannot get stream waiting time, cannot find RTP receiver by stream ID: ${e}`),0;let a=i.getSynchronizationSources();if(!a||!a.length)return d.log(`Cannot get stream waiting time, ${e} receiver has no synchronization sources`),0;let o=a[0].rtpTimestamp;if(!Number.isInteger(o))return g.log(v.PAT_WAITING_TIME_ERROR,"timestampNotInteger"),d.error(`Cannot get stream waiting time, ${e} receiver's RTP timestamp is not an integer: ${o}`),0;let p=t-o&qn,u=Math.ceil(p/$n);return Math.min(100,Math.max(0,u))}};var ht=(e=>(e.DIRECT="DIRECT",e.SERVER="SERVER",e))(ht||{}),Mi=class extends re{constructor(e,t,i,a){super();this._allocated=[];this._opened=[];this._directTransport=null;this._serverTransport=null;this._dtListeners=[];this._stListeners=[];this._states={};this._localState="IDLE";this._animojiSvgDataByParticipantId={};this._signaling=t,this._mediaSource=i,this._topology=e,this._serverSettings=a,this.subscribe(this._signaling,ve.NOTIFICATION,this._onSignalingNotification.bind(this)),this.subscribe(this._mediaSource,"ANIMOJI_STATUS",this._onAnimojiStatus.bind(this)),e==="SERVER"&&(this._serverTransport=this._createServerTransport())}updateSettings(e){d.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(d.log(`Trying allocate participant [${e}]`),this._allocated.indexOf(e)!==-1){d.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,a=!1){d.log("Trying open participant",{participantIds:e});let n=a;for(let o of e){if(this._opened.indexOf(o)!==-1){d.warn(`The participant [${o}] has already had opened transport`);continue}if(this._allocated.indexOf(o)===-1){d.warn(`The participant [${o}] has no allocated transport`);continue}this._opened.push(o),n=!0}n&&(this._topology==="DIRECT"&&this._directTransport&&(st(v.FIRST_DATA_RECEIVED_P2P),this._directTransport.open(t)),this._topology==="SERVER"&&this._serverTransport&&(st(v.FIRST_AUDIO_MIX_DATA_RECEIVED),this._serverTransport.open(i),this._setStates(e,this._serverTransport.getState()),this._setLocalState(this._serverTransport.getState())),d.debug("The transport has been opened",e))}close(e){var a;let t=this._allocated.indexOf(e),i=this._opened.indexOf(e);t<0&&d.warn(`The participant [${e}] transport has already deallocated`),this._topology==="DIRECT"&&this._directTransport&&(this._directTransport.close(),this._directTransport=null),this._topology==="SERVER"&&((a=this._serverTransport)==null||a.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()}setAnimojiSvg(e,t){this._animojiSvgDataByParticipantId[e]=t,(!(t.svg instanceof ArrayBuffer)||t.svg.byteLength!==0)&&(this._topology==="DIRECT"&&this._directTransport?this._directTransport.setAnimojiSvg(e,t):this._topology==="SERVER"&&this._serverTransport&&this._serverTransport.setAnimojiSvg(e,t))}_setStates(e,t){let i=e.filter(a=>this._states[a]!==t?(this._states[a]=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===x.TOPOLOGY_CHANGED)return this._onTopologyChanged(e)}_onTopologyChanged(e){var t;if(e.topology!==this._topology){if(d.log(`Topology changed ${this._topology} -> ${e.topology}`),g.log(v.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||[],a=e.offerToTypes||[],n=e.offerToDeviceIdxs||[],o=i.length&&a.length?T.composeParticipantId(i[0],a[0],n[0]):null;if(this._serverTransport&&this._serverTransport.preventRestart(),!this._allocated||this._allocated.length===0){d.error("Topology changed to DIRECT, but the list of allocated participants is empty");return}this._allocated.length>1&&d.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 u=o===p;this._directTransport=this._createDirectTransport(p,u)}this._opened.indexOf(p)>=0&&this._directTransport.open()}this._triggerEvent("TOPOLOGY_CHANGED",this._topology)}}_createDirectTransport(e,t=!1){let i=new it(e,t,this._signaling,this._mediaSource,this._serverSettings,this._animojiSvgDataByParticipantId);return this._dtListeners&&this._dtListeners.length>0&&d.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.addEventListener("ANIMOJI_STREAM",this._onAnimojiStream.bind(this))),i}_createServerTransport(){let e=new ye(this._signaling,this._mediaSource,this._serverSettings,this._animojiSvgDataByParticipantId);return this._stListeners&&this._stListeners.length>0&&d.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.addEventListener("ASR_TRANSCRIPTION",this._onAsrTranscription.bind(this)),e.addEventListener("ANIMOJI_STREAM",this._onAnimojiStream.bind(this))),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;l.noiseSuppression!==e&&(l.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 a=this._allocated.indexOf(e);a>=0&&this._allocated.splice(a,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)}_onAsrTranscription(e){this._triggerEvent("ASR_TRANSCRIPTION",e)}_onAnimojiStream(e,t){this._triggerEvent("ANIMOJI_STREAM",e,t)}_onAnimojiStatus(e){!this._directTransport&&!this._serverTransport&&this._mediaSource.onAnimojiSender(e)}getStreamWaitingTimeMs(e,t){return this._topology!=="SERVER"?(g.log(v.PAT_WAITING_TIME_ERROR,"wrongTopology"),d.error(`Cannot get stream waiting time, incorrect topology: ${this._topology}`),0):this._serverTransport?this._serverTransport.getStreamWaitingTimeMs(e,t):(g.log(v.PAT_WAITING_TIME_ERROR,"noTransport"),d.error("Cannot get stream waiting time, server transport is not initialized"),0)}};var Ai=class extends re{constructor(e){super();this._detector=null;this._interval=null;this.subscribe(e,"REMOTE_TRACK_ADDED",this._onRemoteTrackAdded.bind(this)),this.subscribe(e,"REMOTE_TRACK_REMOVED",this._onRemoteTrackRemoved.bind(this)),this.subscribe(e,"SIGNALLED_ACTIVE_PARTICIPANTS",this._onSignalledActiveParticipants.bind(this)),this.subscribe(e,"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 a;if(i.kind==="audio"&&((a=this._detector)==null||a.destroy(),this._detector=new Ot(e,t),!this._interval)){let n=()=>{this._collectVolumes(),this._interval=window.setTimeout(n,l.voiceParams.interval)};this._interval=window.setTimeout(n,l.voiceParams.interval)}}_onRemoteTrackRemoved(e,t,i){i.kind==="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===Oe.AUDIO_MIX){if(this._activeParticipants)for(let a of this._activeParticipants)e[a]=i}else e[t]=i;this._triggerEvent("VOLUMES_DETECTED",e)}_onSignalledActiveParticipants(e){this._activeParticipants=e}_onTopologyChanged(e){e==="DIRECT"&&(this._activeParticipants=null)}};var Di=class extends re{constructor(e,t,i){super();this._speakerId=null;this._serverSideSpeakerDetection=!1;this._serverSideSpeakerDetection=i==="SERVER",this.subscribe(e,"VOLUMES_DETECTED",this._onVolumesDetected.bind(this)),this.subscribe(t,"SIGNALLED_SPEAKER_CHANGED",this._onServerSpeakerChanged.bind(this)),this.subscribe(t,"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(a=>{let n=e[a].smoothed;n>t&&n>l.voiceParams.threshold&&(t=n,i=a)}),i&&i!==this._speakerId){let a=this._speakerId&&e.hasOwnProperty(this._speakerId)?e[this._speakerId].smoothed:0;t>a*l.voiceParams.speakerLevelMultiplier&&(this._speakerId=i,this._triggerEvent("SPEAKER_CHANGED",i))}}_onServerSpeakerChanged(e){this._serverSideSpeakerDetection&&this._triggerEvent("SPEAKER_CHANGED",e)}_onTopologyChanged(e){this._serverSideSpeakerDetection=e==="SERVER"}};var Zt=class extends re{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,"STATE_CHANGED",this._onTransportStateChanged.bind(this)),this.subscribe(t,"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==="OPENED"&&(this._connectionTimeout||(this._connectionTimeout=window.setTimeout(this._onConnectionTimeout.bind(this),l.specListenerParams.connectionTimeout)),this._volumeTimeout||(this._volumeTimeout=window.setTimeout(this._onVolumeTimeout.bind(this),l.specListenerParams.volumeTimeout))),t==="FAILED"&&this._connectionTimeout&&(d.warn("Transport failed, send callSpecError"),g.log(v.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!=="CONNECTED";(()=>Object.values(this._states).filter(e).length>0)()&&(d.warn("There is not connected transport, send callSpecError"),g.log(v.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",a=this._participants[t];a&&a.platform&&(i=a.platform),e.indexOf(i)<0&&(e.push(i),g.log(v.CALL_SPEC_ERROR,`${this._transport.getTopology()}_VOLUME_TIMEOUT_${i}`))}),e.length&&d.warn("There is silent participant, send callSpecError"),this._volumeTimeout=0}};var Jn=1e3,zn=1e4;var Yn=15,G=class extends re{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;g.create(e,i),this._api=e,this._signaling=t,this._onUnload=()=>{this._conversation&&this._api&&this._api.hangupConversation(this._conversation.id),g.destroy()},window.addEventListener("unload",this._onUnload),this._audioOutput=new Yt,l.videoTracksCount>0&&(this._cooldownQueueCleanupTimer=window.setInterval(this._cleanupCooldownQueue.bind(this),Jn))}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,a="",n=!1,o=!1,p){return c(this,null,function*(){if(G._activationMutex)throw g.log(v.ERROR,"startCall"),d.warn("Conversation: there is already running activation"),new F(w.FAILED);G._activationMutex=!0;try{this._mediaSource=this._createMediaSource(),yield this._mediaSource.request(i);let u=this._mediaSource.getMediaSettings();t===Ge.CHAT||e.length>1?this._logWithMediaSettings(v.OUTGOING_MULTIPARTY_CALL,u):this._logWithMediaSettings(v.OUTGOING_CALL,u);let _=yield this._startConversation(e,t,qe.OUTGOING,i,a,n,o,p);if(!this._conversation)throw new F(w.UNKNOWN_ERROR);if(this._participantState=W.ACCEPTED,this._signaling.changeMediaSettings(u),yield this._processConnection(_),this._allocateTransport(),this._createSpeakerDetector(),this._createSpecListener(),this._signaling.readyToSend(),G._delayedHangup)throw new F(w.CANCELED);d.debug("Outgoing call",{opponentIds:e,opponentType:t,mediaOptions:i});let E=Object.values(this._participants),b;return l.batchParticipantsOnStart&&(b=T.mapSharedParticipants(E)),yield this._processConnectionSharedMovieInfo(_),f.onLocalStream(this._mediaSource.getStream(),this._mediaSource.getMediaSettings()),f.onConversation(this._conversation.externalId,this._conversation.mediaModifiers,this._getMuteStatesForCurrentRoom(),b),this._onConversationParticipantListChunk(_),f.onLocalStatus("WAITING"),this._toggleJoinAvailability(),this._changeFeatureSet(),this._changeNeedRate(),G._current=this,this._conversation.concurrent?yield this._acceptConcurrent():l.batchParticipantsOnStart||this._setParticipantsStatus(E,"WAITING"),this._conversation}catch(u){throw this._close(u,"Unable to start conversation"),u}finally{G._activationMutex=!1}})}onJoin(e){return c(this,null,function*(){var t;if(G._activationMutex)throw g.log(v.ERROR,"joinCall"),d.warn("Conversation: there is already running activation"),new F(w.FAILED);G._activationMutex=!0,this._state="PROCESSING";try{let i=!!((t=e.observedIds)!=null&&t.length);this._mediaSource=this._createMediaSource(),yield this._mediaSource.request(e.mediaOptions,!i);let a=this._mediaSource.getMediaSettings();this._logWithMediaSettings(v.JOIN_CONVERSATION,a);let n=yield this._joinConversation(e);if(!this._conversation)throw new F(w.UNKNOWN_ERROR);return this._conversation.observer=i,f.onLocalStream(this._mediaSource.getStream(),a),this._conversation.waitingHall?(d.log("In waiting hall"),G._current=this,G._activationMutex=!1,this._signaling.readyToSend(),f.onLocalStatus("WAITING_HALL"),this._conversation):this._onJoinPart2(n)}catch(i){throw G._activationMutex=!1,this._close(i,"Unable to join conversation"),i}})}_onJoinPart2(e){return c(this,null,function*(){var t,i,a,n,o,p,u;d.debug("Join conversation part 2"),G._activationMutex=!0;try{if(this._participantState=W.ACCEPTED,!this._conversation||!this._mediaSource)throw new F(w.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 F(w.CANCELED);let _=Object.values(this._participants),E;l.batchParticipantsOnStart&&(E=T.mapSharedParticipants(_.filter(A=>!A.isInRoom)));let b=[];if((i=(t=e==null?void 0:e.rooms)==null?void 0:t.rooms)!=null&&i.length)for(let A of e.rooms.rooms)b.push({id:A.id,name:A.name,participantCount:A.participantCount,participantIds:yield Promise.all(((n=(a=A==null?void 0:A.participantIds)==null?void 0:a.map)==null?void 0:n.call(a,this._getExternalIdByParticipantId.bind(this)))||[]),participants:(o=A==null?void 0:A.participants)!=null&&o.participants?this._participantListChunkToExternalChunk(A.participants):void 0,active:A.active,muteStates:A.muteStates});let k=(u=(p=e==null?void 0:e.rooms)==null?void 0:p.roomId)!=null?u:null;return yield this._processConnectionSharedMovieInfo(e),f.onConversation(this._conversation.externalId,this._conversation.mediaModifiers,this._getMuteStatesForCurrentRoom(),E,{rooms:b,roomId:k}),this._onConversationParticipantListChunk(e),f.onLocalStatus("WAITING"),this._toggleJoinAvailability(),this._changeNeedRate(),this._state="ACTIVE",this._changeFeatureSet(),G._current=this,l.batchParticipantsOnStart||this._setParticipantsStatus(_,"WAITING"),this._openTransport(_,!1),this._conversation}catch(_){throw this._close(_,"Unable to join conversation"),_}finally{G._activationMutex=!1}})}onPush(a){return c(this,arguments,function*(e,t=z.USER,i){if(G._activationMutex)throw d.warn("Conversation: there is already running activation"),new F(w.REJECTED);G._activationMutex=!0;try{let n=yield this._prepareConversation(e,t,i);if(this._mediaSource=this._createMediaSource(),!this._conversation)throw new F(w.UNKNOWN_ERROR);if(!n.conversation.participants.find(p=>{var u;return p.state===W.CALLED&&p.id===((u=this._conversation)==null?void 0:u.userId)}))throw d.log("Push rejected (there is an active call)"),g.log(v.PUSH,"rejected"),new F(w.REJECTED);if(yield this._processConnection(n),this._allocateTransport(),this._createSpeakerDetector(),this._createSpecListener(),this._signaling.readyToSend(),g.log(v.PUSH,"accepted"),G._current=this,G._delayedHangup)throw new F(w.CANCELED);G._activationMutex=!1}catch(n){throw G._activationMutex=!1,this._close(n,"Unable to handle inbound call push"),n}})}_isInWaitingHall(e){if(!e.conversation||(e.conversation.options||[]).indexOf(Gi.WAITING_HALL)<0)return!1;let t=(e.conversation.participants||[]).find(i=>T.comparePeerId(i.peerId,e.peerId));return t&&t.restricted||!1}_acceptConcurrent(){return c(this,null,function*(){if(!this._mediaSource||!this._conversation)throw new F(w.UNKNOWN_ERROR);this._state="PROCESSING";let e=this._mediaSource.getMediaSettings();this._logWithMediaSettings(v.ACCEPT_CONCURRENT,e),d.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 c(this,null,function*(){var t;if(this._state!=="IDLE")throw g.log(v.ERROR,"acceptIncoming"),d.error("Unable to accept a call - invalid state"),new Error("Unable to accept a call - invalid state");if(!this._mediaSource||!this._conversation)throw new F(w.UNKNOWN_ERROR);this._state="PROCESSING",d.debug("Accept incoming call",e);try{yield this._mediaSource.request(e);let i=this._mediaSource.getMediaSettings();this._logWithMediaSettings(v.ACCEPT_INCOMING,i),this._signaling.changeMediaSettings(i),yield this._signaling.acceptCall(i),this._participantState=W.ACCEPTED;let a=Object.values(this._participants),n;if(l.batchParticipantsOnStart&&(n=T.mapSharedParticipants(a)),f.onCallAccepted(),f.onLocalStream(this._mediaSource.getStream(),i),f.onConversation(this._conversation.externalId,this._conversation.mediaModifiers,this._getMuteStatesForCurrentRoom(),n),l.useParticipantListChunk){let u=yield this._getInitialParticiapntListChunk();(t=u==null?void 0:u.participants)==null||t.forEach(_=>{let E=T.composeId(_),b=this._participants[E];b&&(b.movieShareInfos=_.movieShareInfos)}),this._onConversationParticipantListChunk({participants:u})}f.onLocalStatus("WAITING"),this._toggleJoinAvailability(),this._changeNeedRate();let o=Dt(this._getMuteStatesForCurrentRoom(),ke.MUTE),p=Dt(this._getMuteStatesForCurrentRoom(),ke.MUTE_PERMANENT);for(let u of[o,p])u.length&&(yield this._processMuteState({mediaOptions:u,stateUpdated:!0}));return this._state="ACTIVE",this._changeFeatureSet(),l.batchParticipantsOnStart||this._setParticipantsStatus(a,"WAITING"),this._openTransport(a,!0),this._conversation}catch(i){throw this._close(i,"Unable to accept call"),i}})}decline(){return c(this,null,function*(){var e;if(this._state!=="IDLE")throw g.log(v.ERROR,"declineIncoming"),d.error("Unable to decline a call - invalid state"),new Error("Unable to decline a call - invalid state");this._state="PROCESSING",d.debug("Decline incoming call"),this._logWithMediaSettings(v.DECLINE_INCOMING,(e=this._mediaSource)==null?void 0:e.getMediaSettings()),this._participantState=W.HUNGUP,this._signaling.ready&&(yield this._signaling.hangup(w.REJECTED)),this._close(new F(w.REJECTED))})}hangup(){return c(this,null,function*(){d.debug("Hangup");let e=this._state==="ACTIVE"?w.HUNGUP:w.CANCELED;g.log(v.HANGUP,e),this._signaling.ready?(yield this._signaling.hangup(e),this._close(new F(e))):f.onHangup(new F(w.HUNGUP),this._conversation&&this._conversation.id)})}addParticipant(e,t){return c(this,null,function*(){if(!this._signaling.ready){this._close(new F(w.UNKNOWN_ERROR),"Unable to add participant");return}let i=yield this._signaling.addParticipant(e,t),a=null;i.type==="error"&&(i.error==="call-unfeasible"?a=i.status:a=w.UNKNOWN_ERROR);let n=i.participant;yield this._onAddParticipant(T.composeId(n),n,a)})}removeParticipant(e,t=!1){return c(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 a;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,!!((a=this._conversation)!=null&&a.observer))}_close(e,t){t&&d.error(t,e),d.debug("Close conversation",e),e.error?this._signaling.ready&&this._signaling.hangup(w.FAILED):g.log(v.ERROR,e.hangup),G._activationMutex=!1;let i=this._conversation&&this._conversation.id;if([w.CANCELED,w.NOT_FRIENDS,w.CALLEE_IS_OFFLINE,w.CALLER_IS_BLOCKED,w.CALLER_IS_REJECTED].indexOf(e.hangup)!==-1||e.hangup===w.REJECTED&&!e.remote){f.onHangup(e,i),this.destroy();return}if(e.hangup===w.HUNGUP&&(!e.remote||this._participantState===W.CALLED)){f.onHangup(e,i),this.destroy();return}if(e.hangup===w.MISSED&&!e.remote){f.onHangup(e,i),this.destroy();return}if(e.hangup===w.SOCKET_CLOSED&&G._current&&!this._conversation){this._cleanupSignaling(),this._cleanupMediaSource();return}if(e.hangup===w.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(),g.destroy(),this._conversation=null,this._myLastRequestedLayouts={},G._current=null,G._delayedHangup=!1,f.onHangup(e||new F(w.UNKNOWN_ERROR),i),this._cooldownQueueCleanupTimer!==null&&(window.clearInterval(this._cooldownQueueCleanupTimer),this._cooldownQueueCleanupTimer=null)}destroy(){let e=this._conversation&&this._conversation.id;d.debug("Destroy conversation",{conversationId:e}),this._cleanupMediaSource(),this._cleanupParticipants(),this._cleanupParticipantAgnosticStreams(),this._cleanupTransport(),this._cleanupSpeakerDetector(),this._cleanupSpecListener(),this._cleanupSignaling(),this._api.cleanup(),this._cleanupListeners(),g.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 c(this,null,function*(){let t=yield this._api.getConversationParams(e);d.debug("Api.getConversationParams",t);let i=[],{turn_server:a,stun_server:n}=t;if(n&&i.push(n),a){let o=a.urls.filter((p,u,_)=>_.indexOf(p)===u);o.push(`${o[o.length-1]}?transport=tcp`),i.push({urls:o,username:a.username,credential:a.credential})}return l.iceServers=i,l.wssBase=t.endpoint,l.wssToken=t.token,t.client_type&&(l.clientType=t.client_type),l.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,a,n="",o=!1,p=!1,u){return c(this,null,function*(){let _=T.uuid();d.debug("Conversation: start",{conversationId:_,opponentIds:e,opponentType:t,direction:i});let E=a.includes(de.VIDEO),b=yield this._api.startConversation(_,e,t,E,n,o,p,{onlyAdminCanShareMovie:u});d.debug("Api.startConversation",b);let k=yield this._getConversationParams(b.id);b.endpoint=this._addGeoParamsToEndpoint(b.endpoint,k);let A=yield this._connectSignaling(We.START,b);return yield this._setConversation(b,A,i),A})}_joinConversation(e){return c(this,null,function*(){let{conversationId:t,mediaOptions:i,chatId:a,joinLink:n,observedIds:o,payload:p}=e;d.debug("Conversation: join",{conversationId:t,joinLink:n,observedIds:o});let u=i.includes(de.VIDEO),_;if(t)_=yield this._api.joinConversation(t,u,a);else if(n)_=yield this._api.joinConversationByLink(n,u,o,p);else throw new F(w.UNKNOWN_ERROR);d.debug("Api.joinConversation",_),yield this._getConversationParams(_.id);let E=yield this._connectSignaling(We.JOIN,_);return yield this._setConversation(_,E,qe.JOINING),E})}_prepareConversation(a){return c(this,arguments,function*(e,t=z.USER,i){d.debug("Conversation: push",{conversationId:e,type:t,peerId:i});let n=this._api.getUserId();if(!n)throw new F(w.UNKNOWN_ERROR);let o=yield this._getConversationParams(e),p=o.device_idx||0,u=`${l.wssBase}?userId=${n}&entityType=${t}&deviceIdx=${p}&conversationId=${e}&token=${l.wssToken}`;u=this._addGeoParamsToEndpoint(u,o);let _={id:e,peerId:i,endpoint:u,is_concurrent:!1,p2p_forbidden:!1,device_idx:p},E=yield this._connectSignaling(We.ACCEPT,_);return G._current&&(G._current._participantState===W.ACCEPTED||G._current._participantState===W.CALLED)?(d.log("Push rejected (busy)"),g.log(v.PUSH,"busy"),this._signaling.ready&&this._signaling.hangup(w.BUSY),Promise.reject({hangup:w.BUSY})):(G._current&&(G._current.destroy(),G._current=null),yield this._setConversation(_,E,qe.INCOMING,t),E)})}_createParticipant(e){return c(this,null,function*(){var i;let t=Object.assign({id:null,externalId:null,mediaSettings:_e(),participantState:{},state:W.CALLED,status:null,remoteStream:null,mediaSource:null,platform:null,clientType:null,roles:[],networkRating:1,lastRequestedLayouts:{},muteStates:{},unmuteOptions:[],observedIds:[],isInRoom:!1},e);if(e.externalId){let a=T.decomposeParticipantId(t.id).compositeUserId;this._api.cacheExternalId(a,e.externalId)}else t.externalId=yield this._getParticipantId(t.id);return(i=t.observedIds)!=null&&i.length&&(t.externalId.observer=!0),this._setParticipantMarkers(t,t.markers),t})}_getParticipantId(e){return c(this,null,function*(){try{let t=T.decomposeParticipantId(e),i=yield this._api.userId(t.compositeUserId);return Object.assign({deviceIdx:t.deviceIdx},i)}catch(t){throw this._close(new F(w.NETWORK_ERROR),t),t}})}_setConversation(n,o,p){return c(this,arguments,function*(e,t,i,a=z.USER){yield this._prepareParticipants(t.conversation.participants);let u=this._api.getUserId(),_=e.device_idx||0;if(!u){let k=(t.conversation.participants||[]).find(A=>T.comparePeerId(A.peerId,t.peerId));if(!k)throw new F(w.UNKNOWN_ERROR);u=Number(k.id),k.idType&&(a=k.idType),k.deviceIdx&&(_=k.deviceIdx),this._api.setUserId(u)}let E=T.composeParticipantId(u,a,_),b=yield this._getParticipantId(E);this._conversation={userId:u,compositeUserId:E,externalId:b,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||"DIRECT",direction:i,concurrent:t.isConcurrent||e.is_concurrent||!1,needRate:!1,chatId:t.conversation.multichatId,roles:[],recordsInfoByRoom:new Map,muteStates:new Map,joinLink:e.join_link,pinnedParticipantId:null,mediaModifiers:t.mediaModifiers,options:[],unmuteOptions:[],networkRating:1,waitingHall:this._isInWaitingHall(t),observer:!1,asrInfo:null,roomId:null},this._signaling.setConversationId(e.id),e.p2p_forbidden&&(l.forceRelayPolicy=e.p2p_forbidden),g.log(v.RELAY_POLICY,l.forceRelayPolicy?"1":"0"),this._changeFeatureSet(),this._logDevices()})}_updateConversation(e){if(!this._conversation)throw new F(w.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||"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 gi;return this.subscribe(e,"SOURCE_CHANGED",this._onLocalMediaStreamChanged.bind(this)),this.subscribe(e,"SCREEN_STATUS",this._onScreenSharingStatus.bind(this)),this._audioFix=new kt(e),e}_connectSignaling(e,t){return c(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 c(this,null,function*(){yield this._registerConnectionParticipants(e),this._processConnectionData(e)})}_prepareParticipants(e){return c(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 Re(Re({},{participants:[],countBefore:0,countAfter:0,markerFound:!1}),e)}_participantListChunkToExternalChunk(e){let t=T.mapSharedParticipants(e.participants.map(i=>{let a=T.composeId(i);return this._participants[a]}));return $e(Re({},e),{participants:t})}_registerConnectionParticipants(e){return c(this,null,function*(){var i,a,n,o,p,u;yield this._registerParticipants(e.conversation.participants),(i=e.participants)!=null&&i.participants&&(yield this._registerParticipants((a=e.participants)==null?void 0:a.participants));let t=(o=(n=e==null?void 0:e.rooms)==null?void 0:n.rooms)!=null?o:[];for(let _ of t)yield this._registerParticipants((u=(p=_==null?void 0:_.participants)==null?void 0:p.participants)!=null?u:[],!0)})}_registerParticipants(e,t=!1){return c(this,null,function*(){if(this._conversation)for(let i of e){let a=T.composeId(i);if(this._isMe(a)){this._conversation.roles=i.roles||[],this._conversation.roles.length&&(d.debug(`Local roles changed: ${i.roles}`),f.onLocalRolesChanged(this._conversation.roles)),yield this._registerParticipantLocalMuteState(i);continue}if(i.state===W.HUNGUP||i.state===W.REJECTED){this._participants[i.id]&&this._removeParticipant(this._participants[i.id],w.HUNGUP);continue}this._registerParticipantInCache(yield this._createParticipant({id:a,externalId:i.externalId&&ue.fromSignaling(i.externalId,i.deviceIdx||0),mediaSettings:_e(i.mediaSettings),participantState:T.mapParticipantState(i),state:i.state,roles:i.roles||[],status:l.batchParticipantsOnStart?"WAITING":null,muteStates:i.muteStates||{},unmuteOptions:i.unmuteOptions||[],observedIds:i.observedIds||[],markers:this._denormalizeMarkers(a,i.markers),movieShareInfos:i.movieShareInfos,isInRoom:t})),i.roles&&i.roles.length&&(d.debug(`Roles for participant [${a}] changed: ${i.roles}`),f.onRolesChanged(this._participants[a].externalId,i.roles))}})}_registerParticipantLocalMuteState(e){return c(this,null,function*(){if(!e.muteStates)return Promise.resolve();let t=Dt(e.muteStates,ke.MUTE),i=Dt(e.muteStates,ke.MUTE_PERMANENT);for(let a of[t,i])a.length&&(yield this._onMuteParticipant({muteStates:e.muteStates,unmuteOptions:e.unmuteOptions,mediaOptions:a,stateUpdated:!0}))})}_getStatusByTransportState(e){let t;return e==="CONNECTED"?t="CONNECTED":e==="CONNECTING"||e==="OPENED"?t="CONNECTING":e==="RECONNECTING"&&(t="RECONNECT"),t}_registerParticipantInCache(e){return this._participants[e.id]=e}_getExistedParticipantByIdOrCreate(e){return c(this,null,function*(){return this._participants[e]||this._createParticipant({id:e})})}_getExternalIdByParticipantId(e){return c(this,null,function*(){var t;if(this._isMe(e))return this._conversation.externalId;if(l.useParticipantListChunk)return(yield this._getExistedParticipantByIdOrCreate(e)).externalId;if((t=this._participants[e])!=null&&t.externalId)return this._participants[e].externalId;{let i=yield this._getParticipantId(e);return this._api.cacheExternalId(e,i),i}})}_registerParticipantAndSetMarkersIfChunkEnabled(e,t){return c(this,null,function*(){if(l.useParticipantListChunk){let i=this._registerParticipantInCache(yield this._getExistedParticipantByIdOrCreate(e));return this._setParticipantMarkers(i,t),i}return this._participants[e]})}_warnParticipantNotInConversation(e){d.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(a=>"ts"in a&&"rank"in a);return Object.entries(t).reduce((a,[n,o])=>(a[n]=$e(Re(Re({},i),o),{id:e}),a),{})}_processConnectionData(e){return c(this,null,function*(){this._processRooms(e),this._processMuteStates(e),e.conversation.pinnedParticipantId&&(yield this._onPinParticipant(e.conversation.pinnedParticipantId)),this._processRecordInfos(e),this._onOptionsChanged(e.conversation.options),e.chatRoom&&e.chatRoom.totalCount&&this._onChatRoomUpdated(ji.ATTENDEE,e.chatRoom.totalCount,e.chatRoom.firstParticipants)})}_processRooms(e){var i,a;let t=(a=(i=e.rooms)==null?void 0:i.roomId)!=null?a:null;this._onRoomSwitched(t,!0)}_processMuteStates(e){var i,a,n;this._setMuteStatesForRoomId((i=e.conversation)==null?void 0:i.muteStates,null);for(let o of(n=(a=e.rooms)==null?void 0:a.rooms)!=null?n:[])this._setMuteStatesForRoomId(o.muteStates,o.id);let t=this._getMuteStatesForCurrentRoom();this._onMuteParticipant({muteStates:t,unmuteOptions:e.unmuteOptions,mediaOptions:Object.keys(t),muteAll:!0,stateUpdated:!0,roomId:this._conversation.roomId})}_processRecordInfos(e){var t,i,a,n;this._onRecordInfo((t=e.conversation.recordInfo)!=null?t:null);for(let o of(a=(i=e.rooms)==null?void 0:i.rooms)!=null?a:[])this._onRecordInfo((n=o.recordInfo)!=null?n:null,o.id)}_allocateTransport(){if(!this._conversation||!this._mediaSource)return;this._transport=new Mi(this._conversation.topology,this._signaling,this._mediaSource,this._serverSettings),this._debugInfo=new Qt,this.subscribe(this._transport,"STATE_CHANGED",this._onTransportStateChanged.bind(this)),this.subscribe(this._transport,"LOCAL_STATE_CHANGED",this._onTransportLocalStateChanged.bind(this)),this.subscribe(this._transport,"REMOTE_TRACK_ADDED",this._onRemoteTrackAdded.bind(this)),this.subscribe(this._transport,"REMOTE_TRACK_REMOVED",this._onRemoteTrackRemoved.bind(this)),this.subscribe(this._transport,"REMOTE_ALL_STALL",this._onRemoteAllStall.bind(this)),this.subscribe(this._transport,"REMOTE_DATA_STATS",this._onRemoteDataStats.bind(this)),this.subscribe(this._transport,"SIGNALLED_STALLED_PARTICIPANTS",this._onRemoteSignalledStall.bind(this)),this.subscribe(this._transport,"TOPOLOGY_CHANGED",this._onTopologyChanged.bind(this)),this.subscribe(this._transport,"NETWORK_STATUS",this._onNetworkStatus.bind(this)),this.subscribe(this._transport,"REMOTE_STREAM_SECOND",this._onRemoteStreamSecond.bind(this)),this.subscribe(this._transport,"PEER_CONNECTION_CLOSED",this._onPeerConnectionClosed.bind(this)),this.subscribe(this._transport,"ASR_TRANSCRIPTION",this._onAsrTranscription.bind(this)),this.subscribe(this._transport,"ANIMOJI_STREAM",this._onAnimojiStream.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 Ai(this._transport),this.subscribe(this._volumesDetector,"VOLUMES_DETECTED",this._onVolumesDetected.bind(this)),this._speakerDetector=new Di(this._volumesDetector,this._transport,this._conversation.topology),this.subscribe(this._speakerDetector,"SPEAKER_CHANGED",this._onSpeakerChanged.bind(this)),this._localVolumeDetector=new Xt(this._mediaSource))}_createSpecListener(){this._transport&&this._volumesDetector&&(this._specListener=new Zt(this._transport,this._volumesDetector,this._participants))}_logDevices(){let e=C.getCameras().length,t=C.getMicrophones().length;d.debug("Cameras: "+e+(C.hasCameraPermission()?"✔":"✖")+", Microphones: "+t+(C.hasMicrophonePermission()?"✔":"✖")),g.log(v.DEVICES,`${e}_${t}`)}_logWithMediaSettings(e,t){g.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===w.HUNGUP?this._setParticipantsStatus([e],"HANGUP"):this._setParticipantsStatus([e],"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:"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,a;(t=e.remoteStream)==null||t.getTracks().forEach(n=>n.stop()),(i=e.secondStream)==null||i.getTracks().forEach(n=>n.stop()),(a=e.mediaSource)==null||a.disconnect()}),this._participants={},this._audioOutput&&this._audioOutput.destroy()}_cleanupParticipantAgnosticStreams(){d.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 c(this,null,function*(){d.debug(`Add new participant [${e}]`);let a=this._participants[e];if(a&&(a.state===W.ACCEPTED||a.state===W.CALLED)){d.warn(`Participant [${a.id}:${a.state}] is already in conversation`);return}a||(a=this._registerParticipantInCache(yield this._createParticipant({id:e,externalId:t.externalId&&ue.fromSignaling(t.externalId,t.deviceIdx||0),mediaSettings:_e(t.mediaSettings),state:t.state,roles:t.roles||[],muteStates:t.muteStates||{},unmuteOptions:t.unmuteOptions||[],observedIds:t.observedIds||[]}))),this._setParticipantsStatus([a],"WAITING"),i?(a.state=W.HUNGUP,this._removeParticipant(a,i)):this._transport&&(a.state=W.CALLED,this._transport.allocate(a.id,!0),g.log(v.ADD_PARTICIPANT),this._invokeRolesChangedCallbackIfNeeded(a))})}_onRemoveParticipant(e){d.debug(`Remove participant [${e}]`);let t=[];for(let i=0;i<=Yn;i++){let a=T.compose(e,i),n=this._participants[a];n&&t.push(n)}if(!t.length){this._warnParticipantNotInConversation(e);return}if(this._transport)for(let i of t)this._transport.close(i.id);g.log(v.REMOVE_PARTICIPANT)}changeDevice(e){return c(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(ae.UNKNOWN)})}stopVideoTrack(){return this._mediaSource.stopVideoTrack()}toggleScreenCapturing(e){return c(this,null,function*(){return this._mediaSource?this._mediaSource.toggleScreenCapturing(e):Promise.reject(ae.UNKNOWN)})}disableScreenCapturing(){return c(this,null,function*(){return this._mediaSource?this._mediaSource.disableScreenCapturing():Promise.reject(ae.UNKNOWN)})}toggleAnimojiCapturing(e){this._mediaSource&&this._mediaSource.toggleAnimojiCapturing(e)}setAnimojiSvg(e,t=null,i=null){if(!this._transport)return;let a=!t,n=t!=null?t:this._conversation.compositeUserId;if(e instanceof ArrayBuffer){let o=i!=null?i:this._conversation.externalId.id;this._transport.setAnimojiSvg(n,{svg:e,userId:o,isMe:a});return}this._transport.setAnimojiSvg(n,{svg:e,isMe:a})}setVideoStream(e,t=!1){return c(this,null,function*(){if(this._mediaSource)return this._mediaSource.setVideoStream(e,t)})}setAudioStream(e){return c(this,null,function*(){if(this._mediaSource)return this._mediaSource.setAudioStream(e)})}toggleLocalVideo(e){return c(this,null,function*(){if(this._mediaSource)return g.log(v.MEDIA_STATUS,e?"video_1":"video_0"),this._mediaSource.toggleVideo(e)})}toggleLocalAudio(e){return c(this,null,function*(){if(this._mediaSource)return g.log(v.MEDIA_STATUS,e?"audio_1":"audio_0"),this._mediaSource.toggleAudio(e)})}changePriorities(e){return c(this,null,function*(){if(e.length<2||!this._signaling.ready)return;let t={},i={};for(let a of e){let n=typeof a.uid=="object"?a.uid:ue.fromId(a.uid),o=ue.toString(n);i[o]=a.priority}for(let a of Object.values(this._participants)){let n=ue.toString(a.externalId);i.hasOwnProperty(n)&&(t[a.id]=i[n])}yield this._signaling.changePriorities(t)})}changeParticipantState(e){return c(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 c(this,null,function*(){let t={};return t[Ve(e)]={keyFrameRequested:!0},this._signaling.updateDisplayLayout(t)})}requestTestMode(e,t){return c(this,null,function*(){return this._signaling.requestTestMode(e,t)})}updateDisplayLayout(e){return c(this,null,function*(){if(e.length<1||!this._signaling.ready)return;d.log(`Update display layout [${this._signaling.getNextCommandSequenceNumber()}]`,e);let t={};for(let a of e){let n=typeof a.uid=="object"?a.uid:ue.fromId(a.uid),o=this._api.getCachedOkIdByExternalId(n);if(!o){let E=ue.toString(n);d.log(`Unknown participant external ID ${E}`);continue}let p=T.compose(o,n.deviceIdx),u=Ve({participantId:p,mediaType:a.mediaType,streamName:a.streamName}),_=this._participants[p];_?_.lastRequestedLayouts[u]=a:this._isMe(p)&&(this._myLastRequestedLayouts[u]=a),At(a)?(this._isMe(p)&&delete this._myLastRequestedLayouts[u],this._streamIdByStreamDescription.has(u)&&!this._cooldownTimestampByStreamDescription.has(u)&&this._cooldownTimestampByStreamDescription.set(u,Date.now())):(this._cooldownTimestampByStreamDescription.delete(u),!this._streamIdByStreamDescription.has(u)&&l.videoTracksCount>0&&this._streamIdByStreamDescription.set(u,null),t[u]=a),a.mediaType==="SCREEN"&&!At(a)&&st(Ei(p))}let i=this._cooldownTimestampByStreamDescription.keys();for(;this._streamIdByStreamDescription.size>l.videoTracksCount;){let a=i.next();if(a.done){d.error("Cannot accommodate all streaming requests: tracks available "+l.videoTracksCount+"; requested streams: "+Array.from(this._streamIdByStreamDescription.keys()));break}this._stopStreaming(a.value),t[a.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)&&(d.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=zt(e),a=this._participants[i.participantId],{externalId:n}=this._conversation,o=this._isMe(i.participantId);if(a){if(i.streamName&&(i.mediaType==="STREAM"||i.mediaType==="MOVIE")){let p={stream:null,streamName:i.streamName,mediaType:i.mediaType};o?f.onLocalLive(n,p):f.onRemoteLive(a.externalId,p)}else o||f.onRemoteStream(a.externalId,null);g.log(v.PAT_DEALLOCATED)}else d.log(`Cannot find participant to stop streaming: ${i.participantId}`)}this._streamIdByStreamDescription.delete(e)}_sendUpdateDisplayLayout(e){return c(this,null,function*(){if(Object.keys(e).length===0)return;let t=yield this._signaling.updateDisplayLayout(e);if(!t)return;let i=[];for(let[a,n]of Object.entries(t.errorCodeByParticipantId||{})){let o=zt(a),p=this._participants[o.participantId];if(p){let u;typeof n!="number"?(d.warn(`Unexpected error code ${n} received for participant ${o.participantId}`),u=Jr.UNKNOWN_ERROR):u=zr(n),i.push({externalId:p.externalId,errorReason:u})}}if(i&&i.length)throw new ei("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 a=i.value;if(a[1]+zn>Date.now())break;let o=a[0];this._stopStreaming(o),e[o]={stopStream:!0}}while(!0);this._sendUpdateDisplayLayout(e)}_onParticipantSourcesUpdate(e){if(this._conversation){d.log("Received participant sources update notification",e);for(let t of e)this._waitForStreamIfNeeded(t)}}_onParticipantPromoted(e){return c(this,null,function*(){d.log("Promoted in waiting hall",!e.demote),e.demote?(d.log("Kicked from waiting hall"),this._close(new F(w.REMOVED))):(this._updateConversation(e),yield this._onJoinPart2(e))})}_onChatRoomUpdated(a){return c(this,arguments,function*(e,t=0,i=[]){d.log(`Chat room updated: ${e}`);let n=[],o=[];i.length&&(i.forEach(p=>{if(p.externalId){let u=fe.fromSignaling(p.externalId);n.push(u),this._api.cacheExternalId(p.id.id,u)}else o.push(T.decomposeId(p.id.id).id)}),o.length&&!n.length&&(n=yield this._api.getExternalIdsByOkIds(o))),f.onChatRoomUpdated(e,t,n)})}_onSharedMovieUpdate(e){return c(this,null,function*(){let{externalId:t}=this._conversation,{data:i}=e;for(let a of i)if(this._isMe(a.participantId))f.onLocalLiveUpdate(t,a);else{let o=yield this._getExternalIdByParticipantId(a.participantId);o&&f.onRemoteLiveUpdate(o,a)}})}_onSharedMovieInfoStarted(e){return c(this,null,function*(){d.log(`Shared movie started data received: ${e.notification}`),yield this._processSharedMovieInfo(e.movieShareInfo)})}_processSharedMovieInfos(e){return c(this,null,function*(){e&&(yield Promise.all(e.map(t=>this._processSharedMovieInfo(t))))})}_processSharedMovieInfo(e){return c(this,null,function*(){var a;if(!e)return;let{externalId:t}=this._conversation;if(this._isMe(e.initiatorId))f.onLocalSharedMovieInfo(t,e);else{let n=yield this._getExternalIdByParticipantId(e.initiatorId);n&&f.onRemoteSharedMovieInfo(n,e)}this._transport.getTopology()==="SERVER"&&this._transport.getState()==="IDLE"&&this._participantState!==W.CALLED&&this._transport.open(this._transport.allocated(),null,!!((a=this._conversation)!=null&&a.observer),!0)})}_processConnectionSharedMovieInfo(e){return c(this,null,function*(){let t=e.conversation.participants.find(i=>this._isMe(T.composeId(i)));yield this._processSharedMovieInfos(t==null?void 0:t.movieShareInfos)})}_onSharedMovieInfoStopped(e){return c(this,null,function*(){d.log(`Shared movie stopped data received: ${e.notification}`);let{externalId:t}=this._conversation,{initiatorId:i,movieId:a,source:n}=e,o={initiatorId:i,movieId:a,source:n};if(this._isMe(i))f.onLocalSharedMovieStoppedInfo(t,o);else{let u=yield this._getExternalIdByParticipantId(i);u&&f.onRemoteSharedMovieStoppedInfo(u,o)}})}_onFeaturesPerRoleChanged(e){d.log(`Features per role changed: ${e.notification}`),f.onFeaturesPerRoleChanged(e.featuresPerRole)}_waitForStreamIfNeeded(e){var _,E,b;let t=this._matchStreamDescription(e.participantStreamDescription);if(!t||t.mediaType==="ANIMOJI")return;let i=t.participantId,a=this._participants[i];if(l.producerScreenDataChannel&&t.mediaType==="SCREEN"&&!((_=a.mediaSettings)!=null&&_.isFastScreenSharingEnabled))return;let n=Ve(t),o=this._sequenceNumberByStreamDescription.get(n);if(o&&o>e.sequenceNumber){d.warn(`Participant ${t.participantId} received outdated PAT response: sequence number ${e.sequenceNumber}; last sent sequence number for given participant is ${o}`),g.log(v.PAT_OUTDATED_RESPONSE);return}let p=e.streamId,u=e.rtpTimestamp?this._getWaitingTime(p,e.rtpTimestamp):0;if(u<=0){this._streamWaitTimerByStreamDescription.delete(n);let{externalId:k}=this._conversation,A=this._isMe(i);if(!a&&!A){g.log(v.PAT_ERROR,"participantMissing"),d.error(`Could not find participant by ID: ${i}`);return}let X=A?k:a.externalId,j=this._streamByStreamId.get(p);if(!j){g.log(v.PAT_ERROR,"streamNotFound"),d.error(`Could not find stream by ID: ${p}`);return}g.log(v.PAT_ALLOCATED),this._streamIdByStreamDescription.set(n,p);let Z=(E=e.participantStreamDescription)==null?void 0:E.mediaType;if(Z==="STREAM"||Z==="MOVIE"){if((b=e.participantStreamDescription)!=null&&b.streamName){let J={streamName:e.participantStreamDescription.streamName,stream:j,mediaType:Z};A?f.onLocalLive(X,J):f.onRemoteLive(X,J)}}else if(l.producerScreenTrack&&Z==="SCREEN")f.onRemoteScreenStream(a.externalId,j);else if(!A){let J=(l.producerScreenTrack?null:a.secondStream)||j;f.onRemoteStream(a.externalId,J)}}else{d.debug(`Waiting for ${u} until stream ${p} for ${n} is switched`);let k=window.setTimeout(this._waitForStreamIfNeeded.bind(this,e),u);this._streamWaitTimerByStreamDescription.set(n,k)}}_matchStreamDescription(e){if(!e)return null;if(this._streamIdByStreamDescription.has(Ve(e)))return e;let t=e.participantId;if(e.mediaType){let i={participantId:t,mediaType:null};if(this._streamIdByStreamDescription.has(Ve(i)))return i}else{let i={participantId:t,mediaType:"CAMERA"};if(this._streamIdByStreamDescription.has(Ve(i)))return i;let a={participantId:t,mediaType:"SCREEN"};if(this._streamIdByStreamDescription.has(Ve(a)))return a}return d.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?T.includesOneOf(this._conversation.roles,[Je.ADMIN,Je.CREATOR]):!1}_checkAdminRole(){if(this._conversation&&!T.includesOneOf(this._conversation.roles,[Je.ADMIN,Je.CREATOR]))throw new Error("You don't have the required permission")}grantRoles(e,t,i){return c(this,null,function*(){this._checkAdminRole(),yield this._signaling.grantRoles(e,t,i)})}startAsr(e){return c(this,null,function*(){yield this._signaling.startAsr(e)})}stopAsr(){return c(this,null,function*(){yield this._signaling.stopAsr()})}requestAsr(e){return c(this,null,function*(){yield this._signaling.requestAsr(e)})}muteParticipant(){return c(this,arguments,function*(e=null,t,i=[],a=null){this._checkAdminRole(),yield this._signaling.muteParticipant(e,t,i,a)})}enableFeatureForRoles(e,t){return c(this,null,function*(){yield this._signaling.enableFeatureForRoles(e,t)})}pinParticipant(e,t){return c(this,null,function*(){this._checkAdminRole(),yield this._signaling.pinParticipant(e,t)})}updateMediaModifiers(e){return c(this,null,function*(){this._signaling.ready&&this._conversation&&(this._conversation.mediaModifiers=e,yield this._signaling.updateMediaModifiers(e))})}changeOptions(e){return c(this,null,function*(){if(this._signaling.ready&&this._conversation){this._checkAdminRole(),yield this._signaling.changeOptions(e);let t=Lr(this._conversation.options,e);this._onOptionsChanged(t)}})}getWaitingHall(e,t,i){return c(this,null,function*(){if(!this._signaling)return Promise.reject();let a=null;e&&(a=Ca(e));let n=yield this._signaling.getWaitingHall(a,t,i);if(n.error)return Promise.reject(n.message);let o=n.participants||[],p=[],u=[],_=null;return o.length&&(o.forEach(E=>{if(E.externalId){let b=fe.fromSignaling(E.externalId);p.push(b),this._api.cacheExternalId(E.id.id,b)}else u.push(T.decomposeId(E.id.id).id)}),u.length&&!p.length&&(p=yield this._api.getExternalIdsByOkIds(u)),n.hasMore&&(_=Ra(o[o.length-1].id))),{participants:p,pageMarker:_,totalCount:n.totalCount||0}})}promoteParticipant(e,t){return c(this,null,function*(){this._signaling&&(yield this._signaling.promoteParticipant(e,t))})}chatMessage(e,t=null){return c(this,null,function*(){this._signaling.ready&&(yield this._signaling.chatMessage(e,t))})}chatHistory(e){return c(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 a=t.messages[i];yield this._onChatMessage(a)}}})}customData(e,t=null){return c(this,null,function*(){this._signaling.ready&&(yield this._signaling.customData(e,t))})}createJoinLink(){return c(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 c(this,null,function*(){if(this._conversation&&(yield this._api.removeJoinLink(this._conversation.id)).success){delete this._conversation.joinLink;return}return Promise.reject()})}addMovie(a){return c(this,arguments,function*({movieId:e,gain:t,metadata:i}){let n={movieId:e};(t||t===0)&&(n.gain=t),i&&(n.metadata=i);let o=yield this._signaling.addMovie(n);if(o.error)throw new Error(o.error);return{movieId:o.movieId,streamType:o.streamType}})}updateMovie(e){return c(this,null,function*(){let t=yield this._signaling.updateMovie(e);if(t.error)throw new Error(t.error)})}removeMovie(e){return c(this,null,function*(){let t={movieId:e},i=yield this._signaling.removeMovie(t);if(i.error)throw new Error(i.error)})}updateRooms(e,t){return c(this,null,function*(){let i=yield this._signaling.updateRooms(e,t);if(i.error)throw new Error(i.error)})}activateRooms(e,t){return c(this,null,function*(){let i=yield this._signaling.activateRooms(e,t);if(i.error)throw new Error(i.error)})}switchRoom(e,t){return c(this,null,function*(){let i=yield this._signaling.switchRoom(e,t);if(i.error)throw new Error(i.error)})}removeRooms(e){return c(this,null,function*(){let t=yield this._signaling.removeRooms(e);if(t.error)throw new Error(t.error)})}startStream(e=!1,t=null,i=null,a="DIRECT_LINK",n=null,o=null){return c(this,null,function*(){let p={movieId:i,name:t,privacy:a,groupId:n,roomId:o,streamMovie:!e},u=yield this._signaling.startStream(p);if(u.error)return Promise.reject(u.message)})}stopStream(e=null){return c(this,null,function*(){if((yield this._signaling.stopStream({roomId:e})).error)return Promise.reject()})}recordSetRole(e,t,i=null){return c(this,null,function*(){let a=yield this._signaling.recordSetRole(e,t,i);if(a.error)throw new Error(a.error)})}getStreamInfo(){return c(this,null,function*(){let e=yield this._signaling.getRecordStatus();return{movieId:e.recordMovieId,preview:e.recordMoviePreviewUrl}})}setLocalResolution(i){return c(this,arguments,function*({video:e,effect:t}){var a;if(e.width<l.videoMinWidth||e.height<l.videoMinHeight)throw new Error("Sizes received are less than the `videoMinWidth` or `videoMinHeight`");if(t){if(t.width<l.videoMinWidth||t.height<l.videoMinHeight)throw new Error("Sizes of effect received are less than the `videoMinWidth` or `videoMinHeight`");l.videoEffectMaxHeight=t.height,l.videoEffectMaxWidth=t.width}return l.videoMaxWidth=e.width,l.videoMaxHeight=e.height,d.debug("Set local video resolution:",`video ${e.width}x${e.height}`+(t?`, effect ${t.width}x${t.height}`:"")),(a=this._mediaSource)==null?void 0:a.setResolution({video:e,effect:t})})}videoEffect(e){return c(this,null,function*(){var t;return(t=this._mediaSource)==null?void 0:t.videoEffect(e)})}getParticipants(e){return c(this,null,function*(){let t=e.externalIds.map(o=>({id:o.id,type:l.externalUserType})),i=yield this._signaling.getParticipants(t);if(i.error)throw new Error(i.error);let a=i.participants,n=this._transport.getState();return Promise.all(a.map(o=>c(this,null,function*(){var u;let p=T.composeId(o);return this._createParticipant({id:p,externalId:o.externalId&&ue.fromSignaling(o.externalId,o.deviceIdx||0),mediaSettings:_e(o.mediaSettings),participantState:T.mapParticipantState(o),state:o.state,roles:o.roles||[],status:(u=this._getStatusByTransportState(n))!=null?u:"WAITING",muteStates:o.muteStates||{},unmuteOptions:o.unmuteOptions||[],observedIds:o.observedIds||[],markers:this._denormalizeMarkers(p,o.markers)})}))).then(T.mapSharedParticipants)})}getParticipantListChunk(e){return c(this,null,function*(){var p;d.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),a=i.participants.filter(u=>{let _=T.composeId(u);return!this._participants[_]});yield this._registerParticipants(a);let n=(p=this._transport)==null?void 0:p.getState();return i.participants.forEach(u=>{var b,k;let _=T.composeId(u),E=this._participants[_];E.status=(b=this._getStatusByTransportState(n))!=null?b:"WAITING",E.movieShareInfos=u.movieShareInfos,Object.assign(E.mediaSettings,_e(u.mediaSettings)),Object.assign(E.muteStates,u.muteStates),E.unmuteOptions=(k=u.unmuteOptions)!=null?k:E.unmuteOptions,this._openTransport([E],!0)}),this._participantListChunkToExternalChunk(i)})}_getInitialParticiapntListChunk(){return c(this,null,function*(){let e=l.participantListChunkInitIndex,t=l.participantListChunkInitCount,i="GRID",a=yield this._signaling.getParticipantListChunk({listType:i,fromIdx:e,count:t});return d.debug("Get initial participant list chunk",a.chunk),a.chunk})}_onLocalMediaStreamChanged(e){return c(this,null,function*(){var t,i;this._conversation&&(d.debug("Local media stream changed",e.mediaSettings),f.onLocalStreamUpdate(e.mediaSettings,e.kind),this._signaling.ready&&!((t=this._conversation)!=null&&t.waitingHall)&&!((i=this._conversation)!=null&&i.observer)&&(yield this._signaling.changeMediaSettings(e.mediaSettings)))})}_onScreenSharingStatus(e){return c(this,null,function*(){var t,i;if(d.log("Screen sharing changed",e.track,e.mediaSettings),l.consumerScreenTrack){let a=e.track?new MediaStream([e.track]):null;f.onScreenStream(a,e.mediaSettings),this._signaling.ready&&!((t=this._conversation)!=null&&t.waitingHall)&&!((i=this._conversation)!=null&&i.observer)&&(yield this._signaling.changeMediaSettings(e.mediaSettings))}})}_changeRemoteMediaSettings(e,t){d.debug(`Remote media settings changed [${e}]`,t);let{externalId:i}=this._conversation;if(this._isMe(e)){f.onLocalMediaSettings(i,t);return}let n=this._participants[e];if(!n){this._warnParticipantNotInConversation(e);return}n.mediaSettings=t,this._state==="ACTIVE"&&f.onRemoteMediaSettings(n.externalId,t,n.markers),this._specListener&&this._specListener.onChangeRemoteMediaSettings(e,t)}_changeRemoteParticipantState(e,t){d.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&&(d.debug(`Roles for participant [${e.id}] changed: ${e.roles}`),f.onRolesChanged(e.externalId,e.roles))}_onSignalingNotification(e){switch(e.notification){case x.ACCEPTED_CALL:return this._onAcceptedCall(e);case x.HUNGUP:return this._onHungup(e);case x.PARTICIPANT_ADDED:return this._onAddedParticipant(e);case x.PARTICIPANT_JOINED:return this._onJoinedParticipant(e);case x.CLOSED_CONVERSATION:return this._onClosedConversation(e);case x.MEDIA_SETTINGS_CHANGED:return this._onMediaSettingsChanged(e);case x.PARTICIPANT_STATE_CHANGED:return this._onParticipantStateChanged(e);case x.RATE_CALL_DATA:return this._onNeedRate();case x.FEATURE_SET_CHANGED:return this._onFeatureSetChanged(e);case x.MULTIPARTY_CHAT_CREATED:return this._onMultipartyChatCreated(e);case x.FORCE_MEDIA_SETTINGS_CHANGE:return this._onForceMediaSettingsChange(e);case x.SETTINGS_UPDATE:return this._onSettingsUpdate(e);case x.VIDEO_QUALITY_UPDATE:return this._onVideoQualityUpdate(e);case x.REGISTERED_PEER:return this._onPeerRegistered(e);case x.SWITCH_MICRO:return this._onMicSwitched(e);case x.CHAT_MESSAGE:return this._onChatMessage(e);case x.CUSTOM_DATA:return this._onCustomData(e);case x.RECORD_STARTED:return this._onRecordInfo(e.recordInfo,e.roomId);case x.RECORD_STOPPED:return this._onRecordInfo(null,e.roomId);case x.ROLES_CHANGED:return this._onRolesChanged(e.participantId,e.roles||[]);case x.MUTE_PARTICIPANT:return this._onMuteParticipant(e);case x.PIN_PARTICIPANT:return this._onPinParticipant(e.participantId,e.unpin,e.markers);case x.OPTIONS_CHANGED:return this._onOptionsChanged(e.options||[]);case x.PARTICIPANT_SOURCES_UPDATE:return this._onParticipantSourcesUpdate(e.participantUpdateInfos);case x.PROMOTE_PARTICIPANT:return this._onParticipantPromoted(e);case x.CHAT_ROOM_UPDATED:return this._onChatRoomUpdated(e.eventType,e.totalCount,e.firstParticipants);case x.JOIN_LINK_CHANGED:return this._onJoinLinkChanged(e);case x.FEEDBACK:return this._onFeedback(e);case x.MOVIE_UPDATE_NOTIFICATION:return this._onSharedMovieUpdate(e);case x.MOVIE_SHARE_STARTED:return this._onSharedMovieInfoStarted(e);case x.MOVIE_SHARE_STOPPED:return this._onSharedMovieInfoStopped(e);case x.ROOMS_UPDATED:return this._onRoomsUpdated(e);case x.ROOM_UPDATED:return this._onRoomUpdated(e);case x.ROOM_PARTICIPANTS_UPDATED:return this._onRoomParticipantsUpdated(e);case x.FEATURES_PER_ROLE_CHANGED:return this._onFeaturesPerRoleChanged(e);case x.PARTICIPANT_ANIMOJI_CHANGED:return this._onParticipantAnimojiChanged(e);case x.ASR_STARTED:return this._onAsrInfo(e.asrInfo);case x.ASR_STOPPED:return this._onAsrInfo(null)}}_onSignalingReconnect(e){return c(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),a=[];for(let n of e.conversation.participants){let o=T.composeId(n),p=n.roles||[];if(this._isMe(o)){t=_e(n.mediaSettings),Vt(this._conversation.roles,p)||this._onRolesChanged(o,p);continue}a.push(o);let u=this._participants[o];if(!u)yield this._onJoinedParticipant({participantId:n.id,participant:n,mediaSettings:n.mediaSettings});else{let _=_e(n.mediaSettings);ca(_,u.mediaSettings)||this._changeRemoteMediaSettings(o,_);let E=T.mapParticipantState(n),b=u.participantState;T.isEqualParticipantState(E,b)||this._changeRemoteParticipantState(o,E),Vt(p,u.roles)||this._onRolesChanged(u.id,p)}}for(let n of i)a.indexOf(n)<0&&this._removeParticipant(this._participants[n],w.HUNGUP)}this._onMuteParticipant({muteStates:e.conversation.muteStates,unmuteOptions:e.unmuteOptions,mediaOptions:[]},t),this._processRecordInfos(e),this._onOptionsChanged(e.conversation.options)})}_onSignalingFailed(e){d.error("Signaling failed",e),this._close(e)}_onAcceptedCall(e){return c(this,null,function*(){let t=T.composeMessageId(e),i=T.getPeerIdString(e.peerId);if(d.debug(`Participant accepted call [${t}]`),this._conversation&&this._isMe(t)){this._close(new F(w.MISSED),"Call accepted on other device");return}let a=this._participants[t];a||(a=this._registerParticipantInCache(yield this._createParticipant({id:t,mediaSettings:_e(e.mediaSettings)}))),a.state=W.ACCEPTED,a.mediaSettings=_e(e.mediaSettings),this._logWithMediaSettings(v.ACCEPTED_OUTGOING,a.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([a.id],i),this._changeRemoteMediaSettings(t,a.mediaSettings),this._changeRemoteParticipantState(t)})}_onHungup(e){return c(this,null,function*(){d.debug(`Participant hungup [${e.participantId}]`,{reason:e.reason});let t=T.composeMessageId(e);if(this._conversation&&this._isMe(t)){this._close(new F(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===w.REJECTED?W.REJECTED:W.HUNGUP,this._state!=="CLOSE"&&this._removeParticipant(i,w.HUNGUP)})}_onAddedParticipant(e){return c(this,null,function*(){var a,n;d.debug(`Participant added [${e.participantId}]`);let t=T.composeMessageId(e),i=this._participants[t];if(i&&i.state!==W.HUNGUP&&i.state!==W.REJECTED){d.debug(`Participant [${t}] is already in conversation and is active`);return}i||(i=this._registerParticipantInCache(yield this._createParticipant({id:t,externalId:e.participant.externalId&&ue.fromSignaling(e.participant.externalId,e.participant.deviceIdx||0),mediaSettings:_e(e.participant.mediaSettings),state:e.participant.state,participantState:T.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=_e((a=e.participant)==null?void 0:a.mediaSettings),i.participantState=T.mapParticipantState(e.participant),i.roles=((n=e.participant)==null?void 0:n.roles)||[],this._setParticipantsStatus([i],"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 c(this,null,function*(){var a,n;d.debug(`Participant joined [${e.participantId}]`);let t=T.composeMessageId(e),i=this._participants[t];if(i&&i.state===W.ACCEPTED){d.warn(`Participant [${t}] is already in conversation and is active`);return}i||(i=this._registerParticipantInCache(yield this._createParticipant({id:t,externalId:e.participant.externalId&&ue.fromSignaling(e.participant.externalId,e.participant.deviceIdx||0),mediaSettings:_e(e.participant.mediaSettings),state:e.participant.state,participantState:T.mapParticipantState(e.participant),roles:e.participant.roles||[],muteStates:e.participant.muteStates||{},movieShareInfos:e.participant.movieShareInfos,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=_e(e.mediaSettings),i.participantState=T.mapParticipantState(e.participant),i.roles=e.participant.roles||[],(a=this._transport)!=null&&a.isAllocated(i.id)?this._setParticipantsStatus([i],"CONNECTED"):this._setParticipantsStatus([i],"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&&n.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),yield this._processSharedMovieInfos(i.movieShareInfos)})}_onClosedConversation(e){this._toggleJoinAvailability(),this._close(new F(e.reason,{remote:!0}))}_onMediaSettingsChanged(e){return c(this,null,function*(){let t=T.composeMessageId(e);yield this._registerParticipantAndSetMarkersIfChunkEnabled(t,e.markers),this._changeRemoteMediaSettings(t,_e(e.mediaSettings))})}_onParticipantStateChanged(e){return c(this,null,function*(){let t=T.composeMessageId(e);yield this._registerParticipantAndSetMarkersIfChunkEnabled(t,e.markers),this._changeRemoteParticipantState(t,T.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 c(this,null,function*(){if(!this._mediaSource)return;let t=this._mediaSource.getMediaSettings(),i=_e(e.mediaSettings);t.isAudioEnabled!==i.isAudioEnabled&&(yield this._mediaSource.toggleAudio(i.isAudioEnabled)),t.isVideoEnabled!==i.isVideoEnabled&&(yield this._mediaSource.toggleVideo(i.isVideoEnabled)),l.consumerScreenTrack&&t.isScreenSharingEnabled!==i.isScreenSharingEnabled&&(yield this._mediaSource.toggleScreenCapturing({captureScreen:i.isScreenSharingEnabled,fastScreenSharing:i.isFastScreenSharingEnabled,captureAudio:i.isAudioSharingEnabled}))})}_onSettingsUpdate(e){d.debug("Got settings update notification",e);let t={camera:e.camera,screenSharing:e.screenSharing};this._serverSettings=fr(this._serverSettings,t),this._transport&&this._transport.updateSettings(this._serverSettings)}_onVideoQualityUpdate(e){d.debug("Got video quality update notification",e);let t=Math.round(e.quality.maxBitrate/1024),i=e.quality.maxDimension,a={camera:Object.assign({},this._serverSettings.camera,{maxBitrateK:t,maxDimension:i}),screenSharing:null};this._serverSettings=fr(this._serverSettings,a),this._transport&&this._transport.updateSettings(this._serverSettings)}_onPeerRegistered(e){let t=T.composeMessageId(e);this._participants[t]&&(this._participants[t].clientType=e.clientType,this._participants[t].platform=e.platform)}_onMicSwitched(e){return c(this,null,function*(){f.onDeviceSwitched(de.AUDIO,!e.mute),yield this.toggleLocalAudio(!e.mute)})}_onChatMessage(e){return c(this,null,function*(){let t=T.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 c(this,null,function*(){if(e.data.hasOwnProperty("sdk"))return;let t=T.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,t=null){return c(this,null,function*(){var n;if(!this._conversation)return;let i=this._conversation.recordsInfoByRoom.get(t),a=!1;if(!i!=!e?a=!0:i&&e&&(a=i.recordMovieId!==e.recordMovieId),a)if(this._conversation.recordsInfoByRoom.set(t,e),e){let o=yield this._getParticipantId(e.initiator);f.onRecordStarted(o,e.recordMovieId,e.recordStartTime,e.recordType,e.recordExternalMovieId,e.recordExternalOwnerId,t)}else f.onRecordStopped(t);e&&this._transport.getTopology()==="SERVER"&&this._participantState!==W.CALLED&&this._transport.open(this._transport.allocated(),null,!!((n=this._conversation)!=null&&n.observer),!0)})}_changeRecordInfoForRoom(){return c(this,null,function*(){if(!this._conversation)return;let e=this._conversation.roomId,t=this._conversation.recordsInfoByRoom.get(e);if(t){let i=yield this._getParticipantId(t.initiator);f.onRecordStarted(i,t.recordMovieId,t.recordStartTime,t.recordType,t.recordExternalMovieId,t.recordExternalOwnerId,e)}else f.onRecordStopped(e)})}_onParticipantAnimojiChanged(e){return c(this,null,function*(){if(this._conversation){let t=yield this._getParticipantId(e.participantId);f.onParticipantVmojiUpdate(t)}})}_onAsrInfo(e){return c(this,null,function*(){if(!this._conversation)return;let t=!1;if(!this._conversation.asrInfo!=!e?t=!0:this._conversation.asrInfo&&e&&(t=this._conversation.asrInfo.movieId!==e.movieId),t)if(e){let i=yield this._getParticipantId(e.initiatorId);f.onAsrStarted(i,e.movieId)}else f.onAsrStopped();this._conversation.asrInfo=e})}_onAsrTranscription(e){return c(this,null,function*(){if(!this._conversation)return;let t=yield this._getParticipantId(e.participantId);f.onAsrTranscription(t,e.text,e.timestamp,e.duration)})}_onRolesChanged(e,t){if(this._conversation&&this._isMe(e)&&!Vt(this._conversation.roles,t)){d.debug(`Local roles changed: ${t}`),this._conversation.roles=t,f.onLocalRolesChanged(t),this._processMuteState({mediaOptions:Dt(this._getMuteStatesForCurrentRoom(),ke.MUTE_PERMANENT),stateUpdated:!0}),T.includesOneOf(t,[Je.ADMIN,Je.CREATOR])&&this._refreshRooms(!0);return}let i=this._participants[e];i&&!Vt(i.roles,t)&&(d.debug(`Roles for participant [${e}] changed: ${t}`),i.roles=t,f.onRolesChanged(i.externalId,t))}_onMuteParticipant(e,t=null){return c(this,null,function*(){var _;if(!this._conversation)return;let i=(_=e.roomId)!=null?_:null,a=e.muteStates||{},n=e.unmuteOptions||[],o=e.mediaOptions||[],p=e.adminId?this._participants[e.adminId]:null;if(e.participantId&&!this._isMe(e.participantId)){if(!this._isCallAdmin()){d.warn(`Not admin got mute states for participant [${e.participantId}]`);return}let E=this._participants[e.participantId];E&&(d.debug(`Mute states for participant [${e.participantId}] changed`,a),f.onMuteStates(a,n,o,e.muteAll,e.unmute,E.externalId,p==null?void 0:p.externalId,e.stateUpdated,e.requestedMedia,e.roomId));return}let u=this._getMuteStatesForRoomId(i);if(!(T.isObjectsEquals(u,a)&&T.isArraysEquals(this._conversation.unmuteOptions,n)&&!o.length)){if(this._setMuteStatesForRoomId(a,i),this._conversation.unmuteOptions=n,this._isMe(e.adminId)){e.muteAll&&f.onMuteStates(a,n,o,e.muteAll,e.unmute,null,this._conversation.externalId,e.stateUpdated,e.requestedMedia,e.roomId);return}yield this._processMuteState({mediaOptions:o,muteAll:e.muteAll,unmute:e.unmute,serverSettings:t,admin:p,stateUpdated:e.stateUpdated,requestedMedia:e.requestedMedia,roomId:e.roomId})}})}_changeMuteStatesForRoom(e,t){if(!this._conversation)return;this._conversation.unmuteOptions=[];let i=this._getMuteStatesForRoomId(t),a=this._getMuteStatesForRoomId(e),n=Object.keys(i),o=Object.keys(a);this._processMuteState({mediaOptions:Array.from(new Set([...n,...o])),roomId:e,muteAll:!0,stateUpdated:!0})}_processMuteState(_){return c(this,arguments,function*({mediaOptions:e=[],muteAll:t=!1,unmute:i=!1,serverSettings:a=null,admin:n=null,stateUpdated:o,requestedMedia:p,roomId:u=null}){if(!this._conversation||!this._mediaSource||this._participantState!==W.ACCEPTED)return;let E=Object.assign({},this._getMuteStatesForRoomId(u)),b=this._conversation.unmuteOptions,k=this._mediaSource.getMediaSettings(),A=Object.entries(E);for(let[X,j]of A)if(!(j!==ke.MUTE&&j!==ke.MUTE_PERMANENT)&&(this._isCallAdmin()&&j===ke.MUTE_PERMANENT&&!t&&(E[X]=ke.MUTE),!(!e.includes(X)||i)))switch(X){case de.VIDEO:k.isVideoEnabled&&!(a!=null&&a.isVideoEnabled)&&(f.onDeviceSwitched(de.VIDEO,!1),yield this.toggleLocalVideo(!1));break;case de.AUDIO:k.isAudioEnabled&&!(a!=null&&a.isAudioEnabled)&&(f.onDeviceSwitched(de.AUDIO,!1),yield this.toggleLocalAudio(!1));break;case de.SCREEN_SHARING:k.isScreenSharingEnabled&&!(a!=null&&a.isScreenSharingEnabled)&&(f.onDeviceSwitched(de.SCREEN_SHARING,!1),yield this.disableScreenCapturing());break;case de.AUDIO_SHARING:k.isAudioSharingEnabled&&!(a!=null&&a.isAudioSharingEnabled)&&(f.onDeviceSwitched(de.AUDIO_SHARING,!1),yield this.toggleScreenCapturing({captureScreen:k.isScreenSharingEnabled,fastScreenSharing:k.isFastScreenSharingEnabled,captureAudio:!1}));break}f.onMuteStates(E,b,e,t,i,null,n==null?void 0:n.externalId,o,p,u)})}_onPinParticipant(e,t=!1,i){return c(this,null,function*(){if(!this._conversation)return;let a=this._conversation.pinnedParticipantId;if(a&&a!==e)if(this._isMe(a))f.onLocalPin(!0);else{let n=yield this._getExternalIdByParticipantId(a);n&&f.onPinnedParticipant(n,!0,this._denormalizeMarkers(e,i))}if(this._isMe(e))f.onLocalPin(t);else{let n=yield this._getExternalIdByParticipantId(e);n&&f.onPinnedParticipant(n,t,this._denormalizeMarkers(e,i))}this._conversation.pinnedParticipantId=t?null:e})}_onOptionsChanged(e){this._conversation&&!xr(this._conversation.options,e)&&(this._conversation.options=e,f.onOptionsChanged(e))}_onNetworkStatus(e){if(this._conversation){let t=[];for(let[i,a]of Object.entries(e)){let n;if(this._isMe(i)||i==="")n=this._conversation.networkRating;else if(this._participants[i])n=this._participants[i].networkRating;else continue;if(n!==a)if(this._isMe(i)||i==="")this._conversation.networkRating=a,f.onLocalNetworkStatusChanged(a);else{let o=this._participants[i];o.networkRating=a,t.push({uid:o.externalId,rating:a})}}if(t.length===0)return;d.log("Received network status update: ",e),f.onNetworkStatusChanged(t)}}_onRemoteStreamSecond(e,t){let i=this._participants[e];if(i){if(l.producerScreenTrack){f.onRemoteScreenStream(i.externalId,t);return}if(i.secondStream=t,l.videoTracksCount>0){let a=e;if(!this._streamIdByStreamDescription.has(a)){d.error("Received remote stream notification for a participant that has no track associated with it",a);return}let n=this._streamIdByStreamDescription.get(a);if(!n||this._streamWaitTimerByStreamDescription.has(a)){d.log("Delaying secondary stream start/stop until main stream becomes available",a);return}let o=this._streamByStreamId.get(n);if(!o){g.log(v.PAT_ERROR,"streamNotFound"),d.error(`Could not find stream by ID: ${n}`);return}f.onRemoteStream(i.externalId,i.secondStream||o)}else{let a=t||i.remoteStream;a&&f.onRemoteStream(i.externalId,a)}}}_onAnimojiStream(e,t){if(this._isMe(e)){f.onVmojiStream(t,this._mediaSource.getMediaSettings());return}let i=this._participants[e];i&&f.onRemoteVmojiStream(i.externalId,t)}_onPeerConnectionClosed(e){e==="SERVER"&&this._cleanupParticipantAgnosticStreams()}_changeFeatureSet(){if(this._conversation){let e=this._state==="ACTIVE",t=this._conversation.features.includes(Hi.ADD_PARTICIPANT);f.onCallState(e,t,this._conversation)}}_changeNeedRate(){this._conversation&&this._conversation.needRate&&f.onRateNeeded()}_onVolumesDetected(e){let t=[];for(let[i,a]of Object.entries(e)){let n=this._participants[i];n&&n.externalId&&t.push({uid:n.externalId,volume:a.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 c(this,null,function*(){d.debug(`Transport state has changed: ${t}`,e);let i=this._getStatusByTransportState(t);if(!i)return;let a=e.reduce((n,o)=>{if(o in this._participants){let p=this._participants[o];n.push(p),t==="CONNECTED"&&(p.remoteStream||(p.mediaSettings&&this._changeRemoteMediaSettings(o,p.mediaSettings),this._changeRemoteParticipantState(o,p.participantState)),this._updateDisplayLayoutFromCache(o))}else this._warnParticipantNotInConversation(o);return n},[]);a.length&&this._setParticipantsStatus(a,i)})}_onTransportLocalStateChanged(e){return c(this,null,function*(){var t;if(d.debug(`Local transport state has changed: ${e}`),e==="CONNECTED"&&(f.onLocalStatus("CONNECTED"),((t=this._transport)==null?void 0:t.getTopology())==="SERVER")){let i=Object.values(this._myLastRequestedLayouts);yield this.updateDisplayLayout(i)}e==="CONNECTING"&&f.onLocalStatus("CONNECTING"),e==="RECONNECTING"&&f.onLocalStatus("RECONNECT"),e==="FAILED"&&this._transport&&this._transport.allocated().length===0&&(this._signaling.ready&&(yield this._signaling.hangup(w.FAILED)),this._close(new F(w.FAILED),"Transport failed"))})}_onRemoteTrackAdded(e,t,i){return c(this,null,function*(){if(e.endsWith(Oe.AUDIO_MIX))d.debug("Remote audio mix track added"),this._audioOutput.add(i),f.onRemoteMixedAudioStream(t);else if(e.startsWith(Oe.PARTICIPANT_AGNOSTIC_TRACK_PREFIX))d.debug(`Participant-agnostic track added: ${e}`),this._streamByStreamId.set(e,t);else{d.debug(`Remote track added on the participant [${e}]`,{kind:i.kind});let a=this._participants[e];if(a||(d.warn(`Conversation: track added before participant [${e}]`),a=this._registerParticipantInCache(yield this._createParticipant({id:e})),this._setParticipantsStatus([a],"WAITING"),this._activeSpeakerId===e&&this._lastSignalledActiveSpeakerId!==e&&(f.onSpeakerChanged(a.externalId),this._lastSignalledActiveSpeakerId=e)),this._transport&&!this._transport.isAllocated(a.id)&&this._transport.allocate(a.id,!1),i.kind==="audio"&&(this._audioOutput.add(i),l.preserveAudioTracks||t.removeTrack(i)),a.remoteStream!==t){if(a.remoteStream=t,a.secondStream)return;f.onRemoteStream(a.externalId,t)}a.mediaSettings&&this._changeRemoteMediaSettings(e,a.mediaSettings),l.batchParticipantsOnStart||this._changeRemoteParticipantState(e,a.participantState)}})}_onRemoteTrackRemoved(e,t,i){switch(d.debug(`[${e}] remote track (removed)`,{track:i}),i.kind){case"audio":this._removeAudioTrack(e,t,i);break;case"video":case"screen":this._removeVideoTrack(e,t,i);break}}_removeAudioTrack(e,t,i){if(e!==Oe.AUDIO_MIX){let a=this._participants[e];if(!a||a.remoteStream&&a.remoteStream!==t)return}this._audioOutput.remove(i)}_removeVideoTrack(e,t,i){}_onTopologyChanged(e){e==="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 a in this._participants)if(this._participants.hasOwnProperty(a)){let n=this._participants[a];e||this._lastStalled[a]?t.push(n):i.push(n)}t.length&&this._setParticipantsStatus(t,"RECONNECT"),i.length&&this._setParticipantsStatus(i,"CONNECTED")}_onRemoteSignalledStall(e){let t={},i=[],a=[];e.forEach(n=>{if(t[n]=!0,!this._lastStalled[n]){let o=this._participants[n];o&&!this._remoteAllStalled&&i.push(o)}delete this._lastStalled[n]}),Object.keys(this._lastStalled).forEach(n=>{let o=this._participants[n];o&&!this._remoteAllStalled&&a.push(o)}),i.length&&this._setParticipantsStatus(i,"RECONNECT"),a.length&&this._setParticipantsStatus(a,"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&&t.getMediaSettings().isAudioEnabled)||this._audioFix.fix(e)}_toggleJoinAvailability(){let e=this._conversation&&this._conversation.chatId,t=e&&this._state!=="CLOSE"||!1;e&&(d.debug("Toggle join availability",{available:t,chatId:e}),f.onJoinStatus(t,e))}_updateDisplayLayoutFromCache(e){return c(this,null,function*(){var i;if(((i=this._transport)==null?void 0:i.getTopology())!=="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 a=e.reduce((n,o)=>(o.status!==t&&(o.status=t,l.batchParticipantsOnStart?n.push(o.externalId):f.onParticipantStatus(o.externalId,t,i)),n),[]);a.length&&l.batchParticipantsOnStart&&f.onRemoteStatus(a,t,i)}_onJoinLinkChanged(e){f.onJoinLinkChanged(e.joinLink)}_onRoomsUpdated(e){return c(this,null,function*(){var i,a;let t={};for(let n of Object.keys(Ft)){let o=e.updates[n];o&&(t[n]={rooms:yield Promise.all(((a=(i=o==null?void 0:o.rooms)==null?void 0:i.map)==null?void 0:a.call(i,this._convertRoomToExternal.bind(this)))||[]),roomIds:o==null?void 0:o.roomIds,deactivated:o==null?void 0:o.deactivated})}f.onRoomsUpdated(t)})}_onRoomUpdated(e){return c(this,null,function*(){let t=yield this._convertRoomToExternal(e.room);e.events.some(i=>i===Ft.UPDATE)&&(e.muteStates!==void 0&&this._setMuteStatesForRoomId(e.muteStates,e.roomId),e.recordInfo!==void 0&&this._conversation.recordsInfoByRoom.set(e.roomId,e.recordInfo)),f.onRoomUpdated(e.events,e.roomId,t,e.deactivate)})}_convertRoomToExternal(e){return c(this,null,function*(){var n,o,p,u,_,E;if(!e)return null;let[t,i,a]=yield Promise.all([Promise.all(((o=(n=e==null?void 0:e.participantIds)==null?void 0:n.map)==null?void 0:o.call(n,this._getExternalIdByParticipantId.bind(this)))||[]),Promise.all(((u=(p=e==null?void 0:e.addParticipantIds)==null?void 0:p.map)==null?void 0:u.call(p,this._getExternalIdByParticipantId.bind(this)))||[]),Promise.all(((E=(_=e==null?void 0:e.removeParticipantIds)==null?void 0:_.map)==null?void 0:E.call(_,this._getExternalIdByParticipantId.bind(this)))||[])]);return{id:e.id,name:e.name,participantCount:e.participantCount,participantIds:t,addParticipantIds:i,removeParticipantIds:a,participants:e.participants,active:e.active,muteStates:e.muteStates}})}_onRoomParticipantsUpdated(e){return c(this,null,function*(){var E,b,k,A,X;let t=this._transport.getState(),i=(E=e.roomId)!=null?E:null,[a,n]=yield Promise.all([Promise.all(((k=(b=e.addedParticipantIds)==null?void 0:b.map)==null?void 0:k.call(b,this._getExternalIdByParticipantId.bind(this)))||[]),Promise.all(((X=(A=e==null?void 0:e.addedParticipants)==null?void 0:A.map)==null?void 0:X.call(A,j=>c(this,null,function*(){var J;let Z=T.composeId(j);return this._createParticipant({id:Z,externalId:j.externalId&&ue.fromSignaling(j.externalId,j.deviceIdx||0),mediaSettings:_e(j.mediaSettings),participantState:T.mapParticipantState(j),state:j.state,roles:j.roles||[],status:(J=this._getStatusByTransportState(t))!=null?J:"WAITING",muteStates:j.muteStates||{},unmuteOptions:j.unmuteOptions||[],observedIds:j.observedIds||[],markers:this._denormalizeMarkers(Z,j.markers)})})))||[])]),o=!1;for(let j of n)j.id===this._conversation.compositeUserId&&(o=!0),this._registerParticipantInCache(j);this._openTransport(n,!0);let p=[],u=[];if(e!=null&&e.removedParticipantMarkers){for(let j of e.removedParticipantMarkers)j.GRID&&u.push(this._getExternalIdByParticipantId(j.GRID.id));p=yield Promise.all(u)}o&&(yield this._onRoomSwitched(i));let _={roomId:i,participantCount:e.participantCount,addedParticipantIds:a,addedParticipants:T.mapSharedParticipants(n),removedParticipantMarkers:e==null?void 0:e.removedParticipantMarkers,removedParticipantIds:p};f.onRoomParticipantsUpdated(_)})}_onRoomSwitched(e,t=!1){return c(this,null,function*(){if(!this._conversation||this._conversation.roomId===e)return;let i=this._conversation.roomId;if(this._conversation.roomId=e,t){f.onRoomStart(e);return}f.onRoomSwitched(e),e!==null&&!this._isCallAdmin()&&(yield this._refreshRooms(!1)),this._changeRecordInfoForRoom(),this._changeMuteStatesForRoom(e,i)})}_refreshRooms(e){return c(this,null,function*(){var a,n;let i=(n=(a=(yield this._signaling.getRooms(e)).rooms)==null?void 0:a.rooms)!=null?n:[];for(let o of i)this._setMuteStatesForRoomId(o.muteStates,o.id),this._conversation.recordsInfoByRoom.set(o.id,o.recordInfo);e&&f.onRoomsUpdated({[Ft.UPDATE]:{rooms:yield Promise.all(i.map(this._convertRoomToExternal.bind(this)))}})})}_onFeedback(e){return c(this,null,function*(){let t=n=>c(this,null,function*(){return(yield this._registerParticipantAndSetMarkersIfChunkEnabled(n)).externalId}),i=e.feedback.map(n=>c(this,null,function*(){let o=n.items.map(u=>c(this,null,function*(){if(u.participantId===this._conversation.compositeUserId)return Promise.resolve($e(Re({},u),{participantId:this._conversation.externalId}));let _=yield t(u.participantId);return $e(Re({},u),{participantId:_})})),p=yield Promise.all(o);return $e(Re({},n),{items:p})})),a=yield Promise.all(i);f.onFeedback(a,e.roomId)})}_isMe(e){var t;return e===((t=this._conversation)==null?void 0:t.compositeUserId)}_getMuteStatesForRoomId(e=null){var i;return(i=this._conversation.muteStates.get(e))!=null?i:{}}_getMuteStatesForCurrentRoom(){return this._getMuteStatesForRoomId(this._conversation.roomId)}_setMuteStatesForRoomId(e={},t=null){this._conversation.muteStates.set(t,e)}},U=G;U._delayedHangup=!1;var ei=class extends Error{constructor(e,t){super(e);Object.setPrototypeOf(this,ei.prototype),this.participantErrors=t}};var Lt,ti=null;function Qn(){return c(this,null,function*(){var s;if(l.apiEnv!=="AUTO")return l.apiEndpoint;try{let r=atob("aHR0cHM6Ly9kbnMuZ29vZ2xlL3Jlc29sdmU/bmFtZT12aWRlby5fZW5kcG9pbnQub2sucnUmdHlwZT1UWFQ="),t=yield(yield fetch(r,{method:"GET",mode:"cors",cache:"no-cache"})).json(),i=(s=t==null?void 0:t.Answer[0])==null?void 0:s.data;if(!i)throw new Error("Wrong DNS response");return d.debug("Resolved API endpoint",i),i}catch(r){return d.warn("Failed to resolve API endpoint using DNS, default is used",r),l.apiEndpoint}})}function Ma(){return c(this,null,function*(){return Lt||ti||(ti=Qn(),Lt=yield ti,ti=null,Lt)})}function Aa(){if(!l.apiKey)throw new F(ae.API,{message:"Required argument apiAppKey not passed"})}function vr(t){return c(this,arguments,function*(s,r={},e=!1){if(!window.Blob||!window.navigator.sendBeacon)return;yield Ma();let i=ka(s,r,e),a=new window.Blob([i],{type:"application/x-www-form-urlencoded"});window.navigator.sendBeacon(`${Lt}/fb.do`,a)})}function Da(t){return c(this,arguments,function*(s,r={},e=!1){yield Ma();let i=ka(s,r,e);return Xn(i)})}function Xn(s){return c(this,null,function*(){return new Promise((r,e)=>{let t=new XMLHttpRequest;t.open("POST",`${Lt}/fb.do`,!0),t.setRequestHeader("Content-type","application/x-www-form-urlencoded"),t.onreadystatechange=()=>{if(t.readyState!==XMLHttpRequest.DONE)return;let i;try{i=JSON.parse(t.responseText)}catch(a){i={result:t.responseText}}t.status!==200||i.hasOwnProperty("error_msg")?e(i):r(i)},t.send(s)})})}function ka(s,r={},e=!1){r.method=s,r.format="JSON",r.application_key||(r.application_key=l.apiKey),e||(ne.sessionKey?r.session_key=ne.sessionKey:ne.accessToken&&(r.access_token=ne.accessToken));for(let[i,a]of Object.entries(r))typeof a=="object"&&(r[i]=JSON.stringify(a));let t="";for(let[i,a]of Object.entries(r))t&&(t+="&"),t+=`${i}=${encodeURIComponent(a)}`;return t}var es=10,ts=700,is=3e3,ii=class extends St{constructor(){super(...arguments);this._userId=null;this._externalUidsCache=new Map;this._extrnalUidsBatch=new Set;this._extrnalUidsBatchTimeout=null}_callUnsafe(a){return c(this,arguments,function*(e,t={},i=!1){let n=o=>c(this,null,function*(){try{return yield Da(e,t,i)}catch(p){if(!p.hasOwnProperty("error_msg")&&(o++,d.debug(`${e} network error, attempt ${o}...`),o<es))return yield T.delay(Math.min(o*ts,is)),n(o);throw d.warn(e,"error",p),p}});return n(0)})}_call(a){return c(this,arguments,function*(e,t={},i=!1){try{return yield this._callUnsafe(e,t,i)}catch(n){d.warn("Api call error",n);let o=ae.API;switch(n.error_code){case 102:case 103:case 104:return yield this.authorize(),this._callUnsafe(e,t,i);case 1101:o=w.SERVICE_DISABLED;break;case 1102:o=w.CALLEE_IS_OFFLINE;break;case 1103:o=w.NOT_FRIENDS;break;case 1104:case 1106:o=w.EXTERNAL_API_ERROR;break;case 1113:o=w.CALLER_IS_REJECTED;break}throw new F(o,{message:n.error_msg,code:n.error_code})}})}userId(e){return c(this,null,function*(){let t=T.decomposeId(e).id;return ne.isEmpty()?fe.fromId(String(t)):(yield this._prepareUserIdsByOkIdsBatched([t]),fe.fromString(this._externalUidsCache.get(t)))})}prepareUserIds(e){return c(this,null,function*(){ne.isEmpty()||(yield this._prepareUserIdsByOkIdsBatched(e))})}_prepareUserIdsByOkIdsBatched(e){return e.some(i=>!this._externalUidsCache.has(i))?(e.forEach(i=>this._extrnalUidsBatch.add(i)),this._extrnalUidsBatchTimeout||(this._extrnalUidsBatchPromise=new Promise(i=>{this._extrnalUidsBatchTimeout=window.setTimeout(()=>{if(this._extrnalUidsBatch.size>0){let a=[...this._extrnalUidsBatch];this._extrnalUidsBatch.clear(),this._getExternalIdsByOkIds(a).then(n=>{for(let o in n)n.hasOwnProperty(o)&&this._externalUidsCache.set(parseInt(o,10),n[o]);i()})}this._extrnalUidsBatchTimeout=null},l.api.userIdsByOkBatchedTimeout)})),this._extrnalUidsBatchPromise):Promise.resolve()}authorize(){return c(this,null,function*(){if(!this._uuid){let t=ze.get("uuid");t||(t=T.uuid(),ze.set("uuid",t)),this._uuid=String(t)}let e={session_data:{version:2,device_id:this._uuid,client_version:l.appVersion,client_type:"SDK_JS"}};return l.authToken&&(e.session_data.auth_token=l.authToken,e.session_data.version=3),this._callUnsafe("auth.anonymLogin",e,!0).then(t=>{t.uid&&(this._userId=Number(t.uid)),ne.sessionKey=t.session_key,ne.sessionSecretKey=t.session_secret_key}).catch(t=>{throw t.error_code===401&&f.onTokenExpired(),new F(ae.AUTH,{message:t.error_msg,code:t.error_code})})})}log(e){let t={collector:"ok.mobile.apps.video",data:JSON.stringify({application:`${l.appName}:${l.sdkVersion}`,platform:l.platform,items:e})};vr("log.externalLog",t)}init(){Aa()}joinConversation(e,t=!1,i){return c(this,null,function*(){let a={conversationId:e,isVideo:t,protocolVersion:l.protocolVersion};return i&&(a.chatId=i),this._call("vchat.joinConversation",a)})}createConversation(n){return c(this,arguments,function*(e,t="",i=!1,{onlyAdminCanShareMovie:a}={}){let o=this._preareStartConversationData({conversationId:e,isVideo:!1,joiningAllowed:!0,payload:t,requireAuthToJoin:i,onlyAdminCanShareMovie:a});return this._startConversation(o)})}startConversation(_,E,b){return c(this,arguments,function*(e,t,i,a=!1,n="",o=!1,p=!1,{onlyAdminCanShareMovie:u}={}){let k=this._preareStartConversationData({conversationId:e,isVideo:a,joiningAllowed:o,payload:n,requireAuthToJoin:p,onlyAdminCanShareMovie:u});if(t&&t.length)switch(i){case Ge.USER:k.uids=t.join(",");break;case Ge.GROUP:k.gid=t[0];break;case Ge.CHAT:k.chatId=t[0];break}return this._startConversation(k)})}_preareStartConversationData({conversationId:e,isVideo:t,payload:i="",joiningAllowed:a=!1,requireAuthToJoin:n=!1,onlyAdminCanShareMovie:o}){let p={conversationId:e,isVideo:t,protocolVersion:l.protocolVersion};return a&&(p.createJoinLink=!0),i&&(p.payload=i),l.domain&&(p.domainId=l.domain),l.externalDomain&&(p.externalDomain=l.externalDomain),n&&(p.requireAuthToJoin=!0),o!==void 0&&(p.onlyAdminCanShareMovie=o),p}_startConversation(e){return c(this,null,function*(){return this._call("vchat.startConversation",e)})}createJoinLink(e){return c(this,null,function*(){return this._call("vchat.createJoinLink",{conversationId:e})})}removeJoinLink(e){return c(this,null,function*(){return this._call("vchat.removeJoinLink",{conversationId:e})})}getAnonymTokenByLink(e,t){return c(this,null,function*(){let i={joinLink:e};t&&(i.anonymName=t);let a=yield this._call("vchat.getAnonymTokenByLink",i);return this._userId=Number(a.uid),a.token})}joinConversationByLink(e,t=!1,i,a){return c(this,null,function*(){let n={joinLink:e,isVideo:t,protocolVersion:l.protocolVersion};return i!=null&&i.length&&(n.observedIds=i.join(",")),l.anonymToken&&(n.anonymToken=l.anonymToken),a&&(n.payload=a),this._call("vchat.joinConversationByLink",n)})}getOkIdsByExternalIds(e){return c(this,null,function*(){let t=fe.fromIds(e),i=[],a={methods:[]},n=[],o=[...this._externalUidsCache.keys()],p=[...this._externalUidsCache.values()];for(let _ of t){let E=fe.toString(_),b=p.indexOf(E);b>-1?i.push(Number(o[b])):(n.push(E),a.methods.push({"vchat.getOkIdByExternalId":{params:{externalId:_.id,anonym:_.type==="ANONYM"},onError:"SKIP"}}))}return a.methods.length&&(yield this._call("batch.executeV2",a)).forEach((_,E)=>{if(_.ok){let b=Number(_.ok.ok_id);this._externalUidsCache.set(b,n[E]),i.push(b)}}),i})}getExternalIdsByOkIds(e){return c(this,null,function*(){let t=[],i=[];for(let n of e)this._externalUidsCache.has(n)?t.push(fe.fromString(this._externalUidsCache.get(n))):i.push(n);if(!i.length)return t;let a=yield this._getExternalIdsByOkIds(i);for(let n in a)a.hasOwnProperty(n)&&this._externalUidsCache.set(parseInt(n,10),a[n]);for(let n of i)a.hasOwnProperty(n)&&t.push(fe.fromString(a[n]));return t})}getCachedOkIdByExternalId(e){let t=[...this._externalUidsCache.keys()],i=[...this._externalUidsCache.values()],a=fe.toString(e),n=i.indexOf(a);return n>-1?T.composeUserId(t[n],z.USER):null}cacheExternalId(e,t){let i=T.decomposeId(e).id;this._externalUidsCache.set(i,fe.toString(t))}getConversationParams(e){return c(this,null,function*(){let t={};return l.anonymToken&&(t.anonymToken=l.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:w.HUNGUP};l.anonymToken&&(t.anonymToken=l.anonymToken),vr("vchat.hangupConversation",t)}removeHistoryRecords(e){return c(this,null,function*(){yield this._call("vchat.removeHistoryRecords",{recordIds:e.join(",")})})}cleanup(){}_getExternalIdsByOkIds(e){return c(this,null,function*(){let t={};try{let i=yield this._call("vchat.getExternalIdsByOkIds",{uids:e.join(",")});if(i.external_ids)for(let[a,n]of Object.entries(i.external_ids))t[a]=fe.fromIdToString(n,"USER");if(i.anonym_ids)for(let[a,n]of Object.entries(i.anonym_ids))t[a]=fe.fromIdToString(n,"ANONYM");return t}catch(i){return t}})}};var ki=class{requestAsr(r){let e=new ArrayBuffer(2),t=new DataView(e);return t.setUint8(0,1),t.setUint8(1,r?0:1),e}};import{Any as as,Arr as wa,Int as q,Nil as gt,Str as ns}from"messagepack";var Oa=(N=>(N.RECOVER="recover",N.ACCEPT_CALL="accept-call",N.ADD_PARTICIPANT="add-participant",N.REMOVE_PARTICIPANT="remove-participant",N.HANGUP="hangup",N.TRANSMIT_DATA="transmit-data",N.ACCEPT_PRODUCER="accept-producer",N.ALLOCATE_CONSUMER="allocate-consumer",N.CHANGE_MEDIA_SETTINGS="change-media-settings",N.CHANGE_PARTICIPANT_STATE="change-participant-state",N.CHANGE_STREAM_PRIORITIES="change-streams-priorities",N.UPDATE_DISPLAY_LAYOUT="update-display-layout",N.REPORT_PERF_STAT="report-perf-stat",N.REPORT_SHARING_STAT="report-sharing-stat",N.RECORD_START="record-start",N.RECORD_STOP="record-stop",N.RECORD_SET_ROLE="record-set-role",N.RECORD_GET_STATUS="record-get-status",N.SWITCH_MICRO="switch-micro",N.SWITCH_TOPOLOGY="switch-topology",N.REQUEST_REALLOC="request-realloc",N.CHAT_MESSAGE="chat-message",N.CHAT_HISTORY="chat-history",N.CUSTOM_DATA="custom-data",N.GRANT_ROLES="grant-roles",N.MUTE_PARTICIPANT="mute-participant",N.ENABLE_FEATURE_FOR_ROLES="enable-feature-for-roles",N.PIN_PARTICIPANT="pin-participant",N.UPDATE_MEDIA_MODIFIERS="update-media-modifiers",N.CHANGE_OPTIONS="change-options",N.GET_WAITING_HALL="get-waiting-hall",N.GET_PARTICIPANT_LIST_CHUNK="get-participant-list-chunk",N.GET_PARTICIPANTS="get-participants",N.PROMOTE_PARTICIPANT="promote-participant",N.REQUEST_TEST_MODE="request-test-mode",N.ADD_MOVIE="add-movie",N.UPDATE_MOVIE="update-movie",N.REMOVE_MOVIE="remove-movie",N.GET_ROOMS="get-rooms",N.UPDATE_ROOMS="update-rooms",N.ACTIVATE_ROOMS="activate-rooms",N.REMOVE_ROOMS="remove-rooms",N.SWITCH_ROOM="switch-room",N.FEEDBACK="feedback",N.ASR_START="asr-start",N.ASR_STOP="asr-stop",N.REQUEST_ASR="request-asr",N))(Oa||{}),L=Oa;function ri(){let s=new DataView(new ArrayBuffer(64)),r=0;function e(t){if(r+t>s.byteLength){let i=new Uint8Array(Math.max(r+t,s.byteLength+64));i.set(new Uint8Array(s.buffer.slice(0,r))),s=new DataView(i.buffer)}}return{put(t){if(e(t.byteLength),rs(t)){let i=t.buffer;new Uint8Array(s.buffer).set(new Uint8Array(i),r)}else new Uint8Array(s.buffer).set(new Uint8Array(t),r);r+=t.byteLength},putI8(t){e(1),s.setInt8(r,t),++r},putI16(t){e(2),s.setInt16(r,t),r+=2},putI32(t){e(4),s.setInt32(r,t),r+=4},putI64(t){e(8);let i=t<0;i&&(t=-t);let a=t/4294967296|0,n=t%4294967296|0;i&&(n=~n+1|0,a=n===0?~a+1|0:~a),s.setUint32(r,a),s.setUint32(r+4,n),r+=8},putUi8(t){e(1),s.setUint8(r,t),++r},putUi16(t){e(2),s.setUint16(r,t),r+=2},putUi32(t){e(4),s.setUint32(r,t),r+=4},putUi64(t){e(8),s.setUint32(r,t/4294967296|0),s.setUint32(r+4,t%4294967296),r+=8},putF(t){e(8),s.setFloat64(r,t),r+=8},ui8array(){return new Uint8Array(s.buffer.slice(0,r))}}}function rs(s){return s.buffer!==void 0}function Oi(s){let r=ArrayBuffer.isView(s)?new DataView(s.buffer,s.byteOffset,s.byteLength):new DataView(s),e=0;return{peek(){return r.getUint8(e)},get(t){e+=t;let i=r.byteOffset;return r.buffer.slice(i+e-t,i+e)},getI8(){return r.getInt8(e++)},getI16(){return e+=2,r.getInt16(e-2)},getI32(){return e+=4,r.getInt32(e-4)},getI64(){e+=8;let t=r.getInt32(e-8),i=r.getUint32(e-4);return t*4294967296+i},getUi8(){return r.getUint8(e++)},getUi16(){return e+=2,r.getUint16(e-2)},getUi32(){return e+=4,r.getUint32(e-4)},getUi64(){e+=8;let t=r.getUint32(e-8),i=r.getUint32(e-4);return t*4294967296+i},getF32(){return e+=4,r.getFloat32(e-4)},getF64(){return e+=8,r.getFloat64(e-8)}}}var xa=0,La=1,ss=2,os=0,cs=1,ds=2,wi=0,ls=0,ps=0,us=1,xi=class{constructor(){this.participantIdRegistry=null}setParticipantIdRegistry(r){this.participantIdRegistry=r}serializeUpdateDisplayLayout(r,e){let t=ri();q.enc(t,xa),q.enc(t,wi),q.enc(t,r),gt.enc(t,null);let i=[];for(let a in e)e.hasOwnProperty(a)&&this.writeLayout(e,a,i);return wa.enc(t,i),gt.enc(t,null),t.ui8array()}writeLayout(r,e,t){let i=r[e],a=ri();if(this.writeStreamDesc(e,a),At(i))q.enc(a,cs);else if(_r(i))q.enc(a,ds);else if(q.enc(a,os),i.priority!==void 0?q.enc(a,i.priority):gt.enc(a,null),i.width!==void 0&&i.height!==void 0?(q.enc(a,Math.round(i.width)),q.enc(a,Math.round(i.height))):(gt.enc(a,null),gt.enc(a,null)),i.fit!==void 0)switch(i.fit){case"cv":q.enc(a,ps);break;case"cn":q.enc(a,us);break;default:gt.enc(a,null)}else gt.enc(a,null);t.push(a.ui8array())}writeStreamDesc(r,e){if(this.participantIdRegistry){let t=this.participantIdRegistry.getCompactId(r);if(t!==void 0){q.enc(e,t);return}}ns.enc(e,r)}serializePerfStatReport(r,e){let t=ri();return q.enc(t,La),q.enc(t,wi),q.enc(t,r),q.enc(t,e.framesDecoded),q.enc(t,e.framesReceived),t.ui8array()}serializeSharingStatReport(r,e){let t=ri();return q.enc(t,ss),q.enc(t,wi),q.enc(t,r),q.enc(t,e.minDelay),q.enc(t,e.maxDelay),q.enc(t,e.avgDelay),q.enc(t,e.largeDelayDuration),t.ui8array()}deserializeCommandResponse(r){return c(this,null,function*(){let e;if(r instanceof Blob){let n=Blob.prototype.arrayBuffer?yield r.arrayBuffer():yield la(r);e=Oi(n)}else e=Oi(r);let t=q.dec(e),i=q.dec(e);if(i!==wi){d.warn("Unsupported version for command type: "+t+", version "+i);return}if(q.dec(e)!==ls){d.warn("Error code: "+t+"received for command type: "+t+", version "+i);return}switch(t){case xa:return this.deserializeUpdateDisplayLayoutResponse(e);case La:return this.deserializeReportPerfStatResponse(e);default:return d.warn("unsupported command response commandType: "+t),null}})}deserializeUpdateDisplayLayoutResponse(r){let e=q.dec(r),t=wa.dec(r),i={};return t.forEach(a=>{let n=Oi(a),o=as.dec(n);if(typeof o=="string")i[o]=q.dec(n);else{let p=o,u=Ve(this.participantIdRegistry.getStreamDescription(p));i[u]=q.dec(n)}}),{type:"response",sequence:e,response:L.UPDATE_DISPLAY_LAYOUT.toString(),errorCodeByParticipantId:i}}deserializeReportPerfStatResponse(r){let e=q.dec(r),t=q.dec(r);return{type:"response",sequence:e,response:L.REPORT_PERF_STAT.toString(),estimatedPerformanceIndex:t}}};var Li="open",Na=[()=>l.producerScreenTrack,()=>l.videoTracksCount>0,()=>!0,()=>l.filteredMessages,()=>l.consumerScreenTrack,()=>!0,()=>l.movieShare,()=>l.useParticipantListChunk,()=>l.useRooms,()=>l.useVmoji],ms=10,be=class extends Et{constructor(){super(...arguments);this.socket=null;this.sequence=1;this.lastStamp=0;this.websocketCommandsQueue=[];this.datachannelCommandsQueue=[];this.asrCommandsQueue=[];this.incomingCache=[];this.responseHandlers={};this.reconnectCount=0;this.conversationResolve=null;this.conversationReject=null;this.connected=!1;this.listenersReady=!1;this.postfix="&platform="+l.platform+"&appVersion="+l.appVersion+"&version="+l.protocolVersion+"&device="+l.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.asrDataChannel=null;this.producerCommandDataChannelEnabled=!1;this.producerCommandSerializationService=new xi;this.asrCommandSerializer=new ki}static _getCapabilityFlags(){let e=0;for(let t=0;t<Na.length;t++)Na[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 a;let i=(a=this.participantIdRegistry)==null?void 0:a.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=>{d.warn("Cannot parse message at producerCommandDataChannel",i)})},this._handleCommandsQueue(this.datachannelCommandsQueue)}useCommandDataChannel(e){this.producerCommandDataChannelEnabled=e}cleanup(){this.datachannelCommandsQueue=[]}connect(e){return c(this,null,function*(){return this.postfix+=`&clientType=${l.clientType}`,new Promise((t,i)=>{if(this.socket&&this.socket.readyState<WebSocket.CLOSING){g.log(v.SOCKET_ACTION,"already_opened"),i(Error("Socket already opened"));return}this.conversationResolve=a=>{t(a),this.conversationResolve=null,this.conversationReject=null},this.conversationReject=a=>{i(a),this.conversationResolve=null,this.conversationReject=null},this._connect(e)})})}_send(a){return c(this,arguments,function*(e,t={},i=0){if(t.participantId){let n=T.decomposeParticipantId(t.participantId),o=T.decomposeId(n.compositeUserId);t=Object.assign({},t,{participantId:o.id,participantType:o.type}),n.deviceIdx&&(t.deviceIdx=n.deviceIdx)}return this._sendRaw(e,t,i)})}_sendRaw(a){return c(this,arguments,function*(e,t={},i=0){let n=o=>{var p,u;if(e===L.REQUEST_ASR)this.asrCommandsQueue.push(o),((p=this.asrDataChannel)==null?void 0:p.readyState)===Li&&this._handleCommandsQueue(this.asrCommandsQueue);else if(this._isDataChannelCommand(e))this.datachannelCommandsQueue.push(o),((u=this.producerCommandDataChannel)==null?void 0:u.readyState)===Li&&this._handleCommandsQueue(this.datachannelCommandsQueue);else{if(!this.socket){g.log(v.SOCKET_ACTION,"not_opened"),d.warn("Socket not opened"),o.reject(new Error(`Socket not opened [${e}]`),!0);return}this.socket.readyState>WebSocket.OPEN&&(g.log(v.SOCKET_ACTION,"invalid_state"),d.warn(`Socket is not opened, state ${this.socket.readyState}`)),this.websocketCommandsQueue.push(o),this.socket&&this.socket.readyState===WebSocket.OPEN&&this._handleCommandsQueue(this.websocketCommandsQueue)}};return new Promise((o,p)=>{let u=(E,b=!1)=>{!i||b?p(E):(d.debug("Resending a signaling message",e,_.sequence),i--,n(_))},_={sequence:this.sequence++,name:e,params:t,responseTimer:0,resolve:o,reject:u};n(_)})})}_isDataChannelCommand(e){return this.producerCommandDataChannelEnabled?e===L.UPDATE_DISPLAY_LAYOUT||e===L.REPORT_PERF_STAT||e===L.REPORT_SHARING_STAT:!1}static _isDataChannelResponseRequired(e){return e===L.UPDATE_DISPLAY_LAYOUT||e===L.REPORT_PERF_STAT}getNextCommandSequenceNumber(){return this.sequence}hangup(e){return c(this,null,function*(){return this._send(L.HANGUP,{reason:e}).catch(()=>{})})}sendCandidate(e,t){return c(this,null,function*(){return this._send(L.TRANSMIT_DATA,{participantId:e,data:{candidate:t}})})}requestTestMode(e,t){return c(this,null,function*(){return this._send(L.REQUEST_TEST_MODE,{consumer:e,producer:t})})}sendSdp(e,t){return c(this,null,function*(){return this._send(L.TRANSMIT_DATA,{participantId:e,data:{sdp:t}})})}acceptCall(e){return c(this,null,function*(){return this._send(L.ACCEPT_CALL,{mediaSettings:e})})}changeMediaSettings(e){return c(this,null,function*(){return this._send(L.CHANGE_MEDIA_SETTINGS,{mediaSettings:e},ms)})}changeParticipantState(e){return c(this,null,function*(){return this._send(L.CHANGE_PARTICIPANT_STATE,{participantState:{state:e}})})}addParticipant(e,t){return c(this,null,function*(){return this._send(L.ADD_PARTICIPANT,Re({participantId:e},t))})}removeParticipant(e,t=!1){return c(this,null,function*(){return this._send(L.REMOVE_PARTICIPANT,{participantId:e,ban:t})})}allocateConsumer(e,t){return c(this,null,function*(){let i={capabilities:t};return e&&(i.description=e.sdp),this._send(L.ALLOCATE_CONSUMER,i)})}acceptProducer(e,t){return c(this,null,function*(){let i={description:e.sdp};return t&&(i.ssrcs=t),this._send(L.ACCEPT_PRODUCER,i)})}changePriorities(e){return c(this,null,function*(){return this._send(L.CHANGE_STREAM_PRIORITIES,{typedPriorities:e}).catch(()=>{})})}updateDisplayLayout(e){return c(this,null,function*(){return this._send(L.UPDATE_DISPLAY_LAYOUT,e)})}addMovie(e){return c(this,null,function*(){return this._send(L.ADD_MOVIE,e)})}updateMovie(e){return c(this,null,function*(){return this._send(L.UPDATE_MOVIE,e)})}removeMovie(e){return c(this,null,function*(){return this._send(L.REMOVE_MOVIE,e)})}updateRooms(e,t){return c(this,null,function*(){return this._send(L.UPDATE_ROOMS,{rooms:e,assignRandomly:t})})}activateRooms(e,t){return c(this,null,function*(){return this._send(L.ACTIVATE_ROOMS,{roomIds:e,deactivate:t})})}switchRoom(e,t){return c(this,null,function*(){return this._sendRaw(L.SWITCH_ROOM,{toRoomId:e,participantId:t})})}getRooms(e){return c(this,null,function*(){return this._sendRaw(L.GET_ROOMS,{withParticipants:e})})}removeRooms(e){return c(this,null,function*(){return this._send(L.REMOVE_ROOMS,{roomIds:e})})}startStream(e){return c(this,null,function*(){return this._send(L.RECORD_START,e)})}stopStream(){return c(this,arguments,function*(e={roomId:null}){return this._send(L.RECORD_STOP,e)})}recordSetRole(e,t,i=null){return c(this,null,function*(){return this._send(L.RECORD_SET_ROLE,{participantId:e,role:t,roomId:i})})}getRecordStatus(){return c(this,null,function*(){return this._send(L.RECORD_GET_STATUS)})}switchTopology(e,t=!1){return c(this,null,function*(){return this._send(L.SWITCH_TOPOLOGY,{topology:e,force:t})})}requestRealloc(){return c(this,null,function*(){return this._send(L.REQUEST_REALLOC)})}reportPerfStat(e){return c(this,null,function*(){return this._send(L.REPORT_PERF_STAT,e)})}reportSharingStat(e){return c(this,null,function*(){return this._send(L.REPORT_SHARING_STAT,e)})}chatMessage(e,t=null){return c(this,null,function*(){return this._send(L.CHAT_MESSAGE,{message:e,participantId:t})})}chatHistory(e){return c(this,null,function*(){return this._send(L.CHAT_HISTORY,{count:e})})}customData(e,t){return c(this,null,function*(){return this._send(L.CUSTOM_DATA,{data:e,participantId:t})})}grantRoles(e,t,i){return c(this,null,function*(){let a={participantId:e,roles:t};return i&&(a.revoke=!0),this._sendRaw(L.GRANT_ROLES,a)})}muteParticipant(e,t,i,a=null){return c(this,null,function*(){return this._sendRaw(L.MUTE_PARTICIPANT,{participantId:e,muteStates:t,requestedMedia:i,roomId:a})})}enableFeatureForRoles(e,t){return c(this,null,function*(){return this._sendRaw(L.ENABLE_FEATURE_FOR_ROLES,{feature:e,roles:t})})}pinParticipant(e,t){return c(this,null,function*(){let i={participantId:e};return t&&(i.unpin=!0),this._sendRaw(L.PIN_PARTICIPANT,i)})}updateMediaModifiers(e){return c(this,null,function*(){return this._send(L.UPDATE_MEDIA_MODIFIERS,{mediaModifiers:e})})}changeOptions(e){return c(this,null,function*(){return this._send(L.CHANGE_OPTIONS,{options:e})})}getWaitingHall(e=null,t,i=!1){return c(this,null,function*(){let a={};return e&&(a.fromId=e),t&&(a.count=t),i&&(a.backward=i),this._send(L.GET_WAITING_HALL,a)})}promoteParticipant(e,t=!1){return c(this,null,function*(){let i={participantId:e};return t&&(i.demote=t),this._sendRaw(L.PROMOTE_PARTICIPANT,i)})}feedback(e){return c(this,null,function*(){return this._sendRaw(L.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 c(this,null,function*(){return this._send(L.GET_PARTICIPANT_LIST_CHUNK,e)})}getParticipants(e){return c(this,null,function*(){return this._send(L.GET_PARTICIPANTS,{externalIds:e})})}startAsr(e){return c(this,null,function*(){return this._send(L.ASR_START,e)})}stopAsr(){return c(this,null,function*(){return this._send(L.ASR_STOP)})}requestAsr(e){return c(this,null,function*(){return this._send(L.REQUEST_ASR,{request:e})})}setAsrDataChannel(e){this.asrDataChannel=e,this._handleCommandsQueue(this.asrCommandsQueue)}_connect(e){if(this.socket&&this.socket.readyState<WebSocket.CLOSING)return;let t="";e&&(t+=`&tgt=${e}`),e===We.RETRY&&this.lastStamp&&(t+=`&recoverTs=${this.lastStamp}`),t=i(t),d.debug("Connecting to "+this.endpoint+this.postfix+t),st(v.SIGNALING_CONNECTED),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(a){if(!l.useParticipantListChunk)return a;let n=l.participantListChunkInitIndex;a+=`&partIdx=${n}`;let o=l.participantListChunkInitCount;return o!==null&&(a+=`&partCount=${o}`),a}}_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(){d.debug("Socket opened"),g.log(v.SOCKET_ACTION,"opened"),g.logMeasure(v.SIGNALING_CONNECTED),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){g.log(v.SOCKET_ACTION,"parse_error"),d.error("Unable to parse message",t,e.data)}}_handleMessage(e){var t;e.type==="notification"?e.notification==="connection"?(d.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:x.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]?(g.log(v.SOCKET_ACTION,`error-${e.error}`),this._handleCommandResponse(!1,e)):e.type==="error"?(g.log(v.SOCKET_ACTION,`error-${e.error}`),e.error==="service-unavailable"?this._reconnect():e.error==="conversation-ended"?this.conversationReject?this.conversationReject(new F(w.SOCKET_CLOSED,{message:`Unable to connect to the signaling: ${e.error}`})):this._triggerEvent(ve.NOTIFICATION,{notification:x.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 F(ae.SIGNALING_FAILED,{message:`Unable to connect to the signaling: ${e.error}`})),this._closeSocket())):(g.log(v.SOCKET_ACTION,"unknown_message"),d.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){g.log(v.SOCKET_ACTION,"error"),d.error("Signaling error",e)}_onClose(e){g.log(v.SOCKET_ACTION,"closed"),d.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));d.log(`Reconnect websocket after ${e}ms (${this.reconnectCount})`),g.log(v.SOCKET_ACTION,"reconnect"),this.reconnectTimer=window.setTimeout(this._connect.bind(this,We.RETRY),e)}_handleCommandResponse(e,t){var a;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)):((a=this.socket)==null?void 0:a.readyState)===WebSocket.OPEN?(delete this.responseHandlers[t.sequence],g.log(v.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)}_serializeAsrCommand(e){let t=e.params;return this.asrCommandSerializer.requestAsr(t.request)}_handleCommandsQueue(e){var t,i,a,n;for(;e.length>0;){let o=e.shift();if(o.name===L.REQUEST_ASR){if(((t=this.asrDataChannel)==null?void 0:t.readyState)!==Li){o.reject(new Error(`Invalid data channel state: ${(i=this.asrDataChannel)==null?void 0:i.readyState}`));return}let p=this._serializeAsrCommand(o);p!==null&&(this.asrDataChannel.send(p),o.resolve({}))}else if(this._isDataChannelCommand(o.name)){if(((a=this.producerCommandDataChannel)==null?void 0:a.readyState)!==Li){o.reject(new Error(`Invalid data channel state: ${(n=this.producerCommandDataChannel)==null?void 0:n.readyState}`));return}be._isDataChannelResponseRequired(o.name)&&(o.responseTimer=window.setTimeout(()=>this._handleCommandResponse(!1,{command:o.name,sequence:o.sequence}),be.WAIT_RESPONSE_DELAY),this.responseHandlers[o.sequence]=o);let p=this._serializeBinary(o);p!==null&&this.producerCommandDataChannel.send(p)}else{if(!this.socket||this.socket.readyState!==WebSocket.OPEN){o.reject(new Error("Invalid state or socket already closed"));continue}o.responseTimer=window.setTimeout(()=>this._handleCommandResponse(!1,{command:o.name,sequence:o.sequence}),be.WAIT_RESPONSE_DELAY),this.responseHandlers[o.sequence]=o,this.socket.send(this._serializeJson(o))}}}_serializeBinary(e){switch(e.name){case L.UPDATE_DISPLAY_LAYOUT:return this.producerCommandSerializationService.serializeUpdateDisplayLayout(e.sequence,e.params);case L.REPORT_PERF_STAT:return this.producerCommandSerializationService.serializePerfStatReport(e.sequence,e.params);case L.REPORT_SHARING_STAT:return this.producerCommandSerializationService.serializeSharingStatReport(e.sequence,e.params)}return d.warn("cannot get binary data for data channel command: "+e.name),null}_serializeJson(e){let t;e.name===L.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 a in t)t.hasOwnProperty(a)&&(i[a]=Ea(t[a]));return{layouts:i}}_waitConnectionMessage(){this.connectionMessageWaitTimer=window.setTimeout(()=>{this.conversationReject&&this.conversationReject(new F(ae.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(()=>{d.warn("Socket is dead, trying to reconnect"),this._disconnect(),this._connect(We.RETRY)},be.WAIT_MESSAGE_DELAY)}_stopDoctor(){window.clearTimeout(this.doctorTimer),this.doctorTimer=0}},xe=be;xe.RECONNECT_DELAY=l.signalingReconnectDelay,xe.RECONNECT_MAX_DELAY=l.signalingReconnectMaxDelay,xe.RECONNECT_MAX_COUNT=l.signalingReconnectMaxCount,xe.WAIT_CONNECTION_DELAY=l.waitConnectionDelay,xe.WAIT_RESPONSE_DELAY=l.waitResponseDelay,xe.WAIT_MESSAGE_DELAY=l.waitMessageDelay;var Ua=(e=>(e.KING="KING",e.PAWN="PAWN",e))(Ua||{}),hs=Ua;var Er=class{constructor(r){this._queue=new Array(r).fill(null),this._readCursor=this._writeCursor=this._left=0,this._moveReadCursor=!1}get length(){return this._queue.length}get left(){return this._left}toArray(){return Array.from(this._queue)}add(r){this._moveReadCursor&&(this._readCursor=this.nextCursor(this._readCursor)),this._queue[this._writeCursor]===null&&(this._left+=1),this._queue[this._writeCursor]=r,this._writeCursor=this.nextCursor(this._writeCursor),this._moveReadCursor=this._writeCursor===this._readCursor}nextCursor(r){return(r+1)%this._queue.length}next(){let r=this._queue[this._readCursor];return r&&(this._moveReadCursor=!1,this._queue[this._readCursor]=null,this._readCursor=this.nextCursor(this._readCursor),this._left-=1),r}};var Nt,se,ai=null,J_={getCameras:C.getCameras,getMicrophones:C.getMicrophones,getOutput:C.getOutput,getVideoFacingMode:C.getVideoFacingMode,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,setResolution:C.setResolution,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,isAudioShareSupported:C.isAudioShareSupported},z_={participantMarkerCompare:T.participantMarkerCompare};function _s(s){se=s}function gs(s){Nt=s}function Y_(s){ai=s}function Q_(s){l.videoEffects=s}function X_(s,r=null){l.vmoji=s,r&&s.setSDK(r)}function Z_(s){return c(this,null,function*(){if(l.set(s),C.browserName()==="Sferum"&&(l.platform=`SFERUM:${C.browserVersion()}`),se||_s(new ii),Nt||gs(()=>new xe),l.debug&&(Ba.disableLog(!1),d.toggle(!0)),d.log(`Calls SDK ${l.sdkVersion}`,s),yield C.init(),!C.isBrowserSupported())throw new F(ae.UNSUPPORTED);d.log("UserAgent:",navigator.userAgent),d.log("Screen resolution:",`${window.screen.width}x${window.screen.height}`),d.log("Permissions:",`Camera: ${C.hasCameraPermission()}, Mic: ${C.hasMicrophonePermission()}`),se.init()})}function eg(n){return c(this,arguments,function*(s,r=[de.AUDIO],e="",t=!1,i=!1,a){let o=[],p=[];if(Array.isArray(s)?o=s.length?s:[]:s&&(o=[s]),o.length&&(p=yield se.getOkIdsByExternalIds(o),!p.length))throw new F(w.CALLEE_IS_OFFLINE);return fs(p,Ge.USER,r,e,t,i,a)})}function fs(o){return c(this,arguments,function*(s,r=Ge.USER,e,t="",i=!1,a=!1,n){if(U.current())throw d.error("There is already active call"),new F(w.FAILED);return new U(se,Nt(),ai).onStart(s,r,e,t,i,a,n)})}function tg(s){return c(this,null,function*(){return Ss(s)})}function Ss(t){return c(this,arguments,function*(s,r=z.USER,e){if(s===U.id())throw new Error("Push has already been processed");return new U(se,Nt(),ai).onPush(s,r,e)})}function ig(s){return c(this,null,function*(){return s&&(l.authToken=s),se.authorize()})}function rg(){return c(this,arguments,function*(s=[de.AUDIO]){return ft().accept(s)})}function ag(){return c(this,null,function*(){let s=U.current();if(s)return s.decline()})}function ng(e){return c(this,arguments,function*(s,r=[de.AUDIO]){return vs(s,r)})}function vs(s,r,e){return c(this,null,function*(){if(U.current())throw d.error("There is already active call"),new F(w.FAILED);return new U(se,Nt(),ai).onJoin({conversationId:s,mediaOptions:r,chatId:e})})}function sg(a){return c(this,arguments,function*(s,r=[de.AUDIO],e,t,i){if(U.current())throw d.error("There is already active call"),new F(w.FAILED);return e&&(l.anonymToken=e),new U(se,Nt(),ai).onJoin({joinLink:s,mediaOptions:r,observedIds:t,payload:i})})}function og(){return c(this,null,function*(){let s=U.current();if(s)return s.hangup();U.hangupAfterInit()})}function cg(s,r){return c(this,null,function*(){let e=yield se.getOkIdsByExternalIds([s]);if(!e.length)throw new Error("User not found");return Es(e[0],r)})}function Es(s,r){return c(this,null,function*(){let e=U.current();e&&(yield e.addParticipant(T.composeUserId(s,z.USER),r))})}function dg(s,r=!1){return c(this,null,function*(){let e=yield se.getOkIdsByExternalIds([s]);return Is(e[0],r)})}function Is(s,r=!1){return c(this,null,function*(){let e=U.current();e&&(yield e.removeParticipant(T.composeUserId(s,z.USER),r))})}function lg(s,r){return c(this,null,function*(){let e=U.current();return s==="videoinput"&&Xe.contains(r)?(l.videoFacingMode=r,e?(C.isMobile()&&e.stopVideoTrack(),e.changeDevice(s)):Promise.reject()):(yield C.saveDeviceId(s,r))&&e?e.changeDevice(s):Promise.reject()})}function pg(s){return c(this,null,function*(){let r=typeof s=="object"?$e(Re({},s),{fastScreenSharing:s.captureScreen&&s.fastScreenSharing,captureAudio:s.captureScreen&&s.captureAudio&&l.audioShare}):{captureScreen:s,fastScreenSharing:!1,captureAudio:!1},e=U.current();return e?e.toggleScreenCapturing(r):Promise.reject()})}function ug(s){let r=U.current();r&&r.toggleAnimojiCapturing(s)}function mg(s,r=!1){return c(this,null,function*(){let e=U.current();e&&(yield e.setVideoStream(s,r))})}function hg(s){return c(this,null,function*(){let r=U.current();r&&(yield r.toggleLocalVideo(s))})}function _g(s){return c(this,null,function*(){let r=U.current();r&&(yield r.toggleLocalAudio(s))})}function gg(s){return c(this,null,function*(){let r=U.current();if(r)return r.setLocalResolution(s)})}function fg(s){return c(this,null,function*(){let r=U.current();r&&(yield r.changePriorities(s))})}function Sg(s){return c(this,null,function*(){let r=U.current();r&&(yield r.changeParticipantState(s))})}function vg(s){return c(this,null,function*(){let r=U.current();r&&(yield r.updateDisplayLayout(s))})}function Eg(s,r,e=!1){return c(this,null,function*(){let t=yield se.getOkIdsByExternalIds([s]);return Ts(t[0],r,e)})}function Ts(s,r,e=!1){return c(this,null,function*(){let t=U.current();t&&(yield t.grantRoles(T.composeUserId(s,z.USER),r,e))})}function Ig(i){return c(this,arguments,function*({externalId:s=null,muteStates:r,requestedMedia:e=[],roomId:t=null}){let a=null;return s&&(a=(yield se.getOkIdsByExternalIds([s]))[0]),Rs({uid:a,muteStates:r,requestedMedia:e,deviceIdx:ue.getDeviceIdx(s),roomId:t})})}function Rs(a){return c(this,arguments,function*({uid:s=null,muteStates:r,requestedMedia:e=[],deviceIdx:t=0,roomId:i=null}){let n=U.current();if(n){let o=s?T.composeParticipantId(s,z.USER,t):null;yield n.muteParticipant(o,r,e,i)}})}function Tg(s,r=!1){return c(this,null,function*(){let e=yield se.getOkIdsByExternalIds([s]);return Cs(e[0],r,ue.getDeviceIdx(s))})}function Cs(s,r=!1,e=0){return c(this,null,function*(){let t=U.current();t&&(yield t.pinParticipant(T.composeParticipantId(s,z.USER,e),r))})}function Rg(s){return c(this,null,function*(){let r=U.current();r&&(yield r.updateMediaModifiers(s))})}function Cg(s){return c(this,null,function*(){let r=U.current();r&&(yield r.changeOptions(s))})}function Pg(s,r=null){return c(this,null,function*(){let e=null;return r&&(e=(yield se.getOkIdsByExternalIds([r]))[0]),Ps(s,e)})}function Ps(s,r=null){return c(this,null,function*(){let e=U.current();if(e){let t=r?T.composeUserId(r,z.USER):null;yield e.chatMessage(s,t)}})}function yg(s=10){return c(this,null,function*(){let r=U.current();if(r)return r.chatHistory(s)})}function bg(s,r=null){return c(this,null,function*(){let e=null;return r&&(e=(yield se.getOkIdsByExternalIds([r]))[0]),ys(s,e,ue.getDeviceIdx(r))})}function ys(s,r=null,e=0){return c(this,null,function*(){let t=U.current();if(t){let i=r?T.composeParticipantId(r,z.USER,e):null;yield t.customData(s,i)}})}function Mg(){return c(this,arguments,function*(s="",r=!1,{onlyAdminCanShareMovie:e=!1}={}){return(yield se.createConversation(T.uuid(),s,r,{onlyAdminCanShareMovie:e})).join_link})}function Ag(){return c(this,null,function*(){let s=U.current();return s?s.createJoinLink():Promise.reject()})}function Dg(){return c(this,null,function*(){let s=U.current();return s?s.removeJoinLink():Promise.reject()})}function kg(s,r){return c(this,null,function*(){return se.getAnonymTokenByLink(s,r)})}function Og(s){let r=U.current();r&&r.setVolume(s)}function wg(s){l.forceRelayPolicy=s}function xg(s=!1,r=null,e=null,t="DIRECT_LINK",i=null,a=null){return c(this,null,function*(){let n=U.current();return n?n.startStream(s,r,e,t,i,a):Promise.reject()})}function Lg(s=null){return c(this,null,function*(){let r=U.current();return r?r.stopStream(s):Promise.reject()})}function Ng(s,r,e=null){return c(this,null,function*(){let t=U.current();if(t){let i=yield se.getOkIdsByExternalIds([s]),a=ue.getDeviceIdx(s);return t.recordSetRole(T.composeParticipantId(i[0],z.USER,a),r,e)}return Promise.reject()})}function Ug(){return c(this,null,function*(){let s=U.current();return s?s.getStreamInfo():Promise.reject()})}function Bg(s){return c(this,null,function*(){let r=U.current();return r?r.addMovie(s):Promise.reject()})}function Fg(s){return c(this,null,function*(){let r=U.current();return r?r.updateMovie(s):Promise.reject()})}function Vg(s){return c(this,null,function*(){let r=U.current();return r?r.removeMovie(s):Promise.reject()})}function jg(s,r){return c(this,null,function*(){let e=U.current();if(e){let t=[];for(let i of s){let a,n;i.addParticipantIds&&(a=(yield se.getOkIdsByExternalIds(i.addParticipantIds)).map(o=>T.composeUserId(o,z.USER))),i.removeParticipantIds&&(n=(yield se.getOkIdsByExternalIds(i.removeParticipantIds)).map(o=>T.composeUserId(o,z.USER))),t.push({id:i.id,name:i.name,participantCount:i.participantCount,addParticipantIds:a,removeParticipantIds:n})}return e.updateRooms(t,r)}return Promise.reject()})}function Hg(s,r){return c(this,null,function*(){let e=U.current();return e?e.activateRooms(s,r):Promise.reject()})}function Gg(s=null,r=null){return c(this,null,function*(){let e=null;if(r){let i=yield se.getOkIdsByExternalIds([r]);e=T.composeUserId(i[0],z.USER)}let t=U.current();return t?t.switchRoom(s,e):Promise.reject()})}function Wg(s){return c(this,null,function*(){let r=U.current();return r?r.removeRooms(s):Promise.reject()})}function Kg(s){l.statisticsInterval=s;let r=U.current();if(r)return r.updateStatisticsInterval()}function $g(s){Ba.disableLog(!s),d.toggle(s)}function qg(s,...r){l.debugLog&&d.send(s,"[external]",...r)}function Jg(s){return c(this,null,function*(){let r=U.current();if(r)return r.videoEffect(s)})}function zg(s){return c(this,null,function*(){let r=U.current();r&&(yield r.setAudioStream(s))})}function Yg(s,r=null,e=null){return c(this,null,function*(){let t=U.current();if(!t)return;let i=e!=null?e:r==null?void 0:r.id,a=null;if(r){let o=(yield se.getOkIdsByExternalIds([r]))[0];if(!o)throw new Error("Could not get user id to set animoji svg");a=T.composeParticipantId(o,z.USER,ue.getDeviceIdx(r))}t.setAnimojiSvg(s,a,i)})}function Qg(s=null,r,e=!1){return c(this,null,function*(){return ft().getWaitingHall(s,r,e)})}function Xg(s,r=!1){return c(this,null,function*(){let e=ft(),t=yield se.getOkIdsByExternalIds([s]);return e.promoteParticipant(T.composeUserId(t[0],z.USER),r)})}function Zg(s){return c(this,null,function*(){return ft().getParticipantListChunk(s)})}function ef(s){return c(this,null,function*(){return ft().getParticipants(s)})}function tf(s){return c(this,null,function*(){return ft().feedback(s)})}function rf(s,r){return c(this,null,function*(){return ft().enableFeatureForRoles(s,r)})}function ft(){let s=U.current();if(!s)throw new Error("Conversation not found");return s}function af(s){return c(this,null,function*(){yield se.removeHistoryRecords(s)})}function nf(s){return c(this,null,function*(){let r=U.current();r&&(yield r.startAsr(s))})}function sf(){return c(this,null,function*(){let s=U.current();s&&(yield s.stopAsr())})}function of(s){return c(this,null,function*(){let r=U.current();r&&(yield r.requestAsr(s))})}function cf(){return l.sdkVersion}export{ii as Api,Er as ArrayDequeue,St as BaseApi,vt as BaseLogger,Et as BaseSignaling,qe as CallDirection,Ge as CallType,ji as ChatRoomEventType,Hi as ConversationFeature,Gi as ConversationOption,va as DebugMessageType,hr as ExternalIdType,Xe as FacingMode,ae as FatalError,F as HangupReason,w as HangupType,de as MediaOption,Be as MediaTrackKind,Jt as MediaType,ke as MuteState,W as ParticipantState,ur as ParticipantStatus,hs as RecordRole,Ft as RoomsEventType,xe as Signaling,L as SignalingCommandType,We as SignalingConnectionType,x as SignalingNotification,ht as TransportTopology,Je as UserRole,z as UserType,rg as acceptCall,Hg as activateRooms,Bg as addMovie,cg as addParticipant,Es as addParticipantInternal,ig as authorize,J_ as browser,fs as callInternal,eg as callTo,pg as captureScreen,ug as captureVmoji,Cg as changeConversationOptions,lg as changeDevice,Sg as changeParticipantState,fg as changePriorities,Jg as changeVideoEffect,yg as chatHistory,Pg as chatMessage,Ps as chatMessageInternal,Ag as createJoinLink,bg as customData,ys as customDataInternal,$g as debug,qg as debugMessage,ag as declineCall,rf as enableFeatureForRoles,tf as feedback,wg as forceRelayPolicy,kg as getAnonymTokenByLink,Zg as getParticipantListChunk,ef as getParticipants,Ug as getStreamInfo,Qg as getWaitingHall,Eg as grantRoles,Ts as grantRolesInternal,og as hangup,Z_ as init,ng as joinCall,sg as joinCallByLink,vs as joinCallInternal,Ig as muteParticipant,Rs as muteParticipantInternal,Tg as pinParticipant,Cs as pinParticipantInternal,tg as processPush,Ss as processPushInternal,Xg as promoteParticipant,Ng as recordSetRole,af as removeHistoryRecords,Dg as removeJoinLink,Vg as removeMovie,dg as removeParticipant,Is as removeParticipantInternal,Wg as removeRooms,of as requestAsr,_s as setApi,zg as setAudioStream,gg as setLocalResolution,Y_ as setLogger,Rg as setMediaModifiers,gs as setSignalingFactory,Kg as setStatisticsInterval,Q_ as setVideoEffects,mg as setVideoStream,X_ as setVmoji,Yg as setVmojiSvg,Og as setVolume,nf as startAsr,Mg as startConversation,xg as startStream,sf as stopAsr,Lg as stopStream,Gg as switchRoom,_g as toggleLocalAudio,hg as toggleLocalVideo,vg as updateDisplayLayout,Fg as updateMovie,jg as updateRooms,z_ as utils,cf as version};
|
|
7
|
+
var Wa=Object.defineProperty,Ka=Object.defineProperties;var $a=Object.getOwnPropertyDescriptors;var br=Object.getOwnPropertySymbols;var qa=Object.prototype.hasOwnProperty,za=Object.prototype.propertyIsEnumerable;var Ar=Math.pow,Mr=(n,r,e)=>r in n?Wa(n,r,{enumerable:!0,configurable:!0,writable:!0,value:e}):n[r]=e,Re=(n,r)=>{for(var e in r||(r={}))qa.call(r,e)&&Mr(n,e,r[e]);if(br)for(var e of br(r))za.call(r,e)&&Mr(n,e,r[e]);return n},qe=(n,r)=>Ka(n,$a(r));var c=(n,r,e)=>new Promise((t,i)=>{var a=p=>{try{o(e.next(p))}catch(u){i(u)}},s=p=>{try{o(e.throw(p))}catch(u){i(u)}},o=p=>p.done?t(p.value):Promise.resolve(p.value).then(a,s);o((e=e.apply(n,r)).next())});import Va from"webrtc-adapter";var St=class{createJoinLink(r){return c(this,null,function*(){return{join_link:"nop"}})}removeJoinLink(r){return c(this,null,function*(){return{success:!0}})}getAnonymTokenByLink(r,e){return c(this,null,function*(){return""})}log(r){}prepareUserIds(r){return c(this,null,function*(){})}getCachedOkIdByExternalId(r){return null}cacheExternalId(r,e){}hangupConversation(r){}removeHistoryRecords(r){return c(this,null,function*(){})}cleanup(){}};var vt=class{log(r,e,t=!1){}destroy(){}};var re=class{constructor(){this._handlers={};this._listeners=[]}_triggerEvent(r,...e){if(this._handlers.hasOwnProperty(r))for(let t of this._handlers[r])t.apply(this,e)}addEventListener(r,e){if(typeof e!="function")throw new Error("Listener should be a function");return this._handlers.hasOwnProperty(r)||(this._handlers[r]=[]),this._handlers[r].push(e),{dispose:this.removeEventListener.bind(this,r,e)}}removeEventListener(r,e){if(!this._handlers.hasOwnProperty(r))return;e||delete this._handlers[r];let t=this._handlers[r].indexOf(e);t>=0&&this._handlers[r].splice(t,1)}subscribe(r,e,t){let i=r.addEventListener(e,t);this._listeners.push(i)}unsubscribe(){this._listeners.forEach(r=>{r.dispose()})}};var Et=class extends re{get ready(){return!0}setParticipantIdRegistry(r){}requestRealloc(){}setEndpoint(r){}setConversationId(r){}readyToSend(){}cleanup(){}requestTestMode(r,e){}getNextCommandSequenceNumber(){return 0}};var Dr=(t=>(t.INCOMING="INCOMING",t.OUTGOING="OUTGOING",t.JOINING="JOINING",t))(Dr||{}),ze=Dr;var kr=(t=>(t.USER="USER",t.GROUP="GROUP",t.CHAT="CHAT",t))(kr||{}),Ge=kr;var Or=(e=>(e.ATTENDEE="ATTENDEE",e.HAND_UP="HAND_UP",e))(Or||{}),Hi=Or;var wr=(t=>(t.ADD_PARTICIPANT="ADD_PARTICIPANT",t.RECORD="RECORD",t.MOVIE_SHARE="MOVIE_SHARE",t))(wr||{}),Gi=wr;var xr=(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))(xr||{}),Wi=xr;function Lr(n,r){if(n.length!==r.length)return!1;for(let e of n)if(!r.includes(e))return!1;return!0}function Nr(n,r){let e=new Set(n);for(let[t,i]of Object.entries(r))i?e.add(t):e.delete(t);return Array.from(e)}var Ur=(A=>(A.CAMERA_PERMISSION="camera",A.MIC_PERMISSION="mic",A.CAMERA_ACCESS="cameralock",A.MIC_ACCESS="miclock",A.MIC_NOT_FOUND="nomic",A.SCREEN_PERMISSION="screenpermission",A.SCREEN_ACCESS="screenlock",A.CONNECTION="connection",A.NETWORK="network",A.UNKNOWN="unknown",A.UNSUPPORTED="unsupported",A.SIGNALING_FAILED="signalingfailed",A.API="api",A.AUTH="auth",A))(Ur||{}),ae=Ur;var Br=(te=>(te.CANCELED="CANCELED",te.REJECTED="REJECTED",te.REMOVED="REMOVED",te.HUNGUP="HUNGUP",te.MISSED="MISSED",te.BUSY="BUSY",te.FAILED="FAILED",te.NETWORK_ERROR="NETWORK_ERROR",te.KILLED="KILLED",te.BANNED="BANNED",te.HAS_ACTIVE_CALL="HAS_ACTIVE_CALL",te.CALLER_IS_BLOCKED="CALLER_IS_BLOCKED",te.NOT_FRIENDS="NOT_FRIENDS",te.CALLEE_IS_OFFLINE="CALLEE_IS_OFFLINE",te.CALLER_IS_REJECTED="CALLER_IS_REJECTED",te.UNKNOWN_ERROR="UNKNOWN_ERROR",te.UNSUPPORTED="UNSUPPORTED",te.OLD_VERSION="OLD_VERSION",te.SERVICE_DISABLED="SERVICE_DISABLED",te.EXTERNAL_API_ERROR="EXTERNAL_API_ERROR",te.SOCKET_CLOSED="SOCKET_CLOSED",te.ENDED="ENDED",te.KILLED_WITHOUT_DELETE="KILLED_WITHOUT_DELETE",te.ANOTHER_DEVICE="ANOTHER_DEVICE",te.NOT_FOUND="NOT_FOUND",te))(Br||{}),O=Br;var Fr=(s=>(s.AUDIO="AUDIO",s.VIDEO="VIDEO",s.SCREEN_SHARING="SCREEN_SHARING",s.MOVIE_SHARING="MOVIE_SHARING",s.AUDIO_SHARING="AUDIO_SHARING",s.ANIMOJI="ANIMOJI",s))(Fr||{}),de=Fr;var Vr=(t=>(t.UNMUTE="UNMUTE",t.MUTE="MUTE",t.MUTE_PERMANENT="MUTE_PERMANENT",t))(Vr||{}),ke=Vr;var jr=(i=>(i.CALLED="CALLED",i.ACCEPTED="ACCEPTED",i.REJECTED="REJECTED",i.HUNGUP="HUNGUP",i))(jr||{}),W=jr;var Hr=(t=>(t.UPDATE="UPDATE",t.REMOVE="REMOVE",t.ACTIVATE="ACTIVATE",t))(Hr||{}),Vt=Hr;var Gr=(i=>(i.START="start",i.ACCEPT="accept",i.JOIN="join",i.RETRY="retry",i))(Gr||{}),We=Gr;var Wr=(t=>(t.NOTIFICATION="NOTIFICATION",t.FAILED="FAILED",t.RECONNECT="RECONNECT",t))(Wr||{}),ve=Wr;var Kr=(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.FEEDBACK="feedback",B.MOVIE_UPDATE_NOTIFICATION="movie-update-notification",B.MOVIE_SHARE_INFO="movie-share-info",B.MOVIE_SHARE_STARTED="movie-share-started",B.MOVIE_SHARE_STOPPED="movie-share-stopped",B.ROOM_UPDATED="room-updated",B.ROOMS_UPDATED="rooms-updated",B.ROOM_PARTICIPANTS_UPDATED="room-participants-updated",B.FEATURES_PER_ROLE_CHANGED="features-per-role-changed",B.PARTICIPANT_ANIMOJI_CHANGED="participant-animoji-changed",B.ASR_STARTED="asr-started",B.ASR_STOPPED="asr-stopped",B))(Kr||{}),x=Kr;var $r=(T=>(T.ERROR="callError",T.DEVICES="callDevices",T.CALL_SPEC_ERROR="callSpecError",T.ICE_CONNECTION_STATE="callIceConnectionState",T.ICE_CONNECTION_TYPE="callIceConnectionType",T.ICE_RESTART="callIceRestart",T.PUSH="callPush",T.OUTGOING_CALL="callStart",T.OUTGOING_MULTIPARTY_CALL="callStartMultiparty",T.JOIN_CONVERSATION="callJoinConversation",T.ACCEPTED_OUTGOING="callAcceptedOutgoing",T.ACCEPT_INCOMING="callAcceptIncoming",T.DECLINE_INCOMING="callDeclineIncoming",T.ACCEPT_CONCURRENT="callAcceptConcurrent",T.HANGUP="callHangup",T.MEDIA_STATUS="callMediaStatus",T.DEVICE_CHANGED="callDeviceChanged",T.SOCKET_ACTION="callSocketAction",T.ADD_PARTICIPANT="callAddParticipant",T.REMOVE_PARTICIPANT="callRemoveParticipant",T.POOR_CONNECTION="callPoorConnection",T.TOPOLOGY_CHANGE_REQUESTED="callTopologyChangeRequested",T.RELAY_POLICY="callForceRelay",T.PAT_ALLOCATED="patAllocate",T.PAT_DEALLOCATED="patDeallocate",T.PAT_ERROR="patError",T.PAT_WAITING_TIME_ERROR="patWaitingTimeError",T.PAT_OUTDATED_RESPONSE="patOutdatedResponse",T.SIGNALING_CONNECTED="callSignalingConnected",T.FIRST_DATA_RECEIVED_P2P="callFirstDataReceivedP2P",T.FIRST_AUDIO_MIX_DATA_RECEIVED="callFirstAudioMixDataReceived",T.RECONNECT="callReconnect",T.SCREENSHARE_FIRST_FRAME="callScreenshareFirstFrame",T.SCREENSHARE_FIRST_FRAME_SMALL="callScreenshareFirstFrameSmall",T.SCREENSHARE_FIRST_FRAME_MEDIUM="callScreenshareFirstFrameMedium",T.SCREENSHARE_FIRST_FRAME_LARGE="callScreenshareFirstFrameLarge",T.SCREENSHARE_FREEZE_DURATION="callScreenshareFreezeDuration",T))($r||{}),v=$r;var qr=(e=>(e.AUDIO_MIX="audio-mix",e.PARTICIPANT_AGNOSTIC_TRACK_PREFIX="pat",e))(qr||{}),Oe=qr;var zr=(e=>(e.NO_AVAILABLE_TRACKS="no-available-tracks",e.UNKNOWN_ERROR="unknown-error",e))(zr||{}),Jr=zr;function Yr(n){switch(n){case 1:return"no-available-tracks";default:return"unknown-error"}}var Qr=(e=>(e.CREATOR="CREATOR",e.ADMIN="ADMIN",e))(Qr||{}),Je=Qr;function jt(n,r){if(n.length!==r.length)return!1;for(let e of n)if(!r.includes(e))return!1;return!0}var Xr=(e=>(e.USER="USER",e.GROUP="GROUP",e))(Xr||{}),J=Xr;var di=class{constructor(){this._items=[]}get length(){return this._items.length}push(r){this._items.push(r)}shift(){return this._items.shift()||null}bisect(){let r=this.length>1?Math.floor(this.length/2):1;this._items=this._items.slice(r)}clear(){this._items=[]}toString(){return this._items.length?JSON.stringify(this._items,(r,e)=>e instanceof Error?String(e):e):""}};var Zr=2*1024*1024,Ja=512*1024,Ht=100*1024,Ya=5,$i="_okcls_logs_session_",Qa=3e4,qi=class{constructor(){this._items=[];this._itemsSize=0;this._storageSize=Zr;try{let r=window.localStorage;for(let e of Object.keys(r)){if(e.indexOf($i)!==0)continue;let t=r.getItem(e);if(!t){ea(e);continue}let i=ia(t);this.add(e,i)}}catch(r){console.error("Storage is blocked",r),this._storageSize=0}this._items.sort((r,e)=>r.date-e.date),this.cleanup(Ht)}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(r){this._storageSize=r}add(r,e){let t=parseInt(r.replace($i,""),10);this._itemsSize+=e,this._items.push({key:r,size:e,date:t})}deleteOldestItem(){let r=this._items.shift();r&&(ea(r.key),this._itemsSize-=r.size)}cleanup(r){for(;this.length&&(this.size>Zr||this.length>Ya-1||this.size+r>this.available);)this.deleteOldestItem()}};function ta(){return`${$i}${Date.now()}`}function ia(n){return new Blob([n]).size}function ea(n){try{window.localStorage.removeItem(n)}catch(r){console.error("Failed to remove log from storage",r)}}function zi(){let n=at.toString();if(!Ie.available||!n)return;let r=ia(n);Ie.cleanup(r);try{window.localStorage.setItem(li,n)}catch(e){if(console.warn("Failed to write log to storage",e),Ie.storageSize=Ie.size+r,Ie.cleanup(Ht+r),Ie.available>=Ht+r){zi();return}if(r>Ht){at.bisect(),zi();return}Ie.storageSize=0;return}r>Ja&&(Ie.add(li,r),li=ta(),at.clear(),Ie.cleanup(Ht))}function Ji(){!Ie.available||!at.length||zi()}function Xa(n=!1){let r=[];try{let i=window.localStorage;for(let s of Ie.items){let o=i.getItem(s.key);r.push(o)}let a=at.toString();a&&r.push(a)}catch(i){console.error("Storage is blocked",i)}let e=`[${r.join(",")}]`;if(n)return e;let t=`logs_${Date.now()}.json`;return Za(e,t),t}function Za(n,r){let e=document.createElement("a"),t=new Blob([n],{type:"text/json"});e.href=URL.createObjectURL(t),e.download=r,e.click()}function ra(n,r){if(!Ie.available)return;let e=new Date;at.push({t:e.getTime(),l:n,d:r,h:e.toLocaleString("ru-RU",{dateStyle:"short",timeStyle:"long"})}),Ki||(Ki=window.setTimeout(()=>{Ki=null,Ji()},Qa))}function Yi(){Ie||(Ie=new qi,at=new di,li=ta(),window.addEventListener("beforeunload",Ji))}var Ie,at,li,Ki=null;window.__VKCallsSDKLogs__=(n=!1)=>(Ie||Yi(),Ji(),Xa(n));import ua from"@vkontakte/libvpx";var aa=n=>n.stop(),Gt=n=>n.getTracks().forEach(aa),na=n=>n.getVideoTracks().forEach(aa);function It(n,{width:r,height:e}){return n.applyConstraints({width:{max:r,ideal:r},height:{max:e,ideal:e}})}var Xi="_okcls_",Tt=(()=>{try{let n=Date.now().toString(),r=window.localStorage,e=!1;return r.setItem(n,n),e=r.getItem(n)===n,r.removeItem(n),e?r:null}catch(n){return null}})();function tn(n){let r=Tt?Tt.getItem(Xi+n):null;if(r===null)return null;try{return JSON.parse(r)}catch(e){return null}}function rn(n,r){try{Tt&&Tt.setItem(Xi+n,JSON.stringify(r))}catch(e){}}function an(n){Tt&&Tt.removeItem(Xi+n)}var Qi;(t=>{function n(i){return tn(i)||null}t.get=n;function r(i,a){rn(i,a)}t.set=r;function e(i){an(i)}t.remove=e})(Qi||(Qi={}));var Ye=Qi;var Ct=null,Zi=null,gi=[],fi=[],_i=[],Qe=null,Xe=null,rr=null,ar=!1,Si=!1,pi,Rt,ui,er=null,tr="",mi=[],ir=null,sa=navigator.appVersion,nn=navigator.appName,Ce=navigator.userAgent,st=(e=>(e.USER="user",e.ENVIRONMENT="environment",e))(st||{});(r=>{function n(e){return Object.values(r).includes(e)}r.contains=n})(st||(st={}));var nt=class{constructor(r,e=!1,t=l.videoMaxWidth,i=l.videoMaxHeight){let a=!1;if(r){a={noiseSuppression:l.noiseSuppression,echoCancellation:!0,autoGainControl:!0};let o;Xe&&(o=Xe.deviceId),typeof r=="string"&&(o=r),o&&(a.deviceId={exact:o})}let s=!1;if(e){s={width:{min:l.videoMinWidth,max:t,ideal:t},height:{min:l.videoMinHeight,max:i,ideal:i},aspectRatio:{ideal:l.videoAspectRatio},frameRate:{ideal:l.videoFrameRate}};let o;Qe&&(o=Qe.deviceId),typeof e=="string"&&(o=e),o&&(s.deviceId={exact:o}),l.videoFacingMode&&(s.facingMode={ideal:l.videoFacingMode},delete s.deviceId)}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 r=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||r)}isVideo(){return!!this.video}isAudio(){return!!this.audio}},nr=class extends nt{constructor(e,t,i,a){super(!1,!0);this.captureController="CaptureController"in window?new CaptureController:null,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=i,this.video.displaySurface=l.displaySurface,Ue.browserName()==="Safari"&&Number(Ue.browserVersion())===16&&(delete this.video.width,delete this.video.height),a&&(this.audio={noiseSuppression:!1,echoCancellation:!1,autoGainControl:!1})}getNative(){return Object.assign(super.getNative(),{systemAudio:"exclude",controller:this.captureController})}};function oa(){return c(this,null,function*(){Si=!1,Ct=null,yield sr(),f.onDeviceChange()})}function sr(){return c(this,null,function*(){return Ct||(!navigator.mediaDevices||!navigator.mediaDevices.enumerateDevices?[]:(!Zi&&navigator.mediaDevices.addEventListener&&(Zi=R.throttle(oa,1e3),navigator.mediaDevices.addEventListener("devicechange",Zi)),Ct=navigator.mediaDevices.enumerateDevices().then(n=>{gi=n.filter(i=>i.kind==="videoinput"?(i.label&&(ar=!0),!0):!1),fi=n.filter(i=>i.kind==="audioinput"?(i.label?Si=!0:Ue.isMobile()&&Ue.browserName()==="Firefox"&&(Si=ar),!0):!1),_i=n.filter(i=>i.kind==="audiooutput");let r=Ye.get("videoinput"),e=Ye.get("audioinput"),t=Ye.get("audiooutput");return Qe=gi.find(i=>i.deviceId===r)||null,Xe=fi.find(i=>i.deviceId===e)||null,rr=_i.find(i=>i.deviceId===t)||_i[0]||null,Ct=Promise.resolve(n),n}).catch(()=>(Ct=null,[]))))})}function sn(n){if(Qe&&Xe)return;let r=(e,t)=>{var a;let i=(a=t.getSettings())==null?void 0:a.deviceId;return e.find(s=>s.deviceId===i||s.label===t.label)||null};n==null||n.getTracks().forEach(e=>{!Xe&&e.kind==="audio"?Xe=r(Ue.getMicrophones(),e):!Qe&&e.kind==="video"&&(Qe=r(Ue.getCameras(),e))})}function Wt(n,r){return c(this,null,function*(){d.debug("Try to get media",JSON.parse(JSON.stringify(n.getNative())));let e=Ue.hasPermissions(n.isVideo());!e&&!r&&f.onPermissionsRequested();try{let t=yield navigator.mediaDevices.getUserMedia(n.getNative());return e||(yield oa()),sn(t),t}catch(t){switch(d.error("getUserMedia error",t),t.name){case"PermissionDeniedError":case"PermissionDismissedError":case"NotAllowedError":case"SecurityError":case"DOMException":r=n.isVideo()?ae.CAMERA_PERMISSION:ae.MIC_PERMISSION;break;case"OverconstrainedError":case"TypeError":case"NotFoundError":r=ae.UNKNOWN;break;case"AbortError":case"NotReadableError":r=n.isVideo()?ae.CAMERA_ACCESS:ae.MIC_ACCESS;break}if(n.canSimplify())return Wt(n.simplify(),r);let i=r||ae.UNKNOWN;throw f.onPermissionsError(i,t),i}})}function on(n){return c(this,null,function*(){var r;d.debug("Try to get screen",n.getNative());try{let e=yield navigator.mediaDevices.getDisplayMedia(n.getNative()),t=e==null?void 0:e.getVideoTracks()[0];if(t&&(d.debug("Got display media track",t.id),t.contentHint="text",n.captureController)){let i=(r=t.getSettings())==null?void 0:r.displaySurface;(i==="browser"||i==="window")&&n.captureController.setFocusBehavior("no-focus-change")}return e}catch(e){switch(e.name){case"PermissionDeniedError":case"NotAllowedError":case"SecurityError":throw ae.SCREEN_PERMISSION;default:throw ae.SCREEN_ACCESS}}})}function hi(){return mi.length||(mi=(()=>{let n,r=!1,e=0,t="0",i=Ce.match(/(opera|chrome|safari|firefox|msie|trident(?=\/))\/?\s*(\d+)/i)||[];if(/trident/i.test(i[1]))return n=/\brv[ :]+(\d+)/g.exec(Ce),["IE",n&&n[1]||"Unknown",r,e,t];if(i[1]==="Safari"){if(n=Ce.match(/\bEdge\/(\d+)/),n)return["Edge",n[1]||"Unknown",r,e,t];if(n=Ce.match(/\bCriOS\/(\d+)/),n)return["Chrome",n[1],!0,Number(n[1]),t];if(n=Ce.match(/\bFxiOS\/(\d+)/),n)return["Firefox",n[1],!1,e,t];if(n=Ce.match(/\bYaBrowser\/(\d+)/),n)return["Yandex",n[1],!1,e,t];if(n=Ce.match(/\bOPT\/(\d+)/),n)return["Opera",n[1],!1,e,t]}if(i[1]==="Chrome"){if(r=!0,e=Number(i[2]),n=Ce.match(/\bOPR\/(\d+)/),n)return["Opera",n[1]||"Unknown",r,e,t];if(n=Ce.match(/\bYaBrowser\/(\d+)/),n)return["Yandex",n[1]||"Unknown",r,e,t];if(n=Ce.match(/\bSferum\/((\d+)(?:\.\d+)*)/),n)return["Sferum",n[1]||"Unknown",r,e,t];if(n=Ce.match(/\bEdge?\/(\d+)/),n)return["Edge",n[1]||"Unknown",r,e,t];if(typeof window.opr!="undefined"&&/^(.+\.)?ok.ru$/.test(window.location.host))return["Opera","Hidden",r,e,t]}return n=Ce.match(/version\/(\d+)(?:(?:\.)(\d+))?/i),n&&n[2]!==void 0&&(t=n[2]),[i[2]?i[1]:nn,n&&n[1]||i[2]||sa,r,e,t]})()),mi}var Ue;(w=>{function n(){return c(this,null,function*(){let g=()=>{ge(),document.removeEventListener("click",g),document.removeEventListener("touchstart",g)};return document.addEventListener("click",g),document.addEventListener("touchstart",g),sr()})}w.init=n;function r(){return gi}w.getCameras=r;function e(){return fi}w.getMicrophones=e;function t(){return _i}w.getOutput=t;function i(){return gi.length>0}w.hasCamera=i;function a(){return fi.length>0}w.hasMicrophone=a;function s(){return Qe}w.getSavedCamera=s;function o(){return Xe}w.getSavedMicrophone=o;function p(){return rr}w.getSavedOutput=p;function u(){return l.videoFacingMode}w.getVideoFacingMode=u;function m(){return ar}w.hasCameraPermission=m;function E(){return Si}w.hasMicrophonePermission=E;function b(g=!1){return E()?i()&&g?m():!0:!1}w.hasPermissions=b;function k(g=!1,T=!0,H=!0){return c(this,null,function*(){let $=a()&&T,pe=i()&&g,me;if(!$&&!pe)me=new MediaStream;else try{me=yield Wt(new nt($,pe))}catch(Le){me=new MediaStream}return!me.getVideoTracks().length&&H&&me.addTrack(Te()),!me.getAudioTracks().length&&H&&me.addTrack(ge()),me})}w.getUserMedia=k;function A(g,T){return c(this,null,function*(){let H=g?l.fastScreenShareWidth:window.screen.width,$=g?l.fastScreenShareHeight:window.screen.height,pe=l.getScreenFrameRate(g);return on(new nr(H,$,pe,T))})}w.getScreenMedia=A;function Q(g=!1){return c(this,null,function*(){let T=g?l.videoEffectMaxWidth:l.videoMaxWidth,H=g?l.videoEffectMaxHeight:l.videoMaxHeight;return Wt(new nt(!1,!0,T,H))})}w._getUserVideo=Q;function j(g,T){return c(this,null,function*(){let H=(T==null?void 0:T.width)||l.videoMaxWidth,$=(T==null?void 0:T.height)||l.videoMaxHeight;return Wt(new nt(!1,g||!0,H,$))})}w.getUserVideo=j;function X(g){return c(this,null,function*(){return Wt(new nt(g||!0,!1))})}w.getUserAudio=X;function z(g,T){return c(this,null,function*(){let[H]=g.getVideoTracks();if(!H)throw new Error("Video track not found in stream");return It(H,T)})}w.setResolution=z;function ee(g,T){return c(this,null,function*(){let $=(yield sr()).find(pe=>pe.kind===g&&pe.deviceId===T);return $?(g==="videoinput"?Qe=$:g==="audioinput"?Xe=$:g==="audiooutput"&&(rr=$),Ye.set(g,T),$):null})}w._saveDeviceId=ee;function ge(){if(!ui||ui.readyState==="ended"){let g=I(),T=g.createMediaStreamDestination(),H=g.createGain();H.gain.value=1e-5,H.connect(T),H.connect(g.destination);let $=g.createOscillator();$.type="sine",$.frequency.value=0,$.connect(H),$.start(),ui=T.stream.getAudioTracks()[0]}return Object.assign(ui.clone(),{enabled:!1})}w.getSilentMediaTrack=ge;function Te(g=l.videoMinWidth,T=l.videoMinHeight){Rt||(Rt=document.createElement("canvas")),Rt.width=g,Rt.height=T;let H=Rt.getContext("2d");return H.rect(0,0,g,T),H.fillStyle="black",H.fill(),(!pi||pi.readyState==="ended")&&(pi=Rt.captureStream(l.videoFrameRate).getVideoTracks()[0]),Object.assign(pi.clone(),{enabled:!1})}w.getBlackMediaTrack=Te;function rt(){if(Ui()==="Edge"&&Number(Bi())<70)return!1;try{let g=window;return navigator.mediaDevices&&navigator.mediaDevices.getUserMedia&&g.RTCPeerConnection&&g.RTCIceCandidate&&g.RTCSessionDescription&&g.HTMLCanvasElement&&g.HTMLCanvasElement.prototype.captureStream&&g.RTCRtpSender&&g.RTCRtpSender.prototype.replaceTrack&&g.RTCRtpSender.prototype.getParameters&&navigator.sendBeacon&&!0||!1}catch(g){return!1}}w.isBrowserSupported=rt;function ci(){return!!navigator.mediaDevices.getDisplayMedia}w.isScreenCapturingSupported=ci;function Ut(){let g=w.browserName()==="Safari"&&w.browserVersion()==="15"&&w.browserSubVersion()==="1",T=w.browserName()==="Opera"&&w.os()==="Windows";return g||T}w.isBrokenH264=Ut;function te(){return!(w.baseChromeVersion()&&w.isMobile())}w.canPreferH264=te;function Rr(){var g;return((g=window.RTCRtpTransceiver)==null?void 0:g.prototype)&&"setCodecPreferences"in window.RTCRtpTransceiver.prototype}w.canPreferRed=Rr;function Cr(){return tr||(tr=(()=>{let g={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 T in g)if(g.hasOwnProperty(T)&&g[T].test(Ce))return T;return"Unknown"})()),tr}w.os=Cr;function yr(){return er===null&&(er=/Mobile|mini|Fennec|Android|iP(ad|od|hone)/.test(sa)),er}w.isMobile=yr;function Ui(){return hi()[0]}w.browserName=Ui;function Bi(){return hi()[1]}w.browserVersion=Bi;function Fi(){return hi()[3]}w.baseChromeVersion=Fi;function I(){return ir||(ir=new(window.AudioContext||window.webkitAudioContext)),ir}w.getAudioContext=I;function C(){return hi()[4]}w.browserSubVersion=C;function D(){return w.baseChromeVersion()>=105&&!w.isMobile()}w.isAudioShareSupported=D})(Ue||(Ue={}));var P=Ue;function ca(n,r){if(n.isAudioEnabled!==r.isAudioEnabled||n.isVideoEnabled!==r.isVideoEnabled||n.isScreenSharingEnabled!==r.isScreenSharingEnabled||n.isFastScreenSharingEnabled!==r.isFastScreenSharingEnabled||n.isAudioSharingEnabled!==r.isAudioSharingEnabled||n.isAnimojiEnabled!==r.isAnimojiEnabled||n.videoStreams.length!==r.videoStreams.length)return!1;for(let e of n.videoStreams)if(!r.videoStreams.find(t=>t.id===e.id&&t.source===e.source))return!1;return!0}function _e(n){return Object.assign({isAudioEnabled:!1,isVideoEnabled:!1,isScreenSharingEnabled:!1,isFastScreenSharingEnabled:!1,isAudioSharingEnabled:!1,isAnimojiEnabled:!1,videoStreams:[]},n||{})}var F=class extends Error{constructor(e,t){super();this.name="HangupReason",this.code=t&&t.code||0,this.remote=t&&t.remote||!1,Object.values(O).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,F)}};var Be=(i=>(i.audio="audio",i.video="video",i.screen="screen",i.audioshare="audioshare",i))(Be||{}),vi=class extends re{constructor(){super();this._stream=null;this._screenTrack=null;this._audioShareTrack=null;this._sendVideoTrack=null;this._cameraVideoTrack=null;this._mediaSettings=_e();this._videoStatusOnScreenCapturingEnabled=!1;this._effect=null;this._sourceBusy=!1;this._animojiEnabled=!1;this._initDeviceChangeListener(),l.audioShare&&(this._audioShareTrack=this.getSilentAudioShareTrack())}request(){return c(this,arguments,function*(e=[de.AUDIO],t=!0){var o;if(this._stream)return;let i=e.includes(de.VIDEO),a=e.includes(de.AUDIO),s=e.includes(de.ANIMOJI);if(!P.isBrowserSupported())throw new F(ae.UNSUPPORTED);try{this._stream=yield P.getUserMedia(i,a,t),(o=this._cameraVideoTrack)==null||o.stop(),this._cameraVideoTrack=this._stream.getVideoTracks()[0],this._mediaSettings.isVideoEnabled=i&&this._stream.getVideoTracks().filter(p=>p.enabled).length>0||!1,this._mediaSettings.isAudioEnabled=a&&this._stream.getAudioTracks().filter(p=>p.enabled).length>0||!1,this._mediaSettings.isAnimojiEnabled=s&&!this._mediaSettings.isVideoEnabled||!1,this._animojiEnabled=s}catch(p){throw new F(p)}})}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}get isAnimojiRequested(){return this._animojiEnabled&&!this._mediaSettings.isVideoEnabled}addTrackToPeerConnection(e,t,i,a){let s=this.getStream(),o=this._getSendAudioTrack(),p=this.getSendVideoTrack(i);if(!s||!o&&!p&&!t)throw new Error("No local stream found");if(o&&!t){if(a){let{codecs:u}=RTCRtpSender.getCapabilities("audio"),m="audio/red",E=48e3,b=u.findIndex(k=>k.mimeType===m&&k.clockRate===E);if(b>=0){let k=[];k.push(u[b]);for(let A=0;A<u.length;A++)A!==b&&k.push(u[A]);e.getTransceivers().forEach(A=>A.setCodecPreferences(k))}}e.addTrack(o,s)}p&&!t&&e.addTrack(p,s)}getMediaSettings(){return this._mediaSettings}changeDevice(e){return c(this,null,function*(){switch(e){case"videoinput":if(this._mediaSettings.isVideoEnabled)return this._changeVideoInput();break;case"audioinput":if(this._mediaSettings.isAudioEnabled)return this._changeAudioInput();break;default:return Promise.reject(ae.UNKNOWN)}})}stopVideoTrack(){var e;this._mediaSettings.isVideoEnabled&&(this._stopEffect(),na(this._stream),(e=this._cameraVideoTrack)==null||e.stop())}setVideoStream(e,t){return c(this,null,function*(){return t?this._changeScreen(!1,!1,e):this._changeVideoInput(e)})}_initDeviceChangeListener(){if(!navigator.mediaDevices||!navigator.mediaDevices.enumerateDevices||!navigator.mediaDevices.addEventListener)return;let e=!1,t=!1,i=R.throttle(()=>{t&&this._changeVideoInput().catch(()=>{}),e&&this._changeAudioInput().catch(()=>{}),e=!1,t=!1},1e3);this._onDeviceChange=()=>c(this,null,function*(){if(!this._stream)return;let a=P.getSavedMicrophone(),s=P.getSavedCamera(),o=a==null?void 0:a.deviceId,p=s==null?void 0:s.deviceId;if(!o&&!p)return;let u=yield navigator.mediaDevices.enumerateDevices();!e&&o&&(e=!u.find(m=>m.deviceId===o)),!t&&p&&(t=!u.find(m=>m.deviceId===p)),i()}),navigator.mediaDevices.addEventListener("devicechange",this._onDeviceChange)}_destroyDeviceChangeListener(){this._onDeviceChange&&navigator.mediaDevices.removeEventListener("devicechange",this._onDeviceChange)}_changeVideoInput(e=null,t){return c(this,null,function*(){var i;this._busy();try{let a=e?"stream":"video",s=e||(yield P._getUserVideo(!!this._effect));if((i=this._cameraVideoTrack)==null||i.stop(),this._cameraVideoTrack=s.getVideoTracks()[0],!this._stream)Gt(s);else{l.consumerScreenTrack||(yield this._disableScreenCapture());let o=yield this._setEffect(this._effect,this._cameraVideoTrack);t&&(yield It(o,t)),_.log(v.DEVICE_CHANGED,a),d.log("Video stream changed"),yield this._replaceLocalTrack(o),this._mediaSettings.isVideoEnabled=!0,this._triggerEvent("SOURCE_CHANGED",{kind:"video",mediaSettings:this._mediaSettings})}}catch(a){throw _.log(v.ERROR,"change_video"),d.warn("Camera change failed",a),a}finally{this._free()}})}setAudioStream(e){return c(this,null,function*(){return this._changeAudioInput(e)})}_busy(){if(this._sourceBusy)throw _.log(v.ERROR,"change_device"),d.warn("Device change failed: MediaSource is busy"),new Error("MediaSource is busy");this._sourceBusy=!0}_free(){this._sourceBusy=!1}_changeAudioInput(e=null){return c(this,null,function*(){this._busy();try{if(e=e||(yield P.getUserAudio()),!this._stream)Gt(e);else{let t=e.getAudioTracks()[0];_.log(v.DEVICE_CHANGED,"audio"),d.log("Audio stream changed"),yield this._replaceLocalTrack(t),this._mediaSettings.isAudioEnabled=!0,this._triggerEvent("SOURCE_CHANGED",{kind:"audio",mediaSettings:this._mediaSettings})}}catch(t){throw _.log(v.ERROR,"change_audio"),d.error("Microphone change failed",t),t}finally{this._free()}})}_changeScreen(e,t,i){return c(this,null,function*(){this._busy();try{if(i=i||(yield P.getScreenMedia(e,t)),!this._stream)Gt(i);else{let a=i.getVideoTracks()[0];if(a.addEventListener("ended",()=>{this._mediaSettings.isScreenSharingEnabled&&this.disableScreenCapturing()},!1),l.consumerScreenTrack||this._stopEffect(),_.log(v.DEVICE_CHANGED,"screen"),d.log("Screen capturing started"),this._screenTrack=a,this._mediaSettings.isScreenSharingEnabled=!0,this._mediaSettings.isFastScreenSharingEnabled=e,l.consumerScreenTrack||(this._videoStatusOnScreenCapturingEnabled=this._mediaSettings.isVideoEnabled,this._mediaSettings.isVideoEnabled=!0,this._sendVideoTrack=l.consumerScreenDataChannel?P.getBlackMediaTrack(l.videoMinWidth,l.videoMinHeight):a,yield this._replaceLocalTrack(a,this._sendVideoTrack)),i.getAudioTracks().length>0){let s=i.getAudioTracks()[0];s.contentHint="music",this._audioShareTrack=s,yield this._replaceLocalTrack(s),this._mediaSettings.isAudioSharingEnabled=!0}t&&!this._mediaSettings.isAudioSharingEnabled&&d.debug("Audio share requested but not captured"),this._triggerEvent("SCREEN_STATUS",{track:a,mediaSettings:this._mediaSettings}),this._triggerEvent("SOURCE_CHANGED",{kind:"screen",mediaSettings:this._mediaSettings})}}catch(a){throw _.log(v.ERROR,"screen"),d.warn("Screen capturing failed",a),a}finally{this._free()}})}_disableScreenCapture(){return c(this,null,function*(){this._sendVideoTrack&&(this._sendVideoTrack.stop(),this._sendVideoTrack=null),this._screenTrack&&(this._screenTrack.stop(),this._screenTrack=null),yield this.stopAudioShareTrack(),this._mediaSettings.isScreenSharingEnabled&&(this._mediaSettings.isScreenSharingEnabled=!1,this._mediaSettings.isFastScreenSharingEnabled=!1,this._triggerEvent("SCREEN_STATUS",{mediaSettings:this._mediaSettings}),this._triggerEvent("SOURCE_CHANGED",{kind:"screen",mediaSettings:this._mediaSettings}))})}disableAudioShare(){return c(this,null,function*(){yield this.stopAudioShareTrack(),this._triggerEvent("SCREEN_STATUS",{mediaSettings:this._mediaSettings}),this._triggerEvent("SOURCE_CHANGED",{kind:"audioshare",mediaSettings:this._mediaSettings})})}stopAudioShareTrack(){return c(this,null,function*(){if(this._audioShareTrack){this._audioShareTrack.stop();let e=this.getSilentAudioShareTrack();yield this._replaceLocalTrack(e),this._mediaSettings.isAudioSharingEnabled=!1}})}getSilentAudioShareTrack(){let e=P.getSilentMediaTrack();return e.contentHint="music",e.stop(),e}_replaceLocalTrack(e,t){return c(this,null,function*(){if(!this._stream)return;let i=!1;this._stream.getTracks().forEach(a=>{var s,o;a.kind===e.kind&&a.contentHint===e.contentHint&&(a.stop(),(s=this._stream)==null||s.removeTrack(a),(o=this._stream)==null||o.addTrack(e),this._triggerEvent("TRACK_REPLACED",e,t),i=!0)}),i||(this._stream.addTrack(e),this._triggerEvent("TRACK_REPLACED",e,t))})}_setEffect(e,t){return c(this,null,function*(){if(!l.videoEffects)return t;try{return l.videoEffects.setEffect(e,t)}catch(i){return d.warn("Video effect failed",i),t}})}_stopEffect(){if(l.videoEffects)try{l.videoEffects.stopEffect()}catch(e){d.warn("Video effect failed",e)}}destroy(){var e;this._destroyDeviceChangeListener(),l.videoEffects&&(this._effect=null,l.videoEffects.destroy()),this._stream&&(Gt(this._stream),this._stream=null),(e=this._cameraVideoTrack)==null||e.stop(),this._disableScreenCapture()}toggleScreenCapturing(e){return c(this,null,function*(){if(e.captureScreen){yield this._changeScreen(e.fastScreenSharing,e.captureAudio);return}return l.consumerScreenTrack?this._disableScreenCapture():(e.captureAudio||(yield this.disableAudioShare()),this._videoStatusOnScreenCapturingEnabled?this._changeVideoInput():this.toggleVideo(!1))})}disableScreenCapturing(){return c(this,null,function*(){return this.toggleScreenCapturing({captureScreen:!1,fastScreenSharing:!1,captureAudio:!1})})}toggleVideo(e){return c(this,null,function*(){var i;if(!this._stream)return;l.consumerScreenTrack||(yield this._disableScreenCapture()),(i=this._cameraVideoTrack)==null||i.stop();let t;if(e){let a=yield P._getUserVideo(!!this._effect);this._cameraVideoTrack=a.getVideoTracks()[0],t=yield this._setEffect(this._effect,this._cameraVideoTrack)}else t=P.getBlackMediaTrack(l.videoMinWidth,l.videoMinHeight),this._stopEffect();if(yield this._replaceLocalTrack(t),this._mediaSettings.isVideoEnabled=e,this._animojiEnabled){this._triggerEvent("ANIMOJI_STATUS",!e);return}this._triggerEvent("SOURCE_CHANGED",{kind:"video",mediaSettings:this._mediaSettings})})}toggleAudio(e){return c(this,null,function*(){if(!this._stream)return;let t;e?t=(yield P.getUserAudio()).getAudioTracks()[0]:t=P.getSilentMediaTrack(),yield this._replaceLocalTrack(t),this._mediaSettings.isAudioEnabled=e,this._triggerEvent("SOURCE_CHANGED",{kind:"audio",mediaSettings:this._mediaSettings})})}toggleAnimojiCapturing(e){this._animojiEnabled=e,this._mediaSettings.isVideoEnabled||this._triggerEvent("ANIMOJI_STATUS",e)}onAnimojiSender(e){this._mediaSettings.isAnimojiEnabled=e,this._triggerEvent("SOURCE_CHANGED",{kind:"video",mediaSettings:this._mediaSettings})}_setEffectResolution(e){return c(this,null,function*(){if(!l.videoEffects)return;let t=this._cameraVideoTrack;this._stopEffect(),yield It(t,e);let i=yield this._setEffect(this._effect,t);yield this._replaceLocalTrack(i)})}setResolution(i){return c(this,arguments,function*({video:e,effect:t}){if(!l.consumerScreenTrack&&this._mediaSettings.isScreenSharingEnabled)return;if(!this._stream)throw new Error("Local stream not found");let a=this._stream.getVideoTracks()[0];if(!a)throw new Error("Local video track not found");if(a.enabled){if(!this._effect)return It(a,e);if(t)return this._setEffectResolution(t)}})}updateNoiseSuppression(){return c(this,null,function*(){if(!this._stream||!this._mediaSettings.isAudioEnabled)return;let e=this._stream.getAudioTracks().find(t=>!t.contentHint);if(!e)throw new Error("Local audio track not found");if(e.enabled)return e.applyConstraints({noiseSuppression:l.noiseSuppression})})}videoEffect(e){return c(this,null,function*(){if(!l.videoEffects)throw new Error("Video Effects library is not set");if(!l.consumerScreenTrack&&this._mediaSettings.isScreenSharingEnabled)throw new Error("Can't apply effect to screensharing");if(_.log(v.DEVICE_CHANGED,`effect_${(e==null?void 0:e.effect)||"none"}`),!this._mediaSettings.isVideoEnabled){this._effect=e;return}if(this._stream&&e!==this._effect){let t=this._effect;this._effect=e;try{let i=new MediaStream([this._cameraVideoTrack.clone()]);return e?this._changeVideoInput(i,{width:l.videoEffectMaxWidth,height:l.videoEffectMaxHeight}):this._changeVideoInput(i)}catch(i){throw this._effect=t,i}}})}getAudioShareTrack(){return this._audioShareTrack}};var da=typeof Object.fromEntries=="function"?Object.fromEntries:function(n){if(!n||!n[Symbol.iterator])throw new Error("Object.fromEntries() requires a single iterable argument");let r={};for(let[e,t]of n)r[e]=t;return r};function la(n){return c(this,null,function*(){return new Promise((r,e)=>{let t=new FileReader;t.onload=i=>{r(i.target.result)},t.onerror=e,t.readAsArrayBuffer(n)})})}var yt=":",Ei="d",cn=533,or="a=fmtp:",dn="sps-pps-idr-in-keyframe=1",cr;(Fi=>{function n(I,C,D,w,g,T=!1,H=!1){let $=/[\r\n]+/,pe=`\r
|
|
8
|
+
`;if(!C&&!D&&!w&&!H&&!T&&!g)return I;function me(K){let he=["a=rtcp-fb:111 nack","a=rtcp-fb:111 nack pli"],Se="a=rtcp-fb:111",ie=K.findIndex(Y=>Y.startsWith(Se));return~ie&&(K[ie]=K[ie]+pe+he.join(pe)),K}function Le(K,he,Se){let ie=K.split(" "),Y=ie.slice(0,3),oe;for(oe=3;oe<ie.length;oe++)Se.includes(ie[oe])&&Y.push(ie[oe]);for(oe=3;oe<ie.length;oe++)!Se.includes(ie[oe])&&!he.includes(ie[oe])&&Y.push(ie[oe]);return Y.join(" ")}function Me(K,he){let Se=new RegExp("a=rtpmap:(\\d+) ([a-zA-Z0-9-]+)\\/\\d+"),ie,Y=[];for(ie=0;ie<K.length;++ie){let oe=K[ie].match(Se);oe&&oe.length===3&&oe[2]===he&&Y.push(oe[1])}return Y}function Ae(K,he,Se,ie){let Y,oe="m="+he;for(Y=0;Y<K.length;++Y)if(K[Y].startsWith(oe)){K[Y]=Le(K[Y],Se,ie);break}}function De(K,he){let Se=new RegExp(or+"(\\d+)");for(let ie=0;ie<K.length;++ie){let Y=K[ie].match(Se);if(Y&&Y.length===2&&he.includes(Y[1])){let oe=K[ie].trim()===or+Y[1]?" ":";";K[ie]+=oe+dn}}}function Ne(K){let he=Me(K,"H264");if(D){let Se=he.slice(0),ie=new RegExp(or+"(\\d+) apt=(\\d+)"),Y;for(Y=0;Y<K.length;++Y){let je=K[Y].match(ie);je&&je.length===3&&Se.includes(je[2])&&Se.push(je[1])}let oe=new RegExp("a=(rtpmap|rtcp-fb|fmtp):(\\d+) .*");for(Y=K.length;Y--;){let je=K[Y].match(oe);je&&je.length===3&&Se.includes(je[2])&&K.splice(Y,1)}Ae(K,"video",Se,[])}else C&&Ae(K,"video",[],he),g&&De(K,he)}function U(K){let he=Me(K,"VP9");w&&Ae(K,"video",[],he)}function Bt(K){let he=Me(K,"red");he.length>0&&Ae(K,"audio",[],he)}let B=I.split($);return(D||C||g)&&Ne(B),w&&U(B),H&&Bt(B),T&&me(B),B.join(pe)}Fi.patchLocalSDP=n;function r(I){return P.browserName()==="Firefox"&&Number(P.browserVersion())<60&&(I=I.replace("m=application 9 UDP/DTLS/SCTP webrtc-datachannel","m=application 9 DTLS/SCTP 5000").replace("a=sctp-port:5000","a=sctpmap:5000 webrtc-datachannel 256")),I}Fi.patchRemoteSDP=r;function e(I){return I?`${I.type||"WEB_SOCKET"}_${I.id}`:"_"}Fi.getPeerIdString=e;function t(I,C){return I&&I.id===C.id&&(I.type||"WEB_SOCKET")===(C.type||"WEB_SOCKET")}Fi.comparePeerId=t;function i(I){return c(this,null,function*(){return!I||!I.getStats?Promise.resolve(null):I.getStats(null).then(C=>{let D=null,w=null;if(C.forEach(g=>{g.type==="transport"&&g.selectedCandidatePairId?w=C.get(g.selectedCandidatePairId):g.type==="candidate-pair"&&g.state==="succeeded"&&!w&&(!g.hasOwnProperty("selected")||g.selected)&&(w=g)}),w&&w.localCandidateId){let g=C.get(w.localCandidateId);g&&(D={type:g.candidateType,ip:g.ip||g.ipAddress,port:g.port||g.portNumber})}return D}).catch(()=>null)})}Fi.getPeerConnectionHostInfo=i;let a=/^[0-9]+$/,s=/^([gu])([0-9]+)$/;function o(I,C){let D=String(I);return s.test(D)?(d.warn(`Already composite id [${I}] type supplied [${C}]`),D):C===J.GROUP?"g"+D:C===J.USER?"u"+D:(d.warn(`Unknown type [${C}] for id [${I}]`),D.match(a)?"u"+D:D)}Fi.composeUserId=o;function p(I,C,D){let w=o(I,C);return u(w,D)}Fi.composeParticipantId=p;function u(I,C){return C?I+yt+Ei+C:I}Fi.compose=u;function m(I){return p(I.id,I.idType||J.USER,I.deviceIdx||0)}Fi.composeId=m;function E(I){return I.participant?m(I.participant):p(I.participantId,I.participantType||J.USER,I.deviceIdx||0)}Fi.composeMessageId=E;function b(I){let C=String(I),D=C.match(s);return D?{id:Number(D[2]),type:D[1]==="g"?J.GROUP:J.USER}:(d.warn(`Unsupported compositeId [${I}]`),{id:Number(C),type:J.USER})}Fi.decomposeId=b;function k(I){let C=I.split(yt+Ei);return{compositeUserId:C[0],deviceIdx:C.length>1?parseInt(C[1],10):0}}Fi.decomposeParticipantId=k;function A(){var H,$;let I=($=(H=window.crypto)==null?void 0:H.randomUUID)==null?void 0:$.call(H);if(I)return I;let C="0123456789abcdefghijklmnopqrstuvwxyz".split(""),D=new Array(36),w=0,g,T;for(T=0;T<36;T++)T===8||T===13||T===18||T===23?D[T]="-":T===14?D[T]="4":(w<=2&&(w=33554432+Math.random()*16777216|0),g=w&15,w=w>>4,D[T]=C[T===19?g&3|8:g]);return D.join("")}Fi.uuid=A;function Q(I,C){let D;function w(){let g=this,T=arguments;D&&window.clearTimeout(D),D=window.setTimeout(()=>{I.apply(g,T)},C)}return w}Fi.throttle=Q;function j(I){if(!window.BigInt)return null;let C="",D=I.split(`
|
|
9
|
+
`);for(let T of D)if(T.startsWith("a=fingerprint")){let H=T.split(" ");if(H.length===2){C=H[1];break}}if(!C)return BigInt(-1);let w=C.split(":"),g=BigInt(0);for(let T=Math.min(7,w.length-1);T>=0;T--){let H=BigInt(parseInt(w[T],16));g<<=BigInt(8),g|=H}return BigInt.asIntN(64,g)}Fi.sdpFingerprint=j;function X(I){return c(this,null,function*(){return new Promise(C=>window.setTimeout(C,I))})}Fi.delay=X;function z(I,C,D){let w=[];return I.getSenders().forEach(g=>ee(C,g,g.track,D,w)),w}Fi.applySettings=z;function ee(I,C,D,w,g){var T;if(I&&D&&D.kind==="video"){let H=D.getSettings();if(H){let $=I.maxBitrateK?I.maxBitrateK*1024:null,pe=H.width,me=H.height,Le=pe&&me&&I.maxDimension?Math.max(1,Math.max(pe,me)/I.maxDimension):null,Me=I.maxFramerate?I.maxFramerate:null;if(pe&&me&&I.maxDimension&&I.maxDimension>Math.max(pe,me)){let U=Math.round(pe*me/256),Bt=(Math.round(U*cn/1e4)+1)*1e4;$=$===null?Bt:Math.min(Bt,$)}let Ae=I.degradationPreference?I.degradationPreference:"balanced",De=w[D.id];if(De&&De.bitrate===$&&De.scaleResolutionDownBy===Le&&De.maxFramerate===Me&&De.degradationPreference===Ae){g[D.id]=De;return}g[D.id]={bitrate:$,scaleResolutionDownBy:Le,maxFramerate:Me,degradationPreference:Ae};let Ne=C.getParameters();Ne.encodings||(Ne.encodings=[{}]),Ne.encodings.forEach(U=>{$?U.maxBitrate=$:delete U.maxBitrate,Le?U.scaleResolutionDownBy=Le:delete U.scaleResolutionDownBy,Me?U.maxFramerate=Me:delete U.maxFramerate}),Ne.degradationPreference=Ae,(T=C.setParameters)==null||T.call(C,Ne)}}}Fi.applyVideoTrackSettings=ee;function ge(I,C){Array.isArray(C)||(C=[C]);for(let D of C)if(I.includes(D))return!0;return!1}Fi.includesOneOf=ge;function Te(I){var C;return Object.entries(((C=I.participantState)==null?void 0:C.state)||{}).reduce((D,[w,g])=>(I.participantState&&(D[w]={ts:I.participantState.stateUpdateTs[w],state:g}),D),{})}Fi.mapParticipantState=Te;function rt(I){let C=I.map(D=>({uid:D.externalId,mediaSettings:D.mediaSettings,status:D.status,muteStates:D.muteStates,unmuteOptions:D.unmuteOptions,participantState:D.participantState,markers:D.markers,movieShareInfos:D.movieShareInfos}));return l.filterObservers?C.filter(D=>!D.uid.observer):C}Fi.mapSharedParticipants=rt;function ci(I,C){let D=Object.keys(I),w=Object.keys(C);if(D.length!==w.length)return!1;for(let g of D)if(!w.hasOwnProperty(g)||I[g].state!==C[g].state||I[g].ts!==C[g].ts)return!1;return!0}Fi.isEqualParticipantState=ci;function Ut(I,C){let D=Object.keys(I),w=Object.keys(C);if(D.length!==w.length)return!1;for(let g of D)if(!C.hasOwnProperty(g)||I[g]!==C[g])return!1;return!0}Fi.isObjectsEquals=Ut;function te(I,C){if(I.length!==C.length)return!1;for(let D of I)if(C.indexOf(D)<0)return!1;return!0}Fi.isArraysEquals=te;function Rr(I){return!Object.keys(I).length}Fi.isEmptyObject=Rr;function Cr(I,C){if(!I&&!C)return 0;if(!I||!C)return I?-1:1;return w(C.rank,I.rank)||w(I.ts,C.ts)||D(I,C);function D(g,T){let H={[J.USER]:0,[J.GROUP]:1},{compositeUserId:$,deviceIdx:pe}=k(g.id),{compositeUserId:me,deviceIdx:Le}=k(T.id),{id:Me,type:Ae}=b($),{id:De,type:Ne}=b(me);return w(H[Ae],H[Ne])||w(Me,De)||w(pe,Le)}function w(g,T){return g<T?-1:g===T?0:1}}Fi.participantMarkerCompare=Cr;function yr(I,C){let D=Object.entries(I).filter(([,w])=>Array.isArray(C)?!C.includes(w):w!==C);return da(D)}Fi.objectFilterOutValues=yr;function Ui(I,C,D){let w=D;for(let g in I)I.hasOwnProperty(g)&&(w=C(w,I[g],g));return w}Fi.objectReduce=Ui,Fi.setImmediate=(()=>{let I=1,C={},D=null;return typeof MessageChannel!="undefined"&&(D=new MessageChannel,D.port1.onmessage=w=>{let g=w.data;C[g]&&(C[g](),delete C[g])}),function(w){if(D&&document.visibilityState==="hidden"){let T=I;return I=I>=Number.MAX_SAFE_INTEGER?1:I+1,C[T]=w,D.port2.postMessage(T),()=>{C[T]&&delete C[T]}}let g=setTimeout(w,0);return()=>clearTimeout(g)}})()})(cr||(cr={}));var R=cr;var ln=1e3;function le(n,r,e=0){return r in n&&n[r]?n[r]:e}function pa(...n){return r=>{for(let e of n)if(e(r))return!0;return!1}}function Ze(n,r){return e=>e[n]===r}function pn(n){return(r,e)=>r[n]-e[n]}function Ii(n,r){return r.reduce((e,t)=>(e[t[n]]=t,e),{})}function un(n){let r={},e=[];for(let t of n)r[t.id]||(r[t.id]=!0,e.push(t));return e}function mn(n){return n!==null&&typeof n=="object"&&!Array.isArray(n)}function dr(n){return Object.keys(n).filter(r=>n[r]!==void 0).map(r=>[r,n[r]]).reduce((r,e)=>(r[e[0]]=mn(e[1])?dr(e[1]):e[1],r),{})}function hn(n){let r=[];for(let e of n)e.forEach(t=>r.push(t));return r}function _n(n){return c(this,null,function*(){let r=[];return RTCRtpReceiver.prototype.getStats?(r.push(...n.getReceivers().map(e=>e.getStats())),r.push(...n.getSenders().map(e=>e.getStats()))):r.push(n.getStats()),Promise.all(r).then(hn).then(un)})}function gn(n){let r=n.filter(Ze("type","candidate-pair")).sort(pn("priority")).find(pa(Ze("nominated",!0),Ze("selected",!0)));if(!r)return{totalRoundTripTime:0,currentRoundTripTime:0,bytesSent:0,bytesReceived:0};let e={totalRoundTripTime:r.totalRoundTripTime||0,currentRoundTripTime:r.currentRoundTripTime||0,bytesSent:r.bytesSent,bytesReceived:r.bytesReceived},t=n.find(Ze("id",r.remoteCandidateId));t&&Object.assign(e,{remote:{type:t.candidateType,address:t.ip||t.address,port:t.port,protocol:t.protocol}});let i=n.find(Ze("id",r.localCandidateId));return i&&Object.assign(e,{local:{type:i.candidateType,address:i.ip||i.address,port:i.port,protocol:i.protocol,relayProtocol:i.relayProtocol,networkType:i.networkType}}),dr(e)}function fn(n,r){let e=Ii("id",n),t=n.filter(pa(Ze("type","inbound-rtp"),Ze("type","outbound-rtp")));P.browserName()==="Firefox"&&(t=Object.values(t.reduce((a,s)=>{if(!a[s.ssrc])a[s.ssrc]=s;else{let o=Object.assign({},a[s.ssrc],s),p=a[s.ssrc].isRemote?s:a[s.ssrc];o.id=p.id,o.type=p.type,delete o.isRemote,delete o.remoteId,a[o.ssrc]=o}return a},{})));let i={};if(P.browserName()==="Safari"){let a=n.filter(Ze("type","track"));i=Ii("trackIdentifier",a)}return t.map(a=>{let s=Number(a.ssrc),o=a.mediaType||a.kind,p=a.trackId,u=a.type,m=a.codecId;if(P.browserName()==="Safari"){let b=/^.+_([\d]+)$/.exec(a.id);if(b&&(s=parseInt(b[1],10)),o=a.id.indexOf("Audio")>0?"audio":"video",r[s]){let k=o+"-"+r[s];i[k]&&(p=i[k].id)}}if(!u||!s||!o)return null;let E={ssrc:s,type:u,kind:o,bytesReceived:le(a,"bytesReceived"),bytesSent:le(a,"bytesSent"),jitter:le(a,"jitter"),packetsLost:le(a,"packetsLost"),packetsReceived:le(a,"packetsReceived"),packetsSent:le(a,"packetsSent"),fractionLost:le(a,"fractionLost"),pliCount:le(a,"pliCount"),firCount:le(a,"firCount"),nackCount:le(a,"nackCount"),userId:r[s],freezeCount:le(a,"freezeCount"),totalFreezesDuration:le(a,"totalFreezesDuration")};if(o==="video"){let b=le(a,"framesDecoded"),k=le(a,"totalInterFrameDelay"),A=le(a,"totalSquaredInterFrameDelay");E.interframeDelayVariance=(A-k*k/b)/b}if(o==="audio"&&(E.totalSamplesReceived=le(a,"totalSamplesReceived"),E.concealedSamples=le(a,"concealedSamples"),E.insertedSamplesForDeceleration=le(a,"insertedSamplesForDeceleration"),E.removedSamplesForAcceleration=le(a,"removedSamplesForAcceleration"),E.silentConcealedSamples=le(a,"silentConcealedSamples"),E.concealmentEvents=le(a,"concealmentEvents"),E.totalAudioEnergy=le(a,"totalAudioEnergy")),m&&e[m]){let b=e[m];E.clockRate=b.clockRate,E.mimeType=b.mimeType}if(p&&e[p]){let b=e[p];E.frameHeight=b.frameHeight,E.frameWidth=b.frameWidth,E.framesDecoded=b.framesDecoded,E.framesReceived=b.framesReceived,E.framesDropped=b.framesDropped}return dr(E)}).filter(a=>!!a)}function Sn(n,r){if(!r||!r.rtps||!n.rtps)return n;let e=Ii("ssrc",n.rtps),t=Ii("ssrc",r.rtps),i=(n.timestamp-r.timestamp)/1e3;return!e||!t||Object.keys(e).forEach(a=>{let s=e[a],o=t[a];if(!(!s||!o)){if(s.bytesReceived&&s.bytesReceived>o.bytesReceived&&(s.bandwidth=Math.round((s.bytesReceived-o.bytesReceived)/i)),s.bytesSent&&s.bytesSent>o.bytesSent&&(s.bandwidth=Math.round((s.bytesSent-o.bytesSent)/i)),s.packetsReceived)if(s.packetsReceived>o.packetsReceived||s.packetsLost>o.packetsLost){let p=s.packetsLost-o.packetsLost,u=s.packetsReceived-o.packetsReceived;s.packetLoss=parseFloat((100*p/(p+u)).toFixed(2))}else s.packetLoss=0;if(s.freezeCount>o.freezeCount&&(s.freezeCountDelta=s.freezeCount-o.freezeCount),s.totalFreezesDuration>o.totalFreezesDuration){let p=Math.round(s.totalFreezesDuration-o.totalFreezesDuration);s.totalFreezesDurationDelta=p}s.framesDropped&&o.framesDropped&&s.framesDropped>o.framesDropped&&(s.framesDroppedDelta=parseFloat(((s.framesDropped-o.framesDropped)/i).toFixed(0)))}}),n}function Kt(t,i){return c(this,arguments,function*(n,r,e={}){let a=yield _n(n),s={timestamp:Date.now(),transport:gn(a),rtps:fn(a,e)};return r?Sn(s,r):(yield R.delay(ln),Kt(n,s,e))})}function Ke(n){performance.clearMarks(n),performance.mark(n)}function lr(n){performance.clearMarks(n)}function $t(n){let r=performance.getEntriesByName(n)[0];if(typeof r=="undefined")return null;let e=Math.round(performance.now()-r.startTime);return performance.clearMarks(n),e}function qt(n){return`${v.SCREENSHARE_FIRST_FRAME}_${vn(n)}`}function vn(n){return typeof n=="string"?n:JSON.stringify(n)}var _=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 a={};typeof t!="undefined"&&(a.param=t),this._logInternal(e,a,i),this._externalLogger&&this._externalLogger.log(e,t,i)}logCustom(e,t,i=!1){this._logInternal(e,t,i)}_logInternal(e,t,i){let a={type:1,time:0,operation:e,timestamp:Date.now(),custom:Object.assign(t,{vcid:N.id()}),uid:this._api.getUserId()};this._batch.push(a),(i||!this._batchTimeout)&&this._sendBatch()}destroy(){this._sendBatch(),this._stopTimeout(),this._externalLogger&&this._externalLogger.destroy()}static create(e,t){_._instance||(_._instance=new _(e,t))}static log(e,t,i=!1){_._instance&&_._instance.log(e,t,i)}static logCustom(e,t,i=!1){_._instance&&_._instance.logCustom(e,t,i)}static logMeasure(e){let t=$t(e);_._instance&&t!==null&&_._instance.logCustom(e,{param:t})}static destroy(){_._instance&&_._instance.destroy(),_._instance=null}};var we=class{constructor(){this._worker=null}_createWorker(s,o){return c(this,arguments,function*(r,e,t=[],i={},a=[]){return new Promise((p,u)=>{let m=t.join(","),E=new Blob([r,`exports.default(${m});`],{type:"application/javascript; charset=utf-8"}),b=window.URL.createObjectURL(E);this._worker=new Worker(b),this._worker.onmessage=k=>{switch(k.data.type){case"ready":p();break;case"error":u(k.data.error);break;case"frame":e(k.data);break;case"debug":d.debug(k.data.message);break;case"log_error":_.log(v.ERROR,k.data.message);break}},this._sendToWorker("init",i,a)})})}_removeWorker(){var r;(r=this._worker)==null||r.terminate(),this._worker=null}_sendToWorker(r,e={},t=[]){var i;(i=this._worker)==null||i.postMessage(Object.assign({type:r},e),t)}static isBrowserSupported(){throw new Error("Not implemented")}};var ot=class extends we{init(r){return c(this,null,function*(){d.debug("LibVPxDecoder started"),yield this._createWorker('"use strict";var exports=(()=>{var d=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var y=Object.getOwnPropertyNames;var E=Object.prototype.hasOwnProperty;var R=(o,t)=>{for(var e in t)d(o,e,{get:t[e],enumerable:!0})},h=(o,t,e,s)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of y(t))!E.call(o,a)&&a!==e&&d(o,a,{get:()=>t[a],enumerable:!(s=x(t,a))||s.enumerable});return o};var M=o=>h(d({},"__esModule",{value:!0}),o);var D={};R(D,{default:()=>V});var V=(o,t)=>{let e=null,s=null,a=!0;function f(){return o({locateFile:t}).then(r=>s=r)}function u(r,c,n,g){if(!s){self.postMessage({type:"log_error",message:"decoder-init-fail-libvpx"}),self.postMessage({type:"frame",error:"Fatal initialization error"});return}if(a!==n&&(a=n,e&&(e=null,self.postMessage({type:"debug",message:`LibVPxDecoder codec changed to ${n?"VP9":"VP8"} - reinitialize`}))),!e&&(self.postMessage({type:"debug",message:`LibVPxDecoder codec ${n?"VP9":"VP8"}`}),e=new s.VpxDecoder,e.debug(g),!e.init(n?s.VpxType.VP9:s.VpxType.VP8))){e=null,self.postMessage({type:"frame",error:"Decoder failed to create"});return}try{e.allocateBuffer(c.byteLength).set(new Uint8Array(c))}catch(i){self.postMessage({type:"debug",message:i}),e=null,self.postMessage({type:"frame",error:String(i)});return}if(!(e.decode()&&e.nextImage())){self.postMessage({type:"frame",error:"Decode failed"});return}let l=e.getImageBuffer();if(!l){self.postMessage({type:"frame",error:"No decoded data"});return}let m=e.getImageWidth(),b=e.getImageHeight();e.nextImage()&&(self.postMessage({type:"debug",message:"LibVPxDecoder dropped frame"}),self.postMessage({type:"log_error",message:"LibVPxDecoder-drop"}));let p=new Uint8ClampedArray(l.byteLength);p.set(l),self.postMessage({type:"frame",data:p.buffer,width:m,height:b},[p.buffer])}f().then(()=>{self.onmessage=r=>{switch(r.data.type){case"frame":u(r.data.timestamp,r.data.data,r.data.isVP9,r.data.debug);break}},self.postMessage({type:"ready"})}).catch(r=>{self.postMessage({type:"error",error:String(r)})})};return M(D);})();\n',e=>{if(e.error)d.warn("LibVPxDecoder",e.error);else{let t=new ImageData(new Uint8ClampedArray(e.data),e.width,e.height);r(t)}},[ua,ua.getUrl])})}decodeFrame(r,e,t,i){this._sendToWorker("frame",{timestamp:r,data:e.buffer,isVP9:t,keyFrame:i,debug:d.enabled()},[e.buffer])}destroy(){this._removeWorker(),d.debug("LibVPxDecoder destroyed")}static isBrowserSupported(){return"WebAssembly"in window&&"Worker"in window}};var Fe=class extends we{init(r){return c(this,null,function*(){d.debug("WebCodecsDecoder started"),yield this._createWorker('"use strict";var exports=(()=>{var s=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var b=Object.prototype.hasOwnProperty;var E=(o,e)=>{for(var t in e)s(o,t,{get:e[t],enumerable:!0})},g=(o,e,t,c)=>{if(e&&typeof e=="object"||typeof e=="function")for(let r of m(e))!b.call(o,r)&&r!==t&&s(o,r,{get:()=>e[r],enumerable:!(c=f(e,r))||c.enumerable});return o};var D=o=>g(s({},"__esModule",{value:!0}),o);var V={};E(V,{default:()=>R});var R=o=>{let e=null,t=!0;function c(){self.postMessage({type:"ready"})}function r(d,l,a,i=!1){if(!e||t!==a){if(!i){self.postMessage({type:"debug",message:"WebCodecsDecoder dropped frame - waiting for keyframe"});return}t=a,e?self.postMessage({type:"debug",message:`WebCodecsDecoder codec changed to ${a?"VP9":"VP8"}`}):(self.postMessage({type:"debug",message:`WebCodecsDecoder codec ${a?"VP9":"VP8"}`}),e=new VideoDecoder({output:n=>{let u=o?[n]:[];self.postMessage({type:"frame",data:n},u),n.close()},error:n=>{e&&e.state!=="closed"&&e.close(),e=null,self.postMessage({type:"frame",error:"WebCodecsDecoder failed, reinitialize: "+String(n)})}})),e.configure({codec:a?"vp09.00.50.08":"vp8"})}let p=new EncodedVideoChunk({type:i?"key":"delta",timestamp:d,data:l});e.decode(p)}self.onmessage=d=>{switch(d.data.type){case"init":c();break;case"frame":r(d.data.timestamp,d.data.data,d.data.isVP9,d.data.keyFrame);break}}};return D(V);})();\n',e=>{e.error?d.warn("WebCodecsDecoder",e.error):r(e.data)},[P.baseChromeVersion()>=92])})}decodeFrame(r,e,t,i=!1){this._sendToWorker("frame",{timestamp:r,data:e.buffer,isVP9:t,keyFrame:i},[e.buffer])}destroy(){this._removeWorker(),d.debug("WebCodecsDecoder destroyed")}static isBrowserSupported(){return"VideoDecoder"in window&&"Worker"in window&&"VideoFrame"in window}};import{BitStream as En}from"bit-buffer";var In=65536,Tn=1280,Rn=1920,et=class{constructor(r,e,t){this._chunks=[];this._firstFrameReceived=!1;this._participantId=r,this._onStream=e,this._onStat=t}appendChunk(r){let e=this._chunks.length;if(r.start)this._measureFreezeDuration(!1),this._measureFreezeDuration(!0),e&&(d.warn("[FrameBuilder] Cleanup buffer",Array.prototype.slice.call(this._chunks)),this._chunks=[]);else if(!e||(this._chunks[e-1].sequence+1)%In!==r.sequence){d.warn("[FrameBuilder] Got incorrect chunk");return}if(this._chunks.push(r),r.end){let t=this._processFrameData(),{width:i,height:a}=et.getFrameSize(t);this._processFrame({timestamp:r.timestamp,frameData:t,isVP9:r.isVP9,keyframe:r.keyframe,width:i,height:a}),this._measureFirstFrame(i,a)}}destroy(){lr(v.SCREENSHARE_FREEZE_DURATION),lr(qt(this._participantId)),this._chunks=[]}_processFrameData(){let r=this._chunks;this._chunks=[];let e=r.reduce((a,s)=>a+s.data.byteLength,0),t=new Uint8Array(e),i=0;for(let a of r)t.set(new Uint8Array(a.data),i),i+=a.data.byteLength;return t}static getFrameSize(r){let e={width:0,height:0},t=new En(r.buffer);t.bigEndian=!0,t.index+=2;let i=t.readBits(1),s=t.readBits(1)<<1|i;return s===3&&t.index++,t.readBits(1)===1||t.readBits(1)!==0||(t.index++,t.index++,t.index+=24,s>=2&&t.index++,t.readBits(3)!==7?(t.index++,(s===1||s===3)&&(t.index+=3)):(s===1||s===3)&&t.index++,e.width=t.readBits(16)+1,e.height=t.readBits(16)+1),e}static isBrowserSupported(){throw new Error("Method `isBrowserSupported` is not implemented")}_measureFirstFrame(r,e){if(this._firstFrameReceived)return;this._firstFrameReceived=!0;let t=qt(this._participantId),i=$t(t);if(i===null)return;let a=Math.max(r,e),s=(()=>a>=Rn?v.SCREENSHARE_FIRST_FRAME_LARGE:a>=Tn?v.SCREENSHARE_FIRST_FRAME_MEDIUM:v.SCREENSHARE_FIRST_FRAME_SMALL)();_.logCustom(s,{param:i})}_measureFreezeDuration(r){if(r){Ke(v.SCREENSHARE_FREEZE_DURATION);return}let e=$t(v.SCREENSHARE_FREEZE_DURATION);e!==null&&e>1e3&&this._onStat({freeze_duration:e})}};var ct=class{constructor(r){this._onStream=r}drawFrame(r){return c(this,null,function*(){throw new Error("Method `drawFrame` is not supported by this implementation")})}drawImage(r){return c(this,null,function*(){throw new Error("Method `drawImage` is not supported by this implementation")})}static isBrowserSupported(){throw new Error("Method `isBrowserSupported` is not implemented")}};var Pt=class extends ct{constructor(e){super(e);this._canvas=null;this._canvasContext=null;this._stream=null;this._track=null;d.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()}drawImage(e){return c(this,null,function*(){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,this._useImageBitmap){let i=yield createImageBitmap(e,0,0,e.width,e.height);this._canvasContext.transferFromImageBitmap(i),i.close()}else{let i=this._canvasContext;i.clearRect(0,0,t.width,t.height),i.putImageData(e,0,0)}this._requestCanvasFrame()})}destroy(){this._removeStream(),d.debug("CanvasRenderer destroyed")}static isBrowserSupported(){return("CanvasCaptureMediaStream"in window||"CanvasCaptureMediaStreamTrack"in window)&&!(P.browserName()==="Safari"&&Number(P.browserVersion())===15)&&!(P.browserName()==="Firefox"&&Number(P.browserVersion())<60)}};var dt=class extends ct{constructor(e){super(e);d.debug("TrackGeneratorRenderer started"),this._generator=new MediaStreamTrackGenerator({kind:"video"}),this._writer=this._generator.writable.getWriter(),this._stream=new MediaStream([this._generator]),this._onStream(this._stream)}drawFrame(e){return c(this,null,function*(){yield this._writer.write(e)})}destroy(){this._writer.releaseLock(),this._generator.writable.close().then(()=>this._generator.stop()),d.debug("TrackGeneratorRenderer destroyed")}static isBrowserSupported(){return"VideoFrame"in window&&"MediaStreamTrackGenerator"in window&&Fe.isBrowserSupported()}};var bt=class extends et{constructor(e,t,i){super(e,t,i);this._decoderReady=!1;this._decoderQueue=[];d.debug(`StreamBuilder started for participant [${e}]`),dt.isBrowserSupported()?this._renderer=new dt(t):this._renderer=new Pt(t),Fe.isBrowserSupported()?this._decoder=new Fe:this._decoder=new ot;let a=s=>c(this,null,function*(){"VideoFrame"in window&&s instanceof VideoFrame?yield this._renderer.drawFrame(s):this._renderer.drawImage(s)});this._decoder.init(a).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(),d.debug(`StreamBuilder destroyed for participant ${this._participantId}`)}static isBrowserSupported(){return Pt.isBrowserSupported()||dt.isBrowserSupported()}};function ma(n,r,e,t,i,a,s){let o=0;r&&(o|=1),e&&(o|=2),t&&(o|=4),s||(o|=8);let p=new ArrayBuffer(11),u=new DataView(p);if(u.setUint8(0,1),u.setUint16(1,i),u.setUint32(3,n),u.setUint8(7,a?1:0),u.setUint16(8,0),u.setUint8(10,o),!s)return p;let m=new Uint8Array(p.byteLength+s.byteLength);return m.set(new Uint8Array(p),0),m.set(new Uint8Array(s),p.byteLength),m.buffer}function ha(n){let r=new DataView(n),e=r.getUint8(0),t=r.getUint16(1),i=r.getUint32(3),a=r.getUint8(7)===1,s=r.getUint16(8),o=r.getUint8(10),p=!!(o&1),u=!!(o&2),m=!!(o&4),E=!!(o&8);if(e!==1)throw new Error(`Unexpected protocol version. Got ${e}, expected 1`);return{timestamp:i,start:p,end:u,keyframe:m,sequence:t,isVP9:a,ssrc:s,eos:E,data:n.slice(11)}}function _a(n){if(!n||!n.byteLength||n.byteLength!==4)return!1;let r=new DataView(n);return!(r.getUint8(0)!==1||r.getUint8(1)!==1||r.getUint16(2)!==0)}function ga(n){if(!n||!n.byteLength||n.byteLength!==10)return null;let r=new DataView(n);if(r.getUint8(0)!==1||r.getUint8(1)!==2||r.getUint16(2)!==0)return null;let a=r.getUint16(4),s=r.getUint32(6);return{seq:a,ts2:s}}import*as y from"simple-ebml-builder";var Cn=Ar(2,15)-1,pr=1,yn=5,Pn=5;var zt=class{constructor(r){this._queue=[];this._clearBufferTill=0;this._mediaSource=new MediaSource,this._codec=r;let e=()=>{this._mediaSource.removeEventListener("sourceopen",e),this._initBuffer(),this._handleQueue()};this._mediaSource.addEventListener("sourceopen",e,!1)}_handleQueue(){if(!this._sourceBuffer||this._sourceBuffer.updating||!this._queue.length)return;if(this._clearBufferTill&&this._sourceBuffer.buffered.length){let t=this._sourceBuffer.buffered.start(0);t<this._clearBufferTill&&(this._sourceBuffer.remove(t,this._clearBufferTill),d.debug(`[WebmBuilder] SourceBuffer cleanup from ${t} to ${this._clearBufferTill}`)),this._clearBufferTill=0;return}let r=this._queue;this._queue=[];let e=zt._buildQueue(r);this._sourceBuffer.appendBuffer(e)}static _buildQueue(r){if(r.length){if(r.length===1)return y.build(r[0])}else return new Uint8Array;let e=r.reduce((a,s)=>a+s.countSize(),0),t=new Uint8Array(e),i=0;for(let a of r){let s=y.build(a);t.set(s,i),i+=s.byteLength}return t}_initBuffer(){this._sourceBuffer=this._mediaSource.addSourceBuffer(`video/webm; codecs="${this._codec}"`),this._sourceBuffer.mode="sequence",this._sourceBuffer.addEventListener("updateend",()=>this._handleQueue())}changeType(r){var e;return this._codec=r,(e=this._sourceBuffer)==null?void 0:e.changeType(r)}append(r,e=!1){this._queue.push(r),e&&this._handleQueue()}cleanup(){var a,s,o;((a=this._mediaSource)==null?void 0:a.readyState)==="open"&&((s=this._sourceBuffer)==null||s.abort());let r=(o=this._sourceBuffer)==null?void 0:o.buffered,e=r==null?void 0:r.length;if(!e)return;let t=r.start(0),i=Math.max(0,r.end(e-1)-yn);i-t>Pn&&(this._clearBufferTill=i)}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 r;return(r=this._sourceBuffer)==null?void 0:r.buffered}},ye=class extends et{constructor(e,t,i){super(e,t,i);this._video=null;this._stream=null;this._earliestTimestamp=0;this._clusterStartTime=0;this._lastFrameTimestamp=0;d.debug(`[WebmBuilder] started for participant [${e}]`)}static _intToU16BE(e){return new Uint8Array([e>>8,e])}static _genWebmHeader(){return y.element(y.ID.EBML,[y.element(y.ID.EBMLVersion,y.number(1)),y.element(y.ID.EBMLReadVersion,y.number(1)),y.element(y.ID.EBMLMaxIDLength,y.number(4)),y.element(y.ID.EBMLMaxSizeLength,y.number(8)),y.element(y.ID.DocType,y.string("webm")),y.element(y.ID.DocTypeVersion,y.number(2)),y.element(y.ID.DocTypeReadVersion,y.number(2))])}static _genSegmentHeader(e,t,i){let a=y.element(y.ID.Info,[y.element(y.ID.TimecodeScale,y.number(1e6)),y.element(y.ID.MuxingApp,y.string("vk-webm-builder")),y.element(y.ID.WritingApp,y.string("vk-webm-builder"))]),s=[y.element(y.ID.PixelWidth,y.number(e)),y.element(y.ID.PixelHeight,y.number(t))],o=y.element(y.ID.Tracks,y.element(y.ID.TrackEntry,[y.element(y.ID.TrackNumber,y.number(pr)),y.element(y.ID.TrackUID,y.number(pr)),y.element(y.ID.TrackType,y.number(1)),y.element(y.ID.FlagLacing,y.number(0)),y.element(y.ID.DefaultDuration,y.number(1e9)),y.element(y.ID.CodecID,y.string(`V_${i.toUpperCase()}`)),y.element(y.ID.Video,s)]));return y.unknownSizeElement(y.ID.Segment,[a,o])}static _genClusterHeader(e){return y.unknownSizeElement(y.ID.Cluster,[y.element(y.ID.Timecode,y.number(Math.round(e)))])}_createVideo(e){this._mediaBuffer=new zt(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){d.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=()=>d.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,d.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(),d.debug(`[WebmBuilder] Segment header for participant [${this._participantId}]`);let o=ye._genWebmHeader();this._mediaBuffer.append(o);let p=ye._genSegmentHeader(e.width,e.height,t);this._mediaBuffer.append(p)}let a=Math.round(i-this._clusterStartTime);if(a>Cn&&(this._clusterStartTime=i,a=0),a===0){d.debug(`[WebmBuilder] Cluster header for participant [${this._participantId}]`);let o=ye._genClusterHeader(this._clusterStartTime);this._mediaBuffer.append(o)}let s=y.element(y.ID.SimpleBlock,[y.vintEncodedNumber(pr),y.bytes(ye._intToU16BE(a)),y.number((e.keyframe?1:0)<<7),y.bytes(e.frameData)]);this._mediaBuffer.append(s,!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),d.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 lt=class{constructor(r,e,t,i,a){this._participantIdRegistry=null;this._streamBuilders={};this._onStream=()=>{};this._onEos=()=>{};d.debug("ScreenCaptureReceiver started"),this._datachannel=r,this._participantIdRegistry=e,this._onStream=t,this._onEos=i,this._onStat=a,this._datachannel.onmessage=s=>this._onDataChannelMessage(s.data)}_onDataChannelMessage(r){var a,s;let e=ha(r),t=(s=(a=this._participantIdRegistry)==null?void 0:a.getStreamDescription(e.ssrc))==null?void 0:s.participantId;if(!t){d.warn(`Participant id for ssrc ${e.ssrc} not found in registry`);return}if(e.eos){this.close(t),this._onEos(t);return}let i=this._streamBuilders[t];if(!i){let o=p=>this._onStream(t,p);l.screenShareWebmBuilder&&ye.isBrowserSupported()?i=new ye(t,o,this._onStat):i=new bt(t,o,this._onStat),this._streamBuilders[t]=i}i.appendChunk(e)}close(r){let e=this._streamBuilders[r];e&&(e.destroy(),delete this._streamBuilders[r])}destroy(){this._datachannel.onbufferedamountlow=null,this._datachannel.onmessage=null,this._onStream=()=>{},Object.values(this._streamBuilders).forEach(r=>r.destroy()),this._streamBuilders={},this._participantIdRegistry=null,d.debug("ScreenCaptureReceiver destroyed")}static isBrowserSupported(){return(Fe.isBrowserSupported()||ot.isBrowserSupported())&&(bt.isBrowserSupported()||ye.isBrowserSupported())}};import fa from"@vkontakte/libvpx";var bn=1e3,Mt=class extends we{constructor(e,t,i,a){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._useCongestionControl=i,this._maxBitrate=a,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 c(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 a=this._video;a.srcObject=new MediaStream([e]),a.onloadeddata=p=>t(),a.onerror=()=>i(new Error("Video element error"));let s=a.play(),o=()=>i(new Error("Autoplay is disabled"));s?s.catch(o):o()}})})}_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 c(this,null,function*(){if(!this._imageCapture)throw new Error("Destroyed");return this._imageCapture.grabFrame()})}_drawFrameData(e){var a;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(),(a=this._canvasCtx)==null?void 0:a.getImageData(0,0,t,i)}_requestCanvasFrame(){this._track&&this._track.requestFrame?this._track.requestFrame():this._stream&&this._stream.requestFrame&&this._stream.requestFrame()}init(){return c(this,null,function*(){this._createDom();let e=this._sourceTrack.getSettings().width,t=this._sourceTrack.getSettings().height;d.debug(`LibVPxEncoder started ${e}x${t}, codec ${this.isVP9()?"VP9":"VP8"}`),yield this._createStream(this._sourceTrack),yield this._createWorker(`"use strict";var exports=(()=>{var b=Object.defineProperty;var R=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var y=Object.prototype.hasOwnProperty;var V=(a,r)=>{for(var s in r)b(a,s,{get:r[s],enumerable:!0})},h=(a,r,s,i)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of x(r))!y.call(a,e)&&e!==s&&b(a,e,{get:()=>r[e],enumerable:!(i=R(r,e))||i.enumerable});return a};var M=a=>h(b({},"__esModule",{value:!0}),a);var F={};V(F,{default:()=>A});var A=(a,r,s,i)=>{let e;function m(t,o){return a({locateFile:r}).then(n=>{if(e=new n.VpxEncoder,e.debug(o),!e.init(t?n.VpxType.VP9:n.VpxType.VP8))throw self.postMessage({type:"log_error",message:"encoder-init-fail-libvpx"}),new Error("LibVPxEncoder failed to create");if(s){let d=Math.round(i/1e3);e.setTargetBitrate(d)}else e.setMaxQuantizer(10),e.setTargetBitrate(1024)})}function E(t,o,n,p){let d=e.allocateImage(t,o);if(!d){self.postMessage({type:"frame",error:"No buffer data"});return}d.set(new Uint8Array(n));let f=Math.round(performance.now()),u=150;if(!e.encode(f,u,p)){self.postMessage({type:"frame",error:"Encode failed"});return}let c=e.readFrame();if(!c){self.postMessage({type:"frame",error:"No encoded data"});return}e.readFrame()&&(self.postMessage({type:"debug",message:"LibVPxEncoder dropped frame"}),self.postMessage({type:"log_error",message:"LibVPxEncoder-drop"}));let l=new Uint8Array(c.byteLength);l.set(c),self.postMessage({type:"frame",frameType:p?"key":"delta",timestamp:f,duration:u,width:t,height:o,data:l.buffer},[l.buffer])}function g(t,o){let n=Math.round(t/1e3);e.setTargetBitrate(n)}self.onmessage=t=>{switch(t.data.type){case"init":m(t.data.isVP9,t.data.debug).then(()=>self.postMessage({type:"ready"})).catch(o=>self.postMessage({type:"error",error:String(o)}));break;case"frame":E(t.data.width,t.data.height,t.data.imageData,t.data.keyFrame);break;case"set_bitrate":g(t.data.bitrate,t.data.useCbr);break}}};return M(F);})();
|
|
10
|
+
`,i=>{var a;i.error?this._onFrame(null,i.error):this._onFrame({type:i.frameType,timestamp:i.timestamp,duration:i.duration,data:i.data,byteLength:(a=i.data)==null?void 0:a.byteLength,width:i.width,height:i.height})},[fa,fa.getUrl,this._useCongestionControl,this._maxBitrate],{isVP9:this.isVP9(),debug:d.enabled()})})}_encode(e,t){let i=e.data.buffer;this._sendToWorker("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)},bn),this._getFrameBitmap().then(t=>{var a;window.clearTimeout(this._frameReadTimeout),(a=this._lastFrame)==null||a.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)}setBitrate(e,t=!1){this._sendToWorker("set_bitrate",{bitrate:e,useCbr:t})}isVP9(){return!1}destroy(){this._removeWorker(),this._removeStream(),this._removeDom(),d.debug("LibVPxEncoder destroyed")}static isBrowserSupported(){return"WebAssembly"in window&&"Worker"in window&&("CanvasCaptureMediaStream"in window||"CanvasCaptureMediaStreamTrack"in window)}};var pt=class extends we{constructor(e,t,i,a,s,o){super();this._sourceTrack=e,this._onFrame=t,this._useCongestionControl=i,this._maxBitrate=a,this._useCbr=s,this._frameRate=o,this._trackProcessor=new MediaStreamTrackProcessor(e)}init(){return c(this,null,function*(){let e=this._sourceTrack.getSettings().width,t=this._sourceTrack.getSettings().height,i=this._trackProcessor.readable;d.debug(`WebCodecsEncoder started ${e}x${t}, codec ${this.isVP9()?"VP9":"VP8"}`),yield this._createWorker(`"use strict";var exports=(()=>{var b=Object.defineProperty;var C=Object.getOwnPropertyDescriptor;var T=Object.getOwnPropertyNames;var B=Object.prototype.hasOwnProperty;var _=(a,t)=>{for(var n in t)b(a,n,{get:t[n],enumerable:!0})},x=(a,t,n,i)=>{if(t&&typeof t=="object"||typeof t=="function")for(let r of T(t))!B.call(a,r)&&r!==n&&b(a,r,{get:()=>t[r],enumerable:!(i=C(t,r))||i.enumerable});return a};var I=a=>x(b({},"__esModule",{value:!0}),a);var O={};_(O,{default:()=>M});var M=()=>{let t,n,i,r,R,E,l=null,p=0,s=!1,d=0,g,V,c=!1;function h(e){t=e.readable,n=t.getReader(),i=e.width,r=e.height,R=e.isVP9,E=e.framerate,g=e.useCongestionControl,V=e.maxBitrate,g&&(d=V,c=e.useCbr),u(),self.postMessage({type:"ready"})}function y(e){p=self.setTimeout(()=>{l&&A(l,e)},1e3),!s&&(s=!0,n.read().finally(()=>{s=!1,self.clearTimeout(p)}).then(({done:o,value:m})=>{if(l==null||l.close(),l=null,!(o||!m)){if(!f){n.releaseLock(),t.cancel();return}l=m,A(m,e)}}))}function A(e,o){(e.codedWidth!==i||e.codedHeight!==r)&&(i=e.codedWidth,r=e.codedHeight,u()),f.encode(e,{keyFrame:o})}function u(){let e={framerate:E,codec:R?"vp09.00.50.08":"vp8",width:i,height:r,latencyMode:"realtime",bitrateMode:c?"constant":"variable"};d>0&&(e.bitrate=d),f.configure(e)}function F(e,o=!1){d=e,c=o,u()}let f=new VideoEncoder({output:e=>{let o;e.data?o=e.data:(o=new ArrayBuffer(e.byteLength),e.copyTo(o)),self.postMessage({type:"frame",frameType:e.type,timestamp:e.timestamp,duration:e.duration,width:i,height:r,data:o},[o])},error:e=>{self.postMessage({type:"frame",error:String(e)})}});self.onmessage=e=>{switch(e.data.type){case"init":h(e.data);break;case"frame":y(e.data.keyFrame);break;case"set_bitrate":F(e.data.bitrate,e.data.useCbr);break}}};return I(O);})();
|
|
11
|
+
`,a=>{var s;a.error?this._onFrame(null,a.error):this._onFrame({type:a.frameType,timestamp:a.timestamp,duration:a.duration,data:a.data,byteLength:(s=a.data)==null?void 0:s.byteLength,width:a.width,height:a.height})},[],{readable:i,width:e,height:t,isVP9:this.isVP9(),framerate:this._frameRate,useCongestionControl:this._useCongestionControl,maxBitrate:this._maxBitrate,useCbr:this._useCbr},[i])})}requestFrame(e=!1){this._sendToWorker("frame",{keyFrame:e})}setBitrate(e,t){this._sendToWorker("set_bitrate",{bitrate:e,useCbr:t})}isVP9(){return!0}destroy(){this._removeWorker(),d.debug("WebCodecsEncoder destroyed")}static isBrowserSupported(){return"VideoEncoder"in window&&"Worker"in window&&"EncodedVideoChunk"in window&&"MediaStreamTrackProcessor"in window}};var Mn=2100,An=600,Dn=1.2,Sa=.8,kn=2e3,On=8e3,ur=8e3,wn=16e3,xn=4,Ln=2e3,Ri=(t=>(t[t.NONE=0]="NONE",t[t.UP=1]="UP",t[t.DOWN=2]="DOWN",t))(Ri||{}),Jt=class{constructor(r,e,t,i,a,s){this._upPenalty=0;this._delayAvgShort=-1;this._delayAvgLong=-1;this._minDelay=Number.MAX_VALUE;this._maxDelay=0;this._largeDelayDuration=0;this._onCongestion=r,this._ccEnabled=i,this._minBitrate=e,this._maxBitrate=t,this._fastSharing=a,s>0?this._highDelayThreshold=s:this._highDelayThreshold=Mn,a&&(this._highDelayThreshold=An),this._trendDelayThreshold=Math.round(this._highDelayThreshold/3),this._targetBitrate=this._maxBitrate,this._probing=!1;let o=Date.now();this._lastDown=0,this._lastUp=o,this._lastProbing=o,this._lastCheckDelay=0}checkDelay(r,e,t){let i=Date.now();if(this._calcDelay(e,i),this._delayAvgShort<=0||this._delayAvgLong<=0||!this._ccEnabled)return;let a=0,s=this._delayAvgShort-this._delayAvgLong,o=Math.round(Math.abs(s)*100/this._delayAvgLong),p=s>40&&o>30&&this._delayAvgShort>this._trendDelayThreshold,u=this._delayAvgShort>this._highDelayThreshold;p||u?a=2:Math.abs(s)<40&&o<10&&!u&&(a=1);let m=Math.round(this._targetBitrate/1e3),E=t;r%10===0&&d.debug(`#${r}: cc: delay=${e} short=${this._delayAvgShort} long=${this._delayAvgLong} delta=${s} percent=${o} -> ${Ri[a]} tr=${m} br=${t}`);let b=i-this._lastDown;if(a===2&&b>kn){this._probing&&(this._upPenalty=Math.min(++this._upPenalty,xn),this._probing=!1);let X=Sa*E*1e3;if(X>=this._targetBitrate&&(X=this._targetBitrate*Sa),X=Math.max(X,this._minBitrate),X<this._targetBitrate){let z=Math.round(X/1e3),ee=Math.round(this._upPenalty*ur/1e3);d.log(`#${r}: cc: delay=${e} short=${this._delayAvgShort} long=${this._delayAvgLong} delta=${s} percent=${o} -> ${Ri[a]}`),d.log(`#${r}: cc: DOWN delay=${e} bitrate=${E} target=${m} -> newBitrate=${z} penalty=${ee}s`),this._setBitrate(X,!0),this._targetBitrate=X}this._lastDown=i}let k=i-this._lastUp,A=On+this._upPenalty*ur;if(a===1&&k>A&&b>A){let X=Math.min(this._targetBitrate*Dn,this._maxBitrate);if(X>this._targetBitrate){let z=Math.round(X/1e3),ee=Math.round(this._targetBitrate/1e3),ge=Math.round(this._upPenalty*ur/1e3);d.log(`#${r}: cc: delay=${e} short=${this._delayAvgShort} long=${this._delayAvgLong} delta=${s} percent=${o} -> ${Ri[a]}`),d.log(`#${r}: cc: UP bitrate=${E} target=${ee} -> newBitrate=${z} penalty=${ge}s`),this._setBitrate(X,!1),this._targetBitrate=X,this._probing=!0,this._lastProbing=i,this._lastUp=i}}let Q=i-this._lastProbing;this._probing&&Q>wn&&(this._probing=!1);let j=i-this._lastDown;this._upPenalty>0&&j>3*A&&(d.log(`#${r}: cc: UP reset penalty: oldPenalty=${this._upPenalty}`),this._upPenalty=0)}_setBitrate(r,e){this._fastSharing&&(e=!0),this._onCongestion(r,e)}_calcDelay(r,e){if(!(r<=0)){if(this._delayAvgShort===-1&&(this._delayAvgShort=r,this._delayAvgLong=r),this._delayAvgShort=Math.round((this._delayAvgShort*3+r)/4),this._delayAvgLong=Math.round((this._delayAvgLong*23+r)/24),r>0&&r<this._minDelay?this._minDelay=r:r>this._maxDelay&&(this._maxDelay=r),this._lastCheckDelay===0&&(this._lastCheckDelay=e),r>Ln){let t=e-this._lastCheckDelay;this._largeDelayDuration+=t}this._lastCheckDelay=e}}reconfigure(r,e){this._minBitrate=r,this._maxBitrate=e}getStat(){if(this._minDelay===Number.MAX_VALUE||this._maxDelay===0||this._delayAvgLong<=0)return null;let r={minDelay:this._minDelay,maxDelay:this._maxDelay,avgDelay:this._delayAvgLong,largeDelayDuration:this._largeDelayDuration};return this._minDelay=Number.MAX_VALUE,this._maxDelay=0,this._largeDelayDuration=0,r}};var Yt=class{constructor(r){this._size=0;this._head=0;this._tail=0;this._maxSize=r,this._buffer=new Array(r)}add(r,e,t,i,a){this._tail===this._head&&this._size>0&&(this._head=++this._head%this._maxSize);let s=this._tail;return this._buffer[this._tail]={seq:r,ts:e,size:t,sent:Date.now(),start:i,end:a,ts2:-1,recv:-1},this._tail=++this._tail%this._maxSize,this._size++,s}update(r,e){let t=this.get(r);return t===null?null:(t.ts2=e,t.recv=Date.now(),t)}get(r){let e=this._head;for(let t=0;t<this._maxSize;t++){if(r===this._buffer[e].seq)return this._buffer[e];if(e=++e%this._maxSize,e===this._tail)break}return null}getServerBitrateK(r){let e=0,t=0,i=-1,a=-1,s=this._tail;for(let o=0;o<this._maxSize;o++){s>0?--s:s=this._maxSize-1;let p=this._buffer[s];if(p===null||(a===-1&&(a=p.ts2,t=0),a>=0&&(t+=p.size),i=p.ts2,a-i>=r)||s===this._head)break}if(i>=0&&a>=0){let o=a-i;e=Math.round(o>0?t*8/o:0)}return e}getCurrentDelay(){let r=this._tail;for(let e=0;e<this._maxSize;e++){r>0?--r:r=this._maxSize-1;let t=this._buffer[r];if(t===null)break;if(t.recv>=0&&t.sent>=0)return t.recv-t.sent;if(r===this._head)break}return 0}getMaxBandwidth(){let r=0,e=0,t=-1,i=-1,a=this._tail;for(let s=0;s<this._maxSize;s++){if(a>0?--a:a=this._maxSize-1,i===-1&&this._buffer[a].end&&!this._buffer[a].start&&(i=this._buffer[a].ts2,e=0),t===-1&&i>=0&&this._buffer[a].start&&!this._buffer[a].end&&(t=this._buffer[a].ts2),t>=0&&i>=0){let o=i-t;r=o>0?e*8/o:0;break}if(i>=0&&(e+=this._buffer[a].size),a===this._head)break}return Math.round(r)}};var Un=65536,Bn=50,Fn=400,Vn=1e6,jn=3e4,Ci=0,ut=class{constructor(r,e,t,i){this._destroyed=!1;this._needKeyframe=!0;this._frameNum=0;this._feedback=new Yt(1024);this._lastSharingStat=Date.now();this._congestionControlEnabled=!1;d.debug("ScreenCaptureSender started"),this.DATA_SIZE=l.consumerScreenDataChannelPacketSize-11,this._datachannel=e,this._signaling=t,this._fastSharing=i,this._congestionControlEnabled=l.screenShareCongestionControl||this._fastSharing,this._width=r.getSettings().width,this._height=r.getSettings().height;let{minBitrate:a,maxBitrate:s}=this._calcMinMaxBitrate(this._width,this._height),o=this._onCongestionCallback.bind(this);d.log(`ScreenCaptureSender: CongestionControl: enabled=${this._congestionControlEnabled} minBitrate=${Math.round(a/1e3)}k maxBitrate=${Math.round(s/1e3)}k delayThreshold=${l.screenShareCongestionControlThreshold}`),this._congestionControl=new Jt(o,a,s,this._congestionControlEnabled,this._fastSharing,l.screenShareCongestionControlThreshold);let p=(u,m)=>{if(!this._destroyed){if(!u){d.warn("requestFrame failed, keyFrame: "+this._needKeyframe,m),this._needKeyframe=!0,this._requestFrame();return}(u.width!==this._width||u.height!==this._height)&&(this._width=u.width,this._height=u.height,this._onResize(this._width,this._height)),this._send(u).catch(E=>{d.warn("sendFrame failed",E),this._needKeyframe=!0}).finally(()=>{this._frameNum++,u.type==="key"&&d.debug(`#${this._frameNum}: sharing: send keyframe size=${Math.round(u.byteLength/1e3)}k`);let E=this._feedback.getCurrentDelay(),b=this._feedback.getServerBitrateK(2e3);E>0&&this._congestionControl.checkDelay(this._frameNum,E,b),this._requestFrame()}),this._sendSharingStat()}};if(pt.isBrowserSupported()){let u=this._fastSharing,m=l.getScreenFrameRate(this._fastSharing);this._encoder=new pt(r,p,this._congestionControlEnabled,s,u,m)}else this._encoder=new Mt(r,p,this._congestionControlEnabled,s);this._datachannel.onmessage=u=>{_a(u.data)&&(d.debug(`[${this._datachannel.label}] Requested keyframe`),this._needKeyframe=!0);let m=ga(u.data);m!==null&&this._checkCcFeedback(m)},this._encoder.init().then(()=>this._requestFrame()).catch(u=>d.warn("ScreenCaptureSender init failed",u))}_requestFrame(){this._destroyed||(this._encoder.requestFrame(this._needKeyframe),this._needKeyframe=!1)}_wrapHeader(r,e,t,i,a){let s=ma(r,e,t,i,Ci,this._encoder.isVP9(),a);return Ci=(Ci+1)%Un,s}_stopPacket(){return this._wrapHeader(Date.now(),!1,!1,!1,null)}_send(r){return c(this,null,function*(){return new Promise((e,t)=>{this._sendChunk(r,0,e,t)})})}_sendChunk(r,e,t,i){if(!this._datachannel||this._datachannel.readyState!=="open"){i();return}let a=r.data.slice(e,e+this.DATA_SIZE),s=r.data.byteLength<=e+a.byteLength;this._feedback.add(Ci,r.timestamp,a.byteLength,!e,s);let o=this._wrapHeader(r.timestamp,!e,s,r.type==="key",a);this._datachannel.onbufferedamountlow=s?()=>{this._datachannel.bufferedAmount<=this._datachannel.bufferedAmountLowThreshold&&t()}:null;try{this._datachannel.send(o)}catch(p){d.warn("Error send data to DataChannel",p),i();return}s||R.setImmediate(()=>this._sendChunk(r,e+this.DATA_SIZE,t,i))}destroy(){this._datachannel.onbufferedamountlow=null,this._datachannel.onmessage=null,this._datachannel.readyState==="open"&&this._datachannel.send(this._stopPacket()),this._destroyed=!0,this._encoder.destroy(),d.debug("ScreenCaptureSender destroyed")}static isBrowserSupported(){return pt.isBrowserSupported()||Mt.isBrowserSupported()}_onCongestionCallback(r,e){this._encoder.setBitrate(r,e)}_onResize(r,e){let{minBitrate:t,maxBitrate:i}=this._calcMinMaxBitrate(r,e),a=Math.round(t/1e3),s=Math.round(i/1e3);d.log(`cc: resize to ${r}x${e}, minBitrate=${a} maxBitrate=${s}`),this._congestionControl.reconfigure(t,i)}_calcMinMaxBitrate(r,e){(r===void 0||r<640)&&(r=640),(e===void 0||e<360)&&(e=360);let t=r*e/256,i=Math.min(Vn,Math.round(t*Bn)),a=Math.round(t*Fn);return{minBitrate:i,maxBitrate:a}}_checkCcFeedback(r){this._feedback.update(r.seq,r.ts2)===null&&d.debug(`cc: update failed, seq=${r.seq}`)}_sendSharingStat(){let r=Date.now();if(r-this._lastSharingStat>jn){let t=this._congestionControl.getStat();t!==null&&(d.debug(`cc: send stats: ${JSON.stringify(t)}`),this._signaling.reportSharingStat(t)),this._lastSharingStat=r}}};var ne=class{static get sessionKey(){return ne._sessionKey}static set sessionKey(r){ne._sessionKey=r}static get sessionSecretKey(){return ne._sessionSecretKey}static set sessionSecretKey(r){ne._sessionSecretKey=r}static get accessToken(){return ne._accessToken}static set accessToken(r){ne._accessToken=r}static isEmpty(){return!ne._sessionKey||!ne._sessionSecretKey}};var S=class{static set(r){r.hasOwnProperty("voiceParams")&&(Object.assign(S._params.voiceParams,r.voiceParams),delete r.voiceParams),r.hasOwnProperty("specListenerParams")&&(Object.assign(S._params.specListenerParams,r.specListenerParams),delete r.specListenerParams),r.hasOwnProperty("apiAuth")&&(ne.accessToken=r.apiAuth.accessToken,ne.sessionKey=r.apiAuth.sessionKey,ne.sessionSecretKey=r.apiAuth.sessionSecretKey),r.hasOwnProperty("api")&&(Object.assign(S._params.api,r.api),delete r.api),Object.assign(S._params,R.objectFilterOutValues(r,void 0))}static get(r){return S._params[r]}static get appName(){return"ok.calls.sdk.js"}static get appVersion(){return 1.1}static get sdkVersion(){return"2.7.2-dev.1969d3d.0"}static get debug(){}static get protocolVersion(){return S._params.joinFromMultipleDevices?6:5}static get platform(){return S._params.platform}static set platform(r){S._params.platform=r}static get clientType(){return S._params.clientType}static set clientType(r){S._params.clientType=r}static get externalUserType(){return S._params.externalUserType}static set externalUserType(r){S._params.externalUserType=r}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(r){S._params.authToken=r}static get anonymToken(){return S._params.anonymToken}static set anonymToken(r){S._params.anonymToken=r}static get domain(){return S._params.domain}static get externalDomain(){return S._params.externalDomain}static get iceServers(){return S._params.iceServers}static set iceServers(r){S._params.iceServers=r}static get wssBase(){return S._params.wssBase}static set wssBase(r){S._params.wssBase=r}static get wssToken(){return S._params.wssToken}static set wssToken(r){S._params.wssToken=r}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(r){S._params.forceRelayPolicy=r}static get videoMinWidth(){return S._params.videoMinWidth}static get videoMaxWidth(){return S._params.videoMaxWidth}static set videoMaxWidth(r){S._params.videoMaxWidth=r}static get videoMinHeight(){return S._params.videoMinHeight}static get videoMaxHeight(){return S._params.videoMaxHeight}static set videoMaxHeight(r){S._params.videoMaxHeight=r}static get videoAspectRatio(){return S._params.videoAspectRatio}static get videoFrameRate(){return S._params.videoFrameRate}static get videoFacingMode(){return S._params.videoFacingMode||(P.isMobile()?"user":null)}static set videoFacingMode(r){S._params.videoFacingMode=r}static get displaySurface(){return S._params.displaySurface}static get videoEffects(){return S._params.videoEffects}static set videoEffects(r){S._params.videoEffects=r}static get videoEffectMaxWidth(){return S._params.videoEffectMaxWidth}static set videoEffectMaxWidth(r){S._params.videoEffectMaxWidth=r}static get videoEffectMaxHeight(){return S._params.videoEffectMaxHeight}static set videoEffectMaxHeight(r){S._params.videoEffectMaxHeight=r}static get useVmoji(){var r;return((r=S._params.vmoji)==null?void 0:r.isBrowserSupported())||!1}static get vmoji(){return S._params.vmoji}static set vmoji(r){S._params.vmoji=r}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(r){S._params.statisticsInterval=r}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&&ut.isBrowserSupported()}static get producerScreenDataChannel(){return S._params.producerScreenDataChannel&&S.producerNotificationDataChannel&<.isBrowserSupported()}static get asrDataChannel(){return S._params.asrDataChannel&&S.producerNotificationDataChannel}static get consumerScreenDataChannelPacketSize(){return S._params.consumerScreenDataChannelPacketSize}static get screenShareWebmBuilder(){return S._params.screenShareWebmBuilder}static get noiseSuppression(){return S._params.noiseSuppression}static set noiseSuppression(r){S._params.noiseSuppression=r}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 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 useRooms(){return S._params.useRooms}static get participantListChunkInitIndex(){var r;return(r=S._params.participantListChunkInitIndex)!=null?r:0}static get participantListChunkInitCount(){var r;return(r=S._params.participantListChunkInitCount)!=null?r: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 audioShare(){return P.isAudioShareSupported()&&S._params.audioShare}static get fastScreenShare(){return S._params.fastScreenShare}static get screenShareCongestionControl(){return S._params.screenShareCongestionControl}static get screenShareCongestionControlThreshold(){return S._params.screenShareCongestionControlThreshold}static get api(){return S._params.api}static get fastScreenShareWidth(){return S._params.fastScreenShareWidth}static get fastScreenShareHeight(){return S._params.fastScreenShareHeight}static getScreenFrameRate(r){return r?S._params.fastScreenShareFrameRate:S._params.screenFrameRate}},l=S;l._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,videoFacingMode:null,displaySurface:"monitor",videoEffects:null,videoEffectMaxWidth:640,videoEffectMaxHeight:360,vmoji:null,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},producerNotificationDataChannel:!0,producerCommandDataChannel:!0,consumerScreenDataChannel:!0,producerScreenDataChannel:!0,asrDataChannel:!1,consumerScreenDataChannelPacketSize:64*1024,screenShareWebmBuilder:!1,noiseSuppression:!0,preferH264:!1,preferVP9:!0,audioNack:!0,consumerScreenTrack:!0,producerScreenTrack:!0,videoTracksCount:30,movieShare:!1,filteredMessages:!0,useParticipantListChunk:!1,useRooms:!1,participantListChunkInitIndex:0,participantListChunkInitCount:null,serverAudioRed:!0,p2pAudioRed:!0,h264spsPpsIdrInKeyframe:!0,breakVideoPayloadTypes:!1,batchParticipantsOnStart:!0,joinFromMultipleDevices:!1,filterObservers:!1,muteMode:!1,preserveAudioTracks:!1,audioShare:!1,fastScreenShare:!1,screenShareCongestionControl:!1,screenShareCongestionControlThreshold:2100,api:{userIdsByOkBatchedTimeout:1e3},fastScreenShareFrameRate:24,fastScreenShareWidth:1280,fastScreenShareHeight:720};var hr=(p=>(p.WAITING_HALL="WAITING_HALL",p.WAITING="WAITING",p.CONNECTING="CONNECTING",p.CONNECTED="CONNECTED",p.RECONNECT="RECONNECT",p.ERROR="ERROR",p.HANGUP="HANGUP",p.PERMISSIONS="PERMISSIONS",p))(hr||{});function V(n,...r){let e=l.get(n);e&&setTimeout(e,0,...r)}function ce(n,r,...e){if(l.filterObservers){if(Array.isArray(r)){if(r=r.filter(t=>!t.observer),!r.length)return}else if(r.observer)return}V(n,r,...e)}function Ee(n){return Object.assign({},n)}function mt(n){return n.slice()}var mr;(Gs=>{function n(h,M){V("onLocalStream",h,Ee(M))}Gs.onLocalStream=n;function r(h,M){V("onScreenStream",h,Ee(M))}Gs.onScreenStream=r;function e(h,M){V("onVmojiStream",h,Ee(M))}Gs.onVmojiStream=e;function t(h,M){V("onLocalStreamUpdate",Ee(h),M)}Gs.onLocalStreamUpdate=t;function i(h){V("onLocalStatus",h)}Gs.onLocalStatus=i;function a(h,M){ce("onRemoteStream",h,M)}Gs.onRemoteStream=a;function s(h,M){ce("onRemoteLive",h,M)}Gs.onRemoteLive=s;function o(h,M){ce("onLocalLive",h,M)}Gs.onLocalLive=o;function p(h,M){ce("onRemoteLiveUpdate",h,M)}Gs.onRemoteLiveUpdate=p;function u(h,M){ce("onLocalLiveUpdate",h,M)}Gs.onLocalLiveUpdate=u;function m(h,M){ce("onRemoteScreenStream",h,M)}Gs.onRemoteScreenStream=m;function E(h,M){ce("onRemoteVmojiStream",h,M)}Gs.onRemoteVmojiStream=E;function b(h,M,Z,He,Ft){ce("onConversation",h,Ee(M),Ee(Z),He,Ft)}Gs.onConversation=b;function k(h){h&&V("onConversationParticipantListChunk",h)}Gs.onConversationParticipantListChunk=k;function A(h,M,Z){ce("onRemoteMediaSettings",h,Ee(M),Z)}Gs.onRemoteMediaSettings=A;function Q(h,M){ce("onLocalMediaSettings",h,Ee(M))}Gs.onLocalMediaSettings=Q;function j(h,M){ce("onRemoteSharedMovieInfo",h,Ee(M))}Gs.onRemoteSharedMovieInfo=j;function X(h,M){ce("onRemoteSharedMovieStoppedInfo",h,Ee(M))}Gs.onRemoteSharedMovieStoppedInfo=X;function z(h,M){ce("onLocalSharedMovieInfo",h,Ee(M))}Gs.onLocalSharedMovieInfo=z;function ee(h,M){ce("onLocalSharedMovieStoppedInfo",h,Ee(M))}Gs.onLocalSharedMovieStoppedInfo=ee;function ge(h,M){ce("onParticipantAdded",h,M)}Gs.onParticipantAdded=ge;function Te(h,M){ce("onParticipantJoined",h,M)}Gs.onParticipantJoined=Te;function rt(h,M,Z){ce("onRemoteParticipantState",h,Ee(M),Z)}Gs.onRemoteParticipantState=rt;function ci(h,M,Z=null){ce("onRemoteStatus",h,M,Z)}Gs.onRemoteStatus=ci;function Ut(h,M,Z=null){ce("onParticipantStatus",h,M,Z)}Gs.onParticipantStatus=Ut;function te(){V("onPermissionsRequested")}Gs.onPermissionsRequested=te;function Rr(h,M){V("onPermissionsError",h,M)}Gs.onPermissionsError=Rr;function Cr(h,M){ce("onRemoteRemoved",h,M)}Gs.onRemoteRemoved=Cr;function yr(h,M,Z){V("onCallState",h,M,Ee(Z))}Gs.onCallState=yr;function Ui(h,M){V("onDeviceSwitched",h,M)}Gs.onDeviceSwitched=Ui;function Bi(h,M,Z,He=!1,Ft=!1,Vi=null,ji=null,ja,Pr,Ha=null){let Ga=Pr?mt(Pr):void 0;V("onMuteStates",Ee(h),mt(M),mt(Z),He,Ft,Vi,ji,ja,Ga,Ha)}Gs.onMuteStates=Bi;function Fi(h,M){ce("onRolesChanged",h,mt(M))}Gs.onRolesChanged=Fi;function I(h){V("onLocalRolesChanged",mt(h))}Gs.onLocalRolesChanged=I;function C(h,M,Z){ce("onPinnedParticipant",h,M,Z)}Gs.onPinnedParticipant=C;function D(h){V("onLocalPin",h)}Gs.onLocalPin=D;function w(h){V("onOptionsChanged",mt(h))}Gs.onOptionsChanged=w;function g(){V("onCallAccepted")}Gs.onCallAccepted=g;function T(){V("onRateNeeded")}Gs.onRateNeeded=T;function H(h){ce("onSpeakerChanged",h)}Gs.onSpeakerChanged=H;function $(h){V("onVolumesDetected",mt(h))}Gs.onVolumesDetected=$;function pe(h,M){V("onLocalVolume",h,M)}Gs.onLocalVolume=pe;function me(h,M){V("onJoinStatus",h,M)}Gs.onJoinStatus=me;function Le(h,M){V("onHangup",h,M)}Gs.onHangup=Le;function Me(h){V("onMultipartyChatCreated",Ee(h))}Gs.onMultipartyChatCreated=Me;function Ae(){V("onDeviceChange")}Gs.onDeviceChange=Ae;function De(h){V("onFingerprintChange",h)}Gs.onFingerprintChange=De;function Ne(){V("onTokenExpired")}Gs.onTokenExpired=Ne;function U(h,M,Z=!1){V("onChatMessage",h,M,Z)}Gs.onChatMessage=U;function Bt(h,M,Z=!1){V("onCustomData",h,M,Z)}Gs.onCustomData=Bt;function B(h,M,Z,He,Ft,Vi,ji=null){V("onRecordStarted",h,M,Z,He,Ft,Vi,ji)}Gs.onRecordStarted=B;function K(h=null){V("onRecordStopped",h)}Gs.onRecordStopped=K;function he(h){V("onLocalNetworkStatusChanged",h)}Gs.onLocalNetworkStatusChanged=he;function Se(h){V("onNetworkStatusChanged",h)}Gs.onNetworkStatusChanged=Se;function ie(h,...M){V("onDebugMessage",h,...M)}Gs.onDebugMessage=ie;function Y(h,M){let Z=Object.assign({},h,{memory:M});V("onStatistics",Z)}Gs.onStatistics=Y;function oe(){V("onAutoplayError")}Gs.onAutoplayError=oe;function je(h,M,Z){V("onChatRoomUpdated",h,M,Z)}Gs.onChatRoomUpdated=je;function Ds(h){V("onRemoteMixedAudioStream",h)}Gs.onRemoteMixedAudioStream=Ds;function ks(h){V("onJoinLinkChanged",h)}Gs.onJoinLinkChanged=ks;function Os(h){V("onRoomsUpdated",h)}Gs.onRoomsUpdated=Os;function ws(h,M,Z,He){V("onRoomUpdated",h,M,Z,He)}Gs.onRoomUpdated=ws;function xs(h){V("onRoomParticipantsUpdated",h)}Gs.onRoomParticipantsUpdated=xs;function Ls(h){V("onRoomSwitched",h)}Gs.onRoomSwitched=Ls;function Ns(h){V("onRoomStart",h)}Gs.onRoomStart=Ns;function Us(h,M=null){V("onFeedback",h,M)}Gs.onFeedback=Us;function Bs(h){V("onFeaturesPerRoleChanged",h)}Gs.onFeaturesPerRoleChanged=Bs;function Fs(h){V("onVmojiSvgUpdate",h)}Gs.onParticipantVmojiUpdate=Fs;function Vs(h,M){V("onAsrStarted",h,M)}Gs.onAsrStarted=Vs;function js(){V("onAsrStopped")}Gs.onAsrStopped=js;function Hs(h,M,Z,He){V("onAsrTranscription",h,M,Z,He)}Gs.onAsrTranscription=Hs})(mr||(mr={}));var f=mr;var va=(i=>(i.DEBUG="DEBUG",i.LOG="LOG",i.WARN="WARN",i.ERROR="ERROR",i))(va||{}),_r;(ee=>{let n="📞",r=(ge,...Te)=>{f.onDebugMessage(ge,...Te)},e=!1,t=(ge,Te)=>(...rt)=>{ge(...rt),ra(Te,rt)},i=console.debug.bind(console,n),a=console.log.bind(console,n),s=console.warn.bind(console,n),o=console.error.bind(console,n),p=r.bind(null,"DEBUG"),u=r.bind(null,"LOG"),m=r.bind(null,"WARN"),E=r.bind(null,"ERROR");ee.debug=p,ee.log=u,ee.warn=m,ee.error=E;function j(){return e}ee.enabled=j;function X(ge){e=ge,l.debugLog&&Yi(),ge?(ee.debug=l.debugLog?t(i,"DEBUG"):i,ee.log=l.debugLog?t(a,"LOG"):a,ee.warn=l.debugLog?t(s,"WARN"):s,ee.error=l.debugLog?t(o,"ERROR"):o):(ee.debug=l.debugLog?t(p,"DEBUG"):p,ee.log=l.debugLog?t(u,"LOG"):u,ee.warn=l.debugLog?t(m,"WARN"):m,ee.error=l.debugLog?t(E,"ERROR"):E)}ee.toggle=X;function z(ge,...Te){switch(ge){case"DEBUG":(0,ee.debug)(...Te);break;case"LOG":(0,ee.log)(...Te);break;case"WARN":(0,ee.warn)(...Te);break;case"ERROR":(0,ee.error)(...Te);break}}ee.send=z})(_r||(_r={}));var d=_r;var gr=(t=>(t.USER="USER",t.ANONYM="ANONYM",t.GROUP="GROUP",t))(gr||{}),fe;(o=>{function n(p){return p.length?typeof p[0]=="object"?p:p.map(u=>r(u)):[]}o.fromIds=n;function r(p,u="USER"){return{id:p,type:u}}o.fromId=r;function e(p){return{id:p.id,type:p.type==="ANONYM"?"ANONYM":"USER"}}o.fromSignaling=e;function t(p){return`{"id":"${p.id}","type":"${p.type}"}`}o.toString=t;function i(p,u="USER"){return t(r(p,u))}o.fromIdToString=i;function a(p){try{return JSON.parse(p)}catch(u){throw new Error(`Failed to parse ExternalId from string '${p}'`)}}o.fromString=a;function s(p,u){return p.id===u.id&&p.type===u.type}o.compare=s})(fe||(fe={}));var ue;(i=>{function n(a,s="USER",o=0){return{id:a,type:s,deviceIdx:o}}i.fromId=n;function r(a){return`{"id":"${a.id}","type":"${a.type}","deviceIdx":"${a.deviceIdx}"}`}i.toString=r;function e(a,s){return Object.assign({deviceIdx:s},fe.fromSignaling(a))}i.fromSignaling=e;function t(a){return a&&typeof a=="object"?a.deviceIdx:0}i.getDeviceIdx=t})(ue||(ue={}));var Hn="kf";function At(n){return n.stopStream}function fr(n){return n.keyFrameRequested}function Ea(n){if(At(n))return"ss";if(fr(n))return Hn;let r="";return n.priority!==void 0&&(r+="p="+n.priority),n.width!==void 0&&n.height!==void 0&&(r!==""&&(r+=":"),r+="sz="+Math.round(n.width)+"x"+Math.round(n.height)),n.fit!==void 0&&(r!==""&&(r+=":"),r+="fit="+n.fit),r}var Qt=(s=>(s.CAMERA="CAMERA",s.SCREEN="SCREEN",s.STREAM="STREAM",s.MOVIE="MOVIE",s.AUDIOSHARE="AUDIOSHARE",s.ANIMOJI="ANIMOJI",s))(Qt||{}),Ia="s",Ta="m";function Ve(n){return n.participantId+(n.mediaType?yt+Ia+n.mediaType:"")+(n.streamName?yt+Ta+n.streamName:"")}function Xt(n){let r=n.split(yt),e=r.shift();if(!e)throw new Error("Illegal stream description: "+n);let t=null,i,a=0;for(let o of r)switch(o.charAt(0)){case Ia:t=Gn(o.slice(1));break;case Ta:i=o.slice(1);break;case Ei:a=Number.parseInt(o.slice(1),10);break;default:throw new Error("Unexpected parameter type "+o.charAt(0)+" in stream description "+n)}return{participantId:R.compose(e,a),mediaType:t,streamName:i}}function Gn(n){for(let r of Object.keys(Qt))if(r===n)return Qt[r];return null}function Sr(n,r){return n===null||r===null?n===null&&r===null:!(n.maxDimension!==r.maxDimension||n.maxBitrateK!==r.maxBitrateK||n.maxFramerate!==r.maxFramerate||n.degradationPreference!==r.degradationPreference)}function yi(n,r){return!(!Sr(n.camera,r.camera)||!Sr(n.screenSharing,r.screenSharing))}function vr(n,r){return{camera:Object.assign({},n.camera,r.camera),screenSharing:Object.assign({},n.screenSharing,r.screenSharing)}}function Ra(n){try{return btoa(JSON.stringify(n))}catch(r){d.warn("WaitingParticipant: failed convert to string",n,r)}return null}function Ca(n){try{return JSON.parse(atob(n))}catch(r){d.warn("WaitingParticipant: failed convert from string",n,r)}return null}var Dt=(n,r)=>R.objectReduce(n,(e,t,i)=>(t===r&&e.push(i),e),[]);var kt=class{constructor(r){this._fixNoPacketsApplied=!1;this._fixNoPacketsChecked=!1;this._fixTooManyPacketsApplied=!1;this._fixTooManyPacketsSucceeded=!1;this._fixTooManyPacketsFailed=!1;this._mediaSource=r}_fixAudioDeviceNoPackets(r){if(!(this._fixNoPacketsApplied&&this._fixNoPacketsChecked)){if(this._fixNoPacketsApplied&&!this._fixNoPacketsChecked){this._fixNoPacketsChecked=!0,_.log(v.ERROR,`audio_device_recover_${r.bandwidth?"success":"fail"}`);return}!this._fixNoPacketsApplied&&!r.bandwidth&&(this._fixNoPacketsApplied=!0,_.log(v.ERROR,"audio_device_recover"),this._mediaSource.toggleAudio(!0))}}_fixAudioDeviceTooManyPackets(r){if(this._fixTooManyPacketsSucceeded||this._fixTooManyPacketsFailed)return;let e=75,t=Date.now();if(!this._lastPacketsSentTime)r.packetsSent>0&&(this._lastPacketsSentTime=t,this._lastPacketsSent=r.packetsSent);else if(t-this._lastPacketsSentTime>500){let i=(r.packetsSent-this._lastPacketsSent)*1e3/(t-this._lastPacketsSentTime);this._lastPacketsSentTime=t,this._lastPacketsSent=r.packetsSent,this._fixTooManyPacketsApplied?i>e?(d.log("Failed to fix RV"),_.log(v.ERROR,"audio_device_recover_rv_fail"),this._fixTooManyPacketsFailed=!0):t-this._fixTooManyPacketsTime>6e4&&(d.log("Fixed RV"),_.log(v.ERROR,"audio_device_recover_rv_success"),this._fixTooManyPacketsSucceeded=!0):i>e&&(this._fixTooManyPacketsApplied=!0,d.log("Trying to fix RV"),this._mediaSource.toggleAudio(!0),this._fixTooManyPacketsTime=t)}}fix(r){if(!this._mediaSource)return;let e=r.find(t=>t.kind==="audio");e&&(this._fixAudioDeviceNoPackets(e),this._fixAudioDeviceTooManyPackets(e))}};var Zt=class{constructor(){this._output=null;this._volume=1;this._features={setSinkId:!!Audio.prototype.setSinkId}}add(r){this.destroy(),this._output={},this._output.audioTrack=r,this._initAudioElement()}remove(r){!this._output||this._output.audioTrack!==r||this.destroy()}get volume(){return this._volume}set volume(r){this._volume=Math.max(0,Math.min(1,r)),this._output&&this._output.audioElement&&(this._output.audioElement.volume=this._volume)}_initAudioElement(){var s;if(l.muteMode||!((s=this._output)!=null&&s.audioTrack))return;let r=P.browserName()!=="Safari"||P.isMobile(),e=document.createElement(r?"audio":"video");e.muted=!1,e.volume=this._volume,e.preload="auto";let t=()=>{d.warn("Error on play audio"),f.onAutoplayError()},i=o=>{e.srcObject=new MediaStream([o]),e.load();let p=e.play();p&&p.catch(t)},a=()=>{var p;d.debug("Recover audio playback");let o=(p=this._output)==null?void 0:p.audioTrack;o?i(o):d.warn("Broken audio track")};e.onpause=a,e.onstalled=a,e.onerror=a,i(this._output.audioTrack),this._output.audioElement=e}_stopAudioElement(){var r,e,t;(r=this._output)!=null&&r.audioElement&&(this._output.audioElement.pause(),this._output.audioElement.srcObject=null),(t=(e=this._output)==null?void 0:e.audioTrack)==null||t.stop()}destroy(){this._output&&(this._stopAudioElement(),this._output=null)}changeOutput(){return c(this,null,function*(){var r,e,t;try{if(!this._features.setSinkId)throw new Error('Feature "setSinkId" is not supported');if(!((r=this._output)!=null&&r.audioElement))throw new Error("Audio Element is not initialized");let i=P.getSavedOutput();i&&(yield(t=(e=this._output.audioElement).setSinkId)==null?void 0:t.call(e,i.deviceId))}catch(i){throw _.log(v.ERROR,"change_output"),d.error("Output change failed",i),i}})}};var Wn=90,Kn=3,ei=class extends re{constructor(){super(...arguments);this._lastMemoryStat={percent:0,bytes:0}}onRemoteDataStats(e,t){this._calcMemory(),e.inbound.rtps.map(i=>{let a=typeof i.userId=="string"&&t[i.userId]||null;i.userId=a==null?void 0:a.externalId}),f.onStatistics(e,this._lastMemoryStat)}_calcMemory(){var a;let e=(a=window==null?void 0:window.performance)==null?void 0:a.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>Wn?d.warn(`High memory usage: ${t}% (${i} MiB)`):(!this._lastMemoryStat.percent||Math.abs(t-this._lastMemoryStat.percent)>=Kn)&&(d.debug(`Memory usage: ${t}% (${i} MiB)`),this._lastMemoryStat.percent=t,this._lastMemoryStat.bytes=e.usedJSHeapSize)}};var $n=44100,Ot=class{constructor(r,e){this._analyser=null;this._gainNode=null;this._fftBins=null;this._mediaStreamSource=null;this._lastSmoothedLevel=0;this._trackId=r,this._stream=e;try{let t=P.getAudioContext();this._gainNode=t.createGain(),this._gainNode.gain.value=1e-5,this._gainNode.connect(t.destination),this._analyser=t.createAnalyser(),this._analyser.fftSize=1024,this._analyser.smoothingTimeConstant=0,this._analyser.connect(this._gainNode),this._fftBins=new Uint8Array(this._analyser.frequencyBinCount),this._mediaStreamSource=t.createMediaStreamSource(e),this._mediaStreamSource.connect(this._analyser)}catch(t){}}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 r=$n/this._fftBins.length,e=Math.ceil(l.voiceParams.minFreq/r),t=Math.floor(l.voiceParams.maxFreq/r);return this._fftBins.subarray(e,t)}getLevel(){let r=this._getBins(),t=r.reduce((a,s)=>a+s,0)/r.length/255,i=this._lastSmoothedLevel*l.voiceParams.smoothing+t*(1-l.voiceParams.smoothing);return this._lastSmoothedLevel=i,{real:t,smoothed:i}}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 ti=class extends re{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,l.voiceParams.interval)};this._interval=window.setTimeout(t,l.voiceParams.interval);let i=()=>{let a=e.getStream();a&&this.init(a)};this.subscribe(e,"SOURCE_CHANGED",a=>{a.kind==="audio"&&a.mediaSettings.isAudioEnabled&&i()}),i()}init(e){this._stopDetector();let t=e.getAudioTracks().find(i=>!i.contentHint);t&&(this._track=t.clone(),this._detector=new Ot("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 ya=(s=>(s.producerNotification="producerNotification",s.producerCommand="producerCommand",s.consumerScreenShare="consumerScreenShare",s.producerScreenShare="producerScreenShare",s.asr="asr",s.animoji="animoji",s))(ya||{}),$e=ya;var Pa="videochat-epi",qn=5e3,tt=class extends re{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._screenShareStats=[];this._handleScreenSharingStat=e=>{this._screenShareStats.push(e)};this._signaling=t,this._directTopology=i,this.subscribe(e,"REMOTE_DATA_STATS",this._handleStats.bind(this)),this.subscribe(e,"SCREEN_SHARING_STAT",this._handleScreenSharingStat.bind(this))}destroy(){this.unsubscribe()}static getEstimatedPerformanceIndex(){try{let e=parseInt(localStorage.getItem(Pa)||"",10);return isNaN(e)?0:e}catch(e){return 0}}_handleStats(e){return c(this,null,function*(){if(!e.inbound||!e.inbound.rtps)return;let t=Date.now();!this._directTopology&&l.perfStatReportEnabled&&this._previousTimestamp+qn<=t&&(yield this.reportPerfStats(e),this._previousTimestamp=t),l.callStatReportEnabled&&this._previousCallStatReportTimestamp+l.statisticsInterval<=t&&(this._reportCallStats(e),this._previousCallStatReportTimestamp=t)})}reportPerfStats(e){return c(this,null,function*(){let t=e.inbound.rtps.reduce((i,a)=>(a.kind==="video"&&(i.framesDecoded+=a.framesDecoded||0,i.framesReceived+=a.framesReceived||0),i),{framesDecoded:0,framesReceived:0});if(t.framesDecoded)try{let i=yield this._signaling.reportPerfStat(t);localStorage.setItem(Pa,i.estimatedPerformanceIndex)}catch(i){}})}_reportCallStats(e){var a,s,o,p;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,freeze_count:0,total_freezes_duration:0,rtt:Math.round(e.inbound.transport.currentRoundTripTime*1e3),ss_freeze_count:0,ss_total_freezes_duration:0,local_address:Ma(e.inbound.transport.local),local_connection_type:(a=e.inbound.transport.local)==null?void 0:a.type,network_type:(s=e.inbound.transport.local)==null?void 0:s.networkType,transport:(o=e.inbound.transport.local)==null?void 0:o.protocol,remote_address:Ma(e.inbound.transport.remote),remote_connection_type:(p=e.inbound.transport.remote)==null?void 0:p.type};for(e.inbound.rtps.reduce((u,m)=>(m.kind==="video"?(m.framesReceived&&(u.jitter_video=u.jitter_video*u.inbound_video_count/(u.inbound_video_count+1)+m.jitter*1e3/(u.inbound_video_count+1),u.interframe_delay_variance=u.interframe_delay_variance*u.inbound_video_count/(u.inbound_video_count+1)+m.interframeDelayVariance*1e6/(u.inbound_video_count+1),u.inbound_video_count++),u.frames_dropped+=m.framesDropped,u.nack_sent+=m.nackCount,u.pli_sent+=m.pliCount,u.fir_sent+=m.firCount,u.freeze_count+=m.freezeCountDelta,u.total_freezes_duration+=m.totalFreezesDurationDelta):(m.totalSamplesReceived&&(u.jitter_audio=u.jitter_audio*u.inbound_audio_count/(u.inbound_audio_count+1)+m.jitter*1e3/(u.inbound_audio_count+1),u.total_audio_energy=u.total_audio_energy*u.inbound_audio_count/(u.inbound_audio_count+1)+m.totalAudioEnergy/(u.inbound_audio_count+1),u.inbound_audio_count++),u.total_audio_samples_received+=m.totalSamplesReceived,u.inserted_audio_samples_for_deceleration+=m.insertedSamplesForDeceleration,u.removed_audio_samples_for_acceleration+=m.removedSamplesForAcceleration,u.concealed_audio_samples+=m.concealedSamples,u.silent_concealed_audio_samples+=m.silentConcealedSamples,u.audio_concealment_events+=m.concealmentEvents),u),t),e.outbound.rtps.reduce((u,m)=>(m.kind==="video"&&(u.nack_received+=m.nackCount,u.pli_received+=m.pliCount,u.fir_received+=m.firCount),u),t);this._screenShareStats.length;){let u=this._screenShareStats.pop();u.freeze_duration&&(t.ss_freeze_count+=1,t.ss_total_freezes_duration+=u.freeze_duration)}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.rtt&&(i.rtt=t.rtt),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.freeze_count&&t.total_freezes_duration&&(i.freeze_count=t.freeze_count,i.total_freezes_duration=t.total_freezes_duration*1e3),t.ss_freeze_count&&t.ss_total_freezes_duration&&(i.ss_freeze_count=t.ss_freeze_count,i.ss_total_freezes_duration=t.ss_total_freezes_duration),t.total_audio_samples_received){let u=t.total_audio_samples_received-this._previousCallStatReport.total_audio_samples_received,m=t.inserted_audio_samples_for_deceleration-this._previousCallStatReport.inserted_audio_samples_for_deceleration,E=t.removed_audio_samples_for_acceleration-this._previousCallStatReport.removed_audio_samples_for_acceleration,b=t.concealed_audio_samples-this._previousCallStatReport.concealed_audio_samples,k=t.silent_concealed_audio_samples-this._previousCallStatReport.silent_concealed_audio_samples,A=t.audio_concealment_events-this._previousCallStatReport.audio_concealment_events;i.inserted_audio_samples_for_deceleration=m/u*1e3,i.removed_audio_samples_for_acceleration=E/u*1e3,i.concealed_audio_samples=b/u*1e3,i.concealed_silent_audio_samples=k/u*1e3,i.concealment_audio_avg_size=b/A,i.total_audio_energy=t.total_audio_energy}ba(t,"local_address","local_connection_type","network_type","transport")&&(i.local_address=t.local_address,i.local_connection_type=t.local_connection_type,i.network_type=t.network_type,i.transport=t.transport),ba(t,"remote_address","remote_connection_type")&&(i.remote_address=t.remote_address,i.remote_connection_type=t.remote_connection_type),_.logCustom("callStat",i),d.log("Sent call stats",i),this._previousCallStatReport=t}};function ba(n,...r){for(let e of r)if(!n.hasOwnProperty(e)||n[e]===void 0)return!1;return!0}function Ma(n){if(n)return`${n.address}:${n.port}`}var bi=.8,it=class extends re{constructor(e,t,i,a,s,o={}){super();this._remoteSDP={};this._remoteCandidates={};this._state="IDLE";this._animojiDataChannel=null;this._animojiReceiver=null;this._animojiSender=null;this._animojiSvgDataByParticipantId={};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=a,this._participantId=e,this._isMaster=t,this._serverSettings=s,this._animojiSvgDataByParticipantId=o,this._perfStatReporter=new tt(this,i,!0),this.subscribe(this._signaling,ve.NOTIFICATION,this._onSignalingNotification.bind(this)),this.subscribe(this._mediaSource,"TRACK_REPLACED",this._onReplacedTrack.bind(this)),this.subscribe(this._mediaSource,"SOURCE_CHANGED",this._applySettings.bind(this)),this.subscribe(this._mediaSource,"ANIMOJI_STATUS",this._onAnimojiStatus.bind(this)),this._pc=new RTCPeerConnection({iceServers:l.iceServers,iceTransportPolicy:l.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={},l.useVmoji&&this._createDataChannel(this._pc,$e.animoji,p=>{this._animojiDataChannel=p,this._animojiDataChannel.binaryType="arraybuffer",this._createAnimojiReceiver(),this._mediaSource.isAnimojiRequested&&this._createAnimojiSender()}),this._isMaster){try{this._mediaSource.addTrackToPeerConnection(this._pc,!1,!0,l.p2pAudioRed),this._applySettings()}catch(p){_.log(v.ERROR,"addTrack-direct"),d.error("Unable to add media source tracks",p,{participantId:this._participantId}),this._failedOnCreate=p;return}this._createOffer(!1).catch(p=>{this._state==="IDLE"?this._failedOnCreate=p:this.close(p)})}this._startSettingsInterval(),this._startStatInterval()}getState(){return this._state}updateStatisticsInterval(){this._stopStatInterval();let e=this.getState();e!=="IDLE"&&e!=="CLOSED"&&e!=="FAILED"&&this._startStatInterval()}open(e=null){return c(this,null,function*(){if(this._isOpen){d.warn("DirectTransport: Already opened",{participantId:this._participantId});return}if(this._failedOnCreate){this.close(this._failedOnCreate);return}if(d.debug("DirectTransport: Open transport",{participantId:this._participantId}),this._isOpen=!0,this._remotePeerId=e,!this._isMaster)try{this._mediaSource.addTrackToPeerConnection(this._pc,!1,!0,l.p2pAudioRed),this._applySettings()}catch(i){_.log(v.ERROR,"addTrack-direct"),d.error("DirectTransport: Unable to add media source tracks",i,{participantId:this._participantId}),this.close(i);return}this._setState("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){yi(e,this._serverSettings)||(this._serverSettings=e,this._applySettings())}preventRestart(){this._reconnectionPrevented=!0}allowRestart(){this._reconnectionPrevented=!1}close(e){this._isOpen=!1,this._stopReconnection(),this._removeAnimojiReceiver(),this._removeAnimojiSender(),this._remoteStream&&(this._remoteStream.getTracks().forEach(t=>{t.stop(),this._triggerEvent("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?(d.error("DirectTransport: Closed",e,{participantId:this._participantId}),this._setState("FAILED")):(d.debug("DirectTransport: Closed",{participantId:this._participantId}),this._setState("CLOSED")),this._triggerEvent("PEER_CONNECTION_CLOSED")}setAnimojiSvg(e,t){var i;(i=this._animojiReceiver)==null||i.setParticipantSvg(e,t)}_setState(e){this._state!==e&&(d.debug(`DirectTransport: State changed to ${e}`,{participantId:this._participantId}),this._state=e,this._triggerEvent("STATE_CHANGED",e))}_onSignalingNotification(e){var t,i,a,s;switch(e.notification){case x.TRANSMITTED_DATA:this._handleTransmittedData(e);break;case x.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 x.CUSTOM_DATA:e.data.hasOwnProperty("sdk")&&(this._remoteNetworkStat.rtt=((a=e.data.sdk)==null?void 0:a.rtt)||0,this._remoteNetworkStat.loss=((s=e.data.sdk)==null?void 0:s.loss)||0);break}}_handleTransmittedData(e){let t=e.data,i=R.getPeerIdString(e.peerId);R.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 c(this,null,function*(){if(this._isOpen&&(!this._remotePeerId||this._remotePeerId===e)&&this._pc&&this._pc.remoteDescription){d.debug("Add remote ice candidate",{participantId:this._participantId,candidate:t});try{yield this._pc.addIceCandidate(new RTCIceCandidate(t))}catch(i){throw _.log(v.ERROR,"addIceCandidate-direct"),d.error("Unable to add remote ice candidate",i,{participantId:this._participantId,candidate:t}),i}}else d.debug("Cache remote ice candidate",{participantId:this._participantId,candidate:t}),this._remoteCandidates[e]=this._remoteCandidates[e]||[],this._remoteCandidates[e].push(t)})}_setRemoteCandidates(e){return c(this,null,function*(){if(!this._remoteCandidates[e]){d.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(a){}})}_setRemoteDescription(e,t){return c(this,null,function*(){if(this._isOpen&&(!this._remotePeerId||this._remotePeerId===e)&&this._pc){d.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 _.log(v.ERROR,"setRemoteDescription-direct"),d.error("Unable to set remote description",i,{participantId:this._participantId,sdp:t}),i}}else this._remoteSDP[e]=t})}_onAddTrack(e){d.debug("Added remote track",{participantId:this._participantId,kind:e.track.kind}),_.logMeasure(v.FIRST_DATA_RECEIVED_P2P),this._remoteStream?this._remoteStream.addTrack(e.track):(this._remoteStream=new MediaStream([e.track]),this._remoteStream.onremovetrack=t=>{this._triggerEvent("REMOTE_TRACK_REMOVED",this._remoteStream,t.track)}),this._triggerEvent("REMOTE_TRACK_ADDED",this._remoteStream,e.track)}_handleIceCandidate(e){return c(this,null,function*(){e.candidate&&this._signaling.ready&&(d.debug("Local ice candidate",{participantId:this._participantId,candidate:e.candidate}),yield this._signaling.sendCandidate(this._participantId,e.candidate))})}_onSignalingStateChange(){switch(d.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=>c(this,null,function*(){return this._signaling.sendSdp(this._participantId,t)})).catch(this.close.bind(this));break}}_onIceConnectionStateChange(){switch(d.debug(`DirectTransport: Ice Connection state changed to ${this._pc.iceConnectionState}`,{participantId:this._participantId}),this._pc.iceConnectionState){case"checking":let e=this.getState();e==="IDLE"||e==="OPENED"?this._setState("CONNECTING"):this._setState("RECONNECTING");break}}_onConnectionStateChange(){switch(d.debug(`DirectTransport: Connection state changed to ${this._pc.connectionState}`,{participantId:this._participantId}),_.log(v.ICE_CONNECTION_STATE,this._pc.connectionState),this._pc.connectionState){case"connected":this._neverConnected=!1,this._setState("CONNECTED"),this._stopReconnection(),R.getPeerConnectionHostInfo(this._pc).then(e=>{e&&_.log(v.ICE_CONNECTION_TYPE,e.type)});break;case"failed":case"disconnected":this._reconnectionPrevented?this.close(new Error(`Ice connection ${this._pc.connectionState}`)):(this._setState("RECONNECTING"),this._startReconnection());break;case"closed":this.close(new Error("Ice connection closed"));break}}_startReconnection(){this._reconnectionTimeout||this._iceRestartTimeout||(d.log("Waiting for reconnection...",{participantId:this._participantId}),this._reconnectionTimeout=window.setTimeout(()=>{this._reconnectionTimeout=null,this._neverConnected?this._requestTopologySwitch():this._startIceRestart()},l.transportConnectionWaitTime))}_requestTopologySwitch(){this._isMaster&&this._signaling.ready&&(d.log("Switch topology DIRECT to SERVER",{participantId:this._participantId}),this._signaling.switchTopology("SERVER"))}_stopReconnection(){this._reconnectionTimeout&&(clearTimeout(this._reconnectionTimeout),this._reconnectionTimeout=null),this._iceRestartTimeout&&(clearTimeout(this._iceRestartTimeout),this._iceRestartTimeout=null)}_startIceRestart(){this._isMaster?(_.log(v.ICE_RESTART),d.log("Ice restart",{participantId:this._participantId}),this._createOffer(!0).catch(this.close.bind(this))):d.debug("Waiting for ice restart...",{participantId:this._participantId}),this._iceRestartTimeout=window.setTimeout(()=>{this._iceRestartTimeout=null,d.error("Ice restart failed",{participantId:this._participantId}),_.log(v.ERROR,"iceRestart-direct"),this._requestTopologySwitch()},l.iceRestartWaitTime)}_createOffer(e){return c(this,null,function*(){let t={iceRestart:e,offerToReceiveAudio:!0,offerToReceiveVideo:!0};return d.debug("Create offer",{participantId:this._participantId,options:t}),this._pc.createOffer(t).catch(i=>{throw d.error("Unable to create offer",i,{participantId:this._participantId}),_.log(v.ERROR,"createOffer-direct"),i}).then(i=>c(this,null,function*(){return d.debug("Created offer",{participantId:this._participantId,offer:i}),i=it._patchDescription(i),d.debug("Set local description",{participantId:this._participantId,offer:i}),this._calcFingerprint(i.sdp),this._pc.setLocalDescription(i).then(()=>this._pc.localDescription)})).catch(i=>{throw d.error("Unable to set local description",i,{participantId:this._participantId}),_.log(v.ERROR,"setLocalDescription-direct"),i})})}_createAnswer(){return c(this,null,function*(){return d.debug("Create answer",{participantId:this._participantId}),this._pc.createAnswer().catch(e=>{throw d.error("Unable to create answer",e,{participantId:this._participantId}),_.log(v.ERROR,"createAnswer-direct"),e}).then(e=>c(this,null,function*(){return d.debug("Created answer",{participantId:this._participantId,answer:e}),e=it._patchDescription(e),d.debug("Set local description",{participantId:this._participantId,answer:e}),this._calcFingerprint(e.sdp),this._pc.setLocalDescription(e)})).then(()=>this._pc.localDescription).catch(e=>{throw d.error("Unable to set local description",e,{participantId:this._participantId}),_.log(v.ERROR,"setLocalDescription-direct"),e})})}static _patchDescription(e){let t=!!P.baseChromeVersion();return e.sdp=R.patchLocalSDP(e.sdp,l.preferH264&&P.canPreferH264(),P.isBrokenH264(),l.preferVP9,l.h264spsPpsIdrInKeyframe,t&&l.audioNack,l.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=>{d.error("DirectTransport: Unable to replace track",i,{participantId:this._participantId}),_.log(v.ERROR,"replaceTrack-direct")}))}),this._applySettings())}_onAnimojiStatus(e){e?this._createAnimojiSender():this._removeAnimojiSender(),this._mediaSource.onAnimojiSender(e)}_startStatInterval(){if(this._statInterval)return;let e=()=>{if(!this._pc){this._stopStatInterval();return}Kt(this._pc,this._lastStat).then(t=>{this._lastStat=t;let i={inbound:{topology:"DIRECT",transport:t.transport,rtps:t.rtps.filter(a=>a.type==="inbound-rtp"?(a.userId=this._participantId,!0):!1)},outbound:{topology:"DIRECT",transport:t.transport,rtps:t.rtps.filter(a=>a.type==="outbound-rtp")}};this._checkBadNetwork(i),this._triggerEvent("REMOTE_DATA_STATS",i),this._statInterval=window.setTimeout(e,l.statisticsInterval)})};this._statInterval=window.setTimeout(e,l.statisticsInterval)}_stopStatInterval(){this._statInterval&&(window.clearTimeout(this._statInterval),this._statInterval=null)}_checkBadNetwork(e){if(!this._signaling.ready)return;let t=z=>z.rtt<=this._networkLimits.goodNet.rtt&&z.loss<=this._networkLimits.goodNet.loss,i=z=>z.rtt>=this._networkLimits.badNet.rtt||z.loss>=this._networkLimits.badNet.loss,a=Math.round(e.outbound.transport.currentRoundTripTime*1e3)||0,s=e.inbound.rtps.reduce((z,ee)=>Math.max(z,ee.packetLoss||0),0),o={rtt:this._lastNetworkStat.rtt*(1-bi)+a*bi,loss:this._lastNetworkStat.loss*(1-bi)+s*bi},p=i(o),u=t(o),m=i(this._remoteNetworkStat),E=t(this._remoteNetworkStat),b=i(this._lastNetworkStat),k=t(this._lastNetworkStat),j=p||m?.2:u&&E?1:0,X=Date.now();if((b!==p||k!==u||X-this._lastNetworkStat.date>l.networkStatisticsInterval)&&(this._lastNetworkStat.date=Date.now(),this._signaling.customData({sdk:Object.assign({type:"bad-net"},o)},null).catch(z=>{d.warn("Unable to send [bad-net]",z)})),j){let z={};z[this._participantId]=z[""]=j,this._triggerEvent("NETWORK_STATUS",z)}this._lastNetworkStat.rtt=o.rtt,this._lastNetworkStat.loss=o.loss}_startSettingsInterval(){if(this._settingsInterval)return;let t=()=>{if(!this._pc){this._stopSettingsInterval();return}this._applySettings(),this._settingsInterval=window.setTimeout(t,2e3)};this._settingsInterval=window.setTimeout(t,2e3)}_stopSettingsInterval(){this._settingsInterval&&(window.clearTimeout(this._settingsInterval),this._settingsInterval=null)}_calcFingerprint(e){let t=R.sdpFingerprint(e);if(t===null){d.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;if(e&&((t=this._pc)==null?void 0:t.connectionState)==="connected"&&(this._prevConsumerSettings=R.applySettings(this._pc,e,this._prevConsumerSettings)),this._animojiSender){let i=this._mediaSource.getStream();i&&this._animojiSender.setStream(i)}}_createDataChannel(e,t,i){d.debug(`[${t}] data channel opening`);let a=e.createDataChannel(t,{negotiated:!0,id:1});a.onopen=()=>{let s=a.readyState;s==="open"?(d.debug(`[${t}] data channel opened`),a.onerror=o=>{d.error(`[${t}] data channel error`,o)},i(a)):d.error(`[${t}] data channel open failed, state [${s}]`)}}_createAnimojiReceiver(){!l.useVmoji||!this._animojiDataChannel||!this._participantId||(this._animojiReceiver&&this._removeAnimojiReceiver(),this._animojiReceiver=new l.vmoji.AnimojiReceiver(this._animojiDataChannel,this._participantId,(e,t)=>{this._triggerEvent("ANIMOJI_STREAM",e,t)},e=>{this._triggerEvent("ANIMOJI_STREAM",e,null)}),Object.entries(this._animojiSvgDataByParticipantId).forEach(([e,t])=>{this._animojiReceiver.setParticipantSvg(e,t)}))}_removeAnimojiReceiver(){var e;(e=this._animojiReceiver)==null||e.destroy(),this._animojiReceiver=null}_createAnimojiSender(){if(!l.useVmoji||!this._animojiDataChannel)return;let e=this._mediaSource.getStream();e&&(this._animojiSender&&this._removeAnimojiSender(),this._animojiSender=new l.vmoji.AnimojiSender(this._animojiDataChannel,e))}_removeAnimojiSender(){var e;(e=this._animojiSender)==null||e.destroy(),this._animojiSender=null}};var zn=16,xt=class{constructor(r,e,t){d.debug("AsrReceiver started"),this._datachannel=r,this._participantIdRegistry=e,this._asrCallback=t,this._textDecoder=new TextDecoder,this._datachannel.onmessage=i=>this._onDataChannelMessage(i.data)}static parse(r){let e=new DataView(r),t=e.getUint8(0),i=e.getUint8(1);if(i!==0)throw new Error(`Unsupported message type. Message type: ${i}`);let a=e.getUint16(2),s=e.getUint32(4),o=e.getUint32(8),p=e.getUint32(12);if(t!==1)throw new Error(`Unexpected protocol version. Got ${t}, expected 1`);return{sequence:a,ssrc:s,timestamp:o,duration:p,data:r.slice(zn)}}_onDataChannelMessage(r){var a,s;let e=xt.parse(r),t=(s=(a=this._participantIdRegistry)==null?void 0:a.getStreamDescription(e.ssrc))==null?void 0:s.participantId;if(!t){d.warn(`Participant id for ssrc ${e.ssrc} not found in registry`);return}let i={participantId:t,text:this._textDecoder.decode(e.data),timestamp:e.timestamp,duration:e.duration};this._asrCallback(i)}destroy(){this._datachannel.onmessage=null}};import{decode as _t}from"messagepack";var Mi=class{constructor(){this.streamDescriptionByCompactId=new Map;this.compactIdByStreamDescription=new Map}getStreamDescription(r){return this.streamDescriptionByCompactId.get(r)}getCompactId(r){return this.compactIdByStreamDescription.get(r)}handleMessage(r){var a,s;let e=new Uint8Array(r),t=e[0],i=e.subarray(1);switch(t){case 1:let o=_t(i);return Object.entries(o).forEach(([A,Q])=>{let j=Xt(A);this.streamDescriptionByCompactId.set(Q,j),this.compactIdByStreamDescription.set(A,Q)}),null;case 2:case 4:let p=_t(i),u=[];for(let A of p){let Q=this.getStreamDescription(A);Q&&u.push(Q.participantId)}return t===2?{type:"notification",notification:x.AUDIO_ACTIVITY,activeParticipants:u}:{type:"notification",notification:x.STALLED_ACTIVITY,stalledParticipants:u};case 3:let m=_t(i);return{type:"notification",notification:x.SPEAKER_CHANGED,speaker:(a=this.getStreamDescription(m))==null?void 0:a.participantId};case 5:let E=_t(i);return{type:"notification",notification:x.VIDEO_QUALITY_UPDATE,quality:{maxBitrate:E[0],maxDimension:E[1]}};case 6:let b=_t(i),k={};for(let[A,Q]of Object.entries(b)){let j=(s=this.getStreamDescription(Number(A)))==null?void 0:s.participantId;j&&(k[j]=Q/100)}return{type:"notification",notification:x.NETWORK_STATUS,statuses:k};case 7:return this._createParticipantSourcesUpdateNotification(i);case 8:{let Q=_t(i).map(j=>{var Ut;let[X,z,ee,ge,Te,rt,ci]=j;return{participantId:(Ut=this.getStreamDescription(X))==null?void 0:Ut.participantId,gain:z,pause:ee,offset:ge,mute:Te,liveStatus:rt,startTimeMs:ci}});return{type:"notification",notification:x.MOVIE_UPDATE_NOTIFICATION,data:Q}}default:return d.debug("unsupported message type: "+t),null}}_createParticipantSourcesUpdateNotification(r){let e=_t(r),t=[];for(let[i,a]of Object.entries(e)){let s=a[0],o=a[1],p=a[2],u;if(s!==null){if(u=this.getStreamDescription(s),!u){d.error(`could not uncompress participant ID ${s}`);continue}}else u=null;if(p===null){d.error("unexpected null sequenceNumber",i,a);continue}let m=Oe.PARTICIPANT_AGNOSTIC_TRACK_PREFIX+"-"+i,E=o?o>>>0:null;t.push({participantStreamDescription:u,streamId:m,rtpTimestamp:E,sequenceNumber:p})}return{type:"notification",notification:x.PARTICIPANT_SOURCES_UPDATE,participantUpdateInfos:t}}};var Jn=90,Yn=4294967295,Pe=class extends re{constructor(e,t,i,a={}){super();this._pc=null;this._producerNotification=null;this._producerCommand=null;this._producerScreen=null;this._consumerScreen=null;this._asr=null;this._animojiDataChannel=null;this._animojiReceiver=null;this._animojiSender=null;this._animojiSvgDataByParticipantId={};this._isOpen=!1;this._observer=!1;this._reconnectionPrevented=!1;this._state="IDLE";this._statInterval=null;this._settingsInterval=null;this._statBytes={};this._ssrcMap={};this._producerOfferIsProcessing=!1;this._producerNextOffer=null;this._prevConsumerSettings={};this._asrTrack=null;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.subscribe(this._signaling,ve.NOTIFICATION,this._onSignalingNotification.bind(this)),this.subscribe(this._mediaSource,"TRACK_REPLACED",this._onReplacedTrack.bind(this)),this.subscribe(this._mediaSource,"SOURCE_CHANGED",this._applyConsumerSettings.bind(this)),this.subscribe(this._mediaSource,"SCREEN_STATUS",this._onScreenSharingStatus.bind(this)),this.subscribe(this._mediaSource,"ANIMOJI_STATUS",this._onAnimojiStatus.bind(this)),this._perfStatReporter=new tt(this,e),this._serverSettings=i,this._animojiSvgDataByParticipantId=a,d.debug("ServerTransport: Created")}getState(){return this._state||"IDLE"}updateStatisticsInterval(){this._stopStatInterval();let e=this.getState();e!=="IDLE"&&e!=="CLOSED"&&e!=="FAILED"&&this._startStatInterval()}open(e=!1){if(this._isOpen){d.log("ServerTransport: Already opened connections");return}this._isOpen=!0,this._observer=e,this._openConnection()}close(e){this._isOpen=!1,this._closeConnection(),this.unsubscribe(),e?(d.error("ServerTransport: Closed",e),this._setState("FAILED")):(d.debug("ServerTransport: Closed"),this._setState("CLOSED"))}removeParticipant(e){var t;(t=this._captureReceiver)==null||t.close(e)}preventRestart(){this._reconnectionPrevented=!0}allowRestart(){this._reconnectionPrevented=!1}updateSettings(e){yi(e,this._serverSettings)||(this._serverSettings=e,this._applyConsumerSettings())}setAnimojiSvg(e,t){var i;(i=this._animojiReceiver)==null||i.setParticipantSvg(e,t)}_closeConnection(){this._stopStatInterval(),this._stopSettingsInterval(),this._removeAsrTrack(),this._removeCaptureSender(),this._removeCaptureReceiver(),this._removeAnimojiReceiver(),this._removeAnimojiSender(),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,Pe._closeDataChannel(this._producerNotification),Pe._closeDataChannel(this._producerCommand),Pe._closeDataChannel(this._producerScreen),Pe._closeDataChannel(this._consumerScreen),Pe._closeDataChannel(this._asr),this._pc.close(),this._pc=null,this._producerOfferIsProcessing=!1,this._producerNextOffer=null),this._triggerEvent("PEER_CONNECTION_CLOSED")}static _closeDataChannel(e){e&&(e.onopen=null,e.onmessage=null,e.onerror=null,e.close())}_createDataChannel(e,t,i){d.debug(`[${t}] data channel opening`);let a=e.createDataChannel(t,{ordered:!0});a.onopen=()=>{let s=a.readyState;s==="open"?(d.debug(`[${t}] data channel opened`),i(a)):d.error(`[${t}] data channel open failed, state [${s}]`)},a.onerror=s=>{let o=s.error;d.error(`[${t}] data channel error`,o==null?void 0:o.errorDetail,o==null?void 0:o.message)}}_openConnection(e=!1){d.debug("ServerTransport: Open single connection"),this._pc=new RTCPeerConnection({},{optional:[{googSuspendBelowMinBitrate:!1}]}),this._pc.ontrack=this._onAddTrack.bind(this,this._pc),this._pc.onconnectionstatechange=R.throttle(t=>{this._pc&&this._onConnectionStateChange(this._pc,t)},500),this._pc.onsignalingstatechange=Pe._onSignalingStateChange.bind(this,this._pc),this._participantIdRegistry=new Mi,this._signaling.setParticipantIdRegistry(this._participantIdRegistry),l.producerNotificationDataChannel&&this._createDataChannel(this._pc,$e.producerNotification,t=>{this._producerNotification=t,this._producerNotification.binaryType="arraybuffer",this._signaling.setProducerNotificationDataChannel(t)}),l.producerCommandDataChannel&&(this._signaling.useCommandDataChannel(!0),this._createDataChannel(this._pc,$e.producerCommand,t=>{this._producerCommand=t,this._signaling.setProducerCommandDataChannel(t)})),l.producerScreenDataChannel&&this._createDataChannel(this._pc,$e.producerScreenShare,t=>{this._producerScreen=t,this._producerScreen.binaryType="arraybuffer",this._createCaptureReceiver()}),l.asrDataChannel&&this._createDataChannel(this._pc,$e.asr,t=>{this._asr=t,this._asr.binaryType="arraybuffer",this._removeAsrTrack(),this._asrTrack=new xt(t,this._participantIdRegistry,i=>{this._onAsrTranscription(i)}),this._signaling.setAsrDataChannel(t)}),l.useVmoji&&this._createDataChannel(this._pc,$e.animoji,t=>{this._animojiDataChannel=t,this._animojiDataChannel.binaryType="arraybuffer",this._createAnimojiReceiver(),this._mediaSource.isAnimojiRequested&&this._createAnimojiSender()}),this._newAudioShareTrack=this._mediaSource.getAudioShareTrack();try{this._mediaSource.addTrackToPeerConnection(this._pc,this._observer,!1,l.serverAudioRed),this._prevConsumerSettings={},this._applyConsumerSettings()}catch(t){d.error("ServerTransport: Unable to add media source tracks",t),_.log(v.ERROR,"addTrack-single"),this.close(t);return}l.consumerScreenDataChannel&&this._createDataChannel(this._pc,$e.consumerScreenShare,t=>{this._consumerScreen=t,this._consumerScreen.binaryType="arraybuffer";let i=this._mediaSource.getScreenTrack();i&&this._createCaptureSender(i)}),e||this._allocateConsumer(),this._setState("OPENED"),this._startStatInterval(),this._startSettingsInterval()}_removeAsrTrack(){var e;(e=this._asrTrack)==null||e.destroy(),this._asrTrack=null}_reconnect(){this.getState()!=="OPENED"&&(this._setState("RECONNECTING"),this._closeConnection(),this._openConnection(!0))}_signalActiveParticipants(e){this._triggerEvent("SIGNALLED_ACTIVE_PARTICIPANTS",e)}_signalStalledParticipants(e){this._triggerEvent("SIGNALLED_STALLED_PARTICIPANTS",e)}_signalSpeakerChanged(e){this._triggerEvent("SIGNALLED_SPEAKER_CHANGED",e)}_signalNetworkStatus(e){this._triggerEvent("NETWORK_STATUS",e)}_updateSSRCMap(e){e&&e.sdp.split(`
|
|
12
|
+
`).forEach(t=>{let i=`a=ssrc:([0-9]+) label:(audio|video)-((?:[ug]?[\\d]+)|(?:mix)|(?:${Oe.PARTICIPANT_AGNOSTIC_TRACK_PREFIX}-[0-9]+))`,a=new RegExp(i).exec(t);a&&(this._ssrcMap[a[1]]=a[3])})}_createCaptureSender(e){let t=this._mediaSource.getMediaSettings();!e||!l.consumerScreenDataChannel||!this._consumerScreen||!t.isScreenSharingEnabled||(this._captureSender&&this._removeCaptureSender(),this._captureSender=new ut(e,this._consumerScreen,this._signaling,t.isFastScreenSharingEnabled))}_removeCaptureSender(){var e;(e=this._captureSender)==null||e.destroy(),this._captureSender=null}_createCaptureReceiver(){!l.producerScreenDataChannel||!this._producerScreen||(this._captureReceiver&&this._removeCaptureReceiver(),this._captureReceiver=new lt(this._producerScreen,this._participantIdRegistry,(e,t)=>{this._triggerEvent("REMOTE_STREAM_SECOND",e,t)},e=>{this._triggerEvent("REMOTE_STREAM_SECOND",e,null)},e=>{this._triggerEvent("SCREEN_SHARING_STAT",e)}))}_removeCaptureReceiver(){var e;(e=this._captureReceiver)==null||e.destroy(),this._captureReceiver=null}_createAnimojiSender(){if(!l.useVmoji||!this._animojiDataChannel)return;let e=this._mediaSource.getStream();e&&(this._animojiSender&&this._removeAnimojiSender(),this._animojiSender=new l.vmoji.AnimojiSender(this._animojiDataChannel,e))}_removeAnimojiSender(){var e;(e=this._animojiSender)==null||e.destroy(),this._animojiSender=null}_createAnimojiReceiver(){!l.useVmoji||!this._animojiDataChannel||!this._participantIdRegistry||(this._animojiReceiver&&this._removeAnimojiReceiver(),this._animojiReceiver=new l.vmoji.AnimojiReceiver(this._animojiDataChannel,this._participantIdRegistry,(e,t)=>{this._triggerEvent("ANIMOJI_STREAM",e,t)},e=>{this._triggerEvent("ANIMOJI_STREAM",e,null)}),Object.entries(this._animojiSvgDataByParticipantId).forEach(([e,t])=>{this._animojiReceiver.setParticipantSvg(e,t)}))}_removeAnimojiReceiver(){var e;(e=this._animojiReceiver)==null||e.destroy(),this._animojiReceiver=null}_applyConsumerSettings(){let e=this._mediaSource.getMediaSettings().isScreenSharingEnabled&&!l.consumerScreenDataChannel?this._serverSettings.screenSharing:this._serverSettings.camera;if(e&&this._pc){let t=[];this._pc.getSenders().forEach(i=>{if(!i.track||i.track.kind!=="video")return;let a=!this._disabledSenders.has(i),s=e.maxDimension!==0;if(a&&!s){d.log("Disabling video upload"),this._disabledSenders.add(i),i.replaceTrack(P.getBlackMediaTrack()).catch(p=>{d.error("Could not disable video upload",p)});return}let o=this._mediaSource.getSendVideoTrack();if(!a&&s&&o){d.log("Enabling video upload"),this._disabledSenders.delete(i);let p=i.track;p.enabled=o.enabled,i.replaceTrack(o).then(()=>p.stop()).catch(u=>{d.error("Could not enable video upload",u)})}R.applyVideoTrackSettings(e,i,o!=null?o:i.track,this._prevConsumerSettings,t)}),this._prevConsumerSettings=t}if(this._animojiSender){let t=this._mediaSource.getStream();t&&this._animojiSender.setStream(t)}}_onScreenSharingStatus(e){e.track?this._createCaptureSender(e.track):this._removeCaptureSender()}_onAnimojiStatus(e){e?this._createAnimojiSender():this._removeAnimojiSender(),this._mediaSource.onAnimojiSender(e)}_setState(e){this._state!==e&&(this._state=e,this._triggerEvent("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,l.statisticsInterval)};this._statInterval=window.setTimeout(e,l.statisticsInterval)}_stopStatInterval(){this._statInterval&&(window.clearTimeout(this._statInterval),this._statInterval=null),this._statBytes={}}_startSettingsInterval(){if(this._settingsInterval)return;let t=()=>{if(!this._pc){this._stopSettingsInterval();return}this._applyConsumerSettings(),this._settingsInterval=window.setTimeout(t,2e3)};this._settingsInterval=window.setTimeout(t,2e3)}_stopSettingsInterval(){this._settingsInterval&&(window.clearTimeout(this._settingsInterval),this._settingsInterval=null)}_collectStat(){return c(this,null,function*(){if(!this._pc)return Promise.reject();let e=yield Kt(this._pc,this._lastStat,this._ssrcMap);return this._lastStat=e,e})}_reportStats(e){this._triggerEvent("REMOTE_DATA_STATS",{inbound:{topology:"SERVER",transport:e.transport,rtps:e.rtps.filter(t=>t.type==="inbound-rtp")},outbound:{topology:"SERVER",transport:e.transport,rtps:e.rtps.filter(t=>t.type==="outbound-rtp")}})}_detectStaleTracks(e){let t=e.rtps.find(o=>o.type==="inbound-rtp"&&o.kind==="audio"&&this._ssrcMap[o.ssrc]==="mix");if(!t)return;let i=Oe.AUDIO_MIX,a=this._statBytes[i],s=!1;if(a){let o=t.bytesReceived-a.bytesReceived;o>=0&&o<=5&&(s=!0),a.stalled!==s&&this._triggerEvent("REMOTE_ALL_STALL",s)}this._statBytes[i]={bytesReceived:t.bytesReceived,stalled:s}}_allocateConsumer(){if(!this._signaling.ready)return;let e={estimatedPerformanceIndex:tt.getEstimatedPerformanceIndex(),audioMix:!0,consumerUpdate:!0,producerNotificationDataChannelVersion:l.producerNotificationDataChannel?7:0,producerCommandDataChannelVersion:l.producerCommandDataChannel?3:0,consumerScreenDataChannelVersion:l.consumerScreenDataChannel?1:0,producerScreenDataChannelVersion:l.producerScreenDataChannel?1:0,asrDataChannelVersion:l.asrDataChannel?1:0,animojiDataChannelVersion:l.useVmoji?1:0,onDemandTracks:!0,unifiedPlan:!0,singleSession:!0,videoTracksCount:l.videoTracksCount,red:l.serverAudioRed,audioShare:l.audioShare,fastScreenShare:l.fastScreenShare};l.videoTracksCount||d.warn("Setting videoTracksCount to 0 is deprecated"),this._signaling.allocateConsumer(null,e)}_acceptProducer(e){return c(this,null,function*(){if(this._producerOfferIsProcessing){this._producerNextOffer=e,d.debug("[single] wait until other remote offer is processed");return}this._producerOfferIsProcessing=!0;let t=new RTCSessionDescription({type:"offer",sdp:R.patchRemoteSDP(e)});if(d.debug("[single] set remote offer",{offer:t}),!this._pc)throw new Error("Interrupt allocation");this._pc.setRemoteDescription(t).catch(i=>{throw d.error("[single] unable to set remote offer",i),_.log(v.ERROR,"setRemoteDescription-single"),i}).then(()=>c(this,null,function*(){if(d.debug("[single] create local answer"),!this._pc)throw new Error("Interrupt allocation");return this.handleTracks(),this._pc.createAnswer()})).catch(i=>{throw d.error("[single] unable to create answer",i),_.log(v.ERROR,"createAnswer-single"),i}).then(i=>(i.sdp=R.patchLocalSDP(i.sdp,!1,P.isBrokenH264(),!1,l.h264spsPpsIdrInKeyframe),i)).then(i=>c(this,null,function*(){if(d.debug("[single] set local answer",{answer:i}),!this._pc)throw new Error("Interrupt allocation");return yield this._pc.setLocalDescription(i),i})).catch(i=>{throw d.error("[single] unable to set local answer",i),_.log(v.ERROR,"setLocalDescription-single"),i}).then(i=>c(this,null,function*(){d.debug("[single] transmit local answer",{answer:i}),this._updateSSRCMap(t),yield this._signaling.acceptProducer(i,Object.keys(this._ssrcMap)),d.debug("[single] remote offer has been processed")})).catch(i=>{d.warn("[single] unable to send local answer",i),_.log(v.ERROR,"acceptProducer")}).then(()=>c(this,null,function*(){if(this._producerOfferIsProcessing=!1,this._producerNextOffer){d.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&&d.warn("Unexpected track assigned to audioshare"),e.direction="sendonly",e.sender.replaceTrack(this._newAudioShareTrack).catch(t=>{d.error("ServerTransport: Unable to replace track",t),_.log(v.ERROR,"replaceTrack-single")}),this._newAudioShareTrack=null)}),this._newAudioShareTrack&&d.warn("Cannot find audioshare transceiver"))}_onSignalingNotification(e){return c(this,null,function*(){if(this._isOpen)switch(e.notification){case x.PRODUCER_UPDATED:yield this._onProducerUpdated(e);break;case x.REALLOC_CON:this._reconnect();break;case x.AUDIO_ACTIVITY:this._signalActiveParticipants(e.activeParticipants);break;case x.SPEAKER_CHANGED:this._signalSpeakerChanged(e.speaker);break;case x.STALLED_ACTIVITY:this._signalStalledParticipants(e.stalledParticipants);break;case x.NETWORK_STATUS:this._signalNetworkStatus(e.statuses);break}})}_onAsrTranscription(e){this._triggerEvent("ASR_TRANSCRIPTION",e)}_onProducerUpdated(e){return c(this,null,function*(){this._producerSessionId&&this._producerSessionId!==e.sessionId&&this._reconnect(),l.breakVideoPayloadTypes&&(d.log("test mode enabled, video switched off"),this._signaling.requestTestMode("breakVideoPayloadTypes",null)),this._producerSessionId=e.sessionId,yield this._acceptProducer(e.description)})}_onAddTrack(e,t){var a;d.debug("[single] remote track (added)",{track:t.track}),((a=t.track)==null?void 0:a.kind)==="audio"&&_.logMeasure(v.FIRST_AUDIO_MIX_DATA_RECEIVED);let i=t.streams[0];i?(i.onremovetrack||(i.onremovetrack=o=>{this._triggerEvent("REMOTE_TRACK_REMOVED",i.id,i,o.track)}),i.getTracks().find(o=>o.id===t.track.id)||i.addTrack(t.track),this._rtpReceiversByStreamId[i.id]=t.receiver,this._triggerEvent("REMOTE_TRACK_ADDED",i.id,i,t.track)):d.error("[single] unable to get media stream from track event")}static _onSignalingStateChange(e,t){d.debug("[single] signaling state changed",{state:e.signalingState},t)}_onConnectionStateChange(e,t){switch(d.debug("[single] connection state changed",{state:e.connectionState},t),_.log(v.ICE_CONNECTION_STATE,e.connectionState),e.connectionState){case"failed":this._reconnectionPrevented?this.close(new Error("Ice connection failed")):(_.logCustom(v.RECONNECT,{param:1}),this._reconnect());break;case"connecting":let i=this.getState();i==="IDLE"||i==="OPENED"?this._setState("CONNECTING"):e.iceConnectionState==="checking"&&this._setState("RECONNECTING");break;case"disconnected":this._reconnectionPrevented?this.close(new Error("Ice connection disconnected")):this._setState("RECONNECTING");break;case"connected":this._setState("CONNECTED"),R.getPeerConnectionHostInfo(e).then(a=>{a&&_.log(v.ICE_CONNECTION_TYPE,a.type)}),_.logCustom(v.RECONNECT,{param:0});break}}_onReplacedTrack(e,t){if(this._pc){l.consumerScreenDataChannel&&t&&(e=t);let i=!1;this._pc.getSenders().forEach(a=>{a.track&&a.track.kind===e.kind&&!this._disabledSenders.has(a)&&a.track.contentHint===e.contentHint&&(a.track.enabled=e.enabled,a.replaceTrack(e).catch(s=>{d.error("ServerTransport: Unable to replace track",s),_.log(v.ERROR,"replaceTrack-single")}),i=!0)}),!i&&e.kind==="audio"&&e.contentHint==="music"&&(this._newAudioShareTrack=e)}this._applyConsumerSettings()}getStreamWaitingTimeMs(e,t){if(!this._pc)return _.log(v.PAT_WAITING_TIME_ERROR,"noConnection"),d.error("Cannot get stream waiting time, peer connection is not initialized"),0;if(!RTCRtpReceiver.prototype.getSynchronizationSources)return _.log(v.PAT_WAITING_TIME_ERROR,"oldBrowser"),d.error("Cannot get stream waiting time, RTCRtpReceiver.getSynchronizationSources is not supported"),0;let i=this._rtpReceiversByStreamId[e];if(!i)return _.log(v.PAT_WAITING_TIME_ERROR,"noReceiver"),d.error(`Cannot get stream waiting time, cannot find RTP receiver by stream ID: ${e}`),0;let a=i.getSynchronizationSources();if(!a||!a.length)return d.log(`Cannot get stream waiting time, ${e} receiver has no synchronization sources`),0;let o=a[0].rtpTimestamp;if(!Number.isInteger(o))return _.log(v.PAT_WAITING_TIME_ERROR,"timestampNotInteger"),d.error(`Cannot get stream waiting time, ${e} receiver's RTP timestamp is not an integer: ${o}`),0;let p=t-o&Yn,u=Math.ceil(p/Jn);return Math.min(100,Math.max(0,u))}};var ht=(e=>(e.DIRECT="DIRECT",e.SERVER="SERVER",e))(ht||{}),Ai=class extends re{constructor(e,t,i,a){super();this._allocated=[];this._opened=[];this._directTransport=null;this._serverTransport=null;this._dtListeners=[];this._stListeners=[];this._states={};this._localState="IDLE";this._animojiSvgDataByParticipantId={};this._signaling=t,this._mediaSource=i,this._topology=e,this._serverSettings=a,this.subscribe(this._signaling,ve.NOTIFICATION,this._onSignalingNotification.bind(this)),this.subscribe(this._mediaSource,"ANIMOJI_STATUS",this._onAnimojiStatus.bind(this)),e==="SERVER"&&(this._serverTransport=this._createServerTransport())}updateSettings(e){d.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(d.log(`Trying allocate participant [${e}]`),this._allocated.indexOf(e)!==-1){d.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,a=!1){d.log("Trying open participant",{participantIds:e});let s=a;for(let o of e){if(this._opened.indexOf(o)!==-1){d.warn(`The participant [${o}] has already had opened transport`);continue}if(this._allocated.indexOf(o)===-1){d.warn(`The participant [${o}] has no allocated transport`);continue}this._opened.push(o),s=!0}s&&(this._topology==="DIRECT"&&this._directTransport&&(Ke(v.FIRST_DATA_RECEIVED_P2P),this._directTransport.open(t)),this._topology==="SERVER"&&this._serverTransport&&(Ke(v.FIRST_AUDIO_MIX_DATA_RECEIVED),this._serverTransport.open(i),this._setStates(e,this._serverTransport.getState()),this._setLocalState(this._serverTransport.getState())),d.debug("The transport has been opened",e))}close(e){var a;let t=this._allocated.indexOf(e),i=this._opened.indexOf(e);t<0&&d.warn(`The participant [${e}] transport has already deallocated`),this._topology==="DIRECT"&&this._directTransport&&(this._directTransport.close(),this._directTransport=null),this._topology==="SERVER"&&((a=this._serverTransport)==null||a.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()}setAnimojiSvg(e,t){this._animojiSvgDataByParticipantId[e]=t,(!(t.svg instanceof ArrayBuffer)||t.svg.byteLength!==0)&&(this._topology==="DIRECT"&&this._directTransport?this._directTransport.setAnimojiSvg(e,t):this._topology==="SERVER"&&this._serverTransport&&this._serverTransport.setAnimojiSvg(e,t))}_setStates(e,t){let i=e.filter(a=>this._states[a]!==t?(this._states[a]=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===x.TOPOLOGY_CHANGED)return this._onTopologyChanged(e)}_onTopologyChanged(e){var t;if(e.topology!==this._topology){if(d.log(`Topology changed ${this._topology} -> ${e.topology}`),_.log(v.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||[],a=e.offerToTypes||[],s=e.offerToDeviceIdxs||[],o=i.length&&a.length?R.composeParticipantId(i[0],a[0],s[0]):null;if(this._serverTransport&&this._serverTransport.preventRestart(),!this._allocated||this._allocated.length===0){d.error("Topology changed to DIRECT, but the list of allocated participants is empty");return}this._allocated.length>1&&d.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 u=o===p;this._directTransport=this._createDirectTransport(p,u)}this._opened.indexOf(p)>=0&&this._directTransport.open()}this._triggerEvent("TOPOLOGY_CHANGED",this._topology)}}_createDirectTransport(e,t=!1){let i=new it(e,t,this._signaling,this._mediaSource,this._serverSettings,this._animojiSvgDataByParticipantId);return this._dtListeners&&this._dtListeners.length>0&&d.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.addEventListener("ANIMOJI_STREAM",this._onAnimojiStream.bind(this))),i}_createServerTransport(){let e=new Pe(this._signaling,this._mediaSource,this._serverSettings,this._animojiSvgDataByParticipantId);return this._stListeners&&this._stListeners.length>0&&d.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.addEventListener("ASR_TRANSCRIPTION",this._onAsrTranscription.bind(this)),e.addEventListener("ANIMOJI_STREAM",this._onAnimojiStream.bind(this))),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;l.noiseSuppression!==e&&(l.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 a=this._allocated.indexOf(e);a>=0&&this._allocated.splice(a,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)}_onAsrTranscription(e){this._triggerEvent("ASR_TRANSCRIPTION",e)}_onAnimojiStream(e,t){this._triggerEvent("ANIMOJI_STREAM",e,t)}_onAnimojiStatus(e){!this._directTransport&&!this._serverTransport&&this._mediaSource.onAnimojiSender(e)}getStreamWaitingTimeMs(e,t){return this._topology!=="SERVER"?(_.log(v.PAT_WAITING_TIME_ERROR,"wrongTopology"),d.error(`Cannot get stream waiting time, incorrect topology: ${this._topology}`),0):this._serverTransport?this._serverTransport.getStreamWaitingTimeMs(e,t):(_.log(v.PAT_WAITING_TIME_ERROR,"noTransport"),d.error("Cannot get stream waiting time, server transport is not initialized"),0)}};var Di=class extends re{constructor(e){super();this._detector=null;this._interval=null;this.subscribe(e,"REMOTE_TRACK_ADDED",this._onRemoteTrackAdded.bind(this)),this.subscribe(e,"REMOTE_TRACK_REMOVED",this._onRemoteTrackRemoved.bind(this)),this.subscribe(e,"SIGNALLED_ACTIVE_PARTICIPANTS",this._onSignalledActiveParticipants.bind(this)),this.subscribe(e,"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 a;if(i.kind==="audio"&&((a=this._detector)==null||a.destroy(),this._detector=new Ot(e,t),!this._interval)){let s=()=>{this._collectVolumes(),this._interval=window.setTimeout(s,l.voiceParams.interval)};this._interval=window.setTimeout(s,l.voiceParams.interval)}}_onRemoteTrackRemoved(e,t,i){i.kind==="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===Oe.AUDIO_MIX){if(this._activeParticipants)for(let a of this._activeParticipants)e[a]=i}else e[t]=i;this._triggerEvent("VOLUMES_DETECTED",e)}_onSignalledActiveParticipants(e){this._activeParticipants=e}_onTopologyChanged(e){e==="DIRECT"&&(this._activeParticipants=null)}};var ki=class extends re{constructor(e,t,i){super();this._speakerId=null;this._serverSideSpeakerDetection=!1;this._serverSideSpeakerDetection=i==="SERVER",this.subscribe(e,"VOLUMES_DETECTED",this._onVolumesDetected.bind(this)),this.subscribe(t,"SIGNALLED_SPEAKER_CHANGED",this._onServerSpeakerChanged.bind(this)),this.subscribe(t,"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(a=>{let s=e[a].smoothed;s>t&&s>l.voiceParams.threshold&&(t=s,i=a)}),i&&i!==this._speakerId){let a=this._speakerId&&e.hasOwnProperty(this._speakerId)?e[this._speakerId].smoothed:0;t>a*l.voiceParams.speakerLevelMultiplier&&(this._speakerId=i,this._triggerEvent("SPEAKER_CHANGED",i))}}_onServerSpeakerChanged(e){this._serverSideSpeakerDetection&&this._triggerEvent("SPEAKER_CHANGED",e)}_onTopologyChanged(e){this._serverSideSpeakerDetection=e==="SERVER"}};var ii=class extends re{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,"STATE_CHANGED",this._onTransportStateChanged.bind(this)),this.subscribe(t,"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==="OPENED"&&(this._connectionTimeout||(this._connectionTimeout=window.setTimeout(this._onConnectionTimeout.bind(this),l.specListenerParams.connectionTimeout)),this._volumeTimeout||(this._volumeTimeout=window.setTimeout(this._onVolumeTimeout.bind(this),l.specListenerParams.volumeTimeout))),t==="FAILED"&&this._connectionTimeout&&(d.warn("Transport failed, send callSpecError"),_.log(v.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!=="CONNECTED";(()=>Object.values(this._states).filter(e).length>0)()&&(d.warn("There is not connected transport, send callSpecError"),_.log(v.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",a=this._participants[t];a&&a.platform&&(i=a.platform),e.indexOf(i)<0&&(e.push(i),_.log(v.CALL_SPEC_ERROR,`${this._transport.getTopology()}_VOLUME_TIMEOUT_${i}`))}),e.length&&d.warn("There is silent participant, send callSpecError"),this._volumeTimeout=0}};var Qn=1e3,Xn=1e4;var Zn=15,G=class extends re{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;_.create(e,i),this._api=e,this._signaling=t,this._onUnload=()=>{this._conversation&&this._api&&this._api.hangupConversation(this._conversation.id),_.destroy()},window.addEventListener("unload",this._onUnload),this._audioOutput=new Zt,l.videoTracksCount>0&&(this._cooldownQueueCleanupTimer=window.setInterval(this._cleanupCooldownQueue.bind(this),Qn))}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,a="",s=!1,o=!1,p){return c(this,null,function*(){if(G._activationMutex)throw _.log(v.ERROR,"startCall"),d.warn("Conversation: there is already running activation"),new F(O.FAILED);G._activationMutex=!0;try{this._mediaSource=this._createMediaSource(),yield this._mediaSource.request(i);let u=this._mediaSource.getMediaSettings();t===Ge.CHAT||e.length>1?this._logWithMediaSettings(v.OUTGOING_MULTIPARTY_CALL,u):this._logWithMediaSettings(v.OUTGOING_CALL,u);let m=yield this._startConversation(e,t,ze.OUTGOING,i,a,s,o,p);if(!this._conversation)throw new F(O.UNKNOWN_ERROR);if(this._participantState=W.ACCEPTED,this._signaling.changeMediaSettings(u),yield this._processConnection(m),this._allocateTransport(),this._createSpeakerDetector(),this._createSpecListener(),this._signaling.readyToSend(),G._delayedHangup)throw new F(O.CANCELED);d.debug("Outgoing call",{opponentIds:e,opponentType:t,mediaOptions:i});let E=Object.values(this._participants),b;return l.batchParticipantsOnStart&&(b=R.mapSharedParticipants(E)),yield this._processConnectionSharedMovieInfo(m),f.onLocalStream(this._mediaSource.getStream(),this._mediaSource.getMediaSettings()),f.onConversation(this._conversation.externalId,this._conversation.mediaModifiers,this._getMuteStatesForCurrentRoom(),b),this._onConversationParticipantListChunk(m),f.onLocalStatus("WAITING"),this._toggleJoinAvailability(),this._changeFeatureSet(),this._changeNeedRate(),G._current=this,this._conversation.concurrent?yield this._acceptConcurrent():l.batchParticipantsOnStart||this._setParticipantsStatus(E,"WAITING"),this._conversation}catch(u){throw this._close(u,"Unable to start conversation"),u}finally{G._activationMutex=!1}})}onJoin(e){return c(this,null,function*(){var t;if(G._activationMutex)throw _.log(v.ERROR,"joinCall"),d.warn("Conversation: there is already running activation"),new F(O.FAILED);G._activationMutex=!0,this._state="PROCESSING";try{let i=!!((t=e.observedIds)!=null&&t.length);this._mediaSource=this._createMediaSource(),yield this._mediaSource.request(e.mediaOptions,!i);let a=this._mediaSource.getMediaSettings();this._logWithMediaSettings(v.JOIN_CONVERSATION,a);let s=yield this._joinConversation(e);if(!this._conversation)throw new F(O.UNKNOWN_ERROR);return this._conversation.observer=i,f.onLocalStream(this._mediaSource.getStream(),a),this._conversation.waitingHall?(d.log("In waiting hall"),G._current=this,G._activationMutex=!1,this._signaling.readyToSend(),f.onLocalStatus("WAITING_HALL"),this._conversation):this._onJoinPart2(s)}catch(i){throw G._activationMutex=!1,this._close(i,"Unable to join conversation"),i}})}_onJoinPart2(e){return c(this,null,function*(){var t,i,a,s,o,p,u;d.debug("Join conversation part 2"),G._activationMutex=!0;try{if(this._participantState=W.ACCEPTED,!this._conversation||!this._mediaSource)throw new F(O.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 F(O.CANCELED);let m=Object.values(this._participants),E;l.batchParticipantsOnStart&&(E=R.mapSharedParticipants(m.filter(A=>!A.isInRoom)));let b=[];if((i=(t=e==null?void 0:e.rooms)==null?void 0:t.rooms)!=null&&i.length)for(let A of e.rooms.rooms)b.push({id:A.id,name:A.name,participantCount:A.participantCount,participantIds:yield Promise.all(((s=(a=A==null?void 0:A.participantIds)==null?void 0:a.map)==null?void 0:s.call(a,this._getExternalIdByParticipantId.bind(this)))||[]),participants:(o=A==null?void 0:A.participants)!=null&&o.participants?this._participantListChunkToExternalChunk(A.participants):void 0,active:A.active,muteStates:A.muteStates});let k=(u=(p=e==null?void 0:e.rooms)==null?void 0:p.roomId)!=null?u:null;return yield this._processConnectionSharedMovieInfo(e),f.onConversation(this._conversation.externalId,this._conversation.mediaModifiers,this._getMuteStatesForCurrentRoom(),E,{rooms:b,roomId:k}),this._onConversationParticipantListChunk(e),f.onLocalStatus("WAITING"),this._toggleJoinAvailability(),this._changeNeedRate(),this._state="ACTIVE",this._changeFeatureSet(),G._current=this,l.batchParticipantsOnStart||this._setParticipantsStatus(m,"WAITING"),this._openTransport(m,!1),this._conversation}catch(m){throw this._close(m,"Unable to join conversation"),m}finally{G._activationMutex=!1}})}onPush(a){return c(this,arguments,function*(e,t=J.USER,i){if(G._activationMutex)throw d.warn("Conversation: there is already running activation"),new F(O.REJECTED);G._activationMutex=!0;try{let s=yield this._prepareConversation(e,t,i);if(this._mediaSource=this._createMediaSource(),!this._conversation)throw new F(O.UNKNOWN_ERROR);if(!s.conversation.participants.find(p=>{var u;return p.state===W.CALLED&&p.id===((u=this._conversation)==null?void 0:u.userId)}))throw d.log("Push rejected (there is an active call)"),_.log(v.PUSH,"rejected"),new F(O.REJECTED);if(yield this._processConnection(s),this._allocateTransport(),this._createSpeakerDetector(),this._createSpecListener(),this._signaling.readyToSend(),_.log(v.PUSH,"accepted"),G._current=this,G._delayedHangup)throw new F(O.CANCELED);G._activationMutex=!1}catch(s){throw G._activationMutex=!1,this._close(s,"Unable to handle inbound call push"),s}})}_isInWaitingHall(e){if(!e.conversation||(e.conversation.options||[]).indexOf(Wi.WAITING_HALL)<0)return!1;let t=(e.conversation.participants||[]).find(i=>R.comparePeerId(i.peerId,e.peerId));return t&&t.restricted||!1}_acceptConcurrent(){return c(this,null,function*(){if(!this._mediaSource||!this._conversation)throw new F(O.UNKNOWN_ERROR);this._state="PROCESSING";let e=this._mediaSource.getMediaSettings();this._logWithMediaSettings(v.ACCEPT_CONCURRENT,e),d.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 c(this,null,function*(){var t;if(this._state!=="IDLE")throw _.log(v.ERROR,"acceptIncoming"),d.error("Unable to accept a call - invalid state"),new Error("Unable to accept a call - invalid state");if(!this._mediaSource||!this._conversation)throw new F(O.UNKNOWN_ERROR);this._state="PROCESSING",d.debug("Accept incoming call",e);try{yield this._mediaSource.request(e);let i=this._mediaSource.getMediaSettings();this._logWithMediaSettings(v.ACCEPT_INCOMING,i),this._signaling.changeMediaSettings(i),yield this._signaling.acceptCall(i),this._participantState=W.ACCEPTED;let a=Object.values(this._participants),s;if(l.batchParticipantsOnStart&&(s=R.mapSharedParticipants(a)),f.onCallAccepted(),f.onLocalStream(this._mediaSource.getStream(),i),f.onConversation(this._conversation.externalId,this._conversation.mediaModifiers,this._getMuteStatesForCurrentRoom(),s),l.useParticipantListChunk){let u=yield this._getInitialParticiapntListChunk();(t=u==null?void 0:u.participants)==null||t.forEach(m=>{let E=R.composeId(m),b=this._participants[E];b&&(b.movieShareInfos=m.movieShareInfos)}),this._onConversationParticipantListChunk({participants:u})}f.onLocalStatus("WAITING"),this._toggleJoinAvailability(),this._changeNeedRate();let o=Dt(this._getMuteStatesForCurrentRoom(),ke.MUTE),p=Dt(this._getMuteStatesForCurrentRoom(),ke.MUTE_PERMANENT);for(let u of[o,p])u.length&&(yield this._processMuteState({mediaOptions:u,stateUpdated:!0}));return this._state="ACTIVE",this._changeFeatureSet(),l.batchParticipantsOnStart||this._setParticipantsStatus(a,"WAITING"),this._openTransport(a,!0),this._conversation}catch(i){throw this._close(i,"Unable to accept call"),i}})}decline(){return c(this,null,function*(){var e;if(this._state!=="IDLE")throw _.log(v.ERROR,"declineIncoming"),d.error("Unable to decline a call - invalid state"),new Error("Unable to decline a call - invalid state");this._state="PROCESSING",d.debug("Decline incoming call"),this._logWithMediaSettings(v.DECLINE_INCOMING,(e=this._mediaSource)==null?void 0:e.getMediaSettings()),this._participantState=W.HUNGUP,this._signaling.ready&&(yield this._signaling.hangup(O.REJECTED)),this._close(new F(O.REJECTED))})}hangup(){return c(this,null,function*(){d.debug("Hangup");let e=this._state==="ACTIVE"?O.HUNGUP:O.CANCELED;_.log(v.HANGUP,e),this._signaling.ready?(yield this._signaling.hangup(e),this._close(new F(e))):f.onHangup(new F(O.HUNGUP),this._conversation&&this._conversation.id)})}addParticipant(e,t){return c(this,null,function*(){if(!this._signaling.ready){this._close(new F(O.UNKNOWN_ERROR),"Unable to add participant");return}let i=yield this._signaling.addParticipant(e,t),a=null;i.type==="error"&&(i.error==="call-unfeasible"?a=i.status:a=O.UNKNOWN_ERROR);let s=i.participant;yield this._onAddParticipant(R.composeId(s),s,a)})}removeParticipant(e,t=!1){return c(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 a;if(!this._transport)return;let i=[];for(let s of e)(s.state===W.CALLED||s.state===W.ACCEPTED)&&(this._transport.isAllocated(s.id)||this._transport.allocate(s.id,t)),s.state===W.ACCEPTED&&i.push(s.id);i.length&&this._transport.open(i,null,!!((a=this._conversation)!=null&&a.observer))}_close(e,t){t&&d.error(t,e),d.debug("Close conversation",e),e.error?this._signaling.ready&&this._signaling.hangup(O.FAILED):_.log(v.ERROR,e.hangup),G._activationMutex=!1;let i=this._conversation&&this._conversation.id;if([O.CANCELED,O.NOT_FRIENDS,O.CALLEE_IS_OFFLINE,O.CALLER_IS_BLOCKED,O.CALLER_IS_REJECTED].indexOf(e.hangup)!==-1||e.hangup===O.REJECTED&&!e.remote){f.onHangup(e,i),this.destroy();return}if(e.hangup===O.HUNGUP&&(!e.remote||this._participantState===W.CALLED)){f.onHangup(e,i),this.destroy();return}if(e.hangup===O.MISSED&&!e.remote){f.onHangup(e,i),this.destroy();return}if((e.hangup===O.SOCKET_CLOSED||e.hangup===O.NOT_FOUND)&&G._current&&!this._conversation){this._cleanupSignaling(),this._cleanupMediaSource();return}if(e.hangup===O.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(),_.destroy(),this._conversation=null,this._myLastRequestedLayouts={},G._current=null,G._delayedHangup=!1,f.onHangup(e||new F(O.UNKNOWN_ERROR),i),this._cooldownQueueCleanupTimer!==null&&(window.clearInterval(this._cooldownQueueCleanupTimer),this._cooldownQueueCleanupTimer=null)}destroy(){let e=this._conversation&&this._conversation.id;d.debug("Destroy conversation",{conversationId:e}),this._cleanupMediaSource(),this._cleanupParticipants(),this._cleanupParticipantAgnosticStreams(),this._cleanupTransport(),this._cleanupSpeakerDetector(),this._cleanupSpecListener(),this._cleanupSignaling(),this._api.cleanup(),this._cleanupListeners(),_.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 c(this,null,function*(){let t=yield this._api.getConversationParams(e);d.debug("Api.getConversationParams",t);let i=[],{turn_server:a,stun_server:s}=t;if(s&&i.push(s),a){let o=a.urls.filter((p,u,m)=>m.indexOf(p)===u);o.push(`${o[o.length-1]}?transport=tcp`),i.push({urls:o,username:a.username,credential:a.credential})}return l.iceServers=i,l.wssBase=t.endpoint,l.wssToken=t.token,t.client_type&&(l.clientType=t.client_type),l.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,a,s="",o=!1,p=!1,u){return c(this,null,function*(){let m=R.uuid();d.debug("Conversation: start",{conversationId:m,opponentIds:e,opponentType:t,direction:i});let E=a.includes(de.VIDEO),b=yield this._api.startConversation(m,e,t,E,s,o,p,{onlyAdminCanShareMovie:u});d.debug("Api.startConversation",b);let k=yield this._getConversationParams(b.id);b.endpoint=this._addGeoParamsToEndpoint(b.endpoint,k);let A=yield this._connectSignaling(We.START,b);return yield this._setConversation(b,A,i),A})}_joinConversation(e){return c(this,null,function*(){let{conversationId:t,mediaOptions:i,chatId:a,joinLink:s,observedIds:o,payload:p}=e;d.debug("Conversation: join",{conversationId:t,joinLink:s,observedIds:o});let u=i.includes(de.VIDEO),m;if(t)m=yield this._api.joinConversation(t,u,a);else if(s)m=yield this._api.joinConversationByLink(s,u,o,p);else throw new F(O.UNKNOWN_ERROR);d.debug("Api.joinConversation",m),yield this._getConversationParams(m.id);let E=yield this._connectSignaling(We.JOIN,m);return yield this._setConversation(m,E,ze.JOINING),E})}_prepareConversation(a){return c(this,arguments,function*(e,t=J.USER,i){d.debug("Conversation: push",{conversationId:e,type:t,peerId:i});let s=this._api.getUserId();if(!s)throw new F(O.UNKNOWN_ERROR);let o=yield this._getConversationParams(e),p=o.device_idx||0,u=`${l.wssBase}?userId=${s}&entityType=${t}&deviceIdx=${p}&conversationId=${e}&token=${l.wssToken}`;u=this._addGeoParamsToEndpoint(u,o);let m={id:e,peerId:i,endpoint:u,is_concurrent:!1,p2p_forbidden:!1,device_idx:p},E=yield this._connectSignaling(We.ACCEPT,m);return G._current&&(G._current._participantState===W.ACCEPTED||G._current._participantState===W.CALLED)?(d.log("Push rejected (busy)"),_.log(v.PUSH,"busy"),this._signaling.ready&&this._signaling.hangup(O.BUSY),Promise.reject({hangup:O.BUSY})):(G._current&&(G._current.destroy(),G._current=null),yield this._setConversation(m,E,ze.INCOMING,t),E)})}_createParticipant(e){return c(this,null,function*(){var i;let t=Object.assign({id:null,externalId:null,mediaSettings:_e(),participantState:{},state:W.CALLED,status:null,remoteStream:null,mediaSource:null,platform:null,clientType:null,roles:[],networkRating:1,lastRequestedLayouts:{},muteStates:{},unmuteOptions:[],observedIds:[],isInRoom:!1},e);if(e.externalId){let a=R.decomposeParticipantId(t.id).compositeUserId;this._api.cacheExternalId(a,e.externalId)}else t.externalId=yield this._getParticipantId(t.id);return(i=t.observedIds)!=null&&i.length&&(t.externalId.observer=!0),this._setParticipantMarkers(t,t.markers),t})}_getParticipantId(e){return c(this,null,function*(){try{let t=R.decomposeParticipantId(e),i=yield this._api.userId(t.compositeUserId);return Object.assign({deviceIdx:t.deviceIdx},i)}catch(t){throw this._close(new F(O.NETWORK_ERROR),t),t}})}_setConversation(s,o,p){return c(this,arguments,function*(e,t,i,a=J.USER){yield this._prepareParticipants(t.conversation.participants);let u=this._api.getUserId(),m=e.device_idx||0;if(!u){let k=(t.conversation.participants||[]).find(A=>R.comparePeerId(A.peerId,t.peerId));if(!k)throw new F(O.UNKNOWN_ERROR);u=Number(k.id),k.idType&&(a=k.idType),k.deviceIdx&&(m=k.deviceIdx),this._api.setUserId(u)}let E=R.composeParticipantId(u,a,m),b=yield this._getParticipantId(E);this._conversation={userId:u,compositeUserId:E,externalId:b,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||"DIRECT",direction:i,concurrent:t.isConcurrent||e.is_concurrent||!1,needRate:!1,chatId:t.conversation.multichatId,roles:[],recordsInfoByRoom:new Map,muteStates:new Map,joinLink:e.join_link,pinnedParticipantId:null,mediaModifiers:t.mediaModifiers,options:[],unmuteOptions:[],networkRating:1,waitingHall:this._isInWaitingHall(t),observer:!1,asrInfo:null,roomId:null},this._signaling.setConversationId(this._conversation.id),e.p2p_forbidden&&(l.forceRelayPolicy=e.p2p_forbidden),_.log(v.RELAY_POLICY,l.forceRelayPolicy?"1":"0"),this._changeFeatureSet(),this._logDevices()})}_updateConversation(e){if(!this._conversation)throw new F(O.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||"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 vi;return this.subscribe(e,"SOURCE_CHANGED",this._onLocalMediaStreamChanged.bind(this)),this.subscribe(e,"SCREEN_STATUS",this._onScreenSharingStatus.bind(this)),this._audioFix=new kt(e),e}_connectSignaling(e,t){return c(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 c(this,null,function*(){yield this._registerConnectionParticipants(e),this._processConnectionData(e)})}_prepareParticipants(e){return c(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 Re(Re({},{participants:[],countBefore:0,countAfter:0,markerFound:!1}),e)}_participantListChunkToExternalChunk(e){let t=R.mapSharedParticipants(e.participants.map(i=>{let a=R.composeId(i);return this._participants[a]}));return qe(Re({},e),{participants:t})}_registerConnectionParticipants(e){return c(this,null,function*(){var i,a,s,o,p,u;yield this._registerParticipants(e.conversation.participants),(i=e.participants)!=null&&i.participants&&(yield this._registerParticipants((a=e.participants)==null?void 0:a.participants));let t=(o=(s=e==null?void 0:e.rooms)==null?void 0:s.rooms)!=null?o:[];for(let m of t)yield this._registerParticipants((u=(p=m==null?void 0:m.participants)==null?void 0:p.participants)!=null?u:[],!0)})}_registerParticipants(e,t=!1){return c(this,null,function*(){if(this._conversation)for(let i of e){let a=R.composeId(i);if(this._isMe(a)){this._conversation.roles=i.roles||[],this._conversation.roles.length&&(d.debug(`Local roles changed: ${i.roles}`),f.onLocalRolesChanged(this._conversation.roles)),yield this._registerParticipantLocalMuteState(i);continue}if(i.state===W.HUNGUP||i.state===W.REJECTED){this._participants[i.id]&&this._removeParticipant(this._participants[i.id],O.HUNGUP);continue}this._registerParticipantInCache(yield this._createParticipant({id:a,externalId:i.externalId&&ue.fromSignaling(i.externalId,i.deviceIdx||0),mediaSettings:_e(i.mediaSettings),participantState:R.mapParticipantState(i),state:i.state,roles:i.roles||[],status:l.batchParticipantsOnStart?"WAITING":null,muteStates:i.muteStates||{},unmuteOptions:i.unmuteOptions||[],observedIds:i.observedIds||[],markers:this._denormalizeMarkers(a,i.markers),movieShareInfos:i.movieShareInfos,isInRoom:t})),i.roles&&i.roles.length&&(d.debug(`Roles for participant [${a}] changed: ${i.roles}`),f.onRolesChanged(this._participants[a].externalId,i.roles))}})}_registerParticipantLocalMuteState(e){return c(this,null,function*(){if(!e.muteStates)return Promise.resolve();let t=Dt(e.muteStates,ke.MUTE),i=Dt(e.muteStates,ke.MUTE_PERMANENT);for(let a of[t,i])a.length&&(yield this._onMuteParticipant({muteStates:e.muteStates,unmuteOptions:e.unmuteOptions,mediaOptions:a,stateUpdated:!0}))})}_getStatusByTransportState(e){let t;return e==="CONNECTED"?t="CONNECTED":e==="CONNECTING"||e==="OPENED"?t="CONNECTING":e==="RECONNECTING"&&(t="RECONNECT"),t}_registerParticipantInCache(e){return this._participants[e.id]=e}_getExistedParticipantByIdOrCreate(e){return c(this,null,function*(){return this._participants[e]||this._createParticipant({id:e})})}_getExternalIdByParticipantId(e){return c(this,null,function*(){var t;if(this._isMe(e))return this._conversation.externalId;if(l.useParticipantListChunk)return(yield this._getExistedParticipantByIdOrCreate(e)).externalId;if((t=this._participants[e])!=null&&t.externalId)return this._participants[e].externalId;{let i=yield this._getParticipantId(e);return this._api.cacheExternalId(e,i),i}})}_registerParticipantAndSetMarkersIfChunkEnabled(e,t){return c(this,null,function*(){if(l.useParticipantListChunk){let i=this._registerParticipantInCache(yield this._getExistedParticipantByIdOrCreate(e));return this._setParticipantMarkers(i,t),i}return this._participants[e]})}_warnParticipantNotInConversation(e){d.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(a=>"ts"in a&&"rank"in a);return Object.entries(t).reduce((a,[s,o])=>(a[s]=qe(Re(Re({},i),o),{id:e}),a),{})}_processConnectionData(e){return c(this,null,function*(){this._processRooms(e),this._processMuteStates(e),e.conversation.pinnedParticipantId&&(yield this._onPinParticipant(e.conversation.pinnedParticipantId)),this._processRecordInfos(e),this._onOptionsChanged(e.conversation.options),e.chatRoom&&e.chatRoom.totalCount&&this._onChatRoomUpdated(Hi.ATTENDEE,e.chatRoom.totalCount,e.chatRoom.firstParticipants)})}_processRooms(e){var i,a;let t=(a=(i=e.rooms)==null?void 0:i.roomId)!=null?a:null;this._onRoomSwitched(t,!0)}_processMuteStates(e){var i,a,s;this._setMuteStatesForRoomId((i=e.conversation)==null?void 0:i.muteStates,null);for(let o of(s=(a=e.rooms)==null?void 0:a.rooms)!=null?s:[])this._setMuteStatesForRoomId(o.muteStates,o.id);let t=this._getMuteStatesForCurrentRoom();this._onMuteParticipant({muteStates:t,unmuteOptions:e.unmuteOptions,mediaOptions:Object.keys(t),muteAll:!0,stateUpdated:!0,roomId:this._conversation.roomId})}_processRecordInfos(e){var t,i,a,s;this._onRecordInfo((t=e.conversation.recordInfo)!=null?t:null);for(let o of(a=(i=e.rooms)==null?void 0:i.rooms)!=null?a:[])this._onRecordInfo((s=o.recordInfo)!=null?s:null,o.id)}_allocateTransport(){if(!this._conversation||!this._mediaSource)return;this._transport=new Ai(this._conversation.topology,this._signaling,this._mediaSource,this._serverSettings),this._debugInfo=new ei,this.subscribe(this._transport,"STATE_CHANGED",this._onTransportStateChanged.bind(this)),this.subscribe(this._transport,"LOCAL_STATE_CHANGED",this._onTransportLocalStateChanged.bind(this)),this.subscribe(this._transport,"REMOTE_TRACK_ADDED",this._onRemoteTrackAdded.bind(this)),this.subscribe(this._transport,"REMOTE_TRACK_REMOVED",this._onRemoteTrackRemoved.bind(this)),this.subscribe(this._transport,"REMOTE_ALL_STALL",this._onRemoteAllStall.bind(this)),this.subscribe(this._transport,"REMOTE_DATA_STATS",this._onRemoteDataStats.bind(this)),this.subscribe(this._transport,"SIGNALLED_STALLED_PARTICIPANTS",this._onRemoteSignalledStall.bind(this)),this.subscribe(this._transport,"TOPOLOGY_CHANGED",this._onTopologyChanged.bind(this)),this.subscribe(this._transport,"NETWORK_STATUS",this._onNetworkStatus.bind(this)),this.subscribe(this._transport,"REMOTE_STREAM_SECOND",this._onRemoteStreamSecond.bind(this)),this.subscribe(this._transport,"PEER_CONNECTION_CLOSED",this._onPeerConnectionClosed.bind(this)),this.subscribe(this._transport,"ASR_TRANSCRIPTION",this._onAsrTranscription.bind(this)),this.subscribe(this._transport,"ANIMOJI_STREAM",this._onAnimojiStream.bind(this));let e=this._conversation.direction===ze.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 Di(this._transport),this.subscribe(this._volumesDetector,"VOLUMES_DETECTED",this._onVolumesDetected.bind(this)),this._speakerDetector=new ki(this._volumesDetector,this._transport,this._conversation.topology),this.subscribe(this._speakerDetector,"SPEAKER_CHANGED",this._onSpeakerChanged.bind(this)),this._localVolumeDetector=new ti(this._mediaSource))}_createSpecListener(){this._transport&&this._volumesDetector&&(this._specListener=new ii(this._transport,this._volumesDetector,this._participants))}_logDevices(){let e=P.getCameras().length,t=P.getMicrophones().length;d.debug("Cameras: "+e+(P.hasCameraPermission()?"✔":"✖")+", Microphones: "+t+(P.hasMicrophonePermission()?"✔":"✖")),_.log(v.DEVICES,`${e}_${t}`)}_logWithMediaSettings(e,t){_.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===O.HUNGUP?this._setParticipantsStatus([e],"HANGUP"):this._setParticipantsStatus([e],"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:"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,a;(t=e.remoteStream)==null||t.getTracks().forEach(s=>s.stop()),(i=e.secondStream)==null||i.getTracks().forEach(s=>s.stop()),(a=e.mediaSource)==null||a.disconnect()}),this._participants={},this._audioOutput&&this._audioOutput.destroy()}_cleanupParticipantAgnosticStreams(){d.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 c(this,null,function*(){d.debug(`Add new participant [${e}]`);let a=this._participants[e];if(a&&(a.state===W.ACCEPTED||a.state===W.CALLED)){d.warn(`Participant [${a.id}:${a.state}] is already in conversation`);return}a||(a=this._registerParticipantInCache(yield this._createParticipant({id:e,externalId:t.externalId&&ue.fromSignaling(t.externalId,t.deviceIdx||0),mediaSettings:_e(t.mediaSettings),state:t.state,roles:t.roles||[],muteStates:t.muteStates||{},unmuteOptions:t.unmuteOptions||[],observedIds:t.observedIds||[]}))),this._setParticipantsStatus([a],"WAITING"),i?(a.state=W.HUNGUP,this._removeParticipant(a,i)):this._transport&&(a.state=W.CALLED,this._transport.allocate(a.id,!0),_.log(v.ADD_PARTICIPANT),this._invokeRolesChangedCallbackIfNeeded(a))})}_onRemoveParticipant(e){d.debug(`Remove participant [${e}]`);let t=[];for(let i=0;i<=Zn;i++){let a=R.compose(e,i),s=this._participants[a];s&&t.push(s)}if(!t.length){this._warnParticipantNotInConversation(e);return}if(this._transport)for(let i of t)this._transport.close(i.id);_.log(v.REMOVE_PARTICIPANT)}changeDevice(e){return c(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(ae.UNKNOWN)})}stopVideoTrack(){return this._mediaSource.stopVideoTrack()}toggleScreenCapturing(e){return c(this,null,function*(){return this._mediaSource?this._mediaSource.toggleScreenCapturing(e):Promise.reject(ae.UNKNOWN)})}disableScreenCapturing(){return c(this,null,function*(){return this._mediaSource?this._mediaSource.disableScreenCapturing():Promise.reject(ae.UNKNOWN)})}toggleAnimojiCapturing(e){this._mediaSource&&this._mediaSource.toggleAnimojiCapturing(e)}setAnimojiSvg(e,t=null,i=null){if(!this._transport)return;let a=!t,s=t!=null?t:this._conversation.compositeUserId;if(e instanceof ArrayBuffer){let o=i!=null?i:this._conversation.externalId.id;this._transport.setAnimojiSvg(s,{svg:e,userId:o,isMe:a});return}this._transport.setAnimojiSvg(s,{svg:e,isMe:a})}setVideoStream(e,t=!1){return c(this,null,function*(){if(this._mediaSource)return this._mediaSource.setVideoStream(e,t)})}setAudioStream(e){return c(this,null,function*(){if(this._mediaSource)return this._mediaSource.setAudioStream(e)})}toggleLocalVideo(e){return c(this,null,function*(){if(this._mediaSource)return _.log(v.MEDIA_STATUS,e?"video_1":"video_0"),this._mediaSource.toggleVideo(e)})}toggleLocalAudio(e){return c(this,null,function*(){if(this._mediaSource)return _.log(v.MEDIA_STATUS,e?"audio_1":"audio_0"),this._mediaSource.toggleAudio(e)})}changePriorities(e){return c(this,null,function*(){if(e.length<2||!this._signaling.ready)return;let t={},i={};for(let a of e){let s=typeof a.uid=="object"?a.uid:ue.fromId(a.uid),o=ue.toString(s);i[o]=a.priority}for(let a of Object.values(this._participants)){let s=ue.toString(a.externalId);i.hasOwnProperty(s)&&(t[a.id]=i[s])}yield this._signaling.changePriorities(t)})}changeParticipantState(e){return c(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 c(this,null,function*(){let t={};return t[Ve(e)]={keyFrameRequested:!0},this._signaling.updateDisplayLayout(t)})}requestTestMode(e,t){return c(this,null,function*(){return this._signaling.requestTestMode(e,t)})}updateDisplayLayout(e){return c(this,null,function*(){if(e.length<1||!this._signaling.ready)return;d.log(`Update display layout [${this._signaling.getNextCommandSequenceNumber()}]`,e);let t={};for(let a of e){let s=typeof a.uid=="object"?a.uid:ue.fromId(a.uid),o=this._api.getCachedOkIdByExternalId(s);if(!o){let E=ue.toString(s);d.log(`Unknown participant external ID ${E}`);continue}let p=R.compose(o,s.deviceIdx),u=Ve({participantId:p,mediaType:a.mediaType,streamName:a.streamName}),m=this._participants[p];m?m.lastRequestedLayouts[u]=a:this._isMe(p)&&(this._myLastRequestedLayouts[u]=a),At(a)?(this._isMe(p)&&delete this._myLastRequestedLayouts[u],this._streamIdByStreamDescription.has(u)&&!this._cooldownTimestampByStreamDescription.has(u)&&this._cooldownTimestampByStreamDescription.set(u,Date.now())):(this._cooldownTimestampByStreamDescription.delete(u),!this._streamIdByStreamDescription.has(u)&&l.videoTracksCount>0&&this._streamIdByStreamDescription.set(u,null),t[u]=a),a.mediaType==="SCREEN"&&!At(a)&&Ke(qt(p))}let i=this._cooldownTimestampByStreamDescription.keys();for(;this._streamIdByStreamDescription.size>l.videoTracksCount;){let a=i.next();if(a.done){d.error("Cannot accommodate all streaming requests: tracks available "+l.videoTracksCount+"; requested streams: "+Array.from(this._streamIdByStreamDescription.keys()));break}this._stopStreaming(a.value),t[a.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)&&(d.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=Xt(e),a=this._participants[i.participantId],{externalId:s}=this._conversation,o=this._isMe(i.participantId);if(a){if(i.streamName&&(i.mediaType==="STREAM"||i.mediaType==="MOVIE")){let p={stream:null,streamName:i.streamName,mediaType:i.mediaType};o?f.onLocalLive(s,p):f.onRemoteLive(a.externalId,p)}else o||f.onRemoteStream(a.externalId,null);_.log(v.PAT_DEALLOCATED)}else d.log(`Cannot find participant to stop streaming: ${i.participantId}`)}this._streamIdByStreamDescription.delete(e)}_sendUpdateDisplayLayout(e){return c(this,null,function*(){if(Object.keys(e).length===0)return;let t=yield this._signaling.updateDisplayLayout(e);if(!t)return;let i=[];for(let[a,s]of Object.entries(t.errorCodeByParticipantId||{})){let o=Xt(a),p=this._participants[o.participantId];if(p){let u;typeof s!="number"?(d.warn(`Unexpected error code ${s} received for participant ${o.participantId}`),u=Jr.UNKNOWN_ERROR):u=Yr(s),i.push({externalId:p.externalId,errorReason:u})}}if(i&&i.length)throw new ri("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 a=i.value;if(a[1]+Xn>Date.now())break;let o=a[0];this._stopStreaming(o),e[o]={stopStream:!0}}while(!0);this._sendUpdateDisplayLayout(e)}_onParticipantSourcesUpdate(e){if(this._conversation){d.log("Received participant sources update notification",e);for(let t of e)this._waitForStreamIfNeeded(t)}}_onParticipantPromoted(e){return c(this,null,function*(){d.log("Promoted in waiting hall",!e.demote),e.demote?(d.log("Kicked from waiting hall"),this._close(new F(O.REMOVED))):(this._updateConversation(e),yield this._onJoinPart2(e))})}_onChatRoomUpdated(a){return c(this,arguments,function*(e,t=0,i=[]){d.log(`Chat room updated: ${e}`);let s=[],o=[];i.length&&(i.forEach(p=>{if(p.externalId){let u=fe.fromSignaling(p.externalId);s.push(u),this._api.cacheExternalId(p.id.id,u)}else o.push(R.decomposeId(p.id.id).id)}),o.length&&!s.length&&(s=yield this._api.getExternalIdsByOkIds(o))),f.onChatRoomUpdated(e,t,s)})}_onSharedMovieUpdate(e){return c(this,null,function*(){let{externalId:t}=this._conversation,{data:i}=e;for(let a of i)if(this._isMe(a.participantId))f.onLocalLiveUpdate(t,a);else{let o=yield this._getExternalIdByParticipantId(a.participantId);o&&f.onRemoteLiveUpdate(o,a)}})}_onSharedMovieInfoStarted(e){return c(this,null,function*(){d.log(`Shared movie started data received: ${e.notification}`),yield this._processSharedMovieInfo(e.movieShareInfo)})}_processSharedMovieInfos(e){return c(this,null,function*(){e&&(yield Promise.all(e.map(t=>this._processSharedMovieInfo(t))))})}_processSharedMovieInfo(e){return c(this,null,function*(){var a;if(!e)return;let{externalId:t}=this._conversation;if(this._isMe(e.initiatorId))f.onLocalSharedMovieInfo(t,e);else{let s=yield this._getExternalIdByParticipantId(e.initiatorId);s&&f.onRemoteSharedMovieInfo(s,e)}this._transport.getTopology()==="SERVER"&&this._transport.getState()==="IDLE"&&this._participantState!==W.CALLED&&this._transport.open(this._transport.allocated(),null,!!((a=this._conversation)!=null&&a.observer),!0)})}_processConnectionSharedMovieInfo(e){return c(this,null,function*(){let t=e.conversation.participants.find(i=>this._isMe(R.composeId(i)));yield this._processSharedMovieInfos(t==null?void 0:t.movieShareInfos)})}_onSharedMovieInfoStopped(e){return c(this,null,function*(){d.log(`Shared movie stopped data received: ${e.notification}`);let{externalId:t}=this._conversation,{initiatorId:i,movieId:a,source:s}=e,o={initiatorId:i,movieId:a,source:s};if(this._isMe(i))f.onLocalSharedMovieStoppedInfo(t,o);else{let u=yield this._getExternalIdByParticipantId(i);u&&f.onRemoteSharedMovieStoppedInfo(u,o)}})}_onFeaturesPerRoleChanged(e){d.log(`Features per role changed: ${e.notification}`),f.onFeaturesPerRoleChanged(e.featuresPerRole)}_waitForStreamIfNeeded(e){var m,E,b;let t=this._matchStreamDescription(e.participantStreamDescription);if(!t||t.mediaType==="ANIMOJI")return;let i=t.participantId,a=this._participants[i];if(l.producerScreenDataChannel&&t.mediaType==="SCREEN"&&!((m=a.mediaSettings)!=null&&m.isFastScreenSharingEnabled))return;let s=Ve(t),o=this._sequenceNumberByStreamDescription.get(s);if(o&&o>e.sequenceNumber){d.warn(`Participant ${t.participantId} received outdated PAT response: sequence number ${e.sequenceNumber}; last sent sequence number for given participant is ${o}`),_.log(v.PAT_OUTDATED_RESPONSE);return}let p=e.streamId,u=e.rtpTimestamp?this._getWaitingTime(p,e.rtpTimestamp):0;if(u<=0){this._streamWaitTimerByStreamDescription.delete(s);let{externalId:k}=this._conversation,A=this._isMe(i);if(!a&&!A){_.log(v.PAT_ERROR,"participantMissing"),d.error(`Could not find participant by ID: ${i}`);return}let Q=A?k:a.externalId,j=this._streamByStreamId.get(p);if(!j){_.log(v.PAT_ERROR,"streamNotFound"),d.error(`Could not find stream by ID: ${p}`);return}_.log(v.PAT_ALLOCATED),this._streamIdByStreamDescription.set(s,p);let X=(E=e.participantStreamDescription)==null?void 0:E.mediaType;if(X==="STREAM"||X==="MOVIE"){if((b=e.participantStreamDescription)!=null&&b.streamName){let z={streamName:e.participantStreamDescription.streamName,stream:j,mediaType:X};A?f.onLocalLive(Q,z):f.onRemoteLive(Q,z)}}else if(l.producerScreenTrack&&X==="SCREEN")f.onRemoteScreenStream(a.externalId,j);else if(!A){let z=(l.producerScreenTrack?null:a.secondStream)||j;f.onRemoteStream(a.externalId,z)}}else{d.debug(`Waiting for ${u} until stream ${p} for ${s} is switched`);let k=window.setTimeout(this._waitForStreamIfNeeded.bind(this,e),u);this._streamWaitTimerByStreamDescription.set(s,k)}}_matchStreamDescription(e){if(!e)return null;if(this._streamIdByStreamDescription.has(Ve(e)))return e;let t=e.participantId;if(e.mediaType){let i={participantId:t,mediaType:null};if(this._streamIdByStreamDescription.has(Ve(i)))return i}else{let i={participantId:t,mediaType:"CAMERA"};if(this._streamIdByStreamDescription.has(Ve(i)))return i;let a={participantId:t,mediaType:"SCREEN"};if(this._streamIdByStreamDescription.has(Ve(a)))return a}return d.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?R.includesOneOf(this._conversation.roles,[Je.ADMIN,Je.CREATOR]):!1}_checkAdminRole(){if(this._conversation&&!R.includesOneOf(this._conversation.roles,[Je.ADMIN,Je.CREATOR]))throw new Error("You don't have the required permission")}grantRoles(e,t,i){return c(this,null,function*(){this._checkAdminRole(),yield this._signaling.grantRoles(e,t,i)})}startAsr(e){return c(this,null,function*(){yield this._signaling.startAsr(e)})}stopAsr(){return c(this,null,function*(){yield this._signaling.stopAsr()})}requestAsr(e){return c(this,null,function*(){yield this._signaling.requestAsr(e)})}muteParticipant(){return c(this,arguments,function*(e=null,t,i=[],a=null){this._checkAdminRole(),yield this._signaling.muteParticipant(e,t,i,a)})}enableFeatureForRoles(e,t){return c(this,null,function*(){yield this._signaling.enableFeatureForRoles(e,t)})}pinParticipant(e,t){return c(this,null,function*(){this._checkAdminRole(),yield this._signaling.pinParticipant(e,t)})}updateMediaModifiers(e){return c(this,null,function*(){this._signaling.ready&&this._conversation&&(this._conversation.mediaModifiers=e,yield this._signaling.updateMediaModifiers(e))})}changeOptions(e){return c(this,null,function*(){if(this._signaling.ready&&this._conversation){this._checkAdminRole(),yield this._signaling.changeOptions(e);let t=Nr(this._conversation.options,e);this._onOptionsChanged(t)}})}getWaitingHall(e,t,i){return c(this,null,function*(){if(!this._signaling)return Promise.reject();let a=null;e&&(a=Ca(e));let s=yield this._signaling.getWaitingHall(a,t,i);if(s.error)return Promise.reject(s.message);let o=s.participants||[],p=[],u=[],m=null;return o.length&&(o.forEach(E=>{if(E.externalId){let b=fe.fromSignaling(E.externalId);p.push(b),this._api.cacheExternalId(E.id.id,b)}else u.push(R.decomposeId(E.id.id).id)}),u.length&&!p.length&&(p=yield this._api.getExternalIdsByOkIds(u)),s.hasMore&&(m=Ra(o[o.length-1].id))),{participants:p,pageMarker:m,totalCount:s.totalCount||0}})}promoteParticipant(e,t){return c(this,null,function*(){this._signaling&&(yield this._signaling.promoteParticipant(e,t))})}chatMessage(e,t=null){return c(this,null,function*(){this._signaling.ready&&(yield this._signaling.chatMessage(e,t))})}chatHistory(e){return c(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 a=t.messages[i];yield this._onChatMessage(a)}}})}customData(e,t=null){return c(this,null,function*(){this._signaling.ready&&(yield this._signaling.customData(e,t))})}createJoinLink(){return c(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 c(this,null,function*(){if(this._conversation&&(yield this._api.removeJoinLink(this._conversation.id)).success){delete this._conversation.joinLink;return}return Promise.reject()})}addMovie(a){return c(this,arguments,function*({movieId:e,gain:t,metadata:i}){let s={movieId:e};(t||t===0)&&(s.gain=t),i&&(s.metadata=i);let o=yield this._signaling.addMovie(s);if(o.error)throw new Error(o.error);return{movieId:o.movieId,streamType:o.streamType}})}updateMovie(e){return c(this,null,function*(){let t=yield this._signaling.updateMovie(e);if(t.error)throw new Error(t.error)})}removeMovie(e){return c(this,null,function*(){let t={movieId:e},i=yield this._signaling.removeMovie(t);if(i.error)throw new Error(i.error)})}updateRooms(e,t){return c(this,null,function*(){let i=yield this._signaling.updateRooms(e,t);if(i.error)throw new Error(i.error)})}activateRooms(e,t){return c(this,null,function*(){let i=yield this._signaling.activateRooms(e,t);if(i.error)throw new Error(i.error)})}switchRoom(e,t){return c(this,null,function*(){let i=yield this._signaling.switchRoom(e,t);if(i.error)throw new Error(i.error)})}removeRooms(e){return c(this,null,function*(){let t=yield this._signaling.removeRooms(e);if(t.error)throw new Error(t.error)})}startStream(e=!1,t=null,i=null,a="DIRECT_LINK",s=null,o=null){return c(this,null,function*(){let p={movieId:i,name:t,privacy:a,groupId:s,roomId:o,streamMovie:!e},u=yield this._signaling.startStream(p);if(u.error)return Promise.reject(u.message)})}stopStream(e=null){return c(this,null,function*(){if((yield this._signaling.stopStream({roomId:e})).error)return Promise.reject()})}recordSetRole(e,t,i=null){return c(this,null,function*(){let a=yield this._signaling.recordSetRole(e,t,i);if(a.error)throw new Error(a.error)})}getStreamInfo(){return c(this,null,function*(){let e=yield this._signaling.getRecordStatus();return{movieId:e.recordMovieId,preview:e.recordMoviePreviewUrl}})}setLocalResolution(i){return c(this,arguments,function*({video:e,effect:t}){var a;if(e.width<l.videoMinWidth||e.height<l.videoMinHeight)throw new Error("Sizes received are less than the `videoMinWidth` or `videoMinHeight`");if(t){if(t.width<l.videoMinWidth||t.height<l.videoMinHeight)throw new Error("Sizes of effect received are less than the `videoMinWidth` or `videoMinHeight`");l.videoEffectMaxHeight=t.height,l.videoEffectMaxWidth=t.width}return l.videoMaxWidth=e.width,l.videoMaxHeight=e.height,d.debug("Set local video resolution:",`video ${e.width}x${e.height}`+(t?`, effect ${t.width}x${t.height}`:"")),(a=this._mediaSource)==null?void 0:a.setResolution({video:e,effect:t})})}videoEffect(e){return c(this,null,function*(){var t;return(t=this._mediaSource)==null?void 0:t.videoEffect(e)})}getParticipants(e){return c(this,null,function*(){let t=e.externalIds.map(o=>({id:o.id,type:l.externalUserType})),i=yield this._signaling.getParticipants(t);if(i.error)throw new Error(i.error);let a=i.participants,s=this._transport.getState();return Promise.all(a.map(o=>c(this,null,function*(){var u;let p=R.composeId(o);return this._createParticipant({id:p,externalId:o.externalId&&ue.fromSignaling(o.externalId,o.deviceIdx||0),mediaSettings:_e(o.mediaSettings),participantState:R.mapParticipantState(o),state:o.state,roles:o.roles||[],status:(u=this._getStatusByTransportState(s))!=null?u:"WAITING",muteStates:o.muteStates||{},unmuteOptions:o.unmuteOptions||[],observedIds:o.observedIds||[],markers:this._denormalizeMarkers(p,o.markers)})}))).then(R.mapSharedParticipants)})}getParticipantListChunk(e){return c(this,null,function*(){var p;d.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),a=i.participants.filter(u=>{let m=R.composeId(u);return!this._participants[m]});yield this._registerParticipants(a);let s=(p=this._transport)==null?void 0:p.getState();return i.participants.forEach(u=>{var b,k;let m=R.composeId(u),E=this._participants[m];E.status=(b=this._getStatusByTransportState(s))!=null?b:"WAITING",E.movieShareInfos=u.movieShareInfos,Object.assign(E.mediaSettings,_e(u.mediaSettings)),Object.assign(E.muteStates,u.muteStates),E.unmuteOptions=(k=u.unmuteOptions)!=null?k:E.unmuteOptions,this._openTransport([E],!0)}),this._participantListChunkToExternalChunk(i)})}_getInitialParticiapntListChunk(){return c(this,null,function*(){let e=l.participantListChunkInitIndex,t=l.participantListChunkInitCount,i="GRID",a=yield this._signaling.getParticipantListChunk({listType:i,fromIdx:e,count:t});return d.debug("Get initial participant list chunk",a.chunk),a.chunk})}_onLocalMediaStreamChanged(e){return c(this,null,function*(){var t,i;this._conversation&&(d.debug("Local media stream changed",e.mediaSettings),f.onLocalStreamUpdate(e.mediaSettings,e.kind),this._signaling.ready&&!((t=this._conversation)!=null&&t.waitingHall)&&!((i=this._conversation)!=null&&i.observer)&&(yield this._signaling.changeMediaSettings(e.mediaSettings)))})}_onScreenSharingStatus(e){return c(this,null,function*(){var t,i;if(d.log("Screen sharing changed",e.track,e.mediaSettings),l.consumerScreenTrack){let a=e.track?new MediaStream([e.track]):null;f.onScreenStream(a,e.mediaSettings),this._signaling.ready&&!((t=this._conversation)!=null&&t.waitingHall)&&!((i=this._conversation)!=null&&i.observer)&&(yield this._signaling.changeMediaSettings(e.mediaSettings))}})}_changeRemoteMediaSettings(e,t){d.debug(`Remote media settings changed [${e}]`,t);let{externalId:i}=this._conversation;if(this._isMe(e)){f.onLocalMediaSettings(i,t);return}let s=this._participants[e];if(!s){this._warnParticipantNotInConversation(e);return}s.mediaSettings=t,this._state==="ACTIVE"&&f.onRemoteMediaSettings(s.externalId,t,s.markers),this._specListener&&this._specListener.onChangeRemoteMediaSettings(e,t)}_changeRemoteParticipantState(e,t){d.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&&(d.debug(`Roles for participant [${e.id}] changed: ${e.roles}`),f.onRolesChanged(e.externalId,e.roles))}_onSignalingNotification(e){switch(e.notification){case x.ACCEPTED_CALL:return this._onAcceptedCall(e);case x.HUNGUP:return this._onHungup(e);case x.PARTICIPANT_ADDED:return this._onAddedParticipant(e);case x.PARTICIPANT_JOINED:return this._onJoinedParticipant(e);case x.CLOSED_CONVERSATION:return this._onClosedConversation(e);case x.MEDIA_SETTINGS_CHANGED:return this._onMediaSettingsChanged(e);case x.PARTICIPANT_STATE_CHANGED:return this._onParticipantStateChanged(e);case x.RATE_CALL_DATA:return this._onNeedRate();case x.FEATURE_SET_CHANGED:return this._onFeatureSetChanged(e);case x.MULTIPARTY_CHAT_CREATED:return this._onMultipartyChatCreated(e);case x.FORCE_MEDIA_SETTINGS_CHANGE:return this._onForceMediaSettingsChange(e);case x.SETTINGS_UPDATE:return this._onSettingsUpdate(e);case x.VIDEO_QUALITY_UPDATE:return this._onVideoQualityUpdate(e);case x.REGISTERED_PEER:return this._onPeerRegistered(e);case x.SWITCH_MICRO:return this._onMicSwitched(e);case x.CHAT_MESSAGE:return this._onChatMessage(e);case x.CUSTOM_DATA:return this._onCustomData(e);case x.RECORD_STARTED:return this._onRecordInfo(e.recordInfo,e.roomId);case x.RECORD_STOPPED:return this._onRecordInfo(null,e.roomId);case x.ROLES_CHANGED:return this._onRolesChanged(e.participantId,e.roles||[]);case x.MUTE_PARTICIPANT:return this._onMuteParticipant(e);case x.PIN_PARTICIPANT:return this._onPinParticipant(e.participantId,e.unpin,e.markers);case x.OPTIONS_CHANGED:return this._onOptionsChanged(e.options||[]);case x.PARTICIPANT_SOURCES_UPDATE:return this._onParticipantSourcesUpdate(e.participantUpdateInfos);case x.PROMOTE_PARTICIPANT:return this._onParticipantPromoted(e);case x.CHAT_ROOM_UPDATED:return this._onChatRoomUpdated(e.eventType,e.totalCount,e.firstParticipants);case x.JOIN_LINK_CHANGED:return this._onJoinLinkChanged(e);case x.FEEDBACK:return this._onFeedback(e);case x.MOVIE_UPDATE_NOTIFICATION:return this._onSharedMovieUpdate(e);case x.MOVIE_SHARE_STARTED:return this._onSharedMovieInfoStarted(e);case x.MOVIE_SHARE_STOPPED:return this._onSharedMovieInfoStopped(e);case x.ROOMS_UPDATED:return this._onRoomsUpdated(e);case x.ROOM_UPDATED:return this._onRoomUpdated(e);case x.ROOM_PARTICIPANTS_UPDATED:return this._onRoomParticipantsUpdated(e);case x.FEATURES_PER_ROLE_CHANGED:return this._onFeaturesPerRoleChanged(e);case x.PARTICIPANT_ANIMOJI_CHANGED:return this._onParticipantAnimojiChanged(e);case x.ASR_STARTED:return this._onAsrInfo(e.asrInfo);case x.ASR_STOPPED:return this._onAsrInfo(null)}}_onSignalingReconnect(e){return c(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),a=[];for(let s of e.conversation.participants){let o=R.composeId(s),p=s.roles||[];if(this._isMe(o)){t=_e(s.mediaSettings),jt(this._conversation.roles,p)||this._onRolesChanged(o,p);continue}a.push(o);let u=this._participants[o];if(!u)yield this._onJoinedParticipant({participantId:s.id,participant:s,mediaSettings:s.mediaSettings});else{let m=_e(s.mediaSettings);ca(m,u.mediaSettings)||this._changeRemoteMediaSettings(o,m);let E=R.mapParticipantState(s),b=u.participantState;R.isEqualParticipantState(E,b)||this._changeRemoteParticipantState(o,E),jt(p,u.roles)||this._onRolesChanged(u.id,p)}}for(let s of i)a.indexOf(s)<0&&this._removeParticipant(this._participants[s],O.HUNGUP)}this._onMuteParticipant({muteStates:e.conversation.muteStates,unmuteOptions:e.unmuteOptions,mediaOptions:[]},t),this._processRecordInfos(e),this._onOptionsChanged(e.conversation.options)})}_onSignalingFailed(e){d.error("Signaling failed",e),this._close(e)}_onAcceptedCall(e){return c(this,null,function*(){let t=R.composeMessageId(e),i=R.getPeerIdString(e.peerId);if(d.debug(`Participant accepted call [${t}]`),this._conversation&&this._isMe(t)){this._close(new F(O.MISSED),"Call accepted on other device");return}let a=this._participants[t];a||(a=this._registerParticipantInCache(yield this._createParticipant({id:t,mediaSettings:_e(e.mediaSettings)}))),a.state=W.ACCEPTED,a.mediaSettings=_e(e.mediaSettings),this._logWithMediaSettings(v.ACCEPTED_OUTGOING,a.mediaSettings),this._conversation&&this._conversation.direction===ze.OUTGOING&&(this._state==="IDLE"||this._state==="PROCESSING")&&(this._state="ACTIVE",this._changeFeatureSet()),this._state==="ACTIVE"&&this._transport&&this._transport.open([a.id],i),this._changeRemoteMediaSettings(t,a.mediaSettings),this._changeRemoteParticipantState(t)})}_onHungup(e){return c(this,null,function*(){d.debug(`Participant hungup [${e.participantId}]`,{reason:e.reason});let t=R.composeMessageId(e);if(this._conversation&&this._isMe(t)){this._close(new F(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===O.REJECTED?W.REJECTED:W.HUNGUP,this._state!=="CLOSE"&&this._removeParticipant(i,O.HUNGUP)})}_onAddedParticipant(e){return c(this,null,function*(){var a,s;d.debug(`Participant added [${e.participantId}]`);let t=R.composeMessageId(e),i=this._participants[t];if(i&&i.state!==W.HUNGUP&&i.state!==W.REJECTED){d.debug(`Participant [${t}] is already in conversation and is active`);return}i||(i=this._registerParticipantInCache(yield this._createParticipant({id:t,externalId:e.participant.externalId&&ue.fromSignaling(e.participant.externalId,e.participant.deviceIdx||0),mediaSettings:_e(e.participant.mediaSettings),state:e.participant.state,participantState:R.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=_e((a=e.participant)==null?void 0:a.mediaSettings),i.participantState=R.mapParticipantState(e.participant),i.roles=((s=e.participant)==null?void 0:s.roles)||[],this._setParticipantsStatus([i],"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 c(this,null,function*(){var a,s;d.debug(`Participant joined [${e.participantId}]`);let t=R.composeMessageId(e),i=this._participants[t];if(i&&i.state===W.ACCEPTED){d.warn(`Participant [${t}] is already in conversation and is active`);return}i||(i=this._registerParticipantInCache(yield this._createParticipant({id:t,externalId:e.participant.externalId&&ue.fromSignaling(e.participant.externalId,e.participant.deviceIdx||0),mediaSettings:_e(e.participant.mediaSettings),state:e.participant.state,participantState:R.mapParticipantState(e.participant),roles:e.participant.roles||[],muteStates:e.participant.muteStates||{},movieShareInfos:e.participant.movieShareInfos,unmuteOptions:e.participant.unmuteOptions||[],observedIds:e.participant.observedIds||[],markers:this._denormalizeMarkers(t,e.participant.markers)}))),this._conversation&&this._conversation.direction===ze.OUTGOING&&(this._state==="IDLE"||this._state==="PROCESSING")&&(this._state="ACTIVE",this._changeFeatureSet()),i.state=W.ACCEPTED,i.mediaSettings=_e(e.mediaSettings),i.participantState=R.mapParticipantState(e.participant),i.roles=e.participant.roles||[],(a=this._transport)!=null&&a.isAllocated(i.id)?this._setParticipantsStatus([i],"CONNECTED"):this._setParticipantsStatus([i],"WAITING"),this._state==="ACTIVE"&&this._transport&&(this._transport.isAllocated(i.id)||this._transport.allocate(i.id,!0),this._transport.open([i.id],null,!!((s=this._conversation)!=null&&s.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),yield this._processSharedMovieInfos(i.movieShareInfos)})}_onClosedConversation(e){this._toggleJoinAvailability(),this._close(new F(e.reason,{remote:!0}))}_onMediaSettingsChanged(e){return c(this,null,function*(){let t=R.composeMessageId(e);yield this._registerParticipantAndSetMarkersIfChunkEnabled(t,e.markers),this._changeRemoteMediaSettings(t,_e(e.mediaSettings))})}_onParticipantStateChanged(e){return c(this,null,function*(){let t=R.composeMessageId(e);yield this._registerParticipantAndSetMarkersIfChunkEnabled(t,e.markers),this._changeRemoteParticipantState(t,R.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 c(this,null,function*(){if(!this._mediaSource)return;let t=this._mediaSource.getMediaSettings(),i=_e(e.mediaSettings);t.isAudioEnabled!==i.isAudioEnabled&&(yield this._mediaSource.toggleAudio(i.isAudioEnabled)),t.isVideoEnabled!==i.isVideoEnabled&&(yield this._mediaSource.toggleVideo(i.isVideoEnabled)),l.consumerScreenTrack&&t.isScreenSharingEnabled!==i.isScreenSharingEnabled&&(yield this._mediaSource.toggleScreenCapturing({captureScreen:i.isScreenSharingEnabled,fastScreenSharing:i.isFastScreenSharingEnabled,captureAudio:i.isAudioSharingEnabled}))})}_onSettingsUpdate(e){d.debug("Got settings update notification",e);let t={camera:e.camera,screenSharing:e.screenSharing};this._serverSettings=vr(this._serverSettings,t),this._transport&&this._transport.updateSettings(this._serverSettings)}_onVideoQualityUpdate(e){d.debug("Got video quality update notification",e);let t=Math.round(e.quality.maxBitrate/1024),i=e.quality.maxDimension,a={camera:Object.assign({},this._serverSettings.camera,{maxBitrateK:t,maxDimension:i}),screenSharing:null};this._serverSettings=vr(this._serverSettings,a),this._transport&&this._transport.updateSettings(this._serverSettings)}_onPeerRegistered(e){let t=R.composeMessageId(e);this._participants[t]&&(this._participants[t].clientType=e.clientType,this._participants[t].platform=e.platform)}_onMicSwitched(e){return c(this,null,function*(){f.onDeviceSwitched(de.AUDIO,!e.mute),yield this.toggleLocalAudio(!e.mute)})}_onChatMessage(e){return c(this,null,function*(){let t=R.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 c(this,null,function*(){if(e.data.hasOwnProperty("sdk"))return;let t=R.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,t=null){return c(this,null,function*(){var s;if(!this._conversation)return;let i=this._conversation.recordsInfoByRoom.get(t),a=!1;if(!i!=!e?a=!0:i&&e&&(a=i.recordMovieId!==e.recordMovieId),a)if(this._conversation.recordsInfoByRoom.set(t,e),e){let o=yield this._getParticipantId(e.initiator);f.onRecordStarted(o,e.recordMovieId,e.recordStartTime,e.recordType,e.recordExternalMovieId,e.recordExternalOwnerId,t)}else f.onRecordStopped(t);e&&this._transport.getTopology()==="SERVER"&&this._participantState!==W.CALLED&&this._transport.open(this._transport.allocated(),null,!!((s=this._conversation)!=null&&s.observer),!0)})}_changeRecordInfoForRoom(){return c(this,null,function*(){if(!this._conversation)return;let e=this._conversation.roomId,t=this._conversation.recordsInfoByRoom.get(e);if(t){let i=yield this._getParticipantId(t.initiator);f.onRecordStarted(i,t.recordMovieId,t.recordStartTime,t.recordType,t.recordExternalMovieId,t.recordExternalOwnerId,e)}else f.onRecordStopped(e)})}_onParticipantAnimojiChanged(e){return c(this,null,function*(){if(this._conversation){let t=yield this._getParticipantId(e.participantId);f.onParticipantVmojiUpdate(t)}})}_onAsrInfo(e){return c(this,null,function*(){if(!this._conversation)return;let t=!1;if(!this._conversation.asrInfo!=!e?t=!0:this._conversation.asrInfo&&e&&(t=this._conversation.asrInfo.movieId!==e.movieId),t)if(e){let i=yield this._getParticipantId(e.initiatorId);f.onAsrStarted(i,e.movieId)}else f.onAsrStopped();this._conversation.asrInfo=e})}_onAsrTranscription(e){return c(this,null,function*(){if(!this._conversation)return;let t=yield this._getParticipantId(e.participantId);f.onAsrTranscription(t,e.text,e.timestamp,e.duration)})}_onRolesChanged(e,t){if(this._conversation&&this._isMe(e)&&!jt(this._conversation.roles,t)){d.debug(`Local roles changed: ${t}`),this._conversation.roles=t,f.onLocalRolesChanged(t),this._processMuteState({mediaOptions:Dt(this._getMuteStatesForCurrentRoom(),ke.MUTE_PERMANENT),stateUpdated:!0}),R.includesOneOf(t,[Je.ADMIN,Je.CREATOR])&&this._refreshRooms(!0);return}let i=this._participants[e];i&&!jt(i.roles,t)&&(d.debug(`Roles for participant [${e}] changed: ${t}`),i.roles=t,f.onRolesChanged(i.externalId,t))}_onMuteParticipant(e,t=null){return c(this,null,function*(){var m;if(!this._conversation)return;let i=(m=e.roomId)!=null?m:null,a=e.muteStates||{},s=e.unmuteOptions||[],o=e.mediaOptions||[],p=e.adminId?this._participants[e.adminId]:null;if(e.participantId&&!this._isMe(e.participantId)){if(!this._isCallAdmin()){d.warn(`Not admin got mute states for participant [${e.participantId}]`);return}let E=this._participants[e.participantId];E&&(d.debug(`Mute states for participant [${e.participantId}] changed`,a),f.onMuteStates(a,s,o,e.muteAll,e.unmute,E.externalId,p==null?void 0:p.externalId,e.stateUpdated,e.requestedMedia,e.roomId));return}let u=this._getMuteStatesForRoomId(i);if(!(R.isObjectsEquals(u,a)&&R.isArraysEquals(this._conversation.unmuteOptions,s)&&!o.length)){if(this._setMuteStatesForRoomId(a,i),this._conversation.unmuteOptions=s,this._isMe(e.adminId)){e.muteAll&&f.onMuteStates(a,s,o,e.muteAll,e.unmute,null,this._conversation.externalId,e.stateUpdated,e.requestedMedia,e.roomId);return}yield this._processMuteState({mediaOptions:o,muteAll:e.muteAll,unmute:e.unmute,serverSettings:t,admin:p,stateUpdated:e.stateUpdated,requestedMedia:e.requestedMedia,roomId:e.roomId})}})}_changeMuteStatesForRoom(e,t){if(!this._conversation)return;this._conversation.unmuteOptions=[];let i=this._getMuteStatesForRoomId(t),a=this._getMuteStatesForRoomId(e),s=Object.keys(i),o=Object.keys(a);this._processMuteState({mediaOptions:Array.from(new Set([...s,...o])),roomId:e,muteAll:!0,stateUpdated:!0})}_processMuteState(m){return c(this,arguments,function*({mediaOptions:e=[],muteAll:t=!1,unmute:i=!1,serverSettings:a=null,admin:s=null,stateUpdated:o,requestedMedia:p,roomId:u=null}){if(!this._conversation||!this._mediaSource||this._participantState!==W.ACCEPTED)return;let E=Object.assign({},this._getMuteStatesForRoomId(u)),b=this._conversation.unmuteOptions,k=this._mediaSource.getMediaSettings(),A=Object.entries(E);for(let[Q,j]of A)if(!(j!==ke.MUTE&&j!==ke.MUTE_PERMANENT)&&(this._isCallAdmin()&&j===ke.MUTE_PERMANENT&&!t&&(E[Q]=ke.MUTE),!(!e.includes(Q)||i)))switch(Q){case de.VIDEO:k.isVideoEnabled&&!(a!=null&&a.isVideoEnabled)&&(f.onDeviceSwitched(de.VIDEO,!1),yield this.toggleLocalVideo(!1));break;case de.AUDIO:k.isAudioEnabled&&!(a!=null&&a.isAudioEnabled)&&(f.onDeviceSwitched(de.AUDIO,!1),yield this.toggleLocalAudio(!1));break;case de.SCREEN_SHARING:k.isScreenSharingEnabled&&!(a!=null&&a.isScreenSharingEnabled)&&(f.onDeviceSwitched(de.SCREEN_SHARING,!1),yield this.disableScreenCapturing());break;case de.AUDIO_SHARING:k.isAudioSharingEnabled&&!(a!=null&&a.isAudioSharingEnabled)&&(f.onDeviceSwitched(de.AUDIO_SHARING,!1),yield this.toggleScreenCapturing({captureScreen:k.isScreenSharingEnabled,fastScreenSharing:k.isFastScreenSharingEnabled,captureAudio:!1}));break}f.onMuteStates(E,b,e,t,i,null,s==null?void 0:s.externalId,o,p,u)})}_onPinParticipant(e,t=!1,i){return c(this,null,function*(){if(!this._conversation)return;let a=this._conversation.pinnedParticipantId;if(a&&a!==e)if(this._isMe(a))f.onLocalPin(!0);else{let s=yield this._getExternalIdByParticipantId(a);s&&f.onPinnedParticipant(s,!0,this._denormalizeMarkers(e,i))}if(this._isMe(e))f.onLocalPin(t);else{let s=yield this._getExternalIdByParticipantId(e);s&&f.onPinnedParticipant(s,t,this._denormalizeMarkers(e,i))}this._conversation.pinnedParticipantId=t?null:e})}_onOptionsChanged(e){this._conversation&&!Lr(this._conversation.options,e)&&(this._conversation.options=e,f.onOptionsChanged(e))}_onNetworkStatus(e){if(this._conversation){let t=[];for(let[i,a]of Object.entries(e)){let s;if(this._isMe(i)||i==="")s=this._conversation.networkRating;else if(this._participants[i])s=this._participants[i].networkRating;else continue;if(s!==a)if(this._isMe(i)||i==="")this._conversation.networkRating=a,f.onLocalNetworkStatusChanged(a);else{let o=this._participants[i];o.networkRating=a,t.push({uid:o.externalId,rating:a})}}if(t.length===0)return;d.log("Received network status update: ",e),f.onNetworkStatusChanged(t)}}_onRemoteStreamSecond(e,t){let i=this._participants[e];if(i){if(l.producerScreenTrack){f.onRemoteScreenStream(i.externalId,t);return}if(i.secondStream=t,l.videoTracksCount>0){let a=e;if(!this._streamIdByStreamDescription.has(a)){d.error("Received remote stream notification for a participant that has no track associated with it",a);return}let s=this._streamIdByStreamDescription.get(a);if(!s||this._streamWaitTimerByStreamDescription.has(a)){d.log("Delaying secondary stream start/stop until main stream becomes available",a);return}let o=this._streamByStreamId.get(s);if(!o){_.log(v.PAT_ERROR,"streamNotFound"),d.error(`Could not find stream by ID: ${s}`);return}f.onRemoteStream(i.externalId,i.secondStream||o)}else{let a=t||i.remoteStream;a&&f.onRemoteStream(i.externalId,a)}}}_onAnimojiStream(e,t){if(this._isMe(e)){f.onVmojiStream(t,this._mediaSource.getMediaSettings());return}let i=this._participants[e];i&&f.onRemoteVmojiStream(i.externalId,t)}_onPeerConnectionClosed(e){e==="SERVER"&&this._cleanupParticipantAgnosticStreams()}_changeFeatureSet(){if(this._conversation){let e=this._state==="ACTIVE",t=this._conversation.features.includes(Gi.ADD_PARTICIPANT);f.onCallState(e,t,this._conversation)}}_changeNeedRate(){this._conversation&&this._conversation.needRate&&f.onRateNeeded()}_onVolumesDetected(e){let t=[];for(let[i,a]of Object.entries(e)){let s=this._participants[i];s&&s.externalId&&t.push({uid:s.externalId,volume:a.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 c(this,null,function*(){d.debug(`Transport state has changed: ${t}`,e);let i=this._getStatusByTransportState(t);if(!i)return;let a=e.reduce((s,o)=>{if(o in this._participants){let p=this._participants[o];s.push(p),t==="CONNECTED"&&(p.remoteStream||(p.mediaSettings&&this._changeRemoteMediaSettings(o,p.mediaSettings),this._changeRemoteParticipantState(o,p.participantState)),this._updateDisplayLayoutFromCache(o))}else this._warnParticipantNotInConversation(o);return s},[]);a.length&&this._setParticipantsStatus(a,i)})}_onTransportLocalStateChanged(e){return c(this,null,function*(){var t;if(d.debug(`Local transport state has changed: ${e}`),e==="CONNECTED"&&(f.onLocalStatus("CONNECTED"),((t=this._transport)==null?void 0:t.getTopology())==="SERVER")){let i=Object.values(this._myLastRequestedLayouts);yield this.updateDisplayLayout(i)}e==="CONNECTING"&&f.onLocalStatus("CONNECTING"),e==="RECONNECTING"&&f.onLocalStatus("RECONNECT"),e==="FAILED"&&this._transport&&this._transport.allocated().length===0&&(this._signaling.ready&&(yield this._signaling.hangup(O.FAILED)),this._close(new F(O.FAILED),"Transport failed"))})}_onRemoteTrackAdded(e,t,i){return c(this,null,function*(){if(e.endsWith(Oe.AUDIO_MIX))d.debug("Remote audio mix track added"),this._audioOutput.add(i),f.onRemoteMixedAudioStream(t);else if(e.startsWith(Oe.PARTICIPANT_AGNOSTIC_TRACK_PREFIX))d.debug(`Participant-agnostic track added: ${e}`),this._streamByStreamId.set(e,t);else{d.debug(`Remote track added on the participant [${e}]`,{kind:i.kind});let a=this._participants[e];if(a||(d.warn(`Conversation: track added before participant [${e}]`),a=this._registerParticipantInCache(yield this._createParticipant({id:e})),this._setParticipantsStatus([a],"WAITING"),this._activeSpeakerId===e&&this._lastSignalledActiveSpeakerId!==e&&(f.onSpeakerChanged(a.externalId),this._lastSignalledActiveSpeakerId=e)),this._transport&&!this._transport.isAllocated(a.id)&&this._transport.allocate(a.id,!1),i.kind==="audio"&&(this._audioOutput.add(i),l.preserveAudioTracks||t.removeTrack(i)),a.remoteStream!==t){if(a.remoteStream=t,a.secondStream)return;f.onRemoteStream(a.externalId,t)}a.mediaSettings&&this._changeRemoteMediaSettings(e,a.mediaSettings),l.batchParticipantsOnStart||this._changeRemoteParticipantState(e,a.participantState)}})}_onRemoteTrackRemoved(e,t,i){switch(d.debug(`[${e}] remote track (removed)`,{track:i}),i.kind){case"audio":this._removeAudioTrack(e,t,i);break;case"video":case"screen":this._removeVideoTrack(e,t,i);break}}_removeAudioTrack(e,t,i){if(e!==Oe.AUDIO_MIX){let a=this._participants[e];if(!a||a.remoteStream&&a.remoteStream!==t)return}this._audioOutput.remove(i)}_removeVideoTrack(e,t,i){}_onTopologyChanged(e){e==="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 a in this._participants)if(this._participants.hasOwnProperty(a)){let s=this._participants[a];e||this._lastStalled[a]?t.push(s):i.push(s)}t.length&&this._setParticipantsStatus(t,"RECONNECT"),i.length&&this._setParticipantsStatus(i,"CONNECTED")}_onRemoteSignalledStall(e){let t={},i=[],a=[];e.forEach(s=>{if(t[s]=!0,!this._lastStalled[s]){let o=this._participants[s];o&&!this._remoteAllStalled&&i.push(o)}delete this._lastStalled[s]}),Object.keys(this._lastStalled).forEach(s=>{let o=this._participants[s];o&&!this._remoteAllStalled&&a.push(o)}),i.length&&this._setParticipantsStatus(i,"RECONNECT"),a.length&&this._setParticipantsStatus(a,"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&&t.getMediaSettings().isAudioEnabled)||this._audioFix.fix(e)}_toggleJoinAvailability(){let e=this._conversation&&this._conversation.chatId,t=e&&this._state!=="CLOSE"||!1;e&&(d.debug("Toggle join availability",{available:t,chatId:e}),f.onJoinStatus(t,e))}_updateDisplayLayoutFromCache(e){return c(this,null,function*(){var i;if(((i=this._transport)==null?void 0:i.getTopology())!=="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 a=e.reduce((s,o)=>(o.status!==t&&(o.status=t,l.batchParticipantsOnStart?s.push(o.externalId):f.onParticipantStatus(o.externalId,t,i)),s),[]);a.length&&l.batchParticipantsOnStart&&f.onRemoteStatus(a,t,i)}_onJoinLinkChanged(e){f.onJoinLinkChanged(e.joinLink)}_onRoomsUpdated(e){return c(this,null,function*(){var i,a;let t={};for(let s of Object.keys(Vt)){let o=e.updates[s];o&&(t[s]={rooms:yield Promise.all(((a=(i=o==null?void 0:o.rooms)==null?void 0:i.map)==null?void 0:a.call(i,this._convertRoomToExternal.bind(this)))||[]),roomIds:o==null?void 0:o.roomIds,deactivated:o==null?void 0:o.deactivated})}f.onRoomsUpdated(t)})}_onRoomUpdated(e){return c(this,null,function*(){let t=yield this._convertRoomToExternal(e.room);e.events.some(i=>i===Vt.UPDATE)&&(e.muteStates!==void 0&&this._setMuteStatesForRoomId(e.muteStates,e.roomId),e.recordInfo!==void 0&&this._conversation.recordsInfoByRoom.set(e.roomId,e.recordInfo)),f.onRoomUpdated(e.events,e.roomId,t,e.deactivate)})}_convertRoomToExternal(e){return c(this,null,function*(){var s,o,p,u,m,E;if(!e)return null;let[t,i,a]=yield Promise.all([Promise.all(((o=(s=e==null?void 0:e.participantIds)==null?void 0:s.map)==null?void 0:o.call(s,this._getExternalIdByParticipantId.bind(this)))||[]),Promise.all(((u=(p=e==null?void 0:e.addParticipantIds)==null?void 0:p.map)==null?void 0:u.call(p,this._getExternalIdByParticipantId.bind(this)))||[]),Promise.all(((E=(m=e==null?void 0:e.removeParticipantIds)==null?void 0:m.map)==null?void 0:E.call(m,this._getExternalIdByParticipantId.bind(this)))||[])]);return{id:e.id,name:e.name,participantCount:e.participantCount,participantIds:t,addParticipantIds:i,removeParticipantIds:a,participants:e.participants,active:e.active,muteStates:e.muteStates}})}_onRoomParticipantsUpdated(e){return c(this,null,function*(){var E,b,k,A,Q;let t=this._transport.getState(),i=(E=e.roomId)!=null?E:null,[a,s]=yield Promise.all([Promise.all(((k=(b=e.addedParticipantIds)==null?void 0:b.map)==null?void 0:k.call(b,this._getExternalIdByParticipantId.bind(this)))||[]),Promise.all(((Q=(A=e==null?void 0:e.addedParticipants)==null?void 0:A.map)==null?void 0:Q.call(A,j=>c(this,null,function*(){var z;let X=R.composeId(j);return this._createParticipant({id:X,externalId:j.externalId&&ue.fromSignaling(j.externalId,j.deviceIdx||0),mediaSettings:_e(j.mediaSettings),participantState:R.mapParticipantState(j),state:j.state,roles:j.roles||[],status:(z=this._getStatusByTransportState(t))!=null?z:"WAITING",muteStates:j.muteStates||{},unmuteOptions:j.unmuteOptions||[],observedIds:j.observedIds||[],markers:this._denormalizeMarkers(X,j.markers)})})))||[])]),o=!1;for(let j of s)j.id===this._conversation.compositeUserId&&(o=!0),this._registerParticipantInCache(j);this._openTransport(s,!0);let p=[],u=[];if(e!=null&&e.removedParticipantMarkers){for(let j of e.removedParticipantMarkers)j.GRID&&u.push(this._getExternalIdByParticipantId(j.GRID.id));p=yield Promise.all(u)}o&&(yield this._onRoomSwitched(i));let m={roomId:i,participantCount:e.participantCount,addedParticipantIds:a,addedParticipants:R.mapSharedParticipants(s),removedParticipantMarkers:e==null?void 0:e.removedParticipantMarkers,removedParticipantIds:p};f.onRoomParticipantsUpdated(m)})}_onRoomSwitched(e,t=!1){return c(this,null,function*(){if(!this._conversation||this._conversation.roomId===e)return;let i=this._conversation.roomId;if(this._conversation.roomId=e,t){f.onRoomStart(e);return}f.onRoomSwitched(e),e!==null&&!this._isCallAdmin()&&(yield this._refreshRooms(!1)),this._changeRecordInfoForRoom(),this._changeMuteStatesForRoom(e,i)})}_refreshRooms(e){return c(this,null,function*(){var a,s;let i=(s=(a=(yield this._signaling.getRooms(e)).rooms)==null?void 0:a.rooms)!=null?s:[];for(let o of i)this._setMuteStatesForRoomId(o.muteStates,o.id),this._conversation.recordsInfoByRoom.set(o.id,o.recordInfo);e&&f.onRoomsUpdated({[Vt.UPDATE]:{rooms:yield Promise.all(i.map(this._convertRoomToExternal.bind(this)))}})})}_onFeedback(e){return c(this,null,function*(){let t=s=>c(this,null,function*(){return(yield this._registerParticipantAndSetMarkersIfChunkEnabled(s)).externalId}),i=e.feedback.map(s=>c(this,null,function*(){let o=s.items.map(u=>c(this,null,function*(){if(u.participantId===this._conversation.compositeUserId)return Promise.resolve(qe(Re({},u),{participantId:this._conversation.externalId}));let m=yield t(u.participantId);return qe(Re({},u),{participantId:m})})),p=yield Promise.all(o);return qe(Re({},s),{items:p})})),a=yield Promise.all(i);f.onFeedback(a,e.roomId)})}_isMe(e){var t;return e===((t=this._conversation)==null?void 0:t.compositeUserId)}_getMuteStatesForRoomId(e=null){var i;return(i=this._conversation.muteStates.get(e))!=null?i:{}}_getMuteStatesForCurrentRoom(){return this._getMuteStatesForRoomId(this._conversation.roomId)}_setMuteStatesForRoomId(e={},t=null){this._conversation.muteStates.set(t,e)}},N=G;N._delayedHangup=!1;var ri=class extends Error{constructor(e,t){super(e);Object.setPrototypeOf(this,ri.prototype),this.participantErrors=t}};var Lt,ai=null;function es(){return c(this,null,function*(){var n;if(l.apiEnv!=="AUTO")return l.apiEndpoint;try{let r=atob("aHR0cHM6Ly9kbnMuZ29vZ2xlL3Jlc29sdmU/bmFtZT12aWRlby5fZW5kcG9pbnQub2sucnUmdHlwZT1UWFQ="),t=yield(yield fetch(r,{method:"GET",mode:"cors",cache:"no-cache"})).json(),i=(n=t==null?void 0:t.Answer[0])==null?void 0:n.data;if(!i)throw new Error("Wrong DNS response");return d.debug("Resolved API endpoint",i),i}catch(r){return d.warn("Failed to resolve API endpoint using DNS, default is used",r),l.apiEndpoint}})}function Da(){return c(this,null,function*(){return Lt||ai||(ai=es(),Lt=yield ai,ai=null,Lt)})}function ka(){if(!l.apiKey)throw new F(ae.API,{message:"Required argument apiAppKey not passed"})}function Ir(t){return c(this,arguments,function*(n,r={},e=!1){if(!window.Blob||!window.navigator.sendBeacon)return;yield Da();let i=wa(n,r,e),a=new window.Blob([i],{type:"application/x-www-form-urlencoded"});window.navigator.sendBeacon(`${Lt}/fb.do`,a)})}function Oa(t){return c(this,arguments,function*(n,r={},e=!1){yield Da();let i=wa(n,r,e);return ts(i)})}function ts(n){return c(this,null,function*(){return new Promise((r,e)=>{let t=new XMLHttpRequest;t.open("POST",`${Lt}/fb.do`,!0),t.setRequestHeader("Content-type","application/x-www-form-urlencoded"),t.onreadystatechange=()=>{if(t.readyState!==XMLHttpRequest.DONE)return;let i;try{i=JSON.parse(t.responseText)}catch(a){i={result:t.responseText}}t.status!==200||i.hasOwnProperty("error_msg")?e(i):r(i)},t.send(n)})})}function wa(n,r={},e=!1){r.method=n,r.format="JSON",r.application_key||(r.application_key=l.apiKey),e||(ne.sessionKey?r.session_key=ne.sessionKey:ne.accessToken&&(r.access_token=ne.accessToken));for(let[i,a]of Object.entries(r))typeof a=="object"&&(r[i]=JSON.stringify(a));let t="";for(let[i,a]of Object.entries(r))t&&(t+="&"),t+=`${i}=${encodeURIComponent(a)}`;return t}var rs=10,as=700,ns=3e3,ni=class extends St{constructor(){super(...arguments);this._userId=null;this._externalUidsCache=new Map;this._extrnalUidsBatch=new Set;this._extrnalUidsBatchTimeout=null}_callUnsafe(a){return c(this,arguments,function*(e,t={},i=!1){let s=o=>c(this,null,function*(){try{return yield Oa(e,t,i)}catch(p){if(!p.hasOwnProperty("error_msg")&&(o++,d.debug(`${e} network error, attempt ${o}...`),o<rs))return yield R.delay(Math.min(o*as,ns)),s(o);throw d.warn(e,"error",p),p}});return s(0)})}_call(a){return c(this,arguments,function*(e,t={},i=!1){try{return yield this._callUnsafe(e,t,i)}catch(s){d.warn("Api call error",s);let o=ae.API;switch(s.error_code){case 102:case 103:case 104:return yield this.authorize(),this._callUnsafe(e,t,i);case 1101:o=O.SERVICE_DISABLED;break;case 300:o=O.NOT_FOUND;break;case 1102:o=O.CALLEE_IS_OFFLINE;break;case 1103:o=O.NOT_FRIENDS;break;case 1104:case 1106:o=O.EXTERNAL_API_ERROR;break;case 1113:o=O.CALLER_IS_REJECTED;break}throw new F(o,{message:s.error_msg,code:s.error_code})}})}userId(e){return c(this,null,function*(){let t=R.decomposeId(e).id;return ne.isEmpty()?fe.fromId(String(t)):(yield this._prepareUserIdsByOkIdsBatched([t]),fe.fromString(this._externalUidsCache.get(t)))})}prepareUserIds(e){return c(this,null,function*(){ne.isEmpty()||(yield this._prepareUserIdsByOkIdsBatched(e))})}_prepareUserIdsByOkIdsBatched(e){return e.some(i=>!this._externalUidsCache.has(i))?(e.forEach(i=>this._extrnalUidsBatch.add(i)),this._extrnalUidsBatchTimeout||(this._extrnalUidsBatchPromise=new Promise(i=>{this._extrnalUidsBatchTimeout=window.setTimeout(()=>{if(this._extrnalUidsBatch.size>0){let a=[...this._extrnalUidsBatch];this._extrnalUidsBatch.clear(),this._getExternalIdsByOkIds(a).then(s=>{for(let o in s)s.hasOwnProperty(o)&&this._externalUidsCache.set(parseInt(o,10),s[o]);i()})}this._extrnalUidsBatchTimeout=null},l.api.userIdsByOkBatchedTimeout)})),this._extrnalUidsBatchPromise):Promise.resolve()}authorize(){return c(this,null,function*(){if(!this._uuid){let t=Ye.get("uuid");t||(t=R.uuid(),Ye.set("uuid",t)),this._uuid=String(t)}let e={session_data:{version:2,device_id:this._uuid,client_version:l.appVersion,client_type:"SDK_JS"}};return l.authToken&&(e.session_data.auth_token=l.authToken,e.session_data.version=3),this._callUnsafe("auth.anonymLogin",e,!0).then(t=>{t.uid&&(this._userId=Number(t.uid)),ne.sessionKey=t.session_key,ne.sessionSecretKey=t.session_secret_key}).catch(t=>{throw t.error_code===401&&f.onTokenExpired(),new F(ae.AUTH,{message:t.error_msg,code:t.error_code})})})}log(e){let t={collector:"ok.mobile.apps.video",data:JSON.stringify({application:`${l.appName}:${l.sdkVersion}`,platform:l.platform,items:e})};Ir("log.externalLog",t)}init(){ka()}joinConversation(e,t=!1,i){return c(this,null,function*(){let a={conversationId:e,isVideo:t,protocolVersion:l.protocolVersion};return i&&(a.chatId=i),this._call("vchat.joinConversation",a)})}createConversation(s){return c(this,arguments,function*(e,t="",i=!1,{onlyAdminCanShareMovie:a}={}){let o=this._preareStartConversationData({conversationId:e,isVideo:!1,joiningAllowed:!0,payload:t,requireAuthToJoin:i,onlyAdminCanShareMovie:a});return this._startConversation(o)})}startConversation(m,E,b){return c(this,arguments,function*(e,t,i,a=!1,s="",o=!1,p=!1,{onlyAdminCanShareMovie:u}={}){let k=this._preareStartConversationData({conversationId:e,isVideo:a,joiningAllowed:o,payload:s,requireAuthToJoin:p,onlyAdminCanShareMovie:u});if(t&&t.length)switch(i){case Ge.USER:k.uids=t.join(",");break;case Ge.GROUP:k.gid=t[0];break;case Ge.CHAT:k.chatId=t[0];break}return this._startConversation(k)})}_preareStartConversationData({conversationId:e,isVideo:t,payload:i="",joiningAllowed:a=!1,requireAuthToJoin:s=!1,onlyAdminCanShareMovie:o}){let p={conversationId:e,isVideo:t,protocolVersion:l.protocolVersion};return a&&(p.createJoinLink=!0),i&&(p.payload=i),l.domain&&(p.domainId=l.domain),l.externalDomain&&(p.externalDomain=l.externalDomain),s&&(p.requireAuthToJoin=!0),o!==void 0&&(p.onlyAdminCanShareMovie=o),p}_startConversation(e){return c(this,null,function*(){return this._call("vchat.startConversation",e)})}createJoinLink(e){return c(this,null,function*(){return this._call("vchat.createJoinLink",{conversationId:e})})}removeJoinLink(e){return c(this,null,function*(){return this._call("vchat.removeJoinLink",{conversationId:e})})}getAnonymTokenByLink(e,t){return c(this,null,function*(){let i={joinLink:e};t&&(i.anonymName=t);let a=yield this._call("vchat.getAnonymTokenByLink",i);return this._userId=Number(a.uid),a.token})}joinConversationByLink(e,t=!1,i,a){return c(this,null,function*(){let s={joinLink:e,isVideo:t,protocolVersion:l.protocolVersion};return i!=null&&i.length&&(s.observedIds=i.join(",")),l.anonymToken&&(s.anonymToken=l.anonymToken),a&&(s.payload=a),this._call("vchat.joinConversationByLink",s)})}getOkIdsByExternalIds(e){return c(this,null,function*(){let t=fe.fromIds(e),i=[],a={methods:[]},s=[],o=[...this._externalUidsCache.keys()],p=[...this._externalUidsCache.values()];for(let m of t){let E=fe.toString(m),b=p.indexOf(E);b>-1?i.push(Number(o[b])):(s.push(E),a.methods.push({"vchat.getOkIdByExternalId":{params:{externalId:m.id,anonym:m.type==="ANONYM"},onError:"SKIP"}}))}return a.methods.length&&(yield this._call("batch.executeV2",a)).forEach((m,E)=>{if(m.ok){let b=Number(m.ok.ok_id);this._externalUidsCache.set(b,s[E]),i.push(b)}}),i})}getExternalIdsByOkIds(e){return c(this,null,function*(){let t=[],i=[];for(let s of e)this._externalUidsCache.has(s)?t.push(fe.fromString(this._externalUidsCache.get(s))):i.push(s);if(!i.length)return t;let a=yield this._getExternalIdsByOkIds(i);for(let s in a)a.hasOwnProperty(s)&&this._externalUidsCache.set(parseInt(s,10),a[s]);for(let s of i)a.hasOwnProperty(s)&&t.push(fe.fromString(a[s]));return t})}getCachedOkIdByExternalId(e){let t=[...this._externalUidsCache.keys()],i=[...this._externalUidsCache.values()],a=fe.toString(e),s=i.indexOf(a);return s>-1?R.composeUserId(t[s],J.USER):null}cacheExternalId(e,t){let i=R.decomposeId(e).id;this._externalUidsCache.set(i,fe.toString(t))}getConversationParams(e){return c(this,null,function*(){let t={};return l.anonymToken&&(t.anonymToken=l.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:O.HUNGUP};l.anonymToken&&(t.anonymToken=l.anonymToken),Ir("vchat.hangupConversation",t)}removeHistoryRecords(e){return c(this,null,function*(){yield this._call("vchat.removeHistoryRecords",{recordIds:e.join(",")})})}cleanup(){}_getExternalIdsByOkIds(e){return c(this,null,function*(){let t={};try{let i=yield this._call("vchat.getExternalIdsByOkIds",{uids:e.join(",")});if(i.external_ids)for(let[a,s]of Object.entries(i.external_ids))t[a]=fe.fromIdToString(s,"USER");if(i.anonym_ids)for(let[a,s]of Object.entries(i.anonym_ids))t[a]=fe.fromIdToString(s,"ANONYM");return t}catch(i){return t}})}};var Oi=class{requestAsr(r){let e=new ArrayBuffer(2),t=new DataView(e);return t.setUint8(0,1),t.setUint8(1,r?0:1),e}};import{Any as os,Arr as La,Int as q,Nil as gt,Str as cs}from"messagepack";var xa=(U=>(U.RECOVER="recover",U.ACCEPT_CALL="accept-call",U.ADD_PARTICIPANT="add-participant",U.REMOVE_PARTICIPANT="remove-participant",U.HANGUP="hangup",U.TRANSMIT_DATA="transmit-data",U.ACCEPT_PRODUCER="accept-producer",U.ALLOCATE_CONSUMER="allocate-consumer",U.CHANGE_MEDIA_SETTINGS="change-media-settings",U.CHANGE_PARTICIPANT_STATE="change-participant-state",U.CHANGE_STREAM_PRIORITIES="change-streams-priorities",U.UPDATE_DISPLAY_LAYOUT="update-display-layout",U.REPORT_PERF_STAT="report-perf-stat",U.REPORT_SHARING_STAT="report-sharing-stat",U.RECORD_START="record-start",U.RECORD_STOP="record-stop",U.RECORD_SET_ROLE="record-set-role",U.RECORD_GET_STATUS="record-get-status",U.SWITCH_MICRO="switch-micro",U.SWITCH_TOPOLOGY="switch-topology",U.REQUEST_REALLOC="request-realloc",U.CHAT_MESSAGE="chat-message",U.CHAT_HISTORY="chat-history",U.CUSTOM_DATA="custom-data",U.GRANT_ROLES="grant-roles",U.MUTE_PARTICIPANT="mute-participant",U.ENABLE_FEATURE_FOR_ROLES="enable-feature-for-roles",U.PIN_PARTICIPANT="pin-participant",U.UPDATE_MEDIA_MODIFIERS="update-media-modifiers",U.CHANGE_OPTIONS="change-options",U.GET_WAITING_HALL="get-waiting-hall",U.GET_PARTICIPANT_LIST_CHUNK="get-participant-list-chunk",U.GET_PARTICIPANTS="get-participants",U.PROMOTE_PARTICIPANT="promote-participant",U.REQUEST_TEST_MODE="request-test-mode",U.ADD_MOVIE="add-movie",U.UPDATE_MOVIE="update-movie",U.REMOVE_MOVIE="remove-movie",U.GET_ROOMS="get-rooms",U.UPDATE_ROOMS="update-rooms",U.ACTIVATE_ROOMS="activate-rooms",U.REMOVE_ROOMS="remove-rooms",U.SWITCH_ROOM="switch-room",U.FEEDBACK="feedback",U.ASR_START="asr-start",U.ASR_STOP="asr-stop",U.REQUEST_ASR="request-asr",U))(xa||{}),L=xa;function si(){let n=new DataView(new ArrayBuffer(64)),r=0;function e(t){if(r+t>n.byteLength){let i=new Uint8Array(Math.max(r+t,n.byteLength+64));i.set(new Uint8Array(n.buffer.slice(0,r))),n=new DataView(i.buffer)}}return{put(t){if(e(t.byteLength),ss(t)){let i=t.buffer;new Uint8Array(n.buffer).set(new Uint8Array(i),r)}else new Uint8Array(n.buffer).set(new Uint8Array(t),r);r+=t.byteLength},putI8(t){e(1),n.setInt8(r,t),++r},putI16(t){e(2),n.setInt16(r,t),r+=2},putI32(t){e(4),n.setInt32(r,t),r+=4},putI64(t){e(8);let i=t<0;i&&(t=-t);let a=t/4294967296|0,s=t%4294967296|0;i&&(s=~s+1|0,a=s===0?~a+1|0:~a),n.setUint32(r,a),n.setUint32(r+4,s),r+=8},putUi8(t){e(1),n.setUint8(r,t),++r},putUi16(t){e(2),n.setUint16(r,t),r+=2},putUi32(t){e(4),n.setUint32(r,t),r+=4},putUi64(t){e(8),n.setUint32(r,t/4294967296|0),n.setUint32(r+4,t%4294967296),r+=8},putF(t){e(8),n.setFloat64(r,t),r+=8},ui8array(){return new Uint8Array(n.buffer.slice(0,r))}}}function ss(n){return n.buffer!==void 0}function wi(n){let r=ArrayBuffer.isView(n)?new DataView(n.buffer,n.byteOffset,n.byteLength):new DataView(n),e=0;return{peek(){return r.getUint8(e)},get(t){e+=t;let i=r.byteOffset;return r.buffer.slice(i+e-t,i+e)},getI8(){return r.getInt8(e++)},getI16(){return e+=2,r.getInt16(e-2)},getI32(){return e+=4,r.getInt32(e-4)},getI64(){e+=8;let t=r.getInt32(e-8),i=r.getUint32(e-4);return t*4294967296+i},getUi8(){return r.getUint8(e++)},getUi16(){return e+=2,r.getUint16(e-2)},getUi32(){return e+=4,r.getUint32(e-4)},getUi64(){e+=8;let t=r.getUint32(e-8),i=r.getUint32(e-4);return t*4294967296+i},getF32(){return e+=4,r.getFloat32(e-4)},getF64(){return e+=8,r.getFloat64(e-8)}}}var Na=0,Ua=1,ds=2,ls=0,ps=1,us=2,xi=0,ms=0,hs=0,_s=1,Li=class{constructor(){this.participantIdRegistry=null}setParticipantIdRegistry(r){this.participantIdRegistry=r}serializeUpdateDisplayLayout(r,e){let t=si();q.enc(t,Na),q.enc(t,xi),q.enc(t,r),gt.enc(t,null);let i=[];for(let a in e)e.hasOwnProperty(a)&&this.writeLayout(e,a,i);return La.enc(t,i),gt.enc(t,null),t.ui8array()}writeLayout(r,e,t){let i=r[e],a=si();if(this.writeStreamDesc(e,a),At(i))q.enc(a,ps);else if(fr(i))q.enc(a,us);else if(q.enc(a,ls),i.priority!==void 0?q.enc(a,i.priority):gt.enc(a,null),i.width!==void 0&&i.height!==void 0?(q.enc(a,Math.round(i.width)),q.enc(a,Math.round(i.height))):(gt.enc(a,null),gt.enc(a,null)),i.fit!==void 0)switch(i.fit){case"cv":q.enc(a,hs);break;case"cn":q.enc(a,_s);break;default:gt.enc(a,null)}else gt.enc(a,null);t.push(a.ui8array())}writeStreamDesc(r,e){if(this.participantIdRegistry){let t=this.participantIdRegistry.getCompactId(r);if(t!==void 0){q.enc(e,t);return}}cs.enc(e,r)}serializePerfStatReport(r,e){let t=si();return q.enc(t,Ua),q.enc(t,xi),q.enc(t,r),q.enc(t,e.framesDecoded),q.enc(t,e.framesReceived),t.ui8array()}serializeSharingStatReport(r,e){let t=si();return q.enc(t,ds),q.enc(t,xi),q.enc(t,r),q.enc(t,e.minDelay),q.enc(t,e.maxDelay),q.enc(t,e.avgDelay),q.enc(t,e.largeDelayDuration),t.ui8array()}deserializeCommandResponse(r){return c(this,null,function*(){let e;if(r instanceof Blob){let s=Blob.prototype.arrayBuffer?yield r.arrayBuffer():yield la(r);e=wi(s)}else e=wi(r);let t=q.dec(e),i=q.dec(e);if(i!==xi){d.warn("Unsupported version for command type: "+t+", version "+i);return}if(q.dec(e)!==ms){d.warn("Error code: "+t+"received for command type: "+t+", version "+i);return}switch(t){case Na:return this.deserializeUpdateDisplayLayoutResponse(e);case Ua:return this.deserializeReportPerfStatResponse(e);default:return d.warn("unsupported command response commandType: "+t),null}})}deserializeUpdateDisplayLayoutResponse(r){let e=q.dec(r),t=La.dec(r),i={};return t.forEach(a=>{let s=wi(a),o=os.dec(s);if(typeof o=="string")i[o]=q.dec(s);else{let p=o,u=Ve(this.participantIdRegistry.getStreamDescription(p));i[u]=q.dec(s)}}),{type:"response",sequence:e,response:L.UPDATE_DISPLAY_LAYOUT.toString(),errorCodeByParticipantId:i}}deserializeReportPerfStatResponse(r){let e=q.dec(r),t=q.dec(r);return{type:"response",sequence:e,response:L.REPORT_PERF_STAT.toString(),estimatedPerformanceIndex:t}}};var Ni="open",Ba=[()=>l.producerScreenTrack,()=>l.videoTracksCount>0,()=>!0,()=>l.filteredMessages,()=>l.consumerScreenTrack,()=>!0,()=>l.movieShare,()=>l.useParticipantListChunk,()=>l.useRooms,()=>l.useVmoji],gs=10,be=class extends Et{constructor(){super(...arguments);this.socket=null;this.sequence=1;this.lastStamp=0;this.websocketCommandsQueue=[];this.datachannelCommandsQueue=[];this.asrCommandsQueue=[];this.incomingCache=[];this.responseHandlers={};this.reconnectCount=0;this.conversationResolve=null;this.conversationReject=null;this.connected=!1;this.listenersReady=!1;this.postfix="&platform="+l.platform+"&appVersion="+l.appVersion+"&version="+l.protocolVersion+"&device="+l.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.asrDataChannel=null;this.producerCommandDataChannelEnabled=!1;this.producerCommandSerializationService=new Li;this.asrCommandSerializer=new Oi}static _getCapabilityFlags(){let e=0;for(let t=0;t<Ba.length;t++)Ba[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 a;let i=(a=this.participantIdRegistry)==null?void 0:a.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=>{d.warn("Cannot parse message at producerCommandDataChannel",i)})},this._handleCommandsQueue(this.datachannelCommandsQueue)}useCommandDataChannel(e){this.producerCommandDataChannelEnabled=e}cleanup(){this.datachannelCommandsQueue=[]}connect(e){return c(this,null,function*(){return this.postfix+=`&clientType=${l.clientType}`,new Promise((t,i)=>{if(this.socket&&this.socket.readyState<WebSocket.CLOSING){_.log(v.SOCKET_ACTION,"already_opened"),i(Error("Socket already opened"));return}this.conversationResolve=a=>{t(a),this.conversationResolve=null,this.conversationReject=null},this.conversationReject=a=>{i(a),this.conversationResolve=null,this.conversationReject=null},this._connect(e)})})}_send(a){return c(this,arguments,function*(e,t={},i=0){if(t.participantId){let s=R.decomposeParticipantId(t.participantId),o=R.decomposeId(s.compositeUserId);t=Object.assign({},t,{participantId:o.id,participantType:o.type}),s.deviceIdx&&(t.deviceIdx=s.deviceIdx)}return this._sendRaw(e,t,i)})}_sendRaw(a){return c(this,arguments,function*(e,t={},i=0){let s=o=>{var p,u;if(e===L.REQUEST_ASR)this.asrCommandsQueue.push(o),((p=this.asrDataChannel)==null?void 0:p.readyState)===Ni&&this._handleCommandsQueue(this.asrCommandsQueue);else if(this._isDataChannelCommand(e))this.datachannelCommandsQueue.push(o),((u=this.producerCommandDataChannel)==null?void 0:u.readyState)===Ni&&this._handleCommandsQueue(this.datachannelCommandsQueue);else{if(!this.socket){_.log(v.SOCKET_ACTION,"not_opened"),d.warn("Socket not opened"),o.reject(new Error(`Socket not opened [${e}]`),!0);return}this.socket.readyState>WebSocket.OPEN&&(_.log(v.SOCKET_ACTION,"invalid_state"),d.warn(`Socket is not opened, state ${this.socket.readyState}`)),this.websocketCommandsQueue.push(o),this.socket&&this.socket.readyState===WebSocket.OPEN&&this._handleCommandsQueue(this.websocketCommandsQueue)}};return new Promise((o,p)=>{let u=(E,b=!1)=>{!i||b?p(E):(d.debug("Resending a signaling message",e,m.sequence),i--,s(m))},m={sequence:this.sequence++,name:e,params:t,responseTimer:0,resolve:o,reject:u};s(m)})})}_isDataChannelCommand(e){return this.producerCommandDataChannelEnabled?e===L.UPDATE_DISPLAY_LAYOUT||e===L.REPORT_PERF_STAT||e===L.REPORT_SHARING_STAT:!1}static _isDataChannelResponseRequired(e){return e===L.UPDATE_DISPLAY_LAYOUT||e===L.REPORT_PERF_STAT}getNextCommandSequenceNumber(){return this.sequence}hangup(e){return c(this,null,function*(){return this._send(L.HANGUP,{reason:e}).catch(()=>{})})}sendCandidate(e,t){return c(this,null,function*(){return this._send(L.TRANSMIT_DATA,{participantId:e,data:{candidate:t}})})}requestTestMode(e,t){return c(this,null,function*(){return this._send(L.REQUEST_TEST_MODE,{consumer:e,producer:t})})}sendSdp(e,t){return c(this,null,function*(){return this._send(L.TRANSMIT_DATA,{participantId:e,data:{sdp:t}})})}acceptCall(e){return c(this,null,function*(){return this._send(L.ACCEPT_CALL,{mediaSettings:e})})}changeMediaSettings(e){return c(this,null,function*(){return this._send(L.CHANGE_MEDIA_SETTINGS,{mediaSettings:e},gs)})}changeParticipantState(e){return c(this,null,function*(){return this._send(L.CHANGE_PARTICIPANT_STATE,{participantState:{state:e}})})}addParticipant(e,t){return c(this,null,function*(){return this._send(L.ADD_PARTICIPANT,Re({participantId:e},t))})}removeParticipant(e,t=!1){return c(this,null,function*(){return this._send(L.REMOVE_PARTICIPANT,{participantId:e,ban:t})})}allocateConsumer(e,t){return c(this,null,function*(){let i={capabilities:t};return e&&(i.description=e.sdp),this._send(L.ALLOCATE_CONSUMER,i)})}acceptProducer(e,t){return c(this,null,function*(){let i={description:e.sdp};return t&&(i.ssrcs=t),this._send(L.ACCEPT_PRODUCER,i)})}changePriorities(e){return c(this,null,function*(){return this._send(L.CHANGE_STREAM_PRIORITIES,{typedPriorities:e}).catch(()=>{})})}updateDisplayLayout(e){return c(this,null,function*(){return this._send(L.UPDATE_DISPLAY_LAYOUT,e)})}addMovie(e){return c(this,null,function*(){return this._send(L.ADD_MOVIE,e)})}updateMovie(e){return c(this,null,function*(){return this._send(L.UPDATE_MOVIE,e)})}removeMovie(e){return c(this,null,function*(){return this._send(L.REMOVE_MOVIE,e)})}updateRooms(e,t){return c(this,null,function*(){return this._send(L.UPDATE_ROOMS,{rooms:e,assignRandomly:t})})}activateRooms(e,t){return c(this,null,function*(){return this._send(L.ACTIVATE_ROOMS,{roomIds:e,deactivate:t})})}switchRoom(e,t){return c(this,null,function*(){return this._sendRaw(L.SWITCH_ROOM,{toRoomId:e,participantId:t})})}getRooms(e){return c(this,null,function*(){return this._sendRaw(L.GET_ROOMS,{withParticipants:e})})}removeRooms(e){return c(this,null,function*(){return this._send(L.REMOVE_ROOMS,{roomIds:e})})}startStream(e){return c(this,null,function*(){return this._send(L.RECORD_START,e)})}stopStream(){return c(this,arguments,function*(e={roomId:null}){return this._send(L.RECORD_STOP,e)})}recordSetRole(e,t,i=null){return c(this,null,function*(){return this._send(L.RECORD_SET_ROLE,{participantId:e,role:t,roomId:i})})}getRecordStatus(){return c(this,null,function*(){return this._send(L.RECORD_GET_STATUS)})}switchTopology(e,t=!1){return c(this,null,function*(){return this._send(L.SWITCH_TOPOLOGY,{topology:e,force:t})})}requestRealloc(){return c(this,null,function*(){return this._send(L.REQUEST_REALLOC)})}reportPerfStat(e){return c(this,null,function*(){return this._send(L.REPORT_PERF_STAT,e)})}reportSharingStat(e){return c(this,null,function*(){return this._send(L.REPORT_SHARING_STAT,e)})}chatMessage(e,t=null){return c(this,null,function*(){return this._send(L.CHAT_MESSAGE,{message:e,participantId:t})})}chatHistory(e){return c(this,null,function*(){return this._send(L.CHAT_HISTORY,{count:e})})}customData(e,t){return c(this,null,function*(){return this._send(L.CUSTOM_DATA,{data:e,participantId:t})})}grantRoles(e,t,i){return c(this,null,function*(){let a={participantId:e,roles:t};return i&&(a.revoke=!0),this._sendRaw(L.GRANT_ROLES,a)})}muteParticipant(e,t,i,a=null){return c(this,null,function*(){return this._sendRaw(L.MUTE_PARTICIPANT,{participantId:e,muteStates:t,requestedMedia:i,roomId:a})})}enableFeatureForRoles(e,t){return c(this,null,function*(){return this._sendRaw(L.ENABLE_FEATURE_FOR_ROLES,{feature:e,roles:t})})}pinParticipant(e,t){return c(this,null,function*(){let i={participantId:e};return t&&(i.unpin=!0),this._sendRaw(L.PIN_PARTICIPANT,i)})}updateMediaModifiers(e){return c(this,null,function*(){return this._send(L.UPDATE_MEDIA_MODIFIERS,{mediaModifiers:e})})}changeOptions(e){return c(this,null,function*(){return this._send(L.CHANGE_OPTIONS,{options:e})})}getWaitingHall(e=null,t,i=!1){return c(this,null,function*(){let a={};return e&&(a.fromId=e),t&&(a.count=t),i&&(a.backward=i),this._send(L.GET_WAITING_HALL,a)})}promoteParticipant(e,t=!1){return c(this,null,function*(){let i={participantId:e};return t&&(i.demote=t),this._sendRaw(L.PROMOTE_PARTICIPANT,i)})}feedback(e){return c(this,null,function*(){return this._sendRaw(L.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 c(this,null,function*(){return this._send(L.GET_PARTICIPANT_LIST_CHUNK,e)})}getParticipants(e){return c(this,null,function*(){return this._send(L.GET_PARTICIPANTS,{externalIds:e})})}startAsr(e){return c(this,null,function*(){return this._send(L.ASR_START,e)})}stopAsr(){return c(this,null,function*(){return this._send(L.ASR_STOP)})}requestAsr(e){return c(this,null,function*(){return this._send(L.REQUEST_ASR,{request:e})})}setAsrDataChannel(e){this.asrDataChannel=e,this._handleCommandsQueue(this.asrCommandsQueue)}_connect(e){if(this.socket&&this.socket.readyState<WebSocket.CLOSING)return;let t="";e&&(t+=`&tgt=${e}`),e===We.RETRY&&this.lastStamp&&(t+=`&recoverTs=${this.lastStamp}`),t=i(t),d.debug("Connecting to "+this.endpoint+this.postfix+t),Ke(v.SIGNALING_CONNECTED),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(a){if(!l.useParticipantListChunk)return a;let s=l.participantListChunkInitIndex;a+=`&partIdx=${s}`;let o=l.participantListChunkInitCount;return o!==null&&(a+=`&partCount=${o}`),a}}_disconnect(e){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(e),this.socket=null),this._stopWaitConnectionMessage(),this._stopDoctor(),clearTimeout(this.reconnectTimer)}_onOpen(){d.debug("Socket opened"),_.log(v.SOCKET_ACTION,"opened"),_.logMeasure(v.SIGNALING_CONNECTED),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){_.log(v.SOCKET_ACTION,"parse_error"),d.error("Unable to parse message",t,e.data)}}_handleMessage(e){var t;switch(e.type){case"notification":e.notification==="connection"?(d.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:x.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);break;case"response":this._handleCommandResponse(!0,e);break;case"error":_.log(v.SOCKET_ACTION,`error-${e.error}`),this.responseHandlers[e.sequence]&&this._handleCommandResponse(!1,e),e.error==="service-unavailable"?this._reconnect():e.error==="conversation-ended"?this.conversationReject?this.conversationReject(new F(O.SOCKET_CLOSED,{message:`Unable to connect to the signaling: ${e.error}`})):this._triggerEvent(ve.NOTIFICATION,{notification:x.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 F(ae.SIGNALING_FAILED,{message:`Unable to connect to the signaling: ${e.error}`})),this._closeSocket());break;default:_.log(v.SOCKET_ACTION,"unknown_message"),d.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){_.log(v.SOCKET_ACTION,"error"),d.error("Signaling error",e)}_onClose(e){_.log(v.SOCKET_ACTION,"closed"),d.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));d.log(`Reconnect websocket after ${e}ms (${this.reconnectCount})`),_.log(v.SOCKET_ACTION,"reconnect"),this.reconnectTimer=window.setTimeout(this._connect.bind(this,We.RETRY),e)}_handleCommandResponse(e,t){var a;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)):t.type==="error"?(delete this.responseHandlers[t.sequence],_.log(v.SOCKET_ACTION,"response-error"),i.reject(new Error(t.error||`Response error [${i.name}]`),!0)):((a=this.socket)==null?void 0:a.readyState)===WebSocket.OPEN?(delete this.responseHandlers[t.sequence],_.log(v.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)}_serializeAsrCommand(e){let t=e.params;return this.asrCommandSerializer.requestAsr(t.request)}_handleCommandsQueue(e){var t,i,a,s;for(;e.length>0;){let o=e.shift();if(o.name===L.REQUEST_ASR){if(((t=this.asrDataChannel)==null?void 0:t.readyState)!==Ni){o.reject(new Error(`Invalid data channel state: ${(i=this.asrDataChannel)==null?void 0:i.readyState}`));return}let p=this._serializeAsrCommand(o);p!==null&&(this.asrDataChannel.send(p),o.resolve({}))}else if(this._isDataChannelCommand(o.name)){if(((a=this.producerCommandDataChannel)==null?void 0:a.readyState)!==Ni){o.reject(new Error(`Invalid data channel state: ${(s=this.producerCommandDataChannel)==null?void 0:s.readyState}`));return}be._isDataChannelResponseRequired(o.name)&&(o.responseTimer=window.setTimeout(()=>this._handleCommandResponse(!1,{command:o.name,sequence:o.sequence}),be.WAIT_RESPONSE_DELAY),this.responseHandlers[o.sequence]=o);let p=this._serializeBinary(o);p!==null&&this.producerCommandDataChannel.send(p)}else{if(!this.socket||this.socket.readyState!==WebSocket.OPEN){o.reject(new Error("Invalid state or socket already closed"));continue}o.responseTimer=window.setTimeout(()=>this._handleCommandResponse(!1,{command:o.name,sequence:o.sequence}),be.WAIT_RESPONSE_DELAY),this.responseHandlers[o.sequence]=o,this.socket.send(this._serializeJson(o))}}}_serializeBinary(e){switch(e.name){case L.UPDATE_DISPLAY_LAYOUT:return this.producerCommandSerializationService.serializeUpdateDisplayLayout(e.sequence,e.params);case L.REPORT_PERF_STAT:return this.producerCommandSerializationService.serializePerfStatReport(e.sequence,e.params);case L.REPORT_SHARING_STAT:return this.producerCommandSerializationService.serializeSharingStatReport(e.sequence,e.params)}return d.warn("cannot get binary data for data channel command: "+e.name),null}_serializeJson(e){let t;e.name===L.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 a in t)t.hasOwnProperty(a)&&(i[a]=Ea(t[a]));return{layouts:i}}_waitConnectionMessage(){this.connectionMessageWaitTimer=window.setTimeout(()=>{this.conversationReject&&this.conversationReject(new F(ae.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(()=>{d.warn("Socket is dead, trying to reconnect"),this._disconnect(4e3),this._connect(We.RETRY)},be.WAIT_MESSAGE_DELAY)}_stopDoctor(){window.clearTimeout(this.doctorTimer),this.doctorTimer=0}},xe=be;xe.RECONNECT_DELAY=l.signalingReconnectDelay,xe.RECONNECT_MAX_DELAY=l.signalingReconnectMaxDelay,xe.RECONNECT_MAX_COUNT=l.signalingReconnectMaxCount,xe.WAIT_CONNECTION_DELAY=l.waitConnectionDelay,xe.WAIT_RESPONSE_DELAY=l.waitResponseDelay,xe.WAIT_MESSAGE_DELAY=l.waitMessageDelay;var Fa=(e=>(e.KING="KING",e.PAWN="PAWN",e))(Fa||{}),fs=Fa;var Tr=class{constructor(r){this._queue=new Array(r).fill(null),this._readCursor=this._writeCursor=this._left=0,this._moveReadCursor=!1}get length(){return this._queue.length}get left(){return this._left}toArray(){return Array.from(this._queue)}add(r){this._moveReadCursor&&(this._readCursor=this.nextCursor(this._readCursor)),this._queue[this._writeCursor]===null&&(this._left+=1),this._queue[this._writeCursor]=r,this._writeCursor=this.nextCursor(this._writeCursor),this._moveReadCursor=this._writeCursor===this._readCursor}nextCursor(r){return(r+1)%this._queue.length}next(){let r=this._queue[this._readCursor];return r&&(this._moveReadCursor=!1,this._queue[this._readCursor]=null,this._readCursor=this.nextCursor(this._readCursor),this._left-=1),r}};var Nt,se,oi=null,tg={getCameras:P.getCameras,getMicrophones:P.getMicrophones,getOutput:P.getOutput,getVideoFacingMode:P.getVideoFacingMode,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,setResolution:P.setResolution,isBrowserSupported:P.isBrowserSupported,isScreenCapturingSupported:P.isScreenCapturingSupported,os:P.os,isMobile:P.isMobile,browserName:P.browserName,browserVersion:P.browserVersion,baseChromeVersion:P.baseChromeVersion,getAudioContext:P.getAudioContext,isAudioShareSupported:P.isAudioShareSupported},ig={participantMarkerCompare:R.participantMarkerCompare};function Ss(n){se=n}function vs(n){Nt=n}function rg(n){oi=n}function ag(n){l.videoEffects=n}function ng(n,r=null){l.vmoji=n,r&&n.setSDK(r)}function sg(n){return c(this,null,function*(){if(l.set(n),P.browserName()==="Sferum"&&(l.platform=`SFERUM:${P.browserVersion()}`),se||Ss(new ni),Nt||vs(()=>new xe),l.debug&&(Va.disableLog(!1),d.toggle(!0)),d.log(`Calls SDK ${l.sdkVersion}`,n),yield P.init(),!P.isBrowserSupported())throw new F(ae.UNSUPPORTED);d.log("UserAgent:",navigator.userAgent),d.log("Screen resolution:",`${window.screen.width}x${window.screen.height}`),d.log("Permissions:",`Camera: ${P.hasCameraPermission()}, Mic: ${P.hasMicrophonePermission()}`),se.init()})}function og(s){return c(this,arguments,function*(n,r=[de.AUDIO],e="",t=!1,i=!1,a){let o=[],p=[];if(Array.isArray(n)?o=n.length?n:[]:n&&(o=[n]),o.length&&(p=yield se.getOkIdsByExternalIds(o),!p.length))throw new F(O.CALLEE_IS_OFFLINE);return Es(p,Ge.USER,r,e,t,i,a)})}function Es(o){return c(this,arguments,function*(n,r=Ge.USER,e,t="",i=!1,a=!1,s){if(N.current())throw d.error("There is already active call"),new F(O.FAILED);return new N(se,Nt(),oi).onStart(n,r,e,t,i,a,s)})}function cg(n){return c(this,null,function*(){return Is(n)})}function Is(t){return c(this,arguments,function*(n,r=J.USER,e){if(n===N.id())throw new Error("Push has already been processed");return new N(se,Nt(),oi).onPush(n,r,e)})}function dg(n){return c(this,null,function*(){return n&&(l.authToken=n),se.authorize()})}function lg(){return c(this,arguments,function*(n=[de.AUDIO]){return ft().accept(n)})}function pg(){return c(this,null,function*(){let n=N.current();if(n)return n.decline()})}function ug(e){return c(this,arguments,function*(n,r=[de.AUDIO]){return Ts(n,r)})}function Ts(n,r,e){return c(this,null,function*(){if(N.current())throw d.error("There is already active call"),new F(O.FAILED);return new N(se,Nt(),oi).onJoin({conversationId:n,mediaOptions:r,chatId:e})})}function mg(a){return c(this,arguments,function*(n,r=[de.AUDIO],e,t,i){if(N.current())throw d.error("There is already active call"),new F(O.FAILED);return e&&(l.anonymToken=e),new N(se,Nt(),oi).onJoin({joinLink:n,mediaOptions:r,observedIds:t,payload:i})})}function hg(){return c(this,null,function*(){let n=N.current();if(n)return n.hangup();N.hangupAfterInit()})}function _g(n,r){return c(this,null,function*(){let e=yield se.getOkIdsByExternalIds([n]);if(!e.length)throw new Error("User not found");return Rs(e[0],r)})}function Rs(n,r){return c(this,null,function*(){let e=N.current();e&&(yield e.addParticipant(R.composeUserId(n,J.USER),r))})}function gg(n,r=!1){return c(this,null,function*(){let e=yield se.getOkIdsByExternalIds([n]);return Cs(e[0],r)})}function Cs(n,r=!1){return c(this,null,function*(){let e=N.current();e&&(yield e.removeParticipant(R.composeUserId(n,J.USER),r))})}function fg(n,r){return c(this,null,function*(){let e=N.current();return n==="videoinput"&&st.contains(r)?(l.videoFacingMode=r,e?(P.isMobile()&&e.stopVideoTrack(),e.changeDevice(n)):Promise.reject()):(yield P._saveDeviceId(n,r))&&e?e.changeDevice(n):Promise.reject()})}function Sg(n){return c(this,null,function*(){let r=typeof n=="object"?qe(Re({},n),{fastScreenSharing:n.captureScreen&&n.fastScreenSharing,captureAudio:n.captureScreen&&n.captureAudio&&l.audioShare}):{captureScreen:n,fastScreenSharing:!1,captureAudio:!1},e=N.current();return e?e.toggleScreenCapturing(r):Promise.reject()})}function vg(n){let r=N.current();r&&r.toggleAnimojiCapturing(n)}function Eg(n,r=!1){return c(this,null,function*(){let e=N.current();e&&(yield e.setVideoStream(n,r))})}function Ig(n){return c(this,null,function*(){let r=N.current();r&&(yield r.toggleLocalVideo(n))})}function Tg(n){return c(this,null,function*(){let r=N.current();r&&(yield r.toggleLocalAudio(n))})}function Rg(n){return c(this,null,function*(){let r=N.current();if(r)return r.setLocalResolution(n)})}function Cg(n){return c(this,null,function*(){let r=N.current();r&&(yield r.changePriorities(n))})}function yg(n){return c(this,null,function*(){let r=N.current();r&&(yield r.changeParticipantState(n))})}function Pg(n){return c(this,null,function*(){let r=N.current();r&&(yield r.updateDisplayLayout(n))})}function bg(n,r,e=!1){return c(this,null,function*(){let t=yield se.getOkIdsByExternalIds([n]);return ys(t[0],r,e)})}function ys(n,r,e=!1){return c(this,null,function*(){let t=N.current();t&&(yield t.grantRoles(R.composeUserId(n,J.USER),r,e))})}function Mg(i){return c(this,arguments,function*({externalId:n=null,muteStates:r,requestedMedia:e=[],roomId:t=null}){let a=null;return n&&(a=(yield se.getOkIdsByExternalIds([n]))[0]),Ps({uid:a,muteStates:r,requestedMedia:e,deviceIdx:ue.getDeviceIdx(n),roomId:t})})}function Ps(a){return c(this,arguments,function*({uid:n=null,muteStates:r,requestedMedia:e=[],deviceIdx:t=0,roomId:i=null}){let s=N.current();if(s){let o=n?R.composeParticipantId(n,J.USER,t):null;yield s.muteParticipant(o,r,e,i)}})}function Ag(n,r=!1){return c(this,null,function*(){let e=yield se.getOkIdsByExternalIds([n]);return bs(e[0],r,ue.getDeviceIdx(n))})}function bs(n,r=!1,e=0){return c(this,null,function*(){let t=N.current();t&&(yield t.pinParticipant(R.composeParticipantId(n,J.USER,e),r))})}function Dg(n){return c(this,null,function*(){let r=N.current();r&&(yield r.updateMediaModifiers(n))})}function kg(n){return c(this,null,function*(){let r=N.current();r&&(yield r.changeOptions(n))})}function Og(n,r=null){return c(this,null,function*(){let e=null;return r&&(e=(yield se.getOkIdsByExternalIds([r]))[0]),Ms(n,e)})}function Ms(n,r=null){return c(this,null,function*(){let e=N.current();if(e){let t=r?R.composeUserId(r,J.USER):null;yield e.chatMessage(n,t)}})}function wg(n=10){return c(this,null,function*(){let r=N.current();if(r)return r.chatHistory(n)})}function xg(n,r=null){return c(this,null,function*(){let e=null;return r&&(e=(yield se.getOkIdsByExternalIds([r]))[0]),As(n,e,ue.getDeviceIdx(r))})}function As(n,r=null,e=0){return c(this,null,function*(){let t=N.current();if(t){let i=r?R.composeParticipantId(r,J.USER,e):null;yield t.customData(n,i)}})}function Lg(){return c(this,arguments,function*(n="",r=!1,{onlyAdminCanShareMovie:e=!1}={}){return(yield se.createConversation(R.uuid(),n,r,{onlyAdminCanShareMovie:e})).join_link})}function Ng(){return c(this,null,function*(){let n=N.current();return n?n.createJoinLink():Promise.reject()})}function Ug(){return c(this,null,function*(){let n=N.current();return n?n.removeJoinLink():Promise.reject()})}function Bg(n,r){return c(this,null,function*(){return se.getAnonymTokenByLink(n,r)})}function Fg(n){let r=N.current();r&&r.setVolume(n)}function Vg(n){l.forceRelayPolicy=n}function jg(n=!1,r=null,e=null,t="DIRECT_LINK",i=null,a=null){return c(this,null,function*(){let s=N.current();return s?s.startStream(n,r,e,t,i,a):Promise.reject()})}function Hg(n=null){return c(this,null,function*(){let r=N.current();return r?r.stopStream(n):Promise.reject()})}function Gg(n,r,e=null){return c(this,null,function*(){let t=N.current();if(t){let i=yield se.getOkIdsByExternalIds([n]),a=ue.getDeviceIdx(n);return t.recordSetRole(R.composeParticipantId(i[0],J.USER,a),r,e)}return Promise.reject()})}function Wg(){return c(this,null,function*(){let n=N.current();return n?n.getStreamInfo():Promise.reject()})}function Kg(n){return c(this,null,function*(){let r=N.current();return r?r.addMovie(n):Promise.reject()})}function $g(n){return c(this,null,function*(){let r=N.current();return r?r.updateMovie(n):Promise.reject()})}function qg(n){return c(this,null,function*(){let r=N.current();return r?r.removeMovie(n):Promise.reject()})}function zg(n,r){return c(this,null,function*(){let e=N.current();if(e){let t=[];for(let i of n){let a,s;i.addParticipantIds&&(a=(yield se.getOkIdsByExternalIds(i.addParticipantIds)).map(o=>R.composeUserId(o,J.USER))),i.removeParticipantIds&&(s=(yield se.getOkIdsByExternalIds(i.removeParticipantIds)).map(o=>R.composeUserId(o,J.USER))),t.push({id:i.id,name:i.name,participantCount:i.participantCount,addParticipantIds:a,removeParticipantIds:s})}return e.updateRooms(t,r)}return Promise.reject()})}function Jg(n,r){return c(this,null,function*(){let e=N.current();return e?e.activateRooms(n,r):Promise.reject()})}function Yg(n=null,r=null){return c(this,null,function*(){let e=null;if(r){let i=yield se.getOkIdsByExternalIds([r]);e=R.composeUserId(i[0],J.USER)}let t=N.current();return t?t.switchRoom(n,e):Promise.reject()})}function Qg(n){return c(this,null,function*(){let r=N.current();return r?r.removeRooms(n):Promise.reject()})}function Xg(n){l.statisticsInterval=n;let r=N.current();if(r)return r.updateStatisticsInterval()}function Zg(n){Va.disableLog(!n),d.toggle(n)}function ef(n,...r){l.debugLog&&d.send(n,"[external]",...r)}function tf(n){return c(this,null,function*(){let r=N.current();if(r)return r.videoEffect(n)})}function rf(n){return c(this,null,function*(){let r=N.current();r&&(yield r.setAudioStream(n))})}function af(n,r=null,e=null){return c(this,null,function*(){let t=N.current();if(!t)return;let i=e!=null?e:r==null?void 0:r.id,a=null;if(r){let o=(yield se.getOkIdsByExternalIds([r]))[0];if(!o)throw new Error("Could not get user id to set animoji svg");a=R.composeParticipantId(o,J.USER,ue.getDeviceIdx(r))}t.setAnimojiSvg(n,a,i)})}function nf(n=null,r,e=!1){return c(this,null,function*(){return ft().getWaitingHall(n,r,e)})}function sf(n,r=!1){return c(this,null,function*(){let e=ft(),t=yield se.getOkIdsByExternalIds([n]);return e.promoteParticipant(R.composeUserId(t[0],J.USER),r)})}function of(n){return c(this,null,function*(){return ft().getParticipantListChunk(n)})}function cf(n){return c(this,null,function*(){return ft().getParticipants(n)})}function df(n){return c(this,null,function*(){return ft().feedback(n)})}function lf(n,r){return c(this,null,function*(){return ft().enableFeatureForRoles(n,r)})}function ft(){let n=N.current();if(!n)throw new Error("Conversation not found");return n}function pf(n){return c(this,null,function*(){yield se.removeHistoryRecords(n)})}function uf(n){return c(this,null,function*(){let r=N.current();r&&(yield r.startAsr(n))})}function mf(){return c(this,null,function*(){let n=N.current();n&&(yield n.stopAsr())})}function hf(n){return c(this,null,function*(){let r=N.current();r&&(yield r.requestAsr(n))})}function _f(){return l.sdkVersion}export{ni as Api,Tr as ArrayDequeue,St as BaseApi,vt as BaseLogger,Et as BaseSignaling,ze as CallDirection,Ge as CallType,Hi as ChatRoomEventType,Gi as ConversationFeature,Wi as ConversationOption,va as DebugMessageType,gr as ExternalIdType,st as FacingMode,ae as FatalError,F as HangupReason,O as HangupType,de as MediaOption,Be as MediaTrackKind,Qt as MediaType,ke as MuteState,W as ParticipantState,hr as ParticipantStatus,fs as RecordRole,Vt as RoomsEventType,xe as Signaling,L as SignalingCommandType,We as SignalingConnectionType,x as SignalingNotification,ht as TransportTopology,Je as UserRole,J as UserType,lg as acceptCall,Jg as activateRooms,Kg as addMovie,_g as addParticipant,Rs as addParticipantInternal,dg as authorize,tg as browser,Es as callInternal,og as callTo,Sg as captureScreen,vg as captureVmoji,kg as changeConversationOptions,fg as changeDevice,yg as changeParticipantState,Cg as changePriorities,tf as changeVideoEffect,wg as chatHistory,Og as chatMessage,Ms as chatMessageInternal,Ng as createJoinLink,xg as customData,As as customDataInternal,Zg as debug,ef as debugMessage,pg as declineCall,lf as enableFeatureForRoles,df as feedback,Vg as forceRelayPolicy,Bg as getAnonymTokenByLink,of as getParticipantListChunk,cf as getParticipants,Wg as getStreamInfo,nf as getWaitingHall,bg as grantRoles,ys as grantRolesInternal,hg as hangup,sg as init,ug as joinCall,mg as joinCallByLink,Ts as joinCallInternal,Mg as muteParticipant,Ps as muteParticipantInternal,Ag as pinParticipant,bs as pinParticipantInternal,cg as processPush,Is as processPushInternal,sf as promoteParticipant,Gg as recordSetRole,pf as removeHistoryRecords,Ug as removeJoinLink,qg as removeMovie,gg as removeParticipant,Cs as removeParticipantInternal,Qg as removeRooms,hf as requestAsr,Ss as setApi,rf as setAudioStream,Rg as setLocalResolution,rg as setLogger,Dg as setMediaModifiers,vs as setSignalingFactory,Xg as setStatisticsInterval,ag as setVideoEffects,Eg as setVideoStream,ng as setVmoji,af as setVmojiSvg,Fg as setVolume,uf as startAsr,Lg as startConversation,jg as startStream,mf as stopAsr,Hg as stopStream,Yg as switchRoom,Tg as toggleLocalAudio,Ig as toggleLocalVideo,Pg as updateDisplayLayout,$g as updateMovie,zg as updateRooms,ig as utils,_f as version};
|