@vkontakte/calls-sdk 2.8.6-dev.708b0190.0 → 2.8.6-dev.7a7707c0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/calls-sdk.esm.js CHANGED
@@ -1,12 +1,12 @@
1
1
  /**
2
- * @vkontakte/calls-sdk v2.8.6-dev.708b0190.0
3
- * Fri, 13 Dec 2024 13:32:28 GMT
2
+ * @vkontakte/calls-sdk v2.8.6-dev.7a7707c0.0
3
+ * Mon, 17 Feb 2025 13:57:56 GMT
4
4
  * https://st.mycdn.me/static/callssdk/2-8-6/doc/
5
5
  */
6
6
 
7
- var Wn=Object.defineProperty,$n=Object.defineProperties;var Kn=Object.getOwnPropertyDescriptors;var ha=Object.getOwnPropertySymbols;var qn=Object.prototype.hasOwnProperty,zn=Object.prototype.propertyIsEnumerable;var ga=Math.pow,_a=(o,r,e)=>r in o?Wn(o,r,{enumerable:!0,configurable:!0,writable:!0,value:e}):o[r]=e,ue=(o,r)=>{for(var e in r||(r={}))qn.call(r,e)&&_a(o,e,r[e]);if(ha)for(var e of ha(r))zn.call(r,e)&&_a(o,e,r[e]);return o},He=(o,r)=>$n(o,Kn(r));var c=(o,r,e)=>new Promise((t,i)=>{var a=l=>{try{s(e.next(l))}catch(u){i(u)}},n=l=>{try{s(e.throw(l))}catch(u){i(u)}},s=l=>l.done?t(l.value):Promise.resolve(l.value).then(a,n);s((e=e.apply(o,r)).next())});import Fn from"webrtc-adapter";var Bt=class{log(r,e,t=!1){}destroy(){}};var oe=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 si=class extends oe{get ready(){return!0}setParticipantIdRegistry(r){}requestRealloc(){}setEndpoint(r){}setConversationId(r){}readyToSend(r=!0){}cleanup(){}requestTestMode(r,e){}getNextCommandSequenceNumber(){return 0}};var fa=(ae=>(ae.CANCELED="CANCELED",ae.REJECTED="REJECTED",ae.REMOVED="REMOVED",ae.HUNGUP="HUNGUP",ae.MISSED="MISSED",ae.BUSY="BUSY",ae.FAILED="FAILED",ae.NETWORK_ERROR="NETWORK_ERROR",ae.KILLED="KILLED",ae.BANNED="BANNED",ae.HAS_ACTIVE_CALL="HAS_ACTIVE_CALL",ae.CALLER_IS_BLOCKED="CALLER_IS_BLOCKED",ae.NOT_FRIENDS="NOT_FRIENDS",ae.CALLEE_IS_OFFLINE="CALLEE_IS_OFFLINE",ae.CALLER_IS_REJECTED="CALLER_IS_REJECTED",ae.UNKNOWN_ERROR="UNKNOWN_ERROR",ae.UNSUPPORTED="UNSUPPORTED",ae.OLD_VERSION="OLD_VERSION",ae.SERVICE_DISABLED="SERVICE_DISABLED",ae.EXTERNAL_API_ERROR="EXTERNAL_API_ERROR",ae.SOCKET_CLOSED="SOCKET_CLOSED",ae.ENDED="ENDED",ae.KILLED_WITHOUT_DELETE="KILLED_WITHOUT_DELETE",ae.ANOTHER_DEVICE="ANOTHER_DEVICE",ae.NOT_FOUND="NOT_FOUND",ae.VCHAT_DETAILED_ERROR="VCHAT_DETAILED_ERROR",ae))(fa||{}),B=fa;var $=class extends Error{constructor(e,t){var a;super();this.name="HangupReason",this.code=t&&t.code||0,this.remote=t&&t.remote||!1,this.custom_error=(a=t==null?void 0:t.custom_error)!=null?a:null,Object.values(B).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,$)}};var C=class extends Bt{constructor(e,t){super();this._batchInterval=3e3;this._batchedLogItems=[];this._batchedClientStats=[];this._batchedClientEvents=[];this._batchTimeout=null;this._serverTimeDelta=0;this._api=e,this._externalLogger=t,this._calculateServerTimeDelta()}_sendLogItems(e){this._api.log(e)}_sendClientStats(e){this._api.logClientStats(e)}_sendClientEvents(e){this._api.logClientEvents(e)}_sendBatch(){this._stopTimeout();let e=!1;this._batchedLogItems.length>0&&(this._sendLogItems(this._batchedLogItems),this._batchedLogItems=[],e=!0),this._batchedClientStats.length>0&&(this._sendClientStats(this._batchedClientStats),this._batchedClientStats=[],e=!0),this._batchedClientEvents.length>0&&(this._sendClientEvents(this._batchedClientEvents),this._batchedClientEvents=[],e=!0),e&&this._startTimeout()}_startTimeout(){this._batchTimeout=window.setTimeout(()=>this._sendBatch(),this._batchInterval)}_stopTimeout(){this._batchTimeout&&(clearTimeout(this._batchTimeout),this._batchTimeout=null)}_calculateServerTimeDelta(){return c(this,null,function*(){try{let e=yield this._api.getServerTime();this._serverTimeDelta=Date.now()-e}catch(e){}})}_now(){return Date.now()-this._serverTimeDelta}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)}logClientStats(e,t=!1){let i=Object.assign(e,{vcid:N.id(),timestamp:this._now()});Object.keys(i).forEach(a=>{i[a]===void 0&&delete i[a]}),this._batchedClientStats.push(i),(t||!this._batchTimeout)&&this._sendBatch()}logClientEvent(e,t=!1){let i=Object.assign(e,{vcid:N.id(),timestamp:this._now()});this._batchedClientEvents.push(i),(t||!this._batchTimeout)&&this._sendBatch()}_logInternal(e,t,i){let a={type:1,time:0,operation:e,timestamp:this._now(),custom:Object.assign(t,{vcid:N.id()}),uid:this._api.getUserId()};this._batchedLogItems.push(a),(i||!this._batchTimeout)&&this._sendBatch()}destroy(){this._sendBatch(),this._stopTimeout(),this._externalLogger&&this._externalLogger.destroy()}static create(e,t){C._instance||(C._instance=new C(e,t))}static log(e,t,i=!1){C._instance&&C._instance.log(e,t,i)}static logCustom(e,t,i=!1){C._instance&&C._instance.logCustom(e,t,i)}static logClientStats(e,t=!1){C._instance&&C._instance.logClientStats(e,t)}static logClientEvent(e,t=!1){C._instance&&C._instance.logClientEvent(e,t)}static destroy(){C._instance&&C._instance.destroy(),C._instance=null}};import{Any as Wo,Arr as Ya,Int as G,Nil as wt,Str as Qa,Bool as Yr}from"messagepack";var Sa=(x=>(x.RECOVER="recover",x.ACCEPT_CALL="accept-call",x.ADD_PARTICIPANT="add-participant",x.REMOVE_PARTICIPANT="remove-participant",x.HANGUP="hangup",x.TRANSMIT_DATA="transmit-data",x.ACCEPT_PRODUCER="accept-producer",x.ALLOCATE_CONSUMER="allocate-consumer",x.CHANGE_MEDIA_SETTINGS="change-media-settings",x.CHANGE_PARTICIPANT_STATE="change-participant-state",x.CHANGE_STREAM_PRIORITIES="change-streams-priorities",x.UPDATE_DISPLAY_LAYOUT="update-display-layout",x.REPORT_PERF_STAT="report-perf-stat",x.REPORT_SHARING_STAT="report-sharing-stat",x.REPORT_NETWORK_STAT="report-network-stat",x.RECORD_START="record-start",x.RECORD_STOP="record-stop",x.RECORD_PUBLISH="record-publish",x.RECORD_SET_CONF="record-set-conf",x.RECORD_GET_STATUS="record-get-status",x.SWITCH_MICRO="switch-micro",x.SWITCH_TOPOLOGY="switch-topology",x.REQUEST_REALLOC="request-realloc",x.CHAT_MESSAGE="chat-message",x.CHAT_HISTORY="chat-history",x.CUSTOM_DATA="custom-data",x.GRANT_ROLES="grant-roles",x.MUTE_PARTICIPANT="mute-participant",x.ENABLE_FEATURE_FOR_ROLES="enable-feature-for-roles",x.PIN_PARTICIPANT="pin-participant",x.UPDATE_MEDIA_MODIFIERS="update-media-modifiers",x.CHANGE_OPTIONS="change-options",x.GET_WAITING_HALL="get-waiting-hall",x.GET_PARTICIPANT_LIST_CHUNK="get-participant-list-chunk",x.GET_PARTICIPANTS="get-participants",x.PROMOTE_PARTICIPANT="promote-participant",x.REQUEST_TEST_MODE="request-test-mode",x.ADD_MOVIE="add-movie",x.UPDATE_MOVIE="update-movie",x.REMOVE_MOVIE="remove-movie",x.START_URL_SHARING="start-url-sharing",x.STOP_URL_SHARING="stop-url-sharing",x.GET_ROOMS="get-rooms",x.UPDATE_ROOMS="update-rooms",x.ACTIVATE_ROOMS="activate-rooms",x.REMOVE_ROOMS="remove-rooms",x.SWITCH_ROOM="switch-room",x.FEEDBACK="feedback",x.ASR_START="asr-start",x.ASR_STOP="asr-stop",x.REQUEST_ASR="request-asr",x.REQUEST_PROMOTION="request-promotion",x.ACCEPT_PROMOTION="accept-promotion",x.GET_HAND_QUEUE="get-hand-queue",x.ENABLE_VIDEO_SUSPEND="enable-video-suspend",x.ENABLE_VIDEO_SUSPEND_SUGGEST="enable-video-suspend-suggest",x.PUT_HANDS_DOWN="put-hands-down",x.CHANGE_SIMULCAST="change-simulcast",x))(Sa||{}),L=Sa;var va=(O=>(O.MIC_CAMERA_PERMISSION="mic_camera",O.CAMERA_PERMISSION="camera",O.MIC_PERMISSION="mic",O.CAMERA_ACCESS="cameralock",O.MIC_ACCESS="miclock",O.MIC_NOT_FOUND="nomic",O.SCREEN_PERMISSION="screenpermission",O.SCREEN_ACCESS="screenlock",O.CONNECTION="connection",O.NETWORK="network",O.UNKNOWN="unknown",O.UNSUPPORTED="unsupported",O.SIGNALING_FAILED="signalingfailed",O.API="api",O.AUTH="auth",O.OVERCONSTRAINED="overconstrained",O))(va||{}),se=va;var Ia=(n=>(n.AUDIO="AUDIO",n.VIDEO="VIDEO",n.SCREEN_SHARING="SCREEN_SHARING",n.MOVIE_SHARING="MOVIE_SHARING",n.AUDIO_SHARING="AUDIO_SHARING",n.ANIMOJI="ANIMOJI",n))(Ia||{}),le=Ia;var Ea=(Y=>(Y.ERROR="callError",Y.DEVICES="callDevices",Y.CALL_SPEC_ERROR="callSpecError",Y.ICE_CONNECTION_STATE="callIceConnectionState",Y.ICE_CONNECTION_TYPE="callIceConnectionType",Y.ICE_RESTART="callIceRestart",Y.PUSH="callPush",Y.OUTGOING_CALL="callStart",Y.OUTGOING_MULTIPARTY_CALL="callStartMultiparty",Y.JOIN_CONVERSATION="callJoinConversation",Y.ACCEPTED_OUTGOING="callAcceptedOutgoing",Y.ACCEPT_INCOMING="callAcceptIncoming",Y.DECLINE_INCOMING="callDeclineIncoming",Y.ACCEPT_CONCURRENT="callAcceptConcurrent",Y.HANGUP="callHangup",Y.MEDIA_STATUS="callMediaStatus",Y.DEVICE_CHANGED="callDeviceChanged",Y.SOCKET_ACTION="callSocketAction",Y.ADD_PARTICIPANT="callAddParticipant",Y.REMOVE_PARTICIPANT="callRemoveParticipant",Y.POOR_CONNECTION="callPoorConnection",Y.TOPOLOGY_CHANGE_REQUESTED="callTopologyChangeRequested",Y.RELAY_POLICY="callForceRelay",Y.PAT_ALLOCATED="patAllocate",Y.PAT_DEALLOCATED="patDeallocate",Y.PAT_ERROR="patError",Y.PAT_WAITING_TIME_ERROR="patWaitingTimeError",Y.PAT_OUTDATED_RESPONSE="patOutdatedResponse",Y.SIGNALING_CONNECTED="signaling_connected",Y.RECONNECT="callReconnect",Y.SCREENSHARE_FIRST_FRAME="screen_share_first_frame",Y.SCREENSHARE_FREEZE_DURATION="callScreenshareFreezeDuration",Y.FIRST_MEDIA_RECEIVED="first_media_received",Y.CALL_EVENTUAL_STAT="callEventualStat",Y.CALL_DECLINED_OR_HANGED_LOCALLY="CallDeclinedOrHangedLocally",Y.USER_FEEDBACK_RECEIVED="UserFeedbackReceived",Y))(Ea||{}),P=Ea;import Ra from"@vkontakte/libvpx";var Ge=class{constructor(){this._worker=null}_createWorker(n,s){return c(this,arguments,function*(r,e,t=[],i={},a=[]){return new Promise((l,u)=>{let m=t.join(","),h=new Blob([r,`exports.default(${m});`],{type:"application/javascript; charset=utf-8"}),v=window.URL.createObjectURL(h);this._worker=new Worker(v),this._worker.onmessage=I=>{switch(I.data.type){case"ready":l();break;case"error":u(I.data.error);break;case"frame":e(I.data);break;case"debug":d.debug(I.data.message);break;case"log_error":C.log(P.ERROR,I.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 Et=class extends Ge{init(r,e){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',t=>{if(t.error)d.warn("LibVPxDecoder",t.error),e(t.error);else{let i=new ImageData(new Uint8ClampedArray(t.data),t.width,t.height);r(i)}},[Ra,Ra.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 Ye=class extends Ge{init(r,e){return c(this,null,function*(){d.debug("WebCodecsDecoder started"),yield this._createWorker('"use strict";var exports=(()=>{var c=Object.defineProperty;var D=Object.getOwnPropertyDescriptor;var R=Object.getOwnPropertyNames;var y=Object.prototype.hasOwnProperty;var C=(t,e)=>{for(var n in e)c(t,n,{get:e[n],enumerable:!0})},A=(t,e,n,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of R(e))!y.call(t,o)&&o!==n&&c(t,o,{get:()=>e[o],enumerable:!(a=D(e,o))||a.enumerable});return t};var V=t=>A(c({},"__esModule",{value:!0}),t);var F={};C(F,{default:()=>k});var k=t=>{let e=null,n=!0,a=null,o=!1,f=1e3/15*2;function p(){self.postMessage({type:"ready"})}function m(r,b,s,i=!1){if(!e||n!==s){if(!i){self.postMessage({type:"frame",error:"WebCodecsDecoder dropped frame - waiting for keyframe"});return}n=s,e?self.postMessage({type:"debug",message:`WebCodecsDecoder codec changed to ${s?"VP9":"VP8"}`}):(self.postMessage({type:"debug",message:`WebCodecsDecoder codec ${s?"VP9":"VP8"}`}),e=new VideoDecoder({output:d=>{l();let g=t?[d]:[];self.postMessage({type:"frame",data:d},g),d.close()},error:d=>{l(),e&&e.state!=="closed"&&e.close(),e=null,self.postMessage({type:"frame",error:"WebCodecsDecoder failed, reinitialize: "+String(d)})}})),e.configure(u(s))}if(o&&!i){self.postMessage({type:"frame",error:"WebCodecsDecoder dropped frame after reset - waiting for keyframe"});return}o=!1;let E=new EncodedVideoChunk({type:i?"key":"delta",timestamp:r,data:b});e.decode(E),a=setTimeout(()=>{o=!0,e==null||e.reset(),e==null||e.configure(u(s)),self.postMessage({type:"frame",error:"WebCodecsDecoder reset because of decode timeout"})},f)}self.onmessage=r=>{switch(r.data.type){case"init":p();break;case"frame":m(r.data.timestamp,r.data.data,r.data.isVP9,r.data.keyFrame);break}};function l(){a&&clearTimeout(a),a=null}function u(r){return{codec:r?"vp09.00.50.08":"vp8"}}};return V(F);})();\n',t=>{t.error?(d.warn("WebCodecsDecoder",t.error),e(t.error)):(r(t.data),t.data.close())},[D.baseChromeVersion()>=92||D.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&&!D.isBrokenVP9Decoder()&&D.browserName()!=="Firefox"}};var Rt=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}};import{BitStream as oo}from"bit-buffer";var Ta=(e=>(e.USER="USER",e.GROUP="GROUP",e))(Ta||{}),ce=Ta;var lt={HEIGHT:720,WIDTH:1280,BITRATE:1e6},ci="L1T2",Pa=[{dimension:320,bitrate:18e4},{dimension:520,bitrate:4e5},{dimension:640,bitrate:5e5},{dimension:960,bitrate:9e5},{dimension:1280,bitrate:12e5},{dimension:1920,bitrate:25e5},{dimension:2560,bitrate:35e5},{dimension:3840,bitrate:5e6}],Jn={h:1,m:2,l:4};function ya(o,r){return!o||!r?o===r:o.streams.length===r.streams.length?o.streams.every((e,t)=>R.isObjectsEquals(e,r.streams[t])):!1}function Ca(o,r){for(let e of r)if(o<=e.dimension)return e.bitrate;return length>0?r[length-1].bitrate:Pa[0].bitrate}function di(o=lt.WIDTH,r=lt.HEIGHT,e=Pa){var u,m;let t=["h","m","l"],i=Math.max(o,r),a=1;i>=960?a=3:i>=480&&(a=2);let n={streams:[]},s=30,l=(u=Ca(i,e))!=null?u:lt.BITRATE;for(let h=0;h<a;h++){let v=t[h];n.streams.push({rid:v,width:o,height:r,fps:s,bitrate:l}),o=Math.round(o/2),r=Math.round(r/2),l=(m=Ca(Math.max(o,r),e))!=null?m:Math.round(l/2)}return n}function ji(o){var r;return(r=Jn[o])!=null?r:1}var ba=typeof Object.fromEntries=="function"?Object.fromEntries:function(o){if(!o||!o[Symbol.iterator])throw new Error("Object.fromEntries() requires a single iterable argument");let r={};for(let[e,t]of o)r[e]=t;return r};function Ma(o){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(o)})})}var Vt=":",Gi="d",Yn=533,Hi="a=fmtp:",Qn="sps-pps-idr-in-keyframe=1",yr;(Tr=>{let o=/[\r\n]+/,r=`\r
8
- `;function e(_,T){let y=new RegExp("a=rtpmap:(\\d+) ([a-zA-Z0-9-]+)\\/\\d+"),b,g=[];for(b=0;b<_.length;++b){let k=_[b].match(y);k&&k.length===3&&k[2]===T&&g.push(k[1])}return g}function t(_,T,y){let b=_.split(" "),g=b.slice(0,3),k;for(k=3;k<b.length;k++)y.includes(b[k])&&g.push(b[k]);for(k=3;k<b.length;k++)!y.includes(b[k])&&!T.includes(b[k])&&g.push(b[k]);return g.join(" ")}function i(_,T,y,b){let g,k="m="+T;for(g=0;g<_.length;++g)_[g].startsWith(k)&&(_[g]=t(_[g],y,b))}function a(_,T){let y=new RegExp(Hi+"(\\d+)");for(let b=0;b<_.length;++b){let g=_[b].match(y);if(g&&g.length===2&&T.includes(g[1])){let k=_[b].trim()===Hi+g[1]?" ":";";_[b]+=k+Qn}}}function n(_,T){let y=e(_,T);if(!y.length)return;let b=y.slice(0),g=new RegExp(Hi+"(\\d+) apt=(\\d+)"),k;for(k=0;k<_.length;++k){let V=_[k].match(g);V&&V.length===3&&b.includes(V[2])&&b.push(V[1])}let W=new RegExp("a=(rtpmap|rtcp-fb|fmtp):(\\d+) .*");for(k=_.length;k--;){let V=_[k].match(W);V&&V.length===3&&b.includes(V[2])&&_.splice(k,1)}i(_,"video",b,[])}function s(_,T,y,b){let g=new RegExp("a=rtpmap:(\\d+) ([a-zA-Z0-9-]+)\\/\\d+"),k,W=[];for(k=T;k<y;++k){let te=_[k].match(g);te&&te.length===3&&te[2]===b&&W.push(te[1])}if(!W.length)return W;let V=new RegExp(Hi+"(\\d+) apt=(\\d+)");for(k=T;k<y;++k){let te=_[k].match(V);te&&te.length===3&&W.includes(te[2])&&W.push(te[1])}return W}function l(_,T,y,b){let g=s(_,T,y,b);if(!g.length)return y+1;let k=new RegExp("a=(rtpmap|rtcp-fb|fmtp):(\\d+) .*"),W=0,V=y;for(;V>=T;){let te=_[V].match(k);te&&te.length===3&&g.includes(te[2])&&(_.splice(V,1),W++),V--}return _[T]=t(_[T],g,[]),y-W+1}function u(_,T,y,b){let g=-1,k=-1,W=!1;for(let V=0;V<_.length;++V)if(g>=0&&_[V].startsWith("m=")&&(k=V-1,W&&(V=l(_,g,k,T)),g=-1,k=-1,W=!1),_[V].startsWith("m=video")&&(g=V),g>=0){let te=y==="remote"&&b==="encoder"||y==="local"&&b==="decoder"?"recvonly":"sendonly";(_[V].startsWith(`a=${te}`)||_[V].startsWith("a=sendrecv"))&&(W=!0)}k=_.length-1,g>=0&&W&&l(_,g,k,T)}function m(_,T,y){let b=e(_,"H264");T&&i(_,"video",[],b),y&&a(_,b)}function h(_){let T=e(_,"VP9");i(_,"video",[],T)}function v(_,T,y,b,g,k=!1,W=!1){if(!T&&!y&&!b&&!W&&!k&&!g)return _;function V(x){let Ee=["a=rtcp-fb:111 nack","a=rtcp-fb:111 nack pli"],fe="a=rtcp-fb:111",Re=x.findIndex(ke=>ke.startsWith(fe));return~Re&&(x[Re]=x[Re]+r+Ee.join(r)),x}function te(x){let Ee=e(x,"red");Ee.length>0&&i(x,"audio",[],Ee)}let Ie=_.split(o);return y?u(Ie,"H264","local","decoder"):(T||g)&&m(Ie,T,g),b&&h(Ie),W&&te(Ie),k&&V(Ie),Ie.join(r)}Tr.patchLocalSDP=v;function I(_,T,y,b,g,k,W){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"));let V=_.split(o);return b?n(V,"H264"):y&&m(V,y,!1),k&&W?n(V,"VP9"):k?u(V,"VP9","remote","encoder"):W?u(V,"VP9","remote","decoder"):g&&h(V),V.join(r)}Tr.patchRemoteSDP=I;function M(_){return _?`${_.type||"WEB_SOCKET"}_${_.id}`:"_"}Tr.getPeerIdString=M;function F(_,T){return _&&_.id===T.id&&(_.type||"WEB_SOCKET")===(T.type||"WEB_SOCKET")}Tr.comparePeerId=F;function O(_){return c(this,null,function*(){let T={local:null,remote:null};if(!_||!_.getStats)return T;try{let y=yield _.getStats(null),b=null;if(y.forEach(g=>{g.type==="transport"&&g.selectedCandidatePairId?b=y.get(g.selectedCandidatePairId):g.type==="candidate-pair"&&g.state==="succeeded"&&!b&&(!g.hasOwnProperty("selected")||g.selected)&&(b=g)}),b!=null&&b.localCandidateId){let g=y.get(b.localCandidateId);g&&(T.local={type:g.candidateType,ip:g.ip||g.ipAddress,port:g.port||g.portNumber})}if(b!=null&&b.remoteCandidateId){let g=y.get(b.remoteCandidateId);g&&(T.remote={type:g.candidateType,ip:g.ip||g.ipAddress,port:g.port||g.portNumber})}return T}catch(y){return T}})}Tr.getPeerConnectionHostInfo=O;let K=/^[0-9]+$/,q=/^([gu])([0-9]+)$/;function pe(_,T=ce.USER){let y=String(_);return q.test(y)?(d.warn(`Already composite id [${_}] type supplied [${T}]`),y):T===ce.GROUP?"g"+y:T===ce.USER?"u"+y:(d.warn(`Unknown type [${T}] for id [${_}]`),y.match(K)?"u"+y:y)}Tr.composeUserId=pe;function re(_,T,y=0){let b=pe(_,T);return J(b,y)}Tr.composeParticipantId=re;function J(_,T){return T?_+Vt+Gi+T:_}Tr.compose=J;function _e(_){return re(_.id,_.idType||ce.USER,_.deviceIdx)}Tr.composeId=_e;function Ue(_){if(_.decorativeUserId)return re(_.decorativeUserId,_.idType||ce.USER,_.deviceIdx)}Tr.composeDecorativeId=Ue;function Ni(_){return _.participant?_e(_.participant):re(_.participantId,_.participantType||ce.USER,_.deviceIdx)}Tr.composeMessageId=Ni;function ai(_){return typeof _=="string"?ae(ni(_).compositeUserId).id:_}Tr.extractOkId=ai;function ae(_){let T=String(_),y=T.match(q);return y?{id:Number(y[2]),type:y[1]==="g"?ce.GROUP:ce.USER}:(d.warn(`Unsupported compositeId [${_}]`),{id:Number(T),type:ce.USER})}Tr.decomposeId=ae;function ni(_){let T=_.split(Vt+Gi);return{compositeUserId:T[0],deviceIdx:T.length>1?parseInt(T[1],10):0}}Tr.decomposeParticipantId=ni;function aa(){var W,V;let _=(V=(W=window.crypto)==null?void 0:W.randomUUID)==null?void 0:V.call(W);if(_)return _;let T="0123456789abcdefghijklmnopqrstuvwxyz".split(""),y=new Array(36),b=0,g,k;for(k=0;k<36;k++)k===8||k===13||k===18||k===23?y[k]="-":k===14?y[k]="4":(b<=2&&(b=33554432+Math.random()*16777216|0),g=b&15,b=b>>4,y[k]=T[k===19?g&3|8:g]);return y.join("")}Tr.uuid=aa;function na(_,T){let y;function b(...g){let k=this;y&&window.clearTimeout(y),y=window.setTimeout(()=>{_.apply(k,g)},T)}return b}Tr.debounce=na;function oa(_){if(!window.BigInt)return null;let T="",y=_.split(`
9
- `);for(let k of y)if(k.startsWith("a=fingerprint")){let W=k.split(" ");if(W.length===2){T=W[1];break}}if(!T)return BigInt(-1);let b=T.split(":"),g=BigInt(0);for(let k=Math.min(7,b.length-1);k>=0;k--){let W=BigInt(parseInt(b[k],16));g<<=BigInt(8),g|=W}return BigInt.asIntN(64,g)}Tr.sdpFingerprint=oa;function sa(_){return c(this,null,function*(){return new Promise(T=>window.setTimeout(T,_))})}Tr.delay=sa;function Er(_,T,y){let b=[];return _.getSenders().forEach(g=>Ui(T,g,g.track,y,b)),b}Tr.applySettings=Er;function Ui(_,T,y,b,g){var ke,ze;if(!RTCRtpSender.prototype.getParameters||!RTCRtpSender.prototype.setParameters||!_||!y||y.kind!=="video")return;let k=y.getSettings();if(!k)return;let W=_.maxBitrateK?_.maxBitrateK*1024:null,V=k.width,te=k.height,Ie=V&&te&&_.maxDimension?Math.max(1,Math.max(V,te)/_.maxDimension):null,x=_.maxFramerate||null;if(V&&te&&_.maxDimension&&_.maxDimension>Math.max(V,te)){let Te=Math.round(V*te/256),it=(Math.round(Te*Yn/1e4)+1)*1e4;W=W===null?it:Math.min(it,W)}let Ee=_.degradationPreference||"balanced",fe=b[y.id];if(fe&&fe.bitrate===W&&fe.scaleResolutionDownBy===Ie&&fe.maxFramerate===x&&fe.degradationPreference===Ee){g[y.id]=fe;return}g[y.id]={bitrate:W,scaleResolutionDownBy:Ie,maxFramerate:x,degradationPreference:Ee};let Re=T.getParameters();if(Re.encodings||(Re.encodings=[{}]),Re.encodings.length>1&&V&&te&&_.maxDimension){let Te=Math.round(_.maxDimension*1.35),it=Math.max(V,te),Bi=di(V,te,(ke=_==null?void 0:_.bitrates)==null?void 0:ke.generic),Vi=Bi.streams.length;d.log(`applyVideoTrackSettings: maxDim=${_.maxDimension} targetDim=${Te} track=${V}x${te} sim=${JSON.stringify(Bi)}`),Re.encodings.forEach((Je,oi)=>{Je.scaleResolutionDownBy=ji(Je.rid);let ua=Math.round(it/Je.scaleResolutionDownBy);oi<Vi-1?Je.active=ua<Te:oi>=Vi?Je.active=!1:Je.active=!0,oi<Vi?Je.maxBitrate=Bi.streams[oi].bitrate:Je.maxBitrate=0,Je.scalabilityMode=ci})}else Re.encodings.forEach(Te=>{_!=null&&_.scalabilityMode&&(Te.scalabilityMode=_.scalabilityMode),W?Te.maxBitrate=W:delete Te.maxBitrate,Ie?Te.scaleResolutionDownBy=Ie:delete Te.scaleResolutionDownBy,x?Te.maxFramerate=x:delete Te.maxFramerate});if(Re.degradationPreference=Ee,Re.encodings.length>0){(ze=T.setParameters)==null||ze.call(T,Re).catch(it=>{d.error("Failed to set sender parameters",Re,it)});let Te=T.getParameters();d.log(`applyVideoTrackSettings: actual encodings= ${JSON.stringify(Te.encodings)}`)}}Tr.applyVideoTrackSettings=Ui;function ca(_,T){Array.isArray(T)||(T=[T]);for(let y of T)if(_.includes(y))return!0;return!1}Tr.includesOneOf=ca;function da(_){var T;return Object.entries(((T=_.participantState)==null?void 0:T.state)||{}).reduce((y,[b,g])=>(_.participantState&&(y[b]={ts:_.participantState.stateUpdateTs[b],state:g}),y),{})}Tr.mapParticipantState=da;function Y(_){let T=_.map(y=>({uid:y.externalId,mediaSettings:y.mediaSettings,status:y.status,muteStates:y.muteStates,unmuteOptions:y.unmuteOptions,participantState:y.participantState,markers:y.markers,movieShareInfos:y.movieShareInfos}));return p.filterObservers?T.filter(y=>!y.uid.observer):T}Tr.mapSharedParticipants=Y;function la(_,T){let y=Object.keys(_),b=Object.keys(T);if(y.length!==b.length)return!1;for(let g of y)if(!b.hasOwnProperty(g)||_[g].state!==T[g].state||_[g].ts!==T[g].ts)return!1;return!0}Tr.isEqualParticipantState=la;function Rr(_,T,y=!1){let b=Object.keys(_),g=Object.keys(T);if(b.length!==g.length)return!1;for(let k of b){if(!T.hasOwnProperty(k))return!1;let W=_[k],V=T[k];if(y&&je(W)&&je(V))return Rr(W,V,y);if(W!==V)return!1}return!0}Tr.isObjectsEquals=Rr;function pa(_,T){if(_.length!==T.length)return!1;for(let y of _)if(T.indexOf(y)<0)return!1;return!0}Tr.isArraysEquals=pa;function Se(_){return!Object.keys(_).length}Tr.isEmptyObject=Se;function j(_,T){if(!_&&!T)return 0;if(!_||!T)return _?-1:1;return b(T.rank,_.rank)||b(_.ts,T.ts)||y(_,T);function y(g,k){let W={[ce.USER]:0,[ce.GROUP]:1},{compositeUserId:V,deviceIdx:te}=ni(g.id),{compositeUserId:Ie,deviceIdx:x}=ni(k.id),{id:Ee,type:fe}=ae(V),{id:Re,type:ke}=ae(Ie);return b(W[fe],W[ke])||b(Ee,Re)||b(te,x)}function b(g,k){return g<k?-1:g===k?0:1}}Tr.participantMarkerCompare=j;function ee(_,T){let y=Object.entries(_).filter(([,b])=>Array.isArray(T)?!T.includes(b):b!==T);return ba(y)}Tr.objectFilterOutValues=ee;function de(_,T,y){let b=y;for(let g in _)_.hasOwnProperty(g)&&(b=T(b,_[g],g));return b}Tr.objectReduce=de,Tr.setImmediate=(()=>{let _=1,T={},y=null;return typeof MessageChannel!="undefined"&&(y=new MessageChannel,y.port1.onmessage=b=>{let g=b.data;T[g]&&(T[g](),delete T[g])}),function(b){if(y&&document.visibilityState==="hidden"){let k=_;return _=_>=Number.MAX_SAFE_INTEGER?1:_+1,T[k]=b,y.port2.postMessage(k),()=>{T[k]&&delete T[k]}}let g=setTimeout(b,0);return()=>clearTimeout(g)}})();function je(_){return _!==null&&typeof _=="object"&&!Array.isArray(_)}Tr.isObject=je;function qe(_,T,y,b){function g(V,te){let Ie=0,x=V.length,Ee=!1;for(let fe=0;fe<V.length;fe++)if(V[fe].startsWith("m=video")&&(Ie=fe),V[fe].startsWith("a=mid:"+te)&&(Ee=!0),Ee&&V[fe].startsWith("m=")){x=fe;break}return{start:Ie,end:x}}function k(V,te,Ie,x,Ee,fe,Re){let ke="a=rid:"+x+" send";for(let ze=te;ze<Ie;ze++)if(V[ze]===ke){let it=ke+" max-width="+fe+";max-height="+Re+";max-br="+Ee;V[ze]=it}}let W=T==null?void 0:T.sender;if(W&&W.track&&T.mid){let V=_.split(o),{start:te,end:Ie}=g(V,T.mid),x=W.getParameters();if(x.encodings)return x.encodings.forEach(Ee=>{let fe=Ee.rid,Re=Ee.maxBitrate,ke=Ee.scaleResolutionDownBy;if(y&&b&&ke){let ze=""+Math.round(y/ke),Te=""+Math.round(b/ke);k(V,te,Ie,fe,Re,ze,Te)}}),V.join(r)}return _}Tr.patchSimulcastAnswerSdp=qe})(yr||(yr={}));var R=yr;var Xn=1e3;function ge(o,r,e=0){return r in o&&o[r]?o[r]:e}function br(...o){return r=>{for(let e of o)if(e(r))return!0;return!1}}function pt(o,r){return e=>e[o]===r}function Zn(o){return(r,e)=>e[o]-r[o]}function li(o,r){return r.reduce((e,t)=>(e[t[o]]=t,e),{})}function eo(o){let r={},e=[];for(let t of o)r[t.id]||(r[t.id]=!0,e.push(t));return e}function Mr(o){return Object.keys(o).filter(r=>o[r]!==void 0).map(r=>[r,o[r]]).reduce((r,e)=>(r[e[0]]=R.isObject(e[1])?Mr(e[1]):e[1],r),{})}function to(o){let r=[];for(let e of o)e.forEach(t=>r.push(t));return r}function io(o){return c(this,null,function*(){let r=[];return RTCRtpReceiver.prototype.getStats?(r.push(...o.getReceivers().map(e=>e.getStats())),r.push(...o.getSenders().map(e=>e.getStats()))):r.push(o.getStats()),Promise.all(r).then(to).then(eo)})}function ro(o){let r=o.filter(pt("type","candidate-pair")).sort(Zn("priority")).find(br(pt("nominated",!0),pt("selected",!0)));if(!r)return{timestamp:0,availableOutgoingBitrate:0,totalRoundTripTime:0,currentRoundTripTime:0,bytesSent:0,bytesReceived:0};let e={timestamp:r.timestamp,availableOutgoingBitrate:r.availableOutgoingBitrate||0,totalRoundTripTime:r.totalRoundTripTime||0,currentRoundTripTime:r.currentRoundTripTime||0,bytesSent:r.bytesSent||0,bytesReceived:r.bytesReceived||0},t=o.find(pt("id",r.remoteCandidateId));t&&Object.assign(e,{remote:{type:t.candidateType,address:t.ip||t.address,port:t.port,protocol:t.protocol}});let i=o.find(pt("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}}),Mr(e)}function Aa(o,r,e=!1){let t=li("id",o),i=e?o.filter(br(pt("type","remote-inbound-rtp"))):o.filter(br(pt("type","inbound-rtp"),pt("type","outbound-rtp")));return D.browserName()==="Firefox"&&(i=Object.values(i.reduce((a,n)=>{if(!a[n.ssrc])a[n.ssrc]=n;else{let s=Object.assign({},a[n.ssrc],n),l=a[n.ssrc].isRemote?n:a[n.ssrc];s.id=l.id,s.type=l.type,delete s.isRemote,delete s.remoteId,a[s.ssrc]=s}return a},{}))),i.map(a=>{let n=Number(a.ssrc),s=a.mediaType||a.kind,l=a.remoteId||a.trackId,u=a.type,m=a.codecId;if(!u||!n||!s)return null;let h={ssrc:n,type:u,kind:s,bytesReceived:ge(a,"bytesReceived"),bytesSent:ge(a,"bytesSent"),headerBytesReceived:ge(a,"headerBytesReceived"),headerBytesSent:ge(a,"headerBytesSent"),jitter:ge(a,"jitter"),packetsLost:ge(a,"packetsLost"),packetsReceived:ge(a,"packetsReceived"),packetsSent:ge(a,"packetsSent"),fractionLost:ge(a,"fractionLost"),pliCount:ge(a,"pliCount"),firCount:ge(a,"firCount"),nackCount:ge(a,"nackCount"),userId:r[n],freezeCount:ge(a,"freezeCount",0),totalFreezesDuration:ge(a,"totalFreezesDuration",0)};if(s==="video"){let v=ge(a,"framesDecoded"),I=ge(a,"totalInterFrameDelay"),M=ge(a,"totalSquaredInterFrameDelay");h.interframeDelayVariance=(M-I*I/v)/v}if(s==="audio"&&(h.totalSamplesReceived=ge(a,"totalSamplesReceived"),h.concealedSamples=ge(a,"concealedSamples"),h.insertedSamplesForDeceleration=ge(a,"insertedSamplesForDeceleration"),h.removedSamplesForAcceleration=ge(a,"removedSamplesForAcceleration"),h.silentConcealedSamples=ge(a,"silentConcealedSamples"),h.concealmentEvents=ge(a,"concealmentEvents"),h.totalAudioEnergy=ge(a,"totalAudioEnergy")),m&&t[m]){let v=t[m];h.clockRate=v.clockRate,h.mimeType=v.mimeType}if(l&&t[l]){let v=t[l];h.frameHeight=v.frameHeight,h.frameWidth=v.frameWidth,h.framesDecoded=v.framesDecoded,h.framesReceived=v.framesReceived,h.framesDropped=v.framesDropped}return Mr(h)}).filter(a=>!!a)}function ao(o,r,e=!1){if(!r||!r.rtps||!o.rtps)return o;let t,i;e&&(t=li("ssrc",(o==null?void 0:o.remoteRtps)||[]),i=li("ssrc",(r==null?void 0:r.remoteRtps)||[]));let a=li("ssrc",o.rtps),n=li("ssrc",r.rtps),s=(o.timestamp-r.timestamp)/1e3;return!a||!n||Object.keys(a).forEach(l=>{let u=a[l],m=n[l];if(!(!u||!m)){if(u.bytesReceived&&u.bytesReceived>m.bytesReceived&&(u.bandwidth=Math.round((u.bytesReceived-m.bytesReceived)/s),u.bandwidth+=Math.round((u.headerBytesReceived-m.headerBytesReceived)/s)),u.bytesSent&&u.bytesSent>m.bytesSent&&(u.bandwidth=Math.round((u.bytesSent-m.bytesSent)/s),u.bandwidth+=Math.round((u.headerBytesSent-m.headerBytesSent)/s)),u.packetsReceived)if(u.packetsReceived>m.packetsReceived||u.packetsLost>m.packetsLost){let h=u.packetsLost-m.packetsLost,v=u.packetsReceived-m.packetsReceived;u.packetLoss=parseFloat((100*h/(h+v)).toFixed(2))}else u.packetLoss=0;if(u.freezeCount>m.freezeCount&&(u.freezeCountDelta=u.freezeCount-m.freezeCount),u.totalFreezesDuration>m.totalFreezesDuration){let h=u.totalFreezesDuration-m.totalFreezesDuration;u.totalFreezesDurationDelta=h}if(u.framesDropped&&m.framesDropped&&u.framesDropped>m.framesDropped&&(u.framesDroppedDelta=parseFloat(((u.framesDropped-m.framesDropped)/s).toFixed(0))),e&&u.type==="outbound-rtp"&&u.kind==="video"){let h=t==null?void 0:t[l],v=i==null?void 0:i[l],I=O=>O!=null?O:0,M=Math.max(0,I(h==null?void 0:h.packetsLost)-I(v==null?void 0:v.packetsLost)),F=Math.max(1,u.packetsSent-m.packetsSent);o.transport.averageNetStat={currentRoundTripTime:(o.transport.currentRoundTripTime+r.transport.currentRoundTripTime)/2*1e3,lostPercent:Math.round(M/F*100)}}}}),o}function pi(i,a){return c(this,arguments,function*(o,r,e={},t=!1){let n=yield io(o),s={timestamp:Date.now(),transport:ro(n),rtps:Aa(n,e)};return t&&(s.remoteRtps=Aa(n,e,!0)),r?ao(s,r,t):(yield R.delay(Xn),pi(o,s,e,t))})}function rt(o){performance.clearMarks(o),performance.mark(o)}function Ar(o){performance.clearMarks(o)}function Ft(o){let r=performance.getEntriesByName(o)[0];if(typeof r=="undefined")return null;let e=Math.round(performance.now()-r.startTime);return performance.clearMarks(o),e}function jt(o){return`${P.SCREENSHARE_FIRST_FRAME}_${no(o)}`}function no(o){return typeof o=="string"?o:JSON.stringify(o)}var Qe=class{constructor(){this._eventualLogs=new Set}static create(){Qe._instance=new Qe}static logCallStat(r){var e;if((e=Qe._instance)!=null&&e._eventualLogs.size){for(let t of Qe._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,transport:r.transport}),C.logClientStats(t);Qe._instance._eventualLogs.clear()}C.logClientStats(r)}static logEventualStat(r){var e;r.value===void 0&&(r.value=Ft(r.name)),r.value!==null&&((e=Qe._instance)==null||e._eventualLogs.add(r))}static destroy(){var r;(r=Qe._instance)==null||r._destroy(),Qe._instance=null}_destroy(){this._eventualLogs.clear()}},Ae=Qe;Ae._instance=null;var Wi=class{constructor(r){this._firstFrameReceived=!1;this._participantId=r}measure(r,e){if(this._firstFrameReceived)return;this._firstFrameReceived=!0;let t=jt(this._participantId),i=Ft(t);i!==null&&Ae.logEventualStat({name:P.SCREENSHARE_FIRST_FRAME,value:i,width:r,height:e})}};var so=65536,ut=class{constructor(r,e,t){this._chunks=[];this._participantId=r,this._onStream=e,this._onStat=t,this._statScreenShareFirstFrame=new Wi(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)%so!==r.sequence){d.warn("[FrameBuilder] Got incorrect chunk");return}if(this._chunks.push(r),r.end){let t=this._processFrameData(),{width:i,height:a}=ut.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(){Ar(P.SCREENSHARE_FREEZE_DURATION),Ar(jt(this._participantId)),this._chunks=[]}_processFrameData(){let r=this._chunks;this._chunks=[];let e=r.reduce((a,n)=>a+n.data.byteLength,0),t=new Uint8Array(e),i=0;for(let a of r)t.set(new Uint8Array(a.data),i),i+=a.data.byteLength;return t}static getFrameSize(r){let e={width:0,height:0},t=new oo(r.buffer);t.bigEndian=!0,t.index+=2;let i=t.readBits(1),n=t.readBits(1)<<1|i;return n===3&&t.index++,t.readBits(1)===1||t.readBits(1)!==0||(t.index++,t.index++,t.index+=24,n>=2&&t.index++,t.readBits(3)!==7?(t.index++,(n===1||n===3)&&(t.index+=3)):(n===1||n===3)&&t.index++,e.width=t.readBits(16)+1,e.height=t.readBits(16)+1),e}static isBrowserSupported(){throw new Error("Method `isBrowserSupported` is not implemented")}_measureFreezeDuration(r){if(r){rt(P.SCREENSHARE_FREEZE_DURATION);return}let e=Ft(P.SCREENSHARE_FREEZE_DURATION);e!==null&&e>1e3&&this._onStat({freeze_duration:e})}};var Tt=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 Ht=class extends Tt{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)&&!(D.browserName()==="Safari"&&Number(D.browserVersion())===15)&&!(D.browserName()==="Firefox"&&Number(D.browserVersion())<60)}};var Ct=class extends Tt{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&&Ye.isBrowserSupported()}};var Gt=class extends ut{constructor(e,t,i){super(e,t,i);this._decoderReady=!1;this._decoderBusy=!1;this._decoderQueue=[];d.debug(`StreamBuilder started for participant [${e}]`),Ct.isBrowserSupported()?this._renderer=new Ct(t):this._renderer=new Ht(t),Ye.isBrowserSupported()?this._decoder=new Ye:this._decoder=new Et;let a=s=>c(this,null,function*(){this._decoderBusy=!1,"VideoFrame"in window&&s instanceof VideoFrame?yield this._renderer.drawFrame(s):yield this._renderer.drawImage(s),this._fpsMeter.increment(),this._decodeQueue()}),n=s=>{this._decoderBusy=!1,this._decodeQueue()};this._decoder.init(a,n).then(()=>{this._decoderReady=!0,this._decodeQueue()}),this._fpsMeter=new Rt(s=>d.log(`[StreamBuilder][${e}] fps: ${s}`),2e4)}_processFrame(e){e.keyframe&&(this._decoderQueue=[]),this._decoderQueue.push(e),this._decodeQueue()}_decodeQueue(){if(!this._decoderReady||this._decoderBusy)return;let e=this._decoderQueue.shift();e&&(this._decoderBusy=!0,this._decoder.decodeFrame(e.timestamp,e.frameData,e.isVP9,e.keyframe))}destroy(){super.destroy(),this._fpsMeter.destroy(),this._decoder.destroy(),this._renderer.destroy(),d.debug(`StreamBuilder destroyed for participant ${this._participantId}`)}static isBrowserSupported(){return Ht.isBrowserSupported()||Ct.isBrowserSupported()}};function Da(o,r,e,t,i,a,n){let s=0;r&&(s|=1),e&&(s|=2),t&&(s|=4),n||(s|=8);let l=new ArrayBuffer(11),u=new DataView(l);if(u.setUint8(0,1),u.setUint16(1,i),u.setUint32(3,o),u.setUint8(7,a?1:0),u.setUint16(8,0),u.setUint8(10,s),!n)return l;let m=new Uint8Array(l.byteLength+n.byteLength);return m.set(new Uint8Array(l),0),m.set(new Uint8Array(n),l.byteLength),m.buffer}function ka(o){let r=new DataView(o),e=r.getUint8(0),t=r.getUint16(1),i=r.getUint32(3),a=r.getUint8(7)===1,n=r.getUint16(8),s=r.getUint8(10),l=!!(s&1),u=!!(s&2),m=!!(s&4),h=!!(s&8);if(e!==1)throw new Error(`Unexpected protocol version. Got ${e}, expected 1`);return{timestamp:i,start:l,end:u,keyframe:m,sequence:t,isVP9:a,ssrc:n,eos:h,data:o.slice(11)}}function wa(o){if(!o||!o.byteLength||o.byteLength!==4)return!1;let r=new DataView(o);return!(r.getUint8(0)!==1||r.getUint8(1)!==1||r.getUint16(2)!==0)}function Oa(o){if(!o||!o.byteLength||o.byteLength!==10)return null;let r=new DataView(o);if(r.getUint8(0)!==1||r.getUint8(1)!==2||r.getUint16(2)!==0)return null;let a=r.getUint16(4),n=r.getUint32(6);return{seq:a,ts2:n}}import*as w from"simple-ebml-builder";var co=ga(2,15)-1,Dr=1,lo=5,po=5;var ui=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=ui._buildQueue(r);this._sourceBuffer.appendBuffer(e)}static _buildQueue(r){if(r.length){if(r.length===1)return w.build(r[0])}else return new Uint8Array;let e=r.reduce((a,n)=>a+n.countSize(),0),t=new Uint8Array(e),i=0;for(let a of r){let n=w.build(a);t.set(n,i),i+=n.byteLength}return t}_initBuffer(){this._sourceBuffer=this._mediaSource.addSourceBuffer(`video/webm; codecs="${this._codec}"`),this._sourceBuffer.mode="sequence",this._sourceBuffer.addEventListener("updateend",()=>this._handleQueue())}changeType(r){var e;return this._codec=r,(e=this._sourceBuffer)==null?void 0:e.changeType(r)}append(r,e=!1){this._queue.push(r),e&&this._handleQueue()}cleanup(){var a,n,s;((a=this._mediaSource)==null?void 0:a.readyState)==="open"&&((n=this._sourceBuffer)==null||n.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)-lo);i-t>po&&(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}},Be=class extends ut{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 w.element(w.ID.EBML,[w.element(w.ID.EBMLVersion,w.number(1)),w.element(w.ID.EBMLReadVersion,w.number(1)),w.element(w.ID.EBMLMaxIDLength,w.number(4)),w.element(w.ID.EBMLMaxSizeLength,w.number(8)),w.element(w.ID.DocType,w.string("webm")),w.element(w.ID.DocTypeVersion,w.number(2)),w.element(w.ID.DocTypeReadVersion,w.number(2))])}static _genSegmentHeader(e,t,i){let a=w.element(w.ID.Info,[w.element(w.ID.TimecodeScale,w.number(1e6)),w.element(w.ID.MuxingApp,w.string("vk-webm-builder")),w.element(w.ID.WritingApp,w.string("vk-webm-builder"))]),n=[w.element(w.ID.PixelWidth,w.number(e)),w.element(w.ID.PixelHeight,w.number(t))],s=w.element(w.ID.Tracks,w.element(w.ID.TrackEntry,[w.element(w.ID.TrackNumber,w.number(Dr)),w.element(w.ID.TrackUID,w.number(Dr)),w.element(w.ID.TrackType,w.number(1)),w.element(w.ID.FlagLacing,w.number(0)),w.element(w.ID.DefaultDuration,w.number(1e9)),w.element(w.ID.CodecID,w.string(`V_${i.toUpperCase()}`)),w.element(w.ID.Video,n)]));return w.unknownSizeElement(w.ID.Segment,[a,s])}static _genClusterHeader(e){return w.unknownSizeElement(w.ID.Cluster,[w.element(w.ID.Timecode,w.number(Math.round(e)))])}_createVideo(e){this._mediaBuffer=new ui(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,m,h;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 v=Be._genWebmHeader();(l=this._mediaBuffer)==null||l.append(v);let I=Be._genSegmentHeader(e.width,e.height,t);(u=this._mediaBuffer)==null||u.append(I)}let a=Math.round(i-this._clusterStartTime);if(a>co&&(this._clusterStartTime=i,a=0),a===0){d.debug(`[WebmBuilder] Cluster header for participant [${this._participantId}]`);let v=Be._genClusterHeader(this._clusterStartTime);(m=this._mediaBuffer)==null||m.append(v)}let n=w.element(w.ID.SimpleBlock,[w.vintEncodedNumber(Dr),w.bytes(Be._intToU16BE(a)),w.number((e.keyframe?1:0)<<7),w.bytes(e.frameData)]);(h=this._mediaBuffer)==null||h.append(n,!0)}destroy(){super.destroy(),this._video&&(this._video.onpause=null,this._video.onwaiting=null,this._video.onstalled=null,this._video.onerror=null,this._video.pause(),this._video.src="",document.body.removeChild(this._video)),this._mediaBuffer&&(this._mediaBuffer.destroy(),this._mediaBuffer=null),this._stream&&(this._stream.getTracks().forEach(e=>e.stop()),this._stream=null),d.debug(`[WebmBuilder] destroyed for participant [${this._participantId}]`)}static isBrowserSupported(){var e,t,i;return"captureStream"in((e=window.HTMLVideoElement)==null?void 0:e.prototype)&&((t=window.MediaSource)==null?void 0:t.isTypeSupported('video/webm; codecs="vp8"'))&&((i=window.MediaSource)==null?void 0:i.isTypeSupported('video/webm; codecs="vp9"'))}};var Pt=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=n=>this._onDataChannelMessage(n.data)}_onDataChannelMessage(r){var a,n;let e=ka(r),t=(n=(a=this._participantIdRegistry)==null?void 0:a.getStreamDescription(e.ssrc))==null?void 0:n.participantId;if(!t){d.warn(`Participant id for ssrc ${e.ssrc} not found in registry`);return}if(e.eos){this.close(t),this._onEos(t);return}let i=this._streamBuilders[t];if(!i){let s=l=>this._onStream(t,l);p.screenShareWebmBuilder&&Be.isBrowserSupported()?i=new Be(t,s,this._onStat):i=new Gt(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(Ye.isBrowserSupported()||Et.isBrowserSupported())&&(Gt.isBrowserSupported()||Be.isBrowserSupported())}};var kr=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}},mi=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 kr(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):1;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):""}};import xa from"@vkontakte/libvpx";var uo=1e3,Wt=class extends Ge{constructor(e,t,i,a){super();this._video=null;this._imageCapture=null;this._canvas=null;this._canvasCtx=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 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 n=a.play(),s=()=>i(new Error("Autoplay is disabled"));n?n.catch(s):s()}})})}_removeStream(){var e;window.clearTimeout(this._frameReadTimeout),(e=this._lastFrame)==null||e.close(),this._video&&(this._video.pause(),this._video.srcObject=null),this._imageCapture&&(this._imageCapture=null)}_drawFrameVideo(){if(!this._canvas||!this._canvasCtx||!this._video)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._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)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),(a=this._canvasCtx)==null?void 0:a.getImageData(0,0,t,i)}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);})();
7
+ var Wn=Object.defineProperty,$n=Object.defineProperties;var Kn=Object.getOwnPropertyDescriptors;var ha=Object.getOwnPropertySymbols;var qn=Object.prototype.hasOwnProperty,zn=Object.prototype.propertyIsEnumerable;var ga=Math.pow,_a=(o,r,e)=>r in o?Wn(o,r,{enumerable:!0,configurable:!0,writable:!0,value:e}):o[r]=e,ue=(o,r)=>{for(var e in r||(r={}))qn.call(r,e)&&_a(o,e,r[e]);if(ha)for(var e of ha(r))zn.call(r,e)&&_a(o,e,r[e]);return o},He=(o,r)=>$n(o,Kn(r));var c=(o,r,e)=>new Promise((t,i)=>{var a=l=>{try{s(e.next(l))}catch(u){i(u)}},n=l=>{try{s(e.throw(l))}catch(u){i(u)}},s=l=>l.done?t(l.value):Promise.resolve(l.value).then(a,n);s((e=e.apply(o,r)).next())});import Fn from"webrtc-adapter";var Bt=class{log(r,e,t=!1){}destroy(){}};var oe=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 si=class extends oe{get ready(){return!0}setParticipantIdRegistry(r){}requestRealloc(){}setEndpoint(r){}setConversationId(r){}readyToSend(r=!0){}cleanup(){}requestTestMode(r,e){}getNextCommandSequenceNumber(){return 0}};var fa=(ae=>(ae.CANCELED="CANCELED",ae.REJECTED="REJECTED",ae.REMOVED="REMOVED",ae.HUNGUP="HUNGUP",ae.MISSED="MISSED",ae.BUSY="BUSY",ae.FAILED="FAILED",ae.NETWORK_ERROR="NETWORK_ERROR",ae.KILLED="KILLED",ae.BANNED="BANNED",ae.HAS_ACTIVE_CALL="HAS_ACTIVE_CALL",ae.CALLER_IS_BLOCKED="CALLER_IS_BLOCKED",ae.NOT_FRIENDS="NOT_FRIENDS",ae.CALLEE_IS_OFFLINE="CALLEE_IS_OFFLINE",ae.CALLER_IS_REJECTED="CALLER_IS_REJECTED",ae.UNKNOWN_ERROR="UNKNOWN_ERROR",ae.UNSUPPORTED="UNSUPPORTED",ae.OLD_VERSION="OLD_VERSION",ae.SERVICE_DISABLED="SERVICE_DISABLED",ae.EXTERNAL_API_ERROR="EXTERNAL_API_ERROR",ae.SOCKET_CLOSED="SOCKET_CLOSED",ae.ENDED="ENDED",ae.KILLED_WITHOUT_DELETE="KILLED_WITHOUT_DELETE",ae.ANOTHER_DEVICE="ANOTHER_DEVICE",ae.NOT_FOUND="NOT_FOUND",ae.VCHAT_DETAILED_ERROR="VCHAT_DETAILED_ERROR",ae))(fa||{}),B=fa;var $=class extends Error{constructor(e,t){var a;super();this.name="HangupReason",this.code=t&&t.code||0,this.remote=t&&t.remote||!1,this.custom_error=(a=t==null?void 0:t.custom_error)!=null?a:null,Object.values(B).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,$)}};var C=class extends Bt{constructor(e,t){super();this._batchInterval=3e3;this._batchedLogItems=[];this._batchedClientStats=[];this._batchedClientEvents=[];this._batchTimeout=null;this._serverTimeDelta=0;this._api=e,this._externalLogger=t,this._calculateServerTimeDelta()}_sendLogItems(e){this._api.log(e)}_sendClientStats(e){this._api.logClientStats(e)}_sendClientEvents(e){this._api.logClientEvents(e)}_sendBatch(){this._stopTimeout();let e=!1;this._batchedLogItems.length>0&&(this._sendLogItems(this._batchedLogItems),this._batchedLogItems=[],e=!0),this._batchedClientStats.length>0&&(this._sendClientStats(this._batchedClientStats),this._batchedClientStats=[],e=!0),this._batchedClientEvents.length>0&&(this._sendClientEvents(this._batchedClientEvents),this._batchedClientEvents=[],e=!0),e&&this._startTimeout()}_startTimeout(){this._batchTimeout=window.setTimeout(()=>this._sendBatch(),this._batchInterval)}_stopTimeout(){this._batchTimeout&&(clearTimeout(this._batchTimeout),this._batchTimeout=null)}_calculateServerTimeDelta(){return c(this,null,function*(){try{let e=yield this._api.getServerTime();this._serverTimeDelta=Date.now()-e}catch(e){}})}_now(){return Date.now()-this._serverTimeDelta}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)}logClientStats(e,t=!1){let i=Object.assign(e,{vcid:N.id(),timestamp:this._now()});Object.keys(i).forEach(a=>{i[a]===void 0&&delete i[a]}),this._batchedClientStats.push(i),(t||!this._batchTimeout)&&this._sendBatch()}logClientEvent(e,t=!1){let i=Object.assign(e,{vcid:N.id(),timestamp:this._now()});this._batchedClientEvents.push(i),(t||!this._batchTimeout)&&this._sendBatch()}_logInternal(e,t,i){let a={type:1,time:0,operation:e,timestamp:this._now(),custom:Object.assign(t,{vcid:N.id()}),uid:this._api.getUserId()};this._batchedLogItems.push(a),(i||!this._batchTimeout)&&this._sendBatch()}destroy(){this._sendBatch(),this._stopTimeout(),this._externalLogger&&this._externalLogger.destroy()}static create(e,t){C._instance||(C._instance=new C(e,t))}static log(e,t,i=!1){C._instance&&C._instance.log(e,t,i)}static logCustom(e,t,i=!1){C._instance&&C._instance.logCustom(e,t,i)}static logClientStats(e,t=!1){C._instance&&C._instance.logClientStats(e,t)}static logClientEvent(e,t=!1){C._instance&&C._instance.logClientEvent(e,t)}static destroy(){C._instance&&C._instance.destroy(),C._instance=null}};import{Any as Wo,Arr as Ya,Int as G,Nil as wt,Str as Qa,Bool as Jr}from"messagepack";var Sa=(x=>(x.RECOVER="recover",x.ACCEPT_CALL="accept-call",x.ADD_PARTICIPANT="add-participant",x.REMOVE_PARTICIPANT="remove-participant",x.HANGUP="hangup",x.TRANSMIT_DATA="transmit-data",x.ACCEPT_PRODUCER="accept-producer",x.ALLOCATE_CONSUMER="allocate-consumer",x.CHANGE_MEDIA_SETTINGS="change-media-settings",x.CHANGE_PARTICIPANT_STATE="change-participant-state",x.CHANGE_STREAM_PRIORITIES="change-streams-priorities",x.UPDATE_DISPLAY_LAYOUT="update-display-layout",x.REPORT_PERF_STAT="report-perf-stat",x.REPORT_SHARING_STAT="report-sharing-stat",x.REPORT_NETWORK_STAT="report-network-stat",x.RECORD_START="record-start",x.RECORD_STOP="record-stop",x.RECORD_PUBLISH="record-publish",x.RECORD_SET_CONF="record-set-conf",x.RECORD_GET_STATUS="record-get-status",x.SWITCH_MICRO="switch-micro",x.SWITCH_TOPOLOGY="switch-topology",x.REQUEST_REALLOC="request-realloc",x.CHAT_MESSAGE="chat-message",x.CHAT_HISTORY="chat-history",x.CUSTOM_DATA="custom-data",x.GRANT_ROLES="grant-roles",x.MUTE_PARTICIPANT="mute-participant",x.ENABLE_FEATURE_FOR_ROLES="enable-feature-for-roles",x.PIN_PARTICIPANT="pin-participant",x.UPDATE_MEDIA_MODIFIERS="update-media-modifiers",x.CHANGE_OPTIONS="change-options",x.GET_WAITING_HALL="get-waiting-hall",x.GET_PARTICIPANT_LIST_CHUNK="get-participant-list-chunk",x.GET_PARTICIPANTS="get-participants",x.PROMOTE_PARTICIPANT="promote-participant",x.REQUEST_TEST_MODE="request-test-mode",x.ADD_MOVIE="add-movie",x.UPDATE_MOVIE="update-movie",x.REMOVE_MOVIE="remove-movie",x.START_URL_SHARING="start-url-sharing",x.STOP_URL_SHARING="stop-url-sharing",x.GET_ROOMS="get-rooms",x.UPDATE_ROOMS="update-rooms",x.ACTIVATE_ROOMS="activate-rooms",x.REMOVE_ROOMS="remove-rooms",x.SWITCH_ROOM="switch-room",x.FEEDBACK="feedback",x.ASR_START="asr-start",x.ASR_STOP="asr-stop",x.REQUEST_ASR="request-asr",x.REQUEST_PROMOTION="request-promotion",x.ACCEPT_PROMOTION="accept-promotion",x.GET_HAND_QUEUE="get-hand-queue",x.ENABLE_VIDEO_SUSPEND="enable-video-suspend",x.ENABLE_VIDEO_SUSPEND_SUGGEST="enable-video-suspend-suggest",x.PUT_HANDS_DOWN="put-hands-down",x.CHANGE_SIMULCAST="change-simulcast",x))(Sa||{}),L=Sa;var va=(O=>(O.MIC_CAMERA_PERMISSION="mic_camera",O.CAMERA_PERMISSION="camera",O.MIC_PERMISSION="mic",O.CAMERA_ACCESS="cameralock",O.MIC_ACCESS="miclock",O.MIC_NOT_FOUND="nomic",O.SCREEN_PERMISSION="screenpermission",O.SCREEN_ACCESS="screenlock",O.CONNECTION="connection",O.NETWORK="network",O.UNKNOWN="unknown",O.UNSUPPORTED="unsupported",O.SIGNALING_FAILED="signalingfailed",O.API="api",O.AUTH="auth",O.OVERCONSTRAINED="overconstrained",O))(va||{}),se=va;var Ia=(n=>(n.AUDIO="AUDIO",n.VIDEO="VIDEO",n.SCREEN_SHARING="SCREEN_SHARING",n.MOVIE_SHARING="MOVIE_SHARING",n.AUDIO_SHARING="AUDIO_SHARING",n.ANIMOJI="ANIMOJI",n))(Ia||{}),le=Ia;var Ea=(Y=>(Y.ERROR="callError",Y.DEVICES="callDevices",Y.CALL_SPEC_ERROR="callSpecError",Y.ICE_CONNECTION_STATE="callIceConnectionState",Y.ICE_CONNECTION_TYPE="callIceConnectionType",Y.ICE_RESTART="callIceRestart",Y.PUSH="callPush",Y.OUTGOING_CALL="callStart",Y.OUTGOING_MULTIPARTY_CALL="callStartMultiparty",Y.JOIN_CONVERSATION="callJoinConversation",Y.ACCEPTED_OUTGOING="callAcceptedOutgoing",Y.ACCEPT_INCOMING="callAcceptIncoming",Y.DECLINE_INCOMING="callDeclineIncoming",Y.ACCEPT_CONCURRENT="callAcceptConcurrent",Y.HANGUP="callHangup",Y.MEDIA_STATUS="callMediaStatus",Y.DEVICE_CHANGED="callDeviceChanged",Y.SOCKET_ACTION="callSocketAction",Y.ADD_PARTICIPANT="callAddParticipant",Y.REMOVE_PARTICIPANT="callRemoveParticipant",Y.POOR_CONNECTION="callPoorConnection",Y.TOPOLOGY_CHANGE_REQUESTED="callTopologyChangeRequested",Y.RELAY_POLICY="callForceRelay",Y.PAT_ALLOCATED="patAllocate",Y.PAT_DEALLOCATED="patDeallocate",Y.PAT_ERROR="patError",Y.PAT_WAITING_TIME_ERROR="patWaitingTimeError",Y.PAT_OUTDATED_RESPONSE="patOutdatedResponse",Y.SIGNALING_CONNECTED="signaling_connected",Y.RECONNECT="callReconnect",Y.SCREENSHARE_FIRST_FRAME="screen_share_first_frame",Y.SCREENSHARE_FREEZE_DURATION="callScreenshareFreezeDuration",Y.FIRST_MEDIA_RECEIVED="first_media_received",Y.CALL_EVENTUAL_STAT="callEventualStat",Y.CALL_DECLINED_OR_HANGED_LOCALLY="CallDeclinedOrHangedLocally",Y.USER_FEEDBACK_RECEIVED="UserFeedbackReceived",Y))(Ea||{}),P=Ea;import Ra from"@vkontakte/libvpx";var Ge=class{constructor(){this._worker=null}_createWorker(n,s){return c(this,arguments,function*(r,e,t=[],i={},a=[]){return new Promise((l,u)=>{let m=t.join(","),h=new Blob([r,`exports.default(${m});`],{type:"application/javascript; charset=utf-8"}),v=window.URL.createObjectURL(h);this._worker=new Worker(v),this._worker.onmessage=I=>{switch(I.data.type){case"ready":l();break;case"error":u(I.data.error);break;case"frame":e(I.data);break;case"debug":d.debug(I.data.message);break;case"log_error":C.log(P.ERROR,I.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 Et=class extends Ge{init(r,e){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',t=>{if(t.error)d.warn("LibVPxDecoder",t.error),e(t.error);else{let i=new ImageData(new Uint8ClampedArray(t.data),t.width,t.height);r(i)}},[Ra,Ra.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 Je=class extends Ge{init(r,e){return c(this,null,function*(){d.debug("WebCodecsDecoder started"),yield this._createWorker('"use strict";var exports=(()=>{var c=Object.defineProperty;var D=Object.getOwnPropertyDescriptor;var R=Object.getOwnPropertyNames;var y=Object.prototype.hasOwnProperty;var C=(t,e)=>{for(var n in e)c(t,n,{get:e[n],enumerable:!0})},A=(t,e,n,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of R(e))!y.call(t,o)&&o!==n&&c(t,o,{get:()=>e[o],enumerable:!(a=D(e,o))||a.enumerable});return t};var V=t=>A(c({},"__esModule",{value:!0}),t);var F={};C(F,{default:()=>k});var k=t=>{let e=null,n=!0,a=null,o=!1,f=1e3/15*2;function p(){self.postMessage({type:"ready"})}function m(r,b,s,i=!1){if(!e||n!==s){if(!i){self.postMessage({type:"frame",error:"WebCodecsDecoder dropped frame - waiting for keyframe"});return}n=s,e?self.postMessage({type:"debug",message:`WebCodecsDecoder codec changed to ${s?"VP9":"VP8"}`}):(self.postMessage({type:"debug",message:`WebCodecsDecoder codec ${s?"VP9":"VP8"}`}),e=new VideoDecoder({output:d=>{l();let g=t?[d]:[];self.postMessage({type:"frame",data:d},g),d.close()},error:d=>{l(),e&&e.state!=="closed"&&e.close(),e=null,self.postMessage({type:"frame",error:"WebCodecsDecoder failed, reinitialize: "+String(d)})}})),e.configure(u(s))}if(o&&!i){self.postMessage({type:"frame",error:"WebCodecsDecoder dropped frame after reset - waiting for keyframe"});return}o=!1;let E=new EncodedVideoChunk({type:i?"key":"delta",timestamp:r,data:b});e.decode(E),a=setTimeout(()=>{o=!0,e==null||e.reset(),e==null||e.configure(u(s)),self.postMessage({type:"frame",error:"WebCodecsDecoder reset because of decode timeout"})},f)}self.onmessage=r=>{switch(r.data.type){case"init":p();break;case"frame":m(r.data.timestamp,r.data.data,r.data.isVP9,r.data.keyFrame);break}};function l(){a&&clearTimeout(a),a=null}function u(r){return{codec:r?"vp09.00.50.08":"vp8"}}};return V(F);})();\n',t=>{t.error?(d.warn("WebCodecsDecoder",t.error),e(t.error)):(r(t.data),t.data.close())},[M.baseChromeVersion()>=92||M.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&&!M.isBrokenVP9Decoder()&&M.browserName()!=="Firefox"}};var Rt=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}};import{BitStream as oo}from"bit-buffer";var Ta=(e=>(e.USER="USER",e.GROUP="GROUP",e))(Ta||{}),ce=Ta;var lt={HEIGHT:720,WIDTH:1280,BITRATE:1e6},ci="L1T2",Pa=[{dimension:320,bitrate:18e4},{dimension:520,bitrate:4e5},{dimension:640,bitrate:5e5},{dimension:960,bitrate:9e5},{dimension:1280,bitrate:12e5},{dimension:1920,bitrate:25e5},{dimension:2560,bitrate:35e5},{dimension:3840,bitrate:5e6}],Jn={h:1,m:2,l:4};function ya(o,r){return!o||!r?o===r:o.streams.length===r.streams.length?o.streams.every((e,t)=>R.isObjectsEquals(e,r.streams[t])):!1}function Ca(o,r){for(let e of r)if(o<=e.dimension)return e.bitrate;return length>0?r[length-1].bitrate:Pa[0].bitrate}function di(o=lt.WIDTH,r=lt.HEIGHT,e=Pa){var u,m;let t=["h","m","l"],i=Math.max(o,r),a=1;i>=960?a=3:i>=480&&(a=2);let n={streams:[]},s=30,l=(u=Ca(i,e))!=null?u:lt.BITRATE;for(let h=0;h<a;h++){let v=t[h];n.streams.push({rid:v,width:o,height:r,fps:s,bitrate:l}),o=Math.round(o/2),r=Math.round(r/2),l=(m=Ca(Math.max(o,r),e))!=null?m:Math.round(l/2)}return n}function ji(o){var r;return(r=Jn[o])!=null?r:1}var ba=typeof Object.fromEntries=="function"?Object.fromEntries:function(o){if(!o||!o[Symbol.iterator])throw new Error("Object.fromEntries() requires a single iterable argument");let r={};for(let[e,t]of o)r[e]=t;return r};function Ma(o){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(o)})})}var Vt=":",Gi="d",Yn=533,Hi="a=fmtp:",Qn="sps-pps-idr-in-keyframe=1",Pr;(je=>{let o=/[\r\n]+/,r=`\r
8
+ `;function e(_,T){let y=new RegExp("a=rtpmap:(\\d+) ([a-zA-Z0-9-]+)\\/\\d+"),b,g=[];for(b=0;b<_.length;++b){let k=_[b].match(y);k&&k.length===3&&k[2]===T&&g.push(k[1])}return g}function t(_,T,y){let b=_.split(" "),g=b.slice(0,3),k;for(k=3;k<b.length;k++)y.includes(b[k])&&g.push(b[k]);for(k=3;k<b.length;k++)!y.includes(b[k])&&!T.includes(b[k])&&g.push(b[k]);return g.join(" ")}function i(_,T,y,b){let g,k="m="+T;for(g=0;g<_.length;++g)_[g].startsWith(k)&&(_[g]=t(_[g],y,b))}function a(_,T){let y=new RegExp(Hi+"(\\d+)");for(let b=0;b<_.length;++b){let g=_[b].match(y);if(g&&g.length===2&&T.includes(g[1])){let k=_[b].trim()===Hi+g[1]?" ":";";_[b]+=k+Qn}}}function n(_,T){let y=e(_,T);if(!y.length)return;let b=y.slice(0),g=new RegExp(Hi+"(\\d+) apt=(\\d+)"),k;for(k=0;k<_.length;++k){let V=_[k].match(g);V&&V.length===3&&b.includes(V[2])&&b.push(V[1])}let W=new RegExp("a=(rtpmap|rtcp-fb|fmtp):(\\d+) .*");for(k=_.length;k--;){let V=_[k].match(W);V&&V.length===3&&b.includes(V[2])&&_.splice(k,1)}i(_,"video",b,[])}function s(_,T,y,b){let g=new RegExp("a=rtpmap:(\\d+) ([a-zA-Z0-9-]+)\\/\\d+"),k,W=[];for(k=T;k<y;++k){let te=_[k].match(g);te&&te.length===3&&te[2]===b&&W.push(te[1])}if(!W.length)return W;let V=new RegExp(Hi+"(\\d+) apt=(\\d+)");for(k=T;k<y;++k){let te=_[k].match(V);te&&te.length===3&&W.includes(te[2])&&W.push(te[1])}return W}function l(_,T,y,b){let g=s(_,T,y,b);if(!g.length)return y+1;let k=new RegExp("a=(rtpmap|rtcp-fb|fmtp):(\\d+) .*"),W=0,V=y;for(;V>=T;){let te=_[V].match(k);te&&te.length===3&&g.includes(te[2])&&(_.splice(V,1),W++),V--}return _[T]=t(_[T],g,[]),y-W+1}function u(_,T,y,b){let g=-1,k=-1,W=!1;for(let V=0;V<_.length;++V)if(g>=0&&_[V].startsWith("m=")&&(k=V-1,W&&(V=l(_,g,k,T)),g=-1,k=-1,W=!1),_[V].startsWith("m=video")&&(g=V),g>=0){let te=y==="remote"&&b==="encoder"||y==="local"&&b==="decoder"?"recvonly":"sendonly";(_[V].startsWith(`a=${te}`)||_[V].startsWith("a=sendrecv"))&&(W=!0)}k=_.length-1,g>=0&&W&&l(_,g,k,T)}function m(_,T,y){let b=e(_,"H264");T&&i(_,"video",[],b),y&&a(_,b)}function h(_){let T=e(_,"VP9");i(_,"video",[],T)}function v(_,T,y,b,g,k=!1,W=!1){if(!T&&!y&&!b&&!W&&!k&&!g)return _;function V(x){let Ee=["a=rtcp-fb:111 nack","a=rtcp-fb:111 nack pli"],ve="a=rtcp-fb:111",Re=x.findIndex(ke=>ke.startsWith(ve));return~Re&&(x[Re]=x[Re]+r+Ee.join(r)),x}function te(x){let Ee=e(x,"red");Ee.length>0&&i(x,"audio",[],Ee)}let Ie=_.split(o);return y?u(Ie,"H264","local","decoder"):(T||g)&&m(Ie,T,g),b&&h(Ie),W&&te(Ie),k&&V(Ie),Ie.join(r)}je.patchLocalSDP=v;function I(_,T,y,b,g,k,W){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"));let V=_.split(o);return b?n(V,"H264"):y&&m(V,y,!1),k&&W?n(V,"VP9"):k?u(V,"VP9","remote","encoder"):W?u(V,"VP9","remote","decoder"):g&&h(V),V.join(r)}je.patchRemoteSDP=I;function A(_){return _?`${_.type||"WEB_SOCKET"}_${_.id}`:"_"}je.getPeerIdString=A;function F(_,T){return _&&_.id===T.id&&(_.type||"WEB_SOCKET")===(T.type||"WEB_SOCKET")}je.comparePeerId=F;function O(_){return c(this,null,function*(){let T={local:null,remote:null};if(!_||!_.getStats)return T;try{let y=yield _.getStats(null),b=null;if(y.forEach(g=>{g.type==="transport"&&g.selectedCandidatePairId?b=y.get(g.selectedCandidatePairId):g.type==="candidate-pair"&&g.state==="succeeded"&&!b&&(!g.hasOwnProperty("selected")||g.selected)&&(b=g)}),b!=null&&b.localCandidateId){let g=y.get(b.localCandidateId);g&&(T.local={type:g.candidateType,ip:g.ip||g.ipAddress,port:g.port||g.portNumber})}if(b!=null&&b.remoteCandidateId){let g=y.get(b.remoteCandidateId);g&&(T.remote={type:g.candidateType,ip:g.ip||g.ipAddress,port:g.port||g.portNumber})}return T}catch(y){return T}})}je.getPeerConnectionHostInfo=O;let K=/^[0-9]+$/,q=/^([gu])([0-9]+)$/;function pe(_,T=ce.USER){let y=String(_);return q.test(y)?(d.warn(`Already composite id [${_}] type supplied [${T}]`),y):T===ce.GROUP?"g"+y:T===ce.USER?"u"+y:(d.warn(`Unknown type [${T}] for id [${_}]`),y.match(K)?"u"+y:y)}je.composeUserId=pe;function re(_,T,y=0){let b=pe(_,T);return J(b,y)}je.composeParticipantId=re;function J(_,T){return T?_+Vt+Gi+T:_}je.compose=J;function _e(_){return re(_.id,_.idType||ce.USER,_.deviceIdx)}je.composeId=_e;function Ue(_){if(_.decorativeUserId)return re(_.decorativeUserId,_.idType||ce.USER,_.deviceIdx)}je.composeDecorativeId=Ue;function Ni(_){return _.participant?_e(_.participant):re(_.participantId,_.participantType||ce.USER,_.deviceIdx)}je.composeMessageId=Ni;function ai(_){return typeof _=="string"?ae(ni(_).compositeUserId).id:_}je.extractOkId=ai;function ae(_){let T=String(_),y=T.match(q);return y?{id:Number(y[2]),type:y[1]==="g"?ce.GROUP:ce.USER}:(d.warn(`Unsupported compositeId [${_}]`),{id:Number(T),type:ce.USER})}je.decomposeId=ae;function ni(_){let T=_.split(Vt+Gi);return{compositeUserId:T[0],deviceIdx:T.length>1?parseInt(T[1],10):0}}je.decomposeParticipantId=ni;function ra(){var W,V;let _=(V=(W=window.crypto)==null?void 0:W.randomUUID)==null?void 0:V.call(W);if(_)return _;let T="0123456789abcdefghijklmnopqrstuvwxyz".split(""),y=new Array(36),b=0,g,k;for(k=0;k<36;k++)k===8||k===13||k===18||k===23?y[k]="-":k===14?y[k]="4":(b<=2&&(b=33554432+Math.random()*16777216|0),g=b&15,b=b>>4,y[k]=T[k===19?g&3|8:g]);return y.join("")}je.uuid=ra;function aa(_,T){let y;function b(...g){let k=this;y&&window.clearTimeout(y),y=window.setTimeout(()=>{_.apply(k,g)},T)}return b}je.debounce=aa;function na(_){if(!window.BigInt)return null;let T="",y=_.split(`
9
+ `);for(let k of y)if(k.startsWith("a=fingerprint")){let W=k.split(" ");if(W.length===2){T=W[1];break}}if(!T)return BigInt(-1);let b=T.split(":"),g=BigInt(0);for(let k=Math.min(7,b.length-1);k>=0;k--){let W=BigInt(parseInt(b[k],16));g<<=BigInt(8),g|=W}return BigInt.asIntN(64,g)}je.sdpFingerprint=na;function oa(_){return c(this,null,function*(){return new Promise(T=>window.setTimeout(T,_))})}je.delay=oa;function sa(_,T,y){let b=[];return _.getSenders().forEach(g=>Ui(T,g,g.track,y,b)),b}je.applySettings=sa;function Ui(_,T,y,b,g){var ke,qe;if(!RTCRtpSender.prototype.getParameters||!RTCRtpSender.prototype.setParameters||!_||!y||y.kind!=="video")return;let k=y.getSettings();if(!k)return;let W=_.maxBitrateK?_.maxBitrateK*1024:null,V=k.width,te=k.height,Ie=V&&te&&_.maxDimension?Math.max(1,Math.max(V,te)/_.maxDimension):null,x=_.maxFramerate||null;if(V&&te&&_.maxDimension&&_.maxDimension>Math.max(V,te)){let Te=Math.round(V*te/256),it=(Math.round(Te*Yn/1e4)+1)*1e4;W=W===null?it:Math.min(it,W)}let Ee=_.degradationPreference||"balanced",ve=b[y.id];if(ve&&ve.bitrate===W&&ve.scaleResolutionDownBy===Ie&&ve.maxFramerate===x&&ve.degradationPreference===Ee){g[y.id]=ve;return}g[y.id]={bitrate:W,scaleResolutionDownBy:Ie,maxFramerate:x,degradationPreference:Ee};let Re=T.getParameters();if(Re.encodings||(Re.encodings=[{}]),Re.encodings.length>1&&V&&te&&_.maxDimension){let Te=Math.round(_.maxDimension*1.35),it=Math.max(V,te),Bi=di(V,te,(ke=_==null?void 0:_.bitrates)==null?void 0:ke.generic),Vi=Bi.streams.length;d.log(`applyVideoTrackSettings: maxDim=${_.maxDimension} targetDim=${Te} track=${V}x${te} sim=${JSON.stringify(Bi)}`),Re.encodings.forEach((ze,oi)=>{ze.scaleResolutionDownBy=ji(ze.rid);let ua=Math.round(it/ze.scaleResolutionDownBy);oi<Vi-1?ze.active=ua<Te:oi>=Vi?ze.active=!1:ze.active=!0,oi<Vi?ze.maxBitrate=Bi.streams[oi].bitrate:ze.maxBitrate=0,ze.scalabilityMode=ci})}else Re.encodings.forEach(Te=>{_!=null&&_.scalabilityMode&&(Te.scalabilityMode=_.scalabilityMode),W?Te.maxBitrate=W:delete Te.maxBitrate,Ie?Te.scaleResolutionDownBy=Ie:delete Te.scaleResolutionDownBy,x?Te.maxFramerate=x:delete Te.maxFramerate});if(Re.degradationPreference=Ee,Re.encodings.length>0){(qe=T.setParameters)==null||qe.call(T,Re).catch(it=>{d.error("Failed to set sender parameters",Re,it)});let Te=T.getParameters();d.log(`applyVideoTrackSettings: actual encodings= ${JSON.stringify(Te.encodings)}`)}}je.applyVideoTrackSettings=Ui;function Er(_,T){Array.isArray(T)||(T=[T]);for(let y of T)if(_.includes(y))return!0;return!1}je.includesOneOf=Er;function ca(_){var T;return Object.entries(((T=_.participantState)==null?void 0:T.state)||{}).reduce((y,[b,g])=>(_.participantState&&(y[b]={ts:_.participantState.stateUpdateTs[b],state:g}),y),{})}je.mapParticipantState=ca;function Y(_){let T=_.map(y=>({uid:y.externalId,mediaSettings:y.mediaSettings,status:y.status,muteStates:y.muteStates,unmuteOptions:y.unmuteOptions,participantState:y.participantState,markers:y.markers,movieShareInfos:y.movieShareInfos}));return p.filterObservers?T.filter(y=>!y.uid.observer):T}je.mapSharedParticipants=Y;function da(_,T){let y=Object.keys(_),b=Object.keys(T);if(y.length!==b.length)return!1;for(let g of y)if(!b.hasOwnProperty(g)||_[g].state!==T[g].state||_[g].ts!==T[g].ts)return!1;return!0}je.isEqualParticipantState=da;function Rr(_,T,y=!1){let b=Object.keys(_),g=Object.keys(T);if(b.length!==g.length)return!1;for(let k of b){if(!T.hasOwnProperty(k))return!1;let W=_[k],V=T[k];if(y&&fe(W)&&fe(V))return Rr(W,V,y);if(W!==V)return!1}return!0}je.isObjectsEquals=Rr;function la(_,T){if(_.length!==T.length)return!1;for(let y of _)if(T.indexOf(y)<0)return!1;return!0}je.isArraysEquals=la;function pa(_){return!Object.keys(_).length}je.isEmptyObject=pa;function ge(_,T){if(!_&&!T)return 0;if(!_||!T)return _?-1:1;return b(T.rank,_.rank)||b(_.ts,T.ts)||y(_,T);function y(g,k){let W={[ce.USER]:0,[ce.GROUP]:1},{compositeUserId:V,deviceIdx:te}=ni(g.id),{compositeUserId:Ie,deviceIdx:x}=ni(k.id),{id:Ee,type:ve}=ae(V),{id:Re,type:ke}=ae(Ie);return b(W[ve],W[ke])||b(Ee,Re)||b(te,x)}function b(g,k){return g<k?-1:g===k?0:1}}je.participantMarkerCompare=ge;function j(_,T){let y=Object.entries(_).filter(([,b])=>Array.isArray(T)?!T.includes(b):b!==T);return ba(y)}je.objectFilterOutValues=j;function ee(_,T,y){let b=y;for(let g in _)_.hasOwnProperty(g)&&(b=T(b,_[g],g));return b}je.objectReduce=ee,je.setImmediate=(()=>{let _=1,T={},y=null;return typeof MessageChannel!="undefined"&&(y=new MessageChannel,y.port1.onmessage=b=>{let g=b.data;T[g]&&(T[g](),delete T[g])}),function(b){if(y&&document.visibilityState==="hidden"){let k=_;return _=_>=Number.MAX_SAFE_INTEGER?1:_+1,T[k]=b,y.port2.postMessage(k),()=>{T[k]&&delete T[k]}}let g=setTimeout(b,0);return()=>clearTimeout(g)}})();function fe(_){return _!==null&&typeof _=="object"&&!Array.isArray(_)}je.isObject=fe;function tt(_,T,y,b){function g(V,te){let Ie=0,x=V.length,Ee=!1;for(let ve=0;ve<V.length;ve++)if(V[ve].startsWith("m=video")&&(Ie=ve),V[ve].startsWith("a=mid:"+te)&&(Ee=!0),Ee&&V[ve].startsWith("m=")){x=ve;break}return{start:Ie,end:x}}function k(V,te,Ie,x,Ee,ve,Re){let ke="a=rid:"+x+" send";for(let qe=te;qe<Ie;qe++)if(V[qe]===ke){let it=ke+" max-width="+ve+";max-height="+Re+";max-br="+Ee;V[qe]=it}}let W=T==null?void 0:T.sender;if(W&&W.track&&T.mid){let V=_.split(o),{start:te,end:Ie}=g(V,T.mid),x=W.getParameters();if(x.encodings)return x.encodings.forEach(Ee=>{let ve=Ee.rid,Re=Ee.maxBitrate,ke=Ee.scaleResolutionDownBy;if(y&&b&&ke){let qe=""+Math.round(y/ke),Te=""+Math.round(b/ke);k(V,te,Ie,ve,Re,qe,Te)}}),V.join(r)}return _}je.patchSimulcastAnswerSdp=tt})(Pr||(Pr={}));var R=Pr;var Xn=1e3;function Se(o,r,e=0){return r in o&&o[r]?o[r]:e}function yr(...o){return r=>{for(let e of o)if(e(r))return!0;return!1}}function pt(o,r){return e=>e[o]===r}function Zn(o){return(r,e)=>e[o]-r[o]}function li(o,r){return r.reduce((e,t)=>(e[t[o]]=t,e),{})}function eo(o){let r={},e=[];for(let t of o)r[t.id]||(r[t.id]=!0,e.push(t));return e}function br(o){return Object.keys(o).filter(r=>o[r]!==void 0).map(r=>[r,o[r]]).reduce((r,e)=>(r[e[0]]=R.isObject(e[1])?br(e[1]):e[1],r),{})}function to(o){let r=[];for(let e of o)e.forEach(t=>r.push(t));return r}function io(o){return c(this,null,function*(){let r=[];return RTCRtpReceiver.prototype.getStats?(r.push(...o.getReceivers().map(e=>e.getStats())),r.push(...o.getSenders().map(e=>e.getStats()))):r.push(o.getStats()),Promise.all(r).then(to).then(eo)})}function ro(o){let r=o.filter(pt("type","candidate-pair")).sort(Zn("priority")).find(yr(pt("nominated",!0),pt("selected",!0)));if(!r)return{timestamp:0,availableOutgoingBitrate:0,totalRoundTripTime:0,currentRoundTripTime:0,bytesSent:0,bytesReceived:0};let e={timestamp:r.timestamp,availableOutgoingBitrate:r.availableOutgoingBitrate||0,totalRoundTripTime:r.totalRoundTripTime||0,currentRoundTripTime:r.currentRoundTripTime||0,bytesSent:r.bytesSent||0,bytesReceived:r.bytesReceived||0},t=o.find(pt("id",r.remoteCandidateId));t&&Object.assign(e,{remote:{type:t.candidateType,address:t.ip||t.address,port:t.port,protocol:t.protocol}});let i=o.find(pt("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}}),br(e)}function Aa(o,r,e=!1){let t=li("id",o),i=e?o.filter(yr(pt("type","remote-inbound-rtp"))):o.filter(yr(pt("type","inbound-rtp"),pt("type","outbound-rtp")));return M.browserName()==="Firefox"&&(i=Object.values(i.reduce((a,n)=>{if(!a[n.ssrc])a[n.ssrc]=n;else{let s=Object.assign({},a[n.ssrc],n),l=a[n.ssrc].isRemote?n:a[n.ssrc];s.id=l.id,s.type=l.type,delete s.isRemote,delete s.remoteId,a[s.ssrc]=s}return a},{}))),i.map(a=>{let n=Number(a.ssrc),s=a.mediaType||a.kind,l=a.remoteId||a.trackId,u=a.type,m=a.codecId;if(!u||!n||!s)return null;let h={ssrc:n,type:u,kind:s,bytesReceived:Se(a,"bytesReceived"),bytesSent:Se(a,"bytesSent"),headerBytesReceived:Se(a,"headerBytesReceived"),headerBytesSent:Se(a,"headerBytesSent"),jitter:Se(a,"jitter"),packetsLost:Se(a,"packetsLost"),packetsReceived:Se(a,"packetsReceived"),packetsSent:Se(a,"packetsSent"),fractionLost:Se(a,"fractionLost"),pliCount:Se(a,"pliCount"),firCount:Se(a,"firCount"),nackCount:Se(a,"nackCount"),userId:r[n],freezeCount:Se(a,"freezeCount",0),totalFreezesDuration:Se(a,"totalFreezesDuration",0)};if(s==="video"){let v=Se(a,"framesDecoded"),I=Se(a,"totalInterFrameDelay"),A=Se(a,"totalSquaredInterFrameDelay");h.interframeDelayVariance=(A-I*I/v)/v}if(s==="audio"&&(h.totalSamplesReceived=Se(a,"totalSamplesReceived"),h.concealedSamples=Se(a,"concealedSamples"),h.insertedSamplesForDeceleration=Se(a,"insertedSamplesForDeceleration"),h.removedSamplesForAcceleration=Se(a,"removedSamplesForAcceleration"),h.silentConcealedSamples=Se(a,"silentConcealedSamples"),h.concealmentEvents=Se(a,"concealmentEvents"),h.totalAudioEnergy=Se(a,"totalAudioEnergy")),m&&t[m]){let v=t[m];h.clockRate=v.clockRate,h.mimeType=v.mimeType}if(l&&t[l]){let v=t[l];h.frameHeight=v.frameHeight,h.frameWidth=v.frameWidth,h.framesDecoded=v.framesDecoded,h.framesReceived=v.framesReceived,h.framesDropped=v.framesDropped}return br(h)}).filter(a=>!!a)}function ao(o,r,e=!1){if(!r||!r.rtps||!o.rtps)return o;let t,i;e&&(t=li("ssrc",(o==null?void 0:o.remoteRtps)||[]),i=li("ssrc",(r==null?void 0:r.remoteRtps)||[]));let a=li("ssrc",o.rtps),n=li("ssrc",r.rtps),s=(o.timestamp-r.timestamp)/1e3;return!a||!n||Object.keys(a).forEach(l=>{let u=a[l],m=n[l];if(!(!u||!m)){if(u.bytesReceived&&u.bytesReceived>m.bytesReceived&&(u.bandwidth=Math.round((u.bytesReceived-m.bytesReceived)/s),u.bandwidth+=Math.round((u.headerBytesReceived-m.headerBytesReceived)/s)),u.bytesSent&&u.bytesSent>m.bytesSent&&(u.bandwidth=Math.round((u.bytesSent-m.bytesSent)/s),u.bandwidth+=Math.round((u.headerBytesSent-m.headerBytesSent)/s)),u.packetsReceived)if(u.packetsReceived>m.packetsReceived||u.packetsLost>m.packetsLost){let h=u.packetsLost-m.packetsLost,v=u.packetsReceived-m.packetsReceived;u.packetLoss=parseFloat((100*h/(h+v)).toFixed(2))}else u.packetLoss=0;if(u.freezeCount>m.freezeCount&&(u.freezeCountDelta=u.freezeCount-m.freezeCount),u.totalFreezesDuration>m.totalFreezesDuration){let h=u.totalFreezesDuration-m.totalFreezesDuration;u.totalFreezesDurationDelta=h}if(u.framesDropped&&m.framesDropped&&u.framesDropped>m.framesDropped&&(u.framesDroppedDelta=parseFloat(((u.framesDropped-m.framesDropped)/s).toFixed(0))),e&&u.type==="outbound-rtp"&&u.kind==="video"){let h=t==null?void 0:t[l],v=i==null?void 0:i[l],I=O=>O!=null?O:0,A=Math.max(0,I(h==null?void 0:h.packetsLost)-I(v==null?void 0:v.packetsLost)),F=Math.max(1,u.packetsSent-m.packetsSent);o.transport.averageNetStat={currentRoundTripTime:(o.transport.currentRoundTripTime+r.transport.currentRoundTripTime)/2*1e3,lostPercent:Math.round(A/F*100)}}}}),o}function pi(i,a){return c(this,arguments,function*(o,r,e={},t=!1){let n=yield io(o),s={timestamp:Date.now(),transport:ro(n),rtps:Aa(n,e)};return t&&(s.remoteRtps=Aa(n,e,!0)),r?ao(s,r,t):(yield R.delay(Xn),pi(o,s,e,t))})}function rt(o){performance.clearMarks(o),performance.mark(o)}function Mr(o){performance.clearMarks(o)}function Ft(o){let r=performance.getEntriesByName(o)[0];if(typeof r=="undefined")return null;let e=Math.round(performance.now()-r.startTime);return performance.clearMarks(o),e}function jt(o){return`${P.SCREENSHARE_FIRST_FRAME}_${no(o)}`}function no(o){return typeof o=="string"?o:JSON.stringify(o)}var Ye=class{constructor(){this._eventualLogs=new Set}static create(){Ye._instance=new Ye}static logCallStat(r){var e;if((e=Ye._instance)!=null&&e._eventualLogs.size){for(let t of Ye._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,transport:r.transport}),C.logClientStats(t);Ye._instance._eventualLogs.clear()}C.logClientStats(r)}static logEventualStat(r){var e;r.value===void 0&&(r.value=Ft(r.name)),r.value!==null&&((e=Ye._instance)==null||e._eventualLogs.add(r))}static destroy(){var r;(r=Ye._instance)==null||r._destroy(),Ye._instance=null}_destroy(){this._eventualLogs.clear()}},Ae=Ye;Ae._instance=null;var Wi=class{constructor(r){this._firstFrameReceived=!1;this._participantId=r}measure(r,e){if(this._firstFrameReceived)return;this._firstFrameReceived=!0;let t=jt(this._participantId),i=Ft(t);i!==null&&Ae.logEventualStat({name:P.SCREENSHARE_FIRST_FRAME,value:i,width:r,height:e})}};var so=65536,ut=class{constructor(r,e,t){this._chunks=[];this._participantId=r,this._onStream=e,this._onStat=t,this._statScreenShareFirstFrame=new Wi(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)%so!==r.sequence){d.warn("[FrameBuilder] Got incorrect chunk");return}if(this._chunks.push(r),r.end){let t=this._processFrameData(),{width:i,height:a}=ut.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(){Mr(P.SCREENSHARE_FREEZE_DURATION),Mr(jt(this._participantId)),this._chunks=[]}_processFrameData(){let r=this._chunks;this._chunks=[];let e=r.reduce((a,n)=>a+n.data.byteLength,0),t=new Uint8Array(e),i=0;for(let a of r)t.set(new Uint8Array(a.data),i),i+=a.data.byteLength;return t}static getFrameSize(r){let e={width:0,height:0},t=new oo(r.buffer);t.bigEndian=!0,t.index+=2;let i=t.readBits(1),n=t.readBits(1)<<1|i;return n===3&&t.index++,t.readBits(1)===1||t.readBits(1)!==0||(t.index++,t.index++,t.index+=24,n>=2&&t.index++,t.readBits(3)!==7?(t.index++,(n===1||n===3)&&(t.index+=3)):(n===1||n===3)&&t.index++,e.width=t.readBits(16)+1,e.height=t.readBits(16)+1),e}static isBrowserSupported(){throw new Error("Method `isBrowserSupported` is not implemented")}_measureFreezeDuration(r){if(r){rt(P.SCREENSHARE_FREEZE_DURATION);return}let e=Ft(P.SCREENSHARE_FREEZE_DURATION);e!==null&&e>1e3&&this._onStat({freeze_duration:e})}};var Tt=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 Ht=class extends Tt{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)&&!(M.browserName()==="Safari"&&Number(M.browserVersion())===15)&&!(M.browserName()==="Firefox"&&Number(M.browserVersion())<60)}};var Ct=class extends Tt{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 Gt=class extends ut{constructor(e,t,i){super(e,t,i);this._decoderReady=!1;this._decoderBusy=!1;this._decoderQueue=[];d.debug(`StreamBuilder started for participant [${e}]`),Ct.isBrowserSupported()?this._renderer=new Ct(t):this._renderer=new Ht(t),Je.isBrowserSupported()?this._decoder=new Je:this._decoder=new Et;let a=s=>c(this,null,function*(){this._decoderBusy=!1,"VideoFrame"in window&&s instanceof VideoFrame?yield this._renderer.drawFrame(s):yield this._renderer.drawImage(s),this._fpsMeter.increment(),this._decodeQueue()}),n=s=>{this._decoderBusy=!1,this._decodeQueue()};this._decoder.init(a,n).then(()=>{this._decoderReady=!0,this._decodeQueue()}),this._fpsMeter=new Rt(s=>d.log(`[StreamBuilder][${e}] fps: ${s}`),2e4)}_processFrame(e){e.keyframe&&(this._decoderQueue=[]),this._decoderQueue.push(e),this._decodeQueue()}_decodeQueue(){if(!this._decoderReady||this._decoderBusy)return;let e=this._decoderQueue.shift();e&&(this._decoderBusy=!0,this._decoder.decodeFrame(e.timestamp,e.frameData,e.isVP9,e.keyframe))}destroy(){super.destroy(),this._fpsMeter.destroy(),this._decoder.destroy(),this._renderer.destroy(),d.debug(`StreamBuilder destroyed for participant ${this._participantId}`)}static isBrowserSupported(){return Ht.isBrowserSupported()||Ct.isBrowserSupported()}};function Da(o,r,e,t,i,a,n){let s=0;r&&(s|=1),e&&(s|=2),t&&(s|=4),n||(s|=8);let l=new ArrayBuffer(11),u=new DataView(l);if(u.setUint8(0,1),u.setUint16(1,i),u.setUint32(3,o),u.setUint8(7,a?1:0),u.setUint16(8,0),u.setUint8(10,s),!n)return l;let m=new Uint8Array(l.byteLength+n.byteLength);return m.set(new Uint8Array(l),0),m.set(new Uint8Array(n),l.byteLength),m.buffer}function ka(o){let r=new DataView(o),e=r.getUint8(0),t=r.getUint16(1),i=r.getUint32(3),a=r.getUint8(7)===1,n=r.getUint16(8),s=r.getUint8(10),l=!!(s&1),u=!!(s&2),m=!!(s&4),h=!!(s&8);if(e!==1)throw new Error(`Unexpected protocol version. Got ${e}, expected 1`);return{timestamp:i,start:l,end:u,keyframe:m,sequence:t,isVP9:a,ssrc:n,eos:h,data:o.slice(11)}}function wa(o){if(!o||!o.byteLength||o.byteLength!==4)return!1;let r=new DataView(o);return!(r.getUint8(0)!==1||r.getUint8(1)!==1||r.getUint16(2)!==0)}function Oa(o){if(!o||!o.byteLength||o.byteLength!==10)return null;let r=new DataView(o);if(r.getUint8(0)!==1||r.getUint8(1)!==2||r.getUint16(2)!==0)return null;let a=r.getUint16(4),n=r.getUint32(6);return{seq:a,ts2:n}}import*as w from"simple-ebml-builder";var co=ga(2,15)-1,Ar=1,lo=5,po=5;var ui=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=ui._buildQueue(r);this._sourceBuffer.appendBuffer(e)}static _buildQueue(r){if(r.length){if(r.length===1)return w.build(r[0])}else return new Uint8Array;let e=r.reduce((a,n)=>a+n.countSize(),0),t=new Uint8Array(e),i=0;for(let a of r){let n=w.build(a);t.set(n,i),i+=n.byteLength}return t}_initBuffer(){this._sourceBuffer=this._mediaSource.addSourceBuffer(`video/webm; codecs="${this._codec}"`),this._sourceBuffer.mode="sequence",this._sourceBuffer.addEventListener("updateend",()=>this._handleQueue())}changeType(r){var e;return this._codec=r,(e=this._sourceBuffer)==null?void 0:e.changeType(r)}append(r,e=!1){this._queue.push(r),e&&this._handleQueue()}cleanup(){var a,n,s;((a=this._mediaSource)==null?void 0:a.readyState)==="open"&&((n=this._sourceBuffer)==null||n.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)-lo);i-t>po&&(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}},Be=class extends ut{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 w.element(w.ID.EBML,[w.element(w.ID.EBMLVersion,w.number(1)),w.element(w.ID.EBMLReadVersion,w.number(1)),w.element(w.ID.EBMLMaxIDLength,w.number(4)),w.element(w.ID.EBMLMaxSizeLength,w.number(8)),w.element(w.ID.DocType,w.string("webm")),w.element(w.ID.DocTypeVersion,w.number(2)),w.element(w.ID.DocTypeReadVersion,w.number(2))])}static _genSegmentHeader(e,t,i){let a=w.element(w.ID.Info,[w.element(w.ID.TimecodeScale,w.number(1e6)),w.element(w.ID.MuxingApp,w.string("vk-webm-builder")),w.element(w.ID.WritingApp,w.string("vk-webm-builder"))]),n=[w.element(w.ID.PixelWidth,w.number(e)),w.element(w.ID.PixelHeight,w.number(t))],s=w.element(w.ID.Tracks,w.element(w.ID.TrackEntry,[w.element(w.ID.TrackNumber,w.number(Ar)),w.element(w.ID.TrackUID,w.number(Ar)),w.element(w.ID.TrackType,w.number(1)),w.element(w.ID.FlagLacing,w.number(0)),w.element(w.ID.DefaultDuration,w.number(1e9)),w.element(w.ID.CodecID,w.string(`V_${i.toUpperCase()}`)),w.element(w.ID.Video,n)]));return w.unknownSizeElement(w.ID.Segment,[a,s])}static _genClusterHeader(e){return w.unknownSizeElement(w.ID.Cluster,[w.element(w.ID.Timecode,w.number(Math.round(e)))])}_createVideo(e){this._mediaBuffer=new ui(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,m,h;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 v=Be._genWebmHeader();(l=this._mediaBuffer)==null||l.append(v);let I=Be._genSegmentHeader(e.width,e.height,t);(u=this._mediaBuffer)==null||u.append(I)}let a=Math.round(i-this._clusterStartTime);if(a>co&&(this._clusterStartTime=i,a=0),a===0){d.debug(`[WebmBuilder] Cluster header for participant [${this._participantId}]`);let v=Be._genClusterHeader(this._clusterStartTime);(m=this._mediaBuffer)==null||m.append(v)}let n=w.element(w.ID.SimpleBlock,[w.vintEncodedNumber(Ar),w.bytes(Be._intToU16BE(a)),w.number((e.keyframe?1:0)<<7),w.bytes(e.frameData)]);(h=this._mediaBuffer)==null||h.append(n,!0)}destroy(){super.destroy(),this._video&&(this._video.onpause=null,this._video.onwaiting=null,this._video.onstalled=null,this._video.onerror=null,this._video.pause(),this._video.src="",document.body.removeChild(this._video)),this._mediaBuffer&&(this._mediaBuffer.destroy(),this._mediaBuffer=null),this._stream&&(this._stream.getTracks().forEach(e=>e.stop()),this._stream=null),d.debug(`[WebmBuilder] destroyed for participant [${this._participantId}]`)}static isBrowserSupported(){var e,t,i;return"captureStream"in((e=window.HTMLVideoElement)==null?void 0:e.prototype)&&((t=window.MediaSource)==null?void 0:t.isTypeSupported('video/webm; codecs="vp8"'))&&((i=window.MediaSource)==null?void 0:i.isTypeSupported('video/webm; codecs="vp9"'))}};var Pt=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=n=>this._onDataChannelMessage(n.data)}_onDataChannelMessage(r){var a,n;let e=ka(r),t=(n=(a=this._participantIdRegistry)==null?void 0:a.getStreamDescription(e.ssrc))==null?void 0:n.participantId;if(!t){d.warn(`Participant id for ssrc ${e.ssrc} not found in registry`);return}if(e.eos){this.close(t),this._onEos(t);return}let i=this._streamBuilders[t];if(!i){let s=l=>this._onStream(t,l);p.screenShareWebmBuilder&&Be.isBrowserSupported()?i=new Be(t,s,this._onStat):i=new Gt(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()||Et.isBrowserSupported())&&(Gt.isBrowserSupported()||Be.isBrowserSupported())}};var Dr=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}},mi=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 Dr(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):1;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):""}};import xa from"@vkontakte/libvpx";var uo=1e3,Wt=class extends Ge{constructor(e,t,i,a){super();this._video=null;this._imageCapture=null;this._canvas=null;this._canvasCtx=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 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 n=a.play(),s=()=>i(new Error("Autoplay is disabled"));n?n.catch(s):s()}})})}_removeStream(){var e;window.clearTimeout(this._frameReadTimeout),(e=this._lastFrame)==null||e.close(),this._video&&(this._video.pause(),this._video.srcObject=null),this._imageCapture&&(this._imageCapture=null)}_drawFrameVideo(){if(!this._canvas||!this._canvasCtx||!this._video)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._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)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),(a=this._canvasCtx)==null?void 0:a.getImageData(0,0,t,i)}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
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})},[xa,xa.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)},uo),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 yt=class extends Ge{constructor(e,t,i,a,n,s){super();this._sourceTrack=e,this._onFrame=t,this._useCongestionControl=i,this._maxBitrate=a,this._useCbr=n,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 p=Object.defineProperty;var T=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var x=Object.prototype.hasOwnProperty;var _=(a,t)=>{for(var n in t)p(a,n,{get:t[n],enumerable:!0})},I=(a,t,n,i)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of B(t))!x.call(a,o)&&o!==n&&p(a,o,{get:()=>t[o],enumerable:!(i=T(t,o))||i.enumerable});return a};var M=a=>I(p({},"__esModule",{value:!0}),a);var O={};_(O,{default:()=>S});var S=()=>{let t,n,i,o,g,m,d=null,f=0,b=!1,u=0,V,y,c=!1,l=!1;function A(e){t=e.readable,n=t.getReader(),i=e.width,o=e.height,g=e.isVP9,m=e.framerate,V=e.useCongestionControl,y=e.maxBitrate,V&&(u=y,c=e.useCbr),E(),self.postMessage({type:"ready"})}function F(e){e&&!l&&(l=!0),self.clearTimeout(f),f=self.setTimeout(()=>{d&&h(d,l)},1e3),!b&&(b=!0,n.read().finally(()=>{b=!1,self.clearTimeout(f)}).then(({done:r,value:s})=>{if(d==null||d.close(),d=null,!(r||!s)){if(!R){n.releaseLock(),t.cancel();return}d=s,h(s,l)}}))}function h(e,r){(e.codedWidth!==i||e.codedHeight!==o)&&(i=e.codedWidth,o=e.codedHeight,E(),l=!0),R.encode(e,{keyFrame:r}),r&&(l=!1)}function E(){let e={framerate:m,codec:g?"vp09.00.50.08":"vp8",width:i,height:o,latencyMode:"realtime",bitrateMode:c?"constant":"variable"};u>0&&(e.bitrate=u),R.configure(e)}function C(e,r,s){u=e,c=r,m=s,E()}let R=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":A(e.data);break;case"frame":F(e.data.keyFrame);break;case"set_bitrate":C(e.data.bitrate,e.data.useCbr,e.data.fps);break}}};return M(O);})();
11
- `,a=>{var n;a.error?this._onFrame(null,a.error):this._onFrame({type:a.frameType,timestamp:a.timestamp,duration:a.duration,data:a.data,byteLength:(n=a.data)==null?void 0:n.byteLength,width:a.width,height:a.height})},[],{readable:i,width:e,height:t,isVP9:this.isVP9(),framerate:this._frameRate,useCongestionControl:this._useCongestionControl,maxBitrate:this._maxBitrate,useCbr:this._useCbr},[i])})}requestFrame(e=!1){this._sendToWorker("frame",{keyFrame:e})}setBitrate(e,t,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 mo=2100,ho=600,_o=1.2,La=.8,go=2e3,fo=8e3,wr=8e3,So=16e3,vo=4,Io=2e3,$i=(t=>(t[t.NONE=0]="NONE",t[t.UP=1]="UP",t[t.DOWN=2]="DOWN",t))($i||{}),hi=class{constructor(r,e,t,i,a,n,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,n>0?this._highDelayThreshold=n:this._highDelayThreshold=mo,a&&(this._highDelayThreshold=ho),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,n=this._delayAvgShort-this._delayAvgLong,s=Math.round(Math.abs(n)*100/this._delayAvgLong),l=n>40&&s>30&&this._delayAvgShort>this._trendDelayThreshold,u=this._delayAvgShort>this._highDelayThreshold;l||u?a=2:Math.abs(n)<40&&s<10&&!u&&(a=1);let m=Math.round(this._targetBitrate/1e3),h=t;r%20===0&&d.debug(`#${r}: cc: delay=${e} short=${this._delayAvgShort} long=${this._delayAvgLong} delta=${n} percent=${s} -> ${$i[a]} tr=${m} br=${t}`);let v=i-this._lastDown;if(a===2&&v>go){this._probing&&(this._upPenalty=Math.min(++this._upPenalty,vo),this._probing=!1);let K=La*h*1e3;if(K>=this._targetBitrate&&(K=this._targetBitrate*La),K=Math.max(K,this._minBitrate),K<this._targetBitrate){let q=Math.round(K/1e3),pe=Math.round(this._upPenalty*wr/1e3);d.log(`#${r}: cc: delay=${e} short=${this._delayAvgShort} long=${this._delayAvgLong} delta=${n} percent=${s} -> ${$i[a]}`),d.log(`#${r}: cc: DOWN delay=${e} bitrate=${h} target=${m} -> newBitrate=${q} penalty=${pe}s`),this._setBitrate(K,!0),this._targetBitrate=K}this._lastDown=i}let I=i-this._lastUp,M=fo+this._upPenalty*wr;if(a===1&&I>M&&v>M){let K=Math.min(this._targetBitrate*_o,this._maxBitrate);if(K>this._targetBitrate){let q=Math.round(K/1e3),pe=Math.round(this._targetBitrate/1e3),re=Math.round(this._upPenalty*wr/1e3);d.log(`#${r}: cc: delay=${e} short=${this._delayAvgShort} long=${this._delayAvgLong} delta=${n} percent=${s} -> ${$i[a]}`),d.log(`#${r}: cc: UP bitrate=${h} target=${pe} -> newBitrate=${q} penalty=${re}s`),this._setBitrate(K,!1),this._targetBitrate=K,this._probing=!0,this._lastProbing=i,this._lastUp=i}}let F=i-this._lastProbing;this._probing&&F>So&&(this._probing=!1);let O=i-this._lastDown;this._upPenalty>0&&O>3*M&&(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>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}_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 _i=class{constructor(r){this._size=0;this._head=0;this._tail=0;this._maxSize=r,this._buffer=new Array(r)}add(r,e,t,i,a){this._tail===this._head&&this._size>0&&(this._head=++this._head%this._maxSize);let n=this._tail;return this._buffer[this._tail]={seq:r,ts:e,size:t,sent:Date.now(),start:i,end:a,ts2:-1,recv:-1},this._tail=++this._tail%this._maxSize,this._size++,n}update(r,e){let t=this.get(r);return t===null?null:(t.ts2=e,t.recv=Date.now(),t)}get(r){let e=this._head;for(let t=0;t<this._maxSize;t++){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,n=this._tail;for(let s=0;s<this._maxSize;s++){n>0?--n:n=this._maxSize-1;let l=this._buffer[n];if(!l||(a===-1&&(a=l.ts2,t=0),a>=0&&(t+=l.size),i=l.ts2,a-i>=r)||n===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 n=0;n<this._maxSize;n++){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 Or=65536,Ro=50,To=400,Co=1e6,Po=3e5,yo=3e4,bo=2e3,Mo=5,Ki=0,bt=class{constructor(r,e,t,i){this._destroyed=!1;this._needKeyframe=!0;this._frameNum=0;this._feedback=new _i(1024);this._lastSentFrameSeq=0;this._lastDeliveredFrameSeq=0;this._lastFrameDelay=0;this._lastFramerateReduced=Date.now();this._lastSharingStat=Date.now();this._queue=new mi;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,this._maxFrameDelay=this._fastSharing?p.screenShareCongestionControlThreshold:p.screenShareCongestionControlThreshold*2;let a=p.getScreenFrameRate(this._fastSharing),{minBitrate:n,maxBitrate:s}=this._calcMinMaxBitrate(this._width,this._height),l=this._onCongestionCallback.bind(this);d.log(`ScreenCaptureSender: CongestionControl: enabled=${this._congestionControlEnabled} minBitrate=${Math.round(n/1e3)}k maxBitrate=${Math.round(s/1e3)}k delayThreshold=${p.screenShareCongestionControlThreshold}`),this._congestionControl=new hi(l,n,s,this._congestionControlEnabled,this._fastSharing,p.screenShareCongestionControlThreshold,a);let u=(m,h)=>{if(this._destroyed)return;if(!m){d.warn("requestFrame failed, keyFrame: "+this._needKeyframe,h),this._needKeyframe=!0,this._handleQueue();return}(m.width!==this._width||m.height!==this._height)&&(this._width=m.width,this._height=m.height,this._onResize(this._width,this._height));let v=this._sliceFrame(m);this._queue.merge(v),this._handleQueue(),this._sendSharingStat()};if(yt.isBrowserSupported()){let m=this._fastSharing;this._encoder=new yt(r,u,this._congestionControlEnabled,s,m,a)}else this._encoder=new Wt(r,u,this._congestionControlEnabled,s);this._datachannel.onmessage=m=>{wa(m.data)&&(d.debug(`[${this._datachannel.label}] Requested keyframe`),this._needKeyframe=!0);let h=Oa(m.data);h!==null&&this._checkCcFeedback(h)},this._encoder.init().then(()=>this._handleQueue()).catch(m=>d.warn("ScreenCaptureSender init failed",m)),this._fpsMeter=new Rt(m=>d.log(`[ScreenCaptureSender] fps: ${m}`),5e3)}_handleQueue(){if(this._destroyed)return;let r=this._queue.shift();if(!r){if((this._lastSentFrameSeq-this._lastDeliveredFrameSeq+Or)%Or>Mo&&this._lastFrameDelay>this._maxFrameDelay){let i=Date.now();i-this._lastFramerateReduced>bo&&(this._lastFramerateReduced=i,d.debug(`[ScreenCaptureSender] reduce framerate: delay=${this._lastFrameDelay} maxDelay=${this._maxFrameDelay}`))}else this._requestFrame();return}if(!this._sendFrameChunk(r)){this._needKeyframe=this._needKeyframe||!this._cleanupQueue(),R.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 R.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 mi;for(let a=0;a<t;a+=this.DATA_SIZE){let n=r.data.slice(a,a+this.DATA_SIZE),s=a===0,l=t<=a+n.byteLength,u=this._wrapHeader(r.timestamp,s,l,e,n);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 n=Da(r,e,t,i,Ki,this._encoder.isVP9(),a),s={sequence:Ki,data:n};return Ki=(Ki+1)%Or,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 yt.isBrowserSupported()||Wt.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),n=Math.round(i/1e3);d.log(`cc: resize to ${r}x${e}, minBitrate=${a} maxBitrate=${n}`),this._congestionControl.reconfigure(t,i)}_calcMinMaxBitrate(r,e){(r===void 0||r<640)&&(r=640),(e===void 0||e<360)&&(e=360);let t=r*e/256,i=Math.max(Po,Math.min(Co,Math.round(t*Ro))),a=Math.round(t*To);return{minBitrate:i,maxBitrate:a}}_checkCcFeedback(r){let e=this._feedback.update(r.seq,r.ts2);if(e===null)d.debug(`cc: update failed, seq=${r.seq}`);else if(e.end){this._lastDeliveredFrameSeq=e.seq;let t=e.recv-e.sent;t>0&&(this._lastFrameDelay=t),this._handleQueue()}}_sendSharingStat(){let r=Date.now();if(r-this._lastSharingStat>yo){let t=this._congestionControl.getStat();t!==null&&(d.debug(`cc: send stats: ${JSON.stringify(t)}`),this._signaling.reportSharingStat(t)),this._lastSharingStat=r}}};var me=class{static get sessionKey(){return me._sessionKey}static set sessionKey(r){me._sessionKey=r}static get sessionSecretKey(){return me._sessionSecretKey}static set sessionSecretKey(r){me._sessionSecretKey=r}static get accessToken(){return me._accessToken}static set accessToken(r){me._accessToken=r}static isEmpty(){return!me._sessionKey}};var f=class{static set(r){r.hasOwnProperty("voiceParams")&&(Object.assign(f._params.voiceParams,r.voiceParams),delete r.voiceParams),r.hasOwnProperty("specListenerParams")&&(Object.assign(f._params.specListenerParams,r.specListenerParams),delete r.specListenerParams),r.hasOwnProperty("apiAuth")&&(me.accessToken=r.apiAuth.accessToken,me.sessionKey=r.apiAuth.sessionKey,me.sessionSecretKey=r.apiAuth.sessionSecretKey),Object.assign(f._params,R.objectFilterOutValues(r,void 0))}static get(r){return f._params[r]}static get appName(){return"ok.calls.sdk.js"}static get appVersion(){return 1.1}static get sdkVersion(){return"2.8.6-dev.708b0190.0"}static get debug(){return f._params.debug}static get protocolVersion(){return f._params.joinFromMultipleDevices?6:5}static get platform(){return f._params.platform}static set platform(r){f._params.platform=r}static get clientStatsPlatform(){return f._params.clientStatsPlatform}static set clientStatsPlatform(r){f._params.clientStatsPlatform=r}static get clientType(){return f._params.clientType}static set clientType(r){f._params.clientType=r}static get externalUserType(){return f._params.externalUserType}static set externalUserType(r){f._params.externalUserType=r}static get device(){return f._params.device}static get apiKey(){return f._params.apiKey}static get apiEnv(){return f._params.apiEnv}static get apiBaseUrl(){return f._params.apiBaseUrl}static set apiBaseUrl(r){f._params.apiBaseUrl=r}static apiEndpoint(r){switch(r!=null?r:f.apiEnv){case"AUTO":case"PROD":return"https://api.mycdn.me";case"CALLS":return"https://calls.okcdn.ru";case"PROD_OK":return"https://api.ok.ru";case"TEST":return"https://apitest.ok.ru/api";case"VIDEOTEST":return"https://videotestapi.ok.ru/api";case"CALLSTEST":return"https://calls-test.okcdn.ru/api";default:return f._params.apiEnv}}static get authToken(){return f._params.authToken}static set authToken(r){f._params.authToken=r}static get anonymToken(){return f._params.anonymToken}static set anonymToken(r){f._params.anonymToken=r}static get domain(){return f._params.domain}static get externalDomain(){return f._params.externalDomain}static get iceServers(){return f._params.iceServers}static set iceServers(r){f._params.iceServers=r}static get wssBase(){return f._params.wssBase}static set wssBase(r){f._params.wssBase=r}static get wssToken(){return f._params.wssToken}static set wssToken(r){f._params.wssToken=r}static get signalingReconnectDelay(){return f._params.signalingReconnectDelay}static get signalingReconnectMaxDelay(){return f._params.signalingReconnectMaxDelay}static get signalingReconnectMaxCount(){return f._params.signalingReconnectMaxCount}static get waitConnectionDelay(){return f._params.waitConnectionDelay}static get waitResponseDelay(){return f._params.waitResponseDelay}static get waitMessageDelay(){return f._params.waitMessageDelay}static get waitAnotherTabDelay(){return f._params.waitAnotherTabDelay}static get debugLog(){return f._params.debugLog}static get forceRelayPolicy(){return f._params.forceRelayPolicy}static set forceRelayPolicy(r){f._params.forceRelayPolicy=r}static get videoMinWidth(){return f._params.videoMinWidth}static get videoMaxWidth(){return f._params.videoMaxWidth}static set videoMaxWidth(r){f._params.videoMaxWidth=r}static get videoMinHeight(){return f._params.videoMinHeight}static get videoMaxHeight(){return f._params.videoMaxHeight}static set videoMaxHeight(r){f._params.videoMaxHeight=r}static get videoAspectRatio(){return f._params.videoAspectRatio}static get videoFrameRate(){return f._params.videoFrameRate}static get videoFacingMode(){return f._params.videoFacingMode||(D.isMobile()?"user":null)}static set videoFacingMode(r){f._params.videoFacingMode=r}static get displaySurface(){return f._params.displaySurface}static get audioEffects(){return f._params.audioEffects}static set audioEffects(r){var e;f._params.audioEffects=r,(e=f._params.audioEffects)==null||e.setLogger((t,...i)=>d.send(t,...i))}static get videoEffects(){return f._params.videoEffects}static set videoEffects(r){var e;f._params.videoEffects=r,(e=f._params.videoEffects)==null||e.setLogger((t,...i)=>d.send(t,...i))}static get videoEffectMaxWidth(){return f._params.videoEffectMaxWidth}static set videoEffectMaxWidth(r){f._params.videoEffectMaxWidth=r}static get videoEffectMaxHeight(){return f._params.videoEffectMaxHeight}static set videoEffectMaxHeight(r){f._params.videoEffectMaxHeight=r}static get vmoji(){var r;return(r=f._params.vmoji)!=null&&r.isBrowserSupported()?f._params.vmoji:null}static set vmoji(r){f._params.vmoji=r}static get vmojiOptions(){return f._params.vmojiOptions||{protocolVersion:1,renderingOptions:{}}}static set vmojiOptions(r){f._params.vmojiOptions=r}static get voiceParams(){return f._params.voiceParams}static get specListenerParams(){return f._params.specListenerParams}static get iceRestartWaitTime(){return f._params.iceRestartWaitTime}static get transportConnectionWaitTime(){return f._params.transportConnectionWaitTime}static get statisticsInterval(){return f._params.statisticsInterval}static set statisticsInterval(r){f._params.statisticsInterval=r}static get networkStatisticsInterval(){return f._params.networkStatisticsInterval}static get perfStatReportEnabled(){return f._params.perfStatReportEnabled}static get callStatReportEnabled(){return f._params.callStatReportEnabled}static get clientEventsLoggingEnabled(){return f._params.clientEventsLoggingEnabled}static get enableLogPerfStatReport(){return f._params.enableLogPerfStatReport}static get producerNotificationDataChannel(){return f._params.producerNotificationDataChannel}static get producerCommandDataChannel(){return f._params.producerCommandDataChannel}static get consumerScreenDataChannel(){return f._params.consumerScreenDataChannel&&bt.isBrowserSupported()}static get producerScreenDataChannel(){return f._params.producerScreenDataChannel&&f.producerNotificationDataChannel&&Pt.isBrowserSupported()}static get asrDataChannel(){return f._params.asrDataChannel&&f.producerNotificationDataChannel}static get consumerScreenDataChannelPacketSize(){return f._params.consumerScreenDataChannelPacketSize}static get screenShareWebmBuilder(){return f._params.screenShareWebmBuilder}static get noiseSuppression(){return f._params.noiseSuppression}static set noiseSuppression(r){f._params.noiseSuppression=r}static get preferH264(){return f._params.preferH264}static get preferVP9(){return f._params.preferVP9}static get audioNack(){return f._params.audioNack}static get consumerScreenTrack(){return f._params.consumerScreenTrack&&f.consumerScreenDataChannel}static get producerScreenTrack(){return f._params.producerScreenTrack}static get movieShare(){return f._params.movieShare&&f.videoTracksCount>0}static get videoTracksCount(){return f.producerNotificationDataChannel?Number(f._params.videoTracksCount):0}static get breakVideoPayloadTypes(){return f._params.breakVideoPayloadTypes}static get useCallsToContacts(){return f._params.useCallsToContacts}static get useParticipantListChunk(){return f._params.useParticipantListChunk&&f.videoTracksCount>0}static get useRooms(){return f._params.useRooms}static get useChatRooms(){return f._params.useChatRooms}static get participantListChunkInitIndex(){var r;return(r=f._params.participantListChunkInitIndex)!=null?r:0}static get participantListChunkInitCount(){var r;return(r=f._params.participantListChunkInitCount)!=null?r:null}static get serverAudioRed(){return f._params.serverAudioRed}static get p2pAudioRed(){return f._params.p2pAudioRed}static get h264spsPpsIdrInKeyframe(){return f._params.h264spsPpsIdrInKeyframe}static get filterObservers(){return f._params.filterObservers}static get muteMode(){return f._params.muteMode}static get preserveAudioTracks(){return f._params.preserveAudioTracks}static get audioShare(){return D.isAudioShareSupported()&&f._params.audioShare}static get fastScreenShare(){return f._params.fastScreenShare}static get screenShareCongestionControl(){return f._params.screenShareCongestionControl}static get screenShareCongestionControlThreshold(){return f._params.screenShareCongestionControlThreshold}static get fastScreenShareWidth(){return f._params.fastScreenShareWidth}static get fastScreenShareHeight(){return f._params.fastScreenShareHeight}static get newMuteRules(){return f._params.newMuteRules}static get videoSuspend(){return f._params.videoSuspend}static get enumerateDevicesDelay(){return f._params.enumerateDevicesDelay}static getScreenFrameRate(r){return r?f._params.fastScreenShareFrameRate:f._params.screenFrameRate}static get switchVideoAtBadNetwork(){return f._params.switchVideoAtBadNetwork}static get enableVideoEffectsFpsDegradation(){return f._params.enableVideoEffectsFpsDegradation}static get simulcast(){return f._params.simulcast}static set simulcast(r){f._params.simulcast=r}static toJSON(){return{apiKey:f._params.apiKey,apiEnv:f._params.apiEnv,audioShare:f._params.audioShare,useCallsToContacts:f._params.useCallsToContacts,useParticipantListChunk:f._params.useParticipantListChunk,useRooms:f._params.useRooms,useChatRooms:f._params.useChatRooms,fastScreenShare:f._params.fastScreenShare,participantListChunkInitCount:f._params.participantListChunkInitCount,screenShareCongestionControl:f._params.screenShareCongestionControl,screenShareCongestionControlThreshold:f._params.screenShareCongestionControlThreshold,videoTracksCount:f._params.videoTracksCount,asrDataChannel:f._params.asrDataChannel,videoMaxHeight:f._params.videoMaxHeight,videoMaxWidth:f._params.videoMaxWidth,videoEffectMaxHeight:f._params.videoEffectMaxHeight,videoEffectMaxWidth:f._params.videoEffectMaxWidth,videoSuspend:f._params.videoSuspend,debugLog:f._params.debugLog,callStatReportEnabled:f._params.callStatReportEnabled,joinFromMultipleDevices:f._params.joinFromMultipleDevices,movieShare:f._params.movieShare,newMuteRules:f._params.newMuteRules,clientType:f._params.clientType,clientStatsPlatform:f._params.clientStatsPlatform,consumerScreenDataChannelPacketSize:f._params.consumerScreenDataChannelPacketSize,switchVideoAtBadNetwork:f._params.switchVideoAtBadNetwork}}},p=f;p._params={platform:"WEB",clientStatsPlatform:"",clientType:"PORTAL",externalUserType:"",device:"browser",apiKey:"",authToken:"",anonymToken:"",apiEnv:"AUTO",apiBaseUrl:null,domain:"",externalDomain:"",iceServers:[],wssBase:"",wssToken:"",signalingReconnectDelay:1e3,signalingReconnectMaxDelay:5e3,signalingReconnectMaxCount:10,waitConnectionDelay:1e4,waitResponseDelay:1e4,waitMessageDelay:15e3,waitAnotherTabDelay:200,debugLog:!1,debug:!1,forceRelayPolicy:!1,videoMinWidth:428,videoMinHeight:240,videoMaxWidth:1280,videoMaxHeight:720,videoAspectRatio:16/9,videoFrameRate:25,screenFrameRate:15,videoFacingMode:null,displaySurface:"monitor",audioEffects:null,videoEffects:null,videoEffectMaxWidth:640,videoEffectMaxHeight:360,vmoji:null,vmojiOptions:null,iceRestartWaitTime:2e4,transportConnectionWaitTime:5e3,statisticsInterval:5e3,networkStatisticsInterval:2e4,perfStatReportEnabled:!0,callStatReportEnabled:!1,clientEventsLoggingEnabled:!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:!1,audioNack:!0,consumerScreenTrack:!0,producerScreenTrack:!0,videoTracksCount:30,movieShare:!1,useCallsToContacts:!1,useParticipantListChunk:!1,useRooms:!1,useChatRooms:!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,switchVideoAtBadNetwork:!1,enableVideoEffectsFpsDegradation:!1,simulcast:!1};function Na(o,r){return!(o.isAudioEnabled!==r.isAudioEnabled||o.isVideoEnabled!==r.isVideoEnabled||o.isScreenSharingEnabled!==r.isScreenSharingEnabled||o.isFastScreenSharingEnabled!==r.isFastScreenSharingEnabled||o.isAudioSharingEnabled!==r.isAudioSharingEnabled||o.isAnimojiEnabled!==r.isAnimojiEnabled)}function Ce(o){return Object.assign({isAudioEnabled:!1,isVideoEnabled:!1,isScreenSharingEnabled:!1,isFastScreenSharingEnabled:!1,isAudioSharingEnabled:!1,isAnimojiEnabled:!1},o||{})}var Ua=o=>o.stop(),gi=o=>o.getTracks().forEach(Ua),Ba=o=>o.getVideoTracks().forEach(Ua);function qi(o,r){return c(this,null,function*(){try{let e=typeof r.width=="number"?r.width:void 0,t=typeof r.height=="number"?r.height:void 0;yield o.applyConstraints(ue(ue(ue({},r),e&&{width:{max:e,ideal:e}}),t&&{height:{max:t,ideal:t}}))}catch(e){d.warn("setVideoConstraints failed",e)}})}var zi=class extends oe{constructor(){super(...arguments);this.FPS_LIMITS=[13,20,Math.max(p.videoFrameRate,25)];this.THRESHOLD=.8;this.HISTORY_LENGTH=10;this._fpsMeterUnsubscribe=null;this._fpsHistory={cursor:0,arr:[]};this._fpsLimitCursor=this.FPS_LIMITS.length-1}get fpsLimit(){return this.FPS_LIMITS[this._fpsLimitCursor]}watch(e){this._cleanup();try{e&&(this._assertsVideoEffect(e),this._fpsMeterUnsubscribe=e.addFpsMeterListener(this._handleFpsMeter.bind(this)))}catch(t){d.warn("VideoEffectsFpsLimiter error",t)}}_handleFpsMeter(e){if(this._fpsHistory.arr[this._fpsHistory.cursor]=e,this._fpsHistory.cursor=(this._fpsHistory.cursor+1)%this.HISTORY_LENGTH,this._fpsHistory.arr.length===this.HISTORY_LENGTH&&this._fpsLimitCursor){let t=this._fpsHistory.arr.reduce((a,n)=>a+n,0)/this.HISTORY_LENGTH,i=this.FPS_LIMITS[this._fpsLimitCursor];t<i*this.THRESHOLD&&(this._fpsLimitCursor=Math.max(0,this._fpsLimitCursor-1)),i!==this.fpsLimit&&this._triggerEvent("fps-limit",this.fpsLimit)}}_assertsVideoEffect(e){if(!("addFpsMeterListener"in e))throw new Error("Outdated VideoEffect version")}addEventListener(e,t){return super.addEventListener(e,t)}_cleanup(){var e;(e=this._fpsMeterUnsubscribe)==null||e.call(this),this._fpsMeterUnsubscribe=null}destroy(){this._cleanup(),super.unsubscribe()}};var We=(i=>(i.audio="audio",i.video="video",i.screen="screen",i.audioshare="audioshare",i))(We||{});var Ji=class extends oe{constructor(){super();this._stream=null;this._screenTrack=null;this._audioShareTrack=null;this._sendVideoTrack=null;this._cameraVideoTrack=null;this._micAudioTrack=null;this._audioEffectsTrack=null;this._mediaSettings=Ce();this._videoStatusOnScreenCapturingEnabled=!1;this._effect=null;this._audioEffectParams=null;this._animojiEnabled=!1;this._initDeviceChangeListener(),p.audioShare&&(this._audioShareTrack=this.getSilentAudioShareTrack()),p.enableVideoEffectsFpsDegradation&&(this._videoEffectsFpsLimiter=new zi,this._videoEffectsFpsLimiter.addEventListener("fps-limit",this.handleVideoEffectsLowFps.bind(this)))}request(){return c(this,arguments,function*(e=[le.AUDIO],t=!0){var s,l,u;if(this._stream)return;let i=e.includes(le.VIDEO),a=e.includes(le.AUDIO),n=e.includes(le.ANIMOJI);if(!D.isBrowserSupported())throw new $(se.UNSUPPORTED);try{this._stream=yield D.getUserMedia(i,a,t),(s=this._cameraVideoTrack)==null||s.stop(),this._cameraVideoTrack=this._stream.getVideoTracks()[0],(l=this._micAudioTrack)==null||l.stop(),this._micAudioTrack=this._stream.getAudioTracks()[0],(u=this._audioEffectsTrack)==null||u.stop(),this._mediaSettings.isVideoEnabled=i&&this._stream.getVideoTracks().filter(m=>m.enabled).length>0||!1,this._mediaSettings.isAudioEnabled=a&&this._stream.getAudioTracks().filter(m=>m.enabled).length>0||!1,this._mediaSettings.isAnimojiEnabled=n&&!this._mediaSettings.isVideoEnabled||!1,this._animojiEnabled=n}catch(m){throw new $(m)}})}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){let a=this.getStream(),n=this.getSendAudioTrack(),s=this.getSendVideoTrack(i);if(!a||!n&&!s&&!t)throw new Error("No local stream found");n&&!t&&e.addTrack(n,a),s&&!t&&e.addTrack(s,a)}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(se.UNKNOWN)}})}stopVideoTrack(){var e;this._mediaSettings.isVideoEnabled&&(this._stopEffect(),this._stream&&Ba(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=D.getSavedMicrophone(),i=D.getSavedCamera(),a=this._mediaSettings.isAudioEnabled&&(t==null?void 0:t.groupId)!==((s=e.microphone)==null?void 0:s.groupId),n=this._mediaSettings.isVideoEnabled&&(i==null?void 0:i.groupId)!==((l=e.camera)==null?void 0:l.groupId);try{a&&(yield this._changeAudioInput()),n&&(yield this._changeVideoInput())}catch(u){}}),D.addEventListener("devicechange",this._onDeviceChange))}_destroyDeviceChangeListener(){this._onDeviceChange&&D.removeEventListener("devicechange",this._onDeviceChange)}_changeVideoInput(e){return c(this,null,function*(){var t;try{let i=e?"stream":"video",a=e||(yield D._getUserVideo(!!this._effect,this._frameRate));if((t=this._cameraVideoTrack)==null||t.stop(),this._cameraVideoTrack=a.getVideoTracks()[0],!this._stream)gi(a);else{p.consumerScreenTrack||(yield this._disableScreenCapture());let n=yield this._setEffect(this._effect,this._cameraVideoTrack);C.log(P.DEVICE_CHANGED,i),d.log("Video stream changed"),yield this._replaceLocalTrack(n),this._mediaSettings.isVideoEnabled=!0,this._triggerEvent("SOURCE_CHANGED",{kind:"video"})}}catch(i){throw C.log(P.ERROR,"change_video"),d.warn("Camera change failed",i),i}})}setAudioStream(e){return c(this,null,function*(){return this._changeAudioInput(e)})}_changeAudioInput(e=null){return c(this,null,function*(){var t;try{let i=e||(yield D.getUserAudio());if((t=this._micAudioTrack)==null||t.stop(),this._micAudioTrack=i.getAudioTracks()[0],!this._stream)gi(i);else{let a=yield this._applyAudioEffect();C.log(P.DEVICE_CHANGED,"audio"),d.log("Audio stream changed",a),yield this._replaceLocalTrack(a),this._mediaSettings.isAudioEnabled=!0,this._triggerEvent("SOURCE_CHANGED",{kind:"audio"})}}catch(i){throw C.log(P.ERROR,"change_audio"),d.error("Microphone change failed",i),i}})}_changeScreen(e,t,i){return c(this,null,function*(){try{if(i=i||(yield D.getScreenMedia(e,t)),!this._stream)gi(i);else{let a=i.getVideoTracks()[0];if(a.addEventListener("ended",()=>{this._mediaSettings.isScreenSharingEnabled&&this.disableScreenCapturing()},!1),p.consumerScreenTrack||this._stopEffect(),C.log(P.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?D.getBlackMediaTrack(p.videoMinWidth,p.videoMinHeight):a,yield this._replaceLocalTrack(a,this._sendVideoTrack)),i.getAudioTracks().length>0){let n=i.getAudioTracks()[0];n.contentHint="music",this._audioShareTrack=n,yield this._replaceLocalTrack(n),this._mediaSettings.isAudioSharingEnabled=!0}t&&!this._mediaSettings.isAudioSharingEnabled&&d.debug("Audio share requested but not captured"),this._triggerEvent("SCREEN_STATUS",{track:a}),this._triggerEvent("SOURCE_CHANGED",{kind:"screen"})}}catch(a){throw C.log(P.ERROR,"screen"),d.warn("Screen capturing failed",a),a}})}_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",{track:null}),this._triggerEvent("SOURCE_CHANGED",{kind:"screen"}))})}disableAudioShare(){return c(this,null,function*(){yield this.stopAudioShareTrack(),this._triggerEvent("SCREEN_STATUS",{track:null}),this._triggerEvent("SOURCE_CHANGED",{kind:"audioshare"})})}stopAudioShareTrack(){return c(this,null,function*(){if(this._audioShareTrack){this._audioShareTrack.stop();let e=this.getSilentAudioShareTrack();yield this._replaceLocalTrack(e),this._mediaSettings.isAudioSharingEnabled=!1}})}_applyAudioEffect(){return c(this,null,function*(){var t;if(!p.audioEffects||!this._audioEffectParams)return(t=p.audioEffects)==null||t.pause(),this._micAudioTrack;p.audioEffects.isInitialized||(yield p.audioEffects.init()),p.audioEffects.resume(),p.audioEffects.setEffects(this._audioEffectParams.effects,this._audioEffectParams.isPreset),p.audioEffects.setSource(this._micAudioTrack);let e=p.audioEffects.outputStream.getAudioTracks()[0];return(!this._audioEffectsTrack||this._audioEffectsTrack.id!==e.id)&&(this._audioEffectsTrack=e),this._audioEffectsTrack})}getSilentAudioShareTrack(){let e=D.getSilentMediaTrack();return e.contentHint="music",e.stop(),e}_replaceLocalTrack(e,t){return c(this,null,function*(){var a,n;if(!this._stream)return;let i=this._stream.getTracks().find(s=>s.kind===e.kind&&s.contentHint===e.contentHint);(i==null?void 0:i.id)!==e.id&&(i?(i!==this._audioEffectsTrack&&i.stop(),(a=this._stream)==null||a.removeTrack(i),(n=this._stream)==null||n.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*(){var i;if((i=this._videoEffectsFpsLimiter)==null||i.watch(p.videoEffects),!p.videoEffects)return t;try{return p.videoEffects.setEffect(e,t)}catch(a){return d.warn("Video effect failed",a),t}})}_stopEffect(){if(p.videoEffects)try{p.videoEffects.stopEffect()}catch(e){d.warn("Video effect failed",e)}}destroy(){var t,i,a,n;this._destroyDeviceChangeListener(),p.videoEffects&&(this._effect=null,p.videoEffects.destroy()),p.audioEffects&&p.audioEffects.destroy(),this._stream&&(gi(this._stream),this._stream=null),(t=this._cameraVideoTrack)==null||t.stop(),(i=this._micAudioTrack)==null||i.stop(),(a=this._audioEffectsTrack)==null||a.stop(),this._disableScreenCapture();let e=D.getAudioContext();e==null||e.suspend().catch(s=>d.error(s)),(n=this._videoEffectsFpsLimiter)==null||n.destroy()}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 D._getUserVideo(!!this._effect,this._frameRate);this._cameraVideoTrack=a.getVideoTracks()[0],t=yield this._setEffect(this._effect,this._cameraVideoTrack)}else t=D.getBlackMediaTrack(p.videoMinWidth,p.videoMinHeight),this._stopEffect();if(this._mediaSettings.isVideoEnabled=e,yield this._replaceLocalTrack(t),this._animojiEnabled){this._triggerEvent("ANIMOJI_STATUS",!e);return}this._triggerEvent("SOURCE_CHANGED",{kind:"video"})})}toggleAudio(e){return c(this,null,function*(){var i,a;if(!this._stream)return;(i=this._micAudioTrack)==null||i.stop();let t;if(e){let n=yield D.getUserAudio();this._micAudioTrack=n.getAudioTracks()[0],t=yield this._applyAudioEffect()}else(a=p.audioEffects)==null||a.pause(),t=D.getSilentMediaTrack();yield this._replaceLocalTrack(t),this._mediaSettings.isAudioEnabled=e,this._triggerEvent("SOURCE_CHANGED",{kind:"audio"})})}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"})}setResolution(i){return c(this,arguments,function*({video:e,effect:t}){if(!p.consumerScreenTrack&&this._mediaSettings.isScreenSharingEnabled||!this._mediaSettings.isVideoEnabled)return;if(!this._stream)throw new Error("Local stream not found");if(!this._cameraVideoTrack)throw new Error("Local video track not found");let a=this._effect&&t||e;yield this._applyVideoConstraints(this._cameraVideoTrack,a)})}getCameraVideoTrack(){return this._cameraVideoTrack}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(C.log(P.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]);yield this._applyVideoConstraints(i),yield this._changeVideoInput(a)}catch(i){this._effect=t;let a=this._cameraVideoTrack.clone(),n=new MediaStream([a]);throw yield this._changeVideoInput(n),i}}})}audioEffect(e){return c(this,null,function*(){var t;if(!p.audioEffects)throw new Error("Audio Effects library is not set");if(!this._mediaSettings.isAudioEnabled){this._audioEffectParams=e;return}if(this._stream&&(!e&&this._audioEffectParams||e&&!this._audioEffectParams||!R.isArraysEquals((e==null?void 0:e.effects)||[],((t=this._audioEffectParams)==null?void 0:t.effects)||[]))&&this._micAudioTrack){let i=this._audioEffectParams;this._audioEffectParams=e;try{let a=this._micAudioTrack.clone(),n=new MediaStream([a]);yield this._changeAudioInput(n)}catch(a){this._audioEffectParams=i;let n=this._micAudioTrack.clone(),s=new MediaStream([n]);throw yield this._changeAudioInput(s),a}}})}getAudioShareTrack(){return this._audioShareTrack}handleVideoEffectsLowFps(e){this._mediaSettings.isVideoEnabled&&this._cameraVideoTrack&&e<p.videoFrameRate&&this._applyVideoConstraints(this._cameraVideoTrack).catch(t=>{d.warn("MediaSource handleVideoEffectsLowFps error",t)})}get _frameRate(){var t,i;let e=(i=(t=this._videoEffectsFpsLimiter)==null?void 0:t.fpsLimit)!=null?i:p.videoFrameRate;return this._effect?Math.min(e,p.videoFrameRate):void 0}_applyVideoConstraints(e,t){return c(this,null,function*(){yield qi(e,ue(ue({width:this._effect?p.videoEffectMaxWidth:p.videoMaxWidth,height:this._effect?p.videoEffectMaxHeight:p.videoMaxHeight},this._frameRate&&{frameRate:{ideal:this._frameRate}}),t))})}};var fi=class{static isSupported(){return D.browserName()!=="Firefox"&&"permissions"in navigator&&"PermissionStatus"in window}init(r){return c(this,null,function*(){try{let[e,t]=yield Promise.all([navigator.permissions.query({name:"camera"}),navigator.permissions.query({name:"microphone"})]);this._cameraPermissionStatus=e,this._microphonePermissionStatus=t,this._listener=r,this._cameraPermissionStatus.onchange=i=>this.handlePermissionChange(i),this._microphonePermissionStatus.onchange=i=>this.handlePermissionChange(i)}catch(e){d.warn("NavigatorPermissions init error",e)}})}handlePermissionChange(r){let e=r.target;if(e instanceof PermissionStatus){let{name:t,state:i}=e;switch(t){case"audio_capture":this._listener("microphone",i);break;case"video_capture":this._listener("camera",i);break}}}getPermissionState(r){let e=null;switch(r){case"camera":e=this._cameraPermissionStatus.state;break;case"microphone":e=this._microphonePermissionStatus.state;break}return e}};var Lr=(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))(Lr||{});function H(o,...r){let e=p.get(o);typeof e=="function"&&setTimeout(e,0,...r)}function he(o,r,...e){if(p.filterObservers){if(Array.isArray(r)){if(r=r.filter(t=>!t.observer),!r.length)return}else if(r.observer)return}H(o,r,...e)}function Pe(o){return Object.assign({},o)}function At(o){return o.slice()}var xr;(Zs=>{function o(S,A){H("onLocalStream",S,Pe(A))}Zs.onLocalStream=o;function r(S,A){H("onScreenStream",S,Pe(A))}Zs.onScreenStream=r;function e(S,A){H("onVmojiStream",S,Pe(A))}Zs.onVmojiStream=e;function t(S){H("onVmojiError",S)}Zs.onVmojiError=t;function i(S,A){H("onLocalStreamUpdate",Pe(S),A)}Zs.onLocalStreamUpdate=i;function a(S){d.debug("Local status:",S),H("onLocalStatus",S)}Zs.onLocalStatus=a;function n(S,A){he("onRemoteStream",S,A)}Zs.onRemoteStream=n;function s(S,A){he("onRemoteLive",S,A)}Zs.onRemoteLive=s;function l(S,A){he("onLocalLive",S,A)}Zs.onLocalLive=l;function u(S,A){he("onRemoteLiveUpdate",S,A)}Zs.onRemoteLiveUpdate=u;function m(S,A){he("onLocalLiveUpdate",S,A)}Zs.onLocalLiveUpdate=m;function h(S,A){he("onRemoteScreenStream",S,A)}Zs.onRemoteScreenStream=h;function v(S,A){he("onRemoteVmojiStream",S,A)}Zs.onRemoteVmojiStream=v;function I(S,A,z){he("onRemoteStreamSuspended",S,A,z)}Zs.onRemoteStreamSuspended=I;function M(S,A,z,we,It){he("onConversation",S,Pe(A),Pe(z),we,It)}Zs.onConversation=M;function F(S){S&&H("onConversationParticipantListChunk",S)}Zs.onConversationParticipantListChunk=F;function O(S,A,z){he("onRemoteMediaSettings",S,Pe(A),z)}Zs.onRemoteMediaSettings=O;function K(S,A){he("onLocalMediaSettings",S,Pe(A))}Zs.onLocalMediaSettings=K;function q(S,A,z){he("onRemoteSharedMovieInfo",S,Pe(A),z)}Zs.onRemoteSharedMovieInfo=q;function pe(S,A,z){he("onRemoteSharedMovieStoppedInfo",S,Pe(A),z)}Zs.onRemoteSharedMovieStoppedInfo=pe;function re(S,A,z){he("onLocalSharedMovieInfo",S,Pe(A),z)}Zs.onLocalSharedMovieInfo=re;function J(S,A,z){he("onLocalSharedMovieStoppedInfo",S,Pe(A),z)}Zs.onLocalSharedMovieStoppedInfo=J;function _e(S,A,z){he("onRemoteSharedUrl",S,A,z)}Zs.onRemoteSharedUrl=_e;function Ue(S,A){he("onParticipantAdded",S,A)}Zs.onParticipantAdded=Ue;function Ni(S,A){he("onParticipantJoined",S,A)}Zs.onParticipantJoined=Ni;function ai(S){H("onLocalParticipantState",Pe(S))}Zs.onLocalParticipantState=ai;function ae(S,A,z){he("onRemoteParticipantState",S,Pe(A),z)}Zs.onRemoteParticipantState=ae;function ni(S,A){H("onRemoteParticipantsState",S,A)}Zs.onRemoteParticipantsState=ni;function aa(S,A,z=null){d.debug("Remote status:",A,S),he("onRemoteStatus",S,A,z)}Zs.onRemoteStatus=aa;function na(){H("onPermissionsRequested")}Zs.onPermissionsRequested=na;function oa(S,A){H("onPermissionsError",S,A)}Zs.onPermissionsError=oa;function sa(S,A){he("onRemoteRemoved",S,A)}Zs.onRemoteRemoved=sa;function Er(S,A,z){H("onCallState",S,A,Pe(z))}Zs.onCallState=Er;function Ui(S,A){H("onDeviceSwitched",S,A)}Zs.onDeviceSwitched=Ui;function ca(S,A,z,we=!1,It=!1,Cr=null,Pr=null,jn,ma,Hn=null){let Gn=ma?At(ma):void 0;H("onMuteStates",Pe(S),At(A),At(z),we,It,Cr,Pr,jn,Gn,Hn)}Zs.onMuteStates=ca;function da(S,A,z=!1){he("onRolesChanged",S,At(A),z)}Zs.onRolesChanged=da;function Y(S,A=!1){H("onLocalRolesChanged",At(S),A)}Zs.onLocalRolesChanged=Y;function la(S,A,z,we){he("onPinnedParticipant",S,A,z,we)}Zs.onPinnedParticipant=la;function Rr(S,A){H("onLocalPin",S,A)}Zs.onLocalPin=Rr;function pa(S){H("onOptionsChanged",At(S))}Zs.onOptionsChanged=pa;function Se(){H("onCallAccepted")}Zs.onCallAccepted=Se;function j(S){he("onAcceptedCall",S)}Zs.onAcceptedCall=j;function ee(){H("onRateNeeded")}Zs.onRateNeeded=ee;function de(S){he("onSpeakerChanged",S)}Zs.onSpeakerChanged=de;function ve(S){H("onVolumesDetected",At(S))}Zs.onVolumesDetected=ve;function je(S,A){H("onLocalVolume",S,A)}Zs.onLocalVolume=je;function qe(S,A){H("onJoinStatus",S,A)}Zs.onJoinStatus=qe;function Tr(S,A){H("onHangup",S,A)}Zs.onHangup=Tr;function _(S){H("onMultipartyChatCreated",Pe(S))}Zs.onMultipartyChatCreated=_;function T(){H("onDeviceChange")}Zs.onDeviceChange=T;function y(S){H("onFingerprintChange",S)}Zs.onFingerprintChange=y;function b(){H("onTokenExpired")}Zs.onTokenExpired=b;function g(S,A,z=!1){H("onChatMessage",S,A,z)}Zs.onChatMessage=g;function k(S,A,z=!1){H("onCustomData",S,A,z)}Zs.onCustomData=k;function W(S,A,z,we,It,Cr,Pr=null){H("onRecordStarted",S,A,z,we,It,Cr,Pr)}Zs.onRecordStarted=W;function V(S=null){H("onRecordStopped",S)}Zs.onRecordStopped=V;function te(S){H("onLocalNetworkStatusChanged",S)}Zs.onLocalNetworkStatusChanged=te;function Ie(S){H("onNetworkStatusChanged",S)}Zs.onNetworkStatusChanged=Ie;function x(S,...A){H("onDebugMessage",S,...A)}Zs.onDebugMessage=x;function Ee(S,A){let z=Object.assign({},S,{memory:A});H("onStatistics",z)}Zs.onStatistics=Ee;function fe(){H("onAutoplayError")}Zs.onAutoplayError=fe;function Re(S,A,z,we,It){H("onChatRoomUpdated",S,A,z,we,It)}Zs.onChatRoomUpdated=Re;function ke(S){H("onPromoted",S)}Zs.onPromoted=ke;function ze(S){H("onRemoteMixedAudioStream",S)}Zs.onRemoteMixedAudioStream=ze;function Te(S){H("onJoinLinkChanged",S)}Zs.onJoinLinkChanged=Te;function it(S){H("onRoomsUpdated",S)}Zs.onRoomsUpdated=it;function Bi(S,A,z,we){H("onRoomUpdated",S,A,z,we)}Zs.onRoomUpdated=Bi;function Vi(S){H("onRoomParticipantsUpdated",S)}Zs.onRoomParticipantsUpdated=Vi;function Je(S){H("onRoomSwitched",S)}Zs.onRoomSwitched=Je;function oi(S){H("onRoomStart",S)}Zs.onRoomStart=oi;function ua(S,A=null){H("onFeedback",S,A)}Zs.onFeedback=ua;function Hs(S){H("onFeaturesPerRoleChanged",S)}Zs.onFeaturesPerRoleChanged=Hs;function Gs(S){H("onParticipantVmojiUpdate",S)}Zs.onParticipantVmojiUpdate=Gs;function Ws(S,A){H("onAsrSet",S,A)}Zs.onAsrSet=Ws;function $s(S,A,z){H("onAsrStarted",S,A,z)}Zs.onAsrStarted=$s;function Ks(S){H("onAsrStopped",S)}Zs.onAsrStopped=Ks;function qs(S,A,z,we){H("onAsrTranscription",S,A,z,we)}Zs.onAsrTranscription=qs;function zs(S,A){H("onParticipantIdChanged",S,A)}Zs.onParticipantIdChanged=zs;function Js(S){H("onVideoSuspendSuggest",S)}Zs.onVideoSuspendSuggest=Js;function Ys(S){H("onSignalingMessage",typeof S=="string"?S:Pe(S))}Zs.onSignalingMessage=Ys;function Qs(S){H("onPromotionApproved",S)}Zs.onPromotionApproved=Qs;function Xs(){H("onPeerRegistered")}Zs.onPeerRegistered=Xs})(xr||(xr={}));var E=xr;var Ur="_okcls_",$t=(()=>{try{let o=Date.now().toString(),r=window.localStorage,e=!1;return r.setItem(o,o),e=r.getItem(o)===o,r.removeItem(o),e?r:null}catch(o){return null}})();function Ao(o){let r=$t?$t.getItem(Ur+o):null;if(r===null)return null;try{return JSON.parse(r)}catch(e){return null}}function Do(o,r){try{$t&&$t.setItem(Ur+o,JSON.stringify(r))}catch(e){}}function ko(o){$t&&$t.removeItem(Ur+o)}var Nr;(t=>{function o(i){return Ao(i)||null}t.get=o;function r(i,a){Do(i,a)}t.set=r;function e(i){ko(i)}t.remove=e})(Nr||(Nr={}));var mt=Nr;var Dt=null,Kt=null,Yt=null,ir=[],rr=[],tr=[],xe=null,Le=null,zt=null,ar=!1,nr=!1,Yi,qt,Qi,Br=null,Vr="",Xi=[],Zi=null,Va=navigator.appVersion,wo=navigator.appName,Oe=navigator.userAgent,at={},Mt=(e=>(e.USER="user",e.ENVIRONMENT="environment",e))(Mt||{});(r=>{function o(e){return Object.values(r).includes(e)}r.contains=o})(Mt||(Mt={}));var kt=class{constructor(r,e=!1,t=p.videoMaxWidth,i=p.videoMaxHeight,a=p.videoFrameRate){this.isVideoRequested=()=>this.needVideo;this.supportedConstraints=navigator.mediaDevices.getSupportedConstraints();let n=!1;if(r){n={noiseSuppression:p.noiseSuppression,echoCancellation:!0,autoGainControl:!0};let l=ye.getMicrophones(),u,m;if(Le&&(m=Le.groupId,u=Le.deviceId),typeof r=="string"){let h=l.find(v=>v.deviceId===r);m=h==null?void 0:h.groupId,u=r}else if(!Le&&ye.os()==="MacOS"&&l.find(h=>h.label.includes("iPhone"))){let h=l.find(v=>!v.label.includes("Virtual")&&!v.label.includes("iPhone"));h&&(m=h.groupId,u=h.deviceId)}m&&this.supportedConstraints.groupId?n.groupId={exact:m}:u&&(n.deviceId={exact:u})}let s=!1;if(e){s={width:{min:p.videoMinWidth,max:t,ideal:t},height:{min:p.videoMinHeight,max:i,ideal:i},aspectRatio:{ideal:p.videoAspectRatio},frameRate:{ideal:a}};let l=ye.getCameras(),u,m;if(xe&&(m=xe.groupId,u=xe.deviceId),typeof e=="string"){let h=l.find(v=>v.deviceId===e);m=h==null?void 0:h.groupId,u=e}else if(!xe&&ye.os()==="MacOS"&&l.find(h=>h.label.includes("iPhone"))){let h=l.find(v=>!v.label.includes("Virtual")&&!v.label.includes("iPhone"));h&&(m=h.groupId,u=h.deviceId)}m&&this.supportedConstraints.groupId?s.groupId={exact:m}:u&&(s.deviceId={exact:u}),p.videoFacingMode&&(s.facingMode={ideal:p.videoFacingMode},delete s.deviceId,delete s.groupId)}this.audio=n,this.video=s,this.needVideo=!!s,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}},Fr=class extends kt{constructor(e,t,i,a){super(!1,!0);if(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=e,this.video.height=t,this.video.frameRate=i,this.video.displaySurface=p.displaySurface,ye.browserName()==="Safari"){let n=Number(ye.browserVersion());n===16?(this.video.width={max:e},this.video.height={max:t}):n===17&&(delete this.video.width,delete this.video.height)}a&&(this.audio={noiseSuppression:!1,echoCancellation:!1,autoGainControl:!1})}getNative(){return Object.assign(super.getNative(),{systemAudio:"exclude",controller:this.captureController})}},Jt=class{constructor(){this._lockId=Math.round(Math.random()*99998)+1}busy(){if(Jt._lockId)throw C.log(P.ERROR,"change_device"),d.warn("Device change failed: MediaSource is busy"),new Error("MediaSource is busy");Jt._lockId=this._lockId}free(){Jt._lockId===this._lockId&&(Jt._lockId=0)}},vi=Jt;vi._lockId=0;function Fa(){return c(this,null,function*(){nr=!1,ar=!1,Dt=null;let o={camera:ye.getSavedCamera(),microphone:ye.getSavedMicrophone(),output:ye.getSavedOutput()};yield jr(),Oo("devicechange",o),E.onDeviceChange()})}function Oo(o,...r){if(at[o])for(let e of at[o])e(...r)}function jr(){return c(this,null,function*(){return Dt||(!navigator.mediaDevices||!navigator.mediaDevices.enumerateDevices?[]:(!Kt&&navigator.mediaDevices.addEventListener&&(Kt=R.debounce(Fa,p.enumerateDevicesDelay),navigator.mediaDevices.addEventListener("devicechange",Kt)),!Yt&&fi.isSupported()&&(Yt=new fi,yield Yt.init((o,r)=>{switch(r){case"denied":case"prompt":Kt==null||Kt();break}})),Dt=navigator.mediaDevices.enumerateDevices().then(o=>{var i,a,n;ir=o.filter(s=>s.kind==="videoinput"?(s.label&&(ar=!0),!0):!1),rr=o.filter(s=>s.kind==="audioinput"?(s.label?nr=!0:ye.isMobile()&&ye.browserName()==="Firefox"&&(nr=ar),!0):!1),tr=o.filter(s=>s.kind==="audiooutput");let r=(i=xe==null?void 0:xe.deviceId)!=null?i:mt.get("videoinput"),e=(a=Le==null?void 0:Le.deviceId)!=null?a:mt.get("audioinput"),t=(n=zt==null?void 0:zt.deviceId)!=null?n:mt.get("audiooutput");return xe=ir.find(s=>s.deviceId===r)||null,Le=rr.find(s=>s.deviceId===e)||null,zt=tr.find(s=>s.deviceId===t)||tr[0]||null,Dt=Promise.resolve(o),o}).catch(()=>(Dt=null,[]))))})}function xo(o){if(xe&&Le)return;let r=(e,t)=>{var a;let i=(a=t.getSettings())==null?void 0:a.deviceId;return e.find(n=>n.deviceId===i||n.label===t.label)||null};o==null||o.getTracks().forEach(e=>{!Le&&e.kind==="audio"?Le=r(ye.getMicrophones(),e):!xe&&e.kind==="video"&&(xe=r(ye.getCameras(),e))})}function Si(o,r){return c(this,null,function*(){d.debug("Try to get media",JSON.parse(JSON.stringify(o.getNative())));let e=(!o.isVideo()||ye.hasCameraPermission())&&(!o.isAudio()||ye.hasMicrophonePermission());!e&&!r&&E.onPermissionsRequested();let t=new vi;try{t.busy();let i=yield navigator.mediaDevices.getUserMedia(o.getNative());return t.free(),e||(yield Fa()),xo(i),i}catch(i){switch(t.free(),d.error("getUserMedia error",i),i.name){case"PermissionDeniedError":case"PermissionDismissedError":case"NotAllowedError":case"SecurityError":case"DOMException":case"NotFoundError":r=o.isVideoRequested()?se.CAMERA_PERMISSION:se.MIC_PERMISSION;break;case"OverconstrainedError":r=se.OVERCONSTRAINED;break;case"TypeError":r=se.UNKNOWN;break;case"AbortError":case"NotReadableError":r=o.isVideoRequested()?se.CAMERA_ACCESS:se.MIC_ACCESS;break;case"Error":if(i.message==="MediaSource is busy"){r=o.isVideoRequested()?se.CAMERA_ACCESS:se.MIC_ACCESS;break}}if(o.canSimplify())return Si(o.simplify(),r);let a=r||se.UNKNOWN;throw E.onPermissionsError(a,i),a}})}function Lo(o){return c(this,null,function*(){var e;d.debug("Try to get screen",JSON.parse(JSON.stringify(o.getNative())));let r=new vi;try{r.busy();let t=yield navigator.mediaDevices.getDisplayMedia(o.getNative()),i=t==null?void 0:t.getVideoTracks()[0];if(i){let a=(e=i.getSettings())==null?void 0:e.displaySurface;if(d.debug(`Got display media track: ${i.id} (${a})`),i.contentHint="text",o.captureController&&(a==="browser"||a==="window"))try{o.captureController.setFocusBehavior("no-focus-change")}catch(n){d.warn("Failed to set focus behavior",n)}}return t}catch(t){switch(t.name){case"PermissionDeniedError":case"NotAllowedError":case"SecurityError":throw se.SCREEN_PERMISSION;default:throw se.SCREEN_ACCESS}}finally{r.free()}})}function er(){return Xi.length||(Xi=(()=>{let o,r=!1,e=0,t="0",i=Oe.match(/(opera|chrome|safari|firefox|msie|trident(?=\/))\/?\s*(\d+)/i)||[];if(/trident/i.test(i[1]))return o=/\brv[ :]+(\d+)/g.exec(Oe),["IE",o&&o[1]||"Unknown",r,e,t];if(i[1]==="Safari"){if(o=Oe.match(/\bEdge\/(\d+)/),o)return["Edge",o[1]||"Unknown",r,e,t];if(o=Oe.match(/\bCriOS\/(\d+)/),o)return["Chrome",o[1],!0,Number(o[1]),t];if(o=Oe.match(/\bFxiOS\/(\d+)/),o)return["Firefox",o[1],!1,e,t];if(o=Oe.match(/\bYaBrowser\/(\d+)/),o)return["Yandex",o[1],!1,e,t];if(o=Oe.match(/\bOPT\/(\d+)/),o)return["Opera",o[1],!1,e,t]}if(i[1]==="Chrome"){if(r=!0,e=Number(i[2]),o=Oe.match(/\bOPR\/(\d+)/),o)return["Opera",o[1]||"Unknown",r,e,t];if(o=Oe.match(/\bYaBrowser\/(\d+)/),o)return["Yandex",o[1]||"Unknown",r,e,t];if(o=Oe.match(/\bSferum\/((\d+)(?:\.\d+)*)/),o)return["Sferum",o[1]||"Unknown",r,e,t];if(o=Oe.match(/\bEdge?\/(\d+)/),o)return["Edge",o[1]||"Unknown",r,e,t];if(typeof window.opr!="undefined"&&/^(.+\.)?ok.ru$/.test(window.location.host))return["Opera","Hidden",r,e,t]}return o=Oe.match(/version\/(\d+)(?:(?:\.)(\d+))?/i),o&&o[2]!==void 0&&(t=o[2]),[i[2]?i[1]:wo,o&&o[1]||i[2]||Va,r,e,t]})()),Xi}var ye;(Se=>{function o(){return c(this,null,function*(){if(Dt)return;let j=()=>{Se.getSilentMediaTrack(),document.removeEventListener("click",j),document.removeEventListener("touchstart",j)};document.addEventListener("click",j),document.addEventListener("touchstart",j),yield jr()})}Se.init=o;function r(){return ir}Se.getCameras=r;function e(){return rr}Se.getMicrophones=e;function t(){return tr}Se.getOutput=t;function i(){return ir.length>0}Se.hasCamera=i;function a(){return rr.length>0}Se.hasMicrophone=a;function n(){return xe}Se.getSavedCamera=n;function s(){return Le}Se.getSavedMicrophone=s;function l(){return zt}Se.getSavedOutput=l;function u(){return p.videoFacingMode}Se.getVideoFacingMode=u;function m(){return ar}Se.hasCameraPermission=m;function h(){return nr}Se.hasMicrophonePermission=h;function v(){var j;return(j=Yt==null?void 0:Yt.getPermissionState("microphone"))!=null?j:null}Se.getMicrophonePermissionState=v;function I(j=!1){return h()?i()&&j?m():!0:!1}Se.hasPermissions=I;function M(j=!1,ee=!0,de=!0){return c(this,null,function*(){let ve=a()&&ee,je=i()&&j,qe;if(!ve&&!je)qe=new MediaStream;else try{qe=yield Si(new kt(ve,je))}catch(Tr){qe=new MediaStream}return!qe.getVideoTracks().length&&de&&qe.addTrack(Se.getBlackMediaTrack()),!qe.getAudioTracks().length&&de&&qe.addTrack(Se.getSilentMediaTrack()),qe})}Se.getUserMedia=M;function F(j,ee){return c(this,null,function*(){let de=j?p.fastScreenShareWidth:window.screen.width,ve=j?p.fastScreenShareHeight:window.screen.height,je=p.getScreenFrameRate(j);return Lo(new Fr(de,ve,je,ee))})}Se.getScreenMedia=F;function O(j=!1,ee){return c(this,null,function*(){let de=j?p.videoEffectMaxWidth:p.videoMaxWidth,ve=j?p.videoEffectMaxHeight:p.videoMaxHeight;return Si(new kt(!1,!0,de,ve,ee))})}Se._getUserVideo=O;function K(j,ee){return c(this,null,function*(){let de=(ee==null?void 0:ee.width)||p.videoMaxWidth,ve=(ee==null?void 0:ee.height)||p.videoMaxHeight;return Si(new kt(!1,j||!0,de,ve))})}Se.getUserVideo=K;function q(j){return c(this,null,function*(){return Si(new kt(j||!0,!1))})}Se.getUserAudio=q;function pe(j,ee){return c(this,null,function*(){let[de]=j.getVideoTracks();if(!de)throw new Error("Video track not found in stream");return qi(de,ee)})}Se.setResolution=pe;function re(j,ee){return c(this,null,function*(){let ve=(yield jr()).find(je=>je.kind===j&&je.deviceId===ee);return ve?(j==="videoinput"?xe=ve:j==="audioinput"?Le=ve:j==="audiooutput"&&(zt=ve),mt.set(j,ee),ve):null})}Se._saveDeviceId=re;function J(){if(!Qi||Qi.readyState==="ended"){let j=Se.getAudioContext(),ee=j.createMediaStreamDestination(),de=j.createGain();de.gain.value=1e-5,de.connect(ee),de.connect(j.destination);let ve=j.createOscillator();ve.type="sine",ve.frequency.value=0,ve.connect(de),ve.start(),Qi=ee.stream.getAudioTracks()[0]}return Object.assign(Qi.clone(),{enabled:!1})}Se.getSilentMediaTrack=J;function _e(j=p.videoMinWidth,ee=p.videoMinHeight){qt||(qt=document.createElement("canvas")),qt.width=j,qt.height=ee;let de=qt.getContext("2d");return de.rect(0,0,j,ee),de.fillStyle="black",de.fill(),(!Yi||Yi.readyState==="ended")&&(Yi=qt.captureStream(p.videoFrameRate).getVideoTracks()[0]),Object.assign(Yi.clone(),{enabled:!1})}Se.getBlackMediaTrack=_e;function Ue(){if(Er()==="Edge"&&Number(Ui())<70)return!1;try{let j=window;return"mediaDevices"in j.navigator&&"getUserMedia"in j.navigator.mediaDevices&&j.RTCPeerConnection&&j.RTCIceCandidate&&j.RTCSessionDescription&&j.HTMLCanvasElement&&j.HTMLCanvasElement.prototype.captureStream&&j.RTCRtpSender&&j.RTCRtpSender.prototype.replaceTrack&&j.RTCRtpSender.prototype.getParameters&&"sendBeacon"in navigator&&!0||!1}catch(j){return!1}}Se.isBrowserSupported=Ue;function Ni(){return!!navigator.mediaDevices.getDisplayMedia}Se.isScreenCapturingSupported=Ni;function ai(){let j=Se.browserName()==="Safari"&&Se.browserVersion()==="15"&&Se.browserSubVersion()==="1",ee=Se.browserName()==="Opera",de=Se.browserName()==="Yandex";return j||ee||de}Se.isBrokenH264Decoder=ai;function ae(){return Se.browserName()==="Yandex"&&Se.os()==="Windows"||p.simulcast}Se.isBrokenVP9Encoder=ae;function ni(){return Se.browserName()==="Safari"&&Number(Se.browserVersion())===17&&[4,5,6].includes(Number(Se.browserSubVersion()))}Se.isBrokenVP9Decoder=ni;function aa(){return Se.browserName()==="Firefox"&&Number(Se.browserVersion())<60}Se.isOldDataChannelDescription=aa;function na(){return!(Se.baseChromeVersion()&&Se.isMobile())}Se.canPreferH264=na;function oa(){return Vr||(Vr=(()=>{let j={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 ee in j)if(j.hasOwnProperty(ee)&&j[ee].test(Oe))return ee;return"Unknown"})()),Vr}Se.os=oa;function sa(){return Br===null&&(Br=/Mobile|mini|Fennec|Android|iP(ad|od|hone)/.test(Va)),Br}Se.isMobile=sa;function Er(){return er()[0]}Se.browserName=Er;function Ui(){return er()[1]}Se.browserVersion=Ui;function ca(){return er()[3]}Se.baseChromeVersion=ca;function da(){return Zi||(Zi=new(window.AudioContext||window.webkitAudioContext)),Zi.resume().catch(()=>{d.warn("Failed to resume AudioContext")}),Zi}Se.getAudioContext=da;function Y(){return er()[4]}Se.browserSubVersion=Y;function la(){return Se.baseChromeVersion()>=105&&!Se.isMobile()}Se.isAudioShareSupported=la;function Rr(j,ee){at[j]||(at[j]=[]),at[j].push(ee)}Se.addEventListener=Rr;function pa(j,ee){if(at[j])if(!ee)delete at[j];else{let de=at[j].indexOf(ee);de>-1&&at[j].splice(de,1)}}Se.removeEventListener=pa})(ye||(ye={}));var D=ye;var Xe=class{static get startTime(){var r;return((r=Xe._list[0])==null?void 0:r.t)||0}static get endTime(){var e;let r=Xe._list;return((e=r[r.length-1])==null?void 0:e.t)||0}static startSession(){Xe._list=[]}static get conversationId(){return Xe._conversationId}static set conversationId(r){Xe._conversationId=r}static add(r){Xe._list.push(r)}static _createContextLogs(){let r=[[`Calls SDK ${p.sdkVersion}`,p.toJSON()],["UserAgent:",navigator.userAgent],["Screen resolution:",`${window.screen.width}x${window.screen.height}`],["Permissions:",`Camera: ${D.hasCameraPermission()}, Mic: ${D.hasMicrophonePermission()}`]],e=new Date,t=e.getTime(),i=e.toLocaleString("ru-RU",{dateStyle:"short",timeStyle:"long"});return r.map(a=>({h:i,t,l:"LOG",d:a}))}static collectLogs(){let r=Xe._list;return r.length===0?[]:[...Xe._createContextLogs(),...r]}},be=Xe;be._list=[],be._conversationId=null;var or=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):1;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 Hr=2*1024*1024,ja=512*1024,Qt=100*1024,No=5,Wr="_okcls_logs_session_",Uo=3e4,$r=class{constructor(){this._items=[];this._itemsSize=0;this._storageSize=Hr;try{let r=window.localStorage;for(let e of Object.keys(r)){if(e.indexOf(Wr)!==0)continue;let t=r.getItem(e);if(!t){Ha(e);continue}let i=Wa(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(Qt)}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=Math.min(r,this._storageSize,Hr)}add(r,e){let t=parseInt(r.replace(Wr,""),10);this._itemsSize+=e,this._items.push({key:r,size:e,date:t})}deleteOldestItem(){let r=this._items.shift();r&&(Ha(r.key),this._itemsSize-=r.size)}cleanup(r){for(;this.length&&(this.size>Hr||this.length>No-1||this.size+r>this.available);)this.deleteOldestItem()}};function Ga(){return`${Wr}${Date.now()}`}function Wa(o){return new Blob([o]).size}function Ha(o){try{window.localStorage.removeItem(o)}catch(r){console.error("Failed to remove log from storage",r)}}function sr(){let o=ht.toString();if(!De.available||!o)return;let r=Wa(o);if(r>ja){ht.bisect(),sr();return}De.cleanup(Qt+r);try{window.localStorage.setItem(cr,o)}catch(e){if(console.warn("Failed to write log to storage",e),De.storageSize=De.size+r,De.cleanup(Qt+r),De.available>=Qt+r){sr();return}if(r>Qt){ht.bisect(),sr();return}De.storageSize=0;return}r>ja&&(De.add(cr,r),cr=Ga(),ht.clear(),De.cleanup(Qt))}function Kr(){!De.available||!ht.length||sr()}function Bo(o=!1){let r=[];try{let i=window.localStorage;for(let n of De.items){let s=i.getItem(n.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(o)return e;let t=`logs_${Date.now()}.json`;return Vo(e,t),t}function Vo(o,r){let e=document.createElement("a"),t=new Blob([o],{type:"text/json"});e.href=URL.createObjectURL(t),e.download=r,e.click()}function $a(o,r){if(!De.available)return;let e=new Date,t={t:e.getTime(),l:o,d:r,h:e.toLocaleString("ru-RU",{dateStyle:"short",timeStyle:"long"})};ht.push(t),be.add(t),Gr||(Gr=window.setTimeout(()=>{Gr=null,Kr()},Uo))}function qr(){De||(De=new $r,ht=new or,cr=Ga(),window.addEventListener("beforeunload",Kr))}var De,ht,cr,Gr=null;window.__VKCallsSDKLogs__=(o=!1)=>(De||qr(),Kr(),Bo(o));var Ka=(i=>(i.DEBUG="DEBUG",i.LOG="LOG",i.WARN="WARN",i.ERROR="ERROR",i))(Ka||{}),zr;(re=>{let o="📞",r=(J,..._e)=>{E.onDebugMessage(J,..._e)},e=!1,t=(J,_e)=>(...Ue)=>{J(...Ue),$a(_e,Ue)},i=console.debug.bind(console,o),a=console.log.bind(console,o),n=console.warn.bind(console,o),s=console.error.bind(console,o),l=r.bind(null,"DEBUG"),u=r.bind(null,"LOG"),m=r.bind(null,"WARN"),h=r.bind(null,"ERROR");re.debug=l,re.log=u,re.warn=m,re.error=h;function O(){return e}re.enabled=O;function K(J){e=J,p.debugLog&&qr(),J?(re.debug=p.debugLog?t(i,"DEBUG"):i,re.log=p.debugLog?t(a,"LOG"):a,re.warn=p.debugLog?t(n,"WARN"):n,re.error=p.debugLog?t(s,"ERROR"):s):(re.debug=p.debugLog?t(l,"DEBUG"):l,re.log=p.debugLog?t(u,"LOG"):u,re.warn=p.debugLog?t(m,"WARN"):m,re.error=p.debugLog?t(h,"ERROR"):h)}re.toggle=K;function q(J,..._e){switch(J){case"DEBUG":(0,re.debug)(..._e);break;case"LOG":(0,re.log)(..._e);break;case"WARN":(0,re.warn)(..._e);break;case"ERROR":(0,re.error)(..._e);break}}re.send=q;function pe(J,..._e){}re.test=pe})(zr||(zr={}));var d=zr;var jo="kf";function Xt(o){return o.stopStream}function Jr(o){return o.keyFrameRequested}function qa(o){if(Xt(o))return"ss";if(Jr(o))return jo;let r="";return o.priority!==void 0&&(r+="p="+o.priority),o.width!==void 0&&o.height!==void 0&&(r!==""&&(r+=":"),r+="sz="+Math.round(o.width)+"x"+Math.round(o.height)),o.fit!==void 0&&(r!==""&&(r+=":"),r+="fit="+o.fit),r}var Ii=(n=>(n.CAMERA="CAMERA",n.SCREEN="SCREEN",n.STREAM="STREAM",n.MOVIE="MOVIE",n.ANIMOJI="ANIMOJI",n.SHARED_URL="SHARED_URL",n))(Ii||{}),za="s",Ja="m";function Ze(o){return o.participantId+(o.mediaType?Vt+za+o.mediaType:"")+(o.streamName?Vt+Ja+o.streamName:"")}function Ei(o){let r=o.split(Vt),e=r.shift();if(!e)throw new Error("Illegal stream description: "+o);let t=null,i,a=0;for(let s of r)switch(s.charAt(0)){case za:t=Ho(s.slice(1));break;case Ja:i=s.slice(1);break;case Gi:a=Number.parseInt(s.slice(1),10);break;default:throw new Error("Unexpected parameter type "+s.charAt(0)+" in stream description "+o)}return{participantId:R.compose(e,a),mediaType:t,streamName:i}}function Ho(o){for(let r of Object.keys(Ii))if(r===o)return Ii[r];return null}function et(){let o=new DataView(new ArrayBuffer(64)),r=0;function e(t){if(r+t>o.byteLength){let i=new Uint8Array(Math.max(r+t,o.byteLength+64));i.set(new Uint8Array(o.buffer.slice(0,r))),o=new DataView(i.buffer)}}return{put(t){if(e(t.byteLength),Go(t)){let i=t.buffer;new Uint8Array(o.buffer).set(new Uint8Array(i),r)}else new Uint8Array(o.buffer).set(new Uint8Array(t),r);r+=t.byteLength},putI8(t){e(1),o.setInt8(r,t),++r},putI16(t){e(2),o.setInt16(r,t),r+=2},putI32(t){e(4),o.setInt32(r,t),r+=4},putI64(t){e(8);let i=t<0;i&&(t=-t);let a=t/4294967296|0,n=t%4294967296|0;i&&(n=~n+1|0,a=n===0?~a+1|0:~a),o.setUint32(r,a),o.setUint32(r+4,n),r+=8},putUi8(t){e(1),o.setUint8(r,t),++r},putUi16(t){e(2),o.setUint16(r,t),r+=2},putUi32(t){e(4),o.setUint32(r,t),r+=4},putUi64(t){e(8),o.setUint32(r,t/4294967296|0),o.setUint32(r+4,t%4294967296),r+=8},putF(t){e(8),o.setFloat64(r,t),r+=8},ui8array(){return new Uint8Array(o.buffer.slice(0,r))}}}function Go(o){return o.buffer!==void 0}function dr(o){let r=ArrayBuffer.isView(o)?new DataView(o.buffer,o.byteOffset,o.byteLength):new DataView(o),e=0;return{peek(){return r.getUint8(e)},get(t){e+=t;let i=r.byteOffset;return r.buffer.slice(i+e-t,i+e)},getI8(){return r.getInt8(e++)},getI16(){return e+=2,r.getInt16(e-2)},getI32(){return e+=4,r.getInt32(e-4)},getI64(){e+=8;let t=r.getInt32(e-8),i=r.getUint32(e-4);return t*4294967296+i},getUi8(){return r.getUint8(e++)},getUi16(){return e+=2,r.getUint16(e-2)},getUi32(){return e+=4,r.getUint32(e-4)},getUi64(){e+=8;let t=r.getUint32(e-8),i=r.getUint32(e-4);return t*4294967296+i},getF32(){return e+=4,r.getFloat32(e-4)},getF64(){return e+=8,r.getFloat64(e-8)}}}var Xa=0,Za=1,$o=2,Ko=3,qo=4,zo=5,Jo=6,Yo=7,Qo=0,Xo=1,Zo=2,nt=0,es=0,ts=0,is=1,lr=class{constructor(){this.participantIdRegistry=null}setParticipantIdRegistry(r){this.participantIdRegistry=r}serializeUpdateDisplayLayout(r,e){let t=et();G.enc(t,Xa),G.enc(t,nt),G.enc(t,r),wt.enc(t,null);let i=[];for(let a in e)e.hasOwnProperty(a)&&this.writeLayout(e,a,i);return Ya.enc(t,i),wt.enc(t,null),t.ui8array()}writeLayout(r,e,t){let i=r[e],a=et();if(this.writeStreamDesc(e,a),Xt(i))G.enc(a,Xo);else if(Jr(i))G.enc(a,Zo);else if(G.enc(a,Qo),i.priority!==void 0?G.enc(a,i.priority):wt.enc(a,null),i.width!==void 0&&i.height!==void 0?(G.enc(a,Math.round(i.width)),G.enc(a,Math.round(i.height))):(wt.enc(a,null),wt.enc(a,null)),i.fit!==void 0)switch(i.fit){case"cv":G.enc(a,ts);break;case"cn":G.enc(a,is);break;default:wt.enc(a,null)}else wt.enc(a,null);t.push(a.ui8array())}writeStreamDesc(r,e){if(this.participantIdRegistry){let t=this.participantIdRegistry.getCompactId(r);if(t!==void 0){G.enc(e,t);return}}Qa.enc(e,r)}serializePerfStatReport(r,e){let t=et();return G.enc(t,Za),G.enc(t,nt),G.enc(t,r),G.enc(t,e.framesDecoded),G.enc(t,e.framesReceived),t.ui8array()}serializeSharingStatReport(r,e){let t=et();return G.enc(t,$o),G.enc(t,nt),G.enc(t,r),G.enc(t,e.minDelay),G.enc(t,e.maxDelay),G.enc(t,e.avgDelay),G.enc(t,e.largeDelayDuration),t.ui8array()}serializeRequestAsr(r,e){let t=et();return G.enc(t,Ko),G.enc(t,nt),G.enc(t,r),Yr.enc(t,e.request),t.ui8array()}serializeNetworkStatReport(r,e){let t=et();return G.enc(t,qo),G.enc(t,nt),G.enc(t,r),G.enc(t,e.timestamp),G.enc(t,e.sendBitrate),t.ui8array()}serializeEnableVideoSuspend(r,e){let t=et();return G.enc(t,zo),G.enc(t,nt),G.enc(t,r),Yr.enc(t,e.enabled),t.ui8array()}serializeEnableVideoSuspendSuggest(r,e){let t=et();return G.enc(t,Jo),G.enc(t,nt),G.enc(t,r),Yr.enc(t,e.enabled),t.ui8array()}serializeChangeSimulcast(r,e){let t=et();G.enc(t,Yo),G.enc(t,nt),G.enc(t,r);let i=e.simulcastInfo.streams.length;G.enc(t,e.mediaSource),G.enc(t,i);for(let a of e.simulcastInfo.streams)Qa.enc(t,a.rid),G.enc(t,a.width),G.enc(t,a.height),G.enc(t,a.fps),G.enc(t,a.bitrate/1e3);return t.ui8array()}deserializeCommandResponse(r){return c(this,null,function*(){let e;if(r instanceof Blob){let n="arrayBuffer"in Blob.prototype?yield r.arrayBuffer():yield Ma(r);e=dr(n)}else e=dr(r);let t=G.dec(e),i=G.dec(e);if(i!==nt){d.warn("Unsupported version for command type: "+t+", version "+i);return}if(G.dec(e)!==es){d.warn("Error code: "+t+"received for command type: "+t+", version "+i);return}switch(t){case Xa:return this.deserializeUpdateDisplayLayoutResponse(e);case Za:return this.deserializeReportPerfStatResponse(e);default:d.warn("unsupported command response commandType: "+t);return}})}deserializeUpdateDisplayLayoutResponse(r){let e=G.dec(r),t=Ya.dec(r),i={};return t.forEach(a=>{var l;let n=dr(a),s=Wo.dec(n);if(typeof s=="string")i[s]=G.dec(n);else{let u=s,m=Ze((l=this.participantIdRegistry)==null?void 0:l.getStreamDescription(u));i[m]=G.dec(n)}}),{type:"response",sequence:e,response:L.UPDATE_DISPLAY_LAYOUT.toString(),errorCodeByParticipantId:i}}deserializeReportPerfStatResponse(r){let e=G.dec(r),t=G.dec(r);return{type:"response",sequence:e,response:L.REPORT_PERF_STAT.toString(),estimatedPerformanceIndex:t}}};var en=(i=>(i.START="start",i.ACCEPT="accept",i.JOIN="join",i.RETRY="retry",i))(en||{}),ot=en;var tn=(t=>(t.NOTIFICATION="NOTIFICATION",t.FAILED="FAILED",t.RECONNECT="RECONNECT",t))(tn||{}),Me=tn;var rn=(g=>(g.TRANSMITTED_DATA="transmitted-data",g.ACCEPTED_CALL="accepted-call",g.HUNGUP="hungup",g.PARTICIPANT_ADDED="participant-added",g.PARTICIPANT_JOINED="participant-joined",g.CLOSED_CONVERSATION="closed-conversation",g.MEDIA_SETTINGS_CHANGED="media-settings-changed",g.PARTICIPANT_STATE_CHANGED="participant-state-changed",g.PARTICIPANTS_STATE_CHANGED="participants-state-changed",g.RATE_CALL_DATA="rate-call-data",g.FEATURE_SET_CHANGED="feature-set-changed",g.TOPOLOGY_CHANGED="topology-changed",g.PRODUCER_UPDATED="producer-updated",g.CONSUMER_ANSWERED="consumer-answered",g.MULTIPARTY_CHAT_CREATED="multiparty-chat-created",g.FORCE_MEDIA_SETTINGS_CHANGE="force-media-settings-change",g.SETTINGS_UPDATE="settings-update",g.VIDEO_QUALITY_UPDATE="video-quality-update",g.REGISTERED_PEER="registered-peer",g.SWITCH_MICRO="switch-micro",g.RECORD_STARTED="record-started",g.RECORD_STOPPED="record-stopped",g.REALLOC_CON="realloc-con",g.AUDIO_ACTIVITY="audio-activity",g.SPEAKER_CHANGED="speaker-changed",g.STALLED_ACTIVITY="stalled-activity",g.CHAT_MESSAGE="chat-message",g.CUSTOM_DATA="custom-data",g.ROLES_CHANGED="roles-changed",g.MUTE_PARTICIPANT="mute-participant",g.PIN_PARTICIPANT="pin-participant",g.OPTIONS_CHANGED="options-changed",g.NETWORK_STATUS="network-status",g.PARTICIPANT_SOURCES_UPDATE="participant-sources-update",g.PROMOTE_PARTICIPANT="promote-participant",g.CHAT_ROOM_UPDATED="chat-room-updated",g.PROMOTION_APPROVED="promotion-approved",g.JOIN_LINK_CHANGED="join-link-changed",g.FEEDBACK="feedback",g.MOVIE_UPDATE_NOTIFICATION="movie-update-notification",g.MOVIE_SHARE_STARTED="movie-share-started",g.MOVIE_SHARE_STOPPED="movie-share-stopped",g.URL_SHARING_INFO_UPDATED="url-sharing-info-updated",g.ROOM_UPDATED="room-updated",g.ROOMS_UPDATED="rooms-updated",g.ROOM_PARTICIPANTS_UPDATED="room-participants-updated",g.FEATURES_PER_ROLE_CHANGED="features-per-role-changed",g.PARTICIPANT_ANIMOJI_CHANGED="participant-animoji-changed",g.ASR_STARTED="asr-started",g.ASR_STOPPED="asr-stopped",g.DECORATIVE_PARTICIPANT_ID_CHANGED="decorative-participant-id-changed",g.VIDEO_SUSPEND_SUGGEST="video-suspend-suggest",g))(rn||{}),U=rn;var an="open",nn=[()=>p.producerScreenTrack,()=>p.videoTracksCount>0,()=>!0,()=>!0,()=>p.consumerScreenTrack,()=>!0,()=>p.movieShare,()=>p.useParticipantListChunk,()=>p.useRooms,()=>!!p.vmoji,()=>p.useCallsToContacts,()=>p.useChatRooms],rs=10,as=["service-unavailable","conversation-ended","invalid-token"],tt=class extends si{constructor(){super(...arguments);this.socket=null;this.sequence=1;this.lastStamp=0;this.websocketCommandsQueue=[];this.datachannelCommandsQueue=[];this.incomingCache=[];this.responseHandlers={};this.reconnectCount=0;this.conversationResolve=null;this.conversationReject=null;this.connected=!1;this.listenersReady=!1;this.postfix="&platform="+p.platform+"&appVersion="+p.appVersion+"&version="+p.protocolVersion+"&device="+p.device+"&capabilities="+tt._getCapabilityFlags();this.peerId=null;this.conversationId=null;this.reconnectTimer=0;this.connectionMessageWaitTimer=0;this.doctorTimer=0;this.participantIdRegistry=null;this.producerNotificationDataChannel=null;this.producerCommandDataChannel=null;this.producerCommandDataChannelEnabled=!1;this.producerCommandSerializationService=new lr}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.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){C.log(P.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(n){return c(this,arguments,function*(e,t={},i=!0,a=0){if(t.participantId){let s=R.decomposeParticipantId(t.participantId),l=R.decomposeId(s.compositeUserId);t=Object.assign({},t,{participantId:l.id,participantType:l.type}),s.deviceIdx&&(t.deviceIdx=s.deviceIdx)}return this._sendRaw(e,t,i,a)})}_sendRaw(n){return c(this,arguments,function*(e,t={},i=!0,a=0){let s=l=>{var u;if(this._isDataChannelCommand(e))this.datachannelCommandsQueue.push(l),((u=this.producerCommandDataChannel)==null?void 0:u.readyState)===an&&this._handleCommandsQueue(this.datachannelCommandsQueue);else{if(!this.socket){C.log(P.SOCKET_ACTION,"not_opened"),d.warn("[signaling] socket is not opened"),l.reject(new Error(`Socket not opened [${e}]`),!0);return}this.socket.readyState>WebSocket.OPEN&&(C.log(P.SOCKET_ACTION,"invalid_state"),d.warn(`[signaling] socket is not opened, state ${this.socket.readyState}`)),this.websocketCommandsQueue.push(l),this.socket&&this.socket.readyState===WebSocket.OPEN&&this._handleCommandsQueue(this.websocketCommandsQueue)}};return new Promise((l,u)=>{let m=(v,I=!1)=>{!a||I?u(v):(d.debug("[signaling] resending a signaling message",e,h.sequence),a--,s(h))},h={sequence:this.sequence++,name:e,params:t,responseTimer:0,needResponse:i,resolve:l,reject:m};s(h)})})}_isDataChannelCommand(e){return this.producerCommandDataChannelEnabled?e===L.UPDATE_DISPLAY_LAYOUT||e===L.REPORT_PERF_STAT||e===L.REPORT_SHARING_STAT||e===L.REQUEST_ASR||e===L.ENABLE_VIDEO_SUSPEND||e===L.ENABLE_VIDEO_SUSPEND_SUGGEST||e===L.REPORT_NETWORK_STAT||e===L.CHANGE_SIMULCAST:!1}getNextCommandSequenceNumber(){return this.sequence}hangup(e){return c(this,null,function*(){return this._send(L.HANGUP,{reason:e}).catch(()=>{})})}sendCandidate(e,t){return c(this,null,function*(){return this._send(L.TRANSMIT_DATA,{participantId:e,data:{candidate:t}},!1)})}requestTestMode(e,t){return c(this,null,function*(){return this._send(L.REQUEST_TEST_MODE,{consumer:e,producer:t})})}sendSdp(e,t,i){return c(this,null,function*(){let a=Object.assign({sdp:t},i);return this._send(L.TRANSMIT_DATA,{participantId:e,data:a})})}acceptCall(e){return c(this,null,function*(){return this._send(L.ACCEPT_CALL,{mediaSettings:e})})}changeMediaSettings(e){return c(this,null,function*(){return this._send(L.CHANGE_MEDIA_SETTINGS,{mediaSettings:e},!0,rs)})}changeParticipantState(e,t){return c(this,null,function*(){let i={participantState:{state:e}};return t&&(i.participantId=t),this._sendRaw(L.CHANGE_PARTICIPANT_STATE,i)})}putHandsDown(){return c(this,null,function*(){return this._send(L.PUT_HANDS_DOWN)})}addParticipant(e,t){return c(this,null,function*(){return this._send(L.ADD_PARTICIPANT,ue({participantIds:e},t))})}removeParticipant(e,t=!1){return c(this,null,function*(){return this._send(L.REMOVE_PARTICIPANT,{participantId:e,ban:t})})}allocateConsumer(e,t){return c(this,null,function*(){let i={capabilities:t};return e&&(i.description=e.sdp),this._send(L.ALLOCATE_CONSUMER,i)})}acceptProducer(e,t){return c(this,null,function*(){let i={description:e.sdp};return t&&(i.ssrcs=t),this._send(L.ACCEPT_PRODUCER,i)})}changePriorities(e){return c(this,null,function*(){return this._send(L.CHANGE_STREAM_PRIORITIES,{typedPriorities:e}).catch(()=>{})})}updateDisplayLayout(e){return c(this,null,function*(){return this._send(L.UPDATE_DISPLAY_LAYOUT,e)})}addMovie(e){return c(this,null,function*(){return this._send(L.ADD_MOVIE,e)})}updateMovie(e){return c(this,null,function*(){return this._send(L.UPDATE_MOVIE,e)})}removeMovie(e){return c(this,null,function*(){return this._send(L.REMOVE_MOVIE,e)})}startUrlSharing(e){return this._send(L.START_URL_SHARING,{sharedUrl:e})}stopUrlSharing(){return this._send(L.STOP_URL_SHARING)}updateRooms(e,t){return c(this,null,function*(){return this._send(L.UPDATE_ROOMS,{rooms:e,assignRandomly:t})})}activateRooms(e,t){return c(this,null,function*(){return this._send(L.ACTIVATE_ROOMS,{roomIds:e,deactivate:t})})}switchRoom(e,t){return c(this,null,function*(){return this._sendRaw(L.SWITCH_ROOM,{toRoomId:e,participantId:t})})}getRooms(e){return c(this,null,function*(){return this._sendRaw(L.GET_ROOMS,{withParticipants:e})})}removeRooms(e){return c(this,null,function*(){return this._send(L.REMOVE_ROOMS,{roomIds:e})})}startStream(e){return c(this,null,function*(){return this._send(L.RECORD_START,e)})}stopStream(){return c(this,arguments,function*(e={roomId:null}){return this._send(L.RECORD_STOP,e)})}publishStream(){return c(this,arguments,function*(e={roomId:null}){return this._send(L.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(L.RECORD_SET_CONF,t)})}getRecordStatus(){return c(this,null,function*(){return this._send(L.RECORD_GET_STATUS)})}switchTopology(e,t=!1){return c(this,null,function*(){return this._send(L.SWITCH_TOPOLOGY,{topology:e,force:t})})}requestRealloc(){return c(this,null,function*(){return this._send(L.REQUEST_REALLOC)})}reportPerfStat(e){return c(this,null,function*(){return this._send(L.REPORT_PERF_STAT,e)})}reportSharingStat(e){return c(this,null,function*(){return this._send(L.REPORT_SHARING_STAT,e,!1)})}reportNetworkStat(e){return c(this,null,function*(){return this._send(L.REPORT_NETWORK_STAT,e,!1)})}chatMessage(e,t=null){return c(this,null,function*(){return this._send(L.CHAT_MESSAGE,{message:e,participantId:t})})}chatHistory(e){return c(this,null,function*(){return this._send(L.CHAT_HISTORY,{count:e})})}customData(e,t){return c(this,null,function*(){return this._send(L.CUSTOM_DATA,{data:e,participantId:t})})}grantRoles(e,t,i){return c(this,null,function*(){let a={participantId:e,roles:t};return i&&(a.revoke=!0),this._sendRaw(L.GRANT_ROLES,a)})}muteParticipant(e,t,i,a=null){return c(this,null,function*(){return this._sendRaw(L.MUTE_PARTICIPANT,{participantId:e,muteStates:t,requestedMedia:i,roomId:a})})}enableFeatureForRoles(e,t){return c(this,null,function*(){return this._sendRaw(L.ENABLE_FEATURE_FOR_ROLES,{feature:e,roles:t})})}pinParticipant(e,t,i){return c(this,null,function*(){let a={participantId:e,roomId:i};return t&&(a.unpin=!0),this._sendRaw(L.PIN_PARTICIPANT,a)})}updateMediaModifiers(e){return c(this,null,function*(){return this._send(L.UPDATE_MEDIA_MODIFIERS,{mediaModifiers:e})})}enableVideoSuspend(e){return c(this,null,function*(){return this._send(L.ENABLE_VIDEO_SUSPEND,{enabled:e},!1)})}enableVideoSuspendSuggest(e){return c(this,null,function*(){return this._send(L.ENABLE_VIDEO_SUSPEND_SUGGEST,{enabled:e},!1)})}changeSimulcast(e){return c(this,null,function*(){return this._send(L.CHANGE_SIMULCAST,e,!1)})}changeOptions(e){return c(this,null,function*(){return this._send(L.CHANGE_OPTIONS,{options:e})})}getWaitingHall(e=null,t,i=!1){return c(this,null,function*(){let a={};return e&&(a.fromId=e),t&&(a.count=t),i&&(a.backward=i),this._send(L.GET_WAITING_HALL,a)})}promoteParticipant(e,t=!1){return c(this,null,function*(){let i={};return e&&(i.participantId=e),t&&(i.demote=t),this._sendRaw(L.PROMOTE_PARTICIPANT,i)})}requestPromotion(e=!1){return c(this,null,function*(){let t={};return e&&(t.unrequest=e),this._send(L.REQUEST_PROMOTION,t)})}acceptPromotion(e=!1){return c(this,null,function*(){let t={};return e&&(t.reject=e),this._send(L.ACCEPT_PROMOTION,t)})}feedback(e){return c(this,null,function*(){return this._sendRaw(L.FEEDBACK,{key:e})})}getHandQueue(){return c(this,null,function*(){return this._send(L.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(L.GET_PARTICIPANT_LIST_CHUNK,e)})}getParticipants(e){return c(this,null,function*(){return this._send(L.GET_PARTICIPANTS,{externalIds:e})})}getPeerId(){return this.peerId}startAsr(e){return c(this,null,function*(){return this._send(L.ASR_START,e)})}stopAsr(e){return c(this,null,function*(){return this._send(L.ASR_STOP,e)})}requestAsr(e){return c(this,null,function*(){return this._send(L.REQUEST_ASR,{request:e},!1)})}_connect(e){if(this.socket&&this.socket.readyState<WebSocket.CLOSING)return;let t="";e&&(t+=`&tgt=${e}`),e===ot.RETRY&&this.lastStamp&&(t+=`&recoverTs=${this.lastStamp}`),t=i(t),d.debug("[signaling] connecting to "+this.endpoint+this.postfix+t),this.socket=new WebSocket(this.endpoint+this.postfix+t),this.socket.onopen=this._onOpen.bind(this),this.socket.onmessage=this._onMessage.bind(this),this.socket.onerror=this._onError.bind(this),this.socket.onclose=this._onClose.bind(this),this._startDoctor();function i(a){if(!p.useParticipantListChunk)return a;let n=p.participantListChunkInitIndex;a+=`&partIdx=${n}`;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"),C.log(P.SOCKET_ACTION,"opened"),this._waitConnectionMessage(),this._startDoctor()}_onMessage(e){if(this._startDoctor(),e.data==="ping"){E.onSignalingMessage(e.data),this.socket&&this.socket.readyState===WebSocket.OPEN&&this.socket.send("pong");return}try{let t=JSON.parse(e.data);E.onSignalingMessage(t),this._handleMessage(t)}catch(t){C.log(P.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(Me.RECONNECT,e),e.conversation.topology&&this._triggerEvent(Me.NOTIFICATION,{type:"notification",notification:U.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(Me.NOTIFICATION,e);break;case"response":this._handleCommandResponse(!0,e);break;case"error":this._handleErrorMessage(e);break;default:C.log(P.SOCKET_ACTION,"unknown_message"),d.warn("[signaling] unhandled message",e)}this.lastStamp=e.stamp||this.lastStamp}_handleErrorMessage(e){var i;C.log(P.SOCKET_ACTION,`error-${e.error}`);let t=e.error?as.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 $(e.reason||se.SIGNALING_FAILED,{message:`Conversation ended: ${e.error}`,remote:!0})):this._triggerEvent(Me.NOTIFICATION,{notification:U.CLOSED_CONVERSATION,reason:e.reason});break;case"participant-not-found":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 $(e.reason||se.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(Me.FAILED,e)}_onError(e){C.log(P.SOCKET_ACTION,"error"),d.error("[signaling] signaling error",e)}_onClose(e){C.log(P.SOCKET_ACTION,"closed"),d.debug("[signaling] connection closed",{code:e.code,reason:e.reason}),this.connected=!1,this._stopDoctor(),this.socket&&this.reconnectCount++<tt.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(tt.RECONNECT_MAX_DELAY,tt.RECONNECT_DELAY*Math.pow(2,this.reconnectCount-1));d.log(`[signaling] reconnect websocket after ${e}ms (${this.reconnectCount})`),C.log(P.SOCKET_ACTION,"reconnect"),this.reconnectTimer=window.setTimeout(this._connect.bind(this,ot.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],C.log(P.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],C.log(P.SOCKET_ACTION,"response-timeout"),i.reject(new Error(t.error||`Response timeout [${i.name}]`))):i.responseTimer=window.setTimeout(()=>this._handleCommandResponse(e,t),tt.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}this._startResponseTimer(a);let n=this._serializeBinary(a);n!==null&&this.producerCommandDataChannel.send(n)}else{if(!this.socket||this.socket.readyState!==WebSocket.OPEN){a.reject(new Error("Invalid state or socket already closed"));continue}this._startResponseTimer(a),this.socket.send(this._serializeJson(a))}}}_startResponseTimer(e){if(!e.needResponse){e.resolve({type:"response",sequence:e.sequence,response:e.name});return}e.responseTimer=window.setTimeout(()=>this._handleCommandResponse(!1,{response:e.name,sequence:e.sequence,type:"timeout"}),tt.WAIT_RESPONSE_DELAY),this.responseHandlers[e.sequence]=e}_serializeBinary(e){switch(e.name){case L.UPDATE_DISPLAY_LAYOUT:return this.producerCommandSerializationService.serializeUpdateDisplayLayout(e.sequence,e.params);case L.REPORT_PERF_STAT:return this.producerCommandSerializationService.serializePerfStatReport(e.sequence,e.params);case L.REPORT_SHARING_STAT:return this.producerCommandSerializationService.serializeSharingStatReport(e.sequence,e.params);case L.REQUEST_ASR:return this.producerCommandSerializationService.serializeRequestAsr(e.sequence,e.params);case L.REPORT_NETWORK_STAT:return this.producerCommandSerializationService.serializeNetworkStatReport(e.sequence,e.params);case L.ENABLE_VIDEO_SUSPEND:return this.producerCommandSerializationService.serializeEnableVideoSuspend(e.sequence,e.params);case L.ENABLE_VIDEO_SUSPEND_SUGGEST:return this.producerCommandSerializationService.serializeEnableVideoSuspendSuggest(e.sequence,e.params);case L.CHANGE_SIMULCAST:return this.producerCommandSerializationService.serializeChangeSimulcast(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===L.UPDATE_DISPLAY_LAYOUT?t=this._convertDisplayLayout(e.params):t=e.params;let i=Object.assign({command:e.name,sequence:e.sequence},t);return JSON.stringify(i)}_convertDisplayLayout(e){let t=e,i={};for(let a in t)t.hasOwnProperty(a)&&(i[a]=qa(t[a]));return{layouts:i}}_waitConnectionMessage(){this.connectionMessageWaitTimer=window.setTimeout(()=>{this.conversationReject&&this.conversationReject(new $(se.SIGNALING_FAILED,{message:"Unable to connect to the signaling: connection timeout",remote:!0}))},tt.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(ot.RETRY)},tt.WAIT_MESSAGE_DELAY)}_stopDoctor(){window.clearTimeout(this.doctorTimer),this.doctorTimer=0}},Ve=tt;Ve.RECONNECT_DELAY=p.signalingReconnectDelay,Ve.RECONNECT_MAX_DELAY=p.signalingReconnectMaxDelay,Ve.RECONNECT_MAX_COUNT=p.signalingReconnectMaxCount,Ve.WAIT_CONNECTION_DELAY=p.waitConnectionDelay,Ve.WAIT_RESPONSE_DELAY=p.waitResponseDelay,Ve.WAIT_MESSAGE_DELAY=p.waitMessageDelay;var on=(t=>(t.INCOMING="INCOMING",t.OUTGOING="OUTGOING",t.JOINING="JOINING",t))(on||{}),_t=on;var sn=(t=>(t.USER="USER",t.GROUP="GROUP",t.CHAT="CHAT",t))(sn||{}),st=sn;var cn=(e=>(e.ATTENDEE="ATTENDEE",e.HAND_UP="HAND_UP",e))(cn||{}),Qr=cn;var dn=(t=>(t.ADD_PARTICIPANT="ADD_PARTICIPANT",t.RECORD="RECORD",t.MOVIE_SHARE="MOVIE_SHARE",t))(dn||{}),Xr=dn;var ln=(n=>(n.REQUIRE_AUTH_TO_JOIN="REQUIRE_AUTH_TO_JOIN",n.AUDIENCE_MODE="AUDIENCE_MODE",n.WAITING_HALL="WAITING_HALL",n.ASR="ASR",n.FEEDBACK="FEEDBACK",n.RECURRING="RECURRING",n))(ln||{}),Zt=ln;function pn(o,r){if(o.length!==r.length)return!1;for(let e of o)if(!r.includes(e))return!1;return!0}function un(o,r){let e=new Set(o);for(let[t,i]of Object.entries(r))i?e.add(t):e.delete(t);return Array.from(e)}var mn=(t=>(t.UNMUTE="UNMUTE",t.MUTE="MUTE",t.MUTE_PERMANENT="MUTE_PERMANENT",t))(mn||{}),Fe=mn;var hn=(i=>(i.CALLED="CALLED",i.ACCEPTED="ACCEPTED",i.REJECTED="REJECTED",i.HUNGUP="HUNGUP",i))(hn||{}),Z=hn;var _n=(i=>(i.UPDATE="UPDATE",i.REMOVE="REMOVE",i.ACTIVATE="ACTIVATE",i.TIMEOUT="TIMEOUT",i))(_n||{}),Ri=_n;var gn=(e=>(e.AUDIO_MIX="audio-mix",e.PARTICIPANT_AGNOSTIC_TRACK_PREFIX="pat",e))(gn||{}),$e=gn;var fn=(e=>(e.NO_AVAILABLE_TRACKS="no-available-tracks",e.UNKNOWN_ERROR="unknown-error",e))(fn||{}),Sn=fn;function vn(o){switch(o){case 1:return"no-available-tracks";default:return"unknown-error"}}var In=(e=>(e.CREATOR="CREATOR",e.ADMIN="ADMIN",e))(In||{}),gt=In;function Ti(o,r){if(o.length!==r.length)return!1;for(let e of o)if(!r.includes(e))return!1;return!0}var Zr=(t=>(t.USER="USER",t.ANONYM="ANONYM",t.GROUP="GROUP",t))(Zr||{}),Q;(u=>{function o(m){return m.length?typeof m[0]=="object"?m:m.map(h=>r(h)):[]}u.fromIds=o;function r(m,h="USER",v=0){return{id:m,type:h,deviceIdx:v}}u.fromId=r;function e(m,h=!0){var M;let v=h?m.decorativeExternalUserId:m.externalId,I=(M=m.deviceIdx)!=null?M:0;if(v)return t(v,I)}u.fromSignalingParticipant=e;function t(m,h=0){return{id:m.id,type:m.type==="ANONYM"?"ANONYM":"USER",deviceIdx:h}}u.fromSignaling=t;function i(m){let h=m.deviceIdx||0;return`{"id":"${m.id}","type":"${m.type}","deviceIdx":${h}}`}u.toString=i;function a(m,h="USER",v=0){return i(r(m,h,v))}u.fromIdToString=a;function n(m){try{return JSON.parse(m)}catch(h){throw new Error(`Failed to parse ExternalId from string '${m}'`)}}u.fromString=n;function s(m,h){return m.id===h.id&&m.type===h.type&&m.deviceIdx===h.deviceIdx}u.compare=s;function l(m){return(m==null?void 0:m.deviceIdx)||0}u.getDeviceIdx=l})(Q||(Q={}));var{isObject:En,isObjectsEquals:ns}=R;function ea(o,r){return o===null||r===null?o===null&&r===null:o.maxDimension!==r.maxDimension||o.maxBitrateK!==r.maxBitrateK||o.maxFramerate!==r.maxFramerate||o.degradationPreference!==r.degradationPreference||o.scalabilityMode!==r.scalabilityMode||En(o.bitrates)&&En(r.bitrates)&&!ns(o.bitrates,r.bitrates,!0)?!1:o.bitrates===r.bitrates}function pr(o,r){return!(!ea(o.camera,r.camera)||!ea(o.screenSharing,r.screenSharing))}function ta(o,r){return{camera:Object.assign({},o.camera,r.camera),screenSharing:Object.assign({},o.screenSharing,r.screenSharing)}}function Rn(o){try{return btoa(JSON.stringify(o))}catch(r){d.warn("WaitingParticipant: failed convert to string",o,r)}return null}function Tn(o){try{return JSON.parse(atob(o))}catch(r){d.warn("WaitingParticipant: failed convert from string",o,r)}return null}var ur=(o,r)=>R.objectReduce(o,(e,t,i)=>(t===r&&e.push(i),e),[]);function Cn(o){var r;if((r=o.conversation)!=null&&r.muteStates)return o.conversation.muteStates;if(o.muteState&&o.muteOptions)return o.muteOptions.reduce((e,t)=>(e[t]=o.muteState,e),{})}function os(o,r){switch(o){case le.AUDIO:return!!r.isAudioEnabled;case le.AUDIO_SHARING:return!!r.isAudioSharingEnabled;case le.VIDEO:return!!r.isVideoEnabled;case le.SCREEN_SHARING:return!!r.isFastScreenSharingEnabled||!!r.isScreenSharingEnabled;default:return!1}}function Pn(o,r){return R.objectReduce(o,(e,t,i)=>{switch(t){case Fe.MUTE:case Fe.MUTE_PERMANENT:{os(i,r)||(e[i]=t);break}default:e[i]=t;break}return e},{})}function yn(o){let{muteStates:r={},mediaSettings:e}=o;return Pn(r,e)}function bn(o,r){let e=o.conversation.participants.find(i=>R.comparePeerId(i.peerId,o.peerId));if(!e)return r;let{mediaSettings:t}=e;return Pn(r,t)}var ei=class{constructor(r){this._fixNoPacketsApplied=!1;this._fixNoPacketsChecked=!1;this._fixTooManyPacketsApplied=!1;this._fixTooManyPacketsSucceeded=!1;this._fixTooManyPacketsFailed=!1;this._toggleAudioPromise=null;this._fixNoPacketsAppliedVideo=!1;this._mediaSource=r}_fixAudioDeviceNoPackets(r){if(!(this._fixNoPacketsApplied&&this._fixNoPacketsChecked)){if(this._fixNoPacketsApplied&&!this._fixNoPacketsChecked){this._fixNoPacketsChecked=!0,C.log(P.ERROR,`audio_device_recover_${r.bandwidth?"success":"fail"}`);return}!this._fixNoPacketsApplied&&!r.bandwidth&&(this._fixNoPacketsApplied=!0,C.log(P.ERROR,"audio_device_recover"),d.log("[AudioFix] Trying to fix RV (no packets)"),this._toggleAudioPromise=this._mediaSource.toggleAudio(D.getMicrophonePermissionState()!=="denied"))}}_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"),C.log(P.ERROR,"audio_device_recover_rv_fail"),this._fixTooManyPacketsFailed=!0):t-this._fixTooManyPacketsTime>6e4&&(d.log("[AudioFix] Fixed RV"),C.log(P.ERROR,"audio_device_recover_rv_success"),this._fixTooManyPacketsSucceeded=!0):i>e&&(this._fixTooManyPacketsApplied=!0,C.log(P.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))}fixVideo(r){if(!this._mediaSource||this._fixNoPacketsAppliedVideo||!this._toggleAudioPromise)return;let e=r.find(t=>t.kind==="video");e&&!e.bandwidth&&(this._fixNoPacketsAppliedVideo=!0,this._toggleAudioPromise.then(()=>{this._mediaSource.getMediaSettings().isVideoEnabled&&this._mediaSource.toggleVideo(!0)}))}};var Ci=class{constructor(r){this._output=null;this._volume=1;this._features={setSinkId:!!Audio.prototype.setSinkId};this._statFirstMediaReceived=r}add(r){this.destroy(),this._output={},this._output.audioTrack=r,this._initAudioElement()}remove(r){!this._output||this._output.audioTrack!==r||this.destroy()}get volume(){return this._volume}set volume(r){this._volume=Math.max(0,Math.min(1,r)),this._output&&this._output.audioElement&&(this._output.audioElement.volume=this._volume)}_initAudioElement(){var n;if(p.muteMode||!((n=this._output)!=null&&n.audioTrack))return;let r=D.browserName()!=="Safari"||D.isMobile(),e=document.createElement(r?"audio":"video");e.muted=!1,e.volume=this._volume,e.preload="auto";let t=()=>{d.warn("[audio] Error on play audio"),E.onAutoplayError()},i=s=>{e.srcObject=new MediaStream([s]),e.load();let l=e.play();l&&l.catch(t)},a=()=>{var l;d.debug("[audio] Recover audio playback");let s=(l=this._output)==null?void 0:l.audioTrack;s?i(s):d.warn("[audio] Broken audio track")};e.onpause=a,e.onstalled=a,e.onerror=a,e.onloadeddata=()=>{this._statFirstMediaReceived.measure()},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))return;let i=D.getSavedOutput();i&&(yield(t=(e=this._output.audioElement).setSinkId)==null?void 0:t.call(e,i.deviceId))}catch(i){throw C.log(P.ERROR,"change_output"),d.error("[audio] Output change failed",i),i}})}};var ss=90,cs=3,Pi=class extends oe{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}),E.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>ss?d.warn(`High memory usage: ${t}% (${i} MiB)`):(!this._lastMemoryStat.percent||Math.abs(t-this._lastMemoryStat.percent)>=cs)&&(d.debug(`Memory usage: ${t}% (${i} MiB)`),this._lastMemoryStat.percent=t,this._lastMemoryStat.bytes=e.usedJSHeapSize)}};var ds=44100,Ot=class{constructor(r,e){this._analyser=null;this._gainNode=null;this._fftBins=null;this._mediaStreamSource=null;this._lastSmoothedLevel=0;this._trackId=r,this._track=e,this._stream=new MediaStream([e]);try{let t=D.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(this._stream),this._mediaStreamSource.connect(this._analyser)}catch(t){}}get track(){return this._track}get trackId(){return this._trackId}_getBins(){if(!this._fftBins||!this._analyser)return new Uint8Array;this._analyser.getByteFrequencyData(this._fftBins);let r=ds/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,n)=>a+n,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),this._stream.removeTrack(this._track)}};var yi=class extends oe{constructor(e){super();this._detector=null;this._interval=null;let t=()=>{this._detector&&E.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"&&e.getMediaSettings().isAudioEnabled&&i()}),i()}init(e){this._stopDetector(),this._detector=new Ot("local",e.clone())}_stopDetector(){this._detector&&(this._detector.track.stop(),this._detector.destroy(),this._detector=null)}destroy(){this.unsubscribe(),this._interval&&(window.clearTimeout(this._interval),this._interval=null),this._stopDetector()}};var Mn=(n=>(n.producerNotification="producerNotification",n.producerCommand="producerCommand",n.consumerScreenShare="consumerScreenShare",n.producerScreenShare="producerScreenShare",n.asr="asr",n.animoji="animoji",n))(Mn||{}),ct=Mn;var xt=class extends oe{constructor(e,t){super();this._state="IDLE";this._pc=null;this._signaling=e,this._mediaSource=t}getState(){return this._state||"IDLE"}};var An="videochat-epi",ls=5e3,ps=500,ft=class extends oe{constructor(e,t,i=!1){super();this._previousPerfStatReportTimestamp=0;this._previousNetworkStatReportTimestamp=Date.now();this._previousCallStatReportTimestamp=Date.now();this._previousCallStatReport=null;this._screenShareStats=[];this._handleScreenSharingStat=e=>{this._screenShareStats.push(e)};this._handleTransportStateChanged=e=>{(this._directTopology&&e==="CONNECTED"||!this._directTopology&&e==="OPENED")&&(this._previousNetworkStatReportTimestamp=Date.now(),this._previousCallStatReportTimestamp=Date.now())};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)),this.subscribe(e,"STATE_CHANGED",this._handleTransportStateChanged.bind(this))}destroy(){this.unsubscribe()}static getEstimatedPerformanceIndex(){try{let e=parseInt(localStorage.getItem(An)||"",10);return isNaN(e)?0:e}catch(e){return 0}}_handleStats(e){return c(this,null,function*(){var a;if(!e.inbound||!e.inbound.rtps)return;let t=Date.now();!this._directTopology&&p.perfStatReportEnabled&&this._previousPerfStatReportTimestamp+ls<=t&&(yield this.reportPerfStats(e),this._previousPerfStatReportTimestamp=t);let i=((a=e.outbound.transport.local)==null?void 0:a.protocol)==="tcp";!this._directTopology&&i&&this._previousNetworkStatReportTimestamp+ps<=t&&(yield this.reportNetworkStats(e),this._previousNetworkStatReportTimestamp=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(An,i.estimatedPerformanceIndex)}catch(i){}})}reportNetworkStats(e){return c(this,null,function*(){let t={timestamp:e.outbound.transport.timestamp,sendBitrate:e.outbound.rtps.reduce((i,a)=>{var n;return i+((n=a.bandwidth)!=null?n:0)*8},0)};if(t.timestamp)try{yield this._signaling.reportNetworkStat(t)}catch(i){}})}_reportCallStats(e){var u,m,h,v;let t={call_topology:this._directTopology?"D":"S",stat_time_delta:0,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,packets_lost_video:0,packets_sent_video:0,packets_lost_audio:0,packets_sent_audio: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:kn(e.inbound.transport.local),local_connection_type:(u=e.inbound.transport.local)==null?void 0:u.type,network_type:(m=e.inbound.transport.local)==null?void 0:m.networkType,transport:(h=e.inbound.transport.local)==null?void 0:h.protocol,remote_address:kn(e.inbound.transport.remote),remote_connection_type:(v=e.inbound.transport.remote)==null?void 0:v.type};this._previousCallStatReport||(this._previousCallStatReport=Object.assign({},t));let i=!1,a=!1;for(e.inbound.rtps.reduce((I,M)=>(M.kind==="video"?(i=!0,M.framesReceived&&(I.jitter_video=I.jitter_video*I.inbound_video_count/(I.inbound_video_count+1)+M.jitter*1e3/(I.inbound_video_count+1),I.interframe_delay_variance=I.interframe_delay_variance*I.inbound_video_count/(I.inbound_video_count+1)+(M.interframeDelayVariance||0)*1e6/(I.inbound_video_count+1),I.inbound_video_count++),I.frames_dropped+=M.framesDropped||0,I.nack_sent+=M.nackCount,I.pli_sent+=M.pliCount,I.fir_sent+=M.firCount,I.freeze_count+=M.freezeCountDelta||0,I.total_freezes_duration+=M.totalFreezesDurationDelta||0):(a=!0,M.totalSamplesReceived&&(I.jitter_audio=I.jitter_audio*I.inbound_audio_count/(I.inbound_audio_count+1)+M.jitter*1e3/(I.inbound_audio_count+1),I.total_audio_energy=I.total_audio_energy*I.inbound_audio_count/(I.inbound_audio_count+1)+(M.totalAudioEnergy||0)/(I.inbound_audio_count+1),I.inbound_audio_count++),I.total_audio_samples_received+=M.totalSamplesReceived||0,I.inserted_audio_samples_for_deceleration+=M.insertedSamplesForDeceleration||0,I.removed_audio_samples_for_acceleration+=M.removedSamplesForAcceleration||0,I.concealed_audio_samples+=M.concealedSamples||0,I.silent_concealed_audio_samples+=M.silentConcealedSamples||0,I.audio_concealment_events+=M.concealmentEvents||0),I),t),e.outbound.rtps.reduce((I,M)=>(M.kind==="video"?(I.nack_received+=M.nackCount,I.pli_received+=M.pliCount,I.fir_received+=M.firCount,I.packets_sent_video+=M.packetsSent):I.packets_sent_audio+=M.packetsSent,I),t),e.remoteInbound.rtps.reduce((I,M)=>(M.kind==="video"?I.packets_lost_video+=M.packetsLost:I.packets_lost_audio+=M.packetsLost,I),t);this._screenShareStats.length;){let I=this._screenShareStats.pop();I!=null&&I.freeze_duration&&(t.ss_freeze_count+=1,t.ss_total_freezes_duration+=I.freeze_duration)}let n={call_topology:t.call_topology,stat_time_delta:Math.max(0,Date.now()-this._previousCallStatReportTimestamp),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:Math.max(0,t.rtt)};if(i&&!hr(t.jitter_video)&&(n.jitter_video=Math.round(t.jitter_video)),a&&!hr(t.jitter_audio)&&(n.jitter_audio=Math.round(t.jitter_audio)),i&&!hr(t.interframe_delay_variance)&&(n.interframe_delay_variance=t.interframe_delay_variance),t.freeze_count&&t.total_freezes_duration&&(n.freeze_count=t.freeze_count,n.total_freezes_duration=Math.round(t.total_freezes_duration*1e3)),t.ss_freeze_count&&t.ss_total_freezes_duration&&(n.ss_freeze_count=t.ss_freeze_count,n.ss_total_freezes_duration=t.ss_total_freezes_duration),a&&!hr(t.total_audio_samples_received)){let I=Math.max(0,t.total_audio_samples_received-this._previousCallStatReport.total_audio_samples_received),M=Math.max(0,t.inserted_audio_samples_for_deceleration-this._previousCallStatReport.inserted_audio_samples_for_deceleration),F=Math.max(0,t.removed_audio_samples_for_acceleration-this._previousCallStatReport.removed_audio_samples_for_acceleration),O=Math.max(0,t.concealed_audio_samples-this._previousCallStatReport.concealed_audio_samples),K=Math.max(0,t.silent_concealed_audio_samples-this._previousCallStatReport.silent_concealed_audio_samples),q=Math.max(0,t.audio_concealment_events-this._previousCallStatReport.audio_concealment_events);n.inserted_audio_samples_for_deceleration=Lt(M/I*1e3),n.removed_audio_samples_for_acceleration=Lt(F/I*1e3),n.concealed_audio_samples=Lt(O/I*1e3),n.concealed_silent_audio_samples=Lt(K/I*1e3),n.concealment_audio_avg_size=Lt(O/q),n.total_audio_energy=t.total_audio_energy}Dn(t,"local_address","local_connection_type","network_type","transport")&&(n.local_address=t.local_address,n.local_connection_type=t.local_connection_type,n.network_type=t.network_type,n.transport=t.transport),Dn(t,"remote_address","remote_connection_type")&&(n.remote_address=t.remote_address,n.remote_connection_type=t.remote_connection_type);let s=Math.max(0,t.packets_sent_video-this._previousCallStatReport.packets_sent_video),l=Math.max(0,t.packets_sent_audio-this._previousCallStatReport.packets_sent_audio);if(s>0){let I=Math.max(0,t.packets_lost_video-this._previousCallStatReport.packets_lost_video);n.video_loss=Lt(I/s*100)}if(l>0){let I=Math.max(0,t.packets_lost_audio-this._previousCallStatReport.packets_lost_audio);n.audio_loss=Lt(I/l*100)}Ae.logCallStat(n),p.enableLogPerfStatReport&&d.log("Sent call stats",n),this._previousCallStatReport=t}};function Dn(o,...r){for(let e of r)if(!o.hasOwnProperty(e)||o[e]===void 0)return!1;return!0}function kn(o,r=!1){if(o!=null&&o.address)return o.address+(r?`:${o.port}`:"")}function hr(o){return o===void 0}function Lt(o){return Number.isNaN(o)?0:o}var Mi=class{constructor(r,e=null){this.value=NaN;this.weightUp=r,this.weightDown=e!=null?e:r}set(r){this.value=r}update(r){return this.value=this.getNext(r),this.value}getNext(r){if(isNaN(this.value))return r;let e=r<this.value?this.weightDown:this.weightUp;return this.value*(1-e)+r*e}getValue(){return this.value}};var wn=.25,On=.35,us=85,ms=.1,hs=1.5,_s=.1,gs=1,fs=.6,Ss=.3;var Ai=class extends oe{constructor(e){super();this._networkLimits={badNet:{loss:3,rtt:1e3},goodNet:{loss:.5,rtt:600}};this._lastStatSentTimestamp=0;this._currentState="good";this._signaling=e,this._localNetworkStat={rtt:new Mi(wn,wn),loss:new Mi(On,On),bitrate:0},this._remoteNetworkStat={rtt:0,loss:0,bitrate:0},this._lastNetworkStat={rtt:0,loss:0,date:0}}_calcRttRating(e){let t=typeof e=="number"?e:e.getValue(),i=1;if(isNaN(t))return i;let a=Math.round((t-this._networkLimits.goodNet.rtt)/us);for(let n=0;n<a;n++)i*=1-ms;return i}_calcLossRating(e){let t=typeof e=="number"?e:e.getValue(),i=1;if(isNaN(t))return i;let a=Math.round((t-this._networkLimits.goodNet.loss)/hs);for(let n=0;n<a;n++)i*=1-_s;return i}_calcBitrateRating(e,t){if(!e||!t)return 1;let a=1-(1-Math.min(e,t)/Math.max(e,t))*gs;return Math.min(a,1)}_calcUDPRating({rtt:e,loss:t}){return this._calcRttRating(e)*this._calcLossRating(t)}_calcRating(e,t,i){return i?this._calcBitrateRating(e.bitrate,t.bitrate):this._calcUDPRating(e)*this._calcUDPRating(t)}_getNetworkState(e){return isNaN(e)||e>=fs?"good":e>=Ss?"medium":"bad"}updateSettings(e){Object.assign(this._networkLimits.badNet,(e==null?void 0:e.badNet)||{}),Object.assign(this._networkLimits.goodNet,(e==null?void 0:e.goodNet)||{})}reportLocal(e){var h;if(!this._signaling.ready)return;let t=((h=e.outbound.transport.local)==null?void 0:h.protocol)==="tcp",i=Math.max(0,Math.round(e.outbound.transport.currentRoundTripTime*1e3)||0),a=e.inbound.rtps.reduce((v,I)=>Math.max(v,I.packetLoss||0),0),n={rtt:this._localNetworkStat.rtt.update(i),loss:this._localNetworkStat.loss.update(a)};if(t){let v=e.outbound.rtps.reduce((I,M)=>{var F;return I+((F=M.bandwidth)!=null?F:0)*8},0);n.bitrate=v,this._localNetworkStat.bitrate=v}let s=Date.now(),l=this._calcRating(this._localNetworkStat,this._remoteNetworkStat,t),u=Math.max(Math.round(l*10)/10,.1),m=this._getNetworkState(u);(t||m!==this._currentState||s-this._lastStatSentTimestamp>p.networkStatisticsInterval)&&(this._lastStatSentTimestamp=s,this._signaling.customData({sdk:Object.assign({type:"bad-net"},n)},null).catch(v=>{d.warn("Unable to send [bad-net]",v)})),this._currentState=m,this._triggerEvent("NETWORK_STATUS",u)}reportRemote(e){let{rtt:t,loss:i,bitrate:a}=e||{};this._remoteNetworkStat.rtt=t||0,this._remoteNetworkStat.loss=i||0,this._remoteNetworkStat.bitrate=a||0}};var vs=30*1e3,dt=class extends xt{constructor(e,t,i,a,n){super(i,a);this._remoteSDP={};this._remoteCandidates={};this._lastRemoteSDP=null;this._animojiDataChannel=null;this._animojiReceiver=null;this._animojiSender=null;this._remoteAnimojiVersion=1;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._networkLimitsForVideo={bad:{loss:4,rtt:1e3},good:{loss:2,rtt:700}};this._videoMaxDimensionsForNet={worst:320,bad:640,good:1280};this._lastVideoMaxDimension=this._videoMaxDimensionsForNet.good;this._lastBadConnection=0;if(this._participantId=e,this._isMaster=t,this._serverSettings=n,this._perfStatReporter=new ft(this,i,!0),this._directStatReporter=new Ai(i),this.subscribe(this._signaling,Me.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._directStatReporter,"NETWORK_STATUS",this._onNetworkStatus.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,ct.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),this._applySettings()}catch(s){C.log(P.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),this._applySettings()}catch(i){C.log(P.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){pr(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._onNetworkStatus(1),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;switch(e.notification){case U.TRANSMITTED_DATA:this._handleTransmittedData(e);break;case U.SETTINGS_UPDATE:this._directStatReporter.updateSettings(e.settings);break;case U.CUSTOM_DATA:e.data.hasOwnProperty("sdk")&&this._directStatReporter.reportRemote((t=e.data)==null?void 0:t.sdk);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._remoteAnimojiVersion=t.animojiVersion||1,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 C.log(P.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*(){var i;if(this._isOpen&&(!this._remotePeerId||this._remotePeerId===e)&&this._pc){if(((i=this._lastRemoteSDP)==null?void 0:i.sdp)===t.sdp)return;this._lastRemoteSDP=t,t=dt._patchRemoteDescription(t),d.debug("Add remote description",{participantId:this._participantId,sdp:t}),this._calcFingerprint(t.sdp);try{yield this._pc.setRemoteDescription(t),yield this._setRemoteCandidates(e),this._processAnimojiProtocolVersion(this._remoteAnimojiVersion)}catch(a){throw C.log(P.ERROR,"setRemoteDescription-direct"),d.error("Unable to set remote description",a,{participantId:this._participantId,sdp:t}),a}}else this._remoteSDP[e]=t})}_processAnimojiProtocolVersion(e){var i,a;let t=Math.min(e,((i=p.vmojiOptions)==null?void 0:i.protocolVersion)||1);(a=this._animojiSender)==null||a.setProtocolVersion(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 t,i;d.debug(`DirectTransport: Signaling state changed to ${(t=this._pc)==null?void 0:t.signalingState}`,{participantId:this._participantId});let e={animojiVersion:p.vmojiOptions.protocolVersion||1};switch((i=this._pc)==null?void 0:i.signalingState){case"have-local-offer":let a=this._pc.localDescription;a?this._signaling.sendSdp(this._participantId,a,e).catch(this.close.bind(this)):this.close(new Error);break;case"have-remote-offer":this._createAnswer().then(n=>this._signaling.sendSdp(this._participantId,n,e)).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}),C.log(P.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(),R.getPeerConnectionHostInfo(this._pc).then(a=>{a!=null&&a.local&&(C.log(P.ICE_CONNECTION_TYPE,a.local.type),d.debug("Selected ICE candidates",a))}),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?(C.log(P.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}),C.log(P.ERROR,"iceRestart-direct"),this._requestTopologySwitch()},p.iceRestartWaitTime)}_createOffer(e){return c(this,null,function*(){var a,n;let t={iceRestart:e,offerToReceiveAudio:!0,offerToReceiveVideo:!0};d.debug("Create offer",{participantId:this._participantId,options:t});let i;try{i=yield(a=this._pc)==null?void 0:a.createOffer(t),d.debug("Created offer",{participantId:this._participantId,offer:i}),i=dt._patchLocalDescription(i)}catch(s){throw d.error("Unable to create offer",s,{participantId:this._participantId}),C.log(P.ERROR,"createOffer-direct"),s}try{return d.debug("Set local description",{participantId:this._participantId,offer:i}),this._calcFingerprint(i.sdp),yield(n=this._pc)==null?void 0:n.setLocalDescription(i),i}catch(s){throw d.error("Unable to set local description",s,{participantId:this._participantId}),C.log(P.ERROR,"setLocalDescription-direct"),s}})}_createAnswer(){return c(this,null,function*(){var t,i;d.debug("Create answer",{participantId:this._participantId});let e;try{e=yield(t=this._pc)==null?void 0:t.createAnswer(),d.debug("Created answer",{participantId:this._participantId,answer:e}),e=dt._patchLocalDescription(e)}catch(a){throw d.error("Unable to create answer",a,{participantId:this._participantId}),C.log(P.ERROR,"createAnswer-direct"),a}try{return d.debug("Set local description",{participantId:this._participantId,answer:e}),this._calcFingerprint(e.sdp),yield(i=this._pc)==null?void 0:i.setLocalDescription(e),e}catch(a){throw d.error("Unable to set local description",a,{participantId:this._participantId}),C.log(P.ERROR,"setLocalDescription-direct"),a}})}static _patchLocalDescription(e){let t=!!D.baseChromeVersion();return e.sdp=R.patchLocalSDP(e.sdp,p.preferH264&&D.canPreferH264(),D.isBrokenH264Decoder(),p.preferVP9,p.h264spsPpsIdrInKeyframe,t&&p.audioNack,p.p2pAudioRed),e}static _patchRemoteDescription(e){return e.sdp=R.patchRemoteSDP(e.sdp,!1,!1,!1,p.preferVP9,D.isBrokenVP9Encoder(),D.isBrokenVP9Decoder()),e}_onReplacedTrack(e){this._pc&&(this._pc.getSenders().forEach(t=>{t.track&&t.track.kind===e.kind&&t.track.contentHint===e.contentHint&&t.replaceTrack(e).catch(i=>{d.error("DirectTransport: Unable to replace track",i,{participantId:this._participantId}),C.log(P.ERROR,"replaceTrack-direct")})}),this._applySettings())}_startStatInterval(){if(this._statInterval)return;let e=()=>{if(this._isDeadConnection()){this._stopStatInterval();return}pi(this._pc,this._lastStat,void 0,!0).then(t=>{var a;this._lastStat=t;let i={inbound:{topology:"DIRECT",transport:t.transport,rtps:t.rtps.filter(n=>n.type==="inbound-rtp"?(n.userId=this._participantId,!0):!1)},outbound:{topology:"DIRECT",transport:t.transport,rtps:t.rtps.filter(n=>n.type==="outbound-rtp")},remoteInbound:{topology:"DIRECT",transport:t.transport,rtps:(a=t.remoteRtps)!=null?a:[]}};this._checkPPTNetwork(i),this._directStatReporter.reportLocal(i),this._triggerEvent("REMOTE_DATA_STATS",i),this._statInterval=window.setTimeout(e,p.statisticsInterval)})};this._statInterval=window.setTimeout(e,p.statisticsInterval)}_isSVCSupported(e,t){return c(this,null,function*(){let i=this._mediaSource.getSendVideoTrack(),a=e.outbound.rtps.find(l=>l.kind==="video");if(!(a!=null&&a.mimeType)||!(a!=null&&a.bandwidth)||!i)return!1;let n=i.getSettings();if(!n.width||!n.height||!n.frameRate)return!1;let s={type:D.browserName()==="Firefox"?"transmission":"webrtc",video:{contentType:a.mimeType,width:n.width,height:n.height,bitrate:a.bandwidth,framerate:n.frameRate,scalabilityMode:t}};try{return(yield navigator.mediaCapabilities.encodingInfo(s)).supported||!1}catch(l){return d.warn("Failed to get encodingInfo",s,l),!1}})}_checkPPTNetwork(e){return c(this,null,function*(){if(!p.switchVideoAtBadNetwork||!e.inbound.transport.averageNetStat)return;let{averageNetStat:t}=e.inbound.transport,i=t.currentRoundTripTime<=this._networkLimitsForVideo.good.rtt&&t.lostPercent<=this._networkLimitsForVideo.good.loss,a=t.currentRoundTripTime>=this._networkLimitsForVideo.bad.rtt||t.lostPercent>=this._networkLimitsForVideo.bad.loss,n=t.currentRoundTripTime<this._networkLimitsForVideo.bad.rtt,s=this._videoMaxDimensionsForNet.good,l="L1T1";if(a?(this._lastBadConnection=Date.now(),n?(s=this._videoMaxDimensionsForNet.bad,l="L1T2"):(s=this._videoMaxDimensionsForNet.worst,l="L1T3")):i&&(s=this._videoMaxDimensionsForNet.good,l="L1T1"),!(s<this._lastVideoMaxDimension||Date.now()-this._lastBadConnection>vs)||this._lastVideoMaxDimension===s)return;let m=this._serverSettings.camera;if(!m||!(yield this._isSVCSupported(e,l)))return;d.debug("Switch outbound video frame size and scalabilityMode",{scalabilityMode:l,averageNetStat:t,nextVideoMaxDimension:s}),this._lastVideoMaxDimension=s;let v=He(ue({},this._serverSettings),{camera:He(ue({},m),{scalabilityMode:l,maxDimension:this._lastVideoMaxDimension})});this.updateSettings(v)})}_stopStatInterval(){this._statInterval&&(window.clearTimeout(this._statInterval),this._statInterval=null)}_onNetworkStatus(e){let t={};t[this._participantId]=t[""]=e,this._triggerEvent("NETWORK_STATUS",t)}_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:(E.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=R.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 n=a.readyState;n==="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 [${n}]`)}}};var Is=16,ti=class{constructor(r,e,t){d.debug("AsrReceiver started"),this._datachannel=r,this._participantIdRegistry=e,this._asrCallback=t,this._textDecoder=new TextDecoder,this._datachannel.onmessage=i=>this._onDataChannelMessage(i.data)}static parse(r){let e=new DataView(r),t=e.getUint8(0),i=e.getUint8(1);if(i!==0)throw new Error(`Unsupported message type. Message type: ${i}`);let a=e.getUint16(2),n=e.getUint32(4),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:n,timestamp:s,duration:l,data:r.slice(Is)}}_onDataChannelMessage(r){var a,n;let e=ti.parse(r),t=(n=(a=this._participantIdRegistry)==null?void 0:a.getStreamDescription(e.ssrc))==null?void 0:n.participantId;if(!t){d.warn(`Participant id for ssrc ${e.ssrc} not found in registry`);return}let i={participantId:t,text:this._textDecoder.decode(e.data),timestamp:e.timestamp,duration:e.duration};this._asrCallback(i)}destroy(){this._datachannel.onmessage=null}};import{decode as vt}from"messagepack";var _r=class{constructor(){this.streamDescriptionByCompactId=new Map;this.compactIdByStreamDescription=new Map}getStreamDescription(r){return this.streamDescriptionByCompactId.get(r)}getCompactId(r){return this.compactIdByStreamDescription.get(r)}handleMessage(r){var a,n;let e=new Uint8Array(r),t=e[0],i=e.subarray(1);switch(t){case 1:let s=vt(i);return Object.entries(s).forEach(([F,O])=>{let K=Ei(F);this.streamDescriptionByCompactId.set(O,K),this.compactIdByStreamDescription.set(F,O)}),null;case 2:case 4:let l=vt(i),u=[];for(let F of l){let O=this.getStreamDescription(F);O&&u.push(O.participantId)}return t===2?{type:"notification",notification:U.AUDIO_ACTIVITY,activeParticipants:u}:{type:"notification",notification:U.STALLED_ACTIVITY,stalledParticipants:u};case 3:let m=vt(i);return{type:"notification",notification:U.SPEAKER_CHANGED,speaker:(a=this.getStreamDescription(m))==null?void 0:a.participantId};case 5:let h=vt(i);return{type:"notification",notification:U.VIDEO_QUALITY_UPDATE,quality:{maxBitrate:h[0],maxDimension:h[1]}};case 6:let v=vt(i),I={};for(let[F,O]of Object.entries(v)){let K=(n=this.getStreamDescription(Number(F)))==null?void 0:n.participantId;K&&(I[K]=O/100)}return{type:"notification",notification:U.NETWORK_STATUS,statuses:I};case 7:return this._createParticipantSourcesUpdateNotification(i);case 8:{let O=vt(i).map(K=>{var ai;let[q,pe,re,J,_e,Ue,Ni]=K;return{participantId:(ai=this.getStreamDescription(q))==null?void 0:ai.participantId,gain:pe,pause:re,offset:J,mute:_e,liveStatus:Ue,startTimeMs:Ni}});return{type:"notification",notification:U.MOVIE_UPDATE_NOTIFICATION,data:O}}case 9:let M=vt(i);return{type:"notification",notification:U.VIDEO_SUSPEND_SUGGEST,bandwidth:M};default:return d.debug("unsupported message type: "+t),null}}_createParticipantSourcesUpdateNotification(r){let e=vt(r),t=[];for(let[i,a]of Object.entries(e)){let n=a[0],s=a[1],l=a[2],u=!!a[3],m=a[4]!==null?!!a[4]:void 0,h;if(n!==null){if(h=this.getStreamDescription(n),!h){d.error(`could not uncompress participant ID ${n}`);continue}}else h=null;if(l===null){d.error("unexpected null sequenceNumber",i,a);continue}let v=$e.PARTICIPANT_AGNOSTIC_TRACK_PREFIX+"-"+i,I=s?s>>>0:null;t.push({participantStreamDescription:h,streamId:v,rtpTimestamp:I,sequenceNumber:l,fastScreenShare:u,suspend:m})}return{type:"notification",notification:U.PARTICIPANT_SOURCES_UPDATE,participantUpdateInfos:t}}};var Es=90,Rs=4294967295,Ne=class extends xt{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._simulcastInfo=null;this.subscribe(this._signaling,Me.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){pr(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}}onCameraResolutionChanged(){return c(this,null,function*(){yield this._changeSimulcastInfo(!0,!1)})}_createPerfStatsReporter(){var e;(e=this._perfStatReporter)==null||e.destroy(),this._perfStatReporter=new ft(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,Ne._closeDataChannel(this._producerNotification),Ne._closeDataChannel(this._producerCommand),Ne._closeDataChannel(this._producerScreen),Ne._closeDataChannel(this._consumerScreen),Ne._closeDataChannel(this._asr),Ne._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 n=a.readyState;n==="open"?(d.debug(`[${t}] data channel opened`),i(a)):d.error(`[${t}] data channel open failed, state [${n}]`)},a.onerror=n=>{let s=n.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.debounce(t=>{this._pc&&this._onConnectionStateChange(this._pc,t)},500),this._pc.onsignalingstatechange=Ne._onSignalingStateChange.bind(this,this._pc),this._participantIdRegistry=new _r,this._signaling.setParticipantIdRegistry(this._participantIdRegistry),p.producerNotificationDataChannel&&this._createDataChannel(this._pc,ct.producerNotification,t=>{this._producerNotification=t,this._producerNotification.binaryType="arraybuffer",this._signaling.setProducerNotificationDataChannel(t)}),p.producerCommandDataChannel&&(this._signaling.useCommandDataChannel(!0),this._createDataChannel(this._pc,ct.producerCommand,t=>{this._producerCommand=t,this._signaling.setProducerCommandDataChannel(t)})),p.producerScreenDataChannel&&this._createDataChannel(this._pc,ct.producerScreenShare,t=>{this._producerScreen=t,this._producerScreen.binaryType="arraybuffer",this._createCaptureReceiver()}),p.asrDataChannel&&this._createDataChannel(this._pc,ct.asr,t=>{this._asr=t,this._asr.binaryType="arraybuffer",this._removeAsrTrack(),this._asrTrack=new ti(t,this._participantIdRegistry,i=>{this._onAsrTranscription(i)})}),p.vmoji&&this._createDataChannel(this._pc,ct.animoji,t=>{var i,a,n,s;this._animojiDataChannel=t,this._animojiDataChannel.binaryType="arraybuffer",(i=this._animojiReceiver)==null||i.setDataChannel(t),(a=this._animojiReceiver)==null||a.setParticipantIdRegistry(this._participantIdRegistry),(n=this._animojiSender)==null||n.setDataChannel(t),(s=this._animojiSender)==null||s.setProtocolVersion(p.vmojiOptions.protocolVersion||1)}),this._newAudioShareTrack=this._mediaSource.getAudioShareTrack();try{this._mediaSource.addTrackToPeerConnection(this._pc,this._observer,!1),this._prevConsumerSettings={},this._applyConsumerSettings()}catch(t){d.error("ServerTransport: Unable to add media source tracks",t),C.log(P.ERROR,"addTrack-single"),this.close(t);return}p.consumerScreenDataChannel&&this._createDataChannel(this._pc,ct.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)|(?:${$e.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 bt(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 Pt(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),n=e.maxDimension!==0;if(a&&!n){d.log("Disabling video upload"),this._disabledSenders.add(i),i.replaceTrack(D.getBlackMediaTrack()).catch(l=>{d.error("Could not disable video upload",l)});return}let s=this._mediaSource.getSendVideoTrack();if(!a&&n&&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)})}R.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 pi(this._pc,this._lastStat,this._ssrcMap,!0);return this._lastStat=e,e})}_reportStats(e){var t;this._triggerEvent("REMOTE_DATA_STATS",{inbound:{topology:"SERVER",transport:e.transport,rtps:e.rtps.filter(i=>i.type==="inbound-rtp")},outbound:{topology:"SERVER",transport:e.transport,rtps:e.rtps.filter(i=>i.type==="outbound-rtp")},remoteInbound:{topology:"SERVER",transport:e.transport,rtps:(t=e.remoteRtps)!=null?t:[]}})}_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=$e.AUDIO_MIX,a=this._statBytes[i],n=!1;if(a){let s=t.bytesReceived-a.bytesReceived;s>=0&&s<=5&&(n=!0),a.stalled!==n&&this._triggerEvent("AUDIO_MIX_STALL",n)}this._statBytes[i]={bytesReceived:t.bytesReceived,stalled:n}}_allocateConsumer(){if(!this._signaling.ready)return;let e={estimatedPerformanceIndex:ft.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?p.vmojiOptions.protocolVersion:1,animojiBackendRender:!p.vmojiOptions.renderingOptions.useFullClientRendering,onDemandTracks:!0,unifiedPlan:!0,singleSession:!0,videoTracksCount:p.videoTracksCount,red:p.serverAudioRed,audioShare:p.audioShare,fastScreenShare:p.fastScreenShare,videoSuspend:p.videoSuspend,simulcast:p.simulcast};!p.videoTracksCount&&!this._observer&&d.warn("Setting videoTracksCount to 0 is deprecated"),this._signaling.allocateConsumer(null,e)}_processOffer(e){return c(this,null,function*(){if(!this._pc)throw new Error("Interrupt allocation");let t=p.simulcast;try{yield this._pc.setRemoteDescription(e)}catch(n){throw d.error("[single] unable to set remote offer",n),C.log(P.ERROR,"setRemoteDescription-single"),n}let i=this._findFirstSimTransceiver();if(p.simulcast)if(i){d.log(`_processOffer: caps.simulcast=${p.simulcast} mid=${i.mid} dir=${i.direction}`);let n=this._mediaSource.getStream(),s=yield this._setupSimulcastTransceiver(n,i);d.log("_processOffer: simulcastInfo",s),s||(d.log(`_processOffer: simulcast transceiver not found in server offer mid=${i.mid}, disable simulcast`),t=!1)}else d.log("_processOffer: simulcast transceiver not found in server offer, disable simulcast"),t=!1;let a;try{if(yield this._handleTracks(),d.debug("[single] create local answer"),!this._pc)throw new Error("Interrupt allocation");a=yield this._pc.createAnswer()}catch(n){throw d.error("[single] unable to create answer",n),C.log(P.ERROR,"createAnswer-single"),n}try{if(!this._pc)throw new Error("Interrupt allocation");a.sdp=R.patchLocalSDP(a.sdp,!1,D.isBrokenH264Decoder(),!1,p.h264spsPpsIdrInKeyframe),d.debug("[single] set local answer",{answer:a}),yield this._pc.setLocalDescription(a)}catch(n){throw d.error("[single] unable to set local answer",n),C.log(P.ERROR,"setLocalDescription-single"),n}if(t&&i){a.sdp=R.patchSimulcastAnswerSdp(a.sdp,i,lt.WIDTH,lt.HEIGHT);for(let n of this._pc.getTransceivers())n.mid===null&&n.stop()}try{d.debug("[single] transmit local answer",{answer:a}),this._updateSSRCMap(e),yield this._signaling.acceptProducer(a,Object.keys(this._ssrcMap)),d.debug("[single] remote offer has been processed")}catch(n){d.warn("[single] unable to send local answer",n),C.log(P.ERROR,"acceptProducer")}yield this._changeSimulcastInfo(!0,!0)})}_findFirstSimTransceiver(){var e,t,i,a;if(!this._pc)return null;for(let n of this._pc.getTransceivers()){let s=(e=n.sender)!=null&&e.track?(t=n.sender.track)==null?void 0:t.kind:(a=(i=n.receiver)==null?void 0:i.track)==null?void 0:a.kind;if(!n.sender||s!=="video")continue;let l=n.sender.getParameters();if(!(!l.encodings||l.encodings.length<=1))return n}return null}_setupSimulcastTransceiver(e,t){return c(this,null,function*(){var m,h;if(!(t!=null&&t.sender)||!e)return null;t.direction="sendonly";let i=e.getVideoTracks()[0];yield t.sender.replaceTrack(i),t.sender.setStreams(e);let a=t.sender.getParameters();if(!a.encodings||a.encodings.length<=1)return d.log(`_setup:sim: mid=${t.mid} dir=${t.direction}: wrong encodings:${JSON.stringify(a.encodings)}`),null;let n=di(lt.WIDTH,lt.HEIGHT,(h=(m=this._serverSettings.camera)==null?void 0:m.bitrates)==null?void 0:h.generic),s=0,l=1;for(let v of a.encodings)v.scalabilityMode=ci,v.active=!0,s>=n.streams.length?v.maxBitrate=0:v.maxBitrate=n.streams[s].bitrate,v.scaleResolutionDownBy=l,l=l*2,s++;yield t.sender.setParameters(a);let u=i.getSettings();return d.log(`_setup:sim: mid=${t.mid} dir=${t.direction} track=${u.width}x${u.height} encodings=${JSON.stringify(a.encodings)}`),!0})}_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={type:"offer",sdp:R.patchRemoteSDP(e,D.isOldDataChannelDescription(),!1,!1,!1,D.isBrokenVP9Encoder(),D.isBrokenVP9Decoder())};if(d.debug("[single] set remote offer",{offer:t}),!this._pc)throw new Error("Interrupt allocation");try{if(yield this._processOffer(t),this._producerOfferIsProcessing=!1,this._producerNextOffer){d.debug("[single] there is other unprocessed remote offer, process it");let i=this._producerNextOffer;this._producerNextOffer=null,yield 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),C.log(P.ERROR,"replaceTrack-single")}})}_onSignalingNotification(e){return c(this,null,function*(){if(this._isOpen)switch(e.notification){case U.PRODUCER_UPDATED:yield this._onProducerUpdated(e);break;case U.REALLOC_CON:this._reconnect();break;case U.AUDIO_ACTIVITY:this._signalActiveParticipants(e.activeParticipants);break;case U.SPEAKER_CHANGED:this._signalSpeakerChanged(e.speaker);break;case U.STALLED_ACTIVITY:this._signalStalledParticipants(e.stalledParticipants);break;case U.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=n=>{this._triggerEvent("REMOTE_TRACK_REMOVED",i.id,i,n.track)}),i.getTracks().find(n=>n.id===t.track.id)||i.addTrack(t.track),this._rtpReceiversByStreamId[i.id]=t.receiver,this._triggerEvent("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),C.log(P.ICE_CONNECTION_STATE,e.connectionState),e.connectionState){case"failed":this._reconnectionPrevented?this.close(new Error("Ice connection failed")):(C.logCustom(P.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!=null&&a.local&&(C.log(P.ICE_CONNECTION_TYPE,a.local.type),d.debug("Selected ICE candidates",a))}),C.logCustom(P.RECONNECT,{param:0});break}}_onReplacedTrack(e,t){var i,a;if(this._pc){p.consumerScreenDataChannel&&t&&(e=t);let n=(s,l)=>{s.replaceTrack(l).catch(u=>{d.error("ServerTransport: Unable to replace track",u),C.log(P.ERROR,"replaceTrack-single")})};if(d.log(`_onReplacedTrack: newTrack=${e.getSettings().width}x${e.getSettings().height}`),p.simulcast&&e.kind==="video"){let s=(i=this._pc)==null?void 0:i.getTransceivers().find(u=>{var m,h;return u.direction==="sendonly"&&((h=(m=u.sender)==null?void 0:m.track)==null?void 0:h.kind)==="video"}),l=s==null?void 0:s.sender;l!=null&&l.track?(n(l,e),e.getSettings().width&&e.getSettings().height&&this._changeSimulcastInfo(!1,!1)):d.warn("_onReplacedTrack: simulcast video transceiver not found")}else{let s=(a=this._pc)==null?void 0:a.getSenders().find(l=>l.track&&l.track.kind===e.kind&&!this._disabledSenders.has(l)&&l.track.contentHint===e.contentHint);s!=null&&s.track?n(s,e):e.kind==="audio"&&e.contentHint==="music"&&(this._newAudioShareTrack=e)}}this._applyConsumerSettings()}getStreamWaitingTimeMs(e,t){if(!this._pc)return C.log(P.PAT_WAITING_TIME_ERROR,"noConnection"),d.error("Cannot get stream waiting time, peer connection is not initialized"),0;if(!RTCRtpReceiver.prototype.getSynchronizationSources)return C.log(P.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 C.log(P.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 C.log(P.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&Rs,u=Math.ceil(l/Es);return Math.min(100,Math.max(0,u))}_changeSimulcastInfo(e,t){return c(this,null,function*(){var I,M,F,O;let i=this._mediaSource.getMediaSettings().isVideoEnabled,a=this._findFirstSimTransceiver();if(!p.simulcast||!i||!a||!a.sender)return;let n=this._mediaSource.getStream();if(!n)return;let s=n.getVideoTracks()[0],l=s.getSettings().width,u=s.getSettings().height,m=di(l,u,(M=(I=this._serverSettings.camera)==null?void 0:I.bitrates)==null?void 0:M.generic),h=t||!ya(this._simulcastInfo,m);if(!m.streams.length||!h)return;let v=a.sender.getParameters();if(v.encodings||(v.encodings=[{}]),!(v.encodings.length<=1)){if(d.log(`_changeSimulcastInfo: ${l}x${u} command: ${JSON.stringify(m)} `),e){let K=0;for(let q of v.encodings)q.scaleResolutionDownBy=ji(q.rid),q.scalabilityMode=ci,K>=m.streams.length?(q.maxBitrate=0,q.active=!1):(q.active=!0,q.maxBitrate=m.streams[K].bitrate),K++;yield(O=(F=a.sender).setParameters)==null?void 0:O.call(F,v).catch(q=>{d.error("Failed to set sender parameters",v,q)}),d.log(`_changeSimulcastInfo: actual encodings: ${JSON.stringify(v.encodings)} `)}if(this._simulcastInfo=m,m.streams){let K={mediaSource:1,simulcastInfo:m};yield this._signaling.changeSimulcast(K)}}})}};var St=(e=>(e.DIRECT="DIRECT",e.SERVER="SERVER",e))(St||{}),gr=class extends oe{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,Me.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 n=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),n=!0}n&&(this._topology==="DIRECT"&&this._directTransport&&this._directTransport.open(t),this._topology==="SERVER"&&this._serverTransport&&(this._serverTransport.open(i),this._setStates(e,this._serverTransport.getState()),this._setLocalState(this._serverTransport.getState())),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&&i>=0&&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,i;this.unsubscribe();for(let a of this._dtListeners)a.dispose();for(let a of this._stListeners)a.dispose();this._removeAnimojiTransport(),(e=p.audioEffects)==null||e.destroy(),(t=this._directTransport)==null||t.close(),this._directTransport=null,(i=this._serverTransport)==null||i.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))}setAnimojiFill(e){var t;(t=this._animojiSender)==null||t.setFill(e)}onCameraResolutionChanged(){return c(this,null,function*(){this._topology==="SERVER"&&this._serverTransport&&(yield this._serverTransport.onCameraResolutionChanged())})}_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===U.TOPOLOGY_CHANGED)return this._onTopologyChanged(e)}_onTopologyChanged(e){var t;if(e.topology!==this._topology){if(d.log(`Topology changed ${this._topology} -> ${e.topology}`),C.log(P.TOPOLOGY_CHANGE_REQUESTED,e.topology),this._topology=e.topology,this._topology==="SERVER"&&(this._serverTransport?this._serverTransport.allowRestart():(this._serverTransport=this._createServerTransport(),this._opened.length>0&&((t=this._directTransport)==null||t.preventRestart(),this._serverTransport.open()))),this._topology==="DIRECT"){let i=e.offerTo||[],a=e.offerToTypes||[],n=e.offerToDeviceIdxs||[],s=i.length&&a.length?R.composeParticipantId(i[0],a[0],n[0]):null;if(this._serverTransport&&this._serverTransport.preventRestart(),!this._allocated||this._allocated.length===0){d.error("Topology changed to DIRECT, but the list of allocated participants is empty");return}this._allocated.length>1&&d.warn("Topology changed to DIRECT, but the allocated participants count more then one");let 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 dt(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._onRemoteTrackAdded.bind(this,e)),i.addEventListener("REMOTE_TRACK_REMOVED",this._onRemoteTrackRemoved.bind(this,e)),i.addEventListener("REMOTE_DATA_STATS",this._onRemoteDataStats.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 Ne(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._onRemoteTrackAdded.bind(this)),e.addEventListener("REMOTE_TRACK_REMOVED",this._onRemoteTrackRemoved.bind(this)),e.addEventListener("AUDIO_MIX_STALL",this._onServerAudioMixStall.bind(this)),e.addEventListener("REMOTE_DATA_STATS",this._onRemoteDataStats.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 n=this._allocated.indexOf(t);n>=0&&this._allocated.splice(n,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)}_onRemoteDataStats(e){this._triggerEvent("REMOTE_DATA_STATS",e)}_onRemoteTrackAdded(e,t,i){this._triggerEvent("REMOTE_TRACK_ADDED",e,t,i)}_onRemoteTrackRemoved(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),t=>{this._triggerEvent("ANIMOJI_ERROR",t)},p.vmojiOptions.renderingOptions);let e=this._mediaSource.getStream();this._animojiSender=new p.vmoji.AnimojiSender(e,this._signaling.getPeerId(),p.vmojiOptions.protocolVersion,{requested:this._mediaSource.isAnimojiRequested,useAI:p.vmojiOptions.renderingOptions.useAI}),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"?(C.log(P.PAT_WAITING_TIME_ERROR,"wrongTopology"),d.error(`Cannot get stream waiting time, incorrect topology: ${this._topology}`),0):this._serverTransport?this._serverTransport.getStreamWaitingTimeMs(e,t):(C.log(P.PAT_WAITING_TIME_ERROR,"noTransport"),d.error("Cannot get stream waiting time, server transport is not initialized"),0)}};var fr=class extends oe{constructor(e){super();this._detector=null;this._interval=null;this.subscribe(e,"REMOTE_TRACK_ADDED",this._onRemoteTrackAdded.bind(this)),this.subscribe(e,"REMOTE_TRACK_REMOVED",this._onRemoteTrackRemoved.bind(this)),this.subscribe(e,"SIGNALLED_ACTIVE_PARTICIPANTS",this._onSignalledActiveParticipants.bind(this)),this.subscribe(e,"TOPOLOGY_CHANGED",this._onTopologyChanged.bind(this))}destroy(){var e;this._interval&&(window.clearTimeout(this._interval),this._interval=null),this.unsubscribe(),(e=this._detector)==null||e.destroy(),this._detector=null}_onRemoteTrackAdded(e,t,i){var a;if(i.kind==="audio"&&((a=this._detector)==null||a.destroy(),this._detector=new Ot(e,i),!this._interval)){let n=()=>{this._collectVolumes(),this._interval=window.setTimeout(n,p.voiceParams.interval)};this._interval=window.setTimeout(n,p.voiceParams.interval)}}_onRemoteTrackRemoved(e,t,i){i.kind==="audio"&&(!this._detector||this._detector.track!==i||(this._detector.destroy(),this._detector=null))}_collectVolumes(){if(!this._detector)return;let e={},t=this._detector.trackId,i=this._detector.getLevel();if(t===$e.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 Sr=class extends oe{constructor(e,t,i){super();this._speakerId=null;this._serverSideSpeakerDetection=!1;this._serverSideSpeakerDetection=i==="SERVER",this.subscribe(e,"VOLUMES_DETECTED",this._onVolumesDetected.bind(this)),this.subscribe(t,"SIGNALLED_SPEAKER_CHANGED",this._onServerSpeakerChanged.bind(this)),this.subscribe(t,"TOPOLOGY_CHANGED",this._onTopologyChanged.bind(this))}destroy(){this.unsubscribe()}_onVolumesDetected(e){if(this._serverSideSpeakerDetection)return;let t=0,i=null;if(Object.keys(e).forEach(a=>{let n=e[a].smoothed;n>t&&n>p.voiceParams.threshold&&(t=n,i=a)}),i&&i!==this._speakerId){let a=this._speakerId&&e.hasOwnProperty(this._speakerId)?e[this._speakerId].smoothed:0;t>a*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 Di=class extends oe{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"),C.log(P.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"),C.log(P.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),C.log(P.CALL_SPEC_ERROR,`${this._transport.getTopology()}_VOLUME_TIMEOUT_${i}`))}),e.length&&d.warn("There is silent participant, send callSpecError"),this._volumeTimeout=0}};var vr=class{constructor(){this._isCallMarked=!1;this._isFinished=!1;this._callType=null}markAcceptCall(r){this.mark(r==="DIRECT"?"direct_incoming":"server_incoming")}markAcceptedCall(r){r==="DIRECT"&&this.mark("direct_outgoing")}markParticipantJoined(r){r==="DIRECT"&&this.mark("server_change_topology")}markOnJoin(r){r==="SERVER"&&this.mark("server_join_server")}mark(r){this._isCallMarked||(this._isCallMarked=!0,this._callType=r,rt(P.FIRST_MEDIA_RECEIVED))}measure(){this._isFinished||(this._isFinished=!0,this._callType&&Ae.logEventualStat({name:P.FIRST_MEDIA_RECEIVED,call_type:this._callType}))}};var Ts=1e3,Cs=1e4;var Ps=15,X=class extends oe{constructor(e,t){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._isRealTimeAsrRequested=!1;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;this._changeMediaSettings=R.debounce(e=>c(this,null,function*(){if(this._signaling.ready)try{yield this._signaling.changeMediaSettings(e)}catch(t){if(d.warn("changeMediaSettings failed with error",t),t.message==="chatRoom.maxShareCountExceeded")return this.toggleScreenCapturing({captureScreen:!1,fastScreenSharing:!1,captureAudio:!1})}}),100);C.create(e,t),Ae.create(),this._api=e,this._signaling=new Ve,this._onUnload=()=>{this._conversation&&this._api&&(this._api.hangupConversation(this._conversation.id),p.clientEventsLoggingEnabled&&C.logClientEvent({event_type:P.CALL_DECLINED_OR_HANGED_LOCALLY,reason:"none"},!0)),C.destroy(),Ae.destroy()},window.addEventListener("unload",this._onUnload),this._statFirstMediaReceived=new vr,this._audioOutput=new Ci(this._statFirstMediaReceived),p.videoTracksCount>0&&(this._cooldownQueueCleanupTimer=window.setInterval(this._cleanupCooldownQueue.bind(this),Ts))}static current(){return X._current}static hangupAfterInit(){X._activationMutex&&!X._current&&(X._delayedHangup=!0)}static id(){var e,t;return((t=(e=X._current)==null?void 0:e._conversation)==null?void 0:t.id)||null}onStart(e,t,i,a="",n=!1,s=!1,l){return c(this,null,function*(){if(X._activationMutex)throw C.log(P.ERROR,"startCall"),d.warn("Conversation: there is already running activation"),new $(B.FAILED);X._activationMutex=!0,be.startSession();try{this._mediaSource=this._createMediaSource(),yield this._mediaSource.request(i);let u=this._mediaSource.getMediaSettings();t===st.CHAT||e.length>1?this._logWithMediaSettings(P.OUTGOING_MULTIPARTY_CALL,u):this._logWithMediaSettings(P.OUTGOING_CALL,u);let m=yield this._startConversation(e,t,_t.OUTGOING,i,a,n,s,l);if(!this._conversation)throw new $(B.UNKNOWN_ERROR);if(this._participantState=Z.ACCEPTED,this._changeMediaSettings(u),yield this._processConnection(m),this._allocateTransport(),this._createSpeakerDetector(),this._createSpecListener(),this._signaling.readyToSend(),X._delayedHangup)throw new $(B.CANCELED);return d.debug("Outgoing call",{opponentIds:e,opponentType:t,mediaOptions:i}),yield this._processConnectionSharedMovieInfo(m),yield this._processConversationUrlSharingInfo(m),E.onLocalStream(this._mediaSource.getStream(),this._mediaSource.getMediaSettings()),E.onConversation(this._conversation.externalId,this._conversation.mediaModifiers,this._getMuteStatesForCurrentRoom(),this._getMainRoomParticipants()),this._onConversationParticipantListChunk(m),this._processPinnedParticipants(m),E.onLocalStatus("WAITING"),this._toggleJoinAvailability(),this._changeFeatureSet(),this._changeNeedRate(),X._current=this,this._conversation.concurrent&&(yield this._acceptConcurrent()),this._conversation}catch(u){throw this._close(u,"Unable to start conversation"),u}finally{X._activationMutex=!1}})}onJoin(e){return c(this,null,function*(){var t;if(X._activationMutex)throw C.log(P.ERROR,"joinCall"),d.warn("Conversation: there is already running activation"),new $(B.FAILED);X._activationMutex=!0,this._state="PROCESSING",be.startSession();try{let i=!!((t=e.observedIds)!=null&&t.length);if(i&&p.videoTracksCount>0)throw d.error("Observer mode: please set videoTracksCount=0"),new $(B.UNSUPPORTED);this._mediaSource=this._createMediaSource(),yield this._mediaSource.request(e.mediaOptions,!i);let a=this._mediaSource.getMediaSettings();this._logWithMediaSettings(P.JOIN_CONVERSATION,a);let n=yield this._joinConversation(e);if(!this._conversation)throw new $(B.UNKNOWN_ERROR);return this._conversation.observer=i,E.onLocalStream(this._mediaSource.getStream(),a),this._conversation.waitingHall?(d.log("In waiting hall"),X._current=this,X._activationMutex=!1,this._signaling.readyToSend(),E.onLocalStatus("WAITING_HALL"),this._conversation):this._onJoinPart2(n)}catch(i){throw X._activationMutex=!1,this._close(i,"Unable to join conversation"),i}})}_onJoinPart2(e){return c(this,null,function*(){var t,i,a,n;d.debug("Join conversation part 2"),X._activationMutex=!0;try{if(this._participantState=Z.ACCEPTED,!this._conversation||!this._mediaSource)throw new $(B.UNKNOWN_ERROR);if(this._statFirstMediaReceived.markOnJoin(this._conversation.topology),!this._conversation.observer&&!this._isAudienceModeListener()&&this._changeMediaSettings(this._mediaSource.getMediaSettings()),yield this._processConnection(e),this._allocateTransport(),this._createSpeakerDetector(),this._createSpecListener(),this._signaling.readyToSend(),this._state==="CLOSE")return this._conversation;if(X._delayedHangup)throw new $(B.CANCELED);yield this._processConnectionSharedMovieInfo(e),yield this._processConversationUrlSharingInfo(e),yield this._processConnectionAsrInfo(e);let s=yield this._extractExternalRoomsData((t=e.rooms)==null?void 0:t.rooms,(i=e.rooms)==null?void 0:i.roomId);return E.onConversation(this._conversation.externalId,this._conversation.mediaModifiers,this._getMuteStatesForCurrentRoom(),this._getMainRoomParticipants(),s),this._onConversationParticipantListChunk(e),this._processPinnedParticipants(e),E.onLocalStatus("WAITING"),this._toggleJoinAvailability(),this._changeNeedRate(),this._state="ACTIVE",this._changeFeatureSet(),X._current=this,this._openTransport(Object.values(this._participants),!1),this._conversation.audienceMode&&!this._conversation.restricted&&this._forceOpenTransportForAloneInCall(),this._conversation.recordsInfoByRoom.get((n=(a=e==null?void 0:e.rooms)==null?void 0:a.roomId)!=null?n:null)&&this._forceOpenTransportForAloneInCall(),this._conversation}catch(s){throw this._close(s,"Unable to join conversation"),s}finally{X._activationMutex=!1}})}_extractExternalRooms(e){return c(this,null,function*(){let t=e.map(this._convertRoomToExternal.bind(this));return(yield Promise.all(t)).filter(a=>!!a)})}_extractExternalRoomsData(e,t){return c(this,null,function*(){if(!e||!e.length)return;let i={rooms:yield this._extractExternalRooms(e)};return t&&(i.roomId=t),i})}onPush(a){return c(this,arguments,function*(e,t=ce.USER,i){if(X._activationMutex)throw d.warn("Conversation: there is already running activation"),new $(B.REJECTED);X._activationMutex=!0;try{let n=yield this._prepareConversation(e,t,i);if(this._mediaSource=this._createMediaSource(),!this._conversation)throw new $(B.UNKNOWN_ERROR);if(!n.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)"),C.log(P.PUSH,"rejected"),new $(B.REJECTED);if(be.startSession(),yield this._processConnection(n),this._extractConnectionUrlSharingInfo(n),this._allocateTransport(),this._createSpeakerDetector(),this._createSpecListener(),this._processPinnedParticipants(n),this._signaling.readyToSend(),C.log(P.PUSH,"accepted"),X._current=this,X._delayedHangup)throw new $(B.CANCELED);X._activationMutex=!1}catch(n){throw X._activationMutex=!1,this._close(n,"Unable to handle inbound call push"),n}})}_isInWaitingHall(e){return!e.conversation||(e.conversation.options||[]).indexOf(Zt.WAITING_HALL)<0?!1:this._isRestricted(e)}_isRestricted(e){let t=(e.conversation.participants||[]).find(i=>R.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(Zt.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 $(B.UNKNOWN_ERROR);this._state="PROCESSING";let e=this._mediaSource.getMediaSettings();this._logWithMediaSettings(P.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()),E.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")}})}_getMainRoomParticipants(){return R.mapSharedParticipants(Object.values(this._participants).filter(e=>!e.isInRoom))}accept(e){return c(this,null,function*(){var t,i,a,n,s;if(this._state!=="IDLE")throw C.log(P.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 $(B.UNKNOWN_ERROR);this._state="PROCESSING",d.debug("Accept incoming call",e);try{yield this._mediaSource.request(e);let l=this._mediaSource.getMediaSettings();this._logWithMediaSettings(P.ACCEPT_INCOMING,l),this._changeMediaSettings(l),this._statFirstMediaReceived.markAcceptCall(this._transport.getTopology()),yield this._signaling.acceptCall(l),this._participantState=Z.ACCEPTED;let u=this._getMuteStatesForCurrentRoom(),m=Object.keys(u);m.length&&this._onMuteParticipant({muteStates:u,mediaOptions:m,muteAll:!0,stateUpdated:!0}),this._registerParticipantLocalMuteState({muteStates:this._conversation.muteStatesPersonal});let h=yield this._signaling.getRooms(this._isCallAdmin());(t=h.rooms)!=null&&t.rooms&&h.rooms.rooms.forEach(I=>{var M;(M=I.participantIds)==null||M.forEach(F=>{this._participants[F]&&(this._participants[F].isInRoom=!0)})}),this._conversation.roomId=((i=h.rooms)==null?void 0:i.roomId)||null;let v=yield this._extractExternalRoomsData((a=h.rooms)==null?void 0:a.rooms,(n=h.rooms)==null?void 0:n.roomId);if(E.onCallAccepted(),E.onLocalStream(this._mediaSource.getStream(),l),E.onConversation(this._conversation.externalId,this._conversation.mediaModifiers,this._getMuteStatesForCurrentRoom(),this._getMainRoomParticipants(),v),p.useParticipantListChunk){let I=yield this._getInitialParticiapntListChunk();(s=I==null?void 0:I.participants)==null||s.forEach(M=>{let F=R.composeId(M),O=this._participants[F];O&&(O.movieShareInfos=M.movieShareInfos)}),this._onConversationParticipantListChunk({participants:I})}return E.onLocalStatus("WAITING"),this._toggleJoinAvailability(),this._changeNeedRate(),this._state="ACTIVE",this._changeFeatureSet(),this._openTransport(Object.values(this._participants),!0),yield this._processConversationUrlSharingInfo(),yield this._processConnectionAsrInfo(),this._conversation}catch(l){throw this._close(l,"Unable to accept call"),l}})}decline(){return c(this,null,function*(){var e;if(this._state!=="IDLE")throw C.log(P.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(P.DECLINE_INCOMING,(e=this._mediaSource)==null?void 0:e.getMediaSettings()),this._participantState=Z.HUNGUP,this._signaling.ready&&(yield this._signaling.hangup(B.REJECTED)),this._close(new $(B.REJECTED))})}hangup(){return c(this,null,function*(){d.debug("Hangup");let e=this._state==="ACTIVE"?B.HUNGUP:B.CANCELED;C.log(P.HANGUP,e),this._signaling.ready?(yield this._signaling.hangup(e),this._close(new $(e))):E.onHangup(new $(B.HUNGUP),this._conversation&&this._conversation.id)})}addParticipant(e,t){return c(this,null,function*(){if(!this._signaling.ready){this._close(new $(B.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=B.UNKNOWN_ERROR);let n=i.participants;for(let s of n)yield this._onAddParticipant(R.composeId(s),s,a)})}removeParticipant(e,t=!1){return c(this,null,function*(){this._signaling.ready&&(yield this._signaling.removeParticipant(e,t),this._onRemoveParticipant(e))})}setVolume(e){this._audioOutput.volume=e}updateStatisticsInterval(){this._transport&&this._transport.updateStatisticsInterval()}_openTransport(e,t){var a;if(!this._transport)return;let i=[];for(let n of e)(n.state===Z.CALLED||n.state===Z.ACCEPTED)&&(this._transport.isAllocated(n.id)||this._transport.allocate(n.id,t)),n.state===Z.ACCEPTED&&i.push(n.id);i.length&&this._transport.open(i,null,!!((a=this._conversation)!=null&&a.observer))}_close(e,t){t&&d.error(t,e),d.debug("Close conversation",e),this._signaling.readyToSend(!1),e.error?this._signaling.ready&&this._signaling.hangup(B.FAILED):C.log(P.ERROR,e.hangup),X._activationMutex=!1;let i=this._conversation&&this._conversation.id;if([B.CANCELED,B.NOT_FRIENDS,B.CALLEE_IS_OFFLINE,B.CALLER_IS_BLOCKED,B.CALLER_IS_REJECTED].indexOf(e.hangup)!==-1||e.hangup===B.REJECTED&&!e.remote){E.onHangup(e,i),this.destroy();return}if(e.hangup===B.HUNGUP&&(!e.remote||this._isCalledState())){E.onHangup(e,i),this.destroy();return}if(e.hangup===B.MISSED&&!e.remote){E.onHangup(e,i),this.destroy();return}if(this._cooldownQueueCleanupTimer!==null&&(window.clearInterval(this._cooldownQueueCleanupTimer),this._cooldownQueueCleanupTimer=null),(e.hangup===B.SOCKET_CLOSED||e.hangup===B.NOT_FOUND)&&X._current&&!this._conversation){this._cleanupSignaling(),this._cleanupMediaSource();return}if(e.hangup===B.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(),C.destroy(),Ae.destroy(),this._conversation=null,this._myLastRequestedLayouts={},X._current=null,X._delayedHangup=!1,E.onHangup(e||new $(B.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._state="CLOSE",this._participantState=Z.HUNGUP,this._cleanupMediaSource(),this._cleanupParticipants(),this._cleanupParticipantAgnosticStreams(),this._cleanupTransport(),this._cleanupSpeakerDetector(),this._cleanupSpecListener(),this._cleanupSignaling(),this._api.cleanup(),this._cleanupListeners(),C.destroy(),Ae.destroy(),this._conversation=null,this._myLastRequestedLayouts={},X._current=null,X._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:n}=t;if(n&&i.push(n),a&&a.urls){let s=a.urls.filter((l,u,m)=>m.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,n="",s=!1,l=!1,u){return c(this,null,function*(){rt(P.SIGNALING_CONNECTED);let m=R.uuid();d.debug("Conversation: start",{conversationId:m,opponentIds:e,opponentType:t,direction:i});let h=a.includes(le.VIDEO),v=yield this._api.startConversation(m,e,t,h,n,s,l,{onlyAdminCanShareMovie:u});d.debug("Api.startConversation",v);let I=yield this._getConversationParams(v.id);v.endpoint=this._addGeoParamsToEndpoint(v.endpoint,I);let M=yield this._connectSignaling(ot.START,v);return yield this._setConversation(v,M,i),M})}_joinConversation(e){return c(this,null,function*(){rt(P.SIGNALING_CONNECTED);let{conversationId:t,mediaOptions:i,chatId:a,joinLink:n,observedIds:s,payload:l}=e;d.debug("Conversation: join",{conversationId:t,joinLink:n,observedIds:s});let u=i.includes(le.VIDEO),m;if(t)m=yield this._api.joinConversation(t,u,a);else if(n)m=yield this._api.joinConversationByLink(n,u,s,l);else throw new $(B.UNKNOWN_ERROR);d.debug("Api.joinConversation",m),yield this._getConversationParams(m.id);let h=yield this._connectSignaling(ot.JOIN,m);return yield this._setConversation(m,h,_t.JOINING),h})}_prepareConversation(a){return c(this,arguments,function*(e,t=ce.USER,i){rt(P.SIGNALING_CONNECTED),d.debug("Conversation: push",{conversationId:e,type:t,peerId:i});let n=this._api.getUserId();if(!n)throw new $(B.UNKNOWN_ERROR);let s=yield this._getConversationParams(e),l=s.device_idx||0,u=`${p.wssBase}?userId=${n}&entityType=${t}&deviceIdx=${l}&conversationId=${e}&token=${p.wssToken}`;u=this._addGeoParamsToEndpoint(u,s);let m={id:e,peerId:i,endpoint:u,is_concurrent:!1,p2p_forbidden:!1,device_idx:l},h=yield this._connectSignaling(ot.ACCEPT,m);return X._current&&(X._current._participantState===Z.ACCEPTED||X._current._participantState===Z.CALLED)?(d.log("Push rejected (busy)"),C.log(P.PUSH,"busy"),this._signaling.ready&&this._signaling.hangup(B.BUSY),Promise.reject({hangup:B.BUSY})):(X._current&&(X._current.destroy(),X._current=null),yield this._setConversation(m,h,_t.INCOMING,t),h)})}_createParticipant(e,t){return c(this,null,function*(){var a;let i=Object.assign({id:null,externalId:null,mediaSettings:Ce(),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);return i.externalId||(i.externalId=yield this._getParticipantId(t!=null?t:i.id)),this._api.cacheExternalId(t!=null?t:i.id,i.externalId),t&&this._api.mapDecorativeId(t,i.id),(a=i.observedIds)!=null&&a.length&&(i.externalId.observer=!0),e.markers&&(i.markers=this._denormalizeMarkers(i.id,e.markers)),i})}_getParticipantId(e){return c(this,null,function*(){try{return yield this._api.userId(e)}catch(t){throw this._close(new $(B.NETWORK_ERROR),t),t}})}_setConversation(n,s,l){return c(this,arguments,function*(e,t,i,a=ce.USER){var I;let{participants:u}=t.conversation;u.forEach(M=>{let F=R.composeId(M),O=Q.fromSignalingParticipant(M,!1);if(O){this._api.cacheExternalId(F,O);let K=R.composeDecorativeId(M),q=Q.fromSignalingParticipant(M);K&&q&&(this._api.cacheExternalId(K,q),this._api.mapDecorativeId(M.decorativeUserId,M.id))}});let m=this._api.getUserId(),h=e.device_idx||0;if(!m){let M=(t.conversation.participants||[]).find(F=>R.comparePeerId(F.peerId,t.peerId));if(!M)throw new $(B.UNKNOWN_ERROR);m=Number(M.id),M.idType&&(a=M.idType),M.deviceIdx&&(h=M.deviceIdx),this._api.setUserId(m)}let v=R.composeParticipantId(m,a,h);this._conversation={userId:m,compositeUserId:v,externalId:yield this._getExternalIdByParticipantId(v),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,muteStatesPersonal:{},joinLink:e.join_link,pinnedParticipantIdByRoom:new Map,mediaModifiers:t.mediaModifiers,options:[],networkRating:1,waitingHall:this._isInWaitingHall(t),observer:!1,asrInfo:t.conversation.asrInfo||null,roomId:((I=t.rooms)==null?void 0:I.roomId)||null,audienceMode:this._isAudienceMode(t),restricted:this._isRestricted(t),urlSharingInfoByRoom:new Map},be.conversationId=t.conversation.id||e.id,this._signaling.setConversationId(this._conversation.id),e.p2p_forbidden&&(p.forceRelayPolicy=e.p2p_forbidden),C.log(P.RELAY_POLICY,p.forceRelayPolicy?"1":"0"),this._changeFeatureSet(),this._logDevices()})}_updateConversation(e){if(!this._conversation)throw new $(B.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 Ji;return this.subscribe(e,"SOURCE_CHANGED",this._onLocalMediaStreamChanged.bind(this)),this.subscribe(e,"SCREEN_STATUS",this._onScreenSharingStatus.bind(this)),this._audioFix=new ei(e),e}_connectSignaling(e,t){return c(this,null,function*(){this._signaling.setEndpoint(t.endpoint),this.subscribe(this._signaling,Me.NOTIFICATION,this._onSignalingNotification.bind(this)),this.subscribe(this._signaling,Me.FAILED,this._onSignalingFailed.bind(this)),this.subscribe(this._signaling,Me.RECONNECT,this._onSignalingReconnect.bind(this));let i=yield this._signaling.connect(e,t);return Ae.logEventualStat({name:P.SIGNALING_CONNECTED}),i})}_processConnection(e){return c(this,null,function*(){yield this._registerConnectionParticipants(e),this._processRooms(e),this._processMuteStates(e),this._processRecordInfos(e),this._onOptionsChanged(e.conversation.options),e.chatRoom&&e.chatRoom.totalCount&&this._onChatRoomUpdated(Qr.ATTENDEE,e.chatRoom.totalCount,e.chatRoom.firstParticipants,null,null)})}_onConversationParticipantListChunk(e){let t=e.participants;t&&E.onConversationParticipantListChunk(this._participantListChunkToExternalChunk(this._createParticipantListChunk(t)))}_createParticipantListChunk(e){return ue(ue({},{participants:[],countBefore:0,countAfter:0,markerFound:!1}),e)}_participantListChunkToExternalChunk(e){let t=R.mapSharedParticipants(e.participants.reduce((i,a)=>{let n=R.composeId(a);return this._participants[n]&&i.push(this._participants[n]),i},[]));return He(ue({},e),{participants:t})}_registerConnectionParticipants(e){return c(this,null,function*(){var i,a,n,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=(n=e==null?void 0:e.rooms)==null?void 0:n.rooms)!=null?s:[];for(let m of t)yield this._registerParticipants((u=(l=m==null?void 0:m.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=R.composeId(i);if(d.test("Conversation:RegisterParticipant",a),this._isMe(a)){this._conversation.roles=i.roles||[],this._conversation.roles.length&&(d.debug(`Local roles changed: ${i.roles}`),E.onLocalRolesChanged(this._conversation.roles,!0)),this._registerParticipantLocalMuteState(i);continue}if(i.state===Z.HUNGUP||i.state===Z.REJECTED){this._participants[i.id]&&this._removeParticipant(this._participants[i.id],B.HUNGUP);continue}let n=R.composeDecorativeId(i),s=yield this._createParticipant({id:a,externalId:Q.fromSignalingParticipant(i),mediaSettings:Ce(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},n);this._registerParticipantInCache(s),i.roles&&i.roles.length&&(d.debug(`Roles for participant [${a}] changed: ${i.roles}`),E.onRolesChanged(this._participants[a].externalId,i.roles,!0))}})}_registerParticipantLocalMuteState({muteStates:e,unmuteOptions:t}){if(!e)return;let i=()=>c(this,null,function*(){let a=ur(e,Fe.MUTE),n=ur(e,Fe.MUTE_PERMANENT);for(let s of[a,n])s.length&&(yield this._onMuteParticipant({muteStates:e,unmuteOptions:t,mediaOptions:s,stateUpdated:!0}))});R.setImmediate(()=>i().catch(a=>d.error(a)))}_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,e}_getExistedParticipantByIdOrCreate(e){return c(this,null,function*(){let t=this._participants[e];if(t)return t;let i=this._api.getDecorativeIdByInitialId(R.decomposeId(e).id),a=i?R.composeUserId(i):void 0;return this._createParticipant({id:e},a)})}_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,[n,s])=>(a[n]=He(ue(ue({},i),s),{id:e}),a),{})}_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,t=!1){var l,u,m;let i=Cn(e);this._setMuteStatesForRoomId(i,null);for(let h of(u=(l=e.rooms)==null?void 0:l.rooms)!=null?u:[])this._setMuteStatesForRoomId(h.muteStates,h.id);let a=this._getMuteStatesForCurrentRoom();t&&(a=bn(e,a));let n=Object.keys(a),s=(m=this._conversation)==null?void 0:m.roomId;n.length&&this._onMuteParticipant({muteStates:a,mediaOptions:n,muteAll:!0,stateUpdated:!0,roomId:s},t)}_processRecordInfos(e){var t,i,a,n,s;this._onRecordInfo((i=(t=e.conversation)==null?void 0:t.recordInfo)!=null?i:null);for(let l of(n=(a=e.rooms)==null?void 0:a.rooms)!=null?n:[])this._onRecordInfo((s=l.recordInfo)!=null?s:null,l.id)}_processPinnedParticipants(e){var t,i,a,n;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):(n=this._conversation)==null||n.pinnedParticipantIdByRoom.delete(s.id)}_allocateTransport(){if(!this._conversation||!this._mediaSource)return;this._transport=new gr(this._conversation.topology,this._signaling,this._mediaSource,this._serverSettings),this._debugInfo=new Pi,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)),this.subscribe(this._transport,"ANIMOJI_ERROR",this._onAnimojiError.bind(this));let e=this._conversation.direction===_t.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 fr(this._transport),this.subscribe(this._volumesDetector,"VOLUMES_DETECTED",this._onVolumesDetected.bind(this)),this._speakerDetector=new Sr(this._volumesDetector,this._transport,this._conversation.topology),this.subscribe(this._speakerDetector,"SPEAKER_CHANGED",this._onSpeakerChanged.bind(this)),this._localVolumeDetector=new yi(this._mediaSource))}_createSpecListener(){this._transport&&this._volumesDetector&&(this._specListener=new Di(this._transport,this._volumesDetector,this._participants))}_logDevices(){let e=D.getCameras().length,t=D.getMicrophones().length;d.debug("Cameras: "+e+(D.hasCameraPermission()?"✔":"✖")+", Microphones: "+t+(D.hasMicrophonePermission()?"✔":"✖")),C.log(P.DEVICES,`${e}_${t}`)}_logWithMediaSettings(e,t){C.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===B.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,n]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}});this._api.unmapDecorativeId(e.id),delete this._participants[e.id],E.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,n;(t=e.remoteStream)==null||t.getTracks().forEach(s=>s.stop()),(i=e.remoteAudioTrack)==null||i.stop(),(a=e.secondStream)==null||a.getTracks().forEach(s=>s.stop()),(n=e.mediaSource)==null||n.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}if(!a){let n=R.composeDecorativeId(t);a=this._registerParticipantInCache(yield this._createParticipant({id:e,externalId:Q.fromSignalingParticipant(t),mediaSettings:Ce(t.mediaSettings),state:t.state,roles:t.roles||[],muteStates:t.muteStates||{},unmuteOptions:t.unmuteOptions||[],observedIds:t.observedIds||[]},n))}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),C.log(P.ADD_PARTICIPANT),this._invokeRolesChangedCallbackIfNeeded(a))})}_onRemoveParticipant(e){d.debug(`Remove participant [${e}]`);let t=[];for(let i=0;i<=Ps;i++){let a=R.compose(e,i),n=this._participants[a];n&&t.push(n)}if(!t.length){this._warnParticipantNotInConversation(e);return}if(this._transport)for(let i of t)this._transport.close(i.id);C.log(P.REMOVE_PARTICIPANT)}changeDevice(e){return c(this,null,function*(){return e==="audiooutput"?this._audioOutput.changeOutput():this._mediaSource?this._mediaSource.changeDevice(e):Promise.reject(se.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(se.UNKNOWN)})}disableScreenCapturing(){return c(this,null,function*(){return this._mediaSource?this._mediaSource.disableScreenCapturing():Promise.reject(se.UNKNOWN)})}toggleAnimojiCapturing(e){this._mediaSource&&this._mediaSource.toggleAnimojiCapturing(e)}setAnimojiSvg(e,t=null,i=null){if(!this._transport||!this._conversation)return;let a=!t,n=t!=null?t:this._conversation.compositeUserId;if(e instanceof ArrayBuffer){let s=i!=null?i:this._conversation.externalId.id;this._transport.setAnimojiSvg(n,{svg:e,userId:s,isMe:a});return}this._transport.setAnimojiSvg(n,{svg:e,isMe:a})}setAnimojiFill(e){var t;(t=this._transport)==null||t.setAnimojiFill(e)}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 C.log(P.MEDIA_STATUS,e?"video_1":"video_0"),this._mediaSource.toggleVideo(e)})}toggleLocalAudio(e){return c(this,null,function*(){if(this._mediaSource)return C.log(P.MEDIA_STATUS,e?"audio_1":"audio_0"),this._mediaSource.toggleAudio(e)})}changePriorities(e){return c(this,null,function*(){if(e.length<2||!this._signaling.ready)return;let t={},i={};for(let a of e){let n=typeof a.uid=="object"?a.uid:Q.fromId(a.uid),s=Q.toString(n);i[s]=a.priority}for(let a of Object.values(this._participants)){let n=Q.toString(a.externalId);i.hasOwnProperty(n)&&(t[a.id]=i[n])}yield this._signaling.changePriorities(t)})}changeParticipantState(e,t){return c(this,null,function*(){for(let[i,a]of Object.entries(e))if(i.length>5||a.length>5)throw new Error("key/value max length is 5 chars, mappings with empty values (null or empty string) are discarded");t&&!this._isCallAdmin()&&(t=void 0),yield this._signaling.changeParticipantState(e,t)})}putHandsDown(){return c(this,null,function*(){this._checkAdminRole(),yield this._signaling.putHandsDown()})}requestKeyFrame(e){return c(this,null,function*(){let t={};return t[Ze(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*(){var a;if(e.length<1||!this._signaling.ready||((a=this._transport)==null?void 0:a.getTopology())!=="SERVER")return;d.log(`Update display layout request [${this._signaling.getNextCommandSequenceNumber()}]`,e);let t={};for(let n of e){let s=typeof n.uid=="object"?n.uid:Q.fromId(n.uid),l=this._api.getCachedOkIdByExternalId(s);if(!l){let h=Q.toString(s);d.log(`Unknown participant external ID ${h}`);continue}let u=Ze({participantId:l,mediaType:n.mediaType,streamName:n.streamName}),m=this._participants[l];m?m.lastRequestedLayouts[u]=n:this._isMe(l)&&(this._myLastRequestedLayouts[u]=n),Xt(n)?(this._isMe(l)&&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)&&p.videoTracksCount>0&&this._streamIdByStreamDescription.set(u,null),t[u]=n),n.mediaType==="SCREEN"&&!Xt(n)&&rt(jt(l))}let i=this._cooldownTimestampByStreamDescription.keys();for(;this._streamIdByStreamDescription.size>p.videoTracksCount;){let n=i.next();if(n.done){d.error("Cannot accommodate all streaming requests: tracks available "+p.videoTracksCount+"; requested streams: "+Array.from(this._streamIdByStreamDescription.keys()));break}this._stopStreaming(n.value),t[n.value]={stopStream:!0}}yield this._sendUpdateDisplayLayout(t)})}feedback(e){return c(this,null,function*(){return this._signaling.feedback(e)})}userFeedbackStats(e,t,i){if(this._conversation)if(!p.clientEventsLoggingEnabled)this._api.sendUserFeedbackStats(this._conversation.id,e,t,i);else{let a={event_type:P.USER_FEEDBACK_RECEIVED,user_response:e};t!==void 0&&(a.reason=t),i!==void 0&&(a.group_call_users_count=i),C.logClientEvent(a,!0)}}sendClientEvent(e,t={},i=!1){let a=ue({event_type:e},t);C.logClientEvent(a,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=Ei(e),n=this._participants[a.participantId],s=(i=this._conversation)==null?void 0:i.externalId,l=this._isMe(a.participantId);if(n||l){switch(a.mediaType){case"STREAM":case"MOVIE":{if(a.streamName){let u={stream:null,streamName:a.streamName,mediaType:a.mediaType};l?E.onLocalLive(s,u):E.onRemoteLive(n.externalId,u)}break}case"CAMERA":{E.onRemoteStream(n.externalId,null);break}case"SCREEN":{E.onRemoteScreenStream(n.externalId,null);break}}C.log(P.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,n]of Object.entries(t.errorCodeByParticipantId||{})){let s=Ei(a),l=this._participants[s.participantId];if(l){let u;typeof n!="number"?(d.warn(`Unexpected error code ${n} received for participant ${s.participantId}`),u=Sn.UNKNOWN_ERROR):u=vn(n),i.push({externalId:l.externalId,errorReason:u})}}if(i&&i.length)throw new ki("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]+Cs>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)}}_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,this._processRecordInfos(e),!e.demote&&this._mediaSource&&this._changeMediaSettings(this._mediaSource.getMediaSettings())):(d.log("Promoted in waiting hall",!e.demote),e.demote?(d.log("Kicked from waiting hall"),this._close(new $(B.REMOVED))):(this._updateConversation(e),yield this._onJoinPart2(e))),E.onPromoted(e.demote)})}_onChatRoomUpdated(s){return c(this,arguments,function*(e,t=0,i=[],a,n){d.log(`Chat room updated: ${e}`);let l=[],u=[],m=[],h=[],v=[];if(i.length&&i.forEach(F=>{if(F.externalId){let O=Q.fromSignaling(F.externalId);v.push(O),this._api.cacheExternalId(F.id.id,O)}else{let O=R.decomposeId(F.id.id).id;l.push(O),h.push(O)}}),a!=null&&a.length&&a.forEach(F=>{let O=R.decomposeId(F).id;l.push(O),u.push(O)}),n!=null&&n.length&&n.forEach(F=>{let O=R.decomposeId(F).id;l.push(O),m.push(O)}),!l.length){E.onChatRoomUpdated(e,t,v,[],[]);return}if(h.length){let F=yield this._api.getExternalIdsByOkIds(h);v.push(...F)}let I=yield this._api.getExternalIdsByOkIds(u),M=yield this._api.getExternalIdsByOkIds(m);E.onChatRoomUpdated(e,t,v,I,M)})}_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))E.onLocalLiveUpdate(t,a);else{let s=yield this._getExternalIdByParticipantId(a.participantId);s&&E.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 n;if(!e)return;let i=(n=this._conversation)==null?void 0:n.externalId;if(this._isMe(e.initiatorId))E.onLocalSharedMovieInfo(i,e,t);else{let s=yield this._getExternalIdByParticipantId(e.initiatorId);s&&E.onRemoteSharedMovieInfo(s,e,t)}this._forceOpenTransportForAloneInCall()})}_processConnectionSharedMovieInfo(e){return c(this,null,function*(){var i,a;let t=e.conversation.participants.find(n=>this._isMe(R.composeId(n)));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 n,s,l,u,m,h,v,I,M,F;let t=(s=e==null?void 0:e.conversation.asrInfo)!=null?s:(n=this._conversation)==null?void 0:n.asrInfo;if(t&&((l=this._conversation)==null||l.asrInfoByRoom.set(null,t)),(u=e==null?void 0:e.rooms)!=null&&u.rooms)for(let O of e.rooms.rooms)O.asrInfo&&((m=this._conversation)==null||m.asrInfoByRoom.set(O.id,O.asrInfo));let i=(M=(I=(h=e==null?void 0:e.rooms)==null?void 0:h.roomId)!=null?I:(v=this._conversation)==null?void 0:v.roomId)!=null?M:null,a=(F=this._conversation)==null?void 0:F.asrInfoByRoom.get(i);if(a){let O=yield this._getExternalIdByParticipantId(a.initiatorId);O&&E.onAsrSet({externalId:O,movieId:a.movieId},i)}else i&&E.onAsrSet(null,i)})}_processConversationUrlSharingInfo(e){return c(this,null,function*(){if(!this._conversation)return;e&&this._extractConnectionUrlSharingInfo(e);let{urlSharingInfoByRoom:t}=this._conversation,i=this._conversation.roomId,a=t.get(i);if(a&&!this._isMe(a.initiatorId)){let n=yield this._getExternalIdByParticipantId(a.initiatorId);n&&E.onRemoteSharedUrl(n,a.sharedUrl,i)}})}_extractConnectionUrlSharingInfo(e){var i;if(!this._conversation)return;let{urlSharingInfoByRoom:t}=this._conversation;if(e.conversation.urlSharingInfo?t.set(null,e.conversation.urlSharingInfo):t.delete(null),(i=e.rooms)!=null&&i.rooms)for(let a of e.rooms.rooms)a.urlSharingInfo?t.set(a.id,a.urlSharingInfo):t.delete(a.id)}_onSharedMovieInfoStopped(e){return c(this,null,function*(){var m;d.log(`Shared movie stopped data received: ${e.notification}`);let t=(m=this._conversation)==null?void 0:m.externalId,{initiatorId:i,movieId:a,source:n,roomId:s=null}=e,l={initiatorId:i,movieId:a,source:n};if(this._isMe(i))E.onLocalSharedMovieStoppedInfo(t,l,s);else{let h=yield this._getExternalIdByParticipantId(i);if(h){let v=this._participants[i];v!=null&&v.movieShareInfos&&(v.movieShareInfos=v.movieShareInfos.filter(I=>I&&I.movieId!==a)),E.onRemoteSharedMovieStoppedInfo(h,l,s)}}})}_onUrlSharingInfoUpdated(e){return c(this,null,function*(){if(d.log(`Shared URL data received: ${e.notification}`),!this._conversation)return;let{urlSharingInfoByRoom:t,roomId:i}=this._conversation,{initiatorId:a,sharedUrl:n,roomId:s=null}=e;if(n?t.set(s,{sharedUrl:n,initiatorId:a}):t.delete(s),!(!n&&s!==i&&t.has(i))&&(!n||!this._isMe(a))){let l=yield this._getExternalIdByParticipantId(a);l&&E.onRemoteSharedUrl(l,n,s)}})}_onFeaturesPerRoleChanged(e){d.log(`Features per role changed: ${e.notification}`),E.onFeaturesPerRoleChanged(e.featuresPerRole)}_waitForStreamIfNeeded(e){var h,v,I;let t=this._matchStreamDescription(e.participantStreamDescription);if(!t)return;let{mediaType:i,participantId:a}=t;if(i==="ANIMOJI")return;let n=this._participants[a];if(p.producerScreenDataChannel&&i==="SCREEN"&&!e.fastScreenShare){d.log("skipping participant-sources-update notification since screenshare will be received over datachannel");return}let s=Ze(t),l=this._sequenceNumberByStreamDescription.get(s);if(l&&l>e.sequenceNumber){d.warn(`Participant ${a} received outdated PAT response: sequence number ${e.sequenceNumber}; last sent sequence number for given participant is ${l}`),C.log(P.PAT_OUTDATED_RESPONSE);return}n&&e.suspend!==void 0&&i&&(d.debug(`participant-sources-update: mediaType=${i}, suspend=${e.suspend}`),E.onRemoteStreamSuspended(n.externalId,i,e.suspend));let u=e.streamId,m=e.rtpTimestamp?this._getWaitingTime(u,e.rtpTimestamp):0;if(m<=0){this._streamWaitTimerByStreamDescription.delete(s);let M=(h=this._conversation)==null?void 0:h.externalId,F=this._isMe(a);if(!n&&!F){C.log(P.PAT_ERROR,"participantMissing"),d.error(`Could not find participant by ID: ${a}`);return}let O=F?M:n.externalId,K=this._streamByStreamId.get(u);if(!K){C.log(P.PAT_ERROR,"streamNotFound"),d.error(`Could not find stream by ID: ${u}`);return}C.log(P.PAT_ALLOCATED),this._streamIdByStreamDescription.set(s,u);let q=(v=e.participantStreamDescription)==null?void 0:v.mediaType;if(q==="STREAM"||q==="MOVIE"){if((I=e.participantStreamDescription)!=null&&I.streamName){let pe={streamName:e.participantStreamDescription.streamName,stream:K,mediaType:q};F?E.onLocalLive(O,pe):E.onRemoteLive(O,pe)}}else if(p.producerScreenTrack&&q==="SCREEN")E.onRemoteScreenStream(n.externalId,K);else if(!F){let pe=(p.producerScreenTrack?null:n.secondStream)||K;E.onRemoteStream(n.externalId,pe)}}else{d.debug(`Waiting for ${m} until stream ${u} for ${s} is switched`);let M=window.setTimeout(this._waitForStreamIfNeeded.bind(this,e),m);this._streamWaitTimerByStreamDescription.set(s,M)}}_matchStreamDescription(e){if(!e)return null;if(this._streamIdByStreamDescription.has(Ze(e)))return e;let t=e.participantId;if(e.mediaType){let i={participantId:t,mediaType:null};if(this._streamIdByStreamDescription.has(Ze(i)))return i}else{let i={participantId:t,mediaType:"CAMERA"};if(this._streamIdByStreamDescription.has(Ze(i)))return i;let a={participantId:t,mediaType:"SCREEN"};if(this._streamIdByStreamDescription.has(Ze(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,[gt.ADMIN,gt.CREATOR]):!1}_checkAdminRole(){if(this._conversation&&!R.includesOneOf(this._conversation.roles,[gt.ADMIN,gt.CREATOR]))throw new Error("You don't have the required permission")}_isCalledState(){return this._participantState===Z.CALLED}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*(){this._isRealTimeAsrRequested=e,e&&this._forceOpenTransportForAloneInCall(),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,n){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))})}enableVideoSuspend(e){return c(this,null,function*(){var t;this._signaling.ready&&this._conversation&&((t=this._transport)==null?void 0:t.getTopology())==="SERVER"&&(yield this._signaling.enableVideoSuspend(e))})}enableVideoSuspendSuggest(e){return c(this,null,function*(){var t;this._signaling.ready&&this._conversation&&((t=this._transport)==null?void 0:t.getTopology())==="SERVER"&&(yield this._signaling.enableVideoSuspendSuggest(e))})}changeOptions(e){return c(this,null,function*(){if(this._signaling.ready&&this._conversation){this._checkAdminRole(),yield this._signaling.changeOptions(e);let t=un(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;if(e&&(a=Tn(e),a)){let m=this._api.getDecorativeIdByInitialId(a.id);a.id=m?R.composeUserId(m):a.id}let n=yield this._signaling.getWaitingHall(a,t,i);if(n.error)return Promise.reject(n.message);let s=n.participants||[],{externalIds:l}=yield this._resolveWaitingHallExternalIds(s),u=null;return s.length&&n.hasMore&&(u=Rn(s[s.length-1].id)),{participants:l,pageMarker:u,totalCount:n.totalCount||0}})}_resolveWaitingHallExternalIds(e){return c(this,null,function*(){let t=new Map,i=[],a=[];if(e.length){let n=[];e.forEach(s=>{if(t.set(s.id.id,s.id.addedTs),s.externalId){let l=Q.fromSignaling(s.externalId);i.push(s.id.addedTs),a.push(l),this._api.cacheExternalId(s.id.id,l)}else n.push(R.decomposeId(s.id.id).id)}),n.length&&!a.length&&(a=yield this._api.getExternalIdsByOkIds(n),i=a.map(s=>{let l=this._api.getCachedOkIdByExternalId(s);return(l?t.get(l):void 0)||Date.now()}))}return{externalIds:a,timestamps:i}})}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||[],{externalIds:i,timestamps:a}=yield this._resolveWaitingHallExternalIds(t);return{timestamps:a,participants:i,totalCount:e.totalCount||0}})}promoteParticipant(e,t){return c(this,null,function*(){if(this._signaling&&this._conversation)try{if(!R.includesOneOf(this._conversation.options,[Zt.WAITING_HALL,Zt.AUDIENCE_MODE]))throw new Error("Unable to promote a participant in the conversation with current options");if(this._checkAdminRole(),!e&&t)throw new Error("participantId is required");yield this._signaling.promoteParticipant(e,t)}catch(i){throw d.warn(`Failed to promote participant ${e}. ${i}`),i}})}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 n={movieId:e};(t||t===0)&&(n.gain=t),i&&(n.metadata=i);let s=yield this._signaling.addMovie(n);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)})}startUrlSharing(e){return c(this,null,function*(){let t=yield this._signaling.startUrlSharing(e);if(t.error)throw new Error(t.error)})}stopUrlSharing(){return c(this,null,function*(){let e=yield this._signaling.stopUrlSharing();if(e.error)throw new Error(e.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",n=null,s=null){let l={movieId:i,name:t,privacy:a,groupId:n,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(n,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}){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}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}`:"")),this._mediaSource&&(yield this._mediaSource.setResolution({video:e,effect:t}),this._transport&&(yield this._transport.onCameraResolutionChanged()))})}videoEffect(e){return c(this,null,function*(){var t;return(t=this._mediaSource)==null?void 0:t.videoEffect(e)})}audioEffect(e,t){return c(this,null,function*(){var i;return(i=this._mediaSource)==null?void 0:i.audioEffect(e?{effects:e,isPreset:t}:null)})}_convertExternalIdsToServerExternalIds(e){return e.map(t=>({id:t.id,type:p.externalUserType}))}getParticipants(e){return c(this,null,function*(){var s;let t=this._convertExternalIdsToServerExternalIds(e.externalIds),i=yield this._signaling.getParticipants(t);if(i.error)throw new Error(i.error);let a=i.participants,n=(s=this._transport)==null?void 0:s.getState();return Promise.all(a.map(l=>c(this,null,function*(){var m;let u=R.composeId(l);return this._createParticipant({id:u,externalId:Q.fromSignalingParticipant(l),mediaSettings:Ce(l.mediaSettings),participantState:R.mapParticipantState(l),state:l.state,roles:l.roles||[],status:(m=this._getStatusByTransportState(n))!=null?m:"WAITING",muteStates:l.muteStates||{},unmuteOptions:l.unmuteOptions||[],observedIds:l.observedIds||[],markers:this._denormalizeMarkers(u,l.markers)},l.decorativeUserId)}))).then(R.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=R.composeId(l);return!this._participants[u]});yield this._registerParticipants(a);let n=(s=this._transport)==null?void 0:s.getState();return i.participants.forEach(l=>{var h,v;let u=R.composeId(l),m=this._participants[u];m.status=(h=this._getStatusByTransportState(n))!=null?h:"WAITING",m.movieShareInfos=l.movieShareInfos,Object.assign(m.mediaSettings,Ce(l.mediaSettings)),Object.assign(m.muteStates,l.muteStates),m.unmuteOptions=(v=l.unmuteOptions)!=null?v:m.unmuteOptions,this._openTransport([m],!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){var i,a;if(!this._conversation||!this._mediaSource)return;let t=this._mediaSource.getMediaSettings();d.debug("Local media stream changed",t),e.kind==="audio"&&this._mediaSource&&(this._audioFix=new ei(this._mediaSource)),E.onLocalStreamUpdate(t,e.kind),!((i=this._conversation)!=null&&i.waitingHall)&&!((a=this._conversation)!=null&&a.observer)&&!this._isAudienceModeListener()&&this._changeMediaSettings(t)}_onScreenSharingStatus(e){var i;let t=(i=this._mediaSource)==null?void 0:i.getMediaSettings();if(d.log("Screen sharing changed",e.track,t),p.consumerScreenTrack){let a=e.track?new MediaStream([e.track]):null;E.onScreenStream(a,t)}}_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){E.onLocalMediaSettings(i,t);return}let n=this._participants[e];if(!n){this._warnParticipantNotInConversation(e);return}n.mediaSettings=t,this._state==="ACTIVE"&&E.onRemoteMediaSettings(n.externalId,t,n.markers),this._specListener&&this._specListener.onChangeRemoteMediaSettings(e,t)}_changeLocalParticipantState(e){d.debug("Local participant state force changed by admin",e),this._state==="ACTIVE"&&E.onLocalParticipantState(e)}_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"&&E.onRemoteParticipantState(i.externalId,i.participantState,i.markers)}_changeMultipleParticipantState(e,t){d.debug("Multiple participants state changed",e);let i=[],a;e.forEach((n,s)=>{if(this._isMe(s))a=n;else{let l=this._participants[s];if(!l){this._warnParticipantNotInConversation(s);return}l.participantState=n,i.push({externalId:l.externalId,participantState:ue({},n),markers:l.markers})}}),this._state==="ACTIVE"&&(a&&E.onLocalParticipantState(a),i.length&&E.onRemoteParticipantsState(i,t))}_invokeRolesChangedCallbackIfNeeded(e){this._state==="ACTIVE"&&e.roles&&e.roles.length&&(d.debug(`Roles for participant [${e.id}] changed: ${e.roles}`),E.onRolesChanged(e.externalId,e.roles,!0))}_onSignalingNotification(e){switch(e.notification){case U.ACCEPTED_CALL:return this._onAcceptedCall(e);case U.HUNGUP:return this._onHungup(e);case U.PARTICIPANT_ADDED:return this._onAddedParticipant(e);case U.PARTICIPANT_JOINED:return this._onJoinedParticipant(e);case U.CLOSED_CONVERSATION:return this._onClosedConversation(e);case U.MEDIA_SETTINGS_CHANGED:return this._onMediaSettingsChanged(e);case U.PARTICIPANT_STATE_CHANGED:return this._onParticipantStateChanged(e);case U.PARTICIPANTS_STATE_CHANGED:return this._onParticipantsStateChanged(e);case U.RATE_CALL_DATA:return this._onNeedRate();case U.FEATURE_SET_CHANGED:return this._onFeatureSetChanged(e);case U.MULTIPARTY_CHAT_CREATED:return this._onMultipartyChatCreated(e);case U.FORCE_MEDIA_SETTINGS_CHANGE:return this._onForceMediaSettingsChange(e);case U.SETTINGS_UPDATE:return this._onSettingsUpdate(e);case U.VIDEO_QUALITY_UPDATE:return this._onVideoQualityUpdate(e);case U.REGISTERED_PEER:return this._onPeerRegistered(e);case U.SWITCH_MICRO:return this._onMicSwitched(e);case U.CHAT_MESSAGE:return this._onChatMessage(e);case U.CUSTOM_DATA:return this._onCustomData(e);case U.RECORD_STARTED:return this._onRecordInfo(e.recordInfo,e.roomId);case U.RECORD_STOPPED:return this._onRecordInfo(null,e.roomId);case U.ROLES_CHANGED:return this._onRolesChanged(e.participantId,e.roles||[]);case U.MUTE_PARTICIPANT:return this._onMuteParticipant(e);case U.PIN_PARTICIPANT:return this._onPinParticipant(e.participantId,e.unpin,e.markers,e.roomId);case U.OPTIONS_CHANGED:return this._onOptionsChanged(e.options||[]);case U.PARTICIPANT_SOURCES_UPDATE:return this._onParticipantSourcesUpdate(e);case U.PROMOTE_PARTICIPANT:return this._onParticipantPromoted(e);case U.CHAT_ROOM_UPDATED:return this._onChatRoomUpdated(e.eventType,e.totalCount,e.firstParticipants,e.addedParticipantIds,e.removedParticipantIds);case U.JOIN_LINK_CHANGED:return this._onJoinLinkChanged(e);case U.FEEDBACK:return this._onFeedback(e);case U.MOVIE_UPDATE_NOTIFICATION:return this._onSharedMovieUpdate(e);case U.MOVIE_SHARE_STARTED:return this._onSharedMovieInfoStarted(e);case U.MOVIE_SHARE_STOPPED:return this._onSharedMovieInfoStopped(e);case U.URL_SHARING_INFO_UPDATED:return this._onUrlSharingInfoUpdated(e);case U.ROOMS_UPDATED:return this._onRoomsUpdated(e);case U.ROOM_UPDATED:return this._onRoomUpdated(e);case U.ROOM_PARTICIPANTS_UPDATED:return this._onRoomParticipantsUpdated(e);case U.FEATURES_PER_ROLE_CHANGED:return this._onFeaturesPerRoleChanged(e);case U.PARTICIPANT_ANIMOJI_CHANGED:return this._onParticipantAnimojiChanged(e);case U.ASR_STARTED:return this._onAsrStart(e);case U.ASR_STOPPED:return this._onAsrStop(e);case U.PROMOTION_APPROVED:return this._onPromotionApproved(e);case U.DECORATIVE_PARTICIPANT_ID_CHANGED:return this._onDecorativeParticipantIdChanged(e);case U.VIDEO_SUSPEND_SUGGEST:return this._onVideoSuspendSuggest(e)}}_onPromotionApproved(e){return c(this,null,function*(){let t=yield this._getExternalIdByParticipantId(e.adminId);if(!t){this._warnParticipantNotInConversation(e.adminId);return}E.onPromotionApproved(t)})}_onSignalingReconnect(e){return c(this,null,function*(){var n,s;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 l=Object.keys(this._participants),u=[];for(let m of e.conversation.participants){let h=R.composeId(m),v=m.roles||[];if(this._isMe(h)){Ti(this._conversation.roles,v)||this._onRolesChanged(h,v),t=()=>{this._registerParticipantLocalMuteState({muteStates:yn(m),unmuteOptions:m.unmuteOptions})};continue}u.push(h);let I=this._participants[h];if(!I)yield this._onJoinedParticipant({participantId:m.id,participant:m,mediaSettings:m.mediaSettings});else{let M=Ce(m.mediaSettings);Na(M,I.mediaSettings)||this._changeRemoteMediaSettings(h,M);let F=R.mapParticipantState(m),O=I.participantState;R.isEqualParticipantState(F,O)||this._changeRemoteParticipantState(h,F),Ti(v,I.roles)||this._onRolesChanged(I.id,v)}}for(let m of l)u.indexOf(m)<0&&this._removeParticipant(this._participants[m],B.HUNGUP)}let i=(s=(n=e.rooms)==null?void 0:n.roomId)!=null?s:null;this._conversation.roomId!==i?this._onRoomSwitched(i).then(t):(this._processMuteStates(e,!0),t==null||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 s;let t=R.composeMessageId(e),i=R.getPeerIdString(e.peerId);if(d.debug(`Participant accepted call [${t}]`),this._statFirstMediaReceived.markAcceptedCall((s=this._transport)==null?void 0:s.getTopology()),this._conversation&&this._isMe(t)){this._close(new $(B.MISSED),"Call accepted on other device");return}let a=this._participants[t];if(!a){let l=this._api.getDecorativeIdByInitialId(t),u=l?R.composeUserId(l,e.participantType):void 0;a=this._registerParticipantInCache(yield this._createParticipant({id:t,mediaSettings:Ce(e.mediaSettings)},u))}a.state=Z.ACCEPTED,a.mediaSettings=Ce(e.mediaSettings),this._logWithMediaSettings(P.ACCEPTED_OUTGOING,a.mediaSettings),this._conversation&&this._conversation.direction===_t.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);let n=Object.keys(a.muteStates);n.length&&this._onMuteParticipant({muteStates:a.muteStates,mediaOptions:n,stateUpdated:!0,participantId:t}),this._state==="ACTIVE"&&E.onAcceptedCall(a.externalId)})}_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 $(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===B.REJECTED?Z.REJECTED:Z.HUNGUP,this._state!=="CLOSE"&&this._removeParticipant(i,B.HUNGUP)})}_onAddedParticipant(e){return c(this,null,function*(){var a,n;d.debug(`Participant added [${e.participantId}]`);let t=R.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}if(!i){let{participant:s}=e,l=s.decorativeUserId,u=yield this._createParticipant({id:t,externalId:Q.fromSignalingParticipant(s),mediaSettings:Ce(s.mediaSettings),state:s.state,participantState:R.mapParticipantState(s),roles:s.roles||[],muteStates:s.muteStates||{},unmuteOptions:s.unmuteOptions||[],observedIds:s.observedIds||[]},l);i=this._registerParticipantInCache(u)}i.state=Z.CALLED,i.mediaSettings=Ce((a=e.participant)==null?void 0:a.mediaSettings),i.participantState=R.mapParticipantState(e.participant),i.roles=((n=e.participant)==null?void 0:n.roles)||[],this._setParticipantsStatus([i],"WAITING"),this._state!=="IDLE"&&this._transport&&this._transport.allocate(i.id,!0),E.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 n,s,l;d.debug(`Participant joined [${e.participantId}]`),this._statFirstMediaReceived.markParticipantJoined((n=this._transport)==null?void 0:n.getTopology());let t=R.composeMessageId(e),i=this._participants[t];if(i&&i.state===Z.ACCEPTED){d.warn(`Participant [${t}] is already in conversation and is active`);return}if(!i){let{participant:u}=e,m=u.decorativeUserId,h=yield this._createParticipant({id:t,externalId:Q.fromSignalingParticipant(u),mediaSettings:Ce(u.mediaSettings),state:u.state,participantState:R.mapParticipantState(u),roles:u.roles||[],muteStates:u.muteStates||{},movieShareInfos:u.movieShareInfos,unmuteOptions:u.unmuteOptions||[],observedIds:u.observedIds||[],markers:this._denormalizeMarkers(t,u.markers)},m);i=this._registerParticipantInCache(h)}this._conversation&&this._conversation.direction===_t.OUTGOING&&(this._state==="IDLE"||this._state==="PROCESSING")&&(this._state="ACTIVE",this._changeFeatureSet()),i.state=Z.ACCEPTED,i.mediaSettings=Ce(e.mediaSettings),i.participantState=R.mapParticipantState(e.participant),i.roles=e.participant.roles||[],(s=this._transport)!=null&&s.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,!!((l=this._conversation)!=null&&l.observer))),E.onParticipantJoined(i.externalId,i.markers),this._changeRemoteMediaSettings(t,i.mediaSettings),this._changeRemoteParticipantState(t,i.participantState),this._invokeRolesChangedCallbackIfNeeded(i);let a=Object.keys(i.muteStates);a.length&&this._onMuteParticipant({muteStates:i.muteStates,mediaOptions:a,stateUpdated:!0,participantId:t}),yield this._processSharedMovieInfos(i.movieShareInfos)})}_onClosedConversation(e){this._toggleJoinAvailability(),this._close(new $(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,Ce(e.mediaSettings))})}_onParticipantStateChanged(e){return c(this,null,function*(){let t=R.composeMessageId(e),i=R.mapParticipantState(e);this._isMe(t)?this._changeLocalParticipantState(i):(yield this._registerParticipantAndSetMarkersIfChunkEnabled(t,e.markers),this._changeRemoteParticipantState(t,i))})}_onParticipantsStateChanged(e){return c(this,null,function*(){let{participants:t,roomId:i}=e,a=t.map(({id:l,markers:u})=>this._registerParticipantAndSetMarkersIfChunkEnabled(l,u));yield Promise.all(a);let n=new Map,s=t.map(({id:l,participantState:u})=>this._getExternalIdByParticipantId(l).then(m=>[l,m&&R.mapParticipantState({participantState:u})]));try{(yield Promise.all(s)).forEach(([u,m])=>{m&&n.set(u,m)}),this._changeMultipleParticipantState(n,i)}catch(l){d.warn(`_onParticipantsStateChanged: Failed to get external ids. ${l}`)}})}_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(),E.onMultipartyChatCreated(this._conversation))}_onForceMediaSettingsChange(e){return c(this,null,function*(){if(!this._mediaSource)return;let t=this._mediaSource.getMediaSettings(),i=Ce(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=ta(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=ta(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),E.onPeerRegistered()}_onMicSwitched(e){return c(this,null,function*(){E.onDeviceSwitched(le.AUDIO,!e.mute),yield this.toggleLocalAudio(!e.mute)})}_onChatMessage(e){return c(this,null,function*(){let t=R.composeMessageId(e),i=yield this._getExternalIdByParticipantId(t);if(!i){this._warnParticipantNotInConversation(t);return}E.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=yield this._getExternalIdByParticipantId(t);if(!i){this._warnParticipantNotInConversation(t);return}E.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),n=!1;if(!a!=!e?n=!0:a&&e&&(n=a.recordMovieId!==e.recordMovieId||a.recordStartTime!==e.recordStartTime),n)if(this._conversation.recordsInfoByRoom.set(t,e),e){let s=yield this._getExternalIdByParticipantId(e.initiator);s?E.onRecordStarted(s,e.recordMovieId,e.recordStartTime,e.recordType,e.recordExternalMovieId,e.recordExternalOwnerId,t):this._warnParticipantNotInConversation(e.initiator)}else E.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&&E.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._getExternalIdByParticipantId(t.initiator);i?E.onRecordStarted(i,t.recordMovieId,t.recordStartTime,t.recordType,t.recordExternalMovieId,t.recordExternalOwnerId,e):this._warnParticipantNotInConversation(t.initiator)}else E.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&&E.onAsrSet({externalId:i,movieId:t.movieId},e)}else E.onAsrSet(null,e)})}_changeUrlSharingInfoForRoom(){return c(this,null,function*(){if(!this._conversation)return;let{roomId:e}=this._conversation,{urlSharingInfoByRoom:t}=this._conversation,i=t.get(e);if(i){let a=yield this._getExternalIdByParticipantId(i.initiatorId);a&&E.onRemoteSharedUrl(a,i.sharedUrl,e)}})}_onParticipantAnimojiChanged(e){return c(this,null,function*(){if(this._conversation){let t=yield this._getExternalIdByParticipantId(e.participantId);if(!t){this._warnParticipantNotInConversation(e.participantId);return}E.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._getExternalIdByParticipantId(t.initiatorId);if(!a){this._warnParticipantNotInConversation(t.initiatorId);return}E.onAsrStarted(a,t.movieId,i),this._forceOpenTransportForAloneInCall()})}_onAsrStop(e){if(!this._conversation)return;let t=e.roomId||null;t===null&&(this._conversation.asrInfo=null),this._conversation.asrInfoByRoom.delete(t),E.onAsrStopped(t)}_onAsrTranscription(e){return c(this,null,function*(){if(!this._conversation)return;let t=yield this._getExternalIdByParticipantId(e.participantId);if(!t){this._warnParticipantNotInConversation(e.participantId);return}E.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,E.onLocalRolesChanged(t),this._processMuteState({mediaOptions:ur(this._getMuteStatesForCurrentRoom(),Fe.MUTE_PERMANENT),stateUpdated:!0}),R.includesOneOf(t,[gt.ADMIN,gt.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,E.onRolesChanged(i.externalId,t))}_onMuteParticipant(e,t=!1){return c(this,null,function*(){var m;if(!this._conversation)return;let{muteAll:i,muteStates:a={},unmuteOptions:n=[],mediaOptions:s=[],roomId:l=null}=e,u=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 h=this._participants[e.participantId];h&&(d.debug(`Mute states for participant [${e.participantId}] changed`,a),E.onMuteStates(a,n,s,i,e.unmute,h.externalId,u==null?void 0:u.externalId,e.stateUpdated,e.requestedMedia,e.roomId));return}if((m=e.requestedMedia)!=null&&m.length||(i&&!t?this._setMuteStatesForRoomId(a,l):i||(this._conversation.muteStatesPersonal=a)),e.adminId&&this._isMe(e.adminId)){i&&E.onMuteStates(a,n,s,i,e.unmute,null,this._conversation.externalId,e.stateUpdated,e.requestedMedia,e.roomId);return}yield this._processMuteState({mediaOptions:s,muteAll:i,unmute:e.unmute,adminId:e.adminId,stateUpdated:e.stateUpdated,requestedMedia:e.requestedMedia,roomId:e.roomId,unmuteOptions:n,muteStates:a})})}_changeMuteStatesForRoom(e,t){if(!this._conversation)return;let i=this._getMuteStatesForRoomId(t),a=this._getMuteStatesForRoomId(e),n=Object.keys(i),s=Object.keys(a);this._processMuteState({mediaOptions:Array.from(new Set([...n,...s])),roomId:e,muteAll:!0,stateUpdated:!0})}_processMuteState(e){return c(this,null,function*(){var M;if(!this._conversation||!this._mediaSource||this._participantState!==Z.ACCEPTED)return;let{mediaOptions:t=[],muteAll:i,unmute:a,stateUpdated:n,requestedMedia:s,roomId:l=null,unmuteOptions:u=[]}=e,m=e.adminId?this._participants[e.adminId]:null,h=Object.assign({},(M=e.muteStates)!=null?M:this._getMuteStatesForRoomId(l)),v=this._mediaSource.getMediaSettings(),I=Object.entries(h);for(let[F,O]of I){let K=p.newMuteRules&&this._isCallAdmin()&&i;if(!(O!==Fe.MUTE&&O!==Fe.MUTE_PERMANENT||K)&&(this._isCallAdmin()&&O===Fe.MUTE_PERMANENT&&!i&&(h[F]=Fe.MUTE),!(!t.includes(F)||a)))switch(F){case le.VIDEO:v.isVideoEnabled&&(E.onDeviceSwitched(le.VIDEO,!1),yield this.toggleLocalVideo(!1));break;case le.AUDIO:v.isAudioEnabled&&(E.onDeviceSwitched(le.AUDIO,!1),yield this.toggleLocalAudio(!1));break;case le.SCREEN_SHARING:v.isScreenSharingEnabled&&(E.onDeviceSwitched(le.SCREEN_SHARING,!1),yield this.disableScreenCapturing());break;case le.AUDIO_SHARING:v.isAudioSharingEnabled&&(E.onDeviceSwitched(le.AUDIO_SHARING,!1),yield this.toggleScreenCapturing({captureScreen:v.isScreenSharingEnabled,fastScreenSharing:v.isFastScreenSharingEnabled,captureAudio:!1}));break}}E.onMuteStates(h,u,t,i,a,null,m==null?void 0:m.externalId,n,s,l)})}_onPinParticipant(n){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))E.onLocalPin(!0,a);else{let l=yield this._getExternalIdByParticipantId(s);l&&E.onPinnedParticipant(l,!0,this._denormalizeMarkers(e,i),a)}if(this._isMe(e))E.onLocalPin(t,a);else{let l=yield this._getExternalIdByParticipantId(e);l&&E.onPinnedParticipant(l,t,this._denormalizeMarkers(e,i),a)}this._conversation.pinnedParticipantIdByRoom.set(a,t?null:e)})}_onOptionsChanged(e){this._conversation&&!pn(this._conversation.options,e)&&(this._conversation.options=e,E.onOptionsChanged(e))}_onNetworkStatus(e){if(this._conversation){let t=[];for(let[i,a]of Object.entries(e)){let n;if(this._isMe(i)||i==="")n=this._conversation.networkRating;else if(this._participants[i])n=this._participants[i].networkRating;else continue;if(n!==a)if(this._isMe(i)||i==="")this._conversation.networkRating=a,E.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),E.onNetworkStatusChanged(t)}}_onRemoteStreamSecond(e,t){let i=this._participants[e];if(i){if(p.producerScreenTrack){E.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 n=this._streamIdByStreamDescription.get(a);if(!n||this._streamWaitTimerByStreamDescription.has(a)){d.log("Delaying secondary stream start/stop until main stream becomes available",a);return}let s=this._streamByStreamId.get(n);if(!s){C.log(P.PAT_ERROR,"streamNotFound"),d.error(`Could not find stream by ID: ${n}`);return}E.onRemoteStream(i.externalId,i.secondStream||s)}else{let a=t||i.remoteStream;a&&E.onRemoteStream(i.externalId,a)}}}_onAnimojiStream(e,t){if(this._isMe(e)&&this._mediaSource){E.onVmojiStream(t,this._mediaSource.getMediaSettings());return}let i=this._participants[e];i&&E.onRemoteVmojiStream(i.externalId,t)}_onAnimojiError(e){return c(this,null,function*(){try{let t=yield this._getExternalIdByParticipantId(e.participantId);t&&(delete e.participantId,E.onVmojiError(He(ue({},e),{externalId:t})))}catch(t){d.warn("_onAnimojiError failed",t)}})}_onPeerConnectionClosed(e){e==="SERVER"&&this._cleanupParticipantAgnosticStreams()}_changeFeatureSet(){if(this._conversation){let e=this._state==="ACTIVE",t=this._conversation.features.includes(Xr.ADD_PARTICIPANT);E.onCallState(e,t,this._conversation)}}_changeNeedRate(){this._conversation&&this._conversation.needRate&&E.onRateNeeded()}_onVolumesDetected(e){let t=[];for(let[i,a]of Object.entries(e)){let n=this._participants[i];n&&n.externalId&&t.push({uid:n.externalId,volume:a.real})}E.onVolumesDetected(t)}_onSpeakerChanged(e){this._activeSpeakerId=e,this._participants[e]&&this._lastSignalledActiveSpeakerId!==e&&(E.onSpeakerChanged(this._participants[e].externalId),this._lastSignalledActiveSpeakerId=e)}_onTransportStateChanged(e,t){return c(this,null,function*(){d.debug(`Transport state has changed: ${t}`,e);let i=this._getStatusByTransportState(t);if(!i)return;let a=e.reduce((n,s)=>{if(s in this._participants){let l=this._participants[s];n.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 n},[]);a.length&&this._setParticipantsStatus(a,i)})}_onTransportLocalStateChanged(e){return c(this,null,function*(){var t;if(d.debug(`Local transport state has changed: ${e}`),e==="CONNECTED"&&(E.onLocalStatus("CONNECTED"),((t=this._transport)==null?void 0:t.getTopology())==="SERVER")){let i=Object.values(this._myLastRequestedLayouts);yield this.updateDisplayLayout(i)}e==="CONNECTING"&&E.onLocalStatus("CONNECTING"),e==="RECONNECTING"&&E.onLocalStatus("RECONNECT"),e==="FAILED"&&this._transport&&this._transport.allocated().length===0&&(this._signaling.ready&&(yield this._signaling.hangup(B.FAILED)),this._close(new $(B.FAILED),"Transport failed"))})}_onRemoteTrackAdded(e,t,i){return c(this,null,function*(){if(e.endsWith($e.AUDIO_MIX))d.debug("Remote audio mix track added"),this._audioOutput.add(i),E.onRemoteMixedAudioStream(t);else if(e.startsWith($e.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){let n=this._api.getDecorativeIdByInitialId(e),s=n?R.composeUserId(n):void 0;d.warn(`Conversation: track added before participant [id: ${e}, decorativeId: ${s}]`),a=this._registerParticipantInCache(yield this._createParticipant({id:e},s)),this._setParticipantsStatus([a],"WAITING"),this._activeSpeakerId===e&&this._lastSignalledActiveSpeakerId!==e&&(E.onSpeakerChanged(a.externalId),this._lastSignalledActiveSpeakerId=e)}if(this._transport&&!this._transport.isAllocated(a.id)&&this._transport.allocate(a.id,!1),i.kind==="audio"&&(this._audioOutput.add(i),p.preserveAudioTracks||(a.remoteAudioTrack=i,t.removeTrack(i))),a.remoteStream!==t&&t.getTracks().length){if(a.remoteStream=t,a.secondStream)return;E.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!==$e.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(),this._isRealTimeAsrRequested&&this._forceOpenTransportForAloneInCall())}_onAudioMixStall(e){this._audioMixStalled!==e&&(this._audioMixStalled=e,d.debug("Audio mix stalled:",e),E.onLocalStatus(e?"RECONNECT":"CONNECTED"))}_onRemoteSignalledStall(e){let t={},i=[],a=[];d.debug("Participants stalled:",e);for(let n of e){if(t[n]=!0,!this._lastStalled[n]){let s=this._participants[n];s&&i.push(s)}delete this._lastStalled[n]}for(let n of Object.keys(this._lastStalled)){let s=this._participants[n];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),this._fixVideoDevice(e.outbound.rtps)}_fixAudioDevice(e){var t;!D.hasMicrophone()||!this._audioFix||!((t=this._mediaSource)!=null&&t.getMediaSettings().isAudioEnabled)||this._audioFix.fix(e)}_fixVideoDevice(e){var t;!D.hasCamera()||!this._audioFix||!((t=this._mediaSource)!=null&&t.getMediaSettings().isVideoEnabled)||this._audioFix.fixVideo(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}),E.onJoinStatus(t,e))}_updateDisplayLayoutFromCache(e){return c(this,null,function*(){var i;if(((i=this._transport)==null?void 0:i.getTopology())!=="SERVER")return;let t=this._participants[e];t&&t.lastRequestedLayouts&&Object.keys(t.lastRequestedLayouts).length&&(yield this.updateDisplayLayout(Object.values(t.lastRequestedLayouts)))})}_setParticipantsStatus(e,t,i=null){if(!e.length)return;let a=e.reduce((n,s)=>(s.status!==t&&(s.status=t,n.push(s.externalId)),n),[]);a.length&&E.onRemoteStatus(a,t,i)}_onJoinLinkChanged(e){E.onJoinLinkChanged(e.joinLink)}_onRoomsUpdated(e){return c(this,null,function*(){var i;if(this._isCalledState())return;let t={};for(let a of Object.keys(Ri)){let n=e.updates[a];n&&(t[a]={rooms:yield Promise.all(((i=n==null?void 0:n.rooms)==null?void 0:i.map(this._convertRoomToExternal.bind(this)))||[]),roomIds:n==null?void 0:n.roomIds,deactivated:n==null?void 0:n.deactivated})}E.onRoomsUpdated(t)})}_onRoomUpdated(e){return c(this,null,function*(){var i,a;let t=yield this._convertRoomToExternal(e.room||null);e.events.some(n=>n===Ri.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))),this._isCalledState()||E.onRoomUpdated(e.events,e.roomId,t,e.deactivate||null)})}_convertRoomToExternal(e){return c(this,null,function*(){var s,l,u,m,h;if(!e)return null;let t=yield Promise.all(((s=e.participantIds)==null?void 0:s.map(v=>this._getExternalIdByParticipantId(v)))||[]),i=yield Promise.all(((l=e.addParticipantIds)==null?void 0:l.map(v=>this._getExternalIdByParticipantId(v)))||[]),a=yield Promise.all(((m=(u=e.removeParticipantIds)==null?void 0:u.map)==null?void 0:m.call(u,v=>this._getExternalIdByParticipantId(v)))||[]),n=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:(h=e.participants)!=null&&h.participants?this._participantListChunkToExternalChunk(e.participants):void 0,active:e.active,muteStates:e.muteStates,pinnedParticipantId:n,countdownSec:e.countdownSec,timeoutMs:e.timeoutMs}})}_onRoomParticipantsUpdated(e){return c(this,null,function*(){var I,M,F,O,K,q,pe,re;let t=(I=this._transport)==null?void 0:I.getState(),i=(M=e.roomId)!=null?M:null,a=((F=e.addedParticipantIds)==null?void 0:F.map(J=>R.decomposeId(J).id))||[],n=yield this._api.getExternalIdsByOkIds(a),s=e.addedParticipants;if(n.length&&(s==null?void 0:s.length)!==n.length&&!this._isCalledState()){let J=this._convertExternalIdsToServerExternalIds(n);s=(yield this._signaling.getParticipants(J)).participants}let l=yield Promise.all((s==null?void 0:s.map(J=>c(this,null,function*(){var Ue;let _e=R.composeId(J);return this._createParticipant({id:_e,externalId:Q.fromSignalingParticipant(J),mediaSettings:Ce(J.mediaSettings),participantState:R.mapParticipantState(J),state:J.state,roles:J.roles||[],status:(Ue=this._getStatusByTransportState(t))!=null?Ue:"WAITING",muteStates:J.muteStates||{},unmuteOptions:J.unmuteOptions||[],observedIds:J.observedIds||[],markers:this._denormalizeMarkers(_e,J.markers),isInRoom:i!==null},J.decorativeUserId)})))||[]),u=!1;for(let J of l)J.id===((O=this._conversation)==null?void 0:O.compositeUserId)&&(u=!0),this._registerParticipantInCache(J);((K=this._transport)==null?void 0:K.getState())==="IDLE"&&!this._isCalledState()&&this._openTransport(l,!0);let m=[],h=[];if(e!=null&&e.removedParticipantMarkers){for(let J of e.removedParticipantMarkers)if((q=J.GRID)!=null&&q.id){let _e=this._getExternalIdByParticipantId(J.GRID.id);h.push(_e)}m=yield Promise.all(h)}if(u&&(yield this._onRoomSwitched(i)),m){let J=(pe=this._conversation)==null?void 0:pe.pinnedParticipantIdByRoom.get(i);if(J){let _e=yield this._getExternalIdByParticipantId(J);if(_e){for(let Ue of m)if(Q.compare(_e,Ue)){(re=this._conversation)==null||re.pinnedParticipantIdByRoom.delete(i);break}}}}let v={roomId:i,participantCount:e.participantCount,addedParticipantIds:n,addedParticipants:R.mapSharedParticipants(l),removedParticipantMarkers:e==null?void 0:e.removedParticipantMarkers,removedParticipantIds:m};this._isCalledState()||E.onRoomParticipantsUpdated(v)})}_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&&!this._isCalledState()){E.onRoomStart(e);return}this._isCalledState()||E.onRoomSwitched(e),e!==null&&!this._isCallAdmin()&&(yield this._refreshRooms(!1)),this._changePinnedParticipantForRoom(),this._changeRecordInfoForRoom(),this._changeMuteStatesForRoom(e,i),yield this._changeAsrInfoForRoom(),yield this._changeUrlSharingInfoForRoom()})}_refreshRooms(e){return c(this,null,function*(){var n,s,l,u,m,h,v,I,M,F,O,K;let t;this._isCalledState()||(t=yield this._signaling.getRooms(e));let i=(s=(n=t==null?void 0:t.rooms)==null?void 0:n.rooms)!=null?s:[],a=[];for(let q of i){let pe=(l=q.id)!=null?l:null;if(this._setMuteStatesForRoomId(q.muteStates,pe),(m=this._conversation)==null||m.recordsInfoByRoom.set(pe,(u=q.recordInfo)!=null?u:null),(v=this._conversation)==null||v.pinnedParticipantIdByRoom.set(pe,(h=q.pinnedParticipantId)!=null?h:null),q.asrInfo&&((I=this._conversation)==null||I.asrInfoByRoom.set(pe,q.asrInfo)),q.urlSharingInfo?(M=this._conversation)==null||M.urlSharingInfoByRoom.set(pe,q.urlSharingInfo):(F=this._conversation)==null||F.urlSharingInfoByRoom.delete(pe),e){yield this._registerParticipants(((K=(O=q==null?void 0:q.participants)==null?void 0:O.participants)==null?void 0:K.filter(J=>!this._participants[R.composeId(J)]))||[],!0);let re=yield this._convertRoomToExternal(q);re&&a.push(re)}}a.length&&!this._isCalledState()&&E.onRoomsUpdated({[Ri.UPDATE]:{rooms:a}})})}_onFeedback(e){return c(this,null,function*(){let t=[];for(let i of e.feedback){let a=He(ue({},i),{items:[]});for(let n of i.items){let s=yield this._getExternalIdByParticipantId(n.participantId);s?a.items.push(He(ue({},n),{participantId:s})):this._warnParticipantNotInConversation(n.participantId)}t.push(a)}E.onFeedback(t,e.roomId)})}_onDecorativeParticipantIdChanged(e){return c(this,null,function*(){if(!this._conversation||!e.decorativeParticipantId||!e.decorativeExternalParticipantId)return;let{participantId:t,decorativeParticipantId:i,decorativeExternalParticipantId:a}=e,n=this._isMe(t);d.debug(`Decorative participant id changed [${t}]`,e);let s=yield this._getExternalIdByParticipantId(t);if(!s){this._warnParticipantNotInConversation(t);return}let l=Q.fromSignaling(a,s.deviceIdx);E.onParticipantIdChanged(s,l),this._api.cacheExternalId(i,l),this._api.mapDecorativeId(i,t),n?this._conversation.externalId=l:this._participants[t].externalId=l})}_onVideoSuspendSuggest(e){!this._conversation||this._conversation.topology!=="SERVER"||(d.debug("Video suspend suggested",e),E.onVideoSuspendSuggest(e.bandwidth))}_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._isCalledState()&&this._transport.open(this._transport.allocated(),null,!!((i=this._conversation)!=null&&i.observer),!0)}},N=X;N._delayedHangup=!1;var ki=class extends Error{constructor(e,t){super(e);Object.setPrototypeOf(this,ki.prototype),this.participantErrors=t}};var Ut=null,ii=null;function Ln(){Ut=null,ii=null}function Ir(o=null,r){return c(this,null,function*(){var t;let e=o!=null?o:p.apiBaseUrl;if(e)return e;if((r!=null?r:p.apiEnv)!=="AUTO")return p.apiEndpoint(r);try{let i=atob("aHR0cHM6Ly9kbnMuZ29vZ2xlL3Jlc29sdmU/bmFtZT12aWRlby5fZW5kcG9pbnQub2sucnUmdHlwZT1UWFQ="),n=yield(yield fetch(i,{method:"GET",mode:"cors",cache:"no-cache"})).json(),s=(t=n==null?void 0:n.Answer[0])==null?void 0:t.data;if(!s)throw new Error("Wrong DNS response");return d.debug("Resolved API endpoint",s),s}catch(i){return d.warn("Failed to resolve API endpoint using DNS, default is used",i),p.apiEndpoint(r)}})}function Nn(){return c(this,null,function*(){return Ut||ii||(ii=Ir(),Ut=yield ii,ii=null,Ut)})}function ri(t){return c(this,arguments,function*(o,r={},e=!1){if(!window.Blob||!window.navigator.sendBeacon)return;yield Nn();let i=Bn(o,r,e),a=new window.Blob([i],{type:"application/x-www-form-urlencoded"});window.navigator.sendBeacon(`${Ut}/fb.do`,a)})}function wi(i){return c(this,arguments,function*(o,r={},e=!1,t){yield Nn();let a=Bn(o,r,e);return ys(a,t)})}function ys(o,r){return c(this,null,function*(){return new Promise((e,t)=>{let i=new XMLHttpRequest;i.open("POST",`${r!=null?r:Ut}/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(n){a={result:i.responseText}}i.status!==200||a.hasOwnProperty("error_msg")?t(a):e(a)},i.send(o)})})}function Un(o,r){return c(this,null,function*(){try{let e=yield fetch(o,{method:"POST",body:r});if(!e.ok)throw new Error(`HTTP error! status: ${e.status}`);let t=yield e.text();d.debug("Form data sent successfully",t)}catch(e){throw d.warn("Failed to send form data",e),e}})}function Bn(o,r={},e=!1){r.method=o,r.format="JSON",r.application_key||(r.application_key=p.apiKey),e||(me.sessionKey?r.session_key=me.sessionKey:me.accessToken&&(r.access_token=me.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 Oi=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){}logClientStats(r){}logClientEvents(r){}getCachedOkIdByExternalId(r){return null}cacheExternalId(r,e){}mapDecorativeId(r,e){}unmapDecorativeId(r){}getDecorativeIdByInitialId(r){}replaceByInitialIdIdIfExists(r){return typeof r=="string"?parseInt(r,10):r}hangupConversation(r){}sendUserFeedbackStats(r,e,t,i){}removeHistoryRecords(r){return c(this,null,function*(){})}getServerTime(){return c(this,null,function*(){return Date.now()})}cleanup(){}};var Ms=10,As=700,Ds=3e3,xi=class extends Oi{constructor(){super(...arguments);this._userId=null;this._externalUidsCache=new Map;this._decorativeIdToInitialId=new Map;this._initialIdToDecorativeId=new Map}_callUnsafe(a){return c(this,arguments,function*(e,t={},i=!1){let n=s=>c(this,null,function*(){try{return yield wi(e,t,i)}catch(l){if(!l.hasOwnProperty("error_msg")&&(s++,d.debug(`${e} network error, attempt ${s}...`),s<Ms))return yield R.delay(Math.min(s*As,Ds)),n(s);throw d.warn(e,"error",l),l}});return n(0)})}_call(a){return c(this,arguments,function*(e,t={},i=!1){try{return yield this._callUnsafe(e,t,i)}catch(n){d.warn("Api call error",n);let s=se.API;switch(n.error_code){case 102:case 103:case 104:return yield this.authorize(),this._callUnsafe(e,t,i)}let l={message:n.error_msg,code:n.error_code};switch(n.custom_error&&(l.custom_error=n.custom_error),n.error_code){case 1101:s=B.SERVICE_DISABLED;break;case 300:s=B.NOT_FOUND;break;case 1102:s=B.CALLEE_IS_OFFLINE;break;case 1103:s=B.NOT_FRIENDS;break;case 1104:case 1106:s=B.EXTERNAL_API_ERROR;break;case 1113:s=B.CALLER_IS_REJECTED;break;case 1114:s=B.VCHAT_DETAILED_ERROR;break}throw new $(s,l)}})}userId(e){return c(this,null,function*(){let t=R.extractOkId(e);if(me.isEmpty())return Q.fromId(String(t));this._externalUidsCache.has(t)||(yield this._getExternalIdsByOkIds([t]));let i=this.getDecorativeIdByInitialId(t);return i&&(t=i),Q.fromString(this._externalUidsCache.get(t))})}authorize(){return c(this,null,function*(){if(this._ensureUuid(),!p.apiKey)throw new $(se.API,{message:"Required argument apiAppKey not passed"});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)),me.sessionKey=t.session_key,me.sessionSecretKey=t.session_secret_key}).catch(t=>{throw t.error_code===401&&E.onTokenExpired(),new $(se.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})};ri("log.externalLog",t)}logClientStats(e){let t={app_version:String(p.appVersion),sdk_type:"WEB",sdk_version:p.sdkVersion,version:1,items:e};p.clientStatsPlatform&&(t.platform=p.clientStatsPlatform);let i={data:JSON.stringify(t)};ri("vchat.clientStats",i)}logClientEvents(e){let t={app_version:String(p.appVersion),sdk_type:"WEB",sdk_version:p.sdkVersion,version:1,items:e};p.clientStatsPlatform&&(t.platform=p.clientStatsPlatform);let i={data:JSON.stringify(t)};ri("vchat.clientEvents",i)}uploadDebugLogs(e,t,i,a){return c(this,null,function*(){let n={conversationId:e,webrtcPlatform:p.platform,startTime:t,endTime:i},s=yield this._callUnsafe("vchat.getLogUploadUrl",n),l=new FormData,u=new Blob([a],{type:"application/json"});l.append("file",u,"log.json");let m=new URL(s.upload_url);return m.searchParams.append("size",u.size.toString()),Un(m.toString(),l)})}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(u){return c(this,arguments,function*(e,t="",i=!1,{onlyAdminCanShareMovie:a,audienceMode:n,audioOnly:s}={},l){let m=this._preareStartConversationData({conversationId:e,isVideo:!1,joiningAllowed:!0,payload:t,requireAuthToJoin:i,onlyAdminCanShareMovie:a,audienceMode:n,audioOnly:s,speakerIds:l});return this._startConversation(m)})}startConversation(m,h,v){return c(this,arguments,function*(e,t,i,a=!1,n="",s=!1,l=!1,{onlyAdminCanShareMovie:u}={}){let I=this._preareStartConversationData({conversationId:e,isVideo:a,joiningAllowed:s,payload:n,requireAuthToJoin:l,onlyAdminCanShareMovie:u});if(t&&t.length)switch(i){case st.USER:I.uids=t.join(",");break;case st.GROUP:I.gid=t[0];break;case st.CHAT:I.chatId=t[0];break}return this._startConversation(I)})}_ensureUuid(){if(!this._uuid){let e=mt.get("uuid");e||(e=R.uuid(),mt.set("uuid",e)),this._uuid=String(e)}}_preareStartConversationData({conversationId:e,isVideo:t,payload:i="",joiningAllowed:a=!1,requireAuthToJoin:n=!1,onlyAdminCanShareMovie:s,audienceMode:l=!1,audioOnly:u=!1,speakerIds:m=[]}){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),n&&(h.requireAuthToJoin=!0),s!==void 0&&(h.onlyAdminCanShareMovie=s),l&&(h.audienceMode=l),u&&(h.audioOnly=u),m.length){let v=m.map(I=>R.composeUserId(I));h.speakerIds=v.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 n={joinLink:e,isVideo:t,protocolVersion:p.protocolVersion};return i!=null&&i.length&&(n.observedIds=i.join(",")),p.anonymToken&&(n.anonymToken=p.anonymToken),a&&(n.payload=a),this._call("vchat.joinConversationByLink",n)})}getOkIdsByExternalIds(e){return c(this,null,function*(){let t=[],i=[],a=new Map,n=Array.from(this._externalUidsCache.keys()),s=Array.from(this._externalUidsCache.values());for(let u of e){let m=Q.toString(u),h=s.indexOf(m);h>-1?t.push(this.replaceByInitialIdIdIfExists(n[h])):(a.set(String(u.id),m),i.push({id:u.id,ok_anonym:u.type==="ANONYM"}))}return i.length&&(yield this._call("vchat.getOkIdsByExternalIds",{externalIds:i})).ids.forEach((u,m)=>{let h=Number(u.ok_user_id),v=String(u.external_user_id.id);a.has(v)&&(this.cacheExternalId(h,Q.fromString(a.get(v))),t.push(h))}),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 n of e){let s=Q.toString(n),l=a.indexOf(s);if(l>-1){let u=R.composeParticipantId(this.replaceByInitialIdIdIfExists(i[l]),ce.USER,n.deviceIdx);t.set(n,u)}}return t})}getExternalIdsByOkIds(e){return c(this,null,function*(){let t=[],i=[];for(let n of e)if(this._externalUidsCache.has(n)){let s=this.getDecorativeIdByInitialId(n),l=this._externalUidsCache.get(s!=null?s:n);t.push(Q.fromString(l))}else i.push(n);if(!i.length)return t;let a=yield this._getExternalIdsByOkIds(i);return Array.from(a.values())})}getCachedOkIdByExternalId(e){let t=Array.from(this._externalUidsCache.keys()),i=Array.from(this._externalUidsCache.values()),a=Q.toString(e),n=i.indexOf(a);return n>-1?R.composeParticipantId(this.replaceByInitialIdIdIfExists(t[n]),ce.USER,e.deviceIdx):n>-1?R.composeParticipantId(t[n],ce.USER,e.deviceIdx):null}cacheExternalId(e,t){let i=R.extractOkId(e);this._externalUidsCache.set(i,Q.toString(t))}mapDecorativeId(e,t){let i=R.extractOkId(e),a=R.extractOkId(t);this._decorativeIdToInitialId.set(i,a),this._initialIdToDecorativeId.set(a,i)}unmapDecorativeId(e){let t=R.extractOkId(e),i=this.getDecorativeIdByInitialId(t);i&&this._decorativeIdToInitialId.delete(i),this._initialIdToDecorativeId.delete(t)}getDecorativeIdByInitialId(e){let t=R.extractOkId(e);return this._initialIdToDecorativeId.get(t)}replaceByInitialIdIdIfExists(e){var i;let t=R.extractOkId(e);return(i=this._decorativeIdToInitialId.get(t))!=null?i: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:B.HUNGUP};p.anonymToken&&(t.anonymToken=p.anonymToken),ri("vchat.hangupConversation",t)}sendUserFeedbackStats(e,t,i,a){let n={collector:"app.vchat.events.product",data:JSON.stringify({application:`${p.appName}:${p.sdkVersion}`,platform:p.platform,items:[{type:1,operation:P.USER_FEEDBACK_RECEIVED,timestamp:Date.now(),custom:{vcid:e,user_response:t,reason:i,group_call_users_count:a}}]})};ri("log.externalLog",n)}removeHistoryRecords(e){return c(this,null,function*(){yield this._call("vchat.removeHistoryRecords",{recordIds:e.join(",")})})}cleanup(){this._decorativeIdToInitialId=new Map,this._initialIdToDecorativeId=new Map}_getExternalIdsByOkIds(e){return c(this,null,function*(){let t=new Map;e=e.map(i=>{var a;return(a=this.getDecorativeIdByInitialId(i))!=null?a:i});try{let i=yield this._call("vchat.getExternalIdsByOkIds",{uids:e.join(",")}),a=(n,s)=>{for(let[l,u]of Object.entries(n)){let m=Number(l),h=Q.fromId(u,s);t.set(m,h),this.cacheExternalId(m,h)}};i.external_ids&&a(i.external_ids,"USER"),i.anonym_ids&&a(i.anonym_ids,"ANONYM");for(let n of e){let s=Number(n);if(!t.has(s)){let l=Q.fromId(String(s));t.set(s,l),this.cacheExternalId(s,l)}}return t}catch(i){return t}})}getServerTime(){return c(this,null,function*(){return(yield this._call("system.getInfo")).serverTime})}};var Vn=(e=>(e.KING="KING",e.PAWN="PAWN",e))(Vn||{}),ks=Vn;var ia=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 ra=class{constructor(r,e,t,i=null){this._uuid=R.uuid(),this._apiKey=e,this._callToken=t,this._apiEnv=r,this._baseApiUrl=i}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 Ir(this._baseApiUrl,this._apiEnv),t=yield wi("auth.anonymLogin",r,!0,e);return R.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:B.HUNGUP,application_key:this._apiKey,session_key:this._sessionKey},t=yield Ir(this._baseApiUrl,this._apiEnv);yield wi("vchat.hangupConversation",e,!0,t)})}};var ne,Li=null,US={getCameras:D.getCameras,getMicrophones:D.getMicrophones,getOutput:D.getOutput,getVideoFacingMode:D.getVideoFacingMode,hasCamera:D.hasCamera,hasMicrophone:D.hasMicrophone,getSavedCamera:D.getSavedCamera,getSavedMicrophone:D.getSavedMicrophone,getSavedOutput:D.getSavedOutput,hasCameraPermission:D.hasCameraPermission,hasMicrophonePermission:D.hasMicrophonePermission,hasPermissions:D.hasPermissions,getUserMedia:D.getUserMedia,getUserVideo:D.getUserVideo,getUserAudio:D.getUserAudio,setResolution:D.setResolution,isBrowserSupported:D.isBrowserSupported,isScreenCapturingSupported:D.isScreenCapturingSupported,os:D.os,isMobile:D.isMobile,browserName:D.browserName,browserVersion:D.browserVersion,baseChromeVersion:D.baseChromeVersion,getAudioContext:D.getAudioContext,isAudioShareSupported:D.isAudioShareSupported},BS={participantMarkerCompare:R.participantMarkerCompare};function VS(o){Li=o}function FS(o){p.videoEffects=o}function jS(o){p.audioEffects=o}function HS(o,r=null,e={},t=1){p.vmoji=o,p.vmojiOptions={protocolVersion:t,renderingOptions:e},r&&o.setSDK(r)}function GS(o){return c(this,null,function*(){if(p.set(o),ne||(ne=new xi),Fn.disableLog(!p.debug),d.toggle(p.debug),d.log(`Calls SDK ${p.sdkVersion}`,o),yield D.init(),!D.isBrowserSupported())throw new $(se.UNSUPPORTED);d.log("UserAgent:",navigator.userAgent),d.log("Screen resolution:",`${window.screen.width}x${window.screen.height}`),d.log("Permissions:",`Camera: ${D.hasCameraPermission()}, Mic: ${D.hasMicrophonePermission()}`),d.log("Simulcast:",`${o.simulcast} => ${p.simulcast}`)})}function WS(n){return c(this,arguments,function*(o,r=[le.AUDIO],e="",t=!1,i=!1,a){let s=[],l=[];if(Array.isArray(o)?s=o.length?o:[]:o&&(s=[o]),s.length&&(l=yield ne.getOkIdsByExternalIds(s),!l.length))throw new $(B.CALLEE_IS_OFFLINE);return ws(l,st.USER,r,e,t,i,a)})}function ws(s){return c(this,arguments,function*(o,r=st.USER,e,t="",i=!1,a=!1,n){if(N.current())throw d.error("There is already active call"),new $(B.FAILED);return new N(ne,Li).onStart(o,r,e,t,i,a,n)})}function $S(o){return c(this,null,function*(){return Os(o)})}function Os(t){return c(this,arguments,function*(o,r=ce.USER,e){if(o===N.id())throw new Error("Push has already been processed");return new N(ne,Li).onPush(o,r,e)})}function KS(o,r){return c(this,null,function*(){return o&&(p.authToken=o),r!==void 0&&p.apiBaseUrl!==r&&(p.apiBaseUrl=r,Ln()),ne.authorize()})}function qS(){return c(this,arguments,function*(o=[le.AUDIO]){return Ke().accept(o)})}function zS(){return c(this,null,function*(){let o=N.current();if(o)return o.decline()})}function JS(e){return c(this,arguments,function*(o,r=[le.AUDIO]){return xs(o,r)})}function xs(o,r,e){return c(this,null,function*(){if(N.current())throw d.error("There is already active call"),new $(B.FAILED);return new N(ne,Li).onJoin({conversationId:o,mediaOptions:r,chatId:e})})}function YS(a){return c(this,arguments,function*(o,r=[le.AUDIO],e,t,i){if(N.current())throw d.error("There is already active call"),new $(B.FAILED);return e&&(p.anonymToken=e),new N(ne,Li).onJoin({joinLink:o,mediaOptions:r,observedIds:t,payload:i})})}function QS(){return c(this,null,function*(){let o=N.current();if(o)return o.hangup();N.hangupAfterInit()})}function XS(o,r){return c(this,null,function*(){Array.isArray(o)||(o=[o]);let e=yield ne.getOkIdsByExternalIds(o);if(!e.length)throw new Error("User not found");return Ls(e,r)})}function Ls(o,r){return c(this,null,function*(){let e=N.current();if(e){let t=o.map(i=>R.composeUserId(i));yield e.addParticipant(t,r)}})}function ZS(o,r=!1){return c(this,null,function*(){let e=yield ne.getOkIdsByExternalIds([o]);return Ns(e[0],r)})}function Ns(o,r=!1){return c(this,null,function*(){let e=N.current();if(e)try{yield e.removeParticipant(R.composeUserId(o),r)}catch(t){d.warn(`Failed to remove participant ${o}. Perhaps he is no longer on the call. ${t}`)}})}function ev(o,r){return c(this,null,function*(){let e=N.current();if(o==="videoinput"&&Mt.contains(r))return p.videoFacingMode=r,e?(D.isMobile()&&e.stopVideoTrack(),e.changeDevice(o)):void 0;if(!(yield D._saveDeviceId(o,r)))throw new Error(`Device not found: ${r}`);if(e)return e.changeDevice(o)})}function tv(o){return c(this,null,function*(){let r=typeof o=="object"?He(ue({},o),{fastScreenSharing:o.captureScreen&&o.fastScreenSharing,captureAudio:o.captureScreen&&o.captureAudio&&p.audioShare}):{captureScreen:o,fastScreenSharing:!1,captureAudio:!1},e=N.current();return e?e.toggleScreenCapturing(r):Promise.reject()})}function iv(o){let r=N.current();r&&r.toggleAnimojiCapturing(o)}function rv(o,r=!1){return c(this,null,function*(){let e=N.current();e&&(yield e.setVideoStream(o,r))})}function av(o){return c(this,null,function*(){let r=N.current();r&&(yield r.toggleLocalVideo(o))})}function nv(o){return c(this,null,function*(){let r=N.current();r&&(yield r.toggleLocalAudio(o))})}function ov(o){return c(this,null,function*(){let r=N.current();if(r)return r.setLocalResolution(o)})}function sv(o){return c(this,null,function*(){let r=N.current();r&&(yield r.changePriorities(o))})}function cv(o,r){return c(this,null,function*(){let e=N.current();if(e){let t;if(r){let[i]=yield ne.getOkIdsByExternalIds([r]);t=R.composeParticipantId(i,ce.USER,r.deviceIdx)}yield e.changeParticipantState(o,t)}})}function dv(){return c(this,null,function*(){let o=N.current();o&&(yield o.putHandsDown())})}function lv(o){return c(this,null,function*(){let r=N.current();r&&(yield r.updateDisplayLayout(o))})}function pv(o,r,e=!1){return c(this,null,function*(){let t=yield ne.getOkIdsByExternalIds([o]);return Us(t[0],Q.getDeviceIdx(o),r,e)})}function Us(o,r,e,t=!1){return c(this,null,function*(){let i=N.current();i&&(yield i.grantRoles(R.composeParticipantId(o,ce.USER,r),e,t))})}function uv(i){return c(this,arguments,function*({externalId:o=null,muteStates:r,requestedMedia:e=[],roomId:t=null}){let a=null;return o&&(a=(yield ne.getOkIdsByExternalIds([o]))[0]),Bs({uid:a,muteStates:r,requestedMedia:e,deviceIdx:Q.getDeviceIdx(o),roomId:t})})}function Bs(a){return c(this,arguments,function*({uid:o=null,muteStates:r,requestedMedia:e=[],deviceIdx:t=0,roomId:i=null}){let n=N.current();if(n){let s=o?R.composeParticipantId(o,ce.USER,t):null;yield n.muteParticipant(s,r,e,i)}})}function mv(o,r=!1,e=null){return c(this,null,function*(){let t=yield ne.getOkIdsByExternalIds([o]);return Vs(t[0],r,Q.getDeviceIdx(o),e)})}function Vs(o,r=!1,e=0,t=null){return c(this,null,function*(){let i=N.current();i&&(yield i.pinParticipant(R.composeParticipantId(o,ce.USER,e),r,t))})}function hv(o){return c(this,null,function*(){let r=N.current();r&&(yield r.updateMediaModifiers(o))})}function _v(o){return c(this,null,function*(){let r=N.current();r&&(yield r.enableVideoSuspend(o))})}function gv(o){return c(this,null,function*(){let r=N.current();r&&(yield r.enableVideoSuspendSuggest(o))})}function fv(o){return c(this,null,function*(){let r=N.current();r&&(yield r.changeOptions(o))})}function Sv(o,r=null){return c(this,null,function*(){let e=null;return r&&(e=(yield ne.getOkIdsByExternalIds([r]))[0]),Fs(o,e)})}function Fs(o,r=null){return c(this,null,function*(){let e=N.current();if(e){let t=r?R.composeUserId(r):null;yield e.chatMessage(o,t)}})}function vv(o=10){return c(this,null,function*(){let r=N.current();if(r)return r.chatHistory(o)})}function Iv(o,r=null){return c(this,null,function*(){let e=null;return r&&(e=(yield ne.getOkIdsByExternalIds([r]))[0]),js(o,e,Q.getDeviceIdx(r))})}function js(o,r=null,e=0){return c(this,null,function*(){let t=N.current();if(t){let i=r?R.composeParticipantId(r,ce.USER,e):null;yield t.customData(o,i)}})}function Ev(){return c(this,arguments,function*(o="",r=!1,{onlyAdminCanShareMovie:e=!1}={}){return(yield ne.createConversation(R.uuid(),o,r,{onlyAdminCanShareMovie:e})).join_link})}function Rv(){return c(this,arguments,function*(o="",r=!1,{onlyAdminCanShareMovie:e=!1,audioOnly:t=!1}={},i){let a=Q.fromIds(i),n=yield ne.getOkIdsByExternalIds(a);return(yield ne.createConversation(R.uuid(),o,r,{onlyAdminCanShareMovie:e,audienceMode:!0,audioOnly:t},n)).join_link})}function Tv(){return c(this,null,function*(){let o=N.current();return o?o.createJoinLink():Promise.reject()})}function Cv(){return c(this,null,function*(){let o=N.current();return o?o.removeJoinLink():Promise.reject()})}function Pv(o,r){return c(this,null,function*(){return ne.getAnonymTokenByLink(o,r)})}function yv(o){let r=N.current();r&&r.setVolume(o)}function bv(o){p.forceRelayPolicy=o}function Mv(o=!1,r=null,e=null,t="DIRECT_LINK",i=null,a=null){return c(this,null,function*(){let n=N.current();return n?n.startStream(o,r,e,t,i,a):Promise.reject()})}function Av(o=null){return c(this,null,function*(){let r=N.current();return r?r.stopStream(o):Promise.reject()})}function Dv(o=null){return c(this,null,function*(){let r=N.current();return r?r.publishStream(o):Promise.reject()})}function kv(o,r,e=!1,t=null){return c(this,null,function*(){let i=N.current();if(!i)return Promise.reject();let a,n,s=[];if(r!=null&&r.length&&s.push(...r),o&&s.push(o),s.length){let l=yield ne.getParticipantIdsByExternalIds(s);o&&(a=l.get(o),l.delete(o)),n=Array.from(l.values())}return i.recordSetConf(a,n,e,t)})}function wv(){return c(this,null,function*(){let o=N.current();return o?o.getStreamInfo():Promise.reject()})}function Ov(o){return c(this,null,function*(){let r=N.current();return r?r.addMovie(o):Promise.reject()})}function xv(o){return c(this,null,function*(){let r=N.current();return r?r.updateMovie(o):Promise.reject()})}function Lv(o){return c(this,null,function*(){let r=N.current();return r?r.removeMovie(o):Promise.reject()})}function Nv(o,r){return c(this,null,function*(){let e=N.current();if(e){let t=[];for(let i of o){let a,n;i.addParticipantIds&&(a=(yield ne.getOkIdsByExternalIds(i.addParticipantIds)).map(s=>R.composeUserId(s))),i.removeParticipantIds&&(n=(yield ne.getOkIdsByExternalIds(i.removeParticipantIds)).map(s=>R.composeUserId(s))),t.push({id:i.id,name:i.name,participantCount:i.participantCount,addParticipantIds:a,removeParticipantIds:n,countdownSec:i.countdownSec})}return e.updateRooms(t,r)}return Promise.reject()})}function Uv(o,r){return c(this,null,function*(){let e=N.current();return e?e.activateRooms(o,r):Promise.reject()})}function Bv(o=null,r=null){return c(this,null,function*(){let e=N.current();if(!e)return Promise.reject();let t;if(r){let i=yield ne.getOkIdsByExternalIds([r]),a=Q.getDeviceIdx(r);t=R.composeParticipantId(i[0],ce.USER,a)}return e.switchRoom(o,t)})}function Vv(o){return c(this,null,function*(){let r=N.current();return r?r.removeRooms(o):Promise.reject()})}function Fv(o){p.statisticsInterval=o;let r=N.current();if(r)return r.updateStatisticsInterval()}function jv(o){Fn.disableLog(!o),d.toggle(o)}function Hv(o,...r){p.debugLog&&d.send(o,"[external]",...r)}function Gv(){return c(this,null,function*(){let o=be.conversationId;if(!o)throw d.error("[uploadDebugLogs]","No conversation id found"),new Error("No conversation id found");let r=be.collectLogs();if(r.length===0)throw d.error("[uploadDebugLogs]","No logs found"),new Error("No logs found");let e=be.startTime,t=be.endTime;try{return ne==null?void 0:ne.uploadDebugLogs(o,e,t,JSON.stringify(r))}catch(i){throw d.error("[uploadDebugLogs]","Error while uploading logs",i),new Error("Error while uploading logs",{cause:i})}})}function Wv(o){return c(this,null,function*(){let r=N.current();if(r)return r.videoEffect(o)})}function $v(o,r){return c(this,null,function*(){let e=N.current();if(e)return e.audioEffect(o.length>0?o:null,r)})}function Kv(o){return c(this,null,function*(){let r=N.current();r&&(yield r.setAudioStream(o))})}function qv(o,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,ce.USER,Q.getDeviceIdx(r))}t.setAnimojiSvg(o,a,i)})}function zv(o){let r=N.current();r&&r.setAnimojiFill(o)}function Jv(o=null,r,e=!1){return c(this,null,function*(){return Ke().getWaitingHall(o,r,e)})}function Yv(){return c(this,null,function*(){return Ke().getAudienceModeHands()})}function Qv(o,r=!1){return c(this,null,function*(){let e=Ke(),t;if(o){let[i]=yield ne.getOkIdsByExternalIds([o]);t=R.composeUserId(i)}return e.promoteParticipant(t,r)})}function Xv(o=!1){return c(this,null,function*(){return Ke().requestPromotion(o)})}function Zv(o=!1){return c(this,null,function*(){return Ke().acceptPromotion(o)})}function eI(o){return c(this,null,function*(){return Ke().getParticipantListChunk(o)})}function tI(o){return c(this,null,function*(){return Ke().getParticipants(o)})}function iI(o){return c(this,null,function*(){return Ke().feedback(o)})}function rI(o,r,e){return Ke().userFeedbackStats(o,r,e)}function aI(o,r={},e=!1){let t=N.current();t&&t.sendClientEvent(o,r,e)}function nI(o,r){return c(this,null,function*(){return Ke().enableFeatureForRoles(o,r)})}function Ke(){let o=N.current();if(!o)throw new Error("Conversation not found");return o}function oI(o){return c(this,null,function*(){yield ne.removeHistoryRecords(o)})}function sI(o){return c(this,null,function*(){let r=N.current();r&&(yield r.startAsr(o))})}function cI(o){return c(this,null,function*(){let r=N.current();r&&(yield r.stopAsr(o))})}function dI(o){return c(this,null,function*(){let r=N.current();r&&(yield r.requestAsr(o))})}function lI(o){return c(this,null,function*(){let r=N.current();return r?r.startUrlSharing(o):Promise.reject()})}function pI(){return c(this,null,function*(){let o=N.current();return o?o.stopUrlSharing():Promise.reject()})}function uI(){return p.sdkVersion}export{xi as Api,ra as ApiExternal,ia as ArrayDequeue,me as AuthData,Bt as BaseLogger,_t as CallDirection,st as CallType,Qr as ChatRoomEventType,Xr as ConversationFeature,Zt as ConversationOption,Ka as DebugMessageType,Zr as ExternalIdType,Mt as FacingMode,se as FatalError,$ as HangupReason,B as HangupType,le as MediaOption,We as MediaTrackKind,Ii as MediaType,Fe as MuteState,Z as ParticipantState,Lr as ParticipantStatus,ks as RecordRole,Ri as RoomsEventType,Ve as Signaling,L as SignalingCommandType,ot as SignalingConnectionType,U as SignalingNotification,St as TransportTopology,gt as UserRole,ce as UserType,Ot as VolumeDetector,qS as acceptCall,Zv as acceptPromotion,Uv as activateRooms,Ov as addMovie,XS as addParticipant,Ls as addParticipantInternal,KS as authorize,US as browser,ws as callInternal,WS as callTo,tv as captureScreen,iv as captureVmoji,$v as changeAudioEffect,fv as changeConversationOptions,ev as changeDevice,cv as changeParticipantState,sv as changePriorities,Wv as changeVideoEffect,vv as chatHistory,Sv as chatMessage,Fs as chatMessageInternal,Tv as createJoinLink,Iv as customData,js as customDataInternal,jv as debug,Hv as debugMessage,zS as declineCall,nI as enableFeatureForRoles,_v as enableVideoSuspend,gv as enableVideoSuspendSuggest,iI as feedback,bv as forceRelayPolicy,Pv as getAnonymTokenByLink,Yv as getAudienceModeHands,eI as getParticipantListChunk,tI as getParticipants,wv as getStreamInfo,Jv as getWaitingHall,pv as grantRoles,Us as grantRolesInternal,QS as hangup,GS as init,JS as joinCall,YS as joinCallByLink,xs as joinCallInternal,aI as logClientEvent,uv as muteParticipant,Bs as muteParticipantInternal,mv as pinParticipant,Vs as pinParticipantInternal,$S as processPush,Os as processPushInternal,Qv as promoteParticipant,Dv as publishStream,dv as putHandsDown,kv as recordSetConf,oI as removeHistoryRecords,Cv as removeJoinLink,Lv as removeMovie,ZS as removeParticipant,Ns as removeParticipantInternal,Vv as removeRooms,dI as requestAsr,Xv as requestPromotion,jS as setAudioEffects,Kv as setAudioStream,ov as setLocalResolution,VS as setLogger,hv as setMediaModifiers,Fv as setStatisticsInterval,FS as setVideoEffects,rv as setVideoStream,HS as setVmoji,zv as setVmojiFill,qv as setVmojiSvg,yv as setVolume,sI as startAsr,Rv as startAudienceConversation,Ev as startConversation,Mv as startStream,lI as startUrlSharing,cI as stopAsr,Av as stopStream,pI as stopUrlSharing,Bv as switchRoom,nv as toggleLocalAudio,av as toggleLocalVideo,lv as updateDisplayLayout,xv as updateMovie,Nv as updateRooms,Gv as uploadDebugLogs,rI as userFeedbackStats,BS as utils,uI as version};
11
+ `,a=>{var n;a.error?this._onFrame(null,a.error):this._onFrame({type:a.frameType,timestamp:a.timestamp,duration:a.duration,data:a.data,byteLength:(n=a.data)==null?void 0:n.byteLength,width:a.width,height:a.height})},[],{readable:i,width:e,height:t,isVP9:this.isVP9(),framerate:this._frameRate,useCongestionControl:this._useCongestionControl,maxBitrate:this._maxBitrate,useCbr:this._useCbr},[i])})}requestFrame(e=!1){this._sendToWorker("frame",{keyFrame:e})}setBitrate(e,t,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 mo=2100,ho=600,_o=1.2,La=.8,go=2e3,fo=8e3,kr=8e3,So=16e3,vo=4,Io=2e3,$i=(t=>(t[t.NONE=0]="NONE",t[t.UP=1]="UP",t[t.DOWN=2]="DOWN",t))($i||{}),hi=class{constructor(r,e,t,i,a,n,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,n>0?this._highDelayThreshold=n:this._highDelayThreshold=mo,a&&(this._highDelayThreshold=ho),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,n=this._delayAvgShort-this._delayAvgLong,s=Math.round(Math.abs(n)*100/this._delayAvgLong),l=n>40&&s>30&&this._delayAvgShort>this._trendDelayThreshold,u=this._delayAvgShort>this._highDelayThreshold;l||u?a=2:Math.abs(n)<40&&s<10&&!u&&(a=1);let m=Math.round(this._targetBitrate/1e3),h=t;r%20===0&&d.debug(`#${r}: cc: delay=${e} short=${this._delayAvgShort} long=${this._delayAvgLong} delta=${n} percent=${s} -> ${$i[a]} tr=${m} br=${t}`);let v=i-this._lastDown;if(a===2&&v>go){this._probing&&(this._upPenalty=Math.min(++this._upPenalty,vo),this._probing=!1);let K=La*h*1e3;if(K>=this._targetBitrate&&(K=this._targetBitrate*La),K=Math.max(K,this._minBitrate),K<this._targetBitrate){let q=Math.round(K/1e3),pe=Math.round(this._upPenalty*kr/1e3);d.log(`#${r}: cc: delay=${e} short=${this._delayAvgShort} long=${this._delayAvgLong} delta=${n} percent=${s} -> ${$i[a]}`),d.log(`#${r}: cc: DOWN delay=${e} bitrate=${h} target=${m} -> newBitrate=${q} penalty=${pe}s`),this._setBitrate(K,!0),this._targetBitrate=K}this._lastDown=i}let I=i-this._lastUp,A=fo+this._upPenalty*kr;if(a===1&&I>A&&v>A){let K=Math.min(this._targetBitrate*_o,this._maxBitrate);if(K>this._targetBitrate){let q=Math.round(K/1e3),pe=Math.round(this._targetBitrate/1e3),re=Math.round(this._upPenalty*kr/1e3);d.log(`#${r}: cc: delay=${e} short=${this._delayAvgShort} long=${this._delayAvgLong} delta=${n} percent=${s} -> ${$i[a]}`),d.log(`#${r}: cc: UP bitrate=${h} target=${pe} -> newBitrate=${q} penalty=${re}s`),this._setBitrate(K,!1),this._targetBitrate=K,this._probing=!0,this._lastProbing=i,this._lastUp=i}}let F=i-this._lastProbing;this._probing&&F>So&&(this._probing=!1);let O=i-this._lastDown;this._upPenalty>0&&O>3*A&&(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>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}_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 _i=class{constructor(r){this._size=0;this._head=0;this._tail=0;this._maxSize=r,this._buffer=new Array(r)}add(r,e,t,i,a){this._tail===this._head&&this._size>0&&(this._head=++this._head%this._maxSize);let n=this._tail;return this._buffer[this._tail]={seq:r,ts:e,size:t,sent:Date.now(),start:i,end:a,ts2:-1,recv:-1},this._tail=++this._tail%this._maxSize,this._size++,n}update(r,e){let t=this.get(r);return t===null?null:(t.ts2=e,t.recv=Date.now(),t)}get(r){let e=this._head;for(let t=0;t<this._maxSize;t++){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,n=this._tail;for(let s=0;s<this._maxSize;s++){n>0?--n:n=this._maxSize-1;let l=this._buffer[n];if(!l||(a===-1&&(a=l.ts2,t=0),a>=0&&(t+=l.size),i=l.ts2,a-i>=r)||n===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 n=0;n<this._maxSize;n++){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 wr=65536,Ro=50,To=400,Co=1e6,Po=3e5,yo=3e4,bo=2e3,Mo=5,Ki=0,bt=class{constructor(r,e,t,i){this._destroyed=!1;this._needKeyframe=!0;this._frameNum=0;this._feedback=new _i(1024);this._lastSentFrameSeq=0;this._lastDeliveredFrameSeq=0;this._lastFrameDelay=0;this._lastFramerateReduced=Date.now();this._lastSharingStat=Date.now();this._queue=new mi;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,this._maxFrameDelay=this._fastSharing?p.screenShareCongestionControlThreshold:p.screenShareCongestionControlThreshold*2;let a=p.getScreenFrameRate(this._fastSharing),{minBitrate:n,maxBitrate:s}=this._calcMinMaxBitrate(this._width,this._height),l=this._onCongestionCallback.bind(this);d.log(`ScreenCaptureSender: CongestionControl: enabled=${this._congestionControlEnabled} minBitrate=${Math.round(n/1e3)}k maxBitrate=${Math.round(s/1e3)}k delayThreshold=${p.screenShareCongestionControlThreshold}`),this._congestionControl=new hi(l,n,s,this._congestionControlEnabled,this._fastSharing,p.screenShareCongestionControlThreshold,a);let u=(m,h)=>{if(this._destroyed)return;if(!m){d.warn("requestFrame failed, keyFrame: "+this._needKeyframe,h),this._needKeyframe=!0,this._handleQueue();return}(m.width!==this._width||m.height!==this._height)&&(this._width=m.width,this._height=m.height,this._onResize(this._width,this._height));let v=this._sliceFrame(m);this._queue.merge(v),this._handleQueue(),this._sendSharingStat()};if(yt.isBrowserSupported()){let m=this._fastSharing;this._encoder=new yt(r,u,this._congestionControlEnabled,s,m,a)}else this._encoder=new Wt(r,u,this._congestionControlEnabled,s);this._datachannel.onmessage=m=>{wa(m.data)&&(d.debug(`[${this._datachannel.label}] Requested keyframe`),this._needKeyframe=!0);let h=Oa(m.data);h!==null&&this._checkCcFeedback(h)},this._encoder.init().then(()=>this._handleQueue()).catch(m=>d.warn("ScreenCaptureSender init failed",m)),this._fpsMeter=new Rt(m=>d.log(`[ScreenCaptureSender] fps: ${m}`),5e3)}_handleQueue(){if(this._destroyed)return;let r=this._queue.shift();if(!r){if((this._lastSentFrameSeq-this._lastDeliveredFrameSeq+wr)%wr>Mo&&this._lastFrameDelay>this._maxFrameDelay){let i=Date.now();i-this._lastFramerateReduced>bo&&(this._lastFramerateReduced=i,d.debug(`[ScreenCaptureSender] reduce framerate: delay=${this._lastFrameDelay} maxDelay=${this._maxFrameDelay}`))}else this._requestFrame();return}if(!this._sendFrameChunk(r)){this._needKeyframe=this._needKeyframe||!this._cleanupQueue(),R.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 R.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 mi;for(let a=0;a<t;a+=this.DATA_SIZE){let n=r.data.slice(a,a+this.DATA_SIZE),s=a===0,l=t<=a+n.byteLength,u=this._wrapHeader(r.timestamp,s,l,e,n);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 n=Da(r,e,t,i,Ki,this._encoder.isVP9(),a),s={sequence:Ki,data:n};return Ki=(Ki+1)%wr,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 yt.isBrowserSupported()||Wt.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),n=Math.round(i/1e3);d.log(`cc: resize to ${r}x${e}, minBitrate=${a} maxBitrate=${n}`),this._congestionControl.reconfigure(t,i)}_calcMinMaxBitrate(r,e){(r===void 0||r<640)&&(r=640),(e===void 0||e<360)&&(e=360);let t=r*e/256,i=Math.max(Po,Math.min(Co,Math.round(t*Ro))),a=Math.round(t*To);return{minBitrate:i,maxBitrate:a}}_checkCcFeedback(r){let e=this._feedback.update(r.seq,r.ts2);if(e===null)d.debug(`cc: update failed, seq=${r.seq}`);else if(e.end){this._lastDeliveredFrameSeq=e.seq;let t=e.recv-e.sent;t>0&&(this._lastFrameDelay=t),this._handleQueue()}}_sendSharingStat(){let r=Date.now();if(r-this._lastSharingStat>yo){let t=this._congestionControl.getStat();t!==null&&(d.debug(`cc: send stats: ${JSON.stringify(t)}`),this._signaling.reportSharingStat(t)),this._lastSharingStat=r}}};var me=class{static get sessionKey(){return me._sessionKey}static set sessionKey(r){me._sessionKey=r}static get sessionSecretKey(){return me._sessionSecretKey}static set sessionSecretKey(r){me._sessionSecretKey=r}static get accessToken(){return me._accessToken}static set accessToken(r){me._accessToken=r}static isEmpty(){return!me._sessionKey}};var f=class{static set(r){r.hasOwnProperty("voiceParams")&&(Object.assign(f._params.voiceParams,r.voiceParams),delete r.voiceParams),r.hasOwnProperty("specListenerParams")&&(Object.assign(f._params.specListenerParams,r.specListenerParams),delete r.specListenerParams),r.hasOwnProperty("apiAuth")&&(me.accessToken=r.apiAuth.accessToken,me.sessionKey=r.apiAuth.sessionKey,me.sessionSecretKey=r.apiAuth.sessionSecretKey),Object.assign(f._params,R.objectFilterOutValues(r,void 0))}static get(r){return f._params[r]}static get appName(){return"ok.calls.sdk.js"}static get appVersion(){return 1.1}static get sdkVersion(){return"2.8.6-dev.7a7707c0.0"}static get debug(){return f._params.debug}static get protocolVersion(){return f._params.joinFromMultipleDevices?6:5}static get platform(){return f._params.platform}static set platform(r){f._params.platform=r}static get clientStatsPlatform(){return f._params.clientStatsPlatform}static set clientStatsPlatform(r){f._params.clientStatsPlatform=r}static get clientType(){return f._params.clientType}static set clientType(r){f._params.clientType=r}static get externalUserType(){return f._params.externalUserType}static set externalUserType(r){f._params.externalUserType=r}static get device(){return f._params.device}static get apiKey(){return f._params.apiKey}static get apiEnv(){return f._params.apiEnv}static get apiBaseUrl(){return f._params.apiBaseUrl}static set apiBaseUrl(r){f._params.apiBaseUrl=r}static apiEndpoint(r){switch(r!=null?r:f.apiEnv){case"AUTO":case"PROD":return"https://api.mycdn.me";case"CALLS":return"https://calls.okcdn.ru";case"PROD_OK":return"https://api.ok.ru";case"TEST":return"https://apitest.ok.ru/api";case"VIDEOTEST":return"https://videotestapi.ok.ru/api";case"CALLSTEST":return"https://calls-test.okcdn.ru/api";default:return f._params.apiEnv}}static get authToken(){return f._params.authToken}static set authToken(r){f._params.authToken=r}static get anonymToken(){return f._params.anonymToken}static set anonymToken(r){f._params.anonymToken=r}static get domain(){return f._params.domain}static get externalDomain(){return f._params.externalDomain}static get iceServers(){return f._params.iceServers}static set iceServers(r){f._params.iceServers=r}static get wssBase(){return f._params.wssBase}static set wssBase(r){f._params.wssBase=r}static get wssToken(){return f._params.wssToken}static set wssToken(r){f._params.wssToken=r}static get signalingReconnectDelay(){return f._params.signalingReconnectDelay}static get signalingReconnectMaxDelay(){return f._params.signalingReconnectMaxDelay}static get signalingReconnectMaxCount(){return f._params.signalingReconnectMaxCount}static get waitConnectionDelay(){return f._params.waitConnectionDelay}static get waitResponseDelay(){return f._params.waitResponseDelay}static get waitMessageDelay(){return f._params.waitMessageDelay}static get waitAnotherTabDelay(){return f._params.waitAnotherTabDelay}static get debugLog(){return f._params.debugLog}static get forceRelayPolicy(){return f._params.forceRelayPolicy}static set forceRelayPolicy(r){f._params.forceRelayPolicy=r}static get videoMinWidth(){return f._params.videoMinWidth}static get videoMaxWidth(){return f._params.videoMaxWidth}static set videoMaxWidth(r){f._params.videoMaxWidth=r}static get videoMinHeight(){return f._params.videoMinHeight}static get videoMaxHeight(){return f._params.videoMaxHeight}static set videoMaxHeight(r){f._params.videoMaxHeight=r}static get videoAspectRatio(){return f._params.videoAspectRatio}static get videoFrameRate(){return f._params.videoFrameRate}static get videoFacingMode(){return f._params.videoFacingMode||(M.isMobile()?"user":null)}static set videoFacingMode(r){f._params.videoFacingMode=r}static get displaySurface(){return f._params.displaySurface}static get audioEffects(){return f._params.audioEffects}static set audioEffects(r){var e;f._params.audioEffects=r,(e=f._params.audioEffects)==null||e.setLogger((t,...i)=>d.send(t,...i))}static get videoEffects(){return f._params.videoEffects}static set videoEffects(r){var e;f._params.videoEffects=r,(e=f._params.videoEffects)==null||e.setLogger((t,...i)=>d.send(t,...i))}static get videoEffectMaxWidth(){return f._params.videoEffectMaxWidth}static set videoEffectMaxWidth(r){f._params.videoEffectMaxWidth=r}static get videoEffectMaxHeight(){return f._params.videoEffectMaxHeight}static set videoEffectMaxHeight(r){f._params.videoEffectMaxHeight=r}static get vmoji(){var r;return(r=f._params.vmoji)!=null&&r.isBrowserSupported()?f._params.vmoji:null}static set vmoji(r){f._params.vmoji=r}static get vmojiOptions(){return f._params.vmojiOptions||{protocolVersion:1,renderingOptions:{}}}static set vmojiOptions(r){f._params.vmojiOptions=r}static get voiceParams(){return f._params.voiceParams}static get specListenerParams(){return f._params.specListenerParams}static get iceRestartWaitTime(){return f._params.iceRestartWaitTime}static get transportConnectionWaitTime(){return f._params.transportConnectionWaitTime}static get statisticsInterval(){return f._params.statisticsInterval}static set statisticsInterval(r){f._params.statisticsInterval=r}static get networkStatisticsInterval(){return f._params.networkStatisticsInterval}static get perfStatReportEnabled(){return f._params.perfStatReportEnabled}static get callStatReportEnabled(){return f._params.callStatReportEnabled}static get clientEventsLoggingEnabled(){return f._params.clientEventsLoggingEnabled}static get enableLogPerfStatReport(){return f._params.enableLogPerfStatReport}static get producerNotificationDataChannel(){return f._params.producerNotificationDataChannel}static get producerCommandDataChannel(){return f._params.producerCommandDataChannel}static get consumerScreenDataChannel(){return f._params.consumerScreenDataChannel&&bt.isBrowserSupported()}static get producerScreenDataChannel(){return f._params.producerScreenDataChannel&&f.producerNotificationDataChannel&&Pt.isBrowserSupported()}static get asrDataChannel(){return f._params.asrDataChannel&&f.producerNotificationDataChannel}static get consumerScreenDataChannelPacketSize(){return f._params.consumerScreenDataChannelPacketSize}static get screenShareWebmBuilder(){return f._params.screenShareWebmBuilder}static get noiseSuppression(){return f._params.noiseSuppression}static set noiseSuppression(r){f._params.noiseSuppression=r}static get preferH264(){return f._params.preferH264}static get preferVP9(){return f._params.preferVP9}static get audioNack(){return f._params.audioNack}static get consumerScreenTrack(){return f._params.consumerScreenTrack&&f.consumerScreenDataChannel}static get producerScreenTrack(){return f._params.producerScreenTrack}static get movieShare(){return f._params.movieShare&&f.videoTracksCount>0}static get videoTracksCount(){return f.producerNotificationDataChannel?Number(f._params.videoTracksCount):0}static get breakVideoPayloadTypes(){return f._params.breakVideoPayloadTypes}static get useCallsToContacts(){return f._params.useCallsToContacts}static get useParticipantListChunk(){return f._params.useParticipantListChunk&&f.videoTracksCount>0}static get useRooms(){return f._params.useRooms}static get useChatRooms(){return f._params.useChatRooms}static get participantListChunkInitIndex(){var r;return(r=f._params.participantListChunkInitIndex)!=null?r:0}static get participantListChunkInitCount(){var r;return(r=f._params.participantListChunkInitCount)!=null?r:null}static get serverAudioRed(){return f._params.serverAudioRed}static get p2pAudioRed(){return f._params.p2pAudioRed}static get h264spsPpsIdrInKeyframe(){return f._params.h264spsPpsIdrInKeyframe}static get filterObservers(){return f._params.filterObservers}static get muteMode(){return f._params.muteMode}static get preserveAudioTracks(){return f._params.preserveAudioTracks}static get audioShare(){return M.isAudioShareSupported()&&f._params.audioShare}static get fastScreenShare(){return f._params.fastScreenShare}static get screenShareCongestionControl(){return f._params.screenShareCongestionControl}static get screenShareCongestionControlThreshold(){return f._params.screenShareCongestionControlThreshold}static get fastScreenShareWidth(){return f._params.fastScreenShareWidth}static get fastScreenShareHeight(){return f._params.fastScreenShareHeight}static get newMuteRules(){return f._params.newMuteRules}static get videoSuspend(){return f._params.videoSuspend}static get enumerateDevicesDelay(){return f._params.enumerateDevicesDelay}static getScreenFrameRate(r){return r?f._params.fastScreenShareFrameRate:f._params.screenFrameRate}static get switchVideoAtBadNetwork(){return f._params.switchVideoAtBadNetwork}static get enableVideoEffectsFpsDegradation(){return f._params.enableVideoEffectsFpsDegradation}static get simulcast(){return f._params.simulcast}static set simulcast(r){f._params.simulcast=r}static toJSON(){return{apiKey:f._params.apiKey,apiEnv:f._params.apiEnv,audioShare:f._params.audioShare,useCallsToContacts:f._params.useCallsToContacts,useParticipantListChunk:f._params.useParticipantListChunk,useRooms:f._params.useRooms,useChatRooms:f._params.useChatRooms,fastScreenShare:f._params.fastScreenShare,participantListChunkInitCount:f._params.participantListChunkInitCount,screenShareCongestionControl:f._params.screenShareCongestionControl,screenShareCongestionControlThreshold:f._params.screenShareCongestionControlThreshold,videoTracksCount:f._params.videoTracksCount,asrDataChannel:f._params.asrDataChannel,videoMaxHeight:f._params.videoMaxHeight,videoMaxWidth:f._params.videoMaxWidth,videoEffectMaxHeight:f._params.videoEffectMaxHeight,videoEffectMaxWidth:f._params.videoEffectMaxWidth,videoSuspend:f._params.videoSuspend,debugLog:f._params.debugLog,callStatReportEnabled:f._params.callStatReportEnabled,joinFromMultipleDevices:f._params.joinFromMultipleDevices,movieShare:f._params.movieShare,newMuteRules:f._params.newMuteRules,clientType:f._params.clientType,clientStatsPlatform:f._params.clientStatsPlatform,consumerScreenDataChannelPacketSize:f._params.consumerScreenDataChannelPacketSize,switchVideoAtBadNetwork:f._params.switchVideoAtBadNetwork}}},p=f;p._params={platform:"WEB",clientStatsPlatform:"",clientType:"PORTAL",externalUserType:"",device:"browser",apiKey:"",authToken:"",anonymToken:"",apiEnv:"AUTO",apiBaseUrl:null,domain:"",externalDomain:"",iceServers:[],wssBase:"",wssToken:"",signalingReconnectDelay:1e3,signalingReconnectMaxDelay:5e3,signalingReconnectMaxCount:10,waitConnectionDelay:1e4,waitResponseDelay:1e4,waitMessageDelay:15e3,waitAnotherTabDelay:200,debugLog:!1,debug:!1,forceRelayPolicy:!1,videoMinWidth:428,videoMinHeight:240,videoMaxWidth:1280,videoMaxHeight:720,videoAspectRatio:16/9,videoFrameRate:25,screenFrameRate:15,videoFacingMode:null,displaySurface:"monitor",audioEffects:null,videoEffects:null,videoEffectMaxWidth:640,videoEffectMaxHeight:360,vmoji:null,vmojiOptions:null,iceRestartWaitTime:2e4,transportConnectionWaitTime:5e3,statisticsInterval:5e3,networkStatisticsInterval:2e4,perfStatReportEnabled:!0,callStatReportEnabled:!1,clientEventsLoggingEnabled:!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:!1,audioNack:!0,consumerScreenTrack:!0,producerScreenTrack:!0,videoTracksCount:30,movieShare:!1,useCallsToContacts:!1,useParticipantListChunk:!1,useRooms:!1,useChatRooms:!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,switchVideoAtBadNetwork:!1,enableVideoEffectsFpsDegradation:!1,simulcast:!1};function Na(o,r){return!(o.isAudioEnabled!==r.isAudioEnabled||o.isVideoEnabled!==r.isVideoEnabled||o.isScreenSharingEnabled!==r.isScreenSharingEnabled||o.isFastScreenSharingEnabled!==r.isFastScreenSharingEnabled||o.isAudioSharingEnabled!==r.isAudioSharingEnabled||o.isAnimojiEnabled!==r.isAnimojiEnabled)}function Ce(o){return Object.assign({isAudioEnabled:!1,isVideoEnabled:!1,isScreenSharingEnabled:!1,isFastScreenSharingEnabled:!1,isAudioSharingEnabled:!1,isAnimojiEnabled:!1},o||{})}var Ua=o=>o.stop(),gi=o=>o.getTracks().forEach(Ua),Ba=o=>o.getVideoTracks().forEach(Ua);function qi(o,r){return c(this,null,function*(){try{let e=typeof r.width=="number"?r.width:void 0,t=typeof r.height=="number"?r.height:void 0;yield o.applyConstraints(ue(ue(ue({},r),e&&{width:{max:e,ideal:e}}),t&&{height:{max:t,ideal:t}}))}catch(e){d.warn("setVideoConstraints failed",e)}})}var zi=class extends oe{constructor(){super(...arguments);this.FPS_LIMITS=[13,20,Math.max(p.videoFrameRate,25)];this.THRESHOLD=.8;this.HISTORY_LENGTH=10;this._fpsMeterUnsubscribe=null;this._fpsHistory={cursor:0,arr:[]};this._fpsLimitCursor=this.FPS_LIMITS.length-1}get fpsLimit(){return this.FPS_LIMITS[this._fpsLimitCursor]}watch(e){this._cleanup();try{e&&(this._assertsVideoEffect(e),this._fpsMeterUnsubscribe=e.addFpsMeterListener(this._handleFpsMeter.bind(this)))}catch(t){d.warn("VideoEffectsFpsLimiter error",t)}}_handleFpsMeter(e){if(this._fpsHistory.arr[this._fpsHistory.cursor]=e,this._fpsHistory.cursor=(this._fpsHistory.cursor+1)%this.HISTORY_LENGTH,this._fpsHistory.arr.length===this.HISTORY_LENGTH&&this._fpsLimitCursor){let t=this._fpsHistory.arr.reduce((a,n)=>a+n,0)/this.HISTORY_LENGTH,i=this.FPS_LIMITS[this._fpsLimitCursor];t<i*this.THRESHOLD&&(this._fpsLimitCursor=Math.max(0,this._fpsLimitCursor-1)),i!==this.fpsLimit&&this._triggerEvent("fps-limit",this.fpsLimit)}}_assertsVideoEffect(e){if(!("addFpsMeterListener"in e))throw new Error("Outdated VideoEffect version")}addEventListener(e,t){return super.addEventListener(e,t)}_cleanup(){var e;(e=this._fpsMeterUnsubscribe)==null||e.call(this),this._fpsMeterUnsubscribe=null}destroy(){this._cleanup(),super.unsubscribe()}};var We=(i=>(i.audio="audio",i.video="video",i.screen="screen",i.audioshare="audioshare",i))(We||{});var Ji=class extends oe{constructor(){super();this._stream=null;this._screenTrack=null;this._audioShareTrack=null;this._sendVideoTrack=null;this._cameraVideoTrack=null;this._micAudioTrack=null;this._audioEffectsTrack=null;this._mediaSettings=Ce();this._videoStatusOnScreenCapturingEnabled=!1;this._effect=null;this._audioEffectParams=null;this._animojiEnabled=!1;this._initDeviceChangeListener(),p.audioShare&&(this._audioShareTrack=this.getSilentAudioShareTrack()),p.enableVideoEffectsFpsDegradation&&(this._videoEffectsFpsLimiter=new zi,this._videoEffectsFpsLimiter.addEventListener("fps-limit",this.handleVideoEffectsLowFps.bind(this)))}request(){return c(this,arguments,function*(e=[le.AUDIO],t=!0){var s,l,u;if(this._stream)return;let i=e.includes(le.VIDEO),a=e.includes(le.AUDIO),n=e.includes(le.ANIMOJI);if(!M.isBrowserSupported())throw new $(se.UNSUPPORTED);try{this._stream=yield M.getUserMedia(i,a,t),(s=this._cameraVideoTrack)==null||s.stop(),this._cameraVideoTrack=this._stream.getVideoTracks()[0],(l=this._micAudioTrack)==null||l.stop(),this._micAudioTrack=this._stream.getAudioTracks()[0],(u=this._audioEffectsTrack)==null||u.stop(),this._mediaSettings.isVideoEnabled=i&&this._stream.getVideoTracks().filter(m=>m.enabled).length>0||!1,this._mediaSettings.isAudioEnabled=a&&this._stream.getAudioTracks().filter(m=>m.enabled).length>0||!1,this._mediaSettings.isAnimojiEnabled=n&&!this._mediaSettings.isVideoEnabled||!1,this._animojiEnabled=n,this._triggerEvent("SOURCE_READY")}catch(m){throw new $(m)}})}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){let a=this.getStream(),n=this.getSendAudioTrack(),s=this.getSendVideoTrack(i);if(!a||!n&&!s&&!t)throw new Error("No local stream found");n&&!t&&e.addTrack(n,a),s&&!t&&e.addTrack(s,a)}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(se.UNKNOWN)}})}stopVideoTrack(){var e;this._mediaSettings.isVideoEnabled&&(this._stopEffect(),this._stream&&Ba(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=M.getSavedMicrophone(),i=M.getSavedCamera(),a=this._mediaSettings.isAudioEnabled&&(t==null?void 0:t.groupId)!==((s=e.microphone)==null?void 0:s.groupId),n=this._mediaSettings.isVideoEnabled&&(i==null?void 0:i.groupId)!==((l=e.camera)==null?void 0:l.groupId);try{a&&(yield this._changeAudioInput()),n&&(yield this._changeVideoInput())}catch(u){}}),M.addEventListener("devicechange",this._onDeviceChange))}_destroyDeviceChangeListener(){this._onDeviceChange&&M.removeEventListener("devicechange",this._onDeviceChange)}_changeVideoInput(e){return c(this,null,function*(){var t;try{let i=e?"stream":"video",a=e||(yield M._getUserVideo(!!this._effect,this._frameRate));if((t=this._cameraVideoTrack)==null||t.stop(),this._cameraVideoTrack=a.getVideoTracks()[0],!this._stream)gi(a);else{p.consumerScreenTrack||(yield this._disableScreenCapture());let n=yield this._setEffect(this._effect,this._cameraVideoTrack);C.log(P.DEVICE_CHANGED,i),d.log("Video stream changed"),yield this._replaceLocalTrack(n),this._mediaSettings.isVideoEnabled=!0,this._triggerEvent("SOURCE_CHANGED",{kind:"video"})}}catch(i){throw C.log(P.ERROR,"change_video"),d.warn("Camera change failed",i),i}})}setAudioStream(e){return c(this,null,function*(){return this._changeAudioInput(e)})}_changeAudioInput(e=null){return c(this,null,function*(){var t;try{let i=e||(yield M.getUserAudio());if((t=this._micAudioTrack)==null||t.stop(),this._micAudioTrack=i.getAudioTracks()[0],!this._stream)gi(i);else{let a=yield this._applyAudioEffect();C.log(P.DEVICE_CHANGED,"audio"),d.log("Audio stream changed",a),yield this._replaceLocalTrack(a),this._mediaSettings.isAudioEnabled=!0,this._triggerEvent("SOURCE_CHANGED",{kind:"audio"})}}catch(i){throw C.log(P.ERROR,"change_audio"),d.error("Microphone change failed",i),i}})}_changeScreen(e,t,i){return c(this,null,function*(){try{if(i=i||(yield M.getScreenMedia(e,t)),!this._stream)gi(i);else{let a=i.getVideoTracks()[0];if(a.addEventListener("ended",()=>{this._mediaSettings.isScreenSharingEnabled&&this.disableScreenCapturing()},!1),p.consumerScreenTrack||this._stopEffect(),C.log(P.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?M.getBlackMediaTrack(p.videoMinWidth,p.videoMinHeight):a,yield this._replaceLocalTrack(a,this._sendVideoTrack)),i.getAudioTracks().length>0){let n=i.getAudioTracks()[0];n.contentHint="music",this._audioShareTrack=n,yield this._replaceLocalTrack(n),this._mediaSettings.isAudioSharingEnabled=!0}t&&!this._mediaSettings.isAudioSharingEnabled&&d.debug("Audio share requested but not captured"),this._triggerEvent("SCREEN_STATUS",{track:a}),this._triggerEvent("SOURCE_CHANGED",{kind:"screen"})}}catch(a){throw C.log(P.ERROR,"screen"),d.warn("Screen capturing failed",a),a}})}_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",{track:null}),this._triggerEvent("SOURCE_CHANGED",{kind:"screen"}))})}disableAudioShare(){return c(this,null,function*(){yield this.stopAudioShareTrack(),this._triggerEvent("SCREEN_STATUS",{track:null}),this._triggerEvent("SOURCE_CHANGED",{kind:"audioshare"})})}stopAudioShareTrack(){return c(this,null,function*(){if(this._audioShareTrack){this._audioShareTrack.stop();let e=this.getSilentAudioShareTrack();yield this._replaceLocalTrack(e),this._mediaSettings.isAudioSharingEnabled=!1}})}_applyAudioEffect(){return c(this,null,function*(){var t;if(!p.audioEffects||!this._audioEffectParams)return(t=p.audioEffects)==null||t.pause(),this._micAudioTrack;p.audioEffects.isInitialized||(yield p.audioEffects.init()),p.audioEffects.resume(),p.audioEffects.setEffects(this._audioEffectParams.effects,this._audioEffectParams.isPreset),p.audioEffects.setSource(this._micAudioTrack);let e=p.audioEffects.outputStream.getAudioTracks()[0];return(!this._audioEffectsTrack||this._audioEffectsTrack.id!==e.id)&&(this._audioEffectsTrack=e),this._audioEffectsTrack})}getSilentAudioShareTrack(){let e=M.getSilentMediaTrack();return e.contentHint="music",e.stop(),e}_replaceLocalTrack(e,t){return c(this,null,function*(){var a,n;if(!this._stream)return;let i=this._stream.getTracks().find(s=>s.kind===e.kind&&s.contentHint===e.contentHint);(i==null?void 0:i.id)!==e.id&&(i?(i!==this._audioEffectsTrack&&i.stop(),(a=this._stream)==null||a.removeTrack(i),(n=this._stream)==null||n.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*(){var i;if((i=this._videoEffectsFpsLimiter)==null||i.watch(p.videoEffects),!p.videoEffects)return t;try{return p.videoEffects.setEffect(e,t)}catch(a){return d.warn("Video effect failed",a),t}})}_stopEffect(){if(p.videoEffects)try{p.videoEffects.stopEffect()}catch(e){d.warn("Video effect failed",e)}}destroy(){var t,i,a,n;this._destroyDeviceChangeListener(),p.videoEffects&&(this._effect=null,p.videoEffects.destroy()),p.audioEffects&&p.audioEffects.destroy(),this._stream&&(gi(this._stream),this._stream=null),(t=this._cameraVideoTrack)==null||t.stop(),(i=this._micAudioTrack)==null||i.stop(),(a=this._audioEffectsTrack)==null||a.stop(),this._disableScreenCapture();let e=M.getAudioContext();e==null||e.suspend().catch(s=>d.error(s)),(n=this._videoEffectsFpsLimiter)==null||n.destroy()}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 M._getUserVideo(!!this._effect,this._frameRate);this._cameraVideoTrack=a.getVideoTracks()[0],t=yield this._setEffect(this._effect,this._cameraVideoTrack)}else t=M.getBlackMediaTrack(p.videoMinWidth,p.videoMinHeight),this._stopEffect();if(this._mediaSettings.isVideoEnabled=e,yield this._replaceLocalTrack(t),this._animojiEnabled){this._triggerEvent("ANIMOJI_STATUS",!e);return}this._triggerEvent("SOURCE_CHANGED",{kind:"video"})})}toggleAudio(e){return c(this,null,function*(){var i,a;if(!this._stream)return;(i=this._micAudioTrack)==null||i.stop();let t;if(e){let n=yield M.getUserAudio();this._micAudioTrack=n.getAudioTracks()[0],t=yield this._applyAudioEffect()}else(a=p.audioEffects)==null||a.pause(),t=M.getSilentMediaTrack();yield this._replaceLocalTrack(t),this._mediaSettings.isAudioEnabled=e,this._triggerEvent("SOURCE_CHANGED",{kind:"audio"})})}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"})}setResolution(i){return c(this,arguments,function*({video:e,effect:t}){if(!p.consumerScreenTrack&&this._mediaSettings.isScreenSharingEnabled||!this._mediaSettings.isVideoEnabled)return;if(!this._stream)throw new Error("Local stream not found");if(!this._cameraVideoTrack)throw new Error("Local video track not found");let a=this._effect&&t||e;yield this._applyVideoConstraints(this._cameraVideoTrack,a)})}getCameraVideoTrack(){return this._cameraVideoTrack}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(C.log(P.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]);yield this._applyVideoConstraints(i),yield this._changeVideoInput(a)}catch(i){this._effect=t;let a=this._cameraVideoTrack.clone(),n=new MediaStream([a]);throw yield this._changeVideoInput(n),i}}})}audioEffect(e){return c(this,null,function*(){var t;if(!p.audioEffects)throw new Error("Audio Effects library is not set");if(!this._mediaSettings.isAudioEnabled){this._audioEffectParams=e;return}if(this._stream&&(!e&&this._audioEffectParams||e&&!this._audioEffectParams||!R.isArraysEquals((e==null?void 0:e.effects)||[],((t=this._audioEffectParams)==null?void 0:t.effects)||[]))&&this._micAudioTrack){let i=this._audioEffectParams;this._audioEffectParams=e;try{let a=this._micAudioTrack.clone(),n=new MediaStream([a]);yield this._changeAudioInput(n)}catch(a){this._audioEffectParams=i;let n=this._micAudioTrack.clone(),s=new MediaStream([n]);throw yield this._changeAudioInput(s),a}}})}getAudioShareTrack(){return this._audioShareTrack}handleVideoEffectsLowFps(e){this._mediaSettings.isVideoEnabled&&this._cameraVideoTrack&&e<p.videoFrameRate&&this._applyVideoConstraints(this._cameraVideoTrack).catch(t=>{d.warn("MediaSource handleVideoEffectsLowFps error",t)})}get _frameRate(){var t,i;let e=(i=(t=this._videoEffectsFpsLimiter)==null?void 0:t.fpsLimit)!=null?i:p.videoFrameRate;return this._effect?Math.min(e,p.videoFrameRate):void 0}_applyVideoConstraints(e,t){return c(this,null,function*(){yield qi(e,ue(ue({width:this._effect?p.videoEffectMaxWidth:p.videoMaxWidth,height:this._effect?p.videoEffectMaxHeight:p.videoMaxHeight},this._frameRate&&{frameRate:{ideal:this._frameRate}}),t))})}};var fi=class{static isSupported(){return M.browserName()!=="Firefox"&&"permissions"in navigator&&"PermissionStatus"in window}init(r){return c(this,null,function*(){try{let[e,t]=yield Promise.all([navigator.permissions.query({name:"camera"}),navigator.permissions.query({name:"microphone"})]);this._cameraPermissionStatus=e,this._microphonePermissionStatus=t,this._listener=r,this._cameraPermissionStatus.onchange=i=>this.handlePermissionChange(i),this._microphonePermissionStatus.onchange=i=>this.handlePermissionChange(i)}catch(e){d.warn("NavigatorPermissions init error",e)}})}handlePermissionChange(r){let e=r.target;if(e instanceof PermissionStatus){let{name:t,state:i}=e;switch(t){case"audio_capture":this._listener("microphone",i);break;case"video_capture":this._listener("camera",i);break}}}getPermissionState(r){let e=null;switch(r){case"camera":e=this._cameraPermissionStatus.state;break;case"microphone":e=this._microphonePermissionStatus.state;break}return e}};var xr=(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))(xr||{});function H(o,...r){let e=p.get(o);typeof e=="function"&&setTimeout(e,0,...r)}function he(o,r,...e){if(p.filterObservers){if(Array.isArray(r)){if(r=r.filter(t=>!t.observer),!r.length)return}else if(r.observer)return}H(o,r,...e)}function Pe(o){return Object.assign({},o)}function At(o){return o.slice()}var Or;(Zs=>{function o(S,D){H("onLocalStream",S,Pe(D))}Zs.onLocalStream=o;function r(S,D){H("onScreenStream",S,Pe(D))}Zs.onScreenStream=r;function e(S,D){H("onVmojiStream",S,Pe(D))}Zs.onVmojiStream=e;function t(S){H("onVmojiError",S)}Zs.onVmojiError=t;function i(S,D){H("onLocalStreamUpdate",Pe(S),D)}Zs.onLocalStreamUpdate=i;function a(S){d.debug("Local status:",S),H("onLocalStatus",S)}Zs.onLocalStatus=a;function n(S,D){he("onRemoteStream",S,D)}Zs.onRemoteStream=n;function s(S,D){he("onRemoteLive",S,D)}Zs.onRemoteLive=s;function l(S,D){he("onLocalLive",S,D)}Zs.onLocalLive=l;function u(S,D){he("onRemoteLiveUpdate",S,D)}Zs.onRemoteLiveUpdate=u;function m(S,D){he("onLocalLiveUpdate",S,D)}Zs.onLocalLiveUpdate=m;function h(S,D){he("onRemoteScreenStream",S,D)}Zs.onRemoteScreenStream=h;function v(S,D){he("onRemoteVmojiStream",S,D)}Zs.onRemoteVmojiStream=v;function I(S,D,z){he("onRemoteStreamSuspended",S,D,z)}Zs.onRemoteStreamSuspended=I;function A(S,D,z,we,It){he("onConversation",S,Pe(D),Pe(z),we,It)}Zs.onConversation=A;function F(S){S&&H("onConversationParticipantListChunk",S)}Zs.onConversationParticipantListChunk=F;function O(S,D,z){he("onRemoteMediaSettings",S,Pe(D),z)}Zs.onRemoteMediaSettings=O;function K(S,D){he("onLocalMediaSettings",S,Pe(D))}Zs.onLocalMediaSettings=K;function q(S,D,z){he("onRemoteSharedMovieInfo",S,Pe(D),z)}Zs.onRemoteSharedMovieInfo=q;function pe(S,D,z){he("onRemoteSharedMovieStoppedInfo",S,Pe(D),z)}Zs.onRemoteSharedMovieStoppedInfo=pe;function re(S,D,z){he("onLocalSharedMovieInfo",S,Pe(D),z)}Zs.onLocalSharedMovieInfo=re;function J(S,D,z){he("onLocalSharedMovieStoppedInfo",S,Pe(D),z)}Zs.onLocalSharedMovieStoppedInfo=J;function _e(S,D,z){he("onRemoteSharedUrl",S,D,z)}Zs.onRemoteSharedUrl=_e;function Ue(S,D){he("onParticipantAdded",S,D)}Zs.onParticipantAdded=Ue;function Ni(S,D){he("onParticipantJoined",S,D)}Zs.onParticipantJoined=Ni;function ai(S){H("onLocalParticipantState",Pe(S))}Zs.onLocalParticipantState=ai;function ae(S,D,z){he("onRemoteParticipantState",S,Pe(D),z)}Zs.onRemoteParticipantState=ae;function ni(S,D){H("onRemoteParticipantsState",S,D)}Zs.onRemoteParticipantsState=ni;function ra(S,D,z=null){d.debug("Remote status:",D,S),he("onRemoteStatus",S,D,z)}Zs.onRemoteStatus=ra;function aa(){H("onPermissionsRequested")}Zs.onPermissionsRequested=aa;function na(S,D){H("onPermissionsError",S,D)}Zs.onPermissionsError=na;function oa(S,D){he("onRemoteRemoved",S,D)}Zs.onRemoteRemoved=oa;function sa(S,D,z){H("onCallState",S,D,Pe(z))}Zs.onCallState=sa;function Ui(S,D){H("onDeviceSwitched",S,D)}Zs.onDeviceSwitched=Ui;function Er(S,D,z,we=!1,It=!1,Tr=null,Cr=null,jn,ma,Hn=null){let Gn=ma?At(ma):void 0;H("onMuteStates",Pe(S),At(D),At(z),we,It,Tr,Cr,jn,Gn,Hn)}Zs.onMuteStates=Er;function ca(S,D,z=!1){he("onRolesChanged",S,At(D),z)}Zs.onRolesChanged=ca;function Y(S,D=!1){H("onLocalRolesChanged",At(S),D)}Zs.onLocalRolesChanged=Y;function da(S,D,z,we){he("onPinnedParticipant",S,D,z,we)}Zs.onPinnedParticipant=da;function Rr(S,D){H("onLocalPin",S,D)}Zs.onLocalPin=Rr;function la(S){H("onOptionsChanged",At(S))}Zs.onOptionsChanged=la;function pa(){H("onCallAccepted")}Zs.onCallAccepted=pa;function ge(S){he("onAcceptedCall",S)}Zs.onAcceptedCall=ge;function j(){H("onRateNeeded")}Zs.onRateNeeded=j;function ee(S){he("onSpeakerChanged",S)}Zs.onSpeakerChanged=ee;function de(S){H("onVolumesDetected",At(S))}Zs.onVolumesDetected=de;function fe(S,D){H("onLocalVolume",S,D)}Zs.onLocalVolume=fe;function tt(S,D){H("onJoinStatus",S,D)}Zs.onJoinStatus=tt;function je(S,D){H("onHangup",S,D)}Zs.onHangup=je;function _(S){H("onMultipartyChatCreated",Pe(S))}Zs.onMultipartyChatCreated=_;function T(){H("onDeviceChange")}Zs.onDeviceChange=T;function y(S){H("onFingerprintChange",S)}Zs.onFingerprintChange=y;function b(){H("onTokenExpired")}Zs.onTokenExpired=b;function g(S,D,z=!1){H("onChatMessage",S,D,z)}Zs.onChatMessage=g;function k(S,D,z=!1){H("onCustomData",S,D,z)}Zs.onCustomData=k;function W(S,D,z,we,It,Tr,Cr=null){H("onRecordStarted",S,D,z,we,It,Tr,Cr)}Zs.onRecordStarted=W;function V(S=null){H("onRecordStopped",S)}Zs.onRecordStopped=V;function te(S){H("onLocalNetworkStatusChanged",S)}Zs.onLocalNetworkStatusChanged=te;function Ie(S){H("onNetworkStatusChanged",S)}Zs.onNetworkStatusChanged=Ie;function x(S,...D){H("onDebugMessage",S,...D)}Zs.onDebugMessage=x;function Ee(S,D){let z=Object.assign({},S,{memory:D});H("onStatistics",z)}Zs.onStatistics=Ee;function ve(){H("onAutoplayError")}Zs.onAutoplayError=ve;function Re(S,D,z,we,It){H("onChatRoomUpdated",S,D,z,we,It)}Zs.onChatRoomUpdated=Re;function ke(S){H("onPromoted",S)}Zs.onPromoted=ke;function qe(S){H("onRemoteMixedAudioStream",S)}Zs.onRemoteMixedAudioStream=qe;function Te(S){H("onJoinLinkChanged",S)}Zs.onJoinLinkChanged=Te;function it(S){H("onRoomsUpdated",S)}Zs.onRoomsUpdated=it;function Bi(S,D,z,we){H("onRoomUpdated",S,D,z,we)}Zs.onRoomUpdated=Bi;function Vi(S){H("onRoomParticipantsUpdated",S)}Zs.onRoomParticipantsUpdated=Vi;function ze(S){H("onRoomSwitched",S)}Zs.onRoomSwitched=ze;function oi(S){H("onRoomStart",S)}Zs.onRoomStart=oi;function ua(S,D=null){H("onFeedback",S,D)}Zs.onFeedback=ua;function Hs(S){H("onFeaturesPerRoleChanged",S)}Zs.onFeaturesPerRoleChanged=Hs;function Gs(S){H("onParticipantVmojiUpdate",S)}Zs.onParticipantVmojiUpdate=Gs;function Ws(S,D){H("onAsrSet",S,D)}Zs.onAsrSet=Ws;function $s(S,D,z){H("onAsrStarted",S,D,z)}Zs.onAsrStarted=$s;function Ks(S){H("onAsrStopped",S)}Zs.onAsrStopped=Ks;function qs(S,D,z,we){H("onAsrTranscription",S,D,z,we)}Zs.onAsrTranscription=qs;function zs(S,D){H("onParticipantIdChanged",S,D)}Zs.onParticipantIdChanged=zs;function Js(S){H("onVideoSuspendSuggest",S)}Zs.onVideoSuspendSuggest=Js;function Ys(S){H("onSignalingMessage",typeof S=="string"?S:Pe(S))}Zs.onSignalingMessage=Ys;function Qs(S){H("onPromotionApproved",S)}Zs.onPromotionApproved=Qs;function Xs(){H("onPeerRegistered")}Zs.onPeerRegistered=Xs})(Or||(Or={}));var E=Or;var Nr="_okcls_",$t=(()=>{try{let o=Date.now().toString(),r=window.localStorage,e=!1;return r.setItem(o,o),e=r.getItem(o)===o,r.removeItem(o),e?r:null}catch(o){return null}})();function Ao(o){let r=$t?$t.getItem(Nr+o):null;if(r===null)return null;try{return JSON.parse(r)}catch(e){return null}}function Do(o,r){try{$t&&$t.setItem(Nr+o,JSON.stringify(r))}catch(e){}}function ko(o){$t&&$t.removeItem(Nr+o)}var Lr;(t=>{function o(i){return Ao(i)||null}t.get=o;function r(i,a){Do(i,a)}t.set=r;function e(i){ko(i)}t.remove=e})(Lr||(Lr={}));var mt=Lr;var Dt=null,Kt=null,Yt=null,ir=[],rr=[],tr=[],xe=null,Le=null,zt=null,ar=!1,nr=!1,Yi,qt,Qi,Ur=null,Br="",Xi=[],Zi=null,Va=navigator.appVersion,wo=navigator.appName,Oe=navigator.userAgent,at={},Mt=(e=>(e.USER="user",e.ENVIRONMENT="environment",e))(Mt||{});(r=>{function o(e){return Object.values(r).includes(e)}r.contains=o})(Mt||(Mt={}));var kt=class{constructor(r,e=!1,t=p.videoMaxWidth,i=p.videoMaxHeight,a=p.videoFrameRate){this.isVideoRequested=()=>this.needVideo;this.supportedConstraints=navigator.mediaDevices.getSupportedConstraints();let n=!1;if(r){n={noiseSuppression:p.noiseSuppression,echoCancellation:!0,autoGainControl:!0};let l=ye.getMicrophones(),u,m;if(Le&&(m=Le.groupId,u=Le.deviceId),typeof r=="string"){let h=l.find(v=>v.deviceId===r);m=h==null?void 0:h.groupId,u=r}else if(!Le&&ye.os()==="MacOS"&&l.find(h=>h.label.includes("iPhone"))){let h=l.find(v=>!v.label.includes("Virtual")&&!v.label.includes("iPhone"));h&&(m=h.groupId,u=h.deviceId)}m&&this.supportedConstraints.groupId?n.groupId={exact:m}:u&&(n.deviceId={exact:u})}let s=!1;if(e){s={width:{min:p.videoMinWidth,max:t,ideal:t},height:{min:p.videoMinHeight,max:i,ideal:i},aspectRatio:{ideal:p.videoAspectRatio},frameRate:{ideal:a}};let l=ye.getCameras(),u,m;if(xe&&(m=xe.groupId,u=xe.deviceId),typeof e=="string"){let h=l.find(v=>v.deviceId===e);m=h==null?void 0:h.groupId,u=e}else if(!xe&&ye.os()==="MacOS"&&l.find(h=>h.label.includes("iPhone"))){let h=l.find(v=>!v.label.includes("Virtual")&&!v.label.includes("iPhone"));h&&(m=h.groupId,u=h.deviceId)}m&&this.supportedConstraints.groupId?s.groupId={exact:m}:u&&(s.deviceId={exact:u}),p.videoFacingMode&&(s.facingMode={ideal:p.videoFacingMode},delete s.deviceId,delete s.groupId)}this.audio=n,this.video=s,this.needVideo=!!s,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}},Vr=class extends kt{constructor(e,t,i,a){super(!1,!0);if(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=e,this.video.height=t,this.video.frameRate=i,this.video.displaySurface=p.displaySurface,ye.browserName()==="Safari"){let n=Number(ye.browserVersion());n===16?(this.video.width={max:e},this.video.height={max:t}):n===17&&(delete this.video.width,delete this.video.height)}a&&(this.audio={noiseSuppression:!1,echoCancellation:!1,autoGainControl:!1})}getNative(){return Object.assign(super.getNative(),{systemAudio:"exclude",controller:this.captureController})}},Jt=class{constructor(){this._lockId=Math.round(Math.random()*99998)+1}busy(){if(Jt._lockId)throw C.log(P.ERROR,"change_device"),d.warn("Device change failed: MediaSource is busy"),new Error("MediaSource is busy");Jt._lockId=this._lockId}free(){Jt._lockId===this._lockId&&(Jt._lockId=0)}},vi=Jt;vi._lockId=0;function Fa(){return c(this,null,function*(){nr=!1,ar=!1,Dt=null;let o={camera:ye.getSavedCamera(),microphone:ye.getSavedMicrophone(),output:ye.getSavedOutput()};yield Fr(),Oo("devicechange",o),E.onDeviceChange()})}function Oo(o,...r){if(at[o])for(let e of at[o])e(...r)}function Fr(){return c(this,null,function*(){return Dt||(!navigator.mediaDevices||!navigator.mediaDevices.enumerateDevices?[]:(!Kt&&navigator.mediaDevices.addEventListener&&(Kt=R.debounce(Fa,p.enumerateDevicesDelay),navigator.mediaDevices.addEventListener("devicechange",Kt)),!Yt&&fi.isSupported()&&(Yt=new fi,yield Yt.init((o,r)=>{switch(r){case"denied":case"prompt":Kt==null||Kt();break}})),Dt=navigator.mediaDevices.enumerateDevices().then(o=>{var i,a,n;ir=o.filter(s=>s.kind==="videoinput"?(s.label&&(ar=!0),!0):!1),rr=o.filter(s=>s.kind==="audioinput"?(s.label?nr=!0:ye.isMobile()&&ye.browserName()==="Firefox"&&(nr=ar),!0):!1),tr=o.filter(s=>s.kind==="audiooutput");let r=(i=xe==null?void 0:xe.deviceId)!=null?i:mt.get("videoinput"),e=(a=Le==null?void 0:Le.deviceId)!=null?a:mt.get("audioinput"),t=(n=zt==null?void 0:zt.deviceId)!=null?n:mt.get("audiooutput");return xe=ir.find(s=>s.deviceId===r)||null,Le=rr.find(s=>s.deviceId===e)||null,zt=tr.find(s=>s.deviceId===t)||tr[0]||null,Dt=Promise.resolve(o),o}).catch(()=>(Dt=null,[]))))})}function xo(o){if(xe&&Le)return;let r=(e,t)=>{var a;let i=(a=t.getSettings())==null?void 0:a.deviceId;return e.find(n=>n.deviceId===i||n.label===t.label)||null};o==null||o.getTracks().forEach(e=>{!Le&&e.kind==="audio"?Le=r(ye.getMicrophones(),e):!xe&&e.kind==="video"&&(xe=r(ye.getCameras(),e))})}function Si(o,r){return c(this,null,function*(){d.debug("Try to get media",JSON.parse(JSON.stringify(o.getNative())));let e=(!o.isVideo()||ye.hasCameraPermission())&&(!o.isAudio()||ye.hasMicrophonePermission());!e&&!r&&E.onPermissionsRequested();let t=new vi;try{t.busy();let i=yield navigator.mediaDevices.getUserMedia(o.getNative());return t.free(),e||(yield Fa()),xo(i),i}catch(i){switch(t.free(),d.error("getUserMedia error",i),i.name){case"PermissionDeniedError":case"PermissionDismissedError":case"NotAllowedError":case"SecurityError":case"DOMException":case"NotFoundError":r=o.isVideoRequested()?se.CAMERA_PERMISSION:se.MIC_PERMISSION;break;case"OverconstrainedError":r=se.OVERCONSTRAINED;break;case"TypeError":r=se.UNKNOWN;break;case"AbortError":case"NotReadableError":r=o.isVideoRequested()?se.CAMERA_ACCESS:se.MIC_ACCESS;break;case"Error":if(i.message==="MediaSource is busy"){r=o.isVideoRequested()?se.CAMERA_ACCESS:se.MIC_ACCESS;break}}if(o.canSimplify())return Si(o.simplify(),r);let a=r||se.UNKNOWN;throw E.onPermissionsError(a,i),a}})}function Lo(o){return c(this,null,function*(){var e;d.debug("Try to get screen",JSON.parse(JSON.stringify(o.getNative())));let r=new vi;try{r.busy();let t=yield navigator.mediaDevices.getDisplayMedia(o.getNative()),i=t==null?void 0:t.getVideoTracks()[0];if(i){let a=(e=i.getSettings())==null?void 0:e.displaySurface;if(d.debug(`Got display media track: ${i.id} (${a})`),i.contentHint="text",o.captureController&&(a==="browser"||a==="window"))try{o.captureController.setFocusBehavior("no-focus-change")}catch(n){d.warn("Failed to set focus behavior",n)}}return t}catch(t){switch(t.name){case"PermissionDeniedError":case"NotAllowedError":case"SecurityError":throw se.SCREEN_PERMISSION;default:throw se.SCREEN_ACCESS}}finally{r.free()}})}function er(){return Xi.length||(Xi=(()=>{let o,r=!1,e=0,t="0",i=Oe.match(/(opera|chrome|safari|firefox|msie|trident(?=\/))\/?\s*(\d+)/i)||[];if(/trident/i.test(i[1]))return o=/\brv[ :]+(\d+)/g.exec(Oe),["IE",o&&o[1]||"Unknown",r,e,t];if(i[1]==="Safari"){if(o=Oe.match(/\bEdge\/(\d+)/),o)return["Edge",o[1]||"Unknown",r,e,t];if(o=Oe.match(/\bCriOS\/(\d+)/),o)return["Chrome",o[1],!0,Number(o[1]),t];if(o=Oe.match(/\bFxiOS\/(\d+)/),o)return["Firefox",o[1],!1,e,t];if(o=Oe.match(/\bYaBrowser\/(\d+)/),o)return["Yandex",o[1],!1,e,t];if(o=Oe.match(/\bOPT\/(\d+)/),o)return["Opera",o[1],!1,e,t]}if(i[1]==="Chrome"){if(r=!0,e=Number(i[2]),o=Oe.match(/\bOPR\/(\d+)/),o)return["Opera",o[1]||"Unknown",r,e,t];if(o=Oe.match(/\bYaBrowser\/(\d+)/),o)return["Yandex",o[1]||"Unknown",r,e,t];if(o=Oe.match(/\bSferum\/((\d+)(?:\.\d+)*)/),o)return["Sferum",o[1]||"Unknown",r,e,t];if(o=Oe.match(/\bEdge?\/(\d+)/),o)return["Edge",o[1]||"Unknown",r,e,t];if(typeof window.opr!="undefined"&&/^(.+\.)?ok.ru$/.test(window.location.host))return["Opera","Hidden",r,e,t]}return o=Oe.match(/version\/(\d+)(?:(?:\.)(\d+))?/i),o&&o[2]!==void 0&&(t=o[2]),[i[2]?i[1]:wo,o&&o[1]||i[2]||Va,r,e,t]})()),Xi}var ye;(ge=>{function o(){return c(this,null,function*(){if(Dt)return;let j=()=>{ge.getSilentMediaTrack(),document.removeEventListener("click",j),document.removeEventListener("touchstart",j)};document.addEventListener("click",j),document.addEventListener("touchstart",j),yield Fr()})}ge.init=o;function r(){return ir}ge.getCameras=r;function e(){return rr}ge.getMicrophones=e;function t(){return tr}ge.getOutput=t;function i(){return ir.length>0}ge.hasCamera=i;function a(){return rr.length>0}ge.hasMicrophone=a;function n(){return xe}ge.getSavedCamera=n;function s(){return Le}ge.getSavedMicrophone=s;function l(){return zt}ge.getSavedOutput=l;function u(){return p.videoFacingMode}ge.getVideoFacingMode=u;function m(){return ar}ge.hasCameraPermission=m;function h(){return nr}ge.hasMicrophonePermission=h;function v(){var j;return(j=Yt==null?void 0:Yt.getPermissionState("microphone"))!=null?j:null}ge.getMicrophonePermissionState=v;function I(j=!1){return h()?i()&&j?m():!0:!1}ge.hasPermissions=I;function A(j=!1,ee=!0,de=!0){return c(this,null,function*(){let fe=a()&&ee,tt=i()&&j,je;if(!fe&&!tt)je=new MediaStream;else try{je=yield Si(new kt(fe,tt))}catch(_){je=new MediaStream}return!je.getVideoTracks().length&&de&&je.addTrack(ge.getBlackMediaTrack()),!je.getAudioTracks().length&&de&&je.addTrack(ge.getSilentMediaTrack()),je})}ge.getUserMedia=A;function F(j,ee){return c(this,null,function*(){let de=j?p.fastScreenShareWidth:window.screen.width,fe=j?p.fastScreenShareHeight:window.screen.height,tt=p.getScreenFrameRate(j);return Lo(new Vr(de,fe,tt,ee))})}ge.getScreenMedia=F;function O(j=!1,ee){return c(this,null,function*(){let de=j?p.videoEffectMaxWidth:p.videoMaxWidth,fe=j?p.videoEffectMaxHeight:p.videoMaxHeight;return Si(new kt(!1,!0,de,fe,ee))})}ge._getUserVideo=O;function K(j,ee){return c(this,null,function*(){let de=(ee==null?void 0:ee.width)||p.videoMaxWidth,fe=(ee==null?void 0:ee.height)||p.videoMaxHeight;return Si(new kt(!1,j||!0,de,fe))})}ge.getUserVideo=K;function q(j){return c(this,null,function*(){return Si(new kt(j||!0,!1))})}ge.getUserAudio=q;function pe(j,ee){return c(this,null,function*(){let[de]=j.getVideoTracks();if(!de)throw new Error("Video track not found in stream");return qi(de,ee)})}ge.setResolution=pe;function re(j,ee){return c(this,null,function*(){let fe=(yield Fr()).find(tt=>tt.kind===j&&tt.deviceId===ee);return fe?(j==="videoinput"?xe=fe:j==="audioinput"?Le=fe:j==="audiooutput"&&(zt=fe),mt.set(j,ee),fe):null})}ge._saveDeviceId=re;function J(){if(!Qi||Qi.readyState==="ended"){let j=ge.getAudioContext(),ee=j.createMediaStreamDestination(),de=j.createGain();de.gain.value=1e-5,de.connect(ee),de.connect(j.destination);let fe=j.createOscillator();fe.type="sine",fe.frequency.value=0,fe.connect(de),fe.start(),Qi=ee.stream.getAudioTracks()[0]}return Object.assign(Qi.clone(),{enabled:!1})}ge.getSilentMediaTrack=J;function _e(j=p.videoMinWidth,ee=p.videoMinHeight){qt||(qt=document.createElement("canvas")),qt.width=j,qt.height=ee;let de=qt.getContext("2d");return de.rect(0,0,j,ee),de.fillStyle="black",de.fill(),(!Yi||Yi.readyState==="ended")&&(Yi=qt.captureStream(p.videoFrameRate).getVideoTracks()[0]),Object.assign(Yi.clone(),{enabled:!1})}ge.getBlackMediaTrack=_e;function Ue(){if(Ui()==="Edge"&&Number(Er())<70)return!1;try{let j=window;return"mediaDevices"in j.navigator&&"getUserMedia"in j.navigator.mediaDevices&&j.RTCPeerConnection&&j.RTCIceCandidate&&j.RTCSessionDescription&&j.HTMLCanvasElement&&j.HTMLCanvasElement.prototype.captureStream&&j.RTCRtpSender&&j.RTCRtpSender.prototype.replaceTrack&&j.RTCRtpSender.prototype.getParameters&&"sendBeacon"in navigator&&!0||!1}catch(j){return!1}}ge.isBrowserSupported=Ue;function Ni(){return!!navigator.mediaDevices.getDisplayMedia}ge.isScreenCapturingSupported=Ni;function ai(){let j=ge.browserName()==="Safari"&&ge.browserVersion()==="15"&&ge.browserSubVersion()==="1",ee=ge.browserName()==="Opera",de=ge.browserName()==="Yandex";return j||ee||de}ge.isBrokenH264Decoder=ai;function ae(){return ge.browserName()==="Yandex"&&ge.os()==="Windows"||p.simulcast}ge.isBrokenVP9Encoder=ae;function ni(){return ge.browserName()==="Safari"&&Number(ge.browserVersion())===17&&[4,5,6].includes(Number(ge.browserSubVersion()))}ge.isBrokenVP9Decoder=ni;function ra(){return ge.browserName()==="Firefox"&&Number(ge.browserVersion())<60}ge.isOldDataChannelDescription=ra;function aa(){return!(ge.baseChromeVersion()&&ge.isMobile())}ge.canPreferH264=aa;function na(){return!(ge.browserName()==="Firefox"||ge.browserName()==="Safari")}ge.isSimulcastSupportedByBrowser=na;function oa(){return Br||(Br=(()=>{let j={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 ee in j)if(j.hasOwnProperty(ee)&&j[ee].test(Oe))return ee;return"Unknown"})()),Br}ge.os=oa;function sa(){return Ur===null&&(Ur=/Mobile|mini|Fennec|Android|iP(ad|od|hone)/.test(Va)),Ur}ge.isMobile=sa;function Ui(){return er()[0]}ge.browserName=Ui;function Er(){return er()[1]}ge.browserVersion=Er;function ca(){return er()[3]}ge.baseChromeVersion=ca;function Y(){return Zi||(Zi=new(window.AudioContext||window.webkitAudioContext)),Zi.resume().catch(()=>{d.warn("Failed to resume AudioContext")}),Zi}ge.getAudioContext=Y;function da(){return er()[4]}ge.browserSubVersion=da;function Rr(){return ge.baseChromeVersion()>=105&&!ge.isMobile()}ge.isAudioShareSupported=Rr;function la(j,ee){at[j]||(at[j]=[]),at[j].push(ee)}ge.addEventListener=la;function pa(j,ee){if(at[j])if(!ee)delete at[j];else{let de=at[j].indexOf(ee);de>-1&&at[j].splice(de,1)}}ge.removeEventListener=pa})(ye||(ye={}));var M=ye;var Qe=class{static get startTime(){var r;return((r=Qe._list[0])==null?void 0:r.t)||0}static get endTime(){var e;let r=Qe._list;return((e=r[r.length-1])==null?void 0:e.t)||0}static startSession(){Qe._list=[]}static get conversationId(){return Qe._conversationId}static set conversationId(r){Qe._conversationId=r}static add(r){Qe._list.push(r)}static _createContextLogs(){let r=[[`Calls SDK ${p.sdkVersion}`,p.toJSON()],["UserAgent:",navigator.userAgent],["Screen resolution:",`${window.screen.width}x${window.screen.height}`],["Permissions:",`Camera: ${M.hasCameraPermission()}, Mic: ${M.hasMicrophonePermission()}`]],e=new Date,t=e.getTime(),i=e.toLocaleString("ru-RU",{dateStyle:"short",timeStyle:"long"});return r.map(a=>({h:i,t,l:"LOG",d:a}))}static collectLogs(){let r=Qe._list;return r.length===0?[]:[...Qe._createContextLogs(),...r]}},be=Qe;be._list=[],be._conversationId=null;var or=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):1;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 jr=2*1024*1024,ja=512*1024,Qt=100*1024,No=5,Gr="_okcls_logs_session_",Uo=3e4,Wr=class{constructor(){this._items=[];this._itemsSize=0;this._storageSize=jr;try{let r=window.localStorage;for(let e of Object.keys(r)){if(e.indexOf(Gr)!==0)continue;let t=r.getItem(e);if(!t){Ha(e);continue}let i=Wa(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(Qt)}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=Math.min(r,this._storageSize,jr)}add(r,e){let t=parseInt(r.replace(Gr,""),10);this._itemsSize+=e,this._items.push({key:r,size:e,date:t})}deleteOldestItem(){let r=this._items.shift();r&&(Ha(r.key),this._itemsSize-=r.size)}cleanup(r){for(;this.length&&(this.size>jr||this.length>No-1||this.size+r>this.available);)this.deleteOldestItem()}};function Ga(){return`${Gr}${Date.now()}`}function Wa(o){return new Blob([o]).size}function Ha(o){try{window.localStorage.removeItem(o)}catch(r){console.error("Failed to remove log from storage",r)}}function sr(){let o=ht.toString();if(!De.available||!o)return;let r=Wa(o);if(r>ja){ht.bisect(),sr();return}De.cleanup(Qt+r);try{window.localStorage.setItem(cr,o)}catch(e){if(console.warn("Failed to write log to storage",e),De.storageSize=De.size+r,De.cleanup(Qt+r),De.available>=Qt+r){sr();return}if(r>Qt){ht.bisect(),sr();return}De.storageSize=0;return}r>ja&&(De.add(cr,r),cr=Ga(),ht.clear(),De.cleanup(Qt))}function $r(){!De.available||!ht.length||sr()}function Bo(o=!1){let r=[];try{let i=window.localStorage;for(let n of De.items){let s=i.getItem(n.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(o)return e;let t=`logs_${Date.now()}.json`;return Vo(e,t),t}function Vo(o,r){let e=document.createElement("a"),t=new Blob([o],{type:"text/json"});e.href=URL.createObjectURL(t),e.download=r,e.click()}function $a(o,r){if(!De.available)return;let e=new Date,t={t:e.getTime(),l:o,d:r,h:e.toLocaleString("ru-RU",{dateStyle:"short",timeStyle:"long"})};ht.push(t),be.add(t),Hr||(Hr=window.setTimeout(()=>{Hr=null,$r()},Uo))}function Kr(){De||(De=new Wr,ht=new or,cr=Ga(),window.addEventListener("beforeunload",$r))}var De,ht,cr,Hr=null;window.__VKCallsSDKLogs__=(o=!1)=>(De||Kr(),$r(),Bo(o));var Ka=(i=>(i.DEBUG="DEBUG",i.LOG="LOG",i.WARN="WARN",i.ERROR="ERROR",i))(Ka||{}),qr;(re=>{let o="📞",r=(J,..._e)=>{E.onDebugMessage(J,..._e)},e=!1,t=(J,_e)=>(...Ue)=>{J(...Ue),$a(_e,Ue)},i=console.debug.bind(console,o),a=console.log.bind(console,o),n=console.warn.bind(console,o),s=console.error.bind(console,o),l=r.bind(null,"DEBUG"),u=r.bind(null,"LOG"),m=r.bind(null,"WARN"),h=r.bind(null,"ERROR");re.debug=l,re.log=u,re.warn=m,re.error=h;function O(){return e}re.enabled=O;function K(J){e=J,p.debugLog&&Kr(),J?(re.debug=p.debugLog?t(i,"DEBUG"):i,re.log=p.debugLog?t(a,"LOG"):a,re.warn=p.debugLog?t(n,"WARN"):n,re.error=p.debugLog?t(s,"ERROR"):s):(re.debug=p.debugLog?t(l,"DEBUG"):l,re.log=p.debugLog?t(u,"LOG"):u,re.warn=p.debugLog?t(m,"WARN"):m,re.error=p.debugLog?t(h,"ERROR"):h)}re.toggle=K;function q(J,..._e){switch(J){case"DEBUG":(0,re.debug)(..._e);break;case"LOG":(0,re.log)(..._e);break;case"WARN":(0,re.warn)(..._e);break;case"ERROR":(0,re.error)(..._e);break}}re.send=q;function pe(J,..._e){}re.test=pe})(qr||(qr={}));var d=qr;var jo="kf";function Xt(o){return o.stopStream}function zr(o){return o.keyFrameRequested}function qa(o){if(Xt(o))return"ss";if(zr(o))return jo;let r="";return o.priority!==void 0&&(r+="p="+o.priority),o.width!==void 0&&o.height!==void 0&&(r!==""&&(r+=":"),r+="sz="+Math.round(o.width)+"x"+Math.round(o.height)),o.fit!==void 0&&(r!==""&&(r+=":"),r+="fit="+o.fit),r}var Ii=(n=>(n.CAMERA="CAMERA",n.SCREEN="SCREEN",n.STREAM="STREAM",n.MOVIE="MOVIE",n.ANIMOJI="ANIMOJI",n.SHARED_URL="SHARED_URL",n))(Ii||{}),za="s",Ja="m";function Xe(o){return o.participantId+(o.mediaType?Vt+za+o.mediaType:"")+(o.streamName?Vt+Ja+o.streamName:"")}function Ei(o){let r=o.split(Vt),e=r.shift();if(!e)throw new Error("Illegal stream description: "+o);let t=null,i,a=0;for(let s of r)switch(s.charAt(0)){case za:t=Ho(s.slice(1));break;case Ja:i=s.slice(1);break;case Gi:a=Number.parseInt(s.slice(1),10);break;default:throw new Error("Unexpected parameter type "+s.charAt(0)+" in stream description "+o)}return{participantId:R.compose(e,a),mediaType:t,streamName:i}}function Ho(o){for(let r of Object.keys(Ii))if(r===o)return Ii[r];return null}function Ze(){let o=new DataView(new ArrayBuffer(64)),r=0;function e(t){if(r+t>o.byteLength){let i=new Uint8Array(Math.max(r+t,o.byteLength+64));i.set(new Uint8Array(o.buffer.slice(0,r))),o=new DataView(i.buffer)}}return{put(t){if(e(t.byteLength),Go(t)){let i=t.buffer;new Uint8Array(o.buffer).set(new Uint8Array(i),r)}else new Uint8Array(o.buffer).set(new Uint8Array(t),r);r+=t.byteLength},putI8(t){e(1),o.setInt8(r,t),++r},putI16(t){e(2),o.setInt16(r,t),r+=2},putI32(t){e(4),o.setInt32(r,t),r+=4},putI64(t){e(8);let i=t<0;i&&(t=-t);let a=t/4294967296|0,n=t%4294967296|0;i&&(n=~n+1|0,a=n===0?~a+1|0:~a),o.setUint32(r,a),o.setUint32(r+4,n),r+=8},putUi8(t){e(1),o.setUint8(r,t),++r},putUi16(t){e(2),o.setUint16(r,t),r+=2},putUi32(t){e(4),o.setUint32(r,t),r+=4},putUi64(t){e(8),o.setUint32(r,t/4294967296|0),o.setUint32(r+4,t%4294967296),r+=8},putF(t){e(8),o.setFloat64(r,t),r+=8},ui8array(){return new Uint8Array(o.buffer.slice(0,r))}}}function Go(o){return o.buffer!==void 0}function dr(o){let r=ArrayBuffer.isView(o)?new DataView(o.buffer,o.byteOffset,o.byteLength):new DataView(o),e=0;return{peek(){return r.getUint8(e)},get(t){e+=t;let i=r.byteOffset;return r.buffer.slice(i+e-t,i+e)},getI8(){return r.getInt8(e++)},getI16(){return e+=2,r.getInt16(e-2)},getI32(){return e+=4,r.getInt32(e-4)},getI64(){e+=8;let t=r.getInt32(e-8),i=r.getUint32(e-4);return t*4294967296+i},getUi8(){return r.getUint8(e++)},getUi16(){return e+=2,r.getUint16(e-2)},getUi32(){return e+=4,r.getUint32(e-4)},getUi64(){e+=8;let t=r.getUint32(e-8),i=r.getUint32(e-4);return t*4294967296+i},getF32(){return e+=4,r.getFloat32(e-4)},getF64(){return e+=8,r.getFloat64(e-8)}}}var Xa=0,Za=1,$o=2,Ko=3,qo=4,zo=5,Jo=6,Yo=7,Qo=0,Xo=1,Zo=2,nt=0,es=0,ts=0,is=1,lr=class{constructor(){this.participantIdRegistry=null}setParticipantIdRegistry(r){this.participantIdRegistry=r}serializeUpdateDisplayLayout(r,e){let t=Ze();G.enc(t,Xa),G.enc(t,nt),G.enc(t,r),wt.enc(t,null);let i=[];for(let a in e)e.hasOwnProperty(a)&&this.writeLayout(e,a,i);return Ya.enc(t,i),wt.enc(t,null),t.ui8array()}writeLayout(r,e,t){let i=r[e],a=Ze();if(this.writeStreamDesc(e,a),Xt(i))G.enc(a,Xo);else if(zr(i))G.enc(a,Zo);else if(G.enc(a,Qo),i.priority!==void 0?G.enc(a,i.priority):wt.enc(a,null),i.width!==void 0&&i.height!==void 0?(G.enc(a,Math.round(i.width)),G.enc(a,Math.round(i.height))):(wt.enc(a,null),wt.enc(a,null)),i.fit!==void 0)switch(i.fit){case"cv":G.enc(a,ts);break;case"cn":G.enc(a,is);break;default:wt.enc(a,null)}else wt.enc(a,null);t.push(a.ui8array())}writeStreamDesc(r,e){if(this.participantIdRegistry){let t=this.participantIdRegistry.getCompactId(r);if(t!==void 0){G.enc(e,t);return}}Qa.enc(e,r)}serializePerfStatReport(r,e){let t=Ze();return G.enc(t,Za),G.enc(t,nt),G.enc(t,r),G.enc(t,e.framesDecoded),G.enc(t,e.framesReceived),t.ui8array()}serializeSharingStatReport(r,e){let t=Ze();return G.enc(t,$o),G.enc(t,nt),G.enc(t,r),G.enc(t,e.minDelay),G.enc(t,e.maxDelay),G.enc(t,e.avgDelay),G.enc(t,e.largeDelayDuration),t.ui8array()}serializeRequestAsr(r,e){let t=Ze();return G.enc(t,Ko),G.enc(t,nt),G.enc(t,r),Jr.enc(t,e.request),t.ui8array()}serializeNetworkStatReport(r,e){let t=Ze();return G.enc(t,qo),G.enc(t,nt),G.enc(t,r),G.enc(t,e.timestamp),G.enc(t,e.sendBitrate),t.ui8array()}serializeEnableVideoSuspend(r,e){let t=Ze();return G.enc(t,zo),G.enc(t,nt),G.enc(t,r),Jr.enc(t,e.enabled),t.ui8array()}serializeEnableVideoSuspendSuggest(r,e){let t=Ze();return G.enc(t,Jo),G.enc(t,nt),G.enc(t,r),Jr.enc(t,e.enabled),t.ui8array()}serializeChangeSimulcast(r,e){let t=Ze();G.enc(t,Yo),G.enc(t,nt),G.enc(t,r);let i=e.simulcastInfo.streams.length;G.enc(t,e.mediaSource),G.enc(t,i);for(let a of e.simulcastInfo.streams)Qa.enc(t,a.rid),G.enc(t,a.width),G.enc(t,a.height),G.enc(t,a.fps),G.enc(t,a.bitrate/1e3);return t.ui8array()}deserializeCommandResponse(r){return c(this,null,function*(){let e;if(r instanceof Blob){let n="arrayBuffer"in Blob.prototype?yield r.arrayBuffer():yield Ma(r);e=dr(n)}else e=dr(r);let t=G.dec(e),i=G.dec(e);if(i!==nt){d.warn("Unsupported version for command type: "+t+", version "+i);return}if(G.dec(e)!==es){d.warn("Error code: "+t+"received for command type: "+t+", version "+i);return}switch(t){case Xa:return this.deserializeUpdateDisplayLayoutResponse(e);case Za:return this.deserializeReportPerfStatResponse(e);default:d.warn("unsupported command response commandType: "+t);return}})}deserializeUpdateDisplayLayoutResponse(r){let e=G.dec(r),t=Ya.dec(r),i={};return t.forEach(a=>{var l;let n=dr(a),s=Wo.dec(n);if(typeof s=="string")i[s]=G.dec(n);else{let u=s,m=Xe((l=this.participantIdRegistry)==null?void 0:l.getStreamDescription(u));i[m]=G.dec(n)}}),{type:"response",sequence:e,response:L.UPDATE_DISPLAY_LAYOUT.toString(),errorCodeByParticipantId:i}}deserializeReportPerfStatResponse(r){let e=G.dec(r),t=G.dec(r);return{type:"response",sequence:e,response:L.REPORT_PERF_STAT.toString(),estimatedPerformanceIndex:t}}};var en=(i=>(i.START="start",i.ACCEPT="accept",i.JOIN="join",i.RETRY="retry",i))(en||{}),ot=en;var tn=(t=>(t.NOTIFICATION="NOTIFICATION",t.FAILED="FAILED",t.RECONNECT="RECONNECT",t))(tn||{}),Me=tn;var rn=(g=>(g.TRANSMITTED_DATA="transmitted-data",g.ACCEPTED_CALL="accepted-call",g.HUNGUP="hungup",g.PARTICIPANT_ADDED="participant-added",g.PARTICIPANT_JOINED="participant-joined",g.CLOSED_CONVERSATION="closed-conversation",g.MEDIA_SETTINGS_CHANGED="media-settings-changed",g.PARTICIPANT_STATE_CHANGED="participant-state-changed",g.PARTICIPANTS_STATE_CHANGED="participants-state-changed",g.RATE_CALL_DATA="rate-call-data",g.FEATURE_SET_CHANGED="feature-set-changed",g.TOPOLOGY_CHANGED="topology-changed",g.PRODUCER_UPDATED="producer-updated",g.CONSUMER_ANSWERED="consumer-answered",g.MULTIPARTY_CHAT_CREATED="multiparty-chat-created",g.FORCE_MEDIA_SETTINGS_CHANGE="force-media-settings-change",g.SETTINGS_UPDATE="settings-update",g.VIDEO_QUALITY_UPDATE="video-quality-update",g.REGISTERED_PEER="registered-peer",g.SWITCH_MICRO="switch-micro",g.RECORD_STARTED="record-started",g.RECORD_STOPPED="record-stopped",g.REALLOC_CON="realloc-con",g.AUDIO_ACTIVITY="audio-activity",g.SPEAKER_CHANGED="speaker-changed",g.STALLED_ACTIVITY="stalled-activity",g.CHAT_MESSAGE="chat-message",g.CUSTOM_DATA="custom-data",g.ROLES_CHANGED="roles-changed",g.MUTE_PARTICIPANT="mute-participant",g.PIN_PARTICIPANT="pin-participant",g.OPTIONS_CHANGED="options-changed",g.NETWORK_STATUS="network-status",g.PARTICIPANT_SOURCES_UPDATE="participant-sources-update",g.PROMOTE_PARTICIPANT="promote-participant",g.CHAT_ROOM_UPDATED="chat-room-updated",g.PROMOTION_APPROVED="promotion-approved",g.JOIN_LINK_CHANGED="join-link-changed",g.FEEDBACK="feedback",g.MOVIE_UPDATE_NOTIFICATION="movie-update-notification",g.MOVIE_SHARE_STARTED="movie-share-started",g.MOVIE_SHARE_STOPPED="movie-share-stopped",g.URL_SHARING_INFO_UPDATED="url-sharing-info-updated",g.ROOM_UPDATED="room-updated",g.ROOMS_UPDATED="rooms-updated",g.ROOM_PARTICIPANTS_UPDATED="room-participants-updated",g.FEATURES_PER_ROLE_CHANGED="features-per-role-changed",g.PARTICIPANT_ANIMOJI_CHANGED="participant-animoji-changed",g.ASR_STARTED="asr-started",g.ASR_STOPPED="asr-stopped",g.DECORATIVE_PARTICIPANT_ID_CHANGED="decorative-participant-id-changed",g.VIDEO_SUSPEND_SUGGEST="video-suspend-suggest",g))(rn||{}),U=rn;var an="open",nn=[()=>p.producerScreenTrack,()=>p.videoTracksCount>0,()=>!0,()=>!0,()=>p.consumerScreenTrack,()=>!0,()=>p.movieShare,()=>p.useParticipantListChunk,()=>p.useRooms,()=>!!p.vmoji,()=>p.useCallsToContacts,()=>p.useChatRooms],rs=10,as=["service-unavailable","conversation-ended","invalid-token"],et=class extends si{constructor(){super(...arguments);this.socket=null;this.sequence=1;this.lastStamp=0;this.websocketCommandsQueue=[];this.datachannelCommandsQueue=[];this.incomingCache=[];this.responseHandlers={};this.reconnectCount=0;this.conversationResolve=null;this.conversationReject=null;this.connected=!1;this.listenersReady=!1;this.postfix="&platform="+p.platform+"&appVersion="+p.appVersion+"&version="+p.protocolVersion+"&device="+p.device+"&capabilities="+et._getCapabilityFlags();this.peerId=null;this.conversationId=null;this.reconnectTimer=0;this.connectionMessageWaitTimer=0;this.doctorTimer=0;this.participantIdRegistry=null;this.producerNotificationDataChannel=null;this.producerCommandDataChannel=null;this.producerCommandDataChannelEnabled=!1;this.producerCommandSerializationService=new lr}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.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){C.log(P.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(n){return c(this,arguments,function*(e,t={},i=!0,a=0){if(t.participantId){let s=R.decomposeParticipantId(t.participantId),l=R.decomposeId(s.compositeUserId);t=Object.assign({},t,{participantId:l.id,participantType:l.type}),s.deviceIdx&&(t.deviceIdx=s.deviceIdx)}return this._sendRaw(e,t,i,a)})}_sendRaw(n){return c(this,arguments,function*(e,t={},i=!0,a=0){let s=l=>{var u;if(this._isDataChannelCommand(e))this.datachannelCommandsQueue.push(l),((u=this.producerCommandDataChannel)==null?void 0:u.readyState)===an&&this._handleCommandsQueue(this.datachannelCommandsQueue);else{if(!this.socket){C.log(P.SOCKET_ACTION,"not_opened"),d.warn("[signaling] socket is not opened"),l.reject(new Error(`Socket not opened [${e}]`),!0);return}this.socket.readyState>WebSocket.OPEN&&(C.log(P.SOCKET_ACTION,"invalid_state"),d.warn(`[signaling] socket is not opened, state ${this.socket.readyState}`)),this.websocketCommandsQueue.push(l),this.socket&&this.socket.readyState===WebSocket.OPEN&&this._handleCommandsQueue(this.websocketCommandsQueue)}};return new Promise((l,u)=>{let m=(v,I=!1)=>{!a||I?u(v):(d.debug("[signaling] resending a signaling message",e,h.sequence),a--,s(h))},h={sequence:this.sequence++,name:e,params:t,responseTimer:0,needResponse:i,resolve:l,reject:m};s(h)})})}_isDataChannelCommand(e){return this.producerCommandDataChannelEnabled?e===L.UPDATE_DISPLAY_LAYOUT||e===L.REPORT_PERF_STAT||e===L.REPORT_SHARING_STAT||e===L.REQUEST_ASR||e===L.ENABLE_VIDEO_SUSPEND||e===L.ENABLE_VIDEO_SUSPEND_SUGGEST||e===L.REPORT_NETWORK_STAT||e===L.CHANGE_SIMULCAST:!1}getNextCommandSequenceNumber(){return this.sequence}hangup(e){return c(this,null,function*(){return this._send(L.HANGUP,{reason:e}).catch(()=>{})})}sendCandidate(e,t){return c(this,null,function*(){return this._send(L.TRANSMIT_DATA,{participantId:e,data:{candidate:t}},!1)})}requestTestMode(e,t){return c(this,null,function*(){return this._send(L.REQUEST_TEST_MODE,{consumer:e,producer:t})})}sendSdp(e,t,i){return c(this,null,function*(){let a=Object.assign({sdp:t},i);return this._send(L.TRANSMIT_DATA,{participantId:e,data:a})})}acceptCall(e){return c(this,null,function*(){return this._send(L.ACCEPT_CALL,{mediaSettings:e})})}changeMediaSettings(e){return c(this,null,function*(){return this._send(L.CHANGE_MEDIA_SETTINGS,{mediaSettings:e},!0,rs)})}changeParticipantState(e,t){return c(this,null,function*(){let i={participantState:{state:e}};return t&&(i.participantId=t),this._sendRaw(L.CHANGE_PARTICIPANT_STATE,i)})}putHandsDown(){return c(this,null,function*(){return this._send(L.PUT_HANDS_DOWN)})}addParticipant(e,t){return c(this,null,function*(){return this._send(L.ADD_PARTICIPANT,ue({participantIds:e},t))})}removeParticipant(e,t=!1){return c(this,null,function*(){return this._send(L.REMOVE_PARTICIPANT,{participantId:e,ban:t})})}allocateConsumer(e,t){return c(this,null,function*(){let i={capabilities:t};return e&&(i.description=e.sdp),this._send(L.ALLOCATE_CONSUMER,i)})}acceptProducer(e,t){return c(this,null,function*(){let i={description:e.sdp};return t&&(i.ssrcs=t),this._send(L.ACCEPT_PRODUCER,i)})}changePriorities(e){return c(this,null,function*(){return this._send(L.CHANGE_STREAM_PRIORITIES,{typedPriorities:e}).catch(()=>{})})}updateDisplayLayout(e){return c(this,null,function*(){return this._send(L.UPDATE_DISPLAY_LAYOUT,e)})}addMovie(e){return c(this,null,function*(){return this._send(L.ADD_MOVIE,e)})}updateMovie(e){return c(this,null,function*(){return this._send(L.UPDATE_MOVIE,e)})}removeMovie(e){return c(this,null,function*(){return this._send(L.REMOVE_MOVIE,e)})}startUrlSharing(e){return this._send(L.START_URL_SHARING,{sharedUrl:e})}stopUrlSharing(){return this._send(L.STOP_URL_SHARING)}updateRooms(e,t){return c(this,null,function*(){return this._send(L.UPDATE_ROOMS,{rooms:e,assignRandomly:t})})}activateRooms(e,t){return c(this,null,function*(){return this._send(L.ACTIVATE_ROOMS,{roomIds:e,deactivate:t})})}switchRoom(e,t){return c(this,null,function*(){return this._sendRaw(L.SWITCH_ROOM,{toRoomId:e,participantId:t})})}getRooms(e){return c(this,null,function*(){return this._sendRaw(L.GET_ROOMS,{withParticipants:e})})}removeRooms(e){return c(this,null,function*(){return this._send(L.REMOVE_ROOMS,{roomIds:e})})}startStream(e){return c(this,null,function*(){return this._send(L.RECORD_START,e)})}stopStream(){return c(this,arguments,function*(e={roomId:null}){return this._send(L.RECORD_STOP,e)})}publishStream(){return c(this,arguments,function*(e={roomId:null}){return this._send(L.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(L.RECORD_SET_CONF,t)})}getRecordStatus(){return c(this,null,function*(){return this._send(L.RECORD_GET_STATUS)})}switchTopology(e,t=!1){return c(this,null,function*(){return this._send(L.SWITCH_TOPOLOGY,{topology:e,force:t})})}requestRealloc(){return c(this,null,function*(){return this._send(L.REQUEST_REALLOC)})}reportPerfStat(e){return c(this,null,function*(){return this._send(L.REPORT_PERF_STAT,e)})}reportSharingStat(e){return c(this,null,function*(){return this._send(L.REPORT_SHARING_STAT,e,!1)})}reportNetworkStat(e){return c(this,null,function*(){return this._send(L.REPORT_NETWORK_STAT,e,!1)})}chatMessage(e,t=null){return c(this,null,function*(){return this._send(L.CHAT_MESSAGE,{message:e,participantId:t})})}chatHistory(e){return c(this,null,function*(){return this._send(L.CHAT_HISTORY,{count:e})})}customData(e,t){return c(this,null,function*(){return this._send(L.CUSTOM_DATA,{data:e,participantId:t})})}grantRoles(e,t,i){return c(this,null,function*(){let a={participantId:e,roles:t};return i&&(a.revoke=!0),this._sendRaw(L.GRANT_ROLES,a)})}muteParticipant(e,t,i,a=null){return c(this,null,function*(){return this._sendRaw(L.MUTE_PARTICIPANT,{participantId:e,muteStates:t,requestedMedia:i,roomId:a})})}enableFeatureForRoles(e,t){return c(this,null,function*(){return this._sendRaw(L.ENABLE_FEATURE_FOR_ROLES,{feature:e,roles:t})})}pinParticipant(e,t,i){return c(this,null,function*(){let a={participantId:e,roomId:i};return t&&(a.unpin=!0),this._sendRaw(L.PIN_PARTICIPANT,a)})}updateMediaModifiers(e){return c(this,null,function*(){return this._send(L.UPDATE_MEDIA_MODIFIERS,{mediaModifiers:e})})}enableVideoSuspend(e){return c(this,null,function*(){return this._send(L.ENABLE_VIDEO_SUSPEND,{enabled:e},!1)})}enableVideoSuspendSuggest(e){return c(this,null,function*(){return this._send(L.ENABLE_VIDEO_SUSPEND_SUGGEST,{enabled:e},!1)})}changeSimulcast(e){return c(this,null,function*(){return this._send(L.CHANGE_SIMULCAST,e,!1)})}changeOptions(e){return c(this,null,function*(){return this._send(L.CHANGE_OPTIONS,{options:e})})}getWaitingHall(e=null,t,i=!1){return c(this,null,function*(){let a={};return e&&(a.fromId=e),t&&(a.count=t),i&&(a.backward=i),this._send(L.GET_WAITING_HALL,a)})}promoteParticipant(e,t=!1){return c(this,null,function*(){let i={};return e&&(i.participantId=e),t&&(i.demote=t),this._sendRaw(L.PROMOTE_PARTICIPANT,i)})}requestPromotion(e=!1){return c(this,null,function*(){let t={};return e&&(t.unrequest=e),this._send(L.REQUEST_PROMOTION,t)})}acceptPromotion(e=!1){return c(this,null,function*(){let t={};return e&&(t.reject=e),this._send(L.ACCEPT_PROMOTION,t)})}feedback(e){return c(this,null,function*(){return this._sendRaw(L.FEEDBACK,{key:e})})}getHandQueue(){return c(this,null,function*(){return this._send(L.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(L.GET_PARTICIPANT_LIST_CHUNK,e)})}getParticipants(e){return c(this,null,function*(){return this._send(L.GET_PARTICIPANTS,{externalIds:e})})}getPeerId(){return this.peerId}startAsr(e){return c(this,null,function*(){return this._send(L.ASR_START,e)})}stopAsr(e){return c(this,null,function*(){return this._send(L.ASR_STOP,e)})}requestAsr(e){return c(this,null,function*(){return this._send(L.REQUEST_ASR,{request:e},!1)})}_connect(e){if(this.socket&&this.socket.readyState<WebSocket.CLOSING)return;let t="";e&&(t+=`&tgt=${e}`),e===ot.RETRY&&this.lastStamp&&(t+=`&recoverTs=${this.lastStamp}`),t=i(t),d.debug("[signaling] connecting to "+this.endpoint+this.postfix+t),this.socket=new WebSocket(this.endpoint+this.postfix+t),this.socket.onopen=this._onOpen.bind(this),this.socket.onmessage=this._onMessage.bind(this),this.socket.onerror=this._onError.bind(this),this.socket.onclose=this._onClose.bind(this),this._startDoctor();function i(a){if(!p.useParticipantListChunk)return a;let n=p.participantListChunkInitIndex;a+=`&partIdx=${n}`;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"),C.log(P.SOCKET_ACTION,"opened"),this._waitConnectionMessage(),this._startDoctor()}_onMessage(e){if(this._startDoctor(),e.data==="ping"){E.onSignalingMessage(e.data),this.socket&&this.socket.readyState===WebSocket.OPEN&&this.socket.send("pong");return}try{let t=JSON.parse(e.data);E.onSignalingMessage(t),this._handleMessage(t)}catch(t){C.log(P.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(Me.RECONNECT,e),e.conversation.topology&&this._triggerEvent(Me.NOTIFICATION,{type:"notification",notification:U.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(Me.NOTIFICATION,e);break;case"response":this._handleCommandResponse(!0,e);break;case"error":this._handleErrorMessage(e);break;default:C.log(P.SOCKET_ACTION,"unknown_message"),d.warn("[signaling] unhandled message",e)}this.lastStamp=e.stamp||this.lastStamp}_handleErrorMessage(e){var i;C.log(P.SOCKET_ACTION,`error-${e.error}`);let t=e.error?as.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 $(e.reason||se.SIGNALING_FAILED,{message:`Conversation ended: ${e.error}`,remote:!0})):this._triggerEvent(Me.NOTIFICATION,{notification:U.CLOSED_CONVERSATION,reason:e.reason});break;case"participant-not-found":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 $(e.reason||se.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(Me.FAILED,e)}_onError(e){C.log(P.SOCKET_ACTION,"error"),d.error("[signaling] signaling error",e)}_onClose(e){C.log(P.SOCKET_ACTION,"closed"),d.debug("[signaling] connection closed",{code:e.code,reason:e.reason}),this.connected=!1,this._stopDoctor(),this.socket&&this.reconnectCount++<et.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(et.RECONNECT_MAX_DELAY,et.RECONNECT_DELAY*Math.pow(2,this.reconnectCount-1));d.log(`[signaling] reconnect websocket after ${e}ms (${this.reconnectCount})`),C.log(P.SOCKET_ACTION,"reconnect"),this.reconnectTimer=window.setTimeout(this._connect.bind(this,ot.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],C.log(P.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],C.log(P.SOCKET_ACTION,"response-timeout"),i.reject(new Error(t.error||`Response timeout [${i.name}]`))):i.responseTimer=window.setTimeout(()=>this._handleCommandResponse(e,t),et.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}this._startResponseTimer(a);let n=this._serializeBinary(a);n!==null&&this.producerCommandDataChannel.send(n)}else{if(!this.socket||this.socket.readyState!==WebSocket.OPEN){a.reject(new Error("Invalid state or socket already closed"));continue}this._startResponseTimer(a),this.socket.send(this._serializeJson(a))}}}_startResponseTimer(e){if(!e.needResponse){e.resolve({type:"response",sequence:e.sequence,response:e.name});return}e.responseTimer=window.setTimeout(()=>this._handleCommandResponse(!1,{response:e.name,sequence:e.sequence,type:"timeout"}),et.WAIT_RESPONSE_DELAY),this.responseHandlers[e.sequence]=e}_serializeBinary(e){switch(e.name){case L.UPDATE_DISPLAY_LAYOUT:return this.producerCommandSerializationService.serializeUpdateDisplayLayout(e.sequence,e.params);case L.REPORT_PERF_STAT:return this.producerCommandSerializationService.serializePerfStatReport(e.sequence,e.params);case L.REPORT_SHARING_STAT:return this.producerCommandSerializationService.serializeSharingStatReport(e.sequence,e.params);case L.REQUEST_ASR:return this.producerCommandSerializationService.serializeRequestAsr(e.sequence,e.params);case L.REPORT_NETWORK_STAT:return this.producerCommandSerializationService.serializeNetworkStatReport(e.sequence,e.params);case L.ENABLE_VIDEO_SUSPEND:return this.producerCommandSerializationService.serializeEnableVideoSuspend(e.sequence,e.params);case L.ENABLE_VIDEO_SUSPEND_SUGGEST:return this.producerCommandSerializationService.serializeEnableVideoSuspendSuggest(e.sequence,e.params);case L.CHANGE_SIMULCAST:return this.producerCommandSerializationService.serializeChangeSimulcast(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===L.UPDATE_DISPLAY_LAYOUT?t=this._convertDisplayLayout(e.params):t=e.params;let i=Object.assign({command:e.name,sequence:e.sequence},t);return JSON.stringify(i)}_convertDisplayLayout(e){let t=e,i={};for(let a in t)t.hasOwnProperty(a)&&(i[a]=qa(t[a]));return{layouts:i}}_waitConnectionMessage(){this.connectionMessageWaitTimer=window.setTimeout(()=>{this.conversationReject&&this.conversationReject(new $(se.SIGNALING_FAILED,{message:"Unable to connect to the signaling: connection timeout",remote:!0}))},et.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(ot.RETRY)},et.WAIT_MESSAGE_DELAY)}_stopDoctor(){window.clearTimeout(this.doctorTimer),this.doctorTimer=0}},Ve=et;Ve.RECONNECT_DELAY=p.signalingReconnectDelay,Ve.RECONNECT_MAX_DELAY=p.signalingReconnectMaxDelay,Ve.RECONNECT_MAX_COUNT=p.signalingReconnectMaxCount,Ve.WAIT_CONNECTION_DELAY=p.waitConnectionDelay,Ve.WAIT_RESPONSE_DELAY=p.waitResponseDelay,Ve.WAIT_MESSAGE_DELAY=p.waitMessageDelay;var on=(t=>(t.INCOMING="INCOMING",t.OUTGOING="OUTGOING",t.JOINING="JOINING",t))(on||{}),_t=on;var sn=(t=>(t.USER="USER",t.GROUP="GROUP",t.CHAT="CHAT",t))(sn||{}),st=sn;var cn=(e=>(e.ATTENDEE="ATTENDEE",e.HAND_UP="HAND_UP",e))(cn||{}),Yr=cn;var dn=(t=>(t.ADD_PARTICIPANT="ADD_PARTICIPANT",t.RECORD="RECORD",t.MOVIE_SHARE="MOVIE_SHARE",t))(dn||{}),Qr=dn;var ln=(n=>(n.REQUIRE_AUTH_TO_JOIN="REQUIRE_AUTH_TO_JOIN",n.AUDIENCE_MODE="AUDIENCE_MODE",n.WAITING_HALL="WAITING_HALL",n.ASR="ASR",n.FEEDBACK="FEEDBACK",n.RECURRING="RECURRING",n))(ln||{}),Zt=ln;function pn(o,r){if(o.length!==r.length)return!1;for(let e of o)if(!r.includes(e))return!1;return!0}function un(o,r){let e=new Set(o);for(let[t,i]of Object.entries(r))i?e.add(t):e.delete(t);return Array.from(e)}var mn=(t=>(t.UNMUTE="UNMUTE",t.MUTE="MUTE",t.MUTE_PERMANENT="MUTE_PERMANENT",t))(mn||{}),Fe=mn;var hn=(i=>(i.CALLED="CALLED",i.ACCEPTED="ACCEPTED",i.REJECTED="REJECTED",i.HUNGUP="HUNGUP",i))(hn||{}),Z=hn;var _n=(i=>(i.UPDATE="UPDATE",i.REMOVE="REMOVE",i.ACTIVATE="ACTIVATE",i.TIMEOUT="TIMEOUT",i))(_n||{}),Ri=_n;var gn=(e=>(e.AUDIO_MIX="audio-mix",e.PARTICIPANT_AGNOSTIC_TRACK_PREFIX="pat",e))(gn||{}),$e=gn;var fn=(e=>(e.NO_AVAILABLE_TRACKS="no-available-tracks",e.UNKNOWN_ERROR="unknown-error",e))(fn||{}),Sn=fn;function vn(o){switch(o){case 1:return"no-available-tracks";default:return"unknown-error"}}var In=(e=>(e.CREATOR="CREATOR",e.ADMIN="ADMIN",e))(In||{}),gt=In;function Ti(o,r){if(o.length!==r.length)return!1;for(let e of o)if(!r.includes(e))return!1;return!0}var Xr=(t=>(t.USER="USER",t.ANONYM="ANONYM",t.GROUP="GROUP",t))(Xr||{}),Q;(u=>{function o(m){return m.length?typeof m[0]=="object"?m:m.map(h=>r(h)):[]}u.fromIds=o;function r(m,h="USER",v=0){return{id:m,type:h,deviceIdx:v}}u.fromId=r;function e(m,h=!0){var A;let v=h?m.decorativeExternalUserId:m.externalId,I=(A=m.deviceIdx)!=null?A:0;if(v)return t(v,I)}u.fromSignalingParticipant=e;function t(m,h=0){return{id:m.id,type:m.type==="ANONYM"?"ANONYM":"USER",deviceIdx:h}}u.fromSignaling=t;function i(m){let h=m.deviceIdx||0;return`{"id":"${m.id}","type":"${m.type}","deviceIdx":${h}}`}u.toString=i;function a(m,h="USER",v=0){return i(r(m,h,v))}u.fromIdToString=a;function n(m){try{return JSON.parse(m)}catch(h){throw new Error(`Failed to parse ExternalId from string '${m}'`)}}u.fromString=n;function s(m,h){return m.id===h.id&&m.type===h.type&&m.deviceIdx===h.deviceIdx}u.compare=s;function l(m){return(m==null?void 0:m.deviceIdx)||0}u.getDeviceIdx=l})(Q||(Q={}));var{isObject:En,isObjectsEquals:ns}=R;function Zr(o,r){return o===null||r===null?o===null&&r===null:o.maxDimension!==r.maxDimension||o.maxBitrateK!==r.maxBitrateK||o.maxFramerate!==r.maxFramerate||o.degradationPreference!==r.degradationPreference||o.scalabilityMode!==r.scalabilityMode||En(o.bitrates)&&En(r.bitrates)&&!ns(o.bitrates,r.bitrates,!0)?!1:o.bitrates===r.bitrates}function pr(o,r){return!(!Zr(o.camera,r.camera)||!Zr(o.screenSharing,r.screenSharing))}function ea(o,r){return{camera:Object.assign({},o.camera,r.camera),screenSharing:Object.assign({},o.screenSharing,r.screenSharing)}}function Rn(o){try{return btoa(JSON.stringify(o))}catch(r){d.warn("WaitingParticipant: failed convert to string",o,r)}return null}function Tn(o){try{return JSON.parse(atob(o))}catch(r){d.warn("WaitingParticipant: failed convert from string",o,r)}return null}var ur=(o,r)=>R.objectReduce(o,(e,t,i)=>(t===r&&e.push(i),e),[]);function Cn(o){var r;if((r=o.conversation)!=null&&r.muteStates)return o.conversation.muteStates;if(o.muteState&&o.muteOptions)return o.muteOptions.reduce((e,t)=>(e[t]=o.muteState,e),{})}function os(o,r){switch(o){case le.AUDIO:return!!r.isAudioEnabled;case le.AUDIO_SHARING:return!!r.isAudioSharingEnabled;case le.VIDEO:return!!r.isVideoEnabled;case le.SCREEN_SHARING:return!!r.isFastScreenSharingEnabled||!!r.isScreenSharingEnabled;default:return!1}}function Pn(o,r){return R.objectReduce(o,(e,t,i)=>{switch(t){case Fe.MUTE:case Fe.MUTE_PERMANENT:{os(i,r)||(e[i]=t);break}default:e[i]=t;break}return e},{})}function yn(o){let{muteStates:r={},mediaSettings:e}=o;return Pn(r,e)}function bn(o,r){let e=o.conversation.participants.find(i=>R.comparePeerId(i.peerId,o.peerId));if(!e)return r;let{mediaSettings:t}=e;return Pn(r,t)}var ei=class{constructor(r){this._fixNoPacketsApplied=!1;this._fixNoPacketsChecked=!1;this._fixTooManyPacketsApplied=!1;this._fixTooManyPacketsSucceeded=!1;this._fixTooManyPacketsFailed=!1;this._toggleAudioPromise=null;this._fixNoPacketsAppliedVideo=!1;this._mediaSource=r}_fixAudioDeviceNoPackets(r){if(!(this._fixNoPacketsApplied&&this._fixNoPacketsChecked)){if(this._fixNoPacketsApplied&&!this._fixNoPacketsChecked){this._fixNoPacketsChecked=!0,C.log(P.ERROR,`audio_device_recover_${r.bandwidth?"success":"fail"}`);return}!this._fixNoPacketsApplied&&!r.bandwidth&&(this._fixNoPacketsApplied=!0,C.log(P.ERROR,"audio_device_recover"),d.log("[AudioFix] Trying to fix RV (no packets)"),this._toggleAudioPromise=this._mediaSource.toggleAudio(M.getMicrophonePermissionState()!=="denied"))}}_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"),C.log(P.ERROR,"audio_device_recover_rv_fail"),this._fixTooManyPacketsFailed=!0):t-this._fixTooManyPacketsTime>6e4&&(d.log("[AudioFix] Fixed RV"),C.log(P.ERROR,"audio_device_recover_rv_success"),this._fixTooManyPacketsSucceeded=!0):i>e&&(this._fixTooManyPacketsApplied=!0,C.log(P.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))}fixVideo(r){if(!this._mediaSource||this._fixNoPacketsAppliedVideo||!this._toggleAudioPromise)return;let e=r.find(t=>t.kind==="video");e&&!e.bandwidth&&(this._fixNoPacketsAppliedVideo=!0,this._toggleAudioPromise.then(()=>{this._mediaSource.getMediaSettings().isVideoEnabled&&this._mediaSource.toggleVideo(!0)}))}};var Ci=class{constructor(r){this._output=null;this._volume=1;this._features={setSinkId:!!Audio.prototype.setSinkId};this._statFirstMediaReceived=r}add(r){this.destroy(),this._output={},this._output.audioTrack=r,this._initAudioElement()}remove(r){!this._output||this._output.audioTrack!==r||this.destroy()}get volume(){return this._volume}set volume(r){this._volume=Math.max(0,Math.min(1,r)),this._output&&this._output.audioElement&&(this._output.audioElement.volume=this._volume)}_initAudioElement(){var n;if(p.muteMode||!((n=this._output)!=null&&n.audioTrack))return;let r=M.browserName()!=="Safari"||M.isMobile(),e=document.createElement(r?"audio":"video");e.muted=!1,e.volume=this._volume,e.preload="auto";let t=()=>{d.warn("[audio] Error on play audio"),E.onAutoplayError()},i=s=>{e.srcObject=new MediaStream([s]),e.load();let l=e.play();l&&l.catch(t)},a=()=>{var l;d.debug("[audio] Recover audio playback");let s=(l=this._output)==null?void 0:l.audioTrack;s?i(s):d.warn("[audio] Broken audio track")};e.onpause=a,e.onstalled=a,e.onerror=a,e.onloadeddata=()=>{this._statFirstMediaReceived.measure()},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))return;let i=M.getSavedOutput();i&&(yield(t=(e=this._output.audioElement).setSinkId)==null?void 0:t.call(e,i.deviceId))}catch(i){throw C.log(P.ERROR,"change_output"),d.error("[audio] Output change failed",i),i}})}};var ss=90,cs=3,Pi=class extends oe{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}),E.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>ss?d.warn(`High memory usage: ${t}% (${i} MiB)`):(!this._lastMemoryStat.percent||Math.abs(t-this._lastMemoryStat.percent)>=cs)&&(d.debug(`Memory usage: ${t}% (${i} MiB)`),this._lastMemoryStat.percent=t,this._lastMemoryStat.bytes=e.usedJSHeapSize)}};var ds=44100,Ot=class{constructor(r,e){this._analyser=null;this._gainNode=null;this._fftBins=null;this._mediaStreamSource=null;this._lastSmoothedLevel=0;this._trackId=r,this._track=e,this._stream=new MediaStream([e]);try{let t=M.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(this._stream),this._mediaStreamSource.connect(this._analyser)}catch(t){}}get track(){return this._track}get trackId(){return this._trackId}_getBins(){if(!this._fftBins||!this._analyser)return new Uint8Array;this._analyser.getByteFrequencyData(this._fftBins);let r=ds/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,n)=>a+n,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),this._stream.removeTrack(this._track)}};var yi=class extends oe{constructor(e){super();this._detector=null;this._interval=null;let t=()=>{this._detector&&E.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"&&e.getMediaSettings().isAudioEnabled&&i()}),this.subscribe(e,"SOURCE_READY",i),i()}init(e){this._stopDetector(),this._detector=new Ot("local",e.clone())}_stopDetector(){this._detector&&(this._detector.track.stop(),this._detector.destroy(),this._detector=null)}destroy(){this.unsubscribe(),this._interval&&(window.clearTimeout(this._interval),this._interval=null),this._stopDetector()}};var Mn=(n=>(n.producerNotification="producerNotification",n.producerCommand="producerCommand",n.consumerScreenShare="consumerScreenShare",n.producerScreenShare="producerScreenShare",n.asr="asr",n.animoji="animoji",n))(Mn||{}),ct=Mn;var xt=class extends oe{constructor(e,t){super();this._state="IDLE";this._pc=null;this._signaling=e,this._mediaSource=t}getState(){return this._state||"IDLE"}};var An="videochat-epi",ls=5e3,ps=500,ft=class extends oe{constructor(e,t,i=!1){super();this._previousPerfStatReportTimestamp=0;this._previousNetworkStatReportTimestamp=Date.now();this._previousCallStatReportTimestamp=Date.now();this._previousCallStatReport=null;this._screenShareStats=[];this._handleScreenSharingStat=e=>{this._screenShareStats.push(e)};this._handleTransportStateChanged=e=>{(this._directTopology&&e==="CONNECTED"||!this._directTopology&&e==="OPENED")&&(this._previousNetworkStatReportTimestamp=Date.now(),this._previousCallStatReportTimestamp=Date.now())};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)),this.subscribe(e,"STATE_CHANGED",this._handleTransportStateChanged.bind(this))}destroy(){this.unsubscribe()}static getEstimatedPerformanceIndex(){try{let e=parseInt(localStorage.getItem(An)||"",10);return isNaN(e)?0:e}catch(e){return 0}}_handleStats(e){return c(this,null,function*(){var a;if(!e.inbound||!e.inbound.rtps)return;let t=Date.now();!this._directTopology&&p.perfStatReportEnabled&&this._previousPerfStatReportTimestamp+ls<=t&&(yield this.reportPerfStats(e),this._previousPerfStatReportTimestamp=t);let i=((a=e.outbound.transport.local)==null?void 0:a.protocol)==="tcp";!this._directTopology&&i&&this._previousNetworkStatReportTimestamp+ps<=t&&(yield this.reportNetworkStats(e),this._previousNetworkStatReportTimestamp=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(An,i.estimatedPerformanceIndex)}catch(i){}})}reportNetworkStats(e){return c(this,null,function*(){let t={timestamp:e.outbound.transport.timestamp,sendBitrate:e.outbound.rtps.reduce((i,a)=>{var n;return i+((n=a.bandwidth)!=null?n:0)*8},0)};if(t.timestamp)try{yield this._signaling.reportNetworkStat(t)}catch(i){}})}_reportCallStats(e){var u,m,h,v;let t={call_topology:this._directTopology?"D":"S",stat_time_delta:0,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,packets_lost_video:0,packets_sent_video:0,packets_lost_audio:0,packets_sent_audio: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:kn(e.inbound.transport.local),local_connection_type:(u=e.inbound.transport.local)==null?void 0:u.type,network_type:(m=e.inbound.transport.local)==null?void 0:m.networkType,transport:(h=e.inbound.transport.local)==null?void 0:h.protocol,remote_address:kn(e.inbound.transport.remote),remote_connection_type:(v=e.inbound.transport.remote)==null?void 0:v.type};this._previousCallStatReport||(this._previousCallStatReport=Object.assign({},t));let i=!1,a=!1;for(e.inbound.rtps.reduce((I,A)=>(A.kind==="video"?(i=!0,A.framesReceived&&(I.jitter_video=I.jitter_video*I.inbound_video_count/(I.inbound_video_count+1)+A.jitter*1e3/(I.inbound_video_count+1),I.interframe_delay_variance=I.interframe_delay_variance*I.inbound_video_count/(I.inbound_video_count+1)+(A.interframeDelayVariance||0)*1e6/(I.inbound_video_count+1),I.inbound_video_count++),I.frames_dropped+=A.framesDropped||0,I.nack_sent+=A.nackCount,I.pli_sent+=A.pliCount,I.fir_sent+=A.firCount,I.freeze_count+=A.freezeCountDelta||0,I.total_freezes_duration+=A.totalFreezesDurationDelta||0):(a=!0,A.totalSamplesReceived&&(I.jitter_audio=I.jitter_audio*I.inbound_audio_count/(I.inbound_audio_count+1)+A.jitter*1e3/(I.inbound_audio_count+1),I.total_audio_energy=I.total_audio_energy*I.inbound_audio_count/(I.inbound_audio_count+1)+(A.totalAudioEnergy||0)/(I.inbound_audio_count+1),I.inbound_audio_count++),I.total_audio_samples_received+=A.totalSamplesReceived||0,I.inserted_audio_samples_for_deceleration+=A.insertedSamplesForDeceleration||0,I.removed_audio_samples_for_acceleration+=A.removedSamplesForAcceleration||0,I.concealed_audio_samples+=A.concealedSamples||0,I.silent_concealed_audio_samples+=A.silentConcealedSamples||0,I.audio_concealment_events+=A.concealmentEvents||0),I),t),e.outbound.rtps.reduce((I,A)=>(A.kind==="video"?(I.nack_received+=A.nackCount,I.pli_received+=A.pliCount,I.fir_received+=A.firCount,I.packets_sent_video+=A.packetsSent):I.packets_sent_audio+=A.packetsSent,I),t),e.remoteInbound.rtps.reduce((I,A)=>(A.kind==="video"?I.packets_lost_video+=A.packetsLost:I.packets_lost_audio+=A.packetsLost,I),t);this._screenShareStats.length;){let I=this._screenShareStats.pop();I!=null&&I.freeze_duration&&(t.ss_freeze_count+=1,t.ss_total_freezes_duration+=I.freeze_duration)}let n={call_topology:t.call_topology,stat_time_delta:Math.max(0,Date.now()-this._previousCallStatReportTimestamp),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:Math.max(0,t.rtt)};if(navigator.hardwareConcurrency&&(n.hardware_concurrency=navigator.hardwareConcurrency),i&&!hr(t.jitter_video)&&(n.jitter_video=Math.round(t.jitter_video)),a&&!hr(t.jitter_audio)&&(n.jitter_audio=Math.round(t.jitter_audio)),i&&!hr(t.interframe_delay_variance)&&(n.interframe_delay_variance=t.interframe_delay_variance),t.freeze_count&&t.total_freezes_duration&&(n.freeze_count=t.freeze_count,n.total_freezes_duration=Math.round(t.total_freezes_duration*1e3)),t.ss_freeze_count&&t.ss_total_freezes_duration&&(n.ss_freeze_count=t.ss_freeze_count,n.ss_total_freezes_duration=t.ss_total_freezes_duration),a&&!hr(t.total_audio_samples_received)){let I=Math.max(0,t.total_audio_samples_received-this._previousCallStatReport.total_audio_samples_received),A=Math.max(0,t.inserted_audio_samples_for_deceleration-this._previousCallStatReport.inserted_audio_samples_for_deceleration),F=Math.max(0,t.removed_audio_samples_for_acceleration-this._previousCallStatReport.removed_audio_samples_for_acceleration),O=Math.max(0,t.concealed_audio_samples-this._previousCallStatReport.concealed_audio_samples),K=Math.max(0,t.silent_concealed_audio_samples-this._previousCallStatReport.silent_concealed_audio_samples),q=Math.max(0,t.audio_concealment_events-this._previousCallStatReport.audio_concealment_events);n.inserted_audio_samples_for_deceleration=Lt(A/I*1e3),n.removed_audio_samples_for_acceleration=Lt(F/I*1e3),n.concealed_audio_samples=Lt(O/I*1e3),n.concealed_silent_audio_samples=Lt(K/I*1e3),n.concealment_audio_avg_size=Lt(O/q),n.total_audio_energy=t.total_audio_energy}Dn(t,"local_address","local_connection_type","network_type","transport")&&(n.local_address=t.local_address,n.local_connection_type=t.local_connection_type,n.network_type=t.network_type,n.transport=t.transport),Dn(t,"remote_address","remote_connection_type")&&(n.remote_address=t.remote_address,n.remote_connection_type=t.remote_connection_type);let s=Math.max(0,t.packets_sent_video-this._previousCallStatReport.packets_sent_video),l=Math.max(0,t.packets_sent_audio-this._previousCallStatReport.packets_sent_audio);if(s>0){let I=Math.max(0,t.packets_lost_video-this._previousCallStatReport.packets_lost_video);n.video_loss=Lt(I/s*100)}if(l>0){let I=Math.max(0,t.packets_lost_audio-this._previousCallStatReport.packets_lost_audio);n.audio_loss=Lt(I/l*100)}Ae.logCallStat(n),p.enableLogPerfStatReport&&d.log("Sent call stats",n),this._previousCallStatReport=t}};function Dn(o,...r){for(let e of r)if(!o.hasOwnProperty(e)||o[e]===void 0)return!1;return!0}function kn(o,r=!1){if(o!=null&&o.address)return o.address+(r?`:${o.port}`:"")}function hr(o){return o===void 0}function Lt(o){return Number.isNaN(o)?0:o}var Mi=class{constructor(r,e=null){this.value=NaN;this.weightUp=r,this.weightDown=e!=null?e:r}set(r){this.value=r}update(r){return this.value=this.getNext(r),this.value}getNext(r){if(isNaN(this.value))return r;let e=r<this.value?this.weightDown:this.weightUp;return this.value*(1-e)+r*e}getValue(){return this.value}};var wn=.25,On=.35,us=85,ms=.1,hs=1.5,_s=.1,gs=1,fs=.6,Ss=.3;var Ai=class extends oe{constructor(e){super();this._networkLimits={badNet:{loss:3,rtt:1e3},goodNet:{loss:.5,rtt:600}};this._lastStatSentTimestamp=0;this._currentState="good";this._signaling=e,this._localNetworkStat={rtt:new Mi(wn,wn),loss:new Mi(On,On),bitrate:0},this._remoteNetworkStat={rtt:0,loss:0,bitrate:0},this._lastNetworkStat={rtt:0,loss:0,date:0}}_calcRttRating(e){let t=typeof e=="number"?e:e.getValue(),i=1;if(isNaN(t))return i;let a=Math.round((t-this._networkLimits.goodNet.rtt)/us);for(let n=0;n<a;n++)i*=1-ms;return i}_calcLossRating(e){let t=typeof e=="number"?e:e.getValue(),i=1;if(isNaN(t))return i;let a=Math.round((t-this._networkLimits.goodNet.loss)/hs);for(let n=0;n<a;n++)i*=1-_s;return i}_calcBitrateRating(e,t){if(!e||!t)return 1;let a=1-(1-Math.min(e,t)/Math.max(e,t))*gs;return Math.min(a,1)}_calcUDPRating({rtt:e,loss:t}){return this._calcRttRating(e)*this._calcLossRating(t)}_calcRating(e,t,i){return i?this._calcBitrateRating(e.bitrate,t.bitrate):this._calcUDPRating(e)*this._calcUDPRating(t)}_getNetworkState(e){return isNaN(e)||e>=fs?"good":e>=Ss?"medium":"bad"}updateSettings(e){Object.assign(this._networkLimits.badNet,(e==null?void 0:e.badNet)||{}),Object.assign(this._networkLimits.goodNet,(e==null?void 0:e.goodNet)||{})}reportLocal(e){var h;if(!this._signaling.ready)return;let t=((h=e.outbound.transport.local)==null?void 0:h.protocol)==="tcp",i=Math.max(0,Math.round(e.outbound.transport.currentRoundTripTime*1e3)||0),a=e.inbound.rtps.reduce((v,I)=>Math.max(v,I.packetLoss||0),0),n={rtt:this._localNetworkStat.rtt.update(i),loss:this._localNetworkStat.loss.update(a)};if(t){let v=e.outbound.rtps.reduce((I,A)=>{var F;return I+((F=A.bandwidth)!=null?F:0)*8},0);n.bitrate=v,this._localNetworkStat.bitrate=v}let s=Date.now(),l=this._calcRating(this._localNetworkStat,this._remoteNetworkStat,t),u=Math.max(Math.round(l*10)/10,.1),m=this._getNetworkState(u);(t||m!==this._currentState||s-this._lastStatSentTimestamp>p.networkStatisticsInterval)&&(this._lastStatSentTimestamp=s,this._signaling.customData({sdk:Object.assign({type:"bad-net"},n)},null).catch(v=>{d.warn("Unable to send [bad-net]",v)})),this._currentState=m,this._triggerEvent("NETWORK_STATUS",u)}reportRemote(e){let{rtt:t,loss:i,bitrate:a}=e||{};this._remoteNetworkStat.rtt=t||0,this._remoteNetworkStat.loss=i||0,this._remoteNetworkStat.bitrate=a||0}};var vs=30*1e3,dt=class extends xt{constructor(e,t,i,a,n){super(i,a);this._remoteSDP={};this._remoteCandidates={};this._lastRemoteSDP=null;this._animojiDataChannel=null;this._animojiReceiver=null;this._animojiSender=null;this._remoteAnimojiVersion=1;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._networkLimitsForVideo={bad:{loss:4,rtt:1e3},good:{loss:2,rtt:700}};this._videoMaxDimensionsForNet={worst:320,bad:640,good:1280};this._lastVideoMaxDimension=this._videoMaxDimensionsForNet.good;this._lastBadConnection=0;if(this._participantId=e,this._isMaster=t,this._serverSettings=n,this._perfStatReporter=new ft(this,i,!0),this._directStatReporter=new Ai(i),this.subscribe(this._signaling,Me.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._directStatReporter,"NETWORK_STATUS",this._onNetworkStatus.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,ct.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),this._applySettings()}catch(s){C.log(P.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),this._applySettings()}catch(i){C.log(P.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){pr(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._onNetworkStatus(1),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;switch(e.notification){case U.TRANSMITTED_DATA:this._handleTransmittedData(e);break;case U.SETTINGS_UPDATE:this._directStatReporter.updateSettings(e.settings);break;case U.CUSTOM_DATA:e.data.hasOwnProperty("sdk")&&this._directStatReporter.reportRemote((t=e.data)==null?void 0:t.sdk);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._remoteAnimojiVersion=t.animojiVersion||1,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 C.log(P.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*(){var i;if(this._isOpen&&(!this._remotePeerId||this._remotePeerId===e)&&this._pc){if(((i=this._lastRemoteSDP)==null?void 0:i.sdp)===t.sdp)return;this._lastRemoteSDP=t,t=dt._patchRemoteDescription(t),d.debug("Add remote description",{participantId:this._participantId,sdp:t}),this._calcFingerprint(t.sdp);try{yield this._pc.setRemoteDescription(t),yield this._setRemoteCandidates(e),this._processAnimojiProtocolVersion(this._remoteAnimojiVersion)}catch(a){throw C.log(P.ERROR,"setRemoteDescription-direct"),d.error("Unable to set remote description",a,{participantId:this._participantId,sdp:t}),a}}else this._remoteSDP[e]=t})}_processAnimojiProtocolVersion(e){var i,a;let t=Math.min(e,((i=p.vmojiOptions)==null?void 0:i.protocolVersion)||1);(a=this._animojiSender)==null||a.setProtocolVersion(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 t,i;d.debug(`DirectTransport: Signaling state changed to ${(t=this._pc)==null?void 0:t.signalingState}`,{participantId:this._participantId});let e={animojiVersion:p.vmojiOptions.protocolVersion||1};switch((i=this._pc)==null?void 0:i.signalingState){case"have-local-offer":let a=this._pc.localDescription;a?this._signaling.sendSdp(this._participantId,a,e).catch(this.close.bind(this)):this.close(new Error);break;case"have-remote-offer":this._createAnswer().then(n=>this._signaling.sendSdp(this._participantId,n,e)).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}),C.log(P.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(),R.getPeerConnectionHostInfo(this._pc).then(a=>{a!=null&&a.local&&(C.log(P.ICE_CONNECTION_TYPE,a.local.type),d.debug("Selected ICE candidates",a))}),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?(C.log(P.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}),C.log(P.ERROR,"iceRestart-direct"),this._requestTopologySwitch()},p.iceRestartWaitTime)}_createOffer(e){return c(this,null,function*(){var a,n;let t={iceRestart:e,offerToReceiveAudio:!0,offerToReceiveVideo:!0};d.debug("Create offer",{participantId:this._participantId,options:t});let i;try{i=yield(a=this._pc)==null?void 0:a.createOffer(t),d.debug("Created offer",{participantId:this._participantId,offer:i}),i=dt._patchLocalDescription(i)}catch(s){throw d.error("Unable to create offer",s,{participantId:this._participantId}),C.log(P.ERROR,"createOffer-direct"),s}try{return d.debug("Set local description",{participantId:this._participantId,offer:i}),this._calcFingerprint(i.sdp),yield(n=this._pc)==null?void 0:n.setLocalDescription(i),i}catch(s){throw d.error("Unable to set local description",s,{participantId:this._participantId}),C.log(P.ERROR,"setLocalDescription-direct"),s}})}_createAnswer(){return c(this,null,function*(){var t,i;d.debug("Create answer",{participantId:this._participantId});let e;try{e=yield(t=this._pc)==null?void 0:t.createAnswer(),d.debug("Created answer",{participantId:this._participantId,answer:e}),e=dt._patchLocalDescription(e)}catch(a){throw d.error("Unable to create answer",a,{participantId:this._participantId}),C.log(P.ERROR,"createAnswer-direct"),a}try{return d.debug("Set local description",{participantId:this._participantId,answer:e}),this._calcFingerprint(e.sdp),yield(i=this._pc)==null?void 0:i.setLocalDescription(e),e}catch(a){throw d.error("Unable to set local description",a,{participantId:this._participantId}),C.log(P.ERROR,"setLocalDescription-direct"),a}})}static _patchLocalDescription(e){let t=!!M.baseChromeVersion();return e.sdp=R.patchLocalSDP(e.sdp,p.preferH264&&M.canPreferH264(),M.isBrokenH264Decoder(),p.preferVP9,p.h264spsPpsIdrInKeyframe,t&&p.audioNack,p.p2pAudioRed),e}static _patchRemoteDescription(e){return e.sdp=R.patchRemoteSDP(e.sdp,!1,!1,!1,p.preferVP9,M.isBrokenVP9Encoder(),M.isBrokenVP9Decoder()),e}_onReplacedTrack(e){this._pc&&(this._pc.getSenders().forEach(t=>{t.track&&t.track.kind===e.kind&&t.track.contentHint===e.contentHint&&t.replaceTrack(e).catch(i=>{d.error("DirectTransport: Unable to replace track",i,{participantId:this._participantId}),C.log(P.ERROR,"replaceTrack-direct")})}),this._applySettings())}_startStatInterval(){if(this._statInterval)return;let e=()=>{if(this._isDeadConnection()){this._stopStatInterval();return}pi(this._pc,this._lastStat,void 0,!0).then(t=>{var a;this._lastStat=t;let i={inbound:{topology:"DIRECT",transport:t.transport,rtps:t.rtps.filter(n=>n.type==="inbound-rtp"?(n.userId=this._participantId,!0):!1)},outbound:{topology:"DIRECT",transport:t.transport,rtps:t.rtps.filter(n=>n.type==="outbound-rtp")},remoteInbound:{topology:"DIRECT",transport:t.transport,rtps:(a=t.remoteRtps)!=null?a:[]}};this._checkPPTNetwork(i),this._directStatReporter.reportLocal(i),this._triggerEvent("REMOTE_DATA_STATS",i),this._statInterval=window.setTimeout(e,p.statisticsInterval)})};this._statInterval=window.setTimeout(e,p.statisticsInterval)}_isSVCSupported(e,t){return c(this,null,function*(){let i=this._mediaSource.getSendVideoTrack(),a=e.outbound.rtps.find(l=>l.kind==="video");if(!(a!=null&&a.mimeType)||!(a!=null&&a.bandwidth)||!i)return!1;let n=i.getSettings();if(!n.width||!n.height||!n.frameRate)return!1;let s={type:M.browserName()==="Firefox"?"transmission":"webrtc",video:{contentType:a.mimeType,width:n.width,height:n.height,bitrate:a.bandwidth,framerate:n.frameRate,scalabilityMode:t}};try{return(yield navigator.mediaCapabilities.encodingInfo(s)).supported||!1}catch(l){return d.warn("Failed to get encodingInfo",s,l),!1}})}_checkPPTNetwork(e){return c(this,null,function*(){if(!p.switchVideoAtBadNetwork||!e.inbound.transport.averageNetStat)return;let{averageNetStat:t}=e.inbound.transport,i=t.currentRoundTripTime<=this._networkLimitsForVideo.good.rtt&&t.lostPercent<=this._networkLimitsForVideo.good.loss,a=t.currentRoundTripTime>=this._networkLimitsForVideo.bad.rtt||t.lostPercent>=this._networkLimitsForVideo.bad.loss,n=t.currentRoundTripTime<this._networkLimitsForVideo.bad.rtt,s=this._videoMaxDimensionsForNet.good,l="L1T1";if(a?(this._lastBadConnection=Date.now(),n?(s=this._videoMaxDimensionsForNet.bad,l="L1T2"):(s=this._videoMaxDimensionsForNet.worst,l="L1T3")):i&&(s=this._videoMaxDimensionsForNet.good,l="L1T1"),!(s<this._lastVideoMaxDimension||Date.now()-this._lastBadConnection>vs)||this._lastVideoMaxDimension===s)return;let m=this._serverSettings.camera;if(!m||!(yield this._isSVCSupported(e,l)))return;d.debug("Switch outbound video frame size and scalabilityMode",{scalabilityMode:l,averageNetStat:t,nextVideoMaxDimension:s}),this._lastVideoMaxDimension=s;let v=He(ue({},this._serverSettings),{camera:He(ue({},m),{scalabilityMode:l,maxDimension:this._lastVideoMaxDimension})});this.updateSettings(v)})}_stopStatInterval(){this._statInterval&&(window.clearTimeout(this._statInterval),this._statInterval=null)}_onNetworkStatus(e){let t={};t[this._participantId]=t[""]=e,this._triggerEvent("NETWORK_STATUS",t)}_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:(E.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=R.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 n=a.readyState;n==="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 [${n}]`)}}};var Is=16,ti=class{constructor(r,e,t){d.debug("AsrReceiver started"),this._datachannel=r,this._participantIdRegistry=e,this._asrCallback=t,this._textDecoder=new TextDecoder,this._datachannel.onmessage=i=>this._onDataChannelMessage(i.data)}static parse(r){let e=new DataView(r),t=e.getUint8(0),i=e.getUint8(1);if(i!==0)throw new Error(`Unsupported message type. Message type: ${i}`);let a=e.getUint16(2),n=e.getUint32(4),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:n,timestamp:s,duration:l,data:r.slice(Is)}}_onDataChannelMessage(r){var a,n;let e=ti.parse(r),t=(n=(a=this._participantIdRegistry)==null?void 0:a.getStreamDescription(e.ssrc))==null?void 0:n.participantId;if(!t){d.warn(`Participant id for ssrc ${e.ssrc} not found in registry`);return}let i={participantId:t,text:this._textDecoder.decode(e.data),timestamp:e.timestamp,duration:e.duration};this._asrCallback(i)}destroy(){this._datachannel.onmessage=null}};import{decode as vt}from"messagepack";var _r=class{constructor(){this.streamDescriptionByCompactId=new Map;this.compactIdByStreamDescription=new Map}getStreamDescription(r){return this.streamDescriptionByCompactId.get(r)}getCompactId(r){return this.compactIdByStreamDescription.get(r)}handleMessage(r){var a,n;let e=new Uint8Array(r),t=e[0],i=e.subarray(1);switch(t){case 1:let s=vt(i);return Object.entries(s).forEach(([F,O])=>{let K=Ei(F);this.streamDescriptionByCompactId.set(O,K),this.compactIdByStreamDescription.set(F,O)}),null;case 2:case 4:let l=vt(i),u=[];for(let F of l){let O=this.getStreamDescription(F);O&&u.push(O.participantId)}return t===2?{type:"notification",notification:U.AUDIO_ACTIVITY,activeParticipants:u}:{type:"notification",notification:U.STALLED_ACTIVITY,stalledParticipants:u};case 3:let m=vt(i);return{type:"notification",notification:U.SPEAKER_CHANGED,speaker:(a=this.getStreamDescription(m))==null?void 0:a.participantId};case 5:let h=vt(i);return{type:"notification",notification:U.VIDEO_QUALITY_UPDATE,quality:{maxBitrate:h[0],maxDimension:h[1]}};case 6:let v=vt(i),I={};for(let[F,O]of Object.entries(v)){let K=(n=this.getStreamDescription(Number(F)))==null?void 0:n.participantId;K&&(I[K]=O/100)}return{type:"notification",notification:U.NETWORK_STATUS,statuses:I};case 7:return this._createParticipantSourcesUpdateNotification(i);case 8:{let O=vt(i).map(K=>{var ai;let[q,pe,re,J,_e,Ue,Ni]=K;return{participantId:(ai=this.getStreamDescription(q))==null?void 0:ai.participantId,gain:pe,pause:re,offset:J,mute:_e,liveStatus:Ue,startTimeMs:Ni}});return{type:"notification",notification:U.MOVIE_UPDATE_NOTIFICATION,data:O}}case 9:let A=vt(i);return{type:"notification",notification:U.VIDEO_SUSPEND_SUGGEST,bandwidth:A};default:return d.debug("unsupported message type: "+t),null}}_createParticipantSourcesUpdateNotification(r){let e=vt(r),t=[];for(let[i,a]of Object.entries(e)){let n=a[0],s=a[1],l=a[2],u=!!a[3],m=a[4]!==null?!!a[4]:void 0,h;if(n!==null){if(h=this.getStreamDescription(n),!h){d.error(`could not uncompress participant ID ${n}`);continue}}else h=null;if(l===null){d.error("unexpected null sequenceNumber",i,a);continue}let v=$e.PARTICIPANT_AGNOSTIC_TRACK_PREFIX+"-"+i,I=s?s>>>0:null;t.push({participantStreamDescription:h,streamId:v,rtpTimestamp:I,sequenceNumber:l,fastScreenShare:u,suspend:m})}return{type:"notification",notification:U.PARTICIPANT_SOURCES_UPDATE,participantUpdateInfos:t}}};var Es=90,Rs=4294967295,Ne=class extends xt{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._simulcastInfo=null;this.subscribe(this._signaling,Me.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){pr(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}}onCameraResolutionChanged(){return c(this,null,function*(){p.simulcast&&M.isSimulcastSupportedByBrowser()&&(yield this._changeSimulcastInfo(!0,!1))})}_createPerfStatsReporter(){var e;(e=this._perfStatReporter)==null||e.destroy(),this._perfStatReporter=new ft(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,Ne._closeDataChannel(this._producerNotification),Ne._closeDataChannel(this._producerCommand),Ne._closeDataChannel(this._producerScreen),Ne._closeDataChannel(this._consumerScreen),Ne._closeDataChannel(this._asr),Ne._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 n=a.readyState;n==="open"?(d.debug(`[${t}] data channel opened`),i(a)):d.error(`[${t}] data channel open failed, state [${n}]`)},a.onerror=n=>{let s=n.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.debounce(t=>{this._pc&&this._onConnectionStateChange(this._pc,t)},500),this._pc.onsignalingstatechange=Ne._onSignalingStateChange.bind(this,this._pc),this._participantIdRegistry=new _r,this._signaling.setParticipantIdRegistry(this._participantIdRegistry),p.producerNotificationDataChannel&&this._createDataChannel(this._pc,ct.producerNotification,t=>{this._producerNotification=t,this._producerNotification.binaryType="arraybuffer",this._signaling.setProducerNotificationDataChannel(t)}),p.producerCommandDataChannel&&(this._signaling.useCommandDataChannel(!0),this._createDataChannel(this._pc,ct.producerCommand,t=>{this._producerCommand=t,this._signaling.setProducerCommandDataChannel(t)})),p.producerScreenDataChannel&&this._createDataChannel(this._pc,ct.producerScreenShare,t=>{this._producerScreen=t,this._producerScreen.binaryType="arraybuffer",this._createCaptureReceiver()}),p.asrDataChannel&&this._createDataChannel(this._pc,ct.asr,t=>{this._asr=t,this._asr.binaryType="arraybuffer",this._removeAsrTrack(),this._asrTrack=new ti(t,this._participantIdRegistry,i=>{this._onAsrTranscription(i)})}),p.vmoji&&this._createDataChannel(this._pc,ct.animoji,t=>{var i,a,n,s;this._animojiDataChannel=t,this._animojiDataChannel.binaryType="arraybuffer",(i=this._animojiReceiver)==null||i.setDataChannel(t),(a=this._animojiReceiver)==null||a.setParticipantIdRegistry(this._participantIdRegistry),(n=this._animojiSender)==null||n.setDataChannel(t),(s=this._animojiSender)==null||s.setProtocolVersion(p.vmojiOptions.protocolVersion||1)}),this._newAudioShareTrack=this._mediaSource.getAudioShareTrack();try{this._mediaSource.addTrackToPeerConnection(this._pc,this._observer,!1),this._prevConsumerSettings={},this._applyConsumerSettings()}catch(t){d.error("ServerTransport: Unable to add media source tracks",t),C.log(P.ERROR,"addTrack-single"),this.close(t);return}p.consumerScreenDataChannel&&this._createDataChannel(this._pc,ct.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)|(?:${$e.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 bt(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 Pt(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),n=e.maxDimension!==0;if(a&&!n){d.log("Disabling video upload"),this._disabledSenders.add(i),i.replaceTrack(M.getBlackMediaTrack()).catch(l=>{d.error("Could not disable video upload",l)});return}let s=this._mediaSource.getSendVideoTrack();if(!a&&n&&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)})}R.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 pi(this._pc,this._lastStat,this._ssrcMap,!0);return this._lastStat=e,e})}_reportStats(e){var t;this._triggerEvent("REMOTE_DATA_STATS",{inbound:{topology:"SERVER",transport:e.transport,rtps:e.rtps.filter(i=>i.type==="inbound-rtp")},outbound:{topology:"SERVER",transport:e.transport,rtps:e.rtps.filter(i=>i.type==="outbound-rtp")},remoteInbound:{topology:"SERVER",transport:e.transport,rtps:(t=e.remoteRtps)!=null?t:[]}})}_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=$e.AUDIO_MIX,a=this._statBytes[i],n=!1;if(a){let s=t.bytesReceived-a.bytesReceived;s>=0&&s<=5&&(n=!0),a.stalled!==n&&this._triggerEvent("AUDIO_MIX_STALL",n)}this._statBytes[i]={bytesReceived:t.bytesReceived,stalled:n}}_allocateConsumer(){if(!this._signaling.ready)return;let e={estimatedPerformanceIndex:ft.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?p.vmojiOptions.protocolVersion:1,animojiBackendRender:!p.vmojiOptions.renderingOptions.useFullClientRendering,onDemandTracks:!0,unifiedPlan:!0,singleSession:!0,videoTracksCount:p.videoTracksCount,red:p.serverAudioRed,audioShare:p.audioShare,fastScreenShare:p.fastScreenShare,videoSuspend:p.videoSuspend,simulcast:p.simulcast&&M.isSimulcastSupportedByBrowser()};!p.videoTracksCount&&!this._observer&&d.warn("Setting videoTracksCount to 0 is deprecated"),this._signaling.allocateConsumer(null,e)}_processOffer(e){return c(this,null,function*(){if(!this._pc)throw new Error("Interrupt allocation");let t=p.simulcast&&M.isSimulcastSupportedByBrowser(),i=t;try{yield this._pc.setRemoteDescription(e)}catch(s){throw d.error("[single] unable to set remote offer",s),C.log(P.ERROR,"setRemoteDescription-single"),s}let a=this._findFirstSimTransceiver();if(t)if(a){d.log(`_processOffer: caps.simulcast=${p.simulcast} mid=${a.mid} dir=${a.direction}`);let s=this._mediaSource.getStream(),l=yield this._setupSimulcastTransceiver(s,a);d.log("_processOffer: simulcastInfo",l),l||(d.log(`_processOffer: simulcast transceiver not found in server offer mid=${a.mid}, disable simulcast`),i=!1)}else d.log("_processOffer: simulcast transceiver not found in server offer, disable simulcast"),i=!1;let n;try{if(yield this._handleTracks(),d.debug("[single] create local answer"),!this._pc)throw new Error("Interrupt allocation");n=yield this._pc.createAnswer()}catch(s){throw d.error("[single] unable to create answer",s),C.log(P.ERROR,"createAnswer-single"),s}try{if(!this._pc)throw new Error("Interrupt allocation");n.sdp=R.patchLocalSDP(n.sdp,!1,M.isBrokenH264Decoder(),!1,p.h264spsPpsIdrInKeyframe),d.debug("[single] set local answer",{answer:n}),yield this._pc.setLocalDescription(n)}catch(s){throw d.error("[single] unable to set local answer",s),C.log(P.ERROR,"setLocalDescription-single"),s}if(i&&a){n.sdp=R.patchSimulcastAnswerSdp(n.sdp,a,lt.WIDTH,lt.HEIGHT);for(let s of this._pc.getTransceivers())s.mid===null&&s.stop()}try{d.debug("[single] transmit local answer",{answer:n}),this._updateSSRCMap(e),yield this._signaling.acceptProducer(n,Object.keys(this._ssrcMap)),d.debug("[single] remote offer has been processed")}catch(s){d.warn("[single] unable to send local answer",s),C.log(P.ERROR,"acceptProducer")}i&&(yield this._changeSimulcastInfo(!0,!0))})}_findFirstSimTransceiver(){var e,t,i,a;if(!this._pc)return null;for(let n of this._pc.getTransceivers()){let s=(e=n.sender)!=null&&e.track?(t=n.sender.track)==null?void 0:t.kind:(a=(i=n.receiver)==null?void 0:i.track)==null?void 0:a.kind;if(!n.sender||s!=="video")continue;let l=n.sender.getParameters();if(!(!l.encodings||l.encodings.length<=1))return n}return null}_setupSimulcastTransceiver(e,t){return c(this,null,function*(){var m,h;if(!(t!=null&&t.sender)||!e)return null;t.direction="sendonly";let i=e.getVideoTracks()[0];yield t.sender.replaceTrack(i),t.sender.setStreams(e);let a=t.sender.getParameters();if(!a.encodings||a.encodings.length<=1)return d.log(`_setup:sim: mid=${t.mid} dir=${t.direction}: wrong encodings:${JSON.stringify(a.encodings)}`),null;let n=di(lt.WIDTH,lt.HEIGHT,(h=(m=this._serverSettings.camera)==null?void 0:m.bitrates)==null?void 0:h.generic),s=0,l=1;for(let v of a.encodings)v.scalabilityMode=ci,v.active=!0,s>=n.streams.length?v.maxBitrate=0:v.maxBitrate=n.streams[s].bitrate,v.scaleResolutionDownBy=l,l=l*2,s++;yield t.sender.setParameters(a);let u=i.getSettings();return d.log(`_setup:sim: mid=${t.mid} dir=${t.direction} track=${u.width}x${u.height} encodings=${JSON.stringify(a.encodings)}`),!0})}_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={type:"offer",sdp:R.patchRemoteSDP(e,M.isOldDataChannelDescription(),!1,!1,!1,M.isBrokenVP9Encoder(),M.isBrokenVP9Decoder())};if(d.debug("[single] set remote offer",{offer:t}),!this._pc)throw new Error("Interrupt allocation");try{if(yield this._processOffer(t),this._producerOfferIsProcessing=!1,this._producerNextOffer){d.debug("[single] there is other unprocessed remote offer, process it");let i=this._producerNextOffer;this._producerNextOffer=null,yield 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),C.log(P.ERROR,"replaceTrack-single")}})}_onSignalingNotification(e){return c(this,null,function*(){if(this._isOpen)switch(e.notification){case U.PRODUCER_UPDATED:yield this._onProducerUpdated(e);break;case U.REALLOC_CON:this._reconnect();break;case U.AUDIO_ACTIVITY:this._signalActiveParticipants(e.activeParticipants);break;case U.SPEAKER_CHANGED:this._signalSpeakerChanged(e.speaker);break;case U.STALLED_ACTIVITY:this._signalStalledParticipants(e.stalledParticipants);break;case U.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=n=>{this._triggerEvent("REMOTE_TRACK_REMOVED",i.id,i,n.track)}),i.getTracks().find(n=>n.id===t.track.id)||i.addTrack(t.track),this._rtpReceiversByStreamId[i.id]=t.receiver,this._triggerEvent("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),C.log(P.ICE_CONNECTION_STATE,e.connectionState),e.connectionState){case"failed":this._reconnectionPrevented?this.close(new Error("Ice connection failed")):(C.logCustom(P.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!=null&&a.local&&(C.log(P.ICE_CONNECTION_TYPE,a.local.type),d.debug("Selected ICE candidates",a))}),C.logCustom(P.RECONNECT,{param:0});break}}_onReplacedTrack(e,t){var i,a;if(this._pc){p.consumerScreenDataChannel&&t&&(e=t);let n=(s,l)=>{s.replaceTrack(l).catch(u=>{d.error("ServerTransport: Unable to replace track",u),C.log(P.ERROR,"replaceTrack-single")})};if(d.log(`_onReplacedTrack: newTrack=${e.getSettings().width}x${e.getSettings().height}`),p.simulcast&&M.isSimulcastSupportedByBrowser()&&e.kind==="video"){let s=(i=this._pc)==null?void 0:i.getTransceivers().find(u=>{var m,h;return u.direction==="sendonly"&&((h=(m=u.sender)==null?void 0:m.track)==null?void 0:h.kind)==="video"}),l=s==null?void 0:s.sender;l!=null&&l.track?(n(l,e),e.getSettings().width&&e.getSettings().height&&this._changeSimulcastInfo(!1,!1)):d.warn("_onReplacedTrack: simulcast video transceiver not found")}else{let s=(a=this._pc)==null?void 0:a.getSenders().find(l=>l.track&&l.track.kind===e.kind&&!this._disabledSenders.has(l)&&l.track.contentHint===e.contentHint);s!=null&&s.track?n(s,e):e.kind==="audio"&&e.contentHint==="music"&&(this._newAudioShareTrack=e)}}this._applyConsumerSettings()}getStreamWaitingTimeMs(e,t){if(!this._pc)return C.log(P.PAT_WAITING_TIME_ERROR,"noConnection"),d.error("Cannot get stream waiting time, peer connection is not initialized"),0;if(!RTCRtpReceiver.prototype.getSynchronizationSources)return C.log(P.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 C.log(P.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 C.log(P.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&Rs,u=Math.ceil(l/Es);return Math.min(100,Math.max(0,u))}_changeSimulcastInfo(e,t){return c(this,null,function*(){var I,A,F,O;let i=this._mediaSource.getMediaSettings().isVideoEnabled,a=this._findFirstSimTransceiver();if(!p.simulcast||!M.isSimulcastSupportedByBrowser()||!i||!a||!a.sender)return;let n=this._mediaSource.getStream();if(!n)return;let s=n.getVideoTracks()[0],l=s.getSettings().width,u=s.getSettings().height,m=di(l,u,(A=(I=this._serverSettings.camera)==null?void 0:I.bitrates)==null?void 0:A.generic),h=t||!ya(this._simulcastInfo,m);if(!m.streams.length||!h)return;let v=a.sender.getParameters();if(v.encodings||(v.encodings=[{}]),!(v.encodings.length<=1)){if(d.log(`_changeSimulcastInfo: ${l}x${u} command: ${JSON.stringify(m)} `),e){let K=0;for(let q of v.encodings)q.scaleResolutionDownBy=ji(q.rid),q.scalabilityMode=ci,K>=m.streams.length?(q.maxBitrate=0,q.active=!1):(q.active=!0,q.maxBitrate=m.streams[K].bitrate),K++;yield(O=(F=a.sender).setParameters)==null?void 0:O.call(F,v).catch(q=>{d.error("Failed to set sender parameters",v,q)}),d.log(`_changeSimulcastInfo: actual encodings: ${JSON.stringify(v.encodings)} `)}if(this._simulcastInfo=m,m.streams){let K={mediaSource:1,simulcastInfo:m};yield this._signaling.changeSimulcast(K)}}})}};var St=(e=>(e.DIRECT="DIRECT",e.SERVER="SERVER",e))(St||{}),gr=class extends oe{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,Me.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 n=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),n=!0}n&&(this._topology==="DIRECT"&&this._directTransport&&this._directTransport.open(t),this._topology==="SERVER"&&this._serverTransport&&(this._serverTransport.open(i),this._setStates(e,this._serverTransport.getState()),this._setLocalState(this._serverTransport.getState())),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&&i>=0&&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,i;this.unsubscribe();for(let a of this._dtListeners)a.dispose();for(let a of this._stListeners)a.dispose();this._removeAnimojiTransport(),(e=p.audioEffects)==null||e.destroy(),(t=this._directTransport)==null||t.close(),this._directTransport=null,(i=this._serverTransport)==null||i.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))}setAnimojiFill(e){var t;(t=this._animojiSender)==null||t.setFill(e)}onCameraResolutionChanged(){return c(this,null,function*(){this._topology==="SERVER"&&this._serverTransport&&(yield this._serverTransport.onCameraResolutionChanged())})}_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===U.TOPOLOGY_CHANGED)return this._onTopologyChanged(e)}_onTopologyChanged(e){var t;if(e.topology!==this._topology){if(d.log(`Topology changed ${this._topology} -> ${e.topology}`),C.log(P.TOPOLOGY_CHANGE_REQUESTED,e.topology),this._topology=e.topology,this._topology==="SERVER"&&(this._serverTransport?this._serverTransport.allowRestart():(this._serverTransport=this._createServerTransport(),this._opened.length>0&&((t=this._directTransport)==null||t.preventRestart(),this._serverTransport.open()))),this._topology==="DIRECT"){let i=e.offerTo||[],a=e.offerToTypes||[],n=e.offerToDeviceIdxs||[],s=i.length&&a.length?R.composeParticipantId(i[0],a[0],n[0]):null;if(this._serverTransport&&this._serverTransport.preventRestart(),!this._allocated||this._allocated.length===0){d.error("Topology changed to DIRECT, but the list of allocated participants is empty");return}this._allocated.length>1&&d.warn("Topology changed to DIRECT, but the allocated participants count more then one");let 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 dt(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._onRemoteTrackAdded.bind(this,e)),i.addEventListener("REMOTE_TRACK_REMOVED",this._onRemoteTrackRemoved.bind(this,e)),i.addEventListener("REMOTE_DATA_STATS",this._onRemoteDataStats.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 Ne(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._onRemoteTrackAdded.bind(this)),e.addEventListener("REMOTE_TRACK_REMOVED",this._onRemoteTrackRemoved.bind(this)),e.addEventListener("AUDIO_MIX_STALL",this._onServerAudioMixStall.bind(this)),e.addEventListener("REMOTE_DATA_STATS",this._onRemoteDataStats.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 n=this._allocated.indexOf(t);n>=0&&this._allocated.splice(n,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)}_onRemoteDataStats(e){this._triggerEvent("REMOTE_DATA_STATS",e)}_onRemoteTrackAdded(e,t,i){this._triggerEvent("REMOTE_TRACK_ADDED",e,t,i)}_onRemoteTrackRemoved(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),t=>{this._triggerEvent("ANIMOJI_ERROR",t)},p.vmojiOptions.renderingOptions);let e=this._mediaSource.getStream();this._animojiSender=new p.vmoji.AnimojiSender(e,this._signaling.getPeerId(),p.vmojiOptions.protocolVersion,{requested:this._mediaSource.isAnimojiRequested,useAI:p.vmojiOptions.renderingOptions.useAI}),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"?(C.log(P.PAT_WAITING_TIME_ERROR,"wrongTopology"),d.error(`Cannot get stream waiting time, incorrect topology: ${this._topology}`),0):this._serverTransport?this._serverTransport.getStreamWaitingTimeMs(e,t):(C.log(P.PAT_WAITING_TIME_ERROR,"noTransport"),d.error("Cannot get stream waiting time, server transport is not initialized"),0)}};var fr=class extends oe{constructor(e){super();this._detector=null;this._interval=null;this.subscribe(e,"REMOTE_TRACK_ADDED",this._onRemoteTrackAdded.bind(this)),this.subscribe(e,"REMOTE_TRACK_REMOVED",this._onRemoteTrackRemoved.bind(this)),this.subscribe(e,"SIGNALLED_ACTIVE_PARTICIPANTS",this._onSignalledActiveParticipants.bind(this)),this.subscribe(e,"TOPOLOGY_CHANGED",this._onTopologyChanged.bind(this))}destroy(){var e;this._interval&&(window.clearTimeout(this._interval),this._interval=null),this.unsubscribe(),(e=this._detector)==null||e.destroy(),this._detector=null}_onRemoteTrackAdded(e,t,i){var a;if(i.kind==="audio"&&((a=this._detector)==null||a.destroy(),this._detector=new Ot(e,i),!this._interval)){let n=()=>{this._collectVolumes(),this._interval=window.setTimeout(n,p.voiceParams.interval)};this._interval=window.setTimeout(n,p.voiceParams.interval)}}_onRemoteTrackRemoved(e,t,i){i.kind==="audio"&&(!this._detector||this._detector.track!==i||(this._detector.destroy(),this._detector=null))}_collectVolumes(){if(!this._detector)return;let e={},t=this._detector.trackId,i=this._detector.getLevel();if(t===$e.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 Sr=class extends oe{constructor(e,t,i){super();this._speakerId=null;this._serverSideSpeakerDetection=!1;this._serverSideSpeakerDetection=i==="SERVER",this.subscribe(e,"VOLUMES_DETECTED",this._onVolumesDetected.bind(this)),this.subscribe(t,"SIGNALLED_SPEAKER_CHANGED",this._onServerSpeakerChanged.bind(this)),this.subscribe(t,"TOPOLOGY_CHANGED",this._onTopologyChanged.bind(this))}destroy(){this.unsubscribe()}_onVolumesDetected(e){if(this._serverSideSpeakerDetection)return;let t=0,i=null;if(Object.keys(e).forEach(a=>{let n=e[a].smoothed;n>t&&n>p.voiceParams.threshold&&(t=n,i=a)}),i&&i!==this._speakerId){let a=this._speakerId&&e.hasOwnProperty(this._speakerId)?e[this._speakerId].smoothed:0;t>a*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 Di=class extends oe{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"),C.log(P.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"),C.log(P.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),C.log(P.CALL_SPEC_ERROR,`${this._transport.getTopology()}_VOLUME_TIMEOUT_${i}`))}),e.length&&d.warn("There is silent participant, send callSpecError"),this._volumeTimeout=0}};var vr=class{constructor(){this._isCallMarked=!1;this._isFinished=!1;this._callType=null}markAcceptCall(r){this.mark(r==="DIRECT"?"direct_incoming":"server_incoming")}markAcceptedCall(r){r==="DIRECT"&&this.mark("direct_outgoing")}markParticipantJoined(r){r==="DIRECT"&&this.mark("server_change_topology")}markOnJoin(r){r==="SERVER"&&this.mark("server_join_server")}mark(r){this._isCallMarked||(this._isCallMarked=!0,this._callType=r,rt(P.FIRST_MEDIA_RECEIVED))}measure(){this._isFinished||(this._isFinished=!0,this._callType&&Ae.logEventualStat({name:P.FIRST_MEDIA_RECEIVED,call_type:this._callType}))}};var Ts=1e3,Cs=1e4;var Ps=15,X=class extends oe{constructor(e,t){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._isRealTimeAsrRequested=!1;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;this._changeMediaSettings=R.debounce(e=>c(this,null,function*(){if(this._signaling.ready)try{yield this._signaling.changeMediaSettings(e)}catch(t){if(d.warn("changeMediaSettings failed with error",t),t.message==="chatRoom.maxShareCountExceeded")return this.toggleScreenCapturing({captureScreen:!1,fastScreenSharing:!1,captureAudio:!1})}}),100);C.create(e,t),Ae.create(),this._api=e,this._signaling=new Ve,this._onUnload=()=>{this._conversation&&this._api&&(this._api.hangupConversation(this._conversation.id),p.clientEventsLoggingEnabled&&C.logClientEvent({event_type:P.CALL_DECLINED_OR_HANGED_LOCALLY,reason:"none"},!0)),C.destroy(),Ae.destroy()},window.addEventListener("unload",this._onUnload),this._statFirstMediaReceived=new vr,this._audioOutput=new Ci(this._statFirstMediaReceived),p.videoTracksCount>0&&(this._cooldownQueueCleanupTimer=window.setInterval(this._cleanupCooldownQueue.bind(this),Ts))}static current(){return X._current}static hangupAfterInit(){X._activationMutex&&!X._current&&(X._delayedHangup=!0)}static id(){var e,t;return((t=(e=X._current)==null?void 0:e._conversation)==null?void 0:t.id)||null}onStart(e,t,i,a="",n=!1,s=!1,l){return c(this,null,function*(){if(X._activationMutex)throw C.log(P.ERROR,"startCall"),d.warn("Conversation: there is already running activation"),new $(B.FAILED);X._activationMutex=!0,be.startSession();try{this._mediaSource=this._createMediaSource(),yield this._mediaSource.request(i);let u=this._mediaSource.getMediaSettings();t===st.CHAT||e.length>1?this._logWithMediaSettings(P.OUTGOING_MULTIPARTY_CALL,u):this._logWithMediaSettings(P.OUTGOING_CALL,u);let m=yield this._startConversation(e,t,_t.OUTGOING,i,a,n,s,l);if(!this._conversation)throw new $(B.UNKNOWN_ERROR);if(this._participantState=Z.ACCEPTED,this._changeMediaSettings(u),yield this._processConnection(m),this._allocateTransport(),this._createSpeakerDetector(),this._createSpecListener(),this._signaling.readyToSend(),X._delayedHangup)throw new $(B.CANCELED);return d.debug("Outgoing call",{opponentIds:e,opponentType:t,mediaOptions:i}),yield this._processConnectionSharedMovieInfo(m),yield this._processConversationUrlSharingInfo(m),E.onLocalStream(this._mediaSource.getStream(),this._mediaSource.getMediaSettings()),E.onConversation(this._conversation.externalId,this._conversation.mediaModifiers,this._getMuteStatesForCurrentRoom(),this._getMainRoomParticipants()),this._onConversationParticipantListChunk(m),this._processPinnedParticipants(m),E.onLocalStatus("WAITING"),this._toggleJoinAvailability(),this._changeFeatureSet(),this._changeNeedRate(),X._current=this,this._conversation.concurrent&&(yield this._acceptConcurrent()),this._conversation}catch(u){throw this._close(u,"Unable to start conversation"),u}finally{X._activationMutex=!1}})}onJoin(e){return c(this,null,function*(){var t;if(X._activationMutex)throw C.log(P.ERROR,"joinCall"),d.warn("Conversation: there is already running activation"),new $(B.FAILED);X._activationMutex=!0,this._state="PROCESSING",be.startSession();try{let i=!!((t=e.observedIds)!=null&&t.length);if(i&&p.videoTracksCount>0)throw d.error("Observer mode: please set videoTracksCount=0"),new $(B.UNSUPPORTED);this._mediaSource=this._createMediaSource(),yield this._mediaSource.request(e.mediaOptions,!i);let a=this._mediaSource.getMediaSettings();this._logWithMediaSettings(P.JOIN_CONVERSATION,a);let n=yield this._joinConversation(e);if(!this._conversation)throw new $(B.UNKNOWN_ERROR);return this._conversation.observer=i,E.onLocalStream(this._mediaSource.getStream(),a),this._conversation.waitingHall?(d.log("In waiting hall"),X._current=this,X._activationMutex=!1,this._signaling.readyToSend(),E.onLocalStatus("WAITING_HALL"),this._conversation):this._onJoinPart2(n)}catch(i){throw X._activationMutex=!1,this._close(i,"Unable to join conversation"),i}})}_onJoinPart2(e){return c(this,null,function*(){var t,i,a,n;d.debug("Join conversation part 2"),X._activationMutex=!0;try{if(this._participantState=Z.ACCEPTED,!this._conversation||!this._mediaSource)throw new $(B.UNKNOWN_ERROR);if(this._statFirstMediaReceived.markOnJoin(this._conversation.topology),!this._conversation.observer&&!this._isAudienceModeListener()&&this._changeMediaSettings(this._mediaSource.getMediaSettings()),yield this._processConnection(e),this._allocateTransport(),this._createSpeakerDetector(),this._createSpecListener(),this._signaling.readyToSend(),this._state==="CLOSE")return this._conversation;if(X._delayedHangup)throw new $(B.CANCELED);yield this._processConnectionSharedMovieInfo(e),yield this._processConversationUrlSharingInfo(e),yield this._processConnectionAsrInfo(e);let s=yield this._extractExternalRoomsData((t=e.rooms)==null?void 0:t.rooms,(i=e.rooms)==null?void 0:i.roomId);return E.onConversation(this._conversation.externalId,this._conversation.mediaModifiers,this._getMuteStatesForCurrentRoom(),this._getMainRoomParticipants(),s),this._onConversationParticipantListChunk(e),this._processPinnedParticipants(e),E.onLocalStatus("WAITING"),this._toggleJoinAvailability(),this._changeNeedRate(),this._state="ACTIVE",this._changeFeatureSet(),X._current=this,this._openTransport(Object.values(this._participants),!1),this._conversation.audienceMode&&!this._conversation.restricted&&this._forceOpenTransportForAloneInCall(),this._conversation.recordsInfoByRoom.get((n=(a=e==null?void 0:e.rooms)==null?void 0:a.roomId)!=null?n:null)&&this._forceOpenTransportForAloneInCall(),this._conversation}catch(s){throw this._close(s,"Unable to join conversation"),s}finally{X._activationMutex=!1}})}_extractExternalRooms(e){return c(this,null,function*(){let t=e.map(this._convertRoomToExternal.bind(this));return(yield Promise.all(t)).filter(a=>!!a)})}_extractExternalRoomsData(e,t){return c(this,null,function*(){if(!e||!e.length)return;let i={rooms:yield this._extractExternalRooms(e)};return t&&(i.roomId=t),i})}onPush(a){return c(this,arguments,function*(e,t=ce.USER,i){if(X._activationMutex)throw d.warn("Conversation: there is already running activation"),new $(B.REJECTED);X._activationMutex=!0;try{let n=yield this._prepareConversation(e,t,i);if(this._mediaSource=this._createMediaSource(),!this._conversation)throw new $(B.UNKNOWN_ERROR);if(!n.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)"),C.log(P.PUSH,"rejected"),new $(B.REJECTED);if(be.startSession(),yield this._processConnection(n),this._extractConnectionUrlSharingInfo(n),this._allocateTransport(),this._createSpeakerDetector(),this._createSpecListener(),this._processPinnedParticipants(n),this._signaling.readyToSend(),C.log(P.PUSH,"accepted"),X._current=this,X._delayedHangup)throw new $(B.CANCELED);X._activationMutex=!1}catch(n){throw X._activationMutex=!1,this._close(n,"Unable to handle inbound call push"),n}})}_isInWaitingHall(e){return!e.conversation||(e.conversation.options||[]).indexOf(Zt.WAITING_HALL)<0?!1:this._isRestricted(e)}_isRestricted(e){let t=(e.conversation.participants||[]).find(i=>R.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(Zt.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 $(B.UNKNOWN_ERROR);this._state="PROCESSING";let e=this._mediaSource.getMediaSettings();this._logWithMediaSettings(P.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()),E.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")}})}_getMainRoomParticipants(){return R.mapSharedParticipants(Object.values(this._participants).filter(e=>!e.isInRoom))}accept(e){return c(this,null,function*(){var t,i,a,n,s;if(this._state!=="IDLE")throw C.log(P.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 $(B.UNKNOWN_ERROR);this._state="PROCESSING",d.debug("Accept incoming call",e);try{yield this._mediaSource.request(e);let l=this._mediaSource.getMediaSettings();this._logWithMediaSettings(P.ACCEPT_INCOMING,l),this._changeMediaSettings(l),this._statFirstMediaReceived.markAcceptCall(this._transport.getTopology()),yield this._signaling.acceptCall(l),this._participantState=Z.ACCEPTED;let u=this._getMuteStatesForCurrentRoom(),m=Object.keys(u);m.length&&this._onMuteParticipant({muteStates:u,mediaOptions:m,muteAll:!0,stateUpdated:!0}),this._registerParticipantLocalMuteState({muteStates:this._conversation.muteStatesPersonal});let h=yield this._signaling.getRooms(this._isCallAdmin());(t=h.rooms)!=null&&t.rooms&&h.rooms.rooms.forEach(I=>{var A;(A=I.participantIds)==null||A.forEach(F=>{this._participants[F]&&(this._participants[F].isInRoom=!0)})}),this._conversation.roomId=((i=h.rooms)==null?void 0:i.roomId)||null;let v=yield this._extractExternalRoomsData((a=h.rooms)==null?void 0:a.rooms,(n=h.rooms)==null?void 0:n.roomId);if(E.onCallAccepted(),E.onLocalStream(this._mediaSource.getStream(),l),E.onConversation(this._conversation.externalId,this._conversation.mediaModifiers,this._getMuteStatesForCurrentRoom(),this._getMainRoomParticipants(),v),p.useParticipantListChunk){let I=yield this._getInitialParticiapntListChunk();(s=I==null?void 0:I.participants)==null||s.forEach(A=>{let F=R.composeId(A),O=this._participants[F];O&&(O.movieShareInfos=A.movieShareInfos)}),this._onConversationParticipantListChunk({participants:I})}return E.onLocalStatus("WAITING"),this._toggleJoinAvailability(),this._changeNeedRate(),this._state="ACTIVE",this._changeFeatureSet(),this._openTransport(Object.values(this._participants),!0),yield this._processConversationUrlSharingInfo(),yield this._processConnectionAsrInfo(),this._conversation}catch(l){throw this._close(l,"Unable to accept call"),l}})}decline(){return c(this,null,function*(){var e;if(this._state!=="IDLE")throw C.log(P.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(P.DECLINE_INCOMING,(e=this._mediaSource)==null?void 0:e.getMediaSettings()),this._participantState=Z.HUNGUP,this._signaling.ready&&(yield this._signaling.hangup(B.REJECTED)),this._close(new $(B.REJECTED))})}hangup(){return c(this,null,function*(){d.debug("Hangup");let e=this._state==="ACTIVE"?B.HUNGUP:B.CANCELED;C.log(P.HANGUP,e),this._signaling.ready?(yield this._signaling.hangup(e),this._close(new $(e))):E.onHangup(new $(B.HUNGUP),this._conversation&&this._conversation.id)})}addParticipant(e,t){return c(this,null,function*(){if(!this._signaling.ready){this._close(new $(B.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=B.UNKNOWN_ERROR);let n=i.participants;for(let s of n)yield this._onAddParticipant(R.composeId(s),s,a)})}removeParticipant(e,t=!1){return c(this,null,function*(){this._signaling.ready&&(yield this._signaling.removeParticipant(e,t),this._onRemoveParticipant(e))})}setVolume(e){this._audioOutput.volume=e}updateStatisticsInterval(){this._transport&&this._transport.updateStatisticsInterval()}_openTransport(e,t){var a;if(!this._transport)return;let i=[];for(let n of e)(n.state===Z.CALLED||n.state===Z.ACCEPTED)&&(this._transport.isAllocated(n.id)||this._transport.allocate(n.id,t)),n.state===Z.ACCEPTED&&i.push(n.id);i.length&&this._transport.open(i,null,!!((a=this._conversation)!=null&&a.observer))}_close(e,t){t&&d.error(t,e),d.debug("Close conversation",e),this._signaling.readyToSend(!1),e.error?this._signaling.ready&&this._signaling.hangup(B.FAILED):C.log(P.ERROR,e.hangup),X._activationMutex=!1;let i=this._conversation&&this._conversation.id;if([B.CANCELED,B.NOT_FRIENDS,B.CALLEE_IS_OFFLINE,B.CALLER_IS_BLOCKED,B.CALLER_IS_REJECTED].indexOf(e.hangup)!==-1||e.hangup===B.REJECTED&&!e.remote){E.onHangup(e,i),this.destroy();return}if(e.hangup===B.HUNGUP&&(!e.remote||this._isCalledState())){E.onHangup(e,i),this.destroy();return}if(e.hangup===B.MISSED&&!e.remote){E.onHangup(e,i),this.destroy();return}if(this._cooldownQueueCleanupTimer!==null&&(window.clearInterval(this._cooldownQueueCleanupTimer),this._cooldownQueueCleanupTimer=null),(e.hangup===B.SOCKET_CLOSED||e.hangup===B.NOT_FOUND)&&X._current&&!this._conversation){this._cleanupSignaling(),this._cleanupMediaSource();return}if(e.hangup===B.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(),C.destroy(),Ae.destroy(),this._conversation=null,this._myLastRequestedLayouts={},X._current=null,X._delayedHangup=!1,E.onHangup(e||new $(B.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._state="CLOSE",this._participantState=Z.HUNGUP,this._cleanupMediaSource(),this._cleanupParticipants(),this._cleanupParticipantAgnosticStreams(),this._cleanupTransport(),this._cleanupSpeakerDetector(),this._cleanupSpecListener(),this._cleanupSignaling(),this._api.cleanup(),this._cleanupListeners(),C.destroy(),Ae.destroy(),this._conversation=null,this._myLastRequestedLayouts={},X._current=null,X._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:n}=t;if(n&&i.push(n),a&&a.urls){let s=a.urls.filter((l,u,m)=>m.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,n="",s=!1,l=!1,u){return c(this,null,function*(){rt(P.SIGNALING_CONNECTED);let m=R.uuid();d.debug("Conversation: start",{conversationId:m,opponentIds:e,opponentType:t,direction:i});let h=a.includes(le.VIDEO),v=yield this._api.startConversation(m,e,t,h,n,s,l,{onlyAdminCanShareMovie:u});d.debug("Api.startConversation",v);let I=yield this._getConversationParams(v.id);v.endpoint=this._addGeoParamsToEndpoint(v.endpoint,I);let A=yield this._connectSignaling(ot.START,v);return yield this._setConversation(v,A,i),A})}_joinConversation(e){return c(this,null,function*(){rt(P.SIGNALING_CONNECTED);let{conversationId:t,mediaOptions:i,chatId:a,joinLink:n,observedIds:s,payload:l}=e;d.debug("Conversation: join",{conversationId:t,joinLink:n,observedIds:s});let u=i.includes(le.VIDEO),m;if(t)m=yield this._api.joinConversation(t,u,a);else if(n)m=yield this._api.joinConversationByLink(n,u,s,l);else throw new $(B.UNKNOWN_ERROR);d.debug("Api.joinConversation",m),yield this._getConversationParams(m.id);let h=yield this._connectSignaling(ot.JOIN,m);return yield this._setConversation(m,h,_t.JOINING),h})}_prepareConversation(a){return c(this,arguments,function*(e,t=ce.USER,i){rt(P.SIGNALING_CONNECTED),d.debug("Conversation: push",{conversationId:e,type:t,peerId:i});let n=this._api.getUserId();if(!n)throw new $(B.UNKNOWN_ERROR);let s=yield this._getConversationParams(e),l=s.device_idx||0,u=`${p.wssBase}?userId=${n}&entityType=${t}&deviceIdx=${l}&conversationId=${e}&token=${p.wssToken}`;u=this._addGeoParamsToEndpoint(u,s);let m={id:e,peerId:i,endpoint:u,is_concurrent:!1,p2p_forbidden:!1,device_idx:l},h=yield this._connectSignaling(ot.ACCEPT,m);return X._current&&(X._current._participantState===Z.ACCEPTED||X._current._participantState===Z.CALLED)?(d.log("Push rejected (busy)"),C.log(P.PUSH,"busy"),this._signaling.ready&&this._signaling.hangup(B.BUSY),Promise.reject({hangup:B.BUSY})):(X._current&&(X._current.destroy(),X._current=null),yield this._setConversation(m,h,_t.INCOMING,t),h)})}_createParticipant(e,t){return c(this,null,function*(){var a;let i=Object.assign({id:null,externalId:null,mediaSettings:Ce(),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);return i.externalId||(i.externalId=yield this._getParticipantId(t!=null?t:i.id)),this._api.cacheExternalId(t!=null?t:i.id,i.externalId),t&&this._api.mapDecorativeId(t,i.id),(a=i.observedIds)!=null&&a.length&&(i.externalId.observer=!0),e.markers&&(i.markers=this._denormalizeMarkers(i.id,e.markers)),i})}_getParticipantId(e){return c(this,null,function*(){try{return yield this._api.userId(e)}catch(t){throw this._close(new $(B.NETWORK_ERROR),t),t}})}_setConversation(n,s,l){return c(this,arguments,function*(e,t,i,a=ce.USER){var I;let{participants:u}=t.conversation;u.forEach(A=>{let F=R.composeId(A),O=Q.fromSignalingParticipant(A,!1);if(O){this._api.cacheExternalId(F,O);let K=R.composeDecorativeId(A),q=Q.fromSignalingParticipant(A);K&&q&&(this._api.cacheExternalId(K,q),this._api.mapDecorativeId(A.decorativeUserId,A.id))}});let m=this._api.getUserId(),h=e.device_idx||0;if(!m){let A=(t.conversation.participants||[]).find(F=>R.comparePeerId(F.peerId,t.peerId));if(!A)throw new $(B.UNKNOWN_ERROR);m=Number(A.id),A.idType&&(a=A.idType),A.deviceIdx&&(h=A.deviceIdx),this._api.setUserId(m)}let v=R.composeParticipantId(m,a,h);this._conversation={userId:m,compositeUserId:v,externalId:yield this._getExternalIdByParticipantId(v),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,muteStatesPersonal:{},joinLink:e.join_link,pinnedParticipantIdByRoom:new Map,mediaModifiers:t.mediaModifiers,options:[],networkRating:1,waitingHall:this._isInWaitingHall(t),observer:!1,asrInfo:t.conversation.asrInfo||null,roomId:((I=t.rooms)==null?void 0:I.roomId)||null,audienceMode:this._isAudienceMode(t),restricted:this._isRestricted(t),urlSharingInfoByRoom:new Map},be.conversationId=t.conversation.id||e.id,this._signaling.setConversationId(this._conversation.id),e.p2p_forbidden&&(p.forceRelayPolicy=e.p2p_forbidden),C.log(P.RELAY_POLICY,p.forceRelayPolicy?"1":"0"),this._changeFeatureSet(),this._logDevices()})}_updateConversation(e){if(!this._conversation)throw new $(B.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 Ji;return this.subscribe(e,"SOURCE_CHANGED",this._onLocalMediaStreamChanged.bind(this)),this.subscribe(e,"SCREEN_STATUS",this._onScreenSharingStatus.bind(this)),this._audioFix=new ei(e),e}_connectSignaling(e,t){return c(this,null,function*(){this._signaling.setEndpoint(t.endpoint),this.subscribe(this._signaling,Me.NOTIFICATION,this._onSignalingNotification.bind(this)),this.subscribe(this._signaling,Me.FAILED,this._onSignalingFailed.bind(this)),this.subscribe(this._signaling,Me.RECONNECT,this._onSignalingReconnect.bind(this));let i=yield this._signaling.connect(e,t);return Ae.logEventualStat({name:P.SIGNALING_CONNECTED}),i})}_processConnection(e){return c(this,null,function*(){yield this._registerConnectionParticipants(e),this._processRooms(e),this._processMuteStates(e),this._processRecordInfos(e),this._onOptionsChanged(e.conversation.options),e.chatRoom&&e.chatRoom.totalCount&&this._onChatRoomUpdated(Yr.ATTENDEE,e.chatRoom.totalCount,e.chatRoom.firstParticipants,null,null)})}_onConversationParticipantListChunk(e){let t=e.participants;t&&E.onConversationParticipantListChunk(this._participantListChunkToExternalChunk(this._createParticipantListChunk(t)))}_createParticipantListChunk(e){return ue(ue({},{participants:[],countBefore:0,countAfter:0,markerFound:!1}),e)}_participantListChunkToExternalChunk(e){let t=R.mapSharedParticipants(e.participants.reduce((i,a)=>{let n=R.composeId(a);return this._participants[n]&&i.push(this._participants[n]),i},[]));return He(ue({},e),{participants:t})}_registerConnectionParticipants(e){return c(this,null,function*(){var i,a,n,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=(n=e==null?void 0:e.rooms)==null?void 0:n.rooms)!=null?s:[];for(let m of t)yield this._registerParticipants((u=(l=m==null?void 0:m.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=R.composeId(i);if(d.test("Conversation:RegisterParticipant",a),this._isMe(a)){this._conversation.roles=i.roles||[],this._conversation.roles.length&&(d.debug(`Local roles changed: ${i.roles}`),E.onLocalRolesChanged(this._conversation.roles,!0)),this._registerParticipantLocalMuteState(i);continue}if(i.state===Z.HUNGUP||i.state===Z.REJECTED){this._participants[i.id]&&this._removeParticipant(this._participants[i.id],B.HUNGUP);continue}let n=R.composeDecorativeId(i),s=yield this._createParticipant({id:a,externalId:Q.fromSignalingParticipant(i),mediaSettings:Ce(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},n);this._registerParticipantInCache(s),i.roles&&i.roles.length&&(d.debug(`Roles for participant [${a}] changed: ${i.roles}`),E.onRolesChanged(this._participants[a].externalId,i.roles,!0))}})}_registerParticipantLocalMuteState({muteStates:e,unmuteOptions:t}){if(!e)return;let i=()=>c(this,null,function*(){let a=ur(e,Fe.MUTE),n=ur(e,Fe.MUTE_PERMANENT);for(let s of[a,n])s.length&&(yield this._onMuteParticipant({muteStates:e,unmuteOptions:t,mediaOptions:s,stateUpdated:!0}))});R.setImmediate(()=>i().catch(a=>d.error(a)))}_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,e}_getExistedParticipantByIdOrCreate(e){return c(this,null,function*(){let t=this._participants[e];if(t)return t;let i=this._api.getDecorativeIdByInitialId(R.decomposeId(e).id),a=i?R.composeUserId(i):void 0;return this._createParticipant({id:e},a)})}_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,[n,s])=>(a[n]=He(ue(ue({},i),s),{id:e}),a),{})}_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,t=!1){var l,u,m;let i=Cn(e);this._setMuteStatesForRoomId(i,null);for(let h of(u=(l=e.rooms)==null?void 0:l.rooms)!=null?u:[])this._setMuteStatesForRoomId(h.muteStates,h.id);let a=this._getMuteStatesForCurrentRoom();t&&(a=bn(e,a));let n=Object.keys(a),s=(m=this._conversation)==null?void 0:m.roomId;n.length&&this._onMuteParticipant({muteStates:a,mediaOptions:n,muteAll:!0,stateUpdated:!0,roomId:s},t)}_processRecordInfos(e){var t,i,a,n,s;this._onRecordInfo((i=(t=e.conversation)==null?void 0:t.recordInfo)!=null?i:null);for(let l of(n=(a=e.rooms)==null?void 0:a.rooms)!=null?n:[])this._onRecordInfo((s=l.recordInfo)!=null?s:null,l.id)}_processPinnedParticipants(e){var t,i,a,n;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):(n=this._conversation)==null||n.pinnedParticipantIdByRoom.delete(s.id)}_allocateTransport(){if(!this._conversation||!this._mediaSource)return;this._transport=new gr(this._conversation.topology,this._signaling,this._mediaSource,this._serverSettings),this._debugInfo=new Pi,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)),this.subscribe(this._transport,"ANIMOJI_ERROR",this._onAnimojiError.bind(this));let e=this._conversation.direction===_t.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 fr(this._transport),this.subscribe(this._volumesDetector,"VOLUMES_DETECTED",this._onVolumesDetected.bind(this)),this._speakerDetector=new Sr(this._volumesDetector,this._transport,this._conversation.topology),this.subscribe(this._speakerDetector,"SPEAKER_CHANGED",this._onSpeakerChanged.bind(this)),this._localVolumeDetector=new yi(this._mediaSource))}_createSpecListener(){this._transport&&this._volumesDetector&&(this._specListener=new Di(this._transport,this._volumesDetector,this._participants))}_logDevices(){let e=M.getCameras().length,t=M.getMicrophones().length;d.debug("Cameras: "+e+(M.hasCameraPermission()?"✔":"✖")+", Microphones: "+t+(M.hasMicrophonePermission()?"✔":"✖")),C.log(P.DEVICES,`${e}_${t}`)}_logWithMediaSettings(e,t){C.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===B.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,n]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}});this._api.unmapDecorativeId(e.id),delete this._participants[e.id],E.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,n;(t=e.remoteStream)==null||t.getTracks().forEach(s=>s.stop()),(i=e.remoteAudioTrack)==null||i.stop(),(a=e.secondStream)==null||a.getTracks().forEach(s=>s.stop()),(n=e.mediaSource)==null||n.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}if(!a){let n=R.composeDecorativeId(t);a=this._registerParticipantInCache(yield this._createParticipant({id:e,externalId:Q.fromSignalingParticipant(t),mediaSettings:Ce(t.mediaSettings),state:t.state,roles:t.roles||[],muteStates:t.muteStates||{},unmuteOptions:t.unmuteOptions||[],observedIds:t.observedIds||[]},n))}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),C.log(P.ADD_PARTICIPANT),this._invokeRolesChangedCallbackIfNeeded(a))})}_onRemoveParticipant(e){d.debug(`Remove participant [${e}]`);let t=[];for(let i=0;i<=Ps;i++){let a=R.compose(e,i),n=this._participants[a];n&&t.push(n)}if(!t.length){this._warnParticipantNotInConversation(e);return}if(this._transport)for(let i of t)this._transport.close(i.id);C.log(P.REMOVE_PARTICIPANT)}changeDevice(e){return c(this,null,function*(){return e==="audiooutput"?this._audioOutput.changeOutput():this._mediaSource?this._mediaSource.changeDevice(e):Promise.reject(se.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(se.UNKNOWN)})}disableScreenCapturing(){return c(this,null,function*(){return this._mediaSource?this._mediaSource.disableScreenCapturing():Promise.reject(se.UNKNOWN)})}toggleAnimojiCapturing(e){this._mediaSource&&this._mediaSource.toggleAnimojiCapturing(e)}setAnimojiSvg(e,t=null,i=null){if(!this._transport||!this._conversation)return;let a=!t,n=t!=null?t:this._conversation.compositeUserId;if(e instanceof ArrayBuffer){let s=i!=null?i:this._conversation.externalId.id;this._transport.setAnimojiSvg(n,{svg:e,userId:s,isMe:a});return}this._transport.setAnimojiSvg(n,{svg:e,isMe:a})}setAnimojiFill(e){var t;(t=this._transport)==null||t.setAnimojiFill(e)}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 C.log(P.MEDIA_STATUS,e?"video_1":"video_0"),this._mediaSource.toggleVideo(e)})}toggleLocalAudio(e){return c(this,null,function*(){if(this._mediaSource)return C.log(P.MEDIA_STATUS,e?"audio_1":"audio_0"),this._mediaSource.toggleAudio(e)})}changePriorities(e){return c(this,null,function*(){if(e.length<2||!this._signaling.ready)return;let t={},i={};for(let a of e){let n=typeof a.uid=="object"?a.uid:Q.fromId(a.uid),s=Q.toString(n);i[s]=a.priority}for(let a of Object.values(this._participants)){let n=Q.toString(a.externalId);i.hasOwnProperty(n)&&(t[a.id]=i[n])}yield this._signaling.changePriorities(t)})}changeParticipantState(e,t){return c(this,null,function*(){for(let[i,a]of Object.entries(e))if(i.length>5||a.length>5)throw new Error("key/value max length is 5 chars, mappings with empty values (null or empty string) are discarded");t&&!this._isCallAdmin()&&(t=void 0),yield this._signaling.changeParticipantState(e,t)})}putHandsDown(){return c(this,null,function*(){this._checkAdminRole(),yield this._signaling.putHandsDown()})}requestKeyFrame(e){return c(this,null,function*(){let t={};return t[Xe(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*(){var a;if(e.length<1||!this._signaling.ready||((a=this._transport)==null?void 0:a.getTopology())!=="SERVER")return;d.log(`Update display layout request [${this._signaling.getNextCommandSequenceNumber()}]`,e);let t={};for(let n of e){let s=typeof n.uid=="object"?n.uid:Q.fromId(n.uid),l=this._api.getCachedOkIdByExternalId(s);if(!l){let h=Q.toString(s);d.log(`Unknown participant external ID ${h}`);continue}let u=Xe({participantId:l,mediaType:n.mediaType,streamName:n.streamName}),m=this._participants[l];m?m.lastRequestedLayouts[u]=n:this._isMe(l)&&(this._myLastRequestedLayouts[u]=n),Xt(n)?(this._isMe(l)&&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)&&p.videoTracksCount>0&&this._streamIdByStreamDescription.set(u,null),t[u]=n),n.mediaType==="SCREEN"&&!Xt(n)&&rt(jt(l))}let i=this._cooldownTimestampByStreamDescription.keys();for(;this._streamIdByStreamDescription.size>p.videoTracksCount;){let n=i.next();if(n.done){d.error("Cannot accommodate all streaming requests: tracks available "+p.videoTracksCount+"; requested streams: "+Array.from(this._streamIdByStreamDescription.keys()));break}this._stopStreaming(n.value),t[n.value]={stopStream:!0}}yield this._sendUpdateDisplayLayout(t)})}feedback(e){return c(this,null,function*(){return this._signaling.feedback(e)})}userFeedbackStats(e,t,i){if(this._conversation)if(!p.clientEventsLoggingEnabled)this._api.sendUserFeedbackStats(this._conversation.id,e,t,i);else{let a={event_type:P.USER_FEEDBACK_RECEIVED,user_response:e};t!==void 0&&(a.reason=t),i!==void 0&&(a.group_call_users_count=i),C.logClientEvent(a,!0)}}sendClientEvent(e,t={},i=!1){let a=ue({event_type:e},t);C.logClientEvent(a,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=Ei(e),n=this._participants[a.participantId],s=(i=this._conversation)==null?void 0:i.externalId,l=this._isMe(a.participantId);if(n||l){switch(a.mediaType){case"STREAM":case"MOVIE":{if(a.streamName){let u={stream:null,streamName:a.streamName,mediaType:a.mediaType};l?E.onLocalLive(s,u):E.onRemoteLive(n.externalId,u)}break}case"CAMERA":{E.onRemoteStream(n.externalId,null);break}case"SCREEN":{E.onRemoteScreenStream(n.externalId,null);break}}C.log(P.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,n]of Object.entries(t.errorCodeByParticipantId||{})){let s=Ei(a),l=this._participants[s.participantId];if(l){let u;typeof n!="number"?(d.warn(`Unexpected error code ${n} received for participant ${s.participantId}`),u=Sn.UNKNOWN_ERROR):u=vn(n),i.push({externalId:l.externalId,errorReason:u})}}if(i&&i.length)throw new ki("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]+Cs>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)}}_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,this._processRecordInfos(e),!e.demote&&this._mediaSource&&this._changeMediaSettings(this._mediaSource.getMediaSettings())):(d.log("Promoted in waiting hall",!e.demote),e.demote?(d.log("Kicked from waiting hall"),this._close(new $(B.REMOVED))):(this._updateConversation(e),yield this._onJoinPart2(e))),E.onPromoted(e.demote)})}_onChatRoomUpdated(s){return c(this,arguments,function*(e,t=0,i=[],a,n){d.log(`Chat room updated: ${e}`);let l=[],u=[],m=[],h=[],v=[];if(i.length&&i.forEach(F=>{if(F.externalId){let O=Q.fromSignaling(F.externalId);v.push(O),this._api.cacheExternalId(F.id.id,O)}else{let O=R.decomposeId(F.id.id).id;l.push(O),h.push(O)}}),a!=null&&a.length&&a.forEach(F=>{let O=R.decomposeId(F).id;l.push(O),u.push(O)}),n!=null&&n.length&&n.forEach(F=>{let O=R.decomposeId(F).id;l.push(O),m.push(O)}),!l.length){E.onChatRoomUpdated(e,t,v,[],[]);return}if(h.length){let F=yield this._api.getExternalIdsByOkIds(h);v.push(...F)}let I=yield this._api.getExternalIdsByOkIds(u),A=yield this._api.getExternalIdsByOkIds(m);E.onChatRoomUpdated(e,t,v,I,A)})}_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))E.onLocalLiveUpdate(t,a);else{let s=yield this._getExternalIdByParticipantId(a.participantId);s&&E.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 n;if(!e)return;let i=(n=this._conversation)==null?void 0:n.externalId;if(this._isMe(e.initiatorId))E.onLocalSharedMovieInfo(i,e,t);else{let s=yield this._getExternalIdByParticipantId(e.initiatorId);s&&E.onRemoteSharedMovieInfo(s,e,t)}this._forceOpenTransportForAloneInCall()})}_processConnectionSharedMovieInfo(e){return c(this,null,function*(){var i,a;let t=e.conversation.participants.find(n=>this._isMe(R.composeId(n)));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 n,s,l,u,m,h,v,I,A,F;let t=(s=e==null?void 0:e.conversation.asrInfo)!=null?s:(n=this._conversation)==null?void 0:n.asrInfo;if(t&&((l=this._conversation)==null||l.asrInfoByRoom.set(null,t)),(u=e==null?void 0:e.rooms)!=null&&u.rooms)for(let O of e.rooms.rooms)O.asrInfo&&((m=this._conversation)==null||m.asrInfoByRoom.set(O.id,O.asrInfo));let i=(A=(I=(h=e==null?void 0:e.rooms)==null?void 0:h.roomId)!=null?I:(v=this._conversation)==null?void 0:v.roomId)!=null?A:null,a=(F=this._conversation)==null?void 0:F.asrInfoByRoom.get(i);if(a){let O=yield this._getExternalIdByParticipantId(a.initiatorId);O&&E.onAsrSet({externalId:O,movieId:a.movieId},i)}else i&&E.onAsrSet(null,i)})}_processConversationUrlSharingInfo(e){return c(this,null,function*(){if(!this._conversation)return;e&&this._extractConnectionUrlSharingInfo(e);let{urlSharingInfoByRoom:t}=this._conversation,i=this._conversation.roomId,a=t.get(i);if(a&&!this._isMe(a.initiatorId)){let n=yield this._getExternalIdByParticipantId(a.initiatorId);n&&E.onRemoteSharedUrl(n,a.sharedUrl,i)}})}_extractConnectionUrlSharingInfo(e){var i;if(!this._conversation)return;let{urlSharingInfoByRoom:t}=this._conversation;if(e.conversation.urlSharingInfo?t.set(null,e.conversation.urlSharingInfo):t.delete(null),(i=e.rooms)!=null&&i.rooms)for(let a of e.rooms.rooms)a.urlSharingInfo?t.set(a.id,a.urlSharingInfo):t.delete(a.id)}_onSharedMovieInfoStopped(e){return c(this,null,function*(){var m;d.log(`Shared movie stopped data received: ${e.notification}`);let t=(m=this._conversation)==null?void 0:m.externalId,{initiatorId:i,movieId:a,source:n,roomId:s=null}=e,l={initiatorId:i,movieId:a,source:n};if(this._isMe(i))E.onLocalSharedMovieStoppedInfo(t,l,s);else{let h=yield this._getExternalIdByParticipantId(i);if(h){let v=this._participants[i];v!=null&&v.movieShareInfos&&(v.movieShareInfos=v.movieShareInfos.filter(I=>I&&I.movieId!==a)),E.onRemoteSharedMovieStoppedInfo(h,l,s)}}})}_onUrlSharingInfoUpdated(e){return c(this,null,function*(){if(d.log(`Shared URL data received: ${e.notification}`),!this._conversation)return;let{urlSharingInfoByRoom:t,roomId:i}=this._conversation,{initiatorId:a,sharedUrl:n,roomId:s=null}=e;if(n?t.set(s,{sharedUrl:n,initiatorId:a}):t.delete(s),!(!n&&s!==i&&t.has(i))&&(!n||!this._isMe(a))){let l=yield this._getExternalIdByParticipantId(a);l&&E.onRemoteSharedUrl(l,n,s)}})}_onFeaturesPerRoleChanged(e){d.log(`Features per role changed: ${e.notification}`),E.onFeaturesPerRoleChanged(e.featuresPerRole)}_waitForStreamIfNeeded(e){var h,v,I;let t=this._matchStreamDescription(e.participantStreamDescription);if(!t)return;let{mediaType:i,participantId:a}=t;if(i==="ANIMOJI")return;let n=this._participants[a];if(p.producerScreenDataChannel&&i==="SCREEN"&&!e.fastScreenShare){d.log("skipping participant-sources-update notification since screenshare will be received over datachannel");return}let s=Xe(t),l=this._sequenceNumberByStreamDescription.get(s);if(l&&l>e.sequenceNumber){d.warn(`Participant ${a} received outdated PAT response: sequence number ${e.sequenceNumber}; last sent sequence number for given participant is ${l}`),C.log(P.PAT_OUTDATED_RESPONSE);return}n&&e.suspend!==void 0&&i&&(d.debug(`participant-sources-update: mediaType=${i}, suspend=${e.suspend}`),E.onRemoteStreamSuspended(n.externalId,i,e.suspend));let u=e.streamId,m=e.rtpTimestamp?this._getWaitingTime(u,e.rtpTimestamp):0;if(m<=0){this._streamWaitTimerByStreamDescription.delete(s);let A=(h=this._conversation)==null?void 0:h.externalId,F=this._isMe(a);if(!n&&!F){C.log(P.PAT_ERROR,"participantMissing"),d.error(`Could not find participant by ID: ${a}`);return}let O=F?A:n.externalId,K=this._streamByStreamId.get(u);if(!K){C.log(P.PAT_ERROR,"streamNotFound"),d.error(`Could not find stream by ID: ${u}`);return}C.log(P.PAT_ALLOCATED),this._streamIdByStreamDescription.set(s,u);let q=(v=e.participantStreamDescription)==null?void 0:v.mediaType;if(q==="STREAM"||q==="MOVIE"){if((I=e.participantStreamDescription)!=null&&I.streamName){let pe={streamName:e.participantStreamDescription.streamName,stream:K,mediaType:q};F?E.onLocalLive(O,pe):E.onRemoteLive(O,pe)}}else if(p.producerScreenTrack&&q==="SCREEN")E.onRemoteScreenStream(n.externalId,K);else if(!F){let pe=(p.producerScreenTrack?null:n.secondStream)||K;E.onRemoteStream(n.externalId,pe)}}else{d.debug(`Waiting for ${m} until stream ${u} for ${s} is switched`);let A=window.setTimeout(this._waitForStreamIfNeeded.bind(this,e),m);this._streamWaitTimerByStreamDescription.set(s,A)}}_matchStreamDescription(e){if(!e)return null;if(this._streamIdByStreamDescription.has(Xe(e)))return e;let t=e.participantId;if(e.mediaType){let i={participantId:t,mediaType:null};if(this._streamIdByStreamDescription.has(Xe(i)))return i}else{let i={participantId:t,mediaType:"CAMERA"};if(this._streamIdByStreamDescription.has(Xe(i)))return i;let a={participantId:t,mediaType:"SCREEN"};if(this._streamIdByStreamDescription.has(Xe(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,[gt.ADMIN,gt.CREATOR]):!1}_checkAdminRole(){if(this._conversation&&!R.includesOneOf(this._conversation.roles,[gt.ADMIN,gt.CREATOR]))throw new Error("You don't have the required permission")}_isCalledState(){return this._participantState===Z.CALLED}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*(){this._isRealTimeAsrRequested=e,e&&this._forceOpenTransportForAloneInCall(),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,n){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))})}enableVideoSuspend(e){return c(this,null,function*(){var t;this._signaling.ready&&this._conversation&&((t=this._transport)==null?void 0:t.getTopology())==="SERVER"&&(yield this._signaling.enableVideoSuspend(e))})}enableVideoSuspendSuggest(e){return c(this,null,function*(){var t;this._signaling.ready&&this._conversation&&((t=this._transport)==null?void 0:t.getTopology())==="SERVER"&&(yield this._signaling.enableVideoSuspendSuggest(e))})}changeOptions(e){return c(this,null,function*(){if(this._signaling.ready&&this._conversation){this._checkAdminRole(),yield this._signaling.changeOptions(e);let t=un(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;if(e&&(a=Tn(e),a)){let m=this._api.getDecorativeIdByInitialId(a.id);a.id=m?R.composeUserId(m):a.id}let n=yield this._signaling.getWaitingHall(a,t,i);if(n.error)return Promise.reject(n.message);let s=n.participants||[],{externalIds:l}=yield this._resolveWaitingHallExternalIds(s),u=null;return s.length&&n.hasMore&&(u=Rn(s[s.length-1].id)),{participants:l,pageMarker:u,totalCount:n.totalCount||0}})}_resolveWaitingHallExternalIds(e){return c(this,null,function*(){let t=new Map,i=[],a=[];if(e.length){let n=[];e.forEach(s=>{if(t.set(s.id.id,s.id.addedTs),s.externalId){let l=Q.fromSignaling(s.externalId);i.push(s.id.addedTs),a.push(l),this._api.cacheExternalId(s.id.id,l)}else n.push(R.decomposeId(s.id.id).id)}),n.length&&!a.length&&(a=yield this._api.getExternalIdsByOkIds(n),i=a.map(s=>{let l=this._api.getCachedOkIdByExternalId(s);return(l?t.get(l):void 0)||Date.now()}))}return{externalIds:a,timestamps:i}})}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||[],{externalIds:i,timestamps:a}=yield this._resolveWaitingHallExternalIds(t);return{timestamps:a,participants:i,totalCount:e.totalCount||0}})}promoteParticipant(e,t){return c(this,null,function*(){if(this._signaling&&this._conversation)try{if(!R.includesOneOf(this._conversation.options,[Zt.WAITING_HALL,Zt.AUDIENCE_MODE]))throw new Error("Unable to promote a participant in the conversation with current options");if(this._checkAdminRole(),!e&&t)throw new Error("participantId is required");yield this._signaling.promoteParticipant(e,t)}catch(i){throw d.warn(`Failed to promote participant ${e}. ${i}`),i}})}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(n){return c(this,arguments,function*({movieId:e,gain:t,metadata:i,lang:a}){let s={movieId:e,lang:a};(t||t===0)&&(s.gain=t),i&&(s.metadata=i);let l=yield this._signaling.addMovie(s);if(l.error)throw new Error(l.error);return{movieId:l.movieId,streamType:l.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)})}startUrlSharing(e){return c(this,null,function*(){let t=yield this._signaling.startUrlSharing(e);if(t.error)throw new Error(t.error)})}stopUrlSharing(){return c(this,null,function*(){let e=yield this._signaling.stopUrlSharing();if(e.error)throw new Error(e.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",n=null,s=null){let l={movieId:i,name:t,privacy:a,groupId:n,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(n,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}){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}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}`:"")),this._mediaSource&&(yield this._mediaSource.setResolution({video:e,effect:t}),this._transport&&(yield this._transport.onCameraResolutionChanged()))})}videoEffect(e){return c(this,null,function*(){var t;return(t=this._mediaSource)==null?void 0:t.videoEffect(e)})}audioEffect(e,t){return c(this,null,function*(){var i;return(i=this._mediaSource)==null?void 0:i.audioEffect(e?{effects:e,isPreset:t}:null)})}_convertExternalIdsToServerExternalIds(e){return e.map(t=>({id:t.id,type:p.externalUserType}))}getParticipants(e){return c(this,null,function*(){var s;let t=this._convertExternalIdsToServerExternalIds(e.externalIds),i=yield this._signaling.getParticipants(t);if(i.error)throw new Error(i.error);let a=i.participants,n=(s=this._transport)==null?void 0:s.getState();return Promise.all(a.map(l=>c(this,null,function*(){var m;let u=R.composeId(l);return this._createParticipant({id:u,externalId:Q.fromSignalingParticipant(l),mediaSettings:Ce(l.mediaSettings),participantState:R.mapParticipantState(l),state:l.state,roles:l.roles||[],status:(m=this._getStatusByTransportState(n))!=null?m:"WAITING",muteStates:l.muteStates||{},unmuteOptions:l.unmuteOptions||[],observedIds:l.observedIds||[],markers:this._denormalizeMarkers(u,l.markers)},l.decorativeUserId)}))).then(R.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=R.composeId(l);return!this._participants[u]});yield this._registerParticipants(a);let n=(s=this._transport)==null?void 0:s.getState();return i.participants.forEach(l=>{var h,v;let u=R.composeId(l),m=this._participants[u];m.status=(h=this._getStatusByTransportState(n))!=null?h:"WAITING",m.movieShareInfos=l.movieShareInfos,Object.assign(m.mediaSettings,Ce(l.mediaSettings)),Object.assign(m.muteStates,l.muteStates),m.unmuteOptions=(v=l.unmuteOptions)!=null?v:m.unmuteOptions,this._openTransport([m],!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){var i,a;if(!this._conversation||!this._mediaSource)return;let t=this._mediaSource.getMediaSettings();d.debug("Local media stream changed",t),e.kind==="audio"&&this._mediaSource&&(this._audioFix=new ei(this._mediaSource)),E.onLocalStreamUpdate(t,e.kind),!((i=this._conversation)!=null&&i.waitingHall)&&!((a=this._conversation)!=null&&a.observer)&&!this._isAudienceModeListener()&&this._changeMediaSettings(t)}_onScreenSharingStatus(e){var i;let t=(i=this._mediaSource)==null?void 0:i.getMediaSettings();if(d.log("Screen sharing changed",e.track,t),p.consumerScreenTrack){let a=e.track?new MediaStream([e.track]):null;E.onScreenStream(a,t)}}_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){E.onLocalMediaSettings(i,t);return}let n=this._participants[e];if(!n){this._warnParticipantNotInConversation(e);return}n.mediaSettings=t,this._state==="ACTIVE"&&E.onRemoteMediaSettings(n.externalId,t,n.markers),this._specListener&&this._specListener.onChangeRemoteMediaSettings(e,t)}_changeLocalParticipantState(e){d.debug("Local participant state force changed by admin",e),this._state==="ACTIVE"&&E.onLocalParticipantState(e)}_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"&&E.onRemoteParticipantState(i.externalId,i.participantState,i.markers)}_changeMultipleParticipantState(e,t){d.debug("Multiple participants state changed",e);let i=[],a;e.forEach((n,s)=>{if(this._isMe(s))a=n;else{let l=this._participants[s];if(!l){this._warnParticipantNotInConversation(s);return}l.participantState=n,i.push({externalId:l.externalId,participantState:ue({},n),markers:l.markers})}}),this._state==="ACTIVE"&&(a&&E.onLocalParticipantState(a),i.length&&E.onRemoteParticipantsState(i,t))}_invokeRolesChangedCallbackIfNeeded(e){this._state==="ACTIVE"&&e.roles&&e.roles.length&&(d.debug(`Roles for participant [${e.id}] changed: ${e.roles}`),E.onRolesChanged(e.externalId,e.roles,!0))}_onSignalingNotification(e){switch(e.notification){case U.ACCEPTED_CALL:return this._onAcceptedCall(e);case U.HUNGUP:return this._onHungup(e);case U.PARTICIPANT_ADDED:return this._onAddedParticipant(e);case U.PARTICIPANT_JOINED:return this._onJoinedParticipant(e);case U.CLOSED_CONVERSATION:return this._onClosedConversation(e);case U.MEDIA_SETTINGS_CHANGED:return this._onMediaSettingsChanged(e);case U.PARTICIPANT_STATE_CHANGED:return this._onParticipantStateChanged(e);case U.PARTICIPANTS_STATE_CHANGED:return this._onParticipantsStateChanged(e);case U.RATE_CALL_DATA:return this._onNeedRate();case U.FEATURE_SET_CHANGED:return this._onFeatureSetChanged(e);case U.MULTIPARTY_CHAT_CREATED:return this._onMultipartyChatCreated(e);case U.FORCE_MEDIA_SETTINGS_CHANGE:return this._onForceMediaSettingsChange(e);case U.SETTINGS_UPDATE:return this._onSettingsUpdate(e);case U.VIDEO_QUALITY_UPDATE:return this._onVideoQualityUpdate(e);case U.REGISTERED_PEER:return this._onPeerRegistered(e);case U.SWITCH_MICRO:return this._onMicSwitched(e);case U.CHAT_MESSAGE:return this._onChatMessage(e);case U.CUSTOM_DATA:return this._onCustomData(e);case U.RECORD_STARTED:return this._onRecordInfo(e.recordInfo,e.roomId);case U.RECORD_STOPPED:return this._onRecordInfo(null,e.roomId);case U.ROLES_CHANGED:return this._onRolesChanged(e.participantId,e.roles||[]);case U.MUTE_PARTICIPANT:return this._onMuteParticipant(e);case U.PIN_PARTICIPANT:return this._onPinParticipant(e.participantId,e.unpin,e.markers,e.roomId);case U.OPTIONS_CHANGED:return this._onOptionsChanged(e.options||[]);case U.PARTICIPANT_SOURCES_UPDATE:return this._onParticipantSourcesUpdate(e);case U.PROMOTE_PARTICIPANT:return this._onParticipantPromoted(e);case U.CHAT_ROOM_UPDATED:return this._onChatRoomUpdated(e.eventType,e.totalCount,e.firstParticipants,e.addedParticipantIds,e.removedParticipantIds);case U.JOIN_LINK_CHANGED:return this._onJoinLinkChanged(e);case U.FEEDBACK:return this._onFeedback(e);case U.MOVIE_UPDATE_NOTIFICATION:return this._onSharedMovieUpdate(e);case U.MOVIE_SHARE_STARTED:return this._onSharedMovieInfoStarted(e);case U.MOVIE_SHARE_STOPPED:return this._onSharedMovieInfoStopped(e);case U.URL_SHARING_INFO_UPDATED:return this._onUrlSharingInfoUpdated(e);case U.ROOMS_UPDATED:return this._onRoomsUpdated(e);case U.ROOM_UPDATED:return this._onRoomUpdated(e);case U.ROOM_PARTICIPANTS_UPDATED:return this._onRoomParticipantsUpdated(e);case U.FEATURES_PER_ROLE_CHANGED:return this._onFeaturesPerRoleChanged(e);case U.PARTICIPANT_ANIMOJI_CHANGED:return this._onParticipantAnimojiChanged(e);case U.ASR_STARTED:return this._onAsrStart(e);case U.ASR_STOPPED:return this._onAsrStop(e);case U.PROMOTION_APPROVED:return this._onPromotionApproved(e);case U.DECORATIVE_PARTICIPANT_ID_CHANGED:return this._onDecorativeParticipantIdChanged(e);case U.VIDEO_SUSPEND_SUGGEST:return this._onVideoSuspendSuggest(e)}}_onPromotionApproved(e){return c(this,null,function*(){let t=yield this._getExternalIdByParticipantId(e.adminId);if(!t){this._warnParticipantNotInConversation(e.adminId);return}E.onPromotionApproved(t)})}_onSignalingReconnect(e){return c(this,null,function*(){var n,s;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 l=Object.keys(this._participants),u=[];for(let m of e.conversation.participants){let h=R.composeId(m),v=m.roles||[];if(this._isMe(h)){Ti(this._conversation.roles,v)||this._onRolesChanged(h,v),t=()=>{this._registerParticipantLocalMuteState({muteStates:yn(m),unmuteOptions:m.unmuteOptions})};continue}u.push(h);let I=this._participants[h];if(!I)yield this._onJoinedParticipant({participantId:m.id,participant:m,mediaSettings:m.mediaSettings});else{let A=Ce(m.mediaSettings);Na(A,I.mediaSettings)||this._changeRemoteMediaSettings(h,A);let F=R.mapParticipantState(m),O=I.participantState;R.isEqualParticipantState(F,O)||this._changeRemoteParticipantState(h,F),Ti(v,I.roles)||this._onRolesChanged(I.id,v)}}for(let m of l)u.indexOf(m)<0&&this._removeParticipant(this._participants[m],B.HUNGUP)}let i=(s=(n=e.rooms)==null?void 0:n.roomId)!=null?s:null;this._conversation.roomId!==i?this._onRoomSwitched(i).then(t):(this._processMuteStates(e,!0),t==null||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 s;let t=R.composeMessageId(e),i=R.getPeerIdString(e.peerId);if(d.debug(`Participant accepted call [${t}]`),this._statFirstMediaReceived.markAcceptedCall((s=this._transport)==null?void 0:s.getTopology()),this._conversation&&this._isMe(t)){this._close(new $(B.MISSED),"Call accepted on other device");return}let a=this._participants[t];if(!a){let l=this._api.getDecorativeIdByInitialId(t),u=l?R.composeUserId(l,e.participantType):void 0;a=this._registerParticipantInCache(yield this._createParticipant({id:t,mediaSettings:Ce(e.mediaSettings)},u))}a.state=Z.ACCEPTED,a.mediaSettings=Ce(e.mediaSettings),this._logWithMediaSettings(P.ACCEPTED_OUTGOING,a.mediaSettings),this._conversation&&this._conversation.direction===_t.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);let n=Object.keys(a.muteStates);n.length&&this._onMuteParticipant({muteStates:a.muteStates,mediaOptions:n,stateUpdated:!0,participantId:t}),this._state==="ACTIVE"&&E.onAcceptedCall(a.externalId)})}_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 $(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===B.REJECTED?Z.REJECTED:Z.HUNGUP,this._state!=="CLOSE"&&this._removeParticipant(i,B.HUNGUP)})}_onAddedParticipant(e){return c(this,null,function*(){var a,n;d.debug(`Participant added [${e.participantId}]`);let t=R.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}if(!i){let{participant:s}=e,l=s.decorativeUserId,u=yield this._createParticipant({id:t,externalId:Q.fromSignalingParticipant(s),mediaSettings:Ce(s.mediaSettings),state:s.state,participantState:R.mapParticipantState(s),roles:s.roles||[],muteStates:s.muteStates||{},unmuteOptions:s.unmuteOptions||[],observedIds:s.observedIds||[]},l);i=this._registerParticipantInCache(u)}i.state=Z.CALLED,i.mediaSettings=Ce((a=e.participant)==null?void 0:a.mediaSettings),i.participantState=R.mapParticipantState(e.participant),i.roles=((n=e.participant)==null?void 0:n.roles)||[],this._setParticipantsStatus([i],"WAITING"),this._state!=="IDLE"&&this._transport&&this._transport.allocate(i.id,!0),E.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 n,s,l;d.debug(`Participant joined [${e.participantId}]`),this._statFirstMediaReceived.markParticipantJoined((n=this._transport)==null?void 0:n.getTopology());let t=R.composeMessageId(e),i=this._participants[t];if(i&&i.state===Z.ACCEPTED){d.warn(`Participant [${t}] is already in conversation and is active`);return}if(!i){let{participant:u}=e,m=u.decorativeUserId,h=yield this._createParticipant({id:t,externalId:Q.fromSignalingParticipant(u),mediaSettings:Ce(u.mediaSettings),state:u.state,participantState:R.mapParticipantState(u),roles:u.roles||[],muteStates:u.muteStates||{},movieShareInfos:u.movieShareInfos,unmuteOptions:u.unmuteOptions||[],observedIds:u.observedIds||[],markers:this._denormalizeMarkers(t,u.markers)},m);i=this._registerParticipantInCache(h)}this._conversation&&this._conversation.direction===_t.OUTGOING&&(this._state==="IDLE"||this._state==="PROCESSING")&&(this._state="ACTIVE",this._changeFeatureSet()),i.state=Z.ACCEPTED,i.mediaSettings=Ce(e.mediaSettings),i.participantState=R.mapParticipantState(e.participant),i.roles=e.participant.roles||[],(s=this._transport)!=null&&s.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,!!((l=this._conversation)!=null&&l.observer))),E.onParticipantJoined(i.externalId,i.markers),this._changeRemoteMediaSettings(t,i.mediaSettings),this._changeRemoteParticipantState(t,i.participantState),this._invokeRolesChangedCallbackIfNeeded(i);let a=Object.keys(i.muteStates);a.length&&this._onMuteParticipant({muteStates:i.muteStates,mediaOptions:a,stateUpdated:!0,participantId:t}),yield this._processSharedMovieInfos(i.movieShareInfos)})}_onClosedConversation(e){this._toggleJoinAvailability(),this._close(new $(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,Ce(e.mediaSettings))})}_onParticipantStateChanged(e){return c(this,null,function*(){let t=R.composeMessageId(e),i=R.mapParticipantState(e);this._isMe(t)?this._changeLocalParticipantState(i):(yield this._registerParticipantAndSetMarkersIfChunkEnabled(t,e.markers),this._changeRemoteParticipantState(t,i))})}_onParticipantsStateChanged(e){return c(this,null,function*(){let{participants:t,roomId:i}=e,a=t.map(({id:l,markers:u})=>this._registerParticipantAndSetMarkersIfChunkEnabled(l,u));yield Promise.all(a);let n=new Map,s=t.map(({id:l,participantState:u})=>this._getExternalIdByParticipantId(l).then(m=>[l,m&&R.mapParticipantState({participantState:u})]));try{(yield Promise.all(s)).forEach(([u,m])=>{m&&n.set(u,m)}),this._changeMultipleParticipantState(n,i)}catch(l){d.warn(`_onParticipantsStateChanged: Failed to get external ids. ${l}`)}})}_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(),E.onMultipartyChatCreated(this._conversation))}_onForceMediaSettingsChange(e){return c(this,null,function*(){if(!this._mediaSource)return;let t=this._mediaSource.getMediaSettings(),i=Ce(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=ea(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=ea(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),E.onPeerRegistered()}_onMicSwitched(e){return c(this,null,function*(){E.onDeviceSwitched(le.AUDIO,!e.mute),yield this.toggleLocalAudio(!e.mute)})}_onChatMessage(e){return c(this,null,function*(){let t=R.composeMessageId(e),i=yield this._getExternalIdByParticipantId(t);if(!i){this._warnParticipantNotInConversation(t);return}E.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=yield this._getExternalIdByParticipantId(t);if(!i){this._warnParticipantNotInConversation(t);return}E.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),n=!1;if(!a!=!e?n=!0:a&&e&&(n=a.recordMovieId!==e.recordMovieId||a.recordStartTime!==e.recordStartTime),n)if(this._conversation.recordsInfoByRoom.set(t,e),e){let s=yield this._getExternalIdByParticipantId(e.initiator);s?E.onRecordStarted(s,e.recordMovieId,e.recordStartTime,e.recordType,e.recordExternalMovieId,e.recordExternalOwnerId,t):this._warnParticipantNotInConversation(e.initiator)}else E.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&&E.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._getExternalIdByParticipantId(t.initiator);i?E.onRecordStarted(i,t.recordMovieId,t.recordStartTime,t.recordType,t.recordExternalMovieId,t.recordExternalOwnerId,e):this._warnParticipantNotInConversation(t.initiator)}else E.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&&E.onAsrSet({externalId:i,movieId:t.movieId},e)}else E.onAsrSet(null,e)})}_changeUrlSharingInfoForRoom(){return c(this,null,function*(){if(!this._conversation)return;let{roomId:e}=this._conversation,{urlSharingInfoByRoom:t}=this._conversation,i=t.get(e);if(i){let a=yield this._getExternalIdByParticipantId(i.initiatorId);a&&E.onRemoteSharedUrl(a,i.sharedUrl,e)}})}_onParticipantAnimojiChanged(e){return c(this,null,function*(){if(this._conversation){let t=yield this._getExternalIdByParticipantId(e.participantId);if(!t){this._warnParticipantNotInConversation(e.participantId);return}E.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._getExternalIdByParticipantId(t.initiatorId);if(!a){this._warnParticipantNotInConversation(t.initiatorId);return}E.onAsrStarted(a,t.movieId,i),this._forceOpenTransportForAloneInCall()})}_onAsrStop(e){if(!this._conversation)return;let t=e.roomId||null;t===null&&(this._conversation.asrInfo=null),this._conversation.asrInfoByRoom.delete(t),E.onAsrStopped(t)}_onAsrTranscription(e){return c(this,null,function*(){if(!this._conversation)return;let t=yield this._getExternalIdByParticipantId(e.participantId);if(!t){this._warnParticipantNotInConversation(e.participantId);return}E.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,E.onLocalRolesChanged(t),this._processMuteState({mediaOptions:ur(this._getMuteStatesForCurrentRoom(),Fe.MUTE_PERMANENT),stateUpdated:!0}),R.includesOneOf(t,[gt.ADMIN,gt.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,E.onRolesChanged(i.externalId,t))}_onMuteParticipant(e,t=!1){return c(this,null,function*(){var m;if(!this._conversation)return;let{muteAll:i,muteStates:a={},unmuteOptions:n=[],mediaOptions:s=[],roomId:l=null}=e,u=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 h=this._participants[e.participantId];h&&(d.debug(`Mute states for participant [${e.participantId}] changed`,a),E.onMuteStates(a,n,s,i,e.unmute,h.externalId,u==null?void 0:u.externalId,e.stateUpdated,e.requestedMedia,e.roomId));return}if((m=e.requestedMedia)!=null&&m.length||(i&&!t?this._setMuteStatesForRoomId(a,l):i||(this._conversation.muteStatesPersonal=a)),e.adminId&&this._isMe(e.adminId)){i&&E.onMuteStates(a,n,s,i,e.unmute,null,this._conversation.externalId,e.stateUpdated,e.requestedMedia,e.roomId);return}yield this._processMuteState({mediaOptions:s,muteAll:i,unmute:e.unmute,adminId:e.adminId,stateUpdated:e.stateUpdated,requestedMedia:e.requestedMedia,roomId:e.roomId,unmuteOptions:n,muteStates:a})})}_changeMuteStatesForRoom(e,t){if(!this._conversation)return;let i=this._getMuteStatesForRoomId(t),a=this._getMuteStatesForRoomId(e),n=Object.keys(i),s=Object.keys(a);this._processMuteState({mediaOptions:Array.from(new Set([...n,...s])),roomId:e,muteAll:!0,stateUpdated:!0})}_processMuteState(e){return c(this,null,function*(){var A;if(!this._conversation||!this._mediaSource||this._participantState!==Z.ACCEPTED)return;let{mediaOptions:t=[],muteAll:i,unmute:a,stateUpdated:n,requestedMedia:s,roomId:l=null,unmuteOptions:u=[]}=e,m=e.adminId?this._participants[e.adminId]:null,h=Object.assign({},(A=e.muteStates)!=null?A:this._getMuteStatesForRoomId(l)),v=this._mediaSource.getMediaSettings(),I=Object.entries(h);for(let[F,O]of I){let K=p.newMuteRules&&this._isCallAdmin()&&i;if(!(O!==Fe.MUTE&&O!==Fe.MUTE_PERMANENT||K)&&(this._isCallAdmin()&&O===Fe.MUTE_PERMANENT&&!i&&(h[F]=Fe.MUTE),!(!t.includes(F)||a)))switch(F){case le.VIDEO:v.isVideoEnabled&&(E.onDeviceSwitched(le.VIDEO,!1),yield this.toggleLocalVideo(!1));break;case le.AUDIO:v.isAudioEnabled&&(E.onDeviceSwitched(le.AUDIO,!1),yield this.toggleLocalAudio(!1));break;case le.SCREEN_SHARING:v.isScreenSharingEnabled&&(E.onDeviceSwitched(le.SCREEN_SHARING,!1),yield this.disableScreenCapturing());break;case le.AUDIO_SHARING:v.isAudioSharingEnabled&&(E.onDeviceSwitched(le.AUDIO_SHARING,!1),yield this.toggleScreenCapturing({captureScreen:v.isScreenSharingEnabled,fastScreenSharing:v.isFastScreenSharingEnabled,captureAudio:!1}));break}}E.onMuteStates(h,u,t,i,a,null,m==null?void 0:m.externalId,n,s,l)})}_onPinParticipant(n){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))E.onLocalPin(!0,a);else{let l=yield this._getExternalIdByParticipantId(s);l&&E.onPinnedParticipant(l,!0,this._denormalizeMarkers(e,i),a)}if(this._isMe(e))E.onLocalPin(t,a);else{let l=yield this._getExternalIdByParticipantId(e);l&&E.onPinnedParticipant(l,t,this._denormalizeMarkers(e,i),a)}this._conversation.pinnedParticipantIdByRoom.set(a,t?null:e)})}_onOptionsChanged(e){this._conversation&&!pn(this._conversation.options,e)&&(this._conversation.options=e,E.onOptionsChanged(e))}_onNetworkStatus(e){if(this._conversation){let t=[];for(let[i,a]of Object.entries(e)){let n;if(this._isMe(i)||i==="")n=this._conversation.networkRating;else if(this._participants[i])n=this._participants[i].networkRating;else continue;if(n!==a)if(this._isMe(i)||i==="")this._conversation.networkRating=a,E.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),E.onNetworkStatusChanged(t)}}_onRemoteStreamSecond(e,t){let i=this._participants[e];if(i){if(p.producerScreenTrack){E.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 n=this._streamIdByStreamDescription.get(a);if(!n||this._streamWaitTimerByStreamDescription.has(a)){d.log("Delaying secondary stream start/stop until main stream becomes available",a);return}let s=this._streamByStreamId.get(n);if(!s){C.log(P.PAT_ERROR,"streamNotFound"),d.error(`Could not find stream by ID: ${n}`);return}E.onRemoteStream(i.externalId,i.secondStream||s)}else{let a=t||i.remoteStream;a&&E.onRemoteStream(i.externalId,a)}}}_onAnimojiStream(e,t){if(this._isMe(e)&&this._mediaSource){E.onVmojiStream(t,this._mediaSource.getMediaSettings());return}let i=this._participants[e];i&&E.onRemoteVmojiStream(i.externalId,t)}_onAnimojiError(e){return c(this,null,function*(){try{let t=yield this._getExternalIdByParticipantId(e.participantId);t&&(delete e.participantId,E.onVmojiError(He(ue({},e),{externalId:t})))}catch(t){d.warn("_onAnimojiError failed",t)}})}_onPeerConnectionClosed(e){e==="SERVER"&&this._cleanupParticipantAgnosticStreams()}_changeFeatureSet(){if(this._conversation){let e=this._state==="ACTIVE",t=this._conversation.features.includes(Qr.ADD_PARTICIPANT);E.onCallState(e,t,this._conversation)}}_changeNeedRate(){this._conversation&&this._conversation.needRate&&E.onRateNeeded()}_onVolumesDetected(e){let t=[];for(let[i,a]of Object.entries(e)){let n=this._participants[i];n&&n.externalId&&t.push({uid:n.externalId,volume:a.real})}E.onVolumesDetected(t)}_onSpeakerChanged(e){this._activeSpeakerId=e,this._participants[e]&&this._lastSignalledActiveSpeakerId!==e&&(E.onSpeakerChanged(this._participants[e].externalId),this._lastSignalledActiveSpeakerId=e)}_onTransportStateChanged(e,t){return c(this,null,function*(){d.debug(`Transport state has changed: ${t}`,e);let i=this._getStatusByTransportState(t);if(!i)return;let a=e.reduce((n,s)=>{if(s in this._participants){let l=this._participants[s];n.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 n},[]);a.length&&this._setParticipantsStatus(a,i)})}_onTransportLocalStateChanged(e){return c(this,null,function*(){var t;if(d.debug(`Local transport state has changed: ${e}`),e==="CONNECTED"&&(E.onLocalStatus("CONNECTED"),((t=this._transport)==null?void 0:t.getTopology())==="SERVER")){let i=Object.values(this._myLastRequestedLayouts);yield this.updateDisplayLayout(i)}e==="CONNECTING"&&E.onLocalStatus("CONNECTING"),e==="RECONNECTING"&&E.onLocalStatus("RECONNECT"),e==="FAILED"&&this._transport&&this._transport.allocated().length===0&&(this._signaling.ready&&(yield this._signaling.hangup(B.FAILED)),this._close(new $(B.FAILED),"Transport failed"))})}_onRemoteTrackAdded(e,t,i){return c(this,null,function*(){if(e.endsWith($e.AUDIO_MIX))d.debug("Remote audio mix track added"),this._audioOutput.add(i),E.onRemoteMixedAudioStream(t);else if(e.startsWith($e.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){let n=this._api.getDecorativeIdByInitialId(e),s=n?R.composeUserId(n):void 0;d.warn(`Conversation: track added before participant [id: ${e}, decorativeId: ${s}]`),a=this._registerParticipantInCache(yield this._createParticipant({id:e},s)),this._setParticipantsStatus([a],"WAITING"),this._activeSpeakerId===e&&this._lastSignalledActiveSpeakerId!==e&&(E.onSpeakerChanged(a.externalId),this._lastSignalledActiveSpeakerId=e)}if(this._transport&&!this._transport.isAllocated(a.id)&&this._transport.allocate(a.id,!1),i.kind==="audio"&&(this._audioOutput.add(i),p.preserveAudioTracks||(a.remoteAudioTrack=i,t.removeTrack(i))),a.remoteStream!==t&&t.getTracks().length){if(a.remoteStream=t,a.secondStream)return;E.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!==$e.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(),this._isRealTimeAsrRequested&&this._forceOpenTransportForAloneInCall())}_onAudioMixStall(e){this._audioMixStalled!==e&&(this._audioMixStalled=e,d.debug("Audio mix stalled:",e),E.onLocalStatus(e?"RECONNECT":"CONNECTED"))}_onRemoteSignalledStall(e){let t={},i=[],a=[];d.debug("Participants stalled:",e);for(let n of e){if(t[n]=!0,!this._lastStalled[n]){let s=this._participants[n];s&&i.push(s)}delete this._lastStalled[n]}for(let n of Object.keys(this._lastStalled)){let s=this._participants[n];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),this._fixVideoDevice(e.outbound.rtps)}_fixAudioDevice(e){var t;!M.hasMicrophone()||!this._audioFix||!((t=this._mediaSource)!=null&&t.getMediaSettings().isAudioEnabled)||this._audioFix.fix(e)}_fixVideoDevice(e){var t;!M.hasCamera()||!this._audioFix||!((t=this._mediaSource)!=null&&t.getMediaSettings().isVideoEnabled)||this._audioFix.fixVideo(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}),E.onJoinStatus(t,e))}_updateDisplayLayoutFromCache(e){return c(this,null,function*(){var i;if(((i=this._transport)==null?void 0:i.getTopology())!=="SERVER")return;let t=this._participants[e];t&&t.lastRequestedLayouts&&Object.keys(t.lastRequestedLayouts).length&&(yield this.updateDisplayLayout(Object.values(t.lastRequestedLayouts)))})}_setParticipantsStatus(e,t,i=null){if(!e.length)return;let a=e.reduce((n,s)=>(s.status!==t&&(s.status=t,n.push(s.externalId)),n),[]);a.length&&E.onRemoteStatus(a,t,i)}_onJoinLinkChanged(e){E.onJoinLinkChanged(e.joinLink)}_onRoomsUpdated(e){return c(this,null,function*(){var i;if(this._isCalledState())return;let t={};for(let a of Object.keys(Ri)){let n=e.updates[a];n&&(t[a]={rooms:yield Promise.all(((i=n==null?void 0:n.rooms)==null?void 0:i.map(this._convertRoomToExternal.bind(this)))||[]),roomIds:n==null?void 0:n.roomIds,deactivated:n==null?void 0:n.deactivated})}E.onRoomsUpdated(t)})}_onRoomUpdated(e){return c(this,null,function*(){var i,a;let t=yield this._convertRoomToExternal(e.room||null);e.events.some(n=>n===Ri.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))),this._isCalledState()||E.onRoomUpdated(e.events,e.roomId,t,e.deactivate||null)})}_convertRoomToExternal(e){return c(this,null,function*(){var s,l,u,m,h;if(!e)return null;let t=yield Promise.all(((s=e.participantIds)==null?void 0:s.map(v=>this._getExternalIdByParticipantId(v)))||[]),i=yield Promise.all(((l=e.addParticipantIds)==null?void 0:l.map(v=>this._getExternalIdByParticipantId(v)))||[]),a=yield Promise.all(((m=(u=e.removeParticipantIds)==null?void 0:u.map)==null?void 0:m.call(u,v=>this._getExternalIdByParticipantId(v)))||[]),n=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:(h=e.participants)!=null&&h.participants?this._participantListChunkToExternalChunk(e.participants):void 0,active:e.active,muteStates:e.muteStates,pinnedParticipantId:n,countdownSec:e.countdownSec,timeoutMs:e.timeoutMs}})}_onRoomParticipantsUpdated(e){return c(this,null,function*(){var I,A,F,O,K,q,pe,re;let t=(I=this._transport)==null?void 0:I.getState(),i=(A=e.roomId)!=null?A:null,a=((F=e.addedParticipantIds)==null?void 0:F.map(J=>R.decomposeId(J).id))||[],n=yield this._api.getExternalIdsByOkIds(a),s=e.addedParticipants;if(n.length&&(s==null?void 0:s.length)!==n.length&&!this._isCalledState()){let J=this._convertExternalIdsToServerExternalIds(n);s=(yield this._signaling.getParticipants(J)).participants}let l=yield Promise.all((s==null?void 0:s.map(J=>c(this,null,function*(){var Ue;let _e=R.composeId(J);return this._createParticipant({id:_e,externalId:Q.fromSignalingParticipant(J),mediaSettings:Ce(J.mediaSettings),participantState:R.mapParticipantState(J),state:J.state,roles:J.roles||[],status:(Ue=this._getStatusByTransportState(t))!=null?Ue:"WAITING",muteStates:J.muteStates||{},unmuteOptions:J.unmuteOptions||[],observedIds:J.observedIds||[],markers:this._denormalizeMarkers(_e,J.markers),isInRoom:i!==null},J.decorativeUserId)})))||[]),u=!1;for(let J of l)J.id===((O=this._conversation)==null?void 0:O.compositeUserId)&&(u=!0),this._registerParticipantInCache(J);((K=this._transport)==null?void 0:K.getState())==="IDLE"&&!this._isCalledState()&&this._openTransport(l,!0);let m=[],h=[];if(e!=null&&e.removedParticipantMarkers){for(let J of e.removedParticipantMarkers)if((q=J.GRID)!=null&&q.id){let _e=this._getExternalIdByParticipantId(J.GRID.id);h.push(_e)}m=yield Promise.all(h)}if(u&&(yield this._onRoomSwitched(i)),m){let J=(pe=this._conversation)==null?void 0:pe.pinnedParticipantIdByRoom.get(i);if(J){let _e=yield this._getExternalIdByParticipantId(J);if(_e){for(let Ue of m)if(Q.compare(_e,Ue)){(re=this._conversation)==null||re.pinnedParticipantIdByRoom.delete(i);break}}}}let v={roomId:i,participantCount:e.participantCount,addedParticipantIds:n,addedParticipants:R.mapSharedParticipants(l),removedParticipantMarkers:e==null?void 0:e.removedParticipantMarkers,removedParticipantIds:m};this._isCalledState()||E.onRoomParticipantsUpdated(v)})}_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&&!this._isCalledState()){E.onRoomStart(e);return}this._isCalledState()||E.onRoomSwitched(e),e!==null&&!this._isCallAdmin()&&(yield this._refreshRooms(!1)),this._changePinnedParticipantForRoom(),this._changeRecordInfoForRoom(),this._changeMuteStatesForRoom(e,i),yield this._changeAsrInfoForRoom(),yield this._changeUrlSharingInfoForRoom()})}_refreshRooms(e){return c(this,null,function*(){var n,s,l,u,m,h,v,I,A,F,O,K;let t;this._isCalledState()||(t=yield this._signaling.getRooms(e));let i=(s=(n=t==null?void 0:t.rooms)==null?void 0:n.rooms)!=null?s:[],a=[];for(let q of i){let pe=(l=q.id)!=null?l:null;if(this._setMuteStatesForRoomId(q.muteStates,pe),(m=this._conversation)==null||m.recordsInfoByRoom.set(pe,(u=q.recordInfo)!=null?u:null),(v=this._conversation)==null||v.pinnedParticipantIdByRoom.set(pe,(h=q.pinnedParticipantId)!=null?h:null),q.asrInfo&&((I=this._conversation)==null||I.asrInfoByRoom.set(pe,q.asrInfo)),q.urlSharingInfo?(A=this._conversation)==null||A.urlSharingInfoByRoom.set(pe,q.urlSharingInfo):(F=this._conversation)==null||F.urlSharingInfoByRoom.delete(pe),e){yield this._registerParticipants(((K=(O=q==null?void 0:q.participants)==null?void 0:O.participants)==null?void 0:K.filter(J=>!this._participants[R.composeId(J)]))||[],!0);let re=yield this._convertRoomToExternal(q);re&&a.push(re)}}a.length&&!this._isCalledState()&&E.onRoomsUpdated({[Ri.UPDATE]:{rooms:a}})})}_onFeedback(e){return c(this,null,function*(){let t=[];for(let i of e.feedback){let a=He(ue({},i),{items:[]});for(let n of i.items){let s=yield this._getExternalIdByParticipantId(n.participantId);s?a.items.push(He(ue({},n),{participantId:s})):this._warnParticipantNotInConversation(n.participantId)}t.push(a)}E.onFeedback(t,e.roomId)})}_onDecorativeParticipantIdChanged(e){return c(this,null,function*(){if(!this._conversation||!e.decorativeParticipantId||!e.decorativeExternalParticipantId)return;let{participantId:t,decorativeParticipantId:i,decorativeExternalParticipantId:a}=e,n=this._isMe(t);d.debug(`Decorative participant id changed [${t}]`,e);let s=yield this._getExternalIdByParticipantId(t);if(!s){this._warnParticipantNotInConversation(t);return}let l=Q.fromSignaling(a,s.deviceIdx);E.onParticipantIdChanged(s,l),this._api.cacheExternalId(i,l),this._api.mapDecorativeId(i,t),n?this._conversation.externalId=l:this._participants[t].externalId=l})}_onVideoSuspendSuggest(e){!this._conversation||this._conversation.topology!=="SERVER"||(d.debug("Video suspend suggested",e),E.onVideoSuspendSuggest(e.bandwidth))}_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._isCalledState()&&this._transport.open(this._transport.allocated(),null,!!((i=this._conversation)!=null&&i.observer),!0)}},N=X;N._delayedHangup=!1;var ki=class extends Error{constructor(e,t){super(e);Object.setPrototypeOf(this,ki.prototype),this.participantErrors=t}};var Ut=null,ii=null;function Ln(){Ut=null,ii=null}function Ir(o=null,r){return c(this,null,function*(){var t;let e=o!=null?o:p.apiBaseUrl;if(e)return e;if((r!=null?r:p.apiEnv)!=="AUTO")return p.apiEndpoint(r);try{let i=atob("aHR0cHM6Ly9kbnMuZ29vZ2xlL3Jlc29sdmU/bmFtZT12aWRlby5fZW5kcG9pbnQub2sucnUmdHlwZT1UWFQ="),n=yield(yield fetch(i,{method:"GET",mode:"cors",cache:"no-cache"})).json(),s=(t=n==null?void 0:n.Answer[0])==null?void 0:t.data;if(!s)throw new Error("Wrong DNS response");return d.debug("Resolved API endpoint",s),s}catch(i){return d.warn("Failed to resolve API endpoint using DNS, default is used",i),p.apiEndpoint(r)}})}function Nn(){return c(this,null,function*(){return Ut||ii||(ii=Ir(),Ut=yield ii,ii=null,Ut)})}function ri(t){return c(this,arguments,function*(o,r={},e=!1){if(!window.Blob||!window.navigator.sendBeacon)return;yield Nn();let i=Bn(o,r,e),a=new window.Blob([i],{type:"application/x-www-form-urlencoded"});window.navigator.sendBeacon(`${Ut}/fb.do`,a)})}function wi(i){return c(this,arguments,function*(o,r={},e=!1,t){yield Nn();let a=Bn(o,r,e);return ys(a,t)})}function ys(o,r){return c(this,null,function*(){return new Promise((e,t)=>{let i=new XMLHttpRequest;i.open("POST",`${r!=null?r:Ut}/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(n){a={result:i.responseText}}i.status!==200||a.hasOwnProperty("error_msg")?t(a):e(a)},i.send(o)})})}function Un(o,r){return c(this,null,function*(){try{let e=yield fetch(o,{method:"POST",body:r});if(!e.ok)throw new Error(`HTTP error! status: ${e.status}`);let t=yield e.text();d.debug("Form data sent successfully",t)}catch(e){throw d.warn("Failed to send form data",e),e}})}function Bn(o,r={},e=!1){r.method=o,r.format="JSON",r.application_key||(r.application_key=p.apiKey),e||(me.sessionKey?r.session_key=me.sessionKey:me.accessToken&&(r.access_token=me.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 Oi=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){}logClientStats(r){}logClientEvents(r){}getCachedOkIdByExternalId(r){return null}cacheExternalId(r,e){}mapDecorativeId(r,e){}unmapDecorativeId(r){}getDecorativeIdByInitialId(r){}replaceByInitialIdIdIfExists(r){return typeof r=="string"?parseInt(r,10):r}hangupConversation(r){}sendUserFeedbackStats(r,e,t,i){}removeHistoryRecords(r){return c(this,null,function*(){})}getServerTime(){return c(this,null,function*(){return Date.now()})}cleanup(){}};var Ms=10,As=700,Ds=3e3,xi=class extends Oi{constructor(){super(...arguments);this._userId=null;this._externalUidsCache=new Map;this._decorativeIdToInitialId=new Map;this._initialIdToDecorativeId=new Map}_callUnsafe(a){return c(this,arguments,function*(e,t={},i=!1){let n=s=>c(this,null,function*(){try{return yield wi(e,t,i)}catch(l){if(!l.hasOwnProperty("error_msg")&&(s++,d.debug(`${e} network error, attempt ${s}...`),s<Ms))return yield R.delay(Math.min(s*As,Ds)),n(s);throw d.warn(e,"error",l),l}});return n(0)})}_call(a){return c(this,arguments,function*(e,t={},i=!1){try{return yield this._callUnsafe(e,t,i)}catch(n){d.warn("Api call error",n);let s=se.API;switch(n.error_code){case 102:case 103:case 104:return yield this.authorize(),this._callUnsafe(e,t,i)}let l={message:n.error_msg,code:n.error_code};switch(n.custom_error&&(l.custom_error=n.custom_error),n.error_code){case 1101:s=B.SERVICE_DISABLED;break;case 300:s=B.NOT_FOUND;break;case 1102:s=B.CALLEE_IS_OFFLINE;break;case 1103:s=B.NOT_FRIENDS;break;case 1104:case 1106:s=B.EXTERNAL_API_ERROR;break;case 1113:s=B.CALLER_IS_REJECTED;break;case 1114:s=B.VCHAT_DETAILED_ERROR;break}throw new $(s,l)}})}userId(e){return c(this,null,function*(){let t=R.extractOkId(e);if(me.isEmpty())return Q.fromId(String(t));this._externalUidsCache.has(t)||(yield this._getExternalIdsByOkIds([t]));let i=this.getDecorativeIdByInitialId(t);return i&&(t=i),Q.fromString(this._externalUidsCache.get(t))})}authorize(){return c(this,null,function*(){if(this._ensureUuid(),!p.apiKey)throw new $(se.API,{message:"Required argument apiAppKey not passed"});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)),me.sessionKey=t.session_key,me.sessionSecretKey=t.session_secret_key}).catch(t=>{throw t.error_code===401&&E.onTokenExpired(),new $(se.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})};ri("log.externalLog",t)}logClientStats(e){let t={app_version:String(p.appVersion),sdk_type:"WEB",sdk_version:p.sdkVersion,version:1,items:e};p.clientStatsPlatform&&(t.platform=p.clientStatsPlatform);let i={data:JSON.stringify(t)};ri("vchat.clientStats",i)}logClientEvents(e){let t={app_version:String(p.appVersion),sdk_type:"WEB",sdk_version:p.sdkVersion,version:1,items:e};p.clientStatsPlatform&&(t.platform=p.clientStatsPlatform);let i={data:JSON.stringify(t)};ri("vchat.clientEvents",i)}uploadDebugLogs(e,t,i,a){return c(this,null,function*(){let n={conversationId:e,webrtcPlatform:p.platform,startTime:t,endTime:i},s=yield this._callUnsafe("vchat.getLogUploadUrl",n),l=new FormData,u=new Blob([a],{type:"application/json"});l.append("file",u,"log.json");let m=new URL(s.upload_url);return m.searchParams.append("size",u.size.toString()),Un(m.toString(),l)})}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(u){return c(this,arguments,function*(e,t="",i=!1,{onlyAdminCanShareMovie:a,audienceMode:n,audioOnly:s}={},l){let m=this._preareStartConversationData({conversationId:e,isVideo:!1,joiningAllowed:!0,payload:t,requireAuthToJoin:i,onlyAdminCanShareMovie:a,audienceMode:n,audioOnly:s,speakerIds:l});return this._startConversation(m)})}startConversation(m,h,v){return c(this,arguments,function*(e,t,i,a=!1,n="",s=!1,l=!1,{onlyAdminCanShareMovie:u}={}){let I=this._preareStartConversationData({conversationId:e,isVideo:a,joiningAllowed:s,payload:n,requireAuthToJoin:l,onlyAdminCanShareMovie:u});if(t&&t.length)switch(i){case st.USER:I.uids=t.join(",");break;case st.GROUP:I.gid=t[0];break;case st.CHAT:I.chatId=t[0];break}return this._startConversation(I)})}_ensureUuid(){if(!this._uuid){let e=mt.get("uuid");e||(e=R.uuid(),mt.set("uuid",e)),this._uuid=String(e)}}_preareStartConversationData({conversationId:e,isVideo:t,payload:i="",joiningAllowed:a=!1,requireAuthToJoin:n=!1,onlyAdminCanShareMovie:s,audienceMode:l=!1,audioOnly:u=!1,speakerIds:m=[]}){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),n&&(h.requireAuthToJoin=!0),s!==void 0&&(h.onlyAdminCanShareMovie=s),l&&(h.audienceMode=l),u&&(h.audioOnly=u),m.length){let v=m.map(I=>R.composeUserId(I));h.speakerIds=v.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 n={joinLink:e,isVideo:t,protocolVersion:p.protocolVersion};return i!=null&&i.length&&(n.observedIds=i.join(",")),p.anonymToken&&(n.anonymToken=p.anonymToken),a&&(n.payload=a),this._call("vchat.joinConversationByLink",n)})}getOkIdsByExternalIds(e){return c(this,null,function*(){let t=[],i=[],a=new Map,n=Array.from(this._externalUidsCache.keys()),s=Array.from(this._externalUidsCache.values());for(let u of e){let m=Q.toString(u),h=s.indexOf(m);h>-1?t.push(this.replaceByInitialIdIdIfExists(n[h])):(a.set(String(u.id),m),i.push({id:u.id,ok_anonym:u.type==="ANONYM"}))}return i.length&&(yield this._call("vchat.getOkIdsByExternalIds",{externalIds:i})).ids.forEach((u,m)=>{let h=Number(u.ok_user_id),v=String(u.external_user_id.id);a.has(v)&&(this.cacheExternalId(h,Q.fromString(a.get(v))),t.push(h))}),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 n of e){let s=Q.toString(n),l=a.indexOf(s);if(l>-1){let u=R.composeParticipantId(this.replaceByInitialIdIdIfExists(i[l]),ce.USER,n.deviceIdx);t.set(n,u)}}return t})}getExternalIdsByOkIds(e){return c(this,null,function*(){let t=[],i=[];for(let n of e)if(this._externalUidsCache.has(n)){let s=this.getDecorativeIdByInitialId(n),l=this._externalUidsCache.get(s!=null?s:n);t.push(Q.fromString(l))}else i.push(n);if(!i.length)return t;let a=yield this._getExternalIdsByOkIds(i);return Array.from(a.values())})}getCachedOkIdByExternalId(e){let t=Array.from(this._externalUidsCache.keys()),i=Array.from(this._externalUidsCache.values()),a=Q.toString(e),n=i.indexOf(a);return n>-1?R.composeParticipantId(this.replaceByInitialIdIdIfExists(t[n]),ce.USER,e.deviceIdx):n>-1?R.composeParticipantId(t[n],ce.USER,e.deviceIdx):null}cacheExternalId(e,t){let i=R.extractOkId(e);this._externalUidsCache.set(i,Q.toString(t))}mapDecorativeId(e,t){let i=R.extractOkId(e),a=R.extractOkId(t);this._decorativeIdToInitialId.set(i,a),this._initialIdToDecorativeId.set(a,i)}unmapDecorativeId(e){let t=R.extractOkId(e),i=this.getDecorativeIdByInitialId(t);i&&this._decorativeIdToInitialId.delete(i),this._initialIdToDecorativeId.delete(t)}getDecorativeIdByInitialId(e){let t=R.extractOkId(e);return this._initialIdToDecorativeId.get(t)}replaceByInitialIdIdIfExists(e){var i;let t=R.extractOkId(e);return(i=this._decorativeIdToInitialId.get(t))!=null?i: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:B.HUNGUP};p.anonymToken&&(t.anonymToken=p.anonymToken),ri("vchat.hangupConversation",t)}sendUserFeedbackStats(e,t,i,a){let n={collector:"app.vchat.events.product",data:JSON.stringify({application:`${p.appName}:${p.sdkVersion}`,platform:p.platform,items:[{type:1,operation:P.USER_FEEDBACK_RECEIVED,timestamp:Date.now(),custom:{vcid:e,user_response:t,reason:i,group_call_users_count:a}}]})};ri("log.externalLog",n)}removeHistoryRecords(e){return c(this,null,function*(){yield this._call("vchat.removeHistoryRecords",{recordIds:e.join(",")})})}cleanup(){this._decorativeIdToInitialId=new Map,this._initialIdToDecorativeId=new Map}_getExternalIdsByOkIds(e){return c(this,null,function*(){let t=new Map;e=e.map(i=>{var a;return(a=this.getDecorativeIdByInitialId(i))!=null?a:i});try{let i=yield this._call("vchat.getExternalIdsByOkIds",{uids:e.join(",")}),a=(n,s)=>{for(let[l,u]of Object.entries(n)){let m=Number(l),h=Q.fromId(u,s);t.set(m,h),this.cacheExternalId(m,h)}};i.external_ids&&a(i.external_ids,"USER"),i.anonym_ids&&a(i.anonym_ids,"ANONYM");for(let n of e){let s=Number(n);if(!t.has(s)){let l=Q.fromId(String(s));t.set(s,l),this.cacheExternalId(s,l)}}return t}catch(i){return t}})}getServerTime(){return c(this,null,function*(){return(yield this._call("system.getInfo")).serverTime})}};var Vn=(e=>(e.KING="KING",e.PAWN="PAWN",e))(Vn||{}),ks=Vn;var ta=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 ia=class{constructor(r,e,t,i=null){this._uuid=R.uuid(),this._apiKey=e,this._callToken=t,this._apiEnv=r,this._baseApiUrl=i}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 Ir(this._baseApiUrl,this._apiEnv),t=yield wi("auth.anonymLogin",r,!0,e);return R.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:B.HUNGUP,application_key:this._apiKey,session_key:this._sessionKey},t=yield Ir(this._baseApiUrl,this._apiEnv);yield wi("vchat.hangupConversation",e,!0,t)})}};var ne,Li=null,US={getCameras:M.getCameras,getMicrophones:M.getMicrophones,getOutput:M.getOutput,getVideoFacingMode:M.getVideoFacingMode,hasCamera:M.hasCamera,hasMicrophone:M.hasMicrophone,getSavedCamera:M.getSavedCamera,getSavedMicrophone:M.getSavedMicrophone,getSavedOutput:M.getSavedOutput,hasCameraPermission:M.hasCameraPermission,hasMicrophonePermission:M.hasMicrophonePermission,hasPermissions:M.hasPermissions,getUserMedia:M.getUserMedia,getUserVideo:M.getUserVideo,getUserAudio:M.getUserAudio,setResolution:M.setResolution,isBrowserSupported:M.isBrowserSupported,isScreenCapturingSupported:M.isScreenCapturingSupported,os:M.os,isMobile:M.isMobile,browserName:M.browserName,browserVersion:M.browserVersion,baseChromeVersion:M.baseChromeVersion,getAudioContext:M.getAudioContext,isAudioShareSupported:M.isAudioShareSupported},BS={participantMarkerCompare:R.participantMarkerCompare};function VS(o){Li=o}function FS(o){p.videoEffects=o}function jS(o){p.audioEffects=o}function HS(o,r=null,e={},t=1){p.vmoji=o,p.vmojiOptions={protocolVersion:t,renderingOptions:e},r&&o.setSDK(r)}function GS(o){return c(this,null,function*(){if(p.set(o),ne||(ne=new xi),Fn.disableLog(!p.debug),d.toggle(p.debug),d.log(`Calls SDK ${p.sdkVersion}`,o),yield M.init(),!M.isBrowserSupported())throw new $(se.UNSUPPORTED);d.log("UserAgent:",navigator.userAgent),d.log("Screen resolution:",`${window.screen.width}x${window.screen.height}`),d.log("Permissions:",`Camera: ${M.hasCameraPermission()}, Mic: ${M.hasMicrophonePermission()}`),d.log("Simulcast:",`${o.simulcast} => ${p.simulcast}`)})}function WS(n){return c(this,arguments,function*(o,r=[le.AUDIO],e="",t=!1,i=!1,a){let s=[],l=[];if(Array.isArray(o)?s=o.length?o:[]:o&&(s=[o]),s.length&&(l=yield ne.getOkIdsByExternalIds(s),!l.length))throw new $(B.CALLEE_IS_OFFLINE);return ws(l,st.USER,r,e,t,i,a)})}function ws(s){return c(this,arguments,function*(o,r=st.USER,e,t="",i=!1,a=!1,n){if(N.current())throw d.error("There is already active call"),new $(B.FAILED);return new N(ne,Li).onStart(o,r,e,t,i,a,n)})}function $S(o){return c(this,null,function*(){return Os(o)})}function Os(t){return c(this,arguments,function*(o,r=ce.USER,e){if(o===N.id())throw new Error("Push has already been processed");return new N(ne,Li).onPush(o,r,e)})}function KS(o,r){return c(this,null,function*(){return o&&(p.authToken=o),r!==void 0&&p.apiBaseUrl!==r&&(p.apiBaseUrl=r,Ln()),ne.authorize()})}function qS(){return c(this,arguments,function*(o=[le.AUDIO]){return Ke().accept(o)})}function zS(){return c(this,null,function*(){let o=N.current();if(o)return o.decline()})}function JS(e){return c(this,arguments,function*(o,r=[le.AUDIO]){return xs(o,r)})}function xs(o,r,e){return c(this,null,function*(){if(N.current())throw d.error("There is already active call"),new $(B.FAILED);return new N(ne,Li).onJoin({conversationId:o,mediaOptions:r,chatId:e})})}function YS(a){return c(this,arguments,function*(o,r=[le.AUDIO],e,t,i){if(N.current())throw d.error("There is already active call"),new $(B.FAILED);return e&&(p.anonymToken=e),new N(ne,Li).onJoin({joinLink:o,mediaOptions:r,observedIds:t,payload:i})})}function QS(){return c(this,null,function*(){let o=N.current();if(o)return o.hangup();N.hangupAfterInit()})}function XS(o,r){return c(this,null,function*(){Array.isArray(o)||(o=[o]);let e=yield ne.getOkIdsByExternalIds(o);if(!e.length)throw new Error("User not found");return Ls(e,r)})}function Ls(o,r){return c(this,null,function*(){let e=N.current();if(e){let t=o.map(i=>R.composeUserId(i));yield e.addParticipant(t,r)}})}function ZS(o,r=!1){return c(this,null,function*(){let e=yield ne.getOkIdsByExternalIds([o]);return Ns(e[0],r)})}function Ns(o,r=!1){return c(this,null,function*(){let e=N.current();if(e)try{yield e.removeParticipant(R.composeUserId(o),r)}catch(t){d.warn(`Failed to remove participant ${o}. Perhaps he is no longer on the call. ${t}`)}})}function ev(o,r){return c(this,null,function*(){let e=N.current();if(o==="videoinput"&&Mt.contains(r))return p.videoFacingMode=r,e?(M.isMobile()&&e.stopVideoTrack(),e.changeDevice(o)):void 0;if(!(yield M._saveDeviceId(o,r)))throw new Error(`Device not found: ${r}`);if(e)return e.changeDevice(o)})}function tv(o){return c(this,null,function*(){let r=typeof o=="object"?He(ue({},o),{fastScreenSharing:o.captureScreen&&o.fastScreenSharing,captureAudio:o.captureScreen&&o.captureAudio&&p.audioShare}):{captureScreen:o,fastScreenSharing:!1,captureAudio:!1},e=N.current();return e?e.toggleScreenCapturing(r):Promise.reject()})}function iv(o){let r=N.current();r&&r.toggleAnimojiCapturing(o)}function rv(o,r=!1){return c(this,null,function*(){let e=N.current();e&&(yield e.setVideoStream(o,r))})}function av(o){return c(this,null,function*(){let r=N.current();r&&(yield r.toggleLocalVideo(o))})}function nv(o){return c(this,null,function*(){let r=N.current();r&&(yield r.toggleLocalAudio(o))})}function ov(o){return c(this,null,function*(){let r=N.current();if(r)return r.setLocalResolution(o)})}function sv(o){return c(this,null,function*(){let r=N.current();r&&(yield r.changePriorities(o))})}function cv(o,r){return c(this,null,function*(){let e=N.current();if(e){let t;if(r){let[i]=yield ne.getOkIdsByExternalIds([r]);t=R.composeParticipantId(i,ce.USER,r.deviceIdx)}yield e.changeParticipantState(o,t)}})}function dv(){return c(this,null,function*(){let o=N.current();o&&(yield o.putHandsDown())})}function lv(o){return c(this,null,function*(){let r=N.current();r&&(yield r.updateDisplayLayout(o))})}function pv(o,r,e=!1){return c(this,null,function*(){let t=yield ne.getOkIdsByExternalIds([o]);return Us(t[0],Q.getDeviceIdx(o),r,e)})}function Us(o,r,e,t=!1){return c(this,null,function*(){let i=N.current();i&&(yield i.grantRoles(R.composeParticipantId(o,ce.USER,r),e,t))})}function uv(i){return c(this,arguments,function*({externalId:o=null,muteStates:r,requestedMedia:e=[],roomId:t=null}){let a=null;return o&&(a=(yield ne.getOkIdsByExternalIds([o]))[0]),Bs({uid:a,muteStates:r,requestedMedia:e,deviceIdx:Q.getDeviceIdx(o),roomId:t})})}function Bs(a){return c(this,arguments,function*({uid:o=null,muteStates:r,requestedMedia:e=[],deviceIdx:t=0,roomId:i=null}){let n=N.current();if(n){let s=o?R.composeParticipantId(o,ce.USER,t):null;yield n.muteParticipant(s,r,e,i)}})}function mv(o,r=!1,e=null){return c(this,null,function*(){let t=yield ne.getOkIdsByExternalIds([o]);return Vs(t[0],r,Q.getDeviceIdx(o),e)})}function Vs(o,r=!1,e=0,t=null){return c(this,null,function*(){let i=N.current();i&&(yield i.pinParticipant(R.composeParticipantId(o,ce.USER,e),r,t))})}function hv(o){return c(this,null,function*(){let r=N.current();r&&(yield r.updateMediaModifiers(o))})}function _v(o){return c(this,null,function*(){let r=N.current();r&&(yield r.enableVideoSuspend(o))})}function gv(o){return c(this,null,function*(){let r=N.current();r&&(yield r.enableVideoSuspendSuggest(o))})}function fv(o){return c(this,null,function*(){let r=N.current();r&&(yield r.changeOptions(o))})}function Sv(o,r=null){return c(this,null,function*(){let e=null;return r&&(e=(yield ne.getOkIdsByExternalIds([r]))[0]),Fs(o,e)})}function Fs(o,r=null){return c(this,null,function*(){let e=N.current();if(e){let t=r?R.composeUserId(r):null;yield e.chatMessage(o,t)}})}function vv(o=10){return c(this,null,function*(){let r=N.current();if(r)return r.chatHistory(o)})}function Iv(o,r=null){return c(this,null,function*(){let e=null;return r&&(e=(yield ne.getOkIdsByExternalIds([r]))[0]),js(o,e,Q.getDeviceIdx(r))})}function js(o,r=null,e=0){return c(this,null,function*(){let t=N.current();if(t){let i=r?R.composeParticipantId(r,ce.USER,e):null;yield t.customData(o,i)}})}function Ev(){return c(this,arguments,function*(o="",r=!1,{onlyAdminCanShareMovie:e=!1}={}){return(yield ne.createConversation(R.uuid(),o,r,{onlyAdminCanShareMovie:e})).join_link})}function Rv(){return c(this,arguments,function*(o="",r=!1,{onlyAdminCanShareMovie:e=!1,audioOnly:t=!1}={},i){let a=Q.fromIds(i),n=yield ne.getOkIdsByExternalIds(a);return(yield ne.createConversation(R.uuid(),o,r,{onlyAdminCanShareMovie:e,audienceMode:!0,audioOnly:t},n)).join_link})}function Tv(){return c(this,null,function*(){let o=N.current();return o?o.createJoinLink():Promise.reject()})}function Cv(){return c(this,null,function*(){let o=N.current();return o?o.removeJoinLink():Promise.reject()})}function Pv(o,r){return c(this,null,function*(){return ne.getAnonymTokenByLink(o,r)})}function yv(o){let r=N.current();r&&r.setVolume(o)}function bv(o){p.forceRelayPolicy=o}function Mv(o=!1,r=null,e=null,t="DIRECT_LINK",i=null,a=null){return c(this,null,function*(){let n=N.current();return n?n.startStream(o,r,e,t,i,a):Promise.reject()})}function Av(o=null){return c(this,null,function*(){let r=N.current();return r?r.stopStream(o):Promise.reject()})}function Dv(o=null){return c(this,null,function*(){let r=N.current();return r?r.publishStream(o):Promise.reject()})}function kv(o,r,e=!1,t=null){return c(this,null,function*(){let i=N.current();if(!i)return Promise.reject();let a,n,s=[];if(r!=null&&r.length&&s.push(...r),o&&s.push(o),s.length){let l=yield ne.getParticipantIdsByExternalIds(s);o&&(a=l.get(o),l.delete(o)),n=Array.from(l.values())}return i.recordSetConf(a,n,e,t)})}function wv(){return c(this,null,function*(){let o=N.current();return o?o.getStreamInfo():Promise.reject()})}function Ov(o){return c(this,null,function*(){let r=N.current();return r?r.addMovie(o):Promise.reject()})}function xv(o){return c(this,null,function*(){let r=N.current();return r?r.updateMovie(o):Promise.reject()})}function Lv(o){return c(this,null,function*(){let r=N.current();return r?r.removeMovie(o):Promise.reject()})}function Nv(o,r){return c(this,null,function*(){let e=N.current();if(e){let t=[];for(let i of o){let a,n;i.addParticipantIds&&(a=(yield ne.getOkIdsByExternalIds(i.addParticipantIds)).map(s=>R.composeUserId(s))),i.removeParticipantIds&&(n=(yield ne.getOkIdsByExternalIds(i.removeParticipantIds)).map(s=>R.composeUserId(s))),t.push({id:i.id,name:i.name,participantCount:i.participantCount,addParticipantIds:a,removeParticipantIds:n,countdownSec:i.countdownSec})}return e.updateRooms(t,r)}return Promise.reject()})}function Uv(o,r){return c(this,null,function*(){let e=N.current();return e?e.activateRooms(o,r):Promise.reject()})}function Bv(o=null,r=null){return c(this,null,function*(){let e=N.current();if(!e)return Promise.reject();let t;if(r){let i=yield ne.getOkIdsByExternalIds([r]),a=Q.getDeviceIdx(r);t=R.composeParticipantId(i[0],ce.USER,a)}return e.switchRoom(o,t)})}function Vv(o){return c(this,null,function*(){let r=N.current();return r?r.removeRooms(o):Promise.reject()})}function Fv(o){p.statisticsInterval=o;let r=N.current();if(r)return r.updateStatisticsInterval()}function jv(o){Fn.disableLog(!o),d.toggle(o)}function Hv(o,...r){p.debugLog&&d.send(o,"[external]",...r)}function Gv(){return c(this,null,function*(){let o=be.conversationId;if(!o)throw d.error("[uploadDebugLogs]","No conversation id found"),new Error("No conversation id found");let r=be.collectLogs();if(r.length===0)throw d.error("[uploadDebugLogs]","No logs found"),new Error("No logs found");let e=be.startTime,t=be.endTime;try{return ne==null?void 0:ne.uploadDebugLogs(o,e,t,JSON.stringify(r))}catch(i){throw d.error("[uploadDebugLogs]","Error while uploading logs",i),new Error("Error while uploading logs",{cause:i})}})}function Wv(o){return c(this,null,function*(){let r=N.current();if(r)return r.videoEffect(o)})}function $v(o,r){return c(this,null,function*(){let e=N.current();if(e)return e.audioEffect(o.length>0?o:null,r)})}function Kv(o){return c(this,null,function*(){let r=N.current();r&&(yield r.setAudioStream(o))})}function qv(o,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,ce.USER,Q.getDeviceIdx(r))}t.setAnimojiSvg(o,a,i)})}function zv(o){let r=N.current();r&&r.setAnimojiFill(o)}function Jv(o=null,r,e=!1){return c(this,null,function*(){return Ke().getWaitingHall(o,r,e)})}function Yv(){return c(this,null,function*(){return Ke().getAudienceModeHands()})}function Qv(o,r=!1){return c(this,null,function*(){let e=Ke(),t;if(o){let[i]=yield ne.getOkIdsByExternalIds([o]);t=R.composeUserId(i)}return e.promoteParticipant(t,r)})}function Xv(o=!1){return c(this,null,function*(){return Ke().requestPromotion(o)})}function Zv(o=!1){return c(this,null,function*(){return Ke().acceptPromotion(o)})}function eI(o){return c(this,null,function*(){return Ke().getParticipantListChunk(o)})}function tI(o){return c(this,null,function*(){return Ke().getParticipants(o)})}function iI(o){return c(this,null,function*(){return Ke().feedback(o)})}function rI(o,r,e){return Ke().userFeedbackStats(o,r,e)}function aI(o,r={},e=!1){let t=N.current();t&&t.sendClientEvent(o,r,e)}function nI(o,r){return c(this,null,function*(){return Ke().enableFeatureForRoles(o,r)})}function Ke(){let o=N.current();if(!o)throw new Error("Conversation not found");return o}function oI(o){return c(this,null,function*(){yield ne.removeHistoryRecords(o)})}function sI(o){return c(this,null,function*(){let r=N.current();r&&(yield r.startAsr(o))})}function cI(o){return c(this,null,function*(){let r=N.current();r&&(yield r.stopAsr(o))})}function dI(o){return c(this,null,function*(){let r=N.current();r&&(yield r.requestAsr(o))})}function lI(o){return c(this,null,function*(){let r=N.current();return r?r.startUrlSharing(o):Promise.reject()})}function pI(){return c(this,null,function*(){let o=N.current();return o?o.stopUrlSharing():Promise.reject()})}function uI(){return p.sdkVersion}export{xi as Api,ia as ApiExternal,ta as ArrayDequeue,me as AuthData,Bt as BaseLogger,_t as CallDirection,st as CallType,Yr as ChatRoomEventType,Qr as ConversationFeature,Zt as ConversationOption,Ka as DebugMessageType,Xr as ExternalIdType,Mt as FacingMode,se as FatalError,$ as HangupReason,B as HangupType,le as MediaOption,We as MediaTrackKind,Ii as MediaType,Fe as MuteState,Z as ParticipantState,xr as ParticipantStatus,ks as RecordRole,Ri as RoomsEventType,Ve as Signaling,L as SignalingCommandType,ot as SignalingConnectionType,U as SignalingNotification,St as TransportTopology,gt as UserRole,ce as UserType,Ot as VolumeDetector,qS as acceptCall,Zv as acceptPromotion,Uv as activateRooms,Ov as addMovie,XS as addParticipant,Ls as addParticipantInternal,KS as authorize,US as browser,ws as callInternal,WS as callTo,tv as captureScreen,iv as captureVmoji,$v as changeAudioEffect,fv as changeConversationOptions,ev as changeDevice,cv as changeParticipantState,sv as changePriorities,Wv as changeVideoEffect,vv as chatHistory,Sv as chatMessage,Fs as chatMessageInternal,Tv as createJoinLink,Iv as customData,js as customDataInternal,jv as debug,Hv as debugMessage,zS as declineCall,nI as enableFeatureForRoles,_v as enableVideoSuspend,gv as enableVideoSuspendSuggest,iI as feedback,bv as forceRelayPolicy,Pv as getAnonymTokenByLink,Yv as getAudienceModeHands,eI as getParticipantListChunk,tI as getParticipants,wv as getStreamInfo,Jv as getWaitingHall,pv as grantRoles,Us as grantRolesInternal,QS as hangup,GS as init,JS as joinCall,YS as joinCallByLink,xs as joinCallInternal,aI as logClientEvent,uv as muteParticipant,Bs as muteParticipantInternal,mv as pinParticipant,Vs as pinParticipantInternal,$S as processPush,Os as processPushInternal,Qv as promoteParticipant,Dv as publishStream,dv as putHandsDown,kv as recordSetConf,oI as removeHistoryRecords,Cv as removeJoinLink,Lv as removeMovie,ZS as removeParticipant,Ns as removeParticipantInternal,Vv as removeRooms,dI as requestAsr,Xv as requestPromotion,jS as setAudioEffects,Kv as setAudioStream,ov as setLocalResolution,VS as setLogger,hv as setMediaModifiers,Fv as setStatisticsInterval,FS as setVideoEffects,rv as setVideoStream,HS as setVmoji,zv as setVmojiFill,qv as setVmojiSvg,yv as setVolume,sI as startAsr,Rv as startAudienceConversation,Ev as startConversation,Mv as startStream,lI as startUrlSharing,cI as stopAsr,Av as stopStream,pI as stopUrlSharing,Bv as switchRoom,nv as toggleLocalAudio,av as toggleLocalVideo,lv as updateDisplayLayout,xv as updateMovie,Nv as updateRooms,Gv as uploadDebugLogs,rI as userFeedbackStats,BS as utils,uI as version};