@vkontakte/calls-sdk 2.8.2-dev.650eaba.0 → 2.8.2-dev.66c024d.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.
Files changed (64) hide show
  1. package/CallsSDK.d.ts +78 -40
  2. package/abstract/BaseApi.d.ts +12 -9
  3. package/abstract/BaseSignaling.d.ts +13 -7
  4. package/calls-sdk.cjs.js +8 -8
  5. package/calls-sdk.esm.js +8 -8
  6. package/classes/AudioOutput.d.ts +8 -3
  7. package/classes/Conversation.d.ts +26 -18
  8. package/classes/FpsMeter.d.ts +10 -0
  9. package/classes/MediaSource.d.ts +3 -3
  10. package/classes/ParticipantIdRegistry.d.ts +5 -0
  11. package/classes/ProducerCommandSerializationService.d.ts +2 -0
  12. package/classes/SpecListener.d.ts +0 -1
  13. package/classes/codec/IEncoder.d.ts +1 -1
  14. package/classes/codec/LibVPxEncoder.d.ts +1 -1
  15. package/classes/codec/Types.d.ts +12 -2
  16. package/classes/codec/WebCodecsEncoder.d.ts +1 -1
  17. package/classes/screenshare/PacketHistory.d.ts +3 -2
  18. package/classes/screenshare/ScreenCaptureSender.d.ts +14 -4
  19. package/classes/screenshare/ScreenCongestionControl.d.ts +7 -2
  20. package/classes/screenshare/StreamBuilder.d.ts +1 -0
  21. package/classes/screenshare/Utils.d.ts +1 -1
  22. package/classes/stat/StatAggregator.d.ts +1 -1
  23. package/classes/stat/StatFirstMediaReceived.d.ts +14 -2
  24. package/classes/transport/BaseTransport.d.ts +13 -0
  25. package/classes/transport/DirectTransport.d.ts +7 -18
  26. package/classes/transport/ServerTransport.d.ts +7 -17
  27. package/classes/transport/Statistics.d.ts +19 -1
  28. package/classes/transport/Transport.d.ts +7 -3
  29. package/constants/Rooms.d.ts +1 -0
  30. package/default/Api.d.ts +15 -14
  31. package/default/ApiExternal.d.ts +11 -0
  32. package/default/Signaling.d.ts +14 -9
  33. package/enums/FatalError.d.ts +1 -0
  34. package/enums/SignalingCommandType.d.ts +6 -2
  35. package/enums/SignalingNotification.d.ts +2 -2
  36. package/package.json +3 -6
  37. package/static/ApiTransport.d.ts +3 -1
  38. package/static/AuthData.d.ts +6 -6
  39. package/static/External.d.ts +48 -16
  40. package/static/Params.d.ts +74 -36
  41. package/static/Utils.d.ts +8 -4
  42. package/types/Asr.d.ts +1 -1
  43. package/types/AudienceMode.d.ts +8 -0
  44. package/types/Conversation.d.ts +3 -0
  45. package/types/ExternalId.d.ts +13 -15
  46. package/types/{Logger.d.ts → IEventualStatLog.d.ts} +2 -2
  47. package/types/MovieShare.d.ts +2 -2
  48. package/types/MuteStates.d.ts +1 -1
  49. package/types/Params.d.ts +1 -0
  50. package/types/Participant.d.ts +4 -3
  51. package/types/ParticipantLayout.d.ts +2 -2
  52. package/types/ParticipantListChunk.d.ts +1 -1
  53. package/types/ParticipantStreamDescription.d.ts +3 -3
  54. package/types/PerfStatReporter.d.ts +1 -1
  55. package/types/RequestAsr.d.ts +3 -0
  56. package/types/Room.d.ts +4 -0
  57. package/types/SignalingCommand.d.ts +2 -1
  58. package/types/SignalingMessage.d.ts +35 -4
  59. package/types/Statistics.d.ts +3 -4
  60. package/types/Streams.d.ts +10 -0
  61. package/utils/ArrayDequeue.d.ts +1 -1
  62. package/utils/ArrayList.d.ts +5 -2
  63. package/utils/FastList.d.ts +5 -2
  64. package/utils/IList.d.ts +5 -2
package/calls-sdk.cjs.js CHANGED
@@ -1,12 +1,12 @@
1
1
  /**
2
- * @vkontakte/calls-sdk v2.8.2-dev.650eaba.0
3
- * Tue, 02 May 2023 19:02:34 GMT
2
+ * @vkontakte/calls-sdk v2.8.2-dev.66c024d.0
3
+ * Wed, 19 Jul 2023 05:03:15 GMT
4
4
  * https://st.mycdn.me/static/callssdk/2-8-2/doc/
5
5
  */
6
6
 
7
- "use strict";var un=Object.create;var qt=Object.defineProperty,mn=Object.defineProperties,hn=Object.getOwnPropertyDescriptor,_n=Object.getOwnPropertyDescriptors,gn=Object.getOwnPropertyNames,Ur=Object.getOwnPropertySymbols,fn=Object.getPrototypeOf,Fr=Object.prototype.hasOwnProperty,Sn=Object.prototype.propertyIsEnumerable;var Vr=Math.pow,Br=(n,r,e)=>r in n?qt(n,r,{enumerable:!0,configurable:!0,writable:!0,value:e}):n[r]=e,Re=(n,r)=>{for(var e in r||(r={}))Fr.call(r,e)&&Br(n,e,r[e]);if(Ur)for(var e of Ur(r))Sn.call(r,e)&&Br(n,e,r[e]);return n},Qe=(n,r)=>mn(n,_n(r));var vn=(n,r)=>{for(var e in r)qt(n,e,{get:r[e],enumerable:!0})},jr=(n,r,e,t)=>{if(r&&typeof r=="object"||typeof r=="function")for(let i of gn(r))!Fr.call(n,i)&&i!==e&&qt(n,i,{get:()=>r[i],enumerable:!(t=hn(r,i))||t.enumerable});return n};var mi=(n,r,e)=>(e=n!=null?un(fn(n)):{},jr(r||!n||!n.__esModule?qt(e,"default",{value:n,enumerable:!0}):e,n)),En=n=>jr(qt({},"__esModule",{value:!0}),n);var c=(n,r,e)=>new Promise((t,i)=>{var a=p=>{try{s(e.next(p))}catch(u){i(u)}},o=p=>{try{s(e.throw(p))}catch(u){i(u)}},s=p=>p.done?t(p.value):Promise.resolve(p.value).then(a,o);s((e=e.apply(n,r)).next())});var Xs={};vn(Xs,{Api:()=>Gt,ArrayDequeue:()=>zi,BaseApi:()=>pt,BaseLogger:()=>ut,BaseSignaling:()=>mt,CallDirection:()=>qe,CallType:()=>Fe,ChatRoomEventType:()=>hi,ConversationFeature:()=>_i,ConversationOption:()=>gi,DebugMessageType:()=>yr,ExternalIdType:()=>Li,FacingMode:()=>tt,FatalError:()=>te,HangupReason:()=>F,HangupType:()=>O,MediaOption:()=>ce,MediaTrackKind:()=>Be,MediaType:()=>Nt,MuteState:()=>ye,ParticipantState:()=>K,ParticipantStatus:()=>xi,RecordRole:()=>Ja,RoomsEventType:()=>yt,Signaling:()=>Ae,SignalingCommandType:()=>x,SignalingConnectionType:()=>Ve,SignalingNotification:()=>w,TransportTopology:()=>Ye,UserRole:()=>ze,UserType:()=>q,acceptCall:()=>qo,activateRooms:()=>Os,addMovie:()=>Ms,addParticipant:()=>Xo,addParticipantInternal:()=>tn,authorize:()=>$o,browser:()=>Bo,callInternal:()=>Xa,callTo:()=>Wo,captureScreen:()=>ts,captureVmoji:()=>is,changeConversationOptions:()=>hs,changeDevice:()=>es,changeParticipantState:()=>cs,changePriorities:()=>ss,changeVideoEffect:()=>Bs,chatHistory:()=>gs,chatMessage:()=>_s,chatMessageInternal:()=>sn,createJoinLink:()=>vs,customData:()=>fs,customDataInternal:()=>cn,debug:()=>Ns,debugMessage:()=>Us,declineCall:()=>zo,enableFeatureForRoles:()=>$s,feedback:()=>Ks,forceRelayPolicy:()=>Rs,getAnonymTokenByLink:()=>Is,getParticipantListChunk:()=>Gs,getParticipants:()=>Ws,getStreamInfo:()=>bs,getWaitingHall:()=>js,grantRoles:()=>ls,grantRolesInternal:()=>an,hangup:()=>Qo,init:()=>Go,joinCall:()=>Jo,joinCallByLink:()=>Yo,joinCallInternal:()=>en,muteParticipant:()=>ps,muteParticipantInternal:()=>nn,pinParticipant:()=>us,pinParticipantInternal:()=>on,processPush:()=>Ko,processPushInternal:()=>Za,promoteParticipant:()=>Hs,recordSetRole:()=>Ps,removeHistoryRecords:()=>qs,removeJoinLink:()=>Es,removeMovie:()=>Ds,removeParticipant:()=>Zo,removeParticipantInternal:()=>rn,removeRooms:()=>xs,requestAsr:()=>Ys,setApi:()=>Ya,setAudioStream:()=>Fs,setLocalResolution:()=>os,setLogger:()=>Vo,setMediaModifiers:()=>ms,setSignalingFactory:()=>Qa,setStatisticsInterval:()=>Ls,setVideoEffects:()=>jo,setVideoStream:()=>rs,setVmoji:()=>Ho,setVmojiSvg:()=>Vs,setVolume:()=>Ts,startAsr:()=>zs,startConversation:()=>Ss,startStream:()=>Cs,stopAsr:()=>Js,stopStream:()=>ys,switchRoom:()=>ws,toggleLocalAudio:()=>ns,toggleLocalVideo:()=>as,updateDisplayLayout:()=>ds,updateMovie:()=>As,updateRooms:()=>ks,utils:()=>Fo,version:()=>Qs});module.exports=En(Xs);var kr=mi(require("webrtc-adapter"));var pt=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 ut=class{log(r,e,t=!1){}destroy(){}};var ie=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 mt=class extends ie{get ready(){return!0}setParticipantIdRegistry(r){}requestRealloc(){}setEndpoint(r){}setConversationId(r){}readyToSend(r=!0){}cleanup(){}requestTestMode(r,e){}getNextCommandSequenceNumber(){return 0}};var Hr=(t=>(t.INCOMING="INCOMING",t.OUTGOING="OUTGOING",t.JOINING="JOINING",t))(Hr||{}),qe=Hr;var Gr=(t=>(t.USER="USER",t.GROUP="GROUP",t.CHAT="CHAT",t))(Gr||{}),Fe=Gr;var Wr=(e=>(e.ATTENDEE="ATTENDEE",e.HAND_UP="HAND_UP",e))(Wr||{}),hi=Wr;var Kr=(t=>(t.ADD_PARTICIPANT="ADD_PARTICIPANT",t.RECORD="RECORD",t.MOVIE_SHARE="MOVIE_SHARE",t))(Kr||{}),_i=Kr;var $r=(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))($r||{}),gi=$r;function qr(n,r){if(n.length!==r.length)return!1;for(let e of n)if(!r.includes(e))return!1;return!0}function zr(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 Jr=(D=>(D.CAMERA_PERMISSION="camera",D.MIC_PERMISSION="mic",D.CAMERA_ACCESS="cameralock",D.MIC_ACCESS="miclock",D.MIC_NOT_FOUND="nomic",D.SCREEN_PERMISSION="screenpermission",D.SCREEN_ACCESS="screenlock",D.CONNECTION="connection",D.NETWORK="network",D.UNKNOWN="unknown",D.UNSUPPORTED="unsupported",D.SIGNALING_FAILED="signalingfailed",D.API="api",D.AUTH="auth",D))(Jr||{}),te=Jr;var Yr=(Z=>(Z.CANCELED="CANCELED",Z.REJECTED="REJECTED",Z.REMOVED="REMOVED",Z.HUNGUP="HUNGUP",Z.MISSED="MISSED",Z.BUSY="BUSY",Z.FAILED="FAILED",Z.NETWORK_ERROR="NETWORK_ERROR",Z.KILLED="KILLED",Z.BANNED="BANNED",Z.HAS_ACTIVE_CALL="HAS_ACTIVE_CALL",Z.CALLER_IS_BLOCKED="CALLER_IS_BLOCKED",Z.NOT_FRIENDS="NOT_FRIENDS",Z.CALLEE_IS_OFFLINE="CALLEE_IS_OFFLINE",Z.CALLER_IS_REJECTED="CALLER_IS_REJECTED",Z.UNKNOWN_ERROR="UNKNOWN_ERROR",Z.UNSUPPORTED="UNSUPPORTED",Z.OLD_VERSION="OLD_VERSION",Z.SERVICE_DISABLED="SERVICE_DISABLED",Z.EXTERNAL_API_ERROR="EXTERNAL_API_ERROR",Z.SOCKET_CLOSED="SOCKET_CLOSED",Z.ENDED="ENDED",Z.KILLED_WITHOUT_DELETE="KILLED_WITHOUT_DELETE",Z.ANOTHER_DEVICE="ANOTHER_DEVICE",Z.NOT_FOUND="NOT_FOUND",Z))(Yr||{}),O=Yr;var Qr=(o=>(o.AUDIO="AUDIO",o.VIDEO="VIDEO",o.SCREEN_SHARING="SCREEN_SHARING",o.MOVIE_SHARING="MOVIE_SHARING",o.AUDIO_SHARING="AUDIO_SHARING",o.ANIMOJI="ANIMOJI",o))(Qr||{}),ce=Qr;var Xr=(t=>(t.UNMUTE="UNMUTE",t.MUTE="MUTE",t.MUTE_PERMANENT="MUTE_PERMANENT",t))(Xr||{}),ye=Xr;var Zr=(i=>(i.CALLED="CALLED",i.ACCEPTED="ACCEPTED",i.REJECTED="REJECTED",i.HUNGUP="HUNGUP",i))(Zr||{}),K=Zr;var ea=(t=>(t.UPDATE="UPDATE",t.REMOVE="REMOVE",t.ACTIVATE="ACTIVATE",t))(ea||{}),yt=ea;var ta=(i=>(i.START="start",i.ACCEPT="accept",i.JOIN="join",i.RETRY="retry",i))(ta||{}),Ve=ta;var ia=(t=>(t.NOTIFICATION="NOTIFICATION",t.FAILED="FAILED",t.RECONNECT="RECONNECT",t))(ia||{}),ve=ia;var ra=(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))(ra||{}),w=ra;var aa=(_=>(_.ERROR="callError",_.DEVICES="callDevices",_.CALL_SPEC_ERROR="callSpecError",_.ICE_CONNECTION_STATE="callIceConnectionState",_.ICE_CONNECTION_TYPE="callIceConnectionType",_.ICE_RESTART="callIceRestart",_.PUSH="callPush",_.OUTGOING_CALL="callStart",_.OUTGOING_MULTIPARTY_CALL="callStartMultiparty",_.JOIN_CONVERSATION="callJoinConversation",_.ACCEPTED_OUTGOING="callAcceptedOutgoing",_.ACCEPT_INCOMING="callAcceptIncoming",_.DECLINE_INCOMING="callDeclineIncoming",_.ACCEPT_CONCURRENT="callAcceptConcurrent",_.HANGUP="callHangup",_.MEDIA_STATUS="callMediaStatus",_.DEVICE_CHANGED="callDeviceChanged",_.SOCKET_ACTION="callSocketAction",_.ADD_PARTICIPANT="callAddParticipant",_.REMOVE_PARTICIPANT="callRemoveParticipant",_.POOR_CONNECTION="callPoorConnection",_.TOPOLOGY_CHANGE_REQUESTED="callTopologyChangeRequested",_.RELAY_POLICY="callForceRelay",_.PAT_ALLOCATED="patAllocate",_.PAT_DEALLOCATED="patDeallocate",_.PAT_ERROR="patError",_.PAT_WAITING_TIME_ERROR="patWaitingTimeError",_.PAT_OUTDATED_RESPONSE="patOutdatedResponse",_.SIGNALING_CONNECTED="signaling_connected",_.RECONNECT="callReconnect",_.SCREENSHARE_FIRST_FRAME="screen_share_first_frame",_.SCREENSHARE_FREEZE_DURATION="callScreenshareFreezeDuration",_.FIRST_MEDIA_RECEIVED="first_media_received",_.CALL_EVENTUAL_STAT="callEventualStat",_))(aa||{}),f=aa;var na=(e=>(e.AUDIO_MIX="audio-mix",e.PARTICIPANT_AGNOSTIC_TRACK_PREFIX="pat",e))(na||{}),Ne=na;var oa=(e=>(e.NO_AVAILABLE_TRACKS="no-available-tracks",e.UNKNOWN_ERROR="unknown-error",e))(oa||{}),sa=oa;function ca(n){switch(n){case 1:return"no-available-tracks";default:return"unknown-error"}}var da=(e=>(e.CREATOR="CREATOR",e.ADMIN="ADMIN",e))(da||{}),ze=da;function zt(n,r){if(n.length!==r.length)return!1;for(let e of n)if(!r.includes(e))return!1;return!0}var la=(e=>(e.USER="USER",e.GROUP="GROUP",e))(la||{}),q=la;var fi=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 pa=2*1024*1024,In=512*1024,Jt=100*1024,Tn=5,er="_okcls_logs_session_",Rn=3e4,tr=class{constructor(){this._items=[];this._itemsSize=0;this._storageSize=pa;try{let r=window.localStorage;for(let e of Object.keys(r)){if(e.indexOf(er)!==0)continue;let t=r.getItem(e);if(!t){ua(e);continue}let i=ha(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(er,""),10);this._itemsSize+=e,this._items.push({key:r,size:e,date:t})}deleteOldestItem(){let r=this._items.shift();r&&(ua(r.key),this._itemsSize-=r.size)}cleanup(r){for(;this.length&&(this.size>pa||this.length>Tn-1||this.size+r>this.available);)this.deleteOldestItem()}};function ma(){return`${er}${Date.now()}`}function ha(n){return new Blob([n]).size}function ua(n){try{window.localStorage.removeItem(n)}catch(r){console.error("Failed to remove log from storage",r)}}function ir(){let n=ht.toString();if(!Ie.available||!n)return;let r=ha(n);Ie.cleanup(r);try{window.localStorage.setItem(Si,n)}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){ir();return}if(r>Jt){ht.bisect(),ir();return}Ie.storageSize=0;return}r>In&&(Ie.add(Si,r),Si=ma(),ht.clear(),Ie.cleanup(Jt))}function rr(){!Ie.available||!ht.length||ir()}function Cn(n=!1){let r=[];try{let i=window.localStorage;for(let o of Ie.items){let s=i.getItem(o.key);r.push(s)}let a=ht.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 yn(e,t),t}function yn(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 _a(n,r){if(!Ie.available)return;let e=new Date;ht.push({t:e.getTime(),l:n,d:r,h:e.toLocaleString("ru-RU",{dateStyle:"short",timeStyle:"long"})}),Zi||(Zi=window.setTimeout(()=>{Zi=null,rr()},Rn))}function ar(){Ie||(Ie=new tr,ht=new fi,Si=ma(),window.addEventListener("beforeunload",rr))}var Ie,ht,Si,Zi=null;window.__VKCallsSDKLogs__=(n=!1)=>(Ie||ar(),rr(),Cn(n));var nr=mi(require("@vkontakte/libvpx"));var v=class extends ut{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){v._instance||(v._instance=new v(e,t))}static log(e,t,i=!1){v._instance&&v._instance.log(e,t,i)}static logCustom(e,t,i=!1){v._instance&&v._instance.logCustom(e,t,i)}static destroy(){v._instance&&v._instance.destroy(),v._instance=null}};var Ue=class{constructor(){this._worker=null}_createWorker(o,s){return c(this,arguments,function*(r,e,t=[],i={},a=[]){return new Promise((p,u)=>{let m=t.join(","),I=new Blob([r,`exports.default(${m});`],{type:"application/javascript; charset=utf-8"}),y=window.URL.createObjectURL(I);this._worker=new Worker(y),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":v.log(f.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 _t=class extends Ue{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)}},[nr.default,nr.default.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 ga=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 fa(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 Pt=":",Ei="d",bn=533,or="a=fmtp:",Mn="sps-pps-idr-in-keyframe=1",sr;(ui=>{function n(T,_,A,E,C,L=!1,G=!1){let oe=/[\r\n]+/,pe=`\r
8
- `;if(!_&&!A&&!E&&!G&&!L&&!C)return T;function De($){let me=["a=rtcp-fb:111 nack","a=rtcp-fb:111 nack pli"],Se="a=rtcp-fb:111",ee=$.findIndex(J=>J.startsWith(Se));return~ee&&($[ee]=$[ee]+pe+me.join(pe)),$}function Ke($,me,Se){let ee=$.split(" "),J=ee.slice(0,3),se;for(se=3;se<ee.length;se++)Se.includes(ee[se])&&J.push(ee[se]);for(se=3;se<ee.length;se++)!Se.includes(ee[se])&&!me.includes(ee[se])&&J.push(ee[se]);return J.join(" ")}function ke($,me){let Se=new RegExp("a=rtpmap:(\\d+) ([a-zA-Z0-9-]+)\\/\\d+"),ee,J=[];for(ee=0;ee<$.length;++ee){let se=$[ee].match(Se);se&&se.length===3&&se[2]===me&&J.push(se[1])}return J}function Oe($,me,Se,ee){let J,se="m="+me;for(J=0;J<$.length;++J)if($[J].startsWith(se)){$[J]=Ke($[J],Se,ee);break}}function we($,me){let Se=new RegExp(or+"(\\d+)");for(let ee=0;ee<$.length;++ee){let J=$[ee].match(Se);if(J&&J.length===2&&me.includes(J[1])){let se=$[ee].trim()===or+J[1]?" ":";";$[ee]+=se+Mn}}}function U($){let me=ke($,"H264");if(A){let Se=me.slice(0),ee=new RegExp(or+"(\\d+) apt=(\\d+)"),J;for(J=0;J<$.length;++J){let $e=$[J].match(ee);$e&&$e.length===3&&Se.includes($e[2])&&Se.push($e[1])}let se=new RegExp("a=(rtpmap|rtcp-fb|fmtp):(\\d+) .*");for(J=$.length;J--;){let $e=$[J].match(se);$e&&$e.length===3&&Se.includes($e[2])&&$.splice(J,1)}Oe($,"video",Se,[])}else _&&Oe($,"video",[],me),C&&we($,me)}function xe($){let me=ke($,"VP9");E&&Oe($,"video",[],me)}function B($){let me=ke($,"red");me.length>0&&Oe($,"audio",[],me)}let Ct=T.split(oe);return(A||_||C)&&U(Ct),E&&xe(Ct),G&&B(Ct),L&&De(Ct),Ct.join(pe)}ui.patchLocalSDP=n;function r(T){return b.browserName()==="Firefox"&&Number(b.browserVersion())<60&&(T=T.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")),T}ui.patchRemoteSDP=r;function e(T){return T?`${T.type||"WEB_SOCKET"}_${T.id}`:"_"}ui.getPeerIdString=e;function t(T,_){return T&&T.id===_.id&&(T.type||"WEB_SOCKET")===(_.type||"WEB_SOCKET")}ui.comparePeerId=t;function i(T){return c(this,null,function*(){return!T||!T.getStats?Promise.resolve(null):T.getStats(null).then(_=>{let A=null,E=null;if(_.forEach(C=>{C.type==="transport"&&C.selectedCandidatePairId?E=_.get(C.selectedCandidatePairId):C.type==="candidate-pair"&&C.state==="succeeded"&&!E&&(!C.hasOwnProperty("selected")||C.selected)&&(E=C)}),E&&E.localCandidateId){let C=_.get(E.localCandidateId);C&&(A={type:C.candidateType,ip:C.ip||C.ipAddress,port:C.port||C.portNumber})}return A}).catch(()=>null)})}ui.getPeerConnectionHostInfo=i;let a=/^[0-9]+$/,o=/^([gu])([0-9]+)$/;function s(T,_){let A=String(T);return o.test(A)?(d.warn(`Already composite id [${T}] type supplied [${_}]`),A):_===q.GROUP?"g"+A:_===q.USER?"u"+A:(d.warn(`Unknown type [${_}] for id [${T}]`),A.match(a)?"u"+A:A)}ui.composeUserId=s;function p(T,_,A){let E=s(T,_);return u(E,A)}ui.composeParticipantId=p;function u(T,_){return _?T+Pt+Ei+_:T}ui.compose=u;function m(T){return p(T.id,T.idType||q.USER,T.deviceIdx||0)}ui.composeId=m;function I(T){return T.participant?m(T.participant):p(T.participantId,T.participantType||q.USER,T.deviceIdx||0)}ui.composeMessageId=I;function y(T){let _=String(T),A=_.match(o);return A?{id:Number(A[2]),type:A[1]==="g"?q.GROUP:q.USER}:(d.warn(`Unsupported compositeId [${T}]`),{id:Number(_),type:q.USER})}ui.decomposeId=y;function k(T){let _=T.split(Pt+Ei);return{compositeUserId:_[0],deviceIdx:_.length>1?parseInt(_[1],10):0}}ui.decomposeParticipantId=k;function D(){var G,oe;let T=(oe=(G=window.crypto)==null?void 0:G.randomUUID)==null?void 0:oe.call(G);if(T)return T;let _="0123456789abcdefghijklmnopqrstuvwxyz".split(""),A=new Array(36),E=0,C,L;for(L=0;L<36;L++)L===8||L===13||L===18||L===23?A[L]="-":L===14?A[L]="4":(E<=2&&(E=33554432+Math.random()*16777216|0),C=E&15,E=E>>4,A[L]=_[L===19?C&3|8:C]);return A.join("")}ui.uuid=D;function z(T,_){let A;function E(){let C=this,L=arguments;A&&window.clearTimeout(A),A=window.setTimeout(()=>{T.apply(C,L)},_)}return E}ui.throttle=z;function H(T){if(!window.BigInt)return null;let _="",A=T.split(`
9
- `);for(let L of A)if(L.startsWith("a=fingerprint")){let G=L.split(" ");if(G.length===2){_=G[1];break}}if(!_)return BigInt(-1);let E=_.split(":"),C=BigInt(0);for(let L=Math.min(7,E.length-1);L>=0;L--){let G=BigInt(parseInt(E[L],16));C<<=BigInt(8),C|=G}return BigInt.asIntN(64,C)}ui.sdpFingerprint=H;function Y(T){return c(this,null,function*(){return new Promise(_=>window.setTimeout(_,T))})}ui.delay=Y;function re(T,_,A){let E=[];return T.getSenders().forEach(C=>X(_,C,C.track,A,E)),E}ui.applySettings=re;function X(T,_,A,E,C){var L;if(T&&A&&A.kind==="video"){let G=A.getSettings();if(G){let oe=T.maxBitrateK?T.maxBitrateK*1024:null,pe=G.width,De=G.height,Ke=pe&&De&&T.maxDimension?Math.max(1,Math.max(pe,De)/T.maxDimension):null,ke=T.maxFramerate?T.maxFramerate:null;if(pe&&De&&T.maxDimension&&T.maxDimension>Math.max(pe,De)){let xe=Math.round(pe*De/256),B=(Math.round(xe*bn/1e4)+1)*1e4;oe=oe===null?B:Math.min(B,oe)}let Oe=T.degradationPreference?T.degradationPreference:"balanced",we=E[A.id];if(we&&we.bitrate===oe&&we.scaleResolutionDownBy===Ke&&we.maxFramerate===ke&&we.degradationPreference===Oe){C[A.id]=we;return}C[A.id]={bitrate:oe,scaleResolutionDownBy:Ke,maxFramerate:ke,degradationPreference:Oe};let U=_.getParameters();U.encodings||(U.encodings=[{}]),U.encodings.forEach(xe=>{oe?xe.maxBitrate=oe:delete xe.maxBitrate,Ke?xe.scaleResolutionDownBy=Ke:delete xe.scaleResolutionDownBy,ke?xe.maxFramerate=ke:delete xe.maxFramerate}),U.degradationPreference=Oe,(L=_.setParameters)==null||L.call(_,U)}}}ui.applyVideoTrackSettings=X;function _e(T,_){Array.isArray(_)||(_=[_]);for(let A of _)if(T.includes(A))return!0;return!1}ui.includesOneOf=_e;function Te(T){var _;return Object.entries(((_=T.participantState)==null?void 0:_.state)||{}).reduce((A,[E,C])=>(T.participantState&&(A[E]={ts:T.participantState.stateUpdateTs[E],state:C}),A),{})}ui.mapParticipantState=Te;function lt(T){let _=T.map(A=>({uid:A.externalId,mediaSettings:A.mediaSettings,status:A.status,muteStates:A.muteStates,unmuteOptions:A.unmuteOptions,participantState:A.participantState,markers:A.markers,movieShareInfos:A.movieShareInfos}));return l.filterObservers?_.filter(A=>!A.uid.observer):_}ui.mapSharedParticipants=lt;function pi(T,_){let A=Object.keys(T),E=Object.keys(_);if(A.length!==E.length)return!1;for(let C of A)if(!E.hasOwnProperty(C)||T[C].state!==_[C].state||T[C].ts!==_[C].ts)return!1;return!0}ui.isEqualParticipantState=pi;function Kt(T,_){let A=Object.keys(T),E=Object.keys(_);if(A.length!==E.length)return!1;for(let C of A)if(!_.hasOwnProperty(C)||T[C]!==_[C])return!1;return!0}ui.isObjectsEquals=Kt;function Z(T,_){if(T.length!==_.length)return!1;for(let A of T)if(_.indexOf(A)<0)return!1;return!0}ui.isArraysEquals=Z;function Or(T){return!Object.keys(T).length}ui.isEmptyObject=Or;function wr(T,_){if(!T&&!_)return 0;if(!T||!_)return T?-1:1;return E(_.rank,T.rank)||E(T.ts,_.ts)||A(T,_);function A(C,L){let G={[q.USER]:0,[q.GROUP]:1},{compositeUserId:oe,deviceIdx:pe}=k(C.id),{compositeUserId:De,deviceIdx:Ke}=k(L.id),{id:ke,type:Oe}=y(oe),{id:we,type:U}=y(De);return E(G[Oe],G[U])||E(ke,we)||E(pe,Ke)}function E(C,L){return C<L?-1:C===L?0:1}}ui.participantMarkerCompare=wr;function xr(T,_){let A=Object.entries(T).filter(([,E])=>Array.isArray(_)?!_.includes(E):E!==_);return ga(A)}ui.objectFilterOutValues=xr;function Ji(T,_,A){let E=A;for(let C in T)T.hasOwnProperty(C)&&(E=_(E,T[C],C));return E}ui.objectReduce=Ji,ui.setImmediate=(()=>{let T=1,_={},A=null;return typeof MessageChannel!="undefined"&&(A=new MessageChannel,A.port1.onmessage=E=>{let C=E.data;_[C]&&(_[C](),delete _[C])}),function(E){if(A&&document.visibilityState==="hidden"){let L=T;return T=T>=Number.MAX_SAFE_INTEGER?1:T+1,_[L]=E,A.port2.postMessage(L),()=>{_[L]&&delete _[L]}}let C=setTimeout(E,0);return()=>clearTimeout(C)}})();function Lr(T){return T!==null&&typeof T=="object"&&!Array.isArray(T)}ui.isObject=Lr})(sr||(sr={}));var R=sr;function Sa(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 he(n){return Object.assign({isAudioEnabled:!1,isVideoEnabled:!1,isScreenSharingEnabled:!1,isFastScreenSharingEnabled:!1,isAudioSharingEnabled:!1,isAnimojiEnabled:!1,videoStreams:[]},n||{})}var va=n=>n.stop(),Yt=n=>n.getTracks().forEach(va),Ea=n=>n.getVideoTracks().forEach(va);function bt(n,{width:r,height:e}){return n.applyConstraints({width:{max:r,ideal:r},height:{max:e,ideal:e}})}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||{}),Ii=class extends ie{constructor(){super();this._stream=null;this._screenTrack=null;this._audioShareTrack=null;this._sendVideoTrack=null;this._cameraVideoTrack=null;this._mediaSettings=he();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=[ce.AUDIO],t=!0){var s;if(this._stream)return;let i=e.includes(ce.VIDEO),a=e.includes(ce.AUDIO),o=e.includes(ce.ANIMOJI);if(!b.isBrowserSupported())throw new F(te.UNSUPPORTED);try{this._stream=yield b.getUserMedia(i,a,t),(s=this._cameraVideoTrack)==null||s.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=o&&!this._mediaSettings.isVideoEnabled||!1,this._animojiEnabled=o}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 t;return((t=this._stream)==null?void 0:t.getAudioTracks().find(i=>!i.contentHint))||null}get isAnimojiRequested(){return this._animojiEnabled&&!this._mediaSettings.isVideoEnabled}addTrackToPeerConnection(e,t,i,a){let o=this.getStream(),s=this.getSendAudioTrack(),p=this.getSendVideoTrack(i);if(!o||!s&&!p&&!t)throw new Error("No local stream found");if(s&&!t){if(a){let{codecs:u}=RTCRtpSender.getCapabilities("audio"),m="audio/red",I=48e3,y=u.findIndex(k=>k.mimeType===m&&k.clockRate===I);if(y>=0){let k=[];k.push(u[y]);for(let D=0;D<u.length;D++)D!==y&&k.push(u[D]);e.getTransceivers().forEach(D=>D.setCodecPreferences(k))}}e.addTrack(s,o)}p&&!t&&e.addTrack(p,o)}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(te.UNKNOWN)}})}stopVideoTrack(){var e;this._mediaSettings.isVideoEnabled&&(this._stopEffect(),Ea(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=b.getSavedMicrophone(),o=b.getSavedCamera(),s=a==null?void 0:a.deviceId,p=o==null?void 0:o.deviceId;if(!s&&!p)return;let u=yield navigator.mediaDevices.enumerateDevices();!e&&s&&(e=!u.find(m=>m.deviceId===s)),!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",o=e||(yield b._getUserVideo(!!this._effect));if((i=this._cameraVideoTrack)==null||i.stop(),this._cameraVideoTrack=o.getVideoTracks()[0],!this._stream)Yt(o);else{l.consumerScreenTrack||(yield this._disableScreenCapture());let s=yield this._setEffect(this._effect,this._cameraVideoTrack);t&&(yield bt(s,t)),v.log(f.DEVICE_CHANGED,a),d.log("Video stream changed"),yield this._replaceLocalTrack(s),this._mediaSettings.isVideoEnabled=!0,this._triggerEvent("SOURCE_CHANGED",{kind:"video",mediaSettings:this._mediaSettings})}}catch(a){throw v.log(f.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 v.log(f.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 b.getUserAudio()),!this._stream)Yt(e);else{let t=e.getAudioTracks()[0];v.log(f.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 v.log(f.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 b.getScreenMedia(e,t)),!this._stream)Yt(i);else{let a=i.getVideoTracks()[0];if(a.addEventListener("ended",()=>{this._mediaSettings.isScreenSharingEnabled&&this.disableScreenCapturing()},!1),l.consumerScreenTrack||this._stopEffect(),v.log(f.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?b.getBlackMediaTrack(l.videoMinWidth,l.videoMinHeight):a,yield this._replaceLocalTrack(a,this._sendVideoTrack)),i.getAudioTracks().length>0){let o=i.getAudioTracks()[0];o.contentHint="music",this._audioShareTrack=o,yield this._replaceLocalTrack(o),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 v.log(f.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=b.getSilentMediaTrack();return e.contentHint="music",e.stop(),e}_replaceLocalTrack(e,t){return c(this,null,function*(){var a,o;if(!this._stream)return;let i=this._stream.getTracks().find(s=>s.kind===e.kind&&s.contentHint===e.contentHint);i?(i.stop(),(a=this._stream)==null||a.removeTrack(i),(o=this._stream)==null||o.addTrack(e),this._triggerEvent("TRACK_REPLACED",e,t)):(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&&(Yt(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 b._getUserVideo(!!this._effect);this._cameraVideoTrack=a.getVideoTracks()[0],t=yield this._setEffect(this._effect,this._cameraVideoTrack)}else t=b.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 b.getUserAudio()).getAudioTracks()[0]:t=b.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 bt(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 bt(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(v.log(f.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 dr="_okcls_",Mt=(()=>{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 An(n){let r=Mt?Mt.getItem(dr+n):null;if(r===null)return null;try{return JSON.parse(r)}catch(e){return null}}function Dn(n,r){try{Mt&&Mt.setItem(dr+n,JSON.stringify(r))}catch(e){}}function kn(n){Mt&&Mt.removeItem(dr+n)}var cr;(t=>{function n(i){return An(i)||null}t.get=n;function r(i,a){Dn(i,a)}t.set=r;function e(i){kn(i)}t.remove=e})(cr||(cr={}));var Xe=cr;var Dt=null,lr=null,bi=[],Mi=[],Pi=[],Ze=null,et=null,hr=null,_r=!1,Ai=!1,Ti,At,Ri,pr=null,ur="",Ci=[],mr=null,Ia=navigator.appVersion,On=navigator.appName,Ce=navigator.userAgent,tt=(e=>(e.USER="user",e.ENVIRONMENT="environment",e))(tt||{});(r=>{function n(e){return Object.values(r).includes(e)}r.contains=n})(tt||(tt={}));var gt=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 s;et&&(s=et.deviceId),typeof r=="string"&&(s=r),s&&(a.deviceId={exact:s})}let o=!1;if(e){o={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 s;Ze&&(s=Ze.deviceId),typeof e=="string"&&(s=e),s&&(o.deviceId={exact:s}),l.videoFacingMode&&(o.facingMode={ideal:l.videoFacingMode},delete o.deviceId)}this.audio=a,this.video=o,this.needVideo=!!o}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}},gr=class extends gt{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={max:e},this.video.height={max:t},this.video.frameRate=i,this.video.displaySurface=l.displaySurface,a&&(this.audio={noiseSuppression:!1,echoCancellation:!1,autoGainControl:!1})}getNative(){return Object.assign(super.getNative(),{systemAudio:"exclude",controller:this.captureController})}};function Ta(){return c(this,null,function*(){Ai=!1,Dt=null,yield fr(),g.onDeviceChange()})}function fr(){return c(this,null,function*(){return Dt||(!navigator.mediaDevices||!navigator.mediaDevices.enumerateDevices?[]:(!lr&&navigator.mediaDevices.addEventListener&&(lr=R.throttle(Ta,1e3),navigator.mediaDevices.addEventListener("devicechange",lr)),Dt=navigator.mediaDevices.enumerateDevices().then(n=>{bi=n.filter(i=>i.kind==="videoinput"?(i.label&&(_r=!0),!0):!1),Mi=n.filter(i=>i.kind==="audioinput"?(i.label?Ai=!0:it.isMobile()&&it.browserName()==="Firefox"&&(Ai=_r),!0):!1),Pi=n.filter(i=>i.kind==="audiooutput");let r=Xe.get("videoinput"),e=Xe.get("audioinput"),t=Xe.get("audiooutput");return Ze=bi.find(i=>i.deviceId===r)||null,et=Mi.find(i=>i.deviceId===e)||null,hr=Pi.find(i=>i.deviceId===t)||Pi[0]||null,Dt=Promise.resolve(n),n}).catch(()=>(Dt=null,[]))))})}function wn(n){if(Ze&&et)return;let r=(e,t)=>{var a;let i=(a=t.getSettings())==null?void 0:a.deviceId;return e.find(o=>o.deviceId===i||o.label===t.label)||null};n==null||n.getTracks().forEach(e=>{!et&&e.kind==="audio"?et=r(it.getMicrophones(),e):!Ze&&e.kind==="video"&&(Ze=r(it.getCameras(),e))})}function Qt(n,r){return c(this,null,function*(){d.debug("Try to get media",JSON.parse(JSON.stringify(n.getNative())));let e=it.hasPermissions(n.isVideo());!e&&!r&&g.onPermissionsRequested();try{let t=yield navigator.mediaDevices.getUserMedia(n.getNative());return e||(yield Ta()),wn(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()?te.CAMERA_PERMISSION:te.MIC_PERMISSION;break;case"OverconstrainedError":case"TypeError":case"NotFoundError":r=te.UNKNOWN;break;case"AbortError":case"NotReadableError":r=n.isVideo()?te.CAMERA_ACCESS:te.MIC_ACCESS;break}if(n.canSimplify())return Qt(n.simplify(),r);let i=r||te.UNKNOWN;throw g.onPermissionsError(i,t),i}})}function xn(n){return c(this,null,function*(){var r;d.debug("Try to get screen",JSON.parse(JSON.stringify(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 te.SCREEN_PERMISSION;default:throw te.SCREEN_ACCESS}}})}function yi(){return Ci.length||(Ci=(()=>{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]:On,n&&n[1]||i[2]||Ia,r,e,t]})()),Ci}var it;(A=>{function n(){return c(this,null,function*(){let E=()=>{_e(),document.removeEventListener("click",E),document.removeEventListener("touchstart",E)};return document.addEventListener("click",E),document.addEventListener("touchstart",E),fr()})}A.init=n;function r(){return bi}A.getCameras=r;function e(){return Mi}A.getMicrophones=e;function t(){return Pi}A.getOutput=t;function i(){return bi.length>0}A.hasCamera=i;function a(){return Mi.length>0}A.hasMicrophone=a;function o(){return Ze}A.getSavedCamera=o;function s(){return et}A.getSavedMicrophone=s;function p(){return hr}A.getSavedOutput=p;function u(){return l.videoFacingMode}A.getVideoFacingMode=u;function m(){return _r}A.hasCameraPermission=m;function I(){return Ai}A.hasMicrophonePermission=I;function y(E=!1){return I()?i()&&E?m():!0:!1}A.hasPermissions=y;function k(E=!1,C=!0,L=!0){return c(this,null,function*(){let G=a()&&C,oe=i()&&E,pe;if(!G&&!oe)pe=new MediaStream;else try{pe=yield Qt(new gt(G,oe))}catch(De){pe=new MediaStream}return!pe.getVideoTracks().length&&L&&pe.addTrack(Te()),!pe.getAudioTracks().length&&L&&pe.addTrack(_e()),pe})}A.getUserMedia=k;function D(E,C){return c(this,null,function*(){let L=E?l.fastScreenShareWidth:window.screen.width,G=E?l.fastScreenShareHeight:window.screen.height,oe=l.getScreenFrameRate(E);return xn(new gr(L,G,oe,C))})}A.getScreenMedia=D;function z(E=!1){return c(this,null,function*(){let C=E?l.videoEffectMaxWidth:l.videoMaxWidth,L=E?l.videoEffectMaxHeight:l.videoMaxHeight;return Qt(new gt(!1,!0,C,L))})}A._getUserVideo=z;function H(E,C){return c(this,null,function*(){let L=(C==null?void 0:C.width)||l.videoMaxWidth,G=(C==null?void 0:C.height)||l.videoMaxHeight;return Qt(new gt(!1,E||!0,L,G))})}A.getUserVideo=H;function Y(E){return c(this,null,function*(){return Qt(new gt(E||!0,!1))})}A.getUserAudio=Y;function re(E,C){return c(this,null,function*(){let[L]=E.getVideoTracks();if(!L)throw new Error("Video track not found in stream");return bt(L,C)})}A.setResolution=re;function X(E,C){return c(this,null,function*(){let G=(yield fr()).find(oe=>oe.kind===E&&oe.deviceId===C);return G?(E==="videoinput"?Ze=G:E==="audioinput"?et=G:E==="audiooutput"&&(hr=G),Xe.set(E,C),G):null})}A._saveDeviceId=X;function _e(){if(!Ri||Ri.readyState==="ended"){let E=ui(),C=E.createMediaStreamDestination(),L=E.createGain();L.gain.value=1e-5,L.connect(C),L.connect(E.destination);let G=E.createOscillator();G.type="sine",G.frequency.value=0,G.connect(L),G.start(),Ri=C.stream.getAudioTracks()[0]}return Object.assign(Ri.clone(),{enabled:!1})}A.getSilentMediaTrack=_e;function Te(E=l.videoMinWidth,C=l.videoMinHeight){At||(At=document.createElement("canvas")),At.width=E,At.height=C;let L=At.getContext("2d");return L.rect(0,0,E,C),L.fillStyle="black",L.fill(),(!Ti||Ti.readyState==="ended")&&(Ti=At.captureStream(l.videoFrameRate).getVideoTracks()[0]),Object.assign(Ti.clone(),{enabled:!1})}A.getBlackMediaTrack=Te;function lt(){if(Ji()==="Edge"&&Number(Yi())<70)return!1;try{let E=window;return navigator.mediaDevices&&navigator.mediaDevices.getUserMedia&&E.RTCPeerConnection&&E.RTCIceCandidate&&E.RTCSessionDescription&&E.HTMLCanvasElement&&E.HTMLCanvasElement.prototype.captureStream&&E.RTCRtpSender&&E.RTCRtpSender.prototype.replaceTrack&&E.RTCRtpSender.prototype.getParameters&&navigator.sendBeacon&&!0||!1}catch(E){return!1}}A.isBrowserSupported=lt;function pi(){return!!navigator.mediaDevices.getDisplayMedia}A.isScreenCapturingSupported=pi;function Kt(){let E=A.browserName()==="Safari"&&A.browserVersion()==="15"&&A.browserSubVersion()==="1",C=A.browserName()==="Opera"&&A.os()==="Windows";return E||C}A.isBrokenH264=Kt;function Z(){return!(A.baseChromeVersion()&&A.isMobile())}A.canPreferH264=Z;function Or(){var E;return((E=window.RTCRtpTransceiver)==null?void 0:E.prototype)&&"setCodecPreferences"in window.RTCRtpTransceiver.prototype}A.canPreferRed=Or;function wr(){return ur||(ur=(()=>{let E={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 C in E)if(E.hasOwnProperty(C)&&E[C].test(Ce))return C;return"Unknown"})()),ur}A.os=wr;function xr(){return pr===null&&(pr=/Mobile|mini|Fennec|Android|iP(ad|od|hone)/.test(Ia)),pr}A.isMobile=xr;function Ji(){return yi()[0]}A.browserName=Ji;function Yi(){return yi()[1]}A.browserVersion=Yi;function Lr(){return yi()[3]}A.baseChromeVersion=Lr;function ui(){return mr||(mr=new(window.AudioContext||window.webkitAudioContext)),mr}A.getAudioContext=ui;function T(){return yi()[4]}A.browserSubVersion=T;function _(){return A.baseChromeVersion()>=105&&!A.isMobile()}A.isAudioShareSupported=_})(it||(it={}));var b=it;var je=class extends Ue{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),e.data.close())},[b.baseChromeVersion()>=92||b.browserName()==="Safari"])})}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}};var Ca=require("bit-buffer");var Ln=1e3;function de(n,r,e=0){return r in n&&n[r]?n[r]:e}function Ra(...n){return r=>{for(let e of n)if(e(r))return!0;return!1}}function rt(n,r){return e=>e[n]===r}function Nn(n){return(r,e)=>r[n]-e[n]}function Di(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 Sr(n){return Object.keys(n).filter(r=>n[r]!==void 0).map(r=>[r,n[r]]).reduce((r,e)=>(r[e[0]]=R.isObject(e[1])?Sr(e[1]):e[1],r),{})}function Bn(n){let r=[];for(let e of n)e.forEach(t=>r.push(t));return r}function Fn(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(Bn).then(Un)})}function Vn(n){let r=n.filter(rt("type","candidate-pair")).sort(Nn("priority")).find(Ra(rt("nominated",!0),rt("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(rt("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(rt("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}}),Sr(e)}function jn(n,r){let e=Di("id",n),t=n.filter(Ra(rt("type","inbound-rtp"),rt("type","outbound-rtp")));b.browserName()==="Firefox"&&(t=Object.values(t.reduce((a,o)=>{if(!a[o.ssrc])a[o.ssrc]=o;else{let s=Object.assign({},a[o.ssrc],o),p=a[o.ssrc].isRemote?o:a[o.ssrc];s.id=p.id,s.type=p.type,delete s.isRemote,delete s.remoteId,a[s.ssrc]=s}return a},{})));let i={};if(b.browserName()==="Safari"){let a=n.filter(rt("type","track"));i=Di("trackIdentifier",a)}return t.map(a=>{let o=Number(a.ssrc),s=a.mediaType||a.kind,p=a.trackId,u=a.type,m=a.codecId;if(b.browserName()==="Safari"){let y=/^.+_([\d]+)$/.exec(a.id);if(y&&(o=parseInt(y[1],10)),s=a.id.indexOf("Audio")>0?"audio":"video",r[o]){let k=s+"-"+r[o];i[k]&&(p=i[k].id)}}if(!u||!o||!s)return null;let I={ssrc:o,type:u,kind:s,bytesReceived:de(a,"bytesReceived"),bytesSent:de(a,"bytesSent"),jitter:de(a,"jitter"),packetsLost:de(a,"packetsLost"),packetsReceived:de(a,"packetsReceived"),packetsSent:de(a,"packetsSent"),fractionLost:de(a,"fractionLost"),pliCount:de(a,"pliCount"),firCount:de(a,"firCount"),nackCount:de(a,"nackCount"),userId:r[o],freezeCount:de(a,"freezeCount"),totalFreezesDuration:de(a,"totalFreezesDuration")};if(s==="video"){let y=de(a,"framesDecoded"),k=de(a,"totalInterFrameDelay"),D=de(a,"totalSquaredInterFrameDelay");I.interframeDelayVariance=(D-k*k/y)/y}if(s==="audio"&&(I.totalSamplesReceived=de(a,"totalSamplesReceived"),I.concealedSamples=de(a,"concealedSamples"),I.insertedSamplesForDeceleration=de(a,"insertedSamplesForDeceleration"),I.removedSamplesForAcceleration=de(a,"removedSamplesForAcceleration"),I.silentConcealedSamples=de(a,"silentConcealedSamples"),I.concealmentEvents=de(a,"concealmentEvents"),I.totalAudioEnergy=de(a,"totalAudioEnergy")),m&&e[m]){let y=e[m];I.clockRate=y.clockRate,I.mimeType=y.mimeType}if(p&&e[p]){let y=e[p];I.frameHeight=y.frameHeight,I.frameWidth=y.frameWidth,I.framesDecoded=y.framesDecoded,I.framesReceived=y.framesReceived,I.framesDropped=y.framesDropped}return Sr(I)}).filter(a=>!!a)}function Hn(n,r){if(!r||!r.rtps||!n.rtps)return n;let e=Di("ssrc",n.rtps),t=Di("ssrc",r.rtps),i=(n.timestamp-r.timestamp)/1e3;return!e||!t||Object.keys(e).forEach(a=>{let o=e[a],s=t[a];if(!(!o||!s)){if(o.bytesReceived&&o.bytesReceived>s.bytesReceived&&(o.bandwidth=Math.round((o.bytesReceived-s.bytesReceived)/i)),o.bytesSent&&o.bytesSent>s.bytesSent&&(o.bandwidth=Math.round((o.bytesSent-s.bytesSent)/i)),o.packetsReceived)if(o.packetsReceived>s.packetsReceived||o.packetsLost>s.packetsLost){let p=o.packetsLost-s.packetsLost,u=o.packetsReceived-s.packetsReceived;o.packetLoss=parseFloat((100*p/(p+u)).toFixed(2))}else o.packetLoss=0;if(o.freezeCount>s.freezeCount&&(o.freezeCountDelta=o.freezeCount-s.freezeCount),o.totalFreezesDuration>s.totalFreezesDuration){let p=Math.round(o.totalFreezesDuration-s.totalFreezesDuration);o.totalFreezesDurationDelta=p}o.framesDropped&&s.framesDropped&&o.framesDropped>s.framesDropped&&(o.framesDroppedDelta=parseFloat(((o.framesDropped-s.framesDropped)/i).toFixed(0)))}}),n}function Xt(t,i){return c(this,arguments,function*(n,r,e={}){let a=yield Fn(n),o={timestamp:Date.now(),transport:Vn(a),rtps:jn(a,e)};return r?Hn(o,r):(yield R.delay(Ln),Xt(n,o,e))})}function He(n){performance.clearMarks(n),performance.mark(n)}function vr(n){performance.clearMarks(n)}function at(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 kt(n){return`${f.SCREENSHARE_FIRST_FRAME}_${Gn(n)}`}function Gn(n){return typeof n=="string"?n:JSON.stringify(n)}var Ge=class{constructor(){this._eventualLogs=new Set}static create(){Ge._instance=new Ge}static logCallStat(r){var e;if((e=Ge._instance)!=null&&e._eventualLogs.size){for(let t of Ge._instance._eventualLogs)Object.assign(t,{call_topology:r.call_topology,local_address:r.local_address,local_connection_type:r.local_connection_type,network_type:r.network_type,remote_address:r.remote_address,remote_connection_type:r.remote_connection_type,rtt:r.rtt,transport:r.transport}),v.logCustom(f.CALL_EVENTUAL_STAT,t);Ge._instance._eventualLogs.clear()}v.logCustom("callStat",r)}static logEventualStat(r){var e;r.value===void 0&&(r.value=at(r.name)),r.value!==null&&((e=Ge._instance)==null||e._eventualLogs.add(r))}static destroy(){var r;(r=Ge._instance)==null||r._destroy(),Ge._instance=null}_destroy(){this._eventualLogs.clear()}},ge=Ge;ge._instance=null;var ki=class{constructor(r){this._firstFrameReceived=!1;this._participantId=r}measure(r,e){if(this._firstFrameReceived)return;this._firstFrameReceived=!0;let t=kt(this._participantId),i=at(t);i!==null&&ge.logEventualStat({name:f.SCREENSHARE_FIRST_FRAME,value:i,width:r,height:e})}};var Wn=65536,nt=class{constructor(r,e,t){this._chunks=[];this._participantId=r,this._onStream=e,this._onStat=t,this._statScreenShareFirstFrame=new ki(r)}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)%Wn!==r.sequence){d.warn("[FrameBuilder] Got incorrect chunk");return}if(this._chunks.push(r),r.end){let t=this._processFrameData(),{width:i,height:a}=nt.getFrameSize(t);this._processFrame({timestamp:r.timestamp,frameData:t,isVP9:r.isVP9,keyframe:r.keyframe,width:i,height:a}),this._statScreenShareFirstFrame.measure(i,a)}}destroy(){vr(f.SCREENSHARE_FREEZE_DURATION),vr(kt(this._participantId)),this._chunks=[]}_processFrameData(){let r=this._chunks;this._chunks=[];let e=r.reduce((a,o)=>a+o.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 Ca.BitStream(r.buffer);t.bigEndian=!0,t.index+=2;let i=t.readBits(1),o=t.readBits(1)<<1|i;return o===3&&t.index++,t.readBits(1)===1||t.readBits(1)!==0||(t.index++,t.index++,t.index+=24,o>=2&&t.index++,t.readBits(3)!==7?(t.index++,(o===1||o===3)&&(t.index+=3)):(o===1||o===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")}_measureFreezeDuration(r){if(r){He(f.SCREENSHARE_FREEZE_DURATION);return}let e=at(f.SCREENSHARE_FREEZE_DURATION);e!==null&&e>1e3&&this._onStat({freeze_duration:e})}};var ft=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 Ot=class extends ft{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;e instanceof ImageBitmap?i=e: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()})}drawFrame(e){return c(this,null,function*(){let t="createImageBitmap"in e?yield e.createImageBitmap():yield createImageBitmap(e);yield this._drawImage(t)})}drawImage(e){return c(this,null,function*(){yield this._drawImage(e)})}destroy(){this._removeStream(),d.debug("CanvasRenderer destroyed")}static isBrowserSupported(){return("CanvasCaptureMediaStream"in window||"CanvasCaptureMediaStreamTrack"in window)&&!(b.browserName()==="Safari"&&Number(b.browserVersion())===15)&&!(b.browserName()==="Firefox"&&Number(b.browserVersion())<60)}};var St=class extends ft{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&&je.isBrowserSupported()}};var wt=class extends nt{constructor(e,t,i){super(e,t,i);this._decoderReady=!1;this._decoderQueue=[];d.debug(`StreamBuilder started for participant [${e}]`),St.isBrowserSupported()?this._renderer=new St(t):this._renderer=new Ot(t),je.isBrowserSupported()?this._decoder=new je:this._decoder=new _t;let a=o=>c(this,null,function*(){"VideoFrame"in window&&o instanceof VideoFrame?yield this._renderer.drawFrame(o):yield this._renderer.drawImage(o)});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 Ot.isBrowserSupported()||St.isBrowserSupported()}};function ya(n,r,e,t,i,a,o){let s=0;r&&(s|=1),e&&(s|=2),t&&(s|=4),o||(s|=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,s),!o)return p;let m=new Uint8Array(p.byteLength+o.byteLength);return m.set(new Uint8Array(p),0),m.set(new Uint8Array(o),p.byteLength),m.buffer}function Pa(n){let r=new DataView(n),e=r.getUint8(0),t=r.getUint16(1),i=r.getUint32(3),a=r.getUint8(7)===1,o=r.getUint16(8),s=r.getUint8(10),p=!!(s&1),u=!!(s&2),m=!!(s&4),I=!!(s&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:o,eos:I,data:n.slice(11)}}function ba(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 Ma(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),o=r.getUint32(6);return{seq:a,ts2:o}}var M=mi(require("simple-ebml-builder"));var Kn=Vr(2,15)-1,Er=1,$n=5,qn=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 M.build(r[0])}else return new Uint8Array;let e=r.reduce((a,o)=>a+o.countSize(),0),t=new Uint8Array(e),i=0;for(let a of r){let o=M.build(a);t.set(o,i),i+=o.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,o,s;((a=this._mediaSource)==null?void 0:a.readyState)==="open"&&((o=this._sourceBuffer)==null||o.abort());let r=(s=this._sourceBuffer)==null?void 0:s.buffered,e=r==null?void 0:r.length;if(!e)return;let t=r.start(0),i=Math.max(0,r.end(e-1)-$n);i-t>qn&&(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 nt{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 M.element(M.ID.EBML,[M.element(M.ID.EBMLVersion,M.number(1)),M.element(M.ID.EBMLReadVersion,M.number(1)),M.element(M.ID.EBMLMaxIDLength,M.number(4)),M.element(M.ID.EBMLMaxSizeLength,M.number(8)),M.element(M.ID.DocType,M.string("webm")),M.element(M.ID.DocTypeVersion,M.number(2)),M.element(M.ID.DocTypeReadVersion,M.number(2))])}static _genSegmentHeader(e,t,i){let a=M.element(M.ID.Info,[M.element(M.ID.TimecodeScale,M.number(1e6)),M.element(M.ID.MuxingApp,M.string("vk-webm-builder")),M.element(M.ID.WritingApp,M.string("vk-webm-builder"))]),o=[M.element(M.ID.PixelWidth,M.number(e)),M.element(M.ID.PixelHeight,M.number(t))],s=M.element(M.ID.Tracks,M.element(M.ID.TrackEntry,[M.element(M.ID.TrackNumber,M.number(Er)),M.element(M.ID.TrackUID,M.number(Er)),M.element(M.ID.TrackType,M.number(1)),M.element(M.ID.FlagLacing,M.number(0)),M.element(M.ID.DefaultDuration,M.number(1e9)),M.element(M.ID.CodecID,M.string(`V_${i.toUpperCase()}`)),M.element(M.ID.Video,o)]));return M.unknownSizeElement(M.ID.Segment,[a,s])}static _genClusterHeader(e){return M.unknownSizeElement(M.ID.Cluster,[M.element(M.ID.Timecode,M.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 s=Pe._genWebmHeader();this._mediaBuffer.append(s);let p=Pe._genSegmentHeader(e.width,e.height,t);this._mediaBuffer.append(p)}let a=Math.round(i-this._clusterStartTime);if(a>Kn&&(this._clusterStartTime=i,a=0),a===0){d.debug(`[WebmBuilder] Cluster header for participant [${this._participantId}]`);let s=Pe._genClusterHeader(this._clusterStartTime);this._mediaBuffer.append(s)}let o=M.element(M.ID.SimpleBlock,[M.vintEncodedNumber(Er),M.bytes(Pe._intToU16BE(a)),M.number((e.keyframe?1:0)<<7),M.bytes(e.frameData)]);this._mediaBuffer.append(o,!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 vt=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=o=>this._onDataChannelMessage(o.data)}_onDataChannelMessage(r){var a,o;let e=Pa(r),t=(o=(a=this._participantIdRegistry)==null?void 0:a.getStreamDescription(e.ssrc))==null?void 0:o.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 s=p=>this._onStream(t,p);l.screenShareWebmBuilder&&Pe.isBrowserSupported()?i=new Pe(t,s,this._onStat):i=new wt(t,s,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(je.isBrowserSupported()||_t.isBrowserSupported())&&(wt.isBrowserSupported()||Pe.isBrowserSupported())}};var Ir=mi(require("@vkontakte/libvpx"));var zn=1e3,xt=class extends Ue{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 o=a.play(),s=()=>i(new Error("Autoplay is disabled"));o?o.catch(s):s()}})})}_removeStream(){var e;window.clearTimeout(this._frameReadTimeout),(e=this._lastFrame)==null||e.close(),this._stream&&(this._stream.getTracks().forEach(t=>t.stop()),this._stream=null,this._track=null),this._video&&(this._video.pause(),this._video.srcObject=null),this._imageCapture&&(this._imageCapture=null)}_drawFrameVideo(){if(!this._canvas||!this._canvasCtx||!this._video||!this._track)throw new Error("Fatal error");this._video.paused&&this._video.play();let e=this._video.videoWidth,t=this._video.videoHeight;return this._canvas.width=this._video.width=e,this._canvas.height=this._video.height=t,this._canvasCtx.clearRect(0,0,e,t),this._canvasCtx.drawImage(this._video,0,0,e,t),this._requestCanvasFrame(),this._canvasCtx.getImageData(0,0,e,t)}_getFrameBitmap(){return 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})},[Ir.default,Ir.default.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)},zn),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 Et=class extends Ue{constructor(e,t,i,a,o,s){super();this._sourceTrack=e,this._onFrame=t,this._useCongestionControl=i,this._maxBitrate=a,this._useCbr=o,this._frameRate=s,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 o;a.error?this._onFrame(null,a.error):this._onFrame({type:a.frameType,timestamp:a.timestamp,duration:a.duration,data:a.data,byteLength:(o=a.data)==null?void 0:o.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 Jn=2100,Yn=600,Qn=1.2,Aa=.8,Xn=2e3,Zn=8e3,Tr=8e3,eo=16e3,to=4,io=2e3,Oi=(t=>(t[t.NONE=0]="NONE",t[t.UP=1]="UP",t[t.DOWN=2]="DOWN",t))(Oi||{}),ei=class{constructor(r,e,t,i,a,o){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,o>0?this._highDelayThreshold=o:this._highDelayThreshold=Jn,a&&(this._highDelayThreshold=Yn),this._trendDelayThreshold=Math.round(this._highDelayThreshold/3),this._targetBitrate=this._maxBitrate,this._probing=!1;let s=Date.now();this._lastDown=0,this._lastUp=s,this._lastProbing=s,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,o=this._delayAvgShort-this._delayAvgLong,s=Math.round(Math.abs(o)*100/this._delayAvgLong),p=o>40&&s>30&&this._delayAvgShort>this._trendDelayThreshold,u=this._delayAvgShort>this._highDelayThreshold;p||u?a=2:Math.abs(o)<40&&s<10&&!u&&(a=1);let m=Math.round(this._targetBitrate/1e3),I=t;r%10===0&&d.debug(`#${r}: cc: delay=${e} short=${this._delayAvgShort} long=${this._delayAvgLong} delta=${o} percent=${s} -> ${Oi[a]} tr=${m} br=${t}`);let y=i-this._lastDown;if(a===2&&y>Xn){this._probing&&(this._upPenalty=Math.min(++this._upPenalty,to),this._probing=!1);let Y=Aa*I*1e3;if(Y>=this._targetBitrate&&(Y=this._targetBitrate*Aa),Y=Math.max(Y,this._minBitrate),Y<this._targetBitrate){let re=Math.round(Y/1e3),X=Math.round(this._upPenalty*Tr/1e3);d.log(`#${r}: cc: delay=${e} short=${this._delayAvgShort} long=${this._delayAvgLong} delta=${o} percent=${s} -> ${Oi[a]}`),d.log(`#${r}: cc: DOWN delay=${e} bitrate=${I} target=${m} -> newBitrate=${re} penalty=${X}s`),this._setBitrate(Y,!0),this._targetBitrate=Y}this._lastDown=i}let k=i-this._lastUp,D=Zn+this._upPenalty*Tr;if(a===1&&k>D&&y>D){let Y=Math.min(this._targetBitrate*Qn,this._maxBitrate);if(Y>this._targetBitrate){let re=Math.round(Y/1e3),X=Math.round(this._targetBitrate/1e3),_e=Math.round(this._upPenalty*Tr/1e3);d.log(`#${r}: cc: delay=${e} short=${this._delayAvgShort} long=${this._delayAvgLong} delta=${o} percent=${s} -> ${Oi[a]}`),d.log(`#${r}: cc: UP bitrate=${I} target=${X} -> newBitrate=${re} penalty=${_e}s`),this._setBitrate(Y,!1),this._targetBitrate=Y,this._probing=!0,this._lastProbing=i,this._lastUp=i}}let z=i-this._lastProbing;this._probing&&z>eo&&(this._probing=!1);let H=i-this._lastDown;this._upPenalty>0&&H>3*D&&(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>io){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 ti=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 o=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++,o}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,o=this._tail;for(let s=0;s<this._maxSize;s++){o>0?--o:o=this._maxSize-1;let p=this._buffer[o];if(p===null||(a===-1&&(a=p.ts2,t=0),a>=0&&(t+=p.size),i=p.ts2,a-i>=r)||o===this._head)break}if(i>=0&&a>=0){let s=a-i;e=Math.round(s>0?t*8/s: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 o=0;o<this._maxSize;o++){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 s=i-t;r=s>0?e*8/s:0;break}if(i>=0&&(e+=this._buffer[a].size),a===this._head)break}return Math.round(r)}};var ao=65536,no=50,oo=400,so=1e6,co=3e4,wi=0,It=class{constructor(r,e,t,i){this._destroyed=!1;this._needKeyframe=!0;this._frameNum=0;this._feedback=new ti(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:o}=this._calcMinMaxBitrate(this._width,this._height),s=this._onCongestionCallback.bind(this);d.log(`ScreenCaptureSender: CongestionControl: enabled=${this._congestionControlEnabled} minBitrate=${Math.round(a/1e3)}k maxBitrate=${Math.round(o/1e3)}k delayThreshold=${l.screenShareCongestionControlThreshold}`),this._congestionControl=new ei(s,a,o,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(I=>{d.warn("sendFrame failed",I),this._needKeyframe=!0}).finally(()=>{this._frameNum++,u.type==="key"&&d.debug(`#${this._frameNum}: sharing: send keyframe size=${Math.round(u.byteLength/1e3)}k`);let I=this._feedback.getCurrentDelay(),y=this._feedback.getServerBitrateK(2e3);I>0&&this._congestionControl.checkDelay(this._frameNum,I,y),this._requestFrame()}),this._sendSharingStat()}};if(Et.isBrowserSupported()){let u=this._fastSharing,m=l.getScreenFrameRate(this._fastSharing);this._encoder=new Et(r,p,this._congestionControlEnabled,o,u,m)}else this._encoder=new xt(r,p,this._congestionControlEnabled,o);this._datachannel.onmessage=u=>{ba(u.data)&&(d.debug(`[${this._datachannel.label}] Requested keyframe`),this._needKeyframe=!0);let m=Ma(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 o=ya(r,e,t,i,wi,this._encoder.isVP9(),a);return wi=(wi+1)%ao,o}_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),o=r.data.byteLength<=e+a.byteLength;this._feedback.add(wi,r.timestamp,a.byteLength,!e,o);let s=this._wrapHeader(r.timestamp,!e,o,r.type==="key",a);this._datachannel.onbufferedamountlow=o?()=>{this._datachannel.bufferedAmount<=this._datachannel.bufferedAmountLowThreshold&&(this._datachannel.onbufferedamountlow=null,t())}:null;try{this._datachannel.send(s)}catch(p){d.warn("Error send data to DataChannel",p),i();return}o||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 Et.isBrowserSupported()||xt.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),o=Math.round(i/1e3);d.log(`cc: resize to ${r}x${e}, minBitrate=${a} maxBitrate=${o}`),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(so,Math.round(t*no)),a=Math.round(t*oo);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>co){let t=this._congestionControl.getStat();t!==null&&(d.debug(`cc: send stats: ${JSON.stringify(t)}`),this._signaling.reportSharingStat(t)),this._lastSharingStat=r}}};var ae=class{static get sessionKey(){return ae._sessionKey}static set sessionKey(r){ae._sessionKey=r}static get sessionSecretKey(){return ae._sessionSecretKey}static set sessionSecretKey(r){ae._sessionSecretKey=r}static get accessToken(){return ae._accessToken}static set accessToken(r){ae._accessToken=r}static isEmpty(){return!ae._sessionKey||!ae._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")&&(ae.accessToken=r.apiAuth.accessToken,ae.sessionKey=r.apiAuth.sessionKey,ae.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.8.2-dev.650eaba.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||(b.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 vmojiRenderingOptions(){return S._params.vmojiRenderingOptions||{}}static set vmojiRenderingOptions(r){S._params.vmojiRenderingOptions=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&&It.isBrowserSupported()}static get producerScreenDataChannel(){return S._params.producerScreenDataChannel&&S.producerNotificationDataChannel&&vt.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?Number(S._params.videoTracksCount):0}static get breakVideoPayloadTypes(){return S._params.breakVideoPayloadTypes}static get useParticipantListChunk(){return S._params.useParticipantListChunk&&S.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&&b.canPreferRed()}static get p2pAudioRed(){return S._params.p2pAudioRed&&b.canPreferRed()}static get h264spsPpsIdrInKeyframe(){return S._params.h264spsPpsIdrInKeyframe}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 b.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,vmojiRenderingOptions: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,useParticipantListChunk:!1,useRooms:!1,participantListChunkInitIndex:0,participantListChunkInitCount:null,serverAudioRed:!0,p2pAudioRed:!0,h264spsPpsIdrInKeyframe:!0,breakVideoPayloadTypes:!1,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 xi=(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))(xi||{});function V(n,...r){let e=l.get(n);e&&setTimeout(e,0,...r)}function le(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 Tt(n){return n.slice()}var Rr;(pc=>{function n(h,P){V("onLocalStream",h,Ee(P))}pc.onLocalStream=n;function r(h,P){V("onScreenStream",h,Ee(P))}pc.onScreenStream=r;function e(h,P){V("onVmojiStream",h,Ee(P))}pc.onVmojiStream=e;function t(h,P){V("onLocalStreamUpdate",Ee(h),P)}pc.onLocalStreamUpdate=t;function i(h){d.debug("Local status:",h),V("onLocalStatus",h)}pc.onLocalStatus=i;function a(h,P){le("onRemoteStream",h,P)}pc.onRemoteStream=a;function o(h,P){le("onRemoteLive",h,P)}pc.onRemoteLive=o;function s(h,P){le("onLocalLive",h,P)}pc.onLocalLive=s;function p(h,P){le("onRemoteLiveUpdate",h,P)}pc.onRemoteLiveUpdate=p;function u(h,P){le("onLocalLiveUpdate",h,P)}pc.onLocalLiveUpdate=u;function m(h,P){le("onRemoteScreenStream",h,P)}pc.onRemoteScreenStream=m;function I(h,P){le("onRemoteVmojiStream",h,P)}pc.onRemoteVmojiStream=I;function y(h,P,Q,Le,$t){le("onConversation",h,Ee(P),Ee(Q),Le,$t)}pc.onConversation=y;function k(h){h&&V("onConversationParticipantListChunk",h)}pc.onConversationParticipantListChunk=k;function D(h,P,Q){le("onRemoteMediaSettings",h,Ee(P),Q)}pc.onRemoteMediaSettings=D;function z(h,P){le("onLocalMediaSettings",h,Ee(P))}pc.onLocalMediaSettings=z;function H(h,P){le("onRemoteSharedMovieInfo",h,Ee(P))}pc.onRemoteSharedMovieInfo=H;function Y(h,P){le("onRemoteSharedMovieStoppedInfo",h,Ee(P))}pc.onRemoteSharedMovieStoppedInfo=Y;function re(h,P){le("onLocalSharedMovieInfo",h,Ee(P))}pc.onLocalSharedMovieInfo=re;function X(h,P){le("onLocalSharedMovieStoppedInfo",h,Ee(P))}pc.onLocalSharedMovieStoppedInfo=X;function _e(h,P){le("onParticipantAdded",h,P)}pc.onParticipantAdded=_e;function Te(h,P){le("onParticipantJoined",h,P)}pc.onParticipantJoined=Te;function lt(h,P,Q){le("onRemoteParticipantState",h,Ee(P),Q)}pc.onRemoteParticipantState=lt;function pi(h,P,Q=null){d.debug("Remote status:",P,h),le("onRemoteStatus",h,P,Q)}pc.onRemoteStatus=pi;function Kt(){V("onPermissionsRequested")}pc.onPermissionsRequested=Kt;function Z(h,P){V("onPermissionsError",h,P)}pc.onPermissionsError=Z;function Or(h,P){le("onRemoteRemoved",h,P)}pc.onRemoteRemoved=Or;function wr(h,P,Q){V("onCallState",h,P,Ee(Q))}pc.onCallState=wr;function xr(h,P){V("onDeviceSwitched",h,P)}pc.onDeviceSwitched=xr;function Ji(h,P,Q,Le=!1,$t=!1,Qi=null,Xi=null,dn,Nr,ln=null){let pn=Nr?Tt(Nr):void 0;V("onMuteStates",Ee(h),Tt(P),Tt(Q),Le,$t,Qi,Xi,dn,pn,ln)}pc.onMuteStates=Ji;function Yi(h,P){le("onRolesChanged",h,Tt(P))}pc.onRolesChanged=Yi;function Lr(h){V("onLocalRolesChanged",Tt(h))}pc.onLocalRolesChanged=Lr;function ui(h,P,Q,Le){le("onPinnedParticipant",h,P,Q,Le)}pc.onPinnedParticipant=ui;function T(h,P){V("onLocalPin",h,P)}pc.onLocalPin=T;function _(h){V("onOptionsChanged",Tt(h))}pc.onOptionsChanged=_;function A(){V("onCallAccepted")}pc.onCallAccepted=A;function E(){V("onRateNeeded")}pc.onRateNeeded=E;function C(h){le("onSpeakerChanged",h)}pc.onSpeakerChanged=C;function L(h){V("onVolumesDetected",Tt(h))}pc.onVolumesDetected=L;function G(h,P){V("onLocalVolume",h,P)}pc.onLocalVolume=G;function oe(h,P){V("onJoinStatus",h,P)}pc.onJoinStatus=oe;function pe(h,P){V("onHangup",h,P)}pc.onHangup=pe;function De(h){V("onMultipartyChatCreated",Ee(h))}pc.onMultipartyChatCreated=De;function Ke(){V("onDeviceChange")}pc.onDeviceChange=Ke;function ke(h){V("onFingerprintChange",h)}pc.onFingerprintChange=ke;function Oe(){V("onTokenExpired")}pc.onTokenExpired=Oe;function we(h,P,Q=!1){V("onChatMessage",h,P,Q)}pc.onChatMessage=we;function U(h,P,Q=!1){V("onCustomData",h,P,Q)}pc.onCustomData=U;function xe(h,P,Q,Le,$t,Qi,Xi=null){V("onRecordStarted",h,P,Q,Le,$t,Qi,Xi)}pc.onRecordStarted=xe;function B(h=null){V("onRecordStopped",h)}pc.onRecordStopped=B;function Ct(h){V("onLocalNetworkStatusChanged",h)}pc.onLocalNetworkStatusChanged=Ct;function $(h){V("onNetworkStatusChanged",h)}pc.onNetworkStatusChanged=$;function me(h,...P){V("onDebugMessage",h,...P)}pc.onDebugMessage=me;function Se(h,P){let Q=Object.assign({},h,{memory:P});V("onStatistics",Q)}pc.onStatistics=Se;function ee(){V("onAutoplayError")}pc.onAutoplayError=ee;function J(h,P,Q){V("onChatRoomUpdated",h,P,Q)}pc.onChatRoomUpdated=J;function se(h){V("onRemoteMixedAudioStream",h)}pc.onRemoteMixedAudioStream=se;function $e(h){V("onJoinLinkChanged",h)}pc.onJoinLinkChanged=$e;function Zs(h){V("onRoomsUpdated",h)}pc.onRoomsUpdated=Zs;function ec(h,P,Q,Le){V("onRoomUpdated",h,P,Q,Le)}pc.onRoomUpdated=ec;function tc(h){V("onRoomParticipantsUpdated",h)}pc.onRoomParticipantsUpdated=tc;function ic(h){V("onRoomSwitched",h)}pc.onRoomSwitched=ic;function rc(h){V("onRoomStart",h)}pc.onRoomStart=rc;function ac(h,P=null){V("onFeedback",h,P)}pc.onFeedback=ac;function nc(h){V("onFeaturesPerRoleChanged",h)}pc.onFeaturesPerRoleChanged=nc;function oc(h){V("onParticipantVmojiUpdate",h)}pc.onParticipantVmojiUpdate=oc;function sc(h,P){V("onAsrSet",h,P)}pc.onAsrSet=sc;function cc(h,P,Q){V("onAsrStarted",h,P,Q)}pc.onAsrStarted=cc;function dc(h){V("onAsrStopped",h)}pc.onAsrStopped=dc;function lc(h,P,Q,Le){V("onAsrTranscription",h,P,Q,Le)}pc.onAsrTranscription=lc})(Rr||(Rr={}));var g=Rr;var yr=(i=>(i.DEBUG="DEBUG",i.LOG="LOG",i.WARN="WARN",i.ERROR="ERROR",i))(yr||{}),Cr;(X=>{let n="📞",r=(_e,...Te)=>{g.onDebugMessage(_e,...Te)},e=!1,t=(_e,Te)=>(...lt)=>{_e(...lt),_a(Te,lt)},i=console.debug.bind(console,n),a=console.log.bind(console,n),o=console.warn.bind(console,n),s=console.error.bind(console,n),p=r.bind(null,"DEBUG"),u=r.bind(null,"LOG"),m=r.bind(null,"WARN"),I=r.bind(null,"ERROR");X.debug=p,X.log=u,X.warn=m,X.error=I;function H(){return e}X.enabled=H;function Y(_e){e=_e,l.debugLog&&ar(),_e?(X.debug=l.debugLog?t(i,"DEBUG"):i,X.log=l.debugLog?t(a,"LOG"):a,X.warn=l.debugLog?t(o,"WARN"):o,X.error=l.debugLog?t(s,"ERROR"):s):(X.debug=l.debugLog?t(p,"DEBUG"):p,X.log=l.debugLog?t(u,"LOG"):u,X.warn=l.debugLog?t(m,"WARN"):m,X.error=l.debugLog?t(I,"ERROR"):I)}X.toggle=Y;function re(_e,...Te){switch(_e){case"DEBUG":(0,X.debug)(...Te);break;case"LOG":(0,X.log)(...Te);break;case"WARN":(0,X.warn)(...Te);break;case"ERROR":(0,X.error)(...Te);break}}X.send=re})(Cr||(Cr={}));var d=Cr;var Li=(t=>(t.USER="USER",t.ANONYM="ANONYM",t.GROUP="GROUP",t))(Li||{}),fe;(s=>{function n(p){return p.length?typeof p[0]=="object"?p:p.map(u=>r(u)):[]}s.fromIds=n;function r(p,u="USER"){return{id:p,type:u}}s.fromId=r;function e(p){return{id:p.id,type:p.type==="ANONYM"?"ANONYM":"USER"}}s.fromSignaling=e;function t(p){return`{"id":"${p.id}","type":"${p.type}"}`}s.toString=t;function i(p,u="USER"){return t(r(p,u))}s.fromIdToString=i;function a(p){try{return JSON.parse(p)}catch(u){throw new Error(`Failed to parse ExternalId from string '${p}'`)}}s.fromString=a;function o(p,u){return p.id===u.id&&p.type===u.type}s.compare=o})(fe||(fe={}));var ue;(i=>{function n(a,o="USER",s=0){return{id:a,type:o,deviceIdx:s}}i.fromId=n;function r(a){return`{"id":"${a.id}","type":"${a.type}","deviceIdx":"${a.deviceIdx}"}`}i.toString=r;function e(a,o){return Object.assign({deviceIdx:o},fe.fromSignaling(a))}i.fromSignaling=e;function t(a){return a&&typeof a=="object"?a.deviceIdx:0}i.getDeviceIdx=t})(ue||(ue={}));var lo="kf";function Lt(n){return n.stopStream}function Pr(n){return n.keyFrameRequested}function Da(n){if(Lt(n))return"ss";if(Pr(n))return lo;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 Nt=(o=>(o.CAMERA="CAMERA",o.SCREEN="SCREEN",o.STREAM="STREAM",o.MOVIE="MOVIE",o.AUDIOSHARE="AUDIOSHARE",o.ANIMOJI="ANIMOJI",o))(Nt||{}),ka="s",Oa="m";function We(n){return n.participantId+(n.mediaType?Pt+ka+n.mediaType:"")+(n.streamName?Pt+Oa+n.streamName:"")}function ii(n){let r=n.split(Pt),e=r.shift();if(!e)throw new Error("Illegal stream description: "+n);let t=null,i,a=0;for(let s of r)switch(s.charAt(0)){case ka:t=po(s.slice(1));break;case Oa:i=s.slice(1);break;case Ei:a=Number.parseInt(s.slice(1),10);break;default:throw new Error("Unexpected parameter type "+s.charAt(0)+" in stream description "+n)}return{participantId:R.compose(e,a),mediaType:t,streamName:i}}function po(n){for(let r of Object.keys(Nt))if(r===n)return Nt[r];return null}function br(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 Ni(n,r){return!(!br(n.camera,r.camera)||!br(n.screenSharing,r.screenSharing))}function Mr(n,r){return{camera:Object.assign({},n.camera,r.camera),screenSharing:Object.assign({},n.screenSharing,r.screenSharing)}}function wa(n){try{return btoa(JSON.stringify(n))}catch(r){d.warn("WaitingParticipant: failed convert to string",n,r)}return null}function xa(n){try{return JSON.parse(atob(n))}catch(r){d.warn("WaitingParticipant: failed convert from string",n,r)}return null}var Ut=(n,r)=>R.objectReduce(n,(e,t,i)=>(t===r&&e.push(i),e),[]);var Bt=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,v.log(f.ERROR,`audio_device_recover_${r.bandwidth?"success":"fail"}`);return}!this._fixNoPacketsApplied&&!r.bandwidth&&(this._fixNoPacketsApplied=!0,v.log(f.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"),v.log(f.ERROR,"audio_device_recover_rv_fail"),this._fixTooManyPacketsFailed=!0):t-this._fixTooManyPacketsTime>6e4&&(d.log("Fixed RV"),v.log(f.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 ri=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 o;if(l.muteMode||!((o=this._output)!=null&&o.audioTrack))return;let r=b.browserName()!=="Safari"||b.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"),g.onAutoplayError()},i=s=>{e.srcObject=new MediaStream([s]),e.load();let p=e.play();p&&p.catch(t)},a=()=>{var p;d.debug("Recover audio playback");let s=(p=this._output)==null?void 0:p.audioTrack;s?i(s):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=b.getSavedOutput();i&&(yield(t=(e=this._output.audioElement).setSinkId)==null?void 0:t.call(e,i.deviceId))}catch(i){throw v.log(f.ERROR,"change_output"),d.error("Output change failed",i),i}})}};var uo=90,mo=3,ai=class extends ie{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}),g.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>uo?d.warn(`High memory usage: ${t}% (${i} MiB)`):(!this._lastMemoryStat.percent||Math.abs(t-this._lastMemoryStat.percent)>=mo)&&(d.debug(`Memory usage: ${t}% (${i} MiB)`),this._lastMemoryStat.percent=t,this._lastMemoryStat.bytes=e.usedJSHeapSize)}};var ho=44100,Ft=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=b.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=ho/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,o)=>a+o,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 ni=class extends ie{constructor(e){super();this._detector=null;this._track=null;this._interval=null;let t=()=>{this._detector&&g.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.getSendAudioTrack();a&&this.init(a)};this.subscribe(e,"SOURCE_CHANGED",a=>{a.kind==="audio"&&a.mediaSettings.isAudioEnabled&&i()}),i()}init(e){this._stopDetector(),this._track=e.clone(),this._detector=new Ft("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 La=(o=>(o.producerNotification="producerNotification",o.producerCommand="producerCommand",o.consumerScreenShare="consumerScreenShare",o.producerScreenShare="producerScreenShare",o.asr="asr",o.animoji="animoji",o))(La||{}),Je=La;var ot=class{constructor(){this._isAcceptedCallMarked=!1}measureSignalingConnection(r){let e=f.FIRST_MEDIA_RECEIVED;if(!r){He(e);return}let t=at(e);t===null||r.conversation.topology!=="SERVER"||ge.logEventualStat({name:e,value:t})}markAcceptCall(){He(f.FIRST_MEDIA_RECEIVED)}markAcceptedCall(r){this._isAcceptedCallMarked||r==="SERVER"||(this._isAcceptedCallMarked=!0,He(f.FIRST_MEDIA_RECEIVED))}static measure(){ge.logEventualStat({name:f.FIRST_MEDIA_RECEIVED})}};var Na="videochat-epi",_o=5e3,st=class extends ie{constructor(e,t,i=!1){super();this._previousTimestamp=0;this._previousCallStatReportTimestamp=0;this._previousCallStatReport=null;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(Na)||"",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+_o<=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(Na,i.estimatedPerformanceIndex)}catch(i){}})}_reportCallStats(e){var a,o,s,p;let t={call_topology:this._directTopology?"D":"S",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:Ba(e.inbound.transport.local),local_connection_type:(a=e.inbound.transport.local)==null?void 0:a.type,network_type:(o=e.inbound.transport.local)==null?void 0:o.networkType,transport:(s=e.inbound.transport.local)==null?void 0:s.protocol,remote_address:Ba(e.inbound.transport.remote),remote_connection_type:(p=e.inbound.transport.remote)==null?void 0:p.type};for(this._previousCallStatReport||(this._previousCallStatReport=Object.assign({},t)),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:t.call_topology,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,I=t.removed_audio_samples_for_acceleration-this._previousCallStatReport.removed_audio_samples_for_acceleration,y=t.concealed_audio_samples-this._previousCallStatReport.concealed_audio_samples,k=t.silent_concealed_audio_samples-this._previousCallStatReport.silent_concealed_audio_samples,D=t.audio_concealment_events-this._previousCallStatReport.audio_concealment_events;i.inserted_audio_samples_for_deceleration=m/u*1e3,i.removed_audio_samples_for_acceleration=I/u*1e3,i.concealed_audio_samples=y/u*1e3,i.concealed_silent_audio_samples=k/u*1e3,i.concealment_audio_avg_size=y/D,i.total_audio_energy=t.total_audio_energy}Ua(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),Ua(t,"remote_address","remote_connection_type")&&(i.remote_address=t.remote_address,i.remote_connection_type=t.remote_connection_type),ge.logCallStat(i),d.log("Sent call stats",i),this._previousCallStatReport=t}};function Ua(n,...r){for(let e of r)if(!n.hasOwnProperty(e)||n[e]===void 0)return!1;return!0}function Ba(n){if(n)return`${n.address}:${n.port}`}var Bi=.8,ct=class extends ie{constructor(e,t,i,a,o,s={}){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=o,this._animojiSvgDataByParticipantId=s,this._perfStatReporter=new st(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,Je.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){v.log(f.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()}getState(){return this._state}updateStatisticsInterval(){this._stopStatInterval(),this._isDeadConnection()||this._startStatInterval()}_isDeadConnection(){return["IDLE","CLOSED","FAILED"].includes(this.getState())}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){v.log(f.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){Ni(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,o;switch(e.notification){case w.TRANSMITTED_DATA:this._handleTransmittedData(e);break;case w.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 w.CUSTOM_DATA:e.data.hasOwnProperty("sdk")&&(this._remoteNetworkStat.rtt=((a=e.data.sdk)==null?void 0:a.rtt)||0,this._remoteNetworkStat.loss=((o=e.data.sdk)==null?void 0:o.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 v.log(f.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 v.log(f.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}),ot.measure(),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}),v.log(f.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&&v.log(f.ICE_CONNECTION_TYPE,e.type)}),this._startStatInterval();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?(v.log(f.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}),v.log(f.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}),v.log(f.ERROR,"createOffer-direct"),i}).then(i=>c(this,null,function*(){return d.debug("Created offer",{participantId:this._participantId,offer:i}),i=ct._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}),v.log(f.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}),v.log(f.ERROR,"createAnswer-direct"),e}).then(e=>c(this,null,function*(){return d.debug("Created answer",{participantId:this._participantId,answer:e}),e=ct._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}),v.log(f.ERROR,"setLocalDescription-direct"),e})})}static _patchDescription(e){let t=!!b.baseChromeVersion();return e.sdp=R.patchLocalSDP(e.sdp,l.preferH264&&b.canPreferH264(),b.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}),v.log(f.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._isDeadConnection()){this._stopStatInterval();return}Xt(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=re=>re.rtt<=this._networkLimits.goodNet.rtt&&re.loss<=this._networkLimits.goodNet.loss,i=re=>re.rtt>=this._networkLimits.badNet.rtt||re.loss>=this._networkLimits.badNet.loss,a=Math.round(e.outbound.transport.currentRoundTripTime*1e3)||0,o=e.inbound.rtps.reduce((re,X)=>Math.max(re,X.packetLoss||0),0),s={rtt:this._lastNetworkStat.rtt*(1-Bi)+a*Bi,loss:this._lastNetworkStat.loss*(1-Bi)+o*Bi},p=i(s),u=t(s),m=i(this._remoteNetworkStat),I=t(this._remoteNetworkStat),y=i(this._lastNetworkStat),k=t(this._lastNetworkStat),H=p||m?.2:u&&I?1:0,Y=Date.now();if((y!==p||k!==u||Y-this._lastNetworkStat.date>l.networkStatisticsInterval)&&(this._lastNetworkStat.date=Date.now(),this._signaling.customData({sdk:Object.assign({type:"bad-net"},s)},null).catch(re=>{d.warn("Unable to send [bad-net]",re)})),H){let re={};re[this._participantId]=re[""]=H,this._triggerEvent("NETWORK_STATUS",re)}this._lastNetworkStat.rtt=s.rtt,this._lastNetworkStat.loss=s.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:(g.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 o=a.readyState;o==="open"?(d.debug(`[${t}] data channel opened`),a.onerror=s=>{d.error(`[${t}] data channel error`,s)},i(a)):d.error(`[${t}] data channel open failed, state [${o}]`)}}_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)},l.vmojiRenderingOptions),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 go=16,jt=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),o=e.getUint32(4),s=e.getUint32(8),p=e.getUint32(12);if(t!==1)throw new Error(`Unexpected protocol version. Got ${t}, expected 1`);return{sequence:a,ssrc:o,timestamp:s,duration:p,data:r.slice(go)}}_onDataChannelMessage(r){var a,o;let e=jt.parse(r),t=(o=(a=this._participantIdRegistry)==null?void 0:a.getStreamDescription(e.ssrc))==null?void 0:o.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}};var dt=require("messagepack");var Fi=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,o;let e=new Uint8Array(r),t=e[0],i=e.subarray(1);switch(t){case 1:let s=(0,dt.decode)(i);return Object.entries(s).forEach(([D,z])=>{let H=ii(D);this.streamDescriptionByCompactId.set(z,H),this.compactIdByStreamDescription.set(D,z)}),null;case 2:case 4:let p=(0,dt.decode)(i),u=[];for(let D of p){let z=this.getStreamDescription(D);z&&u.push(z.participantId)}return t===2?{type:"notification",notification:w.AUDIO_ACTIVITY,activeParticipants:u}:{type:"notification",notification:w.STALLED_ACTIVITY,stalledParticipants:u};case 3:let m=(0,dt.decode)(i);return{type:"notification",notification:w.SPEAKER_CHANGED,speaker:(a=this.getStreamDescription(m))==null?void 0:a.participantId};case 5:let I=(0,dt.decode)(i);return{type:"notification",notification:w.VIDEO_QUALITY_UPDATE,quality:{maxBitrate:I[0],maxDimension:I[1]}};case 6:let y=(0,dt.decode)(i),k={};for(let[D,z]of Object.entries(y)){let H=(o=this.getStreamDescription(Number(D)))==null?void 0:o.participantId;H&&(k[H]=z/100)}return{type:"notification",notification:w.NETWORK_STATUS,statuses:k};case 7:return this._createParticipantSourcesUpdateNotification(i);case 8:{let z=(0,dt.decode)(i).map(H=>{var Kt;let[Y,re,X,_e,Te,lt,pi]=H;return{participantId:(Kt=this.getStreamDescription(Y))==null?void 0:Kt.participantId,gain:re,pause:X,offset:_e,mute:Te,liveStatus:lt,startTimeMs:pi}});return{type:"notification",notification:w.MOVIE_UPDATE_NOTIFICATION,data:z}}default:return d.debug("unsupported message type: "+t),null}}_createParticipantSourcesUpdateNotification(r){let e=(0,dt.decode)(r),t=[];for(let[i,a]of Object.entries(e)){let o=a[0],s=a[1],p=a[2],u=!!a[3],m;if(o!==null){if(m=this.getStreamDescription(o),!m){d.error(`could not uncompress participant ID ${o}`);continue}}else m=null;if(p===null){d.error("unexpected null sequenceNumber",i,a);continue}let I=Ne.PARTICIPANT_AGNOSTIC_TRACK_PREFIX+"-"+i,y=s?s>>>0:null;t.push({participantStreamDescription:m,streamId:I,rtpTimestamp:y,sequenceNumber:p,fastScreenShare:u})}return{type:"notification",notification:w.PARTICIPANT_SOURCES_UPDATE,participantUpdateInfos:t}}};var fo=90,So=4294967295,be=class extends ie{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 st(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){Ni(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,be._closeDataChannel(this._producerNotification),be._closeDataChannel(this._producerCommand),be._closeDataChannel(this._producerScreen),be._closeDataChannel(this._consumerScreen),be._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 o=a.readyState;o==="open"?(d.debug(`[${t}] data channel opened`),i(a)):d.error(`[${t}] data channel open failed, state [${o}]`)},a.onerror=o=>{let s=o.error;d.error(`[${t}] data channel error`,s==null?void 0:s.errorDetail,s==null?void 0:s.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=be._onSignalingStateChange.bind(this,this._pc),this._participantIdRegistry=new Fi,this._signaling.setParticipantIdRegistry(this._participantIdRegistry),l.producerNotificationDataChannel&&this._createDataChannel(this._pc,Je.producerNotification,t=>{this._producerNotification=t,this._producerNotification.binaryType="arraybuffer",this._signaling.setProducerNotificationDataChannel(t)}),l.producerCommandDataChannel&&(this._signaling.useCommandDataChannel(!0),this._createDataChannel(this._pc,Je.producerCommand,t=>{this._producerCommand=t,this._signaling.setProducerCommandDataChannel(t)})),l.producerScreenDataChannel&&this._createDataChannel(this._pc,Je.producerScreenShare,t=>{this._producerScreen=t,this._producerScreen.binaryType="arraybuffer",this._createCaptureReceiver()}),l.asrDataChannel&&this._createDataChannel(this._pc,Je.asr,t=>{this._asr=t,this._asr.binaryType="arraybuffer",this._removeAsrTrack(),this._asrTrack=new jt(t,this._participantIdRegistry,i=>{this._onAsrTranscription(i)}),this._signaling.setAsrDataChannel(t)}),l.useVmoji&&this._createDataChannel(this._pc,Je.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),v.log(f.ERROR,"addTrack-single"),this.close(t);return}l.consumerScreenDataChannel&&this._createDataChannel(this._pc,Je.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)|(?:${Ne.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 It(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 vt(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)},l.vmojiRenderingOptions),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),o=e.maxDimension!==0;if(a&&!o){d.log("Disabling video upload"),this._disabledSenders.add(i),i.replaceTrack(b.getBlackMediaTrack()).catch(p=>{d.error("Could not disable video upload",p)});return}let s=this._mediaSource.getSendVideoTrack();if(!a&&o&&s){d.log("Enabling video upload"),this._disabledSenders.delete(i);let p=i.track;p.enabled=s.enabled,i.replaceTrack(s).then(()=>p.stop()).catch(u=>{d.error("Could not enable video upload",u)})}R.applyVideoTrackSettings(e,i,s!=null?s: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 Xt(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(s=>s.type==="inbound-rtp"&&s.kind==="audio"&&this._ssrcMap[s.ssrc]==="mix");if(!t)return;let i=Ne.AUDIO_MIX,a=this._statBytes[i],o=!1;if(a){let s=t.bytesReceived-a.bytesReceived;s>=0&&s<=5&&(o=!0),a.stalled!==o&&this._triggerEvent("AUDIO_MIX_STALL",o)}this._statBytes[i]={bytesReceived:t.bytesReceived,stalled:o}}_allocateConsumer(){if(!this._signaling.ready)return;let e={estimatedPerformanceIndex:st.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&&!this._observer&&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),v.log(f.ERROR,"setRemoteDescription-single"),i}).then(()=>this._handleTracks()).then(()=>{if(d.debug("[single] create local answer"),!this._pc)throw new Error("Interrupt allocation");return this._pc.createAnswer()}).catch(i=>{throw d.error("[single] unable to create answer",i),v.log(f.ERROR,"createAnswer-single"),i}).then(i=>(i.sdp=R.patchLocalSDP(i.sdp,!1,b.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),v.log(f.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),v.log(f.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(){return c(this,null,function*(){var t;if(!this._newAudioShareTrack||this._observer)return;let e=(t=this._pc)==null?void 0:t.getTransceivers().find(i=>i.mid.endsWith("s"));if(!e||!e.sender){d.warn("Cannot find audioshare transceiver");return}e.sender.track!==null&&d.warn("Unexpected track assigned to audioshare");try{e.direction="sendonly",yield e.sender.replaceTrack(this._newAudioShareTrack),this._newAudioShareTrack=null}catch(i){d.error("ServerTransport: Unable to replace track",i),v.log(f.ERROR,"replaceTrack-single")}})}_onSignalingNotification(e){return c(this,null,function*(){if(this._isOpen)switch(e.notification){case w.PRODUCER_UPDATED:yield this._onProducerUpdated(e);break;case w.REALLOC_CON:this._reconnect();break;case w.AUDIO_ACTIVITY:this._signalActiveParticipants(e.activeParticipants);break;case w.SPEAKER_CHANGED:this._signalSpeakerChanged(e.speaker);break;case w.STALLED_ACTIVITY:this._signalStalledParticipants(e.stalledParticipants);break;case w.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"&&ot.measure();let i=t.streams[0];i?(i.onremovetrack||(i.onremovetrack=s=>{this._triggerEvent("REMOTE_TRACK_REMOVED",i.id,i,s.track)}),i.getTracks().find(s=>s.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),v.log(f.ICE_CONNECTION_STATE,e.connectionState),e.connectionState){case"failed":this._reconnectionPrevented?this.close(new Error("Ice connection failed")):(v.logCustom(f.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&&v.log(f.ICE_CONNECTION_TYPE,a.type)}),v.logCustom(f.RECONNECT,{param:0});break}}_onReplacedTrack(e,t){var i;if(this._pc){l.consumerScreenDataChannel&&t&&(e=t);let a=(i=this._pc)==null?void 0:i.getSenders().find(o=>o.track&&o.track.kind===e.kind&&!this._disabledSenders.has(o)&&o.track.contentHint===e.contentHint);a?(a.track.enabled=e.enabled,a.replaceTrack(e).catch(o=>{d.error("ServerTransport: Unable to replace track",o),v.log(f.ERROR,"replaceTrack-single")})):e.kind==="audio"&&e.contentHint==="music"&&(this._newAudioShareTrack=e)}this._applyConsumerSettings()}getStreamWaitingTimeMs(e,t){if(!this._pc)return v.log(f.PAT_WAITING_TIME_ERROR,"noConnection"),d.error("Cannot get stream waiting time, peer connection is not initialized"),0;if(!RTCRtpReceiver.prototype.getSynchronizationSources)return v.log(f.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 v.log(f.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 s=a[0].rtpTimestamp;if(!Number.isInteger(s))return v.log(f.PAT_WAITING_TIME_ERROR,"timestampNotInteger"),d.error(`Cannot get stream waiting time, ${e} receiver's RTP timestamp is not an integer: ${s}`),0;let p=t-s&So,u=Math.ceil(p/fo);return Math.min(100,Math.max(0,u))}};var Ye=(e=>(e.DIRECT="DIRECT",e.SERVER="SERVER",e))(Ye||{}),Vi=class extends ie{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 o=a;for(let s of e){if(this._opened.indexOf(s)!==-1){d.warn(`The participant [${s}] has already had opened transport`);continue}if(this._allocated.indexOf(s)===-1){d.warn(`The participant [${s}] has no allocated transport`);continue}this._opened.push(s),o=!0}o&&(this._topology==="DIRECT"&&this._directTransport&&this._directTransport.open(t),this._topology==="SERVER"&&this._serverTransport&&(this._serverTransport.open(i),this._setStates(e,this._serverTransport.getState()),this._setLocalState(this._serverTransport.getState())),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){var i;this._animojiSvgDataByParticipantId[e]=t,l.useVmoji&&t.isMe&&((i=l.vmoji.AnimojiPreviewGenerator)==null||i.setSvgData(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===w.TOPOLOGY_CHANGED)return this._onTopologyChanged(e)}_onTopologyChanged(e){var t;if(e.topology!==this._topology){if(d.log(`Topology changed ${this._topology} -> ${e.topology}`),v.log(f.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||[],o=e.offerToDeviceIdxs||[],s=i.length&&a.length?R.composeParticipantId(i[0],a[0],o[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=s===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 ct(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 be(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("AUDIO_MIX_STALL",this._onServerAudioMixStall.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)}_onServerAudioMixStall(e){this._topology==="SERVER"&&this._triggerEvent("AUDIO_MIX_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"?(v.log(f.PAT_WAITING_TIME_ERROR,"wrongTopology"),d.error(`Cannot get stream waiting time, incorrect topology: ${this._topology}`),0):this._serverTransport?this._serverTransport.getStreamWaitingTimeMs(e,t):(v.log(f.PAT_WAITING_TIME_ERROR,"noTransport"),d.error("Cannot get stream waiting time, server transport is not initialized"),0)}};var ji=class extends ie{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 Ft(e,t),!this._interval)){let o=()=>{this._collectVolumes(),this._interval=window.setTimeout(o,l.voiceParams.interval)};this._interval=window.setTimeout(o,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===Ne.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 Hi=class extends ie{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 o=e[a].smoothed;o>t&&o>l.voiceParams.threshold&&(t=o,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 oi=class extends ie{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"),v.log(f.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"),v.log(f.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),v.log(f.CALL_SPEC_ERROR,`${this._transport.getTopology()}_VOLUME_TIMEOUT_${i}`))}),e.length&&d.warn("There is silent participant, send callSpecError"),this._volumeTimeout=0}};var vo=1e3,Eo=1e4;var Io=15,W=class extends ie{constructor(e,t,i){super();this._mediaSource=null;this._conversation=null;this._myLastRequestedLayouts={};this._state="IDLE";this._participantState=K.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._audioMixStalled=!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;v.create(e,i),ge.create(),this._api=e,this._signaling=t,this._onUnload=()=>{this._conversation&&this._api&&this._api.hangupConversation(this._conversation.id),v.destroy(),ge.destroy()},window.addEventListener("unload",this._onUnload),this._audioOutput=new ri,l.videoTracksCount>0&&(this._cooldownQueueCleanupTimer=window.setInterval(this._cleanupCooldownQueue.bind(this),vo)),this._statFirstMediaReceived=new ot}static current(){return W._current}static hangupAfterInit(){W._activationMutex&&!W._current&&(W._delayedHangup=!0)}static id(){var e,t;return((t=(e=W._current)==null?void 0:e._conversation)==null?void 0:t.id)||null}onStart(e,t,i,a="",o=!1,s=!1,p){return c(this,null,function*(){if(W._activationMutex)throw v.log(f.ERROR,"startCall"),d.warn("Conversation: there is already running activation"),new F(O.FAILED);W._activationMutex=!0;try{this._mediaSource=this._createMediaSource(),yield this._mediaSource.request(i);let u=this._mediaSource.getMediaSettings();t===Fe.CHAT||e.length>1?this._logWithMediaSettings(f.OUTGOING_MULTIPARTY_CALL,u):this._logWithMediaSettings(f.OUTGOING_CALL,u);let m=yield this._startConversation(e,t,qe.OUTGOING,i,a,o,s,p);if(!this._conversation)throw new F(O.UNKNOWN_ERROR);if(this._participantState=K.ACCEPTED,this._signaling.changeMediaSettings(u),yield this._processConnection(m),this._allocateTransport(),this._createSpeakerDetector(),this._createSpecListener(),this._signaling.readyToSend(),W._delayedHangup)throw new F(O.CANCELED);d.debug("Outgoing call",{opponentIds:e,opponentType:t,mediaOptions:i});let I=Object.values(this._participants),y=R.mapSharedParticipants(I);return yield this._processConnectionSharedMovieInfo(m),g.onLocalStream(this._mediaSource.getStream(),this._mediaSource.getMediaSettings()),g.onConversation(this._conversation.externalId,this._conversation.mediaModifiers,this._getMuteStatesForCurrentRoom(),y),this._onConversationParticipantListChunk(m),this._processPinnedParticipants(m),g.onLocalStatus("WAITING"),this._toggleJoinAvailability(),this._changeFeatureSet(),this._changeNeedRate(),W._current=this,this._conversation.concurrent&&(yield this._acceptConcurrent()),this._conversation}catch(u){throw this._close(u,"Unable to start conversation"),u}finally{W._activationMutex=!1}})}onJoin(e){return c(this,null,function*(){var t;if(W._activationMutex)throw v.log(f.ERROR,"joinCall"),d.warn("Conversation: there is already running activation"),new F(O.FAILED);W._activationMutex=!0,this._state="PROCESSING";try{let i=!!((t=e.observedIds)!=null&&t.length);if(i&&l.videoTracksCount>0)throw d.error("Observer mode: please set videoTracksCount=0"),new F(O.UNSUPPORTED);this._mediaSource=this._createMediaSource(),yield this._mediaSource.request(e.mediaOptions,!i);let a=this._mediaSource.getMediaSettings();this._logWithMediaSettings(f.JOIN_CONVERSATION,a);let o=yield this._joinConversation(e);if(!this._conversation)throw new F(O.UNKNOWN_ERROR);return this._conversation.observer=i,g.onLocalStream(this._mediaSource.getStream(),a),this._conversation.waitingHall?(d.log("In waiting hall"),W._current=this,W._activationMutex=!1,this._signaling.readyToSend(),g.onLocalStatus("WAITING_HALL"),this._conversation):this._onJoinPart2(o)}catch(i){throw W._activationMutex=!1,this._close(i,"Unable to join conversation"),i}})}_onJoinPart2(e){return c(this,null,function*(){var t,i,a,o,s,p,u;d.debug("Join conversation part 2"),W._activationMutex=!0;try{if(this._participantState=K.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(),W._delayedHangup)throw new F(O.CANCELED);let m=Object.values(this._participants),I=R.mapSharedParticipants(m.filter(D=>!D.isInRoom)),y=[];if((i=(t=e==null?void 0:e.rooms)==null?void 0:t.rooms)!=null&&i.length)for(let D of e.rooms.rooms)y.push({id:D.id,name:D.name,participantCount:D.participantCount,participantIds:yield Promise.all(((o=(a=D==null?void 0:D.participantIds)==null?void 0:a.map)==null?void 0:o.call(a,this._getExternalIdByParticipantId.bind(this)))||[]),participants:(s=D==null?void 0:D.participants)!=null&&s.participants?this._participantListChunkToExternalChunk(D.participants):void 0,active:D.active,muteStates:D.muteStates});let k=(u=(p=e==null?void 0:e.rooms)==null?void 0:p.roomId)!=null?u:null;if(yield this._processConnectionSharedMovieInfo(e),g.onConversation(this._conversation.externalId,this._conversation.mediaModifiers,this._getMuteStatesForCurrentRoom(),I,{rooms:y,roomId:k}),this._onConversationParticipantListChunk(e),this._processPinnedParticipants(e),g.onLocalStatus("WAITING"),this._toggleJoinAvailability(),this._changeNeedRate(),this._state="ACTIVE",this._changeFeatureSet(),W._current=this,e.conversation.asrInfo){let D=yield this._getParticipantId(e.conversation.asrInfo.initiatorId);g.onAsrSet({externalId:D,movieId:e.conversation.asrInfo.movieId},k)}return this._openTransport(m,!1),this._conversation}catch(m){throw this._close(m,"Unable to join conversation"),m}finally{W._activationMutex=!1}})}onPush(a){return c(this,arguments,function*(e,t=q.USER,i){if(W._activationMutex)throw d.warn("Conversation: there is already running activation"),new F(O.REJECTED);W._activationMutex=!0;try{let o=yield this._prepareConversation(e,t,i);if(this._mediaSource=this._createMediaSource(),!this._conversation)throw new F(O.UNKNOWN_ERROR);if(!o.conversation.participants.find(p=>{var u;return p.state===K.CALLED&&p.id===((u=this._conversation)==null?void 0:u.userId)}))throw d.log("Push rejected (there is an active call)"),v.log(f.PUSH,"rejected"),new F(O.REJECTED);if(yield this._processConnection(o),this._allocateTransport(),this._createSpeakerDetector(),this._createSpecListener(),this._processPinnedParticipants(o),this._signaling.readyToSend(),v.log(f.PUSH,"accepted"),W._current=this,W._delayedHangup)throw new F(O.CANCELED);W._activationMutex=!1}catch(o){throw W._activationMutex=!1,this._close(o,"Unable to handle inbound call push"),o}})}_isInWaitingHall(e){if(!e.conversation||(e.conversation.options||[]).indexOf(gi.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(f.ACCEPT_CONCURRENT,e),d.debug("Concurrent call",{conversationId:this._conversation.id});try{this._statFirstMediaReceived.markAcceptCall(),yield this._signaling.acceptCall(this._mediaSource.getMediaSettings()),g.onCallAccepted(),this._state="ACTIVE",this._participantState=K.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 v.log(f.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(f.ACCEPT_INCOMING,i),this._signaling.changeMediaSettings(i),this._statFirstMediaReceived.markAcceptCall(),yield this._signaling.acceptCall(i),this._participantState=K.ACCEPTED;let a=Object.values(this._participants),o=R.mapSharedParticipants(a);if(g.onCallAccepted(),g.onLocalStream(this._mediaSource.getStream(),i),g.onConversation(this._conversation.externalId,this._conversation.mediaModifiers,this._getMuteStatesForCurrentRoom(),o),l.useParticipantListChunk){let u=yield this._getInitialParticiapntListChunk();(t=u==null?void 0:u.participants)==null||t.forEach(m=>{let I=R.composeId(m),y=this._participants[I];y&&(y.movieShareInfos=m.movieShareInfos)}),this._onConversationParticipantListChunk({participants:u})}g.onLocalStatus("WAITING"),this._toggleJoinAvailability(),this._changeNeedRate();let s=Ut(this._getMuteStatesForCurrentRoom(),ye.MUTE),p=Ut(this._getMuteStatesForCurrentRoom(),ye.MUTE_PERMANENT);for(let u of[s,p])u.length&&(yield this._processMuteState({mediaOptions:u,stateUpdated:!0}));return this._state="ACTIVE",this._changeFeatureSet(),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 v.log(f.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(f.DECLINE_INCOMING,(e=this._mediaSource)==null?void 0:e.getMediaSettings()),this._participantState=K.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;v.log(f.HANGUP,e),this._signaling.ready?(yield this._signaling.hangup(e),this._close(new F(e))):g.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 o=i.participant;yield this._onAddParticipant(R.composeId(o),o,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 o of e)(o.state===K.CALLED||o.state===K.ACCEPTED)&&(this._transport.isAllocated(o.id)||this._transport.allocate(o.id,t)),o.state===K.ACCEPTED&&i.push(o.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),this._signaling.readyToSend(!1),e.error?this._signaling.ready&&this._signaling.hangup(O.FAILED):v.log(f.ERROR,e.hangup),W._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){g.onHangup(e,i),this.destroy();return}if(e.hangup===O.HUNGUP&&(!e.remote||this._participantState===K.CALLED)){g.onHangup(e,i),this.destroy();return}if(e.hangup===O.MISSED&&!e.remote){g.onHangup(e,i),this.destroy();return}if(this._cooldownQueueCleanupTimer!==null&&(window.clearInterval(this._cooldownQueueCleanupTimer),this._cooldownQueueCleanupTimer=null),(e.hangup===O.SOCKET_CLOSED||e.hangup===O.NOT_FOUND)&&W._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=K.HUNGUP,this._changeFeatureSet(),this._cleanupMediaSource(),this._cleanupParticipants(),this._cleanupParticipantAgnosticStreams(),this._cleanupTransport(),this._cleanupSpeakerDetector(),this._cleanupSpecListener(),this._cleanupSignaling(),this._api.cleanup(),v.destroy(),ge.destroy(),this._conversation=null,this._myLastRequestedLayouts={},W._current=null,W._delayedHangup=!1,g.onHangup(e||new F(O.UNKNOWN_ERROR),i)}destroy(){let e=this._conversation&&this._conversation.id;d.debug("Destroy conversation",{conversationId:e}),this._cooldownQueueCleanupTimer!==null&&(window.clearInterval(this._cooldownQueueCleanupTimer),this._cooldownQueueCleanupTimer=null),this._cleanupMediaSource(),this._cleanupParticipants(),this._cleanupParticipantAgnosticStreams(),this._cleanupTransport(),this._cleanupSpeakerDetector(),this._cleanupSpecListener(),this._cleanupSignaling(),this._api.cleanup(),this._cleanupListeners(),v.destroy(),ge.destroy(),this._conversation=null,this._myLastRequestedLayouts={},W._current=null,W._delayedHangup=!1}_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:o}=t;if(o&&i.push(o),a){let s=a.urls.filter((p,u,m)=>m.indexOf(p)===u);s.push(`${s[s.length-1]}?transport=tcp`),i.push({urls:s,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,o="",s=!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 I=a.includes(ce.VIDEO),y=yield this._api.startConversation(m,e,t,I,o,s,p,{onlyAdminCanShareMovie:u});d.debug("Api.startConversation",y);let k=yield this._getConversationParams(y.id);y.endpoint=this._addGeoParamsToEndpoint(y.endpoint,k);let D=yield this._connectSignaling(Ve.START,y);return yield this._setConversation(y,D,i),D})}_joinConversation(e){return c(this,null,function*(){let{conversationId:t,mediaOptions:i,chatId:a,joinLink:o,observedIds:s,payload:p}=e;d.debug("Conversation: join",{conversationId:t,joinLink:o,observedIds:s});let u=i.includes(ce.VIDEO),m;if(t)m=yield this._api.joinConversation(t,u,a);else if(o)m=yield this._api.joinConversationByLink(o,u,s,p);else throw new F(O.UNKNOWN_ERROR);d.debug("Api.joinConversation",m),yield this._getConversationParams(m.id),this._statFirstMediaReceived.measureSignalingConnection();let I=yield this._connectSignaling(Ve.JOIN,m);return this._statFirstMediaReceived.measureSignalingConnection(I),yield this._setConversation(m,I,qe.JOINING),I})}_prepareConversation(a){return c(this,arguments,function*(e,t=q.USER,i){d.debug("Conversation: push",{conversationId:e,type:t,peerId:i});let o=this._api.getUserId();if(!o)throw new F(O.UNKNOWN_ERROR);let s=yield this._getConversationParams(e),p=s.device_idx||0,u=`${l.wssBase}?userId=${o}&entityType=${t}&deviceIdx=${p}&conversationId=${e}&token=${l.wssToken}`;u=this._addGeoParamsToEndpoint(u,s);let m={id:e,peerId:i,endpoint:u,is_concurrent:!1,p2p_forbidden:!1,device_idx:p},I=yield this._connectSignaling(Ve.ACCEPT,m);return W._current&&(W._current._participantState===K.ACCEPTED||W._current._participantState===K.CALLED)?(d.log("Push rejected (busy)"),v.log(f.PUSH,"busy"),this._signaling.ready&&this._signaling.hangup(O.BUSY),Promise.reject({hangup:O.BUSY})):(W._current&&(W._current.destroy(),W._current=null),yield this._setConversation(m,I,qe.INCOMING,t),I)})}_createParticipant(e){return c(this,null,function*(){var i;let t=Object.assign({id:null,externalId:null,mediaSettings:he(),participantState:{},state:K.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(o,s,p){return c(this,arguments,function*(e,t,i,a=q.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(D=>R.comparePeerId(D.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 I=R.composeParticipantId(u,a,m),y=yield this._getParticipantId(I);this._conversation={userId:u,compositeUserId:I,externalId:y,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,asrInfoByRoom:new Map,muteStates:new Map,joinLink:e.join_link,pinnedParticipantIdByRoom:new Map,mediaModifiers:t.mediaModifiers,options:[],unmuteOptions:[],networkRating:1,waitingHall:this._isInWaitingHall(t),observer:!1,asrInfo:t.conversation.asrInfo||null,roomId:null},this._signaling.setConversationId(this._conversation.id),e.p2p_forbidden&&(l.forceRelayPolicy=e.p2p_forbidden),v.log(f.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 Ii;return this.subscribe(e,"SOURCE_CHANGED",this._onLocalMediaStreamChanged.bind(this)),this.subscribe(e,"SCREEN_STATUS",this._onScreenSharingStatus.bind(this)),this._audioFix=new Bt(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&&g.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,o,s,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=(s=(o=e==null?void 0:e.rooms)==null?void 0:o.rooms)!=null?s:[];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}`),g.onLocalRolesChanged(this._conversation.roles)),yield this._registerParticipantLocalMuteState(i);continue}if(i.state===K.HUNGUP||i.state===K.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:he(i.mediaSettings),participantState:R.mapParticipantState(i),state:i.state,roles:i.roles||[],status:"WAITING",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}`),g.onRolesChanged(this._participants[a].externalId,i.roles))}})}_registerParticipantLocalMuteState(e){return c(this,null,function*(){if(!e.muteStates)return Promise.resolve();let t=Ut(e.muteStates,ye.MUTE),i=Ut(e.muteStates,ye.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,[o,s])=>(a[o]=Qe(Re(Re({},i),s),{id:e}),a),{})}_processConnectionData(e){this._processRooms(e),this._processMuteStates(e),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,o;this._setMuteStatesForRoomId((i=e.conversation)==null?void 0:i.muteStates,null);for(let s of(o=(a=e.rooms)==null?void 0:a.rooms)!=null?o:[])this._setMuteStatesForRoomId(s.muteStates,s.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,o;this._onRecordInfo((t=e.conversation.recordInfo)!=null?t:null);for(let s of(a=(i=e.rooms)==null?void 0:i.rooms)!=null?a:[])this._onRecordInfo((o=s.recordInfo)!=null?o:null,s.id)}_processPinnedParticipants(e){var t,i;e.conversation.pinnedParticipantId?this._onPinParticipant(e.conversation.pinnedParticipantId):this._conversation.pinnedParticipantIdByRoom.delete(null);for(let a of(i=(t=e.rooms)==null?void 0:t.rooms)!=null?i:[])a.pinnedParticipantId?this._onPinParticipant(a.pinnedParticipantId,!1,null,a.id):this._conversation.pinnedParticipantIdByRoom.delete(a.id)}_allocateTransport(){if(!this._conversation||!this._mediaSource)return;this._transport=new Vi(this._conversation.topology,this._signaling,this._mediaSource,this._serverSettings),this._debugInfo=new ai,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,"AUDIO_MIX_STALL",this._onAudioMixStall.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===K.ACCEPTED||t.state===K.CALLED)&&this._transport.allocate(t.id,e)}_createSpeakerDetector(){this._transport&&(this._volumesDetector=new ji(this._transport),this.subscribe(this._volumesDetector,"VOLUMES_DETECTED",this._onVolumesDetected.bind(this)),this._speakerDetector=new Hi(this._volumesDetector,this._transport,this._conversation.topology),this.subscribe(this._speakerDetector,"SPEAKER_CHANGED",this._onSpeakerChanged.bind(this)),this._localVolumeDetector=new ni(this._mediaSource))}_createSpecListener(){this._transport&&this._volumesDetector&&(this._specListener=new oi(this._transport,this._volumesDetector,this._participants))}_logDevices(){let e=b.getCameras().length,t=b.getMicrophones().length;d.debug("Cameras: "+e+(b.hasCameraPermission()?"✔":"✖")+", Microphones: "+t+(b.hasMicrophonePermission()?"✔":"✖")),v.log(f.DEVICES,`${e}_${t}`)}_logWithMediaSettings(e,t){v.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===K.CALLED||e.state===K.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.pinnedParticipantIdByRoom.get(null)===e.id&&this._conversation.pinnedParticipantIdByRoom.delete(null),this._conversation&&this._conversation.roomId&&this._conversation.pinnedParticipantIdByRoom.get(this._conversation.roomId)===e.id&&this._conversation.pinnedParticipantIdByRoom.delete(this._conversation.roomId),this.updateDisplayLayout([{uid:e.externalId,mediaType:"CAMERA",stopStream:!0}]),delete this._participants[e.id],g.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(o=>o.stop()),(i=e.secondStream)==null||i.getTracks().forEach(o=>o.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===K.ACCEPTED||a.state===K.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:he(t.mediaSettings),state:t.state,roles:t.roles||[],muteStates:t.muteStates||{},unmuteOptions:t.unmuteOptions||[],observedIds:t.observedIds||[]}))),this._setParticipantsStatus([a],"WAITING"),i?(a.state=K.HUNGUP,this._removeParticipant(a,i)):this._transport&&(a.state=K.CALLED,this._transport.allocate(a.id,!0),v.log(f.ADD_PARTICIPANT),this._invokeRolesChangedCallbackIfNeeded(a))})}_onRemoveParticipant(e){d.debug(`Remove participant [${e}]`);let t=[];for(let i=0;i<=Io;i++){let a=R.compose(e,i),o=this._participants[a];o&&t.push(o)}if(!t.length){this._warnParticipantNotInConversation(e);return}if(this._transport)for(let i of t)this._transport.close(i.id);v.log(f.REMOVE_PARTICIPANT)}changeDevice(e){return c(this,null,function*(){return e==="audiooutput"?this._audioOutput.changeOutput():this._mediaSource?(e==="audioinput"&&(this._audioFix=new Bt(this._mediaSource)),this._mediaSource.changeDevice(e)):Promise.reject(te.UNKNOWN)})}stopVideoTrack(){return this._mediaSource.stopVideoTrack()}toggleScreenCapturing(e){return c(this,null,function*(){return this._mediaSource?this._mediaSource.toggleScreenCapturing(e):Promise.reject(te.UNKNOWN)})}disableScreenCapturing(){return c(this,null,function*(){return this._mediaSource?this._mediaSource.disableScreenCapturing():Promise.reject(te.UNKNOWN)})}toggleAnimojiCapturing(e){this._mediaSource&&this._mediaSource.toggleAnimojiCapturing(e)}setAnimojiSvg(e,t=null,i=null){if(!this._transport)return;let a=!t,o=t!=null?t:this._conversation.compositeUserId;if(e instanceof ArrayBuffer){let s=i!=null?i:this._conversation.externalId.id;this._transport.setAnimojiSvg(o,{svg:e,userId:s,isMe:a});return}this._transport.setAnimojiSvg(o,{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 v.log(f.MEDIA_STATUS,e?"video_1":"video_0"),this._mediaSource.toggleVideo(e)})}toggleLocalAudio(e){return c(this,null,function*(){if(this._mediaSource)return v.log(f.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 o=typeof a.uid=="object"?a.uid:ue.fromId(a.uid),s=ue.toString(o);i[s]=a.priority}for(let a of Object.values(this._participants)){let o=ue.toString(a.externalId);i.hasOwnProperty(o)&&(t[a.id]=i[o])}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[We(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 o=typeof a.uid=="object"?a.uid:ue.fromId(a.uid),s=this._api.getCachedOkIdByExternalId(o);if(!s){let I=ue.toString(o);d.log(`Unknown participant external ID ${I}`);continue}let p=R.compose(s,o.deviceIdx),u=We({participantId:p,mediaType:a.mediaType,streamName:a.streamName}),m=this._participants[p];m?m.lastRequestedLayouts[u]=a:this._isMe(p)&&(this._myLastRequestedLayouts[u]=a),Lt(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"&&!Lt(a)&&He(kt(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=ii(e),a=this._participants[i.participantId],{externalId:o}=this._conversation,s=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};s?g.onLocalLive(o,p):g.onRemoteLive(a.externalId,p)}else s||g.onRemoteStream(a.externalId,null);v.log(f.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,o]of Object.entries(t.errorCodeByParticipantId||{})){let s=ii(a),p=this._participants[s.participantId];if(p){let u;typeof o!="number"?(d.warn(`Unexpected error code ${o} received for participant ${s.participantId}`),u=sa.UNKNOWN_ERROR):u=ca(o),i.push({externalId:p.externalId,errorReason:u})}}if(i&&i.length)throw new si("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]+Eo>Date.now())break;let s=a[0];this._stopStreaming(s),e[s]={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 o=[],s=[];i.length&&(i.forEach(p=>{if(p.externalId){let u=fe.fromSignaling(p.externalId);o.push(u),this._api.cacheExternalId(p.id.id,u)}else s.push(R.decomposeId(p.id.id).id)}),s.length&&!o.length&&(o=yield this._api.getExternalIdsByOkIds(s))),g.onChatRoomUpdated(e,t,o)})}_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))g.onLocalLiveUpdate(t,a);else{let s=yield this._getExternalIdByParticipantId(a.participantId);s&&g.onRemoteLiveUpdate(s,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*(){if(!e)return;let{externalId:t}=this._conversation;if(this._isMe(e.initiatorId))g.onLocalSharedMovieInfo(t,e);else{let a=yield this._getExternalIdByParticipantId(e.initiatorId);a&&g.onRemoteSharedMovieInfo(a,e)}this._forceOpenTransportForAloneInCall()})}_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:o}=e,s={initiatorId:i,movieId:a,source:o};if(this._isMe(i))g.onLocalSharedMovieStoppedInfo(t,s);else{let u=yield this._getExternalIdByParticipantId(i);u&&g.onRemoteSharedMovieStoppedInfo(u,s)}})}_onFeaturesPerRoleChanged(e){d.log(`Features per role changed: ${e.notification}`),g.onFeaturesPerRoleChanged(e.featuresPerRole)}_waitForStreamIfNeeded(e){var m,I;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"&&!e.fastScreenShare){d.log("skipping participant-sources-update notification since screenshare will be received over datachannel");return}let o=We(t),s=this._sequenceNumberByStreamDescription.get(o);if(s&&s>e.sequenceNumber){d.warn(`Participant ${t.participantId} received outdated PAT response: sequence number ${e.sequenceNumber}; last sent sequence number for given participant is ${s}`),v.log(f.PAT_OUTDATED_RESPONSE);return}let p=e.streamId,u=e.rtpTimestamp?this._getWaitingTime(p,e.rtpTimestamp):0;if(u<=0){this._streamWaitTimerByStreamDescription.delete(o);let{externalId:y}=this._conversation,k=this._isMe(i);if(!a&&!k){v.log(f.PAT_ERROR,"participantMissing"),d.error(`Could not find participant by ID: ${i}`);return}let D=k?y:a.externalId,z=this._streamByStreamId.get(p);if(!z){v.log(f.PAT_ERROR,"streamNotFound"),d.error(`Could not find stream by ID: ${p}`);return}v.log(f.PAT_ALLOCATED),this._streamIdByStreamDescription.set(o,p);let H=(m=e.participantStreamDescription)==null?void 0:m.mediaType;if(H==="STREAM"||H==="MOVIE"){if((I=e.participantStreamDescription)!=null&&I.streamName){let Y={streamName:e.participantStreamDescription.streamName,stream:z,mediaType:H};k?g.onLocalLive(D,Y):g.onRemoteLive(D,Y)}}else if(l.producerScreenTrack&&H==="SCREEN")g.onRemoteScreenStream(a.externalId,z);else if(!k){let Y=(l.producerScreenTrack?null:a.secondStream)||z;g.onRemoteStream(a.externalId,Y)}}else{d.debug(`Waiting for ${u} until stream ${p} for ${o} is switched`);let y=window.setTimeout(this._waitForStreamIfNeeded.bind(this,e),u);this._streamWaitTimerByStreamDescription.set(o,y)}}_matchStreamDescription(e){if(!e)return null;if(this._streamIdByStreamDescription.has(We(e)))return e;let t=e.participantId;if(e.mediaType){let i={participantId:t,mediaType:null};if(this._streamIdByStreamDescription.has(We(i)))return i}else{let i={participantId:t,mediaType:"CAMERA"};if(this._streamIdByStreamDescription.has(We(i)))return i;let a={participantId:t,mediaType:"SCREEN"};if(this._streamIdByStreamDescription.has(We(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,[ze.ADMIN,ze.CREATOR]):!1}_checkAdminRole(){if(this._conversation&&!R.includesOneOf(this._conversation.roles,[ze.ADMIN,ze.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(e){return c(this,null,function*(){yield this._signaling.stopAsr(e)})}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,i=null){return c(this,null,function*(){this._checkAdminRole(),yield this._signaling.pinParticipant(e,t,i),this._conversation.pinnedParticipantIdByRoom.set(i,t?null:e)})}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=zr(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=xa(e));let o=yield this._signaling.getWaitingHall(a,t,i);if(o.error)return Promise.reject(o.message);let s=o.participants||[],p=[],u=[],m=null;return s.length&&(s.forEach(I=>{if(I.externalId){let y=fe.fromSignaling(I.externalId);p.push(y),this._api.cacheExternalId(I.id.id,y)}else u.push(R.decomposeId(I.id.id).id)}),u.length&&!p.length&&(p=yield this._api.getExternalIdsByOkIds(u)),o.hasMore&&(m=wa(s[s.length-1].id))),{participants:p,pageMarker:m,totalCount:o.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 o={movieId:e};(t||t===0)&&(o.gain=t),i&&(o.metadata=i);let s=yield this._signaling.addMovie(o);if(s.error)throw new Error(s.error);return{movieId:s.movieId,streamType:s.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",o=null,s=null){return c(this,null,function*(){let p={movieId:i,name:t,privacy:a,groupId:o,roomId:s,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(s=>({id:s.id,type:l.externalUserType})),i=yield this._signaling.getParticipants(t);if(i.error)throw new Error(i.error);let a=i.participants,o=this._transport.getState();return Promise.all(a.map(s=>c(this,null,function*(){var u;let p=R.composeId(s);return this._createParticipant({id:p,externalId:s.externalId&&ue.fromSignaling(s.externalId,s.deviceIdx||0),mediaSettings:he(s.mediaSettings),participantState:R.mapParticipantState(s),state:s.state,roles:s.roles||[],status:(u=this._getStatusByTransportState(o))!=null?u:"WAITING",muteStates:s.muteStates||{},unmuteOptions:s.unmuteOptions||[],observedIds:s.observedIds||[],markers:this._denormalizeMarkers(p,s.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 o=(p=this._transport)==null?void 0:p.getState();return i.participants.forEach(u=>{var y,k;let m=R.composeId(u),I=this._participants[m];I.status=(y=this._getStatusByTransportState(o))!=null?y:"WAITING",I.movieShareInfos=u.movieShareInfos,Object.assign(I.mediaSettings,he(u.mediaSettings)),Object.assign(I.muteStates,u.muteStates),I.unmuteOptions=(k=u.unmuteOptions)!=null?k:I.unmuteOptions,this._openTransport([I],!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),g.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;g.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)){g.onLocalMediaSettings(i,t);return}let o=this._participants[e];if(!o){this._warnParticipantNotInConversation(e);return}o.mediaSettings=t,this._state==="ACTIVE"&&g.onRemoteMediaSettings(o.externalId,t,o.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"&&g.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}`),g.onRolesChanged(e.externalId,e.roles))}_onSignalingNotification(e){switch(e.notification){case w.ACCEPTED_CALL:return this._onAcceptedCall(e);case w.HUNGUP:return this._onHungup(e);case w.PARTICIPANT_ADDED:return this._onAddedParticipant(e);case w.PARTICIPANT_JOINED:return this._onJoinedParticipant(e);case w.CLOSED_CONVERSATION:return this._onClosedConversation(e);case w.MEDIA_SETTINGS_CHANGED:return this._onMediaSettingsChanged(e);case w.PARTICIPANT_STATE_CHANGED:return this._onParticipantStateChanged(e);case w.RATE_CALL_DATA:return this._onNeedRate();case w.FEATURE_SET_CHANGED:return this._onFeatureSetChanged(e);case w.MULTIPARTY_CHAT_CREATED:return this._onMultipartyChatCreated(e);case w.FORCE_MEDIA_SETTINGS_CHANGE:return this._onForceMediaSettingsChange(e);case w.SETTINGS_UPDATE:return this._onSettingsUpdate(e);case w.VIDEO_QUALITY_UPDATE:return this._onVideoQualityUpdate(e);case w.REGISTERED_PEER:return this._onPeerRegistered(e);case w.SWITCH_MICRO:return this._onMicSwitched(e);case w.CHAT_MESSAGE:return this._onChatMessage(e);case w.CUSTOM_DATA:return this._onCustomData(e);case w.RECORD_STARTED:return this._onRecordInfo(e.recordInfo,e.roomId);case w.RECORD_STOPPED:return this._onRecordInfo(null,e.roomId);case w.ROLES_CHANGED:return this._onRolesChanged(e.participantId,e.roles||[]);case w.MUTE_PARTICIPANT:return this._onMuteParticipant(e);case w.PIN_PARTICIPANT:return this._onPinParticipant(e.participantId,e.unpin,e.markers,e.roomId);case w.OPTIONS_CHANGED:return this._onOptionsChanged(e.options||[]);case w.PARTICIPANT_SOURCES_UPDATE:return this._onParticipantSourcesUpdate(e.participantUpdateInfos);case w.PROMOTE_PARTICIPANT:return this._onParticipantPromoted(e);case w.CHAT_ROOM_UPDATED:return this._onChatRoomUpdated(e.eventType,e.totalCount,e.firstParticipants);case w.JOIN_LINK_CHANGED:return this._onJoinLinkChanged(e);case w.FEEDBACK:return this._onFeedback(e);case w.MOVIE_UPDATE_NOTIFICATION:return this._onSharedMovieUpdate(e);case w.MOVIE_SHARE_STARTED:return this._onSharedMovieInfoStarted(e);case w.MOVIE_SHARE_STOPPED:return this._onSharedMovieInfoStopped(e);case w.ROOMS_UPDATED:return this._onRoomsUpdated(e);case w.ROOM_UPDATED:return this._onRoomUpdated(e);case w.ROOM_PARTICIPANTS_UPDATED:return this._onRoomParticipantsUpdated(e);case w.FEATURES_PER_ROLE_CHANGED:return this._onFeaturesPerRoleChanged(e);case w.PARTICIPANT_ANIMOJI_CHANGED:return this._onParticipantAnimojiChanged(e);case w.ASR_STARTED:return this._onAsrStart(e);case w.ASR_STOPPED:return this._onAsrStop(e)}}_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()),this._processPinnedParticipants(e),e.conversation.state;let t=null;if(e.conversation.participants){let i=Object.keys(this._participants),a=[];for(let o of e.conversation.participants){let s=R.composeId(o),p=o.roles||[];if(this._isMe(s)){t=he(o.mediaSettings),zt(this._conversation.roles,p)||this._onRolesChanged(s,p);continue}a.push(s);let u=this._participants[s];if(!u)yield this._onJoinedParticipant({participantId:o.id,participant:o,mediaSettings:o.mediaSettings});else{let m=he(o.mediaSettings);Sa(m,u.mediaSettings)||this._changeRemoteMediaSettings(s,m);let I=R.mapParticipantState(o),y=u.participantState;R.isEqualParticipantState(I,y)||this._changeRemoteParticipantState(s,I),zt(p,u.roles)||this._onRolesChanged(u.id,p)}}for(let o of i)a.indexOf(o)<0&&this._removeParticipant(this._participants[o],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._statFirstMediaReceived.markAcceptedCall(this._conversation.topology),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:he(e.mediaSettings)}))),a.state=K.ACCEPTED,a.mediaSettings=he(e.mediaSettings),this._logWithMediaSettings(f.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=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?K.REJECTED:K.HUNGUP,this._state!=="CLOSE"&&this._removeParticipant(i,O.HUNGUP)})}_onAddedParticipant(e){return c(this,null,function*(){var a,o;d.debug(`Participant added [${e.participantId}]`);let t=R.composeMessageId(e),i=this._participants[t];if(i&&i.state!==K.HUNGUP&&i.state!==K.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:he(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=K.CALLED,i.mediaSettings=he((a=e.participant)==null?void 0:a.mediaSettings),i.participantState=R.mapParticipantState(e.participant),i.roles=((o=e.participant)==null?void 0:o.roles)||[],this._setParticipantsStatus([i],"WAITING"),this._state!=="IDLE"&&this._transport&&this._transport.allocate(i.id,!0),g.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,o;d.debug(`Participant joined [${e.participantId}]`);let t=R.composeMessageId(e),i=this._participants[t];if(i&&i.state===K.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:he(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===qe.OUTGOING&&(this._state==="IDLE"||this._state==="PROCESSING")&&(this._state="ACTIVE",this._changeFeatureSet()),i.state=K.ACCEPTED,i.mediaSettings=he(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!=="IDLE"&&this._transport&&(this._transport.isAllocated(i.id)||this._transport.allocate(i.id,!0),this._transport.open([i.id],null,!!((o=this._conversation)!=null&&o.observer))),g.onParticipantJoined(i.externalId,i.markers),this._changeRemoteMediaSettings(t,i.mediaSettings),this._changeRemoteParticipantState(t,i.participantState),this._invokeRolesChangedCallbackIfNeeded(i),g.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,he(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(),g.onMultipartyChatCreated(this._conversation))}_onForceMediaSettingsChange(e){return c(this,null,function*(){if(!this._mediaSource)return;let t=this._mediaSource.getMediaSettings(),i=he(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=Mr(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=Mr(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*(){g.onDeviceSwitched(ce.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),g.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),g.onCustomData(e.data,i,e.direct)})}_onRecordInfo(e,t=null){return c(this,null,function*(){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);g.onRecordStarted(o,e.recordMovieId,e.recordStartTime,e.recordType,e.recordExternalMovieId,e.recordExternalOwnerId,t)}else g.onRecordStopped(t);e&&this._forceOpenTransportForAloneInCall()})}_changePinnedParticipantForRoom(){return c(this,null,function*(){if(!this._conversation)return;let e=this._conversation.roomId,t=this._conversation.pinnedParticipantIdByRoom.get(e);if(t&&!this._isMe(t)){let i=yield this._getExternalIdByParticipantId(t);i&&g.onPinnedParticipant(i,!1,null,e)}})}_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);g.onRecordStarted(i,t.recordMovieId,t.recordStartTime,t.recordType,t.recordExternalMovieId,t.recordExternalOwnerId,e)}else g.onRecordStopped(e)})}_changeAsrInfoForRoom(){return c(this,null,function*(){if(!this._conversation)return;let e=this._conversation.roomId,t=this._conversation.asrInfoByRoom.get(e);if(t){let i=yield this._getExternalIdByParticipantId(t.initiatorId);i&&g.onAsrSet({externalId:i,movieId:t.movieId},e)}else g.onAsrSet(null,e)})}_onParticipantAnimojiChanged(e){return c(this,null,function*(){if(this._conversation){let t=yield this._getParticipantId(e.participantId);g.onParticipantVmojiUpdate(t)}})}_onAsrStart(i){return c(this,arguments,function*({asrInfo:e,roomId:t=null}){if(!this._conversation)return;this._conversation.asrInfoByRoom.set(t,e);let a=yield this._getParticipantId(e.initiatorId);g.onAsrStarted(a,e.movieId,t),this._forceOpenTransportForAloneInCall()})}_onAsrStop({roomId:e=null}){this._conversation&&(this._conversation.asrInfoByRoom.delete(e),g.onAsrStopped(e))}_onAsrTranscription(e){return c(this,null,function*(){if(!this._conversation)return;let t=yield this._getParticipantId(e.participantId);g.onAsrTranscription(t,e.text,e.timestamp,e.duration)})}_onRolesChanged(e,t){if(this._conversation&&this._isMe(e)&&!zt(this._conversation.roles,t)){d.debug(`Local roles changed: ${t}`),this._conversation.roles=t,g.onLocalRolesChanged(t),this._processMuteState({mediaOptions:Ut(this._getMuteStatesForCurrentRoom(),ye.MUTE_PERMANENT),stateUpdated:!0}),R.includesOneOf(t,[ze.ADMIN,ze.CREATOR])&&this._refreshRooms(!0);return}let i=this._participants[e];i&&!zt(i.roles,t)&&(d.debug(`Roles for participant [${e}] changed: ${t}`),i.roles=t,g.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||{},o=e.unmuteOptions||[],s=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 I=this._participants[e.participantId];I&&(d.debug(`Mute states for participant [${e.participantId}] changed`,a),g.onMuteStates(a,o,s,e.muteAll,e.unmute,I.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,o)&&!s.length)){if(this._setMuteStatesForRoomId(a,i),this._conversation.unmuteOptions=o,this._isMe(e.adminId)){e.muteAll&&g.onMuteStates(a,o,s,e.muteAll,e.unmute,null,this._conversation.externalId,e.stateUpdated,e.requestedMedia,e.roomId);return}yield this._processMuteState({mediaOptions:s,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),o=Object.keys(i),s=Object.keys(a);this._processMuteState({mediaOptions:Array.from(new Set([...o,...s])),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:o=null,stateUpdated:s,requestedMedia:p,roomId:u=null}){if(!this._conversation||!this._mediaSource||this._participantState!==K.ACCEPTED)return;let I=Object.assign({},this._getMuteStatesForRoomId(u)),y=this._conversation.unmuteOptions,k=this._mediaSource.getMediaSettings(),D=Object.entries(I);for(let[z,H]of D)if(!(H!==ye.MUTE&&H!==ye.MUTE_PERMANENT)&&(this._isCallAdmin()&&H===ye.MUTE_PERMANENT&&!t&&(I[z]=ye.MUTE),!(!e.includes(z)||i)))switch(z){case ce.VIDEO:k.isVideoEnabled&&!(a!=null&&a.isVideoEnabled)&&(g.onDeviceSwitched(ce.VIDEO,!1),yield this.toggleLocalVideo(!1));break;case ce.AUDIO:k.isAudioEnabled&&!(a!=null&&a.isAudioEnabled)&&(g.onDeviceSwitched(ce.AUDIO,!1),yield this.toggleLocalAudio(!1));break;case ce.SCREEN_SHARING:k.isScreenSharingEnabled&&!(a!=null&&a.isScreenSharingEnabled)&&(g.onDeviceSwitched(ce.SCREEN_SHARING,!1),yield this.disableScreenCapturing());break;case ce.AUDIO_SHARING:k.isAudioSharingEnabled&&!(a!=null&&a.isAudioSharingEnabled)&&(g.onDeviceSwitched(ce.AUDIO_SHARING,!1),yield this.toggleScreenCapturing({captureScreen:k.isScreenSharingEnabled,fastScreenSharing:k.isFastScreenSharingEnabled,captureAudio:!1}));break}g.onMuteStates(I,y,e,t,i,null,o==null?void 0:o.externalId,s,p,u)})}_onPinParticipant(e,t=!1,i,a=null){return c(this,null,function*(){if(!this._conversation)return;let o=this._conversation.pinnedParticipantIdByRoom.get(a);if(o&&o!==e)if(this._isMe(o))g.onLocalPin(!0,a);else{let s=yield this._getExternalIdByParticipantId(o);s&&g.onPinnedParticipant(s,!0,this._denormalizeMarkers(e,i),a)}if(this._isMe(e))g.onLocalPin(t,a);else{let s=yield this._getExternalIdByParticipantId(e);s&&g.onPinnedParticipant(s,t,this._denormalizeMarkers(e,i),a)}this._conversation.pinnedParticipantIdByRoom.set(a,t?null:e)})}_onOptionsChanged(e){this._conversation&&!qr(this._conversation.options,e)&&(this._conversation.options=e,g.onOptionsChanged(e))}_onNetworkStatus(e){if(this._conversation){let t=[];for(let[i,a]of Object.entries(e)){let o;if(this._isMe(i)||i==="")o=this._conversation.networkRating;else if(this._participants[i])o=this._participants[i].networkRating;else continue;if(o!==a)if(this._isMe(i)||i==="")this._conversation.networkRating=a,g.onLocalNetworkStatusChanged(a);else{let s=this._participants[i];s.networkRating=a,t.push({uid:s.externalId,rating:a})}}if(t.length===0)return;d.log("Received network status update: ",e),g.onNetworkStatusChanged(t)}}_onRemoteStreamSecond(e,t){let i=this._participants[e];if(i){if(l.producerScreenTrack){g.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 o=this._streamIdByStreamDescription.get(a);if(!o||this._streamWaitTimerByStreamDescription.has(a)){d.log("Delaying secondary stream start/stop until main stream becomes available",a);return}let s=this._streamByStreamId.get(o);if(!s){v.log(f.PAT_ERROR,"streamNotFound"),d.error(`Could not find stream by ID: ${o}`);return}g.onRemoteStream(i.externalId,i.secondStream||s)}else{let a=t||i.remoteStream;a&&g.onRemoteStream(i.externalId,a)}}}_onAnimojiStream(e,t){if(this._isMe(e)){g.onVmojiStream(t,this._mediaSource.getMediaSettings());return}let i=this._participants[e];i&&g.onRemoteVmojiStream(i.externalId,t)}_onPeerConnectionClosed(e){e==="SERVER"&&this._cleanupParticipantAgnosticStreams()}_changeFeatureSet(){if(this._conversation){let e=this._state==="ACTIVE",t=this._conversation.features.includes(_i.ADD_PARTICIPANT);g.onCallState(e,t,this._conversation)}}_changeNeedRate(){this._conversation&&this._conversation.needRate&&g.onRateNeeded()}_onVolumesDetected(e){let t=[];for(let[i,a]of Object.entries(e)){let o=this._participants[i];o&&o.externalId&&t.push({uid:o.externalId,volume:a.real})}g.onVolumesDetected(t)}_onSpeakerChanged(e){this._activeSpeakerId=e,this._participants[e]&&this._lastSignalledActiveSpeakerId!==e&&(g.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((o,s)=>{if(s in this._participants){let p=this._participants[s];o.push(p),t==="CONNECTED"&&(p.remoteStream||(p.mediaSettings&&this._changeRemoteMediaSettings(s,p.mediaSettings),this._changeRemoteParticipantState(s,p.participantState)),this._updateDisplayLayoutFromCache(s))}else this._warnParticipantNotInConversation(s);return o},[]);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"&&(g.onLocalStatus("CONNECTED"),((t=this._transport)==null?void 0:t.getTopology())==="SERVER")){let i=Object.values(this._myLastRequestedLayouts);yield this.updateDisplayLayout(i)}e==="CONNECTING"&&g.onLocalStatus("CONNECTING"),e==="RECONNECTING"&&g.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(Ne.AUDIO_MIX))d.debug("Remote audio mix track added"),this._audioOutput.add(i),g.onRemoteMixedAudioStream(t);else if(e.startsWith(Ne.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&&(g.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;g.onRemoteStream(a.externalId,t)}a.mediaSettings&&this._changeRemoteMediaSettings(e,a.mediaSettings)}})}_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!==Ne.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._onAudioMixStall(!1)),this._conversation&&(this._conversation.topology=e,this._changeFeatureSet())}_onAudioMixStall(e){this._audioMixStalled!==e&&(this._audioMixStalled=e,d.debug("Audio mix stalled:",e),g.onLocalStatus(e?"RECONNECT":"CONNECTED"))}_onRemoteSignalledStall(e){let t={},i=[],a=[];d.debug("Participants stalled:",e);for(let o of e){if(t[o]=!0,!this._lastStalled[o]){let s=this._participants[o];s&&i.push(s)}delete this._lastStalled[o]}for(let o of Object.keys(this._lastStalled)){let s=this._participants[o];s&&a.push(s)}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;!b.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}),g.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((o,s)=>(s.status!==t&&(s.status=t,o.push(s.externalId)),o),[]);a.length&&g.onRemoteStatus(a,t,i)}_onJoinLinkChanged(e){g.onJoinLinkChanged(e.joinLink)}_onRoomsUpdated(e){return c(this,null,function*(){var i,a;let t={};for(let o of Object.keys(yt)){let s=e.updates[o];s&&(t[o]={rooms:yield Promise.all(((a=(i=s==null?void 0:s.rooms)==null?void 0:i.map)==null?void 0:a.call(i,this._convertRoomToExternal.bind(this)))||[]),roomIds:s==null?void 0:s.roomIds,deactivated:s==null?void 0:s.deactivated})}g.onRoomsUpdated(t)})}_onRoomUpdated(e){return c(this,null,function*(){let t=yield this._convertRoomToExternal(e.room);e.events.some(i=>i===yt.UPDATE)&&(e.muteStates!==void 0&&this._setMuteStatesForRoomId(e.muteStates,e.roomId),e.recordInfo!==void 0&&this._conversation.recordsInfoByRoom.set(e.roomId,e.recordInfo),e.asrInfo!==void 0&&this._conversation.asrInfoByRoom.set(e.roomId,e.asrInfo)),g.onRoomUpdated(e.events,e.roomId,t,e.deactivate)})}_convertRoomToExternal(e){return c(this,null,function*(){var s,p,u,m,I,y;if(!e)return null;let[t,i,a,o]=yield Promise.all([Promise.all(((p=(s=e==null?void 0:e.participantIds)==null?void 0:s.map)==null?void 0:p.call(s,this._getExternalIdByParticipantId.bind(this)))||[]),Promise.all(((m=(u=e==null?void 0:e.addParticipantIds)==null?void 0:u.map)==null?void 0:m.call(u,this._getExternalIdByParticipantId.bind(this)))||[]),Promise.all(((y=(I=e==null?void 0:e.removeParticipantIds)==null?void 0:I.map)==null?void 0:y.call(I,this._getExternalIdByParticipantId.bind(this)))||[]),e!=null&&e.pinnedParticipantId?this._getExternalIdByParticipantId(e==null?void 0:e.pinnedParticipantId):null]);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,pinnedParticipantId:o}})}_onRoomParticipantsUpdated(e){return c(this,null,function*(){var I,y,k,D,z;let t=this._transport.getState(),i=(I=e.roomId)!=null?I:null,[a,o]=yield Promise.all([Promise.all(((k=(y=e.addedParticipantIds)==null?void 0:y.map)==null?void 0:k.call(y,this._getExternalIdByParticipantId.bind(this)))||[]),Promise.all(((z=(D=e==null?void 0:e.addedParticipants)==null?void 0:D.map)==null?void 0:z.call(D,H=>c(this,null,function*(){var re;let Y=R.composeId(H);return this._createParticipant({id:Y,externalId:H.externalId&&ue.fromSignaling(H.externalId,H.deviceIdx||0),mediaSettings:he(H.mediaSettings),participantState:R.mapParticipantState(H),state:H.state,roles:H.roles||[],status:(re=this._getStatusByTransportState(t))!=null?re:"WAITING",muteStates:H.muteStates||{},unmuteOptions:H.unmuteOptions||[],observedIds:H.observedIds||[],markers:this._denormalizeMarkers(Y,H.markers)})})))||[])]),s=!1;for(let H of o)H.id===this._conversation.compositeUserId&&(s=!0),this._registerParticipantInCache(H);this._openTransport(o,!0);let p=[],u=[];if(e!=null&&e.removedParticipantMarkers){for(let H of e.removedParticipantMarkers)H.GRID&&u.push(this._getExternalIdByParticipantId(H.GRID.id));p=yield Promise.all(u)}s&&(yield this._onRoomSwitched(i));let m={roomId:i,participantCount:e.participantCount,addedParticipantIds:a,addedParticipants:R.mapSharedParticipants(o),removedParticipantMarkers:e==null?void 0:e.removedParticipantMarkers,removedParticipantIds:p};g.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){g.onRoomStart(e);return}g.onRoomSwitched(e),e!==null&&!this._isCallAdmin()&&(yield this._refreshRooms(!1)),this._changePinnedParticipantForRoom(),this._changeRecordInfoForRoom(),this._changeMuteStatesForRoom(e,i),this._changeAsrInfoForRoom()})}_refreshRooms(e){return c(this,null,function*(){var a,o;let i=(o=(a=(yield this._signaling.getRooms(e)).rooms)==null?void 0:a.rooms)!=null?o:[];for(let s of i)this._setMuteStatesForRoomId(s.muteStates,s.id),this._conversation.recordsInfoByRoom.set(s.id,s.recordInfo),this._conversation.pinnedParticipantIdByRoom.set(s.id,s.pinnedParticipantId),s.asrInfo&&this._conversation.asrInfoByRoom.set(s.id,s.asrInfo);e&&g.onRoomsUpdated({[yt.UPDATE]:{rooms:yield Promise.all(i.map(this._convertRoomToExternal.bind(this)))}})})}_onFeedback(e){return c(this,null,function*(){let t=o=>c(this,null,function*(){return(yield this._registerParticipantAndSetMarkersIfChunkEnabled(o)).externalId}),i=e.feedback.map(o=>c(this,null,function*(){let s=o.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(s);return Qe(Re({},o),{items:p})})),a=yield Promise.all(i);g.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)}_forceOpenTransportForAloneInCall(){var e;this._transport.getTopology()==="SERVER"&&this._transport.getState()==="IDLE"&&this._participantState!==K.CALLED&&this._transport.open(this._transport.allocated(),null,!!((e=this._conversation)!=null&&e.observer),!0)}},N=W;N._delayedHangup=!1;var si=class extends Error{constructor(e,t){super(e);Object.setPrototypeOf(this,si.prototype),this.participantErrors=t}};var Ht,ci=null;function To(){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 Va(){return c(this,null,function*(){return Ht||ci||(ci=To(),Ht=yield ci,ci=null,Ht)})}function ja(){if(!l.apiKey)throw new F(te.API,{message:"Required argument apiAppKey not passed"})}function Dr(t){return c(this,arguments,function*(n,r={},e=!1){if(!window.Blob||!window.navigator.sendBeacon)return;yield Va();let i=Ga(n,r,e),a=new window.Blob([i],{type:"application/x-www-form-urlencoded"});window.navigator.sendBeacon(`${Ht}/fb.do`,a)})}function Ha(t){return c(this,arguments,function*(n,r={},e=!1){yield Va();let i=Ga(n,r,e);return Ro(i)})}function Ro(n){return c(this,null,function*(){return new Promise((r,e)=>{let t=new XMLHttpRequest;t.open("POST",`${Ht}/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 Ga(n,r={},e=!1){r.method=n,r.format="JSON",r.application_key||(r.application_key=l.apiKey),e||(ae.sessionKey?r.session_key=ae.sessionKey:ae.accessToken&&(r.access_token=ae.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 yo=10,Po=700,bo=3e3,Gt=class extends pt{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 o=s=>c(this,null,function*(){try{return yield Ha(e,t,i)}catch(p){if(!p.hasOwnProperty("error_msg")&&(s++,d.debug(`${e} network error, attempt ${s}...`),s<yo))return yield R.delay(Math.min(s*Po,bo)),o(s);throw d.warn(e,"error",p),p}});return o(0)})}_call(a){return c(this,arguments,function*(e,t={},i=!1){try{return yield this._callUnsafe(e,t,i)}catch(o){d.warn("Api call error",o);let s=te.API;switch(o.error_code){case 102:case 103:case 104:return yield this.authorize(),this._callUnsafe(e,t,i);case 1101:s=O.SERVICE_DISABLED;break;case 300:s=O.NOT_FOUND;break;case 1102:s=O.CALLEE_IS_OFFLINE;break;case 1103:s=O.NOT_FRIENDS;break;case 1104:case 1106:s=O.EXTERNAL_API_ERROR;break;case 1113:s=O.CALLER_IS_REJECTED;break}throw new F(s,{message:o.error_msg,code:o.error_code})}})}userId(e){return c(this,null,function*(){let t=R.decomposeId(e).id;return ae.isEmpty()?fe.fromId(String(t)):(yield this._prepareUserIdsByOkIdsBatched([t]),fe.fromString(this._externalUidsCache.get(t)))})}prepareUserIds(e){return c(this,null,function*(){ae.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(o=>{for(let s in o)o.hasOwnProperty(s)&&this._externalUidsCache.set(parseInt(s,10),o[s]);i()})}this._extrnalUidsBatchTimeout=null},l.api.userIdsByOkBatchedTimeout)})),this._extrnalUidsBatchPromise):Promise.resolve()}authorize(){return c(this,null,function*(){if(!this._uuid){let t=Xe.get("uuid");t||(t=R.uuid(),Xe.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)),ae.sessionKey=t.session_key,ae.sessionSecretKey=t.session_secret_key}).catch(t=>{throw t.error_code===401&&g.onTokenExpired(),new F(te.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})};Dr("log.externalLog",t)}init(){ja()}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(o){return c(this,arguments,function*(e,t="",i=!1,{onlyAdminCanShareMovie:a}={}){let s=this._preareStartConversationData({conversationId:e,isVideo:!1,joiningAllowed:!0,payload:t,requireAuthToJoin:i,onlyAdminCanShareMovie:a});return this._startConversation(s)})}startConversation(m,I,y){return c(this,arguments,function*(e,t,i,a=!1,o="",s=!1,p=!1,{onlyAdminCanShareMovie:u}={}){let k=this._preareStartConversationData({conversationId:e,isVideo:a,joiningAllowed:s,payload:o,requireAuthToJoin:p,onlyAdminCanShareMovie:u});if(t&&t.length)switch(i){case Fe.USER:k.uids=t.join(",");break;case Fe.GROUP:k.gid=t[0];break;case Fe.CHAT:k.chatId=t[0];break}return this._startConversation(k)})}_preareStartConversationData({conversationId:e,isVideo:t,payload:i="",joiningAllowed:a=!1,requireAuthToJoin:o=!1,onlyAdminCanShareMovie:s}){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),o&&(p.requireAuthToJoin=!0),s!==void 0&&(p.onlyAdminCanShareMovie=s),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 o={joinLink:e,isVideo:t,protocolVersion:l.protocolVersion};return i!=null&&i.length&&(o.observedIds=i.join(",")),l.anonymToken&&(o.anonymToken=l.anonymToken),a&&(o.payload=a),this._call("vchat.joinConversationByLink",o)})}getOkIdsByExternalIds(e){return c(this,null,function*(){let t=fe.fromIds(e),i=[],a={methods:[]},o=[],s=[...this._externalUidsCache.keys()],p=[...this._externalUidsCache.values()];for(let m of t){let I=fe.toString(m),y=p.indexOf(I);y>-1?i.push(Number(s[y])):(o.push(I),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,I)=>{if(m.ok){let y=Number(m.ok.ok_id);this._externalUidsCache.set(y,o[I]),i.push(y)}}),i})}getExternalIdsByOkIds(e){return c(this,null,function*(){let t=[],i=[];for(let o of e)this._externalUidsCache.has(o)?t.push(fe.fromString(this._externalUidsCache.get(o))):i.push(o);if(!i.length)return t;let a=yield this._getExternalIdsByOkIds(i);for(let o in a)a.hasOwnProperty(o)&&this._externalUidsCache.set(parseInt(o,10),a[o]);for(let o of i)a.hasOwnProperty(o)&&t.push(fe.fromString(a[o]));return t})}getCachedOkIdByExternalId(e){let t=[...this._externalUidsCache.keys()],i=[...this._externalUidsCache.values()],a=fe.toString(e),o=i.indexOf(a);return o>-1?R.composeUserId(t[o],q.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),Dr("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,o]of Object.entries(i.external_ids))t[a]=fe.fromIdToString(o,"USER");if(i.anonym_ids)for(let[a,o]of Object.entries(i.anonym_ids))t[a]=fe.fromIdToString(o,"ANONYM");return t}catch(i){return t}})}};var Gi=class{requestAsr(r){let e=new ArrayBuffer(2),t=new DataView(e);return t.setUint8(0,1),t.setUint8(1,r?0:1),e}};var j=require("messagepack");var Wa=(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))(Wa||{}),x=Wa;function di(){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),Mo(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,o=t%4294967296|0;i&&(o=~o+1|0,a=o===0?~a+1|0:~a),n.setUint32(r,a),n.setUint32(r+4,o),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 Mo(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 Ka=0,$a=1,Ao=2,Do=0,ko=1,Oo=2,Ki=0,wo=0,xo=0,Lo=1,$i=class{constructor(){this.participantIdRegistry=null}setParticipantIdRegistry(r){this.participantIdRegistry=r}serializeUpdateDisplayLayout(r,e){let t=di();j.Int.enc(t,Ka),j.Int.enc(t,Ki),j.Int.enc(t,r),j.Nil.enc(t,null);let i=[];for(let a in e)e.hasOwnProperty(a)&&this.writeLayout(e,a,i);return j.Arr.enc(t,i),j.Nil.enc(t,null),t.ui8array()}writeLayout(r,e,t){let i=r[e],a=di();if(this.writeStreamDesc(e,a),Lt(i))j.Int.enc(a,ko);else if(Pr(i))j.Int.enc(a,Oo);else if(j.Int.enc(a,Do),i.priority!==void 0?j.Int.enc(a,i.priority):j.Nil.enc(a,null),i.width!==void 0&&i.height!==void 0?(j.Int.enc(a,Math.round(i.width)),j.Int.enc(a,Math.round(i.height))):(j.Nil.enc(a,null),j.Nil.enc(a,null)),i.fit!==void 0)switch(i.fit){case"cv":j.Int.enc(a,xo);break;case"cn":j.Int.enc(a,Lo);break;default:j.Nil.enc(a,null)}else j.Nil.enc(a,null);t.push(a.ui8array())}writeStreamDesc(r,e){if(this.participantIdRegistry){let t=this.participantIdRegistry.getCompactId(r);if(t!==void 0){j.Int.enc(e,t);return}}j.Str.enc(e,r)}serializePerfStatReport(r,e){let t=di();return j.Int.enc(t,$a),j.Int.enc(t,Ki),j.Int.enc(t,r),j.Int.enc(t,e.framesDecoded),j.Int.enc(t,e.framesReceived),t.ui8array()}serializeSharingStatReport(r,e){let t=di();return j.Int.enc(t,Ao),j.Int.enc(t,Ki),j.Int.enc(t,r),j.Int.enc(t,e.minDelay),j.Int.enc(t,e.maxDelay),j.Int.enc(t,e.avgDelay),j.Int.enc(t,e.largeDelayDuration),t.ui8array()}deserializeCommandResponse(r){return c(this,null,function*(){let e;if(r instanceof Blob){let o=Blob.prototype.arrayBuffer?yield r.arrayBuffer():yield fa(r);e=Wi(o)}else e=Wi(r);let t=j.Int.dec(e),i=j.Int.dec(e);if(i!==Ki){d.warn("Unsupported version for command type: "+t+", version "+i);return}if(j.Int.dec(e)!==wo){d.warn("Error code: "+t+"received for command type: "+t+", version "+i);return}switch(t){case Ka:return this.deserializeUpdateDisplayLayoutResponse(e);case $a:return this.deserializeReportPerfStatResponse(e);default:return d.warn("unsupported command response commandType: "+t),null}})}deserializeUpdateDisplayLayoutResponse(r){let e=j.Int.dec(r),t=j.Arr.dec(r),i={};return t.forEach(a=>{let o=Wi(a),s=j.Any.dec(o);if(typeof s=="string")i[s]=j.Int.dec(o);else{let p=s,u=We(this.participantIdRegistry.getStreamDescription(p));i[u]=j.Int.dec(o)}}),{type:"response",sequence:e,response:x.UPDATE_DISPLAY_LAYOUT.toString(),errorCodeByParticipantId:i}}deserializeReportPerfStatResponse(r){let e=j.Int.dec(r),t=j.Int.dec(r);return{type:"response",sequence:e,response:x.REPORT_PERF_STAT.toString(),estimatedPerformanceIndex:t}}};var qi="open",qa=[()=>l.producerScreenTrack,()=>l.videoTracksCount>0,()=>!0,()=>!0,()=>l.consumerScreenTrack,()=>!0,()=>l.movieShare,()=>l.useParticipantListChunk,()=>l.useRooms,()=>l.useVmoji],No=10,Uo=["service-unavailable","conversation-ended","invalid-token"],Me=class extends mt{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="+Me._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 $i;this.asrCommandSerializer=new Gi}static _getCapabilityFlags(){let e=0;for(let t=0;t<qa.length;t++)qa[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=[],this.asrCommandsQueue=[],this.incomingCache=[]}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){v.log(f.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 o=R.decomposeParticipantId(t.participantId),s=R.decomposeId(o.compositeUserId);t=Object.assign({},t,{participantId:s.id,participantType:s.type}),o.deviceIdx&&(t.deviceIdx=o.deviceIdx)}return this._sendRaw(e,t,i)})}_sendRaw(a){return c(this,arguments,function*(e,t={},i=0){let o=s=>{var p,u;if(e===x.REQUEST_ASR)this.asrCommandsQueue.push(s),((p=this.asrDataChannel)==null?void 0:p.readyState)===qi&&this._handleCommandsQueue(this.asrCommandsQueue);else if(this._isDataChannelCommand(e))this.datachannelCommandsQueue.push(s),((u=this.producerCommandDataChannel)==null?void 0:u.readyState)===qi&&this._handleCommandsQueue(this.datachannelCommandsQueue);else{if(!this.socket){v.log(f.SOCKET_ACTION,"not_opened"),d.warn("Socket not opened"),s.reject(new Error(`Socket not opened [${e}]`),!0);return}this.socket.readyState>WebSocket.OPEN&&(v.log(f.SOCKET_ACTION,"invalid_state"),d.warn(`Socket is not opened, state ${this.socket.readyState}`)),this.websocketCommandsQueue.push(s),this.socket&&this.socket.readyState===WebSocket.OPEN&&this._handleCommandsQueue(this.websocketCommandsQueue)}};return new Promise((s,p)=>{let u=(I,y=!1)=>{!i||y?p(I):(d.debug("Resending a signaling message",e,m.sequence),i--,o(m))},m={sequence:this.sequence++,name:e,params:t,responseTimer:0,resolve:s,reject:u};o(m)})})}_isDataChannelCommand(e){return this.producerCommandDataChannelEnabled?e===x.UPDATE_DISPLAY_LAYOUT||e===x.REPORT_PERF_STAT||e===x.REPORT_SHARING_STAT:!1}static _isDataChannelResponseRequired(e){return e===x.UPDATE_DISPLAY_LAYOUT||e===x.REPORT_PERF_STAT}getNextCommandSequenceNumber(){return this.sequence}hangup(e){return c(this,null,function*(){return this._send(x.HANGUP,{reason:e}).catch(()=>{})})}sendCandidate(e,t){return c(this,null,function*(){return this._send(x.TRANSMIT_DATA,{participantId:e,data:{candidate:t}})})}requestTestMode(e,t){return c(this,null,function*(){return this._send(x.REQUEST_TEST_MODE,{consumer:e,producer:t})})}sendSdp(e,t){return c(this,null,function*(){return this._send(x.TRANSMIT_DATA,{participantId:e,data:{sdp:t}})})}acceptCall(e){return c(this,null,function*(){return this._send(x.ACCEPT_CALL,{mediaSettings:e})})}changeMediaSettings(e){return c(this,null,function*(){return this._send(x.CHANGE_MEDIA_SETTINGS,{mediaSettings:e},No)})}changeParticipantState(e){return c(this,null,function*(){return this._send(x.CHANGE_PARTICIPANT_STATE,{participantState:{state:e}})})}addParticipant(e,t){return c(this,null,function*(){return this._send(x.ADD_PARTICIPANT,Re({participantId:e},t))})}removeParticipant(e,t=!1){return c(this,null,function*(){return this._send(x.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(x.ALLOCATE_CONSUMER,i)})}acceptProducer(e,t){return c(this,null,function*(){let i={description:e.sdp};return t&&(i.ssrcs=t),this._send(x.ACCEPT_PRODUCER,i)})}changePriorities(e){return c(this,null,function*(){return this._send(x.CHANGE_STREAM_PRIORITIES,{typedPriorities:e}).catch(()=>{})})}updateDisplayLayout(e){return c(this,null,function*(){return this._send(x.UPDATE_DISPLAY_LAYOUT,e)})}addMovie(e){return c(this,null,function*(){return this._send(x.ADD_MOVIE,e)})}updateMovie(e){return c(this,null,function*(){return this._send(x.UPDATE_MOVIE,e)})}removeMovie(e){return c(this,null,function*(){return this._send(x.REMOVE_MOVIE,e)})}updateRooms(e,t){return c(this,null,function*(){return this._send(x.UPDATE_ROOMS,{rooms:e,assignRandomly:t})})}activateRooms(e,t){return c(this,null,function*(){return this._send(x.ACTIVATE_ROOMS,{roomIds:e,deactivate:t})})}switchRoom(e,t){return c(this,null,function*(){return this._sendRaw(x.SWITCH_ROOM,{toRoomId:e,participantId:t})})}getRooms(e){return c(this,null,function*(){return this._sendRaw(x.GET_ROOMS,{withParticipants:e})})}removeRooms(e){return c(this,null,function*(){return this._send(x.REMOVE_ROOMS,{roomIds:e})})}startStream(e){return c(this,null,function*(){return this._send(x.RECORD_START,e)})}stopStream(){return c(this,arguments,function*(e={roomId:null}){return this._send(x.RECORD_STOP,e)})}recordSetRole(e,t,i=null){return c(this,null,function*(){return this._send(x.RECORD_SET_ROLE,{participantId:e,role:t,roomId:i})})}getRecordStatus(){return c(this,null,function*(){return this._send(x.RECORD_GET_STATUS)})}switchTopology(e,t=!1){return c(this,null,function*(){return this._send(x.SWITCH_TOPOLOGY,{topology:e,force:t})})}requestRealloc(){return c(this,null,function*(){return this._send(x.REQUEST_REALLOC)})}reportPerfStat(e){return c(this,null,function*(){return this._send(x.REPORT_PERF_STAT,e)})}reportSharingStat(e){return c(this,null,function*(){return this._send(x.REPORT_SHARING_STAT,e)})}chatMessage(e,t=null){return c(this,null,function*(){return this._send(x.CHAT_MESSAGE,{message:e,participantId:t})})}chatHistory(e){return c(this,null,function*(){return this._send(x.CHAT_HISTORY,{count:e})})}customData(e,t){return c(this,null,function*(){return this._send(x.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(x.GRANT_ROLES,a)})}muteParticipant(e,t,i,a=null){return c(this,null,function*(){return this._sendRaw(x.MUTE_PARTICIPANT,{participantId:e,muteStates:t,requestedMedia:i,roomId:a})})}enableFeatureForRoles(e,t){return c(this,null,function*(){return this._sendRaw(x.ENABLE_FEATURE_FOR_ROLES,{feature:e,roles:t})})}pinParticipant(e,t,i){return c(this,null,function*(){let a={participantId:e,roomId:i};return t&&(a.unpin=!0),this._sendRaw(x.PIN_PARTICIPANT,a)})}updateMediaModifiers(e){return c(this,null,function*(){return this._send(x.UPDATE_MEDIA_MODIFIERS,{mediaModifiers:e})})}changeOptions(e){return c(this,null,function*(){return this._send(x.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(x.GET_WAITING_HALL,a)})}promoteParticipant(e,t=!1){return c(this,null,function*(){let i={participantId:e};return t&&(i.demote=t),this._sendRaw(x.PROMOTE_PARTICIPANT,i)})}feedback(e){return c(this,null,function*(){return this._sendRaw(x.FEEDBACK,{key:e})})}close(){this.socket&&this.socket.readyState<WebSocket.CLOSING&&this._closeSocket(),this._stopWaitConnectionMessage(),this._stopDoctor(),clearTimeout(this.reconnectTimer)}readyToSend(e=!0){this.listenersReady=e,this._handleCachedMessages()}getParticipantListChunk(e){return c(this,null,function*(){return this._send(x.GET_PARTICIPANT_LIST_CHUNK,e)})}getParticipants(e){return c(this,null,function*(){return this._send(x.GET_PARTICIPANTS,{externalIds:e})})}startAsr(e){return c(this,null,function*(){return this._send(x.ASR_START,e)})}stopAsr(e){return c(this,null,function*(){return this._send(x.ASR_STOP,e)})}requestAsr(e){return c(this,null,function*(){return this._send(x.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===Ve.RETRY&&this.lastStamp&&(t+=`&recoverTs=${this.lastStamp}`),t=i(t),d.debug("Connecting to "+this.endpoint+this.postfix+t),He(f.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 o=l.participantListChunkInitIndex;a+=`&partIdx=${o}`;let s=l.participantListChunkInitCount;return s!==null&&(a+=`&partCount=${s}`),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"),v.log(f.SOCKET_ACTION,"opened"),ge.logEventualStat({name:f.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){v.log(f.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:w.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":this._handleErrorMessage(e);break;default:v.log(f.SOCKET_ACTION,"unknown_message"),d.warn("Unhandled message",e)}this.lastStamp=e.stamp||this.lastStamp}_handleErrorMessage(e){var i;v.log(f.SOCKET_ACTION,`error-${e.error}`);let t=Uo.includes(e.error);switch(this.responseHandlers[e.sequence]&&this._handleCommandResponse(!1,e),e.error){case"service-unavailable":this._reconnect();break;case"conversation-ended":this.conversationReject?this.conversationReject(new F(e.reason||te.SIGNALING_FAILED,{message:`Conversation ended: ${e.error}`,remote:!0})):this._triggerEvent(ve.NOTIFICATION,{notification:w.CLOSED_CONVERSATION,reason:e.reason});break;case"invalid-token":this._throwError(new Error(`Signaling error: ${e.error}`));break;default:if(!t)break;this.connected?this._throwError(new Error(`Signaling error: ${e.error}`)):e.sequence||((i=this.conversationReject)==null||i.call(this,new F(e.reason||te.SIGNALING_FAILED,{message:`Unable to connect to the signaling: ${e.error}`,remote:!0})),this._closeSocket())}}_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){v.log(f.SOCKET_ACTION,"error"),d.error("Signaling error",e)}_onClose(e){v.log(f.SOCKET_ACTION,"closed"),d.debug("Connection closed",{code:e.code,reason:e.reason}),this.connected=!1,this._stopDoctor(),this.socket&&this.reconnectCount++<Me.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(Me.RECONNECT_MAX_DELAY,Me.RECONNECT_DELAY*Math.pow(2,this.reconnectCount-1));d.log(`Reconnect websocket after ${e}ms (${this.reconnectCount})`),v.log(f.SOCKET_ACTION,"reconnect"),this.reconnectTimer=window.setTimeout(this._connect.bind(this,Ve.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],v.log(f.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],v.log(f.SOCKET_ACTION,"response-timeout"),i.reject(new Error(t.error||`Response timeout [${i.name}]`))):i.responseTimer=window.setTimeout(()=>this._handleCommandResponse(!1,t),Me.WAIT_RESPONSE_DELAY)}_serializeAsrCommand(e){let t=e.params;return this.asrCommandSerializer.requestAsr(t.request)}_handleCommandsQueue(e){var t,i,a,o;for(;e.length>0;){let s=e.shift();if(s.name===x.REQUEST_ASR){if(((t=this.asrDataChannel)==null?void 0:t.readyState)!==qi){s.reject(new Error(`Invalid data channel state: ${(i=this.asrDataChannel)==null?void 0:i.readyState}`));return}let p=this._serializeAsrCommand(s);p!==null&&(this.asrDataChannel.send(p),s.resolve({}))}else if(this._isDataChannelCommand(s.name)){if(((a=this.producerCommandDataChannel)==null?void 0:a.readyState)!==qi){s.reject(new Error(`Invalid data channel state: ${(o=this.producerCommandDataChannel)==null?void 0:o.readyState}`));return}Me._isDataChannelResponseRequired(s.name)&&(s.responseTimer=window.setTimeout(()=>this._handleCommandResponse(!1,{command:s.name,sequence:s.sequence}),Me.WAIT_RESPONSE_DELAY),this.responseHandlers[s.sequence]=s);let p=this._serializeBinary(s);p!==null&&this.producerCommandDataChannel.send(p)}else{if(!this.socket||this.socket.readyState!==WebSocket.OPEN){s.reject(new Error("Invalid state or socket already closed"));continue}s.responseTimer=window.setTimeout(()=>this._handleCommandResponse(!1,{command:s.name,sequence:s.sequence}),Me.WAIT_RESPONSE_DELAY),this.responseHandlers[s.sequence]=s,this.socket.send(this._serializeJson(s))}}}_serializeBinary(e){switch(e.name){case x.UPDATE_DISPLAY_LAYOUT:return this.producerCommandSerializationService.serializeUpdateDisplayLayout(e.sequence,e.params);case x.REPORT_PERF_STAT:return this.producerCommandSerializationService.serializePerfStatReport(e.sequence,e.params);case x.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===x.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]=Da(t[a]));return{layouts:i}}_waitConnectionMessage(){this.connectionMessageWaitTimer=window.setTimeout(()=>{this.conversationReject&&this.conversationReject(new F(te.SIGNALING_FAILED,{message:"Unable to connect to the signaling: connection timeout",remote:!0}))},Me.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(Ve.RETRY)},Me.WAIT_MESSAGE_DELAY)}_stopDoctor(){window.clearTimeout(this.doctorTimer),this.doctorTimer=0}},Ae=Me;Ae.RECONNECT_DELAY=l.signalingReconnectDelay,Ae.RECONNECT_MAX_DELAY=l.signalingReconnectMaxDelay,Ae.RECONNECT_MAX_COUNT=l.signalingReconnectMaxCount,Ae.WAIT_CONNECTION_DELAY=l.waitConnectionDelay,Ae.WAIT_RESPONSE_DELAY=l.waitResponseDelay,Ae.WAIT_MESSAGE_DELAY=l.waitMessageDelay;var za=(e=>(e.KING="KING",e.PAWN="PAWN",e))(za||{}),Ja=za;var zi=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 Wt,ne,li=null,Bo={getCameras:b.getCameras,getMicrophones:b.getMicrophones,getOutput:b.getOutput,getVideoFacingMode:b.getVideoFacingMode,hasCamera:b.hasCamera,hasMicrophone:b.hasMicrophone,getSavedCamera:b.getSavedCamera,getSavedMicrophone:b.getSavedMicrophone,getSavedOutput:b.getSavedOutput,hasCameraPermission:b.hasCameraPermission,hasMicrophonePermission:b.hasMicrophonePermission,hasPermissions:b.hasPermissions,getUserMedia:b.getUserMedia,getUserVideo:b.getUserVideo,getUserAudio:b.getUserAudio,setResolution:b.setResolution,isBrowserSupported:b.isBrowserSupported,isScreenCapturingSupported:b.isScreenCapturingSupported,os:b.os,isMobile:b.isMobile,browserName:b.browserName,browserVersion:b.browserVersion,baseChromeVersion:b.baseChromeVersion,getAudioContext:b.getAudioContext,isAudioShareSupported:b.isAudioShareSupported},Fo={participantMarkerCompare:R.participantMarkerCompare};function Ya(n){ne=n}function Qa(n){Wt=n}function Vo(n){li=n}function jo(n){l.videoEffects=n}function Ho(n,r=null,e=null){l.vmoji=n,l.vmojiRenderingOptions=e,r&&n.setSDK(r)}function Go(n){return c(this,null,function*(){if(l.set(n),b.browserName()==="Sferum"&&(l.platform=`SFERUM:${b.browserVersion()}`),ne||Ya(new Gt),Wt||Qa(()=>new Ae),l.debug&&(kr.default.disableLog(!1),d.toggle(!0)),d.log(`Calls SDK ${l.sdkVersion}`,n),yield b.init(),!b.isBrowserSupported())throw new F(te.UNSUPPORTED);d.log("UserAgent:",navigator.userAgent),d.log("Screen resolution:",`${window.screen.width}x${window.screen.height}`),d.log("Permissions:",`Camera: ${b.hasCameraPermission()}, Mic: ${b.hasMicrophonePermission()}`),ne.init()})}function Wo(o){return c(this,arguments,function*(n,r=[ce.AUDIO],e="",t=!1,i=!1,a){let s=[],p=[];if(Array.isArray(n)?s=n.length?n:[]:n&&(s=[n]),s.length&&(p=yield ne.getOkIdsByExternalIds(s),!p.length))throw new F(O.CALLEE_IS_OFFLINE);return Xa(p,Fe.USER,r,e,t,i,a)})}function Xa(s){return c(this,arguments,function*(n,r=Fe.USER,e,t="",i=!1,a=!1,o){if(N.current())throw d.error("There is already active call"),new F(O.FAILED);return new N(ne,Wt(),li).onStart(n,r,e,t,i,a,o)})}function Ko(n){return c(this,null,function*(){return Za(n)})}function Za(t){return c(this,arguments,function*(n,r=q.USER,e){if(n===N.id())throw new Error("Push has already been processed");return new N(ne,Wt(),li).onPush(n,r,e)})}function $o(n){return c(this,null,function*(){return n&&(l.authToken=n),ne.authorize()})}function qo(){return c(this,arguments,function*(n=[ce.AUDIO]){return Rt().accept(n)})}function zo(){return c(this,null,function*(){let n=N.current();if(n)return n.decline()})}function Jo(e){return c(this,arguments,function*(n,r=[ce.AUDIO]){return en(n,r)})}function en(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(ne,Wt(),li).onJoin({conversationId:n,mediaOptions:r,chatId:e})})}function Yo(a){return c(this,arguments,function*(n,r=[ce.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(ne,Wt(),li).onJoin({joinLink:n,mediaOptions:r,observedIds:t,payload:i})})}function Qo(){return c(this,null,function*(){let n=N.current();if(n)return n.hangup();N.hangupAfterInit()})}function Xo(n,r){return c(this,null,function*(){let e=yield ne.getOkIdsByExternalIds([n]);if(!e.length)throw new Error("User not found");return tn(e[0],r)})}function tn(n,r){return c(this,null,function*(){let e=N.current();e&&(yield e.addParticipant(R.composeUserId(n,q.USER),r))})}function Zo(n,r=!1){return c(this,null,function*(){let e=yield ne.getOkIdsByExternalIds([n]);return rn(e[0],r)})}function rn(n,r=!1){return c(this,null,function*(){let e=N.current();e&&(yield e.removeParticipant(R.composeUserId(n,q.USER),r))})}function es(n,r){return c(this,null,function*(){let e=N.current();if(n==="videoinput"&&tt.contains(r))return l.videoFacingMode=r,e?(b.isMobile()&&e.stopVideoTrack(),e.changeDevice(n)):void 0;if(!(yield b._saveDeviceId(n,r)))throw new Error(`Device not found: ${r}`);if(e)return e.changeDevice(n)})}function ts(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 is(n){let r=N.current();r&&r.toggleAnimojiCapturing(n)}function rs(n,r=!1){return c(this,null,function*(){let e=N.current();e&&(yield e.setVideoStream(n,r))})}function as(n){return c(this,null,function*(){let r=N.current();r&&(yield r.toggleLocalVideo(n))})}function ns(n){return c(this,null,function*(){let r=N.current();r&&(yield r.toggleLocalAudio(n))})}function os(n){return c(this,null,function*(){let r=N.current();if(r)return r.setLocalResolution(n)})}function ss(n){return c(this,null,function*(){let r=N.current();r&&(yield r.changePriorities(n))})}function cs(n){return c(this,null,function*(){let r=N.current();r&&(yield r.changeParticipantState(n))})}function ds(n){return c(this,null,function*(){let r=N.current();r&&(yield r.updateDisplayLayout(n))})}function ls(n,r,e=!1){return c(this,null,function*(){let t=yield ne.getOkIdsByExternalIds([n]);return an(t[0],r,e)})}function an(n,r,e=!1){return c(this,null,function*(){let t=N.current();t&&(yield t.grantRoles(R.composeUserId(n,q.USER),r,e))})}function ps(i){return c(this,arguments,function*({externalId:n=null,muteStates:r,requestedMedia:e=[],roomId:t=null}){let a=null;return n&&(a=(yield ne.getOkIdsByExternalIds([n]))[0]),nn({uid:a,muteStates:r,requestedMedia:e,deviceIdx:ue.getDeviceIdx(n),roomId:t})})}function nn(a){return c(this,arguments,function*({uid:n=null,muteStates:r,requestedMedia:e=[],deviceIdx:t=0,roomId:i=null}){let o=N.current();if(o){let s=n?R.composeParticipantId(n,q.USER,t):null;yield o.muteParticipant(s,r,e,i)}})}function us(n,r=!1,e=null){return c(this,null,function*(){let t=yield ne.getOkIdsByExternalIds([n]);return on(t[0],r,ue.getDeviceIdx(n),e)})}function on(n,r=!1,e=0,t=null){return c(this,null,function*(){let i=N.current();i&&(yield i.pinParticipant(R.composeParticipantId(n,q.USER,e),r,t))})}function ms(n){return c(this,null,function*(){let r=N.current();r&&(yield r.updateMediaModifiers(n))})}function hs(n){return c(this,null,function*(){let r=N.current();r&&(yield r.changeOptions(n))})}function _s(n,r=null){return c(this,null,function*(){let e=null;return r&&(e=(yield ne.getOkIdsByExternalIds([r]))[0]),sn(n,e)})}function sn(n,r=null){return c(this,null,function*(){let e=N.current();if(e){let t=r?R.composeUserId(r,q.USER):null;yield e.chatMessage(n,t)}})}function gs(n=10){return c(this,null,function*(){let r=N.current();if(r)return r.chatHistory(n)})}function fs(n,r=null){return c(this,null,function*(){let e=null;return r&&(e=(yield ne.getOkIdsByExternalIds([r]))[0]),cn(n,e,ue.getDeviceIdx(r))})}function cn(n,r=null,e=0){return c(this,null,function*(){let t=N.current();if(t){let i=r?R.composeParticipantId(r,q.USER,e):null;yield t.customData(n,i)}})}function Ss(){return c(this,arguments,function*(n="",r=!1,{onlyAdminCanShareMovie:e=!1}={}){return(yield ne.createConversation(R.uuid(),n,r,{onlyAdminCanShareMovie:e})).join_link})}function vs(){return c(this,null,function*(){let n=N.current();return n?n.createJoinLink():Promise.reject()})}function Es(){return c(this,null,function*(){let n=N.current();return n?n.removeJoinLink():Promise.reject()})}function Is(n,r){return c(this,null,function*(){return ne.getAnonymTokenByLink(n,r)})}function Ts(n){let r=N.current();r&&r.setVolume(n)}function Rs(n){l.forceRelayPolicy=n}function Cs(n=!1,r=null,e=null,t="DIRECT_LINK",i=null,a=null){return c(this,null,function*(){let o=N.current();return o?o.startStream(n,r,e,t,i,a):Promise.reject()})}function ys(n=null){return c(this,null,function*(){let r=N.current();return r?r.stopStream(n):Promise.reject()})}function Ps(n,r,e=null){return c(this,null,function*(){let t=N.current();if(t){let i=yield ne.getOkIdsByExternalIds([n]),a=ue.getDeviceIdx(n);return t.recordSetRole(R.composeParticipantId(i[0],q.USER,a),r,e)}return Promise.reject()})}function bs(){return c(this,null,function*(){let n=N.current();return n?n.getStreamInfo():Promise.reject()})}function Ms(n){return c(this,null,function*(){let r=N.current();return r?r.addMovie(n):Promise.reject()})}function As(n){return c(this,null,function*(){let r=N.current();return r?r.updateMovie(n):Promise.reject()})}function Ds(n){return c(this,null,function*(){let r=N.current();return r?r.removeMovie(n):Promise.reject()})}function ks(n,r){return c(this,null,function*(){let e=N.current();if(e){let t=[];for(let i of n){let a,o;i.addParticipantIds&&(a=(yield ne.getOkIdsByExternalIds(i.addParticipantIds)).map(s=>R.composeUserId(s,q.USER))),i.removeParticipantIds&&(o=(yield ne.getOkIdsByExternalIds(i.removeParticipantIds)).map(s=>R.composeUserId(s,q.USER))),t.push({id:i.id,name:i.name,participantCount:i.participantCount,addParticipantIds:a,removeParticipantIds:o})}return e.updateRooms(t,r)}return Promise.reject()})}function Os(n,r){return c(this,null,function*(){let e=N.current();return e?e.activateRooms(n,r):Promise.reject()})}function ws(n=null,r=null){return c(this,null,function*(){let e=null;if(r){let i=yield ne.getOkIdsByExternalIds([r]);e=R.composeUserId(i[0],q.USER)}let t=N.current();return t?t.switchRoom(n,e):Promise.reject()})}function xs(n){return c(this,null,function*(){let r=N.current();return r?r.removeRooms(n):Promise.reject()})}function Ls(n){l.statisticsInterval=n;let r=N.current();if(r)return r.updateStatisticsInterval()}function Ns(n){kr.default.disableLog(!n),d.toggle(n)}function Us(n,...r){l.debugLog&&d.send(n,"[external]",...r)}function Bs(n){return c(this,null,function*(){let r=N.current();if(r)return r.videoEffect(n)})}function Fs(n){return c(this,null,function*(){let r=N.current();r&&(yield r.setAudioStream(n))})}function Vs(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 s=(yield ne.getOkIdsByExternalIds([r]))[0];if(!s)throw new Error("Could not get user id to set animoji svg");a=R.composeParticipantId(s,q.USER,ue.getDeviceIdx(r))}t.setAnimojiSvg(n,a,i)})}function js(n=null,r,e=!1){return c(this,null,function*(){return Rt().getWaitingHall(n,r,e)})}function Hs(n,r=!1){return c(this,null,function*(){let e=Rt(),t=yield ne.getOkIdsByExternalIds([n]);return e.promoteParticipant(R.composeUserId(t[0],q.USER),r)})}function Gs(n){return c(this,null,function*(){return Rt().getParticipantListChunk(n)})}function Ws(n){return c(this,null,function*(){return Rt().getParticipants(n)})}function Ks(n){return c(this,null,function*(){return Rt().feedback(n)})}function $s(n,r){return c(this,null,function*(){return Rt().enableFeatureForRoles(n,r)})}function Rt(){let n=N.current();if(!n)throw new Error("Conversation not found");return n}function qs(n){return c(this,null,function*(){yield ne.removeHistoryRecords(n)})}function zs(n){return c(this,null,function*(){let r=N.current();r&&(yield r.startAsr(n))})}function Js(n){return c(this,null,function*(){let r=N.current();r&&(yield r.stopAsr(n))})}function Ys(n){return c(this,null,function*(){let r=N.current();r&&(yield r.requestAsr(n))})}function Qs(){return l.sdkVersion}
7
+ "use strict";var Rn=Object.create;var Zt=Object.defineProperty,Cn=Object.defineProperties,yn=Object.getOwnPropertyDescriptor,Pn=Object.getOwnPropertyDescriptors,bn=Object.getOwnPropertyNames,zr=Object.getOwnPropertySymbols,Mn=Object.getPrototypeOf,Yr=Object.prototype.hasOwnProperty,An=Object.prototype.propertyIsEnumerable;var Qr=Math.pow,Jr=(n,r,e)=>r in n?Zt(n,r,{enumerable:!0,configurable:!0,writable:!0,value:e}):n[r]=e,ye=(n,r)=>{for(var e in r||(r={}))Yr.call(r,e)&&Jr(n,e,r[e]);if(zr)for(var e of zr(r))An.call(r,e)&&Jr(n,e,r[e]);return n},nt=(n,r)=>Cn(n,Pn(r));var Dn=(n,r)=>{for(var e in r)Zt(n,e,{get:r[e],enumerable:!0})},Xr=(n,r,e,t)=>{if(r&&typeof r=="object"||typeof r=="function")for(let i of bn(r))!Yr.call(n,i)&&i!==e&&Zt(n,i,{get:()=>r[i],enumerable:!(t=yn(r,i))||t.enumerable});return n};var Ti=(n,r,e)=>(e=n!=null?Rn(Mn(n)):{},Xr(r||!n||!n.__esModule?Zt(e,"default",{value:n,enumerable:!0}):e,n)),kn=n=>Xr(Zt({},"__esModule",{value:!0}),n);var c=(n,r,e)=>new Promise((t,i)=>{var a=l=>{try{s(e.next(l))}catch(u){i(u)}},o=l=>{try{s(e.throw(l))}catch(u){i(u)}},s=l=>l.done?t(l.value):Promise.resolve(l.value).then(a,o);s((e=e.apply(n,r)).next())});var fc={};Dn(fc,{Api:()=>Jt,ApiExternal:()=>nr,ArrayDequeue:()=>ar,AuthData:()=>se,BaseApi:()=>ht,BaseLogger:()=>_t,BaseSignaling:()=>gt,CallDirection:()=>Xe,CallType:()=>qe,ChatRoomEventType:()=>Ri,ConversationFeature:()=>Ci,ConversationOption:()=>ei,DebugMessageType:()=>Br,ExternalIdType:()=>Gi,FacingMode:()=>st,FatalError:()=>ne,HangupReason:()=>j,HangupType:()=>k,MediaOption:()=>ue,MediaTrackKind:()=>He,MediaType:()=>Ht,MuteState:()=>ke,ParticipantState:()=>z,ParticipantStatus:()=>Hi,RecordRole:()=>sn,RoomsEventType:()=>Dt,Signaling:()=>Ne,SignalingCommandType:()=>x,SignalingConnectionType:()=>$e,SignalingNotification:()=>O,TransportTopology:()=>it,UserRole:()=>Ze,UserType:()=>Q,acceptCall:()=>os,acceptPromotion:()=>oc,activateRooms:()=>$s,addMovie:()=>Gs,addParticipant:()=>ps,addParticipantInternal:()=>mn,authorize:()=>ns,browser:()=>Qo,callInternal:()=>ln,callTo:()=>rs,captureScreen:()=>hs,captureVmoji:()=>_s,changeConversationOptions:()=>bs,changeDevice:()=>ms,changeParticipantState:()=>Es,changePriorities:()=>Is,changeVideoEffect:()=>Zs,chatHistory:()=>As,chatMessage:()=>Ms,chatMessageInternal:()=>Sn,createJoinLink:()=>ws,customData:()=>Ds,customDataInternal:()=>vn,debug:()=>Qs,debugMessage:()=>Xs,declineCall:()=>ss,enableFeatureForRoles:()=>pc,feedback:()=>dc,forceRelayPolicy:()=>Us,getAnonymTokenByLink:()=>Ls,getAudienceModeHands:()=>rc,getParticipantListChunk:()=>sc,getParticipants:()=>cc,getStreamInfo:()=>Hs,getWaitingHall:()=>ic,grantRoles:()=>Rs,grantRolesInternal:()=>_n,hangup:()=>ls,init:()=>is,joinCall:()=>cs,joinCallByLink:()=>ds,joinCallInternal:()=>un,muteParticipant:()=>Cs,muteParticipantInternal:()=>gn,pinParticipant:()=>ys,pinParticipantInternal:()=>fn,processPush:()=>as,processPushInternal:()=>pn,promoteParticipant:()=>ac,publishStream:()=>Vs,recordSetConf:()=>js,removeHistoryRecords:()=>uc,removeJoinLink:()=>xs,removeMovie:()=>Ks,removeParticipant:()=>us,removeParticipantInternal:()=>hn,removeRooms:()=>Js,requestAsr:()=>_c,requestPromotion:()=>nc,setApi:()=>cn,setAudioStream:()=>ec,setLocalResolution:()=>vs,setLogger:()=>Zo,setMediaModifiers:()=>Ps,setSignalingFactory:()=>dn,setStatisticsInterval:()=>Ys,setVideoEffects:()=>es,setVideoStream:()=>gs,setVmoji:()=>ts,setVmojiSvg:()=>tc,setVolume:()=>Ns,startAsr:()=>mc,startAudienceConversation:()=>Os,startConversation:()=>ks,startStream:()=>Bs,stopAsr:()=>hc,stopStream:()=>Fs,switchRoom:()=>zs,toggleLocalAudio:()=>Ss,toggleLocalVideo:()=>fs,updateDisplayLayout:()=>Ts,updateMovie:()=>Ws,updateRooms:()=>qs,userFeedbackStats:()=>lc,utils:()=>Xo,version:()=>gc});module.exports=kn(fc);var Hr=Ti(require("webrtc-adapter"));var ht=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){}sendUserFeedbackStats(r,e,t,i){}removeHistoryRecords(r){return c(this,null,function*(){})}cleanup(){}};var _t=class{log(r,e,t=!1){}destroy(){}};var de=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 gt=class extends de{get ready(){return!0}setParticipantIdRegistry(r){}requestRealloc(){}setEndpoint(r){}setConversationId(r){}readyToSend(r=!0){}cleanup(){}requestTestMode(r,e){}getNextCommandSequenceNumber(){return 0}};var Zr=(t=>(t.INCOMING="INCOMING",t.OUTGOING="OUTGOING",t.JOINING="JOINING",t))(Zr||{}),Xe=Zr;var ea=(t=>(t.USER="USER",t.GROUP="GROUP",t.CHAT="CHAT",t))(ea||{}),qe=ea;var ta=(e=>(e.ATTENDEE="ATTENDEE",e.HAND_UP="HAND_UP",e))(ta||{}),Ri=ta;var ia=(t=>(t.ADD_PARTICIPANT="ADD_PARTICIPANT",t.RECORD="RECORD",t.MOVIE_SHARE="MOVIE_SHARE",t))(ia||{}),Ci=ia;var ra=(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))(ra||{}),ei=ra;function aa(n,r){if(n.length!==r.length)return!1;for(let e of n)if(!r.includes(e))return!1;return!0}function na(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 oa=(L=>(L.MIC_CAMERA_PERMISSION="mic_camera",L.CAMERA_PERMISSION="camera",L.MIC_PERMISSION="mic",L.CAMERA_ACCESS="cameralock",L.MIC_ACCESS="miclock",L.MIC_NOT_FOUND="nomic",L.SCREEN_PERMISSION="screenpermission",L.SCREEN_ACCESS="screenlock",L.CONNECTION="connection",L.NETWORK="network",L.UNKNOWN="unknown",L.UNSUPPORTED="unsupported",L.SIGNALING_FAILED="signalingfailed",L.API="api",L.AUTH="auth",L))(oa||{}),ne=oa;var sa=(re=>(re.CANCELED="CANCELED",re.REJECTED="REJECTED",re.REMOVED="REMOVED",re.HUNGUP="HUNGUP",re.MISSED="MISSED",re.BUSY="BUSY",re.FAILED="FAILED",re.NETWORK_ERROR="NETWORK_ERROR",re.KILLED="KILLED",re.BANNED="BANNED",re.HAS_ACTIVE_CALL="HAS_ACTIVE_CALL",re.CALLER_IS_BLOCKED="CALLER_IS_BLOCKED",re.NOT_FRIENDS="NOT_FRIENDS",re.CALLEE_IS_OFFLINE="CALLEE_IS_OFFLINE",re.CALLER_IS_REJECTED="CALLER_IS_REJECTED",re.UNKNOWN_ERROR="UNKNOWN_ERROR",re.UNSUPPORTED="UNSUPPORTED",re.OLD_VERSION="OLD_VERSION",re.SERVICE_DISABLED="SERVICE_DISABLED",re.EXTERNAL_API_ERROR="EXTERNAL_API_ERROR",re.SOCKET_CLOSED="SOCKET_CLOSED",re.ENDED="ENDED",re.KILLED_WITHOUT_DELETE="KILLED_WITHOUT_DELETE",re.ANOTHER_DEVICE="ANOTHER_DEVICE",re.NOT_FOUND="NOT_FOUND",re))(sa||{}),k=sa;var ca=(o=>(o.AUDIO="AUDIO",o.VIDEO="VIDEO",o.SCREEN_SHARING="SCREEN_SHARING",o.MOVIE_SHARING="MOVIE_SHARING",o.AUDIO_SHARING="AUDIO_SHARING",o.ANIMOJI="ANIMOJI",o))(ca||{}),ue=ca;var da=(t=>(t.UNMUTE="UNMUTE",t.MUTE="MUTE",t.MUTE_PERMANENT="MUTE_PERMANENT",t))(da||{}),ke=da;var la=(i=>(i.CALLED="CALLED",i.ACCEPTED="ACCEPTED",i.REJECTED="REJECTED",i.HUNGUP="HUNGUP",i))(la||{}),z=la;var pa=(t=>(t.UPDATE="UPDATE",t.REMOVE="REMOVE",t.ACTIVATE="ACTIVATE",t))(pa||{}),Dt=pa;var ua=(i=>(i.START="start",i.ACCEPT="accept",i.JOIN="join",i.RETRY="retry",i))(ua||{}),$e=ua;var ma=(t=>(t.NOTIFICATION="NOTIFICATION",t.FAILED="FAILED",t.RECONNECT="RECONNECT",t))(ma||{}),Te=ma;var ha=(V=>(V.TRANSMITTED_DATA="transmitted-data",V.ACCEPTED_CALL="accepted-call",V.HUNGUP="hungup",V.PARTICIPANT_ADDED="participant-added",V.PARTICIPANT_JOINED="participant-joined",V.CLOSED_CONVERSATION="closed-conversation",V.MEDIA_SETTINGS_CHANGED="media-settings-changed",V.PARTICIPANT_STATE_CHANGED="participant-state-changed",V.RATE_CALL_DATA="rate-call-data",V.FEATURE_SET_CHANGED="feature-set-changed",V.TOPOLOGY_CHANGED="topology-changed",V.PRODUCER_UPDATED="producer-updated",V.CONSUMER_ANSWERED="consumer-answered",V.MULTIPARTY_CHAT_CREATED="multiparty-chat-created",V.FORCE_MEDIA_SETTINGS_CHANGE="force-media-settings-change",V.SETTINGS_UPDATE="settings-update",V.VIDEO_QUALITY_UPDATE="video-quality-update",V.REGISTERED_PEER="registered-peer",V.SWITCH_MICRO="switch-micro",V.RECORD_STARTED="record-started",V.RECORD_STOPPED="record-stopped",V.REALLOC_CON="realloc-con",V.AUDIO_ACTIVITY="audio-activity",V.SPEAKER_CHANGED="speaker-changed",V.STALLED_ACTIVITY="stalled-activity",V.CHAT_MESSAGE="chat-message",V.CUSTOM_DATA="custom-data",V.ROLES_CHANGED="roles-changed",V.MUTE_PARTICIPANT="mute-participant",V.PIN_PARTICIPANT="pin-participant",V.OPTIONS_CHANGED="options-changed",V.NETWORK_STATUS="network-status",V.PARTICIPANT_SOURCES_UPDATE="participant-sources-update",V.PROMOTE_PARTICIPANT="promote-participant",V.CHAT_ROOM_UPDATED="chat-room-updated",V.PROMOTION_APPROVED="promotion-approved",V.JOIN_LINK_CHANGED="join-link-changed",V.FEEDBACK="feedback",V.MOVIE_UPDATE_NOTIFICATION="movie-update-notification",V.MOVIE_SHARE_STARTED="movie-share-started",V.MOVIE_SHARE_STOPPED="movie-share-stopped",V.ROOM_UPDATED="room-updated",V.ROOMS_UPDATED="rooms-updated",V.ROOM_PARTICIPANTS_UPDATED="room-participants-updated",V.FEATURES_PER_ROLE_CHANGED="features-per-role-changed",V.PARTICIPANT_ANIMOJI_CHANGED="participant-animoji-changed",V.ASR_STARTED="asr-started",V.ASR_STOPPED="asr-stopped",V.PARTICIPANT_SOURCES_SUSPEND="participant-sources-suspend",V))(ha||{}),O=ha;var _a=(S=>(S.ERROR="callError",S.DEVICES="callDevices",S.CALL_SPEC_ERROR="callSpecError",S.ICE_CONNECTION_STATE="callIceConnectionState",S.ICE_CONNECTION_TYPE="callIceConnectionType",S.ICE_RESTART="callIceRestart",S.PUSH="callPush",S.OUTGOING_CALL="callStart",S.OUTGOING_MULTIPARTY_CALL="callStartMultiparty",S.JOIN_CONVERSATION="callJoinConversation",S.ACCEPTED_OUTGOING="callAcceptedOutgoing",S.ACCEPT_INCOMING="callAcceptIncoming",S.DECLINE_INCOMING="callDeclineIncoming",S.ACCEPT_CONCURRENT="callAcceptConcurrent",S.HANGUP="callHangup",S.MEDIA_STATUS="callMediaStatus",S.DEVICE_CHANGED="callDeviceChanged",S.SOCKET_ACTION="callSocketAction",S.ADD_PARTICIPANT="callAddParticipant",S.REMOVE_PARTICIPANT="callRemoveParticipant",S.POOR_CONNECTION="callPoorConnection",S.TOPOLOGY_CHANGE_REQUESTED="callTopologyChangeRequested",S.RELAY_POLICY="callForceRelay",S.PAT_ALLOCATED="patAllocate",S.PAT_DEALLOCATED="patDeallocate",S.PAT_ERROR="patError",S.PAT_WAITING_TIME_ERROR="patWaitingTimeError",S.PAT_OUTDATED_RESPONSE="patOutdatedResponse",S.SIGNALING_CONNECTED="signaling_connected",S.RECONNECT="callReconnect",S.SCREENSHARE_FIRST_FRAME="screen_share_first_frame",S.SCREENSHARE_FREEZE_DURATION="callScreenshareFreezeDuration",S.FIRST_MEDIA_RECEIVED="first_media_received",S.CALL_EVENTUAL_STAT="callEventualStat",S))(_a||{}),v=_a;var ga=(e=>(e.AUDIO_MIX="audio-mix",e.PARTICIPANT_AGNOSTIC_TRACK_PREFIX="pat",e))(ga||{}),Ve=ga;var fa=(e=>(e.NO_AVAILABLE_TRACKS="no-available-tracks",e.UNKNOWN_ERROR="unknown-error",e))(fa||{}),Sa=fa;function va(n){switch(n){case 1:return"no-available-tracks";default:return"unknown-error"}}var Ia=(e=>(e.CREATOR="CREATOR",e.ADMIN="ADMIN",e))(Ia||{}),Ze=Ia;function ti(n,r){if(n.length!==r.length)return!1;for(let e of n)if(!r.includes(e))return!1;return!0}var Ea=(e=>(e.USER="USER",e.GROUP="GROUP",e))(Ea||{}),Q=Ea;var yi=class{constructor(){this._items=[]}get length(){return this._items.length}push(...r){this._items.push(...r)}merge(r){this._items.push(...r._items)}shift(){return this._items.shift()||null}bisect(){let r=this.length>1?Math.floor(this.length/2):0;this._items=this._items.slice(r)}head(){return this._items[0]||null}tail(){let r=this._items.length;return r?this._items[r-1]:null}clear(){this._items=[]}toString(){return this._items.length?JSON.stringify(this._items,(r,e)=>e instanceof Error?String(e):e):""}};var Ta=2*1024*1024,On=512*1024,ii=100*1024,wn=5,ur="_okcls_logs_session_",xn=3e4,mr=class{constructor(){this._items=[];this._itemsSize=0;this._storageSize=Ta;try{let r=window.localStorage;for(let e of Object.keys(r)){if(e.indexOf(ur)!==0)continue;let t=r.getItem(e);if(!t){Ra(e);continue}let i=ya(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(ii)}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(ur,""),10);this._itemsSize+=e,this._items.push({key:r,size:e,date:t})}deleteOldestItem(){let r=this._items.shift();r&&(Ra(r.key),this._itemsSize-=r.size)}cleanup(r){for(;this.length&&(this.size>Ta||this.length>wn-1||this.size+r>this.available);)this.deleteOldestItem()}};function Ca(){return`${ur}${Date.now()}`}function ya(n){return new Blob([n]).size}function Ra(n){try{window.localStorage.removeItem(n)}catch(r){console.error("Failed to remove log from storage",r)}}function hr(){let n=ft.toString();if(!Re.available||!n)return;let r=ya(n);Re.cleanup(r);try{window.localStorage.setItem(Pi,n)}catch(e){if(console.warn("Failed to write log to storage",e),Re.storageSize=Re.size+r,Re.cleanup(ii+r),Re.available>=ii+r){hr();return}if(r>ii){ft.bisect(),hr();return}Re.storageSize=0;return}r>On&&(Re.add(Pi,r),Pi=Ca(),ft.clear(),Re.cleanup(ii))}function _r(){!Re.available||!ft.length||hr()}function Ln(n=!1){let r=[];try{let i=window.localStorage;for(let o of Re.items){let s=i.getItem(o.key);r.push(s)}let a=ft.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 Nn(e,t),t}function Nn(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 Pa(n,r){if(!Re.available)return;let e=new Date;ft.push({t:e.getTime(),l:n,d:r,h:e.toLocaleString("ru-RU",{dateStyle:"short",timeStyle:"long"})}),pr||(pr=window.setTimeout(()=>{pr=null,_r()},xn))}function gr(){Re||(Re=new mr,ft=new yi,Pi=Ca(),window.addEventListener("beforeunload",_r))}var Re,ft,Pi,pr=null;window.__VKCallsSDKLogs__=(n=!1)=>(Re||gr(),_r(),Ln(n));var fr=Ti(require("@vkontakte/libvpx"));var I=class extends _t{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:U.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){I._instance||(I._instance=new I(e,t))}static log(e,t,i=!1){I._instance&&I._instance.log(e,t,i)}static logCustom(e,t,i=!1){I._instance&&I._instance.logCustom(e,t,i)}static destroy(){I._instance&&I._instance.destroy(),I._instance=null}};var je=class{constructor(){this._worker=null}_createWorker(o,s){return c(this,arguments,function*(r,e,t=[],i={},a=[]){return new Promise((l,u)=>{let h=t.join(","),m=new Blob([r,`exports.default(${h});`],{type:"application/javascript; charset=utf-8"}),f=window.URL.createObjectURL(m);this._worker=new Worker(f),this._worker.onmessage=w=>{switch(w.data.type){case"ready":l();break;case"error":u(w.data.error);break;case"frame":e(w.data);break;case"debug":d.debug(w.data.message);break;case"log_error":I.log(v.ERROR,w.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 St=class extends je{init(r){return c(this,null,function*(){d.debug("LibVPxDecoder started"),yield this._createWorker('"use strict";var exports=(()=>{var d=Object.defineProperty;var y=Object.getOwnPropertyDescriptor;var x=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,a)=>{if(t&&typeof t=="object"||typeof t=="function")for(let s of x(t))!E.call(o,s)&&s!==e&&d(o,s,{get:()=>t[s],enumerable:!(a=y(t,s))||a.enumerable});return o};var V=o=>h(d({},"__esModule",{value:!0}),o);var D={};R(D,{default:()=>M});var M=(o,t)=>{let e=null,a=null,s=!0;function c(){return o({locateFile:t}).then(r=>a=r)}function f(r,u,n,m){if(!a){self.postMessage({type:"log_error",message:"decoder-init-fail-libvpx"}),self.postMessage({type:"frame",error:"Fatal initialization error"});return}if(s!==n&&(s=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 a.VpxDecoder,e.debug(m),!e.init(n?a.VpxType.VP9:a.VpxType.VP8))){e=null,self.postMessage({type:"frame",error:"Decoder failed to create"});return}try{e.allocateBuffer(u.byteLength).set(new Uint8Array(u))}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 b=e.getImageWidth(),g=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:b,height:g},[p.buffer])}c().then(()=>{self.onmessage=r=>{switch(r.data.type){case"frame":f(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 V(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)}},[fr.default,fr.default.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}};function ba(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 ge(n){return Object.assign({isAudioEnabled:!1,isVideoEnabled:!1,isScreenSharingEnabled:!1,isFastScreenSharingEnabled:!1,isAudioSharingEnabled:!1,isAnimojiEnabled:!1,videoStreams:[]},n||{})}var Ma=n=>n.stop(),ri=n=>n.getTracks().forEach(Ma),Aa=n=>n.getVideoTracks().forEach(Ma);function kt(t,i){return c(this,arguments,function*(n,{width:r,height:e}){try{yield n.applyConstraints({width:{max:r,ideal:r},height:{max:e,ideal:e}})}catch(a){d.warn("setVideoResolution failed",a)}})}var j=class extends Error{constructor(e,t){super();this.name="HangupReason",this.code=t&&t.code||0,this.remote=t&&t.remote||!1,Object.values(k).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,j)}};var He=(i=>(i.audio="audio",i.video="video",i.screen="screen",i.audioshare="audioshare",i))(He||{}),Mi=class extends de{constructor(){super();this._stream=null;this._screenTrack=null;this._audioShareTrack=null;this._sendVideoTrack=null;this._cameraVideoTrack=null;this._mediaSettings=ge();this._videoStatusOnScreenCapturingEnabled=!1;this._effect=null;this._sourceBusy=!1;this._animojiEnabled=!1;this._initDeviceChangeListener(),p.audioShare&&(this._audioShareTrack=this.getSilentAudioShareTrack())}request(){return c(this,arguments,function*(e=[ue.AUDIO],t=!0){var s;if(this._stream)return;let i=e.includes(ue.VIDEO),a=e.includes(ue.AUDIO),o=e.includes(ue.ANIMOJI);if(!P.isBrowserSupported())throw new j(ne.UNSUPPORTED);try{this._stream=yield P.getUserMedia(i,a,t),(s=this._cameraVideoTrack)==null||s.stop(),this._cameraVideoTrack=this._stream.getVideoTracks()[0],this._mediaSettings.isVideoEnabled=i&&this._stream.getVideoTracks().filter(l=>l.enabled).length>0||!1,this._mediaSettings.isAudioEnabled=a&&this._stream.getAudioTracks().filter(l=>l.enabled).length>0||!1,this._mediaSettings.isAnimojiEnabled=o&&!this._mediaSettings.isVideoEnabled||!1,this._animojiEnabled=o}catch(l){throw new j(l)}})}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 t;return((t=this._stream)==null?void 0:t.getAudioTracks().find(i=>!i.contentHint))||null}get isAnimojiRequested(){return this._animojiEnabled&&!this._mediaSettings.isVideoEnabled}addTrackToPeerConnection(e,t,i,a){let o=this.getStream(),s=this.getSendAudioTrack(),l=this.getSendVideoTrack(i);if(!o||!s&&!l&&!t)throw new Error("No local stream found");if(s&&!t){if(a){let u=RTCRtpSender.getCapabilities("audio"),h=(u==null?void 0:u.codecs)||[],m="audio/red",f=48e3,w=h.findIndex(N=>N.mimeType===m&&N.clockRate===f);if(w>=0){let N=[];N.push(h[w]);for(let L=0;L<h.length;L++)L!==w&&N.push(h[L]);e.getTransceivers().forEach(L=>L.setCodecPreferences(N))}}e.addTrack(s,o)}l&&!t&&e.addTrack(l,o)}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(ne.UNKNOWN)}})}stopVideoTrack(){var e;this._mediaSettings.isVideoEnabled&&(this._stopEffect(),this._stream&&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(){!navigator.mediaDevices||!navigator.mediaDevices.enumerateDevices||!navigator.mediaDevices.addEventListener||(this._onDeviceChange=e=>c(this,null,function*(){var s,l;if(!this._stream)return;let t=P.getSavedMicrophone(),i=P.getSavedCamera(),a=this._mediaSettings.isAudioEnabled&&(t==null?void 0:t.groupId)!==((s=e.microphone)==null?void 0:s.groupId),o=this._mediaSettings.isVideoEnabled&&(i==null?void 0:i.groupId)!==((l=e.camera)==null?void 0:l.groupId);try{a&&(yield this._changeAudioInput()),o&&(yield this._changeVideoInput())}catch(u){}}),P.addEventListener("devicechange",this._onDeviceChange))}_destroyDeviceChangeListener(){this._onDeviceChange&&P.removeEventListener("devicechange",this._onDeviceChange)}_changeVideoInput(e){return c(this,null,function*(){var t;this._busy();try{let i=e?"stream":"video",a=e||(yield P._getUserVideo(!!this._effect));if((t=this._cameraVideoTrack)==null||t.stop(),this._cameraVideoTrack=a.getVideoTracks()[0],!this._stream)ri(a);else{p.consumerScreenTrack||(yield this._disableScreenCapture());let o=yield this._setEffect(this._effect,this._cameraVideoTrack);I.log(v.DEVICE_CHANGED,i),d.log("Video stream changed"),yield this._replaceLocalTrack(o),this._mediaSettings.isVideoEnabled=!0,this._triggerEvent("SOURCE_CHANGED",{kind:"video",mediaSettings:this._mediaSettings})}}catch(i){throw I.log(v.ERROR,"change_video"),d.warn("Camera change failed",i),i}finally{this._free()}})}setAudioStream(e){return c(this,null,function*(){return this._changeAudioInput(e)})}_busy(){if(this._sourceBusy)throw I.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)ri(e);else{let t=e.getAudioTracks()[0];I.log(v.DEVICE_CHANGED,"audio"),d.log("Audio stream changed",t),yield this._replaceLocalTrack(t),this._mediaSettings.isAudioEnabled=!0,this._triggerEvent("SOURCE_CHANGED",{kind:"audio",mediaSettings:this._mediaSettings})}}catch(t){throw I.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)ri(i);else{let a=i.getVideoTracks()[0];if(a.addEventListener("ended",()=>{this._mediaSettings.isScreenSharingEnabled&&this.disableScreenCapturing()},!1),p.consumerScreenTrack||this._stopEffect(),I.log(v.DEVICE_CHANGED,"screen"),d.log("Screen capturing started"),this._screenTrack=a,this._mediaSettings.isScreenSharingEnabled=!0,this._mediaSettings.isFastScreenSharingEnabled=e,p.consumerScreenTrack||(this._videoStatusOnScreenCapturingEnabled=this._mediaSettings.isVideoEnabled,this._mediaSettings.isVideoEnabled=!0,this._sendVideoTrack=p.consumerScreenDataChannel?P.getBlackMediaTrack(p.videoMinWidth,p.videoMinHeight):a,yield this._replaceLocalTrack(a,this._sendVideoTrack)),i.getAudioTracks().length>0){let o=i.getAudioTracks()[0];o.contentHint="music",this._audioShareTrack=o,yield this._replaceLocalTrack(o),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 I.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*(){var a,o;if(!this._stream)return;let i=this._stream.getTracks().find(s=>s.kind===e.kind&&s.contentHint===e.contentHint);i?(i.stop(),(a=this._stream)==null||a.removeTrack(i),(o=this._stream)==null||o.addTrack(e),this._triggerEvent("TRACK_REPLACED",e,t)):(this._stream.addTrack(e),this._triggerEvent("TRACK_REPLACED",e,t))})}_setEffect(e,t){return c(this,null,function*(){if(!p.videoEffects)return t;try{return p.videoEffects.setEffect(e,t)}catch(i){return d.warn("Video effect failed",i),t}})}_stopEffect(){if(p.videoEffects)try{p.videoEffects.stopEffect()}catch(e){d.warn("Video effect failed",e)}}destroy(){var e;this._destroyDeviceChangeListener(),p.videoEffects&&(this._effect=null,p.videoEffects.destroy()),this._stream&&(ri(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 p.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;p.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(p.videoMinWidth,p.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})}setResolution(i){return c(this,arguments,function*({video:e,effect:t}){var a;if(!(!p.consumerScreenTrack&&this._mediaSettings.isScreenSharingEnabled)&&this._mediaSettings.isVideoEnabled){if(!this._stream)throw new Error("Local stream not found");if(!this._cameraVideoTrack)throw new Error("Local video track not found");this._effect&&t?(yield kt(this._cameraVideoTrack,t),(a=p.videoEffects)==null||a.setResolution(t)):yield kt(this._cameraVideoTrack,e)}})}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:p.noiseSuppression})})}videoEffect(e){return c(this,null,function*(){if(!p.videoEffects)throw new Error("Video Effects library is not set");if(!p.consumerScreenTrack&&this._mediaSettings.isScreenSharingEnabled)throw new Error("Can't apply effect to screensharing");if(I.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&&this._cameraVideoTrack){let t=this._effect;this._effect=e;try{let i=this._cameraVideoTrack.clone(),a=new MediaStream([i]);return yield kt(i,{width:e?p.videoEffectMaxWidth:p.videoMaxWidth,height:e?p.videoEffectMaxHeight:p.videoMaxHeight}),this._changeVideoInput(a)}catch(i){throw this._effect=t,i}}})}getAudioShareTrack(){return this._audioShareTrack}};var vr="_okcls_",Ot=(()=>{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 Bn(n){let r=Ot?Ot.getItem(vr+n):null;if(r===null)return null;try{return JSON.parse(r)}catch(e){return null}}function Fn(n,r){try{Ot&&Ot.setItem(vr+n,JSON.stringify(r))}catch(e){}}function Vn(n){Ot&&Ot.removeItem(vr+n)}var Sr;(t=>{function n(i){return Bn(i)||null}t.get=n;function r(i,a){Fn(i,a)}t.set=r;function e(i){Vn(i)}t.remove=e})(Sr||(Sr={}));var ot=Sr;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 ka(n){return c(this,null,function*(){return new Promise((r,e)=>{let t=new FileReader;t.onload=i=>{var a;r((a=i.target)==null?void 0:a.result)},t.onerror=e,t.readAsArrayBuffer(n)})})}var wt=":",Ai="d",jn=533,Ir="a=fmtp:",Hn="sps-pps-idr-in-keyframe=1",Er;(cr=>{function n(R,S,A,B,D,C=!1,F=!1){let K=/[\r\n]+/,te=`\r
8
+ `;if(!S&&!A&&!B&&!F&&!C&&!D)return R;function fe(b){let _e=["a=rtcp-fb:111 nack","a=rtcp-fb:111 nack pli"],Ee="a=rtcp-fb:111",ae=b.findIndex(ie=>ie.startsWith(Ee));return~ae&&(b[ae]=b[ae]+te+_e.join(te)),b}function Se(b,_e,Ee){let ae=b.split(" "),ie=ae.slice(0,3),pe;for(pe=3;pe<ae.length;pe++)Ee.includes(ae[pe])&&ie.push(ae[pe]);for(pe=3;pe<ae.length;pe++)!Ee.includes(ae[pe])&&!_e.includes(ae[pe])&&ie.push(ae[pe]);return ie.join(" ")}function De(b,_e){let Ee=new RegExp("a=rtpmap:(\\d+) ([a-zA-Z0-9-]+)\\/\\d+"),ae,ie=[];for(ae=0;ae<b.length;++ae){let pe=b[ae].match(Ee);pe&&pe.length===3&&pe[2]===_e&&ie.push(pe[1])}return ie}function Ue(b,_e,Ee,ae){let ie,pe="m="+_e;for(ie=0;ie<b.length;++ie)if(b[ie].startsWith(pe)){b[ie]=Se(b[ie],Ee,ae);break}}function Be(b,_e){let Ee=new RegExp(Ir+"(\\d+)");for(let ae=0;ae<b.length;++ae){let ie=b[ae].match(Ee);if(ie&&ie.length===2&&_e.includes(ie[1])){let pe=b[ae].trim()===Ir+ie[1]?" ":";";b[ae]+=pe+Hn}}}function Ke(b){let _e=De(b,"H264");if(A){let Ee=_e.slice(0),ae=new RegExp(Ir+"(\\d+) apt=(\\d+)"),ie;for(ie=0;ie<b.length;++ie){let Qe=b[ie].match(ae);Qe&&Qe.length===3&&Ee.includes(Qe[2])&&Ee.push(Qe[1])}let pe=new RegExp("a=(rtpmap|rtcp-fb|fmtp):(\\d+) .*");for(ie=b.length;ie--;){let Qe=b[ie].match(pe);Qe&&Qe.length===3&&Ee.includes(Qe[2])&&b.splice(ie,1)}Ue(b,"video",Ee,[])}else S&&Ue(b,"video",[],_e),D&&Be(b,_e)}function Fe(b){let _e=De(b,"VP9");B&&Ue(b,"video",[],_e)}function V(b){let _e=De(b,"red");_e.length>0&&Ue(b,"audio",[],_e)}let At=R.split(K);return(A||S||D)&&Ke(At),B&&Fe(At),F&&V(At),C&&fe(At),At.join(te)}cr.patchLocalSDP=n;function r(R){return P.browserName()==="Firefox"&&Number(P.browserVersion())<60&&(R=R.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")),R}cr.patchRemoteSDP=r;function e(R){return R?`${R.type||"WEB_SOCKET"}_${R.id}`:"_"}cr.getPeerIdString=e;function t(R,S){return R&&R.id===S.id&&(R.type||"WEB_SOCKET")===(S.type||"WEB_SOCKET")}cr.comparePeerId=t;function i(R){return c(this,null,function*(){return!R||!R.getStats?Promise.resolve(null):R.getStats(null).then(S=>{let A=null,B=null;if(S.forEach(D=>{D.type==="transport"&&D.selectedCandidatePairId?B=S.get(D.selectedCandidatePairId):D.type==="candidate-pair"&&D.state==="succeeded"&&!B&&(!D.hasOwnProperty("selected")||D.selected)&&(B=D)}),B&&B.localCandidateId){let D=S.get(B.localCandidateId);D&&(A={type:D.candidateType,ip:D.ip||D.ipAddress,port:D.port||D.portNumber})}return A}).catch(()=>null)})}cr.getPeerConnectionHostInfo=i;let a=/^[0-9]+$/,o=/^([gu])([0-9]+)$/;function s(R,S){let A=String(R);return o.test(A)?(d.warn(`Already composite id [${R}] type supplied [${S}]`),A):S===Q.GROUP?"g"+A:S===Q.USER?"u"+A:(d.warn(`Unknown type [${S}] for id [${R}]`),A.match(a)?"u"+A:A)}cr.composeUserId=s;function l(R,S,A=0){let B=s(R,S);return u(B,A)}cr.composeParticipantId=l;function u(R,S){return S?R+wt+Ai+S:R}cr.compose=u;function h(R){return l(R.id,R.idType||Q.USER,R.deviceIdx)}cr.composeId=h;function m(R){return R.participant?h(R.participant):l(R.participantId,R.participantType||Q.USER,R.deviceIdx)}cr.composeMessageId=m;function f(R){let S=String(R),A=S.match(o);return A?{id:Number(A[2]),type:A[1]==="g"?Q.GROUP:Q.USER}:(d.warn(`Unsupported compositeId [${R}]`),{id:Number(S),type:Q.USER})}cr.decomposeId=f;function w(R){let S=R.split(wt+Ai);return{compositeUserId:S[0],deviceIdx:S.length>1?parseInt(S[1],10):0}}cr.decomposeParticipantId=w;function N(){var F,K;let R=(K=(F=window.crypto)==null?void 0:F.randomUUID)==null?void 0:K.call(F);if(R)return R;let S="0123456789abcdefghijklmnopqrstuvwxyz".split(""),A=new Array(36),B=0,D,C;for(C=0;C<36;C++)C===8||C===13||C===18||C===23?A[C]="-":C===14?A[C]="4":(B<=2&&(B=33554432+Math.random()*16777216|0),D=B&15,B=B>>4,A[C]=S[C===19?D&3|8:D]);return A.join("")}cr.uuid=N;function L(R,S){let A;function B(){let D=this,C=arguments;A&&window.clearTimeout(A),A=window.setTimeout(()=>{R.apply(D,C)},S)}return B}cr.throttle=L;function W(R){if(!window.BigInt)return null;let S="",A=R.split(`
9
+ `);for(let C of A)if(C.startsWith("a=fingerprint")){let F=C.split(" ");if(F.length===2){S=F[1];break}}if(!S)return BigInt(-1);let B=S.split(":"),D=BigInt(0);for(let C=Math.min(7,B.length-1);C>=0;C--){let F=BigInt(parseInt(B[C],16));D<<=BigInt(8),D|=F}return BigInt.asIntN(64,D)}cr.sdpFingerprint=W;function X(R){return c(this,null,function*(){return new Promise(S=>window.setTimeout(S,R))})}cr.delay=X;function Z(R,S,A){let B=[];return R.getSenders().forEach(D=>ee(S,D,D.track,A,B)),B}cr.applySettings=Z;function ee(R,S,A,B,D){var C;if(R&&A&&A.kind==="video"){let F=A.getSettings();if(F){let K=R.maxBitrateK?R.maxBitrateK*1024:null,te=F.width,fe=F.height,Se=te&&fe&&R.maxDimension?Math.max(1,Math.max(te,fe)/R.maxDimension):null,De=R.maxFramerate?R.maxFramerate:null;if(te&&fe&&R.maxDimension&&R.maxDimension>Math.max(te,fe)){let Fe=Math.round(te*fe/256),V=(Math.round(Fe*jn/1e4)+1)*1e4;K=K===null?V:Math.min(V,K)}let Ue=R.degradationPreference?R.degradationPreference:"balanced",Be=B[A.id];if(Be&&Be.bitrate===K&&Be.scaleResolutionDownBy===Se&&Be.maxFramerate===De&&Be.degradationPreference===Ue){D[A.id]=Be;return}D[A.id]={bitrate:K,scaleResolutionDownBy:Se,maxFramerate:De,degradationPreference:Ue};let Ke=S.getParameters();Ke.encodings||(Ke.encodings=[{}]),Ke.encodings.forEach(Fe=>{K?Fe.maxBitrate=K:delete Fe.maxBitrate,Se?Fe.scaleResolutionDownBy=Se:delete Fe.scaleResolutionDownBy,De?Fe.maxFramerate=De:delete Fe.maxFramerate}),Ke.degradationPreference=Ue,(C=S.setParameters)==null||C.call(S,Ke)}}}cr.applyVideoTrackSettings=ee;function q(R,S){Array.isArray(S)||(S=[S]);for(let A of S)if(R.includes(A))return!0;return!1}cr.includesOneOf=q;function he(R){var S;return Object.entries(((S=R.participantState)==null?void 0:S.state)||{}).reduce((A,[B,D])=>(R.participantState&&(A[B]={ts:R.participantState.stateUpdateTs[B],state:D}),A),{})}cr.mapParticipantState=he;function Ae(R){let S=R.map(A=>({uid:A.externalId,mediaSettings:A.mediaSettings,status:A.status,muteStates:A.muteStates,unmuteOptions:A.unmuteOptions,participantState:A.participantState,markers:A.markers,movieShareInfos:A.movieShareInfos}));return p.filterObservers?S.filter(A=>!A.uid.observer):S}cr.mapSharedParticipants=Ae;function Ei(R,S){let A=Object.keys(R),B=Object.keys(S);if(A.length!==B.length)return!1;for(let D of A)if(!B.hasOwnProperty(D)||R[D].state!==S[D].state||R[D].ts!==S[D].ts)return!1;return!0}cr.isEqualParticipantState=Ei;function Xt(R,S){let A=Object.keys(R),B=Object.keys(S);if(A.length!==B.length)return!1;for(let D of A)if(!S.hasOwnProperty(D)||R[D]!==S[D])return!1;return!0}cr.isObjectsEquals=Xt;function re(R,S){if(R.length!==S.length)return!1;for(let A of R)if(S.indexOf(A)<0)return!1;return!0}cr.isArraysEquals=re;function Gr(R){return!Object.keys(R).length}cr.isEmptyObject=Gr;function Wr(R,S){if(!R&&!S)return 0;if(!R||!S)return R?-1:1;return B(S.rank,R.rank)||B(R.ts,S.ts)||A(R,S);function A(D,C){let F={[Q.USER]:0,[Q.GROUP]:1},{compositeUserId:K,deviceIdx:te}=w(D.id),{compositeUserId:fe,deviceIdx:Se}=w(C.id),{id:De,type:Ue}=f(K),{id:Be,type:Ke}=f(fe);return B(F[Ue],F[Ke])||B(De,Be)||B(te,Se)}function B(D,C){return D<C?-1:D===C?0:1}}cr.participantMarkerCompare=Wr;function Kr(R,S){let A=Object.entries(R).filter(([,B])=>Array.isArray(S)?!S.includes(B):B!==S);return Da(A)}cr.objectFilterOutValues=Kr;function or(R,S,A){let B=A;for(let D in R)R.hasOwnProperty(D)&&(B=S(B,R[D],D));return B}cr.objectReduce=or,cr.setImmediate=(()=>{let R=1,S={},A=null;return typeof MessageChannel!="undefined"&&(A=new MessageChannel,A.port1.onmessage=B=>{let D=B.data;S[D]&&(S[D](),delete S[D])}),function(B){if(A&&document.visibilityState==="hidden"){let C=R;return R=R>=Number.MAX_SAFE_INTEGER?1:R+1,S[C]=B,A.port2.postMessage(C),()=>{S[C]&&delete S[C]}}let D=setTimeout(B,0);return()=>clearTimeout(D)}})();function qr(R){return R!==null&&typeof R=="object"&&!Array.isArray(R)}cr.isObject=qr})(Er||(Er={}));var T=Er;var Lt=null,Tr=null,Li=[],Ni=[],xi=[],Oe=null,we=null,Nt=null,Pr=!1,Ui=!1,Di,xt,ki,Rr=null,Cr="",Oi=[],yr=null,Oa=navigator.appVersion,Gn=navigator.appName,Pe=navigator.userAgent,et={},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 vt=class{constructor(r,e=!1,t=p.videoMaxWidth,i=p.videoMaxHeight){this.isVideoRequested=()=>this.needVideo;let a=!1;if(r){a={noiseSuppression:p.noiseSuppression,echoCancellation:!0,autoGainControl:!0};let s,l;if(we&&(l=we.groupId,s=we.deviceId),typeof r=="string"){let u=be.getMicrophones().find(h=>h.deviceId===r);l=u==null?void 0:u.groupId,s=r}l?a.groupId={ideal:l}:s&&(a.deviceId={exact:s})}let o=!1;if(e){o={width:{min:p.videoMinWidth,max:t,ideal:t},height:{min:p.videoMinHeight,max:i,ideal:i},aspectRatio:{ideal:p.videoAspectRatio},frameRate:{ideal:p.videoFrameRate}};let s,l;if(Oe&&(l=Oe.groupId,s=Oe.deviceId),typeof e=="string"){let u=be.getCameras().find(h=>h.deviceId===e);l=u==null?void 0:u.groupId,s=e}l?o.groupId={ideal:l}:s&&(o.deviceId={exact:s}),p.videoFacingMode&&(o.facingMode={ideal:p.videoFacingMode},delete o.deviceId,delete o.groupId)}this.audio=a,this.video=o,this.needVideo=!!o,this.lastSimplifyWasReached=!1}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.groupId||this.video.facingMode)&&(delete this.video.deviceId,delete this.video.groupId,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||this.audio.groupId)&&(delete this.audio.deviceId,delete this.audio.groupId)),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.audio&&!this.video&&(this.lastSimplifyWasReached=!0,this.audio=!this.isVideoRequested(),this.video=this.isVideoRequested()),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.groupId)||this.video;return!!(typeof this.audio=="object"&&(this.audio.deviceId||this.audio.groupId||this.audio.noiseSuppression||this.audio.echoCancellation||this.audio.autoGainControl)||this.audio||r)&&!this.lastSimplifyWasReached}isVideo(){return!!this.video}isAudio(){return!!this.audio}},br=class extends vt{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.groupId,delete this.video.aspectRatio,delete this.video.frameRate,delete this.video.facingMode):this.video={},this.video.cursor="motion",this.video.width={max:e},this.video.height={max:t},this.video.frameRate=i,this.video.displaySurface=p.displaySurface,a&&(this.audio={noiseSuppression:!1,echoCancellation:!1,autoGainControl:!1})}getNative(){return Object.assign(super.getNative(),{systemAudio:"exclude",controller:this.captureController})}};function wa(){return c(this,null,function*(){Ui=!1,Lt=null;let n={camera:be.getSavedCamera(),microphone:be.getSavedMicrophone(),output:be.getSavedOutput()};yield Mr(),Wn("devicechange",n),g.onDeviceChange()})}function Wn(n,...r){if(et[n])for(let e of et[n])e(...r)}function Mr(){return c(this,null,function*(){return Lt||(!navigator.mediaDevices||!navigator.mediaDevices.enumerateDevices?[]:(!Tr&&navigator.mediaDevices.addEventListener&&(Tr=T.throttle(wa,p.enumerateDevicesDelay),navigator.mediaDevices.addEventListener("devicechange",Tr)),Lt=navigator.mediaDevices.enumerateDevices().then(n=>{Li=n.filter(i=>i.kind==="videoinput"?(i.label&&(Pr=!0),!0):!1),Ni=n.filter(i=>i.kind==="audioinput"?(i.label?Ui=!0:be.isMobile()&&be.browserName()==="Firefox"&&(Ui=Pr),!0):!1),xi=n.filter(i=>i.kind==="audiooutput");let r=ot.get("videoinput")||(Oe==null?void 0:Oe.deviceId),e=ot.get("audioinput")||(we==null?void 0:we.deviceId),t=ot.get("audiooutput")||(Nt==null?void 0:Nt.deviceId);return Oe=Li.find(i=>i.deviceId===r)||null,we=Ni.find(i=>i.deviceId===e)||null,Nt=xi.find(i=>i.deviceId===t)||xi[0]||null,Lt=Promise.resolve(n),n}).catch(()=>(Lt=null,[]))))})}function Kn(n){if(Oe&&we)return;let r=(e,t)=>{var a;let i=(a=t.getSettings())==null?void 0:a.deviceId;return e.find(o=>o.deviceId===i||o.label===t.label)||null};n==null||n.getTracks().forEach(e=>{!we&&e.kind==="audio"?we=r(be.getMicrophones(),e):!Oe&&e.kind==="video"&&(Oe=r(be.getCameras(),e))})}function ai(n,r){return c(this,null,function*(){d.debug("Try to get media",JSON.parse(JSON.stringify(n.getNative())));let e=be.hasPermissions(n.isVideo());!e&&!r&&g.onPermissionsRequested();try{let t=yield navigator.mediaDevices.getUserMedia(n.getNative());return e||(yield wa()),Kn(t),t}catch(t){switch(d.error("getUserMedia error",t),t.name){case"PermissionDeniedError":case"PermissionDismissedError":case"NotAllowedError":case"SecurityError":case"DOMException":r=n.isVideoRequested()?ne.CAMERA_PERMISSION:ne.MIC_PERMISSION;break;case"OverconstrainedError":case"TypeError":case"NotFoundError":r=ne.UNKNOWN;break;case"AbortError":case"NotReadableError":r=n.isVideoRequested()?ne.CAMERA_ACCESS:ne.MIC_ACCESS;break}if(n.canSimplify())return ai(n.simplify(),r);let i=r||ne.UNKNOWN;throw g.onPermissionsError(i,t),i}})}function qn(n){return c(this,null,function*(){var r;d.debug("Try to get screen",JSON.parse(JSON.stringify(n.getNative())));try{let e=yield navigator.mediaDevices.getDisplayMedia(n.getNative()),t=e==null?void 0:e.getVideoTracks()[0];if(t){let i=(r=t.getSettings())==null?void 0:r.displaySurface;d.debug(`Got display media track: ${t.id} (${i})`),t.contentHint="text",n.captureController&&(i==="browser"||i==="window")&&n.captureController.setFocusBehavior("no-focus-change")}return e}catch(e){switch(e.name){case"PermissionDeniedError":case"NotAllowedError":case"SecurityError":throw ne.SCREEN_PERMISSION;default:throw ne.SCREEN_ACCESS}}})}function wi(){return Oi.length||(Oi=(()=>{let n,r=!1,e=0,t="0",i=Pe.match(/(opera|chrome|safari|firefox|msie|trident(?=\/))\/?\s*(\d+)/i)||[];if(/trident/i.test(i[1]))return n=/\brv[ :]+(\d+)/g.exec(Pe),["IE",n&&n[1]||"Unknown",r,e,t];if(i[1]==="Safari"){if(n=Pe.match(/\bEdge\/(\d+)/),n)return["Edge",n[1]||"Unknown",r,e,t];if(n=Pe.match(/\bCriOS\/(\d+)/),n)return["Chrome",n[1],!0,Number(n[1]),t];if(n=Pe.match(/\bFxiOS\/(\d+)/),n)return["Firefox",n[1],!1,e,t];if(n=Pe.match(/\bYaBrowser\/(\d+)/),n)return["Yandex",n[1],!1,e,t];if(n=Pe.match(/\bOPT\/(\d+)/),n)return["Opera",n[1],!1,e,t]}if(i[1]==="Chrome"){if(r=!0,e=Number(i[2]),n=Pe.match(/\bOPR\/(\d+)/),n)return["Opera",n[1]||"Unknown",r,e,t];if(n=Pe.match(/\bYaBrowser\/(\d+)/),n)return["Yandex",n[1]||"Unknown",r,e,t];if(n=Pe.match(/\bSferum\/((\d+)(?:\.\d+)*)/),n)return["Sferum",n[1]||"Unknown",r,e,t];if(n=Pe.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=Pe.match(/version\/(\d+)(?:(?:\.)(\d+))?/i),n&&n[2]!==void 0&&(t=n[2]),[i[2]?i[1]:Gn,n&&n[1]||i[2]||Oa,r,e,t]})()),Oi}var be;(D=>{function n(){return c(this,null,function*(){let C=()=>{D.getSilentMediaTrack(),document.removeEventListener("click",C),document.removeEventListener("touchstart",C)};return document.addEventListener("click",C),document.addEventListener("touchstart",C),Mr()})}D.init=n;function r(){return Li}D.getCameras=r;function e(){return Ni}D.getMicrophones=e;function t(){return xi}D.getOutput=t;function i(){return Li.length>0}D.hasCamera=i;function a(){return Ni.length>0}D.hasMicrophone=a;function o(){return Oe}D.getSavedCamera=o;function s(){return we}D.getSavedMicrophone=s;function l(){return Nt}D.getSavedOutput=l;function u(){return p.videoFacingMode}D.getVideoFacingMode=u;function h(){return Pr}D.hasCameraPermission=h;function m(){return Ui}D.hasMicrophonePermission=m;function f(C=!1){return m()?i()&&C?h():!0:!1}D.hasPermissions=f;function w(C=!1,F=!0,K=!0){return c(this,null,function*(){let te=a()&&F,fe=i()&&C,Se;if(!te&&!fe)Se=new MediaStream;else try{Se=yield ai(new vt(te,fe))}catch(De){Se=new MediaStream}return!Se.getVideoTracks().length&&K&&Se.addTrack(D.getBlackMediaTrack()),!Se.getAudioTracks().length&&K&&Se.addTrack(D.getSilentMediaTrack()),Se})}D.getUserMedia=w;function N(C,F){return c(this,null,function*(){let K=C?p.fastScreenShareWidth:window.screen.width,te=C?p.fastScreenShareHeight:window.screen.height,fe=p.getScreenFrameRate(C);return qn(new br(K,te,fe,F))})}D.getScreenMedia=N;function L(C=!1){return c(this,null,function*(){let F=C?p.videoEffectMaxWidth:p.videoMaxWidth,K=C?p.videoEffectMaxHeight:p.videoMaxHeight;return ai(new vt(!1,!0,F,K))})}D._getUserVideo=L;function W(C,F){return c(this,null,function*(){let K=(F==null?void 0:F.width)||p.videoMaxWidth,te=(F==null?void 0:F.height)||p.videoMaxHeight;return ai(new vt(!1,C||!0,K,te))})}D.getUserVideo=W;function X(C){return c(this,null,function*(){return ai(new vt(C||!0,!1))})}D.getUserAudio=X;function Z(C,F){return c(this,null,function*(){let[K]=C.getVideoTracks();if(!K)throw new Error("Video track not found in stream");return kt(K,F)})}D.setResolution=Z;function ee(C,F){return c(this,null,function*(){let te=(yield Mr()).find(fe=>fe.kind===C&&fe.deviceId===F);return te?(C==="videoinput"?Oe=te:C==="audioinput"?we=te:C==="audiooutput"&&(Nt=te),ot.set(C,F),te):null})}D._saveDeviceId=ee;function q(){if(!ki||ki.readyState==="ended"){let C=D.getAudioContext(),F=C.createMediaStreamDestination(),K=C.createGain();K.gain.value=1e-5,K.connect(F),K.connect(C.destination);let te=C.createOscillator();te.type="sine",te.frequency.value=0,te.connect(K),te.start(),ki=F.stream.getAudioTracks()[0]}return Object.assign(ki.clone(),{enabled:!1})}D.getSilentMediaTrack=q;function he(C=p.videoMinWidth,F=p.videoMinHeight){xt||(xt=document.createElement("canvas")),xt.width=C,xt.height=F;let K=xt.getContext("2d");return K.rect(0,0,C,F),K.fillStyle="black",K.fill(),(!Di||Di.readyState==="ended")&&(Di=xt.captureStream(p.videoFrameRate).getVideoTracks()[0]),Object.assign(Di.clone(),{enabled:!1})}D.getBlackMediaTrack=he;function Ae(){if(or()==="Edge"&&Number(sr())<70)return!1;try{let C=window;return"mediaDevices"in C.navigator&&"getUserMedia"in C.navigator.mediaDevices&&C.RTCPeerConnection&&C.RTCIceCandidate&&C.RTCSessionDescription&&C.HTMLCanvasElement&&C.HTMLCanvasElement.prototype.captureStream&&C.RTCRtpSender&&C.RTCRtpSender.prototype.replaceTrack&&C.RTCRtpSender.prototype.getParameters&&"sendBeacon"in navigator&&!0||!1}catch(C){return!1}}D.isBrowserSupported=Ae;function Ei(){return!!navigator.mediaDevices.getDisplayMedia}D.isScreenCapturingSupported=Ei;function Xt(){let C=D.browserName()==="Safari"&&D.browserVersion()==="15"&&D.browserSubVersion()==="1",F=D.browserName()==="Opera"&&D.os()==="Windows";return C||F}D.isBrokenH264=Xt;function re(){return!(D.baseChromeVersion()&&D.isMobile())}D.canPreferH264=re;function Gr(){var C;return((C=window.RTCRtpTransceiver)==null?void 0:C.prototype)&&"setCodecPreferences"in window.RTCRtpTransceiver.prototype}D.canPreferRed=Gr;function Wr(){return Cr||(Cr=(()=>{let C={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 F in C)if(C.hasOwnProperty(F)&&C[F].test(Pe))return F;return"Unknown"})()),Cr}D.os=Wr;function Kr(){return Rr===null&&(Rr=/Mobile|mini|Fennec|Android|iP(ad|od|hone)/.test(Oa)),Rr}D.isMobile=Kr;function or(){return wi()[0]}D.browserName=or;function sr(){return wi()[1]}D.browserVersion=sr;function qr(){return wi()[3]}D.baseChromeVersion=qr;function cr(){return yr||(yr=new(window.AudioContext||window.webkitAudioContext)),yr}D.getAudioContext=cr;function R(){return wi()[4]}D.browserSubVersion=R;function S(){return D.baseChromeVersion()>=105&&!D.isMobile()}D.isAudioShareSupported=S;function A(C,F){et[C]||(et[C]=[]),et[C].push(F)}D.addEventListener=A;function B(C,F){if(et[C])if(!F)delete et[C];else{let K=et[C].indexOf(F);K>-1&&et[C].splice(K,1)}}D.removeEventListener=B})(be||(be={}));var P=be;var ze=class extends je{init(r){return c(this,null,function*(){d.debug("WebCodecsDecoder started"),yield this._createWorker('"use strict";var exports=(()=>{var c=Object.defineProperty;var p=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var b=Object.prototype.hasOwnProperty;var E=(o,e)=>{for(var t in e)c(o,t,{get:e[t],enumerable:!0})},g=(o,e,t,s)=>{if(e&&typeof e=="object"||typeof e=="function")for(let r of f(e))!b.call(o,r)&&r!==t&&c(o,r,{get:()=>e[r],enumerable:!(s=p(e,r))||s.enumerable});return o};var V=o=>g(c({},"__esModule",{value:!0}),o);var y={};E(y,{default:()=>k});var k=o=>{let e=null,t=!0;function s(){self.postMessage({type:"ready"})}function r(a,l,n,i=!1){if(!e||t!==n){if(!i){self.postMessage({type:"debug",message:"WebCodecsDecoder dropped frame - waiting for keyframe"});return}t=n,e?self.postMessage({type:"debug",message:`WebCodecsDecoder codec changed to ${n?"VP9":"VP8"}`}):(self.postMessage({type:"debug",message:`WebCodecsDecoder codec ${n?"VP9":"VP8"}`}),e=new VideoDecoder({output:d=>{let m=o?[d]:[];self.postMessage({type:"frame",data:d},m),d.close()},error:d=>{e&&e.state!=="closed"&&e.close(),e=null,self.postMessage({type:"frame",error:"WebCodecsDecoder failed, reinitialize: "+String(d)})}})),e.configure({codec:n?"vp09.00.50.08":"vp8"})}let u=new EncodedVideoChunk({type:i?"key":"delta",timestamp:a,data:l});e.decode(u)}self.onmessage=a=>{switch(a.data.type){case"init":s();break;case"frame":r(a.data.timestamp,a.data.data,a.data.isVP9,a.data.keyFrame);break}}};return V(y);})();\n',e=>{e.error?d.warn("WebCodecsDecoder",e.error):(r(e.data),e.data.close())},[P.baseChromeVersion()>=92||P.browserName()==="Safari"])})}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}};var It=class{constructor(r=null,e=0){this._counter=0;this._interval=0;this._lastCalculationTime=Date.now();this._onCalculated=null;this._onCalculated=r,e&&(this._interval=window.setInterval(()=>this.calculate(),e))}increment(r=1){this._counter+=r}calculate(){var i;let r=Date.now(),e=r-this._lastCalculationTime,t=Math.round(this._counter*1e3/e);return this._counter=0,this._lastCalculationTime=r,(i=this._onCalculated)==null||i.call(this,t),t}destroy(){window.clearInterval(this._interval),this._interval=0}};var La=require("bit-buffer");var $n=1e3;function me(n,r,e=0){return r in n&&n[r]?n[r]:e}function xa(...n){return r=>{for(let e of n)if(e(r))return!0;return!1}}function ct(n,r){return e=>e[n]===r}function zn(n){return(r,e)=>r[n]-e[n]}function Bi(n,r){return r.reduce((e,t)=>(e[t[n]]=t,e),{})}function Jn(n){let r={},e=[];for(let t of n)r[t.id]||(r[t.id]=!0,e.push(t));return e}function Ar(n){return Object.keys(n).filter(r=>n[r]!==void 0).map(r=>[r,n[r]]).reduce((r,e)=>(r[e[0]]=T.isObject(e[1])?Ar(e[1]):e[1],r),{})}function Yn(n){let r=[];for(let e of n)e.forEach(t=>r.push(t));return r}function Qn(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(Yn).then(Jn)})}function Xn(n){let r=n.filter(ct("type","candidate-pair")).sort(zn("priority")).find(xa(ct("nominated",!0),ct("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||0,bytesReceived:r.bytesReceived||0},t=n.find(ct("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(ct("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}}),Ar(e)}function Zn(n,r){let e=Bi("id",n),t=n.filter(xa(ct("type","inbound-rtp"),ct("type","outbound-rtp")));P.browserName()==="Firefox"&&(t=Object.values(t.reduce((a,o)=>{if(!a[o.ssrc])a[o.ssrc]=o;else{let s=Object.assign({},a[o.ssrc],o),l=a[o.ssrc].isRemote?o:a[o.ssrc];s.id=l.id,s.type=l.type,delete s.isRemote,delete s.remoteId,a[s.ssrc]=s}return a},{})));let i={};if(P.browserName()==="Safari"){let a=n.filter(ct("type","track"));i=Bi("trackIdentifier",a)}return t.map(a=>{let o=Number(a.ssrc),s=a.mediaType||a.kind,l=a.trackId,u=a.type,h=a.codecId;if(P.browserName()==="Safari"){let f=/^.+_([\d]+)$/.exec(a.id);if(f&&(o=parseInt(f[1],10)),s=a.id.indexOf("Audio")>0?"audio":"video",r[o]){let w=s+"-"+r[o];i[w]&&(l=i[w].id)}}if(!u||!o||!s)return null;let m={ssrc:o,type:u,kind:s,bytesReceived:me(a,"bytesReceived"),bytesSent:me(a,"bytesSent"),jitter:me(a,"jitter"),packetsLost:me(a,"packetsLost"),packetsReceived:me(a,"packetsReceived"),packetsSent:me(a,"packetsSent"),fractionLost:me(a,"fractionLost"),pliCount:me(a,"pliCount"),firCount:me(a,"firCount"),nackCount:me(a,"nackCount"),userId:r[o],freezeCount:me(a,"freezeCount",0),totalFreezesDuration:me(a,"totalFreezesDuration",0)};if(s==="video"){let f=me(a,"framesDecoded"),w=me(a,"totalInterFrameDelay"),N=me(a,"totalSquaredInterFrameDelay");m.interframeDelayVariance=(N-w*w/f)/f}if(s==="audio"&&(m.totalSamplesReceived=me(a,"totalSamplesReceived"),m.concealedSamples=me(a,"concealedSamples"),m.insertedSamplesForDeceleration=me(a,"insertedSamplesForDeceleration"),m.removedSamplesForAcceleration=me(a,"removedSamplesForAcceleration"),m.silentConcealedSamples=me(a,"silentConcealedSamples"),m.concealmentEvents=me(a,"concealmentEvents"),m.totalAudioEnergy=me(a,"totalAudioEnergy")),h&&e[h]){let f=e[h];m.clockRate=f.clockRate,m.mimeType=f.mimeType}if(l&&e[l]){let f=e[l];m.frameHeight=f.frameHeight,m.frameWidth=f.frameWidth,m.framesDecoded=f.framesDecoded,m.framesReceived=f.framesReceived,m.framesDropped=f.framesDropped}return Ar(m)}).filter(a=>!!a)}function eo(n,r){if(!r||!r.rtps||!n.rtps)return n;let e=Bi("ssrc",n.rtps),t=Bi("ssrc",r.rtps),i=(n.timestamp-r.timestamp)/1e3;return!e||!t||Object.keys(e).forEach(a=>{let o=e[a],s=t[a];if(!(!o||!s)){if(o.bytesReceived&&o.bytesReceived>s.bytesReceived&&(o.bandwidth=Math.round((o.bytesReceived-s.bytesReceived)/i)),o.bytesSent&&o.bytesSent>s.bytesSent&&(o.bandwidth=Math.round((o.bytesSent-s.bytesSent)/i)),o.packetsReceived)if(o.packetsReceived>s.packetsReceived||o.packetsLost>s.packetsLost){let l=o.packetsLost-s.packetsLost,u=o.packetsReceived-s.packetsReceived;o.packetLoss=parseFloat((100*l/(l+u)).toFixed(2))}else o.packetLoss=0;if(o.freezeCount>s.freezeCount&&(o.freezeCountDelta=o.freezeCount-s.freezeCount),o.totalFreezesDuration>s.totalFreezesDuration){let l=Math.round(o.totalFreezesDuration-s.totalFreezesDuration);o.totalFreezesDurationDelta=l}o.framesDropped&&s.framesDropped&&o.framesDropped>s.framesDropped&&(o.framesDroppedDelta=parseFloat(((o.framesDropped-s.framesDropped)/i).toFixed(0)))}}),n}function ni(t,i){return c(this,arguments,function*(n,r,e={}){let a=yield Qn(n),o={timestamp:Date.now(),transport:Xn(a),rtps:Zn(a,e)};return r?eo(o,r):(yield T.delay($n),ni(n,o,e))})}function Ge(n){performance.clearMarks(n),performance.mark(n)}function Dr(n){performance.clearMarks(n)}function dt(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 Ut(n){return`${v.SCREENSHARE_FIRST_FRAME}_${to(n)}`}function to(n){return typeof n=="string"?n:JSON.stringify(n)}var Je=class{constructor(){this._eventualLogs=new Set}static create(){Je._instance=new Je}static logCallStat(r){var e;if((e=Je._instance)!=null&&e._eventualLogs.size){for(let t of Je._instance._eventualLogs)Object.assign(t,{call_topology:r.call_topology,local_address:r.local_address,local_connection_type:r.local_connection_type,network_type:r.network_type,remote_address:r.remote_address,remote_connection_type:r.remote_connection_type,rtt:r.rtt,transport:r.transport}),I.logCustom(v.CALL_EVENTUAL_STAT,t);Je._instance._eventualLogs.clear()}I.logCustom("callStat",r)}static logEventualStat(r){var e;r.value===void 0&&(r.value=dt(r.name)),r.value!==null&&((e=Je._instance)==null||e._eventualLogs.add(r))}static destroy(){var r;(r=Je._instance)==null||r._destroy(),Je._instance=null}_destroy(){this._eventualLogs.clear()}},ve=Je;ve._instance=null;var Fi=class{constructor(r){this._firstFrameReceived=!1;this._participantId=r}measure(r,e){if(this._firstFrameReceived)return;this._firstFrameReceived=!0;let t=Ut(this._participantId),i=dt(t);i!==null&&ve.logEventualStat({name:v.SCREENSHARE_FIRST_FRAME,value:i,width:r,height:e})}};var io=65536,lt=class{constructor(r,e,t){this._chunks=[];this._participantId=r,this._onStream=e,this._onStat=t,this._statScreenShareFirstFrame=new Fi(r)}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)%io!==r.sequence){d.warn("[FrameBuilder] Got incorrect chunk");return}if(this._chunks.push(r),r.end){let t=this._processFrameData(),{width:i,height:a}=lt.getFrameSize(t);this._processFrame({timestamp:r.timestamp,frameData:t,isVP9:r.isVP9,keyframe:r.keyframe,width:i,height:a}),this._statScreenShareFirstFrame.measure(i,a)}}destroy(){Dr(v.SCREENSHARE_FREEZE_DURATION),Dr(Ut(this._participantId)),this._chunks=[]}_processFrameData(){let r=this._chunks;this._chunks=[];let e=r.reduce((a,o)=>a+o.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 La.BitStream(r.buffer);t.bigEndian=!0,t.index+=2;let i=t.readBits(1),o=t.readBits(1)<<1|i;return o===3&&t.index++,t.readBits(1)===1||t.readBits(1)!==0||(t.index++,t.index++,t.index+=24,o>=2&&t.index++,t.readBits(3)!==7?(t.index++,(o===1||o===3)&&(t.index+=3)):(o===1||o===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")}_measureFreezeDuration(r){if(r){Ge(v.SCREENSHARE_FREEZE_DURATION);return}let e=dt(v.SCREENSHARE_FREEZE_DURATION);e!==null&&e>1e3&&this._onStat({freeze_duration:e})}};var Et=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 Bt=class extends Et{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;e instanceof ImageBitmap?i=e: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()})}drawFrame(e){return c(this,null,function*(){let t="createImageBitmap"in e?yield e.createImageBitmap():yield createImageBitmap(e);yield this._drawImage(t)})}drawImage(e){return c(this,null,function*(){yield this._drawImage(e)})}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 Tt=class extends Et{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&&ze.isBrowserSupported()}};var Ft=class extends lt{constructor(e,t,i){super(e,t,i);this._decoderReady=!1;this._decoderQueue=[];d.debug(`StreamBuilder started for participant [${e}]`),Tt.isBrowserSupported()?this._renderer=new Tt(t):this._renderer=new Bt(t),ze.isBrowserSupported()?this._decoder=new ze:this._decoder=new St;let a=o=>c(this,null,function*(){"VideoFrame"in window&&o instanceof VideoFrame?yield this._renderer.drawFrame(o):yield this._renderer.drawImage(o),this._fpsMeter.increment()});this._decoder.init(a).then(()=>{this._decoderReady=!0,this._decodeQueue()}),this._fpsMeter=new It(o=>d.log(`[StreamBuilder][${e}] fps: ${o}`),2e4)}_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._fpsMeter.destroy(),this._decoder.destroy(),this._renderer.destroy(),d.debug(`StreamBuilder destroyed for participant ${this._participantId}`)}static isBrowserSupported(){return Bt.isBrowserSupported()||Tt.isBrowserSupported()}};function Na(n,r,e,t,i,a,o){let s=0;r&&(s|=1),e&&(s|=2),t&&(s|=4),o||(s|=8);let l=new ArrayBuffer(11),u=new DataView(l);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,s),!o)return l;let h=new Uint8Array(l.byteLength+o.byteLength);return h.set(new Uint8Array(l),0),h.set(new Uint8Array(o),l.byteLength),h.buffer}function Ua(n){let r=new DataView(n),e=r.getUint8(0),t=r.getUint16(1),i=r.getUint32(3),a=r.getUint8(7)===1,o=r.getUint16(8),s=r.getUint8(10),l=!!(s&1),u=!!(s&2),h=!!(s&4),m=!!(s&8);if(e!==1)throw new Error(`Unexpected protocol version. Got ${e}, expected 1`);return{timestamp:i,start:l,end:u,keyframe:h,sequence:t,isVP9:a,ssrc:o,eos:m,data:n.slice(11)}}function Ba(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 Fa(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),o=r.getUint32(6);return{seq:a,ts2:o}}var M=Ti(require("simple-ebml-builder"));var ro=Qr(2,15)-1,kr=1,ao=5,no=5;var oi=class{constructor(r){this._sourceBuffer=null;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=oi._buildQueue(r);this._sourceBuffer.appendBuffer(e)}static _buildQueue(r){if(r.length){if(r.length===1)return M.build(r[0])}else return new Uint8Array;let e=r.reduce((a,o)=>a+o.countSize(),0),t=new Uint8Array(e),i=0;for(let a of r){let o=M.build(a);t.set(o,i),i+=o.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,o,s;((a=this._mediaSource)==null?void 0:a.readyState)==="open"&&((o=this._sourceBuffer)==null||o.abort());let r=(s=this._sourceBuffer)==null?void 0:s.buffered,e=r==null?void 0:r.length;if(!e)return;let t=r.start(0),i=Math.max(0,r.end(e-1)-ao);i-t>no&&(this._clearBufferTill=i)}destroy(){var r;this._queue=[],this._mediaSource.readyState==="open"&&((r=this._sourceBuffer)==null||r.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}},xe=class extends lt{constructor(e,t,i){super(e,t,i);this._mediaBuffer=null;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 M.element(M.ID.EBML,[M.element(M.ID.EBMLVersion,M.number(1)),M.element(M.ID.EBMLReadVersion,M.number(1)),M.element(M.ID.EBMLMaxIDLength,M.number(4)),M.element(M.ID.EBMLMaxSizeLength,M.number(8)),M.element(M.ID.DocType,M.string("webm")),M.element(M.ID.DocTypeVersion,M.number(2)),M.element(M.ID.DocTypeReadVersion,M.number(2))])}static _genSegmentHeader(e,t,i){let a=M.element(M.ID.Info,[M.element(M.ID.TimecodeScale,M.number(1e6)),M.element(M.ID.MuxingApp,M.string("vk-webm-builder")),M.element(M.ID.WritingApp,M.string("vk-webm-builder"))]),o=[M.element(M.ID.PixelWidth,M.number(e)),M.element(M.ID.PixelHeight,M.number(t))],s=M.element(M.ID.Tracks,M.element(M.ID.TrackEntry,[M.element(M.ID.TrackNumber,M.number(kr)),M.element(M.ID.TrackUID,M.number(kr)),M.element(M.ID.TrackType,M.number(1)),M.element(M.ID.FlagLacing,M.number(0)),M.element(M.ID.DefaultDuration,M.number(1e9)),M.element(M.ID.CodecID,M.string(`V_${i.toUpperCase()}`)),M.element(M.ID.Video,o)]));return M.unknownSizeElement(M.ID.Segment,[a,s])}static _genClusterHeader(e){return M.unknownSizeElement(M.ID.Cluster,[M.element(M.ID.Timecode,M.number(Math.round(e)))])}_createVideo(e){this._mediaBuffer=new oi(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=()=>{var i;if((i=this._video)!=null&&i.src){d.warn(`[WebmBuilder] Video paused for participant [${this._participantId}], try to play again`);let a=this._video.seekable;a.length&&(this._video.currentTime=a.end(a.length-1)-.1),this._video.play().catch(()=>{})}};this._video.onpause=t,this._video.onwaiting=t,this._video.onstalled=t,this._video.onerror=()=>{var i;return d.warn(`[WebmBuilder] Video Error for participant [${this._participantId}]`,(i=this._video)==null?void 0:i.error)},this._stream=this._video.captureStream(),this._onStream(this._stream)}_processFrame(e){var s,l,u,h,m;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,(s=this._mediaBuffer)==null||s.cleanup(),d.debug(`[WebmBuilder] Segment header for participant [${this._participantId}]`);let f=xe._genWebmHeader();(l=this._mediaBuffer)==null||l.append(f);let w=xe._genSegmentHeader(e.width,e.height,t);(u=this._mediaBuffer)==null||u.append(w)}let a=Math.round(i-this._clusterStartTime);if(a>ro&&(this._clusterStartTime=i,a=0),a===0){d.debug(`[WebmBuilder] Cluster header for participant [${this._participantId}]`);let f=xe._genClusterHeader(this._clusterStartTime);(h=this._mediaBuffer)==null||h.append(f)}let o=M.element(M.ID.SimpleBlock,[M.vintEncodedNumber(kr),M.bytes(xe._intToU16BE(a)),M.number((e.keyframe?1:0)<<7),M.bytes(e.frameData)]);(m=this._mediaBuffer)==null||m.append(o,!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 Rt=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=o=>this._onDataChannelMessage(o.data)}_onDataChannelMessage(r){var a,o;let e=Ua(r),t=(o=(a=this._participantIdRegistry)==null?void 0:a.getStreamDescription(e.ssrc))==null?void 0:o.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 s=l=>this._onStream(t,l);p.screenShareWebmBuilder&&xe.isBrowserSupported()?i=new xe(t,s,this._onStat):i=new Ft(t,s,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(ze.isBrowserSupported()||St.isBrowserSupported())&&(Ft.isBrowserSupported()||xe.isBrowserSupported())}};var Or=class{constructor(r,e,t){this._next=t,t&&(t.prev=this),this._prev=e,e&&(e.next=this),this._data=r}get prev(){return this._prev}set prev(r){this._prev=r}get next(){return this._next}set next(r){this._next=r}get data(){return this._data}},si=class{constructor(){this._head=null;this._tail=null;this._length=0}get length(){return this._length}push(...r){for(let e of r)this._tail=new Or(e,this._tail,null),this._head||(this._head=this._tail),this._length++}merge(r){this._tail&&(this._tail.next=r._head),this._head||(this._head=r._head),this._tail=r._tail,this._length+=r._length,r.clear()}shift(){if(!this._length||!this._head)return null;let r=this._head;return this._head=r.next,this._head&&(r.next=null,this._head.prev=null),this._length--,this.length===1?this._tail=this._head:this.length||(this._head=this._tail=null),r.data}bisect(){if(this.length){let r=this.length>1?Math.floor(this.length/2):0;for(let e=0;e<r;e++)this.shift()}}head(){var r;return((r=this._head)==null?void 0:r.data)||null}tail(){var r;return((r=this._tail)==null?void 0:r.data)||null}clear(){this._head=null,this._tail=null,this._length=0}toString(){let r=[],e=this._head;for(;e!==null;)r.push(e.data),e=e.next;return r.length?JSON.stringify(r,(t,i)=>i instanceof Error?String(i):i):""}};var wr=Ti(require("@vkontakte/libvpx"));var oo=1e3,Vt=class extends je{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=l=>t(),a.onerror=()=>i(new Error("Video element error"));let o=a.play(),s=()=>i(new Error("Autoplay is disabled"));o?o.catch(s):s()}})})}_removeStream(){var e;window.clearTimeout(this._frameReadTimeout),(e=this._lastFrame)==null||e.close(),this._stream&&(this._stream.getTracks().forEach(t=>t.stop()),this._stream=null,this._track=null),this._video&&(this._video.pause(),this._video.srcObject=null),this._imageCapture&&(this._imageCapture=null)}_drawFrameVideo(){if(!this._canvas||!this._canvasCtx||!this._video||!this._track)throw new Error("Fatal error");this._video.paused&&this._video.play();let e=this._video.videoWidth,t=this._video.videoHeight;return this._canvas.width=this._video.width=e,this._canvas.height=this._video.height=t,this._canvasCtx.clearRect(0,0,e,t),this._canvasCtx.drawImage(this._video,0,0,e,t),this._requestCanvasFrame(),this._canvasCtx.getImageData(0,0,e,t)}_getFrameBitmap(){return 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 u=Object.defineProperty;var R=Object.getOwnPropertyDescriptor;var y=Object.getOwnPropertyNames;var x=Object.prototype.hasOwnProperty;var V=(a,r)=>{for(var s in r)u(a,s,{get:r[s],enumerable:!0})},h=(a,r,s,i)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of y(r))!x.call(a,e)&&e!==s&&u(a,e,{get:()=>r[e],enumerable:!(i=R(r,e))||i.enumerable});return a};var A=a=>h(u({},"__esModule",{value:!0}),a);var M={};V(M,{default:()=>F});var F=(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 l=Math.round(performance.now()),f=150;if(!e.encode(l,f,p)){self.postMessage({type:"frame",error:"Encode failed"});return}let b=e.readFrame();if(!b){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 c=new Uint8Array(b.byteLength);c.set(b),self.postMessage({type:"frame",frameType:p?"key":"delta",timestamp:l,duration:f,width:t,height:o,data:c.buffer},[c.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 A(M);})();
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})},[wr.default,wr.default.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){window.clearTimeout(this._frameReadTimeout),this._frameReadTimeout=window.setTimeout(()=>{if(this._lastFrame){let t=this._drawFrameData(this._lastFrame);this._encode(t,e)}else this._onFrame(null)},oo),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,i){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 Ct=class extends je{constructor(e,t,i,a,o,s){super();this._sourceTrack=e,this._onFrame=t,this._useCongestionControl=i,this._maxBitrate=a,this._useCbr=o,this._frameRate=s,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 R=Object.defineProperty;var C=Object.getOwnPropertyDescriptor;var T=Object.getOwnPropertyNames;var B=Object.prototype.hasOwnProperty;var x=(a,t)=>{for(var n in t)R(a,n,{get:t[n],enumerable:!0})},_=(a,t,n,i)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of T(t))!B.call(a,o)&&o!==n&&R(a,o,{get:()=>t[o],enumerable:!(i=C(t,o))||i.enumerable});return a};var I=a=>_(R({},"__esModule",{value:!0}),a);var S={};x(S,{default:()=>M});var M=()=>{let t,n,i,o,p,u,d=null,m=0,b=!1,s=0,g,V,c=!1;function y(e){t=e.readable,n=t.getReader(),i=e.width,o=e.height,p=e.isVP9,u=e.framerate,g=e.useCongestionControl,V=e.maxBitrate,g&&(s=V,c=e.useCbr),f(),self.postMessage({type:"ready"})}function A(e){self.clearTimeout(m),m=self.setTimeout(r=>{d&&h(d,r)},1e3,e),!b&&(b=!0,n.read().finally(()=>{b=!1,self.clearTimeout(m)}).then(({done:r,value:l})=>{if(d==null||d.close(),d=null,!(r||!l)){if(!E){n.releaseLock(),t.cancel();return}d=l,h(l,e)}}))}function h(e,r){(e.codedWidth!==i||e.codedHeight!==o)&&(i=e.codedWidth,o=e.codedHeight,f()),E.encode(e,{keyFrame:r})}function f(){let e={framerate:u,codec:p?"vp09.00.50.08":"vp8",width:i,height:o,latencyMode:"realtime",bitrateMode:c?"constant":"variable"};s>0&&(e.bitrate=s),E.configure(e)}function F(e,r,l){s=e,c=r,u=l,f()}let E=new VideoEncoder({output:e=>{let r;e.data?r=e.data:(r=new ArrayBuffer(e.byteLength),e.copyTo(r)),self.postMessage({type:"frame",frameType:e.type,timestamp:e.timestamp,duration:e.duration,width:i,height:o,data:r},[r])},error:e=>{self.postMessage({type:"frame",error:String(e)})}});self.onmessage=e=>{switch(e.data.type){case"init":y(e.data);break;case"frame":A(e.data.keyFrame);break;case"set_bitrate":F(e.data.bitrate,e.data.useCbr,e.data.fps);break}}};return I(S);})();
11
+ `,a=>{var o;a.error?this._onFrame(null,a.error):this._onFrame({type:a.frameType,timestamp:a.timestamp,duration:a.duration,data:a.data,byteLength:(o=a.data)==null?void 0:o.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,i){this._sendToWorker("set_bitrate",{bitrate:e,useCbr:t,fps:i})}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 so=2100,co=600,lo=1.2,Va=.8,po=2e3,uo=8e3,xr=8e3,mo=16e3,ho=4,_o=2e3,Vi=(t=>(t[t.NONE=0]="NONE",t[t.UP=1]="UP",t[t.DOWN=2]="DOWN",t))(Vi||{}),ci=class{constructor(r,e,t,i,a,o,s){this._upPenalty=0;this._delayAvgShort=-1;this._delayAvgLong=-1;this._minDelay=Number.MAX_VALUE;this._maxDelay=0;this._largeDelayDuration=0;this._frames=0;this._fps=0;this._onCongestion=r,this._ccEnabled=i,this._minBitrate=e,this._maxBitrate=t,this._fastSharing=a,this._targetFps=s,o>0?this._highDelayThreshold=o:this._highDelayThreshold=so,a&&(this._highDelayThreshold=co),this._trendDelayThreshold=Math.round(this._highDelayThreshold/3),this._targetBitrate=this._maxBitrate,this._probing=!1;let l=Date.now();this._lastDown=0,this._lastUp=l,this._lastProbing=l,this._lastCheckDelay=0,this._lastFpsCalcMs=0}checkDelay(r,e,t){let i=Date.now();if(this._calcFps(i),this._calcDelay(e,i),this._delayAvgShort<=0||this._delayAvgLong<=0||!this._ccEnabled)return;let a=0,o=this._delayAvgShort-this._delayAvgLong,s=Math.round(Math.abs(o)*100/this._delayAvgLong),l=o>40&&s>30&&this._delayAvgShort>this._trendDelayThreshold,u=this._delayAvgShort>this._highDelayThreshold;l||u?a=2:Math.abs(o)<40&&s<10&&!u&&(a=1);let h=Math.round(this._targetBitrate/1e3),m=t;r%10===0&&d.debug(`#${r}: cc: delay=${e} short=${this._delayAvgShort} long=${this._delayAvgLong} delta=${o} percent=${s} -> ${Vi[a]} tr=${h} br=${t}`);let f=i-this._lastDown;if(a===2&&f>po){this._probing&&(this._upPenalty=Math.min(++this._upPenalty,ho),this._probing=!1);let X=Va*m*1e3;if(X>=this._targetBitrate&&(X=this._targetBitrate*Va),X=Math.max(X,this._minBitrate),X<this._targetBitrate){let Z=Math.round(X/1e3),ee=Math.round(this._upPenalty*xr/1e3);d.log(`#${r}: cc: delay=${e} short=${this._delayAvgShort} long=${this._delayAvgLong} delta=${o} percent=${s} -> ${Vi[a]}`),d.log(`#${r}: cc: DOWN delay=${e} bitrate=${m} target=${h} -> newBitrate=${Z} penalty=${ee}s`),this._setBitrate(X,!0),this._targetBitrate=X}this._lastDown=i}let w=i-this._lastUp,N=uo+this._upPenalty*xr;if(a===1&&w>N&&f>N){let X=Math.min(this._targetBitrate*lo,this._maxBitrate);if(X>this._targetBitrate){let Z=Math.round(X/1e3),ee=Math.round(this._targetBitrate/1e3),q=Math.round(this._upPenalty*xr/1e3);d.log(`#${r}: cc: delay=${e} short=${this._delayAvgShort} long=${this._delayAvgLong} delta=${o} percent=${s} -> ${Vi[a]}`),d.log(`#${r}: cc: UP bitrate=${m} target=${ee} -> newBitrate=${Z} penalty=${q}s`),this._setBitrate(X,!1),this._targetBitrate=X,this._probing=!0,this._lastProbing=i,this._lastUp=i}}let L=i-this._lastProbing;this._probing&&L>mo&&(this._probing=!1);let W=i-this._lastDown;this._upPenalty>0&&W>3*N&&(d.log(`#${r}: cc: UP reset penalty: oldPenalty=${this._upPenalty}`),this._upPenalty=0)}_setBitrate(r,e){this._fastSharing&&(e=!0);let t=this._targetFps;this._fps>0&&(t=this._fps),this._onCongestion(r,e,t)}_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>_o){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}_calcFps(r){this._frames++;let e=r-this._lastFpsCalcMs;if(e>5e3){this._lastFpsCalcMs=r;let t=this._fps,i=this._frames*1e3/e;this._fps===0?this._fps=Math.round(i):this._fps=Math.round((this._fps*3+i)/4),this._frames=0,this._fps!==t&&d.log(`cc: fps=${this._fps}`)}}};var di=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 o=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++,o}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++){let i=this._buffer[e];if(r===(i==null?void 0:i.seq))return i;if(e=++e%this._maxSize,e===this._tail)break}return null}getServerBitrateK(r){let e=0,t=0,i=-1,a=-1,o=this._tail;for(let s=0;s<this._maxSize;s++){o>0?--o:o=this._maxSize-1;let l=this._buffer[o];if(!l||(a===-1&&(a=l.ts2,t=0),a>=0&&(t+=l.size),i=l.ts2,a-i>=r)||o===this._head)break}if(i>=0&&a>=0){let s=a-i;e=Math.round(s>0?t*8/s: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)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 o=0;o<this._maxSize;o++){a>0?--a:a=this._maxSize-1;let s=this._buffer[a];if(s){if(i===-1&&s.end&&!s.start&&(i=s.ts2,e=0),t===-1&&i>=0&&s.start&&!s.end&&(t=s.ts2),t>=0&&i>=0){let l=i-t;r=l>0?e*8/l:0;break}if(i>=0&&(e+=s.size),a===this._head)break}}return Math.round(r)}clear(){this._buffer.fill(void 0),this._size=0,this._head=0,this._tail=0}};var Lr=65536,fo=50,So=400,vo=1e6,Io=3e5,Eo=3e4,To=5,ji=0,yt=class{constructor(r,e,t,i){this._destroyed=!1;this._needKeyframe=!0;this._frameNum=0;this._feedback=new di(1024);this._lastSentFrameSeq=0;this._lastDeliveredFrameSeq=0;this._lastSharingStat=Date.now();this._queue=new si;d.debug("ScreenCaptureSender started"),this.DATA_SIZE=p.consumerScreenDataChannelPacketSize-11,this._datachannel=e,this._signaling=t,this._fastSharing=i,this._congestionControlEnabled=p.screenShareCongestionControl||this._fastSharing,this._width=r.getSettings().width,this._height=r.getSettings().height;let a=p.getScreenFrameRate(this._fastSharing),{minBitrate:o,maxBitrate:s}=this._calcMinMaxBitrate(this._width,this._height),l=this._onCongestionCallback.bind(this);d.log(`ScreenCaptureSender: CongestionControl: enabled=${this._congestionControlEnabled} minBitrate=${Math.round(o/1e3)}k maxBitrate=${Math.round(s/1e3)}k delayThreshold=${p.screenShareCongestionControlThreshold}`),this._congestionControl=new ci(l,o,s,this._congestionControlEnabled,this._fastSharing,p.screenShareCongestionControlThreshold,a);let u=(h,m)=>{if(this._destroyed)return;if(!h){d.warn("requestFrame failed, keyFrame: "+this._needKeyframe,m),this._needKeyframe=!0,this._handleQueue();return}(h.width!==this._width||h.height!==this._height)&&(this._width=h.width,this._height=h.height,this._onResize(this._width,this._height));let f=this._sliceFrame(h);this._queue.merge(f),this._handleQueue(),this._sendSharingStat()};if(Ct.isBrowserSupported()){let h=this._fastSharing;this._encoder=new Ct(r,u,this._congestionControlEnabled,s,h,a)}else this._encoder=new Vt(r,u,this._congestionControlEnabled,s);this._datachannel.onmessage=h=>{Ba(h.data)&&(d.debug(`[${this._datachannel.label}] Requested keyframe`),this._needKeyframe=!0);let m=Fa(h.data);m!==null&&this._checkCcFeedback(m)},this._encoder.init().then(()=>this._handleQueue()).catch(h=>d.warn("ScreenCaptureSender init failed",h)),this._fpsMeter=new It(h=>d.log(`[ScreenCaptureSender] fps: ${h}`),2e4)}_handleQueue(){if(this._destroyed)return;let r=this._queue.shift();if(!r){(this._lastSentFrameSeq-this._lastDeliveredFrameSeq+Lr)%Lr>To?d.debug(`[ScreenCaptureSender] Buffer is full, waiting cc update. Last sent sequence: ${this._lastSentFrameSeq}, last delivered ${this._lastDeliveredFrameSeq}`):this._requestFrame();return}if(!this._sendFrameChunk(r)){this._needKeyframe=this._needKeyframe||!this._cleanupQueue(),T.setImmediate(()=>this._handleQueue());return}if(r.isLast){this._frameNum++,this._fpsMeter.increment(),r.isKey&&d.debug(`#${this._frameNum}: sharing: send keyframe size=${Math.round(r.frameSize/1e3)}k`);let t=this._feedback.getCurrentDelay(),i=this._feedback.getServerBitrateK(2e3);t>0&&this._congestionControl.checkDelay(this._frameNum,t,i)}else T.setImmediate(()=>this._handleQueue())}_cleanupQueue(){let r=this._queue.head();for(;r;){if(r.isFirst&&r.isKey)return!0;this._queue.shift(),r=this._queue.head()}return!1}_requestFrame(){this._destroyed||(this._encoder.requestFrame(this._needKeyframe),this._needKeyframe=!1)}_sliceFrame(r){let e=r.type==="key",t=r.data.byteLength,i=new si;for(let a=0;a<t;a+=this.DATA_SIZE){let o=r.data.slice(a,a+this.DATA_SIZE),s=a===0,l=t<=a+o.byteLength,u=this._wrapHeader(r.timestamp,s,l,e,o);i.push({data:u.data,sequence:u.sequence,frameSize:t,isFirst:s,isLast:l,isKey:e,timestamp:r.timestamp})}return i}_wrapHeader(r,e,t,i,a){let o=Na(r,e,t,i,ji,this._encoder.isVP9(),a),s={sequence:ji,data:o};return ji=(ji+1)%Lr,s}_stopPacket(){return this._wrapHeader(Date.now(),!1,!1,!1,null).data}_sendFrameChunk(r){if(!this._datachannel||this._datachannel.readyState!=="open")return!1;try{return this._datachannel.send(r.data),this._feedback.add(r.sequence,r.timestamp,r.data.byteLength,r.isFirst,r.isLast),r.isLast&&(this._lastSentFrameSeq=r.sequence),!0}catch(e){return d.warn("Error sending chunk to DataChannel",e),!1}}destroy(){this._queue.clear(),this._fpsMeter.destroy(),this._datachannel.onmessage=null,this._feedback.clear(),this._datachannel.readyState==="open"&&this._datachannel.send(this._stopPacket()),this._destroyed=!0,this._encoder.destroy(),d.debug("ScreenCaptureSender destroyed")}static isBrowserSupported(){return Ct.isBrowserSupported()||Vt.isBrowserSupported()}_onCongestionCallback(r,e,t){this._encoder.setBitrate(r,e,t)}_onResize(r,e){let{minBitrate:t,maxBitrate:i}=this._calcMinMaxBitrate(r,e),a=Math.round(t/1e3),o=Math.round(i/1e3);d.log(`cc: resize to ${r}x${e}, minBitrate=${a} maxBitrate=${o}`),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.max(Io,Math.min(vo,Math.round(t*fo))),a=Math.round(t*So);return{minBitrate:i,maxBitrate:a}}_checkCcFeedback(r){let e=this._feedback.update(r.seq,r.ts2);e===null?d.debug(`cc: update failed, seq=${r.seq}`):e.end&&(this._lastDeliveredFrameSeq=e.seq,this._handleQueue())}_sendSharingStat(){let r=Date.now();if(r-this._lastSharingStat>Eo){let t=this._congestionControl.getStat();t!==null&&(d.debug(`cc: send stats: ${JSON.stringify(t)}`),this._signaling.reportSharingStat(t)),this._lastSharingStat=r}}};var se=class{static get sessionKey(){return se._sessionKey}static set sessionKey(r){se._sessionKey=r}static get sessionSecretKey(){return se._sessionSecretKey}static set sessionSecretKey(r){se._sessionSecretKey=r}static get accessToken(){return se._accessToken}static set accessToken(r){se._accessToken=r}static isEmpty(){return!se._sessionKey}};var E=class{static set(r){r.hasOwnProperty("voiceParams")&&(Object.assign(E._params.voiceParams,r.voiceParams),delete r.voiceParams),r.hasOwnProperty("specListenerParams")&&(Object.assign(E._params.specListenerParams,r.specListenerParams),delete r.specListenerParams),r.hasOwnProperty("apiAuth")&&(se.accessToken=r.apiAuth.accessToken,se.sessionKey=r.apiAuth.sessionKey,se.sessionSecretKey=r.apiAuth.sessionSecretKey),Object.assign(E._params,T.objectFilterOutValues(r,void 0))}static get(r){return E._params[r]}static get appName(){return"ok.calls.sdk.js"}static get appVersion(){return 1.1}static get sdkVersion(){return"2.8.2-dev.66c024d.0"}static get debug(){}static get protocolVersion(){return E._params.joinFromMultipleDevices?6:5}static get platform(){return E._params.platform}static set platform(r){E._params.platform=r}static get clientType(){return E._params.clientType}static set clientType(r){E._params.clientType=r}static get externalUserType(){return E._params.externalUserType}static set externalUserType(r){E._params.externalUserType=r}static get device(){return E._params.device}static get apiKey(){return E._params.apiKey}static get apiEnv(){return E._params.apiEnv}static apiEndpoint(r){switch(r!=null?r:E.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 E._params.apiEnv}}static get authToken(){return E._params.authToken}static set authToken(r){E._params.authToken=r}static get anonymToken(){return E._params.anonymToken}static set anonymToken(r){E._params.anonymToken=r}static get domain(){return E._params.domain}static get externalDomain(){return E._params.externalDomain}static get iceServers(){return E._params.iceServers}static set iceServers(r){E._params.iceServers=r}static get wssBase(){return E._params.wssBase}static set wssBase(r){E._params.wssBase=r}static get wssToken(){return E._params.wssToken}static set wssToken(r){E._params.wssToken=r}static get signalingReconnectDelay(){return E._params.signalingReconnectDelay}static get signalingReconnectMaxDelay(){return E._params.signalingReconnectMaxDelay}static get signalingReconnectMaxCount(){return E._params.signalingReconnectMaxCount}static get waitConnectionDelay(){return E._params.waitConnectionDelay}static get waitResponseDelay(){return E._params.waitResponseDelay}static get waitMessageDelay(){return E._params.waitMessageDelay}static get waitAnotherTabDelay(){return E._params.waitAnotherTabDelay}static get debugLog(){return E._params.debugLog}static get forceRelayPolicy(){return E._params.forceRelayPolicy}static set forceRelayPolicy(r){E._params.forceRelayPolicy=r}static get videoMinWidth(){return E._params.videoMinWidth}static get videoMaxWidth(){return E._params.videoMaxWidth}static set videoMaxWidth(r){E._params.videoMaxWidth=r}static get videoMinHeight(){return E._params.videoMinHeight}static get videoMaxHeight(){return E._params.videoMaxHeight}static set videoMaxHeight(r){E._params.videoMaxHeight=r}static get videoAspectRatio(){return E._params.videoAspectRatio}static get videoFrameRate(){return E._params.videoFrameRate}static get videoFacingMode(){return E._params.videoFacingMode||(P.isMobile()?"user":null)}static set videoFacingMode(r){E._params.videoFacingMode=r}static get displaySurface(){return E._params.displaySurface}static get videoEffects(){return E._params.videoEffects}static set videoEffects(r){E._params.videoEffects=r}static get videoEffectMaxWidth(){return E._params.videoEffectMaxWidth}static set videoEffectMaxWidth(r){E._params.videoEffectMaxWidth=r}static get videoEffectMaxHeight(){return E._params.videoEffectMaxHeight}static set videoEffectMaxHeight(r){E._params.videoEffectMaxHeight=r}static get vmoji(){var r;return(r=E._params.vmoji)!=null&&r.isBrowserSupported()?E._params.vmoji:null}static set vmoji(r){E._params.vmoji=r}static get vmojiRenderingOptions(){return E._params.vmojiRenderingOptions||{}}static set vmojiRenderingOptions(r){E._params.vmojiRenderingOptions=r}static get voiceParams(){return E._params.voiceParams}static get specListenerParams(){return E._params.specListenerParams}static get iceRestartWaitTime(){return E._params.iceRestartWaitTime}static get transportConnectionWaitTime(){return E._params.transportConnectionWaitTime}static get statisticsInterval(){return E._params.statisticsInterval}static set statisticsInterval(r){E._params.statisticsInterval=r}static get networkStatisticsInterval(){return E._params.networkStatisticsInterval}static get perfStatReportEnabled(){return E._params.perfStatReportEnabled}static get callStatReportEnabled(){return E._params.callStatReportEnabled}static get producerNotificationDataChannel(){return E._params.producerNotificationDataChannel}static get producerCommandDataChannel(){return E._params.producerCommandDataChannel}static get consumerScreenDataChannel(){return E._params.consumerScreenDataChannel&&yt.isBrowserSupported()}static get producerScreenDataChannel(){return E._params.producerScreenDataChannel&&E.producerNotificationDataChannel&&Rt.isBrowserSupported()}static get asrDataChannel(){return E._params.asrDataChannel&&E.producerNotificationDataChannel}static get consumerScreenDataChannelPacketSize(){return E._params.consumerScreenDataChannelPacketSize}static get screenShareWebmBuilder(){return E._params.screenShareWebmBuilder}static get noiseSuppression(){return E._params.noiseSuppression}static set noiseSuppression(r){E._params.noiseSuppression=r}static get preferH264(){return E._params.preferH264}static get preferVP9(){return E._params.preferVP9}static get audioNack(){return E._params.audioNack}static get consumerScreenTrack(){return E._params.consumerScreenTrack&&E.consumerScreenDataChannel}static get producerScreenTrack(){return E._params.producerScreenTrack}static get movieShare(){return E._params.movieShare&&E.videoTracksCount>0}static get videoTracksCount(){return E.producerNotificationDataChannel?Number(E._params.videoTracksCount):0}static get breakVideoPayloadTypes(){return E._params.breakVideoPayloadTypes}static get useParticipantListChunk(){return E._params.useParticipantListChunk&&E.videoTracksCount>0}static get useRooms(){return E._params.useRooms}static get participantListChunkInitIndex(){var r;return(r=E._params.participantListChunkInitIndex)!=null?r:0}static get participantListChunkInitCount(){var r;return(r=E._params.participantListChunkInitCount)!=null?r:null}static get serverAudioRed(){return E._params.serverAudioRed&&P.canPreferRed()}static get p2pAudioRed(){return E._params.p2pAudioRed&&P.canPreferRed()}static get h264spsPpsIdrInKeyframe(){return E._params.h264spsPpsIdrInKeyframe}static get filterObservers(){return E._params.filterObservers}static get muteMode(){return E._params.muteMode}static get preserveAudioTracks(){return E._params.preserveAudioTracks}static get audioShare(){return P.isAudioShareSupported()&&E._params.audioShare}static get fastScreenShare(){return E._params.fastScreenShare}static get screenShareCongestionControl(){return E._params.screenShareCongestionControl}static get screenShareCongestionControlThreshold(){return E._params.screenShareCongestionControlThreshold}static get fastScreenShareWidth(){return E._params.fastScreenShareWidth}static get fastScreenShareHeight(){return E._params.fastScreenShareHeight}static get newMuteRules(){return E._params.newMuteRules}static get videoSuspend(){return E._params.videoSuspend}static get enumerateDevicesDelay(){return E._params.enumerateDevicesDelay}static getScreenFrameRate(r){return r?E._params.fastScreenShareFrameRate:E._params.screenFrameRate}},p=E;p._params={platform:"WEB",clientType:"PORTAL",externalUserType:"",device:"browser",apiKey:"",authToken:"",anonymToken:"",apiEnv:"AUTO",domain:"",externalDomain:"",iceServers:[],wssBase:"",wssToken:"",signalingReconnectDelay:1e3,signalingReconnectMaxDelay:5e3,signalingReconnectMaxCount:10,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,vmojiRenderingOptions:null,iceRestartWaitTime:2e4,transportConnectionWaitTime:5e3,statisticsInterval:5e3,networkStatisticsInterval:2e4,perfStatReportEnabled:!0,callStatReportEnabled:!1,enableLogPerfStatReport:!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,useParticipantListChunk:!1,useRooms:!1,participantListChunkInitIndex:0,participantListChunkInitCount:null,serverAudioRed:!0,p2pAudioRed:!0,h264spsPpsIdrInKeyframe:!0,breakVideoPayloadTypes:!1,joinFromMultipleDevices:!1,filterObservers:!1,muteMode:!1,preserveAudioTracks:!1,audioShare:!1,fastScreenShare:!1,screenShareCongestionControl:!1,screenShareCongestionControlThreshold:2100,fastScreenShareFrameRate:24,fastScreenShareWidth:1280,fastScreenShareHeight:720,newMuteRules:!1,videoSuspend:!1,enumerateDevicesDelay:2e3};var Hi=(l=>(l.WAITING_HALL="WAITING_HALL",l.WAITING="WAITING",l.CONNECTING="CONNECTING",l.CONNECTED="CONNECTED",l.RECONNECT="RECONNECT",l.ERROR="ERROR",l.HANGUP="HANGUP",l.PERMISSIONS="PERMISSIONS",l))(Hi||{});function G(n,...r){let e=p.get(n);typeof e=="function"&&setTimeout(e,0,...r)}function le(n,r,...e){if(p.filterObservers){if(Array.isArray(r)){if(r=r.filter(t=>!t.observer),!r.length)return}else if(r.observer)return}G(n,r,...e)}function Ie(n){return Object.assign({},n)}function Pt(n){return n.slice()}var Nr;(Lc=>{function n(_,y){G("onLocalStream",_,Ie(y))}Lc.onLocalStream=n;function r(_,y){G("onScreenStream",_,Ie(y))}Lc.onScreenStream=r;function e(_,y){G("onVmojiStream",_,Ie(y))}Lc.onVmojiStream=e;function t(_,y){G("onLocalStreamUpdate",Ie(_),y)}Lc.onLocalStreamUpdate=t;function i(_){d.debug("Local status:",_),G("onLocalStatus",_)}Lc.onLocalStatus=i;function a(_,y){le("onRemoteStream",_,y)}Lc.onRemoteStream=a;function o(_,y){le("onRemoteLive",_,y)}Lc.onRemoteLive=o;function s(_,y){le("onLocalLive",_,y)}Lc.onLocalLive=s;function l(_,y){le("onRemoteLiveUpdate",_,y)}Lc.onRemoteLiveUpdate=l;function u(_,y){le("onLocalLiveUpdate",_,y)}Lc.onLocalLiveUpdate=u;function h(_,y){le("onRemoteScreenStream",_,y)}Lc.onRemoteScreenStream=h;function m(_,y){le("onRemoteVmojiStream",_,y)}Lc.onRemoteVmojiStream=m;function f(_,y){le("onRemoteStreamSuspended",_,y)}Lc.onRemoteStreamSuspended=f;function w(_,y){le("onRemoteScreenStreamSuspended",_,y)}Lc.onRemoteScreenStreamSuspended=w;function N(_,y,J,Ce,mt){le("onConversation",_,Ie(y),Ie(J),Ce,mt)}Lc.onConversation=N;function L(_){_&&G("onConversationParticipantListChunk",_)}Lc.onConversationParticipantListChunk=L;function W(_,y,J){le("onRemoteMediaSettings",_,Ie(y),J)}Lc.onRemoteMediaSettings=W;function X(_,y){le("onLocalMediaSettings",_,Ie(y))}Lc.onLocalMediaSettings=X;function Z(_,y,J){le("onRemoteSharedMovieInfo",_,Ie(y),J)}Lc.onRemoteSharedMovieInfo=Z;function ee(_,y,J){le("onRemoteSharedMovieStoppedInfo",_,Ie(y),J)}Lc.onRemoteSharedMovieStoppedInfo=ee;function q(_,y,J){le("onLocalSharedMovieInfo",_,Ie(y),J)}Lc.onLocalSharedMovieInfo=q;function he(_,y,J){le("onLocalSharedMovieStoppedInfo",_,Ie(y),J)}Lc.onLocalSharedMovieStoppedInfo=he;function Ae(_,y){le("onParticipantAdded",_,y)}Lc.onParticipantAdded=Ae;function Ei(_,y){le("onParticipantJoined",_,y)}Lc.onParticipantJoined=Ei;function Xt(_,y,J){le("onRemoteParticipantState",_,Ie(y),J)}Lc.onRemoteParticipantState=Xt;function re(_,y,J=null){d.debug("Remote status:",y,_),le("onRemoteStatus",_,y,J)}Lc.onRemoteStatus=re;function Gr(){G("onPermissionsRequested")}Lc.onPermissionsRequested=Gr;function Wr(_,y){G("onPermissionsError",_,y)}Lc.onPermissionsError=Wr;function Kr(_,y){le("onRemoteRemoved",_,y)}Lc.onRemoteRemoved=Kr;function or(_,y,J){G("onCallState",_,y,Ie(J))}Lc.onCallState=or;function sr(_,y){G("onDeviceSwitched",_,y)}Lc.onDeviceSwitched=sr;function qr(_,y,J,Ce=!1,mt=!1,dr=null,lr=null,In,$r,En=null){let Tn=$r?Pt($r):void 0;G("onMuteStates",Ie(_),Pt(y),Pt(J),Ce,mt,dr,lr,In,Tn,En)}Lc.onMuteStates=qr;function cr(_,y){le("onRolesChanged",_,Pt(y))}Lc.onRolesChanged=cr;function R(_){G("onLocalRolesChanged",Pt(_))}Lc.onLocalRolesChanged=R;function S(_,y,J,Ce){le("onPinnedParticipant",_,y,J,Ce)}Lc.onPinnedParticipant=S;function A(_,y){G("onLocalPin",_,y)}Lc.onLocalPin=A;function B(_){G("onOptionsChanged",Pt(_))}Lc.onOptionsChanged=B;function D(){G("onCallAccepted")}Lc.onCallAccepted=D;function C(){G("onRateNeeded")}Lc.onRateNeeded=C;function F(_){le("onSpeakerChanged",_)}Lc.onSpeakerChanged=F;function K(_){G("onVolumesDetected",Pt(_))}Lc.onVolumesDetected=K;function te(_,y){G("onLocalVolume",_,y)}Lc.onLocalVolume=te;function fe(_,y){G("onJoinStatus",_,y)}Lc.onJoinStatus=fe;function Se(_,y){G("onHangup",_,y)}Lc.onHangup=Se;function De(_){G("onMultipartyChatCreated",Ie(_))}Lc.onMultipartyChatCreated=De;function Ue(){G("onDeviceChange")}Lc.onDeviceChange=Ue;function Be(_){G("onFingerprintChange",_)}Lc.onFingerprintChange=Be;function Ke(){G("onTokenExpired")}Lc.onTokenExpired=Ke;function Fe(_,y,J=!1){G("onChatMessage",_,y,J)}Lc.onChatMessage=Fe;function V(_,y,J=!1){G("onCustomData",_,y,J)}Lc.onCustomData=V;function At(_,y,J,Ce,mt,dr,lr=null){G("onRecordStarted",_,y,J,Ce,mt,dr,lr)}Lc.onRecordStarted=At;function b(_=null){G("onRecordStopped",_)}Lc.onRecordStopped=b;function _e(_){G("onLocalNetworkStatusChanged",_)}Lc.onLocalNetworkStatusChanged=_e;function Ee(_){G("onNetworkStatusChanged",_)}Lc.onNetworkStatusChanged=Ee;function ae(_,...y){G("onDebugMessage",_,...y)}Lc.onDebugMessage=ae;function ie(_,y){let J=Object.assign({},_,{memory:y});G("onStatistics",J)}Lc.onStatistics=ie;function pe(){G("onAutoplayError")}Lc.onAutoplayError=pe;function Qe(_,y,J,Ce,mt){G("onChatRoomUpdated",_,y,J,Ce,mt)}Lc.onChatRoomUpdated=Qe;function Sc(_){G("onPromoted",_)}Lc.onPromoted=Sc;function vc(_){G("onRemoteMixedAudioStream",_)}Lc.onRemoteMixedAudioStream=vc;function Ic(_){G("onJoinLinkChanged",_)}Lc.onJoinLinkChanged=Ic;function Ec(_){G("onRoomsUpdated",_)}Lc.onRoomsUpdated=Ec;function Tc(_,y,J,Ce){G("onRoomUpdated",_,y,J,Ce)}Lc.onRoomUpdated=Tc;function Rc(_){G("onRoomParticipantsUpdated",_)}Lc.onRoomParticipantsUpdated=Rc;function Cc(_){G("onRoomSwitched",_)}Lc.onRoomSwitched=Cc;function yc(_){G("onRoomStart",_)}Lc.onRoomStart=yc;function Pc(_,y=null){G("onFeedback",_,y)}Lc.onFeedback=Pc;function bc(_){G("onFeaturesPerRoleChanged",_)}Lc.onFeaturesPerRoleChanged=bc;function Mc(_){G("onParticipantVmojiUpdate",_)}Lc.onParticipantVmojiUpdate=Mc;function Ac(_,y){G("onAsrSet",_,y)}Lc.onAsrSet=Ac;function Dc(_,y,J){G("onAsrStarted",_,y,J)}Lc.onAsrStarted=Dc;function kc(_){G("onAsrStopped",_)}Lc.onAsrStopped=kc;function Oc(_,y,J,Ce){G("onAsrTranscription",_,y,J,Ce)}Lc.onAsrTranscription=Oc;function wc(_){G("onSignalingMessage",typeof _=="string"?_:Ie(_))}Lc.onSignalingMessage=wc;function xc(_){G("onPromotionApproved",_)}Lc.onPromotionApproved=xc})(Nr||(Nr={}));var g=Nr;var Br=(i=>(i.DEBUG="DEBUG",i.LOG="LOG",i.WARN="WARN",i.ERROR="ERROR",i))(Br||{}),Ur;(ee=>{let n="📞",r=(q,...he)=>{g.onDebugMessage(q,...he)},e=!1,t=(q,he)=>(...Ae)=>{q(...Ae),Pa(he,Ae)},i=console.debug.bind(console,n),a=console.log.bind(console,n),o=console.warn.bind(console,n),s=console.error.bind(console,n),l=r.bind(null,"DEBUG"),u=r.bind(null,"LOG"),h=r.bind(null,"WARN"),m=r.bind(null,"ERROR");ee.debug=l,ee.log=u,ee.warn=h,ee.error=m;function W(){return e}ee.enabled=W;function X(q){e=q,p.debugLog&&gr(),q?(ee.debug=p.debugLog?t(i,"DEBUG"):i,ee.log=p.debugLog?t(a,"LOG"):a,ee.warn=p.debugLog?t(o,"WARN"):o,ee.error=p.debugLog?t(s,"ERROR"):s):(ee.debug=p.debugLog?t(l,"DEBUG"):l,ee.log=p.debugLog?t(u,"LOG"):u,ee.warn=p.debugLog?t(h,"WARN"):h,ee.error=p.debugLog?t(m,"ERROR"):m)}ee.toggle=X;function Z(q,...he){switch(q){case"DEBUG":(0,ee.debug)(...he);break;case"LOG":(0,ee.log)(...he);break;case"WARN":(0,ee.warn)(...he);break;case"ERROR":(0,ee.error)(...he);break}}ee.send=Z})(Ur||(Ur={}));var d=Ur;var Gi=(t=>(t.USER="USER",t.ANONYM="ANONYM",t.GROUP="GROUP",t))(Gi||{}),Y;(l=>{function n(u){return u.length?typeof u[0]=="object"?u:u.map(h=>r(h)):[]}l.fromIds=n;function r(u,h="USER",m=0){return{id:u,type:h,deviceIdx:m}}l.fromId=r;function e(u,h=0){return{id:u.id,type:u.type==="ANONYM"?"ANONYM":"USER",deviceIdx:h}}l.fromSignaling=e;function t(u){let h=u.deviceIdx||0;return`{"id":"${u.id}","type":"${u.type}","deviceIdx":${h}}`}l.toString=t;function i(u,h="USER",m=0){return t(r(u,h,m))}l.fromIdToString=i;function a(u){try{return JSON.parse(u)}catch(h){throw new Error(`Failed to parse ExternalId from string '${u}'`)}}l.fromString=a;function o(u,h){return u.id===h.id&&u.type===h.type&&u.deviceIdx===h.deviceIdx}l.compare=o;function s(u){return(u==null?void 0:u.deviceIdx)||0}l.getDeviceIdx=s})(Y||(Y={}));var Ro="kf";function jt(n){return n.stopStream}function Fr(n){return n.keyFrameRequested}function ja(n){if(jt(n))return"ss";if(Fr(n))return Ro;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 Ht=(a=>(a.CAMERA="CAMERA",a.SCREEN="SCREEN",a.STREAM="STREAM",a.MOVIE="MOVIE",a.ANIMOJI="ANIMOJI",a))(Ht||{}),Ha="s",Ga="m";function Ye(n){return n.participantId+(n.mediaType?wt+Ha+n.mediaType:"")+(n.streamName?wt+Ga+n.streamName:"")}function li(n){let r=n.split(wt),e=r.shift();if(!e)throw new Error("Illegal stream description: "+n);let t=null,i,a=0;for(let s of r)switch(s.charAt(0)){case Ha:t=Co(s.slice(1));break;case Ga:i=s.slice(1);break;case Ai:a=Number.parseInt(s.slice(1),10);break;default:throw new Error("Unexpected parameter type "+s.charAt(0)+" in stream description "+n)}return{participantId:T.compose(e,a),mediaType:t,streamName:i}}function Co(n){for(let r of Object.keys(Ht))if(r===n)return Ht[r];return null}function Vr(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 Wi(n,r){return!(!Vr(n.camera,r.camera)||!Vr(n.screenSharing,r.screenSharing))}function jr(n,r){return{camera:Object.assign({},n.camera,r.camera),screenSharing:Object.assign({},n.screenSharing,r.screenSharing)}}function Wa(n){try{return btoa(JSON.stringify(n))}catch(r){d.warn("WaitingParticipant: failed convert to string",n,r)}return null}function Ka(n){try{return JSON.parse(atob(n))}catch(r){d.warn("WaitingParticipant: failed convert from string",n,r)}return null}var Gt=(n,r)=>T.objectReduce(n,(e,t,i)=>(t===r&&e.push(i),e),[]);var Wt=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,I.log(v.ERROR,`audio_device_recover_${r.bandwidth?"success":"fail"}`);return}!this._fixNoPacketsApplied&&!r.bandwidth&&(this._fixNoPacketsApplied=!0,I.log(v.ERROR,"audio_device_recover"),d.log("[AudioFix] Trying to fix RV (no packets)"),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("[AudioFix] Failed to fix RV"),I.log(v.ERROR,"audio_device_recover_rv_fail"),this._fixTooManyPacketsFailed=!0):t-this._fixTooManyPacketsTime>6e4&&(d.log("[AudioFix] Fixed RV"),I.log(v.ERROR,"audio_device_recover_rv_success"),this._fixTooManyPacketsSucceeded=!0):i>e&&(this._fixTooManyPacketsApplied=!0,I.log(v.ERROR,"audio_device_recover"),d.log("[AudioFix] Trying to fix RV (too many packets)"),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 qa=(o=>(o.producerNotification="producerNotification",o.producerCommand="producerCommand",o.consumerScreenShare="consumerScreenShare",o.producerScreenShare="producerScreenShare",o.asr="asr",o.animoji="animoji",o))(qa||{}),tt=qa;var bt=class extends de{constructor(e,t){super();this._state="IDLE";this._pc=null;this._signaling=e,this._mediaSource=t}getState(){return this._state||"IDLE"}};var $a="videochat-epi",yo=5e3,pt=class extends de{constructor(e,t,i=!1){super();this._previousTimestamp=0;this._previousCallStatReportTimestamp=0;this._previousCallStatReport=null;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($a)||"",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&&p.perfStatReportEnabled&&this._previousTimestamp+yo<=t&&(yield this.reportPerfStats(e),this._previousTimestamp=t),p.callStatReportEnabled&&this._previousCallStatReportTimestamp+p.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($a,i.estimatedPerformanceIndex)}catch(i){}})}_reportCallStats(e){var s,l,u,h;let t={call_topology:this._directTopology?"D":"S",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:Ja(e.inbound.transport.local),local_connection_type:(s=e.inbound.transport.local)==null?void 0:s.type,network_type:(l=e.inbound.transport.local)==null?void 0:l.networkType,transport:(u=e.inbound.transport.local)==null?void 0:u.protocol,remote_address:Ja(e.inbound.transport.remote),remote_connection_type:(h=e.inbound.transport.remote)==null?void 0:h.type};this._previousCallStatReport||(this._previousCallStatReport=Object.assign({},t));let i=!1,a=!1;for(e.inbound.rtps.reduce((m,f)=>(f.kind==="video"?(i=!0,f.framesReceived&&(m.jitter_video=m.jitter_video*m.inbound_video_count/(m.inbound_video_count+1)+f.jitter*1e3/(m.inbound_video_count+1),m.interframe_delay_variance=m.interframe_delay_variance*m.inbound_video_count/(m.inbound_video_count+1)+(f.interframeDelayVariance||0)*1e6/(m.inbound_video_count+1),m.inbound_video_count++),m.frames_dropped+=f.framesDropped||0,m.nack_sent+=f.nackCount,m.pli_sent+=f.pliCount,m.fir_sent+=f.firCount,m.freeze_count+=f.freezeCountDelta||0,m.total_freezes_duration+=f.totalFreezesDurationDelta||0):(a=!0,f.totalSamplesReceived&&(m.jitter_audio=m.jitter_audio*m.inbound_audio_count/(m.inbound_audio_count+1)+f.jitter*1e3/(m.inbound_audio_count+1),m.total_audio_energy=m.total_audio_energy*m.inbound_audio_count/(m.inbound_audio_count+1)+(f.totalAudioEnergy||0)/(m.inbound_audio_count+1),m.inbound_audio_count++),m.total_audio_samples_received+=f.totalSamplesReceived||0,m.inserted_audio_samples_for_deceleration+=f.insertedSamplesForDeceleration||0,m.removed_audio_samples_for_acceleration+=f.removedSamplesForAcceleration||0,m.concealed_audio_samples+=f.concealedSamples||0,m.silent_concealed_audio_samples+=f.silentConcealedSamples||0,m.audio_concealment_events+=f.concealmentEvents||0),m),t),e.outbound.rtps.reduce((m,f)=>(f.kind==="video"&&(m.nack_received+=f.nackCount,m.pli_received+=f.pliCount,m.fir_received+=f.firCount),m),t);this._screenShareStats.length;){let m=this._screenShareStats.pop();m!=null&&m.freeze_duration&&(t.ss_freeze_count+=1,t.ss_total_freezes_duration+=m.freeze_duration)}let o={call_topology:t.call_topology,nack_sent:Math.max(0,t.nack_sent-this._previousCallStatReport.nack_sent),nack_received:Math.max(0,t.nack_received-this._previousCallStatReport.nack_received),pli_sent:Math.max(0,t.pli_sent-this._previousCallStatReport.pli_sent),pli_received:Math.max(0,t.pli_received-this._previousCallStatReport.pli_received),fir_sent:Math.max(0,t.fir_sent-this._previousCallStatReport.fir_sent),fir_received:Math.max(0,t.fir_received-this._previousCallStatReport.fir_received),frames_dropped:Math.max(0,t.frames_dropped-this._previousCallStatReport.frames_dropped),rtt:t.rtt};if(i&&!qi(t.jitter_video)&&(o.jitter_video=t.jitter_video),a&&!qi(t.jitter_audio)&&(o.jitter_audio=t.jitter_audio),i&&!qi(t.interframe_delay_variance)&&(o.interframe_delay_variance=t.interframe_delay_variance),t.freeze_count&&t.total_freezes_duration&&(o.freeze_count=t.freeze_count,o.total_freezes_duration=t.total_freezes_duration*1e3),t.ss_freeze_count&&t.ss_total_freezes_duration&&(o.ss_freeze_count=t.ss_freeze_count,o.ss_total_freezes_duration=t.ss_total_freezes_duration),a&&!qi(t.total_audio_samples_received)){let m=Math.max(0,t.total_audio_samples_received-this._previousCallStatReport.total_audio_samples_received),f=Math.max(0,t.inserted_audio_samples_for_deceleration-this._previousCallStatReport.inserted_audio_samples_for_deceleration),w=Math.max(0,t.removed_audio_samples_for_acceleration-this._previousCallStatReport.removed_audio_samples_for_acceleration),N=Math.max(0,t.concealed_audio_samples-this._previousCallStatReport.concealed_audio_samples),L=Math.max(0,t.silent_concealed_audio_samples-this._previousCallStatReport.silent_concealed_audio_samples),W=Math.max(0,t.audio_concealment_events-this._previousCallStatReport.audio_concealment_events);o.inserted_audio_samples_for_deceleration=pi(f/m*1e3),o.removed_audio_samples_for_acceleration=pi(w/m*1e3),o.concealed_audio_samples=pi(N/m*1e3),o.concealed_silent_audio_samples=pi(L/m*1e3),o.concealment_audio_avg_size=pi(N/W),o.total_audio_energy=t.total_audio_energy}za(t,"local_address","local_connection_type","network_type","transport")&&(o.local_address=t.local_address,o.local_connection_type=t.local_connection_type,o.network_type=t.network_type,o.transport=t.transport),za(t,"remote_address","remote_connection_type")&&(o.remote_address=t.remote_address,o.remote_connection_type=t.remote_connection_type),ve.logCallStat(o),p.get("enableLogPerfStatReport")&&d.log("Sent call stats",o),this._previousCallStatReport=t}};function za(n,...r){for(let e of r)if(!n.hasOwnProperty(e)||n[e]===void 0)return!1;return!0}function Ja(n){if(n)return`${n.address}:${n.port}`}function qi(n){return n===void 0}function pi(n){return Number.isNaN(n)?0:n}var $i=.8,ut=class extends bt{constructor(e,t,i,a,o){super(i,a);this._remoteSDP={};this._remoteCandidates={};this._animojiDataChannel=null;this._animojiReceiver=null;this._animojiSender=null;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._participantId=e,this._isMaster=t,this._serverSettings=o,this._perfStatReporter=new pt(this,i,!0),this.subscribe(this._signaling,Te.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._pc=new RTCPeerConnection({iceServers:p.iceServers,iceTransportPolicy:p.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={},p.vmoji&&this._createDataChannel(this._pc,tt.animoji,s=>{var l,u;this._animojiDataChannel=s,this._animojiDataChannel.binaryType="arraybuffer",(l=this._animojiReceiver)==null||l.setDataChannel(this._animojiDataChannel),(u=this._animojiSender)==null||u.setDataChannel(this._animojiDataChannel)}),this._isMaster){try{this._mediaSource.addTrackToPeerConnection(this._pc,!1,!0,p.p2pAudioRed),this._applySettings()}catch(s){I.log(v.ERROR,"addTrack-direct"),d.error("Unable to add media source tracks",s,{participantId:this._participantId}),this._failedOnCreate=s;return}this._createOffer(!1).catch(s=>{this._state==="IDLE"?this._failedOnCreate=s:this.close(s)})}this._startSettingsInterval()}get participantId(){return this._participantId}updateStatisticsInterval(){this._stopStatInterval(),this._isDeadConnection()||this._startStatInterval()}_isDeadConnection(){return["IDLE","CLOSED","FAILED"].includes(this.getState())}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,p.p2pAudioRed),this._applySettings()}catch(i){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){Wi(e,this._serverSettings)||(this._serverSettings=e,this._applySettings())}preventRestart(){this._reconnectionPrevented=!0}allowRestart(){this._reconnectionPrevented=!1}setAnimojiTransport(e,t){if(p.vmoji&&(this._animojiReceiver=e,this._animojiSender=t,e.setParticipantId(this._participantId),this._animojiDataChannel)){e.setDataChannel(this._animojiDataChannel),t.setDataChannel(this._animojiDataChannel);return}}close(e){this._isOpen&&(this._isOpen=!1,this._stopReconnection(),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._animojiDataChannel&&(this._animojiDataChannel.onopen=null,this._animojiDataChannel.onmessage=null,this._animojiDataChannel.onerror=null,this._animojiDataChannel.close()),this._pc.onicecandidate=null,this._pc.ontrack=null,this._pc.oniceconnectionstatechange=null,this._pc.onconnectionstatechange=null,this._pc.onsignalingstatechange=null,this._pc.close(),this._pc=null),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"))}_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,o;switch(e.notification){case O.TRANSMITTED_DATA:this._handleTransmittedData(e);break;case O.SETTINGS_UPDATE:Object.assign(this._networkLimits.badNet,((t=e.settings)==null?void 0:t.badNet)||{}),Object.assign(this._networkLimits.goodNet,((i=e.settings)==null?void 0:i.goodNet)||{});break;case O.CUSTOM_DATA:e.data.hasOwnProperty("sdk")&&(this._remoteNetworkStat.rtt=((a=e.data.sdk)==null?void 0:a.rtt)||0,this._remoteNetworkStat.loss=((o=e.data.sdk)==null?void 0:o.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 I.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 I.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}),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(){var e,t;switch(d.debug(`DirectTransport: Signaling state changed to ${(e=this._pc)==null?void 0:e.signalingState}`,{participantId:this._participantId}),(t=this._pc)==null?void 0:t.signalingState){case"have-local-offer":let i=this._pc.localDescription;i?this._signaling.sendSdp(this._participantId,i).catch(this.close.bind(this)):this.close(new Error);break;case"have-remote-offer":this._createAnswer().catch(this.close.bind(this)).then(a=>c(this,null,function*(){return this._signaling.sendSdp(this._participantId,a)})).catch(this.close.bind(this));break}}_onIceConnectionStateChange(){var e,t;switch(d.debug(`DirectTransport: Ice Connection state changed to ${(e=this._pc)==null?void 0:e.iceConnectionState}`,{participantId:this._participantId}),(t=this._pc)==null?void 0:t.iceConnectionState){case"checking":let i=this.getState();i==="IDLE"||i==="OPENED"?this._setState("CONNECTING"):this._setState("RECONNECTING");break}}_onConnectionStateChange(){var e,t,i;switch(d.debug(`DirectTransport: Connection state changed to ${(e=this._pc)==null?void 0:e.connectionState}`,{participantId:this._participantId}),I.log(v.ICE_CONNECTION_STATE,(t=this._pc)==null?void 0:t.connectionState),(i=this._pc)==null?void 0:i.connectionState){case"connected":this._neverConnected=!1,this._setState("CONNECTED"),this._stopReconnection(),T.getPeerConnectionHostInfo(this._pc).then(a=>{a&&I.log(v.ICE_CONNECTION_TYPE,a.type)}),this._startStatInterval();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()},p.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?(I.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}),I.log(v.ERROR,"iceRestart-direct"),this._requestTopologySwitch()},p.iceRestartWaitTime)}_createOffer(e){return c(this,null,function*(){var i;let t={iceRestart:e,offerToReceiveAudio:!0,offerToReceiveVideo:!0};return d.debug("Create offer",{participantId:this._participantId,options:t}),(i=this._pc)==null?void 0:i.createOffer(t).catch(a=>{throw d.error("Unable to create offer",a,{participantId:this._participantId}),I.log(v.ERROR,"createOffer-direct"),a}).then(a=>c(this,null,function*(){var o;return d.debug("Created offer",{participantId:this._participantId,offer:a}),a=ut._patchDescription(a),d.debug("Set local description",{participantId:this._participantId,offer:a}),this._calcFingerprint(a.sdp),(o=this._pc)==null?void 0:o.setLocalDescription(a)})).then(()=>{var a;return(a=this._pc)==null?void 0:a.localDescription}).catch(a=>{throw d.error("Unable to set local description",a,{participantId:this._participantId}),I.log(v.ERROR,"setLocalDescription-direct"),a})})}_createAnswer(){return c(this,null,function*(){var e;return d.debug("Create answer",{participantId:this._participantId}),(e=this._pc)==null?void 0:e.createAnswer().catch(t=>{throw d.error("Unable to create answer",t,{participantId:this._participantId}),I.log(v.ERROR,"createAnswer-direct"),t}).then(t=>c(this,null,function*(){var i;return d.debug("Created answer",{participantId:this._participantId,answer:t}),t=ut._patchDescription(t),d.debug("Set local description",{participantId:this._participantId,answer:t}),this._calcFingerprint(t.sdp),(i=this._pc)==null?void 0:i.setLocalDescription(t)})).then(()=>{var t;return(t=this._pc)==null?void 0:t.localDescription}).catch(t=>{throw d.error("Unable to set local description",t,{participantId:this._participantId}),I.log(v.ERROR,"setLocalDescription-direct"),t})})}static _patchDescription(e){let t=!!P.baseChromeVersion();return e.sdp=T.patchLocalSDP(e.sdp,p.preferH264&&P.canPreferH264(),P.isBrokenH264(),p.preferVP9,p.h264spsPpsIdrInKeyframe,t&&p.audioNack,p.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}),I.log(v.ERROR,"replaceTrack-direct")}))}),this._applySettings())}_startStatInterval(){if(this._statInterval)return;let e=()=>{if(this._isDeadConnection()){this._stopStatInterval();return}ni(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,p.statisticsInterval)})};this._statInterval=window.setTimeout(e,p.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,o=e.inbound.rtps.reduce((Z,ee)=>Math.max(Z,ee.packetLoss||0),0),s={rtt:this._lastNetworkStat.rtt*(1-$i)+a*$i,loss:this._lastNetworkStat.loss*(1-$i)+o*$i},l=i(s),u=t(s),h=i(this._remoteNetworkStat),m=t(this._remoteNetworkStat),f=i(this._lastNetworkStat),w=t(this._lastNetworkStat),W=l||h?.2:u&&m?1:0,X=Date.now();if((f!==l||w!==u||X-this._lastNetworkStat.date>p.networkStatisticsInterval)&&(this._lastNetworkStat.date=Date.now(),this._signaling.customData({sdk:Object.assign({type:"bad-net"},s)},null).catch(Z=>{d.warn("Unable to send [bad-net]",Z)})),W){let Z={};Z[this._participantId]=Z[""]=W,this._triggerEvent("NETWORK_STATUS",Z)}this._lastNetworkStat.rtt=s.rtt,this._lastNetworkStat.loss=s.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:(g.onFingerprintChange((this._fingerprint^t).toString()),this._fingerprint=null)}_applySettings(){var t;let e=this._mediaSource.getMediaSettings().isScreenSharingEnabled?this._serverSettings.screenSharing:this._serverSettings.camera;e&&((t=this._pc)==null?void 0:t.connectionState)==="connected"&&(this._prevConsumerSettings=T.applySettings(this._pc,e,this._prevConsumerSettings))}_createDataChannel(e,t,i){d.debug(`[${t}] data channel opening`);let a=e.createDataChannel(t,{negotiated:!0,id:1});a.onopen=()=>{let o=a.readyState;o==="open"?(d.debug(`[${t}] data channel opened`),a.onerror=s=>{d.error(`[${t}] data channel error`,s)},i(a)):d.error(`[${t}] data channel open failed, state [${o}]`)}}};var Po=16,qt=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),o=e.getUint32(4),s=e.getUint32(8),l=e.getUint32(12);if(t!==1)throw new Error(`Unexpected protocol version. Got ${t}, expected 1`);return{sequence:a,ssrc:o,timestamp:s,duration:l,data:r.slice(Po)}}_onDataChannelMessage(r){var a,o;let e=qt.parse(r),t=(o=(a=this._participantIdRegistry)==null?void 0:a.getStreamDescription(e.ssrc))==null?void 0:o.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}};var rt=require("messagepack");var Ji=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,o;let e=new Uint8Array(r),t=e[0],i=e.subarray(1);switch(t){case 1:let s=(0,rt.decode)(i);return Object.entries(s).forEach(([N,L])=>{let W=li(N);this.streamDescriptionByCompactId.set(L,W),this.compactIdByStreamDescription.set(N,L)}),null;case 2:case 4:let l=(0,rt.decode)(i),u=[];for(let N of l){let L=this.getStreamDescription(N);L&&u.push(L.participantId)}return t===2?{type:"notification",notification:O.AUDIO_ACTIVITY,activeParticipants:u}:{type:"notification",notification:O.STALLED_ACTIVITY,stalledParticipants:u};case 3:let h=(0,rt.decode)(i);return{type:"notification",notification:O.SPEAKER_CHANGED,speaker:(a=this.getStreamDescription(h))==null?void 0:a.participantId};case 5:let m=(0,rt.decode)(i);return{type:"notification",notification:O.VIDEO_QUALITY_UPDATE,quality:{maxBitrate:m[0],maxDimension:m[1]}};case 6:let f=(0,rt.decode)(i),w={};for(let[N,L]of Object.entries(f)){let W=(o=this.getStreamDescription(Number(N)))==null?void 0:o.participantId;W&&(w[W]=L/100)}return{type:"notification",notification:O.NETWORK_STATUS,statuses:w};case 7:return this._createParticipantSourcesUpdateNotification(i);case 8:{let L=(0,rt.decode)(i).map(W=>{var Xt;let[X,Z,ee,q,he,Ae,Ei]=W;return{participantId:(Xt=this.getStreamDescription(X))==null?void 0:Xt.participantId,gain:Z,pause:ee,offset:q,mute:he,liveStatus:Ae,startTimeMs:Ei}});return{type:"notification",notification:O.MOVIE_UPDATE_NOTIFICATION,data:L}}case 9:return this._createParticipantSourcesSuspendNotification(i);default:return d.debug("unsupported message type: "+t),null}}_createParticipantSourcesUpdateNotification(r){let e=(0,rt.decode)(r),t=[];for(let[i,a]of Object.entries(e)){let o=a[0],s=a[1],l=a[2],u=!!a[3],h;if(o!==null){if(h=this.getStreamDescription(o),!h){d.error(`could not uncompress participant ID ${o}`);continue}}else h=null;if(l===null){d.error("unexpected null sequenceNumber",i,a);continue}let m=Ve.PARTICIPANT_AGNOSTIC_TRACK_PREFIX+"-"+i,f=s?s>>>0:null;t.push({participantStreamDescription:h,streamId:m,rtpTimestamp:f,sequenceNumber:l,fastScreenShare:u})}return{type:"notification",notification:O.PARTICIPANT_SOURCES_UPDATE,participantUpdateInfos:t}}_createParticipantSourcesSuspendNotification(r){let t=(0,rt.decode)(r).map(i=>{let[a,o]=i;return{participantStreamDescription:this.getStreamDescription(a),suspend:o}});return{type:"notification",notification:O.PARTICIPANT_SOURCES_SUSPEND,participantSuspendInfos:t}}};var bo=90,Mo=4294967295,Me=class extends bt{constructor(e,t,i){super(e,t);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._isOpen=!1;this._observer=!1;this._reconnectionPrevented=!1;this._statInterval=null;this._settingsInterval=null;this._statBytes={};this._ssrcMap={};this._ssrcMapUpdated=!1;this._producerOfferIsProcessing=!1;this._producerNextOffer=null;this._lastStat=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.subscribe(this._signaling,Te.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._createPerfStatsReporter(),this._serverSettings=i,d.debug("ServerTransport: Created")}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&&(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){Wi(e,this._serverSettings)||(this._serverSettings=e,this._applyConsumerSettings())}setAnimojiTransport(e,t){if(p.vmoji&&(this._animojiReceiver=e,this._animojiSender=t,this._participantIdRegistry&&e.setParticipantIdRegistry(this._participantIdRegistry),this._animojiDataChannel)){e.setDataChannel(this._animojiDataChannel),t.setDataChannel(this._animojiDataChannel);return}}_createPerfStatsReporter(){var e;(e=this._perfStatReporter)==null||e.destroy(),this._perfStatReporter=new pt(this,this._signaling)}_closeConnection(){this._stopStatInterval(),this._stopSettingsInterval(),this._removeAsrTrack(),this._removeCaptureSender(),this._removeCaptureReceiver(),this._pc&&(this._rtpReceiversByStreamId={},this._disabledSenders.forEach(e=>{var t;return(t=e.track)==null?void 0:t.stop()}),this._disabledSenders.clear(),this._pc.ontrack=null,this._pc.onconnectionstatechange=null,this._pc.onsignalingstatechange=null,this._participantIdRegistry=null,Me._closeDataChannel(this._producerNotification),Me._closeDataChannel(this._producerCommand),Me._closeDataChannel(this._producerScreen),Me._closeDataChannel(this._consumerScreen),Me._closeDataChannel(this._asr),Me._closeDataChannel(this._animojiDataChannel),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 o=a.readyState;o==="open"?(d.debug(`[${t}] data channel opened`),i(a)):d.error(`[${t}] data channel open failed, state [${o}]`)},a.onerror=o=>{let s=o.error;d.error(`[${t}] data channel error`,s==null?void 0:s.errorDetail,s==null?void 0:s.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=Me._onSignalingStateChange.bind(this,this._pc),this._participantIdRegistry=new Ji,this._signaling.setParticipantIdRegistry(this._participantIdRegistry),p.producerNotificationDataChannel&&this._createDataChannel(this._pc,tt.producerNotification,t=>{this._producerNotification=t,this._producerNotification.binaryType="arraybuffer",this._signaling.setProducerNotificationDataChannel(t)}),p.producerCommandDataChannel&&(this._signaling.useCommandDataChannel(!0),this._createDataChannel(this._pc,tt.producerCommand,t=>{this._producerCommand=t,this._signaling.setProducerCommandDataChannel(t)})),p.producerScreenDataChannel&&this._createDataChannel(this._pc,tt.producerScreenShare,t=>{this._producerScreen=t,this._producerScreen.binaryType="arraybuffer",this._createCaptureReceiver()}),p.asrDataChannel&&this._createDataChannel(this._pc,tt.asr,t=>{this._asr=t,this._asr.binaryType="arraybuffer",this._removeAsrTrack(),this._asrTrack=new qt(t,this._participantIdRegistry,i=>{this._onAsrTranscription(i)})}),p.vmoji&&this._createDataChannel(this._pc,tt.animoji,t=>{var i,a,o;this._animojiDataChannel=t,this._animojiDataChannel.binaryType="arraybuffer",(i=this._animojiReceiver)==null||i.setDataChannel(t),(a=this._animojiReceiver)==null||a.setParticipantIdRegistry(this._participantIdRegistry),(o=this._animojiSender)==null||o.setDataChannel(t)}),this._newAudioShareTrack=this._mediaSource.getAudioShareTrack();try{this._mediaSource.addTrackToPeerConnection(this._pc,this._observer,!1,p.serverAudioRed),this._prevConsumerSettings={},this._applyConsumerSettings()}catch(t){d.error("ServerTransport: Unable to add media source tracks",t),I.log(v.ERROR,"addTrack-single"),this.close(t);return}p.consumerScreenDataChannel&&this._createDataChannel(this._pc,tt.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)|(?:${Ve.PARTICIPANT_AGNOSTIC_TRACK_PREFIX}-[0-9]+))`,a=new RegExp(i).exec(t);a&&(this._ssrcMap[a[1]]=a[3],this._ssrcMapUpdated=!0)})}_createCaptureSender(e){let t=this._mediaSource.getMediaSettings();!e||!p.consumerScreenDataChannel||!this._consumerScreen||!t.isScreenSharingEnabled||(this._captureSender&&this._removeCaptureSender(),this._captureSender=new yt(e,this._consumerScreen,this._signaling,t.isFastScreenSharingEnabled))}_removeCaptureSender(){var e;(e=this._captureSender)==null||e.destroy(),this._captureSender=null}_createCaptureReceiver(){!p.producerScreenDataChannel||!this._producerScreen||(this._captureReceiver&&this._removeCaptureReceiver(),this._captureReceiver=new Rt(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}_applyConsumerSettings(){let e=this._mediaSource.getMediaSettings().isScreenSharingEnabled&&!p.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),o=e.maxDimension!==0;if(a&&!o){d.log("Disabling video upload"),this._disabledSenders.add(i),i.replaceTrack(P.getBlackMediaTrack()).catch(l=>{d.error("Could not disable video upload",l)});return}let s=this._mediaSource.getSendVideoTrack();if(!a&&o&&s){d.log("Enabling video upload"),this._disabledSenders.delete(i);let l=i.track;l.enabled=s.enabled,i.replaceTrack(s).then(()=>l.stop()).catch(u=>{d.error("Could not enable video upload",u)})}T.applyVideoTrackSettings(e,i,s!=null?s:i.track,this._prevConsumerSettings,t)}),this._prevConsumerSettings=t}}_onScreenSharingStatus(e){e.track?this._createCaptureSender(e.track):this._removeCaptureSender()}_setState(e){this._state!==e&&(this._state=e,this._triggerEvent("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,p.statisticsInterval)};this._statInterval=window.setTimeout(e,p.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();this._ssrcMapUpdated&&(this._lastStat=null,this._ssrcMapUpdated=!1,this._createPerfStatsReporter());let e=yield ni(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(s=>s.type==="inbound-rtp"&&s.kind==="audio"&&this._ssrcMap[s.ssrc]==="mix");if(!t)return;let i=Ve.AUDIO_MIX,a=this._statBytes[i],o=!1;if(a){let s=t.bytesReceived-a.bytesReceived;s>=0&&s<=5&&(o=!0),a.stalled!==o&&this._triggerEvent("AUDIO_MIX_STALL",o)}this._statBytes[i]={bytesReceived:t.bytesReceived,stalled:o}}_allocateConsumer(){if(!this._signaling.ready)return;let e={estimatedPerformanceIndex:pt.getEstimatedPerformanceIndex(),audioMix:!0,consumerUpdate:!0,producerNotificationDataChannelVersion:p.producerNotificationDataChannel?8:0,producerCommandDataChannelVersion:p.producerCommandDataChannel?3:0,consumerScreenDataChannelVersion:p.consumerScreenDataChannel?1:0,producerScreenDataChannelVersion:p.producerScreenDataChannel?1:0,asrDataChannelVersion:p.asrDataChannel?1:0,animojiDataChannelVersion:p.vmoji?1:0,animojiBackendRender:!p.vmojiRenderingOptions.useFullClientRendering,onDemandTracks:!0,unifiedPlan:!0,singleSession:!0,videoTracksCount:p.videoTracksCount,red:p.serverAudioRed,audioShare:p.audioShare,fastScreenShare:p.fastScreenShare,videoSuspend:p.videoSuspend};!p.videoTracksCount&&!this._observer&&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: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),I.log(v.ERROR,"setRemoteDescription-single"),i}).then(()=>this._handleTracks()).then(()=>{if(d.debug("[single] create local answer"),!this._pc)throw new Error("Interrupt allocation");return this._pc.createAnswer()}).catch(i=>{throw d.error("[single] unable to create answer",i),I.log(v.ERROR,"createAnswer-single"),i}).then(i=>(i.sdp=T.patchLocalSDP(i.sdp,!1,P.isBrokenH264(),!1,p.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),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),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(){return c(this,null,function*(){var t;if(!this._newAudioShareTrack||this._observer)return;let e=(t=this._pc)==null?void 0:t.getTransceivers().find(i=>{var a;return(a=i.mid)==null?void 0:a.endsWith("s")});if(!e||!e.sender){d.warn("Cannot find audioshare transceiver");return}e.sender.track!==null&&d.warn("Unexpected track assigned to audioshare");try{e.direction="sendonly",yield e.sender.replaceTrack(this._newAudioShareTrack),this._newAudioShareTrack=null}catch(i){d.error("ServerTransport: Unable to replace track",i),I.log(v.ERROR,"replaceTrack-single")}})}_onSignalingNotification(e){return c(this,null,function*(){if(this._isOpen)switch(e.notification){case O.PRODUCER_UPDATED:yield this._onProducerUpdated(e);break;case O.REALLOC_CON:this._reconnect();break;case O.AUDIO_ACTIVITY:this._signalActiveParticipants(e.activeParticipants);break;case O.SPEAKER_CHANGED:this._signalSpeakerChanged(e.speaker);break;case O.STALLED_ACTIVITY:this._signalStalledParticipants(e.stalledParticipants);break;case O.NETWORK_STATUS:this._signalNetworkStatus(e.statuses);break}})}_onAsrTranscription(e){this._triggerEvent("ASR_TRANSCRIPTION",e)}_onProducerUpdated(e){return c(this,null,function*(){this._producerSessionId&&this._producerSessionId!==e.sessionId&&this._reconnect(),p.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){d.debug("[single] remote track (added)",{track:t.track});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),I.log(v.ICE_CONNECTION_STATE,e.connectionState),e.connectionState){case"failed":this._reconnectionPrevented?this.close(new Error("Ice connection failed")):(I.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&&I.log(v.ICE_CONNECTION_TYPE,a.type)}),I.logCustom(v.RECONNECT,{param:0});break}}_onReplacedTrack(e,t){var i;if(this._pc){p.consumerScreenDataChannel&&t&&(e=t);let a=(i=this._pc)==null?void 0:i.getSenders().find(o=>o.track&&o.track.kind===e.kind&&!this._disabledSenders.has(o)&&o.track.contentHint===e.contentHint);a!=null&&a.track?(a.track.enabled=e.enabled,a.replaceTrack(e).catch(o=>{d.error("ServerTransport: Unable to replace track",o),I.log(v.ERROR,"replaceTrack-single")})):e.kind==="audio"&&e.contentHint==="music"&&(this._newAudioShareTrack=e)}this._applyConsumerSettings()}getStreamWaitingTimeMs(e,t){if(!this._pc)return I.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 I.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 I.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 s=a[0].rtpTimestamp;if(!Number.isInteger(s))return I.log(v.PAT_WAITING_TIME_ERROR,"timestampNotInteger"),d.error(`Cannot get stream waiting time, ${e} receiver's RTP timestamp is not an integer: ${s}`),0;let l=t-s&Mo,u=Math.ceil(l/bo);return Math.min(100,Math.max(0,u))}};var it=(e=>(e.DIRECT="DIRECT",e.SERVER="SERVER",e))(it||{}),Yi=class extends de{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._animojiReceiver=null;this._animojiSender=null;this._signaling=t,this._mediaSource=i,this._topology=e,this._serverSettings=a,this.subscribe(this._signaling,Te.NOTIFICATION,this._onSignalingNotification.bind(this)),this.subscribe(this._mediaSource,"ANIMOJI_STATUS",this._onAnimojiStatus.bind(this)),this.subscribe(this._mediaSource,"SOURCE_CHANGED",this._onSourceChanged.bind(this)),this._createAnimojiTransport(),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 o=a;for(let s of e){if(this._opened.indexOf(s)!==-1){d.warn(`The participant [${s}] has already had opened transport`);continue}if(this._allocated.indexOf(s)===-1){d.warn(`The participant [${s}] has no allocated transport`);continue}this._opened.push(s),o=!0}o&&(this._topology==="DIRECT"&&this._directTransport&&this._directTransport.open(t),this._topology==="SERVER"&&this._serverTransport&&(this._serverTransport.open(i),this._setStates(e,this._serverTransport.getState()),this._setLocalState(this._serverTransport.getState())),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._releaseDirectTransport(),this._topology==="SERVER"&&((a=this._serverTransport)==null||a.removeParticipant(e),this._setStates([e],"CLOSED")),i>=0&&this._opened.splice(i,1),t>=0&&this._allocated.splice(t,1),delete this._states[e]}destroy(){var e,t;this.unsubscribe();for(let i of this._dtListeners)i.dispose();for(let i of this._stListeners)i.dispose();this._removeAnimojiTransport(),(e=this._directTransport)==null||e.close(),this._directTransport=null,(t=this._serverTransport)==null||t.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()}getStates(){return this._states}setAnimojiSvg(e,t){var i,a;p.vmoji&&t.isMe&&((i=p.vmoji.AnimojiPreviewGenerator)==null||i.setSvgData(t)),(!(t.svg instanceof ArrayBuffer)||t.svg.byteLength!==0)&&((a=this._animojiReceiver)==null||a.setParticipantSvg(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)}_setLocalState(e){this._localState!==e&&(this._localState=e,this._triggerEvent("LOCAL_STATE_CHANGED",e))}_onSignalingNotification(e){if(e.notification===O.TOPOLOGY_CHANGED)return this._onTopologyChanged(e)}_onTopologyChanged(e){var t;if(e.topology!==this._topology){if(d.log(`Topology changed ${this._topology} -> ${e.topology}`),I.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||[],o=e.offerToDeviceIdxs||[],s=i.length&&a.length?T.composeParticipantId(i[0],a[0],o[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 l=this._allocated[0];if(this._directTransport)this._directTransport.allowRestart();else{let u=s===l;this._directTransport=this._createDirectTransport(l,u)}this._opened.indexOf(l)>=0&&this._directTransport.open()}this._triggerEvent("TOPOLOGY_CHANGED",this._topology)}}_createDirectTransport(e,t=!1){let i=new ut(e,t,this._signaling,this._mediaSource,this._serverSettings);return 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)),i.addEventListener("NETWORK_STATUS",this._onTransportNetworkStatus.bind(this)),i.addEventListener("PEER_CONNECTION_CLOSED",this._onPeerConnectionClosed.bind(this,"DIRECT"))),this._animojiReceiver&&this._animojiSender&&i.setAnimojiTransport(this._animojiReceiver,this._animojiSender),i}_createServerTransport(){let e=new Me(this._signaling,this._mediaSource,this._serverSettings);return 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("AUDIO_MIX_STALL",this._onServerAudioMixStall.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))),this._animojiReceiver&&this._animojiSender&&e.setAnimojiTransport(this._animojiReceiver,this._animojiSender),e}_releaseDirectTransport(){var e;(e=this._directTransport)==null||e.close(),this._directTransport=null;for(let t of this._dtListeners)t.dispose();this._dtListeners=[]}_releaseServerTransport(){var e;(e=this._serverTransport)==null||e.close(),this._serverTransport=null;for(let t of this._stListeners)t.dispose();this._stListeners=[]}_setLocalNoiseSuppression(e){var t;p.noiseSuppression!==e&&(p.noiseSuppression=e,(t=this._mediaSource)==null||t.updateNoiseSuppression())}_onDirectTransportChanged(e){var i;let t=(i=this._directTransport)==null?void 0:i.participantId;if(e==="CONNECTED"&&this._topology==="DIRECT"&&this._releaseServerTransport(),(e==="CLOSED"||e==="FAILED")&&(this._releaseDirectTransport(),this._topology==="DIRECT")){let a=this._opened.indexOf(t);a>=0&&this._opened.splice(a,1);let o=this._allocated.indexOf(t);o>=0&&this._allocated.splice(o,1)}this._topology==="DIRECT"&&t&&(this._setStates([t],e),this._setLocalState(e))}_onServerTransportChanged(e){let t=this._opened.slice();e==="CONNECTED"&&this._topology==="SERVER"&&this._releaseDirectTransport(),(e==="CLOSED"||e==="FAILED")&&(this._releaseServerTransport(),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)}_onServerAudioMixStall(e){this._topology==="SERVER"&&this._triggerEvent("AUDIO_MIX_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)}_onSourceChanged(){var t;let e=this._mediaSource.getStream();e&&((t=this._animojiSender)==null||t.setStream(e))}_onAnimojiStream(e,t){this._triggerEvent("ANIMOJI_STREAM",e,t)}_onAnimojiStatus(e){var t,i;e?(t=this._animojiSender)==null||t.resume():(i=this._animojiSender)==null||i.pause(),this._mediaSource.onAnimojiSender(e)}_createAnimojiTransport(){if(!p.vmoji)return;this._animojiReceiver=new p.vmoji.AnimojiReceiver((t,i)=>this._onAnimojiStream(t,i),t=>this._onAnimojiStream(t,null),p.vmojiRenderingOptions);let e=this._mediaSource.getStream();this._animojiSender=new p.vmoji.AnimojiSender(e,this._mediaSource.isAnimojiRequested),this._animojiSender.onLocalData=t=>{var i;return(i=this._animojiReceiver)==null?void 0:i.receive(t)}}_removeAnimojiTransport(){var e,t;(e=this._animojiSender)==null||e.destroy(),this._animojiSender=null,(t=this._animojiReceiver)==null||t.destroy(),this._animojiReceiver=null}getStreamWaitingTimeMs(e,t){return this._topology!=="SERVER"?(I.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):(I.log(v.PAT_WAITING_TIME_ERROR,"noTransport"),d.error("Cannot get stream waiting time, server transport is not initialized"),0)}};var at=class{constructor(){this._isCallMarked=!1}measureSignalingConnection(r){let e=v.FIRST_MEDIA_RECEIVED;if(!r){Ge(e);return}let t=dt(e);t===null||r.conversation.topology!=="SERVER"||ve.logEventualStat({name:e,value:t,call_type:"server_join_server"})}markAcceptCall(r){r==="DIRECT"?at._callType="direct_incoming":at._callType="server_incoming",this._isCallMarked=!0,Ge(v.FIRST_MEDIA_RECEIVED)}markAcceptedCall(r){this._isCallMarked||r==="SERVER"||(at._callType="direct_outgoing",this._isCallMarked=!0,Ge(v.FIRST_MEDIA_RECEIVED))}markParticipantJoined(r){this._isCallMarked||r!=="DIRECT"||(at._callType="server_change_topology",this._isCallMarked=!0,Ge(v.FIRST_MEDIA_RECEIVED))}static measure(){let r={name:v.FIRST_MEDIA_RECEIVED};at._callType&&(r.call_type=at._callType,at._callType=null),ve.logEventualStat(r)}},Mt=at;Mt._callType=null;var ui=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,l,u;if(p.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",e.onloadeddata=()=>Mt.measure();let t=()=>{d.warn("[audio] Error on play audio"),g.onAutoplayError()},i=h=>{e.srcObject=new MediaStream([h]),e.load();let m=e.play();m&&m.catch(t)},a=()=>{var m;d.debug("[audio] Recover audio playback");let h=(m=this._output)==null?void 0:m.audioTrack;h?i(h):d.warn("[audio] Broken audio track")};e.onpause=a,e.onstalled=a,e.onerror=a,i(this._output.audioTrack),this._output.audioElement=e;let o=(l=P.getSavedOutput())==null?void 0:l.deviceId;o&&((u=e.setSinkId)==null||u.call(e,o).catch(h=>{d.warn(`[audio] Failed to set output device '${o}'`,h)}))}_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))return;let i=P.getSavedOutput();i&&(yield(t=(e=this._output.audioElement).setSinkId)==null?void 0:t.call(e,i.deviceId))}catch(i){throw I.log(v.ERROR,"change_output"),d.error("[audio] Output change failed",i),i}})}};var Ao=90,Do=3,mi=class extends de{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}),g.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>Ao?d.warn(`High memory usage: ${t}% (${i} MiB)`):(!this._lastMemoryStat.percent||Math.abs(t-this._lastMemoryStat.percent)>=Do)&&(d.debug(`Memory usage: ${t}% (${i} MiB)`),this._lastMemoryStat.percent=t,this._lastMemoryStat.bytes=e.usedJSHeapSize)}};var ko=44100,$t=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=ko/this._fftBins.length,e=Math.ceil(p.voiceParams.minFreq/r),t=Math.floor(p.voiceParams.maxFreq/r);return this._fftBins.subarray(e,t)}getLevel(){let r=this._getBins(),t=r.reduce((a,o)=>a+o,0)/r.length/255,i=this._lastSmoothedLevel*p.voiceParams.smoothing+t*(1-p.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 hi=class extends de{constructor(e){super();this._detector=null;this._track=null;this._interval=null;let t=()=>{this._detector&&g.onLocalVolume(this._detector.getLevel().real,e.getMediaSettings().isAudioEnabled),this._interval=window.setTimeout(t,p.voiceParams.interval)};this._interval=window.setTimeout(t,p.voiceParams.interval);let i=()=>{let a=e.getSendAudioTrack();a&&this.init(a)};this.subscribe(e,"SOURCE_CHANGED",a=>{a.kind==="audio"&&a.mediaSettings.isAudioEnabled&&i()}),i()}init(e){this._stopDetector(),this._track=e.clone(),this._detector=new $t("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 Qi=class extends de{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 $t(e,t),!this._interval)){let o=()=>{this._collectVolumes(),this._interval=window.setTimeout(o,p.voiceParams.interval)};this._interval=window.setTimeout(o,p.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===Ve.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 Xi=class extends de{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 o=e[a].smoothed;o>t&&o>p.voiceParams.threshold&&(t=o,i=a)}),i&&i!==this._speakerId){let a=this._speakerId&&e.hasOwnProperty(this._speakerId)?e[this._speakerId].smoothed:0;t>a*p.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 _i=class extends de{constructor(e,t,i){super();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){t==="OPENED"&&(this._connectionTimeout||(this._connectionTimeout=window.setTimeout(this._onConnectionTimeout.bind(this),p.specListenerParams.connectionTimeout)),this._volumeTimeout||(this._volumeTimeout=window.setTimeout(this._onVolumeTimeout.bind(this),p.specListenerParams.volumeTimeout))),t==="FAILED"&&this._connectionTimeout&&(d.warn("Transport failed, send callSpecError"),I.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._transport.getStates()).filter(e).length>0)()&&(d.warn("There is not connected transport, send callSpecError"),I.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),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 Oo=1e3,wo=1e4;var xo=15,$=class extends de{constructor(e,t,i){super();this._mediaSource=null;this._conversation=null;this._myLastRequestedLayouts={};this._state="IDLE";this._participantState=z.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._audioMixStalled=!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;I.create(e,i),ve.create(),this._api=e,this._signaling=t,this._onUnload=()=>{this._conversation&&this._api&&this._api.hangupConversation(this._conversation.id),I.destroy(),ve.destroy()},window.addEventListener("unload",this._onUnload),this._audioOutput=new ui,p.videoTracksCount>0&&(this._cooldownQueueCleanupTimer=window.setInterval(this._cleanupCooldownQueue.bind(this),Oo)),this._statFirstMediaReceived=new Mt}static current(){return $._current}static hangupAfterInit(){$._activationMutex&&!$._current&&($._delayedHangup=!0)}static id(){var e,t;return((t=(e=$._current)==null?void 0:e._conversation)==null?void 0:t.id)||null}onStart(e,t,i,a="",o=!1,s=!1,l){return c(this,null,function*(){if($._activationMutex)throw I.log(v.ERROR,"startCall"),d.warn("Conversation: there is already running activation"),new j(k.FAILED);$._activationMutex=!0;try{this._mediaSource=this._createMediaSource(),yield this._mediaSource.request(i);let u=this._mediaSource.getMediaSettings();t===qe.CHAT||e.length>1?this._logWithMediaSettings(v.OUTGOING_MULTIPARTY_CALL,u):this._logWithMediaSettings(v.OUTGOING_CALL,u);let h=yield this._startConversation(e,t,Xe.OUTGOING,i,a,o,s,l);if(!this._conversation)throw new j(k.UNKNOWN_ERROR);if(this._participantState=z.ACCEPTED,this._signaling.changeMediaSettings(u),yield this._processConnection(h),this._allocateTransport(),this._createSpeakerDetector(),this._createSpecListener(),this._signaling.readyToSend(),$._delayedHangup)throw new j(k.CANCELED);d.debug("Outgoing call",{opponentIds:e,opponentType:t,mediaOptions:i});let m=Object.values(this._participants),f=T.mapSharedParticipants(m);return yield this._processConnectionSharedMovieInfo(h),g.onLocalStream(this._mediaSource.getStream(),this._mediaSource.getMediaSettings()),g.onConversation(this._conversation.externalId,this._conversation.mediaModifiers,this._getMuteStatesForCurrentRoom(),f),this._onConversationParticipantListChunk(h),this._processPinnedParticipants(h),g.onLocalStatus("WAITING"),this._toggleJoinAvailability(),this._changeFeatureSet(),this._changeNeedRate(),$._current=this,this._conversation.concurrent&&(yield this._acceptConcurrent()),this._conversation}catch(u){throw this._close(u,"Unable to start conversation"),u}finally{$._activationMutex=!1}})}onJoin(e){return c(this,null,function*(){var t;if($._activationMutex)throw I.log(v.ERROR,"joinCall"),d.warn("Conversation: there is already running activation"),new j(k.FAILED);$._activationMutex=!0,this._state="PROCESSING";try{let i=!!((t=e.observedIds)!=null&&t.length);if(i&&p.videoTracksCount>0)throw d.error("Observer mode: please set videoTracksCount=0"),new j(k.UNSUPPORTED);this._mediaSource=this._createMediaSource(),yield this._mediaSource.request(e.mediaOptions,!i);let a=this._mediaSource.getMediaSettings();this._logWithMediaSettings(v.JOIN_CONVERSATION,a);let o=yield this._joinConversation(e);if(!this._conversation)throw new j(k.UNKNOWN_ERROR);return this._conversation.observer=i,g.onLocalStream(this._mediaSource.getStream(),a),this._conversation.waitingHall?(d.log("In waiting hall"),$._current=this,$._activationMutex=!1,this._signaling.readyToSend(),g.onLocalStatus("WAITING_HALL"),this._conversation):this._onJoinPart2(o)}catch(i){throw $._activationMutex=!1,this._close(i,"Unable to join conversation"),i}})}_onJoinPart2(e){return c(this,null,function*(){var t,i,a,o,s,l,u;d.debug("Join conversation part 2"),$._activationMutex=!0;try{if(this._participantState=z.ACCEPTED,!this._conversation||!this._mediaSource)throw new j(k.UNKNOWN_ERROR);if(!this._conversation.observer&&!this._isAudienceModeListener()&&this._signaling.changeMediaSettings(this._mediaSource.getMediaSettings()),yield this._processConnection(e),this._allocateTransport(),this._createSpeakerDetector(),this._createSpecListener(),this._signaling.readyToSend(),$._delayedHangup)throw new j(k.CANCELED);let h=Object.values(this._participants),m=T.mapSharedParticipants(h.filter(N=>!N.isInRoom)),f=[];if((i=(t=e==null?void 0:e.rooms)==null?void 0:t.rooms)!=null&&i.length)for(let N of e.rooms.rooms)f.push({id:N.id,name:N.name,participantCount:N.participantCount,participantIds:yield Promise.all(((o=(a=N==null?void 0:N.participantIds)==null?void 0:a.map)==null?void 0:o.call(a,this._getExternalIdByParticipantId.bind(this)))||[]),participants:(s=N==null?void 0:N.participants)!=null&&s.participants?this._participantListChunkToExternalChunk(N.participants):void 0,active:N.active,muteStates:N.muteStates});let w=(u=(l=e==null?void 0:e.rooms)==null?void 0:l.roomId)!=null?u:null;return yield this._processConnectionSharedMovieInfo(e),yield this._processConnectionAsrInfo(e),g.onConversation(this._conversation.externalId,this._conversation.mediaModifiers,this._getMuteStatesForCurrentRoom(),m,{rooms:f,roomId:w}),this._onConversationParticipantListChunk(e),this._processPinnedParticipants(e),g.onLocalStatus("WAITING"),this._toggleJoinAvailability(),this._changeNeedRate(),this._state="ACTIVE",this._changeFeatureSet(),$._current=this,this._openTransport(h,!1),this._conversation.audienceMode&&!this._conversation.restricted&&this._forceOpenTransportForAloneInCall(),this._conversation}catch(h){throw this._close(h,"Unable to join conversation"),h}finally{$._activationMutex=!1}})}onPush(a){return c(this,arguments,function*(e,t=Q.USER,i){if($._activationMutex)throw d.warn("Conversation: there is already running activation"),new j(k.REJECTED);$._activationMutex=!0;try{let o=yield this._prepareConversation(e,t,i);if(this._mediaSource=this._createMediaSource(),!this._conversation)throw new j(k.UNKNOWN_ERROR);if(!o.conversation.participants.find(l=>{var u;return l.state===z.CALLED&&l.id===((u=this._conversation)==null?void 0:u.userId)}))throw d.log("Push rejected (there is an active call)"),I.log(v.PUSH,"rejected"),new j(k.REJECTED);if(yield this._processConnection(o),this._allocateTransport(),this._createSpeakerDetector(),this._createSpecListener(),this._processPinnedParticipants(o),this._signaling.readyToSend(),I.log(v.PUSH,"accepted"),$._current=this,$._delayedHangup)throw new j(k.CANCELED);$._activationMutex=!1}catch(o){throw $._activationMutex=!1,this._close(o,"Unable to handle inbound call push"),o}})}_isInWaitingHall(e){return!e.conversation||(e.conversation.options||[]).indexOf(ei.WAITING_HALL)<0?!1:this._isRestricted(e)}_isRestricted(e){let t=(e.conversation.participants||[]).find(i=>T.comparePeerId(i.peerId,e.peerId));return t&&t.restricted||!1}_isAudienceMode(e){var t,i;return((i=(t=e.conversation)==null?void 0:t.options)==null?void 0:i.includes(ei.AUDIENCE_MODE))||!1}_isAudienceModeListener(){var e,t;return((e=this._conversation)==null?void 0:e.audienceMode)&&((t=this._conversation)==null?void 0:t.restricted)}_acceptConcurrent(){return c(this,null,function*(){if(!this._mediaSource||!this._conversation||!this._transport)throw new j(k.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{this._statFirstMediaReceived.markAcceptCall(this._transport.getTopology()),yield this._signaling.acceptCall(this._mediaSource.getMediaSettings()),g.onCallAccepted(),this._state="ACTIVE",this._participantState=z.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 I.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||!this._transport)throw new j(k.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),this._statFirstMediaReceived.markAcceptCall(this._transport.getTopology()),yield this._signaling.acceptCall(i),this._participantState=z.ACCEPTED;let a=Object.values(this._participants),o=T.mapSharedParticipants(a);if(g.onCallAccepted(),g.onLocalStream(this._mediaSource.getStream(),i),g.onConversation(this._conversation.externalId,this._conversation.mediaModifiers,this._getMuteStatesForCurrentRoom(),o),p.useParticipantListChunk){let u=yield this._getInitialParticiapntListChunk();(t=u==null?void 0:u.participants)==null||t.forEach(h=>{let m=T.composeId(h),f=this._participants[m];f&&(f.movieShareInfos=h.movieShareInfos)}),this._onConversationParticipantListChunk({participants:u})}g.onLocalStatus("WAITING"),this._toggleJoinAvailability(),this._changeNeedRate();let s=Gt(this._getMuteStatesForCurrentRoom(),ke.MUTE),l=Gt(this._getMuteStatesForCurrentRoom(),ke.MUTE_PERMANENT);for(let u of[s,l])u.length&&(yield this._processMuteState({mediaOptions:u,stateUpdated:!0}));return this._state="ACTIVE",this._changeFeatureSet(),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 I.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=z.HUNGUP,this._signaling.ready&&(yield this._signaling.hangup(k.REJECTED)),this._close(new j(k.REJECTED))})}hangup(){return c(this,null,function*(){d.debug("Hangup");let e=this._state==="ACTIVE"?k.HUNGUP:k.CANCELED;I.log(v.HANGUP,e),this._signaling.ready?(yield this._signaling.hangup(e),this._close(new j(e))):g.onHangup(new j(k.HUNGUP),this._conversation&&this._conversation.id)})}addParticipant(e,t){return c(this,null,function*(){if(!this._signaling.ready){this._close(new j(k.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=k.UNKNOWN_ERROR);let o=i.participant;yield this._onAddParticipant(T.composeId(o),o,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 o of e)(o.state===z.CALLED||o.state===z.ACCEPTED)&&(this._transport.isAllocated(o.id)||this._transport.allocate(o.id,t)),o.state===z.ACCEPTED&&i.push(o.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),this._signaling.readyToSend(!1),e.error?this._signaling.ready&&this._signaling.hangup(k.FAILED):I.log(v.ERROR,e.hangup),$._activationMutex=!1;let i=this._conversation&&this._conversation.id;if([k.CANCELED,k.NOT_FRIENDS,k.CALLEE_IS_OFFLINE,k.CALLER_IS_BLOCKED,k.CALLER_IS_REJECTED].indexOf(e.hangup)!==-1||e.hangup===k.REJECTED&&!e.remote){g.onHangup(e,i),this.destroy();return}if(e.hangup===k.HUNGUP&&(!e.remote||this._participantState===z.CALLED)){g.onHangup(e,i),this.destroy();return}if(e.hangup===k.MISSED&&!e.remote){g.onHangup(e,i),this.destroy();return}if(this._cooldownQueueCleanupTimer!==null&&(window.clearInterval(this._cooldownQueueCleanupTimer),this._cooldownQueueCleanupTimer=null),(e.hangup===k.SOCKET_CLOSED||e.hangup===k.NOT_FOUND)&&$._current&&!this._conversation){this._cleanupSignaling(),this._cleanupMediaSource();return}if(e.hangup===k.BUSY&&!e.remote){this._cleanupSignaling(),this._cleanupMediaSource();return}this._state="CLOSE",this._participantState=z.HUNGUP,this._changeFeatureSet(),this._cleanupMediaSource(),this._cleanupParticipants(),this._cleanupParticipantAgnosticStreams(),this._cleanupTransport(),this._cleanupSpeakerDetector(),this._cleanupSpecListener(),this._cleanupSignaling(),this._api.cleanup(),I.destroy(),ve.destroy(),this._conversation=null,this._myLastRequestedLayouts={},$._current=null,$._delayedHangup=!1,g.onHangup(e||new j(k.UNKNOWN_ERROR),i)}destroy(){let e=this._conversation&&this._conversation.id;d.debug("Destroy conversation",{conversationId:e}),this._cooldownQueueCleanupTimer!==null&&(window.clearInterval(this._cooldownQueueCleanupTimer),this._cooldownQueueCleanupTimer=null),this._cleanupMediaSource(),this._cleanupParticipants(),this._cleanupParticipantAgnosticStreams(),this._cleanupTransport(),this._cleanupSpeakerDetector(),this._cleanupSpecListener(),this._cleanupSignaling(),this._api.cleanup(),this._cleanupListeners(),I.destroy(),ve.destroy(),this._conversation=null,this._myLastRequestedLayouts={},$._current=null,$._delayedHangup=!1}_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:o}=t;if(o&&i.push(o),a){let s=a.urls.filter((l,u,h)=>h.indexOf(l)===u);s.push(`${s[s.length-1]}?transport=tcp`),i.push({urls:s,username:a.username,credential:a.credential})}return p.iceServers=i,p.wssBase=t.endpoint,p.wssToken=t.token,t.client_type&&(p.clientType=t.client_type),p.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,o="",s=!1,l=!1,u){return c(this,null,function*(){let h=T.uuid();d.debug("Conversation: start",{conversationId:h,opponentIds:e,opponentType:t,direction:i});let m=a.includes(ue.VIDEO),f=yield this._api.startConversation(h,e,t,m,o,s,l,{onlyAdminCanShareMovie:u});d.debug("Api.startConversation",f);let w=yield this._getConversationParams(f.id);f.endpoint=this._addGeoParamsToEndpoint(f.endpoint,w);let N=yield this._connectSignaling($e.START,f);return yield this._setConversation(f,N,i),N})}_joinConversation(e){return c(this,null,function*(){let{conversationId:t,mediaOptions:i,chatId:a,joinLink:o,observedIds:s,payload:l}=e;d.debug("Conversation: join",{conversationId:t,joinLink:o,observedIds:s});let u=i.includes(ue.VIDEO),h;if(t)h=yield this._api.joinConversation(t,u,a);else if(o)h=yield this._api.joinConversationByLink(o,u,s,l);else throw new j(k.UNKNOWN_ERROR);d.debug("Api.joinConversation",h),yield this._getConversationParams(h.id),this._statFirstMediaReceived.measureSignalingConnection();let m=yield this._connectSignaling($e.JOIN,h);return this._statFirstMediaReceived.measureSignalingConnection(m),yield this._setConversation(h,m,Xe.JOINING),m})}_prepareConversation(a){return c(this,arguments,function*(e,t=Q.USER,i){d.debug("Conversation: push",{conversationId:e,type:t,peerId:i});let o=this._api.getUserId();if(!o)throw new j(k.UNKNOWN_ERROR);let s=yield this._getConversationParams(e),l=s.device_idx||0,u=`${p.wssBase}?userId=${o}&entityType=${t}&deviceIdx=${l}&conversationId=${e}&token=${p.wssToken}`;u=this._addGeoParamsToEndpoint(u,s);let h={id:e,peerId:i,endpoint:u,is_concurrent:!1,p2p_forbidden:!1,device_idx:l},m=yield this._connectSignaling($e.ACCEPT,h);return $._current&&($._current._participantState===z.ACCEPTED||$._current._participantState===z.CALLED)?(d.log("Push rejected (busy)"),I.log(v.PUSH,"busy"),this._signaling.ready&&this._signaling.hangup(k.BUSY),Promise.reject({hangup:k.BUSY})):($._current&&($._current.destroy(),$._current=null),yield this._setConversation(h,m,Xe.INCOMING,t),m)})}_createParticipant(e){return c(this,null,function*(){var i;let t=Object.assign({id:null,externalId:null,mediaSettings:ge(),participantState:{},state:z.CALLED,status:null,remoteStream:null,mediaSource:null,platform:null,clientType:null,roles:[],networkRating:1,lastRequestedLayouts:{},muteStates:{},unmuteOptions:[],observedIds:[],isInRoom:!1,markers:null},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),e.markers&&(t.markers=this._denormalizeMarkers(t.id,e.markers)),t})}_getParticipantId(e){return c(this,null,function*(){try{return yield this._api.userId(e)}catch(t){throw this._close(new j(k.NETWORK_ERROR),t),t}})}_setConversation(o,s,l){return c(this,arguments,function*(e,t,i,a=Q.USER){yield this._prepareParticipants(t.conversation.participants);let u=this._api.getUserId(),h=e.device_idx||0;if(!u){let w=(t.conversation.participants||[]).find(N=>T.comparePeerId(N.peerId,t.peerId));if(!w)throw new j(k.UNKNOWN_ERROR);u=Number(w.id),w.idType&&(a=w.idType),w.deviceIdx&&(h=w.deviceIdx),this._api.setUserId(u)}let m=T.composeParticipantId(u,a,h),f=yield this._getParticipantId(m);this._conversation={userId:u,compositeUserId:m,externalId:f,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,asrInfoByRoom:new Map,muteStates:new Map,joinLink:e.join_link,pinnedParticipantIdByRoom:new Map,mediaModifiers:t.mediaModifiers,options:[],unmuteOptions:[],networkRating:1,waitingHall:this._isInWaitingHall(t),observer:!1,asrInfo:t.conversation.asrInfo||null,roomId:null,audienceMode:this._isAudienceMode(t),restricted:this._isRestricted(t)},this._signaling.setConversationId(this._conversation.id),e.p2p_forbidden&&(p.forceRelayPolicy=e.p2p_forbidden),I.log(v.RELAY_POLICY,p.forceRelayPolicy?"1":"0"),this._changeFeatureSet(),this._logDevices()})}_updateConversation(e){if(!this._conversation)throw new j(k.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 Mi;return this.subscribe(e,"SOURCE_CHANGED",this._onLocalMediaStreamChanged.bind(this)),this.subscribe(e,"SCREEN_STATUS",this._onScreenSharingStatus.bind(this)),this._audioFix=new Wt(e),e}_connectSignaling(e,t){return c(this,null,function*(){return this._signaling.setEndpoint(t.endpoint),this.subscribe(this._signaling,Te.NOTIFICATION,this._onSignalingNotification.bind(this)),this.subscribe(this._signaling,Te.FAILED,this._onSignalingFailed.bind(this)),this.subscribe(this._signaling,Te.RECONNECT,this._onSignalingReconnect.bind(this)),this._signaling.connect(e,t)})}_processConnection(e){return 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&&g.onConversationParticipantListChunk(this._participantListChunkToExternalChunk(this._createParticipantListChunk(t)))}_createParticipantListChunk(e){return ye(ye({},{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 nt(ye({},e),{participants:t})}_registerConnectionParticipants(e){return c(this,null,function*(){var i,a,o,s,l,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=(s=(o=e==null?void 0:e.rooms)==null?void 0:o.rooms)!=null?s:[];for(let h of t)yield this._registerParticipants((u=(l=h==null?void 0:h.participants)==null?void 0:l.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}`),g.onLocalRolesChanged(this._conversation.roles)),yield this._registerParticipantLocalMuteState(i);continue}if(i.state===z.HUNGUP||i.state===z.REJECTED){this._participants[i.id]&&this._removeParticipant(this._participants[i.id],k.HUNGUP);continue}this._registerParticipantInCache(yield this._createParticipant({id:a,externalId:i.externalId&&Y.fromSignaling(i.externalId,i.deviceIdx||0),mediaSettings:ge(i.mediaSettings),participantState:T.mapParticipantState(i),state:i.state,roles:i.roles||[],status:"WAITING",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}`),g.onRolesChanged(this._participants[a].externalId,i.roles))}})}_registerParticipantLocalMuteState(e){return c(this,null,function*(){if(!e.muteStates)return Promise.resolve();let t=Gt(e.muteStates,ke.MUTE),i=Gt(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=null;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,i;if(this._isMe(e))return(t=this._conversation)==null?void 0:t.externalId;if(p.useParticipantListChunk)return(yield this._getExistedParticipantByIdOrCreate(e)).externalId;if((i=this._participants[e])!=null&&i.externalId)return this._participants[e].externalId;{let a=yield this._getParticipantId(e);return this._api.cacheExternalId(e,a),a}})}_registerParticipantAndSetMarkersIfChunkEnabled(e,t){return c(this,null,function*(){if(p.useParticipantListChunk){let i=this._registerParticipantInCache(yield this._getExistedParticipantByIdOrCreate(e));return i.markers=this._denormalizeMarkers(i.id,t),i}return this._participants[e]})}_warnParticipantNotInConversation(e){d.warn(`Participant [${e}] isn't in conversation`)}_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,[o,s])=>(a[o]=nt(ye(ye({},i),s),{id:e}),a),{})}_processConnectionData(e){this._processRooms(e),this._processMuteStates(e),this._processRecordInfos(e),this._onOptionsChanged(e.conversation.options),e.chatRoom&&e.chatRoom.totalCount&&this._onChatRoomUpdated(Ri.ATTENDEE,e.chatRoom.totalCount,e.chatRoom.firstParticipants,null,null)}_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,o,s;this._setMuteStatesForRoomId((i=e.conversation)==null?void 0:i.muteStates,null);for(let l of(o=(a=e.rooms)==null?void 0:a.rooms)!=null?o:[])this._setMuteStatesForRoomId(l.muteStates,l.id);let t=this._getMuteStatesForCurrentRoom();this._onMuteParticipant({muteStates:t,unmuteOptions:e.unmuteOptions,mediaOptions:Object.keys(t),muteAll:!0,stateUpdated:!0,roomId:(s=this._conversation)==null?void 0:s.roomId})}_processRecordInfos(e){var t,i,a,o;this._onRecordInfo((t=e.conversation.recordInfo)!=null?t:null);for(let s of(a=(i=e.rooms)==null?void 0:i.rooms)!=null?a:[])this._onRecordInfo((o=s.recordInfo)!=null?o:null,s.id)}_processPinnedParticipants(e){var t,i,a,o;e.conversation.pinnedParticipantId?this._onPinParticipant(e.conversation.pinnedParticipantId):(t=this._conversation)==null||t.pinnedParticipantIdByRoom.delete(null);for(let s of(a=(i=e.rooms)==null?void 0:i.rooms)!=null?a:[])s.pinnedParticipantId?this._onPinParticipant(s.pinnedParticipantId,!1,void 0,s.id):(o=this._conversation)==null||o.pinnedParticipantIdByRoom.delete(s.id)}_allocateTransport(){if(!this._conversation||!this._mediaSource)return;this._transport=new Yi(this._conversation.topology,this._signaling,this._mediaSource,this._serverSettings),this._debugInfo=new mi,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,"AUDIO_MIX_STALL",this._onAudioMixStall.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===Xe.OUTGOING&&!this._conversation.concurrent;for(let t of Object.values(this._participants))(t.state===z.ACCEPTED||t.state===z.CALLED)&&this._transport.allocate(t.id,e)}_createSpeakerDetector(){this._transport&&this._conversation&&(this._volumesDetector=new Qi(this._transport),this.subscribe(this._volumesDetector,"VOLUMES_DETECTED",this._onVolumesDetected.bind(this)),this._speakerDetector=new Xi(this._volumesDetector,this._transport,this._conversation.topology),this.subscribe(this._speakerDetector,"SPEAKER_CHANGED",this._onSpeakerChanged.bind(this)),this._localVolumeDetector=new hi(this._mediaSource))}_createSpecListener(){this._transport&&this._volumesDetector&&(this._specListener=new _i(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()?"✔":"✖")),I.log(v.DEVICES,`${e}_${t}`)}_logWithMediaSettings(e,t){I.log(e,[(t==null?void 0:t.isAudioEnabled)&&"audio",(t==null?void 0:t.isVideoEnabled)&&"video"].filter(Boolean).join("_"))}_removeParticipant(e,t){var i;if(!(e.state===z.CALLED||e.state===z.ACCEPTED||this._state==="CLOSE")&&(e.id===this._lastSignalledActiveSpeakerId&&(this._lastSignalledActiveSpeakerId=null),!!this._participants[e.id])){t===k.HUNGUP?this._setParticipantsStatus([e],"HANGUP"):this._setParticipantsStatus([e],"ERROR",t),(i=e.mediaSource)==null||i.disconnect(),this._conversation&&this._conversation.pinnedParticipantIdByRoom.get(null)===e.id&&this._conversation.pinnedParticipantIdByRoom.delete(null),this._conversation&&this._conversation.roomId&&this._conversation.pinnedParticipantIdByRoom.get(this._conversation.roomId)===e.id&&this._conversation.pinnedParticipantIdByRoom.delete(this._conversation.roomId);for(let[a,o]of Object.entries(e.lastRequestedLayouts))this._streamIdByStreamDescription.delete(a),this._sequenceNumberByStreamDescription.delete(a),this._cooldownTimestampByStreamDescription.delete(a),this._streamWaitTimerByStreamDescription.has(a)&&(window.clearTimeout(this._streamWaitTimerByStreamDescription.get(a)),this._streamWaitTimerByStreamDescription.delete(a)),this._sendUpdateDisplayLayout({[a]:{stopStream:!0}});delete this._participants[e.id],g.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(o=>o.stop()),(i=e.secondStream)==null||i.getTracks().forEach(o=>o.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===z.ACCEPTED||a.state===z.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&&Y.fromSignaling(t.externalId,t.deviceIdx||0),mediaSettings:ge(t.mediaSettings),state:t.state,roles:t.roles||[],muteStates:t.muteStates||{},unmuteOptions:t.unmuteOptions||[],observedIds:t.observedIds||[]}))),this._setParticipantsStatus([a],"WAITING"),i?(a.state=z.HUNGUP,this._removeParticipant(a,i)):this._transport&&(a.state=z.CALLED,this._transport.allocate(a.id,!0),I.log(v.ADD_PARTICIPANT),this._invokeRolesChangedCallbackIfNeeded(a))})}_onRemoveParticipant(e){d.debug(`Remove participant [${e}]`);let t=[];for(let i=0;i<=xo;i++){let a=T.compose(e,i),o=this._participants[a];o&&t.push(o)}if(!t.length){this._warnParticipantNotInConversation(e);return}if(this._transport)for(let i of t)this._transport.close(i.id);I.log(v.REMOVE_PARTICIPANT)}changeDevice(e){return c(this,null,function*(){return e==="audiooutput"?this._audioOutput.changeOutput():this._mediaSource?this._mediaSource.changeDevice(e):Promise.reject(ne.UNKNOWN)})}stopVideoTrack(){var e;return(e=this._mediaSource)==null?void 0:e.stopVideoTrack()}toggleScreenCapturing(e){return c(this,null,function*(){return this._mediaSource?this._mediaSource.toggleScreenCapturing(e):Promise.reject(ne.UNKNOWN)})}disableScreenCapturing(){return c(this,null,function*(){return this._mediaSource?this._mediaSource.disableScreenCapturing():Promise.reject(ne.UNKNOWN)})}toggleAnimojiCapturing(e){this._mediaSource&&this._mediaSource.toggleAnimojiCapturing(e)}setAnimojiSvg(e,t=null,i=null){if(!this._transport||!this._conversation)return;let a=!t,o=t!=null?t:this._conversation.compositeUserId;if(e instanceof ArrayBuffer){let s=i!=null?i:this._conversation.externalId.id;this._transport.setAnimojiSvg(o,{svg:e,userId:s,isMe:a});return}this._transport.setAnimojiSvg(o,{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 I.log(v.MEDIA_STATUS,e?"video_1":"video_0"),this._mediaSource.toggleVideo(e)})}toggleLocalAudio(e){return c(this,null,function*(){if(this._mediaSource)return I.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 o=typeof a.uid=="object"?a.uid:Y.fromId(a.uid),s=Y.toString(o);i[s]=a.priority}for(let a of Object.values(this._participants)){let o=Y.toString(a.externalId);i.hasOwnProperty(o)&&(t[a.id]=i[o])}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[Ye(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 request [${this._signaling.getNextCommandSequenceNumber()}]`,e);let t={};for(let a of e){let o=typeof a.uid=="object"?a.uid:Y.fromId(a.uid),s=this._api.getCachedOkIdByExternalId(o);if(!s){let h=Y.toString(o);d.log(`Unknown participant external ID ${h}`);continue}let l=Ye({participantId:s,mediaType:a.mediaType,streamName:a.streamName}),u=this._participants[s];u?u.lastRequestedLayouts[l]=a:this._isMe(s)&&(this._myLastRequestedLayouts[l]=a),jt(a)?(this._isMe(s)&&delete this._myLastRequestedLayouts[l],this._streamIdByStreamDescription.has(l)&&!this._cooldownTimestampByStreamDescription.has(l)&&this._cooldownTimestampByStreamDescription.set(l,Date.now())):(this._cooldownTimestampByStreamDescription.delete(l),!this._streamIdByStreamDescription.has(l)&&p.videoTracksCount>0&&this._streamIdByStreamDescription.set(l,null),t[l]=a),a.mediaType==="SCREEN"&&!jt(a)&&Ge(Ut(s))}let i=this._cooldownTimestampByStreamDescription.keys();for(;this._streamIdByStreamDescription.size>p.videoTracksCount;){let a=i.next();if(a.done){d.error("Cannot accommodate all streaming requests: tracks available "+p.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)}userFeedbackStats(e,t,i){this._conversation&&this._api.sendUserFeedbackStats(this._conversation.id,e,t,i)}_stopStreaming(e){var i;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 a=li(e),o=this._participants[a.participantId],s=(i=this._conversation)==null?void 0:i.externalId,l=this._isMe(a.participantId);if(o||l){switch(a.mediaType){case"STREAM":case"MOVIE":{if(a.streamName){let u={stream:null,streamName:a.streamName,mediaType:a.mediaType};l?g.onLocalLive(s,u):g.onRemoteLive(o.externalId,u)}break}case"CAMERA":{g.onRemoteStream(o.externalId,null);break}case"SCREEN":{g.onRemoteScreenStream(o.externalId,null);break}}I.log(v.PAT_DEALLOCATED)}else d.log(`Cannot find participant to stop streaming: ${a.participantId}`)}this._streamIdByStreamDescription.delete(e)}_sendUpdateDisplayLayout(e){return c(this,null,function*(){if(Object.keys(e).length===0)return;d.log(`Update display layout send [${this._signaling.getNextCommandSequenceNumber()}]`,e);let t=yield this._signaling.updateDisplayLayout(e);if(!t)return;let i=[];for(let[a,o]of Object.entries(t.errorCodeByParticipantId||{})){let s=li(a),l=this._participants[s.participantId];if(l){let u;typeof o!="number"?(d.warn(`Unexpected error code ${o} received for participant ${s.participantId}`),u=Sa.UNKNOWN_ERROR):u=va(o),i.push({externalId:l.externalId,errorReason:u})}}if(i&&i.length)throw new gi("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]+wo>Date.now())break;let s=a[0];this._stopStreaming(s),e[s]={stopStream:!0}}while(!0);this._sendUpdateDisplayLayout(e)}_onParticipantSourcesUpdate(e){if(this._conversation){let t=e.participantUpdateInfos;d.log("Received participant sources update notification",t);for(let i of t)this._waitForStreamIfNeeded(i)}}_onParticipantSourcesSuspend(e){if(this._conversation){let t=e.participantSuspendInfos;d.log("Received participant sources suspend notification",t);for(let i of t)this._handleParticipantSuspend(i)}}_onParticipantPromoted(e){return c(this,null,function*(){this._conversation&&this._conversation.audienceMode?(d.log("Promoted in audience mode",!e.demote),this._conversation.restricted=e.demote,!e.demote&&this._mediaSource&&(yield this._signaling.changeMediaSettings(this._mediaSource.getMediaSettings()))):(d.log("Promoted in waiting hall",!e.demote),e.demote?(d.log("Kicked from waiting hall"),this._close(new j(k.REMOVED))):(this._updateConversation(e),yield this._onJoinPart2(e))),g.onPromoted(e.demote)})}_onChatRoomUpdated(s){return c(this,arguments,function*(e,t=0,i=[],a,o){d.log(`Chat room updated: ${e}`);let l=[],u=[],h=[],m=[],f=[];if(i.length&&i.forEach(L=>{if(L.externalId){let W=Y.fromSignaling(L.externalId);f.push(W),this._api.cacheExternalId(L.id.id,W)}else{let W=T.decomposeId(L.id.id).id;l.push(W),m.push(W)}}),a!=null&&a.length&&a.forEach(L=>{let W=T.decomposeId(L).id;l.push(W),u.push(W)}),o!=null&&o.length&&o.forEach(L=>{let W=T.decomposeId(L).id;l.push(W),h.push(W)}),!l.length){g.onChatRoomUpdated(e,t,f,[],[]);return}if(yield this._api.prepareUserIds(l),m.length){let L=yield this._api.getExternalIdsByOkIds(m);f.push(...L)}let w=yield this._api.getExternalIdsByOkIds(u),N=yield this._api.getExternalIdsByOkIds(h);g.onChatRoomUpdated(e,t,f,w,N)})}_onSharedMovieUpdate(e){return c(this,null,function*(){var i;let t=(i=this._conversation)==null?void 0:i.externalId;for(let a of e.data)if(this._isMe(a.participantId))g.onLocalLiveUpdate(t,a);else{let s=yield this._getExternalIdByParticipantId(a.participantId);s&&g.onRemoteLiveUpdate(s,a)}})}_onSharedMovieInfoStarted(e){return c(this,null,function*(){d.log(`Shared movie started data received: ${e.notification}`),yield this._processSharedMovieInfo(e.movieShareInfo,e.roomId)})}_processSharedMovieInfos(e,t=null){return c(this,null,function*(){e&&(yield Promise.all(e.map(i=>this._processSharedMovieInfo(i,t))))})}_processSharedMovieInfo(e,t=null){return c(this,null,function*(){var o;if(!e)return;let i=(o=this._conversation)==null?void 0:o.externalId;if(this._isMe(e.initiatorId))g.onLocalSharedMovieInfo(i,e,t);else{let s=yield this._getExternalIdByParticipantId(e.initiatorId);s&&g.onRemoteSharedMovieInfo(s,e,t)}this._forceOpenTransportForAloneInCall()})}_processConnectionSharedMovieInfo(e){return c(this,null,function*(){var i,a;let t=e.conversation.participants.find(o=>this._isMe(T.composeId(o)));yield this._processSharedMovieInfos(t==null?void 0:t.movieShareInfos,(a=(i=e==null?void 0:e.rooms)==null?void 0:i.roomId)!=null?a:null)})}_processConnectionAsrInfo(e){return c(this,null,function*(){var a,o,s,l,u,h;if(e.conversation.asrInfo&&((a=this._conversation)==null||a.asrInfoByRoom.set(null,e.conversation.asrInfo)),(o=e.rooms)!=null&&o.rooms)for(let m of e.rooms.rooms)m.asrInfo&&((s=this._conversation)==null||s.asrInfoByRoom.set(m.id,m.asrInfo));let t=(u=(l=e.rooms)==null?void 0:l.roomId)!=null?u:null,i=(h=this._conversation)==null?void 0:h.asrInfoByRoom.get(t);if(i){let m=yield this._getExternalIdByParticipantId(i.initiatorId);m&&g.onAsrSet({externalId:m,movieId:i.movieId},t)}else t&&g.onAsrSet(null,t)})}_onSharedMovieInfoStopped(e){return c(this,null,function*(){var h;d.log(`Shared movie stopped data received: ${e.notification}`);let t=(h=this._conversation)==null?void 0:h.externalId,{initiatorId:i,movieId:a,source:o,roomId:s=null}=e,l={initiatorId:i,movieId:a,source:o};if(this._isMe(i))g.onLocalSharedMovieStoppedInfo(t,l,s);else{let m=yield this._getExternalIdByParticipantId(i);m&&g.onRemoteSharedMovieStoppedInfo(m,l,s)}})}_onFeaturesPerRoleChanged(e){d.log(`Features per role changed: ${e.notification}`),g.onFeaturesPerRoleChanged(e.featuresPerRole)}_waitForStreamIfNeeded(e){var h,m,f;let t=this._matchStreamDescription(e.participantStreamDescription);if(!t||t.mediaType==="ANIMOJI")return;let i=t.participantId,a=this._participants[i];if(p.producerScreenDataChannel&&t.mediaType==="SCREEN"&&!e.fastScreenShare){d.log("skipping participant-sources-update notification since screenshare will be received over datachannel");return}let o=Ye(t),s=this._sequenceNumberByStreamDescription.get(o);if(s&&s>e.sequenceNumber){d.warn(`Participant ${t.participantId} received outdated PAT response: sequence number ${e.sequenceNumber}; last sent sequence number for given participant is ${s}`),I.log(v.PAT_OUTDATED_RESPONSE);return}let l=e.streamId,u=e.rtpTimestamp?this._getWaitingTime(l,e.rtpTimestamp):0;if(u<=0){this._streamWaitTimerByStreamDescription.delete(o);let w=(h=this._conversation)==null?void 0:h.externalId,N=this._isMe(i);if(!a&&!N){I.log(v.PAT_ERROR,"participantMissing"),d.error(`Could not find participant by ID: ${i}`);return}let L=N?w:a.externalId,W=this._streamByStreamId.get(l);if(!W){I.log(v.PAT_ERROR,"streamNotFound"),d.error(`Could not find stream by ID: ${l}`);return}I.log(v.PAT_ALLOCATED),this._streamIdByStreamDescription.set(o,l);let X=(m=e.participantStreamDescription)==null?void 0:m.mediaType;if(X==="STREAM"||X==="MOVIE"){if((f=e.participantStreamDescription)!=null&&f.streamName){let Z={streamName:e.participantStreamDescription.streamName,stream:W,mediaType:X};N?g.onLocalLive(L,Z):g.onRemoteLive(L,Z)}}else if(p.producerScreenTrack&&X==="SCREEN")g.onRemoteScreenStream(a.externalId,W);else if(!N){let Z=(p.producerScreenTrack?null:a.secondStream)||W;g.onRemoteStream(a.externalId,Z)}}else{d.debug(`Waiting for ${u} until stream ${l} for ${o} is switched`);let w=window.setTimeout(this._waitForStreamIfNeeded.bind(this,e),u);this._streamWaitTimerByStreamDescription.set(o,w)}}_matchStreamDescription(e){if(!e)return null;if(this._streamIdByStreamDescription.has(Ye(e)))return e;let t=e.participantId;if(e.mediaType){let i={participantId:t,mediaType:null};if(this._streamIdByStreamDescription.has(Ye(i)))return i}else{let i={participantId:t,mediaType:"CAMERA"};if(this._streamIdByStreamDescription.has(Ye(i)))return i;let a={participantId:t,mediaType:"SCREEN"};if(this._streamIdByStreamDescription.has(Ye(a)))return a}return d.error("Received unrequested allocation",e),null}_handleParticipantSuspend(e){let t=this._matchStreamDescription(e.participantStreamDescription);if(!t)return;let i=t.participantId,a=this._participants[i];if(!a){I.log(v.PAT_ERROR,"participantMissing"),d.error(`Could not find participant by ID: ${i}`);return}switch(t.mediaType){case"CAMERA":g.onRemoteStreamSuspended(a.externalId,e.suspend);break;case"SCREEN":g.onRemoteScreenStreamSuspended(a.externalId,e.suspend);break;default:d.log("Unexpected participant-suspend notification, skipping",e);break}}_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,[Ze.ADMIN,Ze.CREATOR]):!1}_checkAdminRole(){if(this._conversation&&!T.includesOneOf(this._conversation.roles,[Ze.ADMIN,Ze.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(e){return c(this,null,function*(){yield this._signaling.stopAsr(e)})}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(a,o){return c(this,arguments,function*(e,t,i=null){var s;this._checkAdminRole(),yield this._signaling.pinParticipant(e,t,i),(s=this._conversation)==null||s.pinnedParticipantIdByRoom.set(i,t?null:e)})}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=na(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=Ka(e));let o=yield this._signaling.getWaitingHall(a,t,i);if(o.error)return Promise.reject(o.message);let s=o.participants||[],l=yield this._resolveExternalIds(s),u=null;return s.length&&o.hasMore&&(u=Wa(s[s.length-1].id)),{participants:l,pageMarker:u,totalCount:o.totalCount||0}})}_resolveExternalIds(e){return c(this,null,function*(){let t=[];if(e.length){let i=[];e.forEach(a=>{if(a.externalId){let o=Y.fromSignaling(a.externalId);t.push(o),this._api.cacheExternalId(a.id.id,o)}else i.push(T.decomposeId(a.id.id).id)}),i.length&&!t.length&&(t=yield this._api.getExternalIdsByOkIds(i))}return t})}getAudienceModeHands(){return c(this,null,function*(){if(!this._signaling.ready)throw new Error("Signaling is not ready");let e=yield this._signaling.getHandQueue();if(e.error)return Promise.reject(e.message);let t=e.participants||[];return{participants:yield this._resolveExternalIds(t),totalCount:e.totalCount||0}})}promoteParticipant(e,t){return c(this,null,function*(){this._signaling&&(yield this._signaling.promoteParticipant(e,t))})}requestPromotion(e=!1){return c(this,null,function*(){this._signaling.ready&&(yield this._signaling.requestPromotion(e))})}acceptPromotion(e=!1){return c(this,null,function*(){this._signaling.ready&&(yield this._signaling.acceptPromotion(e))})}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 o={movieId:e};(t||t===0)&&(o.gain=t),i&&(o.metadata=i);let s=yield this._signaling.addMovie(o);if(s.error)throw new Error(s.error);return{movieId:s.movieId,streamType:s.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(){return c(this,arguments,function*(e=!1,t=null,i=null,a="DIRECT_LINK",o=null,s=null){let l={movieId:i,name:t,privacy:a,groupId:o,roomId:s,streamMovie:!e},u=yield this._signaling.startStream(l);if(u.error)return Promise.reject(u.message)})}stopStream(){return c(this,arguments,function*(e=null){if((yield this._signaling.stopStream({roomId:e})).error)return Promise.reject()})}publishStream(){return c(this,arguments,function*(e=null){if((yield this._signaling.publishStream({roomId:e})).error)return Promise.reject()})}recordSetConf(o,s){return c(this,arguments,function*(e,t,i=!1,a=null){let l=yield this._signaling.recordSetConf({king:e,pawns:t,hideParticipantCount:i,roomId:a});if(l.error)throw new Error(l.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<p.videoMinWidth||e.height<p.videoMinHeight)throw new Error("Sizes received are less than the `videoMinWidth` or `videoMinHeight`");if(t){if(t.width<p.videoMinWidth||t.height<p.videoMinHeight)throw new Error("Sizes of effect received are less than the `videoMinWidth` or `videoMinHeight`");p.videoEffectMaxHeight=t.height,p.videoEffectMaxWidth=t.width}return p.videoMaxWidth=e.width,p.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*(){var s;let t=e.externalIds.map(l=>({id:l.id,type:p.externalUserType})),i=yield this._signaling.getParticipants(t);if(i.error)throw new Error(i.error);let a=i.participants,o=(s=this._transport)==null?void 0:s.getState();return Promise.all(a.map(l=>c(this,null,function*(){var h;let u=T.composeId(l);return this._createParticipant({id:u,externalId:l.externalId&&Y.fromSignaling(l.externalId,l.deviceIdx||0),mediaSettings:ge(l.mediaSettings),participantState:T.mapParticipantState(l),state:l.state,roles:l.roles||[],status:(h=this._getStatusByTransportState(o))!=null?h:"WAITING",muteStates:l.muteStates||{},unmuteOptions:l.unmuteOptions||[],observedIds:l.observedIds||[],markers:this._denormalizeMarkers(u,l.markers)})}))).then(T.mapSharedParticipants)})}getParticipantListChunk(e){return c(this,null,function*(){var s;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(l=>{let u=T.composeId(l);return!this._participants[u]});yield this._registerParticipants(a);let o=(s=this._transport)==null?void 0:s.getState();return i.participants.forEach(l=>{var m,f;let u=T.composeId(l),h=this._participants[u];h.status=(m=this._getStatusByTransportState(o))!=null?m:"WAITING",h.movieShareInfos=l.movieShareInfos,Object.assign(h.mediaSettings,ge(l.mediaSettings)),Object.assign(h.muteStates,l.muteStates),h.unmuteOptions=(f=l.unmuteOptions)!=null?f:h.unmuteOptions,this._openTransport([h],!0)}),this._participantListChunkToExternalChunk(i)})}_getInitialParticiapntListChunk(){return c(this,null,function*(){let e=p.participantListChunkInitIndex,t=p.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),e.kind==="audio"&&this._mediaSource&&(this._audioFix=new Wt(this._mediaSource)),g.onLocalStreamUpdate(e.mediaSettings,e.kind),this._signaling.ready&&!((t=this._conversation)!=null&&t.waitingHall)&&!((i=this._conversation)!=null&&i.observer)&&!this._isAudienceModeListener()&&(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),p.consumerScreenTrack){let a=e.track?new MediaStream([e.track]):null;g.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){var s;d.debug(`Remote media settings changed [${e}]`,t);let i=(s=this._conversation)==null?void 0:s.externalId;if(this._isMe(e)&&i){g.onLocalMediaSettings(i,t);return}let o=this._participants[e];if(!o){this._warnParticipantNotInConversation(e);return}o.mediaSettings=t,this._state==="ACTIVE"&&g.onRemoteMediaSettings(o.externalId,t,o.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"&&g.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}`),g.onRolesChanged(e.externalId,e.roles))}_onSignalingNotification(e){switch(e.notification){case O.ACCEPTED_CALL:return this._onAcceptedCall(e);case O.HUNGUP:return this._onHungup(e);case O.PARTICIPANT_ADDED:return this._onAddedParticipant(e);case O.PARTICIPANT_JOINED:return this._onJoinedParticipant(e);case O.CLOSED_CONVERSATION:return this._onClosedConversation(e);case O.MEDIA_SETTINGS_CHANGED:return this._onMediaSettingsChanged(e);case O.PARTICIPANT_STATE_CHANGED:return this._onParticipantStateChanged(e);case O.RATE_CALL_DATA:return this._onNeedRate();case O.FEATURE_SET_CHANGED:return this._onFeatureSetChanged(e);case O.MULTIPARTY_CHAT_CREATED:return this._onMultipartyChatCreated(e);case O.FORCE_MEDIA_SETTINGS_CHANGE:return this._onForceMediaSettingsChange(e);case O.SETTINGS_UPDATE:return this._onSettingsUpdate(e);case O.VIDEO_QUALITY_UPDATE:return this._onVideoQualityUpdate(e);case O.REGISTERED_PEER:return this._onPeerRegistered(e);case O.SWITCH_MICRO:return this._onMicSwitched(e);case O.CHAT_MESSAGE:return this._onChatMessage(e);case O.CUSTOM_DATA:return this._onCustomData(e);case O.RECORD_STARTED:return this._onRecordInfo(e.recordInfo,e.roomId);case O.RECORD_STOPPED:return this._onRecordInfo(null,e.roomId);case O.ROLES_CHANGED:return this._onRolesChanged(e.participantId,e.roles||[]);case O.MUTE_PARTICIPANT:return this._onMuteParticipant(e);case O.PIN_PARTICIPANT:return this._onPinParticipant(e.participantId,e.unpin,e.markers,e.roomId);case O.OPTIONS_CHANGED:return this._onOptionsChanged(e.options||[]);case O.PARTICIPANT_SOURCES_UPDATE:return this._onParticipantSourcesUpdate(e);case O.PROMOTE_PARTICIPANT:return this._onParticipantPromoted(e);case O.CHAT_ROOM_UPDATED:return this._onChatRoomUpdated(e.eventType,e.totalCount,e.firstParticipants,e.addedParticipantIds,e.removedParticipantIds);case O.JOIN_LINK_CHANGED:return this._onJoinLinkChanged(e);case O.FEEDBACK:return this._onFeedback(e);case O.MOVIE_UPDATE_NOTIFICATION:return this._onSharedMovieUpdate(e);case O.MOVIE_SHARE_STARTED:return this._onSharedMovieInfoStarted(e);case O.MOVIE_SHARE_STOPPED:return this._onSharedMovieInfoStopped(e);case O.ROOMS_UPDATED:return this._onRoomsUpdated(e);case O.ROOM_UPDATED:return this._onRoomUpdated(e);case O.ROOM_PARTICIPANTS_UPDATED:return this._onRoomParticipantsUpdated(e);case O.FEATURES_PER_ROLE_CHANGED:return this._onFeaturesPerRoleChanged(e);case O.PARTICIPANT_ANIMOJI_CHANGED:return this._onParticipantAnimojiChanged(e);case O.ASR_STARTED:return this._onAsrStart(e);case O.ASR_STOPPED:return this._onAsrStop(e);case O.PROMOTION_APPROVED:return this._onPromotionApproved(e);case O.PARTICIPANT_SOURCES_SUSPEND:return this._onParticipantSourcesSuspend(e)}}_onPromotionApproved(e){return c(this,null,function*(){let t=yield this._getParticipantId(e.adminId);g.onPromotionApproved(t)})}_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()),this._processPinnedParticipants(e),e.conversation.state;let t=null;if(e.conversation.participants){let i=Object.keys(this._participants),a=[];for(let o of e.conversation.participants){let s=T.composeId(o),l=o.roles||[];if(this._isMe(s)){t=ge(o.mediaSettings),ti(this._conversation.roles,l)||this._onRolesChanged(s,l);continue}a.push(s);let u=this._participants[s];if(!u)yield this._onJoinedParticipant({participantId:o.id,participant:o,mediaSettings:o.mediaSettings});else{let h=ge(o.mediaSettings);ba(h,u.mediaSettings)||this._changeRemoteMediaSettings(s,h);let m=T.mapParticipantState(o),f=u.participantState;T.isEqualParticipantState(m,f)||this._changeRemoteParticipantState(s,m),ti(l,u.roles)||this._onRolesChanged(u.id,l)}}for(let o of i)a.indexOf(o)<0&&this._removeParticipant(this._participants[o],k.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*(){var o;let t=T.composeMessageId(e),i=T.getPeerIdString(e.peerId);if(d.debug(`Participant accepted call [${t}]`),this._statFirstMediaReceived.markAcceptedCall((o=this._transport)==null?void 0:o.getTopology()),this._conversation&&this._isMe(t)){this._close(new j(k.MISSED),"Call accepted on other device");return}let a=this._participants[t];a||(a=this._registerParticipantInCache(yield this._createParticipant({id:t,mediaSettings:ge(e.mediaSettings)}))),a.state=z.ACCEPTED,a.mediaSettings=ge(e.mediaSettings),this._logWithMediaSettings(v.ACCEPTED_OUTGOING,a.mediaSettings),this._conversation&&this._conversation.direction===Xe.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 j(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===k.REJECTED?z.REJECTED:z.HUNGUP,this._state!=="CLOSE"&&this._removeParticipant(i,k.HUNGUP)})}_onAddedParticipant(e){return c(this,null,function*(){var a,o;d.debug(`Participant added [${e.participantId}]`);let t=T.composeMessageId(e),i=this._participants[t];if(i&&i.state!==z.HUNGUP&&i.state!==z.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&&Y.fromSignaling(e.participant.externalId,e.participant.deviceIdx||0),mediaSettings:ge(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=z.CALLED,i.mediaSettings=ge((a=e.participant)==null?void 0:a.mediaSettings),i.participantState=T.mapParticipantState(e.participant),i.roles=((o=e.participant)==null?void 0:o.roles)||[],this._setParticipantsStatus([i],"WAITING"),this._state!=="IDLE"&&this._transport&&this._transport.allocate(i.id,!0),g.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,o,s;d.debug(`Participant joined [${e.participantId}]`),this._statFirstMediaReceived.markParticipantJoined((a=this._transport)==null?void 0:a.getTopology());let t=T.composeMessageId(e),i=this._participants[t];if(i&&i.state===z.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&&Y.fromSignaling(e.participant.externalId,e.participant.deviceIdx||0),mediaSettings:ge(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===Xe.OUTGOING&&(this._state==="IDLE"||this._state==="PROCESSING")&&(this._state="ACTIVE",this._changeFeatureSet()),i.state=z.ACCEPTED,i.mediaSettings=ge(e.mediaSettings),i.participantState=T.mapParticipantState(e.participant),i.roles=e.participant.roles||[],(o=this._transport)!=null&&o.isAllocated(i.id)?this._setParticipantsStatus([i],"CONNECTED"):this._setParticipantsStatus([i],"WAITING"),this._state!=="IDLE"&&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))),g.onParticipantJoined(i.externalId,i.markers),this._changeRemoteMediaSettings(t,i.mediaSettings),this._changeRemoteParticipantState(t,i.participantState),this._invokeRolesChangedCallbackIfNeeded(i),g.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 j(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,ge(e.mediaSettings))})}_onParticipantStateChanged(e){return c(this,null,function*(){let t=T.composeMessageId(e);this._isMe(t)||(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(),g.onMultipartyChatCreated(this._conversation))}_onForceMediaSettingsChange(e){return c(this,null,function*(){if(!this._mediaSource)return;let t=this._mediaSource.getMediaSettings(),i=ge(e.mediaSettings);t.isAudioEnabled!==i.isAudioEnabled&&(yield this._mediaSource.toggleAudio(i.isAudioEnabled)),t.isVideoEnabled!==i.isVideoEnabled&&(yield this._mediaSource.toggleVideo(i.isVideoEnabled)),p.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=jr(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=jr(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*(){g.onDeviceSwitched(ue.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),g.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),g.onCustomData(e.data,i,e.direct)})}_onRecordInfo(i){return c(this,arguments,function*(e,t=null){if(!this._conversation)return;let a=this._conversation.recordsInfoByRoom.get(t),o=!1;if(!a!=!e?o=!0:a&&e&&(o=a.recordMovieId!==e.recordMovieId||a.recordStartTime!==e.recordStartTime),o)if(this._conversation.recordsInfoByRoom.set(t,e),e){let s=yield this._getParticipantId(e.initiator);g.onRecordStarted(s,e.recordMovieId,e.recordStartTime,e.recordType,e.recordExternalMovieId,e.recordExternalOwnerId,t)}else g.onRecordStopped(t);e&&this._forceOpenTransportForAloneInCall()})}_changePinnedParticipantForRoom(){return c(this,null,function*(){if(!this._conversation)return;let e=this._conversation.roomId,t=this._conversation.pinnedParticipantIdByRoom.get(e);if(t&&!this._isMe(t)){let i=yield this._getExternalIdByParticipantId(t);i&&g.onPinnedParticipant(i,!1,null,e)}})}_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);g.onRecordStarted(i,t.recordMovieId,t.recordStartTime,t.recordType,t.recordExternalMovieId,t.recordExternalOwnerId,e)}else g.onRecordStopped(e)})}_changeAsrInfoForRoom(){return c(this,null,function*(){if(!this._conversation)return;let e=this._conversation.roomId,t=this._conversation.asrInfoByRoom.get(e);if(t){let i=yield this._getExternalIdByParticipantId(t.initiatorId);i&&g.onAsrSet({externalId:i,movieId:t.movieId},e)}else g.onAsrSet(null,e)})}_onParticipantAnimojiChanged(e){return c(this,null,function*(){if(this._conversation){let t=yield this._getParticipantId(e.participantId);g.onParticipantVmojiUpdate(t)}})}_onAsrStart(e){return c(this,null,function*(){if(!this._conversation)return;let t=e.asrInfo,i=e.roomId||null;this._conversation.asrInfoByRoom.set(i,t);let a=yield this._getParticipantId(t.initiatorId);g.onAsrStarted(a,t.movieId,i),this._forceOpenTransportForAloneInCall()})}_onAsrStop(e){if(!this._conversation)return;let t=e.roomId||null;this._conversation.asrInfoByRoom.delete(t),g.onAsrStopped(t)}_onAsrTranscription(e){return c(this,null,function*(){if(!this._conversation)return;let t=yield this._getParticipantId(e.participantId);g.onAsrTranscription(t,e.text,e.timestamp,e.duration)})}_onRolesChanged(e,t){if(this._conversation&&this._isMe(e)&&!ti(this._conversation.roles,t)){d.debug(`Local roles changed: ${t}`),this._conversation.roles=t,g.onLocalRolesChanged(t),this._processMuteState({mediaOptions:Gt(this._getMuteStatesForCurrentRoom(),ke.MUTE_PERMANENT),stateUpdated:!0}),T.includesOneOf(t,[Ze.ADMIN,Ze.CREATOR])?this._refreshRooms(!0):t.length||this._onRoomSwitched(null);return}let i=this._participants[e];i&&!ti(i.roles,t)&&(d.debug(`Roles for participant [${e}] changed: ${t}`),i.roles=t,g.onRolesChanged(i.externalId,t))}_onMuteParticipant(e,t=null){return c(this,null,function*(){var h;if(!this._conversation)return;let i=(h=e.roomId)!=null?h:null,a=e.muteStates||{},o=e.unmuteOptions||[],s=e.mediaOptions||[],l=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 m=this._participants[e.participantId];m&&(d.debug(`Mute states for participant [${e.participantId}] changed`,a),g.onMuteStates(a,o,s,e.muteAll,e.unmute,m.externalId,l==null?void 0:l.externalId,e.stateUpdated,e.requestedMedia,e.roomId));return}let u=this._getMuteStatesForRoomId(i);if(!(T.isObjectsEquals(u,a)&&T.isArraysEquals(this._conversation.unmuteOptions,o)&&!s.length)){if(this._setMuteStatesForRoomId(a,i),this._conversation.unmuteOptions=o,e.adminId&&this._isMe(e.adminId)){e.muteAll&&g.onMuteStates(a,o,s,e.muteAll,e.unmute,null,this._conversation.externalId,e.stateUpdated,e.requestedMedia,e.roomId);return}yield this._processMuteState({mediaOptions:s,muteAll:e.muteAll,unmute:e.unmute,serverSettings:t,admin:l,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),o=Object.keys(i),s=Object.keys(a);this._processMuteState({mediaOptions:Array.from(new Set([...o,...s])),roomId:e,muteAll:!0,stateUpdated:!0})}_processMuteState(h){return c(this,arguments,function*({mediaOptions:e=[],muteAll:t=!1,unmute:i=!1,serverSettings:a=null,admin:o=null,stateUpdated:s,requestedMedia:l,roomId:u=null}){if(!this._conversation||!this._mediaSource||this._participantState!==z.ACCEPTED)return;let m=Object.assign({},this._getMuteStatesForRoomId(u)),f=this._conversation.unmuteOptions,w=this._mediaSource.getMediaSettings(),N=Object.entries(m);for(let[L,W]of N){let X=p.newMuteRules&&this._isCallAdmin()&&t;if(!(W!==ke.MUTE&&W!==ke.MUTE_PERMANENT||X)&&(this._isCallAdmin()&&W===ke.MUTE_PERMANENT&&!t&&(m[L]=ke.MUTE),!(!e.includes(L)||i)))switch(L){case ue.VIDEO:w.isVideoEnabled&&!(a!=null&&a.isVideoEnabled)&&(g.onDeviceSwitched(ue.VIDEO,!1),yield this.toggleLocalVideo(!1));break;case ue.AUDIO:w.isAudioEnabled&&!(a!=null&&a.isAudioEnabled)&&(g.onDeviceSwitched(ue.AUDIO,!1),yield this.toggleLocalAudio(!1));break;case ue.SCREEN_SHARING:w.isScreenSharingEnabled&&!(a!=null&&a.isScreenSharingEnabled)&&(g.onDeviceSwitched(ue.SCREEN_SHARING,!1),yield this.disableScreenCapturing());break;case ue.AUDIO_SHARING:w.isAudioSharingEnabled&&!(a!=null&&a.isAudioSharingEnabled)&&(g.onDeviceSwitched(ue.AUDIO_SHARING,!1),yield this.toggleScreenCapturing({captureScreen:w.isScreenSharingEnabled,fastScreenSharing:w.isFastScreenSharingEnabled,captureAudio:!1}));break}}g.onMuteStates(m,f,e,t,i,null,o==null?void 0:o.externalId,s,l,u)})}_onPinParticipant(o){return c(this,arguments,function*(e,t=!1,i,a=null){if(!this._conversation)return;let s=this._conversation.pinnedParticipantIdByRoom.get(a);if(s&&s!==e)if(this._isMe(s))g.onLocalPin(!0,a);else{let l=yield this._getExternalIdByParticipantId(s);l&&g.onPinnedParticipant(l,!0,this._denormalizeMarkers(e,i),a)}if(this._isMe(e))g.onLocalPin(t,a);else{let l=yield this._getExternalIdByParticipantId(e);l&&g.onPinnedParticipant(l,t,this._denormalizeMarkers(e,i),a)}this._conversation.pinnedParticipantIdByRoom.set(a,t?null:e)})}_onOptionsChanged(e){this._conversation&&!aa(this._conversation.options,e)&&(this._conversation.options=e,g.onOptionsChanged(e))}_onNetworkStatus(e){if(this._conversation){let t=[];for(let[i,a]of Object.entries(e)){let o;if(this._isMe(i)||i==="")o=this._conversation.networkRating;else if(this._participants[i])o=this._participants[i].networkRating;else continue;if(o!==a)if(this._isMe(i)||i==="")this._conversation.networkRating=a,g.onLocalNetworkStatusChanged(a);else{let s=this._participants[i];s.networkRating=a,t.push({uid:s.externalId,rating:a})}}if(t.length===0)return;d.log("Received network status update: ",e),g.onNetworkStatusChanged(t)}}_onRemoteStreamSecond(e,t){let i=this._participants[e];if(i){if(p.producerScreenTrack){g.onRemoteScreenStream(i.externalId,t);return}if(i.secondStream=t,p.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 o=this._streamIdByStreamDescription.get(a);if(!o||this._streamWaitTimerByStreamDescription.has(a)){d.log("Delaying secondary stream start/stop until main stream becomes available",a);return}let s=this._streamByStreamId.get(o);if(!s){I.log(v.PAT_ERROR,"streamNotFound"),d.error(`Could not find stream by ID: ${o}`);return}g.onRemoteStream(i.externalId,i.secondStream||s)}else{let a=t||i.remoteStream;a&&g.onRemoteStream(i.externalId,a)}}}_onAnimojiStream(e,t){if(this._isMe(e)&&this._mediaSource){g.onVmojiStream(t,this._mediaSource.getMediaSettings());return}let i=this._participants[e];i&&g.onRemoteVmojiStream(i.externalId,t)}_onPeerConnectionClosed(e){e==="SERVER"&&this._cleanupParticipantAgnosticStreams()}_changeFeatureSet(){if(this._conversation){let e=this._state==="ACTIVE",t=this._conversation.features.includes(Ci.ADD_PARTICIPANT);g.onCallState(e,t,this._conversation)}}_changeNeedRate(){this._conversation&&this._conversation.needRate&&g.onRateNeeded()}_onVolumesDetected(e){let t=[];for(let[i,a]of Object.entries(e)){let o=this._participants[i];o&&o.externalId&&t.push({uid:o.externalId,volume:a.real})}g.onVolumesDetected(t)}_onSpeakerChanged(e){this._activeSpeakerId=e,this._participants[e]&&this._lastSignalledActiveSpeakerId!==e&&(g.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((o,s)=>{if(s in this._participants){let l=this._participants[s];o.push(l),t==="CONNECTED"&&(l.remoteStream||(l.mediaSettings&&this._changeRemoteMediaSettings(s,l.mediaSettings),this._changeRemoteParticipantState(s,l.participantState)),this._updateDisplayLayoutFromCache(s))}else this._warnParticipantNotInConversation(s);return o},[]);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"&&(g.onLocalStatus("CONNECTED"),((t=this._transport)==null?void 0:t.getTopology())==="SERVER")){let i=Object.values(this._myLastRequestedLayouts);yield this.updateDisplayLayout(i)}e==="CONNECTING"&&g.onLocalStatus("CONNECTING"),e==="RECONNECTING"&&g.onLocalStatus("RECONNECT"),e==="FAILED"&&this._transport&&this._transport.allocated().length===0&&(this._signaling.ready&&(yield this._signaling.hangup(k.FAILED)),this._close(new j(k.FAILED),"Transport failed"))})}_onRemoteTrackAdded(e,t,i){return c(this,null,function*(){if(e.endsWith(Ve.AUDIO_MIX))d.debug("Remote audio mix track added"),this._audioOutput.add(i),g.onRemoteMixedAudioStream(t);else if(e.startsWith(Ve.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&&(g.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),p.preserveAudioTracks||t.removeTrack(i)),a.remoteStream!==t){if(a.remoteStream=t,a.secondStream)return;g.onRemoteStream(a.externalId,t)}a.mediaSettings&&this._changeRemoteMediaSettings(e,a.mediaSettings)}})}_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!==Ve.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._onAudioMixStall(!1)),this._conversation&&(this._conversation.topology=e,this._changeFeatureSet())}_onAudioMixStall(e){this._audioMixStalled!==e&&(this._audioMixStalled=e,d.debug("Audio mix stalled:",e),g.onLocalStatus(e?"RECONNECT":"CONNECTED"))}_onRemoteSignalledStall(e){let t={},i=[],a=[];d.debug("Participants stalled:",e);for(let o of e){if(t[o]=!0,!this._lastStalled[o]){let s=this._participants[o];s&&i.push(s)}delete this._lastStalled[o]}for(let o of Object.keys(this._lastStalled)){let s=this._participants[o];s&&a.push(s)}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}),g.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((o,s)=>(s.status!==t&&(s.status=t,o.push(s.externalId)),o),[]);a.length&&g.onRemoteStatus(a,t,i)}_onJoinLinkChanged(e){g.onJoinLinkChanged(e.joinLink)}_onRoomsUpdated(e){return c(this,null,function*(){var i,a;let t={};for(let o of Object.keys(Dt)){let s=e.updates[o];s&&(t[o]={rooms:yield Promise.all(((a=(i=s==null?void 0:s.rooms)==null?void 0:i.map)==null?void 0:a.call(i,this._convertRoomToExternal.bind(this)))||[]),roomIds:s==null?void 0:s.roomIds,deactivated:s==null?void 0:s.deactivated})}g.onRoomsUpdated(t)})}_onRoomUpdated(e){return c(this,null,function*(){var i,a;let t=yield this._convertRoomToExternal(e.room||null);e.events.some(o=>o===Dt.UPDATE)&&(e.muteStates!==void 0&&this._setMuteStatesForRoomId(e.muteStates,e.roomId),e.recordInfo!==void 0&&((i=this._conversation)==null||i.recordsInfoByRoom.set(e.roomId,e.recordInfo)),e.asrInfo!==void 0&&((a=this._conversation)==null||a.asrInfoByRoom.set(e.roomId,e.asrInfo))),g.onRoomUpdated(e.events,e.roomId,t,e.deactivate||null)})}_convertRoomToExternal(e){return c(this,null,function*(){var s,l,u,h,m;if(!e)return null;let t=yield Promise.all(((s=e.participantIds)==null?void 0:s.map(f=>this._getExternalIdByParticipantId(f)))||[]),i=yield Promise.all(((l=e.addParticipantIds)==null?void 0:l.map(f=>this._getExternalIdByParticipantId(f)))||[]),a=yield Promise.all(((h=(u=e.removeParticipantIds)==null?void 0:u.map)==null?void 0:h.call(u,f=>this._getExternalIdByParticipantId(f)))||[]),o=e.pinnedParticipantId?yield this._getExternalIdByParticipantId(e.pinnedParticipantId):void 0;return{id:e.id,name:e.name,participantCount:e.participantCount,participantIds:t,addParticipantIds:i,removeParticipantIds:a,participants:(m=e==null?void 0:e.participants)!=null&&m.participants?this._participantListChunkToExternalChunk(e.participants):void 0,active:e.active,muteStates:e.muteStates,pinnedParticipantId:o}})}_onRoomParticipantsUpdated(e){return c(this,null,function*(){var f,w,N,L,W,X,Z,ee;let t=(f=this._transport)==null?void 0:f.getState(),i=(w=e.roomId)!=null?w:null,a=((N=e.addedParticipantIds)==null?void 0:N.map(q=>T.decomposeId(q).id))||[],o=yield this._api.getExternalIdsByOkIds(a),s=yield Promise.all(((L=e.addedParticipants)==null?void 0:L.map(q=>c(this,null,function*(){var Ae;let he=T.composeId(q);return this._createParticipant({id:he,externalId:q.externalId&&Y.fromSignaling(q.externalId,q.deviceIdx||0),mediaSettings:ge(q.mediaSettings),participantState:T.mapParticipantState(q),state:q.state,roles:q.roles||[],status:(Ae=this._getStatusByTransportState(t))!=null?Ae:"WAITING",muteStates:q.muteStates||{},unmuteOptions:q.unmuteOptions||[],observedIds:q.observedIds||[],markers:this._denormalizeMarkers(he,q.markers)})})))||[]),l=!1;for(let q of s)q.id===((W=this._conversation)==null?void 0:W.compositeUserId)&&(l=!0),this._registerParticipantInCache(q);this._openTransport(s,!0);let u=[],h=[];if(e!=null&&e.removedParticipantMarkers){for(let q of e.removedParticipantMarkers)if((X=q.GRID)!=null&&X.id){let he=this._getExternalIdByParticipantId(q.GRID.id);h.push(he)}u=yield Promise.all(h)}if(l&&(yield this._onRoomSwitched(i)),u){let q=(Z=this._conversation)==null?void 0:Z.pinnedParticipantIdByRoom.get(i);if(q){let he=yield this._getExternalIdByParticipantId(q);if(he){for(let Ae of u)if(Y.compare(he,Ae)){(ee=this._conversation)==null||ee.pinnedParticipantIdByRoom.delete(i);break}}}}let m={roomId:i,participantCount:e.participantCount,addedParticipantIds:o,addedParticipants:T.mapSharedParticipants(s),removedParticipantMarkers:e==null?void 0:e.removedParticipantMarkers,removedParticipantIds:u};g.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){g.onRoomStart(e);return}g.onRoomSwitched(e),e!==null&&!this._isCallAdmin()&&(yield this._refreshRooms(!1)),this._changePinnedParticipantForRoom(),this._changeRecordInfoForRoom(),this._changeMuteStatesForRoom(e,i),this._changeAsrInfoForRoom()})}_refreshRooms(e){return c(this,null,function*(){var o,s,l,u,h;let i=(s=(o=(yield this._signaling.getRooms(e)).rooms)==null?void 0:o.rooms)!=null?s:[],a=[];for(let m of i)if(this._setMuteStatesForRoomId(m.muteStates,m.id),(l=this._conversation)==null||l.recordsInfoByRoom.set(m.id,m.recordInfo),(u=this._conversation)==null||u.pinnedParticipantIdByRoom.set(m.id,m.pinnedParticipantId),m.asrInfo&&((h=this._conversation)==null||h.asrInfoByRoom.set(m.id,m.asrInfo)),e){let f=yield this._convertRoomToExternal(m);f&&a.push(f)}a.length&&g.onRoomsUpdated({[Dt.UPDATE]:{rooms:a}})})}_onFeedback(e){return c(this,null,function*(){let t=o=>c(this,null,function*(){let s=yield this._registerParticipantAndSetMarkersIfChunkEnabled(o);return s==null?void 0:s.externalId}),i=e.feedback.map(o=>c(this,null,function*(){let s=o.items.map(u=>c(this,null,function*(){var m,f;if(u.participantId===((m=this._conversation)==null?void 0:m.compositeUserId))return Promise.resolve(nt(ye({},u),{participantId:(f=this._conversation)==null?void 0:f.externalId}));let h=yield t(u.participantId);return nt(ye({},u),{participantId:h})})),l=yield Promise.all(s);return nt(ye({},o),{items:l})})),a=yield Promise.all(i);g.onFeedback(a,e.roomId)})}_isMe(e){var t;return e===((t=this._conversation)==null?void 0:t.compositeUserId)}_getMuteStatesForRoomId(e=null){var t,i;return(i=(t=this._conversation)==null?void 0:t.muteStates.get(e))!=null?i:{}}_getMuteStatesForCurrentRoom(){var e;return this._getMuteStatesForRoomId((e=this._conversation)==null?void 0:e.roomId)}_setMuteStatesForRoomId(e={},t=null){var i;(i=this._conversation)==null||i.muteStates.set(t,e)}_forceOpenTransportForAloneInCall(){var e,t,i;((e=this._transport)==null?void 0:e.getTopology())==="SERVER"&&((t=this._transport)==null?void 0:t.getState())==="IDLE"&&this._participantState!==z.CALLED&&this._transport.open(this._transport.allocated(),null,!!((i=this._conversation)!=null&&i.observer),!0)}},U=$;U._delayedHangup=!1;var gi=class extends Error{constructor(e,t){super(e);Object.setPrototypeOf(this,gi.prototype),this.participantErrors=t}};var zt,fi=null;function Zi(n){return c(this,null,function*(){var r;if((n!=null?n:p.apiEnv)!=="AUTO")return p.apiEndpoint(n);try{let e=atob("aHR0cHM6Ly9kbnMuZ29vZ2xlL3Jlc29sdmU/bmFtZT12aWRlby5fZW5kcG9pbnQub2sucnUmdHlwZT1UWFQ="),i=yield(yield fetch(e,{method:"GET",mode:"cors",cache:"no-cache"})).json(),a=(r=i==null?void 0:i.Answer[0])==null?void 0:r.data;if(!a)throw new Error("Wrong DNS response");return d.debug("Resolved API endpoint",a),a}catch(e){return d.warn("Failed to resolve API endpoint using DNS, default is used",e),p.apiEndpoint(n)}})}function Qa(){return c(this,null,function*(){return zt||fi||(fi=Zi(),zt=yield fi,fi=null,zt)})}function Xa(){if(!p.apiKey)throw new j(ne.API,{message:"Required argument apiAppKey not passed"})}function er(t){return c(this,arguments,function*(n,r={},e=!1){if(!window.Blob||!window.navigator.sendBeacon)return;yield Qa();let i=Za(n,r,e),a=new window.Blob([i],{type:"application/x-www-form-urlencoded"});window.navigator.sendBeacon(`${zt}/fb.do`,a)})}function Si(i){return c(this,arguments,function*(n,r={},e=!1,t){yield Qa();let a=Za(n,r,e);return Lo(a,t)})}function Lo(n,r){return c(this,null,function*(){return new Promise((e,t)=>{let i=new XMLHttpRequest;i.open("POST",`${r!=null?r:zt}/fb.do`,!0),i.setRequestHeader("Content-type","application/x-www-form-urlencoded"),i.onreadystatechange=()=>{if(i.readyState!==XMLHttpRequest.DONE)return;let a;try{a=JSON.parse(i.responseText)}catch(o){a={result:i.responseText}}i.status!==200||a.hasOwnProperty("error_msg")?t(a):e(a)},i.send(n)})})}function Za(n,r={},e=!1){r.method=n,r.format="JSON",r.application_key||(r.application_key=p.apiKey),e||(se.sessionKey?r.session_key=se.sessionKey:se.accessToken&&(r.access_token=se.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 Uo=10,Bo=700,Fo=3e3,Jt=class extends ht{constructor(){super(...arguments);this._userId=null;this._externalUidsCache=new Map}_callUnsafe(a){return c(this,arguments,function*(e,t={},i=!1){let o=s=>c(this,null,function*(){try{return yield Si(e,t,i)}catch(l){if(!l.hasOwnProperty("error_msg")&&(s++,d.debug(`${e} network error, attempt ${s}...`),s<Uo))return yield T.delay(Math.min(s*Bo,Fo)),o(s);throw d.warn(e,"error",l),l}});return o(0)})}_call(a){return c(this,arguments,function*(e,t={},i=!1){try{return yield this._callUnsafe(e,t,i)}catch(o){d.warn("Api call error",o);let s=ne.API;switch(o.error_code){case 102:case 103:case 104:return yield this.authorize(),this._callUnsafe(e,t,i);case 1101:s=k.SERVICE_DISABLED;break;case 300:s=k.NOT_FOUND;break;case 1102:s=k.CALLEE_IS_OFFLINE;break;case 1103:s=k.NOT_FRIENDS;break;case 1104:case 1106:s=k.EXTERNAL_API_ERROR;break;case 1113:s=k.CALLER_IS_REJECTED;break}throw new j(s,{message:o.error_msg,code:o.error_code})}})}userId(e){return c(this,null,function*(){let t=T.decomposeParticipantId(e).compositeUserId,i=T.decomposeId(t).id;return se.isEmpty()?Y.fromId(String(i)):(this._externalUidsCache.has(i)||(yield this._getExternalIdsByOkIds([i])),Y.fromString(this._externalUidsCache.get(i)))})}prepareUserIds(e){return c(this,null,function*(){if(se.isEmpty())return;let t=[];for(let i of e)this._externalUidsCache.has(i)||t.push(i);t.length&&(yield this._getExternalIdsByOkIds(t))})}authorize(){return c(this,null,function*(){this._ensureUuid();let e={session_data:{version:2,device_id:this._uuid,client_version:p.appVersion,client_type:"SDK_JS"}};return p.authToken&&(e.session_data.auth_token=p.authToken,e.session_data.version=3),this._callUnsafe("auth.anonymLogin",e,!0).then(t=>{t.uid&&(this._userId=Number(t.uid)),se.sessionKey=t.session_key,se.sessionSecretKey=t.session_secret_key}).catch(t=>{throw t.error_code===401&&g.onTokenExpired(),new j(ne.AUTH,{message:t.error_msg,code:t.error_code})})})}log(e){let t={collector:"ok.mobile.apps.video",data:JSON.stringify({application:`${p.appName}:${p.sdkVersion}`,platform:p.platform,items:e})};er("log.externalLog",t)}init(){Xa()}joinConversation(e,t=!1,i){return c(this,null,function*(){let a={conversationId:e,isVideo:t,protocolVersion:p.protocolVersion};return i&&(a.chatId=i),this._call("vchat.joinConversation",a)})}createConversation(l){return c(this,arguments,function*(e,t="",i=!1,{onlyAdminCanShareMovie:a,audienceMode:o}={},s){let u=this._preareStartConversationData({conversationId:e,isVideo:!1,joiningAllowed:!0,payload:t,requireAuthToJoin:i,onlyAdminCanShareMovie:a,audienceMode:o,speakerIds:s});return this._startConversation(u)})}startConversation(h,m,f){return c(this,arguments,function*(e,t,i,a=!1,o="",s=!1,l=!1,{onlyAdminCanShareMovie:u}={}){let w=this._preareStartConversationData({conversationId:e,isVideo:a,joiningAllowed:s,payload:o,requireAuthToJoin:l,onlyAdminCanShareMovie:u});if(t&&t.length)switch(i){case qe.USER:w.uids=t.join(",");break;case qe.GROUP:w.gid=t[0];break;case qe.CHAT:w.chatId=t[0];break}return this._startConversation(w)})}_ensureUuid(){if(!this._uuid){let e=ot.get("uuid");e||(e=T.uuid(),ot.set("uuid",e)),this._uuid=String(e)}}_preareStartConversationData({conversationId:e,isVideo:t,payload:i="",joiningAllowed:a=!1,requireAuthToJoin:o=!1,onlyAdminCanShareMovie:s,audienceMode:l=!1,speakerIds:u=[]}){let h={conversationId:e,isVideo:t,protocolVersion:p.protocolVersion};if(a&&(h.createJoinLink=!0),i&&(h.payload=i),p.domain&&(h.domainId=p.domain),p.externalDomain&&(h.externalDomain=p.externalDomain),o&&(h.requireAuthToJoin=!0),s!==void 0&&(h.onlyAdminCanShareMovie=s),l&&(h.audienceMode=l),u.length){let m=u.map(f=>T.composeUserId(f,Q.USER));h.speakerIds=m.join(",")}return h}_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 o={joinLink:e,isVideo:t,protocolVersion:p.protocolVersion};return i!=null&&i.length&&(o.observedIds=i.join(",")),p.anonymToken&&(o.anonymToken=p.anonymToken),a&&(o.payload=a),this._call("vchat.joinConversationByLink",o)})}getOkIdsByExternalIds(e){return c(this,null,function*(){let t=[],i=[],a=new Map,o=Array.from(this._externalUidsCache.keys()),s=Array.from(this._externalUidsCache.values());for(let u of e){let h=Y.toString(u),m=s.indexOf(h);m>-1?t.push(Number(o[m])):(a.set(u.id,h),i.push({id:u.id,ok_anonym:u.type==="ANONYM"}))}return i.length&&(yield this._call("vchat.getOkIdsByExternalIds",{externalIds:i})).ids.forEach((u,h)=>{let m=Number(u.ok_user_id),f=String(u.external_user_id.id);a.has(f)&&(this._externalUidsCache.set(m,a.get(f)),t.push(m))}),t})}getParticipantIdsByExternalIds(e){return c(this,null,function*(){yield this.getOkIdsByExternalIds(e);let t=new Map,i=Array.from(this._externalUidsCache.keys()),a=Array.from(this._externalUidsCache.values());for(let o of e){let s=Y.toString(o),l=a.indexOf(s);l>-1&&t.set(o,T.composeParticipantId(i[l],Q.USER,o.deviceIdx))}return t})}getExternalIdsByOkIds(e){return c(this,null,function*(){let t=[],i=[];for(let o of e)this._externalUidsCache.has(o)?t.push(Y.fromString(this._externalUidsCache.get(o))):i.push(o);return i.length&&(yield this._getExternalIdsByOkIds(i)).forEach(o=>{t.push(Y.fromString(o))}),t})}getCachedOkIdByExternalId(e){let t=Array.from(this._externalUidsCache.keys()),i=Array.from(this._externalUidsCache.values()),a=Y.toString(e),o=i.indexOf(a);return o>-1?T.composeParticipantId(t[o],Q.USER,e.deviceIdx):null}cacheExternalId(e,t){let i=T.decomposeId(e).id;this._externalUidsCache.set(i,Y.toString(t))}getConversationParams(e){return c(this,null,function*(){let t={};return p.anonymToken&&(t.anonymToken=p.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:k.HUNGUP};p.anonymToken&&(t.anonymToken=p.anonymToken),er("vchat.hangupConversation",t)}sendUserFeedbackStats(e,t,i,a){let o={collector:"app.vchat.events.product",data:JSON.stringify({application:`${p.appName}:${p.sdkVersion}`,platform:p.platform,items:[{type:1,operation:"UserFeedbackReceived",timestamp:Date.now(),custom:{vcid:e,user_response:t,reason:i,group_call_users_count:a}}]})};er("log.externalLog",o)}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=new Map;try{let i=yield this._call("vchat.getExternalIdsByOkIds",{uids:e.join(",")}),a=(o,s)=>{for(let[l,u]of Object.entries(o)){let h=Number(l),m=Y.fromIdToString(u,s);t.set(h,m),this._externalUidsCache.set(h,m)}};i.external_ids&&a(i.external_ids,"USER"),i.anonym_ids&&a(i.anonym_ids,"ANONYM");for(let o of e){let s=Number(o);if(!t.has(s)){let l=Y.fromId(String(s)),u=Y.toString(l);t.set(s,u),this._externalUidsCache.set(s,u)}}return t}catch(i){return t}})}};var tr=class{requestAsr(r){let e=new ArrayBuffer(2),t=new DataView(e);return t.setUint8(0,1),t.setUint8(1,r?0:1),e}};var H=require("messagepack");var en=(b=>(b.RECOVER="recover",b.ACCEPT_CALL="accept-call",b.ADD_PARTICIPANT="add-participant",b.REMOVE_PARTICIPANT="remove-participant",b.HANGUP="hangup",b.TRANSMIT_DATA="transmit-data",b.ACCEPT_PRODUCER="accept-producer",b.ALLOCATE_CONSUMER="allocate-consumer",b.CHANGE_MEDIA_SETTINGS="change-media-settings",b.CHANGE_PARTICIPANT_STATE="change-participant-state",b.CHANGE_STREAM_PRIORITIES="change-streams-priorities",b.UPDATE_DISPLAY_LAYOUT="update-display-layout",b.REPORT_PERF_STAT="report-perf-stat",b.REPORT_SHARING_STAT="report-sharing-stat",b.RECORD_START="record-start",b.RECORD_STOP="record-stop",b.RECORD_PUBLISH="record-publish",b.RECORD_SET_CONF="record-set-conf",b.RECORD_GET_STATUS="record-get-status",b.SWITCH_MICRO="switch-micro",b.SWITCH_TOPOLOGY="switch-topology",b.REQUEST_REALLOC="request-realloc",b.CHAT_MESSAGE="chat-message",b.CHAT_HISTORY="chat-history",b.CUSTOM_DATA="custom-data",b.GRANT_ROLES="grant-roles",b.MUTE_PARTICIPANT="mute-participant",b.ENABLE_FEATURE_FOR_ROLES="enable-feature-for-roles",b.PIN_PARTICIPANT="pin-participant",b.UPDATE_MEDIA_MODIFIERS="update-media-modifiers",b.CHANGE_OPTIONS="change-options",b.GET_WAITING_HALL="get-waiting-hall",b.GET_PARTICIPANT_LIST_CHUNK="get-participant-list-chunk",b.GET_PARTICIPANTS="get-participants",b.PROMOTE_PARTICIPANT="promote-participant",b.REQUEST_TEST_MODE="request-test-mode",b.ADD_MOVIE="add-movie",b.UPDATE_MOVIE="update-movie",b.REMOVE_MOVIE="remove-movie",b.GET_ROOMS="get-rooms",b.UPDATE_ROOMS="update-rooms",b.ACTIVATE_ROOMS="activate-rooms",b.REMOVE_ROOMS="remove-rooms",b.SWITCH_ROOM="switch-room",b.FEEDBACK="feedback",b.ASR_START="asr-start",b.ASR_STOP="asr-stop",b.REQUEST_ASR="request-asr",b.REQUEST_PROMOTION="request-promotion",b.ACCEPT_PROMOTION="accept-promotion",b.GET_HAND_QUEUE="get-hand-queue",b))(en||{}),x=en;function Yt(){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),Vo(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,o=t%4294967296|0;i&&(o=~o+1|0,a=o===0?~a+1|0:~a),n.setUint32(r,a),n.setUint32(r+4,o),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 Vo(n){return n.buffer!==void 0}function ir(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 tn=0,rn=1,jo=2,Ho=3,Go=0,Wo=1,Ko=2,vi=0,qo=0,$o=0,zo=1,rr=class{constructor(){this.participantIdRegistry=null}setParticipantIdRegistry(r){this.participantIdRegistry=r}serializeUpdateDisplayLayout(r,e){let t=Yt();H.Int.enc(t,tn),H.Int.enc(t,vi),H.Int.enc(t,r),H.Nil.enc(t,null);let i=[];for(let a in e)e.hasOwnProperty(a)&&this.writeLayout(e,a,i);return H.Arr.enc(t,i),H.Nil.enc(t,null),t.ui8array()}writeLayout(r,e,t){let i=r[e],a=Yt();if(this.writeStreamDesc(e,a),jt(i))H.Int.enc(a,Wo);else if(Fr(i))H.Int.enc(a,Ko);else if(H.Int.enc(a,Go),i.priority!==void 0?H.Int.enc(a,i.priority):H.Nil.enc(a,null),i.width!==void 0&&i.height!==void 0?(H.Int.enc(a,Math.round(i.width)),H.Int.enc(a,Math.round(i.height))):(H.Nil.enc(a,null),H.Nil.enc(a,null)),i.fit!==void 0)switch(i.fit){case"cv":H.Int.enc(a,$o);break;case"cn":H.Int.enc(a,zo);break;default:H.Nil.enc(a,null)}else H.Nil.enc(a,null);t.push(a.ui8array())}writeStreamDesc(r,e){if(this.participantIdRegistry){let t=this.participantIdRegistry.getCompactId(r);if(t!==void 0){H.Int.enc(e,t);return}}H.Str.enc(e,r)}serializePerfStatReport(r,e){let t=Yt();return H.Int.enc(t,rn),H.Int.enc(t,vi),H.Int.enc(t,r),H.Int.enc(t,e.framesDecoded),H.Int.enc(t,e.framesReceived),t.ui8array()}serializeSharingStatReport(r,e){let t=Yt();return H.Int.enc(t,jo),H.Int.enc(t,vi),H.Int.enc(t,r),H.Int.enc(t,e.minDelay),H.Int.enc(t,e.maxDelay),H.Int.enc(t,e.avgDelay),H.Int.enc(t,e.largeDelayDuration),t.ui8array()}serializeRequestAsr(r,e){let t=Yt();return H.Int.enc(t,Ho),H.Int.enc(t,vi),H.Int.enc(t,r),H.Bool.enc(t,e.request),t.ui8array()}deserializeCommandResponse(r){return c(this,null,function*(){let e;if(r instanceof Blob){let o="arrayBuffer"in Blob.prototype?yield r.arrayBuffer():yield ka(r);e=ir(o)}else e=ir(r);let t=H.Int.dec(e),i=H.Int.dec(e);if(i!==vi){d.warn("Unsupported version for command type: "+t+", version "+i);return}if(H.Int.dec(e)!==qo){d.warn("Error code: "+t+"received for command type: "+t+", version "+i);return}switch(t){case tn:return this.deserializeUpdateDisplayLayoutResponse(e);case rn:return this.deserializeReportPerfStatResponse(e);default:d.warn("unsupported command response commandType: "+t);return}})}deserializeUpdateDisplayLayoutResponse(r){let e=H.Int.dec(r),t=H.Arr.dec(r),i={};return t.forEach(a=>{var l;let o=ir(a),s=H.Any.dec(o);if(typeof s=="string")i[s]=H.Int.dec(o);else{let u=s,h=Ye((l=this.participantIdRegistry)==null?void 0:l.getStreamDescription(u));i[h]=H.Int.dec(o)}}),{type:"response",sequence:e,response:x.UPDATE_DISPLAY_LAYOUT.toString(),errorCodeByParticipantId:i}}deserializeReportPerfStatResponse(r){let e=H.Int.dec(r),t=H.Int.dec(r);return{type:"response",sequence:e,response:x.REPORT_PERF_STAT.toString(),estimatedPerformanceIndex:t}}};var an="open",nn=[()=>p.producerScreenTrack,()=>p.videoTracksCount>0,()=>!0,()=>!0,()=>p.consumerScreenTrack,()=>!0,()=>p.movieShare,()=>p.useParticipantListChunk,()=>p.useRooms,()=>!!p.vmoji],Jo=10,Yo=["service-unavailable","conversation-ended","invalid-token"],Le=class extends gt{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="+p.platform+"&appVersion="+p.appVersion+"&version="+p.protocolVersion+"&device="+p.device+"&capabilities="+Le._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 rr;this.asrCommandSerializer=new tr}static _getCapabilityFlags(){let e=0;for(let t=0;t<nn.length;t++)nn[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("[signaling] cannot parse message at producerCommandDataChannel",i)})},this._handleCommandsQueue(this.datachannelCommandsQueue)}useCommandDataChannel(e){this.producerCommandDataChannelEnabled=e}cleanup(){this.datachannelCommandsQueue=[],this.asrCommandsQueue=[],this.incomingCache=[]}connect(e){return c(this,null,function*(){return this.postfix+=`&clientType=${p.clientType}`,new Promise((t,i)=>{if(this.socket&&this.socket.readyState<WebSocket.CLOSING){I.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 o=T.decomposeParticipantId(t.participantId),s=T.decomposeId(o.compositeUserId);t=Object.assign({},t,{participantId:s.id,participantType:s.type}),o.deviceIdx&&(t.deviceIdx=o.deviceIdx)}return this._sendRaw(e,t,i)})}_sendRaw(a){return c(this,arguments,function*(e,t={},i=0){let o=s=>{var l;if(this._isDataChannelCommand(e))this.datachannelCommandsQueue.push(s),((l=this.producerCommandDataChannel)==null?void 0:l.readyState)===an&&this._handleCommandsQueue(this.datachannelCommandsQueue);else{if(!this.socket){I.log(v.SOCKET_ACTION,"not_opened"),d.warn("[signaling] socket is not opened"),s.reject(new Error(`Socket not opened [${e}]`),!0);return}this.socket.readyState>WebSocket.OPEN&&(I.log(v.SOCKET_ACTION,"invalid_state"),d.warn(`[signaling] socket is not opened, state ${this.socket.readyState}`)),this.websocketCommandsQueue.push(s),this.socket&&this.socket.readyState===WebSocket.OPEN&&this._handleCommandsQueue(this.websocketCommandsQueue)}};return new Promise((s,l)=>{let u=(m,f=!1)=>{!i||f?l(m):(d.debug("[signaling] resending a signaling message",e,h.sequence),i--,o(h))},h={sequence:this.sequence++,name:e,params:t,responseTimer:0,resolve:s,reject:u};o(h)})})}_isDataChannelCommand(e){return this.producerCommandDataChannelEnabled?e===x.UPDATE_DISPLAY_LAYOUT||e===x.REPORT_PERF_STAT||e===x.REPORT_SHARING_STAT||e===x.REQUEST_ASR:!1}static _isDataChannelResponseRequired(e){return e===x.UPDATE_DISPLAY_LAYOUT||e===x.REPORT_PERF_STAT}getNextCommandSequenceNumber(){return this.sequence}hangup(e){return c(this,null,function*(){return this._send(x.HANGUP,{reason:e}).catch(()=>{})})}sendCandidate(e,t){return c(this,null,function*(){return this._send(x.TRANSMIT_DATA,{participantId:e,data:{candidate:t}})})}requestTestMode(e,t){return c(this,null,function*(){return this._send(x.REQUEST_TEST_MODE,{consumer:e,producer:t})})}sendSdp(e,t){return c(this,null,function*(){return this._send(x.TRANSMIT_DATA,{participantId:e,data:{sdp:t}})})}acceptCall(e){return c(this,null,function*(){return this._send(x.ACCEPT_CALL,{mediaSettings:e})})}changeMediaSettings(e){return c(this,null,function*(){return this._send(x.CHANGE_MEDIA_SETTINGS,{mediaSettings:e},Jo)})}changeParticipantState(e){return c(this,null,function*(){return this._send(x.CHANGE_PARTICIPANT_STATE,{participantState:{state:e}})})}addParticipant(e,t){return c(this,null,function*(){return this._send(x.ADD_PARTICIPANT,ye({participantId:e},t))})}removeParticipant(e,t=!1){return c(this,null,function*(){return this._send(x.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(x.ALLOCATE_CONSUMER,i)})}acceptProducer(e,t){return c(this,null,function*(){let i={description:e.sdp};return t&&(i.ssrcs=t),this._send(x.ACCEPT_PRODUCER,i)})}changePriorities(e){return c(this,null,function*(){return this._send(x.CHANGE_STREAM_PRIORITIES,{typedPriorities:e}).catch(()=>{})})}updateDisplayLayout(e){return c(this,null,function*(){return this._send(x.UPDATE_DISPLAY_LAYOUT,e)})}addMovie(e){return c(this,null,function*(){return this._send(x.ADD_MOVIE,e)})}updateMovie(e){return c(this,null,function*(){return this._send(x.UPDATE_MOVIE,e)})}removeMovie(e){return c(this,null,function*(){return this._send(x.REMOVE_MOVIE,e)})}updateRooms(e,t){return c(this,null,function*(){return this._send(x.UPDATE_ROOMS,{rooms:e,assignRandomly:t})})}activateRooms(e,t){return c(this,null,function*(){return this._send(x.ACTIVATE_ROOMS,{roomIds:e,deactivate:t})})}switchRoom(e,t){return c(this,null,function*(){return this._sendRaw(x.SWITCH_ROOM,{toRoomId:e,participantId:t})})}getRooms(e){return c(this,null,function*(){return this._sendRaw(x.GET_ROOMS,{withParticipants:e})})}removeRooms(e){return c(this,null,function*(){return this._send(x.REMOVE_ROOMS,{roomIds:e})})}startStream(e){return c(this,null,function*(){return this._send(x.RECORD_START,e)})}stopStream(){return c(this,arguments,function*(e={roomId:null}){return this._send(x.RECORD_STOP,e)})}publishStream(){return c(this,arguments,function*(e={roomId:null}){return this._send(x.RECORD_PUBLISH,e)})}recordSetConf(){return c(this,arguments,function*(e={hideParticipantCount:!1,roomId:null}){var i;let t={options:{hideParticipantCount:e.hideParticipantCount},roomId:e.roomId};return e.king&&(t.king=e.king),(i=e.pawns)!=null&&i.length&&(t.pawns=e.pawns.join(",")),this._send(x.RECORD_SET_CONF,t)})}getRecordStatus(){return c(this,null,function*(){return this._send(x.RECORD_GET_STATUS)})}switchTopology(e,t=!1){return c(this,null,function*(){return this._send(x.SWITCH_TOPOLOGY,{topology:e,force:t})})}requestRealloc(){return c(this,null,function*(){return this._send(x.REQUEST_REALLOC)})}reportPerfStat(e){return c(this,null,function*(){return this._send(x.REPORT_PERF_STAT,e)})}reportSharingStat(e){return c(this,null,function*(){return this._send(x.REPORT_SHARING_STAT,e)})}chatMessage(e,t=null){return c(this,null,function*(){return this._send(x.CHAT_MESSAGE,{message:e,participantId:t})})}chatHistory(e){return c(this,null,function*(){return this._send(x.CHAT_HISTORY,{count:e})})}customData(e,t){return c(this,null,function*(){return this._send(x.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(x.GRANT_ROLES,a)})}muteParticipant(e,t,i,a=null){return c(this,null,function*(){return this._sendRaw(x.MUTE_PARTICIPANT,{participantId:e,muteStates:t,requestedMedia:i,roomId:a})})}enableFeatureForRoles(e,t){return c(this,null,function*(){return this._sendRaw(x.ENABLE_FEATURE_FOR_ROLES,{feature:e,roles:t})})}pinParticipant(e,t,i){return c(this,null,function*(){let a={participantId:e,roomId:i};return t&&(a.unpin=!0),this._sendRaw(x.PIN_PARTICIPANT,a)})}updateMediaModifiers(e){return c(this,null,function*(){return this._send(x.UPDATE_MEDIA_MODIFIERS,{mediaModifiers:e})})}changeOptions(e){return c(this,null,function*(){return this._send(x.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(x.GET_WAITING_HALL,a)})}promoteParticipant(e,t=!1){return c(this,null,function*(){let i={participantId:e};return t&&(i.demote=t),this._sendRaw(x.PROMOTE_PARTICIPANT,i)})}requestPromotion(e=!1){return c(this,null,function*(){let t={};return e&&(t.demote=e),this._send(x.REQUEST_PROMOTION,t)})}acceptPromotion(e=!1){return c(this,null,function*(){let t={};return e&&(t.reject=e),this._send(x.ACCEPT_PROMOTION,t)})}feedback(e){return c(this,null,function*(){return this._sendRaw(x.FEEDBACK,{key:e})})}getHandQueue(){return c(this,null,function*(){return this._send(x.GET_HAND_QUEUE)})}close(){this.socket&&this.socket.readyState<WebSocket.CLOSING&&this._closeSocket(),this._stopWaitConnectionMessage(),this._stopDoctor(),clearTimeout(this.reconnectTimer)}readyToSend(e=!0){this.listenersReady=e,this._handleCachedMessages()}getParticipantListChunk(e){return c(this,null,function*(){return this._send(x.GET_PARTICIPANT_LIST_CHUNK,e)})}getParticipants(e){return c(this,null,function*(){return this._send(x.GET_PARTICIPANTS,{externalIds:e})})}startAsr(e){return c(this,null,function*(){return this._send(x.ASR_START,e)})}stopAsr(e){return c(this,null,function*(){return this._send(x.ASR_STOP,e)})}requestAsr(e){return c(this,null,function*(){return this._send(x.REQUEST_ASR,{request:e})})}_connect(e){if(this.socket&&this.socket.readyState<WebSocket.CLOSING)return;let t="";e&&(t+=`&tgt=${e}`),e===$e.RETRY&&this.lastStamp&&(t+=`&recoverTs=${this.lastStamp}`),t=i(t),d.debug("[signaling] connecting to "+this.endpoint+this.postfix+t),Ge(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(!p.useParticipantListChunk)return a;let o=p.participantListChunkInitIndex;a+=`&partIdx=${o}`;let s=p.participantListChunkInitCount;return s!==null&&(a+=`&partCount=${s}`),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("[signaling] socket opened"),I.log(v.SOCKET_ACTION,"opened"),ve.logEventualStat({name:v.SIGNALING_CONNECTED}),this._waitConnectionMessage(),this._startDoctor()}_onMessage(e){if(this._startDoctor(),e.data==="ping"){g.onSignalingMessage(e.data),this.socket&&this.socket.readyState===WebSocket.OPEN&&this.socket.send("pong");return}try{let t=JSON.parse(e.data);g.onSignalingMessage(t),this._handleMessage(t)}catch(t){I.log(v.SOCKET_ACTION,"parse_error"),d.error("[signaling] unable to parse message",t,e.data)}}_handleMessage(e){var t;switch(e.type){case"notification":e.notification==="connection"?(d.debug("[signaling] signaling connected",e),this.connected=!0,this.reconnectCount=0,this.endpoint=e.endpoint,e.peerId&&this.peerId!==e.peerId.id&&(this.postfix+=`&peerId=${e.peerId.id}`,this.peerId=e.peerId.id),this._stopWaitConnectionMessage(),this.conversationResolve?this.conversationResolve(e):(this._triggerEvent(Te.RECONNECT,e),e.conversation.topology&&this._triggerEvent(Te.NOTIFICATION,{type:"notification",notification:O.TOPOLOGY_CHANGED,topology:e.conversation.topology})),this.lastStamp&&this._handleCachedMessages(),(t=e.recoverMessages)==null||t.forEach(i=>this._handleMessage(i)),this._handleCommandsQueue(this.websocketCommandsQueue)):!this.connected||!this.listenersReady?this.incomingCache.push(e):this._triggerEvent(Te.NOTIFICATION,e);break;case"response":this._handleCommandResponse(!0,e);break;case"error":this._handleErrorMessage(e);break;default:I.log(v.SOCKET_ACTION,"unknown_message"),d.warn("[signaling] unhandled message",e)}this.lastStamp=e.stamp||this.lastStamp}_handleErrorMessage(e){var i;I.log(v.SOCKET_ACTION,`error-${e.error}`);let t=e.error?Yo.includes(e.error):!1;switch(d.debug(`[signaling] error message [${e.sequence}]`,e),e.sequence&&this.responseHandlers[e.sequence]&&this._handleCommandResponse(!1,e),e.error){case"service-unavailable":this._reconnect();break;case"conversation-ended":this.conversationReject?this.conversationReject(new j(e.reason||ne.SIGNALING_FAILED,{message:`Conversation ended: ${e.error}`,remote:!0})):this._triggerEvent(Te.NOTIFICATION,{notification:O.CLOSED_CONVERSATION,reason:e.reason});break;case"invalid-token":this._throwError(new Error(`Signaling error: ${e.error}`));break;default:if(!t)break;this.connected?this._throwError(new Error(`Signaling error: ${e.error}`)):e.sequence||((i=this.conversationReject)==null||i.call(this,new j(e.reason||ne.SIGNALING_FAILED,{message:`Unable to connect to the signaling: ${e.error}`,remote:!0})),this._closeSocket())}}_handleCachedMessages(){let e=[...this.incomingCache];for(this.incomingCache=[];e.length>0;){let t=e.shift();this._handleMessage(t)}}_throwError(e){this._triggerEvent(Te.FAILED,e)}_onError(e){I.log(v.SOCKET_ACTION,"error"),d.error("[signaling] signaling error",e)}_onClose(e){I.log(v.SOCKET_ACTION,"closed"),d.debug("[signaling] connection closed",{code:e.code,reason:e.reason}),this.connected=!1,this._stopDoctor(),this.socket&&this.reconnectCount++<Le.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(Le.RECONNECT_MAX_DELAY,Le.RECONNECT_DELAY*Math.pow(2,this.reconnectCount-1));d.log(`[signaling] reconnect websocket after ${e}ms (${this.reconnectCount})`),I.log(v.SOCKET_ACTION,"reconnect"),this.reconnectTimer=window.setTimeout(this._connect.bind(this,$e.RETRY),e)}_handleCommandResponse(e,t){var a;if(!this.responseHandlers.hasOwnProperty(t.sequence))return;let i=this.responseHandlers[t.sequence];window.clearTimeout(i.responseTimer),d.debug(`[signaling] command response [${t.sequence}]`,t),e?(delete this.responseHandlers[t.sequence],i.resolve(t)):t.type==="error"?(delete this.responseHandlers[t.sequence],I.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],I.log(v.SOCKET_ACTION,"response-timeout"),i.reject(new Error(t.error||`Response timeout [${i.name}]`))):i.responseTimer=window.setTimeout(()=>this._handleCommandResponse(e,t),Le.WAIT_RESPONSE_DELAY)}_handleCommandsQueue(e){var t,i;for(;e.length>0;){let a=e.shift();if(d.debug(`[signaling] command send [${a.sequence}]`,`'${a.name}'`,a.params),this._isDataChannelCommand(a.name)){if(((t=this.producerCommandDataChannel)==null?void 0:t.readyState)!==an){a.reject(new Error(`Invalid data channel state: ${(i=this.producerCommandDataChannel)==null?void 0:i.readyState}`));return}Le._isDataChannelResponseRequired(a.name)&&(a.responseTimer=window.setTimeout(()=>this._handleCommandResponse(!1,{response:a.name,sequence:a.sequence,type:"timeout"}),Le.WAIT_RESPONSE_DELAY),this.responseHandlers[a.sequence]=a);let o=this._serializeBinary(a);o!==null&&this.producerCommandDataChannel.send(o)}else{if(!this.socket||this.socket.readyState!==WebSocket.OPEN){a.reject(new Error("Invalid state or socket already closed"));continue}a.responseTimer=window.setTimeout(()=>this._handleCommandResponse(!1,{response:a.name,sequence:a.sequence,type:"timeout"}),Le.WAIT_RESPONSE_DELAY),this.responseHandlers[a.sequence]=a,this.socket.send(this._serializeJson(a))}}}_serializeBinary(e){switch(e.name){case x.UPDATE_DISPLAY_LAYOUT:return this.producerCommandSerializationService.serializeUpdateDisplayLayout(e.sequence,e.params);case x.REPORT_PERF_STAT:return this.producerCommandSerializationService.serializePerfStatReport(e.sequence,e.params);case x.REPORT_SHARING_STAT:return this.producerCommandSerializationService.serializeSharingStatReport(e.sequence,e.params);case x.REQUEST_ASR:return this.producerCommandSerializationService.serializeRequestAsr(e.sequence,e.params)}return d.warn("[signaling] cannot get binary data for data channel command: "+e.name),null}_serializeJson(e){let t;e.name===x.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]=ja(t[a]));return{layouts:i}}_waitConnectionMessage(){this.connectionMessageWaitTimer=window.setTimeout(()=>{this.conversationReject&&this.conversationReject(new j(ne.SIGNALING_FAILED,{message:"Unable to connect to the signaling: connection timeout",remote:!0}))},Le.WAIT_CONNECTION_DELAY)}_stopWaitConnectionMessage(){window.clearTimeout(this.connectionMessageWaitTimer),this.connectionMessageWaitTimer=0}_startDoctor(){this._stopDoctor(),this.doctorTimer=window.setTimeout(()=>{d.warn("[signaling] socket is dead, trying to reconnect"),this._disconnect(4e3),this._connect($e.RETRY)},Le.WAIT_MESSAGE_DELAY)}_stopDoctor(){window.clearTimeout(this.doctorTimer),this.doctorTimer=0}},Ne=Le;Ne.RECONNECT_DELAY=p.signalingReconnectDelay,Ne.RECONNECT_MAX_DELAY=p.signalingReconnectMaxDelay,Ne.RECONNECT_MAX_COUNT=p.signalingReconnectMaxCount,Ne.WAIT_CONNECTION_DELAY=p.waitConnectionDelay,Ne.WAIT_RESPONSE_DELAY=p.waitResponseDelay,Ne.WAIT_MESSAGE_DELAY=p.waitMessageDelay;var on=(e=>(e.KING="KING",e.PAWN="PAWN",e))(on||{}),sn=on;var ar=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 nr=class{constructor(r,e,t){this._uuid=T.uuid(),this._apiKey=e,this._callToken=t,this._apiEnv=r}authorize(){return c(this,null,function*(){let r={session_data:{device_id:this._uuid,client_version:p.appVersion,client_type:"SDK_JS",auth_token:this._callToken,version:3},application_key:this._apiKey},e=yield Zi(this._apiEnv),t=yield Si("auth.anonymLogin",r,!0,e);return T.isObject(t)&&!("error_msg"in t)?(this._sessionKey=t.session_key,!0):!1})}hangupConversation(r){return c(this,null,function*(){let e={conversationId:r,reason:k.HUNGUP,application_key:this._apiKey,session_key:this._sessionKey},t=yield Zi(this._apiEnv);yield Si("vchat.hangupConversation",e,!0,t)})}};var Qt,ce,Ii=null,Qo={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},Xo={participantMarkerCompare:T.participantMarkerCompare};function cn(n){ce=n}function dn(n){Qt=n}function Zo(n){Ii=n}function es(n){p.videoEffects=n,n.setLogger((r,...e)=>d.send(r,...e))}function ts(n,r=null,e=null){p.vmoji=n,p.vmojiRenderingOptions=e,r&&n.setSDK(r)}function is(n){return c(this,null,function*(){if(p.set(n),P.browserName()==="Sferum"&&(p.platform=`SFERUM:${P.browserVersion()}`),ce||cn(new Jt),Qt||dn(()=>new Ne),p.debug&&(Hr.default.disableLog(!1),d.toggle(!0)),d.log(`Calls SDK ${p.sdkVersion}`,n),yield P.init(),!P.isBrowserSupported())throw new j(ne.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()}`),ce.init()})}function rs(o){return c(this,arguments,function*(n,r=[ue.AUDIO],e="",t=!1,i=!1,a){let s=[],l=[];if(Array.isArray(n)?s=n.length?n:[]:n&&(s=[n]),s.length&&(l=yield ce.getOkIdsByExternalIds(s),!l.length))throw new j(k.CALLEE_IS_OFFLINE);return ln(l,qe.USER,r,e,t,i,a)})}function ln(s){return c(this,arguments,function*(n,r=qe.USER,e,t="",i=!1,a=!1,o){if(U.current())throw d.error("There is already active call"),new j(k.FAILED);return new U(ce,Qt(),Ii).onStart(n,r,e,t,i,a,o)})}function as(n){return c(this,null,function*(){return pn(n)})}function pn(t){return c(this,arguments,function*(n,r=Q.USER,e){if(n===U.id())throw new Error("Push has already been processed");return new U(ce,Qt(),Ii).onPush(n,r,e)})}function ns(n){return c(this,null,function*(){return n&&(p.authToken=n),ce.authorize()})}function os(){return c(this,arguments,function*(n=[ue.AUDIO]){return We().accept(n)})}function ss(){return c(this,null,function*(){let n=U.current();if(n)return n.decline()})}function cs(e){return c(this,arguments,function*(n,r=[ue.AUDIO]){return un(n,r)})}function un(n,r,e){return c(this,null,function*(){if(U.current())throw d.error("There is already active call"),new j(k.FAILED);return new U(ce,Qt(),Ii).onJoin({conversationId:n,mediaOptions:r,chatId:e})})}function ds(a){return c(this,arguments,function*(n,r=[ue.AUDIO],e,t,i){if(U.current())throw d.error("There is already active call"),new j(k.FAILED);return e&&(p.anonymToken=e),new U(ce,Qt(),Ii).onJoin({joinLink:n,mediaOptions:r,observedIds:t,payload:i})})}function ls(){return c(this,null,function*(){let n=U.current();if(n)return n.hangup();U.hangupAfterInit()})}function ps(n,r){return c(this,null,function*(){let e=yield ce.getOkIdsByExternalIds([n]);if(!e.length)throw new Error("User not found");return mn(e[0],r)})}function mn(n,r){return c(this,null,function*(){let e=U.current();e&&(yield e.addParticipant(T.composeUserId(n,Q.USER),r))})}function us(n,r=!1){return c(this,null,function*(){let e=yield ce.getOkIdsByExternalIds([n]);return hn(e[0],r)})}function hn(n,r=!1){return c(this,null,function*(){let e=U.current();e&&(yield e.removeParticipant(T.composeUserId(n,Q.USER),r))})}function ms(n,r){return c(this,null,function*(){let e=U.current();if(n==="videoinput"&&st.contains(r))return p.videoFacingMode=r,e?(P.isMobile()&&e.stopVideoTrack(),e.changeDevice(n)):void 0;if(!(yield P._saveDeviceId(n,r)))throw new Error(`Device not found: ${r}`);if(e)return e.changeDevice(n)})}function hs(n){return c(this,null,function*(){let r=typeof n=="object"?nt(ye({},n),{fastScreenSharing:n.captureScreen&&n.fastScreenSharing,captureAudio:n.captureScreen&&n.captureAudio&&p.audioShare}):{captureScreen:n,fastScreenSharing:!1,captureAudio:!1},e=U.current();return e?e.toggleScreenCapturing(r):Promise.reject()})}function _s(n){let r=U.current();r&&r.toggleAnimojiCapturing(n)}function gs(n,r=!1){return c(this,null,function*(){let e=U.current();e&&(yield e.setVideoStream(n,r))})}function fs(n){return c(this,null,function*(){let r=U.current();r&&(yield r.toggleLocalVideo(n))})}function Ss(n){return c(this,null,function*(){let r=U.current();r&&(yield r.toggleLocalAudio(n))})}function vs(n){return c(this,null,function*(){let r=U.current();if(r)return r.setLocalResolution(n)})}function Is(n){return c(this,null,function*(){let r=U.current();r&&(yield r.changePriorities(n))})}function Es(n){return c(this,null,function*(){let r=U.current();r&&(yield r.changeParticipantState(n))})}function Ts(n){return c(this,null,function*(){let r=U.current();r&&(yield r.updateDisplayLayout(n))})}function Rs(n,r,e=!1){return c(this,null,function*(){let t=yield ce.getOkIdsByExternalIds([n]);return _n(t[0],Y.getDeviceIdx(n),r,e)})}function _n(n,r,e,t=!1){return c(this,null,function*(){let i=U.current();i&&(yield i.grantRoles(T.composeParticipantId(n,Q.USER,r),e,t))})}function Cs(i){return c(this,arguments,function*({externalId:n=null,muteStates:r,requestedMedia:e=[],roomId:t=null}){let a=null;return n&&(a=(yield ce.getOkIdsByExternalIds([n]))[0]),gn({uid:a,muteStates:r,requestedMedia:e,deviceIdx:Y.getDeviceIdx(n),roomId:t})})}function gn(a){return c(this,arguments,function*({uid:n=null,muteStates:r,requestedMedia:e=[],deviceIdx:t=0,roomId:i=null}){let o=U.current();if(o){let s=n?T.composeParticipantId(n,Q.USER,t):null;yield o.muteParticipant(s,r,e,i)}})}function ys(n,r=!1,e=null){return c(this,null,function*(){let t=yield ce.getOkIdsByExternalIds([n]);return fn(t[0],r,Y.getDeviceIdx(n),e)})}function fn(n,r=!1,e=0,t=null){return c(this,null,function*(){let i=U.current();i&&(yield i.pinParticipant(T.composeParticipantId(n,Q.USER,e),r,t))})}function Ps(n){return c(this,null,function*(){let r=U.current();r&&(yield r.updateMediaModifiers(n))})}function bs(n){return c(this,null,function*(){let r=U.current();r&&(yield r.changeOptions(n))})}function Ms(n,r=null){return c(this,null,function*(){let e=null;return r&&(e=(yield ce.getOkIdsByExternalIds([r]))[0]),Sn(n,e)})}function Sn(n,r=null){return c(this,null,function*(){let e=U.current();if(e){let t=r?T.composeUserId(r,Q.USER):null;yield e.chatMessage(n,t)}})}function As(n=10){return c(this,null,function*(){let r=U.current();if(r)return r.chatHistory(n)})}function Ds(n,r=null){return c(this,null,function*(){let e=null;return r&&(e=(yield ce.getOkIdsByExternalIds([r]))[0]),vn(n,e,Y.getDeviceIdx(r))})}function vn(n,r=null,e=0){return c(this,null,function*(){let t=U.current();if(t){let i=r?T.composeParticipantId(r,Q.USER,e):null;yield t.customData(n,i)}})}function ks(){return c(this,arguments,function*(n="",r=!1,{onlyAdminCanShareMovie:e=!1}={}){return(yield ce.createConversation(T.uuid(),n,r,{onlyAdminCanShareMovie:e})).join_link})}function Os(){return c(this,arguments,function*(n="",r=!1,{onlyAdminCanShareMovie:e=!1}={},t){let i=Y.fromIds(t),a=yield ce.getOkIdsByExternalIds(i);return(yield ce.createConversation(T.uuid(),n,r,{onlyAdminCanShareMovie:e,audienceMode:!0},a)).join_link})}function ws(){return c(this,null,function*(){let n=U.current();return n?n.createJoinLink():Promise.reject()})}function xs(){return c(this,null,function*(){let n=U.current();return n?n.removeJoinLink():Promise.reject()})}function Ls(n,r){return c(this,null,function*(){return ce.getAnonymTokenByLink(n,r)})}function Ns(n){let r=U.current();r&&r.setVolume(n)}function Us(n){p.forceRelayPolicy=n}function Bs(n=!1,r=null,e=null,t="DIRECT_LINK",i=null,a=null){return c(this,null,function*(){let o=U.current();return o?o.startStream(n,r,e,t,i,a):Promise.reject()})}function Fs(n=null){return c(this,null,function*(){let r=U.current();return r?r.stopStream(n):Promise.reject()})}function Vs(n=null){return c(this,null,function*(){let r=U.current();return r?r.publishStream(n):Promise.reject()})}function js(n,r,e=!1,t=null){return c(this,null,function*(){let i=U.current();if(!i)return Promise.reject();let a,o,s=[];if(r!=null&&r.length&&s.push(...r),n&&s.push(n),s.length){let l=yield ce.getParticipantIdsByExternalIds(s);n&&(a=l.get(n),l.delete(n)),o=Array.from(l.values())}return i.recordSetConf(a,o,e,t)})}function Hs(){return c(this,null,function*(){let n=U.current();return n?n.getStreamInfo():Promise.reject()})}function Gs(n){return c(this,null,function*(){let r=U.current();return r?r.addMovie(n):Promise.reject()})}function Ws(n){return c(this,null,function*(){let r=U.current();return r?r.updateMovie(n):Promise.reject()})}function Ks(n){return c(this,null,function*(){let r=U.current();return r?r.removeMovie(n):Promise.reject()})}function qs(n,r){return c(this,null,function*(){let e=U.current();if(e){let t=[];for(let i of n){let a,o;i.addParticipantIds&&(a=(yield ce.getOkIdsByExternalIds(i.addParticipantIds)).map(s=>T.composeUserId(s,Q.USER))),i.removeParticipantIds&&(o=(yield ce.getOkIdsByExternalIds(i.removeParticipantIds)).map(s=>T.composeUserId(s,Q.USER))),t.push({id:i.id,name:i.name,participantCount:i.participantCount,addParticipantIds:a,removeParticipantIds:o})}return e.updateRooms(t,r)}return Promise.reject()})}function $s(n,r){return c(this,null,function*(){let e=U.current();return e?e.activateRooms(n,r):Promise.reject()})}function zs(n=null,r=null){return c(this,null,function*(){let e=U.current();if(!e)return Promise.reject();let t;if(r){let i=yield ce.getOkIdsByExternalIds([r]),a=Y.getDeviceIdx(r);t=T.composeParticipantId(i[0],Q.USER,a)}return e.switchRoom(n,t)})}function Js(n){return c(this,null,function*(){let r=U.current();return r?r.removeRooms(n):Promise.reject()})}function Ys(n){p.statisticsInterval=n;let r=U.current();if(r)return r.updateStatisticsInterval()}function Qs(n){Hr.default.disableLog(!n),d.toggle(n)}function Xs(n,...r){p.debugLog&&d.send(n,"[external]",...r)}function Zs(n){return c(this,null,function*(){let r=U.current();if(r)return r.videoEffect(n)})}function ec(n){return c(this,null,function*(){let r=U.current();r&&(yield r.setAudioStream(n))})}function tc(n,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 s=(yield ce.getOkIdsByExternalIds([r]))[0];if(!s)throw new Error("Could not get user id to set animoji svg");a=T.composeParticipantId(s,Q.USER,Y.getDeviceIdx(r))}t.setAnimojiSvg(n,a,i)})}function ic(n=null,r,e=!1){return c(this,null,function*(){return We().getWaitingHall(n,r,e)})}function rc(){return c(this,null,function*(){return We().getAudienceModeHands()})}function ac(n,r=!1){return c(this,null,function*(){let e=We(),t=yield ce.getOkIdsByExternalIds([n]);return e.promoteParticipant(T.composeUserId(t[0],Q.USER),r)})}function nc(n=!1){return c(this,null,function*(){return We().requestPromotion(n)})}function oc(n=!1){return c(this,null,function*(){return We().acceptPromotion(n)})}function sc(n){return c(this,null,function*(){return We().getParticipantListChunk(n)})}function cc(n){return c(this,null,function*(){return We().getParticipants(n)})}function dc(n){return c(this,null,function*(){return We().feedback(n)})}function lc(n,r,e){return We().userFeedbackStats(n,r,e)}function pc(n,r){return c(this,null,function*(){return We().enableFeatureForRoles(n,r)})}function We(){let n=U.current();if(!n)throw new Error("Conversation not found");return n}function uc(n){return c(this,null,function*(){yield ce.removeHistoryRecords(n)})}function mc(n){return c(this,null,function*(){let r=U.current();r&&(yield r.startAsr(n))})}function hc(n){return c(this,null,function*(){let r=U.current();r&&(yield r.stopAsr(n))})}function _c(n){return c(this,null,function*(){let r=U.current();r&&(yield r.requestAsr(n))})}function gc(){return p.sdkVersion}